From f553b575bad6a87091e8aaf1dd388260e7340783 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=89=E5=88=80?= Date: Wed, 21 Jun 2023 18:52:57 +0800 Subject: [PATCH 01/10] =?UTF-8?q?=E4=BC=98=E5=8C=96=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dashboard/package.json | 5 +- dashboard/src/views/Dashboard/overview.vue | 404 ++++++++++----------- 2 files changed, 202 insertions(+), 207 deletions(-) diff --git a/dashboard/package.json b/dashboard/package.json index 677d7af0..cb96ff86 100644 --- a/dashboard/package.json +++ b/dashboard/package.json @@ -8,10 +8,10 @@ "serve": "vite preview" }, "dependencies": { - "@layui/layui-vue": "2.3.0", + "@layui/layui-vue": "2.3.1", "axios": "^1.2.1", - "chart.js": "^4.2.1", "echarts": "^5.4.1", + "echarts-extension-amap": "^1.11.0", "js-base64": "^3.7.2", "mockjs": "^1.1.0", "mqtt": "v4.3.7", @@ -19,7 +19,6 @@ "pinia": "^2.0.20", "pinia-plugin-persistedstate": "^3.0.1", "vue": "^3.2.45", - "vue-chartjs": "^5.2.0", "vue-router": "^4.1.3" }, "devDependencies": { diff --git a/dashboard/src/views/Dashboard/overview.vue b/dashboard/src/views/Dashboard/overview.vue index a5eddb9e..d79ee9f1 100644 --- a/dashboard/src/views/Dashboard/overview.vue +++ b/dashboard/src/views/Dashboard/overview.vue @@ -1,229 +1,225 @@ \ No newline at end of file -- Gitee From 1a0aa90f4eb63e35a311cbe2863b2225074eab6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=89=E5=88=80?= Date: Wed, 21 Jun 2023 22:14:34 +0800 Subject: [PATCH 02/10] =?UTF-8?q?=E4=BC=98=E5=8C=96=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dashboard/src/views/Dashboard/overview.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/src/views/Dashboard/overview.vue b/dashboard/src/views/Dashboard/overview.vue index d79ee9f1..aeeafa89 100644 --- a/dashboard/src/views/Dashboard/overview.vue +++ b/dashboard/src/views/Dashboard/overview.vue @@ -163,7 +163,7 @@ export default { }, setup() { - const items = ['client_online', 'topic_count', 'period_message_received', 'period_message_sent']; + const items = ['client_online', 'topic_count', 'packets_publish_received', 'packets_publish_sent','packets_received','packets_sent']; const metrics: MetricModel[] = items.map(key => { return {key: key, chartRef: 'chart_' + key} }) -- Gitee From da2be1eeaf09c082ed87fd1574d6e27bd8ef2cfa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=89=E5=88=80?= Date: Wed, 21 Jun 2023 23:03:17 +0800 Subject: [PATCH 03/10] =?UTF-8?q?=E4=BC=98=E5=8C=96=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dashboard/src/assets/map/china.ts | 494 +++++++++++++++++++++ dashboard/src/assets/map/city.ts | 202 +++++++++ dashboard/src/views/Dashboard/overview.vue | 307 ++++++++++++- 3 files changed, 997 insertions(+), 6 deletions(-) create mode 100644 dashboard/src/assets/map/china.ts create mode 100644 dashboard/src/assets/map/city.ts diff --git a/dashboard/src/assets/map/china.ts b/dashboard/src/assets/map/china.ts new file mode 100644 index 00000000..8fe2d1ac --- /dev/null +++ b/dashboard/src/assets/map/china.ts @@ -0,0 +1,494 @@ +/* + * Copyright (C) [2022] smartboot [zhengjunweimail@163.com] + * + * 企业用户未经smartboot组织特别许可,需遵循AGPL-3.0开源协议合理合法使用本项目。 + * + * Enterprise users are required to use this project reasonably + * and legally in accordance with the AGPL-3.0 open source agreement + * without special permission from the smartboot organization. + */ + +export const china = { + "type": "FeatureCollection", "features": [{ + "type": "Feature", + "properties": { + "name": "北京市", + "province_adcode": 110000, + "province_type": "直辖市", + "name_en": "Beijing", + "name_var": "Běi Jīng", + "adcode": 110000 + }, + "geometry": { + "type": "Polygon", + "coordinates": [[[117.38335, 40.226472], [117.386923, 40.220122], [117.370862, 40.21713], [117.37185, 40.208658], [117.376015, 40.205496], [117.386593, 40.20243], [117.376761, 40.200912], [117.37566, 40.203131], [117.373169, 40.200509], [117.372844, 40.197676], [117.377177, 40.186535], [117.381663, 40.186813], [117.391011, 40.191466], [117.400994, 40.186045], [117.398135, 40.182537], [117.38473, 40.176696], [117.376098, 40.174567], [117.344938, 40.171715], [117.344471, 40.170302], [117.353989, 40.15564], [117.348335, 40.146648], [117.350771, 40.142628], [117.347985, 40.137719], [117.338097, 40.133309], [117.328653, 40.132644], [117.325528, 40.132752], [117.317867, 40.138046], [117.307079, 40.138616], [117.30113, 40.135673], [117.298116, 40.126764], [117.291128, 40.117683], [117.278354, 40.119937], [117.268997, 40.110935], [117.259844, 40.110933], [117.24287, 40.115226], [117.233228, 40.111505], [117.222584, 40.101014], [117.218746, 40.094885], [117.204921, 40.094783], [117.205347, 40.083511], [117.19722, 40.077556], [117.197185, 40.07541], [117.201753, 40.075542], [117.197923, 40.068528], [117.193428, 40.067131], [117.1854, 40.071663], [117.182386, 40.07873], [117.183029, 40.081375], [117.179272, 40.0836], [117.175073, 40.078762], [117.179899, 40.074126], [117.174305, 40.068627], [117.154238, 40.075179], [117.149307, 40.067603], [117.132687, 40.062647], [117.121921, 40.064165], [117.112965, 40.071003], [117.079084, 40.073705], [117.078855, 40.070949], [117.074533, 40.0674], [117.063155, 40.066161], [117.060302, 40.061933], [117.051425, 40.05923], [117.04725, 40.053441], [117.031366, 40.046805], [117.021013, 40.036533], [117.02217, 40.032732], [117.018586, 40.028833], [117.015539, 40.028384], [116.994076, 40.028642], [116.994068, 40.030943], [116.981145, 40.037226], [116.96961, 40.036466], [116.963212, 40.047427], [116.955873, 40.050229], [116.939149, 40.040286], [116.92573, 40.050943], [116.911009, 40.046519], [116.908077, 40.05153], [116.902745, 40.051143], [116.890976, 40.045976], [116.873567, 40.043377], [116.864986, 40.039219], [116.851835, 40.050778], [116.844521, 40.053885], [116.843414, 40.050957], [116.825677, 40.050019], [116.817111, 40.042648], [116.814682, 40.037955], [116.814687, 40.031433], [116.809254, 40.02972], [116.794193, 40.027637], [116.783448, 40.031087], [116.783903, 40.032678], [116.773437, 40.03334], [116.769392, 40.025538], [116.766282, 40.012278], [116.769828, 40.000746], [116.768961, 39.998095], [116.770341, 39.992015], [116.760019, 39.979127], [116.759565, 39.971156], [116.75638, 39.971455], [116.751373, 39.964299], [116.751128, 39.961269], [116.751373, 39.959394], [116.757917, 39.954273], [116.764843, 39.951849], [116.770762, 39.952363], [116.777569, 39.942579], [116.77569, 39.926767], [116.776071, 39.908231], [116.77776, 39.902984], [116.777229, 39.895075], [116.780037, 39.88515], [116.793861, 39.877391], [116.798095, 39.876909], [116.798229, 39.883678], [116.802222, 39.883719], [116.802276, 39.888437], [116.806251, 39.888527], [116.807108, 39.880119], [116.81081, 39.877486], [116.819453, 39.877175], [116.841103, 39.853914], [116.851962, 39.84827], [116.880132, 39.843642], [116.887987, 39.833414], [116.896525, 39.830005], [116.901042, 39.830829], [116.901746, 39.833878], [116.89649, 39.84102], [116.895529, 39.845565], [116.898359, 39.850072], [116.901649, 39.851513], [116.913542, 39.845826], [116.921276, 39.830152], [116.92294, 39.811444], [116.931986, 39.804464], [116.929141, 39.804331], [116.928423, 39.800302], [116.932083, 39.79226], [116.939633, 39.78489], [116.938633, 39.776002], [116.932167, 39.780622], [116.915209, 39.77948], [116.902546, 39.765394], [116.895718, 39.76229], [116.893678, 39.757583], [116.895624, 39.754174], [116.901363, 39.754906], [116.907233, 39.744877], [116.908561, 39.74071], [116.903552, 39.738589], [116.907056, 39.734757], [116.910015, 39.734786], [116.909528, 39.73031], [116.896398, 39.728371], [116.896671, 39.726623], [116.893449, 39.725037], [116.881665, 39.724446], [116.876706, 39.717531], [116.878613, 39.715019], [116.88059, 39.715373], [116.879376, 39.714082], [116.885019, 39.707406], [116.881249, 39.705959], [116.88229, 39.701757], [116.887977, 39.694821], [116.886593, 39.68903], [116.898984, 39.688758], [116.903564, 39.681905], [116.899766, 39.681066], [116.900652, 39.676611], [116.885333, 39.673032], [116.883013, 39.674674], [116.877023, 39.674393], [116.867308, 39.670411], [116.858041, 39.669382], [116.854477, 39.666228], [116.843968, 39.666501], [116.845378, 39.651383], [116.835017, 39.648092], [116.827796, 39.64349], [116.817926, 39.634008], [116.832557, 39.621112], [116.826814, 39.61599], [116.818986, 39.612718], [116.818053, 39.61608], [116.813546, 39.617926], [116.807311, 39.616181], [116.804666, 39.613784], [116.783996, 39.609353], [116.784537, 39.595267], [116.778969, 39.592282], [116.771785, 39.592497], [116.768891, 39.597991], [116.768232, 39.604449], [116.765184, 39.604529], [116.75676, 39.612463], [116.748524, 39.616828], [116.738284, 39.61795], [116.737982, 39.615616], [116.731857, 39.61418], [116.724504, 39.617954], [116.719414, 39.622961], [116.704098, 39.616896], [116.700043, 39.617856], [116.699393, 39.620302], [116.694649, 39.619865], [116.69723, 39.609074], [116.711476, 39.602387], [116.720332, 39.596629], [116.720773, 39.594897], [116.721067, 39.591867], [116.719579, 39.591283], [116.699228, 39.586813], [116.694676, 39.589904], [116.693202, 39.594319], [116.688951, 39.598173], [116.664594, 39.602161], [116.664186, 39.603822], [116.65597, 39.604252], [116.65099, 39.601708], [116.651856, 39.599683], [116.648566, 39.59853], [116.640744, 39.598075], [116.639756, 39.601034], [116.632598, 39.603897], [116.630041, 39.603808], [116.629645, 39.598898], [116.622586, 39.59853], [116.614768, 39.600655], [116.611119, 39.606286], [116.60962, 39.612853], [116.604484, 39.617943], [116.601943, 39.623849], [116.596521, 39.623277], [116.593515, 39.621593], [116.594391, 39.618639], [116.589586, 39.617035], [116.582889, 39.620942], [116.577396, 39.621913], [116.573512, 39.621371], [116.573646, 39.618631], [116.560165, 39.618737], [116.560224, 39.615097], [116.56215, 39.614641], [116.563876, 39.610719], [116.557734, 39.602602], [116.543939, 39.595196], [116.539976, 39.594757], [116.538222, 39.595632], [116.538018, 39.598155], [116.539678, 39.598416], [116.537422, 39.602186], [116.536614, 39.595991], [116.534593, 39.593367], [116.530076, 39.593623], [116.524797, 39.597436], [116.519872, 39.595601], [116.515368, 39.589091], [116.516233, 39.585138], [116.515395, 39.580954], [116.513796, 39.580714], [116.514497, 39.576007], [116.519702, 39.57612], [116.520967, 39.571992], [116.512358, 39.568364], [116.511682, 39.565206], [116.505857, 39.562669], [116.502859, 39.55917], [116.501587, 39.555168], [116.502414, 39.549578], [116.497398, 39.548483], [116.467146, 39.551891], [116.467065, 39.548285], [116.471966, 39.541939], [116.472837, 39.537963], [116.471676, 39.534973], [116.462736, 39.533083], [116.458497, 39.530335], [116.458349, 39.526343], [116.43065, 39.525014], [116.434138, 39.51506], [116.436592, 39.514854], [116.437671, 39.508516], [116.426855, 39.506093], [116.425974, 39.508097], [116.41846, 39.508391], [116.417505, 39.520151], [116.415259, 39.523965], [116.406434, 39.523498], [116.396483, 39.525532], [116.39856, 39.512406], [116.402154, 39.50896], [116.411718, 39.504757], [116.417096, 39.49527], [116.412229, 39.494639], [116.409667, 39.486969], [116.40514, 39.483703], [116.405737, 39.480602], [116.416148, 39.483072], [116.420445, 39.486451], [116.423794, 39.479996], [116.419194, 39.479974], [116.419392, 39.477448], [116.422126, 39.474876], [116.42745, 39.476839], [116.430096, 39.48159], [116.438008, 39.480886], [116.442639, 39.474981], [116.442516, 39.463826], [116.447957, 39.456967], [116.449903, 39.458105], [116.449995, 39.454604], [116.448733, 39.452311], [116.444354, 39.451329], [116.444079, 39.447216], [116.43108, 39.444644], [116.428638, 39.442078], [116.418598, 39.445987], [116.40167, 39.44921], [116.394551, 39.448797], [116.386719, 39.451632], [116.381906, 39.449756], [116.361499, 39.450349], [116.355915, 39.453552], [116.327842, 39.454671], [116.314658, 39.466398], [116.307724, 39.476854], [116.300583, 39.482379], [116.301365, 39.484833], [116.29932, 39.488225], [116.286877, 39.490964], [116.272787, 39.490928], [116.252935, 39.498931], [116.248835, 39.507798], [116.239462, 39.514933], [116.240793, 39.527572], [116.239089, 39.530247], [116.240818, 39.537977], [116.236511, 39.551793], [116.239873, 39.554077], [116.240045, 39.556252], [116.23467, 39.562909], [116.221421, 39.564619], [116.214982, 39.577745], [116.202072, 39.576504], [116.198396, 39.582302], [116.197998, 39.587579], [116.195491, 39.587669], [116.195116, 39.585165], [116.190801, 39.584911], [116.191344, 39.587723], [116.174583, 39.589379], [116.170778, 39.588735], [116.17074, 39.58463], [116.159375, 39.582269], [116.149009, 39.582355], [116.145671, 39.579233], [116.143414, 39.571759], [116.140511, 39.570609], [116.140803, 39.573948], [116.139425, 39.574157], [116.13796, 39.570451], [116.130455, 39.567185], [116.115222, 39.569206], [116.11438, 39.573468], [116.106379, 39.569173], [116.09998, 39.569542], [116.099975, 39.574523], [116.095106, 39.578654], [116.09574, 39.574779], [116.092803, 39.573817], [116.029202, 39.570372], [116.026564, 39.571143], [116.02671, 39.573364], [116.018595, 39.574453], [116.020081, 39.586176], [116.013658, 39.585564], [116.010214, 39.586953], [116.007618, 39.586852], [116.008508, 39.58321], [116.007232, 39.580766], [116.001536, 39.576033], [115.989157, 39.575934], [115.99091, 39.582065], [115.987331, 39.582387], [115.985478, 39.585356], [115.985441, 39.592462], [115.972103, 39.593152], [115.970379, 39.575769], [115.97217, 39.571752], [115.968595, 39.569759], [115.962957, 39.569928], [115.960766, 39.563781], [115.951617, 39.559885], [115.949068, 39.565064], [115.944499, 39.56534], [115.943245, 39.572272], [115.937279, 39.576372], [115.932051, 39.576471], [115.928572, 39.581604], [115.928273, 39.587046], [115.924327, 39.592383], [115.904447, 39.599718], [115.900919, 39.589033], [115.902855, 39.583045], [115.909751, 39.582075], [115.905892, 39.573194], [115.906965, 39.57201], [115.901977, 39.565896], [115.894104, 39.568876], [115.884541, 39.567618], [115.884773, 39.562954], [115.886414, 39.563689], [115.887513, 39.560885], [115.887163, 39.555241], [115.881617, 39.549779], [115.877049, 39.547128], [115.860411, 39.545504], [115.856061, 39.547531], [115.849517, 39.553959], [115.841568, 39.549276], [115.840033, 39.542252], [115.835111, 39.540521], [115.822651, 39.540236], [115.822343, 39.534391], [115.813123, 39.529776], [115.813689, 39.517449], [115.8175, 39.511062], [115.820223, 39.513123], [115.823597, 39.511766], [115.824208, 39.508287], [115.822645, 39.505986], [115.814258, 39.508639], [115.798804, 39.510362], [115.780353, 39.508899], [115.771754, 39.51269], [115.761241, 39.514726], [115.764658, 39.509827], [115.762572, 39.507736], [115.759146, 39.513708], [115.745982, 39.512913], [115.745676, 39.515657], [115.738323, 39.523271], [115.735574, 39.535142], [115.732543, 39.539087], [115.732339, 39.545179], [115.724157, 39.546491], [115.720469, 39.545321], [115.720769, 39.542766], [115.716983, 39.542836], [115.714758, 39.546551], [115.714047, 39.553613], [115.710842, 39.559342], [115.705492, 39.561193], [115.692308, 39.562208], [115.686256, 39.56542], [115.688342, 39.569124], [115.692457, 39.56948], [115.6934, 39.575856], [115.687248, 39.579413], [115.689008, 39.583438], [115.682841, 39.591701], [115.681935, 39.599878], [115.666284, 39.608323], [115.661253, 39.614489], [115.661775, 39.608516], [115.659431, 39.604148], [115.65096, 39.598702], [115.63848, 39.597936], [115.635759, 39.602246], [115.631989, 39.603326], [115.628125, 39.602534], [115.628283, 39.597177], [115.626508, 39.596711], [115.619797, 39.598473], [115.616114, 39.601875], [115.612047, 39.602972], [115.603905, 39.599577], [115.593352, 39.598493], [115.58653, 39.595894], [115.582784, 39.593215], [115.580433, 39.588615], [115.575117, 39.588402], [115.565501, 39.590661], [115.566107, 39.593016], [115.558577, 39.603011], [115.539588, 39.61771], [115.527869, 39.61226], [115.524213, 39.603229], [115.512839, 39.593563], [115.512549, 39.59133], [115.50888, 39.59048], [115.509109, 39.59396], [115.505729, 39.604236], [115.506343, 39.610134], [115.515906, 39.621102], [115.514161, 39.631726], [115.516221, 39.638849], [115.505273, 39.643265], [115.503505, 39.648273], [115.500446, 39.650947], [115.49056, 39.65153], [115.48804, 39.647335], [115.472652, 39.649532], [115.471819, 39.651036], [115.475834, 39.661554], [115.485325, 39.667821], [115.480298, 39.672344], [115.482405, 39.680193], [115.485344, 39.681125], [115.492611, 39.688558], [115.492637, 39.695455], [115.485174, 39.702649], [115.486961, 39.70753], [115.481815, 39.728797], [115.486245, 39.737242], [115.476451, 39.740947], [115.46448, 39.741075], [115.460749, 39.738972], [115.433921, 39.750403], [115.429381, 39.756859], [115.427736, 39.763216], [115.428802, 39.768813], [115.424409, 39.770704], [115.420727, 39.768218], [115.418326, 39.772979], [115.424331, 39.774135], [115.427314, 39.780772], [115.436353, 39.783815], [115.445298, 39.780814], [115.45173, 39.780959], [115.469875, 39.791034], [115.477042, 39.797488], [115.48508, 39.794887], [115.500607, 39.782367], [115.508481, 39.78786], [115.530121, 39.791026], [115.533296, 39.793595], [115.537874, 39.794603], [115.545914, 39.793586], [115.548756, 39.794472], [115.55886, 39.803368], [115.56323, 39.812757], [115.561067, 39.815404], [115.557382, 39.81538], [115.541606, 39.821771], [115.536572, 39.825966], [115.524691, 39.828961], [115.520299, 39.834111], [115.509424, 39.836906], [115.507114, 39.840657], [115.505963, 39.84295], [115.50718, 39.84524], [115.511236, 39.849103], [115.516245, 39.857832], [115.516186, 39.864663], [115.522458, 39.871057], [115.522339, 39.874561], [115.510418, 39.87925], [115.504425, 39.879813], [115.50276, 39.882995], [115.50475, 39.886692], [115.516782, 39.897779], [115.514289, 39.90103], [115.502807, 39.909122], [115.498721, 39.913985], [115.492543, 39.916739], [115.488122, 39.916841], [115.480756, 39.922559], [115.47458, 39.934356], [115.458649, 39.939089], [115.437224, 39.95042], [115.431446, 39.951284], [115.422824, 39.948191], [115.419701, 39.94904], [115.419693, 39.951553], [115.417205, 39.954289], [115.419248, 39.961846], [115.416827, 39.968868], [115.419361, 39.976571], [115.426543, 39.987299], [115.435168, 39.99253], [115.4397, 39.993021], [115.44223, 39.996879], [115.442682, 40.00062], [115.436188, 40.005607], [115.435552, 40.009171], [115.445563, 40.019431], [115.448277, 40.028603], [115.454176, 40.030832], [115.461946, 40.030575], [115.477417, 40.038158], [115.486018, 40.047293], [115.498764, 40.054594], [115.504019, 40.06139], [115.50339, 40.064273], [115.508655, 40.065753], [115.521077, 40.074921], [115.531676, 40.076656], [115.537732, 40.074772], [115.544913, 40.077903], [115.549327, 40.081552], [115.547573, 40.090583], [115.557788, 40.097109], [115.570498, 40.098369], [115.572439, 40.09533], [115.576537, 40.094024], [115.584623, 40.095363], [115.588379, 40.114602], [115.59224, 40.118136], [115.600904, 40.119025], [115.635679, 40.114819], [115.637657, 40.115987], [115.638473, 40.125577], [115.648387, 40.130224], [115.651773, 40.128126], [115.659475, 40.128239], [115.66906, 40.128922], [115.675015, 40.131549], [115.683283, 40.130753], [115.693814, 40.126453], [115.69807, 40.126978], [115.698548, 40.128489], [115.693515, 40.131227], [115.704378, 40.133408], [115.718105, 40.127575], [115.729826, 40.128722], [115.742978, 40.136496], [115.748575, 40.14424], [115.747832, 40.147359], [115.743266, 40.151768], [115.748039, 40.162026], [115.763599, 40.168953], [115.766818, 40.175186], [115.771414, 40.176622], [115.780769, 40.177504], [115.780697, 40.169211], [115.800372, 40.152079], [115.815394, 40.151627], [115.829858, 40.145893], [115.845848, 40.146944], [115.847968, 40.148824], [115.847504, 40.153067], [115.838701, 40.163914], [115.838208, 40.166491], [115.843998, 40.172487], [115.847505, 40.17951], [115.842002, 40.182876], [115.849096, 40.187773], [115.858004, 40.184764], [115.865884, 40.186197], [115.879985, 40.204998], [115.877293, 40.210243], [115.878589, 40.216207], [115.892503, 40.233447], [115.906304, 40.233054], [115.910961, 40.246059], [115.924088, 40.253541], [115.929499, 40.254649], [115.937043, 40.252331], [115.953981, 40.255536], [115.958577, 40.257906], [115.961815, 40.262413], [115.946214, 40.280237], [115.933845, 40.302022], [115.935247, 40.310669], [115.930587, 40.312278], [115.921437, 40.319208], [115.918088, 40.325189], [115.91555, 40.344065], [115.912323, 40.352811], [115.904155, 40.356696], [115.858619, 40.358274], [115.853218, 40.361273], [115.851962, 40.36279], [115.855974, 40.362853], [115.856215, 40.369549], [115.854346, 40.374541], [115.843086, 40.375722], [115.842912, 40.374086], [115.840761, 40.373935], [115.835316, 40.376703], [115.831316, 40.380089], [115.830418, 40.384511], [115.772968, 40.441347], [115.764541, 40.441309], [115.763842, 40.443847], [115.768113, 40.45645], [115.76771, 40.460798], [115.764706, 40.462591], [115.76347, 40.46826], [115.775876, 40.488145], [115.775746, 40.491703], [115.757243, 40.498365], [115.735867, 40.495346], [115.729542, 40.502664], [115.734665, 40.509507], [115.733371, 40.511598], [115.737155, 40.514327], [115.742052, 40.523932], [115.746545, 40.528825], [115.746649, 40.534952], [115.778415, 40.557038], [115.784367, 40.559606], [115.78871, 40.55962], [115.792822, 40.556377], [115.807928, 40.555956], [115.81383, 40.558209], [115.815337, 40.56202], [115.814337, 40.566649], [115.821555, 40.586055], [115.838141, 40.590003], [115.848777, 40.588923], [115.879937, 40.594758], [115.882886, 40.596634], [115.887747, 40.604972], [115.901787, 40.616094], [115.912782, 40.615869], [115.960735, 40.605015], [115.967699, 40.59685], [115.969593, 40.587822], [115.975308, 40.578339], [115.977312, 40.577465], [115.989075, 40.578535], [116.003606, 40.587724], [116.01319, 40.599974], [116.022062, 40.605817], [116.02394, 40.601086], [116.022045, 40.597455], [116.024866, 40.596017], [116.044205, 40.604557], [116.059309, 40.608669], [116.082517, 40.625352], [116.09246, 40.628994], [116.094624, 40.626193], [116.097984, 40.625401], [116.115325, 40.627568], [116.113873, 40.631624], [116.106334, 40.639359], [116.104904, 40.645658], [116.118831, 40.6525], [116.128478, 40.665494], [116.13682, 40.665319], [116.145942, 40.661622], [116.158329, 40.661827], [116.172932, 40.707504], [116.18597, 40.723123], [116.213846, 40.744353], [116.214313, 40.747668], [116.224377, 40.762043], [116.225186, 40.769347], [116.229699, 40.779221], [116.241502, 40.790279], [116.252394, 40.785334], [116.261961, 40.776033], [116.26388, 40.769104], [116.268003, 40.762427], [116.272582, 40.760671], [116.275268, 40.762421], [116.284067, 40.762772], [116.288499, 40.757332], [116.302458, 40.750434], [116.304514, 40.750481], [116.304937, 40.753557], [116.301771, 40.76219], [116.306985, 40.768632], [116.311376, 40.770603], [116.373107, 40.770609], [116.384632, 40.774941], [116.4015, 40.778713], [116.408128, 40.775988], [116.410147, 40.76768], [116.418516, 40.765755], [116.44179, 40.765991], [116.447679, 40.764229], [116.455423, 40.768117], [116.459591, 40.772892], [116.454685, 40.781006], [116.453063, 40.794269], [116.438561, 40.804392], [116.43436, 40.809425], [116.430804, 40.81889], [116.415798, 40.821165], [116.400377, 40.831268], [116.399584, 40.838241], [116.393739, 40.848135], [116.36029, 40.874894], [116.357855, 40.880424], [116.338668, 40.892703], [116.328186, 40.902918], [116.328098, 40.919774], [116.337259, 40.931031], [116.346357, 40.934855], [116.353064, 40.934412], [116.358751, 40.941432], [116.364004, 40.941856], [116.370065, 40.937865], [116.378167, 40.92194], [116.392566, 40.904145], [116.408326, 40.898334], [116.413109, 40.900671], [116.422996, 40.901166], [116.430357, 40.897544], [116.452394, 40.898851], [116.455726, 40.897823], [116.457701, 40.894686], [116.467948, 40.894348], [116.471382, 40.900687], [116.467383, 40.918225], [116.461921, 40.923861], [116.446047, 40.949075], [116.444378, 40.958105], [116.445316, 40.967542], [116.44923, 40.978055], [116.45785, 40.982687], [116.465874, 40.97887], [116.482741, 40.978496], [116.498387, 40.974227], [116.510198, 40.973551], [116.527065, 40.983956], [116.540298, 40.986813], [116.550731, 40.986297], [116.552666, 40.987072], [116.554529, 40.991628], [116.557373, 40.992092], [116.563235, 40.990094], [116.582575, 40.975492], [116.592291, 40.973176], [116.595888, 40.974247], [116.608605, 40.981797], [116.611078, 40.996399], [116.610939, 41.005751], [116.616977, 41.019211], [116.614338, 41.029174], [116.607998, 41.034924], [116.608022, 41.041499], [116.61147, 41.050227], [116.625531, 41.058964], [116.641621, 41.057721], [116.648596, 41.054172], [116.651003, 41.04969], [116.654466, 41.047578], [116.670916, 41.041086], [116.676793, 41.040121], [116.683779, 41.042571], [116.68974, 41.029317], [116.689307, 41.024003], [116.692697, 41.019145], [116.684851, 41.005597], [116.677009, 40.998859], [116.676481, 40.984652], [116.671601, 40.974586], [116.671658, 40.96962], [116.68086, 40.961614], [116.683145, 40.94932], [116.696013, 40.938193], [116.696677, 40.934908], [116.714525, 40.924453], [116.710974, 40.920079], [116.707287, 40.908709], [116.714285, 40.906939], [116.727238, 40.896357], [116.752343, 40.886299], [116.752001, 40.88055], [116.754643, 40.8791], [116.761155, 40.880522], [116.774214, 40.874531], [116.786944, 40.862279], [116.793007, 40.851092], [116.796337, 40.840842], [116.798794, 40.838901], [116.807113, 40.846778], [116.814605, 40.846755], [116.817388, 40.843604], [116.850426, 40.833563], [116.856064, 40.826534], [116.869447, 40.820063], [116.875771, 40.813406], [116.875845, 40.80709], [116.874179, 40.802976], [116.88366, 40.796938], [116.890545, 40.79539], [116.889726, 40.782697], [116.888768, 40.780215], [116.887189, 40.782622], [116.885335, 40.782428], [116.886434, 40.778971], [116.892581, 40.77539], [116.898546, 40.775943], [116.919102, 40.7715], [116.916414, 40.769053], [116.920528, 40.758651], [116.917155, 40.751322], [116.917766, 40.748709], [116.920873, 40.744443], [116.930277, 40.739197], [116.936631, 40.728522], [116.939548, 40.726162], [116.956981, 40.717172], [116.960907, 40.713274], [116.959716, 40.709265], [116.962801, 40.706162], [116.975014, 40.701721], [116.981948, 40.701732], [116.996185, 40.695885], [117.021702, 40.692198], [117.037898, 40.698827], [117.051724, 40.699946], [117.069295, 40.698704], [117.102419, 40.705571], [117.110562, 40.69833], [117.131636, 40.695483], [117.164586, 40.69559], [117.199523, 40.693052], [117.222277, 40.683501], [117.234971, 40.675123], [117.25492, 40.679743], [117.261436, 40.675118], [117.272283, 40.662876], [117.284948, 40.658667], [117.314898, 40.656923], [117.330472, 40.661797], [117.330272, 40.665773], [117.336038, 40.672006], [117.353597, 40.672435], [117.402564, 40.68567], [117.410251, 40.685332], [117.439686, 40.675312], [117.458737, 40.671939], [117.463954, 40.67232], [117.474649, 40.676316], [117.489115, 40.673049], [117.508239, 40.659284], [117.507542, 40.654387], [117.49627, 40.651622], [117.498561, 40.645172], [117.493875, 40.634755], [117.479819, 40.631992], [117.471477, 40.63372], [117.46718, 40.64289], [117.45532, 40.651507], [117.442191, 40.649888], [117.444739, 40.644987], [117.44593, 40.635828], [117.444599, 40.630324], [117.440354, 40.626664], [117.426167, 40.624184], [117.4221, 40.632298], [117.422132, 40.636032], [117.418508, 40.636459], [117.414433, 40.633823], [117.413783, 40.627622], [117.417291, 40.622769], [117.417854, 40.618693], [117.412433, 40.615508], [117.405982, 40.603529], [117.416365, 40.581142], [117.423063, 40.577721], [117.423241, 40.574557], [117.415009, 40.567789], [117.412546, 40.567238], [117.40262, 40.570301], [117.394738, 40.569888], [117.385926, 40.565096], [117.383282, 40.560149], [117.380921, 40.559218], [117.371164, 40.562062], [117.35491, 40.574545], [117.339855, 40.580421], [117.321138, 40.575296], [117.318403, 40.576711], [117.304781, 40.575831], [117.293891, 40.56635], [117.279663, 40.563927], [117.272883, 40.558936], [117.26406, 40.559623], [117.243102, 40.546812], [117.241643, 40.53992], [117.248784, 40.526273], [117.257669, 40.515908], [117.256955, 40.511829], [117.239596, 40.512143], [117.230525, 40.514068], [117.222424, 40.51002], [117.212269, 40.512958], [117.207056, 40.510832], [117.201562, 40.498497], [117.202195, 40.495866], [117.205596, 40.493311], [117.211467, 40.493225], [117.221322, 40.480749], [117.2194, 40.474435], [117.227169, 40.461903], [117.228844, 40.456118], [117.240423, 40.450891], [117.255585, 40.439039], [117.243817, 40.426858], [117.228718, 40.415955], [117.230667, 40.399063], [117.232957, 40.392917], [117.220283, 40.3827], [117.217596, 40.370071], [117.219764, 40.367785], [117.230704, 40.369206], [117.236386, 40.368282], [117.247679, 40.353601], [117.250382, 40.341345], [117.25352, 40.334738], [117.260821, 40.334356], [117.268437, 40.331309], [117.264715, 40.323913], [117.267913, 40.307261], [117.281465, 40.300301], [117.286862, 40.295216], [117.288088, 40.289537], [117.286338, 40.282953], [117.28924, 40.276919], [117.300558, 40.277532], [117.325344, 40.288314], [117.32744, 40.284519], [117.330468, 40.268095], [117.33561, 40.255126], [117.333248, 40.24491], [117.344343, 40.228494], [117.349261, 40.228092], [117.354022, 40.231138], [117.362036, 40.231496], [117.379944, 40.225502], [117.38335, 40.226472]]] + } + }, { + "type": "Feature", + "properties": { + "name": "天津市", + "province_adcode": 120000, + "province_type": "直辖市", + "name_en": "Tianjin", + "name_var": "Tiān Jīn", + "adcode": 120000 + }, + "geometry": { + "type": "Polygon", + "coordinates": [[[117.569368, 40.191526], [117.566909, 40.188923], [117.570138, 40.177503], [117.578121, 40.170404], [117.582315, 40.167374], [117.594981, 40.170148], [117.600312, 40.162036], [117.612347, 40.156526], [117.613479, 40.151828], [117.624301, 40.146717], [117.630725, 40.135683], [117.628562, 40.133048], [117.629565, 40.131121], [117.643931, 40.127025], [117.645977, 40.112383], [117.649794, 40.108065], [117.649142, 40.105443], [117.642198, 40.102689], [117.642122, 40.097735], [117.639153, 40.095893], [117.643187, 40.090047], [117.647947, 40.089645], [117.652513, 40.095762], [117.661959, 40.098728], [117.668157, 40.089954], [117.668576, 40.080979], [117.681875, 40.081649], [117.683755, 40.092153], [117.690414, 40.093723], [117.701581, 40.092729], [117.704963, 40.08144], [117.715861, 40.078567], [117.731552, 40.076796], [117.736842, 40.077224], [117.740803, 40.080287], [117.745059, 40.080732], [117.748282, 40.078585], [117.752044, 40.072054], [117.74693, 40.072058], [117.74796, 40.067284], [117.751597, 40.064593], [117.761104, 40.064698], [117.769649, 40.057926], [117.766961, 40.050646], [117.752456, 40.042906], [117.746363, 40.044019], [117.746312, 40.046676], [117.741699, 40.046432], [117.741806, 40.038597], [117.738791, 40.032504], [117.736765, 40.016504], [117.74, 40.01635], [117.747756, 40.010288], [117.752002, 40.011704], [117.751959, 40.016732], [117.755105, 40.01936], [117.763994, 40.022295], [117.776042, 40.022261], [117.777896, 40.016854], [117.785638, 40.014341], [117.787955, 40.009846], [117.787162, 40.003488], [117.790106, 39.997208], [117.790054, 39.995284], [117.783272, 39.989702], [117.780287, 39.980316], [117.781184, 39.972755], [117.7755, 39.965071], [117.757027, 39.971468], [117.74978, 39.963846], [117.745422, 39.965121], [117.735125, 39.972451], [117.72849, 39.970091], [117.721858, 39.970732], [117.713709, 39.97849], [117.704894, 39.983628], [117.699168, 39.984878], [117.682657, 39.982842], [117.675954, 39.978813], [117.677192, 39.974606], [117.669693, 39.96731], [117.661132, 39.965642], [117.652354, 39.96731], [117.646069, 39.971085], [117.631638, 39.970685], [117.62893, 39.9679], [117.625603, 39.967675], [117.608632, 39.971364], [117.605237, 39.974212], [117.6055, 39.976516], [117.602086, 39.98312], [117.593527, 39.992594], [117.585536, 39.995647], [117.572698, 39.992775], [117.571145, 39.994897], [117.566521, 39.995159], [117.559996, 39.989785], [117.556834, 39.991007], [117.55275, 39.99555], [117.540345, 39.997774], [117.53764, 39.992953], [117.531302, 39.996258], [117.528913, 39.994613], [117.531391, 39.988828], [117.540059, 39.980376], [117.541116, 39.975732], [117.532508, 39.968938], [117.528028, 39.959258], [117.528137, 39.953547], [117.526701, 39.951418], [117.524014, 39.949981], [117.520926, 39.951167], [117.517867, 39.945301], [117.513149, 39.947368], [117.509049, 39.945264], [117.504395, 39.939063], [117.505256, 39.932725], [117.519156, 39.928415], [117.515591, 39.919432], [117.50497, 39.920088], [117.49902, 39.916937], [117.498229, 39.914419], [117.500488, 39.91384], [117.506368, 39.917407], [117.507381, 39.908875], [117.505558, 39.90643], [117.501374, 39.907639], [117.497505, 39.903622], [117.500767, 39.902916], [117.503635, 39.892592], [117.510542, 39.893949], [117.512307, 39.890572], [117.514682, 39.8706], [117.538498, 39.84341], [117.536832, 39.83457], [117.540383, 39.826351], [117.552151, 39.810842], [117.555305, 39.801526], [117.554117, 39.793909], [117.5479, 39.793997], [117.548434, 39.786152], [117.541049, 39.77681], [117.540869, 39.775145], [117.545948, 39.773233], [117.548626, 39.770381], [117.544115, 39.761848], [117.539822, 39.762523], [117.533134, 39.759982], [117.537152, 39.75954], [117.543228, 39.755654], [117.549186, 39.761516], [117.554331, 39.754069], [117.564521, 39.755542], [117.570785, 39.749464], [117.59018, 39.744773], [117.589512, 39.743028], [117.584569, 39.741473], [117.590666, 39.737343], [117.590603, 39.734691], [117.58733, 39.734213], [117.582257, 39.736893], [117.582674, 39.730404], [117.577381, 39.73063], [117.5745, 39.728758], [117.570821, 39.725177], [117.572208, 39.72193], [117.578984, 39.721233], [117.586914, 39.714963], [117.58666, 39.710038], [117.596638, 39.704255], [117.608892, 39.704961], [117.62163, 39.702286], [117.62825, 39.700088], [117.628527, 39.696255], [117.630535, 39.695613], [117.638167, 39.70104], [117.642871, 39.694239], [117.640321, 39.69066], [117.639953, 39.686264], [117.643479, 39.684582], [117.647969, 39.677917], [117.65401, 39.673749], [117.650662, 39.667691], [117.655857, 39.664989], [117.662827, 39.66553], [117.662183, 39.661772], [117.657119, 39.655953], [117.660406, 39.648692], [117.660249, 39.641239], [117.657898, 39.636493], [117.656229, 39.635234], [117.646029, 39.638012], [117.646815, 39.627834], [117.63682, 39.625668], [117.638702, 39.621844], [117.634078, 39.619215], [117.635201, 39.611603], [117.625808, 39.612666], [117.624498, 39.605548], [117.619172, 39.601922], [117.617125, 39.602329], [117.614853, 39.605658], [117.613388, 39.605112], [117.614994, 39.591206], [117.62054, 39.593605], [117.625357, 39.600911], [117.630845, 39.602721], [117.631075, 39.596158], [117.633351, 39.592083], [117.63661, 39.591543], [117.644402, 39.593756], [117.648934, 39.588838], [117.649082, 39.583078], [117.644592, 39.578284], [117.64716, 39.574278], [117.650777, 39.573735], [117.65799, 39.575712], [117.6657, 39.581448], [117.667811, 39.588438], [117.671054, 39.58942], [117.67961, 39.587648], [117.688184, 39.579523], [117.69998, 39.575086], [117.702548, 39.570311], [117.700792, 39.566342], [117.698123, 39.564541], [117.689058, 39.564291], [117.683284, 39.568498], [117.679107, 39.564195], [117.683814, 39.558124], [117.698563, 39.555859], [117.695723, 39.552433], [117.699768, 39.548957], [117.699524, 39.545645], [117.703217, 39.535905], [117.709821, 39.528851], [117.716473, 39.534057], [117.726575, 39.53514], [117.73895, 39.546921], [117.7292, 39.559442], [117.731679, 39.572832], [117.746808, 39.574708], [117.745563, 39.577582], [117.749023, 39.579962], [117.74564, 39.582329], [117.739588, 39.590863], [117.743135, 39.589039], [117.761358, 39.597794], [117.783067, 39.593216], [117.78528, 39.598936], [117.795808, 39.600548], [117.819645, 39.58982], [117.832504, 39.588736], [117.840963, 39.590029], [117.845243, 39.588273], [117.84642, 39.590619], [117.851154, 39.591383], [117.860292, 39.598991], [117.868207, 39.597224], [117.868151, 39.592889], [117.87689, 39.589414], [117.886125, 39.589935], [117.895329, 39.587955], [117.896499, 39.589813], [117.913075, 39.584381], [117.911278, 39.582106], [117.92395, 39.57713], [117.927801, 39.572795], [117.92547, 39.568067], [117.918484, 39.562369], [117.912495, 39.55474], [117.907009, 39.541449], [117.898832, 39.533423], [117.899595, 39.529623], [117.90627, 39.519424], [117.906621, 39.516054], [117.902236, 39.510509], [117.892563, 39.508685], [117.890802, 39.48828], [117.886194, 39.485451], [117.892034, 39.481684], [117.892752, 39.471143], [117.88725, 39.470261], [117.881243, 39.466942], [117.872559, 39.466121], [117.868748, 39.453878], [117.86454, 39.453928], [117.865711, 39.410472], [117.841019, 39.407166], [117.842169, 39.400203], [117.8534, 39.401816], [117.856367, 39.396005], [117.854313, 39.383804], [117.859711, 39.377372], [117.852009, 39.372494], [117.846212, 39.380062], [117.833211, 39.376612], [117.806141, 39.374128], [117.799913, 39.372262], [117.798145, 39.370107], [117.796584, 39.359866], [117.805503, 39.352347], [117.823002, 39.355854], [117.834016, 39.351679], [117.847019, 39.359706], [117.841852, 39.366177], [117.845821, 39.368646], [117.856759, 39.361374], [117.845897, 39.349055], [117.843722, 39.340874], [117.839804, 39.341264], [117.838594, 39.337615], [117.835808, 39.335417], [117.84191, 39.331126], [117.840874, 39.327708], [117.848367, 39.327228], [117.849971, 39.328086], [117.849404, 39.330911], [117.85493, 39.333002], [117.860613, 39.328993], [117.88196, 39.331353], [117.88689, 39.3268], [117.885737, 39.322574], [117.896522, 39.319689], [117.899498, 39.315517], [117.920096, 39.318589], [117.941335, 39.316934], [117.946087, 39.314939], [117.961287, 39.315403], [117.968538, 39.312216], [117.966406, 39.308934], [117.972147, 39.298329], [117.986094, 39.295563], [117.989371, 39.292941], [117.987128, 39.28902], [117.98885, 39.287709], [118.003491, 39.28687], [118.010704, 39.283053], [118.014242, 39.28496], [118.018454, 39.29126], [118.020643, 39.290277], [118.025236, 39.284263], [118.022528, 39.277141], [118.026772, 39.27443], [118.027822, 39.266944], [118.033903, 39.262823], [118.058355, 39.25484], [118.058463, 39.230068], [118.030767, 39.229349], [118.029895, 39.22145], [117.978142, 39.219375], [117.943411, 39.212182], [117.954961, 39.181099], [117.934773, 39.176849], [117.922175, 39.209449], [117.868125, 39.191524], [117.879636, 39.172218], [117.879579, 39.169157], [117.876483, 39.163758], [117.876359, 39.17418], [117.871074, 39.182472], [117.863916, 39.180132], [117.863434, 39.178025], [117.874501, 39.170317], [117.874344, 39.164462], [117.867019, 39.169377], [117.85739, 39.182244], [117.852873, 39.180501], [117.864669, 39.16101], [117.860129, 39.161543], [117.846901, 39.18106], [117.826453, 39.171388], [117.824894, 39.170145], [117.825486, 39.168702], [117.829726, 39.168585], [117.834464, 39.166196], [117.834514, 39.164206], [117.818684, 39.163697], [117.817636, 39.162178], [117.819292, 39.156493], [117.816998, 39.151375], [117.807799, 39.147012], [117.797519, 39.149274], [117.793853, 39.146896], [117.785877, 39.134841], [117.841688, 39.102641], [117.818343, 39.073132], [117.814179, 39.073118], [117.744574, 39.096342], [117.72922, 39.093725], [117.724328, 39.089815], [117.738162, 39.080892], [117.80484, 39.058473], [117.829041, 38.973728], [117.811338, 38.976143], [117.808257, 38.975118], [117.793651, 38.984534], [117.790841, 38.988158], [117.775126, 39.046388], [117.762777, 39.050318], [117.760118, 39.047427], [117.762723, 39.044866], [117.779485, 38.9858], [117.788884, 38.977791], [117.786629, 38.973629], [117.743925, 38.987854], [117.741985, 38.984201], [117.719321, 38.993131], [117.713673, 38.991571], [117.714134, 38.988441], [117.725276, 38.982239], [117.757259, 38.971653], [117.799645, 38.965194], [117.80835, 38.963152], [117.807405, 38.959699], [117.844423, 38.953577], [117.843802, 38.951166], [117.878499, 38.945635], [117.873817, 38.929115], [117.736706, 38.963852], [117.725585, 38.968627], [117.718703, 38.973649], [117.714834, 38.977404], [117.715454, 38.982318], [117.713955, 38.985904], [117.706493, 38.985516], [117.709695, 38.97683], [117.723856, 38.961926], [117.736999, 38.953675], [117.770058, 38.944393], [117.764002, 38.928916], [117.778548, 38.924899], [117.784696, 38.939434], [117.820695, 38.929137], [117.814433, 38.914752], [117.825092, 38.911786], [117.831267, 38.92619], [117.856848, 38.918785], [117.829958, 38.879616], [117.845281, 38.873194], [117.837618, 38.861939], [117.796872, 38.878568], [117.735157, 38.896092], [117.732098, 38.888558], [117.711356, 38.893739], [117.71033, 38.891227], [117.683676, 38.897769], [117.680267, 38.891111], [117.750909, 38.873596], [117.753745, 38.868503], [117.746589, 38.856496], [117.690476, 38.870723], [117.684666, 38.857105], [117.738849, 38.843494], [117.729475, 38.827643], [117.646576, 38.848104], [117.63848, 38.856105], [117.629737, 38.846217], [117.618628, 38.841351], [117.6056, 38.819307], [117.598258, 38.812239], [117.595903, 38.812011], [117.583262, 38.779357], [117.58761, 38.778336], [117.588331, 38.775727], [117.597349, 38.769855], [117.595145, 38.767901], [117.586811, 38.766809], [117.583816, 38.760927], [117.596892, 38.758061], [117.609025, 38.757844], [117.60884, 38.714544], [117.6248, 38.714402], [117.625112, 38.744882], [117.642177, 38.758137], [117.687697, 38.757973], [117.687594, 38.723697], [117.70665, 38.723469], [117.707242, 38.752576], [117.719926, 38.752308], [117.719571, 38.70136], [117.649993, 38.701486], [117.649727, 38.664782], [117.608055, 38.664839], [117.608074, 38.673817], [117.578686, 38.673923], [117.579351, 38.666079], [117.582292, 38.654962], [117.584503, 38.654665], [117.588252, 38.637352], [117.597614, 38.638846], [117.60152, 38.634894], [117.60314, 38.630252], [117.602154, 38.617015], [117.581072, 38.615605], [117.569345, 38.610215], [117.561492, 38.612315], [117.553466, 38.612073], [117.548683, 38.615709], [117.538584, 38.617748], [117.536399, 38.611311], [117.532409, 38.609099], [117.535269, 38.602992], [117.520545, 38.599906], [117.518005, 38.600575], [117.516387, 38.606348], [117.517616, 38.61095], [117.515914, 38.61353], [117.509155, 38.610528], [117.499752, 38.616021], [117.472555, 38.616508], [117.475222, 38.610543], [117.464766, 38.610315], [117.425616, 38.600238], [117.409029, 38.589748], [117.403614, 38.593007], [117.394731, 38.587106], [117.402607, 38.584317], [117.391577, 38.574099], [117.362686, 38.563886], [117.362434, 38.581567], [117.348407, 38.579891], [117.351486, 38.569719], [117.347106, 38.566798], [117.344147, 38.5609], [117.340851, 38.560801], [117.335064, 38.563825], [117.318601, 38.56384], [117.309209, 38.556972], [117.302019, 38.554824], [117.299366, 38.555867], [117.297819, 38.563862], [117.293663, 38.570728], [117.289051, 38.571348], [117.285413, 38.57093], [117.286199, 38.561713], [117.259179, 38.556042], [117.257212, 38.561554], [117.247005, 38.555494], [117.238889, 38.566218], [117.233238, 38.577999], [117.256171, 38.583024], [117.255042, 38.586021], [117.234498, 38.580921], [117.231628, 38.584544], [117.239153, 38.594595], [117.25046, 38.597643], [117.252798, 38.602928], [117.249779, 38.613326], [117.240345, 38.617938], [117.226532, 38.620095], [117.226476, 38.625239], [117.230522, 38.630545], [117.218878, 38.630078], [117.219923, 38.633369], [117.223466, 38.634912], [117.224102, 38.64153], [117.214152, 38.643012], [117.206719, 38.639546], [117.204113, 38.629776], [117.196928, 38.629415], [117.19756, 38.625672], [117.193996, 38.621118], [117.170324, 38.617415], [117.160056, 38.613817], [117.158227, 38.617747], [117.152812, 38.617565], [117.152002, 38.614861], [117.150439, 38.614721], [117.150757, 38.616703], [117.144792, 38.616854], [117.1437, 38.614762], [117.144509, 38.60846], [117.137281, 38.604591], [117.131972, 38.598815], [117.11825, 38.599052], [117.115119, 38.596676], [117.112595, 38.590214], [117.103322, 38.586349], [117.103497, 38.583973], [117.091855, 38.586009], [117.09055, 38.599736], [117.0809, 38.598617], [117.080003, 38.605479], [117.064534, 38.607552], [117.064083, 38.615191], [117.058267, 38.628387], [117.057977, 38.634855], [117.054484, 38.638236], [117.046783, 38.640666], [117.046694, 38.642927], [117.050449, 38.644679], [117.050419, 38.656188], [117.055084, 38.67294], [117.062192, 38.679402], [117.048087, 38.683372], [117.048697, 38.685331], [117.039336, 38.685439], [117.039156, 38.69133], [117.032756, 38.687789], [117.033217, 38.693462], [117.039279, 38.704925], [117.035815, 38.70604], [117.009389, 38.700492], [117.008389, 38.689176], [116.987014, 38.691592], [116.988467, 38.695731], [116.945108, 38.68956], [116.938849, 38.685349], [116.924707, 38.686153], [116.921438, 38.685151], [116.921865, 38.679514], [116.912399, 38.678738], [116.915454, 38.686357], [116.911982, 38.686996], [116.890255, 38.679861], [116.871583, 38.680095], [116.869802, 38.681916], [116.869771, 38.692627], [116.867269, 38.691949], [116.866669, 38.693648], [116.868894, 38.696937], [116.866129, 38.701278], [116.869421, 38.712159], [116.866913, 38.715021], [116.860706, 38.716388], [116.860089, 38.719613], [116.860797, 38.721862], [116.862174, 38.721728], [116.864356, 38.729271], [116.862892, 38.72927], [116.863861, 38.737356], [116.861938, 38.745584], [116.854917, 38.744472], [116.853703, 38.740654], [116.786935, 38.745608], [116.785372, 38.744319], [116.785294, 38.739203], [116.778136, 38.737347], [116.778598, 38.739772], [116.769099, 38.742036], [116.760427, 38.74117], [116.759859, 38.745626], [116.753012, 38.754105], [116.738731, 38.751773], [116.74628, 38.779222], [116.731548, 38.7837], [116.735504, 38.795419], [116.739845, 38.794947], [116.740173, 38.79779], [116.734848, 38.798427], [116.738118, 38.804559], [116.732555, 38.806261], [116.738697, 38.814159], [116.740278, 38.823835], [116.743149, 38.823623], [116.74527, 38.83046], [116.743486, 38.831122], [116.741575, 38.82937], [116.737832, 38.83075], [116.736985, 38.834107], [116.738878, 38.85061], [116.717153, 38.851509], [116.716653, 38.896279], [116.702073, 38.896188], [116.702425, 38.929809], [116.704506, 38.935683], [116.706874, 38.938018], [116.710388, 38.938002], [116.716385, 38.954637], [116.717101, 38.963373], [116.724483, 38.974354], [116.729376, 38.978778], [116.734727, 38.979936], [116.738382, 38.987244], [116.744401, 38.993012], [116.74647, 39.00269], [116.748572, 39.002532], [116.750415, 39.012147], [116.748936, 39.012166], [116.748974, 39.018188], [116.752396, 39.018498], [116.753068, 39.019947], [116.753415, 39.030743], [116.748566, 39.034139], [116.745736, 39.033699], [116.745508, 39.036962], [116.750422, 39.049358], [116.754621, 39.049681], [116.766997, 39.045928], [116.772853, 39.048479], [116.775405, 39.052504], [116.775625, 39.057567], [116.781344, 39.060938], [116.791351, 39.059831], [116.790018, 39.055634], [116.779015, 39.054642], [116.777748, 39.051822], [116.778975, 39.047287], [116.781767, 39.050853], [116.791416, 39.053087], [116.796726, 39.049974], [116.813405, 39.050111], [116.813037, 39.047046], [116.817259, 39.04643], [116.826707, 39.048959], [116.834266, 39.048875], [116.834335, 39.05248], [116.836287, 39.052504], [116.83629, 39.048753], [116.838346, 39.048628], [116.854629, 39.049837], [116.854526, 39.051599], [116.86583, 39.053839], [116.864328, 39.058732], [116.864347, 39.069169], [116.872332, 39.071692], [116.875654, 39.07092], [116.877125, 39.077119], [116.881088, 39.077039], [116.88479, 39.084024], [116.887565, 39.083592], [116.890788, 39.090925], [116.895936, 39.090077], [116.900389, 39.103073], [116.904416, 39.105869], [116.905262, 39.110179], [116.913537, 39.108402], [116.91782, 39.118026], [116.920269, 39.118798], [116.914116, 39.119178], [116.91299, 39.122793], [116.917711, 39.123212], [116.912776, 39.137673], [116.909529, 39.137436], [116.90586, 39.148965], [116.888388, 39.154083], [116.863746, 39.15326], [116.860917, 39.155008], [116.85764, 39.1534], [116.859852, 39.155301], [116.860482, 39.164528], [116.857361, 39.174246], [116.858473, 39.181227], [116.856576, 39.200359], [116.854846, 39.204915], [116.851244, 39.204723], [116.849953, 39.214767], [116.865816, 39.21681], [116.865785, 39.215394], [116.869815, 39.215672], [116.868788, 39.229325], [116.869996, 39.229763], [116.873542, 39.229216], [116.878198, 39.224175], [116.886796, 39.223065], [116.886131, 39.230272], [116.880067, 39.231853], [116.879037, 39.23989], [116.874419, 39.23892], [116.870526, 39.240541], [116.869673, 39.252972], [116.873013, 39.254464], [116.865694, 39.26836], [116.870436, 39.269696], [116.869254, 39.282359], [116.864902, 39.297602], [116.87043, 39.302121], [116.880296, 39.30333], [116.883665, 39.322276], [116.879623, 39.338193], [116.870027, 39.338266], [116.86617, 39.340831], [116.865094, 39.345955], [116.866038, 39.350222], [116.866793, 39.351722], [116.870244, 39.351717], [116.868952, 39.354987], [116.864883, 39.356527], [116.853702, 39.355399], [116.853863, 39.348281], [116.843234, 39.338669], [116.836752, 39.339856], [116.823139, 39.338308], [116.819032, 39.352741], [116.817544, 39.352021], [116.816604, 39.354385], [116.81719, 39.356848], [116.826007, 39.359122], [116.830779, 39.363563], [116.828999, 39.364924], [116.820938, 39.362568], [116.814632, 39.365617], [116.812188, 39.372453], [116.831678, 39.373081], [116.835343, 39.378089], [116.835251, 39.3805], [116.827964, 39.397952], [116.828164, 39.401664], [116.833315, 39.403579], [116.832237, 39.409403], [116.837624, 39.41351], [116.838414, 39.411476], [116.846063, 39.412798], [116.847787, 39.417228], [116.858086, 39.425625], [116.862071, 39.427672], [116.865092, 39.426291], [116.869938, 39.433506], [116.862533, 39.438054], [116.855876, 39.436294], [116.84957, 39.442353], [116.841255, 39.440327], [116.841337, 39.437663], [116.82654, 39.434493], [116.821064, 39.437536], [116.820798, 39.444643], [116.809855, 39.450671], [116.804182, 39.449677], [116.804749, 39.446844], [116.80165, 39.444661], [116.795104, 39.447995], [116.789994, 39.445716], [116.786194, 39.453079], [116.791563, 39.449839], [116.792061, 39.456248], [116.783628, 39.46451], [116.779519, 39.466073], [116.782494, 39.466674], [116.783017, 39.46984], [116.79247, 39.474589], [116.814601, 39.479489], [116.815412, 39.485312], [116.808373, 39.500278], [116.808, 39.509153], [116.817863, 39.510955], [116.819047, 39.516246], [116.81742, 39.524679], [116.819152, 39.526359], [116.816084, 39.533335], [116.812405, 39.531873], [116.810076, 39.527927], [116.799843, 39.528042], [116.789258, 39.544723], [116.781501, 39.547546], [116.781673, 39.553399], [116.785644, 39.558603], [116.793769, 39.567665], [116.801949, 39.570852], [116.805655, 39.575811], [116.79596, 39.58471], [116.792793, 39.589886], [116.792538, 39.59619], [116.802304, 39.596241], [116.799222, 39.602225], [116.793846, 39.602815], [116.803884, 39.607528], [116.804689, 39.60469], [116.800996, 39.602686], [116.802177, 39.599282], [116.807434, 39.599168], [116.810069, 39.604409], [116.806373, 39.614805], [116.807311, 39.616181], [116.81406, 39.617927], [116.818053, 39.61608], [116.818986, 39.612718], [116.826814, 39.61599], [116.832557, 39.621112], [116.817926, 39.634008], [116.827796, 39.64349], [116.835017, 39.648092], [116.845378, 39.651383], [116.843968, 39.666501], [116.854477, 39.666228], [116.858041, 39.669382], [116.867308, 39.670411], [116.877023, 39.674393], [116.883013, 39.674674], [116.885333, 39.673032], [116.900652, 39.676611], [116.899766, 39.681066], [116.903564, 39.681905], [116.900146, 39.686916], [116.906702, 39.688189], [116.905409, 39.694382], [116.910653, 39.698861], [116.911035, 39.705336], [116.914096, 39.705739], [116.945, 39.705756], [116.946373, 39.695881], [116.938071, 39.68584], [116.943302, 39.677974], [116.952163, 39.670129], [116.949481, 39.657678], [116.954312, 39.645852], [116.958169, 39.642548], [116.964232, 39.647662], [116.966307, 39.647476], [116.969175, 39.644903], [116.96901, 39.636789], [116.970821, 39.63514], [116.983819, 39.640308], [116.998224, 39.643284], [117.009495, 39.652835], [117.052638, 39.642813], [117.069982, 39.637327], [117.096317, 39.627892], [117.099233, 39.623991], [117.105893, 39.62302], [117.115448, 39.615816], [117.120897, 39.615463], [117.125261, 39.617016], [117.134439, 39.615136], [117.136852, 39.615719], [117.141423, 39.621254], [117.146186, 39.622147], [117.147759, 39.624786], [117.143258, 39.627552], [117.150928, 39.634271], [117.166338, 39.635161], [117.166723, 39.639886], [117.169653, 39.644691], [117.162477, 39.64616], [117.152464, 39.659887], [117.152291, 39.662585], [117.153144, 39.665619], [117.158196, 39.66674], [117.163684, 39.672044], [117.162403, 39.680334], [117.163836, 39.687969], [117.162996, 39.697044], [117.164838, 39.699936], [117.162182, 39.70218], [117.161866, 39.706825], [117.164267, 39.706975], [117.162714, 39.712201], [117.15783, 39.710492], [117.157126, 39.714459], [117.162777, 39.716285], [117.161734, 39.720211], [117.159875, 39.720858], [117.158955, 39.717022], [117.152449, 39.721984], [117.146728, 39.721375], [117.147214, 39.734954], [117.159483, 39.736486], [117.155741, 39.744794], [117.156499, 39.748543], [117.166921, 39.750582], [117.178334, 39.750601], [117.195362, 39.75863], [117.199567, 39.762624], [117.186772, 39.77391], [117.17346, 39.781614], [117.171874, 39.79407], [117.164795, 39.798483], [117.151044, 39.795369], [117.150683, 39.8054], [117.155348, 39.805659], [117.149928, 39.816057], [117.152755, 39.820551], [117.156187, 39.816553], [117.160746, 39.817861], [117.160702, 39.822384], [117.188617, 39.824419], [117.186116, 39.831906], [117.200985, 39.833717], [117.213756, 39.829375], [117.214357, 39.826038], [117.222017, 39.830862], [117.230653, 39.832936], [117.250927, 39.828825], [117.249712, 39.831596], [117.24642, 39.831006], [117.245376, 39.832839], [117.250195, 39.84192], [117.249176, 39.848969], [117.245362, 39.856697], [117.241834, 39.859599], [117.233528, 39.859188], [117.224977, 39.855974], [117.221841, 39.851695], [117.204679, 39.858706], [117.193896, 39.860987], [117.187852, 39.86039], [117.180902, 39.865198], [117.176819, 39.862913], [117.174083, 39.863198], [117.174771, 39.867303], [117.171595, 39.869424], [117.168494, 39.865219], [117.161782, 39.865641], [117.160006, 39.867363], [117.168173, 39.87343], [117.163451, 39.876533], [117.161698, 39.871683], [117.15853, 39.871312], [117.156143, 39.875485], [117.14721, 39.879269], [117.151905, 39.888124], [117.141877, 39.896526], [117.142955, 39.900138], [117.151978, 39.904461], [117.152353, 39.907757], [117.14998, 39.909262], [117.138858, 39.909476], [117.137828, 39.910965], [117.135956, 39.920721], [117.139789, 39.931811], [117.143529, 39.934749], [117.148603, 39.932788], [117.149983, 39.933627], [117.149481, 39.938059], [117.144467, 39.942853], [117.14515, 39.944488], [117.158734, 39.951557], [117.160134, 39.953703], [117.158902, 39.962133], [117.164758, 39.9624], [117.167444, 39.957914], [117.16944, 39.957771], [117.173153, 39.964187], [117.172172, 39.975941], [117.181691, 39.977493], [117.184724, 39.980345], [117.184461, 39.985147], [117.191705, 39.991445], [117.18682, 40.015211], [117.181357, 40.024547], [117.181069, 40.04524], [117.175385, 40.056823], [117.17666, 40.060283], [117.187185, 40.065324], [117.21147, 40.063121], [117.216369, 40.064158], [117.213325, 40.069845], [117.203363, 40.080958], [117.205347, 40.083511], [117.205937, 40.088167], [117.204607, 40.089494], [117.204921, 40.094783], [117.218746, 40.094885], [117.222584, 40.101014], [117.233228, 40.111505], [117.24287, 40.115226], [117.259844, 40.110933], [117.268997, 40.110935], [117.278354, 40.119937], [117.291128, 40.117683], [117.298116, 40.126764], [117.30113, 40.135673], [117.307079, 40.138616], [117.317867, 40.138046], [117.325528, 40.132752], [117.328653, 40.132644], [117.338097, 40.133309], [117.347985, 40.137719], [117.350771, 40.142628], [117.348335, 40.146648], [117.353989, 40.15564], [117.344471, 40.170302], [117.344938, 40.171715], [117.376098, 40.174567], [117.38473, 40.176696], [117.400268, 40.184688], [117.400972, 40.186117], [117.391147, 40.191457], [117.381663, 40.186813], [117.377177, 40.186535], [117.372844, 40.197676], [117.373169, 40.200509], [117.37566, 40.203131], [117.376761, 40.200912], [117.386593, 40.20243], [117.376015, 40.205496], [117.37185, 40.208658], [117.370862, 40.21713], [117.386923, 40.220122], [117.38335, 40.226472], [117.387744, 40.230305], [117.39849, 40.228553], [117.40863, 40.235309], [117.408359, 40.239426], [117.406014, 40.24208], [117.409212, 40.247412], [117.41978, 40.246738], [117.433037, 40.251765], [117.443505, 40.251113], [117.465994, 40.241853], [117.474386, 40.240264], [117.477057, 40.235596], [117.496464, 40.22747], [117.506969, 40.22634], [117.54036, 40.231688], [117.542179, 40.231442], [117.544756, 40.226846], [117.558039, 40.227904], [117.562297, 40.224887], [117.565361, 40.218176], [117.562903, 40.212776], [117.560951, 40.212156], [117.558925, 40.204103], [117.565953, 40.193714], [117.569368, 40.191526]]] + } + }, { + "type": "Feature", + "properties": { + "name": "河北省", + "province_adcode": 130000, + "province_type": "省", + "name_en": "Hebei", + "name_var": "Hé Běi", + "adcode": 130000 + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [[[[118.269448, 38.980972], [118.264679, 38.983378], [118.265986, 38.984727], [118.269232, 38.983882], [118.270657, 38.982332], [118.269448, 38.980972]]], [[[118.198244, 39.006352], [118.193593, 39.008774], [118.195138, 39.011296], [118.200226, 39.009235], [118.198244, 39.006352]]], [[[118.728399, 39.028109], [118.72566, 39.029701], [118.727296, 39.03142], [118.730124, 39.028971], [118.728399, 39.028109]]], [[[118.229936, 39.035861], [118.231657, 39.035153], [118.229194, 39.031966], [118.222572, 39.034943], [118.22474, 39.037294], [118.229936, 39.035861]]], [[[118.712883, 39.043906], [118.709788, 39.044723], [118.710606, 39.049243], [118.713142, 39.047943], [118.712883, 39.043906]]], [[[118.841686, 39.106443], [118.832953, 39.105689], [118.842868, 39.107247], [118.841686, 39.106443]]], [[[118.865175, 39.127643], [118.858364, 39.110693], [118.855815, 39.107959], [118.849343, 39.10679], [118.844885, 39.108657], [118.846812, 39.117815], [118.859398, 39.123503], [118.858015, 39.127397], [118.851707, 39.128783], [118.850588, 39.131403], [118.852083, 39.133275], [118.85684, 39.135448], [118.86209, 39.135013], [118.865381, 39.130795], [118.865175, 39.127643]]], [[[118.824683, 39.125068], [118.819986, 39.122663], [118.815271, 39.123142], [118.810952, 39.126486], [118.809983, 39.131667], [118.811099, 39.136073], [118.820022, 39.145122], [118.833392, 39.152395], [118.838238, 39.151616], [118.839173, 39.147586], [118.837423, 39.139118], [118.834008, 39.133119], [118.824683, 39.125068]]], [[[117.187727, 40.069827], [117.193428, 40.067131], [117.198812, 40.068994], [117.201753, 40.075542], [117.197185, 40.07541], [117.19706, 40.07721], [117.202133, 40.081211], [117.206682, 40.077922], [117.216606, 40.064495], [117.21147, 40.063121], [117.187185, 40.065324], [117.17666, 40.060283], [117.175385, 40.056823], [117.181069, 40.04524], [117.181357, 40.024547], [117.18682, 40.015211], [117.191705, 39.991445], [117.184461, 39.985147], [117.184724, 39.980345], [117.181691, 39.977493], [117.172172, 39.975941], [117.173153, 39.964187], [117.16944, 39.957771], [117.167444, 39.957914], [117.164758, 39.9624], [117.158902, 39.962133], [117.160134, 39.953703], [117.158734, 39.951557], [117.14515, 39.944488], [117.144467, 39.942853], [117.150767, 39.934911], [117.148603, 39.932788], [117.143529, 39.934749], [117.139789, 39.931811], [117.13586, 39.917732], [117.138858, 39.909476], [117.14998, 39.909262], [117.152353, 39.907757], [117.151978, 39.904461], [117.142955, 39.900138], [117.14203, 39.895516], [117.151905, 39.888124], [117.14721, 39.879269], [117.156143, 39.875485], [117.15853, 39.871312], [117.161698, 39.871683], [117.163451, 39.876533], [117.168173, 39.87343], [117.160247, 39.866615], [117.168494, 39.865219], [117.171595, 39.869424], [117.174771, 39.867303], [117.174083, 39.863198], [117.176819, 39.862913], [117.180902, 39.865198], [117.187852, 39.86039], [117.193896, 39.860987], [117.204679, 39.858706], [117.221841, 39.851695], [117.224977, 39.855974], [117.233528, 39.859188], [117.241834, 39.859599], [117.245362, 39.856697], [117.249176, 39.848969], [117.250195, 39.84192], [117.245376, 39.832839], [117.24642, 39.831006], [117.249712, 39.831596], [117.250927, 39.828825], [117.230653, 39.832936], [117.222017, 39.830862], [117.214357, 39.826038], [117.213756, 39.829375], [117.200985, 39.833717], [117.186116, 39.831906], [117.188617, 39.824419], [117.160702, 39.822384], [117.160746, 39.817861], [117.156187, 39.816553], [117.152755, 39.820551], [117.149928, 39.816057], [117.155348, 39.805659], [117.150683, 39.8054], [117.151044, 39.795369], [117.164795, 39.798483], [117.171874, 39.79407], [117.17346, 39.781614], [117.186772, 39.77391], [117.199567, 39.762624], [117.195362, 39.75863], [117.178334, 39.750601], [117.166921, 39.750582], [117.156499, 39.748543], [117.155741, 39.744794], [117.159483, 39.736486], [117.147214, 39.734954], [117.146728, 39.721375], [117.152449, 39.721984], [117.158955, 39.717022], [117.159875, 39.720858], [117.161734, 39.720211], [117.162777, 39.716285], [117.157126, 39.714459], [117.15783, 39.710492], [117.162714, 39.712201], [117.164267, 39.706975], [117.161866, 39.706825], [117.162182, 39.70218], [117.164838, 39.699936], [117.162996, 39.697044], [117.163836, 39.687969], [117.162403, 39.680334], [117.163684, 39.672044], [117.158196, 39.66674], [117.153144, 39.665619], [117.152291, 39.662585], [117.152464, 39.659887], [117.162477, 39.64616], [117.169653, 39.644691], [117.166723, 39.639886], [117.166338, 39.635161], [117.150928, 39.634271], [117.143258, 39.627552], [117.147759, 39.624786], [117.146186, 39.622147], [117.141423, 39.621254], [117.136852, 39.615719], [117.134439, 39.615136], [117.125261, 39.617016], [117.120897, 39.615463], [117.115448, 39.615816], [117.105893, 39.62302], [117.099233, 39.623991], [117.096317, 39.627892], [117.069982, 39.637327], [117.052638, 39.642813], [117.009495, 39.652835], [116.998224, 39.643284], [116.983819, 39.640308], [116.9703, 39.635304], [116.96901, 39.636789], [116.969175, 39.644903], [116.966307, 39.647476], [116.964232, 39.647662], [116.958169, 39.642548], [116.954312, 39.645852], [116.949481, 39.657678], [116.952163, 39.670129], [116.943302, 39.677974], [116.938071, 39.68584], [116.946373, 39.695881], [116.945, 39.705756], [116.911035, 39.705336], [116.910653, 39.698861], [116.905409, 39.694382], [116.906702, 39.688189], [116.900146, 39.686916], [116.897018, 39.689543], [116.886593, 39.68903], [116.887977, 39.694821], [116.88229, 39.701757], [116.881249, 39.705959], [116.885019, 39.707406], [116.879376, 39.714082], [116.88059, 39.715373], [116.878613, 39.715019], [116.876706, 39.717531], [116.881665, 39.724446], [116.893449, 39.725037], [116.896671, 39.726623], [116.896398, 39.728371], [116.909528, 39.73031], [116.910015, 39.734786], [116.907056, 39.734757], [116.903552, 39.738589], [116.908561, 39.74071], [116.907233, 39.744877], [116.901363, 39.754906], [116.895624, 39.754174], [116.893678, 39.757583], [116.895718, 39.76229], [116.902546, 39.765394], [116.915209, 39.77948], [116.932167, 39.780622], [116.938633, 39.776002], [116.939633, 39.78489], [116.932083, 39.79226], [116.928423, 39.800302], [116.929141, 39.804331], [116.931986, 39.804464], [116.92294, 39.811444], [116.921276, 39.830152], [116.913542, 39.845826], [116.901649, 39.851513], [116.898359, 39.850072], [116.895529, 39.845565], [116.89649, 39.84102], [116.901746, 39.833878], [116.901042, 39.830829], [116.896525, 39.830005], [116.887987, 39.833414], [116.880132, 39.843642], [116.851962, 39.84827], [116.841103, 39.853914], [116.819453, 39.877175], [116.81081, 39.877486], [116.807108, 39.880119], [116.806251, 39.888527], [116.802276, 39.888437], [116.802222, 39.883719], [116.798229, 39.883678], [116.798095, 39.876909], [116.793861, 39.877391], [116.780037, 39.88515], [116.777229, 39.895075], [116.77776, 39.902984], [116.776071, 39.908231], [116.77569, 39.926767], [116.777569, 39.942579], [116.770762, 39.952363], [116.764843, 39.951849], [116.757917, 39.954273], [116.751373, 39.959394], [116.751128, 39.961269], [116.751373, 39.964299], [116.75638, 39.971455], [116.759565, 39.971156], [116.760019, 39.979127], [116.770341, 39.992015], [116.768961, 39.998095], [116.769828, 40.000746], [116.766282, 40.012278], [116.769392, 40.025538], [116.773437, 40.03334], [116.775054, 40.033592], [116.783903, 40.032678], [116.783448, 40.031087], [116.794193, 40.027637], [116.814687, 40.031433], [116.814682, 40.037955], [116.817111, 40.042648], [116.825677, 40.050019], [116.843414, 40.050957], [116.844179, 40.053888], [116.851835, 40.050778], [116.864986, 40.039219], [116.873567, 40.043377], [116.890976, 40.045976], [116.902745, 40.051143], [116.908077, 40.05153], [116.911009, 40.046519], [116.92573, 40.050943], [116.939149, 40.040286], [116.955873, 40.050229], [116.963212, 40.047427], [116.96961, 40.036466], [116.981145, 40.037226], [116.994068, 40.030943], [116.994076, 40.028642], [117.015539, 40.028384], [117.018586, 40.028833], [117.02217, 40.032732], [117.021013, 40.036533], [117.031366, 40.046805], [117.04725, 40.053441], [117.051425, 40.05923], [117.060302, 40.061933], [117.063155, 40.066161], [117.074533, 40.0674], [117.078855, 40.070949], [117.079084, 40.073705], [117.112965, 40.071003], [117.121921, 40.064165], [117.132687, 40.062647], [117.149307, 40.067603], [117.154238, 40.075179], [117.174305, 40.068627], [117.179899, 40.074126], [117.175073, 40.078762], [117.179272, 40.0836], [117.183029, 40.081375], [117.182386, 40.07873], [117.185229, 40.071887], [117.187727, 40.069827]]], [[[117.799844, 42.613699], [117.796801, 42.601178], [117.787442, 42.587422], [117.800709, 42.573027], [117.808525, 42.573921], [117.830779, 42.560367], [117.83946, 42.544596], [117.850977, 42.539248], [117.863914, 42.515527], [117.86304, 42.513878], [117.8659, 42.49895], [117.86972, 42.491582], [117.88208, 42.490289], [117.89871, 42.481602], [117.92176, 42.472355], [117.934896, 42.461186], [117.936167, 42.450494], [117.957831, 42.429424], [117.972119, 42.427885], [117.980033, 42.419008], [118.001952, 42.411291], [118.013221, 42.400303], [118.01333, 42.394978], [118.016184, 42.387943], [118.024556, 42.382517], [118.02517, 42.37537], [118.019748, 42.368709], [118.012253, 42.366049], [118.003926, 42.348306], [118.003217, 42.342583], [118.008125, 42.328201], [118.013062, 42.32707], [118.01938, 42.32225], [118.021637, 42.318525], [118.021718, 42.313197], [118.040135, 42.312138], [118.052362, 42.306556], [118.053806, 42.280477], [118.028093, 42.268456], [118.00957, 42.265605], [118.007622, 42.256072], [117.997624, 42.254126], [117.991468, 42.255531], [117.985308, 42.25437], [117.963896, 42.240781], [117.971984, 42.233592], [117.99586, 42.222757], [118.006201, 42.214007], [118.02773, 42.206393], [118.035556, 42.19095], [118.050338, 42.19102], [118.057375, 42.189501], [118.095042, 42.176624], [118.111426, 42.164668], [118.103604, 42.152846], [118.094128, 42.144297], [118.089884, 42.132472], [118.0908, 42.1194], [118.088646, 42.112944], [118.085958, 42.111148], [118.085447, 42.107586], [118.109336, 42.094726], [118.119005, 42.093887], [118.128735, 42.095697], [118.140992, 42.088087], [118.153671, 42.086111], [118.157145, 42.078702], [118.15245, 42.074164], [118.150695, 42.065843], [118.152951, 42.061613], [118.152572, 42.055608], [118.139408, 42.061588], [118.134646, 42.065724], [118.132902, 42.065478], [118.132193, 42.063448], [118.140847, 42.051769], [118.138185, 42.047673], [118.131781, 42.043303], [118.110541, 42.041375], [118.109536, 42.0366], [118.113158, 42.034648], [118.145941, 42.028358], [118.154364, 42.025241], [118.189525, 42.030466], [118.206922, 42.040388], [118.21846, 42.054878], [118.218412, 42.058907], [118.212283, 42.063214], [118.213409, 42.078211], [118.225752, 42.087117], [118.236422, 42.090266], [118.249419, 42.08601], [118.257227, 42.08593], [118.26497, 42.082484], [118.264996, 42.075987], [118.273499, 42.06393], [118.276964, 42.061563], [118.286352, 42.059518], [118.2898, 42.055986], [118.290844, 42.046782], [118.277149, 42.035628], [118.277682, 42.026447], [118.2674, 42.025182], [118.252781, 42.017498], [118.238299, 42.017952], [118.230355, 42.013404], [118.232797, 42.006717], [118.234732, 42.005705], [118.258036, 42.008264], [118.285458, 42.005443], [118.289222, 42.001644], [118.289039, 41.996912], [118.294855, 41.991193], [118.297826, 41.988755], [118.307107, 41.986182], [118.306188, 41.980585], [118.302211, 41.978318], [118.299308, 41.971589], [118.299673, 41.961866], [118.303255, 41.959129], [118.297136, 41.950903], [118.298281, 41.942629], [118.29689, 41.93733], [118.280832, 41.931655], [118.262216, 41.927914], [118.261094, 41.91918], [118.265933, 41.914421], [118.284079, 41.906591], [118.298524, 41.891969], [118.317854, 41.877957], [118.328648, 41.875433], [118.332273, 41.87046], [118.33237, 41.867945], [118.33205, 41.864762], [118.32752, 41.85944], [118.331854, 41.852961], [118.335668, 41.851345], [118.339505, 41.84677], [118.339492, 41.842789], [118.326254, 41.838774], [118.318105, 41.828265], [118.315694, 41.821341], [118.309006, 41.812213], [118.306939, 41.793841], [118.302395, 41.783333], [118.301612, 41.776921], [118.294188, 41.772031], [118.287117, 41.771131], [118.280462, 41.768019], [118.276988, 41.761541], [118.273793, 41.759681], [118.255581, 41.7598], [118.245054, 41.769959], [118.23884, 41.777998], [118.238307, 41.787734], [118.241362, 41.793376], [118.22776, 41.809843], [118.221099, 41.812147], [118.210616, 41.812117], [118.195939, 41.806004], [118.179116, 41.814711], [118.141824, 41.796485], [118.139204, 41.794192], [118.144402, 41.787651], [118.145996, 41.782288], [118.138366, 41.779213], [118.135623, 41.774535], [118.132677, 41.763539], [118.139037, 41.758158], [118.135823, 41.742581], [118.132266, 41.739315], [118.128682, 41.728768], [118.145479, 41.722626], [118.149884, 41.719345], [118.151462, 41.706104], [118.158206, 41.697687], [118.161505, 41.684277], [118.155155, 41.677601], [118.16298, 41.67726], [118.167174, 41.675471], [118.176153, 41.667602], [118.190165, 41.660072], [118.195936, 41.652799], [118.195719, 41.649731], [118.20174, 41.643563], [118.209437, 41.643058], [118.213394, 41.640059], [118.215277, 41.634921], [118.207127, 41.621549], [118.211978, 41.607013], [118.214899, 41.603783], [118.219948, 41.592084], [118.222716, 41.590848], [118.228774, 41.577829], [118.246141, 41.574592], [118.25141, 41.577149], [118.26236, 41.570338], [118.278235, 41.56883], [118.279601, 41.559167], [118.282928, 41.557699], [118.285525, 41.557566], [118.299759, 41.566353], [118.310016, 41.563246], [118.313863, 41.559262], [118.304205, 41.554096], [118.301586, 41.544174], [118.304186, 41.531098], [118.307457, 41.525257], [118.319019, 41.514453], [118.317358, 41.507973], [118.310901, 41.500353], [118.302367, 41.498833], [118.298793, 41.492297], [118.300715, 41.48472], [118.298493, 41.481925], [118.288107, 41.482095], [118.275451, 41.479976], [118.269397, 41.475084], [118.264828, 41.464949], [118.269402, 41.46159], [118.275757, 41.460539], [118.285075, 41.459367], [118.290037, 41.46103], [118.315912, 41.449699], [118.33275, 41.446709], [118.336858, 41.443027], [118.340819, 41.432523], [118.354166, 41.419723], [118.348018, 41.416536], [118.346329, 41.391948], [118.348902, 41.389289], [118.360468, 41.386374], [118.361455, 41.382764], [118.342479, 41.369741], [118.348429, 41.365096], [118.351778, 41.359599], [118.351031, 41.355363], [118.354509, 41.335857], [118.351093, 41.331724], [118.355691, 41.324774], [118.36893, 41.311157], [118.395802, 41.308673], [118.404622, 41.319023], [118.412757, 41.316745], [118.411251, 41.326403], [118.407625, 41.329356], [118.41009, 41.333455], [118.443974, 41.337154], [118.452549, 41.341525], [118.462585, 41.343659], [118.480281, 41.345324], [118.508883, 41.343779], [118.511586, 41.344893], [118.520212, 41.356192], [118.524271, 41.356727], [118.539538, 41.346878], [118.546726, 41.3517], [118.553445, 41.353171], [118.559194, 41.350825], [118.573997, 41.351638], [118.585049, 41.349971], [118.599325, 41.345577], [118.609812, 41.348494], [118.612425, 41.348236], [118.615438, 41.345234], [118.628362, 41.346274], [118.650924, 41.345329], [118.653613, 41.345964], [118.658765, 41.351509], [118.665091, 41.353553], [118.673672, 41.348007], [118.685845, 41.334557], [118.691797, 41.330971], [118.696723, 41.334549], [118.702894, 41.334261], [118.714013, 41.325744], [118.740416, 41.32188], [118.755444, 41.328131], [118.761775, 41.33874], [118.761746, 41.342319], [118.765327, 41.349158], [118.777153, 41.357998], [118.800032, 41.360866], [118.811688, 41.364751], [118.813758, 41.369742], [118.826343, 41.368899], [118.832997, 41.37189], [118.838553, 41.379546], [118.841923, 41.381188], [118.839909, 41.366424], [118.833914, 41.361478], [118.843874, 41.338973], [118.849911, 41.333744], [118.857906, 41.321309], [118.859269, 41.312874], [118.866271, 41.302694], [118.878492, 41.306086], [118.890221, 41.302077], [118.892151, 41.297673], [118.899507, 41.299131], [118.90891, 41.305309], [118.931159, 41.300462], [118.934712, 41.305596], [118.946629, 41.31267], [118.964406, 41.304687], [118.972357, 41.307695], [118.980269, 41.307072], [118.986802, 41.304141], [119.016607, 41.30274], [119.036531, 41.293435], [119.041965, 41.292369], [119.053601, 41.293209], [119.067598, 41.296923], [119.081025, 41.291633], [119.094809, 41.29192], [119.11262, 41.295832], [119.131496, 41.293804], [119.146954, 41.297315], [119.15297, 41.296925], [119.178866, 41.287728], [119.194696, 41.286649], [119.205527, 41.2934], [119.207881, 41.30203], [119.212421, 41.305717], [119.226164, 41.310984], [119.232937, 41.3108], [119.242791, 41.283358], [119.242487, 41.275679], [119.236199, 41.265617], [119.226981, 41.255352], [119.214581, 41.254306], [119.202769, 41.242255], [119.204221, 41.229495], [119.20747, 41.226046], [119.20118, 41.22243], [119.186104, 41.21917], [119.173764, 41.222303], [119.167482, 41.21948], [119.162813, 41.213001], [119.167401, 41.207355], [119.17401, 41.203142], [119.186942, 41.200649], [119.191767, 41.190121], [119.177184, 41.18399], [119.149535, 41.164184], [119.138455, 41.153883], [119.13607, 41.148264], [119.137071, 41.146125], [119.130601, 41.14048], [119.123127, 41.13782], [119.094602, 41.132837], [119.073834, 41.133462], [119.072371, 41.131288], [119.076669, 41.125974], [119.077985, 41.119559], [119.074958, 41.104365], [119.074753, 41.087264], [119.071668, 41.079347], [119.067014, 41.073595], [119.058952, 41.070268], [119.050532, 41.073642], [119.048079, 41.076324], [119.039868, 41.076617], [119.038893, 41.073361], [119.04085, 41.073387], [119.036343, 41.065148], [119.031116, 41.060906], [119.025314, 41.060702], [119.012276, 41.066053], [118.993531, 41.068752], [118.983205, 41.072834], [118.980072, 41.075715], [118.958635, 41.077552], [118.93217, 41.051412], [118.930175, 41.035815], [118.936478, 41.024512], [118.945848, 41.016148], [118.953256, 41.017607], [118.964583, 41.016856], [118.98216, 41.007083], [118.987409, 41.006821], [118.989785, 41.008976], [118.99448, 41.009632], [119.01585, 41.004933], [119.017203, 41.002812], [119.01446, 40.997211], [119.01525, 40.988032], [119.004114, 40.98148], [118.995265, 40.966299], [118.985386, 40.965576], [118.966199, 40.957538], [118.938111, 40.956497], [118.911784, 40.96661], [118.896133, 40.959417], [118.893397, 40.952507], [118.892897, 40.943789], [118.888372, 40.926742], [118.881771, 40.923623], [118.884001, 40.903085], [118.883566, 40.889606], [118.879731, 40.871993], [118.86598, 40.850677], [118.864524, 40.846185], [118.850019, 40.838874], [118.846598, 40.82569], [118.840265, 40.819447], [118.839668, 40.812066], [118.843046, 40.799461], [118.851499, 40.800738], [118.856985, 40.797148], [118.860217, 40.792781], [118.870122, 40.788733], [118.872706, 40.782256], [118.886296, 40.776558], [118.894258, 40.779135], [118.90381, 40.77593], [118.8969, 40.759904], [118.889875, 40.75648], [118.889704, 40.7523], [118.901896, 40.755183], [118.943315, 40.74641], [118.94895, 40.741609], [118.954414, 40.719013], [118.980475, 40.700719], [118.995871, 40.694592], [119.005092, 40.68603], [119.008424, 40.686341], [119.013637, 40.690501], [119.022027, 40.690256], [119.042708, 40.679736], [119.045083, 40.674176], [119.044696, 40.669248], [119.048274, 40.663458], [119.059014, 40.661807], [119.072058, 40.676274], [119.079441, 40.674371], [119.085179, 40.667005], [119.099214, 40.662269], [119.118532, 40.671052], [119.128555, 40.67994], [119.144179, 40.685546], [119.148213, 40.687897], [119.150471, 40.691768], [119.156335, 40.694055], [119.160254, 40.693714], [119.174466, 40.685237], [119.180302, 40.675215], [119.176256, 40.661673], [119.167403, 40.652559], [119.159708, 40.647524], [119.148939, 40.643277], [119.138104, 40.632134], [119.144098, 40.624699], [119.147553, 40.622751], [119.152055, 40.615241], [119.151295, 40.602427], [119.15656, 40.598249], [119.158993, 40.598071], [119.170542, 40.607594], [119.177587, 40.610491], [119.177565, 40.603443], [119.180559, 40.602159], [119.205135, 40.607431], [119.222397, 40.60557], [119.228872, 40.600268], [119.235678, 40.5999], [119.232189, 40.591967], [119.2244, 40.588117], [119.219984, 40.58305], [119.214414, 40.573803], [119.214643, 40.569624], [119.220537, 40.569461], [119.226198, 40.565973], [119.22829, 40.562722], [119.227312, 40.557093], [119.250724, 40.5463], [119.254361, 40.536571], [119.266012, 40.536379], [119.271294, 40.539869], [119.287274, 40.53636], [119.291865, 40.530862], [119.291011, 40.527474], [119.298768, 40.527523], [119.319591, 40.535032], [119.327406, 40.529035], [119.337775, 40.529875], [119.341081, 40.535252], [119.352263, 40.540672], [119.36434, 40.54587], [119.375674, 40.547532], [119.380089, 40.546607], [119.387191, 40.541455], [119.379988, 40.53289], [119.386612, 40.524716], [119.395725, 40.526512], [119.400746, 40.534974], [119.432627, 40.542112], [119.438994, 40.533677], [119.447402, 40.529655], [119.448941, 40.53217], [119.448528, 40.536226], [119.454052, 40.537811], [119.47702, 40.530399], [119.482821, 40.533465], [119.497463, 40.552583], [119.514327, 40.546081], [119.522315, 40.548015], [119.527262, 40.552636], [119.538859, 40.548247], [119.545296, 40.537746], [119.563999, 40.533084], [119.563506, 40.527253], [119.554132, 40.523754], [119.546297, 40.518542], [119.54076, 40.512111], [119.541567, 40.509432], [119.544065, 40.504821], [119.559077, 40.500334], [119.556498, 40.487984], [119.5741, 40.473454], [119.584857, 40.471266], [119.592944, 40.466258], [119.594991, 40.449188], [119.593657, 40.44565], [119.582127, 40.435673], [119.584703, 40.426805], [119.592188, 40.424537], [119.592148, 40.419369], [119.58899, 40.417097], [119.588152, 40.413813], [119.591841, 40.406472], [119.588854, 40.391722], [119.583894, 40.388785], [119.578694, 40.388419], [119.57303, 40.376276], [119.584031, 40.370806], [119.58584, 40.366407], [119.597529, 40.362704], [119.584935, 40.344191], [119.585816, 40.342097], [119.58887, 40.339062], [119.605439, 40.330359], [119.608341, 40.326608], [119.606111, 40.322359], [119.60919, 40.315497], [119.605759, 40.31074], [119.609222, 40.304113], [119.625129, 40.294495], [119.63633, 40.290121], [119.641261, 40.284458], [119.64604, 40.271207], [119.632121, 40.24964], [119.627538, 40.247176], [119.624441, 40.241417], [119.620939, 40.227164], [119.617424, 40.225273], [119.620549, 40.222436], [119.624621, 40.221672], [119.634493, 40.228314], [119.64188, 40.228082], [119.657126, 40.236784], [119.664109, 40.238112], [119.668369, 40.23565], [119.675027, 40.219418], [119.690495, 40.206498], [119.700945, 40.203639], [119.702646, 40.199134], [119.708717, 40.195055], [119.711069, 40.194559], [119.715365, 40.198906], [119.713084, 40.204474], [119.737419, 40.20592], [119.744996, 40.189813], [119.745965, 40.168305], [119.756839, 40.14117], [119.748595, 40.127428], [119.747316, 40.120534], [119.729555, 40.107067], [119.728246, 40.10437], [119.748563, 40.088055], [119.76157, 40.083102], [119.761487, 40.077487], [119.752942, 40.066838], [119.764992, 40.047485], [119.769533, 40.049479], [119.773366, 40.048208], [119.789267, 40.038505], [119.8022, 40.041001], [119.807081, 40.048524], [119.811137, 40.051589], [119.818941, 40.046543], [119.8318, 40.042451], [119.839063, 40.036188], [119.84879, 40.031828], [119.844301, 40.018881], [119.837469, 40.010925], [119.835977, 40.004957], [119.840605, 40.003584], [119.841353, 40.001408], [119.839867, 40], [119.843081, 39.99817], [119.846982, 39.992457], [119.847964, 39.989824], [119.846757, 39.989488], [119.865713, 39.956606], [119.856906, 39.952688], [119.849721, 39.962245], [119.837903, 39.957016], [119.831443, 39.965443], [119.837963, 39.968288], [119.834807, 39.972532], [119.838675, 39.974244], [119.836727, 39.976829], [119.831719, 39.978963], [119.834952, 39.984165], [119.821291, 39.981252], [119.823113, 39.978217], [119.815317, 39.976085], [119.814053, 39.976073], [119.812365, 39.981375], [119.800025, 39.976201], [119.794944, 39.970331], [119.795411, 39.967038], [119.786582, 39.95759], [119.781365, 39.954225], [119.750999, 39.952423], [119.712873, 39.942971], [119.710815, 39.940636], [119.710399, 39.935311], [119.691933, 39.936517], [119.690762, 39.925079], [119.679359, 39.925061], [119.674341, 39.934324], [119.670319, 39.936254], [119.641041, 39.923984], [119.638461, 39.927737], [119.633875, 39.926787], [119.625788, 39.920807], [119.615486, 39.909922], [119.611645, 39.908576], [119.601212, 39.906892], [119.595644, 39.911243], [119.581378, 39.909915], [119.582539, 39.899363], [119.575116, 39.898934], [119.574389, 39.905992], [119.564915, 39.906829], [119.560981, 39.905757], [119.539192, 39.89324], [119.532932, 39.887758], [119.525678, 39.872858], [119.519371, 39.847186], [119.516005, 39.845324], [119.513514, 39.839797], [119.51354, 39.8346], [119.521819, 39.835919], [119.526102, 39.830875], [119.530385, 39.831065], [119.531147, 39.827924], [119.528862, 39.821452], [119.530766, 39.809745], [119.526388, 39.808508], [119.524008, 39.80946], [119.520421, 39.814816], [119.508272, 39.814197], [119.504641, 39.816312], [119.500615, 39.816228], [119.489161, 39.812258], [119.478557, 39.812726], [119.454192, 39.807535], [119.44485, 39.799995], [119.442376, 39.800503], [119.425497, 39.790898], [119.415899, 39.780284], [119.417544, 39.776993], [119.412579, 39.777318], [119.40774, 39.775341], [119.404103, 39.77154], [119.380872, 39.75805], [119.360798, 39.743578], [119.347817, 39.725153], [119.336347, 39.702844], [119.327824, 39.676043], [119.319286, 39.659998], [119.29683, 39.602842], [119.289039, 39.589396], [119.285724, 39.577192], [119.266943, 39.54613], [119.260765, 39.529788], [119.256931, 39.511218], [119.256455, 39.490802], [119.262873, 39.484653], [119.265825, 39.491047], [119.273686, 39.485785], [119.274472, 39.481785], [119.292575, 39.463273], [119.297977, 39.455208], [119.304171, 39.440831], [119.304989, 39.43113], [119.303742, 39.42358], [119.289572, 39.402601], [119.288796, 39.39889], [119.279932, 39.387163], [119.258238, 39.365565], [119.248404, 39.361464], [119.236743, 39.36157], [119.227016, 39.359731], [119.219219, 39.35583], [119.205303, 39.35252], [119.201708, 39.365098], [119.200211, 39.364771], [119.19586, 39.371479], [119.19578, 39.375013], [119.193865, 39.374396], [119.193967, 39.369935], [119.187648, 39.367031], [119.173661, 39.351567], [119.173105, 39.348479], [119.175655, 39.345777], [119.1615, 39.334751], [119.154923, 39.325609], [119.131435, 39.300151], [119.126203, 39.292053], [119.127765, 39.287719], [119.12518, 39.283148], [119.117405, 39.285131], [119.107673, 39.277372], [119.100285, 39.268189], [119.083394, 39.252031], [119.096101, 39.2377], [119.096094, 39.234173], [119.028495, 39.197759], [119.031968, 39.186508], [119.037716, 39.181966], [119.031851, 39.177341], [119.023731, 39.181949], [118.991507, 39.172909], [118.987625, 39.181218], [118.982835, 39.18024], [118.979779, 39.177935], [118.98198, 39.175744], [118.92223, 39.12657], [118.911109, 39.121807], [118.890566, 39.118911], [118.887252, 39.119919], [118.883823, 39.125416], [118.888126, 39.132299], [118.898271, 39.141273], [118.92785, 39.162138], [118.95241, 39.175813], [118.98186, 39.186263], [118.981078, 39.189608], [118.952981, 39.179771], [118.942612, 39.179458], [118.939285, 39.184195], [118.934125, 39.176998], [118.932881, 39.177226], [118.932732, 39.179807], [118.902745, 39.17153], [118.895096, 39.16589], [118.895794, 39.164244], [118.892583, 39.162282], [118.893008, 39.161222], [118.884486, 39.160001], [118.870792, 39.15464], [118.867155, 39.162139], [118.862538, 39.163593], [118.858435, 39.167192], [118.856898, 39.172235], [118.857984, 39.17477], [118.866489, 39.175557], [118.870513, 39.179908], [118.865803, 39.185513], [118.862945, 39.184032], [118.85976, 39.186133], [118.858864, 39.183928], [118.864586, 39.181361], [118.865539, 39.1788], [118.863885, 39.177588], [118.859305, 39.178699], [118.856336, 39.177019], [118.852547, 39.171443], [118.853568, 39.165296], [118.844193, 39.164736], [118.846332, 39.160445], [118.830739, 39.15428], [118.827438, 39.157647], [118.809931, 39.143944], [118.810478, 39.141994], [118.806906, 39.138877], [118.792416, 39.136432], [118.791349, 39.137542], [118.772119, 39.136852], [118.753197, 39.133606], [118.752825, 39.138366], [118.717892, 39.138384], [118.704542, 39.142941], [118.699157, 39.139571], [118.692332, 39.145918], [118.684425, 39.143269], [118.674514, 39.153966], [118.67186, 39.154338], [118.668175, 39.150602], [118.652663, 39.156938], [118.634652, 39.159546], [118.621709, 39.158946], [118.615102, 39.157017], [118.622233, 39.15829], [118.624998, 39.154486], [118.618002, 39.152668], [118.614502, 39.157015], [118.596367, 39.148235], [118.57476, 39.143441], [118.561253, 39.144032], [118.547663, 39.149552], [118.541361, 39.149694], [118.539355, 39.148283], [118.535552, 39.151376], [118.533063, 39.149408], [118.536015, 39.146174], [118.576007, 39.110589], [118.570795, 39.102351], [118.535519, 39.115619], [118.530673, 39.107976], [118.546211, 39.101779], [118.538288, 39.089344], [118.503052, 39.102759], [118.498841, 39.095006], [118.51375, 39.08913], [118.505628, 39.07682], [118.477976, 39.087569], [118.471047, 39.084296], [118.469897, 39.081051], [118.476033, 39.0786], [118.474199, 39.072741], [118.481099, 39.058584], [118.476687, 39.055385], [118.480635, 39.050521], [118.48417, 39.048534], [118.492703, 39.048961], [118.524383, 39.044011], [118.567828, 38.990924], [118.586061, 39.012523], [118.610536, 39.032482], [118.620929, 39.037505], [118.621977, 39.041132], [118.629346, 39.048502], [118.61596, 39.067254], [118.633454, 39.074449], [118.647404, 39.055769], [118.647389, 39.045112], [118.595895, 38.974247], [118.51544, 38.918624], [118.509467, 38.917135], [118.502895, 38.918044], [118.481455, 38.93692], [118.490433, 38.944663], [118.46886, 38.971389], [118.468171, 39.011156], [118.461261, 39.021338], [118.449035, 39.016414], [118.455363, 39.007678], [118.454349, 38.948967], [118.427291, 38.960963], [118.418378, 38.959681], [118.418373, 39.009225], [118.426573, 39.020104], [118.451239, 39.033902], [118.479327, 39.046823], [118.474173, 39.054219], [118.418342, 39.026489], [118.403913, 39.007353], [118.403887, 38.966637], [118.372146, 38.981628], [118.372014, 39.023175], [118.367613, 39.037625], [118.363816, 39.037278], [118.358628, 39.027566], [118.351899, 39.022669], [118.345683, 39.021106], [118.341362, 39.026899], [118.33491, 39.024995], [118.314618, 39.030362], [118.307511, 39.034478], [118.304259, 39.042574], [118.299923, 39.039849], [118.286764, 39.040526], [118.273336, 39.043822], [118.269613, 39.038956], [118.257021, 39.040482], [118.243736, 39.045874], [118.211433, 39.069085], [118.199725, 39.080883], [118.18833, 39.095979], [118.176923, 39.121246], [118.158959, 39.150248], [118.152746, 39.15776], [118.149174, 39.156606], [118.139433, 39.16579], [118.144229, 39.169201], [118.137707, 39.174816], [118.134583, 39.169714], [118.126584, 39.178436], [118.13054, 39.18731], [118.097557, 39.197771], [118.102466, 39.203444], [118.080532, 39.211254], [118.079206, 39.209431], [118.075756, 39.210624], [118.066044, 39.217819], [118.060445, 39.214343], [118.04306, 39.21303], [118.043093, 39.201078], [118.023094, 39.202095], [118.030291, 39.217063], [118.030767, 39.229349], [118.058372, 39.22997], [118.059171, 39.236764], [118.058233, 39.25503], [118.033903, 39.262823], [118.027822, 39.266944], [118.026772, 39.27443], [118.022528, 39.277141], [118.025236, 39.284263], [118.020713, 39.29024], [118.018454, 39.29126], [118.014242, 39.28496], [118.010704, 39.283053], [118.003491, 39.28687], [117.98885, 39.287709], [117.987128, 39.28902], [117.989371, 39.292941], [117.986094, 39.295563], [117.972147, 39.298329], [117.966406, 39.308934], [117.968538, 39.312216], [117.961287, 39.315403], [117.946087, 39.314939], [117.941335, 39.316934], [117.920096, 39.318589], [117.899498, 39.315517], [117.896522, 39.319689], [117.885737, 39.322574], [117.88689, 39.3268], [117.88196, 39.331353], [117.860613, 39.328993], [117.85493, 39.333002], [117.849404, 39.330911], [117.849971, 39.328086], [117.848367, 39.327228], [117.840874, 39.327708], [117.84191, 39.331126], [117.835808, 39.335417], [117.838594, 39.337615], [117.839804, 39.341264], [117.843722, 39.340874], [117.845897, 39.349055], [117.856759, 39.361374], [117.845821, 39.368646], [117.841852, 39.366177], [117.847019, 39.359706], [117.834016, 39.351679], [117.823002, 39.355854], [117.805503, 39.352347], [117.798061, 39.35754], [117.796198, 39.363666], [117.799913, 39.372262], [117.811309, 39.3754], [117.842485, 39.378142], [117.846212, 39.380062], [117.852009, 39.372494], [117.859711, 39.377372], [117.854313, 39.383804], [117.856367, 39.396005], [117.8534, 39.401816], [117.842169, 39.400203], [117.841019, 39.407166], [117.865711, 39.410472], [117.86454, 39.453928], [117.868748, 39.453878], [117.872559, 39.466121], [117.881243, 39.466942], [117.88725, 39.470261], [117.892752, 39.471143], [117.892034, 39.481684], [117.886194, 39.485451], [117.890802, 39.48828], [117.892563, 39.508685], [117.902236, 39.510509], [117.906621, 39.516054], [117.90627, 39.519424], [117.899595, 39.529623], [117.898832, 39.533423], [117.907009, 39.541449], [117.912495, 39.55474], [117.918484, 39.562369], [117.92547, 39.568067], [117.927801, 39.572795], [117.92395, 39.57713], [117.911278, 39.582106], [117.913075, 39.584381], [117.896499, 39.589813], [117.895329, 39.587955], [117.886125, 39.589935], [117.87689, 39.589414], [117.868151, 39.592889], [117.868207, 39.597224], [117.860292, 39.598991], [117.851154, 39.591383], [117.84642, 39.590619], [117.845243, 39.588273], [117.840963, 39.590029], [117.832504, 39.588736], [117.819645, 39.58982], [117.795808, 39.600548], [117.78528, 39.598936], [117.783067, 39.593216], [117.761358, 39.597794], [117.743135, 39.589039], [117.739588, 39.590863], [117.74564, 39.582329], [117.749023, 39.579962], [117.745563, 39.577582], [117.746808, 39.574708], [117.731679, 39.572832], [117.7292, 39.559442], [117.73895, 39.546921], [117.726575, 39.53514], [117.716473, 39.534057], [117.709821, 39.528851], [117.703217, 39.535905], [117.699524, 39.545645], [117.699768, 39.548957], [117.695723, 39.552433], [117.698563, 39.555859], [117.683814, 39.558124], [117.679107, 39.564195], [117.683284, 39.568498], [117.689058, 39.564291], [117.698123, 39.564541], [117.700792, 39.566342], [117.702548, 39.570311], [117.69998, 39.575086], [117.688184, 39.579523], [117.67961, 39.587648], [117.671054, 39.58942], [117.667811, 39.588438], [117.6657, 39.581448], [117.65799, 39.575712], [117.650777, 39.573735], [117.64716, 39.574278], [117.644592, 39.578284], [117.649082, 39.583078], [117.648934, 39.588838], [117.644402, 39.593756], [117.63661, 39.591543], [117.633351, 39.592083], [117.631075, 39.596158], [117.630845, 39.602721], [117.625357, 39.600911], [117.62054, 39.593605], [117.614994, 39.591206], [117.613388, 39.605112], [117.614853, 39.605658], [117.617125, 39.602329], [117.619172, 39.601922], [117.624498, 39.605548], [117.625808, 39.612666], [117.635201, 39.611603], [117.634078, 39.619215], [117.638702, 39.621844], [117.63682, 39.625668], [117.646815, 39.627834], [117.646029, 39.638012], [117.656229, 39.635234], [117.657898, 39.636493], [117.660249, 39.641239], [117.660406, 39.648692], [117.657119, 39.655953], [117.662183, 39.661772], [117.662827, 39.66553], [117.655857, 39.664989], [117.650662, 39.667691], [117.65401, 39.673749], [117.647969, 39.677917], [117.643479, 39.684582], [117.639953, 39.686264], [117.640321, 39.69066], [117.642871, 39.694239], [117.638167, 39.70104], [117.630535, 39.695613], [117.628527, 39.696255], [117.62825, 39.700088], [117.62163, 39.702286], [117.608892, 39.704961], [117.596638, 39.704255], [117.58666, 39.710038], [117.586914, 39.714963], [117.578984, 39.721233], [117.572208, 39.72193], [117.570821, 39.725177], [117.5745, 39.728758], [117.577381, 39.73063], [117.582674, 39.730404], [117.582257, 39.736893], [117.58733, 39.734213], [117.590603, 39.734691], [117.590666, 39.737343], [117.584569, 39.741473], [117.589512, 39.743028], [117.59018, 39.744773], [117.570785, 39.749464], [117.564521, 39.755542], [117.554331, 39.754069], [117.549186, 39.761516], [117.543228, 39.755654], [117.537152, 39.75954], [117.533134, 39.759982], [117.539822, 39.762523], [117.544115, 39.761848], [117.548626, 39.770381], [117.545948, 39.773233], [117.540869, 39.775145], [117.541049, 39.77681], [117.548434, 39.786152], [117.5479, 39.793997], [117.554117, 39.793909], [117.555305, 39.801526], [117.552151, 39.810842], [117.540383, 39.826351], [117.536832, 39.83457], [117.538498, 39.84341], [117.514682, 39.8706], [117.512307, 39.890572], [117.510542, 39.893949], [117.503635, 39.892592], [117.500767, 39.902916], [117.497505, 39.903622], [117.501374, 39.907639], [117.505558, 39.90643], [117.507381, 39.908875], [117.506368, 39.917407], [117.500488, 39.91384], [117.498229, 39.914419], [117.49902, 39.916937], [117.50497, 39.920088], [117.515591, 39.919432], [117.519156, 39.928415], [117.505256, 39.932725], [117.504395, 39.939063], [117.509049, 39.945264], [117.513149, 39.947368], [117.517867, 39.945301], [117.520926, 39.951167], [117.524014, 39.949981], [117.527283, 39.952087], [117.528028, 39.959258], [117.532508, 39.968938], [117.541237, 39.976341], [117.540059, 39.980376], [117.531463, 39.988731], [117.528919, 39.994673], [117.531869, 39.996205], [117.537682, 39.992954], [117.540479, 39.997791], [117.55275, 39.99555], [117.556834, 39.991007], [117.559996, 39.989785], [117.566521, 39.995159], [117.571145, 39.994897], [117.572698, 39.992775], [117.585536, 39.995647], [117.593527, 39.992594], [117.602086, 39.98312], [117.6055, 39.976516], [117.605237, 39.974212], [117.608632, 39.971364], [117.625603, 39.967675], [117.62893, 39.9679], [117.631638, 39.970685], [117.646069, 39.971085], [117.652354, 39.96731], [117.661132, 39.965642], [117.669693, 39.96731], [117.677192, 39.974606], [117.675954, 39.978813], [117.684973, 39.983572], [117.698495, 39.984898], [117.704894, 39.983628], [117.713709, 39.97849], [117.721858, 39.970732], [117.72849, 39.970091], [117.735125, 39.972451], [117.745422, 39.965121], [117.749841, 39.963847], [117.757142, 39.971459], [117.7755, 39.965071], [117.781184, 39.972755], [117.780287, 39.980316], [117.783272, 39.989702], [117.79012, 39.995394], [117.787162, 40.003488], [117.787955, 40.009846], [117.785638, 40.014341], [117.777896, 40.016854], [117.776042, 40.022261], [117.763994, 40.022295], [117.755105, 40.01936], [117.751959, 40.016732], [117.752002, 40.011704], [117.747756, 40.010288], [117.74, 40.01635], [117.736765, 40.016504], [117.738791, 40.032504], [117.741806, 40.038597], [117.741699, 40.046432], [117.746312, 40.046676], [117.746363, 40.044019], [117.752456, 40.042906], [117.766961, 40.050646], [117.769649, 40.057926], [117.761104, 40.064698], [117.751597, 40.064593], [117.74796, 40.067284], [117.74693, 40.072058], [117.752022, 40.072383], [117.749977, 40.07661], [117.745408, 40.080642], [117.740885, 40.080322], [117.736842, 40.077224], [117.726888, 40.076657], [117.704963, 40.08144], [117.701202, 40.092862], [117.684574, 40.093], [117.681892, 40.081662], [117.671526, 40.080941], [117.668576, 40.080979], [117.668157, 40.089954], [117.661959, 40.098728], [117.652513, 40.095762], [117.647947, 40.089645], [117.643187, 40.090047], [117.639153, 40.095893], [117.642122, 40.097735], [117.642198, 40.102689], [117.649142, 40.105443], [117.649794, 40.108065], [117.645977, 40.112383], [117.643931, 40.127025], [117.629565, 40.131121], [117.628562, 40.133048], [117.630725, 40.135683], [117.624301, 40.146717], [117.613479, 40.151828], [117.612347, 40.156526], [117.600312, 40.162036], [117.594981, 40.170148], [117.582315, 40.167374], [117.570169, 40.177446], [117.566909, 40.188923], [117.569368, 40.191526], [117.565953, 40.193714], [117.558925, 40.204103], [117.560951, 40.212156], [117.562903, 40.212776], [117.565361, 40.218176], [117.562297, 40.224887], [117.558039, 40.227904], [117.544756, 40.226846], [117.542179, 40.231442], [117.54036, 40.231688], [117.506969, 40.22634], [117.496464, 40.22747], [117.477057, 40.235596], [117.474386, 40.240264], [117.465994, 40.241853], [117.443505, 40.251113], [117.433037, 40.251765], [117.41978, 40.246738], [117.409212, 40.247412], [117.406014, 40.24208], [117.408359, 40.239426], [117.40863, 40.235309], [117.39849, 40.228553], [117.387744, 40.230305], [117.380036, 40.225491], [117.364361, 40.231373], [117.355037, 40.231353], [117.349261, 40.228092], [117.344343, 40.228494], [117.333248, 40.24491], [117.33561, 40.255126], [117.330468, 40.268095], [117.32744, 40.284519], [117.325344, 40.288314], [117.300558, 40.277532], [117.28924, 40.276919], [117.286338, 40.282953], [117.288088, 40.289537], [117.286862, 40.295216], [117.281465, 40.300301], [117.267913, 40.307261], [117.264715, 40.323913], [117.268437, 40.331309], [117.260821, 40.334356], [117.25352, 40.334738], [117.250382, 40.341345], [117.247679, 40.353601], [117.236386, 40.368282], [117.230704, 40.369206], [117.219764, 40.367785], [117.217596, 40.370071], [117.220283, 40.3827], [117.232957, 40.392917], [117.230667, 40.399063], [117.228718, 40.415955], [117.243817, 40.426858], [117.255585, 40.439039], [117.240423, 40.450891], [117.228844, 40.456118], [117.227169, 40.461903], [117.2194, 40.474435], [117.221322, 40.480749], [117.211467, 40.493225], [117.205596, 40.493311], [117.202195, 40.495866], [117.201537, 40.498288], [117.207056, 40.510832], [117.212269, 40.512958], [117.222424, 40.51002], [117.230525, 40.514068], [117.239596, 40.512143], [117.256955, 40.511829], [117.257669, 40.515908], [117.248784, 40.526273], [117.241643, 40.53992], [117.243102, 40.546812], [117.26406, 40.559623], [117.272883, 40.558936], [117.279663, 40.563927], [117.293891, 40.56635], [117.304781, 40.575831], [117.318403, 40.576711], [117.321138, 40.575296], [117.339855, 40.580421], [117.35491, 40.574545], [117.371164, 40.562062], [117.380921, 40.559218], [117.383282, 40.560149], [117.385926, 40.565096], [117.394738, 40.569888], [117.40262, 40.570301], [117.412546, 40.567238], [117.415009, 40.567789], [117.423241, 40.574557], [117.423063, 40.577721], [117.416365, 40.581142], [117.405982, 40.603529], [117.412433, 40.615508], [117.417854, 40.618693], [117.417291, 40.622769], [117.413783, 40.627622], [117.414433, 40.633823], [117.418508, 40.636459], [117.422132, 40.636032], [117.4221, 40.632298], [117.426167, 40.624184], [117.440354, 40.626664], [117.444599, 40.630324], [117.44593, 40.635828], [117.444739, 40.644987], [117.442191, 40.649888], [117.45532, 40.651507], [117.46718, 40.64289], [117.471477, 40.63372], [117.479819, 40.631992], [117.493875, 40.634755], [117.498561, 40.645172], [117.49627, 40.651622], [117.507542, 40.654387], [117.507998, 40.659549], [117.489115, 40.673049], [117.474649, 40.676316], [117.463954, 40.67232], [117.458737, 40.671939], [117.439686, 40.675312], [117.410251, 40.685332], [117.402564, 40.68567], [117.353597, 40.672435], [117.336038, 40.672006], [117.330272, 40.665773], [117.330472, 40.661797], [117.314898, 40.656923], [117.284948, 40.658667], [117.272283, 40.662876], [117.261436, 40.675118], [117.25492, 40.679743], [117.234971, 40.675123], [117.222277, 40.683501], [117.199523, 40.693052], [117.164586, 40.69559], [117.131636, 40.695483], [117.110562, 40.69833], [117.102419, 40.705571], [117.069295, 40.698704], [117.051724, 40.699946], [117.037898, 40.698827], [117.021702, 40.692198], [116.996185, 40.695885], [116.981948, 40.701732], [116.975014, 40.701721], [116.962801, 40.706162], [116.959716, 40.709265], [116.960907, 40.713274], [116.956981, 40.717172], [116.939548, 40.726162], [116.936631, 40.728522], [116.930277, 40.739197], [116.920873, 40.744443], [116.917766, 40.748709], [116.917155, 40.751322], [116.920528, 40.758651], [116.916414, 40.769053], [116.919102, 40.7715], [116.898546, 40.775943], [116.892581, 40.77539], [116.886434, 40.778971], [116.885335, 40.782428], [116.887189, 40.782622], [116.888768, 40.780215], [116.889726, 40.782697], [116.890545, 40.79539], [116.88366, 40.796938], [116.874179, 40.802976], [116.875845, 40.80709], [116.875771, 40.813406], [116.869447, 40.820063], [116.856064, 40.826534], [116.850426, 40.833563], [116.817388, 40.843604], [116.814605, 40.846755], [116.807113, 40.846778], [116.798794, 40.838901], [116.796337, 40.840842], [116.793007, 40.851092], [116.786944, 40.862279], [116.774214, 40.874531], [116.761155, 40.880522], [116.754643, 40.8791], [116.752001, 40.88055], [116.752343, 40.886299], [116.727238, 40.896357], [116.714285, 40.906939], [116.707287, 40.908709], [116.710974, 40.920079], [116.714525, 40.924453], [116.696677, 40.934908], [116.696013, 40.938193], [116.683145, 40.94932], [116.68086, 40.961614], [116.671658, 40.96962], [116.671601, 40.974586], [116.676481, 40.984652], [116.677009, 40.998859], [116.684851, 41.005597], [116.692697, 41.019145], [116.689186, 41.024382], [116.688949, 41.031467], [116.683531, 41.042827], [116.675274, 41.040102], [116.6596, 41.045028], [116.651003, 41.04969], [116.648596, 41.054172], [116.641444, 41.057788], [116.625531, 41.058964], [116.61147, 41.050227], [116.608022, 41.041499], [116.607998, 41.034924], [116.614338, 41.029174], [116.616977, 41.019211], [116.610939, 41.005751], [116.611078, 40.996399], [116.608605, 40.981797], [116.595888, 40.974247], [116.592291, 40.973176], [116.582575, 40.975492], [116.563235, 40.990094], [116.557373, 40.992092], [116.554529, 40.991628], [116.552666, 40.987072], [116.550731, 40.986297], [116.540298, 40.986813], [116.527065, 40.983956], [116.510198, 40.973551], [116.498387, 40.974227], [116.482741, 40.978496], [116.465874, 40.97887], [116.45785, 40.982687], [116.44923, 40.978055], [116.445316, 40.967542], [116.444378, 40.958105], [116.446047, 40.949075], [116.461921, 40.923861], [116.467383, 40.918225], [116.471382, 40.900687], [116.467948, 40.894348], [116.457701, 40.894686], [116.455726, 40.897823], [116.452394, 40.898851], [116.430357, 40.897544], [116.422996, 40.901166], [116.413109, 40.900671], [116.408326, 40.898334], [116.392566, 40.904145], [116.378167, 40.92194], [116.370065, 40.937865], [116.364004, 40.941856], [116.358751, 40.941432], [116.353064, 40.934412], [116.346357, 40.934855], [116.337259, 40.931031], [116.327953, 40.919525], [116.328186, 40.902918], [116.338668, 40.892703], [116.357855, 40.880424], [116.36029, 40.874894], [116.393739, 40.848135], [116.399584, 40.838241], [116.401305, 40.830508], [116.415798, 40.821165], [116.431076, 40.818668], [116.43436, 40.809425], [116.438561, 40.804392], [116.453063, 40.794269], [116.454685, 40.781006], [116.459591, 40.772892], [116.458891, 40.770664], [116.447679, 40.764229], [116.44179, 40.765991], [116.418516, 40.765755], [116.410147, 40.76768], [116.408128, 40.775988], [116.4015, 40.778713], [116.384632, 40.774941], [116.373107, 40.770609], [116.311376, 40.770603], [116.306985, 40.768632], [116.301771, 40.76219], [116.304937, 40.753557], [116.304514, 40.750481], [116.302458, 40.750434], [116.288499, 40.757332], [116.284067, 40.762772], [116.275268, 40.762421], [116.272582, 40.760671], [116.268003, 40.762427], [116.26388, 40.769104], [116.261961, 40.776033], [116.252394, 40.785334], [116.241502, 40.790279], [116.229699, 40.779221], [116.225186, 40.769347], [116.224377, 40.762043], [116.214313, 40.747668], [116.213846, 40.744353], [116.18597, 40.723123], [116.172932, 40.707504], [116.158329, 40.661827], [116.145942, 40.661622], [116.13682, 40.665319], [116.128478, 40.665494], [116.118831, 40.6525], [116.104904, 40.645658], [116.106334, 40.639359], [116.113873, 40.631624], [116.115325, 40.627568], [116.097984, 40.625401], [116.094624, 40.626193], [116.09246, 40.628994], [116.082517, 40.625352], [116.059309, 40.608669], [116.044205, 40.604557], [116.024866, 40.596017], [116.022045, 40.597455], [116.02394, 40.601086], [116.022062, 40.605817], [116.01319, 40.599974], [116.003606, 40.587724], [115.989075, 40.578535], [115.977312, 40.577465], [115.975308, 40.578339], [115.969593, 40.587822], [115.967699, 40.59685], [115.960735, 40.605015], [115.912782, 40.615869], [115.901787, 40.616094], [115.887747, 40.604972], [115.882886, 40.596634], [115.879937, 40.594758], [115.848777, 40.588923], [115.838141, 40.590003], [115.821555, 40.586055], [115.814337, 40.566649], [115.815337, 40.56202], [115.81383, 40.558209], [115.807928, 40.555956], [115.792822, 40.556377], [115.78871, 40.55962], [115.784367, 40.559606], [115.778415, 40.557038], [115.746649, 40.534952], [115.746545, 40.528825], [115.742052, 40.523932], [115.737155, 40.514327], [115.733371, 40.511598], [115.734665, 40.509507], [115.729542, 40.502664], [115.735867, 40.495346], [115.757243, 40.498365], [115.775746, 40.491703], [115.775876, 40.488145], [115.76347, 40.46826], [115.764706, 40.462591], [115.76771, 40.460798], [115.768113, 40.45645], [115.763842, 40.443847], [115.764541, 40.441309], [115.772968, 40.441347], [115.830418, 40.384511], [115.831316, 40.380089], [115.835316, 40.376703], [115.840761, 40.373935], [115.842912, 40.374086], [115.843086, 40.375722], [115.854346, 40.374541], [115.856215, 40.369549], [115.855974, 40.362853], [115.851962, 40.36279], [115.853218, 40.361273], [115.858619, 40.358274], [115.904155, 40.356696], [115.912323, 40.352811], [115.91555, 40.344065], [115.918088, 40.325189], [115.921437, 40.319208], [115.930587, 40.312278], [115.935247, 40.310669], [115.933845, 40.302022], [115.946214, 40.280237], [115.961815, 40.262413], [115.958577, 40.257906], [115.953981, 40.255536], [115.937043, 40.252331], [115.929499, 40.254649], [115.924088, 40.253541], [115.910961, 40.246059], [115.906304, 40.233054], [115.892503, 40.233447], [115.878589, 40.216207], [115.877293, 40.210243], [115.879985, 40.204998], [115.865884, 40.186197], [115.858004, 40.184764], [115.849096, 40.187773], [115.842002, 40.182876], [115.847505, 40.17951], [115.843998, 40.172487], [115.838208, 40.166491], [115.838701, 40.163914], [115.847504, 40.153067], [115.847968, 40.148824], [115.845848, 40.146944], [115.829858, 40.145893], [115.815394, 40.151627], [115.800372, 40.152079], [115.780697, 40.169211], [115.780769, 40.177504], [115.771414, 40.176622], [115.766818, 40.175186], [115.763599, 40.168953], [115.748039, 40.162026], [115.743266, 40.151768], [115.747832, 40.147359], [115.748575, 40.14424], [115.742978, 40.136496], [115.729826, 40.128722], [115.718105, 40.127575], [115.704378, 40.133408], [115.693515, 40.131227], [115.698548, 40.128489], [115.69807, 40.126978], [115.693814, 40.126453], [115.683283, 40.130753], [115.675015, 40.131549], [115.66906, 40.128922], [115.659475, 40.128239], [115.651773, 40.128126], [115.648387, 40.130224], [115.638473, 40.125577], [115.637657, 40.115987], [115.635679, 40.114819], [115.600904, 40.119025], [115.59224, 40.118136], [115.588379, 40.114602], [115.584623, 40.095363], [115.576537, 40.094024], [115.572439, 40.09533], [115.570498, 40.098369], [115.557788, 40.097109], [115.547573, 40.090583], [115.549327, 40.081552], [115.544913, 40.077903], [115.537732, 40.074772], [115.531676, 40.076656], [115.520163, 40.074453], [115.508655, 40.065753], [115.50339, 40.064273], [115.504019, 40.06139], [115.498764, 40.054594], [115.486018, 40.047293], [115.477417, 40.038158], [115.461946, 40.030575], [115.454176, 40.030832], [115.447813, 40.028129], [115.445563, 40.019431], [115.435552, 40.009171], [115.436188, 40.005607], [115.442682, 40.00062], [115.44223, 39.996879], [115.4397, 39.993021], [115.435168, 39.99253], [115.426543, 39.987299], [115.419361, 39.976571], [115.416827, 39.968868], [115.419248, 39.961846], [115.417205, 39.954289], [115.419693, 39.951553], [115.419701, 39.94904], [115.422824, 39.948191], [115.431446, 39.951284], [115.437224, 39.95042], [115.458649, 39.939089], [115.47458, 39.934356], [115.480756, 39.922559], [115.488122, 39.916841], [115.492543, 39.916739], [115.498721, 39.913985], [115.502807, 39.909122], [115.514289, 39.90103], [115.516782, 39.897779], [115.50475, 39.886692], [115.50276, 39.882995], [115.504425, 39.879813], [115.510418, 39.87925], [115.522339, 39.874561], [115.522458, 39.871057], [115.516186, 39.864663], [115.516245, 39.857832], [115.511236, 39.849103], [115.50718, 39.84524], [115.505963, 39.84295], [115.507114, 39.840657], [115.509424, 39.836906], [115.520299, 39.834111], [115.524691, 39.828961], [115.536572, 39.825966], [115.541606, 39.821771], [115.557382, 39.81538], [115.561067, 39.815404], [115.56323, 39.812757], [115.55886, 39.803368], [115.548756, 39.794472], [115.545914, 39.793586], [115.537874, 39.794603], [115.533296, 39.793595], [115.530121, 39.791026], [115.508481, 39.78786], [115.500607, 39.782367], [115.48508, 39.794887], [115.477042, 39.797488], [115.469875, 39.791034], [115.45173, 39.780959], [115.445298, 39.780814], [115.436353, 39.783815], [115.427314, 39.780772], [115.424331, 39.774135], [115.418355, 39.773152], [115.420727, 39.768218], [115.424409, 39.770704], [115.428802, 39.768813], [115.427736, 39.763216], [115.429381, 39.756859], [115.433921, 39.750403], [115.460749, 39.738972], [115.46448, 39.741075], [115.476451, 39.740947], [115.486245, 39.737242], [115.481815, 39.728797], [115.486961, 39.70753], [115.485174, 39.702649], [115.492637, 39.695455], [115.492611, 39.688558], [115.485344, 39.681125], [115.482405, 39.680193], [115.480298, 39.672344], [115.485325, 39.667821], [115.475834, 39.661554], [115.471819, 39.651036], [115.472652, 39.649532], [115.48804, 39.647335], [115.49056, 39.65153], [115.500446, 39.650947], [115.503505, 39.648273], [115.505273, 39.643265], [115.516221, 39.638849], [115.514161, 39.631726], [115.515906, 39.621102], [115.506343, 39.610134], [115.505729, 39.604236], [115.509109, 39.59396], [115.50809, 39.590935], [115.512017, 39.590889], [115.512839, 39.593563], [115.524213, 39.603229], [115.527869, 39.61226], [115.539588, 39.61771], [115.558577, 39.603011], [115.566107, 39.593016], [115.565501, 39.590661], [115.575117, 39.588402], [115.580433, 39.588615], [115.582784, 39.593215], [115.58653, 39.595894], [115.593352, 39.598493], [115.603905, 39.599577], [115.612047, 39.602972], [115.616114, 39.601875], [115.619797, 39.598473], [115.626508, 39.596711], [115.628283, 39.597177], [115.628125, 39.602534], [115.631989, 39.603326], [115.635759, 39.602246], [115.63848, 39.597936], [115.65096, 39.598702], [115.659431, 39.604148], [115.661775, 39.608516], [115.661253, 39.614489], [115.666284, 39.608323], [115.681935, 39.599878], [115.682841, 39.591701], [115.689008, 39.583438], [115.687248, 39.579413], [115.6934, 39.575856], [115.692457, 39.56948], [115.688342, 39.569124], [115.686256, 39.56542], [115.692308, 39.562208], [115.705492, 39.561193], [115.710842, 39.559342], [115.714047, 39.553613], [115.714758, 39.546551], [115.716983, 39.542836], [115.720769, 39.542766], [115.720469, 39.545321], [115.724157, 39.546491], [115.732339, 39.545179], [115.732543, 39.539087], [115.735574, 39.535142], [115.738323, 39.523271], [115.745676, 39.515657], [115.745982, 39.512913], [115.759146, 39.513708], [115.762572, 39.507736], [115.764658, 39.509827], [115.761241, 39.514726], [115.771754, 39.51269], [115.780353, 39.508899], [115.798804, 39.510362], [115.814258, 39.508639], [115.822645, 39.505986], [115.824208, 39.508287], [115.823597, 39.511766], [115.820223, 39.513123], [115.8175, 39.511062], [115.813689, 39.517449], [115.813123, 39.529776], [115.822343, 39.534391], [115.822651, 39.540236], [115.835111, 39.540521], [115.840033, 39.542252], [115.841568, 39.549276], [115.849517, 39.553959], [115.856061, 39.547531], [115.860411, 39.545504], [115.877049, 39.547128], [115.881617, 39.549779], [115.887163, 39.555241], [115.887513, 39.560885], [115.886414, 39.563689], [115.884773, 39.562954], [115.884541, 39.567618], [115.894104, 39.568876], [115.901977, 39.565896], [115.906965, 39.57201], [115.905892, 39.573194], [115.909751, 39.582075], [115.902855, 39.583045], [115.900919, 39.589033], [115.904447, 39.599718], [115.924327, 39.592383], [115.928273, 39.587046], [115.928572, 39.581604], [115.932051, 39.576471], [115.937279, 39.576372], [115.943245, 39.572272], [115.944499, 39.56534], [115.949068, 39.565064], [115.951617, 39.559885], [115.960766, 39.563781], [115.962957, 39.569928], [115.968595, 39.569759], [115.97217, 39.571752], [115.970379, 39.575769], [115.972103, 39.593152], [115.985441, 39.592462], [115.985478, 39.585356], [115.987331, 39.582387], [115.99091, 39.582065], [115.989157, 39.575934], [116.001536, 39.576033], [116.007232, 39.580766], [116.008508, 39.58321], [116.007618, 39.586852], [116.010214, 39.586953], [116.013658, 39.585564], [116.020081, 39.586176], [116.018595, 39.574453], [116.02671, 39.573364], [116.026564, 39.571143], [116.029202, 39.570372], [116.092803, 39.573817], [116.09574, 39.574779], [116.095106, 39.578654], [116.099975, 39.574523], [116.09998, 39.569542], [116.106379, 39.569173], [116.11438, 39.573468], [116.115222, 39.569206], [116.130455, 39.567185], [116.13796, 39.570451], [116.139425, 39.574157], [116.140803, 39.573948], [116.140511, 39.570609], [116.143414, 39.571759], [116.145671, 39.579233], [116.149009, 39.582355], [116.159375, 39.582269], [116.17074, 39.58463], [116.170778, 39.588735], [116.174583, 39.589379], [116.191344, 39.587723], [116.190801, 39.584911], [116.195116, 39.585165], [116.195491, 39.587669], [116.197998, 39.587579], [116.198396, 39.582302], [116.202072, 39.576504], [116.214982, 39.577745], [116.221421, 39.564619], [116.23467, 39.562909], [116.240045, 39.556252], [116.239873, 39.554077], [116.236511, 39.551793], [116.240818, 39.537977], [116.239089, 39.530247], [116.240793, 39.527572], [116.239462, 39.514933], [116.248835, 39.507798], [116.252935, 39.498931], [116.272787, 39.490928], [116.286877, 39.490964], [116.29932, 39.488225], [116.301365, 39.484833], [116.300583, 39.482379], [116.307724, 39.476854], [116.314658, 39.466398], [116.327842, 39.454671], [116.355915, 39.453552], [116.361499, 39.450349], [116.381906, 39.449756], [116.386719, 39.451632], [116.394551, 39.448797], [116.40167, 39.44921], [116.418598, 39.445987], [116.428638, 39.442078], [116.43108, 39.444644], [116.444079, 39.447216], [116.444354, 39.451329], [116.448733, 39.452311], [116.449995, 39.454604], [116.449903, 39.458105], [116.447957, 39.456967], [116.442516, 39.463826], [116.442639, 39.474981], [116.438008, 39.480886], [116.430096, 39.48159], [116.42745, 39.476839], [116.422126, 39.474876], [116.419392, 39.477448], [116.419194, 39.479974], [116.423794, 39.479996], [116.420445, 39.486451], [116.416148, 39.483072], [116.405737, 39.480602], [116.40514, 39.483703], [116.409667, 39.486969], [116.412229, 39.494639], [116.417096, 39.49527], [116.411718, 39.504757], [116.402154, 39.50896], [116.39856, 39.512406], [116.396483, 39.525532], [116.406434, 39.523498], [116.415259, 39.523965], [116.417505, 39.520151], [116.41846, 39.508391], [116.425974, 39.508097], [116.426855, 39.506093], [116.437671, 39.508516], [116.436592, 39.514854], [116.434138, 39.51506], [116.43065, 39.525014], [116.458349, 39.526343], [116.458497, 39.530335], [116.462736, 39.533083], [116.471676, 39.534973], [116.472837, 39.537963], [116.471966, 39.541939], [116.467065, 39.548285], [116.467146, 39.551891], [116.497398, 39.548483], [116.502414, 39.549578], [116.501587, 39.555168], [116.502859, 39.55917], [116.505857, 39.562669], [116.511682, 39.565206], [116.512358, 39.568364], [116.520967, 39.571992], [116.519702, 39.57612], [116.514497, 39.576007], [116.513796, 39.580714], [116.515395, 39.580954], [116.516233, 39.585138], [116.515368, 39.589091], [116.519872, 39.595601], [116.524797, 39.597436], [116.530076, 39.593623], [116.534593, 39.593367], [116.536614, 39.595991], [116.537422, 39.602186], [116.539678, 39.598416], [116.538018, 39.598155], [116.538222, 39.595632], [116.539976, 39.594757], [116.543939, 39.595196], [116.557734, 39.602602], [116.563876, 39.610719], [116.56215, 39.614641], [116.560224, 39.615097], [116.560165, 39.618737], [116.573646, 39.618631], [116.573512, 39.621371], [116.577396, 39.621913], [116.582889, 39.620942], [116.589586, 39.617035], [116.594391, 39.618639], [116.593515, 39.621593], [116.596521, 39.623277], [116.601943, 39.623849], [116.604484, 39.617943], [116.60962, 39.612853], [116.611119, 39.606286], [116.614768, 39.600655], [116.622586, 39.59853], [116.629645, 39.598898], [116.630041, 39.603808], [116.632598, 39.603897], [116.639756, 39.601034], [116.640744, 39.598075], [116.648566, 39.59853], [116.651856, 39.599683], [116.65099, 39.601708], [116.65597, 39.604252], [116.664186, 39.603822], [116.664594, 39.602161], [116.688951, 39.598173], [116.693202, 39.594319], [116.694676, 39.589904], [116.699228, 39.586813], [116.719579, 39.591283], [116.721067, 39.591867], [116.720773, 39.594897], [116.720332, 39.596629], [116.711476, 39.602387], [116.69723, 39.609074], [116.694808, 39.619909], [116.699393, 39.620302], [116.700043, 39.617856], [116.704098, 39.616896], [116.719414, 39.622961], [116.724504, 39.617954], [116.731857, 39.61418], [116.737982, 39.615616], [116.738284, 39.61795], [116.747901, 39.617098], [116.75676, 39.612463], [116.765184, 39.604529], [116.768232, 39.604449], [116.768891, 39.597991], [116.773323, 39.591902], [116.778969, 39.592282], [116.784499, 39.595189], [116.783996, 39.609353], [116.806373, 39.614805], [116.810069, 39.604409], [116.807434, 39.599168], [116.802177, 39.599282], [116.800996, 39.602686], [116.804689, 39.60469], [116.803884, 39.607528], [116.799781, 39.606075], [116.793846, 39.602791], [116.799222, 39.602225], [116.802298, 39.596229], [116.792538, 39.59619], [116.791893, 39.593186], [116.79596, 39.58471], [116.805655, 39.575811], [116.801949, 39.570852], [116.793769, 39.567665], [116.781673, 39.553399], [116.781005, 39.550548], [116.781508, 39.547538], [116.789258, 39.544723], [116.799843, 39.528042], [116.810076, 39.527927], [116.812405, 39.531873], [116.816049, 39.533348], [116.817041, 39.531668], [116.819152, 39.526359], [116.81742, 39.524679], [116.819047, 39.516246], [116.817863, 39.510955], [116.808, 39.509153], [116.808373, 39.500278], [116.815412, 39.485312], [116.814606, 39.479503], [116.79247, 39.474589], [116.783017, 39.46984], [116.782494, 39.466674], [116.779519, 39.466073], [116.783628, 39.46451], [116.792061, 39.456248], [116.791563, 39.449839], [116.786194, 39.453079], [116.789994, 39.445716], [116.795104, 39.447995], [116.80165, 39.444661], [116.804749, 39.446844], [116.804182, 39.449677], [116.809855, 39.450671], [116.820798, 39.444643], [116.821064, 39.437536], [116.82654, 39.434493], [116.841337, 39.437663], [116.841255, 39.440327], [116.84957, 39.442353], [116.855876, 39.436294], [116.862533, 39.438054], [116.869938, 39.433506], [116.865092, 39.426291], [116.862071, 39.427672], [116.858086, 39.425625], [116.847787, 39.417228], [116.846063, 39.412798], [116.838414, 39.411476], [116.837624, 39.41351], [116.832237, 39.409403], [116.833315, 39.403579], [116.828164, 39.401664], [116.827964, 39.397952], [116.835251, 39.3805], [116.835343, 39.378089], [116.831678, 39.373081], [116.812188, 39.372453], [116.814632, 39.365617], [116.820938, 39.362568], [116.828999, 39.364924], [116.830779, 39.363563], [116.826007, 39.359122], [116.81719, 39.356848], [116.816604, 39.354385], [116.817544, 39.352021], [116.819032, 39.352741], [116.823139, 39.338308], [116.836752, 39.339856], [116.843234, 39.338669], [116.853863, 39.348281], [116.853702, 39.355399], [116.864883, 39.356527], [116.868952, 39.354987], [116.870244, 39.351717], [116.866793, 39.351722], [116.866038, 39.350222], [116.865094, 39.345955], [116.866551, 39.340267], [116.870027, 39.338266], [116.879623, 39.338193], [116.883695, 39.321864], [116.880943, 39.304928], [116.88027, 39.303306], [116.87043, 39.302121], [116.864902, 39.297602], [116.869254, 39.282359], [116.870436, 39.269696], [116.865694, 39.26836], [116.873013, 39.254464], [116.869673, 39.252972], [116.870526, 39.240541], [116.874419, 39.23892], [116.879037, 39.23989], [116.880067, 39.231853], [116.886131, 39.230272], [116.886796, 39.223065], [116.878198, 39.224175], [116.873542, 39.229216], [116.869996, 39.229763], [116.868788, 39.229325], [116.869815, 39.215672], [116.865785, 39.215394], [116.865816, 39.21681], [116.849953, 39.214767], [116.851244, 39.204723], [116.854846, 39.204915], [116.856576, 39.200359], [116.858473, 39.181227], [116.857361, 39.174246], [116.860482, 39.164528], [116.859852, 39.155301], [116.85764, 39.1534], [116.860917, 39.155008], [116.863746, 39.15326], [116.888388, 39.154083], [116.90586, 39.148965], [116.909529, 39.137436], [116.912776, 39.137673], [116.917711, 39.123212], [116.91299, 39.122793], [116.914116, 39.119178], [116.920269, 39.118798], [116.91782, 39.118026], [116.913537, 39.108402], [116.905262, 39.110179], [116.904416, 39.105869], [116.900389, 39.103073], [116.895936, 39.090077], [116.890788, 39.090925], [116.887565, 39.083592], [116.88479, 39.084024], [116.881088, 39.077039], [116.877125, 39.077119], [116.875654, 39.07092], [116.872332, 39.071692], [116.864347, 39.069169], [116.864328, 39.058732], [116.86583, 39.053839], [116.854526, 39.051599], [116.854629, 39.049837], [116.838346, 39.048628], [116.83629, 39.048753], [116.836287, 39.052504], [116.834335, 39.05248], [116.834266, 39.048875], [116.826707, 39.048959], [116.817259, 39.04643], [116.813037, 39.047046], [116.813405, 39.050111], [116.796726, 39.049974], [116.791416, 39.053087], [116.781767, 39.050853], [116.778975, 39.047287], [116.777748, 39.051822], [116.779015, 39.054642], [116.790018, 39.055634], [116.791351, 39.059831], [116.781344, 39.060938], [116.775625, 39.057567], [116.775405, 39.052504], [116.772853, 39.048479], [116.766997, 39.045928], [116.754621, 39.049681], [116.750422, 39.049358], [116.745508, 39.036962], [116.745736, 39.033699], [116.748566, 39.034139], [116.753415, 39.030743], [116.753068, 39.019947], [116.752396, 39.018498], [116.748974, 39.018188], [116.748936, 39.012166], [116.750415, 39.012147], [116.748572, 39.002532], [116.74647, 39.00269], [116.744401, 38.993012], [116.738382, 38.987244], [116.734727, 38.979936], [116.729376, 38.978778], [116.724483, 38.974354], [116.717101, 38.963373], [116.716385, 38.954637], [116.710388, 38.938002], [116.706874, 38.938018], [116.704506, 38.935683], [116.702425, 38.929809], [116.702073, 38.896188], [116.716653, 38.896279], [116.717153, 38.851509], [116.738878, 38.85061], [116.736985, 38.834107], [116.737832, 38.83075], [116.741575, 38.82937], [116.743486, 38.831122], [116.74527, 38.83046], [116.743149, 38.823623], [116.740278, 38.823835], [116.738697, 38.814159], [116.732555, 38.806261], [116.738118, 38.804559], [116.734848, 38.798427], [116.740173, 38.79779], [116.739845, 38.794947], [116.735504, 38.795419], [116.731548, 38.7837], [116.74628, 38.779222], [116.738731, 38.751773], [116.753012, 38.754105], [116.759859, 38.745626], [116.760427, 38.74117], [116.769099, 38.742036], [116.778598, 38.739772], [116.778136, 38.737347], [116.785294, 38.739203], [116.785372, 38.744319], [116.786935, 38.745608], [116.853703, 38.740654], [116.854917, 38.744472], [116.861938, 38.745584], [116.863861, 38.737356], [116.862892, 38.72927], [116.864356, 38.729271], [116.862174, 38.721728], [116.860797, 38.721862], [116.860089, 38.719613], [116.860706, 38.716388], [116.866913, 38.715021], [116.869421, 38.712159], [116.866129, 38.701278], [116.868894, 38.696937], [116.866669, 38.693648], [116.867269, 38.691949], [116.869771, 38.692627], [116.869802, 38.681916], [116.871583, 38.680095], [116.890255, 38.679861], [116.911982, 38.686996], [116.915454, 38.686357], [116.912399, 38.678738], [116.921865, 38.679514], [116.921438, 38.685151], [116.924707, 38.686153], [116.938849, 38.685349], [116.945108, 38.68956], [116.988467, 38.695731], [116.987014, 38.691592], [117.008389, 38.689176], [117.009389, 38.700492], [117.035815, 38.70604], [117.039279, 38.704925], [117.033217, 38.693462], [117.032756, 38.687789], [117.039156, 38.69133], [117.039336, 38.685439], [117.048697, 38.685331], [117.048087, 38.683372], [117.062192, 38.679402], [117.055084, 38.67294], [117.050419, 38.656188], [117.050449, 38.644679], [117.046694, 38.642927], [117.046783, 38.640666], [117.054484, 38.638236], [117.057977, 38.634855], [117.058267, 38.628387], [117.064083, 38.615191], [117.064534, 38.607552], [117.080003, 38.605479], [117.0809, 38.598617], [117.09055, 38.599736], [117.091855, 38.586009], [117.103497, 38.583973], [117.103322, 38.586349], [117.112595, 38.590214], [117.115119, 38.596676], [117.11825, 38.599052], [117.131972, 38.598815], [117.137281, 38.604591], [117.144509, 38.60846], [117.1437, 38.614762], [117.144792, 38.616854], [117.150757, 38.616703], [117.150439, 38.614721], [117.152002, 38.614861], [117.152812, 38.617565], [117.158227, 38.617747], [117.160056, 38.613817], [117.170324, 38.617415], [117.193996, 38.621118], [117.19756, 38.625672], [117.196928, 38.629415], [117.204113, 38.629776], [117.206791, 38.639621], [117.213877, 38.64298], [117.2235, 38.64207], [117.223466, 38.634912], [117.219923, 38.633369], [117.218861, 38.630127], [117.230522, 38.630545], [117.226476, 38.625239], [117.226532, 38.620095], [117.240345, 38.617938], [117.24906, 38.613868], [117.252176, 38.605554], [117.252798, 38.602928], [117.25046, 38.597643], [117.239153, 38.594595], [117.231628, 38.584544], [117.234498, 38.580921], [117.255042, 38.586021], [117.256171, 38.583024], [117.233238, 38.577999], [117.238889, 38.566218], [117.247005, 38.555494], [117.257212, 38.561554], [117.259179, 38.556042], [117.286199, 38.561713], [117.285413, 38.57093], [117.289051, 38.571348], [117.293663, 38.570728], [117.297819, 38.563862], [117.299366, 38.555867], [117.302019, 38.554824], [117.309209, 38.556972], [117.318601, 38.56384], [117.335064, 38.563825], [117.340851, 38.560801], [117.344147, 38.5609], [117.347106, 38.566798], [117.351486, 38.569719], [117.348407, 38.579891], [117.362434, 38.581567], [117.362686, 38.563886], [117.391577, 38.574099], [117.402607, 38.584317], [117.394731, 38.587106], [117.403614, 38.593007], [117.409029, 38.589748], [117.425616, 38.600238], [117.464766, 38.610315], [117.475222, 38.610543], [117.472555, 38.616508], [117.499752, 38.616021], [117.509155, 38.610528], [117.515914, 38.61353], [117.517616, 38.61095], [117.516387, 38.606348], [117.518005, 38.600575], [117.520179, 38.599913], [117.535269, 38.602992], [117.532409, 38.609099], [117.536399, 38.611311], [117.538584, 38.617748], [117.548683, 38.615709], [117.553466, 38.612073], [117.561492, 38.612315], [117.568246, 38.610251], [117.579612, 38.614172], [117.586656, 38.612907], [117.592882, 38.595339], [117.593365, 38.589481], [117.590756, 38.588722], [117.598252, 38.578594], [117.59576, 38.577779], [117.598571, 38.567193], [117.610365, 38.548236], [117.614644, 38.536094], [117.627319, 38.514353], [117.632504, 38.497978], [117.632331, 38.494277], [117.627864, 38.488887], [117.629174, 38.486259], [117.628719, 38.48923], [117.636541, 38.487641], [117.643358, 38.482488], [117.653425, 38.470985], [117.6944, 38.405275], [117.703331, 38.388105], [117.722329, 38.369444], [117.733717, 38.355674], [117.734209, 38.353655], [117.731953, 38.352151], [117.743122, 38.342535], [117.75789, 38.332933], [117.761479, 38.327609], [117.768757, 38.331193], [117.762347, 38.337018], [117.781237, 38.349793], [117.788103, 38.343624], [117.802586, 38.35337], [117.811494, 38.345207], [117.83307, 38.359743], [117.848797, 38.356484], [117.853523, 38.352131], [117.824864, 38.332843], [117.833756, 38.324725], [117.871964, 38.35041], [118.003775, 38.409355], [118.015315, 38.393537], [117.959485, 38.374135], [117.921803, 38.353701], [117.919673, 38.344935], [117.89433, 38.334157], [117.875548, 38.336241], [117.863499, 38.32809], [117.877964, 38.314559], [117.887973, 38.321408], [117.891113, 38.318581], [117.90092, 38.324931], [117.900439, 38.320951], [117.883169, 38.307029], [117.84689, 38.282776], [117.840648, 38.275651], [117.849079, 38.272689], [117.84454, 38.26435], [117.846448, 38.262398], [117.843651, 38.254657], [117.834882, 38.249726], [117.822077, 38.246249], [117.817594, 38.234892], [117.800052, 38.226849], [117.79889, 38.224716], [117.800248, 38.217256], [117.794036, 38.209582], [117.786189, 38.20546], [117.784655, 38.202987], [117.784968, 38.200897], [117.790544, 38.196315], [117.790005, 38.192309], [117.782801, 38.180139], [117.760206, 38.16335], [117.760009, 38.15721], [117.766216, 38.135186], [117.763121, 38.13229], [117.754194, 38.129824], [117.747845, 38.125741], [117.736843, 38.12276], [117.73103, 38.111749], [117.723302, 38.106225], [117.723059, 38.092212], [117.716069, 38.090091], [117.70269, 38.077137], [117.693518, 38.074179], [117.673923, 38.0793], [117.665626, 38.077033], [117.65919, 38.071473], [117.639739, 38.072509], [117.613961, 38.068137], [117.598142, 38.073041], [117.579484, 38.070985], [117.575277, 38.069287], [117.570573, 38.064512], [117.558017, 38.06257], [117.557401, 38.057027], [117.551287, 38.054979], [117.549639, 38.048565], [117.551347, 38.042945], [117.554355, 38.040459], [117.551602, 38.036322], [117.539242, 38.025485], [117.537755, 38.014177], [117.518888, 37.990772], [117.514149, 37.963748], [117.506242, 37.942333], [117.504366, 37.939372], [117.485116, 37.92565], [117.47518, 37.914689], [117.461078, 37.891152], [117.432973, 37.853819], [117.42841, 37.850926], [117.416431, 37.846122], [117.397692, 37.842807], [117.375683, 37.853662], [117.358708, 37.853276], [117.335786, 37.86231], [117.31192, 37.860276], [117.293546, 37.850199], [117.280481, 37.847126], [117.261114, 37.838054], [117.199514, 37.843384], [117.178969, 37.84888], [117.170683, 37.847054], [117.159386, 37.83917], [117.145158, 37.838581], [117.086969, 37.848616], [117.058106, 37.846178], [117.030534, 37.833518], [117.019192, 37.831726], [117.001334, 37.833509], [116.971304, 37.840125], [116.944466, 37.839163], [116.913807, 37.845467], [116.872975, 37.842907], [116.836928, 37.833917], [116.831824, 37.834745], [116.821473, 37.84044], [116.814066, 37.840956], [116.814021, 37.843818], [116.807014, 37.843015], [116.806183, 37.847355], [116.799154, 37.848136], [116.795846, 37.846196], [116.788886, 37.846237], [116.781076, 37.839745], [116.784029, 37.836158], [116.780443, 37.82575], [116.759892, 37.809792], [116.752753, 37.800632], [116.749878, 37.791128], [116.748027, 37.769042], [116.74143, 37.758813], [116.736309, 37.75612], [116.725915, 37.758114], [116.727457, 37.761025], [116.723824, 37.764225], [116.717471, 37.765977], [116.71313, 37.761668], [116.712576, 37.757957], [116.715644, 37.748201], [116.718877, 37.743711], [116.703769, 37.7344], [116.699798, 37.736242], [116.700528, 37.739227], [116.697085, 37.739757], [116.693146, 37.73808], [116.69373, 37.730063], [116.690389, 37.728771], [116.684568, 37.727104], [116.684156, 37.729396], [116.674177, 37.7271], [116.670158, 37.722489], [116.659221, 37.688749], [116.652413, 37.679997], [116.648098, 37.676902], [116.638684, 37.679507], [116.637317, 37.681621], [116.632172, 37.679324], [116.631072, 37.675323], [116.634085, 37.668827], [116.636544, 37.667452], [116.622877, 37.649467], [116.59692, 37.623023], [116.569843, 37.60991], [116.552426, 37.589545], [116.539146, 37.58083], [116.535181, 37.569369], [116.514626, 37.559777], [116.502712, 37.542267], [116.492959, 37.536368], [116.479093, 37.52226], [116.45887, 37.51757], [116.449935, 37.512565], [116.440508, 37.498991], [116.431986, 37.475394], [116.416998, 37.479106], [116.404875, 37.493869], [116.406247, 37.500258], [116.398531, 37.509804], [116.398848, 37.511913], [116.387266, 37.511965], [116.386189, 37.510399], [116.37872, 37.513911], [116.382126, 37.520497], [116.376821, 37.522699], [116.372061, 37.520779], [116.364431, 37.525289], [116.361888, 37.532944], [116.369044, 37.541039], [116.373443, 37.543212], [116.370948, 37.546686], [116.370524, 37.555728], [116.372965, 37.562512], [116.361755, 37.565369], [116.363219, 37.567827], [116.357653, 37.56936], [116.354268, 37.563903], [116.346802, 37.563366], [116.337552, 37.565079], [116.339082, 37.569613], [116.335659, 37.57406], [116.329893, 37.57559], [116.329622, 37.580467], [116.321757, 37.581312], [116.313851, 37.57939], [116.314676, 37.577617], [116.327667, 37.575632], [116.328972, 37.573698], [116.323009, 37.569283], [116.314864, 37.570719], [116.307158, 37.565947], [116.299598, 37.563511], [116.295923, 37.568295], [116.29357, 37.568739], [116.292562, 37.565485], [116.294897, 37.559247], [116.286986, 37.55885], [116.283276, 37.551495], [116.285588, 37.545191], [116.285193, 37.541448], [116.283555, 37.533601], [116.280394, 37.531425], [116.285608, 37.522269], [116.274371, 37.524451], [116.270665, 37.521569], [116.275006, 37.518622], [116.275739, 37.513746], [116.274488, 37.510083], [116.283364, 37.508737], [116.283745, 37.505041], [116.279855, 37.502053], [116.278687, 37.498919], [116.281014, 37.496786], [116.286456, 37.49763], [116.287276, 37.496504], [116.285289, 37.491923], [116.277935, 37.488232], [116.283489, 37.48711], [116.284624, 37.483453], [116.265733, 37.478555], [116.2751, 37.469722], [116.272962, 37.464624], [116.26571, 37.466063], [116.257985, 37.473173], [116.260001, 37.477892], [116.235894, 37.49096], [116.232532, 37.487903], [116.229347, 37.479], [116.218691, 37.478978], [116.218448, 37.47413], [116.221637, 37.47379], [116.223631, 37.467513], [116.224144, 37.458944], [116.229755, 37.458664], [116.237858, 37.455169], [116.237366, 37.447451], [116.232196, 37.444962], [116.223658, 37.437174], [116.221584, 37.433348], [116.221876, 37.425743], [116.227192, 37.423571], [116.241574, 37.421616], [116.246335, 37.425098], [116.254119, 37.42736], [116.256006, 37.425665], [116.262761, 37.429381], [116.265363, 37.427111], [116.265108, 37.425563], [116.257634, 37.421882], [116.256817, 37.41986], [116.259893, 37.417943], [116.264628, 37.419411], [116.269372, 37.418488], [116.264389, 37.412068], [116.268674, 37.411986], [116.27082, 37.40638], [116.279867, 37.40308], [116.278089, 37.400996], [116.267315, 37.397842], [116.267575, 37.391355], [116.266264, 37.38872], [116.25577, 37.389132], [116.256838, 37.382606], [116.25308, 37.384412], [116.2515, 37.381579], [116.247452, 37.38054], [116.245946, 37.375929], [116.230842, 37.360991], [116.186293, 37.365532], [116.177775, 37.370174], [116.160644, 37.384124], [116.154576, 37.380787], [116.123062, 37.372886], [116.108399, 37.373002], [116.101546, 37.368146], [116.079768, 37.372654], [116.075437, 37.372272], [116.06542, 37.36719], [116.054443, 37.365839], [116.048, 37.361441], [116.046078, 37.35688], [116.028709, 37.357373], [116.009086, 37.349704], [116.003036, 37.342268], [115.981617, 37.341324], [115.970579, 37.336901], [115.970374, 37.333824], [115.979108, 37.326482], [115.979034, 37.315991], [115.975831, 37.306621], [115.97079, 37.301907], [115.967866, 37.29341], [115.962526, 37.287419], [115.970658, 37.275127], [115.96747, 37.257115], [115.961487, 37.249617], [115.965264, 37.24536], [115.965557, 37.242304], [115.96369, 37.238971], [115.949451, 37.227441], [115.940696, 37.225637], [115.93516, 37.22714], [115.924293, 37.221103], [115.909232, 37.21033], [115.903253, 37.202703], [115.899024, 37.188489], [115.900946, 37.184793], [115.906453, 37.180787], [115.906431, 37.176081], [115.896135, 37.165725], [115.880256, 37.157448], [115.874076, 37.15053], [115.87377, 37.139312], [115.87969, 37.128578], [115.879969, 37.123381], [115.872972, 37.102551], [115.863083, 37.085258], [115.862738, 37.076782], [115.859494, 37.070513], [115.850758, 37.060602], [115.848036, 37.058765], [115.842535, 37.059082], [115.843388, 37.055666], [115.825243, 37.044185], [115.81891, 37.030792], [115.814812, 37.029019], [115.80695, 37.028977], [115.808149, 37.02036], [115.807042, 37.017879], [115.800409, 37.018906], [115.797821, 37.017749], [115.804402, 37.012253], [115.803028, 37.010477], [115.792238, 37.0053], [115.785388, 37.005761], [115.770742, 36.991835], [115.771421, 36.986497], [115.781293, 36.982517], [115.782869, 36.979606], [115.778176, 36.978772], [115.778492, 36.970307], [115.781957, 36.969597], [115.786107, 36.974958], [115.79101, 36.968651], [115.781527, 36.951061], [115.777714, 36.94635], [115.77026, 36.942317], [115.766939, 36.936312], [115.761273, 36.940016], [115.7571, 36.93916], [115.755721, 36.936986], [115.755615, 36.934672], [115.759836, 36.92944], [115.755884, 36.924424], [115.758254, 36.921011], [115.762854, 36.920593], [115.762808, 36.915394], [115.759299, 36.908692], [115.753911, 36.908694], [115.752833, 36.902653], [115.751286, 36.902098], [115.748521, 36.902669], [115.748599, 36.904595], [115.74612, 36.905739], [115.741292, 36.902001], [115.736367, 36.904163], [115.732345, 36.901181], [115.729868, 36.896843], [115.719318, 36.89273], [115.705114, 36.881651], [115.694228, 36.867046], [115.694867, 36.860077], [115.689842, 36.849775], [115.68325, 36.842403], [115.682907, 36.839161], [115.686534, 36.828665], [115.681714, 36.816291], [115.677558, 36.812047], [115.667618, 36.808994], [115.65961, 36.812396], [115.627943, 36.799778], [115.614116, 36.792026], [115.579909, 36.781397], [115.573401, 36.774844], [115.547602, 36.775823], [115.527915, 36.77091], [115.521553, 36.773789], [115.519393, 36.771308], [115.52096, 36.767189], [115.519774, 36.763409], [115.511017, 36.7664], [115.506455, 36.766396], [115.472993, 36.759284], [115.472417, 36.751016], [115.469019, 36.743215], [115.459643, 36.73058], [115.452371, 36.725168], [115.443992, 36.712701], [115.444191, 36.705446], [115.439318, 36.693029], [115.424814, 36.687912], [115.41434, 36.686357], [115.413599, 36.680057], [115.406117, 36.676245], [115.404155, 36.67362], [115.402273, 36.663885], [115.386984, 36.659953], [115.380394, 36.656137], [115.382125, 36.646698], [115.373031, 36.633142], [115.359816, 36.621823], [115.350515, 36.629025], [115.348083, 36.628343], [115.345027, 36.622474], [115.345676, 36.620361], [115.338733, 36.612851], [115.340615, 36.605415], [115.335433, 36.603251], [115.333787, 36.591572], [115.328206, 36.582001], [115.329059, 36.573962], [115.32602, 36.56341], [115.325301, 36.549405], [115.31627, 36.540132], [115.305825, 36.533134], [115.291144, 36.510772], [115.287957, 36.501875], [115.277828, 36.491122], [115.277509, 36.476915], [115.288644, 36.475226], [115.288428, 36.473685], [115.28311, 36.470618], [115.286318, 36.459495], [115.288855, 36.459261], [115.29325, 36.465348], [115.296237, 36.465765], [115.301681, 36.462908], [115.311833, 36.449837], [115.310934, 36.432388], [115.305966, 36.432597], [115.299983, 36.423022], [115.29193, 36.417929], [115.29065, 36.412339], [115.305272, 36.408949], [115.309204, 36.405265], [115.321012, 36.401319], [115.321952, 36.396923], [115.332752, 36.396778], [115.333319, 36.398124], [115.338681, 36.396456], [115.333398, 36.378026], [115.334959, 36.37904], [115.336252, 36.364283], [115.340813, 36.364645], [115.338189, 36.352048], [115.34594, 36.350472], [115.351778, 36.350278], [115.352301, 36.351915], [115.357664, 36.350887], [115.361991, 36.347445], [115.363144, 36.344386], [115.362238, 36.331708], [115.359767, 36.324044], [115.351745, 36.318802], [115.348605, 36.319389], [115.347803, 36.312582], [115.351179, 36.308535], [115.35842, 36.30716], [115.366184, 36.308575], [115.374012, 36.321803], [115.385634, 36.316526], [115.39101, 36.318168], [115.3932, 36.321865], [115.398936, 36.321876], [115.401219, 36.326019], [115.404006, 36.327638], [115.413223, 36.326031], [115.416841, 36.322303], [115.41408, 36.311951], [115.416615, 36.30166], [115.410964, 36.292532], [115.413621, 36.288272], [115.424845, 36.284192], [115.425499, 36.279017], [115.43026, 36.276114], [115.440211, 36.274133], [115.453301, 36.275295], [115.456633, 36.273951], [115.461815, 36.267707], [115.462122, 36.259302], [115.46015, 36.25898], [115.458399, 36.251213], [115.470534, 36.24636], [115.471745, 36.236562], [115.470417, 36.233555], [115.471702, 36.223185], [115.465081, 36.215052], [115.476222, 36.203194], [115.473582, 36.197677], [115.470514, 36.198063], [115.468139, 36.188886], [115.473132, 36.187739], [115.47047, 36.176516], [115.475471, 36.174805], [115.476868, 36.171141], [115.473382, 36.168389], [115.473429, 36.164927], [115.478954, 36.157571], [115.481035, 36.148335], [115.470699, 36.148968], [115.462342, 36.151701], [115.465396, 36.166074], [115.449415, 36.175925], [115.445548, 36.174015], [115.443309, 36.166174], [115.444677, 36.156857], [115.447384, 36.156492], [115.442907, 36.146522], [115.431954, 36.148475], [115.426443, 36.147822], [115.420118, 36.137663], [115.416041, 36.138636], [115.411771, 36.135872], [115.405073, 36.137008], [115.39919, 36.144332], [115.4015, 36.152899], [115.399866, 36.159022], [115.39828, 36.158482], [115.391929, 36.14818], [115.394342, 36.143631], [115.39404, 36.140015], [115.386922, 36.129019], [115.368428, 36.127991], [115.364656, 36.122371], [115.364819, 36.11869], [115.36964, 36.115695], [115.369173, 36.11273], [115.368136, 36.111225], [115.365312, 36.111704], [115.362315, 36.103729], [115.364219, 36.102861], [115.35985, 36.098092], [115.338004, 36.087174], [115.333745, 36.086902], [115.328889, 36.091854], [115.323498, 36.088666], [115.322719, 36.086282], [115.314761, 36.085609], [115.306415, 36.087225], [115.298215, 36.094902], [115.297857, 36.098028], [115.291067, 36.100827], [115.291354, 36.110319], [115.29444, 36.111163], [115.297176, 36.11883], [115.297768, 36.130169], [115.296365, 36.132191], [115.288202, 36.133864], [115.283799, 36.133495], [115.28348, 36.132197], [115.275756, 36.133863], [115.267853, 36.139316], [115.264143, 36.152281], [115.258254, 36.153396], [115.255849, 36.159741], [115.256908, 36.172955], [115.252287, 36.180403], [115.245346, 36.181595], [115.244937, 36.189408], [115.224358, 36.200467], [115.221235, 36.199575], [115.218967, 36.195356], [115.207357, 36.203417], [115.199207, 36.202887], [115.195448, 36.209404], [115.195854, 36.212665], [115.190508, 36.210079], [115.191064, 36.207484], [115.192504, 36.207632], [115.190444, 36.202191], [115.182764, 36.195594], [115.178407, 36.192674], [115.16498, 36.189755], [115.158487, 36.19143], [115.160251, 36.194187], [115.148069, 36.200301], [115.146641, 36.203594], [115.147232, 36.207458], [115.143014, 36.210533], [115.13978, 36.210859], [115.139568, 36.208661], [115.136925, 36.208194], [115.119234, 36.210443], [115.118009, 36.206616], [115.105792, 36.204115], [115.103566, 36.196041], [115.100221, 36.196949], [115.095523, 36.194101], [115.091541, 36.180968], [115.099616, 36.177843], [115.098702, 36.173437], [115.092088, 36.174397], [115.091268, 36.171508], [115.065204, 36.17917], [115.05341, 36.179219], [115.051353, 36.172367], [115.053881, 36.168854], [115.052981, 36.166688], [115.045732, 36.15975], [115.042589, 36.163693], [115.038914, 36.156259], [115.039512, 36.153217], [115.043333, 36.150707], [115.045585, 36.145712], [115.042059, 36.132942], [115.038769, 36.133174], [115.036885, 36.130457], [115.037363, 36.126104], [115.044266, 36.12139], [115.042744, 36.113217], [115.033198, 36.107264], [115.034693, 36.104489], [115.03159, 36.098536], [115.028649, 36.09796], [115.024397, 36.099703], [115.001385, 36.077915], [115.003974, 36.075482], [115.002691, 36.071241], [114.996753, 36.067001], [114.983746, 36.061496], [114.981822, 36.064359], [114.967705, 36.067303], [114.96198, 36.070622], [114.948561, 36.067875], [114.938262, 36.063333], [114.93027, 36.057469], [114.923912, 36.059791], [114.919649, 36.055656], [114.917259, 36.055755], [114.915147, 36.05104], [114.916416, 36.051086], [114.915879, 36.049003], [114.912085, 36.04876], [114.911341, 36.060433], [114.907139, 36.061447], [114.908916, 36.066107], [114.913571, 36.066821], [114.916214, 36.071724], [114.920857, 36.087082], [114.919737, 36.090554], [114.923414, 36.096511], [114.920537, 36.103948], [114.90824, 36.106896], [114.906636, 36.113293], [114.901211, 36.117275], [114.906878, 36.14059], [114.887942, 36.14018], [114.888446, 36.142828], [114.886459, 36.143798], [114.877684, 36.145273], [114.876793, 36.142927], [114.873507, 36.143622], [114.871142, 36.146284], [114.856676, 36.1438], [114.853041, 36.144443], [114.851084, 36.137325], [114.853336, 36.135924], [114.851872, 36.127854], [114.840851, 36.128319], [114.840643, 36.130488], [114.830396, 36.131008], [114.825898, 36.13041], [114.825015, 36.127142], [114.819465, 36.123753], [114.795527, 36.131333], [114.776666, 36.133412], [114.772869, 36.133164], [114.772203, 36.128043], [114.766795, 36.128549], [114.765882, 36.12446], [114.759329, 36.125415], [114.759709, 36.131629], [114.757204, 36.134861], [114.74578, 36.138678], [114.744743, 36.141718], [114.745796, 36.146578], [114.742981, 36.150834], [114.736083, 36.152368], [114.736312, 36.154508], [114.728637, 36.155775], [114.724471, 36.148783], [114.718467, 36.147403], [114.718452, 36.143607], [114.715034, 36.140695], [114.707175, 36.141874], [114.707442, 36.144424], [114.705955, 36.145438], [114.695922, 36.146399], [114.68669, 36.14627], [114.685439, 36.138448], [114.649535, 36.140373], [114.647872, 36.138797], [114.635466, 36.13755], [114.631583, 36.135784], [114.630738, 36.128672], [114.625136, 36.12794], [114.624816, 36.124419], [114.613867, 36.123706], [114.614081, 36.126702], [114.605254, 36.128634], [114.602469, 36.127127], [114.601462, 36.123024], [114.599074, 36.121626], [114.585333, 36.121224], [114.582503, 36.117144], [114.576475, 36.117135], [114.573495, 36.120574], [114.577597, 36.122284], [114.578665, 36.128475], [114.581168, 36.127269], [114.585921, 36.130757], [114.581214, 36.133155], [114.581305, 36.141079], [114.569861, 36.143428], [114.566084, 36.145798], [114.566077, 36.149411], [114.562438, 36.152452], [114.552939, 36.153134], [114.552413, 36.150907], [114.551184, 36.150994], [114.53768, 36.156997], [114.537032, 36.16211], [114.52573, 36.162287], [114.525449, 36.167969], [114.527171, 36.168017], [114.527561, 36.170833], [114.52401, 36.173507], [114.521009, 36.173416], [114.506133, 36.166024], [114.505182, 36.16933], [114.507755, 36.169405], [114.506831, 36.173945], [114.483268, 36.17822], [114.47856, 36.181348], [114.473616, 36.178277], [114.46408, 36.187871], [114.4645, 36.19116], [114.457816, 36.19193], [114.451873, 36.207002], [114.441283, 36.20683], [114.435309, 36.204846], [114.428824, 36.197932], [114.422538, 36.19954], [114.419395, 36.202333], [114.419654, 36.205633], [114.408515, 36.206289], [114.408179, 36.204122], [114.405135, 36.2045], [114.407272, 36.222799], [114.402099, 36.228418], [114.392989, 36.229398], [114.392669, 36.222263], [114.390006, 36.22077], [114.375312, 36.221689], [114.37535, 36.224258], [114.362792, 36.224765], [114.36145, 36.225332], [114.361686, 36.229083], [114.35749, 36.229353], [114.357004, 36.227052], [114.349893, 36.23019], [114.3488, 36.240764], [114.347755, 36.242487], [114.340515, 36.245321], [114.340698, 36.252585], [114.338752, 36.252724], [114.339102, 36.255653], [114.323203, 36.255798], [114.322334, 36.248064], [114.308524, 36.251869], [114.303931, 36.249984], [114.301147, 36.246432], [114.293014, 36.245868], [114.284451, 36.246996], [114.284958, 36.249213], [114.256287, 36.261616], [114.245993, 36.258711], [114.236368, 36.251266], [114.230256, 36.25227], [114.226755, 36.260721], [114.219255, 36.266387], [114.216352, 36.27092], [114.204993, 36.272944], [114.198839, 36.258372], [114.200673, 36.253661], [114.19702, 36.24559], [114.193798, 36.244912], [114.187631, 36.247533], [114.179042, 36.247204], [114.172282, 36.242339], [114.164716, 36.243547], [114.163872, 36.246021], [114.166862, 36.248469], [114.167107, 36.254277], [114.170517, 36.263022], [114.168134, 36.265983], [114.160746, 36.269825], [114.154716, 36.266916], [114.125003, 36.281565], [114.121801, 36.279673], [114.121972, 36.27469], [114.115162, 36.272508], [114.111934, 36.274283], [114.106396, 36.273033], [114.084682, 36.275659], [114.08364, 36.273072], [114.075911, 36.269206], [114.07313, 36.271486], [114.056073, 36.27359], [114.051121, 36.285751], [114.042567, 36.294048], [114.036731, 36.296427], [114.031521, 36.303914], [114.038464, 36.305435], [114.043785, 36.311495], [114.051819, 36.313353], [114.055291, 36.317998], [114.052949, 36.319969], [114.053172, 36.325978], [114.049372, 36.32967], [114.045874, 36.330192], [114.039823, 36.326304], [114.02326, 36.326725], [114.021812, 36.32432], [114.020291, 36.324467], [114.019171, 36.329002], [114.025736, 36.337392], [114.025572, 36.348457], [114.027431, 36.349527], [114.024141, 36.35352], [114.022464, 36.352781], [114.018201, 36.354902], [114.008575, 36.352441], [114.008452, 36.346499], [114.003939, 36.342466], [114, 36.343727], [113.992001, 36.351878], [113.982865, 36.35686], [113.978292, 36.358775], [113.972063, 36.358755], [113.970829, 36.35423], [113.972745, 36.345265], [113.988311, 36.342987], [113.996507, 36.334509], [113.987221, 36.314669], [113.976381, 36.317655], [113.97328, 36.327712], [113.958025, 36.35283], [113.951016, 36.357659], [113.9449, 36.35897], [113.940577, 36.356845], [113.939161, 36.350035], [113.942359, 36.34639], [113.947732, 36.346396], [113.950179, 36.344845], [113.951717, 36.336313], [113.936185, 36.338617], [113.92844, 36.336042], [113.928782, 36.323893], [113.925977, 36.320145], [113.909986, 36.314885], [113.90323, 36.315002], [113.902198, 36.322045], [113.881801, 36.352055], [113.876055, 36.354098], [113.845599, 36.349779], [113.843003, 36.345689], [113.843337, 36.339522], [113.844964, 36.336788], [113.853436, 36.333511], [113.853742, 36.330018], [113.848298, 36.32949], [113.843926, 36.33222], [113.828118, 36.334268], [113.814827, 36.330901], [113.808502, 36.331856], [113.798953, 36.338519], [113.791364, 36.346993], [113.780903, 36.349728], [113.770903, 36.350085], [113.757133, 36.355887], [113.748339, 36.366199], [113.735975, 36.364519], [113.735092, 36.362183], [113.736438, 36.35774], [113.732733, 36.359293], [113.731269, 36.361469], [113.732527, 36.365768], [113.73953, 36.370439], [113.736033, 36.374018], [113.724228, 36.380475], [113.707994, 36.410489], [113.705038, 36.422547], [113.697876, 36.425278], [113.690432, 36.425927], [113.673782, 36.42241], [113.653317, 36.429928], [113.646165, 36.434416], [113.638305, 36.443597], [113.621279, 36.458887], [113.607141, 36.460002], [113.587489, 36.454392], [113.579827, 36.457382], [113.573629, 36.475378], [113.578297, 36.479824], [113.577303, 36.482513], [113.558918, 36.491501], [113.550042, 36.492478], [113.547468, 36.498196], [113.556326, 36.530841], [113.542756, 36.533736], [113.539079, 36.53542], [113.538291, 36.538029], [113.539362, 36.541282], [113.541484, 36.542332], [113.564387, 36.543167], [113.573611, 36.540503], [113.579661, 36.540987], [113.584506, 36.5488], [113.583044, 36.56262], [113.546727, 36.584729], [113.534695, 36.588967], [113.530297, 36.59275], [113.530028, 36.598384], [113.541003, 36.609941], [113.54425, 36.622641], [113.519541, 36.622774], [113.477673, 36.635599], [113.472593, 36.639708], [113.47018, 36.653066], [113.472534, 36.663535], [113.491537, 36.67689], [113.504904, 36.688812], [113.509822, 36.697951], [113.494526, 36.709735], [113.491405, 36.709975], [113.472498, 36.704117], [113.463056, 36.704057], [113.455004, 36.713632], [113.455664, 36.716893], [113.477934, 36.740343], [113.491733, 36.740508], [113.503059, 36.737628], [113.510099, 36.733129], [113.511575, 36.7292], [113.530458, 36.736268], [113.538261, 36.74129], [113.538476, 36.747739], [113.530149, 36.751719], [113.533511, 36.754763], [113.569635, 36.763022], [113.572008, 36.75821], [113.576221, 36.755446], [113.591648, 36.75214], [113.605719, 36.759026], [113.633096, 36.780531], [113.6523, 36.788138], [113.659385, 36.789026], [113.666197, 36.79294], [113.669334, 36.798503], [113.666355, 36.804593], [113.673307, 36.826091], [113.668413, 36.830378], [113.669998, 36.851773], [113.684413, 36.88053], [113.692104, 36.886511], [113.702133, 36.887906], [113.722794, 36.882805], [113.726774, 36.875911], [113.724822, 36.861245], [113.73435, 36.850056], [113.741298, 36.849335], [113.748908, 36.851601], [113.74802, 36.854505], [113.750585, 36.862676], [113.773191, 36.868664], [113.781892, 36.869203], [113.791217, 36.880322], [113.791619, 36.88235], [113.778833, 36.909904], [113.772764, 36.917045], [113.75273, 36.952627], [113.754795, 36.960226], [113.761426, 36.963523], [113.783614, 36.992895], [113.790364, 36.995592], [113.772572, 37.002998], [113.760638, 37.015717], [113.767373, 37.028029], [113.782025, 37.040213], [113.785917, 37.051068], [113.775267, 37.060296], [113.772939, 37.057406], [113.765616, 37.060105], [113.754719, 37.069538], [113.752355, 37.075052], [113.756219, 37.079259], [113.753892, 37.094252], [113.762489, 37.097399], [113.767629, 37.102651], [113.769107, 37.120559], [113.764791, 37.132633], [113.766158, 37.152156], [113.774293, 37.155489], [113.789245, 37.1536], [113.795256, 37.157466], [113.798265, 37.164118], [113.817764, 37.169715], [113.82706, 37.175951], [113.828362, 37.187929], [113.859647, 37.221447], [113.876181, 37.249209], [113.877735, 37.257201], [113.876343, 37.260159], [113.881038, 37.271591], [113.889071, 37.276409], [113.890864, 37.308728], [113.893583, 37.3156], [113.913286, 37.329678], [113.914049, 37.334895], [113.912169, 37.337476], [113.912486, 37.339793], [113.918161, 37.347296], [113.92363, 37.348055], [113.933871, 37.343309], [113.937997, 37.338586], [113.947932, 37.345513], [113.94982, 37.350157], [113.947926, 37.362952], [113.950625, 37.367834], [113.946497, 37.37396], [113.947427, 37.379248], [113.952771, 37.381944], [113.964762, 37.3953], [113.969058, 37.408937], [113.982814, 37.417944], [113.992486, 37.420692], [114.004958, 37.417723], [114.018375, 37.436814], [114.022658, 37.439536], [114.028618, 37.453472], [114.028425, 37.462198], [114.024018, 37.468616], [114.023699, 37.473599], [114.026832, 37.479693], [114.032342, 37.486057], [114.03736, 37.48724], [114.042037, 37.49862], [114.047316, 37.502203], [114.051172, 37.509834], [114.057662, 37.513133], [114.062104, 37.511525], [114.06353, 37.512453], [114.06639, 37.516408], [114.070637, 37.533027], [114.073846, 37.53934], [114.082187, 37.544783], [114.085559, 37.543863], [114.088485, 37.545442], [114.087264, 37.554698], [114.089112, 37.558722], [114.087052, 37.567731], [114.09855, 37.569356], [114.103288, 37.572373], [114.105407, 37.58337], [114.110665, 37.584771], [114.122037, 37.600826], [114.123117, 37.604877], [114.118833, 37.610871], [114.102162, 37.616704], [114.108865, 37.625768], [114.11183, 37.635902], [114.132492, 37.645963], [114.1283, 37.653759], [114.128749, 37.664293], [114.131689, 37.667682], [114.132737, 37.675257], [114.127539, 37.682116], [114.126134, 37.69401], [114.112226, 37.700442], [114.106453, 37.710404], [114.102653, 37.706731], [114.097846, 37.707687], [114.095071, 37.716007], [114.093013, 37.712763], [114.084852, 37.710181], [114.077785, 37.715011], [114.062534, 37.715889], [114.052225, 37.724218], [114.034963, 37.726784], [114.029334, 37.726099], [114.02758, 37.723102], [114.029857, 37.716484], [114.024958, 37.712908], [114.011927, 37.718549], [113.992127, 37.709365], [113.985918, 37.713443], [113.984014, 37.719304], [113.993695, 37.742522], [114.011348, 37.746383], [114.014385, 37.745294], [114.02267, 37.74616], [114.037195, 37.75223], [114.034014, 37.758257], [114.037976, 37.765375], [114.033769, 37.774773], [114.037843, 37.781681], [114.037446, 37.786444], [114.027043, 37.789358], [114.023226, 37.794166], [114.011019, 37.798768], [114.005575, 37.802796], [114.004832, 37.805308], [114.007871, 37.807764], [114.007979, 37.811658], [113.987234, 37.818786], [113.969664, 37.816046], [113.965862, 37.817563], [113.958342, 37.827396], [113.956959, 37.849158], [113.960653, 37.856407], [113.970333, 37.862821], [113.968417, 37.878036], [113.945867, 37.915442], [113.942402, 37.917685], [113.929548, 37.920646], [113.917662, 37.942873], [113.920476, 37.949525], [113.891087, 37.985047], [113.880676, 37.991041], [113.871041, 37.988915], [113.866118, 37.990419], [113.858274, 37.998176], [113.858672, 38.001172], [113.870598, 38.011332], [113.871022, 38.055705], [113.817243, 38.106843], [113.805344, 38.109673], [113.809781, 38.127615], [113.828642, 38.162603], [113.827334, 38.166269], [113.811439, 38.166729], [113.793967, 38.161233], [113.787106, 38.161263], [113.745985, 38.171275], [113.71886, 38.191759], [113.709776, 38.206002], [113.696537, 38.207416], [113.678499, 38.204817], [113.655375, 38.221802], [113.647621, 38.231469], [113.641641, 38.233139], [113.617329, 38.232005], [113.583273, 38.236709], [113.578983, 38.235742], [113.574716, 38.237885], [113.559014, 38.240851], [113.538261, 38.257294], [113.534296, 38.264925], [113.533832, 38.287998], [113.542868, 38.313825], [113.548302, 38.324882], [113.55725, 38.329354], [113.556429, 38.339861], [113.547186, 38.346861], [113.542256, 38.352712], [113.530645, 38.355375], [113.527438, 38.358487], [113.523206, 38.36969], [113.516983, 38.376164], [113.527086, 38.418907], [113.532875, 38.423378], [113.541214, 38.425864], [113.548861, 38.423631], [113.55595, 38.423976], [113.561443, 38.437812], [113.561611, 38.449489], [113.571208, 38.455305], [113.582875, 38.456848], [113.585059, 38.459922], [113.582976, 38.464399], [113.566409, 38.474735], [113.556226, 38.478988], [113.548477, 38.490266], [113.547042, 38.496851], [113.548839, 38.501413], [113.546882, 38.509104], [113.540609, 38.516072], [113.553065, 38.52296], [113.553573, 38.541141], [113.548318, 38.555254], [113.56096, 38.567588], [113.588734, 38.581288], [113.60362, 38.593902], [113.60597, 38.601483], [113.596234, 38.608467], [113.594156, 38.613189], [113.594591, 38.616966], [113.597458, 38.628371], [113.614956, 38.650501], [113.628552, 38.654511], [113.654586, 38.650496], [113.667483, 38.6462], [113.694349, 38.651804], [113.701789, 38.65662], [113.712812, 38.667558], [113.713294, 38.670861], [113.706464, 38.682331], [113.704439, 38.71091], [113.706479, 38.7134], [113.715543, 38.716156], [113.719544, 38.71479], [113.736973, 38.702525], [113.747378, 38.698615], [113.760332, 38.70423], [113.767737, 38.711503], [113.767583, 38.72773], [113.792117, 38.762566], [113.794318, 38.763575], [113.81007, 38.758378], [113.824223, 38.75805], [113.822947, 38.763099], [113.825823, 38.768751], [113.824508, 38.783559], [113.821739, 38.791605], [113.828992, 38.802806], [113.848617, 38.811423], [113.849637, 38.818275], [113.839662, 38.83804], [113.830013, 38.840533], [113.82545, 38.840162], [113.812258, 38.844343], [113.798731, 38.851554], [113.791994, 38.863601], [113.76623, 38.889629], [113.77031, 38.906483], [113.767491, 38.92887], [113.76228, 38.940437], [113.759949, 38.962147], [113.761731, 38.976979], [113.770673, 38.991347], [113.779175, 38.993899], [113.780948, 38.991475], [113.788261, 38.990557], [113.806132, 38.992646], [113.809897, 38.996255], [113.813236, 39.012135], [113.847853, 39.026708], [113.862979, 39.042205], [113.88105, 39.066785], [113.893123, 39.069122], [113.896576, 39.066854], [113.916337, 39.062163], [113.923245, 39.066789], [113.926465, 39.076845], [113.940549, 39.091984], [113.957355, 39.099894], [113.963685, 39.098536], [113.970013, 39.091505], [113.979894, 39.090254], [113.989843, 39.098918], [113.990894, 39.10769], [114, 39.11935], [114.011004, 39.123722], [114.033253, 39.126473], [114.039274, 39.131837], [114.043524, 39.128692], [114.046359, 39.119136], [114.059937, 39.104113], [114.061043, 39.098897], [114.058291, 39.095896], [114.058284, 39.093061], [114.063355, 39.091536], [114.07317, 39.093005], [114.078709, 39.092234], [114.091676, 39.084423], [114.097932, 39.076807], [114.101652, 39.076201], [114.103383, 39.074038], [114.105629, 39.056938], [114.115727, 39.048578], [114.144288, 39.046748], [114.151634, 39.05113], [114.161464, 39.062208], [114.165272, 39.063401], [114.168912, 39.062464], [114.1812, 39.051729], [114.195119, 39.049091], [114.202326, 39.049291], [114.208987, 39.054773], [114.209778, 39.063377], [114.21924, 39.065528], [114.236245, 39.065655], [114.245799, 39.072423], [114.253121, 39.073284], [114.261784, 39.070817], [114.277587, 39.074285], [114.2835, 39.073532], [114.292797, 39.078354], [114.301236, 39.076448], [114.312879, 39.070836], [114.326476, 39.075765], [114.335075, 39.073478], [114.3399, 39.074544], [114.34272, 39.075614], [114.35313, 39.089], [114.35613, 39.094214], [114.355827, 39.098375], [114.363204, 39.106796], [114.36314, 39.12141], [114.359584, 39.129295], [114.353862, 39.13342], [114.353344, 39.1398], [114.366521, 39.146462], [114.373337, 39.147457], [114.369846, 39.151488], [114.369358, 39.155907], [114.372907, 39.166329], [114.376825, 39.172638], [114.40228, 39.177366], [114.40746, 39.176646], [114.41564, 39.171073], [114.424215, 39.171598], [114.426614, 39.174158], [114.437132, 39.172773], [114.439291, 39.181265], [114.43782, 39.184418], [114.44152, 39.190672], [114.446436, 39.19155], [114.458911, 39.186817], [114.464165, 39.192868], [114.467079, 39.200673], [114.465374, 39.206327], [114.469535, 39.214541], [114.467266, 39.218901], [114.46118, 39.223932], [114.44642, 39.227743], [114.42936, 39.228452], [114.417896, 39.233962], [114.409752, 39.24153], [114.411478, 39.244838], [114.421034, 39.247748], [114.428779, 39.255854], [114.430514, 39.259995], [114.430463, 39.261686], [114.426447, 39.26387], [114.420184, 39.271557], [114.419776, 39.284604], [114.426589, 39.293817], [114.426307, 39.307297], [114.428245, 39.315156], [114.433868, 39.318059], [114.442477, 39.319435], [114.442799, 39.32612], [114.44592, 39.327707], [114.458826, 39.327211], [114.461047, 39.329662], [114.461051, 39.336261], [114.472727, 39.344746], [114.47413, 39.34959], [114.462704, 39.354427], [114.465549, 39.363116], [114.46742, 39.364425], [114.464754, 39.377148], [114.466607, 39.378491], [114.466815, 39.387908], [114.469512, 39.396792], [114.468961, 39.40684], [114.471217, 39.410921], [114.474987, 39.411146], [114.475576, 39.418153], [114.483047, 39.426906], [114.491607, 39.430861], [114.498392, 39.460437], [114.498619, 39.46649], [114.495597, 39.471561], [114.495773, 39.475617], [114.508763, 39.477662], [114.516905, 39.483952], [114.526297, 39.484868], [114.532449, 39.501187], [114.530131, 39.511349], [114.534423, 39.514477], [114.541709, 39.524977], [114.551493, 39.530817], [114.553127, 39.543279], [114.551563, 39.549737], [114.55719, 39.554009], [114.558587, 39.56439], [114.56294, 39.572976], [114.560408, 39.577857], [114.552635, 39.581207], [114.528756, 39.570561], [114.523752, 39.562264], [114.519544, 39.564185], [114.509187, 39.563894], [114.498355, 39.588343], [114.499829, 39.591376], [114.499158, 39.594801], [114.495047, 39.603055], [114.491144, 39.603817], [114.487892, 39.601358], [114.484012, 39.601131], [114.470417, 39.607741], [114.454624, 39.611326], [114.442025, 39.606175], [114.429204, 39.606008], [114.421568, 39.612517], [114.419203, 39.616741], [114.420244, 39.621161], [114.417131, 39.62749], [114.411812, 39.629906], [114.407525, 39.638881], [114.403855, 39.641668], [114.398112, 39.642775], [114.393206, 39.65804], [114.398266, 39.662787], [114.396026, 39.666996], [114.399507, 39.683099], [114.396142, 39.691215], [114.398606, 39.696924], [114.397703, 39.706839], [114.401209, 39.713255], [114.40315, 39.722866], [114.40205, 39.731577], [114.399335, 39.734022], [114.401468, 39.745395], [114.407967, 39.74836], [114.407461, 39.752751], [114.402494, 39.762347], [114.402019, 39.768061], [114.408916, 39.769294], [114.410563, 39.775581], [114.408613, 39.782557], [114.402314, 39.781007], [114.401319, 39.785456], [114.402478, 39.789565], [114.395465, 39.792829], [114.391833, 39.799255], [114.390886, 39.810024], [114.383797, 39.817947], [114.386753, 39.822152], [114.396139, 39.82446], [114.401038, 39.832259], [114.391241, 39.842674], [114.393149, 39.855324], [114.388682, 39.865815], [114.381016, 39.865404], [114.375727, 39.868295], [114.342668, 39.861098], [114.331797, 39.861548], [114.32083, 39.864232], [114.30942, 39.858673], [114.303157, 39.858449], [114.295817, 39.861201], [114.279227, 39.857191], [114.280437, 39.869853], [114.276039, 39.872743], [114.270604, 39.873317], [114.261418, 39.867721], [114.247943, 39.865195], [114.239129, 39.860722], [114.231441, 39.861127], [114.22202, 39.85918], [114.218701, 39.855473], [114.220438, 39.851509], [114.219354, 39.850177], [114.215443, 39.855341], [114.215513, 39.859773], [114.212794, 39.861827], [114.209176, 39.861054], [114.196528, 39.870276], [114.192944, 39.877553], [114.198031, 39.88396], [114.221317, 39.894707], [114.222735, 39.896622], [114.220312, 39.90643], [114.209646, 39.91648], [114.206042, 39.913932], [114.205326, 39.917769], [114.199414, 39.909834], [114.193435, 39.907028], [114.183961, 39.906832], [114.180638, 39.902679], [114.174272, 39.898781], [114.169815, 39.897839], [114.160555, 39.900262], [114.152645, 39.899088], [114.149976, 39.896122], [114.143541, 39.894274], [114.140453, 39.895017], [114.13319, 39.901436], [114.118874, 39.904106], [114.112631, 39.908216], [114.097028, 39.909924], [114.082246, 39.909485], [114.076184, 39.912516], [114.064855, 39.921927], [114.048123, 39.920342], [114.042514, 39.913969], [114.03246, 39.932265], [114.028997, 39.949062], [114.02356, 39.955445], [114.020805, 39.967808], [114.022841, 39.984223], [114.018349, 39.988401], [114.009847, 39.990585], [113.992669, 39.991353], [113.950336, 40.000834], [113.931119, 40.007039], [113.916446, 40.001835], [113.907806, 40.001886], [113.903285, 40.008145], [113.903047, 40.010939], [113.907592, 40.020937], [113.950455, 40.029465], [113.959421, 40.044756], [113.966612, 40.051897], [113.974498, 40.070002], [113.972058, 40.089825], [113.967196, 40.096787], [113.973297, 40.111161], [113.988558, 40.110006], [114.004031, 40.10562], [114.013609, 40.101037], [114.018887, 40.088974], [114.028188, 40.079163], [114.027351, 40.063739], [114.035113, 40.056278], [114.038733, 40.055573], [114.044414, 40.058067], [114.052542, 40.065787], [114.075521, 40.069045], [114.084188, 40.073744], [114.084986, 40.085398], [114.09494, 40.098466], [114.094419, 40.107381], [114.082308, 40.12011], [114.077675, 40.128937], [114.071846, 40.153769], [114.060443, 40.180242], [114.060815, 40.184251], [114.062623, 40.185698], [114.068601, 40.184381], [114.076703, 40.18506], [114.087071, 40.18853], [114.091181, 40.192317], [114.103673, 40.192314], [114.116627, 40.187328], [114.117133, 40.181296], [114.114989, 40.178347], [114.116175, 40.177138], [114.127849, 40.174133], [114.140539, 40.17493], [114.150659, 40.17945], [114.156224, 40.185495], [114.175514, 40.189911], [114.195634, 40.190671], [114.206654, 40.187413], [114.209682, 40.189012], [114.209722, 40.194853], [114.212531, 40.196774], [114.216936, 40.19714], [114.224769, 40.193283], [114.230008, 40.198109], [114.230049, 40.200008], [114.2225, 40.211678], [114.236494, 40.217243], [114.253798, 40.235285], [114.260567, 40.232311], [114.261414, 40.224871], [114.276928, 40.223545], [114.279648, 40.22447], [114.280939, 40.228543], [114.287308, 40.229773], [114.296926, 40.227148], [114.307718, 40.236804], [114.321914, 40.236056], [114.328018, 40.238486], [114.333723, 40.243515], [114.351639, 40.247978], [114.35879, 40.247257], [114.380574, 40.238008], [114.407827, 40.24236], [114.413987, 40.24456], [114.414594, 40.246641], [114.449186, 40.254427], [114.484963, 40.272611], [114.48926, 40.277113], [114.492395, 40.285261], [114.489454, 40.291987], [114.509087, 40.301374], [114.513413, 40.305419], [114.518656, 40.318464], [114.516871, 40.3277], [114.522161, 40.329095], [114.525835, 40.337976], [114.525652, 40.342054], [114.514822, 40.34844], [114.51137, 40.353261], [114.505556, 40.356731], [114.489813, 40.346552], [114.470873, 40.343406], [114.464606, 40.346599], [114.462527, 40.35177], [114.44556, 40.369349], [114.434991, 40.368726], [114.429052, 40.363669], [114.413576, 40.36571], [114.40088, 40.358599], [114.394856, 40.349265], [114.390986, 40.348675], [114.376955, 40.35262], [114.376805, 40.357889], [114.374617, 40.361474], [114.368549, 40.36221], [114.360224, 40.360827], [114.348766, 40.365461], [114.342618, 40.365793], [114.307225, 40.362296], [114.297416, 40.367718], [114.296187, 40.370396], [114.29764, 40.3762], [114.297128, 40.388075], [114.290245, 40.399053], [114.28799, 40.41408], [114.2798, 40.423627], [114.281865, 40.430044], [114.292094, 40.435962], [114.291898, 40.445706], [114.280099, 40.449078], [114.27786, 40.455949], [114.268855, 40.456777], [114.265633, 40.45874], [114.262737, 40.462972], [114.260751, 40.472941], [114.267568, 40.48599], [114.276028, 40.493614], [114.2797, 40.510068], [114.280233, 40.520572], [114.283255, 40.528368], [114.290527, 40.536155], [114.287924, 40.54604], [114.284693, 40.549299], [114.273157, 40.549783], [114.266869, 40.552766], [114.270394, 40.577103], [114.279075, 40.581518], [114.281059, 40.584209], [114.276864, 40.594236], [114.267854, 40.598044], [114.262127, 40.606376], [114.254803, 40.611088], [114.245254, 40.604776], [114.226985, 40.6062], [114.218168, 40.61035], [114.208798, 40.621785], [114.204487, 40.622476], [114.202414, 40.627739], [114.209594, 40.632996], [114.208992, 40.636903], [114.205287, 40.641163], [114.196692, 40.646374], [114.172824, 40.67708], [114.166551, 40.689075], [114.168628, 40.693744], [114.167968, 40.695493], [114.164293, 40.698763], [114.158686, 40.700322], [114.155083, 40.712988], [114.142329, 40.723972], [114.139868, 40.731544], [114.12668, 40.744953], [114.098147, 40.757084], [114.095352, 40.767174], [114.09898, 40.778806], [114.097558, 40.79594], [114.083614, 40.794182], [114.073292, 40.788918], [114.066298, 40.793568], [114.064097, 40.799857], [114.053735, 40.808911], [114.046535, 40.824734], [114.038013, 40.82951], [114.049992, 40.841316], [114.060225, 40.844701], [114.068311, 40.85204], [114.062051, 40.856326], [114.050241, 40.860008], [114.046511, 40.862869], [114.044204, 40.889228], [114.035355, 40.902647], [114.033502, 40.916608], [114.039929, 40.921908], [114.050606, 40.923389], [114.047961, 40.928125], [114.040995, 40.932874], [114.025131, 40.931924], [114.006429, 40.933036], [113.993922, 40.946463], [113.990857, 40.940976], [113.99025, 40.936339], [113.976989, 40.941552], [113.972252, 40.947437], [113.975638, 40.9617], [113.976084, 40.978152], [113.968807, 40.993743], [113.966334, 40.993244], [113.963285, 40.986627], [113.956936, 40.989074], [113.950412, 41.003434], [113.934227, 41.007028], [113.921339, 41.012931], [113.91684, 41.016672], [113.91223, 41.024221], [113.913283, 41.029475], [113.910035, 41.034894], [113.893226, 41.042352], [113.889072, 41.041344], [113.880236, 41.053884], [113.86361, 41.059689], [113.866228, 41.062757], [113.863794, 41.069287], [113.856316, 41.077131], [113.83977, 41.076353], [113.835517, 41.073985], [113.818201, 41.093788], [113.818866, 41.099965], [113.833064, 41.107749], [113.853943, 41.108048], [113.877531, 41.10422], [113.877179, 41.10848], [113.86964, 41.112855], [113.875724, 41.121423], [113.875073, 41.128222], [113.878864, 41.133351], [113.886707, 41.132438], [113.896001, 41.139879], [113.90632, 41.16591], [113.912783, 41.17148], [113.930021, 41.173063], [113.935158, 41.17672], [113.946248, 41.173621], [113.949945, 41.170641], [113.953872, 41.170614], [113.964343, 41.174939], [113.96549, 41.177988], [113.968025, 41.179181], [113.977044, 41.18119], [113.991256, 41.179985], [113.995363, 41.184442], [113.999923, 41.217751], [114.00434, 41.221845], [114.005387, 41.231615], [114.000332, 41.237781], [114.000236, 41.249028], [113.988658, 41.257033], [113.987918, 41.264094], [113.984857, 41.267896], [113.978323, 41.268455], [113.970249, 41.264739], [113.971682, 41.259916], [113.971258, 41.253076], [113.967649, 41.25216], [113.964655, 41.237796], [113.959619, 41.238771], [113.955044, 41.243165], [113.954696, 41.252456], [113.947422, 41.256094], [113.945149, 41.262707], [113.949705, 41.284596], [113.929644, 41.293058], [113.915943, 41.289427], [113.908502, 41.292917], [113.903971, 41.299917], [113.895501, 41.306466], [113.894604, 41.312242], [113.89252, 41.31377], [113.893742, 41.315345], [113.899123, 41.318054], [113.904065, 41.316732], [113.906432, 41.321295], [113.912592, 41.324131], [113.920399, 41.324884], [113.920004, 41.327], [113.91544, 41.329239], [113.913976, 41.331767], [113.921921, 41.331935], [113.916865, 41.336913], [113.918043, 41.342055], [113.925762, 41.352383], [113.931236, 41.355308], [113.931878, 41.365223], [113.93101, 41.367594], [113.928451, 41.367449], [113.927379, 41.374949], [113.929615, 41.380714], [113.937448, 41.389108], [113.937478, 41.392609], [113.927184, 41.392485], [113.911591, 41.40202], [113.864477, 41.411542], [113.871391, 41.429275], [113.878225, 41.436316], [113.900503, 41.443979], [113.910698, 41.450183], [113.914575, 41.455443], [113.922023, 41.479338], [113.925344, 41.484767], [113.930375, 41.485312], [113.936165, 41.482163], [113.947117, 41.48184], [113.953848, 41.488614], [113.970937, 41.500314], [113.971484, 41.504285], [113.996086, 41.512], [113.998046, 41.517333], [114.009359, 41.517857], [114.01887, 41.521895], [114.023959, 41.525871], [114.034665, 41.529811], [114.049433, 41.522687], [114.055399, 41.528094], [114.062668, 41.530044], [114.07804, 41.527235], [114.080557, 41.530222], [114.09426, 41.535638], [114.099678, 41.536037], [114.126641, 41.529199], [114.196094, 41.516875], [114.208023, 41.509269], [114.214155, 41.509067], [114.224349, 41.511623], [114.224906, 41.543146], [114.216455, 41.561303], [114.214553, 41.571727], [114.214925, 41.579902], [114.219118, 41.581296], [114.230579, 41.594188], [114.223702, 41.605394], [114.221006, 41.607279], [114.220209, 41.616903], [114.228535, 41.620192], [114.247131, 41.620764], [114.247736, 41.628302], [114.208503, 41.682476], [114.209469, 41.693356], [114.212596, 41.698163], [114.221378, 41.69467], [114.230884, 41.696592], [114.226264, 41.705398], [114.228884, 41.708568], [114.225842, 41.715627], [114.199992, 41.736312], [114.206849, 41.744036], [114.20953, 41.751832], [114.208525, 41.754385], [114.199583, 41.756429], [114.19794, 41.760671], [114.201648, 41.769276], [114.193293, 41.77688], [114.193774, 41.78749], [114.196384, 41.791511], [114.211306, 41.803939], [114.223727, 41.811518], [114.235959, 41.825751], [114.235259, 41.832146], [114.250249, 41.839456], [114.258404, 41.845943], [114.265588, 41.847691], [114.26918, 41.846342], [114.275908, 41.851688], [114.277422, 41.860803], [114.282401, 41.868878], [114.291642, 41.870162], [114.29181, 41.877923], [114.289833, 41.881528], [114.295241, 41.893386], [114.304257, 41.893402], [114.312542, 41.899312], [114.324241, 41.912151], [114.324334, 41.914217], [114.319396, 41.920663], [114.319016, 41.927082], [114.336467, 41.924784], [114.343252, 41.928326], [114.344864, 41.933099], [114.344813, 41.94131], [114.341339, 41.945439], [114.345943, 41.951845], [114.34897, 41.951032], [114.349627, 41.947519], [114.358964, 41.946007], [114.364828, 41.947995], [114.364263, 41.951165], [114.366591, 41.954335], [114.374054, 41.954933], [114.415313, 41.939972], [114.426348, 41.94387], [114.456007, 41.95017], [114.470059, 41.950829], [114.470745, 41.953961], [114.480827, 41.965123], [114.489413, 41.968602], [114.5041, 41.971135], [114.505211, 41.979924], [114.494852, 41.990723], [114.485682, 41.992901], [114.478137, 41.997062], [114.475505, 42.003448], [114.475449, 42.010463], [114.480895, 42.011968], [114.468965, 42.017527], [114.464202, 42.022442], [114.459405, 42.031602], [114.459369, 42.035827], [114.467624, 42.045831], [114.47323, 42.06217], [114.480284, 42.060574], [114.486632, 42.056755], [114.495812, 42.065092], [114.498485, 42.077099], [114.497606, 42.087023], [114.502851, 42.097297], [114.505038, 42.112421], [114.507566, 42.116072], [114.513023, 42.119066], [114.547174, 42.120287], [114.552266, 42.121341], [114.551754, 42.125204], [114.554184, 42.126161], [114.57968, 42.130482], [114.592254, 42.129396], [114.603129, 42.126209], [114.620572, 42.118067], [114.641422, 42.102972], [114.65061, 42.105887], [114.660909, 42.11436], [114.671433, 42.112684], [114.683691, 42.120101], [114.698551, 42.119361], [114.702508, 42.116767], [114.729678, 42.114527], [114.731449, 42.113158], [114.748365, 42.113694], [114.768686, 42.120304], [114.769601, 42.126851], [114.78288, 42.12896], [114.787576, 42.147272], [114.822105, 42.14557], [114.819205, 42.139836], [114.820891, 42.135446], [114.838663, 42.11723], [114.841566, 42.111573], [114.854993, 42.100072], [114.856888, 42.093699], [114.852516, 42.091062], [114.855126, 42.07169], [114.854533, 42.052914], [114.861209, 42.052154], [114.867688, 42.040357], [114.878789, 42.035484], [114.882699, 42.027833], [114.881086, 42.021861], [114.868967, 42.02105], [114.868905, 42.019386], [114.889207, 42.012374], [114.895709, 42.013432], [114.903573, 42.001334], [114.910531, 41.978954], [114.910644, 41.969198], [114.907095, 41.966934], [114.909245, 41.957073], [114.926963, 41.941633], [114.926591, 41.935481], [114.90982, 41.934907], [114.912762, 41.92662], [114.911868, 41.918617], [114.908871, 41.915592], [114.909691, 41.910924], [114.917797, 41.906254], [114.919479, 41.899098], [114.90533, 41.883325], [114.91012, 41.880269], [114.906223, 41.871781], [114.913761, 41.853957], [114.923013, 41.852702], [114.928201, 41.854158], [114.932313, 41.849075], [114.933206, 41.844827], [114.92014, 41.832261], [114.916088, 41.823255], [114.881822, 41.80925], [114.871674, 41.812472], [114.862569, 41.811596], [114.860028, 41.80266], [114.880442, 41.783133], [114.888028, 41.783787], [114.894617, 41.74118], [114.894551, 41.717906], [114.899198, 41.669983], [114.897635, 41.66905], [114.897843, 41.635715], [114.873177, 41.621578], [114.864446, 41.611803], [114.858623, 41.601613], [114.859659, 41.598547], [114.874902, 41.597589], [114.874037, 41.602405], [114.875389, 41.60527], [114.916383, 41.608148], [114.933143, 41.611293], [114.963044, 41.612516], [114.963571, 41.606112], [114.979802, 41.606507], [115.003182, 41.611364], [115.015869, 41.611601], [115.032453, 41.603371], [115.027795, 41.598947], [115.0304, 41.597467], [115.047779, 41.595753], [115.064343, 41.601427], [115.07165, 41.611301], [115.076847, 41.611267], [115.080779, 41.62084], [115.092218, 41.621691], [115.106735, 41.613547], [115.113612, 41.611424], [115.141501, 41.614392], [115.143055, 41.603886], [115.144962, 41.600822], [115.191785, 41.602244], [115.199232, 41.597838], [115.197567, 41.569306], [115.23306, 41.57449], [115.24628, 41.577153], [115.254396, 41.582246], [115.259957, 41.591339], [115.256747, 41.61353], [115.27536, 41.61948], [115.290935, 41.612218], [115.304295, 41.590614], [115.358338, 41.593608], [115.370815, 41.60026], [115.358359, 41.610115], [115.338801, 41.633477], [115.354214, 41.659124], [115.355707, 41.665923], [115.348791, 41.669964], [115.330179, 41.672945], [115.324733, 41.680932], [115.309655, 41.692093], [115.308399, 41.700979], [115.317307, 41.706008], [115.332394, 41.710813], [115.413382, 41.730111], [115.434773, 41.74103], [115.501713, 41.76083], [115.527938, 41.770314], [115.546358, 41.779835], [115.551231, 41.784917], [115.563891, 41.790803], [115.565112, 41.789445], [115.589858, 41.801614], [115.611872, 41.81278], [115.615595, 41.816884], [115.645021, 41.826508], [115.654109, 41.835593], [115.69152, 41.857253], [115.721875, 41.872669], [115.721807, 41.880919], [115.726029, 41.892638], [115.73258, 41.894437], [115.738629, 41.892553], [115.7441, 41.887476], [115.756943, 41.884488], [115.763929, 41.885786], [115.790926, 41.904449], [115.788592, 41.909933], [115.789437, 41.912658], [115.80357, 41.913341], [115.81318, 41.917822], [115.823564, 41.932865], [115.840643, 41.936468], [115.848598, 41.933956], [115.878518, 41.935701], [115.915462, 41.948683], [115.928272, 41.913343], [115.936184, 41.899177], [115.958367, 41.867189], [115.995632, 41.827134], [115.994382, 41.817582], [115.995464, 41.80246], [116.007124, 41.7891], [116.010136, 41.774909], [116.027297, 41.774663], [116.02756, 41.779343], [116.030555, 41.78041], [116.04611, 41.780393], [116.077414, 41.779505], [116.074481, 41.774114], [116.091909, 41.774184], [116.101014, 41.784166], [116.106277, 41.785498], [116.12306, 41.805998], [116.12135, 41.811992], [116.118651, 41.815208], [116.099392, 41.830861], [116.100507, 41.845796], [116.105362, 41.851791], [116.119937, 41.864925], [116.131597, 41.868701], [116.134869, 41.868512], [116.148228, 41.859082], [116.157791, 41.863025], [116.163971, 41.870737], [116.166587, 41.871454], [116.183032, 41.860777], [116.187328, 41.859675], [116.192941, 41.862128], [116.198532, 41.868634], [116.198745, 41.872233], [116.205676, 41.883707], [116.203002, 41.890792], [116.20842, 41.896411], [116.208779, 41.905477], [116.223699, 41.921353], [116.223577, 41.925742], [116.219959, 41.927794], [116.218547, 41.930601], [116.223122, 41.936049], [116.227566, 41.939747], [116.235552, 41.942814], [116.24157, 41.942694], [116.255824, 41.953542], [116.263687, 41.953193], [116.273698, 41.955673], [116.276781, 41.957473], [116.276481, 41.960872], [116.284838, 41.969769], [116.2893, 41.970761], [116.292792, 41.96808], [116.295837, 41.968163], [116.301654, 41.975265], [116.307894, 41.993119], [116.316384, 42.002268], [116.327681, 42.007363], [116.344078, 42.006183], [116.34977, 42.009309], [116.375063, 42.007888], [116.377004, 42.005764], [116.376626, 42.003212], [116.394993, 41.995058], [116.409152, 41.992622], [116.41413, 41.987757], [116.40878, 41.963569], [116.393732, 41.947949], [116.389435, 41.94868], [116.384073, 41.94685], [116.383241, 41.944226], [116.386321, 41.941969], [116.393883, 41.94158], [116.40061, 41.944187], [116.411626, 41.942861], [116.417445, 41.938232], [116.428891, 41.938012], [116.453792, 41.948162], [116.456982, 41.952247], [116.481459, 41.969865], [116.48448, 41.977893], [116.490469, 41.980694], [116.518761, 41.958387], [116.523795, 41.956935], [116.529648, 41.952335], [116.53049, 41.949951], [116.527653, 41.945164], [116.540332, 41.93156], [116.551375, 41.929473], [116.558952, 41.931673], [116.569613, 41.925979], [116.582045, 41.923583], [116.587596, 41.926504], [116.585006, 41.931994], [116.586426, 41.934192], [116.605022, 41.931486], [116.613408, 41.932702], [116.626145, 41.928531], [116.632771, 41.928118], [116.635777, 41.929167], [116.644441, 41.940731], [116.654427, 41.94511], [116.663202, 41.945784], [116.688355, 41.942688], [116.687543, 41.9479], [116.718379, 41.95037], [116.740115, 41.980054], [116.751901, 41.991541], [116.760609, 41.993943], [116.768115, 41.990226], [116.764949, 41.986009], [116.765444, 41.984438], [116.783123, 41.971447], [116.832415, 41.992448], [116.84001, 42.002496], [116.854671, 42.001638], [116.869338, 42.008353], [116.876805, 42.015473], [116.877827, 42.024048], [116.875148, 42.028056], [116.881608, 42.05229], [116.879695, 42.062326], [116.873837, 42.066282], [116.873904, 42.069551], [116.876069, 42.075861], [116.881259, 42.078753], [116.884252, 42.085265], [116.885829, 42.103412], [116.878655, 42.111034], [116.862934, 42.12071], [116.869261, 42.125624], [116.853818, 42.132372], [116.843867, 42.154492], [116.819047, 42.153254], [116.77685, 42.205667], [116.812048, 42.198045], [116.850759, 42.195852], [116.851685, 42.186947], [116.87712, 42.1928], [116.897907, 42.186284], [116.916162, 42.192176], [116.918846, 42.208276], [116.917747, 42.211018], [116.91042, 42.216809], [116.912729, 42.230832], [116.89821, 42.238758], [116.905058, 42.28227], [116.894392, 42.31261], [116.883827, 42.33299], [116.878707, 42.351398], [116.881876, 42.366252], [116.889778, 42.376886], [116.888332, 42.385886], [116.895339, 42.387656], [116.930761, 42.408439], [116.965783, 42.425958], [116.973685, 42.426315], [116.989391, 42.423261], [116.993004, 42.425218], [116.999881, 42.433835], [117.002818, 42.440257], [117.00266, 42.447837], [117.006988, 42.452986], [117.021347, 42.457062], [117.042653, 42.452298], [117.047339, 42.452527], [117.071448, 42.458612], [117.075685, 42.463026], [117.085021, 42.479484], [117.088966, 42.481949], [117.091968, 42.481613], [117.107191, 42.471814], [117.112745, 42.470323], [117.120008, 42.472143], [117.155848, 42.463836], [117.195237, 42.465909], [117.211593, 42.470156], [117.252084, 42.472454], [117.257645, 42.474186], [117.258871, 42.477386], [117.269593, 42.479648], [117.2812, 42.477242], [117.299464, 42.46816], [117.317622, 42.465366], [117.317607, 42.463567], [117.326187, 42.45869], [117.34644, 42.457658], [117.38442, 42.459399], [117.390988, 42.464783], [117.406346, 42.469237], [117.406993, 42.476078], [117.404756, 42.479073], [117.406038, 42.485238], [117.410277, 42.492831], [117.409195, 42.510344], [117.406419, 42.51557], [117.40137, 42.517704], [117.384663, 42.516187], [117.388019, 42.523088], [117.389391, 42.534102], [117.400516, 42.541653], [117.415395, 42.547469], [117.426616, 42.554063], [117.431163, 42.569603], [117.431471, 42.578359], [117.429632, 42.581926], [117.449155, 42.587307], [117.454363, 42.595992], [117.466555, 42.600218], [117.478274, 42.598634], [117.483335, 42.595214], [117.502662, 42.596105], [117.50829, 42.597801], [117.517617, 42.588868], [117.523159, 42.588164], [117.532543, 42.601502], [117.541977, 42.604362], [117.581048, 42.602775], [117.594028, 42.600819], [117.604284, 42.590445], [117.641039, 42.586738], [117.660683, 42.580459], [117.673298, 42.583856], [117.68024, 42.581088], [117.70105, 42.586135], [117.717943, 42.595679], [117.745, 42.598534], [117.747489, 42.602442], [117.77178, 42.610456], [117.795698, 42.615453], [117.799844, 42.613699]]]] + } + }, { + "type": "Feature", + "properties": { + "name": "山西省", + "province_adcode": 140000, + "province_type": "省", + "name_en": "Shanxi", + "name_var": "Shān Xī", + "adcode": 140000 + }, + "geometry": { + "type": "Polygon", + "coordinates": [[[114.13714, 40.734448], [114.140542, 40.730489], [114.142329, 40.723972], [114.155083, 40.712988], [114.158686, 40.700322], [114.164293, 40.698763], [114.167968, 40.695493], [114.168628, 40.693744], [114.166551, 40.689075], [114.172824, 40.67708], [114.196692, 40.646374], [114.208372, 40.637955], [114.209594, 40.632996], [114.202414, 40.627739], [114.204487, 40.622476], [114.208798, 40.621785], [114.218168, 40.61035], [114.226985, 40.6062], [114.245254, 40.604776], [114.254803, 40.611088], [114.262127, 40.606376], [114.267854, 40.598044], [114.276864, 40.594236], [114.281015, 40.58489], [114.279075, 40.581518], [114.270394, 40.577103], [114.266869, 40.552766], [114.273157, 40.549783], [114.284693, 40.549299], [114.287924, 40.54604], [114.290527, 40.536155], [114.283255, 40.528368], [114.280233, 40.520572], [114.2797, 40.510068], [114.276028, 40.493614], [114.267568, 40.48599], [114.260751, 40.472941], [114.262737, 40.462972], [114.265633, 40.45874], [114.268855, 40.456777], [114.27786, 40.455949], [114.280099, 40.449078], [114.291898, 40.445706], [114.292094, 40.435962], [114.281865, 40.430044], [114.2798, 40.423627], [114.28799, 40.41408], [114.290245, 40.399053], [114.297128, 40.388075], [114.29764, 40.3762], [114.296187, 40.370396], [114.297416, 40.367718], [114.307225, 40.362296], [114.342618, 40.365793], [114.348766, 40.365461], [114.360224, 40.360827], [114.368549, 40.36221], [114.374617, 40.361474], [114.376805, 40.357889], [114.376955, 40.35262], [114.390986, 40.348675], [114.394856, 40.349265], [114.40088, 40.358599], [114.413576, 40.36571], [114.429052, 40.363669], [114.434991, 40.368726], [114.44556, 40.369349], [114.462527, 40.35177], [114.464606, 40.346599], [114.470873, 40.343406], [114.489813, 40.346552], [114.505943, 40.356693], [114.51137, 40.353261], [114.514822, 40.34844], [114.525652, 40.342054], [114.525301, 40.335402], [114.522161, 40.329095], [114.516871, 40.3277], [114.518656, 40.318464], [114.513413, 40.305419], [114.509087, 40.301374], [114.489454, 40.291987], [114.492367, 40.284842], [114.486714, 40.274359], [114.449186, 40.254427], [114.414594, 40.246641], [114.413987, 40.24456], [114.407827, 40.24236], [114.380574, 40.238008], [114.35879, 40.247257], [114.351639, 40.247978], [114.333723, 40.243515], [114.328018, 40.238486], [114.321914, 40.236056], [114.307718, 40.236804], [114.296926, 40.227148], [114.287308, 40.229773], [114.280939, 40.228543], [114.279648, 40.22447], [114.276928, 40.223545], [114.261414, 40.224871], [114.260567, 40.232311], [114.253798, 40.235285], [114.236494, 40.217243], [114.2225, 40.211678], [114.230049, 40.200008], [114.230008, 40.198109], [114.224769, 40.193283], [114.216936, 40.19714], [114.212531, 40.196774], [114.209722, 40.194853], [114.209682, 40.189012], [114.206654, 40.187413], [114.195634, 40.190671], [114.175514, 40.189911], [114.156224, 40.185495], [114.150659, 40.17945], [114.140539, 40.17493], [114.127849, 40.174133], [114.116175, 40.177138], [114.114989, 40.178347], [114.117133, 40.181296], [114.116627, 40.187328], [114.103673, 40.192314], [114.091181, 40.192317], [114.087071, 40.18853], [114.076703, 40.18506], [114.068601, 40.184381], [114.062623, 40.185698], [114.060815, 40.184251], [114.060443, 40.180242], [114.071846, 40.153769], [114.077675, 40.128937], [114.082308, 40.12011], [114.094419, 40.107381], [114.09494, 40.098466], [114.084986, 40.085398], [114.084188, 40.073744], [114.075521, 40.069045], [114.052542, 40.065787], [114.044414, 40.058067], [114.038733, 40.055573], [114.035113, 40.056278], [114.027351, 40.063739], [114.028188, 40.079163], [114.018887, 40.088974], [114.013609, 40.101037], [114.004031, 40.10562], [113.988558, 40.110006], [113.973297, 40.111161], [113.967196, 40.096787], [113.972058, 40.089825], [113.974498, 40.070002], [113.966612, 40.051897], [113.959421, 40.044756], [113.950455, 40.029465], [113.907592, 40.020937], [113.903047, 40.010939], [113.903285, 40.008145], [113.907806, 40.001886], [113.916446, 40.001835], [113.931119, 40.007039], [113.950336, 40.000834], [113.992669, 39.991353], [114.009847, 39.990585], [114.018349, 39.988401], [114.022841, 39.984223], [114.020805, 39.967808], [114.02356, 39.955445], [114.028997, 39.949062], [114.03246, 39.932265], [114.042514, 39.913969], [114.048123, 39.920342], [114.064855, 39.921927], [114.076184, 39.912516], [114.082246, 39.909485], [114.097028, 39.909924], [114.112631, 39.908216], [114.118874, 39.904106], [114.13319, 39.901436], [114.140453, 39.895017], [114.143541, 39.894274], [114.149976, 39.896122], [114.152645, 39.899088], [114.160555, 39.900262], [114.169815, 39.897839], [114.174272, 39.898781], [114.180638, 39.902679], [114.183961, 39.906832], [114.193435, 39.907028], [114.199414, 39.909834], [114.205326, 39.917769], [114.206042, 39.913932], [114.209646, 39.91648], [114.220312, 39.90643], [114.222735, 39.896622], [114.221317, 39.894707], [114.198031, 39.88396], [114.192944, 39.877553], [114.196528, 39.870276], [114.209176, 39.861054], [114.212794, 39.861827], [114.215513, 39.859773], [114.215443, 39.855341], [114.219354, 39.850177], [114.220438, 39.851509], [114.218701, 39.855473], [114.22202, 39.85918], [114.231441, 39.861127], [114.239129, 39.860722], [114.247943, 39.865195], [114.261418, 39.867721], [114.270604, 39.873317], [114.276039, 39.872743], [114.280437, 39.869853], [114.279227, 39.857191], [114.295817, 39.861201], [114.303157, 39.858449], [114.30942, 39.858673], [114.32083, 39.864232], [114.331797, 39.861548], [114.342668, 39.861098], [114.375727, 39.868295], [114.381016, 39.865404], [114.388682, 39.865815], [114.393149, 39.855324], [114.391241, 39.842674], [114.401038, 39.832259], [114.396139, 39.82446], [114.386753, 39.822152], [114.383797, 39.817947], [114.390886, 39.810024], [114.391833, 39.799255], [114.395465, 39.792829], [114.402478, 39.789565], [114.401319, 39.785456], [114.402314, 39.781007], [114.408613, 39.782557], [114.410563, 39.775581], [114.408916, 39.769294], [114.402019, 39.768061], [114.402494, 39.762347], [114.407461, 39.752751], [114.407967, 39.74836], [114.401468, 39.745395], [114.399335, 39.734022], [114.40205, 39.731577], [114.40315, 39.722866], [114.401209, 39.713255], [114.397703, 39.706839], [114.398606, 39.696924], [114.396142, 39.691215], [114.399507, 39.683099], [114.396026, 39.666996], [114.398266, 39.662787], [114.393206, 39.65804], [114.398112, 39.642775], [114.403855, 39.641668], [114.407525, 39.638881], [114.411812, 39.629906], [114.417131, 39.62749], [114.420244, 39.621161], [114.419203, 39.616741], [114.421568, 39.612517], [114.429204, 39.606008], [114.442025, 39.606175], [114.454624, 39.611326], [114.470417, 39.607741], [114.484012, 39.601131], [114.487892, 39.601358], [114.491144, 39.603817], [114.495047, 39.603055], [114.499158, 39.594801], [114.499829, 39.591376], [114.498355, 39.588343], [114.509187, 39.563894], [114.519544, 39.564185], [114.523752, 39.562264], [114.528756, 39.570561], [114.552635, 39.581207], [114.560408, 39.577857], [114.56294, 39.572976], [114.558587, 39.56439], [114.55719, 39.554009], [114.551563, 39.549737], [114.553127, 39.543279], [114.551493, 39.530817], [114.541709, 39.524977], [114.534423, 39.514477], [114.530131, 39.511349], [114.532449, 39.501187], [114.526297, 39.484868], [114.516905, 39.483952], [114.508763, 39.477662], [114.495773, 39.475617], [114.495597, 39.471561], [114.498619, 39.46649], [114.498392, 39.460437], [114.491607, 39.430861], [114.483047, 39.426906], [114.475576, 39.418153], [114.474987, 39.411146], [114.471217, 39.410921], [114.468961, 39.40684], [114.469512, 39.396792], [114.466815, 39.387908], [114.466607, 39.378491], [114.464754, 39.377148], [114.46742, 39.364425], [114.465549, 39.363116], [114.462704, 39.354427], [114.47413, 39.34959], [114.472727, 39.344746], [114.461051, 39.336261], [114.461047, 39.329662], [114.458826, 39.327211], [114.44592, 39.327707], [114.442799, 39.32612], [114.442477, 39.319435], [114.433868, 39.318059], [114.428245, 39.315156], [114.426307, 39.307297], [114.426589, 39.293817], [114.419776, 39.284604], [114.420184, 39.271557], [114.426447, 39.26387], [114.430463, 39.261686], [114.430514, 39.259995], [114.428779, 39.255854], [114.421034, 39.247748], [114.411478, 39.244838], [114.409752, 39.24153], [114.417896, 39.233962], [114.42936, 39.228452], [114.44642, 39.227743], [114.46118, 39.223932], [114.467266, 39.218901], [114.469535, 39.214541], [114.465374, 39.206327], [114.467079, 39.200673], [114.464165, 39.192868], [114.458911, 39.186817], [114.446436, 39.19155], [114.44152, 39.190672], [114.43782, 39.184418], [114.439291, 39.181265], [114.437132, 39.172773], [114.426614, 39.174158], [114.424215, 39.171598], [114.41564, 39.171073], [114.40746, 39.176646], [114.40228, 39.177366], [114.376825, 39.172638], [114.372907, 39.166329], [114.369358, 39.155907], [114.369846, 39.151488], [114.373337, 39.147457], [114.366521, 39.146462], [114.353344, 39.1398], [114.353862, 39.13342], [114.359584, 39.129295], [114.36314, 39.12141], [114.363204, 39.106796], [114.355827, 39.098375], [114.35613, 39.094214], [114.35313, 39.089], [114.34272, 39.075614], [114.3399, 39.074544], [114.335075, 39.073478], [114.326476, 39.075765], [114.312879, 39.070836], [114.301236, 39.076448], [114.292797, 39.078354], [114.2835, 39.073532], [114.277587, 39.074285], [114.261784, 39.070817], [114.253121, 39.073284], [114.245799, 39.072423], [114.236245, 39.065655], [114.21924, 39.065528], [114.209778, 39.063377], [114.208987, 39.054773], [114.202326, 39.049291], [114.195119, 39.049091], [114.1812, 39.051729], [114.168912, 39.062464], [114.165272, 39.063401], [114.161464, 39.062208], [114.151634, 39.05113], [114.144288, 39.046748], [114.115727, 39.048578], [114.105629, 39.056938], [114.103383, 39.074038], [114.101652, 39.076201], [114.097932, 39.076807], [114.091676, 39.084423], [114.078709, 39.092234], [114.07317, 39.093005], [114.063355, 39.091536], [114.058284, 39.093061], [114.058291, 39.095896], [114.061043, 39.098897], [114.059937, 39.104113], [114.046359, 39.119136], [114.043524, 39.128692], [114.039274, 39.131837], [114.033253, 39.126473], [114.011004, 39.123722], [114, 39.11935], [113.990894, 39.10769], [113.989843, 39.098918], [113.979894, 39.090254], [113.970013, 39.091505], [113.963685, 39.098536], [113.957355, 39.099894], [113.940549, 39.091984], [113.926465, 39.076845], [113.923245, 39.066789], [113.916337, 39.062163], [113.896576, 39.066854], [113.893123, 39.069122], [113.88105, 39.066785], [113.862979, 39.042205], [113.847853, 39.026708], [113.813236, 39.012135], [113.809897, 38.996255], [113.806132, 38.992646], [113.788261, 38.990557], [113.780948, 38.991475], [113.779175, 38.993899], [113.770673, 38.991347], [113.761731, 38.976979], [113.759949, 38.962147], [113.76228, 38.940437], [113.767491, 38.92887], [113.77031, 38.906483], [113.76623, 38.889629], [113.791994, 38.863601], [113.798731, 38.851554], [113.812258, 38.844343], [113.82545, 38.840162], [113.830013, 38.840533], [113.839662, 38.83804], [113.849637, 38.818275], [113.848617, 38.811423], [113.828992, 38.802806], [113.821739, 38.791605], [113.824508, 38.783559], [113.825823, 38.768751], [113.822947, 38.763099], [113.824223, 38.75805], [113.81007, 38.758378], [113.794318, 38.763575], [113.792117, 38.762566], [113.767583, 38.72773], [113.767737, 38.711503], [113.760332, 38.70423], [113.747378, 38.698615], [113.736973, 38.702525], [113.719544, 38.71479], [113.715543, 38.716156], [113.706479, 38.7134], [113.704439, 38.71091], [113.706464, 38.682331], [113.713294, 38.670861], [113.712812, 38.667558], [113.701789, 38.65662], [113.694349, 38.651804], [113.667483, 38.6462], [113.654586, 38.650496], [113.628552, 38.654511], [113.614956, 38.650501], [113.597458, 38.628371], [113.594591, 38.616966], [113.594156, 38.613189], [113.596234, 38.608467], [113.60597, 38.601483], [113.60362, 38.593902], [113.588734, 38.581288], [113.56096, 38.567588], [113.548318, 38.555254], [113.553573, 38.541141], [113.553065, 38.52296], [113.540609, 38.516072], [113.546882, 38.509104], [113.548839, 38.501413], [113.547042, 38.496851], [113.548477, 38.490266], [113.556226, 38.478988], [113.566409, 38.474735], [113.582976, 38.464399], [113.585059, 38.459922], [113.582875, 38.456848], [113.571208, 38.455305], [113.561611, 38.449489], [113.561443, 38.437812], [113.55595, 38.423976], [113.548861, 38.423631], [113.541214, 38.425864], [113.532875, 38.423378], [113.527086, 38.418907], [113.516983, 38.376164], [113.523206, 38.36969], [113.527438, 38.358487], [113.530645, 38.355375], [113.542256, 38.352712], [113.547186, 38.346861], [113.556429, 38.339861], [113.55725, 38.329354], [113.548302, 38.324882], [113.542868, 38.313825], [113.533832, 38.287998], [113.534296, 38.264925], [113.538261, 38.257294], [113.559014, 38.240851], [113.574716, 38.237885], [113.578983, 38.235742], [113.583273, 38.236709], [113.617329, 38.232005], [113.641641, 38.233139], [113.647621, 38.231469], [113.655375, 38.221802], [113.678499, 38.204817], [113.696537, 38.207416], [113.709776, 38.206002], [113.71886, 38.191759], [113.745985, 38.171275], [113.787106, 38.161263], [113.793967, 38.161233], [113.811439, 38.166729], [113.827334, 38.166269], [113.828642, 38.162603], [113.809781, 38.127615], [113.805344, 38.109673], [113.817243, 38.106843], [113.871022, 38.055705], [113.870598, 38.011332], [113.858672, 38.001172], [113.858274, 37.998176], [113.866118, 37.990419], [113.871041, 37.988915], [113.880676, 37.991041], [113.891087, 37.985047], [113.920476, 37.949525], [113.917662, 37.942873], [113.929548, 37.920646], [113.942402, 37.917685], [113.945867, 37.915442], [113.968417, 37.878036], [113.970333, 37.862821], [113.960653, 37.856407], [113.956959, 37.849158], [113.958342, 37.827396], [113.965862, 37.817563], [113.969664, 37.816046], [113.987234, 37.818786], [114.007979, 37.811658], [114.007871, 37.807764], [114.004832, 37.805308], [114.005575, 37.802796], [114.011019, 37.798768], [114.023226, 37.794166], [114.027043, 37.789358], [114.037446, 37.786444], [114.037843, 37.781681], [114.033769, 37.774773], [114.037976, 37.765375], [114.034014, 37.758257], [114.037195, 37.75223], [114.02267, 37.74616], [114.014385, 37.745294], [114.011348, 37.746383], [113.993695, 37.742522], [113.984014, 37.719304], [113.985918, 37.713443], [113.992127, 37.709365], [114.011927, 37.718549], [114.024958, 37.712908], [114.029857, 37.716484], [114.02758, 37.723102], [114.029334, 37.726099], [114.034963, 37.726784], [114.052225, 37.724218], [114.062534, 37.715889], [114.077785, 37.715011], [114.084852, 37.710181], [114.093013, 37.712763], [114.095071, 37.716007], [114.097846, 37.707687], [114.102653, 37.706731], [114.106453, 37.710404], [114.112226, 37.700442], [114.126134, 37.69401], [114.127539, 37.682116], [114.132733, 37.675469], [114.132365, 37.669569], [114.128749, 37.664293], [114.1283, 37.653759], [114.132492, 37.645963], [114.11183, 37.635902], [114.108865, 37.625768], [114.102162, 37.616704], [114.118833, 37.610871], [114.123117, 37.604877], [114.122037, 37.600826], [114.110665, 37.584771], [114.105407, 37.58337], [114.103288, 37.572373], [114.09855, 37.569356], [114.087052, 37.567731], [114.089112, 37.558722], [114.087264, 37.554698], [114.088485, 37.545442], [114.085559, 37.543863], [114.082187, 37.544783], [114.073846, 37.53934], [114.070637, 37.533027], [114.06639, 37.516408], [114.06353, 37.512453], [114.062104, 37.511525], [114.057662, 37.513133], [114.051172, 37.509834], [114.047316, 37.502203], [114.042037, 37.49862], [114.03736, 37.48724], [114.032342, 37.486057], [114.026832, 37.479693], [114.023699, 37.473599], [114.024018, 37.468616], [114.028425, 37.462198], [114.028618, 37.453472], [114.022658, 37.439536], [114.018375, 37.436814], [114.004958, 37.417723], [113.992486, 37.420692], [113.982814, 37.417944], [113.969058, 37.408937], [113.964762, 37.3953], [113.952771, 37.381944], [113.947427, 37.379248], [113.946497, 37.37396], [113.950625, 37.367834], [113.947926, 37.362952], [113.94982, 37.350157], [113.947932, 37.345513], [113.937997, 37.338586], [113.933871, 37.343309], [113.92363, 37.348055], [113.918161, 37.347296], [113.912486, 37.339793], [113.912169, 37.337476], [113.914049, 37.334895], [113.913286, 37.329678], [113.893583, 37.3156], [113.890864, 37.308728], [113.889071, 37.276409], [113.881038, 37.271591], [113.876343, 37.260159], [113.877735, 37.257201], [113.876181, 37.249209], [113.859647, 37.221447], [113.828362, 37.187929], [113.82706, 37.175951], [113.817764, 37.169715], [113.798265, 37.164118], [113.795256, 37.157466], [113.789245, 37.1536], [113.774293, 37.155489], [113.766158, 37.152156], [113.764791, 37.132633], [113.769107, 37.120559], [113.767629, 37.102651], [113.762489, 37.097399], [113.753892, 37.094252], [113.756219, 37.079259], [113.752355, 37.075052], [113.754719, 37.069538], [113.765616, 37.060105], [113.772939, 37.057406], [113.775267, 37.060296], [113.785917, 37.051068], [113.782025, 37.040213], [113.767373, 37.028029], [113.760638, 37.015717], [113.772572, 37.002998], [113.790364, 36.995592], [113.783614, 36.992895], [113.761426, 36.963523], [113.754795, 36.960226], [113.75273, 36.952627], [113.772764, 36.917045], [113.778833, 36.909904], [113.791619, 36.88235], [113.791217, 36.880322], [113.781892, 36.869203], [113.773191, 36.868664], [113.750585, 36.862676], [113.74802, 36.854505], [113.748908, 36.851601], [113.741298, 36.849335], [113.73435, 36.850056], [113.724822, 36.861245], [113.726774, 36.875911], [113.722794, 36.882805], [113.702133, 36.887906], [113.692104, 36.886511], [113.684413, 36.88053], [113.669998, 36.851773], [113.668413, 36.830378], [113.673307, 36.826091], [113.666355, 36.804593], [113.669334, 36.798503], [113.666197, 36.79294], [113.659385, 36.789026], [113.6523, 36.788138], [113.633096, 36.780531], [113.605719, 36.759026], [113.591648, 36.75214], [113.576221, 36.755446], [113.572008, 36.75821], [113.569635, 36.763022], [113.533511, 36.754763], [113.530149, 36.751719], [113.538476, 36.747739], [113.538261, 36.74129], [113.530458, 36.736268], [113.511575, 36.7292], [113.510099, 36.733129], [113.503059, 36.737628], [113.491733, 36.740508], [113.477934, 36.740343], [113.458928, 36.721454], [113.4549, 36.714198], [113.463056, 36.704057], [113.472498, 36.704117], [113.491405, 36.709975], [113.494526, 36.709735], [113.509822, 36.697951], [113.504904, 36.688812], [113.491537, 36.67689], [113.472534, 36.663535], [113.47018, 36.653066], [113.472593, 36.639708], [113.477673, 36.635599], [113.519541, 36.622774], [113.54425, 36.622641], [113.541003, 36.609941], [113.530028, 36.598384], [113.530297, 36.59275], [113.534695, 36.588967], [113.546727, 36.584729], [113.583044, 36.56262], [113.584506, 36.5488], [113.579661, 36.540987], [113.573611, 36.540503], [113.560571, 36.543256], [113.539362, 36.541282], [113.539144, 36.535373], [113.556326, 36.530841], [113.547468, 36.498196], [113.550042, 36.492478], [113.558918, 36.491501], [113.577303, 36.482513], [113.578297, 36.479824], [113.573782, 36.475921], [113.574048, 36.471696], [113.580493, 36.457061], [113.587489, 36.454392], [113.607141, 36.460002], [113.621279, 36.458887], [113.638305, 36.443597], [113.646165, 36.434416], [113.653317, 36.429928], [113.673782, 36.42241], [113.690432, 36.425927], [113.697876, 36.425278], [113.705038, 36.422547], [113.707994, 36.410489], [113.724228, 36.380475], [113.736033, 36.374018], [113.739553, 36.370308], [113.732897, 36.366285], [113.731294, 36.362189], [113.732235, 36.359741], [113.735268, 36.357573], [113.736669, 36.358419], [113.736944, 36.35704], [113.733849, 36.355302], [113.719704, 36.337834], [113.734792, 36.323966], [113.73412, 36.320078], [113.720677, 36.305426], [113.713065, 36.301847], [113.706174, 36.303287], [113.70165, 36.300657], [113.700785, 36.297871], [113.707204, 36.273266], [113.707299, 36.26301], [113.695452, 36.259188], [113.692422, 36.254593], [113.691758, 36.251821], [113.69356, 36.247117], [113.685455, 36.215709], [113.689547, 36.214991], [113.694374, 36.211646], [113.697, 36.200175], [113.691253, 36.20116], [113.679321, 36.19682], [113.679782, 36.195097], [113.688957, 36.190397], [113.693294, 36.183678], [113.685388, 36.178912], [113.667849, 36.175744], [113.649149, 36.175151], [113.646136, 36.171424], [113.651397, 36.165227], [113.672574, 36.160141], [113.698376, 36.149199], [113.706813, 36.133016], [113.705435, 36.129622], [113.698984, 36.126669], [113.686159, 36.124236], [113.66981, 36.125234], [113.665184, 36.121212], [113.678456, 36.076735], [113.681701, 36.060994], [113.678374, 36.05527], [113.661647, 36.050333], [113.654996, 36.045227], [113.652892, 36.040002], [113.65561, 36.029056], [113.674, 36.024874], [113.690688, 36.025127], [113.699031, 36.020993], [113.689517, 36.007854], [113.694237, 36], [113.696301, 35.991433], [113.662314, 35.983578], [113.655262, 35.990425], [113.644434, 35.99632], [113.641127, 35.994847], [113.635572, 35.985977], [113.628921, 35.987323], [113.625936, 35.986353], [113.625925, 35.982374], [113.628885, 35.975865], [113.639622, 35.970927], [113.640962, 35.968645], [113.640534, 35.963977], [113.645851, 35.96063], [113.649945, 35.946384], [113.650515, 35.935604], [113.646845, 35.929224], [113.637492, 35.923908], [113.637793, 35.921663], [113.64273, 35.916344], [113.64534, 35.908465], [113.639122, 35.90388], [113.639809, 35.88521], [113.632329, 35.874846], [113.629434, 35.864272], [113.631622, 35.859604], [113.639959, 35.853388], [113.645305, 35.856262], [113.654772, 35.854311], [113.655552, 35.852863], [113.652292, 35.850173], [113.650134, 35.841178], [113.653433, 35.837768], [113.656304, 35.837294], [113.656229, 35.835635], [113.647168, 35.826389], [113.636146, 35.82251], [113.631343, 35.824554], [113.627306, 35.833807], [113.617255, 35.835162], [113.614601, 35.834464], [113.611827, 35.829929], [113.59857, 35.822659], [113.585207, 35.823526], [113.580433, 35.826615], [113.577526, 35.820483], [113.57813, 35.817436], [113.58445, 35.815233], [113.581222, 35.805681], [113.591566, 35.804556], [113.600488, 35.79958], [113.594901, 35.795253], [113.583167, 35.794742], [113.574238, 35.790099], [113.57744, 35.786147], [113.588348, 35.782491], [113.597459, 35.774999], [113.600634, 35.770294], [113.599153, 35.759796], [113.582667, 35.751028], [113.585635, 35.735346], [113.60024, 35.716863], [113.593095, 35.713312], [113.597268, 35.708583], [113.59573, 35.699041], [113.586766, 35.693466], [113.601232, 35.685775], [113.608415, 35.686077], [113.619047, 35.6738], [113.617688, 35.670627], [113.612293, 35.666889], [113.612245, 35.663057], [113.619594, 35.655197], [113.617697, 35.645008], [113.619296, 35.642502], [113.619362, 35.633145], [113.613223, 35.631734], [113.600459, 35.633793], [113.585362, 35.631427], [113.57029, 35.632721], [113.567052, 35.638437], [113.55595, 35.644667], [113.552593, 35.648853], [113.551116, 35.654538], [113.545055, 35.654617], [113.543286, 35.64774], [113.547223, 35.636832], [113.543163, 35.633167], [113.548529, 35.627425], [113.550609, 35.621183], [113.54223, 35.617976], [113.539418, 35.615355], [113.536735, 35.603607], [113.537068, 35.597168], [113.521843, 35.591951], [113.515595, 35.586688], [113.510322, 35.578644], [113.498771, 35.575577], [113.497096, 35.573055], [113.496975, 35.570483], [113.502617, 35.55897], [113.501584, 35.556144], [113.49179, 35.549002], [113.489351, 35.544849], [113.494488, 35.528385], [113.503273, 35.524793], [113.502983, 35.518246], [113.500587, 35.514844], [113.496435, 35.517578], [113.486076, 35.515276], [113.483358, 35.520774], [113.476624, 35.522185], [113.471411, 35.519125], [113.472268, 35.514358], [113.468486, 35.509997], [113.454688, 35.513911], [113.41932, 35.508149], [113.415665, 35.504677], [113.407476, 35.50371], [113.403188, 35.505435], [113.400137, 35.51443], [113.398489, 35.51483], [113.394525, 35.508293], [113.389522, 35.505343], [113.378988, 35.503201], [113.375316, 35.49677], [113.37479, 35.490584], [113.366855, 35.484461], [113.343862, 35.473838], [113.344479, 35.469366], [113.342152, 35.46774], [113.323213, 35.468677], [113.31663, 35.47125], [113.317246, 35.47399], [113.313452, 35.477698], [113.305423, 35.482652], [113.303313, 35.48226], [113.288152, 35.47114], [113.285504, 35.46706], [113.301003, 35.466382], [113.316128, 35.461163], [113.318955, 35.455583], [113.308239, 35.449671], [113.30654, 35.458404], [113.303627, 35.461005], [113.298397, 35.461694], [113.300766, 35.453808], [113.296359, 35.452528], [113.291823, 35.447721], [113.290899, 35.441075], [113.29361, 35.434815], [113.299441, 35.428692], [113.296527, 35.424477], [113.273797, 35.434918], [113.250031, 35.439223], [113.238327, 35.44754], [113.235023, 35.454417], [113.214719, 35.451549], [113.202104, 35.446792], [113.195987, 35.449107], [113.184869, 35.448813], [113.181738, 35.437785], [113.18626, 35.432847], [113.178258, 35.423489], [113.177565, 35.420745], [113.178262, 35.418284], [113.182251, 35.4167], [113.181943, 35.41246], [113.178792, 35.409399], [113.170448, 35.414593], [113.159102, 35.415379], [113.163131, 35.402165], [113.169353, 35.400852], [113.170838, 35.396815], [113.164297, 35.390291], [113.15417, 35.384914], [113.144088, 35.371735], [113.14026, 35.369999], [113.140407, 35.35746], [113.143572, 35.350676], [113.130374, 35.347995], [113.130632, 35.34513], [113.132945, 35.343508], [113.133122, 35.339253], [113.128683, 35.334139], [113.117696, 35.330628], [113.101459, 35.338378], [113.088159, 35.336503], [113.074897, 35.343243], [113.063801, 35.353256], [113.057192, 35.348741], [113.05194, 35.352703], [113.03003, 35.360293], [113.018185, 35.356567], [113.007221, 35.362274], [113.005299, 35.362363], [113.003926, 35.359648], [113.001398, 35.359069], [112.99049, 35.363477], [112.983292, 35.356392], [112.985124, 35.351081], [112.97794, 35.335874], [112.978447, 35.312205], [112.982104, 35.308962], [112.986733, 35.298479], [112.979982, 35.286485], [112.97814, 35.285734], [112.96881, 35.289992], [112.965316, 35.293575], [112.960622, 35.294301], [112.955129, 35.290157], [112.947316, 35.28733], [112.93038, 35.284671], [112.927027, 35.282513], [112.929476, 35.278511], [112.930125, 35.271762], [112.923464, 35.253616], [112.920466, 35.250039], [112.91555, 35.247712], [112.87763, 35.239678], [112.861107, 35.24452], [112.846783, 35.253401], [112.817902, 35.25702], [112.810954, 35.255928], [112.810147, 35.246036], [112.807892, 35.2427], [112.797833, 35.236801], [112.784316, 35.238931], [112.78783, 35.24429], [112.778331, 35.244937], [112.769616, 35.237768], [112.773489, 35.23042], [112.775923, 35.229654], [112.773433, 35.222969], [112.76197, 35.214862], [112.755708, 35.205063], [112.741716, 35.203593], [112.729681, 35.210763], [112.721333, 35.211202], [112.711621, 35.205334], [112.708215, 35.197545], [112.707262, 35.188446], [112.705799, 35.187354], [112.702082, 35.189507], [112.697347, 35.1997], [112.69739, 35.21001], [112.702578, 35.215937], [112.701921, 35.217299], [112.68953, 35.219232], [112.678537, 35.227134], [112.676866, 35.234085], [112.654975, 35.239448], [112.649504, 35.24605], [112.645898, 35.258078], [112.643082, 35.259772], [112.636525, 35.259262], [112.626355, 35.271302], [112.622945, 35.273059], [112.62095, 35.271093], [112.622552, 35.267452], [112.621147, 35.263754], [112.60961, 35.252747], [112.614313, 35.246], [112.632601, 35.241586], [112.629918, 35.231122], [112.620367, 35.228873], [112.617723, 35.222886], [112.613663, 35.220824], [112.589417, 35.224192], [112.585041, 35.220732], [112.566783, 35.222421], [112.56262, 35.220145], [112.561292, 35.211911], [112.559316, 35.21097], [112.547379, 35.214424], [112.538791, 35.21878], [112.537029, 35.221543], [112.526801, 35.224427], [112.511751, 35.219733], [112.490959, 35.226936], [112.484059, 35.232573], [112.479333, 35.231092], [112.47455, 35.22598], [112.461422, 35.23204], [112.445581, 35.228744], [112.442996, 35.235209], [112.408764, 35.239548], [112.398878, 35.242731], [112.381818, 35.23923], [112.380683, 35.234562], [112.37633, 35.230594], [112.358996, 35.219994], [112.35376, 35.222458], [112.329362, 35.220379], [112.300138, 35.222013], [112.281299, 35.218498], [112.280595, 35.221579], [112.296069, 35.24704], [112.296279, 35.248826], [112.292216, 35.252581], [112.257651, 35.24834], [112.241711, 35.238045], [112.235997, 35.236029], [112.219814, 35.237704], [112.209562, 35.239511], [112.204577, 35.244157], [112.202461, 35.249866], [112.189547, 35.256989], [112.14411, 35.26934], [112.129429, 35.272012], [112.12364, 35.271629], [112.117485, 35.266054], [112.111431, 35.265112], [112.104626, 35.268349], [112.105994, 35.270928], [112.102971, 35.274598], [112.084503, 35.279327], [112.06962, 35.277123], [112.05174, 35.279964], [112.047894, 35.276884], [112.046194, 35.27189], [112.068384, 35.249923], [112.072737, 35.241523], [112.075368, 35.223708], [112.074693, 35.219506], [112.063662, 35.216559], [112.053723, 35.209418], [112.038147, 35.201315], [112.034114, 35.197459], [112.037319, 35.187778], [112.05296, 35.16684], [112.060356, 35.151008], [112.05985, 35.146659], [112.053793, 35.139564], [112.058115, 35.13237], [112.055596, 35.118252], [112.04809, 35.093823], [112.055903, 35.078866], [112.056418, 35.058622], [112.054625, 35.052926], [112.045889, 35.045598], [112.03687, 35.047801], [112.032769, 35.04609], [112.03018, 35.05296], [112.018468, 35.06012], [112.015886, 35.067742], [112.014058, 35.068835], [112.008164, 35.069513], [112.000533, 35.06601], [111.984333, 35.070268], [111.971819, 35.068099], [111.9578, 35.079793], [111.9458, 35.08307], [111.923885, 35.083591], [111.91685, 35.075516], [111.910633, 35.072015], [111.895288, 35.081417], [111.87861, 35.07022], [111.858453, 35.077606], [111.855191, 35.075698], [111.81154, 35.069684], [111.804, 35.064311], [111.805852, 35.050181], [111.803916, 35.039476], [111.801667, 35.034904], [111.795128, 35.029642], [111.786811, 35.027655], [111.776721, 35.031081], [111.77312, 35.030526], [111.771078, 35.028695], [111.770651, 35.024217], [111.768068, 35.019625], [111.761431, 35.016056], [111.751462, 35.017715], [111.743381, 35.017164], [111.734935, 35.011676], [111.735747, 35.007687], [111.734213, 35.005298], [111.712114, 35.004345], [111.690084, 35.000047], [111.680695, 34.989453], [111.664561, 34.989174], [111.660304, 34.987741], [111.658779, 34.983071], [111.669487, 34.973463], [111.671479, 34.96187], [111.675501, 34.950977], [111.657467, 34.940273], [111.640283, 34.939433], [111.625352, 34.92567], [111.622235, 34.918223], [111.616221, 34.917952], [111.615068, 34.916182], [111.615698, 34.907842], [111.611617, 34.896071], [111.606795, 34.893167], [111.598774, 34.893247], [111.587081, 34.886128], [111.585331, 34.882479], [111.582939, 34.861556], [111.576699, 34.852921], [111.564868, 34.844738], [111.561527, 34.843968], [111.554733, 34.846538], [111.553648, 34.850598], [111.549073, 34.853341], [111.534795, 34.854146], [111.51897, 34.8499], [111.505696, 34.841255], [111.496448, 34.830629], [111.472775, 34.826768], [111.458535, 34.827859], [111.446678, 34.837389], [111.434232, 34.839378], [111.42536, 34.830407], [111.417412, 34.828162], [111.409922, 34.828695], [111.397775, 34.819223], [111.388645, 34.81601], [111.35214, 34.82259], [111.345574, 34.826583], [111.343449, 34.832011], [111.335331, 34.832499], [111.318454, 34.822263], [111.301432, 34.817088], [111.284094, 34.807261], [111.274617, 34.810338], [111.256777, 34.821311], [111.250284, 34.822274], [111.244185, 34.817099], [111.234703, 34.795083], [111.230063, 34.792256], [111.219948, 34.789742], [111.215818, 34.790981], [111.207404, 34.799732], [111.201454, 34.802362], [111.177254, 34.802606], [111.171314, 34.805374], [111.162052, 34.814621], [111.154704, 34.816221], [111.148414, 34.814972], [111.13132, 34.795968], [111.123685, 34.773842], [111.117373, 34.761175], [111.101395, 34.756926], [111.052029, 34.752129], [111.009532, 34.731838], [110.96376, 34.701218], [110.960742, 34.701752], [110.958416, 34.705075], [110.95754, 34.712764], [110.953892, 34.718458], [110.94433, 34.725506], [110.92904, 34.732855], [110.921851, 34.732804], [110.91605, 34.730788], [110.912635, 34.72497], [110.91499, 34.71731], [110.90667, 34.702965], [110.900995, 34.678937], [110.893855, 34.661937], [110.885442, 34.6517], [110.875615, 34.64377], [110.865063, 34.639799], [110.853519, 34.640476], [110.845755, 34.638246], [110.840465, 34.63347], [110.835113, 34.623742], [110.826977, 34.617941], [110.818432, 34.617539], [110.809386, 34.622175], [110.800275, 34.638375], [110.791901, 34.648606], [110.777096, 34.65302], [110.747753, 34.654428], [110.742224, 34.651856], [110.736806, 34.64212], [110.731573, 34.637091], [110.718007, 34.631256], [110.714115, 34.628029], [110.707291, 34.609794], [110.704213, 34.606541], [110.699189, 34.605232], [110.690659, 34.612056], [110.687864, 34.61245], [110.680961, 34.606376], [110.675188, 34.594838], [110.669059, 34.591941], [110.663293, 34.590259], [110.655393, 34.590459], [110.646928, 34.593891], [110.638835, 34.599725], [110.607136, 34.612912], [110.596924, 34.609117], [110.585216, 34.597949], [110.579035, 34.594518], [110.557531, 34.59081], [110.546476, 34.586504], [110.53267, 34.583784], [110.522315, 34.587432], [110.48248, 34.612537], [110.466544, 34.619735], [110.458552, 34.616672], [110.440442, 34.602242], [110.421051, 34.592893], [110.405849, 34.592056], [110.39554, 34.593529], [110.37987, 34.601415], [110.371694, 34.600639], [110.353911, 34.607351], [110.298792, 34.609328], [110.272586, 34.619205], [110.258386, 34.627109], [110.245682, 34.637336], [110.241198, 34.642923], [110.236928, 34.650845], [110.233741, 34.662425], [110.2381, 34.685343], [110.24567, 34.709604], [110.252134, 34.737821], [110.253408, 34.759833], [110.25218, 34.777897], [110.23071, 34.89833], [110.230862, 34.92345], [110.233477, 34.933369], [110.240135, 34.943207], [110.249665, 34.951819], [110.261105, 34.956596], [110.266371, 34.961041], [110.266551, 34.972776], [110.271104, 34.980206], [110.29686, 34.996001], [110.300822, 35.004172], [110.298396, 35.021487], [110.300096, 35.025056], [110.317857, 35.029625], [110.334859, 35.052359], [110.335956, 35.061855], [110.332857, 35.070469], [110.340875, 35.075803], [110.34959, 35.088572], [110.355473, 35.110827], [110.364804, 35.125294], [110.370009, 35.139395], [110.361002, 35.149478], [110.354527, 35.175822], [110.353628, 35.186179], [110.355999, 35.200273], [110.362109, 35.212394], [110.364169, 35.222192], [110.365619, 35.236776], [110.364264, 35.252908], [110.367719, 35.258778], [110.37301, 35.263483], [110.378221, 35.27841], [110.384333, 35.282354], [110.393802, 35.283335], [110.403072, 35.292769], [110.403364, 35.302437], [110.408624, 35.307939], [110.405647, 35.316535], [110.413649, 35.328272], [110.412555, 35.338953], [110.416287, 35.348733], [110.432824, 35.366364], [110.439532, 35.387775], [110.447109, 35.396172], [110.455699, 35.398537], [110.465013, 35.404328], [110.469308, 35.41842], [110.47976, 35.430889], [110.501265, 35.436522], [110.529212, 35.464969], [110.536238, 35.47576], [110.567341, 35.547955], [110.57354, 35.556812], [110.579367, 35.558611], [110.582472, 35.563536], [110.593466, 35.570298], [110.599353, 35.57198], [110.608227, 35.588895], [110.606979, 35.595888], [110.604057, 35.600041], [110.605506, 35.603171], [110.603864, 35.60775], [110.607219, 35.614155], [110.608699, 35.623643], [110.610006, 35.636649], [110.609092, 35.644537], [110.606154, 35.650956], [110.598427, 35.659709], [110.5909, 35.661549], [110.58596, 35.664969], [110.586365, 35.684092], [110.584429, 35.687337], [110.579636, 35.68997], [110.572381, 35.701797], [110.57192, 35.70796], [110.574426, 35.713956], [110.57453, 35.722094], [110.572596, 35.728687], [110.57245, 35.7389], [110.568785, 35.751955], [110.570226, 35.766566], [110.558503, 35.785786], [110.559566, 35.79083], [110.566003, 35.800327], [110.566218, 35.803482], [110.559181, 35.822121], [110.545466, 35.838558], [110.543779, 35.847871], [110.546028, 35.875405], [110.542703, 35.878334], [110.537174, 35.879536], [110.52292, 35.87544], [110.512034, 35.877289], [110.505932, 35.880038], [110.510213, 35.897538], [110.507812, 35.908758], [110.511132, 35.92342], [110.501273, 35.935246], [110.498018, 35.94284], [110.497273, 35.949423], [110.500176, 35.953107], [110.509341, 35.95805], [110.511298, 35.972216], [110.506185, 35.977714], [110.493362, 35.983306], [110.486662, 35.992332], [110.486383, 35.994636], [110.494758, 36.007698], [110.488903, 36.019306], [110.487048, 36.033747], [110.476252, 36.053131], [110.47527, 36.057854], [110.462038, 36.074126], [110.465337, 36.084081], [110.465103, 36.093883], [110.452392, 36.108979], [110.444314, 36.134333], [110.444354, 36.145416], [110.441387, 36.166911], [110.454205, 36.196643], [110.453444, 36.203798], [110.447426, 36.214201], [110.44695, 36.218491], [110.450223, 36.225895], [110.468057, 36.247201], [110.471486, 36.259546], [110.469181, 36.268732], [110.470297, 36.28173], [110.461944, 36.292829], [110.462539, 36.297084], [110.468811, 36.309577], [110.457153, 36.323369], [110.454286, 36.329295], [110.454306, 36.334872], [110.457515, 36.342418], [110.463294, 36.349526], [110.464127, 36.369613], [110.472675, 36.379615], [110.482267, 36.395537], [110.480853, 36.400698], [110.486315, 36.418344], [110.484446, 36.426844], [110.469981, 36.443411], [110.467311, 36.451446], [110.469232, 36.456163], [110.473158, 36.460198], [110.493742, 36.475292], [110.497508, 36.483777], [110.49789, 36.492685], [110.494979, 36.517987], [110.496414, 36.533485], [110.483954, 36.550017], [110.482394, 36.555385], [110.483179, 36.560844], [110.491091, 36.573435], [110.491726, 36.582018], [110.487153, 36.585688], [110.474071, 36.590459], [110.465451, 36.596152], [110.440671, 36.622899], [110.420492, 36.657847], [110.414541, 36.663021], [110.40374, 36.666829], [110.394438, 36.672477], [110.386661, 36.680012], [110.385976, 36.686352], [110.388135, 36.691765], [110.391426, 36.694658], [110.398336, 36.696691], [110.408286, 36.693097], [110.418307, 36.679915], [110.424048, 36.678936], [110.429238, 36.680016], [110.432639, 36.686919], [110.428353, 36.700434], [110.429549, 36.707791], [110.442157, 36.720747], [110.447031, 36.730326], [110.445471, 36.734713], [110.43654, 36.736957], [110.430777, 36.735028], [110.423487, 36.724821], [110.419639, 36.721808], [110.416002, 36.721188], [110.41066, 36.722773], [110.408855, 36.726207], [110.409753, 36.730917], [110.414228, 36.735348], [110.417486, 36.735721], [110.425048, 36.741728], [110.426738, 36.746754], [110.425303, 36.750135], [110.414822, 36.760071], [110.399182, 36.763877], [110.382092, 36.765019], [110.376792, 36.769466], [110.377396, 36.773448], [110.380956, 36.775289], [110.392063, 36.772502], [110.400413, 36.774078], [110.412427, 36.794169], [110.417489, 36.809231], [110.41734, 36.818379], [110.414329, 36.820945], [110.401785, 36.823823], [110.400764, 36.827198], [110.402715, 36.82961], [110.41251, 36.833468], [110.415091, 36.835961], [110.417221, 36.842323], [110.418544, 36.855739], [110.414502, 36.861567], [110.403751, 36.866906], [110.381026, 36.869333], [110.372968, 36.871997], [110.369263, 36.876194], [110.369229, 36.880349], [110.374737, 36.884108], [110.387091, 36.883818], [110.39588, 36.886113], [110.403313, 36.892485], [110.409052, 36.932042], [110.41851, 36.948366], [110.419945, 36.957384], [110.417991, 36.965178], [110.403543, 36.987658], [110.398637, 36.991332], [110.390876, 36.992782], [110.375393, 37.002679], [110.37132, 37.009293], [110.370717, 37.013115], [110.372447, 37.017942], [110.375648, 37.02046], [110.391166, 37.022186], [110.404302, 37.019797], [110.419128, 37.008863], [110.426298, 37.005528], [110.435229, 37.00525], [110.443093, 37.009272], [110.444751, 37.015267], [110.442575, 37.01966], [110.414828, 37.024547], [110.411526, 37.02909], [110.413013, 37.034904], [110.420568, 37.039722], [110.430298, 37.042627], [110.44525, 37.041153], [110.453677, 37.043727], [110.461615, 37.051224], [110.472057, 37.065847], [110.482383, 37.074102], [110.493564, 37.089735], [110.501291, 37.095206], [110.523512, 37.105347], [110.528863, 37.111163], [110.530381, 37.115571], [110.528142, 37.129038], [110.532068, 37.142738], [110.573877, 37.175114], [110.607196, 37.213675], [110.627445, 37.232092], [110.633473, 37.245453], [110.647091, 37.256654], [110.648706, 37.272306], [110.651929, 37.278197], [110.658479, 37.282139], [110.673854, 37.280595], [110.679875, 37.281588], [110.683769, 37.284257], [110.686017, 37.288028], [110.685628, 37.292511], [110.674003, 37.305961], [110.672377, 37.315186], [110.674591, 37.318066], [110.684576, 37.32177], [110.691581, 37.328123], [110.694702, 37.333453], [110.696022, 37.339894], [110.694762, 37.346231], [110.691978, 37.350179], [110.682705, 37.354574], [110.645439, 37.355623], [110.636919, 37.358977], [110.630387, 37.363631], [110.625158, 37.376046], [110.625281, 37.395432], [110.637192, 37.431492], [110.641002, 37.438021], [110.644916, 37.439877], [110.674673, 37.441233], [110.732595, 37.449049], [110.742468, 37.451907], [110.745457, 37.455384], [110.753611, 37.473218], [110.753929, 37.478354], [110.751376, 37.489104], [110.753604, 37.501635], [110.758068, 37.511351], [110.766384, 37.519303], [110.765194, 37.537042], [110.776597, 37.544161], [110.789571, 37.557334], [110.790536, 37.561146], [110.787086, 37.568601], [110.77462, 37.58176], [110.769234, 37.589957], [110.766947, 37.599613], [110.766009, 37.615502], [110.763456, 37.622746], [110.759653, 37.627305], [110.757453, 37.635644], [110.758665, 37.640313], [110.76433, 37.64525], [110.779896, 37.645056], [110.783763, 37.646682], [110.790903, 37.65566], [110.791003, 37.660367], [110.775873, 37.674702], [110.761286, 37.684011], [110.750842, 37.68691], [110.735201, 37.68812], [110.706941, 37.698886], [110.702652, 37.702686], [110.696499, 37.713871], [110.696729, 37.71734], [110.699773, 37.721232], [110.710002, 37.726775], [110.7181, 37.729304], [110.730548, 37.73056], [110.74917, 37.737645], [110.752136, 37.742089], [110.753171, 37.748409], [110.751304, 37.753476], [110.733985, 37.766595], [110.712504, 37.777698], [110.697099, 37.783436], [110.675918, 37.787461], [110.668745, 37.790992], [110.664015, 37.795787], [110.663329, 37.802013], [110.650304, 37.829017], [110.586992, 37.922778], [110.550361, 37.942757], [110.529846, 37.947334], [110.520365, 37.951258], [110.512302, 37.96091], [110.511483, 37.97253], [110.521064, 37.98748], [110.52213, 37.994355], [110.519007, 38.001094], [110.513513, 38.007661], [110.501188, 38.013842], [110.498152, 38.021827], [110.49568, 38.03816], [110.502804, 38.057858], [110.503402, 38.064087], [110.502518, 38.070588], [110.494658, 38.08625], [110.495915, 38.097161], [110.511848, 38.114115], [110.515782, 38.122147], [110.515031, 38.128088], [110.499494, 38.158174], [110.500414, 38.184567], [110.506716, 38.197797], [110.516096, 38.207096], [110.530278, 38.211436], [110.551276, 38.21003], [110.556444, 38.212312], [110.561829, 38.218658], [110.563876, 38.224672], [110.562181, 38.240829], [110.56832, 38.269174], [110.566708, 38.285762], [110.57378, 38.298538], [110.578479, 38.303762], [110.590466, 38.308293], [110.632708, 38.303989], [110.651316, 38.306889], [110.665955, 38.314965], [110.677955, 38.330769], [110.69043, 38.34391], [110.715099, 38.357441], [110.729965, 38.359976], [110.740593, 38.365885], [110.747333, 38.373799], [110.751315, 38.394972], [110.762141, 38.419664], [110.775468, 38.44476], [110.782071, 38.450029], [110.79083, 38.452643], [110.811417, 38.451488], [110.819718, 38.448745], [110.831277, 38.440753], [110.839068, 38.438779], [110.862601, 38.449772], [110.871991, 38.4577], [110.872564, 38.461242], [110.866119, 38.475184], [110.869017, 38.493904], [110.864234, 38.503555], [110.864046, 38.508821], [110.873587, 38.515141], [110.893804, 38.514392], [110.901537, 38.520462], [110.904641, 38.527964], [110.906553, 38.544641], [110.90328, 38.552606], [110.903926, 38.561555], [110.912984, 38.572452], [110.915107, 38.578292], [110.91345, 38.580776], [110.901895, 38.582945], [110.89073, 38.58843], [110.888847, 38.596931], [110.874188, 38.614707], [110.873467, 38.622697], [110.882674, 38.638519], [110.888504, 38.657953], [110.890656, 38.660104], [110.89934, 38.662453], [110.909857, 38.670736], [110.910567, 38.675217], [110.905186, 38.686007], [110.904606, 38.692387], [110.91023, 38.704202], [110.916479, 38.70911], [110.927668, 38.714626], [110.934371, 38.720751], [110.939769, 38.729027], [110.951576, 38.740825], [110.958877, 38.754165], [110.958931, 38.759544], [110.949758, 38.771323], [110.950416, 38.775842], [110.95531, 38.78007], [110.970703, 38.785716], [110.975044, 38.789671], [110.982655, 38.802824], [110.982866, 38.809532], [110.986486, 38.816896], [111.001555, 38.838976], [110.999261, 38.851398], [110.990484, 38.860878], [110.989131, 38.865651], [110.991595, 38.868953], [110.997239, 38.871449], [111.008924, 38.883045], [111.010038, 38.885973], [111.010322, 38.89183], [111.004788, 38.915139], [111.006074, 38.927182], [110.990644, 38.957585], [110.981052, 38.962345], [110.974936, 38.967341], [110.974119, 38.971277], [110.975347, 38.975045], [110.979751, 38.983502], [110.989187, 38.995172], [111.023674, 39.015529], [111.031991, 39.018801], [111.068704, 39.021828], [111.081676, 39.025634], [111.09708, 39.037755], [111.111091, 39.044648], [111.130749, 39.061982], [111.135936, 39.068946], [111.139786, 39.079265], [111.140162, 39.087764], [111.137599, 39.09563], [111.141557, 39.099869], [111.150963, 39.102965], [111.156253, 39.10658], [111.167724, 39.134323], [111.165195, 39.141745], [111.157091, 39.148697], [111.15699, 39.15337], [111.165334, 39.167887], [111.175211, 39.176681], [111.179542, 39.182812], [111.196977, 39.222309], [111.204963, 39.228277], [111.212748, 39.23894], [111.213385, 39.243222], [111.20823, 39.253793], [111.210935, 39.267839], [111.221909, 39.284692], [111.231265, 39.288962], [111.241907, 39.300295], [111.240018, 39.301872], [111.234664, 39.302316], [111.20763, 39.300569], [111.191727, 39.306821], [111.172585, 39.326856], [111.1759, 39.331975], [111.187434, 39.339368], [111.188091, 39.345273], [111.185419, 39.348143], [111.181139, 39.349732], [111.17358, 39.349419], [111.163248, 39.343591], [111.161066, 39.336542], [111.152912, 39.334672], [111.146756, 39.340062], [111.152285, 39.356339], [111.149547, 39.366857], [111.14467, 39.368047], [111.119086, 39.365205], [111.108316, 39.368872], [111.107392, 39.373457], [111.114143, 39.379257], [111.127624, 39.386584], [111.132932, 39.399861], [111.139008, 39.409232], [111.145153, 39.413714], [111.15292, 39.417337], [111.157222, 39.417308], [111.168201, 39.423139], [111.178465, 39.41956], [111.192034, 39.418385], [111.19897, 39.419861], [111.202398, 39.424468], [111.210095, 39.425426], [111.212635, 39.423648], [111.222357, 39.422309], [111.226172, 39.423789], [111.229056, 39.42721], [111.237908, 39.427607], [111.250668, 39.424016], [111.262161, 39.423411], [111.273081, 39.420438], [111.281469, 39.415978], [111.299011, 39.420508], [111.32684, 39.419007], [111.334895, 39.42091], [111.348034, 39.427445], [111.353049, 39.43241], [111.356882, 39.444212], [111.357443, 39.467215], [111.366496, 39.478901], [111.383434, 39.491464], [111.401468, 39.498172], [111.413246, 39.499076], [111.424429, 39.50658], [111.427118, 39.521696], [111.425006, 39.526887], [111.416039, 39.537157], [111.415934, 39.539408], [111.418513, 39.548327], [111.423557, 39.555322], [111.434632, 39.596191], [111.422917, 39.610548], [111.422567, 39.615769], [111.424808, 39.619506], [111.4339, 39.62021], [111.441877, 39.614333], [111.44976, 39.605356], [111.455062, 39.606516], [111.456693, 39.611582], [111.456369, 39.620327], [111.454261, 39.626275], [111.437108, 39.629624], [111.433667, 39.632606], [111.432033, 39.640304], [111.436736, 39.640748], [111.446935, 39.646197], [111.461731, 39.648047], [111.486278, 39.659019], [111.504917, 39.660999], [111.519877, 39.659937], [111.526074, 39.655313], [111.534932, 39.651533], [111.572574, 39.642463], [111.582284, 39.642053], [111.588595, 39.638123], [111.609283, 39.630989], [111.618674, 39.631403], [111.624692, 39.638377], [111.634904, 39.643857], [111.647652, 39.637683], [111.68127, 39.629949], [111.702981, 39.616928], [111.706604, 39.613328], [111.709824, 39.604968], [111.775248, 39.586334], [111.782303, 39.588287], [111.81202, 39.604761], [111.817598, 39.61147], [111.828988, 39.620713], [111.837416, 39.619525], [111.842269, 39.615445], [111.872106, 39.601858], [111.877332, 39.61122], [111.894041, 39.616527], [111.906498, 39.61502], [111.921158, 39.608343], [111.925699, 39.609042], [111.928177, 39.615361], [111.92803, 39.635781], [111.931223, 39.644939], [111.918421, 39.660187], [111.917975, 39.664947], [111.947883, 39.68487], [111.963895, 39.711744], [111.95903, 39.720021], [111.963226, 39.785416], [111.966285, 39.795117], [111.984785, 39.807286], [112.023883, 39.848713], [112.025871, 39.848544], [112.038297, 39.877043], [112.036887, 39.885017], [112.047021, 39.901065], [112.05844, 39.905738], [112.071453, 39.919999], [112.078392, 39.937094], [112.085451, 39.948798], [112.10986, 39.977361], [112.115194, 39.988353], [112.121212, 39.990822], [112.124952, 39.994808], [112.128328, 40.012557], [112.133968, 40.018696], [112.135423, 40.026025], [112.155531, 40.041498], [112.158079, 40.045855], [112.169048, 40.050509], [112.175406, 40.061073], [112.174944, 40.06864], [112.177483, 40.084246], [112.190904, 40.093633], [112.196817, 40.102171], [112.207216, 40.112651], [112.216055, 40.127088], [112.224065, 40.131494], [112.21933, 40.15244], [112.224195, 40.159601], [112.226495, 40.168914], [112.282516, 40.200719], [112.292875, 40.21031], [112.290829, 40.216183], [112.28344, 40.222239], [112.296842, 40.237468], [112.305153, 40.252639], [112.303543, 40.255148], [112.318267, 40.257523], [112.32847, 40.253127], [112.342684, 40.253296], [112.352903, 40.255388], [112.386362, 40.274957], [112.406793, 40.293891], [112.456592, 40.298593], [112.523551, 40.261167], [112.566704, 40.252541], [112.618552, 40.23801], [112.657809, 40.211653], [112.683568, 40.190733], [112.724534, 40.164695], [112.739759, 40.162195], [112.754709, 40.166541], [112.79557, 40.18567], [112.84763, 40.203041], [112.88749, 40.297725], [112.891475, 40.316641], [112.889921, 40.3263], [112.968147, 40.350564], [112.991424, 40.354423], [113.021485, 40.36371], [113.059726, 40.367965], [113.113482, 40.376541], [113.119583, 40.375551], [113.135969, 40.383946], [113.147472, 40.387573], [113.1686, 40.392394], [113.223458, 40.401015], [113.250974, 40.413804], [113.251726, 40.399772], [113.271865, 40.384318], [113.284518, 40.362711], [113.294557, 40.335009], [113.309331, 40.318602], [113.319212, 40.318686], [113.321451, 40.315346], [113.325363, 40.316494], [113.329012, 40.314875], [113.331933, 40.315914], [113.332521, 40.318612], [113.352394, 40.317449], [113.355723, 40.313693], [113.361937, 40.31186], [113.432542, 40.321603], [113.504322, 40.335545], [113.529336, 40.332613], [113.556317, 40.345568], [113.567963, 40.349346], [113.571735, 40.352176], [113.57419, 40.361675], [113.584414, 40.370907], [113.597839, 40.380008], [113.613318, 40.387936], [113.622719, 40.396047], [113.631793, 40.407249], [113.641581, 40.408331], [113.655867, 40.415264], [113.662585, 40.420219], [113.67332, 40.436146], [113.672885, 40.441575], [113.675138, 40.443861], [113.692664, 40.448898], [113.729654, 40.467372], [113.735623, 40.465414], [113.750799, 40.4684], [113.763506, 40.482829], [113.776714, 40.491441], [113.787458, 40.518037], [113.791406, 40.517864], [113.797858, 40.514394], [113.806932, 40.503602], [113.811932, 40.500144], [113.817499, 40.498947], [113.831251, 40.478949], [113.837825, 40.476534], [113.849594, 40.466333], [113.863413, 40.448312], [113.873622, 40.451583], [113.891478, 40.463688], [113.896319, 40.468237], [113.896415, 40.471159], [113.893911, 40.474284], [113.894685, 40.47696], [113.914022, 40.490494], [113.919627, 40.489413], [113.934834, 40.500354], [113.941273, 40.515618], [113.945554, 40.51539], [113.946107, 40.517883], [113.949036, 40.520029], [113.958333, 40.52057], [113.965407, 40.525117], [113.975659, 40.522131], [113.997145, 40.52179], [114.011025, 40.51813], [114.015155, 40.519601], [114.02293, 40.525967], [114.043536, 40.527857], [114.068751, 40.541567], [114.07777, 40.554839], [114.077854, 40.557391], [114.070171, 40.559383], [114.068009, 40.561658], [114.071571, 40.578787], [114.06642, 40.583056], [114.055695, 40.585829], [114.049446, 40.589617], [114.049372, 40.592464], [114.043882, 40.602194], [114.036034, 40.606661], [114.034221, 40.609231], [114.041556, 40.622268], [114.057966, 40.635798], [114.061136, 40.642127], [114.060644, 40.658945], [114.065128, 40.679046], [114.064986, 40.686554], [114.059542, 40.698447], [114.053611, 40.702573], [114.054179, 40.718706], [114.060215, 40.725041], [114.078918, 40.733614], [114.088099, 40.740307], [114.095371, 40.739243], [114.10193, 40.734752], [114.109402, 40.733346], [114.12668, 40.744953], [114.13714, 40.734448]]] + } + }, { + "type": "Feature", + "properties": { + "name": "内蒙古自治区", + "province_adcode": 150000, + "province_type": "自治区", + "name_en": "Neimenggu", + "name_var": "Nèi Měng Gǔ", + "adcode": 150000 + }, + "geometry": { + "type": "Polygon", + "coordinates": [[[121.498126, 53.326066], [121.501835, 53.317319], [121.50435, 53.315769], [121.518673, 53.319901], [121.524617, 53.316381], [121.53396, 53.304742], [121.544704, 53.299374], [121.544417, 53.291498], [121.567327, 53.295694], [121.577128, 53.285567], [121.578749, 53.28192], [121.591976, 53.275463], [121.595508, 53.266482], [121.6078, 53.25862], [121.613233, 53.257425], [121.635012, 53.258683], [121.642791, 53.257226], [121.673552, 53.237947], [121.672233, 53.223473], [121.666201, 53.21327], [121.664802, 53.207718], [121.665222, 53.203841], [121.670585, 53.198833], [121.645803, 53.191257], [121.651905, 53.173677], [121.65713, 53.169207], [121.669968, 53.163993], [121.696394, 53.15645], [121.711808, 53.144944], [121.726676, 53.143558], [121.739641, 53.147893], [121.744687, 53.147084], [121.754082, 53.140571], [121.759782, 53.124806], [121.770205, 53.117617], [121.777619, 53.117442], [121.77178, 53.112673], [121.77299, 53.105856], [121.778532, 53.102067], [121.766134, 53.090796], [121.766977, 53.088432], [121.772749, 53.087018], [121.781756, 53.080964], [121.781467, 53.078517], [121.785032, 53.074887], [121.806329, 53.068812], [121.813433, 53.062197], [121.808876, 53.058701], [121.807242, 53.053041], [121.79468, 53.049464], [121.790809, 53.042847], [121.789439, 53.036398], [121.781763, 53.031575], [121.781183, 53.028873], [121.783088, 53.024723], [121.778731, 53.016483], [121.763311, 53.013232], [121.742801, 53.000668], [121.703107, 52.996353], [121.7076, 52.987559], [121.699764, 52.982693], [121.693585, 52.972308], [121.692374, 52.967047], [121.687852, 52.964984], [121.682586, 52.955607], [121.67407, 52.951845], [121.670594, 52.92934], [121.657839, 52.916211], [121.655451, 52.91072], [121.647559, 52.906389], [121.638619, 52.905173], [121.630464, 52.901736], [121.625163, 52.894521], [121.601317, 52.89072], [121.606327, 52.884596], [121.595804, 52.870048], [121.610022, 52.861984], [121.610836, 52.856961], [121.614702, 52.851182], [121.597486, 52.841373], [121.592068, 52.836348], [121.589542, 52.829315], [121.580699, 52.819765], [121.532669, 52.801135], [121.521585, 52.789997], [121.504175, 52.778923], [121.500872, 52.773282], [121.471445, 52.771707], [121.468048, 52.76211], [121.460588, 52.757304], [121.453792, 52.745074], [121.447477, 52.739419], [121.447573, 52.733381], [121.445832, 52.730698], [121.421905, 52.719715], [121.397077, 52.699736], [121.382144, 52.695902], [121.373516, 52.684469], [121.354538, 52.67983], [121.339096, 52.679938], [121.325581, 52.676441], [121.312377, 52.676837], [121.301304, 52.672977], [121.299703, 52.668496], [121.301959, 52.665583], [121.285034, 52.659704], [121.284889, 52.649496], [121.264627, 52.636689], [121.255338, 52.63581], [121.235287, 52.627431], [121.232793, 52.621858], [121.227227, 52.616346], [121.199864, 52.608465], [121.195697, 52.603512], [121.183188, 52.595807], [121.184732, 52.589872], [121.192297, 52.583912], [121.224621, 52.572717], [121.241686, 52.581277], [121.259996, 52.580532], [121.269183, 52.585823], [121.298934, 52.573453], [121.316494, 52.572047], [121.319212, 52.565823], [121.320582, 52.553666], [121.325564, 52.549482], [121.330121, 52.550444], [121.333977, 52.549322], [121.33792, 52.543391], [121.343722, 52.539956], [121.345262, 52.537027], [121.344236, 52.534528], [121.345709, 52.533357], [121.360228, 52.528692], [121.376934, 52.529852], [121.38208, 52.524023], [121.403396, 52.520758], [121.403915, 52.505909], [121.413441, 52.497922], [121.442294, 52.48903], [121.455613, 52.487947], [121.464033, 52.480794], [121.489886, 52.482386], [121.494802, 52.47551], [121.504289, 52.472632], [121.509675, 52.459578], [121.520446, 52.452523], [121.526261, 52.452847], [121.542027, 52.459657], [121.550354, 52.460551], [121.558403, 52.459175], [121.563037, 52.454235], [121.571387, 52.454408], [121.574162, 52.45232], [121.57659, 52.446346], [121.581422, 52.440616], [121.596396, 52.43915], [121.637975, 52.443303], [121.649122, 52.430813], [121.663968, 52.427566], [121.675078, 52.418416], [121.664775, 52.413016], [121.66575, 52.407994], [121.662273, 52.398572], [121.654533, 52.386881], [121.662732, 52.385824], [121.676904, 52.373617], [121.687902, 52.371151], [121.694548, 52.356881], [121.708452, 52.347723], [121.714228, 52.3333], [121.710902, 52.32859], [121.71122, 52.315643], [121.71339, 52.313617], [121.731768, 52.308891], [121.739646, 52.310305], [121.744878, 52.307809], [121.75819, 52.30678], [121.780584, 52.299054], [121.797791, 52.297318], [121.802655, 52.29151], [121.820238, 52.287678], [121.833092, 52.279442], [121.863076, 52.285234], [121.870407, 52.280857], [121.899491, 52.279726], [121.905171, 52.282055], [121.920137, 52.282703], [121.930852, 52.287175], [121.935973, 52.291673], [121.948974, 52.310606], [121.944763, 52.313447], [121.944675, 52.315388], [121.971927, 52.32653], [121.973285, 52.328269], [121.97087, 52.329956], [121.969408, 52.333887], [121.974785, 52.342164], [121.984127, 52.34636], [122.000626, 52.36244], [122.018802, 52.367564], [122.02873, 52.380673], [122.037977, 52.388193], [122.039163, 52.390584], [122.032382, 52.409041], [122.04771, 52.410108], [122.061559, 52.417619], [122.069531, 52.416969], [122.081904, 52.418914], [122.079457, 52.425964], [122.073237, 52.431122], [122.078796, 52.442803], [122.090934, 52.442643], [122.103134, 52.449759], [122.104062, 52.454921], [122.108734, 52.459061], [122.109908, 52.466298], [122.127853, 52.475198], [122.130429, 52.478616], [122.122415, 52.483914], [122.132041, 52.492554], [122.132656, 52.507611], [122.151538, 52.515121], [122.160977, 52.513752], [122.159409, 52.512027], [122.160158, 52.505744], [122.167444, 52.495463], [122.165447, 52.490604], [122.168968, 52.48392], [122.199895, 52.466602], [122.220355, 52.470923], [122.223913, 52.468814], [122.246352, 52.468763], [122.256086, 52.466087], [122.270782, 52.470369], [122.279008, 52.475922], [122.305501, 52.474127], [122.305356, 52.469027], [122.308525, 52.46228], [122.314813, 52.461766], [122.317605, 52.459904], [122.321285, 52.434316], [122.326865, 52.428855], [122.337809, 52.42255], [122.337122, 52.415038], [122.338681, 52.410298], [122.345944, 52.409223], [122.354138, 52.411552], [122.361529, 52.410198], [122.364728, 52.404919], [122.365697, 52.397834], [122.370588, 52.39331], [122.387062, 52.392721], [122.392877, 52.390855], [122.393891, 52.384509], [122.398473, 52.375936], [122.401105, 52.374], [122.40577, 52.374024], [122.409953, 52.377811], [122.42137, 52.378693], [122.429857, 52.387098], [122.435777, 52.390413], [122.444024, 52.383936], [122.443292, 52.377198], [122.451233, 52.371503], [122.449968, 52.36646], [122.451219, 52.364202], [122.457749, 52.357261], [122.464194, 52.355106], [122.474535, 52.348064], [122.474865, 52.345192], [122.471571, 52.340471], [122.474075, 52.330317], [122.464969, 52.328464], [122.466494, 52.323183], [122.472462, 52.3148], [122.469344, 52.304707], [122.462423, 52.300097], [122.467512, 52.295212], [122.472399, 52.295885], [122.485738, 52.292985], [122.497439, 52.285458], [122.528794, 52.284737], [122.545852, 52.280054], [122.563532, 52.28009], [122.573325, 52.271634], [122.574487, 52.268275], [122.590709, 52.265571], [122.612203, 52.267247], [122.626638, 52.270592], [122.642119, 52.271205], [122.648828, 52.276067], [122.651452, 52.281085], [122.653908, 52.282283], [122.666647, 52.273889], [122.690228, 52.267922], [122.685098, 52.259644], [122.696437, 52.253111], [122.723064, 52.258318], [122.736165, 52.257481], [122.745861, 52.258654], [122.756087, 52.262769], [122.76132, 52.261451], [122.765424, 52.256323], [122.783692, 52.250498], [122.785275, 52.248394], [122.783385, 52.242617], [122.776484, 52.23534], [122.763874, 52.231652], [122.755582, 52.225095], [122.769471, 52.200146], [122.768719, 52.193583], [122.76452, 52.183983], [122.76901, 52.178835], [122.768806, 52.176815], [122.758038, 52.174379], [122.754025, 52.169231], [122.737294, 52.165459], [122.73771, 52.15965], [122.730305, 52.148108], [122.712839, 52.143982], [122.695608, 52.144991], [122.680747, 52.135734], [122.670525, 52.137241], [122.644703, 52.134768], [122.630397, 52.135108], [122.622748, 52.127121], [122.639701, 52.107532], [122.639237, 52.102206], [122.642229, 52.09821], [122.63388, 52.095402], [122.632564, 52.084941], [122.61795, 52.07143], [122.61868, 52.064943], [122.623541, 52.060786], [122.638634, 52.061193], [122.64745, 52.059087], [122.649726, 52.050961], [122.646449, 52.047162], [122.644781, 52.031903], [122.650022, 52.023045], [122.658851, 52.019307], [122.661884, 52.016364], [122.657431, 52.009924], [122.656803, 51.997059], [122.666209, 51.988486], [122.667403, 51.981013], [122.666154, 51.975878], [122.672073, 51.972138], [122.681732, 51.970689], [122.696665, 51.9755], [122.710658, 51.976028], [122.71654, 51.968513], [122.720263, 51.956948], [122.711595, 51.94704], [122.711706, 51.942672], [122.72658, 51.92362], [122.726809, 51.921422], [122.717157, 51.913626], [122.71011, 51.910787], [122.693282, 51.887119], [122.698137, 51.880807], [122.705176, 51.881371], [122.712568, 51.879538], [122.714911, 51.877509], [122.719105, 51.868394], [122.719246, 51.859193], [122.72851, 51.849755], [122.724631, 51.831951], [122.730944, 51.820606], [122.741571, 51.806382], [122.752801, 51.797107], [122.765846, 51.769403], [122.749327, 51.750497], [122.740633, 51.745081], [122.74139, 51.740004], [122.750959, 51.733628], [122.765142, 51.728847], [122.767199, 51.712319], [122.77244, 51.68968], [122.778433, 51.683513], [122.788858, 51.678965], [122.79488, 51.671092], [122.79961, 51.660328], [122.811975, 51.655592], [122.811498, 51.642311], [122.814693, 51.633572], [122.82279, 51.625759], [122.829154, 51.626321], [122.835151, 51.624658], [122.847676, 51.612166], [122.851157, 51.60317], [122.850225, 51.599752], [122.831703, 51.591645], [122.826032, 51.578687], [122.829438, 51.574522], [122.837902, 51.573304], [122.851007, 51.567617], [122.881035, 51.548154], [122.880252, 51.533908], [122.863408, 51.531585], [122.848346, 51.526497], [122.860053, 51.511835], [122.863148, 51.510351], [122.871623, 51.511536], [122.87912, 51.504123], [122.872828, 51.489153], [122.854512, 51.478245], [122.851138, 51.47252], [122.852255, 51.468983], [122.858604, 51.465802], [122.864762, 51.45944], [122.869214, 51.44749], [122.901433, 51.444841], [122.893851, 51.43804], [122.890588, 51.429923], [122.891551, 51.420013], [122.894867, 51.414606], [122.912951, 51.40613], [122.928846, 51.407543], [122.933861, 51.406597], [122.943145, 51.395972], [122.960975, 51.387386], [122.957644, 51.370663], [122.949689, 51.360321], [122.963362, 51.34309], [122.963371, 51.337047], [122.970615, 51.328224], [122.995329, 51.309459], [123.008743, 51.30507], [123.013847, 51.307473], [123.016528, 51.314037], [123.023155, 51.31889], [123.060056, 51.318628], [123.08237, 51.308692], [123.102906, 51.306615], [123.12305, 51.295426], [123.125485, 51.295474], [123.135568, 51.301544], [123.140886, 51.302098], [123.154085, 51.297827], [123.156274, 51.291418], [123.160839, 51.285636], [123.182122, 51.281025], [123.204154, 51.281574], [123.219552, 51.277679], [123.228507, 51.267383], [123.240964, 51.258358], [123.248899, 51.256987], [123.275565, 51.244761], [123.300003, 51.264831], [123.331262, 51.270799], [123.333511, 51.272403], [123.34449, 51.270295], [123.35561, 51.264283], [123.365548, 51.262101], [123.372169, 51.263159], [123.377905, 51.269453], [123.3955, 51.276788], [123.423175, 51.270536], [123.443876, 51.270633], [123.448727, 51.273554], [123.448847, 51.285575], [123.451938, 51.288113], [123.483318, 51.291678], [123.497761, 51.289036], [123.502714, 51.283616], [123.523706, 51.283151], [123.527921, 51.28657], [123.537199, 51.288855], [123.549182, 51.287621], [123.575059, 51.291636], [123.571626, 51.30557], [123.574995, 51.309674], [123.578722, 51.310895], [123.594434, 51.310514], [123.619141, 51.315946], [123.635337, 51.32172], [123.646592, 51.317157], [123.649819, 51.317825], [123.652894, 51.3245], [123.649821, 51.332314], [123.653727, 51.346157], [123.660315, 51.345672], [123.672614, 51.353264], [123.674739, 51.362825], [123.671082, 51.365322], [123.67448, 51.37234], [123.694861, 51.392197], [123.711413, 51.398192], [123.716381, 51.396949], [123.718755, 51.390235], [123.724583, 51.385377], [123.745039, 51.37508], [123.786997, 51.359954], [123.813427, 51.367829], [123.832249, 51.36374], [123.850313, 51.353298], [123.850748, 51.347555], [123.854319, 51.340931], [123.886396, 51.31374], [123.907377, 51.303575], [123.920745, 51.300251], [123.937902, 51.311833], [123.970873, 51.321493], [123.985659, 51.323591], [124.003384, 51.323445], [124.022393, 51.318262], [124.04182, 51.320079], [124.062985, 51.317726], [124.072776, 51.323506], [124.084588, 51.340465], [124.110496, 51.344902], [124.12558, 51.33886], [124.13, 51.338548], [124.143411, 51.344439], [124.170652, 51.337629], [124.206154, 51.3483], [124.226404, 51.341694], [124.239055, 51.334348], [124.255335, 51.32268], [124.261875, 51.315345], [124.291229, 51.295613], [124.293507, 51.292955], [124.293317, 51.288472], [124.301668, 51.287035], [124.324063, 51.292005], [124.330324, 51.289704], [124.327521, 51.279647], [124.337334, 51.27068], [124.347869, 51.278815], [124.372932, 51.27866], [124.384419, 51.273878], [124.396834, 51.271786], [124.400303, 51.281024], [124.419043, 51.298091], [124.422257, 51.305951], [124.41789, 51.341519], [124.42488, 51.352602], [124.440647, 51.360768], [124.459767, 51.362243], [124.470084, 51.360801], [124.47409, 51.372691], [124.477428, 51.377785], [124.489053, 51.3811], [124.493839, 51.381596], [124.514724, 51.373852], [124.531654, 51.371236], [124.544701, 51.37561], [124.554047, 51.373519], [124.583018, 51.356936], [124.588867, 51.351433], [124.589327, 51.347854], [124.593499, 51.343285], [124.62278, 51.323691], [124.644547, 51.336544], [124.655994, 51.334737], [124.660074, 51.332384], [124.705356, 51.339623], [124.742634, 51.354507], [124.748588, 51.360508], [124.748579, 51.366451], [124.744466, 51.370456], [124.749939, 51.377619], [124.772291, 51.390919], [124.780815, 51.394318], [124.795815, 51.387879], [124.846057, 51.378489], [124.86052, 51.37809], [124.866548, 51.379914], [124.878698, 51.390221], [124.878555, 51.392756], [124.871965, 51.396595], [124.870162, 51.399955], [124.871163, 51.402367], [124.90437, 51.432573], [124.919715, 51.433423], [124.936851, 51.442429], [124.931149, 51.454611], [124.91224, 51.47859], [124.913648, 51.494637], [124.916617, 51.498597], [124.93908, 51.503463], [124.964726, 51.502151], [124.978285, 51.506744], [124.980906, 51.509568], [124.982441, 51.516751], [124.990401, 51.521753], [125.007693, 51.525943], [125.040677, 51.526984], [125.05325, 51.533061], [125.053665, 51.53837], [125.058029, 51.548673], [125.069589, 51.553388], [125.0658, 51.561203], [125.062091, 51.564298], [125.056723, 51.580532], [125.053414, 51.597008], [125.060466, 51.623301], [125.079981, 51.639102], [125.095767, 51.656636], [125.114396, 51.66105], [125.12062, 51.656936], [125.123298, 51.644856], [125.121329, 51.633161], [125.127098, 51.630989], [125.140162, 51.631691], [125.145593, 51.634744], [125.165515, 51.637539], [125.198955, 51.626553], [125.209667, 51.624584], [125.214093, 51.632576], [125.218375, 51.636431], [125.223288, 51.638179], [125.252773, 51.627509], [125.260057, 51.63152], [125.264965, 51.63642], [125.27978, 51.632788], [125.289076, 51.624216], [125.290844, 51.617319], [125.308299, 51.607163], [125.311363, 51.607062], [125.314835, 51.615172], [125.328322, 51.620385], [125.347301, 51.621148], [125.359293, 51.616405], [125.362747, 51.612716], [125.367309, 51.603089], [125.370578, 51.600302], [125.369448, 51.591627], [125.372544, 51.583982], [125.39733, 51.571783], [125.411571, 51.562783], [125.416151, 51.561992], [125.425209, 51.551343], [125.432601, 51.54879], [125.448028, 51.537557], [125.453469, 51.530699], [125.469625, 51.525591], [125.472037, 51.522638], [125.471305, 51.519513], [125.47472, 51.516647], [125.488199, 51.509553], [125.49922, 51.499472], [125.516437, 51.489912], [125.523044, 51.481622], [125.535627, 51.472813], [125.538113, 51.463103], [125.557515, 51.456109], [125.558356, 51.452147], [125.560178, 51.451272], [125.570516, 51.449653], [125.572218, 51.444932], [125.569404, 51.440942], [125.560503, 51.437344], [125.561484, 51.435019], [125.566673, 51.431846], [125.565541, 51.429331], [125.571919, 51.426699], [125.573926, 51.428357], [125.579822, 51.425055], [125.584771, 51.418901], [125.594607, 51.411685], [125.601336, 51.401153], [125.606257, 51.39886], [125.616572, 51.397808], [125.616807, 51.395847], [125.613719, 51.394373], [125.611024, 51.389582], [125.616138, 51.385036], [125.617182, 51.379326], [125.628024, 51.372258], [125.637058, 51.369038], [125.633896, 51.365083], [125.635556, 51.362743], [125.648422, 51.353044], [125.660333, 51.348269], [125.663161, 51.344477], [125.66297, 51.341112], [125.67616, 51.336139], [125.680496, 51.337339], [125.681327, 51.339278], [125.686139, 51.338017], [125.694171, 51.323984], [125.695204, 51.317032], [125.70728, 51.308774], [125.700127, 51.303782], [125.704381, 51.300976], [125.708681, 51.30036], [125.713219, 51.293254], [125.739166, 51.266743], [125.756761, 51.259967], [125.754329, 51.2529], [125.755303, 51.247996], [125.757597, 51.245205], [125.75655, 51.242268], [125.744174, 51.232713], [125.749579, 51.226032], [125.763341, 51.224125], [125.78097, 51.225791], [125.788539, 51.223158], [125.812862, 51.225601], [125.833383, 51.21892], [125.836268, 51.21541], [125.833765, 51.212494], [125.842244, 51.207304], [125.84652, 51.206443], [125.844233, 51.201496], [125.850967, 51.195167], [125.849836, 51.188557], [125.859715, 51.176632], [125.855231, 51.170153], [125.865663, 51.162122], [125.870845, 51.161225], [125.871266, 51.157646], [125.859036, 51.151026], [125.857416, 51.146069], [125.857934, 51.144089], [125.868074, 51.13792], [125.881406, 51.138463], [125.883357, 51.136834], [125.88158, 51.134698], [125.883636, 51.133226], [125.90185, 51.138251], [125.907002, 51.137222], [125.913901, 51.133799], [125.913129, 51.131233], [125.909206, 51.131845], [125.911706, 51.127797], [125.91353, 51.127446], [125.917163, 51.130239], [125.925975, 51.126957], [125.921556, 51.125832], [125.917501, 51.122179], [125.920873, 51.12025], [125.927236, 51.111522], [125.938134, 51.107138], [125.956397, 51.116503], [125.965975, 51.124035], [125.976169, 51.121076], [125.97533, 51.115764], [125.977267, 51.112921], [125.981444, 51.113879], [125.983082, 51.118071], [125.986932, 51.118013], [125.987348, 51.114091], [125.982477, 51.110033], [125.98073, 51.101817], [125.981084, 51.099601], [125.984007, 51.098134], [125.981811, 51.095732], [125.97524, 51.09588], [125.969357, 51.090293], [125.976061, 51.086417], [125.982759, 51.086814], [125.983523, 51.084392], [125.978912, 51.083218], [125.97162, 51.085865], [125.968187, 51.083871], [125.983212, 51.077732], [125.99591, 51.068712], [126.005587, 51.066911], [126.010164, 51.068832], [126.014098, 51.068516], [126.013413, 51.065154], [126.000369, 51.057668], [126.001372, 51.056235], [126.019823, 51.054976], [126.021481, 51.052021], [126.020759, 51.049738], [126.023206, 51.048299], [126.034529, 51.044094], [126.043709, 51.045579], [126.052224, 51.041094], [126.052842, 51.035618], [126.048611, 51.03257], [126.042806, 51.033049], [126.038221, 51.037389], [126.033573, 51.037344], [126.031395, 51.035438], [126.0324, 51.032969], [126.036275, 51.031046], [126.041526, 51.031359], [126.044188, 51.02865], [126.037269, 51.015125], [126.032371, 51.013541], [126.025817, 51.008526], [126.030816, 50.999039], [126.038776, 50.996016], [126.040998, 50.988539], [126.040044, 50.985263], [126.034491, 50.982858], [126.033999, 50.9801], [126.045871, 50.975687], [126.062438, 50.97953], [126.065536, 50.978545], [126.061152, 50.964849], [126.038705, 50.943822], [126.035097, 50.924087], [126.029613, 50.924456], [126.031483, 50.931235], [126.028588, 50.933397], [126.013704, 50.926405], [126.011555, 50.922499], [126.01471, 50.912043], [126.022565, 50.905621], [126.022481, 50.90238], [126.020273, 50.900226], [126.011419, 50.901068], [126.008516, 50.907772], [126.006653, 50.908878], [126.003561, 50.90836], [125.998434, 50.903058], [125.987867, 50.904341], [125.988761, 50.899955], [125.992482, 50.899928], [125.996984, 50.896885], [125.99437, 50.894359], [125.988168, 50.895521], [125.987043, 50.894188], [125.98732, 50.887107], [125.993629, 50.879891], [125.989296, 50.870249], [125.975804, 50.869647], [125.968212, 50.875231], [125.965, 50.879761], [125.967663, 50.889679], [125.967444, 50.894875], [125.962177, 50.898315], [125.953676, 50.899592], [125.95154, 50.898937], [125.94665, 50.891612], [125.941726, 50.875502], [125.934176, 50.869716], [125.948709, 50.864667], [125.944341, 50.857454], [125.93579, 50.853126], [125.923491, 50.852216], [125.912626, 50.852846], [125.901044, 50.857463], [125.886881, 50.85604], [125.887008, 50.854539], [125.899849, 50.853712], [125.910249, 50.849608], [125.918051, 50.842679], [125.91545, 50.833237], [125.912068, 50.828639], [125.905801, 50.824538], [125.879665, 50.82152], [125.874417, 50.818921], [125.871207, 50.814018], [125.88272, 50.807041], [125.883147, 50.804734], [125.877304, 50.80022], [125.870428, 50.79836], [125.862515, 50.792941], [125.850204, 50.78929], [125.83415, 50.792943], [125.828469, 50.791835], [125.823947, 50.783921], [125.825687, 50.779292], [125.839401, 50.767645], [125.832982, 50.755254], [125.828124, 50.754178], [125.820079, 50.755896], [125.819668, 50.759808], [125.81481, 50.763469], [125.803818, 50.766484], [125.793763, 50.772516], [125.785073, 50.771235], [125.770902, 50.765992], [125.760511, 50.756208], [125.753156, 50.751617], [125.750355, 50.746462], [125.751676, 50.744715], [125.759628, 50.743617], [125.766055, 50.746269], [125.77189, 50.746223], [125.786273, 50.739236], [125.78795, 50.736523], [125.786406, 50.732336], [125.776665, 50.72943], [125.773323, 50.72622], [125.773264, 50.723969], [125.783942, 50.717846], [125.79616, 50.714701], [125.800144, 50.710722], [125.810953, 50.708524], [125.817973, 50.702393], [125.814701, 50.69665], [125.813637, 50.690924], [125.80925, 50.686236], [125.790011, 50.681211], [125.779811, 50.676393], [125.782885, 50.672039], [125.796855, 50.661439], [125.796533, 50.656342], [125.78645, 50.649617], [125.785137, 50.64312], [125.788262, 50.636878], [125.794226, 50.630266], [125.803872, 50.626135], [125.807414, 50.622441], [125.805258, 50.610179], [125.800895, 50.602082], [125.802603, 50.598683], [125.809503, 50.594196], [125.810116, 50.584316], [125.818143, 50.574568], [125.821997, 50.565539], [125.821757, 50.560006], [125.814119, 50.556389], [125.816512, 50.548263], [125.813974, 50.546839], [125.804101, 50.546816], [125.792486, 50.539278], [125.789556, 50.533415], [125.782789, 50.529563], [125.760856, 50.529353], [125.758976, 50.525673], [125.76516, 50.523229], [125.766012, 50.519096], [125.75654, 50.516087], [125.755469, 50.513839], [125.757137, 50.511153], [125.750399, 50.506452], [125.745368, 50.505482], [125.733606, 50.508501], [125.733117, 50.509879], [125.734908, 50.511043], [125.743967, 50.511374], [125.746134, 50.516106], [125.737493, 50.520707], [125.729697, 50.521403], [125.71701, 50.515081], [125.705501, 50.503493], [125.695219, 50.495982], [125.678105, 50.493754], [125.674721, 50.490438], [125.675065, 50.486582], [125.681343, 50.484637], [125.690906, 50.485828], [125.693195, 50.484157], [125.692718, 50.481914], [125.687331, 50.479076], [125.67791, 50.479911], [125.670411, 50.47574], [125.658893, 50.477411], [125.646921, 50.469071], [125.639743, 50.450734], [125.62727, 50.44312], [125.614187, 50.442162], [125.610399, 50.44361], [125.607533, 50.448662], [125.584344, 50.451077], [125.573067, 50.447629], [125.569276, 50.444124], [125.571883, 50.441256], [125.580494, 50.440836], [125.582005, 50.438856], [125.580655, 50.436348], [125.561141, 50.440933], [125.557151, 50.440437], [125.554541, 50.436188], [125.557244, 50.428379], [125.562604, 50.423601], [125.565297, 50.417398], [125.576127, 50.407499], [125.575327, 50.404329], [125.571769, 50.400664], [125.566088, 50.399949], [125.559827, 50.401411], [125.527063, 50.419172], [125.520577, 50.418595], [125.517574, 50.411519], [125.505407, 50.40753], [125.506005, 50.405268], [125.513915, 50.403885], [125.517416, 50.401717], [125.530342, 50.379233], [125.527974, 50.376195], [125.515991, 50.372323], [125.512904, 50.370078], [125.513041, 50.368281], [125.519656, 50.363639], [125.535703, 50.361683], [125.539351, 50.357698], [125.531032, 50.350738], [125.515159, 50.349587], [125.509669, 50.344937], [125.509618, 50.33897], [125.51655, 50.333052], [125.523045, 50.329861], [125.522253, 50.326762], [125.511756, 50.323102], [125.501423, 50.323694], [125.495103, 50.319746], [125.495356, 50.317571], [125.498267, 50.315544], [125.511894, 50.314691], [125.514407, 50.312287], [125.513982, 50.310787], [125.505275, 50.308403], [125.497027, 50.310893], [125.489348, 50.310656], [125.479758, 50.305333], [125.471143, 50.295212], [125.466622, 50.294348], [125.459433, 50.295894], [125.456175, 50.294464], [125.456236, 50.281209], [125.459574, 50.266926], [125.454775, 50.263988], [125.446889, 50.266611], [125.44321, 50.266204], [125.436034, 50.261158], [125.434476, 50.25772], [125.436621, 50.254801], [125.444225, 50.250441], [125.440769, 50.238413], [125.452752, 50.233143], [125.456788, 50.229117], [125.456491, 50.227556], [125.449332, 50.225462], [125.435977, 50.230634], [125.428341, 50.229386], [125.427269, 50.227787], [125.428079, 50.222303], [125.440907, 50.215027], [125.440833, 50.210025], [125.433725, 50.204096], [125.418422, 50.199838], [125.410537, 50.194432], [125.399899, 50.193528], [125.384952, 50.197877], [125.380947, 50.197379], [125.375379, 50.190882], [125.375436, 50.182759], [125.380629, 50.178134], [125.380139, 50.175046], [125.376632, 50.171114], [125.370135, 50.171063], [125.361772, 50.168578], [125.349692, 50.162281], [125.334316, 50.164584], [125.326864, 50.16344], [125.331194, 50.157124], [125.350343, 50.147014], [125.369683, 50.143455], [125.372428, 50.138749], [125.370292, 50.136742], [125.3439, 50.133843], [125.333189, 50.135257], [125.320908, 50.133953], [125.320075, 50.130075], [125.322313, 50.126303], [125.321788, 50.121102], [125.320295, 50.117882], [125.318243, 50.117194], [125.311501, 50.119255], [125.308139, 50.122182], [125.306973, 50.133827], [125.304975, 50.138314], [125.296295, 50.138283], [125.284776, 50.129888], [125.270671, 50.125009], [125.2719, 50.117695], [125.275874, 50.111321], [125.271268, 50.106613], [125.267974, 50.10467], [125.249716, 50.100872], [125.251041, 50.098421], [125.257092, 50.096033], [125.267393, 50.09629], [125.277487, 50.093126], [125.281593, 50.090283], [125.280727, 50.088419], [125.263485, 50.078855], [125.266545, 50.073733], [125.270423, 50.070995], [125.291553, 50.066129], [125.324517, 50.063396], [125.327485, 50.061599], [125.330913, 50.055662], [125.320826, 50.048498], [125.305055, 50.043501], [125.300478, 50.043694], [125.291602, 50.047144], [125.284489, 50.054747], [125.278986, 50.05715], [125.267808, 50.053162], [125.256991, 50.045137], [125.244488, 50.04395], [125.244109, 50.041493], [125.25104, 50.036066], [125.261527, 50.034108], [125.271542, 50.035301], [125.278054, 50.033483], [125.285662, 50.028755], [125.290158, 50.020935], [125.290756, 50.015854], [125.287588, 50.005651], [125.281932, 50.000535], [125.269442, 49.994165], [125.245403, 49.992053], [125.237219, 49.989159], [125.234205, 49.986032], [125.233406, 49.982557], [125.235746, 49.973859], [125.235565, 49.968149], [125.224513, 49.956694], [125.221264, 49.956131], [125.203301, 49.960055], [125.183, 49.957857], [125.176786, 49.95547], [125.176251, 49.950667], [125.191339, 49.940554], [125.192591, 49.932385], [125.202539, 49.92946], [125.210457, 49.923454], [125.219223, 49.921908], [125.21863, 49.91999], [125.205792, 49.910131], [125.206182, 49.904169], [125.225297, 49.891378], [125.237958, 49.869819], [125.236714, 49.866519], [125.233931, 49.864974], [125.219923, 49.865853], [125.215296, 49.863226], [125.216457, 49.857506], [125.232454, 49.847274], [125.231454, 49.842622], [125.22859, 49.838759], [125.215044, 49.834003], [125.178148, 49.82954], [125.171883, 49.82791], [125.170556, 49.826188], [125.170847, 49.822294], [125.173966, 49.81746], [125.205727, 49.803721], [125.215939, 49.796496], [125.219938, 49.789736], [125.2145, 49.782916], [125.219914, 49.775552], [125.220727, 49.772017], [125.214106, 49.753123], [125.201193, 49.743097], [125.196032, 49.734156], [125.198002, 49.731579], [125.211706, 49.727694], [125.218264, 49.724088], [125.210938, 49.712759], [125.209349, 49.704877], [125.21381, 49.670806], [125.212384, 49.667274], [125.191973, 49.647246], [125.19191, 49.635294], [125.184208, 49.629224], [125.177494, 49.633846], [125.18199, 49.649651], [125.176981, 49.656217], [125.161522, 49.665589], [125.130033, 49.672181], [125.123187, 49.668737], [125.120112, 49.659375], [125.122421, 49.640646], [125.129322, 49.633124], [125.131866, 49.62428], [125.137343, 49.618778], [125.145298, 49.615019], [125.153102, 49.615409], [125.158436, 49.619446], [125.160324, 49.627638], [125.165887, 49.628469], [125.167291, 49.62769], [125.166639, 49.622484], [125.170253, 49.616992], [125.175178, 49.612193], [125.190572, 49.602354], [125.196951, 49.592525], [125.207076, 49.590042], [125.217125, 49.593644], [125.226675, 49.591649], [125.227195, 49.587406], [125.221713, 49.581768], [125.227407, 49.575579], [125.227919, 49.572966], [125.213433, 49.567961], [125.208717, 49.564544], [125.212601, 49.561859], [125.223102, 49.560467], [125.226024, 49.558057], [125.228129, 49.536407], [125.225703, 49.534083], [125.220737, 49.532851], [125.207795, 49.539566], [125.204088, 49.539095], [125.202567, 49.536623], [125.216138, 49.517699], [125.216878, 49.504842], [125.219293, 49.50291], [125.232717, 49.501461], [125.236767, 49.496253], [125.233791, 49.492425], [125.221645, 49.489994], [125.220062, 49.488104], [125.220585, 49.486269], [125.258744, 49.457376], [125.263809, 49.450733], [125.26161, 49.443697], [125.248685, 49.433563], [125.252593, 49.424801], [125.251631, 49.41675], [125.25272, 49.404497], [125.248374, 49.393934], [125.249381, 49.390693], [125.260424, 49.38866], [125.268535, 49.382827], [125.269722, 49.374268], [125.262075, 49.366004], [125.268787, 49.361912], [125.269847, 49.359699], [125.265739, 49.356786], [125.25495, 49.3604], [125.246486, 49.356106], [125.247265, 49.349507], [125.253135, 49.344148], [125.257219, 49.335869], [125.2546, 49.33263], [125.244449, 49.329729], [125.242701, 49.325919], [125.245331, 49.323144], [125.256928, 49.319997], [125.25655, 49.314949], [125.246084, 49.310629], [125.234411, 49.300911], [125.219129, 49.282272], [125.2096, 49.280903], [125.206271, 49.276961], [125.207201, 49.273388], [125.218652, 49.271071], [125.220545, 49.269047], [125.220719, 49.266447], [125.21374, 49.26134], [125.213819, 49.257443], [125.22727, 49.256915], [125.229996, 49.254321], [125.224869, 49.250588], [125.216632, 49.252465], [125.209744, 49.251966], [125.205548, 49.246035], [125.206589, 49.243125], [125.218409, 49.238402], [125.221087, 49.228295], [125.21924, 49.215671], [125.211276, 49.204035], [125.213273, 49.192693], [125.212203, 49.187394], [125.20138, 49.183632], [125.189602, 49.185218], [125.179318, 49.183987], [125.175543, 49.18025], [125.170828, 49.171036], [125.157886, 49.16372], [125.154011, 49.159913], [125.150959, 49.148618], [125.148326, 49.145077], [125.140819, 49.140024], [125.126065, 49.138694], [125.11349, 49.126254], [125.108235, 49.124152], [125.096402, 49.126644], [125.079321, 49.133625], [125.055477, 49.13883], [125.047305, 49.145052], [125.02964, 49.151518], [125.026148, 49.156444], [125.026904, 49.160403], [125.033738, 49.166579], [125.034797, 49.169305], [125.033074, 49.17481], [125.030364, 49.175593], [125.026098, 49.175549], [125.012209, 49.170855], [124.996333, 49.174069], [124.984103, 49.163983], [124.974555, 49.161101], [124.963208, 49.164055], [124.947529, 49.162871], [124.914268, 49.178584], [124.906819, 49.181181], [124.898691, 49.18122], [124.873088, 49.173642], [124.855217, 49.165529], [124.843081, 49.133736], [124.838236, 49.126038], [124.825553, 49.118798], [124.809466, 49.117634], [124.801811, 49.113266], [124.800472, 49.106102], [124.816636, 49.084845], [124.822864, 49.073663], [124.82138, 49.068658], [124.812966, 49.063072], [124.809106, 49.057295], [124.810208, 49.052519], [124.815881, 49.046078], [124.81518, 49.042447], [124.803509, 49.031847], [124.802917, 49.022831], [124.800256, 49.017121], [124.7928, 49.008018], [124.784037, 48.999383], [124.77254, 48.995171], [124.757009, 48.977755], [124.74157, 48.948189], [124.74315, 48.938743], [124.74769, 48.930992], [124.745217, 48.923796], [124.736333, 48.91859], [124.712752, 48.918369], [124.705783, 48.910551], [124.704416, 48.899072], [124.700562, 48.888809], [124.70794, 48.884652], [124.700245, 48.859714], [124.678697, 48.838799], [124.670754, 48.840302], [124.649432, 48.833415], [124.647122, 48.831397], [124.639821, 48.819067], [124.636715, 48.806811], [124.639509, 48.797199], [124.646614, 48.785128], [124.642201, 48.775326], [124.619721, 48.764323], [124.616819, 48.755901], [124.60662, 48.74654], [124.612816, 48.715182], [124.617677, 48.70131], [124.608989, 48.667239], [124.596254, 48.656679], [124.597939, 48.639483], [124.596707, 48.63215], [124.57547, 48.616548], [124.57307, 48.606957], [124.566462, 48.59311], [124.5592, 48.588762], [124.557425, 48.584609], [124.540774, 48.582285], [124.536006, 48.579214], [124.520247, 48.558488], [124.518067, 48.544308], [124.53661, 48.538483], [124.542902, 48.530678], [124.539479, 48.525437], [124.530195, 48.519079], [124.526595, 48.512313], [124.530447, 48.49385], [124.532943, 48.489778], [124.532808, 48.475178], [124.53422, 48.473506], [124.546206, 48.470502], [124.550069, 48.465769], [124.548226, 48.46216], [124.532093, 48.459198], [124.518718, 48.4497], [124.503846, 48.448064], [124.500629, 48.445568], [124.500611, 48.442783], [124.503892, 48.437879], [124.518799, 48.424536], [124.519828, 48.417988], [124.514684, 48.408544], [124.516714, 48.405184], [124.514703, 48.397999], [124.518912, 48.390751], [124.518881, 48.386607], [124.508825, 48.379455], [124.508058, 48.377346], [124.509644, 48.373955], [124.519726, 48.366947], [124.53111, 48.367485], [124.535461, 48.364183], [124.538721, 48.357547], [124.539215, 48.351681], [124.542689, 48.345731], [124.534105, 48.3368], [124.533931, 48.333302], [124.54046, 48.326653], [124.556692, 48.318856], [124.559758, 48.313618], [124.559022, 48.307362], [124.562362, 48.304511], [124.571491, 48.302516], [124.575902, 48.298579], [124.576556, 48.296045], [124.573048, 48.292871], [124.56209, 48.291535], [124.557119, 48.289378], [124.553513, 48.284449], [124.55255, 48.275806], [124.548573, 48.270933], [124.549094, 48.268069], [124.552015, 48.266356], [124.567002, 48.265269], [124.569884, 48.263827], [124.57227, 48.25942], [124.572455, 48.252246], [124.568719, 48.24864], [124.560383, 48.245209], [124.553538, 48.239056], [124.551621, 48.234302], [124.556013, 48.228849], [124.555924, 48.224392], [124.546691, 48.216795], [124.544823, 48.210533], [124.545632, 48.205388], [124.531855, 48.19277], [124.512541, 48.185044], [124.513298, 48.18015], [124.519994, 48.175385], [124.522242, 48.171898], [124.521092, 48.170145], [124.518431, 48.168215], [124.508936, 48.168255], [124.505177, 48.166629], [124.504942, 48.164475], [124.507637, 48.162495], [124.522033, 48.158099], [124.521647, 48.147578], [124.519444, 48.142708], [124.515893, 48.139884], [124.504558, 48.135727], [124.499735, 48.130667], [124.498554, 48.12366], [124.495128, 48.118889], [124.489738, 48.118756], [124.480962, 48.124717], [124.472394, 48.122986], [124.468492, 48.117505], [124.471777, 48.111592], [124.469247, 48.104117], [124.459183, 48.096072], [124.452823, 48.095306], [124.442978, 48.097044], [124.430757, 48.093081], [124.428435, 48.090369], [124.429928, 48.083573], [124.427529, 48.080722], [124.422291, 48.080638], [124.416454, 48.085823], [124.410959, 48.086522], [124.415012, 48.091974], [124.415003, 48.095595], [124.412463, 48.099978], [124.413236, 48.102155], [124.418815, 48.104521], [124.427811, 48.105349], [124.431253, 48.110158], [124.430567, 48.112437], [124.422555, 48.118665], [124.423112, 48.123045], [124.427054, 48.124738], [124.461128, 48.129307], [124.466044, 48.132135], [124.467586, 48.138436], [124.461159, 48.142886], [124.456255, 48.15012], [124.455955, 48.153512], [124.458602, 48.15771], [124.469671, 48.160875], [124.471405, 48.165138], [124.464115, 48.172518], [124.458548, 48.171229], [124.459907, 48.174789], [124.456805, 48.1783], [124.455698, 48.178439], [124.454166, 48.173493], [124.447518, 48.170954], [124.443691, 48.174455], [124.43636, 48.17681], [124.430277, 48.176186], [124.416432, 48.180184], [124.410571, 48.187264], [124.4118, 48.190873], [124.409428, 48.206863], [124.402446, 48.213407], [124.404849, 48.217157], [124.410196, 48.219885], [124.419877, 48.219373], [124.421585, 48.221318], [124.420267, 48.232725], [124.415054, 48.23637], [124.415303, 48.244015], [124.395544, 48.246394], [124.389827, 48.255623], [124.395768, 48.260298], [124.395189, 48.263327], [124.381805, 48.271266], [124.373447, 48.271696], [124.369538, 48.27361], [124.360231, 48.288821], [124.353947, 48.291272], [124.343901, 48.300911], [124.345683, 48.306102], [124.350943, 48.30949], [124.333975, 48.316011], [124.320567, 48.339521], [124.31031, 48.345541], [124.311178, 48.349037], [124.317907, 48.3518], [124.319121, 48.35452], [124.309273, 48.363768], [124.308205, 48.369603], [124.318942, 48.37679], [124.317007, 48.387069], [124.320669, 48.390887], [124.312423, 48.395023], [124.308297, 48.406169], [124.301996, 48.410131], [124.306833, 48.418462], [124.316441, 48.419523], [124.317623, 48.421922], [124.321421, 48.423357], [124.326259, 48.430355], [124.307682, 48.441987], [124.297273, 48.453459], [124.296221, 48.470899], [124.304781, 48.474105], [124.30838, 48.478761], [124.302808, 48.494213], [124.303518, 48.503156], [124.29777, 48.510717], [124.295394, 48.517399], [124.292045, 48.519734], [124.281028, 48.521404], [124.270855, 48.525908], [124.261207, 48.534164], [124.25224, 48.534527], [124.231634, 48.517804], [124.170039, 48.484851], [124.124306, 48.458278], [124.095109, 48.44376], [124.074845, 48.435572], [124.047784, 48.414662], [124.015292, 48.393047], [123.964506, 48.35557], [123.928681, 48.325854], [123.884073, 48.294907], [123.850022, 48.266424], [123.815918, 48.245812], [123.797019, 48.229964], [123.741905, 48.196663], [123.695673, 48.148261], [123.650507, 48.112866], [123.606993, 48.071938], [123.568762, 48.040637], [123.527923, 48.019494], [123.371024, 47.973396], [123.342833, 47.962723], [123.317303, 47.958849], [123.313194, 47.96042], [123.309919, 47.957103], [123.293321, 47.951861], [123.281848, 47.940073], [123.274426, 47.918322], [123.259534, 47.896241], [123.251583, 47.879993], [123.237455, 47.858243], [123.207263, 47.822005], [123.160866, 47.781577], [123.036266, 47.744243], [122.976605, 47.715536], [122.941153, 47.702109], [122.84639, 47.674175], [122.823385, 47.660106], [122.777218, 47.627002], [122.772401, 47.621301], [122.755989, 47.611157], [122.682493, 47.580543], [122.646858, 47.569044], [122.587275, 47.545061], [122.568741, 47.533306], [122.537591, 47.493204], [122.534547, 47.487156], [122.530606, 47.465824], [122.514227, 47.442185], [122.508862, 47.414991], [122.501569, 47.399756], [122.459988, 47.378156], [122.411749, 47.348176], [122.413471, 47.328909], [122.417688, 47.327331], [122.422212, 47.328496], [122.423729, 47.326239], [122.422461, 47.325662], [122.42669, 47.323287], [122.430479, 47.317278], [122.426431, 47.314799], [122.427146, 47.311322], [122.436985, 47.306317], [122.438044, 47.303101], [122.441668, 47.304405], [122.44262, 47.302878], [122.450441, 47.301168], [122.450526, 47.295786], [122.45489, 47.295132], [122.451815, 47.293137], [122.452172, 47.288377], [122.456283, 47.284068], [122.45489, 47.279055], [122.471417, 47.261802], [122.490216, 47.254096], [122.499894, 47.244875], [122.500821, 47.241816], [122.503946, 47.241014], [122.518134, 47.213242], [122.531416, 47.199105], [122.547089, 47.173517], [122.558304, 47.169496], [122.558465, 47.166173], [122.562695, 47.163329], [122.568467, 47.164401], [122.572359, 47.157841], [122.577085, 47.157986], [122.586386, 47.151026], [122.588354, 47.153436], [122.5914, 47.152896], [122.606645, 47.134759], [122.604458, 47.132103], [122.604585, 47.12813], [122.620347, 47.115484], [122.649096, 47.105011], [122.657934, 47.105035], [122.659783, 47.102181], [122.659663, 47.098696], [122.667417, 47.095158], [122.673273, 47.095038], [122.682061, 47.089745], [122.68789, 47.094444], [122.693592, 47.096605], [122.720208, 47.088087], [122.732925, 47.087044], [122.735405, 47.078546], [122.743441, 47.079166], [122.745604, 47.076099], [122.776034, 47.073416], [122.783016, 47.076632], [122.798593, 47.074111], [122.808152, 47.067884], [122.809567, 47.064964], [122.815626, 47.064272], [122.817781, 47.066203], [122.825834, 47.064706], [122.840638, 47.06737], [122.846265, 47.070227], [122.850083, 47.057229], [122.840198, 47.05093], [122.839938, 47.046492], [122.836472, 47.042806], [122.795465, 47.020314], [122.794043, 47.017162], [122.772053, 47.000895], [122.776229, 46.98749], [122.769973, 46.986322], [122.768552, 46.972016], [122.777124, 46.964073], [122.777434, 46.962175], [122.781022, 46.960801], [122.779818, 46.959868], [122.792504, 46.95555], [122.791487, 46.952202], [122.786413, 46.947851], [122.784964, 46.939612], [122.78897, 46.939675], [122.790699, 46.936173], [122.794628, 46.938323], [122.796286, 46.935385], [122.813117, 46.935252], [122.824201, 46.936997], [122.833846, 46.935139], [122.843757, 46.938357], [122.853563, 46.945918], [122.855573, 46.945641], [122.866143, 46.951773], [122.868681, 46.95528], [122.874219, 46.950054], [122.876305, 46.951724], [122.87261, 46.955253], [122.889244, 46.958436], [122.890131, 46.956602], [122.888454, 46.955976], [122.893292, 46.951203], [122.891832, 46.945214], [122.893962, 46.939733], [122.889106, 46.925537], [122.893645, 46.92155], [122.893449, 46.916329], [122.886584, 46.897176], [122.88778, 46.893438], [122.874366, 46.891155], [122.873871, 46.889202], [122.874648, 46.885174], [122.880147, 46.877022], [122.886335, 46.871796], [122.890593, 46.866582], [122.891119, 46.86219], [122.894079, 46.860697], [122.894687, 46.85419], [122.891929, 46.852454], [122.894991, 46.849312], [122.894181, 46.842579], [122.895361, 46.840241], [122.891992, 46.835561], [122.893357, 46.833131], [122.892508, 46.826384], [122.902124, 46.816623], [122.901006, 46.805647], [122.912386, 46.802199], [122.914495, 46.797687], [122.918752, 46.796359], [122.920965, 46.788132], [122.920027, 46.781474], [122.927633, 46.783573], [122.933112, 46.787127], [122.935765, 46.783119], [122.944329, 46.780911], [122.949436, 46.772728], [122.991947, 46.758741], [122.988083, 46.740576], [122.990582, 46.737726], [122.995993, 46.737374], [123.000448, 46.726062], [123.019573, 46.721984], [123.030616, 46.725635], [123.038965, 46.73113], [123.048537, 46.732416], [123.053384, 46.736773], [123.059657, 46.734807], [123.059759, 46.740531], [123.069735, 46.742525], [123.078734, 46.739187], [123.084786, 46.739504], [123.086963, 46.737775], [123.087152, 46.734992], [123.090671, 46.736011], [123.103284, 46.73184], [123.11324, 46.732574], [123.141811, 46.740344], [123.149144, 46.740084], [123.170768, 46.753407], [123.173328, 46.760526], [123.172938, 46.767984], [123.176168, 46.771479], [123.178444, 46.782757], [123.1847, 46.792288], [123.192002, 46.798165], [123.192823, 46.801983], [123.197992, 46.801683], [123.200378, 46.803984], [123.203745, 46.815954], [123.21195, 46.814904], [123.217652, 46.81997], [123.214583, 46.825867], [123.21204, 46.826966], [123.209617, 46.833638], [123.210937, 46.840052], [123.213215, 46.841428], [123.215195, 46.847533], [123.210202, 46.849533], [123.228823, 46.861781], [123.230669, 46.858991], [123.245597, 46.852969], [123.255967, 46.860569], [123.265989, 46.859985], [123.279141, 46.854426], [123.283404, 46.858265], [123.283125, 46.861276], [123.289332, 46.863325], [123.302222, 46.860265], [123.316664, 46.85163], [123.326393, 46.840076], [123.324363, 46.836106], [123.328878, 46.826838], [123.333927, 46.824535], [123.338226, 46.829268], [123.341369, 46.830387], [123.344705, 46.829448], [123.349127, 46.833736], [123.354279, 46.832985], [123.3596, 46.83535], [123.367671, 46.8355], [123.392387, 46.885052], [123.399775, 46.904017], [123.399287, 46.914059], [123.39669, 46.918567], [123.397954, 46.933524], [123.383654, 46.936308], [123.382943, 46.943562], [123.379942, 46.950473], [123.354374, 46.968564], [123.297121, 46.962426], [123.291457, 46.988639], [123.295633, 46.994836], [123.294966, 46.998056], [123.311436, 46.989805], [123.316524, 46.988304], [123.320269, 46.989623], [123.334765, 46.984324], [123.343514, 46.976619], [123.346018, 46.976852], [123.380892, 46.952613], [123.383989, 46.947602], [123.385737, 46.93875], [123.411864, 46.932467], [123.419923, 46.932058], [123.435116, 46.935988], [123.446725, 46.940058], [123.449062, 46.943889], [123.456934, 46.945247], [123.459175, 46.948268], [123.466771, 46.948828], [123.46912, 46.951057], [123.479038, 46.952809], [123.491694, 46.949336], [123.509166, 46.950103], [123.509908, 46.952406], [123.52085, 46.957219], [123.521795, 46.943148], [123.517076, 46.923073], [123.505204, 46.907264], [123.499114, 46.891483], [123.492029, 46.884601], [123.489535, 46.870293], [123.477637, 46.85785], [123.477482, 46.844617], [123.48143, 46.836925], [123.489905, 46.82917], [123.496397, 46.825826], [123.507562, 46.824033], [123.531963, 46.827742], [123.552196, 46.822951], [123.564175, 46.8275], [123.569104, 46.846826], [123.567628, 46.852941], [123.562139, 46.863322], [123.570834, 46.872501], [123.569941, 46.888167], [123.572039, 46.89078], [123.575636, 46.891812], [123.583757, 46.889407], [123.599896, 46.888986], [123.602438, 46.885298], [123.602824, 46.881062], [123.592973, 46.867337], [123.59254, 46.862083], [123.598338, 46.856019], [123.614721, 46.848647], [123.616307, 46.845359], [123.615619, 46.84054], [123.609717, 46.835503], [123.578327, 46.828103], [123.574046, 46.824209], [123.57893, 46.817515], [123.590382, 46.811747], [123.626833, 46.812473], [123.624502, 46.811016], [123.623413, 46.807242], [123.619071, 46.804346], [123.621957, 46.787672], [123.620372, 46.787091], [123.620353, 46.783701], [123.624762, 46.7625], [123.618084, 46.761822], [123.62015, 46.741242], [123.622281, 46.739925], [123.625025, 46.726553], [123.612653, 46.719744], [123.597914, 46.688035], [123.467233, 46.684906], [123.360523, 46.675778], [123.342887, 46.669065], [123.322853, 46.665327], [123.312424, 46.660513], [123.290155, 46.661926], [123.270833, 46.659657], [123.264641, 46.649523], [123.267912, 46.648273], [123.271828, 46.642818], [123.269878, 46.637296], [123.272906, 46.615331], [123.236645, 46.60179], [123.23826, 46.596911], [123.237638, 46.592783], [123.221955, 46.586465], [123.215875, 46.590594], [123.210782, 46.588762], [123.208565, 46.586165], [123.206449, 46.588282], [123.203416, 46.587615], [123.199205, 46.589833], [123.174026, 46.612391], [123.091707, 46.601245], [123.095137, 46.590774], [123.079582, 46.589411], [123.073794, 46.604346], [123.071337, 46.620895], [123.042369, 46.617399], [123.039268, 46.615353], [123.044607, 46.592501], [123.045982, 46.578122], [123.002097, 46.575067], [122.996689, 46.573504], [122.996542, 46.560698], [123.00404, 46.522974], [123.0043, 46.461678], [123.001996, 46.460255], [123.001149, 46.449548], [123.005098, 46.433079], [123.088237, 46.340222], [123.133296, 46.298765], [123.172047, 46.246139], [123.137999, 46.227473], [123.121865, 46.208451], [123.121176, 46.172675], [123.096356, 46.16999], [123.105665, 46.127992], [123.063415, 46.121538], [123.039339, 46.098034], [122.787115, 46.071319], [122.822387, 45.91141], [122.820475, 45.906865], [122.821203, 45.896267], [122.814744, 45.889515], [122.815018, 45.88688], [122.811079, 45.877586], [122.795042, 45.855454], [122.792367, 45.8471], [122.803159, 45.78118], [122.797401, 45.774029], [122.78756, 45.767584], [122.781698, 45.760813], [122.768856, 45.751502], [122.769266, 45.749504], [122.766365, 45.748308], [122.765227, 45.744218], [122.753407, 45.739674], [122.752542, 45.73489], [122.74518, 45.734108], [122.747379, 45.728991], [122.754186, 45.723692], [122.755072, 45.720252], [122.740649, 45.71858], [122.742283, 45.710597], [122.740279, 45.71051], [122.741167, 45.707605], [122.7357, 45.707092], [122.736088, 45.703123], [122.665688, 45.698751], [122.663075, 45.717023], [122.65775, 45.718724], [122.659178, 45.726177], [122.65547, 45.731316], [122.624118, 45.74312], [122.593122, 45.750869], [122.53616, 45.772077], [122.510054, 45.80101], [122.497394, 45.808572], [122.497294, 45.819652], [122.489938, 45.856252], [122.485125, 45.862424], [122.469061, 45.875899], [122.439895, 45.914828], [122.374905, 45.918121], [122.364742, 45.917741], [122.356004, 45.915352], [122.355827, 45.902686], [122.35434, 45.900826], [122.356397, 45.884891], [122.362923, 45.859973], [122.367036, 45.854002], [122.349149, 45.853103], [122.337686, 45.858109], [122.331686, 45.857992], [122.329067, 45.854476], [122.332115, 45.851697], [122.33075, 45.850708], [122.33201, 45.849626], [122.315346, 45.842302], [122.315149, 45.838193], [122.312501, 45.833774], [122.314934, 45.828425], [122.297056, 45.827898], [122.29737, 45.824138], [122.305008, 45.824143], [122.30669, 45.822786], [122.293218, 45.816283], [122.295903, 45.813936], [122.295704, 45.811001], [122.286015, 45.809048], [122.276711, 45.804505], [122.279816, 45.800243], [122.274843, 45.800317], [122.268763, 45.803274], [122.263053, 45.799706], [122.263193, 45.797957], [122.256847, 45.792995], [122.252951, 45.792878], [122.248492, 45.795682], [122.248023, 45.799883], [122.241165, 45.807443], [122.238831, 45.82177], [122.236198, 45.82492], [122.230591, 45.829153], [122.215028, 45.827874], [122.211401, 45.831421], [122.212286, 45.841071], [122.205562, 45.84674], [122.197963, 45.850104], [122.194985, 45.854878], [122.184966, 45.852111], [122.179379, 45.857093], [122.165151, 45.859703], [122.15817, 45.863233], [122.148019, 45.864454], [122.141053, 45.862707], [122.134454, 45.867329], [122.135083, 45.869193], [122.132057, 45.871064], [122.121909, 45.869712], [122.11185, 45.871386], [122.100534, 45.876715], [122.096953, 45.875547], [122.095516, 45.879162], [122.085387, 45.879857], [122.082748, 45.889852], [122.075739, 45.895529], [122.078974, 45.908983], [122.073596, 45.920407], [122.065062, 45.928504], [122.056573, 45.927547], [122.055611, 45.930348], [122.052378, 45.931769], [122.048737, 45.931055], [122.046112, 45.933184], [122.034164, 45.947075], [122.033377, 45.950138], [122.034973, 45.955018], [122.033498, 45.957178], [122.016605, 45.959809], [122.008932, 45.958761], [122.000852, 45.964396], [122.002607, 45.967672], [121.99948, 45.978895], [121.997502, 45.980538], [121.990778, 45.981384], [121.988422, 45.980005], [121.986259, 45.973483], [121.98209, 45.969803], [121.980365, 45.972616], [121.972952, 45.975057], [121.9598, 45.977034], [121.955402, 45.98028], [121.953685, 45.985243], [121.947296, 45.984182], [121.934586, 45.987662], [121.922349, 45.986622], [121.921367, 45.992168], [121.918685, 45.9937], [121.918307, 46.001995], [121.912818, 46.005866], [121.907, 46.006112], [121.905798, 46.004247], [121.888992, 46.006518], [121.887484, 46.000258], [121.870731, 45.999271], [121.86481, 45.997528], [121.854145, 46.00443], [121.853014, 46.00851], [121.842179, 46.013132], [121.837926, 46.022433], [121.813034, 46.02151], [121.807032, 46.024077], [121.808587, 46.019115], [121.806191, 46.015837], [121.795354, 46.010874], [121.78048, 46.009163], [121.779321, 46.001376], [121.770603, 46.000772], [121.762113, 45.997903], [121.7585, 45.998797], [121.753034, 45.991709], [121.758977, 45.987976], [121.763725, 45.982321], [121.775369, 45.984257], [121.778202, 45.983382], [121.778931, 45.979768], [121.786347, 45.977131], [121.79235, 45.969801], [121.798596, 45.966845], [121.803304, 45.959677], [121.800342, 45.955571], [121.804584, 45.946521], [121.7977, 45.942548], [121.798398, 45.940292], [121.803436, 45.937327], [121.804363, 45.93447], [121.802301, 45.929771], [121.811884, 45.926551], [121.810782, 45.921632], [121.815183, 45.918705], [121.815464, 45.916515], [121.810927, 45.912671], [121.810941, 45.908718], [121.800283, 45.899277], [121.805854, 45.895662], [121.803632, 45.893143], [121.800816, 45.892658], [121.805779, 45.887311], [121.80292, 45.885764], [121.80754, 45.881417], [121.806273, 45.87984], [121.811221, 45.873744], [121.797734, 45.871027], [121.792643, 45.866749], [121.788766, 45.866255], [121.779022, 45.85755], [121.778081, 45.851203], [121.764702, 45.8411], [121.75966, 45.834859], [121.758436, 45.831677], [121.759366, 45.828669], [121.766851, 45.824572], [121.761284, 45.817097], [121.755136, 45.815742], [121.751568, 45.817001], [121.747725, 45.813131], [121.74715, 45.807797], [121.750009, 45.804194], [121.748683, 45.79857], [121.747546, 45.801994], [121.744981, 45.803028], [121.748209, 45.796765], [121.748173, 45.792932], [121.735576, 45.789924], [121.737997, 45.787086], [121.729658, 45.783997], [121.725365, 45.784533], [121.721081, 45.79237], [121.717015, 45.792226], [121.722533, 45.7842], [121.709168, 45.780216], [121.700032, 45.773372], [121.690172, 45.769089], [121.689253, 45.766507], [121.691063, 45.761075], [121.682081, 45.761459], [121.670277, 45.766597], [121.662855, 45.766102], [121.65449, 45.769296], [121.651654, 45.768625], [121.649727, 45.762008], [121.638965, 45.75297], [121.638964, 45.750693], [121.644275, 45.745033], [121.664102, 45.737641], [121.665366, 45.733384], [121.660724, 45.731114], [121.658662, 45.727871], [121.660646, 45.725683], [121.664571, 45.726625], [121.66465, 45.721516], [121.673082, 45.717951], [121.680033, 45.710361], [121.682926, 45.71076], [121.708051, 45.699865], [121.727045, 45.697476], [121.750841, 45.688765], [121.771025, 45.692201], [121.80541, 45.685031], [121.802626, 45.691973], [121.806688, 45.696043], [121.806553, 45.699479], [121.809531, 45.701434], [121.825515, 45.709042], [121.855093, 45.717083], [121.869113, 45.716908], [121.88847, 45.711818], [121.89381, 45.714788], [121.910379, 45.714948], [121.928717, 45.71155], [121.939337, 45.711649], [121.943341, 45.70919], [121.964387, 45.690863], [121.986941, 45.639131], [121.985442, 45.635584], [121.988228, 45.635651], [121.994171, 45.631802], [121.997452, 45.621303], [121.989672, 45.603271], [121.990249, 45.596987], [121.97404, 45.593715], [121.965017, 45.595746], [121.960727, 45.594245], [121.966757, 45.567054], [121.971647, 45.56449], [121.972581, 45.56042], [121.977333, 45.560226], [121.987648, 45.550792], [121.988051, 45.537854], [121.997477, 45.52232], [121.996605, 45.505874], [122.017502, 45.488153], [122.034111, 45.483278], [122.058757, 45.471065], [122.081676, 45.465622], [122.100627, 45.463121], [122.115911, 45.452098], [122.139262, 45.448128], [122.158946, 45.441886], [122.164094, 45.435178], [122.168912, 45.418589], [122.174059, 45.407326], [122.147482, 45.377912], [122.145259, 45.370644], [122.140045, 45.367713], [122.136918, 45.352286], [122.13613, 45.324109], [122.138248, 45.304402], [122.138838, 45.30123], [122.140449, 45.300936], [122.141269, 45.293422], [122.233218, 45.274273], [122.232745, 45.261204], [122.236041, 45.24575], [122.224295, 45.204834], [122.210578, 45.191873], [122.186756, 45.178594], [122.137235, 45.180878], [122.120779, 45.156884], [122.103806, 45.139877], [122.11263, 45.097754], [122.113421, 45.06644], [122.102169, 45.047757], [122.092865, 45.019396], [122.06857, 45.004496], [122.080757, 44.950828], [122.073137, 44.912117], [122.060715, 44.910034], [122.054486, 44.912072], [122.046608, 44.910769], [122.038982, 44.897439], [122.048004, 44.894893], [122.048768, 44.889883], [122.047396, 44.887037], [122.050334, 44.880739], [122.053832, 44.879513], [122.059451, 44.882085], [122.063045, 44.880367], [122.067476, 44.874887], [122.066294, 44.870204], [122.068861, 44.858529], [122.075033, 44.856269], [122.077985, 44.849479], [122.076029, 44.8382], [122.083353, 44.831157], [122.092834, 44.815014], [122.094078, 44.806981], [122.086352, 44.797419], [122.088191, 44.789392], [122.093889, 44.780268], [122.10899, 44.774485], [122.151467, 44.775296], [122.163263, 44.768195], [122.159918, 44.765207], [122.147902, 44.76171], [122.136766, 44.751648], [122.121444, 44.755668], [122.104663, 44.765709], [122.092883, 44.742702], [122.096738, 44.734175], [122.110343, 44.737755], [122.146542, 44.74178], [122.155515, 44.726219], [122.149286, 44.72585], [122.151421, 44.72087], [122.142963, 44.713876], [122.125151, 44.708278], [122.111447, 44.700058], [122.113084, 44.697308], [122.109603, 44.686539], [122.097068, 44.671858], [122.107482, 44.613361], [122.126035, 44.601606], [122.132439, 44.586046], [122.125734, 44.575432], [122.190612, 44.557909], [122.199913, 44.551164], [122.201071, 44.542547], [122.20846, 44.532507], [122.218411, 44.524268], [122.220622, 44.516477], [122.216897, 44.495789], [122.210282, 44.494105], [122.209014, 44.491756], [122.222426, 44.478182], [122.23924, 44.473771], [122.253173, 44.474218], [122.266976, 44.471499], [122.280438, 44.475792], [122.288782, 44.408923], [122.285985, 44.308229], [122.268593, 44.271779], [122.260295, 44.265211], [122.265756, 44.253621], [122.291653, 44.238544], [122.313701, 44.230784], [122.366888, 44.233889], [122.476964, 44.234797], [122.507259, 44.248195], [122.55383, 44.25832], [122.594112, 44.271244], [122.637346, 44.281711], [122.669971, 44.283836], [122.684423, 44.294897], [122.686063, 44.301349], [122.697434, 44.316967], [122.733878, 44.351516], [122.754873, 44.367705], [122.771249, 44.373933], [122.848713, 44.395931], [122.858181, 44.400036], [122.86428, 44.404352], [122.914531, 44.429394], [122.935178, 44.44359], [122.943337, 44.446336], [122.962618, 44.45689], [122.978349, 44.468043], [122.990624, 44.474322], [122.994271, 44.474696], [122.99697, 44.478326], [123.018788, 44.490959], [123.034077, 44.497012], [123.060877, 44.504038], [123.092542, 44.505333], [123.1072, 44.50786], [123.118525, 44.507457], [123.129815, 44.500289], [123.127618, 44.491806], [123.131352, 44.48714], [123.127181, 44.479308], [123.123918, 44.476119], [123.119573, 44.474874], [123.125738, 44.46631], [123.129301, 44.464766], [123.128627, 44.460528], [123.130774, 44.459717], [123.121752, 44.45567], [123.11826, 44.455788], [123.13594, 44.426152], [123.131269, 44.413419], [123.128925, 44.412971], [123.129912, 44.403848], [123.119613, 44.40377], [123.10819, 44.400284], [123.108142, 44.397336], [123.122063, 44.364728], [123.117634, 44.365249], [123.11715, 44.362095], [123.125535, 44.360165], [123.142435, 44.359465], [123.165521, 44.348055], [123.167489, 44.34311], [123.190791, 44.342964], [123.270914, 44.250487], [123.280646, 44.209679], [123.286874, 44.212039], [123.289003, 44.20274], [123.293833, 44.192979], [123.309989, 44.187829], [123.313032, 44.180594], [123.317359, 44.177606], [123.379925, 44.159569], [123.383995, 44.160487], [123.379683, 44.15631], [123.380559, 44.154857], [123.377358, 44.155502], [123.375846, 44.14862], [123.377901, 44.139403], [123.355423, 44.131066], [123.352764, 44.118673], [123.347567, 44.10753], [123.347873, 44.10441], [123.342158, 44.095007], [123.344274, 44.090355], [123.340565, 44.0855], [123.337512, 44.083884], [123.33511, 44.0876], [123.33174, 44.085104], [123.328468, 44.086265], [123.322084, 44.081616], [123.325438, 44.071003], [123.322212, 44.06865], [123.326819, 44.063827], [123.324553, 44.062651], [123.325691, 44.060187], [123.322792, 44.059513], [123.325095, 44.05369], [123.314685, 44.049813], [123.316784, 44.043169], [123.319973, 44.043435], [123.322737, 44.032938], [123.321373, 44.031994], [123.325125, 44.02687], [123.353547, 44.015107], [123.356003, 44.011542], [123.357446, 44.011593], [123.363961, 44], [123.392966, 43.976036], [123.382837, 43.972432], [123.375032, 43.972438], [123.371464, 43.963788], [123.375698, 43.950581], [123.394178, 43.944542], [123.414331, 43.926008], [123.422875, 43.915295], [123.432501, 43.898603], [123.433613, 43.885304], [123.437617, 43.874809], [123.446776, 43.875782], [123.451738, 43.872572], [123.460844, 43.85701], [123.46189, 43.850664], [123.460651, 43.839117], [123.456332, 43.833718], [123.455724, 43.82018], [123.46076, 43.813601], [123.46592, 43.813624], [123.471975, 43.797921], [123.476403, 43.792379], [123.486557, 43.786692], [123.491278, 43.778033], [123.491009, 43.768191], [123.479169, 43.759965], [123.478955, 43.746515], [123.476336, 43.739212], [123.474382, 43.738018], [123.476832, 43.736903], [123.477401, 43.731929], [123.483633, 43.727471], [123.487271, 43.726677], [123.491629, 43.729052], [123.507668, 43.713669], [123.513659, 43.70518], [123.513375, 43.699985], [123.519681, 43.687011], [123.513723, 43.682644], [123.511897, 43.6789], [123.516943, 43.67439], [123.521495, 43.66663], [123.523669, 43.660421], [123.523126, 43.657177], [123.5272, 43.655167], [123.532262, 43.640615], [123.531668, 43.631502], [123.530526, 43.629566], [123.523629, 43.626448], [123.514044, 43.626338], [123.50388, 43.622557], [123.501238, 43.617144], [123.500374, 43.608722], [123.506297, 43.604591], [123.506406, 43.590108], [123.452377, 43.586199], [123.429159, 43.598686], [123.425226, 43.599184], [123.422056, 43.602165], [123.420007, 43.608015], [123.417373, 43.60976], [123.416771, 43.607675], [123.419024, 43.603959], [123.414741, 43.595658], [123.427077, 43.573049], [123.432982, 43.574818], [123.432167, 43.577096], [123.439917, 43.578384], [123.454575, 43.566016], [123.455675, 43.561169], [123.449633, 43.545447], [123.446758, 43.543348], [123.393675, 43.556871], [123.350733, 43.565168], [123.346651, 43.565192], [123.337875, 43.558824], [123.29837, 43.548247], [123.300283, 43.532399], [123.323655, 43.516521], [123.319254, 43.503711], [123.309865, 43.489515], [123.329153, 43.478324], [123.35816, 43.480786], [123.361828, 43.475456], [123.369508, 43.473938], [123.38155, 43.459203], [123.383143, 43.45515], [123.383131, 43.446781], [123.389109, 43.439146], [123.40759, 43.423268], [123.413464, 43.40744], [123.436307, 43.417959], [123.437372, 43.420644], [123.433494, 43.426543], [123.435536, 43.435027], [123.480504, 43.442929], [123.486834, 43.437127], [123.49583, 43.421226], [123.514725, 43.399161], [123.519346, 43.396294], [123.526402, 43.399123], [123.539296, 43.412979], [123.550532, 43.404201], [123.578606, 43.374739], [123.601381, 43.364623], [123.698539, 43.368125], [123.698168, 43.359051], [123.709025, 43.331678], [123.706897, 43.328197], [123.697222, 43.325283], [123.696697, 43.32397], [123.70122, 43.318356], [123.705816, 43.316824], [123.713031, 43.317202], [123.714875, 43.313418], [123.709181, 43.308682], [123.698607, 43.308524], [123.689864, 43.291921], [123.691931, 43.284956], [123.691877, 43.278383], [123.694196, 43.276289], [123.699328, 43.275936], [123.699618, 43.271786], [123.691658, 43.269982], [123.686738, 43.271504], [123.681619, 43.275428], [123.663027, 43.267274], [123.658827, 43.262348], [123.659679, 43.255321], [123.667976, 43.246118], [123.669674, 43.241619], [123.662578, 43.232106], [123.671156, 43.224303], [123.671019, 43.222138], [123.664734, 43.218951], [123.654359, 43.220013], [123.651552, 43.218964], [123.641997, 43.212903], [123.640431, 43.207036], [123.642608, 43.201148], [123.648826, 43.192682], [123.659669, 43.190818], [123.664499, 43.18549], [123.664462, 43.181537], [123.661464, 43.177626], [123.653127, 43.173784], [123.64521, 43.173727], [123.642211, 43.171535], [123.642023, 43.166674], [123.648176, 43.157413], [123.629564, 43.13753], [123.630953, 43.13148], [123.63578, 43.127861], [123.63261, 43.122646], [123.623986, 43.118425], [123.625758, 43.103701], [123.625472, 43.086878], [123.620829, 43.077911], [123.610603, 43.075041], [123.596967, 43.061317], [123.59886, 43.052885], [123.605384, 43.049216], [123.605417, 43.046212], [123.588582, 43.03305], [123.579224, 43.032846], [123.577742, 43.034723], [123.575334, 43.034242], [123.575704, 43.018898], [123.582128, 43.014585], [123.57319, 43.00815], [123.558272, 43.00584], [123.556327, 43.00279], [123.547969, 43.007042], [123.53012, 43.004989], [123.529428, 43.002939], [123.520702, 43.004639], [123.523253, 43.009716], [123.522211, 43.011837], [123.517151, 43.017801], [123.509325, 43.020218], [123.508748, 43.024767], [123.498269, 43.020082], [123.488876, 43.023008], [123.485988, 43.024219], [123.485093, 43.028155], [123.480649, 43.032673], [123.47088, 43.038798], [123.465627, 43.040222], [123.457079, 43.036626], [123.44266, 43.035803], [123.435596, 43.028869], [123.428632, 43.02519], [123.417423, 43.027084], [123.405761, 43.02619], [123.401646, 43.021022], [123.396577, 43.018026], [123.376943, 43.0142], [123.3774, 43.012172], [123.364025, 43.008513], [123.327027, 43.002898], [123.316275, 42.998606], [123.268593, 42.994907], [123.25281, 42.990846], [123.229819, 42.97123], [123.226595, 42.965636], [123.227663, 42.963322], [123.224206, 42.95944], [123.213368, 42.951154], [123.204643, 42.951059], [123.200254, 42.949281], [123.193888, 42.940077], [123.186905, 42.934493], [123.178009, 42.923105], [123.182611, 42.895016], [123.181632, 42.886305], [123.180298, 42.883242], [123.175787, 42.880263], [123.165038, 42.859692], [123.163909, 42.856653], [123.164671, 42.849699], [123.176319, 42.843631], [123.183419, 42.845788], [123.212738, 42.834126], [123.219495, 42.829948], [123.219395, 42.827546], [123.21594, 42.822992], [123.210681, 42.825022], [123.199836, 42.82234], [123.181262, 42.823017], [123.176278, 42.821286], [123.173863, 42.819234], [123.17467, 42.816848], [123.160367, 42.808551], [123.12627, 42.800253], [123.111415, 42.798624], [123.101832, 42.79162], [123.097303, 42.792246], [123.090118, 42.787342], [123.084105, 42.787052], [123.075241, 42.783816], [123.054419, 42.76702], [123.042634, 42.768385], [123.032155, 42.767462], [122.98953, 42.773261], [122.983015, 42.776326], [122.976424, 42.775763], [122.971299, 42.772831], [122.963562, 42.764843], [122.967993, 42.760467], [122.955, 42.753936], [122.940507, 42.751601], [122.926813, 42.768301], [122.923426, 42.770023], [122.881911, 42.767998], [122.873327, 42.757311], [122.872466, 42.749009], [122.873706, 42.745489], [122.868, 42.738489], [122.869877, 42.737303], [122.854089, 42.724456], [122.8513, 42.709238], [122.849979, 42.705121], [122.848328, 42.705002], [122.840975, 42.706171], [122.843424, 42.71541], [122.842146, 42.717824], [122.832719, 42.712337], [122.808151, 42.734732], [122.799794, 42.739355], [122.79247, 42.737128], [122.779729, 42.7553], [122.768165, 42.757332], [122.760246, 42.756957], [122.751534, 42.765813], [122.742918, 42.765134], [122.732759, 42.768554], [122.728517, 42.776855], [122.727491, 42.783549], [122.725802, 42.784683], [122.673292, 42.77887], [122.648118, 42.780153], [122.619837, 42.77112], [122.612629, 42.776441], [122.582286, 42.784587], [122.575375, 42.787909], [122.573235, 42.794678], [122.564326, 42.80554], [122.570521, 42.818067], [122.558513, 42.8238], [122.521725, 42.828482], [122.499452, 42.834386], [122.476627, 42.83508], [122.431288, 42.840472], [122.41421, 42.840236], [122.392467, 42.836664], [122.353451, 42.833593], [122.346723, 42.829124], [122.344402, 42.823474], [122.344393, 42.819151], [122.350372, 42.810005], [122.356311, 42.789399], [122.36672, 42.773486], [122.376744, 42.77145], [122.432182, 42.767631], [122.438237, 42.770723], [122.449785, 42.772481], [122.451987, 42.771078], [122.455711, 42.756436], [122.455039, 42.752927], [122.450095, 42.749677], [122.435842, 42.744767], [122.434162, 42.736393], [122.428444, 42.726426], [122.417459, 42.719578], [122.394057, 42.709607], [122.390495, 42.703483], [122.39018, 42.691551], [122.392913, 42.684227], [122.389334, 42.681408], [122.354999, 42.68104], [122.332274, 42.667884], [122.329345, 42.670453], [122.328575, 42.678023], [122.318997, 42.682505], [122.310099, 42.681476], [122.304678, 42.683475], [122.302368, 42.688139], [122.297706, 42.689966], [122.254076, 42.694448], [122.252213, 42.701941], [122.23596, 42.710539], [122.232631, 42.716596], [122.221457, 42.725335], [122.210615, 42.728205], [122.202886, 42.72836], [122.1995, 42.730351], [122.198172, 42.728998], [122.2043, 42.70962], [122.201026, 42.704547], [122.198724, 42.681932], [122.196819, 42.679479], [122.190713, 42.676745], [122.19047, 42.678562], [122.194287, 42.683697], [122.193993, 42.686744], [122.191884, 42.688751], [122.149053, 42.685536], [122.146764, 42.683821], [122.137564, 42.685439], [122.106323, 42.701279], [122.096919, 42.700355], [122.074695, 42.708176], [122.06721, 42.708222], [122.067763, 42.714387], [122.059343, 42.719192], [122.051436, 42.720113], [122.043184, 42.713866], [122.043049, 42.711011], [122.018636, 42.700317], [122.007851, 42.699075], [121.985043, 42.703112], [121.983538, 42.701354], [121.983853, 42.692351], [121.980716, 42.689423], [121.971544, 42.698189], [121.966153, 42.698965], [121.955677, 42.69704], [121.952075, 42.694832], [121.957671, 42.688194], [121.955998, 42.682874], [121.945212, 42.685397], [121.93142, 42.686079], [121.930382, 42.681055], [121.936566, 42.66668], [121.936093, 42.663085], [121.932543, 42.661815], [121.92243, 42.663504], [121.913264, 42.657044], [121.909127, 42.636447], [121.903246, 42.63728], [121.896915, 42.63372], [121.896689, 42.631826], [121.90139, 42.627058], [121.910857, 42.629018], [121.913987, 42.62707], [121.912785, 42.624253], [121.904644, 42.621186], [121.898251, 42.622977], [121.896452, 42.62134], [121.898632, 42.616159], [121.914254, 42.603279], [121.907324, 42.599492], [121.912443, 42.586665], [121.904554, 42.582766], [121.898638, 42.592083], [121.892019, 42.592686], [121.891148, 42.591508], [121.894276, 42.583192], [121.902189, 42.575636], [121.903066, 42.573351], [121.901118, 42.570158], [121.891784, 42.560586], [121.880491, 42.553044], [121.87702, 42.558361], [121.864566, 42.559036], [121.86148, 42.55344], [121.85999, 42.545326], [121.86016, 42.542964], [121.862816, 42.540795], [121.860995, 42.534764], [121.866111, 42.528106], [121.860363, 42.527511], [121.857763, 42.533485], [121.851579, 42.538042], [121.848041, 42.53675], [121.848016, 42.532831], [121.846414, 42.531686], [121.833669, 42.536297], [121.823027, 42.536125], [121.825753, 42.531202], [121.81891, 42.523319], [121.813344, 42.504666], [121.811176, 42.501893], [121.803595, 42.497579], [121.798297, 42.498015], [121.800731, 42.508411], [121.799863, 42.510596], [121.797081, 42.511772], [121.780528, 42.495291], [121.753072, 42.485373], [121.745988, 42.487231], [121.741645, 42.484681], [121.741708, 42.482392], [121.731476, 42.469151], [121.720493, 42.459201], [121.720432, 42.456036], [121.715251, 42.449594], [121.707722, 42.443513], [121.696488, 42.437447], [121.685086, 42.435293], [121.668885, 42.438084], [121.661411, 42.435147], [121.651284, 42.440972], [121.641429, 42.4523], [121.636237, 42.466873], [121.637089, 42.471499], [121.632736, 42.478445], [121.622611, 42.474046], [121.611129, 42.481458], [121.598448, 42.493776], [121.595821, 42.498976], [121.605198, 42.507177], [121.604581, 42.51076], [121.601478, 42.514386], [121.592665, 42.509036], [121.585221, 42.507081], [121.585626, 42.500366], [121.575996, 42.495734], [121.572825, 42.492458], [121.572614, 42.489699], [121.563503, 42.484475], [121.546966, 42.488546], [121.519986, 42.481747], [121.515975, 42.486703], [121.511891, 42.488368], [121.504572, 42.486443], [121.503989, 42.482629], [121.499006, 42.480242], [121.495987, 42.481913], [121.491428, 42.490856], [121.473106, 42.494067], [121.465, 42.48643], [121.464413, 42.482147], [121.459519, 42.47889], [121.446449, 42.474336], [121.438741, 42.475377], [121.434578, 42.472742], [121.427994, 42.473061], [121.42281, 42.475895], [121.421096, 42.480351], [121.417297, 42.48302], [121.409954, 42.483798], [121.411174, 42.475999], [121.409724, 42.474323], [121.384052, 42.473352], [121.379936, 42.471633], [121.38087, 42.459855], [121.380533, 42.451105], [121.379272, 42.449675], [121.366499, 42.452215], [121.357164, 42.458484], [121.343972, 42.457784], [121.342531, 42.452498], [121.33465, 42.446949], [121.321434, 42.441232], [121.305665, 42.438095], [121.298806, 42.43335], [121.300908, 42.429126], [121.308924, 42.425767], [121.300727, 42.420388], [121.301427, 42.412973], [121.298105, 42.403125], [121.293394, 42.396692], [121.281543, 42.389753], [121.27905, 42.385536], [121.274124, 42.384658], [121.258303, 42.377139], [121.246616, 42.380653], [121.245611, 42.377474], [121.250589, 42.375123], [121.237413, 42.370842], [121.213132, 42.369679], [121.210213, 42.366708], [121.208385, 42.359593], [121.194421, 42.351999], [121.185985, 42.351235], [121.180134, 42.347925], [121.179485, 42.343802], [121.182302, 42.339782], [121.178638, 42.330548], [121.163555, 42.320223], [121.145917, 42.312127], [121.14528, 42.309903], [121.14757, 42.307611], [121.142646, 42.298736], [121.134427, 42.296591], [121.133785, 42.300516], [121.12782, 42.297945], [121.126139, 42.292217], [121.117671, 42.285395], [121.113064, 42.278505], [121.099832, 42.278633], [121.097445, 42.280923], [121.08148, 42.276085], [121.070157, 42.262465], [121.063468, 42.250416], [121.057571, 42.250915], [121.042487, 42.257617], [121.027178, 42.250164], [121.03312, 42.245948], [121.028643, 42.241886], [121.024902, 42.243847], [121.022596, 42.240525], [121.02027, 42.242759], [121.016424, 42.240977], [121.011864, 42.243273], [121.009575, 42.248346], [121.000865, 42.252202], [121.006292, 42.255408], [121.005346, 42.258595], [120.997102, 42.257688], [120.98212, 42.260873], [120.965468, 42.260232], [120.95758, 42.264288], [120.955426, 42.270722], [120.948624, 42.274984], [120.928754, 42.278039], [120.92457, 42.272241], [120.90622, 42.269994], [120.899992, 42.26542], [120.893733, 42.265213], [120.885459, 42.269602], [120.882309, 42.269591], [120.877918, 42.267791], [120.877742, 42.26479], [120.88597, 42.250575], [120.885077, 42.242404], [120.882678, 42.240245], [120.876074, 42.241533], [120.862787, 42.24963], [120.857623, 42.247404], [120.85413, 42.248367], [120.855024, 42.252336], [120.852596, 42.253348], [120.844061, 42.24618], [120.840627, 42.248877], [120.829946, 42.245517], [120.824277, 42.250522], [120.818367, 42.239156], [120.822404, 42.233121], [120.822605, 42.224957], [120.821238, 42.223917], [120.812857, 42.225638], [120.81306, 42.230637], [120.804833, 42.233594], [120.797404, 42.233467], [120.790904, 42.232225], [120.785904, 42.229352], [120.788982, 42.219906], [120.787446, 42.216894], [120.732461, 42.221176], [120.728592, 42.218817], [120.727991, 42.209467], [120.720206, 42.205361], [120.720118, 42.198633], [120.717291, 42.197982], [120.712845, 42.200617], [120.705114, 42.201159], [120.699922, 42.199673], [120.69478, 42.194143], [120.691545, 42.194139], [120.686068, 42.185388], [120.67772, 42.179885], [120.66905, 42.177958], [120.661442, 42.173181], [120.655299, 42.172764], [120.651273, 42.170705], [120.647844, 42.165346], [120.643167, 42.164118], [120.63243, 42.165458], [120.630073, 42.161299], [120.608182, 42.153982], [120.60419, 42.160134], [120.597551, 42.164152], [120.587645, 42.162402], [120.579483, 42.163134], [120.575917, 42.155994], [120.560833, 42.145075], [120.556071, 42.143728], [120.553706, 42.139202], [120.548762, 42.138919], [120.542618, 42.142245], [120.535938, 42.141209], [120.530582, 42.137912], [120.528279, 42.133372], [120.510485, 42.130745], [120.505928, 42.125078], [120.485791, 42.117496], [120.469894, 42.10801], [120.46633, 42.102739], [120.462638, 42.102276], [120.471077, 42.089544], [120.474084, 42.088573], [120.478037, 42.089833], [120.483403, 42.093716], [120.487599, 42.093365], [120.493326, 42.08906], [120.489885, 42.085372], [120.477557, 42.083108], [120.485612, 42.075396], [120.487876, 42.070743], [120.486095, 42.066559], [120.481926, 42.063436], [120.463601, 42.059019], [120.459912, 42.056127], [120.444857, 42.054614], [120.443716, 42.048533], [120.446298, 42.041433], [120.448034, 42.028319], [120.445895, 42.020943], [120.450306, 42.012749], [120.444559, 42.009378], [120.440288, 42.008878], [120.434313, 42.004014], [120.422517, 42.005383], [120.417193, 41.999183], [120.410213, 41.995627], [120.408111, 41.993361], [120.414559, 41.989201], [120.415627, 41.983349], [120.404526, 41.981753], [120.393752, 41.982431], [120.385247, 41.984516], [120.368278, 41.992251], [120.364589, 41.991199], [120.363802, 41.987969], [120.352054, 41.983338], [120.347426, 41.978343], [120.340565, 41.975649], [120.335077, 41.97604], [120.329311, 41.97309], [120.330863, 41.968566], [120.329126, 41.962734], [120.308731, 41.953761], [120.304557, 41.949978], [120.304762, 41.939362], [120.311716, 41.936318], [120.311944, 41.931935], [120.300805, 41.923843], [120.293261, 41.920462], [120.299741, 41.926591], [120.30032, 41.928955], [120.299145, 41.932503], [120.290369, 41.934454], [120.281269, 41.932639], [120.274973, 41.923413], [120.277809, 41.918505], [120.284254, 41.917543], [120.284627, 41.916366], [120.275383, 41.914164], [120.274091, 41.91929], [120.270687, 41.923416], [120.266474, 41.923403], [120.261203, 41.912711], [120.264311, 41.906046], [120.254694, 41.901946], [120.26818, 41.896353], [120.274303, 41.89808], [120.280749, 41.896695], [120.285877, 41.894329], [120.290789, 41.887504], [120.281969, 41.877816], [120.268526, 41.880984], [120.245868, 41.881577], [120.24076, 41.878606], [120.239296, 41.874386], [120.22198, 41.861355], [120.221296, 41.857273], [120.199065, 41.850099], [120.19646, 41.847978], [120.187267, 41.847834], [120.182966, 41.844404], [120.183207, 41.835079], [120.179492, 41.821744], [120.165867, 41.816103], [120.161077, 41.805932], [120.155253, 41.805083], [120.154671, 41.795317], [120.152255, 41.792005], [120.141235, 41.787596], [120.137084, 41.778749], [120.13443, 41.776877], [120.126877, 41.775729], [120.122862, 41.770427], [120.121879, 41.764965], [120.125432, 41.759584], [120.123273, 41.752209], [120.119525, 41.748892], [120.123892, 41.745823], [120.12587, 41.73746], [120.133048, 41.728754], [120.131516, 41.725641], [120.108052, 41.711121], [120.094601, 41.696087], [120.085974, 41.696798], [120.078772, 41.69277], [120.074336, 41.696511], [120.060236, 41.698812], [120.049418, 41.702935], [120.044039, 41.70685], [120.029741, 41.705608], [120.028016, 41.71159], [120.029615, 41.7137], [120.029862, 41.723541], [120.022002, 41.729799], [120.018952, 41.734338], [120.019041, 41.737245], [120.029991, 41.745258], [120.02541, 41.747888], [120.028121, 41.755089], [120.030714, 41.754757], [120.030976, 41.761164], [120.038103, 41.763297], [120.04602, 41.773225], [120.03854, 41.772492], [120.026067, 41.778935], [120.037136, 41.786023], [120.03654, 41.794394], [120.039147, 41.800198], [120.037127, 41.809128], [120.037679, 41.818386], [120.042702, 41.823273], [120.042965, 41.825327], [120.041488, 41.826089], [120.038856, 41.821655], [120.02999, 41.817773], [120.020118, 41.815329], [120.018726, 41.815897], [120.014727, 41.826682], [120.007139, 41.830625], [120.004006, 41.838466], [120.003775, 41.845502], [120.005643, 41.852653], [120.003851, 41.856404], [120, 41.857801], [119.98674, 41.873709], [119.986213, 41.885603], [119.988181, 41.893327], [119.98716, 41.897132], [119.969887, 41.909788], [119.95167, 41.917356], [119.949904, 41.919629], [119.956194, 41.945652], [119.957229, 41.957326], [119.950581, 41.974156], [119.938922, 41.977197], [119.92566, 41.987548], [119.919818, 41.997819], [119.916419, 42.008801], [119.902306, 42.012808], [119.894359, 42.018241], [119.896566, 42.022298], [119.896277, 42.028781], [119.888249, 42.044271], [119.879816, 42.05153], [119.880337, 42.059371], [119.871752, 42.071945], [119.850118, 42.093194], [119.842902, 42.092723], [119.835873, 42.099189], [119.836846, 42.109023], [119.833949, 42.117174], [119.829612, 42.122051], [119.826197, 42.139791], [119.827811, 42.141735], [119.839546, 42.145826], [119.848187, 42.157682], [119.849298, 42.161395], [119.847093, 42.1661], [119.856037, 42.177769], [119.850523, 42.183158], [119.847091, 42.199844], [119.840108, 42.209095], [119.820811, 42.211606], [119.805332, 42.209361], [119.784809, 42.213117], [119.774538, 42.20943], [119.763119, 42.208313], [119.757979, 42.209675], [119.76036, 42.211025], [119.759506, 42.212265], [119.736324, 42.212589], [119.735781, 42.215721], [119.726521, 42.219948], [119.712229, 42.217865], [119.712014, 42.219366], [119.716468, 42.223421], [119.714579, 42.22769], [119.697901, 42.221374], [119.677304, 42.233724], [119.676374, 42.234652], [119.67764, 42.237062], [119.673882, 42.238649], [119.665987, 42.239619], [119.641339, 42.236589], [119.634808, 42.239052], [119.629568, 42.246677], [119.620405, 42.253474], [119.611695, 42.249424], [119.607591, 42.264306], [119.602484, 42.2752], [119.583257, 42.277111], [119.576088, 42.281446], [119.567176, 42.278591], [119.562656, 42.281862], [119.567025, 42.29112], [119.565157, 42.295929], [119.557366, 42.290544], [119.547312, 42.292055], [119.534861, 42.290194], [119.53284, 42.292535], [119.533821, 42.298092], [119.547659, 42.320364], [119.559547, 42.326213], [119.564908, 42.335573], [119.566856, 42.352599], [119.566044, 42.357505], [119.541883, 42.362987], [119.5342, 42.361627], [119.522057, 42.369456], [119.51324, 42.371845], [119.511178, 42.374415], [119.510464, 42.380736], [119.503855, 42.38644], [119.495924, 42.386827], [119.492292, 42.367397], [119.485509, 42.358667], [119.483719, 42.351425], [119.481381, 42.34843], [119.449483, 42.331119], [119.435915, 42.32954], [119.429257, 42.324003], [119.429447, 42.320442], [119.42706, 42.315112], [119.410355, 42.307792], [119.385755, 42.305064], [119.371354, 42.299356], [119.355476, 42.301424], [119.342333, 42.299507], [119.33422, 42.294773], [119.327191, 42.284403], [119.300854, 42.267139], [119.289762, 42.26627], [119.276912, 42.26224], [119.270503, 42.255136], [119.271902, 42.24862], [119.268182, 42.237351], [119.258928, 42.226897], [119.246543, 42.217848], [119.241678, 42.205186], [119.231657, 42.19875], [119.237932, 42.194932], [119.241756, 42.185982], [119.25768, 42.187354], [119.263045, 42.18632], [119.26931, 42.179863], [119.278852, 42.164402], [119.279852, 42.153254], [119.281406, 42.151069], [119.285951, 42.148762], [119.297363, 42.147935], [119.301418, 42.145543], [119.301996, 42.14334], [119.297479, 42.139104], [119.296715, 42.135188], [119.300345, 42.123843], [119.303887, 42.119853], [119.317551, 42.114495], [119.341959, 42.116814], [119.368055, 42.101847], [119.377273, 42.087878], [119.370844, 42.068266], [119.37771, 42.050345], [119.367475, 42.019656], [119.361277, 42.012362], [119.35763, 42.010286], [119.350635, 41.99663], [119.340161, 41.984891], [119.323165, 41.97457], [119.31905, 41.968964], [119.321532, 41.963233], [119.323869, 41.949737], [119.318257, 41.936904], [119.326351, 41.925265], [119.326835, 41.898841], [119.319005, 41.890996], [119.318479, 41.887329], [119.32104, 41.878781], [119.326388, 41.872458], [119.328671, 41.867042], [119.323894, 41.862945], [119.32216, 41.859022], [119.319512, 41.850081], [119.320035, 41.846063], [119.315264, 41.843814], [119.310149, 41.832604], [119.313038, 41.829862], [119.310519, 41.813703], [119.305177, 41.802891], [119.291775, 41.794468], [119.283427, 41.782693], [119.289151, 41.772471], [119.293183, 41.769738], [119.307681, 41.765399], [119.311226, 41.761908], [119.305388, 41.748547], [119.294034, 41.740684], [119.296924, 41.738338], [119.305637, 41.739145], [119.310576, 41.733526], [119.312771, 41.727176], [119.311222, 41.723901], [119.299963, 41.718428], [119.293325, 41.707756], [119.293395, 41.702762], [119.298193, 41.690958], [119.307559, 41.680046], [119.307674, 41.662137], [119.302063, 41.658983], [119.301314, 41.656017], [119.306595, 41.63788], [119.309831, 41.637869], [119.312496, 41.640529], [119.318463, 41.638027], [119.33482, 41.62144], [119.336528, 41.614051], [119.341733, 41.611303], [119.352413, 41.606711], [119.362578, 41.606271], [119.380652, 41.595847], [119.391319, 41.594894], [119.409414, 41.587786], [119.413345, 41.57927], [119.404354, 41.577663], [119.413324, 41.566371], [119.407779, 41.559793], [119.39037, 41.560781], [119.382919, 41.563077], [119.355129, 41.56365], [119.356406, 41.552536], [119.362988, 41.539227], [119.376892, 41.529722], [119.376189, 41.520139], [119.384296, 41.519043], [119.398328, 41.507933], [119.399612, 41.50089], [119.391835, 41.501231], [119.389059, 41.497557], [119.392049, 41.488117], [119.399821, 41.479764], [119.389657, 41.47062], [119.374196, 41.463954], [119.3651, 41.448926], [119.364462, 41.441955], [119.370806, 41.422254], [119.368745, 41.418869], [119.355229, 41.41811], [119.352525, 41.412054], [119.344619, 41.409773], [119.324165, 41.410423], [119.312089, 41.404248], [119.305478, 41.398567], [119.305471, 41.392922], [119.318185, 41.390754], [119.324115, 41.385454], [119.323746, 41.36995], [119.314481, 41.364294], [119.313885, 41.362518], [119.315096, 41.357372], [119.322002, 41.351001], [119.325153, 41.335618], [119.31884, 41.328143], [119.314493, 41.32909], [119.312039, 41.331506], [119.310531, 41.341721], [119.308154, 41.346361], [119.305262, 41.343455], [119.300118, 41.32964], [119.289509, 41.32298], [119.285896, 41.323725], [119.28265, 41.326675], [119.273066, 41.327691], [119.243142, 41.32294], [119.236835, 41.317744], [119.235503, 41.31321], [119.232937, 41.3108], [119.226164, 41.310984], [119.208427, 41.302788], [119.205527, 41.2934], [119.194696, 41.286649], [119.178866, 41.287728], [119.15297, 41.296925], [119.146954, 41.297315], [119.131496, 41.293804], [119.11262, 41.295832], [119.094809, 41.29192], [119.081025, 41.291633], [119.067598, 41.296923], [119.053601, 41.293209], [119.041965, 41.292369], [119.036531, 41.293435], [119.016607, 41.30274], [118.986802, 41.304141], [118.980269, 41.307072], [118.972357, 41.307695], [118.964406, 41.304687], [118.946629, 41.31267], [118.934712, 41.305596], [118.931113, 41.300455], [118.90891, 41.305309], [118.899507, 41.299131], [118.892151, 41.297673], [118.890221, 41.302077], [118.878492, 41.306086], [118.866401, 41.30265], [118.859269, 41.312874], [118.857473, 41.322121], [118.849911, 41.333744], [118.843874, 41.338973], [118.833914, 41.361478], [118.839909, 41.366424], [118.841923, 41.381188], [118.838553, 41.379546], [118.832997, 41.37189], [118.826343, 41.368899], [118.813758, 41.369742], [118.811688, 41.364751], [118.800032, 41.360866], [118.777153, 41.357998], [118.765327, 41.349158], [118.761746, 41.342319], [118.761775, 41.33874], [118.755444, 41.328131], [118.740416, 41.32188], [118.714013, 41.325744], [118.702894, 41.334261], [118.696723, 41.334549], [118.691797, 41.330971], [118.685845, 41.334557], [118.673672, 41.348007], [118.665091, 41.353553], [118.658765, 41.351509], [118.653613, 41.345964], [118.650924, 41.345329], [118.628362, 41.346274], [118.615438, 41.345234], [118.612425, 41.348236], [118.609812, 41.348494], [118.599325, 41.345577], [118.585049, 41.349971], [118.573997, 41.351638], [118.559194, 41.350825], [118.553445, 41.353171], [118.546726, 41.3517], [118.539538, 41.346878], [118.524271, 41.356727], [118.520212, 41.356192], [118.511586, 41.344893], [118.508883, 41.343779], [118.480281, 41.345324], [118.462585, 41.343659], [118.452549, 41.341525], [118.443974, 41.337154], [118.41009, 41.333455], [118.407625, 41.329356], [118.411251, 41.326403], [118.412757, 41.316745], [118.404622, 41.319023], [118.395948, 41.30871], [118.36893, 41.311157], [118.363916, 41.315377], [118.351093, 41.331724], [118.354509, 41.335857], [118.351031, 41.355363], [118.351778, 41.359599], [118.348429, 41.365096], [118.342479, 41.369741], [118.361455, 41.382764], [118.360468, 41.386374], [118.348902, 41.389289], [118.346329, 41.391948], [118.348018, 41.416536], [118.354166, 41.419723], [118.340819, 41.432523], [118.336858, 41.443027], [118.33275, 41.446709], [118.315912, 41.449699], [118.290037, 41.46103], [118.285075, 41.459367], [118.275757, 41.460539], [118.269402, 41.46159], [118.264828, 41.464949], [118.269397, 41.475084], [118.275451, 41.479976], [118.288107, 41.482095], [118.298493, 41.481925], [118.300715, 41.48472], [118.298793, 41.492297], [118.302367, 41.498833], [118.310901, 41.500353], [118.317358, 41.507973], [118.319019, 41.514453], [118.307457, 41.525257], [118.304186, 41.531098], [118.301586, 41.544174], [118.304205, 41.554096], [118.313863, 41.559262], [118.310016, 41.563246], [118.299759, 41.566353], [118.285525, 41.557566], [118.282928, 41.557699], [118.279601, 41.559167], [118.278235, 41.56883], [118.26236, 41.570338], [118.25141, 41.577149], [118.246141, 41.574592], [118.228774, 41.577829], [118.222716, 41.590848], [118.219948, 41.592084], [118.214899, 41.603783], [118.211978, 41.607013], [118.207127, 41.621549], [118.215277, 41.634921], [118.213394, 41.640059], [118.209437, 41.643058], [118.20174, 41.643563], [118.195719, 41.649731], [118.195936, 41.652799], [118.190165, 41.660072], [118.176153, 41.667602], [118.167174, 41.675471], [118.16298, 41.67726], [118.155155, 41.677601], [118.161505, 41.684277], [118.158206, 41.697687], [118.151462, 41.706104], [118.149884, 41.719345], [118.145479, 41.722626], [118.128682, 41.728768], [118.132266, 41.739315], [118.135823, 41.742581], [118.139037, 41.758158], [118.132677, 41.763539], [118.135623, 41.774535], [118.138366, 41.779213], [118.145996, 41.782288], [118.144402, 41.787651], [118.139204, 41.794192], [118.141824, 41.796485], [118.179116, 41.814711], [118.195939, 41.806004], [118.210616, 41.812117], [118.221099, 41.812147], [118.22776, 41.809843], [118.241362, 41.793376], [118.238307, 41.787734], [118.23884, 41.777998], [118.245054, 41.769959], [118.255581, 41.7598], [118.273793, 41.759681], [118.276988, 41.761541], [118.280462, 41.768019], [118.287117, 41.771131], [118.294188, 41.772031], [118.301612, 41.776921], [118.302395, 41.783333], [118.306939, 41.793841], [118.309006, 41.812213], [118.315694, 41.821341], [118.318105, 41.828265], [118.326254, 41.838774], [118.339492, 41.842789], [118.339505, 41.84677], [118.335668, 41.851345], [118.331854, 41.852961], [118.32752, 41.85944], [118.33205, 41.864762], [118.33237, 41.867945], [118.332273, 41.87046], [118.328648, 41.875433], [118.317854, 41.877957], [118.298524, 41.891969], [118.284079, 41.906591], [118.265933, 41.914421], [118.261094, 41.91918], [118.262216, 41.927914], [118.280832, 41.931655], [118.29689, 41.93733], [118.298281, 41.942629], [118.297136, 41.950903], [118.303255, 41.959129], [118.299673, 41.961866], [118.299308, 41.971589], [118.302211, 41.978318], [118.306188, 41.980585], [118.307107, 41.986182], [118.297826, 41.988755], [118.294855, 41.991193], [118.289039, 41.996912], [118.289222, 42.001644], [118.285458, 42.005443], [118.258036, 42.008264], [118.234732, 42.005705], [118.232797, 42.006717], [118.230355, 42.013404], [118.238299, 42.017952], [118.252781, 42.017498], [118.2674, 42.025182], [118.277682, 42.026447], [118.277149, 42.035628], [118.290844, 42.046782], [118.2898, 42.055986], [118.286352, 42.059518], [118.276964, 42.061563], [118.273499, 42.06393], [118.264996, 42.075987], [118.26497, 42.082484], [118.257227, 42.08593], [118.249419, 42.08601], [118.236422, 42.090266], [118.225752, 42.087117], [118.213409, 42.078211], [118.212283, 42.063214], [118.218412, 42.058907], [118.21846, 42.054878], [118.206922, 42.040388], [118.189525, 42.030466], [118.154364, 42.025241], [118.145941, 42.028358], [118.113158, 42.034648], [118.109536, 42.0366], [118.110541, 42.041375], [118.131781, 42.043303], [118.138185, 42.047673], [118.140847, 42.051769], [118.132193, 42.063448], [118.132902, 42.065478], [118.134646, 42.065724], [118.139408, 42.061588], [118.152572, 42.055608], [118.152951, 42.061613], [118.150695, 42.065843], [118.15245, 42.074164], [118.157145, 42.078702], [118.153671, 42.086111], [118.140992, 42.088087], [118.128735, 42.095697], [118.119005, 42.093887], [118.109336, 42.094726], [118.085447, 42.107586], [118.085958, 42.111148], [118.088646, 42.112944], [118.0908, 42.1194], [118.089884, 42.132472], [118.094128, 42.144297], [118.103604, 42.152846], [118.111426, 42.164668], [118.095042, 42.176624], [118.057375, 42.189501], [118.050338, 42.19102], [118.035556, 42.19095], [118.02773, 42.206393], [118.006201, 42.214007], [117.99586, 42.222757], [117.971984, 42.233592], [117.963896, 42.240781], [117.985308, 42.25437], [117.991468, 42.255531], [117.997624, 42.254126], [118.007622, 42.256072], [118.00957, 42.265605], [118.028093, 42.268456], [118.053806, 42.280477], [118.052362, 42.306556], [118.040135, 42.312138], [118.021718, 42.313197], [118.021637, 42.318525], [118.01938, 42.32225], [118.013062, 42.32707], [118.008125, 42.328201], [118.003217, 42.342583], [118.003926, 42.348306], [118.012253, 42.366049], [118.019748, 42.368709], [118.02517, 42.37537], [118.024556, 42.382517], [118.016184, 42.387943], [118.01333, 42.394978], [118.013221, 42.400303], [118.001952, 42.411291], [117.980033, 42.419008], [117.972119, 42.427885], [117.957831, 42.429424], [117.936167, 42.450494], [117.934896, 42.461186], [117.92176, 42.472355], [117.89871, 42.481602], [117.88208, 42.490289], [117.86972, 42.491582], [117.8659, 42.49895], [117.86304, 42.513878], [117.863914, 42.515527], [117.850977, 42.539248], [117.83946, 42.544596], [117.830779, 42.560367], [117.808525, 42.573921], [117.800709, 42.573027], [117.787442, 42.587422], [117.796801, 42.601178], [117.799962, 42.612735], [117.797595, 42.615146], [117.781951, 42.613216], [117.753944, 42.605295], [117.747489, 42.602442], [117.7443, 42.598344], [117.717943, 42.595679], [117.70105, 42.586135], [117.68024, 42.581088], [117.673298, 42.583856], [117.660683, 42.580459], [117.641039, 42.586738], [117.604284, 42.590445], [117.594028, 42.600819], [117.581048, 42.602775], [117.541977, 42.604362], [117.532543, 42.601502], [117.523159, 42.588164], [117.517617, 42.588868], [117.50829, 42.597801], [117.502662, 42.596105], [117.483335, 42.595214], [117.478274, 42.598634], [117.466555, 42.600218], [117.454363, 42.595992], [117.449155, 42.587307], [117.429632, 42.581926], [117.431471, 42.578359], [117.431163, 42.569603], [117.426616, 42.554063], [117.415395, 42.547469], [117.400516, 42.541653], [117.389391, 42.534102], [117.388019, 42.523088], [117.384663, 42.516187], [117.40137, 42.517704], [117.406419, 42.51557], [117.409195, 42.510344], [117.410277, 42.492831], [117.406038, 42.485238], [117.404756, 42.479073], [117.406993, 42.476078], [117.406346, 42.469237], [117.390988, 42.464783], [117.38442, 42.459399], [117.34644, 42.457658], [117.326187, 42.45869], [117.317607, 42.463567], [117.317622, 42.465366], [117.299464, 42.46816], [117.2812, 42.477242], [117.269593, 42.479648], [117.258871, 42.477386], [117.257645, 42.474186], [117.252084, 42.472454], [117.211593, 42.470156], [117.195237, 42.465909], [117.155848, 42.463836], [117.120008, 42.472143], [117.112745, 42.470323], [117.107191, 42.471814], [117.091968, 42.481613], [117.088966, 42.481949], [117.085021, 42.479484], [117.075685, 42.463026], [117.071448, 42.458612], [117.047339, 42.452527], [117.042653, 42.452298], [117.021347, 42.457062], [117.006988, 42.452986], [117.00266, 42.447837], [117.002818, 42.440257], [116.999881, 42.433835], [116.993004, 42.425218], [116.989391, 42.423261], [116.973685, 42.426315], [116.965783, 42.425958], [116.930761, 42.408439], [116.895339, 42.387656], [116.888332, 42.385886], [116.889778, 42.376886], [116.881876, 42.366252], [116.878707, 42.351398], [116.883827, 42.33299], [116.894392, 42.31261], [116.905058, 42.28227], [116.89821, 42.238758], [116.912729, 42.230832], [116.91042, 42.216809], [116.917747, 42.211018], [116.918846, 42.208276], [116.916162, 42.192176], [116.897907, 42.186284], [116.87712, 42.1928], [116.851685, 42.186947], [116.850759, 42.195852], [116.812048, 42.198045], [116.77685, 42.205667], [116.819047, 42.153254], [116.843867, 42.154492], [116.853818, 42.132372], [116.869261, 42.125624], [116.862934, 42.12071], [116.878655, 42.111034], [116.885829, 42.103412], [116.884252, 42.085265], [116.881259, 42.078753], [116.876069, 42.075861], [116.873904, 42.069551], [116.873837, 42.066282], [116.879695, 42.062326], [116.881608, 42.05229], [116.875148, 42.028056], [116.877827, 42.024048], [116.876805, 42.015473], [116.869338, 42.008353], [116.854671, 42.001638], [116.84001, 42.002496], [116.832415, 41.992448], [116.783123, 41.971447], [116.765444, 41.984438], [116.764949, 41.986009], [116.768115, 41.990226], [116.760609, 41.993943], [116.751901, 41.991541], [116.740115, 41.980054], [116.718379, 41.95037], [116.687543, 41.9479], [116.688355, 41.942688], [116.663202, 41.945784], [116.654427, 41.94511], [116.644441, 41.940731], [116.635777, 41.929167], [116.632771, 41.928118], [116.626145, 41.928531], [116.613408, 41.932702], [116.605022, 41.931486], [116.586426, 41.934192], [116.585006, 41.931994], [116.587596, 41.926504], [116.582045, 41.923583], [116.569613, 41.925979], [116.558952, 41.931673], [116.551375, 41.929473], [116.540332, 41.93156], [116.527653, 41.945164], [116.53049, 41.949951], [116.529648, 41.952335], [116.523795, 41.956935], [116.518761, 41.958387], [116.490469, 41.980694], [116.48448, 41.977893], [116.481459, 41.969865], [116.456982, 41.952247], [116.453792, 41.948162], [116.428891, 41.938012], [116.417445, 41.938232], [116.411626, 41.942861], [116.40061, 41.944187], [116.393883, 41.94158], [116.386321, 41.941969], [116.383241, 41.944226], [116.384073, 41.94685], [116.389435, 41.94868], [116.393732, 41.947949], [116.40878, 41.963569], [116.41413, 41.987757], [116.409152, 41.992622], [116.394993, 41.995058], [116.376626, 42.003212], [116.377004, 42.005764], [116.375063, 42.007888], [116.34977, 42.009309], [116.344078, 42.006183], [116.327681, 42.007363], [116.316384, 42.002268], [116.307894, 41.993119], [116.301654, 41.975265], [116.295837, 41.968163], [116.292792, 41.96808], [116.2893, 41.970761], [116.284838, 41.969769], [116.276481, 41.960872], [116.276781, 41.957473], [116.273698, 41.955673], [116.263687, 41.953193], [116.255824, 41.953542], [116.24157, 41.942694], [116.235552, 41.942814], [116.227566, 41.939747], [116.223122, 41.936049], [116.218547, 41.930601], [116.219959, 41.927794], [116.223577, 41.925742], [116.223699, 41.921353], [116.208779, 41.905477], [116.20842, 41.896411], [116.203002, 41.890792], [116.205676, 41.883707], [116.198745, 41.872233], [116.198532, 41.868634], [116.192941, 41.862128], [116.187328, 41.859675], [116.183032, 41.860777], [116.166587, 41.871454], [116.163971, 41.870737], [116.157791, 41.863025], [116.148228, 41.859082], [116.134869, 41.868512], [116.131597, 41.868701], [116.119937, 41.864925], [116.105362, 41.851791], [116.100507, 41.845796], [116.099392, 41.830861], [116.118651, 41.815208], [116.12135, 41.811992], [116.12306, 41.805998], [116.106277, 41.785498], [116.101014, 41.784166], [116.091909, 41.774184], [116.074481, 41.774114], [116.077414, 41.779505], [116.04611, 41.780393], [116.030555, 41.78041], [116.02756, 41.779343], [116.027297, 41.774663], [116.010136, 41.774909], [116.007124, 41.7891], [115.995464, 41.80246], [115.994382, 41.817582], [115.995632, 41.827134], [115.958367, 41.867189], [115.936184, 41.899177], [115.928272, 41.913343], [115.915462, 41.948683], [115.878518, 41.935701], [115.848598, 41.933956], [115.840643, 41.936468], [115.823564, 41.932865], [115.81318, 41.917822], [115.80357, 41.913341], [115.789437, 41.912658], [115.788592, 41.909933], [115.790926, 41.904449], [115.763929, 41.885786], [115.756943, 41.884488], [115.7441, 41.887476], [115.738629, 41.892553], [115.73258, 41.894437], [115.726029, 41.892638], [115.721807, 41.880919], [115.721875, 41.872669], [115.69152, 41.857253], [115.654109, 41.835593], [115.645021, 41.826508], [115.615595, 41.816884], [115.611872, 41.81278], [115.589858, 41.801614], [115.565112, 41.789445], [115.563891, 41.790803], [115.551231, 41.784917], [115.546358, 41.779835], [115.527938, 41.770314], [115.501713, 41.76083], [115.434773, 41.74103], [115.413382, 41.730111], [115.332394, 41.710813], [115.317307, 41.706008], [115.308399, 41.700979], [115.309655, 41.692093], [115.324733, 41.680932], [115.330179, 41.672945], [115.348791, 41.669964], [115.355707, 41.665923], [115.354214, 41.659124], [115.338801, 41.633477], [115.358359, 41.610115], [115.370815, 41.60026], [115.358338, 41.593608], [115.304295, 41.590614], [115.290935, 41.612218], [115.27536, 41.61948], [115.256747, 41.61353], [115.259957, 41.591339], [115.254396, 41.582246], [115.24628, 41.577153], [115.23306, 41.57449], [115.197567, 41.569306], [115.199232, 41.597838], [115.191785, 41.602244], [115.144962, 41.600822], [115.143055, 41.603886], [115.141501, 41.614392], [115.113612, 41.611424], [115.106735, 41.613547], [115.092218, 41.621691], [115.080779, 41.62084], [115.076847, 41.611267], [115.07165, 41.611301], [115.064343, 41.601427], [115.047779, 41.595753], [115.0304, 41.597467], [115.027795, 41.598947], [115.032453, 41.603371], [115.015869, 41.611601], [115.003182, 41.611364], [114.979802, 41.606507], [114.963571, 41.606112], [114.963044, 41.612516], [114.933143, 41.611293], [114.916383, 41.608148], [114.875389, 41.60527], [114.874037, 41.602405], [114.874902, 41.597589], [114.859659, 41.598547], [114.858623, 41.601613], [114.864446, 41.611803], [114.873177, 41.621578], [114.897843, 41.635715], [114.897635, 41.66905], [114.899198, 41.669983], [114.894551, 41.717906], [114.894617, 41.74118], [114.888028, 41.783787], [114.880442, 41.783133], [114.860028, 41.80266], [114.862569, 41.811596], [114.871674, 41.812472], [114.881822, 41.80925], [114.916088, 41.823255], [114.92014, 41.832261], [114.933206, 41.844827], [114.932313, 41.849075], [114.928201, 41.854158], [114.923013, 41.852702], [114.913761, 41.853957], [114.906223, 41.871781], [114.91012, 41.880269], [114.90533, 41.883325], [114.919479, 41.899098], [114.917797, 41.906254], [114.909691, 41.910924], [114.908871, 41.915592], [114.911868, 41.918617], [114.912762, 41.92662], [114.90982, 41.934907], [114.926591, 41.935481], [114.926963, 41.941633], [114.909245, 41.957073], [114.907095, 41.966934], [114.910644, 41.969198], [114.910531, 41.978954], [114.903573, 42.001334], [114.895709, 42.013432], [114.889207, 42.012374], [114.868905, 42.019386], [114.868967, 42.02105], [114.881086, 42.021861], [114.882699, 42.027833], [114.878789, 42.035484], [114.867688, 42.040357], [114.861209, 42.052154], [114.854533, 42.052914], [114.855126, 42.07169], [114.852516, 42.091062], [114.856888, 42.093699], [114.854993, 42.100072], [114.841566, 42.111573], [114.838663, 42.11723], [114.820891, 42.135446], [114.819205, 42.139836], [114.822105, 42.14557], [114.787576, 42.147272], [114.78288, 42.12896], [114.769601, 42.126851], [114.768686, 42.120304], [114.748365, 42.113694], [114.731449, 42.113158], [114.729678, 42.114527], [114.702508, 42.116767], [114.698551, 42.119361], [114.683691, 42.120101], [114.671433, 42.112684], [114.660909, 42.11436], [114.65061, 42.105887], [114.641422, 42.102972], [114.620572, 42.118067], [114.603129, 42.126209], [114.592254, 42.129396], [114.57968, 42.130482], [114.554184, 42.126161], [114.551754, 42.125204], [114.552266, 42.121341], [114.547174, 42.120287], [114.513023, 42.119066], [114.507566, 42.116072], [114.505038, 42.112421], [114.502851, 42.097297], [114.497606, 42.087023], [114.498485, 42.077099], [114.495812, 42.065092], [114.486632, 42.056755], [114.480284, 42.060574], [114.47323, 42.06217], [114.467624, 42.045831], [114.459369, 42.035827], [114.459405, 42.031602], [114.464202, 42.022442], [114.468965, 42.017527], [114.480895, 42.011968], [114.475449, 42.010463], [114.475505, 42.003448], [114.478137, 41.997062], [114.485682, 41.992901], [114.494852, 41.990723], [114.505211, 41.979924], [114.5041, 41.971135], [114.489413, 41.968602], [114.480827, 41.965123], [114.470745, 41.953961], [114.470059, 41.950829], [114.456007, 41.95017], [114.426348, 41.94387], [114.415313, 41.939972], [114.374054, 41.954933], [114.366591, 41.954335], [114.364263, 41.951165], [114.364828, 41.947995], [114.358964, 41.946007], [114.349627, 41.947519], [114.34897, 41.951032], [114.345943, 41.951845], [114.341339, 41.945439], [114.344813, 41.94131], [114.344864, 41.933099], [114.343252, 41.928326], [114.336467, 41.924784], [114.319016, 41.927082], [114.319396, 41.920663], [114.324334, 41.914217], [114.324241, 41.912151], [114.312542, 41.899312], [114.304257, 41.893402], [114.295241, 41.893386], [114.289833, 41.881528], [114.29181, 41.877923], [114.291642, 41.870162], [114.282401, 41.868878], [114.277422, 41.860803], [114.275908, 41.851688], [114.26918, 41.846342], [114.265588, 41.847691], [114.258404, 41.845943], [114.250249, 41.839456], [114.235259, 41.832146], [114.235959, 41.825751], [114.223727, 41.811518], [114.211306, 41.803939], [114.196384, 41.791511], [114.193774, 41.78749], [114.193293, 41.77688], [114.201648, 41.769276], [114.19794, 41.760671], [114.199583, 41.756429], [114.208525, 41.754385], [114.20953, 41.751832], [114.206849, 41.744036], [114.199992, 41.736312], [114.225842, 41.715627], [114.228884, 41.708568], [114.226264, 41.705398], [114.230884, 41.696592], [114.221378, 41.69467], [114.212596, 41.698163], [114.209469, 41.693356], [114.208503, 41.682476], [114.247736, 41.628302], [114.247131, 41.620764], [114.228535, 41.620192], [114.220209, 41.616903], [114.221006, 41.607279], [114.223702, 41.605394], [114.230579, 41.594188], [114.219118, 41.581296], [114.214925, 41.579902], [114.214553, 41.571727], [114.216455, 41.561303], [114.224906, 41.543146], [114.224349, 41.511623], [114.214155, 41.509067], [114.208023, 41.509269], [114.196094, 41.516875], [114.126641, 41.529199], [114.099678, 41.536037], [114.09426, 41.535638], [114.080557, 41.530222], [114.07804, 41.527235], [114.062668, 41.530044], [114.055399, 41.528094], [114.049433, 41.522687], [114.034665, 41.529811], [114.023959, 41.525871], [114.01887, 41.521895], [114.009359, 41.517857], [113.998046, 41.517333], [113.996086, 41.512], [113.971484, 41.504285], [113.970937, 41.500314], [113.953848, 41.488614], [113.947117, 41.48184], [113.936165, 41.482163], [113.930375, 41.485312], [113.925344, 41.484767], [113.922678, 41.481094], [113.913029, 41.452783], [113.90196, 41.444661], [113.877013, 41.435533], [113.870005, 41.426724], [113.864483, 41.411687], [113.911591, 41.40202], [113.927184, 41.392485], [113.937478, 41.392609], [113.937448, 41.389108], [113.929615, 41.380714], [113.927379, 41.374949], [113.928451, 41.367449], [113.93101, 41.367594], [113.931878, 41.365223], [113.931236, 41.355308], [113.925762, 41.352383], [113.918043, 41.342055], [113.916865, 41.336913], [113.921921, 41.331935], [113.913976, 41.331767], [113.91544, 41.329239], [113.920004, 41.327], [113.920399, 41.324884], [113.912592, 41.324131], [113.904731, 41.31997], [113.904388, 41.316896], [113.898223, 41.317855], [113.89252, 41.31377], [113.894604, 41.312242], [113.895501, 41.306466], [113.903971, 41.299917], [113.908502, 41.292917], [113.915943, 41.289427], [113.929644, 41.293058], [113.949705, 41.284596], [113.945149, 41.262707], [113.947422, 41.256094], [113.954696, 41.252456], [113.955044, 41.243165], [113.959619, 41.238771], [113.964655, 41.237796], [113.967649, 41.25216], [113.971258, 41.253076], [113.971682, 41.259916], [113.970249, 41.264739], [113.978323, 41.268455], [113.984857, 41.267896], [113.987918, 41.264094], [113.988658, 41.257033], [114.000236, 41.249028], [114.000332, 41.237781], [114.005387, 41.231615], [114.00434, 41.221845], [113.999923, 41.217751], [113.995363, 41.184442], [113.991256, 41.179985], [113.977044, 41.18119], [113.968025, 41.179181], [113.96549, 41.177988], [113.964343, 41.174939], [113.953872, 41.170614], [113.949945, 41.170641], [113.946248, 41.173621], [113.935158, 41.17672], [113.930021, 41.173063], [113.912783, 41.17148], [113.90632, 41.16591], [113.896001, 41.139879], [113.886707, 41.132438], [113.878864, 41.133351], [113.875073, 41.128222], [113.875724, 41.121423], [113.86964, 41.112855], [113.877179, 41.10848], [113.877531, 41.10422], [113.853943, 41.108048], [113.833064, 41.107749], [113.818866, 41.099965], [113.818094, 41.093986], [113.835517, 41.073985], [113.83977, 41.076353], [113.856316, 41.077131], [113.863794, 41.069287], [113.866228, 41.062757], [113.86361, 41.059689], [113.880236, 41.053884], [113.889072, 41.041344], [113.893226, 41.042352], [113.910035, 41.034894], [113.913283, 41.029475], [113.91223, 41.024221], [113.91684, 41.016672], [113.921339, 41.012931], [113.934227, 41.007028], [113.950412, 41.003434], [113.956936, 40.989074], [113.963285, 40.986627], [113.966334, 40.993244], [113.968807, 40.993743], [113.976084, 40.978152], [113.975638, 40.9617], [113.972252, 40.947437], [113.976389, 40.941989], [113.99025, 40.936339], [113.990857, 40.940976], [113.993922, 40.946463], [114.005553, 40.933374], [114.025131, 40.931924], [114.040995, 40.932874], [114.047708, 40.928394], [114.050312, 40.924645], [114.050606, 40.923389], [114.039067, 40.921538], [114.033502, 40.916608], [114.035355, 40.902647], [114.044204, 40.889228], [114.046511, 40.862869], [114.050241, 40.860008], [114.062051, 40.856326], [114.068311, 40.85204], [114.060225, 40.844701], [114.049992, 40.841316], [114.038013, 40.82951], [114.046535, 40.824734], [114.053735, 40.808911], [114.064097, 40.799857], [114.066298, 40.793568], [114.073292, 40.788918], [114.083614, 40.794182], [114.097558, 40.79594], [114.09898, 40.778806], [114.095352, 40.767174], [114.098147, 40.757084], [114.12668, 40.744953], [114.109402, 40.733346], [114.10193, 40.734752], [114.095371, 40.739243], [114.088099, 40.740307], [114.078918, 40.733614], [114.060215, 40.725041], [114.054179, 40.718706], [114.053611, 40.702573], [114.059542, 40.698447], [114.064986, 40.686554], [114.065128, 40.679046], [114.060644, 40.658945], [114.061136, 40.642127], [114.057966, 40.635798], [114.041556, 40.622268], [114.034221, 40.609231], [114.036034, 40.606661], [114.043882, 40.602194], [114.049372, 40.592464], [114.049446, 40.589617], [114.055695, 40.585829], [114.06642, 40.583056], [114.071571, 40.578787], [114.068009, 40.561658], [114.070171, 40.559383], [114.077854, 40.557391], [114.07777, 40.554839], [114.068751, 40.541567], [114.043536, 40.527857], [114.02293, 40.525967], [114.015155, 40.519601], [114.011025, 40.51813], [113.997145, 40.52179], [113.975659, 40.522131], [113.965407, 40.525117], [113.958333, 40.52057], [113.949036, 40.520029], [113.946107, 40.517883], [113.945554, 40.51539], [113.941273, 40.515618], [113.934834, 40.500354], [113.919627, 40.489413], [113.914022, 40.490494], [113.894685, 40.47696], [113.893911, 40.474284], [113.896415, 40.471159], [113.896319, 40.468237], [113.891478, 40.463688], [113.873622, 40.451583], [113.863413, 40.448312], [113.849594, 40.466333], [113.837825, 40.476534], [113.831251, 40.478949], [113.817499, 40.498947], [113.811932, 40.500144], [113.806932, 40.503602], [113.797858, 40.514394], [113.791406, 40.517864], [113.787458, 40.518037], [113.776714, 40.491441], [113.763506, 40.482829], [113.750799, 40.4684], [113.735623, 40.465414], [113.729654, 40.467372], [113.692664, 40.448898], [113.675138, 40.443861], [113.672885, 40.441575], [113.67332, 40.436146], [113.662585, 40.420219], [113.655867, 40.415264], [113.641581, 40.408331], [113.631793, 40.407249], [113.622719, 40.396047], [113.613318, 40.387936], [113.597839, 40.380008], [113.584414, 40.370907], [113.57419, 40.361675], [113.571735, 40.352176], [113.567963, 40.349346], [113.556317, 40.345568], [113.529336, 40.332613], [113.504322, 40.335545], [113.432542, 40.321603], [113.361937, 40.31186], [113.355723, 40.313693], [113.352394, 40.317449], [113.332521, 40.318612], [113.331933, 40.315914], [113.329012, 40.314875], [113.325363, 40.316494], [113.321451, 40.315346], [113.319212, 40.318686], [113.309331, 40.318602], [113.294557, 40.335009], [113.284518, 40.362711], [113.271865, 40.384318], [113.251726, 40.399772], [113.250974, 40.413804], [113.223458, 40.401015], [113.1686, 40.392394], [113.147472, 40.387573], [113.135969, 40.383946], [113.119583, 40.375551], [113.113482, 40.376541], [113.059726, 40.367965], [113.022799, 40.36396], [112.991424, 40.354423], [112.968147, 40.350564], [112.889921, 40.3263], [112.891475, 40.316641], [112.88749, 40.297725], [112.848846, 40.20542], [112.846089, 40.201601], [112.79557, 40.18567], [112.754709, 40.166541], [112.739759, 40.162195], [112.724534, 40.164695], [112.683568, 40.190733], [112.657809, 40.211653], [112.618552, 40.23801], [112.566704, 40.252541], [112.523551, 40.261167], [112.456592, 40.298593], [112.406793, 40.293891], [112.386362, 40.274957], [112.352903, 40.255388], [112.342684, 40.253296], [112.32847, 40.253127], [112.318267, 40.257523], [112.303543, 40.255148], [112.305153, 40.252639], [112.296842, 40.237468], [112.28344, 40.222239], [112.290829, 40.216183], [112.292875, 40.21031], [112.282516, 40.200719], [112.226495, 40.168914], [112.224195, 40.159601], [112.21933, 40.15244], [112.224065, 40.131494], [112.216055, 40.127088], [112.207216, 40.112651], [112.196817, 40.102171], [112.190904, 40.093633], [112.177483, 40.084246], [112.174944, 40.06864], [112.175406, 40.061073], [112.169048, 40.050509], [112.158079, 40.045855], [112.155531, 40.041498], [112.135423, 40.026025], [112.133968, 40.018696], [112.128328, 40.012557], [112.124952, 39.994808], [112.121212, 39.990822], [112.115194, 39.988353], [112.10986, 39.977361], [112.085451, 39.948798], [112.078392, 39.937094], [112.071453, 39.919999], [112.05844, 39.905738], [112.047021, 39.901065], [112.036887, 39.885017], [112.038297, 39.877043], [112.025871, 39.848544], [112.023883, 39.848713], [111.984785, 39.807286], [111.966285, 39.795117], [111.963226, 39.785416], [111.95903, 39.720021], [111.963895, 39.711744], [111.947883, 39.68487], [111.917975, 39.664947], [111.918421, 39.660187], [111.931223, 39.644939], [111.92803, 39.635781], [111.928177, 39.615361], [111.925699, 39.609042], [111.921158, 39.608343], [111.906498, 39.61502], [111.894041, 39.616527], [111.877332, 39.61122], [111.872106, 39.601858], [111.842269, 39.615445], [111.837416, 39.619525], [111.828988, 39.620713], [111.817598, 39.61147], [111.81202, 39.604761], [111.782303, 39.588287], [111.775248, 39.586334], [111.709824, 39.604968], [111.706604, 39.613328], [111.702981, 39.616928], [111.68127, 39.629949], [111.647652, 39.637683], [111.634904, 39.643857], [111.624692, 39.638377], [111.618674, 39.631403], [111.609283, 39.630989], [111.588595, 39.638123], [111.582284, 39.642053], [111.572574, 39.642463], [111.534932, 39.651533], [111.526074, 39.655313], [111.519877, 39.659937], [111.504917, 39.660999], [111.486278, 39.659019], [111.461731, 39.648047], [111.446935, 39.646197], [111.436736, 39.640748], [111.432033, 39.640304], [111.433667, 39.632606], [111.437108, 39.629624], [111.454261, 39.626275], [111.456369, 39.620327], [111.456693, 39.611582], [111.455062, 39.606516], [111.44976, 39.605356], [111.441877, 39.614333], [111.4339, 39.62021], [111.424808, 39.619506], [111.422567, 39.615769], [111.422917, 39.610548], [111.434632, 39.596191], [111.423557, 39.555322], [111.418513, 39.548327], [111.415934, 39.539408], [111.416039, 39.537157], [111.425006, 39.526887], [111.427118, 39.521696], [111.424429, 39.50658], [111.413246, 39.499076], [111.401468, 39.498172], [111.383434, 39.491464], [111.366496, 39.478901], [111.357443, 39.467215], [111.357443, 39.446655], [111.354232, 39.434962], [111.350694, 39.429473], [111.336282, 39.421517], [111.32684, 39.419007], [111.299011, 39.420508], [111.281469, 39.415978], [111.273081, 39.420438], [111.262161, 39.423411], [111.250668, 39.424016], [111.237908, 39.427607], [111.229056, 39.42721], [111.226172, 39.423789], [111.222357, 39.422309], [111.212635, 39.423648], [111.210095, 39.425426], [111.202398, 39.424468], [111.19897, 39.419861], [111.192034, 39.418385], [111.178465, 39.41956], [111.168201, 39.423139], [111.157222, 39.417308], [111.15292, 39.417337], [111.145153, 39.413714], [111.13705, 39.40726], [111.127624, 39.386584], [111.114143, 39.379257], [111.107392, 39.373457], [111.108316, 39.368872], [111.118452, 39.365325], [111.11459, 39.359316], [111.107007, 39.356632], [111.102642, 39.355856], [111.094078, 39.357759], [111.07949, 39.38024], [111.092194, 39.400353], [111.09208, 39.402308], [111.085665, 39.410061], [111.079859, 39.411249], [111.074604, 39.409356], [111.066858, 39.399737], [111.06098, 39.398756], [111.056762, 39.400386], [111.053778, 39.403639], [111.048091, 39.434179], [111.051364, 39.445403], [111.081232, 39.461565], [111.089232, 39.472649], [111.092431, 39.485641], [111.099605, 39.497335], [111.118154, 39.514094], [111.13779, 39.523321], [111.142035, 39.530641], [111.150128, 39.561948], [111.145133, 39.570349], [111.135604, 39.576475], [111.135195, 39.583548], [111.130436, 39.584976], [111.122822, 39.582358], [111.116159, 39.576648], [111.112114, 39.564275], [111.084636, 39.550323], [111.082295, 39.55038], [111.07627, 39.554867], [111.055147, 39.555673], [111.038324, 39.550759], [111.035292, 39.552548], [111.035661, 39.564919], [111.032804, 39.567929], [111.023675, 39.570133], [111.018687, 39.569762], [111.018151, 39.565043], [111.026656, 39.563075], [111.029182, 39.55973], [111.028475, 39.557099], [111.0255, 39.556337], [111.021787, 39.560912], [111.018388, 39.561459], [111.016774, 39.560688], [111.016476, 39.552385], [111.010031, 39.550357], [110.995439, 39.550483], [110.992506, 39.548371], [110.987283, 39.539013], [110.979013, 39.531322], [110.953912, 39.517686], [110.905524, 39.508156], [110.894828, 39.510829], [110.878025, 39.506847], [110.860409, 39.490674], [110.858128, 39.482445], [110.818594, 39.43345], [110.804522, 39.419038], [110.788558, 39.408168], [110.779532, 39.390071], [110.775638, 39.386261], [110.76178, 39.378554], [110.739522, 39.357943], [110.734441, 39.348916], [110.72056, 39.298391], [110.702463, 39.276038], [110.693386, 39.270805], [110.682214, 39.267597], [110.624641, 39.266338], [110.616772, 39.26794], [110.594566, 39.278261], [110.575881, 39.296827], [110.565333, 39.309624], [110.561166, 39.317666], [110.564984, 39.329672], [110.552311, 39.352841], [110.532056, 39.372072], [110.517224, 39.382088], [110.505028, 39.380174], [110.504785, 39.374383], [110.506762, 39.368582], [110.492398, 39.358218], [110.47524, 39.361193], [110.464455, 39.37375], [110.460368, 39.375882], [110.441624, 39.380296], [110.423846, 39.377937], [110.414605, 39.361012], [110.410168, 39.347817], [110.420912, 39.342294], [110.422932, 39.338313], [110.400883, 39.318977], [110.387889, 39.311174], [110.380053, 39.309121], [110.366797, 39.326812], [110.351322, 39.332108], [110.327867, 39.34558], [110.305858, 39.364764], [110.289754, 39.375234], [110.289922, 39.37808], [110.287477, 39.382134], [110.275423, 39.393116], [110.263415, 39.400459], [110.266513, 39.404078], [110.271153, 39.418736], [110.269425, 39.425158], [110.232864, 39.423121], [110.226053, 39.434405], [110.21107, 39.442517], [110.194557, 39.437152], [110.141581, 39.454446], [110.130477, 39.45171], [110.124029, 39.446408], [110.119593, 39.424326], [110.120356, 39.41382], [110.122226, 39.409233], [110.132197, 39.389766], [110.139558, 39.386956], [110.15427, 39.388084], [110.160037, 39.382426], [110.162459, 39.373494], [110.164857, 39.3704], [110.1716, 39.36753], [110.178276, 39.356175], [110.186522, 39.334944], [110.19392, 39.322767], [110.200369, 39.303323], [110.20194, 39.289323], [110.209837, 39.281506], [110.186102, 39.279493], [110.135056, 39.259595], [110.094668, 39.243148], [110.082518, 39.234303], [110.078686, 39.228138], [110.045743, 39.220746], [110.031393, 39.213462], [109.992091, 39.207829], [109.988864, 39.209952], [109.95647, 39.211496], [109.940956, 39.228413], [109.936973, 39.236315], [109.922331, 39.252799], [109.900837, 39.270433], [109.877638, 39.263707], [109.86596, 39.251596], [109.865387, 39.241741], [109.879908, 39.230957], [109.894226, 39.226948], [109.954925, 39.19102], [109.954169, 39.185329], [109.930854, 39.169119], [109.910167, 39.170716], [109.903646, 39.160723], [109.906529, 39.157069], [109.906102, 39.155455], [109.893507, 39.148607], [109.891403, 39.145237], [109.908502, 39.120839], [109.916341, 39.103453], [109.915286, 39.102265], [109.879808, 39.10272], [109.878377, 39.109712], [109.872814, 39.118419], [109.859357, 39.123427], [109.851309, 39.123024], [109.826063, 39.108001], [109.789397, 39.073798], [109.763264, 39.060429], [109.750468, 39.051182], [109.721262, 39.018709], [109.698036, 39.018451], [109.689006, 39.000324], [109.686353, 38.988624], [109.667445, 38.997731], [109.657216, 38.981724], [109.678472, 38.965827], [109.681066, 38.961177], [109.680758, 38.936489], [109.657238, 38.906969], [109.642745, 38.882169], [109.621696, 38.857115], [109.607174, 38.853017], [109.552504, 38.806016], [109.547243, 38.803552], [109.540955, 38.805278], [109.512278, 38.830167], [109.503732, 38.82996], [109.446789, 38.783512], [109.399854, 38.73], [109.374944, 38.71175], [109.340264, 38.698512], [109.329374, 38.688365], [109.320664, 38.668628], [109.32161, 38.664543], [109.331172, 38.653718], [109.336175, 38.644984], [109.3567, 38.628417], [109.35779, 38.623713], [109.31897, 38.594927], [109.30475, 38.598207], [109.27595, 38.617793], [109.268076, 38.61815], [109.264414, 38.616589], [109.246001, 38.601853], [109.207389, 38.561292], [109.179021, 38.525348], [109.144942, 38.50666], [109.125001, 38.4771], [109.118491, 38.470275], [109.090525, 38.456641], [109.046434, 38.431999], [109.046162, 38.429969], [109.055715, 38.415182], [109.058488, 38.398329], [109.026544, 38.367368], [109.008634, 38.360685], [108.982355, 38.30545], [108.971109, 38.293505], [108.96543, 38.273673], [108.965368, 38.260183], [108.968535, 38.25792], [108.969227, 38.250188], [108.956451, 38.229149], [108.940441, 38.213796], [108.938685, 38.179027], [108.947391, 38.166379], [109.000442, 38.135331], [109.062068, 38.093769], [109.041958, 38.054908], [109.063919, 38.02668], [109.062908, 38.021821], [109.038128, 38.005961], [109.02188, 37.990627], [109.012674, 37.978888], [108.994834, 37.966757], [108.977858, 37.96153], [108.974796, 37.95672], [108.976889, 37.946672], [108.969376, 37.93111], [108.967312, 37.929464], [108.939162, 37.920453], [108.932279, 37.920408], [108.928844, 37.922565], [108.890363, 37.97538], [108.88415, 37.989258], [108.884731, 37.998452], [108.870771, 38.028879], [108.838714, 38.04833], [108.830415, 38.05103], [108.792198, 38.051485], [108.789605, 38.045673], [108.821653, 38.013483], [108.824107, 37.9827], [108.816768, 37.97938], [108.79472, 37.944465], [108.791267, 37.91941], [108.78735, 37.863934], [108.788992, 37.833627], [108.793132, 37.806505], [108.797118, 37.797663], [108.797097, 37.78342], [108.794699, 37.779675], [108.790147, 37.778276], [108.781047, 37.765719], [108.777245, 37.754169], [108.77872, 37.734548], [108.786231, 37.717483], [108.788485, 37.709147], [108.788419, 37.701611], [108.779766, 37.687531], [108.760952, 37.677486], [108.743881, 37.686338], [108.712491, 37.683852], [108.696766, 37.668667], [108.677155, 37.664192], [108.657609, 37.661863], [108.631195, 37.653126], [108.601327, 37.65689], [108.549286, 37.684972], [108.529055, 37.690804], [108.482459, 37.677669], [108.424065, 37.649958], [108.398526, 37.645202], [108.363863, 37.641831], [108.330004, 37.631557], [108.297312, 37.637804], [108.292647, 37.644655], [108.28809, 37.656895], [108.278725, 37.661196], [108.264266, 37.664161], [108.235214, 37.665283], [108.206206, 37.658067], [108.196833, 37.65353], [108.196471, 37.644584], [108.180134, 37.632848], [108.143399, 37.620923], [108.128883, 37.621007], [108.118312, 37.627276], [108.118362, 37.630675], [108.105117, 37.63904], [108.072088, 37.641445], [108.054747, 37.65167], [108.022768, 37.649373], [108.018063, 37.650553], [108.010565, 37.661752], [108.010725, 37.672125], [108.018074, 37.682928], [108.020432, 37.691977], [108.020065, 37.696866], [108.010426, 37.723424], [108.002915, 37.732987], [107.987803, 37.734781], [107.988986, 37.745706], [107.974635, 37.764855], [107.977519, 37.786585], [107.931895, 37.794509], [107.918522, 37.803518], [107.890224, 37.81317], [107.886198, 37.813114], [107.880565, 37.807792], [107.845557, 37.821349], [107.83808, 37.828497], [107.830107, 37.830637], [107.817897, 37.831893], [107.811539, 37.828177], [107.794605, 37.833245], [107.783204, 37.833861], [107.769056, 37.839022], [107.737587, 37.844273], [107.726184, 37.84964], [107.704981, 37.86893], [107.686803, 37.874471], [107.684322, 37.87829], [107.690635, 37.884957], [107.687484, 37.887775], [107.67876, 37.887684], [107.671002, 37.875322], [107.642962, 37.86421], [107.631178, 37.87212], [107.554945, 37.893072], [107.500405, 37.931459], [107.48925, 37.944018], [107.469975, 37.944042], [107.45319, 37.941231], [107.445121, 37.93227], [107.415185, 37.939546], [107.406208, 37.947958], [107.412654, 37.961482], [107.435455, 37.995276], [107.378585, 38.029914], [107.368871, 38.039633], [107.353484, 38.05051], [107.346243, 38.060479], [107.338216, 38.080245], [107.329784, 38.087375], [107.297894, 38.095955], [107.283154, 38.096178], [107.273674, 38.098984], [107.266529, 38.103709], [107.253689, 38.105097], [107.239748, 38.110428], [107.229052, 38.119667], [107.206684, 38.131063], [107.185038, 38.154248], [107.161649, 38.160406], [107.145939, 38.153477], [107.134256, 38.159102], [107.127989, 38.157043], [107.12651, 38.151657], [107.119039, 38.141564], [107.035184, 38.125507], [107.027784, 38.116149], [107.011678, 38.120025], [106.98904, 38.122199], [106.943725, 38.130157], [106.908443, 38.13902], [106.891506, 38.146114], [106.870908, 38.148446], [106.854017, 38.155074], [106.767389, 38.172721], [106.745175, 38.183105], [106.736767, 38.194004], [106.72382, 38.202925], [106.712025, 38.205108], [106.694751, 38.213326], [106.669357, 38.219329], [106.653379, 38.227079], [106.619713, 38.232664], [106.585249, 38.249408], [106.54985, 38.262479], [106.540422, 38.268676], [106.52752, 38.283852], [106.515309, 38.295169], [106.490207, 38.305206], [106.484612, 38.304469], [106.481313, 38.313537], [106.479223, 38.315472], [106.479067, 38.319766], [106.596177, 38.390404], [106.645144, 38.47287], [106.659193, 38.600718], [106.699864, 38.71408], [106.75223, 38.749337], [106.793503, 38.803655], [106.822715, 38.838782], [106.953727, 38.944342], [106.967417, 39.025191], [106.963021, 39.047553], [106.966281, 39.052732], [106.955844, 39.053799], [106.940562, 39.06365], [106.938755, 39.068777], [106.930142, 39.0721], [106.926414, 39.076318], [106.911273, 39.079431], [106.903149, 39.079538], [106.893529, 39.085533], [106.877429, 39.088681], [106.871835, 39.088316], [106.859998, 39.09143], [106.859761, 39.103012], [106.844589, 39.123109], [106.842934, 39.135485], [106.834422, 39.151433], [106.831909, 39.160913], [106.835216, 39.164349], [106.835668, 39.167859], [106.829965, 39.174237], [106.828778, 39.186656], [106.820591, 39.192611], [106.815774, 39.210375], [106.800047, 39.223832], [106.793921, 39.234398], [106.787843, 39.239306], [106.786341, 39.244044], [106.79088, 39.256588], [106.798331, 39.266369], [106.801851, 39.276442], [106.797092, 39.295639], [106.802323, 39.316696], [106.789689, 39.333495], [106.789922, 39.339025], [106.794448, 39.347521], [106.788075, 39.359664], [106.778624, 39.370382], [106.75713, 39.371578], [106.749921, 39.373373], [106.745788, 39.387783], [106.732658, 39.384], [106.728055, 39.378249], [106.688933, 39.364782], [106.677869, 39.355512], [106.6694, 39.353738], [106.640895, 39.356486], [106.632716, 39.359811], [106.626109, 39.365751], [106.598287, 39.374611], [106.572037, 39.344738], [106.555031, 39.330196], [106.525674, 39.300037], [106.503776, 39.269428], [106.456596, 39.282077], [106.438854, 39.283179], [106.428452, 39.286719], [106.395016, 39.28538], [106.347171, 39.280274], [106.341754, 39.281877], [106.319246, 39.279556], [106.319404, 39.276409], [106.314271, 39.275672], [106.288764, 39.27624], [106.277069, 39.273456], [106.27117, 39.263854], [106.276903, 39.23699], [106.284135, 39.224493], [106.285264, 39.216659], [106.282708, 39.211178], [106.276267, 39.208864], [106.274804, 39.206412], [106.277472, 39.193485], [106.285688, 39.187411], [106.288008, 39.182983], [106.28898, 39.158119], [106.283307, 39.142888], [106.280193, 39.139822], [106.268054, 39.135099], [106.249091, 39.131473], [106.224973, 39.138668], [106.212056, 39.131772], [106.194984, 39.135951], [106.191281, 39.140966], [106.177252, 39.146323], [106.168469, 39.155102], [106.164578, 39.15705], [106.152229, 39.157936], [106.145399, 39.154962], [106.130625, 39.138103], [106.122088, 39.125747], [106.117343, 39.121763], [106.112872, 39.122346], [106.108037, 39.120154], [106.108336, 39.114384], [106.110248, 39.113444], [106.105574, 39.0968], [106.097101, 39.089604], [106.091979, 39.082222], [106.092952, 39.080718], [106.091818, 39.073536], [106.084665, 39.06748], [106.078898, 39.049271], [106.080718, 39.042348], [106.077524, 39.033324], [106.071394, 39.028686], [106.085004, 39.01677], [106.083774, 39.004772], [106.060731, 38.985081], [106.057759, 38.976804], [106.057886, 38.972083], [106.054936, 38.966774], [106.043202, 38.958593], [106.040979, 38.959992], [106.031651, 38.960411], [106.025586, 38.958168], [106.009155, 38.943246], [106.0052, 38.942717], [105.996767, 38.936885], [105.999031, 38.928499], [105.998684, 38.923296], [105.989266, 38.920099], [105.984599, 38.916582], [105.965871, 38.898012], [105.964584, 38.894193], [105.965436, 38.891688], [105.97993, 38.874104], [105.999625, 38.874598], [105.998128, 38.869377], [105.988941, 38.854729], [105.970296, 38.844078], [105.939134, 38.820624], [105.930766, 38.808751], [105.932308, 38.801496], [105.892905, 38.787064], [105.893567, 38.778276], [105.899684, 38.771198], [105.896856, 38.750731], [105.903407, 38.745483], [105.904931, 38.738029], [105.90244, 38.729082], [105.881486, 38.713634], [105.882496, 38.707971], [105.889819, 38.696002], [105.890527, 38.693376], [105.888561, 38.689374], [105.878826, 38.676209], [105.867737, 38.670893], [105.867164, 38.664577], [105.871059, 38.660287], [105.870563, 38.659199], [105.867292, 38.655598], [105.8564, 38.653421], [105.848663, 38.64008], [105.848699, 38.630002], [105.855482, 38.609724], [105.861371, 38.604645], [105.871115, 38.590269], [105.869232, 38.582037], [105.855894, 38.57899], [105.851858, 38.572882], [105.850421, 38.564086], [105.858439, 38.548547], [105.860576, 38.538048], [105.858858, 38.525369], [105.856472, 38.521905], [105.845087, 38.5146], [105.831141, 38.471677], [105.832087, 38.467522], [105.835856, 38.464985], [105.841848, 38.455167], [105.846041, 38.444541], [105.844901, 38.441777], [105.837958, 38.436201], [105.828531, 38.437624], [105.822243, 38.432242], [105.824067, 38.427497], [105.822789, 38.414627], [105.830745, 38.390878], [105.831117, 38.384535], [105.824239, 38.37945], [105.818353, 38.368247], [105.817266, 38.360588], [105.822608, 38.34635], [105.833237, 38.336479], [105.838542, 38.324097], [105.846455, 38.314156], [105.851193, 38.312677], [105.862298, 38.295082], [105.855973, 38.28325], [105.84788, 38.261959], [105.842808, 38.254017], [105.836593, 38.236934], [105.829789, 38.228156], [105.821409, 38.22049], [105.815392, 38.220751], [105.777037, 38.21047], [105.770485, 38.174926], [105.767389, 38.148072], [105.761048, 38.12136], [105.768123, 38.11392], [105.778302, 38.083378], [105.777802, 38.078609], [105.780591, 38.077493], [105.784359, 38.069456], [105.795054, 38.059151], [105.808299, 38.038946], [105.827967, 38.020308], [105.840631, 38.004306], [105.835773, 37.995853], [105.811597, 37.967714], [105.797032, 37.957754], [105.795374, 37.954086], [105.795023, 37.951028], [105.798504, 37.946388], [105.799843, 37.938042], [105.792384, 37.915033], [105.792111, 37.909411], [105.799611, 37.894664], [105.803586, 37.870752], [105.802597, 37.861242], [105.79747, 37.852079], [105.779584, 37.834566], [105.769225, 37.819777], [105.770774, 37.807117], [105.768221, 37.794389], [105.75255, 37.79434], [105.752269, 37.796504], [105.747749, 37.798733], [105.738741, 37.798777], [105.694982, 37.783884], [105.670693, 37.772205], [105.660211, 37.768914], [105.657479, 37.769204], [105.651852, 37.775949], [105.637909, 37.780525], [105.631387, 37.781081], [105.618621, 37.778074], [105.612635, 37.753153], [105.612309, 37.718455], [105.596918, 37.706552], [105.569845, 37.700771], [105.465167, 37.702523], [105.445471, 37.699829], [105.387532, 37.709214], [105.366168, 37.714833], [105.358531, 37.713898], [105.261667, 37.685574], [105.233293, 37.671938], [105.201529, 37.67049], [105.170231, 37.663427], [105.158417, 37.657847], [105.090796, 37.616082], [105.034335, 37.584452], [105.021443, 37.579262], [104.919558, 37.571577], [104.900808, 37.566325], [104.863954, 37.566359], [104.829612, 37.554195], [104.801925, 37.538604], [104.61047, 37.521256], [104.43011, 37.514638], [104.427572, 37.51031], [104.416569, 37.511097], [104.408762, 37.485786], [104.404635, 37.464323], [104.388934, 37.46039], [104.367964, 37.46112], [104.360503, 37.456454], [104.35316, 37.448951], [104.33768, 37.443829], [104.331565, 37.44426], [104.323535, 37.448186], [104.319346, 37.447983], [104.300827, 37.441642], [104.284475, 37.42733], [104.282495, 37.429974], [104.235116, 37.411397], [104.180927, 37.406647], [104.076054, 37.471779], [103.935677, 37.570948], [103.86724, 37.606605], [103.837663, 37.64727], [103.671686, 37.784988], [103.397496, 37.861437], [103.394964, 37.868415], [103.395284, 37.881138], [103.391382, 37.904007], [103.377659, 37.967191], [103.369599, 37.972858], [103.364124, 37.984821], [103.361664, 38.001196], [103.358616, 38.006243], [103.353311, 38.024117], [103.353267, 38.033618], [103.356332, 38.038816], [103.356913, 38.043649], [103.35071, 38.04934], [103.347798, 38.056898], [103.350046, 38.066438], [103.360744, 38.086499], [103.550096, 38.159516], [103.470579, 38.33364], [103.463928, 38.35111], [103.42529, 38.395221], [103.411842, 38.40452], [103.859419, 38.646256], [103.897501, 38.699995], [103.914449, 38.7201], [103.917952, 38.729935], [104.001866, 38.847014], [104.032063, 38.891862], [104.169223, 38.939124], [104.194031, 38.987606], [104.187575, 39.045492], [104.195332, 39.066583], [104.200062, 39.085203], [104.174235, 39.154339], [104.044301, 39.29664], [104.059272, 39.333678], [104.087398, 39.419292], [103.94299, 39.458687], [103.847816, 39.46069], [103.357952, 39.333678], [103.342278, 39.329009], [103.259361, 39.265726], [103.16897, 39.205866], [103.135665, 39.197024], [103.010055, 39.098543], [102.800717, 39.140842], [102.602275, 39.172791], [102.45407, 39.254969], [102.350984, 39.231176], [102.281849, 39.191758], [101.828531, 39.09284], [101.976202, 38.96831], [102.071454, 38.890545], [101.937267, 38.81215], [101.854665, 38.71774], [101.773329, 38.658824], [101.759821, 38.66955], [101.754148, 38.670888], [101.749189, 38.674258], [101.746671, 38.673651], [101.741941, 38.677303], [101.718489, 38.677512], [101.711301, 38.681135], [101.697701, 38.682501], [101.677897, 38.690355], [101.674396, 38.687474], [101.668174, 38.690197], [101.647578, 38.685351], [101.641215, 38.677001], [101.637673, 38.675766], [101.634597, 38.669323], [101.612158, 38.656531], [101.603717, 38.648137], [101.586681, 38.669078], [101.557794, 38.71295], [101.495493, 38.730603], [101.484716, 38.736036], [101.471098, 38.73703], [101.458001, 38.747838], [101.451482, 38.748933], [101.44615, 38.752371], [101.44218, 38.751453], [101.43762, 38.756021], [101.422293, 38.759025], [101.418767, 38.762453], [101.407579, 38.762268], [101.40445, 38.76705], [101.394528, 38.772372], [101.37856, 38.768488], [101.366537, 38.773019], [101.357884, 38.77178], [101.352675, 38.773762], [101.350933, 38.772961], [101.338086, 38.778212], [101.326741, 38.776315], [101.319759, 38.781444], [101.307029, 38.786431], [101.30364, 38.800752], [101.322377, 38.804143], [101.326404, 38.807363], [101.33319, 38.808335], [101.333668, 38.809961], [101.331222, 38.812816], [101.339193, 38.820221], [101.338912, 38.824057], [101.340858, 38.824135], [101.338008, 38.827233], [101.338118, 38.83357], [101.332179, 38.846525], [101.301518, 38.849696], [101.277398, 38.848843], [101.258307, 38.858731], [101.237829, 38.858796], [101.234289, 38.906235], [101.218159, 38.920874], [101.196492, 38.948138], [101.22661, 39.021162], [101.125437, 38.976811], [100.961543, 38.943721], [100.968807, 38.966566], [100.964164, 39.000338], [100.957829, 39.005705], [100.900071, 39.030078], [100.880453, 38.99572], [100.843593, 39.018483], [100.841619, 39.017733], [100.832879, 39.025777], [100.828758, 39.027616], [100.830188, 39.063961], [100.826759, 39.072832], [100.866485, 39.109655], [100.864883, 39.115635], [100.862333, 39.118665], [100.864464, 39.124546], [100.854961, 39.14452], [100.850274, 39.158266], [100.850606, 39.16355], [100.844268, 39.176285], [100.846296, 39.19411], [100.838821, 39.199637], [100.839994, 39.203395], [100.839608, 39.206401], [100.838219, 39.206663], [100.835961, 39.249573], [100.829754, 39.404077], [100.751258, 39.403851], [100.73106, 39.401811], [100.708079, 39.404385], [100.661265, 39.392649], [100.607214, 39.387473], [100.59429, 39.388258], [100.586674, 39.392059], [100.583029, 39.390784], [100.571028, 39.393765], [100.565432, 39.392764], [100.560487, 39.395642], [100.552039, 39.394827], [100.525578, 39.399805], [100.496815, 39.399839], [100.497777, 39.480275], [100.441488, 39.485148], [100.323598, 39.508267], [100.298063, 39.571813], [100.310814, 39.608055], [100.26236, 39.676704], [100.114428, 39.704728], [100.034917, 39.755422], [99.964562, 39.766918], [99.90372, 39.787385], [99.820234, 39.862209], [99.81356, 39.86457], [99.770943, 39.868505], [99.741396, 39.874478], [99.724095, 39.875804], [99.67773, 39.888332], [99.657544, 39.888449], [99.460405, 39.87523], [99.440861, 39.883465], [99.444925, 39.89295], [99.456219, 39.896325], [99.470494, 39.893243], [99.476973, 39.887438], [99.491123, 39.882181], [99.508075, 39.882626], [99.51996, 39.885512], [99.533414, 39.890909], [99.55033, 39.902315], [99.561491, 39.904969], [99.620247, 39.9267], [99.662467, 39.945118], [99.66851, 39.950158], [99.676124, 39.951495], [99.693655, 39.960324], [99.712797, 39.971438], [99.716307, 39.976232], [99.724207, 39.979202], [99.732935, 39.985763], [99.749663, 40.005986], [99.840039, 40.012571], [99.858445, 40.018544], [99.871905, 40.025237], [99.926317, 40.063247], [99.954949, 40.151213], [99.960352, 40.1598], [99.988243, 40.187376], [100.006043, 40.199158], [100.167947, 40.276595], [100.16803, 40.540228], [100.241018, 40.617629], [100.235713, 40.715719], [100.106223, 40.874144], [100.055372, 40.906645], [99.671634, 40.931799], [99.564569, 40.845746], [99.173246, 40.857061], [99.171619, 40.74611], [99.124078, 40.713959], [99.100543, 40.67517], [99.040253, 40.692624], [98.983928, 40.781802], [98.790009, 40.704512], [98.788121, 40.678542], [98.806118, 40.658191], [98.801173, 40.653506], [98.801397, 40.64405], [98.795103, 40.630609], [98.801481, 40.615463], [98.801812, 40.606135], [98.798655, 40.610071], [98.76408, 40.637485], [98.714792, 40.661087], [98.696715, 40.679186], [98.68714, 40.695846], [98.667835, 40.771913], [98.569462, 40.745958], [98.62735, 40.677057], [98.3434, 40.567285], [98.332319, 40.917813], [98.293184, 40.930923], [98.249644, 40.937949], [98.184156, 40.986704], [98.141551, 41.000395], [97.971527, 41.096661], [97.910184, 41.159689], [97.629055, 41.439189], [97.631821, 41.452495], [97.615757, 41.46333], [97.614331, 41.476473], [97.846453, 41.655091], [97.500042, 42.242298], [97.342984, 42.500064], [97.238913, 42.666678], [97.190512, 42.762867], [97.17172, 42.794532], [97.692743, 42.724375], [98.194463, 42.651979], [98.544598, 42.637491], [98.947042, 42.604565], [99, 42.603086], [99.505319, 42.567485], [99.968197, 42.648372], [100.267503, 42.635917], [100.270327, 42.641675], [100.320772, 42.689599], [100.848259, 42.672515], [101.566794, 42.527418], [101.801479, 42.505943], [102, 42.302701], [102.074681, 42.228643], [102.446948, 42.147384], [102.544339, 42.162303], [102.643164, 42.153454], [102.709789, 42.154286], [102.995666, 42.035949], [103.417616, 41.880189], [103.747054, 41.8246], [103.85824, 41.799748], [104.073805, 41.803783], [104.525231, 41.87466], [104.518045, 41.658949], [104.68267, 41.644035], [104.918354, 41.651303], [105.004288, 41.578484], [105.224365, 41.749404], [105.284512, 41.746905], [105.357808, 41.778351], [105.378921, 41.794343], [105.479331, 41.835097], [105.583086, 41.885464], [105.716129, 41.938193], [105.885612, 41.990273], [106.076244, 42.053668], [106.367293, 42.159554], [106.605824, 42.241708], [106.781466, 42.293436], [107.046561, 42.320019], [107.267166, 42.366698], [107.286292, 42.413818], [107.461208, 42.462091], [107.495285, 42.459762], [107.567987, 42.414661], [107.728581, 42.417144], [107.931628, 42.405707], [107.958539, 42.416355], [107.978318, 42.41576], [108.019323, 42.434176], [108.083036, 42.435145], [108.241508, 42.459059], [108.292072, 42.437108], [108.524482, 42.443104], [108.69757, 42.411293], [108.790123, 42.413665], [108.826909, 42.40241], [108.83833, 42.393701], [108.992305, 42.453604], [109.005511, 42.446109], [109.018033, 42.457441], [109.28492, 42.433408], [109.304253, 42.440547], [109.478904, 42.455878], [109.495026, 42.467494], [109.535166, 42.470471], [109.676853, 42.55786], [109.901378, 42.634859], [110.102562, 42.639452], [110.133019, 42.673228], [110.332778, 42.73481], [110.433331, 42.779821], [110.463169, 42.836697], [110.623668, 42.933581], [110.682517, 43.01744], [110.6813, 43.037077], [110.729742, 43.085602], [110.765551, 43.099751], [111.01217, 43.328859], [111.055298, 43.348787], [111.060354, 43.355925], [111.140554, 43.378108], [111.175532, 43.393426], [111.311084, 43.429831], [111.336041, 43.431186], [111.348638, 43.437743], [111.391171, 43.471353], [111.450657, 43.492173], [111.5036, 43.488009], [111.55846, 43.487967], [111.60092, 43.512964], [111.784912, 43.671109], [111.884186, 43.67316], [111.919523, 43.68792], [111.942135, 43.692672], [111.961019, 43.746413], [111.95825, 43.798255], [111.951778, 43.821288], [111.863833, 43.937251], [111.7752, 44.004053], [111.740654, 44.013003], [111.713795, 44.024112], [111.67945, 44.042597], [111.656331, 44.058614], [111.636879, 44.079107], [111.602079, 44.111557], [111.589944, 44.133686], [111.556394, 44.164024], [111.544259, 44.183952], [111.533856, 44.210774], [111.525342, 44.242903], [111.527731, 44.263287], [111.513207, 44.282164], [111.481798, 44.301438], [111.424062, 44.319514], [111.408272, 44.356046], [111.419694, 44.392452], [111.469187, 44.48418], [111.507972, 44.507083], [111.525461, 44.550032], [111.554609, 44.565142], [111.562825, 44.575084], [111.553419, 44.644616], [111.577772, 44.704176], [111.600176, 44.748777], [111.617308, 44.778044], [111.665988, 44.839361], [111.692332, 44.868725], [111.738375, 44.942607], [111.765025, 44.974552], [111.883641, 45.046114], [111.996251, 45.090007], [112.063755, 45.093744], [112.106141, 45.071709], [112.391153, 45.06257], [112.424849, 45.072496], [112.535019, 45.000428], [112.595338, 44.930472], [112.70401, 44.879297], [112.847739, 44.840499], [112.924774, 44.839904], [113.000203, 44.828256], [113.118403, 44.796984], [113.272592, 44.789489], [113.496868, 44.775593], [113.538201, 44.757124], [113.622646, 44.74441], [113.704381, 44.78617], [113.791017, 44.849136], [113.854346, 44.861212], [113.857535, 44.868975], [113.860581, 44.87145], [113.871241, 44.873544], [113.876951, 44.877922], [113.878736, 44.88718], [113.883636, 44.892396], [113.895226, 44.89829], [113.896558, 44.909331], [113.902546, 44.911999], [113.911484, 44.913163], [113.931191, 44.91221], [113.947942, 44.914875], [113.959103, 44.919366], [114, 44.925], [114.058433, 44.929354], [114.106617, 44.954696], [114.149804, 44.99128], [114.171695, 45.035538], [114.182165, 45.035538], [114.322553, 45.114476], [114.340756, 45.118046], [114.404525, 45.178603], [114.45378, 45.210726], [114.514813, 45.287463], [114.534087, 45.327438], [114.544081, 45.385021], [114.737231, 45.437302], [114.920749, 45.381333], [114.968577, 45.375265], [115.017118, 45.381333], [115.165839, 45.394647], [115.357856, 45.391208], [115.550355, 45.433205], [115.689751, 45.458631], [115.871047, 45.581743], [115.931176, 45.633984], [116.020298, 45.658421], [116.027088, 45.680828], [116.043141, 45.686737], [116.08415, 45.684312], [116.113395, 45.678617], [116.134215, 45.688135], [116.170788, 45.689222], [116.199478, 45.710649], [116.209915, 45.722268], [116.216799, 45.744385], [116.257209, 45.774694], [116.281956, 45.776787], [116.27118, 45.829104], [116.280219, 45.83794], [116.25666, 45.864821], [116.23489, 45.875434], [116.263146, 45.965348], [116.404367, 46.129739], [116.429054, 46.135093], [116.525482, 46.22804], [116.561023, 46.252346], [116.579376, 46.290144], [116.59865, 46.302636], [116.668606, 46.323338], [116.74576, 46.327353], [116.763904, 46.334491], [116.771934, 46.345496], [116.784427, 46.349958], [116.796919, 46.350255], [116.805842, 46.353527], [116.816252, 46.375835], [116.821606, 46.379999], [116.828447, 46.381486], [116.896023, 46.371552], [117.02273, 46.362331], [117.08519, 46.355788], [117.238904, 46.363937], [117.360453, 46.359567], [117.374949, 46.394424], [117.36674, 46.416553], [117.388393, 46.471786], [117.436815, 46.526603], [117.408619, 46.578713], [117.443597, 46.582996], [117.486427, 46.596202], [117.508913, 46.594061], [117.543891, 46.598701], [117.57185, 46.590254], [117.587197, 46.601318], [117.616584, 46.592247], [117.628481, 46.583026], [117.634132, 46.572913], [117.634727, 46.557447], [117.64246, 46.547037], [117.66566, 46.529488], [117.691537, 46.515509], [117.711167, 46.515509], [117.741803, 46.520863], [117.756972, 46.528893], [117.761731, 46.533652], [117.769761, 46.53395], [117.803669, 46.528596], [117.82092, 46.529786], [117.838468, 46.534247], [117.861073, 46.546145], [117.852448, 46.563396], [117.853935, 46.569939], [117.861371, 46.574698], [117.880406, 46.578862], [117.886058, 46.581836], [117.894683, 46.596411], [117.908365, 46.607118], [117.918478, 46.611877], [117.940488, 46.614851], [117.969636, 46.612175], [117.979154, 46.616339], [117.984508, 46.629723], [118.026743, 46.627641], [118.049943, 46.630913], [118.118352, 46.676717], [118.140957, 46.679989], [118.172783, 46.679989], [118.190629, 46.683261], [118.213828, 46.693076], [118.22632, 46.705568], [118.235541, 46.71003], [118.266652, 46.713867], [118.306627, 46.73671], [118.401092, 46.725526], [118.436784, 46.702207], [118.582466, 46.69153], [118.629899, 46.718387], [118.645522, 46.720291], [118.654326, 46.715294], [118.668127, 46.695069], [118.71643, 46.693165], [118.777582, 46.683172], [118.788766, 46.685789], [118.792335, 46.694117], [118.788052, 46.704349], [118.780913, 46.713391], [118.837307, 46.768594], [118.869905, 46.767643], [118.897269, 46.77145], [118.907263, 46.771212], [118.912973, 46.763835], [118.915591, 46.739327], [118.907263, 46.730523], [118.91797, 46.722671], [118.931083, 46.722297], [118.941765, 46.71934], [118.963418, 46.733616], [119.0003, 46.744086], [119.019811, 46.718864], [119.057645, 46.679127], [119.095716, 46.648194], [119.109279, 46.640579], [119.117845, 46.642245], [119.143305, 46.65438], [119.152585, 46.655332], [119.195415, 46.643673], [119.233725, 46.648194], [119.255378, 46.644387], [119.259185, 46.63582], [119.282504, 46.624637], [119.306774, 46.605601], [119.317482, 46.604887], [119.341752, 46.614643], [119.350794, 46.614881], [119.357933, 46.609408], [119.363703, 46.599325], [119.376968, 46.601318], [119.388212, 46.611708], [119.424754, 46.635102], [119.483706, 46.625796], [119.510965, 46.633124], [119.550026, 46.631085], [119.574833, 46.616795], [119.602244, 46.616224], [119.641648, 46.622696], [119.65307, 46.616414], [119.667917, 46.610894], [119.674281, 46.603451], [119.675805, 46.58974], [119.670285, 46.581174], [119.711569, 46.595665], [119.724513, 46.60861], [119.736505, 46.612607], [119.754589, 46.612226], [119.768866, 46.616985], [119.800275, 46.654486], [119.804272, 46.668953], [119.794945, 46.677519], [119.864425, 46.664955], [119.904086, 46.666086], [119.904683, 46.684299], [119.908754, 46.690179], [119.921569, 46.700883], [119.927599, 46.709627], [119.914181, 46.73194], [119.908, 46.750032], [119.908574, 46.758706], [119.902775, 46.764617], [119.929145, 46.787347], [119.930811, 46.797579], [119.918503, 46.823478], [119.919642, 46.838586], [119.931352, 46.845131], [119.911602, 46.850128], [119.910888, 46.890816], [119.920852, 46.902562], [119.853068, 46.915801], [119.84581, 46.941826], [119.867924, 46.955402], [119.865259, 46.958393], [119.836352, 46.961605], [119.788525, 47.011336], [119.783528, 47.020616], [119.7831, 47.024447], [119.785384, 47.029967], [119.782148, 47.035488], [119.782909, 47.042912], [119.79947, 47.051478], [119.757698, 47.123137], [119.714868, 47.177389], [119.695036, 47.191759], [119.679617, 47.199563], [119.667624, 47.209652], [119.643452, 47.234787], [119.632343, 47.237157], [119.631833, 47.240182], [119.623362, 47.245189], [119.608818, 47.24759], [119.588331, 47.246031], [119.584417, 47.247019], [119.572946, 47.244758], [119.56691, 47.246963], [119.558777, 47.246785], [119.549868, 47.256564], [119.558334, 47.25678], [119.555828, 47.263717], [119.56043, 47.267348], [119.561988, 47.270889], [119.557707, 47.275302], [119.555972, 47.274936], [119.557056, 47.272753], [119.555521, 47.27245], [119.547935, 47.278219], [119.550851, 47.279773], [119.55456, 47.278566], [119.555453, 47.276522], [119.560967, 47.277118], [119.56148, 47.282257], [119.559095, 47.283524], [119.556045, 47.280579], [119.552551, 47.283513], [119.556448, 47.283449], [119.559729, 47.285692], [119.551082, 47.285952], [119.550552, 47.295544], [119.552789, 47.298058], [119.551754, 47.301274], [119.532646, 47.299899], [119.528132, 47.302293], [119.531901, 47.305066], [119.529566, 47.307411], [119.527585, 47.304689], [119.520143, 47.302536], [119.516264, 47.309975], [119.521204, 47.310946], [119.522426, 47.310222], [119.520841, 47.308863], [119.523774, 47.30936], [119.522453, 47.314944], [119.519636, 47.314129], [119.512564, 47.319794], [119.508393, 47.3211], [119.504195, 47.320388], [119.499234, 47.322388], [119.498413, 47.326175], [119.494683, 47.322816], [119.489283, 47.321922], [119.485964, 47.323073], [119.486307, 47.324752], [119.474475, 47.327775], [119.475964, 47.330429], [119.475197, 47.332224], [119.478909, 47.333549], [119.479167, 47.335205], [119.471955, 47.3369], [119.471288, 47.335376], [119.467319, 47.340499], [119.463692, 47.339048], [119.452806, 47.344013], [119.45519, 47.347191], [119.455924, 47.350162], [119.45476, 47.351041], [119.44775, 47.348295], [119.443476, 47.35032], [119.444293, 47.356824], [119.436802, 47.358288], [119.436145, 47.362765], [119.432487, 47.366943], [119.435117, 47.367121], [119.435522, 47.369019], [119.430598, 47.376536], [119.422773, 47.377736], [119.417157, 47.374239], [119.413978, 47.374495], [119.411983, 47.376624], [119.41701, 47.379405], [119.407394, 47.386075], [119.402647, 47.386535], [119.382967, 47.395383], [119.378896, 47.394721], [119.374891, 47.396369], [119.371407, 47.399263], [119.373617, 47.401937], [119.372663, 47.403099], [119.362066, 47.403165], [119.362713, 47.405194], [119.368135, 47.406125], [119.368164, 47.408553], [119.362814, 47.409212], [119.358458, 47.412271], [119.360033, 47.417851], [119.357698, 47.422253], [119.347445, 47.424451], [119.342189, 47.423686], [119.347416, 47.427681], [119.346793, 47.429169], [119.343837, 47.429769], [119.337759, 47.427815], [119.333583, 47.430509], [119.332557, 47.429181], [119.334487, 47.426659], [119.330508, 47.423007], [119.324333, 47.42485], [119.316321, 47.422249], [119.318534, 47.430871], [119.356034, 47.475034], [119.195539, 47.519072], [119.142299, 47.538405], [119.123921, 47.659371], [118.765452, 47.768261], [118.567682, 47.984418], [118.556082, 47.990962], [118.450715, 47.996147], [118.446628, 47.998042], [118.442897, 47.99737], [118.439579, 47.992735], [118.43503, 47.991532], [118.432795, 47.994016], [118.435656, 47.997173], [118.435795, 48], [118.415914, 48.014034], [118.409353, 48.009577], [118.404968, 48.008975], [118.38368, 48.010348], [118.363407, 48.014134], [118.35425, 48.010501], [118.354635, 48.008797], [118.358257, 48.007396], [118.356813, 48.004985], [118.34182, 48.003065], [118.337293, 48.006805], [118.326892, 48.005712], [118.321999, 48.003565], [118.311954, 48.00592], [118.307911, 48.010346], [118.302802, 48.010781], [118.300509, 48.009665], [118.301495, 48.006776], [118.299913, 48.004078], [118.289416, 48.002883], [118.278739, 48.006816], [118.276825, 48.009634], [118.27397, 48.010196], [118.266903, 48.016076], [118.25817, 48.017431], [118.257529, 48.019749], [118.259102, 48.022691], [118.256598, 48.025012], [118.248868, 48.024746], [118.242743, 48.027013], [118.239466, 48.025663], [118.229251, 48.028516], [118.229191, 48.030522], [118.232911, 48.033576], [118.231914, 48.040098], [118.230129, 48.041188], [118.211582, 48.038921], [118.194073, 48.043205], [118.190319, 48.040348], [118.180055, 48.038997], [118.178208, 48.04032], [118.17908, 48.042677], [118.177218, 48.045736], [118.169999, 48.048552], [118.159867, 48.042342], [118.152616, 48.043152], [118.14987, 48.040877], [118.149816, 48.037289], [118.143659, 48.034149], [118.140875, 48.03379], [118.135685, 48.036206], [118.133046, 48.032644], [118.125372, 48.034906], [118.123054, 48.037482], [118.123737, 48.039922], [118.115343, 48.045553], [118.106546, 48.042499], [118.103579, 48.039856], [118.100322, 48.032396], [118.100752, 48.029036], [118.099121, 48.028424], [118.095262, 48.031031], [118.08998, 48.030855], [118.08659, 48.02722], [118.07699, 48.025007], [118.073295, 48.028757], [118.071368, 48.027642], [118.072026, 48.02447], [118.070451, 48.022857], [118.057175, 48.0194], [118.053056, 48.021893], [118.04094, 48.019377], [118.039255, 48.016245], [118.043216, 48.014599], [118.044243, 48.012323], [118.039579, 48.011026], [118.034883, 48.012804], [118.028888, 48.011958], [118.018782, 48.013308], [118.010839, 48.010877], [118.007193, 48.013581], [118.003068, 48.012403], [118.001092, 48.007977], [117.990481, 48.007541], [117.98453, 48.014571], [117.973944, 48.016136], [117.971906, 48.013275], [117.964095, 48.0113], [117.960153, 48.01484], [117.957757, 48.015013], [117.953989, 48.013506], [117.955437, 48.009897], [117.949281, 48.009696], [117.940628, 48.012169], [117.939443, 48.01484], [117.937094, 48.015363], [117.927055, 48.013214], [117.920013, 48.013658], [117.918249, 48.014724], [117.918093, 48.018799], [117.913373, 48.021706], [117.89694, 48.018049], [117.897139, 48.022527], [117.887879, 48.026826], [117.804415, 48.014381], [117.522888, 47.778395], [117.522293, 47.771554], [117.519617, 47.764713], [117.507422, 47.759062], [117.485352, 47.755701], [117.376789, 47.639137], [117.0859, 47.820571], [116.87282, 47.891152], [116.784951, 47.897402], [116.664736, 47.888654], [116.44059, 47.834283], [116.258919, 47.874258], [116.107013, 47.815067], [115.960772, 47.685924], [115.931624, 47.680034], [115.573594, 47.919778], [115.560518, 48.000002], [115.536922, 48.100174], [115.525946, 48.102621], [115.524846, 48.104491], [115.525286, 48.108893], [115.540252, 48.120448], [115.544214, 48.128371], [115.541243, 48.134204], [115.529062, 48.136652], [115.530737, 48.148855], [115.811315, 48.257355], [115.790678, 48.520385], [116.070753, 48.821627], [116.039106, 48.870108], [116.715409, 49.850533], [117.053768, 49.694351], [117.273055, 49.631545], [117.47523, 49.629422], [117.627932, 49.571571], [117.802384, 49.516973], [117.80851, 49.518957], [117.810694, 49.521684], [117.806527, 49.522388], [117.808032, 49.531976], [117.813698, 49.532205], [117.818832, 49.537688], [117.830454, 49.541707], [117.842184, 49.550058], [117.845022, 49.554491], [117.840437, 49.562395], [117.859644, 49.57173], [117.859251, 49.577833], [117.855074, 49.578741], [117.85932, 49.590265], [117.876577, 49.595171], [117.880693, 49.592329], [117.888147, 49.595304], [117.891077, 49.593946], [117.89477, 49.595335], [117.902563, 49.591341], [117.912157, 49.593332], [117.912638, 49.596712], [117.916803, 49.598387], [117.925528, 49.598356], [117.939634, 49.595285], [117.945868, 49.597731], [117.945066, 49.604986], [117.946943, 49.608271], [117.9559, 49.610872], [117.960287, 49.609564], [117.967405, 49.610224], [117.973139, 49.614908], [117.971888, 49.616282], [117.973173, 49.619337], [117.981642, 49.621447], [117.993189, 49.620943], [117.994406, 49.619585], [117.99193, 49.615221], [117.995951, 49.613096], [118.020361, 49.61331], [118.041109, 49.609709], [118.050303, 49.610033], [118.056913, 49.614298], [118.074114, 49.61619], [118.07762, 49.618525], [118.08079, 49.625864], [118.096468, 49.641214], [118.096972, 49.649389], [118.108313, 49.653891], [118.113653, 49.670073], [118.115988, 49.670908], [118.147409, 49.658247], [118.157072, 49.657869], [118.164698, 49.659456], [118.165319, 49.660833], [118.161497, 49.665445], [118.163908, 49.66921], [118.173056, 49.673613], [118.173655, 49.676889], [118.171034, 49.681814], [118.177504, 49.685774], [118.1821, 49.682467], [118.181364, 49.679216], [118.183008, 49.678503], [118.189623, 49.684008], [118.197874, 49.682798], [118.203875, 49.688738], [118.204134, 49.696447], [118.209539, 49.70064], [118.210203, 49.703577], [118.20677, 49.704939], [118.203783, 49.710272], [118.212122, 49.716616], [118.218863, 49.714453], [118.224531, 49.71525], [118.224802, 49.72183], [118.226881, 49.725969], [118.234468, 49.731169], [118.233618, 49.733248], [118.228201, 49.73427], [118.227457, 49.736483], [118.238409, 49.737444], [118.244146, 49.734056], [118.246988, 49.739328], [118.250002, 49.740961], [118.28245, 49.743872], [118.289501, 49.748789], [118.286276, 49.75149], [118.286444, 49.753786], [118.291071, 49.75598], [118.292131, 49.752779], [118.294512, 49.752562], [118.29677, 49.754725], [118.295641, 49.759134], [118.303404, 49.761354], [118.307951, 49.765726], [118.304941, 49.77265], [118.317438, 49.769098], [118.320848, 49.765799], [118.326712, 49.764822], [118.330587, 49.767042], [118.329645, 49.771177], [118.330904, 49.773226], [118.338865, 49.774294], [118.344751, 49.777853], [118.354464, 49.775652], [118.359804, 49.779234], [118.367136, 49.778616], [118.371557, 49.780249], [118.377901, 49.777822], [118.380313, 49.77848], [118.381469, 49.78068], [118.380397, 49.78416], [118.371557, 49.787064], [118.374234, 49.791517], [118.381149, 49.791752], [118.38047, 49.795584], [118.37726, 49.798724], [118.382017, 49.804495], [118.389487, 49.800034], [118.395478, 49.804912], [118.388056, 49.808913], [118.389232, 49.8154], [118.387494, 49.818091], [118.382699, 49.818086], [118.379977, 49.819995], [118.377942, 49.822447], [118.377341, 49.825124], [118.378496, 49.826048], [118.395317, 49.828286], [118.405902, 49.823061], [118.417511, 49.822903], [118.428598, 49.825076], [118.42876, 49.826451], [118.424309, 49.828119], [118.431114, 49.833333], [118.45115, 49.832952], [118.45512, 49.835282], [118.457444, 49.834253], [118.457054, 49.831069], [118.462636, 49.823247], [118.465041, 49.823194], [118.472592, 49.828156], [118.476403, 49.828366], [118.467898, 49.837804], [118.470942, 49.841097], [118.475274, 49.842827], [118.481226, 49.838728], [118.491102, 49.839815], [118.489148, 49.844066], [118.479829, 49.848069], [118.479072, 49.855155], [118.482073, 49.856208], [118.482424, 49.859404], [118.477727, 49.864846], [118.481009, 49.871332], [118.493651, 49.877841], [118.501306, 49.879371], [118.508406, 49.876824], [118.5169, 49.880166], [118.517722, 49.883769], [118.523936, 49.886646], [118.519443, 49.888494], [118.523592, 49.8912], [118.519884, 49.894989], [118.525175, 49.90035], [118.53583, 49.900128], [118.547532, 49.904765], [118.555461, 49.903303], [118.556513, 49.900546], [118.557829, 49.90078], [118.557622, 49.903426], [118.551753, 49.907488], [118.545619, 49.906337], [118.543658, 49.907694], [118.552801, 49.91107], [118.561145, 49.910779], [118.559431, 49.91376], [118.553687, 49.914394], [118.553089, 49.918763], [118.554301, 49.922226], [118.566031, 49.929657], [118.57539, 49.925376], [118.579921, 49.926789], [118.584935, 49.931036], [118.590185, 49.931441], [118.597615, 49.92565], [118.608578, 49.924339], [118.610064, 49.926914], [118.604918, 49.930483], [118.604388, 49.933826], [118.619167, 49.937136], [118.612622, 49.940554], [118.609972, 49.943818], [118.611302, 49.946506], [118.614883, 49.947751], [118.620837, 49.945411], [118.62206, 49.940737], [118.629595, 49.941098], [118.63735, 49.936017], [118.642629, 49.936006], [118.648685, 49.938365], [118.646578, 49.94316], [118.647587, 49.947012], [118.643025, 49.94847], [118.644929, 49.949567], [118.655717, 49.949639], [118.655553, 49.946494], [118.666499, 49.948471], [118.669803, 49.950685], [118.67507, 49.950557], [118.679103, 49.953569], [118.684529, 49.952325], [118.685791, 49.948972], [118.689538, 49.94773], [118.698975, 49.949426], [118.697433, 49.951166], [118.698246, 49.952098], [118.702938, 49.951176], [118.7058, 49.947402], [118.711416, 49.949369], [118.721512, 49.946873], [118.726736, 49.951129], [118.73023, 49.945961], [118.733011, 49.945039], [118.740873, 49.949767], [118.746654, 49.947415], [118.747964, 49.948591], [118.747725, 49.95237], [118.755778, 49.958334], [118.762781, 49.957769], [118.764338, 49.953843], [118.782099, 49.952529], [118.787094, 49.95683], [118.780752, 49.95985], [118.794729, 49.962413], [118.794901, 49.967032], [118.797433, 49.967658], [118.812119, 49.966223], [118.816574, 49.962531], [118.828085, 49.959375], [118.82963, 49.963635], [118.838308, 49.964578], [118.842931, 49.968005], [118.850143, 49.96815], [118.854112, 49.966292], [118.860672, 49.968924], [118.862, 49.97233], [118.874199, 49.973069], [118.869403, 49.975943], [118.869763, 49.97912], [118.877788, 49.977174], [118.881471, 49.974714], [118.880957, 49.972987], [118.892975, 49.978205], [118.895186, 49.978112], [118.897805, 49.975431], [118.90344, 49.976414], [118.911325, 49.978703], [118.911656, 49.983202], [118.921732, 49.988295], [118.929935, 49.987683], [118.931412, 49.984146], [118.938142, 49.983799], [118.941695, 49.984663], [118.940761, 49.988131], [118.94881, 49.988185], [118.950292, 49.985877], [118.96831, 49.986579], [118.971704, 49.984678], [118.972342, 49.982546], [118.9659, 49.983923], [118.963926, 49.98303], [118.973796, 49.979038], [118.975307, 49.977081], [118.979397, 49.981753], [118.982153, 49.981992], [118.986797, 49.973631], [118.992493, 49.974487], [118.996633, 49.979523], [119.014108, 49.979498], [119.020064, 49.981299], [119.022781, 49.986819], [119.031845, 49.988135], [119.041468, 49.985835], [119.042319, 49.979589], [119.047826, 49.97826], [119.049201, 49.982146], [119.052898, 49.985737], [119.060059, 49.989181], [119.064906, 49.990285], [119.078454, 49.987662], [119.086601, 49.98823], [119.113747, 50.001069], [119.118026, 50.00599], [119.117462, 50.018378], [119.119033, 50.020492], [119.123547, 50.022314], [119.136805, 50.021356], [119.13733, 50.030299], [119.142042, 50.030966], [119.152134, 50.026255], [119.157982, 50.026146], [119.156207, 50.03357], [119.169714, 50.04825], [119.172724, 50.060193], [119.187354, 50.065475], [119.185701, 50.068172], [119.177758, 50.071762], [119.180307, 50.074143], [119.18452, 50.074064], [119.186398, 50.076313], [119.180708, 50.08299], [119.180648, 50.086562], [119.186003, 50.087176], [119.199516, 50.08027], [119.215407, 50.079298], [119.219635, 50.074395], [119.226209, 50.073295], [119.230304, 50.075811], [119.232498, 50.084815], [119.245915, 50.091871], [119.247924, 50.098523], [119.261532, 50.101223], [119.269338, 50.109037], [119.280638, 50.106634], [119.285176, 50.108355], [119.287194, 50.111332], [119.288283, 50.124134], [119.28715, 50.13637], [119.30022, 50.137035], [119.310115, 50.142552], [119.311233, 50.150386], [119.305523, 50.158022], [119.306679, 50.161258], [119.336761, 50.163662], [119.336899, 50.165461], [119.326087, 50.177324], [119.325587, 50.181558], [119.331439, 50.185965], [119.351001, 50.192094], [119.352614, 50.194147], [119.328519, 50.209019], [119.321706, 50.209515], [119.320037, 50.214386], [119.313963, 50.21395], [119.310901, 50.217284], [119.311098, 50.219617], [119.31655, 50.225119], [119.314362, 50.22973], [119.318657, 50.23851], [119.33215, 50.242664], [119.329338, 50.246533], [119.330293, 50.250577], [119.327551, 50.25475], [119.332183, 50.256546], [119.33774, 50.253179], [119.339879, 50.25506], [119.339647, 50.258895], [119.337819, 50.260532], [119.32735, 50.260401], [119.324624, 50.26202], [119.327113, 50.268785], [119.333578, 50.270166], [119.333089, 50.275661], [119.32341, 50.275711], [119.316945, 50.281253], [119.322096, 50.283865], [119.343751, 50.284222], [119.344039, 50.286086], [119.339487, 50.290548], [119.33992, 50.296509], [119.343437, 50.302948], [119.360348, 50.307101], [119.366679, 50.310767], [119.368753, 50.31691], [119.377194, 50.318896], [119.37842, 50.320957], [119.371292, 50.322775], [119.359413, 50.322243], [119.350801, 50.326464], [119.352998, 50.32998], [119.363584, 50.331024], [119.364106, 50.339277], [119.361873, 50.341553], [119.352374, 50.343795], [119.35133, 50.345823], [119.352366, 50.346881], [119.360658, 50.347486], [119.361481, 50.348782], [119.352348, 50.351241], [119.35153, 50.356292], [119.348416, 50.358118], [119.333847, 50.354914], [119.326965, 50.359484], [119.321436, 50.360242], [119.315894, 50.35726], [119.313999, 50.35068], [119.310351, 50.349637], [119.303455, 50.355323], [119.298755, 50.355182], [119.296675, 50.352868], [119.300831, 50.346977], [119.294495, 50.344369], [119.292365, 50.346245], [119.290039, 50.355138], [119.281128, 50.357453], [119.269013, 50.364524], [119.263211, 50.361346], [119.262006, 50.358456], [119.26356, 50.355675], [119.261137, 50.352593], [119.2492, 50.350521], [119.25, 50.348223], [119.253584, 50.346824], [119.253094, 50.344766], [119.25, 50.34263], [119.244415, 50.342018], [119.22822, 50.346016], [119.226741, 50.349245], [119.229493, 50.354587], [119.227126, 50.363462], [119.208752, 50.363093], [119.199047, 50.359303], [119.186167, 50.347552], [119.178421, 50.346547], [119.172743, 50.348361], [119.171729, 50.352624], [119.184559, 50.357203], [119.187704, 50.3602], [119.186758, 50.36225], [119.167353, 50.357111], [119.150694, 50.358553], [119.147877, 50.361536], [119.14833, 50.3641], [119.152077, 50.367393], [119.166904, 50.371955], [119.168968, 50.375279], [119.167938, 50.377977], [119.148877, 50.37932], [119.146204, 50.381115], [119.144234, 50.388594], [119.140355, 50.390518], [119.134088, 50.388152], [119.133157, 50.381821], [119.127463, 50.380253], [119.121405, 50.383151], [119.117591, 50.387177], [119.118243, 50.389179], [119.131907, 50.394701], [119.140072, 50.410483], [119.154319, 50.411281], [119.155893, 50.413715], [119.154292, 50.418132], [119.157802, 50.421682], [119.167123, 50.419926], [119.180981, 50.421986], [119.196739, 50.40975], [119.203941, 50.408499], [119.207164, 50.409427], [119.208967, 50.414319], [119.204067, 50.421515], [119.206416, 50.424222], [119.213538, 50.425435], [119.216601, 50.42775], [119.215636, 50.44023], [119.221524, 50.442096], [119.234489, 50.440571], [119.241928, 50.446056], [119.2433, 50.448853], [119.241005, 50.452134], [119.232541, 50.457205], [119.23289, 50.459842], [119.237439, 50.463117], [119.254999, 50.466736], [119.257238, 50.469372], [119.257509, 50.47388], [119.252787, 50.48183], [119.255373, 50.486645], [119.250598, 50.492024], [119.243256, 50.495552], [119.231441, 50.496067], [119.227376, 50.498357], [119.22657, 50.501585], [119.23178, 50.504731], [119.247569, 50.504418], [119.254666, 50.509471], [119.256004, 50.516835], [119.260862, 50.527008], [119.257485, 50.531911], [119.25671, 50.536349], [119.271278, 50.543007], [119.275035, 50.551295], [119.271591, 50.556559], [119.263094, 50.555969], [119.25963, 50.557889], [119.25891, 50.560546], [119.260925, 50.562539], [119.261425, 50.567096], [119.265786, 50.569709], [119.278715, 50.569672], [119.285103, 50.570985], [119.288206, 50.573244], [119.291085, 50.583113], [119.281661, 50.587974], [119.279381, 50.591057], [119.279442, 50.595839], [119.273679, 50.599926], [119.276026, 50.604663], [119.289015, 50.614963], [119.3049, 50.613265], [119.316791, 50.6206], [119.325719, 50.623389], [119.328935, 50.627262], [119.324443, 50.635911], [119.327187, 50.639956], [119.334461, 50.639523], [119.339175, 50.630815], [119.342804, 50.628171], [119.345778, 50.627715], [119.351554, 50.63017], [119.363322, 50.641027], [119.369773, 50.65458], [119.374411, 50.657362], [119.382535, 50.659156], [119.385985, 50.661927], [119.385389, 50.666345], [119.371928, 50.672899], [119.371623, 50.676394], [119.374173, 50.679812], [119.380475, 50.681302], [119.398324, 50.681116], [119.409758, 50.68498], [119.422589, 50.68243], [119.426286, 50.683306], [119.442088, 50.693279], [119.443335, 50.698756], [119.44177, 50.705693], [119.443137, 50.707481], [119.451168, 50.708355], [119.457742, 50.71113], [119.46088, 50.718598], [119.467924, 50.723825], [119.477113, 50.73798], [119.487782, 50.743596], [119.492301, 50.748103], [119.492238, 50.755459], [119.498543, 50.762067], [119.499024, 50.764718], [119.488864, 50.770402], [119.48782, 50.773697], [119.492076, 50.77589], [119.498899, 50.774593], [119.502156, 50.775956], [119.501828, 50.778058], [119.496704, 50.782372], [119.4976, 50.785338], [119.507574, 50.788184], [119.516084, 50.78792], [119.516256, 50.788995], [119.509296, 50.792525], [119.5054, 50.796583], [119.50336, 50.806193], [119.507741, 50.8109], [119.506752, 50.814697], [119.495602, 50.822368], [119.488761, 50.82933], [119.487948, 50.84406], [119.495989, 50.852627], [119.492201, 50.863623], [119.485751, 50.864147], [119.482674, 50.866397], [119.481981, 50.872355], [119.483386, 50.877665], [119.488416, 50.880318], [119.496041, 50.880983], [119.497332, 50.883338], [119.50717, 50.888786], [119.510037, 50.896636], [119.515792, 50.905287], [119.546515, 50.920048], [119.563007, 50.933353], [119.568241, 50.945717], [119.574601, 50.950576], [119.57523, 50.956298], [119.582476, 50.96734], [119.583293, 50.974874], [119.58976, 50.982571], [119.598281, 50.987237], [119.60729, 50.988366], [119.620914, 50.993528], [119.62444, 50.997441], [119.620067, 51.002866], [119.62385, 51.008283], [119.636729, 51.009467], [119.647814, 51.012435], [119.659767, 51.011363], [119.679905, 51.020244], [119.684503, 51.02877], [119.682805, 51.030238], [119.676641, 51.030146], [119.673889, 51.033122], [119.68146, 51.035331], [119.68938, 51.034457], [119.703971, 51.045053], [119.715459, 51.046931], [119.718761, 51.049196], [119.722511, 51.062289], [119.720298, 51.066395], [119.710507, 51.068565], [119.709572, 51.070385], [119.710804, 51.072909], [119.716605, 51.074968], [119.727246, 51.073183], [119.735113, 51.073961], [119.738378, 51.077301], [119.734576, 51.084214], [119.736463, 51.08764], [119.740379, 51.088933], [119.750373, 51.088315], [119.756211, 51.090632], [119.756241, 51.099541], [119.745048, 51.111588], [119.744081, 51.114611], [119.750649, 51.12277], [119.765215, 51.123865], [119.770001, 51.132697], [119.768473, 51.143442], [119.775871, 51.153354], [119.769115, 51.158], [119.754514, 51.158885], [119.752526, 51.162492], [119.754992, 51.164996], [119.759991, 51.166353], [119.777366, 51.162309], [119.779417, 51.163375], [119.780886, 51.167312], [119.780502, 51.172902], [119.778612, 51.175716], [119.7685, 51.179768], [119.76537, 51.183324], [119.763518, 51.190755], [119.758422, 51.199924], [119.758951, 51.205743], [119.752806, 51.211174], [119.752863, 51.213079], [119.758313, 51.217086], [119.76767, 51.219382], [119.769877, 51.223718], [119.772973, 51.224723], [119.797602, 51.217196], [119.798883, 51.21472], [119.802924, 51.213364], [119.814924, 51.213903], [119.817553, 51.21945], [119.815803, 51.224563], [119.796071, 51.236244], [119.790232, 51.242078], [119.789371, 51.244904], [119.792403, 51.249543], [119.80095, 51.254409], [119.816689, 51.257807], [119.820261, 51.259987], [119.82047, 51.262463], [119.816294, 51.267275], [119.804065, 51.27638], [119.804609, 51.28061], [119.816813, 51.287941], [119.833893, 51.293355], [119.847598, 51.294209], [119.86288, 51.292757], [119.870686, 51.294687], [119.877356, 51.301356], [119.87874, 51.306969], [119.874912, 51.327418], [119.875991, 51.334342], [119.878, 51.337098], [119.896654, 51.34588], [119.914758, 51.343913], [119.920625, 51.348586], [119.933804, 51.354406], [119.939473, 51.360414], [119.939285, 51.363763], [119.936099, 51.366037], [119.906406, 51.373431], [119.902625, 51.379962], [119.902497, 51.38855], [119.91457, 51.395201], [119.927263, 51.396827], [119.939984, 51.395285], [119.958024, 51.396881], [119.963802, 51.399108], [119.968427, 51.411039], [119.964526, 51.421855], [119.96815, 51.426653], [119.968055, 51.435467], [119.976327, 51.444104], [119.993686, 51.448769], [119.995782, 51.453822], [119.994098, 51.459763], [119.98579, 51.472706], [119.975122, 51.481321], [119.975826, 51.487704], [119.984669, 51.495211], [119.978844, 51.500021], [119.978048, 51.503563], [119.999067, 51.512756], [120.009368, 51.519443], [120.021581, 51.529715], [120.025164, 51.543724], [120.029851, 51.545695], [120.037324, 51.546082], [120.044621, 51.551858], [120.044603, 51.559248], [120.042171, 51.564275], [120.041455, 51.570813], [120.028498, 51.581479], [120.027518, 51.584115], [120.033549, 51.591227], [120.037865, 51.60119], [120.043951, 51.60663], [120.044615, 51.60929], [120.042465, 51.615676], [120.052693, 51.620968], [120.049363, 51.628253], [120.052815, 51.633375], [120.062862, 51.640208], [120.071363, 51.643279], [120.088664, 51.645687], [120.094926, 51.649668], [120.095455, 51.656766], [120.086305, 51.665098], [120.080138, 51.674392], [120.079949, 51.677287], [120.084063, 51.67992], [120.089707, 51.680311], [120.118697, 51.673798], [120.135413, 51.672877], [120.16701, 51.679074], [120.183836, 51.688505], [120.19476, 51.70085], [120.218036, 51.715514], [120.221106, 51.722096], [120.225171, 51.72568], [120.240824, 51.727509], [120.25528, 51.733767], [120.25928, 51.744217], [120.263869, 51.74881], [120.268474, 51.750248], [120.28074, 51.7486], [120.287079, 51.749897], [120.289519, 51.759447], [120.296943, 51.764185], [120.303437, 51.77968], [120.307677, 51.783445], [120.340762, 51.787732], [120.354776, 51.787806], [120.36082, 51.798478], [120.368624, 51.806888], [120.371965, 51.808293], [120.388298, 51.808729], [120.398666, 51.81304], [120.399061, 51.815242], [120.391351, 51.826174], [120.391073, 51.829979], [120.39277, 51.831743], [120.407281, 51.835926], [120.423451, 51.836848], [120.44515, 51.841628], [120.467583, 51.849961], [120.473125, 51.854152], [120.475191, 51.858224], [120.473871, 51.865459], [120.464675, 51.875347], [120.465304, 51.878884], [120.471641, 51.883461], [120.493896, 51.885789], [120.514331, 51.879649], [120.534495, 51.877988], [120.542113, 51.881443], [120.54553, 51.887118], [120.54502, 51.897535], [120.540772, 51.904932], [120.548389, 51.911312], [120.553909, 51.912442], [120.569561, 51.908991], [120.578329, 51.90892], [120.616353, 51.919695], [120.635508, 51.92063], [120.651111, 51.925842], [120.65458, 51.929756], [120.652908, 51.936159], [120.655307, 51.943686], [120.653819, 51.951028], [120.655733, 51.956711], [120.664712, 51.965088], [120.673809, 51.966546], [120.679645, 51.969349], [120.686341, 51.975548], [120.697491, 51.98205], [120.702879, 51.989615], [120.712224, 52.008363], [120.711932, 52.012932], [120.709514, 52.015205], [120.686025, 52.024885], [120.679363, 52.033393], [120.679926, 52.039112], [120.685111, 52.047664], [120.692516, 52.055611], [120.704778, 52.06529], [120.710233, 52.071553], [120.720431, 52.078673], [120.72598, 52.08002], [120.739842, 52.07564], [120.745682, 52.077864], [120.746781, 52.081831], [120.745699, 52.085065], [120.737294, 52.087942], [120.735105, 52.091702], [120.741298, 52.09823], [120.756954, 52.104444], [120.761971, 52.111811], [120.762842, 52.120952], [120.759532, 52.127837], [120.753988, 52.134105], [120.753583, 52.139823], [120.770111, 52.148506], [120.779142, 52.157584], [120.779617, 52.163301], [120.760555, 52.178579], [120.737776, 52.206469], [120.737897, 52.216179], [120.735879, 52.219601], [120.736173, 52.222456], [120.743441, 52.237301], [120.75461, 52.246323], [120.751819, 52.254881], [120.746714, 52.257651], [120.733675, 52.259703], [120.716009, 52.25885], [120.709502, 52.260045], [120.703379, 52.265131], [120.698411, 52.27422], [120.696544, 52.282247], [120.692921, 52.286239], [120.688493, 52.288813], [120.670843, 52.292179], [120.653212, 52.298481], [120.631498, 52.311657], [120.620651, 52.323044], [120.621613, 52.341776], [120.615358, 52.346477], [120.613126, 52.35303], [120.613895, 52.356461], [120.617647, 52.360672], [120.636794, 52.360364], [120.643228, 52.36363], [120.645995, 52.36764], [120.646575, 52.371643], [120.641134, 52.383624], [120.641465, 52.388162], [120.65839, 52.400642], [120.659512, 52.408035], [120.682627, 52.42858], [120.683471, 52.439968], [120.677417, 52.449629], [120.676355, 52.466165], [120.681026, 52.474176], [120.695598, 52.484618], [120.699598, 52.49034], [120.690963, 52.500595], [120.681462, 52.50516], [120.680512, 52.511442], [120.687017, 52.517466], [120.713984, 52.525361], [120.72121, 52.528952], [120.727409, 52.53734], [120.721903, 52.544327], [120.716335, 52.548201], [120.705967, 52.550508], [120.685465, 52.546694], [120.679358, 52.547023], [120.670139, 52.557404], [120.658496, 52.563889], [120.648346, 52.566648], [120.617743, 52.570629], [120.606188, 52.578001], [120.597692, 52.588201], [120.591877, 52.591166], [120.563821, 52.592471], [120.554074, 52.594409], [120.533172, 52.605733], [120.511902, 52.613171], [120.476965, 52.62854], [120.461346, 52.641617], [120.455639, 52.643706], [120.429725, 52.638068], [120.398649, 52.617619], [120.390753, 52.615045], [120.344898, 52.615536], [120.310788, 52.617616], [120.28535, 52.621997], [120.279418, 52.621654], [120.263604, 52.61542], [120.245535, 52.605175], [120.213314, 52.591036], [120.196153, 52.58032], [120.188601, 52.577722], [120.120372, 52.585105], [120.10033, 52.583249], [120.087592, 52.584499], [120.07848, 52.583585], [120.061756, 52.58632], [120.049273, 52.59191], [120.040916, 52.59764], [120.036407, 52.606939], [120.036455, 52.619155], [120.026578, 52.636129], [120.027198, 52.645526], [120.039137, 52.668477], [120.040965, 52.675462], [120.047532, 52.686705], [120.058253, 52.696138], [120.062605, 52.703982], [120.061867, 52.706761], [120.05418, 52.713881], [120.051752, 52.718331], [120.050042, 52.730322], [120.046187, 52.738736], [120.025323, 52.764064], [120.023456, 52.771339], [120.024976, 52.774231], [120.032202, 52.779018], [120.05534, 52.778514], [120.074416, 52.783065], [120.083769, 52.78302], [120.092367, 52.786545], [120.100757, 52.797348], [120.119869, 52.803256], [120.130874, 52.810239], [120.138422, 52.812665], [120.150779, 52.813117], [120.17151, 52.805862], [120.180099, 52.806543], [120.191512, 52.821862], [120.208553, 52.834489], [120.214154, 52.840904], [120.231824, 52.846676], [120.250001, 52.85485], [120.273964, 52.858708], [120.284928, 52.863876], [120.289536, 52.869294], [120.287042, 52.88734], [120.289223, 52.89192], [120.30013, 52.896735], [120.329945, 52.897751], [120.339364, 52.90074], [120.34318, 52.905922], [120.340428, 52.915398], [120.341687, 52.920612], [120.34929, 52.929555], [120.352986, 52.937475], [120.359117, 52.942106], [120.364919, 52.944078], [120.378459, 52.944593], [120.404356, 52.956919], [120.408616, 52.96209], [120.411957, 52.972698], [120.422211, 52.987788], [120.440639, 53.004869], [120.451153, 53.011036], [120.489878, 53.026071], [120.497187, 53.031411], [120.4997, 53.036156], [120.503808, 53.039622], [120.520729, 53.043095], [120.523083, 53.045984], [120.526751, 53.058239], [120.529806, 53.061961], [120.538703, 53.070774], [120.553656, 53.079729], [120.571371, 53.086151], [120.584838, 53.087719], [120.603813, 53.098205], [120.635053, 53.103091], [120.642428, 53.114598], [120.642751, 53.122891], [120.650983, 53.134042], [120.676743, 53.13942], [120.687602, 53.145114], [120.687906, 53.14725], [120.685221, 53.151574], [120.691145, 53.156534], [120.691192, 53.161217], [120.684011, 53.170982], [120.684623, 53.174904], [120.698591, 53.178887], [120.703891, 53.183842], [120.71841, 53.191896], [120.722504, 53.19796], [120.72762, 53.201958], [120.746727, 53.210662], [120.761976, 53.21281], [120.777484, 53.218951], [120.810607, 53.239485], [120.816492, 53.240717], [120.827476, 53.237134], [120.831783, 53.237868], [120.834035, 53.242817], [120.831394, 53.250003], [120.826401, 53.255961], [120.813866, 53.262544], [120.812954, 53.266311], [120.826181, 53.271514], [120.85716, 53.276542], [120.875724, 53.281943], [120.877099, 53.284457], [120.873963, 53.290234], [120.875728, 53.293051], [120.8813, 53.293213], [120.899246, 53.284849], [120.927532, 53.285425], [120.940435, 53.294654], [120.946269, 53.296255], [120.967545, 53.293933], [120.985383, 53.289086], [121.016734, 53.289962], [121.035771, 53.286934], [121.04591, 53.289527], [121.06338, 53.301988], [121.088393, 53.30525], [121.091877, 53.304182], [121.092496, 53.299052], [121.094972, 53.296009], [121.109815, 53.293108], [121.111772, 53.289877], [121.113141, 53.280597], [121.117069, 53.276867], [121.121885, 53.275082], [121.129564, 53.275724], [121.148102, 53.283536], [121.163192, 53.280291], [121.179378, 53.282939], [121.220332, 53.278937], [121.232894, 53.280822], [121.24607, 53.290066], [121.253512, 53.292557], [121.258779, 53.292859], [121.270185, 53.28934], [121.275765, 53.289331], [121.295091, 53.296618], [121.302478, 53.301066], [121.318501, 53.318583], [121.330087, 53.323571], [121.346269, 53.324677], [121.360987, 53.323676], [121.388775, 53.318106], [121.406788, 53.316658], [121.411849, 53.317785], [121.420472, 53.324038], [121.446879, 53.322228], [121.483029, 53.333395], [121.493109, 53.333779], [121.498126, 53.326066]]] + } + }, { + "type": "Feature", + "properties": { + "name": "辽宁省", + "province_adcode": 210000, + "province_type": "省", + "name_en": "Liaoning", + "name_var": "Liáo Níng", + "adcode": 210000 + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [[[[121.035212, 38.87021], [121.03885, 38.868004], [121.030412, 38.868938], [121.024832, 38.866091], [121.021408, 38.869358], [121.031763, 38.872164], [121.035212, 38.87021]]], [[[121.826905, 38.894462], [121.834706, 38.893639], [121.828885, 38.882285], [121.837413, 38.872744], [121.825636, 38.863329], [121.819705, 38.867179], [121.818374, 38.870524], [121.818654, 38.880696], [121.827729, 38.88207], [121.827092, 38.886261], [121.82018, 38.888375], [121.82271, 38.89399], [121.826905, 38.894462]]], [[[121.831995, 38.911944], [121.825823, 38.914436], [121.82538, 38.916555], [121.83606, 38.917116], [121.831995, 38.911944]]], [[[120.982732, 38.94645], [120.974278, 38.9502], [120.971313, 38.953939], [120.971917, 38.95503], [120.975161, 38.957442], [120.983111, 38.95386], [120.984448, 38.949898], [120.982732, 38.94645]]], [[[122.720063, 39.046211], [122.724874, 39.033605], [122.732912, 39.032659], [122.736222, 39.035732], [122.744544, 39.033736], [122.745664, 39.031036], [122.744553, 39.027415], [122.746627, 39.022173], [122.750822, 39.020546], [122.755725, 39.021646], [122.758644, 39.013103], [122.752698, 39.009574], [122.738977, 39.012579], [122.730536, 39.016555], [122.727489, 39.013122], [122.713272, 39.023679], [122.707146, 39.023461], [122.704836, 39.027113], [122.715104, 39.026906], [122.715818, 39.029066], [122.714222, 39.030872], [122.711591, 39.030799], [122.708057, 39.036994], [122.699894, 39.042309], [122.7077, 39.04353], [122.71099, 39.047081], [122.717785, 39.048537], [122.720063, 39.046211]]], [[[122.834213, 39.050267], [122.834113, 39.046108], [122.818747, 39.040732], [122.811828, 39.044141], [122.814163, 39.049651], [122.813682, 39.052374], [122.818328, 39.050046], [122.821276, 39.050929], [122.823608, 39.054471], [122.82138, 39.057746], [122.823058, 39.058219], [122.8314, 39.054209], [122.834213, 39.050267]]], [[[122.860807, 39.062619], [122.865357, 39.064363], [122.865972, 39.061386], [122.870451, 39.063628], [122.870073, 39.06549], [122.873369, 39.06431], [122.8743, 39.061844], [122.871853, 39.060566], [122.872115, 39.057546], [122.867873, 39.057553], [122.86571, 39.050542], [122.857832, 39.051277], [122.858954, 39.055473], [122.854232, 39.056623], [122.853399, 39.062944], [122.845904, 39.067356], [122.845462, 39.069065], [122.851825, 39.067797], [122.860807, 39.062619]]], [[[122.78202, 39.076361], [122.78424, 39.076333], [122.785465, 39.078058], [122.794455, 39.071852], [122.78514, 39.068979], [122.784284, 39.070752], [122.778867, 39.072646], [122.775501, 39.077659], [122.78202, 39.076361]]], [[[122.808438, 39.074787], [122.812107, 39.075759], [122.814218, 39.074156], [122.811109, 39.071707], [122.812553, 39.070027], [122.811019, 39.06711], [122.806938, 39.07187], [122.801122, 39.071965], [122.796523, 39.075455], [122.796308, 39.078585], [122.803376, 39.080789], [122.808438, 39.074787]]], [[[121.170601, 39.091219], [121.171264, 39.086127], [121.168356, 39.086032], [121.167508, 39.088452], [121.163411, 39.089182], [121.157601, 39.08388], [121.153415, 39.087191], [121.153641, 39.089942], [121.164143, 39.095356], [121.170601, 39.091219]]], [[[123.178714, 39.082329], [123.182664, 39.07873], [123.192508, 39.076114], [123.187582, 39.071724], [123.187738, 39.069587], [123.191694, 39.066279], [123.197087, 39.066438], [123.197152, 39.055862], [123.193532, 39.052244], [123.188684, 39.051958], [123.164247, 39.034831], [123.162287, 39.027082], [123.150669, 39.028127], [123.143731, 39.036839], [123.14016, 39.045586], [123.145908, 39.052298], [123.146523, 39.060955], [123.149126, 39.063169], [123.148343, 39.069857], [123.150418, 39.070628], [123.156502, 39.067039], [123.157454, 39.059], [123.165986, 39.05501], [123.168775, 39.057345], [123.165193, 39.06426], [123.167042, 39.070789], [123.159586, 39.076065], [123.14747, 39.079273], [123.138137, 39.075651], [123.137013, 39.079035], [123.1412, 39.081598], [123.138222, 39.087106], [123.140195, 39.088557], [123.156087, 39.083802], [123.170138, 39.082599], [123.17358, 39.086614], [123.17437, 39.090292], [123.172598, 39.094919], [123.16755, 39.097055], [123.168744, 39.100538], [123.177017, 39.09769], [123.18033, 39.093596], [123.17622, 39.085349], [123.178714, 39.082329]]], [[[121.228922, 39.104642], [121.221854, 39.103801], [121.218614, 39.106767], [121.227466, 39.108451], [121.228922, 39.104642]]], [[[122.408327, 39.179288], [122.413825, 39.173394], [122.416854, 39.173918], [122.420801, 39.170803], [122.3975, 39.17702], [122.406043, 39.180291], [122.408327, 39.179288]]], [[[121.563514, 39.192718], [121.569762, 39.192583], [121.576618, 39.185309], [121.564921, 39.18554], [121.564336, 39.189544], [121.56231, 39.191308], [121.563514, 39.192718]]], [[[121.456339, 39.203644], [121.458314, 39.199034], [121.471365, 39.193747], [121.476022, 39.187202], [121.47054, 39.18617], [121.468021, 39.187498], [121.464013, 39.194326], [121.458914, 39.196564], [121.454952, 39.200753], [121.44725, 39.202408], [121.443663, 39.201185], [121.441577, 39.202815], [121.456339, 39.203644]]], [[[122.302759, 39.199399], [122.304605, 39.196811], [122.295548, 39.198544], [122.294902, 39.200369], [122.308481, 39.204662], [122.302759, 39.199399]]], [[[121.496695, 39.202911], [121.489919, 39.198716], [121.488174, 39.193017], [121.480776, 39.199001], [121.482663, 39.202719], [121.488871, 39.202658], [121.493073, 39.206715], [121.494893, 39.206482], [121.496695, 39.202911]]], [[[122.399196, 39.212646], [122.393156, 39.209975], [122.390091, 39.212123], [122.387405, 39.211767], [122.378076, 39.197875], [122.377969, 39.189527], [122.389126, 39.176115], [122.387765, 39.171021], [122.389994, 39.16815], [122.393349, 39.167354], [122.393811, 39.161157], [122.390821, 39.160776], [122.377767, 39.166997], [122.375085, 39.166624], [122.374994, 39.164278], [122.373774, 39.164402], [122.372546, 39.167232], [122.376565, 39.170158], [122.374744, 39.173382], [122.370226, 39.174888], [122.361191, 39.17357], [122.356828, 39.169963], [122.361943, 39.163463], [122.356531, 39.15956], [122.358858, 39.154442], [122.341661, 39.144327], [122.336236, 39.14327], [122.332072, 39.145056], [122.326636, 39.153228], [122.320679, 39.158479], [122.314684, 39.159419], [122.313849, 39.170663], [122.317307, 39.171653], [122.317909, 39.173831], [122.310601, 39.183495], [122.32434, 39.183553], [122.332282, 39.185208], [122.33608, 39.191656], [122.341072, 39.19284], [122.343635, 39.195387], [122.339701, 39.202102], [122.357381, 39.201397], [122.368518, 39.203199], [122.375335, 39.205939], [122.374845, 39.209704], [122.387052, 39.212259], [122.397434, 39.217587], [122.402689, 39.216939], [122.402655, 39.214041], [122.399196, 39.212646]]], [[[122.606938, 39.217984], [122.607096, 39.215342], [122.602865, 39.211933], [122.597202, 39.209652], [122.591957, 39.209527], [122.592791, 39.206082], [122.588366, 39.206375], [122.588145, 39.208533], [122.583506, 39.20989], [122.587461, 39.212703], [122.589209, 39.21103], [122.59114, 39.211678], [122.591978, 39.218255], [122.59506, 39.220589], [122.597054, 39.217914], [122.601395, 39.219086], [122.602428, 39.221126], [122.600252, 39.223585], [122.603119, 39.224005], [122.606938, 39.217984]]], [[[122.783153, 39.227266], [122.800785, 39.22903], [122.80673, 39.226331], [122.802905, 39.225328], [122.801192, 39.222581], [122.787573, 39.224686], [122.78194, 39.220972], [122.781616, 39.219212], [122.776945, 39.217935], [122.772432, 39.221593], [122.773765, 39.223333], [122.772532, 39.224572], [122.767665, 39.221724], [122.765832, 39.227332], [122.771912, 39.229393], [122.778311, 39.229409], [122.77947, 39.227387], [122.783153, 39.227266]]], [[[122.543293, 39.232454], [122.541718, 39.227976], [122.531385, 39.223594], [122.52359, 39.222551], [122.507231, 39.222183], [122.504846, 39.224783], [122.487323, 39.230018], [122.487975, 39.233944], [122.490561, 39.235408], [122.513674, 39.235071], [122.5249, 39.232284], [122.540631, 39.23563], [122.543293, 39.232454]]], [[[122.430365, 39.235596], [122.439848, 39.232931], [122.438454, 39.230604], [122.443747, 39.226142], [122.440233, 39.223585], [122.436099, 39.22536], [122.428486, 39.222913], [122.426683, 39.21908], [122.422884, 39.224952], [122.419143, 39.225362], [122.417469, 39.22317], [122.412701, 39.224547], [122.430365, 39.235596]]], [[[122.736103, 39.24571], [122.734881, 39.236218], [122.748535, 39.232679], [122.74791, 39.229723], [122.728818, 39.220772], [122.727847, 39.22411], [122.722578, 39.224548], [122.720343, 39.222476], [122.723968, 39.21738], [122.719221, 39.21372], [122.71239, 39.215737], [122.707379, 39.215116], [122.704187, 39.213345], [122.704587, 39.209989], [122.699521, 39.206723], [122.694418, 39.205666], [122.689788, 39.207526], [122.689785, 39.210991], [122.700081, 39.224538], [122.703187, 39.225157], [122.703118, 39.227632], [122.700117, 39.231202], [122.680932, 39.234011], [122.674927, 39.231188], [122.664007, 39.234372], [122.658651, 39.229755], [122.654479, 39.232992], [122.645106, 39.231146], [122.642883, 39.228873], [122.643671, 39.226019], [122.637423, 39.224864], [122.62514, 39.227401], [122.623848, 39.231208], [122.624745, 39.234811], [122.64531, 39.24163], [122.667357, 39.239931], [122.680775, 39.24102], [122.695162, 39.244438], [122.717801, 39.240533], [122.71958, 39.240688], [122.722144, 39.244581], [122.734846, 39.24673], [122.736103, 39.24571]]], [[[123.002036, 39.259052], [123.007094, 39.261053], [123.011258, 39.256737], [123.004668, 39.257194], [123.005055, 39.251748], [122.999473, 39.248495], [122.994877, 39.251174], [122.98422, 39.252878], [122.982767, 39.255744], [122.995254, 39.261404], [123.002036, 39.259052]]], [[[122.421447, 39.267226], [122.429579, 39.268545], [122.435188, 39.26292], [122.443405, 39.262915], [122.447178, 39.258679], [122.456721, 39.255749], [122.448485, 39.25635], [122.439669, 39.253464], [122.439859, 39.255435], [122.437644, 39.257485], [122.430609, 39.26013], [122.428172, 39.262849], [122.420861, 39.265881], [122.413459, 39.26668], [122.415372, 39.267673], [122.414885, 39.270331], [122.421447, 39.267226]]], [[[122.292587, 39.275072], [122.297717, 39.277041], [122.298748, 39.27237], [122.288367, 39.26583], [122.288903, 39.269587], [122.284471, 39.270031], [122.280209, 39.272993], [122.281198, 39.276832], [122.27827, 39.278381], [122.292587, 39.275072]]], [[[122.544401, 39.297866], [122.536584, 39.296338], [122.540239, 39.29331], [122.543744, 39.293636], [122.544766, 39.291745], [122.540987, 39.290181], [122.540281, 39.286317], [122.54906, 39.285429], [122.551109, 39.292773], [122.558155, 39.295274], [122.570316, 39.283124], [122.591264, 39.277139], [122.622796, 39.279752], [122.627216, 39.283046], [122.626233, 39.287137], [122.631323, 39.28691], [122.634014, 39.28515], [122.636788, 39.286942], [122.640558, 39.28414], [122.642895, 39.279078], [122.660314, 39.271417], [122.666031, 39.272901], [122.667408, 39.269154], [122.672053, 39.267771], [122.674239, 39.26954], [122.681332, 39.269032], [122.682739, 39.271538], [122.684305, 39.27129], [122.684805, 39.267983], [122.687754, 39.266465], [122.678123, 39.26637], [122.672348, 39.263313], [122.665813, 39.256701], [122.660186, 39.254881], [122.653913, 39.260704], [122.642372, 39.265055], [122.617364, 39.264878], [122.604303, 39.269706], [122.586566, 39.270555], [122.581837, 39.266908], [122.587511, 39.263658], [122.587189, 39.261745], [122.583212, 39.260298], [122.581202, 39.254643], [122.576035, 39.253163], [122.576264, 39.255504], [122.569041, 39.262364], [122.573925, 39.266358], [122.570253, 39.270381], [122.561715, 39.272903], [122.549351, 39.273498], [122.541917, 39.278424], [122.534452, 39.280132], [122.529461, 39.284412], [122.503429, 39.289553], [122.492773, 39.298143], [122.509737, 39.298785], [122.510305, 39.301575], [122.514022, 39.304245], [122.518123, 39.302153], [122.519095, 39.297389], [122.527439, 39.297109], [122.526931, 39.299786], [122.528198, 39.301029], [122.534718, 39.305322], [122.537938, 39.305402], [122.54036, 39.300755], [122.544401, 39.297866]]], [[[122.34294, 39.339019], [122.342522, 39.334793], [122.339859, 39.335773], [122.333684, 39.332127], [122.325096, 39.337045], [122.341661, 39.342532], [122.342808, 39.342636], [122.34294, 39.339019]]], [[[123.063572, 39.450558], [123.071527, 39.448577], [123.082821, 39.448939], [123.095061, 39.442719], [123.098149, 39.438947], [123.089845, 39.442277], [123.080651, 39.439572], [123.079176, 39.436471], [123.082309, 39.426268], [123.073968, 39.427741], [123.070649, 39.434826], [123.065522, 39.435044], [123.062979, 39.431164], [123.055076, 39.439686], [123.054664, 39.442359], [123.050466, 39.443253], [123.049203, 39.445346], [123.051875, 39.450296], [123.049178, 39.455652], [123.063572, 39.450558]]], [[[123.06315, 39.501437], [123.059458, 39.500461], [123.057975, 39.493124], [123.063606, 39.486853], [123.056212, 39.487638], [123.053666, 39.491895], [123.054845, 39.494388], [123.051679, 39.501018], [123.057191, 39.507252], [123.062852, 39.50659], [123.064055, 39.504057], [123.06315, 39.501437]]], [[[123.102218, 39.514042], [123.103646, 39.51393], [123.10462, 39.508235], [123.106984, 39.507811], [123.105645, 39.503081], [123.103384, 39.504902], [123.099751, 39.503474], [123.098177, 39.504462], [123.099469, 39.507361], [123.097365, 39.509326], [123.100678, 39.510805], [123.102218, 39.514042]]], [[[122.976335, 39.549924], [122.975955, 39.548131], [122.978437, 39.550076], [122.992228, 39.549256], [122.992463, 39.54378], [122.99681, 39.545032], [122.994251, 39.548094], [122.996916, 39.551727], [123.003533, 39.55182], [123.008192, 39.547173], [123.021656, 39.542557], [123.031772, 39.532475], [123.03074, 39.529631], [123.028091, 39.528876], [123.018124, 39.518124], [123.01561, 39.511999], [123.010996, 39.507642], [123.007366, 39.507545], [123, 39.502742], [123.000721, 39.499559], [122.989579, 39.493581], [122.98663, 39.494488], [122.987213, 39.496514], [122.981511, 39.497266], [122.979604, 39.493807], [122.968226, 39.498295], [122.968052, 39.507194], [122.963915, 39.51118], [122.965677, 39.516317], [122.964802, 39.517446], [122.952911, 39.520903], [122.947806, 39.521002], [122.944025, 39.518501], [122.939542, 39.520482], [122.943506, 39.523974], [122.945927, 39.531107], [122.954618, 39.534976], [122.956099, 39.539635], [122.960611, 39.539744], [122.960582, 39.546992], [122.966391, 39.54973], [122.972956, 39.556824], [122.978294, 39.55132], [122.976335, 39.549924]]], [[[123.03313, 39.647428], [123.038244, 39.647162], [123.041069, 39.645152], [123.031825, 39.642621], [123.026672, 39.646408], [123.029332, 39.649456], [123.03313, 39.647428]]], [[[123.726144, 39.763214], [123.728086, 39.76105], [123.734911, 39.763177], [123.743593, 39.760753], [123.751551, 39.751131], [123.755951, 39.751], [123.755778, 39.749187], [123.752614, 39.747801], [123.752636, 39.750087], [123.751098, 39.750988], [123.744965, 39.748674], [123.740183, 39.7514], [123.716517, 39.748051], [123.715232, 39.744714], [123.711525, 39.743464], [123.706077, 39.74571], [123.711766, 39.753448], [123.717213, 39.756584], [123.715654, 39.760998], [123.726144, 39.763214]]], [[[123.815942, 39.794397], [123.820422, 39.794143], [123.818224, 39.789717], [123.823509, 39.784367], [123.82092, 39.784557], [123.81564, 39.788938], [123.812472, 39.788882], [123.811528, 39.786786], [123.80903, 39.788418], [123.807886, 39.786467], [123.803827, 39.788848], [123.809799, 39.793252], [123.815942, 39.794397]]], [[[124.4874, 40.155497], [124.481863, 40.139163], [124.477988, 40.13435], [124.480618, 40.132951], [124.478196, 40.132969], [124.478105, 40.137734], [124.479922, 40.138721], [124.4874, 40.155497]]], [[[120.61092, 40.393407], [120.609703, 40.39615], [120.614494, 40.405522], [120.617021, 40.397524], [120.614418, 40.394013], [120.61092, 40.393407]]], [[[120.825414, 40.507432], [120.827936, 40.492661], [120.822349, 40.48854], [120.80878, 40.486932], [120.794055, 40.488597], [120.785733, 40.476624], [120.780596, 40.472924], [120.774255, 40.474972], [120.770562, 40.47897], [120.770762, 40.486975], [120.777459, 40.49628], [120.784208, 40.497077], [120.788555, 40.494811], [120.793763, 40.497012], [120.79337, 40.50223], [120.795621, 40.508723], [120.816098, 40.514722], [120.824578, 40.512324], [120.825414, 40.507432]]], [[[121.107347, 40.867221], [121.103593, 40.862399], [121.101316, 40.863877], [121.09823, 40.861634], [121.101182, 40.859348], [121.097469, 40.854885], [121.093007, 40.855125], [121.089259, 40.858586], [121.08927, 40.863745], [121.09247, 40.867276], [121.09584, 40.867065], [121.097199, 40.863009], [121.099477, 40.86499], [121.097709, 40.868001], [121.099012, 40.869843], [121.105886, 40.870461], [121.107347, 40.867221]]], [[[121.496586, 40.858221], [121.504814, 40.856243], [121.506432, 40.853709], [121.501033, 40.850512], [121.487487, 40.849549], [121.484327, 40.850634], [121.483023, 40.849473], [121.472819, 40.855392], [121.471272, 40.85911], [121.476626, 40.871691], [121.493848, 40.877456], [121.504226, 40.870167], [121.497442, 40.864931], [121.495334, 40.85944], [121.496586, 40.858221]]], [[[123.799292, 43.480545], [123.819848, 43.469127], [123.827416, 43.471176], [123.839788, 43.465158], [123.843251, 43.467746], [123.855176, 43.459465], [123.852424, 43.4565], [123.865262, 43.448375], [123.850053, 43.435035], [123.847381, 43.429053], [123.84709, 43.416624], [123.84535, 43.411764], [123.84644, 43.403748], [123.857685, 43.398606], [123.860378, 43.392701], [123.882675, 43.386972], [123.886867, 43.38721], [123.88968, 43.381876], [123.895537, 43.376643], [123.89167, 43.360896], [123.889949, 43.359238], [123.905188, 43.355807], [123.917844, 43.358005], [123.958233, 43.338488], [123.955924, 43.336265], [123.965839, 43.328175], [123.986718, 43.306143], [124.003599, 43.293983], [124.005531, 43.294469], [124.026618, 43.278258], [124.037556, 43.28543], [124.050108, 43.28674], [124.059015, 43.28986], [124.091907, 43.290258], [124.094894, 43.29176], [124.096953, 43.286827], [124.092127, 43.278481], [124.098927, 43.279662], [124.110991, 43.274589], [124.10547, 43.266465], [124.110892, 43.260783], [124.108336, 43.256896], [124.108354, 43.244726], [124.117852, 43.245633], [124.125744, 43.24886], [124.128592, 43.251816], [124.152536, 43.246552], [124.150588, 43.245617], [124.151015, 43.243778], [124.172873, 43.239728], [124.191288, 43.244877], [124.199659, 43.250134], [124.210657, 43.253968], [124.213229, 43.247756], [124.211047, 43.243437], [124.222954, 43.232606], [124.236516, 43.232383], [124.244355, 43.236296], [124.246376, 43.23567], [124.245549, 43.231493], [124.247586, 43.229609], [124.251889, 43.230781], [124.252507, 43.236131], [124.256255, 43.236115], [124.260396, 43.228252], [124.265518, 43.229867], [124.277402, 43.227412], [124.274882, 43.225224], [124.275915, 43.219775], [124.274606, 43.213777], [124.280199, 43.205765], [124.275315, 43.200788], [124.272766, 43.192527], [124.275894, 43.184831], [124.267744, 43.176293], [124.271312, 43.17507], [124.277607, 43.168573], [124.2758, 43.166653], [124.277901, 43.163561], [124.302774, 43.15267], [124.318949, 43.143595], [124.335456, 43.125561], [124.341993, 43.122224], [124.358186, 43.11961], [124.378862, 43.102099], [124.386263, 43.093063], [124.392618, 43.088776], [124.412317, 43.080677], [124.419696, 43.073679], [124.363918, 43.023327], [124.334442, 43.002327], [124.327342, 42.994873], [124.340815, 42.986527], [124.350001, 42.97693], [124.364773, 42.970164], [124.381135, 42.967181], [124.392159, 42.967734], [124.408338, 42.97317], [124.415899, 42.973508], [124.423192, 42.964215], [124.426911, 42.963352], [124.435417, 42.957277], [124.436252, 42.954129], [124.433939, 42.948952], [124.43606, 42.939002], [124.427748, 42.934621], [124.425697, 42.928286], [124.416244, 42.926887], [124.4086, 42.923833], [124.407302, 42.919406], [124.392207, 42.917184], [124.391584, 42.912591], [124.383201, 42.908589], [124.374406, 42.91001], [124.362351, 42.900962], [124.360307, 42.889322], [124.363816, 42.884363], [124.362832, 42.880261], [124.365544, 42.878435], [124.391431, 42.878242], [124.396665, 42.876334], [124.408053, 42.876968], [124.414516, 42.875298], [124.419521, 42.871674], [124.428338, 42.878339], [124.433349, 42.875594], [124.435574, 42.86402], [124.439944, 42.862927], [124.444785, 42.859123], [124.445451, 42.858033], [124.443404, 42.856151], [124.448532, 42.850005], [124.448321, 42.843949], [124.446032, 42.838476], [124.447995, 42.832155], [124.446058, 42.829331], [124.445511, 42.823746], [124.448973, 42.821152], [124.459572, 42.820125], [124.466038, 42.824364], [124.466471, 42.829375], [124.460921, 42.839216], [124.461693, 42.844867], [124.469236, 42.852966], [124.473013, 42.853169], [124.486598, 42.860369], [124.490556, 42.85634], [124.493812, 42.856505], [124.496223, 42.858528], [124.495581, 42.862743], [124.507853, 42.870816], [124.517282, 42.868365], [124.527855, 42.868102], [124.530284, 42.865363], [124.533187, 42.864938], [124.537057, 42.8767], [124.535877, 42.881328], [124.537747, 42.883643], [124.547708, 42.88772], [124.557535, 42.889578], [124.569933, 42.89877], [124.580364, 42.902898], [124.585333, 42.909781], [124.598037, 42.921536], [124.599097, 42.926024], [124.596179, 42.928631], [124.597917, 42.931941], [124.602455, 42.935568], [124.616168, 42.938831], [124.615632, 42.946227], [124.626324, 42.947639], [124.633052, 42.952764], [124.627667, 42.957129], [124.628731, 42.960951], [124.627608, 42.966844], [124.629491, 42.970803], [124.641804, 42.974695], [124.653971, 42.97104], [124.65677, 42.979136], [124.654506, 42.981314], [124.66528, 42.987824], [124.665584, 42.992908], [124.671754, 43.000059], [124.669405, 43.0291], [124.680238, 43.048085], [124.684953, 43.052191], [124.712496, 43.067566], [124.735065, 43.065647], [124.743529, 43.067529], [124.748827, 43.071397], [124.750027, 43.079396], [124.752487, 43.083847], [124.77212, 43.095795], [124.777742, 43.101127], [124.779262, 43.103698], [124.780245, 43.114989], [124.792699, 43.120304], [124.796123, 43.119976], [124.799692, 43.115019], [124.801646, 43.114487], [124.813451, 43.118282], [124.815857, 43.122817], [124.825777, 43.121211], [124.835921, 43.124668], [124.852241, 43.116718], [124.867447, 43.123656], [124.876934, 43.131948], [124.885431, 43.130636], [124.890383, 43.117451], [124.882038, 43.107144], [124.878952, 43.096909], [124.881653, 43.08205], [124.886071, 43.074933], [124.885296, 43.072311], [124.88345, 43.069268], [124.873124, 43.064025], [124.853335, 43.049709], [124.852376, 43.040646], [124.849733, 43.033579], [124.839233, 43.033249], [124.834864, 43.030299], [124.834164, 43.026411], [124.834296, 43.02437], [124.850705, 43.011574], [124.855004, 43.001001], [124.85304, 42.995562], [124.854998, 42.989052], [124.865677, 42.983513], [124.861965, 42.97923], [124.862672, 42.970626], [124.864852, 42.965155], [124.864251, 42.953391], [124.860007, 42.945783], [124.859214, 42.938176], [124.863612, 42.932256], [124.863567, 42.926702], [124.858096, 42.92312], [124.861857, 42.917592], [124.857262, 42.909738], [124.847385, 42.899963], [124.845563, 42.896196], [124.844609, 42.890117], [124.848558, 42.887901], [124.845494, 42.86802], [124.84391, 42.865671], [124.85019, 42.860304], [124.848557, 42.850162], [124.85296, 42.842999], [124.85462, 42.833994], [124.853647, 42.829569], [124.85166, 42.828394], [124.852788, 42.819904], [124.860171, 42.805922], [124.866585, 42.787229], [124.880331, 42.788433], [124.892408, 42.785493], [124.894775, 42.786147], [124.900871, 42.791397], [124.904882, 42.800342], [124.90962, 42.80226], [124.909169, 42.811077], [124.907065, 42.813204], [124.910306, 42.815637], [124.918224, 42.813965], [124.922513, 42.817753], [124.932139, 42.810648], [124.941391, 42.806558], [124.968205, 42.801509], [124.970396, 42.795579], [124.970064, 42.784818], [124.973559, 42.779109], [124.980245, 42.77875], [124.983707, 42.776675], [124.987325, 42.768975], [124.986408, 42.763412], [124.982176, 42.757527], [124.976114, 42.758874], [124.973592, 42.750823], [124.981451, 42.749919], [124.990584, 42.74289], [124.986959, 42.735806], [124.984755, 42.734974], [124.981822, 42.730386], [124.983585, 42.725779], [124.971636, 42.724397], [124.96217, 42.720405], [124.965907, 42.718037], [124.973118, 42.704117], [124.979346, 42.699705], [124.983245, 42.693097], [124.979946, 42.684348], [124.961648, 42.677987], [124.959277, 42.675554], [124.960127, 42.673861], [124.962834, 42.671198], [124.96938, 42.670657], [124.977909, 42.672915], [124.97862, 42.674902], [124.985373, 42.674896], [124.990697, 42.672365], [124.990224, 42.667846], [124.998525, 42.667061], [125.008587, 42.663552], [125.005773, 42.659225], [125.013482, 42.651257], [125.009996, 42.64649], [125.010779, 42.639553], [125.004607, 42.630183], [125.014571, 42.625638], [125.020438, 42.620978], [125.023811, 42.614398], [125.032218, 42.613037], [125.048821, 42.621633], [125.057747, 42.618294], [125.065856, 42.622693], [125.074991, 42.623639], [125.090894, 42.619907], [125.090328, 42.617412], [125.09324, 42.610717], [125.08342, 42.604373], [125.089909, 42.598332], [125.078158, 42.590571], [125.075258, 42.586289], [125.081216, 42.582477], [125.082147, 42.573915], [125.085083, 42.569496], [125.083205, 42.565546], [125.075624, 42.561273], [125.074826, 42.558089], [125.070165, 42.556422], [125.071395, 42.553651], [125.069428, 42.545732], [125.070613, 42.537236], [125.069155, 42.535992], [125.064874, 42.536383], [125.060748, 42.533214], [125.065645, 42.527847], [125.073807, 42.524012], [125.077205, 42.519178], [125.08255, 42.516165], [125.084726, 42.511345], [125.083162, 42.5097], [125.074771, 42.51086], [125.071059, 42.507689], [125.071284, 42.503257], [125.060486, 42.500351], [125.062688, 42.497158], [125.079521, 42.498342], [125.087171, 42.492171], [125.098193, 42.488626], [125.098981, 42.484143], [125.103072, 42.481973], [125.101405, 42.475995], [125.104611, 42.473782], [125.129739, 42.469054], [125.13713, 42.459292], [125.143512, 42.456626], [125.142945, 42.449071], [125.137282, 42.447535], [125.133895, 42.444234], [125.134728, 42.441858], [125.165109, 42.431964], [125.172253, 42.43146], [125.180787, 42.42451], [125.18225, 42.4177], [125.180569, 42.411848], [125.189654, 42.40809], [125.191068, 42.405602], [125.187005, 42.394209], [125.181225, 42.391957], [125.179509, 42.379096], [125.19414, 42.374436], [125.197628, 42.366959], [125.196792, 42.363949], [125.1881, 42.357934], [125.181414, 42.358262], [125.165183, 42.352823], [125.161375, 42.353433], [125.161813, 42.349652], [125.170502, 42.344634], [125.1702, 42.335408], [125.17274, 42.329504], [125.175136, 42.328099], [125.175404, 42.324954], [125.166686, 42.315939], [125.168591, 42.306321], [125.182569, 42.30467], [125.205948, 42.298278], [125.21528, 42.298184], [125.21863, 42.299399], [125.220217, 42.302411], [125.235321, 42.310223], [125.24913, 42.307398], [125.252639, 42.307615], [125.256755, 42.310839], [125.259255, 42.303784], [125.269275, 42.299504], [125.27252, 42.294385], [125.284016, 42.291408], [125.293039, 42.287161], [125.292305, 42.283656], [125.287657, 42.281612], [125.279392, 42.27109], [125.271452, 42.269298], [125.269743, 42.264803], [125.275929, 42.255051], [125.280937, 42.252443], [125.283262, 42.244848], [125.282597, 42.24092], [125.278963, 42.235337], [125.275057, 42.232758], [125.27446, 42.22864], [125.293721, 42.220232], [125.302584, 42.21968], [125.306616, 42.21744], [125.298767, 42.210509], [125.300548, 42.207538], [125.301331, 42.199985], [125.292747, 42.197983], [125.286144, 42.187568], [125.283235, 42.179487], [125.274192, 42.172178], [125.278196, 42.168634], [125.283344, 42.172371], [125.291749, 42.172765], [125.310618, 42.198458], [125.310768, 42.187662], [125.306088, 42.183258], [125.304956, 42.179938], [125.306236, 42.167058], [125.308432, 42.163161], [125.302957, 42.157691], [125.299332, 42.147525], [125.299759, 42.143801], [125.31299, 42.139407], [125.324986, 42.139589], [125.328517, 42.141203], [125.328763, 42.143283], [125.339115, 42.140748], [125.351324, 42.143773], [125.353384, 42.149336], [125.347452, 42.150047], [125.345594, 42.152042], [125.350602, 42.165154], [125.349034, 42.176218], [125.362487, 42.180343], [125.367814, 42.176988], [125.378177, 42.174659], [125.38237, 42.167934], [125.402643, 42.155972], [125.412338, 42.152226], [125.439358, 42.149762], [125.446322, 42.152747], [125.451739, 42.157929], [125.459518, 42.154564], [125.484396, 42.133637], [125.481567, 42.12861], [125.473013, 42.124641], [125.467767, 42.118731], [125.460424, 42.115348], [125.458984, 42.108924], [125.450631, 42.109957], [125.449738, 42.101873], [125.442391, 42.096804], [125.438944, 42.095948], [125.413682, 42.099761], [125.40586, 42.098269], [125.410131, 42.088619], [125.415362, 42.086933], [125.416755, 42.084792], [125.41745, 42.075741], [125.413296, 42.072856], [125.411621, 42.062761], [125.402256, 42.059727], [125.396687, 42.048668], [125.357227, 42.014953], [125.360814, 42.007223], [125.360764, 42.000174], [125.346819, 41.996063], [125.335479, 41.997806], [125.333704, 41.990621], [125.330054, 41.985004], [125.316735, 41.980937], [125.311367, 41.974741], [125.301818, 41.974586], [125.292141, 41.971796], [125.291387, 41.965455], [125.286689, 41.961528], [125.285898, 41.957517], [125.304203, 41.950545], [125.310679, 41.943054], [125.325143, 41.938592], [125.341163, 41.936404], [125.344155, 41.933056], [125.34539, 41.926066], [125.318477, 41.92715], [125.301241, 41.922462], [125.298629, 41.913085], [125.299548, 41.90251], [125.290315, 41.884076], [125.289677, 41.879003], [125.293777, 41.861338], [125.29056, 41.851429], [125.287803, 41.825462], [125.295815, 41.807409], [125.296273, 41.801484], [125.306745, 41.796747], [125.310857, 41.791751], [125.314609, 41.779724], [125.313869, 41.773968], [125.321221, 41.765953], [125.319388, 41.75226], [125.324793, 41.743282], [125.325369, 41.738122], [125.327814, 41.734368], [125.324717, 41.727423], [125.328211, 41.716603], [125.326509, 41.710864], [125.318903, 41.697552], [125.319773, 41.693756], [125.312541, 41.679557], [125.308939, 41.677107], [125.314477, 41.669582], [125.319118, 41.667858], [125.324027, 41.67184], [125.334506, 41.671188], [125.344142, 41.67623], [125.352997, 41.677125], [125.356745, 41.67499], [125.371767, 41.684671], [125.385309, 41.684657], [125.390462, 41.687591], [125.405555, 41.688942], [125.425597, 41.672354], [125.44086, 41.673365], [125.444173, 41.671622], [125.443108, 41.666998], [125.444376, 41.663181], [125.450162, 41.660156], [125.445952, 41.653933], [125.452849, 41.64094], [125.464166, 41.637024], [125.462249, 41.630555], [125.447973, 41.619369], [125.446286, 41.605704], [125.443373, 41.601644], [125.444166, 41.595408], [125.44883, 41.58628], [125.457656, 41.578645], [125.454245, 41.571036], [125.456324, 41.565957], [125.470541, 41.558035], [125.470125, 41.553651], [125.473547, 41.547931], [125.471011, 41.545567], [125.473282, 41.544651], [125.473646, 41.542638], [125.477636, 41.542164], [125.47802, 41.540433], [125.48641, 41.534344], [125.501278, 41.531579], [125.497389, 41.521146], [125.488985, 41.51978], [125.487113, 41.516572], [125.486328, 41.511694], [125.488245, 41.50895], [125.487671, 41.506536], [125.499423, 41.501417], [125.500322, 41.496767], [125.50526, 41.494071], [125.511918, 41.486964], [125.510477, 41.476432], [125.526592, 41.477014], [125.53326, 41.467594], [125.536447, 41.465801], [125.533633, 41.462042], [125.535035, 41.456135], [125.532632, 41.454733], [125.529593, 41.445224], [125.534403, 41.43459], [125.53169, 41.432866], [125.532001, 41.430209], [125.528436, 41.426703], [125.532715, 41.421951], [125.534143, 41.41785], [125.54079, 41.417218], [125.541709, 41.413077], [125.545364, 41.412407], [125.546891, 41.407334], [125.54361, 41.404601], [125.542623, 41.39877], [125.546945, 41.398709], [125.554586, 41.394747], [125.561204, 41.395357], [125.573923, 41.393532], [125.582128, 41.380413], [125.575373, 41.373729], [125.576714, 41.366158], [125.583521, 41.36373], [125.596923, 41.364403], [125.605611, 41.361541], [125.623957, 41.348848], [125.632044, 41.340402], [125.634574, 41.330277], [125.631707, 41.324365], [125.626542, 41.319193], [125.614801, 41.31529], [125.616821, 41.311527], [125.636383, 41.29414], [125.632875, 41.281956], [125.633349, 41.276722], [125.63766, 41.272489], [125.641009, 41.262585], [125.656416, 41.266173], [125.6642, 41.271191], [125.664336, 41.273697], [125.66979, 41.275568], [125.680278, 41.270709], [125.685715, 41.255986], [125.686704, 41.246238], [125.690781, 41.243768], [125.706888, 41.246322], [125.713329, 41.241675], [125.730106, 41.243704], [125.743695, 41.24338], [125.752437, 41.23048], [125.737257, 41.208626], [125.733266, 41.201571], [125.732045, 41.194714], [125.729454, 41.192082], [125.731349, 41.177559], [125.74098, 41.176347], [125.757717, 41.169978], [125.768805, 41.168601], [125.77727, 41.169946], [125.785614, 41.164837], [125.759748, 41.146409], [125.759031, 41.143236], [125.754171, 41.137258], [125.754207, 41.131594], [125.751784, 41.127981], [125.741827, 41.12272], [125.73231, 41.124121], [125.726975, 41.122921], [125.718164, 41.116201], [125.714991, 41.108969], [125.707754, 41.103058], [125.704982, 41.0968], [125.70604, 41.093962], [125.715988, 41.094166], [125.725977, 41.0921], [125.733164, 41.087997], [125.733569, 41.084689], [125.730944, 41.077717], [125.727267, 41.074794], [125.726985, 41.068516], [125.721454, 41.058292], [125.720611, 41.053403], [125.707821, 41.043033], [125.70074, 41.03152], [125.681958, 41.023924], [125.678107, 41.019689], [125.67718, 41.014583], [125.679232, 41.00853], [125.674842, 41.004668], [125.673269, 40.997994], [125.675432, 40.988515], [125.67837, 40.984465], [125.676128, 40.978675], [125.668722, 40.972868], [125.661115, 40.976305], [125.656447, 40.975554], [125.64395, 40.968393], [125.637266, 40.950534], [125.629608, 40.940015], [125.618332, 40.941251], [125.609179, 40.940439], [125.591056, 40.931231], [125.583699, 40.929412], [125.586179, 40.92292], [125.585014, 40.916716], [125.579789, 40.917085], [125.580064, 40.91175], [125.571012, 40.901579], [125.572203, 40.892778], [125.580651, 40.889724], [125.591902, 40.894055], [125.602004, 40.90056], [125.615425, 40.90381], [125.640958, 40.90585], [125.642783, 40.90765], [125.642054, 40.912014], [125.643353, 40.914335], [125.649527, 40.915128], [125.654282, 40.913179], [125.664777, 40.903626], [125.677673, 40.899706], [125.685377, 40.89423], [125.698962, 40.87447], [125.700699, 40.864673], [125.705728, 40.856809], [125.694816, 40.841049], [125.687634, 40.836449], [125.666556, 40.828225], [125.660861, 40.821519], [125.660304, 40.818876], [125.644028, 40.814365], [125.64208, 40.802454], [125.647319, 40.79609], [125.655622, 40.796131], [125.668049, 40.793429], [125.68364, 40.786643], [125.687333, 40.781478], [125.688302, 40.772596], [125.687864, 40.767876], [125.685246, 40.763556], [125.674401, 40.759465], [125.642214, 40.760984], [125.599746, 40.752745], [125.589682, 40.75514], [125.586588, 40.759134], [125.585441, 40.766197], [125.582379, 40.764787], [125.576811, 40.766212], [125.568217, 40.765324], [125.558963, 40.767585], [125.555723, 40.761833], [125.556024, 40.751064], [125.550428, 40.741061], [125.552211, 40.737579], [125.543296, 40.720676], [125.53891, 40.716739], [125.524499, 40.712693], [125.512419, 40.713166], [125.490957, 40.718189], [125.477373, 40.715363], [125.468999, 40.709835], [125.459293, 40.697761], [125.456881, 40.691099], [125.458636, 40.690804], [125.456413, 40.68885], [125.456341, 40.686958], [125.458245, 40.687034], [125.456711, 40.684958], [125.458414, 40.684832], [125.456863, 40.682374], [125.458117, 40.682243], [125.456999, 40.675235], [125.451565, 40.665622], [125.440566, 40.661058], [125.421184, 40.668325], [125.415374, 40.667808], [125.412973, 40.664012], [125.413615, 40.658692], [125.416, 40.656508], [125.415263, 40.654669], [125.420748, 40.645876], [125.422433, 40.63269], [125.418205, 40.624975], [125.413126, 40.622425], [125.407708, 40.620571], [125.400285, 40.620954], [125.388773, 40.626043], [125.378137, 40.637297], [125.378604, 40.638852], [125.375, 40.643041], [125.373211, 40.643019], [125.374109, 40.644015], [125.372411, 40.645159], [125.370831, 40.643766], [125.371535, 40.645905], [125.367466, 40.647628], [125.351557, 40.643733], [125.334652, 40.63497], [125.322791, 40.633299], [125.312758, 40.638659], [125.311176, 40.641034], [125.305853, 40.643059], [125.303509, 40.642483], [125.302834, 40.644991], [125.292114, 40.651218], [125.287863, 40.650576], [125.285611, 40.651943], [125.286485, 40.649996], [125.282446, 40.651401], [125.281431, 40.649279], [125.28021, 40.650075], [125.27701, 40.647351], [125.280855, 40.644708], [125.277639, 40.643323], [125.276746, 40.645159], [125.274051, 40.645558], [125.272261, 40.644054], [125.273787, 40.642977], [125.270877, 40.641798], [125.270807, 40.623016], [125.262888, 40.611294], [125.2405, 40.603972], [125.225717, 40.606158], [125.195259, 40.596556], [125.162222, 40.589701], [125.154746, 40.585214], [125.152571, 40.581928], [125.1514, 40.583017], [125.150381, 40.580518], [125.144864, 40.578887], [125.124728, 40.563314], [125.044076, 40.53469], [125.025087, 40.529717], [125.020276, 40.526651], [125.021411, 40.525259], [125.018732, 40.525578], [125.011537, 40.520064], [125.013965, 40.519906], [125.008578, 40.516918], [125.012356, 40.50354], [125.050988, 40.49231], [125.060199, 40.491395], [125.06274, 40.488369], [125.058726, 40.478528], [125.060841, 40.474112], [125.053909, 40.463055], [125.041286, 40.455262], [125.022557, 40.451437], [125.008824, 40.454488], [125.001804, 40.458136], [124.998709, 40.457894], [124.998454, 40.459928], [124.985748, 40.467319], [124.981382, 40.466215], [124.978574, 40.463003], [124.97622, 40.463303], [124.965705, 40.45881], [124.962389, 40.460697], [124.963496, 40.459611], [124.95266, 40.453668], [124.930495, 40.451765], [124.915225, 40.45487], [124.905893, 40.460045], [124.903028, 40.462619], [124.902218, 40.46595], [124.90598, 40.471524], [124.90604, 40.476558], [124.901891, 40.479798], [124.896979, 40.479153], [124.891911, 40.473701], [124.879135, 40.450337], [124.867907, 40.439112], [124.861418, 40.427869], [124.853754, 40.421274], [124.842295, 40.416657], [124.803204, 40.393866], [124.767206, 40.384115], [124.745366, 40.367514], [124.742872, 40.363333], [124.744865, 40.363403], [124.736882, 40.352727], [124.73552, 40.34397], [124.73152, 40.337236], [124.733211, 40.336415], [124.731585, 40.326106], [124.724721, 40.317033], [124.719622, 40.314284], [124.713795, 40.316939], [124.709867, 40.313778], [124.714924, 40.313805], [124.698449, 40.309921], [124.674007, 40.299062], [124.642845, 40.29064], [124.62412, 40.288285], [124.61602, 40.28502], [124.601803, 40.274243], [124.59871, 40.274361], [124.599188, 40.272683], [124.591457, 40.266527], [124.584418, 40.250568], [124.583582, 40.235842], [124.576202, 40.229009], [124.573765, 40.227875], [124.574656, 40.229242], [124.572748, 40.22951], [124.563743, 40.223903], [124.544803, 40.218596], [124.538433, 40.213975], [124.538172, 40.21506], [124.526433, 40.212324], [124.514804, 40.20724], [124.513658, 40.204257], [124.516842, 40.202234], [124.517344, 40.196874], [124.519879, 40.197731], [124.518405, 40.186816], [124.521106, 40.182783], [124.524347, 40.170928], [124.522185, 40.166061], [124.516056, 40.16407], [124.500592, 40.16559], [124.491732, 40.159356], [124.494072, 40.163322], [124.499446, 40.166139], [124.516958, 40.165201], [124.521148, 40.166804], [124.523343, 40.169809], [124.523328, 40.171212], [124.522199, 40.170105], [124.520801, 40.182309], [124.518893, 40.181814], [124.517305, 40.185767], [124.516498, 40.202087], [124.513147, 40.202558], [124.512929, 40.20663], [124.491704, 40.189233], [124.488641, 40.178312], [124.484664, 40.172834], [124.481262, 40.171288], [124.470356, 40.174269], [124.461375, 40.173221], [124.460657, 40.169128], [124.450823, 40.156006], [124.441756, 40.150921], [124.440788, 40.146356], [124.437586, 40.142695], [124.423418, 40.137541], [124.412978, 40.136948], [124.404845, 40.132054], [124.400305, 40.121055], [124.415095, 40.122586], [124.426385, 40.121335], [124.430525, 40.123108], [124.43144, 40.126415], [124.43373, 40.127742], [124.450044, 40.12818], [124.456519, 40.129839], [124.461123, 40.132647], [124.464884, 40.138578], [124.470312, 40.15146], [124.468472, 40.158773], [124.470593, 40.162656], [124.468949, 40.158596], [124.471194, 40.154332], [124.470379, 40.149316], [124.467369, 40.144065], [124.466086, 40.136887], [124.460011, 40.128197], [124.445124, 40.125781], [124.425014, 40.11802], [124.43503, 40.112623], [124.422719, 40.117184], [124.401123, 40.116159], [124.373439, 40.096692], [124.366004, 40.086189], [124.369029, 40.077153], [124.376556, 40.067625], [124.377369, 40.055683], [124.373479, 40.050367], [124.373027, 40.046324], [124.379009, 40.027341], [124.375615, 40.010032], [124.368626, 39.998425], [124.362463, 39.982269], [124.364385, 39.965635], [124.363371, 39.960753], [124.367242, 39.95706], [124.366443, 39.950223], [124.366698, 39.957138], [124.362912, 39.960204], [124.333584, 39.934334], [124.349326, 39.935007], [124.354361, 39.938506], [124.356028, 39.943093], [124.358637, 39.944602], [124.356113, 39.942997], [124.354626, 39.938336], [124.34883, 39.934162], [124.33219, 39.933675], [124.325629, 39.931093], [124.315142, 39.921455], [124.311072, 39.914766], [124.311952, 39.904642], [124.318071, 39.900522], [124.329693, 39.886625], [124.338766, 39.882553], [124.344124, 39.876268], [124.347958, 39.867213], [124.351051, 39.850404], [124.372901, 39.837471], [124.368608, 39.848802], [124.359549, 39.8556], [124.363925, 39.863104], [124.360536, 39.878846], [124.35606, 39.883879], [124.347825, 39.885164], [124.339873, 39.898391], [124.348016, 39.885324], [124.356871, 39.88386], [124.361334, 39.878472], [124.364659, 39.862596], [124.360893, 39.855494], [124.366955, 39.853041], [124.376107, 39.844003], [124.378055, 39.844169], [124.378357, 39.842279], [124.38252, 39.846304], [124.38267, 39.85634], [124.390219, 39.871776], [124.385205, 39.87791], [124.377833, 39.880884], [124.386748, 39.876861], [124.390656, 39.87164], [124.384308, 39.859058], [124.383422, 39.850869], [124.393391, 39.848507], [124.403892, 39.835767], [124.409375, 39.831441], [124.414747, 39.830898], [124.417755, 39.826224], [124.416303, 39.822639], [124.412454, 39.820732], [124.412667, 39.8117], [124.409489, 39.806592], [124.268601, 39.819403], [124.271776, 39.836147], [124.266966, 39.857661], [124.267159, 39.871268], [124.271687, 39.888059], [124.276964, 39.897785], [124.27547, 39.899587], [124.27684, 39.910306], [124.2833, 39.926985], [124.281117, 39.930157], [124.27711, 39.929062], [124.266405, 39.932633], [124.239254, 39.927559], [124.230557, 39.922633], [124.225043, 39.916598], [124.222155, 39.910581], [124.22121, 39.902955], [124.216566, 39.893785], [124.21969, 39.862657], [124.218172, 39.856986], [124.219931, 39.852107], [124.217182, 39.851226], [124.214502, 39.847747], [124.214469, 39.845038], [124.210808, 39.841596], [124.201241, 39.834828], [124.189324, 39.830737], [124.18486, 39.826953], [124.159455, 39.829203], [124.156688, 39.8167], [124.148746, 39.825597], [124.140293, 39.821024], [124.152494, 39.808732], [124.154265, 39.793919], [124.139807, 39.804685], [124.132482, 39.798866], [124.154477, 39.782379], [124.151295, 39.769864], [124.133241, 39.783275], [124.123027, 39.775328], [124.147737, 39.756903], [124.14087, 39.74643], [124.098525, 39.778227], [124.108112, 39.790623], [124.12377, 39.829394], [124.108146, 39.828804], [124.093386, 39.825398], [124.091095, 39.829233], [124.056513, 39.817], [124.054053, 39.81845], [124.040779, 39.811104], [124.004042, 39.801297], [123.991695, 39.802541], [123.961209, 39.80922], [123.949249, 39.816301], [123.946648, 39.820299], [123.9174, 39.819433], [123.904973, 39.820265], [123.899066, 39.823353], [123.881631, 39.82507], [123.880551, 39.823197], [123.864052, 39.823895], [123.831312, 39.830653], [123.831554, 39.83282], [123.839548, 39.834496], [123.843134, 39.838858], [123.842888, 39.840413], [123.839308, 39.841723], [123.818964, 39.833436], [123.798553, 39.831002], [123.777532, 39.822625], [123.749239, 39.8223], [123.736958, 39.820597], [123.736128, 39.824696], [123.734649, 39.824953], [123.692043, 39.813461], [123.679307, 39.826117], [123.672548, 39.828046], [123.661874, 39.827176], [123.649317, 39.828822], [123.628625, 39.832919], [123.629994, 39.822531], [123.632419, 39.816447], [123.637336, 39.810856], [123.63541, 39.801082], [123.626238, 39.800639], [123.626282, 39.793017], [123.61575, 39.789091], [123.614109, 39.783893], [123.606948, 39.776839], [123.593724, 39.77335], [123.579615, 39.773304], [123.576176, 39.783843], [123.566482, 39.784691], [123.559176, 39.775814], [123.55851, 39.772107], [123.561893, 39.768406], [123.561561, 39.766785], [123.555995, 39.761559], [123.543606, 39.755949], [123.541289, 39.75803], [123.544718, 39.762261], [123.544994, 39.773571], [123.539053, 39.787868], [123.529314, 39.787973], [123.515126, 39.785339], [123.513897, 39.77028], [123.495075, 39.770341], [123.495057, 39.761333], [123.486837, 39.758151], [123.480232, 39.764926], [123.476928, 39.764737], [123.469241, 39.758126], [123.457238, 39.758077], [123.459015, 39.75385], [123.468932, 39.752842], [123.468628, 39.747049], [123.4546, 39.749428], [123.44664, 39.745569], [123.44385, 39.742982], [123.443162, 39.739127], [123.439476, 39.736685], [123.420027, 39.732213], [123.413947, 39.732695], [123.408553, 39.737609], [123.396289, 39.728452], [123.387014, 39.725386], [123.384337, 39.732353], [123.389763, 39.753305], [123.408292, 39.74797], [123.411225, 39.749621], [123.415728, 39.757347], [123.412544, 39.761998], [123.407438, 39.7602], [123.399765, 39.753695], [123.391021, 39.755061], [123.393785, 39.765918], [123.396551, 39.770079], [123.396437, 39.780336], [123.404358, 39.784942], [123.405088, 39.789311], [123.403593, 39.793954], [123.408641, 39.799289], [123.400564, 39.798696], [123.401096, 39.790599], [123.395404, 39.783837], [123.386763, 39.782619], [123.388417, 39.76051], [123.38305, 39.750329], [123.365545, 39.748087], [123.364363, 39.753519], [123.339094, 39.750779], [123.337956, 39.756512], [123.322405, 39.754511], [123.320418, 39.752733], [123.307238, 39.752715], [123.298818, 39.759945], [123.293781, 39.769254], [123.286655, 39.776367], [123.282656, 39.792183], [123.268302, 39.789336], [123.290941, 39.761472], [123.288055, 39.759591], [123.265106, 39.755361], [123.275536, 39.742357], [123.267608, 39.737729], [123.256283, 39.742729], [123.252425, 39.747381], [123.239935, 39.752066], [123.235113, 39.744367], [123.238147, 39.738418], [123.246876, 39.74027], [123.255422, 39.737306], [123.269561, 39.725249], [123.261734, 39.712404], [123.262222, 39.71017], [123.267605, 39.705103], [123.278272, 39.701457], [123.275601, 39.693787], [123.27068, 39.696641], [123.258788, 39.699636], [123.256178, 39.699453], [123.249666, 39.693971], [123.222423, 39.698852], [123.220742, 39.701313], [123.215404, 39.700178], [123.208547, 39.695551], [123.205664, 39.68913], [123.208304, 39.685331], [123.212016, 39.685889], [123.217952, 39.683544], [123.214767, 39.681766], [123.21686, 39.674706], [123.202001, 39.671158], [123.202727, 39.67004], [123.196747, 39.669877], [123.181528, 39.669891], [123.181609, 39.67476], [123.172195, 39.672717], [123.170723, 39.676398], [123.157863, 39.673621], [123.155725, 39.672222], [123.158489, 39.666869], [123.155174, 39.662641], [123.139565, 39.654541], [123.135801, 39.651877], [123.136039, 39.647516], [123.131381, 39.646163], [123.127097, 39.646525], [123.116383, 39.654306], [123.116722, 39.657244], [123.122687, 39.662711], [123.101861, 39.675066], [123.097582, 39.679845], [123.089336, 39.676211], [123.095278, 39.66171], [123.08018, 39.658557], [123.077115, 39.659961], [123.070842, 39.668402], [123.046454, 39.660766], [123.044059, 39.667027], [123.032707, 39.666828], [123.01766, 39.661166], [123.005741, 39.662363], [123.007438, 39.671688], [123.004522, 39.678882], [123.002644, 39.678725], [123.001427, 39.672858], [122.997882, 39.667052], [122.990066, 39.660435], [122.984469, 39.659044], [122.976155, 39.661979], [122.977229, 39.658179], [122.982627, 39.656571], [122.988118, 39.65725], [122.99757, 39.651046], [122.985974, 39.643003], [122.978016, 39.640517], [122.96144, 39.627263], [122.965917, 39.621427], [122.96555, 39.603592], [122.942018, 39.600895], [122.93703, 39.613689], [122.901379, 39.607076], [122.898482, 39.611561], [122.865751, 39.603945], [122.861665, 39.607585], [122.838791, 39.603067], [122.842931, 39.59777], [122.831757, 39.595844], [122.838666, 39.576678], [122.814988, 39.567938], [122.806375, 39.587065], [122.803446, 39.585333], [122.797243, 39.585379], [122.785144, 39.576398], [122.803287, 39.564711], [122.715669, 39.532664], [122.699724, 39.543244], [122.686996, 39.532396], [122.680996, 39.519101], [122.681425, 39.515249], [122.673593, 39.516583], [122.649494, 39.540402], [122.636353, 39.536116], [122.640359, 39.531243], [122.646051, 39.528421], [122.640882, 39.516822], [122.639483, 39.507079], [122.632135, 39.493858], [122.626264, 39.49495], [122.627793, 39.499125], [122.626599, 39.500013], [122.623806, 39.500013], [122.617133, 39.495547], [122.616674, 39.489959], [122.621451, 39.488695], [122.622907, 39.48651], [122.62168, 39.481709], [122.607231, 39.491283], [122.604218, 39.491052], [122.601255, 39.488668], [122.605463, 39.481825], [122.590367, 39.478081], [122.583259, 39.469744], [122.571966, 39.464955], [122.570187, 39.465337], [122.569575, 39.467468], [122.579984, 39.476943], [122.580023, 39.479058], [122.575469, 39.487262], [122.563878, 39.484358], [122.568394, 39.473518], [122.561946, 39.453271], [122.567153, 39.43048], [122.557957, 39.426885], [122.553198, 39.441989], [122.52584, 39.420133], [122.506573, 39.414346], [122.502089, 39.422548], [122.498061, 39.421685], [122.500801, 39.41178], [122.500483, 39.407203], [122.492906, 39.402323], [122.48387, 39.402336], [122.483252, 39.40475], [122.451783, 39.403334], [122.450666, 39.417588], [122.406447, 39.41681], [122.387255, 39.413933], [122.384376, 39.401706], [122.390917, 39.392928], [122.36673, 39.382414], [122.364542, 39.392577], [122.362386, 39.391637], [122.3638, 39.385655], [122.355101, 39.380903], [122.362465, 39.368714], [122.353815, 39.365706], [122.348715, 39.378143], [122.344368, 39.375968], [122.340272, 39.381995], [122.335904, 39.383979], [122.330843, 39.382133], [122.33893, 39.369359], [122.342856, 39.35847], [122.3192, 39.346116], [122.300713, 39.359852], [122.299063, 39.356649], [122.301537, 39.351867], [122.314939, 39.343425], [122.313259, 39.334965], [122.308119, 39.331661], [122.300615, 39.335008], [122.290105, 39.347531], [122.263645, 39.319416], [122.252567, 39.320801], [122.242278, 39.327452], [122.237245, 39.326521], [122.242471, 39.320304], [122.256262, 39.317183], [122.260393, 39.314366], [122.260361, 39.305488], [122.239734, 39.286943], [122.237008, 39.279815], [122.242242, 39.274278], [122.231014, 39.269105], [122.226037, 39.274204], [122.215166, 39.271971], [122.208685, 39.269334], [122.206634, 39.266772], [122.208007, 39.262503], [122.205085, 39.259895], [122.204848, 39.25719], [122.19976, 39.257074], [122.199383, 39.260594], [122.195778, 39.260827], [122.194017, 39.262554], [122.188618, 39.26142], [122.181705, 39.259385], [122.16765, 39.251159], [122.165622, 39.247661], [122.160949, 39.247788], [122.154252, 39.245342], [122.13981, 39.233895], [122.138728, 39.230623], [122.133716, 39.225386], [122.129719, 39.2228], [122.125701, 39.22494], [122.122356, 39.224417], [122.111592, 39.217439], [122.105831, 39.206145], [122.110081, 39.201598], [122.117542, 39.20096], [122.105861, 39.178667], [122.08712, 39.181951], [122.085289, 39.180112], [122.086368, 39.177384], [122.097185, 39.17789], [122.112304, 39.173614], [122.109933, 39.163487], [122.122943, 39.160394], [122.128931, 39.163674], [122.13837, 39.15802], [122.147608, 39.157777], [122.156493, 39.153939], [122.162481, 39.154653], [122.163875, 39.153008], [122.162741, 39.151876], [122.154995, 39.149347], [122.153189, 39.150107], [122.15434, 39.151132], [122.153598, 39.153651], [122.151508, 39.154717], [122.140477, 39.154583], [122.120806, 39.147728], [122.113165, 39.146599], [122.111475, 39.140507], [122.108006, 39.136059], [122.090951, 39.132051], [122.089392, 39.12964], [122.089858, 39.123769], [122.084203, 39.123475], [122.07841, 39.126164], [122.075478, 39.119248], [122.082183, 39.115771], [122.080564, 39.113491], [122.074553, 39.113028], [122.066862, 39.115932], [122.056005, 39.11142], [122.0421, 39.11605], [122.040451, 39.118567], [122.041304, 39.121199], [122.03307, 39.123931], [122.031039, 39.119613], [122.037453, 39.098307], [122.04387, 39.083536], [122.049167, 39.082255], [122.049603, 39.084274], [122.052197, 39.084249], [122.059277, 39.076918], [122.064535, 39.068483], [122.058848, 39.061326], [122.049252, 39.067943], [122.030429, 39.072149], [122.028819, 39.07483], [122.014665, 39.079794], [122.00137, 39.075983], [121.978819, 39.066187], [121.968579, 39.049681], [121.962366, 39.031238], [121.935666, 39.044484], [121.930018, 39.048104], [121.927631, 39.052917], [121.920652, 39.05773], [121.905753, 39.059314], [121.896561, 39.054451], [121.897663, 39.046686], [121.903805, 39.041121], [121.911139, 39.041462], [121.91715, 39.025794], [121.919521, 39.025365], [121.921501, 39.020062], [121.916071, 39.01701], [121.913611, 39.016874], [121.909179, 39.028102], [121.901842, 39.032036], [121.886437, 39.028754], [121.880658, 39.02989], [121.867537, 39.036137], [121.837568, 39.043276], [121.845218, 39.027854], [121.86011, 39.016161], [121.873863, 39.008823], [121.892906, 38.995841], [121.891485, 38.988935], [121.896383, 38.967342], [121.886429, 38.958806], [121.86201, 38.943966], [121.858521, 38.942681], [121.842124, 38.95029], [121.838797, 38.949381], [121.833357, 38.951234], [121.829182, 38.954285], [121.825655, 38.958289], [121.827576, 38.960514], [121.834505, 38.961272], [121.837204, 38.963219], [121.829526, 38.97247], [121.823013, 38.973007], [121.820178, 38.970559], [121.811399, 38.968654], [121.808248, 38.969794], [121.806525, 38.971947], [121.811664, 38.975458], [121.803281, 38.983469], [121.79868, 39.00199], [121.78964, 39.014741], [121.790278, 39.02046], [121.778101, 39.025164], [121.768066, 39.026905], [121.765869, 39.030677], [121.761313, 39.032365], [121.755151, 39.029962], [121.746114, 39.029331], [121.731866, 39.03685], [121.723908, 39.036733], [121.719732, 39.035076], [121.717151, 39.029251], [121.720389, 39.027241], [121.733088, 39.03133], [121.747845, 39.014013], [121.739936, 39.007741], [121.728806, 39.002397], [121.707812, 39.003244], [121.70643, 39.005121], [121.712035, 39.013326], [121.709928, 39.015871], [121.695555, 39.01936], [121.681228, 39.016907], [121.680928, 39.009457], [121.678906, 39.00881], [121.675916, 39.009227], [121.673795, 39.014088], [121.668218, 39.017631], [121.656239, 39.015605], [121.636884, 39.004183], [121.635951, 39.001787], [121.654644, 38.999745], [121.661343, 38.995245], [121.659632, 38.985177], [121.664806, 38.979804], [121.66166, 38.974936], [121.643595, 38.961764], [121.642672, 38.965104], [121.630467, 38.961713], [121.620224, 38.953598], [121.610629, 38.950418], [121.61248, 38.945514], [121.610504, 38.945186], [121.610051, 38.938982], [121.614705, 38.939617], [121.616203, 38.935648], [121.60672, 38.933173], [121.611657, 38.927744], [121.617358, 38.929065], [121.628189, 38.936334], [121.642238, 38.942282], [121.646873, 38.939611], [121.642157, 38.93475], [121.641424, 38.931874], [121.642716, 38.930308], [121.656527, 38.930033], [121.664612, 38.933168], [121.672408, 38.932616], [121.674099, 38.929307], [121.678175, 38.92768], [121.714195, 38.917281], [121.715613, 38.915771], [121.716364, 38.902011], [121.705671, 38.887102], [121.707372, 38.882008], [121.704213, 38.875376], [121.692998, 38.864477], [121.689396, 38.863562], [121.690045, 38.865407], [121.684484, 38.872445], [121.679263, 38.876027], [121.671225, 38.876413], [121.669563, 38.874559], [121.671088, 38.871837], [121.673762, 38.8712], [121.67483, 38.867678], [121.671261, 38.863551], [121.661175, 38.863678], [121.653706, 38.860842], [121.628812, 38.863848], [121.614576, 38.863201], [121.599718, 38.872452], [121.578391, 38.876772], [121.564356, 38.876654], [121.559219, 38.874958], [121.554272, 38.866052], [121.54025, 38.853242], [121.530836, 38.851516], [121.519951, 38.844543], [121.520602, 38.837137], [121.512482, 38.825575], [121.49511, 38.822996], [121.482451, 38.824556], [121.47085, 38.818077], [121.449843, 38.816055], [121.442764, 38.818781], [121.423839, 38.81691], [121.415501, 38.812623], [121.39004, 38.815346], [121.357521, 38.824949], [121.34577, 38.824812], [121.328141, 38.820759], [121.323125, 38.817468], [121.317335, 38.812023], [121.321236, 38.805411], [121.320798, 38.80369], [121.307512, 38.79681], [121.3085, 38.793129], [121.295181, 38.793285], [121.290805, 38.796388], [121.284424, 38.796226], [121.262262, 38.79086], [121.255028, 38.794031], [121.254445, 38.797234], [121.257016, 38.800087], [121.255418, 38.801824], [121.248974, 38.803865], [121.235176, 38.804772], [121.22906, 38.80358], [121.226483, 38.802352], [121.221134, 38.794344], [121.216262, 38.782976], [121.217892, 38.774825], [121.219152, 38.774541], [121.22374, 38.78254], [121.228004, 38.785647], [121.248021, 38.792797], [121.250463, 38.791299], [121.24261, 38.77743], [121.232192, 38.765708], [121.21742, 38.760624], [121.214346, 38.751741], [121.213416, 38.742002], [121.197885, 38.723609], [121.181563, 38.72154], [121.153377, 38.725027], [121.146149, 38.724226], [121.133823, 38.728058], [121.130152, 38.759722], [121.109604, 38.77576], [121.109374, 38.778246], [121.111172, 38.780398], [121.118231, 38.783814], [121.129569, 38.778985], [121.134637, 38.780137], [121.141171, 38.786342], [121.144425, 38.794422], [121.137432, 38.79636], [121.130536, 38.792228], [121.12747, 38.793932], [121.128026, 38.802809], [121.133225, 38.809291], [121.13544, 38.807849], [121.139051, 38.810858], [121.135498, 38.817137], [121.131211, 38.817372], [121.126863, 38.810846], [121.116163, 38.814707], [121.112238, 38.819873], [121.113164, 38.838126], [121.108532, 38.84378], [121.106054, 38.8519], [121.11186, 38.865056], [121.114795, 38.867517], [121.118477, 38.866571], [121.125832, 38.871116], [121.122591, 38.874848], [121.120952, 38.889275], [121.109172, 38.894449], [121.096798, 38.89293], [121.08784, 38.895663], [121.086238, 38.911735], [121.096042, 38.929411], [121.111215, 38.934979], [121.120723, 38.936314], [121.120807, 38.94653], [121.140626, 38.953491], [121.161659, 38.948794], [121.172203, 38.953089], [121.175753, 38.952676], [121.183288, 38.94958], [121.200074, 38.937496], [121.197658, 38.934715], [121.200299, 38.933441], [121.213481, 38.932111], [121.222026, 38.933246], [121.228102, 38.939223], [121.22973, 38.949824], [121.238658, 38.955036], [121.259422, 38.954875], [121.27318, 38.964809], [121.275393, 38.96842], [121.298686, 38.970683], [121.304129, 38.966316], [121.310209, 38.965621], [121.337182, 38.974218], [121.343314, 38.978879], [121.343109, 38.984566], [121.338552, 38.990182], [121.336061, 39.002287], [121.320853, 39.000553], [121.317267, 39.002463], [121.314915, 39.009925], [121.323161, 39.012049], [121.329582, 39.017488], [121.33347, 39.025145], [121.33926, 39.027682], [121.3434, 39.033193], [121.34161, 39.035566], [121.337744, 39.036709], [121.343092, 39.042514], [121.347078, 39.043534], [121.357998, 39.041365], [121.361576, 39.042966], [121.366704, 39.048903], [121.36639, 39.055964], [121.373295, 39.060295], [121.378037, 39.058767], [121.379604, 39.051706], [121.389468, 39.043503], [121.405609, 39.035667], [121.404187, 39.030903], [121.405914, 39.025771], [121.429388, 39.021745], [121.4362, 39.025468], [121.457437, 39.028353], [121.458127, 39.016908], [121.482271, 39.022892], [121.506422, 39.031322], [121.530134, 39.048097], [121.554244, 39.058967], [121.562298, 39.069256], [121.568163, 39.072693], [121.583688, 39.073369], [121.587486, 39.071196], [121.589694, 39.074702], [121.612701, 39.094115], [121.608977, 39.096807], [121.605928, 39.095245], [121.566569, 39.124946], [121.57088, 39.128392], [121.590208, 39.117372], [121.593715, 39.121352], [121.575996, 39.132278], [121.572722, 39.12967], [121.565829, 39.135099], [121.573355, 39.140157], [121.597651, 39.123835], [121.599164, 39.125022], [121.601031, 39.123612], [121.604239, 39.126057], [121.616515, 39.116248], [121.619374, 39.119463], [121.582434, 39.148433], [121.586622, 39.151784], [121.632715, 39.118023], [121.631547, 39.113892], [121.636094, 39.111334], [121.592409, 39.07579], [121.588654, 39.070883], [121.587159, 39.064102], [121.614952, 39.075712], [121.623557, 39.073064], [121.636182, 39.077632], [121.631087, 39.08462], [121.640251, 39.087233], [121.652019, 39.093761], [121.659853, 39.08564], [121.666533, 39.08982], [121.686737, 39.110072], [121.684202, 39.123436], [121.677255, 39.124998], [121.678092, 39.130149], [121.684232, 39.131528], [121.678501, 39.139431], [121.667338, 39.14316], [121.661759, 39.147901], [121.654301, 39.149116], [121.642752, 39.15992], [121.638899, 39.165919], [121.633829, 39.168168], [121.629675, 39.165791], [121.620412, 39.170767], [121.597821, 39.167924], [121.594571, 39.177611], [121.59821, 39.178487], [121.59756, 39.189377], [121.595029, 39.190637], [121.589531, 39.188068], [121.58413, 39.192585], [121.583865, 39.196275], [121.58486, 39.199502], [121.591932, 39.204102], [121.607275, 39.202671], [121.609059, 39.204985], [121.609322, 39.212608], [121.592327, 39.213528], [121.588673, 39.215237], [121.586178, 39.224506], [121.591152, 39.225698], [121.603726, 39.224634], [121.604728, 39.227062], [121.609184, 39.227132], [121.630915, 39.223159], [121.634015, 39.227551], [121.634672, 39.235134], [121.638348, 39.240426], [121.637462, 39.241762], [121.619604, 39.245524], [121.614484, 39.248763], [121.606576, 39.258489], [121.59743, 39.25848], [121.594752, 39.25373], [121.592609, 39.254512], [121.58782, 39.26463], [121.588217, 39.268272], [121.591437, 39.272644], [121.610843, 39.270545], [121.618062, 39.274071], [121.62099, 39.27697], [121.621822, 39.280683], [121.624587, 39.281467], [121.636767, 39.275793], [121.661373, 39.272206], [121.67242, 39.274296], [121.687755, 39.283297], [121.676419, 39.302232], [121.667769, 39.308411], [121.671875, 39.310671], [121.675837, 39.307338], [121.694163, 39.314942], [121.700754, 39.308721], [121.703217, 39.310599], [121.709065, 39.311046], [121.721964, 39.302486], [121.728034, 39.303894], [121.729576, 39.305086], [121.730603, 39.317727], [121.715611, 39.318387], [121.716531, 39.321776], [121.722026, 39.323167], [121.718485, 39.331949], [121.707821, 39.340098], [121.71752, 39.352459], [121.726543, 39.350406], [121.729719, 39.35674], [121.719969, 39.356789], [121.719966, 39.359992], [121.725444, 39.369065], [121.732855, 39.376285], [121.736109, 39.376678], [121.735282, 39.380038], [121.737441, 39.382406], [121.744086, 39.38268], [121.755258, 39.375903], [121.769892, 39.370976], [121.806417, 39.366997], [121.814242, 39.367722], [121.838703, 39.374298], [121.839859, 39.373987], [121.839523, 39.369722], [121.848501, 39.368065], [121.855257, 39.36967], [121.865737, 39.37979], [121.880412, 39.39013], [121.891005, 39.390019], [121.890865, 39.396152], [121.89738, 39.395634], [121.897348, 39.390846], [121.905793, 39.391628], [121.903812, 39.397015], [121.924284, 39.400525], [121.911191, 39.402577], [121.881507, 39.401864], [121.857513, 39.395747], [121.835006, 39.385949], [121.82229, 39.382203], [121.786359, 39.384386], [121.771234, 39.382322], [121.757242, 39.382838], [121.743404, 39.389646], [121.730623, 39.392787], [121.70838, 39.403877], [121.708379, 39.409249], [121.706517, 39.410461], [121.700878, 39.39408], [121.712744, 39.373912], [121.706414, 39.363986], [121.699268, 39.358639], [121.682016, 39.353751], [121.68411, 39.348484], [121.67775, 39.347197], [121.675159, 39.354757], [121.669338, 39.353821], [121.660053, 39.351566], [121.661538, 39.348117], [121.657658, 39.346802], [121.647183, 39.344436], [121.629858, 39.343732], [121.626684, 39.333605], [121.620253, 39.329892], [121.56563, 39.323605], [121.563021, 39.327753], [121.561431, 39.327748], [121.554921, 39.324608], [121.547316, 39.314779], [121.54326, 39.317254], [121.544416, 39.328883], [121.559291, 39.333339], [121.542751, 39.360271], [121.543818, 39.363753], [121.541716, 39.364271], [121.540164, 39.362589], [121.543058, 39.354185], [121.554509, 39.334131], [121.520166, 39.330591], [121.519719, 39.297288], [121.50268, 39.296211], [121.501926, 39.28546], [121.492708, 39.28547], [121.490692, 39.282088], [121.480894, 39.283428], [121.484643, 39.298793], [121.465584, 39.301023], [121.472282, 39.326478], [121.435837, 39.332607], [121.450461, 39.36297], [121.456253, 39.362037], [121.467173, 39.382027], [121.46772, 39.399205], [121.472868, 39.402849], [121.471733, 39.407836], [121.466291, 39.408745], [121.464915, 39.403513], [121.461746, 39.403802], [121.455905, 39.409147], [121.456884, 39.411952], [121.443598, 39.422563], [121.439413, 39.428963], [121.435112, 39.426518], [121.437707, 39.419525], [121.443431, 39.412282], [121.4432, 39.404397], [121.434475, 39.385865], [121.4264, 39.381623], [121.424015, 39.382261], [121.420048, 39.377105], [121.420307, 39.371135], [121.416922, 39.369212], [121.410838, 39.369106], [121.399216, 39.361936], [121.391509, 39.362353], [121.389363, 39.366008], [121.378946, 39.37293], [121.376094, 39.373708], [121.373372, 39.371848], [121.350919, 39.381752], [121.32695, 39.374609], [121.316526, 39.379155], [121.315417, 39.392045], [121.317815, 39.394463], [121.324025, 39.392957], [121.333959, 39.409743], [121.340238, 39.417078], [121.346998, 39.413933], [121.357655, 39.419244], [121.363076, 39.42437], [121.36164, 39.432698], [121.364922, 39.446515], [121.360301, 39.447159], [121.350564, 39.443886], [121.32652, 39.429636], [121.323301, 39.425287], [121.335397, 39.419897], [121.322248, 39.408613], [121.319284, 39.410028], [121.315222, 39.407224], [121.306176, 39.39494], [121.291246, 39.406195], [121.288135, 39.399061], [121.289816, 39.392659], [121.275356, 39.379227], [121.26775, 39.376128], [121.261227, 39.376014], [121.256388, 39.383862], [121.244747, 39.388942], [121.24945, 39.396452], [121.258776, 39.40025], [121.260525, 39.406112], [121.258025, 39.415409], [121.259676, 39.417679], [121.266561, 39.420269], [121.271567, 39.42652], [121.264042, 39.438269], [121.255215, 39.437882], [121.245521, 39.453865], [121.308811, 39.477492], [121.318285, 39.48705], [121.334403, 39.4908], [121.347311, 39.497979], [121.35903, 39.507569], [121.372883, 39.507388], [121.385985, 39.499023], [121.383459, 39.488199], [121.401603, 39.484787], [121.405388, 39.495372], [121.442668, 39.507884], [121.441056, 39.510843], [121.442659, 39.514813], [121.4483, 39.518879], [121.460804, 39.52073], [121.477707, 39.52618], [121.478864, 39.526712], [121.478146, 39.529684], [121.464626, 39.529634], [121.462957, 39.526134], [121.450437, 39.523378], [121.445751, 39.520523], [121.437376, 39.514799], [121.431858, 39.507842], [121.408658, 39.505122], [121.405471, 39.501604], [121.399315, 39.502863], [121.400255, 39.507723], [121.381923, 39.518322], [121.357501, 39.521663], [121.340165, 39.512304], [121.334633, 39.512039], [121.331577, 39.513782], [121.320042, 39.507156], [121.323884, 39.502407], [121.297872, 39.488843], [121.296189, 39.488969], [121.294301, 39.504958], [121.290059, 39.510339], [121.284384, 39.514821], [121.272382, 39.514381], [121.270998, 39.509938], [121.272148, 39.501047], [121.264907, 39.500506], [121.263388, 39.499099], [121.263656, 39.48499], [121.224143, 39.484929], [121.223412, 39.530311], [121.225837, 39.533108], [121.226663, 39.544632], [121.22963, 39.555073], [121.255115, 39.577783], [121.269017, 39.572674], [121.283159, 39.578335], [121.291342, 39.586143], [121.292164, 39.594166], [121.295591, 39.599435], [121.299439, 39.602021], [121.301514, 39.602225], [121.312482, 39.594879], [121.316631, 39.593738], [121.336897, 39.600458], [121.353018, 39.603204], [121.38472, 39.600956], [121.407093, 39.605433], [121.41336, 39.609726], [121.418159, 39.618197], [121.426351, 39.617575], [121.426593, 39.613671], [121.44443, 39.617202], [121.45408, 39.623559], [121.459392, 39.632537], [121.459384, 39.635856], [121.458143, 39.641148], [121.455725, 39.643888], [121.447674, 39.644608], [121.442091, 39.643147], [121.443738, 39.647769], [121.452649, 39.652898], [121.462056, 39.652268], [121.478614, 39.655431], [121.484964, 39.659432], [121.495801, 39.658259], [121.514905, 39.646126], [121.518743, 39.640723], [121.518062, 39.635682], [121.519966, 39.629258], [121.531983, 39.604747], [121.534361, 39.590586], [121.539193, 39.590578], [121.538119, 39.595839], [121.554127, 39.597031], [121.557404, 39.599003], [121.562303, 39.605597], [121.560304, 39.606555], [121.555055, 39.602477], [121.549366, 39.600602], [121.536633, 39.602938], [121.533824, 39.611982], [121.52581, 39.623574], [121.524675, 39.632596], [121.52013, 39.645799], [121.506816, 39.658533], [121.491613, 39.662733], [121.495592, 39.671789], [121.509966, 39.669047], [121.497285, 39.680107], [121.504247, 39.694348], [121.500971, 39.708404], [121.494967, 39.713908], [121.489388, 39.715442], [121.47157, 39.733174], [121.454993, 39.742448], [121.456941, 39.746253], [121.470205, 39.750218], [121.480383, 39.755553], [121.486522, 39.760521], [121.490284, 39.767929], [121.490825, 39.777452], [121.483576, 39.781488], [121.482902, 39.788821], [121.47818, 39.788974], [121.472088, 39.792082], [121.469842, 39.795612], [121.471302, 39.806814], [121.472998, 39.809817], [121.486608, 39.809881], [121.494897, 39.81287], [121.506931, 39.827236], [121.510229, 39.828303], [121.515018, 39.833307], [121.520829, 39.841846], [121.53029, 39.84679], [121.53606, 39.858991], [121.534126, 39.863345], [121.535474, 39.865925], [121.559614, 39.857232], [121.582688, 39.859481], [121.596292, 39.865758], [121.608883, 39.866397], [121.626963, 39.879432], [121.631593, 39.885561], [121.633784, 39.892561], [121.633129, 39.896534], [121.63515, 39.898506], [121.651123, 39.899274], [121.660836, 39.901815], [121.670671, 39.915557], [121.680769, 39.915228], [121.684517, 39.917061], [121.696172, 39.928086], [121.693305, 39.932562], [121.694845, 39.933571], [121.704887, 39.934198], [121.714796, 39.928666], [121.714589, 39.922544], [121.723615, 39.921805], [121.733756, 39.918626], [121.733527, 39.913072], [121.737819, 39.912454], [121.740675, 39.912818], [121.740108, 39.921569], [121.752005, 39.923253], [121.751631, 39.929162], [121.77702, 39.933998], [121.779528, 39.935692], [121.782898, 39.949858], [121.812125, 39.969111], [121.810096, 39.970981], [121.810799, 39.97415], [121.805645, 39.973609], [121.791836, 39.964124], [121.787954, 39.978327], [121.796515, 39.980089], [121.801751, 39.976947], [121.806582, 39.980928], [121.801769, 39.98436], [121.81484, 39.993363], [121.82275, 40.003383], [121.81444, 40.00932], [121.793463, 39.992213], [121.764244, 39.986194], [121.76272, 39.991299], [121.767906, 39.994916], [121.789821, 39.999532], [121.804037, 40.011667], [121.831131, 40.025887], [121.822548, 40.033702], [121.839171, 40.036157], [121.840867, 40.032686], [121.87006, 40.039287], [121.871151, 40.035199], [121.881681, 40.036736], [121.884601, 40.038721], [121.882239, 40.044532], [121.89237, 40.054601], [121.901048, 40.060954], [121.904771, 40.055727], [121.923977, 40.071036], [121.929298, 40.079746], [121.931314, 40.095738], [121.941466, 40.102052], [121.944747, 40.108412], [121.956914, 40.118478], [121.962795, 40.116417], [121.976175, 40.117502], [121.992572, 40.123393], [122.002594, 40.131035], [122.006438, 40.138785], [122.010047, 40.153953], [122.008696, 40.167384], [122.004144, 40.177144], [121.998282, 40.182225], [121.992429, 40.180652], [121.989286, 40.177847], [121.9845, 40.179341], [121.988257, 40.185626], [121.992706, 40.187021], [121.992813, 40.188371], [121.959972, 40.195657], [121.955325, 40.200999], [122.019905, 40.200788], [122.019713, 40.189491], [122.023269, 40.189176], [122.049668, 40.20085], [122.050512, 40.201743], [122.049242, 40.20286], [122.056604, 40.208866], [122.066163, 40.210826], [122.07253, 40.214222], [122.100262, 40.236435], [122.049993, 40.236391], [122.046891, 40.237716], [122.044407, 40.245874], [122.09498, 40.24674], [122.094465, 40.280463], [122.100005, 40.281761], [122.100494, 40.283392], [122.091999, 40.294648], [122.082703, 40.301578], [122.072267, 40.317652], [122.03742, 40.304425], [122.038898, 40.316237], [122.075926, 40.330105], [122.079575, 40.328304], [122.093903, 40.306337], [122.095944, 40.305314], [122.106046, 40.308709], [122.108848, 40.315244], [122.131815, 40.327297], [122.129547, 40.329696], [122.13773, 40.333975], [122.133212, 40.339206], [122.129369, 40.33887], [122.119183, 40.35031], [122.121652, 40.351616], [122.110962, 40.363472], [122.128978, 40.365326], [122.133278, 40.36406], [122.148388, 40.344611], [122.160626, 40.336286], [122.161827, 40.338273], [122.150733, 40.347663], [122.150675, 40.352273], [122.161694, 40.34886], [122.169985, 40.352279], [122.173754, 40.349637], [122.181966, 40.356191], [122.179529, 40.358914], [122.184027, 40.360712], [122.190021, 40.357696], [122.193775, 40.362347], [122.191364, 40.372016], [122.18543, 40.3745], [122.185556, 40.377756], [122.194767, 40.376582], [122.19936, 40.374138], [122.205461, 40.377997], [122.205985, 40.388792], [122.20266, 40.405933], [122.199243, 40.415311], [122.19999, 40.418754], [122.20856, 40.421162], [122.215217, 40.418718], [122.22764, 40.420134], [122.246677, 40.440662], [122.252845, 40.445293], [122.245194, 40.45475], [122.238285, 40.460106], [122.217859, 40.461247], [122.218482, 40.465597], [122.221219, 40.466302], [122.224892, 40.476791], [122.219374, 40.476888], [122.219931, 40.484859], [122.24057, 40.485473], [122.229476, 40.504141], [122.240104, 40.507271], [122.249951, 40.512689], [122.248194, 40.516603], [122.219918, 40.535349], [122.229229, 40.539341], [122.207182, 40.557556], [122.200275, 40.562354], [122.194894, 40.559137], [122.190809, 40.562125], [122.199896, 40.570058], [122.130308, 40.615604], [122.134239, 40.625712], [122.145991, 40.63047], [122.154672, 40.642269], [122.161919, 40.659149], [122.164312, 40.661704], [122.163837, 40.667231], [122.158453, 40.679258], [122.14162, 40.681003], [122.13906, 40.671461], [122.127281, 40.667632], [122.117601, 40.666128], [122.107476, 40.66754], [122.076152, 40.665564], [122.054164, 40.658169], [122.046708, 40.666655], [122.04799, 40.676523], [122.039744, 40.67858], [122.036111, 40.674384], [121.975664, 40.704327], [122.001605, 40.734859], [121.987077, 40.742142], [121.969485, 40.721564], [121.965982, 40.723295], [121.964513, 40.729046], [121.971268, 40.737096], [121.959803, 40.742789], [121.959232, 40.747881], [121.962563, 40.751902], [121.956633, 40.754822], [121.950457, 40.748202], [121.959116, 40.709739], [121.968607, 40.69018], [121.969113, 40.684824], [121.962274, 40.682809], [121.94986, 40.707786], [121.943704, 40.73044], [121.940393, 40.752739], [121.942166, 40.768894], [121.948695, 40.768761], [121.953693, 40.774668], [121.949123, 40.775631], [121.946033, 40.77876], [121.952003, 40.787416], [121.952725, 40.801229], [121.946626, 40.802123], [121.935741, 40.80733], [121.896169, 40.806981], [121.869095, 40.815561], [121.864386, 40.822826], [121.858168, 40.820658], [121.850314, 40.834632], [121.850411, 40.835917], [121.855677, 40.837678], [121.83599, 40.872122], [121.839522, 40.903365], [121.831754, 40.908681], [121.837087, 40.918861], [121.836631, 40.921367], [121.828282, 40.924934], [121.822622, 40.932429], [121.821264, 40.95401], [121.830825, 40.958712], [121.848742, 40.979426], [121.836581, 40.981671], [121.826057, 40.972839], [121.819845, 40.969877], [121.81346, 40.969093], [121.799413, 40.959229], [121.801501, 40.946248], [121.790109, 40.939038], [121.781356, 40.935748], [121.777219, 40.929752], [121.777194, 40.922122], [121.784145, 40.915521], [121.783525, 40.90784], [121.772265, 40.900772], [121.769845, 40.895576], [121.773233, 40.894702], [121.773727, 40.891753], [121.765894, 40.887213], [121.762849, 40.883346], [121.760381, 40.884356], [121.758467, 40.891053], [121.752146, 40.891569], [121.75061, 40.882654], [121.736631, 40.886025], [121.734805, 40.889221], [121.738193, 40.891058], [121.740682, 40.898399], [121.735393, 40.899324], [121.72673, 40.898346], [121.709909, 40.88526], [121.708815, 40.883789], [121.722153, 40.877178], [121.73108, 40.887406], [121.751447, 40.876461], [121.746158, 40.867848], [121.734889, 40.870504], [121.738501, 40.862721], [121.727134, 40.861812], [121.725212, 40.846725], [121.719086, 40.846821], [121.718155, 40.844902], [121.705501, 40.843481], [121.70519, 40.851177], [121.695016, 40.849643], [121.695184, 40.84581], [121.686853, 40.847141], [121.685323, 40.852411], [121.686541, 40.872057], [121.684283, 40.872323], [121.680629, 40.862485], [121.687968, 40.832776], [121.678284, 40.830929], [121.672996, 40.83893], [121.670513, 40.846406], [121.668229, 40.847249], [121.666673, 40.845449], [121.667592, 40.831335], [121.644964, 40.830597], [121.644296, 40.848144], [121.645415, 40.850351], [121.643057, 40.852821], [121.637026, 40.852279], [121.636656, 40.833971], [121.630783, 40.833685], [121.630962, 40.849337], [121.612059, 40.853369], [121.614711, 40.858779], [121.607299, 40.861459], [121.586543, 40.843636], [121.557896, 40.840918], [121.555136, 40.844934], [121.559125, 40.848443], [121.553156, 40.84772], [121.551481, 40.84934], [121.556137, 40.861315], [121.557642, 40.870342], [121.557612, 40.871919], [121.554809, 40.872015], [121.546771, 40.849456], [121.53287, 40.849709], [121.534301, 40.848499], [121.5303, 40.843455], [121.531846, 40.832837], [121.507487, 40.842533], [121.511532, 40.848363], [121.517435, 40.853048], [121.516886, 40.857048], [121.522696, 40.865199], [121.516403, 40.865978], [121.515038, 40.872697], [121.502139, 40.874055], [121.500169, 40.878206], [121.502017, 40.88783], [121.497322, 40.88548], [121.496159, 40.882313], [121.488855, 40.881252], [121.476601, 40.88539], [121.434012, 40.883763], [121.428357, 40.890644], [121.427628, 40.9023], [121.425287, 40.902925], [121.423232, 40.892217], [121.424904, 40.885092], [121.423759, 40.870771], [121.427903, 40.854064], [121.429776, 40.841368], [121.429286, 40.833352], [121.326764, 40.852301], [121.302091, 40.848133], [121.298876, 40.851183], [121.290099, 40.850886], [121.287932, 40.867549], [121.28385, 40.872504], [121.278051, 40.886817], [121.270918, 40.899167], [121.255882, 40.914371], [121.250038, 40.913224], [121.247311, 40.90615], [121.242961, 40.906115], [121.251554, 40.889462], [121.233954, 40.888933], [121.233357, 40.851882], [121.218152, 40.851999], [121.220593, 40.859279], [121.195139, 40.859479], [121.204578, 40.873886], [121.2218, 40.878413], [121.221734, 40.88787], [121.211845, 40.889068], [121.184661, 40.888116], [121.185186, 40.904246], [121.173607, 40.904742], [121.165707, 40.89889], [121.160248, 40.898425], [121.160458, 40.89456], [121.175789, 40.89462], [121.175055, 40.887134], [121.169613, 40.878331], [121.166944, 40.876657], [121.156681, 40.875493], [121.138689, 40.881713], [121.093114, 40.873595], [121.077246, 40.866543], [121.075008, 40.853787], [121.086074, 40.852213], [121.085889, 40.83962], [121.072889, 40.828259], [121.058957, 40.824019], [121.072474, 40.807646], [121.066866, 40.804758], [121.061495, 40.811348], [121.054326, 40.808607], [121.059688, 40.798472], [121.049107, 40.79582], [121.041668, 40.807466], [121.034045, 40.807775], [121.033713, 40.79337], [121.013099, 40.792301], [121.012992, 40.784913], [121.006853, 40.785056], [121.007914, 40.822735], [120.998381, 40.824237], [120.998931, 40.827666], [120.974887, 40.821186], [120.966333, 40.815312], [120.959535, 40.802827], [120.963198, 40.796496], [120.976615, 40.788236], [120.976525, 40.786745], [120.969906, 40.780363], [120.95394, 40.772197], [120.954721, 40.770829], [120.968931, 40.770278], [120.969149, 40.743207], [120.934788, 40.743166], [120.93396, 40.749334], [120.930406, 40.746913], [120.940542, 40.737067], [120.984997, 40.735029], [120.985114, 40.741851], [120.988069, 40.744094], [121.012198, 40.743937], [121.012152, 40.738957], [121.009547, 40.738903], [121.009355, 40.727546], [121.022359, 40.727524], [121.022296, 40.72508], [121.035511, 40.724919], [121.035482, 40.722073], [121.030842, 40.722073], [121.031494, 40.711594], [121.026669, 40.711978], [121.026445, 40.710006], [121.012113, 40.711056], [121.006872, 40.716302], [120.993071, 40.717506], [120.970337, 40.711842], [120.949788, 40.69728], [120.939981, 40.692691], [120.924252, 40.689617], [120.901509, 40.689495], [120.88667, 40.684381], [120.874131, 40.683464], [120.869419, 40.68088], [120.860708, 40.681601], [120.855305, 40.684686], [120.839674, 40.681644], [120.828342, 40.677056], [120.820536, 40.668071], [120.820471, 40.658005], [120.825126, 40.649601], [120.824984, 40.643292], [120.807811, 40.632873], [120.798234, 40.620448], [120.791587, 40.599883], [120.776057, 40.58521], [120.759731, 40.565751], [120.749647, 40.569784], [120.739389, 40.565903], [120.723892, 40.556634], [120.72283, 40.552629], [120.725029, 40.550221], [120.712984, 40.5436], [120.697226, 40.541477], [120.699235, 40.534931], [120.69031, 40.530961], [120.694325, 40.526391], [120.705078, 40.53188], [120.715815, 40.519686], [120.711794, 40.514532], [120.70091, 40.507483], [120.690019, 40.504521], [120.684303, 40.510081], [120.671203, 40.512195], [120.66536, 40.505838], [120.660661, 40.485662], [120.657481, 40.481767], [120.644829, 40.479675], [120.636871, 40.480144], [120.62497, 40.486066], [120.614918, 40.480229], [120.613022, 40.476751], [120.59412, 40.469201], [120.615176, 40.45202], [120.61031, 40.448208], [120.59528, 40.455868], [120.594406, 40.454416], [120.594594, 40.446184], [120.603986, 40.445919], [120.603932, 40.441129], [120.597573, 40.42973], [120.600534, 40.430007], [120.608233, 40.426522], [120.609878, 40.415287], [120.599009, 40.403194], [120.578967, 40.413797], [120.580391, 40.405125], [120.568901, 40.393034], [120.578748, 40.379205], [120.588298, 40.381707], [120.594955, 40.376981], [120.589845, 40.374315], [120.585909, 40.363252], [120.560775, 40.35722], [120.530752, 40.341817], [120.515893, 40.336364], [120.497783, 40.324979], [120.495393, 40.313742], [120.498626, 40.313345], [120.506705, 40.293175], [120.512743, 40.285033], [120.516099, 40.27228], [120.515553, 40.263546], [120.504994, 40.263147], [120.503519, 40.261172], [120.485866, 40.263247], [120.484001, 40.261927], [120.497595, 40.258702], [120.507032, 40.260444], [120.516176, 40.257071], [120.507816, 40.253045], [120.501244, 40.247175], [120.500649, 40.237026], [120.496944, 40.233116], [120.492187, 40.23018], [120.485081, 40.235167], [120.48061, 40.231511], [120.482069, 40.229884], [120.451157, 40.20552], [120.443549, 40.196139], [120.417724, 40.195346], [120.386721, 40.19834], [120.37556, 40.197826], [120.363675, 40.192948], [120.314265, 40.186135], [120.296506, 40.180037], [120.302844, 40.174729], [120.294135, 40.166921], [120.277771, 40.15673], [120.225839, 40.139591], [120.219771, 40.139219], [120.218163, 40.132079], [120.176657, 40.120825], [120.158791, 40.115142], [120.152031, 40.111356], [120.114426, 40.100864], [120.044793, 40.083621], [120.029947, 40.081693], [120.028192, 40.077427], [120.031401, 40.071758], [120.024154, 40.068959], [120.021382, 40.06886], [120.018177, 40.074553], [120.016098, 40.074477], [119.999284, 40.071156], [119.943121, 40.05521], [119.921719, 40.041986], [119.904811, 40.019024], [119.906645, 40.012023], [119.913843, 39.999666], [119.896035, 39.997098], [119.885696, 39.997391], [119.874767, 39.991704], [119.847964, 39.989824], [119.843204, 39.998035], [119.839867, 40], [119.841353, 40.001408], [119.840605, 40.003584], [119.835977, 40.004957], [119.837469, 40.010925], [119.844301, 40.018881], [119.84879, 40.031828], [119.839063, 40.036188], [119.8318, 40.042451], [119.818941, 40.046543], [119.811137, 40.051589], [119.807081, 40.048524], [119.8022, 40.041001], [119.789267, 40.038505], [119.773366, 40.048208], [119.769533, 40.049479], [119.764992, 40.047485], [119.752942, 40.066838], [119.761487, 40.077487], [119.76157, 40.083102], [119.748563, 40.088055], [119.728246, 40.10437], [119.729555, 40.107067], [119.747316, 40.120534], [119.748595, 40.127428], [119.756839, 40.14117], [119.745965, 40.168305], [119.744996, 40.189813], [119.737419, 40.20592], [119.713084, 40.204474], [119.715365, 40.198906], [119.711069, 40.194559], [119.708717, 40.195055], [119.702646, 40.199134], [119.700945, 40.203639], [119.690495, 40.206498], [119.675027, 40.219418], [119.668369, 40.23565], [119.664109, 40.238112], [119.657126, 40.236784], [119.64188, 40.228082], [119.634493, 40.228314], [119.624621, 40.221672], [119.620549, 40.222436], [119.617424, 40.225273], [119.620939, 40.227164], [119.624441, 40.241417], [119.627538, 40.247176], [119.632121, 40.24964], [119.64604, 40.271207], [119.641261, 40.284458], [119.63633, 40.290121], [119.625129, 40.294495], [119.609222, 40.304113], [119.605759, 40.31074], [119.60919, 40.315497], [119.606111, 40.322359], [119.608341, 40.326608], [119.605439, 40.330359], [119.58887, 40.339062], [119.585816, 40.342097], [119.584935, 40.344191], [119.597529, 40.362704], [119.58584, 40.366407], [119.584031, 40.370806], [119.57303, 40.376276], [119.578694, 40.388419], [119.583894, 40.388785], [119.588854, 40.391722], [119.591841, 40.406472], [119.588152, 40.413813], [119.58899, 40.417097], [119.592148, 40.419369], [119.592188, 40.424537], [119.584703, 40.426805], [119.582127, 40.435673], [119.593657, 40.44565], [119.594991, 40.449188], [119.592944, 40.466258], [119.584857, 40.471266], [119.5741, 40.473454], [119.556498, 40.487984], [119.559077, 40.500334], [119.544065, 40.504821], [119.541567, 40.509432], [119.54076, 40.512111], [119.546297, 40.518542], [119.554132, 40.523754], [119.563506, 40.527253], [119.5639, 40.533164], [119.545296, 40.537746], [119.538859, 40.548247], [119.527262, 40.552636], [119.522315, 40.548015], [119.514327, 40.546081], [119.497463, 40.552583], [119.482821, 40.533465], [119.47702, 40.530399], [119.454052, 40.537811], [119.448528, 40.536226], [119.448941, 40.53217], [119.447402, 40.529655], [119.438994, 40.533677], [119.432627, 40.542112], [119.400746, 40.534974], [119.395725, 40.526512], [119.386612, 40.524716], [119.379988, 40.53289], [119.387191, 40.541455], [119.380089, 40.546607], [119.375674, 40.547532], [119.36434, 40.54587], [119.352263, 40.540672], [119.341081, 40.535252], [119.337775, 40.529875], [119.327406, 40.529035], [119.319591, 40.535032], [119.298768, 40.527523], [119.291011, 40.527474], [119.291865, 40.530862], [119.287274, 40.53636], [119.271294, 40.539869], [119.266012, 40.536379], [119.254361, 40.536571], [119.250724, 40.5463], [119.227312, 40.557093], [119.22829, 40.562722], [119.226198, 40.565973], [119.220537, 40.569461], [119.214643, 40.569624], [119.214414, 40.573803], [119.219984, 40.58305], [119.2244, 40.588117], [119.232189, 40.591967], [119.235678, 40.5999], [119.228872, 40.600268], [119.222397, 40.60557], [119.205135, 40.607431], [119.180559, 40.602159], [119.177565, 40.603443], [119.177587, 40.610491], [119.170542, 40.607594], [119.158993, 40.598071], [119.15656, 40.598249], [119.151295, 40.602427], [119.152055, 40.615241], [119.147553, 40.622751], [119.144098, 40.624699], [119.138104, 40.632134], [119.148939, 40.643277], [119.159708, 40.647524], [119.167403, 40.652559], [119.176256, 40.661673], [119.180302, 40.675215], [119.174466, 40.685237], [119.160254, 40.693714], [119.156335, 40.694055], [119.150471, 40.691768], [119.148213, 40.687897], [119.144179, 40.685546], [119.128555, 40.67994], [119.118532, 40.671052], [119.099214, 40.662269], [119.085179, 40.667005], [119.079441, 40.674371], [119.072058, 40.676274], [119.059014, 40.661807], [119.048274, 40.663458], [119.044696, 40.669248], [119.045083, 40.674176], [119.042708, 40.679736], [119.022027, 40.690256], [119.013637, 40.690501], [119.008424, 40.686341], [119.005092, 40.68603], [118.995871, 40.694592], [118.980475, 40.700719], [118.954414, 40.719013], [118.94895, 40.741609], [118.943315, 40.74641], [118.901896, 40.755183], [118.889704, 40.7523], [118.889875, 40.75648], [118.8969, 40.759904], [118.90381, 40.77593], [118.894258, 40.779135], [118.886296, 40.776558], [118.872706, 40.782256], [118.870122, 40.788733], [118.860217, 40.792781], [118.856985, 40.797148], [118.851499, 40.800738], [118.843046, 40.799461], [118.839668, 40.812066], [118.840265, 40.819447], [118.846598, 40.82569], [118.850019, 40.838874], [118.864524, 40.846185], [118.86598, 40.850677], [118.879731, 40.871993], [118.883566, 40.889606], [118.884001, 40.903085], [118.881771, 40.923623], [118.888372, 40.926742], [118.892897, 40.943789], [118.893397, 40.952507], [118.896133, 40.959417], [118.911784, 40.96661], [118.938111, 40.956497], [118.966199, 40.957538], [118.985386, 40.965576], [118.995265, 40.966299], [119.004114, 40.98148], [119.01525, 40.988032], [119.01446, 40.997211], [119.017203, 41.002812], [119.01585, 41.004933], [118.99448, 41.009632], [118.989785, 41.008976], [118.987409, 41.006821], [118.98216, 41.007083], [118.964583, 41.016856], [118.953256, 41.017607], [118.945848, 41.016148], [118.936478, 41.024512], [118.930175, 41.035815], [118.93217, 41.051412], [118.958635, 41.077552], [118.980072, 41.075715], [118.983205, 41.072834], [118.993531, 41.068752], [119.012276, 41.066053], [119.025314, 41.060702], [119.031116, 41.060906], [119.036343, 41.065148], [119.04085, 41.073387], [119.038893, 41.073361], [119.039868, 41.076617], [119.048079, 41.076324], [119.050532, 41.073642], [119.058952, 41.070268], [119.067014, 41.073595], [119.071668, 41.079347], [119.074753, 41.087264], [119.074958, 41.104365], [119.077985, 41.119559], [119.076669, 41.125974], [119.072371, 41.131288], [119.073834, 41.133462], [119.094602, 41.132837], [119.123127, 41.13782], [119.130601, 41.14048], [119.137071, 41.146125], [119.13607, 41.148264], [119.138455, 41.153883], [119.149535, 41.164184], [119.177184, 41.18399], [119.191767, 41.190121], [119.186942, 41.200649], [119.17401, 41.203142], [119.167401, 41.207355], [119.162813, 41.213001], [119.167482, 41.21948], [119.173764, 41.222303], [119.186104, 41.21917], [119.20118, 41.22243], [119.20747, 41.226046], [119.204221, 41.229495], [119.202769, 41.242255], [119.214581, 41.254306], [119.226981, 41.255352], [119.236199, 41.265617], [119.242487, 41.275679], [119.242791, 41.283358], [119.232937, 41.3108], [119.235503, 41.31321], [119.236835, 41.317744], [119.243142, 41.32294], [119.272636, 41.327661], [119.28265, 41.326675], [119.285896, 41.323725], [119.289509, 41.32298], [119.300118, 41.32964], [119.307598, 41.346268], [119.309029, 41.346076], [119.310531, 41.341721], [119.312039, 41.331506], [119.314493, 41.32909], [119.31884, 41.328143], [119.325153, 41.335618], [119.322002, 41.351001], [119.315096, 41.357372], [119.313885, 41.362518], [119.314481, 41.364294], [119.323746, 41.36995], [119.324115, 41.385454], [119.318185, 41.390754], [119.305471, 41.392922], [119.305478, 41.398567], [119.312089, 41.404248], [119.324165, 41.410423], [119.344619, 41.409773], [119.352525, 41.412054], [119.355229, 41.41811], [119.368745, 41.418869], [119.370806, 41.422254], [119.364462, 41.441955], [119.3651, 41.448926], [119.374196, 41.463954], [119.389657, 41.47062], [119.399679, 41.479395], [119.398281, 41.482673], [119.392049, 41.488117], [119.389059, 41.497557], [119.391835, 41.501231], [119.399612, 41.50089], [119.398328, 41.507933], [119.384296, 41.519043], [119.376189, 41.520139], [119.376892, 41.529722], [119.362988, 41.539227], [119.356406, 41.552536], [119.355129, 41.56365], [119.382919, 41.563077], [119.39037, 41.560781], [119.407779, 41.559793], [119.413324, 41.566371], [119.404362, 41.577895], [119.413239, 41.580109], [119.408782, 41.588067], [119.391319, 41.594894], [119.380652, 41.595847], [119.362578, 41.606271], [119.351919, 41.606846], [119.337155, 41.613627], [119.33482, 41.62144], [119.318463, 41.638027], [119.312496, 41.640529], [119.309831, 41.637869], [119.306595, 41.63788], [119.301314, 41.656017], [119.302063, 41.658983], [119.307674, 41.662137], [119.307559, 41.680046], [119.298193, 41.690958], [119.293395, 41.702762], [119.293325, 41.707756], [119.299963, 41.718428], [119.311222, 41.723901], [119.312771, 41.727176], [119.310576, 41.733526], [119.305637, 41.739145], [119.296924, 41.738338], [119.294034, 41.740684], [119.305388, 41.748547], [119.311226, 41.761908], [119.307681, 41.765399], [119.293183, 41.769738], [119.289151, 41.772471], [119.283418, 41.782867], [119.291775, 41.794468], [119.305177, 41.802891], [119.310519, 41.813703], [119.313038, 41.829862], [119.310149, 41.832604], [119.315264, 41.843814], [119.320035, 41.846063], [119.319512, 41.850081], [119.32216, 41.859022], [119.323894, 41.862945], [119.328671, 41.867042], [119.326388, 41.872458], [119.32104, 41.878781], [119.318479, 41.887329], [119.319005, 41.890996], [119.326835, 41.898841], [119.326351, 41.925265], [119.318257, 41.936904], [119.323869, 41.949737], [119.321532, 41.963233], [119.31905, 41.968964], [119.323165, 41.97457], [119.340161, 41.984891], [119.350635, 41.99663], [119.35763, 42.010286], [119.361277, 42.012362], [119.367475, 42.019656], [119.37771, 42.050345], [119.370844, 42.068266], [119.377273, 42.087878], [119.368055, 42.101847], [119.341959, 42.116814], [119.317551, 42.114495], [119.303887, 42.119853], [119.300345, 42.123843], [119.296715, 42.135188], [119.297479, 42.139104], [119.301996, 42.14334], [119.301418, 42.145543], [119.297363, 42.147935], [119.285951, 42.148762], [119.281406, 42.151069], [119.279852, 42.153254], [119.278852, 42.164402], [119.26931, 42.179863], [119.263045, 42.18632], [119.25768, 42.187354], [119.241756, 42.185982], [119.237932, 42.194932], [119.231657, 42.19875], [119.241678, 42.205186], [119.246543, 42.217848], [119.258928, 42.226897], [119.268182, 42.237351], [119.271902, 42.24862], [119.270503, 42.255136], [119.276912, 42.26224], [119.289762, 42.26627], [119.300854, 42.267139], [119.327191, 42.284403], [119.33422, 42.294773], [119.342333, 42.299507], [119.355476, 42.301424], [119.371354, 42.299356], [119.385755, 42.305064], [119.410355, 42.307792], [119.42706, 42.315112], [119.429447, 42.320442], [119.429257, 42.324003], [119.435915, 42.32954], [119.449483, 42.331119], [119.481381, 42.34843], [119.483719, 42.351425], [119.485509, 42.358667], [119.492292, 42.367397], [119.495924, 42.386827], [119.503855, 42.38644], [119.510464, 42.380736], [119.511178, 42.374415], [119.51324, 42.371845], [119.522057, 42.369456], [119.5342, 42.361627], [119.541883, 42.362987], [119.566044, 42.357505], [119.566856, 42.352599], [119.564908, 42.335573], [119.559547, 42.326213], [119.547659, 42.320364], [119.533821, 42.298092], [119.53284, 42.292535], [119.534861, 42.290194], [119.547312, 42.292055], [119.557366, 42.290544], [119.565157, 42.295929], [119.567025, 42.29112], [119.562656, 42.281862], [119.567176, 42.278591], [119.576088, 42.281446], [119.583257, 42.277111], [119.602484, 42.2752], [119.607591, 42.264306], [119.611695, 42.249424], [119.620405, 42.253474], [119.629568, 42.246677], [119.634808, 42.239052], [119.641339, 42.236589], [119.665987, 42.239619], [119.673882, 42.238649], [119.67764, 42.237062], [119.676374, 42.234652], [119.677304, 42.233724], [119.697901, 42.221374], [119.714579, 42.22769], [119.716468, 42.223421], [119.712014, 42.219366], [119.712229, 42.217865], [119.726521, 42.219948], [119.735781, 42.215721], [119.736324, 42.212589], [119.759506, 42.212265], [119.76036, 42.211025], [119.757979, 42.209675], [119.763119, 42.208313], [119.774538, 42.20943], [119.784809, 42.213117], [119.805332, 42.209361], [119.820811, 42.211606], [119.840108, 42.209095], [119.847091, 42.199844], [119.850523, 42.183158], [119.856037, 42.177769], [119.847093, 42.1661], [119.849298, 42.161395], [119.848187, 42.157682], [119.839546, 42.145826], [119.827811, 42.141735], [119.826197, 42.139791], [119.829612, 42.122051], [119.833949, 42.117174], [119.836846, 42.109023], [119.835873, 42.099189], [119.842902, 42.092723], [119.850118, 42.093194], [119.871752, 42.071945], [119.880337, 42.059371], [119.879816, 42.05153], [119.888249, 42.044271], [119.896277, 42.028781], [119.896566, 42.022298], [119.894359, 42.018241], [119.902306, 42.012808], [119.916419, 42.008801], [119.919818, 41.997819], [119.92566, 41.987548], [119.938922, 41.977197], [119.950581, 41.974156], [119.957229, 41.957326], [119.956194, 41.945652], [119.949904, 41.919629], [119.95167, 41.917356], [119.969887, 41.909788], [119.98716, 41.897132], [119.988181, 41.893327], [119.986213, 41.885603], [119.98674, 41.873709], [120, 41.857801], [120.003851, 41.856404], [120.005643, 41.852653], [120.003775, 41.845502], [120.004006, 41.838466], [120.007139, 41.830625], [120.014727, 41.826682], [120.018726, 41.815897], [120.020118, 41.815329], [120.02999, 41.817773], [120.038856, 41.821655], [120.041488, 41.826089], [120.042965, 41.825327], [120.042702, 41.823273], [120.037679, 41.818386], [120.037127, 41.809128], [120.039147, 41.800198], [120.03654, 41.794394], [120.037136, 41.786023], [120.026067, 41.778935], [120.03854, 41.772492], [120.04602, 41.773225], [120.038103, 41.763297], [120.030976, 41.761164], [120.030714, 41.754757], [120.028121, 41.755089], [120.02541, 41.747888], [120.029991, 41.745258], [120.019041, 41.737245], [120.019631, 41.73224], [120.029862, 41.723541], [120.029615, 41.7137], [120.028016, 41.71159], [120.029741, 41.705608], [120.044039, 41.70685], [120.049418, 41.702935], [120.060236, 41.698812], [120.074336, 41.696511], [120.078526, 41.692787], [120.085974, 41.696798], [120.094601, 41.696087], [120.108052, 41.711121], [120.130824, 41.724945], [120.133225, 41.728163], [120.12587, 41.73746], [120.123892, 41.745823], [120.119613, 41.748497], [120.123273, 41.752209], [120.125432, 41.759584], [120.121879, 41.764965], [120.122862, 41.770427], [120.126877, 41.775729], [120.13443, 41.776877], [120.137084, 41.778749], [120.141235, 41.787596], [120.152255, 41.792005], [120.154671, 41.795317], [120.155253, 41.805083], [120.161077, 41.805932], [120.165867, 41.816103], [120.179492, 41.821744], [120.183207, 41.835079], [120.182966, 41.844404], [120.187267, 41.847834], [120.19646, 41.847978], [120.199065, 41.850099], [120.221296, 41.857273], [120.22198, 41.861355], [120.239296, 41.874386], [120.24076, 41.878606], [120.245868, 41.881577], [120.268526, 41.880984], [120.281969, 41.877816], [120.290789, 41.887504], [120.285877, 41.894329], [120.280749, 41.896695], [120.274303, 41.89808], [120.26818, 41.896353], [120.254694, 41.901946], [120.264311, 41.906046], [120.261203, 41.912711], [120.266474, 41.923403], [120.270687, 41.923416], [120.274091, 41.91929], [120.275383, 41.914164], [120.284627, 41.916366], [120.284254, 41.917543], [120.277809, 41.918505], [120.274973, 41.923413], [120.281269, 41.932639], [120.290369, 41.934454], [120.299145, 41.932503], [120.30032, 41.928955], [120.299741, 41.926591], [120.293261, 41.920462], [120.300805, 41.923843], [120.311944, 41.931935], [120.311716, 41.936318], [120.304762, 41.939362], [120.304557, 41.949978], [120.308731, 41.953761], [120.329126, 41.962734], [120.330863, 41.968566], [120.329311, 41.97309], [120.335077, 41.97604], [120.340565, 41.975649], [120.347426, 41.978343], [120.352054, 41.983338], [120.363802, 41.987969], [120.364589, 41.991199], [120.368278, 41.992251], [120.385247, 41.984516], [120.393752, 41.982431], [120.404526, 41.981753], [120.415627, 41.983349], [120.414559, 41.989201], [120.408111, 41.993361], [120.410213, 41.995627], [120.417193, 41.999183], [120.422517, 42.005383], [120.434313, 42.004014], [120.440288, 42.008878], [120.444559, 42.009378], [120.450306, 42.012749], [120.445895, 42.020943], [120.448034, 42.028319], [120.446298, 42.041433], [120.443716, 42.048533], [120.444857, 42.054614], [120.459912, 42.056127], [120.463601, 42.059019], [120.478146, 42.061763], [120.486095, 42.066559], [120.487843, 42.070301], [120.487163, 42.07303], [120.477557, 42.083108], [120.490744, 42.085737], [120.493051, 42.089927], [120.487599, 42.093365], [120.483403, 42.093716], [120.478037, 42.089833], [120.472845, 42.088784], [120.470178, 42.090098], [120.462638, 42.102276], [120.46633, 42.102739], [120.469894, 42.10801], [120.485791, 42.117496], [120.505928, 42.125078], [120.510701, 42.130859], [120.528279, 42.133372], [120.530582, 42.137912], [120.535938, 42.141209], [120.542618, 42.142245], [120.548762, 42.138919], [120.553706, 42.139202], [120.556071, 42.143728], [120.560833, 42.145075], [120.575917, 42.155994], [120.578558, 42.159284], [120.579147, 42.163043], [120.587645, 42.162402], [120.597551, 42.164152], [120.60419, 42.160134], [120.608182, 42.153982], [120.630073, 42.161299], [120.63243, 42.165458], [120.643167, 42.164118], [120.647844, 42.165346], [120.651273, 42.170705], [120.655299, 42.172764], [120.661442, 42.173181], [120.66905, 42.177958], [120.67772, 42.179885], [120.686068, 42.185388], [120.691545, 42.194139], [120.69478, 42.194143], [120.699922, 42.199673], [120.705114, 42.201159], [120.712845, 42.200617], [120.717291, 42.197982], [120.720118, 42.198633], [120.720206, 42.205361], [120.727991, 42.209467], [120.728592, 42.218817], [120.732461, 42.221176], [120.787446, 42.216894], [120.788982, 42.219906], [120.785904, 42.229352], [120.790904, 42.232225], [120.797404, 42.233467], [120.804833, 42.233594], [120.81306, 42.230637], [120.812857, 42.225638], [120.821238, 42.223917], [120.822605, 42.224957], [120.822404, 42.233121], [120.818367, 42.239156], [120.824277, 42.250522], [120.829946, 42.245517], [120.840627, 42.248877], [120.844061, 42.24618], [120.852596, 42.253348], [120.855024, 42.252336], [120.85413, 42.248367], [120.857623, 42.247404], [120.862787, 42.24963], [120.876074, 42.241533], [120.882678, 42.240245], [120.885077, 42.242404], [120.88597, 42.250575], [120.877742, 42.26479], [120.877918, 42.267791], [120.882309, 42.269591], [120.885459, 42.269602], [120.893733, 42.265213], [120.899992, 42.26542], [120.90622, 42.269994], [120.92457, 42.272241], [120.928754, 42.278039], [120.948624, 42.274984], [120.955426, 42.270722], [120.95758, 42.264288], [120.965468, 42.260232], [120.98212, 42.260873], [120.997102, 42.257688], [121.005346, 42.258595], [121.006292, 42.255408], [121.000865, 42.252202], [121.009575, 42.248346], [121.011864, 42.243273], [121.016424, 42.240977], [121.02027, 42.242759], [121.022596, 42.240525], [121.024902, 42.243847], [121.028643, 42.241886], [121.03312, 42.245948], [121.027178, 42.250164], [121.042487, 42.257617], [121.057571, 42.250915], [121.063468, 42.250416], [121.070157, 42.262465], [121.08148, 42.276085], [121.097445, 42.280923], [121.099832, 42.278633], [121.113064, 42.278505], [121.117671, 42.285395], [121.126139, 42.292217], [121.12782, 42.297945], [121.133785, 42.300516], [121.134427, 42.296591], [121.142646, 42.298736], [121.14757, 42.307611], [121.14528, 42.309903], [121.145917, 42.312127], [121.163555, 42.320223], [121.178638, 42.330548], [121.182302, 42.339782], [121.179485, 42.343802], [121.180134, 42.347925], [121.185985, 42.351235], [121.194421, 42.351999], [121.208385, 42.359593], [121.210213, 42.366708], [121.213132, 42.369679], [121.237413, 42.370842], [121.250589, 42.375123], [121.245611, 42.377474], [121.246616, 42.380653], [121.258303, 42.377139], [121.274124, 42.384658], [121.27905, 42.385536], [121.281543, 42.389753], [121.293394, 42.396692], [121.298105, 42.403125], [121.301427, 42.412973], [121.300727, 42.420388], [121.308924, 42.425767], [121.300908, 42.429126], [121.298806, 42.43335], [121.305665, 42.438095], [121.321434, 42.441232], [121.33465, 42.446949], [121.342531, 42.452498], [121.343972, 42.457784], [121.357164, 42.458484], [121.366499, 42.452215], [121.379272, 42.449675], [121.380533, 42.451105], [121.38087, 42.459855], [121.379936, 42.471633], [121.384052, 42.473352], [121.409724, 42.474323], [121.411174, 42.475999], [121.409954, 42.483798], [121.417297, 42.48302], [121.421096, 42.480351], [121.42281, 42.475895], [121.427994, 42.473061], [121.434578, 42.472742], [121.438741, 42.475377], [121.446449, 42.474336], [121.459519, 42.47889], [121.464413, 42.482147], [121.465, 42.48643], [121.473106, 42.494067], [121.491428, 42.490856], [121.495987, 42.481913], [121.499006, 42.480242], [121.503989, 42.482629], [121.504572, 42.486443], [121.511891, 42.488368], [121.515975, 42.486703], [121.519986, 42.481747], [121.546966, 42.488546], [121.563503, 42.484475], [121.572614, 42.489699], [121.572825, 42.492458], [121.575996, 42.495734], [121.585626, 42.500366], [121.585221, 42.507081], [121.592665, 42.509036], [121.601478, 42.514386], [121.604581, 42.51076], [121.605198, 42.507177], [121.595821, 42.498976], [121.598448, 42.493776], [121.611129, 42.481458], [121.622611, 42.474046], [121.632736, 42.478445], [121.637089, 42.471499], [121.636237, 42.466873], [121.641429, 42.4523], [121.651284, 42.440972], [121.661411, 42.435147], [121.668885, 42.438084], [121.685086, 42.435293], [121.696488, 42.437447], [121.707722, 42.443513], [121.715251, 42.449594], [121.720432, 42.456036], [121.720493, 42.459201], [121.731476, 42.469151], [121.741708, 42.482392], [121.741645, 42.484681], [121.745988, 42.487231], [121.753072, 42.485373], [121.780528, 42.495291], [121.797081, 42.511772], [121.799863, 42.510596], [121.800731, 42.508411], [121.798297, 42.498015], [121.803595, 42.497579], [121.811176, 42.501893], [121.813344, 42.504666], [121.81891, 42.523319], [121.825753, 42.531202], [121.823027, 42.536125], [121.833669, 42.536297], [121.846414, 42.531686], [121.848016, 42.532831], [121.848041, 42.53675], [121.851579, 42.538042], [121.857763, 42.533485], [121.860363, 42.527511], [121.866111, 42.528106], [121.860995, 42.534764], [121.862816, 42.540795], [121.86016, 42.542964], [121.85999, 42.545326], [121.86148, 42.55344], [121.864566, 42.559036], [121.87702, 42.558361], [121.880491, 42.553044], [121.891784, 42.560586], [121.901118, 42.570158], [121.903066, 42.573351], [121.902189, 42.575636], [121.894276, 42.583192], [121.891148, 42.591508], [121.892019, 42.592686], [121.898638, 42.592083], [121.904554, 42.582766], [121.912443, 42.586665], [121.907324, 42.599492], [121.914254, 42.603279], [121.898632, 42.616159], [121.896452, 42.62134], [121.898251, 42.622977], [121.904644, 42.621186], [121.912785, 42.624253], [121.913987, 42.62707], [121.910857, 42.629018], [121.90139, 42.627058], [121.896689, 42.631826], [121.896915, 42.63372], [121.903246, 42.63728], [121.909127, 42.636447], [121.913264, 42.657044], [121.92243, 42.663504], [121.932543, 42.661815], [121.936093, 42.663085], [121.936566, 42.66668], [121.930382, 42.681055], [121.93142, 42.686079], [121.945212, 42.685397], [121.955998, 42.682874], [121.957671, 42.688194], [121.952075, 42.694832], [121.955677, 42.69704], [121.966153, 42.698965], [121.971544, 42.698189], [121.980716, 42.689423], [121.983853, 42.692351], [121.983538, 42.701354], [121.985043, 42.703112], [122.007851, 42.699075], [122.018636, 42.700317], [122.043049, 42.711011], [122.043184, 42.713866], [122.051436, 42.720113], [122.059343, 42.719192], [122.067763, 42.714387], [122.06721, 42.708222], [122.074695, 42.708176], [122.096919, 42.700355], [122.106323, 42.701279], [122.137564, 42.685439], [122.146764, 42.683821], [122.149053, 42.685536], [122.191884, 42.688751], [122.193993, 42.686744], [122.194287, 42.683697], [122.19047, 42.678562], [122.190713, 42.676745], [122.196819, 42.679479], [122.198724, 42.681932], [122.201026, 42.704547], [122.2043, 42.70962], [122.198172, 42.728998], [122.1995, 42.730351], [122.202886, 42.72836], [122.210615, 42.728205], [122.221457, 42.725335], [122.232631, 42.716596], [122.23596, 42.710539], [122.252213, 42.701941], [122.254076, 42.694448], [122.297706, 42.689966], [122.302368, 42.688139], [122.304678, 42.683475], [122.310099, 42.681476], [122.318997, 42.682505], [122.328575, 42.678023], [122.329345, 42.670453], [122.332274, 42.667884], [122.354999, 42.68104], [122.389334, 42.681408], [122.392913, 42.684227], [122.39018, 42.691551], [122.390495, 42.703483], [122.394057, 42.709607], [122.417459, 42.719578], [122.428444, 42.726426], [122.434162, 42.736393], [122.435842, 42.744767], [122.450095, 42.749677], [122.455039, 42.752927], [122.455711, 42.756436], [122.451987, 42.771078], [122.449785, 42.772481], [122.438237, 42.770723], [122.432182, 42.767631], [122.376744, 42.77145], [122.36672, 42.773486], [122.356311, 42.789399], [122.350372, 42.810005], [122.344393, 42.819151], [122.344402, 42.823474], [122.346723, 42.829124], [122.353451, 42.833593], [122.392467, 42.836664], [122.41421, 42.840236], [122.431288, 42.840472], [122.476627, 42.83508], [122.499452, 42.834386], [122.521725, 42.828482], [122.558513, 42.8238], [122.570521, 42.818067], [122.564326, 42.80554], [122.573235, 42.794678], [122.575375, 42.787909], [122.582286, 42.784587], [122.612629, 42.776441], [122.619837, 42.77112], [122.648118, 42.780153], [122.673292, 42.77887], [122.725802, 42.784683], [122.727491, 42.783549], [122.728517, 42.776855], [122.732759, 42.768554], [122.742918, 42.765134], [122.751534, 42.765813], [122.760246, 42.756957], [122.768165, 42.757332], [122.779729, 42.7553], [122.79247, 42.737128], [122.799794, 42.739355], [122.808151, 42.734732], [122.832719, 42.712337], [122.842146, 42.717824], [122.843424, 42.71541], [122.840975, 42.706171], [122.848328, 42.705002], [122.849979, 42.705121], [122.8513, 42.709238], [122.854089, 42.724456], [122.869877, 42.737303], [122.868, 42.738489], [122.873706, 42.745489], [122.872466, 42.749009], [122.873327, 42.757311], [122.881911, 42.767998], [122.923426, 42.770023], [122.926813, 42.768301], [122.940507, 42.751601], [122.955, 42.753936], [122.967993, 42.760467], [122.963562, 42.764843], [122.971299, 42.772831], [122.976424, 42.775763], [122.983015, 42.776326], [122.98953, 42.773261], [123.032155, 42.767462], [123.042634, 42.768385], [123.054419, 42.76702], [123.075241, 42.783816], [123.084105, 42.787052], [123.090118, 42.787342], [123.097303, 42.792246], [123.101832, 42.79162], [123.111415, 42.798624], [123.12627, 42.800253], [123.160367, 42.808551], [123.17467, 42.816848], [123.173863, 42.819234], [123.176278, 42.821286], [123.181262, 42.823017], [123.199836, 42.82234], [123.210681, 42.825022], [123.21594, 42.822992], [123.219395, 42.827546], [123.219495, 42.829948], [123.212738, 42.834126], [123.183419, 42.845788], [123.176319, 42.843631], [123.164671, 42.849699], [123.163909, 42.856653], [123.165038, 42.859692], [123.175787, 42.880263], [123.180298, 42.883242], [123.181632, 42.886305], [123.182611, 42.895016], [123.178009, 42.923105], [123.186905, 42.934493], [123.193888, 42.940077], [123.200254, 42.949281], [123.204643, 42.951059], [123.213368, 42.951154], [123.224206, 42.95944], [123.227663, 42.963322], [123.226595, 42.965636], [123.229819, 42.97123], [123.25281, 42.990846], [123.268593, 42.994907], [123.316275, 42.998606], [123.327027, 43.002898], [123.364025, 43.008513], [123.3774, 43.012172], [123.376943, 43.0142], [123.396577, 43.018026], [123.401646, 43.021022], [123.405761, 43.02619], [123.417423, 43.027084], [123.428632, 43.02519], [123.435596, 43.028869], [123.44266, 43.035803], [123.457079, 43.036626], [123.465627, 43.040222], [123.47088, 43.038798], [123.480649, 43.032673], [123.485093, 43.028155], [123.485988, 43.024219], [123.488876, 43.023008], [123.498269, 43.020082], [123.508748, 43.024767], [123.509325, 43.020218], [123.517151, 43.017801], [123.522211, 43.011837], [123.523253, 43.009716], [123.520702, 43.004639], [123.529428, 43.002939], [123.53012, 43.004989], [123.547969, 43.007042], [123.556327, 43.00279], [123.558272, 43.00584], [123.57319, 43.00815], [123.582128, 43.014585], [123.575704, 43.018898], [123.575334, 43.034242], [123.577742, 43.034723], [123.579224, 43.032846], [123.588582, 43.03305], [123.605417, 43.046212], [123.605384, 43.049216], [123.59886, 43.052885], [123.596967, 43.061317], [123.610603, 43.075041], [123.620829, 43.077911], [123.625472, 43.086878], [123.625758, 43.103701], [123.623986, 43.118425], [123.63261, 43.122646], [123.63578, 43.127861], [123.630953, 43.13148], [123.629564, 43.13753], [123.648176, 43.157413], [123.642023, 43.166674], [123.642211, 43.171535], [123.64521, 43.173727], [123.653127, 43.173784], [123.661464, 43.177626], [123.664462, 43.181537], [123.664499, 43.18549], [123.659669, 43.190818], [123.648826, 43.192682], [123.642608, 43.201148], [123.640431, 43.207036], [123.641997, 43.212903], [123.651552, 43.218964], [123.654359, 43.220013], [123.664734, 43.218951], [123.671019, 43.222138], [123.671156, 43.224303], [123.662578, 43.232106], [123.669674, 43.241619], [123.667976, 43.246118], [123.659679, 43.255321], [123.658827, 43.262348], [123.663027, 43.267274], [123.681619, 43.275428], [123.686738, 43.271504], [123.691658, 43.269982], [123.699618, 43.271786], [123.699328, 43.275936], [123.694196, 43.276289], [123.691877, 43.278383], [123.691931, 43.284956], [123.689864, 43.291921], [123.698607, 43.308524], [123.709181, 43.308682], [123.714875, 43.313418], [123.713031, 43.317202], [123.705816, 43.316824], [123.70122, 43.318356], [123.696697, 43.32397], [123.697222, 43.325283], [123.706897, 43.328197], [123.709025, 43.331678], [123.698168, 43.359051], [123.698299, 43.370496], [123.691216, 43.376898], [123.70347, 43.413926], [123.718419, 43.421668], [123.726958, 43.424023], [123.736181, 43.433135], [123.746744, 43.457866], [123.743041, 43.463456], [123.744277, 43.469242], [123.753077, 43.476174], [123.765661, 43.48051], [123.767573, 43.477895], [123.780809, 43.477356], [123.786607, 43.484646], [123.784985, 43.487833], [123.786001, 43.488548], [123.791829, 43.487265], [123.799292, 43.480545]], [[124.716776, 40.317105], [124.719056, 40.315967], [124.72398, 40.317986], [124.727323, 40.323475], [124.727386, 40.32645], [124.716776, 40.317105]], [[124.681142, 40.305434], [124.672142, 40.301591], [124.686269, 40.307032], [124.681142, 40.305434]], [[124.668882, 40.302478], [124.667252, 40.303911], [124.656875, 40.303306], [124.640955, 40.300642], [124.636156, 40.298792], [124.636121, 40.297383], [124.640754, 40.298574], [124.63431, 40.295598], [124.632078, 40.296285], [124.625173, 40.291354], [124.643773, 40.293195], [124.668882, 40.302478]], [[124.574562, 40.256548], [124.573172, 40.253447], [124.577359, 40.251782], [124.580704, 40.252876], [124.583942, 40.257822], [124.585122, 40.263845], [124.582571, 40.26471], [124.574562, 40.256548]], [[124.580713, 40.251813], [124.575995, 40.250791], [124.572678, 40.252648], [124.555563, 40.243944], [124.548634, 40.237943], [124.547694, 40.236011], [124.550211, 40.229349], [124.550406, 40.222146], [124.556747, 40.223227], [124.559612, 40.225917], [124.564153, 40.226129], [124.581251, 40.235674], [124.582734, 40.240049], [124.582524, 40.251153], [124.580713, 40.251813]], [[124.546427, 40.23007], [124.545721, 40.229107], [124.543622, 40.230499], [124.540955, 40.227652], [124.542878, 40.231427], [124.539839, 40.233885], [124.539959, 40.23567], [124.530116, 40.231079], [124.521909, 40.229452], [124.517705, 40.226314], [124.519629, 40.223865], [124.518981, 40.221962], [124.509349, 40.218514], [124.502694, 40.202086], [124.509521, 40.207773], [124.521332, 40.214229], [124.536897, 40.217485], [124.544371, 40.220803], [124.547028, 40.224406], [124.546427, 40.23007]], [[124.570171, 40.252709], [124.572617, 40.256255], [124.568057, 40.255169], [124.558111, 40.247766], [124.570171, 40.252709]], [[124.456674, 40.170542], [124.459456, 40.173925], [124.456017, 40.172577], [124.456674, 40.170542]], [[124.446791, 40.154588], [124.450686, 40.156195], [124.452881, 40.159654], [124.446791, 40.154588]], [[124.437698, 40.151847], [124.435783, 40.150213], [124.435973, 40.146576], [124.439455, 40.147258], [124.441734, 40.152403], [124.437698, 40.151847]], [[124.339081, 40.056808], [124.338877, 40.051222], [124.342532, 40.04828], [124.358645, 40.042166], [124.36541, 40.041555], [124.366354, 40.044948], [124.359239, 40.061463], [124.357406, 40.079248], [124.344745, 40.067747], [124.339081, 40.056808]], [[124.372035, 40.062271], [124.374862, 40.061702], [124.376122, 40.065825], [124.372228, 40.073562], [124.369536, 40.072859], [124.368227, 40.0681], [124.372035, 40.062271]], [[124.322725, 39.976952], [124.317699, 39.971624], [124.308723, 39.966849], [124.295416, 39.96875], [124.29149, 39.967174], [124.291544, 39.964318], [124.286752, 39.963619], [124.283343, 39.961288], [124.285332, 39.955957], [124.283326, 39.947158], [124.29014, 39.946096], [124.294144, 39.943751], [124.285263, 39.937811], [124.285455, 39.934643], [124.282133, 39.932298], [124.282199, 39.930469], [124.284298, 39.929401], [124.308504, 39.947084], [124.339769, 39.960897], [124.344727, 39.971832], [124.343409, 39.974026], [124.343401, 39.982312], [124.345169, 39.987842], [124.329923, 39.982042], [124.32325, 39.978639], [124.322725, 39.976952]], [[124.322092, 39.940117], [124.325103, 39.939021], [124.330547, 39.943032], [124.328473, 39.945075], [124.324646, 39.945246], [124.322248, 39.942676], [124.322092, 39.940117]], [[124.295945, 39.914718], [124.297883, 39.91278], [124.302146, 39.913556], [124.309511, 39.92092], [124.311255, 39.927509], [124.308579, 39.928252], [124.304084, 39.92654], [124.297108, 39.921889], [124.295945, 39.914718]], [[124.346313, 39.837977], [124.350401, 39.837782], [124.35137, 39.839139], [124.349238, 39.843596], [124.342456, 39.850766], [124.337417, 39.85096], [124.337223, 39.848441], [124.346313, 39.837977]]]] + } + }, { + "type": "Feature", + "properties": { + "name": "吉林省", + "province_adcode": 220000, + "province_type": "省", + "name_en": "Jilin", + "name_var": "Jí Lín", + "adcode": 220000 + }, + "geometry": { + "type": "Polygon", + "coordinates": [[[123.903093, 46.297443], [123.90214, 46.293336], [123.896398, 46.289886], [123.901235, 46.274907], [123.890189, 46.264617], [123.89432, 46.259433], [123.900486, 46.256365], [123.912698, 46.254204], [123.917419, 46.261978], [123.924982, 46.268736], [123.92608, 46.272152], [123.922439, 46.274645], [123.929699, 46.285396], [123.953818, 46.288661], [123.956236, 46.280657], [123.958751, 46.27741], [123.962815, 46.275701], [123.957821, 46.268036], [123.946176, 46.258257], [123.946039, 46.25031], [123.949562, 46.239886], [123.95945, 46.236699], [123.968843, 46.228585], [123.976, 46.224827], [123.976626, 46.222883], [123.974269, 46.217219], [123.965525, 46.214161], [123.956242, 46.21304], [123.950801, 46.209972], [123.950756, 46.200959], [123.955058, 46.19203], [123.970106, 46.181809], [123.972093, 46.176775], [123.971431, 46.173596], [123.96609, 46.167362], [123.965143, 46.162822], [123.966571, 46.160947], [123.970671, 46.159582], [123.980794, 46.161334], [123.99086, 46.165802], [123.998061, 46.164985], [124.002747, 46.161716], [124.004119, 46.157279], [124.002315, 46.153456], [123.987156, 46.145978], [123.983746, 46.142541], [123.983665, 46.137737], [123.987699, 46.133557], [124.007531, 46.123815], [124.010174, 46.120883], [124.010723, 46.117443], [124.007625, 46.112211], [124.001532, 46.108453], [123.988027, 46.105069], [123.98545, 46.097255], [123.98743, 46.092559], [123.989529, 46.091525], [123.994451, 46.090171], [124.002848, 46.090617], [124.010541, 46.085989], [124.012878, 46.0808], [124.011795, 46.074881], [123.998931, 46.067285], [123.996602, 46.063375], [123.996595, 46.060051], [124.001531, 46.05486], [124.017375, 46.050541], [124.024294, 46.046892], [124.031211, 46.033797], [124.032775, 46.017792], [124.029497, 46.015146], [124.014541, 46.014955], [123.992785, 46.019616], [123.982681, 46.015952], [123.981761, 46.009182], [123.985699, 46.003317], [124.010493, 45.995923], [124.014987, 45.991284], [124.015512, 45.988026], [124.012596, 45.983592], [124.000286, 45.978037], [123.991973, 45.977045], [123.980767, 45.979755], [123.9725, 45.977966], [123.961739, 45.965958], [123.957691, 45.958635], [123.956967, 45.949361], [123.959709, 45.939825], [123.975131, 45.917693], [123.997947, 45.901349], [124.05226, 45.887678], [124.05688, 45.882168], [124.057113, 45.874713], [124.062394, 45.862967], [124.064461, 45.841498], [124.062623, 45.838039], [124.051884, 45.835085], [124.039829, 45.838226], [124.033017, 45.838165], [124.028062, 45.836194], [124.02636, 45.831606], [124.027431, 45.825394], [124.035979, 45.812084], [124.057775, 45.800132], [124.059606, 45.798388], [124.058876, 45.795734], [124.054444, 45.793168], [124.045224, 45.793111], [124.037201, 45.791], [124.023172, 45.781418], [124.015342, 45.780095], [124.004993, 45.78079], [124.000205, 45.779057], [123.994678, 45.774352], [123.994276, 45.767831], [124.010418, 45.747313], [124.013784, 45.745521], [124.042597, 45.750513], [124.051393, 45.748776], [124.061954, 45.740273], [124.075986, 45.733904], [124.081532, 45.725976], [124.090927, 45.720054], [124.092779, 45.715702], [124.091041, 45.705235], [124.095116, 45.698852], [124.104998, 45.693718], [124.12588, 45.690624], [124.130927, 45.686557], [124.133774, 45.680614], [124.132783, 45.676389], [124.128226, 45.672276], [124.115632, 45.667096], [124.115193, 45.66509], [124.120865, 45.661552], [124.138369, 45.661038], [124.144569, 45.65836], [124.144708, 45.654208], [124.136653, 45.645061], [124.130529, 45.630546], [124.135476, 45.624518], [124.144167, 45.617972], [124.156391, 45.612902], [124.174952, 45.612169], [124.189398, 45.616147], [124.214451, 45.630901], [124.221408, 45.631988], [124.226955, 45.631007], [124.231705, 45.626036], [124.232564, 45.621691], [124.218231, 45.606574], [124.217577, 45.601809], [124.219611, 45.596333], [124.223198, 45.592333], [124.233167, 45.588522], [124.239481, 45.58803], [124.251518, 45.590882], [124.258389, 45.590913], [124.26636, 45.587962], [124.26787, 45.583418], [124.254807, 45.565286], [124.254088, 45.558552], [124.257363, 45.553456], [124.275909, 45.539585], [124.288133, 45.536584], [124.342651, 45.544279], [124.349156, 45.543903], [124.354791, 45.54079], [124.359566, 45.533509], [124.362793, 45.514145], [124.361613, 45.509399], [124.356274, 45.501006], [124.345899, 45.493741], [124.344785, 45.48902], [124.347153, 45.484782], [124.359579, 45.47735], [124.363701, 45.472724], [124.367063, 45.464077], [124.366487, 45.457946], [124.370768, 45.450636], [124.393761, 45.437728], [124.407877, 45.436424], [124.411695, 45.438326], [124.415511, 45.445783], [124.424803, 45.449624], [124.4454, 45.454653], [124.468608, 45.455941], [124.4755, 45.453346], [124.489684, 45.433306], [124.501256, 45.422538], [124.53506, 45.41062], [124.544699, 45.409126], [124.551878, 45.410485], [124.558967, 45.416137], [124.575217, 45.423728], [124.578231, 45.427169], [124.578347, 45.4337], [124.568119, 45.444298], [124.568682, 45.447607], [124.573278, 45.450953], [124.584435, 45.451094], [124.622229, 45.435158], [124.639273, 45.433551], [124.650742, 45.435436], [124.668202, 45.445368], [124.685676, 45.450197], [124.69095, 45.449714], [124.711777, 45.442364], [124.728787, 45.442218], [124.734141, 45.444385], [124.736315, 45.446969], [124.741204, 45.45784], [124.746928, 45.464276], [124.756596, 45.467647], [124.761991, 45.467656], [124.77487, 45.463467], [124.769676, 45.442918], [124.771407, 45.438008], [124.774706, 45.435525], [124.781651, 45.434145], [124.793843, 45.436497], [124.803141, 45.440792], [124.812381, 45.448145], [124.826886, 45.453866], [124.835645, 45.452694], [124.841476, 45.450038], [124.863275, 45.437044], [124.875466, 45.435278], [124.883661, 45.440063], [124.886936, 45.447232], [124.886304, 45.453398], [124.874978, 45.479788], [124.87585, 45.490296], [124.882177, 45.497728], [124.888657, 45.498814], [124.895901, 45.508077], [124.898771, 45.514295], [124.903245, 45.51836], [124.902719, 45.530316], [124.903901, 45.533088], [124.910222, 45.539725], [124.914619, 45.539874], [124.925219, 45.536232], [124.930562, 45.531065], [124.937077, 45.519203], [124.934761, 45.5118], [124.935453, 45.506972], [124.940216, 45.499608], [124.946357, 45.494363], [124.989278, 45.489868], [125.022134, 45.489542], [125.026101, 45.487665], [125.027877, 45.46049], [125.037111, 45.44352], [125.04396, 45.425855], [125.047052, 45.423073], [125.055781, 45.419894], [125.076611, 45.421359], [125.085277, 45.419359], [125.086309, 45.41184], [125.081481, 45.405055], [125.061895, 45.397357], [125.059319, 45.393405], [125.05968, 45.386083], [125.06805, 45.378229], [125.079573, 45.377301], [125.101438, 45.383129], [125.108986, 45.387081], [125.121754, 45.399135], [125.137238, 45.409516], [125.148689, 45.409301], [125.160018, 45.404517], [125.168779, 45.398307], [125.180208, 45.396246], [125.190798, 45.398181], [125.242679, 45.4163], [125.251513, 45.417494], [125.262566, 45.416207], [125.279291, 45.410479], [125.293077, 45.400495], [125.298586, 45.399345], [125.304918, 45.399903], [125.310432, 45.402733], [125.310162, 45.406122], [125.305387, 45.411437], [125.304789, 45.414478], [125.307774, 45.418398], [125.312484, 45.419939], [125.319974, 45.41742], [125.320777, 45.414159], [125.31954, 45.411085], [125.32597, 45.408176], [125.335957, 45.393119], [125.344654, 45.389232], [125.354485, 45.388675], [125.367313, 45.393762], [125.402904, 45.423357], [125.409082, 45.431276], [125.415811, 45.444711], [125.425299, 45.453532], [125.428316, 45.460853], [125.427973, 45.464576], [125.422718, 45.471012], [125.41543, 45.4755], [125.41323, 45.481384], [125.414743, 45.485908], [125.422249, 45.486456], [125.437859, 45.482497], [125.460838, 45.486117], [125.47327, 45.485716], [125.478717, 45.48091], [125.479763, 45.470362], [125.485702, 45.465323], [125.490628, 45.465269], [125.528091, 45.479787], [125.552964, 45.485047], [125.573877, 45.486651], [125.58177, 45.489679], [125.609425, 45.515813], [125.619127, 45.520981], [125.625832, 45.52114], [125.635023, 45.518413], [125.643367, 45.508518], [125.652153, 45.504178], [125.661995, 45.503387], [125.669704, 45.504598], [125.684517, 45.513705], [125.686184, 45.507546], [125.699177, 45.500855], [125.695857, 45.496605], [125.68216, 45.492892], [125.679669, 45.488989], [125.688263, 45.48416], [125.696237, 45.485494], [125.702717, 45.482555], [125.703269, 45.47476], [125.692997, 45.472859], [125.690727, 45.474439], [125.689743, 45.462327], [125.691392, 45.459828], [125.693829, 45.45931], [125.696463, 45.460197], [125.698205, 45.463224], [125.702916, 45.463168], [125.706686, 45.461512], [125.707251, 45.458265], [125.702668, 45.454421], [125.691241, 45.453078], [125.689111, 45.449038], [125.690521, 45.446756], [125.701027, 45.443901], [125.698043, 45.438148], [125.698182, 45.425697], [125.699696, 45.423431], [125.706631, 45.422346], [125.711319, 45.401651], [125.707969, 45.39013], [125.699538, 45.38389], [125.694938, 45.37074], [125.69117, 45.36739], [125.691893, 45.363731], [125.688355, 45.359996], [125.690485, 45.355393], [125.68832, 45.351353], [125.696553, 45.34118], [125.701768, 45.337666], [125.713618, 45.338215], [125.718529, 45.336015], [125.718932, 45.332347], [125.715467, 45.328583], [125.709248, 45.325501], [125.70831, 45.323084], [125.718354, 45.321494], [125.723158, 45.322992], [125.725658, 45.321481], [125.729454, 45.311531], [125.734855, 45.310751], [125.741085, 45.304848], [125.743528, 45.299476], [125.747592, 45.297188], [125.747357, 45.295231], [125.742521, 45.290936], [125.745462, 45.285897], [125.749292, 45.283664], [125.750195, 45.280624], [125.754429, 45.281085], [125.75739, 45.283445], [125.756941, 45.285108], [125.752565, 45.28716], [125.753202, 45.289731], [125.758362, 45.286976], [125.766315, 45.292823], [125.770493, 45.288231], [125.780639, 45.286966], [125.780048, 45.282194], [125.782335, 45.277706], [125.773233, 45.274056], [125.770932, 45.270896], [125.773829, 45.27215], [125.779917, 45.269302], [125.783108, 45.27379], [125.786838, 45.274595], [125.791547, 45.269816], [125.808106, 45.267199], [125.808061, 45.263806], [125.805651, 45.260907], [125.808703, 45.252825], [125.805922, 45.246906], [125.813625, 45.236238], [125.830731, 45.234936], [125.840825, 45.237287], [125.84552, 45.234847], [125.848572, 45.227155], [125.851918, 45.226602], [125.859434, 45.229599], [125.866248, 45.217174], [125.870779, 45.216695], [125.876988, 45.219672], [125.88166, 45.219049], [125.887741, 45.209262], [125.898014, 45.207846], [125.901111, 45.201996], [125.900558, 45.19968], [125.907715, 45.194618], [125.912526, 45.193914], [125.940202, 45.197104], [125.950295, 45.191865], [125.966739, 45.188793], [125.971706, 45.189266], [125.978272, 45.193993], [125.982294, 45.193318], [125.985816, 45.190671], [125.98771, 45.186165], [125.981242, 45.186237], [125.980205, 45.182378], [125.97853, 45.18247], [125.977306, 45.185116], [125.975475, 45.184827], [125.975311, 45.182644], [125.978826, 45.179179], [125.973934, 45.179779], [125.96758, 45.178116], [125.964963, 45.173999], [125.969451, 45.172516], [125.97256, 45.176246], [125.975014, 45.176847], [125.982457, 45.173486], [125.989287, 45.177126], [125.99422, 45.177244], [125.994984, 45.174475], [125.98832, 45.17244], [125.987444, 45.170835], [125.987667, 45.167239], [125.992091, 45.164663], [125.989051, 45.163016], [125.989729, 45.160657], [126, 45.161871], [126.003686, 45.164313], [126.007062, 45.163849], [126.012301, 45.1597], [126.021135, 45.160388], [126.028927, 45.165286], [126.04054, 45.169585], [126.044829, 45.165638], [126.058263, 45.166088], [126.065343, 45.162026], [126.07707, 45.162806], [126.082194, 45.152999], [126.081452, 45.150487], [126.08623, 45.146289], [126.094905, 45.144593], [126.104457, 45.13985], [126.108465, 45.142094], [126.108516, 45.148096], [126.112395, 45.149428], [126.114592, 45.148118], [126.113476, 45.143362], [126.11526, 45.141703], [126.125217, 45.144582], [126.141868, 45.143584], [126.149608, 45.136553], [126.161622, 45.13073], [126.163818, 45.132206], [126.164338, 45.138895], [126.174689, 45.142658], [126.183737, 45.142996], [126.191858, 45.150035], [126.196711, 45.151185], [126.207509, 45.142446], [126.211152, 45.143067], [126.212774, 45.145094], [126.223936, 45.145289], [126.224955, 45.139926], [126.229465, 45.137715], [126.245165, 45.141625], [126.245148, 45.144178], [126.239181, 45.147594], [126.242891, 45.150608], [126.25151, 45.147846], [126.256246, 45.148981], [126.256484, 45.153328], [126.252947, 45.155722], [126.252682, 45.159298], [126.258156, 45.166584], [126.261486, 45.166587], [126.276946, 45.160041], [126.281072, 45.160162], [126.285775, 45.162901], [126.283213, 45.166197], [126.274149, 45.170382], [126.275781, 45.173112], [126.283775, 45.173607], [126.287721, 45.175373], [126.282129, 45.185373], [126.283399, 45.188233], [126.286732, 45.189821], [126.292609, 45.189909], [126.296969, 45.187291], [126.294708, 45.178754], [126.298351, 45.175579], [126.307008, 45.18001], [126.3167, 45.176658], [126.318343, 45.181022], [126.326862, 45.184802], [126.330135, 45.189744], [126.33268, 45.190708], [126.337498, 45.189756], [126.34218, 45.182705], [126.35007, 45.182926], [126.354816, 45.18629], [126.357856, 45.194448], [126.369101, 45.197755], [126.374454, 45.205702], [126.388748, 45.214315], [126.39271, 45.218465], [126.408755, 45.225847], [126.412799, 45.230363], [126.417397, 45.23049], [126.425397, 45.221054], [126.431243, 45.220684], [126.449552, 45.226408], [126.452473, 45.231582], [126.465611, 45.231988], [126.47224, 45.234614], [126.483555, 45.23494], [126.492128, 45.240579], [126.503925, 45.237715], [126.508012, 45.239972], [126.511423, 45.244882], [126.521296, 45.244348], [126.531677, 45.238336], [126.538668, 45.237154], [126.543016, 45.238535], [126.54958, 45.247551], [126.563174, 45.250107], [126.574716, 45.249239], [126.589508, 45.24414], [126.583227, 45.235353], [126.5858, 45.231217], [126.593025, 45.233636], [126.591163, 45.237102], [126.592029, 45.239004], [126.597811, 45.239619], [126.601514, 45.234803], [126.608612, 45.235965], [126.6172, 45.233314], [126.625238, 45.223911], [126.640411, 45.22156], [126.642009, 45.218812], [126.637884, 45.214124], [126.63721, 45.210674], [126.642686, 45.209856], [126.655002, 45.203425], [126.658133, 45.197655], [126.656302, 45.1938], [126.673207, 45.19316], [126.679671, 45.185366], [126.683024, 45.184511], [126.72354, 45.186176], [126.726624, 45.184283], [126.725576, 45.176236], [126.728455, 45.174293], [126.739073, 45.172833], [126.747479, 45.17573], [126.757047, 45.174482], [126.764842, 45.163785], [126.780145, 45.157318], [126.781153, 45.143609], [126.78413, 45.13503], [126.787228, 45.13266], [126.791103, 45.132247], [126.797331, 45.13768], [126.805648, 45.134957], [126.809594, 45.135277], [126.8112, 45.136226], [126.814027, 45.144336], [126.820026, 45.145532], [126.824627, 45.144202], [126.825294, 45.137019], [126.828523, 45.131304], [126.831061, 45.130096], [126.834012, 45.130611], [126.840363, 45.136386], [126.850919, 45.140863], [126.862414, 45.136987], [126.878232, 45.140502], [126.896565, 45.138203], [126.908766, 45.142298], [126.930799, 45.134865], [126.941268, 45.13739], [126.950907, 45.137471], [126.955232, 45.135944], [126.958303, 45.131136], [126.950451, 45.126601], [126.95006, 45.119869], [126.963302, 45.115293], [126.966755, 45.110386], [126.967121, 45.106325], [126.974178, 45.105464], [126.971102, 45.102289], [126.96087, 45.082831], [126.96263, 45.071882], [126.967619, 45.067664], [126.979577, 45.065847], [126.992056, 45.054761], [126.995523, 45.043144], [127.002173, 45.036494], [127.008486, 45.033713], [127.007734, 45.025816], [127.01735, 45.019695], [127.028271, 45.015548], [127.028156, 45.011253], [127.03326, 45.007164], [127.043489, 45.004147], [127.043019, 45.00228], [127.03211, 44.995129], [127.031571, 44.990052], [127.051314, 44.988425], [127.064037, 44.97374], [127.063466, 44.967746], [127.0731, 44.962645], [127.068506, 44.955746], [127.078027, 44.953949], [127.086819, 44.945184], [127.085176, 44.943081], [127.078193, 44.940843], [127.082978, 44.932604], [127.08202, 44.921797], [127.078157, 44.91352], [127.073853, 44.913229], [127.070916, 44.917765], [127.06797, 44.916894], [127.065999, 44.910452], [127.066191, 44.904324], [127.036237, 44.903971], [127.030113, 44.90156], [127.025788, 44.897823], [127.015633, 44.896755], [127.014544, 44.892785], [127.004984, 44.888329], [126.99531, 44.873365], [126.996366, 44.854131], [126.98933, 44.84715], [126.987246, 44.836607], [126.978226, 44.822943], [126.980077, 44.819111], [126.983294, 44.796714], [126.988592, 44.780949], [126.991454, 44.762866], [127.021517, 44.728935], [127.023764, 44.722272], [127.029815, 44.72053], [127.034018, 44.714591], [127.034838, 44.710084], [127.030916, 44.701785], [127.029927, 44.690127], [127.026211, 44.677161], [127.023515, 44.673773], [127.030094, 44.658164], [127.036936, 44.652694], [127.03835, 44.648705], [127.034123, 44.632679], [127.035932, 44.610569], [127.027274, 44.606099], [127.020964, 44.598687], [127.023342, 44.594581], [127.035278, 44.587999], [127.042855, 44.564415], [127.047572, 44.56488], [127.054106, 44.568662], [127.071198, 44.58516], [127.08275, 44.591402], [127.084331, 44.597389], [127.082231, 44.60391], [127.088279, 44.613549], [127.111667, 44.613403], [127.120137, 44.607548], [127.131216, 44.605496], [127.132801, 44.606867], [127.131528, 44.609373], [127.134904, 44.612547], [127.140229, 44.613197], [127.146662, 44.616431], [127.163118, 44.630114], [127.16541, 44.64068], [127.170253, 44.637869], [127.179975, 44.64274], [127.195131, 44.643073], [127.199313, 44.645566], [127.204139, 44.646041], [127.21335, 44.640349], [127.22018, 44.641393], [127.224421, 44.638776], [127.219977, 44.633971], [127.209462, 44.628278], [127.207728, 44.623827], [127.208748, 44.622108], [127.216433, 44.61974], [127.223772, 44.620417], [127.230862, 44.616217], [127.238659, 44.617213], [127.255942, 44.610785], [127.259601, 44.613925], [127.263859, 44.621227], [127.265323, 44.632375], [127.270851, 44.638605], [127.302453, 44.637353], [127.31383, 44.635521], [127.316236, 44.63329], [127.383982, 44.630076], [127.394388, 44.632304], [127.397062, 44.630679], [127.398165, 44.625349], [127.40421, 44.620308], [127.409825, 44.619841], [127.429561, 44.611406], [127.435659, 44.611052], [127.439235, 44.613368], [127.445108, 44.612899], [127.459582, 44.605447], [127.469432, 44.603939], [127.472123, 44.600184], [127.475581, 44.598622], [127.48105, 44.600851], [127.487803, 44.598692], [127.500409, 44.592489], [127.502363, 44.589958], [127.500767, 44.587785], [127.502296, 44.584087], [127.506992, 44.580431], [127.517972, 44.578611], [127.518096, 44.575152], [127.529584, 44.572532], [127.533393, 44.574512], [127.541057, 44.575264], [127.551914, 44.571439], [127.556223, 44.562972], [127.562034, 44.558219], [127.560591, 44.553617], [127.564778, 44.54895], [127.54038, 44.536656], [127.54056, 44.531362], [127.530782, 44.520728], [127.524256, 44.519691], [127.508008, 44.520852], [127.502712, 44.525966], [127.499519, 44.52665], [127.479146, 44.526495], [127.472283, 44.523155], [127.470167, 44.51665], [127.459182, 44.514317], [127.463581, 44.503352], [127.469007, 44.49654], [127.4582, 44.484486], [127.457711, 44.478989], [127.472862, 44.455605], [127.493899, 44.448367], [127.501804, 44.436298], [127.495699, 44.42799], [127.496401, 44.421032], [127.479746, 44.407374], [127.477228, 44.399532], [127.481323, 44.395358], [127.490072, 44.39497], [127.50057, 44.390879], [127.515393, 44.376165], [127.517023, 44.370638], [127.515389, 44.358758], [127.522493, 44.360309], [127.527792, 44.357555], [127.53045, 44.35169], [127.535724, 44.347082], [127.55057, 44.338289], [127.552839, 44.333487], [127.558358, 44.328376], [127.565635, 44.326194], [127.573294, 44.307877], [127.577984, 44.304844], [127.585001, 44.303745], [127.590145, 44.296291], [127.602754, 44.292527], [127.616038, 44.280187], [127.618088, 44.275628], [127.608509, 44.268748], [127.617129, 44.256677], [127.617799, 44.253109], [127.60883, 44.252429], [127.598746, 44.243644], [127.595991, 44.236096], [127.593938, 44.235818], [127.584533, 44.22587], [127.592282, 44.222254], [127.602053, 44.204789], [127.615057, 44.192945], [127.619901, 44.18627], [127.631708, 44.185072], [127.63552, 44.191674], [127.652083, 44.179832], [127.660809, 44.175608], [127.662097, 44.169986], [127.675153, 44.164717], [127.683724, 44.170339], [127.692967, 44.173953], [127.697222, 44.179079], [127.697531, 44.187141], [127.706667, 44.197339], [127.713505, 44.200147], [127.71824, 44.191397], [127.71429, 44.160597], [127.714951, 44.155706], [127.715841, 44.151407], [127.726019, 44.133957], [127.729591, 44.112081], [127.727688, 44.105371], [127.722677, 44.096967], [127.732938, 44.089557], [127.740386, 44.087327], [127.75018, 44.081703], [127.760657, 44.079765], [127.777518, 44.069574], [127.791321, 44.074594], [127.79824, 44.079173], [127.801893, 44.084395], [127.814539, 44.079638], [127.829438, 44.079399], [127.835375, 44.08167], [127.839345, 44.080128], [127.841369, 44.071497], [127.858401, 44.060177], [127.875613, 44.063816], [127.883588, 44.06748], [127.900853, 44.062572], [127.906774, 44.062688], [127.913967, 44.069229], [127.925086, 44.073345], [127.943438, 44.086001], [127.954316, 44.084843], [127.964505, 44.088247], [127.975322, 44.088098], [128.000991, 44.091975], [128.00757, 44.095715], [128.013658, 44.102841], [128.020658, 44.105973], [128.026835, 44.105648], [128.036661, 44.101511], [128.046141, 44.104584], [128.053419, 44.107769], [128.061791, 44.115323], [128.08274, 44.129113], [128.095574, 44.13279], [128.095551, 44.134219], [128.085003, 44.137083], [128.08072, 44.140963], [128.078477, 44.145169], [128.081326, 44.156072], [128.080388, 44.157786], [128.07465, 44.15842], [128.068392, 44.156639], [128.062614, 44.162307], [128.053789, 44.167016], [128.055504, 44.171447], [128.063946, 44.175852], [128.063986, 44.179628], [128.080169, 44.177888], [128.085922, 44.179192], [128.084079, 44.212418], [128.085941, 44.213371], [128.096731, 44.210827], [128.098562, 44.212576], [128.095719, 44.227905], [128.088529, 44.231022], [128.080656, 44.23748], [128.081813, 44.238963], [128.085543, 44.239139], [128.085804, 44.245619], [128.072541, 44.243668], [128.06057, 44.246668], [128.058006, 44.248694], [128.057142, 44.258225], [128.065308, 44.265897], [128.079172, 44.271098], [128.083995, 44.27482], [128.09334, 44.284985], [128.095086, 44.291154], [128.091445, 44.293447], [128.085282, 44.290393], [128.081172, 44.291298], [128.074382, 44.300255], [128.074249, 44.304888], [128.058391, 44.305158], [128.05878, 44.31126], [128.056544, 44.321544], [128.050004, 44.326734], [128.050449, 44.330841], [128.057811, 44.33931], [128.048895, 44.34124], [128.044717, 44.34491], [128.043863, 44.348176], [128.056448, 44.354542], [128.061661, 44.363818], [128.060519, 44.368729], [128.066196, 44.372579], [128.070837, 44.365932], [128.09021, 44.35195], [128.105647, 44.356434], [128.117533, 44.346346], [128.130971, 44.355174], [128.14069, 44.355215], [128.148121, 44.353562], [128.156349, 44.342489], [128.161432, 44.341921], [128.166906, 44.345737], [128.182683, 44.362717], [128.184118, 44.366073], [128.183282, 44.372646], [128.190821, 44.38781], [128.191496, 44.395903], [128.196925, 44.409809], [128.203142, 44.419913], [128.205338, 44.429673], [128.212073, 44.434227], [128.216868, 44.441149], [128.222376, 44.443407], [128.247901, 44.444619], [128.250873, 44.453395], [128.254041, 44.456897], [128.265311, 44.458058], [128.286537, 44.465643], [128.285657, 44.468841], [128.290587, 44.48029], [128.322929, 44.493197], [128.330801, 44.502269], [128.339928, 44.507059], [128.366364, 44.512044], [128.380338, 44.493525], [128.382194, 44.487167], [128.389307, 44.482266], [128.40148, 44.479836], [128.414379, 44.472054], [128.421192, 44.471141], [128.428017, 44.458843], [128.431011, 44.457305], [128.430125, 44.450533], [128.43559, 44.444656], [128.440378, 44.443998], [128.447049, 44.435733], [128.449972, 44.435664], [128.45546, 44.432165], [128.456236, 44.426925], [128.450304, 44.417722], [128.450419, 44.408223], [128.455112, 44.397175], [128.459782, 44.391311], [128.465953, 44.388529], [128.475227, 44.373508], [128.469198, 44.360408], [128.468851, 44.343688], [128.462611, 44.340788], [128.45401, 44.340035], [128.448431, 44.341437], [128.439956, 44.337403], [128.448088, 44.33326], [128.448442, 44.328149], [128.454495, 44.325866], [128.466029, 44.317108], [128.468875, 44.3085], [128.4616, 44.295849], [128.462893, 44.285846], [128.450168, 44.265369], [128.447231, 44.256141], [128.45017, 44.252556], [128.458739, 44.251925], [128.462643, 44.24894], [128.465299, 44.24543], [128.464005, 44.23833], [128.459386, 44.227593], [128.452994, 44.220253], [128.452627, 44.210642], [128.44362, 44.201675], [128.454468, 44.199672], [128.459072, 44.194405], [128.45664, 44.190893], [128.456206, 44.184143], [128.465421, 44.158624], [128.469439, 44.153689], [128.476644, 44.149247], [128.485832, 44.134646], [128.492843, 44.131372], [128.496619, 44.124431], [128.511743, 44.118267], [128.522741, 44.109957], [128.529104, 44.098604], [128.532235, 44.089036], [128.552797, 44.066794], [128.552879, 44.060235], [128.554531, 44.056485], [128.560144, 44.053095], [128.560232, 44.048316], [128.568563, 44.045455], [128.569737, 44.03937], [128.56861, 44.030041], [128.571077, 44.013332], [128.575237, 44.010326], [128.578891, 44.000342], [128.578444, 43.98863], [128.579781, 43.986251], [128.58878, 43.978443], [128.602174, 43.960604], [128.612702, 43.951435], [128.618117, 43.948116], [128.634147, 43.945414], [128.63517, 43.931703], [128.624222, 43.922434], [128.623312, 43.919265], [128.627121, 43.910211], [128.632277, 43.903833], [128.628197, 43.899777], [128.630345, 43.889106], [128.636511, 43.889835], [128.641355, 43.892468], [128.646666, 43.891129], [128.647619, 43.888451], [128.654793, 43.887654], [128.663614, 43.894419], [128.667508, 43.891835], [128.675484, 43.890277], [128.687608, 43.893333], [128.689062, 43.899619], [128.690868, 43.900817], [128.702587, 43.89413], [128.719332, 43.891237], [128.728759, 43.881377], [128.732251, 43.875362], [128.752552, 43.859517], [128.754453, 43.855746], [128.752278, 43.853134], [128.736972, 43.84349], [128.720301, 43.829759], [128.714065, 43.821347], [128.712598, 43.815912], [128.718642, 43.809715], [128.726701, 43.807798], [128.734542, 43.802529], [128.736555, 43.798849], [128.736692, 43.790964], [128.74602, 43.775707], [128.752849, 43.758474], [128.755965, 43.756406], [128.761081, 43.756269], [128.756042, 43.753145], [128.741045, 43.754215], [128.731258, 43.750556], [128.722524, 43.743642], [128.721085, 43.738237], [128.724065, 43.734138], [128.729006, 43.736351], [128.73737, 43.736888], [128.739005, 43.735422], [128.735387, 43.731431], [128.746753, 43.725174], [128.761791, 43.729858], [128.766096, 43.726254], [128.767066, 43.721396], [128.765284, 43.717558], [128.77886, 43.711853], [128.77689, 43.702157], [128.782903, 43.693665], [128.780946, 43.689637], [128.781166, 43.684244], [128.790904, 43.675829], [128.798383, 43.666273], [128.808287, 43.64301], [128.807253, 43.636219], [128.814611, 43.634288], [128.816407, 43.631396], [128.828607, 43.584947], [128.833516, 43.57876], [128.844794, 43.573107], [128.84416, 43.565251], [128.848115, 43.554784], [128.860737, 43.555553], [128.869906, 43.541454], [128.875922, 43.538797], [128.888979, 43.538447], [128.906557, 43.541076], [128.914651, 43.545793], [128.919497, 43.551174], [128.929081, 43.553605], [128.938342, 43.553341], [128.943197, 43.551578], [128.950461, 43.541078], [128.956798, 43.536545], [128.977252, 43.53395], [128.982135, 43.530838], [128.991741, 43.528738], [129.001793, 43.521079], [129.006693, 43.520487], [129.033928, 43.538687], [129.050204, 43.542447], [129.080179, 43.545947], [129.08678, 43.544966], [129.089598, 43.547566], [129.091307, 43.553612], [129.102071, 43.556823], [129.114559, 43.552762], [129.13415, 43.561774], [129.137672, 43.567234], [129.141493, 43.568182], [129.160135, 43.568063], [129.163351, 43.559688], [129.176531, 43.565488], [129.185958, 43.573383], [129.190421, 43.571116], [129.198804, 43.572304], [129.198663, 43.575713], [129.202169, 43.581258], [129.218032, 43.585076], [129.223363, 43.591631], [129.223596, 43.602061], [129.225878, 43.606026], [129.225365, 43.632533], [129.220653, 43.643346], [129.211075, 43.649915], [129.207375, 43.661979], [129.207117, 43.666806], [129.210947, 43.67342], [129.211906, 43.679535], [129.210255, 43.688106], [129.207377, 43.692917], [129.20947, 43.695823], [129.219066, 43.699708], [129.2254, 43.706807], [129.223551, 43.713064], [129.215358, 43.716425], [129.209805, 43.722984], [129.209675, 43.726798], [129.214362, 43.73961], [129.204435, 43.74519], [129.211907, 43.749748], [129.20676, 43.765409], [129.20434, 43.780018], [129.218612, 43.795587], [129.233562, 43.804145], [129.237005, 43.810023], [129.248028, 43.817049], [129.261075, 43.812089], [129.271647, 43.811126], [129.275653, 43.806714], [129.279455, 43.797605], [129.283566, 43.794449], [129.294971, 43.793914], [129.300403, 43.795362], [129.304089, 43.799166], [129.302496, 43.80983], [129.315484, 43.806965], [129.339871, 43.796098], [129.350214, 43.796122], [129.363466, 43.798916], [129.3793, 43.806727], [129.381662, 43.810902], [129.388536, 43.815815], [129.39968, 43.816805], [129.399707, 43.829527], [129.407489, 43.835555], [129.405691, 43.84015], [129.432289, 43.842397], [129.443975, 43.849534], [129.460696, 43.863459], [129.46165, 43.865139], [129.459603, 43.870447], [129.46125, 43.872059], [129.482207, 43.871901], [129.485875, 43.872904], [129.491255, 43.877798], [129.505989, 43.87084], [129.518264, 43.868301], [129.541669, 43.872301], [129.552832, 43.869169], [129.560912, 43.868741], [129.587925, 43.872105], [129.591021, 43.876428], [129.602267, 43.879956], [129.612927, 43.877111], [129.632308, 43.875706], [129.649557, 43.869538], [129.663887, 43.874365], [129.678008, 43.875221], [129.690307, 43.88008], [129.703799, 43.87909], [129.7178, 43.875621], [129.728781, 43.876981], [129.732342, 43.880067], [129.73149, 43.88906], [129.732608, 43.89333], [129.746234, 43.894137], [129.759203, 43.889973], [129.773582, 43.893029], [129.77903, 43.899345], [129.779776, 43.907574], [129.770506, 43.92582], [129.775151, 43.931374], [129.778739, 43.932193], [129.782948, 43.930671], [129.78712, 43.938026], [129.783624, 43.9443], [129.778766, 43.945937], [129.774777, 43.951232], [129.774056, 43.95757], [129.775416, 43.960616], [129.788319, 43.963598], [129.796002, 43.962618], [129.803953, 43.965072], [129.815742, 43.978324], [129.825029, 43.983858], [129.833004, 43.992718], [129.845764, 43.994936], [129.846595, 44], [129.861411, 44.010329], [129.863205, 44.008887], [129.862588, 44], [129.873645, 43.997899], [129.876103, 44.002299], [129.884801, 44.009565], [129.89007, 44.011373], [129.894511, 44.009616], [129.895373, 44.014139], [129.900959, 44.021931], [129.910872, 44.0211], [129.910187, 44.01775], [129.917658, 44.01314], [129.921358, 44.015893], [129.924355, 44.021716], [129.931801, 44.025711], [129.944188, 44.024979], [129.94845, 44.023072], [129.953505, 44.017785], [129.965487, 44.016658], [129.9735, 44.012124], [129.97842, 44.002135], [129.979151, 43.996497], [129.981525, 43.996362], [129.982894, 43.998944], [129.988486, 43.999351], [129.993008, 43.996529], [129.994379, 43.987139], [129.981816, 43.979991], [129.984807, 43.975424], [129.988558, 43.975877], [129.992186, 43.973433], [130.003162, 43.962098], [130.010746, 43.959029], [130.009938, 43.955783], [130.008114, 43.954755], [130.018348, 43.941186], [130.010363, 43.932826], [130.014858, 43.929816], [130.016726, 43.914917], [130.011336, 43.912126], [130.009391, 43.909195], [130.002399, 43.890654], [130.006009, 43.872803], [130.014128, 43.859372], [130.019513, 43.85246], [130.028243, 43.852197], [130.040947, 43.848829], [130.042059, 43.843084], [130.049474, 43.836153], [130.059108, 43.83234], [130.072233, 43.834724], [130.077071, 43.838834], [130.092872, 43.841545], [130.102177, 43.848146], [130.103471, 43.849924], [130.104108, 43.863988], [130.109753, 43.871658], [130.116409, 43.874563], [130.136718, 43.876473], [130.146381, 43.888637], [130.145261, 43.907892], [130.146718, 43.9129], [130.155737, 43.916609], [130.169546, 43.929327], [130.178723, 43.929113], [130.182487, 43.932175], [130.182425, 43.938427], [130.192014, 43.940387], [130.197761, 43.944667], [130.206167, 43.943393], [130.220821, 43.946556], [130.225811, 43.945382], [130.229258, 43.939386], [130.231631, 43.938033], [130.249023, 43.94536], [130.253393, 43.954654], [130.268221, 43.96584], [130.267968, 43.973211], [130.265631, 43.975574], [130.265266, 43.978972], [130.280136, 43.987605], [130.290386, 43.997026], [130.299251, 44], [130.300379, 44.009524], [130.302866, 44.013688], [130.301378, 44.019627], [130.30687, 44.025593], [130.311772, 44.037011], [130.325836, 44.038882], [130.336203, 44.044037], [130.337818, 44.048464], [130.345841, 44.047901], [130.358933, 44.040165], [130.350872, 44.021584], [130.354873, 44.015285], [130.360239, 44.011699], [130.358853, 44.005808], [130.354415, 44], [130.356473, 43.989692], [130.342858, 43.973409], [130.33775, 43.961189], [130.330839, 43.961434], [130.329223, 43.956407], [130.333206, 43.951408], [130.331458, 43.948158], [130.334948, 43.943336], [130.348385, 43.938283], [130.362001, 43.91888], [130.361176, 43.912517], [130.371614, 43.909314], [130.376044, 43.9036], [130.366784, 43.898778], [130.35878, 43.886493], [130.35988, 43.881509], [130.364029, 43.87715], [130.364739, 43.869335], [130.376734, 43.858171], [130.378994, 43.85135], [130.372049, 43.850817], [130.360255, 43.846015], [130.35652, 43.843333], [130.355378, 43.840314], [130.360847, 43.830345], [130.37236, 43.823077], [130.371182, 43.816693], [130.373659, 43.807574], [130.374522, 43.789202], [130.372536, 43.778866], [130.384802, 43.764319], [130.405936, 43.753393], [130.416413, 43.740989], [130.414751, 43.735763], [130.408618, 43.733761], [130.401809, 43.719826], [130.401791, 43.715211], [130.389826, 43.704972], [130.386848, 43.699654], [130.388605, 43.689091], [130.39101, 43.686455], [130.390812, 43.67703], [130.39259, 43.671639], [130.403412, 43.666247], [130.401642, 43.662268], [130.405962, 43.649395], [130.429803, 43.643654], [130.442322, 43.643786], [130.448871, 43.644718], [130.461805, 43.653878], [130.467188, 43.654668], [130.481661, 43.652828], [130.489438, 43.642412], [130.498899, 43.634008], [130.508142, 43.633787], [130.512635, 43.631441], [130.526614, 43.628728], [130.52917, 43.627777], [130.533868, 43.621916], [130.53905, 43.620693], [130.545767, 43.621545], [130.5458, 43.624525], [130.552552, 43.62768], [130.564286, 43.623915], [130.582295, 43.611381], [130.587454, 43.614042], [130.589259, 43.618813], [130.595861, 43.620028], [130.600733, 43.617786], [130.611409, 43.622233], [130.617098, 43.62178], [130.621561, 43.618701], [130.625473, 43.612868], [130.616759, 43.588157], [130.620297, 43.583148], [130.624945, 43.580832], [130.641737, 43.584978], [130.644554, 43.581203], [130.650294, 43.578276], [130.654934, 43.578577], [130.66002, 43.58128], [130.664911, 43.563505], [130.67211, 43.56347], [130.680859, 43.566453], [130.692618, 43.56556], [130.695198, 43.563908], [130.693337, 43.559281], [130.695196, 43.557598], [130.71196, 43.558735], [130.721029, 43.557453], [130.724956, 43.552554], [130.728411, 43.54414], [130.752678, 43.537039], [130.754243, 43.533116], [130.765375, 43.525384], [130.767521, 43.521241], [130.785519, 43.525036], [130.784265, 43.522054], [130.785411, 43.518277], [130.789989, 43.510308], [130.797114, 43.503474], [130.816356, 43.500316], [130.81783, 43.491527], [130.833343, 43.461054], [130.83392, 43.45356], [130.844521, 43.446929], [130.854325, 43.435724], [130.886249, 43.431136], [130.896433, 43.433344], [130.900463, 43.43203], [130.913525, 43.450646], [130.937643, 43.474058], [130.943271, 43.475475], [130.95303, 43.483582], [130.978435, 43.491124], [130.992305, 43.500489], [130.992235, 43.504783], [130.993929, 43.505639], [131.019457, 43.506008], [131.030743, 43.498465], [131.04045, 43.488686], [131.060871, 43.479848], [131.067396, 43.469819], [131.082862, 43.45625], [131.097709, 43.448453], [131.105518, 43.44774], [131.113145, 43.445006], [131.117702, 43.43908], [131.116766, 43.433956], [131.118182, 43.43076], [131.126997, 43.425443], [131.134716, 43.422993], [131.150634, 43.427703], [131.170128, 43.442769], [131.177572, 43.441533], [131.184096, 43.436664], [131.193494, 43.439477], [131.196525, 43.445656], [131.197198, 43.451872], [131.223467, 43.456197], [131.229204, 43.462504], [131.226404, 43.468187], [131.228352, 43.473167], [131.237657, 43.474941], [131.246247, 43.473706], [131.251458, 43.469029], [131.259953, 43.466117], [131.275893, 43.465267], [131.28499, 43.466702], [131.287454, 43.470434], [131.281325, 43.47388], [131.298884, 43.476957], [131.299108, 43.483965], [131.289507, 43.491695], [131.291057, 43.494579], [131.296907, 43.499571], [131.304316, 43.497542], [131.308184, 43.493522], [131.309886, 43.488285], [131.307175, 43.468485], [131.295204, 43.450693], [131.291205, 43.436696], [131.295804, 43.423498], [131.304603, 43.4101], [131.305603, 43.404901], [131.303803, 43.394703], [131.300603, 43.390304], [131.294205, 43.386304], [131.272208, 43.378706], [131.26541, 43.367308], [131.259011, 43.342712], [131.258811, 43.302119], [131.257411, 43.294121], [131.252212, 43.284323], [131.246413, 43.265526], [131.224617, 43.247329], [131.203621, 43.236331], [131.195022, 43.226933], [131.191623, 43.215735], [131.194476, 43.205645], [131.211609, 43.187655], [131.213177, 43.183279], [131.20782, 43.167343], [131.211776, 43.152328], [131.20582, 43.135949], [131.202621, 43.13095], [131.168827, 43.105954], [131.160428, 43.098156], [131.160028, 43.093756], [131.164562, 43.075762], [131.164546, 43.070774], [131.162828, 43.068961], [131.140232, 43.070161], [131.121235, 43.067161], [131.112037, 43.063162], [131.109837, 43.054763], [131.113179, 43.047988], [131.09404, 43.031367], [131.088241, 43.022169], [131.088441, 43.01797], [131.102639, 43.003372], [131.108038, 42.990575], [131.111037, 42.970978], [131.114436, 42.966979], [131.123235, 42.963179], [131.141232, 42.963579], [131.145231, 42.96098], [131.145231, 42.95898], [131.136433, 42.946782], [131.137832, 42.938584], [131.136633, 42.935384], [131.121235, 42.927386], [131.109037, 42.914388], [131.098439, 42.912388], [131.091041, 42.911989], [131.065045, 42.920587], [131.054447, 42.917188], [131.029851, 42.926786], [131.026052, 42.925586], [131.014454, 42.916388], [131.010855, 42.90359], [131.032669, 42.866738], [131.032669, 42.863747], [131.027434, 42.861254], [131.007243, 42.857266], [130.970598, 42.857016], [130.94218, 42.871724], [130.930474, 42.872599], [130.915258, 42.870976], [130.903043, 42.864246], [130.889582, 42.852779], [130.885843, 42.851782], [130.874875, 42.857016], [130.870637, 42.861254], [130.853686, 42.86275], [130.83474, 42.877457], [130.827262, 42.87995], [130.799841, 42.875962], [130.788873, 42.871475], [130.783388, 42.865991], [130.771174, 42.837822], [130.767185, 42.834332], [130.746246, 42.83832], [130.738019, 42.838071], [130.719714, 42.828876], [130.714621, 42.829309], [130.704117, 42.841062], [130.693149, 42.8453], [130.672619, 42.846087], [130.613877, 42.822865], [130.591193, 42.810152], [130.58521, 42.808407], [130.563024, 42.812644], [130.55754, 42.812146], [130.551308, 42.808157], [130.542084, 42.79669], [130.531116, 42.787467], [130.520896, 42.781734], [130.489486, 42.771264], [130.465805, 42.768023], [130.455335, 42.763536], [130.426112, 42.74165], [130.417195, 42.728387], [130.399247, 42.728138], [130.397252, 42.723402], [130.414951, 42.707199], [130.439447, 42.701268], [130.44661, 42.695981], [130.452094, 42.68576], [130.456083, 42.683517], [130.488489, 42.6895], [130.507185, 42.696729], [130.514913, 42.698224], [130.526629, 42.697477], [130.548566, 42.691245], [130.564769, 42.684015], [130.5887, 42.663325], [130.594683, 42.655348], [130.600947, 42.639592], [130.614625, 42.624936], [130.627456, 42.592546], [130.627588, 42.588541], [130.61092, 42.549368], [130.608047, 42.547837], [130.591772, 42.555496], [130.58373, 42.557028], [130.573964, 42.55607], [130.56367, 42.552159], [130.569615, 42.540385], [130.571284, 42.529838], [130.567929, 42.499693], [130.597078, 42.486844], [130.595198, 42.446761], [130.597154, 42.442303], [130.618196, 42.435057], [130.639985, 42.422815], [130.640762, 42.421895], [130.63637, 42.41701], [130.622403, 42.425219], [130.608768, 42.429783], [130.602938, 42.430869], [130.59216, 42.428995], [130.576641, 42.429349], [130.568385, 42.434214], [130.563381, 42.440642], [130.558975, 42.455587], [130.566055, 42.484456], [130.563162, 42.486325], [130.557066, 42.486488], [130.548829, 42.492738], [130.545455, 42.499807], [130.546264, 42.507708], [130.540724, 42.517558], [130.539792, 42.523156], [130.529853, 42.538045], [130.523636, 42.541342], [130.524836, 42.544761], [130.522344, 42.551974], [130.524719, 42.5653], [130.510956, 42.5774], [130.508407, 42.582596], [130.509873, 42.589008], [130.522146, 42.607156], [130.51702, 42.611525], [130.504634, 42.616573], [130.484309, 42.618329], [130.482429, 42.615525], [130.476261, 42.612539], [130.467934, 42.603562], [130.464575, 42.593658], [130.467901, 42.586113], [130.477376, 42.577417], [130.481, 42.569466], [130.480064, 42.562112], [130.471847, 42.550883], [130.465466, 42.546521], [130.451781, 42.544594], [130.436517, 42.546544], [130.430017, 42.549134], [130.424606, 42.553584], [130.415271, 42.565722], [130.412991, 42.5729], [130.418003, 42.581348], [130.425527, 42.585239], [130.434046, 42.597829], [130.433748, 42.602426], [130.430579, 42.606328], [130.419091, 42.613742], [130.406138, 42.609469], [130.402968, 42.604166], [130.394023, 42.597432], [130.381824, 42.597351], [130.376189, 42.60009], [130.373999, 42.602228], [130.373693, 42.605186], [130.37677, 42.60805], [130.369935, 42.613737], [130.362222, 42.624513], [130.344613, 42.636759], [130.31731, 42.649955], [130.306153, 42.659661], [130.297433, 42.674167], [130.292166, 42.692579], [130.284544, 42.700999], [130.282082, 42.702005], [130.274611, 42.700298], [130.258752, 42.702424], [130.249824, 42.707659], [130.249842, 42.713915], [130.247302, 42.71897], [130.242529, 42.721969], [130.232539, 42.733846], [130.231997, 42.736462], [130.233217, 42.745234], [130.241283, 42.758741], [130.241962, 42.766772], [130.239042, 42.771828], [130.231264, 42.778151], [130.224311, 42.79055], [130.230408, 42.796651], [130.234665, 42.803937], [130.235891, 42.819321], [130.240116, 42.825565], [130.242538, 42.832887], [130.24168, 42.852369], [130.246264, 42.857307], [130.259813, 42.86531], [130.266898, 42.875809], [130.260301, 42.882403], [130.257315, 42.888582], [130.257852, 42.896009], [130.261129, 42.904056], [130.251467, 42.907423], [130.233716, 42.903348], [130.216952, 42.903101], [130.168807, 42.913747], [130.158744, 42.912358], [130.139431, 42.902061], [130.133761, 42.903589], [130.122442, 42.910682], [130.107661, 42.912284], [130.104491, 42.914356], [130.100879, 42.920173], [130.102046, 42.926476], [130.113505, 42.92977], [130.127779, 42.930108], [130.133421, 42.93561], [130.132818, 42.940165], [130.123559, 42.939382], [130.119181, 42.94201], [130.115429, 42.948118], [130.11504, 42.953734], [130.12143, 42.959166], [130.137383, 42.965554], [130.146283, 42.972053], [130.145333, 42.977701], [130.142255, 42.979749], [130.136969, 42.980234], [130.128889, 42.977641], [130.123985, 42.986275], [130.108393, 42.988208], [130.100048, 42.987049], [130.085442, 42.981548], [130.060815, 42.966989], [130.033428, 42.967097], [130.026727, 42.964527], [130.01966, 42.963956], [130.010381, 42.967169], [130.000744, 42.977519], [129.998152, 42.978256], [129.982327, 42.975021], [129.977341, 42.972386], [129.960388, 42.975543], [129.955047, 42.977904], [129.950355, 42.986705], [129.951997, 42.998407], [129.9565, 43.004171], [129.956548, 43.006641], [129.954853, 43.007895], [129.947653, 43.009536], [129.920469, 43.008648], [129.896087, 43.003408], [129.880134, 42.99454], [129.877893, 42.990013], [129.877974, 42.982461], [129.885222, 42.978727], [129.903341, 42.980066], [129.914257, 42.979223], [129.916403, 42.975304], [129.907126, 42.966837], [129.887177, 42.972312], [129.866672, 42.9725], [129.864218, 42.969934], [129.855032, 42.965869], [129.851643, 42.961535], [129.84925, 42.951684], [129.850672, 42.9445], [129.859886, 42.932555], [129.861947, 42.927663], [129.867803, 42.923175], [129.869291, 42.919123], [129.867084, 42.91627], [129.861678, 42.915415], [129.851086, 42.921482], [129.843811, 42.920972], [129.838635, 42.903598], [129.843657, 42.89248], [129.835246, 42.874175], [129.837864, 42.868225], [129.837361, 42.865719], [129.834774, 42.862131], [129.828846, 42.862051], [129.826953, 42.860619], [129.822039, 42.853832], [129.812551, 42.849725], [129.811709, 42.848184], [129.814403, 42.842247], [129.812704, 42.835042], [129.809191, 42.829121], [129.808648, 42.82426], [129.801437, 42.814831], [129.80859, 42.805657], [129.806953, 42.800539], [129.808719, 42.790626], [129.807363, 42.788272], [129.801604, 42.78593], [129.799195, 42.782044], [129.791725, 42.775894], [129.785718, 42.772691], [129.781793, 42.766319], [129.783336, 42.758365], [129.780503, 42.750008], [129.773626, 42.739965], [129.774891, 42.736763], [129.772993, 42.732603], [129.770725, 42.729901], [129.76434, 42.729154], [129.76071, 42.726403], [129.761824, 42.71839], [129.760205, 42.714226], [129.760794, 42.706794], [129.7732, 42.691992], [129.779793, 42.687405], [129.787956, 42.685961], [129.792458, 42.683128], [129.801625, 42.68222], [129.803799, 42.678941], [129.798548, 42.67355], [129.793768, 42.672393], [129.791676, 42.673175], [129.788082, 42.678659], [129.784568, 42.679696], [129.777587, 42.676329], [129.774206, 42.672018], [129.777784, 42.666694], [129.7773, 42.662705], [129.774115, 42.657754], [129.774337, 42.652961], [129.785698, 42.646862], [129.784078, 42.642466], [129.779524, 42.641258], [129.770947, 42.643684], [129.764852, 42.655264], [129.752708, 42.651772], [129.747323, 42.647196], [129.749772, 42.640712], [129.7615, 42.638538], [129.766586, 42.632522], [129.752393, 42.623347], [129.754433, 42.615454], [129.757889, 42.614277], [129.772422, 42.615826], [129.779323, 42.613737], [129.779158, 42.605067], [129.758198, 42.601351], [129.754779, 42.597064], [129.755231, 42.591845], [129.752859, 42.587837], [129.739153, 42.579607], [129.736671, 42.576112], [129.735359, 42.557996], [129.746496, 42.541905], [129.743645, 42.536186], [129.744562, 42.528424], [129.73829, 42.52467], [129.736464, 42.521085], [129.739657, 42.511706], [129.73613, 42.504691], [129.732287, 42.501367], [129.732648, 42.496045], [129.738731, 42.493209], [129.740327, 42.490881], [129.739281, 42.481837], [129.744509, 42.467285], [129.74361, 42.465661], [129.73535, 42.463173], [129.734403, 42.458356], [129.727738, 42.449985], [129.72478, 42.448589], [129.725785, 42.442282], [129.709633, 42.433665], [129.705146, 42.427353], [129.69907, 42.425846], [129.688284, 42.429015], [129.681837, 42.42895], [129.673646, 42.434455], [129.660862, 42.433433], [129.650596, 42.425172], [129.646394, 42.424967], [129.644141, 42.426405], [129.640648, 42.434201], [129.626335, 42.44745], [129.619029, 42.461034], [129.609894, 42.461937], [129.599538, 42.45127], [129.587071, 42.451066], [129.584278, 42.447024], [129.592207, 42.441082], [129.6053, 42.443796], [129.60843, 42.442757], [129.607126, 42.43675], [129.595866, 42.424665], [129.597202, 42.416035], [129.596008, 42.412924], [129.59011, 42.408648], [129.579894, 42.414055], [129.573883, 42.410766], [129.570674, 42.403982], [129.56259, 42.398325], [129.55807, 42.388467], [129.5612, 42.384925], [129.568852, 42.386137], [129.571722, 42.385015], [129.569822, 42.38016], [129.565207, 42.377864], [129.555947, 42.377814], [129.55008, 42.375598], [129.553024, 42.363828], [129.550798, 42.361157], [129.545693, 42.36023], [129.543792, 42.36148], [129.546856, 42.366498], [129.545111, 42.368915], [129.540622, 42.369766], [129.537445, 42.363069], [129.53408, 42.365364], [129.531131, 42.376907], [129.524301, 42.384936], [129.521822, 42.390796], [129.5043, 42.394534], [129.49841, 42.39916], [129.496277, 42.411228], [129.493526, 42.413131], [129.477857, 42.419261], [129.458803, 42.422578], [129.451889, 42.437105], [129.446771, 42.441387], [129.437724, 42.442679], [129.434551, 42.435933], [129.42989, 42.432245], [129.419397, 42.432608], [129.414616, 42.434473], [129.405392, 42.442083], [129.400687, 42.451079], [129.395939, 42.45145], [129.391611, 42.449533], [129.387106, 42.44392], [129.389994, 42.434493], [129.389563, 42.430334], [129.385589, 42.424915], [129.381852, 42.422869], [129.370531, 42.426525], [129.359279, 42.426271], [129.355439, 42.42904], [129.354015, 42.431631], [129.36257, 42.43775], [129.3666, 42.442944], [129.368787, 42.447078], [129.36844, 42.451157], [129.362642, 42.456064], [129.351414, 42.454383], [129.339478, 42.446874], [129.335458, 42.439502], [129.34081, 42.431729], [129.348781, 42.429447], [129.355716, 42.42268], [129.356036, 42.418223], [129.352285, 42.416363], [129.342235, 42.418535], [129.33992, 42.416634], [129.339666, 42.41418], [129.349408, 42.410416], [129.350873, 42.406997], [129.348974, 42.405979], [129.341667, 42.407258], [129.333034, 42.414217], [129.329529, 42.420129], [129.332988, 42.429422], [129.331146, 42.431645], [129.323147, 42.426169], [129.320572, 42.418494], [129.318144, 42.418374], [129.313949, 42.421934], [129.308748, 42.423737], [129.304012, 42.414814], [129.304644, 42.412502], [129.312314, 42.405748], [129.308593, 42.403514], [129.301353, 42.404862], [129.300992, 42.402895], [129.319391, 42.388923], [129.319619, 42.384447], [129.316216, 42.38263], [129.294963, 42.390028], [129.293192, 42.389361], [129.29352, 42.38099], [129.29067, 42.37922], [129.281194, 42.382216], [129.275834, 42.386955], [129.27033, 42.387958], [129.266317, 42.382719], [129.264344, 42.374], [129.259697, 42.372177], [129.253136, 42.37363], [129.252855, 42.377084], [129.25, 42.37928], [129.242894, 42.37963], [129.232858, 42.371808], [129.234801, 42.366341], [129.233183, 42.361011], [129.224379, 42.355932], [129.223887, 42.351701], [129.231621, 42.345838], [129.24526, 42.340318], [129.256589, 42.330316], [129.251104, 42.324844], [129.25022, 42.320055], [129.243323, 42.316619], [129.224334, 42.313241], [129.214062, 42.319746], [129.2046, 42.321179], [129.192866, 42.314713], [129.212945, 42.302786], [129.221402, 42.308649], [129.227517, 42.31067], [129.236323, 42.308117], [129.235667, 42.30543], [129.230246, 42.303607], [129.225903, 42.297516], [129.206608, 42.292129], [129.201143, 42.285663], [129.213642, 42.281618], [129.224242, 42.283113], [129.225418, 42.281844], [129.224028, 42.276188], [129.22067, 42.274344], [129.219893, 42.268848], [129.217594, 42.265595], [129.206647, 42.262032], [129.185259, 42.265069], [129.179497, 42.263006], [129.176386, 42.25963], [129.177357, 42.253646], [129.175904, 42.237044], [129.182304, 42.234132], [129.188971, 42.242119], [129.201841, 42.242417], [129.206449, 42.235695], [129.196895, 42.22946], [129.196721, 42.224079], [129.206588, 42.212947], [129.210503, 42.213464], [129.215931, 42.217175], [129.220002, 42.216829], [129.219457, 42.210555], [129.222409, 42.207125], [129.221169, 42.204314], [129.211978, 42.202718], [129.20399, 42.206456], [129.196614, 42.202206], [129.188786, 42.203075], [129.187175, 42.198296], [129.189556, 42.193464], [129.18929, 42.18949], [129.175815, 42.185956], [129.160852, 42.185749], [129.158372, 42.183625], [129.157368, 42.179394], [129.166285, 42.166021], [129.165924, 42.163874], [129.163119, 42.162707], [129.141054, 42.164488], [129.126821, 42.160076], [129.131184, 42.153426], [129.128705, 42.149627], [129.117182, 42.145365], [129.113459, 42.138646], [129.10601, 42.138155], [129.102935, 42.140864], [129.098334, 42.141688], [129.089808, 42.138408], [129.08585, 42.138904], [129.081509, 42.143266], [129.080078, 42.150626], [129.077832, 42.153622], [129.073275, 42.15665], [129.068111, 42.156745], [129.063176, 42.150996], [129.071392, 42.140496], [129.071379, 42.138089], [129.053401, 42.138825], [129.039778, 42.133042], [129.035452, 42.128219], [129.041824, 42.116284], [129.039872, 42.113871], [129.032416, 42.112012], [129.031517, 42.109092], [129.03459, 42.1056], [129.025435, 42.098994], [129.02125, 42.097715], [129.015455, 42.099618], [129.009376, 42.099359], [129.005155, 42.094424], [129.003359, 42.089143], [128.984035, 42.092744], [128.974412, 42.089416], [128.965111, 42.094709], [128.962264, 42.093725], [128.958232, 42.088093], [128.948225, 42.083118], [128.945687, 42.078291], [128.947802, 42.073675], [128.945589, 42.063413], [128.95872, 42.055243], [128.951055, 42.048827], [128.948661, 42.037314], [128.944743, 42.032325], [128.947666, 42.02855], [128.946963, 42.025222], [128.945103, 42.024346], [128.93825, 42.026856], [128.93317, 42.020467], [128.913242, 42.009718], [128.906516, 42.009517], [128.904029, 42.013088], [128.892633, 42.017023], [128.8906, 42.018637], [128.89049, 42.022911], [128.884371, 42.026133], [128.872606, 42.02331], [128.861049, 42.023504], [128.85531, 42.025087], [128.852003, 42.02913], [128.835367, 42.024211], [128.827633, 42.03227], [128.811615, 42.041469], [128.805368, 42.042323], [128.782516, 42.040401], [128.778943, 42.039138], [128.776217, 42.034897], [128.770049, 42.031639], [128.765171, 42.03748], [128.755246, 42.040623], [128.749474, 42.04912], [128.744947, 42.051299], [128.729099, 42.049619], [128.728193, 42.047165], [128.729762, 42.041017], [128.714484, 42.037454], [128.698718, 42.02171], [128.685113, 42.013209], [128.67764, 42.011831], [128.668511, 42.016381], [128.659039, 42.018546], [128.653974, 42.021801], [128.648563, 42.030039], [128.630664, 42.037112], [128.613393, 42.029788], [128.608355, 42.029374], [128.603629, 42.031834], [128.590007, 42.022838], [128.589569, 42.02005], [128.593157, 42.015519], [128.59325, 42.012438], [128.587037, 42.005595], [128.574389, 41.99893], [128.564019, 41.997223], [128.548827, 41.998783], [128.544336, 42.002508], [128.538098, 42.001983], [128.534, 41.999647], [128.511899, 42.000396], [128.501305, 41.99781], [128.487514, 42.000463], [128.484333, 42.001603], [128.48202, 42.004809], [128.464442, 42.007288], [128.463424, 42.013902], [128.45671, 42.018043], [128.442842, 42.014001], [128.429556, 42.017256], [128.422358, 42.015228], [128.284638, 42.024113], [128.089841, 42.018705], [128.027866, 41.997829], [128.044332, 41.97984], [128.068754, 41.966934], [128.084603, 41.954887], [128.099504, 41.945954], [128.100388, 41.930495], [128.097106, 41.923354], [128.099084, 41.909162], [128.102459, 41.898941], [128.108377, 41.894137], [128.102978, 41.87727], [128.103689, 41.868557], [128.100596, 41.847344], [128.09646, 41.83824], [128.106504, 41.808868], [128.102224, 41.805055], [128.104473, 41.794621], [128.106819, 41.791084], [128.125882, 41.78038], [128.133282, 41.779876], [128.134967, 41.778253], [128.141403, 41.747802], [128.160956, 41.712713], [128.166792, 41.710144], [128.183702, 41.708984], [128.185482, 41.704439], [128.201288, 41.687458], [128.205457, 41.686355], [128.21248, 41.687652], [128.213821, 41.680975], [128.215562, 41.679434], [128.227446, 41.678012], [128.23167, 41.68052], [128.236528, 41.680353], [128.238652, 41.679707], [128.242265, 41.673314], [128.249949, 41.671274], [128.253179, 41.671951], [128.26362, 41.665465], [128.260646, 41.658285], [128.266359, 41.65143], [128.268036, 41.645086], [128.274967, 41.643611], [128.282604, 41.631694], [128.284169, 41.626233], [128.286141, 41.625203], [128.296366, 41.628798], [128.297686, 41.627693], [128.299602, 41.615955], [128.296607, 41.614453], [128.293832, 41.617221], [128.29199, 41.616993], [128.287119, 41.612334], [128.287414, 41.609693], [128.296486, 41.601138], [128.299986, 41.600291], [128.303466, 41.602338], [128.308962, 41.60215], [128.310907, 41.599628], [128.304313, 41.594429], [128.312161, 41.586748], [128.310695, 41.579218], [128.311634, 41.571529], [128.301432, 41.568462], [128.289521, 41.560197], [128.285839, 41.551658], [128.286136, 41.54446], [128.288208, 41.543484], [128.291166, 41.544655], [128.296224, 41.537408], [128.287469, 41.532641], [128.280826, 41.534233], [128.27625, 41.529825], [128.278423, 41.525131], [128.277605, 41.522272], [128.262293, 41.512827], [128.255415, 41.503803], [128.250395, 41.503469], [128.243774, 41.499979], [128.235155, 41.498239], [128.23082, 41.491656], [128.238419, 41.487616], [128.239093, 41.484619], [128.237529, 41.47367], [128.23215, 41.471441], [128.231989, 41.465254], [128.22792, 41.454576], [128.237943, 41.45348], [128.240391, 41.450092], [128.239831, 41.447872], [128.2322, 41.443585], [128.221651, 41.443967], [128.214655, 41.438424], [128.211448, 41.429557], [128.206695, 41.426777], [128.205304, 41.412588], [128.201974, 41.408939], [128.196517, 41.408717], [128.190901, 41.411356], [128.185991, 41.411529], [128.165796, 41.402771], [128.162185, 41.399719], [128.161172, 41.395047], [128.154617, 41.384869], [128.14639, 41.380967], [128.137241, 41.37956], [128.124536, 41.380382], [128.121084, 41.378991], [128.118387, 41.37489], [128.118352, 41.368378], [128.114549, 41.364007], [128.109317, 41.36108], [128.104492, 41.361966], [128.096418, 41.369524], [128.086502, 41.3706], [128.083871, 41.372404], [128.089501, 41.379769], [128.10251, 41.383543], [128.103881, 41.386394], [128.102617, 41.391349], [128.096901, 41.396662], [128.079071, 41.391025], [128.07664, 41.387287], [128.081098, 41.37991], [128.078983, 41.377653], [128.07498, 41.376767], [128.06838, 41.381586], [128.066817, 41.385869], [128.068027, 41.389181], [128.065832, 41.392534], [128.053802, 41.395254], [128.04874, 41.393318], [128.047183, 41.390742], [128.041524, 41.389748], [128.030783, 41.392383], [128.037336, 41.397195], [128.034384, 41.40396], [128.040153, 41.412091], [128.039584, 41.415296], [128.033421, 41.419216], [128.029829, 41.41944], [128.027309, 41.413507], [128.019737, 41.409147], [128.017343, 41.409219], [128.011717, 41.412058], [128.010827, 41.418193], [128.013096, 41.426318], [128.000502, 41.425285], [127.996979, 41.428344], [127.998368, 41.431149], [128.008661, 41.435517], [128.011788, 41.441756], [128.009253, 41.445013], [128.00345, 41.445305], [127.997478, 41.44354], [127.98993, 41.429283], [127.98774, 41.419989], [127.982552, 41.415895], [127.978188, 41.414853], [127.975446, 41.418811], [127.975743, 41.430781], [127.964494, 41.436073], [127.95183, 41.435199], [127.942119, 41.437318], [127.940492, 41.440465], [127.945171, 41.445084], [127.945561, 41.447611], [127.943608, 41.448912], [127.935922, 41.447114], [127.934808, 41.45379], [127.932377, 41.456535], [127.92684, 41.452203], [127.927784, 41.443647], [127.920692, 41.438892], [127.914461, 41.437696], [127.909442, 41.432027], [127.907995, 41.428068], [127.905373, 41.426887], [127.901654, 41.428044], [127.898591, 41.433061], [127.885402, 41.431811], [127.883422, 41.435346], [127.882494, 41.445018], [127.872784, 41.444279], [127.870219, 41.441046], [127.868545, 41.433956], [127.867918, 41.424396], [127.869117, 41.42026], [127.866295, 41.41462], [127.872262, 41.407485], [127.87071, 41.404633], [127.864999, 41.401306], [127.855015, 41.405326], [127.848253, 41.418373], [127.84502, 41.420155], [127.833201, 41.41917], [127.829395, 41.417127], [127.828109, 41.414913], [127.830015, 41.40757], [127.827491, 41.404615], [127.822482, 41.405748], [127.81908, 41.408572], [127.812393, 41.419777], [127.805234, 41.422275], [127.798632, 41.42182], [127.791546, 41.41729], [127.790001, 41.413109], [127.790899, 41.406053], [127.78736, 41.404537], [127.78357, 41.407153], [127.782251, 41.417352], [127.77968, 41.422258], [127.776645, 41.424407], [127.77339, 41.423861], [127.768715, 41.419905], [127.763856, 41.419152], [127.75207, 41.424981], [127.737581, 41.424606], [127.716336, 41.416763], [127.702202, 41.417337], [127.685069, 41.421853], [127.678545, 41.420378], [127.672062, 41.412696], [127.6681, 41.412109], [127.66467, 41.414513], [127.660744, 41.422336], [127.652404, 41.426854], [127.646922, 41.424053], [127.647849, 41.420148], [127.65029, 41.416644], [127.659262, 41.410064], [127.660203, 41.407497], [127.658094, 41.405181], [127.64997, 41.403494], [127.636955, 41.407256], [127.627361, 41.413094], [127.612868, 41.430522], [127.589114, 41.423995], [127.570355, 41.42701], [127.556851, 41.431456], [127.547357, 41.439931], [127.539343, 41.450206], [127.538764, 41.462804], [127.542446, 41.472574], [127.53989, 41.474881], [127.531027, 41.473782], [127.528565, 41.472222], [127.528187, 41.468366], [127.520518, 41.465053], [127.5107, 41.466932], [127.5048, 41.469529], [127.499493, 41.474595], [127.4935, 41.475457], [127.488382, 41.471987], [127.475974, 41.468271], [127.472479, 41.469165], [127.471101, 41.471458], [127.4732, 41.479982], [127.465808, 41.480786], [127.462461, 41.479651], [127.459777, 41.475818], [127.458773, 41.469658], [127.462354, 41.463015], [127.461546, 41.461237], [127.450395, 41.457347], [127.43943, 41.458252], [127.42317, 41.462165], [127.410309, 41.455729], [127.406531, 41.456955], [127.399688, 41.462949], [127.398604, 41.472464], [127.395676, 41.477705], [127.392975, 41.478795], [127.381776, 41.479859], [127.368245, 41.476247], [127.356172, 41.477316], [127.354641, 41.474606], [127.356633, 41.463038], [127.354854, 41.461245], [127.347631, 41.460334], [127.289507, 41.483392], [127.277126, 41.479956], [127.272983, 41.475946], [127.258428, 41.476309], [127.253509, 41.478002], [127.247604, 41.482988], [127.247184, 41.485191], [127.249024, 41.486908], [127.263311, 41.490793], [127.272135, 41.491381], [127.281276, 41.498443], [127.282359, 41.502125], [127.277589, 41.510438], [127.270724, 41.512265], [127.260976, 41.511306], [127.244896, 41.498771], [127.240881, 41.497307], [127.236986, 41.498892], [127.227742, 41.506929], [127.233287, 41.513255], [127.234851, 41.518934], [127.227225, 41.521646], [127.215333, 41.517477], [127.209343, 41.517436], [127.205506, 41.522517], [127.208879, 41.528401], [127.206664, 41.531317], [127.196103, 41.531255], [127.191943, 41.525652], [127.186393, 41.523787], [127.173908, 41.524452], [127.170953, 41.526665], [127.168058, 41.538144], [127.159205, 41.53978], [127.155433, 41.538391], [127.153827, 41.535087], [127.140399, 41.524069], [127.134043, 41.528742], [127.138191, 41.533591], [127.138767, 41.537231], [127.136881, 41.538913], [127.13171, 41.540056], [127.126446, 41.537312], [127.109162, 41.536032], [127.097723, 41.543181], [127.096189, 41.54561], [127.096531, 41.549016], [127.099647, 41.553031], [127.10709, 41.551671], [127.113673, 41.547662], [127.117006, 41.548919], [127.117207, 41.552553], [127.113647, 41.555], [127.113125, 41.558903], [127.121337, 41.566476], [127.134754, 41.566944], [127.1398, 41.568989], [127.14048, 41.571137], [127.137558, 41.579466], [127.142783, 41.584475], [127.148197, 41.586442], [127.160305, 41.584757], [127.177513, 41.585835], [127.178993, 41.58701], [127.178404, 41.592911], [127.172021, 41.597325], [127.161664, 41.598039], [127.132849, 41.596135], [127.123493, 41.597847], [127.116498, 41.604415], [127.117386, 41.607218], [127.122321, 41.609724], [127.120482, 41.618104], [127.117658, 41.622565], [127.114559, 41.623175], [127.101635, 41.61831], [127.088879, 41.621462], [127.085534, 41.624619], [127.085458, 41.62721], [127.09587, 41.629262], [127.100895, 41.632846], [127.103621, 41.63692], [127.102922, 41.641629], [127.095723, 41.644875], [127.090755, 41.644325], [127.084311, 41.640993], [127.071517, 41.64377], [127.069997, 41.644586], [127.066239, 41.655424], [127.062555, 41.658018], [127.041145, 41.66432], [127.031373, 41.670109], [127.030699, 41.673702], [127.039613, 41.681561], [127.043099, 41.691267], [127.0489, 41.692484], [127.057503, 41.686539], [127.065242, 41.686776], [127.074269, 41.692639], [127.076723, 41.698199], [127.0764, 41.701276], [127.073777, 41.70245], [127.057054, 41.699727], [127.050225, 41.701307], [127.048316, 41.706894], [127.050358, 41.712393], [127.048347, 41.718659], [127.045073, 41.722645], [127.04471, 41.726617], [127.047925, 41.732227], [127.048504, 41.740107], [127.043921, 41.742155], [127.033138, 41.739477], [127.012878, 41.739575], [127.001606, 41.743783], [126.999128, 41.746367], [127.003806, 41.755157], [127.002959, 41.760288], [126.980775, 41.76293], [126.978059, 41.764555], [126.976295, 41.770488], [126.972384, 41.774545], [126.94576, 41.772224], [126.937165, 41.768836], [126.930947, 41.771349], [126.928059, 41.774692], [126.929926, 41.784422], [126.933575, 41.786269], [126.941358, 41.785002], [126.944584, 41.78654], [126.946609, 41.790988], [126.947122, 41.798678], [126.945394, 41.803934], [126.942187, 41.806657], [126.925965, 41.810245], [126.922611, 41.808948], [126.920669, 41.805171], [126.903378, 41.795072], [126.885876, 41.790787], [126.878414, 41.786923], [126.862023, 41.771571], [126.852813, 41.759194], [126.849114, 41.744402], [126.84329, 41.734475], [126.841451, 41.724425], [126.835623, 41.719936], [126.826167, 41.720141], [126.816145, 41.742408], [126.809455, 41.747209], [126.804289, 41.746493], [126.795188, 41.733859], [126.79517, 41.720515], [126.790989, 41.710537], [126.797175, 41.699103], [126.797614, 41.695552], [126.794911, 41.6924], [126.782317, 41.691203], [126.773145, 41.695756], [126.769774, 41.702765], [126.770665, 41.713809], [126.757676, 41.722738], [126.75288, 41.725076], [126.74994, 41.723932], [126.745747, 41.725702], [126.719506, 41.742412], [126.697221, 41.746915], [126.690359, 41.738826], [126.690573, 41.734522], [126.695229, 41.736887], [126.700164, 41.735882], [126.70286, 41.731208], [126.725167, 41.726188], [126.72951, 41.723235], [126.735223, 41.715516], [126.725652, 41.703019], [126.707688, 41.688555], [126.686622, 41.67837], [126.687161, 41.676778], [126.692016, 41.677191], [126.696725, 41.673013], [126.697808, 41.666481], [126.696186, 41.663757], [126.686016, 41.660406], [126.667557, 41.663607], [126.66426, 41.662032], [126.660273, 41.651823], [126.653969, 41.65024], [126.636896, 41.65358], [126.626172, 41.661994], [126.619764, 41.664844], [126.614354, 41.665505], [126.610554, 41.662733], [126.609604, 41.65615], [126.616119, 41.646765], [126.617287, 41.642689], [126.610562, 41.635546], [126.596582, 41.627833], [126.594245, 41.621907], [126.595061, 41.614606], [126.582725, 41.611977], [126.569142, 41.612731], [126.566968, 41.609219], [126.566815, 41.60675], [126.574912, 41.587943], [126.593726, 41.566187], [126.587798, 41.548129], [126.572356, 41.541543], [126.569702, 41.538642], [126.568594, 41.526769], [126.564482, 41.519733], [126.563417, 41.514552], [126.564059, 41.50929], [126.5615, 41.505689], [126.553829, 41.50318], [126.551385, 41.495647], [126.558931, 41.489632], [126.558059, 41.483451], [126.548843, 41.480536], [126.534842, 41.470729], [126.529176, 41.462199], [126.525068, 41.452135], [126.506275, 41.434062], [126.515692, 41.419842], [126.516682, 41.416037], [126.512976, 41.406287], [126.512206, 41.398245], [126.513946, 41.387966], [126.51737, 41.384281], [126.514185, 41.380734], [126.51739, 41.380433], [126.532979, 41.371988], [126.53491, 41.36577], [126.532673, 41.356748], [126.527261, 41.350876], [126.516077, 41.346875], [126.481049, 41.345103], [126.47474, 41.345972], [126.474555, 41.349717], [126.47658, 41.35207], [126.484986, 41.354052], [126.499033, 41.354108], [126.504929, 41.357239], [126.509626, 41.362649], [126.506394, 41.370849], [126.49039, 41.371878], [126.484366, 41.37045], [126.457706, 41.357702], [126.431328, 41.35077], [126.429477, 41.348671], [126.428459, 41.341023], [126.432583, 41.332469], [126.432229, 41.329768], [126.425187, 41.328971], [126.410822, 41.331579], [126.405419, 41.328576], [126.397411, 41.306931], [126.39392, 41.302321], [126.368656, 41.286957], [126.362286, 41.281343], [126.36118, 41.273411], [126.354766, 41.258993], [126.355997, 41.25114], [126.354968, 41.244689], [126.34854, 41.24065], [126.326038, 41.234378], [126.31703, 41.228479], [126.308097, 41.211253], [126.306963, 41.197164], [126.304731, 41.189181], [126.28635, 41.188614], [126.283321, 41.186978], [126.285806, 41.180104], [126.290867, 41.173561], [126.291102, 41.170636], [126.282217, 41.16053], [126.272753, 41.15459], [126.247234, 41.149781], [126.235857, 41.1456], [126.232674, 41.143714], [126.223886, 41.128245], [126.216954, 41.124886], [126.202922, 41.122541], [126.188103, 41.115634], [126.179884, 41.103365], [126.164626, 41.092189], [126.146441, 41.087526], [126.13476, 41.087563], [126.122954, 41.09046], [126.117831, 41.0889], [126.109513, 41.076484], [126.109, 41.0716], [126.129365, 41.060207], [126.130469, 41.055406], [126.123999, 41.03953], [126.118583, 41.032573], [126.110813, 41.032762], [126.104986, 41.036809], [126.101665, 41.037276], [126.095736, 41.033442], [126.094821, 41.02626], [126.099398, 41.017566], [126.104147, 41.01256], [126.1036, 41.005896], [126.101332, 41.002499], [126.081587, 41.003076], [126.07026, 41.000055], [126.064042, 40.996336], [126.063321, 40.991022], [126.076446, 40.981995], [126.075674, 40.974555], [126.069051, 40.969648], [126.051457, 40.963373], [126.049004, 40.959018], [126.051315, 40.949073], [126.035989, 40.940899], [126.034462, 40.937236], [126.035218, 40.928559], [126.03311, 40.926386], [126.026421, 40.926381], [126.008719, 40.932906], [126.001419, 40.93222], [125.983204, 40.923651], [125.97378, 40.914654], [125.974697, 40.910277], [125.979078, 40.908742], [125.984278, 40.909762], [125.994265, 40.915656], [126, 40.916047], [126.0098, 40.913761], [126.013579, 40.912053], [126.017065, 40.907062], [126.017597, 40.903063], [126.021919, 40.898378], [125.994027, 40.88811], [125.995658, 40.890427], [125.98766, 40.890755], [125.976805, 40.898988], [125.972839, 40.89953], [125.973236, 40.901599], [125.972229, 40.900482], [125.96898, 40.901164], [125.965962, 40.899079], [125.96342, 40.89269], [125.965185, 40.886849], [125.960367, 40.882206], [125.948252, 40.877135], [125.932831, 40.876102], [125.916579, 40.879247], [125.904999, 40.889552], [125.904227, 40.893486], [125.910982, 40.903807], [125.911048, 40.909407], [125.907985, 40.909035], [125.904095, 40.901192], [125.896985, 40.895766], [125.886826, 40.896491], [125.873462, 40.904161], [125.869262, 40.904572], [125.866118, 40.90206], [125.86274, 40.890889], [125.858519, 40.883105], [125.828667, 40.872708], [125.822446, 40.866877], [125.812466, 40.861679], [125.804668, 40.861346], [125.795824, 40.86429], [125.794164, 40.869671], [125.796947, 40.875202], [125.793924, 40.880945], [125.784558, 40.886582], [125.769178, 40.890117], [125.763387, 40.888149], [125.759885, 40.884274], [125.756519, 40.877938], [125.756773, 40.876896], [125.760209, 40.879559], [125.75694, 40.875949], [125.755375, 40.867189], [125.711561, 40.86114], [125.705728, 40.856809], [125.700699, 40.864673], [125.698962, 40.87447], [125.685377, 40.89423], [125.677673, 40.899706], [125.664777, 40.903626], [125.650984, 40.914903], [125.643353, 40.914335], [125.642054, 40.912014], [125.642783, 40.90765], [125.640958, 40.90585], [125.613353, 40.903462], [125.600302, 40.899989], [125.591902, 40.894055], [125.581629, 40.889964], [125.574398, 40.890948], [125.571555, 40.893806], [125.570815, 40.900776], [125.580064, 40.91175], [125.579789, 40.917085], [125.585014, 40.916716], [125.586179, 40.92292], [125.583699, 40.929412], [125.591056, 40.931231], [125.609179, 40.940439], [125.618332, 40.941251], [125.629608, 40.940015], [125.637266, 40.950534], [125.64395, 40.968393], [125.656447, 40.975554], [125.661115, 40.976305], [125.668722, 40.972868], [125.676128, 40.978675], [125.67837, 40.984465], [125.675432, 40.988515], [125.673269, 40.997994], [125.674842, 41.004668], [125.679232, 41.00853], [125.67718, 41.014583], [125.678107, 41.019689], [125.681958, 41.023924], [125.70074, 41.03152], [125.707821, 41.043033], [125.720611, 41.053403], [125.721454, 41.058292], [125.726985, 41.068516], [125.727267, 41.074794], [125.730944, 41.077717], [125.733569, 41.084689], [125.733164, 41.087997], [125.725977, 41.0921], [125.715988, 41.094166], [125.70604, 41.093962], [125.704982, 41.0968], [125.707754, 41.103058], [125.714991, 41.108969], [125.718164, 41.116201], [125.726975, 41.122921], [125.73231, 41.124121], [125.741827, 41.12272], [125.751784, 41.127981], [125.754207, 41.131594], [125.754171, 41.137258], [125.759031, 41.143236], [125.759748, 41.146409], [125.785535, 41.165123], [125.77727, 41.169946], [125.768805, 41.168601], [125.757717, 41.169978], [125.74098, 41.176347], [125.731349, 41.177559], [125.729454, 41.192082], [125.732045, 41.194714], [125.733266, 41.201571], [125.737257, 41.208626], [125.752437, 41.23048], [125.743695, 41.24338], [125.730106, 41.243704], [125.713329, 41.241675], [125.706888, 41.246322], [125.690781, 41.243768], [125.686704, 41.246238], [125.685715, 41.255986], [125.680278, 41.270709], [125.66979, 41.275568], [125.664336, 41.273697], [125.6642, 41.271191], [125.656416, 41.266173], [125.641009, 41.262585], [125.63766, 41.272489], [125.633349, 41.276722], [125.632875, 41.281956], [125.636383, 41.29414], [125.616821, 41.311527], [125.614801, 41.31529], [125.626542, 41.319193], [125.631707, 41.324365], [125.634574, 41.330277], [125.632044, 41.340402], [125.623957, 41.348848], [125.605611, 41.361541], [125.596923, 41.364403], [125.583521, 41.36373], [125.576714, 41.366158], [125.575373, 41.373729], [125.582128, 41.380413], [125.573923, 41.393532], [125.561204, 41.395357], [125.554586, 41.394747], [125.546945, 41.398709], [125.542623, 41.39877], [125.54361, 41.404601], [125.546891, 41.407334], [125.545364, 41.412407], [125.541709, 41.413077], [125.54079, 41.417218], [125.534143, 41.41785], [125.532715, 41.421951], [125.528436, 41.426703], [125.532001, 41.430209], [125.53169, 41.432866], [125.534403, 41.43459], [125.529593, 41.445224], [125.532632, 41.454733], [125.535035, 41.456135], [125.533633, 41.462042], [125.536447, 41.465801], [125.53326, 41.467594], [125.526592, 41.477014], [125.510477, 41.476432], [125.511918, 41.486964], [125.50526, 41.494071], [125.500322, 41.496767], [125.499423, 41.501417], [125.487671, 41.506536], [125.488245, 41.50895], [125.486328, 41.511694], [125.487113, 41.516572], [125.488985, 41.51978], [125.497389, 41.521146], [125.501278, 41.531579], [125.48641, 41.534344], [125.47802, 41.540433], [125.477636, 41.542164], [125.473646, 41.542638], [125.473282, 41.544651], [125.471011, 41.545567], [125.473547, 41.547931], [125.470125, 41.553651], [125.470541, 41.558035], [125.456324, 41.565957], [125.454245, 41.571036], [125.457656, 41.578645], [125.44883, 41.58628], [125.444166, 41.595408], [125.443373, 41.601644], [125.446286, 41.605704], [125.447973, 41.619369], [125.462249, 41.630555], [125.464166, 41.637024], [125.452849, 41.64094], [125.445952, 41.653933], [125.450162, 41.660156], [125.444376, 41.663181], [125.443108, 41.666998], [125.444173, 41.671622], [125.44086, 41.673365], [125.425597, 41.672354], [125.405555, 41.688942], [125.390462, 41.687591], [125.385309, 41.684657], [125.371767, 41.684671], [125.356745, 41.67499], [125.352997, 41.677125], [125.344142, 41.67623], [125.334506, 41.671188], [125.324027, 41.67184], [125.319118, 41.667858], [125.314477, 41.669582], [125.308939, 41.677107], [125.312541, 41.679557], [125.319773, 41.693756], [125.318903, 41.697552], [125.326509, 41.710864], [125.328211, 41.716603], [125.324717, 41.727423], [125.327814, 41.734368], [125.325369, 41.738122], [125.324793, 41.743282], [125.319388, 41.75226], [125.321221, 41.765953], [125.313869, 41.773968], [125.314609, 41.779724], [125.310857, 41.791751], [125.306745, 41.796747], [125.296273, 41.801484], [125.295815, 41.807409], [125.287803, 41.825462], [125.29056, 41.851429], [125.293777, 41.861338], [125.289677, 41.879003], [125.290315, 41.884076], [125.299548, 41.90251], [125.298629, 41.913085], [125.301241, 41.922462], [125.318477, 41.92715], [125.34539, 41.926066], [125.344155, 41.933056], [125.341163, 41.936404], [125.325143, 41.938592], [125.310679, 41.943054], [125.304203, 41.950545], [125.285898, 41.957517], [125.286689, 41.961528], [125.291387, 41.965455], [125.292141, 41.971796], [125.301818, 41.974586], [125.311367, 41.974741], [125.316735, 41.980937], [125.330054, 41.985004], [125.333704, 41.990621], [125.335479, 41.997806], [125.346819, 41.996063], [125.360764, 42.000174], [125.360814, 42.007223], [125.357227, 42.014953], [125.396687, 42.048668], [125.402256, 42.059727], [125.411621, 42.062761], [125.413296, 42.072856], [125.41745, 42.075741], [125.416755, 42.084792], [125.415362, 42.086933], [125.410131, 42.088619], [125.40586, 42.098269], [125.413682, 42.099761], [125.438944, 42.095948], [125.442391, 42.096804], [125.449738, 42.101873], [125.450631, 42.109957], [125.458984, 42.108924], [125.460424, 42.115348], [125.467767, 42.118731], [125.473013, 42.124641], [125.481567, 42.12861], [125.484396, 42.133637], [125.459518, 42.154564], [125.451739, 42.157929], [125.446322, 42.152747], [125.439358, 42.149762], [125.412338, 42.152226], [125.402643, 42.155972], [125.38237, 42.167934], [125.378177, 42.174659], [125.367814, 42.176988], [125.362487, 42.180343], [125.349034, 42.176218], [125.350602, 42.165154], [125.345594, 42.152042], [125.347452, 42.150047], [125.353384, 42.149336], [125.351324, 42.143773], [125.339115, 42.140748], [125.328763, 42.143283], [125.328517, 42.141203], [125.324986, 42.139589], [125.31299, 42.139407], [125.299759, 42.143801], [125.299332, 42.147525], [125.302957, 42.157691], [125.308432, 42.163161], [125.306236, 42.167058], [125.304956, 42.179938], [125.306088, 42.183258], [125.310768, 42.187662], [125.310618, 42.198458], [125.291749, 42.172765], [125.283344, 42.172371], [125.278196, 42.168634], [125.274192, 42.172178], [125.283235, 42.179487], [125.286144, 42.187568], [125.292747, 42.197983], [125.301331, 42.199985], [125.300548, 42.207538], [125.298767, 42.210509], [125.306616, 42.21744], [125.302584, 42.21968], [125.293721, 42.220232], [125.27446, 42.22864], [125.275057, 42.232758], [125.278963, 42.235337], [125.282597, 42.24092], [125.283262, 42.244848], [125.280937, 42.252443], [125.275929, 42.255051], [125.269743, 42.264803], [125.271452, 42.269298], [125.279392, 42.27109], [125.287657, 42.281612], [125.292305, 42.283656], [125.293039, 42.287161], [125.284016, 42.291408], [125.27252, 42.294385], [125.269275, 42.299504], [125.259255, 42.303784], [125.256755, 42.310839], [125.252639, 42.307615], [125.24913, 42.307398], [125.235321, 42.310223], [125.220217, 42.302411], [125.21863, 42.299399], [125.21528, 42.298184], [125.205948, 42.298278], [125.182569, 42.30467], [125.168591, 42.306321], [125.166686, 42.315939], [125.175404, 42.324954], [125.175136, 42.328099], [125.17274, 42.329504], [125.1702, 42.335408], [125.170502, 42.344634], [125.161813, 42.349652], [125.161375, 42.353433], [125.165183, 42.352823], [125.181414, 42.358262], [125.1881, 42.357934], [125.196792, 42.363949], [125.197628, 42.366959], [125.19414, 42.374436], [125.179509, 42.379096], [125.181225, 42.391957], [125.187005, 42.394209], [125.191068, 42.405602], [125.189654, 42.40809], [125.180569, 42.411848], [125.18225, 42.4177], [125.180787, 42.42451], [125.172253, 42.43146], [125.165109, 42.431964], [125.134728, 42.441858], [125.133895, 42.444234], [125.137282, 42.447535], [125.142945, 42.449071], [125.143512, 42.456626], [125.13713, 42.459292], [125.129739, 42.469054], [125.104611, 42.473782], [125.101405, 42.475995], [125.103072, 42.481973], [125.098981, 42.484143], [125.098193, 42.488626], [125.087171, 42.492171], [125.079521, 42.498342], [125.062688, 42.497158], [125.060486, 42.500351], [125.071284, 42.503257], [125.071059, 42.507689], [125.074771, 42.51086], [125.083162, 42.5097], [125.084726, 42.511345], [125.08255, 42.516165], [125.077205, 42.519178], [125.073807, 42.524012], [125.065645, 42.527847], [125.060748, 42.533214], [125.064874, 42.536383], [125.069155, 42.535992], [125.070613, 42.537236], [125.069428, 42.545732], [125.071395, 42.553651], [125.070165, 42.556422], [125.074826, 42.558089], [125.075624, 42.561273], [125.083205, 42.565546], [125.085083, 42.569496], [125.082147, 42.573915], [125.081216, 42.582477], [125.075258, 42.586289], [125.078158, 42.590571], [125.089909, 42.598332], [125.08342, 42.604373], [125.09324, 42.610717], [125.090328, 42.617412], [125.090894, 42.619907], [125.074991, 42.623639], [125.065856, 42.622693], [125.057747, 42.618294], [125.048821, 42.621633], [125.032218, 42.613037], [125.023811, 42.614398], [125.020438, 42.620978], [125.014571, 42.625638], [125.004607, 42.630183], [125.010779, 42.639553], [125.009996, 42.64649], [125.013482, 42.651257], [125.005773, 42.659225], [125.008587, 42.663552], [124.998525, 42.667061], [124.990224, 42.667846], [124.990697, 42.672365], [124.985373, 42.674896], [124.97862, 42.674902], [124.977909, 42.672915], [124.96938, 42.670657], [124.962834, 42.671198], [124.960127, 42.673861], [124.959277, 42.675554], [124.961648, 42.677987], [124.979946, 42.684348], [124.983245, 42.693097], [124.979346, 42.699705], [124.973118, 42.704117], [124.965907, 42.718037], [124.96217, 42.720405], [124.971636, 42.724397], [124.983585, 42.725779], [124.981822, 42.730386], [124.984755, 42.734974], [124.986959, 42.735806], [124.990584, 42.74289], [124.981451, 42.749919], [124.973592, 42.750823], [124.976114, 42.758874], [124.982176, 42.757527], [124.986408, 42.763412], [124.987325, 42.768975], [124.983707, 42.776675], [124.980245, 42.77875], [124.973559, 42.779109], [124.970064, 42.784818], [124.970396, 42.795579], [124.968205, 42.801509], [124.941391, 42.806558], [124.932139, 42.810648], [124.922513, 42.817753], [124.918224, 42.813965], [124.910306, 42.815637], [124.907065, 42.813204], [124.909169, 42.811077], [124.90962, 42.80226], [124.904882, 42.800342], [124.900871, 42.791397], [124.894775, 42.786147], [124.892408, 42.785493], [124.880331, 42.788433], [124.866585, 42.787229], [124.860171, 42.805922], [124.852788, 42.819904], [124.85166, 42.828394], [124.853647, 42.829569], [124.85462, 42.833994], [124.85296, 42.842999], [124.848557, 42.850162], [124.85019, 42.860304], [124.84391, 42.865671], [124.845494, 42.86802], [124.848558, 42.887901], [124.844609, 42.890117], [124.845563, 42.896196], [124.847385, 42.899963], [124.857262, 42.909738], [124.861857, 42.917592], [124.858096, 42.92312], [124.863567, 42.926702], [124.863612, 42.932256], [124.859214, 42.938176], [124.860007, 42.945783], [124.864251, 42.953391], [124.864852, 42.965155], [124.862672, 42.970626], [124.861965, 42.97923], [124.865677, 42.983513], [124.854998, 42.989052], [124.85304, 42.995562], [124.855004, 43.001001], [124.850705, 43.011574], [124.834296, 43.02437], [124.834164, 43.026411], [124.834864, 43.030299], [124.839233, 43.033249], [124.849733, 43.033579], [124.852376, 43.040646], [124.853335, 43.049709], [124.873124, 43.064025], [124.88345, 43.069268], [124.885296, 43.072311], [124.886071, 43.074933], [124.881653, 43.08205], [124.878952, 43.096909], [124.882038, 43.107144], [124.890383, 43.117451], [124.885431, 43.130636], [124.876934, 43.131948], [124.867447, 43.123656], [124.852241, 43.116718], [124.835921, 43.124668], [124.825777, 43.121211], [124.815857, 43.122817], [124.813451, 43.118282], [124.801646, 43.114487], [124.799692, 43.115019], [124.796123, 43.119976], [124.792699, 43.120304], [124.780245, 43.114989], [124.779262, 43.103698], [124.777742, 43.101127], [124.77212, 43.095795], [124.752487, 43.083847], [124.750027, 43.079396], [124.748827, 43.071397], [124.743529, 43.067529], [124.735065, 43.065647], [124.712496, 43.067566], [124.684953, 43.052191], [124.680238, 43.048085], [124.669405, 43.0291], [124.671754, 43.000059], [124.665584, 42.992908], [124.66528, 42.987824], [124.654506, 42.981314], [124.65677, 42.979136], [124.65458, 42.97164], [124.65353, 42.970652], [124.641804, 42.974695], [124.629491, 42.970803], [124.627608, 42.966844], [124.628731, 42.960951], [124.627667, 42.957129], [124.633052, 42.952764], [124.626324, 42.947639], [124.615632, 42.946227], [124.616168, 42.938831], [124.602455, 42.935568], [124.597917, 42.931941], [124.596179, 42.928631], [124.599097, 42.926024], [124.598037, 42.921536], [124.585333, 42.909781], [124.580364, 42.902898], [124.569933, 42.89877], [124.557535, 42.889578], [124.547708, 42.88772], [124.537747, 42.883643], [124.535877, 42.881328], [124.537057, 42.8767], [124.533187, 42.864938], [124.530284, 42.865363], [124.527855, 42.868102], [124.517282, 42.868365], [124.507853, 42.870816], [124.495581, 42.862743], [124.496223, 42.858528], [124.493812, 42.856505], [124.490556, 42.85634], [124.486598, 42.860369], [124.473013, 42.853169], [124.469024, 42.852816], [124.461693, 42.844867], [124.460921, 42.839216], [124.466471, 42.829375], [124.466476, 42.825106], [124.459572, 42.820125], [124.451898, 42.82058], [124.445511, 42.823746], [124.446058, 42.829331], [124.447995, 42.832155], [124.446032, 42.838476], [124.448321, 42.843949], [124.448532, 42.850005], [124.443404, 42.856151], [124.445451, 42.858033], [124.444785, 42.859123], [124.439944, 42.862927], [124.435574, 42.86402], [124.433349, 42.875594], [124.428338, 42.878339], [124.419521, 42.871674], [124.414516, 42.875298], [124.408053, 42.876968], [124.396665, 42.876334], [124.391431, 42.878242], [124.365544, 42.878435], [124.362832, 42.880261], [124.363816, 42.884363], [124.360307, 42.889322], [124.362351, 42.900962], [124.374406, 42.91001], [124.383201, 42.908589], [124.391584, 42.912591], [124.392207, 42.917184], [124.407302, 42.919406], [124.4086, 42.923833], [124.416244, 42.926887], [124.425697, 42.928286], [124.427748, 42.934621], [124.43606, 42.939002], [124.433939, 42.948952], [124.436252, 42.954129], [124.435417, 42.957277], [124.426911, 42.963352], [124.423192, 42.964215], [124.415899, 42.973508], [124.408338, 42.97317], [124.392159, 42.967734], [124.381135, 42.967181], [124.364773, 42.970164], [124.350001, 42.97693], [124.340815, 42.986527], [124.327342, 42.994873], [124.334442, 43.002327], [124.363918, 43.023327], [124.419696, 43.073679], [124.412317, 43.080677], [124.392618, 43.088776], [124.386263, 43.093063], [124.378862, 43.102099], [124.358186, 43.11961], [124.341993, 43.122224], [124.335456, 43.125561], [124.318949, 43.143595], [124.302774, 43.15267], [124.277901, 43.163561], [124.2758, 43.166653], [124.277607, 43.168573], [124.271312, 43.17507], [124.267744, 43.176293], [124.275894, 43.184831], [124.272766, 43.192527], [124.275315, 43.200788], [124.280199, 43.205765], [124.274606, 43.213777], [124.275915, 43.219775], [124.274882, 43.225224], [124.277402, 43.227412], [124.265518, 43.229867], [124.260396, 43.228252], [124.256255, 43.236115], [124.252507, 43.236131], [124.251889, 43.230781], [124.247586, 43.229609], [124.245549, 43.231493], [124.246376, 43.23567], [124.244355, 43.236296], [124.236516, 43.232383], [124.222954, 43.232606], [124.211047, 43.243437], [124.213229, 43.247756], [124.210657, 43.253968], [124.199659, 43.250134], [124.191288, 43.244877], [124.172873, 43.239728], [124.151015, 43.243778], [124.150588, 43.245617], [124.152536, 43.246552], [124.128592, 43.251816], [124.125744, 43.24886], [124.117852, 43.245633], [124.108354, 43.244726], [124.108336, 43.256896], [124.110892, 43.260783], [124.10547, 43.266465], [124.110991, 43.274589], [124.098927, 43.279662], [124.092127, 43.278481], [124.096953, 43.286827], [124.094894, 43.29176], [124.091907, 43.290258], [124.059015, 43.28986], [124.050108, 43.28674], [124.037556, 43.28543], [124.026618, 43.278258], [124.005531, 43.294469], [124.003599, 43.293983], [123.986718, 43.306143], [123.965839, 43.328175], [123.955924, 43.336265], [123.958233, 43.338488], [123.917844, 43.358005], [123.905188, 43.355807], [123.889949, 43.359238], [123.89167, 43.360896], [123.895537, 43.376643], [123.88968, 43.381876], [123.886867, 43.38721], [123.882675, 43.386972], [123.860378, 43.392701], [123.857685, 43.398606], [123.84644, 43.403748], [123.84535, 43.411764], [123.84709, 43.416624], [123.847381, 43.429053], [123.850053, 43.435035], [123.865262, 43.448375], [123.852424, 43.4565], [123.855176, 43.459465], [123.843251, 43.467746], [123.839788, 43.465158], [123.827416, 43.471176], [123.819848, 43.469127], [123.799292, 43.480545], [123.791829, 43.487265], [123.786556, 43.488474], [123.784985, 43.487833], [123.786607, 43.484646], [123.780809, 43.477356], [123.767573, 43.477895], [123.765661, 43.48051], [123.753077, 43.476174], [123.744277, 43.469242], [123.743041, 43.463456], [123.746744, 43.457866], [123.736181, 43.433135], [123.726958, 43.424023], [123.718419, 43.421668], [123.703689, 43.414254], [123.691216, 43.376898], [123.698299, 43.370496], [123.698539, 43.368125], [123.601381, 43.364623], [123.578606, 43.374739], [123.550532, 43.404201], [123.539296, 43.412979], [123.526402, 43.399123], [123.519346, 43.396294], [123.514725, 43.399161], [123.49583, 43.421226], [123.486834, 43.437127], [123.480504, 43.442929], [123.435536, 43.435027], [123.433494, 43.426543], [123.437372, 43.420644], [123.436307, 43.417959], [123.413464, 43.40744], [123.40759, 43.423268], [123.389109, 43.439146], [123.383131, 43.446781], [123.383143, 43.45515], [123.38155, 43.459203], [123.369508, 43.473938], [123.361828, 43.475456], [123.35816, 43.480786], [123.329153, 43.478324], [123.309865, 43.489515], [123.319254, 43.503711], [123.323655, 43.516521], [123.300283, 43.532399], [123.29837, 43.548247], [123.337875, 43.558824], [123.346651, 43.565192], [123.350733, 43.565168], [123.393675, 43.556871], [123.446758, 43.543348], [123.449633, 43.545447], [123.455675, 43.561169], [123.454575, 43.566016], [123.439917, 43.578384], [123.432167, 43.577096], [123.432982, 43.574818], [123.427077, 43.573049], [123.414741, 43.595658], [123.419024, 43.603959], [123.416771, 43.607675], [123.417373, 43.60976], [123.420007, 43.608015], [123.422056, 43.602165], [123.425226, 43.599184], [123.429159, 43.598686], [123.452377, 43.586199], [123.506406, 43.590108], [123.506297, 43.604591], [123.500374, 43.608722], [123.501238, 43.617144], [123.50388, 43.622557], [123.514044, 43.626338], [123.523629, 43.626448], [123.530526, 43.629566], [123.532262, 43.640615], [123.5272, 43.655167], [123.523126, 43.657177], [123.523669, 43.660421], [123.521495, 43.66663], [123.516943, 43.67439], [123.511897, 43.6789], [123.513723, 43.682644], [123.519681, 43.687011], [123.513375, 43.699985], [123.513659, 43.70518], [123.507668, 43.713669], [123.491629, 43.729052], [123.487271, 43.726677], [123.483633, 43.727471], [123.477401, 43.731929], [123.476832, 43.736903], [123.474382, 43.738018], [123.476336, 43.739212], [123.478955, 43.746515], [123.479169, 43.759965], [123.491009, 43.768191], [123.491278, 43.778033], [123.486557, 43.786692], [123.476403, 43.792379], [123.471975, 43.797921], [123.46592, 43.813624], [123.46076, 43.813601], [123.455724, 43.82018], [123.456332, 43.833718], [123.460651, 43.839117], [123.46189, 43.850664], [123.460844, 43.85701], [123.451738, 43.872572], [123.446776, 43.875782], [123.437617, 43.874809], [123.433613, 43.885304], [123.432501, 43.898603], [123.422875, 43.915295], [123.414331, 43.926008], [123.394178, 43.944542], [123.375698, 43.950581], [123.371464, 43.963788], [123.375032, 43.972438], [123.382837, 43.972432], [123.392966, 43.976036], [123.363961, 44], [123.357446, 44.011593], [123.356003, 44.011542], [123.353547, 44.015107], [123.325125, 44.02687], [123.321373, 44.031994], [123.322737, 44.032938], [123.319973, 44.043435], [123.316784, 44.043169], [123.314685, 44.049813], [123.325095, 44.05369], [123.322792, 44.059513], [123.325691, 44.060187], [123.324553, 44.062651], [123.326819, 44.063827], [123.322212, 44.06865], [123.325438, 44.071003], [123.322084, 44.081616], [123.328468, 44.086265], [123.33174, 44.085104], [123.33511, 44.0876], [123.337512, 44.083884], [123.340565, 44.0855], [123.344274, 44.090355], [123.342158, 44.095007], [123.347873, 44.10441], [123.347567, 44.10753], [123.352764, 44.118673], [123.355423, 44.131066], [123.377901, 44.139403], [123.375846, 44.14862], [123.377358, 44.155502], [123.380559, 44.154857], [123.379683, 44.15631], [123.383995, 44.160487], [123.379925, 44.159569], [123.317359, 44.177606], [123.313032, 44.180594], [123.309989, 44.187829], [123.293833, 44.192979], [123.289003, 44.20274], [123.286874, 44.212039], [123.280646, 44.209679], [123.270914, 44.250487], [123.190791, 44.342964], [123.167489, 44.34311], [123.165521, 44.348055], [123.142435, 44.359465], [123.125535, 44.360165], [123.11715, 44.362095], [123.117634, 44.365249], [123.122063, 44.364728], [123.108142, 44.397336], [123.10819, 44.400284], [123.119613, 44.40377], [123.129912, 44.403848], [123.128925, 44.412971], [123.131269, 44.413419], [123.13594, 44.426152], [123.11826, 44.455788], [123.121752, 44.45567], [123.130774, 44.459717], [123.128627, 44.460528], [123.129301, 44.464766], [123.125738, 44.46631], [123.119573, 44.474874], [123.123918, 44.476119], [123.127181, 44.479308], [123.131352, 44.48714], [123.127618, 44.491806], [123.129815, 44.500289], [123.118525, 44.507457], [123.1072, 44.50786], [123.092542, 44.505333], [123.060877, 44.504038], [123.034077, 44.497012], [123.018788, 44.490959], [122.99697, 44.478326], [122.994271, 44.474696], [122.990624, 44.474322], [122.978349, 44.468043], [122.962618, 44.45689], [122.943337, 44.446336], [122.935178, 44.44359], [122.914531, 44.429394], [122.86428, 44.404352], [122.858181, 44.400036], [122.848713, 44.395931], [122.771249, 44.373933], [122.754873, 44.367705], [122.733878, 44.351516], [122.697434, 44.316967], [122.686063, 44.301349], [122.684423, 44.294897], [122.669971, 44.283836], [122.637346, 44.281711], [122.594112, 44.271244], [122.55383, 44.25832], [122.507259, 44.248195], [122.476964, 44.234797], [122.366888, 44.233889], [122.313701, 44.230784], [122.291653, 44.238544], [122.265756, 44.253621], [122.260295, 44.265211], [122.268593, 44.271779], [122.285985, 44.308229], [122.288782, 44.408923], [122.280438, 44.475792], [122.266976, 44.471499], [122.253173, 44.474218], [122.23924, 44.473771], [122.222426, 44.478182], [122.209014, 44.491756], [122.210282, 44.494105], [122.216897, 44.495789], [122.220622, 44.516477], [122.218411, 44.524268], [122.20846, 44.532507], [122.201071, 44.542547], [122.199913, 44.551164], [122.190612, 44.557909], [122.125734, 44.575432], [122.132439, 44.586046], [122.126035, 44.601606], [122.107482, 44.613361], [122.097068, 44.671858], [122.109603, 44.686539], [122.113084, 44.697308], [122.111447, 44.700058], [122.125151, 44.708278], [122.142963, 44.713876], [122.151421, 44.72087], [122.149286, 44.72585], [122.155515, 44.726219], [122.146542, 44.74178], [122.110343, 44.737755], [122.096738, 44.734175], [122.092883, 44.742702], [122.104663, 44.765709], [122.121444, 44.755668], [122.136766, 44.751648], [122.147902, 44.76171], [122.159918, 44.765207], [122.163263, 44.768195], [122.151467, 44.775296], [122.10899, 44.774485], [122.093889, 44.780268], [122.088191, 44.789392], [122.086352, 44.797419], [122.094078, 44.806981], [122.092834, 44.815014], [122.083353, 44.831157], [122.076029, 44.8382], [122.077985, 44.849479], [122.075033, 44.856269], [122.068861, 44.858529], [122.066294, 44.870204], [122.067476, 44.874887], [122.063045, 44.880367], [122.059451, 44.882085], [122.053832, 44.879513], [122.050334, 44.880739], [122.047396, 44.887037], [122.048768, 44.889883], [122.048004, 44.894893], [122.038982, 44.897439], [122.046608, 44.910769], [122.054486, 44.912072], [122.060715, 44.910034], [122.073137, 44.912117], [122.080757, 44.950828], [122.06857, 45.004496], [122.092865, 45.019396], [122.102169, 45.047757], [122.113421, 45.06644], [122.11263, 45.097754], [122.103806, 45.139877], [122.120779, 45.156884], [122.137235, 45.180878], [122.186756, 45.178594], [122.210578, 45.191873], [122.224295, 45.204834], [122.236041, 45.24575], [122.232745, 45.261204], [122.233218, 45.274273], [122.141269, 45.293422], [122.140449, 45.300936], [122.138838, 45.30123], [122.138248, 45.304402], [122.13613, 45.324109], [122.136918, 45.352286], [122.140045, 45.367713], [122.145259, 45.370644], [122.147482, 45.377912], [122.174059, 45.407326], [122.168912, 45.418589], [122.164094, 45.435178], [122.158946, 45.441886], [122.139262, 45.448128], [122.115911, 45.452098], [122.100627, 45.463121], [122.081676, 45.465622], [122.058757, 45.471065], [122.034111, 45.483278], [122.017502, 45.488153], [121.996605, 45.505874], [121.997477, 45.52232], [121.988051, 45.537854], [121.987648, 45.550792], [121.977333, 45.560226], [121.972581, 45.56042], [121.971647, 45.56449], [121.966757, 45.567054], [121.960727, 45.594245], [121.965017, 45.595746], [121.97404, 45.593715], [121.990249, 45.596987], [121.989672, 45.603271], [121.997452, 45.621303], [121.994171, 45.631802], [121.988228, 45.635651], [121.985442, 45.635584], [121.986941, 45.639131], [121.964387, 45.690863], [121.943341, 45.70919], [121.939337, 45.711649], [121.928717, 45.71155], [121.910379, 45.714948], [121.89381, 45.714788], [121.88847, 45.711818], [121.869113, 45.716908], [121.855093, 45.717083], [121.825515, 45.709042], [121.809531, 45.701434], [121.806553, 45.699479], [121.806688, 45.696043], [121.802626, 45.691973], [121.80541, 45.685031], [121.771025, 45.692201], [121.750841, 45.688765], [121.727045, 45.697476], [121.708051, 45.699865], [121.682926, 45.71076], [121.680033, 45.710361], [121.673082, 45.717951], [121.66465, 45.721516], [121.664571, 45.726625], [121.660646, 45.725683], [121.658662, 45.727871], [121.660724, 45.731114], [121.665366, 45.733384], [121.664102, 45.737641], [121.644275, 45.745033], [121.638964, 45.750693], [121.638965, 45.75297], [121.649727, 45.762008], [121.651654, 45.768625], [121.65449, 45.769296], [121.662855, 45.766102], [121.670277, 45.766597], [121.682081, 45.761459], [121.691063, 45.761075], [121.689253, 45.766507], [121.690172, 45.769089], [121.700032, 45.773372], [121.709168, 45.780216], [121.722533, 45.7842], [121.717015, 45.792226], [121.721081, 45.79237], [121.725365, 45.784533], [121.729658, 45.783997], [121.737997, 45.787086], [121.735576, 45.789924], [121.748173, 45.792932], [121.748209, 45.796765], [121.744981, 45.803028], [121.747546, 45.801994], [121.748683, 45.79857], [121.750009, 45.804194], [121.74715, 45.807797], [121.747725, 45.813131], [121.751568, 45.817001], [121.755136, 45.815742], [121.761284, 45.817097], [121.766851, 45.824572], [121.759366, 45.828669], [121.758436, 45.831677], [121.75966, 45.834859], [121.764702, 45.8411], [121.778081, 45.851203], [121.779022, 45.85755], [121.788766, 45.866255], [121.792643, 45.866749], [121.797734, 45.871027], [121.811221, 45.873744], [121.806273, 45.87984], [121.80754, 45.881417], [121.80292, 45.885764], [121.805779, 45.887311], [121.800816, 45.892658], [121.803632, 45.893143], [121.805854, 45.895662], [121.800283, 45.899277], [121.810941, 45.908718], [121.810927, 45.912671], [121.815464, 45.916515], [121.815183, 45.918705], [121.810782, 45.921632], [121.811884, 45.926551], [121.802301, 45.929771], [121.804363, 45.93447], [121.803436, 45.937327], [121.798398, 45.940292], [121.7977, 45.942548], [121.804584, 45.946521], [121.800342, 45.955571], [121.803304, 45.959677], [121.798596, 45.966845], [121.79235, 45.969801], [121.786347, 45.977131], [121.778931, 45.979768], [121.778202, 45.983382], [121.775369, 45.984257], [121.763725, 45.982321], [121.758977, 45.987976], [121.753034, 45.991709], [121.7585, 45.998797], [121.762113, 45.997903], [121.770603, 46.000772], [121.779321, 46.001376], [121.78048, 46.009163], [121.795354, 46.010874], [121.806191, 46.015837], [121.808587, 46.019115], [121.807032, 46.024077], [121.813034, 46.02151], [121.837926, 46.022433], [121.842179, 46.013132], [121.853014, 46.00851], [121.854145, 46.00443], [121.86481, 45.997528], [121.870731, 45.999271], [121.887484, 46.000258], [121.888992, 46.006518], [121.905798, 46.004247], [121.907, 46.006112], [121.912818, 46.005866], [121.918307, 46.001995], [121.918685, 45.9937], [121.921367, 45.992168], [121.922349, 45.986622], [121.934586, 45.987662], [121.947296, 45.984182], [121.953685, 45.985243], [121.955402, 45.98028], [121.9598, 45.977034], [121.972952, 45.975057], [121.980365, 45.972616], [121.98209, 45.969803], [121.986259, 45.973483], [121.988422, 45.980005], [121.990778, 45.981384], [121.997502, 45.980538], [121.99948, 45.978895], [122.002607, 45.967672], [122.000852, 45.964396], [122.008932, 45.958761], [122.016605, 45.959809], [122.033498, 45.957178], [122.034973, 45.955018], [122.033377, 45.950138], [122.034164, 45.947075], [122.046112, 45.933184], [122.048737, 45.931055], [122.052378, 45.931769], [122.055611, 45.930348], [122.056573, 45.927547], [122.065062, 45.928504], [122.073596, 45.920407], [122.078974, 45.908983], [122.075739, 45.895529], [122.082748, 45.889852], [122.085387, 45.879857], [122.095516, 45.879162], [122.096953, 45.875547], [122.100534, 45.876715], [122.11185, 45.871386], [122.121909, 45.869712], [122.132057, 45.871064], [122.135083, 45.869193], [122.134454, 45.867329], [122.141053, 45.862707], [122.148019, 45.864454], [122.15817, 45.863233], [122.165151, 45.859703], [122.179379, 45.857093], [122.184966, 45.852111], [122.194985, 45.854878], [122.197963, 45.850104], [122.205562, 45.84674], [122.212286, 45.841071], [122.211401, 45.831421], [122.215028, 45.827874], [122.230591, 45.829153], [122.236198, 45.82492], [122.238831, 45.82177], [122.241165, 45.807443], [122.248023, 45.799883], [122.248492, 45.795682], [122.252951, 45.792878], [122.256847, 45.792995], [122.263193, 45.797957], [122.263053, 45.799706], [122.268763, 45.803274], [122.274843, 45.800317], [122.279816, 45.800243], [122.276711, 45.804505], [122.286015, 45.809048], [122.295704, 45.811001], [122.295903, 45.813936], [122.293218, 45.816283], [122.30669, 45.822786], [122.305008, 45.824143], [122.29737, 45.824138], [122.297056, 45.827898], [122.314934, 45.828425], [122.312501, 45.833774], [122.315149, 45.838193], [122.315346, 45.842302], [122.33201, 45.849626], [122.33075, 45.850708], [122.332115, 45.851697], [122.329067, 45.854476], [122.331686, 45.857992], [122.337686, 45.858109], [122.349149, 45.853103], [122.367036, 45.854002], [122.362923, 45.859973], [122.356397, 45.884891], [122.35434, 45.900826], [122.355827, 45.902686], [122.356004, 45.915352], [122.364742, 45.917741], [122.374905, 45.918121], [122.439895, 45.914828], [122.469061, 45.875899], [122.485125, 45.862424], [122.489938, 45.856252], [122.497294, 45.819652], [122.497394, 45.808572], [122.510054, 45.80101], [122.53616, 45.772077], [122.593122, 45.750869], [122.624118, 45.74312], [122.65547, 45.731316], [122.659178, 45.726177], [122.65775, 45.718724], [122.663075, 45.717023], [122.665688, 45.698751], [122.736088, 45.703123], [122.7357, 45.707092], [122.741167, 45.707605], [122.740279, 45.71051], [122.742283, 45.710597], [122.740649, 45.71858], [122.755072, 45.720252], [122.754186, 45.723692], [122.747379, 45.728991], [122.74518, 45.734108], [122.752542, 45.73489], [122.753407, 45.739674], [122.765227, 45.744218], [122.766365, 45.748308], [122.769266, 45.749504], [122.768856, 45.751502], [122.781698, 45.760813], [122.78756, 45.767584], [122.797401, 45.774029], [122.803159, 45.78118], [122.792367, 45.8471], [122.795042, 45.855454], [122.811079, 45.877586], [122.815018, 45.88688], [122.814744, 45.889515], [122.821203, 45.896267], [122.820475, 45.906865], [122.822387, 45.91141], [122.787115, 46.071319], [123.039339, 46.098034], [123.063415, 46.121538], [123.105665, 46.127992], [123.096356, 46.16999], [123.121176, 46.172675], [123.121865, 46.208451], [123.137999, 46.227473], [123.15906, 46.239411], [123.204729, 46.260196], [123.21233, 46.267107], [123.216794, 46.268639], [123.241674, 46.271494], [123.24491, 46.266006], [123.247049, 46.26566], [123.247138, 46.263493], [123.256287, 46.265257], [123.257221, 46.260919], [123.261521, 46.262031], [123.26971, 46.259499], [123.272597, 46.26141], [123.27096, 46.255336], [123.274391, 46.25411], [123.273802, 46.252051], [123.280507, 46.24829], [123.286942, 46.250283], [123.295793, 46.246347], [123.300969, 46.246916], [123.313442, 46.249487], [123.314287, 46.250379], [123.312556, 46.251842], [123.314039, 46.252635], [123.323557, 46.246309], [123.32654, 46.246716], [123.329373, 46.242124], [123.333622, 46.243354], [123.335459, 46.241464], [123.341514, 46.24388], [123.34563, 46.236752], [123.350625, 46.232032], [123.348532, 46.230408], [123.352856, 46.228714], [123.349107, 46.226141], [123.366803, 46.220939], [123.374309, 46.22284], [123.376301, 46.226903], [123.379667, 46.22562], [123.382575, 46.227992], [123.382896, 46.23067], [123.379276, 46.231634], [123.379475, 46.233634], [123.384087, 46.234668], [123.381677, 46.236821], [123.382027, 46.239354], [123.386379, 46.239872], [123.385809, 46.241407], [123.387492, 46.242612], [123.391378, 46.239726], [123.393085, 46.240963], [123.397897, 46.237558], [123.400631, 46.237441], [123.402433, 46.242395], [123.410345, 46.238337], [123.411963, 46.239827], [123.420256, 46.238833], [123.424305, 46.242084], [123.429407, 46.240632], [123.434426, 46.236811], [123.439165, 46.237798], [123.44447, 46.234273], [123.446263, 46.230393], [123.452556, 46.232965], [123.458017, 46.238139], [123.459429, 46.237327], [123.463683, 46.24028], [123.464816, 46.238278], [123.47015, 46.240107], [123.472752, 46.242517], [123.47112, 46.244767], [123.474073, 46.244577], [123.471122, 46.24769], [123.477541, 46.24758], [123.479645, 46.251168], [123.492788, 46.257683], [123.507769, 46.252689], [123.511452, 46.248954], [123.520057, 46.247325], [123.525048, 46.240198], [123.537905, 46.233321], [123.545417, 46.232519], [123.556102, 46.23421], [123.556876, 46.228221], [123.563396, 46.221892], [123.56355, 46.224878], [123.567847, 46.228501], [123.59032, 46.232356], [123.590229, 46.234389], [123.592484, 46.235101], [123.592245, 46.23761], [123.590885, 46.237903], [123.59229, 46.243042], [123.59777, 46.245862], [123.599153, 46.247553], [123.598609, 46.25011], [123.613704, 46.250295], [123.66654, 46.256676], [123.673449, 46.252128], [123.677838, 46.25122], [123.683522, 46.252836], [123.689859, 46.252386], [123.698729, 46.256241], [123.718506, 46.253781], [123.737891, 46.262242], [123.744159, 46.261588], [123.743727, 46.260664], [123.749838, 46.258225], [123.770562, 46.261731], [123.780663, 46.265782], [123.782066, 46.26939], [123.785849, 46.271539], [123.789796, 46.271323], [123.792915, 46.272277], [123.793864, 46.27416], [123.797513, 46.274009], [123.798295, 46.28193], [123.812064, 46.280558], [123.822164, 46.286264], [123.821108, 46.28997], [123.824669, 46.288842], [123.843327, 46.300632], [123.850363, 46.298096], [123.861836, 46.297289], [123.893686, 46.302152], [123.903093, 46.297443]], [[130.2348, 42.778215], [130.237252, 42.778521], [130.24101, 42.774097], [130.237856, 42.780493], [130.241432, 42.782957], [130.249011, 42.783284], [130.252403, 42.786195], [130.252022, 42.791088], [130.241895, 42.799137], [130.240258, 42.803392], [130.226427, 42.78843], [130.2348, 42.778215]], [[130.238962, 42.751232], [130.240709, 42.752168], [130.240233, 42.755932], [130.238962, 42.751232]], [[130.242531, 42.722874], [130.24295, 42.723533], [130.242077, 42.723832], [130.242531, 42.722874]], [[130.546629, 42.508331], [130.549213, 42.512958], [130.549342, 42.516555], [130.547021, 42.523205], [130.542089, 42.530031], [130.535108, 42.532842], [130.540693, 42.523216], [130.541511, 42.517435], [130.546629, 42.508331]], [[130.565995, 42.47006], [130.56744, 42.469773], [130.580641, 42.474249], [130.581819, 42.475949], [130.580484, 42.481407], [130.573633, 42.484222], [130.570041, 42.483802], [130.568137, 42.481422], [130.565758, 42.472499], [130.565995, 42.47006]]] + } + }, { + "type": "Feature", + "properties": { + "name": "黑龙江省", + "province_adcode": 230000, + "province_type": "省", + "name_en": "Heilongjiang", + "name_var": "Hēi Lóng Jiāng", + "adcode": 230000 + }, + "geometry": { + "type": "Polygon", + "coordinates": [[[123.402487, 53.535062], [123.431894, 53.53542], [123.452259, 53.532999], [123.458907, 53.521455], [123.462807, 53.507055], [123.467243, 53.50197], [123.475936, 53.496329], [123.49156, 53.494846], [123.499387, 53.498048], [123.503309, 53.506118], [123.5, 53.511566], [123.480455, 53.52306], [123.478712, 53.527658], [123.48165, 53.538159], [123.490403, 53.547863], [123.510538, 53.556261], [123.517367, 53.55696], [123.532568, 53.553793], [123.541913, 53.549366], [123.55129, 53.541911], [123.553138, 53.5367], [123.55127, 53.528631], [123.528014, 53.512436], [123.523124, 53.506995], [123.522444, 53.503116], [123.525011, 53.499816], [123.530749, 53.497086], [123.543377, 53.495969], [123.55667, 53.499781], [123.568243, 53.508855], [123.578271, 53.526985], [123.579372, 53.542623], [123.581278, 53.54636], [123.588478, 53.549901], [123.600551, 53.550102], [123.616136, 53.548019], [123.643546, 53.537802], [123.657792, 53.535298], [123.662134, 53.531303], [123.664059, 53.524194], [123.670587, 53.519287], [123.681102, 53.503211], [123.686684, 53.497425], [123.700397, 53.491909], [123.713151, 53.491456], [123.72681, 53.495489], [123.747667, 53.497347], [123.803816, 53.48566], [123.844196, 53.48831], [123.857776, 53.487496], [123.887864, 53.478323], [123.913512, 53.462813], [123.942579, 53.450021], [123.97034, 53.435139], [123.994885, 53.419761], [123.997643, 53.416763], [124.000315, 53.40559], [124.012764, 53.396041], [124.027411, 53.394334], [124.042705, 53.400124], [124.04982, 53.400861], [124.056135, 53.400917], [124.062046, 53.398564], [124.07668, 53.387444], [124.076175, 53.378112], [124.078975, 53.371752], [124.083868, 53.368589], [124.095626, 53.364825], [124.098924, 53.361658], [124.10096, 53.354954], [124.103937, 53.351], [124.11709, 53.346313], [124.133843, 53.348324], [124.160066, 53.363964], [124.17049, 53.368356], [124.183397, 53.368957], [124.218496, 53.377081], [124.238339, 53.377781], [124.24461, 53.374849], [124.254028, 53.362431], [124.264746, 53.355569], [124.286023, 53.343373], [124.30515, 53.336074], [124.314196, 53.330938], [124.320383, 53.325322], [124.336322, 53.302535], [124.345289, 53.284511], [124.352321, 53.281182], [124.357494, 53.266145], [124.36214, 53.260538], [124.376613, 53.252048], [124.398934, 53.248586], [124.40972, 53.244052], [124.418532, 53.235594], [124.42503, 53.222912], [124.432564, 53.217583], [124.440542, 53.215743], [124.449788, 53.21733], [124.468484, 53.214974], [124.47696, 53.212595], [124.495116, 53.203811], [124.504995, 53.202123], [124.536325, 53.200591], [124.596082, 53.207344], [124.624133, 53.207342], [124.672756, 53.202482], [124.69172, 53.195654], [124.707762, 53.193025], [124.717315, 53.188682], [124.721529, 53.182573], [124.707451, 53.162556], [124.706832, 53.158647], [124.709479, 53.153765], [124.730271, 53.144001], [124.754927, 53.140189], [124.775321, 53.13907], [124.790424, 53.140075], [124.824747, 53.145053], [124.833819, 53.140124], [124.836688, 53.135644], [124.844054, 53.122509], [124.849825, 53.104292], [124.85732, 53.098581], [124.863804, 53.096618], [124.878904, 53.096103], [124.886927, 53.097603], [124.895808, 53.103986], [124.900329, 53.11203], [124.901244, 53.116859], [124.899775, 53.123183], [124.89168, 53.137862], [124.880694, 53.15051], [124.877673, 53.159373], [124.882194, 53.16437], [124.892664, 53.169129], [124.931361, 53.182619], [124.953935, 53.186879], [124.972134, 53.195162], [125.070623, 53.203023], [125.107135, 53.201313], [125.139343, 53.202474], [125.155048, 53.200447], [125.165788, 53.196747], [125.177628, 53.197673], [125.190566, 53.19579], [125.206556, 53.191126], [125.211393, 53.189249], [125.214166, 53.185558], [125.22092, 53.183077], [125.240809, 53.179874], [125.275285, 53.161469], [125.281496, 53.155131], [125.314118, 53.142215], [125.351506, 53.135739], [125.37155, 53.129457], [125.390357, 53.12803], [125.434501, 53.10956], [125.450011, 53.1073], [125.487559, 53.097964], [125.498675, 53.09162], [125.498825, 53.087509], [125.493745, 53.078897], [125.494064, 53.068401], [125.499418, 53.055714], [125.506466, 53.048887], [125.516683, 53.047863], [125.537278, 53.056188], [125.548333, 53.062532], [125.557931, 53.071171], [125.566117, 53.075327], [125.585975, 53.080452], [125.607206, 53.081903], [125.618794, 53.075465], [125.631495, 53.062466], [125.635926, 53.052921], [125.633808, 53.04264], [125.637345, 53.03511], [125.641136, 53.031996], [125.654251, 53.026797], [125.669988, 53.010579], [125.679513, 53.003103], [125.689211, 52.999515], [125.716494, 52.996802], [125.730513, 52.993674], [125.739553, 52.988226], [125.743375, 52.983194], [125.740128, 52.977534], [125.728146, 52.973827], [125.723702, 52.968509], [125.722586, 52.959762], [125.728166, 52.944353], [125.726439, 52.939601], [125.710491, 52.932011], [125.692466, 52.928008], [125.677811, 52.92673], [125.661813, 52.920042], [125.655374, 52.914227], [125.654596, 52.910505], [125.658131, 52.878885], [125.655473, 52.872347], [125.658715, 52.867061], [125.664346, 52.862485], [125.671431, 52.859593], [125.676908, 52.859775], [125.698796, 52.868349], [125.703217, 52.87375], [125.709917, 52.878011], [125.742839, 52.879986], [125.750467, 52.883271], [125.756903, 52.887751], [125.762155, 52.894856], [125.766878, 52.896445], [125.773865, 52.896929], [125.798298, 52.89365], [125.821594, 52.896435], [125.829503, 52.89578], [125.842935, 52.891387], [125.849187, 52.887228], [125.844374, 52.877266], [125.845452, 52.865815], [125.865891, 52.847111], [125.909119, 52.820308], [125.917006, 52.81223], [125.921444, 52.803402], [125.922977, 52.7953], [125.927734, 52.790392], [125.929026, 52.785335], [125.936621, 52.780705], [125.947626, 52.7769], [125.952544, 52.767429], [125.962292, 52.758861], [125.976944, 52.756435], [125.984724, 52.759278], [125.999158, 52.774187], [126.007571, 52.791097], [126.017162, 52.795896], [126.027182, 52.797496], [126.045093, 52.795836], [126.106358, 52.769162], [126.110308, 52.762786], [126.108223, 52.758483], [126.104173, 52.75611], [126.062312, 52.75191], [126.046667, 52.747329], [126.038398, 52.743046], [126.036286, 52.737593], [126.036935, 52.735461], [126.046027, 52.71797], [126.058238, 52.702421], [126.062121, 52.693626], [126.063092, 52.683633], [126.061348, 52.679471], [126.049879, 52.675841], [126.014637, 52.673457], [125.990861, 52.675151], [125.982901, 52.672269], [125.965626, 52.657099], [125.961566, 52.647195], [125.961397, 52.628915], [125.966616, 52.615322], [125.979997, 52.602881], [125.99302, 52.59323], [126, 52.589957], [126.01051, 52.580102], [126.025868, 52.573543], [126.033863, 52.573329], [126.03936, 52.575756], [126.051272, 52.586708], [126.051788, 52.596251], [126.055923, 52.601781], [126.060144, 52.603659], [126.066953, 52.603689], [126.089069, 52.59568], [126.110797, 52.582196], [126.167908, 52.555697], [126.197953, 52.534389], [126.203366, 52.526921], [126.203619, 52.522019], [126.184393, 52.491136], [126.181518, 52.479326], [126.182344, 52.473423], [126.187511, 52.466975], [126.200078, 52.464477], [126.228234, 52.473348], [126.250982, 52.474922], [126.263413, 52.472909], [126.266941, 52.470618], [126.273354, 52.459745], [126.292316, 52.44044], [126.302073, 52.433149], [126.308641, 52.430584], [126.325038, 52.417367], [126.341512, 52.396351], [126.348036, 52.384847], [126.349305, 52.376183], [126.343271, 52.358293], [126.33981, 52.353595], [126.333182, 52.349085], [126.317933, 52.34518], [126.312606, 52.339836], [126.310875, 52.334753], [126.312158, 52.330377], [126.311102, 52.321921], [126.315333, 52.313586], [126.324272, 52.307154], [126.339284, 52.301866], [126.39114, 52.303231], [126.424685, 52.298269], [126.431187, 52.293584], [126.432046, 52.290301], [126.430789, 52.285813], [126.425506, 52.279389], [126.421794, 52.278532], [126.405313, 52.281304], [126.397996, 52.280352], [126.371008, 52.268103], [126.337662, 52.257548], [126.330168, 52.251347], [126.310329, 52.240333], [126.305262, 52.236487], [126.294759, 52.219574], [126.294283, 52.213566], [126.297837, 52.205298], [126.308365, 52.200464], [126.34669, 52.188307], [126.397567, 52.183931], [126.419526, 52.171936], [126.445454, 52.163725], [126.495075, 52.158345], [126.546017, 52.136656], [126.556793, 52.128718], [126.558477, 52.119566], [126.549672, 52.106798], [126.53808, 52.098348], [126.53261, 52.091159], [126.536412, 52.074869], [126.535873, 52.071406], [126.517749, 52.059716], [126.514687, 52.056298], [126.513159, 52.048886], [126.515287, 52.04155], [126.514245, 52.036953], [126.509628, 52.034778], [126.502908, 52.034537], [126.489881, 52.038656], [126.47254, 52.04038], [126.446446, 52.029146], [126.440249, 52.022311], [126.437679, 52.01039], [126.439478, 52.002142], [126.462396, 51.985279], [126.462848, 51.976685], [126.456516, 51.962664], [126.458175, 51.946533], [126.464205, 51.937185], [126.4731, 51.932512], [126.490287, 51.929949], [126.49677, 51.926934], [126.512449, 51.903565], [126.521947, 51.894369], [126.533104, 51.887735], [126.543506, 51.877936], [126.556623, 51.860447], [126.568985, 51.831953], [126.576674, 51.822455], [126.59763, 51.804062], [126.615571, 51.778885], [126.629377, 51.768728], [126.649394, 51.762982], [126.658385, 51.757768], [126.659667, 51.754809], [126.658991, 51.750994], [126.655222, 51.743757], [126.656578, 51.738028], [126.660565, 51.733338], [126.666076, 51.729585], [126.678439, 51.726268], [126.704219, 51.730188], [126.710853, 51.729887], [126.715527, 51.726721], [126.724617, 51.713995], [126.724723, 51.702297], [126.717194, 51.692906], [126.715448, 51.688808], [126.715074, 51.680978], [126.731658, 51.653601], [126.732714, 51.646213], [126.731357, 51.634002], [126.723204, 51.626087], [126.687032, 51.615307], [126.671353, 51.603849], [126.668489, 51.600382], [126.669242, 51.595859], [126.675273, 51.587416], [126.686731, 51.57822], [126.707385, 51.569325], [126.77161, 51.555907], [126.802366, 51.545806], [126.828878, 51.534855], [126.83832, 51.529298], [126.838684, 51.524971], [126.83679, 51.520253], [126.829482, 51.514247], [126.823022, 51.505309], [126.802015, 51.489358], [126.797988, 51.480293], [126.798225, 51.470013], [126.796697, 51.466775], [126.776483, 51.447991], [126.776487, 51.441096], [126.779339, 51.435684], [126.78969, 51.426845], [126.80926, 51.417051], [126.850459, 51.411627], [126.895524, 51.408034], [126.912423, 51.391877], [126.917064, 51.383811], [126.921318, 51.367755], [126.921318, 51.360518], [126.915589, 51.348608], [126.905638, 51.342578], [126.89614, 51.33911], [126.839152, 51.344839], [126.829503, 51.342728], [126.817698, 51.334596], [126.812768, 51.328104], [126.80719, 51.310917], [126.809753, 51.296143], [126.815181, 51.278202], [126.820494, 51.269649], [126.835664, 51.256279], [126.850308, 51.250311], [126.861465, 51.246843], [126.883928, 51.243225], [126.898703, 51.245185], [126.913783, 51.255976], [126.914918, 51.263478], [126.912161, 51.270354], [126.904884, 51.280614], [126.889959, 51.287851], [126.869908, 51.301269], [126.867345, 51.306998], [126.868626, 51.316194], [126.87443, 51.31936], [126.929459, 51.33127], [126.962023, 51.33323], [126.97484, 51.326746], [126.976785, 51.321294], [126.974963, 51.304803], [126.968054, 51.290414], [126.945892, 51.265689], [126.924333, 51.250009], [126.913176, 51.229958], [126.8981, 51.21458], [126.894331, 51.20659], [126.893577, 51.201916], [126.896165, 51.187754], [126.910161, 51.144023], [126.915739, 51.110403], [126.916795, 51.098493], [126.915136, 51.076783], [126.91785, 51.059295], [126.925237, 51.054169], [126.942274, 51.049193], [126.950716, 51.044671], [126.987955, 51.019041], [127.012797, 50.99579], [127.024548, 50.977467], [127.0402, 50.964902], [127.050521, 50.958887], [127.102685, 50.938232], [127.12678, 50.920126], [127.152342, 50.889798], [127.196309, 50.827271], [127.208822, 50.805109], [127.221788, 50.787168], [127.235356, 50.773599], [127.244713, 50.767122], [127.259557, 50.761696], [127.287822, 50.755055], [127.295209, 50.750834], [127.298978, 50.745407], [127.298375, 50.733346], [127.28164, 50.710731], [127.279885, 50.704319], [127.280736, 50.691584], [127.287671, 50.667915], [127.292797, 50.65917], [127.314959, 50.635048], [127.333352, 50.621932], [127.349182, 50.600373], [127.363806, 50.584694], [127.365012, 50.579719], [127.364861, 50.575949], [127.357926, 50.558461], [127.356419, 50.547757], [127.353554, 50.542782], [127.321088, 50.530428], [127.314285, 50.526402], [127.309526, 50.518312], [127.306195, 50.499514], [127.300009, 50.487855], [127.287873, 50.476909], [127.286398, 50.473364], [127.291157, 50.459801], [127.300675, 50.452662], [127.313524, 50.448379], [127.338358, 50.447119], [127.345683, 50.44539], [127.356181, 50.439038], [127.361038, 50.432287], [127.363255, 50.404121], [127.359685, 50.394366], [127.354053, 50.386729], [127.329553, 50.36298], [127.325387, 50.352666], [127.325043, 50.342507], [127.32899, 50.332738], [127.371583, 50.290145], [127.383956, 50.283959], [127.433867, 50.274262], [127.486563, 50.257452], [127.539573, 50.250646], [127.559084, 50.244697], [127.593714, 50.238658], [127.599324, 50.235735], [127.603104, 50.228517], [127.604056, 50.211861], [127.597791, 50.1737], [127.586686, 50.149519], [127.577882, 50.137384], [127.563843, 50.122393], [127.530578, 50.097076], [127.515561, 50.081205], [127.501834, 50.058814], [127.488625, 50.014449], [127.487748, 49.999994], [127.491746, 49.984765], [127.500883, 49.973534], [127.530769, 49.947646], [127.53699, 49.939918], [127.538954, 49.932798], [127.540667, 49.924993], [127.539716, 49.91281], [127.532672, 49.89663], [127.520489, 49.85399], [127.525439, 49.826579], [127.538016, 49.80637], [127.561987, 49.788317], [127.57436, 49.78451], [127.65412, 49.776324], [127.660592, 49.773279], [127.665732, 49.769091], [127.668587, 49.759573], [127.668397, 49.738634], [127.672204, 49.705321], [127.674304, 49.69482], [127.680009, 49.680712], [127.688634, 49.670599], [127.704993, 49.657809], [127.720755, 49.649817], [127.740239, 49.644425], [127.763141, 49.633866], [127.779036, 49.62414], [127.786638, 49.616466], [127.802997, 49.592374], [127.809038, 49.58744], [127.813556, 49.586128], [127.824115, 49.585384], [127.846868, 49.587615], [127.881965, 49.57542], [127.898415, 49.574477], [127.916616, 49.578544], [127.946394, 49.594336], [127.955758, 49.596621], [127.962414, 49.595618], [127.975359, 49.587615], [127.983687, 49.584641], [128.003825, 49.579544], [128.032764, 49.562333], [128.046148, 49.558021], [128.09184, 49.546581], [128.112589, 49.549246], [128.125914, 49.548866], [128.160749, 49.539538], [128.18245, 49.536302], [128.196298, 49.537579], [128.211068, 49.543493], [128.231752, 49.558955], [128.24679, 49.562952], [128.262971, 49.564285], [128.284481, 49.562952], [128.29457, 49.559145], [128.321029, 49.542774], [128.327721, 49.540937], [128.335707, 49.541855], [128.34825, 49.547343], [128.363289, 49.561429], [128.364811, 49.564665], [128.362908, 49.574754], [128.363673, 49.579728], [128.367096, 49.583511], [128.37452, 49.586556], [128.396601, 49.589983], [128.444571, 49.587318], [128.489115, 49.589983], [128.510614, 49.595771], [128.521704, 49.600665], [128.540178, 49.603427], [128.613037, 49.587889], [128.646349, 49.576087], [128.665195, 49.571328], [128.685753, 49.568853], [128.711315, 49.561833], [128.719446, 49.563714], [128.72498, 49.57042], [128.727986, 49.586265], [128.731099, 49.591689], [128.743123, 49.594621], [128.751195, 49.594449], [128.765703, 49.589602], [128.783787, 49.586556], [128.796731, 49.579894], [128.799967, 49.576277], [128.804536, 49.563142], [128.797641, 49.545758], [128.778456, 49.534385], [128.748808, 49.512077], [128.743636, 49.503458], [128.741528, 49.496327], [128.742523, 49.48737], [128.746287, 49.481479], [128.760563, 49.473675], [128.786452, 49.469677], [128.793716, 49.471078], [128.809946, 49.477627], [128.85498, 49.489094], [128.871351, 49.488903], [128.887642, 49.485736], [128.904283, 49.477863], [128.91856, 49.467393], [128.929791, 49.462253], [128.942164, 49.459017], [128.961321, 49.457178], [128.996606, 49.457114], [129.010312, 49.451213], [129.019829, 49.441124], [129.026302, 49.431035], [129.033726, 49.414664], [129.041644, 49.391209], [129.052571, 49.372024], [129.061708, 49.363648], [129.072558, 49.358128], [129.101493, 49.351275], [129.117292, 49.350514], [129.133663, 49.352988], [129.171354, 49.385159], [129.209044, 49.399055], [129.223892, 49.400007], [129.261202, 49.391631], [129.274463, 49.383795], [129.29916, 49.362989], [129.310757, 49.355329], [129.338429, 49.35147], [129.347243, 49.352608], [129.358094, 49.354511], [129.36666, 49.357938], [129.372751, 49.363268], [129.374845, 49.371834], [129.374274, 49.376212], [129.367802, 49.388205], [129.365327, 49.400958], [129.369555, 49.415721], [129.372942, 49.422088], [129.382459, 49.428941], [129.401685, 49.437317], [129.429287, 49.440553], [129.51095, 49.420756], [129.524656, 49.410476], [129.533603, 49.399816], [129.537956, 49.389758], [129.543501, 49.325006], [129.549036, 49.304216], [129.554666, 49.294244], [129.562677, 49.285875], [129.574563, 49.279014], [129.596718, 49.274631], [129.615685, 49.277148], [129.646127, 49.290042], [129.66459, 49.294662], [129.695856, 49.294901], [129.705652, 49.292616], [129.715875, 49.287711], [129.73629, 49.271946], [129.744683, 49.261876], [129.747373, 49.247645], [129.747373, 49.240107], [129.744708, 49.229637], [129.745089, 49.22031], [129.747373, 49.207746], [129.751243, 49.199363], [129.75613, 49.193469], [129.776879, 49.179954], [129.807146, 49.175576], [129.83901, 49.177583], [129.849767, 49.17308], [129.855306, 49.167581], [129.857485, 49.157966], [129.855306, 49.148355], [129.845788, 49.137124], [129.843694, 49.131603], [129.84318, 49.121577], [129.846549, 49.115423], [129.853444, 49.109849], [129.860826, 49.107809], [129.894519, 49.105715], [129.909227, 49.102113], [129.92088, 49.09464], [129.924786, 49.083443], [129.924215, 49.076781], [129.919075, 49.067072], [129.909748, 49.058126], [129.910129, 49.046324], [129.912218, 49.042668], [129.933543, 49.032999], [129.94839, 49.029191], [129.965903, 49.027478], [130.011779, 49.013582], [130.023039, 49.005504], [130.035765, 48.984989], [130.050672, 48.972173], [130.063255, 48.96628], [130.09805, 48.955228], [130.127348, 48.940291], [130.195283, 48.898226], [130.205285, 48.889978], [130.217174, 48.874431], [130.231494, 48.863559], [130.244586, 48.861297], [130.279459, 48.864549], [130.293698, 48.86815], [130.359752, 48.890802], [130.399425, 48.901769], [130.431513, 48.906002], [130.451045, 48.904171], [130.466029, 48.899368], [130.475535, 48.889085], [130.485787, 48.866027], [130.498742, 48.858058], [130.511162, 48.853409], [130.533241, 48.85184], [130.544488, 48.853502], [130.562798, 48.85977], [130.584527, 48.871187], [130.616479, 48.882047], [130.656884, 48.88043], [130.675622, 48.8748], [130.682168, 48.869704], [130.68467, 48.864295], [130.684045, 48.857384], [130.68029, 48.846638], [130.674095, 48.840069], [130.650657, 48.824292], [130.629905, 48.806777], [130.612372, 48.787546], [130.603093, 48.763534], [130.576985, 48.717217], [130.571292, 48.70064], [130.559893, 48.678591], [130.540132, 48.650511], [130.52556, 48.633807], [130.522462, 48.625795], [130.522157, 48.61655], [130.52591, 48.610084], [130.534531, 48.603674], [130.584442, 48.595408], [130.594604, 48.591229], [130.603195, 48.584887], [130.609542, 48.57058], [130.606597, 48.554883], [130.608107, 48.540604], [130.607969, 48.512174], [130.610455, 48.504468], [130.622586, 48.489189], [130.639477, 48.486238], [130.66412, 48.490102], [130.699765, 48.506124], [130.713483, 48.513898], [130.722959, 48.516319], [130.738187, 48.513172], [130.755139, 48.500837], [130.762768, 48.490728], [130.764828, 48.486038], [130.764492, 48.48192], [130.761135, 48.474471], [130.756038, 48.468559], [130.736933, 48.451694], [130.72964, 48.440477], [130.729853, 48.433234], [130.743967, 48.412435], [130.747705, 48.403596], [130.758172, 48.387347], [130.763756, 48.372854], [130.763664, 48.363858], [130.767188, 48.357571], [130.773298, 48.352622], [130.777048, 48.355121], [130.81165, 48.339446], [130.82296, 48.328066], [130.83513, 48.3086], [130.837933, 48.298617], [130.837196, 48.294359], [130.833551, 48.289737], [130.823568, 48.28225], [130.809696, 48.263391], [130.801543, 48.259497], [130.779636, 48.254563], [130.770136, 48.244825], [130.757597, 48.219326], [130.757839, 48.186957], [130.702086, 48.154392], [130.665936, 48.126035], [130.660711, 48.11709], [130.658514, 48.102853], [130.665207, 48.091412], [130.678349, 48.077055], [130.680172, 48.059351], [130.682126, 48.051682], [130.686015, 48.045962], [130.700505, 48.038663], [130.732513, 48.030064], [130.747433, 48.009925], [130.762468, 47.995817], [130.789188, 47.984144], [130.863352, 47.940909], [130.883544, 47.924966], [130.921737, 47.866602], [130.953727, 47.825642], [130.957016, 47.813228], [130.9547, 47.780555], [130.958717, 47.730844], [130.962371, 47.723422], [130.975753, 47.710764], [130.99023, 47.702915], [131.021872, 47.692209], [131.071294, 47.687171], [131.107095, 47.687245], [131.158092, 47.695532], [131.175011, 47.700215], [131.228902, 47.730626], [131.265397, 47.736397], [131.328291, 47.732432], [131.351419, 47.728298], [131.388675, 47.730921], [131.402189, 47.736525], [131.428245, 47.743957], [131.447595, 47.744571], [131.486912, 47.738314], [131.525484, 47.735998], [131.535828, 47.733621], [131.551395, 47.722302], [131.560037, 47.680254], [131.582275, 47.660243], [131.610633, 47.656546], [131.624954, 47.658617], [131.641041, 47.66535], [131.656188, 47.675987], [131.666297, 47.692375], [131.67191, 47.697988], [131.690019, 47.706673], [131.701805, 47.707984], [131.726387, 47.704655], [131.757317, 47.689988], [131.767999, 47.681153], [131.789519, 47.678888], [131.814606, 47.672201], [131.835191, 47.670975], [131.8499, 47.672158], [131.861034, 47.676784], [131.895733, 47.683192], [131.89934, 47.682211], [131.904691, 47.676802], [131.908974, 47.674803], [131.957114, 47.665814], [131.964478, 47.665745], [131.973981, 47.667641], [131.980284, 47.671118], [131.983832, 47.676992], [131.990817, 47.702746], [131.994906, 47.708412], [132.002244, 47.711355], [132.013064, 47.712838], [132.020804, 47.712022], [132.059827, 47.699077], [132.094569, 47.70129], [132.159411, 47.702268], [132.201263, 47.713477], [132.218444, 47.713058], [132.243407, 47.706843], [132.252364, 47.707054], [132.273742, 47.716559], [132.280212, 47.727201], [132.28252, 47.737444], [132.291262, 47.747876], [132.303755, 47.754539], [132.31244, 47.756204], [132.340881, 47.757043], [132.379883, 47.7519], [132.388626, 47.749896], [132.415237, 47.73675], [132.437923, 47.730711], [132.447169, 47.730298], [132.481579, 47.71785], [132.518924, 47.714412], [132.539076, 47.714586], [132.578093, 47.723813], [132.58824, 47.728569], [132.599791, 47.736961], [132.605224, 47.74856], [132.605102, 47.752057], [132.602813, 47.755895], [132.589767, 47.765367], [132.586624, 47.773495], [132.588685, 47.786109], [132.5943, 47.803582], [132.610475, 47.82329], [132.613542, 47.832658], [132.620211, 47.839799], [132.647341, 47.850676], [132.666659, 47.862205], [132.672427, 47.863069], [132.681979, 47.870849], [132.683749, 47.881561], [132.680255, 47.89514], [132.673099, 47.902487], [132.662633, 47.918712], [132.654164, 47.926221], [132.651738, 47.930682], [132.651052, 47.935093], [132.65334, 47.943347], [132.66097, 47.950833], [132.676809, 47.960109], [132.708852, 47.964643], [132.729192, 47.957622], [132.741114, 47.942536], [132.758995, 47.932335], [132.777555, 47.92829], [132.799267, 47.92829], [132.810986, 47.932395], [132.825679, 47.941615], [132.834966, 47.95637], [132.848499, 47.971473], [132.860817, 47.992239], [132.867935, 48], [132.91416, 48.015592], [132.991955, 48.031921], [133.011009, 48.046748], [133.024452, 48.070464], [133.030858, 48.092945], [133.044227, 48.109586], [133.09324, 48.125783], [133.146147, 48.130888], [133.154069, 48.133257], [133.198372, 48.129529], [133.212492, 48.125895], [133.238347, 48.122747], [133.254573, 48.114883], [133.306965, 48.097504], [133.324455, 48.103171], [133.337151, 48.11028], [133.355187, 48.113211], [133.381111, 48.122209], [133.394967, 48.124985], [133.417275, 48.120042], [133.433828, 48.112118], [133.449941, 48.110672], [133.481645, 48.113775], [133.490812, 48.116159], [133.526561, 48.113779], [133.536663, 48.114985], [133.546311, 48.118151], [133.553428, 48.127045], [133.576763, 48.184272], [133.581828, 48.190397], [133.585516, 48.192426], [133.612343, 48.19573], [133.66355, 48.181806], [133.671744, 48.181106], [133.692651, 48.182883], [133.70687, 48.189437], [133.712037, 48.196148], [133.716055, 48.205464], [133.720958, 48.2427], [133.724879, 48.246948], [133.739131, 48.254417], [133.765849, 48.25964], [133.797252, 48.260346], [133.808948, 48.26383], [133.82397, 48.27252], [133.831762, 48.275018], [133.875009, 48.28293], [133.912271, 48.293209], [133.941586, 48.30325], [133.981823, 48.300318], [133.997875, 48.304034], [134.009853, 48.309678], [134.021085, 48.330163], [134.032547, 48.339446], [134.060799, 48.340011], [134.07097, 48.336702], [134.106644, 48.332356], [134.128936, 48.335168], [134.141016, 48.342872], [134.177357, 48.372851], [134.197042, 48.38248], [134.20627, 48.384118], [134.226072, 48.3841], [134.250481, 48.3798], [134.285185, 48.381134], [134.314497, 48.376837], [134.360099, 48.380465], [134.370379, 48.38313], [134.391889, 48.394932], [134.406927, 48.400262], [134.441805, 48.405561], [134.494361, 48.422168], [134.505816, 48.422788], [134.54651, 48.410283], [134.571855, 48.405729], [134.594681, 48.406201], [134.627267, 48.409664], [134.657648, 48.407964], [134.678015, 48.411042], [134.704233, 48.401274], [134.730407, 48.384651], [134.758193, 48.371875], [134.767497, 48.368277], [134.770846, 48.368401], [134.798822, 48.372038], [134.811488, 48.375819], [134.825961, 48.383089], [134.841102, 48.39751], [134.857329, 48.420182], [134.875017, 48.436382], [134.896737, 48.445635], [134.938933, 48.44814], [135.001876, 48.437308], [135.027353, 48.437294], [135.034248, 48.439668], [135.044565, 48.447221], [135.056943, 48.462359], [135.075027, 48.45484], [135.083307, 48.44399], [135.088511, 48.431675], [135.086063, 48.416495], [135.078532, 48.398563], [135.073123, 48.39383], [135.00223, 48.363531], [134.960467, 48.355411], [134.948226, 48.352595], [134.940514, 48.348923], [134.888966, 48.337779], [134.875926, 48.3365], [134.856362, 48.33127], [134.809019, 48.311541], [134.790638, 48.29197], [134.783658, 48.287602], [134.769538, 48.288121], [134.761173, 48.286148], [134.741271, 48.275978], [134.723919, 48.274436], [134.713817, 48.268254], [134.708525, 48.266931], [134.690839, 48.265379], [134.680348, 48.258756], [134.672857, 48.250759], [134.667014, 48.236153], [134.668044, 48.218988], [134.664046, 48.209184], [134.664522, 48.200047], [134.669281, 48.189006], [134.664343, 48.176695], [134.665038, 48.168255], [134.668864, 48.155578], [134.666206, 48.147146], [134.65617, 48.137089], [134.635925, 48.121973], [134.632637, 48.116671], [134.62864, 48.102965], [134.621692, 48.094685], [134.573933, 48.059092], [134.571138, 48.05402], [134.568192, 48.041989], [134.564134, 48.039847], [134.552125, 48.037624], [134.545304, 48.033006], [134.544663, 48.024545], [134.54906, 48.010169], [134.544097, 47.98493], [134.550011, 47.978523], [134.563489, 47.972132], [134.575239, 47.95963], [134.593123, 47.947355], [134.596204, 47.938516], [134.600995, 47.932116], [134.603864, 47.921761], [134.599179, 47.90976], [134.600598, 47.904041], [134.607022, 47.901792], [134.636791, 47.90144], [134.647152, 47.899543], [134.653866, 47.89647], [134.660595, 47.888333], [134.666027, 47.884641], [134.668518, 47.881747], [134.668161, 47.877523], [134.660228, 47.857901], [134.66627, 47.846641], [134.665324, 47.836466], [134.666605, 47.833722], [134.663324, 47.825128], [134.67759, 47.811939], [134.692361, 47.80786], [134.699273, 47.804087], [134.714898, 47.792462], [134.728401, 47.778001], [134.740593, 47.772318], [134.75251, 47.769403], [134.762184, 47.761972], [134.766044, 47.757173], [134.767737, 47.750926], [134.775077, 47.738196], [134.774771, 47.73042], [134.769949, 47.71481], [134.756246, 47.703148], [134.742864, 47.683534], [134.728093, 47.674299], [134.718592, 47.662], [134.707493, 47.650949], [134.686664, 47.639548], [134.678455, 47.632429], [134.675449, 47.625158], [134.680285, 47.598117], [134.672304, 47.587423], [134.666155, 47.582935], [134.653597, 47.579318], [134.644457, 47.571906], [134.631273, 47.558525], [134.628511, 47.548047], [134.614167, 47.537778], [134.604264, 47.532226], [134.586594, 47.527401], [134.573808, 47.519615], [134.570679, 47.513428], [134.573212, 47.500356], [134.571259, 47.498941], [134.570556, 47.489552], [134.560958, 47.47691], [134.546935, 47.47078], [134.51654, 47.465651], [134.507766, 47.459497], [134.499693, 47.447945], [134.488311, 47.44342], [134.478209, 47.443307], [134.468627, 47.445929], [134.449157, 47.446022], [134.432982, 47.441689], [134.422271, 47.440884], [134.406447, 47.435897], [134.391784, 47.43425], [134.356259, 47.438231], [134.346847, 47.441086], [134.338263, 47.440127], [134.312679, 47.432772], [134.305709, 47.42943], [134.260969, 47.395804], [134.255369, 47.378079], [134.255765, 47.367959], [134.253156, 47.363813], [134.23042, 47.351286], [134.201611, 47.346929], [134.17622, 47.327505], [134.168163, 47.309525], [134.164119, 47.293615], [134.155619, 47.275937], [134.1542, 47.26345], [134.150675, 47.258068], [134.149881, 47.253367], [134.15867, 47.238352], [134.172784, 47.228515], [134.181426, 47.225963], [134.195989, 47.214862], [134.212678, 47.198478], [134.218377, 47.190134], [134.221837, 47.183112], [134.223262, 47.165405], [134.220526, 47.146061], [134.224921, 47.135301], [134.220945, 47.112014], [134.213906, 47.101411], [134.204432, 47.097587], [134.19548, 47.095588], [134.146963, 47.096082], [134.140783, 47.094695], [134.135702, 47.090861], [134.128606, 47.082325], [134.124125, 47.07273], [134.114949, 47.066699], [134.112736, 47.063529], [134.111195, 47.058948], [134.113346, 47.050639], [134.112797, 47.04115], [134.109516, 47.034976], [134.098081, 47.022493], [134.096729, 47.016742], [134.097577, 47.00641], [134.062487, 46.985233], [134.054677, 46.977602], [134.053819, 46.969593], [134.055254, 46.966897], [134.067476, 46.958573], [134.069566, 46.941441], [134.065568, 46.929116], [134.055224, 46.916751], [134.045763, 46.897085], [134.035975, 46.883018], [134.038543, 46.87187], [134.033553, 46.86192], [134.034682, 46.847734], [134.027571, 46.840437], [134.018553, 46.834977], [134.015379, 46.829291], [134.016437, 46.811758], [134.029983, 46.79918], [134.032927, 46.793615], [134.042752, 46.78267], [134.044878, 46.775453], [134.043913, 46.769764], [134.028254, 46.759867], [134.025916, 46.754932], [134.024843, 46.745591], [134.018199, 46.736616], [134.018367, 46.717241], [134.027613, 46.699747], [134.027491, 46.695446], [134.020349, 46.684648], [134.010257, 46.659067], [134.009726, 46.648331], [134.0076, 46.642484], [133.997732, 46.631288], [133.969958, 46.618678], [133.933601, 46.60623], [133.913962, 46.592691], [133.904122, 46.57869], [133.903183, 46.569973], [133.897175, 46.563748], [133.893273, 46.541192], [133.883185, 46.523015], [133.875981, 46.517268], [133.864903, 46.511624], [133.86389, 46.507849], [133.865892, 46.502733], [133.864274, 46.498069], [133.846618, 46.48108], [133.841763, 46.472452], [133.844667, 46.448148], [133.848379, 46.444389], [133.857738, 46.443342], [133.875576, 46.447539], [133.895254, 46.443104], [133.907151, 46.436679], [133.923556, 46.424408], [133.929171, 46.417281], [133.930727, 46.406833], [133.94095, 46.397608], [133.940636, 46.390209], [133.937894, 46.381856], [133.92514, 46.372862], [133.903779, 46.364881], [133.884219, 46.363999], [133.87201, 46.360492], [133.865776, 46.354517], [133.862152, 46.34452], [133.862137, 46.338938], [133.865306, 46.335114], [133.886877, 46.326887], [133.897216, 46.326363], [133.910171, 46.333352], [133.915695, 46.331542], [133.915848, 46.328449], [133.906142, 46.309828], [133.900939, 46.304979], [133.899901, 46.300462], [133.901854, 46.290611], [133.911238, 46.28179], [133.91464, 46.275404], [133.915022, 46.272524], [133.91197, 46.269477], [133.90962, 46.259819], [133.902082, 46.25085], [133.898542, 46.249102], [133.883069, 46.246388], [133.866315, 46.250541], [133.854398, 46.248483], [133.852888, 46.246431], [133.853528, 46.243896], [133.868512, 46.23866], [133.873441, 46.232875], [133.870236, 46.22942], [133.860165, 46.226338], [133.854977, 46.222458], [133.85188, 46.209018], [133.847302, 46.203083], [133.842511, 46.200282], [133.83598, 46.198983], [133.827099, 46.203499], [133.825573, 46.207662], [133.825711, 46.21841], [133.820676, 46.224574], [133.813001, 46.228049], [133.803098, 46.228386], [133.797376, 46.225497], [133.793714, 46.220613], [133.793393, 46.204772], [133.789395, 46.192377], [133.774945, 46.181885], [133.744163, 46.168953], [133.727644, 46.165361], [133.699932, 46.162529], [133.689693, 46.15764], [133.685298, 46.150864], [133.681975, 46.139603], [133.691325, 46.117444], [133.706201, 46.09966], [133.723855, 46.087916], [133.736993, 46.076271], [133.737802, 46.074139], [133.736199, 46.068593], [133.737618, 46.059445], [133.73672, 46.056599], [133.722988, 46.041345], [133.70974, 46.023375], [133.689235, 46.008975], [133.679052, 45.996026], [133.671775, 45.979064], [133.676474, 45.960185], [133.674154, 45.95467], [133.668188, 45.950768], [133.669561, 45.942219], [133.665105, 45.938995], [133.660833, 45.938509], [133.647222, 45.945802], [133.631864, 45.945446], [133.616445, 45.943149], [133.608877, 45.941037], [133.604837, 45.93817], [133.600786, 45.933593], [133.597207, 45.924585], [133.609598, 45.912139], [133.610796, 45.908377], [133.609652, 45.900368], [133.604837, 45.895554], [133.593662, 45.893225], [133.587986, 45.889008], [133.586369, 45.88305], [133.591709, 45.873538], [133.586994, 45.868185], [133.581791, 45.866542], [133.573444, 45.866537], [133.557255, 45.877985], [133.554264, 45.885086], [133.542614, 45.894139], [133.536473, 45.896358], [133.52477, 45.896473], [133.504231, 45.887425], [133.500889, 45.875329], [133.504642, 45.867515], [133.5042, 45.864351], [133.488438, 45.866748], [133.485356, 45.865129], [133.478504, 45.85663], [133.477588, 45.851291], [133.488361, 45.841173], [133.489368, 45.836693], [133.488345, 45.835046], [133.4827, 45.832722], [133.471973, 45.836578], [133.466693, 45.836867], [133.460147, 45.834103], [133.459628, 45.828369], [133.464999, 45.819345], [133.461184, 45.810688], [133.46271, 45.794667], [133.470125, 45.790574], [133.489992, 45.792107], [133.496828, 45.786326], [133.498918, 45.778882], [133.495668, 45.774502], [133.489302, 45.772794], [133.485658, 45.77361], [133.475862, 45.781059], [133.46528, 45.780154], [133.461469, 45.778174], [133.461259, 45.774921], [133.465745, 45.766524], [133.458711, 45.758728], [133.457734, 45.755008], [133.461045, 45.751539], [133.477662, 45.747151], [133.48082, 45.741623], [133.480057, 45.737852], [133.476944, 45.736115], [133.466431, 45.737094], [133.447739, 45.730143], [133.44072, 45.721455], [133.434891, 45.717354], [133.434646, 45.709487], [133.422942, 45.698957], [133.421081, 45.695413], [133.424285, 45.691494], [133.430907, 45.691981], [133.432678, 45.693314], [133.432693, 45.697606], [133.435104, 45.702655], [133.442535, 45.704156], [133.44667, 45.702206], [133.450683, 45.694136], [133.45468, 45.690879], [133.460006, 45.68966], [133.470504, 45.692649], [133.477492, 45.688734], [133.475829, 45.678171], [133.483885, 45.670914], [133.48332, 45.662319], [133.481474, 45.658079], [133.477674, 45.655927], [133.460829, 45.656853], [133.45326, 45.655599], [133.44409, 45.652587], [133.439543, 45.646501], [133.441206, 45.640122], [133.468244, 45.625966], [133.470365, 45.62191], [133.468702, 45.618554], [133.463803, 45.615762], [133.458112, 45.615937], [133.443937, 45.626861], [133.42996, 45.628168], [133.42526, 45.6258], [133.423566, 45.61839], [133.424741, 45.612935], [133.422666, 45.610896], [133.41879, 45.610595], [133.411527, 45.617161], [133.405179, 45.616663], [133.405133, 45.614787], [133.409452, 45.611446], [133.411008, 45.607549], [133.404858, 45.601201], [133.402997, 45.593059], [133.415524, 45.581726], [133.414654, 45.574111], [133.411693, 45.570966], [133.39526, 45.57142], [133.389965, 45.569654], [133.39169, 45.573511], [133.385372, 45.577669], [133.380108, 45.576128], [133.379787, 45.572232], [133.372662, 45.570174], [133.372082, 45.573373], [133.368771, 45.573114], [133.365185, 45.575438], [133.363278, 45.574259], [133.366741, 45.567196], [133.361248, 45.565862], [133.356441, 45.567503], [133.353787, 45.563092], [133.35078, 45.561618], [133.349361, 45.566182], [133.342785, 45.5661], [133.3428, 45.564184], [133.348049, 45.561691], [133.341945, 45.561216], [133.336971, 45.552744], [133.332683, 45.550734], [133.331325, 45.551119], [133.332439, 45.553866], [133.328335, 45.555493], [133.327206, 45.559134], [133.324001, 45.559438], [133.320385, 45.554863], [133.318126, 45.548433], [133.310039, 45.545821], [133.309185, 45.546983], [133.310787, 45.549836], [133.308742, 45.550067], [133.306255, 45.547515], [133.302288, 45.546966], [133.299694, 45.541646], [133.292843, 45.543257], [133.296062, 45.540705], [133.295375, 45.539728], [133.284557, 45.541829], [133.286998, 45.538374], [133.285533, 45.534434], [133.282329, 45.534835], [133.279567, 45.539378], [133.277217, 45.539527], [133.271923, 45.536694], [133.275188, 45.533437], [133.272166, 45.529185], [133.269176, 45.532343], [133.264293, 45.531891], [133.251109, 45.524883], [133.245631, 45.519508], [133.247203, 45.516806], [133.246272, 45.51586], [133.238078, 45.513971], [133.24055, 45.51799], [133.239253, 45.520602], [133.236446, 45.515129], [133.234691, 45.514503], [133.228068, 45.521257], [133.223598, 45.518047], [133.225077, 45.512694], [133.223704, 45.510352], [133.212672, 45.513396], [133.206599, 45.510219], [133.203914, 45.513839], [133.193583, 45.513748], [133.194408, 45.510036], [133.198969, 45.503913], [133.19221, 45.497801], [133.18484, 45.499245], [133.183299, 45.497673], [133.182749, 45.493493], [133.189555, 45.493826], [133.180567, 45.486755], [133.181315, 45.483582], [133.18606, 45.479735], [133.180247, 45.476943], [133.175135, 45.478647], [133.17753, 45.470471], [133.171183, 45.473159], [133.164499, 45.468809], [133.161432, 45.464931], [133.161798, 45.463394], [133.170877, 45.463346], [133.172647, 45.461094], [133.16723, 45.455307], [133.161402, 45.455222], [133.152444, 45.444915], [133.153558, 45.443412], [133.162942, 45.443046], [133.164178, 45.441586], [133.157113, 45.434926], [133.14071, 45.435259], [133.142083, 45.433072], [133.14985, 45.429617], [133.151543, 45.426513], [133.142754, 45.426398], [133.13839, 45.428725], [133.133843, 45.427076], [133.133767, 45.424272], [133.137673, 45.423359], [133.138024, 45.418632], [133.132714, 45.415887], [133.132287, 45.414242], [133.140236, 45.406409], [133.138375, 45.40479], [133.132912, 45.404364], [133.130684, 45.401142], [133.13427, 45.399617], [133.138924, 45.402644], [133.139931, 45.397982], [133.14283, 45.395361], [133.139397, 45.395413], [133.136986, 45.393192], [133.131004, 45.380237], [133.141105, 45.375669], [133.136848, 45.371397], [133.137256, 45.365203], [133.13465, 45.365747], [133.127891, 45.372079], [133.125358, 45.371889], [133.126288, 45.360643], [133.118003, 45.36097], [133.117194, 45.359018], [133.122092, 45.355846], [133.111258, 45.350498], [133.11135, 45.346297], [133.114417, 45.342092], [133.121375, 45.343233], [133.120215, 45.339551], [133.123907, 45.33483], [133.11759, 45.33379], [133.111731, 45.330166], [133.114294, 45.327455], [133.11347, 45.324877], [133.106878, 45.325987], [133.108252, 45.321133], [133.099127, 45.319299], [133.098837, 45.310805], [133.103247, 45.309411], [133.112051, 45.310322], [133.11376, 45.308911], [133.111318, 45.306022], [133.104925, 45.306227], [133.097433, 45.30343], [133.10024, 45.300957], [133.107732, 45.298814], [133.101995, 45.29777], [133.102178, 45.294889], [133.100652, 45.293734], [133.090123, 45.291525], [133.089894, 45.288714], [133.098836, 45.290168], [133.100011, 45.287245], [133.090428, 45.284386], [133.088582, 45.279271], [133.097798, 45.279097], [133.102696, 45.277446], [133.09023, 45.272271], [133.089894, 45.269571], [133.094197, 45.267798], [133.102284, 45.272747], [133.101689, 45.269592], [133.104649, 45.264697], [133.089955, 45.264142], [133.092747, 45.259599], [133.087712, 45.257513], [133.086338, 45.252865], [133.090549, 45.246241], [133.093708, 45.250267], [133.101887, 45.25164], [133.097019, 45.248909], [133.100315, 45.245477], [133.099995, 45.243097], [133.095951, 45.244514], [133.087101, 45.244172], [133.087696, 45.241641], [133.09148, 45.238474], [133.098637, 45.240028], [133.103321, 45.239202], [133.103199, 45.238003], [133.096302, 45.236399], [133.100635, 45.229205], [133.102634, 45.228483], [133.105289, 45.23214], [133.10709, 45.2323], [133.107715, 45.222466], [133.109043, 45.223141], [133.108264, 45.226016], [133.11008, 45.226699], [133.113605, 45.225227], [133.115298, 45.220716], [133.118823, 45.219726], [133.112949, 45.217069], [133.11246, 45.212283], [133.118259, 45.213188], [133.117435, 45.21052], [133.121081, 45.200953], [133.117648, 45.194971], [133.120272, 45.1946], [133.122012, 45.197877], [133.125399, 45.198171], [133.123858, 45.19124], [133.130205, 45.189999], [133.127276, 45.186136], [133.126604, 45.182102], [133.130022, 45.17447], [133.127657, 45.171718], [133.123018, 45.17031], [133.121111, 45.165901], [133.12578, 45.161947], [133.130647, 45.160897], [133.131547, 45.157965], [133.122102, 45.151849], [133.131471, 45.151508], [133.133745, 45.14907], [133.130845, 45.150166], [133.125047, 45.146098], [133.119477, 45.134286], [133.122468, 45.133229], [133.123689, 45.138774], [133.127961, 45.141701], [133.135011, 45.141686], [133.135194, 45.139228], [133.133118, 45.137907], [133.127534, 45.137604], [133.129273, 45.133282], [133.132905, 45.133269], [133.130143, 45.129751], [133.13295, 45.125766], [133.123886, 45.122346], [133.122178, 45.124338], [133.125946, 45.127446], [133.124741, 45.129293], [133.12259, 45.129339], [133.118699, 45.12483], [133.114564, 45.124145], [133.113465, 45.126611], [133.109025, 45.125143], [133.109574, 45.122646], [133.107957, 45.121121], [133.100815, 45.123072], [133.096482, 45.115878], [133.100113, 45.114273], [133.100434, 45.112569], [133.092804, 45.112928], [133.092621, 45.109109], [133.09578, 45.102998], [133.093949, 45.102518], [133.093033, 45.104658], [133.088287, 45.104542], [133.081787, 45.101306], [133.079559, 45.099091], [133.083984, 45.096723], [133.083709, 45.095625], [133.078576, 45.095413], [133.073883, 45.098793], [133.07225, 45.097542], [133.072693, 45.095057], [133.060639, 45.093859], [133.055496, 45.085736], [133.061844, 45.085542], [133.063064, 45.083705], [133.052994, 45.08348], [133.051834, 45.077395], [133.044494, 45.079465], [133.033355, 45.06983], [133.032913, 45.067114], [133.038757, 45.06761], [133.038986, 45.062872], [133.037643, 45.061365], [133.032211, 45.060745], [133.03128, 45.058781], [133.03569, 45.058461], [133.037536, 45.0564], [133.032088, 45.055434], [133.029754, 45.052046], [133.02658, 45.054556], [133.018218, 45.051797], [133.015685, 45.050484], [133.013839, 45.046844], [132.999495, 45.044987], [132.998137, 45.041899], [132.994094, 45.03975], [132.98918, 45.041926], [132.981505, 45.041328], [132.97296, 45.033996], [132.976378, 45.029773], [132.972853, 45.021544], [132.964216, 45.021251], [132.961272, 45.029446], [132.953841, 45.026753], [132.947722, 45.021662], [132.947493, 45.020412], [132.954039, 45.019081], [132.953413, 45.016447], [132.949293, 45.015522], [132.938353, 45.019964], [132.937483, 45.022526], [132.939406, 45.025521], [132.937438, 45.031222], [132.926634, 45.029825], [132.91661, 45.031438], [132.909514, 45.029832], [132.911513, 45.034283], [132.910537, 45.035862], [132.905822, 45.033049], [132.899978, 45.035394], [132.900313, 45.037924], [132.898635, 45.038676], [132.883163, 45.040631], [132.88623, 45.044278], [132.873778, 45.046584], [132.874084, 45.047926], [132.880035, 45.047501], [132.88092, 45.048705], [132.87387, 45.049573], [132.865066, 45.056301], [132.863083, 45.061069], [132.85823, 45.060281], [132.859146, 45.057725], [132.848726, 45.059039], [132.000312, 45.252228], [131.986656, 45.269286], [131.982194, 45.272736], [131.966074, 45.277138], [131.936271, 45.280529], [131.927467, 45.286656], [131.923481, 45.293675], [131.91415, 45.33601], [131.871791, 45.341994], [131.866169, 45.3408], [131.862597, 45.329006], [131.843474, 45.318352], [131.82316, 45.313915], [131.824919, 45.300784], [131.823428, 45.295329], [131.793518, 45.26524], [131.785901, 45.255643], [131.780241, 45.24329], [131.778813, 45.228421], [131.782702, 45.213113], [131.764942, 45.213856], [131.726317, 45.226093], [131.71767, 45.227274], [131.707272, 45.224824], [131.695336, 45.217751], [131.675189, 45.215181], [131.670192, 45.211755], [131.657771, 45.193481], [131.641567, 45.15836], [131.643209, 45.154291], [131.646042, 45.15355], [131.680302, 45.148536], [131.681164, 45.147109], [131.6783, 45.136879], [131.680382, 45.126139], [131.678714, 45.116804], [131.629451, 45.085153], [131.617828, 45.073033], [131.605225, 45.063409], [131.57116, 45.046701], [131.559807, 45.044365], [131.551541, 45.030831], [131.537332, 45.018655], [131.509011, 45.012815], [131.493735, 45.00168], [131.483333, 45.001382], [131.476984, 44.998082], [131.475378, 44.995108], [131.476151, 44.98553], [131.488361, 44.978343], [131.492952, 44.972898], [131.488778, 44.966921], [131.459848, 44.961232], [131.441697, 44.96655], [131.423271, 44.968395], [131.416192, 44.974701], [131.400277, 44.983365], [131.391684, 44.984695], [131.374147, 44.978428], [131.366936, 44.977575], [131.354326, 44.985884], [131.347689, 44.987275], [131.337822, 44.982246], [131.315835, 44.965042], [131.298867, 44.959014], [131.293888, 44.945772], [131.288409, 44.936243], [131.283413, 44.930247], [131.267422, 44.921018], [131.260784, 44.920681], [131.251966, 44.928658], [131.247851, 44.928846], [131.227621, 44.918775], [131.20341, 44.915563], [131.198651, 44.917824], [131.179675, 44.934242], [131.166345, 44.932769], [131.158438, 44.933647], [131.139623, 44.944207], [131.134385, 44.943844], [131.116301, 44.932779], [131.090603, 44.932184], [131.080312, 44.927366], [131.076683, 44.922786], [131.07585, 44.91874], [131.077278, 44.913863], [131.083583, 44.90601], [131.089774, 44.893994], [131.087985, 44.888521], [131.070001, 44.888302], [131.054549, 44.877022], [131.034474, 44.870986], [131.030021, 44.871518], [131.021405, 44.87568], [131.019234, 44.875288], [131.015645, 44.87036], [131.010079, 44.86658], [130.978521, 44.865742], [130.969098, 44.861887], [130.959271, 44.854939], [130.951469, 44.846614], [130.949659, 44.839104], [130.950611, 44.830538], [130.955251, 44.818522], [130.958701, 44.815905], [130.962793, 44.815649], [130.977912, 44.819151], [130.994917, 44.81362], [131.006195, 44.804555], [131.007409, 44.801557], [131.003944, 44.783177], [131.006728, 44.779251], [131.020614, 44.777013], [131.051823, 44.780121], [131.057056, 44.761825], [131.065051, 44.751688], [131.082897, 44.742694], [131.080327, 44.713998], [131.090084, 44.708015], [131.098054, 44.709739], [131.299119, 44.047078], [131.285289, 44.044364], [131.281211, 44.035262], [131.277356, 44.033121], [131.259024, 44.029972], [131.249193, 44.001078], [131.248182, 43.995861], [131.249987, 43.991093], [131.24675, 43.986556], [131.241456, 43.988323], [131.235795, 43.984869], [131.242767, 43.976085], [131.242942, 43.973776], [131.234504, 43.967354], [131.237147, 43.956838], [131.241573, 43.95027], [131.256156, 43.945866], [131.259704, 43.939563], [131.259211, 43.935428], [131.250682, 43.898752], [131.244815, 43.890858], [131.233643, 43.883908], [131.228762, 43.876797], [131.228158, 43.868876], [131.231044, 43.858143], [131.225831, 43.849546], [131.205624, 43.827616], [131.205582, 43.823035], [131.213097, 43.817841], [131.217268, 43.803858], [131.212826, 43.799811], [131.206119, 43.798439], [131.206273, 43.796017], [131.212345, 43.791889], [131.212878, 43.789027], [131.211796, 43.786925], [131.203974, 43.784069], [131.205463, 43.774947], [131.221648, 43.762558], [131.223161, 43.758457], [131.221231, 43.748239], [131.225149, 43.739729], [131.210235, 43.732233], [131.208611, 43.729107], [131.209473, 43.723399], [131.219483, 43.718383], [131.220786, 43.716143], [131.216788, 43.70228], [131.212818, 43.700475], [131.209911, 43.696297], [131.210939, 43.686342], [131.214244, 43.679278], [131.228482, 43.673535], [131.2335, 43.663286], [131.232715, 43.66], [131.225903, 43.658187], [131.22409, 43.640864], [131.226831, 43.633792], [131.213469, 43.629598], [131.211352, 43.623334], [131.213807, 43.617111], [131.209361, 43.609871], [131.217977, 43.605722], [131.236003, 43.602501], [131.238896, 43.600006], [131.230162, 43.594679], [131.227165, 43.585874], [131.22943, 43.582782], [131.228805, 43.581569], [131.225509, 43.581568], [131.216488, 43.589732], [131.209012, 43.590366], [131.196882, 43.579815], [131.203132, 43.575062], [131.20425, 43.559536], [131.20053, 43.558132], [131.191863, 43.560664], [131.187398, 43.557652], [131.19716, 43.55235], [131.199637, 43.549398], [131.199355, 43.542043], [131.194295, 43.529221], [131.199455, 43.529772], [131.205487, 43.527342], [131.205499, 43.522421], [131.217831, 43.515379], [131.243428, 43.507552], [131.248864, 43.501614], [131.264557, 43.493131], [131.273422, 43.494094], [131.287324, 43.499093], [131.296907, 43.499571], [131.289495, 43.491755], [131.299108, 43.483965], [131.298884, 43.476957], [131.281325, 43.47388], [131.287454, 43.470434], [131.28499, 43.466702], [131.275893, 43.465267], [131.259953, 43.466117], [131.251458, 43.469029], [131.246247, 43.473706], [131.237657, 43.474941], [131.228352, 43.473167], [131.226404, 43.468187], [131.229204, 43.462504], [131.223467, 43.456197], [131.197198, 43.451872], [131.196525, 43.445656], [131.193494, 43.439477], [131.184096, 43.436664], [131.177572, 43.441533], [131.170128, 43.442769], [131.150634, 43.427703], [131.134716, 43.422993], [131.126997, 43.425443], [131.118182, 43.43076], [131.116766, 43.433956], [131.117702, 43.43908], [131.113145, 43.445006], [131.105518, 43.44774], [131.097709, 43.448453], [131.082862, 43.45625], [131.067396, 43.469819], [131.060871, 43.479848], [131.04045, 43.488686], [131.030743, 43.498465], [131.019457, 43.506008], [130.993929, 43.505639], [130.992235, 43.504783], [130.992305, 43.500489], [130.978435, 43.491124], [130.95303, 43.483582], [130.943271, 43.475475], [130.937643, 43.474058], [130.913525, 43.450646], [130.900463, 43.43203], [130.896433, 43.433344], [130.886249, 43.431136], [130.854325, 43.435724], [130.844521, 43.446929], [130.83392, 43.45356], [130.833343, 43.461054], [130.81783, 43.491527], [130.816356, 43.500316], [130.797114, 43.503474], [130.789989, 43.510308], [130.785411, 43.518277], [130.784265, 43.522054], [130.785519, 43.525036], [130.767521, 43.521241], [130.765375, 43.525384], [130.754243, 43.533116], [130.752678, 43.537039], [130.728411, 43.54414], [130.724956, 43.552554], [130.721029, 43.557453], [130.71196, 43.558735], [130.695196, 43.557598], [130.693337, 43.559281], [130.695198, 43.563908], [130.692618, 43.56556], [130.680859, 43.566453], [130.67211, 43.56347], [130.664911, 43.563505], [130.66002, 43.58128], [130.654934, 43.578577], [130.650294, 43.578276], [130.644554, 43.581203], [130.641737, 43.584978], [130.624945, 43.580832], [130.620297, 43.583148], [130.616759, 43.588157], [130.625473, 43.612868], [130.621561, 43.618701], [130.617098, 43.62178], [130.611409, 43.622233], [130.600733, 43.617786], [130.595861, 43.620028], [130.589259, 43.618813], [130.587454, 43.614042], [130.582295, 43.611381], [130.564286, 43.623915], [130.552552, 43.62768], [130.5458, 43.624525], [130.545767, 43.621545], [130.53905, 43.620693], [130.533868, 43.621916], [130.52917, 43.627777], [130.526614, 43.628728], [130.512635, 43.631441], [130.508142, 43.633787], [130.498899, 43.634008], [130.489438, 43.642412], [130.481661, 43.652828], [130.467188, 43.654668], [130.461805, 43.653878], [130.448871, 43.644718], [130.442322, 43.643786], [130.429803, 43.643654], [130.405962, 43.649395], [130.401642, 43.662268], [130.403412, 43.666247], [130.39259, 43.671639], [130.390812, 43.67703], [130.39101, 43.686455], [130.388605, 43.689091], [130.386848, 43.699654], [130.389826, 43.704972], [130.401791, 43.715211], [130.401809, 43.719826], [130.408618, 43.733761], [130.414751, 43.735763], [130.416413, 43.740989], [130.405936, 43.753393], [130.384802, 43.764319], [130.372536, 43.778866], [130.374522, 43.789202], [130.373659, 43.807574], [130.371182, 43.816693], [130.37236, 43.823077], [130.360847, 43.830345], [130.355378, 43.840314], [130.35652, 43.843333], [130.360255, 43.846015], [130.372049, 43.850817], [130.378994, 43.85135], [130.376734, 43.858171], [130.364739, 43.869335], [130.364029, 43.87715], [130.35988, 43.881509], [130.35878, 43.886493], [130.366784, 43.898778], [130.376044, 43.9036], [130.371614, 43.909314], [130.361176, 43.912517], [130.362001, 43.91888], [130.348385, 43.938283], [130.334948, 43.943336], [130.331458, 43.948158], [130.333206, 43.951408], [130.329223, 43.956407], [130.330839, 43.961434], [130.33775, 43.961189], [130.342858, 43.973409], [130.356106, 43.988525], [130.354415, 44], [130.358853, 44.005808], [130.360239, 44.011699], [130.354873, 44.015285], [130.350872, 44.021584], [130.355539, 44.030375], [130.358708, 44.041015], [130.345841, 44.047901], [130.340098, 44.048736], [130.337818, 44.048464], [130.336203, 44.044037], [130.325836, 44.038882], [130.311772, 44.037011], [130.30687, 44.025593], [130.301378, 44.019627], [130.302866, 44.013688], [130.300379, 44.009524], [130.299251, 44], [130.290386, 43.997026], [130.280136, 43.987605], [130.265266, 43.978972], [130.265631, 43.975574], [130.267968, 43.973211], [130.268221, 43.96584], [130.253393, 43.954654], [130.249023, 43.94536], [130.231631, 43.938033], [130.229258, 43.939386], [130.225811, 43.945382], [130.220821, 43.946556], [130.206167, 43.943393], [130.197761, 43.944667], [130.192014, 43.940387], [130.182425, 43.938427], [130.182487, 43.932175], [130.178723, 43.929113], [130.169546, 43.929327], [130.155737, 43.916609], [130.146718, 43.9129], [130.145261, 43.907892], [130.146381, 43.888637], [130.136718, 43.876473], [130.116409, 43.874563], [130.109753, 43.871658], [130.104108, 43.863988], [130.103471, 43.849924], [130.102177, 43.848146], [130.092872, 43.841545], [130.077071, 43.838834], [130.072233, 43.834724], [130.059108, 43.83234], [130.049474, 43.836153], [130.042059, 43.843084], [130.040947, 43.848829], [130.028243, 43.852197], [130.019513, 43.85246], [130.014128, 43.859372], [130.006009, 43.872803], [130.002399, 43.890654], [130.009391, 43.909195], [130.011336, 43.912126], [130.016726, 43.914917], [130.014858, 43.929816], [130.010363, 43.932826], [130.018348, 43.941186], [130.008114, 43.954755], [130.009938, 43.955783], [130.010746, 43.959029], [130.003162, 43.962098], [129.992186, 43.973433], [129.988558, 43.975877], [129.984807, 43.975424], [129.981816, 43.979991], [129.994379, 43.987139], [129.993008, 43.996529], [129.988486, 43.999351], [129.982894, 43.998944], [129.981525, 43.996362], [129.979151, 43.996497], [129.97842, 44.002135], [129.9735, 44.012124], [129.965487, 44.016658], [129.953505, 44.017785], [129.94845, 44.023072], [129.944188, 44.024979], [129.931801, 44.025711], [129.924355, 44.021716], [129.921358, 44.015893], [129.917658, 44.01314], [129.910187, 44.01775], [129.910872, 44.0211], [129.900959, 44.021931], [129.895373, 44.014139], [129.894511, 44.009616], [129.89007, 44.011373], [129.884801, 44.009565], [129.876103, 44.002299], [129.873645, 43.997899], [129.862588, 44], [129.863205, 44.008887], [129.861411, 44.010329], [129.846595, 44], [129.845764, 43.994936], [129.833004, 43.992718], [129.825029, 43.983858], [129.815742, 43.978324], [129.803953, 43.965072], [129.796002, 43.962618], [129.788319, 43.963598], [129.775416, 43.960616], [129.774056, 43.95757], [129.774777, 43.951232], [129.778766, 43.945937], [129.783624, 43.9443], [129.78712, 43.938026], [129.782948, 43.930671], [129.778739, 43.932193], [129.775151, 43.931374], [129.770506, 43.92582], [129.779776, 43.907574], [129.77903, 43.899345], [129.773582, 43.893029], [129.759203, 43.889973], [129.746234, 43.894137], [129.732608, 43.89333], [129.73149, 43.88906], [129.732342, 43.880067], [129.728781, 43.876981], [129.7178, 43.875621], [129.703799, 43.87909], [129.690307, 43.88008], [129.678008, 43.875221], [129.663887, 43.874365], [129.649557, 43.869538], [129.632308, 43.875706], [129.612927, 43.877111], [129.602267, 43.879956], [129.591021, 43.876428], [129.587925, 43.872105], [129.560912, 43.868741], [129.552832, 43.869169], [129.541669, 43.872301], [129.518264, 43.868301], [129.505989, 43.87084], [129.491255, 43.877798], [129.485875, 43.872904], [129.482207, 43.871901], [129.46125, 43.872059], [129.459603, 43.870447], [129.46165, 43.865139], [129.460696, 43.863459], [129.443975, 43.849534], [129.432289, 43.842397], [129.405691, 43.84015], [129.407489, 43.835555], [129.399707, 43.829527], [129.39968, 43.816805], [129.388536, 43.815815], [129.381662, 43.810902], [129.3793, 43.806727], [129.363466, 43.798916], [129.350214, 43.796122], [129.339871, 43.796098], [129.315484, 43.806965], [129.302496, 43.80983], [129.304089, 43.799166], [129.300403, 43.795362], [129.294971, 43.793914], [129.283566, 43.794449], [129.279455, 43.797605], [129.275653, 43.806714], [129.271541, 43.811193], [129.26122, 43.812054], [129.251015, 43.816889], [129.247538, 43.816859], [129.237005, 43.810023], [129.233562, 43.804145], [129.218612, 43.795587], [129.20434, 43.780018], [129.20676, 43.765409], [129.211907, 43.749748], [129.204435, 43.74519], [129.214362, 43.73961], [129.209675, 43.726798], [129.209805, 43.722984], [129.215358, 43.716425], [129.223551, 43.713064], [129.2254, 43.706807], [129.219066, 43.699708], [129.20947, 43.695823], [129.207377, 43.692917], [129.210255, 43.688106], [129.211906, 43.679535], [129.210947, 43.67342], [129.207117, 43.666806], [129.207375, 43.661979], [129.211075, 43.649915], [129.220653, 43.643346], [129.225365, 43.632533], [129.225977, 43.606867], [129.223596, 43.602061], [129.223363, 43.591631], [129.220606, 43.587604], [129.21641, 43.584103], [129.202169, 43.581258], [129.198663, 43.575713], [129.198804, 43.572304], [129.190421, 43.571116], [129.185958, 43.573383], [129.176531, 43.565488], [129.167353, 43.560865], [129.163351, 43.559688], [129.159998, 43.568115], [129.137834, 43.567286], [129.13415, 43.561774], [129.114559, 43.552762], [129.102071, 43.556823], [129.091307, 43.553612], [129.089598, 43.547566], [129.08678, 43.544966], [129.080179, 43.545947], [129.050204, 43.542447], [129.033928, 43.538687], [129.007664, 43.520715], [129.00508, 43.520532], [129.001004, 43.521511], [128.991741, 43.528738], [128.982135, 43.530838], [128.977252, 43.53395], [128.956798, 43.536545], [128.950461, 43.541078], [128.943197, 43.551578], [128.938739, 43.553284], [128.929081, 43.553605], [128.919497, 43.551174], [128.914651, 43.545793], [128.907403, 43.541302], [128.888392, 43.538446], [128.875922, 43.538797], [128.869906, 43.541454], [128.860737, 43.555553], [128.848115, 43.554784], [128.84416, 43.565251], [128.844794, 43.573107], [128.833516, 43.57876], [128.828607, 43.584947], [128.816601, 43.630963], [128.814611, 43.634288], [128.807253, 43.636219], [128.80834, 43.642771], [128.803406, 43.656772], [128.793842, 43.672257], [128.781166, 43.684244], [128.780946, 43.689637], [128.782903, 43.693665], [128.77689, 43.702157], [128.777202, 43.707497], [128.779334, 43.711221], [128.777314, 43.713489], [128.765284, 43.717558], [128.767066, 43.721396], [128.766096, 43.726254], [128.761667, 43.729913], [128.747057, 43.725131], [128.735387, 43.731431], [128.739005, 43.735422], [128.73737, 43.736888], [128.722663, 43.734818], [128.721085, 43.738237], [128.722524, 43.743642], [128.730655, 43.75024], [128.741045, 43.754215], [128.756042, 43.753145], [128.761081, 43.756269], [128.755965, 43.756406], [128.752849, 43.758474], [128.74602, 43.775707], [128.736692, 43.790964], [128.736555, 43.798849], [128.734542, 43.802529], [128.726701, 43.807798], [128.718642, 43.809715], [128.712598, 43.815912], [128.714065, 43.821347], [128.720301, 43.829759], [128.754453, 43.855746], [128.750175, 43.862032], [128.741234, 43.867247], [128.732251, 43.875362], [128.728759, 43.881377], [128.719332, 43.891237], [128.702587, 43.89413], [128.690868, 43.900817], [128.689062, 43.899619], [128.687608, 43.893333], [128.675484, 43.890277], [128.667508, 43.891835], [128.663614, 43.894419], [128.654793, 43.887654], [128.647619, 43.888451], [128.646666, 43.891129], [128.641355, 43.892468], [128.636511, 43.889835], [128.630345, 43.889106], [128.628197, 43.899777], [128.632277, 43.903833], [128.627121, 43.910211], [128.623312, 43.919265], [128.624222, 43.922434], [128.63517, 43.931703], [128.634147, 43.945414], [128.618117, 43.948116], [128.612702, 43.951435], [128.602174, 43.960604], [128.58878, 43.978443], [128.579781, 43.986251], [128.578444, 43.98863], [128.578891, 44.000342], [128.575237, 44.010326], [128.571077, 44.013332], [128.56861, 44.030041], [128.569737, 44.03937], [128.568563, 44.045455], [128.560232, 44.048316], [128.560144, 44.053095], [128.554531, 44.056485], [128.552879, 44.060235], [128.552797, 44.066794], [128.532235, 44.089036], [128.529104, 44.098604], [128.522741, 44.109957], [128.511743, 44.118267], [128.496619, 44.124431], [128.492843, 44.131372], [128.485832, 44.134646], [128.476644, 44.149247], [128.469439, 44.153689], [128.465421, 44.158624], [128.456206, 44.184143], [128.45664, 44.190893], [128.459072, 44.194405], [128.454468, 44.199672], [128.44362, 44.201675], [128.452627, 44.210642], [128.452994, 44.220253], [128.459386, 44.227593], [128.464005, 44.23833], [128.465299, 44.24543], [128.462643, 44.24894], [128.458739, 44.251925], [128.45017, 44.252556], [128.447231, 44.256141], [128.450168, 44.265369], [128.462893, 44.285846], [128.4616, 44.295849], [128.468875, 44.3085], [128.466029, 44.317108], [128.454495, 44.325866], [128.448442, 44.328149], [128.448088, 44.33326], [128.439956, 44.337403], [128.448431, 44.341437], [128.45401, 44.340035], [128.462611, 44.340788], [128.468851, 44.343688], [128.469198, 44.360408], [128.475227, 44.373508], [128.465953, 44.388529], [128.459782, 44.391311], [128.455112, 44.397175], [128.450419, 44.408223], [128.450304, 44.417722], [128.456236, 44.426925], [128.45546, 44.432165], [128.449972, 44.435664], [128.447049, 44.435733], [128.440378, 44.443998], [128.43559, 44.444656], [128.430125, 44.450533], [128.431011, 44.457305], [128.428017, 44.458843], [128.421192, 44.471141], [128.414379, 44.472054], [128.40148, 44.479836], [128.389307, 44.482266], [128.382194, 44.487167], [128.380338, 44.493525], [128.366364, 44.512044], [128.339928, 44.507059], [128.330801, 44.502269], [128.322929, 44.493197], [128.290587, 44.48029], [128.285657, 44.468841], [128.286537, 44.465643], [128.265311, 44.458058], [128.254041, 44.456897], [128.250873, 44.453395], [128.247901, 44.444619], [128.222376, 44.443407], [128.216868, 44.441149], [128.212073, 44.434227], [128.205338, 44.429673], [128.203142, 44.419913], [128.196925, 44.409809], [128.191496, 44.395903], [128.190821, 44.38781], [128.183282, 44.372646], [128.184118, 44.366073], [128.182683, 44.362717], [128.166906, 44.345737], [128.161432, 44.341921], [128.156349, 44.342489], [128.148121, 44.353562], [128.14069, 44.355215], [128.130971, 44.355174], [128.117533, 44.346346], [128.105647, 44.356434], [128.09021, 44.35195], [128.070837, 44.365932], [128.066196, 44.372579], [128.060519, 44.368729], [128.061661, 44.363818], [128.056448, 44.354542], [128.043863, 44.348176], [128.044717, 44.34491], [128.048895, 44.34124], [128.057811, 44.33931], [128.050449, 44.330841], [128.050004, 44.326734], [128.056544, 44.321544], [128.05878, 44.31126], [128.058391, 44.305158], [128.074249, 44.304888], [128.074382, 44.300255], [128.081172, 44.291298], [128.085282, 44.290393], [128.091445, 44.293447], [128.095086, 44.291154], [128.09334, 44.284985], [128.083995, 44.27482], [128.079172, 44.271098], [128.065308, 44.265897], [128.057142, 44.258225], [128.058006, 44.248694], [128.06057, 44.246668], [128.072541, 44.243668], [128.085804, 44.245619], [128.085543, 44.239139], [128.081813, 44.238963], [128.080656, 44.23748], [128.088529, 44.231022], [128.095719, 44.227905], [128.098562, 44.212576], [128.096731, 44.210827], [128.085941, 44.213371], [128.084079, 44.212418], [128.085922, 44.179192], [128.080169, 44.177888], [128.063986, 44.179628], [128.063946, 44.175852], [128.055504, 44.171447], [128.053789, 44.167016], [128.062614, 44.162307], [128.068392, 44.156639], [128.07465, 44.15842], [128.080388, 44.157786], [128.081326, 44.156072], [128.078477, 44.145169], [128.08072, 44.140963], [128.085003, 44.137083], [128.095551, 44.134219], [128.095574, 44.13279], [128.08274, 44.129113], [128.061791, 44.115323], [128.053419, 44.107769], [128.046141, 44.104584], [128.036661, 44.101511], [128.026835, 44.105648], [128.020658, 44.105973], [128.013658, 44.102841], [128.00757, 44.095715], [128.000991, 44.091975], [127.975322, 44.088098], [127.964505, 44.088247], [127.954316, 44.084843], [127.943438, 44.086001], [127.925086, 44.073345], [127.913967, 44.069229], [127.906774, 44.062688], [127.900853, 44.062572], [127.883588, 44.06748], [127.875613, 44.063816], [127.858401, 44.060177], [127.841369, 44.071497], [127.839345, 44.080128], [127.835375, 44.08167], [127.829438, 44.079399], [127.814539, 44.079638], [127.801893, 44.084395], [127.79824, 44.079173], [127.791321, 44.074594], [127.777518, 44.069574], [127.760657, 44.079765], [127.75018, 44.081703], [127.740386, 44.087327], [127.732938, 44.089557], [127.722677, 44.096967], [127.727688, 44.105371], [127.729591, 44.112081], [127.726019, 44.133957], [127.715841, 44.151407], [127.714951, 44.155706], [127.71429, 44.160597], [127.71824, 44.191397], [127.713505, 44.200147], [127.706667, 44.197339], [127.697531, 44.187141], [127.697222, 44.179079], [127.692967, 44.173953], [127.683724, 44.170339], [127.675153, 44.164717], [127.662097, 44.169986], [127.660809, 44.175608], [127.652083, 44.179832], [127.63552, 44.191674], [127.631708, 44.185072], [127.619901, 44.18627], [127.615057, 44.192945], [127.602053, 44.204789], [127.592282, 44.222254], [127.584533, 44.22587], [127.593938, 44.235818], [127.595991, 44.236096], [127.598746, 44.243644], [127.60883, 44.252429], [127.617799, 44.253109], [127.617129, 44.256677], [127.608509, 44.268748], [127.618088, 44.275628], [127.616038, 44.280187], [127.602754, 44.292527], [127.590145, 44.296291], [127.585001, 44.303745], [127.577984, 44.304844], [127.573294, 44.307877], [127.565635, 44.326194], [127.558358, 44.328376], [127.552839, 44.333487], [127.55057, 44.338289], [127.535724, 44.347082], [127.53045, 44.35169], [127.527792, 44.357555], [127.522493, 44.360309], [127.515389, 44.358758], [127.517023, 44.370638], [127.515393, 44.376165], [127.50057, 44.390879], [127.490072, 44.39497], [127.481323, 44.395358], [127.477228, 44.399532], [127.479746, 44.407374], [127.496401, 44.421032], [127.495699, 44.42799], [127.501804, 44.436298], [127.493899, 44.448367], [127.472862, 44.455605], [127.457711, 44.478989], [127.4582, 44.484486], [127.469007, 44.49654], [127.463581, 44.503352], [127.459182, 44.514317], [127.470167, 44.51665], [127.472283, 44.523155], [127.479146, 44.526495], [127.499519, 44.52665], [127.502712, 44.525966], [127.508008, 44.520852], [127.524256, 44.519691], [127.530782, 44.520728], [127.54056, 44.531362], [127.54038, 44.536656], [127.564778, 44.54895], [127.560591, 44.553617], [127.562034, 44.558219], [127.556223, 44.562972], [127.551914, 44.571439], [127.541057, 44.575264], [127.533393, 44.574512], [127.529584, 44.572532], [127.518096, 44.575152], [127.517972, 44.578611], [127.506992, 44.580431], [127.502296, 44.584087], [127.500767, 44.587785], [127.502363, 44.589958], [127.500409, 44.592489], [127.487803, 44.598692], [127.48105, 44.600851], [127.475581, 44.598622], [127.472123, 44.600184], [127.469432, 44.603939], [127.459582, 44.605447], [127.445108, 44.612899], [127.439235, 44.613368], [127.435659, 44.611052], [127.429561, 44.611406], [127.409825, 44.619841], [127.40421, 44.620308], [127.398165, 44.625349], [127.397062, 44.630679], [127.394388, 44.632304], [127.383982, 44.630076], [127.316236, 44.63329], [127.31383, 44.635521], [127.302453, 44.637353], [127.270851, 44.638605], [127.265323, 44.632375], [127.263859, 44.621227], [127.259601, 44.613925], [127.255942, 44.610785], [127.238659, 44.617213], [127.230862, 44.616217], [127.223772, 44.620417], [127.216433, 44.61974], [127.208748, 44.622108], [127.207728, 44.623827], [127.209462, 44.628278], [127.219977, 44.633971], [127.224421, 44.638776], [127.22018, 44.641393], [127.21335, 44.640349], [127.204139, 44.646041], [127.199313, 44.645566], [127.195131, 44.643073], [127.179975, 44.64274], [127.170253, 44.637869], [127.16541, 44.64068], [127.163118, 44.630114], [127.146662, 44.616431], [127.140229, 44.613197], [127.134904, 44.612547], [127.131528, 44.609373], [127.132801, 44.606867], [127.131216, 44.605496], [127.120137, 44.607548], [127.111667, 44.613403], [127.088279, 44.613549], [127.082231, 44.60391], [127.084331, 44.597389], [127.08275, 44.591402], [127.071198, 44.58516], [127.054106, 44.568662], [127.047572, 44.56488], [127.042855, 44.564415], [127.035278, 44.587999], [127.023342, 44.594581], [127.020964, 44.598687], [127.027274, 44.606099], [127.035932, 44.610569], [127.034123, 44.632679], [127.03835, 44.648705], [127.036936, 44.652694], [127.030094, 44.658164], [127.023515, 44.673773], [127.026211, 44.677161], [127.029927, 44.690127], [127.030916, 44.701785], [127.034838, 44.710084], [127.034018, 44.714591], [127.029815, 44.72053], [127.023764, 44.722272], [127.021517, 44.728935], [126.991454, 44.762866], [126.988592, 44.780949], [126.983294, 44.796714], [126.980077, 44.819111], [126.978226, 44.822943], [126.987246, 44.836607], [126.98933, 44.84715], [126.996366, 44.854131], [126.99531, 44.873365], [127.004984, 44.888329], [127.014544, 44.892785], [127.015633, 44.896755], [127.025788, 44.897823], [127.030113, 44.90156], [127.036237, 44.903971], [127.066191, 44.904324], [127.065999, 44.910452], [127.06797, 44.916894], [127.070916, 44.917765], [127.073853, 44.913229], [127.078157, 44.91352], [127.08202, 44.921797], [127.082978, 44.932604], [127.078193, 44.940843], [127.085176, 44.943081], [127.086819, 44.945184], [127.078027, 44.953949], [127.068506, 44.955746], [127.0731, 44.962645], [127.063466, 44.967746], [127.064037, 44.97374], [127.051314, 44.988425], [127.031571, 44.990052], [127.03211, 44.995129], [127.043019, 45.00228], [127.043489, 45.004147], [127.03326, 45.007164], [127.028156, 45.011253], [127.028271, 45.015548], [127.01735, 45.019695], [127.007734, 45.025816], [127.008486, 45.033713], [127.002173, 45.036494], [126.995523, 45.043144], [126.992056, 45.054761], [126.979577, 45.065847], [126.967619, 45.067664], [126.96263, 45.071882], [126.96087, 45.082831], [126.971102, 45.102289], [126.974178, 45.105464], [126.967121, 45.106325], [126.966755, 45.110386], [126.963302, 45.115293], [126.95006, 45.119869], [126.950451, 45.126601], [126.958464, 45.131887], [126.953321, 45.137014], [126.941268, 45.13739], [126.930799, 45.134865], [126.908766, 45.142298], [126.896565, 45.138203], [126.878232, 45.140502], [126.862414, 45.136987], [126.850919, 45.140863], [126.840363, 45.136386], [126.832191, 45.130021], [126.828523, 45.131304], [126.825294, 45.137019], [126.824627, 45.144202], [126.820026, 45.145532], [126.814027, 45.144336], [126.8112, 45.136226], [126.809594, 45.135277], [126.805648, 45.134957], [126.797331, 45.13768], [126.791103, 45.132247], [126.787228, 45.13266], [126.78413, 45.13503], [126.781153, 45.143609], [126.780145, 45.157318], [126.764842, 45.163785], [126.757047, 45.174482], [126.747479, 45.17573], [126.739073, 45.172833], [126.728455, 45.174293], [126.725576, 45.176236], [126.726624, 45.184283], [126.72354, 45.186176], [126.683024, 45.184511], [126.679671, 45.185366], [126.673207, 45.19316], [126.656302, 45.1938], [126.658133, 45.197655], [126.655002, 45.203425], [126.642686, 45.209856], [126.63721, 45.210674], [126.637884, 45.214124], [126.642009, 45.218812], [126.640411, 45.22156], [126.625238, 45.223911], [126.6172, 45.233314], [126.608612, 45.235965], [126.601514, 45.234803], [126.597811, 45.239619], [126.592029, 45.239004], [126.591163, 45.237102], [126.593025, 45.233636], [126.5858, 45.231217], [126.583227, 45.235353], [126.589508, 45.24414], [126.574716, 45.249239], [126.563174, 45.250107], [126.54958, 45.247551], [126.543016, 45.238535], [126.538668, 45.237154], [126.531677, 45.238336], [126.521296, 45.244348], [126.511423, 45.244882], [126.508012, 45.239972], [126.503925, 45.237715], [126.492128, 45.240579], [126.483555, 45.23494], [126.47224, 45.234614], [126.465611, 45.231988], [126.452473, 45.231582], [126.449552, 45.226408], [126.431243, 45.220684], [126.425397, 45.221054], [126.417397, 45.23049], [126.412799, 45.230363], [126.408755, 45.225847], [126.39271, 45.218465], [126.388748, 45.214315], [126.374454, 45.205702], [126.369101, 45.197755], [126.357856, 45.194448], [126.354816, 45.18629], [126.35007, 45.182926], [126.34218, 45.182705], [126.337498, 45.189756], [126.33268, 45.190708], [126.330135, 45.189744], [126.326862, 45.184802], [126.318343, 45.181022], [126.3167, 45.176658], [126.307008, 45.18001], [126.298351, 45.175579], [126.294708, 45.178754], [126.296969, 45.187291], [126.292609, 45.189909], [126.286732, 45.189821], [126.283399, 45.188233], [126.282129, 45.185373], [126.287721, 45.175373], [126.283775, 45.173607], [126.275781, 45.173112], [126.274149, 45.170382], [126.283213, 45.166197], [126.285775, 45.162901], [126.281072, 45.160162], [126.276946, 45.160041], [126.261486, 45.166587], [126.258156, 45.166584], [126.252682, 45.159298], [126.252947, 45.155722], [126.256484, 45.153328], [126.256246, 45.148981], [126.25151, 45.147846], [126.242891, 45.150608], [126.239181, 45.147594], [126.245148, 45.144178], [126.245165, 45.141625], [126.229465, 45.137715], [126.224955, 45.139926], [126.223936, 45.145289], [126.212774, 45.145094], [126.211152, 45.143067], [126.207509, 45.142446], [126.196711, 45.151185], [126.191858, 45.150035], [126.183737, 45.142996], [126.174689, 45.142658], [126.164338, 45.138895], [126.163818, 45.132206], [126.161622, 45.13073], [126.149608, 45.136553], [126.141868, 45.143584], [126.125217, 45.144582], [126.11526, 45.141703], [126.113476, 45.143362], [126.114592, 45.148118], [126.112395, 45.149428], [126.108516, 45.148096], [126.108465, 45.142094], [126.104457, 45.13985], [126.094905, 45.144593], [126.08623, 45.146289], [126.081452, 45.150487], [126.082194, 45.152999], [126.07707, 45.162806], [126.065343, 45.162026], [126.058263, 45.166088], [126.044829, 45.165638], [126.04054, 45.169585], [126.028927, 45.165286], [126.021135, 45.160388], [126.012301, 45.1597], [126.007062, 45.163849], [126.003686, 45.164313], [126, 45.161871], [125.989729, 45.160657], [125.989051, 45.163016], [125.992091, 45.164663], [125.987667, 45.167239], [125.987444, 45.170835], [125.98832, 45.17244], [125.994984, 45.174475], [125.99422, 45.177244], [125.989287, 45.177126], [125.982457, 45.173486], [125.975014, 45.176847], [125.97256, 45.176246], [125.969451, 45.172516], [125.964963, 45.173999], [125.96758, 45.178116], [125.973934, 45.179779], [125.978826, 45.179179], [125.975311, 45.182644], [125.975475, 45.184827], [125.977306, 45.185116], [125.97853, 45.18247], [125.980205, 45.182378], [125.981242, 45.186237], [125.98771, 45.186165], [125.985816, 45.190671], [125.982294, 45.193318], [125.978272, 45.193993], [125.971706, 45.189266], [125.966739, 45.188793], [125.950295, 45.191865], [125.940202, 45.197104], [125.912526, 45.193914], [125.907715, 45.194618], [125.900558, 45.19968], [125.901111, 45.201996], [125.898014, 45.207846], [125.887741, 45.209262], [125.88166, 45.219049], [125.876988, 45.219672], [125.870779, 45.216695], [125.866248, 45.217174], [125.859434, 45.229599], [125.851918, 45.226602], [125.848572, 45.227155], [125.84552, 45.234847], [125.840825, 45.237287], [125.830731, 45.234936], [125.813625, 45.236238], [125.805922, 45.246906], [125.808703, 45.252825], [125.805651, 45.260907], [125.808061, 45.263806], [125.808106, 45.267199], [125.791547, 45.269816], [125.786838, 45.274595], [125.783108, 45.27379], [125.779917, 45.269302], [125.773829, 45.27215], [125.770932, 45.270896], [125.773233, 45.274056], [125.782335, 45.277706], [125.780048, 45.282194], [125.780639, 45.286966], [125.770493, 45.288231], [125.766315, 45.292823], [125.758362, 45.286976], [125.753202, 45.289731], [125.752565, 45.28716], [125.756941, 45.285108], [125.75739, 45.283445], [125.754429, 45.281085], [125.750195, 45.280624], [125.749292, 45.283664], [125.745462, 45.285897], [125.742521, 45.290936], [125.747357, 45.295231], [125.747592, 45.297188], [125.743528, 45.299476], [125.741085, 45.304848], [125.734855, 45.310751], [125.729454, 45.311531], [125.725658, 45.321481], [125.723158, 45.322992], [125.718354, 45.321494], [125.70831, 45.323084], [125.709248, 45.325501], [125.715467, 45.328583], [125.718932, 45.332347], [125.718529, 45.336015], [125.713618, 45.338215], [125.701768, 45.337666], [125.696553, 45.34118], [125.68832, 45.351353], [125.690485, 45.355393], [125.688355, 45.359996], [125.691893, 45.363731], [125.69117, 45.36739], [125.694938, 45.37074], [125.699538, 45.38389], [125.707969, 45.39013], [125.711319, 45.401651], [125.706631, 45.422346], [125.699696, 45.423431], [125.698182, 45.425697], [125.698043, 45.438148], [125.701027, 45.443901], [125.690521, 45.446756], [125.689111, 45.449038], [125.691241, 45.453078], [125.702668, 45.454421], [125.707251, 45.458265], [125.706686, 45.461512], [125.702916, 45.463168], [125.698205, 45.463224], [125.696463, 45.460197], [125.693829, 45.45931], [125.691392, 45.459828], [125.689743, 45.462327], [125.690727, 45.474439], [125.692997, 45.472859], [125.703269, 45.47476], [125.702717, 45.482555], [125.696237, 45.485494], [125.688263, 45.48416], [125.679669, 45.488989], [125.68216, 45.492892], [125.695857, 45.496605], [125.699177, 45.500855], [125.686184, 45.507546], [125.684517, 45.513705], [125.669704, 45.504598], [125.661995, 45.503387], [125.652153, 45.504178], [125.643367, 45.508518], [125.635023, 45.518413], [125.625832, 45.52114], [125.619127, 45.520981], [125.609425, 45.515813], [125.58177, 45.489679], [125.573877, 45.486651], [125.552964, 45.485047], [125.528091, 45.479787], [125.490628, 45.465269], [125.485702, 45.465323], [125.479763, 45.470362], [125.478717, 45.48091], [125.47327, 45.485716], [125.460838, 45.486117], [125.437859, 45.482497], [125.422249, 45.486456], [125.414743, 45.485908], [125.41323, 45.481384], [125.41543, 45.4755], [125.422718, 45.471012], [125.427973, 45.464576], [125.428316, 45.460853], [125.425299, 45.453532], [125.415811, 45.444711], [125.409082, 45.431276], [125.402904, 45.423357], [125.367313, 45.393762], [125.354485, 45.388675], [125.344654, 45.389232], [125.335957, 45.393119], [125.32597, 45.408176], [125.31954, 45.411085], [125.320777, 45.414159], [125.319974, 45.41742], [125.312484, 45.419939], [125.307774, 45.418398], [125.304789, 45.414478], [125.305387, 45.411437], [125.310162, 45.406122], [125.310432, 45.402733], [125.304918, 45.399903], [125.298586, 45.399345], [125.293077, 45.400495], [125.279291, 45.410479], [125.262566, 45.416207], [125.251513, 45.417494], [125.242679, 45.4163], [125.190798, 45.398181], [125.180208, 45.396246], [125.168779, 45.398307], [125.160018, 45.404517], [125.148689, 45.409301], [125.137238, 45.409516], [125.121754, 45.399135], [125.108986, 45.387081], [125.101438, 45.383129], [125.079573, 45.377301], [125.06805, 45.378229], [125.05968, 45.386083], [125.059319, 45.393405], [125.061895, 45.397357], [125.081481, 45.405055], [125.086309, 45.41184], [125.085277, 45.419359], [125.076611, 45.421359], [125.055781, 45.419894], [125.047052, 45.423073], [125.04396, 45.425855], [125.037111, 45.44352], [125.027877, 45.46049], [125.026101, 45.487665], [125.022134, 45.489542], [124.989278, 45.489868], [124.946357, 45.494363], [124.940216, 45.499608], [124.935453, 45.506972], [124.934761, 45.5118], [124.937077, 45.519203], [124.930562, 45.531065], [124.925219, 45.536232], [124.914619, 45.539874], [124.910222, 45.539725], [124.903901, 45.533088], [124.902719, 45.530316], [124.903245, 45.51836], [124.898771, 45.514295], [124.895901, 45.508077], [124.888657, 45.498814], [124.882177, 45.497728], [124.87585, 45.490296], [124.874978, 45.479788], [124.886304, 45.453398], [124.886936, 45.447232], [124.883661, 45.440063], [124.875466, 45.435278], [124.863275, 45.437044], [124.841476, 45.450038], [124.835645, 45.452694], [124.826886, 45.453866], [124.812381, 45.448145], [124.803141, 45.440792], [124.793843, 45.436497], [124.781651, 45.434145], [124.774706, 45.435525], [124.771407, 45.438008], [124.769676, 45.442918], [124.77487, 45.463467], [124.761991, 45.467656], [124.756596, 45.467647], [124.746928, 45.464276], [124.741204, 45.45784], [124.736315, 45.446969], [124.734141, 45.444385], [124.728787, 45.442218], [124.711777, 45.442364], [124.69095, 45.449714], [124.685676, 45.450197], [124.668202, 45.445368], [124.650742, 45.435436], [124.639273, 45.433551], [124.622229, 45.435158], [124.584435, 45.451094], [124.573278, 45.450953], [124.568682, 45.447607], [124.568119, 45.444298], [124.578347, 45.4337], [124.578231, 45.427169], [124.575217, 45.423728], [124.558967, 45.416137], [124.551878, 45.410485], [124.544699, 45.409126], [124.53506, 45.41062], [124.501256, 45.422538], [124.489684, 45.433306], [124.4755, 45.453346], [124.468608, 45.455941], [124.4454, 45.454653], [124.424803, 45.449624], [124.415511, 45.445783], [124.411695, 45.438326], [124.407877, 45.436424], [124.393761, 45.437728], [124.370768, 45.450636], [124.366487, 45.457946], [124.367063, 45.464077], [124.363701, 45.472724], [124.359579, 45.47735], [124.347153, 45.484782], [124.344785, 45.48902], [124.345899, 45.493741], [124.356274, 45.501006], [124.361613, 45.509399], [124.362793, 45.514145], [124.359566, 45.533509], [124.354791, 45.54079], [124.349156, 45.543903], [124.342651, 45.544279], [124.288133, 45.536584], [124.275909, 45.539585], [124.257363, 45.553456], [124.254088, 45.558552], [124.254807, 45.565286], [124.26787, 45.583418], [124.26636, 45.587962], [124.258389, 45.590913], [124.251518, 45.590882], [124.239481, 45.58803], [124.233167, 45.588522], [124.223198, 45.592333], [124.219611, 45.596333], [124.217577, 45.601809], [124.218231, 45.606574], [124.232564, 45.621691], [124.231705, 45.626036], [124.226955, 45.631007], [124.221408, 45.631988], [124.214451, 45.630901], [124.189398, 45.616147], [124.174952, 45.612169], [124.156391, 45.612902], [124.144167, 45.617972], [124.135476, 45.624518], [124.130529, 45.630546], [124.136653, 45.645061], [124.144708, 45.654208], [124.144569, 45.65836], [124.138369, 45.661038], [124.120865, 45.661552], [124.115193, 45.66509], [124.115632, 45.667096], [124.128226, 45.672276], [124.132783, 45.676389], [124.133774, 45.680614], [124.130927, 45.686557], [124.12588, 45.690624], [124.104998, 45.693718], [124.095116, 45.698852], [124.091041, 45.705235], [124.092779, 45.715702], [124.090927, 45.720054], [124.081532, 45.725976], [124.075986, 45.733904], [124.061954, 45.740273], [124.051393, 45.748776], [124.042597, 45.750513], [124.013784, 45.745521], [124.010418, 45.747313], [123.994276, 45.767831], [123.994678, 45.774352], [124.000205, 45.779057], [124.004993, 45.78079], [124.020413, 45.780649], [124.02907, 45.784395], [124.037201, 45.791], [124.057868, 45.794405], [124.059706, 45.796995], [124.058819, 45.799382], [124.035979, 45.812084], [124.027431, 45.825394], [124.02636, 45.831606], [124.028062, 45.836194], [124.033017, 45.838165], [124.039829, 45.838226], [124.051884, 45.835085], [124.060261, 45.836469], [124.064461, 45.841498], [124.064076, 45.850192], [124.062394, 45.862967], [124.057113, 45.874713], [124.05688, 45.882168], [124.05226, 45.887678], [123.99673, 45.90205], [123.973195, 45.919968], [123.961103, 45.936871], [123.956967, 45.949361], [123.957691, 45.958635], [123.959982, 45.963343], [123.9725, 45.977966], [123.980767, 45.979755], [123.989272, 45.977389], [123.997759, 45.977479], [124.007524, 45.980668], [124.014867, 45.985933], [124.014987, 45.991284], [124.010493, 45.995923], [123.985699, 46.003317], [123.981761, 46.009182], [123.982681, 46.015952], [123.992785, 46.019616], [124.006416, 46.016101], [124.026636, 46.014584], [124.032293, 46.016884], [124.032959, 46.019837], [124.031211, 46.033797], [124.024294, 46.046892], [124.017375, 46.050541], [124.001531, 46.05486], [123.996595, 46.060051], [123.996602, 46.063375], [123.998931, 46.067285], [124.011795, 46.074881], [124.012878, 46.0808], [124.011405, 46.084644], [124.008796, 46.087727], [124.002848, 46.090617], [123.994451, 46.090171], [123.989529, 46.091525], [123.98743, 46.092559], [123.98545, 46.097255], [123.988027, 46.105069], [124.001532, 46.108453], [124.007625, 46.112211], [124.010723, 46.117443], [124.010174, 46.120883], [124.007531, 46.123815], [123.985041, 46.135251], [123.983289, 46.139971], [123.984479, 46.143711], [123.987156, 46.145978], [124.001534, 46.152727], [124.003889, 46.155883], [124.004004, 46.159091], [124.001535, 46.163444], [123.993977, 46.165775], [123.989162, 46.16552], [123.981735, 46.161616], [123.971385, 46.159675], [123.966571, 46.160947], [123.965143, 46.162822], [123.96609, 46.167362], [123.971431, 46.173596], [123.972093, 46.176775], [123.970106, 46.181809], [123.955058, 46.19203], [123.950756, 46.200959], [123.950801, 46.209972], [123.956242, 46.21304], [123.965525, 46.214161], [123.974269, 46.217219], [123.976626, 46.222883], [123.976, 46.224827], [123.968843, 46.228585], [123.95945, 46.236699], [123.949562, 46.239886], [123.948588, 46.242387], [123.946039, 46.25031], [123.946176, 46.258257], [123.957821, 46.268036], [123.963029, 46.27463], [123.956236, 46.280657], [123.953818, 46.288661], [123.928513, 46.284694], [123.922439, 46.274645], [123.92608, 46.272152], [123.924982, 46.268736], [123.917419, 46.261978], [123.912698, 46.254204], [123.897355, 46.257644], [123.890189, 46.264617], [123.901235, 46.274907], [123.896398, 46.289886], [123.90214, 46.293336], [123.903168, 46.297501], [123.893686, 46.302152], [123.861836, 46.297289], [123.850363, 46.298096], [123.843327, 46.300632], [123.824669, 46.288842], [123.821108, 46.28997], [123.822164, 46.286264], [123.812064, 46.280558], [123.798295, 46.28193], [123.797513, 46.274009], [123.793864, 46.27416], [123.792915, 46.272277], [123.789796, 46.271323], [123.785849, 46.271539], [123.782066, 46.26939], [123.780663, 46.265782], [123.772313, 46.262164], [123.749838, 46.258225], [123.743727, 46.260664], [123.744159, 46.261588], [123.737891, 46.262242], [123.718506, 46.253781], [123.698729, 46.256241], [123.689859, 46.252386], [123.683522, 46.252836], [123.677838, 46.25122], [123.673449, 46.252128], [123.66654, 46.256676], [123.613704, 46.250295], [123.598609, 46.25011], [123.599153, 46.247553], [123.59777, 46.245862], [123.59229, 46.243042], [123.590885, 46.237903], [123.592245, 46.23761], [123.592484, 46.235101], [123.590229, 46.234389], [123.59032, 46.232356], [123.567847, 46.228501], [123.56355, 46.224878], [123.563396, 46.221892], [123.556876, 46.228221], [123.556102, 46.23421], [123.545417, 46.232519], [123.537905, 46.233321], [123.525048, 46.240198], [123.520057, 46.247325], [123.511452, 46.248954], [123.507769, 46.252689], [123.492788, 46.257683], [123.479645, 46.251168], [123.477541, 46.24758], [123.471122, 46.24769], [123.474073, 46.244577], [123.47112, 46.244767], [123.472752, 46.242517], [123.47015, 46.240107], [123.464816, 46.238278], [123.463683, 46.24028], [123.459429, 46.237327], [123.458017, 46.238139], [123.452556, 46.232965], [123.446263, 46.230393], [123.44447, 46.234273], [123.439165, 46.237798], [123.434426, 46.236811], [123.429407, 46.240632], [123.424305, 46.242084], [123.420256, 46.238833], [123.411963, 46.239827], [123.410345, 46.238337], [123.402433, 46.242395], [123.400631, 46.237441], [123.397897, 46.237558], [123.393085, 46.240963], [123.391378, 46.239726], [123.387492, 46.242612], [123.385809, 46.241407], [123.386379, 46.239872], [123.382027, 46.239354], [123.381677, 46.236821], [123.384087, 46.234668], [123.379475, 46.233634], [123.379276, 46.231634], [123.382896, 46.23067], [123.382575, 46.227992], [123.379667, 46.22562], [123.376301, 46.226903], [123.374309, 46.22284], [123.366803, 46.220939], [123.349107, 46.226141], [123.352856, 46.228714], [123.348532, 46.230408], [123.350625, 46.232032], [123.34563, 46.236752], [123.341514, 46.24388], [123.335459, 46.241464], [123.333622, 46.243354], [123.329373, 46.242124], [123.32654, 46.246716], [123.323557, 46.246309], [123.314039, 46.252635], [123.312556, 46.251842], [123.314287, 46.250379], [123.313442, 46.249487], [123.300969, 46.246916], [123.295793, 46.246347], [123.286942, 46.250283], [123.280507, 46.24829], [123.273802, 46.252051], [123.274391, 46.25411], [123.27096, 46.255336], [123.272597, 46.26141], [123.26971, 46.259499], [123.261521, 46.262031], [123.257221, 46.260919], [123.256287, 46.265257], [123.247138, 46.263493], [123.247049, 46.26566], [123.24491, 46.266006], [123.241674, 46.271494], [123.213406, 46.267705], [123.204729, 46.260196], [123.15906, 46.239411], [123.172047, 46.246139], [123.135402, 46.296318], [123.088237, 46.340222], [123.005098, 46.433079], [123.001149, 46.449548], [123.001996, 46.460255], [123.0043, 46.461678], [123.00404, 46.522974], [122.996542, 46.560698], [122.996689, 46.573504], [123.002097, 46.575067], [123.045982, 46.578122], [123.044607, 46.592501], [123.039268, 46.615353], [123.042369, 46.617399], [123.071337, 46.620895], [123.073794, 46.604346], [123.079582, 46.589411], [123.095137, 46.590774], [123.091707, 46.601245], [123.174026, 46.612391], [123.199205, 46.589833], [123.203416, 46.587615], [123.206449, 46.588282], [123.208565, 46.586165], [123.210782, 46.588762], [123.215875, 46.590594], [123.221955, 46.586465], [123.237638, 46.592783], [123.23826, 46.596911], [123.236645, 46.60179], [123.272906, 46.615331], [123.269878, 46.637296], [123.271828, 46.642818], [123.267912, 46.648273], [123.264641, 46.649523], [123.270833, 46.659657], [123.290155, 46.661926], [123.312424, 46.660513], [123.322853, 46.665327], [123.342887, 46.669065], [123.360523, 46.675778], [123.467233, 46.684906], [123.597914, 46.688035], [123.612653, 46.719744], [123.623301, 46.724814], [123.625278, 46.727705], [123.622281, 46.739925], [123.62015, 46.741242], [123.618084, 46.761822], [123.624762, 46.7625], [123.620353, 46.783701], [123.620372, 46.787091], [123.621957, 46.787672], [123.619071, 46.804346], [123.623413, 46.807242], [123.624502, 46.811016], [123.626833, 46.812473], [123.590382, 46.811747], [123.57893, 46.817515], [123.574046, 46.824209], [123.578327, 46.828103], [123.609717, 46.835503], [123.615619, 46.84054], [123.616307, 46.845359], [123.614721, 46.848647], [123.598338, 46.856019], [123.59254, 46.862083], [123.594078, 46.869343], [123.60228, 46.879311], [123.601852, 46.886495], [123.598883, 46.889622], [123.583757, 46.889407], [123.575636, 46.891812], [123.572039, 46.89078], [123.569941, 46.888167], [123.570834, 46.872501], [123.562139, 46.863322], [123.567628, 46.852941], [123.569104, 46.846826], [123.564175, 46.8275], [123.552196, 46.822951], [123.531963, 46.827742], [123.507562, 46.824033], [123.496397, 46.825826], [123.489905, 46.82917], [123.48143, 46.836925], [123.477482, 46.844617], [123.477637, 46.85785], [123.489535, 46.870293], [123.492029, 46.884601], [123.499114, 46.891483], [123.505204, 46.907264], [123.517076, 46.923073], [123.521795, 46.943148], [123.52085, 46.957219], [123.509908, 46.952406], [123.509166, 46.950103], [123.491694, 46.949336], [123.479038, 46.952809], [123.46912, 46.951057], [123.466771, 46.948828], [123.459175, 46.948268], [123.456934, 46.945247], [123.449062, 46.943889], [123.446725, 46.940058], [123.435116, 46.935988], [123.419923, 46.932058], [123.411864, 46.932467], [123.385737, 46.93875], [123.383989, 46.947602], [123.380892, 46.952613], [123.346018, 46.976852], [123.343514, 46.976619], [123.334765, 46.984324], [123.320269, 46.989623], [123.316524, 46.988304], [123.311436, 46.989805], [123.294966, 46.998056], [123.295633, 46.994836], [123.291457, 46.988639], [123.297121, 46.962426], [123.354374, 46.968564], [123.379942, 46.950473], [123.382943, 46.943562], [123.383654, 46.936308], [123.397954, 46.933524], [123.39669, 46.918567], [123.399287, 46.914059], [123.399775, 46.904017], [123.392387, 46.885052], [123.367671, 46.8355], [123.3596, 46.83535], [123.354279, 46.832985], [123.349127, 46.833736], [123.344705, 46.829448], [123.341369, 46.830387], [123.338226, 46.829268], [123.333927, 46.824535], [123.328878, 46.826838], [123.324363, 46.836106], [123.326393, 46.840076], [123.316664, 46.85163], [123.302222, 46.860265], [123.289332, 46.863325], [123.283125, 46.861276], [123.283404, 46.858265], [123.279141, 46.854426], [123.265989, 46.859985], [123.255967, 46.860569], [123.245597, 46.852969], [123.230669, 46.858991], [123.228823, 46.861781], [123.210202, 46.849533], [123.215195, 46.847533], [123.213215, 46.841428], [123.210937, 46.840052], [123.209617, 46.833638], [123.21204, 46.826966], [123.214583, 46.825867], [123.217652, 46.81997], [123.21195, 46.814904], [123.203745, 46.815954], [123.200378, 46.803984], [123.197992, 46.801683], [123.192823, 46.801983], [123.192002, 46.798165], [123.1847, 46.792288], [123.178444, 46.782757], [123.176168, 46.771479], [123.172938, 46.767984], [123.173328, 46.760526], [123.170768, 46.753407], [123.149144, 46.740084], [123.141811, 46.740344], [123.11324, 46.732574], [123.103284, 46.73184], [123.090671, 46.736011], [123.087152, 46.734992], [123.086963, 46.737775], [123.084786, 46.739504], [123.078734, 46.739187], [123.069735, 46.742525], [123.059759, 46.740531], [123.059657, 46.734807], [123.053384, 46.736773], [123.048537, 46.732416], [123.038965, 46.73113], [123.030616, 46.725635], [123.019573, 46.721984], [123.000448, 46.726062], [122.995993, 46.737374], [122.990582, 46.737726], [122.988083, 46.740576], [122.991947, 46.758741], [122.949436, 46.772728], [122.944329, 46.780911], [122.935765, 46.783119], [122.933112, 46.787127], [122.927633, 46.783573], [122.920027, 46.781474], [122.920965, 46.788132], [122.918752, 46.796359], [122.914495, 46.797687], [122.912386, 46.802199], [122.901006, 46.805647], [122.902124, 46.816623], [122.892508, 46.826384], [122.893357, 46.833131], [122.891992, 46.835561], [122.895361, 46.840241], [122.894181, 46.842579], [122.894991, 46.849312], [122.891929, 46.852454], [122.894687, 46.85419], [122.894079, 46.860697], [122.891119, 46.86219], [122.890593, 46.866582], [122.886335, 46.871796], [122.880147, 46.877022], [122.874648, 46.885174], [122.873871, 46.889202], [122.874366, 46.891155], [122.88778, 46.893438], [122.886584, 46.897176], [122.893449, 46.916329], [122.893645, 46.92155], [122.889106, 46.925537], [122.893962, 46.939733], [122.891832, 46.945214], [122.893292, 46.951203], [122.888454, 46.955976], [122.890131, 46.956602], [122.889244, 46.958436], [122.87261, 46.955253], [122.876305, 46.951724], [122.874219, 46.950054], [122.868681, 46.95528], [122.866143, 46.951773], [122.855573, 46.945641], [122.853563, 46.945918], [122.843757, 46.938357], [122.833846, 46.935139], [122.824201, 46.936997], [122.813117, 46.935252], [122.796286, 46.935385], [122.794628, 46.938323], [122.790699, 46.936173], [122.78897, 46.939675], [122.784964, 46.939612], [122.786413, 46.947851], [122.791487, 46.952202], [122.792504, 46.95555], [122.779818, 46.959868], [122.781022, 46.960801], [122.777434, 46.962175], [122.777124, 46.964073], [122.768552, 46.972016], [122.769973, 46.986322], [122.776229, 46.98749], [122.772053, 47.000895], [122.794043, 47.017162], [122.795465, 47.020314], [122.836472, 47.042806], [122.839938, 47.046492], [122.840198, 47.05093], [122.850083, 47.057229], [122.846265, 47.070227], [122.840638, 47.06737], [122.825834, 47.064706], [122.817781, 47.066203], [122.815626, 47.064272], [122.809567, 47.064964], [122.808152, 47.067884], [122.798593, 47.074111], [122.783016, 47.076632], [122.776034, 47.073416], [122.745604, 47.076099], [122.743441, 47.079166], [122.735405, 47.078546], [122.732925, 47.087044], [122.720208, 47.088087], [122.693592, 47.096605], [122.68789, 47.094444], [122.682061, 47.089745], [122.673273, 47.095038], [122.667417, 47.095158], [122.659663, 47.098696], [122.659783, 47.102181], [122.657934, 47.105035], [122.649096, 47.105011], [122.620347, 47.115484], [122.604585, 47.12813], [122.604458, 47.132103], [122.606645, 47.134759], [122.5914, 47.152896], [122.588354, 47.153436], [122.586386, 47.151026], [122.577085, 47.157986], [122.572359, 47.157841], [122.568467, 47.164401], [122.562695, 47.163329], [122.558465, 47.166173], [122.558304, 47.169496], [122.547089, 47.173517], [122.531416, 47.199105], [122.518134, 47.213242], [122.503946, 47.241014], [122.500821, 47.241816], [122.499894, 47.244875], [122.490216, 47.254096], [122.471417, 47.261802], [122.45489, 47.279055], [122.456283, 47.284068], [122.452172, 47.288377], [122.451815, 47.293137], [122.45489, 47.295132], [122.450526, 47.295786], [122.450441, 47.301168], [122.44262, 47.302878], [122.441668, 47.304405], [122.438044, 47.303101], [122.436985, 47.306317], [122.427146, 47.311322], [122.426431, 47.314799], [122.430479, 47.317278], [122.42669, 47.323287], [122.422461, 47.325662], [122.423729, 47.326239], [122.422212, 47.328496], [122.417688, 47.327331], [122.413471, 47.328909], [122.411749, 47.348176], [122.459988, 47.378156], [122.501569, 47.399756], [122.508862, 47.414991], [122.514227, 47.442185], [122.530606, 47.465824], [122.534547, 47.487156], [122.537591, 47.493204], [122.568741, 47.533306], [122.587275, 47.545061], [122.646858, 47.569044], [122.682493, 47.580543], [122.755989, 47.611157], [122.772401, 47.621301], [122.777218, 47.627002], [122.823385, 47.660106], [122.84639, 47.674175], [122.941153, 47.702109], [122.976605, 47.715536], [123.036266, 47.744243], [123.160866, 47.781577], [123.207263, 47.822005], [123.237455, 47.858243], [123.251583, 47.879993], [123.259534, 47.896241], [123.274426, 47.918322], [123.281848, 47.940073], [123.293321, 47.951861], [123.309919, 47.957103], [123.313194, 47.96042], [123.317303, 47.958849], [123.342833, 47.962723], [123.371024, 47.973396], [123.527923, 48.019494], [123.568762, 48.040637], [123.606993, 48.071938], [123.650507, 48.112866], [123.695673, 48.148261], [123.741905, 48.196663], [123.797019, 48.229964], [123.815918, 48.245812], [123.850022, 48.266424], [123.884073, 48.294907], [123.928681, 48.325854], [123.964506, 48.35557], [124.015292, 48.393047], [124.047784, 48.414662], [124.074845, 48.435572], [124.095109, 48.44376], [124.124306, 48.458278], [124.170039, 48.484851], [124.231634, 48.517804], [124.25224, 48.534527], [124.261207, 48.534164], [124.270855, 48.525908], [124.281028, 48.521404], [124.292045, 48.519734], [124.295394, 48.517399], [124.29777, 48.510717], [124.303518, 48.503156], [124.302808, 48.494213], [124.30838, 48.478761], [124.304781, 48.474105], [124.296221, 48.470899], [124.297273, 48.453459], [124.307682, 48.441987], [124.326259, 48.430355], [124.321421, 48.423357], [124.317623, 48.421922], [124.316441, 48.419523], [124.306833, 48.418462], [124.301996, 48.410131], [124.308297, 48.406169], [124.312423, 48.395023], [124.320669, 48.390887], [124.317007, 48.387069], [124.318942, 48.37679], [124.308205, 48.369603], [124.309273, 48.363768], [124.319121, 48.35452], [124.317907, 48.3518], [124.311178, 48.349037], [124.31031, 48.345541], [124.320567, 48.339521], [124.333975, 48.316011], [124.350943, 48.30949], [124.345683, 48.306102], [124.343901, 48.300911], [124.353947, 48.291272], [124.360231, 48.288821], [124.369538, 48.27361], [124.373447, 48.271696], [124.381805, 48.271266], [124.395189, 48.263327], [124.395768, 48.260298], [124.389827, 48.255623], [124.395544, 48.246394], [124.415303, 48.244015], [124.415054, 48.23637], [124.420267, 48.232725], [124.421585, 48.221318], [124.419877, 48.219373], [124.410196, 48.219885], [124.404849, 48.217157], [124.402446, 48.213407], [124.409428, 48.206863], [124.4118, 48.190873], [124.410571, 48.187264], [124.416432, 48.180184], [124.430277, 48.176186], [124.43636, 48.17681], [124.443691, 48.174455], [124.447518, 48.170954], [124.454166, 48.173493], [124.455698, 48.178439], [124.456805, 48.1783], [124.459907, 48.174789], [124.458548, 48.171229], [124.464115, 48.172518], [124.471405, 48.165138], [124.469671, 48.160875], [124.458602, 48.15771], [124.455955, 48.153512], [124.456255, 48.15012], [124.461159, 48.142886], [124.467586, 48.138436], [124.466044, 48.132135], [124.461128, 48.129307], [124.427054, 48.124738], [124.423112, 48.123045], [124.422555, 48.118665], [124.430567, 48.112437], [124.431253, 48.110158], [124.427811, 48.105349], [124.418815, 48.104521], [124.413236, 48.102155], [124.412463, 48.099978], [124.415003, 48.095595], [124.415012, 48.091974], [124.410959, 48.086522], [124.416454, 48.085823], [124.422291, 48.080638], [124.427529, 48.080722], [124.429928, 48.083573], [124.428435, 48.090369], [124.430757, 48.093081], [124.442978, 48.097044], [124.452823, 48.095306], [124.459183, 48.096072], [124.469247, 48.104117], [124.471777, 48.111592], [124.468492, 48.117505], [124.472394, 48.122986], [124.480962, 48.124717], [124.489738, 48.118756], [124.495128, 48.118889], [124.498554, 48.12366], [124.499735, 48.130667], [124.504558, 48.135727], [124.515893, 48.139884], [124.519444, 48.142708], [124.521647, 48.147578], [124.522033, 48.158099], [124.507637, 48.162495], [124.504942, 48.164475], [124.505177, 48.166629], [124.508936, 48.168255], [124.518431, 48.168215], [124.521092, 48.170145], [124.522242, 48.171898], [124.519994, 48.175385], [124.513298, 48.18015], [124.512541, 48.185044], [124.531855, 48.19277], [124.545632, 48.205388], [124.544823, 48.210533], [124.546691, 48.216795], [124.555924, 48.224392], [124.556013, 48.228849], [124.551621, 48.234302], [124.553538, 48.239056], [124.560383, 48.245209], [124.568719, 48.24864], [124.572455, 48.252246], [124.57227, 48.25942], [124.569884, 48.263827], [124.567002, 48.265269], [124.552015, 48.266356], [124.549094, 48.268069], [124.548573, 48.270933], [124.55255, 48.275806], [124.553513, 48.284449], [124.557119, 48.289378], [124.56209, 48.291535], [124.573048, 48.292871], [124.576556, 48.296045], [124.575902, 48.298579], [124.571491, 48.302516], [124.562362, 48.304511], [124.559022, 48.307362], [124.559758, 48.313618], [124.556692, 48.318856], [124.54046, 48.326653], [124.533931, 48.333302], [124.534105, 48.3368], [124.542689, 48.345731], [124.539215, 48.351681], [124.538721, 48.357547], [124.535461, 48.364183], [124.53111, 48.367485], [124.519726, 48.366947], [124.509644, 48.373955], [124.508058, 48.377346], [124.508825, 48.379455], [124.518881, 48.386607], [124.518912, 48.390751], [124.514703, 48.397999], [124.516714, 48.405184], [124.514684, 48.408544], [124.519828, 48.417988], [124.518799, 48.424536], [124.503892, 48.437879], [124.500611, 48.442783], [124.500629, 48.445568], [124.503846, 48.448064], [124.518718, 48.4497], [124.532093, 48.459198], [124.548226, 48.46216], [124.550069, 48.465769], [124.546206, 48.470502], [124.53422, 48.473506], [124.532808, 48.475178], [124.532943, 48.489778], [124.530447, 48.49385], [124.526595, 48.512313], [124.530195, 48.519079], [124.539479, 48.525437], [124.542902, 48.530678], [124.53661, 48.538483], [124.518067, 48.544308], [124.520247, 48.558488], [124.536006, 48.579214], [124.540774, 48.582285], [124.557425, 48.584609], [124.5592, 48.588762], [124.566462, 48.59311], [124.57307, 48.606957], [124.57547, 48.616548], [124.596707, 48.63215], [124.597939, 48.639483], [124.596254, 48.656679], [124.608989, 48.667239], [124.617677, 48.70131], [124.612816, 48.715182], [124.60662, 48.74654], [124.616819, 48.755901], [124.619721, 48.764323], [124.642201, 48.775326], [124.646614, 48.785128], [124.639509, 48.797199], [124.636715, 48.806811], [124.639821, 48.819067], [124.647122, 48.831397], [124.649432, 48.833415], [124.670754, 48.840302], [124.678697, 48.838799], [124.700245, 48.859714], [124.70794, 48.884652], [124.700562, 48.888809], [124.704416, 48.899072], [124.705783, 48.910551], [124.712752, 48.918369], [124.736333, 48.91859], [124.745217, 48.923796], [124.74769, 48.930992], [124.74315, 48.938743], [124.74157, 48.948189], [124.757009, 48.977755], [124.77254, 48.995171], [124.784037, 48.999383], [124.7928, 49.008018], [124.800256, 49.017121], [124.802917, 49.022831], [124.803509, 49.031847], [124.81518, 49.042447], [124.815881, 49.046078], [124.810208, 49.052519], [124.809106, 49.057295], [124.812966, 49.063072], [124.82138, 49.068658], [124.822864, 49.073663], [124.816636, 49.084845], [124.800472, 49.106102], [124.801811, 49.113266], [124.809466, 49.117634], [124.825553, 49.118798], [124.838236, 49.126038], [124.843081, 49.133736], [124.855217, 49.165529], [124.873088, 49.173642], [124.898691, 49.18122], [124.906819, 49.181181], [124.914268, 49.178584], [124.947529, 49.162871], [124.963208, 49.164055], [124.974555, 49.161101], [124.984103, 49.163983], [124.996333, 49.174069], [125.012209, 49.170855], [125.026098, 49.175549], [125.030364, 49.175593], [125.033074, 49.17481], [125.034797, 49.169305], [125.033738, 49.166579], [125.026904, 49.160403], [125.026148, 49.156444], [125.02964, 49.151518], [125.047305, 49.145052], [125.055477, 49.13883], [125.079321, 49.133625], [125.096402, 49.126644], [125.108235, 49.124152], [125.11349, 49.126254], [125.126065, 49.138694], [125.140819, 49.140024], [125.148326, 49.145077], [125.150959, 49.148618], [125.154011, 49.159913], [125.157886, 49.16372], [125.170828, 49.171036], [125.175543, 49.18025], [125.179318, 49.183987], [125.189602, 49.185218], [125.20138, 49.183632], [125.212203, 49.187394], [125.213273, 49.192693], [125.211276, 49.204035], [125.21924, 49.215671], [125.221087, 49.228295], [125.218409, 49.238402], [125.206589, 49.243125], [125.205548, 49.246035], [125.209744, 49.251966], [125.216632, 49.252465], [125.224869, 49.250588], [125.229996, 49.254321], [125.22727, 49.256915], [125.213819, 49.257443], [125.21374, 49.26134], [125.220719, 49.266447], [125.220545, 49.269047], [125.218652, 49.271071], [125.207201, 49.273388], [125.206271, 49.276961], [125.2096, 49.280903], [125.219129, 49.282272], [125.234411, 49.300911], [125.246084, 49.310629], [125.25655, 49.314949], [125.256928, 49.319997], [125.245331, 49.323144], [125.242701, 49.325919], [125.244449, 49.329729], [125.2546, 49.33263], [125.257219, 49.335869], [125.253135, 49.344148], [125.247265, 49.349507], [125.246486, 49.356106], [125.25495, 49.3604], [125.265739, 49.356786], [125.269847, 49.359699], [125.268787, 49.361912], [125.262075, 49.366004], [125.269722, 49.374268], [125.268535, 49.382827], [125.260424, 49.38866], [125.249381, 49.390693], [125.248374, 49.393934], [125.25272, 49.404497], [125.251631, 49.41675], [125.252593, 49.424801], [125.248685, 49.433563], [125.26161, 49.443697], [125.263809, 49.450733], [125.258744, 49.457376], [125.220585, 49.486269], [125.220062, 49.488104], [125.221645, 49.489994], [125.233791, 49.492425], [125.236767, 49.496253], [125.232717, 49.501461], [125.219293, 49.50291], [125.216878, 49.504842], [125.216138, 49.517699], [125.202567, 49.536623], [125.204088, 49.539095], [125.207795, 49.539566], [125.220737, 49.532851], [125.225703, 49.534083], [125.228129, 49.536407], [125.226024, 49.558057], [125.223102, 49.560467], [125.212601, 49.561859], [125.208717, 49.564544], [125.213433, 49.567961], [125.227919, 49.572966], [125.227407, 49.575579], [125.221713, 49.581768], [125.227195, 49.587406], [125.226675, 49.591649], [125.217125, 49.593644], [125.207076, 49.590042], [125.196951, 49.592525], [125.190572, 49.602354], [125.175178, 49.612193], [125.170253, 49.616992], [125.166639, 49.622484], [125.167291, 49.62769], [125.165887, 49.628469], [125.160324, 49.627638], [125.158436, 49.619446], [125.153102, 49.615409], [125.145298, 49.615019], [125.137343, 49.618778], [125.131866, 49.62428], [125.129322, 49.633124], [125.122421, 49.640646], [125.120112, 49.659375], [125.123187, 49.668737], [125.130033, 49.672181], [125.161522, 49.665589], [125.176981, 49.656217], [125.18199, 49.649651], [125.177494, 49.633846], [125.184208, 49.629224], [125.19191, 49.635294], [125.191973, 49.647246], [125.212384, 49.667274], [125.21381, 49.670806], [125.209349, 49.704877], [125.210938, 49.712759], [125.218264, 49.724088], [125.211706, 49.727694], [125.198002, 49.731579], [125.196032, 49.734156], [125.201193, 49.743097], [125.214106, 49.753123], [125.220727, 49.772017], [125.219914, 49.775552], [125.2145, 49.782916], [125.219938, 49.789736], [125.215939, 49.796496], [125.205727, 49.803721], [125.173966, 49.81746], [125.170847, 49.822294], [125.170556, 49.826188], [125.171883, 49.82791], [125.178148, 49.82954], [125.215044, 49.834003], [125.22859, 49.838759], [125.231454, 49.842622], [125.232454, 49.847274], [125.216457, 49.857506], [125.215296, 49.863226], [125.219923, 49.865853], [125.233931, 49.864974], [125.236714, 49.866519], [125.237958, 49.869819], [125.225297, 49.891378], [125.206182, 49.904169], [125.205792, 49.910131], [125.21863, 49.91999], [125.219223, 49.921908], [125.210457, 49.923454], [125.202539, 49.92946], [125.192591, 49.932385], [125.191339, 49.940554], [125.176251, 49.950667], [125.176786, 49.95547], [125.183, 49.957857], [125.203301, 49.960055], [125.221264, 49.956131], [125.224513, 49.956694], [125.235565, 49.968149], [125.235746, 49.973859], [125.233406, 49.982557], [125.234205, 49.986032], [125.237219, 49.989159], [125.245403, 49.992053], [125.269442, 49.994165], [125.281932, 50.000535], [125.287588, 50.005651], [125.290756, 50.015854], [125.290158, 50.020935], [125.285662, 50.028755], [125.278054, 50.033483], [125.271542, 50.035301], [125.261527, 50.034108], [125.25104, 50.036066], [125.244109, 50.041493], [125.244488, 50.04395], [125.256991, 50.045137], [125.267808, 50.053162], [125.278986, 50.05715], [125.284489, 50.054747], [125.291602, 50.047144], [125.300478, 50.043694], [125.305055, 50.043501], [125.320826, 50.048498], [125.330913, 50.055662], [125.327485, 50.061599], [125.324517, 50.063396], [125.291553, 50.066129], [125.270423, 50.070995], [125.266545, 50.073733], [125.263485, 50.078855], [125.280727, 50.088419], [125.281593, 50.090283], [125.277487, 50.093126], [125.267393, 50.09629], [125.257092, 50.096033], [125.251041, 50.098421], [125.249716, 50.100872], [125.267974, 50.10467], [125.271268, 50.106613], [125.275874, 50.111321], [125.2719, 50.117695], [125.270671, 50.125009], [125.284776, 50.129888], [125.296295, 50.138283], [125.304975, 50.138314], [125.306973, 50.133827], [125.308139, 50.122182], [125.311501, 50.119255], [125.318243, 50.117194], [125.320295, 50.117882], [125.321788, 50.121102], [125.322313, 50.126303], [125.320075, 50.130075], [125.320908, 50.133953], [125.333189, 50.135257], [125.3439, 50.133843], [125.370292, 50.136742], [125.372428, 50.138749], [125.369683, 50.143455], [125.350343, 50.147014], [125.331194, 50.157124], [125.326864, 50.16344], [125.334316, 50.164584], [125.349692, 50.162281], [125.361772, 50.168578], [125.370135, 50.171063], [125.376632, 50.171114], [125.380139, 50.175046], [125.380629, 50.178134], [125.375436, 50.182759], [125.375379, 50.190882], [125.380947, 50.197379], [125.384952, 50.197877], [125.399899, 50.193528], [125.410537, 50.194432], [125.418422, 50.199838], [125.433725, 50.204096], [125.440833, 50.210025], [125.440907, 50.215027], [125.428079, 50.222303], [125.427269, 50.227787], [125.428341, 50.229386], [125.435977, 50.230634], [125.449332, 50.225462], [125.456491, 50.227556], [125.456788, 50.229117], [125.452752, 50.233143], [125.440769, 50.238413], [125.444225, 50.250441], [125.436621, 50.254801], [125.434476, 50.25772], [125.436034, 50.261158], [125.44321, 50.266204], [125.446889, 50.266611], [125.454775, 50.263988], [125.459574, 50.266926], [125.456236, 50.281209], [125.456175, 50.294464], [125.459433, 50.295894], [125.466622, 50.294348], [125.471143, 50.295212], [125.479758, 50.305333], [125.489348, 50.310656], [125.497027, 50.310893], [125.505275, 50.308403], [125.513982, 50.310787], [125.514407, 50.312287], [125.511894, 50.314691], [125.498267, 50.315544], [125.495356, 50.317571], [125.495103, 50.319746], [125.501423, 50.323694], [125.511756, 50.323102], [125.522253, 50.326762], [125.523045, 50.329861], [125.51655, 50.333052], [125.509618, 50.33897], [125.509669, 50.344937], [125.515159, 50.349587], [125.531032, 50.350738], [125.539351, 50.357698], [125.535703, 50.361683], [125.519656, 50.363639], [125.513041, 50.368281], [125.512904, 50.370078], [125.515991, 50.372323], [125.527974, 50.376195], [125.530342, 50.379233], [125.517416, 50.401717], [125.513915, 50.403885], [125.506005, 50.405268], [125.505407, 50.40753], [125.517574, 50.411519], [125.520577, 50.418595], [125.527063, 50.419172], [125.559827, 50.401411], [125.566088, 50.399949], [125.571769, 50.400664], [125.575327, 50.404329], [125.576127, 50.407499], [125.565297, 50.417398], [125.562604, 50.423601], [125.557244, 50.428379], [125.554541, 50.436188], [125.557151, 50.440437], [125.561141, 50.440933], [125.580655, 50.436348], [125.582005, 50.438856], [125.580494, 50.440836], [125.571883, 50.441256], [125.569276, 50.444124], [125.573067, 50.447629], [125.584344, 50.451077], [125.607533, 50.448662], [125.610399, 50.44361], [125.614187, 50.442162], [125.62727, 50.44312], [125.639743, 50.450734], [125.646921, 50.469071], [125.658893, 50.477411], [125.670411, 50.47574], [125.67791, 50.479911], [125.687331, 50.479076], [125.692718, 50.481914], [125.693195, 50.484157], [125.690906, 50.485828], [125.681343, 50.484637], [125.675065, 50.486582], [125.674721, 50.490438], [125.678105, 50.493754], [125.695219, 50.495982], [125.705501, 50.503493], [125.71701, 50.515081], [125.729697, 50.521403], [125.737493, 50.520707], [125.746134, 50.516106], [125.743967, 50.511374], [125.734908, 50.511043], [125.733117, 50.509879], [125.733606, 50.508501], [125.745368, 50.505482], [125.750399, 50.506452], [125.757137, 50.511153], [125.755469, 50.513839], [125.75654, 50.516087], [125.766012, 50.519096], [125.76516, 50.523229], [125.758976, 50.525673], [125.760856, 50.529353], [125.782789, 50.529563], [125.789556, 50.533415], [125.792486, 50.539278], [125.804101, 50.546816], [125.813974, 50.546839], [125.816512, 50.548263], [125.814119, 50.556389], [125.821757, 50.560006], [125.821997, 50.565539], [125.818143, 50.574568], [125.810116, 50.584316], [125.809503, 50.594196], [125.802603, 50.598683], [125.800895, 50.602082], [125.805258, 50.610179], [125.807414, 50.622441], [125.803872, 50.626135], [125.794226, 50.630266], [125.788262, 50.636878], [125.785137, 50.64312], [125.78645, 50.649617], [125.796533, 50.656342], [125.796855, 50.661439], [125.782885, 50.672039], [125.779811, 50.676393], [125.790011, 50.681211], [125.80925, 50.686236], [125.813637, 50.690924], [125.814701, 50.69665], [125.817973, 50.702393], [125.810953, 50.708524], [125.800144, 50.710722], [125.79616, 50.714701], [125.783942, 50.717846], [125.773264, 50.723969], [125.773323, 50.72622], [125.776665, 50.72943], [125.786406, 50.732336], [125.78795, 50.736523], [125.786273, 50.739236], [125.77189, 50.746223], [125.766055, 50.746269], [125.759628, 50.743617], [125.751676, 50.744715], [125.750355, 50.746462], [125.753156, 50.751617], [125.760511, 50.756208], [125.770902, 50.765992], [125.785073, 50.771235], [125.793763, 50.772516], [125.803818, 50.766484], [125.81481, 50.763469], [125.819668, 50.759808], [125.820079, 50.755896], [125.828124, 50.754178], [125.832982, 50.755254], [125.839401, 50.767645], [125.825687, 50.779292], [125.823947, 50.783921], [125.828469, 50.791835], [125.83415, 50.792943], [125.850204, 50.78929], [125.862515, 50.792941], [125.870428, 50.79836], [125.877304, 50.80022], [125.883147, 50.804734], [125.88272, 50.807041], [125.871207, 50.814018], [125.874417, 50.818921], [125.879665, 50.82152], [125.905801, 50.824538], [125.912068, 50.828639], [125.91545, 50.833237], [125.918051, 50.842679], [125.910249, 50.849608], [125.899849, 50.853712], [125.887008, 50.854539], [125.886881, 50.85604], [125.901044, 50.857463], [125.912626, 50.852846], [125.923491, 50.852216], [125.93579, 50.853126], [125.944341, 50.857454], [125.948709, 50.864667], [125.934176, 50.869716], [125.941726, 50.875502], [125.94665, 50.891612], [125.95154, 50.898937], [125.953676, 50.899592], [125.962177, 50.898315], [125.967444, 50.894875], [125.967663, 50.889679], [125.965, 50.879761], [125.968212, 50.875231], [125.975804, 50.869647], [125.989296, 50.870249], [125.993629, 50.879891], [125.98732, 50.887107], [125.987043, 50.894188], [125.988168, 50.895521], [125.99437, 50.894359], [125.996984, 50.896885], [125.992482, 50.899928], [125.988761, 50.899955], [125.987867, 50.904341], [125.998434, 50.903058], [126.003561, 50.90836], [126.006653, 50.908878], [126.008516, 50.907772], [126.011419, 50.901068], [126.020273, 50.900226], [126.022481, 50.90238], [126.022565, 50.905621], [126.01471, 50.912043], [126.011555, 50.922499], [126.013704, 50.926405], [126.028588, 50.933397], [126.031483, 50.931235], [126.029613, 50.924456], [126.035097, 50.924087], [126.038705, 50.943822], [126.061152, 50.964849], [126.065581, 50.97679], [126.065536, 50.978545], [126.062438, 50.97953], [126.045871, 50.975687], [126.033999, 50.9801], [126.034491, 50.982858], [126.040044, 50.985263], [126.040998, 50.988539], [126.038776, 50.996016], [126.030816, 50.999039], [126.025817, 51.008526], [126.032371, 51.013541], [126.037269, 51.015125], [126.044188, 51.02865], [126.041526, 51.031359], [126.036275, 51.031046], [126.0324, 51.032969], [126.031395, 51.035438], [126.033573, 51.037344], [126.038221, 51.037389], [126.042806, 51.033049], [126.048611, 51.03257], [126.052842, 51.035618], [126.052224, 51.041094], [126.043709, 51.045579], [126.034529, 51.044094], [126.023206, 51.048299], [126.020759, 51.049738], [126.021481, 51.052021], [126.019823, 51.054976], [126.001372, 51.056235], [126.000369, 51.057668], [126.013413, 51.065154], [126.014098, 51.068516], [126.010164, 51.068832], [126.005587, 51.066911], [125.99591, 51.068712], [125.983212, 51.077732], [125.968187, 51.083871], [125.97162, 51.085865], [125.978912, 51.083218], [125.983523, 51.084392], [125.982759, 51.086814], [125.976061, 51.086417], [125.969357, 51.090293], [125.97524, 51.09588], [125.981811, 51.095732], [125.984007, 51.098134], [125.981084, 51.099601], [125.98073, 51.101817], [125.982477, 51.110033], [125.987348, 51.114091], [125.986932, 51.118013], [125.983082, 51.118071], [125.981444, 51.113879], [125.977267, 51.112921], [125.97533, 51.115764], [125.976169, 51.121076], [125.965975, 51.124035], [125.956397, 51.116503], [125.938134, 51.107138], [125.927236, 51.111522], [125.920873, 51.12025], [125.917501, 51.122179], [125.921556, 51.125832], [125.925975, 51.126957], [125.917163, 51.130239], [125.91353, 51.127446], [125.911706, 51.127797], [125.909206, 51.131845], [125.913129, 51.131233], [125.913901, 51.133799], [125.907002, 51.137222], [125.90185, 51.138251], [125.883636, 51.133226], [125.88158, 51.134698], [125.883357, 51.136834], [125.881406, 51.138463], [125.868074, 51.13792], [125.857934, 51.144089], [125.857416, 51.146069], [125.859036, 51.151026], [125.871266, 51.157646], [125.870845, 51.161225], [125.865663, 51.162122], [125.855231, 51.170153], [125.859715, 51.176632], [125.849836, 51.188557], [125.850967, 51.195167], [125.844233, 51.201496], [125.84652, 51.206443], [125.842244, 51.207304], [125.833765, 51.212494], [125.836268, 51.21541], [125.833383, 51.21892], [125.812862, 51.225601], [125.788539, 51.223158], [125.78097, 51.225791], [125.763341, 51.224125], [125.749579, 51.226032], [125.744174, 51.232713], [125.75655, 51.242268], [125.757597, 51.245205], [125.755303, 51.247996], [125.754329, 51.2529], [125.756761, 51.259967], [125.739166, 51.266743], [125.713219, 51.293254], [125.708681, 51.30036], [125.704381, 51.300976], [125.700127, 51.303782], [125.70728, 51.308774], [125.695204, 51.317032], [125.694171, 51.323984], [125.686139, 51.338017], [125.681327, 51.339278], [125.680496, 51.337339], [125.67616, 51.336139], [125.66297, 51.341112], [125.663161, 51.344477], [125.660333, 51.348269], [125.648422, 51.353044], [125.635556, 51.362743], [125.633896, 51.365083], [125.637058, 51.369038], [125.628024, 51.372258], [125.617182, 51.379326], [125.616138, 51.385036], [125.611024, 51.389582], [125.613719, 51.394373], [125.616807, 51.395847], [125.616572, 51.397808], [125.606257, 51.39886], [125.601336, 51.401153], [125.594607, 51.411685], [125.584771, 51.418901], [125.579822, 51.425055], [125.573926, 51.428357], [125.571919, 51.426699], [125.565541, 51.429331], [125.566673, 51.431846], [125.561484, 51.435019], [125.560503, 51.437344], [125.569404, 51.440942], [125.572218, 51.444932], [125.570516, 51.449653], [125.560178, 51.451272], [125.558356, 51.452147], [125.557515, 51.456109], [125.538113, 51.463103], [125.535627, 51.472813], [125.523044, 51.481622], [125.516437, 51.489912], [125.49922, 51.499472], [125.488199, 51.509553], [125.47472, 51.516647], [125.471305, 51.519513], [125.472037, 51.522638], [125.469625, 51.525591], [125.453469, 51.530699], [125.448028, 51.537557], [125.432601, 51.54879], [125.425209, 51.551343], [125.416151, 51.561992], [125.411571, 51.562783], [125.39733, 51.571783], [125.372544, 51.583982], [125.369448, 51.591627], [125.370578, 51.600302], [125.367309, 51.603089], [125.362747, 51.612716], [125.359293, 51.616405], [125.347301, 51.621148], [125.328322, 51.620385], [125.314835, 51.615172], [125.311363, 51.607062], [125.308299, 51.607163], [125.290844, 51.617319], [125.289076, 51.624216], [125.27978, 51.632788], [125.264965, 51.63642], [125.260057, 51.63152], [125.252773, 51.627509], [125.223288, 51.638179], [125.218375, 51.636431], [125.214093, 51.632576], [125.209667, 51.624584], [125.198955, 51.626553], [125.165515, 51.637539], [125.145593, 51.634744], [125.140162, 51.631691], [125.127098, 51.630989], [125.121329, 51.633161], [125.123298, 51.644856], [125.12062, 51.656936], [125.114396, 51.66105], [125.095767, 51.656636], [125.079981, 51.639102], [125.060466, 51.623301], [125.053414, 51.597008], [125.056723, 51.580532], [125.062091, 51.564298], [125.0658, 51.561203], [125.069589, 51.553388], [125.058029, 51.548673], [125.053665, 51.53837], [125.05325, 51.533061], [125.040677, 51.526984], [125.007693, 51.525943], [124.990401, 51.521753], [124.982441, 51.516751], [124.980906, 51.509568], [124.978285, 51.506744], [124.964726, 51.502151], [124.93908, 51.503463], [124.916617, 51.498597], [124.913648, 51.494637], [124.91224, 51.47859], [124.931149, 51.454611], [124.936851, 51.442429], [124.919715, 51.433423], [124.90437, 51.432573], [124.871163, 51.402367], [124.870162, 51.399955], [124.871965, 51.396595], [124.878555, 51.392756], [124.878698, 51.390221], [124.866548, 51.379914], [124.86052, 51.37809], [124.846057, 51.378489], [124.795815, 51.387879], [124.780815, 51.394318], [124.772291, 51.390919], [124.749939, 51.377619], [124.744466, 51.370456], [124.748579, 51.366451], [124.748588, 51.360508], [124.742634, 51.354507], [124.705356, 51.339623], [124.660074, 51.332384], [124.655994, 51.334737], [124.644547, 51.336544], [124.62278, 51.323691], [124.593499, 51.343285], [124.589327, 51.347854], [124.588867, 51.351433], [124.583018, 51.356936], [124.554047, 51.373519], [124.544701, 51.37561], [124.531654, 51.371236], [124.514724, 51.373852], [124.493839, 51.381596], [124.489053, 51.3811], [124.477428, 51.377785], [124.47409, 51.372691], [124.470084, 51.360801], [124.459767, 51.362243], [124.440647, 51.360768], [124.42488, 51.352602], [124.41789, 51.341519], [124.422257, 51.305951], [124.419043, 51.298091], [124.400303, 51.281024], [124.396834, 51.271786], [124.384419, 51.273878], [124.372932, 51.27866], [124.347869, 51.278815], [124.337334, 51.27068], [124.327521, 51.279647], [124.330324, 51.289704], [124.324063, 51.292005], [124.301668, 51.287035], [124.293317, 51.288472], [124.293507, 51.292955], [124.291229, 51.295613], [124.261875, 51.315345], [124.255335, 51.32268], [124.239055, 51.334348], [124.226404, 51.341694], [124.206154, 51.3483], [124.170652, 51.337629], [124.143411, 51.344439], [124.13, 51.338548], [124.12558, 51.33886], [124.110496, 51.344902], [124.084588, 51.340465], [124.072776, 51.323506], [124.062985, 51.317726], [124.04182, 51.320079], [124.022393, 51.318262], [124.003384, 51.323445], [123.985659, 51.323591], [123.970873, 51.321493], [123.937902, 51.311833], [123.920745, 51.300251], [123.907377, 51.303575], [123.886396, 51.31374], [123.854319, 51.340931], [123.850748, 51.347555], [123.850313, 51.353298], [123.832249, 51.36374], [123.813427, 51.367829], [123.786997, 51.359954], [123.745039, 51.37508], [123.724583, 51.385377], [123.718755, 51.390235], [123.716381, 51.396949], [123.711413, 51.398192], [123.694861, 51.392197], [123.67448, 51.37234], [123.671082, 51.365322], [123.674739, 51.362825], [123.672614, 51.353264], [123.660315, 51.345672], [123.653727, 51.346157], [123.649821, 51.332314], [123.652894, 51.3245], [123.649819, 51.317825], [123.646592, 51.317157], [123.635337, 51.32172], [123.619141, 51.315946], [123.594434, 51.310514], [123.578722, 51.310895], [123.574995, 51.309674], [123.571626, 51.30557], [123.575059, 51.291636], [123.549182, 51.287621], [123.537199, 51.288855], [123.527921, 51.28657], [123.523706, 51.283151], [123.502714, 51.283616], [123.497761, 51.289036], [123.483318, 51.291678], [123.451938, 51.288113], [123.448847, 51.285575], [123.448727, 51.273554], [123.443876, 51.270633], [123.423175, 51.270536], [123.3955, 51.276788], [123.377905, 51.269453], [123.372169, 51.263159], [123.365548, 51.262101], [123.35561, 51.264283], [123.34449, 51.270295], [123.333511, 51.272403], [123.331262, 51.270799], [123.300003, 51.264831], [123.275565, 51.244761], [123.248899, 51.256987], [123.240964, 51.258358], [123.228507, 51.267383], [123.219552, 51.277679], [123.204154, 51.281574], [123.182122, 51.281025], [123.160839, 51.285636], [123.156274, 51.291418], [123.154085, 51.297827], [123.140886, 51.302098], [123.135568, 51.301544], [123.125485, 51.295474], [123.12305, 51.295426], [123.102906, 51.306615], [123.08237, 51.308692], [123.060056, 51.318628], [123.023155, 51.31889], [123.016528, 51.314037], [123.014456, 51.308415], [123.01133, 51.305947], [123.008228, 51.30507], [122.997509, 51.308607], [122.970615, 51.328224], [122.963371, 51.337047], [122.963362, 51.34309], [122.949689, 51.360321], [122.957644, 51.370663], [122.960975, 51.387386], [122.943145, 51.395972], [122.933861, 51.406597], [122.928846, 51.407543], [122.912951, 51.40613], [122.894867, 51.414606], [122.891551, 51.420013], [122.890588, 51.429923], [122.893851, 51.43804], [122.901433, 51.444841], [122.869214, 51.44749], [122.864762, 51.45944], [122.858604, 51.465802], [122.852255, 51.468983], [122.851138, 51.47252], [122.854512, 51.478245], [122.872828, 51.489153], [122.87912, 51.504123], [122.871623, 51.511536], [122.863148, 51.510351], [122.860053, 51.511835], [122.848346, 51.526497], [122.863408, 51.531585], [122.880252, 51.533908], [122.881035, 51.548154], [122.851007, 51.567617], [122.837902, 51.573304], [122.829438, 51.574522], [122.826032, 51.578687], [122.831703, 51.591645], [122.850225, 51.599752], [122.851157, 51.60317], [122.847676, 51.612166], [122.835151, 51.624658], [122.829154, 51.626321], [122.82279, 51.625759], [122.814693, 51.633572], [122.811498, 51.642311], [122.811975, 51.655592], [122.79961, 51.660328], [122.79488, 51.671092], [122.788858, 51.678965], [122.778433, 51.683513], [122.77244, 51.68968], [122.767199, 51.712319], [122.765142, 51.728847], [122.750959, 51.733628], [122.74139, 51.740004], [122.740633, 51.745081], [122.749327, 51.750497], [122.765846, 51.769403], [122.752801, 51.797107], [122.741571, 51.806382], [122.730944, 51.820606], [122.724631, 51.831951], [122.72851, 51.849755], [122.719246, 51.859193], [122.719105, 51.868394], [122.714911, 51.877509], [122.712568, 51.879538], [122.705176, 51.881371], [122.698137, 51.880807], [122.693282, 51.887119], [122.71011, 51.910787], [122.717157, 51.913626], [122.726809, 51.921422], [122.72658, 51.92362], [122.711706, 51.942672], [122.711595, 51.94704], [122.720263, 51.956948], [122.71654, 51.968513], [122.710658, 51.976028], [122.696665, 51.9755], [122.681732, 51.970689], [122.672073, 51.972138], [122.666154, 51.975878], [122.667403, 51.981013], [122.666209, 51.988486], [122.656803, 51.997059], [122.657431, 52.009924], [122.661884, 52.016364], [122.658851, 52.019307], [122.650022, 52.023045], [122.644781, 52.031903], [122.646449, 52.047162], [122.649726, 52.050961], [122.64745, 52.059087], [122.638634, 52.061193], [122.623541, 52.060786], [122.61868, 52.064943], [122.61795, 52.07143], [122.632564, 52.084941], [122.63388, 52.095402], [122.642229, 52.09821], [122.639237, 52.102206], [122.639701, 52.107532], [122.622748, 52.127121], [122.630397, 52.135108], [122.644703, 52.134768], [122.670525, 52.137241], [122.680747, 52.135734], [122.695608, 52.144991], [122.712839, 52.143982], [122.730305, 52.148108], [122.73771, 52.15965], [122.737294, 52.165459], [122.754025, 52.169231], [122.758038, 52.174379], [122.768806, 52.176815], [122.76901, 52.178835], [122.76452, 52.183983], [122.768719, 52.193583], [122.769471, 52.200146], [122.755582, 52.225095], [122.763874, 52.231652], [122.776484, 52.23534], [122.783385, 52.242617], [122.785275, 52.248394], [122.783692, 52.250498], [122.765424, 52.256323], [122.76132, 52.261451], [122.756087, 52.262769], [122.745861, 52.258654], [122.736165, 52.257481], [122.723064, 52.258318], [122.696437, 52.253111], [122.685098, 52.259644], [122.690228, 52.267922], [122.666647, 52.273889], [122.653908, 52.282283], [122.651452, 52.281085], [122.648828, 52.276067], [122.642119, 52.271205], [122.626638, 52.270592], [122.612203, 52.267247], [122.590709, 52.265571], [122.574487, 52.268275], [122.573325, 52.271634], [122.563532, 52.28009], [122.545852, 52.280054], [122.528794, 52.284737], [122.497439, 52.285458], [122.485738, 52.292985], [122.472399, 52.295885], [122.467512, 52.295212], [122.462423, 52.300097], [122.469344, 52.304707], [122.472462, 52.3148], [122.466494, 52.323183], [122.464969, 52.328464], [122.474075, 52.330317], [122.471571, 52.340471], [122.474865, 52.345192], [122.474535, 52.348064], [122.464194, 52.355106], [122.457749, 52.357261], [122.451219, 52.364202], [122.449968, 52.36646], [122.451233, 52.371503], [122.443292, 52.377198], [122.444024, 52.383936], [122.435777, 52.390413], [122.429857, 52.387098], [122.42137, 52.378693], [122.409953, 52.377811], [122.40577, 52.374024], [122.401105, 52.374], [122.398473, 52.375936], [122.393891, 52.384509], [122.392877, 52.390855], [122.387062, 52.392721], [122.370588, 52.39331], [122.365697, 52.397834], [122.364728, 52.404919], [122.361529, 52.410198], [122.354138, 52.411552], [122.345944, 52.409223], [122.338681, 52.410298], [122.337122, 52.415038], [122.337809, 52.42255], [122.326865, 52.428855], [122.321285, 52.434316], [122.317605, 52.459904], [122.314813, 52.461766], [122.308525, 52.46228], [122.305356, 52.469027], [122.305501, 52.474127], [122.279008, 52.475922], [122.270782, 52.470369], [122.256086, 52.466087], [122.246352, 52.468763], [122.223913, 52.468814], [122.220355, 52.470923], [122.199895, 52.466602], [122.168968, 52.48392], [122.165447, 52.490604], [122.167444, 52.495463], [122.160158, 52.505744], [122.159409, 52.512027], [122.160977, 52.513752], [122.151538, 52.515121], [122.132656, 52.507611], [122.132041, 52.492554], [122.122415, 52.483914], [122.130429, 52.478616], [122.127853, 52.475198], [122.109908, 52.466298], [122.108734, 52.459061], [122.104062, 52.454921], [122.103134, 52.449759], [122.090934, 52.442643], [122.078796, 52.442803], [122.073237, 52.431122], [122.079457, 52.425964], [122.081904, 52.418914], [122.069531, 52.416969], [122.061559, 52.417619], [122.04771, 52.410108], [122.032382, 52.409041], [122.039163, 52.390584], [122.037977, 52.388193], [122.02873, 52.380673], [122.018802, 52.367564], [122.000626, 52.36244], [121.984127, 52.34636], [121.974785, 52.342164], [121.969408, 52.333887], [121.97087, 52.329956], [121.973285, 52.328269], [121.971927, 52.32653], [121.944675, 52.315388], [121.944763, 52.313447], [121.948974, 52.310606], [121.935973, 52.291673], [121.930852, 52.287175], [121.920137, 52.282703], [121.905171, 52.282055], [121.899491, 52.279726], [121.870407, 52.280857], [121.863076, 52.285234], [121.833092, 52.279442], [121.820238, 52.287678], [121.802655, 52.29151], [121.797791, 52.297318], [121.780584, 52.299054], [121.75819, 52.30678], [121.744878, 52.307809], [121.739646, 52.310305], [121.731768, 52.308891], [121.71339, 52.313617], [121.71122, 52.315643], [121.710902, 52.32859], [121.714228, 52.3333], [121.708452, 52.347723], [121.694548, 52.356881], [121.687902, 52.371151], [121.676904, 52.373617], [121.662732, 52.385824], [121.654533, 52.386881], [121.662273, 52.398572], [121.66575, 52.407994], [121.664775, 52.413016], [121.675078, 52.418416], [121.663968, 52.427566], [121.649122, 52.430813], [121.637975, 52.443303], [121.596396, 52.43915], [121.581422, 52.440616], [121.57659, 52.446346], [121.574162, 52.45232], [121.571387, 52.454408], [121.563037, 52.454235], [121.558403, 52.459175], [121.550354, 52.460551], [121.542027, 52.459657], [121.526261, 52.452847], [121.520446, 52.452523], [121.509675, 52.459578], [121.504289, 52.472632], [121.494802, 52.47551], [121.489886, 52.482386], [121.464033, 52.480794], [121.455613, 52.487947], [121.442294, 52.48903], [121.413441, 52.497922], [121.403915, 52.505909], [121.403396, 52.520758], [121.38208, 52.524023], [121.376934, 52.529852], [121.360228, 52.528692], [121.345709, 52.533357], [121.344236, 52.534528], [121.345262, 52.537027], [121.343722, 52.539956], [121.33792, 52.543391], [121.333977, 52.549322], [121.330121, 52.550444], [121.325564, 52.549482], [121.320582, 52.553666], [121.319212, 52.565823], [121.316494, 52.572047], [121.298934, 52.573453], [121.269183, 52.585823], [121.259996, 52.580532], [121.241686, 52.581277], [121.224621, 52.572717], [121.192297, 52.583912], [121.184355, 52.590441], [121.183188, 52.595807], [121.195697, 52.603512], [121.199864, 52.608465], [121.227227, 52.616346], [121.232793, 52.621858], [121.235287, 52.627431], [121.255338, 52.63581], [121.264627, 52.636689], [121.284889, 52.649496], [121.285034, 52.659704], [121.301959, 52.665583], [121.299703, 52.668496], [121.301651, 52.673161], [121.312377, 52.676837], [121.325581, 52.676441], [121.339096, 52.679938], [121.354538, 52.67983], [121.373516, 52.684469], [121.382144, 52.695902], [121.397077, 52.699736], [121.421905, 52.719715], [121.445832, 52.730698], [121.447573, 52.733381], [121.447477, 52.739419], [121.453792, 52.745074], [121.460588, 52.757304], [121.468048, 52.76211], [121.471445, 52.771707], [121.500872, 52.773282], [121.504175, 52.778923], [121.521585, 52.789997], [121.532669, 52.801135], [121.580699, 52.819765], [121.589542, 52.829315], [121.592068, 52.836348], [121.597486, 52.841373], [121.614702, 52.851182], [121.610836, 52.856961], [121.610022, 52.861984], [121.595804, 52.870048], [121.606327, 52.884596], [121.601317, 52.89072], [121.625163, 52.894521], [121.630464, 52.901736], [121.638619, 52.905173], [121.647559, 52.906389], [121.655451, 52.91072], [121.657839, 52.916211], [121.670594, 52.92934], [121.67407, 52.951845], [121.682586, 52.955607], [121.687852, 52.964984], [121.692374, 52.967047], [121.693585, 52.972308], [121.699764, 52.982693], [121.7076, 52.987559], [121.703107, 52.996353], [121.742801, 53.000668], [121.763311, 53.013232], [121.778731, 53.016483], [121.783088, 53.024723], [121.781183, 53.028873], [121.781763, 53.031575], [121.789439, 53.036398], [121.790809, 53.042847], [121.79468, 53.049464], [121.807242, 53.053041], [121.808876, 53.058701], [121.813433, 53.062197], [121.806329, 53.068812], [121.785032, 53.074887], [121.781467, 53.078517], [121.781756, 53.080964], [121.772749, 53.087018], [121.766977, 53.088432], [121.766134, 53.090796], [121.778532, 53.102067], [121.77299, 53.105856], [121.77178, 53.112673], [121.777619, 53.117442], [121.770205, 53.117617], [121.759782, 53.124806], [121.754082, 53.140571], [121.744687, 53.147084], [121.739641, 53.147893], [121.726676, 53.143558], [121.711808, 53.144944], [121.696394, 53.15645], [121.669968, 53.163993], [121.65713, 53.169207], [121.651905, 53.173677], [121.645803, 53.191257], [121.670585, 53.198833], [121.665222, 53.203841], [121.664802, 53.207718], [121.666201, 53.21327], [121.672233, 53.223473], [121.673552, 53.237947], [121.642791, 53.257226], [121.635012, 53.258683], [121.613233, 53.257425], [121.6078, 53.25862], [121.595508, 53.266482], [121.591976, 53.275463], [121.578749, 53.28192], [121.577128, 53.285567], [121.566717, 53.29601], [121.544417, 53.291498], [121.544517, 53.299587], [121.53396, 53.304742], [121.524617, 53.316381], [121.519702, 53.319663], [121.506452, 53.315759], [121.502273, 53.316821], [121.501162, 53.32112], [121.493109, 53.333779], [121.518959, 53.336731], [121.583999, 53.349884], [121.605141, 53.35734], [121.623529, 53.367043], [121.657944, 53.374893], [121.674294, 53.385976], [121.686417, 53.391052], [121.705181, 53.389972], [121.730511, 53.385428], [121.738333, 53.385744], [121.757966, 53.391306], [121.81436, 53.414094], [121.845024, 53.417539], [121.861811, 53.424817], [121.869693, 53.426527], [121.889361, 53.422711], [121.908207, 53.421853], [121.951316, 53.42836], [121.980055, 53.429173], [122.006183, 53.427581], [122.060139, 53.420135], [122.095938, 53.421678], [122.116644, 53.43293], [122.132061, 53.445794], [122.150014, 53.463912], [122.16435, 53.470806], [122.191233, 53.467628], [122.205002, 53.462538], [122.21617, 53.460347], [122.248125, 53.462538], [122.290806, 53.479269], [122.30623, 53.493413], [122.312797, 53.497268], [122.341593, 53.501543], [122.348775, 53.5], [122.353545, 53.495804], [122.359584, 53.487948], [122.364332, 53.479625], [122.365408, 53.474185], [122.368978, 53.470071], [122.383168, 53.462535], [122.401949, 53.455729], [122.419244, 53.444879], [122.439548, 53.441301], [122.447638, 53.441788], [122.461663, 53.445429], [122.488537, 53.457272], [122.522838, 53.451313], [122.532702, 53.450957], [122.58504, 53.463127], [122.6171, 53.462677], [122.645124, 53.458675], [122.677999, 53.457778], [122.74671, 53.46175], [122.820349, 53.455061], [122.85161, 53.456713], [122.898212, 53.464146], [122.943722, 53.480342], [122.996098, 53.491919], [123.004987, 53.495944], [123.023462, 53.498287], [123.037767, 53.503018], [123.056691, 53.50615], [123.083836, 53.50662], [123.103242, 53.50363], [123.124714, 53.497024], [123.140581, 53.496799], [123.16762, 53.506145], [123.193963, 53.52563], [123.202597, 53.534053], [123.223527, 53.54796], [123.242764, 53.555219], [123.266362, 53.560901], [123.301298, 53.557955], [123.354648, 53.54128], [123.402487, 53.535062]]] + } + }, { + "type": "Feature", + "properties": { + "name": "上海市", + "province_adcode": 310000, + "province_type": "直辖市", + "name_en": "Shanghai", + "name_var": "Shàng Hǎi", + "adcode": 310000 + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [[[[121.874761, 31.635156], [121.875433, 31.613206], [121.892483, 31.604891], [121.897765, 31.599513], [121.897767, 31.597543], [121.909498, 31.588209], [121.909014, 31.578511], [121.911641, 31.577882], [121.915956, 31.58197], [121.95972, 31.549776], [121.971695, 31.538307], [121.978655, 31.529164], [121.985603, 31.514132], [121.984639, 31.498971], [121.987865, 31.497297], [121.987037, 31.488369], [121.98322, 31.476234], [121.970229, 31.483325], [121.966022, 31.489568], [121.962565, 31.504013], [121.95325, 31.506492], [121.938667, 31.479048], [121.921094, 31.465804], [121.925829, 31.46265], [121.900694, 31.450441], [121.887207, 31.451338], [121.885002, 31.44651], [121.886438, 31.44399], [121.882701, 31.441902], [121.873427, 31.362998], [121.941889, 31.336413], [122.016283, 31.323169], [122.105011, 31.320423], [122.112863, 31.314415], [122.112411, 31.307431], [122.089378, 31.263566], [122.046438, 31.279998], [122.006471, 31.28991], [121.980876, 31.293818], [121.854499, 31.298795], [121.850073, 31.296085], [121.851193, 31.259943], [121.845434, 31.244701], [121.83763, 31.237658], [121.833957, 31.23685], [121.83572, 31.232652], [121.836315, 31.222298], [121.825652, 31.223764], [121.814342, 31.233042], [121.795802, 31.231487], [121.772981, 31.216486], [121.789827, 31.196579], [121.794405, 31.197863], [121.816887, 31.173441], [121.8362, 31.16242], [121.876891, 31.13249], [121.87683, 31.130697], [121.859708, 31.115568], [121.862362, 31.1124], [121.880412, 31.128912], [121.919872, 31.095614], [121.890735, 31.075325], [121.940072, 30.999176], [121.97408, 30.920472], [121.972491, 30.884989], [121.964487, 30.878406], [121.88757, 30.848221], [121.848243, 30.850512], [121.846451, 30.848512], [121.835336, 30.845286], [121.825181, 30.84521], [121.783675, 30.848675], [121.764745, 30.848156], [121.76437, 30.851141], [121.74096, 30.851423], [121.662625, 30.84588], [121.654685, 30.84248], [121.614803, 30.837288], [121.615034, 30.833353], [121.531286, 30.81232], [121.52507, 30.819085], [121.507181, 30.81344], [121.510032, 30.804951], [121.491364, 30.797477], [121.474868, 30.787912], [121.427567, 30.769796], [121.412902, 30.761645], [121.358388, 30.720846], [121.361338, 30.718069], [121.346345, 30.704555], [121.339219, 30.706208], [121.327369, 30.697817], [121.31407, 30.696875], [121.306146, 30.699004], [121.273131, 30.694094], [121.26789, 30.691701], [121.265679, 30.704265], [121.260858, 30.712074], [121.267339, 30.725952], [121.264152, 30.736914], [121.260455, 30.737365], [121.251236, 30.7466], [121.22761, 30.758213], [121.223755, 30.774414], [121.22027, 30.779334], [121.217885, 30.778789], [121.214396, 30.788247], [121.197987, 30.787084], [121.195455, 30.78562], [121.194758, 30.782902], [121.196416, 30.776047], [121.192449, 30.775674], [121.185743, 30.782576], [121.181925, 30.78136], [121.181354, 30.778741], [121.178934, 30.777254], [121.169861, 30.775322], [121.164683, 30.778199], [121.1563, 30.77732], [121.155759, 30.7789], [121.147729, 30.781153], [121.139145, 30.781745], [121.136468, 30.779303], [121.122484, 30.780897], [121.121624, 30.795936], [121.124226, 30.812984], [121.125601, 30.817759], [121.133406, 30.828723], [121.132913, 30.832592], [121.127363, 30.837996], [121.115289, 30.838419], [121.115454, 30.844742], [121.117784, 30.848024], [121.115849, 30.851659], [121.109739, 30.854288], [121.097118, 30.852188], [121.092716, 30.858949], [121.076163, 30.850844], [121.062393, 30.850851], [121.056292, 30.847264], [121.056796, 30.840677], [121.04306, 30.833168], [121.044229, 30.829445], [121.035997, 30.829094], [121.033365, 30.822966], [121.034372, 30.821161], [121.039034, 30.822384], [121.040516, 30.8181], [121.033608, 30.816433], [121.031514, 30.822388], [121.025174, 30.831277], [121.010162, 30.838252], [121.007131, 30.837535], [121.000756, 30.83051], [120.994123, 30.82882], [120.989915, 30.823551], [120.98574, 30.825746], [120.984801, 30.835798], [120.988719, 30.840917], [120.990888, 30.84021], [120.993605, 30.846906], [120.999311, 30.848237], [121.005561, 30.855147], [121.007336, 30.854707], [121.011293, 30.86262], [121.011923, 30.872925], [121.015924, 30.874608], [121.017483, 30.877209], [121.013556, 30.884955], [121.006667, 30.8844], [121.002769, 30.885736], [121.005737, 30.889101], [121.003197, 30.890537], [120.988798, 30.892212], [120.986177, 30.897976], [120.989045, 30.904918], [120.994705, 30.908174], [120.998674, 30.907403], [121.000669, 30.910864], [120.995097, 30.911883], [120.996832, 30.939829], [120.99144, 30.946185], [120.992972, 30.946421], [120.992984, 30.952804], [120.98862, 30.957248], [120.988095, 30.960592], [120.990424, 30.960647], [120.987505, 30.970559], [120.989082, 30.974213], [120.99682, 30.976156], [120.998213, 30.980783], [120.988153, 31.001305], [120.988125, 31.010078], [120.985069, 31.014874], [120.978815, 31.018043], [120.95937, 31.018568], [120.955944, 31.023461], [120.953948, 31.031041], [120.950233, 31.032308], [120.944083, 31.031422], [120.944411, 31.027271], [120.946886, 31.026432], [120.945785, 31.019961], [120.93178, 31.019519], [120.936316, 31.012572], [120.935451, 31.011472], [120.927708, 31.013856], [120.914307, 31.014768], [120.908701, 31.0129], [120.906946, 31.019307], [120.897247, 31.019664], [120.897751, 31.038478], [120.893238, 31.047046], [120.890546, 31.058102], [120.895004, 31.075437], [120.897638, 31.08039], [120.90061, 31.081082], [120.898241, 31.087887], [120.893669, 31.089017], [120.886232, 31.096672], [120.873707, 31.097577], [120.874162, 31.100227], [120.872356, 31.102301], [120.868705, 31.102695], [120.86509, 31.099434], [120.854009, 31.10317], [120.852326, 31.107077], [120.854011, 31.11065], [120.858698, 31.115899], [120.863254, 31.117814], [120.86781, 31.128605], [120.875598, 31.136256], [120.894881, 31.138177], [120.900872, 31.136745], [120.912391, 31.138638], [120.925874, 31.143769], [120.978996, 31.134073], [121.013516, 31.13641], [121.021085, 31.143308], [121.027074, 31.144171], [121.031097, 31.142682], [121.031542, 31.139532], [121.036179, 31.139655], [121.040478, 31.146795], [121.036848, 31.149], [121.03668, 31.151312], [121.040069, 31.152795], [121.040086, 31.156293], [121.044832, 31.154606], [121.045311, 31.152457], [121.057416, 31.155116], [121.060453, 31.151184], [121.064012, 31.151679], [121.068616, 31.159069], [121.072072, 31.160731], [121.07311, 31.163922], [121.071204, 31.172478], [121.067296, 31.171805], [121.06698, 31.173152], [121.070235, 31.175619], [121.064201, 31.187351], [121.067648, 31.193092], [121.06488, 31.196556], [121.063143, 31.20323], [121.058573, 31.225806], [121.059641, 31.232684], [121.056174, 31.240028], [121.058726, 31.240503], [121.059241, 31.2453], [121.059328, 31.248083], [121.056708, 31.2481], [121.057664, 31.270034], [121.075059, 31.271734], [121.07781, 31.273553], [121.079926, 31.277537], [121.076444, 31.278928], [121.082683, 31.294086], [121.089652, 31.290486], [121.093437, 31.278666], [121.100007, 31.275672], [121.110168, 31.287553], [121.116439, 31.28764], [121.119628, 31.286449], [121.122311, 31.282975], [121.12646, 31.281982], [121.127066, 31.28309], [121.133404, 31.280828], [121.132883, 31.279264], [121.139134, 31.276753], [121.149332, 31.278724], [121.156487, 31.284023], [121.154809, 31.289327], [121.151489, 31.289218], [121.146549, 31.293859], [121.146387, 31.30183], [121.138885, 31.311799], [121.134245, 31.308089], [121.134321, 31.304856], [121.125325, 31.304512], [121.123024, 31.318902], [121.125046, 31.324188], [121.128781, 31.328242], [121.128779, 31.332128], [121.125596, 31.338817], [121.125663, 31.346087], [121.112936, 31.345582], [121.11248, 31.349353], [121.115102, 31.349786], [121.112328, 31.354019], [121.104044, 31.352851], [121.102413, 31.3573], [121.101951, 31.368568], [121.106102, 31.366683], [121.115718, 31.370928], [121.114139, 31.372857], [121.11036, 31.373158], [121.109075, 31.37623], [121.118687, 31.380263], [121.119749, 31.378454], [121.13324, 31.383157], [121.143416, 31.387402], [121.144207, 31.389003], [121.140176, 31.393563], [121.14074, 31.395799], [121.145306, 31.404152], [121.153944, 31.412094], [121.143869, 31.418114], [121.143327, 31.423408], [121.14869, 31.427356], [121.154771, 31.427301], [121.159807, 31.429211], [121.15981, 31.43328], [121.149477, 31.434962], [121.143907, 31.437471], [121.141595, 31.440997], [121.142915, 31.445297], [121.156645, 31.451375], [121.161226, 31.452344], [121.163592, 31.450804], [121.168528, 31.451072], [121.17738, 31.454365], [121.181103, 31.456459], [121.181246, 31.461965], [121.188715, 31.469185], [121.198122, 31.471633], [121.198488, 31.474389], [121.209119, 31.480794], [121.21046, 31.48026], [121.20891, 31.477898], [121.213968, 31.477366], [121.225527, 31.479371], [121.225901, 31.483204], [121.223978, 31.484415], [121.232287, 31.493869], [121.236322, 31.495609], [121.242711, 31.479059], [121.256197, 31.479948], [121.257542, 31.483056], [121.262873, 31.487054], [121.270182, 31.487108], [121.275607, 31.49164], [121.285231, 31.490608], [121.293795, 31.493176], [121.298044, 31.500613], [121.295513, 31.501809], [121.301249, 31.507085], [121.306188, 31.507824], [121.30894, 31.502531], [121.319978, 31.5019], [121.382228, 31.547084], [121.321621, 31.582716], [121.257527, 31.651238], [121.238284, 31.666776], [121.124708, 31.741362], [121.096977, 31.765102], [121.104597, 31.768463], [121.143256, 31.79371], [121.171073, 31.819395], [121.218673, 31.847235], [121.28064, 31.870005], [121.29084, 31.872548], [121.30138, 31.872463], [121.370369, 31.84913], [121.39925, 31.813413], [121.40646, 31.808463], [121.411697, 31.799396], [121.406046, 31.797173], [121.417622, 31.780103], [121.426044, 31.772014], [121.443454, 31.765694], [121.445998, 31.763434], [121.457419, 31.759979], [121.495631, 31.754309], [121.51108, 31.744752], [121.536, 31.737802], [121.535696, 31.735484], [121.545836, 31.728672], [121.547054, 31.730601], [121.561612, 31.719399], [121.588848, 31.709566], [121.588232, 31.707223], [121.599768, 31.703065], [121.599264, 31.710418], [121.600798, 31.710687], [121.630972, 31.698259], [121.638881, 31.700078], [121.73995, 31.667325], [121.805888, 31.648857], [121.874761, 31.635156]]], [[[121.885284, 31.244643], [121.8891, 31.244768], [121.909016, 31.238498], [121.922769, 31.228778], [121.923554, 31.216803], [121.922299, 31.211892], [121.914602, 31.200949], [121.908237, 31.201206], [121.893532, 31.209894], [121.87493, 31.232252], [121.87307, 31.244179], [121.877959, 31.247231], [121.885284, 31.244643]]], [[[121.97626, 31.227541], [121.996247, 31.222592], [122.023087, 31.222592], [122.035461, 31.215739], [122.037935, 31.212503], [122.039839, 31.203937], [122.038738, 31.194594], [122.027605, 31.169422], [122.025166, 31.166826], [122.021811, 31.165684], [122.021465, 31.167582], [122.019078, 31.16815], [122.014209, 31.165755], [122.012888, 31.169003], [122.009832, 31.170425], [122.006288, 31.159105], [121.99876, 31.15471], [121.990408, 31.154318], [121.961925, 31.162527], [121.945802, 31.177477], [121.93465, 31.196655], [121.938522, 31.200835], [121.934191, 31.214978], [121.940259, 31.229576], [121.944217, 31.232297], [121.951784, 31.23382], [121.97626, 31.227541]]]] + } + }, { + "type": "Feature", + "properties": { + "name": "浙江省", + "province_adcode": 330000, + "province_type": "省", + "name_en": "Zhejiang", + "name_var": "Zhè Jiāng", + "adcode": 330000 + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [[[[120.479329, 27.153215], [120.484154, 27.146361], [120.484077, 27.143423], [120.481036, 27.144549], [120.478907, 27.149746], [120.474311, 27.151143], [120.468043, 27.15029], [120.465488, 27.152263], [120.463939, 27.161058], [120.465479, 27.164358], [120.46874, 27.165041], [120.472186, 27.162685], [120.47597, 27.155434], [120.479329, 27.153215]]], [[[120.523054, 27.167314], [120.522243, 27.162474], [120.524793, 27.163598], [120.529988, 27.159319], [120.527262, 27.15152], [120.523059, 27.14928], [120.513323, 27.154464], [120.512801, 27.163315], [120.516003, 27.16639], [120.518868, 27.166392], [120.52113, 27.183376], [120.522776, 27.183581], [120.529278, 27.181007], [120.535087, 27.173722], [120.528944, 27.168717], [120.523054, 27.167314]]], [[[120.553624, 27.240124], [120.550421, 27.242092], [120.549464, 27.247512], [120.562589, 27.245749], [120.553624, 27.240124]]], [[[120.59887, 27.349144], [120.594263, 27.343398], [120.589073, 27.343418], [120.586933, 27.336368], [120.582163, 27.337766], [120.579561, 27.344605], [120.580362, 27.346553], [120.585701, 27.348331], [120.587117, 27.346651], [120.592566, 27.351689], [120.599021, 27.350915], [120.59887, 27.349144]]], [[[121.085045, 27.428298], [121.079867, 27.427954], [121.070755, 27.435006], [121.073175, 27.436491], [121.082644, 27.434725], [121.085661, 27.430694], [121.085045, 27.428298]]], [[[121.13104, 27.470666], [121.12836, 27.469644], [121.122098, 27.472562], [121.121958, 27.47599], [121.1302, 27.473895], [121.13104, 27.470666]]], [[[121.112673, 27.467272], [121.105773, 27.46863], [121.10383, 27.476745], [121.112312, 27.473988], [121.11773, 27.469307], [121.112673, 27.467272]]], [[[121.053392, 27.486966], [121.059711, 27.486185], [121.06315, 27.481124], [121.08009, 27.474802], [121.084435, 27.46756], [121.09405, 27.463147], [121.100515, 27.457801], [121.101082, 27.456599], [121.099169, 27.454855], [121.105725, 27.447884], [121.097568, 27.449778], [121.080666, 27.463845], [121.088351, 27.453723], [121.060512, 27.4653], [121.058063, 27.461467], [121.065443, 27.452198], [121.066705, 27.449153], [121.065792, 27.44755], [121.06034, 27.450175], [121.053048, 27.457619], [121.045066, 27.461539], [121.044364, 27.463907], [121.047828, 27.466555], [121.055773, 27.465899], [121.051278, 27.477268], [121.057975, 27.476809], [121.066869, 27.47235], [121.069447, 27.473008], [121.068366, 27.476192], [121.061839, 27.479123], [121.062015, 27.481655], [121.055619, 27.484243], [121.053392, 27.486966]]], [[[121.090369, 27.489826], [121.084896, 27.491815], [121.08229, 27.49524], [121.089638, 27.496402], [121.091628, 27.494095], [121.090369, 27.489826]]], [[[121.220124, 27.610296], [121.218219, 27.610107], [121.21324, 27.615589], [121.215883, 27.619627], [121.220177, 27.620823], [121.224216, 27.61934], [121.222668, 27.612209], [121.220124, 27.610296]]], [[[121.201875, 27.610366], [121.200587, 27.612997], [121.205222, 27.621377], [121.208897, 27.623174], [121.212319, 27.622413], [121.205706, 27.612043], [121.201875, 27.610366]]], [[[121.167895, 27.626945], [121.16419, 27.626791], [121.162158, 27.628706], [121.162593, 27.630755], [121.164929, 27.633278], [121.170691, 27.63441], [121.17371, 27.631038], [121.167895, 27.626945]]], [[[121.197997, 27.618821], [121.193506, 27.618246], [121.191013, 27.622585], [121.191421, 27.624841], [121.194969, 27.627498], [121.200674, 27.628903], [121.20454, 27.6354], [121.215954, 27.635227], [121.210407, 27.626903], [121.197997, 27.618821]]], [[[120.833898, 27.651003], [120.82574, 27.647934], [120.821851, 27.641146], [120.819479, 27.640146], [120.819669, 27.647819], [120.830281, 27.652724], [120.833898, 27.651003]]], [[[120.982746, 27.666084], [120.982036, 27.658605], [120.980205, 27.655911], [120.971028, 27.649136], [120.966555, 27.647838], [120.969334, 27.652354], [120.964324, 27.661801], [120.964793, 27.666225], [120.966132, 27.667201], [120.972049, 27.665744], [120.975874, 27.669111], [120.976092, 27.673284], [120.982746, 27.666084]]], [[[120.833998, 27.677921], [120.825656, 27.687761], [120.828121, 27.690112], [120.832763, 27.688467], [120.837423, 27.684085], [120.839021, 27.679745], [120.833998, 27.677921]]], [[[120.811009, 27.691545], [120.809478, 27.691156], [120.807993, 27.692988], [120.812045, 27.697203], [120.817776, 27.698175], [120.818903, 27.696803], [120.811009, 27.691545]]], [[[120.907501, 27.695292], [120.906094, 27.694073], [120.898104, 27.698563], [120.902018, 27.703273], [120.907195, 27.702762], [120.905152, 27.697968], [120.907501, 27.695292]]], [[[120.89029, 27.708318], [120.884457, 27.708032], [120.884138, 27.710436], [120.892603, 27.714442], [120.898098, 27.713915], [120.896644, 27.711522], [120.89029, 27.708318]]], [[[121.146077, 27.758366], [121.142317, 27.757524], [121.141535, 27.763174], [121.143929, 27.765417], [121.14955, 27.764911], [121.148773, 27.76012], [121.146077, 27.758366]]], [[[121.135234, 27.758533], [121.128157, 27.756963], [121.126578, 27.759505], [121.126906, 27.765147], [121.134177, 27.767824], [121.138541, 27.765238], [121.139955, 27.761754], [121.135234, 27.758533]]], [[[121.13308, 27.770324], [121.126783, 27.770924], [121.127007, 27.774703], [121.133516, 27.779402], [121.145664, 27.7747], [121.143712, 27.771909], [121.13308, 27.770324]]], [[[121.084417, 27.779084], [121.077286, 27.779046], [121.069653, 27.781557], [121.071319, 27.783968], [121.077088, 27.785467], [121.077657, 27.792456], [121.079516, 27.794411], [121.086016, 27.795954], [121.089992, 27.791649], [121.091455, 27.786926], [121.090518, 27.783577], [121.084417, 27.779084]]], [[[121.145307, 27.804435], [121.139368, 27.795094], [121.129811, 27.790408], [121.127635, 27.791378], [121.126606, 27.796082], [121.129491, 27.798001], [121.126966, 27.800828], [121.127405, 27.802311], [121.136616, 27.804416], [121.143764, 27.8128], [121.152239, 27.819609], [121.151792, 27.816541], [121.148484, 27.814222], [121.146465, 27.810311], [121.145307, 27.804435]]], [[[121.215142, 27.820758], [121.210944, 27.81983], [121.209314, 27.823189], [121.220419, 27.826598], [121.220183, 27.824372], [121.215142, 27.820758]]], [[[121.180253, 27.85779], [121.188993, 27.858839], [121.192435, 27.852459], [121.182645, 27.84095], [121.174281, 27.847121], [121.167736, 27.845735], [121.174058, 27.838952], [121.170037, 27.833843], [121.16971, 27.822193], [121.178168, 27.822334], [121.172779, 27.816693], [121.166395, 27.815165], [121.158754, 27.820582], [121.15621, 27.825076], [121.13468, 27.817307], [121.119505, 27.817807], [121.112024, 27.820973], [121.104766, 27.81874], [121.088396, 27.820554], [121.088037, 27.821675], [121.091561, 27.823644], [121.099444, 27.825943], [121.099467, 27.827211], [121.092689, 27.829002], [121.091696, 27.830604], [121.106382, 27.833672], [121.112553, 27.840915], [121.122012, 27.845374], [121.122766, 27.847714], [121.120931, 27.849582], [121.127669, 27.853275], [121.137623, 27.85676], [121.152511, 27.853649], [121.1584, 27.859527], [121.166744, 27.861393], [121.180253, 27.85779]]], [[[121.153782, 27.862469], [121.144001, 27.860381], [121.150542, 27.867437], [121.153586, 27.873432], [121.173197, 27.87538], [121.173416, 27.873332], [121.168167, 27.868546], [121.153782, 27.862469]]], [[[121.038216, 27.877665], [121.044188, 27.878451], [121.048828, 27.87688], [121.051993, 27.867077], [121.063938, 27.863579], [121.07129, 27.867148], [121.084757, 27.868572], [121.074211, 27.858533], [121.064901, 27.854264], [121.064477, 27.851517], [121.068009, 27.850259], [121.062503, 27.844537], [121.059916, 27.84517], [121.059321, 27.850208], [121.044445, 27.853778], [121.030483, 27.849705], [121.023317, 27.83985], [121.017704, 27.843265], [121.016432, 27.847832], [121.018283, 27.849805], [121.021458, 27.848752], [121.023472, 27.850584], [121.025162, 27.858029], [121.022215, 27.86698], [121.031928, 27.867373], [121.034216, 27.878344], [121.038216, 27.877665]]], [[[121.148793, 27.882345], [121.147901, 27.87874], [121.145474, 27.877598], [121.139799, 27.87899], [121.14364, 27.882207], [121.148793, 27.882345]]], [[[121.146188, 27.900026], [121.146177, 27.895766], [121.141623, 27.892207], [121.137748, 27.877553], [121.107669, 27.868084], [121.102521, 27.869672], [121.100982, 27.872657], [121.111569, 27.88442], [121.107542, 27.890842], [121.120728, 27.89943], [121.129484, 27.902203], [121.137249, 27.907994], [121.140398, 27.907747], [121.140831, 27.902005], [121.146188, 27.900026]]], [[[121.116085, 27.914128], [121.109299, 27.908403], [121.103954, 27.912238], [121.107973, 27.92051], [121.11913, 27.923826], [121.116085, 27.914128]]], [[[121.071955, 27.977419], [121.081541, 27.978793], [121.090392, 27.982148], [121.104818, 27.981884], [121.114355, 27.985698], [121.118315, 27.985021], [121.119041, 27.979639], [121.124635, 27.971271], [121.132913, 27.969798], [121.134768, 27.967969], [121.133792, 27.956355], [121.118496, 27.949419], [121.109537, 27.947166], [121.102655, 27.946367], [121.096998, 27.947988], [121.092225, 27.941817], [121.088526, 27.943951], [121.085915, 27.950711], [121.071147, 27.956455], [121.05222, 27.954412], [121.048095, 27.95042], [121.039893, 27.949079], [121.03586, 27.960535], [121.039052, 27.965971], [121.061722, 27.97896], [121.064243, 27.98394], [121.071958, 27.987286], [121.072699, 27.985234], [121.069595, 27.980157], [121.071955, 27.977419]]], [[[121.193809, 28.002215], [121.190348, 27.996735], [121.198248, 27.996577], [121.216503, 27.991795], [121.234848, 27.996709], [121.234709, 27.993874], [121.216104, 27.986893], [121.212045, 27.987842], [121.206004, 27.982704], [121.198748, 27.982008], [121.196785, 27.983236], [121.190383, 27.981895], [121.187992, 27.978106], [121.190062, 27.976067], [121.188171, 27.972086], [121.18172, 27.96722], [121.178238, 27.973281], [121.178934, 27.977515], [121.174288, 27.981058], [121.170693, 27.979344], [121.168961, 27.983646], [121.171982, 27.989927], [121.175151, 27.992741], [121.193809, 28.002215]]], [[[121.072899, 28.010388], [121.077644, 28.006218], [121.081171, 28.008738], [121.084522, 28.005326], [121.083805, 28.002356], [121.075912, 27.999304], [121.063786, 27.991259], [121.054136, 27.989826], [121.047555, 27.98632], [121.037951, 27.985063], [121.038238, 27.991021], [121.072899, 28.010388]]], [[[121.161513, 28.024346], [121.155544, 28.020526], [121.141754, 28.016392], [121.146069, 28.02207], [121.153477, 28.02441], [121.161513, 28.024346]]], [[[121.255099, 28.045664], [121.249724, 28.043402], [121.246674, 28.045822], [121.250295, 28.052707], [121.256243, 28.053181], [121.256947, 28.047584], [121.255099, 28.045664]]], [[[121.411332, 28.053376], [121.400735, 28.054171], [121.41329, 28.059712], [121.413342, 28.053652], [121.411332, 28.053376]]], [[[121.285224, 28.062563], [121.278489, 28.060635], [121.276631, 28.063924], [121.281123, 28.066225], [121.289857, 28.066687], [121.290158, 28.065482], [121.285224, 28.062563]]], [[[121.402329, 28.081709], [121.399767, 28.081177], [121.39932, 28.091357], [121.396998, 28.095241], [121.400026, 28.099899], [121.405678, 28.104217], [121.406531, 28.09522], [121.409314, 28.0911], [121.408949, 28.086599], [121.406953, 28.083778], [121.402329, 28.081709]]], [[[121.527703, 28.097731], [121.520725, 28.089673], [121.516065, 28.092545], [121.511647, 28.092942], [121.507531, 28.086851], [121.505969, 28.080775], [121.500928, 28.076965], [121.497907, 28.077205], [121.499792, 28.085483], [121.504787, 28.092756], [121.507249, 28.094521], [121.509229, 28.093733], [121.515254, 28.095722], [121.51901, 28.10296], [121.521381, 28.104624], [121.522801, 28.104981], [121.527703, 28.097731]]], [[[121.365623, 28.101059], [121.351285, 28.092512], [121.344203, 28.093335], [121.34169, 28.091749], [121.339187, 28.095038], [121.342185, 28.097912], [121.357106, 28.100344], [121.368923, 28.112216], [121.367406, 28.10325], [121.365623, 28.101059]]], [[[121.392653, 28.124456], [121.385299, 28.122347], [121.381926, 28.123433], [121.389263, 28.125694], [121.397517, 28.132795], [121.399403, 28.132457], [121.392653, 28.124456]]], [[[121.151069, 28.164444], [121.143106, 28.165669], [121.147019, 28.176611], [121.151039, 28.178269], [121.154014, 28.174943], [121.154216, 28.169939], [121.157797, 28.166414], [121.151069, 28.164444]]], [[[121.639727, 28.226333], [121.634525, 28.224505], [121.628344, 28.225293], [121.629723, 28.231204], [121.639887, 28.235635], [121.642297, 28.234544], [121.639727, 28.226333]]], [[[121.15804, 28.209937], [121.1558, 28.210515], [121.150785, 28.229378], [121.168145, 28.239432], [121.176339, 28.240188], [121.178694, 28.238691], [121.17519, 28.226087], [121.167573, 28.213633], [121.15804, 28.209937]]], [[[121.168497, 28.24645], [121.160573, 28.246234], [121.161733, 28.254805], [121.167637, 28.255682], [121.171114, 28.248279], [121.168497, 28.24645]]], [[[121.138402, 28.263809], [121.133879, 28.255606], [121.132333, 28.255673], [121.131308, 28.258012], [121.132467, 28.265394], [121.137377, 28.265749], [121.138402, 28.263809]]], [[[121.158359, 28.258373], [121.153403, 28.25865], [121.150042, 28.262147], [121.147867, 28.268658], [121.149109, 28.270318], [121.15386, 28.269384], [121.161347, 28.263632], [121.162813, 28.25978], [121.158359, 28.258373]]], [[[121.683524, 28.276539], [121.675518, 28.27996], [121.673367, 28.287888], [121.683123, 28.29257], [121.685492, 28.284344], [121.683524, 28.276539]]], [[[121.657666, 28.290539], [121.65397, 28.290683], [121.655501, 28.293513], [121.654472, 28.296381], [121.656282, 28.298928], [121.660072, 28.299245], [121.660216, 28.293128], [121.657666, 28.290539]]], [[[121.644408, 28.295321], [121.641756, 28.295866], [121.646953, 28.304902], [121.650958, 28.302826], [121.647377, 28.296377], [121.644408, 28.295321]]], [[[121.19255, 28.322019], [121.185357, 28.322249], [121.181672, 28.324903], [121.170215, 28.33614], [121.169561, 28.338586], [121.174046, 28.347376], [121.185881, 28.353491], [121.188629, 28.353012], [121.193227, 28.348577], [121.202361, 28.333647], [121.202679, 28.32906], [121.19587, 28.325821], [121.19623, 28.324304], [121.19255, 28.322019]]], [[[121.207467, 28.351712], [121.206212, 28.340879], [121.203364, 28.340629], [121.20122, 28.34987], [121.196414, 28.350094], [121.192883, 28.360656], [121.197862, 28.363677], [121.203005, 28.361391], [121.206868, 28.35649], [121.207467, 28.351712]]], [[[121.640981, 28.35259], [121.638599, 28.352919], [121.643373, 28.355155], [121.652646, 28.367411], [121.654767, 28.36817], [121.65281, 28.359966], [121.640981, 28.35259]]], [[[121.683595, 28.37151], [121.679416, 28.371205], [121.673927, 28.374944], [121.68218, 28.377479], [121.685831, 28.372477], [121.683595, 28.37151]]], [[[121.725949, 28.378822], [121.721147, 28.378425], [121.719737, 28.380581], [121.721429, 28.38401], [121.725028, 28.385781], [121.727987, 28.383222], [121.728077, 28.380422], [121.725949, 28.378822]]], [[[121.688535, 28.379841], [121.681998, 28.378369], [121.68654, 28.385182], [121.686439, 28.387921], [121.691425, 28.383952], [121.688535, 28.379841]]], [[[121.910406, 28.391908], [121.90722, 28.391223], [121.906353, 28.393202], [121.90967, 28.399153], [121.916614, 28.398704], [121.910406, 28.391908]]], [[[121.660963, 28.406523], [121.659223, 28.406522], [121.656977, 28.410927], [121.668499, 28.417519], [121.664234, 28.409017], [121.660963, 28.406523]]], [[[121.684372, 28.412904], [121.685755, 28.410708], [121.68495, 28.407214], [121.672144, 28.411824], [121.669414, 28.408896], [121.667626, 28.411448], [121.669114, 28.415076], [121.67606, 28.417676], [121.684372, 28.412904]]], [[[121.662356, 28.419474], [121.651474, 28.420474], [121.649436, 28.422199], [121.659984, 28.426932], [121.669913, 28.423206], [121.667487, 28.420795], [121.662356, 28.419474]]], [[[121.649732, 28.433007], [121.665719, 28.43348], [121.66936, 28.430121], [121.646408, 28.430909], [121.641958, 28.428372], [121.63511, 28.431355], [121.636782, 28.435799], [121.649732, 28.433007]]], [[[121.91588, 28.454975], [121.910684, 28.448279], [121.905944, 28.445512], [121.898534, 28.444182], [121.890523, 28.436313], [121.885235, 28.43726], [121.884895, 28.441618], [121.883544, 28.442111], [121.876665, 28.432781], [121.871921, 28.433549], [121.877064, 28.43926], [121.876774, 28.444815], [121.886065, 28.451739], [121.914064, 28.456052], [121.915162, 28.458335], [121.911948, 28.4611], [121.912579, 28.46589], [121.914089, 28.466573], [121.916864, 28.465275], [121.91588, 28.454975]]], [[[121.89314, 28.502693], [121.896284, 28.500502], [121.902004, 28.500413], [121.904026, 28.50232], [121.912969, 28.499271], [121.893084, 28.480976], [121.87729, 28.476684], [121.872703, 28.478397], [121.871323, 28.480333], [121.882471, 28.487648], [121.884206, 28.49074], [121.881172, 28.49535], [121.88686, 28.500571], [121.876301, 28.500788], [121.868775, 28.49786], [121.867845, 28.503054], [121.878457, 28.502863], [121.886129, 28.509019], [121.886321, 28.510772], [121.883393, 28.513316], [121.893236, 28.516044], [121.893974, 28.514587], [121.888154, 28.5114], [121.89314, 28.502693]]], [[[121.808879, 28.59997], [121.80684, 28.599343], [121.805094, 28.601294], [121.811455, 28.60527], [121.816483, 28.60484], [121.816486, 28.602912], [121.808879, 28.59997]]], [[[121.818862, 28.60855], [121.816128, 28.606501], [121.811389, 28.607488], [121.801619, 28.602737], [121.803392, 28.607946], [121.808487, 28.608194], [121.811589, 28.614049], [121.819881, 28.611413], [121.818862, 28.60855]]], [[[121.80403, 28.702604], [121.795511, 28.698632], [121.791434, 28.685538], [121.789113, 28.683011], [121.78395, 28.68179], [121.778488, 28.686187], [121.77508, 28.691361], [121.768152, 28.694401], [121.764001, 28.694655], [121.759848, 28.689981], [121.752395, 28.687618], [121.743171, 28.693667], [121.750908, 28.696817], [121.756127, 28.694113], [121.756559, 28.690437], [121.75787, 28.691422], [121.760428, 28.695446], [121.761372, 28.707606], [121.771853, 28.70576], [121.774149, 28.703657], [121.775523, 28.701329], [121.770291, 28.697254], [121.787019, 28.692252], [121.78867, 28.69558], [121.802646, 28.709096], [121.80403, 28.702604]]], [[[121.936467, 28.721064], [121.917717, 28.708873], [121.909711, 28.717705], [121.912945, 28.72038], [121.924728, 28.72049], [121.929684, 28.7233], [121.937242, 28.724156], [121.938623, 28.723123], [121.936467, 28.721064]]], [[[121.875004, 28.750167], [121.868737, 28.745012], [121.865724, 28.745525], [121.858708, 28.740241], [121.865495, 28.738035], [121.868964, 28.732657], [121.868475, 28.731198], [121.858117, 28.726501], [121.854167, 28.727028], [121.854259, 28.729], [121.857189, 28.730694], [121.856775, 28.732251], [121.851581, 28.733282], [121.843582, 28.731664], [121.85287, 28.738555], [121.852738, 28.742586], [121.848213, 28.746471], [121.843029, 28.745244], [121.850636, 28.752407], [121.854845, 28.753126], [121.858613, 28.749234], [121.876213, 28.753665], [121.875004, 28.750167]]], [[[121.896218, 28.756081], [121.893554, 28.754376], [121.887469, 28.755919], [121.876357, 28.753802], [121.877208, 28.755276], [121.883553, 28.756848], [121.890318, 28.765366], [121.900479, 28.763403], [121.898913, 28.761911], [121.89152, 28.761281], [121.888083, 28.758157], [121.896218, 28.756081]]], [[[121.817151, 28.7592], [121.815817, 28.758573], [121.813173, 28.760621], [121.816899, 28.763201], [121.817298, 28.769418], [121.822594, 28.771638], [121.825105, 28.771075], [121.820147, 28.761287], [121.817151, 28.7592]]], [[[121.871861, 28.803138], [121.860477, 28.802936], [121.857033, 28.787603], [121.858401, 28.786017], [121.838199, 28.774279], [121.833415, 28.774212], [121.833533, 28.777479], [121.839108, 28.777439], [121.844454, 28.781335], [121.852737, 28.797438], [121.852754, 28.807597], [121.846847, 28.810403], [121.857495, 28.816157], [121.863411, 28.815498], [121.871861, 28.803138]]], [[[122.236335, 28.85761], [122.228629, 28.856603], [122.226402, 28.861711], [122.228476, 28.864074], [122.237949, 28.866566], [122.239379, 28.864412], [122.236335, 28.85761]]], [[[122.262164, 28.884817], [122.261221, 28.882907], [122.254759, 28.883371], [122.255992, 28.884326], [122.254613, 28.888889], [122.256385, 28.891159], [122.26245, 28.889469], [122.262164, 28.884817]]], [[[121.700531, 28.901017], [121.700807, 28.890301], [121.687294, 28.885264], [121.685015, 28.892045], [121.676674, 28.895722], [121.672611, 28.893984], [121.671741, 28.886997], [121.667385, 28.887452], [121.659556, 28.891552], [121.656325, 28.896003], [121.680276, 28.906129], [121.697036, 28.903864], [121.700531, 28.901017]]], [[[121.935862, 29.040784], [121.936723, 29.037574], [121.93281, 29.036628], [121.932787, 29.039474], [121.926745, 29.039801], [121.926969, 29.043625], [121.943857, 29.048664], [121.948839, 29.048069], [121.948945, 29.046687], [121.935862, 29.040784]]], [[[121.671624, 29.05712], [121.65748, 29.062583], [121.654291, 29.066953], [121.666286, 29.06672], [121.675323, 29.062799], [121.674683, 29.05943], [121.671624, 29.05712]]], [[[121.700306, 29.088681], [121.705471, 29.085927], [121.703211, 29.081542], [121.700621, 29.086848], [121.691823, 29.089233], [121.692068, 29.092919], [121.696236, 29.094868], [121.696148, 29.090657], [121.700306, 29.088681]]], [[[121.816256, 29.101242], [121.828311, 29.095545], [121.838335, 29.086478], [121.835196, 29.085388], [121.829482, 29.087415], [121.824183, 29.086185], [121.827485, 29.079091], [121.834324, 29.078578], [121.83711, 29.075968], [121.83327, 29.073113], [121.829276, 29.072895], [121.827538, 29.070757], [121.828713, 29.061721], [121.834028, 29.060118], [121.828625, 29.054326], [121.819831, 29.054466], [121.81536, 29.056765], [121.817154, 29.063126], [121.815454, 29.065946], [121.80746, 29.066298], [121.803895, 29.064043], [121.794055, 29.073826], [121.786692, 29.078322], [121.786213, 29.081023], [121.788419, 29.081758], [121.786668, 29.096118], [121.787905, 29.099355], [121.805513, 29.100306], [121.809063, 29.099041], [121.816256, 29.101242]]], [[[121.692206, 29.096922], [121.688238, 29.096152], [121.683793, 29.098686], [121.679175, 29.107692], [121.678533, 29.112068], [121.685191, 29.11276], [121.690244, 29.108608], [121.692572, 29.102848], [121.692206, 29.096922]]], [[[121.829817, 29.140857], [121.86051, 29.14409], [121.867645, 29.143524], [121.868663, 29.14049], [121.863599, 29.131697], [121.863904, 29.129736], [121.869817, 29.124676], [121.879648, 29.124046], [121.883104, 29.122321], [121.886658, 29.115218], [121.883671, 29.11269], [121.877754, 29.113441], [121.876326, 29.112299], [121.876897, 29.103828], [121.87071, 29.089837], [121.864714, 29.088123], [121.858813, 29.088885], [121.857005, 29.090693], [121.85766, 29.093577], [121.837751, 29.092966], [121.828386, 29.099381], [121.829638, 29.102456], [121.828556, 29.106084], [121.807814, 29.114888], [121.792279, 29.11669], [121.783206, 29.11385], [121.77878, 29.128183], [121.781339, 29.132831], [121.78181, 29.146229], [121.785283, 29.149605], [121.80075, 29.152586], [121.810967, 29.150458], [121.816339, 29.144276], [121.829817, 29.140857]]], [[[121.872167, 29.161886], [121.861825, 29.161331], [121.854087, 29.163135], [121.859715, 29.168106], [121.865929, 29.168953], [121.874129, 29.166066], [121.874283, 29.164003], [121.872167, 29.161886]]], [[[121.885633, 29.163043], [121.88197, 29.162481], [121.882048, 29.164902], [121.889404, 29.168843], [121.898892, 29.170249], [121.902214, 29.168962], [121.885633, 29.163043]]], [[[121.978569, 29.150339], [121.977597, 29.148518], [121.973845, 29.149696], [121.972171, 29.148517], [121.971193, 29.14091], [121.972943, 29.136537], [121.977056, 29.136099], [121.979304, 29.132216], [121.97455, 29.127393], [121.979965, 29.121991], [121.982706, 29.114422], [121.982394, 29.108979], [121.958207, 29.096482], [121.963108, 29.092786], [121.977574, 29.093475], [121.979884, 29.089463], [121.969733, 29.083372], [121.964245, 29.083431], [121.958745, 29.080427], [121.96119, 29.074853], [121.959449, 29.069897], [121.956055, 29.068795], [121.95625, 29.059656], [121.95756, 29.057548], [121.947746, 29.051717], [121.942819, 29.052813], [121.947114, 29.056117], [121.9462, 29.05832], [121.939306, 29.05842], [121.936169, 29.055727], [121.929926, 29.056855], [121.927265, 29.059552], [121.898999, 29.074025], [121.899523, 29.07645], [121.906343, 29.082801], [121.907812, 29.087049], [121.905836, 29.09139], [121.902381, 29.092329], [121.892585, 29.108764], [121.889357, 29.111529], [121.888211, 29.116268], [121.891404, 29.118925], [121.882719, 29.127207], [121.867276, 29.131064], [121.872495, 29.136574], [121.873795, 29.143676], [121.877046, 29.147198], [121.915766, 29.165394], [121.922673, 29.170003], [121.929524, 29.179401], [121.929106, 29.180646], [121.937449, 29.184923], [121.943857, 29.184846], [121.956556, 29.168005], [121.972903, 29.157451], [121.978569, 29.150339]]], [[[121.973026, 29.178532], [121.977125, 29.178345], [121.97657, 29.167565], [121.973334, 29.165704], [121.964106, 29.169599], [121.952185, 29.183865], [121.948891, 29.185302], [121.948546, 29.188797], [121.962964, 29.193824], [121.968653, 29.192371], [121.966787, 29.183062], [121.969022, 29.179756], [121.973026, 29.178532]]], [[[121.59308, 29.191998], [121.587545, 29.193593], [121.593199, 29.19839], [121.595937, 29.198356], [121.594647, 29.192634], [121.59308, 29.191998]]], [[[122.052526, 29.190768], [122.041452, 29.188604], [122.039385, 29.185561], [122.040304, 29.180216], [122.043065, 29.176232], [122.050683, 29.174497], [122.068836, 29.179359], [122.068272, 29.176362], [122.061401, 29.168391], [122.052266, 29.161856], [122.045836, 29.161868], [122.044685, 29.169315], [122.038711, 29.171122], [122.034169, 29.16619], [122.035343, 29.161648], [122.032078, 29.155955], [122.011785, 29.154988], [122.01511, 29.168218], [122.012017, 29.170788], [122.011459, 29.173589], [122.014775, 29.175348], [122.019751, 29.172158], [122.025903, 29.173983], [122.035246, 29.179917], [122.035791, 29.187213], [122.028294, 29.189241], [122.031167, 29.198086], [122.031786, 29.20855], [122.033639, 29.210003], [122.035203, 29.209013], [122.052526, 29.190768]]], [[[121.954646, 29.215328], [121.958291, 29.214689], [121.957746, 29.205967], [121.964495, 29.200088], [121.962449, 29.198558], [121.948839, 29.199138], [121.949022, 29.214498], [121.954646, 29.215328]]], [[[121.993191, 29.221721], [121.990164, 29.22221], [121.979787, 29.230131], [121.982838, 29.231335], [121.99115, 29.229828], [121.997218, 29.224331], [121.993191, 29.221721]]], [[[122.006231, 29.227255], [122.004443, 29.226026], [122.000412, 29.227778], [121.997584, 29.230402], [121.997395, 29.233397], [122.004255, 29.236506], [122.009102, 29.236243], [122.006231, 29.227255]]], [[[121.791719, 29.278167], [121.789999, 29.277875], [121.790897, 29.288788], [121.78707, 29.297782], [121.792341, 29.306244], [121.793062, 29.315083], [121.795304, 29.316177], [121.796442, 29.301361], [121.799407, 29.294939], [121.791719, 29.278167]]], [[[121.975639, 29.336106], [121.972855, 29.336966], [121.967484, 29.343199], [121.972176, 29.34787], [121.980694, 29.350709], [121.981681, 29.349257], [121.97366, 29.34598], [121.973622, 29.342074], [121.980817, 29.339316], [121.975639, 29.336106]]], [[[122.226311, 29.376987], [122.218362, 29.378648], [122.221018, 29.38138], [122.224775, 29.382129], [122.227588, 29.3787], [122.226311, 29.376987]]], [[[122.175742, 29.40248], [122.169764, 29.402836], [122.170776, 29.405752], [122.176314, 29.40855], [122.179253, 29.406934], [122.181166, 29.403207], [122.175742, 29.40248]]], [[[122.014269, 29.41163], [122.011349, 29.407396], [122.001823, 29.407492], [121.998086, 29.412609], [122.002086, 29.414927], [122.014269, 29.41163]]], [[[122.208217, 29.441701], [122.219788, 29.438727], [122.22241, 29.435895], [122.221825, 29.43221], [122.207434, 29.432171], [122.205014, 29.434471], [122.203016, 29.43385], [122.198327, 29.430757], [122.203235, 29.426919], [122.193369, 29.417396], [122.18887, 29.416692], [122.186633, 29.418632], [122.182664, 29.419001], [122.179134, 29.411251], [122.176662, 29.411388], [122.174248, 29.421119], [122.176024, 29.426855], [122.179525, 29.426599], [122.184875, 29.423386], [122.191742, 29.425618], [122.198188, 29.433099], [122.195998, 29.434443], [122.194915, 29.438115], [122.208217, 29.441701]]], [[[122.190156, 29.456356], [122.186857, 29.455253], [122.179505, 29.458334], [122.180453, 29.463272], [122.18955, 29.467162], [122.193038, 29.464365], [122.190156, 29.456356]]], [[[121.985263, 29.470831], [121.97846, 29.473749], [121.974781, 29.478194], [121.983231, 29.477502], [121.98847, 29.472737], [121.985263, 29.470831]]], [[[121.569385, 29.489042], [121.57203, 29.488595], [121.572644, 29.486068], [121.568404, 29.484312], [121.564499, 29.485305], [121.569385, 29.489042]]], [[[121.579005, 29.491381], [121.576227, 29.491045], [121.576532, 29.493919], [121.586922, 29.497847], [121.585856, 29.494179], [121.579005, 29.491381]]], [[[121.610748, 29.509859], [121.60673, 29.506042], [121.590108, 29.496634], [121.588354, 29.498605], [121.600617, 29.509884], [121.610748, 29.509859]]], [[[121.993181, 29.507489], [121.993659, 29.505999], [121.991524, 29.504755], [121.983909, 29.507105], [121.979044, 29.506699], [121.977232, 29.49909], [121.972913, 29.501654], [121.972621, 29.507072], [121.982634, 29.511154], [121.988832, 29.511738], [121.993181, 29.507489]]], [[[121.574617, 29.528819], [121.578721, 29.525742], [121.585156, 29.525194], [121.58486, 29.520417], [121.575987, 29.521085], [121.56523, 29.526823], [121.561265, 29.524658], [121.55597, 29.5263], [121.561427, 29.532686], [121.573804, 29.533573], [121.574617, 29.528819]]], [[[121.583478, 29.532662], [121.577636, 29.53389], [121.577809, 29.536584], [121.580823, 29.539854], [121.585615, 29.538201], [121.583478, 29.532662]]], [[[121.618715, 29.540475], [121.62145, 29.536212], [121.611509, 29.535348], [121.610764, 29.539304], [121.618715, 29.540475]]], [[[121.660888, 29.53451], [121.655904, 29.537025], [121.655682, 29.539866], [121.657255, 29.541518], [121.659985, 29.540956], [121.663448, 29.536627], [121.660888, 29.53451]]], [[[121.688501, 29.556721], [121.68911, 29.554811], [121.693395, 29.553315], [121.694092, 29.550296], [121.691109, 29.54457], [121.676278, 29.541896], [121.66924, 29.543086], [121.664798, 29.54656], [121.669049, 29.550253], [121.682203, 29.556547], [121.688501, 29.556721]]], [[[121.740019, 29.599522], [121.737933, 29.601028], [121.740344, 29.602694], [121.748058, 29.605339], [121.750857, 29.604808], [121.747708, 29.60088], [121.740019, 29.599522]]], [[[122.151258, 29.610966], [122.142448, 29.610403], [122.142075, 29.612599], [122.148757, 29.619824], [122.155741, 29.620518], [122.151258, 29.610966]]], [[[122.022232, 29.608378], [122.018338, 29.609348], [122.017343, 29.611051], [122.018603, 29.621023], [122.023014, 29.626639], [122.025978, 29.627027], [122.03028, 29.624698], [122.03132, 29.617378], [122.022232, 29.608378]]], [[[122.000806, 29.624267], [121.999217, 29.623084], [121.996816, 29.625095], [122.001611, 29.632045], [122.004593, 29.629981], [122.005022, 29.627802], [122.000806, 29.624267]]], [[[122.2163, 29.632757], [122.212139, 29.633224], [122.209242, 29.637463], [122.211262, 29.640462], [122.216101, 29.642079], [122.226734, 29.636892], [122.226202, 29.635442], [122.2163, 29.632757]]], [[[122.241935, 29.658197], [122.240217, 29.657469], [122.225747, 29.664764], [122.22795, 29.666068], [122.238967, 29.663371], [122.241935, 29.658197]]], [[[122.238128, 29.674435], [122.233766, 29.673405], [122.230652, 29.675642], [122.229347, 29.682422], [122.231304, 29.683606], [122.231654, 29.681549], [122.237574, 29.678055], [122.238128, 29.674435]]], [[[122.225448, 29.690248], [122.224752, 29.688184], [122.220482, 29.689333], [122.214626, 29.686807], [122.209496, 29.690064], [122.213676, 29.693151], [122.22239, 29.693552], [122.224502, 29.692744], [122.225448, 29.690248]]], [[[122.224832, 29.712037], [122.226024, 29.703408], [122.231667, 29.699691], [122.261472, 29.689365], [122.265256, 29.691192], [122.27722, 29.690782], [122.278321, 29.686735], [122.274129, 29.688489], [122.273575, 29.684861], [122.27338, 29.681882], [122.275646, 29.678394], [122.269918, 29.679188], [122.269066, 29.680738], [122.270729, 29.682391], [122.26702, 29.688155], [122.258895, 29.687456], [122.248027, 29.689795], [122.241726, 29.686722], [122.232181, 29.690256], [122.221705, 29.699177], [122.217134, 29.698614], [122.206726, 29.704909], [122.203521, 29.71625], [122.209536, 29.717233], [122.212145, 29.715975], [122.212305, 29.713589], [122.214172, 29.712355], [122.22303, 29.711789], [122.226323, 29.717893], [122.230788, 29.717955], [122.232167, 29.716165], [122.231639, 29.714445], [122.224832, 29.712037]]], [[[122.216492, 29.721202], [122.212927, 29.720176], [122.20527, 29.7222], [122.193807, 29.728597], [122.197151, 29.73023], [122.215618, 29.726131], [122.216492, 29.721202]]], [[[122.237139, 29.732765], [122.227788, 29.735658], [122.221479, 29.740493], [122.224907, 29.742792], [122.228492, 29.74218], [122.237139, 29.732765]]], [[[122.025744, 29.734422], [122.022506, 29.729675], [122.020538, 29.729715], [122.021771, 29.719285], [122.019002, 29.715951], [122.016482, 29.71592], [122.011668, 29.723401], [122.012472, 29.73141], [122.008051, 29.744103], [122.014162, 29.752729], [122.02052, 29.757144], [122.031757, 29.761817], [122.038546, 29.755568], [122.039268, 29.746719], [122.026732, 29.740839], [122.025449, 29.739562], [122.025744, 29.734422]]], [[[122.187823, 29.757798], [122.185464, 29.758816], [122.189772, 29.767182], [122.195572, 29.766998], [122.197505, 29.761582], [122.187823, 29.757798]]], [[[122.251539, 29.751735], [122.25569, 29.749149], [122.267779, 29.749391], [122.287153, 29.743138], [122.288561, 29.74593], [122.303152, 29.745686], [122.307926, 29.739586], [122.307483, 29.734949], [122.305503, 29.733219], [122.302498, 29.733446], [122.290168, 29.736327], [122.283299, 29.731341], [122.265065, 29.738492], [122.258621, 29.739058], [122.25833, 29.73495], [122.255111, 29.735218], [122.242732, 29.743609], [122.21467, 29.768462], [122.213209, 29.770743], [122.214055, 29.775548], [122.222079, 29.780578], [122.234051, 29.784966], [122.24274, 29.78343], [122.243368, 29.778589], [122.253703, 29.777338], [122.256081, 29.774831], [122.255223, 29.769709], [122.249363, 29.76617], [122.242532, 29.758602], [122.251539, 29.751735]]], [[[122.124718, 29.79141], [122.131914, 29.775353], [122.128886, 29.767362], [122.132321, 29.766936], [122.135499, 29.758081], [122.134702, 29.755732], [122.155187, 29.736561], [122.162892, 29.732826], [122.173541, 29.73106], [122.195451, 29.712765], [122.197915, 29.701656], [122.206018, 29.693073], [122.203983, 29.691335], [122.198408, 29.692015], [122.194808, 29.683531], [122.19587, 29.676982], [122.18297, 29.660526], [122.181132, 29.655316], [122.17369, 29.653946], [122.174253, 29.66239], [122.179407, 29.669872], [122.176186, 29.674615], [122.167921, 29.671451], [122.164263, 29.668485], [122.160604, 29.662235], [122.153391, 29.661787], [122.149638, 29.66331], [122.150739, 29.664979], [122.155276, 29.665467], [122.156268, 29.668131], [122.149995, 29.674692], [122.145927, 29.673047], [122.143331, 29.668393], [122.137166, 29.663974], [122.133929, 29.666474], [122.137553, 29.672871], [122.137316, 29.67906], [122.132659, 29.673997], [122.128591, 29.675432], [122.125442, 29.673271], [122.108439, 29.677969], [122.074604, 29.708589], [122.071066, 29.706725], [122.06625, 29.711321], [122.048143, 29.716297], [122.047836, 29.722784], [122.055495, 29.734799], [122.062619, 29.75241], [122.065311, 29.755056], [122.068618, 29.769226], [122.067556, 29.774166], [122.069184, 29.776154], [122.080287, 29.782527], [122.089455, 29.780623], [122.095561, 29.781206], [122.10953, 29.785644], [122.115508, 29.792088], [122.123263, 29.79292], [122.124718, 29.79141]]], [[[122.172487, 29.798583], [122.180977, 29.796565], [122.187911, 29.796751], [122.190356, 29.798231], [122.195969, 29.792461], [122.193093, 29.788067], [122.178987, 29.790682], [122.170259, 29.797939], [122.172487, 29.798583]]], [[[122.166504, 29.798977], [122.157574, 29.80555], [122.161228, 29.807826], [122.174986, 29.804597], [122.166504, 29.798977]]], [[[122.233885, 29.801853], [122.223044, 29.803194], [122.219602, 29.805845], [122.222771, 29.810585], [122.224987, 29.81087], [122.230065, 29.808598], [122.234555, 29.804038], [122.233885, 29.801853]]], [[[122.194318, 29.809311], [122.192509, 29.80877], [122.18654, 29.811755], [122.181954, 29.817848], [122.190269, 29.820413], [122.194843, 29.818277], [122.198311, 29.814212], [122.194318, 29.809311]]], [[[122.325768, 29.830493], [122.323561, 29.82776], [122.315542, 29.841301], [122.319567, 29.842019], [122.325481, 29.835197], [122.325768, 29.830493]]], [[[122.372967, 29.828789], [122.36533, 29.830575], [122.355604, 29.839492], [122.359094, 29.843146], [122.362702, 29.844159], [122.371623, 29.843929], [122.374991, 29.835126], [122.372967, 29.828789]]], [[[122.26013, 29.846635], [122.269467, 29.844324], [122.280574, 29.846108], [122.300524, 29.83331], [122.314242, 29.830945], [122.318588, 29.821983], [122.313548, 29.821441], [122.305513, 29.826798], [122.294688, 29.82301], [122.290868, 29.817208], [122.290349, 29.813164], [122.304926, 29.811341], [122.308393, 29.808574], [122.307161, 29.802309], [122.301259, 29.801739], [122.302141, 29.796973], [122.311017, 29.785541], [122.319957, 29.783561], [122.322974, 29.780859], [122.321378, 29.777229], [122.3118, 29.774839], [122.31253, 29.771005], [122.30871, 29.770049], [122.29506, 29.780236], [122.279384, 29.784567], [122.248918, 29.806108], [122.246552, 29.80858], [122.243492, 29.818801], [122.23541, 29.82601], [122.227807, 29.826224], [122.219729, 29.8343], [122.219025, 29.837843], [122.224467, 29.842923], [122.234438, 29.847962], [122.255582, 29.848522], [122.26013, 29.846635]]], [[[122.261322, 29.864926], [122.255719, 29.864595], [122.25129, 29.87126], [122.25049, 29.876394], [122.253013, 29.877966], [122.262875, 29.877688], [122.273474, 29.870252], [122.26937, 29.86598], [122.261322, 29.864926]]], [[[122.313437, 29.880296], [122.318988, 29.878411], [122.330888, 29.880991], [122.335028, 29.884305], [122.344352, 29.878939], [122.343434, 29.874494], [122.337036, 29.874981], [122.333719, 29.872951], [122.337247, 29.867306], [122.336694, 29.863009], [122.326512, 29.863049], [122.323306, 29.861624], [122.321466, 29.858163], [122.316393, 29.856293], [122.306608, 29.855679], [122.30242, 29.852768], [122.285218, 29.858171], [122.279759, 29.864381], [122.279336, 29.875495], [122.297741, 29.885461], [122.310926, 29.882496], [122.313437, 29.880296]]], [[[122.020245, 29.892956], [122.021186, 29.890114], [122.019733, 29.884068], [122.014613, 29.878874], [122.011761, 29.878358], [122.00961, 29.892826], [122.020245, 29.892956]]], [[[122.310112, 29.893654], [122.300148, 29.893018], [122.296696, 29.895846], [122.305841, 29.897535], [122.310112, 29.893654]]], [[[121.995673, 29.893144], [121.992183, 29.892599], [121.987513, 29.895756], [121.995618, 29.900134], [121.997985, 29.894774], [121.995673, 29.893144]]], [[[122.013355, 29.902302], [122.013355, 29.899316], [122.010146, 29.895838], [122.003564, 29.896133], [122.002712, 29.901169], [122.013355, 29.902302]]], [[[122.017355, 29.904821], [122.013215, 29.903932], [122.005497, 29.906083], [122.001902, 29.910512], [122.002067, 29.915177], [122.006926, 29.918527], [122.015983, 29.914729], [122.019429, 29.908819], [122.017355, 29.904821]]], [[[122.303508, 29.925676], [122.288626, 29.927496], [122.284191, 29.937688], [122.296907, 29.943366], [122.302637, 29.944483], [122.307267, 29.943501], [122.309097, 29.941773], [122.310667, 29.933714], [122.309183, 29.930538], [122.303508, 29.925676]]], [[[122.056138, 29.94044], [122.053999, 29.939246], [122.051118, 29.943505], [122.050853, 29.94537], [122.05416, 29.948322], [122.058116, 29.947552], [122.056138, 29.94044]]], [[[122.455194, 29.932956], [122.45308, 29.928295], [122.449264, 29.9325], [122.44701, 29.940907], [122.448891, 29.947389], [122.455601, 29.95033], [122.458118, 29.945099], [122.455194, 29.932956]]], [[[121.976187, 29.898756], [121.957487, 29.897977], [121.953378, 29.896979], [121.950868, 29.8945], [121.943624, 29.893771], [121.932238, 29.906757], [121.922302, 29.930771], [121.959995, 29.953365], [121.96202, 29.954027], [121.966664, 29.951723], [121.974507, 29.944345], [121.983076, 29.930598], [121.988008, 29.928419], [121.997726, 29.920278], [121.994483, 29.911918], [121.9937, 29.903041], [121.976187, 29.898756]]], [[[122.351374, 29.950544], [122.367481, 29.954603], [122.368709, 29.951644], [122.384099, 29.947013], [122.387228, 29.939414], [122.4065, 29.944141], [122.409151, 29.947627], [122.412773, 29.948317], [122.417172, 29.948848], [122.421094, 29.94548], [122.420266, 29.943703], [122.415244, 29.941709], [122.414667, 29.936177], [122.417715, 29.927742], [122.421172, 29.924841], [122.426145, 29.92514], [122.427011, 29.920349], [122.403116, 29.923048], [122.401247, 29.918965], [122.405806, 29.91413], [122.409539, 29.912734], [122.415202, 29.913152], [122.429605, 29.909442], [122.427793, 29.904734], [122.425048, 29.904453], [122.42107, 29.899683], [122.422279, 29.895055], [122.428661, 29.893981], [122.431763, 29.890792], [122.4288, 29.886855], [122.425281, 29.886252], [122.417296, 29.888953], [122.413574, 29.885598], [122.409918, 29.878466], [122.404659, 29.878124], [122.395905, 29.873328], [122.391562, 29.86753], [122.390728, 29.858237], [122.391706, 29.853811], [122.400817, 29.852178], [122.410792, 29.8481], [122.409819, 29.837896], [122.411688, 29.83211], [122.402399, 29.831597], [122.398352, 29.835223], [122.387427, 29.835135], [122.382199, 29.838152], [122.374414, 29.847711], [122.366431, 29.864376], [122.37237, 29.869169], [122.376594, 29.87714], [122.376749, 29.884055], [122.371261, 29.893223], [122.354773, 29.896759], [122.338474, 29.908894], [122.325263, 29.926566], [122.323375, 29.932248], [122.327564, 29.933967], [122.326972, 29.938291], [122.345861, 29.957912], [122.350823, 29.953214], [122.351374, 29.950544]]], [[[122.090776, 29.945392], [122.094715, 29.944649], [122.09174, 29.941691], [122.078907, 29.938955], [122.075706, 29.946152], [122.075754, 29.952336], [122.078372, 29.95583], [122.085309, 29.9581], [122.089393, 29.955286], [122.088949, 29.94695], [122.090776, 29.945392]]], [[[122.447359, 29.950224], [122.4441, 29.949885], [122.441299, 29.957075], [122.445853, 29.959832], [122.451287, 29.958181], [122.454456, 29.953308], [122.447359, 29.950224]]], [[[122.071636, 29.951605], [122.06913, 29.954405], [122.067825, 29.960384], [122.069718, 29.965601], [122.072943, 29.965338], [122.071636, 29.951605]]], [[[122.037466, 29.933784], [122.03458, 29.932536], [122.027169, 29.939895], [122.026083, 29.954411], [122.027204, 29.957521], [122.039779, 29.966441], [122.045666, 29.965706], [122.05292, 29.959037], [122.053486, 29.956068], [122.048174, 29.945375], [122.037466, 29.933784]]], [[[122.150205, 29.948312], [122.135683, 29.947399], [122.12903, 29.954922], [122.128898, 29.958282], [122.135071, 29.962235], [122.15722, 29.968196], [122.165308, 29.959328], [122.165254, 29.956752], [122.161223, 29.952274], [122.150205, 29.948312]]], [[[122.131461, 29.963725], [122.124519, 29.964017], [122.124139, 29.967729], [122.125601, 29.970287], [122.13651, 29.969448], [122.140935, 29.966644], [122.131461, 29.963725]]], [[[122.446712, 29.967457], [122.44523, 29.966498], [122.440474, 29.969955], [122.442671, 29.973438], [122.447886, 29.975513], [122.449186, 29.972858], [122.446712, 29.967457]]], [[[122.242082, 29.956252], [122.273516, 29.938183], [122.272845, 29.935776], [122.251308, 29.944552], [122.25067, 29.943592], [122.230564, 29.95044], [122.217191, 29.956642], [122.187337, 29.976353], [122.186742, 29.978257], [122.209211, 29.972655], [122.236692, 29.961121], [122.238056, 29.958432], [122.242082, 29.956252]]], [[[122.11294, 29.961602], [122.107862, 29.961323], [122.10465, 29.966474], [122.107911, 29.979535], [122.111974, 29.982274], [122.121889, 29.979265], [122.123387, 29.975929], [122.121073, 29.963703], [122.11294, 29.961602]]], [[[122.093002, 29.981563], [122.091726, 29.977517], [122.087489, 29.976501], [122.082112, 29.980001], [122.083397, 29.981736], [122.087588, 29.98199], [122.089684, 29.984403], [122.093002, 29.981563]]], [[[122.138328, 29.98097], [122.129519, 29.986015], [122.137954, 29.988601], [122.140523, 29.988059], [122.138328, 29.98097]]], [[[122.177205, 29.977826], [122.188939, 29.966362], [122.191391, 29.962946], [122.190439, 29.960711], [122.18692, 29.95909], [122.179652, 29.959355], [122.166738, 29.969443], [122.149651, 29.974064], [122.138733, 29.971759], [122.137769, 29.974151], [122.138287, 29.976915], [122.149585, 29.98083], [122.158757, 29.989534], [122.163065, 29.990596], [122.177205, 29.977826]]], [[[122.047768, 29.980872], [122.038891, 29.983719], [122.044353, 29.991188], [122.049609, 29.989563], [122.050581, 29.981792], [122.047768, 29.980872]]], [[[122.089086, 29.986937], [122.089823, 29.985971], [122.086098, 29.982322], [122.076545, 29.980349], [122.072816, 29.975219], [122.069416, 29.974903], [122.066129, 29.997278], [122.071936, 30.002333], [122.089086, 29.986937]]], [[[122.102876, 29.996711], [122.098721, 29.99746], [122.096875, 30.002538], [122.098888, 30.003661], [122.103026, 30.002117], [122.102876, 29.996711]]], [[[122.39973, 30.026654], [122.396183, 30.014976], [122.39653, 30.011298], [122.413828, 30.006707], [122.413436, 30.003548], [122.407818, 30.000968], [122.403738, 30.00121], [122.399995, 30.003919], [122.39262, 30.003176], [122.385677, 29.989597], [122.388561, 29.980014], [122.381138, 29.975492], [122.37339, 29.977392], [122.367752, 29.981903], [122.365712, 29.9858], [122.369398, 29.984648], [122.373046, 30.004352], [122.374907, 30.007399], [122.377247, 30.007917], [122.380853, 30.019119], [122.377542, 30.025039], [122.386158, 30.026489], [122.390018, 30.024829], [122.401768, 30.034587], [122.404528, 30.029379], [122.40312, 30.02737], [122.39973, 30.026654]]], [[[122.432385, 30.025186], [122.429125, 30.024357], [122.423565, 30.027318], [122.425798, 30.032464], [122.419823, 30.037202], [122.420476, 30.041077], [122.422432, 30.042846], [122.424022, 30.043178], [122.427547, 30.035733], [122.430903, 30.032744], [122.433606, 30.026616], [122.432385, 30.025186]]], [[[121.966927, 30.051985], [121.96479, 30.051737], [121.961312, 30.054527], [121.960222, 30.061259], [121.96563, 30.065798], [121.969671, 30.063719], [121.968866, 30.055693], [121.966927, 30.051985]]], [[[121.982298, 30.071354], [121.977678, 30.069732], [121.974808, 30.070628], [121.971831, 30.075579], [121.978216, 30.085224], [121.982643, 30.086727], [121.983959, 30.086238], [121.983209, 30.081312], [121.987677, 30.07616], [121.982298, 30.071354]]], [[[121.974969, 30.092074], [121.969851, 30.088528], [121.96449, 30.09747], [121.970143, 30.101774], [121.972156, 30.101715], [121.978132, 30.097701], [121.977879, 30.095057], [121.974969, 30.092074]]], [[[121.845471, 30.065015], [121.83725, 30.06525], [121.828963, 30.070322], [121.82032, 30.081007], [121.817245, 30.089814], [121.824755, 30.098439], [121.837395, 30.10272], [121.839422, 30.079797], [121.84832, 30.070265], [121.845471, 30.065015]]], [[[121.858564, 30.102249], [121.857964, 30.099709], [121.876455, 30.093556], [121.87556, 30.091371], [121.877088, 30.09051], [121.87309, 30.087961], [121.8852, 30.084058], [121.886964, 30.081678], [121.884948, 30.077208], [121.903337, 30.055289], [121.912088, 30.056591], [121.919102, 30.05147], [121.917832, 30.040437], [121.924703, 30.016412], [121.928397, 30.008574], [121.928411, 30.001095], [121.924662, 29.998046], [121.905111, 29.987498], [121.889313, 29.982612], [121.875841, 29.972198], [121.868266, 29.969744], [121.852221, 29.973605], [121.847955, 29.973264], [121.849074, 29.981352], [121.845914, 29.987788], [121.838619, 29.992994], [121.837987, 29.99172], [121.836141, 29.992166], [121.835396, 29.994201], [121.836311, 30.000742], [121.843527, 30.008492], [121.846697, 30.009535], [121.843003, 30.033451], [121.839573, 30.037507], [121.837562, 30.049009], [121.840466, 30.055747], [121.848978, 30.064244], [121.852182, 30.071011], [121.847894, 30.077833], [121.848823, 30.084018], [121.846929, 30.102147], [121.851223, 30.103502], [121.858564, 30.102249]]], [[[121.957994, 30.103881], [121.952736, 30.0878], [121.947397, 30.083469], [121.94376, 30.075973], [121.944806, 30.07243], [121.940547, 30.068595], [121.926588, 30.068845], [121.925336, 30.070974], [121.930708, 30.074982], [121.930796, 30.080478], [121.924112, 30.086501], [121.916954, 30.088547], [121.912759, 30.087638], [121.911483, 30.090663], [121.907575, 30.093554], [121.907089, 30.09627], [121.917715, 30.10705], [121.938473, 30.115983], [121.945206, 30.115974], [121.950145, 30.110003], [121.957958, 30.107632], [121.957994, 30.103881]]], [[[121.85856, 30.107142], [121.856959, 30.107828], [121.857103, 30.110377], [121.858668, 30.118383], [121.860139, 30.119032], [121.864411, 30.117364], [121.866361, 30.11164], [121.865471, 30.10876], [121.85856, 30.107142]]], [[[122.149589, 30.12387], [122.153853, 30.123741], [122.157949, 30.120348], [122.154013, 30.118903], [122.145304, 30.125318], [122.145793, 30.1288], [122.149589, 30.12387]]], [[[122.782828, 30.129651], [122.775579, 30.128362], [122.769869, 30.129384], [122.766075, 30.128786], [122.765205, 30.126315], [122.762466, 30.126754], [122.755627, 30.135119], [122.755003, 30.14253], [122.757292, 30.144719], [122.768299, 30.140998], [122.774024, 30.138084], [122.782828, 30.129651]]], [[[122.717726, 30.171007], [122.714616, 30.170707], [122.711863, 30.177356], [122.716968, 30.181641], [122.723564, 30.17512], [122.717726, 30.171007]]], [[[121.974884, 30.165698], [121.980484, 30.168095], [121.992597, 30.16085], [122.011858, 30.156714], [122.028408, 30.148562], [122.046075, 30.147203], [122.087461, 30.157432], [122.100162, 30.157855], [122.105231, 30.156256], [122.115312, 30.148861], [122.113974, 30.142622], [122.116639, 30.138827], [122.126686, 30.133514], [122.137996, 30.119304], [122.150294, 30.112323], [122.226067, 30.108493], [122.226963, 30.110569], [122.232777, 30.107568], [122.236837, 30.109499], [122.253512, 30.099962], [122.276526, 30.103674], [122.290232, 30.102075], [122.29001, 30.0982], [122.292969, 30.098083], [122.297436, 30.092034], [122.295439, 30.078056], [122.287031, 30.078149], [122.284447, 30.075656], [122.279237, 30.077103], [122.280586, 30.081017], [122.260712, 30.079924], [122.250924, 30.073978], [122.250685, 30.066817], [122.259662, 30.063247], [122.28722, 30.065646], [122.292245, 30.056537], [122.306192, 30.038634], [122.314729, 30.036292], [122.320222, 30.032401], [122.326021, 30.020336], [122.331882, 30.018154], [122.338313, 30.019551], [122.338858, 30.015844], [122.330815, 30.012676], [122.327969, 30.0057], [122.329376, 30.002428], [122.336406, 29.998897], [122.318233, 29.958222], [122.31512, 29.944522], [122.307673, 29.946456], [122.300045, 29.946044], [122.285744, 29.941652], [122.278028, 29.941459], [122.234243, 29.967411], [122.181647, 29.985267], [122.17044, 29.992761], [122.162791, 29.994519], [122.143556, 29.990696], [122.136773, 29.991835], [122.120024, 29.989932], [122.116672, 29.9925], [122.106878, 30.006693], [122.098111, 30.009536], [122.065706, 30.011014], [122.053239, 30.005984], [122.051183, 30.004522], [122.049957, 30.000546], [122.038723, 29.997616], [122.034242, 29.992986], [122.022848, 29.995527], [122.016973, 30.012832], [122.008497, 30.026051], [121.995523, 30.041309], [121.983468, 30.048767], [121.976518, 30.057299], [121.977215, 30.065975], [121.98682, 30.072008], [121.988983, 30.075766], [121.988097, 30.078792], [121.984672, 30.08124], [121.986333, 30.086267], [121.986087, 30.097776], [121.984192, 30.104025], [121.96087, 30.129616], [121.954531, 30.138297], [121.954417, 30.142408], [121.952018, 30.143322], [121.951604, 30.145547], [121.953882, 30.145893], [121.946816, 30.154554], [121.935353, 30.162416], [121.934529, 30.167475], [121.937214, 30.172979], [121.942719, 30.176589], [121.948795, 30.184868], [121.972754, 30.174925], [121.975821, 30.171221], [121.974176, 30.16777], [121.974884, 30.165698]]], [[[122.054954, 30.193974], [122.06014, 30.18985], [122.056701, 30.181494], [122.035366, 30.167686], [122.028016, 30.16484], [122.021136, 30.164627], [122.021661, 30.169379], [122.013676, 30.183136], [122.013655, 30.187573], [122.018799, 30.189705], [122.023365, 30.188138], [122.031624, 30.197579], [122.046501, 30.200903], [122.049968, 30.201265], [122.049542, 30.200069], [122.054954, 30.193974]]], [[[122.173287, 30.193407], [122.190185, 30.194608], [122.201227, 30.189432], [122.20307, 30.190478], [122.202238, 30.192684], [122.20372, 30.192637], [122.207515, 30.184449], [122.202635, 30.185751], [122.199136, 30.183796], [122.200298, 30.181206], [122.197709, 30.181149], [122.197823, 30.179645], [122.203952, 30.177208], [122.200355, 30.174505], [122.200145, 30.176866], [122.197823, 30.177456], [122.196586, 30.176104], [122.193718, 30.17894], [122.188729, 30.177469], [122.182772, 30.172132], [122.178439, 30.167713], [122.179526, 30.164927], [122.182908, 30.163565], [122.179541, 30.157816], [122.171403, 30.152557], [122.165229, 30.142645], [122.159174, 30.140603], [122.148228, 30.148741], [122.143135, 30.156998], [122.139848, 30.168529], [122.141914, 30.178523], [122.147352, 30.191952], [122.172381, 30.201979], [122.173287, 30.193407]]], [[[122.585505, 30.196539], [122.581497, 30.199018], [122.583283, 30.201396], [122.582634, 30.20416], [122.588993, 30.207584], [122.585505, 30.196539]]], [[[122.686548, 30.182882], [122.683859, 30.18994], [122.678145, 30.192646], [122.669862, 30.204789], [122.669385, 30.211377], [122.682204, 30.20863], [122.687586, 30.20249], [122.689955, 30.190632], [122.688275, 30.184008], [122.686548, 30.182882]]], [[[122.709532, 30.190332], [122.704013, 30.190307], [122.699042, 30.196975], [122.698523, 30.20283], [122.702362, 30.209373], [122.708496, 30.211659], [122.709016, 30.206564], [122.707313, 30.202328], [122.708051, 30.196605], [122.710167, 30.193352], [122.709532, 30.190332]]], [[[122.649627, 30.188631], [122.642682, 30.18964], [122.633001, 30.209008], [122.635299, 30.214156], [122.646453, 30.212825], [122.649627, 30.188631]]], [[[122.132568, 30.213086], [122.122481, 30.210338], [122.123049, 30.218684], [122.130758, 30.223816], [122.1366, 30.224323], [122.145366, 30.220068], [122.13612, 30.217022], [122.132568, 30.213086]]], [[[122.328636, 30.223177], [122.319448, 30.227279], [122.321028, 30.22915], [122.328609, 30.231357], [122.331497, 30.229931], [122.330647, 30.225168], [122.328636, 30.223177]]], [[[122.199399, 30.222163], [122.20074, 30.21738], [122.186544, 30.215196], [122.184724, 30.216114], [122.18541, 30.218887], [122.183663, 30.220793], [122.175797, 30.218711], [122.175527, 30.229529], [122.182753, 30.232187], [122.187453, 30.23221], [122.196153, 30.228167], [122.199399, 30.222163]]], [[[122.52514, 30.232657], [122.524165, 30.22696], [122.520107, 30.224147], [122.519279, 30.226525], [122.521099, 30.227978], [122.520669, 30.229816], [122.512304, 30.232966], [122.52514, 30.232657]]], [[[122.49856, 30.218427], [122.481719, 30.221231], [122.469383, 30.22817], [122.476484, 30.234107], [122.489961, 30.231847], [122.499068, 30.227663], [122.49856, 30.218427]]], [[[122.239669, 30.220566], [122.224468, 30.223334], [122.221518, 30.226967], [122.221972, 30.230304], [122.227511, 30.23468], [122.232907, 30.234459], [122.239299, 30.226925], [122.239669, 30.220566]]], [[[122.212728, 30.238495], [122.213204, 30.234069], [122.204905, 30.23214], [122.205389, 30.237803], [122.212728, 30.238495]]], [[[122.295864, 30.272169], [122.297203, 30.264007], [122.30755, 30.265972], [122.312652, 30.259723], [122.311029, 30.252872], [122.276512, 30.249888], [122.269843, 30.247142], [122.262521, 30.240645], [122.256975, 30.237921], [122.252746, 30.238338], [122.250849, 30.241835], [122.251653, 30.257013], [122.259781, 30.271001], [122.295864, 30.272169]]], [[[122.402714, 30.274187], [122.407417, 30.25511], [122.416149, 30.252801], [122.416299, 30.24852], [122.40506, 30.236751], [122.402435, 30.230235], [122.394181, 30.227685], [122.391857, 30.233494], [122.392372, 30.236195], [122.395273, 30.238441], [122.394047, 30.242184], [122.382374, 30.24587], [122.378504, 30.245642], [122.381055, 30.243185], [122.378261, 30.240991], [122.382777, 30.239307], [122.379372, 30.233567], [122.355151, 30.239906], [122.342882, 30.235949], [122.324497, 30.233375], [122.315464, 30.241569], [122.308438, 30.24289], [122.303149, 30.23849], [122.304429, 30.234173], [122.302043, 30.232527], [122.291872, 30.235693], [122.288867, 30.232211], [122.281859, 30.22954], [122.272508, 30.238552], [122.273558, 30.241394], [122.277005, 30.243781], [122.315081, 30.251093], [122.31742, 30.252945], [122.315097, 30.254221], [122.320642, 30.265989], [122.331354, 30.271155], [122.343771, 30.269082], [122.3536, 30.271818], [122.372401, 30.273108], [122.375523, 30.272842], [122.378159, 30.270236], [122.391833, 30.274348], [122.402714, 30.274187]]], [[[122.370669, 30.280772], [122.359318, 30.277756], [122.355076, 30.279445], [122.356057, 30.281876], [122.361461, 30.280432], [122.371679, 30.284397], [122.370669, 30.280772]]], [[[122.190452, 30.328084], [122.194505, 30.328987], [122.196937, 30.332803], [122.201496, 30.334111], [122.218268, 30.334479], [122.223876, 30.331468], [122.216163, 30.327002], [122.217619, 30.317982], [122.221781, 30.312274], [122.226319, 30.307858], [122.23284, 30.305248], [122.237238, 30.306949], [122.238755, 30.309443], [122.241009, 30.308045], [122.24085, 30.304791], [122.234754, 30.300075], [122.222841, 30.294713], [122.221235, 30.296274], [122.217345, 30.292665], [122.227984, 30.277326], [122.230904, 30.278755], [122.233221, 30.276741], [122.230595, 30.271406], [122.226194, 30.269079], [122.223984, 30.262187], [122.223217, 30.246365], [122.225667, 30.236252], [122.221499, 30.234222], [122.217361, 30.23362], [122.213494, 30.239852], [122.19984, 30.238614], [122.197218, 30.243201], [122.18873, 30.247306], [122.159448, 30.248767], [122.137821, 30.25422], [122.128664, 30.258317], [122.099202, 30.279047], [122.080345, 30.283449], [122.070406, 30.290989], [122.072904, 30.293523], [122.064176, 30.292277], [122.053855, 30.297425], [122.048491, 30.303119], [122.053754, 30.305258], [122.068199, 30.303151], [122.065992, 30.307931], [122.068728, 30.308644], [122.073071, 30.30686], [122.092404, 30.305551], [122.09407, 30.303529], [122.103885, 30.3068], [122.102104, 30.309022], [122.115906, 30.319303], [122.130088, 30.316306], [122.13949, 30.316616], [122.144929, 30.319734], [122.148713, 30.319129], [122.151516, 30.320818], [122.15133, 30.325133], [122.173019, 30.34105], [122.17467, 30.343936], [122.180735, 30.339232], [122.186306, 30.33035], [122.190452, 30.328084]]], [[[121.995265, 30.309638], [121.984115, 30.293034], [121.978933, 30.292092], [121.964309, 30.297789], [121.953175, 30.29092], [121.952218, 30.293256], [121.922972, 30.310258], [121.922592, 30.313494], [121.926178, 30.31543], [121.938971, 30.335304], [121.958312, 30.336348], [121.96386, 30.339245], [121.973682, 30.339501], [121.975098, 30.343011], [121.978648, 30.344039], [121.984116, 30.342148], [121.981248, 30.331977], [121.988252, 30.329168], [121.995265, 30.309638]]], [[[122.469281, 30.43144], [122.476677, 30.425379], [122.475231, 30.422641], [122.48091, 30.421656], [122.482534, 30.419712], [122.474126, 30.414174], [122.470721, 30.405905], [122.464684, 30.407896], [122.460279, 30.413564], [122.464613, 30.418127], [122.45538, 30.426496], [122.448393, 30.423805], [122.446386, 30.426454], [122.447459, 30.428183], [122.456821, 30.429263], [122.456751, 30.433135], [122.464476, 30.441916], [122.471446, 30.43772], [122.468656, 30.43448], [122.469281, 30.43144]]], [[[122.380037, 30.472226], [122.369934, 30.470461], [122.366923, 30.465989], [122.367289, 30.460953], [122.373576, 30.456235], [122.383013, 30.452908], [122.390246, 30.452919], [122.396924, 30.456104], [122.415703, 30.450193], [122.422816, 30.442586], [122.423369, 30.439257], [122.422061, 30.43155], [122.415087, 30.434604], [122.413602, 30.433109], [122.413952, 30.429628], [122.429746, 30.418016], [122.431644, 30.419235], [122.434683, 30.414442], [122.426097, 30.411197], [122.407528, 30.416573], [122.397613, 30.422704], [122.394691, 30.427005], [122.377676, 30.425374], [122.371119, 30.423724], [122.366582, 30.419596], [122.363659, 30.419317], [122.360529, 30.421996], [122.361252, 30.424393], [122.357405, 30.426294], [122.361061, 30.428517], [122.360609, 30.431867], [122.358558, 30.432115], [122.357546, 30.430133], [122.35479, 30.431896], [122.348547, 30.43112], [122.348144, 30.43215], [122.352029, 30.434575], [122.350763, 30.43603], [122.346562, 30.434854], [122.343507, 30.431904], [122.346542, 30.425739], [122.342156, 30.416471], [122.313483, 30.412877], [122.304873, 30.418448], [122.290702, 30.42065], [122.28019, 30.42446], [122.284465, 30.431496], [122.277055, 30.447694], [122.284597, 30.458933], [122.281191, 30.463766], [122.277033, 30.475345], [122.281819, 30.476519], [122.293921, 30.467264], [122.301904, 30.464794], [122.307844, 30.463975], [122.314206, 30.469392], [122.323757, 30.468127], [122.328537, 30.463126], [122.349029, 30.458756], [122.364298, 30.468327], [122.370021, 30.477589], [122.380037, 30.472226]]], [[[122.310313, 30.496422], [122.320298, 30.497305], [122.321662, 30.496223], [122.317557, 30.49666], [122.310097, 30.494301], [122.300634, 30.498693], [122.299232, 30.501304], [122.301054, 30.501995], [122.303257, 30.4994], [122.310313, 30.496422]]], [[[122.267095, 30.514444], [122.254854, 30.514313], [122.253451, 30.515144], [122.254152, 30.520184], [122.265579, 30.528431], [122.273248, 30.526813], [122.269393, 30.519815], [122.270404, 30.516325], [122.267095, 30.514444]]], [[[122.342366, 30.524311], [122.341203, 30.515509], [122.33906, 30.509994], [122.336225, 30.508375], [122.329742, 30.510139], [122.323049, 30.516647], [122.319261, 30.518199], [122.316074, 30.516442], [122.313823, 30.519579], [122.314985, 30.522222], [122.321003, 30.523208], [122.320536, 30.520079], [122.331097, 30.518952], [122.335931, 30.522551], [122.336399, 30.527243], [122.338997, 30.529302], [122.341991, 30.528516], [122.342366, 30.524311]]], [[[122.068425, 30.575013], [122.056646, 30.585864], [122.051714, 30.588546], [122.052144, 30.593801], [122.053911, 30.595511], [122.070051, 30.597166], [122.079184, 30.5972], [122.085664, 30.59512], [122.085682, 30.592258], [122.078036, 30.590429], [122.076369, 30.588476], [122.079232, 30.585279], [122.079241, 30.58156], [122.073834, 30.575961], [122.068425, 30.575013]]], [[[122.337706, 30.598213], [122.333157, 30.594736], [122.322723, 30.59279], [122.323303, 30.596473], [122.331916, 30.599664], [122.338085, 30.60149], [122.339093, 30.60042], [122.337706, 30.598213]]], [[[122.369786, 30.58989], [122.356097, 30.593436], [122.35291, 30.595656], [122.351534, 30.59907], [122.35357, 30.601782], [122.355891, 30.601349], [122.363358, 30.59681], [122.369786, 30.58989]]], [[[122.122775, 30.610265], [122.130677, 30.61305], [122.128625, 30.605822], [122.130813, 30.603297], [122.128609, 30.598782], [122.119276, 30.60105], [122.105509, 30.601741], [122.098153, 30.604456], [122.099781, 30.60786], [122.105744, 30.606406], [122.108657, 30.61475], [122.122775, 30.610265]]], [[[121.627497, 30.613059], [121.633295, 30.611799], [121.615356, 30.608827], [121.614182, 30.609865], [121.621821, 30.612332], [121.62372, 30.614691], [121.627497, 30.613059]]], [[[122.14252, 30.617161], [122.144763, 30.613694], [122.133264, 30.613921], [122.132091, 30.616934], [122.136924, 30.617136], [122.142255, 30.619966], [122.14252, 30.617161]]], [[[122.422191, 30.613644], [122.419764, 30.615126], [122.421617, 30.622894], [122.422758, 30.624758], [122.42809, 30.624985], [122.427633, 30.620005], [122.422191, 30.613644]]], [[[122.103994, 30.623971], [122.105945, 30.622661], [122.10449, 30.617074], [122.096283, 30.61256], [122.095779, 30.606803], [122.093703, 30.604521], [122.089477, 30.604406], [122.066255, 30.618598], [122.042323, 30.635956], [122.037562, 30.642897], [122.050286, 30.644574], [122.059554, 30.647815], [122.068585, 30.646419], [122.069194, 30.642531], [122.074251, 30.641103], [122.076273, 30.63575], [122.103994, 30.623971]]], [[[122.517456, 30.642722], [122.512015, 30.644729], [122.508759, 30.649799], [122.511997, 30.651205], [122.51834, 30.645856], [122.517456, 30.642722]]], [[[122.2924, 30.646858], [122.290345, 30.642438], [122.285841, 30.643186], [122.280546, 30.639366], [122.273379, 30.640113], [122.280767, 30.650073], [122.285342, 30.652767], [122.288707, 30.652331], [122.2924, 30.646858]]], [[[122.011073, 30.660595], [122.015336, 30.659387], [122.024028, 30.660657], [122.02478, 30.658965], [122.034991, 30.655387], [122.04258, 30.654638], [122.038911, 30.653824], [122.040542, 30.650086], [122.038286, 30.649208], [122.009608, 30.656326], [122.011073, 30.660595]]], [[[122.53342, 30.667411], [122.54031, 30.66504], [122.540999, 30.66205], [122.538672, 30.660812], [122.528816, 30.666173], [122.526644, 30.66465], [122.520401, 30.670901], [122.52013, 30.673512], [122.529115, 30.674115], [122.53342, 30.667411]]], [[[122.565654, 30.669568], [122.575433, 30.664691], [122.577906, 30.667128], [122.583325, 30.667343], [122.583944, 30.666132], [122.577926, 30.659565], [122.572809, 30.65802], [122.560443, 30.65997], [122.559519, 30.655804], [122.568816, 30.648566], [122.567677, 30.647504], [122.561162, 30.649024], [122.559178, 30.651231], [122.543433, 30.654079], [122.544313, 30.658171], [122.548596, 30.657385], [122.550138, 30.65907], [122.545024, 30.665716], [122.553231, 30.668455], [122.554525, 30.670116], [122.552723, 30.67463], [122.555778, 30.676983], [122.557868, 30.677076], [122.565654, 30.669568]]], [[[122.420884, 30.679981], [122.424637, 30.681132], [122.430674, 30.675928], [122.421116, 30.67138], [122.414134, 30.672848], [122.414453, 30.674741], [122.410617, 30.671707], [122.40494, 30.673845], [122.409656, 30.677625], [122.410447, 30.683135], [122.417515, 30.686136], [122.421583, 30.686282], [122.419301, 30.68189], [122.420884, 30.679981]]], [[[122.793015, 30.725503], [122.793376, 30.719706], [122.790986, 30.719934], [122.789318, 30.722811], [122.785686, 30.723081], [122.782615, 30.722057], [122.778566, 30.716694], [122.784707, 30.705443], [122.785311, 30.699545], [122.780433, 30.697613], [122.774436, 30.698676], [122.775595, 30.703491], [122.773489, 30.709291], [122.771267, 30.710713], [122.763582, 30.710224], [122.755453, 30.704472], [122.752443, 30.709095], [122.753873, 30.714897], [122.765328, 30.722786], [122.771345, 30.721676], [122.773109, 30.72832], [122.776162, 30.730061], [122.786556, 30.730708], [122.793015, 30.725503]]], [[[122.813979, 30.73096], [122.818893, 30.727054], [122.821147, 30.727212], [122.825183, 30.731092], [122.82825, 30.727409], [122.831901, 30.7185], [122.834203, 30.70655], [122.832158, 30.703224], [122.829666, 30.702404], [122.825792, 30.705693], [122.825583, 30.712474], [122.822506, 30.717368], [122.809188, 30.716316], [122.803208, 30.720712], [122.804621, 30.725418], [122.809997, 30.732631], [122.813979, 30.73096]]], [[[122.484739, 30.711898], [122.490944, 30.711849], [122.49768, 30.714464], [122.502073, 30.716853], [122.501848, 30.720317], [122.504161, 30.722158], [122.509875, 30.721894], [122.50907, 30.719995], [122.510598, 30.71611], [122.514804, 30.716427], [122.516541, 30.719704], [122.525188, 30.726487], [122.53254, 30.72231], [122.526485, 30.718192], [122.523666, 30.719339], [122.520667, 30.717442], [122.523521, 30.710049], [122.534398, 30.706224], [122.529574, 30.701116], [122.517473, 30.706834], [122.509001, 30.705926], [122.49958, 30.702212], [122.493428, 30.704048], [122.486548, 30.698732], [122.484229, 30.70175], [122.484703, 30.705304], [122.479447, 30.705857], [122.466996, 30.702172], [122.460174, 30.696618], [122.447231, 30.698985], [122.443928, 30.691634], [122.440894, 30.689052], [122.42977, 30.685756], [122.423421, 30.686912], [122.421959, 30.693187], [122.423326, 30.700627], [122.426839, 30.705723], [122.436817, 30.710812], [122.440144, 30.718067], [122.44054, 30.732858], [122.43799, 30.736637], [122.4273, 30.74206], [122.428557, 30.743582], [122.441578, 30.746586], [122.444186, 30.745638], [122.456676, 30.731316], [122.468481, 30.722651], [122.466182, 30.718587], [122.466974, 30.717176], [122.478982, 30.712254], [122.484739, 30.711898]]], [[[122.453397, 30.745283], [122.449682, 30.745224], [122.446639, 30.749084], [122.448377, 30.756688], [122.461456, 30.756712], [122.46445, 30.754587], [122.465732, 30.750148], [122.463007, 30.745775], [122.453397, 30.745283]]], [[[122.388753, 30.744876], [122.386476, 30.747127], [122.388227, 30.752982], [122.382611, 30.761558], [122.389422, 30.763705], [122.390832, 30.75772], [122.388753, 30.744876]]], [[[122.792349, 30.777986], [122.789631, 30.777687], [122.773904, 30.786249], [122.771746, 30.789652], [122.779697, 30.793021], [122.784052, 30.792472], [122.787251, 30.79029], [122.792349, 30.777986]]], [[[122.766847, 30.792998], [122.759772, 30.790605], [122.759228, 30.796352], [122.767696, 30.797613], [122.76896, 30.795003], [122.766847, 30.792998]]], [[[122.628052, 30.824427], [122.635583, 30.818454], [122.629924, 30.816152], [122.616545, 30.823766], [122.611569, 30.820826], [122.605949, 30.820157], [122.605077, 30.821406], [122.612649, 30.827561], [122.618507, 30.828088], [122.628052, 30.824427]]], [[[122.644728, 30.815834], [122.637049, 30.819133], [122.638696, 30.821658], [122.642445, 30.821768], [122.639306, 30.82823], [122.641198, 30.829197], [122.650376, 30.822006], [122.650529, 30.820419], [122.644728, 30.815834]]], [[[122.687235, 30.85004], [122.690362, 30.850839], [122.691591, 30.854162], [122.696545, 30.854278], [122.701099, 30.850533], [122.699672, 30.847876], [122.693033, 30.847479], [122.690042, 30.841438], [122.684998, 30.840815], [122.68145, 30.843175], [122.671442, 30.844525], [122.662387, 30.850413], [122.671299, 30.854726], [122.669591, 30.859003], [122.671432, 30.862068], [122.674353, 30.863003], [122.687235, 30.85004]]], [[[121.608649, 28.470375], [121.600407, 28.464094], [121.595873, 28.428703], [121.605302, 28.423407], [121.638365, 28.413619], [121.64173, 28.416025], [121.646071, 28.416381], [121.659465, 28.403406], [121.6568, 28.400807], [121.644964, 28.396676], [121.637477, 28.384064], [121.643709, 28.37873], [121.649727, 28.37968], [121.644624, 28.371223], [121.628498, 28.36266], [121.622819, 28.361202], [121.617304, 28.361888], [121.622103, 28.356726], [121.619984, 28.350572], [121.617305, 28.348321], [121.628314, 28.341808], [121.629873, 28.344338], [121.642811, 28.352353], [121.656194, 28.354533], [121.6551, 28.352203], [121.648016, 28.347394], [121.647453, 28.344137], [121.659464, 28.347789], [121.665367, 28.347223], [121.650408, 28.332302], [121.646474, 28.331394], [121.646157, 28.326005], [121.652513, 28.32649], [121.651664, 28.323285], [121.640327, 28.316846], [121.64024, 28.31195], [121.644128, 28.307711], [121.642069, 28.302236], [121.638927, 28.298743], [121.631906, 28.295437], [121.632009, 28.293597], [121.640202, 28.289154], [121.635856, 28.285703], [121.629311, 28.28623], [121.625609, 28.279451], [121.622235, 28.27817], [121.616001, 28.278812], [121.617298, 28.273047], [121.614474, 28.269726], [121.614461, 28.265989], [121.615938, 28.265241], [121.622164, 28.267446], [121.624949, 28.265681], [121.620016, 28.263566], [121.615398, 28.257197], [121.610026, 28.253906], [121.604818, 28.256175], [121.602316, 28.253627], [121.597475, 28.255592], [121.591166, 28.2501], [121.582665, 28.250177], [121.585003, 28.260443], [121.591462, 28.266538], [121.592178, 28.273305], [121.584672, 28.273866], [121.583414, 28.26797], [121.571365, 28.270367], [121.57154, 28.276022], [121.577829, 28.279375], [121.580052, 28.292389], [121.578038, 28.301675], [121.563506, 28.309221], [121.546889, 28.312572], [121.546804, 28.317945], [121.513427, 28.33023], [121.479485, 28.332255], [121.461812, 28.328338], [121.460076, 28.327044], [121.462074, 28.303994], [121.452871, 28.307669], [121.44775, 28.307009], [121.446968, 28.304023], [121.449917, 28.301049], [121.449928, 28.297535], [121.448239, 28.29507], [121.442744, 28.295159], [121.438632, 28.266362], [121.43324, 28.262686], [121.422956, 28.259796], [121.420869, 28.254742], [121.426684, 28.249238], [121.418764, 28.240442], [121.406841, 28.23207], [121.402926, 28.225747], [121.403269, 28.214087], [121.391518, 28.207521], [121.388484, 28.208404], [121.385473, 28.21235], [121.387608, 28.216432], [121.386556, 28.21965], [121.378698, 28.223524], [121.365276, 28.223573], [121.362727, 28.216762], [121.363238, 28.212765], [121.367635, 28.209359], [121.373216, 28.208518], [121.381464, 28.200307], [121.369914, 28.195621], [121.369169, 28.19395], [121.380228, 28.185391], [121.385489, 28.186503], [121.390233, 28.194395], [121.393347, 28.188281], [121.392139, 28.182667], [121.384926, 28.17543], [121.385237, 28.165916], [121.383976, 28.163074], [121.375855, 28.16067], [121.372992, 28.161954], [121.363499, 28.14948], [121.36269, 28.141557], [121.358874, 28.139304], [121.354368, 28.14128], [121.353531, 28.146377], [121.341059, 28.141167], [121.33695, 28.150855], [121.333451, 28.151149], [121.329506, 28.143234], [121.322752, 28.139394], [121.29956, 28.109409], [121.291386, 28.107059], [121.291043, 28.100862], [121.2868, 28.096593], [121.28618, 28.090489], [121.28119, 28.089071], [121.276054, 28.084412], [121.277171, 28.081916], [121.28106, 28.081954], [121.288099, 28.077819], [121.291337, 28.073205], [121.291102, 28.071305], [121.287837, 28.071903], [121.285139, 28.075626], [121.280306, 28.071115], [121.279464, 28.0758], [121.273524, 28.074921], [121.269804, 28.071846], [121.266137, 28.072047], [121.267801, 28.07801], [121.26245, 28.082667], [121.253494, 28.079739], [121.252487, 28.081376], [121.240342, 28.082048], [121.231802, 28.08034], [121.229894, 28.077944], [121.229786, 28.074598], [121.235245, 28.07268], [121.241646, 28.073356], [121.246185, 28.06872], [121.251204, 28.067737], [121.244956, 28.065065], [121.24905, 28.063663], [121.246133, 28.060527], [121.246362, 28.058467], [121.250012, 28.058374], [121.247039, 28.054753], [121.24439, 28.054831], [121.245103, 28.05845], [121.236585, 28.059881], [121.241261, 28.064589], [121.24045, 28.06631], [121.232715, 28.064437], [121.218741, 28.07108], [121.2206, 28.064517], [121.209795, 28.063307], [121.207534, 28.061617], [121.208475, 28.060301], [121.21924, 28.05988], [121.224595, 28.05745], [121.22372, 28.0566], [121.202639, 28.051189], [121.196584, 28.051368], [121.178144, 28.042545], [121.178091, 28.044964], [121.174427, 28.047553], [121.154697, 28.040039], [121.1529, 28.040701], [121.153104, 28.044326], [121.156157, 28.046975], [121.156811, 28.049814], [121.155615, 28.053677], [121.146958, 28.054993], [121.143354, 28.058735], [121.150602, 28.058547], [121.154811, 28.06378], [121.15767, 28.073394], [121.153979, 28.074606], [121.145714, 28.08234], [121.134336, 28.100496], [121.134637, 28.117001], [121.130221, 28.128179], [121.129189, 28.135873], [121.14733, 28.143685], [121.150757, 28.138475], [121.154853, 28.136649], [121.158603, 28.137563], [121.157938, 28.142757], [121.16407, 28.14905], [121.16913, 28.149055], [121.175567, 28.153591], [121.189593, 28.167292], [121.196128, 28.169953], [121.203425, 28.170379], [121.201701, 28.183841], [121.204917, 28.193272], [121.208954, 28.196581], [121.205691, 28.203631], [121.196499, 28.211286], [121.194164, 28.217555], [121.211122, 28.258442], [121.218458, 28.263167], [121.227353, 28.263572], [121.232434, 28.267312], [121.237979, 28.274393], [121.237181, 28.285018], [121.243361, 28.291201], [121.230325, 28.297097], [121.233709, 28.301111], [121.231833, 28.307409], [121.227496, 28.31074], [121.223343, 28.310903], [121.214573, 28.320813], [121.214564, 28.329018], [121.217285, 28.337542], [121.220504, 28.340695], [121.225449, 28.342226], [121.240216, 28.342633], [121.237966, 28.349221], [121.218964, 28.345872], [121.214998, 28.346734], [121.215965, 28.358541], [121.200939, 28.378964], [121.2036, 28.384781], [121.202658, 28.390889], [121.190553, 28.391846], [121.18127, 28.387761], [121.180387, 28.379806], [121.178762, 28.377376], [121.176132, 28.378278], [121.171009, 28.389894], [121.168867, 28.38906], [121.174407, 28.373519], [121.183729, 28.369528], [121.185385, 28.360587], [121.18303, 28.356501], [121.175647, 28.35311], [121.165061, 28.353521], [121.163463, 28.348595], [121.161474, 28.347445], [121.156595, 28.352018], [121.154198, 28.344102], [121.147074, 28.342427], [121.146612, 28.321751], [121.14488, 28.319416], [121.131857, 28.313351], [121.128173, 28.307157], [121.132526, 28.306297], [121.136166, 28.301739], [121.134229, 28.297321], [121.124104, 28.294644], [121.118589, 28.28475], [121.107273, 28.286273], [121.084688, 28.283147], [121.07974, 28.287604], [121.079892, 28.294006], [121.071443, 28.290173], [121.073063, 28.286361], [121.06881, 28.286962], [121.06706, 28.284561], [121.082476, 28.278104], [121.094017, 28.277074], [121.108197, 28.279565], [121.11374, 28.278053], [121.119216, 28.263701], [121.130666, 28.247342], [121.129905, 28.241229], [121.120941, 28.214295], [121.119726, 28.206199], [121.106723, 28.186179], [121.101831, 28.183176], [121.097131, 28.175513], [121.094776, 28.164954], [121.097975, 28.162508], [121.091782, 28.145791], [121.086877, 28.146976], [121.070137, 28.159102], [121.065733, 28.159572], [121.074685, 28.153788], [121.063728, 28.140189], [121.023973, 28.111143], [121.017699, 28.113147], [121.006757, 28.090669], [121.002364, 28.091223], [121.001204, 28.089688], [121.002438, 28.0872], [121.013508, 28.082698], [121.010008, 28.071306], [121.01171, 28.037265], [121.01038, 28.035973], [121.005253, 28.036052], [121.00516, 28.033508], [121.006947, 28.033406], [121.006493, 28.031115], [121.007866, 28.030779], [121.007661, 28.024497], [121.003732, 28.012407], [121.00597, 28.011639], [120.997645, 28.003247], [120.992184, 28.001605], [120.989232, 27.997954], [120.956983, 27.980868], [120.950864, 27.953459], [120.971317, 27.939913], [120.940335, 27.903422], [120.918791, 27.924662], [120.913899, 27.922291], [120.884248, 27.916512], [120.912143, 27.890662], [120.91397, 27.882933], [120.831314, 27.767995], [120.805114, 27.784117], [120.801976, 27.781798], [120.781805, 27.795208], [120.779737, 27.790211], [120.767888, 27.776791], [120.754182, 27.748951], [120.747428, 27.733929], [120.752485, 27.730895], [120.752635, 27.729086], [120.74751, 27.723055], [120.721126, 27.707678], [120.709415, 27.711108], [120.705133, 27.70967], [120.700714, 27.710956], [120.691045, 27.717801], [120.677806, 27.703291], [120.691727, 27.688983], [120.691577, 27.685214], [120.677103, 27.648579], [120.673197, 27.648127], [120.676598, 27.640939], [120.674456, 27.637778], [120.662668, 27.634024], [120.663158, 27.626008], [120.659962, 27.61594], [120.649807, 27.612242], [120.644886, 27.614739], [120.637741, 27.604977], [120.638347, 27.602174], [120.641426, 27.601892], [120.651226, 27.594543], [120.649832, 27.592683], [120.628559, 27.583913], [120.604514, 27.594209], [120.591831, 27.59391], [120.592064, 27.589413], [120.599292, 27.588255], [120.604998, 27.583101], [120.611041, 27.574236], [120.638233, 27.55694], [120.659616, 27.512049], [120.666635, 27.508735], [120.668427, 27.509004], [120.670533, 27.512547], [120.672595, 27.511714], [120.670387, 27.508801], [120.662134, 27.504843], [120.658372, 27.506397], [120.658702, 27.510695], [120.64223, 27.508019], [120.630693, 27.495315], [120.63458, 27.494239], [120.638329, 27.499638], [120.649313, 27.498871], [120.651943, 27.500927], [120.662537, 27.501411], [120.673475, 27.495423], [120.671157, 27.492403], [120.664313, 27.494901], [120.664461, 27.48569], [120.677608, 27.477806], [120.686796, 27.478483], [120.68819, 27.476349], [120.672664, 27.458535], [120.667513, 27.456209], [120.662394, 27.451318], [120.666251, 27.449268], [120.662592, 27.445482], [120.658168, 27.445107], [120.656465, 27.450227], [120.654595, 27.45108], [120.648347, 27.447765], [120.648149, 27.439758], [120.639956, 27.424513], [120.641942, 27.412703], [120.636329, 27.408747], [120.63815, 27.405338], [120.641452, 27.404979], [120.647032, 27.40781], [120.647534, 27.40024], [120.65073, 27.393205], [120.651145, 27.385981], [120.65029, 27.384111], [120.646936, 27.383662], [120.648548, 27.37643], [120.646616, 27.366022], [120.645099, 27.364503], [120.637731, 27.367345], [120.632181, 27.366471], [120.628955, 27.364231], [120.622313, 27.363757], [120.615607, 27.367873], [120.617055, 27.371522], [120.622893, 27.37414], [120.622851, 27.376973], [120.62023, 27.380635], [120.614023, 27.380294], [120.608174, 27.384188], [120.608719, 27.386756], [120.612657, 27.388441], [120.61251, 27.392394], [120.599905, 27.390305], [120.598512, 27.388012], [120.600946, 27.386561], [120.600711, 27.385248], [120.594284, 27.381014], [120.579492, 27.388764], [120.575089, 27.396224], [120.562693, 27.403082], [120.547352, 27.406283], [120.541841, 27.400454], [120.542894, 27.398274], [120.552873, 27.392137], [120.546652, 27.39078], [120.541368, 27.393446], [120.540044, 27.387748], [120.547923, 27.381551], [120.552685, 27.384075], [120.559372, 27.379714], [120.555993, 27.370991], [120.543479, 27.361171], [120.537347, 27.360049], [120.535721, 27.361221], [120.532126, 27.358367], [120.529302, 27.34765], [120.537434, 27.343733], [120.535817, 27.338117], [120.532208, 27.339767], [120.526332, 27.339649], [120.525517, 27.338178], [120.517897, 27.337035], [120.514281, 27.339974], [120.509371, 27.339986], [120.514446, 27.332245], [120.524153, 27.326527], [120.540621, 27.330235], [120.541245, 27.324599], [120.539225, 27.322481], [120.54193, 27.318358], [120.545263, 27.318346], [120.55076, 27.321784], [120.553902, 27.321441], [120.556796, 27.314529], [120.542448, 27.304671], [120.539784, 27.300391], [120.54088, 27.299096], [120.550029, 27.302576], [120.554898, 27.302656], [120.563409, 27.295344], [120.558848, 27.294501], [120.553276, 27.296806], [120.543578, 27.291396], [120.543578, 27.289043], [120.549998, 27.287825], [120.550438, 27.284446], [120.528156, 27.274527], [120.526084, 27.276838], [120.518402, 27.279331], [120.517689, 27.273486], [120.524673, 27.264217], [120.516381, 27.260379], [120.516682, 27.250444], [120.520053, 27.247176], [120.534754, 27.246077], [120.537158, 27.243394], [120.534491, 27.237466], [120.528958, 27.236177], [120.525559, 27.233132], [120.532136, 27.225594], [120.528053, 27.223668], [120.516738, 27.226891], [120.514452, 27.219631], [120.509673, 27.215089], [120.50905, 27.207433], [120.510342, 27.204872], [120.519105, 27.204078], [120.520397, 27.200425], [120.519257, 27.195983], [120.503144, 27.190787], [120.496484, 27.191577], [120.490837, 27.180772], [120.487589, 27.180416], [120.48318, 27.175038], [120.483351, 27.171288], [120.479802, 27.166475], [120.46667, 27.171345], [120.462659, 27.176518], [120.459291, 27.192613], [120.463117, 27.192328], [120.466701, 27.197771], [120.465681, 27.20005], [120.463445, 27.200159], [120.458087, 27.211167], [120.462498, 27.214809], [120.457652, 27.220926], [120.453682, 27.222693], [120.447624, 27.21885], [120.446068, 27.211623], [120.443997, 27.20956], [120.441462, 27.20986], [120.440498, 27.21491], [120.432219, 27.214921], [120.430783, 27.213668], [120.429838, 27.203638], [120.422131, 27.188302], [120.423423, 27.186049], [120.428421, 27.18524], [120.434682, 27.178542], [120.434519, 27.171285], [120.432265, 27.167739], [120.429995, 27.172251], [120.421125, 27.177115], [120.419284, 27.180462], [120.419284, 27.187576], [120.412991, 27.19184], [120.402683, 27.204741], [120.402882, 27.2131], [120.397155, 27.216451], [120.40159, 27.217005], [120.399211, 27.221129], [120.399947, 27.223424], [120.405718, 27.225377], [120.410147, 27.234673], [120.401777, 27.241626], [120.392248, 27.245026], [120.391147, 27.247689], [120.395429, 27.254028], [120.408388, 27.260251], [120.417771, 27.25344], [120.426517, 27.260157], [120.420336, 27.271129], [120.411957, 27.270633], [120.40167, 27.280935], [120.400704, 27.285547], [120.403373, 27.292599], [120.392825, 27.305699], [120.391896, 27.310396], [120.383163, 27.311492], [120.374098, 27.321448], [120.373032, 27.327603], [120.368494, 27.332233], [120.353942, 27.341436], [120.352694, 27.346121], [120.345462, 27.347275], [120.344421, 27.351305], [120.352094, 27.356408], [120.34789, 27.362188], [120.342024, 27.365305], [120.339854, 27.368384], [120.342709, 27.37328], [120.346596, 27.389097], [120.341497, 27.399218], [120.333074, 27.402017], [120.320906, 27.399892], [120.315004, 27.403959], [120.318387, 27.40616], [120.318078, 27.411363], [120.3133, 27.412268], [120.306899, 27.398728], [120.298158, 27.396768], [120.291237, 27.399384], [120.284969, 27.399488], [120.281743, 27.397763], [120.27882, 27.393333], [120.268803, 27.390876], [120.262159, 27.404261], [120.252703, 27.412249], [120.255223, 27.418891], [120.261053, 27.42261], [120.259747, 27.431097], [120.255068, 27.437637], [120.244491, 27.443098], [120.245229, 27.439213], [120.242016, 27.435548], [120.231847, 27.430694], [120.226454, 27.430639], [120.213785, 27.421511], [120.205816, 27.422549], [120.200428, 27.431707], [120.185235, 27.428736], [120.179006, 27.424632], [120.173579, 27.423584], [120.158344, 27.428515], [120.143821, 27.425762], [120.130644, 27.425481], [120.124265, 27.416751], [120.127591, 27.411009], [120.132568, 27.410507], [120.13372, 27.402511], [120.128095, 27.396557], [120.12315, 27.395], [120.113362, 27.398605], [120.100661, 27.399167], [120.093826, 27.395291], [120.091876, 27.393633], [120.093141, 27.385167], [120.090237, 27.38063], [120.075009, 27.373924], [120.055517, 27.350496], [120.050276, 27.35222], [120.048074, 27.350658], [120.048746, 27.343486], [120.046193, 27.340392], [120.036649, 27.340697], [120.034033, 27.344926], [120.027866, 27.347145], [120.022053, 27.355356], [120.007844, 27.367882], [120.004047, 27.368842], [120.002838, 27.374011], [120.00516, 27.376108], [119.995483, 27.382581], [119.990002, 27.383158], [119.984651, 27.380547], [119.984195, 27.374915], [119.982697, 27.373482], [119.974345, 27.374692], [119.957203, 27.370599], [119.95188, 27.367893], [119.951419, 27.361783], [119.958112, 27.363721], [119.961911, 27.362653], [119.951465, 27.352743], [119.945426, 27.350682], [119.943986, 27.34303], [119.932142, 27.339477], [119.933428, 27.338183], [119.939555, 27.338511], [119.933997, 27.332873], [119.934687, 27.326192], [119.939551, 27.325965], [119.941529, 27.320119], [119.940812, 27.317781], [119.932197, 27.319738], [119.901392, 27.321884], [119.895465, 27.319028], [119.893847, 27.314291], [119.887722, 27.313897], [119.88251, 27.316919], [119.874639, 27.313304], [119.873549, 27.305077], [119.871535, 27.30409], [119.859939, 27.310586], [119.860444, 27.312408], [119.866958, 27.315877], [119.867265, 27.31867], [119.850275, 27.320051], [119.841206, 27.327399], [119.836821, 27.32446], [119.830162, 27.315856], [119.835302, 27.310889], [119.84043, 27.309788], [119.838852, 27.304131], [119.836639, 27.302313], [119.829806, 27.304764], [119.818804, 27.305419], [119.816967, 27.300193], [119.813927, 27.299556], [119.808613, 27.30226], [119.804592, 27.308197], [119.790379, 27.313853], [119.788611, 27.313651], [119.785107, 27.305569], [119.769618, 27.309566], [119.765879, 27.308947], [119.763754, 27.311913], [119.766641, 27.31579], [119.765133, 27.327068], [119.766154, 27.329995], [119.769425, 27.329456], [119.773718, 27.323313], [119.780357, 27.327093], [119.780549, 27.329746], [119.776729, 27.33398], [119.76918, 27.334436], [119.764551, 27.338087], [119.763126, 27.341607], [119.764873, 27.346232], [119.763571, 27.350137], [119.755066, 27.350204], [119.746156, 27.353832], [119.74282, 27.363265], [119.735362, 27.366281], [119.74076, 27.372915], [119.745697, 27.376029], [119.744895, 27.381083], [119.739704, 27.380677], [119.736105, 27.378634], [119.736547, 27.38496], [119.734847, 27.390394], [119.728032, 27.39277], [119.726365, 27.395654], [119.726981, 27.398211], [119.72235, 27.400163], [119.719766, 27.40504], [119.7059, 27.40685], [119.7046, 27.409018], [119.705745, 27.414261], [119.699756, 27.420025], [119.700899, 27.422143], [119.700133, 27.427863], [119.685531, 27.433592], [119.680822, 27.441683], [119.684224, 27.444132], [119.689349, 27.442116], [119.697969, 27.449291], [119.699372, 27.461806], [119.704806, 27.465396], [119.702081, 27.474836], [119.704714, 27.478215], [119.701899, 27.489647], [119.705989, 27.492512], [119.705429, 27.499356], [119.698144, 27.503112], [119.699228, 27.510343], [119.70397, 27.514841], [119.70399, 27.517795], [119.697397, 27.520548], [119.694645, 27.528918], [119.682543, 27.541509], [119.661491, 27.538433], [119.653855, 27.545045], [119.660132, 27.556655], [119.664843, 27.560595], [119.668889, 27.572135], [119.672763, 27.575022], [119.672055, 27.576984], [119.669054, 27.578834], [119.641689, 27.581908], [119.636443, 27.584913], [119.631274, 27.583815], [119.627223, 27.585697], [119.627056, 27.595124], [119.62451, 27.602571], [119.624733, 27.612638], [119.621197, 27.615427], [119.620143, 27.618825], [119.623568, 27.625873], [119.630393, 27.62931], [119.636832, 27.629901], [119.638639, 27.636106], [119.643018, 27.638551], [119.643518, 27.643812], [119.640646, 27.645605], [119.635014, 27.653779], [119.640011, 27.66382], [119.63842, 27.667033], [119.636616, 27.669051], [119.631839, 27.669661], [119.628302, 27.673113], [119.617217, 27.673279], [119.615436, 27.676796], [119.603202, 27.67751], [119.595498, 27.675482], [119.589905, 27.67005], [119.58168, 27.666756], [119.575711, 27.670206], [119.574549, 27.673846], [119.569611, 27.674588], [119.570426, 27.672318], [119.564366, 27.66701], [119.557971, 27.668854], [119.552634, 27.665682], [119.545067, 27.667233], [119.546101, 27.672999], [119.5379, 27.679499], [119.534734, 27.678706], [119.538069, 27.669265], [119.533394, 27.661382], [119.521392, 27.663854], [119.519436, 27.662083], [119.518711, 27.655795], [119.515067, 27.652047], [119.51249, 27.652753], [119.509659, 27.656788], [119.496551, 27.652685], [119.495992, 27.637589], [119.492792, 27.629306], [119.494415, 27.618645], [119.499613, 27.614536], [119.497924, 27.611485], [119.493609, 27.609731], [119.486195, 27.603224], [119.481932, 27.595354], [119.486965, 27.591531], [119.481605, 27.580372], [119.487361, 27.56979], [119.481408, 27.559659], [119.479839, 27.553164], [119.473033, 27.548761], [119.468664, 27.541624], [119.464967, 27.527793], [119.452523, 27.522031], [119.443983, 27.513845], [119.434746, 27.510947], [119.427668, 27.511616], [119.426751, 27.520401], [119.428747, 27.526883], [119.419475, 27.535205], [119.410695, 27.538715], [119.407359, 27.537634], [119.391482, 27.538255], [119.367505, 27.532583], [119.364726, 27.533604], [119.359768, 27.531005], [119.351927, 27.52305], [119.348342, 27.521889], [119.345061, 27.524702], [119.340763, 27.524202], [119.334627, 27.51132], [119.339331, 27.506542], [119.342274, 27.499622], [119.342836, 27.496258], [119.340461, 27.49153], [119.334937, 27.49107], [119.334293, 27.486001], [119.331204, 27.483669], [119.323418, 27.482154], [119.316541, 27.485604], [119.316077, 27.478071], [119.311999, 27.470432], [119.309301, 27.468492], [119.298286, 27.467194], [119.296223, 27.469467], [119.286643, 27.465655], [119.285568, 27.458978], [119.282597, 27.456827], [119.2787, 27.456477], [119.277053, 27.458634], [119.275174, 27.457844], [119.273078, 27.441588], [119.264213, 27.427117], [119.264707, 27.425117], [119.262933, 27.424396], [119.246008, 27.42435], [119.242795, 27.421522], [119.241737, 27.424656], [119.243617, 27.433312], [119.240918, 27.433967], [119.237903, 27.430679], [119.239882, 27.422537], [119.235193, 27.421832], [119.22975, 27.4239], [119.220394, 27.419743], [119.20586, 27.425208], [119.196981, 27.424496], [119.191121, 27.421277], [119.187959, 27.424257], [119.176489, 27.429493], [119.153144, 27.428566], [119.151406, 27.431567], [119.147623, 27.431722], [119.143029, 27.428479], [119.141041, 27.434391], [119.134342, 27.437876], [119.12458, 27.434871], [119.116816, 27.439307], [119.118444, 27.448235], [119.122297, 27.456441], [119.11346, 27.463804], [119.118961, 27.466425], [119.12415, 27.465263], [119.126743, 27.467449], [119.125599, 27.477282], [119.121412, 27.483878], [119.110178, 27.487404], [119.091959, 27.475174], [119.085804, 27.467743], [119.077308, 27.467987], [119.072074, 27.475192], [119.068286, 27.475424], [119.061008, 27.470184], [119.054915, 27.471846], [119.052482, 27.474187], [119.051191, 27.476166], [119.051789, 27.480842], [119.050388, 27.482055], [119.039104, 27.485244], [119.035646, 27.481802], [119.033492, 27.482266], [119.029497, 27.485308], [119.027527, 27.492319], [119.019031, 27.496343], [119.018558, 27.499997], [119.016003, 27.50171], [119.011069, 27.502536], [119.008044, 27.501301], [119.007422, 27.499051], [118.994575, 27.499879], [118.993637, 27.498337], [118.985901, 27.506468], [118.977343, 27.500914], [118.979164, 27.496758], [118.98421, 27.496344], [118.986174, 27.489759], [118.984838, 27.481518], [118.980807, 27.478172], [118.972087, 27.479613], [118.96101, 27.47616], [118.957506, 27.473274], [118.956624, 27.471834], [118.958776, 27.465385], [118.955773, 27.461169], [118.954165, 27.453419], [118.952325, 27.452332], [118.949191, 27.453129], [118.945166, 27.459102], [118.938693, 27.461611], [118.933381, 27.465818], [118.927237, 27.46706], [118.914857, 27.466365], [118.908491, 27.463777], [118.898877, 27.465143], [118.896467, 27.469431], [118.898417, 27.472473], [118.897409, 27.476526], [118.891014, 27.484558], [118.8851, 27.484926], [118.883227, 27.488073], [118.886768, 27.493493], [118.885335, 27.498474], [118.882375, 27.502231], [118.876058, 27.502723], [118.872883, 27.511329], [118.872664, 27.519805], [118.8698, 27.521057], [118.8615, 27.518939], [118.856316, 27.515378], [118.854807, 27.517689], [118.853865, 27.526629], [118.855633, 27.530211], [118.860021, 27.532149], [118.860146, 27.535096], [118.864884, 27.5439], [118.868313, 27.545474], [118.874442, 27.543223], [118.878984, 27.543959], [118.879674, 27.547226], [118.890768, 27.557581], [118.893737, 27.570055], [118.906663, 27.572287], [118.906601, 27.57521], [118.903865, 27.575351], [118.898534, 27.580064], [118.897868, 27.585921], [118.900039, 27.591217], [118.89885, 27.594496], [118.903216, 27.600002], [118.902596, 27.603346], [118.905176, 27.612358], [118.912661, 27.616629], [118.908334, 27.6238], [118.903752, 27.627307], [118.901499, 27.626552], [118.898889, 27.628294], [118.900183, 27.63416], [118.897467, 27.635297], [118.896416, 27.637755], [118.898903, 27.642968], [118.897287, 27.650592], [118.893516, 27.653468], [118.891811, 27.658299], [118.887299, 27.663066], [118.884697, 27.662117], [118.88161, 27.664271], [118.875064, 27.674192], [118.875708, 27.677291], [118.870568, 27.681948], [118.869958, 27.685655], [118.874002, 27.68895], [118.876685, 27.693846], [118.876011, 27.699046], [118.870219, 27.702654], [118.871313, 27.707678], [118.882087, 27.709149], [118.889981, 27.708332], [118.896971, 27.71087], [118.890822, 27.718877], [118.893598, 27.722543], [118.890416, 27.723066], [118.886646, 27.721056], [118.879471, 27.727242], [118.876416, 27.735257], [118.867583, 27.737083], [118.865965, 27.739059], [118.864847, 27.748953], [118.859339, 27.755045], [118.858046, 27.761736], [118.855285, 27.765542], [118.850579, 27.767177], [118.851101, 27.779457], [118.843791, 27.778872], [118.838124, 27.781181], [118.835511, 27.78569], [118.834786, 27.79294], [118.846237, 27.795384], [118.847897, 27.798753], [118.842748, 27.804612], [118.844956, 27.815199], [118.843191, 27.817297], [118.840425, 27.817552], [118.83393, 27.824105], [118.83387, 27.827096], [118.830633, 27.832195], [118.833022, 27.836566], [118.83106, 27.842608], [118.821838, 27.850189], [118.825913, 27.852344], [118.833046, 27.867726], [118.828595, 27.874581], [118.822923, 27.877907], [118.823311, 27.887548], [118.828515, 27.890862], [118.820489, 27.892545], [118.815343, 27.898648], [118.814555, 27.902422], [118.816372, 27.904362], [118.816331, 27.909067], [118.810982, 27.912827], [118.81404, 27.920505], [118.805119, 27.921236], [118.802973, 27.920122], [118.798178, 27.922205], [118.796099, 27.923828], [118.802428, 27.926324], [118.795077, 27.934439], [118.792746, 27.934197], [118.780645, 27.940334], [118.770998, 27.940743], [118.757823, 27.946059], [118.748877, 27.94435], [118.747243, 27.9463], [118.747256, 27.953324], [118.745123, 27.956368], [118.732089, 27.968826], [118.727266, 27.970392], [118.724188, 27.973912], [118.724195, 27.977967], [118.727793, 27.979201], [118.728418, 27.984268], [118.727325, 27.993524], [118.720982, 28.00408], [118.720304, 28.014364], [118.729466, 28.031199], [118.728996, 28.035537], [118.7257, 28.042144], [118.716135, 28.034515], [118.712893, 28.035373], [118.714846, 28.051375], [118.71338, 28.063962], [118.71135, 28.06686], [118.712253, 28.06796], [118.716716, 28.069426], [118.718713, 28.068287], [118.723204, 28.075933], [118.730379, 28.078173], [118.739143, 28.091749], [118.745319, 28.096137], [118.752375, 28.094874], [118.759165, 28.098325], [118.760849, 28.105497], [118.767518, 28.117262], [118.771555, 28.115942], [118.779803, 28.118479], [118.791662, 28.11622], [118.795234, 28.117338], [118.798729, 28.121114], [118.796441, 28.123858], [118.798113, 28.130146], [118.795565, 28.136455], [118.795695, 28.142348], [118.803245, 28.14254], [118.806119, 28.151646], [118.801545, 28.153605], [118.80029, 28.159111], [118.792014, 28.166448], [118.792664, 28.169306], [118.790543, 28.171792], [118.787244, 28.171288], [118.778164, 28.176326], [118.768276, 28.169972], [118.75751, 28.170061], [118.756191, 28.173747], [118.759676, 28.177786], [118.759928, 28.182215], [118.76363, 28.185218], [118.768024, 28.193434], [118.780269, 28.196803], [118.784121, 28.204745], [118.789065, 28.207779], [118.790739, 28.211353], [118.798349, 28.21081], [118.799748, 28.212367], [118.801474, 28.219754], [118.806103, 28.226063], [118.808716, 28.233882], [118.798597, 28.236309], [118.800504, 28.238813], [118.795901, 28.245422], [118.788473, 28.246652], [118.781579, 28.246367], [118.76138, 28.23925], [118.749568, 28.24911], [118.748317, 28.255847], [118.729221, 28.257406], [118.728112, 28.260471], [118.737748, 28.261993], [118.740127, 28.263897], [118.740722, 28.268061], [118.733584, 28.265919], [118.731722, 28.266767], [118.73177, 28.268766], [118.736429, 28.273329], [118.736251, 28.278194], [118.735573, 28.279851], [118.727915, 28.283757], [118.734086, 28.288545], [118.734621, 28.291936], [118.732777, 28.294613], [118.729029, 28.295862], [118.725639, 28.288307], [118.722962, 28.287534], [118.721625, 28.288975], [118.720548, 28.300416], [118.721883, 28.303381], [118.724679, 28.304169], [118.724688, 28.307267], [118.716932, 28.317231], [118.715416, 28.315085], [118.712214, 28.314428], [118.70996, 28.316697], [118.703609, 28.314193], [118.697331, 28.314545], [118.689058, 28.307857], [118.688043, 28.294695], [118.683812, 28.290777], [118.678759, 28.279995], [118.671457, 28.273892], [118.662023, 28.274273], [118.656473, 28.272472], [118.652419, 28.278613], [118.645957, 28.280251], [118.640651, 28.276879], [118.635613, 28.277136], [118.631322, 28.271873], [118.629176, 28.26551], [118.624472, 28.263993], [118.621596, 28.265724], [118.616974, 28.259676], [118.614198, 28.259971], [118.608761, 28.265118], [118.610754, 28.272481], [118.609963, 28.275183], [118.60215, 28.260236], [118.596995, 28.257132], [118.592387, 28.259384], [118.59055, 28.260941], [118.590441, 28.263932], [118.593006, 28.27525], [118.576389, 28.290278], [118.57361, 28.287969], [118.567601, 28.291418], [118.555555, 28.2823], [118.548396, 28.281938], [118.543596, 28.284959], [118.541475, 28.27701], [118.53329, 28.274785], [118.529149, 28.274639], [118.518799, 28.281374], [118.514072, 28.280496], [118.515927, 28.275453], [118.511022, 28.27318], [118.509152, 28.274728], [118.508988, 28.278934], [118.501201, 28.283046], [118.492013, 28.279348], [118.489561, 28.277559], [118.490341, 28.273325], [118.487295, 28.267026], [118.495731, 28.260601], [118.497809, 28.249548], [118.492339, 28.248348], [118.486893, 28.241445], [118.475329, 28.24995], [118.463587, 28.248466], [118.46052, 28.246318], [118.454936, 28.246706], [118.438936, 28.254732], [118.444906, 28.262274], [118.44368, 28.264666], [118.433522, 28.264379], [118.436568, 28.269694], [118.435823, 28.271816], [118.429671, 28.271186], [118.424825, 28.282689], [118.428085, 28.291406], [118.441107, 28.296366], [118.461374, 28.309672], [118.465954, 28.315509], [118.466346, 28.320586], [118.472616, 28.322729], [118.475617, 28.322009], [118.482052, 28.331815], [118.476369, 28.338287], [118.474156, 28.337166], [118.476477, 28.334262], [118.475258, 28.330641], [118.46997, 28.327805], [118.464413, 28.33065], [118.473008, 28.337163], [118.470979, 28.337523], [118.469183, 28.334221], [118.46686, 28.335996], [118.469373, 28.341159], [118.468055, 28.344734], [118.465152, 28.346927], [118.464797, 28.357721], [118.463453, 28.361031], [118.458351, 28.362847], [118.458717, 28.368596], [118.452662, 28.382601], [118.448256, 28.388854], [118.435821, 28.394582], [118.436012, 28.397902], [118.43306, 28.402944], [118.42517, 28.401516], [118.426414, 28.405087], [118.434394, 28.409324], [118.433151, 28.412607], [118.434872, 28.415135], [118.442549, 28.417348], [118.446336, 28.416649], [118.452155, 28.419228], [118.447817, 28.423022], [118.448597, 28.421518], [118.445692, 28.420301], [118.444919, 28.421344], [118.453871, 28.431712], [118.456573, 28.444543], [118.458775, 28.445969], [118.461382, 28.45212], [118.459453, 28.453366], [118.457884, 28.458812], [118.461483, 28.458207], [118.464954, 28.454205], [118.465085, 28.457738], [118.460723, 28.46198], [118.464955, 28.463652], [118.469394, 28.470495], [118.475117, 28.470532], [118.474643, 28.468895], [118.4772, 28.474181], [118.471946, 28.474417], [118.47307, 28.477735], [118.467038, 28.484608], [118.456279, 28.484155], [118.451923, 28.480404], [118.448326, 28.479645], [118.432836, 28.496213], [118.431808, 28.494074], [118.425376, 28.494888], [118.411698, 28.498358], [118.409309, 28.501003], [118.413725, 28.505501], [118.418945, 28.502979], [118.425673, 28.504651], [118.436911, 28.510586], [118.440607, 28.515709], [118.440683, 28.518508], [118.433388, 28.523472], [118.426438, 28.522624], [118.420108, 28.525927], [118.418747, 28.540002], [118.420708, 28.539428], [118.422354, 28.534482], [118.423095, 28.537296], [118.419591, 28.541773], [118.416776, 28.542883], [118.415279, 28.547562], [118.416597, 28.548878], [118.421284, 28.548679], [118.423184, 28.550601], [118.416129, 28.551901], [118.407099, 28.558899], [118.409212, 28.563864], [118.408019, 28.567031], [118.405011, 28.568612], [118.404654, 28.571317], [118.40654, 28.576534], [118.41302, 28.576096], [118.412882, 28.579306], [118.410679, 28.579992], [118.411404, 28.586444], [118.413876, 28.588326], [118.415837, 28.587109], [118.420522, 28.58924], [118.415651, 28.596699], [118.408279, 28.598666], [118.408055, 28.611422], [118.409662, 28.61324], [118.415101, 28.613673], [118.411882, 28.611338], [118.412621, 28.610577], [118.420174, 28.61431], [118.425626, 28.62085], [118.428885, 28.628818], [118.423784, 28.633111], [118.418303, 28.642931], [118.416817, 28.64949], [118.426576, 28.652883], [118.427458, 28.654581], [118.422701, 28.655772], [118.426183, 28.658934], [118.425373, 28.663188], [118.427644, 28.667049], [118.42452, 28.677081], [118.427885, 28.679331], [118.426816, 28.682402], [118.422947, 28.684355], [118.416257, 28.682587], [118.409513, 28.689608], [118.409158, 28.692367], [118.411684, 28.696299], [118.407275, 28.699978], [118.40271, 28.700945], [118.397434, 28.706246], [118.388317, 28.702208], [118.385713, 28.703372], [118.385282, 28.708028], [118.387157, 28.713533], [118.396859, 28.717324], [118.396048, 28.722991], [118.391996, 28.723797], [118.390051, 28.726089], [118.393098, 28.728622], [118.394354, 28.727675], [118.392623, 28.724909], [118.395134, 28.726253], [118.394628, 28.730718], [118.387518, 28.73262], [118.38692, 28.734489], [118.389936, 28.737079], [118.395528, 28.737517], [118.394104, 28.739682], [118.388506, 28.741894], [118.384387, 28.747707], [118.384235, 28.749541], [118.388452, 28.751531], [118.387654, 28.757024], [118.381317, 28.760428], [118.379164, 28.776351], [118.374494, 28.776829], [118.375188, 28.78791], [118.378353, 28.790324], [118.368478, 28.799061], [118.366706, 28.804542], [118.368131, 28.807051], [118.36551, 28.811795], [118.359208, 28.816199], [118.351859, 28.818293], [118.349162, 28.81828], [118.348184, 28.816594], [118.335635, 28.818099], [118.32865, 28.817122], [118.320999, 28.822005], [118.306098, 28.824414], [118.300722, 28.826703], [118.291745, 28.836096], [118.293023, 28.839042], [118.3, 28.843622], [118.291997, 28.851284], [118.289175, 28.863803], [118.283267, 28.870562], [118.282518, 28.875479], [118.277321, 28.886], [118.276558, 28.894552], [118.272805, 28.898419], [118.269379, 28.90567], [118.265625, 28.92099], [118.256123, 28.92271], [118.251828, 28.926403], [118.249687, 28.926354], [118.245581, 28.922381], [118.236607, 28.923064], [118.221066, 28.914625], [118.199293, 28.90811], [118.194839, 28.905248], [118.189928, 28.90776], [118.188207, 28.910643], [118.18995, 28.917145], [118.191818, 28.919501], [118.20252, 28.923625], [118.210477, 28.933866], [118.218808, 28.93971], [118.223017, 28.945309], [118.220422, 28.949893], [118.215738, 28.951994], [118.210341, 28.950589], [118.206565, 28.952126], [118.204649, 28.957507], [118.199392, 28.955506], [118.195831, 28.957331], [118.191104, 28.96793], [118.181587, 28.980005], [118.177928, 28.980195], [118.162499, 28.988655], [118.159899, 28.989687], [118.150907, 28.986651], [118.149969, 28.990327], [118.141859, 28.987648], [118.140971, 28.982066], [118.128331, 28.986503], [118.119917, 28.998402], [118.124336, 29.003657], [118.127141, 29.01104], [118.122015, 29.018788], [118.115568, 29.014264], [118.109264, 29.0121], [118.1057, 29.006284], [118.104897, 28.994322], [118.094592, 28.993106], [118.103773, 29.006455], [118.10234, 29.014307], [118.09829, 29.013222], [118.095529, 29.00492], [118.091532, 29.001288], [118.082878, 29.015733], [118.084054, 29.018392], [118.082588, 29.033529], [118.07863, 29.034151], [118.074141, 29.040374], [118.070766, 29.038543], [118.067719, 29.039062], [118.065511, 29.043542], [118.066703, 29.047429], [118.060576, 29.052443], [118.060146, 29.056678], [118.072285, 29.065555], [118.068082, 29.070104], [118.070254, 29.078021], [118.064084, 29.083802], [118.057876, 29.084176], [118.046494, 29.090806], [118.037868, 29.091821], [118.031918, 29.097776], [118.030838, 29.101376], [118.034959, 29.110505], [118.038351, 29.113485], [118.048473, 29.11565], [118.048158, 29.118681], [118.04066, 29.12488], [118.033659, 29.127988], [118.03266, 29.131735], [118.035253, 29.133424], [118.038526, 29.141491], [118.038423, 29.160474], [118.035656, 29.163944], [118.025377, 29.16674], [118.022574, 29.17044], [118.022894, 29.172739], [118.029187, 29.179218], [118.027695, 29.18567], [118.035948, 29.201394], [118.034046, 29.205107], [118.035579, 29.212118], [118.040463, 29.218103], [118.043092, 29.220116], [118.051146, 29.217122], [118.077095, 29.22071], [118.079367, 29.22297], [118.074668, 29.228232], [118.074196, 29.233019], [118.07706, 29.23834], [118.077112, 29.242128], [118.075097, 29.246487], [118.070203, 29.248683], [118.070566, 29.255798], [118.073648, 29.261363], [118.073342, 29.276124], [118.07196, 29.285278], [118.069881, 29.288244], [118.066504, 29.288863], [118.067589, 29.291916], [118.072567, 29.293739], [118.097168, 29.286402], [118.101088, 29.287638], [118.102921, 29.291841], [118.108926, 29.295664], [118.128543, 29.286966], [118.13091, 29.286594], [118.138598, 29.290096], [118.143642, 29.289856], [118.154807, 29.284801], [118.164897, 29.284427], [118.165138, 29.287809], [118.162112, 29.294307], [118.174106, 29.301772], [118.169751, 29.310588], [118.161798, 29.313265], [118.16174, 29.316671], [118.174357, 29.323989], [118.177944, 29.32887], [118.177511, 29.333455], [118.179902, 29.336252], [118.188408, 29.342919], [118.201853, 29.346304], [118.203921, 29.350375], [118.203314, 29.362228], [118.198253, 29.370366], [118.201421, 29.373502], [118.203011, 29.37964], [118.189633, 29.389535], [118.185261, 29.394979], [118.190817, 29.397366], [118.195025, 29.395191], [118.199578, 29.398454], [118.201086, 29.404346], [118.20732, 29.412934], [118.21062, 29.420631], [118.214341, 29.424363], [118.22095, 29.427505], [118.230291, 29.427099], [118.243341, 29.433401], [118.254915, 29.428877], [118.265585, 29.43031], [118.271679, 29.426121], [118.281022, 29.429164], [118.286211, 29.427098], [118.286792, 29.422185], [118.291504, 29.420828], [118.302534, 29.422592], [118.309882, 29.425652], [118.310613, 29.43592], [118.309286, 29.44134], [118.311661, 29.451695], [118.30227, 29.479742], [118.300834, 29.494134], [118.302288, 29.497518], [118.306146, 29.50029], [118.310811, 29.497865], [118.317872, 29.499944], [118.325853, 29.498325], [118.32658, 29.493042], [118.330913, 29.485377], [118.340938, 29.478466], [118.34802, 29.481775], [118.35398, 29.481932], [118.356481, 29.484684], [118.3568, 29.48884], [118.363916, 29.492788], [118.369152, 29.500779], [118.375281, 29.504583], [118.37824, 29.512654], [118.389736, 29.509939], [118.395518, 29.510772], [118.399677, 29.509489], [118.40392, 29.510545], [118.406561, 29.513242], [118.410226, 29.512661], [118.420601, 29.505145], [118.424872, 29.503788], [118.431434, 29.511858], [118.432588, 29.516902], [118.435736, 29.517949], [118.435759, 29.514222], [118.444969, 29.515598], [118.449363, 29.51063], [118.454272, 29.508898], [118.453719, 29.515835], [118.461713, 29.516097], [118.468684, 29.51158], [118.473682, 29.511567], [118.478874, 29.517376], [118.489698, 29.521248], [118.4908, 29.524064], [118.489459, 29.531176], [118.492932, 29.544325], [118.488672, 29.55334], [118.493137, 29.563837], [118.494458, 29.578749], [118.504381, 29.581635], [118.515026, 29.589332], [118.531227, 29.593667], [118.532516, 29.598474], [118.544969, 29.615822], [118.553304, 29.617753], [118.554645, 29.622479], [118.563007, 29.632003], [118.563498, 29.635771], [118.568802, 29.640241], [118.588278, 29.647129], [118.597251, 29.645985], [118.605365, 29.652349], [118.615735, 29.656954], [118.629551, 29.650812], [118.631198, 29.647241], [118.63751, 29.643727], [118.644879, 29.647949], [118.652611, 29.657856], [118.668697, 29.67123], [118.66977, 29.67765], [118.676626, 29.683557], [118.67759, 29.691903], [118.687569, 29.696655], [118.688051, 29.703408], [118.696039, 29.70936], [118.704338, 29.7086], [118.714845, 29.711219], [118.718561, 29.718077], [118.718903, 29.724509], [118.72097, 29.728597], [118.72326, 29.728642], [118.729391, 29.733281], [118.733639, 29.739043], [118.740515, 29.741972], [118.740648, 29.746547], [118.743611, 29.752098], [118.744415, 29.763243], [118.740055, 29.770057], [118.742524, 29.776814], [118.737328, 29.784409], [118.732489, 29.787245], [118.731152, 29.791287], [118.733983, 29.811436], [118.732873, 29.815292], [118.739531, 29.820608], [118.752902, 29.820514], [118.756794, 29.822426], [118.756848, 29.829409], [118.749518, 29.834323], [118.748558, 29.845468], [118.749817, 29.847532], [118.761494, 29.851959], [118.772314, 29.844896], [118.779323, 29.846042], [118.784043, 29.854778], [118.797912, 29.864424], [118.804985, 29.872927], [118.820123, 29.881254], [118.838271, 29.895427], [118.840532, 29.904418], [118.838778, 29.920943], [118.839826, 29.922568], [118.835704, 29.934006], [118.846876, 29.943692], [118.85901, 29.93993], [118.867551, 29.95048], [118.887601, 29.938044], [118.88871, 29.949077], [118.885591, 29.955335], [118.888793, 29.957632], [118.886319, 29.965563], [118.889419, 29.977062], [118.894353, 29.984715], [118.894023, 29.98733], [118.885782, 29.999412], [118.889306, 30.003478], [118.888008, 30.014337], [118.893607, 30.018247], [118.896875, 30.027109], [118.896001, 30.030861], [118.887512, 30.035584], [118.88611, 30.039266], [118.8856, 30.044013], [118.8873, 30.045903], [118.888185, 30.056999], [118.88667, 30.059737], [118.886329, 30.07015], [118.883864, 30.071726], [118.884777, 30.078345], [118.878554, 30.088257], [118.879027, 30.10157], [118.875584, 30.104463], [118.871496, 30.104751], [118.867975, 30.103541], [118.866491, 30.09997], [118.861738, 30.100883], [118.861274, 30.106225], [118.857809, 30.111781], [118.861194, 30.123131], [118.850863, 30.122201], [118.852903, 30.124511], [118.854864, 30.132892], [118.859043, 30.136353], [118.864544, 30.134815], [118.876992, 30.12703], [118.887869, 30.131445], [118.893293, 30.139056], [118.893952, 30.144898], [118.887134, 30.152648], [118.883958, 30.152225], [118.884151, 30.148085], [118.879534, 30.142629], [118.876636, 30.134565], [118.868508, 30.142063], [118.859418, 30.140444], [118.851913, 30.143741], [118.852384, 30.150348], [118.850751, 30.154228], [118.848472, 30.156183], [118.841577, 30.155455], [118.84154, 30.159733], [118.84346, 30.165757], [118.845383, 30.166831], [118.858835, 30.170128], [118.89007, 30.183234], [118.894989, 30.182439], [118.90172, 30.189173], [118.902529, 30.192954], [118.910741, 30.200556], [118.922318, 30.203906], [118.927337, 30.207943], [118.918111, 30.210517], [118.917922, 30.215893], [118.910411, 30.215299], [118.899531, 30.2177], [118.899824, 30.22095], [118.902969, 30.222435], [118.892928, 30.229877], [118.88578, 30.238652], [118.883234, 30.239262], [118.87691, 30.247878], [118.877203, 30.252244], [118.884963, 30.25439], [118.890167, 30.260174], [118.887342, 30.268083], [118.8782, 30.276209], [118.877913, 30.280461], [118.872995, 30.285376], [118.873295, 30.291388], [118.875376, 30.295056], [118.877751, 30.29594], [118.878936, 30.304454], [118.875984, 30.311987], [118.875779, 30.317564], [118.885371, 30.318566], [118.89488, 30.323249], [118.900938, 30.331055], [118.908862, 30.335597], [118.914239, 30.336364], [118.921338, 30.344328], [118.927832, 30.344061], [118.934644, 30.34712], [118.934187, 30.352887], [118.935431, 30.355324], [118.946323, 30.359336], [118.948808, 30.362046], [118.950822, 30.360666], [118.95536, 30.348832], [118.958251, 30.349349], [118.958559, 30.352294], [118.964061, 30.354649], [118.970019, 30.347975], [118.982344, 30.351167], [118.983978, 30.348591], [118.982632, 30.335175], [118.984373, 30.333574], [118.994219, 30.330137], [119.003403, 30.32905], [119.004669, 30.329056], [119.005818, 30.332205], [119.00974, 30.332485], [119.026401, 30.330312], [119.026791, 30.320291], [119.030302, 30.31423], [119.040046, 30.314816], [119.04427, 30.313489], [119.046026, 30.308992], [119.050267, 30.305362], [119.060306, 30.306073], [119.066987, 30.315133], [119.081647, 30.324702], [119.085785, 30.325525], [119.093913, 30.319975], [119.097526, 30.319995], [119.105358, 30.313677], [119.118082, 30.311021], [119.121986, 30.30699], [119.128277, 30.305398], [119.137765, 30.307588], [119.145171, 30.305865], [119.149037, 30.30684], [119.151636, 30.302051], [119.155061, 30.29947], [119.161154, 30.301864], [119.164238, 30.298074], [119.173564, 30.298809], [119.181871, 30.294029], [119.198516, 30.292707], [119.204294, 30.294429], [119.205825, 30.297093], [119.201472, 30.303799], [119.207136, 30.30116], [119.209315, 30.295346], [119.211777, 30.294541], [119.216338, 30.301961], [119.219032, 30.3025], [119.221051, 30.298856], [119.219058, 30.296191], [119.219918, 30.293385], [119.222998, 30.29063], [119.224904, 30.294432], [119.231596, 30.295532], [119.23722, 30.309157], [119.240462, 30.321921], [119.238801, 30.336139], [119.244212, 30.343966], [119.250876, 30.340388], [119.25899, 30.339258], [119.267569, 30.344956], [119.272401, 30.343098], [119.288192, 30.354163], [119.2953, 30.366349], [119.304009, 30.367405], [119.320971, 30.37441], [119.329899, 30.370365], [119.330613, 30.368616], [119.338459, 30.366076], [119.339988, 30.357766], [119.343387, 30.351726], [119.349234, 30.35041], [119.351054, 30.352901], [119.358046, 30.352919], [119.372785, 30.357775], [119.377002, 30.360303], [119.383022, 30.367469], [119.393401, 30.367901], [119.397175, 30.371862], [119.39876, 30.376047], [119.397975, 30.381576], [119.38626, 30.386321], [119.368421, 30.386008], [119.362526, 30.387944], [119.362296, 30.398949], [119.356575, 30.399079], [119.351381, 30.409306], [119.351699, 30.411864], [119.356391, 30.417049], [119.35674, 30.420097], [119.352293, 30.419702], [119.347329, 30.422297], [119.346142, 30.425359], [119.347841, 30.429097], [119.342549, 30.44136], [119.336763, 30.446249], [119.32959, 30.449098], [119.333242, 30.455438], [119.332627, 30.463478], [119.329061, 30.468592], [119.33179, 30.473933], [119.323402, 30.486237], [119.325331, 30.492234], [119.327745, 30.493985], [119.328074, 30.502184], [119.332704, 30.506621], [119.331574, 30.513077], [119.323791, 30.523594], [119.323241, 30.529766], [119.32551, 30.535768], [119.309816, 30.534136], [119.295947, 30.521716], [119.283968, 30.514708], [119.275441, 30.512353], [119.266008, 30.51211], [119.256176, 30.52072], [119.257703, 30.526052], [119.256968, 30.529428], [119.248746, 30.531999], [119.246237, 30.531439], [119.245331, 30.528033], [119.241416, 30.528243], [119.237344, 30.534894], [119.235886, 30.54264], [119.23247, 30.548801], [119.236826, 30.551331], [119.24366, 30.559092], [119.243589, 30.561164], [119.24131, 30.563014], [119.243368, 30.565869], [119.254667, 30.574203], [119.262632, 30.576547], [119.256807, 30.589168], [119.249143, 30.59273], [119.252133, 30.594801], [119.251366, 30.597454], [119.244207, 30.600472], [119.234715, 30.60749], [119.235149, 30.611899], [119.243085, 30.622361], [119.246605, 30.622066], [119.251284, 30.616018], [119.259046, 30.61879], [119.260546, 30.617607], [119.27346, 30.620815], [119.281115, 30.617372], [119.288595, 30.619571], [119.288895, 30.623024], [119.299051, 30.6211], [119.307672, 30.623216], [119.310017, 30.626826], [119.316793, 30.6296], [119.320534, 30.635147], [119.320581, 30.642441], [119.326758, 30.646928], [119.328662, 30.650798], [119.328393, 30.655446], [119.335098, 30.660681], [119.333227, 30.666072], [119.339143, 30.666534], [119.346792, 30.670444], [119.352126, 30.669501], [119.357346, 30.676466], [119.362205, 30.677064], [119.366912, 30.683594], [119.376629, 30.681998], [119.381961, 30.686431], [119.38464, 30.691305], [119.389652, 30.687138], [119.389474, 30.68145], [119.393771, 30.674169], [119.39698, 30.655101], [119.405669, 30.645707], [119.414091, 30.644261], [119.425974, 30.647085], [119.437292, 30.651575], [119.439771, 30.654428], [119.439784, 30.668414], [119.442595, 30.672875], [119.457452, 30.681209], [119.459224, 30.687205], [119.46386, 30.690773], [119.464439, 30.697878], [119.46837, 30.700587], [119.480333, 30.703563], [119.4814, 30.71506], [119.484869, 30.721264], [119.47514, 30.735471], [119.475851, 30.740209], [119.482094, 30.747217], [119.473855, 30.756015], [119.476913, 30.762887], [119.477581, 30.767931], [119.475148, 30.773783], [119.47728, 30.777086], [119.487033, 30.779937], [119.49704, 30.773341], [119.504502, 30.772162], [119.509457, 30.775966], [119.521969, 30.778388], [119.524917, 30.784278], [119.524039, 30.788797], [119.525678, 30.792145], [119.53146, 30.799236], [119.535878, 30.801972], [119.541429, 30.815468], [119.550513, 30.828205], [119.557472, 30.831563], [119.56773, 30.831063], [119.56993, 30.829115], [119.573708, 30.831355], [119.57431, 30.83753], [119.567368, 30.844796], [119.570093, 30.850191], [119.569464, 30.861101], [119.568829, 30.862272], [119.556534, 30.862365], [119.553759, 30.871935], [119.555512, 30.872105], [119.555242, 30.873967], [119.552514, 30.877786], [119.55094, 30.884167], [119.553526, 30.885458], [119.553829, 30.888874], [119.548064, 30.902896], [119.551981, 30.907783], [119.558422, 30.908697], [119.559683, 30.913825], [119.558289, 30.917005], [119.567373, 30.920733], [119.569398, 30.922407], [119.567854, 30.92334], [119.57182, 30.929095], [119.579981, 30.932748], [119.580256, 30.935611], [119.576033, 30.935591], [119.574826, 30.941953], [119.577607, 30.947003], [119.586954, 30.949037], [119.58725, 30.953774], [119.577036, 30.959469], [119.57437, 30.962439], [119.574833, 30.965442], [119.582771, 30.966383], [119.589795, 30.972744], [119.591975, 30.977751], [119.590606, 30.98081], [119.592468, 30.987638], [119.606207, 30.994102], [119.613205, 31.004861], [119.625767, 31.009719], [119.627326, 31.011924], [119.625699, 31.016827], [119.626101, 31.023339], [119.632903, 31.030009], [119.627343, 31.03026], [119.623768, 31.032183], [119.622932, 31.040989], [119.628621, 31.047047], [119.624534, 31.056246], [119.620988, 31.056648], [119.628188, 31.067159], [119.622991, 31.070453], [119.6254, 31.075938], [119.622259, 31.077876], [119.620716, 31.083038], [119.629118, 31.093856], [119.631047, 31.099857], [119.635128, 31.10307], [119.635692, 31.105942], [119.642556, 31.102176], [119.645188, 31.105312], [119.641805, 31.108678], [119.629863, 31.112872], [119.63701, 31.11487], [119.637909, 31.116277], [119.636756, 31.116684], [119.632162, 31.117442], [119.625605, 31.113208], [119.620781, 31.113741], [119.619771, 31.121785], [119.615581, 31.122661], [119.614697, 31.124763], [119.617184, 31.127203], [119.617831, 31.130615], [119.622676, 31.129506], [119.629106, 31.135181], [119.639674, 31.136167], [119.640756, 31.133439], [119.647713, 31.13321], [119.648519, 31.136208], [119.646563, 31.142088], [119.643268, 31.141096], [119.638215, 31.1364], [119.633347, 31.13641], [119.638977, 31.142119], [119.636234, 31.146819], [119.636588, 31.150318], [119.645665, 31.156232], [119.652286, 31.155293], [119.658397, 31.163766], [119.663093, 31.165746], [119.670302, 31.164239], [119.675476, 31.167066], [119.676845, 31.162503], [119.685998, 31.160726], [119.698114, 31.153465], [119.707838, 31.164042], [119.708344, 31.169578], [119.710367, 31.172478], [119.724816, 31.173501], [119.725715, 31.171708], [119.736206, 31.174792], [119.738139, 31.174226], [119.739104, 31.170762], [119.744968, 31.171042], [119.747571, 31.17399], [119.752139, 31.174159], [119.752234, 31.172605], [119.758945, 31.175552], [119.760559, 31.182556], [119.765668, 31.178457], [119.775321, 31.182434], [119.788581, 31.170217], [119.788012, 31.166773], [119.784344, 31.16312], [119.78356, 31.156586], [119.787207, 31.156461], [119.787947, 31.158463], [119.793554, 31.160359], [119.798003, 31.157771], [119.802736, 31.150243], [119.809133, 31.151788], [119.816168, 31.155781], [119.820284, 31.155355], [119.827158, 31.163199], [119.826615, 31.164276], [119.820806, 31.167109], [119.816749, 31.163425], [119.81187, 31.166515], [119.814199, 31.170214], [119.821646, 31.171469], [119.825583, 31.174234], [119.832195, 31.17512], [119.838128, 31.170483], [119.845732, 31.169049], [119.849589, 31.169611], [119.851624, 31.173821], [119.856385, 31.169882], [119.862991, 31.170866], [119.864882, 31.164969], [119.87277, 31.163659], [119.886517, 31.165718], [119.89834, 31.171559], [119.908275, 31.17082], [119.915411, 31.173566], [119.917146, 31.163024], [119.932922, 31.148486], [119.935792, 31.14406], [119.935934, 31.131452], [119.942635, 31.113038], [119.942117, 31.107433], [119.956212, 31.090061], [119.965556, 31.074454], [119.980697, 31.061124], [119.984018, 31.04926], [119.989364, 31.039191], [119.989631, 31.034417], [120.012955, 31.019555], [120.048197, 31.007235], [120.069132, 30.989117], [120.082024, 30.98047], [120.104076, 30.959436], [120.127399, 30.945915], [120.144911, 30.939389], [120.219023, 30.928847], [120.251237, 30.928513], [120.300817, 30.93327], [120.342645, 30.942971], [120.365515, 30.950306], [120.367929, 30.946626], [120.36626, 30.943797], [120.355356, 30.93607], [120.356307, 30.92974], [120.358025, 30.929266], [120.359855, 30.925035], [120.353182, 30.922433], [120.354855, 30.916297], [120.349304, 30.911806], [120.354676, 30.901581], [120.3555, 30.894913], [120.352877, 30.890721], [120.355077, 30.886698], [120.360973, 30.882268], [120.367842, 30.883841], [120.36764, 30.887], [120.37282, 30.887733], [120.374707, 30.892889], [120.389799, 30.892707], [120.408218, 30.897322], [120.413652, 30.901415], [120.419527, 30.902789], [120.413482, 30.928454], [120.419254, 30.929802], [120.422362, 30.925589], [120.431505, 30.925941], [120.432941, 30.915942], [120.429216, 30.915098], [120.427959, 30.91322], [120.42972, 30.905597], [120.433717, 30.902148], [120.433036, 30.898136], [120.430529, 30.895087], [120.432055, 30.886156], [120.436275, 30.886027], [120.440808, 30.876793], [120.447338, 30.870153], [120.435241, 30.86188], [120.435737, 30.860148], [120.438258, 30.85499], [120.44303, 30.851824], [120.449289, 30.852566], [120.45156, 30.849254], [120.449764, 30.847114], [120.455358, 30.83931], [120.456066, 30.830123], [120.455415, 30.827517], [120.452281, 30.826534], [120.453955, 30.817764], [120.458367, 30.817346], [120.461341, 30.808051], [120.472244, 30.808508], [120.472959, 30.803103], [120.471299, 30.794289], [120.472637, 30.787984], [120.484678, 30.765873], [120.499578, 30.760281], [120.51575, 30.778195], [120.544071, 30.818418], [120.554014, 30.829756], [120.554813, 30.833284], [120.559467, 30.837743], [120.577059, 30.848076], [120.584849, 30.858364], [120.591697, 30.855647], [120.590944, 30.853929], [120.604767, 30.850791], [120.614018, 30.852792], [120.622191, 30.858514], [120.632157, 30.856338], [120.637357, 30.857797], [120.639773, 30.856641], [120.640127, 30.853652], [120.65117, 30.849419], [120.65079, 30.857809], [120.653753, 30.858884], [120.654764, 30.867816], [120.657728, 30.866532], [120.659024, 30.863595], [120.663115, 30.864555], [120.666193, 30.869884], [120.668051, 30.878892], [120.675059, 30.880108], [120.677131, 30.885372], [120.680363, 30.887022], [120.686704, 30.872818], [120.694808, 30.871117], [120.698137, 30.879012], [120.694451, 30.884276], [120.708802, 30.88784], [120.705527, 30.909069], [120.707444, 30.913496], [120.708246, 30.922566], [120.706027, 30.933396], [120.701727, 30.942494], [120.69256, 30.95251], [120.678668, 30.958229], [120.685011, 30.967384], [120.688193, 30.967763], [120.692395, 30.971885], [120.693584, 30.972272], [120.698261, 30.96695], [120.704463, 30.969621], [120.703502, 30.973953], [120.724496, 30.97347], [120.734092, 30.969322], [120.735764, 30.965801], [120.741493, 30.96525], [120.74355, 30.970678], [120.753341, 30.977488], [120.757628, 30.978994], [120.761017, 30.977971], [120.765995, 30.980471], [120.762418, 30.992929], [120.7649, 30.998849], [120.768154, 30.999697], [120.769262, 30.996871], [120.772659, 30.999262], [120.768974, 31.003633], [120.817361, 31.00831], [120.834952, 31.002294], [120.83776, 30.994267], [120.843161, 30.991977], [120.848554, 30.994804], [120.861441, 30.99263], [120.863539, 30.995534], [120.874864, 31.001038], [120.885822, 31.003742], [120.889427, 31.007078], [120.887777, 31.01318], [120.89309, 31.019835], [120.906946, 31.019307], [120.908701, 31.0129], [120.914307, 31.014768], [120.927708, 31.013856], [120.935451, 31.011472], [120.936316, 31.012572], [120.93178, 31.019519], [120.945785, 31.019961], [120.946886, 31.026432], [120.944411, 31.027271], [120.944083, 31.031422], [120.950233, 31.032308], [120.953948, 31.031041], [120.955944, 31.023461], [120.95937, 31.018568], [120.978815, 31.018043], [120.985069, 31.014874], [120.988125, 31.010078], [120.988153, 31.001305], [120.998213, 30.980783], [120.99682, 30.976156], [120.989082, 30.974213], [120.987505, 30.970559], [120.990424, 30.960647], [120.988095, 30.960592], [120.98862, 30.957248], [120.992984, 30.952804], [120.992972, 30.946421], [120.99144, 30.946185], [120.996832, 30.939829], [120.995097, 30.911883], [121.000669, 30.910864], [120.998674, 30.907403], [120.994705, 30.908174], [120.989045, 30.904918], [120.986177, 30.897976], [120.988798, 30.892212], [121.003197, 30.890537], [121.005737, 30.889101], [121.002769, 30.885736], [121.006667, 30.8844], [121.013556, 30.884955], [121.017483, 30.877241], [121.015924, 30.874608], [121.011923, 30.872925], [121.011293, 30.86262], [121.007336, 30.854707], [121.005561, 30.855147], [120.999311, 30.848237], [120.993605, 30.846906], [120.990888, 30.84021], [120.988719, 30.840917], [120.984801, 30.835798], [120.98574, 30.825746], [120.989915, 30.823551], [120.994123, 30.82882], [121.000756, 30.83051], [121.007131, 30.837535], [121.010162, 30.838252], [121.025174, 30.831277], [121.031514, 30.822388], [121.032993, 30.817178], [121.034984, 30.816743], [121.040516, 30.8181], [121.039034, 30.822384], [121.034372, 30.821161], [121.033365, 30.822966], [121.035997, 30.829094], [121.044229, 30.829445], [121.04306, 30.833168], [121.056796, 30.840677], [121.056292, 30.847264], [121.061392, 30.850382], [121.076163, 30.850844], [121.092716, 30.858949], [121.097118, 30.852188], [121.109739, 30.854288], [121.115849, 30.851659], [121.117784, 30.848024], [121.115454, 30.844742], [121.115289, 30.838419], [121.127363, 30.837996], [121.132913, 30.832592], [121.133033, 30.827087], [121.125601, 30.817759], [121.1229, 30.807157], [121.121624, 30.795936], [121.122484, 30.780897], [121.136468, 30.779303], [121.139145, 30.781745], [121.147729, 30.781153], [121.155759, 30.7789], [121.1563, 30.77732], [121.164683, 30.778199], [121.169861, 30.775322], [121.178934, 30.777254], [121.181354, 30.778741], [121.181925, 30.78136], [121.185743, 30.782576], [121.192449, 30.775674], [121.196416, 30.776047], [121.194758, 30.782902], [121.195455, 30.78562], [121.197987, 30.787084], [121.214396, 30.788247], [121.217885, 30.778789], [121.22027, 30.779334], [121.223755, 30.774414], [121.22761, 30.758213], [121.252164, 30.74604], [121.260455, 30.737365], [121.264026, 30.73707], [121.265269, 30.734504], [121.267339, 30.725952], [121.260858, 30.712074], [121.265679, 30.704265], [121.26789, 30.691701], [121.256972, 30.685356], [121.227328, 30.367158], [121.265754, 30.36925], [121.270963, 30.4044], [121.302786, 30.396462], [121.333681, 30.383099], [121.373884, 30.3583], [121.362254, 30.342115], [121.367386, 30.348404], [121.377779, 30.343188], [121.372258, 30.336365], [121.39921, 30.320874], [121.438756, 30.294959], [121.464365, 30.274983], [121.481843, 30.248591], [121.518028, 30.219526], [121.549386, 30.170619], [121.598438, 30.09897], [121.612379, 30.105254], [121.627836, 30.083439], [121.617986, 30.071315], [121.627723, 30.05715], [121.64781, 30.071302], [121.677987, 30.016039], [121.667591, 30.008713], [121.675087, 30.001275], [121.691448, 29.991949], [121.71866, 29.980317], [121.730667, 29.977575], [121.732796, 29.979266], [121.746476, 29.980865], [121.754655, 29.977739], [121.755453, 29.974122], [121.770884, 29.973063], [121.810061, 29.955624], [121.812804, 29.950508], [121.810898, 29.947007], [121.812758, 29.945511], [121.818775, 29.948636], [121.828256, 29.943632], [121.83454, 29.943038], [121.847684, 29.937423], [121.876227, 29.928953], [121.911881, 29.923185], [121.932882, 29.898283], [121.93348, 29.896378], [121.929228, 29.891095], [121.957753, 29.887782], [121.964111, 29.889119], [121.993841, 29.889444], [121.99965, 29.891567], [122.007665, 29.891913], [122.009645, 29.878805], [122.012742, 29.876912], [122.017756, 29.879438], [122.021457, 29.883928], [122.024914, 29.893822], [122.044102, 29.888546], [122.058307, 29.88748], [122.084558, 29.892993], [122.098959, 29.902136], [122.10635, 29.902073], [122.111843, 29.90707], [122.126196, 29.904885], [122.133433, 29.901813], [122.138309, 29.889533], [122.138158, 29.881158], [122.13277, 29.877954], [122.12174, 29.873187], [122.114002, 29.873215], [122.103956, 29.870058], [122.102055, 29.864812], [122.070099, 29.852187], [122.04707, 29.837449], [122.020299, 29.828035], [122.015572, 29.827941], [122.002932, 29.822438], [122.003738, 29.819105], [122.023864, 29.823755], [122.030551, 29.817725], [122.030893, 29.809185], [122.02031, 29.797266], [122.02516, 29.793146], [121.993268, 29.765023], [121.92749, 29.751331], [121.911283, 29.749283], [121.909585, 29.749885], [121.908425, 29.753411], [121.900681, 29.749471], [121.894114, 29.741052], [121.889147, 29.74151], [121.89155, 29.731336], [121.886268, 29.717036], [121.86495, 29.697663], [121.850406, 29.689418], [121.846627, 29.688349], [121.845182, 29.689431], [121.835037, 29.686089], [121.824495, 29.679742], [121.800457, 29.669459], [121.775557, 29.652086], [121.770826, 29.640381], [121.758051, 29.629687], [121.743386, 29.607844], [121.725948, 29.592876], [121.71551, 29.588654], [121.707003, 29.572404], [121.708301, 29.570815], [121.706843, 29.566835], [121.70111, 29.561097], [121.690808, 29.56196], [121.690679, 29.565442], [121.687668, 29.565588], [121.672713, 29.55563], [121.653642, 29.549601], [121.646411, 29.550679], [121.642455, 29.549225], [121.642655, 29.547355], [121.641043, 29.546423], [121.636327, 29.546792], [121.633894, 29.548945], [121.625684, 29.546703], [121.618483, 29.549942], [121.612071, 29.543971], [121.604038, 29.541], [121.5914, 29.540562], [121.580425, 29.548267], [121.568698, 29.548018], [121.564126, 29.546325], [121.560968, 29.542303], [121.56348, 29.538294], [121.562368, 29.53537], [121.556668, 29.535169], [121.552568, 29.529438], [121.547601, 29.529031], [121.549231, 29.5263], [121.543084, 29.523106], [121.540704, 29.524234], [121.536802, 29.519585], [121.538958, 29.517372], [121.525762, 29.507795], [121.515154, 29.507109], [121.522115, 29.515934], [121.517617, 29.528466], [121.47291, 29.519357], [121.467564, 29.51653], [121.456636, 29.514218], [121.450324, 29.50578], [121.451313, 29.503008], [121.457852, 29.502131], [121.461349, 29.498815], [121.458895, 29.491852], [121.455509, 29.491147], [121.44288, 29.476553], [121.433144, 29.474612], [121.427191, 29.466625], [121.427427, 29.460796], [121.429322, 29.457757], [121.43384, 29.455848], [121.44033, 29.457322], [121.439944, 29.450796], [121.445927, 29.439695], [121.444435, 29.434839], [121.438184, 29.426727], [121.44023, 29.418036], [121.438902, 29.415294], [121.434525, 29.413734], [121.434712, 29.41109], [121.436226, 29.410956], [121.452631, 29.414485], [121.468477, 29.421656], [121.466267, 29.428091], [121.466411, 29.43371], [121.470791, 29.449084], [121.473845, 29.451214], [121.476376, 29.461666], [121.475447, 29.46638], [121.487561, 29.476287], [121.495106, 29.477504], [121.497731, 29.479374], [121.502158, 29.487363], [121.502959, 29.491925], [121.509811, 29.491464], [121.522915, 29.479034], [121.521678, 29.472913], [121.528956, 29.468781], [121.533084, 29.461945], [121.524375, 29.459133], [121.520896, 29.454433], [121.52423, 29.45198], [121.522325, 29.444353], [121.517468, 29.444555], [121.519634, 29.446015], [121.517693, 29.448856], [121.514235, 29.448173], [121.512787, 29.445782], [121.514683, 29.439387], [121.512026, 29.429815], [121.514557, 29.422784], [121.513608, 29.419936], [121.507039, 29.418944], [121.499645, 29.420876], [121.487604, 29.411255], [121.486202, 29.397399], [121.486825, 29.389449], [121.488193, 29.389083], [121.48905, 29.392914], [121.494797, 29.397207], [121.513791, 29.40147], [121.51813, 29.40947], [121.524096, 29.412394], [121.528761, 29.417598], [121.538762, 29.435535], [121.546322, 29.439638], [121.543136, 29.443331], [121.542988, 29.453399], [121.555196, 29.457687], [121.562183, 29.465124], [121.562417, 29.469438], [121.565328, 29.474436], [121.642785, 29.496898], [121.656283, 29.504688], [121.669694, 29.514331], [121.671919, 29.518336], [121.68319, 29.52373], [121.689693, 29.529815], [121.70257, 29.531282], [121.722649, 29.54078], [121.729758, 29.540768], [121.734424, 29.538062], [121.738258, 29.532308], [121.751222, 29.528051], [121.761403, 29.530121], [121.76332, 29.536825], [121.780397, 29.536537], [121.767864, 29.518723], [121.765136, 29.517957], [121.761668, 29.510972], [121.759477, 29.492846], [121.763422, 29.478925], [121.769241, 29.471235], [121.774826, 29.468735], [121.78448, 29.471557], [121.789192, 29.476558], [121.795813, 29.477495], [121.801882, 29.475691], [121.808924, 29.485946], [121.816977, 29.490694], [121.818713, 29.495908], [121.817106, 29.504311], [121.818899, 29.511197], [121.823123, 29.515987], [121.830651, 29.533995], [121.83774, 29.530488], [121.840709, 29.531368], [121.843671, 29.536009], [121.842801, 29.537125], [121.829551, 29.543457], [121.826342, 29.547173], [121.817744, 29.548119], [121.798283, 29.548916], [121.792481, 29.546822], [121.779415, 29.546149], [121.779567, 29.548276], [121.772486, 29.549751], [121.768641, 29.545729], [121.756453, 29.546657], [121.748003, 29.542683], [121.743382, 29.54595], [121.743479, 29.557357], [121.754863, 29.561235], [121.761231, 29.56839], [121.766417, 29.56961], [121.7756, 29.575125], [121.780797, 29.586125], [121.789761, 29.592956], [121.789822, 29.599484], [121.796161, 29.604841], [121.80483, 29.604961], [121.817601, 29.607728], [121.821523, 29.61319], [121.860051, 29.619062], [121.862049, 29.619706], [121.861175, 29.621714], [121.865034, 29.623896], [121.867494, 29.623845], [121.878934, 29.616294], [121.883334, 29.620844], [121.890863, 29.62464], [121.892952, 29.622405], [121.902419, 29.625156], [121.911281, 29.632251], [121.912423, 29.635031], [121.910938, 29.642454], [121.921085, 29.643084], [121.929476, 29.638817], [121.931842, 29.635953], [121.939787, 29.634717], [121.941739, 29.637096], [121.956102, 29.632918], [121.951424, 29.622341], [121.95158, 29.618703], [121.953925, 29.620087], [121.968717, 29.619049], [121.974661, 29.614511], [121.973033, 29.610135], [121.975248, 29.597437], [121.977279, 29.596263], [121.983729, 29.599082], [121.988489, 29.599202], [121.990717, 29.595207], [121.991068, 29.584319], [121.984526, 29.582548], [121.976549, 29.577276], [121.979526, 29.575709], [121.978673, 29.569193], [121.980075, 29.568519], [121.982352, 29.559635], [121.981841, 29.553936], [121.991652, 29.551161], [121.989022, 29.54788], [121.97954, 29.545022], [121.954452, 29.509403], [121.956159, 29.477526], [121.961755, 29.47237], [121.972886, 29.468395], [121.982165, 29.458903], [121.984441, 29.455072], [121.985057, 29.447557], [121.982628, 29.447075], [121.976978, 29.451692], [121.971159, 29.446758], [121.97603, 29.439872], [121.967625, 29.440235], [121.965694, 29.436973], [121.962322, 29.43615], [121.962748, 29.431744], [121.970228, 29.431087], [121.960603, 29.428146], [121.965978, 29.420022], [121.964068, 29.420103], [121.939087, 29.401153], [121.937981, 29.39704], [121.931583, 29.389058], [121.925509, 29.386076], [121.925757, 29.374146], [121.928722, 29.37072], [121.928222, 29.367415], [121.92661, 29.364068], [121.920922, 29.36344], [121.918575, 29.36039], [121.934262, 29.342307], [121.93822, 29.338947], [121.944752, 29.338389], [121.945258, 29.336961], [121.935753, 29.324516], [121.928474, 29.323237], [121.921005, 29.314868], [121.921286, 29.313088], [121.928773, 29.307389], [121.928493, 29.296166], [121.923942, 29.287496], [121.924939, 29.285862], [121.953212, 29.283881], [121.968428, 29.2751], [121.97533, 29.277016], [121.979327, 29.280824], [121.979826, 29.285807], [121.986818, 29.284703], [121.990808, 29.279491], [121.98955, 29.27462], [121.981647, 29.269243], [121.968375, 29.265153], [121.964523, 29.261591], [121.963358, 29.255575], [121.958688, 29.252452], [121.958914, 29.239774], [121.966062, 29.237498], [121.97314, 29.222503], [121.961482, 29.214306], [121.957845, 29.225473], [121.955393, 29.227208], [121.949923, 29.227672], [121.946908, 29.223135], [121.940934, 29.201087], [121.936474, 29.196662], [121.911411, 29.190908], [121.900203, 29.186755], [121.879762, 29.173619], [121.879597, 29.171122], [121.875589, 29.168299], [121.867168, 29.170707], [121.860572, 29.170621], [121.847404, 29.1612], [121.818446, 29.157481], [121.806586, 29.159411], [121.800664, 29.165143], [121.795874, 29.167442], [121.789441, 29.167863], [121.782525, 29.17648], [121.782653, 29.181139], [121.784607, 29.197037], [121.787546, 29.203384], [121.793654, 29.228735], [121.792708, 29.236765], [121.798221, 29.248208], [121.794072, 29.269324], [121.802025, 29.285037], [121.805971, 29.287095], [121.805714, 29.296258], [121.803403, 29.300189], [121.804469, 29.304797], [121.810218, 29.312145], [121.812928, 29.313151], [121.81878, 29.310787], [121.824499, 29.315536], [121.822668, 29.32172], [121.829335, 29.323874], [121.835552, 29.322332], [121.838867, 29.323411], [121.839984, 29.329015], [121.824856, 29.332357], [121.812479, 29.338844], [121.806789, 29.337361], [121.801478, 29.331963], [121.801652, 29.325289], [121.805124, 29.321352], [121.792489, 29.320029], [121.789136, 29.330675], [121.793408, 29.3336], [121.798076, 29.333337], [121.793931, 29.340902], [121.795168, 29.343167], [121.799975, 29.342256], [121.802053, 29.343536], [121.802414, 29.346175], [121.799414, 29.34909], [121.800113, 29.352447], [121.803785, 29.354371], [121.802179, 29.360486], [121.792778, 29.360628], [121.790116, 29.364298], [121.805587, 29.371208], [121.807662, 29.375007], [121.807388, 29.379143], [121.797511, 29.375977], [121.790161, 29.370549], [121.781675, 29.370788], [121.780381, 29.365045], [121.777946, 29.363493], [121.773274, 29.363666], [121.76782, 29.357607], [121.770635, 29.353986], [121.782269, 29.352039], [121.78809, 29.346351], [121.784824, 29.337642], [121.779569, 29.338817], [121.777342, 29.327349], [121.782726, 29.324932], [121.78459, 29.320555], [121.781672, 29.313356], [121.7798, 29.298356], [121.783488, 29.26703], [121.77528, 29.240538], [121.76052, 29.205773], [121.7565, 29.1612], [121.747549, 29.15031], [121.705104, 29.131924], [121.685007, 29.140504], [121.679049, 29.147545], [121.670811, 29.153076], [121.663461, 29.164629], [121.625389, 29.190106], [121.62641, 29.191041], [121.613223, 29.218219], [121.601948, 29.237915], [121.600446, 29.243133], [121.601811, 29.255736], [121.599581, 29.268733], [121.590149, 29.266114], [121.588634, 29.263064], [121.580462, 29.258916], [121.578046, 29.261429], [121.56447, 29.26398], [121.555374, 29.271443], [121.540524, 29.277905], [121.529966, 29.275843], [121.527606, 29.269627], [121.517216, 29.270286], [121.525512, 29.26749], [121.529498, 29.26859], [121.530393, 29.272911], [121.532615, 29.274744], [121.539291, 29.27455], [121.549918, 29.266443], [121.55096, 29.262577], [121.57462, 29.247492], [121.57837, 29.243302], [121.575194, 29.236485], [121.579947, 29.233707], [121.581983, 29.229859], [121.576225, 29.221298], [121.569503, 29.224337], [121.566151, 29.227709], [121.548989, 29.224076], [121.548988, 29.22273], [121.533996, 29.22258], [121.53243, 29.220877], [121.532592, 29.211994], [121.530436, 29.205871], [121.522433, 29.201616], [121.524949, 29.188249], [121.529921, 29.188719], [121.533869, 29.187001], [121.535304, 29.180701], [121.551278, 29.168283], [121.557127, 29.172695], [121.572025, 29.171119], [121.570265, 29.158008], [121.582383, 29.15577], [121.585523, 29.157446], [121.593501, 29.15781], [121.59646, 29.154846], [121.598661, 29.148958], [121.597255, 29.14162], [121.567369, 29.136049], [121.548594, 29.140066], [121.542976, 29.144067], [121.509366, 29.149114], [121.500465, 29.152656], [121.49569, 29.156799], [121.493131, 29.165645], [121.494469, 29.169539], [121.493504, 29.17028], [121.490594, 29.16642], [121.484888, 29.16796], [121.479019, 29.164093], [121.476753, 29.157729], [121.474102, 29.156201], [121.470043, 29.157513], [121.463496, 29.155401], [121.459984, 29.161704], [121.452539, 29.167891], [121.4405, 29.168103], [121.437, 29.162358], [121.437439, 29.159602], [121.448574, 29.157959], [121.457842, 29.15285], [121.461485, 29.139946], [121.466151, 29.139777], [121.469943, 29.143604], [121.487585, 29.139276], [121.498454, 29.13839], [121.498949, 29.125574], [121.507985, 29.12148], [121.532036, 29.125348], [121.546878, 29.120533], [121.547144, 29.11786], [121.551751, 29.114155], [121.568288, 29.117699], [121.57677, 29.117739], [121.595116, 29.112561], [121.606343, 29.106379], [121.613975, 29.104498], [121.623325, 29.105978], [121.642655, 29.103942], [121.648328, 29.104943], [121.649721, 29.103114], [121.643924, 29.0979], [121.633657, 29.09357], [121.628506, 29.078724], [121.63148, 29.072065], [121.629492, 29.061029], [121.638213, 29.056034], [121.630084, 29.042072], [121.612528, 29.042453], [121.609882, 29.044801], [121.589706, 29.041556], [121.587482, 29.042104], [121.585216, 29.046251], [121.576035, 29.05527], [121.559108, 29.055222], [121.544219, 29.0531], [121.541728, 29.050893], [121.539353, 29.044077], [121.542324, 29.038135], [121.544274, 29.037982], [121.54464, 29.033088], [121.53746, 29.023065], [121.532201, 29.020515], [121.529115, 29.013726], [121.529584, 29.002123], [121.532374, 29.00068], [121.554666, 29.010491], [121.559626, 29.014212], [121.547281, 29.023962], [121.549508, 29.03008], [121.548562, 29.042181], [121.550736, 29.046087], [121.556552, 29.049713], [121.568777, 29.050234], [121.57521, 29.048184], [121.583981, 29.039122], [121.594922, 29.035315], [121.602282, 29.036522], [121.607468, 29.039689], [121.622221, 29.036999], [121.631135, 29.038189], [121.637166, 29.041414], [121.648197, 29.051895], [121.662141, 29.053678], [121.664869, 29.045786], [121.667963, 29.045875], [121.675508, 29.042249], [121.6768, 29.034167], [121.679038, 29.034709], [121.684274, 29.029697], [121.683888, 29.027806], [121.67906, 29.026271], [121.679238, 29.020821], [121.688056, 29.019592], [121.691678, 29.021806], [121.695134, 29.021784], [121.700473, 29.017253], [121.700824, 29.015308], [121.695495, 29.013994], [121.685347, 29.01733], [121.677615, 29.015354], [121.676675, 29.011604], [121.679708, 29.006352], [121.682505, 28.990225], [121.670395, 28.985002], [121.664627, 28.979908], [121.665977, 28.976652], [121.686788, 28.962886], [121.689689, 28.964946], [121.691669, 28.971344], [121.693576, 28.971669], [121.697382, 28.96176], [121.701685, 28.958143], [121.704267, 28.95787], [121.707529, 28.960882], [121.711535, 28.960157], [121.711907, 28.958251], [121.709937, 28.956016], [121.703552, 28.951754], [121.704318, 28.945133], [121.724835, 28.945771], [121.727892, 28.944426], [121.727787, 28.9427], [121.708309, 28.930972], [121.699093, 28.920325], [121.700158, 28.91521], [121.694625, 28.913283], [121.693616, 28.917398], [121.691144, 28.918213], [121.692274, 28.914186], [121.683973, 28.911477], [121.68057, 28.91788], [121.682301, 28.910439], [121.660312, 28.900902], [121.651788, 28.898703], [121.60039, 28.921355], [121.569108, 28.928977], [121.560399, 28.934164], [121.55012, 28.944729], [121.54626, 28.953813], [121.548258, 28.954226], [121.547431, 28.955143], [121.534469, 28.953973], [121.513845, 28.941641], [121.516066, 28.938047], [121.518728, 28.937302], [121.524003, 28.938916], [121.533118, 28.933127], [121.539864, 28.932852], [121.560878, 28.925305], [121.549574, 28.925054], [121.549745, 28.904351], [121.563321, 28.903502], [121.568391, 28.908148], [121.584888, 28.910382], [121.593625, 28.899413], [121.601895, 28.89789], [121.607144, 28.901519], [121.618697, 28.900738], [121.639441, 28.890039], [121.644153, 28.885565], [121.643799, 28.876033], [121.647211, 28.86554], [121.646209, 28.86277], [121.64303, 28.862054], [121.643215, 28.860487], [121.676576, 28.862735], [121.66764, 28.844195], [121.662052, 28.839175], [121.665407, 28.833216], [121.673641, 28.833271], [121.678634, 28.834955], [121.681354, 28.832778], [121.681563, 28.830667], [121.677477, 28.827952], [121.676767, 28.825805], [121.682478, 28.823724], [121.683874, 28.82162], [121.68749, 28.80563], [121.678555, 28.803646], [121.681431, 28.801259], [121.676668, 28.797038], [121.680157, 28.792222], [121.680504, 28.787692], [121.677752, 28.786589], [121.665493, 28.730134], [121.663378, 28.724355], [121.659492, 28.720133], [121.659589, 28.717544], [121.651799, 28.716776], [121.649166, 28.711431], [121.647765, 28.711279], [121.645011, 28.71501], [121.642408, 28.715212], [121.641225, 28.714237], [121.642466, 28.710857], [121.635199, 28.704924], [121.619583, 28.705696], [121.618155, 28.703952], [121.567893, 28.691916], [121.492258, 28.696031], [121.48167, 28.674703], [121.501211, 28.668385], [121.51007, 28.663221], [121.542827, 28.65242], [121.55771, 28.632869], [121.572668, 28.601947], [121.590849, 28.572672], [121.60034, 28.553771], [121.598589, 28.550893], [121.598648, 28.53709], [121.601396, 28.533822], [121.60374, 28.540835], [121.610884, 28.540879], [121.620957, 28.53375], [121.618861, 28.522636], [121.624506, 28.522639], [121.630504, 28.518808], [121.616078, 28.512478], [121.61576, 28.509644], [121.618872, 28.507624], [121.619169, 28.504819], [121.610543, 28.500086], [121.610844, 28.49318], [121.608186, 28.492732], [121.604963, 28.495003], [121.595398, 28.491493], [121.583516, 28.493711], [121.580952, 28.495698], [121.578871, 28.493943], [121.584776, 28.484639], [121.605898, 28.48214], [121.61144, 28.491326], [121.621929, 28.494763], [121.636659, 28.486916], [121.631189, 28.482722], [121.636509, 28.476431], [121.636319, 28.474527], [121.634777, 28.473347], [121.630534, 28.474985], [121.631848, 28.474128], [121.629716, 28.473177], [121.63734, 28.47054], [121.637896, 28.467529], [121.640184, 28.470216], [121.643124, 28.469863], [121.644184, 28.471323], [121.649533, 28.46982], [121.647993, 28.466637], [121.651618, 28.466593], [121.654835, 28.464194], [121.652941, 28.461929], [121.649306, 28.462035], [121.651519, 28.460307], [121.649663, 28.459337], [121.632578, 28.462254], [121.63226, 28.463848], [121.629819, 28.46352], [121.627049, 28.466118], [121.621681, 28.465718], [121.610396, 28.471742], [121.608649, 28.470375]]]] + } + }, { + "type": "Feature", + "properties": { + "name": "安徽省", + "province_adcode": 340000, + "province_type": "省", + "name_en": "Anhui", + "name_var": "ān Huī", + "adcode": 340000 + }, + "geometry": { + "type": "Polygon", + "coordinates": [[[116.424854, 34.65234], [116.43225, 34.642575], [116.431015, 34.631074], [116.432857, 34.625163], [116.438317, 34.622976], [116.451366, 34.623011], [116.457266, 34.611815], [116.475755, 34.611531], [116.477776, 34.60756], [116.476526, 34.594023], [116.481743, 34.590897], [116.495406, 34.590329], [116.493575, 34.584637], [116.488055, 34.584522], [116.487039, 34.570219], [116.489127, 34.566652], [116.505492, 34.55688], [116.512253, 34.557546], [116.520159, 34.554369], [116.519992, 34.551416], [116.516634, 34.551179], [116.51451, 34.547592], [116.515182, 34.542528], [116.524081, 34.540986], [116.542054, 34.543191], [116.550103, 34.538103], [116.554005, 34.532914], [116.575454, 34.524138], [116.57672, 34.517093], [116.582988, 34.511571], [116.589031, 34.514079], [116.594147, 34.5136], [116.595366, 34.505708], [116.5895, 34.496376], [116.582529, 34.495262], [116.570829, 34.499706], [116.564171, 34.497564], [116.563462, 34.492739], [116.567699, 34.486617], [116.572664, 34.48528], [116.579701, 34.486983], [116.616334, 34.487684], [116.624662, 34.486003], [116.623724, 34.485073], [116.625682, 34.483063], [116.633489, 34.482355], [116.657895, 34.473953], [116.710219, 34.474902], [116.727675, 34.468221], [116.734462, 34.467519], [116.741271, 34.469012], [116.751534, 34.465332], [116.771462, 34.451533], [116.777206, 34.43996], [116.777168, 34.431556], [116.784455, 34.428189], [116.78791, 34.421353], [116.804532, 34.409729], [116.811255, 34.406956], [116.828384, 34.385898], [116.838273, 34.395337], [116.848087, 34.398461], [116.85718, 34.397537], [116.86643, 34.393103], [116.867421, 34.407105], [116.872237, 34.411247], [116.876976, 34.411916], [116.877328, 34.408288], [116.883705, 34.405971], [116.89463, 34.404601], [116.911425, 34.405173], [116.925751, 34.40217], [116.950519, 34.393455], [116.952807, 34.394838], [116.96544, 34.392726], [116.965541, 34.388134], [116.96317, 34.387791], [116.953887, 34.365611], [116.974239, 34.360069], [116.977638, 34.355044], [116.976293, 34.34336], [116.967081, 34.331995], [116.963888, 34.324445], [116.963946, 34.320077], [116.969621, 34.320253], [116.971491, 34.318891], [116.971982, 34.30473], [116.96621, 34.30192], [116.969628, 34.288778], [116.97726, 34.278489], [116.984096, 34.272714], [116.993148, 34.268587], [116.996133, 34.261136], [116.993851, 34.260023], [116.998574, 34.256238], [117.012588, 34.261184], [117.0145, 34.260019], [117.016202, 34.255976], [117.013897, 34.243892], [117.023808, 34.242244], [117.034227, 34.249163], [117.038643, 34.249821], [117.043926, 34.244752], [117.044438, 34.238388], [117.036337, 34.233719], [117.039618, 34.225603], [117.042479, 34.204909], [117.023372, 34.18572], [117.021693, 34.182762], [117.019967, 34.168506], [117.028004, 34.166806], [117.050807, 34.156021], [117.062705, 34.152536], [117.064397, 34.144374], [117.089127, 34.144542], [117.092763, 34.140115], [117.092752, 34.137772], [117.099013, 34.131247], [117.115346, 34.129797], [117.123807, 34.127081], [117.131606, 34.115578], [117.13082, 34.1114], [117.118354, 34.111835], [117.115907, 34.110591], [117.113837, 34.104983], [117.133944, 34.100246], [117.14289, 34.099418], [117.145318, 34.101933], [117.152548, 34.100995], [117.143598, 34.079875], [117.159126, 34.078445], [117.173847, 34.074022], [117.173576, 34.071675], [117.174942, 34.071445], [117.202308, 34.070151], [117.209742, 34.072761], [117.21971, 34.066149], [117.227618, 34.065626], [117.266249, 34.076975], [117.286387, 34.077483], [117.2843, 34.07], [117.300748, 34.064531], [117.307886, 34.065742], [117.310616, 34.071082], [117.310904, 34.078531], [117.313858, 34.085123], [117.352483, 34.088669], [117.352441, 34.08522], [117.362111, 34.080583], [117.366894, 34.080016], [117.371912, 34.075723], [117.371423, 34.068509], [117.365235, 34.061482], [117.370699, 34.057176], [117.383502, 34.058778], [117.389405, 34.05359], [117.394703, 34.045571], [117.393568, 34.029268], [117.407141, 34.025421], [117.408558, 34.02244], [117.425619, 34.02349], [117.42909, 34.025027], [117.429369, 34.027723], [117.4507, 34.026818], [117.449202, 34.035565], [117.467784, 34.043513], [117.474555, 34.048911], [117.491251, 34.047375], [117.493869, 34.048473], [117.503818, 34.062321], [117.508375, 34.062286], [117.512773, 34.05973], [117.521679, 34.057851], [117.540599, 34.046119], [117.535661, 34.022653], [117.537564, 34.009077], [117.551716, 34.005081], [117.560698, 33.997257], [117.560461, 33.992982], [117.558185, 33.989767], [117.558758, 33.979729], [117.570294, 33.980425], [117.583414, 33.986467], [117.584186, 33.997415], [117.593617, 33.997237], [117.60715, 33.999671], [117.609401, 34.002025], [117.609214, 34.00503], [117.606819, 34.00688], [117.607404, 34.011166], [117.608388, 34.014075], [117.612578, 34.016406], [117.613043, 34.01846], [117.605164, 34.026804], [117.6011, 34.026863], [117.601172, 34.035199], [117.61765, 34.034347], [117.621127, 34.025763], [117.639134, 34.011405], [117.657473, 34.002885], [117.664711, 33.996114], [117.665748, 33.987896], [117.662447, 33.986693], [117.65455, 33.972995], [117.659283, 33.959386], [117.670041, 33.948407], [117.668389, 33.944256], [117.665125, 33.941591], [117.665271, 33.93391], [117.668741, 33.929791], [117.678655, 33.927825], [117.685817, 33.922245], [117.695326, 33.902558], [117.696034, 33.895572], [117.704431, 33.883214], [117.712692, 33.881078], [117.717781, 33.882387], [117.717525, 33.888793], [117.731346, 33.894011], [117.747043, 33.890714], [117.752973, 33.887444], [117.754842, 33.875542], [117.74908, 33.852404], [117.749902, 33.842331], [117.745185, 33.831879], [117.740135, 33.827605], [117.740499, 33.82161], [117.746753, 33.814064], [117.745761, 33.796852], [117.734529, 33.776791], [117.738357, 33.764989], [117.728603, 33.747927], [117.718081, 33.747403], [117.717312, 33.74204], [117.719809, 33.738811], [117.726915, 33.735809], [117.732636, 33.72686], [117.754054, 33.718181], [117.757456, 33.719118], [117.76227, 33.723578], [117.772519, 33.724005], [117.782541, 33.729599], [117.786126, 33.734794], [117.800148, 33.737668], [117.811076, 33.736072], [117.821349, 33.738843], [117.830678, 33.735631], [117.838928, 33.737631], [117.849447, 33.73643], [117.874635, 33.729427], [117.884205, 33.729244], [117.896345, 33.724146], [117.891814, 33.733299], [117.892398, 33.735106], [117.895113, 33.737289], [117.910326, 33.739951], [117.913174, 33.735467], [117.926631, 33.727531], [117.947362, 33.73131], [117.948536, 33.747928], [117.951794, 33.758809], [117.955064, 33.761985], [117.962528, 33.76021], [117.966392, 33.755216], [117.967097, 33.751416], [117.972318, 33.749341], [117.998378, 33.746448], [118.003578, 33.747403], [118.004489, 33.750454], [118.00811, 33.750214], [118.013243, 33.747354], [118.014472, 33.740103], [118.016758, 33.739886], [118.022697, 33.741608], [118.024055, 33.744544], [118.02288, 33.747826], [118.024585, 33.749455], [118.041498, 33.752808], [118.059209, 33.762433], [118.059977, 33.767041], [118.098374, 33.766361], [118.105553, 33.771645], [118.110562, 33.770371], [118.124648, 33.754925], [118.136003, 33.748906], [118.143438, 33.747761], [118.157979, 33.752267], [118.180417, 33.746127], [118.180783, 33.743022], [118.175003, 33.733127], [118.169273, 33.731546], [118.160333, 33.733957], [118.156677, 33.732081], [118.151021, 33.723417], [118.16002, 33.709145], [118.158401, 33.693843], [118.15999, 33.675179], [118.162975, 33.665256], [118.115199, 33.62361], [118.106405, 33.618201], [118.109649, 33.609863], [118.112159, 33.595489], [118.104371, 33.538981], [118.103563, 33.516391], [118.101157, 33.505239], [118.10231, 33.480818], [118.101333, 33.476823], [118.055583, 33.492281], [118.044235, 33.493425], [118.038742, 33.472701], [118.033353, 33.470548], [118.025468, 33.461218], [118.019014, 33.446614], [118.018086, 33.427581], [118.011184, 33.404914], [118.023191, 33.39235], [118.018704, 33.371711], [118.008516, 33.356985], [117.990657, 33.348712], [117.979719, 33.3508], [117.96455, 33.351182], [117.964292, 33.342515], [117.969501, 33.337023], [117.986059, 33.335324], [117.982002, 33.320788], [117.978793, 33.315712], [117.978388, 33.297962], [117.974215, 33.29533], [117.969574, 33.289188], [117.966707, 33.280867], [117.946368, 33.271888], [117.939313, 33.266002], [117.938807, 33.262691], [117.942157, 33.257902], [117.943295, 33.252074], [117.94182, 33.244913], [117.935696, 33.23579], [117.935253, 33.231984], [117.939295, 33.226292], [117.950503, 33.223831], [117.956155, 33.224234], [117.966777, 33.230003], [117.973947, 33.228668], [117.982056, 33.21998], [117.979952, 33.207834], [117.977099, 33.204457], [117.973876, 33.203687], [117.985448, 33.180149], [117.995318, 33.180888], [118.001006, 33.179206], [117.999938, 33.173629], [118.000966, 33.171368], [118.00774, 33.168366], [118.019644, 33.158295], [118.030537, 33.154937], [118.032275, 33.137139], [118.039533, 33.139984], [118.036788, 33.153454], [118.056682, 33.14893], [118.059201, 33.141351], [118.065009, 33.141747], [118.084004, 33.152441], [118.145373, 33.170725], [118.15247, 33.176374], [118.154505, 33.180671], [118.150944, 33.195424], [118.152169, 33.200259], [118.158622, 33.210472], [118.165696, 33.216448], [118.172659, 33.218105], [118.189573, 33.213177], [118.196097, 33.209327], [118.207267, 33.199153], [118.213849, 33.18828], [118.217599, 33.177153], [118.2171, 33.165134], [118.214277, 33.162065], [118.217535, 33.159053], [118.21807, 33.155035], [118.215463, 33.116051], [118.198133, 33.113556], [118.197705, 33.111918], [118.204211, 33.106227], [118.216301, 33.107784], [118.219058, 33.100399], [118.21931, 33.089459], [118.203246, 33.092462], [118.200322, 33.09245], [118.200289, 33.091097], [118.204857, 33.088688], [118.219665, 33.086101], [118.222811, 33.073852], [118.209505, 33.072387], [118.205882, 33.06323], [118.220354, 33.061487], [118.226807, 33.064603], [118.231339, 33.055471], [118.2375, 33.035997], [118.239314, 32.997016], [118.251072, 32.979689], [118.256036, 32.975597], [118.263759, 32.972354], [118.294056, 32.971389], [118.304286, 32.967226], [118.304773, 32.964898], [118.304248, 32.961324], [118.286976, 32.949504], [118.23661, 32.938625], [118.222939, 32.926701], [118.23529, 32.883008], [118.239669, 32.879998], [118.238937, 32.855244], [118.247264, 32.846719], [118.252972, 32.850507], [118.251325, 32.8535], [118.259681, 32.857675], [118.28094, 32.859029], [118.280435, 32.854107], [118.284408, 32.848636], [118.293733, 32.844245], [118.300197, 32.818168], [118.299472, 32.80724], [118.293494, 32.802925], [118.291625, 32.79951], [118.296082, 32.7848], [118.304137, 32.781097], [118.313994, 32.781638], [118.319594, 32.776748], [118.319946, 32.772835], [118.317374, 32.764144], [118.319815, 32.762664], [118.329535, 32.763648], [118.331519, 32.769252], [118.33795, 32.775351], [118.358275, 32.77405], [118.365919, 32.755591], [118.365305, 32.74384], [118.362188, 32.740603], [118.360289, 32.72872], [118.364774, 32.72069], [118.375494, 32.719694], [118.387907, 32.722372], [118.407575, 32.718439], [118.418443, 32.718036], [118.425145, 32.722727], [118.432806, 32.731187], [118.43907, 32.741663], [118.446364, 32.745485], [118.448241, 32.743166], [118.44969, 32.733243], [118.453544, 32.727214], [118.464408, 32.723313], [118.478613, 32.722468], [118.512488, 32.726617], [118.535986, 32.731484], [118.552774, 32.732642], [118.562674, 32.727123], [118.575659, 32.724121], [118.601996, 32.72961], [118.606185, 32.736229], [118.606284, 32.739189], [118.60929, 32.741512], [118.632369, 32.747879], [118.647747, 32.744362], [118.648448, 32.740324], [118.652442, 32.738033], [118.699927, 32.723155], [118.721785, 32.727709], [118.729751, 32.734675], [118.742507, 32.738413], [118.748786, 32.736967], [118.754614, 32.739181], [118.755151, 32.740249], [118.751773, 32.74225], [118.750733, 32.75059], [118.74532, 32.759159], [118.738483, 32.762823], [118.730147, 32.772554], [118.732947, 32.783732], [118.731941, 32.7956], [118.735107, 32.802722], [118.739739, 32.80522], [118.741066, 32.816836], [118.738632, 32.822745], [118.733563, 32.853567], [118.740673, 32.858442], [118.749363, 32.85966], [118.762511, 32.853014], [118.76557, 32.854624], [118.776646, 32.850609], [118.7842, 32.849855], [118.789898, 32.853953], [118.805372, 32.85591], [118.808695, 32.86198], [118.806613, 32.880182], [118.809484, 32.890324], [118.807437, 32.903193], [118.802701, 32.911671], [118.802475, 32.917041], [118.812011, 32.922802], [118.816331, 32.922675], [118.824433, 32.918893], [118.831145, 32.919242], [118.842244, 32.924442], [118.843544, 32.933891], [118.835567, 32.945845], [118.843448, 32.960086], [118.886267, 32.961962], [118.889557, 32.961043], [118.885289, 32.953115], [118.887084, 32.942588], [118.898865, 32.945513], [118.899634, 32.947421], [118.929461, 32.939348], [118.934157, 32.943777], [118.943669, 32.947609], [118.957589, 32.948649], [118.980457, 32.957065], [118.987276, 32.960159], [118.986525, 32.962919], [118.996612, 32.963361], [119.003751, 32.961694], [119.016443, 32.955228], [119.019794, 32.949373], [119.024642, 32.929656], [119.023743, 32.927393], [119.015771, 32.927239], [119.012222, 32.924603], [119.008884, 32.912667], [119.00977, 32.908803], [119.029465, 32.909704], [119.039409, 32.912832], [119.040389, 32.900572], [119.039352, 32.894467], [119.047437, 32.883718], [119.047991, 32.873553], [119.053015, 32.868225], [119.057657, 32.868957], [119.071455, 32.859991], [119.094812, 32.833467], [119.107648, 32.829615], [119.126652, 32.82743], [119.179513, 32.827807], [119.205116, 32.728678], [119.20598, 32.694822], [119.203405, 32.643753], [119.207083, 32.632585], [119.20936, 32.631281], [119.213243, 32.63212], [119.214614, 32.630179], [119.204202, 32.620568], [119.203391, 32.616402], [119.21013, 32.612104], [119.215143, 32.61106], [119.223437, 32.612472], [119.223252, 32.605635], [119.211387, 32.593308], [119.212032, 32.582145], [119.216385, 32.579972], [119.206147, 32.570522], [119.187319, 32.582895], [119.183291, 32.59039], [119.184411, 32.598203], [119.182939, 32.600318], [119.179789, 32.600805], [119.17135, 32.595599], [119.172282, 32.585525], [119.168183, 32.577723], [119.15549, 32.567741], [119.146975, 32.558562], [119.152519, 32.554833], [119.159021, 32.546089], [119.161851, 32.538391], [119.158627, 32.534405], [119.154062, 32.534201], [119.15484, 32.536688], [119.151739, 32.537986], [119.145999, 32.535435], [119.144802, 32.525336], [119.149625, 32.513541], [119.147163, 32.505903], [119.133245, 32.494331], [119.125139, 32.495365], [119.115356, 32.482134], [119.095894, 32.473834], [119.089149, 32.477078], [119.085009, 32.468811], [119.086251, 32.459423], [119.079676, 32.452563], [119.077207, 32.452261], [119.071578, 32.455268], [119.067012, 32.461342], [119.062895, 32.463554], [119.056116, 32.463237], [119.060027, 32.469548], [119.060708, 32.476882], [119.055415, 32.488549], [119.041433, 32.496476], [119.034904, 32.516059], [119.026021, 32.518771], [119.013552, 32.518533], [118.993397, 32.505992], [118.970394, 32.507156], [118.962902, 32.519409], [118.964734, 32.523662], [118.961796, 32.529632], [118.944432, 32.545304], [118.935323, 32.550613], [118.929265, 32.559734], [118.908589, 32.561402], [118.908322, 32.557469], [118.912289, 32.554253], [118.910672, 32.55193], [118.906262, 32.552277], [118.902509, 32.555905], [118.898259, 32.556774], [118.890042, 32.551312], [118.882596, 32.554924], [118.882497, 32.560261], [118.890042, 32.564179], [118.891385, 32.579113], [118.897573, 32.58598], [118.879873, 32.592148], [118.877317, 32.587407], [118.870259, 32.583008], [118.839749, 32.569436], [118.820537, 32.573004], [118.812413, 32.582917], [118.811818, 32.588067], [118.81339, 32.589967], [118.818639, 32.591378], [118.819722, 32.604051], [118.812429, 32.604379], [118.803479, 32.599992], [118.798223, 32.592645], [118.799382, 32.586786], [118.782178, 32.584829], [118.770543, 32.592237], [118.7721, 32.59873], [118.769895, 32.601114], [118.756383, 32.606764], [118.746378, 32.606379], [118.749578, 32.602171], [118.745717, 32.600004], [118.738041, 32.599404], [118.737409, 32.592615], [118.732236, 32.591208], [118.728269, 32.592489], [118.721486, 32.596277], [118.719937, 32.608607], [118.71462, 32.612181], [118.691159, 32.607722], [118.690602, 32.603617], [118.695569, 32.600943], [118.695805, 32.589976], [118.693967, 32.588973], [118.683713, 32.589663], [118.677106, 32.593486], [118.649823, 32.600413], [118.647763, 32.599772], [118.643788, 32.593162], [118.636242, 32.585509], [118.630383, 32.581931], [118.625546, 32.584865], [118.622853, 32.59111], [118.605992, 32.599365], [118.597279, 32.600841], [118.578908, 32.597355], [118.564282, 32.588093], [118.558292, 32.568615], [118.559353, 32.564785], [118.572422, 32.554638], [118.592174, 32.547355], [118.604046, 32.539749], [118.599842, 32.534114], [118.601544, 32.522658], [118.605052, 32.522392], [118.608814, 32.524429], [118.610591, 32.5204], [118.611217, 32.512618], [118.604488, 32.505016], [118.601161, 32.502822], [118.588222, 32.50489], [118.587001, 32.485664], [118.588611, 32.482383], [118.593158, 32.478942], [118.606402, 32.47343], [118.622271, 32.470435], [118.63827, 32.472556], [118.647347, 32.478724], [118.667621, 32.472044], [118.67866, 32.475096], [118.685885, 32.475115], [118.687274, 32.466639], [118.681536, 32.431627], [118.683756, 32.421034], [118.680483, 32.407572], [118.673235, 32.395041], [118.67473, 32.391466], [118.683187, 32.385215], [118.688623, 32.38439], [118.692072, 32.385965], [118.696413, 32.381754], [118.698556, 32.371034], [118.697542, 32.369825], [118.691041, 32.369764], [118.687562, 32.354395], [118.692094, 32.345007], [118.70186, 32.341566], [118.702462, 32.33695], [118.698721, 32.33156], [118.690217, 32.331528], [118.678387, 32.327114], [118.667166, 32.313286], [118.655606, 32.307855], [118.652754, 32.304989], [118.652179, 32.301895], [118.654538, 32.298769], [118.663255, 32.297745], [118.665758, 32.288297], [118.654431, 32.269239], [118.654479, 32.266322], [118.660591, 32.260489], [118.669849, 32.258099], [118.670491, 32.25374], [118.661052, 32.236459], [118.638583, 32.211837], [118.63198, 32.209833], [118.623751, 32.204536], [118.612174, 32.207787], [118.602896, 32.20381], [118.593213, 32.202056], [118.588976, 32.196911], [118.5857, 32.202774], [118.580547, 32.201041], [118.57301, 32.201995], [118.571003, 32.204635], [118.571191, 32.209274], [118.566123, 32.210463], [118.560401, 32.204924], [118.561166, 32.201839], [118.556576, 32.199099], [118.545823, 32.201825], [118.543316, 32.197167], [118.534546, 32.194612], [118.526444, 32.197971], [118.517748, 32.190406], [118.513047, 32.191272], [118.504286, 32.196688], [118.503363, 32.185188], [118.499265, 32.18228], [118.494281, 32.183851], [118.491719, 32.181786], [118.489923, 32.175472], [118.489602, 32.163949], [118.492921, 32.163085], [118.5012, 32.143202], [118.499387, 32.14131], [118.4945, 32.143843], [118.489422, 32.134316], [118.495438, 32.12295], [118.488754, 32.123572], [118.482876, 32.122345], [118.477903, 32.119152], [118.469793, 32.118902], [118.465507, 32.11022], [118.460081, 32.10495], [118.44424, 32.09965], [118.442652, 32.096348], [118.429928, 32.092357], [118.427995, 32.088591], [118.409215, 32.088058], [118.40649, 32.082723], [118.389638, 32.078697], [118.391567, 32.073942], [118.389319, 32.066467], [118.38729, 32.064168], [118.377947, 32.061493], [118.380998, 32.056843], [118.384618, 32.054728], [118.386864, 32.046125], [118.379284, 32.038807], [118.376896, 32.033056], [118.381641, 32.028755], [118.393795, 32.026261], [118.396084, 32.023308], [118.395733, 32.017884], [118.388172, 32.020699], [118.385753, 32.019821], [118.383335, 32.01476], [118.383037, 32.004044], [118.390529, 31.994557], [118.38837, 31.991085], [118.383861, 31.988744], [118.383952, 31.985817], [118.377579, 31.981257], [118.370921, 31.986135], [118.366328, 31.986011], [118.377185, 31.969045], [118.362971, 31.967805], [118.364245, 31.965091], [118.365932, 31.964982], [118.366786, 31.961145], [118.36301, 31.958625], [118.362109, 31.955404], [118.361681, 31.948847], [118.363847, 31.943427], [118.361979, 31.93975], [118.356852, 31.936621], [118.355067, 31.937249], [118.353772, 31.935201], [118.357752, 31.92922], [118.363375, 31.930749], [118.369043, 31.928977], [118.3697, 31.924105], [118.375231, 31.919467], [118.368143, 31.915765], [118.370424, 31.912697], [118.377672, 31.909819], [118.388223, 31.918468], [118.404673, 31.911945], [118.404345, 31.897676], [118.409403, 31.89212], [118.409158, 31.888922], [118.415651, 31.887382], [118.418398, 31.888825], [118.420542, 31.895797], [118.429589, 31.901564], [118.437605, 31.89115], [118.444451, 31.888908], [118.446866, 31.886076], [118.462564, 31.887002], [118.47307, 31.885183], [118.475122, 31.877197], [118.468535, 31.871422], [118.461305, 31.870864], [118.459374, 31.865545], [118.461485, 31.859774], [118.469974, 31.852424], [118.484085, 31.845713], [118.499002, 31.842554], [118.477954, 31.793574], [118.477321, 31.784887], [118.481327, 31.779774], [118.497208, 31.777163], [118.504488, 31.767817], [118.509353, 31.76865], [118.516648, 31.763799], [118.528134, 31.769021], [118.54084, 31.762232], [118.541749, 31.761076], [118.540161, 31.759673], [118.533477, 31.762216], [118.531264, 31.759261], [118.533188, 31.752798], [118.528877, 31.751829], [118.523598, 31.753688], [118.514908, 31.747174], [118.517647, 31.74447], [118.523254, 31.744811], [118.52385, 31.739044], [118.529922, 31.741846], [118.53363, 31.737498], [118.534386, 31.73362], [118.53833, 31.733313], [118.539322, 31.735172], [118.538147, 31.736514], [118.542397, 31.737944], [118.546639, 31.732408], [118.549965, 31.732174], [118.553872, 31.733075], [118.55394, 31.737028], [118.55906, 31.744202], [118.565521, 31.748751], [118.567543, 31.742804], [118.574509, 31.743327], [118.579041, 31.74571], [118.586549, 31.746027], [118.596711, 31.759705], [118.603669, 31.760889], [118.612313, 31.753246], [118.622177, 31.761403], [118.634194, 31.761989], [118.637261, 31.761309], [118.63823, 31.755679], [118.643372, 31.752921], [118.641475, 31.749618], [118.639374, 31.751598], [118.636238, 31.747425], [118.6456, 31.742151], [118.647364, 31.734504], [118.652543, 31.732501], [118.659905, 31.733052], [118.672852, 31.730983], [118.685433, 31.722997], [118.680237, 31.718149], [118.68145, 31.716661], [118.686234, 31.717579], [118.685883, 31.709524], [118.683777, 31.70551], [118.677398, 31.701086], [118.665802, 31.699221], [118.659653, 31.682669], [118.651161, 31.680259], [118.640167, 31.680829], [118.637538, 31.673839], [118.642425, 31.668438], [118.642508, 31.663125], [118.639357, 31.657662], [118.638655, 31.652403], [118.647198, 31.648712], [118.651791, 31.643473], [118.656438, 31.641883], [118.662398, 31.644575], [118.665588, 31.643986], [118.681388, 31.636476], [118.684432, 31.637903], [118.686774, 31.641744], [118.693468, 31.64245], [118.703238, 31.640904], [118.705615, 31.645297], [118.707706, 31.64512], [118.710366, 31.641012], [118.709308, 31.636325], [118.713701, 31.62993], [118.721741, 31.630139], [118.722689, 31.631333], [118.721357, 31.634125], [118.722906, 31.636179], [118.728174, 31.634787], [118.73157, 31.636707], [118.733567, 31.649159], [118.739131, 31.65678], [118.74103, 31.662113], [118.741844, 31.666903], [118.738423, 31.669906], [118.743233, 31.675402], [118.742729, 31.679045], [118.745352, 31.681255], [118.762528, 31.680437], [118.76899, 31.684145], [118.774467, 31.681856], [118.77504, 31.679163], [118.779709, 31.675349], [118.782646, 31.675126], [118.783829, 31.67666], [118.790438, 31.671468], [118.791778, 31.666932], [118.784622, 31.661327], [118.778076, 31.658815], [118.777229, 31.656014], [118.783553, 31.648146], [118.78672, 31.640246], [118.787116, 31.631839], [118.790061, 31.631394], [118.795806, 31.623021], [118.798995, 31.620852], [118.81047, 31.622356], [118.815071, 31.626118], [118.814216, 31.632264], [118.822387, 31.631386], [118.828735, 31.633197], [118.828902, 31.635752], [118.837478, 31.634794], [118.838823, 31.628798], [118.841233, 31.627168], [118.8553, 31.628391], [118.856292, 31.626055], [118.854743, 31.623346], [118.856452, 31.619378], [118.858138, 31.617755], [118.859375, 31.618984], [118.863441, 31.617982], [118.860893, 31.613721], [118.866775, 31.611307], [118.867881, 31.606588], [118.863913, 31.599888], [118.856719, 31.598776], [118.855002, 31.597097], [118.858817, 31.593367], [118.868918, 31.594827], [118.872214, 31.592321], [118.868903, 31.584025], [118.868353, 31.574275], [118.866461, 31.572975], [118.864485, 31.573797], [118.865508, 31.57598], [118.867949, 31.575868], [118.865546, 31.577059], [118.862471, 31.573312], [118.875746, 31.571455], [118.878676, 31.570073], [118.878958, 31.56765], [118.87609, 31.564317], [118.872832, 31.564356], [118.864958, 31.559862], [118.864005, 31.557211], [118.87078, 31.552448], [118.871855, 31.540627], [118.875746, 31.535859], [118.878385, 31.537328], [118.880855, 31.535543], [118.88247, 31.531316], [118.878197, 31.500157], [118.873961, 31.483172], [118.876439, 31.450023], [118.87129, 31.436381], [118.850228, 31.407435], [118.847505, 31.399428], [118.838568, 31.394556], [118.832449, 31.387878], [118.821456, 31.379782], [118.806267, 31.373549], [118.795184, 31.371039], [118.779838, 31.370705], [118.764225, 31.365066], [118.761568, 31.366341], [118.765627, 31.379696], [118.761441, 31.386222], [118.760255, 31.391129], [118.749529, 31.38743], [118.740487, 31.374648], [118.729841, 31.347308], [118.714945, 31.324927], [118.713255, 31.297197], [118.697863, 31.304582], [118.696491, 31.301914], [118.704112, 31.298171], [118.722724, 31.28391], [118.748893, 31.281917], [118.75748, 31.278838], [118.764519, 31.270909], [118.770307, 31.267456], [118.77504, 31.261286], [118.774135, 31.245752], [118.782052, 31.236371], [118.789976, 31.231602], [118.79751, 31.230602], [118.806242, 31.236411], [118.812549, 31.237476], [118.815675, 31.236565], [118.819514, 31.232349], [118.826519, 31.231562], [118.834755, 31.238337], [118.864919, 31.244531], [118.868616, 31.240787], [118.877941, 31.240175], [118.879333, 31.231595], [118.899768, 31.235046], [118.913623, 31.246459], [118.92335, 31.24165], [118.927683, 31.242683], [118.939323, 31.239019], [118.957431, 31.238721], [118.963091, 31.241804], [118.967135, 31.240047], [118.96609, 31.237813], [118.968241, 31.237729], [118.975108, 31.24004], [118.979715, 31.235384], [118.986155, 31.231984], [119.004748, 31.239105], [119.006617, 31.244662], [119.014361, 31.245145], [119.030619, 31.237969], [119.033862, 31.242412], [119.037882, 31.236878], [119.04764, 31.232541], [119.053065, 31.2363], [119.052249, 31.239704], [119.053797, 31.240569], [119.065242, 31.239252], [119.074237, 31.233571], [119.077418, 31.23409], [119.084193, 31.242751], [119.08932, 31.243288], [119.091929, 31.24281], [119.095309, 31.238686], [119.095416, 31.236365], [119.099039, 31.235745], [119.100265, 31.237872], [119.09978, 31.251656], [119.101283, 31.255222], [119.110736, 31.259483], [119.110911, 31.261053], [119.115161, 31.263774], [119.12704, 31.263776], [119.132892, 31.270396], [119.140246, 31.274755], [119.145577, 31.283149], [119.148326, 31.284784], [119.146182, 31.291016], [119.152813, 31.296694], [119.162069, 31.293885], [119.169978, 31.295382], [119.176029, 31.302533], [119.180722, 31.303464], [119.185306, 31.297184], [119.191689, 31.298097], [119.194866, 31.297683], [119.195568, 31.296132], [119.192431, 31.27805], [119.194461, 31.26954], [119.19883, 31.267797], [119.20246, 31.274964], [119.206439, 31.277366], [119.209301, 31.277039], [119.213786, 31.272808], [119.212405, 31.270282], [119.219122, 31.267784], [119.222675, 31.264105], [119.227092, 31.263136], [119.233902, 31.256173], [119.238253, 31.255565], [119.244102, 31.258], [119.245806, 31.261073], [119.244514, 31.263681], [119.247957, 31.267031], [119.258119, 31.262103], [119.261058, 31.256231], [119.269527, 31.25653], [119.275667, 31.262464], [119.280803, 31.262053], [119.282169, 31.259982], [119.286996, 31.261837], [119.289929, 31.266207], [119.297901, 31.271486], [119.314014, 31.266179], [119.334947, 31.266236], [119.337101, 31.26147], [119.342342, 31.259704], [119.345013, 31.26039], [119.346248, 31.262865], [119.344852, 31.264716], [119.341358, 31.265073], [119.335206, 31.277306], [119.342304, 31.278974], [119.343197, 31.283499], [119.346478, 31.285411], [119.341221, 31.295213], [119.343288, 31.296385], [119.345875, 31.295337], [119.344311, 31.301936], [119.342436, 31.302085], [119.348667, 31.304642], [119.356762, 31.302087], [119.35622, 31.299135], [119.363354, 31.293838], [119.362484, 31.291726], [119.360523, 31.291384], [119.360599, 31.286897], [119.366566, 31.282947], [119.364643, 31.272046], [119.369072, 31.270461], [119.375148, 31.271699], [119.375843, 31.267789], [119.375453, 31.260701], [119.370914, 31.260697], [119.368824, 31.258786], [119.370777, 31.253721], [119.369624, 31.249514], [119.366237, 31.247113], [119.363521, 31.242015], [119.356708, 31.238466], [119.35992, 31.234927], [119.35715, 31.228182], [119.362346, 31.22419], [119.359324, 31.217756], [119.35658, 31.217068], [119.355586, 31.213635], [119.35805, 31.199998], [119.360263, 31.196146], [119.363612, 31.195792], [119.373492, 31.189781], [119.382846, 31.193205], [119.385241, 31.192273], [119.38901, 31.200234], [119.391742, 31.200641], [119.402797, 31.19679], [119.402308, 31.193855], [119.389483, 31.194768], [119.385511, 31.186351], [119.387332, 31.180464], [119.380724, 31.170721], [119.385981, 31.170168], [119.39007, 31.172333], [119.393706, 31.176], [119.392024, 31.177393], [119.395205, 31.181219], [119.403986, 31.18452], [119.408671, 31.175173], [119.413104, 31.174959], [119.418864, 31.180292], [119.422831, 31.186797], [119.425128, 31.186747], [119.428142, 31.184747], [119.42525, 31.180711], [119.425837, 31.178103], [119.430575, 31.178554], [119.440066, 31.175607], [119.444178, 31.17641], [119.446047, 31.174707], [119.445773, 31.17066], [119.455126, 31.158493], [119.463793, 31.158248], [119.472582, 31.160566], [119.476336, 31.156495], [119.476656, 31.153239], [119.478808, 31.153522], [119.481089, 31.15566], [119.481776, 31.164257], [119.485187, 31.166611], [119.491168, 31.166239], [119.503371, 31.157866], [119.511518, 31.157029], [119.51641, 31.1615], [119.52751, 31.161254], [119.531018, 31.159452], [119.528919, 31.155877], [119.530474, 31.152958], [119.536548, 31.156743], [119.538439, 31.156001], [119.539211, 31.147783], [119.537173, 31.145726], [119.545882, 31.149292], [119.55138, 31.145369], [119.55774, 31.144617], [119.555292, 31.140141], [119.565416, 31.132926], [119.567454, 31.132474], [119.572384, 31.135677], [119.570692, 31.127173], [119.566468, 31.127637], [119.565676, 31.124048], [119.570338, 31.116698], [119.571208, 31.111727], [119.574777, 31.111122], [119.57938, 31.116978], [119.58551, 31.108188], [119.585342, 31.105217], [119.589047, 31.10939], [119.586836, 31.110817], [119.58609, 31.11438], [119.600878, 31.110085], [119.603704, 31.10488], [119.602327, 31.103699], [119.606076, 31.105106], [119.601737, 31.114776], [119.597095, 31.113138], [119.597288, 31.116575], [119.602588, 31.124233], [119.606914, 31.125549], [119.608852, 31.131367], [119.617475, 31.133408], [119.618668, 31.132101], [119.617184, 31.127203], [119.614697, 31.124763], [119.615581, 31.122661], [119.619771, 31.121785], [119.620781, 31.113741], [119.625605, 31.113208], [119.632162, 31.117442], [119.636756, 31.116684], [119.637909, 31.116277], [119.63701, 31.11487], [119.629863, 31.112872], [119.641805, 31.108678], [119.645188, 31.105312], [119.642556, 31.102176], [119.635692, 31.105942], [119.635128, 31.10307], [119.631047, 31.099857], [119.629118, 31.093856], [119.620716, 31.083038], [119.622259, 31.077876], [119.6254, 31.075938], [119.622991, 31.070453], [119.628188, 31.067159], [119.620988, 31.056648], [119.624534, 31.056246], [119.628621, 31.047047], [119.622932, 31.040989], [119.623768, 31.032183], [119.628724, 31.02996], [119.63154, 31.031015], [119.632979, 31.028789], [119.626101, 31.023339], [119.625699, 31.016827], [119.627326, 31.011924], [119.625767, 31.009719], [119.613205, 31.004861], [119.606207, 30.994102], [119.592468, 30.987638], [119.590606, 30.98081], [119.591975, 30.977751], [119.589795, 30.972744], [119.582771, 30.966383], [119.574833, 30.965442], [119.57437, 30.962439], [119.577036, 30.959469], [119.58725, 30.953774], [119.586954, 30.949037], [119.577607, 30.947003], [119.574826, 30.941953], [119.576033, 30.935591], [119.580256, 30.935611], [119.579981, 30.932748], [119.57182, 30.929095], [119.567854, 30.92334], [119.569398, 30.922407], [119.567373, 30.920733], [119.558289, 30.917005], [119.559683, 30.913825], [119.558422, 30.908697], [119.551981, 30.907783], [119.548064, 30.902896], [119.553829, 30.888874], [119.553526, 30.885458], [119.55094, 30.884167], [119.552514, 30.877786], [119.555242, 30.873967], [119.555512, 30.872105], [119.553759, 30.871935], [119.556534, 30.862365], [119.568829, 30.862272], [119.569464, 30.861101], [119.570093, 30.850191], [119.567368, 30.844796], [119.57431, 30.83753], [119.573708, 30.831355], [119.56993, 30.829115], [119.56773, 30.831063], [119.557472, 30.831563], [119.550513, 30.828205], [119.541429, 30.815468], [119.535878, 30.801972], [119.53146, 30.799236], [119.525678, 30.792145], [119.524039, 30.788797], [119.524917, 30.784278], [119.521969, 30.778388], [119.509457, 30.775966], [119.504502, 30.772162], [119.49704, 30.773341], [119.487033, 30.779937], [119.47728, 30.777086], [119.475148, 30.773783], [119.477581, 30.767931], [119.476913, 30.762887], [119.473855, 30.756015], [119.482094, 30.747217], [119.475851, 30.740209], [119.47514, 30.735471], [119.484869, 30.721264], [119.4814, 30.71506], [119.480333, 30.703563], [119.46837, 30.700587], [119.464439, 30.697878], [119.46386, 30.690773], [119.459224, 30.687205], [119.457452, 30.681209], [119.442595, 30.672875], [119.439784, 30.668414], [119.439771, 30.654428], [119.437292, 30.651575], [119.4192, 30.64512], [119.414091, 30.644261], [119.405669, 30.645707], [119.39698, 30.655101], [119.393771, 30.674169], [119.389474, 30.68145], [119.389652, 30.687138], [119.38464, 30.691305], [119.381961, 30.686431], [119.376629, 30.681998], [119.366912, 30.683594], [119.362205, 30.677064], [119.357346, 30.676466], [119.352126, 30.669501], [119.346792, 30.670444], [119.339143, 30.666534], [119.333227, 30.666072], [119.335098, 30.660681], [119.328393, 30.655446], [119.328662, 30.650798], [119.326758, 30.646928], [119.320581, 30.642441], [119.320534, 30.635147], [119.316793, 30.6296], [119.310017, 30.626826], [119.307672, 30.623216], [119.299051, 30.6211], [119.288895, 30.623024], [119.288595, 30.619571], [119.281115, 30.617372], [119.27346, 30.620815], [119.260546, 30.617607], [119.259046, 30.61879], [119.251284, 30.616018], [119.246605, 30.622066], [119.243085, 30.622361], [119.235149, 30.611899], [119.234715, 30.60749], [119.244207, 30.600472], [119.251366, 30.597454], [119.252133, 30.594801], [119.249143, 30.59273], [119.256807, 30.589168], [119.262632, 30.576547], [119.254667, 30.574203], [119.243368, 30.565869], [119.24131, 30.563014], [119.243589, 30.561164], [119.24366, 30.559092], [119.236826, 30.551331], [119.23247, 30.548801], [119.235886, 30.54264], [119.237344, 30.534894], [119.241416, 30.528243], [119.245331, 30.528033], [119.246237, 30.531439], [119.248746, 30.531999], [119.256968, 30.529428], [119.257703, 30.526052], [119.256176, 30.52072], [119.266008, 30.51211], [119.275441, 30.512353], [119.283968, 30.514708], [119.295947, 30.521716], [119.309816, 30.534136], [119.32551, 30.535768], [119.323241, 30.529766], [119.323791, 30.523594], [119.331574, 30.513077], [119.332704, 30.506621], [119.328074, 30.502184], [119.327745, 30.493985], [119.325331, 30.492234], [119.323402, 30.486237], [119.33179, 30.473933], [119.329061, 30.468592], [119.332627, 30.463478], [119.333242, 30.455438], [119.32959, 30.449098], [119.336763, 30.446249], [119.342549, 30.44136], [119.347841, 30.429097], [119.346142, 30.425359], [119.347329, 30.422297], [119.352293, 30.419702], [119.35674, 30.420097], [119.356391, 30.417049], [119.351699, 30.411864], [119.351381, 30.409306], [119.356575, 30.399079], [119.362296, 30.398949], [119.362526, 30.387944], [119.368421, 30.386008], [119.38626, 30.386321], [119.397975, 30.381576], [119.39876, 30.376047], [119.397175, 30.371862], [119.393401, 30.367901], [119.383022, 30.367469], [119.377002, 30.360303], [119.372785, 30.357775], [119.358046, 30.352919], [119.351054, 30.352901], [119.349234, 30.35041], [119.343387, 30.351726], [119.339988, 30.357766], [119.338459, 30.366076], [119.330613, 30.368616], [119.329899, 30.370365], [119.320971, 30.37441], [119.304009, 30.367405], [119.2953, 30.366349], [119.288192, 30.354163], [119.272401, 30.343098], [119.267569, 30.344956], [119.25899, 30.339258], [119.250876, 30.340388], [119.244212, 30.343966], [119.238801, 30.336139], [119.240462, 30.321921], [119.23722, 30.309157], [119.231596, 30.295532], [119.224904, 30.294432], [119.222998, 30.29063], [119.219918, 30.293385], [119.219058, 30.296191], [119.221051, 30.298856], [119.219032, 30.3025], [119.216338, 30.301961], [119.211777, 30.294541], [119.209315, 30.295346], [119.207136, 30.30116], [119.201472, 30.303799], [119.205825, 30.297093], [119.204294, 30.294429], [119.198516, 30.292707], [119.181871, 30.294029], [119.173564, 30.298809], [119.164238, 30.298074], [119.161154, 30.301864], [119.155061, 30.29947], [119.151636, 30.302051], [119.149037, 30.30684], [119.145171, 30.305865], [119.137765, 30.307588], [119.128277, 30.305398], [119.121986, 30.30699], [119.118082, 30.311021], [119.105358, 30.313677], [119.097526, 30.319995], [119.093913, 30.319975], [119.085785, 30.325525], [119.081647, 30.324702], [119.066987, 30.315133], [119.060306, 30.306073], [119.050267, 30.305362], [119.046026, 30.308992], [119.04427, 30.313489], [119.040046, 30.314816], [119.030302, 30.31423], [119.026791, 30.320291], [119.026401, 30.330312], [119.00974, 30.332485], [119.005818, 30.332205], [119.004669, 30.329056], [119.003403, 30.32905], [118.994219, 30.330137], [118.984373, 30.333574], [118.982632, 30.335175], [118.983978, 30.348591], [118.982344, 30.351167], [118.970019, 30.347975], [118.964061, 30.354649], [118.958559, 30.352294], [118.958251, 30.349349], [118.95536, 30.348832], [118.950822, 30.360666], [118.948808, 30.362046], [118.946323, 30.359336], [118.935431, 30.355324], [118.934187, 30.352887], [118.934644, 30.34712], [118.927832, 30.344061], [118.921338, 30.344328], [118.914239, 30.336364], [118.908862, 30.335597], [118.900938, 30.331055], [118.89488, 30.323249], [118.885371, 30.318566], [118.875779, 30.317564], [118.875984, 30.311987], [118.878936, 30.304454], [118.877751, 30.29594], [118.875376, 30.295056], [118.873295, 30.291388], [118.872995, 30.285376], [118.877913, 30.280461], [118.8782, 30.276209], [118.887342, 30.268083], [118.890167, 30.260174], [118.884963, 30.25439], [118.877203, 30.252244], [118.87691, 30.247878], [118.883234, 30.239262], [118.88578, 30.238652], [118.892928, 30.229877], [118.902969, 30.222435], [118.899824, 30.22095], [118.899531, 30.2177], [118.910411, 30.215299], [118.917922, 30.215893], [118.918111, 30.210517], [118.927337, 30.207943], [118.922318, 30.203906], [118.910741, 30.200556], [118.902529, 30.192954], [118.90172, 30.189173], [118.894989, 30.182439], [118.89007, 30.183234], [118.858835, 30.170128], [118.845383, 30.166831], [118.84346, 30.165757], [118.84154, 30.159733], [118.841577, 30.155455], [118.848472, 30.156183], [118.850751, 30.154228], [118.852384, 30.150348], [118.851913, 30.143741], [118.859418, 30.140444], [118.868508, 30.142063], [118.876636, 30.134565], [118.879534, 30.142629], [118.884151, 30.148085], [118.883958, 30.152225], [118.887134, 30.152648], [118.893952, 30.144898], [118.893293, 30.139056], [118.887869, 30.131445], [118.876992, 30.12703], [118.864544, 30.134815], [118.859043, 30.136353], [118.854864, 30.132892], [118.852903, 30.124511], [118.850863, 30.122201], [118.861194, 30.123131], [118.857809, 30.111781], [118.861274, 30.106225], [118.861738, 30.100883], [118.866491, 30.09997], [118.867975, 30.103541], [118.871496, 30.104751], [118.875584, 30.104463], [118.879027, 30.10157], [118.878554, 30.088257], [118.884777, 30.078345], [118.883864, 30.071726], [118.886329, 30.07015], [118.88667, 30.059737], [118.888185, 30.056999], [118.8873, 30.045903], [118.8856, 30.044013], [118.88611, 30.039266], [118.887512, 30.035584], [118.896001, 30.030861], [118.896875, 30.027109], [118.893607, 30.018247], [118.888008, 30.014337], [118.889306, 30.003478], [118.885782, 29.999412], [118.894023, 29.98733], [118.894353, 29.984715], [118.889419, 29.977062], [118.886319, 29.965563], [118.888793, 29.957632], [118.885591, 29.955335], [118.88871, 29.949077], [118.887601, 29.938044], [118.867551, 29.95048], [118.85901, 29.93993], [118.846876, 29.943692], [118.835704, 29.934006], [118.839826, 29.922568], [118.838778, 29.920943], [118.840532, 29.904418], [118.838271, 29.895427], [118.820123, 29.881254], [118.804985, 29.872927], [118.797912, 29.864424], [118.784043, 29.854778], [118.779323, 29.846042], [118.772314, 29.844896], [118.761494, 29.851959], [118.749817, 29.847532], [118.748558, 29.845468], [118.749518, 29.834323], [118.756848, 29.829409], [118.756794, 29.822426], [118.752902, 29.820514], [118.739531, 29.820608], [118.732873, 29.815292], [118.733983, 29.811436], [118.731152, 29.791287], [118.732489, 29.787245], [118.737328, 29.784409], [118.742524, 29.776814], [118.740055, 29.770057], [118.744415, 29.763243], [118.743611, 29.752098], [118.740648, 29.746547], [118.740515, 29.741972], [118.733639, 29.739043], [118.729391, 29.733281], [118.72326, 29.728642], [118.72097, 29.728597], [118.718903, 29.724509], [118.718561, 29.718077], [118.714845, 29.711219], [118.704338, 29.7086], [118.696039, 29.70936], [118.688051, 29.703408], [118.687569, 29.696655], [118.67759, 29.691903], [118.676626, 29.683557], [118.66977, 29.67765], [118.668697, 29.67123], [118.652611, 29.657856], [118.644879, 29.647949], [118.63751, 29.643727], [118.631198, 29.647241], [118.629551, 29.650812], [118.615735, 29.656954], [118.605365, 29.652349], [118.597251, 29.645985], [118.588278, 29.647129], [118.568802, 29.640241], [118.563498, 29.635771], [118.563007, 29.632003], [118.554645, 29.622479], [118.553304, 29.617753], [118.544969, 29.615822], [118.532516, 29.598474], [118.531227, 29.593667], [118.515026, 29.589332], [118.504381, 29.581635], [118.494458, 29.578749], [118.493137, 29.563837], [118.488672, 29.55334], [118.492932, 29.544325], [118.489459, 29.531176], [118.4908, 29.524064], [118.489698, 29.521248], [118.478874, 29.517376], [118.473682, 29.511567], [118.468684, 29.51158], [118.461713, 29.516097], [118.453719, 29.515835], [118.454272, 29.508898], [118.449363, 29.51063], [118.444969, 29.515598], [118.435759, 29.514222], [118.435736, 29.517949], [118.432588, 29.516902], [118.431434, 29.511858], [118.424872, 29.503788], [118.420601, 29.505145], [118.410226, 29.512661], [118.406561, 29.513242], [118.40392, 29.510545], [118.399677, 29.509489], [118.395518, 29.510772], [118.389736, 29.509939], [118.37824, 29.512654], [118.375281, 29.504583], [118.369152, 29.500779], [118.363916, 29.492788], [118.3568, 29.48884], [118.356481, 29.484684], [118.35398, 29.481932], [118.34802, 29.481775], [118.340938, 29.478466], [118.330913, 29.485377], [118.32658, 29.493042], [118.325853, 29.498325], [118.317872, 29.499944], [118.310811, 29.497865], [118.306146, 29.50029], [118.302288, 29.497518], [118.300834, 29.494134], [118.30227, 29.479742], [118.311661, 29.451695], [118.309286, 29.44134], [118.310613, 29.43592], [118.309882, 29.425652], [118.305723, 29.423435], [118.291504, 29.420828], [118.286792, 29.422185], [118.286211, 29.427098], [118.281022, 29.429164], [118.271679, 29.426121], [118.265585, 29.43031], [118.254915, 29.428877], [118.243341, 29.433401], [118.230291, 29.427099], [118.22095, 29.427505], [118.214341, 29.424363], [118.21062, 29.420631], [118.20732, 29.412934], [118.201086, 29.404346], [118.199578, 29.398454], [118.195025, 29.395191], [118.19221, 29.397153], [118.187704, 29.396868], [118.188013, 29.403824], [118.185886, 29.408337], [118.174818, 29.406331], [118.156314, 29.411565], [118.151832, 29.416041], [118.144757, 29.415019], [118.134845, 29.421272], [118.125022, 29.433976], [118.124733, 29.442629], [118.132249, 29.444419], [118.133741, 29.447393], [118.129804, 29.453452], [118.131851, 29.460017], [118.130242, 29.467002], [118.119091, 29.47016], [118.118443, 29.471888], [118.118938, 29.475691], [118.123454, 29.481083], [118.131232, 29.487867], [118.135918, 29.489627], [118.138525, 29.493102], [118.136773, 29.497502], [118.13308, 29.49997], [118.132029, 29.506425], [118.124203, 29.515572], [118.118908, 29.51455], [118.109767, 29.523163], [118.103264, 29.526366], [118.100233, 29.532134], [118.102127, 29.536464], [118.098064, 29.539291], [118.093134, 29.539636], [118.084349, 29.536871], [118.076505, 29.540955], [118.051204, 29.542197], [118.043611, 29.548968], [118.042417, 29.557174], [118.038521, 29.56034], [118.034939, 29.566946], [118.027639, 29.570007], [118.022197, 29.576383], [117.995771, 29.577534], [117.989432, 29.572703], [117.984785, 29.56417], [117.978944, 29.560113], [117.97109, 29.570021], [117.954136, 29.571855], [117.950074, 29.568446], [117.943966, 29.559302], [117.940598, 29.557968], [117.939649, 29.552152], [117.930705, 29.55998], [117.927848, 29.560782], [117.912575, 29.558072], [117.906122, 29.553317], [117.899271, 29.553446], [117.888956, 29.546027], [117.876233, 29.546135], [117.872176, 29.550608], [117.874069, 29.55467], [117.873093, 29.557797], [117.870205, 29.558177], [117.866177, 29.556166], [117.860584, 29.557543], [117.858906, 29.568437], [117.851619, 29.564848], [117.826864, 29.565584], [117.822747, 29.571914], [117.815792, 29.572717], [117.811884, 29.577044], [117.8069, 29.578442], [117.800908, 29.57419], [117.78899, 29.569607], [117.780922, 29.561207], [117.769297, 29.562359], [117.776555, 29.570208], [117.769187, 29.575048], [117.765091, 29.567825], [117.765088, 29.562326], [117.760931, 29.559279], [117.753039, 29.560221], [117.751295, 29.564296], [117.735611, 29.553468], [117.724114, 29.549393], [117.721119, 29.554658], [117.71172, 29.562652], [117.705484, 29.562183], [117.703481, 29.557229], [117.703598, 29.551552], [117.700022, 29.553582], [117.684579, 29.556815], [117.683291, 29.560957], [117.677927, 29.565012], [117.67514, 29.570717], [117.679779, 29.577572], [117.680177, 29.586966], [117.677761, 29.594489], [117.673121, 29.597135], [117.663349, 29.596997], [117.661617, 29.599116], [117.661963, 29.602626], [117.658439, 29.612738], [117.652227, 29.613181], [117.642882, 29.617207], [117.635556, 29.615308], [117.629771, 29.610689], [117.62195, 29.608147], [117.619697, 29.603114], [117.607396, 29.592954], [117.597868, 29.591066], [117.592624, 29.585625], [117.585164, 29.58604], [117.57678, 29.595307], [117.552355, 29.592875], [117.549816, 29.596722], [117.541049, 29.596978], [117.537429, 29.591135], [117.534605, 29.595686], [117.534202, 29.5996], [117.525747, 29.607649], [117.523798, 29.611746], [117.522132, 29.624584], [117.519187, 29.627804], [117.518195, 29.632208], [117.520543, 29.647079], [117.526503, 29.653553], [117.522496, 29.66203], [117.51861, 29.66234], [117.509234, 29.667505], [117.507945, 29.671379], [117.504244, 29.67432], [117.496562, 29.66947], [117.495486, 29.665952], [117.493107, 29.664381], [117.48498, 29.663666], [117.481159, 29.665157], [117.481439, 29.668438], [117.479543, 29.669124], [117.467894, 29.666835], [117.468913, 29.683349], [117.464232, 29.687264], [117.453108, 29.680421], [117.451552, 29.68461], [117.453496, 29.688043], [117.450452, 29.691515], [117.445626, 29.693414], [117.444435, 29.70029], [117.446921, 29.70873], [117.451231, 29.712664], [117.453232, 29.718209], [117.451764, 29.722085], [117.449186, 29.723003], [117.446179, 29.727592], [117.454555, 29.735977], [117.449739, 29.738005], [117.439911, 29.749567], [117.438987, 29.752236], [117.443099, 29.758069], [117.441803, 29.763115], [117.436567, 29.763699], [117.43063, 29.761278], [117.425381, 29.765629], [117.420939, 29.774314], [117.415956, 29.777909], [117.417329, 29.781681], [117.41555, 29.786898], [117.406753, 29.792013], [117.407756, 29.797122], [117.403356, 29.801371], [117.407173, 29.808091], [117.412517, 29.8099], [117.411341, 29.822185], [117.418464, 29.829879], [117.41801, 29.833441], [117.424586, 29.843843], [117.42068, 29.850886], [117.411662, 29.853555], [117.387744, 29.849143], [117.382914, 29.845281], [117.379177, 29.832072], [117.38024, 29.826535], [117.37874, 29.822564], [117.37315, 29.823911], [117.363881, 29.814987], [117.356543, 29.815477], [117.35249, 29.818622], [117.351171, 29.822559], [117.343321, 29.826972], [117.344195, 29.83443], [117.337367, 29.837149], [117.341548, 29.84667], [117.332584, 29.857923], [117.317363, 29.847899], [117.314784, 29.844588], [117.314525, 29.841044], [117.298648, 29.841487], [117.284396, 29.837662], [117.28967, 29.828485], [117.285284, 29.822878], [117.281405, 29.825964], [117.270141, 29.827684], [117.265788, 29.834887], [117.253268, 29.834891], [117.248938, 29.837035], [117.241944, 29.84369], [117.238389, 29.853119], [117.25062, 29.861865], [117.256587, 29.877622], [117.261452, 29.884479], [117.259548, 29.894362], [117.252079, 29.904666], [117.250431, 29.911958], [117.246188, 29.915858], [117.240407, 29.918268], [117.22483, 29.918142], [117.220569, 29.920019], [117.21225, 29.927745], [117.201488, 29.933205], [117.195403, 29.92708], [117.191715, 29.926047], [117.189238, 29.927596], [117.177974, 29.924117], [117.174605, 29.92481], [117.165494, 29.920047], [117.157367, 29.923663], [117.152045, 29.919094], [117.147046, 29.919308], [117.142219, 29.915602], [117.136997, 29.914516], [117.132918, 29.909004], [117.122768, 29.902009], [117.120254, 29.894351], [117.121401, 29.889108], [117.128589, 29.883325], [117.128616, 29.878472], [117.124677, 29.871483], [117.123912, 29.864576], [117.11202, 29.86173], [117.107925, 29.858168], [117.097641, 29.854502], [117.094753, 29.846856], [117.087781, 29.840655], [117.078781, 29.838675], [117.077232, 29.839902], [117.07171, 29.837488], [117.066876, 29.831238], [117.067195, 29.827953], [117.070137, 29.82446], [117.080396, 29.822272], [117.08435, 29.816429], [117.089806, 29.818254], [117.094978, 29.812946], [117.095638, 29.808625], [117.098686, 29.808186], [117.105404, 29.800617], [117.117725, 29.802831], [117.121258, 29.794458], [117.125597, 29.791359], [117.130262, 29.791747], [117.133705, 29.788455], [117.132014, 29.781101], [117.128162, 29.774956], [117.121615, 29.771751], [117.119729, 29.768513], [117.115523, 29.768224], [117.111338, 29.765436], [117.106533, 29.756], [117.100343, 29.754462], [117.099081, 29.752301], [117.103482, 29.744427], [117.109501, 29.739609], [117.114953, 29.727764], [117.114345, 29.721965], [117.110692, 29.715973], [117.111448, 29.712975], [117.109102, 29.709973], [117.105488, 29.708351], [117.097024, 29.709303], [117.08822, 29.707953], [117.084258, 29.699635], [117.080223, 29.701529], [117.066942, 29.700602], [117.060311, 29.69229], [117.054971, 29.692708], [117.051117, 29.690195], [117.046057, 29.692299], [117.039823, 29.688452], [117.03909, 29.6856], [117.032209, 29.682357], [117.021371, 29.688207], [117.012379, 29.689839], [117.004917, 29.686229], [116.997224, 29.687582], [116.991432, 29.686398], [116.987623, 29.684204], [116.983383, 29.679424], [116.978977, 29.670641], [116.971566, 29.66438], [116.972153, 29.654423], [116.970103, 29.650536], [116.963534, 29.652944], [116.961259, 29.655614], [116.950813, 29.652215], [116.942746, 29.653863], [116.933885, 29.647337], [116.924896, 29.649372], [116.919479, 29.641813], [116.913197, 29.639836], [116.90503, 29.63402], [116.90393, 29.628235], [116.900185, 29.625374], [116.892242, 29.626723], [116.890217, 29.624427], [116.87554, 29.619556], [116.871168, 29.615418], [116.865778, 29.603281], [116.85609, 29.601298], [116.844058, 29.587194], [116.842753, 29.578678], [116.832294, 29.571856], [116.811674, 29.567746], [116.80718, 29.569552], [116.794755, 29.564957], [116.792184, 29.565953], [116.786552, 29.572964], [116.778491, 29.570899], [116.775459, 29.573481], [116.7744, 29.58026], [116.782024, 29.593839], [116.770518, 29.597871], [116.764002, 29.594827], [116.765697, 29.603049], [116.760164, 29.60325], [116.755443, 29.605418], [116.754126, 29.601518], [116.757122, 29.598832], [116.756141, 29.593964], [116.748408, 29.597782], [116.733563, 29.594276], [116.732345, 29.590292], [116.733746, 29.587323], [116.732386, 29.584422], [116.728725, 29.578445], [116.72485, 29.578778], [116.725119, 29.572177], [116.722735, 29.567421], [116.719228, 29.566196], [116.71501, 29.569303], [116.716072, 29.577875], [116.714205, 29.58662], [116.708221, 29.594162], [116.686113, 29.60471], [116.682763, 29.603178], [116.681898, 29.600807], [116.675094, 29.60116], [116.67401, 29.605673], [116.679449, 29.608931], [116.678402, 29.62094], [116.664162, 29.629393], [116.658481, 29.634988], [116.650919, 29.637328], [116.645695, 29.642757], [116.645411, 29.645939], [116.654553, 29.661568], [116.664649, 29.666035], [116.668665, 29.671515], [116.682577, 29.674527], [116.683787, 29.675931], [116.682665, 29.679721], [116.678141, 29.68474], [116.669318, 29.690656], [116.647, 29.690757], [116.644678, 29.692761], [116.644149, 29.698654], [116.651815, 29.704697], [116.663676, 29.701884], [116.665803, 29.706081], [116.665503, 29.712695], [116.667793, 29.715207], [116.670542, 29.714959], [116.672115, 29.718412], [116.670979, 29.728906], [116.674685, 29.730323], [116.678939, 29.738787], [116.683784, 29.74319], [116.69053, 29.742969], [116.704029, 29.746179], [116.710938, 29.762891], [116.717413, 29.76775], [116.720083, 29.77374], [116.721614, 29.7755], [116.72652, 29.774928], [116.731357, 29.77648], [116.733392, 29.783692], [116.738914, 29.789045], [116.738044, 29.792498], [116.746519, 29.799632], [116.753087, 29.801123], [116.757637, 29.808291], [116.775012, 29.798266], [116.77551, 29.794893], [116.782019, 29.794298], [116.79142, 29.804208], [116.79881, 29.803723], [116.797606, 29.810035], [116.802654, 29.815758], [116.803638, 29.819165], [116.808619, 29.819728], [116.815731, 29.817987], [116.822806, 29.822172], [116.823983, 29.825953], [116.81737, 29.837489], [116.819438, 29.839355], [116.826922, 29.840856], [116.837854, 29.848575], [116.847842, 29.861574], [116.848896, 29.866102], [116.854304, 29.868255], [116.861408, 29.875544], [116.862965, 29.881247], [116.870693, 29.884672], [116.872914, 29.888779], [116.880815, 29.896271], [116.881357, 29.907362], [116.884805, 29.91238], [116.892787, 29.913201], [116.892237, 29.921158], [116.887498, 29.925308], [116.889147, 29.937664], [116.890329, 29.942631], [116.898402, 29.946584], [116.898843, 29.951267], [116.893543, 29.962792], [116.894077, 29.968841], [116.892778, 29.970532], [116.889415, 29.971657], [116.882144, 29.970631], [116.879747, 29.977663], [116.873456, 29.976216], [116.870038, 29.981375], [116.863386, 29.984053], [116.847584, 29.973775], [116.839939, 29.97203], [116.830602, 29.973204], [116.829403, 29.966016], [116.831227, 29.961802], [116.828389, 29.96036], [116.823759, 29.965711], [116.821468, 29.979507], [116.824718, 29.991463], [116.82259, 30.000737], [116.824856, 30.005407], [116.82452, 30.013356], [116.819767, 30.012809], [116.816044, 30.005071], [116.809246, 30.002044], [116.805286, 30.002744], [116.796026, 29.998676], [116.792232, 30.006441], [116.787189, 30.006164], [116.785015, 30.007892], [116.787983, 30.01013], [116.78326, 30.016832], [116.78709, 30.018034], [116.785511, 30.02164], [116.780643, 30.024643], [116.777607, 30.032226], [116.769123, 30.043764], [116.764675, 30.046803], [116.758129, 30.050835], [116.750279, 30.052549], [116.742093, 30.059761], [116.734306, 30.056144], [116.719297, 30.056974], [116.668867, 30.077526], [116.650782, 30.079549], [116.635875, 30.078951], [116.612052, 30.075302], [116.60198, 30.071041], [116.588814, 30.059971], [116.571612, 30.032886], [116.565023, 30.013764], [116.561434, 29.99129], [116.564542, 29.955983], [116.553393, 29.936774], [116.552996, 29.924373], [116.541554, 29.907634], [116.534705, 29.903238], [116.516534, 29.901274], [116.485803, 29.904191], [116.475816, 29.903573], [116.467035, 29.900934], [116.455179, 29.895305], [116.425652, 29.876032], [116.378278, 29.854736], [116.375506, 29.851915], [116.347855, 29.837807], [116.334543, 29.835754], [116.330198, 29.833371], [116.316507, 29.820746], [116.2988, 29.807917], [116.275303, 29.792613], [116.258002, 29.783737], [116.249542, 29.787175], [116.241012, 29.794464], [116.233413, 29.809011], [116.22715, 29.816858], [116.220347, 29.823993], [116.209313, 29.830221], [116.197968, 29.831907], [116.158198, 29.831905], [116.142843, 29.829797], [116.132865, 29.826707], [116.132285, 29.835971], [116.125001, 29.859579], [116.121598, 29.863693], [116.131248, 29.87036], [116.129264, 29.881807], [116.121392, 29.886057], [116.122834, 29.892849], [116.124917, 29.893219], [116.127929, 29.902523], [116.125443, 29.901783], [116.124512, 29.89913], [116.074899, 29.96157], [116.069505, 29.966144], [116.07078, 29.973831], [116.07651, 29.984422], [116.074373, 29.991754], [116.075048, 30.012887], [116.077091, 30.017935], [116.077518, 30.028808], [116.080029, 30.030557], [116.084193, 30.030549], [116.086882, 30.033284], [116.084433, 30.041836], [116.079702, 30.045448], [116.079865, 30.055119], [116.077122, 30.058252], [116.072283, 30.05861], [116.071452, 30.06785], [116.082745, 30.079981], [116.082972, 30.083222], [116.079173, 30.085353], [116.076282, 30.091189], [116.076656, 30.100949], [116.084636, 30.106662], [116.085147, 30.108782], [116.080089, 30.113382], [116.07909, 30.118381], [116.083851, 30.128857], [116.077389, 30.133585], [116.071391, 30.135586], [116.066898, 30.133992], [116.066417, 30.139668], [116.060245, 30.147363], [116.061085, 30.150443], [116.05476, 30.157182], [116.056561, 30.159359], [116.057507, 30.166398], [116.052819, 30.174255], [116.050729, 30.186291], [116.062689, 30.195254], [116.057222, 30.202709], [116.057825, 30.205374], [116.061281, 30.207798], [116.060541, 30.212258], [116.044352, 30.22114], [116.042307, 30.222838], [116.043033, 30.226216], [116.040598, 30.228532], [116.035083, 30.227407], [116.032602, 30.22489], [116.030147, 30.225756], [116.032244, 30.228572], [116.022723, 30.237477], [116.024257, 30.23997], [116.021891, 30.24389], [116.009111, 30.242588], [116.00799, 30.244031], [116.011263, 30.246602], [116.011074, 30.2483], [116.006587, 30.251782], [116.004932, 30.257649], [115.996009, 30.257349], [115.987378, 30.263175], [115.982923, 30.264058], [115.981125, 30.267822], [115.98697, 30.27109], [115.98703, 30.272916], [115.979673, 30.279485], [115.984811, 30.289633], [115.972953, 30.296523], [115.968612, 30.302258], [115.955031, 30.303398], [115.947339, 30.309989], [115.936854, 30.307634], [115.934371, 30.3128], [115.932167, 30.31159], [115.928859, 30.30335], [115.926779, 30.304656], [115.920019, 30.302563], [115.915488, 30.305867], [115.905749, 30.307586], [115.899231, 30.311613], [115.903725, 30.314623], [115.904875, 30.318924], [115.903088, 30.322155], [115.904997, 30.32602], [115.913523, 30.327881], [115.911296, 30.342708], [115.898728, 30.344971], [115.899667, 30.350143], [115.897341, 30.35421], [115.889399, 30.355955], [115.889151, 30.368177], [115.879071, 30.38368], [115.882038, 30.38862], [115.893421, 30.393768], [115.894032, 30.401102], [115.901263, 30.39998], [115.905351, 30.401386], [115.919166, 30.421259], [115.927161, 30.423117], [115.93345, 30.419979], [115.93842, 30.42291], [115.940556, 30.426822], [115.939494, 30.429729], [115.915238, 30.431615], [115.915714, 30.435539], [115.912355, 30.445881], [115.898832, 30.452522], [115.888955, 30.454255], [115.889845, 30.463774], [115.894743, 30.467144], [115.895985, 30.472248], [115.892962, 30.47837], [115.892097, 30.485884], [115.895888, 30.488072], [115.897602, 30.496201], [115.902239, 30.499841], [115.900914, 30.502434], [115.904423, 30.508925], [115.917554, 30.519847], [115.913435, 30.520927], [115.908637, 30.519857], [115.901172, 30.525391], [115.896113, 30.538419], [115.890634, 30.54389], [115.887225, 30.543817], [115.881564, 30.548414], [115.877645, 30.556762], [115.879126, 30.561289], [115.869916, 30.572009], [115.874892, 30.578435], [115.873494, 30.584133], [115.861852, 30.590807], [115.850388, 30.592374], [115.849333, 30.597175], [115.843061, 30.604331], [115.838049, 30.6022], [115.832074, 30.603063], [115.823009, 30.608141], [115.820087, 30.605216], [115.818467, 30.597806], [115.81334, 30.598947], [115.809251, 30.606479], [115.804583, 30.610942], [115.80191, 30.618653], [115.810263, 30.624448], [115.808984, 30.638179], [115.805732, 30.642375], [115.80068, 30.642196], [115.795692, 30.645853], [115.793087, 30.653975], [115.792568, 30.662302], [115.778724, 30.666166], [115.777117, 30.669486], [115.76904, 30.670324], [115.770125, 30.673406], [115.765587, 30.682219], [115.757707, 30.686212], [115.756021, 30.689884], [115.761379, 30.69513], [115.761982, 30.712403], [115.765145, 30.719558], [115.763451, 30.721265], [115.772016, 30.729661], [115.772603, 30.742103], [115.775259, 30.746077], [115.772931, 30.748891], [115.781453, 30.758474], [115.786716, 30.760795], [115.798033, 30.761889], [115.813536, 30.753051], [115.828744, 30.759076], [115.833182, 30.759588], [115.836163, 30.757035], [115.840355, 30.756323], [115.846689, 30.760243], [115.848341, 30.768853], [115.86398, 30.776566], [115.866307, 30.784501], [115.864351, 30.785061], [115.860635, 30.782909], [115.853613, 30.785951], [115.851762, 30.787864], [115.850633, 30.79706], [115.859138, 30.7982], [115.86156, 30.802941], [115.861398, 30.804915], [115.858647, 30.805592], [115.857094, 30.812187], [115.859727, 30.818764], [115.846722, 30.825645], [115.841374, 30.83277], [115.842732, 30.845519], [115.850061, 30.849187], [115.859228, 30.856858], [115.858943, 30.864969], [115.86429, 30.871429], [115.873359, 30.871997], [115.877859, 30.878242], [115.88623, 30.883196], [115.887659, 30.882135], [115.90229, 30.88497], [115.904323, 30.88772], [115.900052, 30.888313], [115.900122, 30.889671], [115.910729, 30.890073], [115.913948, 30.886949], [115.923574, 30.887975], [115.926323, 30.890204], [115.929525, 30.897479], [115.928978, 30.90099], [115.9313, 30.905904], [115.941038, 30.903761], [115.944728, 30.906675], [115.946021, 30.912181], [115.949246, 30.915525], [115.95921, 30.920197], [115.964039, 30.919982], [115.968004, 30.925954], [115.965343, 30.930654], [115.970971, 30.932414], [115.974099, 30.936833], [115.978707, 30.937331], [115.982526, 30.935716], [115.990689, 30.941554], [115.994757, 30.946734], [116.000212, 30.94673], [116.003444, 30.950846], [116.015672, 30.953136], [116.019669, 30.956151], [116.029705, 30.952847], [116.033292, 30.958914], [116.035894, 30.960211], [116.0528, 30.958415], [116.060133, 30.960021], [116.068718, 30.957799], [116.065643, 30.971814], [116.062125, 30.974328], [116.063175, 30.983285], [116.055041, 30.99822], [116.052467, 31.009404], [116.053567, 31.013921], [116.052305, 31.015576], [116.042442, 31.015805], [116.034093, 31.018145], [116.026048, 31.010769], [116.021428, 31.012013], [116.019974, 31.015113], [116.017143, 31.01617], [116.008927, 31.014533], [116.003031, 31.020479], [116.00276, 31.026108], [116.004309, 31.029202], [116.000704, 31.035365], [115.991642, 31.035084], [115.986396, 31.040225], [115.98308, 31.038494], [115.976574, 31.045031], [115.964201, 31.040307], [115.952873, 31.041928], [115.948827, 31.045542], [115.937403, 31.041579], [115.934756, 31.046996], [115.941738, 31.061568], [115.942176, 31.065414], [115.940053, 31.070423], [115.92468, 31.075055], [115.917211, 31.08202], [115.914948, 31.088715], [115.909183, 31.092649], [115.899203, 31.090886], [115.892256, 31.096785], [115.887973, 31.105389], [115.887562, 31.116937], [115.882961, 31.120646], [115.887621, 31.124974], [115.88883, 31.129024], [115.885511, 31.130275], [115.880229, 31.144613], [115.874302, 31.149954], [115.86827, 31.150726], [115.855665, 31.145497], [115.849229, 31.144599], [115.847545, 31.139885], [115.841358, 31.136357], [115.841112, 31.131189], [115.838143, 31.129897], [115.822933, 31.126715], [115.794699, 31.128942], [115.787376, 31.12677], [115.782091, 31.120489], [115.782003, 31.114528], [115.775862, 31.107165], [115.770627, 31.105518], [115.763534, 31.107972], [115.762428, 31.109354], [115.76412, 31.118832], [115.758098, 31.136086], [115.752583, 31.139699], [115.750495, 31.144944], [115.746171, 31.146986], [115.742711, 31.155075], [115.73666, 31.157697], [115.729312, 31.157809], [115.731064, 31.166756], [115.727657, 31.178015], [115.716403, 31.183114], [115.708066, 31.184132], [115.70679, 31.186541], [115.708722, 31.197239], [115.707675, 31.20184], [115.698288, 31.203082], [115.692817, 31.206251], [115.686891, 31.203723], [115.670843, 31.211977], [115.658682, 31.210894], [115.656173, 31.219661], [115.649489, 31.219747], [115.645331, 31.222495], [115.640134, 31.22213], [115.638421, 31.218261], [115.63823, 31.204498], [115.630595, 31.187399], [115.626068, 31.184573], [115.614265, 31.183357], [115.599215, 31.171265], [115.59906, 31.160882], [115.595308, 31.161439], [115.591358, 31.164671], [115.590809, 31.161073], [115.593516, 31.156354], [115.592216, 31.153388], [115.588679, 31.147881], [115.581941, 31.144231], [115.579319, 31.144738], [115.564811, 31.159471], [115.557912, 31.163183], [115.552723, 31.163635], [115.549645, 31.166553], [115.55337, 31.175719], [115.550049, 31.17704], [115.541905, 31.184911], [115.543739, 31.188953], [115.540156, 31.195105], [115.537193, 31.194134], [115.530951, 31.198675], [115.528852, 31.204785], [115.534174, 31.210243], [115.537615, 31.229575], [115.535405, 31.236173], [115.527895, 31.243925], [115.515147, 31.265961], [115.506758, 31.270898], [115.503553, 31.270202], [115.496747, 31.262818], [115.493913, 31.267292], [115.479972, 31.270478], [115.476851, 31.267435], [115.469597, 31.265064], [115.464925, 31.26966], [115.461663, 31.278494], [115.452002, 31.282894], [115.451534, 31.287851], [115.455577, 31.295459], [115.455035, 31.307139], [115.458904, 31.309919], [115.460312, 31.314518], [115.457216, 31.321716], [115.451343, 31.313878], [115.447462, 31.314277], [115.444219, 31.317285], [115.44021, 31.328136], [115.441651, 31.330891], [115.440835, 31.340063], [115.437636, 31.347493], [115.426722, 31.352302], [115.423847, 31.348384], [115.418615, 31.349023], [115.41464, 31.351761], [115.411697, 31.347975], [115.411562, 31.342778], [115.400494, 31.339094], [115.390951, 31.345843], [115.386188, 31.343923], [115.380477, 31.345316], [115.372411, 31.349961], [115.366306, 31.350858], [115.370226, 31.354584], [115.374939, 31.355074], [115.376461, 31.362639], [115.375948, 31.367968], [115.369973, 31.37384], [115.37673, 31.375514], [115.380828, 31.382038], [115.380403, 31.384373], [115.387264, 31.388443], [115.387216, 31.393391], [115.376394, 31.399797], [115.369283, 31.406578], [115.370188, 31.413273], [115.373399, 31.415465], [115.378081, 31.415863], [115.379268, 31.417915], [115.378601, 31.431884], [115.381093, 31.43546], [115.380679, 31.440525], [115.382365, 31.442209], [115.380546, 31.445723], [115.383555, 31.451978], [115.376939, 31.462093], [115.377388, 31.465801], [115.375754, 31.468901], [115.371579, 31.472259], [115.373125, 31.47669], [115.368883, 31.481512], [115.370961, 31.489117], [115.366338, 31.492187], [115.366468, 31.496197], [115.369151, 31.501261], [115.373341, 31.502524], [115.377719, 31.506722], [115.385992, 31.507716], [115.391729, 31.514128], [115.391251, 31.515517], [115.39874, 31.517983], [115.401417, 31.520398], [115.405903, 31.520815], [115.409616, 31.526098], [115.413454, 31.527271], [115.420833, 31.545075], [115.424182, 31.547815], [115.422978, 31.551745], [115.42533, 31.553786], [115.426996, 31.561448], [115.423384, 31.566345], [115.428081, 31.576949], [115.435466, 31.580706], [115.432209, 31.588915], [115.442902, 31.595716], [115.445351, 31.594665], [115.449861, 31.595845], [115.462081, 31.604313], [115.472936, 31.608616], [115.477144, 31.608396], [115.481652, 31.611765], [115.484718, 31.616709], [115.486485, 31.625026], [115.478918, 31.633913], [115.478634, 31.636872], [115.475484, 31.639004], [115.474109, 31.64337], [115.471372, 31.64419], [115.471716, 31.647266], [115.478166, 31.648673], [115.481044, 31.651721], [115.482056, 31.656668], [115.480571, 31.66148], [115.489198, 31.66786], [115.489621, 31.674997], [115.494286, 31.675323], [115.498716, 31.679857], [115.50492, 31.68138], [115.511204, 31.686701], [115.512394, 31.690764], [115.51951, 31.698241], [115.518464, 31.701682], [115.54113, 31.699109], [115.54592, 31.70482], [115.55455, 31.707161], [115.562839, 31.711722], [115.569624, 31.710869], [115.576336, 31.713469], [115.581033, 31.717381], [115.580825, 31.723474], [115.590623, 31.7271], [115.59525, 31.733689], [115.599866, 31.734064], [115.600358, 31.736405], [115.608467, 31.736782], [115.611641, 31.740406], [115.617668, 31.741716], [115.621356, 31.746364], [115.627748, 31.750103], [115.631763, 31.759813], [115.639891, 31.75971], [115.657202, 31.762888], [115.668935, 31.775257], [115.669935, 31.779108], [115.673969, 31.781261], [115.676951, 31.781643], [115.686071, 31.777941], [115.687907, 31.772802], [115.693916, 31.769591], [115.697184, 31.769119], [115.706693, 31.77377], [115.707541, 31.771209], [115.715839, 31.765007], [115.720254, 31.767036], [115.727325, 31.764852], [115.728932, 31.762968], [115.732676, 31.76486], [115.733876, 31.767433], [115.726007, 31.769375], [115.725321, 31.770856], [115.735433, 31.778612], [115.735453, 31.784943], [115.757422, 31.784522], [115.763091, 31.790087], [115.768576, 31.786461], [115.784309, 31.781454], [115.789269, 31.775072], [115.798611, 31.773429], [115.802832, 31.776021], [115.803352, 31.773329], [115.801737, 31.771682], [115.803237, 31.768377], [115.809621, 31.765182], [115.82164, 31.773806], [115.82679, 31.779697], [115.83317, 31.77522], [115.840131, 31.785879], [115.84464, 31.788337], [115.846158, 31.788468], [115.848298, 31.785331], [115.848988, 31.780766], [115.852045, 31.776041], [115.85469, 31.775551], [115.863017, 31.778304], [115.874915, 31.777318], [115.882747, 31.779155], [115.885416, 31.785472], [115.893847, 31.793842], [115.904088, 31.793841], [115.905403, 31.795195], [115.909751, 31.815126], [115.909289, 31.822066], [115.900498, 31.829511], [115.891464, 31.833394], [115.887911, 31.838228], [115.888586, 31.848893], [115.891686, 31.86003], [115.890081, 31.865246], [115.890645, 31.878598], [115.892755, 31.880159], [115.893251, 31.883805], [115.900194, 31.883309], [115.902477, 31.888251], [115.902714, 31.893267], [115.905073, 31.893972], [115.904587, 31.895736], [115.906888, 31.896953], [115.906181, 31.899481], [115.913862, 31.909683], [115.91381, 31.91411], [115.917414, 31.920545], [115.910677, 31.932344], [115.913853, 31.936537], [115.911458, 31.941486], [115.904425, 31.945104], [115.903671, 31.952447], [115.90465, 31.95553], [115.908606, 31.959099], [115.909416, 31.966618], [115.912491, 31.971406], [115.913231, 31.975921], [115.919964, 31.985465], [115.918767, 31.989207], [115.916427, 31.990368], [115.919473, 31.99355], [115.919788, 31.996409], [115.918491, 31.997263], [115.922937, 31.999188], [115.92732, 31.997436], [115.929379, 32], [115.922285, 32.009699], [115.923368, 32.022062], [115.918959, 32.024387], [115.914458, 32.030869], [115.915957, 32.035697], [115.922676, 32.038694], [115.916866, 32.052062], [115.920009, 32.057562], [115.919639, 32.060666], [115.928604, 32.060539], [115.938566, 32.077215], [115.937718, 32.080932], [115.932135, 32.08295], [115.927432, 32.087473], [115.92137, 32.107593], [115.921997, 32.111034], [115.926441, 32.115112], [115.926854, 32.123285], [115.930392, 32.12979], [115.93362, 32.141981], [115.93415, 32.148316], [115.931611, 32.154291], [115.93387, 32.164238], [115.932652, 32.169726], [115.927493, 32.178474], [115.929028, 32.183214], [115.919394, 32.190887], [115.916505, 32.206478], [115.907417, 32.231254], [115.909175, 32.240394], [115.908716, 32.253923], [115.910314, 32.258727], [115.918215, 32.268966], [115.916843, 32.273643], [115.905832, 32.286441], [115.906723, 32.298402], [115.902571, 32.30157], [115.899715, 32.3218], [115.903809, 32.327532], [115.898389, 32.341211], [115.892318, 32.348669], [115.893969, 32.393669], [115.875787, 32.434634], [115.879651, 32.45492], [115.870943, 32.460757], [115.860521, 32.460761], [115.858362, 32.462402], [115.860772, 32.466932], [115.868965, 32.473462], [115.876667, 32.475984], [115.877726, 32.493531], [115.868687, 32.500949], [115.868772, 32.505458], [115.86682, 32.507337], [115.84705, 32.507227], [115.840832, 32.50423], [115.839254, 32.506127], [115.842038, 32.511403], [115.849143, 32.518393], [115.86807, 32.528156], [115.87032, 32.533769], [115.870249, 32.542821], [115.872471, 32.545619], [115.893526, 32.557879], [115.906157, 32.569892], [115.910196, 32.570504], [115.914916, 32.567587], [115.924517, 32.569653], [115.908381, 32.579649], [115.892821, 32.58064], [115.887217, 32.57904], [115.882228, 32.569185], [115.85981, 32.543376], [115.853267, 32.538881], [115.841329, 32.534335], [115.835566, 32.528872], [115.831901, 32.520107], [115.835851, 32.50269], [115.818601, 32.504441], [115.813395, 32.498053], [115.801476, 32.490168], [115.78257, 32.470528], [115.778392, 32.467981], [115.776059, 32.469023], [115.781961, 32.480964], [115.781389, 32.488713], [115.774006, 32.500022], [115.765055, 32.507831], [115.762055, 32.506251], [115.76228, 32.497407], [115.757597, 32.486649], [115.750001, 32.481562], [115.738841, 32.478087], [115.712345, 32.488421], [115.698668, 32.49773], [115.694258, 32.496638], [115.687698, 32.491232], [115.686286, 32.48588], [115.687931, 32.48175], [115.69539, 32.474938], [115.69544, 32.471522], [115.691262, 32.469135], [115.673526, 32.46884], [115.669084, 32.467098], [115.675907, 32.454403], [115.676117, 32.444379], [115.666141, 32.41781], [115.660439, 32.410933], [115.6537, 32.409464], [115.650632, 32.411334], [115.651236, 32.421493], [115.646131, 32.426658], [115.638968, 32.418656], [115.619936, 32.407105], [115.61282, 32.416476], [115.605548, 32.421409], [115.603505, 32.427058], [115.599319, 32.428238], [115.583067, 32.423286], [115.55826, 32.405621], [115.548165, 32.409473], [115.54682, 32.413821], [115.549729, 32.415369], [115.554617, 32.412793], [115.559194, 32.413747], [115.564025, 32.417444], [115.565266, 32.422327], [115.552317, 32.425714], [115.543306, 32.425466], [115.536269, 32.437259], [115.53138, 32.441782], [115.523866, 32.440901], [115.518813, 32.443005], [115.51856, 32.450684], [115.510188, 32.452821], [115.508318, 32.454638], [115.506563, 32.463084], [115.492289, 32.494094], [115.483495, 32.500088], [115.480152, 32.509695], [115.481162, 32.513512], [115.472296, 32.513661], [115.472509, 32.52117], [115.470344, 32.523352], [115.460189, 32.52225], [115.432446, 32.53452], [115.432038, 32.537771], [115.435837, 32.539621], [115.437943, 32.543398], [115.43675, 32.548973], [115.426014, 32.554176], [115.415416, 32.553899], [115.406236, 32.560103], [115.407419, 32.567872], [115.404678, 32.578367], [115.398881, 32.579209], [115.394047, 32.575023], [115.38782, 32.573117], [115.326749, 32.563695], [115.317643, 32.556469], [115.303295, 32.554085], [115.299915, 32.554811], [115.290968, 32.56416], [115.29452, 32.570015], [115.299935, 32.58546], [115.295544, 32.590161], [115.27575, 32.593303], [115.277036, 32.589134], [115.275673, 32.586916], [115.260372, 32.580177], [115.248844, 32.587742], [115.249174, 32.589387], [115.254521, 32.589797], [115.256246, 32.591325], [115.25076, 32.597388], [115.244652, 32.594652], [115.237484, 32.595237], [115.234278, 32.591442], [115.229151, 32.590071], [115.223858, 32.592773], [115.21718, 32.592282], [115.211061, 32.589346], [115.20669, 32.59069], [115.203629, 32.594649], [115.194045, 32.59462], [115.191753, 32.600537], [115.186254, 32.604951], [115.191887, 32.609753], [115.19595, 32.610082], [115.202095, 32.61603], [115.194027, 32.620981], [115.19799, 32.62944], [115.195692, 32.635646], [115.194069, 32.635839], [115.191783, 32.632957], [115.189001, 32.633566], [115.189327, 32.644858], [115.198303, 32.656383], [115.200433, 32.662796], [115.200525, 32.6694], [115.193668, 32.673765], [115.180103, 32.664649], [115.175087, 32.66289], [115.172081, 32.663928], [115.169698, 32.668978], [115.179026, 32.671292], [115.179364, 32.673543], [115.179515, 32.680732], [115.174693, 32.680266], [115.174355, 32.685546], [115.174736, 32.69949], [115.178857, 32.724343], [115.174217, 32.728412], [115.171945, 32.741149], [115.172116, 32.742852], [115.176114, 32.744534], [115.184863, 32.770229], [115.183783, 32.774143], [115.175596, 32.780649], [115.175986, 32.788388], [115.185237, 32.792896], [115.188395, 32.788418], [115.194807, 32.785707], [115.207266, 32.788167], [115.206408, 32.797289], [115.201772, 32.800426], [115.197157, 32.800474], [115.189676, 32.803909], [115.184779, 32.808819], [115.185148, 32.815975], [115.190868, 32.825498], [115.191598, 32.831431], [115.185809, 32.831486], [115.183509, 32.832968], [115.18334, 32.840233], [115.18549, 32.843416], [115.195157, 32.8421], [115.198661, 32.847911], [115.194496, 32.857138], [115.186882, 32.858789], [115.169954, 32.857676], [115.159002, 32.861639], [115.149646, 32.868213], [115.150306, 32.880338], [115.139941, 32.883848], [115.137389, 32.896089], [115.127447, 32.900608], [115.108136, 32.901179], [115.102978, 32.897326], [115.095513, 32.895891], [115.082005, 32.904132], [115.069762, 32.905373], [115.055604, 32.904517], [115.037227, 32.908191], [115.028434, 32.904951], [115.016013, 32.909422], [115.018909, 32.917786], [115.030199, 32.916947], [115.032313, 32.920318], [115.037219, 32.933298], [115.036549, 32.937693], [115.033673, 32.939754], [115.029734, 32.939438], [115.024925, 32.933897], [115.012719, 32.934911], [115.008852, 32.940986], [114.999566, 32.942104], [114.961082, 32.941031], [114.951161, 32.936416], [114.94145, 32.934742], [114.936198, 32.936286], [114.929452, 32.953275], [114.913754, 32.970159], [114.903023, 32.972639], [114.89147, 32.972787], [114.881238, 32.976246], [114.878701, 32.987525], [114.879158, 32.993482], [114.896992, 33.001396], [114.894943, 33.010159], [114.887675, 33.022431], [114.909936, 33.018182], [114.920171, 33.01883], [114.927292, 33.02726], [114.925726, 33.032397], [114.917712, 33.038305], [114.915419, 33.067491], [114.91142, 33.0826], [114.906154, 33.086617], [114.892516, 33.086478], [114.892374, 33.102295], [114.899783, 33.110948], [114.900073, 33.116316], [114.899868, 33.124011], [114.893933, 33.12849], [114.90274, 33.138382], [114.922277, 33.140891], [114.928179, 33.145993], [114.929221, 33.152266], [114.927018, 33.153915], [114.927491, 33.156564], [114.972712, 33.14879], [114.97602, 33.14943], [114.972798, 33.144122], [114.966288, 33.141618], [114.963348, 33.135278], [114.970781, 33.127944], [114.98136, 33.122591], [114.984989, 33.117538], [114.985639, 33.106434], [114.989937, 33.099716], [115.008074, 33.097245], [115.015654, 33.090229], [115.0328, 33.088509], [115.038568, 33.091405], [115.039468, 33.094704], [115.043398, 33.096367], [115.048055, 33.095905], [115.047159, 33.09122], [115.048296, 33.087956], [115.057896, 33.07979], [115.059519, 33.084003], [115.064523, 33.08871], [115.0796, 33.090021], [115.088005, 33.088702], [115.087896, 33.085866], [115.089506, 33.084843], [115.113533, 33.077137], [115.119639, 33.080492], [115.132169, 33.083135], [115.150126, 33.081333], [115.167565, 33.094894], [115.167845, 33.096428], [115.164442, 33.096864], [115.162, 33.099108], [115.166737, 33.111852], [115.186244, 33.119918], [115.192977, 33.121968], [115.201832, 33.118989], [115.228749, 33.127173], [115.235084, 33.129832], [115.238342, 33.138672], [115.241567, 33.138552], [115.241677, 33.1361], [115.253171, 33.13521], [115.270982, 33.140669], [115.283375, 33.134794], [115.284956, 33.138276], [115.282606, 33.139796], [115.283808, 33.144576], [115.290031, 33.144742], [115.294699, 33.142596], [115.295986, 33.143499], [115.297563, 33.150219], [115.293898, 33.163836], [115.290767, 33.185739], [115.285649, 33.192995], [115.288617, 33.202554], [115.291791, 33.20526], [115.300187, 33.207281], [115.306156, 33.206645], [115.319566, 33.211908], [115.323514, 33.217077], [115.32406, 33.218467], [115.322056, 33.219054], [115.309847, 33.219385], [115.308616, 33.221082], [115.311873, 33.228116], [115.316792, 33.228653], [115.324943, 33.235208], [115.325268, 33.239634], [115.323132, 33.24606], [115.327226, 33.256376], [115.338228, 33.264107], [115.335444, 33.268107], [115.333574, 33.277871], [115.327753, 33.285752], [115.32931, 33.299636], [115.337557, 33.303074], [115.344363, 33.302995], [115.346083, 33.301759], [115.346419, 33.298465], [115.355731, 33.299957], [115.354496, 33.316275], [115.356445, 33.327265], [115.361848, 33.333387], [115.359388, 33.341761], [115.345533, 33.343425], [115.344205, 33.351728], [115.336642, 33.362499], [115.335723, 33.366769], [115.337902, 33.369142], [115.337584, 33.373446], [115.325339, 33.373814], [115.32647, 33.369745], [115.318669, 33.365872], [115.315842, 33.365959], [115.311654, 33.368066], [115.30831, 33.375449], [115.307218, 33.390777], [115.31923, 33.39478], [115.324781, 33.400643], [115.324808, 33.403708], [115.321726, 33.409742], [115.316374, 33.410824], [115.311197, 33.423401], [115.313355, 33.44575], [115.318986, 33.457059], [115.335994, 33.446119], [115.341867, 33.447163], [115.345725, 33.455201], [115.345764, 33.458249], [115.343524, 33.460662], [115.340555, 33.460685], [115.337228, 33.463723], [115.337498, 33.466467], [115.342096, 33.470712], [115.345517, 33.473516], [115.347276, 33.472656], [115.347581, 33.475851], [115.345099, 33.489854], [115.339978, 33.501108], [115.339987, 33.505164], [115.353517, 33.511727], [115.360683, 33.525022], [115.39327, 33.505926], [115.395816, 33.507883], [115.399074, 33.51795], [115.399435, 33.53519], [115.404776, 33.551486], [115.410206, 33.556757], [115.445068, 33.565678], [115.444077, 33.568654], [115.446457, 33.570505], [115.455802, 33.571553], [115.463005, 33.559146], [115.471599, 33.559072], [115.494655, 33.568216], [115.496475, 33.567589], [115.496785, 33.564573], [115.494362, 33.560261], [115.504353, 33.558641], [115.508268, 33.55905], [115.528827, 33.569325], [115.536542, 33.570624], [115.541039, 33.570045], [115.542539, 33.567021], [115.548151, 33.564268], [115.553594, 33.565376], [115.556934, 33.577995], [115.597103, 33.580256], [115.611835, 33.575306], [115.615375, 33.584323], [115.630396, 33.586067], [115.635227, 33.583457], [115.619437, 33.627995], [115.609467, 33.638078], [115.594904, 33.662035], [115.595957, 33.662046], [115.595521, 33.667823], [115.597704, 33.675206], [115.596009, 33.677419], [115.590364, 33.678439], [115.593843, 33.68811], [115.599407, 33.691335], [115.590484, 33.704219], [115.591155, 33.713611], [115.597148, 33.718249], [115.592769, 33.727106], [115.591865, 33.734219], [115.572386, 33.754319], [115.565304, 33.769988], [115.560058, 33.76941], [115.557102, 33.771205], [115.55846, 33.775958], [115.562486, 33.781105], [115.569893, 33.788909], [115.575354, 33.791318], [115.582816, 33.786498], [115.608291, 33.777537], [115.615906, 33.814916], [115.606584, 33.822053], [115.616381, 33.824762], [115.622028, 33.840446], [115.629487, 33.841016], [115.631211, 33.844942], [115.629319, 33.86845], [115.61911, 33.87548], [115.613244, 33.875164], [115.599358, 33.868615], [115.586622, 33.869906], [115.573057, 33.878832], [115.56517, 33.877843], [115.55724, 33.872948], [115.553242, 33.874118], [115.550933, 33.878457], [115.540758, 33.876841], [115.540124, 33.883913], [115.540443, 33.893343], [115.545904, 33.893109], [115.549212, 33.898631], [115.54984, 33.905799], [115.560316, 33.911915], [115.555415, 33.915373], [115.554832, 33.921692], [115.557453, 33.931672], [115.561912, 33.932432], [115.564343, 33.949472], [115.565332, 33.950878], [115.57202, 33.952072], [115.572183, 33.975034], [115.582142, 33.977781], [115.587666, 33.982184], [115.585725, 33.988521], [115.580286, 33.989737], [115.577492, 33.99238], [115.583637, 34.013837], [115.598219, 34.012048], [115.600949, 34.016887], [115.597235, 34.02319], [115.598859, 34.035241], [115.628111, 34.037043], [115.628707, 34.033626], [115.632572, 34.03265], [115.641755, 34.033127], [115.645486, 34.035286], [115.649757, 34.058122], [115.646215, 34.063441], [115.649256, 34.064781], [115.657057, 34.064768], [115.661163, 34.058878], [115.664532, 34.058474], [115.670914, 34.060483], [115.679201, 34.06804], [115.693135, 34.067665], [115.701258, 34.066116], [115.701912, 34.064313], [115.707791, 34.06392], [115.728589, 34.081038], [115.734628, 34.080095], [115.736484, 34.076715], [115.73556, 34.073196], [115.753281, 34.070033], [115.752967, 34.061706], [115.765057, 34.06167], [115.772183, 34.063696], [115.777302, 34.07197], [115.786305, 34.066872], [115.808806, 34.066237], [115.812264, 34.063247], [115.812779, 34.059359], [115.809442, 34.053287], [115.822916, 34.042534], [115.831878, 34.03263], [115.8427, 34.032322], [115.84523, 34.030754], [115.847827, 34.024926], [115.84619, 34.006135], [115.850215, 34.004228], [115.871572, 34.004589], [115.870489, 34.021613], [115.874462, 34.030469], [115.891898, 34.029593], [115.896333, 34.02399], [115.895857, 34.022367], [115.893231, 34.02166], [115.88865, 34.023173], [115.888262, 34.015628], [115.9009, 34.002644], [115.906884, 34.001646], [115.922773, 34.01229], [115.931975, 34.005596], [115.945742, 34.004153], [115.949199, 34.005919], [115.973713, 33.995588], [115.974819, 33.99351], [115.980071, 33.992415], [115.984191, 33.979509], [115.995319, 33.969169], [115.999151, 33.960718], [115.988674, 33.9469], [115.98712, 33.936325], [115.976897, 33.931037], [115.974544, 33.915227], [115.979974, 33.902794], [115.989667, 33.898949], [115.995404, 33.90317], [116.004641, 33.901185], [116.006959, 33.898819], [116.00978, 33.88852], [116.02138, 33.885838], [116.025337, 33.88053], [116.036611, 33.878162], [116.040874, 33.874858], [116.052783, 33.852408], [116.059959, 33.848293], [116.060057, 33.845872], [116.057431, 33.825624], [116.052156, 33.830325], [116.041826, 33.832457], [116.039652, 33.829459], [116.038705, 33.822258], [116.042576, 33.820787], [116.04521, 33.821432], [116.045608, 33.823498], [116.053054, 33.822094], [116.055721, 33.813005], [116.054122, 33.809436], [116.054423, 33.803719], [116.062359, 33.797354], [116.066846, 33.79077], [116.064615, 33.784593], [116.067752, 33.781761], [116.075246, 33.781428], [116.075747, 33.783747], [116.094164, 33.783773], [116.095698, 33.779926], [116.093019, 33.773711], [116.095991, 33.772617], [116.098318, 33.764775], [116.103849, 33.759608], [116.117108, 33.756484], [116.127163, 33.750157], [116.13563, 33.739859], [116.140046, 33.726906], [116.148752, 33.71605], [116.150535, 33.709584], [116.153755, 33.70875], [116.175282, 33.707591], [116.184923, 33.71099], [116.189405, 33.72398], [116.197661, 33.728774], [116.19919, 33.727484], [116.198141, 33.722256], [116.201311, 33.720201], [116.217081, 33.722758], [116.221081, 33.726036], [116.223068, 33.730138], [116.222406, 33.732883], [116.219925, 33.733572], [116.216102, 33.73815], [116.23187, 33.745528], [116.23539, 33.74573], [116.237344, 33.733331], [116.24889, 33.727148], [116.255607, 33.726696], [116.2588, 33.729548], [116.260852, 33.739467], [116.267231, 33.749881], [116.27314, 33.754242], [116.291101, 33.754855], [116.298313, 33.753263], [116.308529, 33.766698], [116.32346, 33.77031], [116.326225, 33.777525], [116.332611, 33.783916], [116.340855, 33.7826], [116.343607, 33.778123], [116.345721, 33.777373], [116.37553, 33.780975], [116.377832, 33.78356], [116.388786, 33.785347], [116.39404, 33.794814], [116.395983, 33.80256], [116.401019, 33.80717], [116.409998, 33.804482], [116.417352, 33.796721], [116.420672, 33.798874], [116.427206, 33.796442], [116.428598, 33.799137], [116.432255, 33.800772], [116.427699, 33.815944], [116.431357, 33.843146], [116.434315, 33.848287], [116.452373, 33.850847], [116.454479, 33.855356], [116.45327, 33.857696], [116.454005, 33.861688], [116.46986, 33.864939], [116.479056, 33.870918], [116.495528, 33.866151], [116.51043, 33.867906], [116.515831, 33.869386], [116.518083, 33.881278], [116.519402, 33.88195], [116.526535, 33.883371], [116.53146, 33.881341], [116.534118, 33.875789], [116.553122, 33.882017], [116.5534, 33.887744], [116.550716, 33.895064], [116.551518, 33.900922], [116.557213, 33.909539], [116.568481, 33.913676], [116.570248, 33.91425], [116.576013, 33.907015], [116.575834, 33.901824], [116.582763, 33.900443], [116.595356, 33.900917], [116.599573, 33.898318], [116.599922, 33.894745], [116.609492, 33.889435], [116.637596, 33.885059], [116.644088, 33.899816], [116.642105, 33.9037], [116.634818, 33.908475], [116.636003, 33.928445], [116.641104, 33.936588], [116.636842, 33.94554], [116.640015, 33.95273], [116.642805, 33.952736], [116.643955, 33.956902], [116.644816, 33.974936], [116.64048, 33.975001], [116.63403, 33.980548], [116.632863, 33.978931], [116.628291, 33.980448], [116.614495, 33.993312], [116.60134, 34.002105], [116.602198, 34.009668], [116.597626, 34.016638], [116.598865, 34.024281], [116.591315, 34.040271], [116.58201, 34.047495], [116.581267, 34.052005], [116.576498, 34.055799], [116.575175, 34.060828], [116.564717, 34.072853], [116.560445, 34.086168], [116.549819, 34.098042], [116.53592, 34.098298], [116.534461, 34.101933], [116.536208, 34.111142], [116.528899, 34.117251], [116.527022, 34.122468], [116.529738, 34.142861], [116.547927, 34.169124], [116.556906, 34.168128], [116.559732, 34.169997], [116.560636, 34.174715], [116.555911, 34.179827], [116.555069, 34.187745], [116.548437, 34.188564], [116.54131, 34.196309], [116.538473, 34.206022], [116.537519, 34.221156], [116.538503, 34.225475], [116.54192, 34.230086], [116.538771, 34.241726], [116.540862, 34.243652], [116.548975, 34.243545], [116.555284, 34.249916], [116.563654, 34.253398], [116.577035, 34.267691], [116.579663, 34.276662], [116.561219, 34.280462], [116.560732, 34.284607], [116.550058, 34.292704], [116.525726, 34.291781], [116.518854, 34.292501], [116.516281, 34.294981], [116.507995, 34.296585], [116.490748, 34.294059], [116.491039, 34.291891], [116.475362, 34.272747], [116.471681, 34.271857], [116.446718, 34.272133], [116.443229, 34.283287], [116.449377, 34.288044], [116.442861, 34.289702], [116.434888, 34.287763], [116.427655, 34.281948], [116.425934, 34.277161], [116.427652, 34.271358], [116.410658, 34.269484], [116.400541, 34.277687], [116.375771, 34.274211], [116.366549, 34.268829], [116.359096, 34.272698], [116.356864, 34.280693], [116.365047, 34.290891], [116.369495, 34.292759], [116.369736, 34.299061], [116.362669, 34.311366], [116.351955, 34.320038], [116.345059, 34.328255], [116.341519, 34.326181], [116.326495, 34.325989], [116.322678, 34.334529], [116.308352, 34.339541], [116.303993, 34.335716], [116.301606, 34.336569], [116.291978, 34.348933], [116.290666, 34.352729], [116.293174, 34.353284], [116.293646, 34.355097], [116.293236, 34.357497], [116.290104, 34.360216], [116.278611, 34.358689], [116.271813, 34.361454], [116.265625, 34.370294], [116.250618, 34.379341], [116.245003, 34.380055], [116.235603, 34.374279], [116.227657, 34.375119], [116.227844, 34.38193], [116.214864, 34.377266], [116.205256, 34.380783], [116.201524, 34.383431], [116.201453, 34.391077], [116.205111, 34.401617], [116.211326, 34.401999], [116.213164, 34.407074], [116.202323, 34.415284], [116.196179, 34.414745], [116.190061, 34.421522], [116.190495, 34.425109], [116.180524, 34.425326], [116.179308, 34.423836], [116.175296, 34.425859], [116.17418, 34.426984], [116.175014, 34.43073], [116.180604, 34.430447], [116.17933, 34.437994], [116.175401, 34.443808], [116.164456, 34.445319], [116.152982, 34.451022], [116.15406, 34.45883], [116.157063, 34.458518], [116.161004, 34.464349], [116.163401, 34.473981], [116.170472, 34.474202], [116.171507, 34.475741], [116.175113, 34.493435], [116.187274, 34.503805], [116.201378, 34.507721], [116.203351, 34.513261], [116.203475, 34.51479], [116.187038, 34.530115], [116.191255, 34.54862], [116.19314, 34.548815], [116.196165, 34.560736], [116.196039, 34.568391], [116.191248, 34.576896], [116.197098, 34.579475], [116.211059, 34.575995], [116.218618, 34.56984], [116.224181, 34.557619], [116.231084, 34.554615], [116.243507, 34.553365], [116.247489, 34.56353], [116.261831, 34.581033], [116.277161, 34.582377], [116.278279, 34.593595], [116.274259, 34.600192], [116.273665, 34.606054], [116.289794, 34.606998], [116.301838, 34.600112], [116.313576, 34.598533], [116.319861, 34.601505], [116.323555, 34.605988], [116.330485, 34.622738], [116.339015, 34.622119], [116.363136, 34.629644], [116.369737, 34.637522], [116.37516, 34.637963], [116.381702, 34.634616], [116.386464, 34.638032], [116.391288, 34.648507], [116.399769, 34.646931], [116.404052, 34.643606], [116.412346, 34.650501], [116.424854, 34.65234]]] + } + }, { + "type": "Feature", + "properties": { + "name": "福建省", + "province_adcode": 350000, + "province_type": "省", + "name_en": "Fujian", + "name_var": "Fú Jiàn", + "adcode": 350000 + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [[[[117.292284, 23.59563], [117.284028, 23.593494], [117.284289, 23.598143], [117.289283, 23.603771], [117.29279, 23.602226], [117.294153, 23.599518], [117.292284, 23.59563]]], [[[117.32745, 23.609257], [117.318748, 23.608517], [117.31662, 23.603495], [117.310161, 23.603271], [117.30843, 23.605258], [117.312366, 23.611374], [117.321729, 23.613513], [117.329666, 23.613487], [117.32745, 23.609257]]], [[[117.55507, 23.728979], [117.548802, 23.72853], [117.543771, 23.730985], [117.543024, 23.732911], [117.546585, 23.733269], [117.548853, 23.73606], [117.547146, 23.740725], [117.549669, 23.74133], [117.549062, 23.739102], [117.551925, 23.736595], [117.55507, 23.728979]]], [[[117.703631, 23.781449], [117.714649, 23.780382], [117.719912, 23.777505], [117.721066, 23.773301], [117.717173, 23.775369], [117.712781, 23.772446], [117.708147, 23.771736], [117.703631, 23.781449]]], [[[117.685953, 23.784331], [117.688537, 23.777575], [117.685068, 23.778331], [117.683635, 23.782003], [117.677964, 23.783753], [117.679063, 23.785779], [117.684419, 23.787363], [117.685953, 23.784331]]], [[[117.725713, 23.788628], [117.719129, 23.790465], [117.718939, 23.793355], [117.726416, 23.793365], [117.725713, 23.788628]]], [[[117.669152, 23.789235], [117.666708, 23.790961], [117.664682, 23.797877], [117.664003, 23.803234], [117.665596, 23.805701], [117.668618, 23.800045], [117.66829, 23.795333], [117.671626, 23.791491], [117.669152, 23.789235]]], [[[117.762596, 23.816994], [117.7597, 23.815058], [117.753788, 23.814365], [117.755971, 23.816873], [117.760948, 23.818664], [117.762596, 23.816994]]], [[[117.443062, 23.927115], [117.448012, 23.923772], [117.445502, 23.918629], [117.430566, 23.925882], [117.430082, 23.930529], [117.433703, 23.931188], [117.443062, 23.927115]]], [[[118.149126, 24.322144], [118.144331, 24.322397], [118.140588, 24.339365], [118.14138, 24.340885], [118.144169, 24.341053], [118.150986, 24.334394], [118.147317, 24.332458], [118.146079, 24.329434], [118.151148, 24.324612], [118.149126, 24.322144]]], [[[118.075224, 24.373215], [118.070064, 24.370894], [118.064077, 24.372438], [118.0612, 24.378897], [118.062696, 24.382674], [118.067145, 24.385527], [118.073402, 24.384765], [118.076198, 24.382292], [118.0774, 24.378479], [118.075224, 24.373215]]], [[[118.16518, 24.38886], [118.17261, 24.388319], [118.172286, 24.385806], [118.167652, 24.384557], [118.163311, 24.387041], [118.158833, 24.393098], [118.161048, 24.396246], [118.164708, 24.395529], [118.163683, 24.392389], [118.16518, 24.38886]]], [[[117.919229, 24.403528], [117.910472, 24.401595], [117.905677, 24.404035], [117.914342, 24.406303], [117.917444, 24.406039], [117.919229, 24.403528]]], [[[117.958478, 24.40278], [117.942293, 24.405707], [117.937405, 24.408508], [117.958125, 24.417442], [117.97867, 24.413402], [117.976047, 24.406883], [117.958478, 24.40278]]], [[[118.007521, 24.43204], [118.00212, 24.431786], [118.001144, 24.435671], [118.005034, 24.436883], [118.010186, 24.434381], [118.007521, 24.43204]]], [[[118.26693, 24.437341], [118.262541, 24.422514], [118.257598, 24.425368], [118.251038, 24.424268], [118.245517, 24.418576], [118.232268, 24.412812], [118.2258, 24.405412], [118.214194, 24.409768], [118.212018, 24.412231], [118.219544, 24.414997], [118.225573, 24.422258], [118.229211, 24.44416], [118.231841, 24.448373], [118.246365, 24.452857], [118.250947, 24.452343], [118.264518, 24.443505], [118.267655, 24.443169], [118.26693, 24.437341]]], [[[118.069429, 24.441123], [118.066069, 24.439143], [118.064466, 24.442006], [118.053555, 24.444971], [118.05601, 24.454313], [118.061732, 24.45581], [118.070477, 24.44738], [118.071317, 24.444098], [118.069429, 24.441123]]], [[[117.910416, 24.477769], [117.923314, 24.470136], [117.924665, 24.468499], [117.924247, 24.46433], [117.915259, 24.468098], [117.905559, 24.477238], [117.910416, 24.477769]]], [[[118.43245, 24.509162], [118.449824, 24.508754], [118.447438, 24.500756], [118.455696, 24.482955], [118.461241, 24.478957], [118.46175, 24.464301], [118.46368, 24.455976], [118.468335, 24.450535], [118.472685, 24.45087], [118.4725, 24.441415], [118.470391, 24.440445], [118.468008, 24.442043], [118.464527, 24.441699], [118.460167, 24.437716], [118.45954, 24.435907], [118.464132, 24.429025], [118.456886, 24.421489], [118.439051, 24.413639], [118.43421, 24.413857], [118.431678, 24.419724], [118.428149, 24.423296], [118.410717, 24.428748], [118.408585, 24.431858], [118.402827, 24.434861], [118.386588, 24.435337], [118.374501, 24.43277], [118.350121, 24.420558], [118.338757, 24.40692], [118.330795, 24.388502], [118.320194, 24.385788], [118.318606, 24.388219], [118.293425, 24.40084], [118.278129, 24.413467], [118.278872, 24.414824], [118.300389, 24.418177], [118.307758, 24.425761], [118.309468, 24.431946], [118.309134, 24.441005], [118.304457, 24.45194], [118.303104, 24.461612], [118.288618, 24.469951], [118.292381, 24.478178], [118.303264, 24.485598], [118.311202, 24.489653], [118.313804, 24.489302], [118.340221, 24.469481], [118.351121, 24.464352], [118.377197, 24.460699], [118.385793, 24.4694], [118.387563, 24.483152], [118.395482, 24.491956], [118.394089, 24.506757], [118.411554, 24.517524], [118.411563, 24.525592], [118.418891, 24.527908], [118.422561, 24.527065], [118.427294, 24.521573], [118.43245, 24.509162]]], [[[118.192323, 24.473141], [118.1897, 24.470317], [118.185775, 24.472516], [118.176258, 24.459742], [118.137104, 24.430482], [118.131842, 24.423747], [118.11869, 24.42757], [118.114897, 24.430048], [118.10128, 24.430367], [118.09452, 24.434627], [118.084956, 24.436137], [118.066867, 24.45897], [118.066225, 24.462815], [118.070458, 24.47804], [118.069205, 24.485652], [118.071247, 24.497584], [118.077994, 24.510579], [118.087882, 24.540566], [118.102103, 24.555111], [118.111783, 24.555417], [118.137531, 24.559964], [118.141356, 24.559232], [118.15311, 24.54716], [118.160673, 24.546586], [118.17488, 24.54091], [118.190379, 24.532846], [118.193713, 24.528494], [118.194372, 24.495686], [118.197307, 24.485167], [118.192323, 24.473141]]], [[[118.376526, 24.554695], [118.374771, 24.555141], [118.374593, 24.55851], [118.379649, 24.561209], [118.390505, 24.562726], [118.39342, 24.561209], [118.39229, 24.55877], [118.387442, 24.556718], [118.376526, 24.554695]]], [[[118.322799, 24.570876], [118.328295, 24.571218], [118.336831, 24.568214], [118.338666, 24.569305], [118.349849, 24.567722], [118.372512, 24.562288], [118.373857, 24.559111], [118.366201, 24.549546], [118.368923, 24.541862], [118.357837, 24.534603], [118.349789, 24.539157], [118.343042, 24.537054], [118.337157, 24.537485], [118.337771, 24.541034], [118.334381, 24.543989], [118.327255, 24.543521], [118.321935, 24.546185], [118.320623, 24.539817], [118.313634, 24.543498], [118.307855, 24.549556], [118.29006, 24.559958], [118.291624, 24.567859], [118.305264, 24.575468], [118.315709, 24.576569], [118.322799, 24.570876]]], [[[118.774272, 24.834217], [118.77679, 24.830344], [118.776153, 24.828345], [118.764947, 24.828577], [118.764905, 24.831213], [118.774272, 24.834217]]], [[[119.461556, 24.992445], [119.460741, 24.988787], [119.457492, 24.989165], [119.455746, 24.987525], [119.452255, 24.988674], [119.444599, 24.995504], [119.454407, 24.995848], [119.461556, 24.992445]]], [[[119.027444, 25.031081], [119.024089, 25.032462], [119.021132, 25.040804], [119.022112, 25.042873], [119.027301, 25.04085], [119.026257, 25.037405], [119.029361, 25.033411], [119.027444, 25.031081]]], [[[119.041151, 25.078837], [119.038312, 25.075537], [119.035887, 25.07567], [119.034178, 25.080214], [119.040963, 25.084868], [119.042553, 25.082139], [119.041151, 25.078837]]], [[[119.15266, 25.095677], [119.14817, 25.095373], [119.140024, 25.086834], [119.134033, 25.087403], [119.129939, 25.080726], [119.130009, 25.070837], [119.136141, 25.068607], [119.132234, 25.059986], [119.135257, 25.057953], [119.139989, 25.05868], [119.140815, 25.055882], [119.130248, 25.050548], [119.129314, 25.046735], [119.126285, 25.045221], [119.124005, 25.035776], [119.119228, 25.032621], [119.122707, 25.026979], [119.115298, 25.026192], [119.114877, 25.029066], [119.116954, 25.032422], [119.110122, 25.039525], [119.108944, 25.043785], [119.094915, 25.049691], [119.091297, 25.051704], [119.090733, 25.053677], [119.108035, 25.049514], [119.116455, 25.052131], [119.118153, 25.060144], [119.116938, 25.064357], [119.106976, 25.075846], [119.111437, 25.083817], [119.125898, 25.094977], [119.141389, 25.094596], [119.146946, 25.101819], [119.152199, 25.105002], [119.15266, 25.095677]]], [[[119.367079, 25.124729], [119.369672, 25.122504], [119.372849, 25.123139], [119.368856, 25.119215], [119.362164, 25.120942], [119.36331, 25.129706], [119.3652, 25.131159], [119.367786, 25.126937], [119.367079, 25.124729]]], [[[118.994038, 25.180221], [118.99045, 25.174855], [118.990817, 25.181555], [118.997947, 25.189445], [119.000351, 25.189692], [118.999999, 25.186003], [118.994038, 25.180221]]], [[[119.029834, 25.188453], [119.02926, 25.182012], [119.023617, 25.174712], [119.018115, 25.173403], [119.013623, 25.174533], [119.012017, 25.177389], [119.012746, 25.186325], [119.015296, 25.187667], [119.017299, 25.185926], [119.027692, 25.191604], [119.029834, 25.188453]]], [[[119.595714, 25.189107], [119.588234, 25.190836], [119.586437, 25.19285], [119.590484, 25.196869], [119.594214, 25.19717], [119.59696, 25.19179], [119.595714, 25.189107]]], [[[119.642631, 25.230492], [119.635101, 25.230991], [119.633589, 25.234221], [119.640545, 25.234548], [119.642894, 25.2327], [119.642631, 25.230492]]], [[[119.59504, 25.241463], [119.590669, 25.239108], [119.584098, 25.241712], [119.587761, 25.244848], [119.591894, 25.245257], [119.59504, 25.241463]]], [[[119.5841, 25.251181], [119.582069, 25.245832], [119.575297, 25.253979], [119.578229, 25.254722], [119.5841, 25.251181]]], [[[119.479188, 25.242037], [119.482472, 25.241966], [119.488343, 25.246662], [119.490623, 25.245455], [119.491712, 25.231245], [119.49028, 25.225207], [119.491896, 25.222753], [119.504092, 25.213258], [119.517047, 25.206446], [119.534752, 25.2023], [119.55517, 25.206908], [119.567325, 25.212149], [119.568679, 25.210094], [119.572034, 25.210006], [119.572448, 25.204236], [119.569045, 25.199764], [119.558793, 25.196825], [119.551625, 25.199174], [119.546807, 25.198933], [119.535601, 25.186786], [119.535492, 25.18345], [119.542571, 25.182689], [119.54783, 25.176598], [119.549557, 25.167678], [119.535309, 25.165575], [119.503285, 25.175786], [119.500358, 25.180354], [119.498427, 25.188801], [119.481041, 25.193704], [119.469219, 25.202888], [119.457574, 25.204769], [119.4485, 25.204225], [119.44172, 25.20689], [119.44086, 25.217478], [119.445544, 25.220553], [119.445281, 25.229188], [119.452705, 25.236826], [119.457701, 25.24475], [119.461842, 25.246677], [119.467624, 25.258027], [119.471835, 25.258741], [119.475476, 25.245963], [119.479188, 25.242037]]], [[[119.630468, 25.25841], [119.62412, 25.256156], [119.620988, 25.257929], [119.6222, 25.260497], [119.625848, 25.261228], [119.630763, 25.260579], [119.630468, 25.25841]]], [[[119.574029, 25.265377], [119.567171, 25.263377], [119.568314, 25.270511], [119.575788, 25.269244], [119.574029, 25.265377]]], [[[119.524348, 25.275667], [119.523953, 25.270013], [119.519359, 25.270949], [119.51303, 25.267674], [119.509501, 25.27094], [119.509458, 25.274757], [119.513514, 25.276255], [119.51495, 25.28139], [119.512043, 25.282526], [119.513025, 25.28299], [119.516237, 25.282298], [119.524348, 25.275667]]], [[[119.759166, 25.293829], [119.756244, 25.29318], [119.754123, 25.298966], [119.756136, 25.305063], [119.758257, 25.304933], [119.762059, 25.301073], [119.762906, 25.295969], [119.759166, 25.293829]]], [[[119.370738, 25.328206], [119.367429, 25.328043], [119.360417, 25.330961], [119.355675, 25.334396], [119.356006, 25.335523], [119.362624, 25.333959], [119.369421, 25.330402], [119.370738, 25.328206]]], [[[119.699882, 25.336008], [119.6939, 25.334633], [119.694904, 25.326133], [119.698709, 25.321604], [119.70153, 25.321028], [119.706453, 25.323245], [119.707034, 25.318484], [119.70259, 25.320127], [119.699777, 25.315967], [119.690612, 25.314405], [119.688536, 25.308875], [119.684219, 25.309354], [119.686157, 25.31436], [119.69097, 25.317331], [119.684465, 25.323445], [119.684314, 25.331811], [119.689154, 25.334127], [119.689338, 25.33825], [119.696608, 25.344073], [119.698685, 25.341899], [119.699882, 25.336008]]], [[[119.4841, 25.336545], [119.484416, 25.334022], [119.482482, 25.332844], [119.478347, 25.333076], [119.475556, 25.335732], [119.462178, 25.3374], [119.46679, 25.347413], [119.469472, 25.349606], [119.483815, 25.354142], [119.480743, 25.342763], [119.481395, 25.33937], [119.4841, 25.336545]]], [[[119.255305, 25.35162], [119.253891, 25.351517], [119.252468, 25.356615], [119.255663, 25.360277], [119.259, 25.359301], [119.259272, 25.356801], [119.255305, 25.35162]]], [[[119.727105, 25.376152], [119.731113, 25.365366], [119.715962, 25.359418], [119.704051, 25.357471], [119.696309, 25.361219], [119.694034, 25.36909], [119.699951, 25.370686], [119.703401, 25.374285], [119.713187, 25.374731], [119.720683, 25.381117], [119.724561, 25.379475], [119.727105, 25.376152]]], [[[119.663694, 25.406359], [119.661974, 25.406055], [119.657562, 25.411195], [119.657505, 25.416576], [119.660456, 25.420173], [119.657545, 25.422377], [119.65776, 25.429034], [119.664661, 25.42838], [119.667298, 25.424121], [119.666997, 25.420561], [119.663655, 25.417665], [119.663694, 25.406359]]], [[[119.393955, 25.438546], [119.397642, 25.436393], [119.384811, 25.438451], [119.386744, 25.442621], [119.39109, 25.44532], [119.390166, 25.442865], [119.393955, 25.438546]]], [[[119.810315, 25.438877], [119.804341, 25.437653], [119.79946, 25.447397], [119.800288, 25.449258], [119.802972, 25.448494], [119.810315, 25.438877]]], [[[119.900366, 25.596285], [119.902777, 25.591942], [119.896056, 25.585835], [119.87181, 25.590508], [119.871336, 25.607562], [119.8778, 25.606637], [119.881173, 25.600952], [119.885433, 25.601899], [119.89018, 25.605513], [119.887117, 25.59745], [119.893695, 25.595578], [119.894872, 25.596547], [119.892824, 25.60402], [119.893403, 25.609068], [119.896457, 25.609486], [119.900366, 25.596285]]], [[[119.713438, 25.658076], [119.716142, 25.65147], [119.716504, 25.642795], [119.71105, 25.638323], [119.704851, 25.640116], [119.699364, 25.644836], [119.691794, 25.640387], [119.68085, 25.639068], [119.678509, 25.636993], [119.67502, 25.640849], [119.673444, 25.64075], [119.668619, 25.636606], [119.665416, 25.643488], [119.659625, 25.64884], [119.663421, 25.654805], [119.671765, 25.659876], [119.67471, 25.658974], [119.672176, 25.653319], [119.67492, 25.6505], [119.681028, 25.650397], [119.68925, 25.655811], [119.704931, 25.659598], [119.710123, 25.665307], [119.715447, 25.666354], [119.713438, 25.658076]]], [[[119.778534, 25.652114], [119.769777, 25.643972], [119.769329, 25.636648], [119.771386, 25.625757], [119.782853, 25.610043], [119.793666, 25.614734], [119.79863, 25.619421], [119.803732, 25.621173], [119.809488, 25.620013], [119.813339, 25.613456], [119.830926, 25.604097], [119.836326, 25.602707], [119.837494, 25.597904], [119.836051, 25.595767], [119.833117, 25.595096], [119.826246, 25.585037], [119.820847, 25.583712], [119.834858, 25.572702], [119.845395, 25.56622], [119.863194, 25.563202], [119.8738, 25.565149], [119.881815, 25.570027], [119.885281, 25.567125], [119.873626, 25.549862], [119.856455, 25.537588], [119.853957, 25.537631], [119.855902, 25.547966], [119.850637, 25.551151], [119.842028, 25.553332], [119.833781, 25.552725], [119.824218, 25.544332], [119.817149, 25.541825], [119.814038, 25.544429], [119.810722, 25.542472], [119.803892, 25.526258], [119.805881, 25.513122], [119.803993, 25.507511], [119.805148, 25.495468], [119.808671, 25.494144], [119.814499, 25.495161], [119.821412, 25.494148], [119.825607, 25.492105], [119.823277, 25.484465], [119.825171, 25.481434], [119.839941, 25.486735], [119.84708, 25.484051], [119.857213, 25.485162], [119.858826, 25.482232], [119.856285, 25.477738], [119.859355, 25.473527], [119.85877, 25.469249], [119.852431, 25.461962], [119.851615, 25.456578], [119.846484, 25.456821], [119.84364, 25.457553], [119.844181, 25.462985], [119.841269, 25.468639], [119.830304, 25.472285], [119.821651, 25.471995], [119.811422, 25.46651], [119.808444, 25.46293], [119.789859, 25.458459], [119.775614, 25.446867], [119.758219, 25.440844], [119.756203, 25.438079], [119.755249, 25.43188], [119.749062, 25.428289], [119.74995, 25.42217], [119.759696, 25.413398], [119.763725, 25.414798], [119.762311, 25.417702], [119.768252, 25.418618], [119.776629, 25.414897], [119.778546, 25.40964], [119.77036, 25.397552], [119.766839, 25.396743], [119.753914, 25.399121], [119.751773, 25.403047], [119.743083, 25.409185], [119.741989, 25.414051], [119.735958, 25.418892], [119.714559, 25.423043], [119.709736, 25.430555], [119.706119, 25.43284], [119.6986, 25.434172], [119.702286, 25.444794], [119.70731, 25.447662], [119.701004, 25.454407], [119.691982, 25.443738], [119.685376, 25.442407], [119.680464, 25.445152], [119.673389, 25.461575], [119.672467, 25.477971], [119.679829, 25.491514], [119.679738, 25.494955], [119.676244, 25.496485], [119.67698, 25.498608], [119.687847, 25.505486], [119.695846, 25.513362], [119.706678, 25.513442], [119.711627, 25.507189], [119.722009, 25.510474], [119.733116, 25.507429], [119.736818, 25.509689], [119.736985, 25.513044], [119.733012, 25.517103], [119.722562, 25.518677], [119.722119, 25.522835], [119.717472, 25.524132], [119.714905, 25.522507], [119.709961, 25.524638], [119.71333, 25.533833], [119.713617, 25.556766], [119.705329, 25.575813], [119.697188, 25.581588], [119.692442, 25.58195], [119.688341, 25.58627], [119.689975, 25.589947], [119.684233, 25.5992], [119.683505, 25.603155], [119.699399, 25.623305], [119.723945, 25.634782], [119.735782, 25.64635], [119.764679, 25.659836], [119.785907, 25.66676], [119.788066, 25.666175], [119.788316, 25.664095], [119.778534, 25.652114]]], [[[119.664383, 25.661824], [119.658843, 25.658858], [119.649287, 25.658677], [119.646628, 25.656187], [119.643595, 25.65911], [119.647354, 25.670162], [119.65552, 25.675749], [119.661509, 25.667469], [119.666124, 25.66494], [119.664383, 25.661824]]], [[[119.577245, 25.665277], [119.574505, 25.664735], [119.572633, 25.667331], [119.581248, 25.677544], [119.586594, 25.680457], [119.585833, 25.676358], [119.577245, 25.665277]]], [[[119.611904, 25.674121], [119.605297, 25.666932], [119.607079, 25.66266], [119.605178, 25.656686], [119.595514, 25.646168], [119.583097, 25.637051], [119.581262, 25.633196], [119.57442, 25.630601], [119.556997, 25.638169], [119.556808, 25.64183], [119.563632, 25.64865], [119.574046, 25.642859], [119.576327, 25.649439], [119.591601, 25.665496], [119.604718, 25.668805], [119.615806, 25.681394], [119.611904, 25.674121]]], [[[119.654521, 25.683166], [119.64979, 25.67858], [119.644171, 25.676795], [119.640765, 25.673005], [119.635782, 25.671283], [119.635928, 25.674549], [119.639627, 25.679833], [119.647563, 25.681093], [119.653821, 25.684839], [119.654521, 25.683166]]], [[[119.67727, 25.759759], [119.673038, 25.758917], [119.669003, 25.760244], [119.666067, 25.766568], [119.668543, 25.769066], [119.678821, 25.765837], [119.67727, 25.759759]]], [[[119.989829, 25.971043], [119.984113, 25.961902], [119.979892, 25.95985], [119.975052, 25.953858], [119.971554, 25.955624], [119.964587, 25.948657], [119.961275, 25.950256], [119.969902, 25.962171], [119.971144, 25.967104], [119.978179, 25.969044], [119.981032, 25.966308], [119.983718, 25.9703], [119.989829, 25.971043]]], [[[119.948262, 25.980138], [119.948236, 25.978262], [119.933653, 25.966834], [119.925246, 25.975464], [119.923821, 25.979191], [119.926694, 25.980368], [119.948262, 25.980138]]], [[[119.641482, 26.113322], [119.639848, 26.112936], [119.629936, 26.12093], [119.632647, 26.122847], [119.643065, 26.121643], [119.641482, 26.113322]]], [[[119.59858, 26.128129], [119.60482, 26.123547], [119.626343, 26.11801], [119.635666, 26.110423], [119.632199, 26.109992], [119.631505, 26.106694], [119.638146, 26.092641], [119.640562, 26.089552], [119.64799, 26.092068], [119.648945, 26.071466], [119.641342, 26.065138], [119.63798, 26.063062], [119.621903, 26.062308], [119.609551, 26.064192], [119.59747, 26.063895], [119.571911, 26.058409], [119.566106, 26.06056], [119.559097, 26.065727], [119.555024, 26.072524], [119.547121, 26.080904], [119.540082, 26.082453], [119.5387, 26.084528], [119.56481, 26.117909], [119.584738, 26.128044], [119.589418, 26.127302], [119.588633, 26.128849], [119.59054, 26.132405], [119.595399, 26.131136], [119.59858, 26.128129]]], [[[119.681737, 26.138115], [119.680648, 26.1368], [119.67478, 26.137135], [119.670856, 26.132175], [119.672247, 26.116327], [119.669448, 26.116155], [119.670016, 26.120139], [119.667671, 26.126], [119.65694, 26.132639], [119.657855, 26.136871], [119.669904, 26.1451], [119.677516, 26.143173], [119.681737, 26.138115]]], [[[119.637609, 26.159951], [119.64097, 26.158352], [119.649209, 26.160239], [119.660875, 26.157661], [119.659199, 26.156041], [119.654313, 26.156525], [119.650748, 26.152569], [119.648327, 26.147284], [119.650419, 26.141238], [119.650219, 26.136374], [119.639314, 26.134613], [119.638729, 26.137282], [119.634592, 26.140058], [119.613703, 26.145806], [119.61111, 26.149651], [119.602009, 26.156148], [119.603173, 26.172391], [119.611642, 26.174719], [119.626994, 26.173257], [119.629999, 26.166721], [119.637609, 26.159951]]], [[[119.928513, 26.169624], [119.923668, 26.162405], [119.924859, 26.160952], [119.932729, 26.161267], [119.935059, 26.159303], [119.935709, 26.154192], [119.943551, 26.158099], [119.943791, 26.164308], [119.949067, 26.16741], [119.960581, 26.168206], [119.965139, 26.165988], [119.962268, 26.158386], [119.957846, 26.154398], [119.942057, 26.143346], [119.938262, 26.142889], [119.936161, 26.145534], [119.93113, 26.144173], [119.927707, 26.138268], [119.925375, 26.137658], [119.92332, 26.138334], [119.923371, 26.141989], [119.916839, 26.141075], [119.90902, 26.145281], [119.910697, 26.149605], [119.915173, 26.153197], [119.917577, 26.157777], [119.91916, 26.167191], [119.91527, 26.169285], [119.916452, 26.175145], [119.928035, 26.171749], [119.928513, 26.169624]]], [[[120.001443, 26.235268], [120.001894, 26.233651], [120.006428, 26.234068], [120.007137, 26.227187], [120.011317, 26.22856], [120.015455, 26.227745], [120.014606, 26.223579], [120.012282, 26.221583], [120.011649, 26.21449], [120.009711, 26.214699], [120.007043, 26.222031], [120.004252, 26.222751], [120.002597, 26.222565], [120.000381, 26.218871], [119.996183, 26.218746], [119.990492, 26.214342], [119.989133, 26.214639], [119.989484, 26.217656], [119.987172, 26.218645], [119.976027, 26.215055], [119.97267, 26.211814], [119.971572, 26.20756], [119.973572, 26.195617], [119.966488, 26.194014], [119.965678, 26.202505], [119.969511, 26.213811], [119.967348, 26.221098], [119.978628, 26.225938], [119.98325, 26.224874], [119.995328, 26.238196], [119.999918, 26.237935], [120.001443, 26.235268]]], [[[120.006429, 26.249736], [120.003203, 26.245004], [119.997761, 26.241922], [119.995459, 26.242537], [119.998229, 26.249437], [120.00378, 26.251279], [120.006429, 26.249736]]], [[[119.985943, 26.266446], [119.981302, 26.266455], [119.978386, 26.27194], [119.986288, 26.28248], [119.990446, 26.284378], [119.992332, 26.275726], [119.99031, 26.269638], [119.985943, 26.266446]]], [[[120.480133, 26.383684], [120.483238, 26.377094], [120.481607, 26.371128], [120.485048, 26.369977], [120.491909, 26.370697], [120.493469, 26.376717], [120.495976, 26.378382], [120.499646, 26.37809], [120.49899, 26.373812], [120.5026, 26.370833], [120.506599, 26.372834], [120.510627, 26.367822], [120.510936, 26.364851], [120.501584, 26.36772], [120.498411, 26.362444], [120.484306, 26.355734], [120.481518, 26.358935], [120.486229, 26.36678], [120.484604, 26.369371], [120.481294, 26.37054], [120.477612, 26.369091], [120.477149, 26.377374], [120.473915, 26.376906], [120.471701, 26.372413], [120.469387, 26.371113], [120.46971, 26.377445], [120.473538, 26.378688], [120.47534, 26.383271], [120.480133, 26.383684]]], [[[119.911961, 26.411477], [119.906508, 26.408702], [119.902989, 26.411163], [119.906379, 26.413438], [119.91234, 26.42347], [119.916801, 26.424646], [119.913587, 26.421318], [119.915421, 26.418223], [119.911883, 26.415737], [119.914311, 26.414358], [119.911961, 26.411477]]], [[[119.886022, 26.417278], [119.879187, 26.414692], [119.882271, 26.425325], [119.88618, 26.423408], [119.888831, 26.419458], [119.886022, 26.417278]]], [[[120.134642, 26.487104], [120.130786, 26.487004], [120.128954, 26.494428], [120.140731, 26.498134], [120.141975, 26.497063], [120.141341, 26.494082], [120.134642, 26.487104]]], [[[120.064933, 26.519779], [120.064874, 26.515422], [120.059944, 26.504697], [120.061267, 26.501973], [120.055864, 26.497682], [120.053289, 26.500771], [120.04693, 26.503661], [120.044053, 26.50288], [120.038164, 26.494132], [120.028088, 26.493895], [120.025713, 26.496587], [120.023949, 26.501235], [120.030497, 26.502652], [120.034921, 26.513053], [120.034302, 26.517145], [120.03861, 26.5201], [120.044537, 26.522013], [120.048361, 26.52097], [120.051945, 26.517275], [120.055087, 26.517475], [120.056886, 26.518865], [120.057011, 26.524982], [120.061755, 26.526848], [120.064734, 26.523662], [120.064933, 26.519779]]], [[[120.148726, 26.536298], [120.14268, 26.531442], [120.132744, 26.531668], [120.129175, 26.533453], [120.129532, 26.535118], [120.136026, 26.537526], [120.139397, 26.545347], [120.14122, 26.546258], [120.148726, 26.536298]]], [[[120.001191, 26.5554], [120.002882, 26.555147], [120.003022, 26.553247], [120.000412, 26.549439], [120.006128, 26.54984], [120.006705, 26.546552], [120.002293, 26.543871], [120.002537, 26.540665], [120, 26.538362], [119.997736, 26.536594], [119.994074, 26.536519], [119.999382, 26.545668], [119.997914, 26.554035], [119.99907, 26.555699], [120.001191, 26.5554]]], [[[120.150822, 26.553711], [120.144208, 26.555572], [120.14563, 26.55808], [120.149541, 26.559277], [120.153118, 26.562913], [120.156242, 26.56261], [120.159797, 26.557417], [120.158119, 26.554704], [120.150822, 26.553711]]], [[[119.81261, 26.574339], [119.810221, 26.568652], [119.810356, 26.564526], [119.801432, 26.566302], [119.797557, 26.570544], [119.812105, 26.575458], [119.81261, 26.574339]]], [[[120.157345, 26.57748], [120.148487, 26.573894], [120.147783, 26.576017], [120.14437, 26.575281], [120.141934, 26.568387], [120.143298, 26.564744], [120.130729, 26.555598], [120.120634, 26.562619], [120.114421, 26.569257], [120.123327, 26.577689], [120.127041, 26.577187], [120.134757, 26.581094], [120.138905, 26.593362], [120.147854, 26.601028], [120.148684, 26.604796], [120.152844, 26.606954], [120.159159, 26.605989], [120.164666, 26.59999], [120.164157, 26.590056], [120.157345, 26.57748]]], [[[119.800168, 26.600353], [119.793153, 26.600212], [119.792321, 26.601435], [119.795119, 26.608125], [119.797977, 26.609082], [119.801944, 26.605379], [119.802847, 26.602984], [119.800168, 26.600353]]], [[[119.814123, 26.623125], [119.808242, 26.614978], [119.796421, 26.615236], [119.772427, 26.604324], [119.768499, 26.609459], [119.763848, 26.609373], [119.758128, 26.612515], [119.755866, 26.620933], [119.756496, 26.622366], [119.767034, 26.625822], [119.791476, 26.631179], [119.807227, 26.62785], [119.814123, 26.623125]]], [[[120.360403, 26.643729], [120.366138, 26.644414], [120.365018, 26.639034], [120.359272, 26.638864], [120.358904, 26.64198], [120.356941, 26.643372], [120.347941, 26.641867], [120.346963, 26.646162], [120.35111, 26.649644], [120.356234, 26.649774], [120.360403, 26.643729]]], [[[119.915234, 26.649242], [119.922421, 26.650571], [119.92481, 26.645445], [119.920749, 26.643625], [119.91847, 26.646333], [119.916519, 26.645524], [119.914119, 26.646847], [119.913347, 26.650538], [119.915234, 26.649242]]], [[[120.324967, 26.651601], [120.318303, 26.650542], [120.317317, 26.652748], [120.320788, 26.656307], [120.324511, 26.656621], [120.327658, 26.65403], [120.324967, 26.651601]]], [[[119.75579, 26.672569], [119.751079, 26.665763], [119.745248, 26.661351], [119.732808, 26.660829], [119.723183, 26.655421], [119.718578, 26.650441], [119.716045, 26.643923], [119.708547, 26.640963], [119.688502, 26.637457], [119.665329, 26.636784], [119.656251, 26.648573], [119.652324, 26.661201], [119.653196, 26.663634], [119.659295, 26.668576], [119.658311, 26.672178], [119.660158, 26.676757], [119.664929, 26.679024], [119.678725, 26.671584], [119.683264, 26.67285], [119.702704, 26.668088], [119.726365, 26.671019], [119.731759, 26.675535], [119.732455, 26.678211], [119.74273, 26.680992], [119.749999, 26.679852], [119.754114, 26.676533], [119.75579, 26.672569]]], [[[120.384871, 26.685105], [120.386533, 26.680482], [120.384619, 26.677686], [120.379352, 26.67795], [120.383291, 26.68242], [120.379027, 26.684847], [120.380651, 26.686119], [120.384871, 26.685105]]], [[[119.819061, 26.680267], [119.822555, 26.677462], [119.821613, 26.675374], [119.809804, 26.669327], [119.811423, 26.672277], [119.810797, 26.675335], [119.80721, 26.678575], [119.80249, 26.677712], [119.797552, 26.679905], [119.793168, 26.683913], [119.79369, 26.686675], [119.801502, 26.686713], [119.819061, 26.680267]]], [[[119.77373, 26.680086], [119.772389, 26.680431], [119.77399, 26.688157], [119.780183, 26.692221], [119.785146, 26.691396], [119.787216, 26.687172], [119.786452, 26.686084], [119.77373, 26.680086]]], [[[119.939402, 26.696407], [119.945198, 26.695224], [119.94712, 26.692948], [119.934111, 26.680712], [119.932953, 26.675501], [119.93994, 26.669595], [119.942132, 26.664346], [119.934776, 26.666709], [119.933269, 26.670191], [119.929923, 26.671796], [119.926104, 26.668237], [119.923155, 26.668583], [119.922652, 26.67894], [119.919799, 26.680101], [119.912328, 26.678587], [119.905099, 26.683616], [119.902495, 26.687364], [119.904315, 26.69339], [119.913938, 26.694984], [119.916337, 26.693167], [119.928352, 26.693019], [119.932232, 26.693588], [119.937025, 26.696889], [119.939402, 26.696407]]], [[[120.132989, 26.688217], [120.130331, 26.687457], [120.121084, 26.692079], [120.117038, 26.697679], [120.120517, 26.698987], [120.130624, 26.697688], [120.135865, 26.694029], [120.135394, 26.6908], [120.132989, 26.688217]]], [[[120.35604, 26.709117], [120.357627, 26.709099], [120.357627, 26.707044], [120.365066, 26.70453], [120.365789, 26.701891], [120.359382, 26.701258], [120.356136, 26.698952], [120.353462, 26.699488], [120.345856, 26.694485], [120.347386, 26.699255], [120.340887, 26.700229], [120.342239, 26.70322], [120.348937, 26.704628], [120.350192, 26.707996], [120.353872, 26.711013], [120.35604, 26.709117]]], [[[119.653439, 26.713684], [119.653129, 26.707236], [119.651673, 26.705468], [119.640453, 26.706692], [119.639827, 26.709012], [119.642332, 26.71018], [119.636749, 26.713307], [119.632372, 26.710858], [119.628272, 26.705477], [119.62494, 26.715024], [119.634764, 26.726858], [119.647929, 26.735079], [119.652355, 26.72657], [119.658485, 26.724884], [119.653404, 26.719104], [119.65301, 26.716896], [119.655533, 26.715492], [119.653439, 26.713684]]], [[[119.648841, 26.749614], [119.642988, 26.748911], [119.64124, 26.754581], [119.647508, 26.757531], [119.651524, 26.753938], [119.648841, 26.749614]]], [[[119.608431, 26.774125], [119.604101, 26.772139], [119.6019, 26.762724], [119.595057, 26.75365], [119.587965, 26.751847], [119.57995, 26.754583], [119.580148, 26.758536], [119.585799, 26.766555], [119.589703, 26.780306], [119.593767, 26.781122], [119.607298, 26.778198], [119.608431, 26.774125]]], [[[120.152863, 26.807555], [120.157133, 26.805661], [120.158516, 26.802018], [120.157922, 26.795759], [120.156223, 26.798641], [120.148745, 26.795759], [120.140016, 26.795622], [120.134893, 26.79968], [120.140485, 26.802725], [120.144109, 26.800928], [120.148117, 26.80187], [120.146551, 26.80689], [120.151842, 26.809275], [120.152863, 26.807555]]], [[[120.129947, 26.834068], [120.127037, 26.831803], [120.112491, 26.829613], [120.113197, 26.831345], [120.116835, 26.832711], [120.129947, 26.834068]]], [[[120.21964, 26.876879], [120.215111, 26.876582], [120.211975, 26.883878], [120.213426, 26.88631], [120.223859, 26.889814], [120.22518, 26.881876], [120.21964, 26.876879]]], [[[120.264082, 26.936703], [120.256995, 26.930339], [120.251701, 26.92815], [120.259871, 26.926911], [120.263951, 26.928361], [120.264389, 26.925295], [120.261328, 26.925316], [120.260634, 26.921115], [120.255618, 26.923022], [120.246471, 26.917601], [120.243467, 26.918238], [120.244119, 26.922873], [120.248601, 26.925677], [120.248494, 26.927711], [120.245134, 26.929111], [120.246148, 26.931201], [120.244741, 26.936452], [120.247317, 26.936595], [120.254185, 26.933001], [120.256008, 26.936856], [120.264082, 26.936703]]], [[[120.309282, 26.925797], [120.287628, 26.929188], [120.279812, 26.934945], [120.296911, 26.939158], [120.2994, 26.941897], [120.312554, 26.940128], [120.315223, 26.935804], [120.312049, 26.934256], [120.309185, 26.930278], [120.309282, 26.925797]]], [[[120.374711, 26.959879], [120.379856, 26.962843], [120.387916, 26.961648], [120.388466, 26.959638], [120.383556, 26.959989], [120.373812, 26.9574], [120.369624, 26.961777], [120.371982, 26.963382], [120.374711, 26.959879]]], [[[120.352887, 26.970285], [120.356038, 26.96887], [120.355117, 26.96404], [120.357864, 26.962775], [120.360563, 26.964431], [120.363923, 26.964079], [120.370582, 26.956068], [120.373043, 26.938489], [120.38927, 26.934795], [120.390631, 26.931645], [120.373331, 26.933877], [120.362874, 26.924437], [120.35371, 26.922164], [120.336858, 26.928972], [120.32037, 26.941972], [120.31915, 26.944601], [120.322374, 26.955936], [120.318573, 26.958362], [120.321048, 26.962594], [120.32393, 26.962496], [120.338332, 26.970386], [120.352887, 26.970285]]], [[[120.716052, 26.994305], [120.717328, 26.992692], [120.721114, 26.993564], [120.720808, 26.99127], [120.717965, 26.990371], [120.721962, 26.989528], [120.716602, 26.986973], [120.713422, 26.987407], [120.717591, 26.983528], [120.714062, 26.981894], [120.716566, 26.978493], [120.71201, 26.976638], [120.708124, 26.978954], [120.708066, 26.980576], [120.711445, 26.982154], [120.708684, 26.987386], [120.709956, 26.993248], [120.716052, 26.994305]]], [[[120.696098, 27.01077], [120.703971, 27.009326], [120.700859, 27.004936], [120.698667, 27.004702], [120.698983, 27.003617], [120.703315, 27.004768], [120.703071, 27.002318], [120.697453, 27.001435], [120.69548, 26.996958], [120.691768, 26.9963], [120.693127, 27.001487], [120.689404, 27.008003], [120.696098, 27.01077]]], [[[120.420533, 27.106336], [120.416746, 27.101754], [120.410901, 27.099346], [120.40142, 27.098384], [120.406922, 27.104311], [120.412967, 27.106337], [120.420533, 27.106336]]], [[[120.282203, 27.239405], [120.277005, 27.240925], [120.274476, 27.244132], [120.276331, 27.248199], [120.278968, 27.249712], [120.282203, 27.239405]]], [[[118.717597, 28.317041], [118.724688, 28.307267], [118.724679, 28.304169], [118.721883, 28.303381], [118.720548, 28.300416], [118.721625, 28.288975], [118.722962, 28.287534], [118.725639, 28.288307], [118.729029, 28.295862], [118.732777, 28.294613], [118.734621, 28.291936], [118.734086, 28.288545], [118.727915, 28.283757], [118.735573, 28.279851], [118.736251, 28.278194], [118.736429, 28.273329], [118.73177, 28.268766], [118.731722, 28.266767], [118.733584, 28.265919], [118.740722, 28.268061], [118.740127, 28.263897], [118.737748, 28.261993], [118.728112, 28.260471], [118.729221, 28.257406], [118.748317, 28.255847], [118.749568, 28.24911], [118.76138, 28.23925], [118.781579, 28.246367], [118.795901, 28.245422], [118.800504, 28.238813], [118.798597, 28.236309], [118.808716, 28.233882], [118.809046, 28.23255], [118.801474, 28.219754], [118.799748, 28.212367], [118.798349, 28.21081], [118.790739, 28.211353], [118.789065, 28.207779], [118.784121, 28.204745], [118.780269, 28.196803], [118.768024, 28.193434], [118.76363, 28.185218], [118.759928, 28.182215], [118.759676, 28.177786], [118.756191, 28.173747], [118.75751, 28.170061], [118.768276, 28.169972], [118.778164, 28.176326], [118.787244, 28.171288], [118.790543, 28.171792], [118.792664, 28.169306], [118.792014, 28.166448], [118.80029, 28.159111], [118.801545, 28.153605], [118.806119, 28.151646], [118.803245, 28.14254], [118.795695, 28.142348], [118.795565, 28.136455], [118.798113, 28.130146], [118.796441, 28.123858], [118.798729, 28.121114], [118.795234, 28.117338], [118.791662, 28.11622], [118.779803, 28.118479], [118.771555, 28.115942], [118.767518, 28.117262], [118.760849, 28.105497], [118.759165, 28.098325], [118.752375, 28.094874], [118.745319, 28.096137], [118.739143, 28.091749], [118.730379, 28.078173], [118.723204, 28.075933], [118.718713, 28.068287], [118.716716, 28.069426], [118.712253, 28.06796], [118.71135, 28.06686], [118.71338, 28.063962], [118.714846, 28.051375], [118.712893, 28.035373], [118.716135, 28.034515], [118.7257, 28.042144], [118.728996, 28.035537], [118.729466, 28.031199], [118.720304, 28.014364], [118.720982, 28.00408], [118.727325, 27.993524], [118.728418, 27.984268], [118.727793, 27.979201], [118.724195, 27.977967], [118.724188, 27.973912], [118.727266, 27.970392], [118.732089, 27.968826], [118.745123, 27.956368], [118.747256, 27.953324], [118.747243, 27.9463], [118.748877, 27.94435], [118.757823, 27.946059], [118.770998, 27.940743], [118.780645, 27.940334], [118.792746, 27.934197], [118.795077, 27.934439], [118.802428, 27.926324], [118.796099, 27.923828], [118.798178, 27.922205], [118.802973, 27.920122], [118.805119, 27.921236], [118.81404, 27.920505], [118.810982, 27.912827], [118.816331, 27.909067], [118.816372, 27.904362], [118.814555, 27.902422], [118.815343, 27.898648], [118.820489, 27.892545], [118.828515, 27.890862], [118.823311, 27.887548], [118.822923, 27.877907], [118.828595, 27.874581], [118.833046, 27.867726], [118.825913, 27.852344], [118.821838, 27.850189], [118.83106, 27.842608], [118.833022, 27.836566], [118.830633, 27.832195], [118.83387, 27.827096], [118.83393, 27.824105], [118.840425, 27.817552], [118.843191, 27.817297], [118.844956, 27.815199], [118.842748, 27.804612], [118.847897, 27.798753], [118.846237, 27.795384], [118.834786, 27.79294], [118.835511, 27.78569], [118.838124, 27.781181], [118.843791, 27.778872], [118.851101, 27.779457], [118.850579, 27.767177], [118.855285, 27.765542], [118.858046, 27.761736], [118.859339, 27.755045], [118.864847, 27.748953], [118.865326, 27.741356], [118.867583, 27.737083], [118.876416, 27.735257], [118.879471, 27.727242], [118.886646, 27.721056], [118.890416, 27.723066], [118.893598, 27.722543], [118.890822, 27.718877], [118.896406, 27.712597], [118.896971, 27.71087], [118.895519, 27.709508], [118.871313, 27.707678], [118.870219, 27.702654], [118.876011, 27.699046], [118.876685, 27.693846], [118.874002, 27.68895], [118.869958, 27.685655], [118.870568, 27.681948], [118.875708, 27.677291], [118.875064, 27.674192], [118.88161, 27.664271], [118.884697, 27.662117], [118.887299, 27.663066], [118.891811, 27.658299], [118.893516, 27.653468], [118.897287, 27.650592], [118.898903, 27.642968], [118.896416, 27.637755], [118.897467, 27.635297], [118.900183, 27.63416], [118.898889, 27.628294], [118.901499, 27.626552], [118.903752, 27.627307], [118.908334, 27.6238], [118.912661, 27.616629], [118.905176, 27.612358], [118.902596, 27.603346], [118.903216, 27.600002], [118.89885, 27.594496], [118.900039, 27.591217], [118.897868, 27.585921], [118.898534, 27.580064], [118.903865, 27.575351], [118.906601, 27.57521], [118.906663, 27.572287], [118.893737, 27.570055], [118.890768, 27.557581], [118.879674, 27.547226], [118.878984, 27.543959], [118.874442, 27.543223], [118.868313, 27.545474], [118.864884, 27.5439], [118.860146, 27.535096], [118.860021, 27.532149], [118.854954, 27.529348], [118.853423, 27.522177], [118.856316, 27.515378], [118.8615, 27.518939], [118.8698, 27.521057], [118.872664, 27.519805], [118.872883, 27.511329], [118.876058, 27.502723], [118.882375, 27.502231], [118.885335, 27.498474], [118.886768, 27.493493], [118.883227, 27.488073], [118.8851, 27.484926], [118.891014, 27.484558], [118.897409, 27.476526], [118.898417, 27.472473], [118.896467, 27.469431], [118.898877, 27.465143], [118.908491, 27.463777], [118.914857, 27.466365], [118.927237, 27.46706], [118.933381, 27.465818], [118.938693, 27.461611], [118.945166, 27.459102], [118.949191, 27.453129], [118.952325, 27.452332], [118.954165, 27.453419], [118.955773, 27.461169], [118.958776, 27.465385], [118.956624, 27.471834], [118.957506, 27.473274], [118.96101, 27.47616], [118.972087, 27.479613], [118.980807, 27.478172], [118.984838, 27.481518], [118.986174, 27.489759], [118.98421, 27.496344], [118.979164, 27.496758], [118.977343, 27.500914], [118.985901, 27.506468], [118.993637, 27.498337], [118.994575, 27.499879], [119.007422, 27.499051], [119.008044, 27.501301], [119.011069, 27.502536], [119.016003, 27.50171], [119.018558, 27.499997], [119.019031, 27.496343], [119.027527, 27.492319], [119.029497, 27.485308], [119.033492, 27.482266], [119.035646, 27.481802], [119.039104, 27.485244], [119.050388, 27.482055], [119.051789, 27.480842], [119.051191, 27.476166], [119.052482, 27.474187], [119.054915, 27.471846], [119.061008, 27.470184], [119.068286, 27.475424], [119.072074, 27.475192], [119.077308, 27.467987], [119.085804, 27.467743], [119.091959, 27.475174], [119.110178, 27.487404], [119.121412, 27.483878], [119.125599, 27.477282], [119.126743, 27.467449], [119.12415, 27.465263], [119.118961, 27.466425], [119.11346, 27.463804], [119.122297, 27.456441], [119.118444, 27.448235], [119.116816, 27.439307], [119.12458, 27.434871], [119.134342, 27.437876], [119.141041, 27.434391], [119.143029, 27.428479], [119.147623, 27.431722], [119.151406, 27.431567], [119.153144, 27.428566], [119.176489, 27.429493], [119.187959, 27.424257], [119.191121, 27.421277], [119.196981, 27.424496], [119.20586, 27.425208], [119.220394, 27.419743], [119.22975, 27.4239], [119.235193, 27.421832], [119.239882, 27.422537], [119.237903, 27.430679], [119.240918, 27.433967], [119.243617, 27.433312], [119.241737, 27.424656], [119.242795, 27.421522], [119.246008, 27.42435], [119.262933, 27.424396], [119.264707, 27.425117], [119.264213, 27.427117], [119.273078, 27.441588], [119.275174, 27.457844], [119.277053, 27.458634], [119.2787, 27.456477], [119.282597, 27.456827], [119.285568, 27.458978], [119.286643, 27.465655], [119.296223, 27.469467], [119.298286, 27.467194], [119.309301, 27.468492], [119.311999, 27.470432], [119.316077, 27.478071], [119.316541, 27.485604], [119.323418, 27.482154], [119.331204, 27.483669], [119.334293, 27.486001], [119.334937, 27.49107], [119.340461, 27.49153], [119.342836, 27.496258], [119.342274, 27.499622], [119.339331, 27.506542], [119.334627, 27.51132], [119.340763, 27.524202], [119.345061, 27.524702], [119.348342, 27.521889], [119.351927, 27.52305], [119.359768, 27.531005], [119.364726, 27.533604], [119.367505, 27.532583], [119.391482, 27.538255], [119.407359, 27.537634], [119.410695, 27.538715], [119.419475, 27.535205], [119.428747, 27.526883], [119.426751, 27.520401], [119.427668, 27.511616], [119.434746, 27.510947], [119.443983, 27.513845], [119.452523, 27.522031], [119.464967, 27.527793], [119.468664, 27.541624], [119.473033, 27.548761], [119.479839, 27.553164], [119.481408, 27.559659], [119.487361, 27.56979], [119.481605, 27.580372], [119.486965, 27.591531], [119.481932, 27.595354], [119.486195, 27.603224], [119.493609, 27.609731], [119.497924, 27.611485], [119.499613, 27.614536], [119.494415, 27.618645], [119.492792, 27.629306], [119.495992, 27.637589], [119.496551, 27.652685], [119.509659, 27.656788], [119.51249, 27.652753], [119.515067, 27.652047], [119.518711, 27.655795], [119.519436, 27.662083], [119.521392, 27.663854], [119.533394, 27.661382], [119.538069, 27.669265], [119.534734, 27.678706], [119.5379, 27.679499], [119.546101, 27.672999], [119.545067, 27.667233], [119.552634, 27.665682], [119.557971, 27.668854], [119.564366, 27.66701], [119.570426, 27.672318], [119.569611, 27.674588], [119.574549, 27.673846], [119.575711, 27.670206], [119.58168, 27.666756], [119.589905, 27.67005], [119.595498, 27.675482], [119.603202, 27.67751], [119.615436, 27.676796], [119.617217, 27.673279], [119.628302, 27.673113], [119.631839, 27.669661], [119.636616, 27.669051], [119.63842, 27.667033], [119.640011, 27.66382], [119.635014, 27.653779], [119.640646, 27.645605], [119.643518, 27.643812], [119.643018, 27.638551], [119.638639, 27.636106], [119.636832, 27.629901], [119.630393, 27.62931], [119.623568, 27.625873], [119.620143, 27.618825], [119.621197, 27.615427], [119.624733, 27.612638], [119.62451, 27.602571], [119.627056, 27.595124], [119.627223, 27.585697], [119.631274, 27.583815], [119.636443, 27.584913], [119.641689, 27.581908], [119.669054, 27.578834], [119.672055, 27.576984], [119.672763, 27.575022], [119.668889, 27.572135], [119.664843, 27.560595], [119.660132, 27.556655], [119.653855, 27.545045], [119.661491, 27.538433], [119.682543, 27.541509], [119.694645, 27.528918], [119.697397, 27.520548], [119.70399, 27.517795], [119.70397, 27.514841], [119.699228, 27.510343], [119.698144, 27.503112], [119.705429, 27.499356], [119.705989, 27.492512], [119.701899, 27.489647], [119.704714, 27.478215], [119.702081, 27.474836], [119.704806, 27.465396], [119.699372, 27.461806], [119.697969, 27.449291], [119.689349, 27.442116], [119.684224, 27.444132], [119.680822, 27.441683], [119.685531, 27.433592], [119.700133, 27.427863], [119.700899, 27.422143], [119.699756, 27.420025], [119.705745, 27.414261], [119.7046, 27.409018], [119.7059, 27.40685], [119.719766, 27.40504], [119.72235, 27.400163], [119.726981, 27.398211], [119.726365, 27.395654], [119.728032, 27.39277], [119.734847, 27.390394], [119.736547, 27.38496], [119.736105, 27.378634], [119.739704, 27.380677], [119.744895, 27.381083], [119.745697, 27.376029], [119.74076, 27.372915], [119.735362, 27.366281], [119.74282, 27.363265], [119.746156, 27.353832], [119.755066, 27.350204], [119.763571, 27.350137], [119.764873, 27.346232], [119.763126, 27.341607], [119.764551, 27.338087], [119.76918, 27.334436], [119.776729, 27.33398], [119.780549, 27.329746], [119.780357, 27.327093], [119.773718, 27.323313], [119.769425, 27.329456], [119.766154, 27.329995], [119.765133, 27.327068], [119.766641, 27.31579], [119.763754, 27.311913], [119.765879, 27.308947], [119.769618, 27.309566], [119.785107, 27.305569], [119.788611, 27.313651], [119.790379, 27.313853], [119.804592, 27.308197], [119.808613, 27.30226], [119.813927, 27.299556], [119.816967, 27.300193], [119.818804, 27.305419], [119.829806, 27.304764], [119.836639, 27.302313], [119.838852, 27.304131], [119.84043, 27.309788], [119.835302, 27.310889], [119.830162, 27.315856], [119.836821, 27.32446], [119.841206, 27.327399], [119.850275, 27.320051], [119.867265, 27.31867], [119.866958, 27.315877], [119.860444, 27.312408], [119.859939, 27.310586], [119.871535, 27.30409], [119.873549, 27.305077], [119.874639, 27.313304], [119.88251, 27.316919], [119.887722, 27.313897], [119.893847, 27.314291], [119.895465, 27.319028], [119.901392, 27.321884], [119.932197, 27.319738], [119.940812, 27.317781], [119.941529, 27.320119], [119.939551, 27.325965], [119.934687, 27.326192], [119.933997, 27.332873], [119.939555, 27.338511], [119.933428, 27.338183], [119.932142, 27.339477], [119.943986, 27.34303], [119.945426, 27.350682], [119.951465, 27.352743], [119.961911, 27.362653], [119.958112, 27.363721], [119.951419, 27.361783], [119.95188, 27.367893], [119.957203, 27.370599], [119.974345, 27.374692], [119.982697, 27.373482], [119.984195, 27.374915], [119.984651, 27.380547], [119.990002, 27.383158], [119.995483, 27.382581], [120.00516, 27.376108], [120.002838, 27.374011], [120.004047, 27.368842], [120.007844, 27.367882], [120.022053, 27.355356], [120.027866, 27.347145], [120.034033, 27.344926], [120.036649, 27.340697], [120.046193, 27.340392], [120.048746, 27.343486], [120.048074, 27.350658], [120.050276, 27.35222], [120.055517, 27.350496], [120.075009, 27.373924], [120.090237, 27.38063], [120.093141, 27.385167], [120.091876, 27.393633], [120.093826, 27.395291], [120.100661, 27.399167], [120.113362, 27.398605], [120.12315, 27.395], [120.128095, 27.396557], [120.13372, 27.402511], [120.132568, 27.410507], [120.127591, 27.411009], [120.124265, 27.416751], [120.130644, 27.425481], [120.143821, 27.425762], [120.158344, 27.428515], [120.173579, 27.423584], [120.179006, 27.424632], [120.185235, 27.428736], [120.200428, 27.431707], [120.205816, 27.422549], [120.213785, 27.421511], [120.226454, 27.430639], [120.231847, 27.430694], [120.242016, 27.435548], [120.245229, 27.439213], [120.244491, 27.443098], [120.255068, 27.437637], [120.259747, 27.431097], [120.261053, 27.42261], [120.255223, 27.418891], [120.252703, 27.412249], [120.262159, 27.404261], [120.268803, 27.390876], [120.27882, 27.393333], [120.281743, 27.397763], [120.284969, 27.399488], [120.291237, 27.399384], [120.298158, 27.396768], [120.306899, 27.398728], [120.3133, 27.412268], [120.318078, 27.411363], [120.318387, 27.40616], [120.315004, 27.403959], [120.320906, 27.399892], [120.333074, 27.402017], [120.341592, 27.3991], [120.346596, 27.389097], [120.342709, 27.37328], [120.339854, 27.368384], [120.342024, 27.365305], [120.34789, 27.362188], [120.352094, 27.356408], [120.344421, 27.351305], [120.345462, 27.347275], [120.352694, 27.346121], [120.353942, 27.341436], [120.368494, 27.332233], [120.373032, 27.327603], [120.374098, 27.321448], [120.383163, 27.311492], [120.391896, 27.310396], [120.392825, 27.305699], [120.403373, 27.292599], [120.400704, 27.285547], [120.40167, 27.280935], [120.411957, 27.270633], [120.420336, 27.271129], [120.426517, 27.260157], [120.417771, 27.25344], [120.408388, 27.260251], [120.395429, 27.254028], [120.391147, 27.247689], [120.392248, 27.245026], [120.401777, 27.241626], [120.410147, 27.234673], [120.405718, 27.225377], [120.399947, 27.223424], [120.399211, 27.221129], [120.40159, 27.217005], [120.397155, 27.216451], [120.402882, 27.2131], [120.402129, 27.206405], [120.406787, 27.199173], [120.414514, 27.190421], [120.419284, 27.187576], [120.419284, 27.180462], [120.421125, 27.177115], [120.429995, 27.172251], [120.431808, 27.167993], [120.42382, 27.170215], [120.421633, 27.167225], [120.4224, 27.163701], [120.420607, 27.162098], [120.414438, 27.163653], [120.41604, 27.179831], [120.410428, 27.186573], [120.403513, 27.188929], [120.40057, 27.195913], [120.385509, 27.206741], [120.386919, 27.213923], [120.393159, 27.215865], [120.399677, 27.228286], [120.390172, 27.23785], [120.379699, 27.233901], [120.377809, 27.23682], [120.38219, 27.240047], [120.379904, 27.242209], [120.372883, 27.241575], [120.369333, 27.242907], [120.369754, 27.248635], [120.367628, 27.250095], [120.353395, 27.24701], [120.345673, 27.24065], [120.34468, 27.236062], [120.341255, 27.234063], [120.336392, 27.234234], [120.332613, 27.236477], [120.331449, 27.243639], [120.327202, 27.244918], [120.322926, 27.242552], [120.322873, 27.238743], [120.320374, 27.236815], [120.307938, 27.229234], [120.304871, 27.22882], [120.295505, 27.241952], [120.300155, 27.249122], [120.297064, 27.250406], [120.294018, 27.25926], [120.301849, 27.266516], [120.302662, 27.269656], [120.307683, 27.275603], [120.315882, 27.278357], [120.320032, 27.284935], [120.329491, 27.290278], [120.328058, 27.291681], [120.311117, 27.281007], [120.295045, 27.274018], [120.291311, 27.277633], [120.297687, 27.281833], [120.298676, 27.28478], [120.287979, 27.294331], [120.280711, 27.290938], [120.282357, 27.283541], [120.276737, 27.275101], [120.278382, 27.273061], [120.283805, 27.273464], [120.288437, 27.27152], [120.289635, 27.265608], [120.2846, 27.265244], [120.275766, 27.255774], [120.271678, 27.25605], [120.261055, 27.270214], [120.268415, 27.28041], [120.250727, 27.296781], [120.245611, 27.304811], [120.243138, 27.303128], [120.246726, 27.297535], [120.248348, 27.289345], [120.254805, 27.288408], [120.255651, 27.285566], [120.25615, 27.281526], [120.25429, 27.279973], [120.255242, 27.264986], [120.252224, 27.263211], [120.246986, 27.2638], [120.239514, 27.256069], [120.231723, 27.252019], [120.229106, 27.251969], [120.225494, 27.255058], [120.225384, 27.259415], [120.229065, 27.26113], [120.228765, 27.262639], [120.226407, 27.265758], [120.219897, 27.266584], [120.217677, 27.269408], [120.213205, 27.285237], [120.208409, 27.290543], [120.206717, 27.295623], [120.205774, 27.291338], [120.207329, 27.285669], [120.206044, 27.28136], [120.201374, 27.278814], [120.191889, 27.279543], [120.186795, 27.275383], [120.187544, 27.270907], [120.195721, 27.264], [120.200402, 27.253191], [120.198146, 27.246959], [120.193582, 27.247718], [120.190721, 27.245168], [120.189348, 27.229693], [120.188278, 27.225149], [120.18526, 27.221581], [120.18603, 27.217558], [120.194284, 27.208195], [120.194714, 27.201318], [120.196427, 27.20112], [120.200414, 27.205564], [120.20858, 27.2397], [120.223001, 27.25135], [120.226738, 27.250387], [120.229517, 27.24495], [120.241495, 27.245322], [120.250003, 27.248236], [120.254403, 27.253255], [120.262677, 27.255283], [120.271546, 27.249699], [120.271491, 27.244513], [120.273488, 27.240271], [120.283845, 27.231327], [120.29418, 27.2319], [120.29703, 27.229707], [120.297125, 27.2254], [120.293406, 27.225486], [120.292603, 27.222884], [120.300683, 27.212464], [120.309778, 27.208207], [120.312722, 27.208192], [120.320342, 27.213884], [120.322974, 27.223511], [120.331143, 27.229802], [120.334731, 27.229395], [120.336774, 27.226518], [120.345186, 27.227571], [120.351846, 27.237438], [120.357432, 27.23942], [120.363988, 27.2357], [120.368755, 27.22687], [120.377629, 27.221498], [120.375805, 27.209848], [120.376581, 27.192557], [120.379468, 27.182879], [120.382581, 27.184153], [120.38864, 27.180458], [120.384166, 27.175901], [120.387163, 27.170936], [120.391246, 27.171267], [120.393532, 27.173272], [120.395791, 27.172644], [120.398791, 27.162534], [120.409019, 27.151025], [120.425211, 27.148611], [120.428285, 27.146813], [120.430221, 27.147524], [120.433356, 27.152772], [120.438815, 27.153336], [120.439537, 27.150008], [120.429279, 27.135109], [120.422864, 27.13796], [120.418422, 27.142597], [120.411579, 27.142883], [120.410201, 27.139998], [120.40117, 27.137292], [120.37978, 27.140036], [120.378755, 27.136483], [120.414916, 27.124118], [120.416335, 27.122361], [120.416273, 27.120962], [120.411887, 27.120195], [120.402614, 27.120842], [120.38989, 27.11923], [120.3825, 27.119639], [120.374457, 27.122446], [120.368209, 27.11445], [120.368728, 27.111046], [120.379108, 27.109684], [120.379235, 27.107883], [120.373065, 27.103363], [120.370632, 27.099206], [120.374156, 27.092012], [120.387422, 27.092729], [120.395772, 27.095055], [120.384734, 27.085418], [120.376121, 27.088406], [120.355869, 27.09056], [120.350805, 27.093369], [120.327101, 27.094669], [120.32215, 27.100968], [120.317501, 27.103578], [120.311703, 27.102303], [120.301967, 27.096003], [120.296273, 27.095956], [120.284151, 27.105182], [120.278649, 27.102377], [120.271321, 27.102589], [120.270048, 27.108344], [120.273459, 27.111314], [120.271155, 27.113137], [120.260486, 27.113886], [120.255573, 27.107983], [120.256027, 27.099774], [120.261981, 27.090727], [120.263733, 27.090373], [120.270441, 27.095519], [120.275184, 27.093466], [120.27822, 27.090078], [120.282407, 27.080974], [120.281702, 27.073769], [120.276499, 27.068897], [120.27867, 27.064369], [120.278965, 27.0547], [120.283049, 27.051381], [120.289931, 27.049682], [120.293148, 27.0441], [120.292165, 27.041009], [120.276138, 27.040283], [120.27113, 27.051249], [120.27082, 27.056069], [120.256851, 27.064405], [120.256768, 27.056447], [120.25944, 27.055545], [120.259594, 27.053545], [120.257596, 27.054116], [120.249968, 27.050776], [120.259082, 27.040327], [120.251658, 27.045067], [120.24629, 27.045067], [120.244862, 27.041469], [120.248802, 27.0381], [120.244805, 27.035759], [120.241607, 27.035873], [120.240179, 27.030048], [120.243486, 27.028292], [120.254017, 27.030798], [120.255884, 27.028278], [120.261618, 27.03199], [120.265319, 27.028548], [120.26762, 27.015435], [120.267177, 27.01028], [120.263373, 27.002611], [120.267757, 26.999541], [120.264028, 26.993047], [120.257989, 26.990071], [120.246918, 26.989402], [120.249118, 26.985026], [120.246435, 26.983611], [120.219101, 26.976337], [120.213753, 26.975654], [120.208938, 26.977002], [120.203042, 26.981448], [120.199369, 26.981469], [120.196758, 26.978315], [120.185927, 26.978543], [120.196906, 26.974301], [120.198708, 26.969809], [120.192265, 26.969762], [120.192367, 26.963578], [120.186436, 26.960638], [120.184681, 26.956255], [120.197454, 26.95624], [120.214526, 26.963873], [120.221369, 26.964037], [120.231369, 26.96941], [120.232168, 26.96701], [120.229543, 26.964136], [120.243106, 26.965383], [120.241962, 26.962807], [120.238316, 26.960734], [120.238302, 26.956423], [120.232294, 26.954718], [120.231253, 26.952505], [120.231474, 26.950788], [120.238158, 26.949856], [120.232016, 26.937268], [120.233889, 26.934748], [120.239313, 26.937084], [120.239967, 26.934523], [120.236371, 26.929985], [120.238668, 26.929312], [120.2382, 26.926373], [120.234945, 26.925696], [120.232458, 26.921883], [120.22896, 26.9211], [120.229688, 26.917538], [120.225248, 26.912608], [120.220713, 26.912384], [120.223899, 26.913734], [120.222907, 26.918943], [120.22124, 26.922387], [120.215911, 26.924153], [120.214273, 26.923922], [120.212904, 26.918528], [120.207951, 26.918444], [120.203663, 26.923205], [120.186798, 26.920053], [120.184663, 26.923823], [120.179088, 26.928135], [120.166114, 26.927302], [120.160776, 26.931067], [120.159597, 26.928874], [120.150939, 26.924192], [120.146423, 26.92374], [120.144802, 26.925743], [120.146073, 26.929797], [120.139577, 26.931682], [120.139163, 26.928755], [120.129129, 26.918158], [120.127249, 26.91897], [120.128035, 26.924917], [120.124922, 26.928896], [120.117255, 26.92897], [120.108589, 26.923764], [120.108552, 26.916939], [120.104897, 26.915169], [120.112892, 26.903119], [120.112207, 26.901292], [120.114129, 26.89883], [120.114812, 26.893738], [120.096632, 26.876666], [120.092796, 26.876163], [120.084096, 26.881084], [120.081995, 26.879163], [120.074971, 26.880111], [120.079807, 26.890013], [120.078213, 26.891249], [120.064137, 26.891056], [120.05185, 26.895148], [120.046422, 26.887917], [120.047324, 26.884735], [120.05571, 26.881444], [120.06158, 26.881373], [120.065508, 26.874996], [120.064258, 26.871985], [120.058463, 26.869471], [120.068785, 26.82237], [120.087531, 26.817832], [120.083523, 26.814567], [120.083751, 26.812751], [120.08803, 26.801399], [120.092791, 26.793809], [120.095464, 26.792128], [120.10075, 26.792315], [120.10642, 26.796143], [120.116654, 26.798762], [120.112104, 26.795186], [120.114789, 26.791407], [120.133199, 26.798591], [120.134826, 26.798043], [120.13136, 26.791703], [120.112457, 26.782026], [120.110007, 26.773607], [120.105788, 26.76645], [120.100705, 26.762655], [120.093861, 26.762184], [120.09275, 26.757679], [120.094563, 26.747985], [120.10173, 26.744601], [120.10424, 26.7385], [120.10937, 26.732537], [120.124711, 26.737211], [120.140213, 26.73964], [120.142913, 26.739013], [120.127798, 26.731111], [120.128857, 26.726841], [120.142156, 26.728061], [120.148498, 26.730351], [120.153015, 26.727232], [120.150388, 26.720057], [120.138518, 26.712455], [120.130994, 26.713076], [120.124904, 26.71145], [120.118345, 26.70742], [120.115455, 26.708651], [120.111236, 26.706971], [120.100144, 26.692518], [120.103361, 26.687333], [120.105939, 26.677744], [120.102131, 26.671746], [120.10601, 26.667526], [120.111523, 26.652853], [120.111412, 26.651457], [120.102827, 26.64835], [120.105611, 26.642679], [120.107879, 26.640678], [120.128845, 26.650248], [120.132531, 26.649781], [120.132813, 26.647713], [120.117271, 26.635142], [120.099162, 26.626201], [120.092187, 26.617965], [120.085345, 26.618709], [120.076035, 26.624587], [120.0757, 26.627087], [120.081209, 26.632481], [120.079453, 26.638036], [120.084777, 26.639226], [120.087266, 26.644412], [120.087237, 26.646957], [120.079234, 26.648177], [120.065272, 26.641982], [120.057678, 26.630638], [120.03393, 26.622452], [120.019401, 26.613824], [120.013275, 26.612033], [120.012042, 26.605786], [120.009573, 26.604807], [119.999379, 26.605229], [119.984842, 26.602911], [119.973938, 26.604034], [119.970751, 26.607715], [119.962509, 26.610214], [119.955941, 26.60999], [119.940751, 26.596748], [119.937178, 26.58623], [119.929216, 26.582286], [119.92984, 26.565763], [119.923653, 26.552152], [119.920195, 26.55074], [119.916217, 26.552054], [119.90159, 26.542328], [119.894705, 26.526653], [119.881959, 26.517967], [119.862605, 26.516845], [119.855472, 26.520617], [119.848233, 26.520157], [119.835571, 26.524643], [119.831895, 26.539231], [119.836005, 26.549128], [119.841385, 26.555975], [119.840948, 26.558705], [119.834458, 26.561405], [119.835216, 26.565014], [119.843372, 26.568333], [119.845859, 26.573726], [119.846027, 26.580527], [119.843662, 26.58664], [119.855491, 26.598279], [119.868104, 26.602806], [119.873507, 26.606436], [119.878351, 26.612303], [119.898282, 26.623854], [119.902008, 26.62455], [119.912042, 26.618487], [119.916264, 26.619282], [119.917194, 26.622623], [119.933586, 26.626009], [119.937893, 26.622127], [119.938082, 26.6171], [119.935563, 26.613163], [119.938128, 26.611706], [119.951065, 26.617114], [119.950765, 26.621316], [119.948182, 26.621548], [119.945882, 26.626738], [119.946596, 26.628159], [119.956061, 26.630782], [119.961607, 26.636254], [119.965943, 26.64352], [119.96654, 26.650775], [119.976685, 26.662963], [119.9732, 26.668251], [119.977278, 26.672594], [119.984814, 26.674131], [119.990513, 26.680026], [119.989507, 26.683381], [119.983883, 26.681397], [119.974984, 26.684968], [119.969616, 26.690709], [119.980674, 26.698482], [119.985059, 26.703792], [119.996467, 26.708629], [120.000749, 26.706508], [120.002047, 26.709234], [120.007319, 26.710921], [120.004886, 26.714912], [120.001751, 26.713434], [120, 26.716907], [119.993746, 26.716779], [119.98977, 26.720073], [119.998169, 26.722182], [119.999909, 26.724138], [120.016069, 26.723493], [120.023442, 26.730434], [120.016989, 26.736372], [120.025236, 26.739364], [120.027548, 26.741644], [120.03677, 26.741311], [120.040815, 26.748926], [120.046883, 26.748926], [120.045276, 26.752852], [120.047269, 26.756855], [120.067283, 26.76904], [120.074185, 26.776875], [120.074508, 26.78113], [120.082965, 26.784398], [120.082349, 26.786566], [120.079522, 26.787749], [120.076853, 26.799266], [120.073867, 26.802669], [120.070329, 26.799486], [120.061427, 26.796092], [120.053671, 26.796309], [120.050911, 26.793139], [120.044351, 26.79034], [120.039266, 26.790741], [120.033898, 26.78868], [120.030643, 26.790524], [120.026086, 26.788905], [120.005094, 26.790541], [119.997443, 26.787771], [119.990903, 26.788216], [119.982657, 26.783656], [119.973578, 26.782303], [119.970405, 26.779377], [119.966709, 26.780979], [119.965355, 26.784163], [119.968978, 26.783994], [119.97017, 26.787368], [119.968331, 26.790675], [119.969481, 26.792653], [119.961357, 26.79261], [119.956032, 26.789355], [119.947637, 26.789026], [119.938169, 26.792355], [119.938942, 26.79518], [119.937796, 26.795597], [119.93338, 26.791216], [119.935027, 26.789516], [119.922856, 26.782501], [119.91767, 26.775254], [119.919107, 26.770053], [119.929001, 26.755999], [119.931404, 26.749014], [119.925904, 26.740191], [119.925777, 26.734009], [119.903792, 26.718677], [119.893652, 26.699962], [119.89301, 26.693419], [119.897085, 26.684798], [119.885078, 26.676292], [119.886005, 26.673622], [119.892927, 26.669459], [119.902989, 26.668617], [119.902758, 26.667298], [119.897632, 26.662385], [119.892038, 26.66122], [119.884244, 26.657111], [119.881732, 26.653911], [119.867155, 26.647856], [119.861605, 26.651949], [119.860643, 26.66183], [119.871104, 26.672008], [119.870083, 26.675613], [119.858518, 26.687773], [119.852108, 26.691524], [119.837266, 26.696304], [119.840382, 26.710572], [119.827282, 26.710699], [119.820664, 26.706], [119.822447, 26.701714], [119.820064, 26.696587], [119.808831, 26.696591], [119.802198, 26.692031], [119.791487, 26.697888], [119.785138, 26.710134], [119.793076, 26.717717], [119.806673, 26.723459], [119.806938, 26.727247], [119.802533, 26.735946], [119.801841, 26.74589], [119.794849, 26.747823], [119.791601, 26.750683], [119.792833, 26.753815], [119.800556, 26.761068], [119.805292, 26.761988], [119.802165, 26.772174], [119.806002, 26.776626], [119.81316, 26.782463], [119.818537, 26.783745], [119.831203, 26.779606], [119.830239, 26.783032], [119.821554, 26.785888], [119.821055, 26.787387], [119.82272, 26.788886], [119.83319, 26.786959], [119.835979, 26.779828], [119.836489, 26.783859], [119.841058, 26.782979], [119.842129, 26.781099], [119.84339, 26.783931], [119.847459, 26.784073], [119.847744, 26.785406], [119.851956, 26.783455], [119.852644, 26.778501], [119.854423, 26.780335], [119.849946, 26.791157], [119.844972, 26.793687], [119.850622, 26.807804], [119.848, 26.814243], [119.843871, 26.815858], [119.839646, 26.813645], [119.83374, 26.801457], [119.829429, 26.798473], [119.810404, 26.793777], [119.801105, 26.794075], [119.797381, 26.792163], [119.79825, 26.789686], [119.791604, 26.783971], [119.786547, 26.788094], [119.781694, 26.797059], [119.781788, 26.80212], [119.786345, 26.814383], [119.803229, 26.828521], [119.822235, 26.829992], [119.836807, 26.838066], [119.841832, 26.84415], [119.855694, 26.848734], [119.852055, 26.852], [119.845537, 26.851046], [119.810874, 26.83587], [119.80278, 26.837437], [119.798859, 26.849312], [119.800866, 26.851896], [119.797525, 26.854353], [119.794221, 26.847131], [119.795673, 26.844847], [119.787628, 26.835712], [119.788, 26.830211], [119.781376, 26.826553], [119.774648, 26.819964], [119.776135, 26.818777], [119.774135, 26.813627], [119.769899, 26.809318], [119.758125, 26.802513], [119.757969, 26.786964], [119.767231, 26.777853], [119.77163, 26.775914], [119.771191, 26.767969], [119.770027, 26.763523], [119.763701, 26.763469], [119.761695, 26.7611], [119.765678, 26.752995], [119.75454, 26.740493], [119.745473, 26.736002], [119.741517, 26.735394], [119.727114, 26.742718], [119.729188, 26.747798], [119.728965, 26.753615], [119.724775, 26.769655], [119.715548, 26.789738], [119.699407, 26.815598], [119.689066, 26.823217], [119.683191, 26.819353], [119.688893, 26.805388], [119.69171, 26.804124], [119.689195, 26.784435], [119.691108, 26.779184], [119.689079, 26.775879], [119.681829, 26.776258], [119.682161, 26.762209], [119.680788, 26.759047], [119.688054, 26.749229], [119.695413, 26.749637], [119.700194, 26.745629], [119.706057, 26.74349], [119.705343, 26.740098], [119.718172, 26.739451], [119.736246, 26.727862], [119.733595, 26.720471], [119.72698, 26.715484], [119.728749, 26.710839], [119.726888, 26.70439], [119.710582, 26.708002], [119.696739, 26.707681], [119.686517, 26.716759], [119.675351, 26.729733], [119.669592, 26.731695], [119.662672, 26.731074], [119.662615, 26.733701], [119.665128, 26.735642], [119.664627, 26.739239], [119.657536, 26.748053], [119.657293, 26.753605], [119.651497, 26.760679], [119.641099, 26.758406], [119.620885, 26.757223], [119.612096, 26.75892], [119.611591, 26.762734], [119.615672, 26.766277], [119.623537, 26.781302], [119.622692, 26.799123], [119.618539, 26.799651], [119.609057, 26.795712], [119.598844, 26.787235], [119.593557, 26.784736], [119.586385, 26.785179], [119.58011, 26.792146], [119.565946, 26.797998], [119.57371, 26.791205], [119.578852, 26.789531], [119.578402, 26.784651], [119.585424, 26.7813], [119.587489, 26.778219], [119.582, 26.764532], [119.577148, 26.757616], [119.559063, 26.758706], [119.556977, 26.757311], [119.553962, 26.762854], [119.552024, 26.762422], [119.555704, 26.751966], [119.561386, 26.748519], [119.556415, 26.739408], [119.557772, 26.738076], [119.564152, 26.739128], [119.570815, 26.743718], [119.589736, 26.750121], [119.597339, 26.745569], [119.599476, 26.748655], [119.606607, 26.74769], [119.606507, 26.74452], [119.622982, 26.75048], [119.63451, 26.743732], [119.635756, 26.745834], [119.639188, 26.744584], [119.638334, 26.742402], [119.643908, 26.743204], [119.647596, 26.7418], [119.647444, 26.738553], [119.637512, 26.736203], [119.634275, 26.738286], [119.634061, 26.734622], [119.642811, 26.733354], [119.628648, 26.724905], [119.626066, 26.718625], [119.623798, 26.716844], [119.624562, 26.706536], [119.616773, 26.710821], [119.614988, 26.715369], [119.605336, 26.71634], [119.601967, 26.719881], [119.593001, 26.719995], [119.593116, 26.718453], [119.598369, 26.719024], [119.603509, 26.715027], [119.611315, 26.713102], [119.613363, 26.708996], [119.626627, 26.701469], [119.634089, 26.689409], [119.628795, 26.681616], [119.624333, 26.684352], [119.624155, 26.686077], [119.618741, 26.687981], [119.613864, 26.691907], [119.613269, 26.689885], [119.617849, 26.685602], [119.61654, 26.681616], [119.613685, 26.68227], [119.611663, 26.687624], [119.606666, 26.687208], [119.609283, 26.684412], [119.606963, 26.67995], [119.603334, 26.677749], [119.610175, 26.672871], [119.62, 26.67094], [119.615245, 26.655833], [119.606277, 26.650137], [119.598987, 26.650902], [119.594151, 26.653687], [119.584052, 26.655771], [119.578209, 26.650542], [119.575074, 26.644545], [119.565243, 26.639897], [119.558354, 26.634348], [119.560022, 26.616421], [119.569569, 26.61681], [119.57389, 26.608324], [119.584741, 26.607144], [119.595026, 26.596024], [119.594887, 26.589848], [119.59828, 26.586695], [119.606668, 26.588368], [119.625588, 26.60075], [119.658722, 26.610682], [119.665352, 26.616806], [119.665513, 26.618668], [119.668835, 26.620291], [119.683549, 26.614052], [119.698954, 26.611243], [119.710662, 26.612358], [119.719969, 26.615785], [119.732291, 26.612787], [119.747495, 26.59759], [119.764561, 26.593425], [119.767151, 26.591146], [119.766065, 26.589911], [119.766987, 26.588497], [119.775439, 26.584474], [119.781435, 26.583915], [119.787623, 26.577682], [119.770897, 26.566247], [119.76831, 26.555879], [119.760569, 26.550717], [119.758713, 26.54829], [119.759427, 26.546149], [119.762282, 26.545149], [119.768992, 26.548719], [119.779657, 26.543149], [119.781537, 26.540574], [119.777844, 26.531158], [119.7795, 26.524464], [119.78287, 26.521646], [119.791228, 26.519446], [119.798226, 26.510122], [119.79637, 26.507028], [119.782332, 26.500937], [119.782474, 26.49713], [119.793801, 26.496321], [119.802129, 26.492942], [119.806602, 26.484662], [119.814026, 26.478856], [119.816501, 26.472193], [119.817167, 26.463437], [119.826637, 26.449683], [119.825971, 26.444639], [119.813027, 26.438214], [119.806063, 26.441779], [119.800142, 26.441372], [119.796632, 26.436669], [119.798983, 26.433647], [119.794583, 26.425292], [119.766866, 26.409175], [119.763381, 26.408606], [119.759214, 26.411493], [119.758219, 26.418087], [119.7685, 26.423054], [119.7736, 26.427513], [119.77262, 26.437633], [119.746136, 26.455168], [119.74022, 26.454945], [119.740214, 26.444943], [119.73182, 26.447322], [119.724205, 26.445397], [119.71473, 26.448198], [119.671543, 26.476497], [119.637447, 26.483057], [119.629331, 26.47934], [119.620332, 26.473513], [119.612644, 26.463696], [119.624351, 26.444414], [119.624649, 26.441114], [119.633035, 26.438489], [119.644557, 26.448193], [119.652616, 26.441115], [119.662841, 26.424524], [119.660852, 26.421142], [119.662343, 26.4155], [119.658322, 26.402554], [119.654572, 26.396665], [119.654272, 26.384263], [119.666311, 26.381196], [119.667676, 26.378753], [119.6601, 26.367571], [119.652829, 26.363539], [119.652901, 26.361326], [119.657112, 26.361683], [119.65904, 26.365609], [119.660396, 26.365538], [119.658754, 26.361683], [119.662966, 26.360898], [119.666321, 26.357115], [119.672528, 26.343533], [119.694099, 26.345878], [119.705933, 26.353612], [119.707598, 26.356468], [119.728926, 26.36041], [119.738028, 26.366318], [119.739808, 26.362069], [119.738452, 26.358036], [119.736581, 26.355556], [119.731441, 26.35473], [119.731282, 26.353462], [119.736002, 26.352744], [119.743255, 26.354888], [119.745763, 26.356914], [119.750456, 26.371736], [119.760462, 26.377184], [119.7684, 26.379376], [119.772411, 26.377517], [119.773013, 26.374439], [119.77743, 26.37685], [119.780124, 26.383522], [119.776412, 26.388162], [119.80526, 26.404669], [119.813872, 26.419491], [119.836345, 26.429523], [119.837858, 26.428044], [119.834241, 26.425049], [119.829745, 26.416074], [119.829584, 26.411883], [119.832439, 26.411407], [119.837386, 26.413853], [119.854918, 26.404368], [119.856198, 26.40096], [119.855228, 26.39815], [119.843895, 26.391893], [119.840286, 26.387095], [119.843423, 26.383842], [119.854237, 26.384889], [119.859953, 26.388285], [119.863835, 26.384795], [119.868649, 26.371085], [119.866374, 26.365776], [119.855427, 26.361087], [119.854725, 26.356298], [119.858761, 26.350733], [119.87772, 26.35142], [119.885931, 26.354071], [119.887993, 26.356405], [119.89221, 26.356679], [119.895706, 26.351746], [119.892272, 26.347327], [119.895779, 26.343752], [119.898488, 26.344117], [119.904131, 26.348912], [119.906405, 26.35479], [119.912948, 26.358619], [119.918078, 26.358101], [119.930437, 26.365962], [119.945189, 26.37221], [119.947144, 26.372362], [119.948442, 26.370604], [119.943451, 26.360986], [119.944366, 26.358068], [119.933285, 26.352156], [119.925635, 26.343117], [119.912421, 26.337073], [119.90989, 26.333416], [119.898494, 26.328775], [119.89753, 26.326355], [119.901588, 26.323141], [119.903288, 26.318334], [119.901432, 26.316881], [119.886857, 26.316429], [119.884094, 26.318424], [119.882223, 26.323085], [119.879077, 26.322999], [119.866906, 26.314404], [119.862826, 26.314973], [119.862787, 26.324848], [119.86128, 26.327244], [119.854156, 26.325535], [119.846973, 26.330686], [119.84411, 26.335394], [119.839604, 26.334086], [119.830011, 26.327541], [119.812245, 26.324202], [119.790422, 26.311956], [119.788455, 26.310443], [119.787694, 26.304366], [119.788816, 26.299587], [119.792599, 26.294996], [119.804885, 26.29491], [119.810016, 26.297378], [119.81144, 26.296276], [119.810213, 26.288513], [119.798977, 26.277545], [119.790163, 26.277508], [119.786854, 26.28041], [119.785903, 26.292219], [119.782541, 26.29876], [119.763702, 26.301434], [119.74982, 26.297254], [119.743343, 26.289651], [119.730428, 26.284161], [119.727938, 26.280384], [119.723637, 26.278301], [119.713767, 26.277654], [119.706317, 26.28082], [119.694325, 26.279287], [119.669768, 26.271985], [119.655799, 26.273367], [119.645687, 26.27221], [119.635875, 26.267456], [119.627182, 26.259497], [119.630236, 26.253849], [119.643219, 26.259315], [119.65161, 26.256826], [119.656511, 26.251377], [119.653322, 26.25005], [119.654047, 26.248693], [119.657941, 26.249694], [119.66724, 26.237291], [119.672745, 26.235682], [119.672688, 26.232761], [119.660168, 26.230657], [119.653136, 26.224464], [119.654468, 26.217475], [119.658426, 26.21264], [119.65148, 26.204966], [119.630493, 26.202176], [119.62774, 26.199367], [119.622532, 26.184182], [119.615826, 26.182112], [119.613631, 26.183656], [119.602168, 26.178445], [119.598858, 26.174373], [119.5965, 26.167641], [119.596522, 26.157486], [119.601307, 26.150256], [119.607298, 26.144789], [119.606969, 26.141749], [119.591162, 26.135612], [119.577604, 26.136964], [119.563727, 26.133751], [119.552886, 26.128311], [119.548021, 26.122872], [119.523877, 26.088539], [119.515121, 26.082097], [119.510053, 26.07039], [119.509249, 26.059629], [119.502849, 26.050403], [119.502569, 26.03306], [119.482171, 26.016107], [119.495114, 26.015361], [119.499159, 26.02295], [119.50539, 26.026986], [119.508125, 26.030663], [119.509505, 26.036085], [119.507987, 26.037965], [119.507743, 26.044574], [119.51398, 26.057712], [119.526045, 26.067278], [119.529517, 26.07342], [119.536631, 26.07417], [119.545989, 26.071055], [119.557725, 26.051778], [119.575348, 26.048189], [119.583744, 26.047911], [119.587816, 26.049713], [119.608254, 26.044893], [119.609073, 26.036742], [119.612771, 26.033086], [119.623777, 26.027367], [119.627284, 26.031615], [119.634779, 26.030009], [119.649234, 26.022217], [119.666737, 26.016309], [119.671485, 26.017123], [119.67191, 26.019221], [119.677516, 26.022103], [119.695514, 26.025749], [119.709969, 26.016576], [119.713827, 26.009275], [119.703485, 25.963515], [119.692292, 25.956182], [119.690427, 25.953114], [119.682969, 25.919896], [119.679516, 25.911029], [119.676851, 25.908291], [119.65447, 25.910065], [119.637825, 25.906458], [119.627124, 25.899874], [119.619584, 25.890653], [119.614874, 25.877147], [119.609653, 25.853481], [119.617163, 25.845339], [119.617629, 25.843039], [119.60906, 25.830239], [119.608236, 25.825691], [119.611808, 25.800691], [119.615268, 25.787711], [119.614993, 25.782004], [119.620323, 25.781147], [119.620799, 25.775817], [119.618325, 25.773438], [119.617754, 25.769155], [119.619657, 25.767917], [119.622988, 25.769916], [119.62833, 25.762921], [119.631628, 25.762751], [119.632242, 25.753392], [119.627959, 25.747777], [119.619298, 25.748158], [119.613218, 25.74575], [119.604911, 25.73336], [119.60463, 25.726315], [119.599336, 25.713466], [119.602013, 25.705019], [119.6061, 25.701475], [119.603975, 25.698103], [119.598272, 25.699762], [119.59463, 25.690463], [119.583516, 25.687625], [119.578817, 25.687444], [119.554653, 25.694557], [119.520433, 25.690344], [119.515381, 25.684347], [119.492635, 25.675784], [119.490034, 25.672085], [119.482895, 25.669325], [119.477297, 25.668571], [119.473528, 25.670912], [119.472134, 25.67475], [119.464761, 25.673954], [119.463598, 25.668227], [119.460454, 25.665204], [119.461175, 25.645182], [119.466772, 25.649075], [119.469387, 25.648968], [119.471345, 25.641968], [119.469922, 25.639132], [119.467869, 25.639539], [119.466329, 25.637237], [119.476645, 25.627834], [119.48396, 25.630795], [119.495303, 25.622425], [119.505442, 25.627665], [119.527231, 25.623952], [119.529592, 25.630743], [119.532689, 25.631754], [119.535195, 25.630754], [119.537447, 25.609696], [119.528077, 25.596471], [119.530955, 25.584731], [119.533579, 25.587624], [119.535607, 25.587526], [119.542578, 25.581776], [119.558959, 25.582618], [119.56829, 25.578927], [119.573787, 25.579679], [119.580963, 25.585434], [119.58503, 25.591843], [119.589325, 25.590233], [119.593132, 25.593754], [119.594084, 25.590518], [119.596558, 25.589567], [119.593608, 25.582619], [119.589896, 25.580049], [119.588563, 25.571387], [119.59237, 25.570055], [119.594847, 25.566118], [119.598175, 25.568038], [119.5987, 25.571648], [119.605503, 25.567516], [119.608886, 25.559494], [119.605055, 25.552343], [119.611459, 25.543194], [119.612989, 25.537926], [119.608265, 25.531996], [119.603536, 25.534083], [119.594596, 25.525635], [119.5999, 25.510187], [119.602173, 25.51141], [119.606372, 25.510208], [119.602793, 25.502854], [119.598372, 25.500051], [119.603183, 25.493553], [119.612366, 25.491732], [119.615532, 25.492916], [119.61741, 25.491326], [119.614364, 25.488359], [119.603656, 25.486689], [119.601647, 25.484548], [119.602858, 25.475385], [119.606803, 25.473101], [119.606232, 25.468818], [119.610871, 25.46532], [119.628181, 25.466217], [119.632375, 25.459823], [119.632791, 25.456194], [119.632256, 25.45435], [119.624047, 25.449472], [119.620366, 25.444333], [119.609982, 25.439288], [119.607294, 25.431855], [119.610277, 25.429649], [119.614766, 25.435037], [119.617634, 25.435077], [119.625565, 25.429196], [119.644732, 25.432336], [119.651743, 25.424229], [119.654013, 25.417837], [119.654924, 25.413467], [119.651129, 25.406609], [119.649603, 25.398615], [119.659647, 25.376452], [119.659641, 25.374682], [119.656018, 25.371889], [119.647889, 25.373937], [119.640001, 25.36676], [119.622309, 25.363337], [119.619077, 25.359116], [119.621533, 25.359434], [119.627373, 25.355262], [119.631765, 25.35834], [119.640807, 25.357684], [119.65089, 25.362185], [119.653222, 25.359091], [119.653376, 25.355918], [119.649656, 25.352193], [119.645233, 25.350535], [119.645137, 25.347299], [119.640569, 25.345633], [119.640283, 25.347537], [119.638475, 25.347822], [119.631527, 25.34273], [119.620818, 25.343089], [119.607464, 25.346301], [119.596072, 25.339877], [119.591938, 25.340591], [119.590791, 25.347632], [119.585765, 25.351444], [119.588659, 25.352719], [119.593494, 25.348779], [119.595474, 25.348836], [119.597921, 25.352925], [119.597753, 25.359202], [119.593977, 25.364861], [119.580326, 25.376215], [119.579889, 25.378423], [119.582679, 25.381946], [119.580419, 25.382422], [119.580816, 25.383904], [119.584388, 25.384065], [119.58835, 25.381554], [119.591394, 25.383124], [119.592747, 25.390187], [119.592138, 25.391417], [119.585804, 25.391364], [119.586544, 25.398296], [119.588874, 25.400564], [119.584882, 25.405995], [119.579899, 25.42115], [119.581353, 25.425535], [119.585162, 25.427499], [119.579071, 25.434733], [119.58539, 25.452169], [119.580354, 25.45815], [119.570314, 25.456243], [119.566166, 25.461172], [119.561311, 25.461677], [119.555371, 25.453864], [119.556228, 25.451103], [119.55204, 25.445297], [119.553563, 25.441586], [119.551638, 25.43694], [119.550259, 25.43693], [119.54807, 25.44233], [119.540899, 25.445269], [119.535648, 25.44375], [119.536267, 25.440672], [119.534055, 25.435855], [119.530301, 25.437166], [119.527978, 25.433863], [119.530887, 25.428958], [119.538575, 25.42635], [119.543467, 25.420449], [119.542168, 25.417109], [119.54388, 25.41585], [119.548658, 25.418112], [119.556149, 25.425898], [119.560151, 25.423134], [119.560545, 25.418887], [119.558053, 25.416686], [119.558354, 25.413298], [119.560995, 25.412564], [119.567635, 25.41642], [119.570719, 25.405484], [119.568164, 25.40105], [119.564348, 25.400834], [119.561323, 25.39694], [119.559861, 25.389444], [119.546553, 25.384885], [119.540706, 25.374904], [119.542936, 25.370827], [119.541749, 25.369238], [119.529417, 25.363606], [119.527831, 25.365505], [119.528393, 25.368056], [119.533075, 25.368764], [119.534455, 25.370862], [119.531666, 25.377622], [119.51946, 25.382616], [119.50817, 25.3802], [119.497323, 25.373257], [119.491472, 25.368481], [119.492933, 25.364362], [119.485224, 25.365956], [119.482563, 25.369084], [119.489671, 25.37651], [119.500566, 25.383649], [119.50781, 25.385636], [119.512571, 25.390886], [119.512926, 25.396924], [119.508333, 25.405669], [119.499147, 25.417478], [119.483461, 25.430603], [119.496858, 25.453414], [119.499402, 25.462679], [119.497861, 25.463087], [119.496127, 25.460995], [119.49403, 25.463107], [119.4895, 25.459348], [119.48936, 25.457595], [119.483422, 25.456309], [119.48253, 25.453918], [119.474346, 25.454433], [119.474884, 25.458021], [119.45952, 25.459153], [119.455244, 25.448468], [119.450541, 25.442529], [119.438709, 25.432904], [119.432408, 25.434232], [119.431996, 25.436755], [119.442483, 25.445201], [119.445482, 25.455494], [119.445814, 25.462566], [119.44216, 25.47478], [119.44421, 25.479685], [119.452164, 25.480033], [119.455828, 25.493053], [119.455459, 25.500814], [119.453446, 25.501308], [119.454573, 25.506561], [119.451833, 25.508552], [119.447462, 25.502806], [119.438229, 25.503925], [119.427037, 25.509154], [119.420996, 25.493001], [119.39701, 25.500338], [119.406305, 25.515793], [119.401518, 25.514049], [119.382255, 25.519371], [119.381827, 25.526073], [119.372485, 25.5246], [119.363126, 25.52753], [119.355552, 25.53533], [119.354191, 25.542101], [119.361559, 25.555148], [119.354024, 25.558107], [119.350745, 25.554033], [119.352651, 25.553123], [119.349954, 25.546066], [119.344179, 25.538562], [119.346158, 25.528362], [119.342765, 25.515451], [119.343123, 25.510844], [119.338072, 25.501046], [119.332827, 25.499426], [119.326994, 25.483029], [119.332019, 25.468848], [119.328922, 25.466313], [119.331287, 25.452654], [119.336498, 25.44442], [119.340951, 25.442195], [119.346759, 25.429472], [119.346043, 25.415008], [119.343683, 25.411542], [119.317421, 25.419725], [119.313774, 25.415779], [119.31051, 25.415367], [119.304065, 25.418237], [119.29218, 25.415343], [119.282871, 25.417826], [119.258379, 25.433748], [119.264266, 25.4621], [119.270163, 25.474664], [119.276695, 25.483148], [119.269165, 25.488879], [119.262677, 25.483971], [119.258124, 25.485495], [119.261452, 25.498443], [119.259537, 25.501844], [119.256907, 25.50156], [119.257596, 25.50016], [119.249857, 25.494203], [119.237116, 25.488214], [119.227047, 25.480295], [119.224172, 25.476937], [119.224951, 25.473379], [119.223454, 25.472518], [119.219307, 25.472896], [119.214971, 25.475506], [119.210145, 25.474574], [119.210458, 25.471692], [119.228166, 25.450724], [119.227827, 25.449482], [119.191161, 25.425975], [119.169005, 25.45442], [119.165832, 25.453907], [119.151834, 25.44436], [119.144321, 25.436475], [119.13503, 25.420161], [119.137414, 25.419017], [119.129322, 25.406294], [119.123057, 25.409913], [119.118493, 25.407705], [119.125823, 25.39826], [119.130211, 25.386764], [119.138082, 25.385306], [119.145205, 25.37811], [119.160928, 25.382101], [119.162248, 25.378836], [119.19531, 25.367548], [119.199593, 25.358653], [119.202545, 25.360669], [119.201029, 25.361819], [119.20184, 25.365047], [119.205664, 25.365052], [119.210718, 25.362279], [119.215501, 25.357268], [119.213191, 25.349025], [119.221482, 25.338874], [119.219893, 25.331198], [119.225863, 25.324946], [119.233852, 25.323698], [119.235048, 25.320602], [119.230363, 25.309818], [119.247196, 25.302714], [119.253039, 25.304806], [119.252555, 25.318947], [119.254399, 25.322397], [119.259991, 25.322159], [119.269211, 25.314842], [119.275993, 25.312641], [119.281168, 25.313891], [119.289734, 25.321267], [119.294731, 25.321624], [119.300501, 25.317341], [119.302048, 25.313653], [119.301691, 25.304789], [119.303761, 25.302156], [119.313846, 25.295402], [119.330525, 25.287921], [119.333597, 25.281422], [119.342089, 25.274583], [119.347587, 25.272592], [119.351595, 25.274071], [119.357867, 25.270397], [119.359201, 25.266707], [119.36681, 25.267337], [119.369152, 25.265624], [119.368238, 25.256316], [119.366296, 25.253061], [119.362756, 25.251462], [119.351048, 25.252076], [119.311274, 25.242443], [119.301237, 25.238332], [119.298026, 25.242226], [119.290978, 25.243039], [119.286421, 25.236465], [119.292796, 25.207497], [119.296117, 25.202478], [119.3012, 25.199052], [119.302057, 25.195911], [119.298859, 25.191628], [119.288141, 25.186791], [119.28068, 25.181472], [119.275388, 25.17324], [119.270705, 25.173411], [119.26857, 25.179533], [119.264704, 25.18227], [119.24632, 25.18626], [119.234442, 25.192542], [119.212227, 25.191342], [119.190326, 25.181289], [119.176964, 25.184346], [119.168762, 25.189881], [119.162494, 25.198806], [119.154589, 25.204167], [119.147891, 25.206343], [119.144709, 25.209657], [119.141498, 25.223746], [119.147549, 25.229947], [119.141436, 25.236504], [119.143347, 25.23937], [119.137768, 25.242687], [119.135959, 25.248416], [119.132793, 25.248416], [119.124652, 25.238466], [119.124146, 25.226442], [119.117588, 25.220689], [119.11192, 25.218712], [119.107165, 25.206987], [119.099397, 25.200546], [119.11231, 25.175214], [119.115817, 25.172763], [119.12122, 25.173236], [119.12976, 25.169964], [119.13344, 25.16946], [119.137298, 25.171245], [119.139122, 25.168368], [119.13917, 25.161221], [119.135087, 25.160738], [119.129493, 25.156614], [119.13006, 25.151607], [119.133219, 25.14797], [119.145848, 25.145676], [119.148756, 25.147556], [119.146975, 25.15], [119.149755, 25.1531], [119.155095, 25.152896], [119.157349, 25.151943], [119.160193, 25.146821], [119.158813, 25.141084], [119.156003, 25.135489], [119.152396, 25.13284], [119.10094, 25.113081], [119.078591, 25.115331], [119.06897, 25.102566], [119.063865, 25.10571], [119.066302, 25.109558], [119.03197, 25.129733], [119.028133, 25.138787], [119.026359, 25.150278], [119.030292, 25.152815], [119.026247, 25.156979], [119.027437, 25.158883], [119.024225, 25.162928], [119.028508, 25.165069], [119.03172, 25.174944], [119.053829, 25.16614], [119.059923, 25.173372], [119.064666, 25.18537], [119.065975, 25.18499], [119.070356, 25.201815], [119.068247, 25.202456], [119.070618, 25.209533], [119.073192, 25.209113], [119.077873, 25.219459], [119.077788, 25.222592], [119.076487, 25.218978], [119.060882, 25.212244], [119.057367, 25.220247], [119.067409, 25.227749], [119.06648, 25.229829], [119.055524, 25.225284], [119.015015, 25.216056], [119.001065, 25.215706], [119.001022, 25.212067], [118.992713, 25.210858], [118.988549, 25.213238], [118.989261, 25.215016], [118.984112, 25.216405], [118.98039, 25.219627], [118.974594, 25.228745], [118.973743, 25.234839], [118.970657, 25.235365], [118.970628, 25.239506], [118.973209, 25.239637], [118.974599, 25.241759], [118.974757, 25.246927], [118.985099, 25.247038], [118.984596, 25.255319], [118.989077, 25.257505], [118.990131, 25.265567], [118.997512, 25.263609], [119.002411, 25.256495], [119.015535, 25.258067], [119.014975, 25.260177], [119.017178, 25.26197], [119.023734, 25.262972], [119.030245, 25.278557], [119.017715, 25.286687], [119.011888, 25.286623], [119.010724, 25.283444], [118.996951, 25.285486], [118.99578, 25.283416], [118.985643, 25.282488], [118.982074, 25.283987], [118.973381, 25.278802], [118.968154, 25.279347], [118.954591, 25.276349], [118.917386, 25.262217], [118.905263, 25.260542], [118.911535, 25.250795], [118.896896, 25.249422], [118.894163, 25.24613], [118.881797, 25.244635], [118.875697, 25.246734], [118.870562, 25.246393], [118.870016, 25.245296], [118.880101, 25.240831], [118.893028, 25.243283], [118.899317, 25.240482], [118.904525, 25.242467], [118.913002, 25.240823], [118.913846, 25.235172], [118.923016, 25.233393], [118.925846, 25.226103], [118.936486, 25.226445], [118.937259, 25.22423], [118.934372, 25.221414], [118.937998, 25.214493], [118.93486, 25.213118], [118.938154, 25.206367], [118.946492, 25.206342], [118.950285, 25.209051], [118.962441, 25.21088], [118.965208, 25.20994], [118.967291, 25.207404], [118.966529, 25.193612], [118.975628, 25.179297], [118.977227, 25.172787], [118.974143, 25.166676], [118.970929, 25.164965], [118.966504, 25.167148], [118.962138, 25.159518], [118.959052, 25.157643], [118.946198, 25.156167], [118.942514, 25.146041], [118.936897, 25.143359], [118.942584, 25.130719], [118.950842, 25.123483], [118.96059, 25.121646], [118.962303, 25.118619], [118.938227, 25.107991], [118.909615, 25.107673], [118.909185, 25.097602], [118.893768, 25.096555], [118.894188, 25.102343], [118.885031, 25.100032], [118.857231, 25.087472], [118.860773, 25.083684], [118.886407, 25.083842], [118.885303, 25.081485], [118.923798, 25.049295], [118.937349, 25.044284], [118.93883, 25.046831], [118.939539, 25.041928], [118.978204, 25.0179], [118.987452, 25.02269], [118.989169, 25.026152], [118.991189, 25.041937], [118.996812, 25.051869], [118.995766, 25.054874], [119.010843, 25.059647], [119.017057, 25.053094], [119.010668, 25.038425], [119.002742, 25.038419], [119.00029, 25.034199], [119.000692, 25.026223], [118.99456, 25.006649], [118.993042, 25.00495], [118.986101, 25.006243], [118.981245, 25.002301], [118.97898, 24.994003], [118.979467, 24.987346], [118.983389, 24.974461], [118.989618, 24.967167], [119.005077, 24.955786], [119.011858, 24.960406], [119.020249, 24.963333], [119.027345, 24.960496], [119.016751, 24.955897], [119.007456, 24.944939], [118.996806, 24.94638], [118.987673, 24.945566], [118.98638, 24.947885], [118.979222, 24.948545], [118.980974, 24.957574], [118.97818, 24.962582], [118.966541, 24.965221], [118.95294, 24.964711], [118.937269, 24.959005], [118.933097, 24.959266], [118.929828, 24.963623], [118.913682, 24.961124], [118.898971, 24.938489], [118.904991, 24.939306], [118.909895, 24.933134], [118.907349, 24.927551], [118.908295, 24.917966], [118.910817, 24.914044], [118.917695, 24.910888], [118.926244, 24.900358], [118.938795, 24.895575], [118.939946, 24.891631], [118.946612, 24.886836], [118.958726, 24.886115], [118.956959, 24.891726], [118.958527, 24.894092], [118.96294, 24.899064], [118.97153, 24.900566], [118.977998, 24.898236], [118.985356, 24.887909], [118.985035, 24.883182], [118.981183, 24.88042], [118.9673, 24.882799], [118.952316, 24.879824], [118.942303, 24.880003], [118.93605, 24.878379], [118.933255, 24.875539], [118.926152, 24.874748], [118.922158, 24.87559], [118.923049, 24.880253], [118.920798, 24.882182], [118.89944, 24.882753], [118.895782, 24.892689], [118.888498, 24.895528], [118.872061, 24.89617], [118.854049, 24.891099], [118.850276, 24.884242], [118.84278, 24.879822], [118.833757, 24.882007], [118.83042, 24.878919], [118.828321, 24.86806], [118.830265, 24.866367], [118.833628, 24.868623], [118.836758, 24.865917], [118.830921, 24.858525], [118.825453, 24.863525], [118.825704, 24.866991], [118.823156, 24.870712], [118.81594, 24.875088], [118.809585, 24.875287], [118.802226, 24.873973], [118.79436, 24.870366], [118.785295, 24.861668], [118.778394, 24.857994], [118.757105, 24.859566], [118.748686, 24.858109], [118.741612, 24.850541], [118.729752, 24.852197], [118.716354, 24.848712], [118.711092, 24.852169], [118.702086, 24.850888], [118.696481, 24.855465], [118.700846, 24.861306], [118.703102, 24.868873], [118.702948, 24.871374], [118.69936, 24.876109], [118.69866, 24.886396], [118.690606, 24.895784], [118.688856, 24.896857], [118.685511, 24.89585], [118.682081, 24.905578], [118.686414, 24.91788], [118.691948, 24.918747], [118.692506, 24.922657], [118.696901, 24.927074], [118.699266, 24.93197], [118.697685, 24.934412], [118.699028, 24.938557], [118.695031, 24.941527], [118.69478, 24.947802], [118.691989, 24.951174], [118.691122, 24.955362], [118.688323, 24.957794], [118.67879, 24.957063], [118.673292, 24.959475], [118.669879, 24.956906], [118.676388, 24.947729], [118.672635, 24.934617], [118.67739, 24.929741], [118.679201, 24.924676], [118.663354, 24.921137], [118.653977, 24.913039], [118.652714, 24.905585], [118.65937, 24.902179], [118.666526, 24.902724], [118.673431, 24.898902], [118.682816, 24.886865], [118.685318, 24.880907], [118.681799, 24.878695], [118.683409, 24.873816], [118.682885, 24.86772], [118.678461, 24.85959], [118.652752, 24.852907], [118.648451, 24.853163], [118.647801, 24.855273], [118.63901, 24.853499], [118.642512, 24.845763], [118.63801, 24.832183], [118.641878, 24.816857], [118.647465, 24.806315], [118.65438, 24.806835], [118.659246, 24.798812], [118.658703, 24.796887], [118.650777, 24.794736], [118.65037, 24.79107], [118.656552, 24.788882], [118.682785, 24.797985], [118.702734, 24.794889], [118.709002, 24.796983], [118.711408, 24.799456], [118.712167, 24.802376], [118.70992, 24.809175], [118.716993, 24.817965], [118.728102, 24.817028], [118.727772, 24.809394], [118.722272, 24.805923], [118.722399, 24.796202], [118.718589, 24.791637], [118.726798, 24.777976], [118.73201, 24.773265], [118.739675, 24.770367], [118.745322, 24.773122], [118.744529, 24.776077], [118.750146, 24.779927], [118.759756, 24.777306], [118.772795, 24.780257], [118.77527, 24.779495], [118.778791, 24.772166], [118.778316, 24.760555], [118.773821, 24.748878], [118.761257, 24.741739], [118.754404, 24.728176], [118.716571, 24.693484], [118.713858, 24.689201], [118.712758, 24.679661], [118.699204, 24.669894], [118.681554, 24.667701], [118.67633, 24.676631], [118.67385, 24.687607], [118.667459, 24.689538], [118.658894, 24.688368], [118.65255, 24.683745], [118.648615, 24.677752], [118.643761, 24.656348], [118.646531, 24.63715], [118.657793, 24.620541], [118.657597, 24.618438], [118.662468, 24.619036], [118.669615, 24.627735], [118.675436, 24.631031], [118.680686, 24.630397], [118.681589, 24.628123], [118.682863, 24.61812], [118.681507, 24.608055], [118.67444, 24.598632], [118.671932, 24.591088], [118.672661, 24.589131], [118.665595, 24.577708], [118.656552, 24.578825], [118.648088, 24.567951], [118.604461, 24.532793], [118.583358, 24.528109], [118.57384, 24.520852], [118.568843, 24.523231], [118.568605, 24.527396], [118.576799, 24.556087], [118.568086, 24.575966], [118.569719, 24.582729], [118.544422, 24.59598], [118.53592, 24.607126], [118.514797, 24.614784], [118.503791, 24.617081], [118.49817, 24.626285], [118.493788, 24.62807], [118.475055, 24.631333], [118.465219, 24.631222], [118.445589, 24.627811], [118.440024, 24.629886], [118.447022, 24.632247], [118.441584, 24.650522], [118.453872, 24.673784], [118.453575, 24.677294], [118.448578, 24.683362], [118.447498, 24.688766], [118.442531, 24.68951], [118.44223, 24.697918], [118.437941, 24.697044], [118.435254, 24.679126], [118.439064, 24.675073], [118.43868, 24.669111], [118.43392, 24.670854], [118.429707, 24.659076], [118.423643, 24.650648], [118.424454, 24.647639], [118.427407, 24.647526], [118.427308, 24.637038], [118.433604, 24.627582], [118.431138, 24.617349], [118.416712, 24.605493], [118.411221, 24.605319], [118.401952, 24.602079], [118.403253, 24.599261], [118.398803, 24.597215], [118.397606, 24.598126], [118.389276, 24.595938], [118.392392, 24.582587], [118.388094, 24.581441], [118.38575, 24.590895], [118.376247, 24.584982], [118.360465, 24.578744], [118.35383, 24.582179], [118.329696, 24.578522], [118.322089, 24.579717], [118.321496, 24.582258], [118.305715, 24.579887], [118.288594, 24.586182], [118.286761, 24.579752], [118.292048, 24.578371], [118.291935, 24.576964], [118.283179, 24.564731], [118.283533, 24.557367], [118.277817, 24.555204], [118.272432, 24.555471], [118.26942, 24.55627], [118.267336, 24.559356], [118.264795, 24.558416], [118.265202, 24.554793], [118.263638, 24.55187], [118.246468, 24.537241], [118.23931, 24.536401], [118.237311, 24.539447], [118.225033, 24.541922], [118.219988, 24.548965], [118.211993, 24.550202], [118.20752, 24.54887], [118.198954, 24.559339], [118.199049, 24.563146], [118.194744, 24.566959], [118.192101, 24.589225], [118.18764, 24.600394], [118.188368, 24.603331], [118.190935, 24.605405], [118.190712, 24.617652], [118.179347, 24.622823], [118.178681, 24.624917], [118.180204, 24.630342], [118.192196, 24.6371], [118.204189, 24.650996], [118.203522, 24.652614], [118.201429, 24.652424], [118.200857, 24.655184], [118.189504, 24.655898], [118.180969, 24.663777], [118.177965, 24.661077], [118.180705, 24.65469], [118.176563, 24.642645], [118.167942, 24.634263], [118.163708, 24.637726], [118.164278, 24.640566], [118.151157, 24.64442], [118.148955, 24.643114], [118.152956, 24.639832], [118.145806, 24.631524], [118.138796, 24.614077], [118.13341, 24.606722], [118.111793, 24.585601], [118.100024, 24.567145], [118.085106, 24.565529], [118.084613, 24.567844], [118.066893, 24.570653], [118.055899, 24.555005], [118.049727, 24.556602], [118.029147, 24.551803], [118.02904, 24.537351], [118.031896, 24.534245], [118.038703, 24.531598], [118.041458, 24.531877], [118.041803, 24.534204], [118.047654, 24.534181], [118.06892, 24.507724], [118.066084, 24.503423], [118.055221, 24.495999], [118.044733, 24.486133], [118.033766, 24.473534], [118.03358, 24.464898], [118.038769, 24.456653], [118.041338, 24.447543], [118.041434, 24.441005], [118.025283, 24.441857], [118.01973, 24.444683], [117.959708, 24.456975], [117.952842, 24.460255], [117.953929, 24.465151], [117.910822, 24.479382], [117.905194, 24.4777], [117.901938, 24.474272], [117.913566, 24.460453], [117.903776, 24.437293], [117.894694, 24.433122], [117.880859, 24.432978], [117.879374, 24.432165], [117.879371, 24.428834], [117.88508, 24.428792], [117.894791, 24.423119], [117.906168, 24.413302], [117.906006, 24.411236], [117.902627, 24.4102], [117.888325, 24.411218], [117.906108, 24.393821], [117.933826, 24.396361], [117.949808, 24.395847], [117.959958, 24.39965], [117.980338, 24.401015], [117.995925, 24.409347], [118.017042, 24.415358], [118.049751, 24.412481], [118.065267, 24.409141], [118.067549, 24.406705], [118.069081, 24.401203], [118.066762, 24.390814], [118.051418, 24.384531], [118.052157, 24.372345], [118.056729, 24.36529], [118.050049, 24.361182], [118.045553, 24.354894], [118.038724, 24.350712], [118.037914, 24.349651], [118.040376, 24.3443], [118.054312, 24.355307], [118.092836, 24.360148], [118.099526, 24.356592], [118.106344, 24.349785], [118.105665, 24.343415], [118.114968, 24.330776], [118.113456, 24.322474], [118.115966, 24.315621], [118.127141, 24.3123], [118.133421, 24.307701], [118.124458, 24.299388], [118.124825, 24.291029], [118.129454, 24.282094], [118.131684, 24.280344], [118.134661, 24.281341], [118.136431, 24.280104], [118.134671, 24.274683], [118.138538, 24.270728], [118.13824, 24.268735], [118.132649, 24.262965], [118.126581, 24.268556], [118.122589, 24.270043], [118.110035, 24.266421], [118.101745, 24.260179], [118.095525, 24.250302], [118.083593, 24.255725], [118.068895, 24.251586], [118.060326, 24.243749], [118.057952, 24.238816], [118.050308, 24.237803], [118.045242, 24.23369], [118.037332, 24.214671], [118.035491, 24.217539], [118.032174, 24.217543], [118.024626, 24.212846], [118.021702, 24.206953], [118.011193, 24.207157], [118.006209, 24.204919], [118, 24.19896], [117.997208, 24.192635], [117.998476, 24.189792], [117.987986, 24.186204], [117.984439, 24.181794], [117.981236, 24.169519], [117.981294, 24.161229], [117.968974, 24.153567], [117.966634, 24.154269], [117.965498, 24.158994], [117.969599, 24.169822], [117.967788, 24.176475], [117.975829, 24.189668], [117.968551, 24.188889], [117.969295, 24.18448], [117.96818, 24.182836], [117.962981, 24.181774], [117.961337, 24.185621], [117.963707, 24.19161], [117.956571, 24.195071], [117.954984, 24.200154], [117.958285, 24.204665], [117.955375, 24.205226], [117.952631, 24.201181], [117.953048, 24.196303], [117.956081, 24.183454], [117.961007, 24.176694], [117.959111, 24.170412], [117.954872, 24.167277], [117.951235, 24.167827], [117.948129, 24.1726], [117.94833, 24.175827], [117.946808, 24.173841], [117.943706, 24.178285], [117.941244, 24.177183], [117.933827, 24.181679], [117.932232, 24.180271], [117.945203, 24.168284], [117.951571, 24.16511], [117.95622, 24.16506], [117.96065, 24.167604], [117.962525, 24.166732], [117.958314, 24.161949], [117.94876, 24.158366], [117.942703, 24.147422], [117.934123, 24.139144], [117.92577, 24.121359], [117.920883, 24.122614], [117.914627, 24.120429], [117.90844, 24.114265], [117.902289, 24.10365], [117.89705, 24.087012], [117.896868, 24.053644], [117.900998, 24.0387], [117.898615, 24.03463], [117.891291, 24.027281], [117.880956, 24.032419], [117.875949, 24.031556], [117.874124, 24.035725], [117.85006, 24.031425], [117.842037, 24.027058], [117.829784, 24.014988], [117.824207, 24.004201], [117.822839, 23.997024], [117.820025, 24], [117.820753, 24.001894], [117.817493, 24.003199], [117.807721, 23.999532], [117.801022, 23.990529], [117.797412, 23.980204], [117.795759, 23.968745], [117.799373, 23.960492], [117.794296, 23.9593], [117.788164, 23.962257], [117.788401, 23.964097], [117.786509, 23.964775], [117.776195, 23.959473], [117.769649, 23.943129], [117.766638, 23.928785], [117.766976, 23.917752], [117.755693, 23.914894], [117.747986, 23.906866], [117.74245, 23.905611], [117.737062, 23.909645], [117.736262, 23.912421], [117.738709, 23.914305], [117.739403, 23.918961], [117.734227, 23.931587], [117.730786, 23.93575], [117.731141, 23.937761], [117.738103, 23.940771], [117.756926, 23.954613], [117.75466, 23.956827], [117.768492, 23.97479], [117.765799, 23.976726], [117.766524, 23.981323], [117.772856, 23.989479], [117.779237, 23.990565], [117.782137, 23.988523], [117.791643, 24.001078], [117.789408, 24.001992], [117.7885, 24.00457], [117.786229, 24.004464], [117.785736, 23.997687], [117.78237, 23.994632], [117.776888, 23.993475], [117.77545, 23.994077], [117.777914, 24.002402], [117.774753, 24.001959], [117.774051, 23.999308], [117.772801, 23.9998], [117.769523, 23.995516], [117.766815, 23.998308], [117.769815, 24.001366], [117.771093, 24.00561], [117.75675, 24.017923], [117.75895, 24.026283], [117.769882, 24.037647], [117.769058, 24.038533], [117.758161, 24.029668], [117.753072, 24.02331], [117.753486, 24.015056], [117.74338, 24.010276], [117.740137, 24.015519], [117.727125, 24.024384], [117.713684, 24.030749], [117.70818, 24.043513], [117.702666, 24.045534], [117.69733, 24.044005], [117.699229, 24.040737], [117.703887, 24.043993], [117.705848, 24.043018], [117.711903, 24.023299], [117.706992, 24.015025], [117.693421, 24], [117.69532, 23.998824], [117.691282, 23.989805], [117.690213, 23.982668], [117.692371, 23.976564], [117.695275, 23.973915], [117.69683, 23.974341], [117.700366, 23.968619], [117.700302, 23.965866], [117.705636, 23.957756], [117.706816, 23.951544], [117.689925, 23.945301], [117.680212, 23.939963], [117.654782, 23.920887], [117.643466, 23.906562], [117.634602, 23.891223], [117.628727, 23.874442], [117.62474, 23.855799], [117.623749, 23.829575], [117.625915, 23.814588], [117.628754, 23.806956], [117.635692, 23.796825], [117.641062, 23.793525], [117.625208, 23.777501], [117.623651, 23.765743], [117.619135, 23.764931], [117.616806, 23.766321], [117.613044, 23.763194], [117.611613, 23.752889], [117.605024, 23.742875], [117.598675, 23.744407], [117.59309, 23.739075], [117.592807, 23.726472], [117.590273, 23.71906], [117.583792, 23.719184], [117.582731, 23.721111], [117.581743, 23.731721], [117.584323, 23.734537], [117.587288, 23.750153], [117.586913, 23.759137], [117.582474, 23.764696], [117.580733, 23.770053], [117.583544, 23.771858], [117.588104, 23.771152], [117.592707, 23.776576], [117.591582, 23.780974], [117.597803, 23.787721], [117.60044, 23.793354], [117.609071, 23.79677], [117.612722, 23.810491], [117.594586, 23.810539], [117.594604, 23.844729], [117.606332, 23.844342], [117.598717, 23.858249], [117.602184, 23.860601], [117.603092, 23.863182], [117.596193, 23.870755], [117.592132, 23.87923], [117.58835, 23.879388], [117.582961, 23.882839], [117.577572, 23.880054], [117.56746, 23.883929], [117.566733, 23.88623], [117.573757, 23.892104], [117.567702, 23.900581], [117.566128, 23.901126], [117.565219, 23.899673], [117.565038, 23.893497], [117.560496, 23.894102], [117.547841, 23.903003], [117.547993, 23.906325], [117.529963, 23.909448], [117.503952, 23.920759], [117.497347, 23.921746], [117.493705, 23.919093], [117.487485, 23.920837], [117.470837, 23.920844], [117.460139, 23.92307], [117.451918, 23.928719], [117.443708, 23.938138], [117.433436, 23.943769], [117.408933, 23.941706], [117.4024, 23.938993], [117.401164, 23.933989], [117.409023, 23.934612], [117.412605, 23.932907], [117.41292, 23.924892], [117.414445, 23.92245], [117.42575, 23.915987], [117.449068, 23.911239], [117.472406, 23.91218], [117.483033, 23.906874], [117.492038, 23.89379], [117.491815, 23.892012], [117.4883, 23.889532], [117.488265, 23.885089], [117.490596, 23.879976], [117.504256, 23.865529], [117.493284, 23.851947], [117.486433, 23.837944], [117.494479, 23.834062], [117.496668, 23.830945], [117.498928, 23.830826], [117.496168, 23.824973], [117.494741, 23.824306], [117.485524, 23.82798], [117.47953, 23.822599], [117.470111, 23.820917], [117.468856, 23.81129], [117.472568, 23.798019], [117.45459, 23.786792], [117.439986, 23.764957], [117.441821, 23.761657], [117.44068, 23.759394], [117.438643, 23.758159], [117.432574, 23.760595], [117.425786, 23.767453], [117.411602, 23.776331], [117.406924, 23.777489], [117.403624, 23.774031], [117.422573, 23.763724], [117.433344, 23.746716], [117.434303, 23.742665], [117.440693, 23.738925], [117.447381, 23.744861], [117.453104, 23.745688], [117.461433, 23.741772], [117.46788, 23.74419], [117.468876, 23.747379], [117.467754, 23.751261], [117.471111, 23.754704], [117.488957, 23.762613], [117.497651, 23.76219], [117.499925, 23.755968], [117.496899, 23.75282], [117.498605, 23.750508], [117.504537, 23.749807], [117.508066, 23.752414], [117.513515, 23.751151], [117.517685, 23.743806], [117.528442, 23.7411], [117.535977, 23.736565], [117.532386, 23.733842], [117.525559, 23.734754], [117.522489, 23.733487], [117.519953, 23.729704], [117.516372, 23.714403], [117.508608, 23.715124], [117.50113, 23.726362], [117.499114, 23.727249], [117.4932, 23.725789], [117.485705, 23.72117], [117.482783, 23.709597], [117.475522, 23.701162], [117.471308, 23.691081], [117.471111, 23.679759], [117.472818, 23.671139], [117.482358, 23.668128], [117.489821, 23.662175], [117.487334, 23.656415], [117.477631, 23.655229], [117.47109, 23.657267], [117.461043, 23.651328], [117.458986, 23.653839], [117.458208, 23.659029], [117.453803, 23.660821], [117.447356, 23.659029], [117.445889, 23.660382], [117.445909, 23.664525], [117.444212, 23.665318], [117.436406, 23.664437], [117.428744, 23.65933], [117.423845, 23.653872], [117.417846, 23.641347], [117.415046, 23.630185], [117.414605, 23.616008], [117.416241, 23.605099], [117.418183, 23.599316], [117.423711, 23.59343], [117.427488, 23.592573], [117.433563, 23.598001], [117.437363, 23.59241], [117.443213, 23.592592], [117.437568, 23.583263], [117.430864, 23.582609], [117.429004, 23.588695], [117.42322, 23.58912], [117.410431, 23.583011], [117.395839, 23.581388], [117.380968, 23.576637], [117.367517, 23.567119], [117.367073, 23.569522], [117.370508, 23.571762], [117.370132, 23.575644], [117.367658, 23.579227], [117.361155, 23.582009], [117.347189, 23.581062], [117.318455, 23.572572], [117.316353, 23.574084], [117.31591, 23.577589], [117.322011, 23.584619], [117.328084, 23.588191], [117.343016, 23.60386], [117.35027, 23.608702], [117.357798, 23.611411], [117.361784, 23.619791], [117.375703, 23.63508], [117.361719, 23.671944], [117.355869, 23.675686], [117.34769, 23.675864], [117.339602, 23.687886], [117.341654, 23.695382], [117.352007, 23.702517], [117.359449, 23.712743], [117.362014, 23.71942], [117.361745, 23.722299], [117.35021, 23.7369], [117.347938, 23.745879], [117.350413, 23.75127], [117.369771, 23.765089], [117.366453, 23.769754], [117.370978, 23.774095], [117.386523, 23.783537], [117.39342, 23.783755], [117.396643, 23.782289], [117.401407, 23.775317], [117.403857, 23.774897], [117.405982, 23.777031], [117.397101, 23.78731], [117.38729, 23.788552], [117.380688, 23.786769], [117.364587, 23.775766], [117.359871, 23.770031], [117.359251, 23.76649], [117.344879, 23.754087], [117.330691, 23.753842], [117.325664, 23.751345], [117.316112, 23.758636], [117.31167, 23.756944], [117.314355, 23.747049], [117.307982, 23.743959], [117.274496, 23.735471], [117.272177, 23.72283], [117.269301, 23.71607], [117.278765, 23.681325], [117.276783, 23.67838], [117.26959, 23.677881], [117.266999, 23.675594], [117.265779, 23.662855], [117.266063, 23.657355], [117.26926, 23.649903], [117.280426, 23.63696], [117.27949, 23.630964], [117.275466, 23.627399], [117.255477, 23.624262], [117.252382, 23.618444], [117.25383, 23.616004], [117.253117, 23.612761], [117.249092, 23.60782], [117.23271, 23.603024], [117.229688, 23.606514], [117.232123, 23.614953], [117.228522, 23.629026], [117.235471, 23.640085], [117.237457, 23.655162], [117.241533, 23.659064], [117.246902, 23.672158], [117.239816, 23.684945], [117.230223, 23.691357], [117.227775, 23.690166], [117.235974, 23.685828], [117.241368, 23.67607], [117.237715, 23.674488], [117.235173, 23.676798], [117.232631, 23.675114], [117.23218, 23.663593], [117.229254, 23.660807], [117.226372, 23.660766], [117.225005, 23.669599], [117.221624, 23.676069], [117.210976, 23.68161], [117.208572, 23.680367], [117.209377, 23.67692], [117.21724, 23.669052], [117.216233, 23.66121], [117.210716, 23.661014], [117.213799, 23.654908], [117.216654, 23.654038], [117.222214, 23.648104], [117.225439, 23.625382], [117.205622, 23.624055], [117.188675, 23.619856], [117.183439, 23.631103], [117.170624, 23.640433], [117.155259, 23.641478], [117.146275, 23.649846], [117.142706, 23.656082], [117.125844, 23.653225], [117.118825, 23.648781], [117.116486, 23.654393], [117.113625, 23.656905], [117.092628, 23.667419], [117.088217, 23.668331], [117.086037, 23.666606], [117.077944, 23.675466], [117.07975, 23.676631], [117.07867, 23.679025], [117.072944, 23.682735], [117.069971, 23.681005], [117.060908, 23.688995], [117.055862, 23.689808], [117.04543, 23.702657], [117.044717, 23.713886], [117.047777, 23.719067], [117.045435, 23.728658], [117.047031, 23.73824], [117.042894, 23.752179], [117.029045, 23.786341], [117.028198, 23.797479], [117.016252, 23.811488], [117.027207, 23.819135], [117.028635, 23.828001], [117.027118, 23.829782], [117.023341, 23.828303], [117.019289, 23.832595], [117.01622, 23.843103], [116.998663, 23.862565], [116.983716, 23.865454], [116.979961, 23.864821], [116.977169, 23.860432], [116.968918, 23.858477], [116.96018, 23.861612], [116.955244, 23.868992], [116.957861, 23.872651], [116.965996, 23.871484], [116.972435, 23.872524], [116.972888, 23.883126], [116.968959, 23.890128], [116.971216, 23.898158], [116.95501, 23.907048], [116.956591, 23.914569], [116.950192, 23.922914], [116.951199, 23.925066], [116.963278, 23.926416], [116.96942, 23.930304], [116.975579, 23.942413], [116.976681, 23.949238], [116.975352, 23.96409], [116.971762, 23.971162], [116.967107, 23.975354], [116.971756, 23.995139], [116.976823, 23.997676], [116.976892, 24], [116.975549, 24.005026], [116.957457, 24.01446], [116.952821, 24.010113], [116.95299, 24.007046], [116.949656, 24.0067], [116.950197, 24.01721], [116.953154, 24.019618], [116.946159, 24.026003], [116.944457, 24.030614], [116.937748, 24.032876], [116.939147, 24.038633], [116.94684, 24.040614], [116.94772, 24.053845], [116.943148, 24.0572], [116.935877, 24.055512], [116.930598, 24.058387], [116.931907, 24.062487], [116.925801, 24.069611], [116.924186, 24.082038], [116.925517, 24.092621], [116.922148, 24.103439], [116.923055, 24.107337], [116.930798, 24.119817], [116.931351, 24.131114], [116.935933, 24.133023], [116.940033, 24.13996], [116.945933, 24.141275], [116.943939, 24.145681], [116.945562, 24.148232], [116.95337, 24.148175], [116.953366, 24.15032], [116.958623, 24.155457], [116.966143, 24.156925], [116.969154, 24.159289], [116.967852, 24.161338], [116.971076, 24.16466], [116.978049, 24.168187], [116.983195, 24.173693], [116.987379, 24.17455], [116.993343, 24.184983], [116.99285, 24.188231], [116.986646, 24.189333], [116.985108, 24.194361], [116.973022, 24.202983], [116.967726, 24.200487], [116.961667, 24.206789], [116.959664, 24.212325], [116.953491, 24.215311], [116.951301, 24.219806], [116.936852, 24.22016], [116.92863, 24.223172], [116.9301, 24.23444], [116.932922, 24.233936], [116.934296, 24.240432], [116.934041, 24.244674], [116.930202, 24.251349], [116.93196, 24.254525], [116.934524, 24.25507], [116.932641, 24.2679], [116.934168, 24.271247], [116.934826, 24.287245], [116.930326, 24.288837], [116.919123, 24.288894], [116.915287, 24.2861], [116.909388, 24.289238], [116.911754, 24.293389], [116.907473, 24.301754], [116.909072, 24.304651], [116.907291, 24.312346], [116.915059, 24.32366], [116.910359, 24.329986], [116.905024, 24.333966], [116.902432, 24.34683], [116.89027, 24.355121], [116.891763, 24.357294], [116.894138, 24.354428], [116.894859, 24.358148], [116.890186, 24.367495], [116.897235, 24.369554], [116.897655, 24.37239], [116.899556, 24.373676], [116.889667, 24.388653], [116.881611, 24.394512], [116.880384, 24.397803], [116.868843, 24.394663], [116.864837, 24.402161], [116.863392, 24.410889], [116.858256, 24.410676], [116.854285, 24.422044], [116.850836, 24.426135], [116.841839, 24.431548], [116.834799, 24.442344], [116.833705, 24.447171], [116.838453, 24.456831], [116.845965, 24.455387], [116.855223, 24.460722], [116.855127, 24.465107], [116.850239, 24.470746], [116.846829, 24.478378], [116.828507, 24.499524], [116.822227, 24.496721], [116.818016, 24.491875], [116.808365, 24.486593], [116.808767, 24.490286], [116.813054, 24.494165], [116.795154, 24.501342], [116.780125, 24.517914], [116.770756, 24.536848], [116.766526, 24.537671], [116.752183, 24.550278], [116.750872, 24.554139], [116.75241, 24.560218], [116.755792, 24.56391], [116.762656, 24.567081], [116.76234, 24.571985], [116.758758, 24.578119], [116.752711, 24.583682], [116.756817, 24.585458], [116.764162, 24.593086], [116.770932, 24.597086], [116.774885, 24.601888], [116.77596, 24.607351], [116.781789, 24.615742], [116.793401, 24.625515], [116.791948, 24.639406], [116.795499, 24.642683], [116.806536, 24.647814], [116.806659, 24.651408], [116.810532, 24.657561], [116.805121, 24.668978], [116.797138, 24.680518], [116.775057, 24.681231], [116.769857, 24.677682], [116.763182, 24.669375], [116.754638, 24.665554], [116.753003, 24.662331], [116.747657, 24.658302], [116.745093, 24.658988], [116.735387, 24.669631], [116.725072, 24.669829], [116.715297, 24.667437], [116.700348, 24.666667], [116.699842, 24.661408], [116.696866, 24.658871], [116.686123, 24.663761], [116.671884, 24.663651], [116.665097, 24.660835], [116.652557, 24.658772], [116.646159, 24.654096], [116.638962, 24.654356], [116.63085, 24.650826], [116.628092, 24.645797], [116.625091, 24.644932], [116.619072, 24.645079], [116.616807, 24.649132], [116.61176, 24.650839], [116.60668, 24.64982], [116.600054, 24.6512], [116.599854, 24.655976], [116.592622, 24.657784], [116.582598, 24.639941], [116.57008, 24.634915], [116.56561, 24.63034], [116.565458, 24.625533], [116.559818, 24.624042], [116.552943, 24.618823], [116.546714, 24.608583], [116.54462, 24.611773], [116.546187, 24.615466], [116.541011, 24.615838], [116.524957, 24.607733], [116.522306, 24.60785], [116.520121, 24.61153], [116.513973, 24.615464], [116.506314, 24.617575], [116.500095, 24.62368], [116.504746, 24.626903], [116.503347, 24.631327], [116.506568, 24.63551], [116.507798, 24.640244], [116.505509, 24.642989], [116.511582, 24.652262], [116.512316, 24.656524], [116.507757, 24.659596], [116.503908, 24.667745], [116.496363, 24.675387], [116.497773, 24.679718], [116.495678, 24.686668], [116.498808, 24.694257], [116.497329, 24.700552], [116.482546, 24.721179], [116.478625, 24.723716], [116.473756, 24.72088], [116.463781, 24.722305], [116.452121, 24.717464], [116.439776, 24.71871], [116.435209, 24.725833], [116.435829, 24.734587], [116.430508, 24.738493], [116.426932, 24.736719], [116.423579, 24.738058], [116.423333, 24.74376], [116.414413, 24.744388], [116.40969, 24.749938], [116.41229, 24.754317], [116.41465, 24.769523], [116.411954, 24.774639], [116.400318, 24.783218], [116.396431, 24.79166], [116.396949, 24.794842], [116.394125, 24.797237], [116.387473, 24.794816], [116.386596, 24.79187], [116.379219, 24.793782], [116.376615, 24.796087], [116.376763, 24.798308], [116.37933, 24.799749], [116.375387, 24.804111], [116.370721, 24.80585], [116.371443, 24.821556], [116.373195, 24.825729], [116.385475, 24.831351], [116.402247, 24.835924], [116.414231, 24.843419], [116.407866, 24.850589], [116.402684, 24.854143], [116.39433, 24.854931], [116.388896, 24.861373], [116.386776, 24.874047], [116.392426, 24.876138], [116.391474, 24.880584], [116.375318, 24.879759], [116.370162, 24.877725], [116.369359, 24.87615], [116.371382, 24.871438], [116.369471, 24.869687], [116.362525, 24.873431], [116.35716, 24.871883], [116.350268, 24.86148], [116.345578, 24.859528], [116.347047, 24.845533], [116.344988, 24.834466], [116.330845, 24.826137], [116.325645, 24.826928], [116.317464, 24.822107], [116.295096, 24.804841], [116.280345, 24.801837], [116.261238, 24.803106], [116.243444, 24.795412], [116.239167, 24.796576], [116.233701, 24.801752], [116.227071, 24.802675], [116.235586, 24.816157], [116.245428, 24.825599], [116.243126, 24.834524], [116.234017, 24.834243], [116.22735, 24.82882], [116.217255, 24.832816], [116.21345, 24.84228], [116.21603, 24.843872], [116.214867, 24.848173], [116.208282, 24.853855], [116.197931, 24.858994], [116.190094, 24.871545], [116.18602, 24.871993], [116.187025, 24.881356], [116.179636, 24.878286], [116.176222, 24.879043], [116.171661, 24.870795], [116.164351, 24.866952], [116.160852, 24.861021], [116.151115, 24.853735], [116.148301, 24.847479], [116.145735, 24.848229], [116.138847, 24.846378], [116.128785, 24.84996], [116.093564, 24.854057], [116.088534, 24.851989], [116.090723, 24.847531], [116.088233, 24.84072], [116.085969, 24.83934], [116.080209, 24.842789], [116.083056, 24.847276], [116.078712, 24.856335], [116.070206, 24.856244], [116.063509, 24.852625], [116.057706, 24.862594], [116.047025, 24.864433], [116.042624, 24.870703], [116.044104, 24.876212], [116.038725, 24.878186], [116.035294, 24.890902], [116.028988, 24.891809], [116.029495, 24.894737], [116.022629, 24.898346], [116.019589, 24.904418], [116.01468, 24.908129], [116.008073, 24.906547], [115.998695, 24.899705], [115.994001, 24.898861], [115.986495, 24.903008], [115.979567, 24.903028], [115.975181, 24.918862], [115.960657, 24.915648], [115.944639, 24.919507], [115.93691, 24.923421], [115.921061, 24.92173], [115.913739, 24.927115], [115.906947, 24.92833], [115.903299, 24.926701], [115.897801, 24.935529], [115.885285, 24.942972], [115.880283, 24.954218], [115.867829, 24.957373], [115.86542, 24.971707], [115.868597, 24.976222], [115.879293, 24.980139], [115.888179, 24.973549], [115.887411, 24.97088], [115.890379, 24.96561], [115.895522, 24.963471], [115.900761, 24.967346], [115.905999, 24.965624], [115.90667, 24.96256], [115.912185, 24.960322], [115.918028, 24.962982], [115.919381, 24.966805], [115.911572, 24.973721], [115.911799, 24.978846], [115.905252, 24.985759], [115.897077, 24.98896], [115.898314, 24.991925], [115.897221, 24.995076], [115.877578, 25.001338], [115.872878, 25.006245], [115.869647, 25.023754], [115.877025, 25.029429], [115.884679, 25.026553], [115.887509, 25.034088], [115.892082, 25.035093], [115.894265, 25.037479], [115.89423, 25.04136], [115.899826, 25.044448], [115.909621, 25.046077], [115.913919, 25.041776], [115.915678, 25.041766], [115.918034, 25.047041], [115.923272, 25.048613], [115.924577, 25.052324], [115.917195, 25.058024], [115.915038, 25.063808], [115.910529, 25.06382], [115.909428, 25.067829], [115.910448, 25.073004], [115.912096, 25.07437], [115.909618, 25.082701], [115.90216, 25.08831], [115.891221, 25.092246], [115.878147, 25.091199], [115.875575, 25.096032], [115.874209, 25.09909], [115.880429, 25.107238], [115.870829, 25.116305], [115.869842, 25.126587], [115.8755, 25.125885], [115.885329, 25.129909], [115.881931, 25.143738], [115.879865, 25.14467], [115.873246, 25.155451], [115.871653, 25.156071], [115.864134, 25.151501], [115.8584, 25.152269], [115.857784, 25.157116], [115.854731, 25.157476], [115.851976, 25.155243], [115.848332, 25.157742], [115.84634, 25.163909], [115.84825, 25.168957], [115.851813, 25.16982], [115.854934, 25.16752], [115.856448, 25.169946], [115.848454, 25.178933], [115.853788, 25.181298], [115.852026, 25.186813], [115.852871, 25.191852], [115.850737, 25.213114], [115.860284, 25.218784], [115.863819, 25.2254], [115.872315, 25.218763], [115.885649, 25.219993], [115.896486, 25.231357], [115.897616, 25.235337], [115.905438, 25.23729], [115.915416, 25.234047], [115.91769, 25.234944], [115.91785, 25.236547], [115.92748, 25.238851], [115.935039, 25.256936], [115.937805, 25.258377], [115.94725, 25.27388], [115.945949, 25.280843], [115.942219, 25.287405], [115.94237, 25.2928], [115.947953, 25.295931], [115.956328, 25.294795], [115.960515, 25.28986], [115.965267, 25.288562], [115.970332, 25.29126], [115.970559, 25.299678], [115.972678, 25.301498], [115.978435, 25.301809], [115.982805, 25.292723], [115.998818, 25.310434], [116.002788, 25.319114], [116.003893, 25.325701], [115.998194, 25.325932], [115.994303, 25.328049], [116.002331, 25.331708], [116.000554, 25.342484], [115.995262, 25.347382], [115.982661, 25.347417], [115.98813, 25.35183], [115.994606, 25.352482], [115.996925, 25.358745], [115.995064, 25.362749], [115.991028, 25.363831], [115.99128, 25.370047], [115.989212, 25.375879], [115.986319, 25.377499], [116.003571, 25.397669], [115.99733, 25.411753], [115.997955, 25.415226], [115.999272, 25.417279], [116.005074, 25.418508], [116.013397, 25.414735], [116.01833, 25.42603], [116.015939, 25.430816], [116.019261, 25.439815], [116.006248, 25.456586], [116.005269, 25.462119], [116.009784, 25.472554], [116.014779, 25.477335], [116.012728, 25.477732], [116.007923, 25.472986], [116.001165, 25.475602], [116.003476, 25.482677], [116.00349, 25.490288], [115.999485, 25.491726], [116.00119, 25.495364], [116.009776, 25.50068], [116.007711, 25.50391], [116.01011, 25.51099], [116.030283, 25.515171], [116.032543, 25.516887], [116.030283, 25.53709], [116.03299, 25.550045], [116.03501, 25.552023], [116.045728, 25.54877], [116.051668, 25.550797], [116.059132, 25.565087], [116.058891, 25.56796], [116.05599, 25.568243], [116.053423, 25.571438], [116.048277, 25.586399], [116.049721, 25.587847], [116.05036, 25.594389], [116.047192, 25.60404], [116.038785, 25.604189], [116.035742, 25.608781], [116.04116, 25.618462], [116.041125, 25.621047], [116.035967, 25.624999], [116.035114, 25.62968], [116.045323, 25.630449], [116.047275, 25.631911], [116.047793, 25.636226], [116.052774, 25.642196], [116.05549, 25.642715], [116.060709, 25.637592], [116.062707, 25.637922], [116.064725, 25.647378], [116.063788, 25.6509], [116.054255, 25.659326], [116.05253, 25.663907], [116.057812, 25.668186], [116.056859, 25.671762], [116.054348, 25.672487], [116.054886, 25.674353], [116.060338, 25.678413], [116.05547, 25.68128], [116.051129, 25.686631], [116.05441, 25.6899], [116.053419, 25.694873], [116.05508, 25.698134], [116.059147, 25.697553], [116.061719, 25.692843], [116.063394, 25.695127], [116.062243, 25.70444], [116.063863, 25.708793], [116.082675, 25.69928], [116.084809, 25.701636], [116.101739, 25.704223], [116.105237, 25.707565], [116.10395, 25.728982], [116.107412, 25.73307], [116.113565, 25.735436], [116.114534, 25.737696], [116.11243, 25.741061], [116.11542, 25.749518], [116.120418, 25.75499], [116.124735, 25.764243], [116.128924, 25.762904], [116.143826, 25.763695], [116.155147, 25.769629], [116.160267, 25.769189], [116.162853, 25.766202], [116.159, 25.761873], [116.16249, 25.750151], [116.169839, 25.751182], [116.17321, 25.756893], [116.172791, 25.770528], [116.173988, 25.775349], [116.177946, 25.780304], [116.17129, 25.790987], [116.166862, 25.792789], [116.162862, 25.799303], [116.156781, 25.800087], [116.154712, 25.802026], [116.156302, 25.809118], [116.152835, 25.815746], [116.136566, 25.822669], [116.136343, 25.826477], [116.133431, 25.830438], [116.130145, 25.826773], [116.126042, 25.831237], [116.127671, 25.837662], [116.125854, 25.839562], [116.125211, 25.85542], [116.127551, 25.861662], [116.13908, 25.869423], [116.138776, 25.872341], [116.149348, 25.880802], [116.159403, 25.882307], [116.163105, 25.878988], [116.165264, 25.879301], [116.171659, 25.896586], [116.18364, 25.904486], [116.191213, 25.905452], [116.19781, 25.903311], [116.202085, 25.904033], [116.209123, 25.909879], [116.220388, 25.912039], [116.225564, 25.907988], [116.225017, 25.90646], [116.22941, 25.90237], [116.242324, 25.906736], [116.249974, 25.903452], [116.254224, 25.905614], [116.256135, 25.913898], [116.258371, 25.916494], [116.265884, 25.918323], [116.276342, 25.916996], [116.282354, 25.922277], [116.288133, 25.921591], [116.297255, 25.925968], [116.299985, 25.934728], [116.305947, 25.940847], [116.315843, 25.944495], [116.318832, 25.952738], [116.319084, 25.95871], [116.323267, 25.960139], [116.330902, 25.959297], [116.339074, 25.965347], [116.345322, 25.965353], [116.350351, 25.962616], [116.362261, 25.963031], [116.36476, 25.968014], [116.36394, 25.976739], [116.354858, 25.996245], [116.355642, 26.002024], [116.360349, 26.009093], [116.366722, 26.008463], [116.377664, 26.028703], [116.379106, 26.035463], [116.382376, 26.033872], [116.391112, 26.034514], [116.388917, 26.038559], [116.389143, 26.042877], [116.393522, 26.040753], [116.393768, 26.039214], [116.391337, 26.037778], [116.393468, 26.03477], [116.39536, 26.035562], [116.39771, 26.043244], [116.397052, 26.050916], [116.405189, 26.053149], [116.401356, 26.057003], [116.414066, 26.057092], [116.416606, 26.069876], [116.422991, 26.077745], [116.424012, 26.072904], [116.428981, 26.077397], [116.443653, 26.083649], [116.451907, 26.092388], [116.459213, 26.096135], [116.463012, 26.102735], [116.467264, 26.103342], [116.46949, 26.107233], [116.480399, 26.112606], [116.485086, 26.117534], [116.48646, 26.123611], [116.484549, 26.136432], [116.476467, 26.13996], [116.478153, 26.152175], [116.473779, 26.155378], [116.476995, 26.165436], [116.470337, 26.172836], [116.471552, 26.175962], [116.469006, 26.177884], [116.460575, 26.177055], [116.439502, 26.167991], [116.432996, 26.16311], [116.42124, 26.160983], [116.41564, 26.161316], [116.415272, 26.163836], [116.421066, 26.167205], [116.416986, 26.17198], [116.412457, 26.169163], [116.414353, 26.166613], [116.411137, 26.163356], [116.406642, 26.163127], [116.40485, 26.163427], [116.404964, 26.165664], [116.402041, 26.167586], [116.392639, 26.169654], [116.386413, 26.175146], [116.388592, 26.180947], [116.392009, 26.183118], [116.395851, 26.193617], [116.397813, 26.194482], [116.393205, 26.199215], [116.38736, 26.201975], [116.393655, 26.207813], [116.392435, 26.213036], [116.388049, 26.212858], [116.386412, 26.210416], [116.389405, 26.209498], [116.386942, 26.208366], [116.375941, 26.212556], [116.386477, 26.212463], [116.386376, 26.223075], [116.382379, 26.232979], [116.381843, 26.241419], [116.391975, 26.248417], [116.391683, 26.254068], [116.389781, 26.257566], [116.386823, 26.257202], [116.385438, 26.259157], [116.388261, 26.263446], [116.393024, 26.265611], [116.391682, 26.275154], [116.405637, 26.281306], [116.414661, 26.282344], [116.419226, 26.293119], [116.417023, 26.296717], [116.410178, 26.299696], [116.410085, 26.301547], [116.419455, 26.303684], [116.422135, 26.307364], [116.430022, 26.307393], [116.432004, 26.311581], [116.437133, 26.314536], [116.437077, 26.316492], [116.431913, 26.317557], [116.43202, 26.321502], [116.436796, 26.32906], [116.441254, 26.32924], [116.451786, 26.337161], [116.455209, 26.343666], [116.455774, 26.350314], [116.460677, 26.353477], [116.468132, 26.350898], [116.469171, 26.354068], [116.467089, 26.356968], [116.475147, 26.356529], [116.481667, 26.359672], [116.481749, 26.361555], [116.485794, 26.363782], [116.489917, 26.36393], [116.493036, 26.361037], [116.495124, 26.362569], [116.49738, 26.36518], [116.496608, 26.368386], [116.495583, 26.370148], [116.491109, 26.370566], [116.490043, 26.374169], [116.492413, 26.385826], [116.491339, 26.389061], [116.494961, 26.39231], [116.502158, 26.391106], [116.503489, 26.389586], [116.510062, 26.403209], [116.510027, 26.405369], [116.506627, 26.408466], [116.512052, 26.413693], [116.517305, 26.413249], [116.519023, 26.411349], [116.523578, 26.410347], [116.531494, 26.410866], [116.531083, 26.403958], [116.543945, 26.401363], [116.549014, 26.403853], [116.551622, 26.402736], [116.552699, 26.396294], [116.556062, 26.389824], [116.550951, 26.384653], [116.554433, 26.380438], [116.554374, 26.375463], [116.552889, 26.3728], [116.547609, 26.370276], [116.550112, 26.366799], [116.55444, 26.367446], [116.559629, 26.372695], [116.569696, 26.376575], [116.576296, 26.370043], [116.582651, 26.370643], [116.586874, 26.374957], [116.595474, 26.374664], [116.598153, 26.377839], [116.598898, 26.383511], [116.605708, 26.387712], [116.607276, 26.391495], [116.606791, 26.39808], [116.601368, 26.404785], [116.598956, 26.411071], [116.604566, 26.437303], [116.617862, 26.444944], [116.621183, 26.443987], [116.626538, 26.452295], [116.62399, 26.457531], [116.625716, 26.464145], [116.631528, 26.467163], [116.633571, 26.47374], [116.645151, 26.471807], [116.639107, 26.473104], [116.633111, 26.477159], [116.634739, 26.481249], [116.633977, 26.483776], [116.628292, 26.482332], [116.622557, 26.483817], [116.615812, 26.483222], [116.609755, 26.47995], [116.606673, 26.480794], [116.599348, 26.488358], [116.597144, 26.485898], [116.5937, 26.487596], [116.592887, 26.489383], [116.5983, 26.495342], [116.585791, 26.498465], [116.584246, 26.501797], [116.590581, 26.50402], [116.591996, 26.507425], [116.589486, 26.510691], [116.584217, 26.510186], [116.583734, 26.523803], [116.58063, 26.525596], [116.575397, 26.525236], [116.57531, 26.533771], [116.570323, 26.53881], [116.56344, 26.542699], [116.558384, 26.54937], [116.543839, 26.55424], [116.538415, 26.55998], [116.52968, 26.562767], [116.529369, 26.564432], [116.536083, 26.567412], [116.549412, 26.586183], [116.557858, 26.606432], [116.557976, 26.634124], [116.562458, 26.639256], [116.550001, 26.64952], [116.544062, 26.651823], [116.550814, 26.659848], [116.531147, 26.669067], [116.527997, 26.672743], [116.527712, 26.676541], [116.510737, 26.690767], [116.508643, 26.694532], [116.507734, 26.703049], [116.510829, 26.710169], [116.510339, 26.712002], [116.506216, 26.713371], [116.505473, 26.717372], [116.509577, 26.719463], [116.514844, 26.727089], [116.528513, 26.736396], [116.530247, 26.742785], [116.556085, 26.758444], [116.559875, 26.764592], [116.559671, 26.76815], [116.556716, 26.769709], [116.553934, 26.77471], [116.549817, 26.788714], [116.543652, 26.791593], [116.541901, 26.796752], [116.543419, 26.801139], [116.539179, 26.806882], [116.537377, 26.812731], [116.542428, 26.822055], [116.541165, 26.827289], [116.545092, 26.841218], [116.553499, 26.846589], [116.561342, 26.870039], [116.566142, 26.8726], [116.571799, 26.87319], [116.576204, 26.868802], [116.580813, 26.872397], [116.586648, 26.881607], [116.581476, 26.884651], [116.582964, 26.889232], [116.587512, 26.89015], [116.593778, 26.897698], [116.596315, 26.894821], [116.600177, 26.893963], [116.605226, 26.898942], [116.602948, 26.902558], [116.614934, 26.913776], [116.618171, 26.920832], [116.616469, 26.925902], [116.626585, 26.9324], [116.639813, 26.944766], [116.644717, 26.946867], [116.651503, 26.95961], [116.649954, 26.964903], [116.668476, 26.969584], [116.673719, 26.975642], [116.67288, 26.979746], [116.67907, 26.980517], [116.683881, 26.985928], [116.693589, 26.992109], [116.701791, 26.992339], [116.706061, 26.994932], [116.713514, 26.99389], [116.724469, 26.997597], [116.732514, 26.997047], [116.737268, 26.998545], [116.74095, 26.988964], [116.751182, 26.980979], [116.757407, 26.986455], [116.756346, 26.99081], [116.757599, 26.995051], [116.761205, 27.000914], [116.765073, 27.00325], [116.776166, 27.001886], [116.784648, 27.006951], [116.786607, 27.010917], [116.795058, 27.014227], [116.806849, 27.011257], [116.817026, 27.019676], [116.81805, 27.0228], [116.820608, 27.023746], [116.829625, 27.021927], [116.835573, 27.015155], [116.835072, 27.012551], [116.836765, 27.010751], [116.856713, 27.011129], [116.865001, 27.025408], [116.872675, 27.024629], [116.882047, 27.032234], [116.888119, 27.033047], [116.89071, 27.038883], [116.894096, 27.040672], [116.898344, 27.037727], [116.90631, 27.035787], [116.913721, 27.038353], [116.917427, 27.03526], [116.91864, 27.027637], [116.923236, 27.02555], [116.929875, 27.025793], [116.934805, 27.021936], [116.94001, 27.032772], [116.948635, 27.040628], [116.948744, 27.047043], [116.950824, 27.050413], [116.962197, 27.061809], [116.968958, 27.061061], [116.981519, 27.070771], [116.986061, 27.072523], [116.998475, 27.085387], [117.00504, 27.087022], [117.008762, 27.090338], [117.019035, 27.088405], [117.029997, 27.091648], [117.037282, 27.099594], [117.0474, 27.103884], [117.044806, 27.10698], [117.04426, 27.121686], [117.041751, 27.129072], [117.037052, 27.135863], [117.037186, 27.143079], [117.043547, 27.155808], [117.050962, 27.163163], [117.058687, 27.175441], [117.064459, 27.181237], [117.074293, 27.18324], [117.080349, 27.187655], [117.081618, 27.196221], [117.092124, 27.210381], [117.095722, 27.212368], [117.098621, 27.206905], [117.111589, 27.21169], [117.115436, 27.214701], [117.115439, 27.221066], [117.133642, 27.23477], [117.136429, 27.239696], [117.144733, 27.243611], [117.141382, 27.251198], [117.147563, 27.254355], [117.14791, 27.261314], [117.151547, 27.267669], [117.156447, 27.268327], [117.161065, 27.271977], [117.163217, 27.28713], [117.167155, 27.291201], [117.167335, 27.294987], [117.160167, 27.294633], [117.154376, 27.297171], [117.154584, 27.301257], [117.148971, 27.305541], [117.145608, 27.306486], [117.142283, 27.303805], [117.132511, 27.305234], [117.130484, 27.310975], [117.13218, 27.310984], [117.135641, 27.315406], [117.136804, 27.323165], [117.13539, 27.326448], [117.124139, 27.325283], [117.10926, 27.331737], [117.105467, 27.328448], [117.093517, 27.341502], [117.097623, 27.350836], [117.096805, 27.360209], [117.098928, 27.370555], [117.097111, 27.37576], [117.094296, 27.377825], [117.094696, 27.383679], [117.099777, 27.385079], [117.102742, 27.397608], [117.109573, 27.400155], [117.120957, 27.407898], [117.127793, 27.427933], [117.122623, 27.433426], [117.120088, 27.438939], [117.120017, 27.454294], [117.111757, 27.454837], [117.103354, 27.464457], [117.102347, 27.472511], [117.106775, 27.479258], [117.100242, 27.483486], [117.098352, 27.487795], [117.100536, 27.492924], [117.108465, 27.499143], [117.10304, 27.50886], [117.097168, 27.515571], [117.095956, 27.524959], [117.098118, 27.54267], [117.094739, 27.547452], [117.085293, 27.551153], [117.084258, 27.559159], [117.079113, 27.567796], [117.072802, 27.57009], [117.069232, 27.566393], [117.068946, 27.561956], [117.060183, 27.556419], [117.05883, 27.551503], [117.051845, 27.546915], [117.047306, 27.548885], [117.045388, 27.553887], [117.03704, 27.550819], [117.016326, 27.55847], [117.012265, 27.563451], [117.013483, 27.569326], [117.012451, 27.575215], [117.017004, 27.582687], [117.017233, 27.590871], [117.019293, 27.596022], [117.0153, 27.600825], [117.016194, 27.603177], [117.014266, 27.606918], [117.011483, 27.606461], [117.007538, 27.608655], [117.012084, 27.614149], [117.011624, 27.616105], [117.002923, 27.620913], [117.001334, 27.626915], [116.998317, 27.629762], [117.00348, 27.637096], [117.008905, 27.633456], [117.01259, 27.636209], [117.016707, 27.645025], [117.014621, 27.655711], [117.021975, 27.66344], [117.028517, 27.666661], [117.031908, 27.670257], [117.047223, 27.674205], [117.057998, 27.669083], [117.065436, 27.65898], [117.073557, 27.653872], [117.074151, 27.651344], [117.072136, 27.647931], [117.076111, 27.641798], [117.089948, 27.631109], [117.09549, 27.630571], [117.103362, 27.63499], [117.103834, 27.636943], [117.101556, 27.637502], [117.099421, 27.640742], [117.1005, 27.646091], [117.103536, 27.646218], [117.106479, 27.649014], [117.09654, 27.666415], [117.090133, 27.671469], [117.094108, 27.678862], [117.100949, 27.684488], [117.103933, 27.690323], [117.112237, 27.69762], [117.11739, 27.69718], [117.12488, 27.693073], [117.126264, 27.690098], [117.132703, 27.692627], [117.137041, 27.692328], [117.172209, 27.680867], [117.177552, 27.682549], [117.181225, 27.686517], [117.19445, 27.688251], [117.199744, 27.687136], [117.200162, 27.691198], [117.198354, 27.695264], [117.200706, 27.70045], [117.198665, 27.704158], [117.198099, 27.712571], [117.202122, 27.71972], [117.212252, 27.718393], [117.220048, 27.722945], [117.231079, 27.722307], [117.235753, 27.720094], [117.240197, 27.72214], [117.243555, 27.729141], [117.248335, 27.731749], [117.250564, 27.732481], [117.256595, 27.729236], [117.259359, 27.731944], [117.261503, 27.743871], [117.275382, 27.75352], [117.270666, 27.759405], [117.27173, 27.770072], [117.273775, 27.77106], [117.277526, 27.767807], [117.292503, 27.767108], [117.296787, 27.775419], [117.301907, 27.779812], [117.29915, 27.791727], [117.295603, 27.795363], [117.292, 27.804473], [117.294999, 27.810871], [117.293876, 27.814859], [117.298188, 27.828961], [117.297125, 27.839386], [117.288118, 27.847862], [117.278513, 27.846784], [117.272115, 27.850219], [117.273274, 27.861472], [117.276478, 27.869442], [117.274151, 27.874328], [117.292828, 27.873772], [117.298504, 27.875872], [117.302638, 27.878926], [117.311881, 27.89733], [117.320399, 27.898968], [117.329742, 27.891821], [117.331892, 27.880142], [117.32981, 27.875472], [117.330774, 27.871952], [117.327469, 27.867154], [117.328319, 27.865733], [117.338379, 27.859369], [117.347207, 27.860767], [117.348934, 27.863038], [117.348882, 27.869665], [117.360461, 27.88609], [117.372804, 27.891757], [117.378573, 27.889386], [117.391692, 27.895559], [117.407341, 27.89816], [117.410592, 27.903605], [117.426535, 27.917369], [117.426178, 27.921667], [117.436149, 27.927475], [117.438901, 27.934377], [117.446691, 27.938694], [117.448399, 27.943364], [117.45646, 27.946302], [117.458652, 27.939984], [117.461278, 27.937343], [117.471843, 27.933424], [117.478154, 27.94343], [117.503216, 27.96011], [117.502261, 27.963048], [117.505895, 27.971871], [117.505923, 27.97787], [117.517033, 27.986949], [117.524097, 27.986532], [117.525558, 27.985056], [117.524681, 27.978349], [117.528993, 27.972949], [117.53264, 27.97512], [117.542654, 27.971805], [117.550628, 27.973963], [117.554369, 27.964941], [117.560612, 27.960088], [117.55485, 27.952223], [117.553802, 27.947862], [117.561469, 27.9386], [117.564966, 27.937599], [117.56986, 27.948576], [117.575481, 27.949963], [117.582747, 27.947478], [117.579429, 27.941428], [117.582273, 27.937033], [117.580767, 27.931707], [117.584511, 27.919446], [117.578853, 27.914688], [117.580934, 27.907385], [117.590382, 27.904361], [117.591241, 27.898074], [117.598857, 27.890154], [117.59697, 27.872011], [117.603489, 27.867139], [117.611761, 27.866375], [117.615644, 27.867985], [117.617093, 27.862647], [117.623861, 27.86289], [117.626752, 27.859931], [117.645248, 27.856012], [117.64709, 27.851547], [117.659605, 27.846708], [117.663147, 27.843709], [117.666877, 27.832158], [117.676015, 27.826258], [117.683297, 27.830927], [117.690211, 27.829425], [117.69981, 27.837071], [117.702609, 27.82929], [117.707584, 27.824601], [117.711765, 27.817002], [117.720016, 27.813061], [117.723914, 27.809225], [117.726105, 27.803781], [117.734251, 27.803665], [117.736971, 27.804423], [117.738846, 27.808542], [117.742912, 27.809571], [117.749271, 27.816032], [117.750966, 27.825014], [117.754973, 27.831884], [117.763511, 27.837735], [117.771975, 27.839325], [117.774424, 27.843434], [117.774483, 27.846955], [117.782943, 27.855736], [117.783279, 27.860547], [117.777942, 27.863171], [117.779775, 27.874107], [117.785555, 27.883525], [117.782617, 27.886686], [117.782523, 27.900411], [117.784448, 27.901601], [117.788646, 27.900476], [117.793458, 27.903419], [117.795341, 27.906346], [117.794095, 27.908805], [117.798254, 27.912692], [117.806147, 27.915216], [117.808227, 27.922433], [117.814657, 27.926129], [117.832159, 27.930561], [117.843876, 27.940075], [117.850868, 27.949017], [117.854275, 27.949522], [117.861648, 27.939095], [117.865643, 27.942283], [117.876368, 27.946401], [117.878837, 27.949644], [117.888765, 27.950913], [117.894315, 27.948421], [117.900745, 27.953635], [117.905629, 27.953831], [117.912609, 27.961572], [117.914351, 27.965694], [117.92026, 27.968989], [117.927782, 27.970093], [117.93047, 27.972626], [117.93052, 27.976656], [117.936543, 27.978998], [117.94986, 27.974176], [117.95956, 27.965003], [117.962393, 27.964809], [117.965697, 27.96855], [117.97386, 27.968976], [117.976004, 27.971064], [117.981614, 27.977299], [117.991205, 27.99537], [118.000718, 27.984177], [118.005886, 27.986287], [118.013201, 27.984142], [118.015682, 27.989229], [118.029473, 27.991599], [118.032392, 27.98981], [118.037558, 27.981563], [118.041296, 27.981368], [118.044528, 27.985103], [118.051908, 27.98328], [118.05644, 27.985599], [118.061091, 27.984101], [118.064629, 27.979617], [118.065801, 27.970514], [118.071248, 27.971138], [118.07505, 27.968355], [118.083187, 27.967223], [118.089377, 27.970621], [118.089844, 27.972704], [118.088472, 27.979587], [118.08493, 27.986095], [118.088391, 27.991092], [118.085861, 27.998001], [118.090511, 28.009047], [118.098204, 28.013159], [118.100117, 28.020736], [118.105964, 28.016404], [118.117096, 28.014848], [118.124613, 28.019592], [118.122477, 28.023487], [118.121845, 28.031095], [118.117198, 28.032999], [118.115602, 28.036858], [118.11536, 28.044933], [118.130232, 28.056726], [118.130026, 28.058815], [118.132588, 28.060871], [118.139763, 28.060953], [118.151902, 28.065705], [118.152571, 28.063088], [118.156046, 28.060603], [118.165395, 28.060568], [118.182468, 28.053605], [118.186077, 28.055099], [118.194672, 28.052995], [118.200057, 28.054658], [118.201442, 28.057979], [118.206171, 28.061598], [118.213947, 28.06257], [118.221249, 28.061315], [118.224571, 28.067108], [118.232818, 28.07226], [118.238434, 28.079633], [118.249161, 28.071497], [118.251482, 28.07208], [118.254782, 28.07744], [118.25976, 28.081411], [118.270476, 28.086249], [118.277223, 28.084374], [118.281352, 28.088163], [118.288161, 28.085591], [118.295462, 28.088525], [118.298378, 28.092936], [118.306235, 28.09487], [118.312388, 28.090657], [118.31651, 28.090733], [118.31797, 28.093928], [118.336051, 28.087588], [118.347698, 28.089914], [118.351502, 28.096694], [118.351728, 28.104202], [118.349835, 28.106158], [118.354225, 28.111185], [118.354166, 28.116786], [118.351933, 28.120329], [118.351201, 28.125949], [118.352335, 28.12807], [118.36387, 28.133143], [118.362639, 28.136483], [118.357122, 28.139134], [118.356858, 28.144877], [118.35905, 28.147755], [118.355011, 28.151657], [118.353805, 28.155151], [118.355551, 28.160256], [118.365825, 28.163061], [118.374364, 28.169001], [118.368652, 28.178614], [118.370537, 28.189776], [118.365353, 28.19298], [118.352163, 28.19598], [118.342476, 28.193474], [118.333793, 28.196687], [118.329647, 28.209956], [118.318576, 28.213451], [118.314289, 28.219362], [118.307156, 28.224503], [118.310158, 28.226928], [118.313897, 28.226786], [118.32078, 28.232527], [118.328195, 28.234878], [118.3311, 28.238575], [118.339264, 28.237874], [118.342388, 28.24452], [118.347101, 28.247904], [118.344562, 28.251716], [118.346055, 28.256059], [118.351897, 28.254805], [118.359651, 28.256875], [118.359787, 28.261984], [118.369947, 28.270489], [118.372931, 28.270666], [118.372998, 28.267855], [118.374439, 28.267163], [118.383511, 28.26972], [118.387827, 28.27353], [118.388423, 28.27662], [118.417595, 28.294447], [118.427102, 28.296712], [118.42869, 28.291678], [118.424825, 28.282689], [118.429671, 28.271186], [118.435823, 28.271816], [118.436568, 28.269694], [118.433522, 28.264379], [118.44368, 28.264666], [118.444906, 28.262274], [118.438936, 28.254732], [118.454936, 28.246706], [118.46052, 28.246318], [118.463587, 28.248466], [118.475329, 28.24995], [118.486893, 28.241445], [118.492339, 28.248348], [118.497809, 28.249548], [118.495731, 28.260601], [118.487295, 28.267026], [118.490341, 28.273325], [118.489561, 28.277559], [118.498152, 28.282879], [118.501201, 28.283046], [118.508988, 28.278934], [118.509152, 28.274728], [118.511022, 28.27318], [118.515927, 28.275453], [118.514072, 28.280496], [118.518799, 28.281374], [118.529149, 28.274639], [118.53329, 28.274785], [118.541475, 28.27701], [118.543596, 28.284959], [118.548396, 28.281938], [118.555555, 28.2823], [118.567601, 28.291418], [118.57361, 28.287969], [118.576389, 28.290278], [118.593006, 28.27525], [118.590441, 28.263932], [118.59055, 28.260941], [118.592387, 28.259384], [118.596995, 28.257132], [118.60215, 28.260236], [118.609963, 28.275183], [118.610754, 28.272481], [118.608761, 28.265118], [118.614198, 28.259971], [118.616974, 28.259676], [118.621596, 28.265724], [118.624472, 28.263993], [118.629176, 28.26551], [118.631322, 28.271873], [118.635613, 28.277136], [118.640651, 28.276879], [118.645957, 28.280251], [118.652419, 28.278613], [118.656473, 28.272472], [118.662023, 28.274273], [118.671457, 28.273892], [118.678759, 28.279995], [118.683812, 28.290777], [118.688043, 28.294695], [118.689058, 28.307857], [118.697331, 28.314545], [118.703609, 28.314193], [118.70996, 28.316697], [118.712214, 28.314428], [118.717597, 28.317041]]]] + } + }, { + "type": "Feature", + "properties": { + "name": "江西省", + "province_adcode": 360000, + "province_type": "省", + "name_en": "Jiangxi", + "name_var": "Jiāng Xī", + "adcode": 360000 + }, + "geometry": { + "type": "Polygon", + "coordinates": [[[116.684162, 30.0716], [116.719297, 30.056974], [116.734306, 30.056144], [116.742093, 30.059761], [116.750279, 30.052549], [116.758129, 30.050835], [116.764675, 30.046803], [116.769123, 30.043764], [116.777607, 30.032226], [116.780643, 30.024643], [116.785511, 30.02164], [116.78709, 30.018034], [116.78326, 30.016832], [116.787983, 30.01013], [116.785015, 30.007892], [116.787189, 30.006164], [116.792232, 30.006441], [116.796026, 29.998676], [116.805286, 30.002744], [116.809246, 30.002044], [116.816044, 30.005071], [116.819767, 30.012809], [116.82452, 30.013356], [116.824856, 30.005407], [116.82259, 30.000737], [116.824718, 29.991463], [116.821468, 29.979507], [116.823759, 29.965711], [116.828389, 29.96036], [116.831227, 29.961802], [116.829403, 29.966016], [116.830602, 29.973204], [116.839939, 29.97203], [116.847584, 29.973775], [116.863386, 29.984053], [116.870038, 29.981375], [116.873456, 29.976216], [116.879747, 29.977663], [116.882144, 29.970631], [116.889415, 29.971657], [116.892778, 29.970532], [116.894077, 29.968841], [116.893543, 29.962792], [116.898843, 29.951267], [116.898402, 29.946584], [116.890329, 29.942631], [116.889147, 29.937664], [116.887498, 29.925308], [116.892237, 29.921158], [116.892787, 29.913201], [116.884805, 29.91238], [116.881357, 29.907362], [116.880815, 29.896271], [116.872914, 29.888779], [116.870693, 29.884672], [116.862965, 29.881247], [116.861408, 29.875544], [116.854304, 29.868255], [116.848896, 29.866102], [116.847842, 29.861574], [116.837854, 29.848575], [116.826922, 29.840856], [116.819438, 29.839355], [116.81737, 29.837489], [116.823983, 29.825953], [116.822806, 29.822172], [116.815731, 29.817987], [116.808619, 29.819728], [116.803638, 29.819165], [116.802654, 29.815758], [116.797606, 29.810035], [116.79881, 29.803723], [116.79142, 29.804208], [116.782019, 29.794298], [116.77551, 29.794893], [116.775012, 29.798266], [116.757637, 29.808291], [116.753087, 29.801123], [116.746519, 29.799632], [116.738044, 29.792498], [116.738914, 29.789045], [116.733392, 29.783692], [116.731357, 29.77648], [116.72652, 29.774928], [116.721614, 29.7755], [116.720083, 29.77374], [116.717413, 29.76775], [116.710938, 29.762891], [116.704029, 29.746179], [116.69053, 29.742969], [116.683784, 29.74319], [116.678939, 29.738787], [116.674685, 29.730323], [116.670979, 29.728906], [116.672115, 29.718412], [116.670542, 29.714959], [116.667793, 29.715207], [116.665503, 29.712695], [116.665803, 29.706081], [116.663676, 29.701884], [116.651815, 29.704697], [116.644149, 29.698654], [116.644678, 29.692761], [116.647, 29.690757], [116.669318, 29.690656], [116.678141, 29.68474], [116.682665, 29.679721], [116.683787, 29.675931], [116.682577, 29.674527], [116.668665, 29.671515], [116.664649, 29.666035], [116.654553, 29.661568], [116.645411, 29.645939], [116.645695, 29.642757], [116.650919, 29.637328], [116.658481, 29.634988], [116.664162, 29.629393], [116.678402, 29.62094], [116.679449, 29.608931], [116.67401, 29.605673], [116.675094, 29.60116], [116.681898, 29.600807], [116.682763, 29.603178], [116.686113, 29.60471], [116.708221, 29.594162], [116.714205, 29.58662], [116.716072, 29.577875], [116.71501, 29.569303], [116.719228, 29.566196], [116.722735, 29.567421], [116.725119, 29.572177], [116.72485, 29.578778], [116.728725, 29.578445], [116.732386, 29.584422], [116.733746, 29.587323], [116.732345, 29.590292], [116.733563, 29.594276], [116.748408, 29.597782], [116.756141, 29.593964], [116.757122, 29.598832], [116.754126, 29.601518], [116.755443, 29.605418], [116.760164, 29.60325], [116.765697, 29.603049], [116.764002, 29.594827], [116.770518, 29.597871], [116.782024, 29.593839], [116.7744, 29.58026], [116.775459, 29.573481], [116.778491, 29.570899], [116.786552, 29.572964], [116.792184, 29.565953], [116.794755, 29.564957], [116.80718, 29.569552], [116.811674, 29.567746], [116.832294, 29.571856], [116.842753, 29.578678], [116.844058, 29.587194], [116.85609, 29.601298], [116.865778, 29.603281], [116.871168, 29.615418], [116.87554, 29.619556], [116.890217, 29.624427], [116.892242, 29.626723], [116.900185, 29.625374], [116.90393, 29.628235], [116.90503, 29.63402], [116.913197, 29.639836], [116.919479, 29.641813], [116.924896, 29.649372], [116.933885, 29.647337], [116.942746, 29.653863], [116.950813, 29.652215], [116.961259, 29.655614], [116.963534, 29.652944], [116.970103, 29.650536], [116.972153, 29.654423], [116.971566, 29.66438], [116.978977, 29.670641], [116.983383, 29.679424], [116.987623, 29.684204], [116.991432, 29.686398], [116.997224, 29.687582], [117.004917, 29.686229], [117.012379, 29.689839], [117.021371, 29.688207], [117.032209, 29.682357], [117.03909, 29.6856], [117.039823, 29.688452], [117.046057, 29.692299], [117.051117, 29.690195], [117.054971, 29.692708], [117.060311, 29.69229], [117.066942, 29.700602], [117.080223, 29.701529], [117.084258, 29.699635], [117.08822, 29.707953], [117.097024, 29.709303], [117.105488, 29.708351], [117.109102, 29.709973], [117.111448, 29.712975], [117.110692, 29.715973], [117.114345, 29.721965], [117.114953, 29.727764], [117.109501, 29.739609], [117.103482, 29.744427], [117.099081, 29.752301], [117.100343, 29.754462], [117.106533, 29.756], [117.111338, 29.765436], [117.115523, 29.768224], [117.119729, 29.768513], [117.121615, 29.771751], [117.128162, 29.774956], [117.132014, 29.781101], [117.133705, 29.788455], [117.130262, 29.791747], [117.125597, 29.791359], [117.121258, 29.794458], [117.117725, 29.802831], [117.105404, 29.800617], [117.098686, 29.808186], [117.095638, 29.808625], [117.094978, 29.812946], [117.089806, 29.818254], [117.08435, 29.816429], [117.080396, 29.822272], [117.070137, 29.82446], [117.067195, 29.827953], [117.066876, 29.831238], [117.07171, 29.837488], [117.077232, 29.839902], [117.078781, 29.838675], [117.087781, 29.840655], [117.094753, 29.846856], [117.097641, 29.854502], [117.107925, 29.858168], [117.11202, 29.86173], [117.123912, 29.864576], [117.124677, 29.871483], [117.128616, 29.878472], [117.128589, 29.883325], [117.121401, 29.889108], [117.120254, 29.894351], [117.122768, 29.902009], [117.132918, 29.909004], [117.136997, 29.914516], [117.142219, 29.915602], [117.147046, 29.919308], [117.152045, 29.919094], [117.157367, 29.923663], [117.165494, 29.920047], [117.174605, 29.92481], [117.177974, 29.924117], [117.189238, 29.927596], [117.191715, 29.926047], [117.195403, 29.92708], [117.201488, 29.933205], [117.21225, 29.927745], [117.220569, 29.920019], [117.22483, 29.918142], [117.240407, 29.918268], [117.246188, 29.915858], [117.250431, 29.911958], [117.252079, 29.904666], [117.259548, 29.894362], [117.261452, 29.884479], [117.256587, 29.877622], [117.25062, 29.861865], [117.238389, 29.853119], [117.241944, 29.84369], [117.248938, 29.837035], [117.253268, 29.834891], [117.265788, 29.834887], [117.270141, 29.827684], [117.281405, 29.825964], [117.285284, 29.822878], [117.28967, 29.828485], [117.284396, 29.837662], [117.298648, 29.841487], [117.314525, 29.841044], [117.314784, 29.844588], [117.317363, 29.847899], [117.332584, 29.857923], [117.341548, 29.84667], [117.337367, 29.837149], [117.344195, 29.83443], [117.343321, 29.826972], [117.351171, 29.822559], [117.35249, 29.818622], [117.356543, 29.815477], [117.363881, 29.814987], [117.37315, 29.823911], [117.37874, 29.822564], [117.38024, 29.826535], [117.379177, 29.832072], [117.382914, 29.845281], [117.387744, 29.849143], [117.411662, 29.853555], [117.42068, 29.850886], [117.424586, 29.843843], [117.41801, 29.833441], [117.418464, 29.829879], [117.411341, 29.822185], [117.412517, 29.8099], [117.407173, 29.808091], [117.403356, 29.801371], [117.407756, 29.797122], [117.406753, 29.792013], [117.41555, 29.786898], [117.417329, 29.781681], [117.415956, 29.777909], [117.420939, 29.774314], [117.425381, 29.765629], [117.43063, 29.761278], [117.436567, 29.763699], [117.441803, 29.763115], [117.443099, 29.758069], [117.438987, 29.752236], [117.439911, 29.749567], [117.449739, 29.738005], [117.454555, 29.735977], [117.446179, 29.727592], [117.449186, 29.723003], [117.451764, 29.722085], [117.453232, 29.718209], [117.451231, 29.712664], [117.446921, 29.70873], [117.444435, 29.70029], [117.445626, 29.693414], [117.450452, 29.691515], [117.453496, 29.688043], [117.451552, 29.68461], [117.453108, 29.680421], [117.464232, 29.687264], [117.468913, 29.683349], [117.467894, 29.666835], [117.479543, 29.669124], [117.481439, 29.668438], [117.481159, 29.665157], [117.48498, 29.663666], [117.493107, 29.664381], [117.495486, 29.665952], [117.496562, 29.66947], [117.504244, 29.67432], [117.507945, 29.671379], [117.509234, 29.667505], [117.51861, 29.66234], [117.522496, 29.66203], [117.526503, 29.653553], [117.520543, 29.647079], [117.518195, 29.632208], [117.519187, 29.627804], [117.522132, 29.624584], [117.523798, 29.611746], [117.525747, 29.607649], [117.534202, 29.5996], [117.534605, 29.595686], [117.537429, 29.591135], [117.541049, 29.596978], [117.549816, 29.596722], [117.552355, 29.592875], [117.57678, 29.595307], [117.585164, 29.58604], [117.592624, 29.585625], [117.597868, 29.591066], [117.607396, 29.592954], [117.619697, 29.603114], [117.62195, 29.608147], [117.629771, 29.610689], [117.635556, 29.615308], [117.642882, 29.617207], [117.652227, 29.613181], [117.658439, 29.612738], [117.661963, 29.602626], [117.661617, 29.599116], [117.663349, 29.596997], [117.673121, 29.597135], [117.677761, 29.594489], [117.680177, 29.586966], [117.679779, 29.577572], [117.67514, 29.570717], [117.677927, 29.565012], [117.683291, 29.560957], [117.684579, 29.556815], [117.700022, 29.553582], [117.703598, 29.551552], [117.703481, 29.557229], [117.705484, 29.562183], [117.71172, 29.562652], [117.721119, 29.554658], [117.724114, 29.549393], [117.735611, 29.553468], [117.751295, 29.564296], [117.753039, 29.560221], [117.760931, 29.559279], [117.765088, 29.562326], [117.765091, 29.567825], [117.769187, 29.575048], [117.776555, 29.570208], [117.769297, 29.562359], [117.780922, 29.561207], [117.78899, 29.569607], [117.800908, 29.57419], [117.8069, 29.578442], [117.811884, 29.577044], [117.815792, 29.572717], [117.822747, 29.571914], [117.826864, 29.565584], [117.851619, 29.564848], [117.858906, 29.568437], [117.860584, 29.557543], [117.866177, 29.556166], [117.870205, 29.558177], [117.873093, 29.557797], [117.874069, 29.55467], [117.872176, 29.550608], [117.876233, 29.546135], [117.888956, 29.546027], [117.899271, 29.553446], [117.906122, 29.553317], [117.912575, 29.558072], [117.927848, 29.560782], [117.930705, 29.55998], [117.939649, 29.552152], [117.940598, 29.557968], [117.943966, 29.559302], [117.950074, 29.568446], [117.954136, 29.571855], [117.97109, 29.570021], [117.978944, 29.560113], [117.984785, 29.56417], [117.989432, 29.572703], [117.995771, 29.577534], [118.022197, 29.576383], [118.027639, 29.570007], [118.034939, 29.566946], [118.038521, 29.56034], [118.042417, 29.557174], [118.043611, 29.548968], [118.051204, 29.542197], [118.076505, 29.540955], [118.084349, 29.536871], [118.093134, 29.539636], [118.098064, 29.539291], [118.102127, 29.536464], [118.100233, 29.532134], [118.103264, 29.526366], [118.109767, 29.523163], [118.118908, 29.51455], [118.122928, 29.515964], [118.125228, 29.514694], [118.132029, 29.506425], [118.13308, 29.49997], [118.136773, 29.497502], [118.138525, 29.493102], [118.135918, 29.489627], [118.126095, 29.48362], [118.118938, 29.475691], [118.119091, 29.47016], [118.130242, 29.467002], [118.131851, 29.460017], [118.129804, 29.453452], [118.133741, 29.447393], [118.132249, 29.444419], [118.124733, 29.442629], [118.125022, 29.433976], [118.134845, 29.421272], [118.144757, 29.415019], [118.151832, 29.416041], [118.156314, 29.411565], [118.174818, 29.406331], [118.183172, 29.408782], [118.186747, 29.407432], [118.188248, 29.400089], [118.185588, 29.393243], [118.203011, 29.37964], [118.201421, 29.373502], [118.198253, 29.370366], [118.203314, 29.362228], [118.203921, 29.350375], [118.201853, 29.346304], [118.188408, 29.342919], [118.179902, 29.336252], [118.177511, 29.333455], [118.177944, 29.32887], [118.174357, 29.323989], [118.16174, 29.316671], [118.161798, 29.313265], [118.169751, 29.310588], [118.174106, 29.301772], [118.162112, 29.294307], [118.165138, 29.287809], [118.164897, 29.284427], [118.154807, 29.284801], [118.143642, 29.289856], [118.138598, 29.290096], [118.13091, 29.286594], [118.128543, 29.286966], [118.108926, 29.295664], [118.102921, 29.291841], [118.101088, 29.287638], [118.097168, 29.286402], [118.072567, 29.293739], [118.066683, 29.290718], [118.066504, 29.288863], [118.069881, 29.288244], [118.07196, 29.285278], [118.073342, 29.276124], [118.073648, 29.261363], [118.070566, 29.255798], [118.070203, 29.248683], [118.075097, 29.246487], [118.077112, 29.242128], [118.07706, 29.23834], [118.074196, 29.233019], [118.074668, 29.228232], [118.079367, 29.22297], [118.077095, 29.22071], [118.051146, 29.217122], [118.043092, 29.220116], [118.035579, 29.212118], [118.034046, 29.205107], [118.035948, 29.201394], [118.027695, 29.18567], [118.029187, 29.179218], [118.023507, 29.173716], [118.022574, 29.17044], [118.025377, 29.16674], [118.035656, 29.163944], [118.038423, 29.160474], [118.038526, 29.141491], [118.035253, 29.133424], [118.03266, 29.131735], [118.033659, 29.127988], [118.046735, 29.120736], [118.048473, 29.11565], [118.038351, 29.113485], [118.034959, 29.110505], [118.030838, 29.101376], [118.031918, 29.097776], [118.037868, 29.091821], [118.046494, 29.090806], [118.057876, 29.084176], [118.064084, 29.083802], [118.070254, 29.078021], [118.068082, 29.070104], [118.072285, 29.065555], [118.060146, 29.056678], [118.060576, 29.052443], [118.066703, 29.047429], [118.065511, 29.043542], [118.067719, 29.039062], [118.070766, 29.038543], [118.074141, 29.040374], [118.07863, 29.034151], [118.082588, 29.033529], [118.084054, 29.018392], [118.082878, 29.015733], [118.091532, 29.001288], [118.095529, 29.00492], [118.09829, 29.013222], [118.10234, 29.014307], [118.103773, 29.006455], [118.094592, 28.993106], [118.104897, 28.994322], [118.1057, 29.006284], [118.109264, 29.0121], [118.115568, 29.014264], [118.122015, 29.018788], [118.127141, 29.01104], [118.124336, 29.003657], [118.119917, 28.998402], [118.128331, 28.986503], [118.140971, 28.982066], [118.141859, 28.987648], [118.149969, 28.990327], [118.150907, 28.986651], [118.159899, 28.989687], [118.162499, 28.988655], [118.177928, 28.980195], [118.181587, 28.980005], [118.191104, 28.96793], [118.195831, 28.957331], [118.199392, 28.955506], [118.204649, 28.957507], [118.206565, 28.952126], [118.210341, 28.950589], [118.215738, 28.951994], [118.222785, 28.947626], [118.223017, 28.945309], [118.218808, 28.93971], [118.210477, 28.933866], [118.20252, 28.923625], [118.191818, 28.919501], [118.188362, 28.912312], [118.189928, 28.90776], [118.194839, 28.905248], [118.199293, 28.90811], [118.221066, 28.914625], [118.236607, 28.923064], [118.245581, 28.922381], [118.249687, 28.926354], [118.251828, 28.926403], [118.256123, 28.92271], [118.264315, 28.921896], [118.266457, 28.920313], [118.269379, 28.90567], [118.272805, 28.898419], [118.276558, 28.894552], [118.277321, 28.886], [118.282518, 28.875479], [118.283267, 28.870562], [118.289175, 28.863803], [118.291997, 28.851284], [118.3, 28.843622], [118.293023, 28.839042], [118.291745, 28.836096], [118.300722, 28.826703], [118.306098, 28.824414], [118.320999, 28.822005], [118.32865, 28.817122], [118.335635, 28.818099], [118.348184, 28.816594], [118.349162, 28.81828], [118.351859, 28.818293], [118.359208, 28.816199], [118.36551, 28.811795], [118.368131, 28.807051], [118.366706, 28.804542], [118.368478, 28.799061], [118.378353, 28.790324], [118.375188, 28.78791], [118.374494, 28.776829], [118.379164, 28.776351], [118.381317, 28.760428], [118.387654, 28.757024], [118.388452, 28.751531], [118.384235, 28.749541], [118.384387, 28.747707], [118.388506, 28.741894], [118.394104, 28.739682], [118.395528, 28.737517], [118.389936, 28.737079], [118.38692, 28.734489], [118.387518, 28.73262], [118.394628, 28.730718], [118.395134, 28.726253], [118.392623, 28.724909], [118.394354, 28.727675], [118.393098, 28.728622], [118.390051, 28.726089], [118.391996, 28.723797], [118.396048, 28.722991], [118.396859, 28.717324], [118.387157, 28.713533], [118.385282, 28.708028], [118.385713, 28.703372], [118.388317, 28.702208], [118.397434, 28.706246], [118.40271, 28.700945], [118.407275, 28.699978], [118.411684, 28.696299], [118.409158, 28.692367], [118.409513, 28.689608], [118.416257, 28.682587], [118.422947, 28.684355], [118.426816, 28.682402], [118.427885, 28.679331], [118.42452, 28.677081], [118.427644, 28.667049], [118.425373, 28.663188], [118.426183, 28.658934], [118.422701, 28.655772], [118.427458, 28.654581], [118.426576, 28.652883], [118.416817, 28.64949], [118.418303, 28.642931], [118.423784, 28.633111], [118.428885, 28.628818], [118.425626, 28.62085], [118.420174, 28.61431], [118.412621, 28.610577], [118.411882, 28.611338], [118.415101, 28.613673], [118.409662, 28.61324], [118.408055, 28.611422], [118.408279, 28.598666], [118.415651, 28.596699], [118.420522, 28.58924], [118.415837, 28.587109], [118.413876, 28.588326], [118.411404, 28.586444], [118.410679, 28.579992], [118.412882, 28.579306], [118.41302, 28.576096], [118.40654, 28.576534], [118.404654, 28.571317], [118.405011, 28.568612], [118.408019, 28.567031], [118.409212, 28.563864], [118.407099, 28.558899], [118.416129, 28.551901], [118.423184, 28.550601], [118.421284, 28.548679], [118.416597, 28.548878], [118.415279, 28.547562], [118.416776, 28.542883], [118.419591, 28.541773], [118.423095, 28.537296], [118.422354, 28.534482], [118.420708, 28.539428], [118.418747, 28.540002], [118.420108, 28.525927], [118.426438, 28.522624], [118.433388, 28.523472], [118.440683, 28.518508], [118.440607, 28.515709], [118.436911, 28.510586], [118.425673, 28.504651], [118.418945, 28.502979], [118.413725, 28.505501], [118.409309, 28.501003], [118.411698, 28.498358], [118.425376, 28.494888], [118.431808, 28.494074], [118.432836, 28.496213], [118.448326, 28.479645], [118.451923, 28.480404], [118.456279, 28.484155], [118.467038, 28.484608], [118.47307, 28.477735], [118.471946, 28.474417], [118.4772, 28.474181], [118.474643, 28.468895], [118.475117, 28.470532], [118.469394, 28.470495], [118.464955, 28.463652], [118.460723, 28.46198], [118.465085, 28.457738], [118.464954, 28.454205], [118.461483, 28.458207], [118.457884, 28.458812], [118.459453, 28.453366], [118.461382, 28.45212], [118.458775, 28.445969], [118.456573, 28.444543], [118.453871, 28.431712], [118.444919, 28.421344], [118.445692, 28.420301], [118.448597, 28.421518], [118.447817, 28.423022], [118.452155, 28.419228], [118.446336, 28.416649], [118.442549, 28.417348], [118.434872, 28.415135], [118.433151, 28.412607], [118.434394, 28.409324], [118.426414, 28.405087], [118.42517, 28.401516], [118.43306, 28.402944], [118.436012, 28.397902], [118.435821, 28.394582], [118.448256, 28.388854], [118.452662, 28.382601], [118.458717, 28.368596], [118.458351, 28.362847], [118.463453, 28.361031], [118.464797, 28.357721], [118.465152, 28.346927], [118.468055, 28.344734], [118.469373, 28.341159], [118.46686, 28.335996], [118.469183, 28.334221], [118.470979, 28.337523], [118.473008, 28.337163], [118.464413, 28.33065], [118.46997, 28.327805], [118.475258, 28.330641], [118.476477, 28.334262], [118.474156, 28.337166], [118.476369, 28.338287], [118.482052, 28.331815], [118.475617, 28.322009], [118.467207, 28.321382], [118.465366, 28.319264], [118.465954, 28.315509], [118.461374, 28.309672], [118.448184, 28.300355], [118.429504, 28.291805], [118.427102, 28.296712], [118.417595, 28.294447], [118.388423, 28.27662], [118.387827, 28.27353], [118.383511, 28.26972], [118.374439, 28.267163], [118.372998, 28.267855], [118.372931, 28.270666], [118.369947, 28.270489], [118.359787, 28.261984], [118.359651, 28.256875], [118.351897, 28.254805], [118.346055, 28.256059], [118.344562, 28.251716], [118.347101, 28.247904], [118.342388, 28.24452], [118.339264, 28.237874], [118.3311, 28.238575], [118.328195, 28.234878], [118.32078, 28.232527], [118.313897, 28.226786], [118.310158, 28.226928], [118.307156, 28.224503], [118.314289, 28.219362], [118.318576, 28.213451], [118.329647, 28.209956], [118.333793, 28.196687], [118.342476, 28.193474], [118.352163, 28.19598], [118.365353, 28.19298], [118.370537, 28.189776], [118.368652, 28.178614], [118.374364, 28.169001], [118.365825, 28.163061], [118.355551, 28.160256], [118.353805, 28.155151], [118.355011, 28.151657], [118.35905, 28.147755], [118.356858, 28.144877], [118.357122, 28.139134], [118.362639, 28.136483], [118.36387, 28.133143], [118.352335, 28.12807], [118.351201, 28.125949], [118.351933, 28.120329], [118.354166, 28.116786], [118.354225, 28.111185], [118.349835, 28.106158], [118.351728, 28.104202], [118.351502, 28.096694], [118.347698, 28.089914], [118.336051, 28.087588], [118.31797, 28.093928], [118.31651, 28.090733], [118.312388, 28.090657], [118.306235, 28.09487], [118.298378, 28.092936], [118.295462, 28.088525], [118.288161, 28.085591], [118.281352, 28.088163], [118.277223, 28.084374], [118.270476, 28.086249], [118.25976, 28.081411], [118.254782, 28.07744], [118.251482, 28.07208], [118.249161, 28.071497], [118.238434, 28.079633], [118.232818, 28.07226], [118.224571, 28.067108], [118.221249, 28.061315], [118.213947, 28.06257], [118.206171, 28.061598], [118.201442, 28.057979], [118.200057, 28.054658], [118.194672, 28.052995], [118.186077, 28.055099], [118.182468, 28.053605], [118.165395, 28.060568], [118.156046, 28.060603], [118.152571, 28.063088], [118.151902, 28.065705], [118.139763, 28.060953], [118.132588, 28.060871], [118.130026, 28.058815], [118.130232, 28.056726], [118.11536, 28.044933], [118.115602, 28.036858], [118.117198, 28.032999], [118.121845, 28.031095], [118.122477, 28.023487], [118.124613, 28.019592], [118.117096, 28.014848], [118.105964, 28.016404], [118.100117, 28.020736], [118.098204, 28.013159], [118.090511, 28.009047], [118.085861, 27.998001], [118.088391, 27.991092], [118.08493, 27.986095], [118.088472, 27.979587], [118.089844, 27.972704], [118.089377, 27.970621], [118.083187, 27.967223], [118.07505, 27.968355], [118.071248, 27.971138], [118.065801, 27.970514], [118.064629, 27.979617], [118.061091, 27.984101], [118.05644, 27.985599], [118.051908, 27.98328], [118.044528, 27.985103], [118.041296, 27.981368], [118.037558, 27.981563], [118.032392, 27.98981], [118.029473, 27.991599], [118.015682, 27.989229], [118.013201, 27.984142], [118.005886, 27.986287], [118.000718, 27.984177], [117.991205, 27.99537], [117.981614, 27.977299], [117.976004, 27.971064], [117.97386, 27.968976], [117.965697, 27.96855], [117.962393, 27.964809], [117.95956, 27.965003], [117.94986, 27.974176], [117.936543, 27.978998], [117.93052, 27.976656], [117.93047, 27.972626], [117.927782, 27.970093], [117.92026, 27.968989], [117.914351, 27.965694], [117.912609, 27.961572], [117.905629, 27.953831], [117.900745, 27.953635], [117.894315, 27.948421], [117.888765, 27.950913], [117.878837, 27.949644], [117.876368, 27.946401], [117.865643, 27.942283], [117.861648, 27.939095], [117.854275, 27.949522], [117.850868, 27.949017], [117.843876, 27.940075], [117.832159, 27.930561], [117.814657, 27.926129], [117.808227, 27.922433], [117.806147, 27.915216], [117.798254, 27.912692], [117.794095, 27.908805], [117.795341, 27.906346], [117.793458, 27.903419], [117.788646, 27.900476], [117.784448, 27.901601], [117.782523, 27.900411], [117.782617, 27.886686], [117.785555, 27.883525], [117.779775, 27.874107], [117.777942, 27.863171], [117.783279, 27.860547], [117.782943, 27.855736], [117.774483, 27.846955], [117.774424, 27.843434], [117.771975, 27.839325], [117.763511, 27.837735], [117.754973, 27.831884], [117.750966, 27.825014], [117.749271, 27.816032], [117.742912, 27.809571], [117.738846, 27.808542], [117.736971, 27.804423], [117.726105, 27.803781], [117.723914, 27.809225], [117.720016, 27.813061], [117.711765, 27.817002], [117.707584, 27.824601], [117.702609, 27.82929], [117.69981, 27.837071], [117.690211, 27.829425], [117.683297, 27.830927], [117.676015, 27.826258], [117.666877, 27.832158], [117.663147, 27.843709], [117.659605, 27.846708], [117.64709, 27.851547], [117.645248, 27.856012], [117.626752, 27.859931], [117.623861, 27.86289], [117.617093, 27.862647], [117.615644, 27.867985], [117.611761, 27.866375], [117.603489, 27.867139], [117.59697, 27.872011], [117.598857, 27.890154], [117.591241, 27.898074], [117.590382, 27.904361], [117.580934, 27.907385], [117.578853, 27.914688], [117.584511, 27.919446], [117.580767, 27.931707], [117.582273, 27.937033], [117.579429, 27.941428], [117.582747, 27.947478], [117.575481, 27.949963], [117.56986, 27.948576], [117.564966, 27.937599], [117.561469, 27.9386], [117.553802, 27.947862], [117.55485, 27.952223], [117.560612, 27.960088], [117.554369, 27.964941], [117.550628, 27.973963], [117.542654, 27.971805], [117.53264, 27.97512], [117.528993, 27.972949], [117.524681, 27.978349], [117.525558, 27.985056], [117.524097, 27.986532], [117.517033, 27.986949], [117.505923, 27.97787], [117.505895, 27.971871], [117.502261, 27.963048], [117.503216, 27.96011], [117.478154, 27.94343], [117.471843, 27.933424], [117.461278, 27.937343], [117.458652, 27.939984], [117.45646, 27.946302], [117.448399, 27.943364], [117.446691, 27.938694], [117.438901, 27.934377], [117.436149, 27.927475], [117.426178, 27.921667], [117.426535, 27.917369], [117.410592, 27.903605], [117.407341, 27.89816], [117.391692, 27.895559], [117.378573, 27.889386], [117.372804, 27.891757], [117.360461, 27.88609], [117.348882, 27.869665], [117.348934, 27.863038], [117.347207, 27.860767], [117.338379, 27.859369], [117.328319, 27.865733], [117.327469, 27.867154], [117.330774, 27.871952], [117.32981, 27.875472], [117.331892, 27.880142], [117.329742, 27.891821], [117.320399, 27.898968], [117.311881, 27.89733], [117.302638, 27.878926], [117.298504, 27.875872], [117.292828, 27.873772], [117.274151, 27.874328], [117.276478, 27.869442], [117.273274, 27.861472], [117.272115, 27.850219], [117.278513, 27.846784], [117.288118, 27.847862], [117.297125, 27.839386], [117.298188, 27.828961], [117.293876, 27.814859], [117.294999, 27.810871], [117.292, 27.804473], [117.295603, 27.795363], [117.29915, 27.791727], [117.301907, 27.779812], [117.296787, 27.775419], [117.292503, 27.767108], [117.277526, 27.767807], [117.273775, 27.77106], [117.27173, 27.770072], [117.270666, 27.759405], [117.275382, 27.75352], [117.261503, 27.743871], [117.259359, 27.731944], [117.256595, 27.729236], [117.250564, 27.732481], [117.248335, 27.731749], [117.243555, 27.729141], [117.240197, 27.72214], [117.235753, 27.720094], [117.231079, 27.722307], [117.220048, 27.722945], [117.212252, 27.718393], [117.202122, 27.71972], [117.198099, 27.712571], [117.198665, 27.704158], [117.200706, 27.70045], [117.198354, 27.695264], [117.200162, 27.691198], [117.199744, 27.687136], [117.19445, 27.688251], [117.181225, 27.686517], [117.177552, 27.682549], [117.172209, 27.680867], [117.137041, 27.692328], [117.132703, 27.692627], [117.126264, 27.690098], [117.12488, 27.693073], [117.11739, 27.69718], [117.112237, 27.69762], [117.103933, 27.690323], [117.100949, 27.684488], [117.094108, 27.678862], [117.090133, 27.671469], [117.09654, 27.666415], [117.106479, 27.649014], [117.103536, 27.646218], [117.1005, 27.646091], [117.099421, 27.640742], [117.101556, 27.637502], [117.103834, 27.636943], [117.103362, 27.63499], [117.09549, 27.630571], [117.089948, 27.631109], [117.076111, 27.641798], [117.072136, 27.647931], [117.074151, 27.651344], [117.073557, 27.653872], [117.065436, 27.65898], [117.057998, 27.669083], [117.047223, 27.674205], [117.031908, 27.670257], [117.028517, 27.666661], [117.021975, 27.66344], [117.014621, 27.655711], [117.016707, 27.645025], [117.01259, 27.636209], [117.008905, 27.633456], [117.00348, 27.637096], [116.998317, 27.629762], [117.001334, 27.626915], [117.002923, 27.620913], [117.011624, 27.616105], [117.012084, 27.614149], [117.007538, 27.608655], [117.011483, 27.606461], [117.014266, 27.606918], [117.016194, 27.603177], [117.0153, 27.600825], [117.019293, 27.596022], [117.017233, 27.590871], [117.017004, 27.582687], [117.012451, 27.575215], [117.013483, 27.569326], [117.012265, 27.563451], [117.016326, 27.55847], [117.03704, 27.550819], [117.045388, 27.553887], [117.047306, 27.548885], [117.051845, 27.546915], [117.05883, 27.551503], [117.060183, 27.556419], [117.068946, 27.561956], [117.069232, 27.566393], [117.072802, 27.57009], [117.079113, 27.567796], [117.084258, 27.559159], [117.085293, 27.551153], [117.094739, 27.547452], [117.098118, 27.54267], [117.095956, 27.524959], [117.097168, 27.515571], [117.10304, 27.50886], [117.108465, 27.499143], [117.100536, 27.492924], [117.098352, 27.487795], [117.100242, 27.483486], [117.106775, 27.479258], [117.102347, 27.472511], [117.103354, 27.464457], [117.111757, 27.454837], [117.120017, 27.454294], [117.120088, 27.438939], [117.122623, 27.433426], [117.127793, 27.427933], [117.120957, 27.407898], [117.109573, 27.400155], [117.102742, 27.397608], [117.099777, 27.385079], [117.094696, 27.383679], [117.094296, 27.377825], [117.097111, 27.37576], [117.098928, 27.370555], [117.096805, 27.360209], [117.097623, 27.350836], [117.093517, 27.341502], [117.105467, 27.328448], [117.10926, 27.331737], [117.124139, 27.325283], [117.13539, 27.326448], [117.136804, 27.323165], [117.135641, 27.315406], [117.13218, 27.310984], [117.130484, 27.310975], [117.132511, 27.305234], [117.142283, 27.303805], [117.145608, 27.306486], [117.148971, 27.305541], [117.154584, 27.301257], [117.154376, 27.297171], [117.160167, 27.294633], [117.167335, 27.294987], [117.167155, 27.291201], [117.163217, 27.28713], [117.161065, 27.271977], [117.156447, 27.268327], [117.151547, 27.267669], [117.14791, 27.261314], [117.147563, 27.254355], [117.141382, 27.251198], [117.144733, 27.243611], [117.136429, 27.239696], [117.133642, 27.23477], [117.115439, 27.221066], [117.115436, 27.214701], [117.111589, 27.21169], [117.098621, 27.206905], [117.095722, 27.212368], [117.092124, 27.210381], [117.081618, 27.196221], [117.080349, 27.187655], [117.074293, 27.18324], [117.064459, 27.181237], [117.058687, 27.175441], [117.050962, 27.163163], [117.043547, 27.155808], [117.037186, 27.143079], [117.037052, 27.135863], [117.041751, 27.129072], [117.04426, 27.121686], [117.044806, 27.10698], [117.0474, 27.103884], [117.037282, 27.099594], [117.029997, 27.091648], [117.019035, 27.088405], [117.008762, 27.090338], [117.00504, 27.087022], [116.998475, 27.085387], [116.986061, 27.072523], [116.981519, 27.070771], [116.968958, 27.061061], [116.962197, 27.061809], [116.950824, 27.050413], [116.948744, 27.047043], [116.948635, 27.040628], [116.94001, 27.032772], [116.934805, 27.021936], [116.929875, 27.025793], [116.923236, 27.02555], [116.91864, 27.027637], [116.917427, 27.03526], [116.913721, 27.038353], [116.90631, 27.035787], [116.898344, 27.037727], [116.894096, 27.040672], [116.89071, 27.038883], [116.888119, 27.033047], [116.882047, 27.032234], [116.872675, 27.024629], [116.865001, 27.025408], [116.856713, 27.011129], [116.836765, 27.010751], [116.835072, 27.012551], [116.835573, 27.015155], [116.829625, 27.021927], [116.820608, 27.023746], [116.81805, 27.0228], [116.817026, 27.019676], [116.806849, 27.011257], [116.795058, 27.014227], [116.786607, 27.010917], [116.784648, 27.006951], [116.776166, 27.001886], [116.765073, 27.00325], [116.761205, 27.000914], [116.757599, 26.995051], [116.756346, 26.99081], [116.757407, 26.986455], [116.751182, 26.980979], [116.74095, 26.988964], [116.737268, 26.998545], [116.732514, 26.997047], [116.724469, 26.997597], [116.713514, 26.99389], [116.706061, 26.994932], [116.701791, 26.992339], [116.693589, 26.992109], [116.683881, 26.985928], [116.67907, 26.980517], [116.67288, 26.979746], [116.673719, 26.975642], [116.668476, 26.969584], [116.649954, 26.964903], [116.651503, 26.95961], [116.644717, 26.946867], [116.639813, 26.944766], [116.626585, 26.9324], [116.616469, 26.925902], [116.618171, 26.920832], [116.614934, 26.913776], [116.602948, 26.902558], [116.605226, 26.898942], [116.600177, 26.893963], [116.596315, 26.894821], [116.593778, 26.897698], [116.587512, 26.89015], [116.582964, 26.889232], [116.581476, 26.884651], [116.586648, 26.881607], [116.580813, 26.872397], [116.576204, 26.868802], [116.571799, 26.87319], [116.566142, 26.8726], [116.561342, 26.870039], [116.553499, 26.846589], [116.545092, 26.841218], [116.541165, 26.827289], [116.542428, 26.822055], [116.537377, 26.812731], [116.539179, 26.806882], [116.543419, 26.801139], [116.541901, 26.796752], [116.543652, 26.791593], [116.549817, 26.788714], [116.553934, 26.77471], [116.556716, 26.769709], [116.559671, 26.76815], [116.559875, 26.764592], [116.556085, 26.758444], [116.530247, 26.742785], [116.528513, 26.736396], [116.514844, 26.727089], [116.509577, 26.719463], [116.505473, 26.717372], [116.506216, 26.713371], [116.510339, 26.712002], [116.510829, 26.710169], [116.507734, 26.703049], [116.508643, 26.694532], [116.510737, 26.690767], [116.527712, 26.676541], [116.527997, 26.672743], [116.531147, 26.669067], [116.550814, 26.659848], [116.544062, 26.651823], [116.550001, 26.64952], [116.562458, 26.639256], [116.557976, 26.634124], [116.557858, 26.606432], [116.549412, 26.586183], [116.536083, 26.567412], [116.529369, 26.564432], [116.52968, 26.562767], [116.538415, 26.55998], [116.543839, 26.55424], [116.558384, 26.54937], [116.56344, 26.542699], [116.570323, 26.53881], [116.57531, 26.533771], [116.575397, 26.525236], [116.58063, 26.525596], [116.583734, 26.523803], [116.584217, 26.510186], [116.589486, 26.510691], [116.591996, 26.507425], [116.590581, 26.50402], [116.584246, 26.501797], [116.585791, 26.498465], [116.5983, 26.495342], [116.592887, 26.489383], [116.5937, 26.487596], [116.597144, 26.485898], [116.599348, 26.488358], [116.606673, 26.480794], [116.609755, 26.47995], [116.615812, 26.483222], [116.622557, 26.483817], [116.628292, 26.482332], [116.633977, 26.483776], [116.634739, 26.481249], [116.633111, 26.477159], [116.639107, 26.473104], [116.645151, 26.471807], [116.633571, 26.47374], [116.631528, 26.467163], [116.625716, 26.464145], [116.62399, 26.457531], [116.626538, 26.452295], [116.621183, 26.443987], [116.617862, 26.444944], [116.604566, 26.437303], [116.598956, 26.411071], [116.601368, 26.404785], [116.606791, 26.39808], [116.607276, 26.391495], [116.605708, 26.387712], [116.598898, 26.383511], [116.598153, 26.377839], [116.595474, 26.374664], [116.586874, 26.374957], [116.582651, 26.370643], [116.576296, 26.370043], [116.569696, 26.376575], [116.559629, 26.372695], [116.55444, 26.367446], [116.550112, 26.366799], [116.547609, 26.370276], [116.552889, 26.3728], [116.554374, 26.375463], [116.554433, 26.380438], [116.550951, 26.384653], [116.556062, 26.389824], [116.552699, 26.396294], [116.551622, 26.402736], [116.549014, 26.403853], [116.543945, 26.401363], [116.531083, 26.403958], [116.531494, 26.410866], [116.523578, 26.410347], [116.519023, 26.411349], [116.517305, 26.413249], [116.512052, 26.413693], [116.506627, 26.408466], [116.510027, 26.405369], [116.510062, 26.403209], [116.503489, 26.389586], [116.502158, 26.391106], [116.494961, 26.39231], [116.491339, 26.389061], [116.492413, 26.385826], [116.490043, 26.374169], [116.491109, 26.370566], [116.495583, 26.370148], [116.496608, 26.368386], [116.49738, 26.36518], [116.495124, 26.362569], [116.493036, 26.361037], [116.489917, 26.36393], [116.485794, 26.363782], [116.481749, 26.361555], [116.481667, 26.359672], [116.475147, 26.356529], [116.467089, 26.356968], [116.469171, 26.354068], [116.468132, 26.350898], [116.460677, 26.353477], [116.455774, 26.350314], [116.455209, 26.343666], [116.451786, 26.337161], [116.441254, 26.32924], [116.436796, 26.32906], [116.43202, 26.321502], [116.431913, 26.317557], [116.437077, 26.316492], [116.437133, 26.314536], [116.432004, 26.311581], [116.430022, 26.307393], [116.422135, 26.307364], [116.419455, 26.303684], [116.410085, 26.301547], [116.410178, 26.299696], [116.417023, 26.296717], [116.419226, 26.293119], [116.414661, 26.282344], [116.405637, 26.281306], [116.391682, 26.275154], [116.393024, 26.265611], [116.388261, 26.263446], [116.385438, 26.259157], [116.386823, 26.257202], [116.389781, 26.257566], [116.391683, 26.254068], [116.391975, 26.248417], [116.381843, 26.241419], [116.382379, 26.232979], [116.386376, 26.223075], [116.386477, 26.212463], [116.375941, 26.212556], [116.386942, 26.208366], [116.389405, 26.209498], [116.386412, 26.210416], [116.388049, 26.212858], [116.392435, 26.213036], [116.393655, 26.207813], [116.38736, 26.201975], [116.393205, 26.199215], [116.397813, 26.194482], [116.395851, 26.193617], [116.392009, 26.183118], [116.388592, 26.180947], [116.386413, 26.175146], [116.392639, 26.169654], [116.402041, 26.167586], [116.404964, 26.165664], [116.40485, 26.163427], [116.406642, 26.163127], [116.411137, 26.163356], [116.414353, 26.166613], [116.412457, 26.169163], [116.416986, 26.17198], [116.421066, 26.167205], [116.415272, 26.163836], [116.41564, 26.161316], [116.42124, 26.160983], [116.432996, 26.16311], [116.439502, 26.167991], [116.460575, 26.177055], [116.469006, 26.177884], [116.471552, 26.175962], [116.470337, 26.172836], [116.476995, 26.165436], [116.473779, 26.155378], [116.478153, 26.152175], [116.476467, 26.13996], [116.484549, 26.136432], [116.48646, 26.123611], [116.485086, 26.117534], [116.480399, 26.112606], [116.46949, 26.107233], [116.467264, 26.103342], [116.463012, 26.102735], [116.459213, 26.096135], [116.451907, 26.092388], [116.443653, 26.083649], [116.428981, 26.077397], [116.424012, 26.072904], [116.422991, 26.077745], [116.416606, 26.069876], [116.414066, 26.057092], [116.401356, 26.057003], [116.405189, 26.053149], [116.397052, 26.050916], [116.39771, 26.043244], [116.39536, 26.035562], [116.393468, 26.03477], [116.391337, 26.037778], [116.393768, 26.039214], [116.393522, 26.040753], [116.389143, 26.042877], [116.388917, 26.038559], [116.391112, 26.034514], [116.382376, 26.033872], [116.379106, 26.035463], [116.377664, 26.028703], [116.366722, 26.008463], [116.360349, 26.009093], [116.355642, 26.002024], [116.354858, 25.996245], [116.36394, 25.976739], [116.36476, 25.968014], [116.362261, 25.963031], [116.350351, 25.962616], [116.345322, 25.965353], [116.339074, 25.965347], [116.330902, 25.959297], [116.323267, 25.960139], [116.319084, 25.95871], [116.318832, 25.952738], [116.315843, 25.944495], [116.305947, 25.940847], [116.299985, 25.934728], [116.297255, 25.925968], [116.288133, 25.921591], [116.282354, 25.922277], [116.276342, 25.916996], [116.265884, 25.918323], [116.258371, 25.916494], [116.256135, 25.913898], [116.254224, 25.905614], [116.249974, 25.903452], [116.242324, 25.906736], [116.22941, 25.90237], [116.225017, 25.90646], [116.225564, 25.907988], [116.220388, 25.912039], [116.209123, 25.909879], [116.202085, 25.904033], [116.19781, 25.903311], [116.191213, 25.905452], [116.18364, 25.904486], [116.171659, 25.896586], [116.165264, 25.879301], [116.163105, 25.878988], [116.159403, 25.882307], [116.149348, 25.880802], [116.138776, 25.872341], [116.13908, 25.869423], [116.127551, 25.861662], [116.125211, 25.85542], [116.125854, 25.839562], [116.127671, 25.837662], [116.126042, 25.831237], [116.130145, 25.826773], [116.133431, 25.830438], [116.136343, 25.826477], [116.136566, 25.822669], [116.152835, 25.815746], [116.156302, 25.809118], [116.154712, 25.802026], [116.156781, 25.800087], [116.162862, 25.799303], [116.166862, 25.792789], [116.17129, 25.790987], [116.177946, 25.780304], [116.173988, 25.775349], [116.172791, 25.770528], [116.17321, 25.756893], [116.169839, 25.751182], [116.16249, 25.750151], [116.159, 25.761873], [116.162853, 25.766202], [116.160267, 25.769189], [116.155147, 25.769629], [116.143826, 25.763695], [116.128924, 25.762904], [116.124735, 25.764243], [116.120418, 25.75499], [116.11542, 25.749518], [116.11243, 25.741061], [116.114534, 25.737696], [116.113565, 25.735436], [116.107412, 25.73307], [116.10395, 25.728982], [116.105237, 25.707565], [116.101739, 25.704223], [116.084809, 25.701636], [116.082675, 25.69928], [116.063863, 25.708793], [116.062243, 25.70444], [116.063394, 25.695127], [116.061719, 25.692843], [116.059147, 25.697553], [116.05508, 25.698134], [116.053419, 25.694873], [116.05441, 25.6899], [116.051129, 25.686631], [116.05547, 25.68128], [116.060338, 25.678413], [116.054886, 25.674353], [116.054348, 25.672487], [116.056859, 25.671762], [116.057812, 25.668186], [116.05253, 25.663907], [116.054255, 25.659326], [116.063788, 25.6509], [116.064725, 25.647378], [116.062707, 25.637922], [116.060709, 25.637592], [116.05549, 25.642715], [116.052774, 25.642196], [116.047793, 25.636226], [116.047275, 25.631911], [116.045323, 25.630449], [116.035114, 25.62968], [116.035967, 25.624999], [116.041125, 25.621047], [116.04116, 25.618462], [116.035742, 25.608781], [116.038785, 25.604189], [116.047192, 25.60404], [116.05036, 25.594389], [116.049721, 25.587847], [116.048277, 25.586399], [116.053423, 25.571438], [116.05599, 25.568243], [116.058891, 25.56796], [116.059132, 25.565087], [116.051668, 25.550797], [116.045728, 25.54877], [116.03501, 25.552023], [116.03299, 25.550045], [116.030283, 25.53709], [116.032543, 25.516887], [116.030283, 25.515171], [116.01011, 25.51099], [116.007711, 25.50391], [116.009776, 25.50068], [116.00119, 25.495364], [115.999485, 25.491726], [116.00349, 25.490288], [116.003476, 25.482677], [116.001165, 25.475602], [116.007923, 25.472986], [116.012728, 25.477732], [116.014779, 25.477335], [116.009784, 25.472554], [116.005269, 25.462119], [116.006248, 25.456586], [116.019261, 25.439815], [116.015939, 25.430816], [116.01833, 25.42603], [116.013397, 25.414735], [116.005074, 25.418508], [115.999272, 25.417279], [115.997955, 25.415226], [115.99733, 25.411753], [116.003571, 25.397669], [115.986319, 25.377499], [115.989212, 25.375879], [115.99128, 25.370047], [115.991028, 25.363831], [115.995064, 25.362749], [115.996925, 25.358745], [115.994606, 25.352482], [115.98813, 25.35183], [115.982661, 25.347417], [115.995262, 25.347382], [116.000554, 25.342484], [116.002331, 25.331708], [115.994303, 25.328049], [115.998194, 25.325932], [116.003893, 25.325701], [116.002788, 25.319114], [115.998818, 25.310434], [115.982805, 25.292723], [115.978435, 25.301809], [115.972678, 25.301498], [115.970559, 25.299678], [115.970332, 25.29126], [115.965267, 25.288562], [115.960515, 25.28986], [115.956328, 25.294795], [115.947953, 25.295931], [115.94237, 25.2928], [115.942219, 25.287405], [115.945949, 25.280843], [115.94725, 25.27388], [115.937805, 25.258377], [115.935039, 25.256936], [115.92748, 25.238851], [115.91785, 25.236547], [115.91769, 25.234944], [115.915416, 25.234047], [115.905438, 25.23729], [115.897616, 25.235337], [115.896486, 25.231357], [115.885649, 25.219993], [115.872315, 25.218763], [115.863819, 25.2254], [115.860284, 25.218784], [115.850737, 25.213114], [115.852871, 25.191852], [115.852026, 25.186813], [115.853788, 25.181298], [115.848454, 25.178933], [115.856448, 25.169946], [115.854934, 25.16752], [115.851813, 25.16982], [115.84825, 25.168957], [115.84634, 25.163909], [115.848332, 25.157742], [115.851976, 25.155243], [115.854731, 25.157476], [115.857784, 25.157116], [115.8584, 25.152269], [115.864134, 25.151501], [115.871653, 25.156071], [115.873246, 25.155451], [115.879865, 25.14467], [115.881931, 25.143738], [115.885329, 25.129909], [115.8755, 25.125885], [115.869842, 25.126587], [115.870829, 25.116305], [115.880429, 25.107238], [115.874209, 25.09909], [115.875575, 25.096032], [115.878147, 25.091199], [115.891221, 25.092246], [115.90216, 25.08831], [115.909618, 25.082701], [115.912096, 25.07437], [115.910448, 25.073004], [115.909428, 25.067829], [115.910529, 25.06382], [115.915038, 25.063808], [115.917195, 25.058024], [115.924577, 25.052324], [115.923272, 25.048613], [115.918034, 25.047041], [115.915678, 25.041766], [115.913919, 25.041776], [115.909621, 25.046077], [115.899826, 25.044448], [115.89423, 25.04136], [115.894265, 25.037479], [115.892082, 25.035093], [115.887509, 25.034088], [115.884679, 25.026553], [115.877025, 25.029429], [115.869647, 25.023754], [115.872878, 25.006245], [115.877578, 25.001338], [115.897221, 24.995076], [115.898314, 24.991925], [115.897077, 24.98896], [115.905252, 24.985759], [115.911799, 24.978846], [115.911572, 24.973721], [115.919381, 24.966805], [115.918028, 24.962982], [115.912185, 24.960322], [115.90667, 24.96256], [115.905999, 24.965624], [115.900761, 24.967346], [115.895522, 24.963471], [115.890379, 24.96561], [115.887411, 24.97088], [115.888179, 24.973549], [115.879293, 24.980139], [115.868597, 24.976222], [115.86542, 24.971707], [115.867829, 24.957373], [115.880283, 24.954218], [115.887483, 24.9408], [115.884633, 24.935724], [115.88085, 24.937997], [115.880903, 24.940367], [115.877782, 24.940727], [115.873327, 24.935233], [115.88131, 24.917195], [115.878491, 24.914308], [115.880199, 24.900487], [115.883143, 24.9006], [115.886183, 24.895387], [115.901341, 24.890738], [115.903901, 24.883806], [115.894555, 24.880398], [115.887357, 24.872062], [115.877717, 24.871313], [115.868669, 24.873434], [115.863249, 24.868248], [115.856488, 24.866504], [115.854747, 24.867573], [115.855588, 24.872905], [115.859987, 24.878739], [115.855855, 24.884168], [115.860525, 24.887566], [115.861037, 24.893685], [115.850365, 24.894732], [115.845454, 24.898733], [115.845417, 24.902659], [115.833081, 24.909446], [115.824465, 24.910033], [115.820383, 24.912573], [115.815807, 24.909829], [115.810295, 24.901503], [115.807123, 24.899425], [115.804136, 24.893579], [115.803764, 24.888521], [115.799398, 24.882145], [115.799847, 24.876575], [115.803642, 24.867827], [115.803651, 24.864352], [115.801187, 24.860789], [115.791189, 24.861363], [115.78927, 24.865432], [115.784732, 24.866636], [115.776696, 24.866277], [115.781393, 24.859004], [115.788686, 24.859312], [115.779335, 24.851947], [115.783088, 24.842545], [115.78691, 24.841064], [115.787232, 24.838472], [115.785573, 24.836202], [115.782584, 24.835862], [115.774693, 24.838686], [115.771973, 24.833631], [115.77378, 24.830638], [115.774304, 24.823021], [115.768128, 24.817509], [115.767795, 24.803606], [115.764407, 24.798771], [115.758491, 24.794547], [115.764132, 24.789111], [115.773268, 24.774992], [115.760303, 24.766468], [115.758318, 24.762254], [115.758857, 24.757813], [115.756662, 24.754861], [115.752526, 24.753315], [115.751154, 24.739787], [115.751795, 24.737423], [115.759013, 24.734571], [115.766705, 24.728813], [115.76785, 24.722887], [115.765638, 24.711767], [115.771447, 24.71134], [115.778879, 24.704203], [115.787812, 24.70256], [115.796448, 24.708722], [115.801483, 24.706641], [115.803441, 24.700767], [115.798087, 24.697565], [115.801398, 24.689716], [115.792357, 24.684679], [115.795145, 24.679827], [115.792601, 24.677257], [115.783409, 24.677701], [115.77271, 24.680819], [115.772687, 24.678361], [115.767489, 24.674299], [115.758207, 24.673907], [115.756301, 24.671793], [115.76141, 24.667186], [115.777354, 24.666053], [115.779219, 24.656476], [115.786717, 24.649962], [115.781299, 24.640405], [115.782346, 24.634201], [115.793556, 24.632452], [115.7959, 24.623397], [115.801198, 24.623392], [115.801615, 24.619889], [115.809611, 24.614296], [115.811162, 24.608189], [115.81749, 24.601677], [115.827558, 24.599281], [115.830533, 24.592767], [115.835487, 24.587825], [115.836043, 24.578558], [115.843994, 24.575144], [115.849584, 24.568234], [115.838991, 24.564506], [115.834254, 24.567638], [115.818971, 24.562109], [115.814952, 24.565983], [115.806369, 24.57003], [115.803912, 24.56711], [115.803191, 24.56234], [115.794561, 24.56819], [115.785482, 24.571533], [115.786317, 24.574958], [115.776636, 24.570599], [115.771919, 24.563162], [115.765879, 24.56583], [115.762057, 24.558621], [115.737183, 24.542801], [115.735931, 24.544906], [115.73283, 24.545542], [115.71346, 24.54302], [115.708729, 24.540428], [115.703576, 24.546632], [115.697398, 24.549307], [115.685699, 24.547175], [115.679597, 24.550495], [115.679001, 24.554256], [115.67367, 24.56213], [115.672964, 24.568274], [115.682962, 24.573257], [115.683012, 24.57878], [115.680342, 24.582833], [115.680624, 24.588161], [115.667667, 24.607674], [115.653387, 24.610548], [115.648708, 24.617388], [115.626379, 24.615406], [115.623422, 24.624511], [115.615163, 24.621943], [115.606833, 24.628324], [115.601736, 24.628961], [115.59872, 24.625858], [115.59935, 24.62293], [115.594726, 24.618778], [115.583636, 24.618886], [115.582346, 24.62109], [115.57808, 24.61871], [115.578695, 24.617702], [115.571428, 24.61667], [115.567276, 24.62187], [115.564929, 24.622591], [115.564153, 24.625173], [115.566198, 24.627867], [115.565804, 24.629824], [115.560998, 24.638183], [115.557075, 24.640757], [115.555539, 24.647834], [115.552884, 24.651297], [115.554996, 24.661387], [115.550038, 24.674433], [115.551577, 24.686587], [115.54487, 24.687809], [115.537264, 24.694053], [115.531613, 24.693659], [115.527626, 24.69872], [115.515808, 24.703884], [115.523954, 24.714772], [115.521103, 24.719866], [115.503253, 24.718922], [115.501167, 24.721948], [115.501427, 24.729103], [115.491331, 24.736288], [115.492706, 24.743139], [115.486062, 24.749052], [115.482479, 24.749038], [115.476541, 24.753784], [115.47703, 24.758257], [115.469737, 24.766554], [115.459699, 24.769], [115.451871, 24.76646], [115.448493, 24.769832], [115.444748, 24.768959], [115.438514, 24.775347], [115.427734, 24.78162], [115.426658, 24.786573], [115.416717, 24.788927], [115.409668, 24.793252], [115.408818, 24.795883], [115.403136, 24.79756], [115.389149, 24.78588], [115.388125, 24.779055], [115.382678, 24.774077], [115.373291, 24.77375], [115.368994, 24.777313], [115.363438, 24.771319], [115.357176, 24.758908], [115.356604, 24.753532], [115.359287, 24.748687], [115.359379, 24.741671], [115.35548, 24.737522], [115.349126, 24.739776], [115.343735, 24.745718], [115.334698, 24.750898], [115.324444, 24.752701], [115.315722, 24.750911], [115.309652, 24.753957], [115.304237, 24.761477], [115.275729, 24.757361], [115.265867, 24.75402], [115.264748, 24.747442], [115.256437, 24.732138], [115.253045, 24.730925], [115.240113, 24.734923], [115.232466, 24.730613], [115.23044, 24.727092], [115.220919, 24.729597], [115.192952, 24.714462], [115.180382, 24.710903], [115.180599, 24.701046], [115.184818, 24.697961], [115.186076, 24.699736], [115.189462, 24.699574], [115.190767, 24.694714], [115.165782, 24.69878], [115.163476, 24.698242], [115.163768, 24.695178], [115.160826, 24.693698], [115.157327, 24.69485], [115.154109, 24.693683], [115.152175, 24.690884], [115.142668, 24.692481], [115.13997, 24.688436], [115.134293, 24.68439], [115.126773, 24.682673], [115.122851, 24.683345], [115.118091, 24.676404], [115.118805, 24.673232], [115.123734, 24.675527], [115.118977, 24.66729], [115.11551, 24.667423], [115.114443, 24.671034], [115.106789, 24.674345], [115.105039, 24.674097], [115.104069, 24.67131], [115.100075, 24.670115], [115.098406, 24.676766], [115.090547, 24.677252], [115.081725, 24.690654], [115.082313, 24.695761], [115.068729, 24.70707], [115.051803, 24.706061], [115.049043, 24.713561], [115.046395, 24.70915], [115.048006, 24.70723], [115.047492, 24.705351], [115.045004, 24.701754], [115.039113, 24.701045], [115.037564, 24.69904], [115.043022, 24.692681], [115.039533, 24.691575], [115.032777, 24.683072], [115.030447, 24.683605], [115.023527, 24.680875], [115.022202, 24.678782], [115.023109, 24.67453], [115.019982, 24.670856], [115.017906, 24.670987], [115.016714, 24.674558], [115.013385, 24.677357], [115.008501, 24.675532], [115.002595, 24.67586], [115.003079, 24.679544], [114.998495, 24.683267], [114.98458, 24.674892], [114.981334, 24.677149], [114.97626, 24.676382], [114.959245, 24.669], [114.948336, 24.655778], [114.936448, 24.652391], [114.930787, 24.65845], [114.932239, 24.667322], [114.931097, 24.669201], [114.914693, 24.669877], [114.90798, 24.668272], [114.903446, 24.660824], [114.903992, 24.647693], [114.897605, 24.641218], [114.900506, 24.63767], [114.900583, 24.633938], [114.894974, 24.628213], [114.893666, 24.624562], [114.894548, 24.618647], [114.898153, 24.612676], [114.891562, 24.602086], [114.889458, 24.585915], [114.887393, 24.583874], [114.881213, 24.582808], [114.877995, 24.57249], [114.867355, 24.567922], [114.864995, 24.565095], [114.862172, 24.565388], [114.856952, 24.569997], [114.853946, 24.580653], [114.848902, 24.584226], [114.855407, 24.597036], [114.854535, 24.600913], [114.849986, 24.601532], [114.844225, 24.606197], [114.831069, 24.603074], [114.824397, 24.599006], [114.823599, 24.593811], [114.820677, 24.592071], [114.814416, 24.59418], [114.809882, 24.599395], [114.803059, 24.603251], [114.79939, 24.608362], [114.797518, 24.608543], [114.794191, 24.604831], [114.78788, 24.60572], [114.788687, 24.6084], [114.787378, 24.611541], [114.775706, 24.61638], [114.774522, 24.61604], [114.775891, 24.61287], [114.77499, 24.611181], [114.766292, 24.608804], [114.758188, 24.612283], [114.751654, 24.618719], [114.745096, 24.620624], [114.739851, 24.615619], [114.735717, 24.614614], [114.728852, 24.615645], [114.72389, 24.611157], [114.728044, 24.602255], [114.724937, 24.598793], [114.724399, 24.593916], [114.73137, 24.587819], [114.728088, 24.579278], [114.729035, 24.575124], [114.732273, 24.573993], [114.732821, 24.56755], [114.721347, 24.553929], [114.717458, 24.557419], [114.713996, 24.558051], [114.711756, 24.556221], [114.711941, 24.551532], [114.706091, 24.541355], [114.705684, 24.536172], [114.701248, 24.530873], [114.694579, 24.540887], [114.690053, 24.542021], [114.686409, 24.540353], [114.677889, 24.544763], [114.679248, 24.550865], [114.672299, 24.557012], [114.666494, 24.57036], [114.666826, 24.576941], [114.662158, 24.581438], [114.663438, 24.583869], [114.659368, 24.586688], [114.646315, 24.579531], [114.641624, 24.579404], [114.6325, 24.572536], [114.627579, 24.573209], [114.621238, 24.579956], [114.603792, 24.567287], [114.594267, 24.55561], [114.591017, 24.54437], [114.585965, 24.539343], [114.570571, 24.545355], [114.563161, 24.544657], [114.559576, 24.54026], [114.547133, 24.543971], [114.540492, 24.547029], [114.532611, 24.560551], [114.524023, 24.562021], [114.514822, 24.549834], [114.506229, 24.544919], [114.499955, 24.544256], [114.496228, 24.536665], [114.493261, 24.535322], [114.488746, 24.537734], [114.480783, 24.532492], [114.474017, 24.531916], [114.472689, 24.530185], [114.473435, 24.527837], [114.466085, 24.517512], [114.466527, 24.514373], [114.454777, 24.509055], [114.45001, 24.503799], [114.437594, 24.501471], [114.427703, 24.489807], [114.424007, 24.487716], [114.420148, 24.496228], [114.416932, 24.499112], [114.408454, 24.499906], [114.405977, 24.503627], [114.406452, 24.506237], [114.399791, 24.501988], [114.397564, 24.502553], [114.397965, 24.509393], [114.402026, 24.520284], [114.398199, 24.53081], [114.383746, 24.537769], [114.385222, 24.54797], [114.381584, 24.551438], [114.385509, 24.558516], [114.386182, 24.565564], [114.383691, 24.567315], [114.375454, 24.564017], [114.371393, 24.569262], [114.371835, 24.574801], [114.366861, 24.579737], [114.361643, 24.579925], [114.358629, 24.588178], [114.348636, 24.583025], [114.348294, 24.587061], [114.351923, 24.593904], [114.341235, 24.589728], [114.340399, 24.586908], [114.342869, 24.586066], [114.346582, 24.581258], [114.34213, 24.576548], [114.342612, 24.58155], [114.338235, 24.586494], [114.335544, 24.587386], [114.333414, 24.586784], [114.330284, 24.582057], [114.323838, 24.578654], [114.32165, 24.578709], [114.317745, 24.58276], [114.313527, 24.579611], [114.303453, 24.576357], [114.299353, 24.577934], [114.295378, 24.582347], [114.297048, 24.589545], [114.294757, 24.593705], [114.291239, 24.59886], [114.286952, 24.600223], [114.285791, 24.602323], [114.285398, 24.62246], [114.276665, 24.622361], [114.278584, 24.627699], [114.273718, 24.634419], [114.265046, 24.633132], [114.259199, 24.634114], [114.25558, 24.637012], [114.255816, 24.64303], [114.253127, 24.646444], [114.238585, 24.649754], [114.238674, 24.647189], [114.222807, 24.641787], [114.217743, 24.646499], [114.207858, 24.647675], [114.204744, 24.649706], [114.202292, 24.652237], [114.202352, 24.65702], [114.194887, 24.655315], [114.186516, 24.656148], [114.180687, 24.65258], [114.17944, 24.649595], [114.169819, 24.648723], [114.170283, 24.652311], [114.167472, 24.656624], [114.172894, 24.663713], [114.178871, 24.659966], [114.176276, 24.655859], [114.177198, 24.654803], [114.18417, 24.657967], [114.185768, 24.660492], [114.177369, 24.664809], [114.179831, 24.6669], [114.180478, 24.669867], [114.172372, 24.675223], [114.170403, 24.682896], [114.167354, 24.6829], [114.163551, 24.685767], [114.162379, 24.689146], [114.163262, 24.692563], [114.163937, 24.694007], [114.170193, 24.695926], [114.173536, 24.693327], [114.178668, 24.694301], [114.18381, 24.697844], [114.193988, 24.694665], [114.197735, 24.690565], [114.210928, 24.694904], [114.225686, 24.70238], [114.233514, 24.700641], [114.243393, 24.70259], [114.253354, 24.700026], [114.257392, 24.70418], [114.265704, 24.703816], [114.270006, 24.705191], [114.274344, 24.707705], [114.275219, 24.713173], [114.271945, 24.715069], [114.271506, 24.717472], [114.276473, 24.727892], [114.280964, 24.732935], [114.305453, 24.734775], [114.312513, 24.744259], [114.328052, 24.74947], [114.33363, 24.756062], [114.334034, 24.76135], [114.339168, 24.766758], [114.338796, 24.771406], [114.326921, 24.781638], [114.325869, 24.786013], [114.326656, 24.788472], [114.330406, 24.79102], [114.337557, 24.793107], [114.342949, 24.802455], [114.336603, 24.811065], [114.34346, 24.818748], [114.352453, 24.821053], [114.352526, 24.825315], [114.350564, 24.829109], [114.355068, 24.838112], [114.359912, 24.841464], [114.357688, 24.846271], [114.36848, 24.853231], [114.371248, 24.862476], [114.375055, 24.864887], [114.383291, 24.865014], [114.387918, 24.8687], [114.38849, 24.873824], [114.395732, 24.8751], [114.398583, 24.880439], [114.400144, 24.899895], [114.393693, 24.909324], [114.390896, 24.909628], [114.384494, 24.914933], [114.395385, 24.920834], [114.397079, 24.930506], [114.396471, 24.933586], [114.391964, 24.935917], [114.389854, 24.939005], [114.394868, 24.943662], [114.390788, 24.952853], [114.397149, 24.956971], [114.414632, 24.958316], [114.421454, 24.961745], [114.419971, 24.964835], [114.416415, 24.963917], [114.413634, 24.971583], [114.416139, 24.974931], [114.433301, 24.974246], [114.440875, 24.976451], [114.443725, 24.97587], [114.450752, 24.979644], [114.454917, 24.986813], [114.452741, 24.987288], [114.451132, 24.996936], [114.462427, 25.003617], [114.468282, 25.004284], [114.477011, 25.009719], [114.484757, 25.00511], [114.504126, 25.003905], [114.509041, 25.008092], [114.506992, 25.016449], [114.509777, 25.021931], [114.509932, 25.02773], [114.516998, 25.027217], [114.521757, 25.023191], [114.533983, 25.02953], [114.533893, 25.032776], [114.537585, 25.041318], [114.535512, 25.05211], [114.540433, 25.054921], [114.551012, 25.067073], [114.551444, 25.072741], [114.556737, 25.081783], [114.574847, 25.08402], [114.584287, 25.082573], [114.591934, 25.079065], [114.599117, 25.087956], [114.607419, 25.081346], [114.617768, 25.076415], [114.638026, 25.073897], [114.639707, 25.079179], [114.644183, 25.080852], [114.647768, 25.079871], [114.653445, 25.082194], [114.65566, 25.089425], [114.661287, 25.093122], [114.659243, 25.101616], [114.661039, 25.106156], [114.664976, 25.106263], [114.665975, 25.101903], [114.66964, 25.100675], [114.670307, 25.102084], [114.668247, 25.104916], [114.667329, 25.103684], [114.666644, 25.105816], [114.672109, 25.110278], [114.680029, 25.11065], [114.685841, 25.107245], [114.692044, 25.106732], [114.700063, 25.112428], [114.702981, 25.110083], [114.705654, 25.110192], [114.709516, 25.113026], [114.712784, 25.118468], [114.718891, 25.120434], [114.725392, 25.118617], [114.728908, 25.125438], [114.734938, 25.130312], [114.730404, 25.143686], [114.72835, 25.14352], [114.726695, 25.14593], [114.731055, 25.154027], [114.731568, 25.158434], [114.726875, 25.157572], [114.722482, 25.159264], [114.718637, 25.164777], [114.715784, 25.166244], [114.709842, 25.164573], [114.698658, 25.166204], [114.696502, 25.168791], [114.690107, 25.170112], [114.679885, 25.175929], [114.68043, 25.178554], [114.684131, 25.182064], [114.684923, 25.188707], [114.678966, 25.189065], [114.674408, 25.198061], [114.679255, 25.199964], [114.690716, 25.1986], [114.696726, 25.205629], [114.693886, 25.206374], [114.689898, 25.214026], [114.696154, 25.217597], [114.696703, 25.220042], [114.69424, 25.221808], [114.700027, 25.225259], [114.707169, 25.223904], [114.720345, 25.236739], [114.729504, 25.228309], [114.732266, 25.227788], [114.744568, 25.233051], [114.744216, 25.238685], [114.740506, 25.23547], [114.73503, 25.233853], [114.733005, 25.241423], [114.744683, 25.244286], [114.73652, 25.251131], [114.738323, 25.258242], [114.74131, 25.261694], [114.738763, 25.277567], [114.726649, 25.288076], [114.718885, 25.286973], [114.718487, 25.291027], [114.720747, 25.296204], [114.718729, 25.301948], [114.715091, 25.308027], [114.708816, 25.307884], [114.706716, 25.310017], [114.709398, 25.31254], [114.710328, 25.318532], [114.697877, 25.31818], [114.696591, 25.323167], [114.687526, 25.32616], [114.683285, 25.323364], [114.685583, 25.32128], [114.683639, 25.319129], [114.674989, 25.315948], [114.669641, 25.319224], [114.662175, 25.329346], [114.653787, 25.330611], [114.632614, 25.326934], [114.628946, 25.330796], [114.620167, 25.334045], [114.621228, 25.339408], [114.613677, 25.348579], [114.60693, 25.362205], [114.597051, 25.362134], [114.593522, 25.36361], [114.597589, 25.372586], [114.591876, 25.3715], [114.593177, 25.378491], [114.596679, 25.379721], [114.596933, 25.388206], [114.590951, 25.390611], [114.590506, 25.394258], [114.583598, 25.39949], [114.580633, 25.401246], [114.576372, 25.400724], [114.573911, 25.394639], [114.576787, 25.387424], [114.571268, 25.384017], [114.567345, 25.389005], [114.568539, 25.397573], [114.569953, 25.400122], [114.573191, 25.400852], [114.575136, 25.405418], [114.568611, 25.403867], [114.562422, 25.407892], [114.551427, 25.408814], [114.551591, 25.410508], [114.545955, 25.416572], [114.538944, 25.41695], [114.538065, 25.419868], [114.535267, 25.421941], [114.524273, 25.417877], [114.517065, 25.409703], [114.516723, 25.405751], [114.50144, 25.40389], [114.502663, 25.39516], [114.506179, 25.39204], [114.503907, 25.386611], [114.492345, 25.381326], [114.490702, 25.379035], [114.48192, 25.379481], [114.476054, 25.37337], [114.468201, 25.378771], [114.458031, 25.382939], [114.459953, 25.38782], [114.457809, 25.389854], [114.453576, 25.39074], [114.442694, 25.389394], [114.43446, 25.380711], [114.434492, 25.374791], [114.431969, 25.366438], [114.426519, 25.360886], [114.425512, 25.348697], [114.41978, 25.340163], [114.410564, 25.337487], [114.407068, 25.339111], [114.399052, 25.338136], [114.395079, 25.329529], [114.381054, 25.326136], [114.378129, 25.320377], [114.375493, 25.318675], [114.3703, 25.321634], [114.368093, 25.327452], [114.365436, 25.329707], [114.349946, 25.330006], [114.337972, 25.333523], [114.333149, 25.337215], [114.321918, 25.337199], [114.313969, 25.341815], [114.310382, 25.342207], [114.301212, 25.336078], [114.298693, 25.323228], [114.29921, 25.31845], [114.308137, 25.314707], [114.308351, 25.307477], [114.303361, 25.309366], [114.296153, 25.30733], [114.290565, 25.303313], [114.289672, 25.301622], [114.292053, 25.297904], [114.298071, 25.293447], [114.294671, 25.292312], [114.287322, 25.291768], [114.284784, 25.300556], [114.282661, 25.302203], [114.267799, 25.305284], [114.264434, 25.304904], [114.263997, 25.300849], [114.2589, 25.294077], [114.230861, 25.303723], [114.224548, 25.303142], [114.22309, 25.298169], [114.208135, 25.304233], [114.20034, 25.301798], [114.199881, 25.314564], [114.190524, 25.321082], [114.186808, 25.320931], [114.174105, 25.308987], [114.166824, 25.309201], [114.16181, 25.316947], [114.153467, 25.316961], [114.142326, 25.310888], [114.134512, 25.31485], [114.123498, 25.307975], [114.121864, 25.302704], [114.111662, 25.305941], [114.096321, 25.29619], [114.082367, 25.284236], [114.078313, 25.277828], [114.071233, 25.281419], [114.066756, 25.280337], [114.063186, 25.276273], [114.060145, 25.28102], [114.050667, 25.281106], [114.042562, 25.270557], [114.034956, 25.253854], [114.027506, 25.254401], [114.024949, 25.256909], [114.023658, 25.262533], [114.026307, 25.265883], [114.024846, 25.26999], [114.015737, 25.273062], [114.012026, 25.277141], [114.011095, 25.283063], [114.017831, 25.286282], [114.021633, 25.292742], [114.022905, 25.300611], [114.020658, 25.303166], [114.020909, 25.305136], [114.030493, 25.311912], [114.034752, 25.309749], [114.041199, 25.309849], [114.051324, 25.314243], [114.046912, 25.31559], [114.03862, 25.322057], [114.028789, 25.323552], [114.021805, 25.333727], [114.022172, 25.337105], [114.029474, 25.339202], [114.035881, 25.353636], [114.038991, 25.355962], [114.03817, 25.360302], [114.030793, 25.363644], [114.031656, 25.366899], [114.036187, 25.371194], [114.032098, 25.371977], [114.024289, 25.377492], [114.024837, 25.380624], [114.027643, 25.383225], [114.032307, 25.384536], [114.038423, 25.393508], [114.029658, 25.395423], [114.022411, 25.391317], [114.018416, 25.386997], [114.012049, 25.387526], [114.006923, 25.390055], [114.002321, 25.402282], [113.99638, 25.400733], [113.980116, 25.406512], [113.977457, 25.41729], [113.978449, 25.419669], [113.985672, 25.4246], [114.002578, 25.440842], [113.994278, 25.447455], [113.986307, 25.445608], [113.969084, 25.453028], [113.963351, 25.452289], [113.959756, 25.455817], [113.956324, 25.456811], [113.948562, 25.448307], [113.939384, 25.444593], [113.934555, 25.452815], [113.934432, 25.465662], [113.947585, 25.475663], [113.950909, 25.476599], [113.95469, 25.485503], [113.953511, 25.489415], [113.946766, 25.489636], [113.946576, 25.492111], [113.952096, 25.503532], [113.951144, 25.504484], [113.941626, 25.500106], [113.940104, 25.500296], [113.940675, 25.50239], [113.949213, 25.510468], [113.953509, 25.519491], [113.955243, 25.529422], [113.960311, 25.535407], [113.966681, 25.530679], [113.982764, 25.532877], [113.980764, 25.53639], [113.982963, 25.558983], [113.987149, 25.56237], [113.988667, 25.567434], [113.976405, 25.572194], [113.972385, 25.576515], [113.97162, 25.582798], [113.978792, 25.602314], [113.976641, 25.606822], [113.965312, 25.610447], [113.962946, 25.61451], [113.954265, 25.611019], [113.944316, 25.624162], [113.946272, 25.637967], [113.937095, 25.65497], [113.925636, 25.669904], [113.924006, 25.682887], [113.917267, 25.695288], [113.910789, 25.698838], [113.908124, 25.703216], [113.909075, 25.708546], [113.911881, 25.712287], [113.9126, 25.718267], [113.912118, 25.724027], [113.908279, 25.728906], [113.913981, 25.74426], [113.942791, 25.764649], [113.950362, 25.774755], [113.953819, 25.782621], [113.952837, 25.788233], [113.954712, 25.795545], [113.960048, 25.807815], [113.963378, 25.810498], [113.965377, 25.817762], [113.965947, 25.828618], [113.964269, 25.835404], [113.965386, 25.83723], [113.986158, 25.862733], [113.998243, 25.871547], [114.004241, 25.873674], [114.008778, 25.888261], [114.013229, 25.892051], [114.02006, 25.894004], [114.022433, 25.896786], [114.017632, 25.906482], [114.018606, 25.912977], [114.020556, 25.915119], [114.01592, 25.924962], [114.024738, 25.937608], [114.026213, 25.944411], [114.021673, 25.946049], [114.017971, 25.953224], [114.016016, 25.957955], [114.018261, 25.96307], [114.014901, 25.967348], [114.014261, 25.971735], [114.016462, 25.974261], [114.015904, 25.97976], [114.019852, 25.980716], [114.023298, 25.984918], [114.023294, 25.989039], [114.021835, 25.995034], [114.018312, 25.996639], [114.012785, 25.996173], [114.008398, 26.004032], [114.004536, 26.0048], [114.00236, 26.015027], [114.004904, 26.01977], [114.011774, 26.023592], [114.012746, 26.028563], [114.015119, 26.031047], [114.022798, 26.034525], [114.033315, 26.050957], [114.030172, 26.056033], [114.033823, 26.060546], [114.035167, 26.069403], [114.040004, 26.080785], [114.043613, 26.082627], [114.054061, 26.08018], [114.064289, 26.08332], [114.07559, 26.07187], [114.080687, 26.071297], [114.098142, 26.07459], [114.110495, 26.07951], [114.116525, 26.088947], [114.116188, 26.090898], [114.107784, 26.096321], [114.103487, 26.096009], [114.100854, 26.101088], [114.101406, 26.103841], [114.149837, 26.118968], [114.164416, 26.126714], [114.184004, 26.125719], [114.195312, 26.131667], [114.196121, 26.134605], [114.200414, 26.137277], [114.209171, 26.140099], [114.225418, 26.15453], [114.232093, 26.155858], [114.230705, 26.162587], [114.220965, 26.162778], [114.213366, 26.169133], [114.21353, 26.173592], [114.21935, 26.17687], [114.2273, 26.185584], [114.222506, 26.190055], [114.214775, 26.193126], [114.216132, 26.199096], [114.211801, 26.206309], [114.204941, 26.206347], [114.196954, 26.203377], [114.181262, 26.201077], [114.176752, 26.215997], [114.172291, 26.216883], [114.145988, 26.206405], [114.140666, 26.207354], [114.131186, 26.202142], [114.11628, 26.199255], [114.099244, 26.191994], [114.094961, 26.187741], [114.095361, 26.1825], [114.087342, 26.178973], [114.084517, 26.174425], [114.085125, 26.172471], [114.082551, 26.170669], [114.063701, 26.173433], [114.057605, 26.170638], [114.054822, 26.166082], [114.05211, 26.166649], [114.04995, 26.175361], [114.051975, 26.181463], [114.050962, 26.186376], [114.038775, 26.184447], [114.034239, 26.190288], [114.030299, 26.191948], [114.028643, 26.191778], [114.024474, 26.184729], [114.021888, 26.18344], [114.007355, 26.186953], [113.999932, 26.183488], [113.998938, 26.179541], [113.987462, 26.171438], [113.978939, 26.170352], [113.971743, 26.162436], [113.957053, 26.154531], [113.951321, 26.158054], [113.949806, 26.161376], [113.937462, 26.168319], [113.949714, 26.175644], [113.948666, 26.183647], [113.941008, 26.187141], [113.942662, 26.195269], [113.948907, 26.199154], [113.959863, 26.201499], [113.964036, 26.204412], [113.967404, 26.210091], [113.968989, 26.215067], [113.967789, 26.221065], [113.975975, 26.231154], [113.974153, 26.241538], [113.981761, 26.249678], [113.996223, 26.254945], [114.005484, 26.261922], [114.024181, 26.269653], [114.016885, 26.277636], [114.014925, 26.28619], [114.01524, 26.293032], [114.01944, 26.295843], [114.027139, 26.307042], [114.035128, 26.312745], [114.031667, 26.318193], [114.032712, 26.321957], [114.030128, 26.328686], [114.034803, 26.335485], [114.04375, 26.339061], [114.036071, 26.346595], [114.032584, 26.358102], [114.034698, 26.364279], [114.026907, 26.371422], [114.02535, 26.37589], [114.026233, 26.378551], [114.030214, 26.379878], [114.036309, 26.386281], [114.037017, 26.391491], [114.04084, 26.395114], [114.04517, 26.394933], [114.048194, 26.396926], [114.060677, 26.412515], [114.067139, 26.413198], [114.069015, 26.410305], [114.078157, 26.408427], [114.083287, 26.413501], [114.082258, 26.416177], [114.085041, 26.421834], [114.082712, 26.425205], [114.080363, 26.425788], [114.082442, 26.431954], [114.082947, 26.446863], [114.085695, 26.451943], [114.086594, 26.460376], [114.093444, 26.467325], [114.09429, 26.474719], [114.098917, 26.478403], [114.092944, 26.482015], [114.088696, 26.480783], [114.068991, 26.483635], [114.066643, 26.488872], [114.079303, 26.506752], [114.079484, 26.511923], [114.077359, 26.515663], [114.078302, 26.520411], [114.085398, 26.536718], [114.092024, 26.545108], [114.090823, 26.551705], [114.101834, 26.563902], [114.104318, 26.571814], [114.102451, 26.579024], [114.089195, 26.580825], [114.079309, 26.580382], [114.074274, 26.578105], [114.06362, 26.579389], [114.056391, 26.584207], [114.03652, 26.583906], [114.033286, 26.58686], [114.022913, 26.590162], [114.016182, 26.589912], [114.011251, 26.591853], [114.013732, 26.603562], [114.00713, 26.606195], [113.990983, 26.619021], [113.98402, 26.620161], [113.967339, 26.617154], [113.963587, 26.62044], [113.954835, 26.622528], [113.951181, 26.619791], [113.939856, 26.61783], [113.902239, 26.617293], [113.898191, 26.62176], [113.895443, 26.631813], [113.892307, 26.634757], [113.880202, 26.639037], [113.875356, 26.661995], [113.86907, 26.661535], [113.863839, 26.655684], [113.860856, 26.656294], [113.855977, 26.663723], [113.857388, 26.705314], [113.852503, 26.712988], [113.848965, 26.732465], [113.846739, 26.75183], [113.849057, 26.757308], [113.848058, 26.770993], [113.842204, 26.782223], [113.840718, 26.79102], [113.837009, 26.792493], [113.830719, 26.79901], [113.82942, 26.804942], [113.833066, 26.812301], [113.852135, 26.829693], [113.853906, 26.839267], [113.870118, 26.860888], [113.885877, 26.865321], [113.889445, 26.881879], [113.88916, 26.884163], [113.884521, 26.888347], [113.884733, 26.898033], [113.887623, 26.902521], [113.890767, 26.904361], [113.894925, 26.911734], [113.897015, 26.921201], [113.896364, 26.928341], [113.90248, 26.936023], [113.910819, 26.940032], [113.919668, 26.947936], [113.921781, 26.952002], [113.916608, 26.960165], [113.91674, 26.962867], [113.903901, 26.962408], [113.889066, 26.966296], [113.885537, 26.969601], [113.882048, 26.97382], [113.881862, 26.977407], [113.873204, 26.985716], [113.871171, 26.992809], [113.865317, 26.994665], [113.858893, 27.000518], [113.856751, 27.004659], [113.858552, 27.010748], [113.85641, 27.020709], [113.845992, 27.02224], [113.839191, 27.018793], [113.837049, 27.019221], [113.835907, 27.025503], [113.837099, 27.031544], [113.831234, 27.036175], [113.827627, 27.03621], [113.827068, 27.039194], [113.817503, 27.046125], [113.807687, 27.047903], [113.800248, 27.099084], [113.79832, 27.101197], [113.794433, 27.100924], [113.77626, 27.088902], [113.766426, 27.097317], [113.76538, 27.101741], [113.766665, 27.112511], [113.763798, 27.121836], [113.766237, 27.132293], [113.769343, 27.134374], [113.776373, 27.147569], [113.784953, 27.14843], [113.796205, 27.165927], [113.801874, 27.166025], [113.808908, 27.175615], [113.816754, 27.193584], [113.827341, 27.206389], [113.827199, 27.208388], [113.823915, 27.21053], [113.824343, 27.215241], [113.841333, 27.243795], [113.841333, 27.248506], [113.845473, 27.251218], [113.851041, 27.26007], [113.852468, 27.264781], [113.851183, 27.270064], [113.863399, 27.286042], [113.865963, 27.296748], [113.865047, 27.298723], [113.849756, 27.296825], [113.848471, 27.3039], [113.844045, 27.311038], [113.855123, 27.332203], [113.862563, 27.33849], [113.866864, 27.344882], [113.866745, 27.360293], [113.864623, 27.364238], [113.867347, 27.37032], [113.865283, 27.383052], [113.859139, 27.380898], [113.855903, 27.377471], [113.852787, 27.370119], [113.850181, 27.368193], [113.845518, 27.369248], [113.839239, 27.376633], [113.831468, 27.377631], [113.823502, 27.374363], [113.818866, 27.362925], [113.811324, 27.364828], [113.807304, 27.368978], [113.793455, 27.369708], [113.790514, 27.369041], [113.781663, 27.359007], [113.76887, 27.362145], [113.749675, 27.359234], [113.7456, 27.360735], [113.739446, 27.358062], [113.727993, 27.345406], [113.718226, 27.347938], [113.713681, 27.35396], [113.709926, 27.351828], [113.708763, 27.344912], [113.699883, 27.336915], [113.6694, 27.33011], [113.66144, 27.338321], [113.65203, 27.354057], [113.643084, 27.352344], [113.641816, 27.355675], [113.636512, 27.356248], [113.6261, 27.354725], [113.621363, 27.352287], [113.613742, 27.352297], [113.602786, 27.357403], [113.597419, 27.364137], [113.599877, 27.377144], [113.595946, 27.378749], [113.59472, 27.381432], [113.594543, 27.388893], [113.600253, 27.394984], [113.615363, 27.402692], [113.621683, 27.403988], [113.625882, 27.406702], [113.626767, 27.409468], [113.620437, 27.411141], [113.620835, 27.41855], [113.617597, 27.421606], [113.603619, 27.420094], [113.595229, 27.422195], [113.59119, 27.431533], [113.597779, 27.437624], [113.597969, 27.440099], [113.591878, 27.448474], [113.593972, 27.453233], [113.594162, 27.459325], [113.589041, 27.466315], [113.590593, 27.470654], [113.608741, 27.480978], [113.61565, 27.495318], [113.621383, 27.501013], [113.62005, 27.511863], [113.623667, 27.514909], [113.624238, 27.518145], [113.621002, 27.52595], [113.617195, 27.528995], [113.615095, 27.528638], [113.609732, 27.519512], [113.605456, 27.516407], [113.591069, 27.519325], [113.580536, 27.526974], [113.575871, 27.535168], [113.574936, 27.539846], [113.575507, 27.547841], [113.578743, 27.555265], [113.593972, 27.569922], [113.597208, 27.577727], [113.599873, 27.592194], [113.599492, 27.608374], [113.60139, 27.617866], [113.603868, 27.622292], [113.603941, 27.626688], [113.600046, 27.629154], [113.601862, 27.63891], [113.609137, 27.642413], [113.611481, 27.640783], [113.614351, 27.642115], [113.647841, 27.664624], [113.652717, 27.670559], [113.65828, 27.689278], [113.665723, 27.696647], [113.670161, 27.70531], [113.686972, 27.718873], [113.695247, 27.722921], [113.696477, 27.730676], [113.692141, 27.740985], [113.692882, 27.742428], [113.705406, 27.754352], [113.718084, 27.760089], [113.72326, 27.771729], [113.73766, 27.782498], [113.741547, 27.783658], [113.759453, 27.805599], [113.761078, 27.822481], [113.757441, 27.833814], [113.750168, 27.839147], [113.754573, 27.844212], [113.752982, 27.86031], [113.744458, 27.863537], [113.743268, 27.86663], [113.744933, 27.867939], [113.745171, 27.871032], [113.741364, 27.879479], [113.739104, 27.879479], [113.738271, 27.87246], [113.734464, 27.870794], [113.731014, 27.871032], [113.72447, 27.874958], [113.722567, 27.879955], [113.72367, 27.892701], [113.729805, 27.907919], [113.739699, 27.920406], [113.742095, 27.929879], [113.748021, 27.938981], [113.766468, 27.95705], [113.784789, 27.956812], [113.788013, 27.960928], [113.786544, 27.966246], [113.791644, 27.973434], [113.798187, 27.978868], [113.81052, 27.983353], [113.81875, 27.983963], [113.819009, 27.978293], [113.821954, 27.97537], [113.843715, 27.973591], [113.846905, 27.982317], [113.845235, 27.991302], [113.852126, 28], [113.856945, 28.009679], [113.859775, 28.011234], [113.868455, 28.003536], [113.869325, 27.998461], [113.872243, 27.99572], [113.898407, 27.991412], [113.908258, 27.993734], [113.91092, 27.995891], [113.910623, 28.001015], [113.913033, 28.00527], [113.924904, 28.008616], [113.924002, 28.01046], [113.926133, 28.024538], [113.93075, 28.021763], [113.931105, 28.018709], [113.936416, 28.0142], [113.9403, 28.017492], [113.957586, 28.018759], [113.960578, 28.023729], [113.950949, 28.032348], [113.95354, 28.039475], [113.96136, 28.043248], [113.971461, 28.044794], [113.979428, 28.042256], [113.996142, 28.044041], [113.998825, 28.040764], [114.001764, 28.042051], [114.005963, 28.04118], [114.02122, 28.034663], [114.022737, 28.037971], [114.02211, 28.045056], [114.027077, 28.048265], [114.029385, 28.053607], [114.040222, 28.056101], [114.039674, 28.059113], [114.04163, 28.06066], [114.037357, 28.071085], [114.03197, 28.07586], [114.03268, 28.078585], [114.030845, 28.08139], [114.026091, 28.081764], [114.022604, 28.084915], [114.018339, 28.0841], [114.013445, 28.088624], [114.016892, 28.087986], [114.017922, 28.089225], [114.022148, 28.087233], [114.023136, 28.091146], [114.021583, 28.095656], [114.017468, 28.098491], [114.015839, 28.103377], [114.013201, 28.102521], [114.012198, 28.104145], [114.011736, 28.110895], [114.009639, 28.115746], [114.011597, 28.124296], [114.007629, 28.12735], [114.000455, 28.127966], [114.000093, 28.134669], [114.001952, 28.135649], [114.002815, 28.141256], [114.000193, 28.145945], [114.000593, 28.148598], [113.995066, 28.15068], [113.992285, 28.154038], [113.987027, 28.162073], [113.987428, 28.166073], [113.992145, 28.17108], [113.993848, 28.167367], [113.998584, 28.167888], [114.002947, 28.172808], [114.011525, 28.177568], [114.018447, 28.176116], [114.025562, 28.177317], [114.031882, 28.176342], [114.036658, 28.176826], [114.043112, 28.180689], [114.04772, 28.17393], [114.063797, 28.174782], [114.07824, 28.183017], [114.085479, 28.183226], [114.091586, 28.185413], [114.095695, 28.183868], [114.098833, 28.184958], [114.10159, 28.189515], [114.10022, 28.194398], [114.102656, 28.199757], [114.10081, 28.204065], [114.102327, 28.20795], [114.10724, 28.210787], [114.110648, 28.21603], [114.115163, 28.217894], [114.121271, 28.224366], [114.124484, 28.232299], [114.137286, 28.240154], [114.139258, 28.244387], [114.13824, 28.247816], [114.139633, 28.250814], [114.145404, 28.252701], [114.148565, 28.252006], [114.16387, 28.257613], [114.175822, 28.253456], [114.178795, 28.259056], [114.176225, 28.264134], [114.178816, 28.270891], [114.182243, 28.270125], [114.189719, 28.271781], [114.193271, 28.27493], [114.192816, 28.283357], [114.189118, 28.287997], [114.1916, 28.294686], [114.194139, 28.295569], [114.206736, 28.29052], [114.209381, 28.297075], [114.223316, 28.304727], [114.223068, 28.308327], [114.227818, 28.314588], [114.235432, 28.315205], [114.237719, 28.319081], [114.245405, 28.320293], [114.249719, 28.324739], [114.249569, 28.330228], [114.244891, 28.337774], [114.239753, 28.337833], [114.242697, 28.343255], [114.238823, 28.344817], [114.234983, 28.343729], [114.235869, 28.348731], [114.242696, 28.345352], [114.247417, 28.35119], [114.256514, 28.355096], [114.252917, 28.361585], [114.247676, 28.364279], [114.245208, 28.367516], [114.246195, 28.372483], [114.251659, 28.374537], [114.254299, 28.380269], [114.251758, 28.384265], [114.251536, 28.390566], [114.248639, 28.398043], [114.246087, 28.399648], [114.239757, 28.398778], [114.228013, 28.40198], [114.22397, 28.399971], [114.216172, 28.405327], [114.210422, 28.404082], [114.200876, 28.423403], [114.187662, 28.434387], [114.180447, 28.436394], [114.177075, 28.43964], [114.1829, 28.442135], [114.187345, 28.452033], [114.194141, 28.456493], [114.198746, 28.462494], [114.204575, 28.464356], [114.213295, 28.471286], [114.21492, 28.475705], [114.212845, 28.487709], [114.203992, 28.491365], [114.20205, 28.494782], [114.194801, 28.497497], [114.191535, 28.501616], [114.185967, 28.502786], [114.181366, 28.500318], [114.169582, 28.498877], [114.158423, 28.505483], [114.153596, 28.510227], [114.150449, 28.510241], [114.145475, 28.515171], [114.14444, 28.518214], [114.135084, 28.524423], [114.134005, 28.531683], [114.130575, 28.539063], [114.12235, 28.539538], [114.118537, 28.536581], [114.114173, 28.542435], [114.095286, 28.542349], [114.0803, 28.560088], [114.091222, 28.567167], [114.090954, 28.574641], [114.097443, 28.581294], [114.097324, 28.584516], [114.10049, 28.587384], [114.114362, 28.589382], [114.128242, 28.611932], [114.12517, 28.618797], [114.119545, 28.620614], [114.116345, 28.623658], [114.117928, 28.628651], [114.122792, 28.63436], [114.128465, 28.645239], [114.124228, 28.650901], [114.124581, 28.654776], [114.127637, 28.65687], [114.127382, 28.662193], [114.124373, 28.666726], [114.127363, 28.673593], [114.123358, 28.678846], [114.118558, 28.681868], [114.116727, 28.687711], [114.122878, 28.703411], [114.130225, 28.70649], [114.133635, 28.704109], [114.135672, 28.70487], [114.137382, 28.718178], [114.143215, 28.723601], [114.144603, 28.728642], [114.142014, 28.737801], [114.146984, 28.747825], [114.151997, 28.766633], [114.149478, 28.770456], [114.149286, 28.774798], [114.142044, 28.776915], [114.133849, 28.781375], [114.132647, 28.783607], [114.136028, 28.79378], [114.144112, 28.79942], [114.147481, 28.807909], [114.149407, 28.820961], [114.147332, 28.823697], [114.148518, 28.835243], [114.145199, 28.839481], [114.136033, 28.830533], [114.130225, 28.82932], [114.123944, 28.834934], [114.12247, 28.839176], [114.123625, 28.844821], [114.118516, 28.847042], [114.107594, 28.841432], [114.104124, 28.841824], [114.096789, 28.839119], [114.090235, 28.834679], [114.077245, 28.838397], [114.072872, 28.835256], [114.065395, 28.844414], [114.064758, 28.849593], [114.058169, 28.847935], [114.055587, 28.849693], [114.053945, 28.854283], [114.057704, 28.859076], [114.057422, 28.86472], [114.051786, 28.87048], [114.051715, 28.873674], [114.056371, 28.884291], [114.061954, 28.886064], [114.062834, 28.894455], [114.055635, 28.90227], [114.052782, 28.902806], [114.047085, 28.908806], [114.04312, 28.910107], [114.036546, 28.90766], [114.023618, 28.891393], [114.020251, 28.89876], [114.019985, 28.907488], [114.011818, 28.919644], [113.99968, 28.920681], [113.997209, 28.923124], [113.999823, 28.929846], [113.999238, 28.936491], [114.002748, 28.940473], [114.004645, 28.947616], [114.003525, 28.95824], [113.999691, 28.958778], [113.997597, 28.955824], [113.993421, 28.954069], [113.988313, 28.956186], [113.983708, 28.953948], [113.968609, 28.93952], [113.965558, 28.947332], [113.961587, 28.945124], [113.958866, 28.945565], [113.958646, 28.952286], [113.954963, 28.957104], [113.95675, 28.961906], [113.954523, 28.966347], [113.954261, 28.972148], [113.949632, 28.980907], [113.955836, 29.001224], [113.954075, 29.004023], [113.950242, 29.004154], [113.949135, 29.009319], [113.951369, 29.013145], [113.948906, 29.01543], [113.942581, 29.016689], [113.94046, 29.024289], [113.943633, 29.035843], [113.942187, 29.045803], [113.939486, 29.0476], [113.939096, 29.057079], [113.94041, 29.062768], [113.948264, 29.07198], [113.944164, 29.077248], [113.947617, 29.081255], [113.948053, 29.10044], [113.950714, 29.10391], [113.96235, 29.100376], [113.96543, 29.101548], [113.96746, 29.105214], [113.971482, 29.107681], [113.973492, 29.112917], [113.978611, 29.118634], [113.980047, 29.128611], [113.994029, 29.131895], [113.999223, 29.136283], [114.002083, 29.141978], [114.010726, 29.144104], [114.019549, 29.149129], [114.020489, 29.152043], [114.031479, 29.16318], [114.035455, 29.164377], [114.034594, 29.173278], [114.040488, 29.176498], [114.044948, 29.176988], [114.055678, 29.186425], [114.06133, 29.197533], [114.068717, 29.202998], [114.066962, 29.208384], [114.071866, 29.210014], [114.074305, 29.209253], [114.085816, 29.214921], [114.08991, 29.213504], [114.106555, 29.215885], [114.117924, 29.213228], [114.123845, 29.218332], [114.137079, 29.212863], [114.143084, 29.215904], [114.149377, 29.21592], [114.160213, 29.220014], [114.166493, 29.219014], [114.172593, 29.215251], [114.187917, 29.226738], [114.199126, 29.226385], [114.204595, 29.230362], [114.212132, 29.232222], [114.210168, 29.235386], [114.210913, 29.236636], [114.215597, 29.235959], [114.226122, 29.239792], [114.228297, 29.236145], [114.235793, 29.231843], [114.249534, 29.238656], [114.249928, 29.249302], [114.243412, 29.261553], [114.241563, 29.26953], [114.242286, 29.270724], [114.24784, 29.270209], [114.250607, 29.272988], [114.251107, 29.276157], [114.248361, 29.279702], [114.248704, 29.282832], [114.255999, 29.293903], [114.253647, 29.300342], [114.250608, 29.301237], [114.245806, 29.30687], [114.255302, 29.32539], [114.254242, 29.338582], [114.251603, 29.34447], [114.251901, 29.345968], [114.268897, 29.356904], [114.274935, 29.353385], [114.281773, 29.359481], [114.290569, 29.360775], [114.294625, 29.364323], [114.304201, 29.368229], [114.319145, 29.360097], [114.330077, 29.335192], [114.335919, 29.329644], [114.343831, 29.326519], [114.344708, 29.323597], [114.347593, 29.323503], [114.356564, 29.327688], [114.361657, 29.324588], [114.369274, 29.323766], [114.383914, 29.336316], [114.389565, 29.336809], [114.39459, 29.340634], [114.398006, 29.338528], [114.40705, 29.339943], [114.409779, 29.33674], [114.415353, 29.336943], [114.43424, 29.344525], [114.436019, 29.349362], [114.43895, 29.351747], [114.444955, 29.345971], [114.439174, 29.343952], [114.437643, 29.341834], [114.444984, 29.338229], [114.451103, 29.338628], [114.449568, 29.333373], [114.4504, 29.329876], [114.457632, 29.323845], [114.475047, 29.331889], [114.479985, 29.328984], [114.485965, 29.328321], [114.493144, 29.332126], [114.497522, 29.325575], [114.499439, 29.325108], [114.508914, 29.32585], [114.529296, 29.334199], [114.537706, 29.333864], [114.545945, 29.339153], [114.55228, 29.347559], [114.555057, 29.345847], [114.56085, 29.345834], [114.59501, 29.360358], [114.600741, 29.365109], [114.607881, 29.376741], [114.615486, 29.383082], [114.619346, 29.384593], [114.627066, 29.381433], [114.639215, 29.383301], [114.654422, 29.393662], [114.658383, 29.391858], [114.66544, 29.396289], [114.668098, 29.396003], [114.678127, 29.38913], [114.698332, 29.392871], [114.702041, 29.395787], [114.707425, 29.397272], [114.730103, 29.396066], [114.738686, 29.387185], [114.735302, 29.372167], [114.736709, 29.367092], [114.753105, 29.365087], [114.755119, 29.365369], [114.75825, 29.369884], [114.760375, 29.377008], [114.76977, 29.378169], [114.771941, 29.38204], [114.778728, 29.386573], [114.787284, 29.386194], [114.789531, 29.384313], [114.797034, 29.383126], [114.801356, 29.380058], [114.823237, 29.395154], [114.842178, 29.399221], [114.843075, 29.401875], [114.848395, 29.404682], [114.869046, 29.408212], [114.873088, 29.403185], [114.871112, 29.395391], [114.874935, 29.393554], [114.880556, 29.397682], [114.889934, 29.39995], [114.898744, 29.410554], [114.897855, 29.412707], [114.899655, 29.41692], [114.905628, 29.424646], [114.912108, 29.423112], [114.918258, 29.418811], [114.921829, 29.419301], [114.926385, 29.425948], [114.92746, 29.436545], [114.923507, 29.441642], [114.922257, 29.449123], [114.929277, 29.448425], [114.936796, 29.453659], [114.937938, 29.455468], [114.937176, 29.46213], [114.942506, 29.463653], [114.94441, 29.466318], [114.940032, 29.471553], [114.932511, 29.469968], [114.933047, 29.47486], [114.929718, 29.478848], [114.933715, 29.482255], [114.934778, 29.486589], [114.93364, 29.488302], [114.931524, 29.490427], [114.922007, 29.490744], [114.912292, 29.484963], [114.910691, 29.479686], [114.90562, 29.477705], [114.901396, 29.471621], [114.901602, 29.47036], [114.917342, 29.466284], [114.918282, 29.462502], [114.91325, 29.458953], [114.908524, 29.451951], [114.902747, 29.450189], [114.898163, 29.450958], [114.887246, 29.441261], [114.880161, 29.43862], [114.878106, 29.442807], [114.877489, 29.455314], [114.874542, 29.458369], [114.870961, 29.470832], [114.869946, 29.472034], [114.867465, 29.471305], [114.863286, 29.467895], [114.858254, 29.469604], [114.854716, 29.477706], [114.863909, 29.482859], [114.867407, 29.482667], [114.870574, 29.491769], [114.873613, 29.49558], [114.878789, 29.495345], [114.877506, 29.501249], [114.87911, 29.503298], [114.885073, 29.504236], [114.889794, 29.517545], [114.890674, 29.530459], [114.89361, 29.533287], [114.897584, 29.532089], [114.9034, 29.522964], [114.898951, 29.519583], [114.895201, 29.508775], [114.912106, 29.511999], [114.914002, 29.513565], [114.916093, 29.523013], [114.919678, 29.524675], [114.921885, 29.520089], [114.91808, 29.505312], [114.921108, 29.501281], [114.927658, 29.50255], [114.930824, 29.498053], [114.935805, 29.497114], [114.946122, 29.499848], [114.957168, 29.505654], [114.958393, 29.507633], [114.957749, 29.512743], [114.965518, 29.516782], [114.967852, 29.522424], [114.958656, 29.528329], [114.949142, 29.527237], [114.942441, 29.529512], [114.941076, 29.533704], [114.94279, 29.54579], [114.947678, 29.546512], [114.952575, 29.556607], [114.958844, 29.555153], [114.968141, 29.555599], [114.973132, 29.565354], [114.975498, 29.566864], [114.980623, 29.564383], [114.989975, 29.56597], [114.99424, 29.574922], [114.996728, 29.574059], [114.99969, 29.569251], [115.007395, 29.567402], [115.010037, 29.561142], [115.013554, 29.557521], [115.018258, 29.557706], [115.028762, 29.54884], [115.042096, 29.554509], [115.051481, 29.553375], [115.065197, 29.56018], [115.076081, 29.558278], [115.081773, 29.562741], [115.091123, 29.556268], [115.094205, 29.552212], [115.090856, 29.545722], [115.092403, 29.540265], [115.087327, 29.539761], [115.085006, 29.532738], [115.079931, 29.52938], [115.080983, 29.524118], [115.083723, 29.52197], [115.094223, 29.522941], [115.121551, 29.51105], [115.124218, 29.511095], [115.128701, 29.514505], [115.141667, 29.50985], [115.153331, 29.508939], [115.155472, 29.510857], [115.149948, 29.521683], [115.150821, 29.524935], [115.149158, 29.529056], [115.140892, 29.535052], [115.146054, 29.537424], [115.148552, 29.543912], [115.14605, 29.549265], [115.150952, 29.554343], [115.147369, 29.558902], [115.152265, 29.566869], [115.151642, 29.571479], [115.148618, 29.574741], [115.148097, 29.578049], [115.15225, 29.587178], [115.172002, 29.592431], [115.172814, 29.594746], [115.169864, 29.60074], [115.152625, 29.604947], [115.149802, 29.601062], [115.137347, 29.598458], [115.129188, 29.592327], [115.118056, 29.597034], [115.111388, 29.597637], [115.111597, 29.599743], [115.123771, 29.602538], [115.123169, 29.608275], [115.124529, 29.612173], [115.130703, 29.618254], [115.130772, 29.619879], [115.126818, 29.62141], [115.128203, 29.628135], [115.126994, 29.634872], [115.130339, 29.638941], [115.137014, 29.638701], [115.141211, 29.640318], [115.138893, 29.642169], [115.135526, 29.65421], [115.12352, 29.651312], [115.103021, 29.661665], [115.10151, 29.666609], [115.105184, 29.670413], [115.104998, 29.676972], [115.108412, 29.683398], [115.111843, 29.685149], [115.11816, 29.682368], [115.12407, 29.684029], [115.129479, 29.682798], [115.131173, 29.681234], [115.129743, 29.678181], [115.131762, 29.674792], [115.144657, 29.660924], [115.158874, 29.65807], [115.167593, 29.659091], [115.22605, 29.653724], [115.230432, 29.656266], [115.241167, 29.657175], [115.246044, 29.660241], [115.24926, 29.660637], [115.253227, 29.658746], [115.259457, 29.65995], [115.269595, 29.652097], [115.268195, 29.649882], [115.252796, 29.643829], [115.251992, 29.639018], [115.256481, 29.638337], [115.265684, 29.624983], [115.272303, 29.625849], [115.280829, 29.621047], [115.284793, 29.626311], [115.299258, 29.63665], [115.29994, 29.63965], [115.309752, 29.637493], [115.315315, 29.638897], [115.322328, 29.649112], [115.329105, 29.64943], [115.332854, 29.652969], [115.339247, 29.650186], [115.34237, 29.653816], [115.354756, 29.648917], [115.358351, 29.653459], [115.3578, 29.655626], [115.370139, 29.66672], [115.385621, 29.677031], [115.390251, 29.676168], [115.394791, 29.682904], [115.404408, 29.679875], [115.409068, 29.680985], [115.413605, 29.68896], [115.412472, 29.691606], [115.413091, 29.699749], [115.419907, 29.705083], [115.418731, 29.710853], [115.423162, 29.713855], [115.425777, 29.712111], [115.431544, 29.715288], [115.440296, 29.727442], [115.444889, 29.72471], [115.44824, 29.724624], [115.451232, 29.734695], [115.45902, 29.734068], [115.464589, 29.739164], [115.469503, 29.746443], [115.471305, 29.756145], [115.468573, 29.7608], [115.464747, 29.761887], [115.460057, 29.755856], [115.458504, 29.770654], [115.460194, 29.773927], [115.46786, 29.776495], [115.470412, 29.782137], [115.46676, 29.785437], [115.466451, 29.790098], [115.471404, 29.792529], [115.470004, 29.7963], [115.470455, 29.802705], [115.463834, 29.808722], [115.472638, 29.812298], [115.479907, 29.819896], [115.500393, 29.824668], [115.506008, 29.84231], [115.51262, 29.840577], [115.547186, 29.838342], [115.613332, 29.840829], [115.642171, 29.846826], [115.652878, 29.85168], [115.661444, 29.853108], [115.674908, 29.850831], [115.699535, 29.840038], [115.744126, 29.808087], [115.751212, 29.800099], [115.763815, 29.790883], [115.805504, 29.772014], [115.839652, 29.748003], [115.9131, 29.723714], [115.92739, 29.720844], [115.944383, 29.722293], [115.956845, 29.725741], [115.994278, 29.742099], [116.035741, 29.756099], [116.051365, 29.766679], [116.065923, 29.784912], [116.077897, 29.795867], [116.117845, 29.821091], [116.141028, 29.829344], [116.164323, 29.832141], [116.197968, 29.831907], [116.209897, 29.830013], [116.220347, 29.823993], [116.22715, 29.816858], [116.233413, 29.809011], [116.241012, 29.794464], [116.249542, 29.787175], [116.258002, 29.783737], [116.275303, 29.792613], [116.2988, 29.807917], [116.316507, 29.820746], [116.330198, 29.833371], [116.334543, 29.835754], [116.347855, 29.837807], [116.375506, 29.851915], [116.378278, 29.854736], [116.425652, 29.876032], [116.455179, 29.895305], [116.467035, 29.900934], [116.475816, 29.903573], [116.485803, 29.904191], [116.516534, 29.901274], [116.534705, 29.903238], [116.541554, 29.907634], [116.552996, 29.924373], [116.553393, 29.936774], [116.564542, 29.955983], [116.561434, 29.99129], [116.565023, 30.013764], [116.571612, 30.032886], [116.588814, 30.059971], [116.60198, 30.071041], [116.612052, 30.075302], [116.635875, 30.078951], [116.658239, 30.079402], [116.668867, 30.077526], [116.684162, 30.0716]]] + } + }, { + "type": "Feature", + "properties": { + "name": "山东省", + "province_adcode": 370000, + "province_type": "省", + "name_en": "Shandong", + "name_var": "Shān Dōng", + "adcode": 370000 + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [[[[119.924137, 35.623837], [119.921735, 35.623738], [119.919917, 35.627227], [119.923836, 35.633015], [119.92938, 35.636466], [119.930505, 35.634636], [119.924137, 35.623837]]], [[[120.166058, 35.742512], [120.157854, 35.744192], [120.153515, 35.747783], [120.153228, 35.761092], [120.167039, 35.776824], [120.169267, 35.785074], [120.17606, 35.787757], [120.173277, 35.7777], [120.177016, 35.76577], [120.186561, 35.756534], [120.183161, 35.75077], [120.166058, 35.742512]]], [[[120.309485, 35.939073], [120.307545, 35.942381], [120.308471, 35.947059], [120.314067, 35.942491], [120.309485, 35.939073]]], [[[120.49524, 35.959305], [120.490399, 35.959582], [120.4899, 35.961707], [120.492211, 35.962899], [120.495248, 35.961855], [120.49524, 35.959305]]], [[[120.585236, 36.093514], [120.589071, 36.092258], [120.589082, 36.09042], [120.583996, 36.089372], [120.58311, 36.090759], [120.575506, 36.092209], [120.580351, 36.093488], [120.581072, 36.097467], [120.582809, 36.098295], [120.585386, 36.097671], [120.583107, 36.095219], [120.585236, 36.093514]]], [[[120.772369, 36.223384], [120.76766, 36.225125], [120.764435, 36.229417], [120.767998, 36.237871], [120.769589, 36.231576], [120.772533, 36.227396], [120.772369, 36.223384]]], [[[120.92196, 36.410132], [120.919143, 36.410444], [120.922614, 36.413207], [120.921525, 36.416845], [120.930243, 36.418908], [120.92924, 36.415557], [120.92196, 36.410132]]], [[[120.977896, 36.421318], [120.976195, 36.419848], [120.969999, 36.419699], [120.967597, 36.416494], [120.962285, 36.41881], [120.954578, 36.415994], [120.948316, 36.415886], [120.944856, 36.417719], [120.95194, 36.424384], [120.956216, 36.42184], [120.965973, 36.420665], [120.969817, 36.422028], [120.971048, 36.425284], [120.977896, 36.421318]]], [[[121.183114, 36.652108], [121.179742, 36.652518], [121.178283, 36.655187], [121.179579, 36.6605], [121.183089, 36.663187], [121.185171, 36.662224], [121.186494, 36.655837], [121.183114, 36.652108]]], [[[121.191671, 36.655699], [121.18929, 36.656122], [121.18716, 36.661812], [121.186956, 36.669101], [121.189041, 36.671484], [121.191307, 36.669911], [121.194121, 36.662327], [121.194068, 36.658176], [121.191671, 36.655699]]], [[[121.61703, 36.714567], [121.614056, 36.715019], [121.618717, 36.727886], [121.622728, 36.73077], [121.625748, 36.724011], [121.61703, 36.714567]]], [[[122.263833, 36.747097], [122.256242, 36.748194], [122.257156, 36.750727], [122.250408, 36.754194], [122.249699, 36.755923], [122.262759, 36.753158], [122.263833, 36.747097]]], [[[119.815523, 37.309364], [119.812984, 37.310296], [119.812628, 37.313364], [119.81747, 37.315866], [119.819221, 37.31305], [119.815523, 37.309364]]], [[[121.642101, 37.474781], [121.640341, 37.471016], [121.622821, 37.463275], [121.60473, 37.452306], [121.579871, 37.444388], [121.573864, 37.445919], [121.575636, 37.44964], [121.586879, 37.459964], [121.593526, 37.463168], [121.599113, 37.463729], [121.611909, 37.473292], [121.619785, 37.474914], [121.630568, 37.484605], [121.63938, 37.487039], [121.649559, 37.48337], [121.642101, 37.474781]]], [[[122.181619, 37.51185], [122.183205, 37.50941], [122.194058, 37.509863], [122.193341, 37.505083], [122.197775, 37.500735], [122.203929, 37.50056], [122.210673, 37.496243], [122.182465, 37.497775], [122.169819, 37.500776], [122.169927, 37.503299], [122.175257, 37.508184], [122.176001, 37.512442], [122.178306, 37.514764], [122.181619, 37.51185]]], [[[121.52172, 37.561688], [121.520968, 37.558507], [121.512615, 37.556916], [121.506235, 37.552835], [121.503507, 37.552342], [121.502004, 37.555602], [121.509269, 37.559009], [121.509764, 37.560276], [121.506017, 37.563698], [121.514627, 37.564383], [121.52172, 37.561688]]], [[[119.220688, 37.781185], [119.216273, 37.781786], [119.215474, 37.783285], [119.21987, 37.785358], [119.225855, 37.784461], [119.225825, 37.783216], [119.220688, 37.781185]]], [[[120.456112, 37.783933], [120.45236, 37.777418], [120.449284, 37.775234], [120.449812, 37.771448], [120.447415, 37.77099], [120.43988, 37.771345], [120.433003, 37.783026], [120.436737, 37.784256], [120.440446, 37.782917], [120.450229, 37.786555], [120.456112, 37.783933]]], [[[119.243864, 37.810025], [119.242389, 37.811277], [119.243177, 37.81522], [119.246807, 37.817465], [119.24961, 37.81872], [119.253861, 37.815717], [119.252845, 37.813135], [119.243864, 37.810025]]], [[[120.686835, 37.946043], [120.68291, 37.931581], [120.677199, 37.928397], [120.670637, 37.928402], [120.669095, 37.929713], [120.669853, 37.932341], [120.674908, 37.935062], [120.676122, 37.938383], [120.672163, 37.943278], [120.666842, 37.942685], [120.667991, 37.946644], [120.675223, 37.943463], [120.682205, 37.946537], [120.68223, 37.95106], [120.684685, 37.951856], [120.686835, 37.946043]]], [[[120.650355, 37.965019], [120.644938, 37.962209], [120.639128, 37.965623], [120.639637, 37.967489], [120.64355, 37.969297], [120.644624, 37.977353], [120.647965, 37.979293], [120.653715, 37.974535], [120.650355, 37.965019]]], [[[120.619061, 37.979612], [120.622114, 37.98162], [120.625831, 37.979308], [120.626258, 37.976299], [120.622514, 37.963946], [120.625811, 37.961563], [120.626077, 37.951543], [120.619973, 37.945763], [120.602742, 37.955852], [120.595058, 37.967864], [120.598002, 37.97668], [120.60468, 37.98059], [120.612595, 37.983201], [120.619061, 37.979612]]], [[[120.729904, 37.965114], [120.724127, 37.959868], [120.726868, 37.952147], [120.739362, 37.952037], [120.759842, 37.921688], [120.754841, 37.91625], [120.75352, 37.911587], [120.759192, 37.894796], [120.753928, 37.893966], [120.746284, 37.896745], [120.735281, 37.909694], [120.725212, 37.909185], [120.717088, 37.912721], [120.716841, 37.915544], [120.724094, 37.917054], [120.727371, 37.919216], [120.727895, 37.921388], [120.72038, 37.938792], [120.722287, 37.943629], [120.728231, 37.948877], [120.724068, 37.955876], [120.723369, 37.961556], [120.715788, 37.965011], [120.706876, 37.96509], [120.692828, 37.972265], [120.689247, 37.980851], [120.680934, 37.989722], [120.692597, 37.994167], [120.697001, 37.993589], [120.703772, 37.989503], [120.715141, 37.98841], [120.719479, 37.986548], [120.724174, 37.979694], [120.725542, 37.97338], [120.731003, 37.969333], [120.729904, 37.965114]]], [[[120.938748, 38.020021], [120.928538, 38.026768], [120.927828, 38.035799], [120.944059, 38.029203], [120.944763, 38.02236], [120.938748, 38.020021]]], [[[120.636447, 38.133889], [120.633464, 38.136549], [120.639543, 38.143968], [120.642472, 38.137667], [120.636447, 38.133889]]], [[[120.752335, 38.169821], [120.759019, 38.171116], [120.769922, 38.170135], [120.779697, 38.161157], [120.778987, 38.158465], [120.766244, 38.157603], [120.754149, 38.160036], [120.742658, 38.157345], [120.736524, 38.159821], [120.73568, 38.172904], [120.740871, 38.199504], [120.744405, 38.19741], [120.752685, 38.178597], [120.748352, 38.176751], [120.75, 38.171756], [120.752335, 38.169821]]], [[[117.870589, 38.261649], [117.873418, 38.250743], [117.878721, 38.247292], [117.885953, 38.246219], [117.886467, 38.251257], [117.891792, 38.252047], [117.925661, 38.239894], [117.946203, 38.228288], [117.954121, 38.221254], [117.952277, 38.213918], [117.968767, 38.203791], [117.965372, 38.193844], [117.980627, 38.190495], [117.990253, 38.195272], [117.992163, 38.200126], [118.004488, 38.199454], [118.038837, 38.184815], [118.037459, 38.180507], [118.049378, 38.178202], [118.055978, 38.169805], [118.075268, 38.161662], [118.088939, 38.183068], [118.109431, 38.189076], [118.117293, 38.189487], [118.164891, 38.177022], [118.154728, 38.139598], [118.157836, 38.138929], [118.158493, 38.135831], [118.166332, 38.136136], [118.168861, 38.140327], [118.199217, 38.134192], [118.212592, 38.133523], [118.221829, 38.134904], [118.228311, 38.13275], [118.233789, 38.125513], [118.237797, 38.127004], [118.25322, 38.126562], [118.252481, 38.119747], [118.26874, 38.121068], [118.269777, 38.124723], [118.285981, 38.121727], [118.291937, 38.122276], [118.29427, 38.120511], [118.297178, 38.111143], [118.30443, 38.113344], [118.301607, 38.120775], [118.313521, 38.120455], [118.323935, 38.114973], [118.322162, 38.112559], [118.315215, 38.112878], [118.309866, 38.11058], [118.313248, 38.106182], [118.330338, 38.106712], [118.335147, 38.110258], [118.337769, 38.106978], [118.342494, 38.086862], [118.342115, 38.080309], [118.345614, 38.08113], [118.347598, 38.088324], [118.343855, 38.09402], [118.343527, 38.10584], [118.415948, 38.105954], [118.416102, 38.103245], [118.408746, 38.090405], [118.401923, 38.086029], [118.400119, 38.081461], [118.401537, 38.074859], [118.406817, 38.073447], [118.408063, 38.083518], [118.413144, 38.082554], [118.421784, 38.101781], [118.436737, 38.101745], [118.446598, 38.099246], [118.487797, 38.096153], [118.505068, 38.085991], [118.506829, 38.05097], [118.505097, 38.051461], [118.505104, 38.049975], [118.506858, 38.048089], [118.505051, 38.043803], [118.505023, 38.03304], [118.507572, 38.033773], [118.50757, 38.04431], [118.509892, 38.048169], [118.507344, 38.048179], [118.507336, 38.072423], [118.521289, 38.07248], [118.522546, 38.056775], [118.538231, 38.056833], [118.53431, 38.049846], [118.52753, 38.048199], [118.527417, 38.036563], [118.51033, 38.030637], [118.505062, 38.026745], [118.505046, 38.020166], [118.506868, 38.019104], [118.51233, 38.019483], [118.539439, 38.046224], [118.549042, 38.048417], [118.544479, 38.051934], [118.545687, 38.05434], [118.554105, 38.056698], [118.55661, 38.052718], [118.556898, 38.048256], [118.563261, 38.04275], [118.579623, 38.044058], [118.591475, 38.042688], [118.570107, 38.058595], [118.582449, 38.058366], [118.586258, 38.053261], [118.597069, 38.051534], [118.598758, 38.046584], [118.603231, 38.044728], [118.60899, 38.046061], [118.61106, 38.044871], [118.602993, 38.03966], [118.604898, 38.037356], [118.614767, 38.045721], [118.609019, 38.047942], [118.600425, 38.047718], [118.597461, 38.053862], [118.588787, 38.05585], [118.577224, 38.065763], [118.598763, 38.079295], [118.614975, 38.086846], [118.619722, 38.080472], [118.629789, 38.079505], [118.647292, 38.086091], [118.643991, 38.103057], [118.635615, 38.101772], [118.63295, 38.111195], [118.650773, 38.115525], [118.667857, 38.116596], [118.668466, 38.101713], [118.695408, 38.105952], [118.693351, 38.101195], [118.69151, 38.100995], [118.692994, 38.095841], [118.699048, 38.09597], [118.704744, 38.093914], [118.703859, 38.08866], [118.71431, 38.077453], [118.730071, 38.074369], [118.739154, 38.076068], [118.75621, 38.076068], [118.777445, 38.072263], [118.7882, 38.072103], [118.800497, 38.080094], [118.807604, 38.090388], [118.80223, 38.14646], [118.819458, 38.14745], [118.846786, 38.144181], [118.846102, 38.121126], [118.852378, 38.120383], [118.872651, 38.123467], [118.877253, 38.120883], [118.886819, 38.133249], [118.94847, 38.098643], [118.954391, 38.089484], [118.929212, 38.079555], [118.931238, 38.07625], [118.942894, 38.079515], [118.959286, 38.081104], [118.961728, 38.077956], [118.963654, 38.059098], [118.981425, 38.028387], [118.979575, 38.025721], [118.969147, 38.023795], [118.968637, 38.007379], [118.99168, 37.97728], [119.002396, 37.950511], [119.030582, 37.949879], [119.031604, 37.947987], [119.060104, 37.933444], [119.060405, 37.928856], [119.07579, 37.922658], [119.088693, 37.912432], [119.096533, 37.852232], [119.093562, 37.84611], [119.083767, 37.837989], [119.071751, 37.836587], [119.069371, 37.826395], [119.069546, 37.81647], [119.078354, 37.814671], [119.088645, 37.815478], [119.092323, 37.813612], [119.098513, 37.805441], [119.086355, 37.790194], [119.080639, 37.789682], [119.076878, 37.777659], [119.086918, 37.777328], [119.090867, 37.785843], [119.121084, 37.777716], [119.122738, 37.783431], [119.130957, 37.785574], [119.153573, 37.787539], [119.15538, 37.78701], [119.15785, 37.78202], [119.156044, 37.775985], [119.161969, 37.767803], [119.164661, 37.767302], [119.171827, 37.771176], [119.178224, 37.78206], [119.195596, 37.799051], [119.206872, 37.798442], [119.215025, 37.781878], [119.225104, 37.777856], [119.241067, 37.785703], [119.244412, 37.789533], [119.242185, 37.792921], [119.243914, 37.793935], [119.259248, 37.7962], [119.266121, 37.793315], [119.27157, 37.79421], [119.275467, 37.797784], [119.274116, 37.803705], [119.276911, 37.804962], [119.288852, 37.79984], [119.294509, 37.794709], [119.294516, 37.79165], [119.290458, 37.78941], [119.293747, 37.783607], [119.300726, 37.782532], [119.301829, 37.778395], [119.296046, 37.773977], [119.279924, 37.769221], [119.273569, 37.769999], [119.271527, 37.77213], [119.262221, 37.767581], [119.25407, 37.758264], [119.245595, 37.754059], [119.238944, 37.752784], [119.22984, 37.75372], [119.204837, 37.761445], [119.192608, 37.762437], [119.188468, 37.760606], [119.178484, 37.748667], [119.191967, 37.741459], [119.226509, 37.71485], [119.245196, 37.705486], [119.257753, 37.691933], [119.272514, 37.680008], [119.274558, 37.675446], [119.273699, 37.673387], [119.268495, 37.673868], [119.225731, 37.709585], [119.195572, 37.728437], [119.192897, 37.725987], [119.215715, 37.709543], [119.242241, 37.683712], [119.260771, 37.657175], [119.260259, 37.655415], [119.256815, 37.655317], [119.244622, 37.6628], [119.238141, 37.682772], [119.197637, 37.708316], [119.179074, 37.718195], [119.17355, 37.719075], [119.157647, 37.71523], [119.12681, 37.715202], [119.122286, 37.720638], [119.116405, 37.721513], [119.106184, 37.709763], [119.101425, 37.70839], [119.089784, 37.709503], [119.076802, 37.715627], [119.063367, 37.725965], [119.057107, 37.727783], [119.022046, 37.722994], [119.027009, 37.719926], [119.028608, 37.712043], [119.03615, 37.697262], [119.029878, 37.692654], [119.035136, 37.684172], [119.028477, 37.67075], [119.021619, 37.671816], [119.017155, 37.662991], [119.009875, 37.656018], [119.005593, 37.657347], [119.003911, 37.65638], [118.99992, 37.648911], [118.979367, 37.634143], [118.966204, 37.621271], [118.952312, 37.596683], [118.954457, 37.593945], [118.95052, 37.593129], [118.921872, 37.536649], [118.915862, 37.531633], [118.908564, 37.528321], [118.899676, 37.526724], [118.887462, 37.527071], [118.88854, 37.524849], [118.901145, 37.523206], [118.906217, 37.520053], [118.91585, 37.494205], [118.926848, 37.482314], [118.927387, 37.47739], [118.923449, 37.455566], [118.911576, 37.423546], [118.923638, 37.392611], [118.91813, 37.380728], [118.955959, 37.369176], [118.99955, 37.380788], [119.005071, 37.372983], [118.943072, 37.355716], [118.933316, 37.354416], [118.933887, 37.358756], [118.922891, 37.356307], [118.913909, 37.356236], [118.907498, 37.357976], [118.895329, 37.364401], [118.884715, 37.372366], [118.880261, 37.371893], [118.880567, 37.35812], [118.881716, 37.356657], [118.88306, 37.356827], [118.882801, 37.362757], [118.884993, 37.364587], [118.894256, 37.3601], [118.892523, 37.346803], [118.890821, 37.34547], [118.874661, 37.343999], [118.874392, 37.329485], [118.869471, 37.329217], [118.874575, 37.326971], [118.877822, 37.327854], [118.881103, 37.332632], [118.889712, 37.338845], [118.896046, 37.341085], [118.893515, 37.342844], [118.898022, 37.348883], [118.89875, 37.355528], [118.90015, 37.356747], [118.918452, 37.349646], [118.92236, 37.346701], [118.929803, 37.345785], [118.931188, 37.341268], [118.94242, 37.34359], [118.949046, 37.326609], [118.94964, 37.321324], [118.955143, 37.310873], [118.985283, 37.316996], [118.987822, 37.315696], [118.987271, 37.283343], [118.979052, 37.278789], [118.965212, 37.281704], [118.963438, 37.277656], [118.973676, 37.275189], [118.985283, 37.276507], [118.99343, 37.273347], [118.995175, 37.267851], [119.029352, 37.267818], [119.040166, 37.260424], [119.040061, 37.250571], [119.050239, 37.24439], [119.055467, 37.238763], [119.075954, 37.22837], [119.100129, 37.208142], [119.118273, 37.218283], [119.127698, 37.206969], [119.135048, 37.233731], [119.146124, 37.228422], [119.156663, 37.235972], [119.163781, 37.230015], [119.166605, 37.232041], [119.169791, 37.229315], [119.179452, 37.23646], [119.175659, 37.237666], [119.177083, 37.240628], [119.187416, 37.237506], [119.191415, 37.246274], [119.189692, 37.249441], [119.192228, 37.25025], [119.194572, 37.245805], [119.184374, 37.22473], [119.181138, 37.190392], [119.204207, 37.191926], [119.201033, 37.215218], [119.206415, 37.221967], [119.223949, 37.216638], [119.242143, 37.202779], [119.255442, 37.201542], [119.272162, 37.206215], [119.28183, 37.203946], [119.286768, 37.19314], [119.282608, 37.184774], [119.278151, 37.162805], [119.28898, 37.158497], [119.289268, 37.149267], [119.250263, 37.089391], [119.260694, 37.090137], [119.276534, 37.096874], [119.281653, 37.093076], [119.286891, 37.092395], [119.291242, 37.094676], [119.295091, 37.100076], [119.303356, 37.102537], [119.314227, 37.097789], [119.327139, 37.068139], [119.329827, 37.067448], [119.332473, 37.067211], [119.33294, 37.073083], [119.336421, 37.07521], [119.337501, 37.093678], [119.346366, 37.098377], [119.360899, 37.102144], [119.36437, 37.10481], [119.368868, 37.113647], [119.376358, 37.115035], [119.376673, 37.118328], [119.380465, 37.119396], [119.429942, 37.118214], [119.430627, 37.11531], [119.465885, 37.114846], [119.462692, 37.102256], [119.471862, 37.087055], [119.477106, 37.087863], [119.477915, 37.093792], [119.481216, 37.096925], [119.48928, 37.096322], [119.491728, 37.114424], [119.497916, 37.114377], [119.499823, 37.123472], [119.55035, 37.124371], [119.550035, 37.086435], [119.547823, 37.069246], [119.544268, 37.062195], [119.544184, 37.055371], [119.547226, 37.052571], [119.560967, 37.050025], [119.560959, 37.056063], [119.555564, 37.066503], [119.557942, 37.066266], [119.558604, 37.067702], [119.55427, 37.068485], [119.553823, 37.069954], [119.553481, 37.079843], [119.557474, 37.079684], [119.555891, 37.088227], [119.55465, 37.088461], [119.556628, 37.095565], [119.573325, 37.101847], [119.570038, 37.106816], [119.577023, 37.118644], [119.586517, 37.124604], [119.588231, 37.122641], [119.605277, 37.129955], [119.594253, 37.148002], [119.602534, 37.150547], [119.676281, 37.154548], [119.672629, 37.129136], [119.674153, 37.115734], [119.704305, 37.118186], [119.703219, 37.137396], [119.697665, 37.156288], [119.71799, 37.157768], [119.722347, 37.127861], [119.726232, 37.119707], [119.749773, 37.122231], [119.748882, 37.137535], [119.750594, 37.141133], [119.775416, 37.157536], [119.776864, 37.168358], [119.806925, 37.188086], [119.807045, 37.18465], [119.812324, 37.186523], [119.838818, 37.202066], [119.841649, 37.207484], [119.827572, 37.214359], [119.831327, 37.214268], [119.842714, 37.208574], [119.861074, 37.2248], [119.873713, 37.227818], [119.870687, 37.234041], [119.881544, 37.237967], [119.886546, 37.245183], [119.888391, 37.256492], [119.87573, 37.256415], [119.876862, 37.262235], [119.89524, 37.259596], [119.897246, 37.264858], [119.898425, 37.264634], [119.899626, 37.276988], [119.887142, 37.27921], [119.88444, 37.285373], [119.884524, 37.289131], [119.887776, 37.29648], [119.890493, 37.295998], [119.890076, 37.293376], [119.901531, 37.289844], [119.903061, 37.294441], [119.899896, 37.294796], [119.900103, 37.296727], [119.906303, 37.296618], [119.905492, 37.299736], [119.898889, 37.30644], [119.88621, 37.306102], [119.882454, 37.316289], [119.880722, 37.316811], [119.876096, 37.314217], [119.874372, 37.315761], [119.871162, 37.313915], [119.867936, 37.319963], [119.875643, 37.323227], [119.8728, 37.32632], [119.878914, 37.330382], [119.875562, 37.333646], [119.866818, 37.329326], [119.864979, 37.321499], [119.858988, 37.322641], [119.854916, 37.324401], [119.846273, 37.33214], [119.848074, 37.337169], [119.834012, 37.344447], [119.839868, 37.352056], [119.842415, 37.364336], [119.838043, 37.367257], [119.837827, 37.370884], [119.843573, 37.373516], [119.863682, 37.377349], [119.907316, 37.380167], [119.930526, 37.385327], [119.940499, 37.391122], [119.941203, 37.393037], [119.942677, 37.398693], [119.937189, 37.401182], [119.938817, 37.413277], [119.952547, 37.413583], [119.951537, 37.417361], [119.947083, 37.418403], [119.951593, 37.420083], [119.971411, 37.419999], [119.971694, 37.413877], [119.994248, 37.417907], [120.011179, 37.425762], [120.014051, 37.431719], [120.011006, 37.43286], [120.011323, 37.434508], [120.057391, 37.437476], [120.082053, 37.443228], [120.088285, 37.446959], [120.089382, 37.457849], [120.101425, 37.459698], [120.131239, 37.469173], [120.160712, 37.481796], [120.221721, 37.528392], [120.229482, 37.538717], [120.245682, 37.5536], [120.240328, 37.560128], [120.208261, 37.588977], [120.208365, 37.592226], [120.247893, 37.621279], [120.309926, 37.621062], [120.312891, 37.636507], [120.316393, 37.641071], [120.323875, 37.643977], [120.324166, 37.648482], [120.321509, 37.65475], [120.309029, 37.664495], [120.301654, 37.658737], [120.303104, 37.645764], [120.288477, 37.644943], [120.281408, 37.651441], [120.287174, 37.655011], [120.286416, 37.66225], [120.29679, 37.662901], [120.304168, 37.667532], [120.305711, 37.669715], [120.302687, 37.672213], [120.283765, 37.671428], [120.284079, 37.664452], [120.281484, 37.66394], [120.27245, 37.667566], [120.272176, 37.67164], [120.264198, 37.672764], [120.250534, 37.67011], [120.246351, 37.666952], [120.243067, 37.667012], [120.227471, 37.673552], [120.220127, 37.674706], [120.217614, 37.67744], [120.216944, 37.681571], [120.22164, 37.686763], [120.297488, 37.686536], [120.338396, 37.689602], [120.362587, 37.693875], [120.362241, 37.695723], [120.378629, 37.701201], [120.407813, 37.715976], [120.427923, 37.730591], [120.429, 37.734795], [120.447534, 37.747478], [120.468888, 37.749959], [120.480074, 37.745813], [120.496318, 37.74694], [120.544278, 37.751368], [120.575896, 37.756563], [120.588673, 37.760338], [120.598239, 37.765208], [120.617586, 37.780975], [120.624165, 37.7812], [120.629447, 37.776862], [120.639964, 37.776537], [120.650825, 37.782258], [120.648297, 37.785483], [120.657731, 37.790104], [120.661487, 37.785857], [120.672813, 37.791179], [120.717872, 37.821478], [120.729756, 37.825791], [120.746279, 37.828036], [120.754236, 37.823315], [120.762415, 37.821336], [120.782603, 37.823691], [120.790258, 37.8187], [120.80175, 37.814853], [120.819499, 37.81212], [120.832904, 37.812277], [120.860901, 37.827698], [120.874687, 37.829316], [120.884675, 37.827542], [120.889927, 37.824177], [120.909867, 37.821434], [120.917055, 37.816183], [120.930354, 37.816535], [120.941812, 37.811921], [120.94316, 37.8064], [120.941774, 37.800692], [120.934337, 37.800336], [120.927855, 37.790183], [120.928037, 37.785272], [120.931491, 37.778613], [120.936698, 37.773812], [120.956557, 37.764367], [120.968991, 37.756591], [120.984789, 37.751007], [120.995989, 37.751343], [120.999482, 37.749285], [120.99777, 37.746274], [120.998076, 37.742082], [121.004769, 37.736619], [121.006786, 37.723361], [121.015565, 37.716537], [121.030634, 37.709939], [121.05607, 37.705194], [121.06046, 37.705866], [121.063371, 37.7134], [121.072239, 37.713431], [121.084831, 37.710544], [121.108194, 37.710663], [121.115797, 37.712371], [121.137719, 37.711842], [121.138514, 37.708389], [121.148687, 37.699244], [121.148475, 37.69748], [121.14547, 37.695168], [121.141131, 37.696022], [121.138921, 37.69411], [121.135163, 37.679412], [121.12282, 37.66731], [121.129993, 37.656819], [121.136159, 37.654925], [121.144832, 37.655853], [121.151029, 37.651798], [121.153386, 37.645629], [121.149024, 37.639687], [121.142815, 37.638708], [121.137923, 37.631017], [121.140517, 37.618171], [121.131858, 37.616905], [121.132015, 37.612726], [121.145421, 37.597295], [121.17466, 37.583665], [121.198833, 37.577848], [121.23415, 37.573021], [121.2508, 37.572182], [121.277179, 37.575731], [121.302575, 37.575974], [121.332736, 37.582782], [121.349605, 37.588839], [121.364555, 37.604092], [121.366597, 37.608066], [121.358602, 37.619919], [121.342717, 37.627443], [121.343261, 37.630955], [121.373425, 37.620557], [121.379032, 37.621598], [121.386665, 37.618991], [121.388347, 37.616644], [121.38764, 37.614761], [121.392251, 37.610491], [121.400802, 37.606192], [121.408062, 37.605624], [121.417912, 37.600342], [121.427043, 37.598518], [121.432459, 37.595077], [121.426972, 37.593274], [121.413383, 37.59338], [121.406322, 37.595862], [121.387083, 37.598324], [121.377225, 37.596339], [121.372411, 37.5933], [121.372052, 37.590015], [121.378419, 37.583554], [121.378428, 37.57722], [121.392012, 37.577248], [121.392099, 37.571245], [121.374943, 37.567965], [121.373108, 37.555048], [121.383331, 37.551732], [121.382316, 37.545787], [121.385014, 37.544491], [121.399324, 37.544623], [121.412394, 37.536547], [121.416802, 37.53511], [121.424283, 37.535544], [121.431901, 37.533159], [121.436631, 37.523374], [121.444573, 37.520011], [121.44299, 37.498215], [121.445193, 37.492325], [121.45133, 37.484817], [121.47179, 37.466635], [121.507792, 37.452266], [121.516418, 37.455796], [121.524894, 37.455687], [121.529668, 37.448937], [121.555732, 37.441082], [121.568868, 37.438574], [121.575239, 37.441377], [121.595631, 37.445261], [121.601565, 37.433538], [121.61056, 37.435906], [121.612386, 37.439019], [121.610069, 37.446362], [121.637449, 37.456622], [121.636223, 37.446185], [121.650527, 37.445171], [121.646409, 37.455368], [121.644569, 37.466536], [121.647965, 37.466278], [121.665237, 37.460014], [121.683899, 37.457366], [121.746202, 37.453348], [121.750808, 37.44183], [121.755932, 37.437676], [121.76657, 37.423907], [121.764286, 37.434628], [121.753535, 37.44407], [121.753789, 37.451754], [121.756579, 37.453873], [121.898992, 37.466048], [121.936018, 37.47118], [121.955358, 37.477547], [121.96001, 37.473795], [121.955864, 37.466173], [121.956632, 37.461569], [121.962767, 37.44937], [121.957869, 37.445657], [121.96132, 37.442948], [121.973456, 37.443052], [121.973587, 37.447513], [121.968664, 37.449583], [121.963228, 37.456127], [121.96163, 37.460501], [121.962388, 37.464544], [121.967013, 37.466071], [121.966801, 37.474078], [121.96436, 37.481346], [121.966298, 37.483536], [121.994759, 37.490754], [121.99576, 37.495758], [121.999058, 37.500263], [122.010897, 37.506877], [122.019939, 37.520241], [122.019003, 37.522639], [122.015735, 37.524261], [122.01027, 37.524652], [122.01202, 37.528077], [122.026594, 37.525198], [122.039555, 37.528106], [122.046389, 37.531513], [122.047272, 37.53325], [122.044708, 37.537364], [122.050177, 37.540598], [122.056436, 37.540477], [122.061971, 37.533079], [122.071453, 37.535677], [122.074193, 37.540104], [122.067723, 37.562685], [122.07793, 37.556916], [122.079667, 37.551364], [122.089838, 37.542217], [122.104863, 37.542314], [122.122233, 37.551832], [122.115756, 37.561644], [122.117581, 37.564438], [122.124087, 37.561634], [122.126433, 37.558372], [122.126058, 37.55563], [122.144034, 37.555257], [122.139699, 37.550465], [122.136234, 37.549692], [122.136667, 37.544515], [122.152122, 37.54068], [122.157873, 37.53637], [122.151702, 37.529821], [122.153617, 37.525555], [122.1568, 37.526181], [122.158753, 37.524537], [122.158329, 37.520984], [122.148061, 37.519712], [122.140123, 37.512537], [122.134101, 37.513926], [122.130118, 37.513104], [122.120699, 37.509025], [122.120492, 37.507446], [122.125319, 37.496875], [122.129868, 37.492501], [122.140342, 37.491444], [122.138489, 37.482139], [122.134631, 37.476885], [122.138172, 37.466823], [122.148562, 37.451726], [122.155159, 37.450061], [122.158316, 37.443669], [122.157666, 37.44015], [122.155729, 37.439587], [122.158604, 37.434048], [122.170044, 37.428525], [122.180219, 37.427635], [122.186929, 37.430075], [122.192714, 37.439605], [122.188805, 37.451999], [122.191101, 37.453952], [122.197915, 37.448755], [122.217931, 37.453082], [122.2323, 37.461425], [122.245055, 37.460886], [122.262903, 37.454641], [122.268697, 37.456262], [122.27783, 37.447849], [122.280445, 37.443847], [122.277902, 37.442741], [122.265942, 37.443199], [122.269316, 37.429071], [122.279595, 37.422911], [122.302866, 37.413239], [122.312835, 37.413847], [122.327447, 37.409363], [122.337683, 37.409033], [122.375024, 37.413479], [122.383909, 37.412338], [122.386516, 37.409846], [122.393142, 37.408343], [122.428996, 37.4102], [122.449625, 37.414185], [122.474397, 37.426964], [122.480618, 37.427678], [122.478347, 37.419541], [122.486906, 37.409973], [122.486061, 37.407926], [122.478178, 37.406606], [122.472748, 37.40304], [122.472964, 37.397838], [122.473662, 37.396782], [122.482911, 37.399878], [122.483962, 37.386718], [122.478652, 37.387006], [122.477622, 37.384401], [122.494839, 37.379364], [122.496205, 37.379433], [122.496299, 37.395113], [122.491785, 37.398638], [122.489652, 37.402126], [122.490083, 37.405146], [122.494212, 37.402694], [122.498743, 37.404149], [122.546377, 37.39903], [122.564251, 37.398829], [122.581118, 37.402008], [122.590565, 37.413529], [122.59981, 37.414714], [122.60865, 37.420237], [122.624699, 37.420625], [122.629096, 37.424694], [122.63249, 37.424942], [122.63522, 37.422379], [122.635595, 37.417289], [122.6373, 37.415033], [122.642097, 37.41348], [122.647584, 37.415735], [122.648439, 37.417495], [122.646373, 37.42147], [122.647897, 37.423953], [122.653525, 37.423991], [122.654706, 37.423161], [122.654401, 37.41285], [122.665439, 37.409737], [122.671652, 37.412322], [122.675323, 37.417558], [122.669211, 37.420235], [122.666316, 37.423381], [122.675337, 37.422145], [122.696871, 37.409829], [122.693541, 37.406387], [122.69728, 37.398821], [122.705605, 37.395843], [122.700609, 37.391009], [122.68679, 37.386951], [122.685127, 37.382252], [122.68748, 37.381159], [122.687385, 37.379672], [122.681895, 37.375169], [122.680291, 37.375074], [122.678066, 37.380591], [122.676794, 37.388153], [122.671207, 37.390111], [122.664016, 37.389595], [122.653941, 37.394435], [122.642281, 37.391297], [122.620385, 37.379314], [122.605444, 37.375707], [122.600777, 37.373009], [122.590199, 37.362548], [122.581481, 37.348813], [122.58029, 37.337744], [122.589359, 37.328313], [122.585767, 37.322657], [122.584417, 37.315858], [122.57134, 37.30711], [122.570935, 37.314453], [122.564153, 37.319176], [122.560213, 37.319076], [122.554364, 37.316009], [122.555477, 37.309048], [122.557916, 37.309501], [122.569026, 37.303631], [122.565962, 37.29523], [122.557853, 37.29265], [122.557347, 37.290512], [122.56223, 37.286542], [122.569832, 37.283843], [122.565327, 37.281323], [122.55589, 37.287785], [122.55093, 37.286785], [122.548448, 37.283189], [122.551131, 37.275369], [122.563883, 37.27447], [122.564827, 37.269989], [122.557199, 37.261913], [122.557677, 37.255319], [122.577875, 37.257483], [122.589504, 37.240625], [122.591305, 37.234533], [122.588816, 37.225936], [122.589792, 37.222436], [122.602709, 37.213678], [122.6151, 37.208251], [122.621651, 37.20246], [122.622012, 37.200164], [122.620067, 37.197112], [122.61102, 37.200322], [122.602839, 37.197541], [122.59429, 37.19209], [122.577819, 37.19031], [122.55998, 37.182951], [122.557167, 37.176458], [122.558348, 37.16899], [122.563211, 37.167216], [122.568679, 37.168003], [122.578066, 37.161538], [122.57679, 37.14809], [122.561714, 37.148853], [122.528568, 37.159618], [122.500151, 37.154934], [122.491737, 37.15604], [122.484873, 37.151756], [122.479014, 37.144253], [122.469008, 37.124568], [122.466251, 37.114199], [122.46197, 37.11346], [122.457291, 37.117998], [122.447089, 37.114427], [122.451197, 37.104922], [122.459556, 37.1015], [122.460264, 37.093978], [122.459009, 37.090089], [122.463918, 37.075037], [122.463719, 37.061648], [122.461553, 37.059809], [122.441031, 37.060135], [122.424749, 37.040778], [122.436889, 37.021704], [122.446441, 37.024564], [122.446509, 37.027583], [122.448828, 37.030181], [122.456223, 37.03327], [122.470014, 37.034819], [122.485736, 37.023749], [122.4935, 37.022178], [122.496775, 37.024941], [122.516265, 37.027835], [122.555949, 37.040792], [122.572705, 37.04209], [122.572031, 37.039409], [122.566404, 37.0373], [122.550616, 37.035537], [122.544201, 37.031709], [122.534799, 37.022223], [122.531432, 37.004936], [122.531894, 36.997319], [122.53618, 36.983342], [122.539647, 36.978435], [122.521984, 36.956382], [122.519647, 36.943971], [122.522775, 36.93381], [122.530893, 36.920561], [122.525058, 36.911364], [122.511549, 36.900949], [122.503897, 36.900953], [122.497139, 36.897987], [122.491407, 36.892763], [122.488778, 36.894915], [122.488038, 36.89821], [122.499153, 36.909791], [122.5017, 36.910692], [122.506614, 36.9213], [122.502678, 36.934638], [122.499579, 36.934834], [122.493851, 36.930385], [122.485625, 36.933459], [122.480219, 36.932786], [122.473327, 36.928035], [122.47336, 36.921583], [122.469463, 36.921917], [122.466928, 36.926172], [122.46154, 36.929781], [122.454195, 36.928921], [122.451082, 36.926228], [122.446913, 36.925472], [122.438736, 36.926362], [122.428206, 36.925176], [122.41286, 36.915433], [122.410505, 36.906501], [122.414461, 36.90124], [122.417731, 36.90049], [122.423008, 36.895596], [122.424004, 36.888392], [122.425808, 36.885706], [122.433077, 36.88575], [122.436215, 36.895308], [122.438727, 36.895356], [122.438673, 36.882929], [122.44123, 36.87676], [122.432028, 36.875878], [122.418887, 36.86644], [122.404762, 36.86285], [122.392362, 36.868185], [122.376838, 36.867069], [122.373455, 36.865276], [122.367598, 36.85536], [122.369896, 36.852101], [122.37641, 36.850703], [122.357781, 36.83934], [122.356169, 36.839034], [122.352971, 36.841772], [122.344629, 36.838214], [122.342514, 36.835165], [122.345299, 36.833059], [122.344029, 36.830836], [122.3352, 36.833207], [122.33696, 36.836982], [122.330947, 36.840039], [122.320584, 36.837817], [122.318235, 36.833598], [122.308557, 36.834126], [122.295622, 36.838762], [122.266843, 36.844815], [122.259365, 36.842507], [122.251777, 36.84227], [122.231612, 36.844983], [122.226433, 36.849994], [122.217668, 36.852992], [122.191602, 36.845257], [122.180673, 36.846066], [122.180316, 36.84801], [122.186282, 36.858503], [122.189485, 36.860967], [122.192202, 36.85973], [122.193756, 36.861104], [122.191276, 36.870855], [122.182279, 36.878497], [122.181747, 36.888415], [122.194385, 36.900629], [122.193508, 36.907183], [122.200153, 36.90803], [122.215995, 36.905964], [122.22818, 36.908143], [122.242986, 36.905129], [122.253294, 36.907147], [122.252268, 36.909268], [122.245488, 36.906576], [122.239347, 36.906764], [122.226783, 36.909795], [122.213489, 36.909569], [122.199409, 36.91153], [122.186015, 36.919709], [122.185742, 36.918011], [122.182384, 36.921335], [122.182962, 36.923434], [122.1807, 36.926988], [122.182236, 36.933151], [122.180172, 36.938546], [122.162171, 36.935749], [122.160659, 36.937527], [122.155267, 36.937831], [122.154546, 36.935041], [122.152036, 36.934627], [122.142388, 36.938198], [122.148989, 36.95143], [122.151636, 36.953492], [122.155171, 36.952766], [122.165886, 36.970958], [122.17501, 36.989107], [122.172357, 36.997502], [122.176166, 37.003647], [122.185991, 37.006296], [122.195079, 37.005322], [122.198622, 37.008022], [122.199312, 37.015047], [122.20961, 37.026255], [122.215503, 37.031215], [122.227158, 37.035483], [122.224435, 37.03688], [122.216946, 37.034081], [122.204422, 37.026213], [122.205022, 37.03301], [122.200966, 37.042445], [122.191998, 37.049781], [122.185027, 37.048347], [122.190293, 37.0484], [122.196481, 37.043558], [122.199356, 37.02897], [122.197384, 37.026244], [122.189626, 37.022496], [122.190028, 37.015398], [122.162222, 37.009022], [122.152319, 37.001374], [122.155599, 36.998467], [122.153731, 36.982469], [122.14811, 36.980805], [122.148845, 36.968441], [122.145726, 36.953553], [122.141515, 36.948977], [122.132278, 36.950784], [122.120874, 36.956404], [122.099892, 36.953337], [122.094198, 36.949653], [122.085687, 36.936577], [122.085604, 36.932287], [122.089936, 36.923832], [122.085572, 36.920864], [122.073281, 36.919274], [122.053314, 36.913133], [122.041987, 36.907204], [122.038155, 36.902325], [122.02633, 36.909293], [122.027431, 36.919791], [122.031924, 36.921233], [122.029082, 36.94006], [122.023477, 36.947448], [122.016484, 36.950823], [122.015912, 36.955112], [122.018986, 36.956223], [122.016471, 36.966691], [122.003321, 36.969365], [121.998539, 36.977402], [122.000171, 36.986842], [121.999296, 36.991385], [121.994538, 36.976746], [121.999677, 36.965121], [121.975382, 36.963456], [121.966485, 36.974073], [121.956345, 36.978581], [121.955825, 36.980992], [121.950756, 36.979862], [121.954252, 36.975789], [121.951309, 36.972731], [121.955303, 36.971787], [121.96191, 36.967109], [121.960274, 36.964377], [121.961353, 36.963067], [121.958272, 36.960603], [121.970858, 36.954666], [121.970338, 36.951607], [121.965536, 36.947231], [121.953451, 36.94189], [121.915495, 36.933413], [121.897932, 36.926944], [121.862187, 36.917119], [121.858014, 36.917791], [121.848328, 36.909669], [121.819239, 36.902706], [121.803681, 36.895315], [121.788449, 36.892278], [121.764299, 36.883839], [121.758261, 36.879162], [121.746143, 36.859142], [121.747252, 36.855076], [121.750953, 36.854749], [121.752388, 36.85312], [121.750478, 36.843981], [121.731149, 36.83824], [121.727331, 36.833105], [121.726615, 36.829412], [121.721871, 36.826874], [121.718764, 36.831031], [121.719593, 36.832863], [121.715282, 36.833012], [121.70819, 36.831485], [121.698881, 36.824976], [121.682494, 36.826034], [121.661498, 36.822421], [121.638263, 36.812593], [121.629287, 36.805705], [121.626397, 36.812106], [121.62607, 36.81861], [121.643911, 36.824677], [121.650967, 36.828163], [121.651691, 36.830965], [121.644507, 36.829337], [121.634937, 36.830324], [121.623104, 36.823853], [121.620793, 36.817344], [121.622265, 36.800497], [121.621306, 36.795224], [121.622609, 36.78193], [121.626434, 36.775992], [121.622972, 36.767474], [121.623995, 36.763057], [121.634393, 36.759442], [121.634815, 36.748633], [121.642993, 36.737266], [121.624062, 36.735048], [121.622614, 36.73777], [121.599859, 36.743668], [121.598037, 36.758673], [121.598753, 36.766692], [121.587653, 36.766437], [121.583776, 36.764075], [121.5836, 36.759018], [121.575751, 36.760817], [121.577094, 36.765287], [121.56262, 36.767334], [121.549679, 36.76389], [121.562547, 36.753666], [121.568724, 36.74482], [121.568641, 36.737241], [121.564488, 36.733641], [121.559507, 36.733013], [121.542836, 36.735327], [121.542252, 36.737384], [121.544821, 36.740375], [121.54754, 36.75173], [121.520163, 36.755525], [121.520408, 36.760222], [121.518449, 36.762532], [121.513945, 36.763205], [121.507808, 36.760894], [121.503024, 36.761905], [121.500955, 36.763483], [121.502451, 36.767205], [121.50476, 36.768514], [121.502988, 36.770925], [121.496489, 36.773726], [121.485227, 36.772475], [121.481301, 36.77429], [121.479174, 36.778768], [121.480139, 36.782285], [121.490769, 36.789521], [121.507603, 36.793986], [121.525077, 36.803227], [121.537966, 36.803941], [121.538154, 36.801665], [121.547515, 36.801683], [121.552271, 36.804107], [121.547796, 36.810847], [121.55685, 36.81803], [121.566266, 36.821505], [121.574788, 36.827923], [121.57472, 36.842198], [121.58647, 36.848386], [121.596776, 36.85112], [121.602393, 36.84431], [121.614361, 36.848876], [121.602163, 36.846515], [121.596148, 36.852347], [121.571182, 36.844851], [121.55675, 36.838576], [121.557333, 36.834997], [121.52696, 36.824303], [121.519374, 36.820122], [121.515126, 36.809681], [121.50242, 36.805869], [121.4925, 36.800644], [121.491382, 36.79941], [121.493387, 36.79658], [121.487546, 36.794472], [121.484276, 36.794394], [121.487205, 36.807277], [121.48648, 36.819597], [121.48305, 36.82276], [121.4747, 36.825014], [121.469194, 36.822925], [121.465605, 36.819707], [121.475661, 36.806163], [121.470655, 36.797121], [121.467183, 36.785444], [121.472059, 36.772117], [121.452112, 36.766532], [121.45512, 36.762852], [121.452347, 36.757095], [121.424996, 36.754368], [121.4218, 36.759183], [121.415439, 36.761414], [121.405238, 36.761095], [121.397306, 36.756943], [121.378512, 36.741494], [121.374241, 36.729545], [121.375611, 36.720869], [121.380737, 36.717885], [121.384492, 36.721864], [121.399135, 36.713424], [121.391171, 36.705161], [121.374634, 36.702445], [121.368314, 36.710743], [121.371156, 36.71258], [121.36156, 36.718427], [121.348311, 36.720401], [121.329786, 36.718902], [121.311987, 36.711406], [121.302412, 36.713739], [121.29504, 36.71309], [121.272926, 36.706116], [121.244576, 36.692937], [121.244014, 36.671094], [121.235353, 36.669782], [121.237301, 36.681984], [121.236949, 36.691025], [121.235442, 36.693223], [121.222189, 36.694972], [121.207994, 36.69239], [121.140939, 36.663299], [121.113295, 36.645367], [121.09832, 36.630044], [121.092785, 36.628955], [121.083392, 36.621356], [121.075351, 36.621092], [121.062532, 36.616559], [121.051305, 36.61634], [121.049868, 36.61792], [121.053522, 36.630819], [121.053117, 36.634751], [121.048631, 36.636168], [121.040835, 36.610474], [121.040892, 36.594086], [121.037139, 36.589651], [121.029026, 36.589259], [121.01326, 36.579303], [121.005865, 36.584047], [120.994691, 36.58456], [120.991204, 36.583287], [120.992034, 36.578628], [120.99057, 36.578079], [120.970329, 36.576735], [120.963549, 36.580577], [120.958684, 36.586967], [120.955546, 36.585777], [120.95188, 36.577369], [120.947021, 36.579474], [120.946689, 36.586499], [120.929232, 36.591266], [120.928473, 36.603803], [120.932754, 36.618812], [120.937759, 36.624773], [120.945615, 36.629876], [120.939075, 36.63034], [120.922471, 36.615897], [120.914401, 36.627541], [120.899735, 36.627553], [120.898517, 36.630502], [120.899689, 36.639571], [120.895185, 36.659684], [120.893084, 36.657939], [120.894616, 36.634941], [120.88949, 36.623291], [120.883139, 36.626282], [120.879798, 36.63475], [120.874092, 36.642658], [120.870644, 36.652975], [120.867989, 36.654792], [120.855496, 36.651241], [120.864332, 36.636183], [120.870028, 36.630672], [120.869886, 36.628933], [120.859942, 36.627566], [120.854108, 36.624334], [120.840359, 36.620335], [120.843797, 36.61751], [120.842383, 36.615509], [120.817784, 36.607205], [120.812356, 36.606682], [120.799858, 36.61038], [120.794887, 36.622108], [120.782392, 36.628849], [120.778901, 36.62558], [120.791423, 36.622102], [120.795117, 36.608911], [120.806006, 36.603395], [120.806055, 36.593626], [120.78885, 36.588118], [120.769847, 36.588082], [120.766634, 36.586382], [120.801518, 36.58538], [120.812749, 36.591202], [120.816376, 36.596494], [120.839096, 36.606332], [120.845314, 36.610562], [120.850133, 36.610875], [120.860884, 36.603599], [120.877965, 36.60028], [120.889092, 36.568197], [120.89799, 36.57252], [120.900232, 36.561834], [120.916646, 36.570721], [120.921784, 36.567792], [120.92385, 36.563364], [120.957079, 36.56033], [120.969476, 36.552063], [120.974502, 36.544364], [120.973106, 36.537934], [120.956675, 36.521216], [120.950057, 36.509415], [120.950452, 36.499465], [120.942169, 36.49452], [120.943064, 36.488974], [120.949527, 36.480851], [120.954998, 36.481089], [120.95822, 36.477783], [120.959124, 36.47223], [120.957661, 36.469322], [120.95589, 36.469661], [120.943818, 36.462138], [120.941979, 36.457844], [120.943134, 36.453395], [120.938133, 36.451147], [120.930154, 36.456482], [120.90391, 36.455696], [120.899562, 36.44213], [120.907561, 36.435674], [120.910133, 36.430099], [120.911687, 36.416538], [120.897799, 36.409899], [120.887129, 36.399313], [120.881539, 36.388474], [120.889473, 36.380658], [120.885466, 36.375974], [120.877065, 36.376285], [120.877041, 36.371098], [120.874259, 36.370215], [120.872849, 36.370696], [120.872837, 36.37498], [120.868389, 36.379104], [120.865111, 36.380018], [120.860295, 36.377652], [120.853343, 36.381285], [120.850275, 36.385068], [120.852764, 36.387347], [120.852602, 36.404562], [120.859894, 36.413396], [120.860518, 36.416227], [120.857884, 36.423289], [120.852826, 36.42801], [120.836623, 36.437366], [120.839441, 36.440361], [120.838723, 36.445591], [120.842861, 36.45275], [120.838358, 36.463634], [120.814324, 36.4718], [120.81258, 36.466831], [120.755212, 36.463369], [120.743634, 36.460607], [120.743044, 36.45539], [120.751346, 36.453257], [120.749477, 36.445949], [120.753636, 36.441386], [120.753064, 36.4379], [120.747275, 36.434558], [120.734618, 36.435918], [120.733933, 36.438006], [120.727326, 36.437933], [120.713521, 36.423351], [120.719588, 36.422874], [120.721198, 36.416249], [120.718728, 36.41439], [120.715259, 36.414381], [120.709995, 36.419969], [120.705543, 36.417453], [120.698876, 36.402081], [120.691245, 36.393472], [120.68789, 36.382681], [120.688364, 36.371172], [120.694144, 36.364669], [120.696475, 36.363365], [120.70595, 36.363414], [120.71518, 36.358933], [120.729493, 36.343646], [120.73277, 36.334905], [120.72912, 36.329349], [120.726109, 36.328541], [120.721478, 36.331342], [120.705659, 36.334622], [120.683471, 36.329893], [120.67744, 36.335226], [120.66353, 36.340213], [120.651268, 36.335189], [120.655956, 36.332153], [120.651918, 36.326211], [120.645986, 36.327711], [120.644323, 36.322734], [120.65529, 36.320983], [120.655264, 36.312354], [120.661053, 36.309252], [120.661421, 36.305559], [120.660562, 36.300412], [120.654198, 36.295163], [120.649229, 36.295375], [120.64426, 36.292178], [120.643376, 36.290068], [120.645298, 36.280916], [120.652603, 36.272682], [120.667293, 36.27623], [120.671751, 36.281089], [120.678948, 36.277172], [120.676294, 36.264613], [120.673127, 36.258874], [120.680645, 36.250196], [120.669484, 36.244002], [120.66765, 36.238021], [120.668812, 36.235527], [120.673776, 36.233094], [120.678906, 36.227463], [120.681172, 36.217802], [120.686925, 36.204795], [120.687614, 36.199158], [120.682574, 36.197439], [120.680575, 36.19211], [120.682413, 36.186947], [120.686993, 36.184546], [120.686126, 36.178761], [120.683537, 36.175241], [120.689707, 36.160664], [120.687053, 36.154767], [120.690774, 36.152485], [120.699152, 36.15138], [120.698031, 36.14443], [120.695799, 36.14148], [120.698601, 36.138259], [120.707754, 36.13961], [120.71416, 36.13696], [120.714214, 36.135111], [120.711851, 36.134057], [120.702719, 36.130994], [120.689705, 36.129621], [120.682616, 36.130315], [120.671022, 36.136681], [120.665678, 36.137074], [120.649223, 36.125516], [120.634247, 36.120371], [120.620933, 36.123748], [120.617321, 36.126738], [120.610707, 36.126243], [120.60624, 36.123449], [120.600612, 36.116096], [120.599949, 36.112106], [120.602099, 36.111435], [120.602851, 36.109134], [120.594369, 36.10358], [120.584421, 36.101345], [120.579889, 36.102802], [120.584479, 36.108639], [120.584275, 36.11445], [120.579409, 36.117279], [120.56752, 36.117255], [120.565058, 36.114908], [120.565039, 36.112307], [120.560654, 36.109685], [120.544321, 36.116418], [120.535172, 36.108977], [120.535773, 36.106514], [120.537867, 36.105512], [120.539157, 36.106681], [120.546727, 36.099938], [120.547193, 36.098291], [120.543976, 36.094909], [120.52768, 36.095406], [120.519846, 36.098693], [120.515925, 36.097203], [120.514082, 36.093424], [120.495679, 36.091277], [120.475678, 36.095665], [120.472212, 36.094895], [120.458255, 36.08852], [120.436367, 36.065424], [120.431301, 36.06644], [120.427247, 36.062924], [120.426365, 36.059218], [120.417592, 36.056642], [120.402716, 36.055324], [120.395709, 36.052298], [120.389128, 36.05127], [120.388208, 36.051898], [120.390795, 36.056629], [120.381134, 36.061254], [120.365093, 36.05561], [120.36117, 36.05233], [120.343304, 36.049846], [120.340561, 36.051123], [120.337986, 36.056665], [120.334858, 36.058148], [120.323091, 36.053036], [120.321172, 36.060834], [120.316376, 36.061941], [120.308485, 36.061427], [120.304494, 36.054411], [120.305999, 36.05207], [120.303527, 36.051076], [120.288697, 36.052427], [120.285574, 36.060319], [120.313371, 36.081954], [120.313694, 36.083744], [120.307947, 36.08521], [120.316616, 36.090729], [120.323365, 36.089452], [120.326358, 36.091236], [120.327247, 36.098151], [120.32353, 36.101476], [120.31376, 36.096712], [120.312245, 36.091632], [120.308873, 36.089409], [120.307353, 36.098696], [120.317907, 36.103189], [120.312597, 36.106926], [120.317154, 36.111804], [120.320861, 36.110043], [120.323338, 36.112633], [120.335008, 36.135695], [120.332924, 36.139536], [120.345378, 36.156516], [120.34889, 36.157236], [120.367475, 36.149992], [120.369343, 36.149776], [120.369697, 36.151614], [120.356807, 36.158696], [120.359416, 36.162326], [120.358916, 36.16409], [120.351935, 36.1676], [120.355564, 36.17469], [120.366082, 36.174649], [120.366798, 36.180061], [120.36325, 36.193902], [120.356275, 36.201985], [120.34824, 36.205739], [120.33525, 36.215671], [120.333627, 36.218988], [120.336305, 36.222789], [120.32952, 36.224625], [120.322231, 36.230753], [120.314688, 36.244641], [120.315714, 36.250423], [120.318445, 36.25353], [120.312111, 36.259605], [120.308807, 36.253831], [120.301941, 36.254763], [120.295048, 36.252829], [120.293587, 36.244124], [120.295308, 36.238822], [120.279084, 36.224369], [120.276765, 36.217989], [120.279306, 36.21789], [120.290996, 36.200476], [120.293806, 36.201428], [120.298901, 36.200336], [120.307182, 36.196857], [120.306422, 36.189588], [120.297121, 36.186789], [120.271084, 36.186267], [120.262718, 36.181379], [120.256683, 36.184432], [120.255467, 36.189292], [120.259653, 36.191989], [120.262828, 36.191811], [120.263376, 36.197574], [120.254823, 36.201735], [120.244138, 36.202624], [120.232261, 36.20025], [120.23294, 36.195807], [120.226563, 36.190629], [120.220065, 36.194828], [120.219265, 36.211813], [120.216618, 36.219996], [120.170197, 36.2035], [120.162242, 36.196611], [120.159139, 36.191212], [120.140149, 36.181437], [120.135674, 36.180974], [120.130166, 36.184594], [120.114632, 36.18907], [120.115078, 36.192589], [120.118242, 36.194545], [120.12837, 36.193277], [120.127811, 36.195202], [120.118756, 36.196526], [120.114753, 36.19453], [120.11202, 36.190691], [120.113793, 36.18687], [120.123163, 36.181923], [120.129913, 36.174737], [120.125093, 36.169622], [120.124554, 36.166838], [120.125983, 36.159102], [120.130598, 36.148898], [120.1277, 36.14256], [120.115462, 36.1349], [120.108741, 36.131866], [120.09836, 36.129995], [120.10183, 36.122635], [120.104121, 36.121529], [120.110784, 36.111584], [120.110587, 36.107877], [120.107886, 36.105802], [120.105917, 36.100333], [120.130277, 36.093061], [120.13688, 36.092919], [120.148686, 36.087912], [120.155028, 36.078808], [120.15868, 36.081684], [120.168495, 36.075244], [120.163101, 36.070057], [120.17614, 36.063883], [120.189218, 36.061578], [120.228598, 36.062152], [120.235104, 36.060708], [120.236886, 36.05889], [120.236993, 36.054636], [120.233738, 36.049603], [120.229706, 36.047097], [120.222543, 36.047254], [120.220505, 36.044002], [120.222828, 36.037857], [120.224779, 36.03873], [120.229254, 36.036478], [120.226953, 36.029525], [120.212008, 36.019621], [120.21339, 36.015083], [120.195684, 35.999046], [120.189865, 36.005346], [120.187502, 36.004086], [120.189927, 36.000543], [120.188057, 35.998858], [120.193775, 35.994735], [120.205303, 35.995703], [120.249144, 36.023253], [120.259062, 36.012855], [120.251931, 36.008475], [120.248068, 36.002143], [120.241676, 36], [120.24582, 35.998353], [120.241102, 35.979118], [120.237513, 35.977161], [120.240071, 35.974699], [120.246121, 35.977313], [120.253687, 35.983324], [120.252099, 35.987992], [120.25878, 35.99037], [120.25578, 35.997905], [120.26046, 35.999166], [120.262742, 35.993478], [120.271377, 35.994433], [120.273814, 35.988667], [120.277495, 35.989586], [120.273398, 36], [120.273471, 36.006656], [120.284831, 36.015282], [120.289547, 36.015956], [120.304273, 36.012329], [120.308858, 36.003481], [120.30363, 36], [120.299486, 35.988958], [120.299376, 35.982433], [120.292677, 35.972951], [120.287371, 35.970153], [120.276002, 35.968258], [120.260847, 35.969688], [120.250002, 35.964609], [120.22778, 35.945198], [120.206877, 35.924028], [120.20354, 35.923193], [120.197429, 35.917464], [120.189691, 35.899833], [120.175107, 35.892059], [120.16713, 35.890988], [120.165788, 35.892276], [120.168639, 35.903014], [120.173415, 35.909442], [120.177998, 35.912262], [120.182547, 35.923935], [120.190595, 35.925882], [120.190974, 35.932404], [120.196597, 35.931896], [120.209127, 35.937206], [120.208508, 35.946922], [120.204489, 35.947792], [120.191561, 35.9456], [120.172093, 35.936285], [120.168516, 35.933905], [120.166256, 35.925952], [120.159536, 35.923899], [120.158641, 35.919804], [120.150061, 35.909386], [120.142089, 35.910872], [120.138154, 35.913378], [120.136989, 35.921618], [120.129999, 35.919691], [120.134134, 35.913124], [120.132958, 35.911951], [120.134462, 35.909386], [120.131064, 35.907787], [120.127786, 35.907872], [120.126706, 35.91364], [120.120987, 35.912241], [120.118648, 35.91463], [120.10922, 35.911357], [120.095034, 35.901183], [120.096251, 35.898496], [120.092925, 35.89639], [120.094971, 35.894353], [120.102507, 35.899347], [120.111618, 35.900999], [120.115437, 35.900071], [120.117086, 35.897911], [120.116783, 35.895259], [120.10879, 35.888326], [120.103217, 35.887507], [120.098097, 35.888717], [120.094923, 35.890848], [120.093386, 35.89448], [120.091852, 35.891976], [120.093225, 35.886149], [120.088985, 35.882869], [120.081991, 35.881618], [120.077951, 35.888543], [120.075179, 35.889259], [120.0708, 35.889117], [120.066613, 35.88671], [120.059122, 35.878002], [120.04875, 35.85982], [120.044316, 35.855719], [120.026309, 35.818129], [120.024857, 35.806652], [120.031012, 35.798489], [120.034134, 35.7978], [120.039016, 35.780984], [120.033537, 35.776119], [120.034607, 35.76993], [120.017441, 35.749794], [120.015079, 35.740276], [120.018916, 35.736143], [120.009602, 35.73278], [120.013441, 35.725281], [120.012562, 35.722475], [120.005485, 35.720588], [119.997376, 35.72482], [119.992322, 35.724684], [119.985565, 35.72805], [119.976915, 35.740544], [119.969104, 35.740584], [119.967207, 35.738306], [119.963068, 35.740508], [119.967451, 35.746345], [119.965275, 35.753534], [119.95423, 35.763265], [119.934333, 35.768365], [119.926785, 35.766603], [119.916325, 35.760758], [119.908552, 35.750379], [119.908383, 35.742987], [119.910559, 35.737214], [119.926003, 35.724713], [119.940505, 35.72371], [119.946556, 35.725427], [119.94636, 35.716207], [119.936991, 35.70804], [119.917119, 35.700442], [119.906804, 35.683913], [119.903202, 35.671184], [119.903911, 35.660215], [119.910445, 35.655021], [119.920708, 35.650691], [119.921214, 35.647931], [119.913631, 35.63765], [119.903298, 35.638476], [119.891893, 35.635597], [119.883328, 35.624217], [119.878965, 35.623763], [119.875913, 35.621439], [119.872859, 35.613503], [119.865322, 35.611277], [119.86151, 35.614845], [119.86222, 35.620513], [119.852321, 35.622334], [119.851763, 35.625555], [119.857469, 35.62932], [119.854041, 35.631915], [119.843275, 35.632341], [119.835646, 35.627881], [119.830074, 35.62243], [119.82816, 35.62431], [119.830622, 35.631856], [119.827215, 35.635711], [119.826836, 35.638404], [119.83075, 35.643619], [119.81536, 35.650719], [119.811787, 35.64737], [119.812687, 35.644376], [119.815736, 35.644475], [119.815299, 35.643026], [119.806009, 35.64091], [119.799346, 35.636245], [119.795131, 35.630577], [119.789705, 35.629712], [119.787585, 35.625879], [119.792506, 35.626103], [119.794937, 35.621362], [119.783941, 35.620709], [119.781547, 35.61817], [119.780741, 35.615621], [119.783272, 35.612416], [119.797899, 35.612828], [119.799506, 35.607832], [119.784811, 35.599801], [119.788155, 35.595668], [119.784548, 35.593732], [119.792994, 35.583583], [119.784448, 35.578827], [119.777849, 35.586963], [119.767893, 35.581561], [119.765978, 35.58391], [119.763748, 35.582492], [119.75737, 35.582577], [119.754963, 35.587737], [119.749564, 35.588216], [119.749409, 35.619812], [119.736633, 35.641624], [119.734673, 35.640578], [119.736052, 35.624866], [119.729562, 35.624981], [119.727435, 35.621665], [119.72486, 35.621945], [119.723841, 35.624034], [119.709469, 35.617277], [119.710327, 35.615321], [119.691541, 35.606927], [119.6821, 35.600056], [119.676411, 35.5932], [119.66965, 35.589584], [119.663594, 35.589898], [119.661588, 35.595609], [119.656542, 35.597793], [119.649824, 35.605291], [119.640251, 35.612439], [119.64209, 35.60729], [119.648728, 35.601495], [119.654712, 35.590606], [119.644682, 35.593538], [119.639094, 35.592671], [119.658156, 35.581682], [119.659256, 35.576929], [119.657895, 35.572463], [119.654036, 35.567133], [119.64666, 35.570188], [119.641064, 35.570354], [119.640038, 35.567322], [119.628706, 35.567517], [119.636685, 35.566289], [119.636691, 35.565144], [119.626878, 35.563359], [119.625679, 35.560727], [119.629138, 35.559445], [119.64366, 35.561099], [119.64427, 35.560087], [119.628603, 35.538819], [119.620653, 35.522184], [119.619782, 35.518455], [119.624727, 35.508687], [119.62373, 35.506327], [119.616441, 35.506271], [119.61421, 35.503771], [119.607648, 35.489951], [119.604476, 35.473133], [119.599386, 35.466918], [119.598114, 35.462305], [119.592366, 35.461645], [119.579563, 35.455252], [119.576143, 35.447468], [119.575521, 35.43866], [119.566258, 35.422936], [119.56039, 35.402712], [119.556388, 35.406333], [119.553342, 35.404667], [119.555085, 35.399215], [119.560701, 35.399752], [119.560519, 35.389184], [119.564117, 35.376219], [119.552301, 35.362909], [119.550537, 35.354395], [119.545559, 35.354896], [119.549382, 35.369782], [119.553065, 35.374606], [119.551968, 35.376458], [119.536234, 35.377799], [119.533609, 35.370898], [119.53403, 35.33248], [119.529495, 35.332468], [119.530101, 35.3062], [119.515955, 35.306334], [119.515706, 35.337678], [119.49418, 35.336619], [119.472121, 35.327343], [119.471823, 35.331191], [119.468596, 35.327193], [119.478956, 35.321144], [119.473546, 35.314501], [119.461112, 35.320624], [119.446294, 35.298435], [119.445324, 35.305761], [119.442903, 35.308685], [119.437657, 35.307295], [119.435805, 35.304632], [119.442217, 35.298112], [119.44143, 35.290189], [119.434112, 35.282929], [119.429387, 35.286271], [119.413926, 35.275455], [119.408226, 35.269698], [119.406168, 35.262873], [119.407762, 35.258956], [119.398405, 35.225222], [119.388525, 35.202879], [119.388884, 35.195138], [119.394327, 35.194885], [119.394405, 35.184893], [119.384078, 35.184355], [119.383258, 35.177679], [119.390343, 35.176174], [119.391115, 35.164976], [119.406899, 35.164523], [119.407168, 35.161238], [119.384303, 35.161677], [119.383708, 35.159899], [119.37944, 35.159282], [119.377264, 35.156952], [119.377883, 35.148055], [119.375957, 35.134382], [119.403234, 35.129858], [119.402024, 35.126613], [119.412692, 35.124069], [119.419927, 35.119998], [119.422721, 35.113833], [119.421349, 35.113521], [119.418517, 35.119784], [119.411886, 35.117619], [119.408191, 35.124466], [119.390846, 35.128453], [119.388679, 35.117518], [119.399248, 35.111861], [119.395092, 35.108301], [119.387179, 35.112161], [119.383213, 35.107313], [119.376582, 35.112379], [119.372915, 35.107675], [119.373699, 35.105244], [119.382444, 35.105055], [119.383372, 35.099418], [119.389775, 35.100006], [119.390911, 35.094013], [119.377634, 35.092629], [119.378191, 35.089035], [119.373804, 35.088587], [119.371117, 35.097095], [119.363209, 35.092059], [119.364039, 35.080568], [119.351599, 35.079246], [119.350071, 35.08677], [119.360125, 35.09311], [119.35909, 35.096356], [119.351759, 35.093447], [119.346689, 35.087172], [119.340702, 35.090189], [119.334958, 35.090817], [119.324098, 35.085711], [119.319298, 35.087588], [119.316491, 35.086983], [119.301836, 35.079751], [119.300346, 35.080922], [119.298429, 35.091016], [119.295762, 35.090754], [119.286592, 35.109965], [119.281805, 35.115291], [119.260607, 35.118094], [119.238286, 35.127197], [119.234754, 35.125905], [119.224925, 35.11736], [119.218372, 35.108372], [119.203278, 35.10923], [119.195397, 35.110993], [119.193615, 35.112734], [119.193292, 35.111593], [119.163409, 35.107911], [119.158235, 35.100437], [119.146411, 35.101471], [119.126975, 35.097088], [119.128533, 35.09218], [119.13223, 35.09075], [119.130795, 35.084661], [119.121697, 35.073398], [119.116538, 35.073004], [119.114842, 35.07148], [119.115621, 35.065501], [119.121465, 35.05589], [119.110464, 35.051255], [119.098464, 35.051786], [119.094921, 35.054206], [119.094951, 35.056168], [119.088021, 35.057379], [119.069756, 35.058054], [119.065962, 35.057504], [119.05843, 35.052022], [119.043267, 35.049443], [119.029067, 35.052821], [119.0247, 35.056513], [119.007935, 35.055251], [118.983643, 35.04617], [118.982286, 35.047808], [118.97499, 35.048744], [118.950398, 35.044695], [118.933475, 35.045784], [118.9208, 35.052467], [118.904972, 35.05047], [118.900035, 35.045174], [118.882151, 35.035015], [118.878286, 35.034034], [118.873405, 35.035346], [118.863235, 35.033065], [118.85473, 35.024657], [118.862993, 35.005541], [118.86491, 34.995715], [118.862753, 34.994357], [118.857644, 34.985202], [118.851374, 34.965705], [118.859082, 34.95303], [118.857574, 34.946237], [118.852863, 34.939091], [118.856939, 34.928332], [118.855364, 34.926459], [118.845132, 34.926711], [118.847705, 34.930305], [118.8472, 34.932574], [118.842742, 34.931082], [118.818404, 34.909957], [118.810896, 34.897249], [118.812107, 34.894565], [118.811213, 34.889533], [118.802659, 34.88527], [118.794121, 34.875515], [118.800219, 34.867248], [118.802024, 34.85533], [118.801404, 34.85084], [118.799054, 34.848233], [118.792475, 34.844285], [118.787547, 34.846286], [118.780562, 34.85745], [118.779099, 34.85763], [118.776914, 34.851572], [118.782103, 34.849406], [118.781012, 34.844443], [118.767694, 34.846934], [118.760977, 34.851658], [118.759139, 34.849913], [118.756079, 34.841931], [118.76296, 34.835608], [118.77758, 34.834691], [118.782892, 34.829385], [118.772308, 34.821316], [118.767478, 34.807202], [118.769038, 34.797817], [118.749999, 34.790125], [118.741937, 34.791086], [118.738005, 34.793279], [118.725462, 34.791464], [118.722829, 34.788172], [118.725804, 34.785398], [118.732834, 34.782566], [118.736615, 34.782684], [118.734376, 34.768054], [118.72439, 34.770344], [118.710359, 34.766094], [118.70467, 34.751385], [118.705037, 34.749659], [118.713177, 34.746121], [118.721686, 34.747712], [118.730937, 34.734866], [118.737381, 34.735022], [118.756332, 34.745694], [118.768775, 34.733593], [118.77037, 34.73074], [118.771308, 34.72086], [118.756987, 34.707916], [118.739392, 34.698672], [118.726584, 34.695567], [118.707259, 34.693986], [118.694124, 34.685024], [118.681912, 34.679745], [118.674407, 34.679506], [118.667574, 34.697519], [118.641893, 34.698111], [118.634803, 34.691974], [118.630255, 34.684194], [118.619816, 34.692388], [118.613668, 34.694418], [118.599527, 34.690409], [118.59855, 34.702201], [118.602933, 34.711101], [118.599726, 34.715094], [118.59011, 34.719628], [118.587998, 34.715128], [118.551158, 34.71184], [118.541148, 34.719167], [118.521263, 34.713478], [118.52329, 34.711349], [118.518726, 34.701667], [118.526124, 34.695058], [118.528538, 34.694838], [118.525362, 34.686164], [118.504722, 34.691038], [118.502308, 34.689891], [118.497173, 34.67258], [118.491927, 34.665286], [118.488937, 34.663755], [118.481877, 34.664173], [118.469248, 34.676726], [118.462538, 34.674977], [118.458827, 34.669488], [118.455282, 34.658026], [118.462627, 34.64319], [118.466657, 34.643242], [118.471378, 34.638643], [118.470471, 34.622267], [118.465423, 34.622824], [118.446783, 34.618742], [118.431618, 34.628323], [118.425005, 34.614633], [118.42292, 34.611805], [118.420606, 34.612343], [118.417587, 34.609171], [118.417266, 34.599617], [118.419934, 34.596871], [118.421055, 34.590973], [118.417818, 34.576067], [118.419992, 34.566891], [118.426128, 34.556248], [118.433248, 34.527807], [118.433713, 34.519041], [118.431089, 34.507362], [118.409486, 34.472377], [118.407235, 34.453765], [118.407692, 34.4425], [118.403679, 34.434692], [118.393127, 34.428718], [118.378752, 34.42738], [118.372978, 34.421707], [118.372502, 34.418116], [118.370115, 34.415425], [118.347721, 34.419197], [118.34069, 34.422443], [118.314628, 34.42302], [118.294609, 34.426065], [118.284095, 34.420792], [118.282915, 34.413374], [118.262971, 34.406202], [118.244155, 34.407897], [118.237243, 34.406718], [118.228843, 34.400857], [118.223006, 34.401633], [118.214667, 34.40727], [118.210396, 34.382908], [118.211497, 34.378365], [118.199615, 34.377357], [118.184882, 34.381624], [118.180274, 34.389116], [118.176352, 34.388639], [118.172698, 34.380556], [118.164908, 34.382486], [118.16358, 34.391519], [118.169066, 34.396581], [118.171297, 34.404055], [118.17011, 34.409712], [118.166587, 34.413721], [118.179431, 34.434182], [118.175812, 34.451333], [118.16996, 34.456434], [118.140553, 34.472325], [118.141962, 34.475563], [118.135361, 34.477057], [118.135002, 34.475554], [118.129616, 34.483408], [118.121607, 34.486245], [118.133448, 34.502632], [118.158223, 34.50244], [118.16541, 34.51523], [118.161132, 34.523025], [118.162552, 34.528586], [118.170938, 34.539987], [118.17517, 34.538471], [118.179821, 34.539401], [118.183888, 34.544751], [118.152921, 34.553865], [118.15121, 34.549249], [118.146372, 34.54882], [118.138147, 34.552818], [118.132889, 34.558198], [118.124345, 34.559013], [118.113947, 34.5567], [118.107986, 34.558907], [118.101492, 34.56385], [118.093789, 34.564605], [118.072338, 34.57116], [118.076753, 34.581527], [118.085975, 34.585539], [118.096372, 34.595309], [118.10926, 34.614883], [118.109078, 34.619595], [118.095881, 34.628447], [118.089806, 34.635891], [118.097204, 34.647164], [118.095763, 34.656448], [118.081497, 34.655566], [118.080755, 34.652447], [118.072594, 34.65361], [118.068711, 34.658704], [118.05313, 34.656726], [118.043939, 34.653686], [118.022994, 34.659668], [118.013548, 34.656495], [118.009746, 34.64948], [118.006441, 34.649592], [118.00042, 34.650782], [117.984992, 34.662235], [117.985708, 34.668985], [117.972844, 34.672363], [117.956115, 34.680422], [117.945772, 34.679179], [117.942476, 34.677172], [117.941067, 34.672211], [117.92635, 34.657792], [117.921874, 34.657518], [117.917819, 34.660365], [117.918523, 34.664489], [117.909713, 34.671776], [117.904455, 34.672386], [117.897751, 34.64555], [117.882607, 34.645422], [117.87573, 34.650875], [117.869067, 34.653079], [117.860498, 34.651265], [117.856847, 34.647616], [117.845254, 34.64716], [117.837095, 34.651569], [117.818474, 34.652524], [117.806047, 34.645159], [117.799304, 34.644477], [117.800774, 34.648458], [117.792499, 34.654537], [117.788134, 34.65502], [117.785828, 34.646321], [117.793306, 34.625117], [117.787797, 34.592564], [117.784926, 34.58535], [117.787671, 34.579655], [117.789276, 34.566737], [117.78844, 34.561345], [117.791315, 34.557237], [117.787954, 34.549817], [117.793437, 34.528757], [117.791409, 34.522676], [117.782037, 34.52344], [117.747694, 34.534412], [117.709997, 34.543834], [117.67867, 34.54798], [117.675967, 34.527869], [117.666702, 34.515656], [117.658697, 34.511758], [117.655422, 34.50704], [117.655121, 34.503368], [117.644103, 34.497795], [117.633567, 34.49908], [117.628028, 34.491916], [117.621405, 34.489708], [117.60723, 34.493065], [117.597701, 34.481403], [117.597121, 34.476353], [117.583258, 34.46328], [117.565153, 34.463929], [117.545294, 34.477376], [117.539564, 34.476182], [117.539206, 34.473214], [117.533757, 34.468561], [117.523146, 34.469548], [117.510023, 34.47334], [117.498718, 34.473928], [117.495054, 34.470959], [117.489431, 34.469613], [117.482191, 34.470762], [117.480558, 34.475091], [117.48191, 34.479525], [117.480124, 34.485288], [117.470922, 34.488406], [117.461249, 34.488973], [117.456732, 34.491697], [117.451633, 34.505231], [117.439619, 34.51912], [117.436187, 34.529133], [117.432203, 34.528662], [117.423987, 34.518613], [117.419647, 34.518259], [117.419953, 34.532442], [117.421986, 34.537211], [117.418096, 34.541677], [117.41432, 34.542475], [117.404518, 34.543115], [117.403307, 34.540585], [117.397834, 34.55631], [117.396906, 34.570159], [117.369277, 34.584836], [117.361438, 34.581377], [117.342319, 34.585224], [117.336767, 34.583023], [117.336275, 34.580049], [117.332407, 34.576765], [117.319325, 34.573839], [117.311841, 34.57424], [117.310104, 34.57031], [117.313197, 34.567021], [117.319109, 34.568583], [117.321125, 34.571273], [117.32461, 34.569444], [117.325968, 34.565364], [117.325016, 34.560687], [117.320422, 34.561435], [117.320865, 34.563064], [117.319537, 34.563316], [117.308622, 34.561679], [117.306345, 34.560603], [117.306548, 34.556302], [117.305189, 34.555738], [117.297965, 34.559494], [117.2964, 34.5618], [117.30204, 34.574369], [117.299383, 34.574392], [117.293738, 34.572117], [117.289791, 34.566928], [117.286168, 34.56552], [117.279988, 34.566718], [117.275649, 34.564677], [117.266755, 34.557387], [117.27078, 34.554214], [117.2816, 34.556037], [117.296826, 34.550184], [117.296847, 34.5455], [117.291659, 34.538762], [117.280679, 34.534414], [117.262464, 34.534288], [117.261917, 34.529503], [117.26911, 34.522061], [117.264815, 34.515952], [117.268401, 34.504789], [117.26754, 34.503019], [117.256959, 34.502098], [117.253687, 34.498823], [117.257695, 34.486863], [117.262084, 34.481329], [117.26157, 34.476924], [117.252503, 34.469514], [117.254314, 34.466682], [117.252706, 34.457268], [117.25076, 34.454544], [117.236318, 34.44598], [117.231534, 34.445797], [117.233808, 34.451637], [117.231862, 34.454105], [117.228055, 34.455731], [117.220365, 34.454781], [117.21996, 34.457368], [117.224545, 34.46649], [117.222364, 34.471374], [117.218943, 34.473311], [117.214736, 34.468936], [117.208099, 34.473319], [117.211321, 34.477186], [117.204977, 34.48038], [117.198254, 34.472721], [117.183798, 34.485688], [117.173274, 34.483162], [117.171329, 34.489412], [117.174982, 34.491235], [117.168454, 34.508086], [117.148977, 34.505694], [117.145651, 34.514494], [117.143695, 34.540996], [117.14494, 34.54861], [117.150399, 34.548535], [117.150183, 34.557295], [117.154577, 34.557419], [117.153775, 34.563242], [117.14141, 34.599074], [117.133193, 34.605498], [117.129484, 34.611753], [117.126135, 34.62903], [117.131946, 34.629479], [117.131159, 34.633857], [117.128262, 34.635959], [117.125054, 34.635485], [117.122725, 34.644736], [117.074077, 34.640504], [117.061643, 34.643122], [117.054529, 34.64834], [117.052007, 34.654731], [117.053721, 34.666103], [117.066479, 34.692857], [117.073451, 34.698044], [117.074263, 34.703347], [117.06441, 34.718407], [117.061622, 34.727439], [117.047791, 34.73889], [117.044668, 34.759413], [117.041545, 34.766998], [117.010154, 34.779605], [116.999233, 34.788492], [116.989204, 34.801489], [116.97156, 34.840091], [116.964866, 34.851129], [116.9636, 34.870107], [116.944945, 34.867354], [116.9377, 34.869838], [116.935607, 34.874677], [116.93037, 34.877337], [116.919848, 34.872523], [116.916959, 34.874567], [116.916554, 34.896489], [116.917661, 34.897717], [116.920837, 34.897281], [116.920925, 34.901368], [116.902659, 34.911244], [116.900334, 34.910394], [116.900814, 34.902002], [116.8933, 34.900653], [116.875625, 34.907503], [116.868388, 34.908107], [116.857539, 34.911694], [116.847912, 34.921194], [116.843244, 34.923566], [116.809896, 34.927835], [116.809827, 34.938759], [116.812815, 34.938574], [116.812979, 34.94236], [116.807516, 34.943866], [116.807558, 34.950634], [116.809054, 34.95021], [116.810157, 34.955119], [116.810072, 34.962629], [116.800191, 34.968212], [116.801168, 34.937595], [116.806208, 34.928903], [116.793481, 34.929282], [116.793251, 34.932514], [116.79744, 34.938029], [116.796112, 34.970634], [116.780937, 34.97577], [116.77854, 34.959211], [116.774985, 34.960001], [116.773083, 34.962848], [116.777485, 34.950238], [116.781702, 34.949584], [116.781742, 34.946925], [116.785332, 34.946957], [116.786106, 34.948421], [116.786166, 34.946347], [116.792497, 34.945247], [116.792862, 34.934794], [116.783995, 34.939596], [116.783385, 34.938104], [116.781753, 34.938561], [116.78096, 34.940092], [116.775889, 34.917521], [116.762379, 34.917153], [116.749814, 34.908539], [116.746408, 34.909901], [116.748456, 34.918865], [116.729722, 34.925419], [116.715402, 34.926861], [116.700651, 34.93481], [116.69965, 34.937057], [116.683562, 34.937079], [116.67671, 34.94029], [116.67266, 34.940078], [116.670562, 34.935539], [116.653179, 34.934401], [116.652046, 34.933325], [116.65267, 34.930009], [116.65074, 34.930008], [116.634787, 34.933596], [116.633072, 34.937379], [116.626615, 34.94172], [116.617304, 34.94105], [116.61419, 34.938876], [116.612529, 34.935512], [116.615236, 34.934601], [116.614423, 34.9322], [116.60682, 34.924622], [116.6044, 34.924542], [116.601104, 34.921265], [116.553757, 34.909642], [116.545021, 34.910094], [116.517719, 34.904803], [116.517674, 34.907428], [116.509066, 34.908851], [116.498347, 34.906678], [116.495148, 34.902019], [116.470557, 34.897524], [116.450227, 34.901355], [116.449805, 34.897139], [116.44521, 34.895651], [116.43865, 34.896885], [116.43809, 34.888985], [116.430493, 34.884236], [116.416845, 34.869385], [116.409332, 34.864674], [116.40365, 34.853122], [116.404989, 34.850591], [116.407705, 34.850296], [116.407788, 34.848402], [116.403963, 34.835005], [116.400849, 34.8296], [116.40356, 34.824682], [116.405951, 34.824362], [116.406784, 34.816578], [116.395486, 34.811133], [116.398582, 34.787185], [116.398867, 34.770161], [116.394435, 34.766239], [116.390349, 34.751759], [116.371204, 34.74952], [116.359432, 34.750838], [116.357423, 34.747341], [116.356529, 34.738751], [116.36357, 34.730296], [116.362301, 34.725854], [116.358144, 34.725206], [116.355183, 34.720095], [116.362003, 34.714132], [116.367988, 34.714475], [116.371455, 34.716794], [116.372411, 34.719605], [116.378222, 34.718323], [116.389147, 34.702617], [116.389008, 34.699219], [116.380317, 34.69381], [116.37354, 34.680689], [116.375964, 34.674796], [116.375849, 34.661294], [116.367655, 34.653729], [116.362257, 34.652316], [116.362124, 34.647212], [116.369743, 34.637013], [116.363136, 34.629644], [116.339015, 34.622119], [116.330485, 34.622738], [116.323555, 34.605988], [116.319861, 34.601505], [116.313576, 34.598533], [116.301838, 34.600112], [116.289794, 34.606998], [116.273665, 34.606054], [116.274259, 34.600192], [116.278279, 34.593595], [116.277161, 34.582377], [116.261831, 34.581033], [116.247489, 34.56353], [116.243507, 34.553365], [116.227895, 34.55547], [116.223994, 34.55777], [116.218618, 34.56984], [116.212692, 34.574999], [116.206882, 34.577761], [116.197098, 34.579475], [116.191248, 34.576896], [116.193592, 34.571578], [116.184534, 34.569765], [116.18008, 34.571131], [116.150422, 34.560105], [116.148133, 34.556581], [116.143321, 34.556958], [116.135275, 34.560303], [116.130994, 34.56515], [116.124012, 34.579514], [116.103623, 34.592329], [116.10037, 34.598012], [116.051915, 34.599187], [116.047811, 34.596439], [116.039239, 34.596313], [116.00856, 34.609431], [116.002774, 34.6137], [116.000257, 34.603661], [115.99411, 34.616277], [115.986807, 34.61331], [115.982842, 34.609116], [115.980656, 34.604618], [115.979634, 34.591888], [115.974933, 34.584755], [115.971268, 34.58255], [115.926285, 34.577536], [115.872373, 34.569249], [115.842312, 34.564354], [115.823235, 34.559252], [115.801987, 34.571248], [115.791465, 34.579286], [115.756801, 34.588612], [115.725226, 34.591746], [115.70048, 34.600897], [115.693359, 34.600611], [115.691341, 34.598548], [115.691065, 34.571245], [115.680906, 34.557824], [115.678527, 34.55669], [115.662637, 34.558347], [115.653579, 34.561988], [115.650403, 34.565008], [115.63972, 34.568726], [115.634315, 34.572689], [115.61701, 34.576001], [115.612755, 34.576304], [115.602861, 34.573441], [115.573982, 34.572277], [115.5449, 34.57346], [115.529014, 34.576566], [115.505735, 34.588344], [115.485321, 34.611022], [115.482621, 34.615901], [115.480233, 34.62683], [115.473562, 34.633831], [115.464017, 34.637693], [115.453938, 34.634768], [115.456667, 34.646993], [115.453462, 34.662219], [115.448892, 34.66153], [115.449357, 34.657016], [115.448308, 34.656862], [115.439448, 34.662894], [115.439359, 34.667162], [115.44474, 34.670143], [115.446479, 34.693478], [115.434694, 34.721929], [115.424705, 34.723381], [115.421626, 34.731562], [115.422285, 34.733592], [115.439145, 34.736692], [115.446574, 34.743203], [115.446471, 34.744858], [115.440542, 34.7545], [115.434718, 34.770304], [115.422781, 34.78837], [115.422143, 34.799107], [115.424352, 34.799018], [115.425824, 34.804815], [115.414015, 34.808562], [115.391763, 34.831934], [115.377152, 34.828641], [115.369293, 34.829001], [115.366475, 34.833397], [115.349767, 34.837054], [115.334134, 34.849577], [115.322595, 34.852318], [115.311273, 34.862888], [115.298028, 34.863561], [115.29148, 34.862199], [115.285517, 34.844001], [115.279544, 34.839771], [115.280627, 34.852424], [115.268257, 34.857981], [115.260973, 34.855431], [115.254458, 34.838463], [115.240467, 34.843751], [115.236857, 34.850083], [115.237037, 34.859906], [115.23449, 34.867314], [115.230667, 34.867227], [115.229191, 34.892771], [115.237449, 34.891439], [115.240755, 34.893071], [115.250722, 34.902996], [115.249461, 34.910174], [115.233583, 34.916905], [115.223317, 34.916403], [115.21243, 34.912986], [115.21006, 34.904922], [115.199342, 34.90675], [115.183315, 34.915597], [115.186521, 34.926264], [115.191753, 34.928627], [115.19691, 34.926463], [115.206142, 34.944137], [115.209959, 34.941985], [115.213982, 34.943366], [115.216844, 34.946941], [115.219274, 34.954235], [115.205475, 34.959584], [115.199237, 34.96042], [115.197646, 34.959404], [115.196635, 34.954093], [115.192907, 34.952259], [115.185988, 34.953057], [115.186825, 34.955675], [115.183265, 34.960198], [115.168332, 34.962658], [115.156003, 34.959035], [115.150854, 34.960685], [115.15043, 34.965125], [115.145462, 34.971389], [115.13446, 34.979075], [115.12558, 34.982264], [115.123455, 34.985114], [115.126212, 35.001155], [115.119941, 35.007391], [115.112157, 35.006921], [115.109226, 35.004548], [115.107627, 34.998551], [115.095703, 34.994952], [115.09498, 34.999225], [115.089729, 35.000452], [115.086475, 35.000456], [115.086577, 34.995436], [115.056242, 34.995337], [115.047087, 34.985474], [115.040865, 34.982592], [115.035339, 34.982783], [115.02877, 34.978031], [115.029209, 34.96952], [115.027462, 34.968989], [115.025142, 34.968855], [115.010261, 34.976744], [115.005429, 34.981494], [115.003236, 34.988682], [114.990905, 34.992515], [114.972413, 34.991588], [114.968024, 34.994752], [114.955603, 34.996224], [114.950698, 34.995383], [114.93759, 34.98841], [114.922491, 34.970207], [114.912561, 34.969985], [114.901157, 34.977555], [114.90205, 34.989755], [114.88168, 34.993792], [114.876385, 34.998218], [114.874857, 35.004361], [114.878562, 35.01131], [114.8797, 35.018425], [114.878955, 35.022806], [114.871728, 35.026077], [114.864522, 35.025113], [114.861988, 35.022655], [114.855743, 35.003569], [114.851951, 35.001678], [114.821883, 35.010917], [114.818853, 35.009792], [114.810126, 35.011262], [114.825453, 35.01515], [114.836734, 35.021176], [114.847155, 35.029942], [114.849724, 35.036408], [114.846209, 35.042552], [114.828443, 35.042925], [114.816633, 35.048444], [114.813677, 35.05239], [114.811755, 35.068746], [114.814006, 35.074969], [114.822018, 35.079235], [114.868482, 35.086833], [114.873002, 35.090311], [114.879393, 35.103695], [114.877142, 35.11728], [114.868474, 35.127076], [114.849841, 35.14294], [114.841649, 35.155879], [114.841197, 35.164189], [114.842824, 35.169792], [114.854856, 35.18159], [114.870265, 35.189561], [114.893258, 35.195131], [114.925597, 35.196055], [114.926895, 35.199161], [114.924921, 35.248672], [114.929027, 35.251871], [114.943037, 35.254491], [114.944907, 35.256085], [114.963056, 35.274214], [114.965803, 35.286372], [114.97087, 35.286123], [114.98079, 35.301353], [114.980778, 35.30459], [115.000864, 35.318465], [115.007695, 35.329418], [115.012937, 35.321577], [115.019033, 35.321862], [115.011419, 35.353215], [115.011386, 35.361839], [115.017157, 35.370978], [115.027234, 35.375256], [115.068607, 35.375933], [115.08117, 35.392104], [115.08178, 35.40196], [115.080314, 35.405491], [115.078751, 35.405546], [115.077654, 35.41105], [115.085537, 35.416025], [115.08878, 35.41572], [115.089158, 35.410626], [115.098595, 35.40358], [115.112211, 35.402402], [115.116642, 35.402671], [115.119129, 35.408107], [115.11888, 35.419688], [115.132854, 35.425631], [115.145245, 35.427122], [115.157367, 35.426271], [115.171251, 35.423092], [115.189887, 35.415902], [115.189889, 35.421201], [115.206161, 35.423566], [115.222188, 35.42066], [115.235972, 35.424691], [115.251805, 35.438487], [115.265081, 35.447568], [115.265201, 35.456389], [115.272293, 35.461495], [115.296256, 35.468203], [115.308824, 35.476673], [115.315739, 35.476375], [115.321754, 35.482229], [115.328438, 35.486046], [115.349879, 35.493745], [115.353383, 35.500441], [115.344649, 35.530138], [115.347797, 35.540991], [115.347381, 35.544751], [115.340133, 35.547291], [115.338897, 35.552738], [115.346619, 35.551735], [115.363964, 35.565072], [115.375816, 35.569047], [115.383633, 35.577272], [115.385669, 35.586201], [115.392005, 35.59372], [115.402003, 35.594573], [115.407969, 35.625186], [115.417967, 35.626158], [115.420099, 35.635085], [115.427645, 35.650268], [115.441064, 35.649504], [115.441397, 35.650878], [115.420238, 35.655233], [115.442771, 35.657287], [115.451964, 35.65915], [115.460198, 35.663136], [115.456828, 35.669371], [115.464191, 35.674999], [115.478074, 35.701136], [115.491872, 35.709089], [115.502156, 35.718759], [115.505438, 35.72493], [115.523841, 35.730482], [115.548696, 35.729401], [115.558205, 35.735266], [115.586118, 35.728516], [115.58634, 35.738242], [115.599057, 35.737315], [115.616829, 35.73972], [115.638586, 35.744284], [115.65927, 35.751266], [115.687797, 35.754199], [115.692449, 35.768555], [115.692163, 35.782588], [115.690153, 35.782794], [115.690717, 35.788817], [115.698598, 35.79272], [115.700596, 35.806083], [115.711812, 35.803122], [115.722119, 35.815588], [115.728715, 35.831571], [115.747325, 35.833566], [115.760491, 35.844516], [115.767477, 35.854184], [115.802949, 35.848217], [115.802692, 35.845376], [115.810903, 35.8447], [115.81416, 35.846782], [115.815706, 35.852891], [115.835737, 35.850209], [115.835283, 35.857442], [115.857836, 35.859259], [115.859761, 35.869085], [115.865138, 35.873334], [115.867253, 35.873273], [115.865875, 35.858619], [115.869623, 35.859498], [115.877772, 35.895675], [115.883597, 35.897831], [115.879289, 35.909376], [115.866907, 35.909633], [115.864807, 35.915162], [115.879864, 35.922482], [115.894926, 35.924422], [115.903083, 35.929874], [115.904265, 35.933578], [115.900959, 35.94561], [115.906437, 35.960542], [115.969562, 35.971789], [116.000656, 35.972542], [116.012102, 35.967931], [116.027623, 35.964922], [116.039235, 35.967379], [116.042626, 35.970497], [116.045196, 35.97935], [116.047327, 36], [116.056535, 36.028762], [116.067782, 36.025961], [116.073665, 36.042433], [116.073398, 36.048803], [116.070949, 36.05514], [116.079333, 36.053906], [116.084808, 36.057721], [116.074306, 36.058252], [116.079331, 36.065638], [116.084072, 36.06587], [116.082881, 36.071178], [116.081264, 36.071181], [116.081905, 36.080755], [116.086056, 36.081003], [116.085896, 36.089243], [116.090969, 36.092071], [116.092587, 36.109959], [116.097218, 36.113224], [116.095075, 36.114265], [116.050492, 36.105451], [116.032046, 36.082907], [116.019041, 36.071461], [116.015961, 36.066597], [115.984721, 36.046871], [115.963788, 36.044489], [115.933713, 36.03454], [115.914002, 36.020594], [115.89599, 36.02695], [115.886255, 36.026811], [115.861228, 36.016871], [115.860712, 36.006523], [115.853952, 36.002831], [115.842772, 36.005138], [115.831963, 36.014408], [115.825772, 36.01365], [115.825723, 36.01096], [115.81763, 36.010717], [115.817682, 36.012722], [115.811243, 36.012787], [115.794363, 36.008327], [115.774147, 35.993637], [115.776141, 35.991675], [115.768899, 35.974713], [115.766813, 35.973395], [115.758327, 35.970818], [115.730976, 35.967433], [115.711838, 35.971573], [115.693442, 35.9666], [115.685616, 35.961791], [115.680814, 35.954152], [115.678239, 35.944512], [115.674041, 35.940493], [115.667374, 35.937752], [115.660161, 35.937213], [115.6475, 35.931999], [115.638298, 35.921407], [115.615742, 35.924275], [115.610634, 35.926928], [115.588965, 35.924423], [115.575727, 35.919995], [115.561836, 35.911432], [115.554609, 35.904831], [115.533344, 35.893814], [115.49661, 35.888748], [115.464318, 35.871318], [115.442394, 35.861514], [115.394108, 35.806019], [115.365868, 35.792145], [115.356858, 35.781683], [115.353605, 35.779957], [115.346897, 35.782629], [115.342582, 35.788001], [115.337958, 35.790858], [115.328429, 35.79414], [115.326092, 35.796324], [115.328907, 35.804318], [115.328478, 35.806437], [115.326504, 35.805943], [115.327442, 35.817975], [115.331327, 35.817452], [115.334783, 35.822208], [115.33638, 35.827157], [115.334127, 35.837893], [115.340785, 35.848082], [115.343628, 35.860983], [115.332361, 35.86476], [115.332807, 35.868762], [115.333394, 35.870716], [115.350873, 35.870007], [115.360055, 35.899909], [115.35741, 35.93051], [115.34665, 35.945697], [115.354549, 35.95524], [115.354077, 35.95738], [115.351099, 35.959258], [115.349344, 35.967796], [115.352058, 35.975238], [115.356653, 35.977372], [115.380107, 35.972941], [115.384531, 35.977515], [115.39124, 35.9939], [115.394744, 35.9924], [115.403409, 35.993396], [115.409371, 36.005034], [115.419641, 36.008177], [115.431605, 36.003443], [115.434292, 36.008423], [115.44139, 36.008995], [115.441301, 36.02186], [115.443307, 36.031104], [115.441653, 36.06017], [115.443466, 36.066147], [115.448581, 36.070369], [115.453015, 36.079181], [115.467633, 36.097187], [115.476511, 36.123684], [115.482505, 36.130024], [115.478215, 36.133824], [115.476874, 36.143111], [115.477251, 36.148805], [115.481035, 36.148335], [115.481297, 36.149629], [115.478954, 36.157571], [115.473429, 36.164927], [115.473382, 36.168389], [115.47686, 36.170436], [115.475471, 36.174805], [115.47047, 36.176516], [115.473132, 36.187739], [115.468139, 36.188886], [115.470514, 36.198063], [115.473582, 36.197677], [115.476222, 36.203194], [115.465081, 36.215052], [115.471702, 36.223185], [115.470417, 36.233555], [115.471745, 36.236562], [115.470534, 36.24636], [115.458399, 36.251213], [115.46015, 36.25898], [115.462122, 36.259302], [115.461815, 36.267707], [115.456633, 36.273951], [115.453301, 36.275295], [115.440211, 36.274133], [115.43026, 36.276114], [115.425499, 36.279017], [115.424845, 36.284192], [115.413621, 36.288272], [115.410964, 36.292532], [115.416615, 36.30166], [115.41408, 36.311951], [115.416841, 36.322303], [115.413223, 36.326031], [115.404006, 36.327638], [115.401219, 36.326019], [115.398936, 36.321876], [115.3932, 36.321865], [115.39101, 36.318168], [115.385634, 36.316526], [115.374012, 36.321803], [115.36736, 36.309178], [115.35842, 36.30716], [115.351179, 36.308535], [115.347803, 36.312582], [115.348605, 36.319389], [115.351745, 36.318802], [115.359767, 36.324044], [115.362238, 36.331708], [115.363144, 36.344386], [115.361991, 36.347445], [115.357664, 36.350887], [115.352301, 36.351915], [115.351778, 36.350278], [115.34594, 36.350472], [115.338189, 36.352048], [115.340813, 36.364645], [115.336252, 36.364283], [115.334959, 36.37904], [115.333398, 36.378026], [115.338681, 36.396456], [115.333319, 36.398124], [115.332752, 36.396778], [115.321952, 36.396923], [115.321012, 36.401319], [115.309204, 36.405265], [115.305272, 36.408949], [115.29065, 36.412339], [115.29193, 36.417929], [115.299983, 36.423022], [115.305966, 36.432597], [115.310934, 36.432388], [115.311833, 36.449837], [115.301681, 36.462908], [115.296237, 36.465765], [115.29325, 36.465348], [115.288855, 36.459261], [115.286318, 36.459495], [115.28311, 36.470618], [115.288428, 36.473685], [115.288644, 36.475226], [115.279229, 36.476359], [115.276664, 36.479001], [115.277828, 36.491122], [115.287957, 36.501875], [115.291144, 36.510772], [115.298524, 36.523547], [115.305825, 36.533134], [115.31627, 36.540132], [115.325301, 36.549405], [115.32602, 36.56341], [115.329059, 36.573962], [115.328206, 36.582001], [115.333787, 36.591572], [115.335433, 36.603251], [115.340615, 36.605415], [115.338733, 36.612851], [115.345676, 36.620361], [115.345027, 36.622474], [115.348083, 36.628343], [115.350515, 36.629025], [115.359816, 36.621823], [115.373031, 36.633142], [115.382125, 36.646698], [115.380394, 36.656137], [115.386984, 36.659953], [115.402273, 36.663885], [115.404155, 36.67362], [115.406117, 36.676245], [115.413599, 36.680057], [115.41434, 36.686357], [115.424814, 36.687912], [115.439318, 36.693029], [115.444191, 36.705446], [115.443992, 36.712701], [115.452371, 36.725168], [115.459643, 36.73058], [115.469019, 36.743215], [115.472417, 36.751016], [115.472993, 36.759284], [115.506455, 36.766396], [115.511017, 36.7664], [115.519774, 36.763409], [115.52096, 36.767189], [115.519393, 36.771308], [115.521553, 36.773789], [115.527915, 36.77091], [115.547602, 36.775823], [115.573401, 36.774844], [115.579909, 36.781397], [115.614116, 36.792026], [115.627943, 36.799778], [115.65961, 36.812396], [115.667618, 36.808994], [115.677558, 36.812047], [115.681714, 36.816291], [115.686534, 36.828665], [115.682907, 36.839161], [115.68325, 36.842403], [115.689842, 36.849775], [115.694867, 36.860077], [115.694228, 36.867046], [115.705114, 36.881651], [115.719318, 36.89273], [115.729868, 36.896843], [115.732345, 36.901181], [115.736367, 36.904163], [115.741292, 36.902001], [115.74612, 36.905739], [115.748599, 36.904595], [115.748521, 36.902669], [115.751286, 36.902098], [115.752833, 36.902653], [115.753911, 36.908694], [115.759299, 36.908692], [115.762808, 36.915394], [115.762854, 36.920593], [115.758254, 36.921011], [115.755884, 36.924424], [115.759836, 36.92944], [115.755615, 36.934672], [115.755721, 36.936986], [115.7571, 36.93916], [115.761273, 36.940016], [115.766939, 36.936312], [115.77026, 36.942317], [115.777714, 36.94635], [115.781527, 36.951061], [115.79101, 36.968651], [115.786107, 36.974958], [115.781957, 36.969597], [115.778492, 36.970307], [115.778176, 36.978772], [115.782869, 36.979606], [115.781293, 36.982517], [115.771421, 36.986497], [115.770742, 36.991835], [115.785388, 37.005761], [115.792238, 37.0053], [115.803028, 37.010477], [115.804402, 37.012253], [115.797821, 37.017749], [115.800409, 37.018906], [115.807042, 37.017879], [115.808149, 37.02036], [115.80695, 37.028977], [115.814812, 37.029019], [115.81891, 37.030792], [115.825243, 37.044185], [115.843388, 37.055666], [115.842535, 37.059082], [115.848036, 37.058765], [115.850758, 37.060602], [115.859494, 37.070513], [115.862738, 37.076782], [115.863083, 37.085258], [115.872972, 37.102551], [115.879969, 37.123381], [115.87969, 37.128578], [115.87377, 37.139312], [115.874076, 37.15053], [115.880256, 37.157448], [115.896135, 37.165725], [115.906431, 37.176081], [115.906453, 37.180787], [115.900946, 37.184793], [115.899024, 37.188489], [115.903253, 37.202703], [115.909232, 37.21033], [115.924293, 37.221103], [115.93516, 37.22714], [115.940696, 37.225637], [115.949451, 37.227441], [115.96369, 37.238971], [115.965557, 37.242304], [115.965264, 37.24536], [115.961487, 37.249617], [115.96747, 37.257115], [115.970658, 37.275127], [115.962526, 37.287419], [115.967866, 37.29341], [115.97079, 37.301907], [115.975831, 37.306621], [115.979034, 37.315991], [115.979108, 37.326482], [115.970374, 37.333824], [115.970579, 37.336901], [115.981617, 37.341324], [116.003036, 37.342268], [116.009086, 37.349704], [116.028709, 37.357373], [116.046078, 37.35688], [116.048, 37.361441], [116.054443, 37.365839], [116.06542, 37.36719], [116.075437, 37.372272], [116.079768, 37.372654], [116.101546, 37.368146], [116.108399, 37.373002], [116.123062, 37.372886], [116.154576, 37.380787], [116.160644, 37.384124], [116.177775, 37.370174], [116.186293, 37.365532], [116.230842, 37.360991], [116.245946, 37.375929], [116.247452, 37.38054], [116.2515, 37.381579], [116.25308, 37.384412], [116.256838, 37.382606], [116.25577, 37.389132], [116.266264, 37.38872], [116.267575, 37.391355], [116.267315, 37.397842], [116.278089, 37.400996], [116.279867, 37.40308], [116.27082, 37.40638], [116.268674, 37.411986], [116.264389, 37.412068], [116.269372, 37.418488], [116.264628, 37.419411], [116.259893, 37.417943], [116.256817, 37.41986], [116.257634, 37.421882], [116.265108, 37.425563], [116.265363, 37.427111], [116.262761, 37.429381], [116.256006, 37.425665], [116.254119, 37.42736], [116.246335, 37.425098], [116.241574, 37.421616], [116.227192, 37.423571], [116.221876, 37.425743], [116.221584, 37.433348], [116.223658, 37.437174], [116.232196, 37.444962], [116.237366, 37.447451], [116.237858, 37.455169], [116.229755, 37.458664], [116.224144, 37.458944], [116.223631, 37.467513], [116.221637, 37.47379], [116.218448, 37.47413], [116.218691, 37.478978], [116.229347, 37.479], [116.232532, 37.487903], [116.235894, 37.49096], [116.260001, 37.477892], [116.257985, 37.473173], [116.26571, 37.466063], [116.272962, 37.464624], [116.2751, 37.469722], [116.265733, 37.478555], [116.284624, 37.483453], [116.283489, 37.48711], [116.277935, 37.488232], [116.285289, 37.491923], [116.287276, 37.496504], [116.286456, 37.49763], [116.281014, 37.496786], [116.278687, 37.498919], [116.279855, 37.502053], [116.283745, 37.505041], [116.283364, 37.508737], [116.274488, 37.510083], [116.275739, 37.513746], [116.275006, 37.518622], [116.270665, 37.521569], [116.274371, 37.524451], [116.285608, 37.522269], [116.280394, 37.531425], [116.283555, 37.533601], [116.285193, 37.541448], [116.285588, 37.545191], [116.283276, 37.551495], [116.286986, 37.55885], [116.294897, 37.559247], [116.292562, 37.565485], [116.29357, 37.568739], [116.295923, 37.568295], [116.299598, 37.563511], [116.307158, 37.565947], [116.314864, 37.570719], [116.323009, 37.569283], [116.328972, 37.573698], [116.327667, 37.575632], [116.314676, 37.577617], [116.313851, 37.57939], [116.321757, 37.581312], [116.329622, 37.580467], [116.329893, 37.57559], [116.335659, 37.57406], [116.339082, 37.569613], [116.337552, 37.565079], [116.346802, 37.563366], [116.354268, 37.563903], [116.357653, 37.56936], [116.363219, 37.567827], [116.361755, 37.565369], [116.372965, 37.562512], [116.370524, 37.555728], [116.370948, 37.546686], [116.373443, 37.543212], [116.369044, 37.541039], [116.361888, 37.532944], [116.364431, 37.525289], [116.372061, 37.520779], [116.376821, 37.522699], [116.382126, 37.520497], [116.37872, 37.513911], [116.386189, 37.510399], [116.387266, 37.511965], [116.398848, 37.511913], [116.398531, 37.509804], [116.406247, 37.500258], [116.404875, 37.493869], [116.416998, 37.479106], [116.431986, 37.475394], [116.440508, 37.498991], [116.449935, 37.512565], [116.45887, 37.51757], [116.479093, 37.52226], [116.492959, 37.536368], [116.502712, 37.542267], [116.514626, 37.559777], [116.535181, 37.569369], [116.539146, 37.58083], [116.552426, 37.589545], [116.569843, 37.60991], [116.59692, 37.623023], [116.622877, 37.649467], [116.636544, 37.667452], [116.634085, 37.668827], [116.631072, 37.675323], [116.632172, 37.679324], [116.637317, 37.681621], [116.638684, 37.679507], [116.648098, 37.676902], [116.652413, 37.679997], [116.659221, 37.688749], [116.670158, 37.722489], [116.674177, 37.7271], [116.684156, 37.729396], [116.684568, 37.727104], [116.690389, 37.728771], [116.69373, 37.730063], [116.693146, 37.73808], [116.697085, 37.739757], [116.700528, 37.739227], [116.699798, 37.736242], [116.703769, 37.7344], [116.718877, 37.743711], [116.715644, 37.748201], [116.712576, 37.757957], [116.71313, 37.761668], [116.717471, 37.765977], [116.723824, 37.764225], [116.727457, 37.761025], [116.725915, 37.758114], [116.736309, 37.75612], [116.74143, 37.758813], [116.748027, 37.769042], [116.749878, 37.791128], [116.752753, 37.800632], [116.759892, 37.809792], [116.780443, 37.82575], [116.784029, 37.836158], [116.781076, 37.839745], [116.788886, 37.846237], [116.795846, 37.846196], [116.799154, 37.848136], [116.806183, 37.847355], [116.807014, 37.843015], [116.814021, 37.843818], [116.814066, 37.840956], [116.821473, 37.84044], [116.831824, 37.834745], [116.836928, 37.833917], [116.872975, 37.842907], [116.913807, 37.845467], [116.944466, 37.839163], [116.971304, 37.840125], [117.001334, 37.833509], [117.019192, 37.831726], [117.030534, 37.833518], [117.058106, 37.846178], [117.086969, 37.848616], [117.145158, 37.838581], [117.159386, 37.83917], [117.170683, 37.847054], [117.178969, 37.84888], [117.199514, 37.843384], [117.261114, 37.838054], [117.280481, 37.847126], [117.293546, 37.850199], [117.31192, 37.860276], [117.335786, 37.86231], [117.358708, 37.853276], [117.375683, 37.853662], [117.397692, 37.842807], [117.416431, 37.846122], [117.42841, 37.850926], [117.432973, 37.853819], [117.461078, 37.891152], [117.47518, 37.914689], [117.485116, 37.92565], [117.504366, 37.939372], [117.506242, 37.942333], [117.514149, 37.963748], [117.518888, 37.990772], [117.537755, 38.014177], [117.539242, 38.025485], [117.551602, 38.036322], [117.554355, 38.040459], [117.551347, 38.042945], [117.549639, 38.048565], [117.551287, 38.054979], [117.557401, 38.057027], [117.558017, 38.06257], [117.570573, 38.064512], [117.575277, 38.069287], [117.579484, 38.070985], [117.598142, 38.073041], [117.613961, 38.068137], [117.639739, 38.072509], [117.65919, 38.071473], [117.665626, 38.077033], [117.673923, 38.0793], [117.693518, 38.074179], [117.70269, 38.077137], [117.716069, 38.090091], [117.723059, 38.092212], [117.723302, 38.106225], [117.73103, 38.111749], [117.736843, 38.12276], [117.747845, 38.125741], [117.754194, 38.129824], [117.763121, 38.13229], [117.766216, 38.135186], [117.760009, 38.15721], [117.760206, 38.16335], [117.782801, 38.180139], [117.790005, 38.192309], [117.790544, 38.196315], [117.784968, 38.200897], [117.784655, 38.202987], [117.786189, 38.20546], [117.794036, 38.209582], [117.800248, 38.217256], [117.79889, 38.224716], [117.800052, 38.226849], [117.817594, 38.234892], [117.822077, 38.246249], [117.839948, 38.251804], [117.843651, 38.254657], [117.846448, 38.262398], [117.847724, 38.261543], [117.85366, 38.265398], [117.860441, 38.267157], [117.870589, 38.261649]]], [[[120.839843, 38.303185], [120.831077, 38.298925], [120.816261, 38.299767], [120.807852, 38.28827], [120.801915, 38.285808], [120.796756, 38.285233], [120.794819, 38.289178], [120.795184, 38.291473], [120.807492, 38.29909], [120.806775, 38.302409], [120.803092, 38.303241], [120.80893, 38.312996], [120.82956, 38.317236], [120.836217, 38.315566], [120.843181, 38.310515], [120.839028, 38.308313], [120.839843, 38.303185]]], [[[120.844993, 38.347083], [120.850834, 38.343344], [120.845272, 38.339489], [120.841757, 38.339349], [120.839044, 38.336372], [120.836101, 38.336101], [120.835942, 38.337981], [120.840562, 38.343011], [120.83945, 38.345801], [120.835918, 38.345709], [120.839992, 38.350251], [120.838293, 38.354706], [120.839948, 38.355205], [120.8448, 38.350503], [120.844993, 38.347083]]], [[[120.906031, 38.36787], [120.906043, 38.365889], [120.901056, 38.363449], [120.901246, 38.360038], [120.905433, 38.358759], [120.914853, 38.363073], [120.914809, 38.360199], [120.909315, 38.359507], [120.9071, 38.356198], [120.909296, 38.35058], [120.914524, 38.347026], [120.913246, 38.345309], [120.91121, 38.345318], [120.906855, 38.350798], [120.902577, 38.351934], [120.893855, 38.360491], [120.891637, 38.364757], [120.894004, 38.369168], [120.899724, 38.369577], [120.900219, 38.367478], [120.902509, 38.367429], [120.908652, 38.371835], [120.909321, 38.370847], [120.906031, 38.36787]]], [[[120.921791, 38.391435], [120.925608, 38.390665], [120.927877, 38.384949], [120.926484, 38.383645], [120.92163, 38.384884], [120.919008, 38.387359], [120.898074, 38.382689], [120.895007, 38.384291], [120.896488, 38.389641], [120.907293, 38.392762], [120.908573, 38.397982], [120.91068, 38.399431], [120.9159, 38.399527], [120.918359, 38.393202], [120.921791, 38.391435]]]] + } + }, { + "type": "Feature", + "properties": { + "name": "河南省", + "province_adcode": 410000, + "province_type": "省", + "name_en": "Henan", + "name_var": "Hé Nán", + "adcode": 410000 + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [[[[111.027702, 33.179108], [111.014891, 33.174117], [111.009977, 33.174913], [111.018406, 33.181725], [111.024182, 33.189223], [111.027194, 33.190525], [111.031297, 33.189135], [111.032342, 33.187284], [111.027702, 33.179108]]], [[[113.749464, 36.365474], [113.752964, 36.359247], [113.757133, 36.355887], [113.770903, 36.350085], [113.789828, 36.347845], [113.806433, 36.332681], [113.814827, 36.330901], [113.828118, 36.334268], [113.843926, 36.33222], [113.848298, 36.32949], [113.853742, 36.330018], [113.853436, 36.333511], [113.844964, 36.336788], [113.843337, 36.339522], [113.843003, 36.345689], [113.845599, 36.349779], [113.876055, 36.354098], [113.881801, 36.352055], [113.902198, 36.322045], [113.904179, 36.314432], [113.909986, 36.314885], [113.925977, 36.320145], [113.928782, 36.323893], [113.92844, 36.336042], [113.932615, 36.338169], [113.951717, 36.336313], [113.950179, 36.344845], [113.947732, 36.346396], [113.942359, 36.34639], [113.939632, 36.348723], [113.938752, 36.351758], [113.940577, 36.356845], [113.94289, 36.358463], [113.951016, 36.357659], [113.958025, 36.35283], [113.97328, 36.327712], [113.976381, 36.317655], [113.987221, 36.314669], [113.996507, 36.334509], [113.988311, 36.342987], [113.972745, 36.345265], [113.970829, 36.35423], [113.972063, 36.358755], [113.978292, 36.358775], [113.982865, 36.35686], [113.992001, 36.351878], [114, 36.343727], [114.003939, 36.342466], [114.008452, 36.346499], [114.008575, 36.352441], [114.018201, 36.354902], [114.022464, 36.352781], [114.024141, 36.35352], [114.027431, 36.349527], [114.025572, 36.348457], [114.026592, 36.340577], [114.019171, 36.329002], [114.020291, 36.324467], [114.021812, 36.32432], [114.02326, 36.326725], [114.039823, 36.326304], [114.045874, 36.330192], [114.049372, 36.32967], [114.053172, 36.325978], [114.052949, 36.319969], [114.055291, 36.317998], [114.051819, 36.313353], [114.043785, 36.311495], [114.038464, 36.305435], [114.031521, 36.303914], [114.036731, 36.296427], [114.042567, 36.294048], [114.051121, 36.285751], [114.056073, 36.27359], [114.07313, 36.271486], [114.075911, 36.269206], [114.08364, 36.273072], [114.084682, 36.275659], [114.106396, 36.273033], [114.111934, 36.274283], [114.115162, 36.272508], [114.121972, 36.27469], [114.121801, 36.279673], [114.125003, 36.281565], [114.154716, 36.266916], [114.160746, 36.269825], [114.168134, 36.265983], [114.170517, 36.263022], [114.167107, 36.254277], [114.166862, 36.248469], [114.163872, 36.246021], [114.164716, 36.243547], [114.172282, 36.242339], [114.179042, 36.247204], [114.187631, 36.247533], [114.193798, 36.244912], [114.19702, 36.24559], [114.200673, 36.253661], [114.198839, 36.258372], [114.204993, 36.272944], [114.216352, 36.27092], [114.219255, 36.266387], [114.226755, 36.260721], [114.230256, 36.25227], [114.236368, 36.251266], [114.245993, 36.258711], [114.256287, 36.261616], [114.284958, 36.249213], [114.284451, 36.246996], [114.293014, 36.245868], [114.301147, 36.246432], [114.303931, 36.249984], [114.308524, 36.251869], [114.322334, 36.248064], [114.323203, 36.255798], [114.339102, 36.255653], [114.338752, 36.252724], [114.340698, 36.252585], [114.340515, 36.245321], [114.347755, 36.242487], [114.3488, 36.240764], [114.349893, 36.23019], [114.357004, 36.227052], [114.35749, 36.229353], [114.361686, 36.229083], [114.36145, 36.225332], [114.362792, 36.224765], [114.37535, 36.224258], [114.375312, 36.221689], [114.390006, 36.22077], [114.392669, 36.222263], [114.392989, 36.229398], [114.402099, 36.228418], [114.407272, 36.222799], [114.405135, 36.2045], [114.408179, 36.204122], [114.408515, 36.206289], [114.419654, 36.205633], [114.419395, 36.202333], [114.422538, 36.19954], [114.428824, 36.197932], [114.435309, 36.204846], [114.441283, 36.20683], [114.451873, 36.207002], [114.457816, 36.19193], [114.4645, 36.19116], [114.46408, 36.187871], [114.473616, 36.178277], [114.47856, 36.181348], [114.483268, 36.17822], [114.506831, 36.173945], [114.507755, 36.169405], [114.505182, 36.16933], [114.506133, 36.166024], [114.521009, 36.173416], [114.52401, 36.173507], [114.527561, 36.170833], [114.527171, 36.168017], [114.525449, 36.167969], [114.52573, 36.162287], [114.537032, 36.16211], [114.53768, 36.156997], [114.551184, 36.150994], [114.552413, 36.150907], [114.552939, 36.153134], [114.562438, 36.152452], [114.566077, 36.149411], [114.566084, 36.145798], [114.569861, 36.143428], [114.581305, 36.141079], [114.581214, 36.133155], [114.585921, 36.130757], [114.581168, 36.127269], [114.578665, 36.128475], [114.577597, 36.122284], [114.573495, 36.120574], [114.576475, 36.117135], [114.582503, 36.117144], [114.585333, 36.121224], [114.599074, 36.121626], [114.601462, 36.123024], [114.602469, 36.127127], [114.605254, 36.128634], [114.614081, 36.126702], [114.613867, 36.123706], [114.624816, 36.124419], [114.625136, 36.12794], [114.630738, 36.128672], [114.631583, 36.135784], [114.635466, 36.13755], [114.647872, 36.138797], [114.649535, 36.140373], [114.685439, 36.138448], [114.68669, 36.14627], [114.695922, 36.146399], [114.705955, 36.145438], [114.707442, 36.144424], [114.707175, 36.141874], [114.715034, 36.140695], [114.718452, 36.143607], [114.718467, 36.147403], [114.724471, 36.148783], [114.728637, 36.155775], [114.736312, 36.154508], [114.736083, 36.152368], [114.742981, 36.150834], [114.745796, 36.146578], [114.744743, 36.141718], [114.74578, 36.138678], [114.757204, 36.134861], [114.759709, 36.131629], [114.759329, 36.125415], [114.765882, 36.12446], [114.766795, 36.128549], [114.772203, 36.128043], [114.772869, 36.133164], [114.776666, 36.133412], [114.795527, 36.131333], [114.819465, 36.123753], [114.825015, 36.127142], [114.825898, 36.13041], [114.830396, 36.131008], [114.840643, 36.130488], [114.840851, 36.128319], [114.851872, 36.127854], [114.853336, 36.135924], [114.851084, 36.137325], [114.853041, 36.144443], [114.856676, 36.1438], [114.871142, 36.146284], [114.873507, 36.143622], [114.876793, 36.142927], [114.877684, 36.145273], [114.886459, 36.143798], [114.888446, 36.142828], [114.887942, 36.14018], [114.906878, 36.14059], [114.901211, 36.117275], [114.906636, 36.113293], [114.90824, 36.106896], [114.920537, 36.103948], [114.923414, 36.096511], [114.919737, 36.090554], [114.920857, 36.087082], [114.916214, 36.071724], [114.913571, 36.066821], [114.908916, 36.066107], [114.907139, 36.061447], [114.911341, 36.060433], [114.912085, 36.04876], [114.915879, 36.049003], [114.916416, 36.051086], [114.915147, 36.05104], [114.917259, 36.055755], [114.919649, 36.055656], [114.923912, 36.059791], [114.93027, 36.057469], [114.938262, 36.063333], [114.948561, 36.067875], [114.96198, 36.070622], [114.967705, 36.067303], [114.981822, 36.064359], [114.983746, 36.061496], [114.996753, 36.067001], [115.002691, 36.071241], [115.003974, 36.075482], [115.001385, 36.077915], [115.024397, 36.099703], [115.028649, 36.09796], [115.03159, 36.098536], [115.034693, 36.104489], [115.033198, 36.107264], [115.042744, 36.113217], [115.044266, 36.12139], [115.037363, 36.126104], [115.036885, 36.130457], [115.038769, 36.133174], [115.042059, 36.132942], [115.045585, 36.145712], [115.043333, 36.150707], [115.039512, 36.153217], [115.038914, 36.156259], [115.042589, 36.163693], [115.045732, 36.15975], [115.052981, 36.166688], [115.053881, 36.168854], [115.051353, 36.172367], [115.05341, 36.179219], [115.065204, 36.17917], [115.091268, 36.171508], [115.092088, 36.174397], [115.098702, 36.173437], [115.099616, 36.177843], [115.091541, 36.180968], [115.095523, 36.194101], [115.100221, 36.196949], [115.103566, 36.196041], [115.105792, 36.204115], [115.118009, 36.206616], [115.119234, 36.210443], [115.136925, 36.208194], [115.139568, 36.208661], [115.13978, 36.210859], [115.143014, 36.210533], [115.147232, 36.207458], [115.146641, 36.203594], [115.148069, 36.200301], [115.160251, 36.194187], [115.158487, 36.19143], [115.16498, 36.189755], [115.178407, 36.192674], [115.182764, 36.195594], [115.190444, 36.202191], [115.192504, 36.207632], [115.191064, 36.207484], [115.190508, 36.210079], [115.195854, 36.212665], [115.195448, 36.209404], [115.199207, 36.202887], [115.207357, 36.203417], [115.218967, 36.195356], [115.221235, 36.199575], [115.224358, 36.200467], [115.244937, 36.189408], [115.245346, 36.181595], [115.252287, 36.180403], [115.256908, 36.172955], [115.255849, 36.159741], [115.258254, 36.153396], [115.264143, 36.152281], [115.267853, 36.139316], [115.275756, 36.133863], [115.28348, 36.132197], [115.283799, 36.133495], [115.288202, 36.133864], [115.296365, 36.132191], [115.297768, 36.130169], [115.297176, 36.11883], [115.29444, 36.111163], [115.291354, 36.110319], [115.291067, 36.100827], [115.297857, 36.098028], [115.298215, 36.094902], [115.306415, 36.087225], [115.315327, 36.085515], [115.322719, 36.086282], [115.323498, 36.088666], [115.328889, 36.091854], [115.333745, 36.086902], [115.338004, 36.087174], [115.35985, 36.098092], [115.364219, 36.102861], [115.362315, 36.103729], [115.365312, 36.111704], [115.368136, 36.111225], [115.369173, 36.11273], [115.36964, 36.115695], [115.364819, 36.11869], [115.364656, 36.122371], [115.368428, 36.127991], [115.386922, 36.129019], [115.39404, 36.140015], [115.394342, 36.143631], [115.391929, 36.14818], [115.39828, 36.158482], [115.399866, 36.159022], [115.4015, 36.152899], [115.39919, 36.144332], [115.405073, 36.137008], [115.411771, 36.135872], [115.416041, 36.138636], [115.420118, 36.137663], [115.426443, 36.147822], [115.431954, 36.148475], [115.442907, 36.146522], [115.447384, 36.156492], [115.444677, 36.156857], [115.443309, 36.166174], [115.445548, 36.174015], [115.449415, 36.175925], [115.458604, 36.169185], [115.465064, 36.166672], [115.465784, 36.164998], [115.463227, 36.159312], [115.462342, 36.151701], [115.477193, 36.148201], [115.478215, 36.133824], [115.482505, 36.130024], [115.476511, 36.123684], [115.467633, 36.097187], [115.453015, 36.079181], [115.448581, 36.070369], [115.443466, 36.066147], [115.441653, 36.06017], [115.443307, 36.031104], [115.441301, 36.02186], [115.44139, 36.008995], [115.434292, 36.008423], [115.431605, 36.003443], [115.419641, 36.008177], [115.409371, 36.005034], [115.403409, 35.993396], [115.394744, 35.9924], [115.39124, 35.9939], [115.384531, 35.977515], [115.381346, 35.973553], [115.376489, 35.973142], [115.373285, 35.97523], [115.355099, 35.977264], [115.352058, 35.975238], [115.349344, 35.967796], [115.351099, 35.959258], [115.354077, 35.95738], [115.354549, 35.95524], [115.34665, 35.945697], [115.35741, 35.93051], [115.360055, 35.899909], [115.350873, 35.870007], [115.333394, 35.870716], [115.332361, 35.86476], [115.343628, 35.860983], [115.343385, 35.858369], [115.338663, 35.84319], [115.334127, 35.837893], [115.33638, 35.827157], [115.334783, 35.822208], [115.331327, 35.817452], [115.327442, 35.817975], [115.326504, 35.805943], [115.328478, 35.806437], [115.328907, 35.804318], [115.326092, 35.796324], [115.328429, 35.79414], [115.337958, 35.790858], [115.342582, 35.788001], [115.346897, 35.782629], [115.353605, 35.779957], [115.356858, 35.781683], [115.365868, 35.792145], [115.394108, 35.806019], [115.442394, 35.861514], [115.464318, 35.871318], [115.49661, 35.888748], [115.533344, 35.893814], [115.554609, 35.904831], [115.561836, 35.911432], [115.575727, 35.919995], [115.588965, 35.924423], [115.610634, 35.926928], [115.615742, 35.924275], [115.638298, 35.921407], [115.6475, 35.931999], [115.660161, 35.937213], [115.667374, 35.937752], [115.674041, 35.940493], [115.678239, 35.944512], [115.680814, 35.954152], [115.685616, 35.961791], [115.693442, 35.9666], [115.711838, 35.971573], [115.730976, 35.967433], [115.758327, 35.970818], [115.766813, 35.973395], [115.768899, 35.974713], [115.776141, 35.991675], [115.774147, 35.993637], [115.794363, 36.008327], [115.811243, 36.012787], [115.817682, 36.012722], [115.81763, 36.010717], [115.825723, 36.01096], [115.825772, 36.01365], [115.831963, 36.014408], [115.842772, 36.005138], [115.853952, 36.002831], [115.860712, 36.006523], [115.861228, 36.016871], [115.886255, 36.026811], [115.89599, 36.02695], [115.914002, 36.020594], [115.933713, 36.03454], [115.963788, 36.044489], [115.984721, 36.046871], [116.015961, 36.066597], [116.019041, 36.071461], [116.032046, 36.082907], [116.050492, 36.105451], [116.095075, 36.114265], [116.097218, 36.113224], [116.09279, 36.11057], [116.090969, 36.092071], [116.085896, 36.089243], [116.086056, 36.081003], [116.081905, 36.080755], [116.081264, 36.071181], [116.082881, 36.071178], [116.084072, 36.06587], [116.079331, 36.065638], [116.074306, 36.058252], [116.084808, 36.057721], [116.079333, 36.053906], [116.070949, 36.05514], [116.073398, 36.048803], [116.073665, 36.042433], [116.067782, 36.025961], [116.056535, 36.028762], [116.047327, 36], [116.043439, 35.973117], [116.039235, 35.967379], [116.027623, 35.964922], [116.012102, 35.967931], [116.000656, 35.972542], [115.969562, 35.971789], [115.906437, 35.960542], [115.900959, 35.94561], [115.904265, 35.933578], [115.903083, 35.929874], [115.894926, 35.924422], [115.879864, 35.922482], [115.864807, 35.915162], [115.866907, 35.909633], [115.879289, 35.909376], [115.883597, 35.897831], [115.877772, 35.895675], [115.869623, 35.859498], [115.865875, 35.858619], [115.867253, 35.873273], [115.865138, 35.873334], [115.859761, 35.869085], [115.857836, 35.859259], [115.835283, 35.857442], [115.835737, 35.850209], [115.815706, 35.852891], [115.81416, 35.846782], [115.810903, 35.8447], [115.802692, 35.845376], [115.802949, 35.848217], [115.767477, 35.854184], [115.760491, 35.844516], [115.747325, 35.833566], [115.728715, 35.831571], [115.722119, 35.815588], [115.711812, 35.803122], [115.700596, 35.806083], [115.698598, 35.79272], [115.690717, 35.788817], [115.690153, 35.782794], [115.692163, 35.782588], [115.692449, 35.768555], [115.687797, 35.754199], [115.65927, 35.751266], [115.638586, 35.744284], [115.616829, 35.73972], [115.599057, 35.737315], [115.58634, 35.738242], [115.586118, 35.728516], [115.558205, 35.735266], [115.548696, 35.729401], [115.523841, 35.730482], [115.505438, 35.72493], [115.502156, 35.718759], [115.491872, 35.709089], [115.478074, 35.701136], [115.464191, 35.674999], [115.456828, 35.669371], [115.460198, 35.663136], [115.451964, 35.65915], [115.442771, 35.657287], [115.420238, 35.655233], [115.441397, 35.650878], [115.441064, 35.649504], [115.427645, 35.650268], [115.420099, 35.635085], [115.417967, 35.626158], [115.407969, 35.625186], [115.402003, 35.594573], [115.392005, 35.59372], [115.385669, 35.586201], [115.383633, 35.577272], [115.375816, 35.569047], [115.363964, 35.565072], [115.346619, 35.551735], [115.338897, 35.552738], [115.340133, 35.547291], [115.347381, 35.544751], [115.347797, 35.540991], [115.344649, 35.530138], [115.353383, 35.500441], [115.349879, 35.493745], [115.328438, 35.486046], [115.321754, 35.482229], [115.315739, 35.476375], [115.308824, 35.476673], [115.296256, 35.468203], [115.272293, 35.461495], [115.265201, 35.456389], [115.265081, 35.447568], [115.251805, 35.438487], [115.235972, 35.424691], [115.222188, 35.42066], [115.206161, 35.423566], [115.189889, 35.421201], [115.189887, 35.415902], [115.171251, 35.423092], [115.157367, 35.426271], [115.145245, 35.427122], [115.132854, 35.425631], [115.11888, 35.419688], [115.119129, 35.408107], [115.116642, 35.402671], [115.112211, 35.402402], [115.098595, 35.40358], [115.089158, 35.410626], [115.08878, 35.41572], [115.085537, 35.416025], [115.077654, 35.41105], [115.078751, 35.405546], [115.080314, 35.405491], [115.08178, 35.40196], [115.08117, 35.392104], [115.068607, 35.375933], [115.027234, 35.375256], [115.017157, 35.370978], [115.011386, 35.361839], [115.011419, 35.353215], [115.019033, 35.321862], [115.012937, 35.321577], [115.007695, 35.329418], [115.000864, 35.318465], [114.980778, 35.30459], [114.98079, 35.301353], [114.97087, 35.286123], [114.965803, 35.286372], [114.963056, 35.274214], [114.944907, 35.256085], [114.943037, 35.254491], [114.929027, 35.251871], [114.924921, 35.248672], [114.926895, 35.199161], [114.925597, 35.196055], [114.893258, 35.195131], [114.870265, 35.189561], [114.854856, 35.18159], [114.842824, 35.169792], [114.841197, 35.164189], [114.841537, 35.156241], [114.849841, 35.14294], [114.868474, 35.127076], [114.877142, 35.11728], [114.879467, 35.104116], [114.873002, 35.090311], [114.865492, 35.085998], [114.819482, 35.078617], [114.814334, 35.075362], [114.811864, 35.071179], [114.813593, 35.052741], [114.816633, 35.048444], [114.828443, 35.042925], [114.846209, 35.042552], [114.849724, 35.036408], [114.847155, 35.029942], [114.836734, 35.021176], [114.825453, 35.01515], [114.810126, 35.011262], [114.818853, 35.009792], [114.821883, 35.010917], [114.851951, 35.001678], [114.855743, 35.003569], [114.861988, 35.022655], [114.864522, 35.025113], [114.871728, 35.026077], [114.878955, 35.022806], [114.8797, 35.018425], [114.878562, 35.01131], [114.874857, 35.004361], [114.876385, 34.998218], [114.88168, 34.993792], [114.90205, 34.989755], [114.901157, 34.977555], [114.912561, 34.969985], [114.922491, 34.970207], [114.93759, 34.98841], [114.950698, 34.995383], [114.955603, 34.996224], [114.968024, 34.994752], [114.972413, 34.991588], [114.990905, 34.992515], [115.003236, 34.988682], [115.005429, 34.981494], [115.010261, 34.976744], [115.025142, 34.968855], [115.027462, 34.968989], [115.029209, 34.96952], [115.02877, 34.978031], [115.035339, 34.982783], [115.040865, 34.982592], [115.047087, 34.985474], [115.056242, 34.995337], [115.086577, 34.995436], [115.086475, 35.000456], [115.089729, 35.000452], [115.09498, 34.999225], [115.095703, 34.994952], [115.107627, 34.998551], [115.109226, 35.004548], [115.112157, 35.006921], [115.119941, 35.007391], [115.126212, 35.001155], [115.123455, 34.985114], [115.12558, 34.982264], [115.13446, 34.979075], [115.145462, 34.971389], [115.15043, 34.965125], [115.150854, 34.960685], [115.156003, 34.959035], [115.168332, 34.962658], [115.183265, 34.960198], [115.186825, 34.955675], [115.185988, 34.953057], [115.192907, 34.952259], [115.196635, 34.954093], [115.197646, 34.959404], [115.199237, 34.96042], [115.205475, 34.959584], [115.219274, 34.954235], [115.216844, 34.946941], [115.213982, 34.943366], [115.209959, 34.941985], [115.206142, 34.944137], [115.19691, 34.926463], [115.191753, 34.928627], [115.186521, 34.926264], [115.183315, 34.915597], [115.199342, 34.90675], [115.21006, 34.904922], [115.21243, 34.912986], [115.223317, 34.916403], [115.233583, 34.916905], [115.249461, 34.910174], [115.250722, 34.902996], [115.240755, 34.893071], [115.237449, 34.891439], [115.229191, 34.892771], [115.230667, 34.867227], [115.23449, 34.867314], [115.237037, 34.859906], [115.236857, 34.850083], [115.240467, 34.843751], [115.254458, 34.838463], [115.260973, 34.855431], [115.268257, 34.857981], [115.280627, 34.852424], [115.279544, 34.839771], [115.285517, 34.844001], [115.29148, 34.862199], [115.298028, 34.863561], [115.311273, 34.862888], [115.322595, 34.852318], [115.334134, 34.849577], [115.349767, 34.837054], [115.366475, 34.833397], [115.369293, 34.829001], [115.377152, 34.828641], [115.391763, 34.831934], [115.414015, 34.808562], [115.425824, 34.804815], [115.424352, 34.799018], [115.422143, 34.799107], [115.422781, 34.78837], [115.434718, 34.770304], [115.440542, 34.7545], [115.446471, 34.744858], [115.446574, 34.743203], [115.439145, 34.736692], [115.422285, 34.733592], [115.421626, 34.731562], [115.424705, 34.723381], [115.434694, 34.721929], [115.446479, 34.693478], [115.44474, 34.670143], [115.439359, 34.667162], [115.439448, 34.662894], [115.448308, 34.656862], [115.449357, 34.657016], [115.448892, 34.66153], [115.453374, 34.662249], [115.45445, 34.660588], [115.456667, 34.646993], [115.453938, 34.634768], [115.464017, 34.637693], [115.473562, 34.633831], [115.480233, 34.62683], [115.482621, 34.615901], [115.485321, 34.611022], [115.499127, 34.59506], [115.507101, 34.587427], [115.529014, 34.576566], [115.5449, 34.57346], [115.573982, 34.572277], [115.602861, 34.573441], [115.612755, 34.576304], [115.61701, 34.576001], [115.634315, 34.572689], [115.63972, 34.568726], [115.650403, 34.565008], [115.653579, 34.561988], [115.662637, 34.558347], [115.678527, 34.55669], [115.680906, 34.557824], [115.691065, 34.571245], [115.691341, 34.598548], [115.693359, 34.600611], [115.70048, 34.600897], [115.725226, 34.591746], [115.756801, 34.588612], [115.791465, 34.579286], [115.801987, 34.571248], [115.823235, 34.559252], [115.842312, 34.564354], [115.872373, 34.569249], [115.926285, 34.577536], [115.971268, 34.58255], [115.974933, 34.584755], [115.979634, 34.591888], [115.980656, 34.604618], [115.982842, 34.609116], [115.986807, 34.61331], [115.99411, 34.616277], [116.000257, 34.603661], [116.002774, 34.6137], [116.00856, 34.609431], [116.039239, 34.596313], [116.047811, 34.596439], [116.051915, 34.599187], [116.10037, 34.598012], [116.103623, 34.592329], [116.124012, 34.579514], [116.130994, 34.56515], [116.135275, 34.560303], [116.143321, 34.556958], [116.148133, 34.556581], [116.150422, 34.560105], [116.18008, 34.571131], [116.184534, 34.569765], [116.193592, 34.571578], [116.196039, 34.568391], [116.196165, 34.560736], [116.19314, 34.548815], [116.191255, 34.54862], [116.187038, 34.530115], [116.203475, 34.51479], [116.203351, 34.513261], [116.201378, 34.507721], [116.187274, 34.503805], [116.175113, 34.493435], [116.171507, 34.475741], [116.170472, 34.474202], [116.163401, 34.473981], [116.161004, 34.464349], [116.157063, 34.458518], [116.15406, 34.45883], [116.152982, 34.451022], [116.164456, 34.445319], [116.175401, 34.443808], [116.17933, 34.437994], [116.180604, 34.430447], [116.175014, 34.43073], [116.17418, 34.426984], [116.175296, 34.425859], [116.179308, 34.423836], [116.180524, 34.425326], [116.190495, 34.425109], [116.190061, 34.421522], [116.196179, 34.414745], [116.202323, 34.415284], [116.213164, 34.407074], [116.211326, 34.401999], [116.205111, 34.401617], [116.201453, 34.391077], [116.201524, 34.383431], [116.214864, 34.377266], [116.227844, 34.38193], [116.227657, 34.375119], [116.235603, 34.374279], [116.245003, 34.380055], [116.250618, 34.379341], [116.265625, 34.370294], [116.271813, 34.361454], [116.278611, 34.358689], [116.290104, 34.360216], [116.293236, 34.357497], [116.293646, 34.355097], [116.293174, 34.353284], [116.290666, 34.352729], [116.291978, 34.348933], [116.301606, 34.336569], [116.303993, 34.335716], [116.308352, 34.339541], [116.322678, 34.334529], [116.326495, 34.325989], [116.341519, 34.326181], [116.345059, 34.328255], [116.351955, 34.320038], [116.362669, 34.311366], [116.369736, 34.299061], [116.369495, 34.292759], [116.365047, 34.290891], [116.356864, 34.280693], [116.359096, 34.272698], [116.366549, 34.268829], [116.375771, 34.274211], [116.400541, 34.277687], [116.410658, 34.269484], [116.427652, 34.271358], [116.425934, 34.277161], [116.427655, 34.281948], [116.434888, 34.287763], [116.442861, 34.289702], [116.449377, 34.288044], [116.443229, 34.283287], [116.446718, 34.272133], [116.471681, 34.271857], [116.475362, 34.272747], [116.491039, 34.291891], [116.490748, 34.294059], [116.507995, 34.296585], [116.516281, 34.294981], [116.518854, 34.292501], [116.525726, 34.291781], [116.550058, 34.292704], [116.560732, 34.284607], [116.561219, 34.280462], [116.579663, 34.276662], [116.577035, 34.267691], [116.563654, 34.253398], [116.555284, 34.249916], [116.548975, 34.243545], [116.540862, 34.243652], [116.538771, 34.241726], [116.54192, 34.230086], [116.538503, 34.225475], [116.537519, 34.221156], [116.538473, 34.206022], [116.54131, 34.196309], [116.548437, 34.188564], [116.555069, 34.187745], [116.555911, 34.179827], [116.560636, 34.174715], [116.559732, 34.169997], [116.556906, 34.168128], [116.547927, 34.169124], [116.529738, 34.142861], [116.527022, 34.122468], [116.528899, 34.117251], [116.536208, 34.111142], [116.534461, 34.101933], [116.53592, 34.098298], [116.549819, 34.098042], [116.560445, 34.086168], [116.564717, 34.072853], [116.575175, 34.060828], [116.576498, 34.055799], [116.581267, 34.052005], [116.58201, 34.047495], [116.591315, 34.040271], [116.598865, 34.024281], [116.597626, 34.016638], [116.602198, 34.009668], [116.60134, 34.002105], [116.614495, 33.993312], [116.628291, 33.980448], [116.632863, 33.978931], [116.63403, 33.980548], [116.64048, 33.975001], [116.644816, 33.974936], [116.643955, 33.956902], [116.642805, 33.952736], [116.640015, 33.95273], [116.636842, 33.94554], [116.641104, 33.936588], [116.636003, 33.928445], [116.634818, 33.908475], [116.642105, 33.9037], [116.644088, 33.899816], [116.637596, 33.885059], [116.609492, 33.889435], [116.599922, 33.894745], [116.599573, 33.898318], [116.595356, 33.900917], [116.582763, 33.900443], [116.575834, 33.901824], [116.576013, 33.907015], [116.570248, 33.91425], [116.568481, 33.913676], [116.557213, 33.909539], [116.551518, 33.900922], [116.550716, 33.895064], [116.5534, 33.887744], [116.553122, 33.882017], [116.534118, 33.875789], [116.53146, 33.881341], [116.526535, 33.883371], [116.519402, 33.88195], [116.518083, 33.881278], [116.515831, 33.869386], [116.51043, 33.867906], [116.495528, 33.866151], [116.479056, 33.870918], [116.46986, 33.864939], [116.454005, 33.861688], [116.45327, 33.857696], [116.454479, 33.855356], [116.452373, 33.850847], [116.434315, 33.848287], [116.431357, 33.843146], [116.427699, 33.815944], [116.432255, 33.800772], [116.428598, 33.799137], [116.427206, 33.796442], [116.420672, 33.798874], [116.417352, 33.796721], [116.409998, 33.804482], [116.401019, 33.80717], [116.395983, 33.80256], [116.39404, 33.794814], [116.388786, 33.785347], [116.377832, 33.78356], [116.37553, 33.780975], [116.345721, 33.777373], [116.343607, 33.778123], [116.340855, 33.7826], [116.332611, 33.783916], [116.326225, 33.777525], [116.32346, 33.77031], [116.308529, 33.766698], [116.298313, 33.753263], [116.291101, 33.754855], [116.27314, 33.754242], [116.267231, 33.749881], [116.260852, 33.739467], [116.2588, 33.729548], [116.255607, 33.726696], [116.24889, 33.727148], [116.237344, 33.733331], [116.23539, 33.74573], [116.23187, 33.745528], [116.216102, 33.73815], [116.219925, 33.733572], [116.222406, 33.732883], [116.223068, 33.730138], [116.221081, 33.726036], [116.217081, 33.722758], [116.201311, 33.720201], [116.198141, 33.722256], [116.19919, 33.727484], [116.197661, 33.728774], [116.189405, 33.72398], [116.184923, 33.71099], [116.175282, 33.707591], [116.153755, 33.70875], [116.150535, 33.709584], [116.148752, 33.71605], [116.140046, 33.726906], [116.13563, 33.739859], [116.127163, 33.750157], [116.117108, 33.756484], [116.103849, 33.759608], [116.098318, 33.764775], [116.095991, 33.772617], [116.093019, 33.773711], [116.095698, 33.779926], [116.094164, 33.783773], [116.075747, 33.783747], [116.075246, 33.781428], [116.067752, 33.781761], [116.064615, 33.784593], [116.066846, 33.79077], [116.062359, 33.797354], [116.054423, 33.803719], [116.054122, 33.809436], [116.055721, 33.813005], [116.053054, 33.822094], [116.045608, 33.823498], [116.04521, 33.821432], [116.042576, 33.820787], [116.038705, 33.822258], [116.039652, 33.829459], [116.041826, 33.832457], [116.052156, 33.830325], [116.057431, 33.825624], [116.060057, 33.845872], [116.059959, 33.848293], [116.052783, 33.852408], [116.040874, 33.874858], [116.036611, 33.878162], [116.025337, 33.88053], [116.02138, 33.885838], [116.00978, 33.88852], [116.006959, 33.898819], [116.004641, 33.901185], [115.995404, 33.90317], [115.989667, 33.898949], [115.979974, 33.902794], [115.974544, 33.915227], [115.976897, 33.931037], [115.98712, 33.936325], [115.988674, 33.9469], [115.999151, 33.960718], [115.995319, 33.969169], [115.984191, 33.979509], [115.980071, 33.992415], [115.974819, 33.99351], [115.973713, 33.995588], [115.949199, 34.005919], [115.945742, 34.004153], [115.931975, 34.005596], [115.922773, 34.01229], [115.906884, 34.001646], [115.9009, 34.002644], [115.888262, 34.015628], [115.88865, 34.023173], [115.893231, 34.02166], [115.895857, 34.022367], [115.896333, 34.02399], [115.891898, 34.029593], [115.874462, 34.030469], [115.870489, 34.021613], [115.871572, 34.004589], [115.850215, 34.004228], [115.84619, 34.006135], [115.847827, 34.024926], [115.84523, 34.030754], [115.8427, 34.032322], [115.831878, 34.03263], [115.822916, 34.042534], [115.809442, 34.053287], [115.812779, 34.059359], [115.812264, 34.063247], [115.808806, 34.066237], [115.786305, 34.066872], [115.777302, 34.07197], [115.772183, 34.063696], [115.765057, 34.06167], [115.752967, 34.061706], [115.753281, 34.070033], [115.73556, 34.073196], [115.736484, 34.076715], [115.734628, 34.080095], [115.728589, 34.081038], [115.707791, 34.06392], [115.701912, 34.064313], [115.701258, 34.066116], [115.693135, 34.067665], [115.679201, 34.06804], [115.670914, 34.060483], [115.664532, 34.058474], [115.661163, 34.058878], [115.657057, 34.064768], [115.646215, 34.063441], [115.649757, 34.058122], [115.645486, 34.035286], [115.641755, 34.033127], [115.632572, 34.03265], [115.628707, 34.033626], [115.628111, 34.037043], [115.598859, 34.035241], [115.597235, 34.02319], [115.600949, 34.016887], [115.598219, 34.012048], [115.583637, 34.013837], [115.577492, 33.99238], [115.580286, 33.989737], [115.585725, 33.988521], [115.587666, 33.982184], [115.582142, 33.977781], [115.572183, 33.975034], [115.57202, 33.952072], [115.565332, 33.950878], [115.564343, 33.949472], [115.561912, 33.932432], [115.557453, 33.931672], [115.554832, 33.921692], [115.555415, 33.915373], [115.560316, 33.911915], [115.54984, 33.905799], [115.549212, 33.898631], [115.545904, 33.893109], [115.540443, 33.893343], [115.540124, 33.883913], [115.540758, 33.876841], [115.550933, 33.878457], [115.553242, 33.874118], [115.55724, 33.872948], [115.56517, 33.877843], [115.573057, 33.878832], [115.586622, 33.869906], [115.599358, 33.868615], [115.613244, 33.875164], [115.61911, 33.87548], [115.629319, 33.86845], [115.631211, 33.844942], [115.629487, 33.841016], [115.622028, 33.840446], [115.616381, 33.824762], [115.606584, 33.822053], [115.615906, 33.814916], [115.608291, 33.777537], [115.582816, 33.786498], [115.575354, 33.791318], [115.569893, 33.788909], [115.562486, 33.781105], [115.55846, 33.775958], [115.557102, 33.771205], [115.560058, 33.76941], [115.565304, 33.769988], [115.572386, 33.754319], [115.591865, 33.734219], [115.592769, 33.727106], [115.597148, 33.718249], [115.591155, 33.713611], [115.590484, 33.704219], [115.599407, 33.691335], [115.593843, 33.68811], [115.590364, 33.678439], [115.596009, 33.677419], [115.597704, 33.675206], [115.595521, 33.667823], [115.595957, 33.662046], [115.594904, 33.662035], [115.609467, 33.638078], [115.619437, 33.627995], [115.635227, 33.583457], [115.630396, 33.586067], [115.615375, 33.584323], [115.611835, 33.575306], [115.597103, 33.580256], [115.556934, 33.577995], [115.553594, 33.565376], [115.548151, 33.564268], [115.542539, 33.567021], [115.541039, 33.570045], [115.536542, 33.570624], [115.528827, 33.569325], [115.508268, 33.55905], [115.504353, 33.558641], [115.494362, 33.560261], [115.496785, 33.564573], [115.496475, 33.567589], [115.494655, 33.568216], [115.471599, 33.559072], [115.463005, 33.559146], [115.455802, 33.571553], [115.446457, 33.570505], [115.444077, 33.568654], [115.445068, 33.565678], [115.410206, 33.556757], [115.404776, 33.551486], [115.399435, 33.53519], [115.399074, 33.51795], [115.395816, 33.507883], [115.39327, 33.505926], [115.360683, 33.525022], [115.353517, 33.511727], [115.339987, 33.505164], [115.339978, 33.501108], [115.345099, 33.489854], [115.347581, 33.475851], [115.347276, 33.472656], [115.345517, 33.473516], [115.342096, 33.470712], [115.337498, 33.466467], [115.337228, 33.463723], [115.340555, 33.460685], [115.343524, 33.460662], [115.345764, 33.458249], [115.345725, 33.455201], [115.341867, 33.447163], [115.335994, 33.446119], [115.318986, 33.457059], [115.313355, 33.44575], [115.311197, 33.423401], [115.316374, 33.410824], [115.321726, 33.409742], [115.324808, 33.403708], [115.324781, 33.400643], [115.31923, 33.39478], [115.307218, 33.390777], [115.30831, 33.375449], [115.311654, 33.368066], [115.315842, 33.365959], [115.318669, 33.365872], [115.32647, 33.369745], [115.325339, 33.373814], [115.337584, 33.373446], [115.337902, 33.369142], [115.335723, 33.366769], [115.336642, 33.362499], [115.344205, 33.351728], [115.345533, 33.343425], [115.359388, 33.341761], [115.361848, 33.333387], [115.356445, 33.327265], [115.354496, 33.316275], [115.355731, 33.299957], [115.346419, 33.298465], [115.346083, 33.301759], [115.344363, 33.302995], [115.337557, 33.303074], [115.32931, 33.299636], [115.327753, 33.285752], [115.333574, 33.277871], [115.335444, 33.268107], [115.338228, 33.264107], [115.327226, 33.256376], [115.323132, 33.24606], [115.325268, 33.239634], [115.324943, 33.235208], [115.316792, 33.228653], [115.311873, 33.228116], [115.308616, 33.221082], [115.309847, 33.219385], [115.322056, 33.219054], [115.32406, 33.218467], [115.323514, 33.217077], [115.319566, 33.211908], [115.306156, 33.206645], [115.300187, 33.207281], [115.291791, 33.20526], [115.288617, 33.202554], [115.285649, 33.192995], [115.290767, 33.185739], [115.293898, 33.163836], [115.297563, 33.150219], [115.295986, 33.143499], [115.294699, 33.142596], [115.290031, 33.144742], [115.283808, 33.144576], [115.282606, 33.139796], [115.284956, 33.138276], [115.283375, 33.134794], [115.270982, 33.140669], [115.253171, 33.13521], [115.241677, 33.1361], [115.241567, 33.138552], [115.238342, 33.138672], [115.235084, 33.129832], [115.228749, 33.127173], [115.201832, 33.118989], [115.192977, 33.121968], [115.186244, 33.119918], [115.166737, 33.111852], [115.162, 33.099108], [115.164442, 33.096864], [115.167845, 33.096428], [115.167565, 33.094894], [115.150126, 33.081333], [115.132169, 33.083135], [115.119639, 33.080492], [115.113533, 33.077137], [115.089506, 33.084843], [115.087896, 33.085866], [115.088005, 33.088702], [115.0796, 33.090021], [115.064523, 33.08871], [115.059519, 33.084003], [115.057896, 33.07979], [115.048296, 33.087956], [115.047159, 33.09122], [115.048055, 33.095905], [115.043398, 33.096367], [115.039468, 33.094704], [115.038568, 33.091405], [115.0328, 33.088509], [115.015654, 33.090229], [115.008074, 33.097245], [114.989937, 33.099716], [114.985639, 33.106434], [114.984989, 33.117538], [114.98136, 33.122591], [114.970781, 33.127944], [114.963348, 33.135278], [114.966288, 33.141618], [114.972798, 33.144122], [114.97602, 33.14943], [114.972712, 33.14879], [114.927491, 33.156564], [114.927018, 33.153915], [114.929221, 33.152266], [114.928179, 33.145993], [114.922277, 33.140891], [114.90274, 33.138382], [114.893933, 33.12849], [114.899868, 33.124011], [114.900073, 33.116316], [114.899783, 33.110948], [114.892374, 33.102295], [114.892516, 33.086478], [114.906154, 33.086617], [114.91142, 33.0826], [114.915419, 33.067491], [114.917712, 33.038305], [114.925726, 33.032397], [114.927292, 33.02726], [114.920171, 33.01883], [114.909936, 33.018182], [114.887675, 33.022431], [114.894943, 33.010159], [114.896992, 33.001396], [114.879158, 32.993482], [114.878701, 32.987525], [114.881238, 32.976246], [114.89147, 32.972787], [114.903023, 32.972639], [114.913754, 32.970159], [114.929452, 32.953275], [114.936198, 32.936286], [114.94145, 32.934742], [114.951161, 32.936416], [114.961082, 32.941031], [114.999566, 32.942104], [115.008852, 32.940986], [115.012719, 32.934911], [115.024925, 32.933897], [115.029734, 32.939438], [115.033673, 32.939754], [115.036549, 32.937693], [115.037219, 32.933298], [115.032313, 32.920318], [115.030199, 32.916947], [115.018909, 32.917786], [115.016013, 32.909422], [115.028434, 32.904951], [115.037227, 32.908191], [115.055604, 32.904517], [115.069762, 32.905373], [115.082005, 32.904132], [115.095513, 32.895891], [115.102978, 32.897326], [115.108136, 32.901179], [115.127447, 32.900608], [115.137389, 32.896089], [115.139941, 32.883848], [115.150306, 32.880338], [115.149646, 32.868213], [115.159002, 32.861639], [115.169954, 32.857676], [115.186882, 32.858789], [115.194496, 32.857138], [115.198661, 32.847911], [115.195157, 32.8421], [115.18549, 32.843416], [115.18334, 32.840233], [115.183509, 32.832968], [115.185809, 32.831486], [115.191598, 32.831431], [115.190868, 32.825498], [115.185148, 32.815975], [115.184779, 32.808819], [115.189676, 32.803909], [115.197157, 32.800474], [115.201772, 32.800426], [115.206408, 32.797289], [115.207266, 32.788167], [115.194807, 32.785707], [115.188395, 32.788418], [115.185237, 32.792896], [115.175986, 32.788388], [115.175596, 32.780649], [115.183783, 32.774143], [115.184863, 32.770229], [115.176114, 32.744534], [115.172116, 32.742852], [115.171945, 32.741149], [115.174217, 32.728412], [115.178857, 32.724343], [115.174736, 32.69949], [115.174355, 32.685546], [115.174693, 32.680266], [115.179515, 32.680732], [115.179364, 32.673543], [115.179026, 32.671292], [115.169698, 32.668978], [115.172081, 32.663928], [115.175087, 32.66289], [115.180103, 32.664649], [115.193668, 32.673765], [115.200525, 32.6694], [115.200433, 32.662796], [115.198303, 32.656383], [115.189327, 32.644858], [115.189001, 32.633566], [115.191783, 32.632957], [115.194069, 32.635839], [115.195692, 32.635646], [115.19799, 32.62944], [115.194027, 32.620981], [115.202095, 32.61603], [115.19595, 32.610082], [115.191887, 32.609753], [115.186254, 32.604951], [115.191753, 32.600537], [115.194045, 32.59462], [115.203629, 32.594649], [115.20669, 32.59069], [115.211061, 32.589346], [115.21718, 32.592282], [115.223858, 32.592773], [115.229151, 32.590071], [115.234278, 32.591442], [115.237484, 32.595237], [115.244652, 32.594652], [115.25076, 32.597388], [115.256246, 32.591325], [115.254521, 32.589797], [115.249174, 32.589387], [115.248844, 32.587742], [115.260372, 32.580177], [115.275673, 32.586916], [115.277036, 32.589134], [115.27575, 32.593303], [115.295544, 32.590161], [115.299935, 32.58546], [115.29452, 32.570015], [115.290968, 32.56416], [115.299915, 32.554811], [115.303295, 32.554085], [115.317643, 32.556469], [115.326749, 32.563695], [115.38782, 32.573117], [115.394047, 32.575023], [115.398881, 32.579209], [115.404678, 32.578367], [115.407419, 32.567872], [115.406236, 32.560103], [115.415416, 32.553899], [115.426014, 32.554176], [115.43675, 32.548973], [115.437943, 32.543398], [115.435837, 32.539621], [115.432038, 32.537771], [115.432446, 32.53452], [115.460189, 32.52225], [115.470344, 32.523352], [115.472509, 32.52117], [115.472296, 32.513661], [115.481162, 32.513512], [115.480152, 32.509695], [115.483495, 32.500088], [115.492289, 32.494094], [115.506563, 32.463084], [115.508318, 32.454638], [115.510188, 32.452821], [115.51856, 32.450684], [115.518813, 32.443005], [115.523866, 32.440901], [115.53138, 32.441782], [115.536269, 32.437259], [115.543306, 32.425466], [115.552317, 32.425714], [115.565266, 32.422327], [115.564025, 32.417444], [115.559194, 32.413747], [115.554617, 32.412793], [115.549729, 32.415369], [115.54682, 32.413821], [115.548165, 32.409473], [115.55826, 32.405621], [115.583067, 32.423286], [115.599319, 32.428238], [115.603505, 32.427058], [115.605548, 32.421409], [115.61282, 32.416476], [115.619936, 32.407105], [115.638968, 32.418656], [115.646131, 32.426658], [115.651236, 32.421493], [115.650632, 32.411334], [115.6537, 32.409464], [115.660439, 32.410933], [115.666141, 32.41781], [115.676117, 32.444379], [115.675907, 32.454403], [115.669084, 32.467098], [115.673526, 32.46884], [115.691262, 32.469135], [115.69544, 32.471522], [115.69539, 32.474938], [115.687931, 32.48175], [115.686286, 32.48588], [115.687698, 32.491232], [115.694258, 32.496638], [115.698668, 32.49773], [115.712345, 32.488421], [115.738841, 32.478087], [115.750001, 32.481562], [115.757597, 32.486649], [115.76228, 32.497407], [115.762055, 32.506251], [115.765055, 32.507831], [115.774006, 32.500022], [115.781389, 32.488713], [115.781961, 32.480964], [115.776059, 32.469023], [115.778392, 32.467981], [115.78257, 32.470528], [115.801476, 32.490168], [115.813395, 32.498053], [115.818601, 32.504441], [115.835851, 32.50269], [115.831901, 32.520107], [115.835566, 32.528872], [115.841329, 32.534335], [115.853267, 32.538881], [115.85981, 32.543376], [115.882228, 32.569185], [115.887217, 32.57904], [115.892821, 32.58064], [115.908381, 32.579649], [115.924517, 32.569653], [115.914916, 32.567587], [115.910196, 32.570504], [115.906157, 32.569892], [115.893526, 32.557879], [115.872471, 32.545619], [115.870249, 32.542821], [115.87032, 32.533769], [115.86807, 32.528156], [115.849143, 32.518393], [115.842038, 32.511403], [115.839254, 32.506127], [115.840832, 32.50423], [115.84705, 32.507227], [115.86682, 32.507337], [115.868772, 32.505458], [115.868687, 32.500949], [115.877726, 32.493531], [115.876667, 32.475984], [115.868965, 32.473462], [115.860772, 32.466932], [115.858362, 32.462402], [115.860521, 32.460761], [115.870943, 32.460757], [115.879651, 32.45492], [115.875787, 32.434634], [115.893969, 32.393669], [115.892318, 32.348669], [115.898389, 32.341211], [115.903809, 32.327532], [115.899715, 32.3218], [115.902571, 32.30157], [115.906723, 32.298402], [115.905832, 32.286441], [115.916843, 32.273643], [115.918215, 32.268966], [115.910314, 32.258727], [115.908716, 32.253923], [115.909175, 32.240394], [115.907417, 32.231254], [115.916505, 32.206478], [115.919394, 32.190887], [115.929028, 32.183214], [115.927493, 32.178474], [115.932652, 32.169726], [115.93387, 32.164238], [115.931611, 32.154291], [115.93415, 32.148316], [115.93362, 32.141981], [115.930392, 32.12979], [115.926854, 32.123285], [115.926441, 32.115112], [115.921997, 32.111034], [115.92137, 32.107593], [115.927432, 32.087473], [115.932135, 32.08295], [115.937718, 32.080932], [115.938566, 32.077215], [115.928604, 32.060539], [115.919639, 32.060666], [115.920009, 32.057562], [115.916866, 32.052062], [115.922676, 32.038694], [115.915957, 32.035697], [115.914458, 32.030869], [115.918959, 32.024387], [115.923368, 32.022062], [115.922285, 32.009699], [115.929379, 32], [115.92732, 31.997436], [115.922937, 31.999188], [115.918491, 31.997263], [115.919788, 31.996409], [115.919473, 31.99355], [115.916427, 31.990368], [115.918767, 31.989207], [115.919964, 31.985465], [115.913231, 31.975921], [115.912491, 31.971406], [115.909416, 31.966618], [115.908606, 31.959099], [115.90465, 31.95553], [115.903671, 31.952447], [115.904425, 31.945104], [115.911458, 31.941486], [115.913853, 31.936537], [115.910677, 31.932344], [115.917414, 31.920545], [115.91381, 31.91411], [115.913862, 31.909683], [115.906181, 31.899481], [115.906888, 31.896953], [115.904587, 31.895736], [115.905073, 31.893972], [115.902714, 31.893267], [115.902477, 31.888251], [115.900194, 31.883309], [115.893251, 31.883805], [115.892755, 31.880159], [115.890645, 31.878598], [115.890081, 31.865246], [115.891686, 31.86003], [115.888586, 31.848893], [115.887911, 31.838228], [115.891464, 31.833394], [115.900498, 31.829511], [115.909289, 31.822066], [115.909751, 31.815126], [115.905403, 31.795195], [115.904088, 31.793841], [115.893847, 31.793842], [115.885416, 31.785472], [115.882747, 31.779155], [115.874915, 31.777318], [115.863017, 31.778304], [115.85469, 31.775551], [115.852045, 31.776041], [115.848988, 31.780766], [115.848298, 31.785331], [115.846158, 31.788468], [115.84464, 31.788337], [115.840131, 31.785879], [115.83317, 31.77522], [115.82679, 31.779697], [115.82164, 31.773806], [115.809621, 31.765182], [115.803237, 31.768377], [115.801737, 31.771682], [115.803352, 31.773329], [115.802832, 31.776021], [115.798611, 31.773429], [115.789269, 31.775072], [115.784309, 31.781454], [115.768576, 31.786461], [115.763091, 31.790087], [115.757422, 31.784522], [115.735453, 31.784943], [115.735433, 31.778612], [115.725321, 31.770856], [115.726007, 31.769375], [115.733876, 31.767433], [115.732676, 31.76486], [115.728932, 31.762968], [115.727325, 31.764852], [115.720254, 31.767036], [115.715839, 31.765007], [115.707541, 31.771209], [115.706693, 31.77377], [115.697184, 31.769119], [115.693916, 31.769591], [115.687907, 31.772802], [115.686071, 31.777941], [115.676951, 31.781643], [115.673969, 31.781261], [115.669935, 31.779108], [115.668935, 31.775257], [115.657202, 31.762888], [115.639891, 31.75971], [115.631763, 31.759813], [115.627748, 31.750103], [115.621356, 31.746364], [115.617668, 31.741716], [115.611641, 31.740406], [115.608467, 31.736782], [115.600358, 31.736405], [115.599866, 31.734064], [115.59525, 31.733689], [115.590623, 31.7271], [115.580825, 31.723474], [115.581033, 31.717381], [115.576336, 31.713469], [115.569624, 31.710869], [115.562839, 31.711722], [115.55455, 31.707161], [115.54592, 31.70482], [115.54113, 31.699109], [115.518464, 31.701682], [115.51951, 31.698241], [115.512394, 31.690764], [115.511204, 31.686701], [115.50492, 31.68138], [115.498716, 31.679857], [115.494286, 31.675323], [115.489621, 31.674997], [115.489198, 31.66786], [115.480571, 31.66148], [115.482056, 31.656668], [115.481044, 31.651721], [115.478166, 31.648673], [115.471716, 31.647266], [115.471372, 31.64419], [115.474109, 31.64337], [115.475484, 31.639004], [115.478634, 31.636872], [115.478918, 31.633913], [115.486485, 31.625026], [115.484718, 31.616709], [115.481652, 31.611765], [115.477144, 31.608396], [115.472936, 31.608616], [115.462081, 31.604313], [115.449861, 31.595845], [115.445351, 31.594665], [115.442902, 31.595716], [115.432209, 31.588915], [115.435466, 31.580706], [115.428081, 31.576949], [115.423384, 31.566345], [115.426996, 31.561448], [115.42533, 31.553786], [115.422978, 31.551745], [115.424182, 31.547815], [115.420833, 31.545075], [115.413454, 31.527271], [115.409616, 31.526098], [115.405903, 31.520815], [115.401417, 31.520398], [115.39874, 31.517983], [115.391251, 31.515517], [115.391729, 31.514128], [115.385992, 31.507716], [115.377719, 31.506722], [115.373341, 31.502524], [115.369151, 31.501261], [115.366468, 31.496197], [115.366338, 31.492187], [115.370961, 31.489117], [115.368883, 31.481512], [115.373125, 31.47669], [115.371579, 31.472259], [115.375754, 31.468901], [115.377388, 31.465801], [115.376939, 31.462093], [115.383555, 31.451978], [115.380546, 31.445723], [115.382365, 31.442209], [115.380679, 31.440525], [115.381093, 31.43546], [115.378601, 31.431884], [115.379996, 31.422152], [115.378081, 31.415863], [115.373399, 31.415465], [115.370188, 31.413273], [115.369283, 31.406578], [115.35946, 31.405277], [115.349073, 31.400472], [115.34227, 31.402983], [115.33155, 31.404123], [115.324626, 31.395827], [115.315953, 31.38902], [115.307165, 31.384823], [115.297013, 31.385515], [115.294319, 31.388202], [115.290291, 31.398585], [115.286892, 31.397317], [115.275896, 31.402083], [115.265985, 31.397665], [115.261484, 31.391513], [115.25507, 31.388279], [115.251231, 31.394355], [115.24669, 31.393854], [115.246307, 31.395004], [115.246207, 31.397914], [115.251043, 31.401903], [115.255116, 31.411061], [115.252514, 31.417507], [115.247069, 31.423611], [115.235665, 31.42503], [115.232021, 31.428138], [115.22878, 31.42867], [115.224814, 31.428414], [115.221456, 31.426231], [115.215151, 31.426621], [115.211141, 31.436938], [115.206395, 31.438963], [115.204567, 31.446265], [115.202429, 31.448151], [115.213789, 31.469869], [115.21123, 31.484203], [115.207628, 31.489978], [115.207182, 31.49431], [115.20821, 31.497326], [115.213555, 31.501005], [115.215134, 31.508351], [115.2123, 31.512861], [115.212303, 31.517168], [115.21811, 31.523336], [115.225807, 31.539228], [115.224511, 31.543245], [115.225274, 31.549026], [115.231485, 31.557051], [115.229249, 31.559517], [115.222795, 31.557296], [115.216752, 31.558709], [115.210313, 31.555654], [115.205995, 31.55707], [115.204484, 31.559155], [115.205659, 31.563725], [115.203431, 31.566549], [115.197473, 31.564908], [115.185876, 31.565447], [115.187836, 31.573042], [115.18142, 31.574572], [115.173348, 31.582261], [115.170968, 31.591975], [115.172678, 31.599706], [115.167017, 31.604688], [115.150895, 31.606128], [115.146554, 31.607881], [115.133894, 31.605753], [115.120143, 31.599715], [115.118686, 31.594821], [115.122897, 31.590494], [115.123828, 31.5837], [115.118824, 31.578399], [115.1123, 31.576211], [115.108134, 31.571407], [115.099925, 31.568269], [115.097636, 31.561253], [115.098139, 31.555564], [115.106615, 31.553136], [115.100833, 31.548763], [115.100199, 31.539971], [115.108664, 31.535388], [115.110089, 31.53191], [115.092425, 31.520889], [115.087134, 31.520923], [115.08829, 31.51751], [115.093251, 31.516072], [115.090881, 31.510239], [115.075197, 31.510688], [115.049192, 31.516151], [115.044785, 31.519278], [115.036691, 31.516171], [115.024744, 31.523769], [115.025583, 31.526978], [115.02405, 31.529601], [115.019457, 31.529822], [115.017618, 31.529277], [115.014253, 31.520342], [115.009241, 31.514315], [115.006395, 31.505383], [114.999703, 31.503785], [114.998701, 31.498632], [115.002436, 31.496469], [115.005489, 31.489936], [114.998584, 31.486981], [114.9966, 31.478409], [114.993444, 31.472671], [114.991082, 31.471277], [114.986215, 31.475228], [114.985458, 31.480211], [114.979177, 31.47867], [114.977564, 31.479852], [114.974117, 31.488123], [114.975819, 31.494743], [114.969521, 31.501984], [114.95668, 31.497731], [114.955119, 31.4931], [114.94998, 31.490856], [114.94152, 31.482439], [114.936197, 31.480428], [114.934143, 31.469448], [114.93067, 31.474994], [114.919134, 31.480316], [114.918293, 31.483702], [114.912112, 31.482823], [114.90024, 31.476708], [114.888179, 31.475249], [114.880865, 31.470412], [114.871348, 31.472232], [114.872204, 31.475539], [114.87016, 31.480093], [114.860078, 31.479912], [114.856283, 31.481318], [114.850651, 31.476939], [114.847474, 31.479189], [114.845174, 31.478063], [114.843991, 31.470604], [114.834836, 31.461042], [114.825602, 31.459404], [114.825331, 31.462942], [114.817002, 31.475049], [114.812722, 31.476138], [114.808219, 31.480285], [114.797943, 31.482144], [114.788166, 31.480389], [114.776134, 31.486613], [114.778717, 31.497929], [114.776239, 31.502821], [114.769312, 31.503536], [114.77112, 31.510312], [114.768601, 31.514454], [114.776514, 31.521911], [114.781466, 31.521768], [114.78184, 31.524558], [114.778285, 31.527824], [114.774104, 31.526102], [114.774706, 31.524516], [114.77833, 31.525754], [114.775317, 31.523065], [114.763428, 31.521555], [114.761112, 31.525169], [114.75319, 31.529253], [114.748251, 31.529038], [114.747392, 31.523801], [114.7357, 31.529472], [114.718055, 31.521596], [114.716221, 31.519245], [114.714067, 31.522308], [114.712581, 31.530226], [114.704062, 31.529261], [114.700507, 31.526693], [114.692083, 31.526159], [114.689731, 31.528757], [114.689558, 31.531438], [114.695684, 31.540844], [114.69392, 31.547179], [114.691359, 31.548466], [114.686705, 31.546], [114.671359, 31.545326], [114.66521, 31.548371], [114.66315, 31.552269], [114.658314, 31.554451], [114.654759, 31.564396], [114.651088, 31.563368], [114.652185, 31.570061], [114.648626, 31.57364], [114.640085, 31.576416], [114.639925, 31.58346], [114.629965, 31.584565], [114.621798, 31.58897], [114.616968, 31.585862], [114.611669, 31.587683], [114.610281, 31.583578], [114.606994, 31.580486], [114.601474, 31.578366], [114.595909, 31.579164], [114.591162, 31.57771], [114.586584, 31.563709], [114.583292, 31.562345], [114.569334, 31.561993], [114.568002, 31.557194], [114.561633, 31.558106], [114.554421, 31.564729], [114.555257, 31.568656], [114.550944, 31.575192], [114.553092, 31.580858], [114.548618, 31.585861], [114.550604, 31.590482], [114.548338, 31.601092], [114.54555, 31.608641], [114.542642, 31.61163], [114.544457, 31.617769], [114.54304, 31.624198], [114.544043, 31.6272], [114.547195, 31.629662], [114.547791, 31.636509], [114.544441, 31.645384], [114.550485, 31.649662], [114.550858, 31.656163], [114.552651, 31.658159], [114.558386, 31.660583], [114.566355, 31.660975], [114.564797, 31.665532], [114.569366, 31.672752], [114.569763, 31.693107], [114.572392, 31.694167], [114.583401, 31.692501], [114.585931, 31.697417], [114.586236, 31.705175], [114.577232, 31.707529], [114.574158, 31.710571], [114.574385, 31.713208], [114.578516, 31.716568], [114.576683, 31.718913], [114.576361, 31.723162], [114.57711, 31.728441], [114.57986, 31.733001], [114.577206, 31.742578], [114.58305, 31.756392], [114.579537, 31.766494], [114.566366, 31.766568], [114.550107, 31.77015], [114.544816, 31.769111], [114.544174, 31.76625], [114.549476, 31.762061], [114.539881, 31.754628], [114.54025, 31.74983], [114.532365, 31.742042], [114.526081, 31.743543], [114.524248, 31.748988], [114.525524, 31.75179], [114.517097, 31.759198], [114.518438, 31.764272], [114.512885, 31.769897], [114.508924, 31.769676], [114.501102, 31.766729], [114.50181, 31.763817], [114.4985, 31.751254], [114.503136, 31.750226], [114.505637, 31.74666], [114.501233, 31.741986], [114.493114, 31.738585], [114.490222, 31.740153], [114.48851, 31.745499], [114.4754, 31.742324], [114.468211, 31.742439], [114.462981, 31.740938], [114.460069, 31.736604], [114.455026, 31.734392], [114.451291, 31.736674], [114.450542, 31.739874], [114.447338, 31.741319], [114.444912, 31.738828], [114.446564, 31.732133], [114.44419, 31.729601], [114.430866, 31.732491], [114.429605, 31.735601], [114.426021, 31.737997], [114.424408, 31.737519], [114.422313, 31.733028], [114.414846, 31.733754], [114.415609, 31.737761], [114.410756, 31.745108], [114.400876, 31.75022], [114.392542, 31.750001], [114.381945, 31.742675], [114.374314, 31.746382], [114.358958, 31.749389], [114.341769, 31.758305], [114.325771, 31.755122], [114.31843, 31.757426], [114.306025, 31.753602], [114.303508, 31.75642], [114.297443, 31.756256], [114.294695, 31.751966], [114.291563, 31.750657], [114.290201, 31.757326], [114.286117, 31.763967], [114.278046, 31.767971], [114.270693, 31.774162], [114.268039, 31.782789], [114.258089, 31.791103], [114.257234, 31.798607], [114.253081, 31.80075], [114.25261, 31.805034], [114.244839, 31.809909], [114.241722, 31.816667], [114.234662, 31.822894], [114.229488, 31.833864], [114.231686, 31.839455], [114.230822, 31.842934], [114.227242, 31.842603], [114.222853, 31.838226], [114.221171, 31.833754], [114.214739, 31.83419], [114.214821, 31.837077], [114.207516, 31.839828], [114.204912, 31.843556], [114.194171, 31.846745], [114.189137, 31.852223], [114.1761, 31.856232], [114.167184, 31.856322], [114.163361, 31.855624], [114.160904, 31.853118], [114.157173, 31.848059], [114.155444, 31.842468], [114.141468, 31.840965], [114.133246, 31.845971], [114.126976, 31.845217], [114.124545, 31.839177], [114.123954, 31.829339], [114.114805, 31.819638], [114.114215, 31.808244], [114.111175, 31.806789], [114.098159, 31.807211], [114.090764, 31.802063], [114.088693, 31.797075], [114.092508, 31.793235], [114.084529, 31.786251], [114.082834, 31.781117], [114.071571, 31.782686], [114.05763, 31.781145], [114.057175, 31.77829], [114.050972, 31.772512], [114.037371, 31.775934], [114.03044, 31.770988], [114.023972, 31.773963], [114.015303, 31.772852], [114.012363, 31.773893], [114.006299, 31.7707], [113.984694, 31.751436], [113.981704, 31.751425], [113.975744, 31.754869], [113.969465, 31.760913], [113.967795, 31.769905], [113.963225, 31.778055], [113.964044, 31.783068], [113.947226, 31.794095], [113.946127, 31.804175], [113.947812, 31.814811], [113.946827, 31.818275], [113.942774, 31.819464], [113.940776, 31.825041], [113.944856, 31.83499], [113.950993, 31.83939], [113.952595, 31.843283], [113.952231, 31.859686], [113.946887, 31.860315], [113.928122, 31.870699], [113.927397, 31.874492], [113.929995, 31.881016], [113.924699, 31.883562], [113.912269, 31.881113], [113.901922, 31.873202], [113.900216, 31.867292], [113.890566, 31.850504], [113.887252, 31.848525], [113.883261, 31.850562], [113.877624, 31.848599], [113.870916, 31.842904], [113.86832, 31.842611], [113.860932, 31.847492], [113.852877, 31.843405], [113.834087, 31.854796], [113.831134, 31.862866], [113.832924, 31.867513], [113.835381, 31.869116], [113.82599, 31.875635], [113.825476, 31.883723], [113.829913, 31.895801], [113.827648, 31.900502], [113.832784, 31.91088], [113.827186, 31.918215], [113.812963, 31.92448], [113.800338, 31.933015], [113.801735, 31.953598], [113.808416, 31.967476], [113.797303, 31.975833], [113.790479, 31.976741], [113.784054, 31.975512], [113.77743, 31.977099], [113.772126, 31.980785], [113.761796, 31.981876], [113.753671, 31.989552], [113.750331, 31.995865], [113.752757, 31.999667], [113.752447, 32.004648], [113.759319, 32.009884], [113.762591, 32.016965], [113.765797, 32.020501], [113.772097, 32.0197], [113.784944, 32.034489], [113.786428, 32.038747], [113.774124, 32.051825], [113.770316, 32.051872], [113.757204, 32.056769], [113.740553, 32.07132], [113.737083, 32.07921], [113.724938, 32.08314], [113.718752, 32.088673], [113.724573, 32.099283], [113.719505, 32.109505], [113.719074, 32.120664], [113.715278, 32.124099], [113.718516, 32.127562], [113.727488, 32.124377], [113.733184, 32.120315], [113.73243, 32.114923], [113.736644, 32.113182], [113.753319, 32.127028], [113.760546, 32.136177], [113.759103, 32.153401], [113.754934, 32.159585], [113.771297, 32.183017], [113.777257, 32.188357], [113.77139, 32.210554], [113.758678, 32.20528], [113.746141, 32.215731], [113.743184, 32.237283], [113.733402, 32.244922], [113.732433, 32.255074], [113.733171, 32.259854], [113.743233, 32.262456], [113.746198, 32.267565], [113.744043, 32.275337], [113.73691, 32.280864], [113.737844, 32.287946], [113.742218, 32.295062], [113.767399, 32.305074], [113.766344, 32.310865], [113.761674, 32.312266], [113.763197, 32.317997], [113.758273, 32.322575], [113.752734, 32.323345], [113.747547, 32.331593], [113.748961, 32.34954], [113.751878, 32.353678], [113.756056, 32.353821], [113.76405, 32.359009], [113.765724, 32.364752], [113.764606, 32.371302], [113.762516, 32.372429], [113.757753, 32.372236], [113.75087, 32.363121], [113.747318, 32.362996], [113.741502, 32.366196], [113.737446, 32.373667], [113.738998, 32.377238], [113.745027, 32.378513], [113.744813, 32.389694], [113.740847, 32.395188], [113.734156, 32.394541], [113.730891, 32.397522], [113.731999, 32.403357], [113.728312, 32.412801], [113.717586, 32.419027], [113.712633, 32.41928], [113.706914, 32.4132], [113.701815, 32.412552], [113.699391, 32.413938], [113.695532, 32.422782], [113.692478, 32.423028], [113.682754, 32.419193], [113.679347, 32.421703], [113.673558, 32.422872], [113.66645, 32.41967], [113.659776, 32.423993], [113.658483, 32.417585], [113.655007, 32.413566], [113.648455, 32.415876], [113.645237, 32.414853], [113.638435, 32.406433], [113.633031, 32.390845], [113.619212, 32.378027], [113.619298, 32.366289], [113.616901, 32.361995], [113.609638, 32.359784], [113.604762, 32.361597], [113.596705, 32.368019], [113.592458, 32.368809], [113.587445, 32.367326], [113.585832, 32.36516], [113.587425, 32.360656], [113.597132, 32.358456], [113.600293, 32.356101], [113.599887, 32.353063], [113.585547, 32.352907], [113.572199, 32.342039], [113.567373, 32.341074], [113.559059, 32.342937], [113.547116, 32.332484], [113.54915, 32.326387], [113.552791, 32.32296], [113.555313, 32.309965], [113.568004, 32.30383], [113.557911, 32.302701], [113.543993, 32.307489], [113.541985, 32.31009], [113.541631, 32.314135], [113.542301, 32.31834], [113.544798, 32.321102], [113.545435, 32.327147], [113.543409, 32.330649], [113.526946, 32.332169], [113.518726, 32.329405], [113.517515, 32.325552], [113.508925, 32.317791], [113.500536, 32.317678], [113.488211, 32.311792], [113.484428, 32.306217], [113.471045, 32.299894], [113.462452, 32.301252], [113.459668, 32.29397], [113.452974, 32.294413], [113.421534, 32.271221], [113.414292, 32.272152], [113.411047, 32.274235], [113.410077, 32.277499], [113.403447, 32.281688], [113.398287, 32.28245], [113.393479, 32.28055], [113.389429, 32.287074], [113.390602, 32.28961], [113.385392, 32.295344], [113.375019, 32.299542], [113.366333, 32.301358], [113.359194, 32.297819], [113.352189, 32.296538], [113.342, 32.301031], [113.329629, 32.316803], [113.311814, 32.323987], [113.313259, 32.330966], [113.32805, 32.338712], [113.328966, 32.340549], [113.326884, 32.344032], [113.31236, 32.352174], [113.30255, 32.351912], [113.29298, 32.355703], [113.287759, 32.364527], [113.289626, 32.37091], [113.270287, 32.381786], [113.268018, 32.386638], [113.249818, 32.395061], [113.244483, 32.400322], [113.226935, 32.411196], [113.222288, 32.422285], [113.223124, 32.424333], [113.207874, 32.433587], [113.202956, 32.434779], [113.19808, 32.434376], [113.180626, 32.424208], [113.16838, 32.424246], [113.160902, 32.421598], [113.159485, 32.417731], [113.152479, 32.414312], [113.153051, 32.407746], [113.155827, 32.40412], [113.150259, 32.397892], [113.148725, 32.387361], [113.150842, 32.382943], [113.145067, 32.379426], [113.134981, 32.38056], [113.113103, 32.377265], [113.107303, 32.383908], [113.107405, 32.392999], [113.10327, 32.400024], [113.089037, 32.400752], [113.072733, 32.395671], [113.059963, 32.403846], [113.051588, 32.406032], [113.051167, 32.413943], [113.042509, 32.422185], [113.028078, 32.424969], [113.02495, 32.427827], [113.00954, 32.419527], [112.994756, 32.418802], [112.988675, 32.411851], [112.985193, 32.40327], [112.992481, 32.393353], [112.983806, 32.370344], [112.976494, 32.370869], [112.958662, 32.376126], [112.963155, 32.393084], [112.958929, 32.395114], [112.948339, 32.392386], [112.946566, 32.388659], [112.948252, 32.384229], [112.946348, 32.382649], [112.940221, 32.383221], [112.919912, 32.391194], [112.909639, 32.393308], [112.901579, 32.39932], [112.884843, 32.390298], [112.886787, 32.381018], [112.874182, 32.378239], [112.87179, 32.382072], [112.872267, 32.386788], [112.869268, 32.396831], [112.866842, 32.39938], [112.859633, 32.396497], [112.854405, 32.389965], [112.845505, 32.387866], [112.838687, 32.382654], [112.834433, 32.376463], [112.821146, 32.374697], [112.812758, 32.371108], [112.803227, 32.372049], [112.796039, 32.367883], [112.786975, 32.357688], [112.7763, 32.358003], [112.770838, 32.36084], [112.765897, 32.354147], [112.765912, 32.348296], [112.756527, 32.345661], [112.744535, 32.346123], [112.729138, 32.352835], [112.730984, 32.361385], [112.728329, 32.367571], [112.72554, 32.368612], [112.711549, 32.364126], [112.707778, 32.355419], [112.705583, 32.353852], [112.69493, 32.357112], [112.685482, 32.356494], [112.679789, 32.358586], [112.67236, 32.368484], [112.666516, 32.370812], [112.661628, 32.371702], [112.65742, 32.364098], [112.655219, 32.375415], [112.651512, 32.377164], [112.637409, 32.375982], [112.635417, 32.370337], [112.620862, 32.375289], [112.598915, 32.386892], [112.590477, 32.389169], [112.582581, 32.384147], [112.576006, 32.385259], [112.572088, 32.384096], [112.570166, 32.385722], [112.572251, 32.388406], [112.56557, 32.394094], [112.566053, 32.396595], [112.548424, 32.408929], [112.546215, 32.412237], [112.542607, 32.413383], [112.53559, 32.407027], [112.525433, 32.391929], [112.511186, 32.385544], [112.498758, 32.384331], [112.488421, 32.37667], [112.483546, 32.377691], [112.47654, 32.383174], [112.471437, 32.382989], [112.465512, 32.372567], [112.453345, 32.369738], [112.439512, 32.35752], [112.439952, 32.352781], [112.446033, 32.346924], [112.44478, 32.345111], [112.437951, 32.346214], [112.429887, 32.351014], [112.413695, 32.35697], [112.406135, 32.365798], [112.394504, 32.371026], [112.385884, 32.372258], [112.383816, 32.365651], [112.361723, 32.370761], [112.354811, 32.368393], [112.347788, 32.360085], [112.345047, 32.351724], [112.332658, 32.349836], [112.318071, 32.328568], [112.311865, 32.331189], [112.30502, 32.331043], [112.292925, 32.337858], [112.282337, 32.348244], [112.276123, 32.351797], [112.263481, 32.356226], [112.255628, 32.361402], [112.251843, 32.360809], [112.247314, 32.363363], [112.244215, 32.37032], [112.233832, 32.373887], [112.231258, 32.373081], [112.221576, 32.382749], [112.221474, 32.389761], [112.218749, 32.389884], [112.219165, 32.38809], [112.21611, 32.388358], [112.204486, 32.393244], [112.199858, 32.38596], [112.19684, 32.385483], [112.195246, 32.38638], [112.194181, 32.3948], [112.190734, 32.394683], [112.166934, 32.387092], [112.166361, 32.389844], [112.173002, 32.394578], [112.171496, 32.400395], [112.163116, 32.411764], [112.158625, 32.413335], [112.1443, 32.413741], [112.137543, 32.409027], [112.142647, 32.403753], [112.146053, 32.403026], [112.149227, 32.404559], [112.155601, 32.402178], [112.155245, 32.395124], [112.143416, 32.389048], [112.144563, 32.386205], [112.153062, 32.388491], [112.15387, 32.390539], [112.158427, 32.387358], [112.153265, 32.378939], [112.149271, 32.379229], [112.128596, 32.394117], [112.127218, 32.404359], [112.121849, 32.405153], [112.116842, 32.396797], [112.112913, 32.401574], [112.102252, 32.406572], [112.100115, 32.413135], [112.09547, 32.416383], [112.088202, 32.420356], [112.076609, 32.4217], [112.074212, 32.426643], [112.073495, 32.43539], [112.066894, 32.440226], [112.060344, 32.442381], [112.060044, 32.448122], [112.064121, 32.461238], [112.057232, 32.47221], [112.058387, 32.475935], [112.041127, 32.475457], [112.0335, 32.473029], [112.028852, 32.46934], [112.025641, 32.460421], [112.016885, 32.454354], [112.005496, 32.45246], [112.000143, 32.455342], [111.997846, 32.461171], [111.99114, 32.462608], [111.987574, 32.460186], [111.984354, 32.46105], [111.982734, 32.464711], [111.986095, 32.466614], [111.986375, 32.471086], [111.968852, 32.473775], [111.961068, 32.497366], [111.951723, 32.513801], [111.945857, 32.518625], [111.93325, 32.5212], [111.912289, 32.507359], [111.886247, 32.501783], [111.864177, 32.509319], [111.856952, 32.516693], [111.857196, 32.532096], [111.852334, 32.533111], [111.851965, 32.53091], [111.82511, 32.53072], [111.82293, 32.531471], [111.820915, 32.537411], [111.815651, 32.539612], [111.802918, 32.539361], [111.789879, 32.546243], [111.782636, 32.547134], [111.780732, 32.551678], [111.780899, 32.558382], [111.776044, 32.561536], [111.769264, 32.562776], [111.757649, 32.562026], [111.741207, 32.577498], [111.735353, 32.588926], [111.730748, 32.592659], [111.722019, 32.59623], [111.718985, 32.601438], [111.709732, 32.608585], [111.697639, 32.610406], [111.689364, 32.608208], [111.651876, 32.617994], [111.643774, 32.602241], [111.640171, 32.602516], [111.634245, 32.610754], [111.631938, 32.619905], [111.640171, 32.628106], [111.636892, 32.629916], [111.621996, 32.63066], [111.615908, 32.629676], [111.602959, 32.609292], [111.590531, 32.599275], [111.579491, 32.601686], [111.578521, 32.594664], [111.572639, 32.590429], [111.55587, 32.596699], [111.554228, 32.60474], [111.548594, 32.60984], [111.540543, 32.6143], [111.522581, 32.619769], [111.531104, 32.625775], [111.531124, 32.63038], [111.518741, 32.641578], [111.519004, 32.643886], [111.525832, 32.646687], [111.513837, 32.668861], [111.511156, 32.671746], [111.493951, 32.680438], [111.481097, 32.693259], [111.469995, 32.698271], [111.464314, 32.709777], [111.466949, 32.714955], [111.465322, 32.719588], [111.454691, 32.725919], [111.443862, 32.724554], [111.430502, 32.726487], [111.426131, 32.728226], [111.419384, 32.73428], [111.419463, 32.73702], [111.423145, 32.737341], [111.437935, 32.728703], [111.436726, 32.733154], [111.432643, 32.737054], [111.436867, 32.738537], [111.443147, 32.733113], [111.453366, 32.729061], [111.461673, 32.740514], [111.464509, 32.75417], [111.468296, 32.76083], [111.458454, 32.775271], [111.456085, 32.775978], [111.454918, 32.77372], [111.453617, 32.763122], [111.449683, 32.76197], [111.44325, 32.763239], [111.440147, 32.754495], [111.435122, 32.751906], [111.416517, 32.753466], [111.409655, 32.755581], [111.397554, 32.777428], [111.398757, 32.784026], [111.393695, 32.792135], [111.385519, 32.797357], [111.386595, 32.806249], [111.381662, 32.816791], [111.366894, 32.823211], [111.364404, 32.830657], [111.361648, 32.833251], [111.357131, 32.835542], [111.348504, 32.835119], [111.335441, 32.837552], [111.322491, 32.835646], [111.310836, 32.850885], [111.29414, 32.856336], [111.284261, 32.856585], [111.278443, 32.873411], [111.28262, 32.874091], [111.287195, 32.8789], [111.289815, 32.893073], [111.272307, 32.900957], [111.26545, 32.897302], [111.259056, 32.887018], [111.25305, 32.88294], [111.238949, 32.884305], [111.239201, 32.893427], [111.244201, 32.900652], [111.246299, 32.907385], [111.241968, 32.91309], [111.239899, 32.919135], [111.239087, 32.933918], [111.246297, 32.952116], [111.251413, 32.952091], [111.266983, 32.960954], [111.267425, 32.970216], [111.265307, 32.978617], [111.269984, 32.989509], [111.265946, 32.992748], [111.259163, 32.991864], [111.257178, 32.994672], [111.254094, 33.00917], [111.249438, 33.013839], [111.244545, 33.01334], [111.241629, 33.015076], [111.242258, 33.029944], [111.23439, 33.039276], [111.21338, 33.044873], [111.184329, 33.040003], [111.178869, 33.044618], [111.166992, 33.048377], [111.162936, 33.047788], [111.152893, 33.038278], [111.145708, 33.043784], [111.145157, 33.048389], [111.146353, 33.050064], [111.163123, 33.061701], [111.180652, 33.065111], [111.188362, 33.068402], [111.193039, 33.073448], [111.193696, 33.077406], [111.188566, 33.081186], [111.188501, 33.090836], [111.18562, 33.094971], [111.176938, 33.093126], [111.170082, 33.094628], [111.170829, 33.110467], [111.17344, 33.112552], [111.174507, 33.116249], [111.166775, 33.119323], [111.156424, 33.126436], [111.147883, 33.123833], [111.140472, 33.125746], [111.133147, 33.135869], [111.125637, 33.139986], [111.122757, 33.152361], [111.124874, 33.162686], [111.121743, 33.162998], [111.117903, 33.159596], [111.113272, 33.158905], [111.099801, 33.170601], [111.098664, 33.173164], [111.084756, 33.173372], [111.087271, 33.179022], [111.087283, 33.18325], [111.085889, 33.184539], [111.077587, 33.185583], [111.076134, 33.182406], [111.072083, 33.179428], [111.067215, 33.179627], [111.062951, 33.177447], [111.056972, 33.165562], [111.050254, 33.157855], [111.031696, 33.155646], [111.031658, 33.158319], [111.052, 33.175167], [111.052376, 33.181814], [111.057422, 33.186555], [111.055785, 33.194421], [111.021458, 33.212968], [111.012051, 33.22151], [111.006462, 33.231401], [110.995456, 33.238862], [110.992429, 33.239786], [110.988377, 33.238499], [110.988566, 33.244789], [110.991744, 33.249103], [110.988249, 33.253963], [110.989908, 33.256596], [110.975485, 33.271582], [110.984977, 33.278348], [110.991885, 33.288377], [110.9899, 33.294942], [110.991924, 33.302375], [111.001789, 33.304418], [110.99849, 33.314729], [111.005775, 33.32773], [111.008259, 33.329368], [111.020239, 33.329552], [111.029372, 33.335072], [111.020114, 33.354478], [111.027928, 33.361578], [111.031472, 33.370685], [111.025111, 33.375277], [111.019438, 33.388146], [111.010559, 33.393137], [111.003661, 33.423968], [110.990918, 33.436537], [110.992751, 33.439378], [110.996671, 33.441187], [111.004387, 33.437294], [111.00781, 33.437774], [111.01623, 33.452592], [111.020017, 33.466215], [111.016926, 33.468851], [111.017353, 33.473049], [111.019702, 33.478584], [111.021286, 33.478636], [111.026791, 33.48532], [111.022543, 33.500016], [111.017073, 33.511887], [111.015349, 33.521825], [110.996582, 33.535062], [110.99955, 33.551842], [111.004793, 33.56039], [111.001813, 33.566582], [111.000301, 33.5762], [110.9854, 33.590885], [110.981103, 33.591103], [110.970618, 33.600652], [110.968193, 33.606287], [110.956949, 33.611412], [110.943645, 33.609175], [110.938762, 33.618904], [110.93308, 33.622597], [110.900944, 33.628945], [110.885872, 33.635503], [110.874472, 33.633025], [110.853092, 33.658884], [110.832261, 33.667056], [110.827892, 33.677079], [110.818424, 33.686461], [110.818617, 33.696904], [110.826585, 33.71695], [110.816942, 33.726957], [110.811111, 33.740174], [110.811656, 33.753444], [110.802745, 33.757484], [110.796396, 33.767717], [110.794612, 33.774003], [110.77814, 33.783489], [110.776124, 33.794017], [110.777211, 33.796645], [110.769293, 33.798271], [110.760243, 33.795753], [110.732821, 33.800686], [110.730187, 33.804111], [110.7204, 33.809793], [110.718081, 33.820731], [110.706503, 33.835722], [110.701326, 33.83769], [110.692948, 33.837229], [110.683133, 33.839679], [110.666983, 33.848391], [110.662132, 33.854032], [110.657007, 33.854839], [110.635918, 33.848484], [110.621271, 33.849335], [110.605676, 33.853535], [110.60791, 33.860272], [110.606486, 33.870596], [110.59438, 33.872064], [110.592943, 33.877886], [110.582159, 33.887898], [110.585266, 33.900691], [110.598377, 33.905216], [110.605966, 33.910004], [110.623014, 33.908957], [110.622187, 33.914426], [110.617892, 33.919134], [110.620721, 33.927056], [110.628652, 33.926854], [110.637332, 33.934214], [110.637937, 33.937535], [110.645499, 33.946131], [110.652712, 33.944935], [110.65563, 33.939481], [110.665376, 33.941867], [110.67192, 33.950361], [110.667505, 33.955246], [110.666707, 33.963596], [110.663404, 33.967108], [110.650315, 33.971863], [110.644695, 33.976856], [110.645591, 33.986877], [110.643636, 33.995692], [110.631791, 34.010134], [110.632562, 34.013641], [110.629808, 34.017803], [110.622041, 34.02085], [110.622824, 34.024601], [110.62651, 34.025194], [110.626902, 34.026901], [110.619941, 34.034491], [110.614093, 34.037525], [110.610064, 34.03573], [110.606711, 34.031521], [110.610736, 34.031009], [110.608069, 34.025039], [110.580427, 34.025058], [110.584458, 34.04055], [110.577759, 34.042736], [110.576025, 34.044884], [110.586235, 34.046964], [110.582579, 34.048966], [110.584786, 34.049987], [110.585774, 34.059527], [110.583186, 34.060326], [110.583362, 34.062672], [110.588868, 34.067614], [110.58927, 34.081559], [110.584734, 34.101641], [110.58852, 34.10734], [110.599448, 34.108722], [110.606971, 34.113091], [110.614083, 34.125897], [110.620818, 34.131552], [110.619439, 34.135721], [110.621639, 34.141629], [110.633568, 34.152332], [110.637755, 34.162056], [110.631162, 34.169132], [110.618609, 34.178185], [110.608898, 34.176936], [110.582993, 34.180543], [110.583044, 34.184666], [110.586107, 34.188723], [110.584989, 34.190663], [110.571924, 34.193638], [110.564694, 34.190981], [110.553718, 34.194175], [110.548316, 34.199368], [110.547, 34.211606], [110.543538, 34.21635], [110.514108, 34.220994], [110.507529, 34.216759], [110.505343, 34.216891], [110.500236, 34.220077], [110.49778, 34.224137], [110.480855, 34.234098], [110.467564, 34.235708], [110.459254, 34.240102], [110.443315, 34.242373], [110.436284, 34.241674], [110.432722, 34.245429], [110.432606, 34.248842], [110.437583, 34.258418], [110.427166, 34.273242], [110.422269, 34.275954], [110.4237, 34.290482], [110.428858, 34.292663], [110.431701, 34.291502], [110.442677, 34.291976], [110.44996, 34.296119], [110.454073, 34.302517], [110.461296, 34.307133], [110.466652, 34.31648], [110.467123, 34.321273], [110.471228, 34.323381], [110.484039, 34.31933], [110.496038, 34.322375], [110.501289, 34.341992], [110.494568, 34.351779], [110.481267, 34.356912], [110.481157, 34.369199], [110.472988, 34.383599], [110.468764, 34.396455], [110.471409, 34.409538], [110.462551, 34.411362], [110.456943, 34.408744], [110.454159, 34.403724], [110.445644, 34.402791], [110.424265, 34.409875], [110.416473, 34.416137], [110.405577, 34.421228], [110.4026, 34.425854], [110.405069, 34.429495], [110.398224, 34.435892], [110.39547, 34.441914], [110.396846, 34.446198], [110.393004, 34.452919], [110.389682, 34.455341], [110.387544, 34.467018], [110.381221, 34.4712], [110.374616, 34.479834], [110.372547, 34.484815], [110.373002, 34.487611], [110.368994, 34.495441], [110.365976, 34.494508], [110.363097, 34.497775], [110.356933, 34.519225], [110.35571, 34.530806], [110.356819, 34.534843], [110.368028, 34.545086], [110.37424, 34.553249], [110.381208, 34.555752], [110.388057, 34.553456], [110.395719, 34.555461], [110.398959, 34.559281], [110.393693, 34.564476], [110.388736, 34.562996], [110.373701, 34.563342], [110.36004, 34.567996], [110.359129, 34.569853], [110.363547, 34.573386], [110.366118, 34.579111], [110.365401, 34.587474], [110.36373, 34.589603], [110.371694, 34.600639], [110.37987, 34.601415], [110.397817, 34.592954], [110.418028, 34.591859], [110.440442, 34.602242], [110.458552, 34.616672], [110.466544, 34.619735], [110.48248, 34.612537], [110.522315, 34.587432], [110.530693, 34.583975], [110.536863, 34.58415], [110.557531, 34.59081], [110.579035, 34.594518], [110.585216, 34.597949], [110.596924, 34.609117], [110.607301, 34.612922], [110.639315, 34.599501], [110.64867, 34.59307], [110.657111, 34.590036], [110.663293, 34.590259], [110.674834, 34.594476], [110.680961, 34.606376], [110.687864, 34.61245], [110.690659, 34.612056], [110.699189, 34.605232], [110.704213, 34.606541], [110.707291, 34.609794], [110.710705, 34.621501], [110.714669, 34.628627], [110.731573, 34.637091], [110.736806, 34.64212], [110.742362, 34.652003], [110.750714, 34.654746], [110.777096, 34.65302], [110.791901, 34.648606], [110.800275, 34.638375], [110.809386, 34.622175], [110.818432, 34.617539], [110.825055, 34.617458], [110.835113, 34.623742], [110.840465, 34.63347], [110.845755, 34.638246], [110.853519, 34.640476], [110.865063, 34.639799], [110.875615, 34.64377], [110.885442, 34.6517], [110.893855, 34.661937], [110.900995, 34.678937], [110.90667, 34.702965], [110.91499, 34.71731], [110.912635, 34.72497], [110.91605, 34.730788], [110.921851, 34.732804], [110.92904, 34.732855], [110.94433, 34.725506], [110.953892, 34.718458], [110.95754, 34.712764], [110.958416, 34.705075], [110.960742, 34.701752], [110.96376, 34.701218], [111.009532, 34.731838], [111.052029, 34.752129], [111.101395, 34.756926], [111.117373, 34.761175], [111.123685, 34.773842], [111.13132, 34.795968], [111.148414, 34.814972], [111.154704, 34.816221], [111.162052, 34.814621], [111.171314, 34.805374], [111.177254, 34.802606], [111.201454, 34.802362], [111.207404, 34.799732], [111.215818, 34.790981], [111.219948, 34.789742], [111.230063, 34.792256], [111.234703, 34.795083], [111.244185, 34.817099], [111.250284, 34.822274], [111.256777, 34.821311], [111.274617, 34.810338], [111.284094, 34.807261], [111.301432, 34.817088], [111.318454, 34.822263], [111.335331, 34.832499], [111.343449, 34.832011], [111.345574, 34.826583], [111.35214, 34.82259], [111.388645, 34.81601], [111.397775, 34.819223], [111.409922, 34.828695], [111.417412, 34.828162], [111.42536, 34.830407], [111.434232, 34.839378], [111.446678, 34.837389], [111.458535, 34.827859], [111.472775, 34.826768], [111.496448, 34.830629], [111.505696, 34.841255], [111.51897, 34.8499], [111.534795, 34.854146], [111.549073, 34.853341], [111.553648, 34.850598], [111.554733, 34.846538], [111.561527, 34.843968], [111.564868, 34.844738], [111.576699, 34.852921], [111.582939, 34.861556], [111.585331, 34.882479], [111.587081, 34.886128], [111.598774, 34.893247], [111.606795, 34.893167], [111.611617, 34.896071], [111.615698, 34.907842], [111.615068, 34.916182], [111.616221, 34.917952], [111.622235, 34.918223], [111.625352, 34.92567], [111.640283, 34.939433], [111.657467, 34.940273], [111.675501, 34.950977], [111.671479, 34.96187], [111.669487, 34.973463], [111.658779, 34.983071], [111.660304, 34.987741], [111.664561, 34.989174], [111.680695, 34.989453], [111.690084, 35.000047], [111.712114, 35.004345], [111.734213, 35.005298], [111.735747, 35.007687], [111.734935, 35.011676], [111.743381, 35.017164], [111.751462, 35.017715], [111.761431, 35.016056], [111.768068, 35.019625], [111.770651, 35.024217], [111.771078, 35.028695], [111.77312, 35.030526], [111.776721, 35.031081], [111.786811, 35.027655], [111.795128, 35.029642], [111.801667, 35.034904], [111.803916, 35.039476], [111.805852, 35.050181], [111.804, 35.064311], [111.811198, 35.069545], [111.855191, 35.075698], [111.858453, 35.077606], [111.87861, 35.07022], [111.895288, 35.081417], [111.910633, 35.072015], [111.91685, 35.075516], [111.923682, 35.08352], [111.939346, 35.083708], [111.950372, 35.082447], [111.95765, 35.079876], [111.971819, 35.068099], [111.984333, 35.070268], [112.000533, 35.06601], [112.008164, 35.069513], [112.015185, 35.068382], [112.018125, 35.060492], [112.029226, 35.053948], [112.032802, 35.046071], [112.03687, 35.047801], [112.045889, 35.045598], [112.054625, 35.052926], [112.056472, 35.059324], [112.055987, 35.078413], [112.04809, 35.093823], [112.055596, 35.118252], [112.058115, 35.13237], [112.053793, 35.139564], [112.05985, 35.146659], [112.060356, 35.151008], [112.05296, 35.16684], [112.037319, 35.187778], [112.034114, 35.197459], [112.038147, 35.201315], [112.053723, 35.209418], [112.063662, 35.216559], [112.074693, 35.219506], [112.075368, 35.223708], [112.072737, 35.241523], [112.068384, 35.249923], [112.046194, 35.27189], [112.047688, 35.27658], [112.051395, 35.279826], [112.06962, 35.277123], [112.084503, 35.279327], [112.102971, 35.274598], [112.105994, 35.270928], [112.104626, 35.268349], [112.111431, 35.265112], [112.117485, 35.266054], [112.12364, 35.271629], [112.129429, 35.272012], [112.14411, 35.26934], [112.189547, 35.256989], [112.202461, 35.249866], [112.204577, 35.244157], [112.209562, 35.239511], [112.219814, 35.237704], [112.235997, 35.236029], [112.241711, 35.238045], [112.257651, 35.24834], [112.292216, 35.252581], [112.296279, 35.248826], [112.296069, 35.24704], [112.280595, 35.221579], [112.281299, 35.218498], [112.300138, 35.222013], [112.329362, 35.220379], [112.35376, 35.222458], [112.358996, 35.219994], [112.37633, 35.230594], [112.380683, 35.234562], [112.381818, 35.23923], [112.398878, 35.242731], [112.408764, 35.239548], [112.442996, 35.235209], [112.445581, 35.228744], [112.461422, 35.23204], [112.47455, 35.22598], [112.479333, 35.231092], [112.484059, 35.232573], [112.490959, 35.226936], [112.511751, 35.219733], [112.526801, 35.224427], [112.537029, 35.221543], [112.538791, 35.21878], [112.547379, 35.214424], [112.559316, 35.21097], [112.561292, 35.211911], [112.56262, 35.220145], [112.566783, 35.222421], [112.585041, 35.220732], [112.589417, 35.224192], [112.613663, 35.220824], [112.617723, 35.222886], [112.620367, 35.228873], [112.629918, 35.231122], [112.632601, 35.241586], [112.614313, 35.246], [112.60961, 35.252747], [112.621147, 35.263754], [112.622552, 35.267452], [112.62095, 35.271093], [112.622945, 35.273059], [112.626355, 35.271302], [112.636525, 35.259262], [112.643082, 35.259772], [112.645898, 35.258078], [112.649504, 35.24605], [112.654975, 35.239448], [112.676866, 35.234085], [112.678537, 35.227134], [112.68953, 35.219232], [112.701921, 35.217299], [112.702578, 35.215937], [112.69739, 35.21001], [112.697347, 35.1997], [112.702082, 35.189507], [112.705799, 35.187354], [112.707262, 35.188446], [112.708215, 35.197545], [112.711621, 35.205334], [112.721333, 35.211202], [112.729681, 35.210763], [112.741716, 35.203593], [112.755708, 35.205063], [112.76197, 35.214862], [112.773433, 35.222969], [112.775923, 35.229654], [112.773489, 35.23042], [112.769616, 35.237768], [112.778331, 35.244937], [112.78783, 35.24429], [112.784316, 35.238931], [112.797833, 35.236801], [112.807892, 35.2427], [112.810147, 35.246036], [112.810954, 35.255928], [112.817902, 35.25702], [112.846783, 35.253401], [112.861107, 35.24452], [112.87763, 35.239678], [112.91555, 35.247712], [112.920466, 35.250039], [112.923464, 35.253616], [112.930125, 35.271762], [112.929476, 35.278511], [112.927027, 35.282513], [112.93038, 35.284671], [112.947316, 35.28733], [112.955129, 35.290157], [112.960622, 35.294301], [112.965316, 35.293575], [112.96881, 35.289992], [112.97814, 35.285734], [112.979982, 35.286485], [112.986733, 35.298479], [112.982104, 35.308962], [112.978447, 35.312205], [112.97794, 35.335874], [112.985124, 35.351081], [112.983292, 35.356392], [112.99049, 35.363477], [113.001398, 35.359069], [113.003926, 35.359648], [113.005299, 35.362363], [113.007221, 35.362274], [113.018185, 35.356567], [113.03003, 35.360293], [113.05194, 35.352703], [113.057192, 35.348741], [113.063801, 35.353256], [113.074897, 35.343243], [113.088159, 35.336503], [113.101459, 35.338378], [113.117696, 35.330628], [113.128683, 35.334139], [113.133122, 35.339253], [113.132945, 35.343508], [113.130632, 35.34513], [113.130374, 35.347995], [113.143572, 35.350676], [113.140407, 35.35746], [113.14026, 35.369999], [113.144088, 35.371735], [113.15417, 35.384914], [113.164297, 35.390291], [113.170838, 35.396815], [113.169353, 35.400852], [113.163131, 35.402165], [113.159102, 35.415379], [113.170448, 35.414593], [113.178792, 35.409399], [113.181943, 35.41246], [113.182251, 35.4167], [113.178262, 35.418284], [113.177565, 35.420745], [113.178258, 35.423489], [113.18626, 35.432847], [113.181738, 35.437785], [113.184869, 35.448813], [113.195987, 35.449107], [113.202104, 35.446792], [113.214719, 35.451549], [113.235023, 35.454417], [113.238327, 35.44754], [113.250031, 35.439223], [113.273797, 35.434918], [113.296527, 35.424477], [113.299441, 35.428692], [113.29361, 35.434815], [113.290899, 35.441075], [113.291823, 35.447721], [113.296359, 35.452528], [113.300766, 35.453808], [113.298397, 35.461694], [113.303627, 35.461005], [113.30654, 35.458404], [113.308239, 35.449671], [113.318955, 35.455583], [113.316128, 35.461163], [113.301003, 35.466382], [113.285504, 35.46706], [113.288152, 35.47114], [113.303313, 35.48226], [113.305423, 35.482652], [113.313452, 35.477698], [113.317246, 35.47399], [113.31663, 35.47125], [113.323213, 35.468677], [113.342152, 35.46774], [113.344479, 35.469366], [113.343862, 35.473838], [113.366855, 35.484461], [113.37479, 35.490584], [113.375316, 35.49677], [113.378988, 35.503201], [113.389522, 35.505343], [113.394525, 35.508293], [113.398489, 35.51483], [113.400137, 35.51443], [113.403188, 35.505435], [113.407476, 35.50371], [113.415665, 35.504677], [113.41932, 35.508149], [113.454688, 35.513911], [113.468486, 35.509997], [113.472268, 35.514358], [113.471411, 35.519125], [113.476624, 35.522185], [113.483358, 35.520774], [113.486076, 35.515276], [113.496435, 35.517578], [113.500625, 35.514864], [113.502983, 35.518246], [113.503273, 35.524793], [113.494488, 35.528385], [113.489351, 35.544849], [113.49179, 35.549002], [113.501584, 35.556144], [113.502617, 35.55897], [113.496975, 35.570483], [113.497096, 35.573055], [113.498771, 35.575577], [113.510322, 35.578644], [113.515595, 35.586688], [113.521843, 35.591951], [113.537068, 35.597168], [113.536735, 35.603607], [113.539418, 35.615355], [113.54223, 35.617976], [113.550609, 35.621183], [113.548529, 35.627425], [113.543163, 35.633167], [113.547223, 35.636832], [113.543286, 35.64774], [113.545055, 35.654617], [113.551116, 35.654538], [113.552593, 35.648853], [113.55595, 35.644667], [113.567052, 35.638437], [113.57029, 35.632721], [113.585362, 35.631427], [113.600459, 35.633793], [113.613223, 35.631734], [113.619362, 35.633145], [113.619296, 35.642502], [113.617697, 35.645008], [113.619594, 35.655197], [113.612245, 35.663057], [113.612293, 35.666889], [113.617688, 35.670627], [113.619047, 35.6738], [113.608415, 35.686077], [113.601232, 35.685775], [113.586766, 35.693466], [113.59573, 35.699041], [113.597268, 35.708583], [113.593095, 35.713312], [113.60024, 35.716863], [113.585635, 35.735346], [113.582667, 35.751028], [113.599153, 35.759796], [113.600634, 35.770294], [113.597459, 35.774999], [113.588348, 35.782491], [113.57744, 35.786147], [113.574238, 35.790099], [113.583167, 35.794742], [113.594901, 35.795253], [113.600488, 35.79958], [113.591566, 35.804556], [113.581222, 35.805681], [113.58445, 35.815233], [113.57813, 35.817436], [113.577526, 35.820483], [113.580433, 35.826615], [113.585207, 35.823526], [113.59857, 35.822659], [113.611827, 35.829929], [113.614601, 35.834464], [113.617255, 35.835162], [113.627306, 35.833807], [113.631343, 35.824554], [113.636146, 35.82251], [113.647168, 35.826389], [113.656229, 35.835635], [113.656304, 35.837294], [113.653433, 35.837768], [113.650134, 35.841178], [113.652292, 35.850173], [113.655552, 35.852863], [113.654772, 35.854311], [113.645305, 35.856262], [113.639959, 35.853388], [113.631622, 35.859604], [113.629434, 35.864272], [113.632329, 35.874846], [113.639809, 35.88521], [113.639122, 35.90388], [113.64534, 35.908465], [113.64273, 35.916344], [113.637793, 35.921663], [113.637492, 35.923908], [113.646845, 35.929224], [113.650515, 35.935604], [113.649945, 35.946384], [113.645851, 35.96063], [113.640534, 35.963977], [113.640962, 35.968645], [113.639622, 35.970927], [113.628885, 35.975865], [113.625925, 35.982374], [113.625936, 35.986353], [113.628921, 35.987323], [113.635572, 35.985977], [113.641127, 35.994847], [113.644434, 35.99632], [113.655262, 35.990425], [113.662314, 35.983578], [113.696301, 35.991433], [113.694237, 36], [113.689517, 36.007854], [113.699031, 36.020993], [113.690688, 36.025127], [113.674, 36.024874], [113.65561, 36.029056], [113.652892, 36.040002], [113.654996, 36.045227], [113.661647, 36.050333], [113.678374, 36.05527], [113.681701, 36.060994], [113.678456, 36.076735], [113.665184, 36.121212], [113.66981, 36.125234], [113.686159, 36.124236], [113.698984, 36.126669], [113.705435, 36.129622], [113.706813, 36.133016], [113.698376, 36.149199], [113.672574, 36.160141], [113.651397, 36.165227], [113.646136, 36.171424], [113.649149, 36.175151], [113.667849, 36.175744], [113.685388, 36.178912], [113.693294, 36.183678], [113.688957, 36.190397], [113.679782, 36.195097], [113.679321, 36.19682], [113.691253, 36.20116], [113.697, 36.200175], [113.694374, 36.211646], [113.689547, 36.214991], [113.685455, 36.215709], [113.69356, 36.247117], [113.691758, 36.251821], [113.692422, 36.254593], [113.695452, 36.259188], [113.707299, 36.26301], [113.707204, 36.273266], [113.70078, 36.297242], [113.701522, 36.300473], [113.706366, 36.303359], [113.714648, 36.302162], [113.720677, 36.305426], [113.734004, 36.319902], [113.734792, 36.323966], [113.719704, 36.337834], [113.733849, 36.355302], [113.736944, 36.35704], [113.735196, 36.361308], [113.735975, 36.364519], [113.743543, 36.366508], [113.749464, 36.365474]], [[113.751057, 32.2844], [113.752882, 32.284044], [113.751922, 32.278982], [113.756009, 32.270627], [113.759051, 32.270534], [113.763582, 32.280025], [113.762002, 32.283178], [113.764024, 32.285847], [113.761319, 32.287983], [113.758893, 32.287747], [113.750601, 32.293913], [113.748172, 32.289813], [113.751057, 32.2844]]]] + } + }, { + "type": "Feature", + "properties": { + "name": "湖北省", + "province_adcode": 420000, + "province_type": "省", + "name_en": "Hubei", + "name_var": "Hú Běi", + "adcode": 420000 + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [[[[113.127396, 29.432231], [113.116448, 29.423523], [113.108537, 29.430113], [113.105325, 29.437132], [113.115319, 29.437965], [113.127396, 29.432231]]], [[[113.759483, 32.287626], [113.761319, 32.287983], [113.764024, 32.285847], [113.762002, 32.283178], [113.763582, 32.280025], [113.759843, 32.271455], [113.756009, 32.270627], [113.751922, 32.278982], [113.752882, 32.284044], [113.748642, 32.287098], [113.748476, 32.291465], [113.751699, 32.293709], [113.759483, 32.287626]]], [[[109.631561, 33.271732], [109.639312, 33.270303], [109.64402, 33.256604], [109.652063, 33.248161], [109.656194, 33.249167], [109.6574, 33.251261], [109.655962, 33.25288], [109.658183, 33.256277], [109.663143, 33.257997], [109.694554, 33.258115], [109.700391, 33.248246], [109.698932, 33.243167], [109.707071, 33.234698], [109.723132, 33.238476], [109.727808, 33.23364], [109.735143, 33.233952], [109.773975, 33.240476], [109.778804, 33.239495], [109.781462, 33.235935], [109.795215, 33.235001], [109.809634, 33.237527], [109.812774, 33.240639], [109.816644, 33.241813], [109.83704, 33.244556], [109.850305, 33.2497], [109.864909, 33.250232], [109.872117, 33.244597], [109.881075, 33.240582], [109.897421, 33.237608], [109.904561, 33.232242], [109.914982, 33.228554], [109.92662, 33.227899], [109.94592, 33.215267], [109.979951, 33.20031], [109.98483, 33.200875], [109.989003, 33.205339], [110.007279, 33.210633], [110.019342, 33.205171], [110.02632, 33.196483], [110.039242, 33.196644], [110.049126, 33.193622], [110.06278, 33.198232], [110.062898, 33.204037], [110.061407, 33.205581], [110.064338, 33.207658], [110.074838, 33.204361], [110.086742, 33.204577], [110.093523, 33.209977], [110.100613, 33.206263], [110.110364, 33.203781], [110.136776, 33.207178], [110.157662, 33.21275], [110.167066, 33.206635], [110.168007, 33.204189], [110.165713, 33.20094], [110.172062, 33.192295], [110.194903, 33.182914], [110.206887, 33.164526], [110.225874, 33.160098], [110.232113, 33.165422], [110.240862, 33.166258], [110.242852, 33.164057], [110.250724, 33.163067], [110.25577, 33.164282], [110.263484, 33.170662], [110.280843, 33.172299], [110.30324, 33.16979], [110.319706, 33.165897], [110.333867, 33.160141], [110.335918, 33.161698], [110.333042, 33.167329], [110.336639, 33.175866], [110.351223, 33.176337], [110.36525, 33.186848], [110.372434, 33.18626], [110.370392, 33.181076], [110.365861, 33.181666], [110.369252, 33.178259], [110.39285, 33.176915], [110.398887, 33.178325], [110.415801, 33.171552], [110.423439, 33.172705], [110.431502, 33.176586], [110.435247, 33.180273], [110.441339, 33.182286], [110.447746, 33.180795], [110.45543, 33.175896], [110.465872, 33.174351], [110.467155, 33.17501], [110.467432, 33.181197], [110.464023, 33.182789], [110.465536, 33.186359], [110.472684, 33.192575], [110.47591, 33.192287], [110.489886, 33.205539], [110.487164, 33.210184], [110.49037, 33.210504], [110.49878, 33.217994], [110.508864, 33.236833], [110.513508, 33.233138], [110.51355, 33.226545], [110.519464, 33.226196], [110.526796, 33.231721], [110.532593, 33.242116], [110.527324, 33.24723], [110.527458, 33.256953], [110.531345, 33.258316], [110.542265, 33.255059], [110.558294, 33.254136], [110.559779, 33.250608], [110.565475, 33.245419], [110.570409, 33.246024], [110.575295, 33.24366], [110.581806, 33.23676], [110.582891, 33.234748], [110.581184, 33.233486], [110.578237, 33.224525], [110.583592, 33.21813], [110.590224, 33.213606], [110.592097, 33.20731], [110.59208, 33.181646], [110.595535, 33.177412], [110.595702, 33.171135], [110.593388, 33.161455], [110.588238, 33.15891], [110.588949, 33.157125], [110.595591, 33.15186], [110.611981, 33.150421], [110.618671, 33.144688], [110.625309, 33.143946], [110.636212, 33.145975], [110.637917, 33.147668], [110.640892, 33.154562], [110.63805, 33.160185], [110.639621, 33.164393], [110.649734, 33.16309], [110.650705, 33.151522], [110.661922, 33.137419], [110.66488, 33.138018], [110.672455, 33.130594], [110.673169, 33.121396], [110.705091, 33.095969], [110.716567, 33.101335], [110.718284, 33.105988], [110.717663, 33.118522], [110.713908, 33.120228], [110.715172, 33.126086], [110.719413, 33.132341], [110.727751, 33.135773], [110.733108, 33.136059], [110.734019, 33.142072], [110.752825, 33.146338], [110.75275, 33.150671], [110.757575, 33.154553], [110.765111, 33.154161], [110.775937, 33.148222], [110.790558, 33.151758], [110.802389, 33.162178], [110.807687, 33.154335], [110.812304, 33.153598], [110.817256, 33.155768], [110.818762, 33.160728], [110.817643, 33.166399], [110.810815, 33.170516], [110.809314, 33.174186], [110.815026, 33.193668], [110.823219, 33.203858], [110.831812, 33.206991], [110.84758, 33.208048], [110.855, 33.211154], [110.857972, 33.216028], [110.870061, 33.216555], [110.872153, 33.215884], [110.87337, 33.212586], [110.878271, 33.210567], [110.893034, 33.211165], [110.895011, 33.204117], [110.898169, 33.204372], [110.90163, 33.212003], [110.909268, 33.214478], [110.910748, 33.210039], [110.907361, 33.209363], [110.907307, 33.207315], [110.909701, 33.204503], [110.914, 33.203976], [110.918749, 33.210322], [110.932715, 33.221852], [110.937072, 33.228649], [110.937735, 33.236446], [110.951547, 33.24422], [110.955457, 33.254488], [110.962621, 33.260565], [110.986168, 33.254793], [110.990041, 33.252979], [110.991735, 33.249458], [110.988566, 33.244789], [110.988377, 33.238499], [110.992429, 33.239786], [110.995456, 33.238862], [111.006462, 33.231401], [111.012051, 33.22151], [111.021458, 33.212968], [111.055785, 33.194421], [111.057422, 33.186555], [111.052376, 33.181814], [111.052, 33.175167], [111.031658, 33.158319], [111.032078, 33.15528], [111.050254, 33.157855], [111.056972, 33.165562], [111.062951, 33.177447], [111.067215, 33.179627], [111.072083, 33.179428], [111.076134, 33.182406], [111.077587, 33.185583], [111.085889, 33.184539], [111.087283, 33.18325], [111.087271, 33.179022], [111.084756, 33.173372], [111.098664, 33.173164], [111.099801, 33.170601], [111.113272, 33.158905], [111.117903, 33.159596], [111.121743, 33.162998], [111.124874, 33.162686], [111.122757, 33.152361], [111.125637, 33.139986], [111.133147, 33.135869], [111.140472, 33.125746], [111.147883, 33.123833], [111.156424, 33.126436], [111.166775, 33.119323], [111.174709, 33.11603], [111.170829, 33.110467], [111.170082, 33.094628], [111.176938, 33.093126], [111.18562, 33.094971], [111.188501, 33.090836], [111.188566, 33.081186], [111.193696, 33.077406], [111.193039, 33.073448], [111.188362, 33.068402], [111.180652, 33.065111], [111.163123, 33.061701], [111.146353, 33.050064], [111.145157, 33.048389], [111.145708, 33.043784], [111.152893, 33.038278], [111.162936, 33.047788], [111.166992, 33.048377], [111.178869, 33.044618], [111.184329, 33.040003], [111.21338, 33.044873], [111.23439, 33.039276], [111.242258, 33.029944], [111.241629, 33.015076], [111.244545, 33.01334], [111.249438, 33.013839], [111.254094, 33.00917], [111.257178, 32.994672], [111.259163, 32.991864], [111.265946, 32.992748], [111.269984, 32.989509], [111.265307, 32.978617], [111.267425, 32.970216], [111.266983, 32.960954], [111.251413, 32.952091], [111.246297, 32.952116], [111.239087, 32.933918], [111.239899, 32.919135], [111.241968, 32.91309], [111.246299, 32.907385], [111.244201, 32.900652], [111.239201, 32.893427], [111.238949, 32.884305], [111.25305, 32.88294], [111.259056, 32.887018], [111.26545, 32.897302], [111.272307, 32.900957], [111.289815, 32.893073], [111.287195, 32.8789], [111.28262, 32.874091], [111.278443, 32.873411], [111.284261, 32.856585], [111.29414, 32.856336], [111.310836, 32.850885], [111.322491, 32.835646], [111.335441, 32.837552], [111.348504, 32.835119], [111.357131, 32.835542], [111.361648, 32.833251], [111.364404, 32.830657], [111.366894, 32.823211], [111.381662, 32.816791], [111.386595, 32.806249], [111.385519, 32.797357], [111.393695, 32.792135], [111.398757, 32.784026], [111.397554, 32.777428], [111.409655, 32.755581], [111.416517, 32.753466], [111.435122, 32.751906], [111.440147, 32.754495], [111.44325, 32.763239], [111.449683, 32.76197], [111.453617, 32.763122], [111.454918, 32.77372], [111.456085, 32.775978], [111.458454, 32.775271], [111.468296, 32.76083], [111.464509, 32.75417], [111.461673, 32.740514], [111.453366, 32.729061], [111.443147, 32.733113], [111.436867, 32.738537], [111.432643, 32.737054], [111.436726, 32.733154], [111.437935, 32.728703], [111.42479, 32.736834], [111.420227, 32.737515], [111.419221, 32.734599], [111.426131, 32.728226], [111.430502, 32.726487], [111.443862, 32.724554], [111.454691, 32.725919], [111.46391, 32.720645], [111.466993, 32.716516], [111.464314, 32.709777], [111.469995, 32.698271], [111.481097, 32.693259], [111.493951, 32.680438], [111.511919, 32.67116], [111.525832, 32.646687], [111.519004, 32.643886], [111.518741, 32.641578], [111.531124, 32.63038], [111.531104, 32.625775], [111.522738, 32.619617], [111.540543, 32.6143], [111.548594, 32.60984], [111.554228, 32.60474], [111.55587, 32.596699], [111.572639, 32.590429], [111.578521, 32.594664], [111.579491, 32.601686], [111.590531, 32.599275], [111.602791, 32.609103], [111.615908, 32.629676], [111.621996, 32.63066], [111.636892, 32.629916], [111.640171, 32.628106], [111.631938, 32.619905], [111.634245, 32.610754], [111.640171, 32.602516], [111.643774, 32.602241], [111.651876, 32.617994], [111.689364, 32.608208], [111.697639, 32.610406], [111.709732, 32.608585], [111.718985, 32.601438], [111.722019, 32.59623], [111.730748, 32.592659], [111.735353, 32.588926], [111.741207, 32.577498], [111.757649, 32.562026], [111.769264, 32.562776], [111.776044, 32.561536], [111.780899, 32.558382], [111.780732, 32.551678], [111.782636, 32.547134], [111.789879, 32.546243], [111.802918, 32.539361], [111.815651, 32.539612], [111.820915, 32.537411], [111.82293, 32.531471], [111.82511, 32.53072], [111.851965, 32.53091], [111.852334, 32.533111], [111.857196, 32.532096], [111.856952, 32.516693], [111.864177, 32.509319], [111.886247, 32.501783], [111.912289, 32.507359], [111.93325, 32.5212], [111.946113, 32.518507], [111.951723, 32.513801], [111.961068, 32.497366], [111.968852, 32.473775], [111.986375, 32.471086], [111.986095, 32.466614], [111.982734, 32.464711], [111.984354, 32.46105], [111.987574, 32.460186], [111.99114, 32.462608], [111.997846, 32.461171], [112.000143, 32.455342], [112.005496, 32.45246], [112.016885, 32.454354], [112.025641, 32.460421], [112.028852, 32.46934], [112.0335, 32.473029], [112.041127, 32.475457], [112.058387, 32.475935], [112.057232, 32.47221], [112.064121, 32.461238], [112.060044, 32.448122], [112.060344, 32.442381], [112.066894, 32.440226], [112.073495, 32.43539], [112.074212, 32.426643], [112.076609, 32.4217], [112.088202, 32.420356], [112.09547, 32.416383], [112.100115, 32.413135], [112.102252, 32.406572], [112.112913, 32.401574], [112.116842, 32.396797], [112.121849, 32.405153], [112.127218, 32.404359], [112.128596, 32.394117], [112.149271, 32.379229], [112.153265, 32.378939], [112.158427, 32.387358], [112.15387, 32.390539], [112.153062, 32.388491], [112.144563, 32.386205], [112.143416, 32.389048], [112.155245, 32.395124], [112.155601, 32.402178], [112.149227, 32.404559], [112.146053, 32.403026], [112.142647, 32.403753], [112.137543, 32.409027], [112.1443, 32.413741], [112.158625, 32.413335], [112.163116, 32.411764], [112.171496, 32.400395], [112.173002, 32.394578], [112.166361, 32.389844], [112.166934, 32.387092], [112.190734, 32.394683], [112.194181, 32.3948], [112.195246, 32.38638], [112.19684, 32.385483], [112.199858, 32.38596], [112.204486, 32.393244], [112.21611, 32.388358], [112.219165, 32.38809], [112.218749, 32.389884], [112.221474, 32.389761], [112.221576, 32.382749], [112.231258, 32.373081], [112.233832, 32.373887], [112.244215, 32.37032], [112.247314, 32.363363], [112.251843, 32.360809], [112.255628, 32.361402], [112.263481, 32.356226], [112.276123, 32.351797], [112.282337, 32.348244], [112.292925, 32.337858], [112.30502, 32.331043], [112.311865, 32.331189], [112.318071, 32.328568], [112.332658, 32.349836], [112.345047, 32.351724], [112.347788, 32.360085], [112.354811, 32.368393], [112.361899, 32.370781], [112.383816, 32.365651], [112.385884, 32.372258], [112.394504, 32.371026], [112.406135, 32.365798], [112.413695, 32.35697], [112.429887, 32.351014], [112.437951, 32.346214], [112.44478, 32.345111], [112.446033, 32.346924], [112.439952, 32.352781], [112.439512, 32.35752], [112.453345, 32.369738], [112.465512, 32.372567], [112.471437, 32.382989], [112.47654, 32.383174], [112.483546, 32.377691], [112.488421, 32.37667], [112.498758, 32.384331], [112.511186, 32.385544], [112.525433, 32.391929], [112.53559, 32.407027], [112.542607, 32.413383], [112.546215, 32.412237], [112.548424, 32.408929], [112.566053, 32.396595], [112.56557, 32.394094], [112.572251, 32.388406], [112.570166, 32.385722], [112.572088, 32.384096], [112.576006, 32.385259], [112.582581, 32.384147], [112.590477, 32.389169], [112.598915, 32.386892], [112.620862, 32.375289], [112.635417, 32.370337], [112.637409, 32.375982], [112.651512, 32.377164], [112.655219, 32.375415], [112.65742, 32.364098], [112.661628, 32.371702], [112.666516, 32.370812], [112.67236, 32.368484], [112.679789, 32.358586], [112.685482, 32.356494], [112.69493, 32.357112], [112.705583, 32.353852], [112.707778, 32.355419], [112.711549, 32.364126], [112.72554, 32.368612], [112.728329, 32.367571], [112.730984, 32.361385], [112.729138, 32.352835], [112.744535, 32.346123], [112.756527, 32.345661], [112.765912, 32.348296], [112.765897, 32.354147], [112.770838, 32.36084], [112.7763, 32.358003], [112.786975, 32.357688], [112.796039, 32.367883], [112.803227, 32.372049], [112.812758, 32.371108], [112.821146, 32.374697], [112.834433, 32.376463], [112.838687, 32.382654], [112.845505, 32.387866], [112.854405, 32.389965], [112.859633, 32.396497], [112.866842, 32.39938], [112.869268, 32.396831], [112.872267, 32.386788], [112.87179, 32.382072], [112.874182, 32.378239], [112.886787, 32.381018], [112.884843, 32.390298], [112.901579, 32.39932], [112.909639, 32.393308], [112.919912, 32.391194], [112.940221, 32.383221], [112.946348, 32.382649], [112.948252, 32.384229], [112.946566, 32.388659], [112.948339, 32.392386], [112.958929, 32.395114], [112.963155, 32.393084], [112.958662, 32.376126], [112.976494, 32.370869], [112.983806, 32.370344], [112.992481, 32.393353], [112.985193, 32.40327], [112.988675, 32.411851], [112.994756, 32.418802], [113.00954, 32.419527], [113.02495, 32.427827], [113.028078, 32.424969], [113.042509, 32.422185], [113.051167, 32.413943], [113.051588, 32.406032], [113.059963, 32.403846], [113.072733, 32.395671], [113.089037, 32.400752], [113.10327, 32.400024], [113.107405, 32.392999], [113.107303, 32.383908], [113.113103, 32.377265], [113.134981, 32.38056], [113.145067, 32.379426], [113.150842, 32.382943], [113.148725, 32.387361], [113.150259, 32.397892], [113.155827, 32.40412], [113.153051, 32.407746], [113.152479, 32.414312], [113.159485, 32.417731], [113.160902, 32.421598], [113.16838, 32.424246], [113.180626, 32.424208], [113.19808, 32.434376], [113.202956, 32.434779], [113.207874, 32.433587], [113.223124, 32.424333], [113.222288, 32.422285], [113.226935, 32.411196], [113.244483, 32.400322], [113.249818, 32.395061], [113.268018, 32.386638], [113.270287, 32.381786], [113.289626, 32.37091], [113.287759, 32.364527], [113.29298, 32.355703], [113.30255, 32.351912], [113.31236, 32.352174], [113.326884, 32.344032], [113.328966, 32.340549], [113.32805, 32.338712], [113.313259, 32.330966], [113.311814, 32.323987], [113.329629, 32.316803], [113.342, 32.301031], [113.352189, 32.296538], [113.359194, 32.297819], [113.366333, 32.301358], [113.375019, 32.299542], [113.385392, 32.295344], [113.390602, 32.28961], [113.389429, 32.287074], [113.393479, 32.28055], [113.398287, 32.28245], [113.403447, 32.281688], [113.410077, 32.277499], [113.411047, 32.274235], [113.414292, 32.272152], [113.421534, 32.271221], [113.452974, 32.294413], [113.459668, 32.29397], [113.462452, 32.301252], [113.471045, 32.299894], [113.484428, 32.306217], [113.488211, 32.311792], [113.500536, 32.317678], [113.508925, 32.317791], [113.517515, 32.325552], [113.518726, 32.329405], [113.526946, 32.332169], [113.543409, 32.330649], [113.545435, 32.327147], [113.544798, 32.321102], [113.542301, 32.31834], [113.541631, 32.314135], [113.541985, 32.31009], [113.543993, 32.307489], [113.557911, 32.302701], [113.568004, 32.30383], [113.555313, 32.309965], [113.552791, 32.32296], [113.54915, 32.326387], [113.547116, 32.332484], [113.559059, 32.342937], [113.567373, 32.341074], [113.572199, 32.342039], [113.585547, 32.352907], [113.599887, 32.353063], [113.600293, 32.356101], [113.597132, 32.358456], [113.587425, 32.360656], [113.585832, 32.36516], [113.587445, 32.367326], [113.592458, 32.368809], [113.596705, 32.368019], [113.604762, 32.361597], [113.609638, 32.359784], [113.616901, 32.361995], [113.619298, 32.366289], [113.619212, 32.378027], [113.633031, 32.390845], [113.638435, 32.406433], [113.645237, 32.414853], [113.648455, 32.415876], [113.655007, 32.413566], [113.658483, 32.417585], [113.659776, 32.423993], [113.66645, 32.41967], [113.673558, 32.422872], [113.679347, 32.421703], [113.682754, 32.419193], [113.692478, 32.423028], [113.695532, 32.422782], [113.699391, 32.413938], [113.701815, 32.412552], [113.706914, 32.4132], [113.712633, 32.41928], [113.717586, 32.419027], [113.728312, 32.412801], [113.731999, 32.403357], [113.730891, 32.397522], [113.734156, 32.394541], [113.740847, 32.395188], [113.744813, 32.389694], [113.745027, 32.378513], [113.738998, 32.377238], [113.737446, 32.373667], [113.741502, 32.366196], [113.747318, 32.362996], [113.75087, 32.363121], [113.757753, 32.372236], [113.762516, 32.372429], [113.764606, 32.371302], [113.765724, 32.364752], [113.76405, 32.359009], [113.756056, 32.353821], [113.751878, 32.353678], [113.748961, 32.34954], [113.747547, 32.331593], [113.752734, 32.323345], [113.758273, 32.322575], [113.763197, 32.317997], [113.761674, 32.312266], [113.766344, 32.310865], [113.767399, 32.305074], [113.742218, 32.295062], [113.737844, 32.287946], [113.73691, 32.280864], [113.744043, 32.275337], [113.746198, 32.267565], [113.743233, 32.262456], [113.733171, 32.259854], [113.732433, 32.255074], [113.733402, 32.244922], [113.743184, 32.237283], [113.746141, 32.215731], [113.758678, 32.20528], [113.77139, 32.210554], [113.777257, 32.188357], [113.771297, 32.183017], [113.754934, 32.159585], [113.759103, 32.153401], [113.760546, 32.136177], [113.753319, 32.127028], [113.736644, 32.113182], [113.73243, 32.114923], [113.733184, 32.120315], [113.727488, 32.124377], [113.718516, 32.127562], [113.715278, 32.124099], [113.719074, 32.120664], [113.719505, 32.109505], [113.724573, 32.099283], [113.718752, 32.088673], [113.724938, 32.08314], [113.737083, 32.07921], [113.740553, 32.07132], [113.757204, 32.056769], [113.770316, 32.051872], [113.774124, 32.051825], [113.786428, 32.038747], [113.784944, 32.034489], [113.772097, 32.0197], [113.765797, 32.020501], [113.762591, 32.016965], [113.759319, 32.009884], [113.752447, 32.004648], [113.752757, 31.999667], [113.750331, 31.995865], [113.753671, 31.989552], [113.761796, 31.981876], [113.772126, 31.980785], [113.77743, 31.977099], [113.784054, 31.975512], [113.790479, 31.976741], [113.797303, 31.975833], [113.808416, 31.967476], [113.801735, 31.953598], [113.800338, 31.933015], [113.812963, 31.92448], [113.827186, 31.918215], [113.832784, 31.91088], [113.827648, 31.900502], [113.829913, 31.895801], [113.825476, 31.883723], [113.82599, 31.875635], [113.835381, 31.869116], [113.832924, 31.867513], [113.831134, 31.862866], [113.834087, 31.854796], [113.852877, 31.843405], [113.860932, 31.847492], [113.86832, 31.842611], [113.870916, 31.842904], [113.877624, 31.848599], [113.883261, 31.850562], [113.887252, 31.848525], [113.890566, 31.850504], [113.900216, 31.867292], [113.901922, 31.873202], [113.912269, 31.881113], [113.924699, 31.883562], [113.929995, 31.881016], [113.927397, 31.874492], [113.928122, 31.870699], [113.946887, 31.860315], [113.952231, 31.859686], [113.952595, 31.843283], [113.950993, 31.83939], [113.944856, 31.83499], [113.940776, 31.825041], [113.942774, 31.819464], [113.946827, 31.818275], [113.947812, 31.814811], [113.946127, 31.804175], [113.94733, 31.793695], [113.964044, 31.783068], [113.963225, 31.778055], [113.967795, 31.769905], [113.96972, 31.760341], [113.980377, 31.752016], [113.984956, 31.751585], [114.00185, 31.767082], [114.012363, 31.773893], [114.015303, 31.772852], [114.023972, 31.773963], [114.03044, 31.770988], [114.037371, 31.775934], [114.050972, 31.772512], [114.057175, 31.77829], [114.05763, 31.781145], [114.071571, 31.782686], [114.082834, 31.781117], [114.084529, 31.786251], [114.092508, 31.793235], [114.088693, 31.797075], [114.090764, 31.802063], [114.098159, 31.807211], [114.111175, 31.806789], [114.114215, 31.808244], [114.114805, 31.819638], [114.123954, 31.829339], [114.124545, 31.839177], [114.126976, 31.845217], [114.133246, 31.845971], [114.141468, 31.840965], [114.155444, 31.842468], [114.157173, 31.848059], [114.160904, 31.853118], [114.163361, 31.855624], [114.167184, 31.856322], [114.1761, 31.856232], [114.189137, 31.852223], [114.194171, 31.846745], [114.204912, 31.843556], [114.207516, 31.839828], [114.214821, 31.837077], [114.214739, 31.83419], [114.221171, 31.833754], [114.222853, 31.838226], [114.227242, 31.842603], [114.230822, 31.842934], [114.231686, 31.839455], [114.229488, 31.833864], [114.234662, 31.822894], [114.241722, 31.816667], [114.244839, 31.809909], [114.25261, 31.805034], [114.253081, 31.80075], [114.257234, 31.798607], [114.258089, 31.791103], [114.268039, 31.782789], [114.270693, 31.774162], [114.278046, 31.767971], [114.286117, 31.763967], [114.290201, 31.757326], [114.291563, 31.750657], [114.294695, 31.751966], [114.297443, 31.756256], [114.303508, 31.75642], [114.306025, 31.753602], [114.31843, 31.757426], [114.325771, 31.755122], [114.341769, 31.758305], [114.358958, 31.749389], [114.374314, 31.746382], [114.381945, 31.742675], [114.392542, 31.750001], [114.400876, 31.75022], [114.410756, 31.745108], [114.415609, 31.737761], [114.414846, 31.733754], [114.422313, 31.733028], [114.424408, 31.737519], [114.426021, 31.737997], [114.429605, 31.735601], [114.430866, 31.732491], [114.44419, 31.729601], [114.446564, 31.732133], [114.444912, 31.738828], [114.447338, 31.741319], [114.450542, 31.739874], [114.451291, 31.736674], [114.455026, 31.734392], [114.460069, 31.736604], [114.462981, 31.740938], [114.468211, 31.742439], [114.4754, 31.742324], [114.48851, 31.745499], [114.490222, 31.740153], [114.493114, 31.738585], [114.501233, 31.741986], [114.505637, 31.74666], [114.503136, 31.750226], [114.4985, 31.751254], [114.50181, 31.763817], [114.501102, 31.766729], [114.508924, 31.769676], [114.512885, 31.769897], [114.518438, 31.764272], [114.517097, 31.759198], [114.525524, 31.75179], [114.524248, 31.748988], [114.526081, 31.743543], [114.532365, 31.742042], [114.54025, 31.74983], [114.539881, 31.754628], [114.549476, 31.762061], [114.544174, 31.76625], [114.544816, 31.769111], [114.550107, 31.77015], [114.566366, 31.766568], [114.579537, 31.766494], [114.58305, 31.756392], [114.577206, 31.742578], [114.57986, 31.733001], [114.57711, 31.728441], [114.576361, 31.723162], [114.576683, 31.718913], [114.578516, 31.716568], [114.574385, 31.713208], [114.574158, 31.710571], [114.577232, 31.707529], [114.586236, 31.705175], [114.585931, 31.697417], [114.583401, 31.692501], [114.572392, 31.694167], [114.569763, 31.693107], [114.569366, 31.672752], [114.564797, 31.665532], [114.566355, 31.660975], [114.558386, 31.660583], [114.552651, 31.658159], [114.550858, 31.656163], [114.550485, 31.649662], [114.544441, 31.645384], [114.547791, 31.636509], [114.547195, 31.629662], [114.544043, 31.6272], [114.54304, 31.624198], [114.544457, 31.617769], [114.542642, 31.61163], [114.54555, 31.608641], [114.548338, 31.601092], [114.550604, 31.590482], [114.548618, 31.585861], [114.553092, 31.580858], [114.550944, 31.575192], [114.555257, 31.568656], [114.554421, 31.564729], [114.561633, 31.558106], [114.568002, 31.557194], [114.569334, 31.561993], [114.583292, 31.562345], [114.586584, 31.563709], [114.591162, 31.57771], [114.595909, 31.579164], [114.601474, 31.578366], [114.606994, 31.580486], [114.610281, 31.583578], [114.611669, 31.587683], [114.616968, 31.585862], [114.621798, 31.58897], [114.629965, 31.584565], [114.639925, 31.58346], [114.640085, 31.576416], [114.648626, 31.57364], [114.652185, 31.570061], [114.651088, 31.563368], [114.654759, 31.564396], [114.658314, 31.554451], [114.66315, 31.552269], [114.66521, 31.548371], [114.671359, 31.545326], [114.686705, 31.546], [114.691359, 31.548466], [114.69392, 31.547179], [114.695684, 31.540844], [114.689558, 31.531438], [114.689731, 31.528757], [114.692083, 31.526159], [114.700507, 31.526693], [114.704062, 31.529261], [114.712581, 31.530226], [114.714067, 31.522308], [114.716221, 31.519245], [114.718055, 31.521596], [114.7357, 31.529472], [114.747392, 31.523801], [114.748251, 31.529038], [114.75319, 31.529253], [114.761112, 31.525169], [114.763428, 31.521555], [114.775317, 31.523065], [114.77833, 31.525754], [114.774706, 31.524516], [114.774104, 31.526102], [114.778285, 31.527824], [114.78184, 31.524558], [114.781466, 31.521768], [114.776514, 31.521911], [114.768601, 31.514454], [114.77112, 31.510312], [114.769312, 31.503536], [114.776239, 31.502821], [114.778717, 31.497929], [114.776134, 31.486613], [114.788166, 31.480389], [114.797943, 31.482144], [114.808219, 31.480285], [114.812722, 31.476138], [114.817002, 31.475049], [114.825331, 31.462942], [114.825602, 31.459404], [114.834836, 31.461042], [114.843991, 31.470604], [114.845174, 31.478063], [114.847474, 31.479189], [114.850651, 31.476939], [114.856283, 31.481318], [114.860078, 31.479912], [114.87016, 31.480093], [114.872204, 31.475539], [114.871348, 31.472232], [114.880865, 31.470412], [114.888179, 31.475249], [114.90024, 31.476708], [114.912112, 31.482823], [114.918293, 31.483702], [114.919134, 31.480316], [114.93067, 31.474994], [114.934143, 31.469448], [114.936197, 31.480428], [114.94152, 31.482439], [114.94998, 31.490856], [114.955119, 31.4931], [114.95668, 31.497731], [114.969521, 31.501984], [114.975819, 31.494743], [114.974117, 31.488123], [114.977564, 31.479852], [114.979177, 31.47867], [114.985458, 31.480211], [114.986215, 31.475228], [114.991082, 31.471277], [114.993444, 31.472671], [114.9966, 31.478409], [114.998584, 31.486981], [115.005489, 31.489936], [115.002436, 31.496469], [114.998701, 31.498632], [114.999703, 31.503785], [115.006395, 31.505383], [115.009241, 31.514315], [115.014253, 31.520342], [115.017618, 31.529277], [115.019457, 31.529822], [115.02405, 31.529601], [115.025583, 31.526978], [115.024744, 31.523769], [115.036691, 31.516171], [115.044785, 31.519278], [115.049192, 31.516151], [115.075197, 31.510688], [115.090881, 31.510239], [115.093251, 31.516072], [115.08829, 31.51751], [115.087134, 31.520923], [115.092425, 31.520889], [115.110089, 31.53191], [115.108664, 31.535388], [115.100199, 31.539971], [115.100833, 31.548763], [115.106615, 31.553136], [115.098139, 31.555564], [115.097636, 31.561253], [115.099925, 31.568269], [115.108134, 31.571407], [115.1123, 31.576211], [115.118824, 31.578399], [115.123828, 31.5837], [115.122897, 31.590494], [115.118686, 31.594821], [115.120143, 31.599715], [115.133894, 31.605753], [115.146554, 31.607881], [115.150895, 31.606128], [115.167017, 31.604688], [115.172678, 31.599706], [115.170968, 31.591975], [115.173348, 31.582261], [115.18142, 31.574572], [115.187836, 31.573042], [115.185876, 31.565447], [115.197473, 31.564908], [115.203431, 31.566549], [115.205659, 31.563725], [115.204484, 31.559155], [115.205995, 31.55707], [115.210313, 31.555654], [115.216752, 31.558709], [115.222795, 31.557296], [115.229249, 31.559517], [115.231485, 31.557051], [115.225274, 31.549026], [115.224511, 31.543245], [115.225807, 31.539228], [115.21811, 31.523336], [115.212303, 31.517168], [115.2123, 31.512861], [115.215134, 31.508351], [115.213555, 31.501005], [115.20821, 31.497326], [115.207182, 31.49431], [115.207628, 31.489978], [115.21123, 31.484203], [115.213789, 31.469869], [115.202429, 31.448151], [115.204567, 31.446265], [115.206395, 31.438963], [115.211141, 31.436938], [115.215151, 31.426621], [115.221456, 31.426231], [115.224814, 31.428414], [115.22878, 31.42867], [115.232021, 31.428138], [115.235665, 31.42503], [115.247069, 31.423611], [115.252514, 31.417507], [115.255116, 31.411061], [115.251043, 31.401903], [115.246207, 31.397914], [115.246307, 31.395004], [115.24669, 31.393854], [115.251231, 31.394355], [115.25507, 31.388279], [115.261484, 31.391513], [115.265985, 31.397665], [115.275896, 31.402083], [115.286892, 31.397317], [115.290291, 31.398585], [115.294319, 31.388202], [115.300757, 31.3844], [115.307165, 31.384823], [115.315953, 31.38902], [115.324626, 31.395827], [115.33155, 31.404123], [115.34227, 31.402983], [115.349073, 31.400472], [115.35946, 31.405277], [115.369283, 31.406578], [115.37779, 31.398788], [115.38398, 31.396053], [115.387216, 31.393391], [115.387264, 31.388443], [115.380403, 31.384373], [115.380828, 31.382038], [115.37673, 31.375514], [115.369973, 31.37384], [115.375948, 31.367968], [115.374939, 31.355074], [115.370226, 31.354584], [115.366306, 31.350858], [115.372411, 31.349961], [115.380477, 31.345316], [115.386188, 31.343923], [115.390951, 31.345843], [115.400494, 31.339094], [115.411562, 31.342778], [115.411697, 31.347975], [115.41464, 31.351761], [115.418615, 31.349023], [115.423847, 31.348384], [115.426722, 31.352302], [115.437636, 31.347493], [115.440835, 31.340063], [115.441651, 31.330891], [115.44021, 31.328136], [115.444219, 31.317285], [115.447462, 31.314277], [115.451343, 31.313878], [115.457216, 31.321716], [115.460312, 31.314518], [115.458904, 31.309919], [115.455035, 31.307139], [115.455577, 31.295459], [115.451534, 31.287851], [115.452002, 31.282894], [115.461663, 31.278494], [115.464925, 31.26966], [115.469597, 31.265064], [115.476851, 31.267435], [115.479972, 31.270478], [115.493913, 31.267292], [115.496747, 31.262818], [115.503553, 31.270202], [115.506758, 31.270898], [115.515147, 31.265961], [115.527895, 31.243925], [115.535405, 31.236173], [115.537615, 31.229575], [115.534174, 31.210243], [115.528852, 31.204785], [115.530951, 31.198675], [115.537193, 31.194134], [115.540156, 31.195105], [115.543739, 31.188953], [115.541905, 31.184911], [115.550049, 31.17704], [115.55337, 31.175719], [115.549645, 31.166553], [115.552723, 31.163635], [115.557912, 31.163183], [115.564811, 31.159471], [115.579319, 31.144738], [115.581941, 31.144231], [115.588679, 31.147881], [115.592216, 31.153388], [115.593516, 31.156354], [115.590809, 31.161073], [115.591358, 31.164671], [115.595308, 31.161439], [115.59906, 31.160882], [115.599215, 31.171265], [115.614265, 31.183357], [115.626068, 31.184573], [115.630595, 31.187399], [115.63823, 31.204498], [115.638421, 31.218261], [115.640134, 31.22213], [115.645331, 31.222495], [115.649489, 31.219747], [115.656173, 31.219661], [115.658682, 31.210894], [115.670843, 31.211977], [115.686891, 31.203723], [115.692817, 31.206251], [115.698288, 31.203082], [115.707675, 31.20184], [115.708722, 31.197239], [115.70679, 31.186541], [115.708066, 31.184132], [115.716403, 31.183114], [115.727657, 31.178015], [115.731064, 31.166756], [115.729312, 31.157809], [115.73666, 31.157697], [115.742711, 31.155075], [115.746171, 31.146986], [115.750495, 31.144944], [115.752583, 31.139699], [115.758098, 31.136086], [115.76412, 31.118832], [115.762428, 31.109354], [115.763534, 31.107972], [115.770627, 31.105518], [115.775862, 31.107165], [115.782003, 31.114528], [115.782091, 31.120489], [115.787376, 31.12677], [115.794699, 31.128942], [115.822933, 31.126715], [115.838143, 31.129897], [115.841112, 31.131189], [115.841358, 31.136357], [115.847545, 31.139885], [115.849229, 31.144599], [115.855665, 31.145497], [115.86827, 31.150726], [115.874302, 31.149954], [115.880229, 31.144613], [115.885511, 31.130275], [115.88883, 31.129024], [115.887621, 31.124974], [115.882961, 31.120646], [115.887562, 31.116937], [115.887973, 31.105389], [115.892256, 31.096785], [115.899203, 31.090886], [115.909183, 31.092649], [115.914948, 31.088715], [115.917211, 31.08202], [115.92468, 31.075055], [115.940053, 31.070423], [115.942176, 31.065414], [115.941738, 31.061568], [115.934756, 31.046996], [115.937403, 31.041579], [115.948827, 31.045542], [115.952873, 31.041928], [115.964201, 31.040307], [115.976574, 31.045031], [115.98308, 31.038494], [115.986396, 31.040225], [115.991642, 31.035084], [116.000704, 31.035365], [116.004309, 31.029202], [116.00276, 31.026108], [116.003031, 31.020479], [116.008927, 31.014533], [116.017143, 31.01617], [116.019974, 31.015113], [116.021428, 31.012013], [116.026048, 31.010769], [116.034093, 31.018145], [116.042442, 31.015805], [116.052305, 31.015576], [116.055041, 30.99822], [116.063175, 30.983285], [116.062125, 30.974328], [116.065643, 30.971814], [116.068718, 30.957799], [116.060133, 30.960021], [116.0528, 30.958415], [116.035894, 30.960211], [116.033292, 30.958914], [116.029705, 30.952847], [116.019669, 30.956151], [116.015672, 30.953136], [116.003444, 30.950846], [116.000212, 30.94673], [115.994757, 30.946734], [115.990689, 30.941554], [115.982526, 30.935716], [115.978707, 30.937331], [115.974099, 30.936833], [115.970971, 30.932414], [115.965343, 30.930654], [115.968004, 30.925954], [115.964039, 30.919982], [115.95921, 30.920197], [115.949246, 30.915525], [115.946021, 30.912181], [115.944728, 30.906675], [115.941038, 30.903761], [115.9313, 30.905904], [115.928978, 30.90099], [115.929525, 30.897479], [115.926323, 30.890204], [115.923574, 30.887975], [115.913948, 30.886949], [115.910729, 30.890073], [115.900122, 30.889671], [115.900052, 30.888313], [115.904323, 30.88772], [115.90229, 30.88497], [115.887659, 30.882135], [115.88623, 30.883196], [115.877859, 30.878242], [115.873359, 30.871997], [115.86429, 30.871429], [115.858943, 30.864969], [115.859228, 30.856858], [115.850061, 30.849187], [115.842732, 30.845519], [115.841374, 30.83277], [115.846722, 30.825645], [115.859727, 30.818764], [115.857094, 30.812187], [115.858647, 30.805592], [115.861398, 30.804915], [115.86156, 30.802941], [115.859138, 30.7982], [115.850633, 30.79706], [115.851762, 30.787864], [115.853613, 30.785951], [115.860635, 30.782909], [115.864351, 30.785061], [115.866307, 30.784501], [115.86398, 30.776566], [115.848341, 30.768853], [115.846689, 30.760243], [115.840355, 30.756323], [115.836163, 30.757035], [115.833182, 30.759588], [115.828744, 30.759076], [115.813536, 30.753051], [115.798033, 30.761889], [115.786716, 30.760795], [115.781453, 30.758474], [115.772931, 30.748891], [115.775259, 30.746077], [115.772603, 30.742103], [115.772016, 30.729661], [115.763451, 30.721265], [115.765145, 30.719558], [115.761982, 30.712403], [115.761379, 30.69513], [115.756021, 30.689884], [115.757707, 30.686212], [115.765587, 30.682219], [115.770125, 30.673406], [115.76904, 30.670324], [115.777117, 30.669486], [115.778724, 30.666166], [115.792568, 30.662302], [115.793087, 30.653975], [115.795692, 30.645853], [115.80068, 30.642196], [115.805732, 30.642375], [115.808984, 30.638179], [115.810263, 30.624448], [115.80191, 30.618653], [115.804583, 30.610942], [115.809251, 30.606479], [115.81334, 30.598947], [115.818467, 30.597806], [115.820087, 30.605216], [115.823009, 30.608141], [115.832074, 30.603063], [115.838049, 30.6022], [115.843061, 30.604331], [115.849333, 30.597175], [115.850388, 30.592374], [115.861852, 30.590807], [115.873494, 30.584133], [115.874892, 30.578435], [115.869916, 30.572009], [115.879126, 30.561289], [115.877645, 30.556762], [115.881564, 30.548414], [115.887225, 30.543817], [115.890634, 30.54389], [115.896113, 30.538419], [115.901172, 30.525391], [115.908637, 30.519857], [115.913435, 30.520927], [115.917554, 30.519847], [115.904423, 30.508925], [115.900914, 30.502434], [115.902239, 30.499841], [115.897602, 30.496201], [115.895888, 30.488072], [115.892097, 30.485884], [115.892962, 30.47837], [115.895985, 30.472248], [115.894743, 30.467144], [115.889845, 30.463774], [115.888955, 30.454255], [115.898832, 30.452522], [115.912355, 30.445881], [115.915714, 30.435539], [115.915238, 30.431615], [115.939494, 30.429729], [115.940556, 30.426822], [115.93842, 30.42291], [115.93345, 30.419979], [115.927161, 30.423117], [115.919166, 30.421259], [115.905351, 30.401386], [115.901263, 30.39998], [115.894032, 30.401102], [115.893421, 30.393768], [115.882038, 30.38862], [115.879071, 30.38368], [115.889151, 30.368177], [115.889399, 30.355955], [115.897341, 30.35421], [115.899667, 30.350143], [115.898728, 30.344971], [115.911296, 30.342708], [115.913523, 30.327881], [115.904997, 30.32602], [115.903088, 30.322155], [115.904875, 30.318924], [115.903725, 30.314623], [115.899231, 30.311613], [115.905749, 30.307586], [115.915488, 30.305867], [115.920019, 30.302563], [115.926779, 30.304656], [115.928859, 30.30335], [115.932167, 30.31159], [115.934371, 30.3128], [115.936854, 30.307634], [115.947339, 30.309989], [115.955031, 30.303398], [115.968612, 30.302258], [115.972953, 30.296523], [115.984811, 30.289633], [115.979673, 30.279485], [115.98703, 30.272916], [115.98697, 30.27109], [115.981125, 30.267822], [115.982923, 30.264058], [115.987378, 30.263175], [115.996009, 30.257349], [116.004932, 30.257649], [116.006587, 30.251782], [116.011074, 30.2483], [116.011263, 30.246602], [116.00799, 30.244031], [116.009111, 30.242588], [116.021891, 30.24389], [116.024257, 30.23997], [116.022723, 30.237477], [116.032244, 30.228572], [116.030147, 30.225756], [116.032602, 30.22489], [116.035083, 30.227407], [116.040598, 30.228532], [116.043033, 30.226216], [116.042307, 30.222838], [116.044352, 30.22114], [116.060541, 30.212258], [116.061281, 30.207798], [116.057825, 30.205374], [116.057222, 30.202709], [116.062689, 30.195254], [116.050729, 30.186291], [116.052819, 30.174255], [116.057507, 30.166398], [116.056561, 30.159359], [116.05476, 30.157182], [116.061085, 30.150443], [116.060245, 30.147363], [116.066417, 30.139668], [116.066898, 30.133992], [116.071391, 30.135586], [116.077389, 30.133585], [116.083851, 30.128857], [116.07909, 30.118381], [116.080089, 30.113382], [116.085147, 30.108782], [116.084636, 30.106662], [116.076656, 30.100949], [116.076282, 30.091189], [116.079173, 30.085353], [116.082972, 30.083222], [116.082745, 30.079981], [116.071452, 30.06785], [116.072283, 30.05861], [116.077122, 30.058252], [116.079865, 30.055119], [116.079702, 30.045448], [116.084433, 30.041836], [116.086882, 30.033284], [116.084193, 30.030549], [116.080029, 30.030557], [116.077518, 30.028808], [116.077091, 30.017935], [116.075048, 30.012887], [116.074373, 29.991754], [116.07651, 29.984422], [116.07078, 29.973831], [116.069505, 29.966144], [116.074899, 29.96157], [116.124512, 29.89913], [116.125443, 29.901783], [116.127929, 29.902523], [116.124917, 29.893219], [116.122834, 29.892849], [116.121392, 29.886057], [116.129264, 29.881807], [116.131248, 29.87036], [116.121598, 29.863693], [116.125001, 29.859579], [116.132285, 29.835971], [116.132865, 29.826707], [116.121725, 29.822911], [116.105145, 29.81411], [116.077339, 29.795471], [116.065923, 29.784912], [116.051365, 29.766679], [116.035741, 29.756099], [115.994278, 29.742099], [115.956845, 29.725741], [115.944383, 29.722293], [115.92739, 29.720844], [115.9131, 29.723714], [115.839652, 29.748003], [115.805504, 29.772014], [115.763815, 29.790883], [115.751212, 29.800099], [115.744126, 29.808087], [115.699535, 29.840038], [115.674908, 29.850831], [115.661444, 29.853108], [115.652878, 29.85168], [115.642171, 29.846826], [115.613332, 29.840829], [115.547186, 29.838342], [115.51262, 29.840577], [115.506008, 29.84231], [115.500393, 29.824668], [115.479907, 29.819896], [115.472638, 29.812298], [115.463834, 29.808722], [115.470455, 29.802705], [115.470004, 29.7963], [115.471404, 29.792529], [115.466451, 29.790098], [115.46676, 29.785437], [115.470412, 29.782137], [115.46786, 29.776495], [115.460194, 29.773927], [115.458504, 29.770654], [115.460057, 29.755856], [115.464747, 29.761887], [115.468573, 29.7608], [115.471305, 29.756145], [115.469503, 29.746443], [115.464589, 29.739164], [115.45902, 29.734068], [115.451232, 29.734695], [115.44824, 29.724624], [115.444889, 29.72471], [115.440296, 29.727442], [115.431544, 29.715288], [115.425777, 29.712111], [115.423162, 29.713855], [115.418731, 29.710853], [115.419907, 29.705083], [115.413091, 29.699749], [115.412472, 29.691606], [115.413605, 29.68896], [115.409068, 29.680985], [115.404408, 29.679875], [115.394791, 29.682904], [115.390251, 29.676168], [115.385621, 29.677031], [115.370139, 29.66672], [115.3578, 29.655626], [115.358351, 29.653459], [115.354756, 29.648917], [115.34237, 29.653816], [115.339247, 29.650186], [115.332854, 29.652969], [115.329105, 29.64943], [115.322328, 29.649112], [115.315315, 29.638897], [115.309752, 29.637493], [115.29994, 29.63965], [115.299258, 29.63665], [115.284793, 29.626311], [115.280829, 29.621047], [115.272303, 29.625849], [115.265684, 29.624983], [115.256481, 29.638337], [115.251992, 29.639018], [115.252796, 29.643829], [115.268195, 29.649882], [115.269595, 29.652097], [115.259457, 29.65995], [115.253227, 29.658746], [115.24926, 29.660637], [115.246044, 29.660241], [115.241167, 29.657175], [115.230432, 29.656266], [115.22605, 29.653724], [115.167593, 29.659091], [115.158874, 29.65807], [115.144657, 29.660924], [115.131762, 29.674792], [115.129743, 29.678181], [115.131173, 29.681234], [115.129479, 29.682798], [115.12407, 29.684029], [115.11816, 29.682368], [115.111843, 29.685149], [115.108412, 29.683398], [115.104998, 29.676972], [115.105184, 29.670413], [115.10151, 29.666609], [115.103021, 29.661665], [115.12352, 29.651312], [115.135526, 29.65421], [115.138893, 29.642169], [115.141211, 29.640318], [115.137014, 29.638701], [115.130339, 29.638941], [115.126994, 29.634872], [115.128203, 29.628135], [115.126818, 29.62141], [115.130772, 29.619879], [115.130703, 29.618254], [115.124529, 29.612173], [115.123169, 29.608275], [115.123771, 29.602538], [115.111597, 29.599743], [115.111388, 29.597637], [115.118056, 29.597034], [115.129188, 29.592327], [115.137347, 29.598458], [115.149802, 29.601062], [115.152625, 29.604947], [115.169864, 29.60074], [115.172814, 29.594746], [115.172002, 29.592431], [115.15225, 29.587178], [115.148097, 29.578049], [115.148618, 29.574741], [115.151642, 29.571479], [115.152265, 29.566869], [115.147369, 29.558902], [115.150952, 29.554343], [115.14605, 29.549265], [115.148552, 29.543912], [115.146054, 29.537424], [115.140892, 29.535052], [115.149158, 29.529056], [115.150821, 29.524935], [115.149948, 29.521683], [115.155472, 29.510857], [115.153331, 29.508939], [115.141667, 29.50985], [115.128701, 29.514505], [115.124218, 29.511095], [115.121551, 29.51105], [115.094223, 29.522941], [115.083723, 29.52197], [115.080983, 29.524118], [115.079931, 29.52938], [115.085006, 29.532738], [115.087327, 29.539761], [115.092403, 29.540265], [115.090856, 29.545722], [115.094205, 29.552212], [115.091123, 29.556268], [115.081773, 29.562741], [115.076081, 29.558278], [115.065197, 29.56018], [115.051481, 29.553375], [115.042096, 29.554509], [115.028762, 29.54884], [115.018258, 29.557706], [115.013554, 29.557521], [115.010037, 29.561142], [115.007395, 29.567402], [114.99969, 29.569251], [114.996728, 29.574059], [114.99424, 29.574922], [114.989975, 29.56597], [114.980623, 29.564383], [114.975498, 29.566864], [114.973132, 29.565354], [114.968141, 29.555599], [114.958844, 29.555153], [114.952575, 29.556607], [114.947678, 29.546512], [114.94279, 29.54579], [114.941076, 29.533704], [114.942441, 29.529512], [114.949142, 29.527237], [114.958656, 29.528329], [114.967852, 29.522424], [114.965518, 29.516782], [114.957749, 29.512743], [114.958393, 29.507633], [114.957168, 29.505654], [114.946122, 29.499848], [114.935805, 29.497114], [114.930824, 29.498053], [114.927658, 29.50255], [114.921108, 29.501281], [114.91808, 29.505312], [114.921885, 29.520089], [114.919678, 29.524675], [114.916093, 29.523013], [114.914002, 29.513565], [114.912106, 29.511999], [114.895201, 29.508775], [114.898951, 29.519583], [114.9034, 29.522964], [114.897584, 29.532089], [114.89361, 29.533287], [114.890674, 29.530459], [114.889794, 29.517545], [114.885073, 29.504236], [114.87911, 29.503298], [114.877506, 29.501249], [114.878789, 29.495345], [114.873613, 29.49558], [114.870574, 29.491769], [114.867407, 29.482667], [114.863909, 29.482859], [114.854716, 29.477706], [114.858254, 29.469604], [114.863286, 29.467895], [114.867465, 29.471305], [114.869946, 29.472034], [114.870961, 29.470832], [114.874542, 29.458369], [114.877489, 29.455314], [114.878106, 29.442807], [114.880161, 29.43862], [114.887246, 29.441261], [114.898163, 29.450958], [114.902747, 29.450189], [114.908524, 29.451951], [114.91325, 29.458953], [114.918282, 29.462502], [114.917342, 29.466284], [114.901602, 29.47036], [114.901396, 29.471621], [114.90562, 29.477705], [114.910691, 29.479686], [114.912292, 29.484963], [114.922007, 29.490744], [114.931524, 29.490427], [114.93364, 29.488302], [114.934778, 29.486589], [114.933715, 29.482255], [114.929718, 29.478848], [114.933047, 29.47486], [114.932511, 29.469968], [114.940032, 29.471553], [114.94441, 29.466318], [114.942506, 29.463653], [114.937176, 29.46213], [114.937938, 29.455468], [114.936796, 29.453659], [114.929277, 29.448425], [114.922257, 29.449123], [114.923507, 29.441642], [114.92746, 29.436545], [114.926385, 29.425948], [114.921829, 29.419301], [114.918258, 29.418811], [114.912108, 29.423112], [114.905628, 29.424646], [114.899655, 29.41692], [114.897855, 29.412707], [114.898744, 29.410554], [114.889934, 29.39995], [114.880556, 29.397682], [114.874935, 29.393554], [114.871112, 29.395391], [114.873088, 29.403185], [114.869046, 29.408212], [114.848395, 29.404682], [114.843075, 29.401875], [114.842178, 29.399221], [114.823237, 29.395154], [114.801356, 29.380058], [114.797034, 29.383126], [114.789531, 29.384313], [114.787284, 29.386194], [114.778728, 29.386573], [114.771941, 29.38204], [114.76977, 29.378169], [114.760375, 29.377008], [114.75825, 29.369884], [114.755119, 29.365369], [114.753105, 29.365087], [114.736709, 29.367092], [114.735302, 29.372167], [114.738686, 29.387185], [114.730103, 29.396066], [114.707425, 29.397272], [114.702041, 29.395787], [114.698332, 29.392871], [114.678127, 29.38913], [114.668098, 29.396003], [114.66544, 29.396289], [114.658383, 29.391858], [114.654422, 29.393662], [114.639215, 29.383301], [114.627066, 29.381433], [114.619346, 29.384593], [114.615486, 29.383082], [114.607881, 29.376741], [114.600741, 29.365109], [114.59501, 29.360358], [114.56085, 29.345834], [114.555057, 29.345847], [114.55228, 29.347559], [114.545945, 29.339153], [114.537706, 29.333864], [114.529296, 29.334199], [114.508914, 29.32585], [114.499439, 29.325108], [114.497522, 29.325575], [114.493144, 29.332126], [114.485965, 29.328321], [114.479985, 29.328984], [114.475047, 29.331889], [114.457632, 29.323845], [114.4504, 29.329876], [114.449568, 29.333373], [114.451103, 29.338628], [114.444984, 29.338229], [114.437643, 29.341834], [114.439174, 29.343952], [114.444955, 29.345971], [114.43895, 29.351747], [114.436019, 29.349362], [114.43424, 29.344525], [114.415353, 29.336943], [114.409779, 29.33674], [114.40705, 29.339943], [114.398006, 29.338528], [114.39459, 29.340634], [114.389565, 29.336809], [114.383914, 29.336316], [114.369274, 29.323766], [114.361657, 29.324588], [114.356564, 29.327688], [114.347593, 29.323503], [114.344708, 29.323597], [114.343831, 29.326519], [114.335919, 29.329644], [114.330077, 29.335192], [114.319145, 29.360097], [114.304201, 29.368229], [114.294625, 29.364323], [114.290569, 29.360775], [114.281773, 29.359481], [114.274935, 29.353385], [114.268897, 29.356904], [114.251901, 29.345968], [114.251603, 29.34447], [114.254242, 29.338582], [114.255302, 29.32539], [114.245806, 29.30687], [114.250608, 29.301237], [114.253647, 29.300342], [114.255999, 29.293903], [114.248704, 29.282832], [114.248361, 29.279702], [114.251107, 29.276157], [114.250607, 29.272988], [114.24784, 29.270209], [114.242286, 29.270724], [114.241563, 29.26953], [114.243412, 29.261553], [114.249928, 29.249302], [114.249534, 29.238656], [114.235793, 29.231843], [114.228297, 29.236145], [114.226122, 29.239792], [114.215597, 29.235959], [114.210913, 29.236636], [114.210168, 29.235386], [114.212132, 29.232222], [114.204595, 29.230362], [114.199126, 29.226385], [114.187917, 29.226738], [114.172593, 29.215251], [114.166493, 29.219014], [114.160213, 29.220014], [114.149377, 29.21592], [114.143084, 29.215904], [114.137079, 29.212863], [114.123845, 29.218332], [114.117924, 29.213228], [114.106555, 29.215885], [114.08991, 29.213504], [114.085816, 29.214921], [114.074305, 29.209253], [114.071866, 29.210014], [114.066962, 29.208384], [114.068717, 29.202998], [114.06133, 29.197533], [114.055678, 29.186425], [114.044948, 29.176988], [114.040488, 29.176498], [114.034594, 29.173278], [114.035455, 29.164377], [114.031479, 29.16318], [114.020489, 29.152043], [114.019549, 29.149129], [114.010726, 29.144104], [114.002083, 29.141978], [113.999223, 29.136283], [113.994029, 29.131895], [113.980047, 29.128611], [113.978611, 29.118634], [113.973492, 29.112917], [113.971482, 29.107681], [113.96746, 29.105214], [113.96543, 29.101548], [113.96235, 29.100376], [113.950186, 29.103404], [113.947883, 29.099791], [113.947617, 29.081255], [113.944179, 29.077632], [113.948264, 29.07198], [113.940162, 29.06209], [113.939486, 29.0476], [113.936207, 29.050393], [113.927798, 29.048548], [113.921004, 29.043656], [113.91154, 29.040643], [113.906018, 29.033646], [113.895812, 29.034591], [113.891909, 29.032769], [113.883644, 29.036829], [113.870137, 29.037753], [113.873779, 29.045264], [113.869578, 29.0503], [113.869168, 29.056206], [113.873804, 29.064662], [113.870156, 29.067873], [113.858932, 29.066032], [113.849772, 29.060654], [113.841242, 29.063202], [113.840368, 29.066973], [113.832834, 29.069282], [113.8278, 29.072837], [113.832845, 29.085314], [113.832187, 29.094688], [113.821054, 29.103981], [113.813993, 29.107542], [113.79893, 29.10544], [113.79374, 29.100981], [113.788904, 29.099213], [113.781972, 29.100552], [113.77907, 29.097182], [113.76866, 29.096025], [113.764413, 29.093971], [113.754566, 29.071094], [113.747349, 29.069331], [113.737665, 29.056613], [113.733369, 29.061334], [113.725408, 29.063162], [113.726485, 29.068147], [113.723381, 29.074195], [113.725726, 29.078923], [113.719876, 29.086262], [113.721054, 29.093785], [113.725998, 29.103425], [113.717619, 29.108862], [113.706608, 29.098673], [113.701, 29.086365], [113.694757, 29.085093], [113.691758, 29.081683], [113.68753, 29.080498], [113.680704, 29.080844], [113.679543, 29.094194], [113.682284, 29.100461], [113.680715, 29.104097], [113.683198, 29.114247], [113.681359, 29.120417], [113.675439, 29.125936], [113.678989, 29.133973], [113.675269, 29.136671], [113.667708, 29.138046], [113.663907, 29.142422], [113.662016, 29.152081], [113.666167, 29.15806], [113.655735, 29.163208], [113.662143, 29.175367], [113.667371, 29.179514], [113.670222, 29.184503], [113.677393, 29.187141], [113.687377, 29.200501], [113.68823, 29.210804], [113.685279, 29.219438], [113.687467, 29.22871], [113.679916, 29.238133], [113.674516, 29.238691], [113.662706, 29.231917], [113.660106, 29.224221], [113.655412, 29.222899], [113.65052, 29.228351], [113.644162, 29.227809], [113.640294, 29.23174], [113.643626, 29.233159], [113.641416, 29.241619], [113.636085, 29.243123], [113.636066, 29.246828], [113.631031, 29.253062], [113.623753, 29.254705], [113.622554, 29.248379], [113.618791, 29.246751], [113.615533, 29.250453], [113.611454, 29.251666], [113.611162, 29.258643], [113.604391, 29.257649], [113.599701, 29.259309], [113.600649, 29.269489], [113.609509, 29.277184], [113.608691, 29.28454], [113.615206, 29.290575], [113.620341, 29.29808], [113.622409, 29.302506], [113.623293, 29.312611], [113.630775, 29.326933], [113.635169, 29.327588], [113.637972, 29.33059], [113.644707, 29.331524], [113.647345, 29.334194], [113.655048, 29.335932], [113.658534, 29.340093], [113.657497, 29.344145], [113.661419, 29.348292], [113.655669, 29.354744], [113.658035, 29.36487], [113.655118, 29.370494], [113.658673, 29.382114], [113.663079, 29.384817], [113.6644, 29.388292], [113.6695, 29.39276], [113.68388, 29.396651], [113.691292, 29.394011], [113.707898, 29.397485], [113.716272, 29.39199], [113.725215, 29.397221], [113.730227, 29.408927], [113.736348, 29.415811], [113.736801, 29.418324], [113.73096, 29.430395], [113.736014, 29.433415], [113.740739, 29.439208], [113.749575, 29.444019], [113.749598, 29.451508], [113.744704, 29.454042], [113.743413, 29.459979], [113.739503, 29.461189], [113.738825, 29.465503], [113.733345, 29.46839], [113.737493, 29.472518], [113.718411, 29.476139], [113.712694, 29.482702], [113.708765, 29.483799], [113.704512, 29.488006], [113.701582, 29.488186], [113.690781, 29.500052], [113.690743, 29.505598], [113.683973, 29.509558], [113.683244, 29.512238], [113.672592, 29.516408], [113.667438, 29.513162], [113.651426, 29.514109], [113.645344, 29.51101], [113.638011, 29.510709], [113.629228, 29.513194], [113.628598, 29.518307], [113.625835, 29.520536], [113.625549, 29.526214], [113.64208, 29.532599], [113.648953, 29.533742], [113.649548, 29.538728], [113.65473, 29.539918], [113.663314, 29.53888], [113.67354, 29.541477], [113.674657, 29.543306], [113.673607, 29.548917], [113.676137, 29.551296], [113.684863, 29.550811], [113.694155, 29.555373], [113.702471, 29.555956], [113.705494, 29.561545], [113.703991, 29.564556], [113.705499, 29.571833], [113.729875, 29.579066], [113.732926, 29.582728], [113.735737, 29.592621], [113.733226, 29.596197], [113.72388, 29.599754], [113.715944, 29.614499], [113.702319, 29.611951], [113.700119, 29.615507], [113.699445, 29.626984], [113.697378, 29.629391], [113.699177, 29.635301], [113.698162, 29.637185], [113.693028, 29.635356], [113.6873, 29.635832], [113.690069, 29.64122], [113.682261, 29.643673], [113.673049, 29.637389], [113.666268, 29.640995], [113.666554, 29.643957], [113.67428, 29.643248], [113.675269, 29.645339], [113.66859, 29.652232], [113.666008, 29.66148], [113.661623, 29.666573], [113.663673, 29.67297], [113.657536, 29.680838], [113.659006, 29.686456], [113.656327, 29.68723], [113.651798, 29.684994], [113.646267, 29.686352], [113.639743, 29.678696], [113.64167, 29.675345], [113.632025, 29.67232], [113.607603, 29.673522], [113.604311, 29.670113], [113.601595, 29.669536], [113.594813, 29.673182], [113.573021, 29.677817], [113.568321, 29.67796], [113.559254, 29.675002], [113.551185, 29.676844], [113.54156, 29.682932], [113.533173, 29.695083], [113.532093, 29.70097], [113.536957, 29.712175], [113.543334, 29.741151], [113.548513, 29.748436], [113.548548, 29.763502], [113.550132, 29.7664], [113.545281, 29.770586], [113.554863, 29.786494], [113.562469, 29.789613], [113.556191, 29.794354], [113.563851, 29.807572], [113.570006, 29.811375], [113.566519, 29.813275], [113.560932, 29.81226], [113.559608, 29.815785], [113.566238, 29.817415], [113.571665, 29.821377], [113.570508, 29.828264], [113.575726, 29.835409], [113.575917, 29.838383], [113.565594, 29.850387], [113.521456, 29.824351], [113.512029, 29.815498], [113.497195, 29.797352], [113.486412, 29.788383], [113.45198, 29.762836], [113.432318, 29.7538], [113.420102, 29.745315], [113.397083, 29.727143], [113.344669, 29.680113], [113.287283, 29.611725], [113.269913, 29.595271], [113.264262, 29.578442], [113.255987, 29.570315], [113.239368, 29.560599], [113.221767, 29.546399], [113.203682, 29.52135], [113.189152, 29.506475], [113.165245, 29.473737], [113.15224, 29.459662], [113.142899, 29.454206], [113.139537, 29.453889], [113.131718, 29.457266], [113.130096, 29.46031], [113.109489, 29.458676], [113.100506, 29.462243], [113.094849, 29.461543], [113.096723, 29.455552], [113.096082, 29.441312], [113.094513, 29.438487], [113.086742, 29.433623], [113.078066, 29.43559], [113.07093, 29.44476], [113.067952, 29.480467], [113.060749, 29.512909], [113.056344, 29.522588], [113.048396, 29.527383], [113.037839, 29.528605], [113.029883, 29.527387], [113.006054, 29.516416], [112.984417, 29.500029], [112.974817, 29.490554], [112.968174, 29.477297], [112.963642, 29.471663], [112.95386, 29.46932], [112.947256, 29.472886], [112.938303, 29.485127], [112.933201, 29.524105], [112.924606, 29.547155], [112.913237, 29.591848], [112.906785, 29.607969], [112.906413, 29.617307], [112.910234, 29.622913], [112.930592, 29.642678], [112.934674, 29.649246], [112.953965, 29.657079], [112.966268, 29.670984], [112.97814, 29.676776], [112.989256, 29.685682], [113.002152, 29.701485], [113.009938, 29.721425], [113.013273, 29.737612], [113.025568, 29.763691], [113.024931, 29.772775], [113.011489, 29.77131], [113.007043, 29.768035], [112.997013, 29.75561], [112.973945, 29.738498], [112.960129, 29.721974], [112.962733, 29.717459], [112.954589, 29.699032], [112.948065, 29.691076], [112.939464, 29.684756], [112.936346, 29.679071], [112.930921, 29.67754], [112.924397, 29.688167], [112.920733, 29.697961], [112.92826, 29.738465], [112.924861, 29.766228], [112.918222, 29.775379], [112.886498, 29.79207], [112.88015, 29.793733], [112.87044, 29.792381], [112.860084, 29.787469], [112.81088, 29.749801], [112.792245, 29.739446], [112.790746, 29.734192], [112.79364, 29.730927], [112.795772, 29.729452], [112.801303, 29.730794], [112.802865, 29.72853], [112.795448, 29.721512], [112.789359, 29.719722], [112.787322, 29.716234], [112.790949, 29.706718], [112.791531, 29.700272], [112.779073, 29.696605], [112.781022, 29.685458], [112.783893, 29.683626], [112.783985, 29.681356], [112.780658, 29.680409], [112.774272, 29.682074], [112.763359, 29.678753], [112.757873, 29.673696], [112.756898, 29.663215], [112.750565, 29.659916], [112.747977, 29.663827], [112.744498, 29.65815], [112.740459, 29.656917], [112.732081, 29.649968], [112.727872, 29.650311], [112.723566, 29.653042], [112.724776, 29.656461], [112.720958, 29.660317], [112.711394, 29.657404], [112.70868, 29.651727], [112.710434, 29.649567], [112.710648, 29.645386], [112.696701, 29.627689], [112.694276, 29.613478], [112.686901, 29.610528], [112.688482, 29.607069], [112.687857, 29.602397], [112.678991, 29.59355], [112.673288, 29.592996], [112.671234, 29.598918], [112.666298, 29.603058], [112.653547, 29.601003], [112.645511, 29.595112], [112.642814, 29.597676], [112.640672, 29.604876], [112.637761, 29.605664], [112.633952, 29.611072], [112.624097, 29.61946], [112.619091, 29.618954], [112.60623, 29.610299], [112.603728, 29.611094], [112.601528, 29.617043], [112.576574, 29.623993], [112.571542, 29.627158], [112.559751, 29.623996], [112.555165, 29.618504], [112.549051, 29.615723], [112.535399, 29.603529], [112.529987, 29.602332], [112.500365, 29.6133], [112.496641, 29.619793], [112.494802, 29.631007], [112.477155, 29.635219], [112.451679, 29.638435], [112.440482, 29.634727], [112.434034, 29.636144], [112.432346, 29.633879], [112.432471, 29.628388], [112.427938, 29.627225], [112.422454, 29.622302], [112.421445, 29.60332], [112.416952, 29.59512], [112.403153, 29.579773], [112.394719, 29.574839], [112.392597, 29.570951], [112.392286, 29.564624], [112.389137, 29.564465], [112.386892, 29.568223], [112.386568, 29.573189], [112.380759, 29.56415], [112.362237, 29.542848], [112.344267, 29.546318], [112.323432, 29.546199], [112.315899, 29.543651], [112.311705, 29.538297], [112.309634, 29.526729], [112.292653, 29.519644], [112.285125, 29.51958], [112.280649, 29.510225], [112.279202, 29.501182], [112.2772, 29.498877], [112.272677, 29.510863], [112.274158, 29.534489], [112.27634, 29.539701], [112.281961, 29.541818], [112.286403, 29.546117], [112.297226, 29.568946], [112.297504, 29.588283], [112.287916, 29.598779], [112.275656, 29.599194], [112.259033, 29.606254], [112.248315, 29.613572], [112.242569, 29.614447], [112.236307, 29.612791], [112.233641, 29.617954], [112.228889, 29.617312], [112.223355, 29.627807], [112.222954, 29.634358], [112.225494, 29.642103], [112.235703, 29.654326], [112.238727, 29.66278], [112.234026, 29.662764], [112.221663, 29.656803], [112.211191, 29.6475], [112.214831, 29.641385], [112.212563, 29.63796], [112.208228, 29.636039], [112.202234, 29.63766], [112.196276, 29.636239], [112.193717, 29.631976], [112.193022, 29.619906], [112.184775, 29.62776], [112.183574, 29.632686], [112.180328, 29.635818], [112.178284, 29.649215], [112.17241, 29.659548], [112.158103, 29.664513], [112.153196, 29.659086], [112.148186, 29.658842], [112.145367, 29.656975], [112.138335, 29.660734], [112.13074, 29.659432], [112.125524, 29.660665], [112.11847, 29.658819], [112.116927, 29.659512], [112.115388, 29.66454], [112.112208, 29.665895], [112.10575, 29.660681], [112.100944, 29.674651], [112.089747, 29.683306], [112.086573, 29.687665], [112.08439, 29.687626], [112.081805, 29.683996], [112.076839, 29.682761], [112.069899, 29.683644], [112.066047, 29.681639], [112.061435, 29.682761], [112.054411, 29.698905], [112.058811, 29.702546], [112.058251, 29.71236], [112.063896, 29.714578], [112.068197, 29.719468], [112.066599, 29.724163], [112.067411, 29.737724], [112.070623, 29.745355], [112.063967, 29.74988], [112.060233, 29.756666], [112.060894, 29.764071], [112.058861, 29.771849], [112.051332, 29.765421], [112.048652, 29.760925], [112.058938, 29.748242], [112.058231, 29.745757], [112.056392, 29.745386], [112.049867, 29.751014], [112.043609, 29.751864], [112.041203, 29.759235], [112.037673, 29.762701], [112.034056, 29.763774], [112.029089, 29.761981], [112.021246, 29.770461], [112.011488, 29.774729], [112.004541, 29.780913], [111.995648, 29.780125], [111.988815, 29.783038], [111.982374, 29.789551], [111.98099, 29.796927], [111.975007, 29.797595], [111.971298, 29.793763], [111.96677, 29.793226], [111.962255, 29.796272], [111.956668, 29.796098], [111.953589, 29.799786], [111.949274, 29.798682], [111.948934, 29.801166], [111.951374, 29.802683], [111.945963, 29.811451], [111.945072, 29.819191], [111.958374, 29.83242], [111.958337, 29.841932], [111.947986, 29.841862], [111.934043, 29.835127], [111.929451, 29.835345], [111.914122, 29.843239], [111.909575, 29.855341], [111.901891, 29.856196], [111.898167, 29.858801], [111.892314, 29.858554], [111.889898, 29.860404], [111.880104, 29.860701], [111.875825, 29.868688], [111.872337, 29.87088], [111.870232, 29.868498], [111.871875, 29.865359], [111.871489, 29.859942], [111.866806, 29.860003], [111.863862, 29.862025], [111.855177, 29.861679], [111.854197, 29.867747], [111.851335, 29.871318], [111.844426, 29.872156], [111.840148, 29.877552], [111.830914, 29.879799], [111.827867, 29.87669], [111.824374, 29.876211], [111.8264, 29.885287], [111.823972, 29.892466], [111.81805, 29.890287], [111.80811, 29.896316], [111.805999, 29.895977], [111.803975, 29.897828], [111.80597, 29.904202], [111.802564, 29.906996], [111.793328, 29.907473], [111.789574, 29.909385], [111.786981, 29.908182], [111.784794, 29.910816], [111.785072, 29.914007], [111.781339, 29.916333], [111.773686, 29.913916], [111.767427, 29.908979], [111.762545, 29.912879], [111.758348, 29.911035], [111.752889, 29.917973], [111.752793, 29.921931], [111.751591, 29.922772], [111.744266, 29.920389], [111.741729, 29.924242], [111.73368, 29.921136], [111.729549, 29.922935], [111.719518, 29.918406], [111.717786, 29.915379], [111.718058, 29.907527], [111.713223, 29.903188], [111.710682, 29.903955], [111.705771, 29.899972], [111.701299, 29.899996], [111.701735, 29.896613], [111.699078, 29.89273], [111.689917, 29.889913], [111.685457, 29.891599], [111.682539, 29.888061], [111.67668, 29.887174], [111.670517, 29.889842], [111.666237, 29.889061], [111.66349, 29.891253], [111.65637, 29.888595], [111.645684, 29.891725], [111.646862, 29.893595], [111.64573, 29.896043], [111.634981, 29.896042], [111.632624, 29.89788], [111.628408, 29.896812], [111.624671, 29.898606], [111.622092, 29.896383], [111.619874, 29.898194], [111.616325, 29.897805], [111.614514, 29.893955], [111.607169, 29.895043], [111.602969, 29.892503], [111.600057, 29.893453], [111.592867, 29.892163], [111.58867, 29.89413], [111.587111, 29.897518], [111.582629, 29.895704], [111.578713, 29.900879], [111.571853, 29.897299], [111.561615, 29.901182], [111.5463, 29.897865], [111.544264, 29.901243], [111.543755, 29.906529], [111.5333, 29.907465], [111.52904, 29.913612], [111.52888, 29.917064], [111.52174, 29.924418], [111.522625, 29.928494], [111.517859, 29.930944], [111.510347, 29.930788], [111.503264, 29.928765], [111.501403, 29.926412], [111.497825, 29.928318], [111.489033, 29.927], [111.486897, 29.92405], [111.482707, 29.924877], [111.480752, 29.921538], [111.469743, 29.921667], [111.460722, 29.926254], [111.459359, 29.930093], [111.45161, 29.930971], [111.445799, 29.92561], [111.438382, 29.927973], [111.431583, 29.932548], [111.418871, 29.924508], [111.412359, 29.917384], [111.398281, 29.913051], [111.391037, 29.914556], [111.384759, 29.917262], [111.377127, 29.925893], [111.378433, 29.930517], [111.383807, 29.935104], [111.384666, 29.94019], [111.375433, 29.935998], [111.372489, 29.937517], [111.377829, 29.948588], [111.377406, 29.952145], [111.37178, 29.953037], [111.369281, 29.9565], [111.363449, 29.956459], [111.35685, 29.953533], [111.345867, 29.953896], [111.345066, 29.947257], [111.342893, 29.944251], [111.337624, 29.946785], [111.335335, 29.948429], [111.334497, 29.953871], [111.330308, 29.960414], [111.331178, 29.964939], [111.324127, 29.967581], [111.326405, 29.972176], [111.319139, 29.980339], [111.316242, 29.980672], [111.315472, 29.976072], [111.312292, 29.974579], [111.306876, 29.981909], [111.2973, 29.985862], [111.291948, 29.99252], [111.292196, 30.007124], [111.280867, 30.013724], [111.260987, 30.011938], [111.250954, 30.036975], [111.240923, 30.042385], [111.213112, 30.042356], [111.206565, 30.043907], [111.194809, 30.04285], [111.177806, 30.046322], [111.165245, 30.04411], [111.159997, 30.045827], [111.148635, 30.045508], [111.125864, 30.04871], [111.115965, 30.047086], [111.10066, 30.050956], [111.092726, 30.050581], [111.086761, 30.052168], [111.029796, 30.051051], [111.000829, 30.056823], [110.998158, 30.059028], [110.986356, 30.061892], [110.980309, 30.059812], [110.969139, 30.059265], [110.956808, 30.064244], [110.950793, 30.06256], [110.944313, 30.064878], [110.930191, 30.064609], [110.918433, 30.070993], [110.923395, 30.075596], [110.917038, 30.078102], [110.917581, 30.085026], [110.921691, 30.095534], [110.920864, 30.099473], [110.918253, 30.102097], [110.919384, 30.111435], [110.917726, 30.114507], [110.911102, 30.115582], [110.888574, 30.112259], [110.884189, 30.115919], [110.866207, 30.115156], [110.858526, 30.119281], [110.851488, 30.119711], [110.851086, 30.127141], [110.849338, 30.128336], [110.84183, 30.128599], [110.836936, 30.124246], [110.833816, 30.123444], [110.814429, 30.128087], [110.809393, 30.127781], [110.806999, 30.122804], [110.797556, 30.116857], [110.789374, 30.118848], [110.783459, 30.122534], [110.765674, 30.122686], [110.739192, 30.114638], [110.74855, 30.106419], [110.748533, 30.100533], [110.744493, 30.095623], [110.743473, 30.090457], [110.745774, 30.087064], [110.751879, 30.084348], [110.749579, 30.079203], [110.748364, 30.065717], [110.751044, 30.061421], [110.751085, 30.055959], [110.745506, 30.04981], [110.734116, 30.042998], [110.725792, 30.044179], [110.719836, 30.042655], [110.708614, 30.035517], [110.702023, 30.035714], [110.690908, 30.043424], [110.68331, 30.044771], [110.680582, 30.048129], [110.681966, 30.061509], [110.68072, 30.064849], [110.668774, 30.06661], [110.666432, 30.06935], [110.657225, 30.072669], [110.648964, 30.080048], [110.644023, 30.080035], [110.634429, 30.076069], [110.627581, 30.072111], [110.622203, 30.066493], [110.606346, 30.062141], [110.600323, 30.058422], [110.593191, 30.057326], [110.589897, 30.057435], [110.585767, 30.060526], [110.575065, 30.060133], [110.571205, 30.062738], [110.566787, 30.062824], [110.562577, 30.056234], [110.559093, 30.061823], [110.556047, 30.062355], [110.552674, 30.061708], [110.551064, 30.056711], [110.546217, 30.055741], [110.541438, 30.059852], [110.530986, 30.063398], [110.530344, 30.067251], [110.518839, 30.064784], [110.514569, 30.057295], [110.50357, 30.052575], [110.499832, 30.052505], [110.498636, 30.057637], [110.491683, 30.057172], [110.494775, 30.051752], [110.490245, 30.039308], [110.495471, 30.033119], [110.49615, 30.029978], [110.487863, 30.023861], [110.487033, 30.021127], [110.49475, 30.013991], [110.507798, 30.008806], [110.513854, 30.00465], [110.518512, 30.005741], [110.5332, 30.003287], [110.540896, 30.003779], [110.543555, 30.001854], [110.546368, 29.992834], [110.554677, 29.990196], [110.545577, 29.9828], [110.524678, 29.977912], [110.519652, 29.96838], [110.510894, 29.965005], [110.50996, 29.959435], [110.512989, 29.95723], [110.512771, 29.954659], [110.503158, 29.949099], [110.501433, 29.940445], [110.504653, 29.937362], [110.506112, 29.9323], [110.501514, 29.921516], [110.5084, 29.91655], [110.511051, 29.909892], [110.514671, 29.906543], [110.518315, 29.908266], [110.530105, 29.903237], [110.535707, 29.9066], [110.535498, 29.892751], [110.531838, 29.884262], [110.527207, 29.878635], [110.541348, 29.87188], [110.545288, 29.848853], [110.550771, 29.847559], [110.559663, 29.849738], [110.563776, 29.848797], [110.574206, 29.843459], [110.580528, 29.837988], [110.596611, 29.839013], [110.608042, 29.841796], [110.60819, 29.834492], [110.619302, 29.821164], [110.620551, 29.813468], [110.623911, 29.808035], [110.625718, 29.800758], [110.637854, 29.778301], [110.636467, 29.770578], [110.628534, 29.763283], [110.627118, 29.759688], [110.618083, 29.756923], [110.611271, 29.749382], [110.606356, 29.74698], [110.597285, 29.745639], [110.582274, 29.732392], [110.578908, 29.73141], [110.574465, 29.732827], [110.569594, 29.726904], [110.568304, 29.71988], [110.550828, 29.713256], [110.542015, 29.713978], [110.533917, 29.704143], [110.518239, 29.694878], [110.514642, 29.696228], [110.507022, 29.704105], [110.502577, 29.701404], [110.507409, 29.698842], [110.508398, 29.696391], [110.504811, 29.695104], [110.49553, 29.695506], [110.485347, 29.706507], [110.48032, 29.708309], [110.470029, 29.708298], [110.462846, 29.71553], [110.459846, 29.715658], [110.444061, 29.69376], [110.443417, 29.670387], [110.441935, 29.667444], [110.433412, 29.664222], [110.410597, 29.663726], [110.408117, 29.65581], [110.369017, 29.636388], [110.357037, 29.637768], [110.350573, 29.641743], [110.346784, 29.647848], [110.348909, 29.655406], [110.338558, 29.665839], [110.338157, 29.670388], [110.323585, 29.671586], [110.318331, 29.673517], [110.303418, 29.665366], [110.297682, 29.664619], [110.295641, 29.669557], [110.285102, 29.679813], [110.28647, 29.694373], [110.278538, 29.69913], [110.276028, 29.710201], [110.271399, 29.714903], [110.264806, 29.718734], [110.259558, 29.718132], [110.253133, 29.72139], [110.248662, 29.726665], [110.249277, 29.732256], [110.232979, 29.738465], [110.22034, 29.740608], [110.217493, 29.750286], [110.209323, 29.750722], [110.206435, 29.75292], [110.203096, 29.75992], [110.195191, 29.76288], [110.181219, 29.764799], [110.174831, 29.762897], [110.164262, 29.753188], [110.162062, 29.752942], [110.144783, 29.768277], [110.142706, 29.774861], [110.136805, 29.780191], [110.13157, 29.782616], [110.124666, 29.792507], [110.110021, 29.786006], [110.104078, 29.793198], [110.097381, 29.79369], [110.095371, 29.792498], [110.090903, 29.79412], [110.083201, 29.792889], [110.069229, 29.794451], [110.045856, 29.786626], [110.04075, 29.782368], [110.036564, 29.784073], [110.028777, 29.782513], [110.017517, 29.77604], [110.014836, 29.775623], [110.012141, 29.777347], [110.00598, 29.775869], [109.994314, 29.777074], [109.979109, 29.770869], [109.973947, 29.77159], [109.972101, 29.77575], [109.966617, 29.779274], [109.965105, 29.783442], [109.954668, 29.780628], [109.948579, 29.7768], [109.944299, 29.777697], [109.942417, 29.782136], [109.936191, 29.776875], [109.926598, 29.78148], [109.919343, 29.775958], [109.914188, 29.774842], [109.90468, 29.768109], [109.898059, 29.765823], [109.896028, 29.770334], [109.885861, 29.768834], [109.879022, 29.776681], [109.873312, 29.78063], [109.86776, 29.781558], [109.858862, 29.779497], [109.845917, 29.771516], [109.834004, 29.776463], [109.825424, 29.774364], [109.81482, 29.776199], [109.805113, 29.773844], [109.798609, 29.767884], [109.792878, 29.767878], [109.784295, 29.763119], [109.775228, 29.761888], [109.767911, 29.75246], [109.756919, 29.745841], [109.747653, 29.742381], [109.748663, 29.737057], [109.760324, 29.734052], [109.766801, 29.727435], [109.764583, 29.724635], [109.75951, 29.722774], [109.755354, 29.715738], [109.751692, 29.714148], [109.760201, 29.700389], [109.760134, 29.695303], [109.742926, 29.687426], [109.735867, 29.680804], [109.709332, 29.675445], [109.710374, 29.661118], [109.713949, 29.659754], [109.715435, 29.656785], [109.708094, 29.654034], [109.709028, 29.647586], [109.70584, 29.644367], [109.700255, 29.643588], [109.699373, 29.641032], [109.693755, 29.639266], [109.69563, 29.635944], [109.701919, 29.636764], [109.707421, 29.629521], [109.706419, 29.625032], [109.709281, 29.624046], [109.712234, 29.619793], [109.708956, 29.613529], [109.701582, 29.609571], [109.686172, 29.610636], [109.679123, 29.604327], [109.669338, 29.60861], [109.663104, 29.602259], [109.658503, 29.600309], [109.650699, 29.606366], [109.647171, 29.614064], [109.649221, 29.61802], [109.646729, 29.624422], [109.62944, 29.627517], [109.613447, 29.633616], [109.609939, 29.632788], [109.606307, 29.637186], [109.60002, 29.635121], [109.593871, 29.636104], [109.590593, 29.634642], [109.581002, 29.634459], [109.570545, 29.630756], [109.571544, 29.623879], [109.566247, 29.621204], [109.563721, 29.615287], [109.553391, 29.615359], [109.550597, 29.617932], [109.539994, 29.615828], [109.528011, 29.617403], [109.526304, 29.618447], [109.52842, 29.624104], [109.525926, 29.624732], [109.524282, 29.629185], [109.520029, 29.627036], [109.510788, 29.628566], [109.509043, 29.626145], [109.509609, 29.620696], [109.513968, 29.614939], [109.519535, 29.613998], [109.520536, 29.612279], [109.516586, 29.610145], [109.51286, 29.604081], [109.510258, 29.602798], [109.501577, 29.604493], [109.497381, 29.607252], [109.49166, 29.605691], [109.491001, 29.600472], [109.49761, 29.597835], [109.499179, 29.592437], [109.502247, 29.58878], [109.498001, 29.581223], [109.494317, 29.578742], [109.495432, 29.573285], [109.494417, 29.571038], [109.487875, 29.569403], [109.486589, 29.567694], [109.488116, 29.565422], [109.484165, 29.556053], [109.473476, 29.555848], [109.4626, 29.562729], [109.456762, 29.556318], [109.454287, 29.54528], [109.453881, 29.533433], [109.460465, 29.518795], [109.459714, 29.516201], [109.455546, 29.515307], [109.451407, 29.51935], [109.444504, 29.521775], [109.442456, 29.524766], [109.442577, 29.530176], [109.440917, 29.531837], [109.433915, 29.531838], [109.430722, 29.533909], [109.427655, 29.533146], [109.424619, 29.528606], [109.427424, 29.521634], [109.426483, 29.508506], [109.428678, 29.50398], [109.434787, 29.49885], [109.435331, 29.494222], [109.429734, 29.491776], [109.41864, 29.498339], [109.410716, 29.499866], [109.405143, 29.493339], [109.407926, 29.487787], [109.40737, 29.48265], [109.400184, 29.471394], [109.404474, 29.463357], [109.413139, 29.456162], [109.413583, 29.451857], [109.410968, 29.450897], [109.409164, 29.453152], [109.406545, 29.453131], [109.397511, 29.44783], [109.401492, 29.444063], [109.401228, 29.436777], [109.394238, 29.440719], [109.388072, 29.442043], [109.383953, 29.440001], [109.381591, 29.435043], [109.367946, 29.426932], [109.363881, 29.413662], [109.374327, 29.405348], [109.380262, 29.39671], [109.380403, 29.392644], [109.37727, 29.385793], [109.381428, 29.384863], [109.387064, 29.376208], [109.373418, 29.377783], [109.364244, 29.386563], [109.361205, 29.383486], [109.349725, 29.381503], [109.342355, 29.377671], [109.333229, 29.368473], [109.341734, 29.350706], [109.334102, 29.342389], [109.325453, 29.338766], [109.331182, 29.332996], [109.340093, 29.330364], [109.340024, 29.321731], [109.332865, 29.318871], [109.332249, 29.315702], [109.339807, 29.309667], [109.348277, 29.308596], [109.347972, 29.304428], [109.35294, 29.296833], [109.352186, 29.292592], [109.33789, 29.276701], [109.320071, 29.261869], [109.307298, 29.252818], [109.2994, 29.249167], [109.291956, 29.250155], [109.281948, 29.246205], [109.278962, 29.243439], [109.28076, 29.2396], [109.280031, 29.23682], [109.267881, 29.230528], [109.264421, 29.231678], [109.259388, 29.226289], [109.259844, 29.223445], [109.263227, 29.220375], [109.261911, 29.211818], [109.263376, 29.210746], [109.265474, 29.212028], [109.272234, 29.20049], [109.269437, 29.192798], [109.27357, 29.18877], [109.269469, 29.181439], [109.270389, 29.177717], [109.268459, 29.174284], [109.260048, 29.169974], [109.25759, 29.162786], [109.260134, 29.157251], [109.257148, 29.152302], [109.258411, 29.148432], [109.264433, 29.140787], [109.271053, 29.139677], [109.27329, 29.134865], [109.271466, 29.128761], [109.273757, 29.124278], [109.261061, 29.123558], [109.252265, 29.126808], [109.242151, 29.118366], [109.233563, 29.117108], [109.226872, 29.11802], [109.222562, 29.1207], [109.222493, 29.129844], [109.215787, 29.143405], [109.216014, 29.147263], [109.217953, 29.149211], [109.211901, 29.151359], [109.203046, 29.149107], [109.200724, 29.156203], [109.196631, 29.156893], [109.189182, 29.16455], [109.179406, 29.16919], [109.175218, 29.175101], [109.170266, 29.176226], [109.166158, 29.181272], [109.16027, 29.183973], [109.155615, 29.18291], [109.152609, 29.1803], [109.154159, 29.174704], [109.150668, 29.169739], [109.140111, 29.169979], [109.137105, 29.176204], [109.130285, 29.177152], [109.116472, 29.196243], [109.113388, 29.208852], [109.106892, 29.210354], [109.105927, 29.220908], [109.115203, 29.237827], [109.111103, 29.238663], [109.112058, 29.242326], [109.119867, 29.249302], [109.132371, 29.26497], [109.134586, 29.265396], [109.136601, 29.271651], [109.12838, 29.279506], [109.11994, 29.284758], [109.117793, 29.289969], [109.115892, 29.291056], [109.109827, 29.288809], [109.100295, 29.290423], [109.09952, 29.293877], [109.101458, 29.298327], [109.111863, 29.315983], [109.102654, 29.321897], [109.110979, 29.335323], [109.104969, 29.347922], [109.106051, 29.35211], [109.110103, 29.35521], [109.107341, 29.363247], [109.102971, 29.370005], [109.084862, 29.383198], [109.065545, 29.4006], [109.048373, 29.406632], [109.04583, 29.400107], [109.041139, 29.397178], [109.03137, 29.382554], [109.024389, 29.385477], [109.024616, 29.381374], [109.031924, 29.372067], [109.031143, 29.363756], [109.000447, 29.362318], [108.996099, 29.367859], [108.989382, 29.356805], [108.985965, 29.358201], [108.981386, 29.356955], [108.984222, 29.345867], [108.98269, 29.33948], [108.980688, 29.337253], [108.966909, 29.331926], [108.949433, 29.333899], [108.93307, 29.330473], [108.914227, 29.330129], [108.912002, 29.335163], [108.917102, 29.344712], [108.915847, 29.34957], [108.923134, 29.353853], [108.924023, 29.36281], [108.927269, 29.370359], [108.925352, 29.382293], [108.926855, 29.385851], [108.930796, 29.388884], [108.929449, 29.403129], [108.935421, 29.41094], [108.938852, 29.413047], [108.930679, 29.425175], [108.932353, 29.431748], [108.926409, 29.438264], [108.912292, 29.437152], [108.893872, 29.444635], [108.887963, 29.440264], [108.882639, 29.443178], [108.869167, 29.453445], [108.866972, 29.460424], [108.868817, 29.466399], [108.865275, 29.471719], [108.860154, 29.474381], [108.865617, 29.491034], [108.877218, 29.492468], [108.882757, 29.499618], [108.880751, 29.502438], [108.880855, 29.505574], [108.884167, 29.510489], [108.884364, 29.514253], [108.88222, 29.5226], [108.886749, 29.528016], [108.887527, 29.532336], [108.882758, 29.535339], [108.873211, 29.536664], [108.873165, 29.540445], [108.881043, 29.550194], [108.881262, 29.554928], [108.884217, 29.558991], [108.891104, 29.560312], [108.910476, 29.574213], [108.905041, 29.583371], [108.902292, 29.579661], [108.894676, 29.586974], [108.902595, 29.59424], [108.902733, 29.596432], [108.89739, 29.603899], [108.895087, 29.604862], [108.890233, 29.603448], [108.891693, 29.600244], [108.894044, 29.599764], [108.892635, 29.598346], [108.879119, 29.591621], [108.875265, 29.592447], [108.869242, 29.599213], [108.861805, 29.602467], [108.861178, 29.606019], [108.874803, 29.605923], [108.871524, 29.607512], [108.871296, 29.610195], [108.875707, 29.614388], [108.884609, 29.629535], [108.881353, 29.638434], [108.873217, 29.64063], [108.871263, 29.645329], [108.869235, 29.64556], [108.864202, 29.644062], [108.858051, 29.638546], [108.850491, 29.639533], [108.845212, 29.649625], [108.844497, 29.65725], [108.841343, 29.661725], [108.835314, 29.655961], [108.82504, 29.654041], [108.822656, 29.65721], [108.831936, 29.671059], [108.824564, 29.674436], [108.823317, 29.67423], [108.820882, 29.65847], [108.817508, 29.653727], [108.814106, 29.65332], [108.81167, 29.646169], [108.817261, 29.637296], [108.817003, 29.634503], [108.806287, 29.635377], [108.804547, 29.640868], [108.798718, 29.643735], [108.795196, 29.638931], [108.777707, 29.636887], [108.774475, 29.647542], [108.788585, 29.650766], [108.788979, 29.656146], [108.793806, 29.663594], [108.790941, 29.672102], [108.788548, 29.674717], [108.780072, 29.677407], [108.784748, 29.691435], [108.782479, 29.694291], [108.772599, 29.697633], [108.765933, 29.697396], [108.755692, 29.69555], [108.748697, 29.691852], [108.750916, 29.684148], [108.754744, 29.680284], [108.756249, 29.680595], [108.758133, 29.685104], [108.762344, 29.685942], [108.772252, 29.677643], [108.773336, 29.672542], [108.771041, 29.669634], [108.770079, 29.661283], [108.773132, 29.658915], [108.777659, 29.660013], [108.781659, 29.657697], [108.776599, 29.653177], [108.768497, 29.65516], [108.763521, 29.664509], [108.754413, 29.66322], [108.753662, 29.661902], [108.76072, 29.655772], [108.763986, 29.642831], [108.760948, 29.639069], [108.756559, 29.641152], [108.748085, 29.653412], [108.740869, 29.655454], [108.739855, 29.663604], [108.735032, 29.670266], [108.726423, 29.676125], [108.705954, 29.682037], [108.704406, 29.685856], [108.709402, 29.687337], [108.714033, 29.6917], [108.714691, 29.694432], [108.708847, 29.702586], [108.69607, 29.696167], [108.689114, 29.694665], [108.679376, 29.695011], [108.682276, 29.699099], [108.693598, 29.705021], [108.684055, 29.712043], [108.676305, 29.724336], [108.68185, 29.742918], [108.680368, 29.749252], [108.672024, 29.754595], [108.672484, 29.763921], [108.676097, 29.771236], [108.675163, 29.777143], [108.673425, 29.778631], [108.673179, 29.786121], [108.67443, 29.788005], [108.674142, 29.798291], [108.676602, 29.804795], [108.666944, 29.814206], [108.660855, 29.813862], [108.652336, 29.820939], [108.652971, 29.82304], [108.657831, 29.821529], [108.664141, 29.822062], [108.666375, 29.823955], [108.667061, 29.827395], [108.665829, 29.832032], [108.661339, 29.832237], [108.664478, 29.84053], [108.659194, 29.844729], [108.657166, 29.848395], [108.656202, 29.856728], [108.648946, 29.856371], [108.635006, 29.859512], [108.630225, 29.858305], [108.6286, 29.859418], [108.630049, 29.865449], [108.628865, 29.868079], [108.618893, 29.870243], [108.617226, 29.868316], [108.608317, 29.86801], [108.592687, 29.863732], [108.587233, 29.860492], [108.586171, 29.856802], [108.589013, 29.853526], [108.57889, 29.847829], [108.573663, 29.846709], [108.576608, 29.837181], [108.575727, 29.834527], [108.56525, 29.826369], [108.559213, 29.818812], [108.550844, 29.819283], [108.549185, 29.818025], [108.532902, 29.793797], [108.535054, 29.790091], [108.528607, 29.784922], [108.518308, 29.768807], [108.517643, 29.766709], [108.520902, 29.763599], [108.521778, 29.759142], [108.537334, 29.758133], [108.546425, 29.753482], [108.544095, 29.747239], [108.539895, 29.742696], [108.536966, 29.744645], [108.533561, 29.743984], [108.52845, 29.736275], [108.517364, 29.735021], [108.509767, 29.740025], [108.50703, 29.736193], [108.502237, 29.733687], [108.495315, 29.734658], [108.495412, 29.731117], [108.503651, 29.731089], [108.509061, 29.726373], [108.506068, 29.71956], [108.50179, 29.716242], [108.502273, 29.710701], [108.500431, 29.709941], [108.490611, 29.715181], [108.479127, 29.725873], [108.467318, 29.729143], [108.462063, 29.732763], [108.456451, 29.742215], [108.443387, 29.741198], [108.432795, 29.743107], [108.435455, 29.753121], [108.434304, 29.759396], [108.437811, 29.760677], [108.441661, 29.768769], [108.441175, 29.778403], [108.438126, 29.780963], [108.433561, 29.78138], [108.426104, 29.775779], [108.422103, 29.774923], [108.418088, 29.776149], [108.414865, 29.779322], [108.412888, 29.78881], [108.417387, 29.802996], [108.423505, 29.811908], [108.418654, 29.820279], [108.410638, 29.820991], [108.401362, 29.826393], [108.39923, 29.838698], [108.392636, 29.840685], [108.388343, 29.838207], [108.391681, 29.82944], [108.391562, 29.823656], [108.387773, 29.814811], [108.378622, 29.815299], [108.370463, 29.820497], [108.364276, 29.821172], [108.362545, 29.822689], [108.366439, 29.835226], [108.369283, 29.837099], [108.366894, 29.841355], [108.367709, 29.844893], [108.379767, 29.85265], [108.38463, 29.861044], [108.384277, 29.86286], [108.392048, 29.864316], [108.397016, 29.85937], [108.400448, 29.859394], [108.400586, 29.860997], [108.403496, 29.85989], [108.404212, 29.863573], [108.406664, 29.864065], [108.409167, 29.867985], [108.412691, 29.867558], [108.421314, 29.875064], [108.420177, 29.880906], [108.42773, 29.882319], [108.433034, 29.881117], [108.434881, 29.879283], [108.446512, 29.875986], [108.453731, 29.86741], [108.465016, 29.86664], [108.478978, 29.872109], [108.485142, 29.870209], [108.489393, 29.871121], [108.495405, 29.880554], [108.503619, 29.889021], [108.50747, 29.872903], [108.511683, 29.869333], [108.520812, 29.869315], [108.514743, 29.876542], [108.513256, 29.887697], [108.519045, 29.891225], [108.518876, 29.908143], [108.520482, 29.910697], [108.517813, 29.919421], [108.512572, 29.927488], [108.511018, 29.934977], [108.515544, 29.939024], [108.51973, 29.955369], [108.528479, 29.967232], [108.533053, 29.986261], [108.537525, 29.990391], [108.544677, 29.981307], [108.546588, 29.980003], [108.547672, 29.981112], [108.538741, 29.995027], [108.536672, 30.002122], [108.526723, 30.007991], [108.523481, 30.01311], [108.525205, 30.045073], [108.527942, 30.047319], [108.528991, 30.053458], [108.527514, 30.058854], [108.521531, 30.061893], [108.510861, 30.05592], [108.508748, 30.06081], [108.518376, 30.074973], [108.521945, 30.076952], [108.524047, 30.073012], [108.527642, 30.077634], [108.528389, 30.08532], [108.542461, 30.107438], [108.54339, 30.114093], [108.563018, 30.156333], [108.561304, 30.15963], [108.547937, 30.165486], [108.54872, 30.172055], [108.559721, 30.217206], [108.565038, 30.227704], [108.560833, 30.2316], [108.563934, 30.238191], [108.570471, 30.240453], [108.572495, 30.242963], [108.579609, 30.258805], [108.564161, 30.25611], [108.556986, 30.257225], [108.558782, 30.261504], [108.557637, 30.264689], [108.547841, 30.267191], [108.542674, 30.270917], [108.540734, 30.273204], [108.541863, 30.279375], [108.532537, 30.28243], [108.528657, 30.295238], [108.526202, 30.297133], [108.520241, 30.297555], [108.519459, 30.300304], [108.522107, 30.302727], [108.522672, 30.307663], [108.513562, 30.316743], [108.507702, 30.317803], [108.500201, 30.316598], [108.494333, 30.319268], [108.486782, 30.330503], [108.465542, 30.346201], [108.456435, 30.361041], [108.426841, 30.356444], [108.419342, 30.368792], [108.414363, 30.369767], [108.397711, 30.379707], [108.39515, 30.39339], [108.401208, 30.395121], [108.404001, 30.393765], [108.418991, 30.397691], [108.416649, 30.412669], [108.420799, 30.416311], [108.423867, 30.416683], [108.424866, 30.420115], [108.415308, 30.433218], [108.412996, 30.43371], [108.411095, 30.43089], [108.409033, 30.430701], [108.40668, 30.439954], [108.40997, 30.446988], [108.417613, 30.451763], [108.41461, 30.461167], [108.416491, 30.469777], [108.409278, 30.478192], [108.42261, 30.494569], [108.431467, 30.494963], [108.435421, 30.488083], [108.438792, 30.492089], [108.450289, 30.498407], [108.451387, 30.497461], [108.450952, 30.491341], [108.460789, 30.49068], [108.459088, 30.487956], [108.461359, 30.485373], [108.479298, 30.492209], [108.482586, 30.502647], [108.485164, 30.504361], [108.508267, 30.503965], [108.521835, 30.493007], [108.523838, 30.488717], [108.535928, 30.48813], [108.529918, 30.493582], [108.539899, 30.49424], [108.54822, 30.485291], [108.554284, 30.483552], [108.558442, 30.479421], [108.558998, 30.473021], [108.560578, 30.471023], [108.564664, 30.471883], [108.567536, 30.477589], [108.576023, 30.482819], [108.577521, 30.488517], [108.586696, 30.490326], [108.585697, 30.495979], [108.58686, 30.497791], [108.594113, 30.497177], [108.60753, 30.50533], [108.609537, 30.507903], [108.602172, 30.508956], [108.600585, 30.510165], [108.600505, 30.513159], [108.615444, 30.516985], [108.618321, 30.519262], [108.620003, 30.522715], [108.613934, 30.525742], [108.626508, 30.530918], [108.632362, 30.535534], [108.635771, 30.531362], [108.637139, 30.525281], [108.640042, 30.520975], [108.638152, 30.530853], [108.640364, 30.537239], [108.645118, 30.540986], [108.643961, 30.549944], [108.646108, 30.552987], [108.645577, 30.55674], [108.639368, 30.564327], [108.636186, 30.577144], [108.63968, 30.581906], [108.653904, 30.590055], [108.665379, 30.591631], [108.686368, 30.590096], [108.689126, 30.584533], [108.689954, 30.574168], [108.695751, 30.564235], [108.693222, 30.560555], [108.696354, 30.545827], [108.708803, 30.539003], [108.711656, 30.534377], [108.707457, 30.530263], [108.708489, 30.5243], [108.721617, 30.518486], [108.722683, 30.515869], [108.720312, 30.510758], [108.736414, 30.498924], [108.741398, 30.49784], [108.747154, 30.499151], [108.753192, 30.507161], [108.76856, 30.505208], [108.784159, 30.517477], [108.793129, 30.507454], [108.799309, 30.504996], [108.801553, 30.499344], [108.801296, 30.49541], [108.804261, 30.493818], [108.814313, 30.497696], [108.824886, 30.49799], [108.83669, 30.506173], [108.859639, 30.531473], [108.867559, 30.537363], [108.876439, 30.548768], [108.89056, 30.561343], [108.892334, 30.568266], [108.912354, 30.585257], [108.916354, 30.591154], [108.933387, 30.599595], [108.945346, 30.613218], [108.952132, 30.615584], [108.960087, 30.629028], [108.962065, 30.626729], [108.972257, 30.63227], [108.977593, 30.631017], [108.978874, 30.627718], [108.983033, 30.625011], [108.993996, 30.635573], [108.997363, 30.633924], [108.999776, 30.629793], [109.002053, 30.629597], [109.017787, 30.645486], [109.023232, 30.645996], [109.03762, 30.657906], [109.041634, 30.655551], [109.041573, 30.651955], [109.044879, 30.647292], [109.050815, 30.644591], [109.060886, 30.645367], [109.06717, 30.642582], [109.083367, 30.649481], [109.086871, 30.649057], [109.088829, 30.646974], [109.110078, 30.64387], [109.113215, 30.642046], [109.118461, 30.633269], [109.108717, 30.620448], [109.104941, 30.612025], [109.099272, 30.61075], [109.094804, 30.613755], [109.079548, 30.606052], [109.076052, 30.602568], [109.078821, 30.597175], [109.082299, 30.596662], [109.085626, 30.591107], [109.088926, 30.579091], [109.087413, 30.572677], [109.096454, 30.57151], [109.108262, 30.555517], [109.109473, 30.546283], [109.117532, 30.539534], [109.117281, 30.535663], [109.120374, 30.533634], [109.125014, 30.533372], [109.135517, 30.537039], [109.135472, 30.52828], [109.138451, 30.523851], [109.140336, 30.523586], [109.164223, 30.545967], [109.161176, 30.5483], [109.163566, 30.550258], [109.191843, 30.547438], [109.198502, 30.555858], [109.201882, 30.564613], [109.209102, 30.562587], [109.21199, 30.563906], [109.220948, 30.57172], [109.236904, 30.580837], [109.241509, 30.588239], [109.239609, 30.590555], [109.230911, 30.586497], [109.22682, 30.582828], [109.223313, 30.583719], [109.226088, 30.590513], [109.241459, 30.595856], [109.249198, 30.595885], [109.252126, 30.598378], [109.251843, 30.60371], [109.259165, 30.604156], [109.274073, 30.611938], [109.281498, 30.621267], [109.288869, 30.626329], [109.292715, 30.634], [109.298983, 30.633686], [109.294548, 30.630283], [109.29437, 30.6256], [109.30149, 30.62408], [109.305667, 30.613715], [109.30846, 30.610641], [109.312337, 30.612957], [109.312752, 30.615944], [109.317276, 30.62063], [109.321223, 30.621996], [109.323989, 30.6178], [109.320269, 30.60824], [109.314775, 30.603896], [109.309458, 30.605001], [109.304522, 30.603307], [109.304518, 30.601578], [109.320254, 30.594379], [109.340296, 30.579622], [109.346637, 30.573429], [109.344956, 30.568334], [109.355437, 30.562047], [109.359044, 30.556968], [109.342373, 30.542468], [109.341229, 30.534225], [109.337467, 30.532574], [109.332876, 30.526628], [109.332488, 30.522985], [109.335911, 30.519569], [109.336755, 30.516417], [109.335793, 30.512785], [109.333325, 30.511865], [109.332639, 30.509702], [109.344185, 30.495048], [109.344711, 30.489895], [109.346267, 30.489616], [109.354978, 30.493639], [109.359712, 30.500887], [109.366631, 30.506567], [109.36705, 30.509264], [109.380454, 30.52634], [109.396678, 30.540026], [109.402805, 30.551796], [109.40808, 30.555719], [109.412783, 30.564473], [109.420921, 30.573915], [109.431205, 30.598452], [109.441525, 30.603315], [109.446269, 30.607596], [109.447396, 30.609224], [109.446106, 30.61214], [109.448843, 30.615357], [109.457235, 30.621147], [109.471579, 30.625104], [109.476985, 30.624809], [109.485843, 30.638675], [109.49276, 30.642712], [109.505235, 30.655676], [109.519943, 30.662635], [109.526642, 30.670124], [109.530945, 30.669853], [109.537043, 30.657755], [109.535217, 30.651115], [109.528883, 30.644738], [109.529119, 30.641481], [109.53584, 30.64076], [109.541608, 30.645305], [109.546944, 30.644802], [109.557972, 30.648192], [109.564329, 30.646809], [109.571386, 30.651811], [109.573663, 30.654883], [109.57176, 30.657334], [109.573995, 30.663272], [109.575407, 30.664988], [109.578567, 30.665148], [109.581563, 30.669937], [109.575885, 30.675133], [109.580439, 30.68124], [109.580479, 30.689834], [109.582313, 30.695932], [109.60706, 30.703328], [109.617425, 30.703324], [109.625697, 30.706851], [109.647048, 30.722755], [109.653613, 30.729764], [109.658182, 30.740535], [109.656335, 30.74932], [109.650472, 30.754949], [109.649312, 30.764725], [109.652039, 30.76589], [109.656354, 30.764484], [109.664812, 30.767956], [109.684149, 30.778245], [109.695213, 30.786453], [109.698581, 30.785202], [109.69979, 30.781218], [109.6947, 30.776905], [109.693964, 30.773555], [109.695607, 30.771731], [109.699649, 30.772916], [109.703923, 30.778786], [109.713871, 30.780353], [109.717018, 30.784081], [109.716981, 30.78684], [109.708827, 30.790871], [109.712236, 30.794485], [109.710921, 30.803983], [109.714665, 30.810735], [109.720825, 30.810727], [109.753533, 30.836356], [109.766581, 30.841333], [109.769595, 30.847322], [109.773284, 30.850088], [109.786149, 30.85494], [109.791107, 30.858435], [109.806124, 30.862193], [109.816459, 30.862318], [109.819511, 30.865676], [109.831545, 30.870841], [109.845463, 30.880801], [109.876349, 30.89115], [109.882685, 30.89912], [109.895984, 30.90402], [109.899574, 30.903173], [109.91111, 30.895116], [109.920772, 30.895408], [109.927641, 30.88974], [109.93621, 30.893598], [109.938564, 30.881826], [109.951077, 30.878868], [109.971147, 30.892376], [109.973053, 30.892093], [109.975162, 30.888827], [109.989336, 30.890546], [109.991067, 30.889844], [109.991452, 30.885968], [109.997836, 30.887657], [110.003338, 30.886868], [110.000302, 30.872012], [110.012172, 30.856822], [110.014284, 30.847182], [110.012679, 30.842206], [110.013282, 30.833426], [110.026259, 30.822917], [110.032579, 30.819734], [110.033815, 30.817058], [110.038862, 30.813514], [110.037074, 30.809906], [110.038228, 30.807363], [110.044191, 30.802385], [110.048406, 30.80152], [110.075971, 30.804259], [110.078359, 30.804981], [110.092455, 30.832481], [110.109998, 30.846993], [110.1092, 30.851171], [110.114884, 30.856646], [110.120341, 30.872674], [110.130872, 30.886459], [110.131398, 30.889744], [110.139055, 30.89941], [110.146728, 30.913922], [110.143865, 30.920587], [110.140285, 30.924285], [110.139835, 30.928445], [110.145283, 30.942283], [110.148159, 30.955185], [110.158991, 30.963568], [110.156356, 30.971072], [110.167966, 30.981769], [110.166966, 30.989624], [110.158484, 30.993843], [110.131191, 30.987803], [110.13287, 30.993782], [110.132176, 30.999688], [110.136561, 31.007678], [110.135519, 31.032702], [110.115005, 31.034131], [110.115567, 31.039755], [110.120381, 31.042514], [110.120888, 31.053817], [110.125055, 31.060605], [110.127906, 31.061182], [110.128525, 31.065349], [110.12535, 31.067771], [110.121031, 31.068292], [110.115904, 31.073726], [110.115217, 31.082746], [110.118789, 31.089729], [110.122136, 31.092206], [110.125997, 31.103698], [110.128704, 31.106677], [110.141472, 31.110094], [110.141284, 31.118664], [110.149386, 31.120075], [110.156548, 31.11836], [110.171685, 31.124742], [110.17652, 31.124672], [110.182821, 31.131851], [110.181651, 31.137143], [110.182379, 31.148133], [110.188562, 31.151704], [110.195637, 31.16036], [110.192146, 31.165313], [110.179709, 31.172539], [110.175121, 31.179765], [110.175487, 31.186035], [110.172273, 31.200428], [110.173772, 31.202828], [110.172974, 31.212843], [110.165438, 31.223872], [110.164963, 31.228191], [110.168368, 31.242029], [110.166767, 31.249315], [110.165585, 31.25292], [110.155709, 31.255188], [110.153247, 31.258042], [110.156033, 31.264274], [110.149431, 31.279291], [110.152045, 31.289135], [110.158209, 31.292438], [110.158731, 31.30542], [110.156717, 31.309666], [110.157899, 31.315122], [110.156204, 31.316445], [110.147702, 31.316722], [110.145772, 31.318864], [110.152784, 31.333782], [110.142506, 31.346885], [110.141698, 31.351359], [110.144335, 31.357178], [110.134872, 31.369015], [110.135161, 31.373135], [110.140159, 31.38263], [110.139553, 31.387175], [110.13577, 31.392593], [110.129917, 31.392415], [110.120153, 31.395597], [110.115367, 31.399428], [110.110531, 31.407956], [110.11291, 31.41149], [110.110002, 31.414207], [110.102362, 31.409861], [110.093814, 31.412832], [110.082848, 31.410283], [110.078072, 31.411861], [110.069245, 31.409671], [110.051135, 31.410893], [110.041434, 31.417889], [110.037932, 31.428116], [110.028157, 31.432538], [110.029374, 31.435137], [110.032078, 31.436384], [110.030982, 31.440905], [110.005773, 31.446607], [109.996918, 31.454143], [109.999028, 31.458415], [109.996557, 31.465166], [109.986929, 31.47545], [109.973599, 31.477496], [109.966715, 31.475438], [109.963636, 31.476989], [109.9536, 31.471241], [109.946677, 31.469498], [109.940922, 31.47065], [109.935483, 31.481819], [109.939955, 31.488592], [109.95516, 31.492691], [109.956587, 31.500988], [109.969058, 31.50674], [109.973574, 31.51181], [109.978385, 31.514403], [109.977169, 31.515243], [109.972552, 31.51541], [109.961583, 31.509805], [109.952983, 31.509885], [109.95124, 31.511446], [109.948225, 31.508323], [109.941017, 31.508347], [109.936282, 31.514048], [109.931718, 31.514984], [109.930852, 31.519716], [109.926314, 31.522925], [109.922453, 31.522422], [109.91901, 31.523892], [109.887585, 31.519986], [109.87841, 31.530071], [109.869354, 31.533145], [109.858747, 31.53395], [109.859201, 31.542611], [109.857644, 31.544636], [109.850716, 31.546684], [109.845241, 31.553583], [109.834187, 31.55773], [109.822486, 31.55684], [109.814814, 31.553945], [109.79405, 31.542494], [109.790759, 31.544668], [109.788626, 31.550822], [109.78405, 31.555148], [109.778052, 31.552192], [109.769569, 31.550947], [109.758715, 31.552715], [109.756158, 31.548366], [109.749965, 31.5517], [109.72969, 31.548741], [109.719725, 31.552077], [109.714566, 31.559294], [109.720816, 31.566934], [109.721503, 31.572839], [109.729576, 31.57734], [109.744372, 31.580013], [109.74833, 31.582469], [109.739006, 31.586131], [109.739957, 31.601127], [109.744107, 31.603552], [109.751884, 31.60257], [109.759709, 31.60627], [109.758311, 31.609827], [109.74795, 31.613483], [109.738615, 31.626597], [109.733291, 31.629438], [109.73645, 31.659932], [109.734754, 31.665509], [109.725667, 31.674524], [109.7251, 31.686881], [109.729919, 31.696848], [109.724551, 31.701967], [109.704904, 31.701428], [109.698989, 31.707231], [109.689092, 31.708504], [109.687398, 31.717345], [109.679514, 31.72067], [109.654978, 31.71828], [109.651553, 31.718583], [109.644597, 31.722573], [109.638761, 31.722499], [109.622512, 31.717628], [109.613574, 31.712695], [109.600779, 31.715919], [109.586444, 31.725729], [109.579602, 31.728487], [109.579165, 31.732275], [109.589591, 31.736078], [109.59257, 31.738428], [109.593083, 31.742731], [109.600216, 31.745121], [109.594838, 31.75104], [109.588321, 31.752426], [109.587471, 31.757728], [109.590528, 31.768343], [109.586672, 31.781777], [109.588048, 31.783733], [109.596612, 31.787307], [109.598977, 31.795075], [109.597002, 31.79888], [109.601104, 31.803065], [109.609057, 31.807205], [109.626079, 31.803259], [109.634506, 31.807807], [109.635935, 31.812113], [109.633939, 31.820602], [109.629889, 31.822883], [109.622004, 31.833452], [109.622936, 31.837545], [109.621116, 31.843204], [109.611543, 31.851653], [109.6099, 31.857639], [109.61236, 31.860132], [109.613102, 31.868115], [109.60561, 31.884651], [109.603326, 31.885522], [109.598422, 31.883958], [109.592042, 31.886094], [109.578716, 31.896154], [109.584567, 31.900812], [109.586668, 31.906904], [109.585011, 31.911641], [109.595775, 31.925042], [109.602035, 31.923278], [109.617893, 31.924465], [109.619821, 31.92702], [109.621284, 31.935132], [109.624744, 31.937145], [109.627681, 31.942543], [109.624809, 31.94603], [109.624138, 31.950185], [109.624987, 31.959706], [109.619482, 31.967015], [109.62131, 31.970058], [109.615224, 31.981548], [109.597251, 31.991396], [109.586474, 32.001297], [109.584729, 32.023982], [109.581439, 32.030473], [109.588788, 32.042211], [109.584768, 32.047533], [109.597235, 32.070229], [109.602575, 32.071995], [109.611388, 32.078551], [109.609002, 32.085753], [109.608423, 32.096021], [109.618069, 32.100233], [109.61186, 32.115315], [109.587817, 32.13515], [109.588534, 32.145478], [109.584918, 32.158789], [109.586447, 32.174349], [109.592841, 32.183375], [109.596693, 32.198451], [109.603582, 32.20471], [109.592422, 32.214622], [109.584653, 32.215314], [109.566378, 32.220477], [109.561071, 32.224708], [109.554761, 32.221144], [109.549841, 32.230807], [109.541461, 32.236557], [109.533263, 32.246197], [109.533478, 32.251349], [109.52637, 32.265282], [109.513823, 32.270216], [109.510934, 32.27556], [109.514585, 32.281975], [109.511814, 32.285385], [109.507256, 32.287461], [109.496787, 32.284887], [109.486222, 32.290466], [109.487592, 32.295508], [109.495346, 32.308268], [109.494833, 32.311041], [109.500316, 32.316958], [109.513494, 32.337773], [109.505179, 32.352954], [109.505976, 32.357414], [109.500458, 32.370089], [109.495699, 32.387855], [109.496386, 32.392823], [109.513998, 32.398984], [109.522753, 32.398169], [109.525207, 32.400941], [109.526818, 32.404516], [109.526392, 32.413623], [109.520324, 32.421605], [109.52025, 32.428385], [109.524454, 32.437466], [109.533862, 32.442903], [109.543377, 32.453399], [109.544002, 32.465109], [109.54949, 32.474966], [109.546975, 32.482475], [109.562539, 32.481689], [109.565286, 32.484495], [109.568118, 32.489837], [109.569638, 32.498094], [109.577137, 32.514016], [109.599059, 32.523522], [109.612397, 32.521301], [109.618794, 32.533113], [109.629138, 32.533559], [109.633506, 32.536882], [109.634577, 32.549878], [109.631767, 32.55535], [109.62409, 32.559426], [109.618715, 32.559466], [109.61253, 32.562316], [109.613861, 32.568765], [109.617027, 32.569015], [109.621064, 32.575977], [109.621587, 32.580052], [109.619046, 32.585093], [109.613825, 32.589141], [109.621586, 32.599504], [109.661608, 32.599708], [109.674141, 32.602101], [109.688714, 32.596619], [109.694299, 32.598324], [109.698128, 32.605032], [109.705844, 32.605683], [109.717101, 32.603427], [109.724366, 32.607695], [109.750468, 32.584472], [109.770777, 32.587575], [109.781477, 32.580717], [109.791498, 32.581539], [109.814101, 32.578639], [109.820636, 32.574452], [109.824864, 32.575143], [109.830699, 32.581455], [109.842196, 32.584976], [109.850125, 32.580683], [109.856459, 32.580722], [109.861796, 32.585938], [109.871927, 32.591238], [109.87991, 32.590309], [109.886428, 32.592469], [109.88912, 32.595274], [109.900886, 32.592329], [109.904431, 32.589177], [109.916262, 32.590519], [109.921352, 32.592694], [109.931775, 32.584236], [109.940808, 32.573212], [109.948589, 32.570866], [109.960253, 32.576857], [109.965129, 32.578119], [109.968388, 32.576682], [109.977718, 32.554031], [109.98452, 32.552364], [109.988197, 32.553548], [109.994329, 32.552812], [109.999544, 32.551094], [110.004739, 32.545925], [110.024079, 32.5443], [110.029475, 32.545042], [110.033733, 32.556007], [110.048818, 32.561422], [110.056618, 32.562428], [110.061799, 32.576593], [110.069978, 32.583691], [110.076546, 32.586051], [110.084451, 32.584234], [110.089289, 32.586864], [110.089461, 32.591739], [110.085308, 32.594804], [110.080907, 32.608409], [110.081511, 32.617215], [110.086344, 32.621344], [110.123661, 32.619061], [110.126028, 32.610371], [110.129752, 32.605938], [110.134741, 32.607641], [110.139191, 32.605169], [110.140503, 32.595866], [110.139328, 32.592499], [110.148188, 32.591527], [110.16416, 32.600817], [110.175533, 32.61473], [110.180694, 32.617563], [110.182525, 32.617084], [110.183743, 32.621871], [110.198206, 32.629673], [110.201225, 32.637722], [110.197466, 32.641403], [110.19175, 32.640875], [110.189181, 32.642237], [110.183761, 32.651281], [110.179095, 32.654663], [110.171396, 32.665117], [110.165789, 32.667552], [110.148786, 32.680686], [110.150321, 32.689668], [110.154143, 32.695307], [110.154329, 32.707689], [110.16172, 32.711482], [110.166343, 32.719688], [110.158793, 32.736832], [110.156965, 32.748868], [110.15871, 32.755676], [110.158423, 32.763696], [110.149251, 32.768929], [110.135159, 32.765424], [110.125767, 32.774332], [110.120871, 32.782298], [110.124418, 32.787622], [110.132137, 32.789776], [110.134204, 32.792031], [110.136596, 32.797785], [110.136272, 32.80974], [110.122877, 32.80939], [110.118159, 32.811079], [110.115247, 32.814146], [110.111715, 32.823553], [110.099625, 32.834307], [110.075658, 32.846356], [110.059609, 32.851299], [110.047608, 32.852475], [110.031702, 32.862172], [110.02526, 32.874033], [110.017322, 32.875022], [110.010388, 32.872351], [109.995116, 32.877113], [109.985163, 32.88814], [109.968721, 32.88667], [109.95059, 32.889106], [109.926141, 32.887441], [109.924048, 32.888231], [109.916428, 32.899007], [109.909704, 32.904011], [109.903646, 32.906091], [109.890573, 32.906135], [109.879762, 32.90318], [109.86484, 32.914896], [109.857979, 32.915586], [109.852841, 32.912893], [109.845548, 32.897594], [109.839658, 32.89392], [109.819333, 32.891951], [109.810512, 32.887999], [109.800876, 32.87988], [109.794211, 32.879489], [109.78423, 32.884874], [109.767282, 32.906668], [109.760767, 32.91071], [109.767241, 32.933672], [109.771118, 32.93466], [109.774194, 32.940687], [109.770262, 32.958017], [109.772031, 32.962494], [109.778232, 32.964731], [109.779907, 32.966831], [109.780179, 32.969902], [109.777563, 32.974025], [109.779129, 32.98147], [109.785223, 32.987586], [109.785985, 32.997882], [109.782821, 33.001337], [109.786408, 33.017367], [109.791657, 33.020795], [109.786668, 33.026765], [109.791405, 33.044419], [109.7901, 33.04885], [109.792375, 33.058842], [109.79664, 33.068914], [109.772574, 33.069895], [109.763746, 33.074986], [109.754087, 33.078249], [109.74703, 33.085989], [109.739498, 33.089093], [109.73546, 33.088459], [109.730261, 33.090453], [109.725091, 33.095703], [109.705162, 33.099151], [109.699843, 33.102294], [109.693577, 33.113092], [109.681711, 33.117756], [109.66556, 33.114258], [109.660816, 33.115713], [109.63629, 33.114011], [109.62521, 33.114825], [109.604428, 33.10634], [109.597989, 33.109687], [109.58618, 33.122461], [109.578807, 33.118005], [109.568284, 33.11709], [109.565177, 33.122107], [109.567052, 33.125021], [109.565706, 33.126258], [109.561467, 33.126191], [109.554988, 33.123456], [109.545904, 33.124656], [109.544976, 33.125705], [109.547626, 33.132264], [109.544998, 33.133182], [109.518241, 33.135156], [109.502139, 33.139458], [109.489023, 33.141033], [109.482927, 33.139409], [109.462266, 33.139168], [109.461102, 33.142131], [109.453219, 33.146127], [109.441623, 33.145801], [109.438396, 33.148337], [109.437367, 33.152512], [109.448268, 33.159649], [109.44881, 33.171123], [109.475896, 33.184378], [109.478502, 33.190983], [109.476882, 33.1971], [109.478853, 33.202827], [109.500613, 33.210247], [109.50301, 33.21227], [109.504771, 33.218383], [109.499821, 33.226917], [109.514076, 33.235444], [109.513754, 33.24293], [109.520355, 33.243364], [109.5265, 33.238866], [109.533389, 33.238969], [109.535216, 33.242588], [109.538479, 33.243529], [109.557504, 33.236254], [109.564103, 33.237174], [109.576017, 33.233243], [109.584676, 33.232809], [109.595235, 33.234611], [109.606198, 33.233084], [109.605693, 33.241332], [109.602375, 33.24944], [109.603141, 33.254135], [109.609817, 33.259655], [109.619991, 33.272876], [109.631561, 33.271732]], [[112.889694, 29.800251], [112.8943, 29.795191], [112.920826, 29.779649], [112.932197, 29.768176], [112.934438, 29.77676], [112.932941, 29.785257], [112.922183, 29.796905], [112.909706, 29.803357], [112.900722, 29.805132], [112.892254, 29.804204], [112.888971, 29.802262], [112.889694, 29.800251]], [[111.020026, 33.176541], [111.02383, 33.176588], [111.027732, 33.179137], [111.032286, 33.186886], [111.031621, 33.188887], [111.027476, 33.190524], [111.024235, 33.189262], [111.018406, 33.181725], [111.009937, 33.175122], [111.014851, 33.17411], [111.020026, 33.176541]]]] + } + }, { + "type": "Feature", + "properties": { + "name": "湖南省", + "province_adcode": 430000, + "province_type": "省", + "name_en": "Hunan", + "name_var": "Hú Nán", + "adcode": 430000 + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [[[[109.477707, 26.840052], [109.475649, 26.835978], [109.469877, 26.832347], [109.462627, 26.832475], [109.459002, 26.830944], [109.45695, 26.833398], [109.457997, 26.835466], [109.474784, 26.841548], [109.477707, 26.840052]]], [[[112.93361, 29.783294], [112.934141, 29.773228], [112.931935, 29.768088], [112.920664, 29.779766], [112.891545, 29.797174], [112.888971, 29.802262], [112.89572, 29.805185], [112.900722, 29.805132], [112.914247, 29.801616], [112.927241, 29.792445], [112.93361, 29.783294]]], [[[110.847895, 30.128613], [110.850996, 30.127482], [110.851352, 30.119769], [110.858526, 30.119281], [110.865513, 30.115262], [110.884189, 30.115919], [110.889167, 30.11222], [110.911102, 30.115582], [110.917726, 30.114507], [110.919384, 30.111435], [110.918253, 30.102097], [110.920864, 30.099473], [110.921691, 30.095534], [110.917581, 30.085026], [110.917038, 30.078102], [110.923395, 30.075596], [110.918433, 30.070993], [110.930191, 30.064609], [110.944313, 30.064878], [110.950793, 30.06256], [110.956808, 30.064244], [110.969139, 30.059265], [110.980309, 30.059812], [110.986356, 30.061892], [110.998158, 30.059028], [111.000829, 30.056823], [111.029796, 30.051051], [111.086761, 30.052168], [111.092726, 30.050581], [111.10066, 30.050956], [111.115965, 30.047086], [111.125864, 30.04871], [111.148635, 30.045508], [111.159997, 30.045827], [111.165245, 30.04411], [111.177806, 30.046322], [111.194809, 30.04285], [111.206565, 30.043907], [111.213112, 30.042356], [111.240923, 30.042385], [111.250954, 30.036975], [111.260987, 30.011938], [111.280867, 30.013724], [111.292196, 30.007124], [111.291948, 29.99252], [111.2973, 29.985862], [111.306876, 29.981909], [111.312292, 29.974579], [111.315472, 29.976072], [111.316242, 29.980672], [111.319139, 29.980339], [111.326405, 29.972176], [111.324127, 29.967581], [111.331178, 29.964939], [111.330308, 29.960414], [111.334497, 29.953871], [111.335335, 29.948429], [111.337624, 29.946785], [111.342893, 29.944251], [111.345066, 29.947257], [111.345867, 29.953896], [111.35685, 29.953533], [111.363449, 29.956459], [111.369281, 29.9565], [111.37178, 29.953037], [111.377406, 29.952145], [111.377829, 29.948588], [111.372489, 29.937517], [111.375433, 29.935998], [111.384666, 29.94019], [111.383807, 29.935104], [111.378433, 29.930517], [111.377127, 29.925893], [111.384759, 29.917262], [111.391037, 29.914556], [111.398281, 29.913051], [111.412359, 29.917384], [111.418871, 29.924508], [111.431583, 29.932548], [111.438382, 29.927973], [111.445799, 29.92561], [111.45161, 29.930971], [111.459359, 29.930093], [111.460722, 29.926254], [111.469743, 29.921667], [111.480752, 29.921538], [111.482707, 29.924877], [111.486897, 29.92405], [111.489033, 29.927], [111.497825, 29.928318], [111.501403, 29.926412], [111.503264, 29.928765], [111.510347, 29.930788], [111.517859, 29.930944], [111.522625, 29.928494], [111.52174, 29.924418], [111.52888, 29.917064], [111.52904, 29.913612], [111.5333, 29.907465], [111.543755, 29.906529], [111.544264, 29.901243], [111.5463, 29.897865], [111.561615, 29.901182], [111.571853, 29.897299], [111.578713, 29.900879], [111.582629, 29.895704], [111.587111, 29.897518], [111.58867, 29.89413], [111.592867, 29.892163], [111.600057, 29.893453], [111.602969, 29.892503], [111.607169, 29.895043], [111.614514, 29.893955], [111.616325, 29.897805], [111.619874, 29.898194], [111.622092, 29.896383], [111.624671, 29.898606], [111.628408, 29.896812], [111.632624, 29.89788], [111.634981, 29.896042], [111.64573, 29.896043], [111.646862, 29.893595], [111.645684, 29.891725], [111.65637, 29.888595], [111.66349, 29.891253], [111.666237, 29.889061], [111.670517, 29.889842], [111.67668, 29.887174], [111.682539, 29.888061], [111.685457, 29.891599], [111.689917, 29.889913], [111.699078, 29.89273], [111.701735, 29.896613], [111.701299, 29.899996], [111.705771, 29.899972], [111.710682, 29.903955], [111.713223, 29.903188], [111.718058, 29.907527], [111.717786, 29.915379], [111.719518, 29.918406], [111.729549, 29.922935], [111.73368, 29.921136], [111.741729, 29.924242], [111.744266, 29.920389], [111.751591, 29.922772], [111.752793, 29.921931], [111.752889, 29.917973], [111.758348, 29.911035], [111.762545, 29.912879], [111.767427, 29.908979], [111.773686, 29.913916], [111.781339, 29.916333], [111.785072, 29.914007], [111.784794, 29.910816], [111.786981, 29.908182], [111.789574, 29.909385], [111.793328, 29.907473], [111.802564, 29.906996], [111.80597, 29.904202], [111.803975, 29.897828], [111.805999, 29.895977], [111.80811, 29.896316], [111.81805, 29.890287], [111.823972, 29.892466], [111.8264, 29.885287], [111.824374, 29.876211], [111.827867, 29.87669], [111.830914, 29.879799], [111.840148, 29.877552], [111.844426, 29.872156], [111.851335, 29.871318], [111.854197, 29.867747], [111.855177, 29.861679], [111.863862, 29.862025], [111.866806, 29.860003], [111.871489, 29.859942], [111.871875, 29.865359], [111.870232, 29.868498], [111.872337, 29.87088], [111.875825, 29.868688], [111.880104, 29.860701], [111.889898, 29.860404], [111.892314, 29.858554], [111.898167, 29.858801], [111.901891, 29.856196], [111.909575, 29.855341], [111.914122, 29.843239], [111.929451, 29.835345], [111.934043, 29.835127], [111.947986, 29.841862], [111.958337, 29.841932], [111.958374, 29.83242], [111.945072, 29.819191], [111.945963, 29.811451], [111.951374, 29.802683], [111.948934, 29.801166], [111.949274, 29.798682], [111.953589, 29.799786], [111.956668, 29.796098], [111.962255, 29.796272], [111.96677, 29.793226], [111.971298, 29.793763], [111.975007, 29.797595], [111.98099, 29.796927], [111.982374, 29.789551], [111.988815, 29.783038], [111.995648, 29.780125], [112.004541, 29.780913], [112.011488, 29.774729], [112.021246, 29.770461], [112.029089, 29.761981], [112.034056, 29.763774], [112.037673, 29.762701], [112.041203, 29.759235], [112.043609, 29.751864], [112.049867, 29.751014], [112.056392, 29.745386], [112.058231, 29.745757], [112.058938, 29.748242], [112.048652, 29.760925], [112.051332, 29.765421], [112.058861, 29.771849], [112.060894, 29.764071], [112.060233, 29.756666], [112.063967, 29.74988], [112.070623, 29.745355], [112.067411, 29.737724], [112.066599, 29.724163], [112.068197, 29.719468], [112.063896, 29.714578], [112.058251, 29.71236], [112.058811, 29.702546], [112.054411, 29.698905], [112.061435, 29.682761], [112.066047, 29.681639], [112.069899, 29.683644], [112.076839, 29.682761], [112.081805, 29.683996], [112.08439, 29.687626], [112.086573, 29.687665], [112.089747, 29.683306], [112.100944, 29.674651], [112.10575, 29.660681], [112.112208, 29.665895], [112.115388, 29.66454], [112.116927, 29.659512], [112.11847, 29.658819], [112.125524, 29.660665], [112.13074, 29.659432], [112.138335, 29.660734], [112.145367, 29.656975], [112.148186, 29.658842], [112.153196, 29.659086], [112.158103, 29.664513], [112.17241, 29.659548], [112.178284, 29.649215], [112.180328, 29.635818], [112.183574, 29.632686], [112.184775, 29.62776], [112.193022, 29.619906], [112.193717, 29.631976], [112.196276, 29.636239], [112.202234, 29.63766], [112.208228, 29.636039], [112.212563, 29.63796], [112.214831, 29.641385], [112.211191, 29.6475], [112.221663, 29.656803], [112.234026, 29.662764], [112.238727, 29.66278], [112.235703, 29.654326], [112.225494, 29.642103], [112.222954, 29.634358], [112.223355, 29.627807], [112.228889, 29.617312], [112.233641, 29.617954], [112.236307, 29.612791], [112.242569, 29.614447], [112.248315, 29.613572], [112.259033, 29.606254], [112.275656, 29.599194], [112.287916, 29.598779], [112.297504, 29.588283], [112.297226, 29.568946], [112.286403, 29.546117], [112.281961, 29.541818], [112.27634, 29.539701], [112.274158, 29.534489], [112.272677, 29.510863], [112.276995, 29.498899], [112.279202, 29.501182], [112.280649, 29.510225], [112.285125, 29.51958], [112.292653, 29.519644], [112.309634, 29.526729], [112.311705, 29.538297], [112.315899, 29.543651], [112.323432, 29.546199], [112.344267, 29.546318], [112.362237, 29.542848], [112.380759, 29.56415], [112.386568, 29.573189], [112.386892, 29.568223], [112.389137, 29.564465], [112.392286, 29.564624], [112.392597, 29.570951], [112.394719, 29.574839], [112.403153, 29.579773], [112.416952, 29.59512], [112.421445, 29.60332], [112.422454, 29.622302], [112.427938, 29.627225], [112.432471, 29.628388], [112.432346, 29.633879], [112.434034, 29.636144], [112.440482, 29.634727], [112.451679, 29.638435], [112.477155, 29.635219], [112.494802, 29.631007], [112.496641, 29.619793], [112.500365, 29.6133], [112.529987, 29.602332], [112.535399, 29.603529], [112.549051, 29.615723], [112.555165, 29.618504], [112.559751, 29.623996], [112.571542, 29.627158], [112.576574, 29.623993], [112.601528, 29.617043], [112.603728, 29.611094], [112.60623, 29.610299], [112.619091, 29.618954], [112.624097, 29.61946], [112.633952, 29.611072], [112.637761, 29.605664], [112.640672, 29.604876], [112.642814, 29.597676], [112.645511, 29.595112], [112.653547, 29.601003], [112.666298, 29.603058], [112.671234, 29.598918], [112.673288, 29.592996], [112.678991, 29.59355], [112.687857, 29.602397], [112.688482, 29.607069], [112.686901, 29.610528], [112.694276, 29.613478], [112.696701, 29.627689], [112.710648, 29.645386], [112.710434, 29.649567], [112.70868, 29.651727], [112.711394, 29.657404], [112.720958, 29.660317], [112.724776, 29.656461], [112.723566, 29.653042], [112.727872, 29.650311], [112.732081, 29.649968], [112.740459, 29.656917], [112.744498, 29.65815], [112.747977, 29.663827], [112.750565, 29.659916], [112.756898, 29.663215], [112.757873, 29.673696], [112.763359, 29.678753], [112.774272, 29.682074], [112.780658, 29.680409], [112.783985, 29.681356], [112.783893, 29.683626], [112.781022, 29.685458], [112.779073, 29.696605], [112.791531, 29.700272], [112.790949, 29.706718], [112.787322, 29.716234], [112.789359, 29.719722], [112.795448, 29.721512], [112.802865, 29.72853], [112.801303, 29.730794], [112.795772, 29.729452], [112.79364, 29.730927], [112.790746, 29.734192], [112.792245, 29.739446], [112.81088, 29.749801], [112.860084, 29.787469], [112.87044, 29.792381], [112.88015, 29.793733], [112.886498, 29.79207], [112.918222, 29.775379], [112.924861, 29.766228], [112.92826, 29.738465], [112.920733, 29.697961], [112.924397, 29.688167], [112.930921, 29.67754], [112.936346, 29.679071], [112.939464, 29.684756], [112.948065, 29.691076], [112.954589, 29.699032], [112.962733, 29.717459], [112.960129, 29.721974], [112.973945, 29.738498], [112.997013, 29.75561], [113.007043, 29.768035], [113.011489, 29.77131], [113.024931, 29.772775], [113.025568, 29.763691], [113.013273, 29.737612], [113.009938, 29.721425], [113.002152, 29.701485], [112.989256, 29.685682], [112.97814, 29.676776], [112.966268, 29.670984], [112.953965, 29.657079], [112.934674, 29.649246], [112.930592, 29.642678], [112.910234, 29.622913], [112.906413, 29.617307], [112.906785, 29.607969], [112.913237, 29.591848], [112.924606, 29.547155], [112.933201, 29.524105], [112.938303, 29.485127], [112.947256, 29.472886], [112.95386, 29.46932], [112.963642, 29.471663], [112.968174, 29.477297], [112.974817, 29.490554], [112.984417, 29.500029], [113.006054, 29.516416], [113.029883, 29.527387], [113.037839, 29.528605], [113.048396, 29.527383], [113.056344, 29.522588], [113.060749, 29.512909], [113.067952, 29.480467], [113.07093, 29.44476], [113.078066, 29.43559], [113.086742, 29.433623], [113.094513, 29.438487], [113.096082, 29.441312], [113.096723, 29.455552], [113.094849, 29.461543], [113.100506, 29.462243], [113.109489, 29.458676], [113.130096, 29.46031], [113.131718, 29.457266], [113.139537, 29.453889], [113.142899, 29.454206], [113.15224, 29.459662], [113.165245, 29.473737], [113.189152, 29.506475], [113.203682, 29.52135], [113.221767, 29.546399], [113.239368, 29.560599], [113.255987, 29.570315], [113.264262, 29.578442], [113.269913, 29.595271], [113.287283, 29.611725], [113.344669, 29.680113], [113.397083, 29.727143], [113.420102, 29.745315], [113.432318, 29.7538], [113.45198, 29.762836], [113.486412, 29.788383], [113.497195, 29.797352], [113.512029, 29.815498], [113.521456, 29.824351], [113.565521, 29.850389], [113.575917, 29.838383], [113.575726, 29.835409], [113.570508, 29.828264], [113.571665, 29.821377], [113.566238, 29.817415], [113.559608, 29.815785], [113.560932, 29.81226], [113.566519, 29.813275], [113.570006, 29.811375], [113.563851, 29.807572], [113.556191, 29.794354], [113.562469, 29.789613], [113.554863, 29.786494], [113.545281, 29.770586], [113.550132, 29.7664], [113.548548, 29.763502], [113.548513, 29.748436], [113.543334, 29.741151], [113.536957, 29.712175], [113.53205, 29.700664], [113.533173, 29.695083], [113.537894, 29.68731], [113.543773, 29.681223], [113.555116, 29.675517], [113.560815, 29.675171], [113.568321, 29.67796], [113.572541, 29.677883], [113.594014, 29.673408], [113.602463, 29.669508], [113.607603, 29.673522], [113.632025, 29.67232], [113.64167, 29.675345], [113.639743, 29.678696], [113.645814, 29.686109], [113.651798, 29.684994], [113.658506, 29.686857], [113.657536, 29.680838], [113.663673, 29.67297], [113.661623, 29.666573], [113.666008, 29.66148], [113.66859, 29.652232], [113.675269, 29.645339], [113.67428, 29.643248], [113.666554, 29.643957], [113.666268, 29.640995], [113.673049, 29.637389], [113.682261, 29.643673], [113.690069, 29.64122], [113.6873, 29.635832], [113.693028, 29.635356], [113.698162, 29.637185], [113.699177, 29.635301], [113.697378, 29.629391], [113.699445, 29.626984], [113.700119, 29.615507], [113.702319, 29.611951], [113.71564, 29.614669], [113.72388, 29.599754], [113.735353, 29.594135], [113.732926, 29.582728], [113.729875, 29.579066], [113.705499, 29.571833], [113.703991, 29.564556], [113.705494, 29.561545], [113.702471, 29.555956], [113.694155, 29.555373], [113.684863, 29.550811], [113.67636, 29.551397], [113.673607, 29.548917], [113.674657, 29.543306], [113.67354, 29.541477], [113.663314, 29.53888], [113.650318, 29.538983], [113.648953, 29.533742], [113.64208, 29.532599], [113.625367, 29.525982], [113.625741, 29.520837], [113.628598, 29.518307], [113.629019, 29.513425], [113.637608, 29.51078], [113.645344, 29.51101], [113.651426, 29.514109], [113.667438, 29.513162], [113.672592, 29.516408], [113.6834, 29.512143], [113.683973, 29.509558], [113.690743, 29.505598], [113.690781, 29.500052], [113.701582, 29.488186], [113.704512, 29.488006], [113.708765, 29.483799], [113.712694, 29.482702], [113.718411, 29.476139], [113.737624, 29.472397], [113.733292, 29.468502], [113.738825, 29.465503], [113.739503, 29.461189], [113.743109, 29.460471], [113.744704, 29.454042], [113.749267, 29.452087], [113.749575, 29.444019], [113.740739, 29.439208], [113.736014, 29.433415], [113.73096, 29.430395], [113.736498, 29.420558], [113.736379, 29.415953], [113.730227, 29.408927], [113.72488, 29.396988], [113.716272, 29.39199], [113.707898, 29.397485], [113.691292, 29.394011], [113.68388, 29.396651], [113.6695, 29.39276], [113.6644, 29.388292], [113.663079, 29.384817], [113.658673, 29.382114], [113.655118, 29.370494], [113.658035, 29.36487], [113.655669, 29.354744], [113.661419, 29.348292], [113.657497, 29.344145], [113.658534, 29.340093], [113.655048, 29.335932], [113.647345, 29.334194], [113.644707, 29.331524], [113.637972, 29.33059], [113.635169, 29.327588], [113.630775, 29.326933], [113.623293, 29.312611], [113.622409, 29.302506], [113.620341, 29.29808], [113.615206, 29.290575], [113.608691, 29.28454], [113.609509, 29.277184], [113.600649, 29.269489], [113.599701, 29.259309], [113.604391, 29.257649], [113.611162, 29.258643], [113.611454, 29.251666], [113.615533, 29.250453], [113.618791, 29.246751], [113.622554, 29.248379], [113.623753, 29.254705], [113.631031, 29.253062], [113.636066, 29.246828], [113.636085, 29.243123], [113.641416, 29.241619], [113.643626, 29.233159], [113.640294, 29.23174], [113.644162, 29.227809], [113.65052, 29.228351], [113.655412, 29.222899], [113.660106, 29.224221], [113.662706, 29.231917], [113.674516, 29.238691], [113.679916, 29.238133], [113.687467, 29.22871], [113.685279, 29.219438], [113.68823, 29.210804], [113.687377, 29.200501], [113.677393, 29.187141], [113.670222, 29.184503], [113.667371, 29.179514], [113.662143, 29.175367], [113.655735, 29.163208], [113.666167, 29.15806], [113.662016, 29.152081], [113.663907, 29.142422], [113.667708, 29.138046], [113.675269, 29.136671], [113.678989, 29.133973], [113.675439, 29.125936], [113.681359, 29.120417], [113.683198, 29.114247], [113.680715, 29.104097], [113.682284, 29.100461], [113.679543, 29.094194], [113.680704, 29.080844], [113.68753, 29.080498], [113.691758, 29.081683], [113.694757, 29.085093], [113.701, 29.086365], [113.706608, 29.098673], [113.717619, 29.108862], [113.725998, 29.103425], [113.721054, 29.093785], [113.719876, 29.086262], [113.725726, 29.078923], [113.723381, 29.074195], [113.726485, 29.068147], [113.725408, 29.063162], [113.733369, 29.061334], [113.737665, 29.056613], [113.747349, 29.069331], [113.754566, 29.071094], [113.764413, 29.093971], [113.76866, 29.096025], [113.77907, 29.097182], [113.781972, 29.100552], [113.788904, 29.099213], [113.79374, 29.100981], [113.79893, 29.10544], [113.813993, 29.107542], [113.821054, 29.103981], [113.832187, 29.094688], [113.832845, 29.085314], [113.8278, 29.072837], [113.832834, 29.069282], [113.840368, 29.066973], [113.840874, 29.06344], [113.850028, 29.060649], [113.858932, 29.066032], [113.865553, 29.06776], [113.869475, 29.06824], [113.873518, 29.065446], [113.869168, 29.056206], [113.869578, 29.0503], [113.873779, 29.045264], [113.870315, 29.037588], [113.883644, 29.036829], [113.890284, 29.032948], [113.895812, 29.034591], [113.904174, 29.03315], [113.908769, 29.035823], [113.91154, 29.040643], [113.921004, 29.043656], [113.927309, 29.048372], [113.937517, 29.050069], [113.942664, 29.043705], [113.943551, 29.034971], [113.940454, 29.024685], [113.942559, 29.016735], [113.948906, 29.01543], [113.951369, 29.013145], [113.949135, 29.009319], [113.949382, 29.006046], [113.950306, 29.00411], [113.954247, 29.003901], [113.955836, 29.001224], [113.949632, 28.980907], [113.954261, 28.972148], [113.954523, 28.966347], [113.95675, 28.961906], [113.954963, 28.957104], [113.958646, 28.952286], [113.959124, 28.945246], [113.965558, 28.947332], [113.968609, 28.93952], [113.983708, 28.953948], [113.988313, 28.956186], [113.993421, 28.954069], [113.997597, 28.955824], [113.999691, 28.958778], [114.003525, 28.95824], [114.004645, 28.947616], [114.002748, 28.940473], [113.999238, 28.936491], [113.999823, 28.929846], [113.997209, 28.923124], [113.99968, 28.920681], [114.011818, 28.919644], [114.019985, 28.907488], [114.020251, 28.89876], [114.023618, 28.891393], [114.036546, 28.90766], [114.04312, 28.910107], [114.047085, 28.908806], [114.052782, 28.902806], [114.055635, 28.90227], [114.062834, 28.894455], [114.061954, 28.886064], [114.056371, 28.884291], [114.051715, 28.873674], [114.051786, 28.87048], [114.057422, 28.86472], [114.057704, 28.859076], [114.053945, 28.854283], [114.055587, 28.849693], [114.058169, 28.847935], [114.064758, 28.849593], [114.065395, 28.844414], [114.072872, 28.835256], [114.077245, 28.838397], [114.090235, 28.834679], [114.096789, 28.839119], [114.104124, 28.841824], [114.107594, 28.841432], [114.118516, 28.847042], [114.123625, 28.844821], [114.12247, 28.839176], [114.123944, 28.834934], [114.130225, 28.82932], [114.136033, 28.830533], [114.145199, 28.839481], [114.146526, 28.838555], [114.148755, 28.833807], [114.147332, 28.823697], [114.149407, 28.820961], [114.147481, 28.807909], [114.144112, 28.79942], [114.136028, 28.79378], [114.13268, 28.782942], [114.142044, 28.776915], [114.149286, 28.774798], [114.149478, 28.770456], [114.151997, 28.766633], [114.151192, 28.761686], [114.147831, 28.754225], [114.146984, 28.747825], [114.142014, 28.737801], [114.144603, 28.728642], [114.143215, 28.723601], [114.137382, 28.718178], [114.135672, 28.70487], [114.133635, 28.704109], [114.130225, 28.70649], [114.122878, 28.703411], [114.116727, 28.687711], [114.118558, 28.681868], [114.123358, 28.678846], [114.127363, 28.673593], [114.124373, 28.666726], [114.127382, 28.662193], [114.127637, 28.65687], [114.124581, 28.654776], [114.124228, 28.650901], [114.128465, 28.645239], [114.122792, 28.63436], [114.117928, 28.628651], [114.116345, 28.623658], [114.119545, 28.620614], [114.12517, 28.618797], [114.128242, 28.611932], [114.114362, 28.589382], [114.10049, 28.587384], [114.097324, 28.584516], [114.097443, 28.581294], [114.090954, 28.574641], [114.091222, 28.567167], [114.0803, 28.560088], [114.095286, 28.542349], [114.114173, 28.542435], [114.118537, 28.536581], [114.12235, 28.539538], [114.130575, 28.539063], [114.134005, 28.531683], [114.135084, 28.524423], [114.14444, 28.518214], [114.145475, 28.515171], [114.150449, 28.510241], [114.153596, 28.510227], [114.158423, 28.505483], [114.169582, 28.498877], [114.181366, 28.500318], [114.185967, 28.502786], [114.191535, 28.501616], [114.194801, 28.497497], [114.20205, 28.494782], [114.203992, 28.491365], [114.212845, 28.487709], [114.21492, 28.475705], [114.213295, 28.471286], [114.204575, 28.464356], [114.198746, 28.462494], [114.194141, 28.456493], [114.187345, 28.452033], [114.1829, 28.442135], [114.177075, 28.43964], [114.180447, 28.436394], [114.187662, 28.434387], [114.200876, 28.423403], [114.210422, 28.404082], [114.216172, 28.405327], [114.22397, 28.399971], [114.228013, 28.40198], [114.239757, 28.398778], [114.246087, 28.399648], [114.248639, 28.398043], [114.251536, 28.390566], [114.251758, 28.384265], [114.254299, 28.380269], [114.251659, 28.374537], [114.246195, 28.372483], [114.245208, 28.367516], [114.247676, 28.364279], [114.252917, 28.361585], [114.256514, 28.355096], [114.247417, 28.35119], [114.242696, 28.345352], [114.239906, 28.347772], [114.235416, 28.348344], [114.234983, 28.343729], [114.238823, 28.344817], [114.242697, 28.343255], [114.239753, 28.337833], [114.244891, 28.337774], [114.249569, 28.330228], [114.249719, 28.324739], [114.245405, 28.320293], [114.237719, 28.319081], [114.235432, 28.315205], [114.227818, 28.314588], [114.223068, 28.308327], [114.223316, 28.304727], [114.209381, 28.297075], [114.206736, 28.29052], [114.194139, 28.295569], [114.1916, 28.294686], [114.189118, 28.287997], [114.192816, 28.283357], [114.193271, 28.27493], [114.189719, 28.271781], [114.182243, 28.270125], [114.178816, 28.270891], [114.176225, 28.264134], [114.178795, 28.259056], [114.175822, 28.253456], [114.16387, 28.257613], [114.148565, 28.252006], [114.145404, 28.252701], [114.139633, 28.250814], [114.13824, 28.247816], [114.139258, 28.244387], [114.137286, 28.240154], [114.124484, 28.232299], [114.121271, 28.224366], [114.115163, 28.217894], [114.110648, 28.21603], [114.10724, 28.210787], [114.102327, 28.20795], [114.10081, 28.204065], [114.102656, 28.199757], [114.10022, 28.194398], [114.10159, 28.189515], [114.098833, 28.184958], [114.095695, 28.183868], [114.091586, 28.185413], [114.085479, 28.183226], [114.07824, 28.183017], [114.063797, 28.174782], [114.04772, 28.17393], [114.043112, 28.180689], [114.036658, 28.176826], [114.031882, 28.176342], [114.025562, 28.177317], [114.018447, 28.176116], [114.011525, 28.177568], [114.002947, 28.172808], [113.998584, 28.167888], [113.993848, 28.167367], [113.992145, 28.17108], [113.987428, 28.166073], [113.987027, 28.162073], [113.992285, 28.154038], [113.995066, 28.15068], [114.000593, 28.148598], [114.000193, 28.145945], [114.002815, 28.141256], [114.001952, 28.135649], [114.000093, 28.134669], [114.000455, 28.127966], [114.007629, 28.12735], [114.011597, 28.124296], [114.009639, 28.115746], [114.011736, 28.110895], [114.012198, 28.104145], [114.013201, 28.102521], [114.015839, 28.103377], [114.017468, 28.098491], [114.021583, 28.095656], [114.023136, 28.091146], [114.022148, 28.087233], [114.017922, 28.089225], [114.016892, 28.087986], [114.013445, 28.088624], [114.018339, 28.0841], [114.022604, 28.084915], [114.026091, 28.081764], [114.030845, 28.08139], [114.03268, 28.078585], [114.03197, 28.07586], [114.037357, 28.071085], [114.04163, 28.06066], [114.039674, 28.059113], [114.040222, 28.056101], [114.029385, 28.053607], [114.027077, 28.048265], [114.02211, 28.045056], [114.022737, 28.037971], [114.02122, 28.034663], [114.005963, 28.04118], [114.001764, 28.042051], [113.998825, 28.040764], [113.996142, 28.044041], [113.979428, 28.042256], [113.971461, 28.044794], [113.96136, 28.043248], [113.95354, 28.039475], [113.950949, 28.032348], [113.960578, 28.023729], [113.957586, 28.018759], [113.9403, 28.017492], [113.936416, 28.0142], [113.931105, 28.018709], [113.93075, 28.021763], [113.926133, 28.024538], [113.924002, 28.01046], [113.924904, 28.008616], [113.913033, 28.00527], [113.910623, 28.001015], [113.91092, 27.995891], [113.908258, 27.993734], [113.898407, 27.991412], [113.872243, 27.99572], [113.869325, 27.998461], [113.868455, 28.003536], [113.859775, 28.011234], [113.856945, 28.009679], [113.852126, 28], [113.845235, 27.991302], [113.846905, 27.982317], [113.843715, 27.973591], [113.821954, 27.97537], [113.819009, 27.978293], [113.81875, 27.983963], [113.81052, 27.983353], [113.798187, 27.978868], [113.791644, 27.973434], [113.786544, 27.966246], [113.788013, 27.960928], [113.784789, 27.956812], [113.766468, 27.95705], [113.748021, 27.938981], [113.742095, 27.929879], [113.739699, 27.920406], [113.729805, 27.907919], [113.72367, 27.892701], [113.722567, 27.879955], [113.72447, 27.874958], [113.731014, 27.871032], [113.734464, 27.870794], [113.738271, 27.87246], [113.739104, 27.879479], [113.741364, 27.879479], [113.745171, 27.871032], [113.744933, 27.867939], [113.743268, 27.86663], [113.744458, 27.863537], [113.752982, 27.86031], [113.754573, 27.844212], [113.750168, 27.839147], [113.757441, 27.833814], [113.761078, 27.822481], [113.759453, 27.805599], [113.741547, 27.783658], [113.73766, 27.782498], [113.72326, 27.771729], [113.718084, 27.760089], [113.705406, 27.754352], [113.692882, 27.742428], [113.692141, 27.740985], [113.696477, 27.730676], [113.695247, 27.722921], [113.686972, 27.718873], [113.670161, 27.70531], [113.665723, 27.696647], [113.65828, 27.689278], [113.652717, 27.670559], [113.647841, 27.664624], [113.614351, 27.642115], [113.611481, 27.640783], [113.609137, 27.642413], [113.601862, 27.63891], [113.600046, 27.629154], [113.603941, 27.626688], [113.603868, 27.622292], [113.60139, 27.617866], [113.599492, 27.608374], [113.599873, 27.592194], [113.596256, 27.5743], [113.593972, 27.569922], [113.578743, 27.555265], [113.574936, 27.544224], [113.575871, 27.535168], [113.580536, 27.526974], [113.59093, 27.519392], [113.605456, 27.516407], [113.609732, 27.519512], [113.615095, 27.528638], [113.617195, 27.528995], [113.621002, 27.52595], [113.624238, 27.518145], [113.623667, 27.514909], [113.62005, 27.511863], [113.621383, 27.501013], [113.61565, 27.495318], [113.608741, 27.480978], [113.590593, 27.470654], [113.589041, 27.466315], [113.594162, 27.459325], [113.593972, 27.453233], [113.591878, 27.448474], [113.597969, 27.440099], [113.597779, 27.437624], [113.59119, 27.431533], [113.595229, 27.422195], [113.603619, 27.420094], [113.617597, 27.421606], [113.620835, 27.41855], [113.620437, 27.411141], [113.626767, 27.409468], [113.625882, 27.406702], [113.621683, 27.403988], [113.615363, 27.402692], [113.600253, 27.394984], [113.594543, 27.388893], [113.59472, 27.381432], [113.595946, 27.378749], [113.599877, 27.377144], [113.597419, 27.364137], [113.602786, 27.357403], [113.613742, 27.352297], [113.621363, 27.352287], [113.6261, 27.354725], [113.636512, 27.356248], [113.641816, 27.355675], [113.643084, 27.352344], [113.65203, 27.354057], [113.66144, 27.338321], [113.6694, 27.33011], [113.699883, 27.336915], [113.708763, 27.344912], [113.709926, 27.351828], [113.713681, 27.35396], [113.718226, 27.347938], [113.727993, 27.345406], [113.739446, 27.358062], [113.7456, 27.360735], [113.749675, 27.359234], [113.76887, 27.362145], [113.781663, 27.359007], [113.790514, 27.369041], [113.793455, 27.369708], [113.807304, 27.368978], [113.811324, 27.364828], [113.818866, 27.362925], [113.823502, 27.374363], [113.831468, 27.377631], [113.839239, 27.376633], [113.845518, 27.369248], [113.850181, 27.368193], [113.852787, 27.370119], [113.855903, 27.377471], [113.859139, 27.380898], [113.865283, 27.383052], [113.867347, 27.37032], [113.864623, 27.364238], [113.866745, 27.360293], [113.866864, 27.344882], [113.862563, 27.33849], [113.855123, 27.332203], [113.844045, 27.311038], [113.848471, 27.3039], [113.849756, 27.296825], [113.865047, 27.298723], [113.865963, 27.296748], [113.863399, 27.286042], [113.851183, 27.270064], [113.852468, 27.264781], [113.851041, 27.26007], [113.845473, 27.251218], [113.841333, 27.248506], [113.841333, 27.243795], [113.824343, 27.215241], [113.823915, 27.21053], [113.827199, 27.208388], [113.827341, 27.206389], [113.816754, 27.193584], [113.808908, 27.175615], [113.801874, 27.166025], [113.796205, 27.165927], [113.784953, 27.14843], [113.776373, 27.147569], [113.769343, 27.134374], [113.766237, 27.132293], [113.763798, 27.121836], [113.766665, 27.112511], [113.76538, 27.101741], [113.766426, 27.097317], [113.77626, 27.088902], [113.794433, 27.100924], [113.79832, 27.101197], [113.800248, 27.099084], [113.807687, 27.047903], [113.817503, 27.046125], [113.827068, 27.039194], [113.827627, 27.03621], [113.831234, 27.036175], [113.837099, 27.031544], [113.835907, 27.025503], [113.837049, 27.019221], [113.839191, 27.018793], [113.845992, 27.02224], [113.85641, 27.020709], [113.858552, 27.010748], [113.856751, 27.004659], [113.858893, 27.000518], [113.865317, 26.994665], [113.871171, 26.992809], [113.873204, 26.985716], [113.881862, 26.977407], [113.882048, 26.97382], [113.885537, 26.969601], [113.889066, 26.966296], [113.903901, 26.962408], [113.91674, 26.962867], [113.916608, 26.960165], [113.921781, 26.952002], [113.919668, 26.947936], [113.910819, 26.940032], [113.90248, 26.936023], [113.896364, 26.928341], [113.897015, 26.921201], [113.894925, 26.911734], [113.890767, 26.904361], [113.887623, 26.902521], [113.884733, 26.898033], [113.884521, 26.888347], [113.88916, 26.884163], [113.889445, 26.881879], [113.885877, 26.865321], [113.870118, 26.860888], [113.853906, 26.839267], [113.852135, 26.829693], [113.833066, 26.812301], [113.82942, 26.804942], [113.830719, 26.79901], [113.837009, 26.792493], [113.840718, 26.79102], [113.842204, 26.782223], [113.848058, 26.770993], [113.849057, 26.757308], [113.846739, 26.75183], [113.848965, 26.732465], [113.852503, 26.712988], [113.857388, 26.705314], [113.855977, 26.663723], [113.860856, 26.656294], [113.863839, 26.655684], [113.86907, 26.661535], [113.875356, 26.661995], [113.880202, 26.639037], [113.892307, 26.634757], [113.895443, 26.631813], [113.898191, 26.62176], [113.902239, 26.617293], [113.939856, 26.61783], [113.951181, 26.619791], [113.954835, 26.622528], [113.963587, 26.62044], [113.967339, 26.617154], [113.98402, 26.620161], [113.990983, 26.619021], [114.00713, 26.606195], [114.013732, 26.603562], [114.011251, 26.591853], [114.016182, 26.589912], [114.022913, 26.590162], [114.033286, 26.58686], [114.03652, 26.583906], [114.056391, 26.584207], [114.06362, 26.579389], [114.074274, 26.578105], [114.079309, 26.580382], [114.089195, 26.580825], [114.102451, 26.579024], [114.104318, 26.571814], [114.101834, 26.563902], [114.090823, 26.551705], [114.092024, 26.545108], [114.085398, 26.536718], [114.078302, 26.520411], [114.077359, 26.515663], [114.079484, 26.511923], [114.079303, 26.506752], [114.066643, 26.488872], [114.068991, 26.483635], [114.088696, 26.480783], [114.092944, 26.482015], [114.098917, 26.478403], [114.09429, 26.474719], [114.093444, 26.467325], [114.086594, 26.460376], [114.085695, 26.451943], [114.082947, 26.446863], [114.082442, 26.431954], [114.080363, 26.425788], [114.082712, 26.425205], [114.085041, 26.421834], [114.082258, 26.416177], [114.083287, 26.413501], [114.078157, 26.408427], [114.069015, 26.410305], [114.067139, 26.413198], [114.060677, 26.412515], [114.048194, 26.396926], [114.04517, 26.394933], [114.04084, 26.395114], [114.037017, 26.391491], [114.036309, 26.386281], [114.030214, 26.379878], [114.026233, 26.378551], [114.02535, 26.37589], [114.026907, 26.371422], [114.034698, 26.364279], [114.032584, 26.358102], [114.036071, 26.346595], [114.04375, 26.339061], [114.034803, 26.335485], [114.030128, 26.328686], [114.032712, 26.321957], [114.031667, 26.318193], [114.035128, 26.312745], [114.027139, 26.307042], [114.01944, 26.295843], [114.01524, 26.293032], [114.014925, 26.28619], [114.016885, 26.277636], [114.024181, 26.269653], [114.005484, 26.261922], [113.996223, 26.254945], [113.981761, 26.249678], [113.974153, 26.241538], [113.975975, 26.231154], [113.967789, 26.221065], [113.968989, 26.215067], [113.967404, 26.210091], [113.964036, 26.204412], [113.959863, 26.201499], [113.948907, 26.199154], [113.942662, 26.195269], [113.941008, 26.187141], [113.948666, 26.183647], [113.949714, 26.175644], [113.937462, 26.168319], [113.949806, 26.161376], [113.951321, 26.158054], [113.957053, 26.154531], [113.971743, 26.162436], [113.978939, 26.170352], [113.987462, 26.171438], [113.998938, 26.179541], [113.999932, 26.183488], [114.007355, 26.186953], [114.021888, 26.18344], [114.024474, 26.184729], [114.028643, 26.191778], [114.030299, 26.191948], [114.034239, 26.190288], [114.038775, 26.184447], [114.050962, 26.186376], [114.051975, 26.181463], [114.04995, 26.175361], [114.05211, 26.166649], [114.054822, 26.166082], [114.057605, 26.170638], [114.063701, 26.173433], [114.082551, 26.170669], [114.085125, 26.172471], [114.084517, 26.174425], [114.087342, 26.178973], [114.095361, 26.1825], [114.094961, 26.187741], [114.099244, 26.191994], [114.11628, 26.199255], [114.131186, 26.202142], [114.140666, 26.207354], [114.145988, 26.206405], [114.172291, 26.216883], [114.176752, 26.215997], [114.181262, 26.201077], [114.196954, 26.203377], [114.204941, 26.206347], [114.211801, 26.206309], [114.216132, 26.199096], [114.214775, 26.193126], [114.222506, 26.190055], [114.2273, 26.185584], [114.21935, 26.17687], [114.21353, 26.173592], [114.213453, 26.168819], [114.220965, 26.162778], [114.230705, 26.162587], [114.232055, 26.15915], [114.231671, 26.155516], [114.225418, 26.15453], [114.209171, 26.140099], [114.200414, 26.137277], [114.196121, 26.134605], [114.195312, 26.131667], [114.184004, 26.125719], [114.164416, 26.126714], [114.149837, 26.118968], [114.101406, 26.103841], [114.100854, 26.101088], [114.103487, 26.096009], [114.107784, 26.096321], [114.116188, 26.090898], [114.116525, 26.088947], [114.110495, 26.07951], [114.098142, 26.07459], [114.080687, 26.071297], [114.07559, 26.07187], [114.064289, 26.08332], [114.052655, 26.08007], [114.046797, 26.082277], [114.040985, 26.08186], [114.035167, 26.069403], [114.033823, 26.060546], [114.030172, 26.056033], [114.033315, 26.050957], [114.022798, 26.034525], [114.015119, 26.031047], [114.012746, 26.028563], [114.011774, 26.023592], [114.004904, 26.01977], [114.002697, 26.016676], [114.004536, 26.0048], [114.008398, 26.004032], [114.012785, 25.996173], [114.018312, 25.996639], [114.021835, 25.995034], [114.023294, 25.989039], [114.023298, 25.984918], [114.019852, 25.980716], [114.015904, 25.97976], [114.016462, 25.974261], [114.014261, 25.971735], [114.014901, 25.967348], [114.018261, 25.96307], [114.016016, 25.957955], [114.017971, 25.953224], [114.021673, 25.946049], [114.026213, 25.944411], [114.024738, 25.937608], [114.01592, 25.924962], [114.020556, 25.915119], [114.018606, 25.912977], [114.017632, 25.906482], [114.022433, 25.896786], [114.02006, 25.894004], [114.013229, 25.892051], [114.008778, 25.888261], [114.004241, 25.873674], [113.998243, 25.871547], [113.986158, 25.862733], [113.965386, 25.83723], [113.964269, 25.835404], [113.965947, 25.828618], [113.965377, 25.817762], [113.963378, 25.810498], [113.960048, 25.807815], [113.954712, 25.795545], [113.952837, 25.788233], [113.953819, 25.782621], [113.950362, 25.774755], [113.942791, 25.764649], [113.913981, 25.74426], [113.908246, 25.728569], [113.912118, 25.724027], [113.9126, 25.718267], [113.911881, 25.712287], [113.909075, 25.708546], [113.908124, 25.703216], [113.910789, 25.698838], [113.917267, 25.695288], [113.924006, 25.682887], [113.925636, 25.669904], [113.937095, 25.65497], [113.946272, 25.637967], [113.944316, 25.624162], [113.954265, 25.611019], [113.962946, 25.61451], [113.965312, 25.610447], [113.976641, 25.606822], [113.978801, 25.602674], [113.971587, 25.582438], [113.9725, 25.576152], [113.976283, 25.572287], [113.988667, 25.567434], [113.987149, 25.56237], [113.982963, 25.558983], [113.980764, 25.53639], [113.982764, 25.532877], [113.966681, 25.530679], [113.960311, 25.535407], [113.955243, 25.529422], [113.953509, 25.519491], [113.949213, 25.510468], [113.940675, 25.50239], [113.940104, 25.500296], [113.941626, 25.500106], [113.951144, 25.504484], [113.952096, 25.503532], [113.946576, 25.492111], [113.946766, 25.489636], [113.953511, 25.489415], [113.954699, 25.485886], [113.950909, 25.476599], [113.947585, 25.475663], [113.934012, 25.464691], [113.934555, 25.452815], [113.939384, 25.444593], [113.93479, 25.44108], [113.930353, 25.441238], [113.923873, 25.444484], [113.908213, 25.446338], [113.911639, 25.442612], [113.911068, 25.441565], [113.898604, 25.444201], [113.879238, 25.438963], [113.878343, 25.436932], [113.881658, 25.429192], [113.877699, 25.425421], [113.883466, 25.421292], [113.885465, 25.416914], [113.882514, 25.413297], [113.877089, 25.412821], [113.878391, 25.401253], [113.870772, 25.382654], [113.861817, 25.372766], [113.850361, 25.373127], [113.836065, 25.368763], [113.833047, 25.366252], [113.828116, 25.359227], [113.826895, 25.353844], [113.830071, 25.347529], [113.823349, 25.344113], [113.816622, 25.333262], [113.810297, 25.331081], [113.795031, 25.330988], [113.777917, 25.337379], [113.76057, 25.332683], [113.753174, 25.332845], [113.750765, 25.336241], [113.757735, 25.336583], [113.759258, 25.337249], [113.759258, 25.339343], [113.75783, 25.342389], [113.75212, 25.343055], [113.754785, 25.346386], [113.748707, 25.36361], [113.745812, 25.367751], [113.742028, 25.368763], [113.73788, 25.366169], [113.732894, 25.35929], [113.731603, 25.351877], [113.726398, 25.353959], [113.718531, 25.361947], [113.715484, 25.36251], [113.71227, 25.359908], [113.708026, 25.36311], [113.701104, 25.363994], [113.700723, 25.362281], [113.706784, 25.358331], [113.702743, 25.355256], [113.682164, 25.356115], [113.678524, 25.349096], [113.682238, 25.345203], [113.675619, 25.336776], [113.670811, 25.339768], [113.659542, 25.339666], [113.654754, 25.33406], [113.647153, 25.330024], [113.641414, 25.329498], [113.639763, 25.33254], [113.634689, 25.33394], [113.623977, 25.333228], [113.619633, 25.330451], [113.605807, 25.330321], [113.605414, 25.328071], [113.585115, 25.317829], [113.581548, 25.311277], [113.576343, 25.309195], [113.576456, 25.317313], [113.572896, 25.318941], [113.572708, 25.322389], [113.574894, 25.332783], [113.578656, 25.33953], [113.575105, 25.348061], [113.56194, 25.35207], [113.550954, 25.353426], [113.540311, 25.360167], [113.540796, 25.365228], [113.53799, 25.370731], [113.530669, 25.371414], [113.518552, 25.358587], [113.514516, 25.356869], [113.507782, 25.365361], [113.511057, 25.372697], [113.501985, 25.375374], [113.495293, 25.374631], [113.485477, 25.376415], [113.476554, 25.380877], [113.472836, 25.378646], [113.468205, 25.370044], [113.461304, 25.369786], [113.456918, 25.37337], [113.445027, 25.362264], [113.439208, 25.362476], [113.421165, 25.378627], [113.418001, 25.393092], [113.41861, 25.396258], [113.411731, 25.401486], [113.401399, 25.404362], [113.388964, 25.400442], [113.383593, 25.407638], [113.373306, 25.406307], [113.366651, 25.407867], [113.363471, 25.414947], [113.363817, 25.424035], [113.360869, 25.434891], [113.355341, 25.440285], [113.349004, 25.441424], [113.332471, 25.452343], [113.324773, 25.454107], [113.31784, 25.452692], [113.317071, 25.449916], [113.31264, 25.446665], [113.306994, 25.446463], [113.308032, 25.473719], [113.303449, 25.486019], [113.304192, 25.494199], [113.299731, 25.503716], [113.293995, 25.505906], [113.291208, 25.511002], [113.300161, 25.517763], [113.297094, 25.519864], [113.285334, 25.519732], [113.28227, 25.512833], [113.286879, 25.505498], [113.284058, 25.499167], [113.277911, 25.496789], [113.272918, 25.499671], [113.27123, 25.504704], [113.263848, 25.508675], [113.26011, 25.508124], [113.260989, 25.504637], [113.257141, 25.500907], [113.254668, 25.501576], [113.248072, 25.507059], [113.243244, 25.517418], [113.240796, 25.519463], [113.221099, 25.513538], [113.206433, 25.505369], [113.203852, 25.490061], [113.198353, 25.482857], [113.193309, 25.480136], [113.18312, 25.478777], [113.174118, 25.471512], [113.163883, 25.482761], [113.164469, 25.490512], [113.162267, 25.492417], [113.150324, 25.495863], [113.144189, 25.494667], [113.146543, 25.480801], [113.145354, 25.479611], [113.139524, 25.481039], [113.136787, 25.480087], [113.134646, 25.472948], [113.136668, 25.472472], [113.146626, 25.476586], [113.148059, 25.474715], [113.147048, 25.470963], [113.130095, 25.469225], [113.129245, 25.470343], [113.12504, 25.468577], [113.116479, 25.460742], [113.115646, 25.457119], [113.118108, 25.455049], [113.122284, 25.457833], [113.120678, 25.454692], [113.122189, 25.451938], [113.116033, 25.451625], [113.112003, 25.449163], [113.11577, 25.443082], [113.123703, 25.442435], [113.12042, 25.44065], [113.122062, 25.434297], [113.124227, 25.432227], [113.127353, 25.417812], [113.123422, 25.416065], [113.11592, 25.417391], [113.109279, 25.423112], [113.106721, 25.424005], [113.102854, 25.422101], [113.098155, 25.4246], [113.086233, 25.419981], [113.085382, 25.418189], [113.091715, 25.413752], [113.085484, 25.410323], [113.085425, 25.406397], [113.082748, 25.404196], [113.08483, 25.399437], [113.074573, 25.393235], [113.075522, 25.386319], [113.07147, 25.384571], [113.061987, 25.384772], [113.051949, 25.379995], [113.036398, 25.3684], [113.033721, 25.370125], [113.028486, 25.370185], [113.028605, 25.364236], [113.022061, 25.36376], [113.021036, 25.361395], [113.01873, 25.354421], [113.020163, 25.348586], [113.013524, 25.348641], [113.01022, 25.351102], [113.008558, 25.354778], [113.005643, 25.35567], [112.994936, 25.354718], [112.989909, 25.350518], [112.982314, 25.356633], [112.979533, 25.357167], [112.967998, 25.351029], [112.966428, 25.351671], [112.965071, 25.357168], [112.962287, 25.360951], [112.962178, 25.349354], [112.959385, 25.342459], [112.945425, 25.339728], [112.941629, 25.330577], [112.936061, 25.328436], [112.931025, 25.328744], [112.927141, 25.325474], [112.922226, 25.308787], [112.923385, 25.301941], [112.918895, 25.299199], [112.905396, 25.303119], [112.897586, 25.311886], [112.894783, 25.319084], [112.890937, 25.339613], [112.887385, 25.343223], [112.880829, 25.335736], [112.873215, 25.33764], [112.87093, 25.332786], [112.865539, 25.329528], [112.850209, 25.340896], [112.846494, 25.338364], [112.849084, 25.328719], [112.85751, 25.320888], [112.850343, 25.317214], [112.84923, 25.314987], [112.853893, 25.300139], [112.851228, 25.292049], [112.856749, 25.290622], [112.861438, 25.279415], [112.863572, 25.278071], [112.866742, 25.279105], [112.870264, 25.276821], [112.863517, 25.267728], [112.860629, 25.259201], [112.863, 25.251797], [112.868201, 25.250035], [112.878141, 25.25089], [112.887223, 25.24856], [112.891536, 25.241884], [112.896675, 25.240884], [112.903059, 25.247012], [112.917722, 25.251234], [112.92079, 25.247485], [112.925257, 25.245092], [112.927903, 25.245744], [112.926111, 25.251579], [112.92904, 25.253818], [112.939543, 25.252065], [112.946216, 25.248879], [112.947786, 25.255018], [112.95107, 25.25716], [112.955496, 25.25716], [112.961206, 25.251735], [112.963633, 25.251592], [112.965204, 25.254019], [112.967202, 25.254162], [112.971486, 25.248451], [112.980542, 25.25045], [112.990001, 25.249569], [112.993486, 25.24807], [112.993629, 25.244406], [112.991674, 25.241069], [112.994821, 25.237288], [113.000589, 25.235372], [113.001303, 25.232635], [113.003206, 25.231743], [113.006656, 25.232576], [113.004753, 25.22978], [113.009523, 25.217049], [113.013595, 25.211331], [113.017987, 25.210053], [113.022913, 25.214024], [113.03111, 25.209187], [113.027398, 25.205118], [113.028897, 25.199979], [113.024021, 25.194067], [113.011611, 25.191754], [113.004654, 25.192345], [112.965378, 25.168097], [112.966433, 25.157694], [112.962061, 25.151212], [112.963418, 25.148649], [112.959991, 25.147271], [112.964414, 25.138251], [112.982767, 25.120112], [113.004235, 25.089277], [113.007687, 25.088481], [113.010604, 25.084592], [112.996928, 25.073563], [112.994442, 25.069083], [112.99445, 25.065748], [112.997512, 25.061528], [112.992097, 25.051846], [112.983556, 25.048911], [112.973681, 25.036587], [112.972543, 25.029039], [112.975906, 25.029005], [112.987764, 25.019506], [112.987126, 25.01424], [112.980448, 25.004766], [112.99218, 24.994547], [112.996821, 24.993417], [112.999349, 24.985535], [113.00443, 24.984938], [113.003245, 24.965237], [112.997213, 24.959933], [112.998868, 24.956156], [113.006187, 24.952835], [113.007081, 24.950003], [113.00217, 24.946189], [112.989089, 24.943652], [112.984393, 24.939463], [112.990426, 24.937053], [112.990651, 24.927533], [112.985235, 24.928876], [112.980059, 24.925604], [112.966437, 24.921619], [112.952892, 24.927045], [112.934299, 24.918101], [112.932233, 24.918416], [112.929179, 24.924074], [112.92312, 24.924874], [112.918299, 24.921141], [112.903621, 24.923477], [112.899749, 24.92231], [112.898073, 24.919356], [112.892303, 24.919869], [112.878726, 24.915409], [112.870433, 24.910126], [112.870186, 24.904263], [112.867782, 24.900248], [112.858799, 24.898929], [112.839355, 24.900704], [112.831134, 24.897177], [112.822976, 24.896693], [112.814733, 24.898444], [112.796837, 24.893836], [112.78803, 24.89367], [112.777318, 24.898097], [112.774268, 24.901511], [112.778912, 24.907558], [112.782588, 24.919952], [112.77568, 24.926792], [112.779398, 24.931105], [112.776572, 24.93512], [112.779524, 24.939567], [112.779951, 24.944432], [112.775383, 24.951184], [112.751219, 24.959081], [112.747089, 24.958493], [112.737309, 24.961822], [112.736772, 24.980822], [112.741475, 24.986873], [112.738778, 24.990459], [112.73671, 25.000325], [112.729578, 25.003529], [112.728239, 25.012006], [112.718796, 25.012006], [112.710157, 25.028407], [112.71049, 25.038733], [112.707865, 25.043385], [112.713422, 25.046164], [112.71763, 25.051639], [112.706765, 25.086034], [112.689357, 25.091542], [112.690728, 25.098258], [112.675668, 25.112998], [112.67213, 25.115616], [112.665779, 25.114769], [112.663845, 25.115959], [112.662209, 25.119082], [112.663098, 25.124278], [112.655985, 25.135842], [112.646863, 25.138285], [112.641516, 25.136649], [112.637661, 25.141304], [112.626049, 25.143936], [112.623372, 25.142895], [112.621439, 25.137988], [112.618018, 25.135459], [112.608947, 25.137542], [112.590938, 25.129287], [112.586044, 25.133675], [112.581286, 25.128619], [112.577865, 25.127429], [112.547731, 25.126609], [112.547399, 25.131822], [112.533001, 25.137746], [112.521095, 25.135846], [112.517368, 25.139939], [112.498257, 25.139137], [112.49486, 25.140671], [112.491258, 25.149718], [112.47527, 25.153034], [112.452347, 25.154453], [112.451295, 25.158607], [112.444157, 25.163664], [112.443685, 25.165432], [112.44921, 25.170987], [112.450768, 25.176959], [112.442758, 25.18637], [112.436191, 25.189689], [112.432854, 25.183145], [112.426033, 25.180977], [112.424707, 25.17703], [112.425433, 25.171959], [112.418914, 25.156126], [112.406097, 25.142259], [112.39801, 25.142238], [112.381844, 25.15329], [112.381895, 25.155998], [112.386752, 25.164556], [112.381547, 25.167679], [112.378918, 25.173166], [112.37429, 25.177028], [112.368311, 25.178535], [112.36573, 25.184397], [112.366229, 25.190879], [112.356828, 25.195723], [112.341669, 25.18797], [112.339769, 25.18359], [112.327002, 25.178394], [112.317728, 25.177329], [112.308613, 25.178527], [112.300415, 25.168112], [112.302723, 25.162287], [112.296657, 25.159615], [112.278982, 25.161339], [112.275364, 25.168869], [112.267333, 25.165746], [112.26302, 25.167828], [112.251325, 25.164168], [112.24754, 25.170775], [112.250166, 25.175671], [112.241447, 25.188618], [112.222429, 25.190752], [112.214592, 25.186746], [112.208048, 25.187467], [112.206805, 25.193555], [112.205318, 25.194597], [112.197734, 25.186863], [112.190754, 25.190272], [112.180732, 25.186445], [112.183606, 25.183443], [112.187175, 25.171843], [112.181078, 25.164853], [112.177806, 25.149387], [112.179888, 25.145818], [112.168585, 25.13169], [112.170667, 25.126931], [112.170073, 25.108936], [112.165611, 25.104772], [112.155796, 25.071311], [112.14673, 25.064174], [112.146291, 25.048548], [112.142509, 25.041421], [112.148727, 25.030492], [112.128464, 24.999917], [112.117682, 24.995276], [112.11531, 24.990786], [112.117873, 24.973902], [112.114453, 24.968994], [112.116421, 24.967049], [112.118209, 24.959423], [112.122378, 24.954722], [112.128635, 24.953251], [112.132879, 24.95035], [112.1361, 24.940715], [112.143876, 24.93713], [112.165879, 24.932408], [112.16961, 24.929458], [112.165135, 24.906737], [112.161499, 24.89793], [112.159573, 24.887852], [112.15989, 24.87873], [112.156986, 24.873221], [112.157432, 24.871287], [112.165028, 24.865636], [112.159227, 24.853332], [112.155294, 24.851929], [112.157021, 24.848701], [112.150055, 24.844219], [112.149125, 24.839681], [112.142721, 24.839978], [112.134696, 24.847718], [112.122498, 24.845039], [112.109143, 24.834053], [112.100753, 24.830632], [112.098944, 24.826516], [112.094482, 24.827923], [112.089757, 24.82587], [112.091213, 24.82004], [112.07701, 24.807045], [112.061948, 24.804816], [112.053141, 24.799829], [112.05421, 24.794726], [112.052877, 24.792442], [112.044692, 24.788064], [112.040929, 24.782327], [112.035969, 24.781525], [112.030509, 24.77782], [112.028691, 24.774185], [112.029232, 24.758479], [112.024895, 24.746236], [112.017257, 24.74304], [112.008302, 24.748594], [111.99541, 24.761818], [111.979439, 24.767743], [111.970021, 24.765288], [111.95941, 24.771512], [111.959469, 24.775313], [111.956942, 24.776377], [111.942744, 24.775247], [111.940596, 24.767258], [111.936091, 24.764099], [111.931755, 24.763719], [111.92308, 24.763901], [111.914753, 24.771403], [111.896376, 24.772494], [111.891604, 24.771461], [111.889235, 24.772706], [111.884468, 24.765556], [111.87697, 24.758974], [111.872821, 24.758066], [111.871592, 24.763657], [111.868236, 24.767043], [111.862848, 24.781093], [111.843702, 24.780526], [111.84253, 24.783712], [111.83357, 24.784131], [111.816796, 24.778459], [111.804195, 24.778815], [111.782448, 24.788081], [111.782535, 24.793258], [111.779401, 24.798728], [111.767722, 24.793636], [111.757099, 24.78453], [111.753399, 24.783568], [111.74439, 24.785537], [111.737887, 24.781604], [111.730044, 24.781541], [111.712508, 24.791314], [111.702459, 24.792674], [111.698436, 24.781076], [111.693083, 24.786578], [111.689067, 24.787917], [111.686836, 24.787619], [111.682524, 24.782711], [111.674869, 24.781565], [111.65471, 24.757056], [111.648418, 24.741288], [111.636681, 24.725901], [111.63301, 24.71693], [111.634269, 24.714274], [111.638536, 24.713203], [111.641813, 24.707265], [111.641633, 24.70366], [111.637403, 24.697262], [111.637104, 24.691748], [111.630799, 24.689914], [111.622629, 24.691985], [111.618407, 24.695453], [111.612867, 24.694211], [111.601205, 24.697723], [111.597134, 24.700801], [111.589311, 24.700871], [111.587816, 24.698912], [111.588707, 24.695151], [111.58735, 24.690327], [111.579209, 24.688518], [111.578531, 24.681459], [111.568971, 24.65578], [111.569923, 24.651689], [111.566334, 24.647667], [111.56023, 24.644472], [111.556234, 24.643362], [111.544362, 24.652966], [111.532291, 24.647125], [111.530413, 24.640219], [111.523941, 24.639838], [111.520514, 24.641741], [111.519386, 24.644223], [111.514335, 24.645005], [111.511318, 24.65595], [111.500562, 24.668133], [111.495975, 24.668227], [111.483535, 24.675248], [111.467881, 24.677821], [111.465106, 24.671412], [111.44763, 24.665589], [111.444775, 24.681226], [111.442226, 24.685256], [111.431144, 24.684071], [111.425653, 24.687994], [111.425164, 24.690013], [111.429496, 24.697841], [111.443663, 24.714486], [111.445112, 24.722669], [111.449418, 24.729906], [111.458836, 24.732706], [111.459854, 24.740226], [111.45781, 24.744475], [111.454165, 24.746754], [111.454583, 24.751423], [111.45942, 24.756865], [111.467638, 24.760181], [111.465925, 24.769699], [111.469922, 24.774458], [111.474681, 24.776552], [111.475252, 24.779978], [111.473349, 24.784737], [111.474681, 24.787592], [111.479686, 24.790321], [111.481472, 24.803764], [111.474698, 24.822224], [111.474301, 24.82871], [111.471054, 24.828573], [111.455646, 24.838037], [111.454313, 24.841083], [111.454884, 24.849458], [111.449864, 24.853237], [111.450751, 24.869856], [111.453162, 24.876689], [111.451306, 24.879116], [111.453876, 24.883114], [111.45973, 24.885398], [111.460444, 24.887968], [111.459444, 24.890395], [111.448531, 24.898261], [111.44616, 24.903748], [111.456697, 24.910196], [111.454794, 24.920904], [111.463442, 24.921375], [111.460158, 24.92523], [111.455143, 24.92757], [111.457153, 24.932545], [111.461521, 24.935477], [111.455882, 24.946336], [111.443816, 24.951732], [111.440107, 24.955457], [111.436022, 24.965005], [111.430106, 24.967169], [111.42858, 24.970447], [111.43279, 24.982105], [111.439001, 24.992775], [111.443131, 24.996824], [111.454589, 24.996136], [111.457633, 24.998905], [111.461135, 25.009208], [111.468357, 25.020841], [111.461587, 25.025465], [111.465302, 25.034523], [111.457934, 25.038738], [111.444545, 25.033958], [111.43446, 25.034861], [111.429908, 25.035967], [111.42537, 25.039643], [111.417019, 25.039374], [111.41318, 25.04317], [111.414342, 25.052451], [111.419229, 25.063549], [111.419412, 25.06983], [111.422505, 25.07462], [111.41961, 25.07667], [111.418529, 25.086597], [111.422656, 25.092712], [111.423259, 25.096028], [111.420696, 25.099044], [111.424926, 25.106917], [111.42069, 25.108453], [111.411764, 25.104904], [111.402905, 25.109077], [111.399681, 25.11259], [111.398253, 25.122267], [111.399107, 25.12857], [111.387203, 25.131976], [111.383087, 25.131715], [111.380593, 25.125729], [111.371565, 25.123975], [111.368555, 25.12165], [111.37082, 25.117753], [111.368213, 25.113909], [111.355411, 25.106015], [111.350428, 25.103308], [111.343505, 25.106129], [111.330994, 25.102961], [111.316815, 25.106905], [111.313956, 25.110652], [111.315765, 25.114723], [111.31486, 25.115627], [111.308089, 25.115345], [111.290281, 25.124772], [111.285487, 25.133502], [111.284708, 25.144272], [111.282601, 25.147222], [111.27248, 25.15089], [111.266896, 25.151336], [111.2619, 25.149005], [111.254724, 25.13155], [111.239829, 25.128873], [111.224767, 25.120196], [111.219809, 25.113088], [111.220184, 25.105041], [111.208573, 25.096933], [111.203899, 25.091505], [111.199498, 25.082315], [111.199959, 25.07679], [111.197586, 25.074264], [111.169057, 25.066549], [111.147169, 25.055453], [111.138781, 25.045077], [111.118869, 25.044015], [111.111482, 25.045523], [111.102737, 25.041151], [111.101682, 25.036628], [111.09731, 25.030296], [111.101247, 25.025407], [111.104638, 25.014848], [111.099599, 25.009059], [111.102025, 25.000022], [111.099873, 24.998485], [111.099873, 24.995771], [111.103753, 24.993523], [111.103945, 24.988855], [111.091403, 24.979596], [111.091741, 24.975431], [111.094443, 24.970697], [111.095936, 24.949495], [111.092423, 24.942276], [111.080566, 24.945486], [111.067179, 24.938545], [111.040817, 24.929511], [111.029865, 24.932279], [111.027683, 24.93497], [111.0149, 24.933541], [111.009498, 24.927144], [111.002397, 24.923047], [110.992395, 24.929653], [110.977055, 24.916874], [110.974397, 24.919965], [110.975656, 24.923943], [110.97898, 24.927592], [110.986595, 24.928463], [110.990164, 24.933966], [110.989718, 24.935155], [110.984255, 24.934966], [110.981055, 24.942942], [110.987647, 24.961951], [110.981394, 24.96788], [110.965402, 24.97034], [110.961958, 24.978679], [110.968746, 24.981007], [110.972833, 24.989355], [110.954895, 25.006123], [110.9501, 25.021388], [110.952028, 25.034335], [110.945874, 25.045585], [110.953738, 25.064682], [110.953455, 25.071201], [110.957072, 25.073866], [110.959455, 25.07316], [110.960591, 25.075178], [110.962219, 25.080714], [110.959, 25.082922], [110.972844, 25.09594], [110.977933, 25.102806], [110.977712, 25.107673], [110.972704, 25.112632], [110.978392, 25.120123], [110.979724, 25.123549], [110.979344, 25.130783], [110.985816, 25.142585], [110.989433, 25.147915], [110.996666, 25.152293], [110.994138, 25.166085], [110.995794, 25.168549], [111.004839, 25.172716], [111.015969, 25.173715], [111.032819, 25.182381], [111.037593, 25.178753], [111.043623, 25.187831], [111.051325, 25.191241], [111.054846, 25.192323], [111.061959, 25.189032], [111.064545, 25.195304], [111.071706, 25.20123], [111.103517, 25.216143], [111.107357, 25.219198], [111.111817, 25.238456], [111.101813, 25.257102], [111.105869, 25.265765], [111.096673, 25.283116], [111.097304, 25.287677], [111.103063, 25.29019], [111.107922, 25.294957], [111.114682, 25.294683], [111.130641, 25.302883], [111.150897, 25.326196], [111.159255, 25.34543], [111.162452, 25.347044], [111.166876, 25.357426], [111.178185, 25.37097], [111.205744, 25.366658], [111.219944, 25.376467], [111.230488, 25.380945], [111.248229, 25.398154], [111.252834, 25.399811], [111.251198, 25.405908], [111.252239, 25.412154], [111.255709, 25.415696], [111.259307, 25.424894], [111.26324, 25.427371], [111.2741, 25.425836], [111.274546, 25.432677], [111.283384, 25.43464], [111.295566, 25.451782], [111.297009, 25.45803], [111.29437, 25.461522], [111.293836, 25.468788], [111.300547, 25.480256], [111.31232, 25.491569], [111.313956, 25.499897], [111.320946, 25.518189], [111.323772, 25.522055], [111.322436, 25.541469], [111.319214, 25.545488], [111.316544, 25.55395], [111.322613, 25.579469], [111.326448, 25.583921], [111.324813, 25.587491], [111.329423, 25.592398], [111.330166, 25.597603], [111.335793, 25.602781], [111.337903, 25.606941], [111.334025, 25.615919], [111.327196, 25.622896], [111.321605, 25.624488], [111.311998, 25.63655], [111.311131, 25.642218], [111.305206, 25.648282], [111.304583, 25.65387], [111.30824, 25.66797], [111.313063, 25.676874], [111.313242, 25.686022], [111.311539, 25.691237], [111.304769, 25.692803], [111.303401, 25.697202], [111.30399, 25.707364], [111.302406, 25.718352], [111.303708, 25.724146], [111.309228, 25.72464], [111.312453, 25.733767], [111.325092, 25.740135], [111.327741, 25.734111], [111.342441, 25.732096], [111.353724, 25.734158], [111.361695, 25.740225], [111.370143, 25.738679], [111.370856, 25.745698], [111.373831, 25.745341], [111.380374, 25.74082], [111.381802, 25.740939], [111.383705, 25.744865], [111.394169, 25.745324], [111.399326, 25.748436], [111.397449, 25.760788], [111.39965, 25.763093], [111.401432, 25.762116], [111.404764, 25.763425], [111.407296, 25.771032], [111.418457, 25.770869], [111.434748, 25.772928], [111.438358, 25.774699], [111.435935, 25.78139], [111.438909, 25.786744], [111.43534, 25.787695], [111.431718, 25.80333], [111.432231, 25.808464], [111.434775, 25.81076], [111.430819, 25.81732], [111.433153, 25.821135], [111.43042, 25.822657], [111.425398, 25.8203], [111.421491, 25.822033], [111.419657, 25.831817], [111.422924, 25.839451], [111.43002, 25.845929], [111.43296, 25.844684], [111.436003, 25.848372], [111.442704, 25.850871], [111.449924, 25.851109], [111.452956, 25.849101], [111.455918, 25.852671], [111.456724, 25.858133], [111.460163, 25.860437], [111.465033, 25.860472], [111.468652, 25.858009], [111.476742, 25.86134], [111.481259, 25.861176], [111.488125, 25.871213], [111.486365, 25.873858], [111.480906, 25.874427], [111.469961, 25.880474], [111.467453, 25.880474], [111.457625, 25.874573], [111.453314, 25.877124], [111.451163, 25.88454], [111.456329, 25.887964], [111.450012, 25.890817], [111.443127, 25.885783], [111.438289, 25.886204], [111.43282, 25.889644], [111.420721, 25.890782], [111.415907, 25.882428], [111.410285, 25.879977], [111.398901, 25.889672], [111.394151, 25.886939], [111.389986, 25.888872], [111.384038, 25.88798], [111.381875, 25.885142], [111.379428, 25.885006], [111.377792, 25.885452], [111.377643, 25.887385], [111.379406, 25.890496], [111.373925, 25.892739], [111.372884, 25.894672], [111.374452, 25.903869], [111.369917, 25.910078], [111.362023, 25.904721], [111.360235, 25.901203], [111.361808, 25.899125], [111.360965, 25.897573], [111.352807, 25.898093], [111.351023, 25.903], [111.349387, 25.898836], [111.344479, 25.8972], [111.339633, 25.909433], [111.335778, 25.911033], [111.334104, 25.908949], [111.327377, 25.906421], [111.325146, 25.911031], [111.319495, 25.903744], [111.320092, 25.89922], [111.318603, 25.896011], [111.302804, 25.89241], [111.299463, 25.886698], [111.294957, 25.884857], [111.295772, 25.881147], [111.285075, 25.866175], [111.288692, 25.863705], [111.287639, 25.858915], [111.281602, 25.858591], [111.278454, 25.862526], [111.266223, 25.865805], [111.263726, 25.870134], [111.253143, 25.86648], [111.244809, 25.870268], [111.242375, 25.873619], [111.24366, 25.876055], [111.242906, 25.883667], [111.237106, 25.889021], [111.237188, 25.895938], [111.226405, 25.899781], [111.219824, 25.908057], [111.219898, 25.912569], [111.226696, 25.913113], [111.230414, 25.916831], [111.226101, 25.920103], [111.220531, 25.921116], [111.219409, 25.925903], [111.211378, 25.930215], [111.216583, 25.934677], [111.216435, 25.93899], [111.201973, 25.948332], [111.203422, 25.952426], [111.197995, 25.957548], [111.19061, 25.959294], [111.190932, 25.973344], [111.198142, 25.978621], [111.201655, 25.984643], [111.200819, 25.991635], [111.208255, 26.00502], [111.20543, 26.010076], [111.209891, 26.015579], [111.209296, 26.022271], [111.214893, 26.026342], [111.221221, 26.035398], [111.22045, 26.041753], [111.227886, 26.045768], [111.226853, 26.051108], [111.230919, 26.053569], [111.248263, 26.057762], [111.253323, 26.056689], [111.253153, 26.051333], [111.254967, 26.049319], [111.259497, 26.048992], [111.258751, 26.058014], [111.261362, 26.05819], [111.261667, 26.059836], [111.260198, 26.064173], [111.248858, 26.070397], [111.245434, 26.0743], [111.247814, 26.079824], [111.242707, 26.080332], [111.248954, 26.093873], [111.261793, 26.100347], [111.262537, 26.101983], [111.260008, 26.104362], [111.254655, 26.100347], [111.251302, 26.099557], [111.250574, 26.101123], [111.251004, 26.104981], [111.253197, 26.107644], [111.251832, 26.111555], [111.253919, 26.113327], [111.255792, 26.112165], [111.26631, 26.121853], [111.2634, 26.122557], [111.260549, 26.126152], [111.264306, 26.132611], [111.253391, 26.142756], [111.250957, 26.146921], [111.256429, 26.163435], [111.269373, 26.17307], [111.267247, 26.180321], [111.269575, 26.182068], [111.269499, 26.187711], [111.268575, 26.189489], [111.263651, 26.191241], [111.265621, 26.20816], [111.267824, 26.211884], [111.264273, 26.218541], [111.268883, 26.21988], [111.275484, 26.218894], [111.28146, 26.222461], [111.287175, 26.222557], [111.283969, 26.226114], [111.282348, 26.232726], [111.282235, 26.236848], [111.287347, 26.240703], [111.285294, 26.257206], [111.283498, 26.261389], [111.285093, 26.265982], [111.281322, 26.265772], [111.277141, 26.272246], [111.273702, 26.274654], [111.271775, 26.275043], [111.269627, 26.272377], [111.266206, 26.273269], [111.262786, 26.280259], [111.260853, 26.279812], [111.2602, 26.277143], [111.254309, 26.279961], [111.252524, 26.27431], [111.247319, 26.27312], [111.245832, 26.271633], [111.246129, 26.268762], [111.242351, 26.267348], [111.227365, 26.265898], [111.226648, 26.263305], [111.224863, 26.263156], [111.224453, 26.269935], [111.21659, 26.272771], [111.212742, 26.265579], [111.208911, 26.266357], [111.207533, 26.267561], [111.207463, 26.272377], [111.19833, 26.279335], [111.195943, 26.283112], [111.201369, 26.287338], [111.201553, 26.292491], [111.19854, 26.29513], [111.201662, 26.298037], [111.200448, 26.309185], [111.191109, 26.308257], [111.185691, 26.305384], [111.171422, 26.311691], [111.166117, 26.316969], [111.159873, 26.31081], [111.137848, 26.308647], [111.125496, 26.311159], [111.122398, 26.314315], [111.118829, 26.309853], [111.115408, 26.309407], [111.111393, 26.312679], [111.09932, 26.30603], [111.094159, 26.306762], [111.083795, 26.311647], [111.072342, 26.320969], [111.067968, 26.318776], [111.064547, 26.326807], [111.060234, 26.323981], [111.058152, 26.325766], [111.058207, 26.328408], [111.051647, 26.327759], [111.048188, 26.322048], [111.035845, 26.32413], [111.034358, 26.326509], [111.037761, 26.331291], [111.036778, 26.338774], [111.027814, 26.336919], [111.023514, 26.340527], [111.010144, 26.341089], [111.006487, 26.339853], [110.998273, 26.342829], [110.9964, 26.347046], [111.002481, 26.361547], [110.984615, 26.366443], [110.978018, 26.373676], [110.97916, 26.380148], [110.969053, 26.388486], [110.950416, 26.383901], [110.940098, 26.37666], [110.943035, 26.371435], [110.944767, 26.361045], [110.939756, 26.355973], [110.942067, 26.353676], [110.941518, 26.335044], [110.93746, 26.327969], [110.923926, 26.323913], [110.921493, 26.321869], [110.930974, 26.310253], [110.932389, 26.302421], [110.930238, 26.297343], [110.934371, 26.291266], [110.925195, 26.261532], [110.922282, 26.256611], [110.916474, 26.258207], [110.92002, 26.264724], [110.911581, 26.278211], [110.893835, 26.278695], [110.891374, 26.280729], [110.888083, 26.277979], [110.867133, 26.273092], [110.856502, 26.274637], [110.839027, 26.260981], [110.832283, 26.257572], [110.82467, 26.258168], [110.812792, 26.263036], [110.808304, 26.260828], [110.803178, 26.261432], [110.798504, 26.264145], [110.796092, 26.267462], [110.796343, 26.269845], [110.793422, 26.271113], [110.785237, 26.264145], [110.780111, 26.267914], [110.776191, 26.257813], [110.77408, 26.256758], [110.772121, 26.257512], [110.77297, 26.264519], [110.771568, 26.264879], [110.764449, 26.258204], [110.763457, 26.254507], [110.756592, 26.250124], [110.754934, 26.251029], [110.754632, 26.260678], [110.7483, 26.260979], [110.743325, 26.266557], [110.737897, 26.267764], [110.73443, 26.274849], [110.737785, 26.283516], [110.741113, 26.286322], [110.745597, 26.294332], [110.748201, 26.305565], [110.751315, 26.306811], [110.750712, 26.308922], [110.74227, 26.313294], [110.744163, 26.317603], [110.743359, 26.319617], [110.735511, 26.322683], [110.730812, 26.313897], [110.72056, 26.310882], [110.726237, 26.303455], [110.724363, 26.300194], [110.720961, 26.298294], [110.708711, 26.298509], [110.702397, 26.302346], [110.702719, 26.30754], [110.679498, 26.320352], [110.663683, 26.322502], [110.660813, 26.320674], [110.660084, 26.317259], [110.6436, 26.31137], [110.638427, 26.311492], [110.635966, 26.315576], [110.616985, 26.325267], [110.619355, 26.335227], [110.617954, 26.340024], [110.615325, 26.340143], [110.609558, 26.336712], [110.592863, 26.317471], [110.583002, 26.302005], [110.564313, 26.292466], [110.551205, 26.290514], [110.545726, 26.283187], [110.543205, 26.279495], [110.542632, 26.266609], [110.544738, 26.262235], [110.549044, 26.259621], [110.548301, 26.254565], [110.551941, 26.251676], [110.551834, 26.247271], [110.547369, 26.234502], [110.541906, 26.230621], [110.539022, 26.222596], [110.532562, 26.219999], [110.528255, 26.214477], [110.52646, 26.2052], [110.518706, 26.200432], [110.513501, 26.190765], [110.50666, 26.187196], [110.499289, 26.179585], [110.497316, 26.172179], [110.491861, 26.169316], [110.483843, 26.17596], [110.485313, 26.182081], [110.475774, 26.186367], [110.474533, 26.185723], [110.431959, 26.155503], [110.421975, 26.146452], [110.419907, 26.138334], [110.409415, 26.127032], [110.399629, 26.119614], [110.395104, 26.119635], [110.387494, 26.115464], [110.37921, 26.104213], [110.374794, 26.103185], [110.372668, 26.101018], [110.372683, 26.084601], [110.371102, 26.076235], [110.360794, 26.077318], [110.352333, 26.067323], [110.352071, 26.061959], [110.355653, 26.053845], [110.356327, 26.047168], [110.351941, 26.039274], [110.347831, 26.036101], [110.348426, 26.030449], [110.345704, 26.026081], [110.34337, 26.025095], [110.342626, 26.017362], [110.327091, 25.986941], [110.317791, 25.985388], [110.319807, 25.97788], [110.318615, 25.976398], [110.302458, 25.970314], [110.294888, 25.973045], [110.291871, 25.96847], [110.274597, 25.970597], [110.266818, 25.969113], [110.261998, 25.964665], [110.245259, 25.974035], [110.245596, 25.985038], [110.248553, 25.990251], [110.25328, 25.990305], [110.255895, 25.994943], [110.247421, 25.998749], [110.247603, 26.004808], [110.243201, 26.002666], [110.240231, 26.005157], [110.243558, 26.006593], [110.24332, 26.011827], [110.246057, 26.015634], [110.23749, 26.016467], [110.243861, 26.019425], [110.241779, 26.022335], [110.236952, 26.023958], [110.23297, 26.027532], [110.236182, 26.035265], [110.235825, 26.038239], [110.232494, 26.038358], [110.229162, 26.034551], [110.226307, 26.034789], [110.225053, 26.040646], [110.207571, 26.048181], [110.202988, 26.060963], [110.190853, 26.06596], [110.188579, 26.071565], [110.185192, 26.070456], [110.181191, 26.064997], [110.17967, 26.059536], [110.175743, 26.05906], [110.174197, 26.056085], [110.168491, 26.051943], [110.16426, 26.045003], [110.165393, 26.039548], [110.16234, 26.03573], [110.159743, 26.025225], [110.153804, 26.020773], [110.143463, 26.020856], [110.139273, 26.02234], [110.131839, 26.029441], [110.13159, 26.032079], [110.119478, 26.04047], [110.114751, 26.039348], [110.103818, 26.024157], [110.101099, 26.022689], [110.094916, 26.027624], [110.089999, 26.041225], [110.085957, 26.039925], [110.08053, 26.041282], [110.080681, 26.045352], [110.064381, 26.044839], [110.058066, 26.041433], [110.069943, 26.061147], [110.070264, 26.069262], [110.068132, 26.080838], [110.076273, 26.102219], [110.088859, 26.121859], [110.091302, 26.130406], [110.096574, 26.136687], [110.087115, 26.154041], [110.088862, 26.163646], [110.093138, 26.172702], [110.077917, 26.176038], [110.071456, 26.169952], [110.065739, 26.168894], [110.059498, 26.1698], [110.055048, 26.17315], [110.047573, 26.175761], [110.043749, 26.173756], [110.04118, 26.166467], [110.023973, 26.167952], [110.022339, 26.168766], [110.021805, 26.173655], [110.012075, 26.187824], [109.999922, 26.189277], [109.990596, 26.184812], [109.980636, 26.185932], [109.978771, 26.18739], [109.977728, 26.193785], [109.973026, 26.19993], [109.968924, 26.20307], [109.964695, 26.204004], [109.945764, 26.181793], [109.931653, 26.168778], [109.908339, 26.155803], [109.90705, 26.148127], [109.904185, 26.142186], [109.903614, 26.131145], [109.904946, 26.125815], [109.898224, 26.113949], [109.899236, 26.107732], [109.892002, 26.100688], [109.889527, 26.09612], [109.890479, 26.087934], [109.887073, 26.083301], [109.884612, 26.056487], [109.879125, 26.04764], [109.86755, 26.034637], [109.861764, 26.031011], [109.840755, 26.033209], [109.821283, 26.038679], [109.811738, 26.048262], [109.80811, 26.048036], [109.796747, 26.034911], [109.790232, 26.018935], [109.78577, 26.017475], [109.781053, 25.996464], [109.781999, 25.989784], [109.798727, 25.985903], [109.801963, 25.980954], [109.810339, 25.97905], [109.806722, 25.972769], [109.809958, 25.964202], [109.80592, 25.960268], [109.806341, 25.953733], [109.814717, 25.936791], [109.813982, 25.932085], [109.823415, 25.923197], [109.826505, 25.912661], [109.826073, 25.910994], [109.815706, 25.904174], [109.810997, 25.891497], [109.81195, 25.884716], [109.807341, 25.883522], [109.803486, 25.884824], [109.80006, 25.880445], [109.78407, 25.878732], [109.779882, 25.874544], [109.779501, 25.871308], [109.776836, 25.869785], [109.766095, 25.878122], [109.760481, 25.88007], [109.761976, 25.882505], [109.762362, 25.893576], [109.742314, 25.893227], [109.716308, 25.887441], [109.712268, 25.888206], [109.709365, 25.891284], [109.706359, 25.891265], [109.692237, 25.88229], [109.689038, 25.881832], [109.680474, 25.885354], [109.675108, 25.893784], [109.67457, 25.897832], [109.676569, 25.903645], [109.682933, 25.906325], [109.687319, 25.905768], [109.689238, 25.911371], [109.679819, 25.919033], [109.674506, 25.925689], [109.678166, 25.937264], [109.687749, 25.943073], [109.689653, 25.94669], [109.686988, 25.96306], [109.691366, 25.96306], [109.694017, 25.959179], [109.703635, 25.955439], [109.705332, 25.956687], [109.706404, 25.964012], [109.711571, 25.967531], [109.714759, 25.975859], [109.726099, 25.994568], [109.719428, 26.006496], [109.71169, 26.008463], [109.707164, 26.011619], [109.706632, 26.014952], [109.703177, 26.017297], [109.695996, 26.010422], [109.699848, 26.003081], [109.699566, 26.000744], [109.694282, 26.000154], [109.680861, 26.015657], [109.679619, 26.021823], [109.674461, 26.021888], [109.660477, 26.015673], [109.649976, 26.017481], [109.645453, 26.024388], [109.649722, 26.048421], [109.645601, 26.051299], [109.628559, 26.055438], [109.621046, 26.052971], [109.611647, 26.046623], [109.610803, 26.040654], [109.597404, 26.027825], [109.579907, 26.023641], [109.57897, 26.018821], [109.573552, 26.013584], [109.567965, 26.017851], [109.566957, 26.021438], [109.560501, 26.026071], [109.553894, 26.028051], [109.54315, 26.025631], [109.541543, 26.013944], [109.542842, 26.005112], [109.532776, 25.998104], [109.515152, 26.002712], [109.507732, 26.007035], [109.506437, 26.01527], [109.495197, 26.022266], [109.492619, 26.025607], [109.490362, 26.034275], [109.478702, 26.033865], [109.476644, 26.035355], [109.47283, 26.04051], [109.475859, 26.049002], [109.474887, 26.050334], [109.458557, 26.0523], [109.447526, 26.057852], [109.446529, 26.068984], [109.443001, 26.075193], [109.446339, 26.10401], [109.449558, 26.103905], [109.450067, 26.101686], [109.45861, 26.095086], [109.461085, 26.098893], [109.469958, 26.103117], [109.49316, 26.102319], [109.499918, 26.099845], [109.501155, 26.10289], [109.500299, 26.108696], [109.506953, 26.117538], [109.509671, 26.132403], [109.499061, 26.138677], [109.491352, 26.155429], [109.488306, 26.148005], [109.485356, 26.148291], [109.481929, 26.151431], [109.474653, 26.148627], [109.469901, 26.15291], [109.464524, 26.163689], [109.464374, 26.168044], [109.468034, 26.173344], [109.46737, 26.175679], [109.457767, 26.189136], [109.454334, 26.197483], [109.457551, 26.200448], [109.464775, 26.198839], [109.469874, 26.204704], [109.461688, 26.214313], [109.459895, 26.211879], [109.452542, 26.210651], [109.450078, 26.212097], [109.447799, 26.218163], [109.449161, 26.228988], [109.445699, 26.236221], [109.43186, 26.247538], [109.438617, 26.254763], [109.439616, 26.257885], [109.44346, 26.258621], [109.45368, 26.273057], [109.45232, 26.281124], [109.457036, 26.289486], [109.462625, 26.296532], [109.471952, 26.302171], [109.469262, 26.310119], [109.463686, 26.316398], [109.460752, 26.31762], [109.456431, 26.316758], [109.43876, 26.30557], [109.442186, 26.299145], [109.437893, 26.295804], [109.43775, 26.293234], [109.431183, 26.291949], [109.427756, 26.288523], [109.414346, 26.291864], [109.376941, 26.286867], [109.349956, 26.270869], [109.335601, 26.266654], [109.330967, 26.279191], [109.318549, 26.284726], [109.318121, 26.28701], [109.321856, 26.292048], [109.320902, 26.293356], [109.316985, 26.294716], [109.301835, 26.293234], [109.298945, 26.296951], [109.291359, 26.301318], [109.28876, 26.300896], [109.285901, 26.296907], [109.283982, 26.296683], [109.275529, 26.301359], [109.27661, 26.31139], [109.275088, 26.319131], [109.268152, 26.325129], [109.27257, 26.32742], [109.268232, 26.335899], [109.272269, 26.342812], [109.282911, 26.350855], [109.292851, 26.346401], [109.296563, 26.349399], [109.29385, 26.36596], [109.295278, 26.372956], [109.29009, 26.377741], [109.297647, 26.391982], [109.302026, 26.393315], [109.308937, 26.391759], [109.312482, 26.412688], [109.32404, 26.42829], [109.324986, 26.435285], [109.335914, 26.438269], [109.343453, 26.448172], [109.354899, 26.451062], [109.374703, 26.461309], [109.379928, 26.466163], [109.379702, 26.467828], [109.373942, 26.471095], [109.363958, 26.470671], [109.358345, 26.476703], [109.358173, 26.479269], [109.370855, 26.492095], [109.379057, 26.496061], [109.385275, 26.501292], [109.386649, 26.504302], [109.38408, 26.510441], [109.37666, 26.514208], [109.373896, 26.521632], [109.376155, 26.524516], [109.391789, 26.534426], [109.400471, 26.5357], [109.404845, 26.538772], [109.407042, 26.543493], [109.402211, 26.548846], [109.401713, 26.555371], [109.393237, 26.559767], [109.394096, 26.573618], [109.391058, 26.576065], [109.387176, 26.57357], [109.382974, 26.574859], [109.383238, 26.589253], [109.387224, 26.604515], [109.380082, 26.609379], [109.376941, 26.619087], [109.371802, 26.624227], [109.373819, 26.63294], [109.370801, 26.635229], [109.363664, 26.635791], [109.357239, 26.642073], [109.354669, 26.649354], [109.356383, 26.661347], [109.354241, 26.662203], [109.350101, 26.660633], [109.334544, 26.650869], [109.329549, 26.651528], [109.328099, 26.655786], [109.323829, 26.658491], [109.312981, 26.658491], [109.304701, 26.665059], [109.299259, 26.665084], [109.297849, 26.666967], [109.296982, 26.678131], [109.293967, 26.684434], [109.289253, 26.687889], [109.284793, 26.695015], [109.283331, 26.703438], [109.289223, 26.705271], [109.296706, 26.702892], [109.306745, 26.715958], [109.316061, 26.710605], [109.323705, 26.707695], [109.328543, 26.708603], [109.337394, 26.703749], [109.349387, 26.70846], [109.354384, 26.708888], [109.359238, 26.707889], [109.36295, 26.702892], [109.370517, 26.711458], [109.380853, 26.714407], [109.388029, 26.718378], [109.387469, 26.722905], [109.37811, 26.726435], [109.377989, 26.73252], [109.394811, 26.73303], [109.403033, 26.724406], [109.406321, 26.72383], [109.414662, 26.727347], [109.415744, 26.7302], [109.41456, 26.736738], [109.41078, 26.739654], [109.406231, 26.739111], [109.405921, 26.743782], [109.423372, 26.751188], [109.43362, 26.750862], [109.435048, 26.752004], [109.437903, 26.765567], [109.456596, 26.764251], [109.46081, 26.770776], [109.46533, 26.77226], [109.474694, 26.770718], [109.47847, 26.764319], [109.485569, 26.763578], [109.489252, 26.769875], [109.491714, 26.771166], [109.505685, 26.770663], [109.500458, 26.760691], [109.500408, 26.75382], [109.50175, 26.751604], [109.504876, 26.750596], [109.518156, 26.752598], [109.518138, 26.759059], [109.512285, 26.760998], [109.514582, 26.77862], [109.520963, 26.786125], [109.510594, 26.793199], [109.51104, 26.802865], [109.50985, 26.804353], [109.501522, 26.805988], [109.500927, 26.812681], [109.495127, 26.812532], [109.492153, 26.816101], [109.496763, 26.826214], [109.496912, 26.827998], [109.493789, 26.830229], [109.493789, 26.833947], [109.496614, 26.836773], [109.502612, 26.839072], [109.509506, 26.845688], [109.513268, 26.85431], [109.513398, 26.857964], [109.511344, 26.861019], [109.507008, 26.862727], [109.506936, 26.865707], [109.507382, 26.872806], [109.514132, 26.878063], [109.513966, 26.879806], [109.508976, 26.884326], [109.500655, 26.886892], [109.496755, 26.887137], [109.492006, 26.883671], [109.4834, 26.892439], [109.486004, 26.896967], [109.484309, 26.899179], [109.474464, 26.90203], [109.468969, 26.898715], [109.467096, 26.894484], [109.467659, 26.889872], [109.458561, 26.881446], [109.452551, 26.878172], [109.45337, 26.872374], [109.451804, 26.869197], [109.444324, 26.863503], [109.436081, 26.863895], [109.431685, 26.865791], [109.437723, 26.871275], [109.438318, 26.874249], [109.437723, 26.877967], [109.433292, 26.882977], [109.435056, 26.892735], [109.440832, 26.894542], [109.467317, 26.91351], [109.486132, 26.91703], [109.487989, 26.923474], [109.503508, 26.933019], [109.510466, 26.935058], [109.514994, 26.932113], [109.516578, 26.928866], [109.531825, 26.928058], [109.532543, 26.933396], [109.530751, 26.938707], [109.536988, 26.945449], [109.544218, 26.947101], [109.551794, 26.946133], [109.553608, 26.947747], [109.556069, 26.954305], [109.555537, 26.957379], [109.548023, 26.964464], [109.542663, 26.97764], [109.545245, 26.982812], [109.545393, 26.987868], [109.541824, 26.987868], [109.531414, 26.979094], [109.523055, 26.981154], [109.524092, 26.991781], [109.526436, 26.996133], [109.533435, 26.99574], [109.537713, 26.998454], [109.538334, 27.001755], [109.535429, 27.006755], [109.537565, 27.014293], [109.536939, 27.017153], [109.519976, 27.029913], [109.521599, 27.040365], [109.514332, 27.04619], [109.512634, 27.051332], [109.516096, 27.061186], [109.508066, 27.066688], [109.506132, 27.070703], [109.506876, 27.072042], [109.512824, 27.072191], [109.519505, 27.069585], [109.521097, 27.072278], [109.515043, 27.075839], [109.498548, 27.077098], [109.494677, 27.082839], [109.48666, 27.082325], [109.481523, 27.072841], [109.482927, 27.06952], [109.486274, 27.0689], [109.491835, 27.064041], [109.486679, 27.062502], [109.485248, 27.058183], [109.48317, 27.057346], [109.463086, 27.067739], [109.451289, 27.069089], [109.451181, 27.072895], [109.463599, 27.074649], [109.47437, 27.072787], [109.477871, 27.074539], [109.476619, 27.084278], [109.462792, 27.084826], [109.460285, 27.083404], [109.454019, 27.085599], [109.45323, 27.088181], [109.462112, 27.094498], [109.462558, 27.096729], [109.461666, 27.097919], [109.454974, 27.097175], [109.455866, 27.10699], [109.453487, 27.112641], [109.465533, 27.118888], [109.465533, 27.128852], [109.470171, 27.13432], [109.465473, 27.138011], [109.460868, 27.138761], [109.454018, 27.131969], [109.448282, 27.133462], [109.445191, 27.129672], [109.436105, 27.127451], [109.426596, 27.127805], [109.41851, 27.140888], [109.412738, 27.145359], [109.412178, 27.156903], [109.394877, 27.156652], [109.396972, 27.162282], [109.394052, 27.163397], [109.389091, 27.158972], [109.389214, 27.147918], [109.381302, 27.147202], [109.379776, 27.150266], [109.381042, 27.153369], [109.374343, 27.158848], [109.372353, 27.157436], [109.371462, 27.15298], [109.367897, 27.149895], [109.353457, 27.156458], [109.339421, 27.152944], [109.330044, 27.153474], [109.330159, 27.144455], [109.331712, 27.142177], [109.330143, 27.140707], [109.3158, 27.139052], [109.301195, 27.142003], [109.29094, 27.135395], [109.275599, 27.134676], [109.266904, 27.130822], [109.259636, 27.130073], [109.250308, 27.142719], [109.253225, 27.152638], [109.246419, 27.155245], [109.237937, 27.152535], [109.233073, 27.140754], [109.224607, 27.135369], [109.21869, 27.125747], [109.20938, 27.116944], [109.207423, 27.107712], [109.200666, 27.097985], [109.191796, 27.089916], [109.18343, 27.084919], [109.175648, 27.086217], [109.173493, 27.090198], [109.170167, 27.089427], [109.159423, 27.068069], [109.152147, 27.071471], [109.149568, 27.075167], [109.127367, 27.074679], [109.126695, 27.073123], [109.129092, 27.070071], [109.124738, 27.06885], [109.096419, 27.072785], [109.104747, 27.090929], [109.104234, 27.09565], [109.111743, 27.1052], [109.128576, 27.116824], [109.129934, 27.123554], [109.126765, 27.126994], [109.121727, 27.127952], [109.115306, 27.124241], [109.105218, 27.126407], [109.09047, 27.120077], [109.085125, 27.121813], [109.077983, 27.11986], [109.06727, 27.113385], [109.059835, 27.105949], [109.057604, 27.111154], [109.056007, 27.111257], [109.048195, 27.100935], [109.04268, 27.099646], [109.032253, 27.10074], [109.025481, 27.108031], [109.021763, 27.107883], [109.010609, 27.093223], [109.012097, 27.088103], [109.006509, 27.085123], [109.001635, 27.078833], [108.990796, 27.078491], [108.982457, 27.074744], [108.962529, 27.054346], [108.957079, 27.052617], [108.94962, 27.054082], [108.938536, 27.05219], [108.936351, 27.05049], [108.939283, 27.041046], [108.948049, 27.040198], [108.94681, 27.033227], [108.948951, 27.022802], [108.942797, 27.019551], [108.91881, 27.012306], [108.916203, 27.015012], [108.917722, 27.020058], [108.91765, 27.029666], [108.916575, 27.033242], [108.914115, 27.033032], [108.909756, 27.029223], [108.913309, 27.025859], [108.914193, 27.022059], [108.910587, 27.021478], [108.906508, 27.023114], [108.897357, 27.022115], [108.882531, 27.005886], [108.871639, 27.001002], [108.866353, 27.004992], [108.867388, 27.007755], [108.873083, 27.011842], [108.874138, 27.016356], [108.869626, 27.032781], [108.868437, 27.034119], [108.865611, 27.033376], [108.862785, 27.02713], [108.859514, 27.027873], [108.851334, 27.034417], [108.850739, 27.038878], [108.845607, 27.041225], [108.842757, 27.044997], [108.840256, 27.053618], [108.84323, 27.055282], [108.840112, 27.063536], [108.836523, 27.065511], [108.83066, 27.061951], [108.82357, 27.063281], [108.822781, 27.068027], [108.816209, 27.068959], [108.800181, 27.082574], [108.786205, 27.087251], [108.80581, 27.101094], [108.809932, 27.099291], [108.815658, 27.093805], [108.82166, 27.092674], [108.840931, 27.10157], [108.852078, 27.101042], [108.851403, 27.110153], [108.8589, 27.119256], [108.869303, 27.118115], [108.876186, 27.109507], [108.881644, 27.112577], [108.884218, 27.119888], [108.88377, 27.125978], [108.901143, 27.138348], [108.910065, 27.156063], [108.909337, 27.162317], [108.912014, 27.162912], [108.917004, 27.160918], [108.923043, 27.164815], [108.923677, 27.183503], [108.918146, 27.192386], [108.918351, 27.203006], [108.903428, 27.207205], [108.902178, 27.21344], [108.910379, 27.215557], [108.914145, 27.219463], [108.921764, 27.223272], [108.938685, 27.226507], [108.945165, 27.23204], [108.948179, 27.238401], [108.961976, 27.239809], [108.964799, 27.244069], [108.96348, 27.248204], [108.982506, 27.260618], [108.979543, 27.271825], [108.982611, 27.273507], [108.985353, 27.274106], [108.990567, 27.272126], [108.995133, 27.267069], [109.019389, 27.285692], [109.02988, 27.280666], [109.038828, 27.279926], [109.042412, 27.293551], [109.053295, 27.299433], [109.048674, 27.315731], [109.044364, 27.319065], [109.044589, 27.329887], [109.041663, 27.337833], [109.048066, 27.339637], [109.054981, 27.330387], [109.066908, 27.326228], [109.06952, 27.334929], [109.07376, 27.337833], [109.0773, 27.337512], [109.078864, 27.335087], [109.083064, 27.33414], [109.090406, 27.33887], [109.100052, 27.339866], [109.095779, 27.352688], [109.100651, 27.359491], [109.105833, 27.355688], [109.110949, 27.355042], [109.114882, 27.367457], [109.110163, 27.368601], [109.109802, 27.37492], [109.113762, 27.38369], [109.120073, 27.391154], [109.114916, 27.396515], [109.111839, 27.403853], [109.122371, 27.40661], [109.125498, 27.413568], [109.134081, 27.417686], [109.139073, 27.425169], [109.137328, 27.429157], [109.130904, 27.433536], [109.123105, 27.425672], [109.119556, 27.418351], [109.116391, 27.41578], [109.111489, 27.415227], [109.104973, 27.417093], [109.10399, 27.42264], [109.105691, 27.425952], [109.109683, 27.428401], [109.114385, 27.421958], [109.11804, 27.42093], [109.118664, 27.431317], [109.126321, 27.436761], [109.136665, 27.451268], [109.143556, 27.45258], [109.147958, 27.449816], [109.151812, 27.446598], [109.15647, 27.438265], [109.157002, 27.431332], [109.155169, 27.427737], [109.150917, 27.42452], [109.148923, 27.419346], [109.1522, 27.415653], [109.159644, 27.419099], [109.173901, 27.434347], [109.190397, 27.438622], [109.191824, 27.444094], [109.194204, 27.446117], [109.198249, 27.446117], [109.20396, 27.4504], [109.202305, 27.455424], [109.205506, 27.460215], [109.211217, 27.455992], [109.217404, 27.45504], [109.220021, 27.438503], [109.222519, 27.439811], [109.227159, 27.439217], [109.239295, 27.434933], [109.240972, 27.437408], [109.243608, 27.436952], [109.242304, 27.42456], [109.246389, 27.421779], [109.250612, 27.422121], [109.256742, 27.429374], [109.264277, 27.430659], [109.290512, 27.42445], [109.292648, 27.425559], [109.292316, 27.430576], [109.297817, 27.444679], [109.307155, 27.449384], [109.307726, 27.451097], [109.298874, 27.465088], [109.298731, 27.474368], [109.292307, 27.480079], [109.292307, 27.484504], [109.296161, 27.484933], [109.300867, 27.482203], [109.305968, 27.483184], [109.312825, 27.488165], [109.318289, 27.495753], [109.332933, 27.498481], [109.336985, 27.50295], [109.341704, 27.513915], [109.356648, 27.521869], [109.370309, 27.537218], [109.374208, 27.538733], [109.380426, 27.537987], [109.388007, 27.544087], [109.388903, 27.545288], [109.385691, 27.548857], [109.387904, 27.551427], [109.39768, 27.552368], [109.41167, 27.559558], [109.417456, 27.555243], [109.419215, 27.55141], [109.422053, 27.550932], [109.431111, 27.55453], [109.430579, 27.559802], [109.4381, 27.566248], [109.452898, 27.563325], [109.458275, 27.569996], [109.452172, 27.576504], [109.44781, 27.590326], [109.454492, 27.60381], [109.460156, 27.606652], [109.462563, 27.610226], [109.466045, 27.623774], [109.465007, 27.630336], [109.470198, 27.637069], [109.471058, 27.641278], [109.470211, 27.644405], [109.462603, 27.647796], [109.458221, 27.654001], [109.459868, 27.659747], [109.454409, 27.662376], [109.454191, 27.666406], [109.456955, 27.676618], [109.468291, 27.680448], [109.469576, 27.684303], [109.463117, 27.686305], [109.451555, 27.696507], [109.426174, 27.704147], [109.422748, 27.706717], [109.419322, 27.714141], [109.412469, 27.717425], [109.413454, 27.724324], [109.407152, 27.728555], [109.398179, 27.727453], [109.392607, 27.723066], [109.387182, 27.724113], [109.376432, 27.729535], [109.362705, 27.727604], [109.357994, 27.724962], [109.358065, 27.731101], [109.366147, 27.733931], [109.371358, 27.737694], [109.370029, 27.742681], [109.368144, 27.744459], [109.354424, 27.746877], [109.357974, 27.757281], [109.350157, 27.767324], [109.346512, 27.77602], [109.343773, 27.777315], [109.335632, 27.776137], [109.33172, 27.777104], [109.326511, 27.785105], [109.326716, 27.786918], [109.334096, 27.793628], [109.327831, 27.793525], [109.338989, 27.812372], [109.334565, 27.826835], [109.340377, 27.841578], [109.344141, 27.845349], [109.316244, 27.861932], [109.320993, 27.865795], [109.328542, 27.867198], [109.331741, 27.865969], [109.333892, 27.868393], [109.333477, 27.870964], [109.325611, 27.871241], [109.313113, 27.87906], [109.312695, 27.889768], [109.314299, 27.900444], [109.312809, 27.904271], [109.305926, 27.908489], [109.304593, 27.912011], [109.308244, 27.91609], [109.31077, 27.924033], [109.305736, 27.931903], [109.307966, 27.934852], [109.30706, 27.938349], [109.295894, 27.959285], [109.296829, 27.963629], [109.300783, 27.966323], [109.301245, 27.971031], [109.31093, 27.972164], [109.314377, 27.993351], [109.317358, 27.997372], [109.321739, 27.997133], [109.326067, 27.999114], [109.332061, 28.006191], [109.339154, 28.010429], [109.349237, 28.008795], [109.358627, 28.011747], [109.373797, 28.034606], [109.373856, 28.037564], [109.362246, 28.051181], [109.355446, 28.054006], [109.351733, 28.057501], [109.344648, 28.059232], [109.34397, 28.061909], [109.340591, 28.064795], [109.332219, 28.066944], [109.328522, 28.063744], [109.324443, 28.055742], [109.324106, 28.051692], [109.319355, 28.044223], [109.304314, 28.041842], [109.303876, 28.036565], [109.30165, 28.032704], [109.294014, 28.032136], [109.292434, 28.033823], [109.294195, 28.052082], [109.298041, 28.055111], [109.298693, 28.058642], [109.298918, 28.076888], [109.300539, 28.081605], [109.309718, 28.089312], [109.306877, 28.097881], [109.308978, 28.104975], [109.323604, 28.118613], [109.325073, 28.131403], [109.333632, 28.14083], [109.336395, 28.146188], [109.330763, 28.158618], [109.333651, 28.162834], [109.340247, 28.165687], [109.341918, 28.168418], [109.335492, 28.186676], [109.337156, 28.199827], [109.341108, 28.210648], [109.356503, 28.22468], [109.355509, 28.230256], [109.353586, 28.232303], [109.354047, 28.235391], [109.359731, 28.238349], [109.365296, 28.248996], [109.365633, 28.254111], [109.36291, 28.256095], [109.371714, 28.261696], [109.375109, 28.265661], [109.392811, 28.271238], [109.394077, 28.274675], [109.391241, 28.275649], [109.384198, 28.274436], [109.376949, 28.276148], [109.372064, 28.279469], [109.365917, 28.280226], [109.357327, 28.273735], [109.35197, 28.267249], [109.346742, 28.266664], [109.348726, 28.273811], [109.357008, 28.283948], [109.357564, 28.287709], [109.343051, 28.292589], [109.33881, 28.29677], [109.33549, 28.297114], [109.329921, 28.296679], [109.32571, 28.292373], [109.324846, 28.28899], [109.311469, 28.279712], [109.301391, 28.276757], [109.291248, 28.280594], [109.290816, 28.283843], [109.295236, 28.293535], [109.288819, 28.299858], [109.282378, 28.301297], [109.284149, 28.307121], [109.276344, 28.311188], [109.273364, 28.310562], [109.268094, 28.312466], [109.270535, 28.317751], [109.263384, 28.340283], [109.26849, 28.346304], [109.269011, 28.349754], [109.280373, 28.361833], [109.283344, 28.368417], [109.284277, 28.376576], [109.280418, 28.380301], [109.271092, 28.380522], [109.272964, 28.384516], [109.270926, 28.386939], [109.264002, 28.387797], [109.259962, 28.396604], [109.259938, 28.407504], [109.256704, 28.410899], [109.253717, 28.43252], [109.254028, 28.449599], [109.258279, 28.461973], [109.25604, 28.46748], [109.261564, 28.484825], [109.269554, 28.491046], [109.268609, 28.505366], [109.269651, 28.507185], [109.26717, 28.517038], [109.273825, 28.519921], [109.275717, 28.52318], [109.269662, 28.528795], [109.269155, 28.541381], [109.284044, 28.54892], [109.289679, 28.560318], [109.290115, 28.57056], [109.295387, 28.575135], [109.296219, 28.580001], [109.312513, 28.584603], [109.31554, 28.582886], [109.316366, 28.588694], [109.306667, 28.5953], [109.305851, 28.599814], [109.299443, 28.605239], [109.30132, 28.60949], [109.30458, 28.611405], [109.301945, 28.624045], [109.295149, 28.629764], [109.28915, 28.631773], [109.282234, 28.630143], [109.274135, 28.620254], [109.274094, 28.615921], [109.265363, 28.61496], [109.253629, 28.609659], [109.245967, 28.610092], [109.234936, 28.619782], [109.233411, 28.623043], [109.229769, 28.624516], [109.218111, 28.615237], [109.197371, 28.60257], [109.195593, 28.605768], [109.181826, 28.613321], [109.175803, 28.624427], [109.181203, 28.6279], [109.189521, 28.640583], [109.199668, 28.642284], [109.211452, 28.650165], [109.235537, 28.658564], [109.267589, 28.673764], [109.266318, 28.678701], [109.258709, 28.685333], [109.252433, 28.68587], [109.250407, 28.687705], [109.24847, 28.69386], [109.249727, 28.697152], [109.260359, 28.703649], [109.266701, 28.701926], [109.274596, 28.711564], [109.289522, 28.722481], [109.290285, 28.724712], [109.285021, 28.727287], [109.28367, 28.729613], [109.285489, 28.733156], [109.296014, 28.742458], [109.294745, 28.750125], [109.291784, 28.752153], [109.273483, 28.753566], [109.270227, 28.762859], [109.264417, 28.763276], [109.251336, 28.769419], [109.251694, 28.771734], [109.257349, 28.777011], [109.251868, 28.779152], [109.246373, 28.777985], [109.235478, 28.781575], [109.235051, 28.790229], [109.237384, 28.7975], [109.242389, 28.803585], [109.240446, 28.816561], [109.233792, 28.831817], [109.237814, 28.836788], [109.236832, 28.846804], [109.238853, 28.859036], [109.231481, 28.8671], [109.230515, 28.882945], [109.238339, 28.895432], [109.245568, 28.899066], [109.244316, 28.904949], [109.251575, 28.911361], [109.251001, 28.930047], [109.259077, 28.963204], [109.266216, 28.971791], [109.281358, 28.975556], [109.283291, 28.977372], [109.288283, 28.992098], [109.287864, 28.998257], [109.2862, 29.000933], [109.289072, 29.019531], [109.291764, 29.02189], [109.298438, 29.022764], [109.304584, 29.030558], [109.306251, 29.03743], [109.312998, 29.041358], [109.316413, 29.04819], [109.303463, 29.070477], [109.297322, 29.073817], [109.287506, 29.072154], [109.276299, 29.076845], [109.267692, 29.082795], [109.263743, 29.081134], [109.257511, 29.08362], [109.254559, 29.085374], [109.255038, 29.087734], [109.251469, 29.090528], [109.240188, 29.087503], [109.231563, 29.089152], [109.221518, 29.116947], [109.225128, 29.11861], [109.232983, 29.1171], [109.242151, 29.118366], [109.252265, 29.126808], [109.261061, 29.123558], [109.273757, 29.124278], [109.271466, 29.128761], [109.27329, 29.134865], [109.271053, 29.139677], [109.264433, 29.140787], [109.258411, 29.148432], [109.257148, 29.152302], [109.260134, 29.157251], [109.25759, 29.162786], [109.260048, 29.169974], [109.268459, 29.174284], [109.270389, 29.177717], [109.269469, 29.181439], [109.27357, 29.18877], [109.269437, 29.192798], [109.272234, 29.20049], [109.265474, 29.212028], [109.263376, 29.210746], [109.261911, 29.211818], [109.263227, 29.220375], [109.259844, 29.223445], [109.259335, 29.226161], [109.264421, 29.231678], [109.267881, 29.230528], [109.280031, 29.23682], [109.28076, 29.2396], [109.278937, 29.243307], [109.281782, 29.246107], [109.291114, 29.250009], [109.2994, 29.249167], [109.307298, 29.252818], [109.320071, 29.261869], [109.33789, 29.276701], [109.352412, 29.292976], [109.352838, 29.29725], [109.347972, 29.304428], [109.348277, 29.308596], [109.339807, 29.309667], [109.332249, 29.315702], [109.332865, 29.318871], [109.340024, 29.321731], [109.340093, 29.330364], [109.331182, 29.332996], [109.325453, 29.338766], [109.334102, 29.342389], [109.341734, 29.350706], [109.333229, 29.368473], [109.342355, 29.377671], [109.349725, 29.381503], [109.361205, 29.383486], [109.364244, 29.386563], [109.373418, 29.377783], [109.387064, 29.376208], [109.381428, 29.384863], [109.37727, 29.385793], [109.380403, 29.392644], [109.380262, 29.39671], [109.374753, 29.404879], [109.364033, 29.413404], [109.363579, 29.415406], [109.368354, 29.427598], [109.381591, 29.435043], [109.384406, 29.44044], [109.390442, 29.442082], [109.401228, 29.436777], [109.401492, 29.444063], [109.397511, 29.44783], [109.406545, 29.453131], [109.409164, 29.453152], [109.410968, 29.450897], [109.413583, 29.451857], [109.413139, 29.456162], [109.404474, 29.463357], [109.400184, 29.471394], [109.40737, 29.48265], [109.407926, 29.487787], [109.405143, 29.493339], [109.410716, 29.499866], [109.41864, 29.498339], [109.429734, 29.491776], [109.435331, 29.494222], [109.434787, 29.49885], [109.428678, 29.50398], [109.426483, 29.508506], [109.427424, 29.521634], [109.425256, 29.524444], [109.425458, 29.530737], [109.429905, 29.533887], [109.433915, 29.531838], [109.440917, 29.531837], [109.442577, 29.530176], [109.442456, 29.524766], [109.444504, 29.521775], [109.451407, 29.51935], [109.455546, 29.515307], [109.459714, 29.516201], [109.460465, 29.518795], [109.453881, 29.533433], [109.454287, 29.54528], [109.456762, 29.556318], [109.4626, 29.562729], [109.473476, 29.555848], [109.484165, 29.556053], [109.488116, 29.565422], [109.486589, 29.567694], [109.487875, 29.569403], [109.494417, 29.571038], [109.495432, 29.573285], [109.494317, 29.578742], [109.498001, 29.581223], [109.502247, 29.58878], [109.499179, 29.592437], [109.49761, 29.597835], [109.491001, 29.600472], [109.49166, 29.605691], [109.497381, 29.607252], [109.501577, 29.604493], [109.510258, 29.602798], [109.51286, 29.604081], [109.516586, 29.610145], [109.520536, 29.612279], [109.519535, 29.613998], [109.513968, 29.614939], [109.509609, 29.620696], [109.509043, 29.626145], [109.511523, 29.628905], [109.520029, 29.627036], [109.524282, 29.629185], [109.525926, 29.624732], [109.52842, 29.624104], [109.526304, 29.618447], [109.528011, 29.617403], [109.539994, 29.615828], [109.550597, 29.617932], [109.553391, 29.615359], [109.563721, 29.615287], [109.566247, 29.621204], [109.571544, 29.623879], [109.570545, 29.630756], [109.581002, 29.634459], [109.590593, 29.634642], [109.593871, 29.636104], [109.60002, 29.635121], [109.606307, 29.637186], [109.609939, 29.632788], [109.613447, 29.633616], [109.62944, 29.627517], [109.646729, 29.624422], [109.649221, 29.61802], [109.647171, 29.614064], [109.650699, 29.606366], [109.658593, 29.600294], [109.663104, 29.602259], [109.669283, 29.608597], [109.675257, 29.604936], [109.679634, 29.604377], [109.686172, 29.610636], [109.701168, 29.609519], [109.707928, 29.612689], [109.712315, 29.619124], [109.709281, 29.624046], [109.706357, 29.625137], [109.707354, 29.629676], [109.701757, 29.636894], [109.69577, 29.635902], [109.693755, 29.639266], [109.699373, 29.641032], [109.700255, 29.643588], [109.70584, 29.644367], [109.709028, 29.647586], [109.708094, 29.654034], [109.715435, 29.656785], [109.713949, 29.659754], [109.710374, 29.661118], [109.709332, 29.675445], [109.736139, 29.680919], [109.742529, 29.687178], [109.758703, 29.694266], [109.761052, 29.697317], [109.751692, 29.714148], [109.755354, 29.715738], [109.75951, 29.722774], [109.764583, 29.724635], [109.766801, 29.727435], [109.760324, 29.734052], [109.748663, 29.737057], [109.747653, 29.742381], [109.756919, 29.745841], [109.767911, 29.75246], [109.775228, 29.761888], [109.784295, 29.763119], [109.792878, 29.767878], [109.798609, 29.767884], [109.805113, 29.773844], [109.815026, 29.776234], [109.825424, 29.774364], [109.834004, 29.776463], [109.845917, 29.771516], [109.858862, 29.779497], [109.868014, 29.781548], [109.873312, 29.78063], [109.879092, 29.776631], [109.885665, 29.768934], [109.895821, 29.770398], [109.898251, 29.765818], [109.905565, 29.768604], [109.914188, 29.774842], [109.919343, 29.775958], [109.926394, 29.781463], [109.936191, 29.776875], [109.942417, 29.782136], [109.944299, 29.777697], [109.948579, 29.7768], [109.954668, 29.780628], [109.965105, 29.783442], [109.966617, 29.779274], [109.972101, 29.77575], [109.973849, 29.771678], [109.978935, 29.770852], [109.994314, 29.777074], [110.00598, 29.775869], [110.012141, 29.777347], [110.014836, 29.775623], [110.017517, 29.77604], [110.028777, 29.782513], [110.036564, 29.784073], [110.04075, 29.782368], [110.045856, 29.786626], [110.068878, 29.794435], [110.083201, 29.792889], [110.090903, 29.79412], [110.095371, 29.792498], [110.097381, 29.79369], [110.104078, 29.793198], [110.110021, 29.786006], [110.124666, 29.792507], [110.13157, 29.782616], [110.136805, 29.780191], [110.142706, 29.774861], [110.144783, 29.768277], [110.1618, 29.753038], [110.164262, 29.753188], [110.176956, 29.764056], [110.181219, 29.764799], [110.195191, 29.76288], [110.204417, 29.758925], [110.206435, 29.75292], [110.209323, 29.750722], [110.217363, 29.750402], [110.22034, 29.740608], [110.232979, 29.738465], [110.249277, 29.732256], [110.248662, 29.726665], [110.250491, 29.723524], [110.255939, 29.719257], [110.264806, 29.718734], [110.268922, 29.716895], [110.276028, 29.710201], [110.278538, 29.69913], [110.28647, 29.694373], [110.285102, 29.679813], [110.295641, 29.669557], [110.297682, 29.664619], [110.303418, 29.665366], [110.318331, 29.673517], [110.323585, 29.671586], [110.338157, 29.670388], [110.338558, 29.665839], [110.348909, 29.655406], [110.346784, 29.647848], [110.348777, 29.643887], [110.356752, 29.637861], [110.366302, 29.636047], [110.408117, 29.65581], [110.410597, 29.663726], [110.433412, 29.664222], [110.441935, 29.667444], [110.443417, 29.670387], [110.444061, 29.69376], [110.459955, 29.715707], [110.462846, 29.71553], [110.470029, 29.708298], [110.48032, 29.708309], [110.485347, 29.706507], [110.49553, 29.695506], [110.504811, 29.695104], [110.508398, 29.696391], [110.507409, 29.698842], [110.502577, 29.701404], [110.507022, 29.704105], [110.51645, 29.694976], [110.522472, 29.69658], [110.529915, 29.702882], [110.533917, 29.704143], [110.542015, 29.713978], [110.550828, 29.713256], [110.568304, 29.71988], [110.569594, 29.726904], [110.574465, 29.732827], [110.578908, 29.73141], [110.582274, 29.732392], [110.597285, 29.745639], [110.606356, 29.74698], [110.611271, 29.749382], [110.618083, 29.756923], [110.627118, 29.759688], [110.628534, 29.763283], [110.636027, 29.769658], [110.638083, 29.777428], [110.625718, 29.800758], [110.623911, 29.808035], [110.620551, 29.813468], [110.619302, 29.821164], [110.60819, 29.834492], [110.608042, 29.841796], [110.596611, 29.839013], [110.580528, 29.837988], [110.574206, 29.843459], [110.563776, 29.848797], [110.559663, 29.849738], [110.550771, 29.847559], [110.545288, 29.848853], [110.541348, 29.87188], [110.527207, 29.878635], [110.531838, 29.884262], [110.535498, 29.892751], [110.535707, 29.9066], [110.530105, 29.903237], [110.518315, 29.908266], [110.514671, 29.906543], [110.511051, 29.909892], [110.5084, 29.91655], [110.501514, 29.921516], [110.506112, 29.9323], [110.504653, 29.937362], [110.501433, 29.940445], [110.503158, 29.949099], [110.512771, 29.954659], [110.512989, 29.95723], [110.50996, 29.959435], [110.510894, 29.965005], [110.519652, 29.96838], [110.524678, 29.977912], [110.545577, 29.9828], [110.554677, 29.990196], [110.546368, 29.992834], [110.543555, 30.001854], [110.540896, 30.003779], [110.5332, 30.003287], [110.518512, 30.005741], [110.513854, 30.00465], [110.507798, 30.008806], [110.49475, 30.013991], [110.487033, 30.021127], [110.487863, 30.023861], [110.49615, 30.029978], [110.495471, 30.033119], [110.490245, 30.039308], [110.494775, 30.051752], [110.491636, 30.057113], [110.498636, 30.057637], [110.499832, 30.052505], [110.50357, 30.052575], [110.514569, 30.057295], [110.518839, 30.064784], [110.530344, 30.067251], [110.530986, 30.063398], [110.541438, 30.059852], [110.546217, 30.055741], [110.551064, 30.056711], [110.552674, 30.061708], [110.556047, 30.062355], [110.559093, 30.061823], [110.562577, 30.056234], [110.566787, 30.062824], [110.571205, 30.062738], [110.575065, 30.060133], [110.585767, 30.060526], [110.589897, 30.057435], [110.593191, 30.057326], [110.600323, 30.058422], [110.606346, 30.062141], [110.622203, 30.066493], [110.627581, 30.072111], [110.634429, 30.076069], [110.644023, 30.080035], [110.648964, 30.080048], [110.657225, 30.072669], [110.666432, 30.06935], [110.668774, 30.06661], [110.68072, 30.064849], [110.681966, 30.061509], [110.680582, 30.048129], [110.68331, 30.044771], [110.690908, 30.043424], [110.702023, 30.035714], [110.708614, 30.035517], [110.719836, 30.042655], [110.725792, 30.044179], [110.734116, 30.042998], [110.745506, 30.04981], [110.751049, 30.055867], [110.751044, 30.061421], [110.748364, 30.065717], [110.749579, 30.079203], [110.751879, 30.084348], [110.745774, 30.087064], [110.743473, 30.090457], [110.744493, 30.095623], [110.748533, 30.100533], [110.74855, 30.106419], [110.744832, 30.110471], [110.739745, 30.112968], [110.740288, 30.115475], [110.764026, 30.122444], [110.77684, 30.123038], [110.783459, 30.122534], [110.789374, 30.118848], [110.797556, 30.116857], [110.806999, 30.122804], [110.808902, 30.127709], [110.814429, 30.128087], [110.833816, 30.123444], [110.836936, 30.124246], [110.84183, 30.128599], [110.847895, 30.128613]], [[113.108537, 29.430113], [113.116448, 29.423523], [113.127396, 29.432231], [113.115319, 29.437965], [113.105563, 29.438084], [113.108537, 29.430113]], [[109.575811, 26.759782], [109.56585, 26.751604], [109.557672, 26.75479], [109.553573, 26.758255], [109.554454, 26.751808], [109.561689, 26.750712], [109.560764, 26.746585], [109.5633, 26.744936], [109.555787, 26.739218], [109.546589, 26.739612], [109.53326, 26.74524], [109.531624, 26.748146], [109.522304, 26.748393], [109.523311, 26.744759], [109.534744, 26.736678], [109.541418, 26.73547], [109.545892, 26.731107], [109.543455, 26.729697], [109.53958, 26.731106], [109.540063, 26.724212], [109.542581, 26.721249], [109.54405, 26.721516], [109.550075, 26.72756], [109.564209, 26.730223], [109.570166, 26.736204], [109.57339, 26.736362], [109.574555, 26.738578], [109.573012, 26.744231], [109.581285, 26.750234], [109.580269, 26.752931], [109.581569, 26.75559], [109.593038, 26.758475], [109.593931, 26.760058], [109.593332, 26.763075], [109.580854, 26.767926], [109.578254, 26.772719], [109.575441, 26.772771], [109.573548, 26.775063], [109.573287, 26.769853], [109.576538, 26.763137], [109.575811, 26.759782]]]] + } + }, { + "type": "Feature", + "properties": { + "name": "广东省", + "province_adcode": 440000, + "province_type": "省", + "name_en": "Guangdong", + "name_var": "Guǎng Dōng", + "adcode": 440000 + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [[[[110.590225, 20.378521], [110.591913, 20.369191], [110.589491, 20.36808], [110.565058, 20.335397], [110.563036, 20.333359], [110.553678, 20.333356], [110.567001, 20.354462], [110.57394, 20.371579], [110.583292, 20.375287], [110.585728, 20.380393], [110.590225, 20.378521]]], [[[110.55018, 20.553367], [110.552124, 20.552314], [110.553555, 20.54686], [110.553824, 20.540326], [110.551881, 20.538166], [110.547696, 20.545942], [110.546778, 20.552908], [110.55018, 20.553367]]], [[[110.412648, 20.612939], [110.415987, 20.61146], [110.42259, 20.604545], [110.421074, 20.594315], [110.41865, 20.590977], [110.414086, 20.5973], [110.40831, 20.610919], [110.409758, 20.612747], [110.412648, 20.612939]]], [[[110.362232, 20.683028], [110.371856, 20.673375], [110.372813, 20.670305], [110.369243, 20.6672], [110.357651, 20.672732], [110.35708, 20.675231], [110.354082, 20.674802], [110.353154, 20.679656], [110.348799, 20.684225], [110.352679, 20.687243], [110.362232, 20.683028]]], [[[116.722139, 20.708094], [116.724581, 20.707529], [116.728571, 20.702532], [116.730433, 20.697522], [116.706301, 20.705539], [116.708566, 20.709725], [116.711763, 20.710606], [116.722139, 20.708094]]], [[[110.417761, 20.710353], [110.426585, 20.70349], [110.42683, 20.698965], [110.429546, 20.695252], [110.428382, 20.688657], [110.429823, 20.680899], [110.427218, 20.678571], [110.425888, 20.678571], [110.419914, 20.689139], [110.41461, 20.686166], [110.415599, 20.681758], [110.411867, 20.67968], [110.407933, 20.681841], [110.402446, 20.681952], [110.401282, 20.683448], [110.399144, 20.691313], [110.405099, 20.695835], [110.409003, 20.694753], [110.41129, 20.697936], [110.403499, 20.70096], [110.404718, 20.704895], [110.409971, 20.71042], [110.417761, 20.710353]]], [[[109.741897, 20.788992], [109.74386, 20.789442], [109.745231, 20.786928], [109.739566, 20.780697], [109.750681, 20.76362], [109.736888, 20.777726], [109.735081, 20.781859], [109.73868, 20.797997], [109.740534, 20.796773], [109.741897, 20.788992]]], [[[110.487722, 20.925221], [110.491054, 20.923744], [110.494156, 20.92515], [110.494788, 20.921377], [110.498128, 20.919996], [110.499504, 20.917034], [110.498531, 20.916282], [110.481394, 20.925154], [110.487722, 20.925221]]], [[[110.59156, 20.949148], [110.600661, 20.94691], [110.610812, 20.940249], [110.612931, 20.940452], [110.6143, 20.942931], [110.622042, 20.938138], [110.630552, 20.939531], [110.633585, 20.934642], [110.636315, 20.934257], [110.637175, 20.929994], [110.634355, 20.924694], [110.635942, 20.916592], [110.622358, 20.912032], [110.621321, 20.908205], [110.623412, 20.90526], [110.622648, 20.900605], [110.618974, 20.894496], [110.620382, 20.891611], [110.616735, 20.890713], [110.615498, 20.887248], [110.610782, 20.889166], [110.607247, 20.885611], [110.608233, 20.88391], [110.606203, 20.881421], [110.604992, 20.874709], [110.607034, 20.871332], [110.594798, 20.867108], [110.592212, 20.86831], [110.584818, 20.86571], [110.582676, 20.868504], [110.573101, 20.868341], [110.571919, 20.870862], [110.561456, 20.871301], [110.560893, 20.875783], [110.559364, 20.876908], [110.562547, 20.879949], [110.561308, 20.885087], [110.564128, 20.886641], [110.564508, 20.889116], [110.561939, 20.890353], [110.557877, 20.887895], [110.554998, 20.887977], [110.549171, 20.903109], [110.553771, 20.908656], [110.557316, 20.910385], [110.562836, 20.910194], [110.565692, 20.919141], [110.576352, 20.92409], [110.576543, 20.932179], [110.578944, 20.936958], [110.583071, 20.937964], [110.584238, 20.936915], [110.583118, 20.935273], [110.585519, 20.932317], [110.588088, 20.933375], [110.590239, 20.938917], [110.587495, 20.93811], [110.585724, 20.941785], [110.58718, 20.944235], [110.585326, 20.947548], [110.59156, 20.949148]]], [[[110.245291, 20.964359], [110.246967, 20.960816], [110.226959, 20.956181], [110.204924, 20.94454], [110.200375, 20.946514], [110.203275, 20.972533], [110.208806, 20.982737], [110.225235, 20.974263], [110.24501, 20.972298], [110.245291, 20.964359]]], [[[110.407285, 21.094988], [110.4229, 21.082733], [110.413036, 21.070976], [110.417709, 21.061846], [110.417869, 21.058292], [110.431609, 21.052909], [110.432336, 21.054991], [110.443598, 21.055626], [110.443382, 21.061785], [110.44269, 21.063046], [110.431432, 21.063046], [110.421032, 21.071288], [110.42748, 21.078594], [110.448218, 21.06275], [110.468714, 21.061979], [110.468922, 21.057141], [110.481184, 21.059028], [110.481194, 21.066612], [110.512957, 21.077832], [110.521681, 21.076608], [110.532026, 21.06927], [110.541673, 21.068894], [110.550287, 21.062062], [110.546061, 21.035967], [110.527832, 20.986573], [110.525995, 20.968871], [110.528636, 20.935471], [110.527741, 20.931115], [110.52435, 20.926147], [110.51579, 20.923845], [110.503715, 20.927337], [110.502132, 20.93164], [110.502706, 20.936579], [110.497375, 20.944539], [110.501132, 20.95033], [110.491361, 20.960999], [110.483203, 20.975141], [110.467326, 20.996178], [110.4565, 20.998307], [110.434055, 20.995041], [110.426781, 20.99624], [110.420075, 20.998707], [110.416945, 21.001913], [110.410176, 21.003057], [110.385196, 20.99437], [110.360111, 20.997053], [110.345271, 20.995256], [110.305879, 20.97232], [110.251835, 20.959125], [110.25241, 20.965314], [110.257482, 20.965808], [110.25899, 20.968092], [110.258264, 20.969895], [110.254734, 20.970131], [110.255294, 20.974664], [110.267865, 20.991263], [110.27405, 20.996028], [110.28437, 21.020035], [110.297438, 21.032733], [110.302343, 21.033356], [110.315971, 21.026472], [110.325314, 21.027933], [110.325298, 21.030987], [110.320054, 21.030952], [110.314689, 21.038291], [110.313751, 21.041125], [110.31489, 21.04448], [110.311374, 21.051554], [110.316438, 21.051401], [110.320622, 21.054378], [110.31885, 21.061629], [110.314695, 21.068599], [110.304961, 21.070448], [110.304527, 21.071663], [110.322223, 21.073972], [110.330909, 21.072646], [110.335326, 21.074796], [110.344463, 21.074151], [110.353247, 21.076218], [110.366881, 21.072711], [110.369439, 21.080628], [110.378745, 21.08736], [110.396726, 21.094448], [110.399172, 21.092237], [110.399, 21.088186], [110.402212, 21.087918], [110.402734, 21.094482], [110.407285, 21.094988]]], [[[110.422986, 21.103509], [110.423513, 21.100187], [110.418654, 21.098501], [110.408773, 21.10255], [110.391466, 21.103583], [110.395342, 21.107241], [110.41227, 21.112752], [110.419121, 21.110304], [110.422986, 21.103509]]], [[[110.441153, 21.164369], [110.441149, 21.158112], [110.437024, 21.150967], [110.420171, 21.152384], [110.415951, 21.157043], [110.424063, 21.164515], [110.441153, 21.164369]]], [[[110.513796, 21.206197], [110.507512, 21.207245], [110.502477, 21.21236], [110.510349, 21.211534], [110.512965, 21.209943], [110.513796, 21.206197]]], [[[110.507007, 21.202437], [110.511473, 21.191129], [110.510093, 21.187996], [110.505037, 21.186653], [110.501689, 21.18193], [110.506846, 21.180472], [110.514932, 21.18322], [110.522064, 21.190266], [110.531886, 21.194661], [110.542916, 21.194245], [110.555049, 21.201781], [110.578798, 21.201908], [110.583325, 21.194574], [110.590206, 21.194665], [110.604331, 21.199554], [110.608858, 21.203357], [110.612764, 21.209621], [110.618713, 21.21064], [110.620175, 21.209604], [110.619089, 21.201636], [110.620271, 21.194223], [110.599365, 21.164749], [110.576637, 21.105665], [110.566668, 21.093834], [110.559395, 21.094], [110.538114, 21.090258], [110.533245, 21.092228], [110.529038, 21.0999], [110.529657, 21.102477], [110.534196, 21.10386], [110.533841, 21.113524], [110.528538, 21.120353], [110.519371, 21.11731], [110.516223, 21.125302], [110.515944, 21.131862], [110.512304, 21.134645], [110.511876, 21.140855], [110.515801, 21.145638], [110.511447, 21.147922], [110.514517, 21.151063], [110.517372, 21.159057], [110.516158, 21.160985], [110.51226, 21.158726], [110.512242, 21.151896], [110.509624, 21.151601], [110.506665, 21.146494], [110.501668, 21.145781], [110.49967, 21.146923], [110.496315, 21.151491], [110.496645, 21.154134], [110.492558, 21.155306], [110.488143, 21.154214], [110.486233, 21.149111], [110.48937, 21.144869], [110.485142, 21.143838], [110.466549, 21.152593], [110.458075, 21.154441], [110.450462, 21.164559], [110.450449, 21.171567], [110.435754, 21.169464], [110.430281, 21.170996], [110.42986, 21.175357], [110.43436, 21.174417], [110.432995, 21.177183], [110.431047, 21.176927], [110.429392, 21.180767], [110.430273, 21.183118], [110.450493, 21.184803], [110.458766, 21.188815], [110.466994, 21.196412], [110.461952, 21.198529], [110.463278, 21.20311], [110.472655, 21.203408], [110.47492, 21.202591], [110.474605, 21.200865], [110.47852, 21.200861], [110.493603, 21.21391], [110.49842, 21.212862], [110.507007, 21.202437]]], [[[111.189363, 21.382458], [111.187554, 21.380007], [111.184424, 21.381099], [111.18055, 21.373848], [111.179002, 21.373937], [111.177107, 21.377311], [111.177387, 21.382335], [111.185118, 21.389038], [111.189094, 21.389472], [111.189363, 21.382458]]], [[[111.046428, 21.493939], [111.043029, 21.492328], [111.036593, 21.492979], [111.036458, 21.49987], [111.040591, 21.501587], [111.04589, 21.496353], [111.046428, 21.493939]]], [[[112.186475, 21.5589], [112.185071, 21.55276], [112.189057, 21.550738], [112.192507, 21.553593], [112.197623, 21.554188], [112.199408, 21.552046], [112.197207, 21.549786], [112.19328, 21.550202], [112.181621, 21.546931], [112.177041, 21.548894], [112.177338, 21.557281], [112.184001, 21.560196], [112.186475, 21.5589]]], [[[112.799065, 21.567435], [112.788579, 21.568731], [112.807244, 21.581828], [112.812677, 21.581696], [112.809451, 21.571902], [112.799065, 21.567435]]], [[[112.594886, 21.595126], [112.582236, 21.589586], [112.581936, 21.592189], [112.575082, 21.593094], [112.575822, 21.597222], [112.58597, 21.601785], [112.592797, 21.601837], [112.597514, 21.599724], [112.594886, 21.595126]]], [[[112.66069, 21.609615], [112.665716, 21.605899], [112.659731, 21.607674], [112.656314, 21.606029], [112.654323, 21.603259], [112.655829, 21.599036], [112.653692, 21.597911], [112.64687, 21.601572], [112.649639, 21.608271], [112.66069, 21.609615]]], [[[112.13886, 21.604153], [112.136229, 21.605168], [112.138871, 21.615646], [112.141785, 21.612776], [112.142682, 21.607789], [112.141834, 21.605075], [112.13886, 21.604153]]], [[[112.88825, 21.614675], [112.900818, 21.610063], [112.898111, 21.606121], [112.886503, 21.599067], [112.881627, 21.598283], [112.873746, 21.602498], [112.867452, 21.59875], [112.864011, 21.598436], [112.862532, 21.600484], [112.864392, 21.602522], [112.864314, 21.609257], [112.85655, 21.606094], [112.860659, 21.611086], [112.876597, 21.616946], [112.88825, 21.614675]]], [[[112.66761, 21.615228], [112.661472, 21.61385], [112.659679, 21.617462], [112.663503, 21.62006], [112.666647, 21.619685], [112.665569, 21.617313], [112.66761, 21.615228]]], [[[112.115113, 21.636566], [112.113245, 21.636481], [112.112867, 21.644004], [112.120211, 21.647615], [112.122923, 21.647393], [112.124598, 21.643596], [112.11879, 21.637504], [112.115113, 21.636566]]], [[[111.930706, 21.658303], [111.929451, 21.655108], [111.93051, 21.652188], [111.93891, 21.644627], [111.948876, 21.649712], [111.953625, 21.646379], [111.956812, 21.651145], [111.955726, 21.655616], [111.959014, 21.658252], [111.963676, 21.65299], [111.963086, 21.649813], [111.96924, 21.644657], [111.975065, 21.64508], [111.976752, 21.651297], [111.983494, 21.656], [111.989052, 21.656971], [112.004773, 21.646545], [112.009799, 21.647765], [112.016764, 21.645064], [112.019212, 21.636788], [112.018047, 21.633785], [112.010386, 21.628196], [112.00787, 21.621856], [112.001683, 21.620933], [111.996244, 21.623597], [111.99071, 21.622424], [111.96644, 21.609854], [111.964663, 21.606799], [111.958208, 21.60518], [111.957886, 21.608727], [111.952213, 21.609199], [111.947337, 21.607429], [111.947249, 21.604822], [111.944554, 21.607621], [111.944517, 21.612513], [111.940911, 21.613954], [111.934687, 21.613], [111.926017, 21.607577], [111.922126, 21.609122], [111.913294, 21.605813], [111.898416, 21.596606], [111.867575, 21.571659], [111.863327, 21.568077], [111.860262, 21.562607], [111.854103, 21.564222], [111.852869, 21.565752], [111.854092, 21.569245], [111.851815, 21.572084], [111.848833, 21.572532], [111.839178, 21.570525], [111.8248, 21.562328], [111.822458, 21.56408], [111.818122, 21.56431], [111.815537, 21.559949], [111.807641, 21.557089], [111.805828, 21.558653], [111.805283, 21.560392], [111.808991, 21.563067], [111.809073, 21.572274], [111.815666, 21.570173], [111.81798, 21.571479], [111.817159, 21.574956], [111.81919, 21.577478], [111.824039, 21.575408], [111.828202, 21.577151], [111.830291, 21.583149], [111.828029, 21.587127], [111.822864, 21.589711], [111.825815, 21.591673], [111.827581, 21.595956], [111.836566, 21.602172], [111.843342, 21.601967], [111.852863, 21.611155], [111.85538, 21.620908], [111.853143, 21.628391], [111.848306, 21.63642], [111.84391, 21.638869], [111.840766, 21.637889], [111.833173, 21.640377], [111.83907, 21.651156], [111.847127, 21.657672], [111.849517, 21.657152], [111.852048, 21.652324], [111.863068, 21.649659], [111.875426, 21.643322], [111.878825, 21.643346], [111.881846, 21.647547], [111.891852, 21.645319], [111.901243, 21.654662], [111.899573, 21.658462], [111.905371, 21.660006], [111.907525, 21.655724], [111.920325, 21.665987], [111.93009, 21.663408], [111.930706, 21.658303]]], [[[112.460589, 21.672715], [112.45877, 21.668865], [112.453777, 21.665183], [112.453211, 21.661591], [112.455475, 21.660484], [112.455484, 21.657958], [112.451051, 21.652101], [112.440192, 21.652591], [112.437919, 21.655741], [112.431741, 21.659112], [112.433395, 21.662434], [112.431283, 21.663851], [112.431758, 21.66644], [112.435858, 21.667281], [112.438939, 21.67253], [112.441303, 21.671663], [112.443579, 21.672888], [112.448635, 21.680313], [112.453002, 21.68349], [112.453799, 21.685824], [112.451202, 21.689797], [112.453019, 21.69133], [112.45958, 21.689848], [112.457401, 21.684854], [112.45942, 21.681819], [112.460589, 21.672715]]], [[[111.798777, 21.700263], [111.801634, 21.696576], [111.80613, 21.697994], [111.807792, 21.695997], [111.797317, 21.680287], [111.791356, 21.678132], [111.789462, 21.680954], [111.788335, 21.689827], [111.789591, 21.699435], [111.794339, 21.70444], [111.797412, 21.703901], [111.798777, 21.700263]]], [[[112.684642, 21.702441], [112.67514, 21.701156], [112.673275, 21.703545], [112.673903, 21.708516], [112.677992, 21.710499], [112.68255, 21.71615], [112.681839, 21.710686], [112.684509, 21.708483], [112.685939, 21.704108], [112.684642, 21.702441]]], [[[112.653426, 21.70878], [112.655413, 21.710609], [112.655921, 21.714338], [112.658527, 21.715651], [112.659979, 21.707501], [112.664723, 21.698435], [112.660989, 21.687453], [112.65333, 21.686679], [112.64592, 21.68189], [112.634304, 21.677511], [112.631761, 21.67025], [112.633133, 21.660187], [112.630582, 21.658307], [112.633134, 21.652548], [112.634655, 21.653834], [112.638941, 21.652798], [112.640095, 21.649798], [112.638959, 21.647516], [112.642984, 21.644732], [112.64986, 21.645575], [112.658624, 21.643466], [112.655186, 21.635817], [112.650836, 21.634632], [112.644565, 21.636798], [112.635377, 21.637349], [112.62811, 21.635127], [112.624454, 21.629466], [112.628758, 21.626598], [112.620596, 21.62117], [112.61881, 21.622144], [112.61495, 21.620539], [112.61516, 21.60991], [112.612638, 21.610629], [112.610246, 21.616079], [112.608649, 21.616627], [112.601004, 21.615978], [112.598361, 21.613593], [112.600237, 21.609449], [112.596066, 21.609444], [112.592654, 21.611698], [112.594456, 21.615807], [112.592315, 21.617859], [112.58681, 21.618561], [112.578044, 21.61692], [112.576251, 21.618084], [112.576609, 21.62087], [112.571407, 21.623791], [112.563452, 21.624895], [112.558581, 21.620851], [112.558605, 21.618629], [112.537702, 21.609696], [112.538219, 21.601014], [112.548837, 21.596329], [112.554317, 21.596883], [112.556131, 21.594039], [112.542469, 21.58939], [112.540418, 21.596253], [112.53847, 21.597373], [112.531092, 21.595382], [112.52624, 21.588465], [112.521142, 21.590237], [112.520528, 21.597005], [112.527194, 21.597477], [112.530705, 21.601769], [112.529968, 21.605135], [112.524667, 21.605987], [112.523558, 21.609826], [112.531695, 21.609598], [112.532722, 21.610843], [112.533214, 21.614432], [112.526177, 21.61744], [112.533599, 21.628036], [112.531953, 21.630425], [112.538589, 21.639691], [112.540464, 21.63887], [112.53945, 21.635773], [112.544471, 21.631979], [112.546607, 21.632655], [112.546088, 21.633771], [112.549228, 21.636613], [112.55495, 21.636207], [112.561448, 21.644101], [112.568397, 21.647202], [112.568619, 21.657071], [112.556166, 21.662226], [112.556441, 21.668659], [112.565122, 21.667818], [112.567446, 21.674206], [112.573219, 21.672115], [112.584452, 21.675618], [112.588834, 21.685158], [112.588327, 21.688122], [112.584901, 21.691341], [112.587373, 21.694163], [112.604072, 21.703828], [112.617923, 21.706471], [112.619656, 21.702317], [112.625084, 21.700126], [112.627066, 21.701056], [112.626908, 21.706758], [112.629042, 21.710544], [112.635985, 21.712269], [112.644725, 21.717171], [112.647752, 21.716608], [112.648723, 21.711939], [112.653426, 21.70878]]], [[[111.818412, 21.724709], [111.815538, 21.722272], [111.811609, 21.723084], [111.817917, 21.733722], [111.819581, 21.725613], [111.818412, 21.724709]]], [[[112.849514, 21.773008], [112.8591, 21.772602], [112.862309, 21.774938], [112.872064, 21.773864], [112.870944, 21.770846], [112.867894, 21.769792], [112.872394, 21.760314], [112.86854, 21.754024], [112.859271, 21.744521], [112.848502, 21.745348], [112.84722, 21.741047], [112.836207, 21.740519], [112.829918, 21.741429], [112.824005, 21.746116], [112.826623, 21.742991], [112.818021, 21.732116], [112.811162, 21.71679], [112.813826, 21.714278], [112.805652, 21.70802], [112.79946, 21.690907], [112.799502, 21.680344], [112.808039, 21.676351], [112.807079, 21.671351], [112.808415, 21.666684], [112.814141, 21.662663], [112.815792, 21.658398], [112.811853, 21.653378], [112.80734, 21.651659], [112.797876, 21.642186], [112.788565, 21.620977], [112.792196, 21.610808], [112.797635, 21.607238], [112.796666, 21.598337], [112.806005, 21.600222], [112.806923, 21.595626], [112.810299, 21.59112], [112.796392, 21.58004], [112.788412, 21.577014], [112.78333, 21.577463], [112.777825, 21.571672], [112.771044, 21.568882], [112.767252, 21.569039], [112.769111, 21.571042], [112.767906, 21.57277], [112.762424, 21.575203], [112.75778, 21.57441], [112.771628, 21.58993], [112.768462, 21.594748], [112.760961, 21.59314], [112.751962, 21.58575], [112.748787, 21.587621], [112.74983, 21.595637], [112.754452, 21.597229], [112.751117, 21.602057], [112.75332, 21.607885], [112.762225, 21.611801], [112.761672, 21.614385], [112.753905, 21.61481], [112.754818, 21.619233], [112.752554, 21.621243], [112.744811, 21.610207], [112.739581, 21.60721], [112.731196, 21.605998], [112.729077, 21.606435], [112.72742, 21.615661], [112.730304, 21.620335], [112.737226, 21.625084], [112.736602, 21.627799], [112.734685, 21.628198], [112.735632, 21.632323], [112.744088, 21.635286], [112.745521, 21.642043], [112.747214, 21.64309], [112.747621, 21.650426], [112.750535, 21.651844], [112.761967, 21.652219], [112.76251, 21.647904], [112.761295, 21.646005], [112.764522, 21.645746], [112.772183, 21.648942], [112.775856, 21.648231], [112.780255, 21.656683], [112.778341, 21.660495], [112.77613, 21.660555], [112.776262, 21.664255], [112.780469, 21.663912], [112.783518, 21.667372], [112.781726, 21.674209], [112.779126, 21.677574], [112.783772, 21.682638], [112.778018, 21.682598], [112.773585, 21.678134], [112.75887, 21.687921], [112.754409, 21.684917], [112.74845, 21.686584], [112.743135, 21.679571], [112.742677, 21.674396], [112.729608, 21.669995], [112.722799, 21.680003], [112.71668, 21.681473], [112.715201, 21.678156], [112.710868, 21.676434], [112.710058, 21.681555], [112.704996, 21.681169], [112.705058, 21.684089], [112.708911, 21.689508], [112.711134, 21.691348], [112.715208, 21.691456], [112.716255, 21.693225], [112.712034, 21.699442], [112.708932, 21.700318], [112.707273, 21.698923], [112.703951, 21.700702], [112.715056, 21.710581], [112.71926, 21.709907], [112.722265, 21.711817], [112.723282, 21.714754], [112.720087, 21.717163], [112.720963, 21.720613], [112.736184, 21.728793], [112.747945, 21.726053], [112.746045, 21.730777], [112.754288, 21.732271], [112.757769, 21.726565], [112.755655, 21.718191], [112.757704, 21.716035], [112.76106, 21.718211], [112.762358, 21.721304], [112.767955, 21.724061], [112.770233, 21.727669], [112.768015, 21.729976], [112.771267, 21.734554], [112.77895, 21.737967], [112.781172, 21.742646], [112.779862, 21.746136], [112.774061, 21.748537], [112.772798, 21.752141], [112.776704, 21.754928], [112.775067, 21.761743], [112.778985, 21.770034], [112.780487, 21.770582], [112.781582, 21.768824], [112.778391, 21.766242], [112.778617, 21.761137], [112.78627, 21.759755], [112.789375, 21.757346], [112.79609, 21.758005], [112.79812, 21.75958], [112.797687, 21.764406], [112.801797, 21.769774], [112.80435, 21.767042], [112.808835, 21.766271], [112.827065, 21.77406], [112.830102, 21.778405], [112.84033, 21.778367], [112.849514, 21.773008]]], [[[114.010761, 21.862239], [114.007338, 21.853022], [114.003138, 21.8524], [114.006964, 21.860683], [114.005008, 21.86246], [114.006008, 21.866374], [114.012091, 21.871506], [114.026004, 21.875846], [114.022542, 21.870848], [114.011157, 21.865888], [114.010761, 21.862239]]], [[[113.165711, 21.874889], [113.165096, 21.872618], [113.16722, 21.867058], [113.173777, 21.862913], [113.179207, 21.863577], [113.186333, 21.872225], [113.189774, 21.873801], [113.196775, 21.872745], [113.198738, 21.86954], [113.19426, 21.863241], [113.186674, 21.858704], [113.180196, 21.857479], [113.181872, 21.853249], [113.179634, 21.851366], [113.175165, 21.851083], [113.173776, 21.856501], [113.171853, 21.857928], [113.165683, 21.857202], [113.163835, 21.859683], [113.156485, 21.857685], [113.147625, 21.851076], [113.138337, 21.837733], [113.136397, 21.837027], [113.133393, 21.841996], [113.131008, 21.852604], [113.131498, 21.867355], [113.133479, 21.873218], [113.137206, 21.874707], [113.145446, 21.865469], [113.150424, 21.864847], [113.155325, 21.867855], [113.159071, 21.872855], [113.158795, 21.874821], [113.15574, 21.875405], [113.157873, 21.877092], [113.161465, 21.877177], [113.165711, 21.874889]]], [[[113.044612, 21.870467], [113.042863, 21.862156], [113.03924, 21.857888], [113.034, 21.856913], [113.028469, 21.858393], [113.022886, 21.857057], [113.019173, 21.853612], [113.016137, 21.845783], [113.016317, 21.852839], [113.012248, 21.85975], [113.010658, 21.867003], [113.004095, 21.870736], [113.010054, 21.877182], [113.017597, 21.877918], [113.019111, 21.881106], [113.028658, 21.881805], [113.033638, 21.884635], [113.038896, 21.884387], [113.044612, 21.870467]]], [[[114.059527, 21.912128], [114.06104, 21.90794], [114.056094, 21.904072], [114.056588, 21.900761], [114.062715, 21.899358], [114.070584, 21.904877], [114.071702, 21.901448], [114.059127, 21.894272], [114.055128, 21.893709], [114.048628, 21.895992], [114.042908, 21.894607], [114.040613, 21.892219], [114.039844, 21.886901], [114.033321, 21.883583], [114.03038, 21.888774], [114.035577, 21.895673], [114.043823, 21.899447], [114.052104, 21.901055], [114.05472, 21.90349], [114.056312, 21.912006], [114.058995, 21.913524], [114.059527, 21.912128]]], [[[113.121239, 21.900036], [113.119637, 21.899162], [113.123279, 21.912529], [113.130945, 21.916095], [113.134407, 21.920563], [113.131634, 21.924038], [113.133115, 21.932576], [113.144614, 21.940036], [113.152705, 21.930453], [113.150699, 21.923007], [113.14096, 21.91725], [113.134179, 21.915673], [113.133387, 21.912515], [113.121239, 21.900036]]], [[[113.167164, 21.943998], [113.163932, 21.944251], [113.160869, 21.94773], [113.159009, 21.952069], [113.160914, 21.956009], [113.168822, 21.955886], [113.164556, 21.950317], [113.168239, 21.946141], [113.167164, 21.943998]]], [[[113.723646, 21.95684], [113.739974, 21.951758], [113.740977, 21.950596], [113.738742, 21.947538], [113.745703, 21.947349], [113.746475, 21.942752], [113.73736, 21.930948], [113.732395, 21.928243], [113.725793, 21.929417], [113.723518, 21.928273], [113.722849, 21.925685], [113.717397, 21.925315], [113.715005, 21.926654], [113.716849, 21.933121], [113.716098, 21.936336], [113.711759, 21.938592], [113.715312, 21.948956], [113.71025, 21.949806], [113.712855, 21.953508], [113.722358, 21.957781], [113.723646, 21.95684]]], [[[113.701101, 21.948847], [113.704519, 21.947979], [113.700206, 21.94376], [113.699489, 21.947731], [113.689367, 21.945755], [113.683165, 21.941957], [113.678883, 21.941643], [113.676031, 21.944226], [113.677959, 21.946555], [113.678425, 21.95392], [113.685988, 21.964075], [113.688712, 21.965402], [113.701784, 21.959826], [113.700344, 21.9557], [113.701101, 21.948847]]], [[[114.140129, 21.97313], [114.142342, 21.972315], [114.138204, 21.969545], [114.129209, 21.968005], [114.123933, 21.963471], [114.122406, 21.965115], [114.133212, 21.972336], [114.140129, 21.97313]]], [[[113.772568, 21.994679], [113.773137, 21.992072], [113.77499, 21.992045], [113.772945, 21.986984], [113.773102, 21.98005], [113.766362, 21.974128], [113.762618, 21.975853], [113.763041, 21.968441], [113.760695, 21.96543], [113.754037, 21.967544], [113.754482, 21.97328], [113.751759, 21.975695], [113.746839, 21.976738], [113.745328, 21.981194], [113.746277, 21.983777], [113.738407, 21.989566], [113.737362, 21.992598], [113.738167, 21.99419], [113.74959, 21.99602], [113.760996, 21.994239], [113.762032, 22.000009], [113.767663, 22.000595], [113.771598, 21.997825], [113.772568, 21.994679]]], [[[114.168171, 21.99612], [114.16163, 21.991829], [114.162406, 21.986836], [114.150114, 21.982788], [114.137184, 21.986871], [114.132979, 21.98447], [114.127839, 21.985578], [114.121244, 21.984602], [114.119212, 21.985833], [114.132101, 21.991744], [114.136944, 21.990185], [114.14304, 21.990866], [114.148284, 21.994289], [114.146093, 21.99764], [114.147473, 22.001742], [114.155298, 21.99519], [114.159511, 21.999552], [114.164999, 22.001778], [114.167312, 22.00046], [114.168171, 21.99612]]], [[[113.826376, 21.999327], [113.838199, 22.002484], [113.836445, 21.998073], [113.830464, 21.991961], [113.82374, 21.991931], [113.820975, 21.993307], [113.820562, 22.006404], [113.825428, 22.006805], [113.823956, 22.004226], [113.826376, 21.999327]]], [[[112.378282, 22.005726], [112.371732, 22.001966], [112.371942, 22.005258], [112.375084, 22.007489], [112.379967, 22.008081], [112.378282, 22.005726]]], [[[113.80735, 22.003228], [113.813539, 22.005179], [113.814241, 22.004233], [113.8073, 22.00141], [113.800241, 22.004225], [113.800436, 22.006505], [113.805501, 22.00846], [113.80735, 22.003228]]], [[[114.183116, 22.012405], [114.208102, 22.011266], [114.213754, 22.012335], [114.21804, 22.007575], [114.214805, 21.998838], [114.222744, 21.998438], [114.216517, 21.995164], [114.198095, 21.996546], [114.191711, 21.995518], [114.185069, 21.991626], [114.177837, 21.992942], [114.176165, 21.995093], [114.175405, 22.002646], [114.17734, 22.011989], [114.179241, 22.013172], [114.183116, 22.012405]]], [[[113.717015, 22.029166], [113.716165, 22.026725], [113.713484, 22.026247], [113.70782, 22.019988], [113.716824, 22.024756], [113.720763, 22.024754], [113.724236, 22.019129], [113.718726, 22.013887], [113.711784, 22.010655], [113.709114, 22.010672], [113.708734, 22.012573], [113.700271, 22.010782], [113.699379, 22.015841], [113.7008, 22.020338], [113.698932, 22.02184], [113.696667, 22.020794], [113.692331, 22.021822], [113.690537, 22.023683], [113.697678, 22.03175], [113.697657, 22.028638], [113.701262, 22.027829], [113.707951, 22.032492], [113.711406, 22.032995], [113.716956, 22.031693], [113.717015, 22.029166]]], [[[114.00864, 22.029223], [114.002944, 22.028694], [114.009258, 22.04082], [114.014232, 22.032487], [114.00864, 22.029223]]], [[[113.906835, 22.034097], [113.903755, 22.035902], [113.906236, 22.040794], [113.913398, 22.043456], [113.913632, 22.039967], [113.906835, 22.034097]]], [[[113.670442, 22.032296], [113.665404, 22.025791], [113.662489, 22.026235], [113.662938, 22.029531], [113.665979, 22.032234], [113.666027, 22.036853], [113.660624, 22.038836], [113.661489, 22.042134], [113.664123, 22.043724], [113.668535, 22.043129], [113.670442, 22.032296]]], [[[114.016404, 22.046426], [114.019886, 22.046238], [114.021401, 22.043945], [114.014473, 22.039003], [114.010745, 22.041359], [114.014169, 22.046589], [114.016404, 22.046426]]], [[[113.693632, 22.040462], [113.690282, 22.039894], [113.688956, 22.043977], [113.695581, 22.048777], [113.697035, 22.047868], [113.693632, 22.040462]]], [[[113.922377, 22.036915], [113.91854, 22.035297], [113.915001, 22.038761], [113.916019, 22.044508], [113.919987, 22.052044], [113.921806, 22.048727], [113.927585, 22.046864], [113.933538, 22.04175], [113.932876, 22.039245], [113.922377, 22.036915]]], [[[114, 22.047868], [113.99521, 22.038342], [113.992435, 22.040766], [113.993357, 22.047777], [113.98985, 22.046695], [113.989217, 22.04972], [113.990956, 22.052368], [113.995654, 22.051632], [114.000195, 22.049411], [114, 22.047868]]], [[[112.397076, 22.04697], [112.396319, 22.049736], [112.397959, 22.05613], [112.399311, 22.053653], [112.397076, 22.04697]]], [[[113.981186, 22.055334], [113.976922, 22.055105], [113.973853, 22.057371], [113.97256, 22.064044], [113.976984, 22.064081], [113.981992, 22.058712], [113.981186, 22.055334]]], [[[114.315813, 22.066255], [114.318947, 22.06416], [114.317647, 22.059382], [114.308058, 22.057231], [114.302395, 22.044191], [114.294914, 22.040069], [114.291913, 22.038759], [114.279011, 22.039428], [114.273439, 22.037119], [114.273124, 22.035262], [114.269078, 22.035045], [114.261728, 22.030856], [114.254579, 22.031299], [114.248218, 22.030146], [114.244311, 22.027379], [114.234987, 22.026271], [114.227343, 22.019699], [114.217795, 22.022227], [114.218366, 22.025711], [114.22235, 22.029625], [114.231243, 22.033218], [114.234145, 22.03648], [114.249147, 22.039766], [114.251673, 22.043097], [114.26486, 22.043262], [114.263999, 22.045228], [114.276329, 22.051653], [114.299296, 22.052449], [114.305336, 22.057631], [114.300418, 22.062149], [114.309121, 22.065914], [114.315813, 22.066255]]], [[[113.448391, 22.07353], [113.441829, 22.063419], [113.435458, 22.06204], [113.439205, 22.068865], [113.444646, 22.069627], [113.449723, 22.076267], [113.448391, 22.07353]]], [[[113.430143, 22.071743], [113.426212, 22.071685], [113.425692, 22.076297], [113.4272, 22.080142], [113.434859, 22.082076], [113.430143, 22.071743]]], [[[113.705205, 22.094684], [113.69647, 22.09768], [113.694934, 22.099871], [113.69638, 22.10361], [113.702022, 22.102957], [113.706418, 22.09784], [113.705205, 22.094684]]], [[[114.041427, 22.112441], [114.048025, 22.104679], [114.050814, 22.096424], [114.046913, 22.089169], [114.041911, 22.093177], [114.038907, 22.091794], [114.029474, 22.094348], [114.026083, 22.096084], [114.023265, 22.100116], [114.023396, 22.104026], [114.029473, 22.105276], [114.032346, 22.110401], [114.035789, 22.111749], [114.037138, 22.110292], [114.041427, 22.112441]]], [[[113.891036, 22.113253], [113.882935, 22.113893], [113.881855, 22.115554], [113.885495, 22.124999], [113.891902, 22.127674], [113.895032, 22.126355], [113.898133, 22.121717], [113.895778, 22.116408], [113.891036, 22.113253]]], [[[113.710616, 22.144645], [113.714592, 22.14622], [113.715469, 22.143127], [113.708597, 22.138238], [113.702864, 22.138207], [113.703274, 22.145576], [113.7102, 22.146207], [113.710616, 22.144645]]], [[[113.832531, 22.133268], [113.828015, 22.128853], [113.823771, 22.121076], [113.816022, 22.124015], [113.814342, 22.131431], [113.81163, 22.132057], [113.813335, 22.136061], [113.818018, 22.138837], [113.818014, 22.148653], [113.814219, 22.156413], [113.815639, 22.157883], [113.823346, 22.158623], [113.822361, 22.148556], [113.831112, 22.142691], [113.833283, 22.136259], [113.832531, 22.133268]]], [[[113.802366, 22.170377], [113.805304, 22.171585], [113.811492, 22.163683], [113.809908, 22.160281], [113.795383, 22.167263], [113.796399, 22.176488], [113.802972, 22.177576], [113.802366, 22.170377]]], [[[113.579832, 22.214702], [113.585244, 22.212602], [113.580956, 22.204052], [113.571611, 22.204029], [113.571791, 22.208216], [113.570126, 22.211405], [113.572055, 22.214298], [113.579832, 22.214702]]], [[[113.598026, 22.251938], [113.600503, 22.251511], [113.60016, 22.247181], [113.594624, 22.24833], [113.596262, 22.251593], [113.598026, 22.251938]]], [[[113.584752, 22.277459], [113.580065, 22.277881], [113.580441, 22.280207], [113.585075, 22.282603], [113.582082, 22.286303], [113.584006, 22.289676], [113.586199, 22.284707], [113.589789, 22.282963], [113.584752, 22.277459]]], [[[113.801838, 22.420616], [113.80465, 22.420571], [113.80674, 22.422715], [113.81207, 22.418004], [113.813896, 22.41149], [113.817152, 22.409521], [113.818593, 22.406448], [113.818242, 22.400561], [113.805909, 22.402323], [113.798938, 22.406279], [113.796156, 22.410964], [113.781804, 22.417286], [113.782476, 22.419726], [113.786599, 22.42113], [113.788569, 22.420931], [113.789625, 22.418494], [113.791576, 22.418634], [113.793561, 22.419909], [113.794201, 22.424646], [113.796748, 22.425966], [113.798815, 22.425035], [113.799034, 22.421583], [113.801838, 22.420616]]], [[[113.652457, 22.437671], [113.657335, 22.434287], [113.660133, 22.434244], [113.660745, 22.431585], [113.655473, 22.425757], [113.659594, 22.417634], [113.652804, 22.412698], [113.645807, 22.410045], [113.644046, 22.404693], [113.64679, 22.401831], [113.644655, 22.397132], [113.640375, 22.395704], [113.638098, 22.397955], [113.632024, 22.39586], [113.627867, 22.392466], [113.628451, 22.389127], [113.626234, 22.387332], [113.613254, 22.392679], [113.609131, 22.404657], [113.613016, 22.42615], [113.615968, 22.427468], [113.616514, 22.431078], [113.61967, 22.429779], [113.620291, 22.426713], [113.627918, 22.426289], [113.629619, 22.426608], [113.634158, 22.433236], [113.634166, 22.437335], [113.637908, 22.438808], [113.646618, 22.436216], [113.647306, 22.439109], [113.652274, 22.440543], [113.652457, 22.437671]]], [[[114.650057, 22.447552], [114.655046, 22.446559], [114.650374, 22.438104], [114.651089, 22.437117], [114.645468, 22.432259], [114.642653, 22.433498], [114.637815, 22.431765], [114.637588, 22.433515], [114.645389, 22.444301], [114.650057, 22.447552]]], [[[114.63309, 22.472785], [114.637646, 22.468069], [114.644139, 22.46774], [114.64956, 22.469913], [114.651599, 22.468173], [114.651364, 22.46539], [114.647169, 22.457342], [114.633732, 22.457831], [114.628638, 22.453072], [114.624532, 22.451866], [114.620818, 22.45728], [114.619614, 22.465773], [114.616649, 22.465991], [114.615971, 22.468706], [114.621722, 22.471995], [114.626823, 22.470662], [114.631363, 22.474953], [114.63309, 22.472785]]], [[[113.844184, 22.494718], [113.83465, 22.501514], [113.834494, 22.503652], [113.837792, 22.506526], [113.847036, 22.499619], [113.844184, 22.494718]]], [[[114.844418, 22.51618], [114.848975, 22.516142], [114.849591, 22.512711], [114.842742, 22.510851], [114.838447, 22.505946], [114.835874, 22.505848], [114.83534, 22.512719], [114.836608, 22.515489], [114.841593, 22.519157], [114.844418, 22.51618]]], [[[113.851861, 22.506592], [113.850151, 22.505848], [113.845566, 22.507827], [113.838598, 22.51403], [113.837565, 22.518813], [113.840112, 22.520265], [113.843737, 22.516576], [113.851928, 22.512595], [113.851861, 22.506592]]], [[[114.639425, 22.588803], [114.64141, 22.586378], [114.639347, 22.585427], [114.640969, 22.583194], [114.649452, 22.579817], [114.651749, 22.577324], [114.654037, 22.569831], [114.653955, 22.56385], [114.649998, 22.566558], [114.6465, 22.577409], [114.643026, 22.578243], [114.63721, 22.576199], [114.634383, 22.58696], [114.63852, 22.590559], [114.639425, 22.588803]]], [[[114.722359, 22.581229], [114.719692, 22.580307], [114.715307, 22.583349], [114.717534, 22.591503], [114.720927, 22.589015], [114.723396, 22.582579], [114.722359, 22.581229]]], [[[115.569475, 22.652775], [115.571336, 22.65146], [115.570131, 22.650411], [115.56665, 22.650809], [115.569475, 22.652775]]], [[[114.647818, 22.658996], [114.644867, 22.660461], [114.645995, 22.666861], [114.649302, 22.666406], [114.649391, 22.6599], [114.647818, 22.658996]]], [[[114.607174, 22.67409], [114.61259, 22.673025], [114.613262, 22.671266], [114.607678, 22.664827], [114.603267, 22.662929], [114.601093, 22.663781], [114.606073, 22.674759], [114.607174, 22.67409]]], [[[114.648936, 22.667042], [114.643481, 22.66789], [114.643581, 22.671809], [114.646099, 22.672086], [114.645312, 22.676587], [114.646464, 22.677488], [114.648797, 22.672105], [114.648936, 22.667042]]], [[[114.589739, 22.71476], [114.593615, 22.71629], [114.596357, 22.713781], [114.593069, 22.709869], [114.589009, 22.709603], [114.588945, 22.707986], [114.583442, 22.707967], [114.583428, 22.709922], [114.580176, 22.712826], [114.580176, 22.717522], [114.588979, 22.717453], [114.589739, 22.71476]]], [[[113.636944, 22.718296], [113.63992, 22.714012], [113.642965, 22.715251], [113.645919, 22.710518], [113.639529, 22.706599], [113.644009, 22.699297], [113.646333, 22.702038], [113.650622, 22.703111], [113.671146, 22.669865], [113.667721, 22.668901], [113.669884, 22.666395], [113.673502, 22.665592], [113.673799, 22.663772], [113.66635, 22.661399], [113.66726, 22.658917], [113.676554, 22.660306], [113.681054, 22.648488], [113.685419, 22.629728], [113.695615, 22.582787], [113.695765, 22.573854], [113.693738, 22.573777], [113.672789, 22.602234], [113.667778, 22.612652], [113.659372, 22.642834], [113.654802, 22.650184], [113.619048, 22.687093], [113.591276, 22.704012], [113.586456, 22.710311], [113.582378, 22.72234], [113.590628, 22.721466], [113.592049, 22.722523], [113.606338, 22.717534], [113.608549, 22.715053], [113.62659, 22.727544], [113.636944, 22.718296]]], [[[114.946421, 22.731567], [114.948266, 22.731408], [114.949786, 22.728738], [114.94554, 22.711321], [114.928788, 22.721185], [114.927833, 22.727772], [114.933143, 22.734048], [114.93988, 22.735059], [114.939756, 22.73369], [114.946421, 22.731567]]], [[[115.186572, 22.744994], [115.190621, 22.744183], [115.191627, 22.739518], [115.190555, 22.738152], [115.18836, 22.740005], [115.186293, 22.738086], [115.18135, 22.740196], [115.181471, 22.742111], [115.186572, 22.744994]]], [[[115.107734, 22.777316], [115.103218, 22.77302], [115.10447, 22.781023], [115.103247, 22.78498], [115.10599, 22.787252], [115.110709, 22.787443], [115.112702, 22.7841], [115.107572, 22.781963], [115.107734, 22.777316]]], [[[117.286153, 23.264336], [117.283762, 23.256376], [117.281533, 23.256371], [117.279655, 23.259986], [117.286153, 23.264336]]], [[[117.300093, 23.281298], [117.302135, 23.28096], [117.303484, 23.276406], [117.299214, 23.272712], [117.29785, 23.279207], [117.300093, 23.281298]]], [[[117.097067, 23.472534], [117.096465, 23.47853], [117.101832, 23.482644], [117.102338, 23.478951], [117.097067, 23.472534]]], [[[117.125491, 23.480499], [117.127763, 23.471393], [117.12321, 23.470168], [117.120268, 23.463904], [117.123199, 23.458557], [117.130656, 23.457404], [117.137835, 23.462174], [117.142169, 23.450604], [117.14798, 23.448395], [117.149895, 23.446037], [117.149385, 23.445053], [117.146206, 23.44623], [117.143697, 23.442548], [117.137203, 23.446554], [117.133306, 23.444706], [117.130297, 23.440736], [117.129941, 23.436068], [117.132581, 23.434467], [117.134172, 23.430412], [117.129862, 23.42554], [117.134407, 23.421039], [117.137367, 23.421053], [117.139762, 23.413657], [117.137295, 23.403167], [117.132938, 23.399397], [117.128527, 23.400755], [117.121319, 23.392472], [117.117505, 23.394289], [117.117737, 23.400345], [117.112289, 23.403314], [117.106466, 23.401692], [117.098548, 23.395873], [117.098314, 23.397725], [117.100399, 23.399231], [117.100226, 23.405839], [117.096972, 23.408723], [117.0872, 23.411925], [117.07542, 23.412112], [117.057993, 23.407785], [117.05172, 23.40321], [117.046994, 23.403337], [117.04137, 23.406373], [117.033494, 23.407224], [117.026902, 23.411796], [117.027225, 23.416272], [117.023203, 23.417925], [116.992587, 23.42027], [116.969203, 23.418145], [116.959222, 23.420265], [116.95658, 23.422476], [116.945914, 23.422925], [116.940996, 23.426264], [116.941311, 23.433532], [116.949379, 23.445589], [116.957965, 23.449429], [116.969267, 23.458461], [116.980301, 23.463338], [116.987153, 23.458915], [116.995129, 23.459637], [116.999925, 23.454762], [117.003147, 23.446068], [117.009321, 23.44199], [117.012726, 23.437581], [117.022267, 23.436147], [117.023784, 23.437122], [117.024819, 23.445087], [117.033063, 23.446839], [117.035463, 23.452127], [117.043832, 23.45728], [117.048101, 23.469343], [117.058962, 23.475379], [117.071247, 23.476404], [117.078065, 23.468834], [117.078904, 23.463605], [117.087697, 23.460298], [117.101106, 23.467241], [117.107566, 23.479182], [117.116719, 23.480052], [117.122211, 23.485651], [117.124482, 23.485134], [117.125491, 23.480499]]], [[[116.879795, 23.552449], [116.884422, 23.552655], [116.889545, 23.5467], [116.884328, 23.548118], [116.876415, 23.553123], [116.879795, 23.552449]]], [[[117.075473, 23.573853], [117.079046, 23.570004], [117.079905, 23.564875], [117.076014, 23.560697], [117.074017, 23.562856], [117.064879, 23.564729], [117.06154, 23.567954], [117.061367, 23.573949], [117.069253, 23.575752], [117.075473, 23.573853]]], [[[117.039165, 23.577828], [117.040285, 23.57224], [117.037503, 23.571284], [117.033818, 23.566219], [117.029753, 23.565769], [117.030341, 23.567592], [117.028862, 23.569272], [117.021545, 23.570438], [117.018686, 23.578619], [117.022076, 23.580397], [117.025935, 23.57786], [117.030559, 23.577525], [117.033969, 23.581912], [117.039165, 23.577828]]], [[[113.30211, 25.497916], [113.304192, 25.494199], [113.304043, 25.482896], [113.308032, 25.473719], [113.30707, 25.446409], [113.31264, 25.446665], [113.317071, 25.449916], [113.31784, 25.452692], [113.324773, 25.454107], [113.332471, 25.452343], [113.349004, 25.441424], [113.355341, 25.440285], [113.360869, 25.434891], [113.363817, 25.424035], [113.363471, 25.414947], [113.366651, 25.407867], [113.373306, 25.406307], [113.383593, 25.407638], [113.388964, 25.400442], [113.401399, 25.404362], [113.411731, 25.401486], [113.41861, 25.396258], [113.418001, 25.393092], [113.421165, 25.378627], [113.439208, 25.362476], [113.445027, 25.362264], [113.456918, 25.37337], [113.461304, 25.369786], [113.468205, 25.370044], [113.472836, 25.378646], [113.476554, 25.380877], [113.485477, 25.376415], [113.495293, 25.374631], [113.501985, 25.375374], [113.511057, 25.372697], [113.507782, 25.365361], [113.514516, 25.356869], [113.518552, 25.358587], [113.530669, 25.371414], [113.53799, 25.370731], [113.540796, 25.365228], [113.540311, 25.360167], [113.550954, 25.353426], [113.56194, 25.35207], [113.575105, 25.348061], [113.578656, 25.33953], [113.574894, 25.332783], [113.572708, 25.322389], [113.572896, 25.318941], [113.576456, 25.317313], [113.576343, 25.309195], [113.581548, 25.311277], [113.585115, 25.317829], [113.605414, 25.328071], [113.605807, 25.330321], [113.619633, 25.330451], [113.623977, 25.333228], [113.634689, 25.33394], [113.639763, 25.33254], [113.641414, 25.329498], [113.647153, 25.330024], [113.654754, 25.33406], [113.659542, 25.339666], [113.670811, 25.339768], [113.675619, 25.336776], [113.682238, 25.345203], [113.678524, 25.349096], [113.682164, 25.356115], [113.702743, 25.355256], [113.706784, 25.358331], [113.700723, 25.362281], [113.701104, 25.363994], [113.708026, 25.36311], [113.71227, 25.359908], [113.715484, 25.36251], [113.718531, 25.361947], [113.726398, 25.353959], [113.731603, 25.351877], [113.732894, 25.35929], [113.73788, 25.366169], [113.742028, 25.368763], [113.745812, 25.367751], [113.748707, 25.36361], [113.754785, 25.346386], [113.75212, 25.343055], [113.75783, 25.342389], [113.759258, 25.339343], [113.759258, 25.337249], [113.757735, 25.336583], [113.750765, 25.336241], [113.753174, 25.332845], [113.76057, 25.332683], [113.777917, 25.337379], [113.795031, 25.330988], [113.810297, 25.331081], [113.816622, 25.333262], [113.823349, 25.344113], [113.830071, 25.347529], [113.826895, 25.353844], [113.828116, 25.359227], [113.833047, 25.366252], [113.836065, 25.368763], [113.850361, 25.373127], [113.861817, 25.372766], [113.870772, 25.382654], [113.878391, 25.401253], [113.877089, 25.412821], [113.882514, 25.413297], [113.885465, 25.416914], [113.883466, 25.421292], [113.877699, 25.425421], [113.881658, 25.429192], [113.878343, 25.436932], [113.879238, 25.438963], [113.898604, 25.444201], [113.911068, 25.441565], [113.911639, 25.442612], [113.908213, 25.446338], [113.923873, 25.444484], [113.927488, 25.442062], [113.93479, 25.44108], [113.948562, 25.448307], [113.956324, 25.456811], [113.959756, 25.455817], [113.963351, 25.452289], [113.969084, 25.453028], [113.986307, 25.445608], [113.993908, 25.447655], [114.002578, 25.440842], [113.985672, 25.4246], [113.978449, 25.419669], [113.977457, 25.41729], [113.981092, 25.405692], [113.996741, 25.400667], [114.002321, 25.402282], [114.006923, 25.390055], [114.012049, 25.387526], [114.018416, 25.386997], [114.022411, 25.391317], [114.029658, 25.395423], [114.038423, 25.393508], [114.032307, 25.384536], [114.027643, 25.383225], [114.024837, 25.380624], [114.024289, 25.377492], [114.032098, 25.371977], [114.036187, 25.371194], [114.031656, 25.366899], [114.030793, 25.363644], [114.03817, 25.360302], [114.038991, 25.355962], [114.035881, 25.353636], [114.029474, 25.339202], [114.022172, 25.337105], [114.021805, 25.333727], [114.028789, 25.323552], [114.03862, 25.322057], [114.046912, 25.31559], [114.051324, 25.314243], [114.041199, 25.309849], [114.034752, 25.309749], [114.030493, 25.311912], [114.020909, 25.305136], [114.020658, 25.303166], [114.022905, 25.300611], [114.021633, 25.292742], [114.017831, 25.286282], [114.011033, 25.282685], [114.012026, 25.277141], [114.015737, 25.273062], [114.024846, 25.26999], [114.026307, 25.265883], [114.023658, 25.262533], [114.02406, 25.258521], [114.027506, 25.254401], [114.03031, 25.2538], [114.034956, 25.253854], [114.035902, 25.255114], [114.042562, 25.270557], [114.050667, 25.281106], [114.060145, 25.28102], [114.063186, 25.276273], [114.066756, 25.280337], [114.071233, 25.281419], [114.078313, 25.277828], [114.082367, 25.284236], [114.096857, 25.296619], [114.112627, 25.306195], [114.114448, 25.304068], [114.121864, 25.302704], [114.123498, 25.307975], [114.134512, 25.31485], [114.142326, 25.310888], [114.150463, 25.316384], [114.16181, 25.316947], [114.166824, 25.309201], [114.174105, 25.308987], [114.186113, 25.320579], [114.190524, 25.321082], [114.199881, 25.314564], [114.20034, 25.301798], [114.208135, 25.304233], [114.22309, 25.298169], [114.224548, 25.303142], [114.230861, 25.303723], [114.2589, 25.294077], [114.263997, 25.300849], [114.264434, 25.304904], [114.267799, 25.305284], [114.282661, 25.302203], [114.284784, 25.300556], [114.287322, 25.291768], [114.298071, 25.293447], [114.292053, 25.297904], [114.289672, 25.301622], [114.295424, 25.306957], [114.303361, 25.309366], [114.308351, 25.307477], [114.308137, 25.314707], [114.29921, 25.31845], [114.298693, 25.323228], [114.301212, 25.336078], [114.310382, 25.342207], [114.313969, 25.341815], [114.321918, 25.337199], [114.333149, 25.337215], [114.337972, 25.333523], [114.349946, 25.330006], [114.365436, 25.329707], [114.368093, 25.327452], [114.3703, 25.321634], [114.375493, 25.318675], [114.378129, 25.320377], [114.381054, 25.326136], [114.395079, 25.329529], [114.399052, 25.338136], [114.407068, 25.339111], [114.410564, 25.337487], [114.41978, 25.340163], [114.425512, 25.348697], [114.426519, 25.360886], [114.431969, 25.366438], [114.434492, 25.374791], [114.43446, 25.380711], [114.442694, 25.389394], [114.453576, 25.39074], [114.457809, 25.389854], [114.459953, 25.38782], [114.458031, 25.382939], [114.468201, 25.378771], [114.476054, 25.37337], [114.48192, 25.379481], [114.490702, 25.379035], [114.492345, 25.381326], [114.503907, 25.386611], [114.506179, 25.39204], [114.502663, 25.39516], [114.50144, 25.40389], [114.516723, 25.405751], [114.517065, 25.409703], [114.524273, 25.417877], [114.533482, 25.421776], [114.538065, 25.419868], [114.538944, 25.41695], [114.545955, 25.416572], [114.551591, 25.410508], [114.551427, 25.408814], [114.562422, 25.407892], [114.568611, 25.403867], [114.575136, 25.405418], [114.573191, 25.400852], [114.569953, 25.400122], [114.568539, 25.397573], [114.567345, 25.389005], [114.571268, 25.384017], [114.576787, 25.387424], [114.573911, 25.394639], [114.576372, 25.400724], [114.580633, 25.401246], [114.583598, 25.39949], [114.590506, 25.394258], [114.590951, 25.390611], [114.596933, 25.388206], [114.596679, 25.379721], [114.593177, 25.378491], [114.591876, 25.3715], [114.597589, 25.372586], [114.593522, 25.36361], [114.597051, 25.362134], [114.60693, 25.362205], [114.613677, 25.348579], [114.621228, 25.339408], [114.620167, 25.334045], [114.628946, 25.330796], [114.632614, 25.326934], [114.653787, 25.330611], [114.662175, 25.329346], [114.669641, 25.319224], [114.674989, 25.315948], [114.683639, 25.319129], [114.685583, 25.32128], [114.683285, 25.323364], [114.687526, 25.32616], [114.696591, 25.323167], [114.697877, 25.31818], [114.710328, 25.318532], [114.709398, 25.31254], [114.706716, 25.310017], [114.708816, 25.307884], [114.715091, 25.308027], [114.718729, 25.301948], [114.720747, 25.296204], [114.718487, 25.291027], [114.718885, 25.286973], [114.726649, 25.288076], [114.738763, 25.277567], [114.74131, 25.261694], [114.738323, 25.258242], [114.73652, 25.251131], [114.744683, 25.244286], [114.733005, 25.241423], [114.73503, 25.233853], [114.740506, 25.23547], [114.744216, 25.238685], [114.744568, 25.233051], [114.732266, 25.227788], [114.729504, 25.228309], [114.720345, 25.236739], [114.707169, 25.223904], [114.700027, 25.225259], [114.69424, 25.221808], [114.696703, 25.220042], [114.696154, 25.217597], [114.689898, 25.214026], [114.693886, 25.206374], [114.696726, 25.205629], [114.690716, 25.1986], [114.679255, 25.199964], [114.674408, 25.198061], [114.678966, 25.189065], [114.684923, 25.188707], [114.684131, 25.182064], [114.68043, 25.178554], [114.679885, 25.175929], [114.690107, 25.170112], [114.696502, 25.168791], [114.698658, 25.166204], [114.709842, 25.164573], [114.715784, 25.166244], [114.718637, 25.164777], [114.722482, 25.159264], [114.726875, 25.157572], [114.731568, 25.158434], [114.731055, 25.154027], [114.726695, 25.14593], [114.72835, 25.14352], [114.730404, 25.143686], [114.734938, 25.130312], [114.728908, 25.125438], [114.725392, 25.118617], [114.718891, 25.120434], [114.712784, 25.118468], [114.709516, 25.113026], [114.705654, 25.110192], [114.702981, 25.110083], [114.700063, 25.112428], [114.692044, 25.106732], [114.685841, 25.107245], [114.680029, 25.11065], [114.672109, 25.110278], [114.666644, 25.105816], [114.667329, 25.103684], [114.668247, 25.104916], [114.670307, 25.102084], [114.66964, 25.100675], [114.665975, 25.101903], [114.664976, 25.106263], [114.661039, 25.106156], [114.659243, 25.101616], [114.661287, 25.093122], [114.65566, 25.089425], [114.653445, 25.082194], [114.647768, 25.079871], [114.644183, 25.080852], [114.639707, 25.079179], [114.638026, 25.073897], [114.617768, 25.076415], [114.607419, 25.081346], [114.599117, 25.087956], [114.591934, 25.079065], [114.584287, 25.082573], [114.574847, 25.08402], [114.556737, 25.081783], [114.551444, 25.072741], [114.551012, 25.067073], [114.540433, 25.054921], [114.535512, 25.05211], [114.537585, 25.041318], [114.533893, 25.032776], [114.533983, 25.02953], [114.521757, 25.023191], [114.516998, 25.027217], [114.509932, 25.02773], [114.509777, 25.021931], [114.506992, 25.016449], [114.509041, 25.008092], [114.504126, 25.003905], [114.484757, 25.00511], [114.477011, 25.009719], [114.468282, 25.004284], [114.462427, 25.003617], [114.451132, 24.996936], [114.452741, 24.987288], [114.454917, 24.986813], [114.450752, 24.979644], [114.443725, 24.97587], [114.440875, 24.976451], [114.433301, 24.974246], [114.416139, 24.974931], [114.413634, 24.971583], [114.416415, 24.963917], [114.419971, 24.964835], [114.421454, 24.961745], [114.414632, 24.958316], [114.397149, 24.956971], [114.390788, 24.952853], [114.394868, 24.943662], [114.389854, 24.939005], [114.391964, 24.935917], [114.396471, 24.933586], [114.397079, 24.930506], [114.395385, 24.920834], [114.384494, 24.914933], [114.390896, 24.909628], [114.393693, 24.909324], [114.400144, 24.899895], [114.398583, 24.880439], [114.395732, 24.8751], [114.38849, 24.873824], [114.387918, 24.8687], [114.383291, 24.865014], [114.375055, 24.864887], [114.371248, 24.862476], [114.36848, 24.853231], [114.357688, 24.846271], [114.359912, 24.841464], [114.355068, 24.838112], [114.350564, 24.829109], [114.352526, 24.825315], [114.352453, 24.821053], [114.34346, 24.818748], [114.336603, 24.811065], [114.342949, 24.802455], [114.337557, 24.793107], [114.330406, 24.79102], [114.326656, 24.788472], [114.325869, 24.786013], [114.326921, 24.781638], [114.338796, 24.771406], [114.339168, 24.766758], [114.334034, 24.76135], [114.33363, 24.756062], [114.328052, 24.74947], [114.312513, 24.744259], [114.305453, 24.734775], [114.280964, 24.732935], [114.276473, 24.727892], [114.271506, 24.717472], [114.271945, 24.715069], [114.275219, 24.713173], [114.274344, 24.707705], [114.270006, 24.705191], [114.265704, 24.703816], [114.257392, 24.70418], [114.253354, 24.700026], [114.243393, 24.70259], [114.233514, 24.700641], [114.225686, 24.70238], [114.210928, 24.694904], [114.197735, 24.690565], [114.193988, 24.694665], [114.18381, 24.697844], [114.178668, 24.694301], [114.173536, 24.693327], [114.170193, 24.695926], [114.163937, 24.694007], [114.163262, 24.692563], [114.162379, 24.689146], [114.163551, 24.685767], [114.167354, 24.6829], [114.170403, 24.682896], [114.172372, 24.675223], [114.180478, 24.669867], [114.179831, 24.6669], [114.177369, 24.664809], [114.185768, 24.660492], [114.18417, 24.657967], [114.177198, 24.654803], [114.176276, 24.655859], [114.178871, 24.659966], [114.172894, 24.663713], [114.167472, 24.656624], [114.170283, 24.652311], [114.169819, 24.648723], [114.17944, 24.649595], [114.180687, 24.65258], [114.186516, 24.656148], [114.194887, 24.655315], [114.202352, 24.65702], [114.202292, 24.652237], [114.204744, 24.649706], [114.207858, 24.647675], [114.217743, 24.646499], [114.222807, 24.641787], [114.238674, 24.647189], [114.238585, 24.649754], [114.253127, 24.646444], [114.255816, 24.64303], [114.25558, 24.637012], [114.259199, 24.634114], [114.265046, 24.633132], [114.273718, 24.634419], [114.278584, 24.627699], [114.276665, 24.622361], [114.285398, 24.62246], [114.285791, 24.602323], [114.286952, 24.600223], [114.291239, 24.59886], [114.294757, 24.593705], [114.297048, 24.589545], [114.295378, 24.582347], [114.299353, 24.577934], [114.303453, 24.576357], [114.313527, 24.579611], [114.317745, 24.58276], [114.32165, 24.578709], [114.323838, 24.578654], [114.330284, 24.582057], [114.333414, 24.586784], [114.335544, 24.587386], [114.338235, 24.586494], [114.342612, 24.58155], [114.34213, 24.576548], [114.346582, 24.581258], [114.342869, 24.586066], [114.340399, 24.586908], [114.341235, 24.589728], [114.351923, 24.593904], [114.348294, 24.587061], [114.348636, 24.583025], [114.358629, 24.588178], [114.361643, 24.579925], [114.366861, 24.579737], [114.371835, 24.574801], [114.371393, 24.569262], [114.375454, 24.564017], [114.383691, 24.567315], [114.386182, 24.565564], [114.385509, 24.558516], [114.381584, 24.551438], [114.385222, 24.54797], [114.383746, 24.537769], [114.398199, 24.53081], [114.402026, 24.520284], [114.397965, 24.509393], [114.397564, 24.502553], [114.399791, 24.501988], [114.406452, 24.506237], [114.405977, 24.503627], [114.408454, 24.499906], [114.416932, 24.499112], [114.420148, 24.496228], [114.424007, 24.487716], [114.427703, 24.489807], [114.437594, 24.501471], [114.45001, 24.503799], [114.454777, 24.509055], [114.466527, 24.514373], [114.466085, 24.517512], [114.473435, 24.527837], [114.472689, 24.530185], [114.474017, 24.531916], [114.480783, 24.532492], [114.488746, 24.537734], [114.493261, 24.535322], [114.496228, 24.536665], [114.499955, 24.544256], [114.506229, 24.544919], [114.514822, 24.549834], [114.524023, 24.562021], [114.532611, 24.560551], [114.540492, 24.547029], [114.547133, 24.543971], [114.559576, 24.54026], [114.563161, 24.544657], [114.570571, 24.545355], [114.585965, 24.539343], [114.591017, 24.54437], [114.594267, 24.55561], [114.603792, 24.567287], [114.621238, 24.579956], [114.627579, 24.573209], [114.6325, 24.572536], [114.641624, 24.579404], [114.646315, 24.579531], [114.659368, 24.586688], [114.663438, 24.583869], [114.662158, 24.581438], [114.666826, 24.576941], [114.666494, 24.57036], [114.672299, 24.557012], [114.679248, 24.550865], [114.677889, 24.544763], [114.686409, 24.540353], [114.690053, 24.542021], [114.694579, 24.540887], [114.701248, 24.530873], [114.705684, 24.536172], [114.706091, 24.541355], [114.711941, 24.551532], [114.711756, 24.556221], [114.713996, 24.558051], [114.717458, 24.557419], [114.721347, 24.553929], [114.732821, 24.56755], [114.732273, 24.573993], [114.729035, 24.575124], [114.728088, 24.579278], [114.73137, 24.587819], [114.724399, 24.593916], [114.724937, 24.598793], [114.728044, 24.602255], [114.72389, 24.611157], [114.728852, 24.615645], [114.735717, 24.614614], [114.739851, 24.615619], [114.745096, 24.620624], [114.751654, 24.618719], [114.758188, 24.612283], [114.766292, 24.608804], [114.77499, 24.611181], [114.775891, 24.61287], [114.774522, 24.61604], [114.775706, 24.61638], [114.787378, 24.611541], [114.788687, 24.6084], [114.78788, 24.60572], [114.794191, 24.604831], [114.797518, 24.608543], [114.79939, 24.608362], [114.803059, 24.603251], [114.809882, 24.599395], [114.814416, 24.59418], [114.820677, 24.592071], [114.823599, 24.593811], [114.824397, 24.599006], [114.831069, 24.603074], [114.844225, 24.606197], [114.849986, 24.601532], [114.854535, 24.600913], [114.855407, 24.597036], [114.848902, 24.584226], [114.853946, 24.580653], [114.856952, 24.569997], [114.862172, 24.565388], [114.864995, 24.565095], [114.867355, 24.567922], [114.877995, 24.57249], [114.881213, 24.582808], [114.887393, 24.583874], [114.889458, 24.585915], [114.891562, 24.602086], [114.898153, 24.612676], [114.894548, 24.618647], [114.893666, 24.624562], [114.894974, 24.628213], [114.900583, 24.633938], [114.900506, 24.63767], [114.897605, 24.641218], [114.903992, 24.647693], [114.903446, 24.660824], [114.90798, 24.668272], [114.914693, 24.669877], [114.931097, 24.669201], [114.932239, 24.667322], [114.930787, 24.65845], [114.936448, 24.652391], [114.948336, 24.655778], [114.959245, 24.669], [114.97626, 24.676382], [114.981334, 24.677149], [114.98458, 24.674892], [114.998495, 24.683267], [115.003079, 24.679544], [115.002595, 24.67586], [115.008501, 24.675532], [115.013385, 24.677357], [115.016714, 24.674558], [115.017906, 24.670987], [115.019982, 24.670856], [115.023109, 24.67453], [115.022202, 24.678782], [115.023527, 24.680875], [115.030447, 24.683605], [115.032777, 24.683072], [115.039533, 24.691575], [115.043022, 24.692681], [115.037564, 24.69904], [115.039113, 24.701045], [115.045004, 24.701754], [115.047492, 24.705351], [115.048006, 24.70723], [115.046395, 24.70915], [115.049043, 24.713561], [115.051803, 24.706061], [115.068729, 24.70707], [115.082313, 24.695761], [115.081725, 24.690654], [115.090547, 24.677252], [115.098406, 24.676766], [115.100075, 24.670115], [115.104069, 24.67131], [115.105039, 24.674097], [115.106789, 24.674345], [115.114443, 24.671034], [115.11551, 24.667423], [115.118977, 24.66729], [115.123734, 24.675527], [115.118805, 24.673232], [115.118091, 24.676404], [115.122851, 24.683345], [115.126773, 24.682673], [115.134293, 24.68439], [115.13997, 24.688436], [115.142668, 24.692481], [115.152175, 24.690884], [115.154109, 24.693683], [115.157327, 24.69485], [115.160826, 24.693698], [115.163768, 24.695178], [115.163476, 24.698242], [115.165782, 24.69878], [115.190767, 24.694714], [115.189462, 24.699574], [115.186076, 24.699736], [115.184818, 24.697961], [115.180599, 24.701046], [115.180382, 24.710903], [115.192952, 24.714462], [115.220919, 24.729597], [115.23044, 24.727092], [115.232466, 24.730613], [115.240113, 24.734923], [115.253045, 24.730925], [115.256437, 24.732138], [115.264748, 24.747442], [115.265867, 24.75402], [115.275729, 24.757361], [115.304237, 24.761477], [115.309652, 24.753957], [115.315722, 24.750911], [115.324444, 24.752701], [115.334698, 24.750898], [115.343735, 24.745718], [115.349126, 24.739776], [115.35548, 24.737522], [115.359379, 24.741671], [115.359287, 24.748687], [115.356604, 24.753532], [115.357176, 24.758908], [115.363438, 24.771319], [115.368994, 24.777313], [115.373291, 24.77375], [115.382678, 24.774077], [115.388125, 24.779055], [115.389149, 24.78588], [115.403136, 24.79756], [115.408818, 24.795883], [115.409668, 24.793252], [115.416717, 24.788927], [115.426658, 24.786573], [115.427734, 24.78162], [115.438514, 24.775347], [115.444748, 24.768959], [115.448493, 24.769832], [115.451871, 24.76646], [115.459699, 24.769], [115.469737, 24.766554], [115.47703, 24.758257], [115.476541, 24.753784], [115.482479, 24.749038], [115.486062, 24.749052], [115.492706, 24.743139], [115.491331, 24.736288], [115.501427, 24.729103], [115.501167, 24.721948], [115.503253, 24.718922], [115.521103, 24.719866], [115.523954, 24.714772], [115.515808, 24.703884], [115.527626, 24.69872], [115.531613, 24.693659], [115.537264, 24.694053], [115.54487, 24.687809], [115.551577, 24.686587], [115.550038, 24.674433], [115.554996, 24.661387], [115.552884, 24.651297], [115.555539, 24.647834], [115.557075, 24.640757], [115.560998, 24.638183], [115.565804, 24.629824], [115.566198, 24.627867], [115.564153, 24.625173], [115.564929, 24.622591], [115.567276, 24.62187], [115.571428, 24.61667], [115.578695, 24.617702], [115.57808, 24.61871], [115.582346, 24.62109], [115.583636, 24.618886], [115.594726, 24.618778], [115.59935, 24.62293], [115.59872, 24.625858], [115.601736, 24.628961], [115.606833, 24.628324], [115.615163, 24.621943], [115.623422, 24.624511], [115.626379, 24.615406], [115.649026, 24.617313], [115.653387, 24.610548], [115.667667, 24.607674], [115.680624, 24.588161], [115.680342, 24.582833], [115.683012, 24.57878], [115.682962, 24.573257], [115.672964, 24.568274], [115.67367, 24.56213], [115.679001, 24.554256], [115.679597, 24.550495], [115.686563, 24.547026], [115.697398, 24.549307], [115.703576, 24.546632], [115.708729, 24.540428], [115.71346, 24.54302], [115.73283, 24.545542], [115.735931, 24.544906], [115.737183, 24.542801], [115.762057, 24.558621], [115.765879, 24.56583], [115.771919, 24.563162], [115.776636, 24.570599], [115.786317, 24.574958], [115.785482, 24.571533], [115.794561, 24.56819], [115.803191, 24.56234], [115.803912, 24.56711], [115.806369, 24.57003], [115.814952, 24.565983], [115.818971, 24.562109], [115.834254, 24.567638], [115.838991, 24.564506], [115.849584, 24.568234], [115.843994, 24.575144], [115.836043, 24.578558], [115.835487, 24.587825], [115.830533, 24.592767], [115.827558, 24.599281], [115.81749, 24.601677], [115.811162, 24.608189], [115.809611, 24.614296], [115.801615, 24.619889], [115.801198, 24.623392], [115.7959, 24.623397], [115.793556, 24.632452], [115.782346, 24.634201], [115.781299, 24.640405], [115.786717, 24.649962], [115.779219, 24.656476], [115.777354, 24.666053], [115.76141, 24.667186], [115.756301, 24.671793], [115.758207, 24.673907], [115.767489, 24.674299], [115.772687, 24.678361], [115.77271, 24.680819], [115.783409, 24.677701], [115.792239, 24.677093], [115.795145, 24.679827], [115.792357, 24.684679], [115.801398, 24.689716], [115.798087, 24.697565], [115.803345, 24.700428], [115.801483, 24.706641], [115.796448, 24.708722], [115.787812, 24.70256], [115.778879, 24.704203], [115.771447, 24.71134], [115.765638, 24.711767], [115.76785, 24.722887], [115.766705, 24.728813], [115.759013, 24.734571], [115.751795, 24.737423], [115.751403, 24.749424], [115.752526, 24.753315], [115.756662, 24.754861], [115.758857, 24.757813], [115.758318, 24.762254], [115.760303, 24.766468], [115.773268, 24.774992], [115.764132, 24.789111], [115.758491, 24.794547], [115.764407, 24.798771], [115.767795, 24.803606], [115.768128, 24.817509], [115.774304, 24.823021], [115.77378, 24.830638], [115.771973, 24.833631], [115.774693, 24.838686], [115.782584, 24.835862], [115.785573, 24.836202], [115.787232, 24.838472], [115.78691, 24.841064], [115.783088, 24.842545], [115.779335, 24.851947], [115.788686, 24.859312], [115.781393, 24.859004], [115.776696, 24.866277], [115.784732, 24.866636], [115.78927, 24.865432], [115.791189, 24.861363], [115.801187, 24.860789], [115.803651, 24.864352], [115.803642, 24.867827], [115.799847, 24.876575], [115.799398, 24.882145], [115.803764, 24.888521], [115.804136, 24.893579], [115.807123, 24.899425], [115.81792, 24.91138], [115.820878, 24.912532], [115.824465, 24.910033], [115.833081, 24.909446], [115.845417, 24.902659], [115.845454, 24.898733], [115.850365, 24.894732], [115.861037, 24.893685], [115.860525, 24.887566], [115.855855, 24.884168], [115.859987, 24.878739], [115.855588, 24.872905], [115.854747, 24.867573], [115.856488, 24.866504], [115.863249, 24.868248], [115.868669, 24.873434], [115.877717, 24.871313], [115.887357, 24.872062], [115.894555, 24.880398], [115.903901, 24.883806], [115.901341, 24.890738], [115.886183, 24.895387], [115.883143, 24.9006], [115.880199, 24.900487], [115.878491, 24.914308], [115.88131, 24.917195], [115.873327, 24.935233], [115.877782, 24.940727], [115.880903, 24.940367], [115.88085, 24.937997], [115.884633, 24.935724], [115.887483, 24.9408], [115.893294, 24.938587], [115.897801, 24.935529], [115.903299, 24.926701], [115.906947, 24.92833], [115.913739, 24.927115], [115.921061, 24.92173], [115.93691, 24.923421], [115.944639, 24.919507], [115.961677, 24.915581], [115.975181, 24.918862], [115.980613, 24.9022], [115.986495, 24.903008], [115.995311, 24.899005], [116.006036, 24.903844], [116.008073, 24.906547], [116.01468, 24.908129], [116.019589, 24.904418], [116.022629, 24.898346], [116.029495, 24.894737], [116.028988, 24.891809], [116.035294, 24.890902], [116.038725, 24.878186], [116.044104, 24.876212], [116.042624, 24.870703], [116.047025, 24.864433], [116.057706, 24.862594], [116.063509, 24.852625], [116.070206, 24.856244], [116.078712, 24.856335], [116.083056, 24.847276], [116.080209, 24.842789], [116.085969, 24.83934], [116.088233, 24.84072], [116.090723, 24.847531], [116.088534, 24.851989], [116.093564, 24.854057], [116.128785, 24.84996], [116.138847, 24.846378], [116.145735, 24.848229], [116.148301, 24.847479], [116.151115, 24.853735], [116.160852, 24.861021], [116.164351, 24.866952], [116.171661, 24.870795], [116.176222, 24.879043], [116.179636, 24.878286], [116.187025, 24.881356], [116.18602, 24.871993], [116.190094, 24.871545], [116.197931, 24.858994], [116.208282, 24.853855], [116.214867, 24.848173], [116.21603, 24.843872], [116.21345, 24.84228], [116.217255, 24.832816], [116.22735, 24.82882], [116.234017, 24.834243], [116.243126, 24.834524], [116.245428, 24.825599], [116.235586, 24.816157], [116.227071, 24.802675], [116.233701, 24.801752], [116.239167, 24.796576], [116.243444, 24.795412], [116.261238, 24.803106], [116.280345, 24.801837], [116.295096, 24.804841], [116.317464, 24.822107], [116.325645, 24.826928], [116.330845, 24.826137], [116.344988, 24.834466], [116.347047, 24.845533], [116.345578, 24.859528], [116.350268, 24.86148], [116.35716, 24.871883], [116.362525, 24.873431], [116.369471, 24.869687], [116.371382, 24.871438], [116.369359, 24.87615], [116.370162, 24.877725], [116.375318, 24.879759], [116.391474, 24.880584], [116.392426, 24.876138], [116.386776, 24.874047], [116.388896, 24.861373], [116.39433, 24.854931], [116.402684, 24.854143], [116.407866, 24.850589], [116.414231, 24.843419], [116.402247, 24.835924], [116.385475, 24.831351], [116.373195, 24.825729], [116.371443, 24.821556], [116.370721, 24.80585], [116.375387, 24.804111], [116.37933, 24.799749], [116.376763, 24.798308], [116.376615, 24.796087], [116.379219, 24.793782], [116.386596, 24.79187], [116.387473, 24.794816], [116.394125, 24.797237], [116.396949, 24.794842], [116.396431, 24.79166], [116.400318, 24.783218], [116.411954, 24.774639], [116.41465, 24.769523], [116.41229, 24.754317], [116.40969, 24.749938], [116.414413, 24.744388], [116.423333, 24.74376], [116.423579, 24.738058], [116.426932, 24.736719], [116.430508, 24.738493], [116.435829, 24.734587], [116.435209, 24.725833], [116.439776, 24.71871], [116.452121, 24.717464], [116.463781, 24.722305], [116.473756, 24.72088], [116.478625, 24.723716], [116.482546, 24.721179], [116.497329, 24.700552], [116.498808, 24.694257], [116.495678, 24.686668], [116.497773, 24.679718], [116.496363, 24.675387], [116.503908, 24.667745], [116.507757, 24.659596], [116.512316, 24.656524], [116.511582, 24.652262], [116.505509, 24.642989], [116.507798, 24.640244], [116.506568, 24.63551], [116.503347, 24.631327], [116.504746, 24.626903], [116.500095, 24.62368], [116.506314, 24.617575], [116.513973, 24.615464], [116.520121, 24.61153], [116.522306, 24.60785], [116.524957, 24.607733], [116.541011, 24.615838], [116.546187, 24.615466], [116.54462, 24.611773], [116.546714, 24.608583], [116.552943, 24.618823], [116.559818, 24.624042], [116.565458, 24.625533], [116.56561, 24.63034], [116.57008, 24.634915], [116.582598, 24.639941], [116.592622, 24.657784], [116.599854, 24.655976], [116.600054, 24.6512], [116.60668, 24.64982], [116.61176, 24.650839], [116.616807, 24.649132], [116.619072, 24.645079], [116.625091, 24.644932], [116.628092, 24.645797], [116.63085, 24.650826], [116.638962, 24.654356], [116.646159, 24.654096], [116.652557, 24.658772], [116.665097, 24.660835], [116.671884, 24.663651], [116.686123, 24.663761], [116.696866, 24.658871], [116.699842, 24.661408], [116.700348, 24.666667], [116.715297, 24.667437], [116.725072, 24.669829], [116.735387, 24.669631], [116.745093, 24.658988], [116.747657, 24.658302], [116.753003, 24.662331], [116.754638, 24.665554], [116.763182, 24.669375], [116.769857, 24.677682], [116.7767, 24.681612], [116.797138, 24.680518], [116.805121, 24.668978], [116.810532, 24.657561], [116.806659, 24.651408], [116.806536, 24.647814], [116.795499, 24.642683], [116.791948, 24.639406], [116.793401, 24.625515], [116.781789, 24.615742], [116.77596, 24.607351], [116.774885, 24.601888], [116.770932, 24.597086], [116.764162, 24.593086], [116.756817, 24.585458], [116.752711, 24.583682], [116.758758, 24.578119], [116.76234, 24.571985], [116.762656, 24.567081], [116.755792, 24.56391], [116.75241, 24.560218], [116.750872, 24.554139], [116.752183, 24.550278], [116.766526, 24.537671], [116.770756, 24.536848], [116.780125, 24.517914], [116.795154, 24.501342], [116.813054, 24.494165], [116.808767, 24.490286], [116.808365, 24.486593], [116.818016, 24.491875], [116.822227, 24.496721], [116.828507, 24.499524], [116.846829, 24.478378], [116.850239, 24.470746], [116.855127, 24.465107], [116.855223, 24.460722], [116.845965, 24.455387], [116.838453, 24.456831], [116.833705, 24.447171], [116.834799, 24.442344], [116.841839, 24.431548], [116.850836, 24.426135], [116.854285, 24.422044], [116.858256, 24.410676], [116.863392, 24.410889], [116.864837, 24.402161], [116.868843, 24.394663], [116.880384, 24.397803], [116.881611, 24.394512], [116.889667, 24.388653], [116.899556, 24.373676], [116.897655, 24.37239], [116.897235, 24.369554], [116.890186, 24.367495], [116.894859, 24.358148], [116.894138, 24.354428], [116.891763, 24.357294], [116.89027, 24.355121], [116.902432, 24.34683], [116.905024, 24.333966], [116.910359, 24.329986], [116.915059, 24.32366], [116.907291, 24.312346], [116.909072, 24.304651], [116.907473, 24.301754], [116.911754, 24.293389], [116.909388, 24.289238], [116.915287, 24.2861], [116.919123, 24.288894], [116.930326, 24.288837], [116.934826, 24.287245], [116.934168, 24.271247], [116.932641, 24.2679], [116.934524, 24.25507], [116.93196, 24.254525], [116.930202, 24.251349], [116.934041, 24.244674], [116.934296, 24.240432], [116.932922, 24.233936], [116.9301, 24.23444], [116.92863, 24.223172], [116.936852, 24.22016], [116.951301, 24.219806], [116.953491, 24.215311], [116.959664, 24.212325], [116.961667, 24.206789], [116.967726, 24.200487], [116.973022, 24.202983], [116.985108, 24.194361], [116.986646, 24.189333], [116.99285, 24.188231], [116.993343, 24.184983], [116.987379, 24.17455], [116.983195, 24.173693], [116.978049, 24.168187], [116.971076, 24.16466], [116.967852, 24.161338], [116.969154, 24.159289], [116.966143, 24.156925], [116.958623, 24.155457], [116.953366, 24.15032], [116.95337, 24.148175], [116.945562, 24.148232], [116.943939, 24.145681], [116.945933, 24.141275], [116.940033, 24.13996], [116.935933, 24.133023], [116.931351, 24.131114], [116.930798, 24.119817], [116.923055, 24.107337], [116.922148, 24.103439], [116.925517, 24.092621], [116.924186, 24.082038], [116.925801, 24.069611], [116.931907, 24.062487], [116.930598, 24.058387], [116.935877, 24.055512], [116.943148, 24.0572], [116.94772, 24.053845], [116.94684, 24.040614], [116.939147, 24.038633], [116.937748, 24.032876], [116.944457, 24.030614], [116.946159, 24.026003], [116.953154, 24.019618], [116.950197, 24.01721], [116.949656, 24.0067], [116.95299, 24.007046], [116.952821, 24.010113], [116.957457, 24.01446], [116.975549, 24.005026], [116.976892, 24], [116.976823, 23.997676], [116.971756, 23.995139], [116.967107, 23.975354], [116.971762, 23.971162], [116.975352, 23.96409], [116.976681, 23.949238], [116.975579, 23.942413], [116.96942, 23.930304], [116.963278, 23.926416], [116.951199, 23.925066], [116.950192, 23.922914], [116.956591, 23.914569], [116.95501, 23.907048], [116.971216, 23.898158], [116.968959, 23.890128], [116.972888, 23.883126], [116.972435, 23.872524], [116.965996, 23.871484], [116.957861, 23.872651], [116.955244, 23.868992], [116.96018, 23.861612], [116.968918, 23.858477], [116.977169, 23.860432], [116.979961, 23.864821], [116.983716, 23.865454], [116.998663, 23.862565], [117.01622, 23.843103], [117.019289, 23.832595], [117.023341, 23.828303], [117.027118, 23.829782], [117.028635, 23.828001], [117.027207, 23.819135], [117.016271, 23.811347], [117.028198, 23.797479], [117.029045, 23.786341], [117.044438, 23.747734], [117.047031, 23.73824], [117.045435, 23.728658], [117.047777, 23.719067], [117.044717, 23.713886], [117.04543, 23.702657], [117.055862, 23.689808], [117.060908, 23.688995], [117.069971, 23.681005], [117.072944, 23.682735], [117.07867, 23.679025], [117.07975, 23.676631], [117.077944, 23.675466], [117.086037, 23.666606], [117.088217, 23.668331], [117.092628, 23.667419], [117.113625, 23.656905], [117.116486, 23.654393], [117.118825, 23.648781], [117.125844, 23.653225], [117.142706, 23.656082], [117.146275, 23.649846], [117.155259, 23.641478], [117.170624, 23.640433], [117.183439, 23.631103], [117.188675, 23.619856], [117.179967, 23.617731], [117.161904, 23.609151], [117.146717, 23.598777], [117.128445, 23.578956], [117.125393, 23.573487], [117.123945, 23.565208], [117.110017, 23.566049], [117.105761, 23.564929], [117.100654, 23.559891], [117.096015, 23.56245], [117.088104, 23.551264], [117.088837, 23.547661], [117.081999, 23.545046], [117.082942, 23.549425], [117.076578, 23.553455], [117.078148, 23.559215], [117.084968, 23.562462], [117.08089, 23.573651], [117.078638, 23.575287], [117.07908, 23.577381], [117.086853, 23.584501], [117.084613, 23.589676], [117.076691, 23.59703], [117.072581, 23.605682], [117.074196, 23.620038], [117.033107, 23.622147], [117.030565, 23.625448], [117.027509, 23.622777], [117.030245, 23.620847], [117.030126, 23.618468], [117.024891, 23.617635], [117.020252, 23.613352], [117.018229, 23.613233], [117.017098, 23.617721], [116.987792, 23.630279], [116.983922, 23.624252], [116.976427, 23.617276], [116.964595, 23.613685], [116.959113, 23.60944], [116.962983, 23.59802], [116.966411, 23.60091], [116.973, 23.601565], [116.97594, 23.596668], [116.970751, 23.58371], [116.968057, 23.580866], [116.96387, 23.580075], [116.960834, 23.57644], [116.959858, 23.56574], [116.964709, 23.556419], [116.964354, 23.551], [116.967501, 23.551182], [116.969018, 23.558271], [116.974036, 23.562876], [116.985063, 23.558842], [116.993308, 23.561682], [116.999136, 23.567258], [117.008409, 23.567189], [117.01792, 23.563351], [117.019711, 23.556669], [117.018065, 23.552633], [117.010758, 23.551712], [117.001062, 23.547207], [116.995855, 23.541276], [116.991842, 23.514054], [116.994363, 23.511006], [116.989492, 23.508546], [116.973948, 23.513487], [116.965797, 23.51326], [116.956641, 23.517231], [116.94041, 23.520859], [116.932083, 23.528463], [116.931029, 23.53072], [116.932594, 23.535686], [116.940329, 23.538263], [116.960257, 23.541023], [116.963439, 23.543326], [116.961969, 23.544951], [116.959766, 23.543054], [116.947084, 23.543457], [116.93964, 23.546321], [116.93673, 23.538577], [116.932249, 23.53826], [116.924267, 23.539543], [116.921916, 23.541754], [116.920586, 23.554439], [116.911871, 23.552244], [116.890296, 23.555571], [116.87546, 23.55301], [116.882884, 23.548207], [116.89557, 23.543973], [116.868982, 23.498408], [116.861066, 23.504015], [116.861204, 23.494157], [116.864391, 23.488652], [116.859506, 23.479258], [116.860733, 23.475828], [116.863452, 23.473753], [116.86541, 23.473213], [116.869323, 23.475339], [116.870915, 23.474121], [116.874542, 23.468887], [116.872296, 23.463152], [116.867747, 23.4608], [116.862925, 23.462692], [116.851547, 23.463088], [116.845629, 23.459697], [116.833986, 23.457111], [116.826084, 23.455726], [116.821189, 23.457503], [116.819895, 23.454929], [116.826237, 23.451505], [116.838686, 23.454588], [116.852268, 23.452796], [116.863822, 23.446486], [116.863435, 23.442648], [116.856228, 23.433612], [116.856406, 23.426796], [116.86072, 23.418448], [116.865759, 23.418768], [116.866324, 23.415924], [116.861851, 23.413347], [116.85889, 23.414428], [116.858153, 23.417587], [116.848661, 23.417759], [116.8374, 23.4031], [116.8285, 23.3865], [116.8258, 23.3866], [116.8209, 23.3914], [116.8196, 23.3908], [116.8156, 23.3935], [116.8141, 23.3955], [116.814996, 23.396985], [116.810233, 23.40169], [116.805879, 23.402272], [116.804984, 23.39577], [116.808315, 23.39214], [116.81, 23.384], [116.8174, 23.3774], [116.8174, 23.3753], [116.802, 23.3617], [116.7844, 23.3318], [116.7753, 23.3244], [116.766178, 23.332727], [116.763396, 23.323986], [116.758716, 23.317049], [116.756977, 23.305534], [116.762309, 23.302968], [116.771029, 23.291401], [116.772037, 23.259326], [116.774643, 23.249398], [116.778613, 23.242293], [116.782625, 23.238664], [116.78827, 23.23725], [116.792662, 23.240596], [116.799108, 23.242185], [116.807955, 23.239781], [116.807885, 23.23741], [116.803414, 23.237495], [116.800024, 23.234014], [116.795444, 23.225792], [116.794595, 23.22236], [116.797095, 23.216358], [116.790606, 23.211858], [116.784547, 23.212685], [116.777165, 23.216647], [116.776701, 23.227499], [116.766908, 23.230334], [116.761661, 23.227844], [116.756747, 23.230409], [116.754318, 23.235868], [116.747898, 23.242422], [116.746502, 23.257227], [116.732979, 23.263413], [116.728631, 23.263179], [116.726696, 23.265479], [116.721691, 23.263574], [116.719451, 23.259418], [116.722812, 23.253214], [116.733116, 23.256144], [116.741332, 23.252095], [116.740977, 23.246225], [116.734085, 23.247794], [116.718117, 23.243703], [116.714891, 23.244352], [116.702176, 23.23873], [116.691519, 23.231373], [116.678648, 23.220286], [116.663648, 23.202174], [116.661315, 23.197654], [116.662167, 23.186716], [116.648985, 23.166195], [116.637906, 23.164319], [116.6289, 23.174601], [116.62926, 23.176927], [116.633146, 23.175627], [116.631105, 23.180769], [116.626876, 23.182678], [116.616936, 23.183602], [116.610153, 23.181802], [116.607021, 23.183984], [116.60542, 23.188833], [116.607348, 23.197393], [116.610371, 23.199274], [116.615865, 23.199536], [116.618763, 23.202139], [116.620024, 23.21388], [116.618717, 23.218527], [116.611811, 23.216501], [116.614854, 23.211475], [116.614337, 23.20434], [116.605885, 23.204997], [116.603022, 23.198849], [116.603738, 23.196097], [116.583158, 23.186247], [116.568786, 23.175757], [116.551188, 23.157008], [116.537823, 23.132048], [116.534399, 23.119668], [116.534047, 23.108539], [116.537312, 23.10304], [116.555298, 23.087652], [116.551914, 23.085407], [116.549447, 23.078967], [116.546666, 23.057108], [116.550871, 23.046962], [116.55495, 23.045235], [116.554257, 23.033292], [116.559409, 23.024141], [116.564253, 23.019369], [116.554912, 23.012278], [116.557983, 23.005175], [116.548731, 23.001018], [116.545936, 22.997513], [116.544521, 22.99796], [116.542443, 23.007276], [116.530916, 23.005143], [116.521624, 22.998209], [116.51728, 22.992168], [116.514431, 22.984282], [116.513092, 22.976964], [116.515652, 22.970087], [116.510686, 22.968062], [116.504587, 22.956034], [116.502962, 22.947112], [116.504169, 22.943685], [116.498071, 22.939396], [116.484433, 22.936463], [116.482719, 22.938647], [116.483074, 22.94147], [116.474303, 22.946678], [116.464872, 22.946444], [116.457426, 22.949398], [116.448371, 22.946319], [116.443173, 22.941832], [116.434111, 22.940693], [116.423356, 22.936388], [116.41802, 22.936098], [116.415889, 22.938618], [116.410477, 22.938824], [116.395495, 22.931815], [116.391247, 22.933514], [116.380764, 22.928869], [116.355574, 22.937076], [116.340303, 22.945117], [116.333747, 22.944977], [116.326161, 22.951039], [116.326585, 22.954043], [116.32138, 22.961651], [116.312065, 22.962265], [116.286761, 22.957865], [116.25979, 22.946455], [116.227374, 22.924779], [116.217257, 22.916852], [116.197004, 22.896819], [116.17014, 22.867078], [116.143103, 22.847396], [116.135893, 22.839818], [116.13155, 22.837312], [116.117213, 22.83624], [116.104796, 22.829322], [116.0998, 22.822613], [116.095169, 22.819562], [116.086894, 22.826218], [116.083527, 22.840677], [116.078245, 22.847531], [116.059084, 22.850082], [116.038587, 22.848628], [116.021432, 22.843106], [116.001352, 22.832432], [115.992962, 22.835093], [115.983085, 22.830002], [115.97222, 22.820903], [115.954878, 22.802371], [115.9483, 22.803005], [115.946283, 22.805656], [115.949775, 22.810667], [115.955003, 22.811559], [115.956112, 22.812943], [115.954516, 22.814739], [115.948845, 22.814363], [115.94391, 22.81029], [115.934245, 22.81009], [115.925721, 22.807324], [115.912634, 22.799696], [115.903863, 22.791398], [115.89603, 22.793714], [115.895228, 22.796507], [115.891311, 22.799234], [115.886341, 22.799718], [115.879927, 22.798025], [115.853079, 22.780093], [115.819514, 22.743057], [115.815709, 22.741223], [115.800249, 22.750407], [115.794941, 22.761856], [115.79961, 22.762297], [115.802329, 22.768615], [115.79976, 22.778482], [115.799489, 22.787238], [115.802862, 22.791236], [115.802244, 22.795159], [115.79547, 22.804181], [115.793393, 22.810485], [115.795386, 22.813706], [115.791597, 22.818146], [115.796194, 22.821476], [115.801136, 22.816029], [115.805468, 22.816264], [115.811424, 22.806061], [115.816607, 22.80917], [115.809454, 22.819815], [115.800016, 22.821528], [115.801119, 22.823545], [115.794154, 22.826472], [115.788309, 22.823809], [115.774093, 22.83335], [115.770663, 22.839671], [115.750842, 22.84753], [115.724426, 22.851588], [115.698091, 22.849907], [115.696481, 22.852693], [115.6997, 22.859919], [115.699699, 22.870279], [115.694999, 22.875274], [115.689527, 22.876922], [115.676415, 22.877738], [115.658454, 22.876189], [115.634406, 22.869597], [115.61517, 22.861869], [115.614161, 22.862899], [115.615312, 22.864647], [115.608678, 22.865582], [115.602509, 22.859118], [115.602036, 22.852975], [115.594444, 22.850019], [115.57905, 22.838597], [115.559072, 22.817376], [115.557658, 22.81294], [115.560499, 22.809084], [115.554089, 22.800494], [115.544373, 22.793929], [115.541649, 22.789119], [115.539741, 22.778516], [115.533665, 22.779973], [115.525832, 22.772791], [115.525287, 22.769175], [115.530201, 22.769378], [115.531495, 22.766727], [115.529468, 22.760524], [115.524468, 22.754813], [115.521511, 22.753725], [115.532172, 22.736516], [115.536465, 22.722784], [115.54473, 22.714261], [115.548205, 22.716955], [115.562796, 22.740853], [115.554384, 22.744817], [115.558518, 22.754289], [115.581759, 22.74249], [115.586125, 22.74377], [115.597451, 22.754636], [115.60103, 22.752139], [115.598064, 22.744643], [115.601084, 22.741983], [115.600019, 22.736692], [115.584032, 22.73206], [115.572123, 22.721346], [115.562669, 22.70878], [115.559126, 22.700917], [115.557595, 22.693838], [115.558605, 22.685655], [115.577735, 22.672712], [115.572931, 22.669194], [115.570057, 22.669575], [115.567315, 22.666433], [115.567353, 22.660362], [115.571309, 22.658795], [115.57017, 22.653774], [115.559865, 22.66253], [115.558865, 22.667691], [115.555285, 22.67057], [115.54435, 22.671961], [115.537007, 22.669479], [115.528749, 22.675362], [115.522234, 22.675031], [115.517718, 22.678894], [115.51462, 22.686494], [115.493535, 22.686872], [115.468733, 22.70379], [115.447508, 22.700674], [115.437448, 22.70184], [115.430293, 22.697933], [115.421732, 22.689272], [115.401369, 22.691869], [115.381577, 22.689187], [115.377286, 22.698284], [115.362876, 22.703283], [115.357223, 22.712253], [115.351485, 22.712013], [115.346721, 22.717719], [115.344272, 22.725141], [115.33951, 22.732697], [115.341963, 22.737078], [115.345958, 22.738722], [115.349256, 22.743721], [115.348139, 22.756079], [115.351673, 22.761236], [115.353859, 22.761575], [115.356102, 22.757175], [115.360762, 22.754153], [115.370133, 22.751812], [115.397753, 22.747578], [115.404719, 22.749047], [115.416885, 22.757541], [115.422282, 22.758023], [115.431352, 22.762919], [115.426347, 22.76638], [115.41374, 22.787901], [115.406973, 22.789648], [115.396705, 22.789364], [115.387769, 22.783406], [115.380264, 22.775928], [115.374689, 22.77806], [115.369246, 22.77735], [115.368285, 22.772195], [115.36958, 22.765663], [115.36178, 22.762649], [115.340379, 22.783575], [115.320583, 22.792237], [115.313189, 22.793784], [115.295171, 22.794337], [115.272024, 22.792372], [115.256498, 22.78748], [115.2355, 22.786345], [115.230308, 22.781295], [115.228336, 22.786988], [115.231777, 22.789359], [115.235414, 22.789278], [115.237356, 22.791917], [115.232688, 22.799105], [115.233614, 22.804261], [115.243196, 22.808745], [115.250336, 22.815007], [115.265976, 22.820178], [115.267979, 22.827353], [115.271043, 22.829576], [115.280151, 22.833262], [115.284476, 22.830104], [115.285644, 22.853705], [115.294927, 22.851348], [115.30027, 22.856345], [115.312151, 22.861822], [115.316803, 22.868135], [115.31778, 22.884853], [115.316308, 22.897285], [115.318253, 22.902645], [115.323504, 22.905698], [115.328157, 22.913102], [115.325057, 22.91629], [115.321866, 22.906155], [115.313553, 22.902704], [115.308853, 22.903286], [115.30866, 22.908317], [115.305533, 22.905169], [115.305914, 22.901856], [115.311253, 22.897648], [115.313019, 22.890806], [115.312631, 22.880781], [115.309794, 22.871837], [115.30259, 22.867608], [115.294137, 22.865802], [115.281888, 22.85802], [115.276288, 22.840605], [115.270527, 22.839798], [115.256279, 22.822735], [115.249996, 22.8234], [115.248187, 22.824326], [115.248031, 22.826563], [115.237462, 22.830644], [115.21018, 22.834818], [115.188468, 22.829842], [115.174306, 22.821962], [115.172804, 22.814182], [115.165963, 22.808732], [115.164705, 22.80452], [115.169632, 22.79648], [115.178195, 22.793193], [115.182862, 22.795097], [115.187743, 22.790458], [115.189436, 22.783888], [115.184267, 22.779424], [115.179268, 22.778374], [115.172099, 22.779375], [115.176043, 22.782986], [115.174897, 22.784959], [115.169451, 22.788173], [115.163901, 22.788245], [115.156972, 22.793084], [115.153997, 22.797112], [115.153021, 22.804548], [115.155345, 22.81007], [115.148569, 22.81336], [115.123294, 22.810402], [115.115967, 22.808176], [115.100326, 22.799099], [115.077556, 22.798213], [115.055284, 22.789801], [115.053189, 22.789956], [115.052241, 22.794954], [115.049861, 22.798039], [115.048455, 22.797633], [115.050379, 22.792449], [115.045874, 22.78919], [115.042538, 22.777026], [115.044908, 22.772147], [115.042898, 22.763075], [115.047498, 22.750502], [115.042572, 22.749224], [115.041419, 22.7511], [115.027547, 22.748634], [115.019954, 22.742023], [115.016168, 22.734638], [115.01528, 22.728759], [115.027703, 22.72422], [115.032431, 22.716786], [115.028503, 22.712477], [115.027409, 22.707382], [115.022809, 22.705908], [115.003839, 22.705807], [114.985331, 22.691169], [114.978308, 22.68832], [114.974658, 22.689019], [114.975436, 22.693862], [114.973445, 22.695733], [114.966642, 22.698516], [114.957497, 22.697216], [114.950818, 22.70737], [114.949961, 22.712079], [114.950177, 22.720289], [114.953691, 22.730591], [114.951811, 22.740364], [114.936246, 22.751477], [114.925302, 22.752884], [114.920434, 22.750478], [114.903974, 22.749145], [114.892257, 22.756344], [114.888392, 22.762664], [114.880776, 22.767642], [114.877909, 22.760302], [114.867538, 22.758732], [114.885108, 22.744306], [114.884792, 22.73762], [114.878059, 22.728095], [114.88776, 22.728372], [114.895126, 22.719869], [114.902163, 22.718629], [114.907276, 22.719582], [114.91669, 22.725166], [114.919194, 22.724028], [114.925952, 22.71539], [114.933285, 22.713047], [114.950997, 22.702144], [114.950961, 22.698535], [114.953841, 22.695257], [114.965516, 22.693152], [114.965099, 22.687055], [114.968588, 22.679119], [114.939105, 22.657743], [114.926176, 22.643604], [114.905422, 22.609512], [114.900138, 22.590339], [114.900441, 22.57793], [114.90196, 22.575267], [114.911878, 22.572016], [114.917026, 22.565643], [114.917611, 22.561589], [114.913465, 22.556228], [114.907238, 22.552198], [114.904338, 22.551623], [114.892344, 22.554703], [114.887857, 22.552052], [114.886341, 22.546186], [114.8838, 22.544237], [114.880968, 22.546704], [114.881016, 22.553646], [114.882044, 22.555691], [114.885529, 22.555769], [114.889783, 22.559535], [114.889127, 22.565217], [114.885533, 22.569718], [114.89224, 22.578616], [114.886578, 22.58912], [114.87493, 22.596927], [114.858091, 22.602082], [114.840123, 22.602952], [114.823022, 22.600564], [114.822465, 22.595208], [114.817347, 22.596259], [114.802735, 22.591295], [114.799074, 22.597881], [114.788144, 22.599924], [114.773954, 22.596154], [114.766061, 22.597353], [114.763754, 22.596346], [114.763916, 22.593787], [114.754928, 22.589232], [114.752425, 22.591144], [114.750808, 22.599006], [114.743707, 22.601093], [114.736611, 22.605496], [114.735229, 22.608151], [114.741513, 22.614737], [114.743058, 22.629235], [114.746684, 22.636417], [114.746839, 22.640172], [114.742534, 22.645662], [114.732259, 22.65297], [114.732417, 22.659385], [114.740989, 22.675697], [114.748916, 22.684008], [114.75054, 22.68996], [114.748, 22.696603], [114.737993, 22.708249], [114.736873, 22.714226], [114.741598, 22.72098], [114.739174, 22.731127], [114.743199, 22.743424], [114.759308, 22.758451], [114.776667, 22.762289], [114.790446, 22.776208], [114.806817, 22.777272], [114.818329, 22.782758], [114.824269, 22.789613], [114.825343, 22.793885], [114.816429, 22.79964], [114.804549, 22.81081], [114.802378, 22.818432], [114.79759, 22.820062], [114.794996, 22.827806], [114.792137, 22.827221], [114.788932, 22.822764], [114.789181, 22.820056], [114.783476, 22.816654], [114.778747, 22.829044], [114.77054, 22.832686], [114.767251, 22.827362], [114.767881, 22.824607], [114.771752, 22.825565], [114.775279, 22.819832], [114.775957, 22.804692], [114.7741, 22.798019], [114.770915, 22.795448], [114.767402, 22.787308], [114.764415, 22.785801], [114.760769, 22.787169], [114.752194, 22.783933], [114.744762, 22.777713], [114.735793, 22.777423], [114.730874, 22.782362], [114.722366, 22.784418], [114.720667, 22.787048], [114.722006, 22.789603], [114.714391, 22.793551], [114.713482, 22.795591], [114.710661, 22.793542], [114.711131, 22.790726], [114.709836, 22.790184], [114.706075, 22.793307], [114.689038, 22.792303], [114.685024, 22.789032], [114.687187, 22.780255], [114.683026, 22.777676], [114.672501, 22.77792], [114.643697, 22.76914], [114.638001, 22.754214], [114.583087, 22.732848], [114.582937, 22.726836], [114.574585, 22.726764], [114.572172, 22.736569], [114.570266, 22.737328], [114.567171, 22.735526], [114.569777, 22.732235], [114.566243, 22.729029], [114.559793, 22.727341], [114.55673, 22.728622], [114.554895, 22.727083], [114.554544, 22.723806], [114.559493, 22.722121], [114.563825, 22.722639], [114.568464, 22.717844], [114.570388, 22.71376], [114.570419, 22.706059], [114.575363, 22.701154], [114.576388, 22.696721], [114.5752, 22.691916], [114.568418, 22.691215], [114.56445, 22.695883], [114.550948, 22.695847], [114.550904, 22.701461], [114.546278, 22.703836], [114.53855, 22.713403], [114.533068, 22.713152], [114.52921, 22.710585], [114.532563, 22.703778], [114.532837, 22.69906], [114.542217, 22.693411], [114.540165, 22.68791], [114.535866, 22.684388], [114.527292, 22.683466], [114.524413, 22.680747], [114.516131, 22.684164], [114.511838, 22.683667], [114.51105, 22.681648], [114.51452, 22.679193], [114.512049, 22.67015], [114.4987, 22.658083], [114.497123, 22.65484], [114.501503, 22.647144], [114.505129, 22.645909], [114.50966, 22.646963], [114.517388, 22.653273], [114.524605, 22.655542], [114.536385, 22.650218], [114.567987, 22.652479], [114.571503, 22.653948], [114.571956, 22.65735], [114.575491, 22.660905], [114.592149, 22.656969], [114.595483, 22.653716], [114.590687, 22.649384], [114.588501, 22.640967], [114.583175, 22.639451], [114.580112, 22.635036], [114.578113, 22.629067], [114.579725, 22.62571], [114.578076, 22.61872], [114.572038, 22.616179], [114.540047, 22.593981], [114.521398, 22.59015], [114.51346, 22.595165], [114.508315, 22.592948], [114.499491, 22.580406], [114.501381, 22.568178], [114.49879, 22.555604], [114.518888, 22.552591], [114.525462, 22.560018], [114.524783, 22.566907], [114.52655, 22.56864], [114.530907, 22.567881], [114.543603, 22.571419], [114.547217, 22.570392], [114.565426, 22.5481], [114.589975, 22.54257], [114.598267, 22.541902], [114.605579, 22.544535], [114.60678, 22.538908], [114.603468, 22.535516], [114.603694, 22.531355], [114.616119, 22.523594], [114.622924, 22.513145], [114.62131, 22.509693], [114.610716, 22.499268], [114.594233, 22.4971], [114.592863, 22.492229], [114.581984, 22.493867], [114.578356, 22.487186], [114.564342, 22.484408], [114.558691, 22.478092], [114.55326, 22.479067], [114.546069, 22.484671], [114.537287, 22.481271], [114.526238, 22.471443], [114.526236, 22.46774], [114.529804, 22.465859], [114.519038, 22.457681], [114.51881, 22.453911], [114.515417, 22.451875], [114.500603, 22.450987], [114.494875, 22.455878], [114.496505, 22.465136], [114.495387, 22.466824], [114.49158, 22.46847], [114.484607, 22.468551], [114.481711, 22.470834], [114.482806, 22.47845], [114.487168, 22.489916], [114.485202, 22.492042], [114.478646, 22.494195], [114.479745, 22.502583], [114.476203, 22.509217], [114.475767, 22.513368], [114.479451, 22.514237], [114.485921, 22.524915], [114.486636, 22.535483], [114.478465, 22.541214], [114.477531, 22.548642], [114.467545, 22.551436], [114.459184, 22.569827], [114.442321, 22.572046], [114.432801, 22.57706], [114.434314, 22.583437], [114.433746, 22.589188], [114.426162, 22.602009], [114.414955, 22.605231], [114.409709, 22.612122], [114.388428, 22.614761], [114.369226, 22.610182], [114.343322, 22.598894], [114.335735, 22.599414], [114.326715, 22.605183], [114.307301, 22.598711], [114.30329, 22.596465], [114.2995, 22.591662], [114.299284, 22.5895], [114.302212, 22.585847], [114.300018, 22.573075], [114.29667, 22.573342], [114.288512, 22.582104], [114.279465, 22.588743], [114.275296, 22.589268], [114.269763, 22.583572], [114.271268, 22.581897], [114.273382, 22.583422], [114.288549, 22.566899], [114.274642, 22.566445], [114.265928, 22.575871], [114.254307, 22.566777], [114.24917, 22.570751], [114.249448, 22.566696], [114.253107, 22.56278], [114.245899, 22.556985], [114.241676, 22.55968], [114.22787, 22.544023], [114.226653, 22.543748], [114.22641, 22.548182], [114.217746, 22.555905], [114.197051, 22.55677], [114.189285, 22.554108], [114.177722, 22.555993], [114.173847, 22.559738], [114.161071, 22.561909], [114.157329, 22.557268], [114.15279, 22.554952], [114.149824, 22.550338], [114.147587, 22.541508], [114.136165, 22.54292], [114.130675, 22.541951], [114.123447, 22.538747], [114.11629, 22.533717], [114.115294, 22.530992], [114.111711, 22.529485], [114.104626, 22.535045], [114.088557, 22.536392], [114.077759, 22.528971], [114.08503, 22.523938], [114.082636, 22.518592], [114.076632, 22.515108], [114.071921, 22.518183], [114.063374, 22.516316], [114.057789, 22.511524], [114.05656, 22.504298], [114.052342, 22.502361], [114.034512, 22.507002], [114.032587, 22.512651], [114.026433, 22.519424], [114.001054, 22.529705], [113.996976, 22.52865], [113.98866, 22.529589], [113.989412, 22.524812], [113.985582, 22.523043], [113.95063, 22.522594], [113.947547, 22.490958], [113.930925, 22.47998], [113.916548, 22.482285], [113.903079, 22.474856], [113.894331, 22.465886], [113.896022, 22.45773], [113.886871, 22.446379], [113.871366, 22.47496], [113.862917, 22.498771], [113.864837, 22.502639], [113.862305, 22.512518], [113.862932, 22.516227], [113.880835, 22.5258], [113.886057, 22.534996], [113.885166, 22.540106], [113.883562, 22.543057], [113.876834, 22.546463], [113.873286, 22.544214], [113.87002, 22.54433], [113.862996, 22.553679], [113.860481, 22.553077], [113.867527, 22.529749], [113.857873, 22.524991], [113.847639, 22.557926], [113.843253, 22.56102], [113.835494, 22.57277], [113.839194, 22.574697], [113.830893, 22.58204], [113.833213, 22.587281], [113.824517, 22.602601], [113.815836, 22.608816], [113.807339, 22.605843], [113.798473, 22.626138], [113.78571, 22.649357], [113.765315, 22.679192], [113.764179, 22.68304], [113.759719, 22.682211], [113.75399, 22.690196], [113.751647, 22.71711], [113.756848, 22.737265], [113.764301, 22.743739], [113.762447, 22.74508], [113.760925, 22.74429], [113.748454, 22.734336], [113.722508, 22.752635], [113.718659, 22.749827], [113.712334, 22.757095], [113.712783, 22.759519], [113.711179, 22.756891], [113.71266, 22.746569], [113.710731, 22.743313], [113.667012, 22.745346], [113.663455, 22.747723], [113.660403, 22.75478], [113.658009, 22.75628], [113.657007, 22.76136], [113.618427, 22.758381], [113.619404, 22.753572], [113.607727, 22.744313], [113.572206, 22.741434], [113.564692, 22.744028], [113.557088, 22.749965], [113.55018, 22.74196], [113.556346, 22.735278], [113.558146, 22.735704], [113.563209, 22.732578], [113.568966, 22.725805], [113.567432, 22.724172], [113.575034, 22.717392], [113.585763, 22.696072], [113.593386, 22.690358], [113.596401, 22.69028], [113.604983, 22.684904], [113.644225, 22.639705], [113.649202, 22.617035], [113.658567, 22.600611], [113.6485, 22.592119], [113.656314, 22.581494], [113.634351, 22.562803], [113.612875, 22.595402], [113.595245, 22.609546], [113.588863, 22.602491], [113.588068, 22.603986], [113.581209, 22.599675], [113.580218, 22.596784], [113.575575, 22.597701], [113.572932, 22.592665], [113.578213, 22.590937], [113.570019, 22.586489], [113.554111, 22.583191], [113.557567, 22.57916], [113.568594, 22.582186], [113.595763, 22.583924], [113.605615, 22.577544], [113.614738, 22.568291], [113.621216, 22.554024], [113.622213, 22.526365], [113.625505, 22.505392], [113.592735, 22.501281], [113.586409, 22.528026], [113.583817, 22.549896], [113.58529, 22.552435], [113.570935, 22.56463], [113.569148, 22.563579], [113.575143, 22.553536], [113.57951, 22.540569], [113.579954, 22.527485], [113.586605, 22.4958], [113.583282, 22.487523], [113.577679, 22.486391], [113.57041, 22.469107], [113.57159, 22.467052], [113.580937, 22.466938], [113.581086, 22.43237], [113.580121, 22.427157], [113.56787, 22.416015], [113.562377, 22.416219], [113.564665, 22.391146], [113.566505, 22.387186], [113.56838, 22.386683], [113.572279, 22.392101], [113.586018, 22.387125], [113.606259, 22.382802], [113.609291, 22.374806], [113.61212, 22.372468], [113.616954, 22.378511], [113.621537, 22.378624], [113.624199, 22.373146], [113.621646, 22.367335], [113.623151, 22.36071], [113.617921, 22.35097], [113.611542, 22.348428], [113.597687, 22.350064], [113.590798, 22.347136], [113.590502, 22.337424], [113.598842, 22.328894], [113.600755, 22.320335], [113.606634, 22.319467], [113.598637, 22.314439], [113.59308, 22.31729], [113.587678, 22.317096], [113.580269, 22.312458], [113.574866, 22.303394], [113.573415, 22.291424], [113.577236, 22.278179], [113.576938, 22.268826], [113.578714, 22.264709], [113.585629, 22.261089], [113.587401, 22.255213], [113.590443, 22.253102], [113.591563, 22.249677], [113.588994, 22.241128], [113.58502, 22.234244], [113.577669, 22.236456], [113.562737, 22.233305], [113.553703, 22.220945], [113.552507, 22.218581], [113.554128, 22.216821], [113.553457, 22.215473], [113.550925, 22.215425], [113.550847, 22.217036], [113.544356, 22.216953], [113.541717, 22.213233], [113.534944, 22.213525], [113.533083, 22.212306], [113.534688, 22.206379], [113.527411, 22.191479], [113.522016, 22.173396], [113.525795, 22.167851], [113.530463, 22.169606], [113.535581, 22.160022], [113.546915, 22.146663], [113.546052, 22.108727], [113.544472, 22.102674], [113.546976, 22.096447], [113.554839, 22.090812], [113.55065, 22.086329], [113.551472, 22.084424], [113.555383, 22.083551], [113.55468, 22.079369], [113.551441, 22.076525], [113.544521, 22.078157], [113.544056, 22.082473], [113.541591, 22.084064], [113.534567, 22.082359], [113.528906, 22.084152], [113.520729, 22.081819], [113.504446, 22.072089], [113.502524, 22.069025], [113.503977, 22.064246], [113.493063, 22.060872], [113.478267, 22.07744], [113.48365, 22.079558], [113.494721, 22.069316], [113.496153, 22.070325], [113.497138, 22.077469], [113.49472, 22.079494], [113.490358, 22.079463], [113.477564, 22.08677], [113.467441, 22.096185], [113.432296, 22.169316], [113.409133, 22.169066], [113.413545, 22.159348], [113.395676, 22.14473], [113.378189, 22.13347], [113.36449, 22.15431], [113.362183, 22.154081], [113.362402, 22.148098], [113.377509, 22.092113], [113.397061, 22.094756], [113.403545, 22.082382], [113.406182, 22.0787], [113.409318, 22.077478], [113.415147, 22.068406], [113.398475, 22.042722], [113.401254, 22.039892], [113.392907, 22.033896], [113.390162, 22.029234], [113.390368, 22.015553], [113.393613, 22.013315], [113.400191, 22.015882], [113.403136, 22.015424], [113.40475, 22.014173], [113.406131, 22.008241], [113.403112, 22.00713], [113.398138, 22.010606], [113.382132, 22.004458], [113.375791, 22.000308], [113.369769, 21.990571], [113.362035, 21.988868], [113.357149, 21.991862], [113.354518, 21.997291], [113.3446, 22.007009], [113.327554, 22.0088], [113.31183, 22.002794], [113.29852, 22.005384], [113.292096, 22.010656], [113.294761, 22.023832], [113.280556, 22.032747], [113.278686, 22.04583], [113.279957, 22.056206], [113.277577, 22.068222], [113.267, 22.0861], [113.2609, 22.0833], [113.268059, 22.073576], [113.271034, 22.061798], [113.269384, 22.042555], [113.256235, 22.041689], [113.253509, 22.032446], [113.2394, 22.023971], [113.238595, 22.021363], [113.244873, 22.017169], [113.250159, 22.016602], [113.25338, 22.00866], [113.249612, 22.004681], [113.263009, 21.953945], [113.26794, 21.951695], [113.274588, 21.942149], [113.273496, 21.93742], [113.277592, 21.934509], [113.281904, 21.925131], [113.289142, 21.924432], [113.295367, 21.920605], [113.290698, 21.916045], [113.28417, 21.918166], [113.277883, 21.911057], [113.276455, 21.907079], [113.285671, 21.902032], [113.286761, 21.899183], [113.277592, 21.897211], [113.274466, 21.894516], [113.261746, 21.874681], [113.237922, 21.889342], [113.233287, 21.895486], [113.228867, 21.905727], [113.219185, 21.902276], [113.217122, 21.906673], [113.21472, 21.923644], [113.232776, 21.94575], [113.224967, 21.951557], [113.208696, 21.932699], [113.204329, 21.936022], [113.202454, 21.94141], [113.215249, 21.958109], [113.213301, 21.959539], [113.215911, 21.963852], [113.206694, 21.96043], [113.208428, 21.957373], [113.196702, 21.951282], [113.192492, 21.958447], [113.176491, 21.96341], [113.154059, 21.98975], [113.157207, 21.994199], [113.108607, 22.05921], [113.107591, 22.069458], [113.105751, 22.070462], [113.105335, 22.08845], [113.10346, 22.089596], [113.10791, 22.106883], [113.115714, 22.126928], [113.116219, 22.149504], [113.104328, 22.184807], [113.102861, 22.193735], [113.105294, 22.202793], [113.125699, 22.21946], [113.123098, 22.222358], [113.10008, 22.205579], [113.087102, 22.226605], [113.079937, 22.225243], [113.08386, 22.217881], [113.08405, 22.209033], [113.086098, 22.203275], [113.082733, 22.187705], [113.084157, 22.186059], [113.084489, 22.169166], [113.072303, 22.155773], [113.083283, 22.14628], [113.059209, 22.118455], [113.030449, 22.138839], [113.015311, 22.117664], [113.025988, 22.105614], [113.022052, 22.098358], [113.017977, 22.084392], [113.020332, 22.082821], [113.020475, 22.080323], [113.018405, 22.079109], [113.010582, 22.080905], [113.009673, 22.075008], [113.009913, 22.07341], [113.016298, 22.073465], [113.014054, 22.04858], [113.016364, 22.032025], [113.026621, 22.001529], [113.026417, 21.996617], [113.024093, 21.996497], [113.024682, 21.980794], [113.021322, 21.980836], [113.02099, 21.973471], [113.02126, 21.971155], [113.029042, 21.961833], [113.030373, 21.957294], [113.029195, 21.949948], [113.018517, 21.941879], [113.017646, 21.93825], [113.005668, 21.936678], [112.989739, 21.920242], [112.988386, 21.90921], [112.982912, 21.892243], [112.960997, 21.883272], [112.957682, 21.873445], [112.944923, 21.869933], [112.93734, 21.871795], [112.928197, 21.867512], [112.927895, 21.855543], [112.90729, 21.852363], [112.897288, 21.856196], [112.89158, 21.863426], [112.889788, 21.869089], [112.891321, 21.877915], [112.889039, 21.884869], [112.884839, 21.887803], [112.872713, 21.889096], [112.868107, 21.893428], [112.862032, 21.912013], [112.845112, 21.912837], [112.845797, 21.918548], [112.859218, 21.921289], [112.858532, 21.923117], [112.852625, 21.923363], [112.852459, 21.928083], [112.857796, 21.934831], [112.829989, 21.954388], [112.822811, 21.963398], [112.820976, 21.961829], [112.827384, 21.954388], [112.826102, 21.947134], [112.81018, 21.947043], [112.801485, 21.943916], [112.781658, 21.942354], [112.75205, 21.923903], [112.743188, 21.912613], [112.744708, 21.903237], [112.749759, 21.894958], [112.741671, 21.888894], [112.737899, 21.888175], [112.731913, 21.89473], [112.715198, 21.885659], [112.710805, 21.891881], [112.709471, 21.890766], [112.701167, 21.881526], [112.690976, 21.865415], [112.688067, 21.850022], [112.675799, 21.852083], [112.66251, 21.839415], [112.658982, 21.8388], [112.657963, 21.827792], [112.649791, 21.823812], [112.647889, 21.818277], [112.644734, 21.786235], [112.62457, 21.790258], [112.621737, 21.789338], [112.620006, 21.788049], [112.624162, 21.783274], [112.626067, 21.775408], [112.624558, 21.772245], [112.620709, 21.771744], [112.617342, 21.767955], [112.611884, 21.765858], [112.604898, 21.767834], [112.598467, 21.765613], [112.593425, 21.761409], [112.571098, 21.761657], [112.568256, 21.756633], [112.563735, 21.755192], [112.543916, 21.765118], [112.540994, 21.771114], [112.541619, 21.775951], [112.52638, 21.774229], [112.506771, 21.782111], [112.503937, 21.784091], [112.503519, 21.786552], [112.496562, 21.790269], [112.48827, 21.792413], [112.479175, 21.799381], [112.467885, 21.804729], [112.466162, 21.809385], [112.461328, 21.809831], [112.458543, 21.806497], [112.452473, 21.809065], [112.445788, 21.808996], [112.432133, 21.815087], [112.428844, 21.818877], [112.419713, 21.839898], [112.417959, 21.852296], [112.418427, 21.869619], [112.41542, 21.892846], [112.415911, 21.900449], [112.42234, 21.91674], [112.429537, 21.922957], [112.449284, 21.932493], [112.455263, 21.934003], [112.463879, 21.932845], [112.472973, 21.935201], [112.479871, 21.939932], [112.487281, 21.941576], [112.502077, 21.941446], [112.504852, 21.94321], [112.505629, 21.946828], [112.507567, 21.948257], [112.504758, 21.951679], [112.502232, 21.94427], [112.492267, 21.943491], [112.473206, 21.952557], [112.460105, 21.953033], [112.455957, 21.949479], [112.455706, 21.942416], [112.451075, 21.937541], [112.430704, 21.929095], [112.417447, 21.920852], [112.414183, 21.912547], [112.414067, 21.907492], [112.408689, 21.904174], [112.39915, 21.935593], [112.38923, 21.958091], [112.382134, 21.96708], [112.384101, 21.973541], [112.381344, 21.981843], [112.372103, 21.99184], [112.373785, 22.001176], [112.379124, 22.004517], [112.382407, 22.010816], [112.387018, 22.014912], [112.384787, 22.016671], [112.382743, 22.015179], [112.382334, 22.020308], [112.385311, 22.023473], [112.396339, 22.027234], [112.400972, 22.050859], [112.399891, 22.055457], [112.396241, 22.060133], [112.399129, 22.064695], [112.398731, 22.067421], [112.394969, 22.061456], [112.396879, 22.054085], [112.394685, 22.049227], [112.395873, 22.043106], [112.394479, 22.039496], [112.391268, 22.037262], [112.391489, 22.033736], [112.389289, 22.031426], [112.381704, 22.028683], [112.379384, 22.031155], [112.374952, 22.027521], [112.373649, 22.024766], [112.373888, 22.012218], [112.367773, 22.011933], [112.365744, 22.006401], [112.36716, 21.999943], [112.366498, 21.990328], [112.375158, 21.979715], [112.377794, 21.963084], [112.382256, 21.954054], [112.386189, 21.934544], [112.394323, 21.916616], [112.395682, 21.910695], [112.394424, 21.908306], [112.398685, 21.899974], [112.400202, 21.884994], [112.403722, 21.874924], [112.404107, 21.849161], [112.413821, 21.820556], [112.414164, 21.803938], [112.413079, 21.801653], [112.409763, 21.801699], [112.413506, 21.79368], [112.410333, 21.787852], [112.411029, 21.783746], [112.415562, 21.778246], [112.416514, 21.774569], [112.408042, 21.765559], [112.409016, 21.758897], [112.405254, 21.754932], [112.404469, 21.746711], [112.406673, 21.745576], [112.407646, 21.742113], [112.403723, 21.73714], [112.390803, 21.731919], [112.381084, 21.72977], [112.375397, 21.731026], [112.359788, 21.727449], [112.350143, 21.72333], [112.348531, 21.721751], [112.34796, 21.716614], [112.349471, 21.714197], [112.345429, 21.709927], [112.34233, 21.714581], [112.343361, 21.716642], [112.342147, 21.7189], [112.330819, 21.720184], [112.325171, 21.717938], [112.32451, 21.713107], [112.314907, 21.711149], [112.312936, 21.706294], [112.308754, 21.704261], [112.306532, 21.708077], [112.303063, 21.707993], [112.292529, 21.705464], [112.29035, 21.703352], [112.288015, 21.705595], [112.268158, 21.703563], [112.264568, 21.700608], [112.258646, 21.703921], [112.25135, 21.703949], [112.239402, 21.707164], [112.238878, 21.709228], [112.244557, 21.712301], [112.245093, 21.715101], [112.24257, 21.720851], [112.243588, 21.724915], [112.241709, 21.730479], [112.238925, 21.730292], [112.236944, 21.733799], [112.231118, 21.737955], [112.224686, 21.739035], [112.213651, 21.733146], [112.211241, 21.737835], [112.213411, 21.74109], [112.212305, 21.743234], [112.208001, 21.745591], [112.198003, 21.745323], [112.192419, 21.756597], [112.192902, 21.760507], [112.199227, 21.764081], [112.199317, 21.768094], [112.196154, 21.775255], [112.199715, 21.792326], [112.195241, 21.792781], [112.187499, 21.802556], [112.182525, 21.805363], [112.153839, 21.806815], [112.11927, 21.799732], [112.074504, 21.783249], [112.042365, 21.786996], [112.032386, 21.790756], [112.020978, 21.791655], [112.019869, 21.786725], [112.044319, 21.77851], [112.052869, 21.777204], [112.05392, 21.775027], [112.034689, 21.770109], [111.993769, 21.755183], [111.955962, 21.727667], [111.95439, 21.730883], [111.95975, 21.739388], [111.974687, 21.745534], [111.973587, 21.749615], [111.971386, 21.749279], [111.958118, 21.739888], [111.939677, 21.718487], [111.939006, 21.720328], [111.943314, 21.724334], [111.940864, 21.723817], [111.938547, 21.727278], [111.935387, 21.725702], [111.930502, 21.717054], [111.921661, 21.708601], [111.914762, 21.704938], [111.907666, 21.704438], [111.897742, 21.695142], [111.891647, 21.691695], [111.880035, 21.686678], [111.869637, 21.685288], [111.859208, 21.679521], [111.846175, 21.686447], [111.835115, 21.685884], [111.830711, 21.683385], [111.833067, 21.675034], [111.830569, 21.67382], [111.825001, 21.685384], [111.823716, 21.685598], [111.819361, 21.696877], [111.829855, 21.705443], [111.832169, 21.704385], [111.836007, 21.708597], [111.837663, 21.713266], [111.835546, 21.713039], [111.83526, 21.717573], [111.837338, 21.719517], [111.830083, 21.715176], [111.832794, 21.712682], [111.832137, 21.710626], [111.828868, 21.70957], [111.828525, 21.706929], [111.822, 21.704116], [111.822248, 21.702563], [111.818985, 21.700388], [111.813646, 21.706518], [111.81414, 21.708297], [111.810877, 21.712549], [111.81414, 21.714329], [111.814338, 21.717987], [111.821238, 21.724333], [111.830095, 21.726479], [111.83699, 21.732738], [111.833142, 21.741589], [111.820714, 21.736635], [111.818748, 21.738195], [111.82041, 21.742395], [111.841821, 21.750786], [111.840706, 21.751867], [111.835142, 21.752694], [111.827918, 21.749198], [111.822558, 21.750364], [111.818984, 21.749354], [111.813779, 21.741663], [111.810594, 21.741042], [111.80933, 21.737127], [111.804004, 21.733955], [111.800658, 21.733771], [111.798942, 21.734804], [111.801, 21.742575], [111.798872, 21.746762], [111.803065, 21.752823], [111.800082, 21.756969], [111.799952, 21.759996], [111.80135, 21.762249], [111.805856, 21.764191], [111.803681, 21.765201], [111.801117, 21.763647], [111.794902, 21.754015], [111.791717, 21.755568], [111.789232, 21.764657], [111.795009, 21.775971], [111.793566, 21.780446], [111.789401, 21.775012], [111.774089, 21.76541], [111.773103, 21.762699], [111.769069, 21.763227], [111.761264, 21.769549], [111.759657, 21.776571], [111.743076, 21.764384], [111.736588, 21.762033], [111.731927, 21.762709], [111.720727, 21.760722], [111.711227, 21.763686], [111.707842, 21.769055], [111.696544, 21.765818], [111.687847, 21.773724], [111.685542, 21.770949], [111.695585, 21.760339], [111.709635, 21.757039], [111.713296, 21.754022], [111.710683, 21.749576], [111.702287, 21.750303], [111.700269, 21.748056], [111.707723, 21.74675], [111.711847, 21.748284], [111.714535, 21.747593], [111.719375, 21.741638], [111.724996, 21.737812], [111.719958, 21.734497], [111.718038, 21.737476], [111.719346, 21.733272], [111.728998, 21.734321], [111.734874, 21.73118], [111.733999, 21.724374], [111.735525, 21.718007], [111.736927, 21.719163], [111.738079, 21.727225], [111.742291, 21.730286], [111.760505, 21.721533], [111.765503, 21.721119], [111.786645, 21.7135], [111.788111, 21.710262], [111.785581, 21.692262], [111.786894, 21.68395], [111.78118, 21.68017], [111.781742, 21.677129], [111.786005, 21.675402], [111.78572, 21.669794], [111.782701, 21.661839], [111.775538, 21.65153], [111.77405, 21.642691], [111.77262, 21.642221], [111.767052, 21.646226], [111.758555, 21.643639], [111.762442, 21.638767], [111.76655, 21.628492], [111.776812, 21.627362], [111.785214, 21.619923], [111.748999, 21.618654], [111.735521, 21.616131], [111.725891, 21.613543], [111.696897, 21.600188], [111.6781, 21.584585], [111.670338, 21.570537], [111.668581, 21.563226], [111.670677, 21.556993], [111.670838, 21.543246], [111.673677, 21.539134], [111.66993, 21.532885], [111.656615, 21.529712], [111.646309, 21.521183], [111.644815, 21.519403], [111.645258, 21.516251], [111.640539, 21.515588], [111.637865, 21.517834], [111.639749, 21.51861], [111.639878, 21.523597], [111.634277, 21.52927], [111.636947, 21.535004], [111.63157, 21.540433], [111.618104, 21.54125], [111.614028, 21.548288], [111.612315, 21.548776], [111.609068, 21.548421], [111.606745, 21.542605], [111.614008, 21.540398], [111.619944, 21.535541], [111.632026, 21.530757], [111.632863, 21.527517], [111.631807, 21.526466], [111.623828, 21.53207], [111.616577, 21.534357], [111.605582, 21.534838], [111.592716, 21.532909], [111.574574, 21.525592], [111.544293, 21.507287], [111.538649, 21.511538], [111.541697, 21.518212], [111.546773, 21.518978], [111.547936, 21.524438], [111.543566, 21.527314], [111.536976, 21.524622], [111.524137, 21.525213], [111.508774, 21.519927], [111.489537, 21.508202], [111.482182, 21.507747], [111.474554, 21.502705], [111.471023, 21.512885], [111.456711, 21.519655], [111.45525, 21.523006], [111.459513, 21.526899], [111.463034, 21.526523], [111.466325, 21.523967], [111.474388, 21.522776], [111.482103, 21.523689], [111.485827, 21.526], [111.47958, 21.529192], [111.471895, 21.528497], [111.469317, 21.526364], [111.465672, 21.528344], [111.467682, 21.532508], [111.461857, 21.535296], [111.455228, 21.546484], [111.45157, 21.561224], [111.448476, 21.563519], [111.448325, 21.568984], [111.445285, 21.56996], [111.446829, 21.56599], [111.445758, 21.563343], [111.440815, 21.569639], [111.438688, 21.579754], [111.432765, 21.580064], [111.435752, 21.57651], [111.433535, 21.572842], [111.44389, 21.554478], [111.441624, 21.549939], [111.437903, 21.554386], [111.435703, 21.548898], [111.437776, 21.546355], [111.434576, 21.541751], [111.450371, 21.532269], [111.432052, 21.526677], [111.428141, 21.524722], [111.427033, 21.521662], [111.422337, 21.520923], [111.414636, 21.531715], [111.40014, 21.533391], [111.396024, 21.527753], [111.396544, 21.52407], [111.406037, 21.52208], [111.41437, 21.525144], [111.417377, 21.525408], [111.417498, 21.524258], [111.414393, 21.52383], [111.413322, 21.520868], [111.407397, 21.518155], [111.381101, 21.50861], [111.368496, 21.500687], [111.343969, 21.475437], [111.311779, 21.451946], [111.30224, 21.441386], [111.299021, 21.442761], [111.294918, 21.442122], [111.300956, 21.43778], [111.299112, 21.431682], [111.292063, 21.437304], [111.290041, 21.437244], [111.280864, 21.428769], [111.278172, 21.422813], [111.275354, 21.420875], [111.272614, 21.420316], [111.265511, 21.422684], [111.258355, 21.418015], [111.257584, 21.415315], [111.254401, 21.418738], [111.257158, 21.423312], [111.255559, 21.427691], [111.257522, 21.434393], [111.252436, 21.445927], [111.253557, 21.447519], [111.257788, 21.443462], [111.265927, 21.439223], [111.27628, 21.439257], [111.277499, 21.436241], [111.285863, 21.447467], [111.282059, 21.455151], [111.278832, 21.456765], [111.278755, 21.45907], [111.288373, 21.474582], [111.294357, 21.478148], [111.294088, 21.480641], [111.282389, 21.490618], [111.275309, 21.493371], [111.276817, 21.496423], [111.273882, 21.498383], [111.267965, 21.499362], [111.264784, 21.498236], [111.262666, 21.492791], [111.260259, 21.491016], [111.250503, 21.493935], [111.243409, 21.491453], [111.225605, 21.508729], [111.206151, 21.514384], [111.202903, 21.506485], [111.186982, 21.512687], [111.185473, 21.511431], [111.193964, 21.506739], [111.19287, 21.504014], [111.18604, 21.499204], [111.187137, 21.496607], [111.201083, 21.500489], [111.22072, 21.5006], [111.226294, 21.4939], [111.233091, 21.491358], [111.235308, 21.484979], [111.233701, 21.480878], [111.23005, 21.480045], [111.208995, 21.482739], [111.192461, 21.479297], [111.16007, 21.468162], [111.149311, 21.467468], [111.136336, 21.464023], [111.135405, 21.467132], [111.132962, 21.468472], [111.120898, 21.468726], [111.100582, 21.460804], [111.093928, 21.468933], [111.087494, 21.473675], [111.085091, 21.479391], [111.0952, 21.478843], [111.095294, 21.484807], [111.083487, 21.481697], [111.072538, 21.48892], [111.073155, 21.495313], [111.077935, 21.503733], [111.079626, 21.511016], [111.070242, 21.516107], [111.048865, 21.51785], [111.042216, 21.520242], [111.039015, 21.516241], [111.032204, 21.518599], [111.031565, 21.520285], [111.034161, 21.524611], [111.033108, 21.531894], [111.034622, 21.536466], [111.031995, 21.538038], [111.029493, 21.525865], [111.02153, 21.516365], [111.005328, 21.501285], [111.000508, 21.502444], [110.998156, 21.501108], [111.002376, 21.496749], [110.997379, 21.489904], [110.998147, 21.487607], [111.005314, 21.486163], [111.00887, 21.48815], [111.01693, 21.485151], [111.012907, 21.474995], [111.017839, 21.471451], [111.021055, 21.474685], [111.024357, 21.482205], [111.029304, 21.482695], [111.04348, 21.477429], [111.045674, 21.483441], [111.054618, 21.486918], [111.0629, 21.484898], [111.070842, 21.479596], [111.08437, 21.466961], [111.080166, 21.464536], [111.0582, 21.460693], [111.028866, 21.451188], [111.005454, 21.436503], [110.992723, 21.426283], [110.988032, 21.429456], [110.981096, 21.429585], [110.970843, 21.425684], [110.958802, 21.417899], [110.949481, 21.415193], [110.945514, 21.415703], [110.946582, 21.420597], [110.942891, 21.422554], [110.943863, 21.418568], [110.936716, 21.420003], [110.926924, 21.41767], [110.910225, 21.407386], [110.890304, 21.388591], [110.881641, 21.385872], [110.872853, 21.387483], [110.866731, 21.385746], [110.859088, 21.386365], [110.857776, 21.386637], [110.857385, 21.390151], [110.854343, 21.391828], [110.8457, 21.392853], [110.831491, 21.387531], [110.826118, 21.395099], [110.821651, 21.398271], [110.815083, 21.399346], [110.798256, 21.396729], [110.799244, 21.401202], [110.796845, 21.402731], [110.770266, 21.395871], [110.753839, 21.382701], [110.746752, 21.386038], [110.743623, 21.384331], [110.74157, 21.376341], [110.727771, 21.367526], [110.709807, 21.348529], [110.679723, 21.309365], [110.669518, 21.291454], [110.656567, 21.258042], [110.649888, 21.247026], [110.643704, 21.24329], [110.62995, 21.227037], [110.617789, 21.221285], [110.611388, 21.221245], [110.606267, 21.227447], [110.605369, 21.233157], [110.603063, 21.231062], [110.604602, 21.221284], [110.603516, 21.219473], [110.587852, 21.218839], [110.564219, 21.22063], [110.559667, 21.223033], [110.544259, 21.216877], [110.537341, 21.210868], [110.528951, 21.20789], [110.523863, 21.208801], [110.518947, 21.213544], [110.512808, 21.2164], [110.497997, 21.220864], [110.486722, 21.220676], [110.479681, 21.216801], [110.479931, 21.213162], [110.477111, 21.211084], [110.465844, 21.210463], [110.456122, 21.206235], [110.454061, 21.194382], [110.450406, 21.191023], [110.443839, 21.189734], [110.433512, 21.189958], [110.427254, 21.197576], [110.429475, 21.202766], [110.434795, 21.207582], [110.440442, 21.220486], [110.441007, 21.234602], [110.439292, 21.241868], [110.443328, 21.242171], [110.444236, 21.240051], [110.44679, 21.239287], [110.44819, 21.24092], [110.446315, 21.245487], [110.442564, 21.246396], [110.435015, 21.243127], [110.43157, 21.247761], [110.433092, 21.25305], [110.427292, 21.258954], [110.42544, 21.267096], [110.432358, 21.287047], [110.448572, 21.30002], [110.45027, 21.304768], [110.445904, 21.309629], [110.426521, 21.299589], [110.425153, 21.297418], [110.422747, 21.326173], [110.42454, 21.329331], [110.427584, 21.330754], [110.425802, 21.336555], [110.42434, 21.356741], [110.433186, 21.367798], [110.433357, 21.386187], [110.429911, 21.38671], [110.42916, 21.374632], [110.424976, 21.36666], [110.421683, 21.366993], [110.398384, 21.382794], [110.395083, 21.388856], [110.388248, 21.394797], [110.384597, 21.409819], [110.380908, 21.412485], [110.379865, 21.410686], [110.374922, 21.414811], [110.369878, 21.412187], [110.370303, 21.411059], [110.381874, 21.402138], [110.385911, 21.383906], [110.390952, 21.374851], [110.395628, 21.373636], [110.398346, 21.370508], [110.398339, 21.367546], [110.396255, 21.365795], [110.396879, 21.363664], [110.405857, 21.346205], [110.409344, 21.334026], [110.409563, 21.328491], [110.394763, 21.327199], [110.390488, 21.325002], [110.39094, 21.317568], [110.396984, 21.323731], [110.408964, 21.326814], [110.41258, 21.307984], [110.416411, 21.300212], [110.416432, 21.290557], [110.413691, 21.290329], [110.401022, 21.27727], [110.40227, 21.274396], [110.400043, 21.272283], [110.398501, 21.272169], [110.392847, 21.279307], [110.390677, 21.273996], [110.391819, 21.269999], [110.389249, 21.266858], [110.395759, 21.260862], [110.398547, 21.261661], [110.406577, 21.256121], [110.409557, 21.251372], [110.406899, 21.248528], [110.411428, 21.241251], [110.413704, 21.243937], [110.422141, 21.238823], [110.423088, 21.236446], [110.423856, 21.22564], [110.415285, 21.207554], [110.414223, 21.18986], [110.411938, 21.182216], [110.407622, 21.183753], [110.4026, 21.16688], [110.402454, 21.154441], [110.40034, 21.148703], [110.403868, 21.145902], [110.392999, 21.133714], [110.38708, 21.131538], [110.377575, 21.14222], [110.376155, 21.143027], [110.37206, 21.141337], [110.364173, 21.134326], [110.359929, 21.133216], [110.356932, 21.126997], [110.356288, 21.121277], [110.351042, 21.114723], [110.344701, 21.110567], [110.335857, 21.109441], [110.329889, 21.105888], [110.326695, 21.108463], [110.32386, 21.116009], [110.316648, 21.111261], [110.307553, 21.108767], [110.307867, 21.104071], [110.296214, 21.10056], [110.294685, 21.102708], [110.267086, 21.090315], [110.259285, 21.08856], [110.257158, 21.089429], [110.253822, 21.096038], [110.247793, 21.095482], [110.23792, 21.098297], [110.247765, 21.086942], [110.247642, 21.079372], [110.240428, 21.07341], [110.237872, 21.066608], [110.238832, 21.060424], [110.236145, 21.050773], [110.2302, 21.044538], [110.228723, 21.037235], [110.222301, 21.03389], [110.217477, 21.043305], [110.218001, 21.046674], [110.219577, 21.047045], [110.217546, 21.054053], [110.213267, 21.057594], [110.215163, 21.063291], [110.21293, 21.070003], [110.217001, 21.074854], [110.219908, 21.100703], [110.225881, 21.103654], [110.217176, 21.110547], [110.211996, 21.108456], [110.212983, 21.114348], [110.208766, 21.114215], [110.205455, 21.109755], [110.19954, 21.114131], [110.197757, 21.108373], [110.19895, 21.104637], [110.202035, 21.104239], [110.206755, 21.097537], [110.207091, 21.086296], [110.209947, 21.07105], [110.205815, 21.068949], [110.204379, 21.062436], [110.195858, 21.062884], [110.190974, 21.065524], [110.184471, 21.064067], [110.184034, 21.062484], [110.187789, 21.063174], [110.194616, 21.060347], [110.199781, 21.060563], [110.201987, 21.057567], [110.197393, 21.051495], [110.200648, 21.048971], [110.197458, 21.042603], [110.196415, 21.040946], [110.192688, 21.043698], [110.187761, 21.02974], [110.173316, 21.003783], [110.173246, 21.002456], [110.18325, 20.99568], [110.17591, 20.996891], [110.171251, 20.992847], [110.167571, 20.983845], [110.159782, 20.987346], [110.155043, 20.983102], [110.163545, 20.976338], [110.167684, 20.97564], [110.169561, 20.970024], [110.161972, 20.940818], [110.163143, 20.920934], [110.168246, 20.914053], [110.167713, 20.904005], [110.176395, 20.884811], [110.186588, 20.870806], [110.192786, 20.857282], [110.191691, 20.854378], [110.183405, 20.850157], [110.18425, 20.842818], [110.188753, 20.844961], [110.198635, 20.845179], [110.221759, 20.851887], [110.228567, 20.856009], [110.243805, 20.849201], [110.245461, 20.843746], [110.249124, 20.843767], [110.263628, 20.838482], [110.270535, 20.841753], [110.281955, 20.842973], [110.287207, 20.846238], [110.297205, 20.84096], [110.308609, 20.847596], [110.323453, 20.847931], [110.325148, 20.839706], [110.327342, 20.836437], [110.331185, 20.83913], [110.344932, 20.828376], [110.358952, 20.824884], [110.378484, 20.814616], [110.380602, 20.81555], [110.380085, 20.817013], [110.377647, 20.820548], [110.371392, 20.822344], [110.371826, 20.82461], [110.37789, 20.823794], [110.385146, 20.819507], [110.386295, 20.800146], [110.380585, 20.796891], [110.382584, 20.793807], [110.386067, 20.792265], [110.387837, 20.780673], [110.386924, 20.775933], [110.389115, 20.774879], [110.392824, 20.764517], [110.388187, 20.72385], [110.384243, 20.714106], [110.382551, 20.714678], [110.374171, 20.707212], [110.36175, 20.709665], [110.355729, 20.714219], [110.354241, 20.720213], [110.3405, 20.733127], [110.342206, 20.739245], [110.341312, 20.741409], [110.339568, 20.741409], [110.338273, 20.746219], [110.337048, 20.759081], [110.33531, 20.759288], [110.328473, 20.771884], [110.327591, 20.777653], [110.329594, 20.780812], [110.326244, 20.779122], [110.322985, 20.780132], [110.326084, 20.778177], [110.326181, 20.773361], [110.330313, 20.763572], [110.329754, 20.755156], [110.331207, 20.755114], [110.331282, 20.75084], [110.326725, 20.743605], [110.320569, 20.743496], [110.31427, 20.740716], [110.309654, 20.742869], [110.313493, 20.737735], [110.311843, 20.730884], [110.309746, 20.730523], [110.307025, 20.734656], [110.30538, 20.734527], [110.306531, 20.730012], [110.313553, 20.727645], [110.31778, 20.731392], [110.316305, 20.739487], [110.328216, 20.741336], [110.32992, 20.731355], [110.327629, 20.727438], [110.329037, 20.726153], [110.326807, 20.726681], [110.324843, 20.724796], [110.326587, 20.719638], [110.329416, 20.718094], [110.335089, 20.707968], [110.334711, 20.70356], [110.332209, 20.703501], [110.332846, 20.698416], [110.320054, 20.694661], [110.306397, 20.685524], [110.303297, 20.681884], [110.300853, 20.68264], [110.302554, 20.682989], [110.303503, 20.686572], [110.300507, 20.685049], [110.297434, 20.68571], [110.299413, 20.678005], [110.303756, 20.671952], [110.303086, 20.668701], [110.300459, 20.665897], [110.299111, 20.66007], [110.294541, 20.659697], [110.292356, 20.662101], [110.289324, 20.65959], [110.291778, 20.654113], [110.300355, 20.653973], [110.306811, 20.666694], [110.312314, 20.666696], [110.316166, 20.670686], [110.318691, 20.67067], [110.318698, 20.673919], [110.324598, 20.680097], [110.331374, 20.671667], [110.330976, 20.667591], [110.336486, 20.666703], [110.330918, 20.649077], [110.332971, 20.640241], [110.330002, 20.635695], [110.335886, 20.640862], [110.333708, 20.646099], [110.333678, 20.650958], [110.33813, 20.657276], [110.342414, 20.670089], [110.344634, 20.670997], [110.349781, 20.667364], [110.354928, 20.659796], [110.355634, 20.656264], [110.353397, 20.654027], [110.35934, 20.645451], [110.361433, 20.651303], [110.36691, 20.653145], [110.368014, 20.650847], [110.36721, 20.64049], [110.369312, 20.638165], [110.371201, 20.640954], [110.370319, 20.653888], [110.371721, 20.658225], [110.375053, 20.660237], [110.377375, 20.65865], [110.386211, 20.666355], [110.388936, 20.666961], [110.394789, 20.658282], [110.39489, 20.65586], [110.393578, 20.649604], [110.384701, 20.646995], [110.382771, 20.642037], [110.385684, 20.641032], [110.406095, 20.649193], [110.407507, 20.655411], [110.416148, 20.66009], [110.424754, 20.661795], [110.425439, 20.656982], [110.429931, 20.658169], [110.428099, 20.659029], [110.429428, 20.661438], [110.427823, 20.662884], [110.42881, 20.666279], [110.435237, 20.667496], [110.440753, 20.665632], [110.444738, 20.660042], [110.444599, 20.654362], [110.450852, 20.64747], [110.454188, 20.646649], [110.457472, 20.648364], [110.451137, 20.651948], [110.45131, 20.656109], [110.456168, 20.659617], [110.453303, 20.666498], [110.45532, 20.674263], [110.457938, 20.676743], [110.459795, 20.67592], [110.459987, 20.673602], [110.461936, 20.674774], [110.464027, 20.670668], [110.465403, 20.670828], [110.470836, 20.65952], [110.47794, 20.639999], [110.479425, 20.630152], [110.4836, 20.622615], [110.486408, 20.599653], [110.486109, 20.587255], [110.484195, 20.581329], [110.482126, 20.580743], [110.476336, 20.586735], [110.464462, 20.584444], [110.465399, 20.586931], [110.460678, 20.584449], [110.460263, 20.580346], [110.459413, 20.583175], [110.456918, 20.584178], [110.455151, 20.580849], [110.4499, 20.582144], [110.44824, 20.578193], [110.444373, 20.579026], [110.44247, 20.582179], [110.443183, 20.592648], [110.439615, 20.596827], [110.437712, 20.603787], [110.43908, 20.615982], [110.434566, 20.633693], [110.43284, 20.629469], [110.431578, 20.629492], [110.423907, 20.637719], [110.399874, 20.622821], [110.40069, 20.618414], [110.399519, 20.616698], [110.397546, 20.616845], [110.395934, 20.605304], [110.400606, 20.603217], [110.404255, 20.591088], [110.407087, 20.589591], [110.40852, 20.592173], [110.410713, 20.591634], [110.412832, 20.585624], [110.408005, 20.583184], [110.408229, 20.580987], [110.41631, 20.585449], [110.420079, 20.585665], [110.438369, 20.569373], [110.450474, 20.563009], [110.459035, 20.569953], [110.461842, 20.576112], [110.466593, 20.579416], [110.472133, 20.577558], [110.489288, 20.559279], [110.497628, 20.545739], [110.503139, 20.531097], [110.507476, 20.528889], [110.510638, 20.523632], [110.517892, 20.50526], [110.517368, 20.50141], [110.521755, 20.496813], [110.531862, 20.477761], [110.531556, 20.472647], [110.528791, 20.470002], [110.524778, 20.461344], [110.520667, 20.445812], [110.518276, 20.427948], [110.50887, 20.425494], [110.497332, 20.412659], [110.48889, 20.407523], [110.479837, 20.398771], [110.470071, 20.381286], [110.467375, 20.368965], [110.468767, 20.363647], [110.464819, 20.365249], [110.45339, 20.355157], [110.44872, 20.346903], [110.444345, 20.344774], [110.437637, 20.329311], [110.424639, 20.320875], [110.416412, 20.317479], [110.406327, 20.305895], [110.399718, 20.305068], [110.381435, 20.309422], [110.374149, 20.308655], [110.36689, 20.300447], [110.363708, 20.299822], [110.362522, 20.301237], [110.359925, 20.299344], [110.354848, 20.293211], [110.353346, 20.286605], [110.341253, 20.284238], [110.331995, 20.269574], [110.309117, 20.260083], [110.299197, 20.26092], [110.297843, 20.263991], [110.29074, 20.264254], [110.282196, 20.253312], [110.283625, 20.250599], [110.283459, 20.243324], [110.281069, 20.244474], [110.278679, 20.25343], [110.275593, 20.255296], [110.275316, 20.262876], [110.27219, 20.265672], [110.26488, 20.267843], [110.250455, 20.264237], [110.247774, 20.272203], [110.244165, 20.27468], [110.234937, 20.276757], [110.233266, 20.27505], [110.227656, 20.275589], [110.218737, 20.281629], [110.217317, 20.28089], [110.222076, 20.27492], [110.231352, 20.267981], [110.217105, 20.271032], [110.204272, 20.269745], [110.196937, 20.274124], [110.194, 20.272248], [110.194854, 20.265337], [110.191504, 20.262025], [110.192834, 20.25263], [110.18939, 20.247515], [110.179036, 20.242385], [110.151577, 20.242379], [110.143975, 20.239588], [110.124048, 20.236672], [110.12085, 20.242998], [110.122101, 20.246359], [110.119673, 20.2488], [110.119659, 20.2529], [110.114442, 20.263702], [110.100153, 20.26393], [110.08008, 20.268852], [110.069655, 20.274307], [110.062173, 20.29051], [110.042233, 20.292654], [110.04346, 20.285766], [110.039473, 20.281385], [110.022771, 20.278687], [110.017603, 20.281193], [110.014907, 20.287707], [110.013497, 20.287277], [110.010446, 20.282689], [110.014044, 20.268787], [110.003889, 20.269152], [109.996712, 20.282111], [109.988256, 20.290217], [109.981068, 20.290488], [109.976536, 20.288739], [109.975924, 20.285573], [109.977907, 20.280919], [109.961782, 20.267396], [109.939415, 20.241244], [109.932224, 20.228405], [109.9193, 20.223273], [109.920995, 20.239799], [109.917716, 20.248061], [109.918989, 20.26351], [109.933498, 20.281399], [109.93559, 20.290357], [109.924061, 20.342375], [109.916913, 20.350227], [109.903501, 20.359584], [109.895424, 20.360472], [109.888574, 20.35794], [109.884142, 20.363434], [109.876246, 20.383011], [109.875855, 20.385574], [109.881445, 20.386582], [109.880303, 20.392625], [109.876829, 20.393815], [109.873742, 20.399428], [109.892378, 20.403562], [109.897684, 20.410644], [109.898562, 20.423207], [109.90811, 20.430233], [109.917928, 20.426198], [109.927465, 20.418796], [109.930133, 20.420847], [109.931869, 20.419879], [109.935939, 20.411732], [109.943359, 20.409016], [109.94833, 20.404817], [109.955106, 20.403495], [109.9605, 20.404316], [109.962569, 20.402505], [109.965387, 20.40439], [109.971709, 20.402798], [109.97508, 20.399915], [109.975274, 20.397139], [109.963393, 20.389472], [109.963467, 20.388126], [109.968198, 20.378327], [109.972025, 20.375837], [109.977295, 20.361108], [109.982183, 20.361015], [109.978426, 20.351058], [109.979988, 20.346376], [109.983419, 20.35409], [109.988984, 20.349497], [109.996306, 20.351394], [109.987845, 20.356549], [109.985936, 20.358897], [109.985981, 20.362589], [109.981638, 20.364939], [109.981698, 20.368449], [109.986249, 20.369549], [109.987409, 20.373624], [109.986725, 20.376777], [109.979706, 20.382668], [109.986595, 20.384523], [109.992349, 20.388395], [109.996534, 20.397548], [109.999188, 20.396861], [110.005834, 20.400201], [110.011702, 20.406418], [110.013002, 20.418579], [110.008447, 20.421232], [110.008406, 20.42522], [110.010492, 20.426419], [110.006719, 20.427715], [109.991677, 20.447448], [109.986819, 20.445123], [109.979418, 20.438282], [109.979983, 20.442686], [109.975489, 20.457323], [109.970842, 20.461608], [109.966609, 20.460299], [109.965547, 20.463198], [109.974116, 20.470253], [109.972787, 20.472348], [109.96735, 20.471386], [109.962319, 20.466323], [109.958116, 20.450874], [109.954496, 20.443938], [109.945092, 20.438537], [109.94216, 20.449198], [109.946326, 20.458255], [109.937559, 20.472573], [109.937046, 20.478041], [109.940039, 20.486279], [109.936479, 20.496599], [109.93303, 20.495482], [109.934462, 20.490435], [109.932432, 20.484879], [109.927571, 20.484719], [109.925435, 20.467198], [109.926449, 20.46442], [109.931764, 20.462135], [109.934275, 20.458611], [109.933947, 20.454526], [109.925959, 20.440732], [109.918861, 20.436227], [109.916048, 20.439661], [109.919685, 20.448037], [109.918605, 20.461514], [109.91669, 20.46604], [109.911496, 20.469682], [109.912577, 20.475442], [109.899755, 20.492085], [109.893051, 20.495307], [109.889711, 20.494919], [109.889037, 20.492446], [109.88107, 20.489541], [109.875799, 20.490295], [109.871051, 20.493641], [109.870512, 20.502552], [109.865744, 20.504914], [109.850507, 20.500299], [109.837844, 20.499984], [109.838271, 20.505034], [109.834821, 20.505946], [109.831293, 20.502936], [109.828889, 20.506907], [109.82559, 20.508214], [109.822071, 20.512373], [109.822363, 20.523453], [109.816825, 20.537083], [109.812214, 20.539401], [109.812204, 20.543122], [109.817335, 20.542369], [109.825659, 20.547363], [109.828061, 20.545178], [109.840997, 20.55329], [109.837327, 20.555414], [109.834433, 20.563959], [109.833066, 20.563012], [109.83284, 20.553096], [109.829637, 20.548736], [109.827749, 20.551097], [109.830659, 20.558523], [109.830725, 20.567589], [109.824439, 20.585227], [109.817857, 20.59783], [109.794431, 20.629229], [109.780923, 20.637328], [109.772794, 20.639658], [109.767827, 20.638348], [109.762903, 20.629203], [109.755431, 20.632065], [109.753412, 20.629782], [109.748593, 20.630496], [109.74199, 20.633768], [109.741455, 20.637991], [109.744846, 20.638467], [109.748772, 20.642334], [109.744608, 20.643047], [109.744191, 20.644356], [109.746555, 20.650281], [109.743731, 20.659556], [109.740741, 20.660239], [109.737231, 20.664225], [109.742124, 20.667918], [109.741474, 20.671299], [109.747703, 20.677668], [109.761275, 20.679549], [109.764889, 20.692668], [109.777592, 20.695364], [109.786002, 20.691434], [109.794633, 20.680574], [109.803282, 20.68509], [109.809116, 20.694472], [109.812428, 20.692718], [109.815583, 20.694639], [109.817855, 20.697026], [109.817436, 20.700554], [109.822003, 20.702896], [109.821968, 20.704406], [109.810851, 20.699202], [109.808643, 20.703617], [109.813295, 20.70953], [109.81834, 20.710713], [109.826493, 20.708645], [109.826868, 20.710195], [109.819112, 20.7155], [109.803415, 20.71569], [109.798174, 20.713916], [109.79493, 20.710332], [109.794083, 20.702053], [109.796503, 20.689118], [109.794772, 20.686049], [109.788752, 20.694887], [109.788169, 20.698136], [109.787131, 20.69873], [109.786415, 20.696557], [109.783927, 20.697627], [109.769382, 20.709157], [109.746464, 20.742979], [109.755716, 20.75666], [109.755556, 20.765649], [109.756278, 20.768215], [109.760339, 20.77175], [109.76412, 20.788725], [109.759718, 20.805975], [109.754716, 20.811919], [109.737761, 20.809093], [109.740557, 20.803531], [109.734874, 20.804827], [109.734082, 20.800118], [109.729735, 20.807176], [109.726101, 20.807223], [109.728055, 20.797798], [109.728183, 20.794272], [109.726747, 20.793722], [109.714447, 20.814575], [109.683996, 20.85279], [109.675714, 20.866579], [109.66596, 20.904518], [109.664881, 20.934028], [109.669069, 20.957737], [109.679499, 20.953985], [109.68083, 20.954782], [109.680411, 20.960292], [109.678421, 20.960749], [109.677195, 20.95663], [109.674485, 20.957554], [109.673869, 20.963467], [109.679567, 20.974901], [109.684022, 20.996373], [109.690346, 21.012896], [109.695187, 21.012407], [109.701106, 21.020569], [109.71052, 21.059309], [109.709637, 21.065542], [109.705965, 21.073244], [109.696481, 21.088512], [109.680054, 21.109542], [109.676168, 21.116649], [109.675789, 21.121599], [109.68186, 21.134295], [109.693199, 21.150582], [109.707591, 21.166579], [109.722827, 21.178584], [109.729222, 21.187172], [109.734525, 21.191335], [109.737004, 21.191008], [109.739289, 21.186775], [109.737433, 21.181686], [109.739082, 21.172437], [109.744121, 21.165682], [109.749609, 21.16722], [109.741487, 21.182227], [109.748422, 21.191067], [109.750214, 21.192096], [109.752498, 21.190411], [109.754807, 21.192408], [109.765878, 21.207265], [109.769017, 21.212473], [109.774118, 21.228286], [109.774703, 21.246204], [109.773198, 21.260726], [109.769064, 21.269158], [109.765948, 21.271181], [109.766988, 21.276885], [109.771758, 21.27627], [109.773028, 21.286726], [109.775224, 21.287842], [109.773047, 21.314368], [109.770241, 21.329038], [109.763872, 21.339596], [109.760786, 21.34322], [109.757618, 21.343864], [109.757513, 21.347071], [109.769915, 21.354984], [109.772022, 21.354665], [109.783391, 21.337685], [109.786364, 21.336217], [109.789545, 21.339216], [109.792393, 21.332501], [109.79396, 21.33768], [109.791162, 21.340653], [109.792711, 21.346047], [109.801909, 21.351475], [109.82033, 21.351438], [109.829138, 21.348843], [109.829565, 21.346262], [109.831964, 21.346848], [109.836007, 21.352151], [109.866063, 21.358414], [109.916724, 21.358332], [109.91715, 21.361686], [109.910425, 21.36906], [109.902046, 21.3736], [109.901263, 21.385133], [109.912104, 21.408369], [109.908947, 21.410985], [109.908386, 21.41507], [109.918445, 21.41936], [109.924188, 21.419132], [109.930131, 21.4252], [109.933621, 21.433232], [109.931091, 21.435943], [109.926512, 21.434723], [109.923763, 21.432156], [109.920823, 21.43234], [109.916834, 21.437378], [109.918133, 21.444278], [109.912468, 21.444484], [109.913579, 21.447856], [109.909263, 21.455032], [109.909603, 21.457796], [109.915789, 21.464251], [109.920176, 21.465864], [109.921753, 21.469696], [109.914156, 21.471537], [109.897106, 21.456346], [109.875295, 21.455742], [109.86428, 21.452304], [109.830051, 21.452057], [109.822452, 21.457183], [109.812845, 21.457853], [109.792697, 21.470432], [109.792262, 21.474441], [109.794996, 21.473421], [109.798064, 21.477693], [109.79668, 21.496868], [109.795135, 21.50384], [109.786168, 21.516756], [109.791525, 21.523106], [109.789821, 21.524842], [109.79368, 21.529183], [109.793329, 21.530616], [109.786568, 21.531518], [109.776211, 21.537938], [109.76938, 21.545847], [109.767032, 21.556372], [109.762474, 21.560345], [109.767427, 21.569885], [109.773233, 21.569485], [109.775209, 21.570793], [109.775389, 21.574422], [109.777586, 21.577156], [109.774447, 21.575328], [109.77429, 21.571794], [109.771138, 21.570783], [109.756659, 21.570303], [109.754327, 21.571939], [109.751967, 21.578467], [109.749846, 21.574569], [109.750175, 21.585162], [109.743966, 21.597976], [109.739525, 21.603586], [109.739017, 21.619547], [109.741857, 21.625528], [109.750646, 21.630438], [109.750667, 21.637166], [109.761765, 21.660315], [109.761753, 21.670158], [109.765965, 21.6755], [109.770352, 21.675597], [109.773652, 21.673001], [109.780996, 21.647217], [109.791, 21.632839], [109.796758, 21.629783], [109.802895, 21.631344], [109.802148, 21.639515], [109.805942, 21.647888], [109.809279, 21.647303], [109.817551, 21.64098], [109.835322, 21.63938], [109.84029, 21.641001], [109.841329, 21.647673], [109.871701, 21.655978], [109.880543, 21.650851], [109.894365, 21.652489], [109.898933, 21.655616], [109.91162, 21.671773], [109.910506, 21.68523], [109.904749, 21.688476], [109.90123, 21.687889], [109.901407, 21.696532], [109.911118, 21.708572], [109.91851, 21.707043], [109.921292, 21.708644], [109.918787, 21.73117], [109.92475, 21.736326], [109.932071, 21.735978], [109.935977, 21.737884], [109.937716, 21.741286], [109.930402, 21.74505], [109.927067, 21.75488], [109.931104, 21.757495], [109.93587, 21.771481], [109.93359, 21.777794], [109.931825, 21.793649], [109.931955, 21.816065], [109.937521, 21.823443], [109.942798, 21.827438], [109.944219, 21.839831], [109.940838, 21.848899], [109.969653, 21.868975], [109.974336, 21.868874], [109.983176, 21.876185], [109.983036, 21.88239], [110.000454, 21.883072], [110.007555, 21.877426], [110.016821, 21.874169], [110.026438, 21.874419], [110.033926, 21.872481], [110.043506, 21.864564], [110.046851, 21.85982], [110.049081, 21.859351], [110.06569, 21.86321], [110.081527, 21.871049], [110.087667, 21.886501], [110.091393, 21.88852], [110.092988, 21.888597], [110.095031, 21.883562], [110.093879, 21.878896], [110.09649, 21.872971], [110.103393, 21.873325], [110.101763, 21.88219], [110.102655, 21.885099], [110.116973, 21.904497], [110.119598, 21.905263], [110.123443, 21.905305], [110.128862, 21.902516], [110.13489, 21.886766], [110.146742, 21.899849], [110.163792, 21.899462], [110.177845, 21.902248], [110.182644, 21.897874], [110.190396, 21.899224], [110.192671, 21.902526], [110.207361, 21.895997], [110.205772, 21.88969], [110.217092, 21.884218], [110.228607, 21.881468], [110.252272, 21.883074], [110.254232, 21.883332], [110.265593, 21.896633], [110.268357, 21.897704], [110.272644, 21.894255], [110.279354, 21.894923], [110.285979, 21.913905], [110.28493, 21.918862], [110.28605, 21.920502], [110.292674, 21.917508], [110.295353, 21.913382], [110.308962, 21.908339], [110.312184, 21.902062], [110.317259, 21.896741], [110.329122, 21.892439], [110.331334, 21.889823], [110.343013, 21.893278], [110.350237, 21.889473], [110.352354, 21.892354], [110.379093, 21.89387], [110.382889, 21.892737], [110.385455, 21.89388], [110.388632, 21.903471], [110.385529, 21.90672], [110.393093, 21.909269], [110.39127, 21.916078], [110.385248, 21.919068], [110.385396, 21.92499], [110.380948, 21.932473], [110.375603, 21.934381], [110.37715, 21.933234], [110.374192, 21.931433], [110.368387, 21.936099], [110.373766, 21.943571], [110.386694, 21.952688], [110.385217, 21.956129], [110.372008, 21.970692], [110.365941, 21.972928], [110.363891, 21.971725], [110.350799, 21.976808], [110.348468, 21.979019], [110.354637, 21.990671], [110.356985, 22.014635], [110.345421, 22.033816], [110.343246, 22.041629], [110.344979, 22.045471], [110.348847, 22.046672], [110.348781, 22.064577], [110.352522, 22.077306], [110.354464, 22.078202], [110.353127, 22.088431], [110.345749, 22.09177], [110.346096, 22.099625], [110.350928, 22.101422], [110.353281, 22.099193], [110.361602, 22.099523], [110.360557, 22.126909], [110.355154, 22.136977], [110.348827, 22.134845], [110.341619, 22.137645], [110.32974, 22.145496], [110.32211, 22.15541], [110.321932, 22.163223], [110.323725, 22.16803], [110.343883, 22.198743], [110.346492, 22.198749], [110.349998, 22.195597], [110.35445, 22.186226], [110.370717, 22.169081], [110.376332, 22.166767], [110.389054, 22.173422], [110.386379, 22.181652], [110.393988, 22.189596], [110.399317, 22.187709], [110.405625, 22.192263], [110.406816, 22.199626], [110.40517, 22.205695], [110.407912, 22.209768], [110.413671, 22.21175], [110.423426, 22.209089], [110.425704, 22.210497], [110.451026, 22.188966], [110.455545, 22.181069], [110.467475, 22.17392], [110.479885, 22.162079], [110.479662, 22.15491], [110.487263, 22.145124], [110.497338, 22.145405], [110.50683, 22.148288], [110.526295, 22.157767], [110.524458, 22.16564], [110.525947, 22.170783], [110.533988, 22.17516], [110.538741, 22.186821], [110.5457, 22.195836], [110.554721, 22.199258], [110.579685, 22.188479], [110.591453, 22.18969], [110.596948, 22.186353], [110.599058, 22.18219], [110.594174, 22.166272], [110.596196, 22.161714], [110.602471, 22.158084], [110.60746, 22.158967], [110.613769, 22.162852], [110.62179, 22.157991], [110.621955, 22.155402], [110.625135, 22.151944], [110.637517, 22.155672], [110.639753, 22.160275], [110.651283, 22.170389], [110.654665, 22.170115], [110.674345, 22.175792], [110.671297, 22.192294], [110.662543, 22.203094], [110.658519, 22.205697], [110.652303, 22.206131], [110.646113, 22.215777], [110.643144, 22.230853], [110.649351, 22.242697], [110.660185, 22.248057], [110.666885, 22.247153], [110.682793, 22.251994], [110.690893, 22.262038], [110.686192, 22.267845], [110.690186, 22.273889], [110.699874, 22.277768], [110.702969, 22.274471], [110.709027, 22.28311], [110.716452, 22.298304], [110.721655, 22.300456], [110.724948, 22.298652], [110.730007, 22.289918], [110.735182, 22.284714], [110.756689, 22.279669], [110.770948, 22.280568], [110.779609, 22.283955], [110.784264, 22.289806], [110.784168, 22.295801], [110.774297, 22.299547], [110.769374, 22.303271], [110.76491, 22.320939], [110.747409, 22.328988], [110.743889, 22.333295], [110.742078, 22.342265], [110.745869, 22.345724], [110.745925, 22.350276], [110.744365, 22.354783], [110.736529, 22.363842], [110.724029, 22.369349], [110.719195, 22.365984], [110.719001, 22.362769], [110.715735, 22.362874], [110.705157, 22.373645], [110.704394, 22.383161], [110.707528, 22.38557], [110.708854, 22.393407], [110.70359, 22.403202], [110.703004, 22.409661], [110.708346, 22.417064], [110.708909, 22.435941], [110.706308, 22.44602], [110.69995, 22.450804], [110.689267, 22.449516], [110.687468, 22.452345], [110.689054, 22.459056], [110.680617, 22.469763], [110.678164, 22.476578], [110.684101, 22.482318], [110.68624, 22.482642], [110.695741, 22.477365], [110.697291, 22.473871], [110.70377, 22.469345], [110.714077, 22.464809], [110.720501, 22.463933], [110.734394, 22.467262], [110.739052, 22.469788], [110.744479, 22.48008], [110.740736, 22.48114], [110.733953, 22.490134], [110.734098, 22.502467], [110.740131, 22.51565], [110.746624, 22.522146], [110.755215, 22.520137], [110.758924, 22.521837], [110.752982, 22.535485], [110.755348, 22.548878], [110.745259, 22.556628], [110.743234, 22.560219], [110.747769, 22.564837], [110.754125, 22.561011], [110.759052, 22.56557], [110.759642, 22.572348], [110.755734, 22.585001], [110.756938, 22.58754], [110.765585, 22.592093], [110.772204, 22.589955], [110.78696, 22.576431], [110.791287, 22.567995], [110.791343, 22.56474], [110.794932, 22.560208], [110.800613, 22.562141], [110.803016, 22.566006], [110.80213, 22.57149], [110.803811, 22.577548], [110.809525, 22.582787], [110.815225, 22.582547], [110.824915, 22.586796], [110.827812, 22.592345], [110.844707, 22.586011], [110.849453, 22.586749], [110.854395, 22.59178], [110.865632, 22.590484], [110.875111, 22.585456], [110.883366, 22.587846], [110.891889, 22.594728], [110.89468, 22.598913], [110.894069, 22.608477], [110.890237, 22.610887], [110.892434, 22.617131], [110.924712, 22.611214], [110.936922, 22.611066], [110.945521, 22.612977], [110.954383, 22.621965], [110.957196, 22.627595], [110.955653, 22.63594], [110.953239, 22.639621], [110.963639, 22.639261], [110.968195, 22.642789], [110.975771, 22.645375], [110.982836, 22.643749], [110.984521, 22.638205], [110.99211, 22.633845], [110.995265, 22.639328], [111.003975, 22.644112], [111.005849, 22.648067], [111.022135, 22.654096], [111.025591, 22.649192], [111.030172, 22.647149], [111.035291, 22.651572], [111.050455, 22.650677], [111.055384, 22.657844], [111.055229, 22.667228], [111.060423, 22.669715], [111.063699, 22.668217], [111.068749, 22.669757], [111.074196, 22.680305], [111.084023, 22.691558], [111.085011, 22.696486], [111.078428, 22.703822], [111.076993, 22.712627], [111.067328, 22.719904], [111.056223, 22.724883], [111.051572, 22.729645], [111.053302, 22.733056], [111.056289, 22.73419], [111.08237, 22.7329], [111.089877, 22.738217], [111.090852, 22.742325], [111.093338, 22.744461], [111.100363, 22.743038], [111.110374, 22.74394], [111.110638, 22.746208], [111.114492, 22.746134], [111.126597, 22.740311], [111.137186, 22.739299], [111.141871, 22.740503], [111.145337, 22.745563], [111.151508, 22.745153], [111.15107, 22.742636], [111.152895, 22.741895], [111.16726, 22.74408], [111.176505, 22.73932], [111.189052, 22.739216], [111.197331, 22.743428], [111.19816, 22.753103], [111.214284, 22.751123], [111.225986, 22.760556], [111.227069, 22.764525], [111.234561, 22.771786], [111.231254, 22.77571], [111.235718, 22.783839], [111.249716, 22.789561], [111.251896, 22.797294], [111.255453, 22.797537], [111.259899, 22.79545], [111.263165, 22.791444], [111.266254, 22.792047], [111.268545, 22.802457], [111.279452, 22.807367], [111.284235, 22.806507], [111.285923, 22.811188], [111.28555, 22.820827], [111.288824, 22.827552], [111.298528, 22.838077], [111.301531, 22.842399], [111.300501, 22.84425], [111.307883, 22.854123], [111.315085, 22.85398], [111.318386, 22.857372], [111.322703, 22.864377], [111.319722, 22.869021], [111.331308, 22.871329], [111.334549, 22.870407], [111.340417, 22.878481], [111.344035, 22.880338], [111.347124, 22.88524], [111.346847, 22.888116], [111.354335, 22.892621], [111.355007, 22.90882], [111.365285, 22.917824], [111.370878, 22.931976], [111.368961, 22.943466], [111.362955, 22.9466], [111.360409, 22.951988], [111.362344, 22.956311], [111.358342, 22.971155], [111.363535, 22.972276], [111.370427, 22.970458], [111.372463, 22.976154], [111.38973, 22.983222], [111.397765, 22.990295], [111.398148, 22.993748], [111.388477, 22.999864], [111.384363, 23.008764], [111.391929, 23.016042], [111.397699, 23.016294], [111.406323, 23.019797], [111.40946, 23.022171], [111.410313, 23.027833], [111.418734, 23.035543], [111.425626, 23.035102], [111.428777, 23.039125], [111.428526, 23.049865], [111.424091, 23.052078], [111.421317, 23.05649], [111.421667, 23.064528], [111.427475, 23.070077], [111.429029, 23.074764], [111.42738, 23.075574], [111.422832, 23.07315], [111.422302, 23.070206], [111.41854, 23.067191], [111.407883, 23.071769], [111.39716, 23.068669], [111.388458, 23.071107], [111.372128, 23.084608], [111.368547, 23.092472], [111.369942, 23.114372], [111.37613, 23.12585], [111.37163, 23.134301], [111.371551, 23.144499], [111.363511, 23.14568], [111.375853, 23.154745], [111.378381, 23.156118], [111.3851, 23.155955], [111.394006, 23.162991], [111.391994, 23.168244], [111.387151, 23.172051], [111.383713, 23.168525], [111.378924, 23.169529], [111.379482, 23.200891], [111.383, 23.214599], [111.372071, 23.2183], [111.3716, 23.220951], [111.373971, 23.223912], [111.368659, 23.232226], [111.361684, 23.238744], [111.359428, 23.243506], [111.362432, 23.244952], [111.365344, 23.250698], [111.367054, 23.265099], [111.360925, 23.270971], [111.355545, 23.273118], [111.350383, 23.269157], [111.346936, 23.26926], [111.343867, 23.274608], [111.347356, 23.281634], [111.348652, 23.292297], [111.351031, 23.290899], [111.355006, 23.293354], [111.360749, 23.299607], [111.372245, 23.307505], [111.374009, 23.314873], [111.373084, 23.316564], [111.360493, 23.322668], [111.35698, 23.32721], [111.356736, 23.329841], [111.359498, 23.344633], [111.362414, 23.352172], [111.369307, 23.358617], [111.372311, 23.371587], [111.384094, 23.37908], [111.387004, 23.385762], [111.387485, 23.393226], [111.37857, 23.401306], [111.378079, 23.403381], [111.380533, 23.410954], [111.384152, 23.416108], [111.38585, 23.434122], [111.39072, 23.441282], [111.38756, 23.450353], [111.394027, 23.459685], [111.391781, 23.464605], [111.39398, 23.471302], [111.423352, 23.468677], [111.427885, 23.48227], [111.429975, 23.483616], [111.433804, 23.483128], [111.449365, 23.501963], [111.452087, 23.501174], [111.455402, 23.502857], [111.460557, 23.515882], [111.463434, 23.520751], [111.465729, 23.520824], [111.472834, 23.541107], [111.475757, 23.560623], [111.484458, 23.564632], [111.485221, 23.569084], [111.48343, 23.595076], [111.480362, 23.605037], [111.481757, 23.629174], [111.497275, 23.632191], [111.51125, 23.628588], [111.528374, 23.631977], [111.535697, 23.634905], [111.545606, 23.643657], [111.549004, 23.643957], [111.554391, 23.64108], [111.551917, 23.638094], [111.551943, 23.635575], [111.562821, 23.637515], [111.574961, 23.645823], [111.590247, 23.644929], [111.597716, 23.642782], [111.602853, 23.639393], [111.61068, 23.641754], [111.612124, 23.64816], [111.609079, 23.65104], [111.609814, 23.660066], [111.619985, 23.67878], [111.627192, 23.677736], [111.631943, 23.680978], [111.634399, 23.693678], [111.638102, 23.698881], [111.643011, 23.697874], [111.660157, 23.702688], [111.661417, 23.72081], [111.657992, 23.722582], [111.640171, 23.72414], [111.63744, 23.716785], [111.628496, 23.724901], [111.617833, 23.72761], [111.612258, 23.736277], [111.615238, 23.739965], [111.618466, 23.739793], [111.624673, 23.744187], [111.62344, 23.748515], [111.622952, 23.791452], [111.629132, 23.791374], [111.633947, 23.793955], [111.649257, 23.825848], [111.649926, 23.836377], [111.660982, 23.837242], [111.670463, 23.829739], [111.670958, 23.826557], [111.68615, 23.81878], [111.688274, 23.820012], [111.690866, 23.826671], [111.689559, 23.833221], [111.692091, 23.839778], [111.698612, 23.841146], [111.707153, 23.840606], [111.709349, 23.839914], [111.710038, 23.834867], [111.717202, 23.825923], [111.738701, 23.822784], [111.747279, 23.815285], [111.757597, 23.81647], [111.767244, 23.812739], [111.786334, 23.813905], [111.791914, 23.818069], [111.798132, 23.816953], [111.803776, 23.812304], [111.804992, 23.808586], [111.808773, 23.813775], [111.80596, 23.819683], [111.810298, 23.832217], [111.8142, 23.831699], [111.820054, 23.834887], [111.816195, 23.85991], [111.818897, 23.873777], [111.81384, 23.878021], [111.810203, 23.878773], [111.808255, 23.881924], [111.807289, 23.888979], [111.817215, 23.913994], [111.820714, 23.915273], [111.830756, 23.913626], [111.841634, 23.907058], [111.847593, 23.912847], [111.852349, 23.920922], [111.851935, 23.930746], [111.845316, 23.93826], [111.849682, 23.951243], [111.861242, 23.94915], [111.864966, 23.942243], [111.874069, 23.940512], [111.880069, 23.944991], [111.892686, 23.950326], [111.907118, 23.946683], [111.917034, 23.958022], [111.918939, 23.971142], [111.929034, 23.981326], [111.936251, 23.985168], [111.935273, 23.990649], [111.927903, 23.997007], [111.928795, 24], [111.918292, 24.006749], [111.915509, 24.014732], [111.916111, 24.018953], [111.918214, 24.020846], [111.915279, 24.042486], [111.901401, 24.050942], [111.892506, 24.073104], [111.883309, 24.08019], [111.882103, 24.083808], [111.884968, 24.091346], [111.884214, 24.094211], [111.876292, 24.102155], [111.87355, 24.112747], [111.873769, 24.128722], [111.87819, 24.139585], [111.883944, 24.165394], [111.867727, 24.176442], [111.865404, 24.183707], [111.869983, 24.201325], [111.870674, 24.21864], [111.873339, 24.224922], [111.872132, 24.230041], [111.876748, 24.232681], [111.907984, 24.224161], [111.910649, 24.225493], [111.918391, 24.238888], [111.928462, 24.236997], [111.932042, 24.232668], [111.936037, 24.234106], [111.937436, 24.238137], [111.935848, 24.246559], [111.940522, 24.248191], [111.948768, 24.255303], [111.949694, 24.261931], [111.953037, 24.26755], [111.96051, 24.26836], [111.967388, 24.26365], [111.970427, 24.258139], [111.981123, 24.259961], [111.98478, 24.263791], [111.984582, 24.273951], [111.986452, 24.282629], [111.997388, 24.282364], [112.003329, 24.291304], [112.009602, 24.297327], [112.024318, 24.299118], [112.026374, 24.304245], [112.026286, 24.313998], [112.032948, 24.319561], [112.03948, 24.32144], [112.041349, 24.331262], [112.053834, 24.341041], [112.05675, 24.373515], [112.055442, 24.389496], [112.048075, 24.39327], [112.044068, 24.390216], [112.036623, 24.396544], [112.034413, 24.403299], [112.036101, 24.408413], [112.035744, 24.413903], [112.023908, 24.43486], [112.01882, 24.435793], [112.017482, 24.437429], [112.018561, 24.44341], [112.012272, 24.448889], [111.998702, 24.450882], [111.99116, 24.460627], [111.980898, 24.467321], [111.982385, 24.473269], [111.978462, 24.479067], [111.981455, 24.488889], [111.987432, 24.496441], [112.003354, 24.501674], [112.00499, 24.503607], [112.005139, 24.505243], [111.99889, 24.513147], [112.002333, 24.524385], [112.00121, 24.538029], [111.992989, 24.552956], [111.983712, 24.556299], [111.973912, 24.562848], [111.973322, 24.571561], [111.971006, 24.577171], [111.965746, 24.582867], [111.958093, 24.583925], [111.949101, 24.590095], [111.946999, 24.59369], [111.933248, 24.598042], [111.929944, 24.602923], [111.932717, 24.605651], [111.931117, 24.611345], [111.93258, 24.617105], [111.923372, 24.630312], [111.92277, 24.634292], [111.928122, 24.641968], [111.932662, 24.64528], [111.939245, 24.645876], [111.948304, 24.651226], [111.941751, 24.658662], [111.940317, 24.668408], [111.932856, 24.672683], [111.939038, 24.677809], [111.939038, 24.679769], [111.931392, 24.684326], [111.937682, 24.693107], [111.946897, 24.697314], [111.956089, 24.724745], [111.969352, 24.730096], [111.981065, 24.730261], [111.991284, 24.736197], [112.004359, 24.732475], [112.012047, 24.736888], [112.017257, 24.74304], [112.025192, 24.746469], [112.029232, 24.758479], [112.028691, 24.774185], [112.030509, 24.77782], [112.035969, 24.781525], [112.040929, 24.782327], [112.044692, 24.788064], [112.052877, 24.792442], [112.05421, 24.794726], [112.053141, 24.799829], [112.061948, 24.804816], [112.07701, 24.807045], [112.091213, 24.82004], [112.089757, 24.82587], [112.094482, 24.827923], [112.098944, 24.826516], [112.100753, 24.830632], [112.109143, 24.834053], [112.122498, 24.845039], [112.134696, 24.847718], [112.142721, 24.839978], [112.149125, 24.839681], [112.150055, 24.844219], [112.157021, 24.848701], [112.155294, 24.851929], [112.159995, 24.854567], [112.165049, 24.865702], [112.157432, 24.871287], [112.156986, 24.873221], [112.15989, 24.87873], [112.159573, 24.887852], [112.161499, 24.89793], [112.165135, 24.906737], [112.16961, 24.929458], [112.165879, 24.932408], [112.143876, 24.93713], [112.1361, 24.940715], [112.132879, 24.95035], [112.128635, 24.953251], [112.122378, 24.954722], [112.117893, 24.959781], [112.116421, 24.967049], [112.114453, 24.968994], [112.117873, 24.973902], [112.115284, 24.990516], [112.117682, 24.995276], [112.128464, 24.999917], [112.148727, 25.030492], [112.142509, 25.041421], [112.146291, 25.048548], [112.14673, 25.064174], [112.155796, 25.071311], [112.165611, 25.104772], [112.170073, 25.108936], [112.170667, 25.126931], [112.168585, 25.13169], [112.179888, 25.145818], [112.177806, 25.149387], [112.181078, 25.164853], [112.187175, 25.171843], [112.181095, 25.187039], [112.190927, 25.190271], [112.197734, 25.186863], [112.205318, 25.194597], [112.206805, 25.193555], [112.208048, 25.187467], [112.214592, 25.186746], [112.222429, 25.190752], [112.241402, 25.188633], [112.250218, 25.175541], [112.247509, 25.171114], [112.251147, 25.164258], [112.26302, 25.167828], [112.267333, 25.165746], [112.275364, 25.168869], [112.278982, 25.161339], [112.296657, 25.159615], [112.302723, 25.162287], [112.300415, 25.168112], [112.308613, 25.178527], [112.317728, 25.177329], [112.327002, 25.178394], [112.339769, 25.18359], [112.341669, 25.18797], [112.356828, 25.195723], [112.366229, 25.190879], [112.36573, 25.184397], [112.368311, 25.178535], [112.37429, 25.177028], [112.378918, 25.173166], [112.381547, 25.167679], [112.386752, 25.164556], [112.381895, 25.155998], [112.381844, 25.15329], [112.39594, 25.142985], [112.405821, 25.142143], [112.420118, 25.157864], [112.425433, 25.171959], [112.424707, 25.17703], [112.426085, 25.181069], [112.432854, 25.183145], [112.43661, 25.189664], [112.442758, 25.18637], [112.450768, 25.176959], [112.44921, 25.170987], [112.443685, 25.165432], [112.444157, 25.163664], [112.451295, 25.158607], [112.452347, 25.154453], [112.47527, 25.153034], [112.491258, 25.149718], [112.49486, 25.140671], [112.498257, 25.139137], [112.517368, 25.139939], [112.521095, 25.135846], [112.533001, 25.137746], [112.547399, 25.131822], [112.547731, 25.126609], [112.577865, 25.127429], [112.581286, 25.128619], [112.586044, 25.133675], [112.590938, 25.129287], [112.608947, 25.137542], [112.618018, 25.135459], [112.621439, 25.137988], [112.623372, 25.142895], [112.626049, 25.143936], [112.637661, 25.141304], [112.641516, 25.136649], [112.646863, 25.138285], [112.655985, 25.135842], [112.663098, 25.124278], [112.662209, 25.119082], [112.663845, 25.115959], [112.665779, 25.114769], [112.67213, 25.115616], [112.675668, 25.112998], [112.690728, 25.098258], [112.689357, 25.091542], [112.706765, 25.086034], [112.71763, 25.051639], [112.713422, 25.046164], [112.707865, 25.043385], [112.71049, 25.038733], [112.710157, 25.028407], [112.718796, 25.012006], [112.728239, 25.012006], [112.729578, 25.003529], [112.73671, 25.000325], [112.738778, 24.990459], [112.741475, 24.986873], [112.736772, 24.980822], [112.737418, 24.961597], [112.747089, 24.958493], [112.751219, 24.959081], [112.775301, 24.951248], [112.779923, 24.944629], [112.779524, 24.939567], [112.776572, 24.93512], [112.779398, 24.931105], [112.77568, 24.926792], [112.782588, 24.919952], [112.778912, 24.907558], [112.774268, 24.901511], [112.777318, 24.898097], [112.788202, 24.893635], [112.796837, 24.893836], [112.814733, 24.898444], [112.822976, 24.896693], [112.831134, 24.897177], [112.839355, 24.900704], [112.859087, 24.898925], [112.867782, 24.900248], [112.87022, 24.904401], [112.869631, 24.909382], [112.878726, 24.915409], [112.892303, 24.919869], [112.898073, 24.919356], [112.899749, 24.92231], [112.903621, 24.923477], [112.918299, 24.921141], [112.92312, 24.924874], [112.929179, 24.924074], [112.932233, 24.918416], [112.934299, 24.918101], [112.952892, 24.927045], [112.966437, 24.921619], [112.980059, 24.925604], [112.985235, 24.928876], [112.990651, 24.927533], [112.990426, 24.937053], [112.984393, 24.939463], [112.989089, 24.943652], [113.00217, 24.946189], [113.007081, 24.950003], [113.006187, 24.952835], [112.998868, 24.956156], [112.997213, 24.959933], [113.003245, 24.965237], [113.00443, 24.984938], [112.999349, 24.985535], [112.996821, 24.993417], [112.99218, 24.994547], [112.980448, 25.004766], [112.987126, 25.01424], [112.987764, 25.019506], [112.975906, 25.029005], [112.972543, 25.029039], [112.973681, 25.036587], [112.983556, 25.048911], [112.992097, 25.051846], [112.997512, 25.061528], [112.99445, 25.065748], [112.994442, 25.069083], [112.996928, 25.073563], [113.010604, 25.084592], [113.007687, 25.088481], [113.004235, 25.089277], [112.982767, 25.120112], [112.964414, 25.138251], [112.959991, 25.147271], [112.963418, 25.148649], [112.962061, 25.151212], [112.966433, 25.157694], [112.965378, 25.168097], [113.004654, 25.192345], [113.011611, 25.191754], [113.024021, 25.194067], [113.028897, 25.199979], [113.027398, 25.205118], [113.03111, 25.209187], [113.022913, 25.214024], [113.017987, 25.210053], [113.013595, 25.211331], [113.009523, 25.217049], [113.004753, 25.22978], [113.006656, 25.232576], [113.003206, 25.231743], [113.001303, 25.232635], [113.000589, 25.235372], [112.994821, 25.237288], [112.991674, 25.241069], [112.993629, 25.244406], [112.993486, 25.24807], [112.990001, 25.249569], [112.980542, 25.25045], [112.971486, 25.248451], [112.967202, 25.254162], [112.965204, 25.254019], [112.963633, 25.251592], [112.961206, 25.251735], [112.955496, 25.25716], [112.95107, 25.25716], [112.947786, 25.255018], [112.946216, 25.248879], [112.939543, 25.252065], [112.92904, 25.253818], [112.926111, 25.251579], [112.927903, 25.245744], [112.925257, 25.245092], [112.92079, 25.247485], [112.917722, 25.251234], [112.903059, 25.247012], [112.896675, 25.240884], [112.891536, 25.241884], [112.887223, 25.24856], [112.878141, 25.25089], [112.868201, 25.250035], [112.863, 25.251797], [112.860629, 25.259201], [112.863517, 25.267728], [112.870264, 25.276821], [112.866742, 25.279105], [112.863572, 25.278071], [112.861438, 25.279415], [112.856749, 25.290622], [112.851228, 25.292049], [112.853893, 25.300139], [112.84923, 25.314987], [112.850343, 25.317214], [112.85751, 25.320888], [112.849084, 25.328719], [112.84659, 25.335136], [112.846775, 25.339089], [112.850209, 25.340896], [112.865539, 25.329528], [112.87093, 25.332786], [112.873215, 25.33764], [112.880829, 25.335736], [112.887385, 25.343223], [112.890937, 25.339613], [112.894783, 25.319084], [112.897586, 25.311886], [112.905396, 25.303119], [112.919165, 25.29923], [112.923385, 25.301941], [112.922226, 25.308787], [112.927141, 25.325474], [112.931025, 25.328744], [112.936061, 25.328436], [112.941629, 25.330577], [112.945425, 25.339728], [112.959385, 25.342459], [112.962178, 25.349354], [112.962287, 25.360951], [112.965071, 25.357168], [112.966428, 25.351671], [112.967998, 25.351029], [112.979533, 25.357167], [112.982314, 25.356633], [112.989909, 25.350518], [112.994936, 25.354718], [113.005643, 25.35567], [113.008558, 25.354778], [113.01022, 25.351102], [113.013524, 25.348641], [113.018973, 25.347991], [113.020158, 25.349543], [113.01873, 25.354421], [113.021036, 25.361395], [113.022061, 25.36376], [113.028605, 25.364236], [113.028486, 25.370185], [113.033721, 25.370125], [113.036398, 25.3684], [113.051949, 25.379995], [113.061987, 25.384772], [113.07147, 25.384571], [113.075522, 25.386319], [113.074573, 25.393235], [113.08483, 25.399437], [113.082748, 25.404196], [113.085425, 25.406397], [113.085484, 25.410323], [113.091715, 25.413752], [113.085382, 25.418189], [113.086233, 25.419981], [113.098155, 25.4246], [113.102854, 25.422101], [113.106721, 25.424005], [113.109279, 25.423112], [113.11592, 25.417391], [113.123422, 25.416065], [113.127251, 25.417701], [113.124227, 25.432227], [113.122062, 25.434297], [113.12042, 25.44065], [113.123703, 25.442435], [113.11577, 25.443082], [113.112003, 25.449163], [113.116033, 25.451625], [113.122189, 25.451938], [113.120678, 25.454692], [113.122284, 25.457833], [113.118108, 25.455049], [113.115646, 25.457119], [113.116479, 25.460742], [113.12504, 25.468577], [113.129245, 25.470343], [113.130095, 25.469225], [113.147048, 25.470963], [113.148059, 25.474715], [113.146626, 25.476586], [113.136668, 25.472472], [113.134646, 25.472948], [113.136787, 25.480087], [113.139524, 25.481039], [113.145354, 25.479611], [113.146543, 25.480801], [113.144039, 25.494624], [113.150324, 25.495863], [113.162267, 25.492417], [113.164469, 25.490512], [113.163883, 25.482761], [113.174118, 25.471512], [113.18312, 25.478777], [113.193309, 25.480136], [113.198353, 25.482857], [113.203852, 25.490061], [113.206433, 25.505369], [113.221099, 25.513538], [113.238883, 25.519538], [113.24276, 25.51817], [113.248072, 25.507059], [113.254668, 25.501576], [113.257141, 25.500907], [113.260989, 25.504637], [113.26011, 25.508124], [113.263848, 25.508675], [113.27123, 25.504704], [113.272918, 25.499671], [113.277911, 25.496789], [113.284058, 25.499167], [113.286879, 25.505498], [113.28227, 25.512833], [113.285334, 25.519732], [113.297094, 25.519864], [113.300161, 25.517763], [113.291253, 25.51073], [113.293995, 25.505906], [113.299731, 25.503716], [113.30211, 25.497916]]]] + } + }, { + "type": "Feature", + "properties": { + "name": "广西壮族自治区", + "province_adcode": 450000, + "province_type": "自治区", + "name_en": "Guangxi", + "name_var": "Guǎng Xī", + "adcode": 450000 + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [[[[109.206744, 20.918983], [109.213903, 20.915934], [109.218456, 20.910052], [109.217409, 20.906839], [109.212373, 20.902319], [109.207978, 20.903946], [109.204505, 20.91017], [109.203092, 20.915811], [109.204234, 20.919154], [109.206744, 20.918983]]], [[[109.13553, 21.038448], [109.12368, 21.018711], [109.120681, 21.021545], [109.11195, 21.025], [109.108409, 21.029198], [109.103902, 21.029814], [109.095887, 21.026418], [109.092471, 21.021712], [109.093986, 21.016533], [109.099695, 21.013053], [109.09855, 21.008781], [109.086184, 21.015705], [109.084992, 21.025847], [109.08762, 21.033064], [109.083875, 21.041407], [109.083009, 21.049155], [109.085299, 21.052071], [109.088056, 21.052342], [109.091265, 21.057526], [109.11034, 21.068039], [109.121464, 21.071225], [109.126903, 21.071031], [109.131985, 21.068221], [109.136571, 21.063019], [109.139538, 21.054513], [109.138301, 21.044579], [109.13553, 21.038448]]], [[[109.512678, 21.457436], [109.529189, 21.450364], [109.530609, 21.453364], [109.535844, 21.451079], [109.532836, 21.444912], [109.508832, 21.455991], [109.504226, 21.46429], [109.504174, 21.470624], [109.508032, 21.47373], [109.515766, 21.469328], [109.510436, 21.458311], [109.512678, 21.457436]]], [[[109.10731, 21.485706], [109.084629, 21.483344], [109.085852, 21.485728], [109.107709, 21.488578], [109.109057, 21.486349], [109.10731, 21.485706]]], [[[108.700004, 21.607373], [108.688338, 21.596702], [108.68047, 21.598692], [108.674682, 21.593537], [108.672421, 21.594441], [108.681374, 21.603846], [108.682731, 21.602761], [108.694245, 21.613245], [108.700004, 21.607373]]], [[[109.03558, 21.605209], [109.03211, 21.605645], [109.030941, 21.60764], [109.033199, 21.614735], [109.049843, 21.622284], [109.057665, 21.628975], [109.066946, 21.633863], [109.064097, 21.624496], [109.060315, 21.62038], [109.047714, 21.614562], [109.03558, 21.605209]]], [[[109.070076, 21.644295], [109.067352, 21.649833], [109.071695, 21.655084], [109.069081, 21.651637], [109.070076, 21.644295]]], [[[108.345389, 21.663789], [108.344479, 21.664818], [108.34599, 21.66787], [108.344077, 21.671555], [108.347536, 21.675027], [108.349234, 21.669011], [108.345389, 21.663789]]], [[[108.370277, 21.675216], [108.376547, 21.665402], [108.38157, 21.664206], [108.387514, 21.659388], [108.386553, 21.654774], [108.380072, 21.646093], [108.36618, 21.638111], [108.366801, 21.634359], [108.36418, 21.630025], [108.365618, 21.627558], [108.367607, 21.628014], [108.37424, 21.624594], [108.369808, 21.617812], [108.368393, 21.613557], [108.369446, 21.611005], [108.36032, 21.600742], [108.356732, 21.586777], [108.350396, 21.58355], [108.349831, 21.578409], [108.35879, 21.573483], [108.354352, 21.557034], [108.352568, 21.55629], [108.336506, 21.566552], [108.332707, 21.585195], [108.326136, 21.60304], [108.331615, 21.620201], [108.341505, 21.622144], [108.347018, 21.6457], [108.357201, 21.662442], [108.355229, 21.664764], [108.354194, 21.670967], [108.363411, 21.677093], [108.365883, 21.680387], [108.370277, 21.675216]]], [[[108.853192, 21.711218], [108.85053, 21.711833], [108.85266, 21.723315], [108.855406, 21.724962], [108.857759, 21.72247], [108.85775, 21.716842], [108.853192, 21.711218]]], [[[108.585917, 21.740197], [108.591752, 21.74035], [108.595195, 21.736343], [108.595345, 21.730614], [108.591274, 21.72098], [108.586396, 21.7175], [108.584849, 21.719582], [108.586515, 21.720683], [108.575919, 21.738151], [108.580166, 21.741512], [108.585917, 21.740197]]], [[[108.555872, 21.74057], [108.548496, 21.738072], [108.554266, 21.733164], [108.553344, 21.730398], [108.551232, 21.732748], [108.548615, 21.731826], [108.547633, 21.733908], [108.543806, 21.731662], [108.540269, 21.735134], [108.540866, 21.737241], [108.542825, 21.736868], [108.543201, 21.741076], [108.552362, 21.746727], [108.552362, 21.743931], [108.555872, 21.74057]]], [[[108.574703, 21.740963], [108.573362, 21.741002], [108.56995, 21.748564], [108.569992, 21.751935], [108.57265, 21.750896], [108.57536, 21.746315], [108.574703, 21.740963]]], [[[108.591048, 21.761138], [108.589441, 21.755658], [108.582463, 21.754514], [108.580675, 21.75118], [108.565233, 21.765918], [108.56708, 21.768138], [108.57516, 21.770292], [108.583024, 21.768295], [108.589993, 21.764137], [108.591048, 21.761138]]], [[[108.574883, 21.772494], [108.565193, 21.768002], [108.564423, 21.777562], [108.567699, 21.778093], [108.573003, 21.775287], [108.574883, 21.772494]]], [[[108.6215, 21.889718], [108.625571, 21.884484], [108.62375, 21.880847], [108.612049, 21.871612], [108.604954, 21.869785], [108.601918, 21.871343], [108.599538, 21.86935], [108.600152, 21.865238], [108.591872, 21.855358], [108.591129, 21.849933], [108.586447, 21.847934], [108.588103, 21.846335], [108.584505, 21.841653], [108.58382, 21.837541], [108.572627, 21.838055], [108.591399, 21.864962], [108.584173, 21.86612], [108.579009, 21.869281], [108.573504, 21.877402], [108.574824, 21.883764], [108.587074, 21.884729], [108.590304, 21.887527], [108.593183, 21.887361], [108.593849, 21.889074], [108.600369, 21.890192], [108.603964, 21.895173], [108.608316, 21.892688], [108.6215, 21.889718]]], [[[111.006285, 26.339886], [111.010144, 26.341089], [111.023514, 26.340527], [111.027814, 26.336919], [111.036778, 26.338774], [111.037761, 26.331291], [111.034358, 26.326509], [111.035845, 26.32413], [111.048188, 26.322048], [111.051647, 26.327759], [111.058207, 26.328408], [111.058152, 26.325766], [111.060234, 26.323981], [111.064547, 26.326807], [111.067968, 26.318776], [111.072342, 26.320969], [111.083795, 26.311647], [111.094159, 26.306762], [111.0999, 26.306081], [111.105444, 26.310448], [111.111393, 26.312679], [111.11749, 26.309407], [111.122398, 26.314315], [111.125496, 26.311159], [111.137848, 26.308647], [111.159873, 26.31081], [111.166117, 26.316969], [111.171422, 26.311691], [111.185691, 26.305384], [111.191109, 26.308257], [111.200448, 26.309185], [111.201662, 26.298037], [111.19854, 26.29513], [111.201553, 26.292491], [111.201369, 26.287338], [111.195943, 26.283112], [111.19833, 26.279335], [111.207463, 26.272377], [111.207533, 26.267561], [111.208911, 26.266357], [111.212742, 26.265579], [111.21659, 26.272771], [111.224453, 26.269935], [111.224863, 26.263156], [111.226648, 26.263305], [111.227365, 26.265898], [111.242351, 26.267348], [111.246129, 26.268762], [111.245832, 26.271633], [111.247319, 26.27312], [111.252524, 26.27431], [111.254309, 26.279961], [111.2602, 26.277143], [111.260853, 26.279812], [111.262786, 26.280259], [111.266206, 26.273269], [111.269627, 26.272377], [111.271775, 26.275043], [111.273702, 26.274654], [111.277141, 26.272246], [111.281322, 26.265772], [111.285093, 26.265982], [111.283498, 26.261389], [111.285294, 26.257206], [111.287347, 26.240703], [111.282235, 26.236848], [111.282348, 26.232726], [111.283969, 26.226114], [111.287175, 26.222557], [111.28146, 26.222461], [111.275484, 26.218894], [111.268883, 26.21988], [111.264273, 26.218541], [111.267824, 26.211884], [111.265621, 26.20816], [111.263651, 26.191241], [111.268575, 26.189489], [111.269499, 26.187711], [111.269575, 26.182068], [111.267247, 26.180321], [111.269373, 26.17307], [111.256429, 26.163435], [111.250957, 26.146921], [111.253391, 26.142756], [111.264306, 26.132611], [111.260549, 26.126152], [111.2634, 26.122557], [111.26631, 26.121853], [111.255792, 26.112165], [111.253919, 26.113327], [111.251832, 26.111555], [111.253197, 26.107644], [111.251004, 26.104981], [111.250574, 26.101123], [111.251302, 26.099557], [111.254655, 26.100347], [111.260008, 26.104362], [111.262537, 26.101983], [111.261793, 26.100347], [111.248954, 26.093873], [111.242707, 26.080332], [111.247814, 26.079824], [111.245434, 26.0743], [111.248858, 26.070397], [111.260198, 26.064173], [111.261667, 26.059836], [111.261362, 26.05819], [111.258751, 26.058014], [111.259497, 26.048992], [111.254967, 26.049319], [111.253153, 26.051333], [111.253323, 26.056689], [111.248263, 26.057762], [111.230919, 26.053569], [111.226853, 26.051108], [111.227886, 26.045768], [111.22045, 26.041753], [111.221221, 26.035398], [111.214893, 26.026342], [111.209296, 26.022271], [111.209891, 26.015579], [111.20543, 26.010076], [111.208255, 26.00502], [111.200819, 25.991635], [111.2017, 25.984731], [111.198142, 25.978621], [111.191101, 25.973614], [111.190023, 25.967727], [111.19061, 25.959294], [111.197995, 25.957548], [111.203422, 25.952426], [111.201973, 25.948332], [111.216435, 25.93899], [111.216583, 25.934677], [111.211378, 25.930215], [111.219409, 25.925903], [111.220531, 25.921116], [111.229522, 25.918616], [111.229373, 25.9146], [111.219898, 25.912569], [111.219785, 25.908151], [111.226405, 25.899781], [111.237188, 25.895938], [111.237106, 25.889021], [111.242906, 25.883667], [111.24366, 25.876055], [111.242361, 25.873667], [111.244051, 25.870838], [111.253143, 25.86648], [111.263726, 25.870134], [111.266223, 25.865805], [111.278454, 25.862526], [111.281602, 25.858591], [111.287089, 25.858626], [111.288692, 25.863705], [111.285075, 25.866175], [111.295772, 25.881147], [111.294957, 25.884857], [111.299463, 25.886698], [111.302804, 25.89241], [111.318603, 25.896011], [111.320092, 25.89922], [111.319495, 25.903744], [111.325146, 25.911031], [111.327377, 25.906421], [111.334104, 25.908949], [111.335778, 25.911033], [111.339633, 25.909433], [111.344479, 25.8972], [111.349387, 25.898836], [111.351023, 25.903], [111.352807, 25.898093], [111.360965, 25.897573], [111.361808, 25.899125], [111.360235, 25.901203], [111.362023, 25.904721], [111.369917, 25.910078], [111.374452, 25.903869], [111.372884, 25.894672], [111.373925, 25.892739], [111.379406, 25.890496], [111.377643, 25.887385], [111.377792, 25.885452], [111.379428, 25.885006], [111.381875, 25.885142], [111.384038, 25.88798], [111.389986, 25.888872], [111.394151, 25.886939], [111.398901, 25.889672], [111.410285, 25.879977], [111.415907, 25.882428], [111.420721, 25.890782], [111.43282, 25.889644], [111.438289, 25.886204], [111.443127, 25.885783], [111.450012, 25.890817], [111.456329, 25.887964], [111.451163, 25.88454], [111.453314, 25.877124], [111.457625, 25.874573], [111.467453, 25.880474], [111.469961, 25.880474], [111.480906, 25.874427], [111.488176, 25.872509], [111.481259, 25.861176], [111.476742, 25.86134], [111.468652, 25.858009], [111.465033, 25.860472], [111.460163, 25.860437], [111.456724, 25.858133], [111.455918, 25.852671], [111.452956, 25.849101], [111.449924, 25.851109], [111.442523, 25.850813], [111.436003, 25.848372], [111.43296, 25.844684], [111.43002, 25.845929], [111.422782, 25.839173], [111.419657, 25.831817], [111.421491, 25.822033], [111.425398, 25.8203], [111.43042, 25.822657], [111.433153, 25.821135], [111.430819, 25.81732], [111.434775, 25.81076], [111.432231, 25.808464], [111.431718, 25.80333], [111.43534, 25.787695], [111.438909, 25.786744], [111.435935, 25.78139], [111.438358, 25.774699], [111.434748, 25.772928], [111.418457, 25.770869], [111.407296, 25.771032], [111.404764, 25.763425], [111.401432, 25.762116], [111.39965, 25.763093], [111.397449, 25.760788], [111.399326, 25.748436], [111.394169, 25.745324], [111.383705, 25.744865], [111.381802, 25.740939], [111.380374, 25.74082], [111.373831, 25.745341], [111.370856, 25.745698], [111.370143, 25.738679], [111.361695, 25.740225], [111.353724, 25.734158], [111.342441, 25.732096], [111.327741, 25.734111], [111.325092, 25.740135], [111.312453, 25.733767], [111.309228, 25.72464], [111.303708, 25.724146], [111.302406, 25.718352], [111.30399, 25.707364], [111.303401, 25.697202], [111.304769, 25.692803], [111.311539, 25.691237], [111.313242, 25.686022], [111.313063, 25.676874], [111.30824, 25.66797], [111.304583, 25.65387], [111.305206, 25.648282], [111.311131, 25.642218], [111.311998, 25.63655], [111.321605, 25.624488], [111.327196, 25.622896], [111.334025, 25.615919], [111.337903, 25.606941], [111.335793, 25.602781], [111.330166, 25.597603], [111.329423, 25.592398], [111.324813, 25.587491], [111.326448, 25.583921], [111.322613, 25.579469], [111.316544, 25.55395], [111.319214, 25.545488], [111.322436, 25.541469], [111.323772, 25.522055], [111.320946, 25.518189], [111.313956, 25.499897], [111.31232, 25.491569], [111.300547, 25.480256], [111.293836, 25.468788], [111.29437, 25.461522], [111.296984, 25.457783], [111.295566, 25.451782], [111.287058, 25.43879], [111.281119, 25.433325], [111.274546, 25.432677], [111.2741, 25.425836], [111.26324, 25.427371], [111.259307, 25.424894], [111.255709, 25.415696], [111.252239, 25.412154], [111.251198, 25.405908], [111.252834, 25.399811], [111.248229, 25.398154], [111.228055, 25.379266], [111.219944, 25.376467], [111.205744, 25.366658], [111.178185, 25.37097], [111.166876, 25.357426], [111.162452, 25.347044], [111.159255, 25.34543], [111.150897, 25.326196], [111.130641, 25.302883], [111.114682, 25.294683], [111.107922, 25.294957], [111.103063, 25.29019], [111.097304, 25.287677], [111.096673, 25.283116], [111.105869, 25.265765], [111.101813, 25.257102], [111.111817, 25.238456], [111.107164, 25.218975], [111.071706, 25.20123], [111.064545, 25.195304], [111.061959, 25.189032], [111.054846, 25.192323], [111.051325, 25.191241], [111.043623, 25.187831], [111.037593, 25.178753], [111.032819, 25.182381], [111.015626, 25.173596], [111.004739, 25.172687], [110.995852, 25.168589], [110.994174, 25.166268], [110.996666, 25.152293], [110.989433, 25.147915], [110.985816, 25.142585], [110.979344, 25.130783], [110.979724, 25.123549], [110.978392, 25.120123], [110.972704, 25.112632], [110.977712, 25.107673], [110.977933, 25.102806], [110.972844, 25.09594], [110.959, 25.082922], [110.962219, 25.080714], [110.960538, 25.075029], [110.959455, 25.07316], [110.957072, 25.073866], [110.953455, 25.071201], [110.953738, 25.064682], [110.946066, 25.048039], [110.945886, 25.045531], [110.952028, 25.034335], [110.9501, 25.021388], [110.954895, 25.006123], [110.972833, 24.989355], [110.968746, 24.981007], [110.961958, 24.978679], [110.965402, 24.97034], [110.981394, 24.96788], [110.987798, 24.96131], [110.981055, 24.942942], [110.984255, 24.934966], [110.989718, 24.935155], [110.990164, 24.933966], [110.986595, 24.928463], [110.978824, 24.927508], [110.974397, 24.919965], [110.977055, 24.916874], [110.992395, 24.929653], [111.002397, 24.923047], [111.009498, 24.927144], [111.0149, 24.933541], [111.027683, 24.93497], [111.029865, 24.932279], [111.040817, 24.929511], [111.067179, 24.938545], [111.080566, 24.945486], [111.092423, 24.942276], [111.095936, 24.949495], [111.094443, 24.970697], [111.091741, 24.975431], [111.091403, 24.979596], [111.103945, 24.988855], [111.103753, 24.993523], [111.099873, 24.995771], [111.099873, 24.998485], [111.102025, 25.000022], [111.099599, 25.009059], [111.104638, 25.014848], [111.101247, 25.025407], [111.09731, 25.030296], [111.101682, 25.036628], [111.102737, 25.041151], [111.111482, 25.045523], [111.118869, 25.044015], [111.138781, 25.045077], [111.147169, 25.055453], [111.169057, 25.066549], [111.197586, 25.074264], [111.199959, 25.07679], [111.199498, 25.082315], [111.203899, 25.091505], [111.208573, 25.096933], [111.220184, 25.105041], [111.219809, 25.113088], [111.224767, 25.120196], [111.239829, 25.128873], [111.254724, 25.13155], [111.2619, 25.149005], [111.266896, 25.151336], [111.27248, 25.15089], [111.282601, 25.147222], [111.284708, 25.144272], [111.285487, 25.133502], [111.290281, 25.124772], [111.308089, 25.115345], [111.31486, 25.115627], [111.315765, 25.114723], [111.313956, 25.110652], [111.316815, 25.106905], [111.330994, 25.102961], [111.343505, 25.106129], [111.350428, 25.103308], [111.355411, 25.106015], [111.368213, 25.113909], [111.37082, 25.117753], [111.368555, 25.12165], [111.371565, 25.123975], [111.380593, 25.125729], [111.383087, 25.131715], [111.387203, 25.131976], [111.399107, 25.12857], [111.398253, 25.122267], [111.399681, 25.11259], [111.402905, 25.109077], [111.411764, 25.104904], [111.42069, 25.108453], [111.424926, 25.106917], [111.420696, 25.099044], [111.423259, 25.096028], [111.422656, 25.092712], [111.418529, 25.086597], [111.41961, 25.07667], [111.422505, 25.07462], [111.419412, 25.06983], [111.419229, 25.063549], [111.414342, 25.052451], [111.41318, 25.04317], [111.417019, 25.039374], [111.42537, 25.039643], [111.429908, 25.035967], [111.43446, 25.034861], [111.444545, 25.033958], [111.457934, 25.038738], [111.465302, 25.034523], [111.461587, 25.025465], [111.468357, 25.020841], [111.461135, 25.009208], [111.4581, 24.999462], [111.454589, 24.996136], [111.442166, 24.996128], [111.43279, 24.982105], [111.42858, 24.970164], [111.430106, 24.967169], [111.436022, 24.965005], [111.440107, 24.955457], [111.443816, 24.951732], [111.455882, 24.946336], [111.461521, 24.935477], [111.457153, 24.932545], [111.455143, 24.92757], [111.460158, 24.92523], [111.463442, 24.921375], [111.454794, 24.920904], [111.456697, 24.910196], [111.44616, 24.903748], [111.448531, 24.898261], [111.459444, 24.890395], [111.460444, 24.887968], [111.45973, 24.885398], [111.453876, 24.883114], [111.451306, 24.879116], [111.453162, 24.876689], [111.450751, 24.869856], [111.449864, 24.853237], [111.454884, 24.849458], [111.454313, 24.841083], [111.455646, 24.838037], [111.471054, 24.828573], [111.474301, 24.82871], [111.474698, 24.822224], [111.481472, 24.803764], [111.479686, 24.790321], [111.474681, 24.787592], [111.473349, 24.784737], [111.475252, 24.779978], [111.474681, 24.776552], [111.469922, 24.774458], [111.465925, 24.769699], [111.467638, 24.760181], [111.45942, 24.756865], [111.454583, 24.751423], [111.454165, 24.746754], [111.45781, 24.744475], [111.459854, 24.740226], [111.458836, 24.732706], [111.449418, 24.729906], [111.445112, 24.722669], [111.443663, 24.714486], [111.428863, 24.696981], [111.425452, 24.688227], [111.431257, 24.684043], [111.442226, 24.685256], [111.444775, 24.681226], [111.44763, 24.665589], [111.465106, 24.671412], [111.467881, 24.677821], [111.483535, 24.675248], [111.495975, 24.668227], [111.500562, 24.668133], [111.511318, 24.65595], [111.514335, 24.645005], [111.519386, 24.644223], [111.520514, 24.641741], [111.523941, 24.639838], [111.530413, 24.640219], [111.532291, 24.647125], [111.544362, 24.652966], [111.557278, 24.643161], [111.566334, 24.647667], [111.569923, 24.651689], [111.568971, 24.65578], [111.578531, 24.681459], [111.579209, 24.688518], [111.58735, 24.690327], [111.588707, 24.695151], [111.587816, 24.698912], [111.589311, 24.700871], [111.597134, 24.700801], [111.601205, 24.697723], [111.612867, 24.694211], [111.618407, 24.695453], [111.622629, 24.691985], [111.630799, 24.689914], [111.637104, 24.691748], [111.637403, 24.697262], [111.641633, 24.70366], [111.641813, 24.707265], [111.638536, 24.713203], [111.634269, 24.714274], [111.63301, 24.71693], [111.636681, 24.725901], [111.648418, 24.741288], [111.65471, 24.757056], [111.674869, 24.781565], [111.682524, 24.782711], [111.686836, 24.787619], [111.689067, 24.787917], [111.693083, 24.786578], [111.698436, 24.781076], [111.702459, 24.792674], [111.712508, 24.791314], [111.730044, 24.781541], [111.737887, 24.781604], [111.74439, 24.785537], [111.753399, 24.783568], [111.757099, 24.78453], [111.767722, 24.793636], [111.779401, 24.798728], [111.782535, 24.793258], [111.782448, 24.788081], [111.804195, 24.778815], [111.816796, 24.778459], [111.83357, 24.784131], [111.84253, 24.783712], [111.843702, 24.780526], [111.862848, 24.781093], [111.868236, 24.767043], [111.871592, 24.763657], [111.872821, 24.758066], [111.87697, 24.758974], [111.884468, 24.765556], [111.889235, 24.772706], [111.891604, 24.771461], [111.896376, 24.772494], [111.914753, 24.771403], [111.92308, 24.763901], [111.931755, 24.763719], [111.936091, 24.764099], [111.940596, 24.767258], [111.942744, 24.775247], [111.955582, 24.776418], [111.959469, 24.775313], [111.95941, 24.771512], [111.970021, 24.765288], [111.979439, 24.767743], [111.99541, 24.761818], [112.008302, 24.748594], [112.017257, 24.74304], [112.012047, 24.736888], [112.004359, 24.732475], [111.991284, 24.736197], [111.981065, 24.730261], [111.969352, 24.730096], [111.955885, 24.724561], [111.946897, 24.697314], [111.937682, 24.693107], [111.931392, 24.684326], [111.939038, 24.679769], [111.939038, 24.677809], [111.932856, 24.672683], [111.940317, 24.668408], [111.941751, 24.658662], [111.948304, 24.651226], [111.939245, 24.645876], [111.932662, 24.64528], [111.928122, 24.641968], [111.922695, 24.633874], [111.923372, 24.630312], [111.932531, 24.617296], [111.931117, 24.611345], [111.932717, 24.605651], [111.929944, 24.602923], [111.933248, 24.598042], [111.946999, 24.59369], [111.949101, 24.590095], [111.958093, 24.583925], [111.965746, 24.582867], [111.971006, 24.577171], [111.973322, 24.571561], [111.973912, 24.562848], [111.983712, 24.556299], [111.992989, 24.552956], [112.001062, 24.538559], [112.002333, 24.524385], [111.99889, 24.513147], [112.005139, 24.505243], [112.00499, 24.503607], [112.003354, 24.501674], [111.987432, 24.496441], [111.981455, 24.488889], [111.978462, 24.479067], [111.982385, 24.473269], [111.980898, 24.467321], [111.99116, 24.460627], [111.998702, 24.450882], [112.012272, 24.448889], [112.015773, 24.446438], [112.018561, 24.44341], [112.017482, 24.437429], [112.01882, 24.435793], [112.023908, 24.43486], [112.035744, 24.413903], [112.036101, 24.408413], [112.034413, 24.403299], [112.036623, 24.396544], [112.044068, 24.390216], [112.048075, 24.39327], [112.055442, 24.389496], [112.056619, 24.369017], [112.053834, 24.341041], [112.041349, 24.331262], [112.03948, 24.32144], [112.032948, 24.319561], [112.026286, 24.313998], [112.026374, 24.304245], [112.024318, 24.299118], [112.009602, 24.297327], [112.003329, 24.291304], [111.997388, 24.282364], [111.986452, 24.282629], [111.984582, 24.273951], [111.98478, 24.263791], [111.980398, 24.259505], [111.970427, 24.258139], [111.967388, 24.26365], [111.96051, 24.26836], [111.953037, 24.26755], [111.949694, 24.261931], [111.948768, 24.255303], [111.940522, 24.248191], [111.935848, 24.246559], [111.937436, 24.238137], [111.936037, 24.234106], [111.932042, 24.232668], [111.928462, 24.236997], [111.918391, 24.238888], [111.910649, 24.225493], [111.907984, 24.224161], [111.876748, 24.232681], [111.872132, 24.230041], [111.873339, 24.224922], [111.870674, 24.21864], [111.869983, 24.201325], [111.865404, 24.183707], [111.867727, 24.176442], [111.883944, 24.165394], [111.87819, 24.139585], [111.873769, 24.128722], [111.87355, 24.112747], [111.876292, 24.102155], [111.884214, 24.094211], [111.884968, 24.091346], [111.882103, 24.083808], [111.883309, 24.08019], [111.892506, 24.073104], [111.901401, 24.050942], [111.915279, 24.042486], [111.918214, 24.020846], [111.916111, 24.018953], [111.915509, 24.014732], [111.918292, 24.006749], [111.928795, 24], [111.927903, 23.997007], [111.935273, 23.990649], [111.936846, 23.987242], [111.936251, 23.985168], [111.929034, 23.981326], [111.918939, 23.971142], [111.917034, 23.958022], [111.907118, 23.946683], [111.892686, 23.950326], [111.880069, 23.944991], [111.874069, 23.940512], [111.864966, 23.942243], [111.861242, 23.94915], [111.849682, 23.951243], [111.845316, 23.93826], [111.850045, 23.93396], [111.852826, 23.925674], [111.852349, 23.920922], [111.847593, 23.912847], [111.841146, 23.90705], [111.830756, 23.913626], [111.820714, 23.915273], [111.817215, 23.913994], [111.807289, 23.888979], [111.808255, 23.881924], [111.810203, 23.878773], [111.81384, 23.878021], [111.818897, 23.873777], [111.816195, 23.85991], [111.820054, 23.834887], [111.8142, 23.831699], [111.810298, 23.832217], [111.805997, 23.820051], [111.80871, 23.814858], [111.808228, 23.812652], [111.804992, 23.808586], [111.803776, 23.812304], [111.798132, 23.816953], [111.791914, 23.818069], [111.786334, 23.813905], [111.767244, 23.812739], [111.757597, 23.81647], [111.747279, 23.815285], [111.738701, 23.822784], [111.717202, 23.825923], [111.710038, 23.834867], [111.709349, 23.839914], [111.707153, 23.840606], [111.698612, 23.841146], [111.692091, 23.839778], [111.689559, 23.833221], [111.690866, 23.826671], [111.688274, 23.820012], [111.68615, 23.81878], [111.670958, 23.826557], [111.670463, 23.829739], [111.660982, 23.837242], [111.649926, 23.836377], [111.649257, 23.825848], [111.633947, 23.793955], [111.629132, 23.791374], [111.622952, 23.791452], [111.62344, 23.748515], [111.624673, 23.744187], [111.618466, 23.739793], [111.615238, 23.739965], [111.612258, 23.736277], [111.617833, 23.72761], [111.628496, 23.724901], [111.63744, 23.716785], [111.640171, 23.72414], [111.657992, 23.722582], [111.661417, 23.72081], [111.660157, 23.702688], [111.643011, 23.697874], [111.638102, 23.698881], [111.634399, 23.693678], [111.631943, 23.680978], [111.627192, 23.677736], [111.619985, 23.67878], [111.609814, 23.660066], [111.609079, 23.65104], [111.612124, 23.64816], [111.61068, 23.641754], [111.602853, 23.639393], [111.597716, 23.642782], [111.590247, 23.644929], [111.574961, 23.645823], [111.562821, 23.637515], [111.551943, 23.635575], [111.551917, 23.638094], [111.554391, 23.64108], [111.549004, 23.643957], [111.545606, 23.643657], [111.535697, 23.634905], [111.528374, 23.631977], [111.51125, 23.628588], [111.497275, 23.632191], [111.481757, 23.629174], [111.480362, 23.605037], [111.48343, 23.595076], [111.485221, 23.569084], [111.484458, 23.564632], [111.475757, 23.560623], [111.472834, 23.541107], [111.465729, 23.520824], [111.463434, 23.520751], [111.460557, 23.515882], [111.455402, 23.502857], [111.452087, 23.501174], [111.449365, 23.501963], [111.433804, 23.483128], [111.429975, 23.483616], [111.427885, 23.48227], [111.423352, 23.468677], [111.39398, 23.471302], [111.391781, 23.464605], [111.394027, 23.459685], [111.38756, 23.450353], [111.39072, 23.441282], [111.38585, 23.434122], [111.384152, 23.416108], [111.380533, 23.410954], [111.378079, 23.403381], [111.37857, 23.401306], [111.387485, 23.393226], [111.387004, 23.385762], [111.384094, 23.37908], [111.372311, 23.371587], [111.369307, 23.358617], [111.362414, 23.352172], [111.359498, 23.344633], [111.356736, 23.329841], [111.35698, 23.32721], [111.360493, 23.322668], [111.373084, 23.316564], [111.374009, 23.314873], [111.372245, 23.307505], [111.360749, 23.299607], [111.355006, 23.293354], [111.351031, 23.290899], [111.348652, 23.292297], [111.347356, 23.281634], [111.343867, 23.274608], [111.346936, 23.26926], [111.350383, 23.269157], [111.355545, 23.273118], [111.360925, 23.270971], [111.367054, 23.265099], [111.365344, 23.250698], [111.362432, 23.244952], [111.359428, 23.243506], [111.361684, 23.238744], [111.368659, 23.232226], [111.373971, 23.223912], [111.3716, 23.220951], [111.372071, 23.2183], [111.383, 23.214599], [111.379482, 23.200891], [111.378924, 23.169529], [111.383713, 23.168525], [111.387151, 23.172051], [111.391994, 23.168244], [111.394006, 23.162991], [111.3851, 23.155955], [111.378381, 23.156118], [111.375853, 23.154745], [111.363511, 23.14568], [111.371551, 23.144499], [111.37163, 23.134301], [111.37613, 23.12585], [111.369942, 23.114372], [111.368547, 23.092472], [111.372128, 23.084608], [111.388458, 23.071107], [111.39716, 23.068669], [111.407883, 23.071769], [111.41854, 23.067191], [111.422302, 23.070206], [111.422832, 23.07315], [111.42738, 23.075574], [111.429029, 23.074764], [111.427475, 23.070077], [111.421667, 23.064528], [111.421317, 23.05649], [111.424091, 23.052078], [111.428526, 23.049865], [111.428777, 23.039125], [111.425626, 23.035102], [111.418734, 23.035543], [111.410313, 23.027833], [111.40946, 23.022171], [111.406323, 23.019797], [111.397699, 23.016294], [111.391929, 23.016042], [111.384363, 23.008764], [111.388477, 22.999864], [111.398148, 22.993748], [111.397765, 22.990295], [111.38973, 22.983222], [111.372463, 22.976154], [111.370427, 22.970458], [111.363535, 22.972276], [111.358342, 22.971155], [111.362344, 22.956311], [111.360409, 22.951988], [111.362955, 22.9466], [111.368961, 22.943466], [111.370878, 22.931976], [111.365285, 22.917824], [111.355007, 22.90882], [111.354335, 22.892621], [111.346847, 22.888116], [111.347124, 22.88524], [111.344035, 22.880338], [111.340417, 22.878481], [111.334549, 22.870407], [111.331308, 22.871329], [111.319722, 22.869021], [111.322703, 22.864377], [111.318386, 22.857372], [111.315085, 22.85398], [111.307883, 22.854123], [111.300501, 22.84425], [111.301531, 22.842399], [111.298528, 22.838077], [111.288824, 22.827552], [111.28555, 22.820827], [111.285923, 22.811188], [111.284235, 22.806507], [111.279452, 22.807367], [111.268545, 22.802457], [111.266254, 22.792047], [111.263165, 22.791444], [111.259899, 22.79545], [111.255453, 22.797537], [111.251896, 22.797294], [111.249716, 22.789561], [111.235718, 22.783839], [111.231254, 22.77571], [111.234561, 22.771786], [111.227069, 22.764525], [111.225986, 22.760556], [111.214284, 22.751123], [111.19816, 22.753103], [111.197331, 22.743428], [111.189052, 22.739216], [111.176505, 22.73932], [111.16726, 22.74408], [111.152895, 22.741895], [111.15107, 22.742636], [111.151508, 22.745153], [111.145337, 22.745563], [111.141871, 22.740503], [111.137186, 22.739299], [111.126597, 22.740311], [111.114492, 22.746134], [111.110638, 22.746208], [111.110374, 22.74394], [111.100363, 22.743038], [111.093338, 22.744461], [111.090852, 22.742325], [111.089877, 22.738217], [111.08237, 22.7329], [111.056289, 22.73419], [111.053302, 22.733056], [111.051572, 22.729645], [111.056223, 22.724883], [111.067328, 22.719904], [111.076993, 22.712627], [111.078428, 22.703822], [111.085011, 22.696486], [111.084023, 22.691558], [111.074196, 22.680305], [111.068749, 22.669757], [111.063699, 22.668217], [111.060423, 22.669715], [111.055229, 22.667228], [111.055384, 22.657844], [111.050455, 22.650677], [111.035291, 22.651572], [111.030172, 22.647149], [111.025591, 22.649192], [111.022135, 22.654096], [111.005849, 22.648067], [111.003975, 22.644112], [110.995265, 22.639328], [110.99211, 22.633845], [110.984521, 22.638205], [110.982836, 22.643749], [110.975771, 22.645375], [110.968195, 22.642789], [110.963639, 22.639261], [110.953239, 22.639621], [110.955653, 22.63594], [110.957196, 22.627595], [110.954383, 22.621965], [110.945521, 22.612977], [110.936922, 22.611066], [110.924712, 22.611214], [110.892434, 22.617131], [110.890237, 22.610887], [110.894069, 22.608477], [110.89468, 22.598913], [110.891889, 22.594728], [110.883366, 22.587846], [110.875111, 22.585456], [110.865632, 22.590484], [110.854395, 22.59178], [110.849453, 22.586749], [110.844707, 22.586011], [110.827812, 22.592345], [110.824915, 22.586796], [110.815225, 22.582547], [110.809525, 22.582787], [110.803811, 22.577548], [110.80213, 22.57149], [110.803016, 22.566006], [110.800613, 22.562141], [110.794932, 22.560208], [110.791343, 22.56474], [110.791287, 22.567995], [110.78696, 22.576431], [110.772204, 22.589955], [110.765585, 22.592093], [110.756938, 22.58754], [110.755734, 22.585001], [110.759642, 22.572348], [110.759052, 22.56557], [110.754125, 22.561011], [110.747769, 22.564837], [110.743234, 22.560219], [110.745259, 22.556628], [110.755348, 22.548878], [110.752982, 22.535485], [110.758924, 22.521837], [110.755215, 22.520137], [110.746624, 22.522146], [110.740131, 22.51565], [110.734098, 22.502467], [110.733953, 22.490134], [110.740736, 22.48114], [110.744479, 22.48008], [110.739052, 22.469788], [110.734394, 22.467262], [110.720501, 22.463933], [110.714077, 22.464809], [110.70377, 22.469345], [110.697291, 22.473871], [110.695741, 22.477365], [110.68624, 22.482642], [110.684101, 22.482318], [110.678164, 22.476578], [110.680617, 22.469763], [110.689054, 22.459056], [110.687468, 22.452345], [110.689267, 22.449516], [110.69995, 22.450804], [110.706308, 22.44602], [110.708909, 22.435941], [110.708346, 22.417064], [110.703004, 22.409661], [110.70359, 22.403202], [110.708854, 22.393407], [110.707528, 22.38557], [110.704394, 22.383161], [110.705157, 22.373645], [110.715735, 22.362874], [110.719001, 22.362769], [110.719195, 22.365984], [110.724029, 22.369349], [110.736529, 22.363842], [110.744365, 22.354783], [110.745925, 22.350276], [110.745869, 22.345724], [110.742078, 22.342265], [110.743889, 22.333295], [110.747409, 22.328988], [110.76491, 22.320939], [110.769374, 22.303271], [110.774297, 22.299547], [110.784168, 22.295801], [110.784264, 22.289806], [110.782218, 22.286846], [110.779609, 22.283955], [110.770948, 22.280568], [110.756689, 22.279669], [110.735182, 22.284714], [110.730007, 22.289918], [110.724948, 22.298652], [110.721655, 22.300456], [110.716452, 22.298304], [110.709027, 22.28311], [110.702969, 22.274471], [110.699874, 22.277768], [110.690186, 22.273889], [110.686192, 22.267845], [110.690893, 22.262038], [110.682793, 22.251994], [110.666885, 22.247153], [110.660185, 22.248057], [110.649351, 22.242697], [110.643144, 22.230853], [110.646113, 22.215777], [110.652303, 22.206131], [110.658519, 22.205697], [110.662543, 22.203094], [110.671297, 22.192294], [110.674932, 22.176604], [110.654665, 22.170115], [110.651283, 22.170389], [110.639753, 22.160275], [110.637517, 22.155672], [110.627023, 22.15228], [110.625135, 22.151944], [110.621955, 22.155402], [110.62179, 22.157991], [110.613769, 22.162852], [110.60746, 22.158967], [110.602471, 22.158084], [110.596196, 22.161714], [110.594174, 22.166272], [110.599058, 22.18219], [110.596948, 22.186353], [110.591453, 22.18969], [110.579685, 22.188479], [110.556035, 22.199388], [110.5457, 22.195836], [110.538741, 22.186821], [110.533988, 22.17516], [110.525947, 22.170783], [110.524458, 22.16564], [110.526295, 22.157767], [110.50683, 22.148288], [110.497338, 22.145405], [110.487263, 22.145124], [110.479662, 22.15491], [110.479885, 22.162079], [110.467475, 22.17392], [110.455545, 22.181069], [110.451026, 22.188966], [110.425704, 22.210497], [110.423426, 22.209089], [110.413671, 22.21175], [110.407912, 22.209768], [110.40517, 22.205695], [110.406816, 22.199626], [110.405625, 22.192263], [110.399317, 22.187709], [110.393988, 22.189596], [110.386379, 22.181652], [110.389054, 22.173422], [110.376332, 22.166767], [110.370717, 22.169081], [110.35445, 22.186226], [110.349998, 22.195597], [110.346492, 22.198749], [110.343883, 22.198743], [110.323725, 22.16803], [110.321932, 22.163223], [110.32211, 22.15541], [110.32974, 22.145496], [110.341619, 22.137645], [110.348827, 22.134845], [110.355154, 22.136977], [110.360557, 22.126909], [110.361602, 22.099523], [110.353281, 22.099193], [110.350928, 22.101422], [110.346096, 22.099625], [110.345749, 22.09177], [110.353127, 22.088431], [110.354464, 22.078202], [110.352522, 22.077306], [110.348781, 22.064577], [110.348847, 22.046672], [110.344979, 22.045471], [110.343246, 22.041629], [110.345421, 22.033816], [110.356985, 22.014635], [110.354637, 21.990671], [110.348468, 21.979019], [110.350799, 21.976808], [110.363891, 21.971725], [110.365941, 21.972928], [110.372008, 21.970692], [110.385217, 21.956129], [110.386694, 21.952688], [110.373766, 21.943571], [110.368387, 21.936099], [110.374192, 21.931433], [110.37715, 21.933234], [110.375603, 21.934381], [110.380948, 21.932473], [110.385396, 21.92499], [110.385248, 21.919068], [110.39127, 21.916078], [110.393093, 21.909269], [110.385529, 21.90672], [110.388632, 21.903471], [110.385481, 21.893904], [110.382889, 21.892737], [110.379093, 21.89387], [110.352354, 21.892354], [110.350237, 21.889473], [110.343013, 21.893278], [110.331334, 21.889823], [110.329122, 21.892439], [110.317259, 21.896741], [110.312184, 21.902062], [110.308962, 21.908339], [110.295353, 21.913382], [110.292674, 21.917508], [110.28605, 21.920502], [110.28493, 21.918862], [110.285979, 21.913905], [110.279354, 21.894923], [110.272644, 21.894255], [110.268357, 21.897704], [110.265593, 21.896633], [110.254232, 21.883332], [110.252272, 21.883074], [110.228607, 21.881468], [110.217092, 21.884218], [110.205772, 21.88969], [110.207361, 21.895997], [110.192671, 21.902526], [110.190396, 21.899224], [110.182644, 21.897874], [110.177845, 21.902248], [110.163792, 21.899462], [110.146742, 21.899849], [110.13489, 21.886766], [110.128862, 21.902516], [110.123443, 21.905305], [110.119598, 21.905263], [110.116973, 21.904497], [110.102655, 21.885099], [110.101763, 21.88219], [110.103393, 21.873325], [110.09649, 21.872971], [110.093879, 21.878896], [110.095031, 21.883562], [110.092988, 21.888597], [110.091393, 21.88852], [110.087667, 21.886501], [110.081527, 21.871049], [110.06569, 21.86321], [110.049081, 21.859351], [110.046851, 21.85982], [110.043506, 21.864564], [110.033926, 21.872481], [110.026438, 21.874419], [110.016821, 21.874169], [110.007555, 21.877426], [110.000454, 21.883072], [109.982055, 21.881954], [109.983176, 21.876185], [109.974336, 21.868874], [109.969653, 21.868975], [109.940838, 21.848899], [109.944219, 21.839831], [109.942798, 21.827438], [109.937521, 21.823443], [109.931955, 21.816065], [109.931825, 21.793649], [109.93359, 21.777794], [109.93587, 21.771481], [109.931104, 21.757495], [109.927067, 21.75488], [109.930402, 21.74505], [109.937716, 21.741286], [109.935977, 21.737884], [109.932071, 21.735978], [109.92475, 21.736326], [109.918787, 21.73117], [109.921292, 21.708644], [109.91851, 21.707043], [109.911118, 21.708572], [109.901407, 21.696532], [109.90123, 21.687889], [109.904749, 21.688476], [109.910506, 21.68523], [109.91162, 21.671773], [109.898933, 21.655616], [109.894365, 21.652489], [109.880543, 21.650851], [109.871701, 21.655978], [109.841329, 21.647673], [109.84029, 21.641001], [109.835322, 21.63938], [109.817551, 21.64098], [109.809279, 21.647303], [109.805942, 21.647888], [109.802148, 21.639515], [109.802895, 21.631344], [109.796758, 21.629783], [109.791, 21.632839], [109.780996, 21.647217], [109.773652, 21.673001], [109.770352, 21.675597], [109.765965, 21.6755], [109.761753, 21.670158], [109.761765, 21.660315], [109.750667, 21.637166], [109.750646, 21.630438], [109.741857, 21.625528], [109.739017, 21.619547], [109.739525, 21.603586], [109.743966, 21.597976], [109.750175, 21.585162], [109.749859, 21.574589], [109.747558, 21.573116], [109.749303, 21.566809], [109.748711, 21.562814], [109.745252, 21.562661], [109.745457, 21.561236], [109.752914, 21.546543], [109.751481, 21.542135], [109.754467, 21.541012], [109.757584, 21.534481], [109.757873, 21.530988], [109.755456, 21.52969], [109.761247, 21.516166], [109.763419, 21.502691], [109.771772, 21.488762], [109.770835, 21.48395], [109.769988, 21.487723], [109.759093, 21.499774], [109.755188, 21.489852], [109.759747, 21.47326], [109.757409, 21.463607], [109.751872, 21.459111], [109.747515, 21.460273], [109.74208, 21.465312], [109.737483, 21.466469], [109.730472, 21.471794], [109.727277, 21.46683], [109.715564, 21.471626], [109.71698, 21.475357], [109.714562, 21.476923], [109.715051, 21.478358], [109.700574, 21.485032], [109.685283, 21.496818], [109.681236, 21.498177], [109.679633, 21.49634], [109.674578, 21.497239], [109.674916, 21.500823], [109.668079, 21.508923], [109.651405, 21.519329], [109.652741, 21.521465], [109.658396, 21.523917], [109.65832, 21.527752], [109.661512, 21.531954], [109.666396, 21.532667], [109.667748, 21.536543], [109.674626, 21.57533], [109.669421, 21.576788], [109.670914, 21.59167], [109.666521, 21.592781], [109.665194, 21.594775], [109.667198, 21.597952], [109.675478, 21.60112], [109.675061, 21.603593], [109.680144, 21.603652], [109.678143, 21.605773], [109.675112, 21.605239], [109.67309, 21.60981], [109.680793, 21.611243], [109.682049, 21.613551], [109.680185, 21.612137], [109.671105, 21.611478], [109.660891, 21.604989], [109.65443, 21.602806], [109.650808, 21.597644], [109.642822, 21.596807], [109.636161, 21.584314], [109.636213, 21.573548], [109.634099, 21.570573], [109.634739, 21.566331], [109.63708, 21.563731], [109.635997, 21.560069], [109.615518, 21.571932], [109.609277, 21.579064], [109.6099, 21.586082], [109.612959, 21.587048], [109.617666, 21.595299], [109.613053, 21.598709], [109.613647, 21.601221], [109.60692, 21.602962], [109.606589, 21.614101], [109.600166, 21.622269], [109.601243, 21.623456], [109.602914, 21.622019], [109.605755, 21.622933], [109.604728, 21.628586], [109.60607, 21.630628], [109.603585, 21.632812], [109.605856, 21.633436], [109.60582, 21.638583], [109.614171, 21.642923], [109.616095, 21.647264], [109.614924, 21.647548], [109.612723, 21.644096], [109.609243, 21.647257], [109.607271, 21.645439], [109.609391, 21.642649], [109.596297, 21.637113], [109.595331, 21.631153], [109.592703, 21.628621], [109.583889, 21.625837], [109.581226, 21.628596], [109.580254, 21.636474], [109.578483, 21.638863], [109.579188, 21.640871], [109.58209, 21.640453], [109.581719, 21.643394], [109.580073, 21.644107], [109.582645, 21.650286], [109.579056, 21.654451], [109.571267, 21.653856], [109.57206, 21.658684], [109.577651, 21.657834], [109.577356, 21.664872], [109.571758, 21.667659], [109.567731, 21.665893], [109.563968, 21.666939], [109.561474, 21.67264], [109.566201, 21.673817], [109.569387, 21.672062], [109.57287, 21.67397], [109.567758, 21.68189], [109.565901, 21.682122], [109.562711, 21.678759], [109.559641, 21.684113], [109.560914, 21.68627], [109.566301, 21.687458], [109.569756, 21.690888], [109.567916, 21.691947], [109.565309, 21.687816], [109.560408, 21.688598], [109.56169, 21.692909], [109.555499, 21.693203], [109.555212, 21.70003], [109.558863, 21.70572], [109.557595, 21.707639], [109.560772, 21.715856], [109.565621, 21.721162], [109.570792, 21.724912], [109.575328, 21.722127], [109.577426, 21.725173], [109.580749, 21.724033], [109.586072, 21.72594], [109.587928, 21.724177], [109.589641, 21.725929], [109.587748, 21.729253], [109.593176, 21.73405], [109.595323, 21.733432], [109.597363, 21.738735], [109.600276, 21.737886], [109.600252, 21.742561], [109.603467, 21.748141], [109.599654, 21.746159], [109.596093, 21.747143], [109.594426, 21.752952], [109.595148, 21.756808], [109.597623, 21.757902], [109.597742, 21.763447], [109.600264, 21.765279], [109.598456, 21.765802], [109.598945, 21.773008], [109.595937, 21.76566], [109.597098, 21.764099], [109.596217, 21.760656], [109.591979, 21.752922], [109.594856, 21.748656], [109.593696, 21.740207], [109.59181, 21.738146], [109.59125, 21.740663], [109.58734, 21.740905], [109.582063, 21.735445], [109.580387, 21.7358], [109.583999, 21.742964], [109.583996, 21.744544], [109.581258, 21.744866], [109.57566, 21.739], [109.57284, 21.732313], [109.570842, 21.732765], [109.57068, 21.734931], [109.556339, 21.736805], [109.551802, 21.732961], [109.551787, 21.734346], [109.54755, 21.736782], [109.546322, 21.732394], [109.541383, 21.728152], [109.531831, 21.724961], [109.528, 21.720928], [109.530802, 21.716704], [109.524074, 21.710816], [109.527446, 21.706015], [109.524493, 21.704026], [109.5189, 21.709117], [109.513206, 21.702153], [109.500663, 21.703592], [109.50091, 21.702203], [109.508628, 21.70052], [109.506001, 21.697385], [109.511764, 21.694404], [109.511707, 21.689278], [109.516901, 21.690279], [109.521684, 21.694537], [109.523705, 21.689654], [109.521963, 21.688748], [109.524174, 21.685304], [109.530748, 21.689187], [109.533921, 21.685618], [109.534832, 21.683213], [109.528668, 21.680839], [109.529473, 21.677686], [109.532884, 21.677319], [109.527851, 21.669054], [109.534059, 21.669357], [109.536326, 21.655614], [109.508528, 21.653733], [109.494285, 21.662174], [109.484773, 21.659654], [109.491206, 21.658], [109.493686, 21.654749], [109.504264, 21.65051], [109.526352, 21.647949], [109.533516, 21.644529], [109.540186, 21.636515], [109.54266, 21.628208], [109.544785, 21.628569], [109.55936, 21.614839], [109.563418, 21.613215], [109.567504, 21.613938], [109.568462, 21.610834], [109.567201, 21.603861], [109.569313, 21.602467], [109.573397, 21.605125], [109.574837, 21.602782], [109.569609, 21.599254], [109.569658, 21.595562], [109.58063, 21.589623], [109.586343, 21.579647], [109.584685, 21.578873], [109.585416, 21.571061], [109.58062, 21.570022], [109.575901, 21.576968], [109.571206, 21.573901], [109.577515, 21.569536], [109.580143, 21.56335], [109.576308, 21.555809], [109.564538, 21.55616], [109.561209, 21.54014], [109.583078, 21.534316], [109.584677, 21.53443], [109.587133, 21.541568], [109.595014, 21.539741], [109.594385, 21.535972], [109.598725, 21.534316], [109.59804, 21.529576], [109.570722, 21.536475], [109.562861, 21.520222], [109.556276, 21.522231], [109.54302, 21.506634], [109.554861, 21.501736], [109.552154, 21.495654], [109.556996, 21.493566], [109.550496, 21.477748], [109.519197, 21.490661], [109.490012, 21.47514], [109.474766, 21.468979], [109.467554, 21.467744], [109.457939, 21.471305], [109.451345, 21.459696], [109.447133, 21.457654], [109.422332, 21.454201], [109.413706, 21.454917], [109.390636, 21.460765], [109.384045, 21.458109], [109.35731, 21.455028], [109.337771, 21.450871], [109.330611, 21.452714], [109.330167, 21.455066], [109.335719, 21.45871], [109.336487, 21.466288], [109.328314, 21.48035], [109.326182, 21.478672], [109.330489, 21.472368], [109.325112, 21.460681], [109.321578, 21.456507], [109.302721, 21.44395], [109.275795, 21.434042], [109.252162, 21.43061], [109.248482, 21.432036], [109.24404, 21.43682], [109.236784, 21.44775], [109.24065, 21.46168], [109.244294, 21.467341], [109.244784, 21.478946], [109.242002, 21.480957], [109.240027, 21.478476], [109.238261, 21.466182], [109.234346, 21.459068], [109.226775, 21.461292], [109.227682, 21.454371], [109.229528, 21.454056], [109.229886, 21.451008], [109.227447, 21.442615], [109.227939, 21.439023], [109.229645, 21.43517], [109.232677, 21.435242], [109.230297, 21.428163], [109.225963, 21.422915], [109.221302, 21.420448], [109.210137, 21.420199], [109.201521, 21.423048], [109.188196, 21.417142], [109.187543, 21.41223], [109.178999, 21.410299], [109.17705, 21.414291], [109.163941, 21.412879], [109.160246, 21.413615], [109.160525, 21.416134], [109.158281, 21.416344], [109.156215, 21.411337], [109.158219, 21.409115], [109.163237, 21.409811], [109.163547, 21.405982], [109.161152, 21.403727], [109.155974, 21.402501], [109.150971, 21.4043], [109.151333, 21.406254], [109.148883, 21.407251], [109.126099, 21.414307], [109.097292, 21.425772], [109.090974, 21.426848], [109.087374, 21.433538], [109.07561, 21.43371], [109.070927, 21.435366], [109.065102, 21.440791], [109.06396, 21.444103], [109.058192, 21.443989], [109.04895, 21.439242], [109.047109, 21.440907], [109.046244, 21.446518], [109.042714, 21.449515], [109.051062, 21.461678], [109.055056, 21.464473], [109.052713, 21.466969], [109.064874, 21.474123], [109.073737, 21.488067], [109.086628, 21.481301], [109.101675, 21.483593], [109.123277, 21.490584], [109.138036, 21.497771], [109.147418, 21.504401], [109.161224, 21.517454], [109.167321, 21.528193], [109.168461, 21.535035], [109.166863, 21.54326], [109.164522, 21.542747], [109.161656, 21.547825], [109.160028, 21.547279], [109.154935, 21.554255], [109.15818, 21.557573], [109.155573, 21.561853], [109.152113, 21.563426], [109.149831, 21.561022], [109.14791, 21.561534], [109.151993, 21.56635], [109.150389, 21.570784], [109.150445, 21.580703], [109.143263, 21.584593], [109.139918, 21.57895], [109.137071, 21.578123], [109.130498, 21.582085], [109.129016, 21.585209], [109.120421, 21.587076], [109.115314, 21.582983], [109.110567, 21.581882], [109.102801, 21.58451], [109.103565, 21.587991], [109.102439, 21.588712], [109.096542, 21.584728], [109.079016, 21.595824], [109.07589, 21.599788], [109.073284, 21.623027], [109.075886, 21.630731], [109.083033, 21.634203], [109.092251, 21.63477], [109.099123, 21.650137], [109.106224, 21.652854], [109.109816, 21.651022], [109.112074, 21.652927], [109.11194, 21.655515], [109.124399, 21.665131], [109.122283, 21.66596], [109.105795, 21.653937], [109.097586, 21.652105], [109.090671, 21.63723], [109.078711, 21.636955], [109.073661, 21.633195], [109.069047, 21.620757], [109.071102, 21.616114], [109.071612, 21.600272], [109.065711, 21.59458], [109.058984, 21.595986], [109.05226, 21.601861], [109.046618, 21.602196], [109.04623, 21.604471], [109.055116, 21.60917], [109.051523, 21.611837], [109.052553, 21.613817], [109.060961, 21.619309], [109.065729, 21.624862], [109.071364, 21.640379], [109.069674, 21.649637], [109.070741, 21.653216], [109.084563, 21.662405], [109.086863, 21.666332], [109.078824, 21.663418], [109.067977, 21.654727], [109.065389, 21.64782], [109.067683, 21.643906], [109.06694, 21.637419], [109.062394, 21.636686], [109.06115, 21.633552], [109.049091, 21.625855], [109.039378, 21.624223], [109.01827, 21.617261], [109.002453, 21.602787], [108.983022, 21.602627], [108.965219, 21.596953], [108.942809, 21.608047], [108.929759, 21.609632], [108.910054, 21.616553], [108.907312, 21.619331], [108.907899, 21.630744], [108.905433, 21.63881], [108.889138, 21.653213], [108.888609, 21.654728], [108.893703, 21.657626], [108.885873, 21.660962], [108.877636, 21.661272], [108.871474, 21.665296], [108.865131, 21.672275], [108.866216, 21.674862], [108.852857, 21.682353], [108.850064, 21.686568], [108.85147, 21.698924], [108.863258, 21.704337], [108.866063, 21.703606], [108.870314, 21.712707], [108.867799, 21.715366], [108.863017, 21.715961], [108.860781, 21.722719], [108.865734, 21.722463], [108.865531, 21.726601], [108.860102, 21.731909], [108.863675, 21.743084], [108.866925, 21.744735], [108.875509, 21.744983], [108.88154, 21.739535], [108.88655, 21.73856], [108.895737, 21.743713], [108.907739, 21.754319], [108.907443, 21.755895], [108.899557, 21.754041], [108.892236, 21.747325], [108.884245, 21.747909], [108.890673, 21.757949], [108.893283, 21.767162], [108.891938, 21.768498], [108.884619, 21.755285], [108.866618, 21.748581], [108.865543, 21.752373], [108.867142, 21.757633], [108.864568, 21.7634], [108.865766, 21.774387], [108.867482, 21.775768], [108.863234, 21.780317], [108.860926, 21.780942], [108.85694, 21.777663], [108.852721, 21.781274], [108.849261, 21.786317], [108.847612, 21.80082], [108.843692, 21.804332], [108.840954, 21.802449], [108.838744, 21.802984], [108.82773, 21.813523], [108.826367, 21.809681], [108.833503, 21.799765], [108.844579, 21.795755], [108.845935, 21.79372], [108.84524, 21.780995], [108.841056, 21.777581], [108.833191, 21.7937], [108.824658, 21.793513], [108.824316, 21.790609], [108.832099, 21.791072], [108.836474, 21.783444], [108.837474, 21.77429], [108.839972, 21.772838], [108.85003, 21.773674], [108.85367, 21.77192], [108.855486, 21.769466], [108.855915, 21.764414], [108.853715, 21.757868], [108.851909, 21.757256], [108.854194, 21.741316], [108.851203, 21.739138], [108.84648, 21.727879], [108.843488, 21.724907], [108.840306, 21.725326], [108.837144, 21.722459], [108.844302, 21.716622], [108.844384, 21.708986], [108.835999, 21.702011], [108.826148, 21.709423], [108.821108, 21.710293], [108.819934, 21.707888], [108.829502, 21.703107], [108.836159, 21.697545], [108.83428, 21.695327], [108.830201, 21.696063], [108.828435, 21.693657], [108.833914, 21.686214], [108.839165, 21.683827], [108.843705, 21.663119], [108.845762, 21.661155], [108.844537, 21.657158], [108.841736, 21.656224], [108.843722, 21.650933], [108.848578, 21.646433], [108.866271, 21.640523], [108.864507, 21.631584], [108.865669, 21.626636], [108.859401, 21.625046], [108.852296, 21.629425], [108.84938, 21.625826], [108.850464, 21.622401], [108.846321, 21.620194], [108.832029, 21.620056], [108.820028, 21.627709], [108.815648, 21.634722], [108.810687, 21.638671], [108.808664, 21.630683], [108.801072, 21.632244], [108.799887, 21.635852], [108.794733, 21.635757], [108.778987, 21.630923], [108.767425, 21.621447], [108.752464, 21.617553], [108.744902, 21.610052], [108.744001, 21.605932], [108.731338, 21.617634], [108.731647, 21.628447], [108.735647, 21.633773], [108.731358, 21.638923], [108.730877, 21.643332], [108.721526, 21.648694], [108.708002, 21.650368], [108.706709, 21.651866], [108.708554, 21.661508], [108.706436, 21.665315], [108.710957, 21.669336], [108.712844, 21.670177], [108.714503, 21.663351], [108.721604, 21.659996], [108.725995, 21.661081], [108.725838, 21.667205], [108.721891, 21.667593], [108.719255, 21.674954], [108.716223, 21.675593], [108.713731, 21.682489], [108.709766, 21.68328], [108.705983, 21.691094], [108.706353, 21.695775], [108.711501, 21.702392], [108.713893, 21.711231], [108.712263, 21.715063], [108.714918, 21.719396], [108.71624, 21.733531], [108.708656, 21.733599], [108.709452, 21.728762], [108.707945, 21.720866], [108.702006, 21.714059], [108.695271, 21.709376], [108.69636, 21.704671], [108.693693, 21.697508], [108.687496, 21.692364], [108.67448, 21.692936], [108.678393, 21.673965], [108.675136, 21.672171], [108.676219, 21.670149], [108.657438, 21.660027], [108.651702, 21.666887], [108.648328, 21.666662], [108.635395, 21.683532], [108.635395, 21.693316], [108.638882, 21.697589], [108.640012, 21.720764], [108.64953, 21.720526], [108.650839, 21.724928], [108.646437, 21.727545], [108.651315, 21.729924], [108.647151, 21.736349], [108.643581, 21.736349], [108.642218, 21.732791], [108.63942, 21.733143], [108.638952, 21.738882], [108.645711, 21.762485], [108.654987, 21.773159], [108.658076, 21.7791], [108.657088, 21.781695], [108.651608, 21.781527], [108.647091, 21.771467], [108.642219, 21.766848], [108.639229, 21.759917], [108.631923, 21.766363], [108.628915, 21.77384], [108.625305, 21.774442], [108.629344, 21.764644], [108.633384, 21.761292], [108.637701, 21.75443], [108.635934, 21.750174], [108.637493, 21.74949], [108.633384, 21.73939], [108.628553, 21.705803], [108.628884, 21.695516], [108.622591, 21.696023], [108.60588, 21.701395], [108.606114, 21.706225], [108.60401, 21.707237], [108.601659, 21.706031], [108.594977, 21.712882], [108.59346, 21.720252], [108.597213, 21.731086], [108.596994, 21.736631], [108.594266, 21.749317], [108.591813, 21.752706], [108.593509, 21.759558], [108.592307, 21.762388], [108.582894, 21.769471], [108.576222, 21.771479], [108.573378, 21.776436], [108.56825, 21.778358], [108.564952, 21.787709], [108.561562, 21.790836], [108.566367, 21.800316], [108.569088, 21.800956], [108.572338, 21.798215], [108.577049, 21.798975], [108.580054, 21.801605], [108.580506, 21.803579], [108.575988, 21.806031], [108.576831, 21.808327], [108.583253, 21.812186], [108.584684, 21.817517], [108.592021, 21.82548], [108.592703, 21.826734], [108.589318, 21.827276], [108.589348, 21.828971], [108.594375, 21.831826], [108.601519, 21.826688], [108.603464, 21.831369], [108.600681, 21.830228], [108.598436, 21.831221], [108.603051, 21.839188], [108.605213, 21.840858], [108.610279, 21.841279], [108.612272, 21.844096], [108.606171, 21.85445], [108.601548, 21.859146], [108.602002, 21.862079], [108.619549, 21.872737], [108.627592, 21.880695], [108.633833, 21.881529], [108.62758, 21.889426], [108.62149, 21.894096], [108.620239, 21.893858], [108.620408, 21.891708], [108.615824, 21.891738], [108.606343, 21.894645], [108.605322, 21.901592], [108.602734, 21.901472], [108.60257, 21.897806], [108.598693, 21.891937], [108.584963, 21.890943], [108.581711, 21.888084], [108.56453, 21.889076], [108.557615, 21.893828], [108.550462, 21.890768], [108.546201, 21.894513], [108.546757, 21.903269], [108.554265, 21.91627], [108.54826, 21.915498], [108.537581, 21.904039], [108.536055, 21.896566], [108.532505, 21.898877], [108.529444, 21.894582], [108.529737, 21.89245], [108.520509, 21.883216], [108.518259, 21.882603], [108.512682, 21.885411], [108.498774, 21.883028], [108.50098, 21.876266], [108.504887, 21.873714], [108.503487, 21.870153], [108.498462, 21.869086], [108.479069, 21.869923], [108.48226, 21.866392], [108.48774, 21.865153], [108.49005, 21.862689], [108.490087, 21.856431], [108.493548, 21.85237], [108.491803, 21.847017], [108.477173, 21.843003], [108.46202, 21.857666], [108.459915, 21.865977], [108.462011, 21.873481], [108.459058, 21.874248], [108.457105, 21.872855], [108.454974, 21.867857], [108.460921, 21.852243], [108.469849, 21.84405], [108.469568, 21.837882], [108.47751, 21.830312], [108.485244, 21.830976], [108.495295, 21.819096], [108.503272, 21.813318], [108.502227, 21.803176], [108.507319, 21.797558], [108.506235, 21.792631], [108.508254, 21.783561], [108.509023, 21.781271], [108.513947, 21.7794], [108.513764, 21.775751], [108.511438, 21.775183], [108.512314, 21.771041], [108.509865, 21.768457], [108.511107, 21.765996], [108.516847, 21.769828], [108.518703, 21.768007], [108.524949, 21.767651], [108.526906, 21.764139], [108.522559, 21.761953], [108.523367, 21.758667], [108.530324, 21.751569], [108.534113, 21.750005], [108.539209, 21.753998], [108.543117, 21.750604], [108.549616, 21.752158], [108.546664, 21.744367], [108.542208, 21.742536], [108.538024, 21.735359], [108.526828, 21.728923], [108.520857, 21.721668], [108.51554, 21.720252], [108.511281, 21.725309], [108.514262, 21.729411], [108.507872, 21.730985], [108.508794, 21.726843], [108.505909, 21.724041], [108.509216, 21.716992], [108.513959, 21.715152], [108.514952, 21.710194], [108.518189, 21.706903], [108.52241, 21.706984], [108.52257, 21.714293], [108.531986, 21.720246], [108.536219, 21.7203], [108.536243, 21.726812], [108.540186, 21.728201], [108.549482, 21.721582], [108.549968, 21.718044], [108.542076, 21.705991], [108.537575, 21.706308], [108.540565, 21.704129], [108.54155, 21.699044], [108.536271, 21.693239], [108.532651, 21.694002], [108.528883, 21.691013], [108.528906, 21.688811], [108.532464, 21.68543], [108.542815, 21.695347], [108.54457, 21.694336], [108.546473, 21.69618], [108.548198, 21.69386], [108.551143, 21.695079], [108.547841, 21.698797], [108.551113, 21.701147], [108.5515, 21.6996], [108.553998, 21.700701], [108.553321, 21.703145], [108.558386, 21.707686], [108.561618, 21.706356], [108.560215, 21.703348], [108.562178, 21.701563], [108.567204, 21.701682], [108.567621, 21.696864], [108.571033, 21.69507], [108.569798, 21.690806], [108.570809, 21.684362], [108.565661, 21.674077], [108.567309, 21.665039], [108.56415, 21.663848], [108.560278, 21.668183], [108.552869, 21.668228], [108.550042, 21.662214], [108.542752, 21.654593], [108.543133, 21.65291], [108.550812, 21.654915], [108.554356, 21.663212], [108.557665, 21.661054], [108.557794, 21.657409], [108.5518, 21.649523], [108.551016, 21.643704], [108.542487, 21.635455], [108.537559, 21.63373], [108.531845, 21.63458], [108.533833, 21.63715], [108.531607, 21.638767], [108.526919, 21.640433], [108.524502, 21.639218], [108.526216, 21.635186], [108.522732, 21.634613], [108.523192, 21.633234], [108.532203, 21.630668], [108.532967, 21.626474], [108.530758, 21.624383], [108.530241, 21.621004], [108.532277, 21.618787], [108.527373, 21.61376], [108.52786, 21.611502], [108.520791, 21.607414], [108.522197, 21.601715], [108.519932, 21.597859], [108.516143, 21.595953], [108.514298, 21.592694], [108.4846, 21.582086], [108.476823, 21.583015], [108.476997, 21.592848], [108.486916, 21.602941], [108.489614, 21.608075], [108.494921, 21.609815], [108.492485, 21.614253], [108.490484, 21.614514], [108.486742, 21.611033], [108.484741, 21.604856], [108.480129, 21.604333], [108.472559, 21.59076], [108.475529, 21.580655], [108.474925, 21.574758], [108.478449, 21.570841], [108.471776, 21.568397], [108.460914, 21.57057], [108.458351, 21.568366], [108.458582, 21.564979], [108.461509, 21.565359], [108.463817, 21.568262], [108.467338, 21.56483], [108.474647, 21.564743], [108.476462, 21.560893], [108.475592, 21.559279], [108.456477, 21.558266], [108.444576, 21.553254], [108.427333, 21.554868], [108.411398, 21.553116], [108.408657, 21.55066], [108.403004, 21.549461], [108.40209, 21.53941], [108.37445, 21.539581], [108.372508, 21.554829], [108.380332, 21.574188], [108.398537, 21.574474], [108.400001, 21.57706], [108.399309, 21.581369], [108.394922, 21.58815], [108.387634, 21.59297], [108.390519, 21.596862], [108.402844, 21.596849], [108.411119, 21.601627], [108.415297, 21.599675], [108.432095, 21.599816], [108.432859, 21.606302], [108.439279, 21.609251], [108.444032, 21.615462], [108.443766, 21.617407], [108.438765, 21.61376], [108.428062, 21.612034], [108.425874, 21.607504], [108.422944, 21.606796], [108.418907, 21.608778], [108.419629, 21.612776], [108.417422, 21.613875], [108.409827, 21.613982], [108.408004, 21.608832], [108.40555, 21.608973], [108.406239, 21.613282], [108.408311, 21.615212], [108.418158, 21.622428], [108.422702, 21.623408], [108.417848, 21.63303], [108.418744, 21.636651], [108.426412, 21.633042], [108.427913, 21.635478], [108.427025, 21.637572], [108.433765, 21.64208], [108.434502, 21.645855], [108.441394, 21.653317], [108.446682, 21.655883], [108.45563, 21.655937], [108.456613, 21.661581], [108.460132, 21.664219], [108.464481, 21.666932], [108.46816, 21.665273], [108.471285, 21.66655], [108.465391, 21.669674], [108.450862, 21.668321], [108.448208, 21.665923], [108.438059, 21.662439], [108.42703, 21.654691], [108.425913, 21.655576], [108.427181, 21.65875], [108.424867, 21.658983], [108.421453, 21.654242], [108.412141, 21.649468], [108.412844, 21.652742], [108.418632, 21.658972], [108.421101, 21.67013], [108.426067, 21.675758], [108.428372, 21.675239], [108.429212, 21.672367], [108.430962, 21.672707], [108.434269, 21.679192], [108.42979, 21.680292], [108.430941, 21.686203], [108.435076, 21.686551], [108.438601, 21.690572], [108.438046, 21.691664], [108.435473, 21.691742], [108.433776, 21.688363], [108.427464, 21.692159], [108.421713, 21.690388], [108.419128, 21.68717], [108.421638, 21.685918], [108.41749, 21.683521], [108.419197, 21.676905], [108.417644, 21.673155], [108.391923, 21.662156], [108.389002, 21.667562], [108.390363, 21.670539], [108.389587, 21.6729], [108.384117, 21.674656], [108.384202, 21.670281], [108.37517, 21.671675], [108.371646, 21.675978], [108.370763, 21.682206], [108.365421, 21.683676], [108.357564, 21.678542], [108.35554, 21.679756], [108.355258, 21.683299], [108.347911, 21.683655], [108.336072, 21.690003], [108.333021, 21.693852], [108.332745, 21.698468], [108.334117, 21.706419], [108.338917, 21.712621], [108.336766, 21.712809], [108.329762, 21.705103], [108.326658, 21.696033], [108.336825, 21.684543], [108.334911, 21.670212], [108.330932, 21.660019], [108.331784, 21.659062], [108.329725, 21.657915], [108.328897, 21.669822], [108.330231, 21.674193], [108.325288, 21.676514], [108.330842, 21.685785], [108.329364, 21.687287], [108.322526, 21.678653], [108.318108, 21.675719], [108.314719, 21.667185], [108.314741, 21.652763], [108.323933, 21.64828], [108.325907, 21.639579], [108.322233, 21.631621], [108.318162, 21.628775], [108.314766, 21.622949], [108.31479, 21.621442], [108.319917, 21.618883], [108.316786, 21.615565], [108.30887, 21.611713], [108.300186, 21.59729], [108.306569, 21.593318], [108.311106, 21.596806], [108.316421, 21.594038], [108.32214, 21.599815], [108.324208, 21.596457], [108.323245, 21.588264], [108.31509, 21.576324], [108.290598, 21.552603], [108.294332, 21.543637], [108.293536, 21.539901], [108.277219, 21.538866], [108.26199, 21.533194], [108.261365, 21.527334], [108.258954, 21.523109], [108.255362, 21.520676], [108.249421, 21.520227], [108.217845, 21.499468], [108.217661, 21.500955], [108.211713, 21.504583], [108.211058, 21.507201], [108.225692, 21.518563], [108.225811, 21.521835], [108.229559, 21.525166], [108.228194, 21.529419], [108.230854, 21.533589], [108.232593, 21.534907], [108.236197, 21.534298], [108.241234, 21.539022], [108.271147, 21.597103], [108.266103, 21.597743], [108.258222, 21.588962], [108.251037, 21.589152], [108.247887, 21.596162], [108.248947, 21.61206], [108.246008, 21.617407], [108.240819, 21.619474], [108.236175, 21.618688], [108.235403, 21.61595], [108.222156, 21.61718], [108.221794, 21.619021], [108.226649, 21.623349], [108.227727, 21.626728], [108.226668, 21.627049], [108.220198, 21.62093], [108.215754, 21.62589], [108.213162, 21.623901], [108.216305, 21.620876], [108.216299, 21.617208], [108.210684, 21.606694], [108.206159, 21.603355], [108.204603, 21.603254], [108.199697, 21.609091], [108.193105, 21.610464], [108.193877, 21.605915], [108.19136, 21.603609], [108.182767, 21.602948], [108.17643, 21.599555], [108.170736, 21.603484], [108.166291, 21.602885], [108.165559, 21.601615], [108.178227, 21.589666], [108.174771, 21.582918], [108.169899, 21.580714], [108.160924, 21.582618], [108.15511, 21.580794], [108.150897, 21.577377], [108.150551, 21.573956], [108.15206, 21.572828], [108.146036, 21.569171], [108.141253, 21.574639], [108.13704, 21.573724], [108.139316, 21.56863], [108.140388, 21.558993], [108.15314, 21.550062], [108.172985, 21.545315], [108.188811, 21.533862], [108.187665, 21.532629], [108.121368, 21.51738], [108.115093, 21.519041], [108.11574, 21.521025], [108.133346, 21.523939], [108.130935, 21.535618], [108.123424, 21.531833], [108.104385, 21.531909], [108.101044, 21.536275], [108.102025, 21.539526], [108.104012, 21.538791], [108.086266, 21.551226], [108.080325, 21.551188], [108.079882, 21.54755], [108.080561, 21.546003], [108.084679, 21.546582], [108.083331, 21.545046], [108.086841, 21.541579], [108.081178, 21.540758], [108.079674, 21.536289], [108.072064, 21.534447], [108.056276, 21.537249], [108.052812, 21.54032], [108.050943, 21.544683], [108.024564, 21.550088], [108.022671, 21.547927], [108.032719, 21.546805], [108.03273, 21.545035], [107.999381, 21.547214], [107.988646, 21.544902], [107.966491, 21.536046], [107.961585, 21.537585], [107.954773, 21.536784], [107.951916, 21.539767], [107.947364, 21.551283], [107.942759, 21.569669], [107.931191, 21.576857], [107.923253, 21.586072], [107.910082, 21.588249], [107.901905, 21.586879], [107.89926, 21.588271], [107.898672, 21.594214], [107.891459, 21.597593], [107.882903, 21.609629], [107.883484, 21.612203], [107.889203, 21.61338], [107.890984, 21.616198], [107.888306, 21.625741], [107.883123, 21.629386], [107.879162, 21.629877], [107.878134, 21.639995], [107.871408, 21.6472], [107.8572, 21.655013], [107.844456, 21.642148], [107.8417, 21.641381], [107.834257, 21.643584], [107.827485, 21.653239], [107.815345, 21.658659], [107.796654, 21.653784], [107.785769, 21.656146], [107.780958, 21.653733], [107.779549, 21.648233], [107.764339, 21.643042], [107.75258, 21.642872], [107.741674, 21.638856], [107.731323, 21.630653], [107.72164, 21.628904], [107.715864, 21.621457], [107.700064, 21.61583], [107.682155, 21.605491], [107.674936, 21.604787], [107.666475, 21.606848], [107.660143, 21.610918], [107.65743, 21.610768], [107.643559, 21.603832], [107.619204, 21.601186], [107.600336, 21.594256], [107.584724, 21.611352], [107.58208, 21.61688], [107.577327, 21.618185], [107.572474, 21.616757], [107.568571, 21.611891], [107.560175, 21.612919], [107.551324, 21.604195], [107.54661, 21.593776], [107.542304, 21.589348], [107.538781, 21.591284], [107.536987, 21.594353], [107.533041, 21.593097], [107.530984, 21.590571], [107.524075, 21.59024], [107.518712, 21.593668], [107.505555, 21.597051], [107.49921, 21.595042], [107.488641, 21.598791], [107.482535, 21.598528], [107.493747, 21.604888], [107.494052, 21.609338], [107.498008, 21.614637], [107.492857, 21.625023], [107.488325, 21.624313], [107.484761, 21.628874], [107.483953, 21.647226], [107.47946, 21.654879], [107.471867, 21.662015], [107.464634, 21.661824], [107.44655, 21.655352], [107.425801, 21.644502], [107.395725, 21.6169], [107.392679, 21.607192], [107.38259, 21.596532], [107.363554, 21.599197], [107.359937, 21.601481], [107.358034, 21.610047], [107.359557, 21.646215], [107.358377, 21.656458], [107.330623, 21.700657], [107.317233, 21.717338], [107.304812, 21.736573], [107.299214, 21.741584], [107.296168, 21.741965], [107.281891, 21.733399], [107.259429, 21.727878], [107.256574, 21.724833], [107.248579, 21.708272], [107.242868, 21.706178], [107.212601, 21.712459], [107.202512, 21.716076], [107.194708, 21.722739], [107.189568, 21.7393], [107.185, 21.74482], [107.179098, 21.748056], [107.157205, 21.75386], [107.148612, 21.758232], [107.121022, 21.7816], [107.09298, 21.798184], [107.087251, 21.80527], [107.076698, 21.808587], [107.051671, 21.808587], [107.043078, 21.810094], [107.034937, 21.812356], [107.011568, 21.823361], [107.005377, 21.833398], [107.007756, 21.85288], [107.012366, 21.858085], [107.052222, 21.886787], [107.056089, 21.8911], [107.057427, 21.897495], [107.054899, 21.919951], [107.048207, 21.926048], [107.034822, 21.931997], [107.018315, 21.944341], [107.007161, 21.945679], [106.994966, 21.949546], [106.991397, 21.947761], [106.98292, 21.93393], [106.976228, 21.92813], [106.962992, 21.922182], [106.958382, 21.922777], [106.933695, 21.933484], [106.924676, 21.949905], [106.924609, 21.964457], [106.915805, 21.972428], [106.898163, 21.974533], [106.876755, 21.980563], [106.86198, 21.9878], [106.84404, 21.985538], [106.825647, 21.977849], [106.815847, 21.976945], [106.807103, 21.978452], [106.793233, 21.988403], [106.781925, 22.009208], [106.760844, 22.01318], [106.739306, 22.013287], [106.734737, 22.010813], [106.732262, 22.007767], [106.73074, 21.99882], [106.72579, 21.989112], [106.717986, 21.978833], [106.69914, 21.967411], [106.691403, 21.965594], [106.6881, 21.970267], [106.689051, 21.976548], [106.681627, 21.980165], [106.67601, 21.99578], [106.682702, 22.006488], [106.702481, 22.024036], [106.705009, 22.038462], [106.70144, 22.05601], [106.708876, 22.063982], [106.712889, 22.076198], [106.709828, 22.094796], [106.701975, 22.103124], [106.696384, 22.112998], [106.689483, 22.138935], [106.693647, 22.153925], [106.702987, 22.158748], [106.702951, 22.162456], [106.69617, 22.164835], [106.685653, 22.165107], [106.67523, 22.1759], [106.673089, 22.182086], [106.674368, 22.20685], [106.687632, 22.203035], [106.694338, 22.205324], [106.698786, 22.211246], [106.698754, 22.226704], [106.690248, 22.246275], [106.687155, 22.262812], [106.688849, 22.275732], [106.687869, 22.278437], [106.684621, 22.280543], [106.672795, 22.282161], [106.668572, 22.286444], [106.664527, 22.298163], [106.664229, 22.307562], [106.658316, 22.333641], [106.653525, 22.339092], [106.623362, 22.337614], [106.587004, 22.339328], [106.575715, 22.342592], [106.559142, 22.351818], [106.559207, 22.360437], [106.563669, 22.370104], [106.580027, 22.37754], [106.588653, 22.383489], [106.592073, 22.388694], [106.592371, 22.391817], [106.583002, 22.399699], [106.565602, 22.409216], [106.561587, 22.422601], [106.560992, 22.430929], [106.561587, 22.437621], [106.56566, 22.44574], [106.55725, 22.462421], [106.559915, 22.468608], [106.569122, 22.476289], [106.571241, 22.477067], [106.574976, 22.472885], [106.58131, 22.521282], [106.589451, 22.544198], [106.596396, 22.553879], [106.600108, 22.563759], [106.600236, 22.577229], [106.602345, 22.587317], [106.60165, 22.590034], [106.598985, 22.591943], [106.609412, 22.610395], [106.621833, 22.611395], [106.62683, 22.609539], [106.641481, 22.586628], [106.649762, 22.580632], [106.657471, 22.578133], [106.673705, 22.578749], [106.683938, 22.582151], [106.704894, 22.579287], [106.720573, 22.583357], [106.728865, 22.597077], [106.729016, 22.602354], [106.717859, 22.612002], [106.717859, 22.616827], [106.727357, 22.626626], [106.729769, 22.643813], [106.732935, 22.651351], [106.753104, 22.675696], [106.754888, 22.684917], [106.754293, 22.69146], [106.765893, 22.708414], [106.757119, 22.719865], [106.762189, 22.723574], [106.76439, 22.727441], [106.768948, 22.745393], [106.784853, 22.753639], [106.782448, 22.769745], [106.783489, 22.771083], [106.793453, 22.769596], [106.807729, 22.771529], [106.815928, 22.775754], [106.821384, 22.784265], [106.829379, 22.791975], [106.831021, 22.794776], [106.830672, 22.798394], [106.821838, 22.811328], [106.821647, 22.813707], [106.810537, 22.820503], [106.805939, 22.82105], [106.79871, 22.819296], [106.79573, 22.815656], [106.791118, 22.814568], [106.784743, 22.814229], [106.779809, 22.817283], [106.773952, 22.81716], [106.765092, 22.81121], [106.768955, 22.82666], [106.753351, 22.831527], [106.7518, 22.835598], [106.743433, 22.839698], [106.742373, 22.843765], [106.73703, 22.848012], [106.722815, 22.855409], [106.719896, 22.864872], [106.712659, 22.871926], [106.712703, 22.883233], [106.707088, 22.888753], [106.675917, 22.894888], [106.669873, 22.893983], [106.664876, 22.88932], [106.665321, 22.87649], [106.663662, 22.873023], [106.65537, 22.8685], [106.648586, 22.867897], [106.638183, 22.875586], [106.637128, 22.878149], [106.638033, 22.887797], [106.627178, 22.890963], [106.618433, 22.895939], [106.616172, 22.898803], [106.601246, 22.929257], [106.590542, 22.933478], [106.571998, 22.924885], [106.563857, 22.925036], [106.555565, 22.929106], [106.543203, 22.940112], [106.521493, 22.950665], [106.514709, 22.949309], [106.512296, 22.947198], [106.501294, 22.931112], [106.502293, 22.916907], [106.497796, 22.91191], [106.490332, 22.907191], [106.481181, 22.903955], [106.474129, 22.905844], [106.464016, 22.900044], [106.454349, 22.904506], [106.451078, 22.903613], [106.447806, 22.893054], [106.442898, 22.888444], [106.432042, 22.88889], [106.423416, 22.892311], [106.418955, 22.892162], [106.40914, 22.88086], [106.369432, 22.883537], [106.366755, 22.882049], [106.36393, 22.864204], [106.355602, 22.858552], [106.344448, 22.859296], [106.334484, 22.86807], [106.330337, 22.869373], [106.313961, 22.863014], [106.304425, 22.870259], [106.296859, 22.871491], [106.282906, 22.870684], [106.268454, 22.877737], [106.254177, 22.889188], [106.254475, 22.895285], [106.264141, 22.903018], [106.265628, 22.908818], [106.231572, 22.95269], [106.205717, 22.978591], [106.190229, 22.984961], [106.181901, 22.985853], [106.167327, 22.984218], [106.15314, 22.990928], [106.14138, 22.991531], [106.102634, 22.984294], [106.096302, 22.988063], [106.084844, 23.000124], [106.079115, 23.000576], [106.058361, 22.987566], [106.02529, 22.991454], [106.011581, 22.989979], [106.004348, 22.986553], [106.001009, 22.98193], [106.00198, 22.978161], [106.006442, 22.973228], [106.007393, 22.968659], [106.007203, 22.954382], [106.004538, 22.951527], [105.995782, 22.94772], [105.982647, 22.947339], [105.971416, 22.951717], [105.963421, 22.952859], [105.951406, 22.946551], [105.930679, 22.949052], [105.906695, 22.943342], [105.887348, 22.935581], [105.88475, 22.93154], [105.885196, 22.926781], [105.89174, 22.923955], [105.892929, 22.921576], [105.891145, 22.91875], [105.875908, 22.918671], [105.872601, 22.921138], [105.870622, 22.931986], [105.866309, 22.93838], [105.852776, 22.947898], [105.851437, 22.950724], [105.852032, 22.960242], [105.839094, 22.973031], [105.837012, 22.977939], [105.837756, 22.987754], [105.834633, 22.992216], [105.82571, 22.996826], [105.811328, 22.993087], [105.782552, 23.024185], [105.76879, 23.028655], [105.76054, 23.034889], [105.746519, 23.031874], [105.741393, 23.033532], [105.733252, 23.054338], [105.727222, 23.062931], [105.723905, 23.065042], [105.71893, 23.065193], [105.716216, 23.062177], [105.71109, 23.060971], [105.691189, 23.063685], [105.682294, 23.065796], [105.644192, 23.083025], [105.639961, 23.080441], [105.635185, 23.071378], [105.630128, 23.067809], [105.624923, 23.066619], [105.597113, 23.074501], [105.580097, 23.069249], [105.573606, 23.069884], [105.562946, 23.076451], [105.558283, 23.085398], [105.557521, 23.092441], [105.567039, 23.111382], [105.562756, 23.121756], [105.565611, 23.139078], [105.565231, 23.163635], [105.561899, 23.172772], [105.554476, 23.18524], [105.551239, 23.187048], [105.544706, 23.187555], [105.541203, 23.194083], [105.540815, 23.197633], [105.546936, 23.200755], [105.526312, 23.224478], [105.532134, 23.232717], [105.530825, 23.235925], [105.527511, 23.237927], [105.530812, 23.245218], [105.542402, 23.250682], [105.549967, 23.250153], [105.555886, 23.255479], [105.560538, 23.256186], [105.562979, 23.258915], [105.566367, 23.269602], [105.565492, 23.280962], [105.569956, 23.284242], [105.570067, 23.290266], [105.587756, 23.299286], [105.583053, 23.310407], [105.594498, 23.317403], [105.607526, 23.317815], [105.61104, 23.325488], [105.615467, 23.329499], [105.620029, 23.326969], [105.634979, 23.339715], [105.639139, 23.338496], [105.642194, 23.339632], [105.645755, 23.342471], [105.646332, 23.347858], [105.648463, 23.349728], [105.662241, 23.350765], [105.664905, 23.346924], [105.671349, 23.342766], [105.671285, 23.338753], [105.66772, 23.33416], [105.667279, 23.329872], [105.676691, 23.324346], [105.690674, 23.32752], [105.697783, 23.331967], [105.693509, 23.340421], [105.684111, 23.349074], [105.675861, 23.353022], [105.670676, 23.351644], [105.666968, 23.354326], [105.66732, 23.358], [105.670132, 23.360845], [105.679322, 23.358206], [105.685636, 23.358646], [105.691799, 23.367054], [105.690871, 23.369617], [105.68582, 23.37405], [105.676694, 23.37644], [105.671889, 23.381307], [105.670746, 23.386431], [105.665592, 23.391523], [105.658256, 23.393278], [105.64666, 23.400312], [105.638712, 23.401552], [105.633945, 23.400267], [105.626266, 23.404755], [105.639805, 23.407568], [105.6588, 23.405345], [105.662014, 23.403561], [105.668777, 23.411149], [105.67813, 23.408388], [105.685255, 23.399874], [105.691425, 23.399058], [105.696317, 23.400646], [105.712175, 23.411199], [105.716208, 23.41836], [105.729494, 23.43237], [105.734465, 23.433037], [105.746815, 23.438934], [105.750116, 23.448177], [105.749129, 23.453266], [105.750661, 23.45858], [105.756559, 23.463393], [105.773737, 23.46496], [105.780104, 23.467483], [105.783637, 23.47077], [105.797042, 23.47333], [105.805427, 23.467895], [105.809146, 23.468619], [105.816383, 23.481424], [105.813508, 23.485304], [105.815842, 23.492166], [105.81241, 23.504064], [105.816328, 23.507581], [105.820762, 23.516832], [105.829005, 23.521375], [105.836549, 23.528671], [105.850387, 23.531679], [105.85026, 23.5287], [105.851993, 23.527047], [105.86158, 23.531816], [105.864311, 23.536053], [105.884578, 23.532662], [105.900309, 23.521963], [105.90236, 23.509663], [105.898702, 23.504475], [105.903295, 23.500385], [105.912045, 23.50289], [105.915867, 23.506307], [105.922921, 23.508532], [105.934777, 23.507017], [105.944475, 23.494059], [105.958402, 23.495021], [105.961106, 23.499465], [105.968406, 23.492305], [105.982872, 23.494742], [105.98962, 23.493878], [105.994821, 23.481133], [105.994381, 23.470816], [105.99316, 23.468467], [105.984319, 23.464163], [105.982791, 23.458638], [105.995637, 23.449022], [106.005469, 23.452176], [106.008048, 23.454128], [106.01385, 23.464838], [106.020663, 23.466856], [106.020257, 23.473854], [106.023915, 23.477366], [106.02818, 23.477714], [106.033266, 23.485456], [106.03256, 23.489372], [106.038723, 23.489143], [106.04096, 23.485846], [106.047467, 23.481863], [106.057322, 23.49047], [106.068964, 23.490933], [106.07012, 23.49585], [106.069241, 23.499911], [106.076341, 23.502947], [106.077232, 23.50494], [106.076297, 23.506951], [106.072806, 23.506779], [106.07149, 23.508902], [106.073758, 23.512456], [106.078479, 23.515338], [106.080064, 23.525342], [106.085011, 23.534124], [106.087739, 23.532343], [106.089967, 23.527102], [106.104026, 23.530044], [106.103714, 23.535504], [106.121317, 23.547405], [106.125311, 23.559727], [106.123937, 23.564053], [106.13042, 23.565881], [106.138835, 23.575883], [106.118556, 23.587908], [106.115584, 23.603562], [106.119491, 23.610559], [106.125174, 23.615766], [106.133291, 23.620116], [106.139649, 23.634141], [106.138766, 23.643948], [106.150919, 23.661461], [106.1495, 23.682496], [106.147555, 23.685576], [106.147637, 23.68908], [106.148513, 23.692017], [106.15619, 23.699733], [106.153503, 23.702471], [106.154046, 23.709086], [106.157445, 23.711104], [106.160129, 23.72429], [106.157479, 23.726991], [106.153117, 23.72678], [106.145202, 23.734167], [106.140357, 23.754306], [106.143849, 23.771065], [106.138666, 23.781321], [106.138698, 23.792858], [106.133317, 23.799736], [106.133167, 23.802006], [106.138307, 23.805686], [106.137285, 23.810118], [106.138843, 23.813518], [106.144864, 23.81102], [106.159733, 23.82013], [106.178807, 23.817807], [106.182879, 23.818286], [106.1897, 23.822794], [106.194982, 23.831216], [106.193865, 23.839863], [106.184246, 23.846707], [106.175483, 23.848969], [106.169465, 23.865216], [106.177674, 23.86627], [106.186387, 23.86126], [106.189712, 23.861899], [106.196282, 23.869538], [106.196896, 23.876223], [106.193905, 23.882086], [106.190462, 23.884992], [106.181912, 23.886468], [106.177253, 23.883058], [106.170542, 23.883032], [106.164613, 23.886016], [106.158103, 23.886517], [106.158553, 23.89181], [106.153218, 23.899654], [106.154928, 23.902847], [106.151306, 23.910386], [106.139974, 23.923004], [106.137038, 23.924257], [106.135316, 23.941448], [106.136288, 23.950869], [106.134382, 23.957873], [106.130587, 23.962513], [106.116839, 23.965679], [106.109738, 23.96975], [106.100022, 23.984244], [106.097469, 23.985405], [106.092637, 23.992278], [106.084096, 23.991869], [106.078165, 23.995412], [106.081243, 24.001466], [106.088215, 24.002581], [106.093534, 24.023823], [106.092843, 24.027003], [106.088288, 24.032914], [106.080938, 24.037207], [106.075246, 24.029808], [106.067362, 24.032637], [106.069766, 24.037495], [106.067455, 24.04055], [106.05141, 24.049309], [106.049441, 24.056556], [106.051297, 24.067834], [106.045549, 24.090821], [106.020456, 24.105765], [106.010028, 24.10203], [106.003854, 24.10719], [105.995003, 24.120933], [105.996907, 24.123978], [106.002427, 24.126072], [106.001285, 24.128356], [105.996336, 24.128166], [105.975804, 24.119466], [105.955505, 24.114904], [105.941094, 24.117669], [105.932267, 24.121785], [105.918442, 24.123831], [105.89754, 24.111605], [105.896018, 24.099422], [105.900015, 24.091998], [105.899254, 24.090666], [105.893255, 24.089904], [105.892038, 24.085247], [105.90257, 24.075686], [105.903689, 24.070474], [105.895596, 24.047474], [105.893018, 24.043996], [105.888406, 24.042254], [105.876684, 24.049263], [105.859342, 24.055549], [105.854991, 24.058872], [105.846858, 24.058876], [105.839965, 24.033376], [105.82439, 24.031582], [105.820151, 24.034068], [105.811384, 24.031264], [105.806815, 24.032406], [105.794037, 24.026389], [105.784278, 24.033879], [105.786443, 24.03901], [105.786258, 24.043763], [105.795245, 24.049116], [105.797764, 24.056429], [105.786147, 24.068624], [105.767474, 24.070304], [105.757335, 24.074573], [105.746715, 24.068815], [105.743252, 24.061541], [105.73827, 24.059213], [105.717585, 24.061246], [105.701881, 24.066385], [105.697312, 24.065529], [105.693172, 24.056534], [105.685891, 24.051537], [105.676468, 24.049253], [105.673613, 24.041972], [105.664253, 24.038924], [105.659803, 24.04191], [105.654933, 24.041362], [105.653449, 24.040598], [105.652691, 24.035018], [105.647941, 24.032556], [105.643805, 24.033873], [105.635456, 24.055455], [105.640345, 24.069879], [105.636566, 24.074658], [105.636009, 24.078627], [105.641092, 24.080929], [105.642322, 24.088955], [105.639819, 24.091478], [105.632219, 24.090593], [105.626687, 24.10042], [105.624941, 24.106818], [105.626964, 24.114016], [105.624805, 24.129695], [105.613942, 24.138316], [105.608551, 24.137788], [105.596372, 24.141438], [105.591526, 24.140349], [105.583157, 24.132479], [105.565809, 24.134782], [105.554324, 24.132088], [105.544824, 24.126617], [105.530665, 24.132867], [105.525254, 24.13088], [105.524315, 24.126811], [105.528143, 24.117624], [105.517284, 24.106698], [105.514672, 24.099837], [105.514924, 24.078971], [105.512583, 24.072896], [105.506057, 24.063837], [105.501742, 24.047695], [105.507057, 24.037303], [105.507612, 24.030228], [105.504826, 24.027248], [105.49581, 24.027181], [105.491553, 24.020814], [105.479989, 24.021828], [105.460468, 24.030126], [105.449118, 24.031696], [105.437922, 24.036896], [105.429356, 24.035254], [105.423716, 24.031399], [105.412152, 24.031399], [105.407584, 24.037038], [105.393955, 24.067347], [105.383307, 24.067466], [105.377299, 24.070737], [105.372112, 24.078935], [105.361333, 24.079756], [105.35372, 24.087055], [105.346296, 24.086883], [105.34384, 24.089053], [105.344297, 24.09385], [105.342241, 24.09682], [105.337969, 24.098353], [105.32946, 24.097193], [105.325475, 24.106876], [105.325893, 24.113368], [105.322055, 24.114549], [105.318676, 24.118523], [105.314595, 24.120376], [105.307114, 24.118378], [105.301518, 24.114094], [105.297463, 24.114209], [105.291534, 24.116961], [105.282351, 24.101166], [105.270632, 24.103771], [105.269562, 24.098061], [105.270775, 24.094135], [105.279341, 24.09078], [105.290206, 24.08114], [105.279853, 24.066378], [105.273476, 24.064808], [105.262721, 24.066283], [105.256091, 24.063749], [105.242617, 24.076232], [105.233397, 24.077719], [105.229382, 24.080248], [105.224028, 24.089468], [105.209751, 24.097796], [105.19949, 24.105975], [105.190542, 24.126782], [105.181034, 24.132601], [105.179235, 24.135493], [105.181517, 24.150789], [105.180053, 24.152823], [105.176583, 24.152371], [105.174204, 24.159509], [105.179977, 24.163809], [105.180959, 24.170204], [105.204944, 24.171154], [105.206657, 24.16887], [105.206848, 24.159733], [105.20799, 24.159162], [105.224667, 24.165899], [105.226835, 24.167668], [105.226336, 24.17909], [105.233849, 24.182213], [105.241755, 24.207574], [105.239018, 24.213616], [105.233759, 24.209793], [105.228563, 24.213666], [105.23203, 24.218957], [105.230229, 24.222095], [105.217728, 24.221235], [105.214707, 24.216173], [105.212679, 24.216558], [105.209482, 24.219963], [105.201714, 24.234924], [105.20081, 24.246107], [105.197669, 24.25434], [105.193672, 24.257005], [105.18344, 24.254483], [105.174779, 24.255625], [105.174683, 24.259099], [105.179823, 24.265666], [105.168182, 24.276946], [105.165213, 24.282365], [105.155969, 24.283043], [105.156504, 24.285863], [105.16275, 24.29136], [105.172173, 24.288433], [105.175492, 24.290218], [105.175319, 24.295959], [105.168776, 24.302406], [105.168776, 24.305381], [105.173416, 24.310734], [105.193485, 24.325751], [105.19646, 24.331551], [105.194526, 24.338095], [105.18947, 24.3433], [105.178762, 24.343895], [105.167854, 24.348657], [105.161608, 24.357937], [105.149652, 24.36228], [105.146152, 24.368212], [105.141175, 24.3715], [105.120326, 24.371261], [105.11076, 24.367389], [105.108333, 24.368495], [105.105298, 24.379233], [105.094798, 24.390196], [105.094798, 24.392837], [105.104613, 24.393301], [105.108076, 24.397941], [105.105991, 24.400936], [105.09909, 24.404803], [105.107808, 24.411617], [105.107746, 24.414484], [105.105476, 24.416376], [105.093066, 24.421182], [105.085285, 24.422155], [105.072771, 24.429497], [105.052403, 24.432962], [105.051675, 24.442231], [105.044993, 24.444962], [105.033017, 24.442889], [105.016132, 24.43539], [105.009885, 24.436729], [105.004086, 24.432862], [104.987132, 24.429442], [104.983472, 24.421683], [104.973817, 24.413075], [104.966014, 24.40877], [104.962594, 24.409216], [104.95862, 24.413526], [104.953374, 24.413411], [104.941179, 24.408919], [104.925861, 24.40996], [104.922738, 24.411893], [104.919763, 24.423939], [104.915748, 24.426765], [104.902958, 24.427062], [104.898634, 24.431843], [104.877186, 24.434835], [104.866451, 24.433388], [104.862925, 24.435642], [104.861659, 24.441052], [104.849891, 24.438641], [104.847967, 24.439571], [104.843188, 24.449966], [104.832743, 24.451005], [104.82026, 24.441443], [104.810654, 24.438936], [104.802415, 24.443312], [104.780208, 24.445259], [104.77352, 24.447211], [104.771716, 24.455971], [104.766395, 24.461316], [104.753238, 24.46025], [104.750108, 24.458389], [104.750232, 24.438076], [104.746544, 24.437773], [104.727894, 24.448108], [104.718274, 24.444899], [104.713571, 24.445837], [104.700292, 24.423521], [104.706088, 24.41363], [104.706255, 24.398238], [104.708356, 24.394892], [104.709744, 24.384966], [104.716196, 24.3738], [104.714337, 24.366064], [104.710822, 24.36142], [104.711494, 24.358648], [104.715414, 24.352387], [104.721427, 24.350013], [104.724061, 24.346517], [104.717973, 24.333727], [104.706652, 24.326384], [104.701333, 24.319992], [104.697071, 24.320206], [104.675845, 24.340274], [104.671999, 24.347089], [104.659045, 24.353186], [104.656533, 24.358363], [104.647978, 24.367125], [104.636279, 24.371752], [104.627016, 24.372596], [104.613004, 24.378287], [104.606565, 24.378228], [104.611777, 24.384386], [104.616535, 24.396702], [104.62659, 24.404377], [104.614935, 24.422717], [104.60075, 24.423309], [104.589138, 24.425706], [104.577795, 24.420218], [104.572986, 24.426006], [104.572271, 24.435464], [104.567325, 24.446278], [104.570402, 24.448056], [104.571453, 24.451171], [104.569854, 24.457271], [104.564575, 24.465596], [104.565038, 24.475488], [104.555813, 24.478446], [104.550646, 24.483024], [104.544699, 24.493229], [104.543883, 24.50371], [104.539271, 24.509156], [104.540963, 24.51213], [104.546808, 24.513232], [104.547573, 24.523017], [104.540111, 24.526199], [104.532251, 24.538256], [104.526946, 24.53346], [104.51763, 24.538975], [104.513094, 24.56822], [104.505737, 24.576605], [104.504104, 24.590657], [104.500664, 24.593447], [104.503464, 24.630518], [104.486532, 24.640442], [104.483733, 24.648896], [104.473336, 24.648632], [104.472247, 24.639924], [104.466419, 24.63742], [104.452599, 24.637135], [104.448659, 24.638734], [104.446832, 24.641475], [104.448378, 24.647864], [104.460085, 24.643888], [104.465732, 24.644381], [104.469255, 24.646695], [104.473506, 24.653766], [104.477696, 24.655891], [104.487076, 24.656373], [104.489061, 24.657802], [104.497863, 24.673496], [104.501258, 24.68562], [104.5011, 24.692051], [104.511217, 24.707321], [104.512471, 24.71534], [104.516431, 24.722453], [104.51675, 24.730663], [104.527609, 24.734765], [104.555466, 24.731402], [104.559441, 24.72925], [104.57039, 24.717143], [104.593882, 24.71286], [104.599618, 24.697148], [104.627766, 24.663572], [104.63645, 24.661731], [104.651679, 24.66176], [104.693839, 24.654162], [104.701184, 24.648469], [104.701349, 24.645459], [104.695722, 24.638174], [104.703256, 24.630198], [104.709955, 24.626101], [104.723591, 24.621157], [104.738795, 24.622727], [104.742197, 24.626316], [104.746723, 24.636356], [104.74725, 24.646784], [104.7492, 24.651517], [104.759886, 24.660099], [104.780812, 24.66608], [104.797076, 24.66731], [104.807093, 24.674396], [104.81877, 24.673039], [104.831424, 24.676368], [104.843183, 24.682934], [104.847054, 24.690995], [104.852904, 24.696256], [104.858548, 24.704897], [104.859573, 24.722814], [104.863015, 24.732205], [104.867844, 24.738392], [104.878681, 24.746193], [104.901339, 24.758163], [104.920479, 24.760324], [104.937703, 24.764843], [104.941341, 24.76795], [104.950746, 24.767879], [104.956998, 24.770101], [104.978162, 24.772349], [104.996379, 24.779634], [105.010321, 24.788291], [105.030969, 24.790927], [105.032031, 24.792753], [105.030018, 24.802653], [105.024189, 24.817395], [105.023806, 24.823693], [105.031385, 24.830335], [105.033797, 24.834819], [105.038791, 24.856242], [105.037864, 24.861469], [105.033542, 24.869351], [105.033598, 24.873236], [105.039339, 24.878639], [105.060015, 24.889812], [105.068912, 24.901303], [105.069386, 24.912746], [105.078463, 24.919357], [105.087716, 24.931507], [105.096997, 24.939241], [105.121979, 24.949095], [105.130783, 24.965603], [105.142141, 24.967592], [105.147762, 24.965111], [105.150642, 24.961451], [105.154033, 24.961778], [105.176142, 24.988667], [105.192506, 24.997353], [105.208297, 24.998566], [105.213196, 24.995305], [105.212305, 24.984818], [105.219796, 24.983307], [105.228406, 24.98387], [105.231445, 24.981195], [105.233295, 24.9769], [105.231423, 24.971582], [105.232605, 24.968776], [105.241639, 24.966839], [105.249809, 24.970594], [105.25788, 24.965376], [105.260918, 24.95843], [105.255363, 24.954019], [105.254412, 24.947256], [105.256467, 24.941829], [105.263634, 24.933046], [105.282909, 24.931302], [105.300069, 24.927449], [105.322833, 24.92712], [105.330538, 24.929237], [105.33476, 24.935167], [105.34593, 24.941453], [105.365628, 24.946506], [105.388515, 24.944603], [105.397207, 24.940754], [105.424766, 24.933618], [105.438407, 24.925689], [105.443941, 24.918468], [105.449364, 24.89466], [105.451927, 24.889354], [105.453358, 24.880704], [105.452314, 24.876225], [105.46165, 24.867788], [105.461036, 24.864344], [105.465696, 24.856996], [105.479877, 24.851005], [105.485851, 24.844666], [105.489595, 24.836626], [105.489885, 24.819245], [105.496322, 24.81085], [105.525739, 24.803484], [105.531921, 24.80462], [105.541888, 24.801759], [105.56505, 24.800216], [105.573566, 24.801383], [105.57781, 24.806002], [105.587247, 24.81042], [105.595455, 24.810533], [105.606148, 24.805037], [105.608819, 24.799804], [105.609427, 24.791579], [105.614632, 24.784928], [105.625592, 24.779416], [105.649989, 24.775278], [105.674445, 24.778943], [105.701474, 24.772266], [105.717529, 24.760298], [105.722587, 24.758639], [105.726511, 24.752591], [105.734156, 24.745555], [105.755741, 24.737579], [105.76125, 24.73017], [105.762741, 24.723905], [105.766596, 24.720674], [105.797709, 24.705325], [105.812774, 24.704082], [105.825192, 24.705895], [105.836199, 24.712974], [105.853055, 24.720055], [105.861422, 24.732582], [105.878075, 24.733792], [105.887319, 24.725982], [105.902447, 24.728499], [105.914631, 24.727532], [105.935069, 24.729748], [105.939217, 24.727578], [105.938154, 24.723404], [105.941953, 24.719298], [105.943388, 24.707009], [105.949196, 24.696068], [105.950416, 24.690062], [105.959668, 24.679864], [105.965189, 24.67562], [105.971873, 24.673401], [105.983702, 24.663625], [105.986652, 24.65799], [105.985645, 24.654059], [105.986822, 24.652484], [105.991033, 24.651824], [106.010905, 24.637315], [106.019549, 24.63558], [106.023913, 24.644849], [106.035753, 24.659272], [106.0424, 24.674801], [106.041843, 24.684047], [106.043352, 24.686196], [106.051683, 24.69352], [106.056562, 24.695134], [106.063318, 24.700746], [106.08067, 24.707728], [106.09573, 24.7094], [106.107194, 24.714713], [106.110461, 24.717752], [106.11633, 24.728753], [106.131617, 24.732494], [106.135233, 24.7403], [106.139707, 24.759254], [106.146667, 24.765902], [106.158845, 24.760884], [106.165163, 24.76098], [106.17163, 24.767289], [106.176979, 24.783503], [106.184174, 24.791514], [106.180963, 24.803615], [106.187845, 24.807251], [106.194132, 24.817794], [106.197307, 24.834864], [106.196736, 24.842415], [106.202875, 24.854503], [106.201296, 24.862618], [106.192947, 24.875716], [106.193885, 24.888898], [106.189101, 24.89909], [106.180574, 24.904816], [106.163337, 24.929194], [106.159246, 24.939496], [106.145437, 24.94842], [106.141407, 24.95657], [106.145535, 24.96082], [106.150274, 24.963946], [106.156079, 24.964047], [106.168302, 24.961214], [106.179114, 24.954867], [106.184664, 24.954962], [106.188973, 24.958248], [106.194514, 24.967352], [106.203866, 24.97466], [106.20756, 24.982086], [106.214064, 24.985016], [106.222757, 24.984013], [106.242771, 24.972852], [106.249329, 24.973416], [106.261627, 24.981383], [106.276731, 24.982109], [106.290352, 24.977472], [106.301723, 24.977278], [106.308445, 24.980742], [106.312958, 24.985819], [106.324935, 24.990296], [106.350338, 24.992971], [106.382615, 25.007746], [106.400136, 25.008048], [106.409505, 25.015967], [106.438915, 25.02191], [106.444581, 25.035008], [106.454037, 25.040956], [106.493971, 25.051711], [106.51442, 25.055581], [106.526795, 25.0741], [106.537999, 25.081109], [106.552995, 25.087312], [106.577545, 25.087016], [106.586641, 25.090819], [106.590518, 25.095546], [106.594352, 25.108614], [106.605674, 25.114042], [106.615347, 25.121395], [106.625875, 25.12441], [106.636514, 25.134681], [106.638076, 25.143294], [106.636116, 25.163415], [106.645241, 25.170296], [106.663916, 25.173586], [106.681636, 25.181568], [106.693121, 25.181829], [106.70372, 25.177985], [106.71285, 25.167678], [106.718449, 25.164717], [106.723556, 25.164304], [106.730888, 25.166623], [106.738259, 25.174356], [106.761859, 25.186055], [106.767861, 25.184598], [106.779662, 25.175648], [106.790174, 25.174284], [106.80173, 25.175551], [106.830728, 25.18258], [106.850514, 25.189763], [106.876961, 25.185185], [106.884058, 25.185723], [106.892908, 25.19073], [106.896444, 25.1973], [106.898017, 25.22736], [106.901502, 25.236471], [106.904259, 25.241315], [106.916134, 25.250956], [106.932341, 25.253462], [106.951937, 25.249378], [106.966254, 25.241278], [106.971881, 25.236257], [106.981267, 25.241078], [106.992711, 25.243182], [106.994692, 25.246903], [106.984579, 25.257315], [106.984494, 25.262065], [106.988454, 25.266891], [107.005417, 25.274519], [107.009699, 25.278502], [107.010059, 25.283603], [107.006468, 25.292089], [107.007951, 25.298786], [107.003779, 25.312075], [107.003955, 25.317838], [107.006947, 25.32604], [107.007371, 25.340093], [107.010212, 25.346993], [107.009596, 25.353386], [107.007787, 25.357779], [107.003665, 25.359364], [106.990085, 25.360151], [106.982825, 25.363397], [106.974982, 25.379534], [106.976383, 25.387266], [106.973038, 25.399327], [106.973032, 25.407172], [106.970875, 25.409754], [106.964075, 25.412277], [106.965363, 25.427018], [106.959834, 25.438108], [106.960024, 25.440468], [106.96636, 25.446025], [106.977303, 25.451344], [106.990221, 25.446511], [106.994329, 25.447668], [106.996064, 25.460217], [107.001121, 25.469033], [107.003271, 25.48173], [107.010811, 25.489243], [107.009484, 25.496318], [107.011305, 25.498597], [107.034561, 25.505974], [107.05077, 25.50655], [107.06692, 25.515593], [107.070016, 25.521388], [107.070048, 25.52844], [107.069007, 25.532488], [107.064188, 25.533857], [107.060005, 25.544985], [107.062516, 25.550401], [107.061519, 25.560361], [107.067078, 25.559322], [107.075524, 25.568529], [107.080211, 25.567561], [107.089486, 25.571252], [107.102073, 25.571577], [107.104601, 25.567859], [107.118423, 25.566673], [107.124513, 25.566833], [107.127506, 25.569614], [107.138312, 25.565866], [107.150635, 25.574066], [107.162901, 25.57763], [107.172148, 25.577331], [107.181301, 25.581437], [107.184328, 25.599953], [107.194609, 25.600641], [107.199575, 25.606957], [107.19979, 25.610174], [107.203131, 25.613344], [107.214129, 25.60989], [107.217586, 25.603775], [107.223632, 25.600714], [107.22906, 25.600285], [107.236921, 25.596352], [107.230266, 25.589445], [107.225359, 25.586895], [107.228482, 25.579905], [107.224615, 25.571726], [107.224615, 25.563992], [107.228779, 25.554326], [107.23681, 25.551203], [107.241122, 25.545998], [107.258425, 25.542781], [107.274778, 25.534046], [107.284779, 25.524805], [107.292551, 25.521199], [107.296284, 25.515841], [107.299426, 25.505799], [107.301568, 25.504402], [107.309931, 25.507158], [107.315192, 25.504722], [107.317545, 25.501373], [107.323599, 25.50197], [107.325271, 25.498775], [107.324904, 25.497335], [107.318345, 25.496223], [107.317364, 25.486079], [107.320028, 25.482309], [107.324924, 25.479649], [107.324431, 25.468923], [107.330989, 25.465089], [107.33116, 25.46308], [107.325253, 25.457154], [107.326105, 25.452266], [107.320997, 25.438705], [107.313303, 25.435873], [107.311019, 25.433271], [107.308491, 25.432825], [107.305058, 25.435019], [107.30172, 25.433853], [107.300733, 25.431791], [107.305122, 25.413943], [107.310643, 25.406875], [107.313314, 25.405374], [107.321468, 25.408145], [107.328036, 25.40537], [107.340133, 25.405835], [107.34374, 25.404108], [107.349151, 25.39787], [107.354181, 25.396144], [107.364581, 25.403043], [107.365162, 25.412908], [107.369055, 25.413689], [107.389437, 25.407023], [107.389179, 25.39877], [107.392836, 25.392532], [107.418458, 25.388737], [107.400194, 25.352355], [107.39697, 25.349542], [107.400743, 25.345061], [107.415716, 25.336424], [107.417206, 25.33417], [107.41435, 25.309522], [107.421044, 25.305369], [107.421307, 25.294788], [107.426191, 25.287425], [107.429965, 25.286016], [107.437895, 25.286271], [107.43906, 25.278478], [107.442562, 25.27776], [107.450279, 25.286292], [107.470275, 25.297423], [107.475026, 25.297625], [107.482727, 25.289116], [107.481852, 25.28619], [107.474089, 25.28222], [107.482309, 25.274251], [107.482168, 25.272228], [107.47776, 25.270969], [107.476363, 25.266794], [107.477482, 25.264454], [107.470146, 25.244847], [107.465982, 25.238898], [107.467434, 25.235406], [107.467482, 25.217135], [107.497509, 25.211683], [107.501227, 25.214063], [107.500781, 25.220606], [107.50212, 25.22254], [107.504499, 25.22254], [107.513422, 25.210345], [107.522048, 25.227447], [107.532458, 25.226109], [107.538341, 25.237617], [107.565014, 25.252702], [107.574911, 25.257367], [107.590658, 25.251644], [107.593205, 25.2532], [107.588553, 25.260873], [107.588681, 25.26517], [107.596885, 25.264148], [107.599872, 25.259256], [107.602637, 25.259208], [107.604692, 25.26123], [107.606332, 25.267375], [107.611182, 25.270719], [107.612034, 25.279417], [107.608733, 25.283532], [107.621008, 25.294057], [107.617346, 25.296991], [107.619215, 25.304419], [107.618371, 25.308059], [107.623025, 25.31099], [107.62757, 25.31141], [107.631947, 25.308469], [107.636915, 25.312983], [107.640887, 25.312749], [107.640551, 25.317585], [107.645285, 25.321602], [107.650751, 25.320032], [107.662372, 25.322038], [107.665932, 25.310221], [107.664602, 25.307047], [107.651749, 25.302582], [107.649347, 25.298891], [107.652573, 25.297902], [107.654189, 25.294863], [107.660575, 25.292674], [107.659385, 25.288359], [107.664434, 25.279569], [107.663604, 25.267798], [107.658261, 25.266614], [107.656084, 25.263463], [107.659649, 25.260321], [107.659439, 25.257683], [107.666764, 25.254921], [107.668494, 25.252574], [107.665442, 25.250409], [107.662594, 25.251089], [107.659467, 25.249368], [107.671766, 25.23964], [107.682661, 25.236073], [107.681772, 25.226798], [107.684642, 25.225474], [107.688958, 25.225899], [107.690322, 25.228212], [107.694725, 25.226959], [107.696641, 25.220458], [107.694845, 25.213916], [107.682287, 25.200127], [107.682244, 25.197088], [107.686408, 25.197284], [107.697309, 25.203809], [107.701431, 25.202242], [107.703387, 25.204016], [107.70441, 25.21222], [107.709159, 25.217017], [107.733692, 25.229118], [107.734927, 25.237389], [107.73842, 25.241535], [107.740661, 25.238898], [107.740958, 25.233545], [107.744081, 25.233991], [107.746907, 25.236816], [107.745592, 25.242371], [107.748495, 25.242795], [107.758891, 25.234884], [107.762339, 25.225722], [107.754344, 25.212219], [107.753504, 25.202244], [107.759113, 25.200158], [107.759859, 25.196438], [107.755094, 25.192867], [107.762793, 25.187858], [107.766767, 25.187662], [107.768602, 25.182094], [107.779006, 25.17271], [107.77927, 25.168092], [107.773465, 25.163066], [107.778885, 25.155731], [107.787632, 25.148091], [107.782033, 25.141431], [107.762752, 25.131146], [107.758712, 25.127288], [107.760101, 25.121348], [107.764105, 25.119531], [107.774657, 25.125847], [107.776386, 25.12506], [107.775742, 25.122671], [107.777114, 25.121085], [107.791849, 25.119144], [107.809994, 25.130459], [107.825321, 25.127016], [107.83488, 25.119064], [107.862272, 25.128058], [107.866849, 25.13278], [107.866146, 25.143844], [107.886169, 25.14804], [107.893513, 25.147593], [107.894804, 25.151906], [107.899807, 25.154263], [107.911204, 25.155895], [107.928616, 25.162339], [107.942133, 25.174003], [107.954971, 25.180808], [107.959188, 25.181995], [107.963305, 25.179394], [107.973381, 25.18432], [107.982719, 25.18524], [107.988464, 25.1881], [107.994036, 25.19828], [107.998263, 25.199668], [108.002377, 25.195866], [108.009457, 25.193347], [108.028877, 25.201084], [108.042712, 25.202106], [108.061061, 25.20046], [108.07498, 25.195925], [108.112477, 25.21452], [108.113917, 25.22102], [108.116914, 25.225448], [108.124806, 25.231186], [108.125088, 25.236887], [108.131686, 25.232766], [108.134512, 25.23597], [108.136435, 25.245747], [108.131001, 25.249887], [108.129282, 25.25526], [108.13332, 25.264991], [108.142322, 25.273628], [108.143623, 25.277604], [108.13421, 25.284679], [108.132949, 25.287634], [108.140053, 25.300193], [108.148622, 25.311241], [108.148606, 25.32154], [108.154132, 25.327655], [108.142506, 25.342803], [108.141008, 25.347635], [108.148528, 25.356453], [108.151398, 25.379696], [108.149492, 25.384036], [108.144378, 25.386044], [108.137345, 25.392066], [108.143954, 25.396879], [108.153591, 25.397583], [108.157449, 25.39417], [108.166967, 25.395359], [108.177275, 25.392757], [108.184166, 25.39822], [108.189076, 25.406819], [108.188046, 25.41033], [108.183375, 25.410973], [108.181325, 25.414732], [108.185289, 25.422009], [108.180913, 25.423382], [108.178102, 25.427684], [108.169003, 25.433925], [108.166429, 25.434024], [108.162002, 25.430328], [108.159328, 25.430943], [108.155711, 25.435658], [108.154681, 25.443672], [108.167849, 25.451503], [108.190814, 25.459662], [108.205074, 25.453257], [108.205188, 25.451794], [108.208766, 25.455174], [108.21677, 25.453087], [108.221557, 25.443211], [108.221219, 25.435096], [108.223122, 25.431051], [108.233116, 25.432003], [108.23833, 25.428537], [108.242484, 25.428641], [108.246484, 25.432052], [108.248708, 25.438001], [108.246867, 25.441982], [108.238663, 25.448371], [108.233855, 25.455905], [108.236857, 25.46543], [108.250415, 25.469651], [108.259624, 25.480204], [108.277195, 25.479747], [108.288684, 25.484041], [108.294225, 25.489998], [108.288508, 25.494799], [108.288148, 25.498431], [108.290757, 25.498644], [108.2939, 25.505366], [108.298785, 25.517873], [108.29848, 25.520685], [108.304171, 25.528339], [108.313304, 25.524326], [108.313066, 25.530513], [108.315683, 25.533844], [108.324893, 25.534263], [108.330326, 25.538132], [108.345473, 25.537828], [108.34901, 25.532965], [108.347624, 25.527268], [108.348891, 25.523232], [108.354979, 25.516733], [108.365141, 25.50833], [108.373753, 25.50516], [108.379929, 25.498152], [108.384167, 25.500981], [108.395546, 25.494056], [108.411316, 25.46458], [108.413074, 25.44792], [108.416335, 25.443368], [108.425057, 25.437771], [108.430126, 25.440364], [108.430727, 25.44525], [108.434575, 25.450348], [108.444385, 25.454576], [108.462988, 25.458622], [108.483645, 25.459779], [108.485695, 25.455048], [108.499959, 25.448197], [108.502709, 25.435572], [108.507468, 25.432003], [108.508419, 25.42891], [108.504374, 25.421296], [108.505088, 25.417251], [108.506754, 25.415823], [108.510085, 25.416061], [108.514208, 25.419153], [108.52115, 25.420287], [108.550083, 25.397346], [108.560611, 25.385387], [108.561317, 25.380902], [108.559168, 25.377978], [108.581407, 25.365938], [108.590647, 25.35232], [108.58585, 25.340708], [108.588277, 25.33476], [108.599951, 25.323545], [108.606215, 25.32112], [108.613981, 25.309624], [108.621336, 25.311616], [108.620902, 25.328916], [108.625153, 25.333723], [108.626179, 25.337523], [108.622278, 25.348442], [108.623585, 25.35586], [108.616952, 25.357392], [108.61344, 25.362951], [108.615741, 25.372753], [108.618623, 25.374095], [108.615733, 25.392028], [108.61145, 25.393218], [108.609785, 25.395835], [108.614543, 25.401546], [108.610952, 25.404518], [108.609643, 25.410275], [108.605304, 25.411155], [108.603004, 25.409633], [108.595184, 25.409512], [108.591048, 25.411253], [108.587351, 25.414319], [108.583968, 25.425277], [108.591581, 25.42969], [108.596227, 25.435034], [108.59672, 25.439538], [108.592748, 25.44369], [108.595032, 25.456036], [108.598601, 25.459605], [108.606019, 25.481273], [108.62051, 25.467396], [108.62687, 25.46658], [108.629264, 25.468298], [108.624799, 25.480598], [108.614572, 25.477647], [108.613819, 25.487295], [108.607034, 25.489858], [108.603416, 25.495135], [108.616232, 25.494858], [108.618492, 25.50207], [108.626633, 25.510513], [108.626671, 25.515773], [108.631171, 25.522732], [108.638706, 25.527454], [108.646082, 25.526192], [108.652715, 25.530112], [108.657841, 25.528454], [108.66284, 25.532397], [108.686431, 25.520477], [108.686675, 25.529443], [108.684598, 25.536967], [108.674774, 25.540268], [108.664929, 25.550312], [108.654873, 25.555097], [108.659653, 25.566153], [108.654379, 25.577651], [108.664173, 25.580768], [108.657638, 25.586507], [108.661198, 25.591052], [108.67101, 25.594171], [108.68309, 25.588754], [108.681511, 25.61876], [108.682868, 25.624942], [108.686691, 25.627063], [108.704069, 25.626247], [108.71425, 25.631124], [108.719266, 25.637182], [108.736868, 25.638339], [108.745927, 25.640744], [108.761717, 25.639113], [108.764883, 25.636098], [108.759685, 25.633326], [108.761082, 25.632072], [108.777785, 25.627267], [108.782569, 25.624474], [108.776478, 25.604423], [108.789794, 25.595512], [108.793075, 25.588457], [108.789759, 25.582276], [108.793244, 25.580184], [108.791827, 25.577309], [108.782561, 25.573487], [108.777095, 25.557099], [108.782371, 25.554536], [108.789199, 25.555461], [108.792476, 25.552721], [108.795579, 25.548129], [108.796112, 25.541515], [108.806965, 25.528499], [108.813304, 25.533464], [108.814398, 25.539726], [108.821268, 25.552123], [108.83158, 25.549187], [108.847501, 25.550163], [108.852325, 25.552123], [108.847187, 25.555599], [108.847636, 25.557738], [108.855789, 25.557637], [108.859516, 25.559154], [108.870417, 25.555139], [108.878362, 25.558801], [108.885593, 25.559439], [108.887514, 25.556369], [108.885115, 25.545513], [108.889143, 25.543374], [108.897669, 25.543338], [108.916478, 25.549282], [108.9265, 25.558305], [108.92874, 25.556898], [108.945834, 25.559695], [108.951678, 25.554385], [108.963868, 25.548447], [108.968529, 25.533851], [108.986706, 25.536637], [108.988262, 25.539394], [109.006733, 25.521602], [109.021949, 25.514008], [109.0246, 25.515534], [109.025924, 25.520022], [109.0385, 25.527808], [109.040709, 25.528792], [109.042554, 25.524107], [109.048855, 25.526069], [109.060531, 25.541652], [109.069307, 25.539184], [109.073247, 25.540162], [109.077369, 25.54271], [109.084224, 25.552457], [109.077748, 25.556147], [109.069273, 25.556495], [109.066079, 25.561415], [109.057376, 25.567926], [109.046368, 25.570155], [109.041047, 25.57977], [109.039812, 25.598538], [109.037419, 25.60877], [109.044125, 25.615583], [109.042242, 25.619753], [109.038027, 25.618622], [109.032288, 25.620914], [109.027263, 25.633017], [109.02691, 25.637689], [109.034296, 25.640319], [109.035803, 25.643787], [109.034748, 25.653134], [109.03912, 25.659919], [109.044698, 25.662783], [109.045904, 25.668964], [109.049975, 25.67198], [109.050879, 25.678161], [109.054196, 25.684191], [109.060056, 25.690231], [109.068719, 25.69537], [109.066821, 25.713939], [109.073636, 25.720457], [109.07373, 25.722572], [109.068202, 25.723059], [109.050007, 25.731072], [109.048267, 25.734017], [109.051124, 25.744545], [109.048833, 25.747219], [109.036708, 25.739974], [109.037188, 25.736751], [109.033496, 25.727341], [109.026785, 25.725333], [109.019719, 25.727028], [109.018991, 25.731031], [109.016841, 25.732215], [108.997741, 25.738059], [108.994132, 25.736513], [108.996753, 25.726859], [108.988291, 25.724722], [108.982148, 25.725018], [108.979365, 25.723193], [108.977403, 25.712489], [108.975094, 25.708675], [108.958311, 25.69384], [108.956804, 25.687508], [108.948361, 25.684644], [108.942064, 25.679442], [108.924794, 25.687233], [108.916653, 25.683951], [108.914787, 25.679695], [108.900542, 25.683076], [108.894598, 25.686392], [108.892627, 25.689451], [108.894539, 25.695046], [108.89116, 25.701803], [108.890529, 25.707122], [108.891356, 25.716404], [108.898308, 25.720525], [108.905997, 25.718565], [108.907353, 25.719922], [108.907345, 25.728506], [108.917522, 25.73522], [108.93554, 25.743793], [108.942613, 25.739604], [108.940004, 25.736982], [108.940043, 25.73454], [108.945372, 25.732381], [108.957603, 25.733874], [108.958494, 25.737424], [108.953165, 25.741567], [108.954315, 25.744603], [108.959466, 25.747443], [108.967659, 25.747813], [108.97434, 25.75354], [108.982423, 25.764323], [108.988597, 25.76575], [108.995515, 25.763351], [108.99526, 25.767088], [108.984914, 25.780623], [108.993521, 25.787039], [109.003389, 25.78279], [109.005651, 25.783544], [109.006555, 25.78475], [109.004143, 25.792288], [109.007342, 25.795184], [109.020914, 25.793581], [109.025856, 25.79603], [109.031501, 25.792041], [109.044852, 25.793371], [109.052084, 25.787749], [109.074888, 25.779469], [109.073984, 25.789558], [109.07725, 25.79412], [109.080951, 25.798063], [109.088077, 25.796926], [109.091075, 25.797926], [109.088791, 25.80278], [109.088934, 25.807777], [109.090504, 25.80949], [109.096607, 25.807224], [109.103093, 25.807541], [109.112917, 25.812283], [109.121306, 25.811526], [109.12505, 25.808373], [109.129214, 25.808522], [109.138959, 25.799007], [109.139188, 25.789645], [109.144238, 25.782914], [109.139952, 25.777626], [109.129052, 25.770186], [109.127209, 25.762969], [109.141216, 25.745206], [109.143537, 25.744243], [109.148513, 25.745117], [109.154072, 25.752527], [109.154279, 25.758332], [109.151911, 25.76158], [109.159033, 25.761806], [109.163744, 25.765375], [109.168154, 25.761965], [109.174136, 25.762608], [109.18728, 25.778685], [109.180876, 25.778938], [109.174166, 25.782079], [109.173452, 25.786362], [109.176593, 25.790359], [109.175879, 25.791644], [109.161901, 25.799085], [109.164913, 25.803648], [109.173021, 25.809294], [109.186995, 25.80312], [109.197292, 25.796781], [109.201978, 25.79149], [109.20195, 25.785362], [109.199854, 25.783092], [109.201305, 25.77973], [109.200612, 25.776432], [109.194904, 25.774755], [109.191132, 25.770777], [109.191291, 25.767855], [109.19389, 25.765584], [109.199166, 25.766834], [109.202302, 25.765698], [109.204849, 25.75362], [109.202568, 25.741606], [109.21584, 25.738788], [109.227018, 25.740591], [109.242059, 25.731577], [109.250404, 25.728969], [109.252076, 25.721249], [109.27543, 25.717475], [109.283098, 25.720117], [109.289816, 25.717416], [109.307395, 25.722979], [109.308823, 25.726049], [109.305119, 25.734387], [109.309278, 25.73632], [109.336803, 25.734869], [109.335684, 25.750584], [109.332885, 25.757376], [109.330581, 25.760133], [109.321756, 25.76461], [109.325786, 25.771429], [109.334637, 25.774369], [109.334637, 25.777082], [109.32393, 25.785505], [109.330915, 25.791694], [109.335061, 25.798223], [109.334917, 25.805822], [109.331835, 25.812824], [109.330563, 25.820972], [109.334091, 25.837515], [109.337882, 25.840707], [109.359907, 25.845039], [109.364761, 25.84975], [109.367188, 25.857032], [109.382546, 25.868223], [109.389681, 25.882661], [109.390302, 25.889396], [109.38606, 25.898778], [109.389321, 25.904365], [109.423156, 25.915994], [109.429342, 25.927838], [109.427579, 25.933841], [109.430797, 25.937722], [109.435231, 25.95632], [109.43308, 25.959216], [109.426008, 25.958825], [109.421515, 25.96556], [109.406276, 25.965681], [109.400586, 25.968137], [109.40655, 25.971061], [109.419008, 25.973219], [109.425778, 25.978358], [109.428559, 25.983066], [109.440379, 25.990081], [109.446377, 25.990856], [109.452092, 25.994606], [109.457349, 25.999263], [109.456771, 26.00334], [109.467814, 26.009131], [109.474331, 26.01578], [109.478335, 26.027561], [109.478702, 26.033865], [109.490149, 26.034439], [109.492619, 26.025607], [109.495197, 26.022266], [109.506437, 26.01527], [109.508042, 26.006761], [109.515152, 26.002712], [109.53285, 25.998105], [109.542842, 26.005112], [109.541543, 26.013944], [109.54315, 26.025631], [109.553894, 26.028051], [109.560501, 26.026071], [109.566957, 26.021438], [109.567965, 26.017851], [109.573392, 26.013532], [109.57897, 26.018821], [109.579907, 26.023641], [109.597981, 26.028285], [109.610803, 26.040654], [109.611647, 26.046623], [109.621046, 26.052971], [109.628142, 26.0554], [109.63482, 26.054838], [109.648616, 26.049728], [109.649521, 26.045499], [109.645453, 26.024388], [109.649798, 26.017586], [109.660477, 26.015673], [109.674461, 26.021888], [109.679619, 26.021823], [109.680861, 26.015657], [109.694282, 26.000154], [109.699566, 26.000744], [109.699848, 26.003081], [109.695996, 26.010422], [109.704218, 26.01713], [109.706705, 26.014832], [109.707164, 26.011619], [109.711826, 26.008388], [109.719642, 26.006285], [109.726098, 25.994676], [109.714759, 25.975859], [109.710788, 25.966163], [109.706404, 25.964012], [109.704624, 25.955754], [109.694017, 25.959179], [109.691366, 25.96306], [109.686988, 25.96306], [109.689653, 25.94669], [109.687749, 25.943073], [109.678166, 25.937264], [109.674481, 25.925568], [109.679819, 25.919033], [109.689238, 25.911371], [109.687319, 25.905768], [109.682933, 25.906325], [109.676723, 25.903784], [109.674603, 25.89835], [109.675108, 25.893784], [109.680043, 25.885958], [109.690489, 25.881607], [109.706359, 25.891265], [109.709365, 25.891284], [109.712268, 25.888206], [109.716308, 25.887441], [109.742314, 25.893227], [109.762362, 25.893576], [109.761976, 25.882505], [109.760481, 25.88007], [109.766095, 25.878122], [109.776836, 25.869785], [109.779501, 25.871308], [109.779882, 25.874544], [109.78407, 25.878732], [109.80006, 25.880445], [109.803486, 25.884824], [109.807341, 25.883522], [109.811917, 25.884681], [109.810997, 25.891497], [109.815706, 25.904174], [109.826564, 25.911853], [109.823415, 25.923197], [109.813982, 25.932085], [109.814717, 25.936791], [109.806341, 25.953733], [109.80592, 25.960268], [109.809958, 25.964202], [109.806722, 25.972769], [109.810339, 25.97905], [109.801963, 25.980954], [109.798727, 25.985903], [109.781999, 25.989784], [109.781053, 25.996464], [109.785891, 26.017704], [109.790232, 26.018935], [109.796747, 26.034911], [109.80811, 26.048036], [109.811738, 26.048262], [109.821283, 26.038679], [109.840755, 26.033209], [109.861764, 26.031011], [109.86755, 26.034637], [109.879125, 26.04764], [109.884612, 26.056487], [109.887073, 26.083301], [109.890479, 26.087934], [109.889527, 26.09612], [109.892002, 26.100688], [109.899236, 26.107732], [109.898224, 26.113949], [109.904946, 26.125815], [109.903614, 26.131145], [109.904185, 26.142186], [109.90705, 26.148127], [109.908339, 26.155803], [109.931653, 26.168778], [109.945764, 26.181793], [109.965132, 26.203998], [109.973026, 26.19993], [109.977728, 26.193785], [109.978771, 26.18739], [109.980636, 26.185932], [109.990596, 26.184812], [109.999922, 26.189277], [110.012075, 26.187824], [110.021805, 26.173655], [110.022339, 26.168766], [110.023973, 26.167952], [110.04118, 26.166467], [110.043749, 26.173756], [110.047573, 26.175761], [110.055048, 26.17315], [110.059498, 26.1698], [110.065739, 26.168894], [110.071456, 26.169952], [110.077917, 26.176038], [110.093138, 26.172702], [110.088862, 26.163646], [110.087115, 26.154041], [110.096574, 26.136687], [110.091302, 26.130406], [110.088859, 26.121859], [110.076273, 26.102219], [110.068132, 26.080838], [110.070264, 26.069262], [110.069943, 26.061147], [110.058066, 26.041433], [110.064381, 26.044839], [110.080681, 26.045352], [110.08053, 26.041282], [110.085957, 26.039925], [110.089999, 26.041225], [110.094916, 26.027624], [110.101099, 26.022689], [110.103818, 26.024157], [110.114751, 26.039348], [110.119478, 26.04047], [110.13159, 26.032079], [110.131839, 26.029441], [110.139273, 26.02234], [110.143463, 26.020856], [110.153804, 26.020773], [110.159743, 26.025225], [110.16234, 26.03573], [110.165393, 26.039548], [110.16426, 26.045003], [110.168491, 26.051943], [110.174197, 26.056085], [110.175743, 26.05906], [110.17967, 26.059536], [110.181191, 26.064997], [110.185481, 26.070809], [110.188365, 26.071639], [110.190853, 26.06596], [110.202988, 26.060963], [110.207571, 26.048181], [110.225053, 26.040646], [110.226307, 26.034789], [110.229162, 26.034551], [110.232494, 26.038358], [110.235825, 26.038239], [110.236182, 26.035265], [110.23297, 26.027532], [110.236952, 26.023958], [110.241779, 26.022335], [110.243861, 26.019425], [110.23749, 26.016467], [110.246057, 26.015634], [110.24332, 26.011827], [110.243558, 26.006593], [110.240231, 26.005157], [110.243201, 26.002666], [110.247603, 26.004808], [110.247421, 25.998749], [110.255895, 25.994943], [110.25328, 25.990305], [110.248553, 25.990251], [110.245596, 25.985038], [110.245259, 25.974035], [110.261819, 25.964668], [110.265143, 25.968576], [110.274039, 25.970562], [110.291871, 25.96847], [110.294888, 25.973045], [110.303359, 25.970477], [110.318615, 25.976398], [110.319807, 25.97788], [110.317791, 25.985388], [110.326617, 25.98635], [110.332998, 25.997609], [110.342626, 26.017362], [110.34337, 26.025095], [110.345704, 26.026081], [110.348426, 26.030449], [110.347831, 26.036101], [110.351941, 26.039274], [110.356354, 26.047252], [110.355653, 26.053845], [110.352071, 26.061959], [110.352333, 26.067323], [110.360794, 26.077318], [110.371102, 26.076235], [110.372683, 26.084601], [110.372668, 26.101018], [110.374794, 26.103185], [110.37921, 26.104213], [110.387494, 26.115464], [110.395104, 26.119635], [110.399629, 26.119614], [110.409415, 26.127032], [110.419907, 26.138334], [110.421975, 26.146452], [110.431959, 26.155503], [110.474533, 26.185723], [110.475774, 26.186367], [110.485313, 26.182081], [110.483843, 26.17596], [110.491861, 26.169316], [110.497316, 26.172179], [110.499289, 26.179585], [110.50666, 26.187196], [110.513501, 26.190765], [110.518706, 26.200432], [110.52646, 26.2052], [110.528255, 26.214477], [110.532562, 26.219999], [110.539022, 26.222596], [110.541906, 26.230621], [110.547369, 26.234502], [110.551834, 26.247271], [110.551941, 26.251676], [110.548301, 26.254565], [110.549044, 26.259621], [110.544738, 26.262235], [110.542632, 26.266609], [110.543205, 26.279495], [110.545726, 26.283187], [110.551205, 26.290514], [110.564313, 26.292466], [110.583002, 26.302005], [110.592863, 26.317471], [110.609558, 26.336712], [110.615269, 26.34012], [110.617954, 26.340024], [110.619355, 26.335227], [110.616985, 26.325267], [110.635966, 26.315576], [110.638427, 26.311492], [110.6436, 26.31137], [110.660084, 26.317259], [110.660813, 26.320674], [110.663683, 26.322502], [110.679498, 26.320352], [110.702719, 26.30754], [110.702397, 26.302346], [110.708711, 26.298509], [110.720961, 26.298294], [110.724363, 26.300194], [110.726237, 26.303455], [110.72056, 26.310882], [110.730812, 26.313897], [110.735511, 26.322683], [110.743359, 26.319617], [110.744163, 26.317603], [110.74227, 26.313294], [110.750712, 26.308922], [110.751315, 26.306811], [110.748201, 26.305565], [110.745597, 26.294332], [110.741113, 26.286322], [110.737785, 26.283516], [110.73443, 26.274849], [110.737897, 26.267764], [110.743325, 26.266557], [110.7483, 26.260979], [110.754632, 26.260678], [110.754934, 26.251029], [110.756592, 26.250124], [110.763457, 26.254507], [110.764449, 26.258204], [110.771568, 26.264879], [110.77297, 26.264519], [110.772121, 26.257512], [110.77408, 26.256758], [110.776191, 26.257813], [110.780111, 26.267914], [110.785237, 26.264145], [110.793422, 26.271113], [110.796343, 26.269845], [110.796092, 26.267462], [110.798504, 26.264145], [110.803178, 26.261432], [110.808304, 26.260828], [110.812792, 26.263036], [110.82467, 26.258168], [110.832283, 26.257572], [110.839027, 26.260981], [110.856502, 26.274637], [110.867133, 26.273092], [110.888083, 26.277979], [110.891374, 26.280729], [110.893835, 26.278695], [110.911581, 26.278211], [110.92002, 26.264724], [110.916474, 26.258207], [110.923003, 26.256931], [110.934371, 26.291266], [110.930238, 26.297343], [110.932389, 26.302421], [110.930974, 26.310253], [110.921493, 26.321869], [110.923926, 26.323913], [110.93746, 26.327969], [110.941518, 26.335044], [110.942067, 26.353676], [110.939756, 26.355973], [110.944767, 26.361045], [110.943035, 26.371435], [110.940025, 26.376374], [110.950416, 26.383901], [110.968144, 26.38852], [110.971695, 26.387146], [110.97916, 26.380148], [110.978018, 26.373676], [110.984615, 26.366443], [111.002481, 26.361547], [110.996395, 26.345851], [110.998273, 26.342829], [111.006285, 26.339886]], [[105.094214, 24.925178], [105.097166, 24.927776], [105.095545, 24.931915], [105.083016, 24.923579], [105.078258, 24.917678], [105.085579, 24.917483], [105.094214, 24.925178]]]] + } + }, { + "type": "Feature", + "properties": { + "name": "海南省", + "province_adcode": 460000, + "province_type": "省", + "name_en": "Hainan", + "name_var": "Hǎi Nán", + "adcode": 460000 + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [[[[112.043812, 3.838121], [112.0137, 3.837902], [112.010061, 3.8395], [112.007556, 3.842819], [112.006572, 3.850786], [112.007198, 3.864998], [112.009159, 3.868941], [112.017466, 3.874921], [112.03257, 3.879796], [112.04815, 3.877193], [112.0562, 3.862942], [112.056917, 3.858158], [112.050794, 3.841004], [112.043812, 3.838121]]], [[[112.245034, 3.860739], [112.23987, 3.860624], [112.22888, 3.865908], [112.219521, 3.874739], [112.217682, 3.881473], [112.2199, 3.889717], [112.226196, 3.901327], [112.238968, 3.907699], [112.253471, 3.904755], [112.259943, 3.899071], [112.261204, 3.895361], [112.262313, 3.873453], [112.255485, 3.865983], [112.245034, 3.860739]]], [[[112.259308, 3.938894], [112.255285, 3.93887], [112.245895, 3.943048], [112.244479, 3.946206], [112.245278, 3.965329], [112.254862, 3.974602], [112.265281, 3.976533], [112.277459, 3.970238], [112.280836, 3.961185], [112.280608, 3.948746], [112.271281, 3.940784], [112.259308, 3.938894]]], [[[112.617049, 4.943974], [112.606134, 4.941224], [112.599091, 4.941224], [112.589199, 4.945518], [112.58188, 4.954237], [112.579457, 4.97151], [112.580044, 4.976983], [112.583539, 4.984297], [112.592421, 4.99191], [112.599519, 4.995232], [112.616419, 4.995387], [112.625054, 4.993774], [112.637275, 4.987826], [112.638085, 4.981894], [112.636229, 4.963349], [112.63289, 4.95633], [112.626676, 4.94862], [112.617049, 4.943974]]], [[[112.491689, 5.000835], [112.471834, 5.002507], [112.465704, 5.006653], [112.461036, 5.013495], [112.458336, 5.030806], [112.460578, 5.036792], [112.467007, 5.042224], [112.473672, 5.0442], [112.488947, 5.042694], [112.49476, 5.03554], [112.501359, 5.013906], [112.502233, 5.006268], [112.495905, 5.001601], [112.491689, 5.000835]]], [[[112.669655, 4.998343], [112.659634, 4.997374], [112.652628, 4.999059], [112.637231, 5.00645], [112.618151, 5.022664], [112.612878, 5.029328], [112.610086, 5.03366], [112.610139, 5.043791], [112.618586, 5.0487], [112.622299, 5.04841], [112.643756, 5.038701], [112.658473, 5.026534], [112.669641, 5.014646], [112.673667, 5.007957], [112.674065, 5.003564], [112.669655, 4.998343]]], [[[112.939448, 4.992918], [112.935063, 4.991294], [112.907689, 4.992416], [112.903056, 4.994142], [112.906868, 5.039488], [112.910031, 5.044451], [112.924845, 5.051474], [112.933748, 5.052508], [112.948356, 5.049263], [112.951622, 5.046616], [112.954295, 5.039488], [112.954727, 5.021783], [112.939448, 4.992918]]], [[[112.584829, 5.074318], [112.565136, 5.073102], [112.562226, 5.075983], [112.556024, 5.093906], [112.55296, 5.110736], [112.555104, 5.115221], [112.572729, 5.121869], [112.597425, 5.121021], [112.607145, 5.111591], [112.609477, 5.104113], [112.6067, 5.093009], [112.589852, 5.07623], [112.584829, 5.074318]]], [[[112.714551, 5.063668], [112.678397, 5.049972], [112.672633, 5.04998], [112.651857, 5.056808], [112.64882, 5.061559], [112.646806, 5.108017], [112.650526, 5.114318], [112.67424, 5.122422], [112.679808, 5.11959], [112.714625, 5.076914], [112.715997, 5.069872], [112.714551, 5.063668]]], [[[112.653827, 5.355339], [112.635993, 5.349105], [112.617078, 5.351047], [112.6077, 5.369014], [112.60862, 5.389488], [112.619827, 5.402911], [112.641219, 5.410697], [112.670257, 5.412897], [112.686643, 5.40787], [112.686863, 5.387271], [112.680798, 5.37289], [112.653827, 5.355339]]], [[[112.616726, 5.463861], [112.613395, 5.462839], [112.610231, 5.466658], [112.602385, 5.518703], [112.579037, 5.562734], [112.57974, 5.567758], [112.589011, 5.577463], [112.599865, 5.577023], [112.606896, 5.574298], [112.612093, 5.569984], [112.635438, 5.516347], [112.638427, 5.490689], [112.635217, 5.481233], [112.616726, 5.463861]]], [[[112.381353, 5.616504], [112.3682, 5.610435], [112.357921, 5.610994], [112.353544, 5.612474], [112.346716, 5.619803], [112.345782, 5.622749], [112.353442, 5.63916], [112.355947, 5.641342], [112.380842, 5.644173], [112.383334, 5.641843], [112.386943, 5.627067], [112.386025, 5.621287], [112.381353, 5.616504]]], [[[112.5517, 5.619612], [112.545351, 5.61667], [112.540765, 5.617565], [112.528312, 5.62888], [112.520486, 5.645483], [112.518907, 5.657201], [112.524363, 5.688253], [112.527483, 5.692098], [112.536542, 5.694378], [112.542868, 5.693835], [112.552383, 5.686698], [112.557355, 5.678225], [112.562099, 5.653182], [112.5617, 5.631676], [112.5517, 5.619612]]], [[[112.490876, 5.735607], [112.488079, 5.734628], [112.473136, 5.736708], [112.469046, 5.738081], [112.468082, 5.740447], [112.469769, 5.761514], [112.473496, 5.772181], [112.47858, 5.774944], [112.491786, 5.777178], [112.493862, 5.776132], [112.494304, 5.764841], [112.49271, 5.73783], [112.490876, 5.735607]]], [[[112.55868, 5.76032], [112.54452, 5.758748], [112.532649, 5.761717], [112.527437, 5.767726], [112.524342, 5.77913], [112.523229, 5.795495], [112.524874, 5.802232], [112.533898, 5.814074], [112.548405, 5.823169], [112.553857, 5.823672], [112.557653, 5.821898], [112.5669, 5.798002], [112.56648, 5.778339], [112.563294, 5.7658], [112.55868, 5.76032]]], [[[112.562787, 5.953632], [112.549062, 5.943842], [112.530642, 5.952426], [112.534618, 5.97136], [112.550156, 5.979949], [112.571363, 5.972592], [112.562787, 5.953632]]], [[[113.234895, 6.290253], [113.226064, 6.286478], [113.219455, 6.291171], [113.215186, 6.297059], [113.213021, 6.307694], [113.214426, 6.31481], [113.220279, 6.323301], [113.226676, 6.327371], [113.239321, 6.327166], [113.244028, 6.319107], [113.245997, 6.306629], [113.243381, 6.297144], [113.234895, 6.290253]]], [[[113.606658, 6.922903], [113.603854, 6.921669], [113.575807, 6.922118], [113.572213, 6.92425], [113.570867, 6.940068], [113.574792, 6.950391], [113.584774, 6.959254], [113.591849, 6.96318], [113.600937, 6.962956], [113.608516, 6.959139], [113.617091, 6.948595], [113.619105, 6.943771], [113.619332, 6.937601], [113.617092, 6.930757], [113.606658, 6.922903]]], [[[114.850903, 7.187818], [114.829713, 7.184756], [114.815981, 7.194354], [114.815633, 7.197334], [114.816545, 7.204227], [114.820399, 7.213767], [114.829071, 7.229406], [114.847283, 7.244953], [114.850313, 7.245785], [114.863437, 7.243382], [114.866241, 7.240746], [114.867257, 7.232499], [114.865842, 7.200301], [114.863099, 7.194691], [114.85671, 7.188969], [114.850903, 7.187818]]], [[[113.832608, 7.385398], [113.847465, 7.384404], [113.853887, 7.377626], [113.853683, 7.375383], [113.83796, 7.366794], [113.824402, 7.363737], [113.799352, 7.368145], [113.787451, 7.373013], [113.787808, 7.374644], [113.797033, 7.379332], [113.807533, 7.378569], [113.821497, 7.382289], [113.824912, 7.384939], [113.832608, 7.385398]]], [[[114.985794, 7.477852], [114.977484, 7.47783], [114.960878, 7.483443], [114.956719, 7.4865], [114.945295, 7.510513], [114.946919, 7.515791], [114.958568, 7.522487], [114.982609, 7.530831], [115.009856, 7.527412], [115.012922, 7.524454], [115.014269, 7.508707], [115.01088, 7.490465], [115.008124, 7.486139], [114.985794, 7.477852]]], [[[109.933722, 7.535527], [109.945121, 7.524478], [109.94669, 7.514712], [109.935495, 7.505985], [109.907435, 7.509724], [109.845742, 7.521278], [109.802336, 7.526145], [109.788188, 7.525953], [109.727018, 7.517916], [109.705667, 7.512276], [109.650508, 7.480885], [109.567946, 7.374995], [109.509574, 7.321565], [109.483042, 7.308864], [109.475587, 7.307515], [109.463602, 7.311098], [109.460417, 7.316186], [109.460191, 7.345814], [109.462917, 7.354877], [109.532268, 7.450152], [109.603622, 7.521955], [109.649404, 7.561007], [109.678624, 7.572253], [109.71862, 7.5772], [109.777406, 7.576751], [109.812772, 7.574063], [109.845881, 7.567658], [109.90123, 7.553174], [109.922387, 7.543728], [109.933722, 7.535527]]], [[[111.551098, 7.5261], [111.538699, 7.526017], [111.534774, 7.545688], [111.539483, 7.567837], [111.559147, 7.604084], [111.562676, 7.607337], [111.585058, 7.611277], [111.602634, 7.608908], [111.608089, 7.60088], [111.608089, 7.593823], [111.590134, 7.560834], [111.579216, 7.54477], [111.562152, 7.529892], [111.551098, 7.5261]]], [[[114.679108, 7.564236], [114.667856, 7.565685], [114.661615, 7.573135], [114.660401, 7.583967], [114.661976, 7.591437], [114.670221, 7.609207], [114.674055, 7.611907], [114.699984, 7.616466], [114.714391, 7.613537], [114.720309, 7.608293], [114.7201, 7.601022], [114.71759, 7.59332], [114.684041, 7.566084], [114.679108, 7.564236]]], [[[113.789803, 7.601332], [113.780631, 7.600895], [113.769275, 7.603189], [113.764362, 7.608647], [113.760977, 7.622078], [113.762397, 7.633542], [113.765018, 7.638347], [113.774081, 7.64457], [113.787947, 7.648719], [113.809456, 7.649374], [113.827254, 7.646208], [113.831731, 7.639002], [113.832605, 7.632232], [113.833041, 7.626881], [113.829656, 7.617711], [113.810767, 7.604389], [113.789803, 7.601332]]], [[[111.697991, 7.646772], [111.683547, 7.64437], [111.671771, 7.645304], [111.66616, 7.652733], [111.668151, 7.685412], [111.672484, 7.696428], [111.686817, 7.713296], [111.704626, 7.726564], [111.722035, 7.731699], [111.739771, 7.725189], [111.742225, 7.721834], [111.745196, 7.705586], [111.73383, 7.683144], [111.702966, 7.650248], [111.697991, 7.646772]]], [[[110.477757, 7.782711], [110.466021, 7.782371], [110.461303, 7.784595], [110.456915, 7.794381], [110.458181, 7.807103], [110.481149, 7.829236], [110.487974, 7.829345], [110.506058, 7.821595], [110.508726, 7.814714], [110.507783, 7.807321], [110.483887, 7.784899], [110.477757, 7.782711]]], [[[111.576137, 7.771019], [111.569231, 7.775971], [111.549417, 7.809396], [111.550816, 7.814981], [111.57895, 7.850768], [111.599593, 7.863284], [111.605127, 7.863463], [111.608738, 7.860547], [111.615495, 7.847479], [111.615391, 7.84225], [111.597085, 7.799341], [111.580893, 7.77304], [111.576137, 7.771019]]], [[[112.925259, 7.82939], [112.910503, 7.827695], [112.894064, 7.829165], [112.889022, 7.836849], [112.887761, 7.845962], [112.888957, 7.855726], [112.90126, 7.864208], [112.91595, 7.868885], [112.92763, 7.869153], [112.930378, 7.863719], [112.931371, 7.84796], [112.930188, 7.838573], [112.925259, 7.82939]]], [[[111.702978, 7.887887], [111.660816, 7.88852], [111.636797, 7.905309], [111.634488, 7.908799], [111.647456, 7.934227], [111.651707, 7.935918], [111.682896, 7.937441], [111.709166, 7.928965], [111.711966, 7.926714], [111.720615, 7.910313], [111.710959, 7.891106], [111.702978, 7.887887]]], [[[109.984582, 7.814192], [109.972847, 7.813279], [109.944429, 7.81733], [109.933048, 7.825555], [109.932752, 7.850009], [109.936574, 7.872507], [109.943299, 7.883155], [109.949198, 7.890302], [110.029176, 7.945986], [110.052896, 7.954745], [110.074025, 7.950879], [110.077563, 7.942047], [110.078617, 7.932665], [110.078908, 7.897987], [110.07242, 7.879418], [110.055533, 7.854843], [110.046317, 7.847866], [109.984582, 7.814192]]], [[[114.054575, 7.53911], [113.982951, 7.537666], [113.974138, 7.53925], [113.926569, 7.560118], [113.915278, 7.568477], [113.893944, 7.600695], [113.892813, 7.608616], [113.894396, 7.619221], [113.902318, 7.632759], [113.91738, 7.64057], [113.989979, 7.659029], [114.024734, 7.671248], [114.051738, 7.687813], [114.079446, 7.714418], [114.090678, 7.722284], [114.167552, 7.767505], [114.203387, 7.783969], [114.260053, 7.868203], [114.264124, 7.872279], [114.410443, 7.954217], [114.435315, 7.965188], [114.468481, 7.970634], [114.507384, 7.968228], [114.529227, 7.956738], [114.536875, 7.947282], [114.551246, 7.892942], [114.550551, 7.880942], [114.536604, 7.863618], [114.460006, 7.816375], [114.42966, 7.788958], [114.415877, 7.767031], [114.403589, 7.684623], [114.399527, 7.677175], [114.364253, 7.63989], [114.286048, 7.61867], [114.153306, 7.562694], [114.054575, 7.53911]]], [[[114.900526, 7.951406], [114.8963, 7.951069], [114.879891, 7.956634], [114.865988, 7.976455], [114.864514, 7.985555], [114.865989, 7.994656], [114.879481, 8.013657], [114.893855, 8.014488], [114.904762, 8.012238], [114.910461, 8.009404], [114.917104, 7.99328], [114.918567, 7.982572], [114.916311, 7.974491], [114.903619, 7.953045], [114.900526, 7.951406]]], [[[113.966417, 7.946448], [113.958006, 7.943014], [113.945042, 7.943319], [113.931468, 7.945779], [113.912045, 7.956227], [113.900933, 7.965442], [113.892893, 7.982086], [113.890573, 8.006787], [113.892177, 8.014526], [113.896918, 8.019542], [113.902563, 8.021774], [113.927015, 8.02324], [113.935797, 8.02009], [113.965516, 7.976664], [113.967369, 7.9671], [113.966417, 7.946448]]], [[[110.636962, 7.987072], [110.633878, 7.986168], [110.609557, 7.989678], [110.606019, 7.992912], [110.605348, 8.0128], [110.606594, 8.019708], [110.615007, 8.038429], [110.618971, 8.042967], [110.630904, 8.042663], [110.634209, 8.041477], [110.636835, 8.037262], [110.639538, 8.007087], [110.63886, 7.99079], [110.636962, 7.987072]]], [[[111.99057, 8.04906], [111.982934, 8.048007], [111.960833, 8.049207], [111.945123, 8.052756], [111.930321, 8.059984], [111.922854, 8.066841], [111.921137, 8.072656], [111.922612, 8.090675], [111.934566, 8.102466], [111.950231, 8.108118], [111.973716, 8.108307], [112.008695, 8.094924], [112.011732, 8.0906], [112.013438, 8.064005], [111.99057, 8.04906]]], [[[114.109339, 8.079512], [114.105117, 8.078604], [114.096575, 8.080476], [114.09727, 8.102645], [114.104523, 8.10993], [114.118647, 8.117048], [114.129077, 8.115144], [114.130979, 8.110398], [114.128033, 8.092368], [114.109339, 8.079512]]], [[[113.228401, 8.068686], [113.225929, 8.068013], [113.218143, 8.07163], [113.217665, 8.077892], [113.233685, 8.099254], [113.258803, 8.119516], [113.265261, 8.12166], [113.276642, 8.118845], [113.278731, 8.116653], [113.278938, 8.112643], [113.228401, 8.068686]]], [[[114.526219, 8.105152], [114.516864, 8.104998], [114.50994, 8.108732], [114.50564, 8.113472], [114.503819, 8.121981], [114.505519, 8.127884], [114.508429, 8.13138], [114.546573, 8.144558], [114.558496, 8.152317], [114.592196, 8.160067], [114.612037, 8.157847], [114.620688, 8.151359], [114.619904, 8.14207], [114.614791, 8.134698], [114.591891, 8.122615], [114.569698, 8.115675], [114.526219, 8.105152]]], [[[114.812421, 8.117442], [114.808047, 8.112235], [114.784106, 8.11303], [114.773133, 8.115824], [114.770104, 8.126057], [114.77428, 8.134527], [114.774557, 8.153887], [114.782491, 8.161052], [114.787821, 8.162792], [114.803134, 8.162567], [114.80644, 8.159707], [114.814479, 8.143104], [114.815304, 8.131138], [114.812421, 8.117442]]], [[[110.485317, 8.070911], [110.474446, 8.069774], [110.467307, 8.073726], [110.457983, 8.105112], [110.455825, 8.117925], [110.457669, 8.12987], [110.564498, 8.174449], [110.574427, 8.177038], [110.586669, 8.176812], [110.591168, 8.174923], [110.596114, 8.158778], [110.59211, 8.145316], [110.578555, 8.123435], [110.550616, 8.095469], [110.510085, 8.07683], [110.485317, 8.070911]]], [[[114.692825, 8.216072], [114.704516, 8.212648], [114.722678, 8.212378], [114.726562, 8.210432], [114.738532, 8.199297], [114.737675, 8.191306], [114.71489, 8.185726], [114.703774, 8.184906], [114.687311, 8.18687], [114.668937, 8.205041], [114.666138, 8.212169], [114.672865, 8.21825], [114.684244, 8.220145], [114.692825, 8.216072]]], [[[113.380841, 8.238025], [113.345136, 8.174049], [113.311812, 8.13474], [113.294991, 8.118878], [113.285782, 8.114879], [113.284444, 8.120975], [113.285373, 8.123578], [113.30437, 8.146753], [113.326762, 8.180891], [113.338219, 8.195359], [113.333074, 8.201429], [113.327889, 8.198805], [113.306218, 8.179368], [113.275432, 8.135263], [113.270414, 8.124502], [113.26704, 8.123593], [113.263801, 8.125264], [113.26144, 8.127945], [113.264256, 8.134185], [113.271866, 8.145105], [113.289569, 8.177939], [113.312987, 8.204984], [113.347015, 8.235712], [113.348683, 8.239823], [113.351595, 8.265026], [113.348954, 8.274819], [113.345138, 8.280214], [113.349356, 8.30571], [113.352907, 8.309875], [113.367362, 8.312361], [113.370677, 8.310994], [113.380049, 8.297249], [113.381527, 8.291019], [113.380841, 8.238025]]], [[[115.435631, 8.323464], [115.42593, 8.324598], [115.416829, 8.331123], [115.415339, 8.335823], [115.421358, 8.358819], [115.426159, 8.362828], [115.432213, 8.363978], [115.442559, 8.359423], [115.444861, 8.356559], [115.445473, 8.351058], [115.444907, 8.334697], [115.440559, 8.325488], [115.435631, 8.323464]]], [[[115.238744, 8.365471], [115.243076, 8.364942], [115.249945, 8.367527], [115.26338, 8.368593], [115.272692, 8.365102], [115.276601, 8.360736], [115.276838, 8.35671], [115.270742, 8.351193], [115.258707, 8.345256], [115.253948, 8.345266], [115.240971, 8.349771], [115.197935, 8.354811], [115.190257, 8.357118], [115.181387, 8.366381], [115.177943, 8.37218], [115.175993, 8.383258], [115.177609, 8.387928], [115.180886, 8.389462], [115.196015, 8.39121], [115.198547, 8.389813], [115.204752, 8.377434], [115.209822, 8.372587], [115.238744, 8.365471]]], [[[112.965271, 8.404983], [112.950978, 8.405095], [112.944487, 8.407983], [112.940898, 8.41199], [112.941548, 8.427974], [112.945046, 8.434525], [112.951206, 8.438941], [112.960419, 8.441269], [112.975294, 8.43905], [112.97919, 8.435397], [112.981137, 8.430985], [112.980209, 8.424835], [112.974346, 8.411564], [112.965271, 8.404983]]], [[[115.281065, 8.482871], [115.267026, 8.47911], [115.255333, 8.488068], [115.253828, 8.511627], [115.258056, 8.517932], [115.274652, 8.523783], [115.291995, 8.512872], [115.292841, 8.507772], [115.285965, 8.48741], [115.281065, 8.482871]]], [[[115.528639, 8.46121], [115.520684, 8.461015], [115.517939, 8.462311], [115.506496, 8.488119], [115.505478, 8.492666], [115.508334, 8.519803], [115.529459, 8.526012], [115.555001, 8.525078], [115.558509, 8.520586], [115.565086, 8.492217], [115.556931, 8.468037], [115.55041, 8.46323], [115.528639, 8.46121]]], [[[111.483544, 8.522674], [111.461517, 8.521439], [111.458818, 8.524118], [111.458794, 8.526754], [111.470156, 8.546251], [111.473351, 8.549108], [111.484754, 8.552379], [111.504845, 8.552654], [111.507109, 8.54971], [111.507007, 8.544441], [111.505076, 8.54159], [111.492703, 8.526033], [111.483544, 8.522674]]], [[[111.919547, 8.641971], [111.917807, 8.642555], [111.91867, 8.64623], [111.922596, 8.646438], [111.919547, 8.641971]]], [[[111.679926, 8.627145], [111.67116, 8.624488], [111.661329, 8.624887], [111.653625, 8.629138], [111.648578, 8.635248], [111.646053, 8.64375], [111.645521, 8.653182], [111.648445, 8.665667], [111.657743, 8.678952], [111.668104, 8.681475], [111.692944, 8.680944], [111.705166, 8.677225], [111.708753, 8.673372], [111.71287, 8.660354], [111.713401, 8.651853], [111.679926, 8.627145]]], [[[114.231701, 8.76839], [114.237226, 8.759613], [114.243395, 8.739818], [114.245211, 8.732449], [114.244706, 8.726345], [114.235146, 8.719665], [114.231269, 8.720166], [114.228941, 8.72414], [114.219607, 8.758386], [114.21644, 8.762228], [114.21058, 8.76247], [114.208155, 8.760277], [114.20741, 8.756221], [114.218852, 8.729101], [114.222039, 8.715241], [114.211405, 8.710647], [114.206076, 8.714256], [114.196839, 8.729736], [114.193637, 8.739648], [114.190921, 8.75692], [114.190533, 8.774436], [114.193399, 8.782339], [114.202495, 8.788772], [114.207867, 8.789446], [114.217872, 8.786626], [114.231701, 8.76839]]], [[[113.99957, 8.792095], [113.975932, 8.792521], [113.970916, 8.794816], [113.958077, 8.814288], [113.950593, 8.831974], [113.950594, 8.839797], [113.952805, 8.843962], [113.964113, 8.846344], [113.973296, 8.843368], [113.981289, 8.833674], [113.988432, 8.820921], [114.000845, 8.809272], [114.007562, 8.800513], [114.007478, 8.796092], [114.005352, 8.793711], [113.99957, 8.792095]]], [[[112.227556, 8.8277], [112.211105, 8.827254], [112.208557, 8.828657], [112.203281, 8.837307], [112.205978, 8.844104], [112.21444, 8.853126], [112.219489, 8.857499], [112.22413, 8.858671], [112.231869, 8.858403], [112.236537, 8.854754], [112.237244, 8.842937], [112.231488, 8.829363], [112.227556, 8.8277]]], [[[112.599799, 8.859189], [112.61192, 8.847819], [112.631796, 8.839841], [112.640586, 8.827454], [112.638705, 8.822219], [112.635552, 8.820607], [112.607412, 8.816794], [112.566471, 8.817482], [112.55764, 8.820117], [112.545097, 8.826531], [112.534744, 8.83992], [112.533545, 8.843924], [112.533134, 8.848413], [112.53668, 8.854358], [112.539874, 8.856442], [112.546511, 8.854309], [112.552983, 8.856297], [112.594032, 8.86112], [112.599799, 8.859189]]], [[[114.047001, 8.779046], [114.043104, 8.778757], [114.032756, 8.782795], [114.030863, 8.785714], [114.027027, 8.808319], [114.010481, 8.83759], [113.992702, 8.849146], [113.985497, 8.858997], [113.974676, 8.869314], [113.972752, 8.874805], [113.975591, 8.879817], [113.98563, 8.880568], [114.00973, 8.86881], [114.036878, 8.845892], [114.047229, 8.833433], [114.055655, 8.818126], [114.059365, 8.80156], [114.052518, 8.783113], [114.047001, 8.779046]]], [[[112.19514, 8.85332], [112.187082, 8.85412], [112.178594, 8.85984], [112.17601, 8.863901], [112.177486, 8.868452], [112.18819, 8.876879], [112.19391, 8.88506], [112.199077, 8.888566], [112.214639, 8.890842], [112.222205, 8.888566], [112.223558, 8.884875], [112.221712, 8.880323], [112.207011, 8.862179], [112.19514, 8.85332]]], [[[113.921189, 8.84038], [113.912213, 8.840106], [113.889392, 8.864689], [113.889921, 8.873607], [113.896718, 8.878745], [113.907856, 8.891181], [113.916007, 8.889832], [113.929982, 8.878922], [113.935035, 8.877074], [113.936119, 8.874163], [113.932586, 8.865245], [113.928099, 8.8626], [113.932317, 8.850382], [113.927977, 8.843625], [113.921189, 8.84038]]], [[[112.273148, 8.854775], [112.268481, 8.854288], [112.257145, 8.856666], [112.241662, 8.872627], [112.239828, 8.876413], [112.240895, 8.878239], [112.260885, 8.891448], [112.273866, 8.89254], [112.281032, 8.890687], [112.283932, 8.887575], [112.286474, 8.87576], [112.286016, 8.870713], [112.27701, 8.856808], [112.273148, 8.854775]]], [[[114.641726, 8.846778], [114.610668, 8.838266], [114.600486, 8.839526], [114.594949, 8.848163], [114.597794, 8.861203], [114.613377, 8.883254], [114.633369, 8.897341], [114.657098, 8.902245], [114.661454, 8.901916], [114.676997, 8.886564], [114.678282, 8.883113], [114.666367, 8.863942], [114.654964, 8.854084], [114.641726, 8.846778]]], [[[116.313291, 8.887053], [116.307472, 8.88257], [116.300766, 8.882928], [116.29772, 8.885712], [116.300232, 8.868416], [116.294982, 8.862071], [116.290445, 8.860013], [116.277127, 8.866426], [116.273202, 8.8704], [116.269679, 8.881559], [116.270365, 8.887618], [116.282023, 8.89861], [116.285599, 8.905161], [116.293437, 8.909859], [116.302178, 8.919161], [116.308653, 8.920224], [116.317116, 8.919818], [116.32477, 8.911503], [116.328192, 8.902875], [116.326585, 8.896183], [116.317535, 8.89533], [116.313291, 8.887053]]], [[[112.861132, 8.891933], [112.854979, 8.891544], [112.837222, 8.89591], [112.82053, 8.909833], [112.818846, 8.912572], [112.820402, 8.920821], [112.828762, 8.924092], [112.838119, 8.924212], [112.848645, 8.922201], [112.868636, 8.910298], [112.870154, 8.906228], [112.868568, 8.899335], [112.864276, 8.893348], [112.861132, 8.891933]]], [[[112.368786, 8.910104], [112.351601, 8.910609], [112.347092, 8.912824], [112.341459, 8.927924], [112.346886, 8.938921], [112.35243, 8.942705], [112.358086, 8.945303], [112.38036, 8.948781], [112.384153, 8.94716], [112.390248, 8.937776], [112.388088, 8.921279], [112.377785, 8.91386], [112.368786, 8.910104]]], [[[113.681579, 8.975254], [113.675923, 8.973248], [113.666937, 8.973376], [113.650047, 8.96398], [113.642596, 8.966871], [113.63375, 8.978831], [113.635459, 8.985308], [113.640426, 8.991505], [113.697528, 9.013417], [113.71475, 9.021917], [113.721436, 9.019344], [113.726397, 9.009194], [113.726232, 9.005768], [113.70782, 8.993864], [113.697485, 8.989496], [113.681579, 8.975254]]], [[[116.64751, 9.031751], [116.645014, 9.031398], [116.642598, 9.035331], [116.645886, 9.039532], [116.650561, 9.037223], [116.64969, 9.032581], [116.64751, 9.031751]]], [[[116.736735, 9.030561], [116.728021, 9.02504], [116.70506, 9.026034], [116.702109, 9.031678], [116.700703, 9.040301], [116.695537, 9.050834], [116.702117, 9.058555], [116.713385, 9.064868], [116.727309, 9.063971], [116.745694, 9.058535], [116.736735, 9.030561]]], [[[116.480638, 9.139715], [116.473205, 9.138924], [116.4668, 9.142087], [116.451025, 9.164583], [116.449602, 9.170276], [116.453397, 9.176365], [116.456719, 9.178499], [116.47617, 9.185933], [116.482496, 9.186802], [116.486688, 9.185774], [116.490799, 9.181662], [116.495385, 9.172727], [116.49669, 9.165887], [116.494001, 9.155292], [116.486647, 9.144379], [116.480638, 9.139715]]], [[[113.672573, 9.204734], [113.66988, 9.204685], [113.66349, 9.21225], [113.655901, 9.225715], [113.655877, 9.232982], [113.667595, 9.244706], [113.675606, 9.245986], [113.692731, 9.227682], [113.691406, 9.22006], [113.678849, 9.215351], [113.672573, 9.204734]]], [[[111.531381, 9.266326], [111.52467, 9.264175], [111.516259, 9.265762], [111.517865, 9.272875], [111.521606, 9.277084], [111.526215, 9.27838], [111.539991, 9.287279], [111.551345, 9.286972], [111.552639, 9.28281], [111.54934, 9.276934], [111.531381, 9.266326]]], [[[115.973446, 9.324094], [115.995399, 9.295536], [115.996858, 9.289548], [115.991892, 9.279502], [115.972639, 9.269942], [115.953837, 9.268965], [115.939192, 9.271692], [115.918316, 9.294259], [115.919166, 9.308072], [115.922595, 9.313275], [115.930521, 9.317698], [115.942222, 9.323584], [115.949739, 9.322781], [115.958776, 9.324953], [115.973446, 9.324094]]], [[[114.191562, 9.352504], [114.170989, 9.34401], [114.162431, 9.359331], [114.160729, 9.369543], [114.1625, 9.386242], [114.18987, 9.393348], [114.198428, 9.376323], [114.191562, 9.352504]]], [[[115.451821, 9.348437], [115.445798, 9.346931], [115.435339, 9.34986], [115.430737, 9.353625], [115.427725, 9.366594], [115.423291, 9.376718], [115.42371, 9.380231], [115.427474, 9.384834], [115.431658, 9.395376], [115.440694, 9.405667], [115.4463, 9.418552], [115.44906, 9.419556], [115.451989, 9.418635], [115.453746, 9.415121], [115.457845, 9.397467], [115.45885, 9.373287], [115.465878, 9.360821], [115.451821, 9.348437]]], [[[116.92745, 9.448203], [116.925364, 9.446799], [116.92039, 9.448644], [116.917461, 9.456947], [116.923399, 9.46477], [116.930739, 9.468019], [116.935714, 9.463245], [116.932905, 9.453417], [116.92745, 9.448203]]], [[[112.564375, 9.518915], [112.542509, 9.517515], [112.520634, 9.519944], [112.503862, 9.527509], [112.507604, 9.546687], [112.524253, 9.560831], [112.544826, 9.563504], [112.562881, 9.555943], [112.573281, 9.536846], [112.564375, 9.518915]]], [[[112.882007, 9.53624], [112.877316, 9.535418], [112.874356, 9.537365], [112.874404, 9.543676], [112.896208, 9.56354], [112.899226, 9.564153], [112.902428, 9.562458], [112.905207, 9.555084], [112.903578, 9.551625], [112.882007, 9.53624]]], [[[112.878634, 9.573208], [112.871554, 9.570877], [112.868793, 9.573437], [112.869775, 9.577978], [112.872086, 9.579358], [112.879235, 9.57877], [112.879904, 9.575455], [112.878634, 9.573208]]], [[[112.898592, 9.571221], [112.893403, 9.569642], [112.889173, 9.571132], [112.88726, 9.590393], [112.890892, 9.592496], [112.900987, 9.590448], [112.903023, 9.587927], [112.903662, 9.580922], [112.902251, 9.575167], [112.898592, 9.571221]]], [[[116.16651, 9.599026], [116.170933, 9.597149], [116.183915, 9.59735], [116.193193, 9.580719], [116.190577, 9.571737], [116.185442, 9.567077], [116.176364, 9.56464], [116.156927, 9.564447], [116.15072, 9.570653], [116.148637, 9.581095], [116.151678, 9.59439], [116.16651, 9.599026]]], [[[112.932056, 9.622713], [112.926492, 9.62162], [112.922859, 9.6258], [112.93001, 9.628549], [112.93387, 9.624721], [112.932056, 9.622713]]], [[[112.937341, 9.632061], [112.932128, 9.631904], [112.931346, 9.634808], [112.931901, 9.636614], [112.93946, 9.63968], [112.942546, 9.637933], [112.941315, 9.634358], [112.937341, 9.632061]]], [[[112.956701, 9.633124], [112.951788, 9.631073], [112.949158, 9.631883], [112.950304, 9.639404], [112.953402, 9.643273], [112.958298, 9.645969], [112.964305, 9.644517], [112.965894, 9.641511], [112.961597, 9.635132], [112.956701, 9.633124]]], [[[112.98474, 9.646046], [112.978988, 9.645564], [112.974975, 9.647142], [112.972834, 9.652868], [112.978507, 9.656507], [112.986425, 9.656533], [112.989502, 9.651637], [112.98474, 9.646046]]], [[[113.005876, 9.649156], [112.997023, 9.650826], [112.997378, 9.660351], [113.003034, 9.662385], [113.007077, 9.65997], [113.007655, 9.65388], [113.005876, 9.649156]]], [[[113.022901, 9.65931], [113.01566, 9.65747], [113.013962, 9.664177], [113.019889, 9.665554], [113.022938, 9.661821], [113.022901, 9.65931]]], [[[113.037429, 9.659313], [113.031396, 9.658007], [113.024428, 9.660406], [113.015167, 9.671366], [113.012448, 9.677692], [113.013177, 9.679173], [113.018678, 9.682365], [113.03177, 9.679893], [113.036332, 9.67472], [113.040642, 9.664529], [113.037429, 9.659313]]], [[[116.60615, 9.717542], [116.603863, 9.715891], [116.599417, 9.716271], [116.596559, 9.723067], [116.592431, 9.725735], [116.593574, 9.729926], [116.588429, 9.733229], [116.587604, 9.737422], [116.591096, 9.737866], [116.596433, 9.735961], [116.60526, 9.72294], [116.60615, 9.717542]]], [[[114.282813, 9.699458], [114.274728, 9.698742], [114.271794, 9.700132], [114.269538, 9.705584], [114.272374, 9.721356], [114.270558, 9.726916], [114.27158, 9.732022], [114.277221, 9.740091], [114.283948, 9.740533], [114.287919, 9.738036], [114.294273, 9.730206], [114.296202, 9.724874], [114.295635, 9.71852], [114.292004, 9.710691], [114.287806, 9.703882], [114.282813, 9.699458]]], [[[114.716389, 9.719137], [114.700772, 9.702342], [114.676753, 9.709422], [114.673984, 9.729074], [114.689575, 9.743066], [114.710781, 9.738796], [114.716389, 9.719137]]], [[[116.58884, 9.724561], [116.580919, 9.722889], [116.575375, 9.724385], [116.562878, 9.720689], [116.551702, 9.731954], [116.546861, 9.739523], [116.547653, 9.745683], [116.57168, 9.748411], [116.575023, 9.747355], [116.584352, 9.740226], [116.58928, 9.73037], [116.58884, 9.724561]]], [[[116.52127, 9.740564], [116.516152, 9.74042], [116.514962, 9.746332], [116.524154, 9.749216], [116.535905, 9.746656], [116.537816, 9.744061], [116.536554, 9.741501], [116.52127, 9.740564]]], [[[114.351519, 9.743585], [114.3458, 9.741296], [114.340414, 9.744953], [114.340482, 9.757421], [114.348527, 9.762042], [114.352751, 9.759934], [114.355346, 9.754749], [114.353479, 9.745805], [114.351519, 9.743585]]], [[[114.260613, 9.760728], [114.256655, 9.761331], [114.250125, 9.770427], [114.250283, 9.77582], [114.254039, 9.781388], [114.256052, 9.780784], [114.265912, 9.767368], [114.265174, 9.763679], [114.260613, 9.760728]]], [[[115.8803, 9.650487], [115.870667, 9.649552], [115.863525, 9.652144], [115.857701, 9.675534], [115.859566, 9.681947], [115.857406, 9.6963], [115.834644, 9.702912], [115.833629, 9.71156], [115.842845, 9.727584], [115.853567, 9.761787], [115.860755, 9.773754], [115.866946, 9.780733], [115.884697, 9.789953], [115.890304, 9.794552], [115.897364, 9.798076], [115.903712, 9.798022], [115.91425, 9.792702], [115.921803, 9.783543], [115.917138, 9.767022], [115.919528, 9.750463], [115.915836, 9.729946], [115.89723, 9.672993], [115.891038, 9.659461], [115.8803, 9.650487]]], [[[116.447341, 9.763266], [116.433269, 9.765298], [116.428657, 9.770303], [116.426858, 9.779292], [116.426624, 9.799775], [116.431783, 9.805639], [116.443354, 9.803294], [116.450077, 9.795788], [116.449843, 9.766236], [116.447341, 9.763266]]], [[[114.400814, 9.789254], [114.395807, 9.790337], [114.391681, 9.797034], [114.391681, 9.802446], [114.394437, 9.805246], [114.401965, 9.805558], [114.409406, 9.79744], [114.409473, 9.795139], [114.400814, 9.789254]]], [[[116.488539, 9.783633], [116.480686, 9.784089], [116.475924, 9.787215], [116.472042, 9.802308], [116.466024, 9.811581], [116.467874, 9.819362], [116.481825, 9.82454], [116.486471, 9.82327], [116.504443, 9.805632], [116.504928, 9.803557], [116.504809, 9.792845], [116.488539, 9.783633]]], [[[114.26336, 9.817646], [114.256364, 9.81806], [114.251884, 9.826165], [114.25817, 9.838062], [114.26539, 9.839762], [114.267157, 9.838023], [114.26965, 9.823669], [114.267875, 9.819307], [114.26336, 9.817646]]], [[[114.465391, 9.825174], [114.451984, 9.82388], [114.450234, 9.83081], [114.45451, 9.84111], [114.460598, 9.841368], [114.470704, 9.832171], [114.471222, 9.829062], [114.469408, 9.82647], [114.465391, 9.825174]]], [[[114.494701, 9.848248], [114.490555, 9.847406], [114.487511, 9.854855], [114.490952, 9.855416], [114.494895, 9.852006], [114.494701, 9.848248]]], [[[114.511348, 9.861773], [114.508279, 9.861672], [114.504509, 9.869512], [114.506044, 9.873148], [114.510914, 9.874882], [114.516189, 9.872153], [114.517953, 9.868712], [114.516218, 9.865309], [114.511348, 9.861773]]], [[[114.309169, 9.873803], [114.307129, 9.873396], [114.30135, 9.876931], [114.299583, 9.881962], [114.300942, 9.884614], [114.307605, 9.885226], [114.31114, 9.882234], [114.312908, 9.877339], [114.312023, 9.875027], [114.309169, 9.873803]]], [[[114.590642, 9.870591], [114.585772, 9.869233], [114.576753, 9.874556], [114.579358, 9.886038], [114.585867, 9.888308], [114.591884, 9.885755], [114.596727, 9.879989], [114.590642, 9.870591]]], [[[114.336466, 9.881751], [114.326625, 9.881482], [114.322378, 9.885324], [114.322311, 9.888897], [114.327973, 9.891728], [114.331882, 9.891121], [114.337342, 9.885189], [114.336466, 9.881751]]], [[[114.559331, 9.869342], [114.553524, 9.868447], [114.542882, 9.873547], [114.537143, 9.884373], [114.538324, 9.889195], [114.544835, 9.893996], [114.550416, 9.894892], [114.556875, 9.889809], [114.561953, 9.883351], [114.563542, 9.876679], [114.562352, 9.871628], [114.559331, 9.869342]]], [[[114.39838, 9.890866], [114.393956, 9.890234], [114.388481, 9.894886], [114.386875, 9.898593], [114.389323, 9.904136], [114.394694, 9.903294], [114.400592, 9.900239], [114.403014, 9.89708], [114.403646, 9.894025], [114.401856, 9.891392], [114.39838, 9.890866]]], [[[114.466729, 9.891257], [114.461757, 9.891004], [114.456449, 9.893363], [114.454175, 9.896397], [114.45291, 9.910636], [114.455522, 9.913417], [114.461084, 9.914596], [114.46479, 9.91308], [114.474312, 9.906424], [114.477008, 9.902126], [114.472205, 9.893532], [114.466729, 9.891257]]], [[[114.498046, 9.903858], [114.485997, 9.906553], [114.485071, 9.910766], [114.486587, 9.913884], [114.489958, 9.915148], [114.492485, 9.922816], [114.496951, 9.924669], [114.50563, 9.920456], [114.504703, 9.910429], [114.502343, 9.906553], [114.498046, 9.903858]]], [[[115.528792, 9.933965], [115.546951, 9.928613], [115.555798, 9.928949], [115.569018, 9.924436], [115.5774, 9.919277], [115.580947, 9.912183], [115.581269, 9.898481], [115.560312, 9.877686], [115.550318, 9.872205], [115.544514, 9.870915], [115.537744, 9.874139], [115.509049, 9.878975], [115.498396, 9.892593], [115.495961, 9.900005], [115.496703, 9.912921], [115.497655, 9.918637], [115.50242, 9.926155], [115.50982, 9.933694], [115.51375, 9.935659], [115.528792, 9.933965]]], [[[114.529863, 9.922898], [114.527672, 9.921635], [114.524723, 9.922646], [114.514023, 9.933936], [114.51436, 9.938739], [114.517561, 9.942278], [114.522364, 9.943458], [114.527757, 9.941098], [114.531127, 9.937306], [114.531774, 9.930271], [114.529863, 9.922898]]], [[[114.556941, 9.931369], [114.547704, 9.93346], [114.545614, 9.937105], [114.546489, 9.941919], [114.556893, 9.949405], [114.567296, 9.947509], [114.571039, 9.942453], [114.569193, 9.937056], [114.564525, 9.933654], [114.556941, 9.931369]]], [[[114.585486, 9.950369], [114.58361, 9.947388], [114.574123, 9.951105], [114.573915, 9.955244], [114.576953, 9.960747], [114.582283, 9.959805], [114.587595, 9.954038], [114.585486, 9.950369]]], [[[114.666257, 9.92724], [114.65588, 9.927236], [114.651202, 9.920002], [114.638121, 9.919441], [114.634923, 9.920593], [114.632081, 9.923987], [114.628351, 9.935076], [114.628352, 9.942949], [114.631271, 9.955953], [114.628856, 9.960129], [114.614176, 9.964173], [114.615009, 9.976814], [114.641744, 9.981768], [114.648971, 9.984955], [114.665402, 9.985752], [114.681857, 9.981046], [114.680488, 9.95524], [114.666257, 9.92724]]], [[[114.033863, 10.030145], [114.043133, 10.029661], [114.04704, 10.01816], [114.029861, 10.014986], [114.02618, 10.025567], [114.033863, 10.030145]]], [[[117.380959, 10.065331], [117.355921, 10.062187], [117.351936, 10.062758], [117.35004, 10.064883], [117.343976, 10.092186], [117.346011, 10.102567], [117.349603, 10.106463], [117.369559, 10.108392], [117.383028, 10.102978], [117.385765, 10.100438], [117.386917, 10.094878], [117.383198, 10.068323], [117.380959, 10.065331]]], [[[113.856445, 9.994115], [113.845927, 9.991801], [113.839405, 9.996429], [113.841719, 10.020833], [113.841088, 10.06312], [113.845085, 10.078688], [113.852449, 10.096571], [113.852238, 10.124129], [113.857288, 10.128969], [113.868227, 10.124971], [113.871383, 10.115715], [113.866124, 10.099305], [113.863599, 10.059333], [113.860653, 10.048183], [113.861074, 10.005265], [113.856445, 9.994115]]], [[[116.071205, 10.066958], [116.066188, 10.065771], [116.063164, 10.067893], [116.04498, 10.088544], [116.041459, 10.097273], [116.042741, 10.101187], [116.069289, 10.132877], [116.07223, 10.13258], [116.082017, 10.124156], [116.091701, 10.099348], [116.091943, 10.09535], [116.077513, 10.071261], [116.071205, 10.066958]]], [[[114.371123, 10.17332], [114.368594, 10.172324], [114.363843, 10.175236], [114.344687, 10.177918], [114.343002, 10.179833], [114.344152, 10.183205], [114.362311, 10.185886], [114.373881, 10.183051], [114.376409, 10.180676], [114.371123, 10.17332]]], [[[115.298983, 10.203925], [115.305348, 10.199875], [115.312774, 10.20026], [115.326083, 10.205855], [115.328496, 10.205373], [115.329171, 10.20219], [115.324926, 10.195245], [115.312099, 10.182129], [115.297826, 10.175668], [115.286637, 10.173256], [115.284419, 10.174703], [115.284998, 10.182129], [115.278537, 10.193702], [115.277668, 10.20788], [115.280561, 10.212991], [115.284901, 10.213377], [115.298983, 10.203925]]], [[[114.223124, 10.207171], [114.217548, 10.207587], [114.215747, 10.210885], [114.218502, 10.215095], [114.225594, 10.218006], [114.229239, 10.214899], [114.229287, 10.212087], [114.226084, 10.208198], [114.223124, 10.207171]]], [[[115.365421, 10.243571], [115.35846, 10.242773], [115.357707, 10.244768], [115.361829, 10.257094], [115.363426, 10.258114], [115.376814, 10.256517], [115.37708, 10.253946], [115.372788, 10.248832], [115.365421, 10.243571]]], [[[113.619269, 10.22462], [113.613459, 10.224168], [113.594047, 10.240326], [113.59257, 10.243089], [113.592897, 10.245251], [113.602102, 10.256078], [113.606347, 10.259027], [113.620276, 10.258399], [113.63376, 10.245363], [113.632062, 10.23708], [113.619269, 10.22462]]], [[[114.256482, 10.240299], [114.243042, 10.238385], [114.238572, 10.2418], [114.238265, 10.243786], [114.239814, 10.256814], [114.260817, 10.27726], [114.288958, 10.29553], [114.308258, 10.302671], [114.318853, 10.297826], [114.322047, 10.286523], [114.30032, 10.269023], [114.284256, 10.261884], [114.256482, 10.240299]]], [[[117.280448, 10.306043], [117.266462, 10.305228], [117.261219, 10.309456], [117.255369, 10.31732], [117.253776, 10.322573], [117.256915, 10.347045], [117.263474, 10.357021], [117.270558, 10.360164], [117.289943, 10.354315], [117.295593, 10.345052], [117.297386, 10.323706], [117.295131, 10.315997], [117.285911, 10.30829], [117.280448, 10.306043]]], [[[114.724622, 10.323781], [114.7219, 10.321082], [114.708182, 10.321695], [114.703775, 10.315629], [114.698247, 10.31474], [114.694543, 10.321422], [114.690272, 10.323004], [114.68687, 10.328737], [114.685969, 10.351723], [114.688966, 10.359299], [114.693559, 10.362932], [114.699581, 10.376048], [114.713301, 10.382112], [114.729632, 10.380143], [114.741195, 10.376387], [114.743143, 10.37391], [114.742608, 10.360376], [114.738212, 10.354603], [114.734277, 10.341399], [114.724622, 10.323781]]], [[[114.484796, 10.370238], [114.477721, 10.370339], [114.4739, 10.374152], [114.473953, 10.380335], [114.476338, 10.382865], [114.483264, 10.381149], [114.486083, 10.377838], [114.486758, 10.374099], [114.484796, 10.370238]]], [[[114.36709, 10.372677], [114.359989, 10.372442], [114.3543, 10.374168], [114.353752, 10.37558], [114.360499, 10.380327], [114.368933, 10.383426], [114.373485, 10.383309], [114.375643, 10.380916], [114.375643, 10.378287], [114.36709, 10.372677]]], [[[114.576449, 10.407864], [114.567058, 10.408145], [114.564535, 10.41059], [114.563727, 10.414209], [114.572269, 10.420367], [114.583019, 10.419619], [114.584397, 10.418552], [114.58376, 10.412259], [114.576449, 10.407864]]], [[[116.520201, 10.349493], [116.540377, 10.349267], [116.634263, 10.367061], [116.64223, 10.360953], [116.64409, 10.344885], [116.641036, 10.33705], [116.617531, 10.32284], [116.562819, 10.306507], [116.533605, 10.301859], [116.50771, 10.299735], [116.463091, 10.310756], [116.456983, 10.319388], [116.455781, 10.343203], [116.457905, 10.351022], [116.484729, 10.397815], [116.522604, 10.429108], [116.5306, 10.428402], [116.538597, 10.422094], [116.535967, 10.403363], [116.518507, 10.378016], [116.510343, 10.360541], [116.511107, 10.351362], [116.520201, 10.349493]]], [[[115.782923, 10.439212], [115.772271, 10.436759], [115.758313, 10.447382], [115.754173, 10.46299], [115.759764, 10.472216], [115.771249, 10.47298], [115.798011, 10.465635], [115.797889, 10.448793], [115.782923, 10.439212]]], [[[115.739086, 10.441576], [115.730996, 10.439526], [115.718714, 10.447189], [115.721982, 10.467381], [115.726653, 10.473581], [115.735914, 10.469141], [115.739133, 10.465438], [115.739086, 10.441576]]], [[[116.851204, 10.470576], [116.844632, 10.470626], [116.830265, 10.474404], [116.828707, 10.478684], [116.830848, 10.485785], [116.841625, 10.495078], [116.862557, 10.497749], [116.866389, 10.496712], [116.869644, 10.492737], [116.865916, 10.479822], [116.851204, 10.470576]]], [[[115.714452, 10.480724], [115.702277, 10.481595], [115.698712, 10.482899], [115.696452, 10.487075], [115.700542, 10.508819], [115.705239, 10.515169], [115.712457, 10.515169], [115.715153, 10.513516], [115.720543, 10.503425], [115.718626, 10.483246], [115.714452, 10.480724]]], [[[116.648671, 10.519931], [116.669976, 10.518706], [116.695378, 10.519442], [116.698566, 10.518578], [116.708554, 10.509211], [116.708827, 10.50713], [116.704666, 10.49473], [116.70015, 10.491967], [116.688967, 10.49108], [116.649303, 10.4934], [116.646817, 10.493965], [116.634742, 10.504103], [116.634584, 10.506232], [116.641469, 10.517674], [116.648671, 10.519931]]], [[[115.800861, 10.506884], [115.791459, 10.501896], [115.76948, 10.523103], [115.767424, 10.533223], [115.778136, 10.542835], [115.786183, 10.53857], [115.800992, 10.526675], [115.804299, 10.512333], [115.800861, 10.506884]]], [[[115.741676, 10.512123], [115.73524, 10.512123], [115.718546, 10.521779], [115.715677, 10.525432], [115.714025, 10.532216], [115.716722, 10.539175], [115.721419, 10.542045], [115.734724, 10.542914], [115.742636, 10.537869], [115.745592, 10.530997], [115.746721, 10.518647], [115.744198, 10.513167], [115.741676, 10.512123]]], [[[117.199485, 10.586826], [117.185516, 10.587224], [117.173708, 10.590599], [117.170966, 10.592764], [117.169184, 10.595067], [117.168568, 10.607598], [117.170501, 10.622531], [117.176954, 10.623524], [117.18035, 10.622009], [117.205522, 10.596745], [117.205256, 10.591021], [117.199485, 10.586826]]], [[[116.166194, 10.61029], [116.16077, 10.610663], [116.159429, 10.615805], [116.163417, 10.63417], [116.16232, 10.64839], [116.165889, 10.649484], [116.168401, 10.648601], [116.167968, 10.622893], [116.171527, 10.616309], [116.170596, 10.612645], [116.166194, 10.61029]]], [[[117.638254, 10.624249], [117.631996, 10.623643], [117.628403, 10.626624], [117.627092, 10.63088], [117.629245, 10.642841], [117.643247, 10.653728], [117.651005, 10.655323], [117.660633, 10.652862], [117.66441, 10.649124], [117.663274, 10.645538], [117.650396, 10.630874], [117.638254, 10.624249]]], [[[114.427711, 10.663251], [114.421191, 10.663426], [114.418297, 10.665531], [114.418736, 10.671992], [114.421864, 10.675295], [114.425021, 10.675237], [114.42847, 10.671817], [114.428938, 10.664537], [114.427711, 10.663251]]], [[[114.535654, 10.704227], [114.531331, 10.704906], [114.528014, 10.708456], [114.528761, 10.713829], [114.532009, 10.717169], [114.537382, 10.716749], [114.540232, 10.713058], [114.540512, 10.711003], [114.535654, 10.704227]]], [[[116.167857, 10.711584], [116.162931, 10.712786], [116.160525, 10.716068], [116.161047, 10.719633], [116.164243, 10.723058], [116.1708, 10.721161], [116.172411, 10.71821], [116.171681, 10.71397], [116.167857, 10.711584]]], [[[114.355276, 10.725527], [114.349279, 10.72429], [114.33451, 10.712948], [114.334367, 10.707284], [114.337286, 10.704873], [114.335842, 10.700954], [114.329244, 10.697527], [114.324452, 10.698638], [114.320629, 10.694339], [114.315267, 10.695322], [114.314981, 10.697734], [114.324548, 10.710727], [114.347725, 10.732349], [114.351405, 10.734062], [114.359844, 10.733269], [114.361494, 10.731556], [114.360954, 10.729335], [114.355276, 10.725527]]], [[[115.804833, 10.730125], [115.802633, 10.728446], [115.798696, 10.729603], [115.799622, 10.736667], [115.802691, 10.739273], [115.805586, 10.73881], [115.806687, 10.736957], [115.804833, 10.730125]]], [[[117.213489, 10.715422], [117.202682, 10.709583], [117.19131, 10.713043], [117.180043, 10.723802], [117.176849, 10.736452], [117.182986, 10.743677], [117.20039, 10.740806], [117.20974, 10.736706], [117.217023, 10.729315], [117.213489, 10.715422]]], [[[117.405624, 10.673457], [117.34446, 10.674436], [117.272677, 10.687021], [117.262778, 10.693436], [117.263519, 10.702255], [117.288838, 10.737149], [117.297685, 10.741716], [117.320953, 10.746116], [117.364946, 10.744156], [117.398975, 10.727095], [117.414165, 10.704215], [117.412435, 10.678474], [117.405624, 10.673457]]], [[[114.563392, 10.747652], [114.559845, 10.747539], [114.557799, 10.749969], [114.557738, 10.755474], [114.560045, 10.757274], [114.564555, 10.756598], [114.566382, 10.754384], [114.563392, 10.747652]]], [[[114.573177, 10.779652], [114.572231, 10.77529], [114.56572, 10.776696], [114.565746, 10.782212], [114.573177, 10.779652]]], [[[114.509669, 10.72412], [114.489558, 10.716673], [114.488898, 10.719089], [114.493947, 10.738876], [114.520894, 10.769301], [114.532351, 10.792389], [114.535272, 10.795462], [114.550658, 10.797413], [114.558818, 10.780177], [114.549081, 10.758824], [114.509669, 10.72412]]], [[[115.823678, 10.813472], [115.81927, 10.813202], [115.817292, 10.815765], [115.822104, 10.822467], [115.828042, 10.822872], [115.829751, 10.819049], [115.823678, 10.813472]]], [[[116.096853, 10.786631], [116.087131, 10.787809], [116.080061, 10.795198], [116.076656, 10.806565], [116.076658, 10.822598], [116.078981, 10.828368], [116.083545, 10.832346], [116.087862, 10.832653], [116.098383, 10.82926], [116.103559, 10.823829], [116.107531, 10.81561], [116.108946, 10.800945], [116.10752, 10.7927], [116.103517, 10.788944], [116.096853, 10.786631]]], [[[114.863723, 10.81532], [114.85626, 10.815148], [114.848756, 10.818957], [114.846944, 10.82749], [114.850398, 10.837634], [114.852439, 10.839247], [114.862791, 10.837081], [114.867777, 10.827471], [114.867847, 10.820124], [114.863723, 10.81532]]], [[[117.794599, 10.755162], [117.773211, 10.754024], [117.767465, 10.755456], [117.766702, 10.775337], [117.769313, 10.807706], [117.801424, 10.844246], [117.808012, 10.845823], [117.822774, 10.84247], [117.827507, 10.840629], [117.828787, 10.838421], [117.833277, 10.820011], [117.831827, 10.805615], [117.818676, 10.775514], [117.794599, 10.755162]]], [[[115.858595, 10.829893], [115.852109, 10.830144], [115.841081, 10.840942], [115.8377, 10.847615], [115.837878, 10.85274], [115.842099, 10.855546], [115.850537, 10.855245], [115.860131, 10.8497], [115.864784, 10.844366], [115.865701, 10.839268], [115.862646, 10.831084], [115.858595, 10.829893]]], [[[114.926978, 10.84369], [114.918712, 10.842607], [114.912623, 10.846098], [114.907069, 10.860678], [114.907323, 10.869449], [114.909518, 10.874705], [114.930128, 10.904826], [114.938481, 10.90995], [114.949734, 10.909118], [114.956198, 10.903815], [114.95704, 10.899482], [114.946348, 10.866841], [114.9348, 10.850197], [114.926978, 10.84369]]], [[[114.589483, 10.858466], [114.579201, 10.841304], [114.561252, 10.838482], [114.557395, 10.840189], [114.547541, 10.849422], [114.534399, 10.855451], [114.509115, 10.850447], [114.490397, 10.825225], [114.477248, 10.815444], [114.473351, 10.81437], [114.470953, 10.816199], [114.465112, 10.837676], [114.466292, 10.840607], [114.550729, 10.902953], [114.577869, 10.910755], [114.58347, 10.910892], [114.593752, 10.900798], [114.594669, 10.897669], [114.589483, 10.858466]]], [[[114.086206, 10.904282], [114.078548, 10.903072], [114.059807, 10.905895], [114.05477, 10.909319], [114.054971, 10.914156], [114.062024, 10.919395], [114.070084, 10.930881], [114.074518, 10.941562], [114.080966, 10.945793], [114.09205, 10.94922], [114.096639, 10.94831], [114.107566, 10.93612], [114.107969, 10.931688], [114.105349, 10.919798], [114.086206, 10.904282]]], [[[114.189529, 11.024603], [114.184811, 11.025168], [114.183342, 11.030329], [114.183997, 11.033687], [114.188712, 11.036945], [114.192071, 11.03597], [114.193193, 11.032982], [114.192647, 11.028613], [114.189529, 11.024603]]], [[[117.686206, 11.018323], [117.66598, 11.017076], [117.652135, 11.026487], [117.64934, 11.048024], [117.66657, 11.056992], [117.686683, 11.050562], [117.700425, 11.033474], [117.686206, 11.018323]]], [[[114.207191, 11.050504], [114.204896, 11.050977], [114.203092, 11.055118], [114.205894, 11.059651], [114.209113, 11.060047], [114.211026, 11.056017], [114.207191, 11.050504]]], [[[114.282306, 11.047126], [114.277826, 11.047634], [114.276515, 11.049873], [114.280615, 11.060988], [114.284925, 11.062593], [114.291535, 11.060571], [114.294476, 11.056297], [114.294476, 11.051099], [114.282306, 11.047126]]], [[[114.23095, 11.055507], [114.224323, 11.054253], [114.220083, 11.055209], [114.216083, 11.057596], [114.213515, 11.062373], [114.214231, 11.065419], [114.222173, 11.067747], [114.232204, 11.066673], [114.235309, 11.061299], [114.234653, 11.057896], [114.23095, 11.055507]]], [[[114.344494, 11.058402], [114.346004, 11.05226], [114.342782, 11.049944], [114.334727, 11.052764], [114.31298, 11.053066], [114.309958, 11.054777], [114.308411, 11.059723], [114.323651, 11.070082], [114.327679, 11.070987], [114.330196, 11.069075], [114.331002, 11.062932], [114.341674, 11.060819], [114.344494, 11.058402]]], [[[114.257488, 11.067866], [114.253675, 11.068758], [114.253199, 11.070302], [114.254567, 11.073248], [114.252829, 11.076325], [114.254573, 11.079389], [114.260489, 11.078544], [114.263183, 11.074053], [114.26214, 11.071274], [114.257488, 11.067866]]], [[[117.300242, 11.028986], [117.280277, 11.026895], [117.262969, 11.042897], [117.260147, 11.064431], [117.277187, 11.080397], [117.295209, 11.079227], [117.305789, 11.052829], [117.300242, 11.028986]]], [[[117.462228, 11.067506], [117.446398, 11.064789], [117.445339, 11.066159], [117.447619, 11.079943], [117.464375, 11.09187], [117.471886, 11.09223], [117.481188, 11.089077], [117.477166, 11.076084], [117.474687, 11.073452], [117.462228, 11.067506]]], [[[114.372558, 11.079629], [114.369357, 11.078939], [114.366593, 11.080734], [114.364056, 11.086944], [114.364142, 11.093448], [114.372614, 11.097434], [114.379176, 11.097037], [114.382279, 11.094337], [114.382954, 11.091347], [114.372558, 11.079629]]], [[[115.009262, 11.064726], [115.006879, 11.062911], [114.99899, 11.062987], [114.988209, 11.065581], [114.985346, 11.069291], [114.981171, 11.080261], [114.981754, 11.088452], [114.988782, 11.096991], [114.995861, 11.097861], [115.006453, 11.096492], [115.016503, 11.090072], [115.016825, 11.081423], [115.015372, 11.076104], [115.009262, 11.064726]]], [[[114.704296, 11.002709], [114.693465, 11.004896], [114.693142, 11.006219], [114.706511, 11.041446], [114.762433, 11.111832], [114.767364, 11.114074], [114.772712, 11.114345], [114.785369, 11.108803], [114.7955, 11.106666], [114.797398, 11.101541], [114.789277, 11.078024], [114.782532, 11.073408], [114.704296, 11.002709]]], [[[114.802979, 11.141378], [114.798213, 11.142583], [114.795686, 11.145856], [114.784143, 11.149129], [114.783397, 11.153667], [114.78551, 11.156339], [114.789996, 11.157684], [114.80005, 11.157399], [114.804587, 11.1547], [114.806884, 11.151197], [114.806884, 11.145741], [114.802979, 11.141378]]], [[[114.59183, 11.314469], [114.576416, 11.308323], [114.574476, 11.308791], [114.566615, 11.319907], [114.566164, 11.324455], [114.576835, 11.338607], [114.582333, 11.338734], [114.591167, 11.329326], [114.593374, 11.3199], [114.59183, 11.314469]]], [[[114.302832, 11.375739], [114.295039, 11.37674], [114.296092, 11.390956], [114.299672, 11.395643], [114.307255, 11.397327], [114.308835, 11.394221], [114.304411, 11.387639], [114.310309, 11.38132], [114.308044, 11.377424], [114.302832, 11.375739]]], [[[114.363991, 11.394571], [114.356377, 11.394436], [114.354576, 11.395769], [114.353594, 11.398071], [114.35466, 11.401838], [114.361916, 11.407793], [114.368785, 11.40808], [114.372622, 11.404833], [114.371693, 11.399747], [114.363991, 11.394571]]], [[[114.332057, 11.424541], [114.326889, 11.424263], [114.32544, 11.426131], [114.327857, 11.433384], [114.332756, 11.436945], [114.336891, 11.434402], [114.334855, 11.427022], [114.332057, 11.424541]]], [[[114.399237, 11.429011], [114.393115, 11.427945], [114.391434, 11.429948], [114.390422, 11.438657], [114.392801, 11.441617], [114.40003, 11.440445], [114.400633, 11.432688], [114.399237, 11.429011]]], [[[114.353686, 11.447542], [114.34796, 11.44646], [114.346336, 11.447935], [114.345415, 11.450222], [114.348661, 11.455749], [114.356676, 11.46001], [114.365519, 11.46001], [114.366218, 11.457911], [114.364564, 11.455366], [114.353686, 11.447542]]], [[[114.373329, 11.447564], [114.368825, 11.448961], [114.365874, 11.459884], [114.366936, 11.464281], [114.370961, 11.463606], [114.374265, 11.454829], [114.373329, 11.447564]]], [[[114.400126, 11.452376], [114.397391, 11.45155], [114.385495, 11.458293], [114.381995, 11.461156], [114.381232, 11.466054], [114.392046, 11.470126], [114.399363, 11.468599], [114.401589, 11.45982], [114.400126, 11.452376]]], [[[114.730045, 11.433777], [114.726528, 11.430315], [114.718241, 11.430811], [114.710799, 11.433468], [114.697805, 11.441425], [114.691401, 11.448634], [114.684793, 11.470656], [114.685056, 11.479719], [114.687724, 11.486107], [114.692535, 11.489857], [114.699447, 11.493044], [114.716482, 11.493306], [114.722612, 11.489841], [114.72727, 11.48363], [114.733799, 11.465101], [114.731933, 11.43941], [114.730045, 11.433777]]], [[[116.761282, 11.43165], [116.746343, 11.450532], [116.741912, 11.461062], [116.729421, 11.477794], [116.723, 11.503158], [116.729535, 11.515809], [116.734232, 11.516237], [116.753489, 11.48475], [116.76821, 11.446967], [116.767088, 11.43654], [116.761282, 11.43165]]], [[[114.639469, 11.425259], [114.625744, 11.423852], [114.618952, 11.426515], [114.616748, 11.429683], [114.617691, 11.471594], [114.615907, 11.5174], [114.6171, 11.520168], [114.641295, 11.532435], [114.653358, 11.529039], [114.65788, 11.524155], [114.652559, 11.489726], [114.648567, 11.438621], [114.644552, 11.42927], [114.639469, 11.425259]]], [[[115.417447, 13.931225], [115.393154, 13.926363], [115.377786, 13.932693], [115.357422, 13.950356], [115.372892, 13.970315], [115.394684, 13.978942], [115.418983, 13.978801], [115.434286, 13.962412], [115.434175, 13.944965], [115.417447, 13.931225]]], [[[117.8146, 15.120209], [117.8102, 15.11852], [117.804601, 15.120949], [117.809505, 15.12438], [117.813203, 15.123259], [117.8146, 15.120209]]], [[[117.831041, 15.135738], [117.82664, 15.134048], [117.821041, 15.136478], [117.825946, 15.139909], [117.829644, 15.138787], [117.831041, 15.135738]]], [[[117.744215, 15.231528], [117.762217, 15.212523], [117.768124, 15.201817], [117.778407, 15.189203], [117.788371, 15.181889], [117.812872, 15.172591], [117.834919, 15.161114], [117.839348, 15.15309], [117.841853, 15.141531], [117.840447, 15.129138], [117.837635, 15.126977], [117.835681, 15.128334], [117.829062, 15.150202], [117.825067, 15.15481], [117.809448, 15.159535], [117.775017, 15.173881], [117.768479, 15.180035], [117.740243, 15.219436], [117.735591, 15.220892], [117.727767, 15.22016], [117.722297, 15.214995], [117.716458, 15.197126], [117.718158, 15.150973], [117.720879, 15.133001], [117.726298, 15.12849], [117.73265, 15.126676], [117.76461, 15.123935], [117.823276, 15.113531], [117.825027, 15.112154], [117.824828, 15.11003], [117.813015, 15.107184], [117.782864, 15.105356], [117.72251, 15.107196], [117.714298, 15.112343], [117.708383, 15.120075], [117.704141, 15.14391], [117.703941, 15.18433], [117.710847, 15.224401], [117.714567, 15.230556], [117.731784, 15.237224], [117.738557, 15.236053], [117.744215, 15.231528]]], [[[114.017333, 15.411749], [114.007365, 15.410458], [113.977964, 15.419993], [113.977199, 15.422951], [113.981289, 15.430854], [113.985677, 15.4343], [113.989286, 15.435278], [114.00727, 15.431795], [114.0199, 15.424215], [114.017333, 15.411749]]], [[[114.246552, 15.431008], [114.243495, 15.430507], [114.230586, 15.43408], [114.233224, 15.449071], [114.238781, 15.458228], [114.242133, 15.459357], [114.259371, 15.448895], [114.260154, 15.446522], [114.258679, 15.44314], [114.246552, 15.431008]]], [[[113.889578, 15.46582], [113.869245, 15.463621], [113.857235, 15.47608], [113.85667, 15.481446], [113.868131, 15.493343], [113.888063, 15.492052], [113.891254, 15.488713], [113.894773, 15.480374], [113.893521, 15.46987], [113.889578, 15.46582]]], [[[114.267864, 15.525519], [114.26526, 15.523969], [114.25743, 15.524958], [114.254062, 15.526417], [114.253394, 15.528324], [114.254853, 15.546947], [114.256866, 15.549977], [114.260902, 15.552017], [114.277292, 15.541787], [114.278767, 15.539358], [114.267864, 15.525519]]], [[[114.475324, 15.577253], [114.468238, 15.576692], [114.462377, 15.578125], [114.453247, 15.601168], [114.454754, 15.602469], [114.473539, 15.603403], [114.487524, 15.59514], [114.489137, 15.593021], [114.48881, 15.589475], [114.475324, 15.577253]]], [[[113.736997, 15.595606], [113.719826, 15.594668], [113.710386, 15.602048], [113.713018, 15.609946], [113.719678, 15.615129], [113.736969, 15.61645], [113.752942, 15.612594], [113.754883, 15.610919], [113.758323, 15.603482], [113.757004, 15.601333], [113.743122, 15.59577], [113.736997, 15.595606]]], [[[114.614644, 15.634683], [114.606858, 15.617181], [114.59006, 15.61722], [114.577178, 15.627259], [114.586258, 15.643508], [114.603064, 15.652229], [114.606076, 15.651191], [114.614644, 15.634683]]], [[[113.897003, 15.65259], [113.893237, 15.652184], [113.890411, 15.653942], [113.889409, 15.675806], [113.895869, 15.685857], [113.899818, 15.687144], [113.915732, 15.687149], [113.918314, 15.674267], [113.915877, 15.661279], [113.913524, 15.658662], [113.897003, 15.65259]]], [[[112.22632, 15.696474], [112.215799, 15.695179], [112.203984, 15.697139], [112.198872, 15.706082], [112.198793, 15.715877], [112.221831, 15.734399], [112.235677, 15.742656], [112.24704, 15.744773], [112.255104, 15.736664], [112.253507, 15.72441], [112.249374, 15.713363], [112.22632, 15.696474]]], [[[111.205373, 15.773611], [111.197017, 15.773022], [111.191015, 15.775023], [111.188072, 15.779731], [111.18819, 15.784792], [111.191604, 15.791501], [111.216084, 15.803388], [111.220791, 15.802564], [111.224204, 15.797856], [111.224911, 15.788676], [111.221145, 15.781968], [111.211729, 15.775024], [111.205373, 15.773611]]], [[[113.968689, 15.807469], [113.948708, 15.807504], [113.934087, 15.820381], [113.934098, 15.837216], [113.94879, 15.842419], [113.966135, 15.841102], [113.975467, 15.828165], [113.968689, 15.807469]]], [[[114.78592, 15.885727], [114.78328, 15.869471], [114.763889, 15.87078], [114.757491, 15.890815], [114.767873, 15.903296], [114.785963, 15.900741], [114.78592, 15.885727]]], [[[114.119967, 15.97998], [114.106159, 15.980059], [114.100524, 15.984582], [114.098779, 15.994264], [114.100694, 16.005648], [114.101935, 16.008565], [114.109001, 16.012828], [114.120668, 16.012604], [114.127267, 16.008945], [114.13322, 15.995693], [114.132903, 15.988074], [114.129489, 15.983472], [114.119967, 15.97998]]], [[[114.916136, 16.005099], [114.906884, 16.004015], [114.896536, 16.022506], [114.891389, 16.038185], [114.893741, 16.048803], [114.904765, 16.057156], [114.91401, 16.055447], [114.923185, 16.035277], [114.922517, 16.010672], [114.916136, 16.005099]]], [[[114.31465, 16.041888], [114.307794, 16.036579], [114.303316, 16.035897], [114.280515, 16.037585], [114.235432, 16.037523], [114.210513, 16.041002], [114.20849, 16.042442], [114.209792, 16.044774], [114.229013, 16.052436], [114.264466, 16.061055], [114.278594, 16.062257], [114.301969, 16.059401], [114.315317, 16.047718], [114.316614, 16.045151], [114.31465, 16.041888]]], [[[112.59302, 16.071817], [112.603098, 16.068817], [112.606727, 16.060446], [112.608775, 16.049995], [112.607629, 16.041303], [112.59395, 16.026176], [112.579192, 16.016921], [112.565356, 16.013093], [112.471745, 16.003086], [112.443619, 16.006896], [112.441363, 16.011082], [112.439774, 16.022359], [112.441883, 16.029644], [112.447638, 16.039587], [112.457335, 16.04576], [112.522934, 16.05989], [112.541666, 16.065595], [112.583524, 16.072753], [112.59302, 16.071817]]], [[[114.480761, 16.036499], [114.461632, 16.031794], [114.448129, 16.032533], [114.443864, 16.035764], [114.4444, 16.048368], [114.452298, 16.061501], [114.460956, 16.069092], [114.477307, 16.073012], [114.509424, 16.07128], [114.519158, 16.066243], [114.520886, 16.062159], [114.517351, 16.058361], [114.480761, 16.036499]]], [[[111.786568, 16.030688], [111.778664, 16.030011], [111.771891, 16.031592], [111.756195, 16.043559], [111.752358, 16.049317], [111.751454, 16.05643], [111.753035, 16.061173], [111.756874, 16.063543], [111.791083, 16.071785], [111.811067, 16.074947], [111.818858, 16.074834], [111.824843, 16.072914], [111.827326, 16.069527], [111.828229, 16.063882], [111.8271, 16.057108], [111.823712, 16.051237], [111.8026, 16.036785], [111.786568, 16.030688]]], [[[111.7189, 16.203634], [111.700681, 16.204233], [111.698506, 16.208584], [111.69905, 16.21114], [111.701605, 16.21424], [111.705413, 16.215708], [111.717106, 16.213968], [111.720532, 16.209672], [111.7189, 16.203634]]], [[[114.723619, 16.182495], [114.698985, 16.17207], [114.700377, 16.201171], [114.733786, 16.21089], [114.798637, 16.216761], [114.806385, 16.21652], [114.811406, 16.214372], [114.815051, 16.209529], [114.814938, 16.204915], [114.81194, 16.200467], [114.802845, 16.19579], [114.787857, 16.192337], [114.738094, 16.186573], [114.723619, 16.182495]]], [[[111.677979, 16.262571], [111.676941, 16.256607], [111.668643, 16.248827], [111.658529, 16.242084], [111.644784, 16.238972], [111.621443, 16.222634], [111.594213, 16.200331], [111.590841, 16.192292], [111.596288, 16.183215], [111.601993, 16.179843], [111.609254, 16.179583], [111.61911, 16.181399], [111.628964, 16.186067], [111.637782, 16.195922], [111.647377, 16.203184], [111.663456, 16.208889], [111.691205, 16.213038], [111.695095, 16.210186], [111.69717, 16.202925], [111.695874, 16.20033], [111.686018, 16.195144], [111.665272, 16.192032], [111.651785, 16.186067], [111.64219, 16.17725], [111.606402, 16.158318], [111.585118, 16.155707], [111.571892, 16.159079], [111.563593, 16.164785], [111.561518, 16.17386], [111.564888, 16.197459], [111.573185, 16.210425], [111.608217, 16.236379], [111.644784, 16.257644], [111.651008, 16.260237], [111.655416, 16.260237], [111.65801, 16.257126], [111.664233, 16.260756], [111.676423, 16.264127], [111.677979, 16.262571]]], [[[111.808369, 16.263686], [111.816253, 16.247836], [111.817248, 16.240367], [111.812103, 16.226093], [111.795671, 16.209994], [111.77509, 16.199371], [111.758493, 16.195388], [111.747704, 16.194724], [111.726128, 16.200534], [111.725463, 16.203189], [111.727621, 16.208168], [111.730608, 16.209496], [111.759654, 16.21099], [111.776086, 16.216134], [111.785547, 16.222442], [111.788866, 16.227587], [111.79036, 16.237712], [111.789198, 16.245014], [111.784883, 16.25182], [111.78007, 16.254973], [111.768617, 16.257629], [111.759489, 16.257629], [111.755339, 16.25431], [111.745049, 16.252317], [111.711687, 16.250658], [111.681646, 16.257961], [111.679156, 16.262442], [111.679488, 16.264268], [111.685629, 16.266094], [111.697414, 16.266426], [111.722642, 16.263604], [111.785298, 16.276467], [111.793098, 16.274475], [111.808369, 16.263686]]], [[[112.534114, 16.291023], [112.526362, 16.28764], [112.470989, 16.290664], [112.442508, 16.281309], [112.428733, 16.272874], [112.406293, 16.265223], [112.378611, 16.267558], [112.374271, 16.270872], [112.374209, 16.279224], [112.381076, 16.28762], [112.397457, 16.295236], [112.42421, 16.303751], [112.447526, 16.308901], [112.494184, 16.315855], [112.504548, 16.319253], [112.524427, 16.320201], [112.532248, 16.3144], [112.53579, 16.301056], [112.534114, 16.291023]]], [[[112.00697, 16.309527], [111.990902, 16.308921], [111.972587, 16.32084], [111.96967, 16.325734], [111.973107, 16.335459], [111.977595, 16.340344], [111.998082, 16.352625], [112.027161, 16.35915], [112.0352, 16.359209], [112.042309, 16.362108], [112.069904, 16.351368], [112.073402, 16.348074], [112.077248, 16.340414], [112.076337, 16.333098], [112.071137, 16.325422], [112.062448, 16.321268], [112.05664, 16.316205], [112.051631, 16.314715], [112.033047, 16.314091], [112.00697, 16.309527]]], [[[112.696476, 16.333639], [112.688714, 16.329426], [112.67487, 16.330191], [112.667065, 16.333492], [112.666137, 16.346015], [112.672977, 16.361082], [112.681606, 16.364466], [112.69289, 16.358677], [112.697282, 16.345336], [112.696476, 16.333639]]], [[[116.719865, 16.299159], [116.709426, 16.298637], [116.704014, 16.301676], [116.693869, 16.317463], [116.690739, 16.347442], [116.702218, 16.364481], [116.713942, 16.375297], [116.720486, 16.376521], [116.729971, 16.374855], [116.74095, 16.367821], [116.743549, 16.362374], [116.743435, 16.323524], [116.734778, 16.305741], [116.731787, 16.302503], [116.719865, 16.299159]]], [[[112.672812, 16.390312], [112.659878, 16.38273], [112.650356, 16.383517], [112.641684, 16.387647], [112.639861, 16.405176], [112.646693, 16.421077], [112.655303, 16.428638], [112.667439, 16.42369], [112.674409, 16.415374], [112.677074, 16.40286], [112.672812, 16.390312]]], [[[111.702856, 16.454993], [111.711724, 16.455681], [111.715463, 16.452875], [111.717205, 16.448651], [111.714174, 16.44591], [111.706469, 16.444943], [111.693636, 16.448039], [111.692959, 16.451166], [111.695924, 16.455842], [111.702856, 16.454993]]], [[[111.544996, 16.443759], [111.541332, 16.436665], [111.536904, 16.434329], [111.532355, 16.434329], [111.511069, 16.440798], [111.496236, 16.438582], [111.490273, 16.439145], [111.489223, 16.44492], [111.490508, 16.448792], [111.495152, 16.453743], [111.516295, 16.460643], [111.534009, 16.463484], [111.54018, 16.462438], [111.543921, 16.459378], [111.546568, 16.450147], [111.544996, 16.443759]]], [[[111.603927, 16.440527], [111.595757, 16.440288], [111.577965, 16.446569], [111.573738, 16.449409], [111.568149, 16.465354], [111.568306, 16.472004], [111.571474, 16.48501], [111.579025, 16.492871], [111.584068, 16.494592], [111.587814, 16.492801], [111.607001, 16.465865], [111.61106, 16.44926], [111.609584, 16.442372], [111.603927, 16.440527]]], [[[111.586365, 16.501563], [111.582331, 16.502871], [111.582101, 16.506853], [111.584849, 16.509621], [111.588734, 16.507659], [111.588432, 16.502772], [111.586365, 16.501563]]], [[[112.502768, 16.467899], [112.501918, 16.467058], [112.494106, 16.471189], [112.491467, 16.47702], [112.490529, 16.487869], [112.494809, 16.49541], [112.514661, 16.504707], [112.57072, 16.539256], [112.579418, 16.533457], [112.582048, 16.527626], [112.574323, 16.515058], [112.551909, 16.50074], [112.527717, 16.493091], [112.516527, 16.483843], [112.502768, 16.467899]]], [[[111.719158, 16.544313], [111.718047, 16.543073], [111.71579, 16.544868], [111.718775, 16.545982], [111.719158, 16.544313]]], [[[111.606568, 16.528901], [111.601216, 16.528193], [111.595234, 16.530711], [111.594762, 16.534412], [111.596808, 16.537875], [111.607986, 16.546298], [111.622707, 16.550077], [111.626642, 16.549998], [111.629082, 16.547715], [111.627823, 16.541969], [111.623572, 16.537403], [111.618298, 16.535829], [111.610505, 16.529216], [111.606568, 16.528901]]], [[[111.747228, 16.45756], [111.738679, 16.453932], [111.734497, 16.454793], [111.735481, 16.47066], [111.739171, 16.475825], [111.747043, 16.478039], [111.755032, 16.483765], [111.760942, 16.497226], [111.760695, 16.503622], [111.757866, 16.520965], [111.736135, 16.540374], [111.734164, 16.547755], [111.739616, 16.5537], [111.754423, 16.547533], [111.781852, 16.522072], [111.783573, 16.514569], [111.778285, 16.498088], [111.762142, 16.472142], [111.747228, 16.45756]]], [[[111.68747, 16.565471], [111.685703, 16.565685], [111.685587, 16.567188], [111.68747, 16.565471]]], [[[112.641475, 16.567417], [112.638212, 16.565801], [112.632326, 16.567252], [112.631884, 16.572142], [112.635113, 16.573204], [112.640434, 16.571079], [112.641475, 16.567417]]], [[[111.66467, 16.558552], [111.662308, 16.556348], [111.650658, 16.560599], [111.649477, 16.564063], [111.650894, 16.567368], [111.667346, 16.57839], [111.674746, 16.578861], [111.677658, 16.576657], [111.677737, 16.569888], [111.664827, 16.560757], [111.66467, 16.558552]]], [[[111.726617, 16.562427], [111.719632, 16.562132], [111.709693, 16.570989], [111.699952, 16.575711], [111.696607, 16.579845], [111.688735, 16.584961], [111.685684, 16.589487], [111.686995, 16.593964], [111.691673, 16.596428], [111.704379, 16.598244], [111.712154, 16.59608], [111.718156, 16.591554], [111.722977, 16.585157], [111.728192, 16.566068], [111.726617, 16.562427]]], [[[112.741339, 16.654959], [112.735089, 16.653751], [112.723267, 16.657742], [112.718162, 16.662927], [112.715966, 16.669182], [112.717181, 16.677863], [112.725393, 16.680856], [112.731105, 16.680243], [112.743735, 16.671414], [112.746643, 16.664908], [112.74554, 16.659663], [112.741339, 16.654959]]], [[[112.878698, 16.755662], [112.873318, 16.754234], [112.866521, 16.757563], [112.865425, 16.76453], [112.869349, 16.774746], [112.882092, 16.785423], [112.888698, 16.78885], [112.898394, 16.789316], [112.902378, 16.786357], [112.902855, 16.778286], [112.899366, 16.768925], [112.890148, 16.759962], [112.878698, 16.755662]]], [[[112.249218, 16.753719], [112.241692, 16.752944], [112.231129, 16.75505], [112.199348, 16.775879], [112.198507, 16.787484], [112.205972, 16.797693], [112.219531, 16.79706], [112.257317, 16.779898], [112.26039, 16.771936], [112.255954, 16.760296], [112.249218, 16.753719]]], [[[112.355437, 16.841652], [112.347215, 16.831211], [112.335689, 16.822885], [112.329798, 16.825313], [112.324303, 16.836303], [112.326127, 16.840095], [112.32856, 16.840983], [112.343433, 16.841812], [112.346072, 16.847531], [112.355619, 16.844525], [112.355437, 16.841652]]], [[[112.347243, 16.913712], [112.338621, 16.91518], [112.335228, 16.91784], [112.326055, 16.937559], [112.298999, 16.961957], [112.297257, 16.968744], [112.3001, 16.975164], [112.313674, 16.972412], [112.329082, 16.964157], [112.345225, 16.945998], [112.355588, 16.92692], [112.354305, 16.919766], [112.351646, 16.916006], [112.347243, 16.913712]]], [[[112.288442, 16.969469], [112.271741, 16.967707], [112.248172, 16.968449], [112.217685, 16.962229], [112.210446, 16.963001], [112.20504, 16.964256], [112.198251, 16.969376], [112.195561, 16.980326], [112.198345, 16.985058], [112.203077, 16.988585], [112.218016, 16.994709], [112.234069, 16.999255], [112.250121, 16.998698], [112.261813, 16.995822], [112.283154, 16.986635], [112.291145, 16.981342], [112.29433, 16.97777], [112.294234, 16.975164], [112.288442, 16.969469]]], [[[111.470477, 17.061371], [111.46375, 17.060361], [111.456962, 17.066692], [111.454028, 17.074552], [111.462006, 17.077933], [111.469341, 17.074469], [111.472777, 17.067745], [111.470477, 17.061371]]], [[[111.554678, 17.110347], [111.558533, 17.101322], [111.557899, 17.094683], [111.554427, 17.089477], [111.546154, 17.083687], [111.522488, 17.07544], [111.508409, 17.067014], [111.488869, 17.060304], [111.481206, 17.059774], [111.477447, 17.062604], [111.474626, 17.075277], [111.477109, 17.078686], [111.496656, 17.075973], [111.502526, 17.08046], [111.506502, 17.087028], [111.512344, 17.091037], [111.518871, 17.093657], [111.528931, 17.094137], [111.533515, 17.095877], [111.535069, 17.10112], [111.531849, 17.106464], [111.518663, 17.105589], [111.498125, 17.097296], [111.481771, 17.093959], [111.472838, 17.090471], [111.462838, 17.082187], [111.45264, 17.076873], [111.444409, 17.082563], [111.444063, 17.088075], [111.44513, 17.092871], [111.447083, 17.094666], [111.485199, 17.107424], [111.503871, 17.11828], [111.527907, 17.122371], [111.537231, 17.121721], [111.546215, 17.117175], [111.554678, 17.110347]]], [[[109.699403, 18.184355], [109.692835, 18.182024], [109.690839, 18.185339], [109.697808, 18.188874], [109.699403, 18.184355]]], [[[109.663897, 18.213429], [109.658594, 18.215958], [109.65776, 18.221146], [109.65967, 18.222424], [109.664905, 18.21761], [109.667506, 18.217393], [109.663897, 18.213429]]], [[[109.417555, 18.21345], [109.412222, 18.213474], [109.413323, 18.222635], [109.418042, 18.21711], [109.417555, 18.21345]]], [[[109.485492, 18.237304], [109.473242, 18.230672], [109.473624, 18.235135], [109.479723, 18.238524], [109.482661, 18.237089], [109.485501, 18.238687], [109.485994, 18.241613], [109.493844, 18.24511], [109.493219, 18.24194], [109.485492, 18.237304]]], [[[109.37316, 18.22661], [109.363413, 18.229593], [109.365897, 18.243332], [109.368163, 18.245968], [109.374846, 18.238266], [109.377749, 18.2311], [109.37316, 18.22661]]], [[[109.278315, 18.284439], [109.273946, 18.283623], [109.271544, 18.28617], [109.271562, 18.290651], [109.275962, 18.291003], [109.278404, 18.288144], [109.278315, 18.284439]]], [[[109.283012, 18.296441], [109.281359, 18.291647], [109.276045, 18.292698], [109.275677, 18.297175], [109.27821, 18.29635], [109.281749, 18.29772], [109.283012, 18.296441]]], [[[109.762232, 18.305976], [109.755705, 18.311416], [109.75545, 18.315274], [109.764233, 18.316286], [109.768421, 18.315171], [109.767456, 18.309396], [109.762232, 18.305976]]], [[[109.116378, 18.344141], [109.112442, 18.343743], [109.109859, 18.34539], [109.107417, 18.35134], [109.111097, 18.352392], [109.11195, 18.348697], [109.1166, 18.346771], [109.116378, 18.344141]]], [[[110.200008, 18.579394], [110.194642, 18.574598], [110.192866, 18.575128], [110.193658, 18.578161], [110.197565, 18.58213], [110.200008, 18.579394]]], [[[110.196635, 18.604252], [110.193295, 18.604666], [110.191524, 18.606683], [110.19545, 18.608421], [110.197906, 18.61219], [110.200005, 18.607564], [110.196635, 18.604252]]], [[[110.205378, 18.610058], [110.201132, 18.611614], [110.202938, 18.613562], [110.202079, 18.616934], [110.203128, 18.617474], [110.206212, 18.617339], [110.208472, 18.614758], [110.207866, 18.611593], [110.205378, 18.610058]]], [[[110.357001, 18.637536], [110.352927, 18.638384], [110.352989, 18.641155], [110.360724, 18.643525], [110.363055, 18.640251], [110.357001, 18.637536]]], [[[110.481322, 18.655519], [110.477532, 18.656906], [110.474778, 18.667734], [110.480419, 18.674816], [110.486011, 18.674674], [110.493058, 18.671314], [110.494588, 18.667035], [110.491992, 18.661963], [110.485812, 18.656859], [110.481322, 18.655519]]], [[[110.481062, 18.67674], [110.472987, 18.675635], [110.469899, 18.687929], [110.471415, 18.690164], [110.475754, 18.690444], [110.479403, 18.683553], [110.483297, 18.680546], [110.483879, 18.679197], [110.481062, 18.67674]]], [[[110.466922, 18.87577], [110.464695, 18.874571], [110.466187, 18.874605], [110.467008, 18.87143], [110.463353, 18.874557], [110.467265, 18.877084], [110.466922, 18.87577]]], [[[110.565255, 19.135044], [110.562139, 19.13486], [110.560802, 19.136991], [110.560346, 19.143604], [110.569041, 19.150156], [110.574952, 19.150875], [110.574722, 19.140972], [110.565255, 19.135044]]], [[[110.6208, 19.2107], [110.6183, 19.2108], [110.6187, 19.2193], [110.624, 19.2167], [110.6246, 19.2142], [110.6208, 19.2107]]], [[[113.889461, 19.159841], [113.869297, 19.153316], [113.84914, 19.15407], [113.827353, 19.160193], [113.806372, 19.172825], [113.794643, 19.200794], [113.801892, 19.224943], [113.823672, 19.233771], [113.845451, 19.238001], [113.87119, 19.238845], [113.91566, 19.225386], [113.924939, 19.206992], [113.918498, 19.189364], [113.910026, 19.174029], [113.889461, 19.159841]]], [[[108.666583, 19.318611], [108.663663, 19.316667], [108.661352, 19.317041], [108.668932, 19.325289], [108.666583, 19.318611]]], [[[113.022474, 19.47582], [113.007345, 19.470438], [112.995625, 19.471382], [112.988185, 19.474066], [112.980139, 19.482712], [112.975503, 19.497875], [112.979999, 19.516328], [112.988602, 19.527826], [113.003097, 19.532845], [113.011372, 19.533255], [113.023976, 19.53059], [113.036015, 19.520332], [113.043239, 19.507818], [113.04301, 19.495129], [113.033637, 19.482212], [113.022474, 19.47582]]], [[[109.163947, 19.653903], [109.166871, 19.654969], [109.167956, 19.652799], [109.165981, 19.650476], [109.158272, 19.647607], [109.151792, 19.649985], [109.148321, 19.655844], [109.151084, 19.658937], [109.155763, 19.659988], [109.162005, 19.656636], [109.163947, 19.653903]]], [[[109.176007, 19.6744], [109.179258, 19.675333], [109.182302, 19.674192], [109.185038, 19.66453], [109.177569, 19.657773], [109.170382, 19.654799], [109.167074, 19.658053], [109.164385, 19.657965], [109.161745, 19.660105], [109.164615, 19.673464], [109.16781, 19.67576], [109.176007, 19.6744]]], [[[109.199811, 19.68918], [109.202605, 19.686125], [109.200705, 19.678021], [109.190546, 19.668588], [109.185787, 19.667903], [109.18474, 19.669826], [109.188181, 19.672072], [109.18641, 19.675184], [109.191464, 19.675027], [109.188538, 19.678482], [109.191878, 19.679424], [109.194491, 19.677968], [109.196318, 19.680138], [109.191978, 19.684036], [109.19547, 19.686709], [109.192535, 19.68785], [109.188314, 19.685754], [109.188714, 19.688323], [109.191357, 19.69131], [109.194987, 19.692444], [109.198136, 19.691674], [109.199811, 19.68918]]], [[[111.203637, 19.905476], [111.202451, 19.904584], [111.199868, 19.906039], [111.196966, 19.910209], [111.198289, 19.914252], [111.199968, 19.914225], [111.204041, 19.908015], [111.203637, 19.905476]]], [[[110.562547, 20.024711], [110.566462, 20.023308], [110.565089, 20.018975], [110.559159, 20.020975], [110.558028, 20.019845], [110.561994, 20.01702], [110.560968, 20.014942], [110.555115, 20.015826], [110.552958, 20.014527], [110.556252, 20.023177], [110.562547, 20.024711]]], [[[110.228172, 20.076909], [110.23241, 20.076622], [110.237153, 20.071235], [110.240306, 20.069873], [110.2445, 20.07139], [110.246314, 20.076297], [110.245719, 20.067642], [110.239087, 20.061872], [110.230788, 20.062615], [110.227249, 20.065292], [110.22475, 20.070914], [110.226981, 20.078944], [110.228172, 20.076909]]], [[[110.686002, 20.159675], [110.68779, 20.15906], [110.686841, 20.155854], [110.689362, 20.151098], [110.68977, 20.145736], [110.698535, 20.134084], [110.705095, 20.102377], [110.720959, 20.069632], [110.73164, 20.057685], [110.74458, 20.047732], [110.750488, 20.044982], [110.76136, 20.044749], [110.763782, 20.043156], [110.763859, 20.036211], [110.765852, 20.030358], [110.771303, 20.0217], [110.781237, 20.011926], [110.795353, 20.007362], [110.811234, 20.006406], [110.836406, 19.995372], [110.845407, 19.995679], [110.853937, 19.991616], [110.859827, 19.992846], [110.860681, 19.99563], [110.870859, 19.993457], [110.882962, 19.995049], [110.89145, 19.998612], [110.905915, 19.998537], [110.914029, 20.001624], [110.914456, 20.005625], [110.917856, 20.006425], [110.919123, 20.010615], [110.921719, 20.01117], [110.923504, 20.013928], [110.928089, 20.014845], [110.932735, 20.011713], [110.952591, 19.975406], [110.953209, 19.95285], [110.97102, 19.903702], [110.970885, 19.899099], [110.99518, 19.823147], [110.998602, 19.741498], [111.002297, 19.710702], [111.005891, 19.695265], [111.009854, 19.683418], [111.011931, 19.686175], [111.018583, 19.683776], [111.026023, 19.683579], [111.022602, 19.6814], [111.025207, 19.674554], [111.029767, 19.670833], [111.030337, 19.663173], [111.027303, 19.654538], [111.03433, 19.650291], [111.033767, 19.647762], [111.031297, 19.647572], [111.030772, 19.644212], [111.03429, 19.642179], [111.038925, 19.64478], [111.042195, 19.643063], [111.04022, 19.63832], [111.037674, 19.636984], [111.028397, 19.635911], [111.014668, 19.642371], [110.983237, 19.64334], [110.979748, 19.641381], [110.965135, 19.618118], [110.956122, 19.607778], [110.935626, 19.594282], [110.917725, 19.586355], [110.911701, 19.579931], [110.908482, 19.573768], [110.901177, 19.568896], [110.892955, 19.556809], [110.88626, 19.551661], [110.8834, 19.544825], [110.875507, 19.540282], [110.871922, 19.530912], [110.864434, 19.524223], [110.857291, 19.524315], [110.844552, 19.532284], [110.844098, 19.538299], [110.845362, 19.539426], [110.843639, 19.546021], [110.830632, 19.557701], [110.831448, 19.558963], [110.839303, 19.554448], [110.842072, 19.555239], [110.838681, 19.562702], [110.835119, 19.563453], [110.829984, 19.561441], [110.826771, 19.566207], [110.826937, 19.574135], [110.831084, 19.5785], [110.832235, 19.586748], [110.823098, 19.597059], [110.832537, 19.607067], [110.842153, 19.61255], [110.853478, 19.606875], [110.867051, 19.60767], [110.873789, 19.609667], [110.871094, 19.610773], [110.868352, 19.61708], [110.879857, 19.624136], [110.879667, 19.634397], [110.882324, 19.64088], [110.888694, 19.646932], [110.897829, 19.64659], [110.903071, 19.647575], [110.902624, 19.649064], [110.895827, 19.647806], [110.888058, 19.649262], [110.879713, 19.645473], [110.877222, 19.641842], [110.879059, 19.637628], [110.877904, 19.624099], [110.871478, 19.620453], [110.862836, 19.620852], [110.858178, 19.626831], [110.838682, 19.626549], [110.835471, 19.628085], [110.819242, 19.625068], [110.814979, 19.625802], [110.812037, 19.62288], [110.811992, 19.618315], [110.807838, 19.61487], [110.808439, 19.612601], [110.805382, 19.61194], [110.804183, 19.612715], [110.806642, 19.613226], [110.806325, 19.61448], [110.802539, 19.616538], [110.800326, 19.621435], [110.796821, 19.619216], [110.794984, 19.624742], [110.79109, 19.62913], [110.785305, 19.628069], [110.779456, 19.623898], [110.780771, 19.617208], [110.788737, 19.608332], [110.793568, 19.609364], [110.79936, 19.589919], [110.802184, 19.588691], [110.806626, 19.590841], [110.811667, 19.581628], [110.814412, 19.582351], [110.816954, 19.579237], [110.817867, 19.570628], [110.820464, 19.565664], [110.836537, 19.54298], [110.837748, 19.538277], [110.836403, 19.529613], [110.830801, 19.530434], [110.827023, 19.542385], [110.81698, 19.539036], [110.808952, 19.532039], [110.805085, 19.521391], [110.807995, 19.499445], [110.805148, 19.485221], [110.789929, 19.474581], [110.787752, 19.47229], [110.79008, 19.470524], [110.781534, 19.461645], [110.769879, 19.457696], [110.766539, 19.453846], [110.760474, 19.455338], [110.763821, 19.448815], [110.770511, 19.452328], [110.774161, 19.450701], [110.764986, 19.440615], [110.762212, 19.427973], [110.759779, 19.425428], [110.753482, 19.420405], [110.740947, 19.415557], [110.731396, 19.409286], [110.730559, 19.406885], [110.725891, 19.411733], [110.72121, 19.41393], [110.708845, 19.414179], [110.699675, 19.410534], [110.691625, 19.405559], [110.683661, 19.395785], [110.676205, 19.391069], [110.67156, 19.382163], [110.6726, 19.37415], [110.669641, 19.361378], [110.675552, 19.347431], [110.683708, 19.339178], [110.684402, 19.334694], [110.682051, 19.327286], [110.676977, 19.319103], [110.66549, 19.314845], [110.659272, 19.307095], [110.656514, 19.311661], [110.652611, 19.313632], [110.644576, 19.313436], [110.637657, 19.308931], [110.632772, 19.297629], [110.633268, 19.289717], [110.637432, 19.284275], [110.638929, 19.276114], [110.637555, 19.265672], [110.634061, 19.254308], [110.622764, 19.237248], [110.619298, 19.23639], [110.624188, 19.23223], [110.616638, 19.222409], [110.613204, 19.206982], [110.60782, 19.201089], [110.601768, 19.19875], [110.597073, 19.194639], [110.58864, 19.172169], [110.586506, 19.158515], [110.579115, 19.158455], [110.574349, 19.156183], [110.565737, 19.150591], [110.563937, 19.146891], [110.559807, 19.145742], [110.555599, 19.142135], [110.562426, 19.131646], [110.561047, 19.124475], [110.564735, 19.11798], [110.560101, 19.108234], [110.557305, 19.107097], [110.553572, 19.10825], [110.554993, 19.099131], [110.559938, 19.094745], [110.562958, 19.095767], [110.562485, 19.102064], [110.566355, 19.107364], [110.564219, 19.111803], [110.567745, 19.117078], [110.568294, 19.127264], [110.564766, 19.130035], [110.564419, 19.132502], [110.571727, 19.134739], [110.572272, 19.132934], [110.576328, 19.13164], [110.567501, 19.047623], [110.565915, 19.046427], [110.559371, 19.047669], [110.542047, 19.043466], [110.537141, 19.038391], [110.532262, 19.019804], [110.52403, 19.008035], [110.51874, 18.99688], [110.513523, 18.971403], [110.511045, 18.938954], [110.511062, 18.920526], [110.514538, 18.891481], [110.513124, 18.890326], [110.508083, 18.894546], [110.491627, 18.888843], [110.480094, 18.882134], [110.480764, 18.880374], [110.471852, 18.869773], [110.468372, 18.875237], [110.46886, 18.87877], [110.465064, 18.87654], [110.46276, 18.874493], [110.465434, 18.871676], [110.46698, 18.860064], [110.469569, 18.854168], [110.469319, 18.849453], [110.464924, 18.8469], [110.459733, 18.839044], [110.460217, 18.837771], [110.436761, 18.838215], [110.434906, 18.835675], [110.436141, 18.830786], [110.433751, 18.822899], [110.43464, 18.820313], [110.439468, 18.813545], [110.444239, 18.810417], [110.447321, 18.810831], [110.447117, 18.808807], [110.455923, 18.809719], [110.468547, 18.802598], [110.483354, 18.801594], [110.487073, 18.799009], [110.489338, 18.792124], [110.496734, 18.793552], [110.497751, 18.797916], [110.500292, 18.799206], [110.512537, 18.801767], [110.51191, 18.80683], [110.4984, 18.820204], [110.498067, 18.823959], [110.505025, 18.828848], [110.50229, 18.840454], [110.494805, 18.848442], [110.491255, 18.869356], [110.49669, 18.887879], [110.507785, 18.891773], [110.510011, 18.889803], [110.513736, 18.879597], [110.513721, 18.866504], [110.519432, 18.8286], [110.531361, 18.793207], [110.533968, 18.791782], [110.535661, 18.793373], [110.538178, 18.793112], [110.540576, 18.790299], [110.539242, 18.781853], [110.532677, 18.782736], [110.53137, 18.786106], [110.533017, 18.787458], [110.528532, 18.78913], [110.524121, 18.788344], [110.517426, 18.784066], [110.513212, 18.777428], [110.513709, 18.773348], [110.506722, 18.781649], [110.502403, 18.78136], [110.495115, 18.7762], [110.492934, 18.773074], [110.492843, 18.769348], [110.487698, 18.765892], [110.488106, 18.771453], [110.48318, 18.775845], [110.472278, 18.774868], [110.46441, 18.769329], [110.453396, 18.750666], [110.448484, 18.732196], [110.444913, 18.730118], [110.440466, 18.732956], [110.434792, 18.726979], [110.429035, 18.707882], [110.427249, 18.681093], [110.414514, 18.668485], [110.41349, 18.660372], [110.409088, 18.661162], [110.406156, 18.663636], [110.404241, 18.665931], [110.403742, 18.670546], [110.400538, 18.671005], [110.397033, 18.66922], [110.396676, 18.674738], [110.392938, 18.676106], [110.388544, 18.675614], [110.377448, 18.669067], [110.37476, 18.672739], [110.371141, 18.672347], [110.36218, 18.666326], [110.35934, 18.661563], [110.35362, 18.663016], [110.353416, 18.670041], [110.347101, 18.673105], [110.338784, 18.672742], [110.32728, 18.667597], [110.32697, 18.670595], [110.33326, 18.673573], [110.337015, 18.678519], [110.345055, 18.684072], [110.359214, 18.689185], [110.369682, 18.686443], [110.377979, 18.686208], [110.383929, 18.688617], [110.391096, 18.685591], [110.398968, 18.684867], [110.401507, 18.686151], [110.404862, 18.694817], [110.410072, 18.695674], [110.409499, 18.68595], [110.410664, 18.683202], [110.413655, 18.683194], [110.413169, 18.691409], [110.415613, 18.692923], [110.41549, 18.696313], [110.411045, 18.697318], [110.406295, 18.701875], [110.39292, 18.703605], [110.391325, 18.701566], [110.399229, 18.691063], [110.397961, 18.687575], [110.382664, 18.692195], [110.376935, 18.691216], [110.370713, 18.687858], [110.363593, 18.690682], [110.349089, 18.689733], [110.324507, 18.674019], [110.322867, 18.671228], [110.326271, 18.667761], [110.324251, 18.664853], [110.312083, 18.659928], [110.306452, 18.660096], [110.304398, 18.664241], [110.296387, 18.667443], [110.281869, 18.669218], [110.274358, 18.664706], [110.26748, 18.663838], [110.256174, 18.658813], [110.243805, 18.648666], [110.226028, 18.629533], [110.221045, 18.632186], [110.217333, 18.631578], [110.197693, 18.617928], [110.18811, 18.608825], [110.179185, 18.59211], [110.17294, 18.584852], [110.168683, 18.583664], [110.162905, 18.584735], [110.15693, 18.582304], [110.148352, 18.57241], [110.139834, 18.553969], [110.132403, 18.549778], [110.1293, 18.549464], [110.126988, 18.552002], [110.124112, 18.551073], [110.111225, 18.541994], [110.1036, 18.531124], [110.098003, 18.519126], [110.09258, 18.500025], [110.085193, 18.4868], [110.07791, 18.462898], [110.06764, 18.411729], [110.058102, 18.411506], [110.063994, 18.424114], [110.064349, 18.431113], [110.063091, 18.436722], [110.055145, 18.444489], [110.052697, 18.445216], [110.039754, 18.431596], [110.038867, 18.427646], [110.04059, 18.42338], [110.048534, 18.420673], [110.047192, 18.417223], [110.042744, 18.416382], [110.042073, 18.410558], [110.047519, 18.406991], [110.060423, 18.407325], [110.053837, 18.394818], [110.05466, 18.391005], [110.049502, 18.386145], [110.03799, 18.385063], [110.026401, 18.386336], [110.021234, 18.384838], [110.013875, 18.378384], [110.000262, 18.374572], [109.997502, 18.376867], [109.999416, 18.379649], [109.998665, 18.381706], [109.991738, 18.386193], [109.987542, 18.386774], [109.97996, 18.384722], [109.972375, 18.386469], [109.967845, 18.389478], [109.96917, 18.398423], [109.966089, 18.40892], [109.972143, 18.410232], [109.988142, 18.397272], [110.000556, 18.396218], [110.005515, 18.39664], [110.018472, 18.409491], [110.022277, 18.416176], [110.023026, 18.421478], [110.029213, 18.429472], [110.031948, 18.435871], [110.031316, 18.440082], [110.02362, 18.446684], [110.020236, 18.444646], [110.020458, 18.438552], [110.018212, 18.43832], [110.016331, 18.43155], [110.005039, 18.432534], [110.002613, 18.43566], [109.996766, 18.434138], [109.995786, 18.432468], [109.986755, 18.435332], [109.977435, 18.419248], [109.972221, 18.417185], [109.967311, 18.41116], [109.92925, 18.4173], [109.901914, 18.413953], [109.890347, 18.410407], [109.870973, 18.401228], [109.858919, 18.39099], [109.846358, 18.387959], [109.8225, 18.377851], [109.816871, 18.380596], [109.817518, 18.391254], [109.815144, 18.395917], [109.806266, 18.401244], [109.796638, 18.402863], [109.787236, 18.401924], [109.766504, 18.391829], [109.754852, 18.377823], [109.748101, 18.366448], [109.739424, 18.346401], [109.73349, 18.324117], [109.725757, 18.310387], [109.720846, 18.297275], [109.719719, 18.286045], [109.721163, 18.278226], [109.728022, 18.275549], [109.733863, 18.277127], [109.737415, 18.272336], [109.730722, 18.270641], [109.724562, 18.272533], [109.720901, 18.26956], [109.72075, 18.265129], [109.719297, 18.263697], [109.70921, 18.263858], [109.706279, 18.266799], [109.704847, 18.272893], [109.708107, 18.27811], [109.703145, 18.28635], [109.700452, 18.287325], [109.693746, 18.285033], [109.693729, 18.277091], [109.685147, 18.276922], [109.680924, 18.279175], [109.673945, 18.275897], [109.6777, 18.263057], [109.680672, 18.260128], [109.686261, 18.258903], [109.692998, 18.262364], [109.697697, 18.271471], [109.696587, 18.281377], [109.699948, 18.284728], [109.703261, 18.268693], [109.701368, 18.265238], [109.704754, 18.259748], [109.729097, 18.262412], [109.741412, 18.254947], [109.742569, 18.248958], [109.740946, 18.238644], [109.733325, 18.233314], [109.730613, 18.234205], [109.726319, 18.232282], [109.730986, 18.224759], [109.727357, 18.212653], [109.720875, 18.214586], [109.713563, 18.220976], [109.706935, 18.218618], [109.70186, 18.210605], [109.703004, 18.207693], [109.70782, 18.206543], [109.711523, 18.197044], [109.699652, 18.19718], [109.688878, 18.208695], [109.687521, 18.216059], [109.69461, 18.22166], [109.69577, 18.220754], [109.696062, 18.223912], [109.686174, 18.235382], [109.671248, 18.237175], [109.659876, 18.233466], [109.646689, 18.232648], [109.632277, 18.228619], [109.609787, 18.21434], [109.61057, 18.201634], [109.606679, 18.194017], [109.609837, 18.190094], [109.612659, 18.190998], [109.615112, 18.188766], [109.621958, 18.17393], [109.618033, 18.17137], [109.606212, 18.182168], [109.604684, 18.178187], [109.600885, 18.174883], [109.598112, 18.177401], [109.594181, 18.176852], [109.582219, 18.180169], [109.579207, 18.177557], [109.580711, 18.16797], [109.573144, 18.167517], [109.572388, 18.164058], [109.574017, 18.159389], [109.558073, 18.172473], [109.56789, 18.180552], [109.56528, 18.191012], [109.575019, 18.202803], [109.575283, 18.206974], [109.566126, 18.207323], [109.55791, 18.210697], [109.557293, 18.216297], [109.544536, 18.220021], [109.543698, 18.221432], [109.549344, 18.227583], [109.553521, 18.230244], [109.556316, 18.229683], [109.561448, 18.235217], [109.574252, 18.240019], [109.570112, 18.255477], [109.565742, 18.257493], [109.564138, 18.252197], [109.565291, 18.244511], [109.563404, 18.240071], [109.555584, 18.237784], [109.549992, 18.233547], [109.545463, 18.234238], [109.532613, 18.229177], [109.53182, 18.224716], [109.533497, 18.221834], [109.540198, 18.22052], [109.539902, 18.208487], [109.537842, 18.205235], [109.533695, 18.207266], [109.524196, 18.222043], [109.513341, 18.221856], [109.510257, 18.218794], [109.509236, 18.212189], [109.505388, 18.2085], [109.503337, 18.208525], [109.500311, 18.211672], [109.496564, 18.211299], [109.494277, 18.200815], [109.489835, 18.191546], [109.488394, 18.189427], [109.481667, 18.188397], [109.478491, 18.19039], [109.471449, 18.200914], [109.470923, 18.209253], [109.474199, 18.212148], [109.486518, 18.214781], [109.490478, 18.219289], [109.491658, 18.224754], [109.490145, 18.226697], [109.485005, 18.227199], [109.483198, 18.229775], [109.496881, 18.234687], [109.49824, 18.238567], [109.496552, 18.250112], [109.491829, 18.258687], [109.485922, 18.264865], [109.477024, 18.272051], [109.460763, 18.281115], [109.448741, 18.285438], [109.427289, 18.289416], [109.354682, 18.290138], [109.344444, 18.292644], [109.343438, 18.296407], [109.334897, 18.302836], [109.322535, 18.305679], [109.309334, 18.306294], [109.258014, 18.301273], [109.253061, 18.298503], [109.24476, 18.297729], [109.23789, 18.301667], [109.221648, 18.300523], [109.203619, 18.293798], [109.193089, 18.28641], [109.183783, 18.284949], [109.176004, 18.286627], [109.167002, 18.290325], [109.163316, 18.293848], [109.154492, 18.294844], [109.141985, 18.31628], [109.142114, 18.317778], [109.1493, 18.318591], [109.149191, 18.326493], [109.14679, 18.331495], [109.138187, 18.340231], [109.121623, 18.345715], [109.119332, 18.350787], [109.10702, 18.36168], [109.084972, 18.368989], [109.065983, 18.370251], [109.048944, 18.369108], [108.992274, 18.357889], [108.989016, 18.35944], [108.989326, 18.365027], [108.985859, 18.372503], [108.978164, 18.378854], [108.969778, 18.382908], [108.961617, 18.401243], [108.93733, 18.409777], [108.933568, 18.412559], [108.908052, 18.418989], [108.885705, 18.42217], [108.862324, 18.431131], [108.866534, 18.438208], [108.862773, 18.439505], [108.858093, 18.435454], [108.855888, 18.435751], [108.851609, 18.44677], [108.849466, 18.445927], [108.844326, 18.453424], [108.835084, 18.46143], [108.81561, 18.472695], [108.790986, 18.482558], [108.772717, 18.487492], [108.708871, 18.495829], [108.694158, 18.501154], [108.687663, 18.506079], [108.68447, 18.515998], [108.6853, 18.523216], [108.674819, 18.547798], [108.674601, 18.552015], [108.67998, 18.570622], [108.691028, 18.591358], [108.697795, 18.609032], [108.700534, 18.620742], [108.701201, 18.626343], [108.698915, 18.64027], [108.702435, 18.650617], [108.703089, 18.667391], [108.700552, 18.678547], [108.698036, 18.682591], [108.694643, 18.684213], [108.692705, 18.682559], [108.694497, 18.688864], [108.699239, 18.69658], [108.698779, 18.705863], [108.696384, 18.712555], [108.697906, 18.719196], [108.694669, 18.726832], [108.696207, 18.730428], [108.69414, 18.739708], [108.684043, 18.755424], [108.676473, 18.780182], [108.667372, 18.799659], [108.662191, 18.806481], [108.652427, 18.815081], [108.639162, 18.821589], [108.625427, 18.823836], [108.623309, 18.840104], [108.631986, 18.865769], [108.641242, 18.877601], [108.652062, 18.896138], [108.656953, 18.914715], [108.658989, 18.931227], [108.656249, 18.944442], [108.648327, 18.958164], [108.645735, 18.967685], [108.644543, 18.967287], [108.647641, 18.980114], [108.645334, 19.002321], [108.633976, 19.030335], [108.632379, 19.046818], [108.624601, 19.068325], [108.622927, 19.07979], [108.616304, 19.091713], [108.614657, 19.099633], [108.621984, 19.100678], [108.629943, 19.105167], [108.650566, 19.122802], [108.659049, 19.133846], [108.663408, 19.140699], [108.666797, 19.150262], [108.671408, 19.155343], [108.670265, 19.158065], [108.673683, 19.162381], [108.675417, 19.169113], [108.677998, 19.170469], [108.678627, 19.176964], [108.676802, 19.179359], [108.675592, 19.189597], [108.664637, 19.201889], [108.656, 19.209066], [108.646222, 19.213834], [108.631652, 19.217786], [108.631414, 19.225006], [108.634828, 19.235919], [108.633641, 19.252928], [108.636139, 19.280409], [108.635037, 19.288039], [108.639662, 19.292185], [108.639755, 19.3003], [108.645763, 19.304321], [108.646032, 19.30617], [108.655221, 19.315284], [108.65864, 19.313961], [108.660278, 19.308652], [108.664998, 19.308481], [108.666469, 19.309867], [108.664856, 19.314815], [108.668768, 19.320199], [108.673954, 19.320642], [108.676958, 19.319219], [108.68188, 19.314549], [108.682126, 19.309353], [108.688059, 19.306659], [108.679743, 19.327649], [108.674065, 19.330004], [108.666264, 19.340701], [108.66383, 19.347217], [108.677127, 19.356041], [108.684767, 19.373121], [108.691369, 19.37596], [108.691507, 19.373684], [108.693758, 19.37265], [108.71484, 19.371831], [108.740297, 19.37619], [108.74458, 19.379117], [108.753134, 19.381342], [108.759825, 19.387521], [108.776675, 19.395214], [108.796364, 19.411039], [108.797733, 19.415036], [108.808484, 19.423986], [108.810999, 19.43081], [108.820957, 19.440472], [108.835226, 19.447388], [108.845653, 19.448827], [108.863128, 19.454072], [108.885772, 19.468692], [108.952955, 19.527813], [108.967988, 19.535826], [108.976838, 19.542993], [108.992535, 19.561193], [108.994205, 19.567382], [109.008853, 19.583371], [109.038111, 19.595538], [109.078511, 19.604906], [109.11378, 19.625771], [109.122516, 19.628772], [109.150169, 19.643246], [109.158381, 19.641989], [109.165731, 19.64447], [109.181582, 19.654884], [109.196525, 19.667614], [109.198127, 19.667436], [109.199974, 19.671636], [109.208279, 19.678751], [109.210997, 19.685134], [109.214306, 19.704838], [109.210153, 19.719378], [109.211373, 19.721347], [109.216389, 19.719283], [109.222001, 19.715182], [109.220939, 19.713792], [109.226748, 19.710647], [109.230548, 19.719015], [109.239265, 19.72577], [109.247536, 19.721599], [109.272085, 19.724372], [109.279012, 19.723392], [109.285832, 19.719962], [109.289373, 19.708485], [109.298514, 19.701018], [109.298575, 19.697466], [109.300221, 19.695836], [109.303225, 19.695746], [109.304447, 19.702417], [109.307203, 19.705077], [109.307371, 19.712811], [109.30414, 19.720835], [109.295653, 19.725978], [109.293429, 19.72523], [109.290748, 19.726846], [109.285276, 19.735475], [109.272742, 19.738903], [109.275477, 19.746178], [109.292468, 19.755533], [109.296869, 19.754198], [109.299286, 19.75546], [109.302254, 19.745756], [109.304628, 19.745188], [109.303829, 19.755975], [109.298268, 19.763355], [109.297983, 19.766655], [109.300534, 19.767033], [109.301803, 19.770762], [109.305414, 19.770557], [109.306274, 19.77222], [109.311632, 19.769491], [109.310449, 19.780362], [109.308149, 19.783504], [109.304398, 19.784589], [109.302016, 19.780024], [109.296007, 19.782622], [109.292818, 19.789434], [109.28709, 19.793998], [109.278221, 19.788794], [109.273198, 19.782327], [109.267167, 19.77927], [109.270517, 19.765024], [109.266033, 19.760872], [109.262489, 19.762622], [109.264999, 19.764698], [109.263019, 19.773942], [109.253566, 19.767728], [109.251463, 19.759658], [109.249626, 19.758408], [109.246191, 19.761589], [109.24184, 19.762755], [109.235151, 19.760486], [109.229516, 19.76244], [109.226798, 19.75623], [109.230067, 19.753213], [109.229911, 19.750509], [109.225575, 19.743116], [109.216082, 19.744739], [109.214545, 19.743733], [109.216328, 19.735719], [109.213712, 19.726495], [109.203582, 19.726251], [109.188715, 19.733316], [109.183394, 19.729327], [109.183626, 19.723061], [109.180359, 19.720205], [109.177241, 19.719931], [109.16822, 19.713824], [109.164719, 19.717129], [109.160929, 19.717139], [109.160939, 19.707586], [109.151097, 19.707566], [109.151076, 19.722169], [109.159194, 19.725174], [109.169087, 19.725174], [109.169064, 19.734238], [109.177003, 19.734122], [109.17874, 19.737548], [109.17458, 19.742719], [109.171263, 19.753995], [109.164031, 19.762659], [109.164566, 19.775588], [109.159244, 19.776361], [109.156603, 19.789461], [109.16167, 19.800201], [109.171187, 19.815379], [109.172425, 19.814657], [109.188092, 19.828283], [109.198389, 19.831335], [109.205854, 19.824143], [109.207138, 19.825039], [109.210414, 19.831532], [109.210349, 19.840559], [109.228253, 19.856867], [109.235182, 19.85828], [109.240956, 19.855362], [109.24564, 19.855967], [109.258953, 19.862299], [109.259277, 19.868121], [109.256846, 19.869079], [109.255011, 19.873642], [109.260247, 19.876738], [109.263698, 19.882822], [109.26353, 19.888442], [109.260479, 19.890711], [109.261826, 19.901118], [109.279865, 19.897719], [109.284375, 19.894176], [109.288859, 19.895617], [109.289919, 19.900289], [109.288325, 19.903951], [109.289529, 19.906488], [109.297062, 19.914198], [109.302116, 19.917541], [109.306208, 19.917726], [109.311116, 19.912086], [109.315232, 19.916247], [109.318206, 19.915058], [109.326955, 19.906819], [109.327076, 19.903797], [109.324689, 19.901961], [109.320613, 19.902264], [109.319004, 19.900461], [109.32244, 19.885884], [109.326596, 19.882814], [109.330814, 19.881681], [109.359636, 19.892548], [109.362096, 19.888487], [109.374141, 19.888989], [109.374575, 19.884212], [109.380067, 19.876053], [109.38111, 19.881841], [109.37862, 19.884393], [109.379211, 19.890519], [109.387337, 19.885379], [109.389744, 19.881976], [109.389437, 19.877999], [109.401581, 19.869947], [109.406331, 19.862082], [109.410401, 19.859373], [109.420382, 19.858209], [109.42783, 19.858487], [109.436721, 19.864082], [109.440703, 19.873904], [109.4449, 19.873215], [109.447564, 19.868298], [109.44472, 19.866061], [109.450804, 19.860287], [109.454385, 19.861495], [109.452593, 19.86627], [109.453286, 19.869149], [109.46215, 19.869454], [109.468527, 19.859177], [109.466119, 19.852697], [109.471089, 19.849266], [109.474393, 19.839462], [109.474777, 19.835245], [109.471285, 19.82807], [109.474342, 19.824389], [109.478761, 19.826244], [109.478848, 19.833655], [109.48208, 19.839198], [109.487005, 19.840999], [109.511273, 19.843852], [109.524255, 19.850035], [109.530007, 19.856402], [109.535282, 19.868659], [109.536435, 19.864498], [109.534282, 19.853034], [109.536138, 19.845692], [109.526604, 19.843711], [109.518067, 19.834836], [109.518799, 19.833841], [109.527994, 19.837796], [109.535287, 19.836468], [109.552412, 19.855719], [109.556979, 19.856129], [109.560941, 19.853358], [109.564839, 19.847471], [109.568219, 19.851101], [109.568929, 19.855874], [109.566933, 19.856954], [109.565965, 19.862406], [109.562602, 19.861597], [109.560681, 19.863844], [109.557476, 19.862387], [109.546273, 19.863237], [109.541632, 19.865104], [109.538495, 19.871593], [109.530632, 19.872823], [109.526575, 19.871707], [109.528463, 19.870717], [109.52685, 19.86915], [109.521143, 19.871519], [109.518923, 19.874112], [109.523593, 19.890112], [109.520161, 19.89736], [109.51648, 19.897843], [109.519795, 19.90826], [109.524492, 19.913238], [109.526672, 19.914941], [109.542739, 19.913752], [109.54403, 19.91186], [109.548208, 19.91154], [109.550865, 19.912854], [109.554959, 19.911942], [109.559728, 19.914102], [109.557025, 19.917413], [109.548926, 19.919641], [109.533279, 19.915647], [109.528951, 19.92194], [109.531793, 19.936967], [109.5377, 19.946266], [109.551435, 19.948736], [109.556019, 19.951896], [109.557983, 19.955794], [109.569845, 19.964474], [109.573262, 19.97274], [109.579933, 19.980505], [109.609919, 19.991587], [109.613766, 19.994231], [109.630109, 19.99287], [109.644266, 19.994434], [109.672645, 20.004308], [109.704531, 20.006477], [109.708776, 20.009054], [109.710769, 20.012764], [109.71786, 20.004366], [109.728221, 19.999066], [109.731882, 19.991305], [109.729051, 19.990057], [109.72859, 19.986617], [109.732694, 19.972745], [109.734066, 19.973391], [109.734377, 19.987638], [109.747071, 19.974954], [109.760775, 19.965266], [109.768415, 19.963739], [109.785648, 19.965938], [109.79663, 19.96398], [109.802259, 19.96497], [109.803662, 19.963115], [109.800558, 19.960489], [109.799964, 19.955322], [109.803711, 19.949487], [109.803785, 19.939362], [109.810795, 19.93932], [109.818313, 19.943743], [109.821725, 19.951578], [109.821917, 19.957369], [109.819352, 19.958651], [109.816444, 19.963958], [109.818568, 19.973757], [109.818443, 19.977068], [109.81435, 19.982472], [109.815866, 19.985161], [109.828369, 19.983648], [109.834337, 19.978842], [109.837534, 19.973614], [109.835719, 19.96678], [109.838043, 19.951734], [109.853885, 19.939236], [109.860866, 19.938556], [109.868614, 19.947595], [109.875079, 19.951102], [109.878586, 19.956495], [109.879095, 19.958658], [109.876273, 19.96112], [109.874152, 19.96675], [109.875278, 19.967319], [109.879683, 19.963907], [109.88485, 19.965581], [109.889407, 19.973386], [109.889737, 19.981121], [109.883933, 19.982731], [109.878522, 19.989292], [109.892691, 19.987819], [109.894653, 19.985068], [109.897728, 19.983992], [109.904126, 19.983569], [109.907961, 19.98515], [109.909882, 19.983556], [109.915283, 19.985867], [109.927414, 19.984409], [109.932245, 19.989898], [109.940605, 19.993209], [109.946507, 19.988522], [109.945913, 19.984833], [109.953837, 19.975143], [109.951648, 19.9707], [109.96651, 19.953509], [109.976585, 19.946414], [109.993325, 19.939303], [110.006634, 19.938914], [110.013481, 19.940689], [110.014519, 19.93949], [110.005763, 19.934351], [109.993007, 19.938702], [109.989505, 19.938433], [109.981805, 19.928625], [109.97542, 19.923191], [109.964384, 19.921894], [109.958762, 19.91773], [109.965121, 19.909758], [109.97675, 19.908618], [109.982044, 19.910001], [109.98759, 19.90796], [109.993229, 19.903333], [109.99396, 19.897809], [109.996735, 19.896886], [109.996425, 19.903035], [109.992437, 19.915441], [109.995587, 19.916691], [110.008665, 19.914138], [110.010035, 19.917368], [109.998835, 19.919555], [109.993461, 19.92455], [109.990924, 19.923208], [109.98825, 19.923974], [109.986738, 19.926115], [109.988944, 19.93366], [110.003942, 19.930104], [110.009214, 19.931274], [110.024665, 19.939519], [110.02286, 19.947591], [110.020053, 19.951389], [110.013231, 19.951358], [110.009286, 19.959793], [110.016179, 19.96005], [110.019417, 19.955127], [110.024062, 19.957343], [110.024563, 19.959864], [110.051551, 19.9688], [110.052328, 19.973865], [110.05545, 19.978655], [110.065739, 19.982711], [110.083158, 19.97235], [110.088331, 19.97486], [110.096959, 19.976155], [110.115933, 19.976266], [110.118351, 19.968057], [110.117256, 19.964554], [110.113956, 19.961696], [110.1144, 19.960592], [110.117763, 19.961538], [110.120397, 19.968141], [110.120125, 19.974425], [110.128865, 19.980334], [110.125383, 19.983396], [110.100163, 19.979429], [110.091319, 19.98128], [110.083096, 19.980667], [110.079162, 19.984438], [110.101465, 19.987992], [110.113211, 19.992379], [110.129492, 20.004948], [110.138628, 20.016173], [110.144606, 20.028086], [110.152159, 20.050515], [110.149207, 20.051857], [110.153205, 20.060286], [110.156909, 20.059271], [110.159191, 20.06177], [110.175901, 20.063052], [110.192498, 20.061918], [110.197452, 20.063288], [110.20917, 20.057604], [110.224321, 20.045365], [110.243875, 20.032623], [110.256581, 20.027403], [110.282422, 20.022767], [110.280931, 20.0275], [110.275491, 20.027804], [110.276166, 20.031509], [110.28243, 20.030871], [110.28108, 20.036352], [110.274031, 20.038219], [110.276541, 20.045108], [110.278569, 20.042662], [110.284653, 20.040988], [110.287454, 20.041696], [110.290361, 20.036002], [110.296854, 20.032519], [110.312485, 20.04139], [110.312797, 20.049754], [110.330753, 20.047747], [110.327652, 20.051331], [110.308569, 20.058459], [110.300755, 20.058918], [110.302891, 20.0698], [110.30762, 20.074814], [110.324199, 20.07823], [110.344128, 20.087702], [110.366876, 20.091436], [110.372027, 20.088345], [110.374001, 20.085083], [110.374607, 20.078812], [110.3886, 20.076858], [110.457317, 20.038419], [110.489908, 20.02376], [110.51401, 20.017638], [110.539912, 20.020122], [110.546961, 20.019027], [110.537592, 20.012156], [110.536902, 20.001052], [110.539144, 19.991289], [110.546653, 19.977804], [110.542161, 19.975115], [110.5456, 19.966745], [110.548708, 19.96396], [110.550184, 19.968704], [110.555837, 19.974768], [110.566902, 19.979199], [110.569347, 19.983644], [110.567522, 19.993471], [110.571771, 19.997811], [110.57147, 20.000396], [110.585891, 19.99617], [110.586444, 19.989379], [110.582176, 19.983625], [110.578969, 19.972727], [110.582128, 19.967874], [110.587972, 19.963708], [110.590166, 19.957739], [110.585771, 19.955568], [110.580632, 19.95713], [110.575245, 19.950176], [110.57589, 19.943173], [110.578066, 19.942892], [110.584127, 19.948149], [110.590594, 19.948881], [110.591861, 19.945828], [110.589454, 19.939542], [110.582329, 19.941814], [110.579209, 19.936947], [110.584494, 19.937134], [110.589224, 19.928789], [110.591595, 19.929627], [110.5944, 19.928333], [110.595674, 19.925412], [110.592868, 19.916262], [110.599967, 19.909091], [110.603461, 19.911954], [110.60442, 19.922598], [110.625887, 19.922339], [110.629693, 19.920087], [110.632554, 19.920844], [110.634615, 19.927541], [110.624538, 19.942658], [110.619589, 19.972819], [110.611434, 19.981874], [110.612255, 19.987804], [110.606016, 20.007014], [110.608774, 20.008724], [110.606407, 20.010334], [110.603723, 20.005822], [110.601952, 20.006641], [110.603261, 20.015411], [110.609196, 20.010429], [110.613156, 20.011615], [110.615625, 20.01522], [110.615296, 20.017397], [110.610727, 20.020384], [110.611726, 20.02374], [110.608901, 20.022803], [110.604659, 20.017535], [110.600759, 20.018134], [110.598618, 20.024075], [110.59557, 20.023458], [110.595163, 20.020193], [110.589263, 20.021288], [110.594032, 20.022528], [110.594666, 20.02399], [110.591759, 20.024003], [110.591365, 20.025506], [110.589472, 20.022918], [110.581363, 20.022833], [110.578086, 20.019655], [110.574916, 20.021184], [110.573546, 20.031202], [110.567379, 20.037987], [110.566378, 20.0453], [110.567729, 20.050883], [110.570213, 20.054926], [110.567601, 20.047237], [110.568567, 20.043474], [110.568838, 20.049266], [110.571564, 20.053319], [110.572586, 20.052528], [110.571195, 20.063342], [110.576186, 20.073118], [110.576661, 20.078681], [110.577665, 20.076151], [110.579407, 20.079664], [110.579377, 20.084464], [110.576264, 20.087084], [110.576343, 20.079875], [110.571349, 20.091352], [110.574534, 20.094729], [110.579425, 20.096551], [110.582511, 20.095955], [110.590608, 20.099954], [110.595697, 20.10542], [110.596605, 20.108956], [110.59553, 20.110237], [110.597207, 20.11089], [110.605864, 20.110739], [110.630016, 20.105028], [110.640775, 20.104513], [110.646189, 20.107045], [110.657435, 20.116082], [110.657349, 20.119708], [110.661578, 20.12299], [110.661408, 20.125907], [110.672241, 20.131467], [110.674365, 20.134311], [110.676023, 20.143845], [110.673908, 20.146297], [110.67408, 20.150485], [110.671965, 20.152291], [110.681865, 20.155509], [110.684563, 20.16146], [110.686002, 20.159675]]]] + } + }, { + "type": "Feature", + "properties": { + "name": "重庆市", + "province_adcode": 500000, + "province_type": "直辖市", + "name_en": "Chongqing", + "name_var": "Chóng Qìng", + "adcode": 500000 + }, + "geometry": { + "type": "Polygon", + "coordinates": [[[109.579602, 31.728487], [109.586444, 31.725729], [109.600779, 31.715919], [109.613574, 31.712695], [109.622512, 31.717628], [109.638761, 31.722499], [109.644597, 31.722573], [109.651553, 31.718583], [109.654978, 31.71828], [109.679514, 31.72067], [109.687398, 31.717345], [109.689092, 31.708504], [109.698989, 31.707231], [109.704904, 31.701428], [109.724551, 31.701967], [109.729919, 31.696848], [109.7251, 31.686881], [109.725667, 31.674524], [109.734754, 31.665509], [109.73645, 31.659932], [109.733291, 31.629438], [109.738615, 31.626597], [109.74795, 31.613483], [109.758311, 31.609827], [109.759709, 31.60627], [109.751884, 31.60257], [109.744107, 31.603552], [109.739957, 31.601127], [109.739006, 31.586131], [109.74833, 31.582469], [109.744372, 31.580013], [109.729576, 31.57734], [109.721503, 31.572839], [109.720816, 31.566934], [109.714566, 31.559294], [109.719725, 31.552077], [109.72969, 31.548741], [109.749965, 31.5517], [109.756158, 31.548366], [109.758715, 31.552715], [109.769569, 31.550947], [109.778052, 31.552192], [109.78405, 31.555148], [109.788626, 31.550822], [109.790759, 31.544668], [109.79405, 31.542494], [109.814814, 31.553945], [109.822486, 31.55684], [109.834187, 31.55773], [109.845241, 31.553583], [109.850716, 31.546684], [109.857644, 31.544636], [109.859201, 31.542611], [109.858747, 31.53395], [109.869354, 31.533145], [109.87841, 31.530071], [109.887585, 31.519986], [109.91901, 31.523892], [109.922453, 31.522422], [109.926314, 31.522925], [109.930852, 31.519716], [109.931718, 31.514984], [109.936282, 31.514048], [109.941017, 31.508347], [109.948225, 31.508323], [109.95124, 31.511446], [109.952983, 31.509885], [109.961583, 31.509805], [109.972552, 31.51541], [109.977169, 31.515243], [109.978385, 31.514403], [109.973574, 31.51181], [109.969058, 31.50674], [109.956587, 31.500988], [109.95516, 31.492691], [109.939955, 31.488592], [109.935483, 31.481819], [109.940922, 31.47065], [109.946677, 31.469498], [109.9536, 31.471241], [109.963636, 31.476989], [109.966715, 31.475438], [109.973599, 31.477496], [109.986929, 31.47545], [109.996557, 31.465166], [109.999028, 31.458415], [109.996918, 31.454143], [110.005773, 31.446607], [110.030982, 31.440905], [110.032078, 31.436384], [110.029374, 31.435137], [110.028157, 31.432538], [110.037932, 31.428116], [110.041434, 31.417889], [110.051135, 31.410893], [110.069245, 31.409671], [110.078072, 31.411861], [110.082848, 31.410283], [110.093814, 31.412832], [110.102362, 31.409861], [110.110002, 31.414207], [110.11291, 31.41149], [110.110531, 31.407956], [110.115367, 31.399428], [110.120153, 31.395597], [110.129917, 31.392415], [110.13577, 31.392593], [110.139553, 31.387175], [110.140159, 31.38263], [110.135161, 31.373135], [110.134872, 31.369015], [110.144335, 31.357178], [110.141698, 31.351359], [110.142506, 31.346885], [110.152784, 31.333782], [110.145772, 31.318864], [110.147702, 31.316722], [110.156204, 31.316445], [110.157899, 31.315122], [110.156717, 31.309666], [110.158731, 31.30542], [110.158209, 31.292438], [110.152045, 31.289135], [110.149431, 31.279291], [110.156033, 31.264274], [110.153247, 31.258042], [110.155709, 31.255188], [110.165585, 31.25292], [110.166767, 31.249315], [110.168368, 31.242029], [110.164963, 31.228191], [110.165438, 31.223872], [110.172974, 31.212843], [110.173772, 31.202828], [110.172273, 31.200428], [110.175487, 31.186035], [110.175121, 31.179765], [110.179709, 31.172539], [110.192146, 31.165313], [110.195628, 31.160274], [110.188562, 31.151704], [110.182379, 31.148133], [110.181651, 31.137143], [110.182821, 31.131851], [110.17652, 31.124672], [110.171685, 31.124742], [110.156548, 31.11836], [110.149386, 31.120075], [110.141284, 31.118664], [110.141472, 31.110094], [110.128704, 31.106677], [110.125997, 31.103698], [110.122136, 31.092206], [110.118789, 31.089729], [110.115217, 31.082746], [110.115904, 31.073726], [110.121031, 31.068292], [110.12535, 31.067771], [110.128525, 31.065349], [110.127906, 31.061182], [110.125055, 31.060605], [110.120888, 31.053817], [110.120381, 31.042514], [110.115567, 31.039755], [110.115005, 31.034131], [110.135519, 31.032702], [110.136561, 31.007678], [110.132176, 30.999688], [110.13287, 30.993782], [110.131191, 30.987803], [110.158484, 30.993843], [110.166966, 30.989624], [110.167966, 30.981769], [110.156356, 30.971072], [110.158991, 30.963568], [110.148159, 30.955185], [110.145283, 30.942283], [110.139835, 30.928445], [110.140285, 30.924285], [110.143865, 30.920587], [110.146728, 30.913922], [110.143673, 30.907807], [110.131398, 30.889744], [110.130872, 30.886459], [110.120341, 30.872674], [110.114884, 30.856646], [110.1092, 30.851171], [110.109998, 30.846993], [110.092455, 30.832481], [110.078359, 30.804981], [110.044824, 30.802083], [110.038228, 30.807363], [110.037074, 30.809906], [110.038862, 30.813514], [110.033815, 30.817058], [110.032579, 30.819734], [110.014087, 30.831867], [110.012665, 30.841835], [110.014284, 30.847182], [110.012172, 30.856822], [110.000302, 30.872012], [110.003338, 30.886868], [109.997836, 30.887657], [109.991452, 30.885968], [109.990476, 30.890273], [109.975162, 30.888827], [109.973053, 30.892093], [109.971147, 30.892376], [109.951077, 30.878868], [109.938564, 30.881826], [109.93621, 30.893598], [109.927641, 30.88974], [109.920772, 30.895408], [109.91111, 30.895116], [109.899574, 30.903173], [109.895984, 30.90402], [109.888727, 30.902378], [109.882468, 30.898942], [109.877182, 30.891544], [109.845463, 30.880801], [109.831545, 30.870841], [109.819511, 30.865676], [109.816459, 30.862318], [109.806124, 30.862193], [109.791107, 30.858435], [109.786149, 30.85494], [109.773284, 30.850088], [109.769595, 30.847322], [109.766581, 30.841333], [109.753533, 30.836356], [109.720825, 30.810727], [109.714834, 30.810893], [109.710921, 30.803983], [109.712236, 30.794485], [109.708827, 30.790871], [109.716981, 30.78684], [109.717018, 30.784081], [109.713871, 30.780353], [109.703923, 30.778786], [109.699649, 30.772916], [109.695607, 30.771731], [109.693964, 30.773555], [109.6947, 30.776905], [109.69979, 30.781218], [109.698581, 30.785202], [109.695213, 30.786453], [109.684149, 30.778245], [109.664812, 30.767956], [109.656354, 30.764484], [109.652039, 30.76589], [109.649431, 30.76482], [109.650472, 30.754949], [109.656335, 30.74932], [109.658182, 30.740535], [109.653613, 30.729764], [109.647048, 30.722755], [109.625697, 30.706851], [109.617425, 30.703324], [109.60706, 30.703328], [109.582313, 30.695932], [109.580479, 30.689834], [109.580439, 30.68124], [109.575885, 30.675133], [109.581563, 30.669937], [109.578567, 30.665148], [109.575407, 30.664988], [109.573995, 30.663272], [109.57176, 30.657334], [109.573663, 30.654883], [109.57188, 30.652321], [109.56455, 30.646892], [109.557972, 30.648192], [109.546944, 30.644802], [109.541608, 30.645305], [109.53584, 30.64076], [109.529119, 30.641481], [109.528883, 30.644738], [109.535217, 30.651115], [109.537043, 30.657755], [109.530945, 30.669853], [109.527192, 30.670283], [109.517102, 30.660678], [109.505235, 30.655676], [109.49276, 30.642712], [109.485843, 30.638675], [109.476985, 30.624809], [109.471579, 30.625104], [109.457235, 30.621147], [109.448843, 30.615357], [109.446106, 30.61214], [109.447396, 30.609224], [109.446269, 30.607596], [109.441525, 30.603315], [109.431205, 30.598452], [109.420921, 30.573915], [109.412783, 30.564473], [109.40808, 30.555719], [109.402805, 30.551796], [109.396678, 30.540026], [109.380454, 30.52634], [109.36705, 30.509264], [109.366631, 30.506567], [109.359712, 30.500887], [109.354978, 30.493639], [109.346267, 30.489616], [109.344711, 30.489895], [109.344185, 30.495048], [109.332639, 30.509702], [109.333325, 30.511865], [109.335793, 30.512785], [109.336755, 30.516417], [109.335911, 30.519569], [109.332488, 30.522985], [109.332876, 30.526628], [109.337467, 30.532574], [109.341229, 30.534225], [109.342373, 30.542468], [109.359044, 30.556968], [109.355437, 30.562047], [109.344956, 30.568334], [109.346637, 30.573429], [109.340296, 30.579622], [109.320254, 30.594379], [109.304518, 30.601578], [109.304522, 30.603307], [109.309458, 30.605001], [109.314775, 30.603896], [109.320269, 30.60824], [109.323989, 30.6178], [109.321223, 30.621996], [109.317276, 30.62063], [109.312752, 30.615944], [109.312337, 30.612957], [109.30846, 30.610641], [109.305667, 30.613715], [109.30149, 30.62408], [109.29437, 30.6256], [109.294548, 30.630283], [109.298983, 30.633686], [109.292715, 30.634], [109.288869, 30.626329], [109.281498, 30.621267], [109.274073, 30.611938], [109.259165, 30.604156], [109.251843, 30.60371], [109.252126, 30.598378], [109.249198, 30.595885], [109.241459, 30.595856], [109.226088, 30.590513], [109.223313, 30.583719], [109.22682, 30.582828], [109.230911, 30.586497], [109.239609, 30.590555], [109.241509, 30.588239], [109.236904, 30.580837], [109.220948, 30.57172], [109.21199, 30.563906], [109.209102, 30.562587], [109.201882, 30.564613], [109.198502, 30.555858], [109.191843, 30.547438], [109.163566, 30.550258], [109.161176, 30.5483], [109.164223, 30.545967], [109.140336, 30.523586], [109.138451, 30.523851], [109.135472, 30.52828], [109.135517, 30.537039], [109.125014, 30.533372], [109.120374, 30.533634], [109.117281, 30.535663], [109.117532, 30.539534], [109.109473, 30.546283], [109.108262, 30.555517], [109.096454, 30.57151], [109.087413, 30.572677], [109.088926, 30.579091], [109.085626, 30.591107], [109.082299, 30.596662], [109.078821, 30.597175], [109.076052, 30.602568], [109.079548, 30.606052], [109.094804, 30.613755], [109.099272, 30.61075], [109.104941, 30.612025], [109.108717, 30.620448], [109.118461, 30.633269], [109.113215, 30.642046], [109.110078, 30.64387], [109.088829, 30.646974], [109.086871, 30.649057], [109.083367, 30.649481], [109.06717, 30.642582], [109.060886, 30.645367], [109.050815, 30.644591], [109.044879, 30.647292], [109.041573, 30.651955], [109.041634, 30.655551], [109.03762, 30.657906], [109.023232, 30.645996], [109.017787, 30.645486], [109.002053, 30.629597], [108.999776, 30.629793], [108.997363, 30.633924], [108.993996, 30.635573], [108.983033, 30.625011], [108.978874, 30.627718], [108.977593, 30.631017], [108.972257, 30.63227], [108.962065, 30.626729], [108.960087, 30.629028], [108.952132, 30.615584], [108.945346, 30.613218], [108.933387, 30.599595], [108.916354, 30.591154], [108.912354, 30.585257], [108.892334, 30.568266], [108.89056, 30.561343], [108.876439, 30.548768], [108.867559, 30.537363], [108.859639, 30.531473], [108.83669, 30.506173], [108.824886, 30.49799], [108.814313, 30.497696], [108.804261, 30.493818], [108.801296, 30.49541], [108.801553, 30.499344], [108.799309, 30.504996], [108.793129, 30.507454], [108.784159, 30.517477], [108.76856, 30.505208], [108.753192, 30.507161], [108.747154, 30.499151], [108.741398, 30.49784], [108.736414, 30.498924], [108.720312, 30.510758], [108.722683, 30.515869], [108.721617, 30.518486], [108.708489, 30.5243], [108.707457, 30.530263], [108.711656, 30.534377], [108.708803, 30.539003], [108.696354, 30.545827], [108.693222, 30.560555], [108.695751, 30.564235], [108.689954, 30.574168], [108.689126, 30.584533], [108.686368, 30.590096], [108.665379, 30.591631], [108.653904, 30.590055], [108.63968, 30.581906], [108.636186, 30.577144], [108.639368, 30.564327], [108.645577, 30.55674], [108.646108, 30.552987], [108.643961, 30.549944], [108.645118, 30.540986], [108.640364, 30.537239], [108.638152, 30.530853], [108.640042, 30.520975], [108.637139, 30.525281], [108.635771, 30.531362], [108.632362, 30.535534], [108.626508, 30.530918], [108.613934, 30.525742], [108.620003, 30.522715], [108.618321, 30.519262], [108.615444, 30.516985], [108.600505, 30.513159], [108.600585, 30.510165], [108.602172, 30.508956], [108.609537, 30.507903], [108.60753, 30.50533], [108.594113, 30.497177], [108.58686, 30.497791], [108.585697, 30.495979], [108.586696, 30.490326], [108.577521, 30.488517], [108.576023, 30.482819], [108.567536, 30.477589], [108.564664, 30.471883], [108.560578, 30.471023], [108.558998, 30.473021], [108.558442, 30.479421], [108.554284, 30.483552], [108.54822, 30.485291], [108.539899, 30.49424], [108.529918, 30.493582], [108.535928, 30.48813], [108.523838, 30.488717], [108.521835, 30.493007], [108.508267, 30.503965], [108.485164, 30.504361], [108.482586, 30.502647], [108.479298, 30.492209], [108.461359, 30.485373], [108.459088, 30.487956], [108.460789, 30.49068], [108.450952, 30.491341], [108.451387, 30.497461], [108.450289, 30.498407], [108.438792, 30.492089], [108.435421, 30.488083], [108.431467, 30.494963], [108.42261, 30.494569], [108.409278, 30.478192], [108.416491, 30.469777], [108.41461, 30.461167], [108.417613, 30.451763], [108.40997, 30.446988], [108.40668, 30.439954], [108.409033, 30.430701], [108.411095, 30.43089], [108.412996, 30.43371], [108.415308, 30.433218], [108.424866, 30.420115], [108.423867, 30.416683], [108.420799, 30.416311], [108.416649, 30.412669], [108.418991, 30.397691], [108.404001, 30.393765], [108.401208, 30.395121], [108.39515, 30.39339], [108.397711, 30.379707], [108.414363, 30.369767], [108.419342, 30.368792], [108.426841, 30.356444], [108.456435, 30.361041], [108.465542, 30.346201], [108.486782, 30.330503], [108.494333, 30.319268], [108.500201, 30.316598], [108.507702, 30.317803], [108.513562, 30.316743], [108.522672, 30.307663], [108.522107, 30.302727], [108.519459, 30.300304], [108.520241, 30.297555], [108.526202, 30.297133], [108.528657, 30.295238], [108.532537, 30.28243], [108.541863, 30.279375], [108.540734, 30.273204], [108.542674, 30.270917], [108.547841, 30.267191], [108.557637, 30.264689], [108.558782, 30.261504], [108.556986, 30.257225], [108.564161, 30.25611], [108.579609, 30.258805], [108.572495, 30.242963], [108.570471, 30.240453], [108.563934, 30.238191], [108.560833, 30.2316], [108.565038, 30.227704], [108.559721, 30.217206], [108.54872, 30.172055], [108.547937, 30.165486], [108.561304, 30.15963], [108.563018, 30.156333], [108.54339, 30.114093], [108.542461, 30.107438], [108.528389, 30.08532], [108.527642, 30.077634], [108.524047, 30.073012], [108.521945, 30.076952], [108.518376, 30.074973], [108.508748, 30.06081], [108.510861, 30.05592], [108.521531, 30.061893], [108.527514, 30.058854], [108.528991, 30.053458], [108.527942, 30.047319], [108.525205, 30.045073], [108.523481, 30.01311], [108.526723, 30.007991], [108.536672, 30.002122], [108.538741, 29.995027], [108.547672, 29.981112], [108.546588, 29.980003], [108.544677, 29.981307], [108.537525, 29.990391], [108.533053, 29.986261], [108.528479, 29.967232], [108.51973, 29.955369], [108.515544, 29.939024], [108.511018, 29.934977], [108.512572, 29.927488], [108.517813, 29.919421], [108.520482, 29.910697], [108.518876, 29.908143], [108.519045, 29.891225], [108.513256, 29.887697], [108.514743, 29.876542], [108.520812, 29.869315], [108.511683, 29.869333], [108.50747, 29.872903], [108.503619, 29.889021], [108.495405, 29.880554], [108.489393, 29.871121], [108.485142, 29.870209], [108.478978, 29.872109], [108.465016, 29.86664], [108.453731, 29.86741], [108.446512, 29.875986], [108.434881, 29.879283], [108.433034, 29.881117], [108.42773, 29.882319], [108.420177, 29.880906], [108.421314, 29.875064], [108.412691, 29.867558], [108.409167, 29.867985], [108.406664, 29.864065], [108.404212, 29.863573], [108.403496, 29.85989], [108.400586, 29.860997], [108.400448, 29.859394], [108.397016, 29.85937], [108.392048, 29.864316], [108.384277, 29.86286], [108.38463, 29.861044], [108.379767, 29.85265], [108.367709, 29.844893], [108.366894, 29.841355], [108.369283, 29.837099], [108.366439, 29.835226], [108.362545, 29.822689], [108.364276, 29.821172], [108.370463, 29.820497], [108.378622, 29.815299], [108.387773, 29.814811], [108.391562, 29.823656], [108.391681, 29.82944], [108.388343, 29.838207], [108.392636, 29.840685], [108.39923, 29.838698], [108.401362, 29.826393], [108.410638, 29.820991], [108.418654, 29.820279], [108.423505, 29.811908], [108.417387, 29.802996], [108.412888, 29.78881], [108.414865, 29.779322], [108.418088, 29.776149], [108.422103, 29.774923], [108.426104, 29.775779], [108.433561, 29.78138], [108.438126, 29.780963], [108.441175, 29.778403], [108.441661, 29.768769], [108.437811, 29.760677], [108.434304, 29.759396], [108.435455, 29.753121], [108.432795, 29.743107], [108.443387, 29.741198], [108.456451, 29.742215], [108.462063, 29.732763], [108.467318, 29.729143], [108.479127, 29.725873], [108.490611, 29.715181], [108.500431, 29.709941], [108.502273, 29.710701], [108.50179, 29.716242], [108.506068, 29.71956], [108.509061, 29.726373], [108.503651, 29.731089], [108.495412, 29.731117], [108.495315, 29.734658], [108.502237, 29.733687], [108.50703, 29.736193], [108.509767, 29.740025], [108.517364, 29.735021], [108.52845, 29.736275], [108.533561, 29.743984], [108.536966, 29.744645], [108.539895, 29.742696], [108.544095, 29.747239], [108.546425, 29.753482], [108.537334, 29.758133], [108.521778, 29.759142], [108.520902, 29.763599], [108.517643, 29.766709], [108.518308, 29.768807], [108.528607, 29.784922], [108.535054, 29.790091], [108.532902, 29.793797], [108.549185, 29.818025], [108.550844, 29.819283], [108.559213, 29.818812], [108.56525, 29.826369], [108.575727, 29.834527], [108.576608, 29.837181], [108.573663, 29.846709], [108.57889, 29.847829], [108.589013, 29.853526], [108.586171, 29.856802], [108.587233, 29.860492], [108.592687, 29.863732], [108.608317, 29.86801], [108.617226, 29.868316], [108.618893, 29.870243], [108.628865, 29.868079], [108.630049, 29.865449], [108.6286, 29.859418], [108.630225, 29.858305], [108.635006, 29.859512], [108.648946, 29.856371], [108.656202, 29.856728], [108.657166, 29.848395], [108.659194, 29.844729], [108.664478, 29.84053], [108.661339, 29.832237], [108.665829, 29.832032], [108.667061, 29.827395], [108.666375, 29.823955], [108.664141, 29.822062], [108.657831, 29.821529], [108.652971, 29.82304], [108.652336, 29.820939], [108.660855, 29.813862], [108.666944, 29.814206], [108.676602, 29.804795], [108.674142, 29.798291], [108.67443, 29.788005], [108.673179, 29.786121], [108.673425, 29.778631], [108.675163, 29.777143], [108.676097, 29.771236], [108.672484, 29.763921], [108.672024, 29.754595], [108.680368, 29.749252], [108.68185, 29.742918], [108.676305, 29.724336], [108.684055, 29.712043], [108.693598, 29.705021], [108.682276, 29.699099], [108.679376, 29.695011], [108.689114, 29.694665], [108.69607, 29.696167], [108.708847, 29.702586], [108.714691, 29.694432], [108.714033, 29.6917], [108.709402, 29.687337], [108.704406, 29.685856], [108.705954, 29.682037], [108.726423, 29.676125], [108.735032, 29.670266], [108.739855, 29.663604], [108.740869, 29.655454], [108.748085, 29.653412], [108.756559, 29.641152], [108.760948, 29.639069], [108.763986, 29.642831], [108.76072, 29.655772], [108.753662, 29.661902], [108.754413, 29.66322], [108.763521, 29.664509], [108.768497, 29.65516], [108.776599, 29.653177], [108.781659, 29.657697], [108.777659, 29.660013], [108.773132, 29.658915], [108.770079, 29.661283], [108.771041, 29.669634], [108.773336, 29.672542], [108.772252, 29.677643], [108.762344, 29.685942], [108.758133, 29.685104], [108.756249, 29.680595], [108.754744, 29.680284], [108.750916, 29.684148], [108.748697, 29.691852], [108.755692, 29.69555], [108.765933, 29.697396], [108.772599, 29.697633], [108.782479, 29.694291], [108.784748, 29.691435], [108.780072, 29.677407], [108.788548, 29.674717], [108.790941, 29.672102], [108.793806, 29.663594], [108.788979, 29.656146], [108.788585, 29.650766], [108.774475, 29.647542], [108.777707, 29.636887], [108.795196, 29.638931], [108.798718, 29.643735], [108.804547, 29.640868], [108.806287, 29.635377], [108.817003, 29.634503], [108.817261, 29.637296], [108.81167, 29.646169], [108.814106, 29.65332], [108.817508, 29.653727], [108.820882, 29.65847], [108.823317, 29.67423], [108.824564, 29.674436], [108.831936, 29.671059], [108.822656, 29.65721], [108.82504, 29.654041], [108.835314, 29.655961], [108.841343, 29.661725], [108.844497, 29.65725], [108.845212, 29.649625], [108.850491, 29.639533], [108.858051, 29.638546], [108.864202, 29.644062], [108.869235, 29.64556], [108.871263, 29.645329], [108.873217, 29.64063], [108.881353, 29.638434], [108.884609, 29.629535], [108.875707, 29.614388], [108.871296, 29.610195], [108.871524, 29.607512], [108.874803, 29.605923], [108.861178, 29.606019], [108.861805, 29.602467], [108.869242, 29.599213], [108.875265, 29.592447], [108.879119, 29.591621], [108.892635, 29.598346], [108.894044, 29.599764], [108.891693, 29.600244], [108.890233, 29.603448], [108.895087, 29.604862], [108.89739, 29.603899], [108.902733, 29.596432], [108.902595, 29.59424], [108.894676, 29.586974], [108.902292, 29.579661], [108.905041, 29.583371], [108.910476, 29.574213], [108.891104, 29.560312], [108.884217, 29.558991], [108.881262, 29.554928], [108.881043, 29.550194], [108.873165, 29.540445], [108.873211, 29.536664], [108.882758, 29.535339], [108.887527, 29.532336], [108.886749, 29.528016], [108.88222, 29.5226], [108.884364, 29.514253], [108.884167, 29.510489], [108.880855, 29.505574], [108.880751, 29.502438], [108.882757, 29.499618], [108.877218, 29.492468], [108.865617, 29.491034], [108.860154, 29.474381], [108.865275, 29.471719], [108.868817, 29.466399], [108.866972, 29.460424], [108.869167, 29.453445], [108.882639, 29.443178], [108.887963, 29.440264], [108.893872, 29.444635], [108.912292, 29.437152], [108.926409, 29.438264], [108.932353, 29.431748], [108.930679, 29.425175], [108.938852, 29.413047], [108.935421, 29.41094], [108.929449, 29.403129], [108.930796, 29.388884], [108.926855, 29.385851], [108.925352, 29.382293], [108.927269, 29.370359], [108.924023, 29.36281], [108.923134, 29.353853], [108.915847, 29.34957], [108.917102, 29.344712], [108.912002, 29.335163], [108.914227, 29.330129], [108.93307, 29.330473], [108.949433, 29.333899], [108.966909, 29.331926], [108.980688, 29.337253], [108.98269, 29.33948], [108.984222, 29.345867], [108.981386, 29.356955], [108.985965, 29.358201], [108.989382, 29.356805], [108.996099, 29.367859], [109.000447, 29.362318], [109.031143, 29.363756], [109.031924, 29.372067], [109.024616, 29.381374], [109.024389, 29.385477], [109.03137, 29.382554], [109.041139, 29.397178], [109.04583, 29.400107], [109.048373, 29.406632], [109.065545, 29.4006], [109.084862, 29.383198], [109.102971, 29.370005], [109.107341, 29.363247], [109.110103, 29.35521], [109.106051, 29.35211], [109.104969, 29.347922], [109.110979, 29.335323], [109.102654, 29.321897], [109.111863, 29.315983], [109.101458, 29.298327], [109.09952, 29.293877], [109.100295, 29.290423], [109.109827, 29.288809], [109.115892, 29.291056], [109.117793, 29.289969], [109.11994, 29.284758], [109.12838, 29.279506], [109.136601, 29.271651], [109.134586, 29.265396], [109.132371, 29.26497], [109.119867, 29.249302], [109.112058, 29.242326], [109.111103, 29.238663], [109.115203, 29.237827], [109.105927, 29.220908], [109.106892, 29.210354], [109.113388, 29.208852], [109.116631, 29.196014], [109.130285, 29.177152], [109.137105, 29.176204], [109.140111, 29.169979], [109.150668, 29.169739], [109.154159, 29.174704], [109.152609, 29.1803], [109.155615, 29.18291], [109.16027, 29.183973], [109.166158, 29.181272], [109.170266, 29.176226], [109.175218, 29.175101], [109.179406, 29.16919], [109.189182, 29.16455], [109.196631, 29.156893], [109.200724, 29.156203], [109.203046, 29.149107], [109.211901, 29.151359], [109.217953, 29.149211], [109.216014, 29.147263], [109.215787, 29.143405], [109.222493, 29.129844], [109.222562, 29.1207], [109.226689, 29.118324], [109.221503, 29.116333], [109.227189, 29.103422], [109.23084, 29.089802], [109.239774, 29.087486], [109.251469, 29.090528], [109.255038, 29.087734], [109.254559, 29.085374], [109.257511, 29.08362], [109.263743, 29.081134], [109.267692, 29.082795], [109.276299, 29.076845], [109.287506, 29.072154], [109.297322, 29.073817], [109.303463, 29.070477], [109.316413, 29.04819], [109.312998, 29.041358], [109.306251, 29.03743], [109.304584, 29.030558], [109.298438, 29.022764], [109.291764, 29.02189], [109.289072, 29.019531], [109.2862, 29.000933], [109.287864, 28.998257], [109.288283, 28.992098], [109.283291, 28.977372], [109.281358, 28.975556], [109.266216, 28.971791], [109.259077, 28.963204], [109.251001, 28.930047], [109.251575, 28.911361], [109.244316, 28.904949], [109.245568, 28.899066], [109.238339, 28.895432], [109.230515, 28.882945], [109.231481, 28.8671], [109.238853, 28.859036], [109.236832, 28.846804], [109.237814, 28.836788], [109.233792, 28.831817], [109.240446, 28.816561], [109.242389, 28.803585], [109.237384, 28.7975], [109.235051, 28.790229], [109.235478, 28.781575], [109.246373, 28.777985], [109.251868, 28.779152], [109.257349, 28.777011], [109.251694, 28.771734], [109.251336, 28.769419], [109.264417, 28.763276], [109.270227, 28.762859], [109.273272, 28.75367], [109.287985, 28.753289], [109.294745, 28.750125], [109.295683, 28.741718], [109.285489, 28.733156], [109.28367, 28.729613], [109.285021, 28.727287], [109.290285, 28.724712], [109.286284, 28.719457], [109.274596, 28.711564], [109.266701, 28.701926], [109.260359, 28.703649], [109.249727, 28.697152], [109.24847, 28.69386], [109.250407, 28.687705], [109.252433, 28.68587], [109.259308, 28.684845], [109.266318, 28.678701], [109.26738, 28.673575], [109.235537, 28.658564], [109.211452, 28.650165], [109.199668, 28.642284], [109.189521, 28.640583], [109.181203, 28.6279], [109.175803, 28.624427], [109.181826, 28.613321], [109.195593, 28.605768], [109.197371, 28.60257], [109.218111, 28.615237], [109.229769, 28.624516], [109.233411, 28.623043], [109.234936, 28.619782], [109.245967, 28.610092], [109.253629, 28.609659], [109.265363, 28.61496], [109.274094, 28.615921], [109.274135, 28.620254], [109.282234, 28.630143], [109.28915, 28.631773], [109.295149, 28.629764], [109.301945, 28.624045], [109.30458, 28.611405], [109.30132, 28.60949], [109.299443, 28.605239], [109.305851, 28.599814], [109.306667, 28.5953], [109.316366, 28.588694], [109.31554, 28.582886], [109.312513, 28.584603], [109.296219, 28.580001], [109.295387, 28.575135], [109.290115, 28.57056], [109.289679, 28.560318], [109.284044, 28.54892], [109.269155, 28.541381], [109.269662, 28.528795], [109.275717, 28.52318], [109.273825, 28.519921], [109.26717, 28.517038], [109.269651, 28.507185], [109.268609, 28.505366], [109.269826, 28.497929], [109.260485, 28.496443], [109.227578, 28.477545], [109.219853, 28.482278], [109.213006, 28.483411], [109.207752, 28.479881], [109.197016, 28.478083], [109.185991, 28.473007], [109.187597, 28.465043], [109.182207, 28.46194], [109.180179, 28.457006], [109.16823, 28.451979], [109.176164, 28.445583], [109.172947, 28.434983], [109.168626, 28.432996], [109.168033, 28.434733], [109.162192, 28.435131], [109.160284, 28.433555], [109.162604, 28.428], [109.160254, 28.419258], [109.158683, 28.417908], [109.147666, 28.419932], [109.144496, 28.415644], [109.143681, 28.412874], [109.151398, 28.40607], [109.14681, 28.400033], [109.150466, 28.394489], [109.1455, 28.377498], [109.133737, 28.360775], [109.139489, 28.359676], [109.146311, 28.354304], [109.147568, 28.351091], [109.145182, 28.346576], [109.139206, 28.344362], [109.132077, 28.338548], [109.132175, 28.335123], [109.13712, 28.324889], [109.130264, 28.31869], [109.120529, 28.29889], [109.111389, 28.291631], [109.114692, 28.287585], [109.113319, 28.282289], [109.107187, 28.275833], [109.104681, 28.276021], [109.092801, 28.266686], [109.082306, 28.264138], [109.078981, 28.261633], [109.075404, 28.252855], [109.079134, 28.244804], [109.079382, 28.238005], [109.082348, 28.23249], [109.090787, 28.225861], [109.09741, 28.212602], [109.096328, 28.203985], [109.093117, 28.201256], [109.085926, 28.201196], [109.080467, 28.18715], [109.074973, 28.187935], [109.055586, 28.202802], [109.03681, 28.20642], [109.037801, 28.213735], [109.033791, 28.221068], [109.020127, 28.223368], [109.019336, 28.216685], [109.007999, 28.199757], [109.007231, 28.194844], [109.00929, 28.192646], [109.010178, 28.183821], [109.007778, 28.175448], [109.001312, 28.165719], [108.988997, 28.165206], [108.980909, 28.166808], [108.974835, 28.175692], [108.968999, 28.178864], [108.957289, 28.181094], [108.950546, 28.186851], [108.936069, 28.191389], [108.929654, 28.19154], [108.924304, 28.194832], [108.922857, 28.196738], [108.923089, 28.204056], [108.928702, 28.209724], [108.923243, 28.217157], [108.917041, 28.221619], [108.903893, 28.219321], [108.891298, 28.223124], [108.856318, 28.207613], [108.850803, 28.20189], [108.841204, 28.202945], [108.82912, 28.213485], [108.828699, 28.221831], [108.823125, 28.227153], [108.820862, 28.232138], [108.818084, 28.239324], [108.818861, 28.24556], [108.817175, 28.248749], [108.809266, 28.245899], [108.801557, 28.246605], [108.796519, 28.237407], [108.796185, 28.231042], [108.793147, 28.227681], [108.784585, 28.22405], [108.77131, 28.22118], [108.765654, 28.206371], [108.759439, 28.195275], [108.755766, 28.195203], [108.752975, 28.199402], [108.75567, 28.218219], [108.753974, 28.226269], [108.744247, 28.230896], [108.734476, 28.229861], [108.732531, 28.252467], [108.730576, 28.25644], [108.721383, 28.264223], [108.720261, 28.279859], [108.721207, 28.283407], [108.736019, 28.297862], [108.744625, 28.302744], [108.755029, 28.306708], [108.758912, 28.306176], [108.762468, 28.308542], [108.766355, 28.317956], [108.763088, 28.322847], [108.75757, 28.324337], [108.756099, 28.32998], [108.771681, 28.343784], [108.774104, 28.355836], [108.77205, 28.367103], [108.773536, 28.372185], [108.778353, 28.377083], [108.779445, 28.383132], [108.773627, 28.384581], [108.768967, 28.383913], [108.756626, 28.388422], [108.75468, 28.390816], [108.758471, 28.401208], [108.766332, 28.411526], [108.766163, 28.414264], [108.769625, 28.420853], [108.77708, 28.430452], [108.766317, 28.444028], [108.758874, 28.444671], [108.741082, 28.45556], [108.74396, 28.458737], [108.737891, 28.470614], [108.724073, 28.474978], [108.718667, 28.490192], [108.719646, 28.495689], [108.714111, 28.498007], [108.707668, 28.503332], [108.704079, 28.502416], [108.69913, 28.489545], [108.694814, 28.485192], [108.682697, 28.485733], [108.677652, 28.481815], [108.670113, 28.481732], [108.663024, 28.478524], [108.655063, 28.478504], [108.640929, 28.473676], [108.636684, 28.460653], [108.637536, 28.458051], [108.650992, 28.449686], [108.661667, 28.446727], [108.662951, 28.438996], [108.66943, 28.432839], [108.679287, 28.43062], [108.6846, 28.4255], [108.686918, 28.417881], [108.693267, 28.407707], [108.689746, 28.39804], [108.669683, 28.392736], [108.661773, 28.387743], [108.65785, 28.376805], [108.653659, 28.371414], [108.651278, 28.359502], [108.653368, 28.353934], [108.655532, 28.353341], [108.670261, 28.357587], [108.673704, 28.351191], [108.666179, 28.340834], [108.663001, 28.338104], [108.651929, 28.338059], [108.641015, 28.33394], [108.634352, 28.336837], [108.612244, 28.327613], [108.60435, 28.328391], [108.603959, 28.333609], [108.599608, 28.34224], [108.590396, 28.345476], [108.576843, 28.34576], [108.575081, 28.347669], [108.573139, 28.362911], [108.574274, 28.368497], [108.572523, 28.386296], [108.57332, 28.39191], [108.576253, 28.399116], [108.584196, 28.408512], [108.601187, 28.409224], [108.603508, 28.410764], [108.605709, 28.423919], [108.601941, 28.426655], [108.60203, 28.428852], [108.607331, 28.441552], [108.597895, 28.44507], [108.593901, 28.452515], [108.593638, 28.460472], [108.584014, 28.464349], [108.58574, 28.472871], [108.584538, 28.481036], [108.573043, 28.500308], [108.573442, 28.503983], [108.577105, 28.50953], [108.574244, 28.513269], [108.569385, 28.532076], [108.573932, 28.539849], [108.601842, 28.54232], [108.607496, 28.546141], [108.602704, 28.566393], [108.602961, 28.579967], [108.600781, 28.594134], [108.61698, 28.611187], [108.630986, 28.623037], [108.631129, 28.62531], [108.628792, 28.627964], [108.631171, 28.637347], [108.624171, 28.64507], [108.620884, 28.644886], [108.611288, 28.640124], [108.598162, 28.638186], [108.594525, 28.645293], [108.582323, 28.643064], [108.579561, 28.645296], [108.583105, 28.651243], [108.574541, 28.662084], [108.563951, 28.666524], [108.558961, 28.660814], [108.558119, 28.654197], [108.555906, 28.651366], [108.543113, 28.651037], [108.538504, 28.655792], [108.532844, 28.656083], [108.515454, 28.643811], [108.505448, 28.643449], [108.499296, 28.640945], [108.499325, 28.636837], [108.501648, 28.634017], [108.49853, 28.630163], [108.493054, 28.630376], [108.487061, 28.633831], [108.469082, 28.630648], [108.45373, 28.638434], [108.439025, 28.635725], [108.415462, 28.647459], [108.386403, 28.654992], [108.369543, 28.666666], [108.356866, 28.671996], [108.347718, 28.679024], [108.336757, 28.677844], [108.329048, 28.67938], [108.339332, 28.700142], [108.343605, 28.712771], [108.342519, 28.718508], [108.344854, 28.740832], [108.35067, 28.743114], [108.354607, 28.750265], [108.368596, 28.764461], [108.370382, 28.770132], [108.380306, 28.77564], [108.384111, 28.785493], [108.384688, 28.793726], [108.38329, 28.803763], [108.381152, 28.806868], [108.37826, 28.808856], [108.358203, 28.814179], [108.348423, 28.819159], [108.350613, 28.837442], [108.343916, 28.850778], [108.341986, 28.858605], [108.343178, 28.864215], [108.351363, 28.8756], [108.350813, 28.884623], [108.352927, 28.894885], [108.345919, 28.910371], [108.345843, 28.936856], [108.341967, 28.945526], [108.336324, 28.950352], [108.318171, 28.957623], [108.314557, 28.967017], [108.308173, 29.000095], [108.304209, 29.006798], [108.303565, 29.014525], [108.305311, 29.020444], [108.303698, 29.02728], [108.296968, 29.039951], [108.293867, 29.050729], [108.296421, 29.062938], [108.303615, 29.082097], [108.291156, 29.088872], [108.28035, 29.090258], [108.270895, 29.095077], [108.264311, 29.092657], [108.262865, 29.087733], [108.264401, 29.0849], [108.26383, 29.079556], [108.260732, 29.074198], [108.256474, 29.0716], [108.254697, 29.063832], [108.255851, 29.053855], [108.251656, 29.044382], [108.240731, 29.03637], [108.239609, 29.032215], [108.229662, 29.030428], [108.221231, 29.032753], [108.219476, 29.034982], [108.218838, 29.039985], [108.22519, 29.043138], [108.226336, 29.050296], [108.209124, 29.059448], [108.201052, 29.058991], [108.192311, 29.0747], [108.181229, 29.073077], [108.165322, 29.067313], [108.14728, 29.056215], [108.129447, 29.055668], [108.127823, 29.056372], [108.126932, 29.064736], [108.119028, 29.072358], [108.104066, 29.0797], [108.064678, 29.089235], [108.056811, 29.083546], [108.055621, 29.079319], [108.051683, 29.074923], [108.040145, 29.066659], [108.03208, 29.057044], [108.030215, 29.04971], [108.026361, 29.048651], [108.018192, 29.04071], [108.002227, 29.037923], [107.977432, 29.036697], [107.949331, 29.037706], [107.935395, 29.040245], [107.925816, 29.039014], [107.918556, 29.02308], [107.902625, 29.008619], [107.879052, 29.011807], [107.878485, 29.009139], [107.88279, 29.003494], [107.883825, 28.996275], [107.880378, 28.98911], [107.86783, 28.986209], [107.863946, 28.973299], [107.863139, 28.960866], [107.859706, 28.96556], [107.852397, 28.96833], [107.841754, 28.966187], [107.832695, 28.969119], [107.83121, 28.970593], [107.832472, 28.973939], [107.831362, 28.975006], [107.822862, 28.979707], [107.804732, 28.986001], [107.817118, 29.009686], [107.818813, 29.036054], [107.810358, 29.038224], [107.805431, 29.04453], [107.784507, 29.047601], [107.780303, 29.049848], [107.785858, 29.088297], [107.795592, 29.107988], [107.797253, 29.120418], [107.80687, 29.142652], [107.804038, 29.146217], [107.797658, 29.145876], [107.788586, 29.151365], [107.782172, 29.160991], [107.777057, 29.165059], [107.769703, 29.166265], [107.76358, 29.175645], [107.761793, 29.184484], [107.75664, 29.194802], [107.746886, 29.202741], [107.743586, 29.202067], [107.741862, 29.198393], [107.734492, 29.191742], [107.71957, 29.185289], [107.717445, 29.18057], [107.722937, 29.178248], [107.713718, 29.157569], [107.704692, 29.157757], [107.708558, 29.164262], [107.705733, 29.165821], [107.697209, 29.150328], [107.692445, 29.145836], [107.661199, 29.150346], [107.656664, 29.152865], [107.654489, 29.163211], [107.651728, 29.16568], [107.638998, 29.162626], [107.63099, 29.164218], [107.625663, 29.167611], [107.621348, 29.174643], [107.602012, 29.16784], [107.597107, 29.163961], [107.597319, 29.160724], [107.600006, 29.15996], [107.599597, 29.154086], [107.590429, 29.147093], [107.584072, 29.152207], [107.582273, 29.155838], [107.576276, 29.185546], [107.571383, 29.189232], [107.568738, 29.21203], [107.564778, 29.222359], [107.55588, 29.224344], [107.550617, 29.222705], [107.542944, 29.210079], [107.526536, 29.197296], [107.519125, 29.198958], [107.510697, 29.197532], [107.484381, 29.17759], [107.469353, 29.17417], [107.466895, 29.174288], [107.457509, 29.180421], [107.460374, 29.187218], [107.458942, 29.198043], [107.4419, 29.204143], [107.439885, 29.20775], [107.429545, 29.200325], [107.423397, 29.1931], [107.412411, 29.194188], [107.401393, 29.191153], [107.397744, 29.188135], [107.396286, 29.182072], [107.3978, 29.177274], [107.406794, 29.166034], [107.403605, 29.153467], [107.403482, 29.144019], [107.409602, 29.137797], [107.41732, 29.138618], [107.423455, 29.131281], [107.414456, 29.114356], [107.414305, 29.109952], [107.408725, 29.099399], [107.407088, 29.097169], [107.404065, 29.098214], [107.389339, 29.094291], [107.381502, 29.098802], [107.378279, 29.098609], [107.370508, 29.105878], [107.365222, 29.096016], [107.372902, 29.069832], [107.381414, 29.062336], [107.386199, 29.062212], [107.389499, 29.055389], [107.391022, 29.043115], [107.389995, 29.039652], [107.38732, 29.037388], [107.376489, 29.033048], [107.372992, 29.030119], [107.35964, 29.013112], [107.364923, 28.998754], [107.370779, 28.996303], [107.38641, 28.997783], [107.391967, 28.996194], [107.398709, 28.987386], [107.401346, 28.98043], [107.39921, 28.978919], [107.399486, 28.975907], [107.404367, 28.966057], [107.416876, 28.959195], [107.424357, 28.957123], [107.433137, 28.958332], [107.435122, 28.956513], [107.435791, 28.951487], [107.417168, 28.930165], [107.409124, 28.915285], [107.41139, 28.899886], [107.414235, 28.893061], [107.413399, 28.889611], [107.400788, 28.889596], [107.396484, 28.886011], [107.391264, 28.878896], [107.389507, 28.871901], [107.392018, 28.865889], [107.390282, 28.861368], [107.364141, 28.848016], [107.35391, 28.851708], [107.3267, 28.84624], [107.32941, 28.839278], [107.335689, 28.836449], [107.341001, 28.830458], [107.337116, 28.826877], [107.332705, 28.826092], [107.328413, 28.820631], [107.329599, 28.814135], [107.323031, 28.812193], [107.298527, 28.810532], [107.286404, 28.804173], [107.278815, 28.804013], [107.265655, 28.800272], [107.259198, 28.794706], [107.250131, 28.797033], [107.247576, 28.782597], [107.24932, 28.780047], [107.249574, 28.7728], [107.246583, 28.765463], [107.242858, 28.764504], [107.225672, 28.772181], [107.214971, 28.775177], [107.213456, 28.776921], [107.211671, 28.781857], [107.214459, 28.787544], [107.214902, 28.792822], [107.20889, 28.800322], [107.206642, 28.809555], [107.206783, 28.821419], [107.211938, 28.831924], [107.218941, 28.831404], [107.221355, 28.838883], [107.188598, 28.84128], [107.192637, 28.858957], [107.199233, 28.87036], [107.191028, 28.882423], [107.186899, 28.892805], [107.176966, 28.890801], [107.1655, 28.884233], [107.148664, 28.887006], [107.145664, 28.883555], [107.147417, 28.879943], [107.140837, 28.878798], [107.13872, 28.882829], [107.14036, 28.887917], [107.108484, 28.894851], [107.090204, 28.894214], [107.082165, 28.875565], [107.068238, 28.869514], [107.062091, 28.869276], [107.05544, 28.870838], [107.055612, 28.872663], [107.060503, 28.881121], [107.069363, 28.882927], [107.069868, 28.887398], [107.064224, 28.898912], [107.056446, 28.898153], [107.053075, 28.897506], [107.0457, 28.888157], [107.041769, 28.877714], [107.051301, 28.873106], [107.036018, 28.867829], [107.033293, 28.869588], [107.032988, 28.873991], [107.035178, 28.884496], [107.013037, 28.888974], [107.010201, 28.878826], [107.013632, 28.875049], [107.013334, 28.864693], [106.99835, 28.857495], [106.984085, 28.856865], [106.979564, 28.854423], [106.981356, 28.841435], [106.985458, 28.832958], [106.976922, 28.81649], [106.977294, 28.807627], [106.982467, 28.796111], [106.984521, 28.794586], [106.985647, 28.781626], [106.989457, 28.77484], [106.974716, 28.773874], [106.968762, 28.779779], [106.963654, 28.777646], [106.958467, 28.772441], [106.946923, 28.769641], [106.943331, 28.782732], [106.936308, 28.786383], [106.932586, 28.801007], [106.921837, 28.813095], [106.912856, 28.808922], [106.911378, 28.806204], [106.903879, 28.803281], [106.896796, 28.801639], [106.889916, 28.803446], [106.886633, 28.801752], [106.874704, 28.792394], [106.869693, 28.783552], [106.860079, 28.777797], [106.858393, 28.785979], [106.839732, 28.785007], [106.828251, 28.773805], [106.818963, 28.754817], [106.825534, 28.736973], [106.833397, 28.733934], [106.841695, 28.733265], [106.849782, 28.727981], [106.853353, 28.722569], [106.858348, 28.711704], [106.849584, 28.709396], [106.848257, 28.706163], [106.848977, 28.701834], [106.854963, 28.69427], [106.862086, 28.694425], [106.870697, 28.698531], [106.88233, 28.698009], [106.871475, 28.671704], [106.86132, 28.655663], [106.862196, 28.653755], [106.866402, 28.652284], [106.863258, 28.629453], [106.854688, 28.626123], [106.825963, 28.626794], [106.823356, 28.621921], [106.824597, 28.617417], [106.828879, 28.616853], [106.82722, 28.610738], [106.822258, 28.601834], [106.816471, 28.60245], [106.807924, 28.591479], [106.803315, 28.59253], [106.793626, 28.601395], [106.787824, 28.614204], [106.78678, 28.620937], [106.781841, 28.62846], [106.778145, 28.628012], [106.765296, 28.617328], [106.759834, 28.616641], [106.752994, 28.613242], [106.754042, 28.594132], [106.755567, 28.590063], [106.763458, 28.582386], [106.775952, 28.578865], [106.777367, 28.574891], [106.776778, 28.567277], [106.775545, 28.56597], [106.734607, 28.558564], [106.724619, 28.546861], [106.719629, 28.533989], [106.720505, 28.523466], [106.737481, 28.501677], [106.740161, 28.495319], [106.741703, 28.471955], [106.726058, 28.464456], [106.718299, 28.458801], [106.704488, 28.453885], [106.699331, 28.458312], [106.687659, 28.464103], [106.693805, 28.478496], [106.684705, 28.488865], [106.678965, 28.485998], [106.669704, 28.485019], [106.662342, 28.489974], [106.660301, 28.496978], [106.65259, 28.487412], [106.646332, 28.482631], [106.643632, 28.482589], [106.632796, 28.486812], [106.628923, 28.49192], [106.627444, 28.497342], [106.628615, 28.507645], [106.618964, 28.507543], [106.608889, 28.504516], [106.588664, 28.516623], [106.579896, 28.510896], [106.583087, 28.509109], [106.587614, 28.503058], [106.588491, 28.496253], [106.587076, 28.493661], [106.583131, 28.491141], [106.580752, 28.493435], [106.578435, 28.493426], [106.56442, 28.48804], [106.560076, 28.489175], [106.561125, 28.496966], [106.558017, 28.502072], [106.555959, 28.517122], [106.56068, 28.525076], [106.56337, 28.526889], [106.583677, 28.527462], [106.58516, 28.530783], [106.598048, 28.54411], [106.612136, 28.55441], [106.612356, 28.570234], [106.608864, 28.583717], [106.602069, 28.593217], [106.601654, 28.596266], [106.608935, 28.612614], [106.616747, 28.610129], [106.621005, 28.606846], [106.626738, 28.608587], [106.632015, 28.614355], [106.633141, 28.627456], [106.625562, 28.635902], [106.613016, 28.642779], [106.613856, 28.646633], [106.616028, 28.649846], [106.630643, 28.645925], [106.639693, 28.647137], [106.64456, 28.650072], [106.647142, 28.654456], [106.642193, 28.668949], [106.63665, 28.668694], [106.629408, 28.66159], [106.624591, 28.662353], [106.615222, 28.66926], [106.607901, 28.684198], [106.61147, 28.687583], [106.607237, 28.692288], [106.589206, 28.697153], [106.569401, 28.70741], [106.556989, 28.723669], [106.555601, 28.737827], [106.556853, 28.741478], [106.559499, 28.743169], [106.560365, 28.750529], [106.559211, 28.757755], [106.555642, 28.763924], [106.545865, 28.773667], [106.530782, 28.769803], [106.530432, 28.781835], [106.519286, 28.784602], [106.517357, 28.789725], [106.51839, 28.793658], [106.514501, 28.797973], [106.504068, 28.800324], [106.488674, 28.809299], [106.473371, 28.827876], [106.46996, 28.837866], [106.457482, 28.83428], [106.463466, 28.832418], [106.465012, 28.8291], [106.446033, 28.817405], [106.447522, 28.81003], [106.454734, 28.810264], [106.456945, 28.808929], [106.461127, 28.803027], [106.462611, 28.797253], [106.458918, 28.795938], [106.451608, 28.797386], [106.448031, 28.796067], [106.450693, 28.781275], [106.462313, 28.761643], [106.474609, 28.752411], [106.482926, 28.749326], [106.494413, 28.731652], [106.495101, 28.720656], [106.500821, 28.718746], [106.509608, 28.708338], [106.511209, 28.703849], [106.509431, 28.698511], [106.512046, 28.691613], [106.516153, 28.688869], [106.524996, 28.677936], [106.515367, 28.665964], [106.506772, 28.661666], [106.501997, 28.664335], [106.499084, 28.663736], [106.501571, 28.657337], [106.500245, 28.65246], [106.502635, 28.649674], [106.503053, 28.639073], [106.495188, 28.62164], [106.490941, 28.618468], [106.489631, 28.609927], [106.489819, 28.604559], [106.501832, 28.590727], [106.503319, 28.586003], [106.507537, 28.581186], [106.521751, 28.578722], [106.512017, 28.567461], [106.503227, 28.570229], [106.499459, 28.574632], [106.49762, 28.583031], [106.49238, 28.589864], [106.488992, 28.592775], [106.482674, 28.591753], [106.474165, 28.599153], [106.473106, 28.602596], [106.47069, 28.602544], [106.463354, 28.592973], [106.462494, 28.587367], [106.475727, 28.576137], [106.481143, 28.569019], [106.481598, 28.562837], [106.501389, 28.547546], [106.503803, 28.542312], [106.498183, 28.53779], [106.491142, 28.541933], [106.484128, 28.536872], [106.475054, 28.533293], [106.465242, 28.536202], [106.462741, 28.540485], [106.463908, 28.542294], [106.462797, 28.544602], [106.437284, 28.562339], [106.427865, 28.559555], [106.39507, 28.574483], [106.386426, 28.570632], [106.380974, 28.5637], [106.384682, 28.556848], [106.38102, 28.543556], [106.372439, 28.531162], [106.362229, 28.527428], [106.358374, 28.530606], [106.353489, 28.539895], [106.347503, 28.542945], [106.34383, 28.542048], [106.340781, 28.536685], [106.336409, 28.535446], [106.330961, 28.55403], [106.327832, 28.555837], [106.341109, 28.568976], [106.344613, 28.587006], [106.337686, 28.600809], [106.326738, 28.607251], [106.317147, 28.623899], [106.321198, 28.62457], [106.32325, 28.627385], [106.325931, 28.634308], [106.324985, 28.639791], [106.321873, 28.641453], [106.315944, 28.640743], [106.307464, 28.642642], [106.302189, 28.647894], [106.301711, 28.652546], [106.304083, 28.661393], [106.305981, 28.663454], [106.313603, 28.664952], [106.316933, 28.66754], [106.313891, 28.671787], [106.309562, 28.672081], [106.302732, 28.677445], [106.300247, 28.713711], [106.287485, 28.717438], [106.281862, 28.721519], [106.280984, 28.723285], [106.282152, 28.724364], [106.287632, 28.725285], [106.280798, 28.737371], [106.268824, 28.743133], [106.267198, 28.755845], [106.268172, 28.763712], [106.274302, 28.769078], [106.276089, 28.773918], [106.2607, 28.787814], [106.254304, 28.78927], [106.249353, 28.787603], [106.246568, 28.790177], [106.24447, 28.797193], [106.24374, 28.808828], [106.246646, 28.815844], [106.252625, 28.820138], [106.249524, 28.831507], [106.250452, 28.841805], [106.260178, 28.848233], [106.261161, 28.850957], [106.256565, 28.853161], [106.250586, 28.867969], [106.246594, 28.870743], [106.243133, 28.869705], [106.240075, 28.871206], [106.230234, 28.878168], [106.22625, 28.884641], [106.224164, 28.893516], [106.212126, 28.894722], [106.201764, 28.906203], [106.196063, 28.910286], [106.18823, 28.911437], [106.169454, 28.924264], [106.169385, 28.919772], [106.165932, 28.915132], [106.145592, 28.90691], [106.129968, 28.908204], [106.111832, 28.905193], [106.106574, 28.902082], [106.099228, 28.90082], [106.089915, 28.902452], [106.083239, 28.906644], [106.072728, 28.916689], [106.07223, 28.920831], [106.068856, 28.923527], [106.056167, 28.919861], [106.05542, 28.913987], [106.044317, 28.909282], [106.033058, 28.914569], [106.037016, 28.92525], [106.040672, 28.929203], [106.040419, 28.935311], [106.034709, 28.937998], [106.034539, 28.939433], [106.036553, 28.944207], [106.043502, 28.946707], [106.043861, 28.953512], [106.035452, 28.958836], [106.027438, 28.957037], [106.024131, 28.954726], [106.023597, 28.951344], [106.015782, 28.954653], [106.004407, 28.966126], [106.001093, 28.974718], [105.980842, 28.984173], [105.969095, 28.975944], [105.985234, 28.972029], [105.986376, 28.968182], [105.985188, 28.965511], [105.973463, 28.96434], [105.967983, 28.970435], [105.965138, 28.971304], [105.960215, 28.966728], [105.956335, 28.957972], [105.943669, 28.944762], [105.918591, 28.935448], [105.903453, 28.922656], [105.912512, 28.911429], [105.913093, 28.906277], [105.90865, 28.902606], [105.90028, 28.905563], [105.901566, 28.909117], [105.894137, 28.912232], [105.887944, 28.911155], [105.882633, 28.915827], [105.885546, 28.92386], [105.883592, 28.933133], [105.880061, 28.936917], [105.872337, 28.938749], [105.85116, 28.930688], [105.841428, 28.93335], [105.839851, 28.936638], [105.826117, 28.948605], [105.821021, 28.945093], [105.805864, 28.944936], [105.802405, 28.942544], [105.8004, 28.938565], [105.795089, 28.937934], [105.790967, 28.940982], [105.788071, 28.946178], [105.789345, 28.950604], [105.792098, 28.953391], [105.798839, 28.949857], [105.802163, 28.951357], [105.806363, 28.960419], [105.795979, 28.959887], [105.792322, 28.964245], [105.794196, 28.966955], [105.792988, 28.969158], [105.78177, 28.983199], [105.762573, 28.988799], [105.756854, 28.993429], [105.75762, 29.007051], [105.762744, 29.011122], [105.762686, 29.017523], [105.751634, 29.02703], [105.746845, 29.037655], [105.741866, 29.038274], [105.738078, 29.042935], [105.741166, 29.050272], [105.746164, 29.054478], [105.754129, 29.073186], [105.752086, 29.075313], [105.74125, 29.078221], [105.73746, 29.082278], [105.739384, 29.090658], [105.732993, 29.098471], [105.724594, 29.101005], [105.725695, 29.109704], [105.728776, 29.116035], [105.72653, 29.122295], [105.736353, 29.131771], [105.745858, 29.131854], [105.749544, 29.136115], [105.742544, 29.143131], [105.736481, 29.137681], [105.733254, 29.132011], [105.72511, 29.13641], [105.727211, 29.149561], [105.725993, 29.15606], [105.723871, 29.157475], [105.724643, 29.162209], [105.714654, 29.17639], [105.708932, 29.177363], [105.705128, 29.180794], [105.709959, 29.187674], [105.72011, 29.192322], [105.719554, 29.198338], [105.713251, 29.206999], [105.704333, 29.210659], [105.7085, 29.222262], [105.703585, 29.223855], [105.702057, 29.226504], [105.705311, 29.236132], [105.705142, 29.241993], [105.695445, 29.25577], [105.695825, 29.26191], [105.693401, 29.27034], [105.691606, 29.271607], [105.688073, 29.270749], [105.68728, 29.272617], [105.689829, 29.290002], [105.693844, 29.292975], [105.712467, 29.29299], [105.714237, 29.295028], [105.71167, 29.298883], [105.697851, 29.301794], [105.688556, 29.297182], [105.680118, 29.289359], [105.67541, 29.277508], [105.662518, 29.278998], [105.65988, 29.27762], [105.658031, 29.272624], [105.671293, 29.266231], [105.663949, 29.256128], [105.6527, 29.2548], [105.642825, 29.258357], [105.635117, 29.265703], [105.640697, 29.272044], [105.641149, 29.277323], [105.632021, 29.283312], [105.628368, 29.283937], [105.625118, 29.281848], [105.626, 29.278694], [105.611663, 29.27342], [105.61528, 29.266444], [105.60949, 29.259664], [105.605034, 29.257665], [105.603418, 29.259452], [105.606504, 29.263886], [105.607998, 29.276984], [105.606781, 29.27812], [105.60213, 29.278804], [105.59518, 29.274768], [105.573942, 29.273707], [105.554611, 29.281439], [105.534965, 29.276393], [105.522278, 29.271049], [105.517729, 29.266533], [105.514475, 29.266376], [105.505125, 29.27523], [105.506347, 29.280572], [105.510679, 29.283507], [105.506021, 29.289484], [105.481886, 29.279916], [105.47137, 29.281322], [105.472137, 29.284698], [105.470855, 29.286542], [105.46279, 29.290373], [105.456475, 29.290738], [105.455437, 29.292986], [105.464294, 29.32266], [105.455626, 29.330782], [105.450809, 29.331972], [105.451074, 29.327223], [105.442659, 29.322503], [105.438391, 29.323926], [105.427737, 29.32109], [105.421698, 29.317528], [105.419242, 29.312391], [105.415365, 29.31467], [105.420339, 29.333553], [105.416203, 29.346391], [105.412202, 29.352441], [105.418295, 29.359805], [105.4339, 29.36687], [105.437076, 29.369688], [105.434443, 29.374093], [105.427855, 29.379545], [105.4273, 29.381837], [105.439295, 29.390746], [105.437518, 29.396016], [105.438249, 29.400281], [105.440331, 29.401252], [105.439944, 29.402988], [105.427891, 29.412154], [105.424219, 29.421355], [105.396118, 29.425882], [105.384371, 29.425471], [105.369836, 29.420039], [105.368954, 29.421393], [105.371232, 29.428993], [105.394551, 29.440198], [105.393939, 29.445266], [105.385634, 29.455664], [105.372978, 29.460463], [105.360126, 29.460896], [105.358794, 29.457051], [105.350762, 29.44951], [105.346216, 29.452876], [105.340239, 29.450751], [105.334919, 29.442276], [105.32085, 29.450711], [105.32208, 29.455118], [105.327349, 29.453175], [105.33237, 29.456707], [105.335363, 29.462388], [105.334681, 29.466607], [105.326932, 29.474944], [105.317166, 29.476949], [105.316696, 29.486654], [105.320056, 29.497908], [105.317193, 29.502261], [105.315716, 29.51658], [105.305903, 29.528775], [105.302546, 29.529708], [105.297706, 29.53604], [105.291427, 29.537197], [105.289838, 29.541914], [105.293003, 29.566507], [105.296969, 29.577306], [105.30371, 29.578926], [105.309666, 29.575809], [105.313384, 29.5799], [105.312955, 29.587997], [105.308295, 29.592163], [105.307773, 29.596971], [105.317365, 29.612314], [105.320584, 29.612153], [105.32673, 29.606628], [105.321051, 29.599212], [105.332444, 29.599291], [105.338068, 29.605373], [105.34342, 29.623084], [105.351279, 29.62953], [105.357034, 29.631675], [105.361477, 29.630778], [105.364985, 29.623867], [105.371224, 29.623718], [105.375178, 29.625915], [105.377108, 29.63277], [105.3739, 29.635414], [105.370832, 29.643799], [105.373766, 29.646602], [105.383219, 29.649493], [105.389863, 29.653761], [105.389431, 29.657926], [105.382272, 29.669774], [105.37965, 29.671231], [105.384871, 29.672957], [105.386593, 29.678859], [105.397767, 29.674626], [105.403447, 29.678689], [105.409646, 29.68657], [105.415882, 29.690519], [105.419471, 29.690739], [105.430949, 29.678951], [105.457394, 29.677276], [105.460532, 29.675937], [105.473483, 29.678018], [105.478101, 29.680925], [105.479009, 29.681919], [105.469707, 29.699969], [105.46857, 29.705538], [105.469558, 29.710354], [105.475041, 29.718681], [105.480968, 29.721509], [105.48849, 29.723652], [105.491448, 29.720233], [105.493985, 29.713077], [105.505171, 29.708479], [105.508976, 29.709091], [105.516977, 29.706763], [105.523017, 29.698035], [105.535784, 29.697087], [105.535389, 29.700476], [105.53007, 29.702102], [105.526518, 29.710451], [105.542775, 29.722692], [105.538576, 29.730532], [105.539229, 29.737051], [105.544631, 29.738679], [105.547858, 29.738038], [105.555157, 29.729511], [105.562671, 29.72754], [105.563972, 29.730327], [105.560375, 29.740118], [105.56368, 29.74499], [105.572428, 29.748348], [105.572173, 29.761433], [105.566323, 29.763498], [105.566345, 29.767389], [105.582167, 29.786635], [105.576327, 29.793976], [105.583357, 29.815148], [105.578815, 29.821144], [105.585331, 29.826211], [105.592427, 29.82161], [105.601443, 29.82034], [105.606456, 29.826411], [105.604248, 29.829057], [105.604671, 29.832993], [105.613459, 29.848811], [105.616296, 29.84852], [105.617428, 29.845008], [105.623027, 29.83986], [105.637884, 29.840468], [105.641492, 29.843038], [105.648958, 29.844652], [105.656867, 29.844095], [105.665267, 29.846859], [105.667763, 29.853427], [105.67426, 29.857241], [105.68648, 29.854985], [105.688443, 29.848679], [105.694749, 29.845445], [105.705478, 29.843344], [105.712804, 29.850104], [105.715782, 29.855688], [105.716061, 29.859641], [105.733954, 29.864753], [105.729208, 29.869927], [105.731192, 29.885281], [105.729504, 29.889233], [105.725562, 29.895279], [105.718828, 29.895614], [105.712395, 29.898285], [105.707615, 29.902403], [105.707201, 29.906471], [105.712187, 29.907042], [105.710186, 29.918817], [105.705403, 29.920758], [105.69755, 29.93091], [105.706712, 29.930227], [105.710769, 29.932568], [105.71563, 29.939407], [105.715278, 29.942082], [105.713171, 29.943026], [105.717168, 29.950864], [105.727647, 29.960221], [105.726234, 29.968301], [105.71992, 29.978022], [105.720239, 29.986651], [105.728678, 30.00146], [105.743723, 30.005047], [105.752797, 30.016538], [105.749925, 30.027066], [105.745075, 30.036469], [105.738755, 30.035932], [105.726479, 30.027931], [105.723077, 30.03007], [105.722335, 30.037637], [105.717399, 30.044066], [105.70348, 30.038149], [105.684602, 30.041159], [105.680796, 30.050622], [105.672362, 30.060437], [105.673659, 30.067765], [105.668345, 30.076212], [105.661789, 30.070779], [105.655703, 30.07015], [105.636191, 30.075945], [105.634608, 30.079195], [105.633043, 30.09589], [105.638376, 30.10209], [105.632234, 30.106175], [105.608383, 30.11153], [105.592449, 30.111746], [105.583002, 30.124086], [105.57499, 30.128321], [105.569215, 30.12739], [105.570766, 30.139627], [105.574138, 30.143976], [105.580093, 30.14645], [105.59063, 30.147155], [105.593381, 30.161351], [105.58058, 30.166086], [105.567493, 30.164351], [105.553777, 30.15318], [105.552753, 30.147203], [105.551335, 30.146573], [105.542364, 30.149518], [105.532988, 30.155192], [105.53138, 30.164991], [105.534134, 30.170694], [105.556439, 30.187109], [105.565967, 30.185906], [105.569066, 30.182638], [105.568131, 30.179371], [105.569435, 30.177374], [105.575729, 30.175356], [105.582536, 30.177026], [105.584516, 30.183964], [105.586924, 30.18693], [105.594427, 30.18713], [105.594513, 30.183261], [105.601602, 30.180279], [105.609914, 30.183587], [105.615784, 30.19004], [105.627878, 30.186224], [105.640503, 30.189029], [105.64111, 30.19613], [105.639046, 30.201768], [105.642463, 30.211528], [105.655767, 30.210542], [105.657941, 30.214624], [105.656462, 30.219961], [105.651793, 30.225985], [105.648641, 30.225644], [105.648363, 30.222789], [105.643164, 30.221753], [105.631926, 30.22209], [105.615534, 30.237911], [105.617844, 30.244651], [105.614821, 30.247376], [105.613916, 30.260904], [105.620635, 30.27861], [105.642617, 30.276418], [105.650298, 30.269355], [105.656855, 30.266779], [105.661017, 30.266657], [105.661738, 30.269005], [105.664127, 30.268425], [105.665376, 30.25676], [105.666858, 30.256115], [105.682483, 30.255847], [105.688854, 30.259534], [105.697117, 30.260222], [105.70783, 30.258984], [105.718571, 30.253543], [105.721204, 30.25822], [105.717528, 30.263477], [105.717745, 30.266265], [105.726223, 30.268794], [105.73142, 30.273942], [105.732274, 30.27914], [105.723806, 30.281055], [105.718813, 30.278116], [105.708938, 30.287288], [105.706274, 30.306944], [105.708721, 30.322046], [105.713008, 30.327575], [105.720098, 30.324744], [105.723389, 30.320191], [105.727936, 30.320109], [105.728409, 30.324227], [105.730078, 30.324477], [105.731356, 30.322477], [105.737835, 30.321736], [105.737352, 30.325471], [105.729847, 30.336042], [105.730026, 30.338546], [105.731574, 30.339966], [105.746622, 30.342515], [105.751165, 30.34589], [105.752406, 30.349352], [105.747824, 30.361041], [105.765587, 30.378822], [105.764043, 30.384156], [105.759665, 30.384909], [105.755388, 30.388418], [105.761763, 30.392296], [105.761101, 30.394667], [105.76354, 30.402565], [105.770069, 30.411739], [105.784496, 30.41186], [105.791327, 30.421429], [105.786579, 30.429803], [105.79261, 30.433605], [105.797345, 30.430013], [105.812661, 30.439722], [105.819299, 30.439926], [105.82711, 30.434841], [105.831029, 30.421219], [105.839151, 30.415462], [105.834323, 30.407869], [105.835368, 30.400565], [105.837422, 30.396974], [105.841671, 30.39412], [105.846948, 30.39608], [105.857707, 30.412716], [105.860729, 30.413292], [105.868416, 30.408666], [105.869217, 30.404116], [105.865394, 30.400627], [105.868203, 30.392303], [105.876237, 30.388776], [105.882389, 30.393532], [105.885301, 30.403502], [105.881915, 30.406723], [105.882355, 30.408847], [105.887691, 30.413493], [105.892927, 30.407846], [105.898487, 30.404951], [105.900079, 30.410177], [105.903971, 30.405018], [105.899834, 30.399371], [105.896351, 30.400857], [105.894707, 30.399778], [105.894108, 30.393408], [105.898308, 30.389176], [105.912706, 30.398523], [105.920922, 30.39343], [105.940809, 30.375347], [105.949763, 30.376829], [105.954468, 30.379919], [105.965346, 30.379876], [105.967975, 30.376807], [105.974749, 30.373841], [105.975947, 30.375555], [105.978667, 30.375366], [105.981474, 30.378858], [105.982884, 30.37806], [105.988763, 30.381879], [105.984028, 30.377811], [105.982583, 30.374348], [105.987338, 30.37002], [105.989274, 30.371456], [105.991716, 30.369541], [105.994593, 30.371497], [105.993483, 30.37283], [105.996227, 30.374483], [105.998052, 30.379348], [106.019969, 30.374394], [106.028496, 30.370766], [106.045588, 30.352983], [106.050539, 30.350069], [106.049554, 30.347517], [106.065412, 30.342911], [106.070309, 30.337542], [106.073353, 30.339258], [106.075686, 30.347004], [106.084838, 30.34839], [106.087602, 30.338057], [106.085848, 30.32878], [106.098955, 30.323915], [106.099649, 30.322353], [106.097338, 30.317985], [106.10204, 30.313434], [106.104617, 30.314138], [106.104434, 30.316878], [106.109225, 30.320234], [106.116423, 30.316461], [106.118952, 30.316582], [106.12053, 30.313426], [106.117964, 30.309592], [106.122144, 30.304449], [106.127796, 30.304764], [106.1296, 30.311779], [106.11984, 30.327858], [106.128448, 30.326957], [106.129567, 30.320087], [106.128568, 30.316161], [106.153001, 30.316493], [106.158108, 30.313966], [106.159571, 30.309565], [106.166782, 30.306877], [106.173163, 30.28542], [106.172155, 30.277519], [106.175871, 30.275191], [106.176427, 30.264047], [106.166665, 30.252583], [106.175235, 30.242615], [106.178756, 30.242634], [106.175998, 30.234334], [106.197833, 30.236785], [106.196811, 30.229912], [106.187869, 30.218701], [106.200597, 30.20655], [106.210073, 30.204843], [106.220362, 30.211543], [106.223916, 30.216351], [106.228697, 30.214322], [106.235898, 30.204453], [106.235188, 30.200359], [106.228822, 30.19357], [106.232162, 30.187967], [106.240256, 30.180491], [106.243907, 30.183131], [106.245713, 30.191067], [106.24162, 30.196681], [106.243003, 30.200826], [106.251013, 30.20144], [106.253893, 30.19813], [106.257353, 30.200114], [106.260684, 30.197242], [106.260737, 30.193617], [106.25854, 30.192197], [106.26119, 30.187498], [106.265297, 30.18712], [106.267792, 30.188623], [106.267722, 30.208252], [106.266174, 30.21015], [106.260376, 30.211883], [106.257168, 30.216689], [106.262096, 30.217621], [106.271881, 30.213923], [106.275253, 30.211255], [106.275622, 30.208251], [106.273149, 30.204683], [106.273687, 30.198375], [106.280375, 30.199439], [106.290117, 30.210637], [106.287754, 30.222265], [106.30315, 30.228963], [106.295361, 30.240398], [106.29623, 30.241519], [106.305511, 30.239835], [106.316811, 30.232623], [106.331019, 30.228178], [106.336082, 30.240763], [106.349913, 30.245055], [106.361475, 30.245234], [106.368458, 30.251281], [106.381566, 30.246046], [106.386343, 30.245737], [106.382313, 30.252512], [106.37898, 30.253154], [106.378884, 30.258055], [106.386302, 30.257783], [106.398418, 30.244641], [106.409318, 30.24589], [106.419402, 30.25503], [106.424957, 30.256206], [106.426472, 30.262935], [106.424651, 30.265274], [106.415828, 30.267512], [106.404616, 30.277566], [106.414966, 30.281699], [106.42114, 30.279039], [106.430247, 30.27948], [106.431471, 30.284135], [106.429144, 30.289208], [106.424586, 30.292551], [106.425105, 30.294423], [106.430971, 30.297825], [106.437451, 30.290907], [106.442046, 30.294782], [106.438153, 30.301815], [106.431814, 30.306128], [106.436971, 30.312447], [106.452228, 30.308604], [106.445491, 30.306178], [106.44435, 30.301352], [106.447412, 30.29949], [106.450451, 30.299835], [106.452376, 30.304606], [106.455394, 30.30497], [106.465189, 30.301166], [106.467906, 30.302283], [106.4693, 30.305033], [106.475409, 30.30485], [106.495413, 30.29824], [106.495893, 30.292949], [106.505312, 30.291828], [106.507265, 30.292475], [106.507094, 30.29805], [106.508924, 30.300248], [106.521867, 30.304828], [106.541204, 30.299306], [106.542411, 30.311627], [106.547474, 30.316616], [106.554214, 30.318622], [106.558719, 30.316701], [106.567991, 30.308732], [106.582451, 30.305961], [106.586679, 30.297155], [106.589613, 30.295189], [106.608259, 30.295951], [106.619896, 30.282988], [106.620914, 30.269294], [106.626914, 30.268026], [106.630153, 30.269844], [106.639767, 30.251928], [106.639232, 30.249727], [106.629933, 30.248913], [106.619312, 30.244671], [106.60448, 30.235929], [106.605739, 30.232112], [106.609113, 30.230117], [106.615976, 30.229909], [106.618564, 30.22602], [106.624651, 30.223934], [106.624125, 30.219562], [106.627184, 30.218575], [106.62834, 30.214904], [106.625848, 30.211115], [106.622485, 30.210819], [106.621578, 30.206691], [106.625298, 30.199884], [106.628798, 30.198805], [106.631365, 30.20036], [106.632953, 30.199046], [106.631911, 30.195434], [106.628561, 30.191986], [106.629165, 30.189181], [106.63286, 30.18879], [106.635819, 30.191033], [106.64208, 30.192369], [106.646303, 30.191807], [106.645258, 30.188997], [106.638094, 30.182331], [106.63751, 30.179808], [106.6391, 30.178036], [106.650381, 30.176864], [106.651441, 30.17532], [106.651785, 30.17154], [106.647116, 30.167917], [106.64706, 30.165224], [106.652272, 30.164379], [106.655554, 30.168628], [106.660822, 30.170533], [106.662608, 30.169162], [106.662296, 30.164062], [106.666072, 30.158858], [106.673382, 30.161398], [106.676221, 30.160317], [106.675574, 30.156591], [106.670116, 30.152509], [106.671053, 30.149312], [106.66762, 30.124085], [106.689412, 30.128479], [106.686463, 30.120013], [106.697686, 30.117891], [106.696026, 30.11348], [106.695846, 30.099885], [106.698415, 30.095452], [106.697072, 30.089076], [106.69398, 30.084532], [106.695265, 30.076681], [106.700024, 30.070601], [106.709553, 30.071622], [106.723488, 30.058976], [106.723604, 30.056048], [106.719083, 30.046785], [106.727219, 30.029232], [106.738619, 30.028254], [106.748658, 30.022081], [106.767848, 30.018225], [106.782682, 30.02002], [106.804411, 30.032999], [106.821874, 30.034129], [106.831652, 30.045249], [106.833806, 30.052546], [106.837971, 30.051941], [106.856057, 30.033755], [106.855119, 30.030278], [106.872957, 30.033657], [106.882964, 30.037496], [106.887617, 30.033421], [106.898851, 30.035735], [106.901533, 30.02929], [106.905982, 30.027358], [106.9099, 30.027838], [106.919711, 30.03774], [106.932775, 30.042422], [106.940321, 30.039896], [106.943574, 30.041531], [106.95255, 30.0563], [106.953171, 30.059945], [106.950154, 30.064132], [106.953028, 30.071728], [106.964795, 30.084285], [106.976569, 30.088408], [106.981352, 30.086917], [106.984302, 30.082943], [106.994904, 30.064473], [106.994749, 30.059788], [106.99842, 30.055961], [107.010743, 30.054444], [107.014285, 30.046162], [107.014973, 30.04041], [107.020044, 30.036937], [107.027317, 30.035499], [107.039699, 30.037391], [107.037833, 30.041952], [107.032982, 30.047215], [107.036919, 30.057063], [107.039101, 30.058093], [107.047634, 30.055162], [107.046545, 30.05107], [107.04775, 30.046418], [107.050903, 30.044692], [107.062582, 30.048196], [107.071752, 30.054664], [107.080608, 30.066768], [107.069706, 30.077248], [107.0682, 30.083846], [107.075939, 30.10072], [107.077615, 30.101524], [107.091587, 30.094133], [107.096726, 30.096551], [107.104587, 30.104271], [107.101516, 30.112757], [107.102574, 30.119071], [107.108611, 30.120421], [107.116301, 30.118906], [107.127418, 30.123806], [107.137126, 30.136123], [107.141141, 30.143446], [107.14154, 30.147823], [107.195058, 30.193835], [107.215885, 30.216297], [107.236221, 30.242228], [107.252543, 30.26932], [107.256034, 30.276307], [107.254236, 30.280486], [107.254598, 30.285154], [107.262353, 30.294953], [107.267955, 30.309133], [107.273877, 30.315621], [107.278298, 30.329677], [107.283011, 30.337827], [107.297672, 30.355432], [107.308351, 30.360932], [107.332358, 30.380849], [107.333468, 30.385138], [107.332032, 30.385914], [107.338063, 30.400663], [107.34243, 30.417232], [107.339391, 30.423369], [107.339676, 30.42621], [107.356653, 30.465008], [107.366961, 30.478861], [107.400329, 30.514466], [107.401348, 30.516761], [107.400095, 30.521371], [107.40428, 30.523917], [107.414779, 30.518991], [107.42479, 30.521737], [107.427721, 30.523965], [107.438003, 30.53704], [107.428418, 30.542927], [107.423463, 30.550075], [107.423924, 30.55238], [107.453946, 30.574289], [107.461842, 30.582409], [107.461399, 30.588876], [107.480404, 30.600461], [107.489929, 30.621376], [107.497326, 30.626953], [107.509682, 30.643633], [107.510879, 30.646282], [107.509477, 30.649234], [107.491313, 30.668211], [107.475328, 30.666873], [107.469708, 30.66978], [107.460021, 30.681154], [107.455884, 30.688968], [107.456921, 30.697619], [107.442501, 30.714981], [107.431625, 30.721867], [107.420005, 30.742641], [107.42073, 30.748185], [107.435, 30.748349], [107.441902, 30.754288], [107.441571, 30.756179], [107.435467, 30.758449], [107.433806, 30.761367], [107.437992, 30.766253], [107.439914, 30.77507], [107.437398, 30.776167], [107.439944, 30.780236], [107.442201, 30.780798], [107.458075, 30.772611], [107.46198, 30.777023], [107.455408, 30.788091], [107.461608, 30.787032], [107.468689, 30.788209], [107.472282, 30.794008], [107.472307, 30.801296], [107.494366, 30.812027], [107.494049, 30.814556], [107.487859, 30.817438], [107.484863, 30.824965], [107.485497, 30.828868], [107.488155, 30.831169], [107.487665, 30.835732], [107.485708, 30.836957], [107.482129, 30.835993], [107.479865, 30.840249], [107.503803, 30.850547], [107.512415, 30.858235], [107.518532, 30.847259], [107.532259, 30.850762], [107.542668, 30.850854], [107.550474, 30.848736], [107.553267, 30.849375], [107.556142, 30.852618], [107.568863, 30.849685], [107.593156, 30.837407], [107.601048, 30.842928], [107.606643, 30.844841], [107.611223, 30.837963], [107.614572, 30.827543], [107.631329, 30.815321], [107.637794, 30.814389], [107.638748, 30.815247], [107.635783, 30.819575], [107.643492, 30.827964], [107.646447, 30.828138], [107.664267, 30.847901], [107.681711, 30.87115], [107.688357, 30.875731], [107.693405, 30.876094], [107.699771, 30.873341], [107.712664, 30.892329], [107.737861, 30.885105], [107.750445, 30.86477], [107.75285, 30.864943], [107.747682, 30.848681], [107.752953, 30.842812], [107.751032, 30.8325], [107.754006, 30.829982], [107.758903, 30.819663], [107.763401, 30.817727], [107.771461, 30.81725], [107.77478, 30.820228], [107.783204, 30.821315], [107.791724, 30.817565], [107.811975, 30.804599], [107.818778, 30.803851], [107.836625, 30.795689], [107.843211, 30.794625], [107.854483, 30.800041], [107.858079, 30.805568], [107.877318, 30.818024], [107.886085, 30.829182], [107.887124, 30.833461], [107.895381, 30.84011], [107.927711, 30.862933], [107.931916, 30.863289], [107.948404, 30.873023], [107.951779, 30.877992], [107.95096, 30.880948], [107.952244, 30.885388], [107.978809, 30.901237], [107.985346, 30.903303], [107.989913, 30.907567], [107.990885, 30.911151], [107.958767, 30.918509], [107.944999, 30.919362], [107.932872, 30.930348], [107.931016, 30.93335], [107.935434, 30.952463], [107.934961, 30.957435], [107.932989, 30.959105], [107.933152, 30.970576], [107.936943, 30.98911], [107.939393, 30.992004], [107.948509, 30.987781], [107.966487, 30.984151], [107.976822, 30.984247], [107.981499, 30.989044], [107.992929, 31.009475], [108, 31.02691], [108.009996, 31.026884], [108.018278, 31.031227], [108.020939, 31.035248], [108.040929, 31.04245], [108.048967, 31.042665], [108.054955, 31.052604], [108.054343, 31.05595], [108.045057, 31.060234], [108.041808, 31.063935], [108.022213, 31.064836], [108.019957, 31.066488], [108.019478, 31.068389], [108.023193, 31.073208], [108.020066, 31.079831], [108.01994, 31.091014], [108.017862, 31.095463], [108.010704, 31.098103], [108.005092, 31.112101], [108.008465, 31.117061], [108.013357, 31.11531], [108.022552, 31.119155], [108.023198, 31.124552], [108.030184, 31.139819], [108.035944, 31.145372], [108.038759, 31.147176], [108.052955, 31.14877], [108.053732, 31.150383], [108.049907, 31.1588], [108.067275, 31.173858], [108.063174, 31.17615], [108.06459, 31.178728], [108.073366, 31.188786], [108.088085, 31.193257], [108.084544, 31.208496], [108.080931, 31.212192], [108.079343, 31.216469], [108.07501, 31.219378], [108.06384, 31.221864], [108.064876, 31.224807], [108.07403, 31.229967], [108.072089, 31.233993], [108.026564, 31.219868], [108.02347, 31.226902], [108.024334, 31.231504], [108.0271, 31.234937], [108.025124, 31.24087], [108.015021, 31.245853], [108.027627, 31.252301], [108.043202, 31.257047], [108.048461, 31.255782], [108.056406, 31.257784], [108.063242, 31.264223], [108.076931, 31.263571], [108.085383, 31.267165], [108.091192, 31.271023], [108.0891, 31.276294], [108.097049, 31.28072], [108.099555, 31.284113], [108.131977, 31.30097], [108.138268, 31.302367], [108.15676, 31.31543], [108.157501, 31.319747], [108.161121, 31.323153], [108.176898, 31.327238], [108.182288, 31.341716], [108.176428, 31.344223], [108.175814, 31.354091], [108.168075, 31.359002], [108.15432, 31.362942], [108.154705, 31.367936], [108.149469, 31.375389], [108.156873, 31.381232], [108.162013, 31.381862], [108.163692, 31.380006], [108.169155, 31.382961], [108.172499, 31.388111], [108.172661, 31.3917], [108.177498, 31.395169], [108.189058, 31.397499], [108.196285, 31.396298], [108.203188, 31.400397], [108.211849, 31.414017], [108.212843, 31.428614], [108.208337, 31.43466], [108.205898, 31.441445], [108.218976, 31.449338], [108.221664, 31.457353], [108.219062, 31.469283], [108.207862, 31.470962], [108.201372, 31.465934], [108.196715, 31.466521], [108.192039, 31.469995], [108.189789, 31.473494], [108.189846, 31.479206], [108.184879, 31.484082], [108.186554, 31.492684], [108.20998, 31.497256], [108.220893, 31.502512], [108.221336, 31.505941], [108.225003, 31.508715], [108.232413, 31.509705], [108.243241, 31.50353], [108.244953, 31.50058], [108.25124, 31.501053], [108.259506, 31.50588], [108.27285, 31.503291], [108.278909, 31.510698], [108.291102, 31.505129], [108.306446, 31.508754], [108.318323, 31.504173], [108.324005, 31.508365], [108.335669, 31.51202], [108.342127, 31.516204], [108.344522, 31.520256], [108.342875, 31.527596], [108.336907, 31.529964], [108.336296, 31.533576], [108.336477, 31.542395], [108.344003, 31.548505], [108.357653, 31.547858], [108.37125, 31.545093], [108.385051, 31.549021], [108.387575, 31.559485], [108.38692, 31.564951], [108.373457, 31.572473], [108.381311, 31.574344], [108.389862, 31.579961], [108.384265, 31.588375], [108.384731, 31.592533], [108.39972, 31.607138], [108.40856, 31.608179], [108.409629, 31.610844], [108.413528, 31.612444], [108.416523, 31.616961], [108.414383, 31.619756], [108.417735, 31.623384], [108.420187, 31.625193], [108.424524, 31.624005], [108.432729, 31.634078], [108.44245, 31.636404], [108.453894, 31.630932], [108.457158, 31.623707], [108.461173, 31.620414], [108.46384, 31.622457], [108.465293, 31.62897], [108.463646, 31.635852], [108.468835, 31.641585], [108.485087, 31.642484], [108.488267, 31.644827], [108.491157, 31.652143], [108.511697, 31.659791], [108.513754, 31.666745], [108.516141, 31.668554], [108.5243, 31.668577], [108.529867, 31.671756], [108.539161, 31.666252], [108.541564, 31.668006], [108.542513, 31.670719], [108.539061, 31.676338], [108.529596, 31.68009], [108.511011, 31.69635], [108.514279, 31.700677], [108.520182, 31.703263], [108.521575, 31.708115], [108.520508, 31.71399], [108.516316, 31.727971], [108.512237, 31.730819], [108.506584, 31.731671], [108.501698, 31.736575], [108.514944, 31.74843], [108.531791, 31.759684], [108.524418, 31.760153], [108.521893, 31.762832], [108.51785, 31.763755], [108.511466, 31.763347], [108.507422, 31.766575], [108.486975, 31.775658], [108.484441, 31.774075], [108.483466, 31.783085], [108.47135, 31.780615], [108.464342, 31.784052], [108.460062, 31.782825], [108.455362, 31.783718], [108.447023, 31.790142], [108.449536, 31.790895], [108.458966, 31.803078], [108.46137, 31.808108], [108.458702, 31.814217], [108.449732, 31.814216], [108.438718, 31.811108], [108.420621, 31.812981], [108.395547, 31.825], [108.3841, 31.832962], [108.386164, 31.838403], [108.382921, 31.846348], [108.381969, 31.853829], [108.376862, 31.857653], [108.372375, 31.857739], [108.367847, 31.853796], [108.358982, 31.854949], [108.340259, 31.863583], [108.331954, 31.871571], [108.330393, 31.876935], [108.321481, 31.885074], [108.306427, 31.903276], [108.303871, 31.908557], [108.295609, 31.913318], [108.283046, 31.911558], [108.27793, 31.920021], [108.28271, 31.937523], [108.276804, 31.955154], [108.272874, 31.960227], [108.256684, 31.968574], [108.263331, 31.982571], [108.269456, 31.983599], [108.277046, 31.982407], [108.280605, 31.98455], [108.280951, 31.991064], [108.296983, 31.994621], [108.303571, 31.99966], [108.310236, 31.996363], [108.319933, 31.987862], [108.334956, 31.983643], [108.348115, 31.974958], [108.355003, 31.982144], [108.363199, 31.986524], [108.365999, 31.990872], [108.362285, 31.995435], [108.340306, 32.006007], [108.329876, 32.015894], [108.322723, 32.019007], [108.335851, 32.032244], [108.349824, 32.031941], [108.361287, 32.038427], [108.352072, 32.04899], [108.353426, 32.053694], [108.351419, 32.057048], [108.341545, 32.061136], [108.339412, 32.068474], [108.345012, 32.07352], [108.354949, 32.073476], [108.362395, 32.074738], [108.367144, 32.078349], [108.373165, 32.07781], [108.392698, 32.070146], [108.403287, 32.069149], [108.405465, 32.072126], [108.408125, 32.072291], [108.414795, 32.066422], [108.423903, 32.063239], [108.44309, 32.072246], [108.446667, 32.075631], [108.448228, 32.078306], [108.448525, 32.093103], [108.4371, 32.095876], [108.428156, 32.103401], [108.410231, 32.131874], [108.410029, 32.13485], [108.40256, 32.144073], [108.37699, 32.156067], [108.379814, 32.155663], [108.384201, 32.158453], [108.368779, 32.170986], [108.364733, 32.176243], [108.365406, 32.178017], [108.378142, 32.182682], [108.396923, 32.195517], [108.402026, 32.198052], [108.418565, 32.190238], [108.429805, 32.193366], [108.43903, 32.191013], [108.452936, 32.182562], [108.465726, 32.184347], [108.474829, 32.183223], [108.479619, 32.186143], [108.486014, 32.194929], [108.4974, 32.198722], [108.504557, 32.204171], [108.531512, 32.18835], [108.534266, 32.182256], [108.54507, 32.178424], [108.553089, 32.180336], [108.566334, 32.175675], [108.581468, 32.174134], [108.590811, 32.159385], [108.596444, 32.15763], [108.602286, 32.157974], [108.612066, 32.151328], [108.628301, 32.136478], [108.642017, 32.132069], [108.64774, 32.126515], [108.649462, 32.120396], [108.661178, 32.115511], [108.669242, 32.104907], [108.687441, 32.104798], [108.696412, 32.107417], [108.711199, 32.10632], [108.727559, 32.109582], [108.734712, 32.107105], [108.744472, 32.100513], [108.746935, 32.096974], [108.748296, 32.088914], [108.746738, 32.08203], [108.748168, 32.075026], [108.75035, 32.072442], [108.763404, 32.067271], [108.772351, 32.055834], [108.784766, 32.050038], [108.799901, 32.046923], [108.810996, 32.047753], [108.831206, 32.04095], [108.845867, 32.030225], [108.851278, 32.019821], [108.8655, 32.003865], [108.875345, 32.001349], [108.89664, 31.987887], [108.904233, 31.989961], [108.92204, 31.989977], [108.932253, 31.99224], [108.950259, 31.981307], [108.961212, 31.985779], [108.979025, 31.983773], [108.985351, 31.981977], [108.98926, 31.978385], [108.999049, 31.973523], [109.006895, 31.973095], [109.016254, 31.965646], [109.026407, 31.961742], [109.034837, 31.963002], [109.041486, 31.957443], [109.043671, 31.95199], [109.054534, 31.943986], [109.062672, 31.942252], [109.075504, 31.934601], [109.078515, 31.934751], [109.089818, 31.920132], [109.104789, 31.911333], [109.110858, 31.905902], [109.117553, 31.894919], [109.128101, 31.893642], [109.161474, 31.878189], [109.179344, 31.862213], [109.185597, 31.856218], [109.185206, 31.852741], [109.187861, 31.84949], [109.195583, 31.846238], [109.186607, 31.828042], [109.18858, 31.821589], [109.199995, 31.819945], [109.205595, 31.820949], [109.222732, 31.815142], [109.227326, 31.811421], [109.235775, 31.814462], [109.253096, 31.806045], [109.265344, 31.804358], [109.270532, 31.802058], [109.269465, 31.793145], [109.27051, 31.786906], [109.275016, 31.780031], [109.257983, 31.77391], [109.254744, 31.769749], [109.250009, 31.769731], [109.249, 31.762423], [109.251207, 31.760466], [109.266429, 31.75869], [109.267756, 31.754644], [109.265278, 31.752016], [109.266857, 31.750123], [109.274961, 31.748473], [109.278614, 31.740749], [109.274342, 31.730803], [109.276139, 31.71932], [109.28003, 31.719248], [109.289128, 31.714561], [109.298768, 31.712206], [109.305641, 31.713077], [109.318959, 31.710699], [109.360932, 31.710486], [109.383936, 31.706875], [109.391114, 31.71012], [109.40933, 31.711159], [109.410506, 31.712488], [109.409942, 31.719155], [109.41516, 31.722844], [109.431686, 31.723339], [109.445783, 31.725716], [109.450922, 31.724099], [109.453869, 31.718166], [109.458624, 31.716063], [109.473556, 31.721424], [109.482528, 31.722923], [109.487528, 31.723104], [109.499488, 31.719191], [109.520623, 31.726338], [109.522662, 31.723902], [109.526754, 31.724297], [109.543853, 31.731877], [109.549593, 31.727448], [109.574269, 31.730412], [109.579602, 31.728487]]] + } + }, { + "type": "Feature", + "properties": { + "name": "四川省", + "province_adcode": 510000, + "province_type": "省", + "name_en": "Sichuan", + "name_var": "Sì Chuān", + "adcode": 510000 + }, + "geometry": { + "type": "Polygon", + "coordinates": [[[102.958404, 34.27996], [102.959629, 34.263645], [102.957804, 34.261597], [102.968222, 34.252726], [102.973512, 34.234965], [102.970627, 34.198381], [102.977778, 34.19827], [102.985739, 34.192903], [103.006765, 34.185436], [103.016062, 34.189498], [103.021592, 34.189877], [103.037744, 34.18626], [103.048092, 34.193393], [103.048264, 34.196814], [103.066857, 34.188646], [103.079771, 34.186292], [103.099195, 34.177491], [103.113616, 34.176761], [103.122087, 34.164723], [103.121254, 34.149196], [103.123636, 34.138375], [103.128112, 34.133084], [103.126197, 34.12783], [103.119694, 34.122122], [103.120785, 34.112402], [103.132922, 34.101758], [103.138626, 34.104788], [103.147032, 34.104569], [103.16166, 34.091331], [103.17704, 34.08081], [103.17234, 34.079465], [103.168518, 34.081234], [103.165963, 34.077446], [103.165818, 34.073529], [103.169427, 34.073284], [103.172168, 34.069862], [103.169087, 34.066704], [103.158231, 34.068954], [103.142746, 34.06244], [103.128022, 34.068206], [103.120951, 34.043863], [103.116519, 34.036374], [103.124933, 34.036923], [103.132903, 34.039488], [103.145387, 34.036864], [103.14835, 34.025813], [103.147645, 34.016958], [103.152762, 34.014717], [103.155866, 34.011366], [103.157119, 34.005839], [103.152323, 33.996026], [103.145523, 33.99371], [103.139127, 33.987595], [103.138687, 33.980618], [103.134582, 33.974133], [103.123152, 33.97145], [103.118123, 33.963682], [103.116904, 33.952081], [103.123238, 33.939911], [103.122026, 33.93527], [103.12589, 33.930297], [103.133867, 33.932043], [103.142573, 33.927516], [103.149172, 33.926845], [103.151256, 33.932017], [103.153143, 33.9329], [103.166287, 33.932181], [103.16937, 33.924414], [103.179321, 33.912836], [103.183737, 33.904065], [103.182395, 33.897942], [103.177291, 33.892871], [103.167764, 33.875322], [103.163167, 33.870269], [103.162026, 33.864245], [103.164388, 33.855035], [103.150332, 33.822682], [103.149911, 33.816673], [103.158337, 33.807032], [103.16286, 33.808568], [103.175318, 33.803082], [103.18341, 33.803902], [103.190131, 33.802193], [103.201953, 33.794639], [103.215753, 33.793853], [103.225179, 33.795578], [103.226343, 33.801243], [103.244347, 33.814582], [103.248445, 33.815831], [103.269117, 33.811523], [103.279328, 33.806195], [103.284021, 33.799934], [103.284546, 33.789781], [103.278218, 33.786094], [103.275774, 33.779791], [103.277124, 33.774879], [103.29666, 33.765239], [103.311287, 33.75215], [103.330673, 33.743796], [103.337795, 33.743024], [103.367419, 33.748021], [103.374136, 33.751999], [103.387705, 33.754009], [103.392754, 33.750975], [103.407489, 33.748918], [103.41637, 33.74981], [103.430878, 33.745405], [103.438877, 33.752481], [103.44098, 33.758305], [103.438896, 33.769843], [103.441294, 33.77877], [103.446653, 33.784914], [103.454994, 33.785035], [103.460369, 33.788621], [103.473992, 33.811713], [103.477535, 33.812514], [103.490472, 33.807369], [103.502689, 33.813711], [103.518242, 33.811781], [103.529688, 33.802174], [103.529703, 33.780332], [103.53444, 33.776465], [103.537852, 33.768222], [103.533292, 33.767422], [103.534366, 33.754738], [103.528712, 33.753929], [103.528981, 33.7512], [103.535756, 33.746513], [103.547258, 33.742246], [103.543289, 33.721801], [103.526285, 33.69939], [103.524991, 33.689994], [103.522294, 33.686884], [103.517548, 33.684787], [103.518726, 33.680023], [103.52528, 33.68322], [103.528889, 33.68295], [103.533358, 33.681139], [103.538872, 33.674957], [103.54826, 33.673674], [103.551403, 33.677758], [103.559538, 33.700299], [103.566532, 33.704773], [103.57436, 33.704213], [103.577997, 33.706099], [103.581316, 33.714352], [103.590381, 33.717539], [103.58857, 33.729726], [103.595046, 33.731374], [103.598066, 33.730302], [103.596861, 33.719554], [103.610003, 33.715029], [103.618188, 33.717317], [103.61666, 33.72537], [103.618994, 33.727515], [103.623725, 33.728986], [103.631049, 33.725702], [103.626418, 33.714465], [103.627379, 33.712652], [103.633028, 33.710222], [103.644499, 33.71105], [103.646344, 33.714607], [103.645917, 33.720444], [103.649603, 33.723195], [103.654777, 33.716599], [103.66412, 33.72125], [103.666615, 33.712973], [103.657019, 33.70913], [103.648173, 33.702599], [103.647845, 33.697361], [103.653079, 33.701188], [103.664282, 33.701123], [103.664707, 33.695379], [103.661914, 33.692778], [103.66617, 33.687496], [103.671459, 33.69017], [103.672099, 33.693417], [103.674279, 33.694703], [103.680223, 33.68869], [103.684761, 33.688116], [103.686694, 33.690271], [103.68704, 33.695123], [103.688342, 33.695274], [103.706019, 33.688377], [103.715859, 33.680863], [103.724231, 33.681337], [103.728994, 33.679471], [103.732298, 33.675806], [103.739437, 33.673086], [103.750286, 33.672174], [103.755802, 33.662367], [103.76337, 33.657437], [103.782644, 33.666529], [103.797044, 33.665053], [103.799986, 33.666062], [103.807424, 33.676732], [103.818437, 33.681235], [103.846812, 33.679377], [103.854012, 33.687352], [103.862771, 33.688555], [103.872899, 33.687212], [103.882839, 33.683275], [103.895787, 33.682203], [103.930887, 33.684328], [103.944595, 33.678142], [103.964846, 33.675498], [103.997764, 33.682848], [104.011912, 33.682849], [104.036123, 33.688854], [104.045989, 33.687123], [104.060353, 33.681441], [104.068117, 33.676426], [104.073378, 33.676552], [104.108734, 33.664235], [104.118276, 33.652542], [104.131621, 33.641987], [104.132906, 33.636747], [104.13486, 33.634877], [104.148108, 33.62663], [104.149324, 33.623021], [104.165876, 33.614722], [104.175419, 33.596167], [104.1721, 33.588717], [104.173667, 33.58587], [104.177564, 33.583647], [104.178938, 33.580279], [104.177892, 33.578763], [104.166972, 33.57557], [104.164553, 33.570848], [104.164307, 33.559123], [104.158684, 33.556807], [104.154954, 33.551866], [104.153207, 33.543886], [104.158364, 33.53686], [104.157924, 33.526601], [104.16494, 33.516936], [104.171938, 33.515974], [104.173761, 33.514354], [104.170692, 33.500041], [104.176365, 33.494087], [104.179502, 33.48725], [104.177825, 33.476964], [104.179035, 33.469448], [104.184367, 33.464037], [104.18953, 33.461905], [104.193244, 33.457025], [104.206114, 33.451633], [104.210815, 33.4517], [104.215177, 33.443694], [104.217069, 33.433408], [104.21575, 33.421216], [104.219835, 33.405484], [104.230042, 33.403284], [104.234267, 33.406623], [104.243039, 33.409922], [104.249684, 33.409503], [104.25676, 33.402958], [104.257628, 33.399348], [104.260345, 33.396836], [104.264094, 33.396426], [104.269134, 33.389716], [104.270771, 33.380243], [104.274839, 33.378253], [104.283095, 33.36827], [104.283613, 33.356732], [104.290988, 33.344191], [104.291111, 33.338798], [104.293531, 33.332473], [104.296215, 33.331999], [104.312863, 33.340163], [104.319976, 33.333492], [104.327827, 33.32995], [104.340258, 33.335367], [104.342882, 33.339283], [104.355435, 33.347294], [104.371149, 33.350215], [104.38921, 33.342826], [104.394398, 33.338368], [104.403677, 33.338702], [104.411767, 33.328735], [104.427391, 33.328845], [104.434109, 33.323861], [104.41947, 33.323629], [104.409837, 33.321077], [104.396035, 33.314512], [104.391636, 33.314451], [104.391581, 33.311833], [104.395339, 33.306307], [104.394453, 33.297078], [104.399801, 33.292717], [104.407308, 33.291555], [104.410865, 33.286239], [104.408439, 33.283783], [104.400938, 33.288397], [104.393881, 33.296499], [104.383325, 33.301062], [104.345815, 33.302864], [104.336812, 33.312409], [104.328541, 33.317218], [104.321753, 33.316074], [104.308844, 33.307434], [104.300025, 33.304755], [104.316316, 33.28183], [104.320922, 33.269593], [104.32096, 33.262965], [104.324248, 33.256134], [104.326982, 33.242516], [104.326336, 33.237754], [104.321639, 33.227651], [104.324696, 33.21672], [104.325598, 33.214634], [104.329631, 33.215283], [104.332502, 33.213315], [104.336955, 33.199685], [104.345309, 33.189455], [104.349347, 33.176418], [104.349578, 33.167888], [104.356876, 33.149671], [104.355615, 33.146152], [104.365685, 33.133227], [104.371394, 33.117292], [104.38051, 33.11018], [104.379948, 33.108552], [104.357259, 33.101275], [104.355475, 33.092075], [104.350933, 33.088062], [104.352906, 33.085758], [104.36009, 33.08952], [104.363622, 33.088828], [104.367798, 33.086937], [104.367917, 33.083492], [104.361975, 33.083875], [104.358034, 33.081392], [104.357232, 33.074501], [104.348521, 33.058966], [104.337907, 33.05353], [104.330653, 33.045447], [104.33469, 33.042773], [104.3435, 33.041708], [104.353615, 33.034747], [104.365696, 33.030765], [104.372968, 33.03145], [104.378977, 33.037727], [104.390036, 33.040941], [104.394589, 33.036949], [104.414243, 33.034779], [104.422477, 33.029303], [104.423997, 33.016913], [104.415215, 33.010427], [104.395734, 33.005852], [104.381612, 32.996161], [104.375466, 32.974097], [104.377077, 32.966287], [104.367962, 32.947409], [104.357674, 32.944028], [104.341717, 32.942783], [104.336893, 32.947037], [104.330737, 32.949563], [104.326605, 32.950435], [104.31544, 32.94705], [104.302256, 32.954328], [104.284661, 32.943146], [104.283061, 32.940322], [104.284975, 32.929386], [104.27939, 32.919897], [104.279572, 32.907825], [104.274342, 32.902649], [104.274529, 32.888], [104.280479, 32.885533], [104.288957, 32.871064], [104.288176, 32.863708], [104.291126, 32.855262], [104.291021, 32.838755], [104.297937, 32.832907], [104.31268, 32.83077], [104.328823, 32.826161], [104.354776, 32.82617], [104.364505, 32.823007], [104.369925, 32.815268], [104.369476, 32.809473], [104.383051, 32.80183], [104.385474, 32.798791], [104.396078, 32.796239], [104.396152, 32.791825], [104.399809, 32.788169], [104.40575, 32.785462], [104.417404, 32.783802], [104.423693, 32.778908], [104.421966, 32.773748], [104.424325, 32.770902], [104.435053, 32.765929], [104.445255, 32.763684], [104.451111, 32.759025], [104.452294, 32.752889], [104.454351, 32.750954], [104.462093, 32.75012], [104.477262, 32.752362], [104.483284, 32.754548], [104.488736, 32.759172], [104.507604, 32.757378], [104.524165, 32.730653], [104.531238, 32.727032], [104.538811, 32.729207], [104.551452, 32.73632], [104.56889, 32.731409], [104.58112, 32.724269], [104.5819, 32.710252], [104.590544, 32.696615], [104.608849, 32.69117], [104.618854, 32.680662], [104.63064, 32.674068], [104.643106, 32.66202], [104.646544, 32.665257], [104.6548, 32.667497], [104.661556, 32.663879], [104.668807, 32.665043], [104.677223, 32.672091], [104.695151, 32.677549], [104.702909, 32.676301], [104.70715, 32.662795], [104.713586, 32.657459], [104.718444, 32.649356], [104.724793, 32.644959], [104.72831, 32.644914], [104.736148, 32.638162], [104.741202, 32.637635], [104.743481, 32.638415], [104.746552, 32.642828], [104.757076, 32.647923], [104.765537, 32.646371], [104.769323, 32.643988], [104.78953, 32.644966], [104.802879, 32.652077], [104.81012, 32.652607], [104.815435, 32.664019], [104.826477, 32.665135], [104.842615, 32.656503], [104.852769, 32.639962], [104.865081, 32.63269], [104.870028, 32.626942], [104.872363, 32.619343], [104.869781, 32.613836], [104.873399, 32.608357], [104.879406, 32.603421], [104.882586, 32.605031], [104.902819, 32.604886], [104.91747, 32.61094], [104.923201, 32.609475], [104.929245, 32.617541], [104.939007, 32.623359], [104.943138, 32.622233], [104.950991, 32.623807], [104.964813, 32.631305], [104.9686, 32.635957], [104.981292, 32.634729], [104.992811, 32.641562], [105.001542, 32.641832], [105.00501, 32.640117], [105.012011, 32.64176], [105.018588, 32.645598], [105.023436, 32.652059], [105.026064, 32.652749], [105.043545, 32.647646], [105.057837, 32.647438], [105.065019, 32.64183], [105.076794, 32.639337], [105.086356, 32.622528], [105.091931, 32.617333], [105.094135, 32.608554], [105.107649, 32.596389], [105.135734, 32.602571], [105.144616, 32.607569], [105.180589, 32.61787], [105.184081, 32.628484], [105.199878, 32.630087], [105.212323, 32.641097], [105.211664, 32.653781], [105.214298, 32.664961], [105.217404, 32.668129], [105.221745, 32.669398], [105.226665, 32.666169], [105.23887, 32.670995], [105.248889, 32.665483], [105.248789, 32.662065], [105.259942, 32.654053], [105.265395, 32.654728], [105.275532, 32.659792], [105.287535, 32.656824], [105.29588, 32.660462], [105.305116, 32.673706], [105.31902, 32.673939], [105.324656, 32.680294], [105.337834, 32.682166], [105.343184, 32.685031], [105.351061, 32.700325], [105.364581, 32.714481], [105.367349, 32.715013], [105.372204, 32.710548], [105.374942, 32.710476], [105.409288, 32.724522], [105.422774, 32.73563], [105.436063, 32.735071], [105.441249, 32.733175], [105.446339, 32.734675], [105.449382, 32.73743], [105.451106, 32.741203], [105.450644, 32.751666], [105.455076, 32.755207], [105.452768, 32.766231], [105.449319, 32.770095], [105.446756, 32.770033], [105.445429, 32.765086], [105.441422, 32.762002], [105.440113, 32.763549], [105.440572, 32.77344], [105.438575, 32.776186], [105.431883, 32.774152], [105.425374, 32.775059], [105.424055, 32.783352], [105.42066, 32.787346], [105.414987, 32.803861], [105.400897, 32.826586], [105.39256, 32.832764], [105.388805, 32.837632], [105.394646, 32.845618], [105.387964, 32.850528], [105.389179, 32.853285], [105.393862, 32.852601], [105.395284, 32.854299], [105.391343, 32.86833], [105.385156, 32.874893], [105.384894, 32.8808], [105.399349, 32.884875], [105.405172, 32.888358], [105.410345, 32.906265], [105.407717, 32.911345], [105.408052, 32.921722], [105.422337, 32.933347], [105.432019, 32.935151], [105.438055, 32.933878], [105.449451, 32.935201], [105.461357, 32.932736], [105.483458, 32.923159], [105.496803, 32.912808], [105.490653, 32.906081], [105.491672, 32.897928], [105.489423, 32.893531], [105.488313, 32.884908], [105.489833, 32.881033], [105.500981, 32.864995], [105.510727, 32.861717], [105.520738, 32.849679], [105.521318, 32.83942], [105.523527, 32.832236], [105.530428, 32.820875], [105.530072, 32.815313], [105.526799, 32.812915], [105.525685, 32.808811], [105.52876, 32.798942], [105.532082, 32.793811], [105.537359, 32.792483], [105.542578, 32.795932], [105.552469, 32.797134], [105.553731, 32.791992], [105.550814, 32.780672], [105.551752, 32.776744], [105.558683, 32.770157], [105.562538, 32.769907], [105.565887, 32.764622], [105.563697, 32.759894], [105.559498, 32.758316], [105.552803, 32.751428], [105.554639, 32.734691], [105.563537, 32.726916], [105.569879, 32.727607], [105.581055, 32.732392], [105.583893, 32.73122], [105.587602, 32.717121], [105.587814, 32.707182], [105.590538, 32.703331], [105.594658, 32.702071], [105.612284, 32.703246], [105.625244, 32.706008], [105.628516, 32.71078], [105.638477, 32.711261], [105.647, 32.721319], [105.65167, 32.722534], [105.6557, 32.721715], [105.6641, 32.728973], [105.67262, 32.729243], [105.686884, 32.744071], [105.697715, 32.745141], [105.700908, 32.751618], [105.704921, 32.755521], [105.714944, 32.761061], [105.733689, 32.755054], [105.73371, 32.757446], [105.736903, 32.761694], [105.745007, 32.769677], [105.751195, 32.768352], [105.754889, 32.764657], [105.761698, 32.769312], [105.76641, 32.769567], [105.77138, 32.763693], [105.772852, 32.758124], [105.77753, 32.75133], [105.784087, 32.754916], [105.793506, 32.756494], [105.803947, 32.765398], [105.806605, 32.773828], [105.814517, 32.774915], [105.819762, 32.771572], [105.818028, 32.785057], [105.814655, 32.791525], [105.819015, 32.800275], [105.823959, 32.803471], [105.81812, 32.815664], [105.823365, 32.826761], [105.829229, 32.827393], [105.838105, 32.821819], [105.84719, 32.819916], [105.852374, 32.822712], [105.853034, 32.826937], [105.85509, 32.828716], [105.863075, 32.832087], [105.869129, 32.831431], [105.887416, 32.838045], [105.928812, 32.829373], [105.952874, 32.840138], [105.956352, 32.847043], [105.961688, 32.85179], [105.965893, 32.851279], [105.967887, 32.847937], [105.974111, 32.84373], [105.980189, 32.842548], [105.991242, 32.830273], [106.007037, 32.831744], [106.009601, 32.84064], [106.01805, 32.849581], [106.017532, 32.858326], [106.025713, 32.858487], [106.030951, 32.854625], [106.034113, 32.855102], [106.038085, 32.86132], [106.036365, 32.866453], [106.038669, 32.867077], [106.044582, 32.859126], [106.047482, 32.849259], [106.056857, 32.838051], [106.067165, 32.8303], [106.066091, 32.826006], [106.078902, 32.826099], [106.082234, 32.82812], [106.089383, 32.825493], [106.087374, 32.81694], [106.089955, 32.810082], [106.09493, 32.804853], [106.096571, 32.794921], [106.092427, 32.791901], [106.078593, 32.790076], [106.061162, 32.784142], [106.058371, 32.775488], [106.05986, 32.772241], [106.068131, 32.77024], [106.069334, 32.755242], [106.083201, 32.748389], [106.087315, 32.744907], [106.089994, 32.739863], [106.102968, 32.736992], [106.108731, 32.722615], [106.123696, 32.7238], [106.125387, 32.725318], [106.131069, 32.722144], [106.140805, 32.720656], [106.145054, 32.716039], [106.149479, 32.707231], [106.164264, 32.710718], [106.173372, 32.703815], [106.170723, 32.70069], [106.170825, 32.698481], [106.177863, 32.695538], [106.203798, 32.696681], [106.206615, 32.700189], [106.211037, 32.699787], [106.216004, 32.694928], [106.237708, 32.694119], [106.246127, 32.698234], [106.254089, 32.696868], [106.261695, 32.685279], [106.264304, 32.67555], [106.268794, 32.672906], [106.285888, 32.673523], [106.293761, 32.680828], [106.31018, 32.673049], [106.3338, 32.67653], [106.344453, 32.673501], [106.362598, 32.663089], [106.375172, 32.650052], [106.380166, 32.649396], [106.378868, 32.63874], [106.387934, 32.625522], [106.39979, 32.618866], [106.402379, 32.621335], [106.417916, 32.619114], [106.4291, 32.62651], [106.446567, 32.640478], [106.45303, 32.658125], [106.464678, 32.653389], [106.494096, 32.651532], [106.496108, 32.653424], [106.497154, 32.660983], [106.500369, 32.664147], [106.512341, 32.668534], [106.536205, 32.673753], [106.540621, 32.677686], [106.545428, 32.679324], [106.549076, 32.677629], [106.552675, 32.670084], [106.56977, 32.679816], [106.581759, 32.690273], [106.586974, 32.690639], [106.60981, 32.684916], [106.625068, 32.683469], [106.636109, 32.689643], [106.645198, 32.688768], [106.658842, 32.691282], [106.669005, 32.697897], [106.672375, 32.704856], [106.679984, 32.710299], [106.690374, 32.713924], [106.703131, 32.72244], [106.7058, 32.726438], [106.723052, 32.735861], [106.727647, 32.740879], [106.743228, 32.737308], [106.777431, 32.739022], [106.779626, 32.735497], [106.776352, 32.726459], [106.777656, 32.717571], [106.775902, 32.711417], [106.77753, 32.702587], [106.781111, 32.69904], [106.78465, 32.700043], [106.79057, 32.713198], [106.810053, 32.713095], [106.810822, 32.710793], [106.81897, 32.706672], [106.836439, 32.71424], [106.839459, 32.720547], [106.842511, 32.723185], [106.861304, 32.727276], [106.867214, 32.727328], [106.876174, 32.724504], [106.881417, 32.720247], [106.891963, 32.72599], [106.894375, 32.725883], [106.899953, 32.722221], [106.900845, 32.714247], [106.908843, 32.705726], [106.911861, 32.705303], [106.932523, 32.710432], [106.941294, 32.714471], [106.941665, 32.716258], [106.946343, 32.718764], [106.960525, 32.718055], [106.9808, 32.712413], [106.985544, 32.713116], [106.985666, 32.715669], [106.996971, 32.722131], [107.00167, 32.729751], [107.003995, 32.730727], [107.009603, 32.72588], [107.012104, 32.720406], [107.025729, 32.72044], [107.025094, 32.716466], [107.027367, 32.711805], [107.03296, 32.711762], [107.045837, 32.717589], [107.061734, 32.710706], [107.063502, 32.700497], [107.061883, 32.697423], [107.056276, 32.695022], [107.054444, 32.684981], [107.057935, 32.67842], [107.061784, 32.673592], [107.071439, 32.670068], [107.07868, 32.669578], [107.083368, 32.671655], [107.088352, 32.669022], [107.093636, 32.655709], [107.09125, 32.648478], [107.08485, 32.638582], [107.085452, 32.625505], [107.093163, 32.618695], [107.094796, 32.615232], [107.096741, 32.610555], [107.09517, 32.604022], [107.100235, 32.597088], [107.100861, 32.592349], [107.095366, 32.588544], [107.090068, 32.57914], [107.087731, 32.57104], [107.083709, 32.566963], [107.08569, 32.556333], [107.079179, 32.545375], [107.067587, 32.539156], [107.065247, 32.533676], [107.071945, 32.531441], [107.075515, 32.53205], [107.093513, 32.51943], [107.10812, 32.516511], [107.115124, 32.51298], [107.111886, 32.50956], [107.107373, 32.508618], [107.108179, 32.502113], [107.110104, 32.496745], [107.113491, 32.497553], [107.118567, 32.495915], [107.115572, 32.487203], [107.122455, 32.480515], [107.133582, 32.481937], [107.145355, 32.480924], [107.157782, 32.477157], [107.16226, 32.480853], [107.170193, 32.482766], [107.179768, 32.472011], [107.189937, 32.469295], [107.197145, 32.462107], [107.193268, 32.453419], [107.199108, 32.440919], [107.204065, 32.437541], [107.231677, 32.426627], [107.237851, 32.412006], [107.245587, 32.415404], [107.260106, 32.405613], [107.266491, 32.406564], [107.26936, 32.410195], [107.260171, 32.42283], [107.265903, 32.424975], [107.274742, 32.42471], [107.280372, 32.437462], [107.278914, 32.439928], [107.27857, 32.447631], [107.281656, 32.451926], [107.280523, 32.457815], [107.276482, 32.460092], [107.275838, 32.465258], [107.282589, 32.470387], [107.287519, 32.471253], [107.290226, 32.475197], [107.294292, 32.490359], [107.308065, 32.50057], [107.342204, 32.512698], [107.362478, 32.529459], [107.367052, 32.537775], [107.366442, 32.541656], [107.371947, 32.548631], [107.382201, 32.546226], [107.389154, 32.542609], [107.422986, 32.537807], [107.42982, 32.540908], [107.432141, 32.518168], [107.424084, 32.503774], [107.4289, 32.492961], [107.428305, 32.48022], [107.434174, 32.467797], [107.437452, 32.466094], [107.444734, 32.465618], [107.453429, 32.460531], [107.455847, 32.456002], [107.455365, 32.44334], [107.450735, 32.436643], [107.446177, 32.434649], [107.444847, 32.428413], [107.450211, 32.42442], [107.452029, 32.419764], [107.469263, 32.421279], [107.474229, 32.427885], [107.481281, 32.427336], [107.487626, 32.416725], [107.49355, 32.400127], [107.531376, 32.385504], [107.534933, 32.38589], [107.538762, 32.395803], [107.542194, 32.396636], [107.547506, 32.394464], [107.551763, 32.395158], [107.601843, 32.416713], [107.609449, 32.407239], [107.614335, 32.410319], [107.622151, 32.410601], [107.628791, 32.406378], [107.630812, 32.406319], [107.634331, 32.410487], [107.642596, 32.415359], [107.649146, 32.412254], [107.653306, 32.40679], [107.667595, 32.398743], [107.674685, 32.400271], [107.677141, 32.396135], [107.680358, 32.39466], [107.687189, 32.381188], [107.690472, 32.369272], [107.688183, 32.365101], [107.69015, 32.358201], [107.694423, 32.346661], [107.701618, 32.334292], [107.710904, 32.329816], [107.746089, 32.339162], [107.751046, 32.337959], [107.753335, 32.32922], [107.757786, 32.321593], [107.770434, 32.309351], [107.784833, 32.280289], [107.799994, 32.26847], [107.806053, 32.250679], [107.81339, 32.240536], [107.820097, 32.236763], [107.824261, 32.229783], [107.829733, 32.22443], [107.840017, 32.22455], [107.841019, 32.220947], [107.861363, 32.204066], [107.873632, 32.203926], [107.886014, 32.216802], [107.899841, 32.210767], [107.908109, 32.201905], [107.913457, 32.199497], [107.917013, 32.200683], [107.919466, 32.199028], [107.933118, 32.183558], [107.954253, 32.164206], [107.957607, 32.16333], [107.972067, 32.147966], [107.989472, 32.149358], [107.998085, 32.156282], [107.996965, 32.159128], [107.997951, 32.160885], [108.001485, 32.159734], [108.000851, 32.164397], [108.002655, 32.167366], [108.020514, 32.176401], [108.019966, 32.181293], [108.013444, 32.18604], [108.012684, 32.193654], [108.019469, 32.200785], [108.019361, 32.214516], [108.02506, 32.221793], [108.029, 32.222549], [108.036242, 32.216616], [108.053739, 32.220377], [108.058988, 32.222928], [108.060946, 32.225864], [108.060609, 32.229873], [108.066692, 32.234533], [108.071002, 32.232232], [108.087719, 32.234473], [108.095671, 32.230825], [108.09853, 32.226632], [108.115174, 32.223721], [108.118576, 32.219585], [108.135998, 32.220065], [108.140148, 32.221097], [108.14353, 32.225671], [108.149318, 32.241198], [108.17109, 32.229643], [108.175166, 32.222703], [108.183722, 32.222345], [108.191308, 32.227717], [108.188522, 32.233326], [108.190023, 32.236431], [108.203886, 32.243097], [108.208841, 32.247465], [108.210131, 32.253032], [108.207442, 32.257497], [108.208295, 32.258874], [108.211908, 32.261769], [108.215662, 32.259011], [108.218001, 32.259109], [108.228045, 32.269826], [108.237633, 32.276342], [108.247297, 32.273614], [108.256463, 32.265774], [108.260949, 32.258222], [108.282437, 32.251674], [108.298458, 32.23823], [108.305821, 32.234506], [108.3267, 32.234913], [108.331109, 32.237969], [108.333608, 32.243669], [108.345202, 32.255954], [108.363887, 32.255223], [108.378186, 32.258902], [108.387101, 32.265551], [108.394242, 32.264376], [108.404531, 32.258398], [108.41261, 32.257304], [108.418015, 32.262769], [108.423777, 32.264333], [108.429696, 32.265352], [108.443519, 32.262638], [108.460671, 32.265867], [108.4667, 32.273512], [108.472833, 32.270578], [108.480698, 32.26235], [108.478732, 32.258554], [108.481025, 32.252008], [108.49101, 32.246782], [108.494511, 32.24921], [108.498743, 32.249748], [108.502933, 32.245589], [108.502623, 32.240984], [108.507347, 32.232114], [108.50962, 32.220399], [108.506144, 32.215914], [108.50294, 32.215218], [108.501626, 32.211302], [108.504557, 32.204171], [108.4974, 32.198722], [108.486014, 32.194929], [108.479619, 32.186143], [108.475138, 32.183255], [108.465726, 32.184347], [108.452712, 32.1826], [108.43903, 32.191013], [108.42784, 32.193569], [108.418565, 32.190238], [108.401932, 32.198071], [108.378142, 32.182682], [108.364593, 32.176999], [108.368779, 32.170986], [108.384201, 32.158453], [108.379814, 32.155663], [108.37699, 32.156067], [108.40256, 32.144073], [108.410029, 32.13485], [108.410231, 32.131874], [108.428156, 32.103401], [108.4371, 32.095876], [108.448525, 32.093103], [108.448228, 32.078306], [108.446667, 32.075631], [108.44309, 32.072246], [108.423903, 32.063239], [108.414795, 32.066422], [108.408125, 32.072291], [108.405465, 32.072126], [108.403287, 32.069149], [108.392698, 32.070146], [108.373165, 32.07781], [108.367144, 32.078349], [108.362395, 32.074738], [108.354949, 32.073476], [108.345012, 32.07352], [108.339412, 32.068474], [108.341545, 32.061136], [108.351419, 32.057048], [108.353426, 32.053694], [108.352072, 32.04899], [108.361287, 32.038427], [108.349824, 32.031941], [108.335851, 32.032244], [108.322723, 32.019007], [108.329876, 32.015894], [108.340306, 32.006007], [108.362285, 31.995435], [108.365999, 31.990872], [108.363199, 31.986524], [108.355003, 31.982144], [108.348115, 31.974958], [108.334956, 31.983643], [108.319933, 31.987862], [108.310236, 31.996363], [108.303571, 31.99966], [108.296983, 31.994621], [108.280951, 31.991064], [108.280605, 31.98455], [108.277046, 31.982407], [108.269456, 31.983599], [108.263331, 31.982571], [108.256684, 31.968574], [108.272874, 31.960227], [108.276804, 31.955154], [108.28271, 31.937523], [108.27793, 31.920021], [108.283046, 31.911558], [108.295609, 31.913318], [108.303871, 31.908557], [108.306427, 31.903276], [108.321481, 31.885074], [108.330393, 31.876935], [108.331954, 31.871571], [108.340259, 31.863583], [108.358982, 31.854949], [108.367847, 31.853796], [108.372375, 31.857739], [108.376862, 31.857653], [108.381969, 31.853829], [108.382921, 31.846348], [108.386164, 31.838403], [108.3841, 31.832962], [108.395547, 31.825], [108.420621, 31.812981], [108.438718, 31.811108], [108.449732, 31.814216], [108.458702, 31.814217], [108.46137, 31.808108], [108.458966, 31.803078], [108.449536, 31.790895], [108.447023, 31.790142], [108.455362, 31.783718], [108.460062, 31.782825], [108.464342, 31.784052], [108.47135, 31.780615], [108.483466, 31.783085], [108.484441, 31.774075], [108.486975, 31.775658], [108.507422, 31.766575], [108.511466, 31.763347], [108.51785, 31.763755], [108.521893, 31.762832], [108.524418, 31.760153], [108.531791, 31.759684], [108.514944, 31.74843], [108.501805, 31.735673], [108.507428, 31.731193], [108.512237, 31.730819], [108.516316, 31.727971], [108.520508, 31.71399], [108.521575, 31.708115], [108.520182, 31.703263], [108.514279, 31.700677], [108.511011, 31.69635], [108.529596, 31.68009], [108.539061, 31.676338], [108.542535, 31.669904], [108.539562, 31.66626], [108.530514, 31.671723], [108.5243, 31.668577], [108.516141, 31.668554], [108.513754, 31.666745], [108.511697, 31.659791], [108.491157, 31.652143], [108.488267, 31.644827], [108.485087, 31.642484], [108.468835, 31.641585], [108.463646, 31.635852], [108.465293, 31.62897], [108.46384, 31.622457], [108.461173, 31.620414], [108.457158, 31.623707], [108.453894, 31.630932], [108.44245, 31.636404], [108.432729, 31.634078], [108.424524, 31.624005], [108.420187, 31.625193], [108.414972, 31.621285], [108.414383, 31.619756], [108.416523, 31.616961], [108.413528, 31.612444], [108.409629, 31.610844], [108.40856, 31.608179], [108.39972, 31.607138], [108.384731, 31.592533], [108.384265, 31.588375], [108.389862, 31.579961], [108.381311, 31.574344], [108.373457, 31.572473], [108.38692, 31.564951], [108.387575, 31.559485], [108.385051, 31.549021], [108.37125, 31.545093], [108.357653, 31.547858], [108.344003, 31.548505], [108.336477, 31.542395], [108.336296, 31.533576], [108.336907, 31.529964], [108.342875, 31.527596], [108.344522, 31.520256], [108.342127, 31.516204], [108.335669, 31.51202], [108.324005, 31.508365], [108.318323, 31.504173], [108.306446, 31.508754], [108.291102, 31.505129], [108.278909, 31.510698], [108.27285, 31.503291], [108.259506, 31.50588], [108.25124, 31.501053], [108.244953, 31.50058], [108.243241, 31.50353], [108.232413, 31.509705], [108.225003, 31.508715], [108.221336, 31.505941], [108.220893, 31.502512], [108.20998, 31.497256], [108.186554, 31.492684], [108.184879, 31.484082], [108.189846, 31.479206], [108.189789, 31.473494], [108.192039, 31.469995], [108.196715, 31.466521], [108.201372, 31.465934], [108.207862, 31.470962], [108.219062, 31.469283], [108.221664, 31.457353], [108.218976, 31.449338], [108.205898, 31.441445], [108.208337, 31.43466], [108.212843, 31.428614], [108.211849, 31.414017], [108.203188, 31.400397], [108.196285, 31.396298], [108.189058, 31.397499], [108.177498, 31.395169], [108.172661, 31.3917], [108.172499, 31.388111], [108.169155, 31.382961], [108.163692, 31.380006], [108.162013, 31.381862], [108.156873, 31.381232], [108.149469, 31.375389], [108.154705, 31.367936], [108.15432, 31.362942], [108.168075, 31.359002], [108.175814, 31.354091], [108.176428, 31.344223], [108.182288, 31.341716], [108.176898, 31.327238], [108.161121, 31.323153], [108.157501, 31.319747], [108.15676, 31.31543], [108.138268, 31.302367], [108.131977, 31.30097], [108.099555, 31.284113], [108.097049, 31.28072], [108.0891, 31.276294], [108.091192, 31.271023], [108.085383, 31.267165], [108.076931, 31.263571], [108.063242, 31.264223], [108.056406, 31.257784], [108.048461, 31.255782], [108.043202, 31.257047], [108.027627, 31.252301], [108.015021, 31.245853], [108.025124, 31.24087], [108.0271, 31.234937], [108.024334, 31.231504], [108.02347, 31.226902], [108.026564, 31.219868], [108.072089, 31.233993], [108.07403, 31.229967], [108.064876, 31.224807], [108.06384, 31.221864], [108.07501, 31.219378], [108.079343, 31.216469], [108.080931, 31.212192], [108.084544, 31.208496], [108.088085, 31.193257], [108.073366, 31.188786], [108.06459, 31.178728], [108.063174, 31.17615], [108.067275, 31.173858], [108.049907, 31.1588], [108.053732, 31.150383], [108.052955, 31.14877], [108.038759, 31.147176], [108.035944, 31.145372], [108.030184, 31.139819], [108.023198, 31.124552], [108.022552, 31.119155], [108.013357, 31.11531], [108.008465, 31.117061], [108.005092, 31.112101], [108.010704, 31.098103], [108.017862, 31.095463], [108.01994, 31.091014], [108.020066, 31.079831], [108.023193, 31.073208], [108.019478, 31.068389], [108.019957, 31.066488], [108.022213, 31.064836], [108.041808, 31.063935], [108.045057, 31.060234], [108.054343, 31.05595], [108.054955, 31.052604], [108.048967, 31.042665], [108.040929, 31.04245], [108.020939, 31.035248], [108.018278, 31.031227], [108.009996, 31.026884], [108, 31.02691], [107.992929, 31.009475], [107.981499, 30.989044], [107.976822, 30.984247], [107.966487, 30.984151], [107.948509, 30.987781], [107.939393, 30.992004], [107.936943, 30.98911], [107.933152, 30.970576], [107.932989, 30.959105], [107.934961, 30.957435], [107.935434, 30.952463], [107.931016, 30.93335], [107.932872, 30.930348], [107.944999, 30.919362], [107.958767, 30.918509], [107.990885, 30.911151], [107.989913, 30.907567], [107.985346, 30.903303], [107.978809, 30.901237], [107.952244, 30.885388], [107.95096, 30.880948], [107.951779, 30.877992], [107.948404, 30.873023], [107.931916, 30.863289], [107.927711, 30.862933], [107.895381, 30.84011], [107.887124, 30.833461], [107.886085, 30.829182], [107.877318, 30.818024], [107.858079, 30.805568], [107.854483, 30.800041], [107.843211, 30.794625], [107.836625, 30.795689], [107.818778, 30.803851], [107.811975, 30.804599], [107.791724, 30.817565], [107.783204, 30.821315], [107.77478, 30.820228], [107.771461, 30.81725], [107.763401, 30.817727], [107.758903, 30.819663], [107.754006, 30.829982], [107.751032, 30.8325], [107.752953, 30.842812], [107.747682, 30.848681], [107.75285, 30.864943], [107.750445, 30.86477], [107.737861, 30.885105], [107.712664, 30.892329], [107.699771, 30.873341], [107.693405, 30.876094], [107.688357, 30.875731], [107.681711, 30.87115], [107.664267, 30.847901], [107.646447, 30.828138], [107.643492, 30.827964], [107.635783, 30.819575], [107.638748, 30.815247], [107.637794, 30.814389], [107.631329, 30.815321], [107.614572, 30.827543], [107.611223, 30.837963], [107.606643, 30.844841], [107.601048, 30.842928], [107.593156, 30.837407], [107.568863, 30.849685], [107.556142, 30.852618], [107.553267, 30.849375], [107.550474, 30.848736], [107.542668, 30.850854], [107.532259, 30.850762], [107.518532, 30.847259], [107.512415, 30.858235], [107.503803, 30.850547], [107.479865, 30.840249], [107.482129, 30.835993], [107.485708, 30.836957], [107.487665, 30.835732], [107.488155, 30.831169], [107.485497, 30.828868], [107.484863, 30.824965], [107.487859, 30.817438], [107.494049, 30.814556], [107.494366, 30.812027], [107.472307, 30.801296], [107.472282, 30.794008], [107.468689, 30.788209], [107.461608, 30.787032], [107.455408, 30.788091], [107.46198, 30.777023], [107.458075, 30.772611], [107.442201, 30.780798], [107.439944, 30.780236], [107.437398, 30.776167], [107.439914, 30.77507], [107.437992, 30.766253], [107.433806, 30.761367], [107.435467, 30.758449], [107.441571, 30.756179], [107.441902, 30.754288], [107.435, 30.748349], [107.42073, 30.748185], [107.420005, 30.742641], [107.431625, 30.721867], [107.442501, 30.714981], [107.456921, 30.697619], [107.455884, 30.688968], [107.460021, 30.681154], [107.469708, 30.66978], [107.475328, 30.666873], [107.491313, 30.668211], [107.509477, 30.649234], [107.510879, 30.646282], [107.509682, 30.643633], [107.497326, 30.626953], [107.489929, 30.621376], [107.480404, 30.600461], [107.461399, 30.588876], [107.461842, 30.582409], [107.453946, 30.574289], [107.423924, 30.55238], [107.423463, 30.550075], [107.428418, 30.542927], [107.438003, 30.53704], [107.427721, 30.523965], [107.42479, 30.521737], [107.414779, 30.518991], [107.40428, 30.523917], [107.400095, 30.521371], [107.401348, 30.516761], [107.400329, 30.514466], [107.366961, 30.478861], [107.356653, 30.465008], [107.339676, 30.42621], [107.339391, 30.423369], [107.34243, 30.417232], [107.338063, 30.400663], [107.332032, 30.385914], [107.333468, 30.385138], [107.332358, 30.380849], [107.308351, 30.360932], [107.297672, 30.355432], [107.283011, 30.337827], [107.278298, 30.329677], [107.273877, 30.315621], [107.267955, 30.309133], [107.262353, 30.294953], [107.254598, 30.285154], [107.255574, 30.275079], [107.236221, 30.242228], [107.215885, 30.216297], [107.195058, 30.193835], [107.14154, 30.147823], [107.141141, 30.143446], [107.137126, 30.136123], [107.127418, 30.123806], [107.116301, 30.118906], [107.108611, 30.120421], [107.102574, 30.119071], [107.101516, 30.112757], [107.104587, 30.104271], [107.096726, 30.096551], [107.091587, 30.094133], [107.077615, 30.101524], [107.075939, 30.10072], [107.0682, 30.083846], [107.069706, 30.077248], [107.080608, 30.066768], [107.071752, 30.054664], [107.062582, 30.048196], [107.050903, 30.044692], [107.04775, 30.046418], [107.046545, 30.05107], [107.047634, 30.055162], [107.039101, 30.058093], [107.036919, 30.057063], [107.032982, 30.047215], [107.037833, 30.041952], [107.039699, 30.037391], [107.027317, 30.035499], [107.020044, 30.036937], [107.014973, 30.04041], [107.014285, 30.046162], [107.010743, 30.054444], [106.99842, 30.055961], [106.994749, 30.059788], [106.994904, 30.064473], [106.984302, 30.082943], [106.981352, 30.086917], [106.976569, 30.088408], [106.964795, 30.084285], [106.953028, 30.071728], [106.950154, 30.064132], [106.953171, 30.059945], [106.95255, 30.0563], [106.943574, 30.041531], [106.940321, 30.039896], [106.932775, 30.042422], [106.919711, 30.03774], [106.9099, 30.027838], [106.905982, 30.027358], [106.901533, 30.02929], [106.898851, 30.035735], [106.887617, 30.033421], [106.882964, 30.037496], [106.872957, 30.033657], [106.855119, 30.030278], [106.856057, 30.033755], [106.837971, 30.051941], [106.833806, 30.052546], [106.831652, 30.045249], [106.821874, 30.034129], [106.804411, 30.032999], [106.782682, 30.02002], [106.767848, 30.018225], [106.748658, 30.022081], [106.738619, 30.028254], [106.727219, 30.029232], [106.719083, 30.046785], [106.723604, 30.056048], [106.723488, 30.058976], [106.709553, 30.071622], [106.700024, 30.070601], [106.695265, 30.076681], [106.69398, 30.084532], [106.697072, 30.089076], [106.698415, 30.095452], [106.695846, 30.099885], [106.696026, 30.11348], [106.697686, 30.117891], [106.686463, 30.120013], [106.689412, 30.128479], [106.66762, 30.124085], [106.671053, 30.149312], [106.670116, 30.152509], [106.675574, 30.156591], [106.676221, 30.160317], [106.673382, 30.161398], [106.666072, 30.158858], [106.662296, 30.164062], [106.662608, 30.169162], [106.660822, 30.170533], [106.655554, 30.168628], [106.652272, 30.164379], [106.64706, 30.165224], [106.647116, 30.167917], [106.651785, 30.17154], [106.651441, 30.17532], [106.650381, 30.176864], [106.6391, 30.178036], [106.63751, 30.179808], [106.638094, 30.182331], [106.645258, 30.188997], [106.646303, 30.191807], [106.64208, 30.192369], [106.635819, 30.191033], [106.63286, 30.18879], [106.629165, 30.189181], [106.628561, 30.191986], [106.631911, 30.195434], [106.632953, 30.199046], [106.631365, 30.20036], [106.628798, 30.198805], [106.625298, 30.199884], [106.621578, 30.206691], [106.622485, 30.210819], [106.625848, 30.211115], [106.62834, 30.214904], [106.627184, 30.218575], [106.624125, 30.219562], [106.624651, 30.223934], [106.618564, 30.22602], [106.615976, 30.229909], [106.609113, 30.230117], [106.605739, 30.232112], [106.60448, 30.235929], [106.619312, 30.244671], [106.629933, 30.248913], [106.639232, 30.249727], [106.639767, 30.251928], [106.630153, 30.269844], [106.626914, 30.268026], [106.620914, 30.269294], [106.619896, 30.282988], [106.608259, 30.295951], [106.589613, 30.295189], [106.586679, 30.297155], [106.582451, 30.305961], [106.567991, 30.308732], [106.558719, 30.316701], [106.554214, 30.318622], [106.547474, 30.316616], [106.542411, 30.311627], [106.541204, 30.299306], [106.521867, 30.304828], [106.508924, 30.300248], [106.507094, 30.29805], [106.507265, 30.292475], [106.505312, 30.291828], [106.495893, 30.292949], [106.495413, 30.29824], [106.475409, 30.30485], [106.4693, 30.305033], [106.467906, 30.302283], [106.465189, 30.301166], [106.455394, 30.30497], [106.452376, 30.304606], [106.450451, 30.299835], [106.447412, 30.29949], [106.44435, 30.301352], [106.445491, 30.306178], [106.452228, 30.308604], [106.436971, 30.312447], [106.431814, 30.306128], [106.438153, 30.301815], [106.442046, 30.294782], [106.437451, 30.290907], [106.430971, 30.297825], [106.425105, 30.294423], [106.424586, 30.292551], [106.429144, 30.289208], [106.431471, 30.284135], [106.430247, 30.27948], [106.42114, 30.279039], [106.414966, 30.281699], [106.404616, 30.277566], [106.415828, 30.267512], [106.424651, 30.265274], [106.426472, 30.262935], [106.424957, 30.256206], [106.419402, 30.25503], [106.409318, 30.24589], [106.398418, 30.244641], [106.386302, 30.257783], [106.378884, 30.258055], [106.37898, 30.253154], [106.382313, 30.252512], [106.386343, 30.245737], [106.381566, 30.246046], [106.368458, 30.251281], [106.361475, 30.245234], [106.349913, 30.245055], [106.336082, 30.240763], [106.331019, 30.228178], [106.316811, 30.232623], [106.305511, 30.239835], [106.29623, 30.241519], [106.295361, 30.240398], [106.30315, 30.228963], [106.287754, 30.222265], [106.290117, 30.210637], [106.280375, 30.199439], [106.273687, 30.198375], [106.273149, 30.204683], [106.275622, 30.208251], [106.275253, 30.211255], [106.271881, 30.213923], [106.262096, 30.217621], [106.257168, 30.216689], [106.260376, 30.211883], [106.266174, 30.21015], [106.267722, 30.208252], [106.267792, 30.188623], [106.265297, 30.18712], [106.26119, 30.187498], [106.25854, 30.192197], [106.260737, 30.193617], [106.260684, 30.197242], [106.257353, 30.200114], [106.253893, 30.19813], [106.251013, 30.20144], [106.243003, 30.200826], [106.24162, 30.196681], [106.245713, 30.191067], [106.243907, 30.183131], [106.240256, 30.180491], [106.232162, 30.187967], [106.228822, 30.19357], [106.235188, 30.200359], [106.235898, 30.204453], [106.228697, 30.214322], [106.223916, 30.216351], [106.220362, 30.211543], [106.210073, 30.204843], [106.200597, 30.20655], [106.187869, 30.218701], [106.196811, 30.229912], [106.197833, 30.236785], [106.175998, 30.234334], [106.178756, 30.242634], [106.175235, 30.242615], [106.166665, 30.252583], [106.176427, 30.264047], [106.175871, 30.275191], [106.172155, 30.277519], [106.173163, 30.28542], [106.166782, 30.306877], [106.159571, 30.309565], [106.158108, 30.313966], [106.153001, 30.316493], [106.128568, 30.316161], [106.129567, 30.320087], [106.128448, 30.326957], [106.11984, 30.327858], [106.1296, 30.311779], [106.127796, 30.304764], [106.122144, 30.304449], [106.117964, 30.309592], [106.12053, 30.313426], [106.118952, 30.316582], [106.116423, 30.316461], [106.109225, 30.320234], [106.104434, 30.316878], [106.104617, 30.314138], [106.10204, 30.313434], [106.097338, 30.317985], [106.099649, 30.322353], [106.098955, 30.323915], [106.085848, 30.32878], [106.087602, 30.338057], [106.084838, 30.34839], [106.075686, 30.347004], [106.073353, 30.339258], [106.070309, 30.337542], [106.065412, 30.342911], [106.049554, 30.347517], [106.050539, 30.350069], [106.045588, 30.352983], [106.028496, 30.370766], [106.019969, 30.374394], [105.998052, 30.379348], [105.996227, 30.374483], [105.993483, 30.37283], [105.994593, 30.371497], [105.991716, 30.369541], [105.989274, 30.371456], [105.987338, 30.37002], [105.982583, 30.374348], [105.984028, 30.377811], [105.988763, 30.381879], [105.982884, 30.37806], [105.981474, 30.378858], [105.978667, 30.375366], [105.975947, 30.375555], [105.974749, 30.373841], [105.967975, 30.376807], [105.965346, 30.379876], [105.954468, 30.379919], [105.949763, 30.376829], [105.940809, 30.375347], [105.920922, 30.39343], [105.912706, 30.398523], [105.898308, 30.389176], [105.894108, 30.393408], [105.894707, 30.399778], [105.896351, 30.400857], [105.899834, 30.399371], [105.903971, 30.405018], [105.900079, 30.410177], [105.898487, 30.404951], [105.892927, 30.407846], [105.887691, 30.413493], [105.882355, 30.408847], [105.881915, 30.406723], [105.885301, 30.403502], [105.882389, 30.393532], [105.876237, 30.388776], [105.868203, 30.392303], [105.865394, 30.400627], [105.869217, 30.404116], [105.868416, 30.408666], [105.860729, 30.413292], [105.857707, 30.412716], [105.846948, 30.39608], [105.841671, 30.39412], [105.837422, 30.396974], [105.835368, 30.400565], [105.834323, 30.407869], [105.839151, 30.415462], [105.831029, 30.421219], [105.82711, 30.434841], [105.819299, 30.439926], [105.812661, 30.439722], [105.797345, 30.430013], [105.79261, 30.433605], [105.786996, 30.430448], [105.791327, 30.421429], [105.784496, 30.41186], [105.770119, 30.411769], [105.766067, 30.406494], [105.762824, 30.400825], [105.761763, 30.392296], [105.755388, 30.388418], [105.759665, 30.384909], [105.764043, 30.384156], [105.765554, 30.378693], [105.747824, 30.361041], [105.752334, 30.349616], [105.751929, 30.347302], [105.74735, 30.342809], [105.731574, 30.339966], [105.729652, 30.337573], [105.737352, 30.325471], [105.737835, 30.321736], [105.731356, 30.322477], [105.730078, 30.324477], [105.728409, 30.324227], [105.727936, 30.320109], [105.723389, 30.320191], [105.720098, 30.324744], [105.713008, 30.327575], [105.708721, 30.322046], [105.706274, 30.306944], [105.708938, 30.287288], [105.718813, 30.278116], [105.723806, 30.281055], [105.732274, 30.27914], [105.73142, 30.273942], [105.726223, 30.268794], [105.717745, 30.266265], [105.717528, 30.263477], [105.721204, 30.25822], [105.718571, 30.253543], [105.70783, 30.258984], [105.697117, 30.260222], [105.688854, 30.259534], [105.682483, 30.255847], [105.666858, 30.256115], [105.665376, 30.25676], [105.664127, 30.268425], [105.661738, 30.269005], [105.661017, 30.266657], [105.656855, 30.266779], [105.650298, 30.269355], [105.642617, 30.276418], [105.620635, 30.27861], [105.613916, 30.260904], [105.614821, 30.247376], [105.617844, 30.244651], [105.615534, 30.237911], [105.631926, 30.22209], [105.643164, 30.221753], [105.648363, 30.222789], [105.648641, 30.225644], [105.651793, 30.225985], [105.656462, 30.219961], [105.657941, 30.214624], [105.655767, 30.210542], [105.642463, 30.211528], [105.639046, 30.201768], [105.64111, 30.19613], [105.640503, 30.189029], [105.627878, 30.186224], [105.615784, 30.19004], [105.609914, 30.183587], [105.601602, 30.180279], [105.594513, 30.183261], [105.594427, 30.18713], [105.586924, 30.18693], [105.584516, 30.183964], [105.582536, 30.177026], [105.575729, 30.175356], [105.569435, 30.177374], [105.568131, 30.179371], [105.569066, 30.182638], [105.565967, 30.185906], [105.556439, 30.187109], [105.534134, 30.170694], [105.53138, 30.164991], [105.532988, 30.155192], [105.542364, 30.149518], [105.551335, 30.146573], [105.552753, 30.147203], [105.553777, 30.15318], [105.567493, 30.164351], [105.58058, 30.166086], [105.593381, 30.161351], [105.59063, 30.147155], [105.580093, 30.14645], [105.574138, 30.143976], [105.570766, 30.139627], [105.569215, 30.12739], [105.57499, 30.128321], [105.583002, 30.124086], [105.592449, 30.111746], [105.608383, 30.11153], [105.632234, 30.106175], [105.638376, 30.10209], [105.633043, 30.09589], [105.634608, 30.079195], [105.636191, 30.075945], [105.655703, 30.07015], [105.661789, 30.070779], [105.668345, 30.076212], [105.673659, 30.067765], [105.672362, 30.060437], [105.680796, 30.050622], [105.684602, 30.041159], [105.70348, 30.038149], [105.717399, 30.044066], [105.722335, 30.037637], [105.723077, 30.03007], [105.726479, 30.027931], [105.738755, 30.035932], [105.745075, 30.036469], [105.749925, 30.027066], [105.752797, 30.016538], [105.743723, 30.005047], [105.728678, 30.00146], [105.720239, 29.986651], [105.71992, 29.978022], [105.726234, 29.968301], [105.727647, 29.960221], [105.717168, 29.950864], [105.713171, 29.943026], [105.715278, 29.942082], [105.71563, 29.939407], [105.710769, 29.932568], [105.706712, 29.930227], [105.69755, 29.93091], [105.705403, 29.920758], [105.710186, 29.918817], [105.712187, 29.907042], [105.707201, 29.906471], [105.707615, 29.902403], [105.712395, 29.898285], [105.718828, 29.895614], [105.725562, 29.895279], [105.729504, 29.889233], [105.731192, 29.885281], [105.729208, 29.869927], [105.733954, 29.864753], [105.716061, 29.859641], [105.715782, 29.855688], [105.712804, 29.850104], [105.705478, 29.843344], [105.694749, 29.845445], [105.688443, 29.848679], [105.68648, 29.854985], [105.67426, 29.857241], [105.667763, 29.853427], [105.665267, 29.846859], [105.656867, 29.844095], [105.648958, 29.844652], [105.641492, 29.843038], [105.637884, 29.840468], [105.623027, 29.83986], [105.617428, 29.845008], [105.616296, 29.84852], [105.613459, 29.848811], [105.604671, 29.832993], [105.604248, 29.829057], [105.606456, 29.826411], [105.601443, 29.82034], [105.592427, 29.82161], [105.585331, 29.826211], [105.578815, 29.821144], [105.583357, 29.815148], [105.576327, 29.793976], [105.582167, 29.786635], [105.566345, 29.767389], [105.566323, 29.763498], [105.572173, 29.761433], [105.572428, 29.748348], [105.56368, 29.74499], [105.560375, 29.740118], [105.563972, 29.730327], [105.562671, 29.72754], [105.555157, 29.729511], [105.547858, 29.738038], [105.544631, 29.738679], [105.539229, 29.737051], [105.538576, 29.730532], [105.542775, 29.722692], [105.526518, 29.710451], [105.53007, 29.702102], [105.535389, 29.700476], [105.535784, 29.697087], [105.523017, 29.698035], [105.516977, 29.706763], [105.508976, 29.709091], [105.505171, 29.708479], [105.493985, 29.713077], [105.491448, 29.720233], [105.48849, 29.723652], [105.480968, 29.721509], [105.475041, 29.718681], [105.469558, 29.710354], [105.46857, 29.705538], [105.469707, 29.699969], [105.479009, 29.681919], [105.478101, 29.680925], [105.473483, 29.678018], [105.460532, 29.675937], [105.457394, 29.677276], [105.430949, 29.678951], [105.419471, 29.690739], [105.415882, 29.690519], [105.409646, 29.68657], [105.403447, 29.678689], [105.397767, 29.674626], [105.386593, 29.678859], [105.384871, 29.672957], [105.37965, 29.671231], [105.382272, 29.669774], [105.389431, 29.657926], [105.389863, 29.653761], [105.383219, 29.649493], [105.373766, 29.646602], [105.370832, 29.643799], [105.3739, 29.635414], [105.377108, 29.63277], [105.375178, 29.625915], [105.371224, 29.623718], [105.364985, 29.623867], [105.361477, 29.630778], [105.357034, 29.631675], [105.351279, 29.62953], [105.34342, 29.623084], [105.338068, 29.605373], [105.332444, 29.599291], [105.321051, 29.599212], [105.32673, 29.606628], [105.320584, 29.612153], [105.317365, 29.612314], [105.307773, 29.596971], [105.308295, 29.592163], [105.312955, 29.587997], [105.313384, 29.5799], [105.309666, 29.575809], [105.30371, 29.578926], [105.296969, 29.577306], [105.293003, 29.566507], [105.289838, 29.541914], [105.291427, 29.537197], [105.297706, 29.53604], [105.302546, 29.529708], [105.305903, 29.528775], [105.315716, 29.51658], [105.317193, 29.502261], [105.320056, 29.497908], [105.316696, 29.486654], [105.317166, 29.476949], [105.326932, 29.474944], [105.334681, 29.466607], [105.335363, 29.462388], [105.33237, 29.456707], [105.327349, 29.453175], [105.32208, 29.455118], [105.32085, 29.450711], [105.334919, 29.442276], [105.340239, 29.450751], [105.346216, 29.452876], [105.350762, 29.44951], [105.358794, 29.457051], [105.360126, 29.460896], [105.372978, 29.460463], [105.385634, 29.455664], [105.393939, 29.445266], [105.394551, 29.440198], [105.371232, 29.428993], [105.368954, 29.421393], [105.369836, 29.420039], [105.384371, 29.425471], [105.396118, 29.425882], [105.424219, 29.421355], [105.427891, 29.412154], [105.439944, 29.402988], [105.440331, 29.401252], [105.438249, 29.400281], [105.437518, 29.396016], [105.439295, 29.390746], [105.4273, 29.381837], [105.427855, 29.379545], [105.434443, 29.374093], [105.437076, 29.369688], [105.4339, 29.36687], [105.418295, 29.359805], [105.412202, 29.352441], [105.416203, 29.346391], [105.420339, 29.333553], [105.415365, 29.31467], [105.419242, 29.312391], [105.421698, 29.317528], [105.427737, 29.32109], [105.438391, 29.323926], [105.442659, 29.322503], [105.451074, 29.327223], [105.450809, 29.331972], [105.455626, 29.330782], [105.464294, 29.32266], [105.455437, 29.292986], [105.456475, 29.290738], [105.46279, 29.290373], [105.470855, 29.286542], [105.472137, 29.284698], [105.47137, 29.281322], [105.481886, 29.279916], [105.506021, 29.289484], [105.510679, 29.283507], [105.506347, 29.280572], [105.505125, 29.27523], [105.514475, 29.266376], [105.517729, 29.266533], [105.522278, 29.271049], [105.534965, 29.276393], [105.554611, 29.281439], [105.573942, 29.273707], [105.59518, 29.274768], [105.60213, 29.278804], [105.606781, 29.27812], [105.607998, 29.276984], [105.606504, 29.263886], [105.603418, 29.259452], [105.605034, 29.257665], [105.60949, 29.259664], [105.61528, 29.266444], [105.611663, 29.27342], [105.626, 29.278694], [105.625118, 29.281848], [105.628368, 29.283937], [105.632021, 29.283312], [105.641149, 29.277323], [105.640697, 29.272044], [105.635117, 29.265703], [105.642825, 29.258357], [105.6527, 29.2548], [105.663949, 29.256128], [105.671293, 29.266231], [105.658031, 29.272624], [105.65988, 29.27762], [105.662518, 29.278998], [105.67541, 29.277508], [105.680118, 29.289359], [105.688556, 29.297182], [105.697851, 29.301794], [105.71167, 29.298883], [105.714237, 29.295028], [105.712467, 29.29299], [105.693844, 29.292975], [105.689829, 29.290002], [105.68728, 29.272617], [105.688073, 29.270749], [105.691606, 29.271607], [105.693401, 29.27034], [105.695825, 29.26191], [105.695445, 29.25577], [105.705142, 29.241993], [105.705311, 29.236132], [105.702057, 29.226504], [105.703585, 29.223855], [105.7085, 29.222262], [105.704333, 29.210659], [105.713251, 29.206999], [105.719554, 29.198338], [105.72011, 29.192322], [105.709959, 29.187674], [105.705128, 29.180794], [105.708932, 29.177363], [105.714654, 29.17639], [105.724643, 29.162209], [105.723871, 29.157475], [105.725993, 29.15606], [105.727211, 29.149561], [105.72511, 29.13641], [105.733254, 29.132011], [105.736481, 29.137681], [105.742544, 29.143131], [105.749544, 29.136115], [105.745858, 29.131854], [105.736353, 29.131771], [105.72653, 29.122295], [105.728776, 29.116035], [105.725695, 29.109704], [105.724594, 29.101005], [105.732993, 29.098471], [105.739384, 29.090658], [105.73746, 29.082278], [105.74125, 29.078221], [105.752086, 29.075313], [105.754129, 29.073186], [105.746164, 29.054478], [105.741166, 29.050272], [105.738078, 29.042935], [105.741866, 29.038274], [105.746845, 29.037655], [105.751634, 29.02703], [105.762686, 29.017523], [105.762744, 29.011122], [105.75762, 29.007051], [105.756854, 28.993429], [105.762573, 28.988799], [105.78177, 28.983199], [105.792988, 28.969158], [105.794196, 28.966955], [105.792322, 28.964245], [105.795979, 28.959887], [105.806363, 28.960419], [105.802163, 28.951357], [105.798839, 28.949857], [105.792098, 28.953391], [105.789345, 28.950604], [105.788071, 28.946178], [105.790967, 28.940982], [105.795089, 28.937934], [105.8004, 28.938565], [105.802405, 28.942544], [105.805864, 28.944936], [105.821021, 28.945093], [105.826117, 28.948605], [105.839851, 28.936638], [105.841428, 28.93335], [105.85116, 28.930688], [105.872337, 28.938749], [105.880061, 28.936917], [105.883592, 28.933133], [105.885546, 28.92386], [105.882633, 28.915827], [105.887944, 28.911155], [105.894137, 28.912232], [105.901566, 28.909117], [105.90028, 28.905563], [105.90865, 28.902606], [105.913093, 28.906277], [105.912512, 28.911429], [105.903453, 28.922656], [105.918591, 28.935448], [105.943669, 28.944762], [105.956335, 28.957972], [105.960215, 28.966728], [105.965138, 28.971304], [105.967983, 28.970435], [105.973463, 28.96434], [105.985188, 28.965511], [105.986376, 28.968182], [105.985234, 28.972029], [105.969095, 28.975944], [105.980842, 28.984173], [106.001093, 28.974718], [106.004407, 28.966126], [106.015782, 28.954653], [106.023597, 28.951344], [106.024131, 28.954726], [106.027438, 28.957037], [106.035452, 28.958836], [106.043861, 28.953512], [106.043502, 28.946707], [106.036553, 28.944207], [106.034539, 28.939433], [106.034709, 28.937998], [106.040419, 28.935311], [106.040672, 28.929203], [106.037016, 28.92525], [106.033058, 28.914569], [106.044317, 28.909282], [106.05542, 28.913987], [106.056167, 28.919861], [106.068856, 28.923527], [106.07223, 28.920831], [106.072728, 28.916689], [106.083239, 28.906644], [106.089915, 28.902452], [106.099228, 28.90082], [106.106574, 28.902082], [106.111832, 28.905193], [106.129968, 28.908204], [106.145592, 28.90691], [106.165932, 28.915132], [106.169385, 28.919772], [106.169454, 28.924264], [106.18823, 28.911437], [106.196063, 28.910286], [106.201764, 28.906203], [106.212126, 28.894722], [106.224164, 28.893516], [106.22625, 28.884641], [106.230234, 28.878168], [106.240075, 28.871206], [106.243133, 28.869705], [106.246594, 28.870743], [106.250586, 28.867969], [106.256565, 28.853161], [106.261161, 28.850957], [106.260178, 28.848233], [106.250452, 28.841805], [106.249524, 28.831507], [106.252625, 28.820138], [106.246646, 28.815844], [106.24374, 28.808828], [106.24447, 28.797193], [106.246568, 28.790177], [106.249353, 28.787603], [106.254304, 28.78927], [106.2607, 28.787814], [106.276089, 28.773918], [106.274302, 28.769078], [106.268172, 28.763712], [106.267198, 28.755845], [106.268824, 28.743133], [106.280798, 28.737371], [106.287632, 28.725285], [106.282152, 28.724364], [106.280984, 28.723285], [106.281862, 28.721519], [106.287485, 28.717438], [106.300247, 28.713711], [106.302732, 28.677445], [106.309562, 28.672081], [106.313891, 28.671787], [106.316933, 28.66754], [106.313603, 28.664952], [106.305981, 28.663454], [106.304083, 28.661393], [106.301711, 28.652546], [106.302189, 28.647894], [106.307464, 28.642642], [106.315944, 28.640743], [106.321873, 28.641453], [106.324985, 28.639791], [106.325931, 28.634308], [106.32325, 28.627385], [106.321198, 28.62457], [106.317147, 28.623899], [106.326738, 28.607251], [106.337686, 28.600809], [106.344613, 28.587006], [106.341109, 28.568976], [106.327832, 28.555837], [106.330961, 28.55403], [106.336409, 28.535446], [106.340781, 28.536685], [106.34383, 28.542048], [106.347503, 28.542945], [106.353489, 28.539895], [106.358374, 28.530606], [106.362229, 28.527428], [106.368409, 28.529115], [106.369404, 28.527716], [106.372231, 28.521395], [106.372691, 28.505307], [106.37099, 28.502296], [106.375223, 28.48292], [106.373953, 28.481137], [106.366899, 28.478737], [106.362926, 28.482819], [106.340158, 28.481584], [106.327562, 28.483571], [106.312313, 28.498835], [106.301976, 28.505812], [106.286962, 28.541332], [106.274549, 28.54227], [106.272795, 28.540681], [106.27369, 28.536652], [106.271439, 28.536428], [106.268402, 28.537937], [106.265745, 28.542059], [106.24479, 28.548569], [106.238816, 28.556467], [106.218562, 28.569532], [106.218741, 28.574772], [106.216239, 28.576408], [106.210978, 28.576757], [106.203605, 28.573874], [106.191099, 28.577874], [106.185916, 28.581992], [106.180534, 28.590896], [106.180872, 28.601765], [106.170774, 28.614814], [106.166907, 28.61641], [106.164521, 28.622823], [106.165536, 28.631328], [106.161107, 28.639385], [106.137513, 28.646711], [106.124609, 28.646659], [106.117769, 28.644117], [106.120375, 28.641019], [106.120723, 28.637727], [106.117426, 28.635591], [106.103981, 28.63382], [106.093492, 28.643471], [106.091759, 28.654182], [106.089798, 28.657713], [106.08332, 28.659222], [106.08181, 28.663939], [106.085008, 28.667861], [106.08589, 28.672167], [106.081157, 28.680031], [106.08159, 28.684256], [106.074617, 28.689813], [106.065228, 28.693295], [106.059835, 28.687819], [106.053169, 28.689626], [106.048439, 28.693855], [106.040801, 28.697105], [106.034145, 28.692741], [106.027139, 28.698903], [106.032718, 28.708807], [106.027565, 28.710616], [106.016382, 28.710936], [106.015899, 28.714541], [106.018732, 28.717151], [106.025358, 28.717747], [106.007929, 28.739287], [105.998814, 28.747268], [105.994074, 28.747365], [105.986915, 28.744288], [105.974522, 28.749668], [105.97091, 28.758612], [105.963596, 28.766019], [105.961655, 28.763885], [105.960792, 28.739593], [105.950692, 28.726945], [105.952965, 28.717775], [105.943378, 28.716588], [105.939109, 28.714155], [105.935964, 28.7091], [105.928677, 28.705896], [105.929614, 28.700631], [105.934489, 28.692172], [105.932157, 28.684534], [105.899518, 28.672419], [105.887864, 28.671588], [105.884931, 28.65485], [105.890164, 28.64697], [105.888499, 28.626267], [105.90202, 28.616022], [105.901704, 28.606241], [105.896863, 28.605121], [105.892475, 28.606593], [105.883431, 28.601884], [105.879409, 28.597696], [105.874287, 28.600029], [105.872081, 28.602455], [105.871942, 28.60527], [105.869733, 28.606486], [105.856434, 28.602965], [105.846922, 28.609875], [105.838094, 28.607616], [105.832684, 28.603697], [105.814084, 28.605895], [105.805842, 28.603282], [105.792196, 28.607213], [105.781338, 28.614583], [105.777589, 28.61013], [105.774472, 28.600516], [105.754, 28.593283], [105.752971, 28.607053], [105.744987, 28.619287], [105.742772, 28.619883], [105.733625, 28.616398], [105.733252, 28.612116], [105.723634, 28.606283], [105.718337, 28.595901], [105.713047, 28.590861], [105.70668, 28.590439], [105.695437, 28.595952], [105.690996, 28.593999], [105.6887, 28.589647], [105.687426, 28.579338], [105.689352, 28.570326], [105.681845, 28.563415], [105.677954, 28.555858], [105.679677, 28.538765], [105.66945, 28.539415], [105.665558, 28.538181], [105.66376, 28.535433], [105.666201, 28.531075], [105.659717, 28.52699], [105.647256, 28.526257], [105.642617, 28.523248], [105.636373, 28.521924], [105.631268, 28.521896], [105.629486, 28.524612], [105.621427, 28.523295], [105.624811, 28.513707], [105.622974, 28.500046], [105.617921, 28.489798], [105.611803, 28.486547], [105.606174, 28.476957], [105.611426, 28.473876], [105.616169, 28.466656], [105.615695, 28.464659], [105.611976, 28.464342], [105.609395, 28.460616], [105.605788, 28.446189], [105.619128, 28.438398], [105.628182, 28.435676], [105.633145, 28.439321], [105.635762, 28.43852], [105.64136, 28.433607], [105.644395, 28.424545], [105.645241, 28.414824], [105.636575, 28.403365], [105.647738, 28.393379], [105.648161, 28.380966], [105.651403, 28.374436], [105.650903, 28.366524], [105.645941, 28.341501], [105.641092, 28.333376], [105.634382, 28.326112], [105.636397, 28.315675], [105.641324, 28.310661], [105.642944, 28.312583], [105.642774, 28.316525], [105.647274, 28.321634], [105.653249, 28.318059], [105.655826, 28.314187], [105.664567, 28.31602], [105.672227, 28.307438], [105.685395, 28.28751], [105.732523, 28.273993], [105.735608, 28.279913], [105.733529, 28.284334], [105.734026, 28.290924], [105.731518, 28.294548], [105.732115, 28.302865], [105.735133, 28.308051], [105.757138, 28.3125], [105.775676, 28.31285], [105.776539, 28.316742], [105.767883, 28.322196], [105.767393, 28.332384], [105.7716, 28.338787], [105.774241, 28.339927], [105.784594, 28.339437], [105.789393, 28.330113], [105.793312, 28.315969], [105.797351, 28.312036], [105.80309, 28.31049], [105.815939, 28.311091], [105.820729, 28.308736], [105.838434, 28.269008], [105.842383, 28.261707], [105.847012, 28.257231], [105.85714, 28.252131], [105.859336, 28.252523], [105.86099, 28.255468], [105.870369, 28.258173], [105.870115, 28.254303], [105.872265, 28.248716], [105.887913, 28.240505], [105.886244, 28.235593], [105.883434, 28.233253], [105.879692, 28.217479], [105.874676, 28.210393], [105.869904, 28.208428], [105.866092, 28.203877], [105.866104, 28.195235], [105.856504, 28.17179], [105.857303, 28.162864], [105.859952, 28.156102], [105.865239, 28.149691], [105.874987, 28.142922], [105.872393, 28.133061], [105.873909, 28.127123], [105.875998, 28.125628], [105.892864, 28.123447], [105.90249, 28.13391], [105.919045, 28.141175], [105.925454, 28.136615], [105.930428, 28.135424], [105.934275, 28.136605], [105.936159, 28.140665], [105.933842, 28.14544], [105.938531, 28.147782], [105.950907, 28.145207], [105.965443, 28.137674], [105.970903, 28.119636], [105.978289, 28.110108], [105.982058, 28.111937], [105.982211, 28.11929], [105.984445, 28.121649], [105.987465, 28.12173], [105.990992, 28.119319], [105.995891, 28.119462], [106.008609, 28.123467], [106.015953, 28.119156], [106.016528, 28.113451], [106.018776, 28.111483], [106.030982, 28.110635], [106.033005, 28.113868], [106.027595, 28.125157], [106.024119, 28.127943], [106.024068, 28.135026], [106.029606, 28.134995], [106.03449, 28.141528], [106.041648, 28.141777], [106.058558, 28.146672], [106.084996, 28.164845], [106.109446, 28.167468], [106.118692, 28.170427], [106.133134, 28.165688], [106.142278, 28.165965], [106.174865, 28.150091], [106.187393, 28.140578], [106.203277, 28.137869], [106.205604, 28.13373], [106.204954, 28.127174], [106.208055, 28.122414], [106.223129, 28.11882], [106.222954, 28.113134], [106.225352, 28.104436], [106.22859, 28.101189], [106.241822, 28.098565], [106.246598, 28.095456], [106.262866, 28.070567], [106.26026, 28.05673], [106.261738, 28.052505], [106.251773, 28.048577], [106.250212, 28.044589], [106.238008, 28.031775], [106.236458, 28.025996], [106.24011, 28.016668], [106.24935, 28.012293], [106.25139, 28.009639], [106.258193, 28.009934], [106.26251, 28.007064], [106.276752, 28.010501], [106.289902, 28.007082], [106.293311, 28.002669], [106.293996, 27.997461], [106.310918, 27.982797], [106.310018, 27.97477], [106.313899, 27.974158], [106.315852, 27.965428], [106.324669, 27.961864], [106.323965, 27.955688], [106.313971, 27.948281], [106.310946, 27.941096], [106.304687, 27.940078], [106.306391, 27.929694], [106.304653, 27.921331], [106.305776, 27.916383], [106.297812, 27.9125], [106.298285, 27.904081], [106.30152, 27.902288], [106.313525, 27.901492], [106.317072, 27.899549], [106.322744, 27.899822], [106.325145, 27.892183], [106.32953, 27.888218], [106.326889, 27.884771], [106.321032, 27.883003], [106.326692, 27.87991], [106.329864, 27.880914], [106.334889, 27.878547], [106.337557, 27.86928], [106.334106, 27.860762], [106.327579, 27.85407], [106.322198, 27.851122], [106.312479, 27.839184], [106.313528, 27.835939], [106.316659, 27.833361], [106.327382, 27.827037], [106.333175, 27.830342], [106.339477, 27.828114], [106.338425, 27.823396], [106.319587, 27.813049], [106.306813, 27.813508], [106.291868, 27.806201], [106.28317, 27.797912], [106.262181, 27.783675], [106.250792, 27.778454], [106.245032, 27.773438], [106.238572, 27.770578], [106.227389, 27.771051], [106.22113, 27.764446], [106.206496, 27.767505], [106.189807, 27.757702], [106.174942, 27.765644], [106.162717, 27.766103], [106.143558, 27.775709], [106.120942, 27.782462], [106.109396, 27.781102], [106.101728, 27.783356], [106.075565, 27.779204], [106.0697, 27.781463], [106.060426, 27.780853], [106.055373, 27.775248], [106.059878, 27.768171], [106.05125, 27.762277], [106.031681, 27.756701], [106.020056, 27.750625], [106.011968, 27.749285], [105.983178, 27.753625], [105.96549, 27.744186], [105.942679, 27.735781], [105.929973, 27.73294], [105.928746, 27.731228], [105.92484, 27.735092], [105.920929, 27.748636], [105.918955, 27.750639], [105.90158, 27.748661], [105.888231, 27.739594], [105.877326, 27.74231], [105.864815, 27.736033], [105.865543, 27.731355], [105.856987, 27.720201], [105.841352, 27.709219], [105.83138, 27.710601], [105.826904, 27.713747], [105.810291, 27.714385], [105.808386, 27.716168], [105.794634, 27.717493], [105.791668, 27.719962], [105.779983, 27.722403], [105.772233, 27.721856], [105.767036, 27.719343], [105.761281, 27.721518], [105.747591, 27.716461], [105.736584, 27.715457], [105.719729, 27.709878], [105.718499, 27.708204], [105.715554, 27.692928], [105.71735, 27.68799], [105.714958, 27.685885], [105.697313, 27.6803], [105.681985, 27.682185], [105.674453, 27.686759], [105.668308, 27.688326], [105.662523, 27.687909], [105.652309, 27.681522], [105.642694, 27.666465], [105.637517, 27.662701], [105.625857, 27.664444], [105.620818, 27.669324], [105.618005, 27.678749], [105.619283, 27.684595], [105.61685, 27.690634], [105.606527, 27.695777], [105.601043, 27.703622], [105.599349, 27.709387], [105.601817, 27.719543], [105.574816, 27.725693], [105.566195, 27.723651], [105.555556, 27.724164], [105.547093, 27.7299], [105.542587, 27.735867], [105.539476, 27.746573], [105.534305, 27.751986], [105.533488, 27.757675], [105.520028, 27.761709], [105.514953, 27.768146], [105.506832, 27.771837], [105.496787, 27.772047], [105.489856, 27.776331], [105.473654, 27.77831], [105.464375, 27.77616], [105.461475, 27.772123], [105.45532, 27.771149], [105.445426, 27.778615], [105.437225, 27.778814], [105.434255, 27.772545], [105.427159, 27.767473], [105.414643, 27.769631], [105.401836, 27.768727], [105.393815, 27.766394], [105.390454, 27.763912], [105.39286, 27.760711], [105.390685, 27.754387], [105.388076, 27.75327], [105.384241, 27.753811], [105.383075, 27.759551], [105.379638, 27.760794], [105.369478, 27.757749], [105.363488, 27.753544], [105.349814, 27.751729], [105.34683, 27.748951], [105.33787, 27.733094], [105.330459, 27.729428], [105.323062, 27.730184], [105.315334, 27.717517], [105.304976, 27.708805], [105.301941, 27.712651], [105.28678, 27.715119], [105.288544, 27.731864], [105.284017, 27.744684], [105.284947, 27.749455], [105.290624, 27.751235], [105.29068, 27.754209], [105.287349, 27.758847], [105.287005, 27.764372], [105.285173, 27.76684], [105.290391, 27.771057], [105.288132, 27.774992], [105.2794, 27.779004], [105.272138, 27.787542], [105.272503, 27.794162], [105.269692, 27.798876], [105.275656, 27.800742], [105.27853, 27.799025], [105.283201, 27.800177], [105.285486, 27.803113], [105.284605, 27.810501], [105.287656, 27.811859], [105.301934, 27.814847], [105.30513, 27.813567], [105.311549, 27.81485], [105.312111, 27.822124], [105.297117, 27.823204], [105.282819, 27.819858], [105.279438, 27.82148], [105.269633, 27.821312], [105.260756, 27.823929], [105.258068, 27.831719], [105.24833, 27.829485], [105.239795, 27.825413], [105.235745, 27.832949], [105.241339, 27.836311], [105.247411, 27.844095], [105.247318, 27.847422], [105.241929, 27.856285], [105.245337, 27.862036], [105.241865, 27.868396], [105.237593, 27.871518], [105.240217, 27.874776], [105.240275, 27.879233], [105.237538, 27.882802], [105.236551, 27.889266], [105.22879, 27.895773], [105.233715, 27.90249], [105.232365, 27.906222], [105.239105, 27.908754], [105.244941, 27.915006], [105.250476, 27.917291], [105.26324, 27.915088], [105.27122, 27.927542], [105.278519, 27.932352], [105.280988, 27.939437], [105.281616, 27.947509], [105.278258, 27.956482], [105.280337, 27.963388], [105.277219, 27.968738], [105.27704, 27.972767], [105.266552, 27.984602], [105.268161, 27.996431], [105.266984, 28], [105.25947, 28.003658], [105.243555, 28.005271], [105.246057, 28.010223], [105.242503, 28.011913], [105.234858, 28.00612], [105.228741, 28.006117], [105.222087, 28], [105.218354, 27.993935], [105.213488, 27.993365], [105.204686, 27.995778], [105.196863, 27.995965], [105.179092, 28.000121], [105.172271, 28.009803], [105.170744, 28.01486], [105.166623, 28.018969], [105.164418, 28.026711], [105.166305, 28.030674], [105.181515, 28.044989], [105.179528, 28.048347], [105.182921, 28.052264], [105.183293, 28.058208], [105.176625, 28.066068], [105.177082, 28.070423], [105.169674, 28.06936], [105.166041, 28.070431], [105.163541, 28.073931], [105.142877, 28.069625], [105.129975, 28.070566], [105.127658, 28.073513], [105.119745, 28.073161], [105.116467, 28.07608], [105.112772, 28.076577], [105.107702, 28.082264], [105.093539, 28.085624], [105.089763, 28.088364], [105.07805, 28.088123], [105.071572, 28.085607], [105.072415, 28.09068], [105.058496, 28.094874], [105.057738, 28.101562], [105.044571, 28.102252], [105.03898, 28.097835], [105.038331, 28.091826], [105.026668, 28.080175], [105.016248, 28.077007], [105.014568, 28.073069], [105.010275, 28.070495], [105.000968, 28.06762], [104.996846, 28.067772], [104.993552, 28.070056], [104.9731, 28.065401], [104.974004, 28.057521], [104.967959, 28.035898], [104.971609, 28.026659], [104.97012, 28.020507], [104.957879, 28.01654], [104.95632, 28.007051], [104.944866, 27.998619], [104.942495, 27.990202], [104.946318, 27.984324], [104.935772, 27.984682], [104.927055, 27.99043], [104.925828, 27.986837], [104.921948, 27.983877], [104.918972, 27.97441], [104.912906, 27.970552], [104.910018, 27.971383], [104.901204, 27.967403], [104.90056, 27.952759], [104.912529, 27.953517], [104.91821, 27.94731], [104.918675, 27.944232], [104.892252, 27.938725], [104.88651, 27.934832], [104.884097, 27.931336], [104.885287, 27.916734], [104.878384, 27.914681], [104.873806, 27.910261], [104.845934, 27.904138], [104.837903, 27.904273], [104.833422, 27.90799], [104.830859, 27.908141], [104.825954, 27.902954], [104.819086, 27.902189], [104.812797, 27.902746], [104.810136, 27.90491], [104.797053, 27.902574], [104.794804, 27.905932], [104.787216, 27.897918], [104.768983, 27.891855], [104.768779, 27.888595], [104.764295, 27.886875], [104.750312, 27.888309], [104.747396, 27.890116], [104.745783, 27.892945], [104.750009, 27.90463], [104.747666, 27.905918], [104.739414, 27.904802], [104.732467, 27.901366], [104.729447, 27.901743], [104.706112, 27.894164], [104.702111, 27.890934], [104.693028, 27.887804], [104.687258, 27.88682], [104.683585, 27.888179], [104.67632, 27.885743], [104.64565, 27.862693], [104.631223, 27.854269], [104.628742, 27.855336], [104.625726, 27.860579], [104.621834, 27.862525], [104.613994, 27.862374], [104.599822, 27.858304], [104.582334, 27.850162], [104.577359, 27.844735], [104.573469, 27.843738], [104.567729, 27.845268], [104.565282, 27.847627], [104.565984, 27.854329], [104.557057, 27.855345], [104.555042, 27.857457], [104.554746, 27.86614], [104.557478, 27.871737], [104.552873, 27.873764], [104.549364, 27.879088], [104.547028, 27.87756], [104.545246, 27.878656], [104.536071, 27.891005], [104.522865, 27.892024], [104.515745, 27.883299], [104.511174, 27.88137], [104.50633, 27.882006], [104.500124, 27.888147], [104.495682, 27.899281], [104.48839, 27.900464], [104.485887, 27.905014], [104.481228, 27.905676], [104.477279, 27.90429], [104.473189, 27.906872], [104.468437, 27.907434], [104.467042, 27.910355], [104.46815, 27.914495], [104.461548, 27.915711], [104.454854, 27.925632], [104.451535, 27.925758], [104.44825, 27.932386], [104.441224, 27.930402], [104.438087, 27.932345], [104.438105, 27.934149], [104.433779, 27.93527], [104.432828, 27.938706], [104.429624, 27.940914], [104.423248, 27.941235], [104.415185, 27.95157], [104.409224, 27.956087], [104.394334, 27.956312], [104.390684, 27.962977], [104.390815, 27.966251], [104.381687, 27.970885], [104.38589, 27.978897], [104.382482, 27.980429], [104.36946, 27.992835], [104.370097, 27.994115], [104.375403, 27.993691], [104.376944, 27.997005], [104.36401, 28.010241], [104.363794, 28.014527], [104.352743, 28.0236], [104.34719, 28.022464], [104.345712, 28.024683], [104.330519, 28.028451], [104.307051, 28.04067], [104.296296, 28.048316], [104.296476, 28.050359], [104.301711, 28.055574], [104.316582, 28.059868], [104.331694, 28.058501], [104.341456, 28.061084], [104.355794, 28.058829], [104.364196, 28.055479], [104.374417, 28.055872], [104.386302, 28.066893], [104.388084, 28.064417], [104.39249, 28.066376], [104.397026, 28.074393], [104.39734, 28.084668], [104.394281, 28.091466], [104.395215, 28.094536], [104.406816, 28.100281], [104.41454, 28.100184], [104.427398, 28.10377], [104.431889, 28.111078], [104.430593, 28.119365], [104.443255, 28.116868], [104.448864, 28.120692], [104.44923, 28.135824], [104.441816, 28.14284], [104.441996, 28.147816], [104.443155, 28.153984], [104.451714, 28.169448], [104.456921, 28.172977], [104.44826, 28.178511], [104.440563, 28.173956], [104.431744, 28.171323], [104.419231, 28.173248], [104.407759, 28.179055], [104.404929, 28.182686], [104.403926, 28.190891], [104.397478, 28.201642], [104.40136, 28.206148], [104.414357, 28.207537], [104.415141, 28.211272], [104.423326, 28.213035], [104.431739, 28.21178], [104.440744, 28.214921], [104.448478, 28.223785], [104.449825, 28.233053], [104.461246, 28.244459], [104.463276, 28.249073], [104.440437, 28.25972], [104.44128, 28.26572], [104.445725, 28.273614], [104.431207, 28.277624], [104.415001, 28.273503], [104.403728, 28.274229], [104.4023, 28.282555], [104.389362, 28.299976], [104.386888, 28.32249], [104.380218, 28.33366], [104.368876, 28.339465], [104.353021, 28.341218], [104.350595, 28.339309], [104.344569, 28.339597], [104.333272, 28.332107], [104.315182, 28.310994], [104.303505, 28.309724], [104.291398, 28.313037], [104.28588, 28.316497], [104.298807, 28.331878], [104.283971, 28.339407], [104.284496, 28.345105], [104.274961, 28.359], [104.266791, 28.377069], [104.266263, 28.384195], [104.272224, 28.391517], [104.272519, 28.394299], [104.270777, 28.395565], [104.259196, 28.394945], [104.252684, 28.404508], [104.253212, 28.41409], [104.265534, 28.424879], [104.264503, 28.434364], [104.255967, 28.452417], [104.257974, 28.45954], [104.265594, 28.46614], [104.268164, 28.470561], [104.260715, 28.483054], [104.257867, 28.49197], [104.259442, 28.496402], [104.265817, 28.503483], [104.263052, 28.506422], [104.255587, 28.507952], [104.24653, 28.513123], [104.244455, 28.519536], [104.244462, 28.527629], [104.248661, 28.534435], [104.259831, 28.540309], [104.265995, 28.540503], [104.285511, 28.536287], [104.296476, 28.543925], [104.30543, 28.543706], [104.312777, 28.54156], [104.319195, 28.542933], [104.322436, 28.546336], [104.325823, 28.559592], [104.331006, 28.563927], [104.341937, 28.55942], [104.354292, 28.559055], [104.356946, 28.56184], [104.35778, 28.570585], [104.365955, 28.589566], [104.37237, 28.597557], [104.388469, 28.602698], [104.413675, 28.600276], [104.419028, 28.626017], [104.426494, 28.627561], [104.40594, 28.642452], [104.399572, 28.643994], [104.392294, 28.643401], [104.370898, 28.652709], [104.351572, 28.647929], [104.337733, 28.642446], [104.33147, 28.63766], [104.320808, 28.622969], [104.31216, 28.618663], [104.305496, 28.618005], [104.299388, 28.623255], [104.30122, 28.630953], [104.298347, 28.636332], [104.292233, 28.638439], [104.285364, 28.637766], [104.276326, 28.634436], [104.270989, 28.6357], [104.254194, 28.656625], [104.253805, 28.661228], [104.248037, 28.666756], [104.244769, 28.667589], [104.241106, 28.665375], [104.239778, 28.662449], [104.24095, 28.654652], [104.239525, 28.647681], [104.235118, 28.641716], [104.231546, 28.639744], [104.210839, 28.641473], [104.191576, 28.637601], [104.177734, 28.640856], [104.170103, 28.646448], [104.158733, 28.642793], [104.14936, 28.643425], [104.142265, 28.64091], [104.123385, 28.640555], [104.116301, 28.637384], [104.111399, 28.631483], [104.10833, 28.62113], [104.108718, 28.616667], [104.106273, 28.613543], [104.098474, 28.608122], [104.091857, 28.606357], [104.080038, 28.611646], [104.078558, 28.617552], [104.075485, 28.62152], [104.070664, 28.622955], [104.064438, 28.629165], [104.057158, 28.631117], [104.044774, 28.630048], [104.010482, 28.622759], [103.990875, 28.615162], [103.981696, 28.615255], [103.964981, 28.610919], [103.95709, 28.605419], [103.942173, 28.604799], [103.938436, 28.608971], [103.936132, 28.62429], [103.931853, 28.628261], [103.923263, 28.630456], [103.911223, 28.636193], [103.905608, 28.633561], [103.901693, 28.627276], [103.894431, 28.623924], [103.884022, 28.624476], [103.874771, 28.628782], [103.870668, 28.632445], [103.869192, 28.636438], [103.872083, 28.652091], [103.870446, 28.659344], [103.862004, 28.67037], [103.856192, 28.671814], [103.849135, 28.671243], [103.84496, 28.667309], [103.838618, 28.654294], [103.837945, 28.648726], [103.840644, 28.64366], [103.841212, 28.635862], [103.834106, 28.628284], [103.832298, 28.62353], [103.831325, 28.607612], [103.836337, 28.59523], [103.835349, 28.588183], [103.817401, 28.573786], [103.798731, 28.565133], [103.798097, 28.55896], [103.801459, 28.553253], [103.801165, 28.53827], [103.79777, 28.534724], [103.779788, 28.52761], [103.78976, 28.512968], [103.810373, 28.496179], [103.828069, 28.463911], [103.827307, 28.445286], [103.828617, 28.438758], [103.837945, 28.422389], [103.849242, 28.410584], [103.854406, 28.400788], [103.858165, 28.383824], [103.857536, 28.376993], [103.851743, 28.357431], [103.858487, 28.345687], [103.86806, 28.335164], [103.873878, 28.326009], [103.875198, 28.31578], [103.871107, 28.306903], [103.86691, 28.303508], [103.853064, 28.297404], [103.841706, 28.289249], [103.826293, 28.28735], [103.820841, 28.277674], [103.811167, 28.268547], [103.802839, 28.266659], [103.783121, 28.257197], [103.780425, 28.249323], [103.769593, 28.23703], [103.75681, 28.237338], [103.745537, 28.240076], [103.739487, 28.239772], [103.734652, 28.237568], [103.728042, 28.231716], [103.72557, 28.218624], [103.718944, 28.205295], [103.709912, 28.200621], [103.705552, 28.200582], [103.698879, 28.203741], [103.692309, 28.212172], [103.692806, 28.228451], [103.689858, 28.235656], [103.673168, 28.242631], [103.642901, 28.263544], [103.638043, 28.265418], [103.634552, 28.264947], [103.619459, 28.255164], [103.617365, 28.249036], [103.614082, 28.246244], [103.604257, 28.241684], [103.573015, 28.235294], [103.568777, 28.23307], [103.563031, 28.226302], [103.562418, 28.215392], [103.549385, 28.192856], [103.53891, 28.186041], [103.537907, 28.179953], [103.531294, 28.17198], [103.507937, 28.157044], [103.500028, 28.14651], [103.485775, 28.141891], [103.479322, 28.137869], [103.468094, 28.125592], [103.45309, 28.127105], [103.4491, 28.125566], [103.445942, 28.113169], [103.456557, 28.106365], [103.45659, 28.101697], [103.45087, 28.089728], [103.444633, 28.083519], [103.434754, 28.079043], [103.430263, 28.074764], [103.428276, 28.064911], [103.428073, 28.049831], [103.430876, 28.04364], [103.443015, 28.03109], [103.45661, 28.024177], [103.463529, 28.027811], [103.466068, 28.033009], [103.469063, 28.034847], [103.478847, 28.037545], [103.485911, 28.03587], [103.492933, 28.028048], [103.494936, 28.021493], [103.491273, 28.009902], [103.496837, 27.987147], [103.501124, 27.982561], [103.503209, 27.977264], [103.512238, 27.969962], [103.529756, 27.968194], [103.537914, 27.969092], [103.553819, 27.98257], [103.559172, 27.98254], [103.561858, 27.980665], [103.562901, 27.969322], [103.56112, 27.964566], [103.555023, 27.959218], [103.541459, 27.957404], [103.535942, 27.954414], [103.525127, 27.944843], [103.518659, 27.933347], [103.507732, 27.92511], [103.500247, 27.913997], [103.500409, 27.889741], [103.498181, 27.881111], [103.498311, 27.874453], [103.502881, 27.85324], [103.507567, 27.847541], [103.507256, 27.844024], [103.496327, 27.815179], [103.487239, 27.80039], [103.478692, 27.793013], [103.471212, 27.790675], [103.460303, 27.784274], [103.454447, 27.774205], [103.455281, 27.769496], [103.449814, 27.76209], [103.446234, 27.758633], [103.438875, 27.757583], [103.434723, 27.751296], [103.421221, 27.748246], [103.4006, 27.727741], [103.39611, 27.716519], [103.391125, 27.712561], [103.379411, 27.715188], [103.367106, 27.711739], [103.362248, 27.702521], [103.355268, 27.696367], [103.352267, 27.686536], [103.348491, 27.683152], [103.334531, 27.676627], [103.323972, 27.66638], [103.312059, 27.657985], [103.290954, 27.636691], [103.282593, 27.638689], [103.277393, 27.63595], [103.276039, 27.629333], [103.277673, 27.62333], [103.279739, 27.620214], [103.289501, 27.613438], [103.29671, 27.604279], [103.296486, 27.597814], [103.292126, 27.58846], [103.292729, 27.569101], [103.286855, 27.565827], [103.278732, 27.565228], [103.265487, 27.568251], [103.260807, 27.571707], [103.236928, 27.573834], [103.221284, 27.570379], [103.217458, 27.567261], [103.213011, 27.548023], [103.207008, 27.536513], [103.204024, 27.533473], [103.187711, 27.52649], [103.17887, 27.511155], [103.176979, 27.499771], [103.166195, 27.493656], [103.148541, 27.466812], [103.142165, 27.452994], [103.143235, 27.434983], [103.140595, 27.425214], [103.12385, 27.415945], [103.108587, 27.403506], [103.097642, 27.400787], [103.087674, 27.402077], [103.077493, 27.400427], [103.069328, 27.411112], [103.059889, 27.414116], [103.053091, 27.412567], [103.038143, 27.397483], [103.023355, 27.385424], [102.996303, 27.376354], [102.985054, 27.370973], [102.978658, 27.373129], [102.969702, 27.380828], [102.960903, 27.394101], [102.95733, 27.407457], [102.953443, 27.415395], [102.951668, 27.416626], [102.946249, 27.416097], [102.939699, 27.408571], [102.929109, 27.384895], [102.921943, 27.376705], [102.920425, 27.369263], [102.911098, 27.354614], [102.894193, 27.313497], [102.881223, 27.300558], [102.880677, 27.296294], [102.883119, 27.28432], [102.880691, 27.274653], [102.881784, 27.261217], [102.885889, 27.25027], [102.898687, 27.240706], [102.902654, 27.230844], [102.903227, 27.204971], [102.900953, 27.197283], [102.906683, 27.183697], [102.903866, 27.171069], [102.911969, 27.143788], [102.907906, 27.116925], [102.897648, 27.094852], [102.897449, 27.079828], [102.883369, 27.063098], [102.878199, 27.043275], [102.869708, 27.030183], [102.871786, 27.025731], [102.890883, 27.010132], [102.893554, 27.004717], [102.892671, 26.990786], [102.894121, 26.980691], [102.887601, 26.959621], [102.887525, 26.954861], [102.888712, 26.945322], [102.893647, 26.938762], [102.896063, 26.922838], [102.895258, 26.914803], [102.904863, 26.907257], [102.922296, 26.879402], [102.928675, 26.870831], [102.937218, 26.863146], [102.946271, 26.84733], [102.961269, 26.843835], [102.969225, 26.834879], [102.966073, 26.826332], [102.96968, 26.819082], [102.975646, 26.814062], [102.98004, 26.80757], [102.980532, 26.803386], [102.978337, 26.79474], [102.979301, 26.788948], [102.989466, 26.779785], [102.990067, 26.777483], [102.987579, 26.773133], [102.982537, 26.769474], [102.989608, 26.754704], [102.992816, 26.74281], [102.999639, 26.740284], [103.000692, 26.738216], [103.000555, 26.731554], [102.995365, 26.729326], [102.995739, 26.725145], [102.999184, 26.720107], [103.006309, 26.714505], [103.008316, 26.71018], [103.008865, 26.703805], [103.004883, 26.700204], [103.004278, 26.680681], [103.026184, 26.666094], [103.025687, 26.649324], [103.022273, 26.643166], [103.027133, 26.628773], [103.025256, 26.620734], [103.028083, 26.605299], [103.024666, 26.601413], [103.016736, 26.597803], [103.016196, 26.595431], [103.027047, 26.580077], [103.029352, 26.569056], [103.033855, 26.559294], [103.035855, 26.558155], [103.049697, 26.559266], [103.054629, 26.550276], [103.052475, 26.54521], [103.054691, 26.53646], [103.053185, 26.524619], [103.050377, 26.519085], [103.042082, 26.515133], [103.040379, 26.504886], [103.031263, 26.490344], [103.017312, 26.485982], [103.000257, 26.48899], [102.992444, 26.486925], [102.988016, 26.483801], [102.988731, 26.478082], [102.996092, 26.46323], [102.996699, 26.45388], [102.989559, 26.435968], [102.986523, 26.412008], [102.993293, 26.384471], [102.996806, 26.377276], [102.989911, 26.367355], [102.988014, 26.354741], [102.982947, 26.348974], [102.974657, 26.344735], [102.944808, 26.344674], [102.924674, 26.338317], [102.918748, 26.344269], [102.915144, 26.345565], [102.893024, 26.342127], [102.891043, 26.342729], [102.885246, 26.351213], [102.889264, 26.360937], [102.881525, 26.368347], [102.878317, 26.36947], [102.868857, 26.353336], [102.865503, 26.342584], [102.852742, 26.33203], [102.849816, 26.324666], [102.836558, 26.317195], [102.833391, 26.31073], [102.825237, 26.308278], [102.8114, 26.309406], [102.785066, 26.302671], [102.774971, 26.296922], [102.760127, 26.279072], [102.754751, 26.277132], [102.746392, 26.27717], [102.738576, 26.272962], [102.737417, 26.266532], [102.728558, 26.258776], [102.723154, 26.250786], [102.720749, 26.245558], [102.72153, 26.231696], [102.711654, 26.215895], [102.705782, 26.213605], [102.70096, 26.213847], [102.699189, 26.217384], [102.696264, 26.218364], [102.685937, 26.211669], [102.674224, 26.208918], [102.669222, 26.209675], [102.661698, 26.213496], [102.658287, 26.224315], [102.654063, 26.228025], [102.635518, 26.23549], [102.622529, 26.24393], [102.619899, 26.248987], [102.607444, 26.249139], [102.601583, 26.251832], [102.600691, 26.25666], [102.605192, 26.265107], [102.607626, 26.279894], [102.610358, 26.286504], [102.637012, 26.310406], [102.634997, 26.322546], [102.625648, 26.343335], [102.619655, 26.347132], [102.609276, 26.347604], [102.593251, 26.352723], [102.568238, 26.366987], [102.549999, 26.366031], [102.543589, 26.360004], [102.541084, 26.343097], [102.531288, 26.337097], [102.503923, 26.328106], [102.49202, 26.327799], [102.439406, 26.304562], [102.429987, 26.302701], [102.413863, 26.303404], [102.392926, 26.300806], [102.38909, 26.298761], [102.38208, 26.292012], [102.375957, 26.278866], [102.366461, 26.270149], [102.361866, 26.262373], [102.348165, 26.248057], [102.343654, 26.247647], [102.332514, 26.241257], [102.315966, 26.23585], [102.31102, 26.230251], [102.300493, 26.230565], [102.298261, 26.227869], [102.286272, 26.224331], [102.27518, 26.223519], [102.260694, 26.224775], [102.255044, 26.223644], [102.247211, 26.218822], [102.243964, 26.215947], [102.242851, 26.199251], [102.238765, 26.190149], [102.234599, 26.188893], [102.231257, 26.184128], [102.224867, 26.179146], [102.2149, 26.174339], [102.201008, 26.163562], [102.197466, 26.161833], [102.186188, 26.160627], [102.172897, 26.150221], [102.154155, 26.121482], [102.150478, 26.112762], [102.139958, 26.11366], [102.134889, 26.110613], [102.132268, 26.102249], [102.129272, 26.098664], [102.129521, 26.090019], [102.11445, 26.089147], [102.106041, 26.073741], [102.105919, 26.070747], [102.098081, 26.069421], [102.094105, 26.065831], [102.08757, 26.069542], [102.076044, 26.066998], [102.068501, 26.068184], [102.039744, 26.082341], [102.030452, 26.088818], [102.027074, 26.093695], [102.025478, 26.099529], [102.023833, 26.099808], [102.017553, 26.099619], [102.000983, 26.093717], [101.987905, 26.091511], [101.955498, 26.089072], [101.937265, 26.10457], [101.91594, 26.112999], [101.899506, 26.10746], [101.895383, 26.104637], [101.871017, 26.070711], [101.862685, 26.05619], [101.853773, 26.054572], [101.844532, 26.056116], [101.834484, 26.048207], [101.831435, 26.05583], [101.833723, 26.061255], [101.839431, 26.067642], [101.838416, 26.086511], [101.826709, 26.086403], [101.822142, 26.088766], [101.815708, 26.093803], [101.796373, 26.116658], [101.796621, 26.144311], [101.800913, 26.152963], [101.810036, 26.15721], [101.81032, 26.167795], [101.807422, 26.165387], [101.769696, 26.182178], [101.754271, 26.205876], [101.741886, 26.218749], [101.734337, 26.223487], [101.714655, 26.228428], [101.712075, 26.227172], [101.70062, 26.227454], [101.697455, 26.230989], [101.695491, 26.239544], [101.691579, 26.247215], [101.674639, 26.236234], [101.667604, 26.233826], [101.662886, 26.233695], [101.655259, 26.237718], [101.652537, 26.237622], [101.643649, 26.235485], [101.637995, 26.229798], [101.628438, 26.227935], [101.62454, 26.231081], [101.61382, 26.246844], [101.615114, 26.25437], [101.606383, 26.262003], [101.5963, 26.267484], [101.596857, 26.280227], [101.588361, 26.28371], [101.584134, 26.283688], [101.589016, 26.29047], [101.594523, 26.292567], [101.595326, 26.308038], [101.606321, 26.313889], [101.625468, 26.319985], [101.64611, 26.307694], [101.658251, 26.310025], [101.659243, 26.314166], [101.638595, 26.321589], [101.637849, 26.325993], [101.639339, 26.330336], [101.652129, 26.33386], [101.658378, 26.343884], [101.661171, 26.352427], [101.651487, 26.357623], [101.627611, 26.361594], [101.627839, 26.37162], [101.634948, 26.388677], [101.635818, 26.399224], [101.630899, 26.400437], [101.612665, 26.416835], [101.58346, 26.433051], [101.578072, 26.442002], [101.566692, 26.453574], [101.549081, 26.460595], [101.543769, 26.468963], [101.526199, 26.470565], [101.508425, 26.500559], [101.489353, 26.502261], [101.457166, 26.499287], [101.438389, 26.51585], [101.437722, 26.523398], [101.442006, 26.530469], [101.444116, 26.530998], [101.437781, 26.541997], [101.434197, 26.541376], [101.432227, 26.538027], [101.426909, 26.535183], [101.421145, 26.534207], [101.414272, 26.544671], [101.417148, 26.55308], [101.413843, 26.554533], [101.411958, 26.554628], [101.408456, 26.550071], [101.40023, 26.544158], [101.398054, 26.544679], [101.396113, 26.548717], [101.400209, 26.549991], [101.401456, 26.559601], [101.394321, 26.567174], [101.397365, 26.582453], [101.394372, 26.595929], [101.396928, 26.607313], [101.401838, 26.60876], [101.420274, 26.604295], [101.428554, 26.604153], [101.430328, 26.607672], [101.432918, 26.608137], [101.448795, 26.603781], [101.460614, 26.609218], [101.463693, 26.619479], [101.46428, 26.628635], [101.458966, 26.64414], [101.470622, 26.657531], [101.47891, 26.676247], [101.469073, 26.685155], [101.45667, 26.690646], [101.453621, 26.693457], [101.451443, 26.699174], [101.453121, 26.707179], [101.454789, 26.710513], [101.467973, 26.714407], [101.469479, 26.721124], [101.47248, 26.726043], [101.491858, 26.732186], [101.498463, 26.73705], [101.498446, 26.740512], [101.490935, 26.745387], [101.490542, 26.751239], [101.497368, 26.760784], [101.509276, 26.757449], [101.512197, 26.769007], [101.511572, 26.774262], [101.497542, 26.772828], [101.484322, 26.780226], [101.482755, 26.782468], [101.464674, 26.789286], [101.449379, 26.786106], [101.445194, 26.781336], [101.444416, 26.773804], [101.45177, 26.766306], [101.458073, 26.751711], [101.455213, 26.734196], [101.4479, 26.735592], [101.434529, 26.743727], [101.430924, 26.744059], [101.422814, 26.739861], [101.419264, 26.734184], [101.418748, 26.730499], [101.42044, 26.728659], [101.41487, 26.725011], [101.39548, 26.724584], [101.386893, 26.726498], [101.389582, 26.728926], [101.390396, 26.734018], [101.387382, 26.756123], [101.385512, 26.756681], [101.376034, 26.753191], [101.375081, 26.759559], [101.367913, 26.765962], [101.366202, 26.770545], [101.358319, 26.770095], [101.355081, 26.774392], [101.373485, 26.784844], [101.377823, 26.790663], [101.379177, 26.798304], [101.369355, 26.804935], [101.375983, 26.807242], [101.378854, 26.809856], [101.394093, 26.835948], [101.397709, 26.839035], [101.398495, 26.844584], [101.390991, 26.851412], [101.38534, 26.860058], [101.37149, 26.869041], [101.365124, 26.879947], [101.365751, 26.886821], [101.350984, 26.889486], [101.341413, 26.888656], [101.321297, 26.890665], [101.318079, 26.897392], [101.307823, 26.907729], [101.305056, 26.907406], [101.302061, 26.903461], [101.286913, 26.898842], [101.28226, 26.90121], [101.280444, 26.904424], [101.264341, 26.90711], [101.262267, 26.910143], [101.261765, 26.917539], [101.253237, 26.927638], [101.255833, 26.937617], [101.264341, 26.953761], [101.26336, 26.958475], [101.229546, 26.957952], [101.2242, 26.964167], [101.226488, 26.986103], [101.220074, 26.992121], [101.209652, 26.996864], [101.207026, 26.995268], [101.200204, 26.996312], [101.186682, 27.002717], [101.182058, 27.008081], [101.155438, 27.013836], [101.133767, 27.026503], [101.135276, 27.039513], [101.141855, 27.047149], [101.143384, 27.052015], [101.144718, 27.062892], [101.143621, 27.067913], [101.14092, 27.070884], [101.143784, 27.077063], [101.153315, 27.083265], [101.155753, 27.095139], [101.155623, 27.099437], [101.147013, 27.104069], [101.143064, 27.10965], [101.155063, 27.130078], [101.15424, 27.133252], [101.168799, 27.175771], [101.168589, 27.194256], [101.162534, 27.201897], [101.147818, 27.201343], [101.139565, 27.206478], [101.113836, 27.210168], [101.099123, 27.207726], [101.085187, 27.202412], [101.076214, 27.195989], [101.057474, 27.202132], [101.055148, 27.204784], [101.056221, 27.210197], [101.054495, 27.216727], [101.045956, 27.218362], [101.040136, 27.224308], [101.037023, 27.237863], [101.043573, 27.241686], [101.042232, 27.248228], [101.024281, 27.275615], [101.030396, 27.284013], [101.029413, 27.29904], [101.01699, 27.31109], [101.006855, 27.314466], [101.011599, 27.324428], [101.019747, 27.335064], [101.018915, 27.346751], [101.00558, 27.35052], [100.997387, 27.356047], [100.992426, 27.374533], [100.982661, 27.38325], [100.967282, 27.402229], [100.962015, 27.405837], [100.949597, 27.433652], [100.953284, 27.43763], [100.955508, 27.445715], [100.945751, 27.462337], [100.935565, 27.472825], [100.922833, 27.475296], [100.917106, 27.473843], [100.910981, 27.463236], [100.899912, 27.457389], [100.902755, 27.483088], [100.90913, 27.501084], [100.912716, 27.518443], [100.909026, 27.527529], [100.898851, 27.539162], [100.887311, 27.559451], [100.886901, 27.564041], [100.878569, 27.579569], [100.860898, 27.599356], [100.853136, 27.599971], [100.854308, 27.627238], [100.845711, 27.626251], [100.843005, 27.61959], [100.832251, 27.616042], [100.825792, 27.617572], [100.839364, 27.639434], [100.850521, 27.645884], [100.846758, 27.650132], [100.837345, 27.650109], [100.830672, 27.654217], [100.831111, 27.661915], [100.847223, 27.675167], [100.841309, 27.681376], [100.830802, 27.68629], [100.814715, 27.687857], [100.789273, 27.686543], [100.778952, 27.699381], [100.774197, 27.742834], [100.77007, 27.751041], [100.754852, 27.772614], [100.733646, 27.782161], [100.72563, 27.790969], [100.707844, 27.801331], [100.704909, 27.805319], [100.701361, 27.819644], [100.704805, 27.832381], [100.70577, 27.843665], [100.711582, 27.846907], [100.719414, 27.861412], [100.699445, 27.872238], [100.69769, 27.876282], [100.703219, 27.88458], [100.702464, 27.892861], [100.699666, 27.89355], [100.692333, 27.903149], [100.689534, 27.912626], [100.678381, 27.926585], [100.659968, 27.921883], [100.651936, 27.912391], [100.647507, 27.917305], [100.632335, 27.918197], [100.631511, 27.911002], [100.622678, 27.904558], [100.607539, 27.879835], [100.607375, 27.873203], [100.610086, 27.868777], [100.606733, 27.859902], [100.59202, 27.851659], [100.572383, 27.836454], [100.556159, 27.82675], [100.553348, 27.823028], [100.552661, 27.817556], [100.545389, 27.812318], [100.541564, 27.814023], [100.539253, 27.822506], [100.533018, 27.827876], [100.526734, 27.827622], [100.51791, 27.824039], [100.509694, 27.829533], [100.504248, 27.854744], [100.496346, 27.852067], [100.493671, 27.848605], [100.485571, 27.853599], [100.478517, 27.860365], [100.469241, 27.863755], [100.448075, 27.868206], [100.436238, 27.86891], [100.429687, 27.867566], [100.42857, 27.866105], [100.431734, 27.861283], [100.428898, 27.852901], [100.422036, 27.84768], [100.414026, 27.844533], [100.410415, 27.837545], [100.410026, 27.826427], [100.411813, 27.823666], [100.404832, 27.807822], [100.391399, 27.790724], [100.381139, 27.782843], [100.377276, 27.775848], [100.377894, 27.772571], [100.374936, 27.757599], [100.3595, 27.762765], [100.34949, 27.759394], [100.343999, 27.74828], [100.343236, 27.738335], [100.341532, 27.735174], [100.335122, 27.727891], [100.326155, 27.723998], [100.312665, 27.725939], [100.302415, 27.740013], [100.306317, 27.756376], [100.302969, 27.772184], [100.304329, 27.794339], [100.301458, 27.796903], [100.292471, 27.798137], [100.285669, 27.807627], [100.285389, 27.812528], [100.288127, 27.821178], [100.29368, 27.823996], [100.306938, 27.835198], [100.305332, 27.84722], [100.301262, 27.850622], [100.303456, 27.856341], [100.307904, 27.861698], [100.306306, 27.865784], [100.294033, 27.872471], [100.287278, 27.870539], [100.267817, 27.873588], [100.261294, 27.870301], [100.232616, 27.872728], [100.221952, 27.882167], [100.21057, 27.880704], [100.205814, 27.881951], [100.180261, 27.902007], [100.172569, 27.899835], [100.168241, 27.900793], [100.16713, 27.904583], [100.171936, 27.914304], [100.181317, 27.926212], [100.193041, 27.937486], [100.194164, 27.941749], [100.190748, 27.949733], [100.186205, 27.95664], [100.177433, 27.96038], [100.143484, 27.995098], [100.141172, 27.995343], [100.136148, 28], [100.121441, 28.02058], [100.113926, 28.024601], [100.085116, 28.033948], [100.076243, 28.045966], [100.07489, 28.052265], [100.068538, 28.061601], [100.065583, 28.074165], [100.063291, 28.07525], [100.063023, 28.081731], [100.05827, 28.088932], [100.052629, 28.10673], [100.047754, 28.111719], [100.043521, 28.120726], [100.042481, 28.128276], [100.038033, 28.13422], [100.030805, 28.136555], [100.019492, 28.149233], [100.022248, 28.162578], [100.026677, 28.170475], [100.028793, 28.186085], [100.030484, 28.188004], [100.050567, 28.188259], [100.059849, 28.196552], [100.068892, 28.194296], [100.075069, 28.190187], [100.078203, 28.185151], [100.086664, 28.183146], [100.095915, 28.195289], [100.096857, 28.201377], [100.10457, 28.206626], [100.117345, 28.204609], [100.129852, 28.208965], [100.150889, 28.209876], [100.162059, 28.219785], [100.167617, 28.227591], [100.163137, 28.232544], [100.162526, 28.236526], [100.1865, 28.256109], [100.163566, 28.277113], [100.160192, 28.278054], [100.157117, 28.276536], [100.152561, 28.280036], [100.148036, 28.286312], [100.146362, 28.292504], [100.155951, 28.298375], [100.164053, 28.297829], [100.167232, 28.299808], [100.169157, 28.317324], [100.171882, 28.326237], [100.166869, 28.332366], [100.155973, 28.335144], [100.133818, 28.355255], [100.100117, 28.361918], [100.09331, 28.36761], [100.05629, 28.37263], [100.054877, 28.383967], [100.065069, 28.403329], [100.064475, 28.405613], [100.060586, 28.40797], [100.060556, 28.409981], [100.073548, 28.428967], [100.06511, 28.435784], [100.064144, 28.442251], [100.059034, 28.45234], [100.041737, 28.450165], [100.015914, 28.464032], [100.007499, 28.467451], [100.00097, 28.467587], [99.995049, 28.471618], [99.98811, 28.479939], [99.983186, 28.507828], [99.986225, 28.516606], [99.985543, 28.531031], [99.977782, 28.539388], [99.969417, 28.535782], [99.963876, 28.540911], [99.959662, 28.563587], [99.952326, 28.564276], [99.950634, 28.566962], [99.949471, 28.57947], [99.947931, 28.581201], [99.93676, 28.584866], [99.933713, 28.591432], [99.923226, 28.59471], [99.9195, 28.602469], [99.906309, 28.602759], [99.902924, 28.605443], [99.877888, 28.611095], [99.875177, 28.614973], [99.876184, 28.622138], [99.869751, 28.626012], [99.871095, 28.634372], [99.869737, 28.637654], [99.859033, 28.639117], [99.854633, 28.638092], [99.842988, 28.630916], [99.832406, 28.630327], [99.832569, 28.633643], [99.841309, 28.6424], [99.841306, 28.64449], [99.835552, 28.645677], [99.833179, 28.64836], [99.840952, 28.655235], [99.841961, 28.659117], [99.802977, 28.695483], [99.793496, 28.696961], [99.792853, 28.701711], [99.754558, 28.703684], [99.752575, 28.710937], [99.732101, 28.722943], [99.731133, 28.724566], [99.732385, 28.73106], [99.735254, 28.738587], [99.721427, 28.758786], [99.721031, 28.776173], [99.723298, 28.788412], [99.723768, 28.812104], [99.719678, 28.832024], [99.718839, 28.845359], [99.71703, 28.849383], [99.712268, 28.840377], [99.698874, 28.836351], [99.695453, 28.83129], [99.693946, 28.823127], [99.688398, 28.815749], [99.68258, 28.813832], [99.651495, 28.817285], [99.622804, 28.815802], [99.621074, 28.810862], [99.622102, 28.799598], [99.615576, 28.792433], [99.609166, 28.790374], [99.60541, 28.780957], [99.607571, 28.756781], [99.616736, 28.744492], [99.613515, 28.742178], [99.600735, 28.738479], [99.604099, 28.733101], [99.598645, 28.728546], [99.569486, 28.717443], [99.564227, 28.721367], [99.560102, 28.720891], [99.551132, 28.710336], [99.549706, 28.699573], [99.530736, 28.684032], [99.530859, 28.682166], [99.540521, 28.676492], [99.543296, 28.668529], [99.54045, 28.653439], [99.541018, 28.629441], [99.530581, 28.62018], [99.522438, 28.617508], [99.515262, 28.617783], [99.511729, 28.621542], [99.506972, 28.623142], [99.495223, 28.619997], [99.496143, 28.604157], [99.49049, 28.599513], [99.481125, 28.596195], [99.467765, 28.583619], [99.46424, 28.582796], [99.46321, 28.579913], [99.464933, 28.567307], [99.463061, 28.554059], [99.461638, 28.552308], [99.450062, 28.554107], [99.440601, 28.558208], [99.425538, 28.559368], [99.402933, 28.550677], [99.40201, 28.547833], [99.405726, 28.537656], [99.398998, 28.530925], [99.394648, 28.495605], [99.405918, 28.488513], [99.412696, 28.481038], [99.412362, 28.476984], [99.420765, 28.460026], [99.413231, 28.452361], [99.40241, 28.446797], [99.402493, 28.437494], [99.412006, 28.422037], [99.418293, 28.420028], [99.424263, 28.422018], [99.430127, 28.420244], [99.436597, 28.411315], [99.436975, 28.403273], [99.435448, 28.398616], [99.430417, 28.392526], [99.425358, 28.390553], [99.421089, 28.378684], [99.421958, 28.37228], [99.409127, 28.361114], [99.407092, 28.342861], [99.408403, 28.339592], [99.406674, 28.33144], [99.400261, 28.325026], [99.391891, 28.322468], [99.400493, 28.306202], [99.406953, 28.302407], [99.41497, 28.291264], [99.417343, 28.279962], [99.415301, 28.269408], [99.404604, 28.263682], [99.398526, 28.251188], [99.385542, 28.21282], [99.387694, 28.185949], [99.401976, 28.162437], [99.401069, 28.153671], [99.393932, 28.158496], [99.391742, 28.16173], [99.391167, 28.168986], [99.375398, 28.184101], [99.357741, 28.190933], [99.345312, 28.207843], [99.340435, 28.210982], [99.324385, 28.216623], [99.307508, 28.230034], [99.305321, 28.233315], [99.305273, 28.248511], [99.298966, 28.260555], [99.285812, 28.261424], [99.281026, 28.264091], [99.281017, 28.270773], [99.283688, 28.273634], [99.285729, 28.273082], [99.28763, 28.276574], [99.288844, 28.289869], [99.285991, 28.296588], [99.278397, 28.302682], [99.259221, 28.307157], [99.238413, 28.320452], [99.229299, 28.341159], [99.229895, 28.353586], [99.218612, 28.355456], [99.207472, 28.366473], [99.200432, 28.385056], [99.18492, 28.396683], [99.181844, 28.400856], [99.174745, 28.404414], [99.173574, 28.406536], [99.174769, 28.41436], [99.173107, 28.420565], [99.164283, 28.428366], [99.169335, 28.433865], [99.18051, 28.437452], [99.186314, 28.443487], [99.182819, 28.454153], [99.183284, 28.471361], [99.190923, 28.498944], [99.187935, 28.510862], [99.177041, 28.535238], [99.170056, 28.561317], [99.171527, 28.570556], [99.178462, 28.582702], [99.179621, 28.588004], [99.174595, 28.595237], [99.1665, 28.60003], [99.169476, 28.614271], [99.161995, 28.625077], [99.162164, 28.631192], [99.144023, 28.652477], [99.142593, 28.668898], [99.129184, 28.693076], [99.12781, 28.702237], [99.135227, 28.722916], [99.133206, 28.731691], [99.120699, 28.750333], [99.117599, 28.758337], [99.115805, 28.778766], [99.107472, 28.803069], [99.107957, 28.858948], [99.123148, 28.891997], [99.128288, 28.910654], [99.128283, 28.932055], [99.130188, 28.948184], [99.121807, 28.999832], [99.126036, 29.013666], [99.126474, 29.02171], [99.122665, 29.030297], [99.117495, 29.035892], [99.117634, 29.057571], [99.112776, 29.076123], [99.117072, 29.104267], [99.111973, 29.113232], [99.111964, 29.124495], [99.114336, 29.130698], [99.11379, 29.134439], [99.10967, 29.137586], [99.107303, 29.142733], [99.114044, 29.150263], [99.111922, 29.192102], [99.11829, 29.202661], [99.117372, 29.207232], [99.111088, 29.21387], [99.110396, 29.219595], [99.115351, 29.227922], [99.115096, 29.241415], [99.113982, 29.24544], [99.108459, 29.25274], [99.104547, 29.255276], [99.093664, 29.269066], [99.09281, 29.272887], [99.095006, 29.279588], [99.085449, 29.292796], [99.070716, 29.298712], [99.065697, 29.30351], [99.074955, 29.318836], [99.067592, 29.334957], [99.062625, 29.378666], [99.0656, 29.387254], [99.060474, 29.415248], [99.056854, 29.417197], [99.065887, 29.422737], [99.067181, 29.426591], [99.058624, 29.439707], [99.062298, 29.444917], [99.062484, 29.449974], [99.05578, 29.45869], [99.057137, 29.467563], [99.06086, 29.473424], [99.061505, 29.478924], [99.058647, 29.483566], [99.052179, 29.488578], [99.051207, 29.5081], [99.0454, 29.527507], [99.050833, 29.548206], [99.050859, 29.567137], [99.041687, 29.573133], [99.041891, 29.575739], [99.036007, 29.588942], [99.030881, 29.595655], [99.014385, 29.609914], [99.011481, 29.617785], [99.012866, 29.624667], [99.010293, 29.63177], [99.005482, 29.640023], [98.997795, 29.646642], [98.996154, 29.649819], [98.999354, 29.657384], [98.991916, 29.659987], [98.990584, 29.66448], [98.992319, 29.677693], [98.997129, 29.691917], [98.996358, 29.699847], [99.000094, 29.727423], [98.999747, 29.737932], [99.007786, 29.751627], [99.010979, 29.780281], [99.015147, 29.784296], [99.018208, 29.793778], [99.017065, 29.802], [99.01253, 29.814792], [99.012633, 29.820391], [99.02142, 29.832958], [99.023025, 29.851154], [99.033576, 29.8589], [99.036493, 29.874046], [99.041209, 29.886262], [99.051884, 29.895789], [99.051155, 29.905601], [99.056227, 29.912569], [99.056011, 29.923152], [99.058295, 29.924889], [99.064038, 29.925079], [99.067567, 29.931624], [99.066039, 29.934946], [99.055774, 29.937307], [99.050256, 29.944455], [99.054, 29.960806], [99.041259, 30.004452], [99.040495, 30.042188], [99.035807, 30.054018], [99.041223, 30.068251], [99.044107, 30.08183], [99.041093, 30.08717], [99.031354, 30.095029], [99.025866, 30.107144], [99.020172, 30.111187], [99.009643, 30.123054], [99.008874, 30.128407], [99.013891, 30.138513], [99.010321, 30.145612], [99.003827, 30.151566], [98.989348, 30.153961], [98.985782, 30.159582], [98.985888, 30.163223], [98.990114, 30.169749], [98.99007, 30.17318], [98.984258, 30.176883], [98.981706, 30.180464], [98.980919, 30.186986], [98.987238, 30.202774], [98.992845, 30.209675], [98.993088, 30.215869], [98.99026, 30.219908], [98.976538, 30.229698], [98.97402, 30.233359], [98.968874, 30.259415], [98.970175, 30.263555], [98.977794, 30.268744], [98.984404, 30.277543], [98.985776, 30.282501], [98.978974, 30.294731], [98.979868, 30.300677], [98.97825, 30.306981], [98.980663, 30.3246], [98.966774, 30.33813], [98.968581, 30.34691], [98.973001, 30.355324], [98.966993, 30.363396], [98.96652, 30.378761], [98.972865, 30.382843], [98.974684, 30.394034], [98.973135, 30.401842], [98.965699, 30.410459], [98.962317, 30.426473], [98.962249, 30.430861], [98.964771, 30.435731], [98.964578, 30.453933], [98.944602, 30.483935], [98.942702, 30.492264], [98.945044, 30.502942], [98.936726, 30.51327], [98.931653, 30.523615], [98.931084, 30.531675], [98.935818, 30.54269], [98.937422, 30.5517], [98.936156, 30.554007], [98.929, 30.558483], [98.925934, 30.572915], [98.935477, 30.581783], [98.9405, 30.589127], [98.94201, 30.594232], [98.941061, 30.599008], [98.938297, 30.602251], [98.930644, 30.604156], [98.92139, 30.612014], [98.919885, 30.6192], [98.924733, 30.627073], [98.923201, 30.642332], [98.914012, 30.654733], [98.91226, 30.667949], [98.904617, 30.690491], [98.904067, 30.695958], [98.906958, 30.700965], [98.931911, 30.706814], [98.936553, 30.712119], [98.936041, 30.718485], [98.937936, 30.721208], [98.955788, 30.724625], [98.961253, 30.728085], [98.963314, 30.73581], [98.959237, 30.747062], [98.957427, 30.767325], [98.953001, 30.771865], [98.902779, 30.786539], [98.889652, 30.80099], [98.880977, 30.803602], [98.877667, 30.813742], [98.879384, 30.821688], [98.877264, 30.826237], [98.872024, 30.830446], [98.856918, 30.832435], [98.849921, 30.85152], [98.83279, 30.860909], [98.811224, 30.876115], [98.795963, 30.882193], [98.779709, 30.896114], [98.777963, 30.899641], [98.777984, 30.90575], [98.7741, 30.911625], [98.779785, 30.927407], [98.795777, 30.948692], [98.799061, 30.969553], [98.805813, 30.982311], [98.806849, 30.995542], [98.796772, 31.01372], [98.782946, 31.021308], [98.773727, 31.033995], [98.762263, 31.036559], [98.75798, 31.035781], [98.734852, 31.053136], [98.731872, 31.058702], [98.735503, 31.06449], [98.733674, 31.069053], [98.725017, 31.072396], [98.71185, 31.085275], [98.709907, 31.120413], [98.693607, 31.134096], [98.688989, 31.135174], [98.677032, 31.151466], [98.669872, 31.158594], [98.653072, 31.168916], [98.643083, 31.172516], [98.642881, 31.177122], [98.639853, 31.180951], [98.61261, 31.182955], [98.60443, 31.186753], [98.600886, 31.193869], [98.61494, 31.198547], [98.620844, 31.206579], [98.622778, 31.224331], [98.618163, 31.230071], [98.609153, 31.23013], [98.606025, 31.232124], [98.603629, 31.239228], [98.603076, 31.258899], [98.614625, 31.29294], [98.618175, 31.309497], [98.625945, 31.320588], [98.626893, 31.32775], [98.631182, 31.33354], [98.638215, 31.338992], [98.646425, 31.341574], [98.664093, 31.340198], [98.692343, 31.334984], [98.703072, 31.324437], [98.713462, 31.30758], [98.733115, 31.292185], [98.735343, 31.281943], [98.741149, 31.27038], [98.747934, 31.265238], [98.761201, 31.259953], [98.771991, 31.25183], [98.775987, 31.250977], [98.779694, 31.253668], [98.782973, 31.261281], [98.805179, 31.281277], [98.808462, 31.28957], [98.809155, 31.306574], [98.813818, 31.314521], [98.821296, 31.321756], [98.832353, 31.326725], [98.836781, 31.334559], [98.843196, 31.340021], [98.860713, 31.346178], [98.862652, 31.353535], [98.883436, 31.371787], [98.886631, 31.377481], [98.87826, 31.384283], [98.868023, 31.398412], [98.859454, 31.407281], [98.853867, 31.410303], [98.850537, 31.410402], [98.842895, 31.417007], [98.842801, 31.42031], [98.846217, 31.425186], [98.844619, 31.431389], [98.8372, 31.438946], [98.811948, 31.448247], [98.797479, 31.459778], [98.79307, 31.470902], [98.787542, 31.475927], [98.744228, 31.493528], [98.711122, 31.517658], [98.701753, 31.52855], [98.696017, 31.532315], [98.695588, 31.542939], [98.661502, 31.569292], [98.655939, 31.5704], [98.639123, 31.589808], [98.633536, 31.593229], [98.628961, 31.594075], [98.622328, 31.592133], [98.618652, 31.59404], [98.605601, 31.609802], [98.599881, 31.614135], [98.593273, 31.623719], [98.587278, 31.627841], [98.588027, 31.633558], [98.584751, 31.63756], [98.565597, 31.64768], [98.553543, 31.659313], [98.555616, 31.670988], [98.558643, 31.676485], [98.557565, 31.679135], [98.548492, 31.683529], [98.547821, 31.685401], [98.549107, 31.687532], [98.555517, 31.688258], [98.557713, 31.690706], [98.544902, 31.701106], [98.544166, 31.707144], [98.54802, 31.714373], [98.546117, 31.719417], [98.541391, 31.720942], [98.536804, 31.716345], [98.522444, 31.718142], [98.512938, 31.741985], [98.502592, 31.760824], [98.493407, 31.773881], [98.476653, 31.784632], [98.459734, 31.78391], [98.455786, 31.791502], [98.458128, 31.795994], [98.462732, 31.797722], [98.462314, 31.800795], [98.454974, 31.805407], [98.447736, 31.806802], [98.437965, 31.819662], [98.442894, 31.83018], [98.42688, 31.832431], [98.41764, 31.831223], [98.415089, 31.832278], [98.413911, 31.835123], [98.414501, 31.845791], [98.418189, 31.852026], [98.424438, 31.855981], [98.424958, 31.858714], [98.416511, 31.862895], [98.411616, 31.872784], [98.410365, 31.886847], [98.398446, 31.898411], [98.398186, 31.902112], [98.403447, 31.913469], [98.420633, 31.918949], [98.432916, 31.925855], [98.43449, 31.938694], [98.425469, 31.940706], [98.420786, 31.945361], [98.423743, 31.954466], [98.433413, 31.961696], [98.430616, 31.976832], [98.428055, 31.978496], [98.427339, 31.983158], [98.431863, 31.988318], [98.431739, 31.990022], [98.427167, 31.998513], [98.435268, 32.002807], [98.435965, 32.005626], [98.42926, 32.014529], [98.418796, 32.018049], [98.416919, 32.022671], [98.403322, 32.026497], [98.400958, 32.036946], [98.405442, 32.045539], [98.372175, 32.07455], [98.363065, 32.080272], [98.357954, 32.08898], [98.343292, 32.090227], [98.342421, 32.092381], [98.344934, 32.095391], [98.343262, 32.099079], [98.327902, 32.111074], [98.311282, 32.113905], [98.312539, 32.127548], [98.302912, 32.123849], [98.30121, 32.125721], [98.299353, 32.13863], [98.294589, 32.14629], [98.295124, 32.152474], [98.288579, 32.159802], [98.278927, 32.175178], [98.277002, 32.183053], [98.271256, 32.186481], [98.26826, 32.197488], [98.259878, 32.210797], [98.24906, 32.218747], [98.240794, 32.228958], [98.227545, 32.231294], [98.218473, 32.237097], [98.222898, 32.250443], [98.219259, 32.258658], [98.221221, 32.260995], [98.229762, 32.264515], [98.229445, 32.269606], [98.224312, 32.275968], [98.218618, 32.287075], [98.208199, 32.321696], [98.209268, 32.328225], [98.213183, 32.332127], [98.218104, 32.345451], [98.203815, 32.349156], [98.199922, 32.353585], [98.197327, 32.36162], [98.194773, 32.362667], [98.18637, 32.360509], [98.181387, 32.368653], [98.173037, 32.373877], [98.162678, 32.377624], [98.150367, 32.376267], [98.138555, 32.38141], [98.138755, 32.38656], [98.13722, 32.388624], [98.125068, 32.393834], [98.127411, 32.398829], [98.126901, 32.402948], [98.123201, 32.402893], [98.118316, 32.397622], [98.108112, 32.393307], [98.10201, 32.397417], [98.097411, 32.40521], [98.093318, 32.40156], [98.086315, 32.400669], [98.077889, 32.404008], [98.073844, 32.408468], [98.073206, 32.413238], [98.077198, 32.41582], [98.077684, 32.419205], [98.067906, 32.418642], [98.059293, 32.420121], [98.051272, 32.430464], [98.03904, 32.429705], [98.035802, 32.431112], [98.030206, 32.440889], [98.024384, 32.445536], [98.025342, 32.451089], [98.023127, 32.454896], [98.009621, 32.453124], [97.99578, 32.460288], [97.990758, 32.466753], [97.981384, 32.4669], [97.975725, 32.471756], [97.967705, 32.474183], [97.96049, 32.469866], [97.95407, 32.471315], [97.953036, 32.474373], [97.943471, 32.47677], [97.941277, 32.481581], [97.936499, 32.484223], [97.927843, 32.485945], [97.923997, 32.489052], [97.91932, 32.486709], [97.91567, 32.486828], [97.905304, 32.492583], [97.899757, 32.489376], [97.885187, 32.49017], [97.881186, 32.48797], [97.870021, 32.493661], [97.860239, 32.494136], [97.837283, 32.507075], [97.832702, 32.506299], [97.827397, 32.502], [97.814346, 32.504248], [97.810901, 32.501727], [97.806569, 32.502118], [97.801313, 32.511207], [97.801204, 32.51779], [97.795303, 32.523726], [97.789171, 32.522004], [97.783519, 32.523037], [97.774116, 32.519284], [97.767972, 32.521147], [97.763295, 32.530654], [97.758123, 32.533186], [97.746799, 32.532484], [97.737743, 32.528751], [97.726133, 32.531538], [97.717588, 32.531818], [97.702063, 32.536693], [97.697902, 32.539673], [97.695442, 32.546303], [97.674813, 32.550284], [97.665812, 32.556007], [97.663858, 32.561507], [97.646316, 32.569961], [97.638243, 32.579051], [97.633093, 32.579838], [97.630053, 32.57807], [97.627081, 32.580298], [97.61621, 32.58996], [97.61035, 32.598726], [97.608141, 32.615143], [97.606523, 32.617563], [97.598388, 32.618811], [97.587281, 32.611699], [97.583987, 32.617534], [97.581044, 32.61924], [97.56751, 32.620836], [97.560004, 32.62408], [97.547815, 32.622131], [97.543766, 32.624131], [97.540568, 32.628509], [97.539606, 32.634384], [97.534122, 32.640995], [97.528981, 32.641658], [97.526114, 32.639697], [97.526815, 32.636599], [97.523911, 32.636183], [97.518556, 32.639554], [97.516973, 32.647062], [97.513802, 32.650771], [97.500292, 32.649083], [97.482305, 32.656308], [97.479489, 32.663058], [97.479951, 32.666508], [97.476875, 32.667484], [97.469925, 32.666282], [97.464632, 32.675226], [97.459276, 32.677796], [97.44738, 32.69022], [97.435865, 32.698746], [97.427131, 32.702408], [97.422714, 32.707672], [97.428607, 32.713057], [97.425291, 32.728154], [97.413543, 32.737561], [97.393392, 32.772285], [97.385008, 32.782462], [97.384105, 32.791599], [97.380464, 32.798043], [97.378674, 32.827535], [97.392291, 32.830697], [97.391392, 32.845266], [97.388628, 32.85046], [97.381789, 32.857603], [97.382334, 32.861669], [97.387917, 32.864431], [97.388273, 32.86642], [97.385458, 32.869019], [97.375146, 32.871782], [97.372212, 32.875357], [97.378308, 32.883647], [97.376634, 32.887274], [97.354444, 32.889462], [97.347493, 32.897405], [97.349425, 32.906261], [97.355735, 32.907623], [97.35908, 32.912217], [97.357802, 32.916485], [97.359606, 32.923196], [97.368245, 32.929637], [97.360137, 32.943767], [97.360663, 32.947065], [97.363657, 32.951575], [97.373009, 32.958299], [97.384197, 32.956769], [97.395242, 32.961913], [97.401781, 32.960642], [97.408456, 32.962275], [97.412828, 32.970132], [97.416131, 32.972114], [97.42242, 32.973904], [97.429426, 32.973756], [97.435598, 32.977849], [97.44161, 32.979376], [97.463649, 32.974228], [97.477422, 32.983833], [97.48656, 32.980626], [97.503209, 32.981207], [97.514292, 32.988205], [97.521881, 32.990082], [97.520914, 32.994983], [97.500909, 33.010685], [97.497733, 33.021114], [97.49995, 33.022731], [97.5177, 33.023968], [97.525912, 33.031764], [97.534822, 33.032292], [97.543414, 33.038829], [97.537528, 33.04745], [97.536858, 33.060988], [97.532933, 33.066245], [97.529249, 33.068238], [97.527316, 33.076348], [97.515581, 33.095993], [97.49808, 33.100605], [97.491388, 33.103999], [97.484632, 33.11053], [97.489634, 33.117032], [97.489937, 33.126383], [97.496054, 33.131534], [97.498538, 33.139328], [97.49579, 33.14231], [97.485563, 33.146886], [97.488686, 33.164358], [97.486362, 33.169934], [97.508408, 33.176124], [97.516337, 33.183366], [97.517974, 33.189975], [97.524437, 33.194238], [97.527762, 33.20375], [97.533118, 33.208255], [97.548617, 33.206287], [97.55716, 33.215745], [97.575398, 33.223021], [97.574732, 33.233505], [97.586123, 33.243223], [97.60006, 33.259239], [97.606384, 33.26356], [97.608086, 33.267147], [97.608675, 33.275981], [97.605174, 33.286547], [97.616303, 33.308986], [97.620367, 33.329617], [97.618739, 33.334258], [97.622389, 33.341319], [97.637076, 33.347854], [97.649039, 33.343065], [97.664545, 33.342258], [97.669527, 33.345135], [97.676425, 33.342722], [97.679695, 33.348138], [97.674277, 33.355206], [97.676457, 33.359537], [97.687327, 33.363956], [97.690855, 33.36216], [97.701717, 33.361349], [97.707672, 33.374671], [97.72029, 33.388712], [97.736374, 33.389989], [97.73981, 33.396054], [97.749791, 33.399598], [97.748132, 33.405598], [97.751877, 33.407172], [97.758233, 33.405063], [97.753836, 33.411602], [97.739219, 33.414004], [97.722237, 33.422905], [97.716228, 33.422715], [97.710105, 33.429409], [97.704967, 33.431067], [97.690303, 33.431114], [97.683314, 33.435635], [97.675528, 33.434674], [97.670737, 33.438958], [97.670501, 33.442362], [97.673193, 33.444702], [97.67078, 33.446791], [97.663056, 33.44955], [97.645981, 33.450493], [97.627278, 33.463354], [97.614353, 33.461734], [97.602443, 33.453546], [97.595363, 33.460927], [97.591099, 33.460751], [97.587945, 33.462583], [97.580891, 33.472517], [97.57461, 33.470794], [97.569074, 33.466362], [97.562578, 33.467288], [97.556505, 33.465361], [97.552761, 33.466644], [97.550922, 33.469045], [97.551257, 33.476539], [97.5466, 33.4826], [97.542482, 33.496209], [97.53222, 33.500342], [97.522821, 33.507162], [97.519455, 33.511526], [97.518839, 33.516588], [97.510484, 33.522697], [97.515898, 33.531263], [97.516755, 33.539193], [97.51531, 33.545951], [97.520231, 33.555398], [97.522012, 33.570293], [97.526026, 33.575837], [97.524798, 33.578475], [97.511253, 33.583981], [97.495171, 33.58595], [97.485123, 33.58887], [97.471711, 33.589507], [97.452439, 33.581021], [97.443935, 33.594473], [97.433257, 33.602554], [97.423822, 33.603315], [97.414822, 33.607464], [97.408141, 33.618627], [97.404496, 33.628498], [97.414601, 33.63818], [97.424943, 33.664181], [97.42753, 33.664713], [97.428726, 33.666757], [97.429733, 33.670601], [97.42768, 33.67489], [97.428558, 33.679885], [97.434913, 33.682266], [97.42955, 33.696653], [97.424623, 33.700308], [97.420887, 33.709773], [97.427159, 33.716762], [97.428167, 33.72387], [97.417334, 33.728819], [97.418045, 33.740118], [97.414731, 33.749636], [97.419732, 33.753033], [97.421371, 33.758177], [97.418131, 33.765301], [97.410126, 33.769534], [97.4096, 33.772552], [97.413151, 33.776316], [97.406903, 33.781658], [97.405856, 33.795803], [97.397311, 33.808726], [97.384608, 33.809446], [97.385147, 33.81358], [97.378535, 33.819031], [97.374309, 33.819317], [97.368541, 33.825151], [97.367827, 33.826935], [97.3715, 33.830211], [97.372991, 33.835177], [97.372541, 33.839127], [97.369663, 33.843148], [97.38179, 33.848674], [97.391637, 33.848932], [97.399784, 33.852089], [97.394512, 33.860443], [97.390824, 33.863489], [97.391131, 33.866328], [97.396107, 33.871817], [97.387584, 33.886019], [97.388088, 33.889251], [97.390285, 33.890655], [97.396101, 33.890645], [97.411912, 33.886147], [97.422312, 33.889321], [97.427708, 33.887846], [97.442101, 33.890021], [97.459635, 33.888942], [97.4617, 33.900596], [97.468244, 33.904861], [97.477882, 33.9002], [97.483446, 33.900126], [97.488024, 33.903682], [97.49729, 33.904621], [97.50141, 33.913368], [97.504121, 33.914422], [97.517388, 33.907246], [97.520122, 33.902773], [97.524375, 33.903044], [97.532307, 33.904814], [97.550939, 33.916945], [97.558434, 33.916713], [97.57426, 33.920757], [97.600635, 33.932421], [97.611183, 33.930076], [97.619283, 33.924975], [97.631894, 33.920617], [97.635893, 33.921072], [97.641537, 33.925515], [97.643904, 33.946073], [97.647246, 33.948656], [97.654332, 33.949281], [97.66043, 33.960517], [97.657709, 33.970644], [97.66055, 33.977074], [97.65257, 33.997551], [97.654931, 34.010241], [97.661728, 34.015602], [97.673093, 34.01273], [97.687793, 34.018101], [97.694115, 34.031403], [97.700264, 34.036354], [97.70231, 34.044391], [97.702745, 34.059553], [97.699995, 34.065106], [97.695538, 34.068941], [97.694944, 34.078731], [97.681874, 34.081738], [97.676152, 34.095794], [97.6617, 34.116286], [97.66537, 34.128689], [97.678632, 34.133754], [97.686026, 34.134559], [97.687605, 34.133474], [97.698305, 34.135448], [97.706349, 34.142543], [97.709797, 34.142451], [97.736303, 34.151891], [97.741872, 34.157494], [97.76679, 34.160212], [97.7733, 34.163709], [97.787116, 34.172591], [97.78466, 34.17677], [97.795145, 34.196597], [97.800016, 34.202553], [97.810412, 34.209258], [97.813717, 34.208024], [97.83486, 34.210038], [97.865748, 34.206528], [97.878098, 34.208336], [97.888808, 34.206354], [97.893976, 34.210559], [97.898505, 34.211642], [97.931267, 34.199138], [97.945142, 34.198216], [97.953924, 34.189026], [97.977573, 34.170404], [97.992512, 34.161788], [97.996856, 34.156069], [98.005158, 34.153108], [98.013655, 34.146224], [98.02654, 34.125424], [98.043861, 34.11742], [98.050752, 34.116793], [98.053129, 34.120774], [98.061302, 34.122324], [98.076248, 34.119737], [98.081197, 34.121075], [98.081762, 34.125367], [98.09845, 34.124733], [98.114631, 34.118523], [98.131418, 34.108564], [98.142051, 34.105861], [98.149586, 34.109914], [98.156754, 34.108972], [98.172246, 34.099292], [98.189981, 34.093633], [98.197553, 34.093675], [98.205713, 34.085941], [98.206996, 34.080395], [98.218282, 34.08314], [98.228369, 34.087928], [98.238292, 34.084139], [98.259428, 34.085497], [98.267392, 34.087695], [98.270514, 34.090286], [98.28141, 34.087418], [98.309127, 34.089401], [98.315969, 34.091069], [98.325307, 34.097924], [98.328498, 34.098552], [98.402018, 34.087921], [98.399394, 34.085867], [98.397274, 34.072958], [98.391075, 34.058211], [98.404567, 34.050343], [98.413822, 34.038888], [98.420987, 34.037013], [98.439168, 34.0133], [98.437825, 34.007708], [98.432267, 33.998805], [98.435587, 33.991535], [98.440313, 33.987505], [98.436926, 33.974212], [98.431364, 33.97343], [98.430232, 33.962899], [98.411765, 33.957138], [98.409648, 33.955055], [98.409262, 33.953214], [98.413013, 33.949628], [98.406847, 33.941022], [98.40591, 33.927884], [98.408539, 33.925124], [98.41746, 33.921502], [98.425972, 33.912349], [98.428513, 33.906674], [98.42884, 33.901216], [98.42542, 33.896014], [98.411872, 33.883553], [98.407427, 33.868089], [98.412082, 33.863258], [98.41706, 33.863446], [98.425993, 33.858558], [98.425848, 33.85564], [98.430203, 33.850146], [98.438824, 33.842846], [98.445612, 33.842609], [98.455994, 33.850843], [98.458539, 33.851761], [98.461136, 33.85064], [98.477897, 33.829397], [98.483488, 33.817083], [98.486122, 33.805989], [98.492517, 33.797205], [98.485985, 33.782736], [98.491101, 33.772608], [98.496726, 33.770029], [98.508106, 33.774596], [98.51764, 33.775567], [98.528456, 33.766947], [98.530617, 33.756538], [98.537717, 33.749346], [98.550818, 33.745348], [98.561095, 33.740187], [98.582131, 33.734257], [98.595862, 33.720645], [98.594159, 33.704291], [98.597306, 33.698272], [98.60555, 33.690401], [98.623945, 33.678373], [98.624624, 33.673518], [98.635065, 33.671844], [98.640547, 33.666849], [98.640039, 33.661974], [98.641903, 33.65897], [98.649085, 33.659203], [98.642265, 33.645653], [98.640178, 33.64424], [98.613218, 33.638812], [98.611771, 33.635506], [98.61744, 33.627841], [98.622618, 33.612182], [98.63596, 33.609101], [98.649947, 33.599976], [98.660434, 33.590743], [98.664889, 33.588931], [98.658857, 33.577312], [98.645735, 33.562776], [98.647447, 33.551691], [98.650592, 33.545754], [98.653331, 33.543417], [98.657736, 33.542938], [98.662831, 33.54838], [98.670966, 33.545396], [98.673623, 33.535011], [98.678756, 33.529559], [98.677453, 33.526594], [98.689762, 33.522316], [98.710351, 33.508877], [98.713818, 33.508095], [98.720053, 33.50985], [98.723778, 33.507651], [98.724728, 33.505878], [98.72202, 33.494188], [98.723132, 33.485936], [98.731021, 33.486442], [98.736309, 33.47974], [98.742642, 33.480474], [98.743272, 33.4671], [98.741395, 33.461063], [98.743502, 33.457356], [98.736924, 33.434742], [98.733166, 33.411861], [98.735998, 33.409284], [98.746143, 33.407059], [98.74877, 33.404969], [98.75191, 33.400066], [98.753955, 33.388179], [98.760112, 33.385247], [98.759735, 33.382128], [98.761694, 33.380358], [98.767654, 33.380561], [98.776899, 33.376037], [98.778707, 33.370113], [98.777973, 33.360448], [98.780211, 33.346226], [98.769525, 33.339687], [98.774186, 33.32997], [98.762743, 33.324488], [98.772614, 33.305129], [98.771793, 33.299206], [98.765167, 33.294093], [98.760016, 33.292641], [98.757388, 33.282528], [98.75869, 33.279435], [98.773334, 33.27655], [98.77992, 33.280213], [98.785622, 33.278815], [98.788734, 33.274316], [98.803082, 33.272326], [98.80824, 33.264424], [98.809629, 33.256266], [98.812988, 33.253257], [98.808397, 33.244762], [98.807723, 33.233241], [98.804504, 33.224943], [98.805369, 33.220478], [98.812337, 33.208842], [98.817066, 33.20603], [98.823069, 33.205701], [98.829163, 33.201615], [98.83039, 33.196403], [98.828129, 33.182298], [98.844756, 33.167774], [98.854612, 33.155158], [98.860738, 33.151195], [98.868592, 33.152257], [98.873874, 33.147474], [98.874816, 33.14381], [98.88292, 33.141395], [98.888573, 33.141504], [98.898412, 33.133714], [98.906224, 33.124999], [98.91635, 33.12458], [98.919162, 33.121911], [98.937371, 33.116842], [98.955843, 33.120783], [98.965517, 33.118262], [98.968447, 33.11443], [98.966021, 33.107467], [98.969274, 33.101685], [98.976043, 33.099827], [98.983278, 33.094376], [98.996521, 33.09162], [99.001141, 33.083358], [99.014835, 33.08317], [99.017588, 33.08564], [99.017822, 33.090296], [99.026391, 33.09603], [99.028655, 33.095715], [99.039011, 33.085876], [99.047683, 33.085217], [99.060843, 33.089765], [99.061691, 33.082058], [99.067854, 33.077644], [99.091121, 33.080231], [99.092939, 33.078525], [99.09372, 33.070395], [99.095865, 33.066689], [99.101883, 33.063139], [99.112224, 33.066309], [99.115392, 33.062666], [99.117837, 33.054154], [99.123608, 33.04766], [99.128153, 33.048065], [99.133974, 33.052452], [99.148197, 33.051999], [99.169499, 33.047076], [99.178063, 33.046736], [99.180695, 33.042674], [99.18726, 33.038219], [99.195481, 33.035583], [99.20741, 33.020809], [99.207505, 33.016983], [99.204513, 33.01349], [99.211291, 33.008375], [99.214545, 32.999308], [99.213505, 32.995018], [99.217004, 32.991471], [99.223632, 32.994199], [99.234548, 32.986885], [99.234145, 32.984], [99.230581, 32.982024], [99.228747, 32.972683], [99.231332, 32.969198], [99.231393, 32.957856], [99.236232, 32.955818], [99.242314, 32.957195], [99.250537, 32.952869], [99.250064, 32.948952], [99.246178, 32.948054], [99.244744, 32.945152], [99.247411, 32.939607], [99.244829, 32.927555], [99.258343, 32.910589], [99.260261, 32.901988], [99.26541, 32.890939], [99.264606, 32.88198], [99.268058, 32.881535], [99.272515, 32.884804], [99.283061, 32.888424], [99.290827, 32.886767], [99.297999, 32.888098], [99.302353, 32.886313], [99.303423, 32.883385], [99.306997, 32.880827], [99.325704, 32.884349], [99.329389, 32.888602], [99.330296, 32.895647], [99.338192, 32.898596], [99.341773, 32.897821], [99.346022, 32.891216], [99.352573, 32.888247], [99.355045, 32.890972], [99.36248, 32.8931], [99.377988, 32.903371], [99.385257, 32.901741], [99.400836, 32.890221], [99.408601, 32.889226], [99.422741, 32.881225], [99.432407, 32.879316], [99.437174, 32.873271], [99.448585, 32.865291], [99.476813, 32.859688], [99.489815, 32.853301], [99.496379, 32.854577], [99.515853, 32.850348], [99.517678, 32.848768], [99.52905, 32.850545], [99.541189, 32.846706], [99.549582, 32.847131], [99.561826, 32.838758], [99.564324, 32.831405], [99.586585, 32.80647], [99.587404, 32.803073], [99.58533, 32.796019], [99.58735, 32.792865], [99.600153, 32.789416], [99.602393, 32.786779], [99.602284, 32.783617], [99.606987, 32.78154], [99.616339, 32.786837], [99.624311, 32.784987], [99.634269, 32.793856], [99.641214, 32.794328], [99.644479, 32.789279], [99.643273, 32.785226], [99.6453, 32.777369], [99.650018, 32.77385], [99.654276, 32.774792], [99.656088, 32.778887], [99.664988, 32.782192], [99.670675, 32.772411], [99.677799, 32.768162], [99.682018, 32.770125], [99.694963, 32.771526], [99.700614, 32.769078], [99.709442, 32.760051], [99.712475, 32.750263], [99.712093, 32.74567], [99.716824, 32.735562], [99.726139, 32.72795], [99.729144, 32.728083], [99.738907, 32.733266], [99.740033, 32.739078], [99.736734, 32.744996], [99.73713, 32.749365], [99.739878, 32.75345], [99.745569, 32.755705], [99.751448, 32.761741], [99.76483, 32.782723], [99.76509, 32.786075], [99.761841, 32.788026], [99.761395, 32.795902], [99.768932, 32.805182], [99.765699, 32.811876], [99.766068, 32.816475], [99.768193, 32.818926], [99.7645, 32.827238], [99.77323, 32.83827], [99.772542, 32.847794], [99.773743, 32.85165], [99.787222, 32.867841], [99.787861, 32.870962], [99.78613, 32.873744], [99.791188, 32.886433], [99.784839, 32.893956], [99.783541, 32.903644], [99.786269, 32.907315], [99.77897, 32.912508], [99.778277, 32.922986], [99.774831, 32.926572], [99.760494, 32.92732], [99.76817, 32.937453], [99.765334, 32.942592], [99.775422, 32.955627], [99.782239, 32.95878], [99.788449, 32.958521], [99.805661, 32.94075], [99.808531, 32.945647], [99.815351, 32.94478], [99.825148, 32.952816], [99.828552, 32.953506], [99.835358, 32.952673], [99.842829, 32.944796], [99.850964, 32.944941], [99.855106, 32.949448], [99.856731, 32.953896], [99.857865, 32.96167], [99.8564, 32.966787], [99.865815, 32.978663], [99.864639, 32.983838], [99.876874, 32.997972], [99.875827, 33.002191], [99.879422, 33.009416], [99.881806, 33.026805], [99.878169, 33.034604], [99.878123, 33.044669], [99.876407, 33.047972], [99.886026, 33.049642], [99.892867, 33.048302], [99.90195, 33.049269], [99.906553, 33.043781], [99.905995, 33.027875], [99.909268, 33.020865], [99.912407, 33.018905], [99.916776, 33.019069], [99.919313, 33.010655], [99.923491, 33.005889], [99.928977, 33.004146], [99.935243, 32.999367], [99.939415, 32.991873], [99.943844, 32.992674], [99.94732, 32.990596], [99.948372, 32.970813], [99.952756, 32.962176], [99.953054, 32.953677], [99.958029, 32.948247], [99.967436, 32.943017], [99.978247, 32.941368], [99.985741, 32.943314], [99.996308, 32.941932], [100.001148, 32.94377], [100.013432, 32.934969], [100.02165, 32.93294], [100.029529, 32.934948], [100.039039, 32.931919], [100.035594, 32.926876], [100.036737, 32.923208], [100.035727, 32.918996], [100.027175, 32.905039], [100.026829, 32.897767], [100.030517, 32.897169], [100.035793, 32.900414], [100.040941, 32.900885], [100.057412, 32.895765], [100.061217, 32.897377], [100.068534, 32.897102], [100.078808, 32.887611], [100.078809, 32.880113], [100.080827, 32.874643], [100.087542, 32.867358], [100.091533, 32.869408], [100.096795, 32.86953], [100.110418, 32.862201], [100.107382, 32.855271], [100.107349, 32.849607], [100.11699, 32.841166], [100.120269, 32.836076], [100.115658, 32.82167], [100.117079, 32.81726], [100.113841, 32.803523], [100.118707, 32.796596], [100.116288, 32.786743], [100.132182, 32.752324], [100.136217, 32.723522], [100.133945, 32.717639], [100.129636, 32.716128], [100.122347, 32.716902], [100.114469, 32.707223], [100.114309, 32.701567], [100.102979, 32.696023], [100.103861, 32.692477], [100.10095, 32.68618], [100.098459, 32.684651], [100.091224, 32.68497], [100.086167, 32.671691], [100.102919, 32.661202], [100.106516, 32.656602], [100.111183, 32.644499], [100.122996, 32.642528], [100.130199, 32.633825], [100.147216, 32.637929], [100.154163, 32.635746], [100.158453, 32.638014], [100.161097, 32.636904], [100.162646, 32.632502], [100.170609, 32.628647], [100.18234, 32.630228], [100.187532, 32.633451], [100.192644, 32.629935], [100.191228, 32.626451], [100.195992, 32.614181], [100.209101, 32.608398], [100.21363, 32.609291], [100.215721, 32.610383], [100.216174, 32.613223], [100.212413, 32.617794], [100.215765, 32.622643], [100.223308, 32.625016], [100.223505, 32.628622], [100.221478, 32.629776], [100.22095, 32.632632], [100.230714, 32.656086], [100.230602, 32.669679], [100.227658, 32.674105], [100.226951, 32.679901], [100.231855, 32.685205], [100.229507, 32.688968], [100.229067, 32.696263], [100.235061, 32.706938], [100.239595, 32.725096], [100.250991, 32.72462], [100.26095, 32.729156], [100.256665, 32.742581], [100.258249, 32.745056], [100.263382, 32.744908], [100.279841, 32.737093], [100.294851, 32.734549], [100.31305, 32.726976], [100.320958, 32.729086], [100.327725, 32.725468], [100.331075, 32.721288], [100.335648, 32.720614], [100.339746, 32.721514], [100.340528, 32.724759], [100.344155, 32.728009], [100.367701, 32.739601], [100.371945, 32.745517], [100.390017, 32.75088], [100.394541, 32.755803], [100.400939, 32.757113], [100.40093, 32.753912], [100.398728, 32.75129], [100.400458, 32.747595], [100.404425, 32.744545], [100.397251, 32.73992], [100.392902, 32.732669], [100.387558, 32.718019], [100.379393, 32.705675], [100.376548, 32.703723], [100.378209, 32.699727], [100.387047, 32.696987], [100.391252, 32.697897], [100.397373, 32.71249], [100.418839, 32.733854], [100.421315, 32.730529], [100.426776, 32.728462], [100.427241, 32.724628], [100.435081, 32.720568], [100.44301, 32.697614], [100.448984, 32.696295], [100.45565, 32.703617], [100.462646, 32.698179], [100.469607, 32.696096], [100.472926, 32.689595], [100.472199, 32.684454], [100.475802, 32.673707], [100.482569, 32.670299], [100.492871, 32.659648], [100.49648, 32.658824], [100.496542, 32.655256], [100.500348, 32.65296], [100.508717, 32.641282], [100.509388, 32.636001], [100.515751, 32.634362], [100.515131, 32.632086], [100.509498, 32.629181], [100.503351, 32.629714], [100.506235, 32.625715], [100.514388, 32.624674], [100.515951, 32.62291], [100.51491, 32.618951], [100.507105, 32.616119], [100.507304, 32.612303], [100.524805, 32.612948], [100.530439, 32.605458], [100.523575, 32.59785], [100.523211, 32.593533], [100.526804, 32.591626], [100.537725, 32.598225], [100.538696, 32.59474], [100.534925, 32.591916], [100.534021, 32.589191], [100.537521, 32.584114], [100.544351, 32.583689], [100.542207, 32.575017], [100.543933, 32.572427], [100.551073, 32.573219], [100.555712, 32.567525], [100.563193, 32.572348], [100.564808, 32.571527], [100.566459, 32.566165], [100.576237, 32.563788], [100.570863, 32.558424], [100.571325, 32.556596], [100.574704, 32.554816], [100.586016, 32.561366], [100.588211, 32.55999], [100.58744, 32.554505], [100.589197, 32.55323], [100.592759, 32.553526], [100.598204, 32.55685], [100.601499, 32.556412], [100.601218, 32.548519], [100.614631, 32.547388], [100.614386, 32.542039], [100.61673, 32.53967], [100.622574, 32.542924], [100.6317, 32.536194], [100.639213, 32.535985], [100.643228, 32.532928], [100.645404, 32.528031], [100.668737, 32.52547], [100.663998, 32.537404], [100.65577, 32.548004], [100.65846, 32.561262], [100.659927, 32.585455], [100.656744, 32.599262], [100.657908, 32.610693], [100.660647, 32.618958], [100.663835, 32.625137], [100.669938, 32.630955], [100.675122, 32.630178], [100.695454, 32.619535], [100.698453, 32.615852], [100.705764, 32.612185], [100.715422, 32.617255], [100.719056, 32.624257], [100.712031, 32.633789], [100.712063, 32.643499], [100.706556, 32.652896], [100.683595, 32.676883], [100.686169, 32.684679], [100.690945, 32.68158], [100.692523, 32.678218], [100.699949, 32.679116], [100.708455, 32.675727], [100.713282, 32.669356], [100.727426, 32.661648], [100.736507, 32.658857], [100.745363, 32.658365], [100.751152, 32.653219], [100.755786, 32.653357], [100.76026, 32.662948], [100.763154, 32.665654], [100.766488, 32.666208], [100.767951, 32.648973], [100.77229, 32.643543], [100.777347, 32.641161], [100.782647, 32.641916], [100.79442, 32.65635], [100.797526, 32.658236], [100.800518, 32.656906], [100.802412, 32.651451], [100.806394, 32.648991], [100.824106, 32.64704], [100.833758, 32.651512], [100.845004, 32.648408], [100.845454, 32.645612], [100.848858, 32.642215], [100.856703, 32.642679], [100.860259, 32.638078], [100.869693, 32.641799], [100.872017, 32.634063], [100.877667, 32.636295], [100.882268, 32.633244], [100.888016, 32.635282], [100.89286, 32.623324], [100.898245, 32.616591], [100.904093, 32.617447], [100.907488, 32.622115], [100.920069, 32.615337], [100.924527, 32.608127], [100.925991, 32.601859], [100.931964, 32.603945], [100.950763, 32.618661], [100.964087, 32.626348], [100.969239, 32.62541], [100.981717, 32.629096], [100.986946, 32.628263], [100.999033, 32.631418], [101.001, 32.635742], [101.014105, 32.642308], [101.018077, 32.64599], [101.029934, 32.661675], [101.044592, 32.669667], [101.051718, 32.675807], [101.061211, 32.680426], [101.066414, 32.680734], [101.070595, 32.683601], [101.074755, 32.684033], [101.076892, 32.679366], [101.081696, 32.674425], [101.100008, 32.668852], [101.106541, 32.670813], [101.105525, 32.674164], [101.107104, 32.675149], [101.110776, 32.674322], [101.112586, 32.668], [101.107623, 32.656364], [101.109903, 32.639592], [101.112893, 32.636776], [101.119182, 32.634897], [101.123166, 32.63705], [101.119356, 32.637686], [101.116266, 32.640349], [101.117275, 32.650955], [101.119313, 32.655809], [101.123985, 32.660236], [101.131974, 32.662622], [101.140769, 32.662903], [101.146864, 32.660863], [101.157304, 32.661722], [101.178508, 32.686128], [101.182481, 32.684036], [101.193086, 32.689102], [101.200261, 32.698989], [101.203696, 32.708746], [101.206522, 32.711414], [101.211403, 32.712622], [101.220601, 32.723832], [101.224387, 32.737045], [101.224087, 32.749912], [101.226942, 32.758324], [101.225826, 32.766838], [101.221958, 32.772244], [101.226937, 32.779942], [101.232152, 32.782682], [101.233473, 32.787005], [101.232451, 32.789736], [101.228577, 32.791084], [101.226716, 32.799061], [101.236875, 32.829109], [101.225948, 32.835959], [101.219001, 32.843704], [101.222277, 32.853456], [101.219142, 32.864363], [101.213021, 32.867226], [101.202933, 32.869047], [101.201269, 32.873447], [101.193532, 32.882073], [101.184885, 32.884758], [101.1766, 32.894964], [101.166394, 32.897369], [101.160369, 32.903465], [101.139174, 32.905106], [101.13121, 32.904341], [101.119558, 32.913309], [101.127133, 32.922996], [101.130215, 32.924674], [101.130899, 32.928033], [101.125699, 32.939274], [101.129606, 32.944979], [101.132534, 32.956892], [101.130094, 32.959952], [101.131087, 32.968773], [101.128269, 32.98158], [101.126027, 32.984572], [101.127028, 32.991347], [101.132816, 32.991424], [101.162158, 32.985316], [101.170269, 32.985278], [101.184091, 32.987984], [101.175789, 32.998569], [101.176028, 33.002144], [101.169488, 33.015475], [101.174249, 33.026641], [101.180914, 33.029004], [101.179255, 33.039814], [101.182766, 33.04416], [101.179474, 33.04855], [101.170256, 33.048062], [101.168459, 33.05407], [101.160241, 33.058509], [101.144895, 33.058296], [101.141272, 33.060415], [101.14356, 33.063012], [101.14495, 33.073649], [101.140776, 33.08269], [101.141095, 33.087645], [101.146633, 33.094596], [101.167343, 33.099534], [101.167602, 33.102496], [101.162277, 33.122106], [101.154026, 33.124175], [101.148444, 33.132362], [101.153837, 33.137023], [101.154152, 33.142283], [101.15804, 33.14877], [101.150062, 33.153154], [101.142351, 33.152671], [101.14211, 33.164492], [101.133223, 33.165496], [101.128253, 33.171135], [101.128489, 33.177698], [101.1352, 33.185068], [101.135631, 33.189893], [101.131864, 33.191083], [101.121479, 33.189619], [101.119396, 33.190452], [101.114626, 33.197574], [101.120734, 33.20445], [101.123538, 33.215937], [101.123757, 33.224632], [101.134001, 33.227814], [101.14205, 33.232986], [101.144144, 33.236394], [101.153097, 33.236065], [101.155165, 33.240162], [101.152374, 33.246685], [101.153197, 33.249472], [101.158968, 33.251236], [101.165913, 33.249196], [101.169419, 33.249979], [101.169098, 33.260877], [101.170661, 33.263954], [101.177841, 33.267739], [101.182499, 33.27226], [101.202356, 33.271524], [101.203759, 33.26991], [101.202633, 33.264273], [101.20457, 33.257598], [101.216822, 33.258198], [101.215714, 33.261065], [101.220573, 33.27164], [101.226088, 33.273966], [101.227074, 33.271037], [101.244074, 33.26494], [101.264211, 33.267085], [101.271382, 33.270714], [101.275666, 33.267039], [101.285175, 33.266716], [101.295102, 33.264152], [101.301399, 33.259558], [101.309044, 33.24679], [101.323787, 33.242887], [101.327597, 33.237875], [101.325951, 33.232116], [101.326467, 33.226932], [101.333495, 33.223306], [101.3372, 33.2192], [101.342718, 33.209845], [101.342893, 33.205187], [101.355564, 33.196218], [101.355756, 33.183778], [101.360366, 33.181462], [101.361207, 33.176568], [101.365457, 33.173461], [101.369628, 33.174637], [101.371721, 33.17368], [101.375069, 33.166865], [101.375428, 33.160861], [101.382026, 33.154433], [101.391586, 33.161724], [101.392805, 33.168418], [101.389779, 33.173598], [101.390322, 33.182619], [101.394869, 33.189166], [101.390388, 33.200262], [101.392255, 33.203192], [101.391767, 33.20543], [101.386611, 33.21017], [101.391104, 33.21392], [101.398185, 33.226136], [101.403431, 33.228419], [101.420965, 33.228629], [101.428909, 33.232372], [101.451165, 33.226501], [101.45817, 33.227757], [101.470493, 33.226294], [101.486197, 33.228817], [101.493329, 33.223642], [101.501634, 33.208348], [101.511592, 33.206157], [101.513972, 33.193871], [101.516698, 33.191629], [101.520959, 33.191762], [101.527226, 33.188795], [101.526791, 33.184523], [101.528303, 33.181376], [101.536035, 33.180506], [101.55766, 33.168626], [101.559928, 33.166475], [101.559785, 33.162028], [101.573745, 33.151763], [101.578709, 33.150721], [101.584671, 33.141596], [101.600253, 33.128725], [101.600382, 33.125509], [101.603636, 33.122434], [101.607482, 33.121714], [101.610261, 33.116163], [101.623647, 33.10809], [101.625503, 33.103323], [101.631204, 33.103356], [101.641037, 33.118039], [101.645841, 33.122282], [101.647636, 33.12972], [101.650955, 33.13426], [101.658196, 33.137811], [101.658908, 33.151933], [101.654124, 33.161457], [101.653695, 33.16543], [101.66318, 33.167567], [101.67487, 33.173919], [101.680609, 33.178777], [101.686751, 33.187662], [101.676474, 33.203176], [101.706943, 33.214991], [101.715678, 33.222892], [101.72334, 33.240162], [101.726036, 33.242816], [101.726856, 33.250502], [101.723777, 33.255086], [101.739011, 33.26928], [101.736277, 33.277392], [101.729252, 33.285809], [101.72049, 33.289769], [101.713287, 33.290661], [101.712628, 33.295699], [101.708141, 33.300108], [101.687165, 33.300873], [101.678627, 33.298879], [101.674849, 33.300602], [101.668516, 33.308318], [101.65784, 33.312345], [101.652361, 33.318109], [101.647662, 33.325019], [101.64712, 33.32877], [101.648544, 33.338154], [101.652356, 33.344423], [101.651609, 33.351151], [101.658432, 33.37033], [101.659746, 33.385189], [101.672329, 33.393901], [101.672222, 33.399668], [101.688158, 33.422675], [101.691002, 33.423887], [101.692899, 33.434447], [101.694853, 33.436845], [101.718824, 33.445317], [101.765201, 33.448649], [101.769208, 33.449956], [101.773347, 33.454411], [101.767581, 33.458397], [101.766516, 33.466476], [101.773165, 33.493947], [101.771907, 33.516731], [101.773058, 33.521537], [101.776495, 33.522406], [101.776066, 33.536471], [101.772481, 33.540078], [101.766573, 33.540768], [101.768477, 33.548154], [101.77588, 33.552241], [101.781725, 33.558976], [101.786341, 33.556553], [101.798599, 33.558376], [101.804877, 33.549823], [101.809006, 33.548552], [101.811029, 33.551101], [101.819045, 33.555225], [101.830085, 33.556876], [101.832821, 33.566706], [101.829907, 33.583498], [101.833144, 33.594404], [101.839546, 33.59763], [101.842318, 33.605032], [101.846113, 33.603015], [101.856221, 33.588618], [101.861902, 33.587853], [101.87301, 33.582111], [101.880867, 33.58187], [101.882978, 33.578908], [101.880878, 33.567944], [101.883463, 33.565309], [101.896062, 33.560843], [101.901724, 33.555724], [101.905663, 33.54284], [101.903372, 33.53427], [101.896175, 33.51977], [101.897398, 33.516522], [101.903271, 33.510756], [101.898993, 33.501383], [101.89882, 33.497001], [101.901336, 33.489632], [101.906522, 33.4815], [101.923991, 33.476294], [101.9273, 33.472833], [101.926629, 33.464327], [101.922887, 33.451732], [101.924663, 33.449276], [101.945052, 33.443564], [101.929567, 33.437057], [101.924719, 33.437244], [101.913592, 33.427738], [101.917396, 33.42278], [101.912179, 33.407738], [101.903914, 33.404516], [101.901314, 33.397836], [101.895179, 33.395908], [101.884395, 33.384456], [101.880183, 33.374758], [101.880823, 33.361566], [101.87371, 33.351823], [101.874711, 33.339916], [101.87084, 33.329482], [101.877242, 33.320728], [101.875865, 33.316819], [101.858719, 33.315043], [101.854439, 33.311348], [101.847932, 33.300216], [101.836651, 33.294794], [101.830127, 33.293752], [101.828309, 33.289823], [101.828492, 33.285315], [101.822148, 33.273024], [101.807625, 33.290407], [101.80746, 33.285864], [101.804868, 33.283035], [101.789319, 33.281578], [101.784848, 33.275041], [101.769434, 33.270739], [101.765635, 33.266057], [101.769854, 33.263155], [101.770981, 33.25878], [101.769508, 33.248089], [101.789605, 33.231883], [101.796274, 33.234896], [101.811229, 33.221309], [101.829087, 33.215027], [101.829095, 33.210571], [101.833175, 33.200028], [101.839326, 33.192616], [101.840784, 33.184587], [101.837025, 33.161124], [101.838294, 33.150247], [101.833139, 33.139711], [101.821068, 33.136232], [101.820506, 33.132931], [101.824525, 33.121097], [101.832107, 33.120679], [101.84211, 33.113461], [101.857029, 33.111786], [101.860853, 33.106686], [101.866673, 33.106585], [101.877856, 33.119983], [101.878217, 33.126609], [101.884589, 33.137204], [101.897747, 33.144914], [101.90567, 33.148244], [101.910541, 33.148484], [101.917783, 33.153367], [101.924054, 33.160538], [101.931893, 33.176833], [101.933334, 33.188288], [101.937411, 33.189568], [101.957044, 33.188864], [101.96594, 33.191636], [101.970057, 33.193211], [101.978782, 33.203439], [101.984782, 33.20391], [101.989184, 33.201957], [101.996203, 33.204779], [102.007585, 33.198896], [102.020171, 33.198429], [102.026709, 33.196642], [102.040784, 33.199853], [102.053422, 33.196169], [102.058746, 33.196136], [102.066132, 33.201861], [102.07663, 33.199381], [102.079723, 33.194802], [102.083511, 33.200462], [102.080413, 33.205701], [102.082895, 33.207324], [102.087433, 33.205667], [102.095131, 33.218405], [102.094982, 33.221329], [102.088377, 33.221347], [102.086219, 33.228019], [102.09927, 33.235279], [102.100719, 33.241235], [102.095073, 33.249364], [102.108099, 33.260621], [102.107307, 33.266557], [102.101522, 33.272599], [102.102826, 33.275535], [102.097186, 33.276645], [102.102751, 33.287732], [102.105862, 33.290676], [102.106992, 33.297712], [102.113445, 33.2977], [102.11276, 33.291237], [102.114863, 33.285016], [102.124982, 33.281602], [102.127301, 33.278273], [102.141652, 33.276272], [102.150347, 33.262461], [102.150501, 33.2555], [102.160386, 33.242862], [102.173365, 33.235452], [102.183966, 33.232413], [102.192202, 33.232538], [102.198468, 33.225675], [102.20684, 33.226754], [102.214363, 33.2349], [102.21219, 33.244144], [102.215683, 33.250235], [102.20998, 33.266649], [102.211441, 33.272229], [102.20734, 33.282928], [102.209301, 33.29099], [102.200452, 33.3031], [102.201189, 33.314738], [102.203435, 33.321786], [102.18629, 33.329297], [102.185878, 33.332338], [102.190402, 33.338759], [102.199737, 33.343448], [102.203985, 33.349984], [102.214024, 33.353089], [102.216723, 33.360343], [102.222473, 33.362524], [102.233492, 33.372023], [102.232678, 33.374474], [102.228451, 33.375808], [102.227428, 33.378819], [102.2324, 33.388178], [102.236391, 33.391822], [102.240348, 33.392971], [102.246035, 33.39194], [102.252158, 33.396413], [102.260408, 33.399258], [102.255495, 33.408], [102.255933, 33.412004], [102.26164, 33.417498], [102.264905, 33.423758], [102.267307, 33.424483], [102.269252, 33.421211], [102.267897, 33.415543], [102.271521, 33.410739], [102.280175, 33.408393], [102.283657, 33.409035], [102.288561, 33.414694], [102.295262, 33.415386], [102.299459, 33.413259], [102.307383, 33.400497], [102.311831, 33.399002], [102.331092, 33.403192], [102.34096, 33.412613], [102.343821, 33.413781], [102.346569, 33.412928], [102.353247, 33.404669], [102.352567, 33.400495], [102.355369, 33.3954], [102.365974, 33.393558], [102.368069, 33.395249], [102.369705, 33.400772], [102.364309, 33.409915], [102.366526, 33.414073], [102.371262, 33.415433], [102.375819, 33.414759], [102.384011, 33.406497], [102.392615, 33.406647], [102.395439, 33.41104], [102.394375, 33.416022], [102.402908, 33.421519], [102.402858, 33.427561], [102.405765, 33.429806], [102.412293, 33.430855], [102.41969, 33.437538], [102.425744, 33.440269], [102.433118, 33.441222], [102.437483, 33.451685], [102.440783, 33.455059], [102.449859, 33.456712], [102.462271, 33.45095], [102.466346, 33.45268], [102.467604, 33.455554], [102.466113, 33.45923], [102.454074, 33.462391], [102.448525, 33.466199], [102.450349, 33.471415], [102.460856, 33.477781], [102.459615, 33.480006], [102.451193, 33.48475], [102.450077, 33.488343], [102.450856, 33.493151], [102.460261, 33.506084], [102.458582, 33.51137], [102.448155, 33.521699], [102.444249, 33.532882], [102.448306, 33.535848], [102.453248, 33.535982], [102.464514, 33.531105], [102.470626, 33.530641], [102.474901, 33.534215], [102.476436, 33.543939], [102.471765, 33.549262], [102.454245, 33.555272], [102.446996, 33.570364], [102.443378, 33.57435], [102.437523, 33.57657], [102.411588, 33.579844], [102.404326, 33.58331], [102.392355, 33.594355], [102.346535, 33.60669], [102.338086, 33.612926], [102.336155, 33.615913], [102.336874, 33.624965], [102.333475, 33.640002], [102.330416, 33.645878], [102.321037, 33.656103], [102.313718, 33.670634], [102.314513, 33.676532], [102.326819, 33.703687], [102.339967, 33.723085], [102.340108, 33.730782], [102.337505, 33.734306], [102.333309, 33.736279], [102.323895, 33.735597], [102.317808, 33.731213], [102.312819, 33.719932], [102.30436, 33.712123], [102.298375, 33.71259], [102.284546, 33.71807], [102.284042, 33.726584], [102.287069, 33.734686], [102.3122, 33.747126], [102.319096, 33.753983], [102.319286, 33.759466], [102.301982, 33.778354], [102.288473, 33.78245], [102.283654, 33.785822], [102.283471, 33.78761], [102.269166, 33.789783], [102.244588, 33.788833], [102.236677, 33.792098], [102.23508, 33.795572], [102.236545, 33.802887], [102.244863, 33.80972], [102.251185, 33.811365], [102.254427, 33.814127], [102.26428, 33.829402], [102.266002, 33.834596], [102.262534, 33.846406], [102.254239, 33.853524], [102.248332, 33.862593], [102.236551, 33.866061], [102.230113, 33.871359], [102.228639, 33.87713], [102.222595, 33.881742], [102.206521, 33.900712], [102.186443, 33.931475], [102.174574, 33.937075], [102.163839, 33.944705], [102.151647, 33.95989], [102.131801, 33.965348], [102.129676, 33.968002], [102.135458, 33.96846], [102.143235, 33.977653], [102.165766, 33.984823], [102.177853, 33.981021], [102.17742, 33.975341], [102.171878, 33.973078], [102.172471, 33.969847], [102.177571, 33.970055], [102.179597, 33.972098], [102.180683, 33.98017], [102.195005, 33.980451], [102.19872, 33.978594], [102.193627, 33.977766], [102.193346, 33.976433], [102.200793, 33.968326], [102.210055, 33.970165], [102.212319, 33.969123], [102.211733, 33.966638], [102.206375, 33.963679], [102.209228, 33.961241], [102.21427, 33.960246], [102.216897, 33.963141], [102.222365, 33.965093], [102.238496, 33.965781], [102.238687, 33.967976], [102.228413, 33.968498], [102.22759, 33.970736], [102.229748, 33.972024], [102.236517, 33.970006], [102.242394, 33.973771], [102.242553, 33.978088], [102.239517, 33.983774], [102.241803, 33.986277], [102.247325, 33.988203], [102.254246, 33.980269], [102.252368, 33.977323], [102.246407, 33.975679], [102.252131, 33.968875], [102.260019, 33.967096], [102.260864, 33.969413], [102.256376, 33.973922], [102.256668, 33.977165], [102.262049, 33.988327], [102.265647, 33.991353], [102.271929, 33.993249], [102.275531, 33.992193], [102.285599, 33.97926], [102.288917, 33.97862], [102.300872, 33.987653], [102.303908, 33.995434], [102.30833, 33.996521], [102.314486, 33.995414], [102.317647, 33.988694], [102.310865, 33.984565], [102.307978, 33.972433], [102.310759, 33.968243], [102.320923, 33.975744], [102.323581, 33.983575], [102.325609, 33.985427], [102.330111, 33.983881], [102.334605, 33.977192], [102.341993, 33.970748], [102.346141, 33.972634], [102.348414, 33.978389], [102.353835, 33.980813], [102.356258, 33.979738], [102.358298, 33.972713], [102.362507, 33.970068], [102.36901, 33.970004], [102.372056, 33.976135], [102.387067, 33.974538], [102.389829, 33.971801], [102.396981, 34.016489], [102.403847, 34.033984], [102.416069, 34.044078], [102.421709, 34.055901], [102.425576, 34.075001], [102.429279, 34.075758], [102.43245, 34.078774], [102.435797, 34.088077], [102.449887, 34.084861], [102.460573, 34.080277], [102.462681, 34.074358], [102.483688, 34.077422], [102.493139, 34.0763], [102.513098, 34.085968], [102.531788, 34.08861], [102.545633, 34.086828], [102.551384, 34.088918], [102.564693, 34.090109], [102.567267, 34.100203], [102.58019, 34.103158], [102.59026, 34.100957], [102.602124, 34.102713], [102.61396, 34.099986], [102.620928, 34.092439], [102.642019, 34.087727], [102.649804, 34.078679], [102.656809, 34.075641], [102.654985, 34.092182], [102.658791, 34.094455], [102.662452, 34.094018], [102.66455, 34.098909], [102.658414, 34.107168], [102.66176, 34.11418], [102.650481, 34.120004], [102.640346, 34.115029], [102.634486, 34.115326], [102.635279, 34.122195], [102.633157, 34.128465], [102.624325, 34.134529], [102.606585, 34.141494], [102.59808, 34.149394], [102.596302, 34.153037], [102.602822, 34.156145], [102.605, 34.153812], [102.610699, 34.154392], [102.613588, 34.164921], [102.619171, 34.165135], [102.62442, 34.162346], [102.629158, 34.165006], [102.629818, 34.169936], [102.633514, 34.173153], [102.6472, 34.167302], [102.648324, 34.169683], [102.643995, 34.178252], [102.645702, 34.182725], [102.648253, 34.184322], [102.651861, 34.183021], [102.655447, 34.183928], [102.658206, 34.193164], [102.664756, 34.194811], [102.670992, 34.192317], [102.680774, 34.196359], [102.68318, 34.198815], [102.694848, 34.199821], [102.695959, 34.212858], [102.710536, 34.214806], [102.715492, 34.22355], [102.722812, 34.22734], [102.725387, 34.23609], [102.728342, 34.238589], [102.736876, 34.235999], [102.745324, 34.238844], [102.776694, 34.239438], [102.782204, 34.247313], [102.780692, 34.25325], [102.781315, 34.259079], [102.787482, 34.260878], [102.78932, 34.263043], [102.792248, 34.268902], [102.792942, 34.277099], [102.795891, 34.274756], [102.82122, 34.274477], [102.828793, 34.276915], [102.838804, 34.271649], [102.854152, 34.272396], [102.853873, 34.277533], [102.862548, 34.28546], [102.863446, 34.297368], [102.857891, 34.30062], [102.858777, 34.30579], [102.871429, 34.312314], [102.878879, 34.314626], [102.912074, 34.314339], [102.922504, 34.308784], [102.956877, 34.296444], [102.950066, 34.290642], [102.948879, 34.285769], [102.958404, 34.27996]]] + } + }, { + "type": "Feature", + "properties": { + "name": "贵州省", + "province_adcode": 520000, + "province_type": "省", + "name_en": "Guizhou", + "name_var": "Guì Zhōu", + "adcode": 520000 + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [[[[105.094673, 24.925201], [105.085579, 24.917483], [105.078258, 24.917678], [105.083016, 24.923579], [105.095495, 24.931923], [105.097166, 24.927776], [105.094673, 24.925201]]], [[[109.575441, 26.772771], [109.578254, 26.772719], [109.58255, 26.766999], [109.593332, 26.763075], [109.593038, 26.758475], [109.581569, 26.75559], [109.580269, 26.752931], [109.581285, 26.750234], [109.573012, 26.744231], [109.574555, 26.738578], [109.57339, 26.736362], [109.570166, 26.736204], [109.564209, 26.730223], [109.550075, 26.72756], [109.542581, 26.721249], [109.540063, 26.724212], [109.53958, 26.731106], [109.543455, 26.729697], [109.545892, 26.731107], [109.541418, 26.73547], [109.534744, 26.736678], [109.523311, 26.744759], [109.522304, 26.748393], [109.531624, 26.748146], [109.53326, 26.74524], [109.547784, 26.739194], [109.556033, 26.739283], [109.5633, 26.744936], [109.560764, 26.746585], [109.561689, 26.750712], [109.554454, 26.751808], [109.553573, 26.758255], [109.557672, 26.75479], [109.56585, 26.751604], [109.575811, 26.759782], [109.576538, 26.763137], [109.573287, 26.769853], [109.573548, 26.775063], [109.575441, 26.772771]]], [[[107.570161, 29.204705], [107.571383, 29.189232], [107.576276, 29.185546], [107.582273, 29.155838], [107.584072, 29.152207], [107.590429, 29.147093], [107.599597, 29.154086], [107.600006, 29.15996], [107.597319, 29.160724], [107.597107, 29.163961], [107.602012, 29.16784], [107.621348, 29.174643], [107.625663, 29.167611], [107.63099, 29.164218], [107.638998, 29.162626], [107.651728, 29.16568], [107.654489, 29.163211], [107.656664, 29.152865], [107.661199, 29.150346], [107.692445, 29.145836], [107.697209, 29.150328], [107.705733, 29.165821], [107.708558, 29.164262], [107.704692, 29.157757], [107.713718, 29.157569], [107.722937, 29.178248], [107.717445, 29.18057], [107.71957, 29.185289], [107.734492, 29.191742], [107.745684, 29.202835], [107.75636, 29.195246], [107.761793, 29.184484], [107.76358, 29.175645], [107.769703, 29.166265], [107.777057, 29.165059], [107.782172, 29.160991], [107.788586, 29.151365], [107.797658, 29.145876], [107.804038, 29.146217], [107.80687, 29.142652], [107.797253, 29.120418], [107.795592, 29.107988], [107.785858, 29.088297], [107.780303, 29.049848], [107.784507, 29.047601], [107.805431, 29.04453], [107.810358, 29.038224], [107.818813, 29.036054], [107.817118, 29.009686], [107.804732, 28.986001], [107.822862, 28.979707], [107.831362, 28.975006], [107.832472, 28.973939], [107.83121, 28.970593], [107.832695, 28.969119], [107.841754, 28.966187], [107.852397, 28.96833], [107.859706, 28.96556], [107.863139, 28.960866], [107.863946, 28.973299], [107.86783, 28.986209], [107.880378, 28.98911], [107.883825, 28.996275], [107.88279, 29.003494], [107.878485, 29.009139], [107.879052, 29.011807], [107.902625, 29.008619], [107.918556, 29.02308], [107.925816, 29.039014], [107.935395, 29.040245], [107.949331, 29.037706], [107.977432, 29.036697], [108.002227, 29.037923], [108.018192, 29.04071], [108.026361, 29.048651], [108.030215, 29.04971], [108.03208, 29.057044], [108.040145, 29.066659], [108.051683, 29.074923], [108.055621, 29.079319], [108.056811, 29.083546], [108.064678, 29.089235], [108.104066, 29.0797], [108.119028, 29.072358], [108.126932, 29.064736], [108.127823, 29.056372], [108.129447, 29.055668], [108.14728, 29.056215], [108.165322, 29.067313], [108.181229, 29.073077], [108.192311, 29.0747], [108.201052, 29.058991], [108.209124, 29.059448], [108.226336, 29.050296], [108.22519, 29.043138], [108.218838, 29.039985], [108.219476, 29.034982], [108.221231, 29.032753], [108.229305, 29.030433], [108.239609, 29.032215], [108.240731, 29.03637], [108.251656, 29.044382], [108.255851, 29.053855], [108.254697, 29.063832], [108.256474, 29.0716], [108.260732, 29.074198], [108.26383, 29.079556], [108.264401, 29.0849], [108.262865, 29.087733], [108.264552, 29.092828], [108.27113, 29.09502], [108.28035, 29.090258], [108.291156, 29.088872], [108.303615, 29.082097], [108.296421, 29.062938], [108.293867, 29.050729], [108.296968, 29.039951], [108.303698, 29.02728], [108.305311, 29.020444], [108.303565, 29.014525], [108.304209, 29.006798], [108.308173, 29.000095], [108.314557, 28.967017], [108.318171, 28.957623], [108.336324, 28.950352], [108.341967, 28.945526], [108.345843, 28.936856], [108.345919, 28.910371], [108.352927, 28.894885], [108.350813, 28.884623], [108.351363, 28.8756], [108.343178, 28.864215], [108.341986, 28.858605], [108.343916, 28.850778], [108.350613, 28.837442], [108.348423, 28.819159], [108.358203, 28.814179], [108.37826, 28.808856], [108.381152, 28.806868], [108.38329, 28.803763], [108.384688, 28.793726], [108.384111, 28.785493], [108.380306, 28.77564], [108.370382, 28.770132], [108.368596, 28.764461], [108.354607, 28.750265], [108.35067, 28.743114], [108.344854, 28.740832], [108.342519, 28.718508], [108.343605, 28.712771], [108.339332, 28.700142], [108.329048, 28.67938], [108.336757, 28.677844], [108.347718, 28.679024], [108.356866, 28.671996], [108.369543, 28.666666], [108.386403, 28.654992], [108.415462, 28.647459], [108.439025, 28.635725], [108.45373, 28.638434], [108.469082, 28.630648], [108.487061, 28.633831], [108.493054, 28.630376], [108.49853, 28.630163], [108.501648, 28.634017], [108.499325, 28.636837], [108.499296, 28.640945], [108.505448, 28.643449], [108.515454, 28.643811], [108.532844, 28.656083], [108.538504, 28.655792], [108.543113, 28.651037], [108.555906, 28.651366], [108.558119, 28.654197], [108.558961, 28.660814], [108.563951, 28.666524], [108.574708, 28.661923], [108.583307, 28.650927], [108.579561, 28.645296], [108.582561, 28.642964], [108.594525, 28.645293], [108.598162, 28.638186], [108.612345, 28.640433], [108.620884, 28.644886], [108.626547, 28.643734], [108.631244, 28.63711], [108.628792, 28.627964], [108.631124, 28.623293], [108.612835, 28.607206], [108.60071, 28.593802], [108.602961, 28.579967], [108.602704, 28.566393], [108.607496, 28.546141], [108.601842, 28.54232], [108.573932, 28.539849], [108.569313, 28.531691], [108.574244, 28.513269], [108.577105, 28.50953], [108.573442, 28.503983], [108.573043, 28.500308], [108.584538, 28.481036], [108.58574, 28.472871], [108.584014, 28.464349], [108.593638, 28.460472], [108.593901, 28.452515], [108.597895, 28.44507], [108.607331, 28.441552], [108.60203, 28.428852], [108.601941, 28.426655], [108.605709, 28.423919], [108.603508, 28.410764], [108.601187, 28.409224], [108.584196, 28.408512], [108.576253, 28.399116], [108.57332, 28.39191], [108.572523, 28.386296], [108.574274, 28.368497], [108.573139, 28.362911], [108.575081, 28.347669], [108.576843, 28.34576], [108.590396, 28.345476], [108.599608, 28.34224], [108.603959, 28.333609], [108.60435, 28.328391], [108.612244, 28.327613], [108.634352, 28.336837], [108.641015, 28.33394], [108.651929, 28.338059], [108.663001, 28.338104], [108.666179, 28.340834], [108.673704, 28.351191], [108.670261, 28.357587], [108.655532, 28.353341], [108.653368, 28.353934], [108.651278, 28.359502], [108.653659, 28.371414], [108.65785, 28.376805], [108.661773, 28.387743], [108.669683, 28.392736], [108.689746, 28.39804], [108.693267, 28.407707], [108.686918, 28.417881], [108.6846, 28.4255], [108.679287, 28.43062], [108.66943, 28.432839], [108.662951, 28.438996], [108.661667, 28.446727], [108.651267, 28.449548], [108.636838, 28.458708], [108.639785, 28.47224], [108.648849, 28.476933], [108.663024, 28.478524], [108.670113, 28.481732], [108.678032, 28.481932], [108.6819, 28.48555], [108.694814, 28.485192], [108.69913, 28.489545], [108.705247, 28.503373], [108.709248, 28.502718], [108.714111, 28.498007], [108.719479, 28.495902], [108.718667, 28.490192], [108.72213, 28.477501], [108.725798, 28.473799], [108.737891, 28.470614], [108.74396, 28.458737], [108.741082, 28.45556], [108.758874, 28.444671], [108.766317, 28.444028], [108.77708, 28.430452], [108.769625, 28.420853], [108.766163, 28.414264], [108.766332, 28.411526], [108.758471, 28.401208], [108.75468, 28.390816], [108.756626, 28.388422], [108.768967, 28.383913], [108.773627, 28.384581], [108.779445, 28.383132], [108.778353, 28.377083], [108.773536, 28.372185], [108.77205, 28.367103], [108.774104, 28.355836], [108.771681, 28.343784], [108.756099, 28.32998], [108.75757, 28.324337], [108.763088, 28.322847], [108.766355, 28.317956], [108.762468, 28.308542], [108.758912, 28.306176], [108.755029, 28.306708], [108.744625, 28.302744], [108.736019, 28.297862], [108.721207, 28.283407], [108.720261, 28.279859], [108.721383, 28.264223], [108.730576, 28.25644], [108.732531, 28.252467], [108.734476, 28.229861], [108.744247, 28.230896], [108.753974, 28.226269], [108.75567, 28.218219], [108.752975, 28.199402], [108.756003, 28.195068], [108.759439, 28.195275], [108.765654, 28.206371], [108.77131, 28.22118], [108.784585, 28.22405], [108.793147, 28.227681], [108.796185, 28.231042], [108.796519, 28.237407], [108.801557, 28.246605], [108.809266, 28.245899], [108.817175, 28.248749], [108.818861, 28.24556], [108.818084, 28.239324], [108.820862, 28.232138], [108.823125, 28.227153], [108.828699, 28.221831], [108.82912, 28.213485], [108.841204, 28.202945], [108.850803, 28.20189], [108.856318, 28.207613], [108.891298, 28.223124], [108.903893, 28.219321], [108.917041, 28.221619], [108.923243, 28.217157], [108.928702, 28.209724], [108.923089, 28.204056], [108.922857, 28.196738], [108.924304, 28.194832], [108.929654, 28.19154], [108.936069, 28.191389], [108.950546, 28.186851], [108.957289, 28.181094], [108.968999, 28.178864], [108.974835, 28.175692], [108.980909, 28.166808], [108.988997, 28.165206], [109.001312, 28.165719], [109.007778, 28.175448], [109.010178, 28.183821], [109.00929, 28.192646], [109.007231, 28.194844], [109.007999, 28.199757], [109.019336, 28.216685], [109.020127, 28.223368], [109.033791, 28.221068], [109.037801, 28.213735], [109.03681, 28.20642], [109.055586, 28.202802], [109.074973, 28.187935], [109.080467, 28.18715], [109.085926, 28.201196], [109.093117, 28.201256], [109.096328, 28.203985], [109.09741, 28.212602], [109.090787, 28.225861], [109.082348, 28.23249], [109.079382, 28.238005], [109.079134, 28.244804], [109.075404, 28.252855], [109.078981, 28.261633], [109.082306, 28.264138], [109.092801, 28.266686], [109.104681, 28.276021], [109.107187, 28.275833], [109.113319, 28.282289], [109.114692, 28.287585], [109.111389, 28.291631], [109.120529, 28.29889], [109.130264, 28.31869], [109.13712, 28.324889], [109.132175, 28.335123], [109.132077, 28.338548], [109.139206, 28.344362], [109.145182, 28.346576], [109.147568, 28.351091], [109.146311, 28.354304], [109.139489, 28.359676], [109.133737, 28.360775], [109.1455, 28.377498], [109.150466, 28.394489], [109.14681, 28.400033], [109.151398, 28.40607], [109.143681, 28.412874], [109.144496, 28.415644], [109.147666, 28.419932], [109.158683, 28.417908], [109.160254, 28.419258], [109.162604, 28.428], [109.160284, 28.433555], [109.162192, 28.435131], [109.168033, 28.434733], [109.168626, 28.432996], [109.172947, 28.434983], [109.176164, 28.445583], [109.16823, 28.451979], [109.180179, 28.457006], [109.182207, 28.46194], [109.187597, 28.465043], [109.185991, 28.473007], [109.197016, 28.478083], [109.207752, 28.479881], [109.213006, 28.483411], [109.219853, 28.482278], [109.227578, 28.477545], [109.243032, 28.485376], [109.254973, 28.493632], [109.264835, 28.497662], [109.269826, 28.497929], [109.269554, 28.491046], [109.261564, 28.484825], [109.25604, 28.46748], [109.258279, 28.461973], [109.254028, 28.449599], [109.253717, 28.43252], [109.256704, 28.410899], [109.259938, 28.407504], [109.259962, 28.396604], [109.264002, 28.387797], [109.270926, 28.386939], [109.272964, 28.384516], [109.271092, 28.380522], [109.280418, 28.380301], [109.284277, 28.376576], [109.283344, 28.368417], [109.280373, 28.361833], [109.269011, 28.349754], [109.26849, 28.346304], [109.263384, 28.340283], [109.270535, 28.317751], [109.268094, 28.312466], [109.273364, 28.310562], [109.276344, 28.311188], [109.284149, 28.307121], [109.282378, 28.301297], [109.288819, 28.299858], [109.295236, 28.293535], [109.290816, 28.283843], [109.291248, 28.280594], [109.301391, 28.276757], [109.311469, 28.279712], [109.324846, 28.28899], [109.32571, 28.292373], [109.329921, 28.296679], [109.33549, 28.297114], [109.33881, 28.29677], [109.343051, 28.292589], [109.357564, 28.287709], [109.357008, 28.283948], [109.348726, 28.273811], [109.346742, 28.266664], [109.35197, 28.267249], [109.357327, 28.273735], [109.365917, 28.280226], [109.372064, 28.279469], [109.376949, 28.276148], [109.384198, 28.274436], [109.394057, 28.274768], [109.392811, 28.271238], [109.375109, 28.265661], [109.371714, 28.261696], [109.36291, 28.256095], [109.365633, 28.254111], [109.365296, 28.248996], [109.359731, 28.238349], [109.354047, 28.235391], [109.353586, 28.232303], [109.355509, 28.230256], [109.356503, 28.22468], [109.341108, 28.210648], [109.337156, 28.199827], [109.335492, 28.186676], [109.341918, 28.168418], [109.340247, 28.165687], [109.333651, 28.162834], [109.330763, 28.158618], [109.336395, 28.146188], [109.333632, 28.14083], [109.325073, 28.131403], [109.323604, 28.118613], [109.308978, 28.104975], [109.306877, 28.097881], [109.309718, 28.089312], [109.300539, 28.081605], [109.298918, 28.076888], [109.298693, 28.058642], [109.298041, 28.055111], [109.294195, 28.052082], [109.292434, 28.033823], [109.294014, 28.032136], [109.30165, 28.032704], [109.303876, 28.036565], [109.304314, 28.041842], [109.319355, 28.044223], [109.324106, 28.051692], [109.324443, 28.055742], [109.328522, 28.063744], [109.332219, 28.066944], [109.340591, 28.064795], [109.34397, 28.061909], [109.344648, 28.059232], [109.351733, 28.057501], [109.355446, 28.054006], [109.362246, 28.051181], [109.373856, 28.037564], [109.373797, 28.034606], [109.358627, 28.011747], [109.349237, 28.008795], [109.339154, 28.010429], [109.332061, 28.006191], [109.326067, 27.999114], [109.321739, 27.997133], [109.317358, 27.997372], [109.314377, 27.993351], [109.31093, 27.972164], [109.301245, 27.971031], [109.300783, 27.966323], [109.296829, 27.963629], [109.295894, 27.959285], [109.30706, 27.938349], [109.307966, 27.934852], [109.305736, 27.931903], [109.31077, 27.924033], [109.308244, 27.91609], [109.304593, 27.912011], [109.305926, 27.908489], [109.312809, 27.904271], [109.314299, 27.900444], [109.312695, 27.889768], [109.313113, 27.87906], [109.325611, 27.871241], [109.333477, 27.870964], [109.333892, 27.868393], [109.331741, 27.865969], [109.328542, 27.867198], [109.320993, 27.865795], [109.316244, 27.861932], [109.344141, 27.845349], [109.340377, 27.841578], [109.334565, 27.826835], [109.338989, 27.812372], [109.327831, 27.793525], [109.334096, 27.793628], [109.326716, 27.786918], [109.326511, 27.785105], [109.33172, 27.777104], [109.335632, 27.776137], [109.343773, 27.777315], [109.346512, 27.77602], [109.350157, 27.767324], [109.357974, 27.757281], [109.354424, 27.746877], [109.368144, 27.744459], [109.370029, 27.742681], [109.371358, 27.737694], [109.366147, 27.733931], [109.358065, 27.731101], [109.357994, 27.724962], [109.362705, 27.727604], [109.376432, 27.729535], [109.387182, 27.724113], [109.392607, 27.723066], [109.398179, 27.727453], [109.407152, 27.728555], [109.413454, 27.724324], [109.412469, 27.717425], [109.419322, 27.714141], [109.422748, 27.706717], [109.426174, 27.704147], [109.451555, 27.696507], [109.463117, 27.686305], [109.469576, 27.684303], [109.468291, 27.680448], [109.456955, 27.676618], [109.454191, 27.666406], [109.454409, 27.662376], [109.459868, 27.659747], [109.458221, 27.654001], [109.462603, 27.647796], [109.470211, 27.644405], [109.471058, 27.641278], [109.470198, 27.637069], [109.465007, 27.630336], [109.466045, 27.623774], [109.462563, 27.610226], [109.460156, 27.606652], [109.454492, 27.60381], [109.44781, 27.590326], [109.452172, 27.576504], [109.458275, 27.569996], [109.452898, 27.563325], [109.4381, 27.566248], [109.430579, 27.559802], [109.431111, 27.55453], [109.422053, 27.550932], [109.419215, 27.55141], [109.417456, 27.555243], [109.41167, 27.559558], [109.39768, 27.552368], [109.387904, 27.551427], [109.385691, 27.548857], [109.388903, 27.545288], [109.388007, 27.544087], [109.380426, 27.537987], [109.374208, 27.538733], [109.370309, 27.537218], [109.356648, 27.521869], [109.341704, 27.513915], [109.336985, 27.50295], [109.332933, 27.498481], [109.318289, 27.495753], [109.312825, 27.488165], [109.305968, 27.483184], [109.300867, 27.482203], [109.296161, 27.484933], [109.292307, 27.484504], [109.292307, 27.480079], [109.298731, 27.474368], [109.298874, 27.465088], [109.307726, 27.451097], [109.307155, 27.449384], [109.297817, 27.444679], [109.292316, 27.430576], [109.292648, 27.425559], [109.290512, 27.42445], [109.264277, 27.430659], [109.256742, 27.429374], [109.250612, 27.422121], [109.246389, 27.421779], [109.242304, 27.42456], [109.243608, 27.436952], [109.240972, 27.437408], [109.239295, 27.434933], [109.227159, 27.439217], [109.222519, 27.439811], [109.220021, 27.438503], [109.217404, 27.45504], [109.211217, 27.455992], [109.205506, 27.460215], [109.202305, 27.455424], [109.20396, 27.4504], [109.198249, 27.446117], [109.194204, 27.446117], [109.191824, 27.444094], [109.190397, 27.438622], [109.173901, 27.434347], [109.159644, 27.419099], [109.1522, 27.415653], [109.148923, 27.419346], [109.150917, 27.42452], [109.155169, 27.427737], [109.157002, 27.431332], [109.15647, 27.438265], [109.151812, 27.446598], [109.147958, 27.449816], [109.143556, 27.45258], [109.136665, 27.451268], [109.126321, 27.436761], [109.118664, 27.431317], [109.11804, 27.42093], [109.114385, 27.421958], [109.109683, 27.428401], [109.105691, 27.425952], [109.10399, 27.42264], [109.104973, 27.417093], [109.111489, 27.415227], [109.116391, 27.41578], [109.119556, 27.418351], [109.123105, 27.425672], [109.130904, 27.433536], [109.137328, 27.429157], [109.139073, 27.425169], [109.134081, 27.417686], [109.125498, 27.413568], [109.122371, 27.40661], [109.111839, 27.403853], [109.114916, 27.396515], [109.120073, 27.391154], [109.113762, 27.38369], [109.109802, 27.37492], [109.110163, 27.368601], [109.114882, 27.367457], [109.110949, 27.355042], [109.105833, 27.355688], [109.100651, 27.359491], [109.095779, 27.352688], [109.100052, 27.339866], [109.090406, 27.33887], [109.083064, 27.33414], [109.078864, 27.335087], [109.0773, 27.337512], [109.07376, 27.337833], [109.06952, 27.334929], [109.066908, 27.326228], [109.054981, 27.330387], [109.048066, 27.339637], [109.041663, 27.337833], [109.044589, 27.329887], [109.044364, 27.319065], [109.048674, 27.315731], [109.053295, 27.299433], [109.042412, 27.293551], [109.038828, 27.279926], [109.02988, 27.280666], [109.019389, 27.285692], [108.995133, 27.267069], [108.990567, 27.272126], [108.985353, 27.274106], [108.982611, 27.273507], [108.979543, 27.271825], [108.982506, 27.260618], [108.96348, 27.248204], [108.964799, 27.244069], [108.961976, 27.239809], [108.948179, 27.238401], [108.945165, 27.23204], [108.938685, 27.226507], [108.921764, 27.223272], [108.914145, 27.219463], [108.910379, 27.215557], [108.902178, 27.21344], [108.903428, 27.207205], [108.918351, 27.203006], [108.918146, 27.192386], [108.923677, 27.183503], [108.923043, 27.164815], [108.917004, 27.160918], [108.912014, 27.162912], [108.909337, 27.162317], [108.910065, 27.156063], [108.901143, 27.138348], [108.88377, 27.125978], [108.884218, 27.119888], [108.881644, 27.112577], [108.876186, 27.109507], [108.869303, 27.118115], [108.8589, 27.119256], [108.851403, 27.110153], [108.852078, 27.101042], [108.840931, 27.10157], [108.82166, 27.092674], [108.815658, 27.093805], [108.809932, 27.099291], [108.80581, 27.101094], [108.786106, 27.087573], [108.800181, 27.082574], [108.816209, 27.068959], [108.822781, 27.068027], [108.82357, 27.063281], [108.83066, 27.061951], [108.836523, 27.065511], [108.840112, 27.063536], [108.84323, 27.055282], [108.840256, 27.053618], [108.842757, 27.044997], [108.845607, 27.041225], [108.850739, 27.038878], [108.851334, 27.034417], [108.859514, 27.027873], [108.862785, 27.02713], [108.865611, 27.033376], [108.868437, 27.034119], [108.869626, 27.032781], [108.874138, 27.016356], [108.873083, 27.011842], [108.867388, 27.007755], [108.866353, 27.004992], [108.871639, 27.001002], [108.882531, 27.005886], [108.897357, 27.022115], [108.906508, 27.023114], [108.910587, 27.021478], [108.914193, 27.022059], [108.913309, 27.025859], [108.909756, 27.029223], [108.914115, 27.033032], [108.916575, 27.033242], [108.91765, 27.029666], [108.917722, 27.020058], [108.916203, 27.015012], [108.91881, 27.012306], [108.942797, 27.019551], [108.948951, 27.022802], [108.94681, 27.033227], [108.948049, 27.040198], [108.939283, 27.041046], [108.936351, 27.05049], [108.938536, 27.05219], [108.94962, 27.054082], [108.957079, 27.052617], [108.962529, 27.054346], [108.982457, 27.074744], [108.990796, 27.078491], [109.001635, 27.078833], [109.006509, 27.085123], [109.012097, 27.088103], [109.010609, 27.093223], [109.021763, 27.107883], [109.025481, 27.108031], [109.032253, 27.10074], [109.04268, 27.099646], [109.048195, 27.100935], [109.056007, 27.111257], [109.057604, 27.111154], [109.059835, 27.105949], [109.06727, 27.113385], [109.077983, 27.11986], [109.085125, 27.121813], [109.09047, 27.120077], [109.105218, 27.126407], [109.115306, 27.124241], [109.121727, 27.127952], [109.126765, 27.126994], [109.129934, 27.123554], [109.128576, 27.116824], [109.111743, 27.1052], [109.104234, 27.09565], [109.104747, 27.090929], [109.096419, 27.072785], [109.124738, 27.06885], [109.129092, 27.070071], [109.126695, 27.073123], [109.127367, 27.074679], [109.149568, 27.075167], [109.152147, 27.071471], [109.159423, 27.068069], [109.170167, 27.089427], [109.173493, 27.090198], [109.175648, 27.086217], [109.18343, 27.084919], [109.191796, 27.089916], [109.200666, 27.097985], [109.207423, 27.107712], [109.20938, 27.116944], [109.21869, 27.125747], [109.224607, 27.135369], [109.233073, 27.140754], [109.237937, 27.152535], [109.246419, 27.155245], [109.253225, 27.152638], [109.250308, 27.142719], [109.259636, 27.130073], [109.266904, 27.130822], [109.275599, 27.134676], [109.29094, 27.135395], [109.301195, 27.142003], [109.3158, 27.139052], [109.330143, 27.140707], [109.331712, 27.142177], [109.330159, 27.144455], [109.330044, 27.153474], [109.339421, 27.152944], [109.353457, 27.156458], [109.367897, 27.149895], [109.371462, 27.15298], [109.372353, 27.157436], [109.374343, 27.158848], [109.381042, 27.153369], [109.379776, 27.150266], [109.381302, 27.147202], [109.389214, 27.147918], [109.389091, 27.158972], [109.394052, 27.163397], [109.396972, 27.162282], [109.394877, 27.156652], [109.412178, 27.156903], [109.412738, 27.145359], [109.41851, 27.140888], [109.426596, 27.127805], [109.436105, 27.127451], [109.445191, 27.129672], [109.448282, 27.133462], [109.454018, 27.131969], [109.460868, 27.138761], [109.465473, 27.138011], [109.470171, 27.13432], [109.465533, 27.128852], [109.465533, 27.118888], [109.453487, 27.112641], [109.455866, 27.10699], [109.454974, 27.097175], [109.461666, 27.097919], [109.462558, 27.096729], [109.462112, 27.094498], [109.45323, 27.088181], [109.454019, 27.085599], [109.460285, 27.083404], [109.462792, 27.084826], [109.476619, 27.084278], [109.477871, 27.074539], [109.47437, 27.072787], [109.463599, 27.074649], [109.451181, 27.072895], [109.451289, 27.069089], [109.463086, 27.067739], [109.48317, 27.057346], [109.485248, 27.058183], [109.486679, 27.062502], [109.491835, 27.064041], [109.486274, 27.0689], [109.482927, 27.06952], [109.481523, 27.072841], [109.48666, 27.082325], [109.494677, 27.082839], [109.498548, 27.077098], [109.515043, 27.075839], [109.521156, 27.072162], [109.519505, 27.069585], [109.512824, 27.072191], [109.506876, 27.072042], [109.506132, 27.070703], [109.508066, 27.066688], [109.516096, 27.061186], [109.512634, 27.051332], [109.514332, 27.04619], [109.521599, 27.040365], [109.519976, 27.029913], [109.536939, 27.017153], [109.537565, 27.014293], [109.535429, 27.006755], [109.538334, 27.001755], [109.537713, 26.998454], [109.533435, 26.99574], [109.526436, 26.996133], [109.524092, 26.991781], [109.523055, 26.981154], [109.531414, 26.979094], [109.541824, 26.987868], [109.545393, 26.987868], [109.545245, 26.982812], [109.542663, 26.97764], [109.548023, 26.964464], [109.555537, 26.957379], [109.556069, 26.954305], [109.553608, 26.947747], [109.551794, 26.946133], [109.544218, 26.947101], [109.536988, 26.945449], [109.530751, 26.938707], [109.532543, 26.933396], [109.531825, 26.928058], [109.516578, 26.928866], [109.514994, 26.932113], [109.510466, 26.935058], [109.503508, 26.933019], [109.487989, 26.923474], [109.486132, 26.91703], [109.467317, 26.91351], [109.440832, 26.894542], [109.435056, 26.892735], [109.433292, 26.882977], [109.437723, 26.877967], [109.438318, 26.874249], [109.437723, 26.871275], [109.431685, 26.865791], [109.436081, 26.863895], [109.444324, 26.863503], [109.451804, 26.869197], [109.45337, 26.872374], [109.452551, 26.878172], [109.458561, 26.881446], [109.467659, 26.889872], [109.467096, 26.894484], [109.468969, 26.898715], [109.474464, 26.90203], [109.484309, 26.899179], [109.486004, 26.896967], [109.4834, 26.892439], [109.492006, 26.883671], [109.496755, 26.887137], [109.500655, 26.886892], [109.508976, 26.884326], [109.513966, 26.879806], [109.514132, 26.878063], [109.507382, 26.872806], [109.506936, 26.865707], [109.507008, 26.862727], [109.511344, 26.861019], [109.513398, 26.857964], [109.513268, 26.85431], [109.509506, 26.845688], [109.502612, 26.839072], [109.496614, 26.836773], [109.493789, 26.833947], [109.493789, 26.830229], [109.496912, 26.827998], [109.496763, 26.826214], [109.492153, 26.816101], [109.495127, 26.812532], [109.500927, 26.812681], [109.501522, 26.805988], [109.50985, 26.804353], [109.51104, 26.802865], [109.510594, 26.793199], [109.520963, 26.786125], [109.514582, 26.77862], [109.512285, 26.760998], [109.518138, 26.759059], [109.518156, 26.752598], [109.504876, 26.750596], [109.50175, 26.751604], [109.500408, 26.75382], [109.500458, 26.760691], [109.505685, 26.770663], [109.491714, 26.771166], [109.489252, 26.769875], [109.485569, 26.763578], [109.47847, 26.764319], [109.474694, 26.770718], [109.46533, 26.77226], [109.46081, 26.770776], [109.456596, 26.764251], [109.437903, 26.765567], [109.435048, 26.752004], [109.43362, 26.750862], [109.423372, 26.751188], [109.405921, 26.743782], [109.406231, 26.739111], [109.41078, 26.739654], [109.41456, 26.736738], [109.415744, 26.7302], [109.414662, 26.727347], [109.406321, 26.72383], [109.403033, 26.724406], [109.394811, 26.73303], [109.377989, 26.73252], [109.37811, 26.726435], [109.387469, 26.722905], [109.388029, 26.718378], [109.380853, 26.714407], [109.370517, 26.711458], [109.36295, 26.702892], [109.359238, 26.707889], [109.354384, 26.708888], [109.349387, 26.70846], [109.337394, 26.703749], [109.328543, 26.708603], [109.323705, 26.707695], [109.316061, 26.710605], [109.306745, 26.715958], [109.296706, 26.702892], [109.289223, 26.705271], [109.283318, 26.703386], [109.284793, 26.695015], [109.289253, 26.687889], [109.293967, 26.684434], [109.296982, 26.678131], [109.297849, 26.666967], [109.299259, 26.665084], [109.304701, 26.665059], [109.312981, 26.658491], [109.323829, 26.658491], [109.328099, 26.655786], [109.329549, 26.651528], [109.334544, 26.650869], [109.350101, 26.660633], [109.354241, 26.662203], [109.356383, 26.661347], [109.354669, 26.649354], [109.357239, 26.642073], [109.363664, 26.635791], [109.370801, 26.635229], [109.373819, 26.63294], [109.371802, 26.624227], [109.376941, 26.619087], [109.380082, 26.609379], [109.387224, 26.604515], [109.383238, 26.589253], [109.382974, 26.574859], [109.387176, 26.57357], [109.391058, 26.576065], [109.394096, 26.573618], [109.393237, 26.559767], [109.401713, 26.555371], [109.402211, 26.548846], [109.407042, 26.543493], [109.404845, 26.538772], [109.400471, 26.5357], [109.391789, 26.534426], [109.376155, 26.524516], [109.373896, 26.521632], [109.37666, 26.514208], [109.38408, 26.510441], [109.386649, 26.504302], [109.385275, 26.501292], [109.379057, 26.496061], [109.370855, 26.492095], [109.358173, 26.479269], [109.358345, 26.476703], [109.363958, 26.470671], [109.373942, 26.471095], [109.379702, 26.467828], [109.37975, 26.465915], [109.373376, 26.46051], [109.354899, 26.451062], [109.343453, 26.448172], [109.335914, 26.438269], [109.325101, 26.435391], [109.32404, 26.42829], [109.312482, 26.412688], [109.308937, 26.391759], [109.300312, 26.393315], [109.296886, 26.39084], [109.290053, 26.377583], [109.295278, 26.372956], [109.29385, 26.36596], [109.296563, 26.349399], [109.292851, 26.346401], [109.282867, 26.350837], [109.272269, 26.342812], [109.268231, 26.33595], [109.27257, 26.32742], [109.268152, 26.325129], [109.275088, 26.319131], [109.276405, 26.313953], [109.27545, 26.301485], [109.283982, 26.296683], [109.285901, 26.296907], [109.28876, 26.300896], [109.291359, 26.301318], [109.298945, 26.296951], [109.301835, 26.293234], [109.316985, 26.294716], [109.320902, 26.293356], [109.321856, 26.292048], [109.318121, 26.28701], [109.318549, 26.284726], [109.330967, 26.279191], [109.336095, 26.266644], [109.349956, 26.270869], [109.376941, 26.286867], [109.414346, 26.291864], [109.427756, 26.288523], [109.431183, 26.291949], [109.43775, 26.293234], [109.437893, 26.295804], [109.442186, 26.299145], [109.43876, 26.30557], [109.456431, 26.316758], [109.460752, 26.31762], [109.463686, 26.316398], [109.469262, 26.310119], [109.471952, 26.302171], [109.462625, 26.296532], [109.457036, 26.289486], [109.45232, 26.281124], [109.45368, 26.273057], [109.44346, 26.258621], [109.439616, 26.257885], [109.438617, 26.254763], [109.43186, 26.247538], [109.445699, 26.236221], [109.449161, 26.228988], [109.447799, 26.218163], [109.450078, 26.212097], [109.452542, 26.210651], [109.459895, 26.211879], [109.461688, 26.214313], [109.469874, 26.204704], [109.464775, 26.198839], [109.457551, 26.200448], [109.454334, 26.197483], [109.457767, 26.189136], [109.46737, 26.175679], [109.468034, 26.173344], [109.464374, 26.168044], [109.464524, 26.163689], [109.469901, 26.15291], [109.474653, 26.148627], [109.481929, 26.151431], [109.485356, 26.148291], [109.488306, 26.148005], [109.491352, 26.155429], [109.499061, 26.138677], [109.509671, 26.132528], [109.506953, 26.117538], [109.500299, 26.108696], [109.501155, 26.10289], [109.499918, 26.099845], [109.49316, 26.102319], [109.469958, 26.103117], [109.461085, 26.098893], [109.45861, 26.095086], [109.450067, 26.101686], [109.449558, 26.103905], [109.446339, 26.10401], [109.443001, 26.075193], [109.446529, 26.068984], [109.447526, 26.057852], [109.458557, 26.0523], [109.474887, 26.050334], [109.475859, 26.049002], [109.47283, 26.04051], [109.478702, 26.033865], [109.478335, 26.027561], [109.473708, 26.014938], [109.467814, 26.009131], [109.456771, 26.00334], [109.457349, 25.999263], [109.452092, 25.994606], [109.446377, 25.990856], [109.440379, 25.990081], [109.428559, 25.983066], [109.425778, 25.978358], [109.419008, 25.973219], [109.401052, 25.969014], [109.400581, 25.96765], [109.404199, 25.966024], [109.421515, 25.96556], [109.426008, 25.958825], [109.433907, 25.958679], [109.435322, 25.955602], [109.430797, 25.937722], [109.427579, 25.933841], [109.429342, 25.927838], [109.427193, 25.923463], [109.423065, 25.915907], [109.387769, 25.902818], [109.386096, 25.898464], [109.389127, 25.894386], [109.390425, 25.888047], [109.385707, 25.873391], [109.382546, 25.868223], [109.367188, 25.857032], [109.362477, 25.846895], [109.357052, 25.843611], [109.350661, 25.844086], [109.337882, 25.840707], [109.334091, 25.837515], [109.330563, 25.820972], [109.331835, 25.812824], [109.334917, 25.805822], [109.335061, 25.798223], [109.330915, 25.791694], [109.32393, 25.785505], [109.334637, 25.777082], [109.334637, 25.774369], [109.325786, 25.771429], [109.321756, 25.76461], [109.330581, 25.760133], [109.332885, 25.757376], [109.335684, 25.750584], [109.336846, 25.734929], [109.309278, 25.73632], [109.305119, 25.734387], [109.308823, 25.726049], [109.307395, 25.722979], [109.289816, 25.717416], [109.283098, 25.720117], [109.27543, 25.717475], [109.252076, 25.721249], [109.250404, 25.728969], [109.242059, 25.731577], [109.227018, 25.740591], [109.21584, 25.738788], [109.202568, 25.741606], [109.204849, 25.75362], [109.202302, 25.765698], [109.199166, 25.766834], [109.19389, 25.765584], [109.191291, 25.767855], [109.191132, 25.770777], [109.194904, 25.774755], [109.200612, 25.776432], [109.201305, 25.77973], [109.199854, 25.783092], [109.20195, 25.785362], [109.201978, 25.79149], [109.197292, 25.796781], [109.186995, 25.80312], [109.173021, 25.809294], [109.164913, 25.803648], [109.161901, 25.799085], [109.175879, 25.791644], [109.176593, 25.790359], [109.173452, 25.786362], [109.174166, 25.782079], [109.180876, 25.778938], [109.18728, 25.778685], [109.174136, 25.762608], [109.168154, 25.761965], [109.163744, 25.765375], [109.159033, 25.761806], [109.151911, 25.76158], [109.154279, 25.758332], [109.154072, 25.752527], [109.148513, 25.745117], [109.143537, 25.744243], [109.141216, 25.745206], [109.127209, 25.762969], [109.129052, 25.770186], [109.139952, 25.777626], [109.144238, 25.782914], [109.139188, 25.789645], [109.139151, 25.798571], [109.129214, 25.808522], [109.12505, 25.808373], [109.121306, 25.811526], [109.114405, 25.812342], [109.103093, 25.807541], [109.096607, 25.807224], [109.090504, 25.80949], [109.088934, 25.807777], [109.088791, 25.80278], [109.091075, 25.797926], [109.088077, 25.796926], [109.080951, 25.798063], [109.07725, 25.79412], [109.073984, 25.789558], [109.074888, 25.779469], [109.052084, 25.787749], [109.044852, 25.793371], [109.031501, 25.792041], [109.025856, 25.79603], [109.020914, 25.793581], [109.007342, 25.795184], [109.004143, 25.792288], [109.006555, 25.78475], [109.005651, 25.783544], [109.003389, 25.78279], [108.993521, 25.787039], [108.984914, 25.780623], [108.99526, 25.767088], [108.995515, 25.763351], [108.988597, 25.76575], [108.982423, 25.764323], [108.97434, 25.75354], [108.967659, 25.747813], [108.959466, 25.747443], [108.954315, 25.744603], [108.953165, 25.741567], [108.958494, 25.737424], [108.957603, 25.733874], [108.945372, 25.732381], [108.940043, 25.73454], [108.940004, 25.736982], [108.942613, 25.739604], [108.935823, 25.743838], [108.909243, 25.729922], [108.907345, 25.728506], [108.907353, 25.719922], [108.905997, 25.718565], [108.898308, 25.720525], [108.891356, 25.716404], [108.890529, 25.707122], [108.89116, 25.701803], [108.894539, 25.695046], [108.892627, 25.689451], [108.894059, 25.686865], [108.900341, 25.683146], [108.914435, 25.679693], [108.916653, 25.683951], [108.924794, 25.687233], [108.940778, 25.679425], [108.948361, 25.684644], [108.956804, 25.687508], [108.958311, 25.69384], [108.975094, 25.708675], [108.977403, 25.712489], [108.979118, 25.722963], [108.981918, 25.72497], [108.988291, 25.724722], [108.996753, 25.726859], [108.994132, 25.736513], [108.997741, 25.738059], [109.016841, 25.732215], [109.018991, 25.731031], [109.019719, 25.727028], [109.026785, 25.725333], [109.033496, 25.727341], [109.037188, 25.736751], [109.036708, 25.739974], [109.048833, 25.747219], [109.051124, 25.744545], [109.048267, 25.734017], [109.050007, 25.731072], [109.068202, 25.723059], [109.073802, 25.722467], [109.073636, 25.720457], [109.066821, 25.713939], [109.068719, 25.69537], [109.060056, 25.690231], [109.054196, 25.684191], [109.050879, 25.678161], [109.049975, 25.67198], [109.045904, 25.668964], [109.044698, 25.662783], [109.03912, 25.659919], [109.034748, 25.653134], [109.035803, 25.643787], [109.034296, 25.640319], [109.02691, 25.637689], [109.027056, 25.633695], [109.032288, 25.620914], [109.038027, 25.618622], [109.042242, 25.619753], [109.044125, 25.615583], [109.037419, 25.60877], [109.039812, 25.598538], [109.041047, 25.57977], [109.046368, 25.570155], [109.057376, 25.567926], [109.066079, 25.561415], [109.069273, 25.556495], [109.077748, 25.556147], [109.084224, 25.552457], [109.077288, 25.542656], [109.071053, 25.539173], [109.060625, 25.541708], [109.049769, 25.526633], [109.042554, 25.524107], [109.040709, 25.528792], [109.0385, 25.527808], [109.025924, 25.520022], [109.022633, 25.513985], [109.006733, 25.521602], [108.988262, 25.539394], [108.986706, 25.536637], [108.968529, 25.533851], [108.963868, 25.548447], [108.951678, 25.554385], [108.945834, 25.559695], [108.92874, 25.556898], [108.9265, 25.558305], [108.916478, 25.549282], [108.897669, 25.543338], [108.889143, 25.543374], [108.885115, 25.545513], [108.887514, 25.556369], [108.885593, 25.559439], [108.878362, 25.558801], [108.870417, 25.555139], [108.859516, 25.559154], [108.855789, 25.557637], [108.847636, 25.557738], [108.847187, 25.555599], [108.852325, 25.552123], [108.847501, 25.550163], [108.83158, 25.549187], [108.821268, 25.552123], [108.814398, 25.539726], [108.813304, 25.533464], [108.806965, 25.528499], [108.796112, 25.541515], [108.795579, 25.548129], [108.792476, 25.552721], [108.789199, 25.555461], [108.782371, 25.554536], [108.777095, 25.557099], [108.782561, 25.573487], [108.791827, 25.577309], [108.793244, 25.580184], [108.789759, 25.582276], [108.793075, 25.588457], [108.789794, 25.595512], [108.776478, 25.604423], [108.782569, 25.624474], [108.777785, 25.627267], [108.761082, 25.632072], [108.759685, 25.633326], [108.764883, 25.636098], [108.761717, 25.639113], [108.745927, 25.640744], [108.736868, 25.638339], [108.719266, 25.637182], [108.71425, 25.631124], [108.704069, 25.626247], [108.686691, 25.627063], [108.682868, 25.624942], [108.681059, 25.610619], [108.68309, 25.588754], [108.670885, 25.594183], [108.660852, 25.590799], [108.657638, 25.586507], [108.664173, 25.580768], [108.654423, 25.577835], [108.659653, 25.566153], [108.654873, 25.555097], [108.664929, 25.550312], [108.674774, 25.540268], [108.684598, 25.536967], [108.686675, 25.529443], [108.686431, 25.520477], [108.66284, 25.532397], [108.657841, 25.528454], [108.652715, 25.530112], [108.646082, 25.526192], [108.638706, 25.527454], [108.631171, 25.522732], [108.626671, 25.515773], [108.626633, 25.510513], [108.618492, 25.50207], [108.616232, 25.494858], [108.603416, 25.495135], [108.607034, 25.489858], [108.613819, 25.487295], [108.614572, 25.477647], [108.624799, 25.480598], [108.629264, 25.468298], [108.62687, 25.46658], [108.62051, 25.467396], [108.606019, 25.481273], [108.598601, 25.459605], [108.595032, 25.456036], [108.592748, 25.44369], [108.59672, 25.439538], [108.596227, 25.435034], [108.591581, 25.42969], [108.583968, 25.425277], [108.587351, 25.414319], [108.591048, 25.411253], [108.595184, 25.409512], [108.603004, 25.409633], [108.605304, 25.411155], [108.609643, 25.410275], [108.610952, 25.404518], [108.614543, 25.401546], [108.609785, 25.395835], [108.61145, 25.393218], [108.615733, 25.392028], [108.618623, 25.374095], [108.615741, 25.372753], [108.61344, 25.362951], [108.616952, 25.357392], [108.623585, 25.35586], [108.622278, 25.348442], [108.626175, 25.337871], [108.625153, 25.333723], [108.620902, 25.328916], [108.621347, 25.311683], [108.619628, 25.310471], [108.613387, 25.30968], [108.606215, 25.32112], [108.599951, 25.323545], [108.588277, 25.33476], [108.58585, 25.340708], [108.590582, 25.352455], [108.581407, 25.365938], [108.559168, 25.377978], [108.561317, 25.380902], [108.560611, 25.385387], [108.550083, 25.397346], [108.52115, 25.420287], [108.514208, 25.419153], [108.510085, 25.416061], [108.506754, 25.415823], [108.505088, 25.417251], [108.504374, 25.421296], [108.508419, 25.42891], [108.507468, 25.432003], [108.502709, 25.435572], [108.499959, 25.448197], [108.485695, 25.455048], [108.483645, 25.459779], [108.462988, 25.458622], [108.444385, 25.454576], [108.434575, 25.450348], [108.430727, 25.44525], [108.430126, 25.440364], [108.425057, 25.437771], [108.416335, 25.443368], [108.413074, 25.44792], [108.411316, 25.46458], [108.395546, 25.494056], [108.384167, 25.500981], [108.379929, 25.498152], [108.373753, 25.50516], [108.365141, 25.50833], [108.354979, 25.516733], [108.348891, 25.523232], [108.347624, 25.527268], [108.34901, 25.532965], [108.345473, 25.537828], [108.330326, 25.538132], [108.324893, 25.534263], [108.315683, 25.533844], [108.313066, 25.530513], [108.313304, 25.524326], [108.304171, 25.528339], [108.29848, 25.520685], [108.298785, 25.517873], [108.2939, 25.505366], [108.290757, 25.498644], [108.288148, 25.498431], [108.288508, 25.494799], [108.294225, 25.489998], [108.288684, 25.484041], [108.277195, 25.479747], [108.259624, 25.480204], [108.250415, 25.469651], [108.236857, 25.46543], [108.233855, 25.455905], [108.238663, 25.448371], [108.246867, 25.441982], [108.248708, 25.438001], [108.246484, 25.432052], [108.242484, 25.428641], [108.23833, 25.428537], [108.233116, 25.432003], [108.223122, 25.431051], [108.221219, 25.435096], [108.221557, 25.443211], [108.21677, 25.453087], [108.208766, 25.455174], [108.205188, 25.451794], [108.205074, 25.453257], [108.190814, 25.459662], [108.167849, 25.451503], [108.154681, 25.443672], [108.155711, 25.435658], [108.159328, 25.430943], [108.162002, 25.430328], [108.166429, 25.434024], [108.169003, 25.433925], [108.178102, 25.427684], [108.180913, 25.423382], [108.185289, 25.422009], [108.181325, 25.414732], [108.183375, 25.410973], [108.188046, 25.41033], [108.189076, 25.406819], [108.184166, 25.39822], [108.177275, 25.392757], [108.166967, 25.395359], [108.157449, 25.39417], [108.153591, 25.397583], [108.143954, 25.396879], [108.137345, 25.392066], [108.144378, 25.386044], [108.149492, 25.384036], [108.151398, 25.379696], [108.148528, 25.356453], [108.141008, 25.347635], [108.142506, 25.342803], [108.154132, 25.327655], [108.148606, 25.32154], [108.148622, 25.311241], [108.140053, 25.300193], [108.132949, 25.287634], [108.13421, 25.284679], [108.143623, 25.277604], [108.142322, 25.273628], [108.13332, 25.264991], [108.129282, 25.25526], [108.131001, 25.249887], [108.136435, 25.245747], [108.134512, 25.23597], [108.131686, 25.232766], [108.125088, 25.236887], [108.124806, 25.231186], [108.116914, 25.225448], [108.113917, 25.22102], [108.112477, 25.21452], [108.07498, 25.195925], [108.061061, 25.20046], [108.042712, 25.202106], [108.028877, 25.201084], [108.009457, 25.193347], [108.002377, 25.195866], [107.998263, 25.199668], [107.994036, 25.19828], [107.988464, 25.1881], [107.982719, 25.18524], [107.973381, 25.18432], [107.963305, 25.179394], [107.959188, 25.181995], [107.954971, 25.180808], [107.942133, 25.174003], [107.928616, 25.162339], [107.911204, 25.155895], [107.899807, 25.154263], [107.894804, 25.151906], [107.893513, 25.147593], [107.886169, 25.14804], [107.866146, 25.143844], [107.866849, 25.13278], [107.862272, 25.128058], [107.83488, 25.119064], [107.825321, 25.127016], [107.809994, 25.130459], [107.791849, 25.119144], [107.777114, 25.121085], [107.775742, 25.122671], [107.776386, 25.12506], [107.774657, 25.125847], [107.764105, 25.119531], [107.760101, 25.121348], [107.758712, 25.127288], [107.762752, 25.131146], [107.782033, 25.141431], [107.787632, 25.148091], [107.778885, 25.155731], [107.773465, 25.163066], [107.77927, 25.168092], [107.779006, 25.17271], [107.768602, 25.182094], [107.766767, 25.187662], [107.762793, 25.187858], [107.755094, 25.192867], [107.759859, 25.196438], [107.759113, 25.200158], [107.753504, 25.202244], [107.754344, 25.212219], [107.762339, 25.225722], [107.758891, 25.234884], [107.748495, 25.242795], [107.745592, 25.242371], [107.746907, 25.236816], [107.744081, 25.233991], [107.740958, 25.233545], [107.740661, 25.238898], [107.73842, 25.241535], [107.734927, 25.237389], [107.733692, 25.229118], [107.709159, 25.217017], [107.70441, 25.21222], [107.703387, 25.204016], [107.701431, 25.202242], [107.697309, 25.203809], [107.686408, 25.197284], [107.682244, 25.197088], [107.682287, 25.200127], [107.694845, 25.213916], [107.696641, 25.220458], [107.694725, 25.226959], [107.690322, 25.228212], [107.688958, 25.225899], [107.684642, 25.225474], [107.681772, 25.226798], [107.682661, 25.236073], [107.671766, 25.23964], [107.659467, 25.249368], [107.662594, 25.251089], [107.665442, 25.250409], [107.668494, 25.252574], [107.666764, 25.254921], [107.659439, 25.257683], [107.659649, 25.260321], [107.656084, 25.263463], [107.658261, 25.266614], [107.663604, 25.267798], [107.664434, 25.279569], [107.659385, 25.288359], [107.660575, 25.292674], [107.654189, 25.294863], [107.652573, 25.297902], [107.649347, 25.298891], [107.651749, 25.302582], [107.664602, 25.307047], [107.665932, 25.310221], [107.662372, 25.322038], [107.650751, 25.320032], [107.645285, 25.321602], [107.640551, 25.317585], [107.640887, 25.312749], [107.636915, 25.312983], [107.631947, 25.308469], [107.62757, 25.31141], [107.623025, 25.31099], [107.618371, 25.308059], [107.619215, 25.304419], [107.617346, 25.296991], [107.621008, 25.294057], [107.608733, 25.283532], [107.612034, 25.279417], [107.611182, 25.270719], [107.606332, 25.267375], [107.604692, 25.26123], [107.602637, 25.259208], [107.599872, 25.259256], [107.596885, 25.264148], [107.588681, 25.26517], [107.588553, 25.260873], [107.593205, 25.2532], [107.590658, 25.251644], [107.574911, 25.257367], [107.565014, 25.252702], [107.538341, 25.237617], [107.532458, 25.226109], [107.522048, 25.227447], [107.513422, 25.210345], [107.504499, 25.22254], [107.50212, 25.22254], [107.500781, 25.220606], [107.501227, 25.214063], [107.497509, 25.211683], [107.467482, 25.217135], [107.467434, 25.235406], [107.465982, 25.238898], [107.470146, 25.244847], [107.477482, 25.264454], [107.476363, 25.266794], [107.47776, 25.270969], [107.482168, 25.272228], [107.482309, 25.274251], [107.474089, 25.28222], [107.481852, 25.28619], [107.482727, 25.289116], [107.475026, 25.297625], [107.470275, 25.297423], [107.450279, 25.286292], [107.442562, 25.27776], [107.43906, 25.278478], [107.437895, 25.286271], [107.429965, 25.286016], [107.426191, 25.287425], [107.421307, 25.294788], [107.421044, 25.305369], [107.41435, 25.309522], [107.417206, 25.33417], [107.415716, 25.336424], [107.400743, 25.345061], [107.39697, 25.349542], [107.400194, 25.352355], [107.418458, 25.388737], [107.392836, 25.392532], [107.389179, 25.39877], [107.389437, 25.407023], [107.369055, 25.413689], [107.365162, 25.412908], [107.364581, 25.403043], [107.354181, 25.396144], [107.349151, 25.39787], [107.34374, 25.404108], [107.340133, 25.405835], [107.328036, 25.40537], [107.321468, 25.408145], [107.313314, 25.405374], [107.310643, 25.406875], [107.305122, 25.413943], [107.300733, 25.431791], [107.30172, 25.433853], [107.305058, 25.435019], [107.308491, 25.432825], [107.311019, 25.433271], [107.313303, 25.435873], [107.320997, 25.438705], [107.326105, 25.452266], [107.325253, 25.457154], [107.33116, 25.46308], [107.330989, 25.465089], [107.324431, 25.468923], [107.324924, 25.479649], [107.320028, 25.482309], [107.317364, 25.486079], [107.318345, 25.496223], [107.324904, 25.497335], [107.325271, 25.498775], [107.323599, 25.50197], [107.317545, 25.501373], [107.315192, 25.504722], [107.309931, 25.507158], [107.301568, 25.504402], [107.299426, 25.505799], [107.296284, 25.515841], [107.292551, 25.521199], [107.284779, 25.524805], [107.274778, 25.534046], [107.258425, 25.542781], [107.241122, 25.545998], [107.23681, 25.551203], [107.228779, 25.554326], [107.224615, 25.563992], [107.224615, 25.571726], [107.228482, 25.579905], [107.225359, 25.586895], [107.230266, 25.589445], [107.236921, 25.596352], [107.22906, 25.600285], [107.223632, 25.600714], [107.217586, 25.603775], [107.214129, 25.60989], [107.203131, 25.613344], [107.19979, 25.610174], [107.199575, 25.606957], [107.194609, 25.600641], [107.184328, 25.599953], [107.181301, 25.581437], [107.172148, 25.577331], [107.162901, 25.57763], [107.150635, 25.574066], [107.138312, 25.565866], [107.127506, 25.569614], [107.124513, 25.566833], [107.118423, 25.566673], [107.104601, 25.567859], [107.102073, 25.571577], [107.089486, 25.571252], [107.080211, 25.567561], [107.075524, 25.568529], [107.067078, 25.559322], [107.061519, 25.560361], [107.062516, 25.550401], [107.060005, 25.544985], [107.064188, 25.533857], [107.069007, 25.532488], [107.070048, 25.52844], [107.070016, 25.521388], [107.06692, 25.515593], [107.05077, 25.50655], [107.034561, 25.505974], [107.011305, 25.498597], [107.009484, 25.496318], [107.010811, 25.489243], [107.003271, 25.48173], [107.001121, 25.469033], [106.996064, 25.460217], [106.994329, 25.447668], [106.990221, 25.446511], [106.977303, 25.451344], [106.96636, 25.446025], [106.960024, 25.440468], [106.959834, 25.438108], [106.965363, 25.427018], [106.964075, 25.412277], [106.970875, 25.409754], [106.973032, 25.407172], [106.973038, 25.399327], [106.976383, 25.387266], [106.974982, 25.379534], [106.982825, 25.363397], [106.990085, 25.360151], [107.003665, 25.359364], [107.007787, 25.357779], [107.009596, 25.353386], [107.010212, 25.346993], [107.007371, 25.340093], [107.006947, 25.32604], [107.003955, 25.317838], [107.003779, 25.312075], [107.007951, 25.298786], [107.006468, 25.292089], [107.010059, 25.283603], [107.009699, 25.278502], [107.005417, 25.274519], [106.988454, 25.266891], [106.984494, 25.262065], [106.984579, 25.257315], [106.994692, 25.246903], [106.992711, 25.243182], [106.981267, 25.241078], [106.971881, 25.236257], [106.966254, 25.241278], [106.951937, 25.249378], [106.932341, 25.253462], [106.916134, 25.250956], [106.904259, 25.241315], [106.901502, 25.236471], [106.898017, 25.22736], [106.896444, 25.1973], [106.892908, 25.19073], [106.884058, 25.185723], [106.876961, 25.185185], [106.850514, 25.189763], [106.830728, 25.18258], [106.80173, 25.175551], [106.790174, 25.174284], [106.779662, 25.175648], [106.767861, 25.184598], [106.761859, 25.186055], [106.738259, 25.174356], [106.730888, 25.166623], [106.723556, 25.164304], [106.718449, 25.164717], [106.71285, 25.167678], [106.70372, 25.177985], [106.693121, 25.181829], [106.681636, 25.181568], [106.663916, 25.173586], [106.645241, 25.170296], [106.636116, 25.163415], [106.638076, 25.143294], [106.636514, 25.134681], [106.625875, 25.12441], [106.615347, 25.121395], [106.605674, 25.114042], [106.594352, 25.108614], [106.590518, 25.095546], [106.586641, 25.090819], [106.577545, 25.087016], [106.552995, 25.087312], [106.537999, 25.081109], [106.526795, 25.0741], [106.51442, 25.055581], [106.493971, 25.051711], [106.454037, 25.040956], [106.444581, 25.035008], [106.438915, 25.02191], [106.409505, 25.015967], [106.400136, 25.008048], [106.382615, 25.007746], [106.350338, 24.992971], [106.324935, 24.990296], [106.312958, 24.985819], [106.308445, 24.980742], [106.301723, 24.977278], [106.290352, 24.977472], [106.276731, 24.982109], [106.261627, 24.981383], [106.249329, 24.973416], [106.242771, 24.972852], [106.222757, 24.984013], [106.214064, 24.985016], [106.20756, 24.982086], [106.203866, 24.97466], [106.194514, 24.967352], [106.188973, 24.958248], [106.184664, 24.954962], [106.179114, 24.954867], [106.168302, 24.961214], [106.156079, 24.964047], [106.150274, 24.963946], [106.145535, 24.96082], [106.141407, 24.95657], [106.145437, 24.94842], [106.159246, 24.939496], [106.163337, 24.929194], [106.180574, 24.904816], [106.189101, 24.89909], [106.193885, 24.888898], [106.192947, 24.875716], [106.201296, 24.862618], [106.202875, 24.854503], [106.196736, 24.842415], [106.197307, 24.834864], [106.194132, 24.817794], [106.187845, 24.807251], [106.180963, 24.803615], [106.184174, 24.791514], [106.176979, 24.783503], [106.17163, 24.767289], [106.165163, 24.76098], [106.158845, 24.760884], [106.146667, 24.765902], [106.139707, 24.759254], [106.135233, 24.7403], [106.131617, 24.732494], [106.11633, 24.728753], [106.110461, 24.717752], [106.107194, 24.714713], [106.09573, 24.7094], [106.08067, 24.707728], [106.063318, 24.700746], [106.056562, 24.695134], [106.051683, 24.69352], [106.043352, 24.686196], [106.041843, 24.684047], [106.0424, 24.674801], [106.035753, 24.659272], [106.023913, 24.644849], [106.019549, 24.63558], [106.010905, 24.637315], [105.991033, 24.651824], [105.986822, 24.652484], [105.985645, 24.654059], [105.986652, 24.65799], [105.983702, 24.663625], [105.971873, 24.673401], [105.965189, 24.67562], [105.959668, 24.679864], [105.950416, 24.690062], [105.949196, 24.696068], [105.943388, 24.707009], [105.941953, 24.719298], [105.938154, 24.723404], [105.939217, 24.727578], [105.935069, 24.729748], [105.914631, 24.727532], [105.902447, 24.728499], [105.887319, 24.725982], [105.878075, 24.733792], [105.861422, 24.732582], [105.853055, 24.720055], [105.836199, 24.712974], [105.825192, 24.705895], [105.812774, 24.704082], [105.797709, 24.705325], [105.766596, 24.720674], [105.762741, 24.723905], [105.76125, 24.73017], [105.755741, 24.737579], [105.734156, 24.745555], [105.726511, 24.752591], [105.722587, 24.758639], [105.717529, 24.760298], [105.701474, 24.772266], [105.674445, 24.778943], [105.649989, 24.775278], [105.625592, 24.779416], [105.614632, 24.784928], [105.609427, 24.791579], [105.608819, 24.799804], [105.606148, 24.805037], [105.595455, 24.810533], [105.587247, 24.81042], [105.57781, 24.806002], [105.573566, 24.801383], [105.56505, 24.800216], [105.541888, 24.801759], [105.531921, 24.80462], [105.525739, 24.803484], [105.496322, 24.81085], [105.489885, 24.819245], [105.489595, 24.836626], [105.485851, 24.844666], [105.479877, 24.851005], [105.465696, 24.856996], [105.461036, 24.864344], [105.46165, 24.867788], [105.452314, 24.876225], [105.453358, 24.880704], [105.451927, 24.889354], [105.449364, 24.89466], [105.443941, 24.918468], [105.438407, 24.925689], [105.424766, 24.933618], [105.397207, 24.940754], [105.388515, 24.944603], [105.365628, 24.946506], [105.34593, 24.941453], [105.33476, 24.935167], [105.330538, 24.929237], [105.322833, 24.92712], [105.300069, 24.927449], [105.282909, 24.931302], [105.263634, 24.933046], [105.256467, 24.941829], [105.254412, 24.947256], [105.255363, 24.954019], [105.260918, 24.95843], [105.25788, 24.965376], [105.249809, 24.970594], [105.241639, 24.966839], [105.232605, 24.968776], [105.231423, 24.971582], [105.233295, 24.9769], [105.231445, 24.981195], [105.228406, 24.98387], [105.219796, 24.983307], [105.212305, 24.984818], [105.213196, 24.995305], [105.208297, 24.998566], [105.192506, 24.997353], [105.176142, 24.988667], [105.154033, 24.961778], [105.150642, 24.961451], [105.147762, 24.965111], [105.142141, 24.967592], [105.130783, 24.965603], [105.121979, 24.949095], [105.096997, 24.939241], [105.087716, 24.931507], [105.078463, 24.919357], [105.069386, 24.912746], [105.068912, 24.901303], [105.060015, 24.889812], [105.039339, 24.878639], [105.033598, 24.873236], [105.033542, 24.869351], [105.037864, 24.861469], [105.038791, 24.856242], [105.033797, 24.834819], [105.031385, 24.830335], [105.023806, 24.823693], [105.024189, 24.817395], [105.030018, 24.802653], [105.031276, 24.791181], [105.010321, 24.788291], [104.996379, 24.779634], [104.978162, 24.772349], [104.956998, 24.770101], [104.950746, 24.767879], [104.941341, 24.76795], [104.937703, 24.764843], [104.920479, 24.760324], [104.901339, 24.758163], [104.878681, 24.746193], [104.867844, 24.738392], [104.863015, 24.732205], [104.859573, 24.722814], [104.858548, 24.704897], [104.852904, 24.696256], [104.847054, 24.690995], [104.843492, 24.683252], [104.837712, 24.678924], [104.819117, 24.673075], [104.80664, 24.674288], [104.797076, 24.66731], [104.780812, 24.66608], [104.759886, 24.660099], [104.7492, 24.651517], [104.74725, 24.646784], [104.746723, 24.636356], [104.740596, 24.623769], [104.731273, 24.621064], [104.723591, 24.621157], [104.716659, 24.623208], [104.700624, 24.632343], [104.695722, 24.638174], [104.701349, 24.645459], [104.701184, 24.648469], [104.693839, 24.654162], [104.651679, 24.66176], [104.63645, 24.661731], [104.627766, 24.663572], [104.599618, 24.697148], [104.593882, 24.71286], [104.57039, 24.717143], [104.559441, 24.72925], [104.555466, 24.731402], [104.527609, 24.734765], [104.526566, 24.740114], [104.532125, 24.750457], [104.539808, 24.758847], [104.537891, 24.770655], [104.543324, 24.780013], [104.539505, 24.790697], [104.535243, 24.797109], [104.537914, 24.817052], [104.54478, 24.827023], [104.550109, 24.829692], [104.569068, 24.848052], [104.58436, 24.874348], [104.59455, 24.888113], [104.604498, 24.892494], [104.606815, 24.896831], [104.618341, 24.897776], [104.63309, 24.907339], [104.636483, 24.921209], [104.648669, 24.936708], [104.649557, 24.944517], [104.661989, 24.955029], [104.661686, 24.967526], [104.672671, 24.974447], [104.685297, 24.978463], [104.68529, 24.981079], [104.682274, 24.985634], [104.685061, 24.990496], [104.698548, 24.998051], [104.704266, 24.996807], [104.709762, 24.99894], [104.711713, 25.001455], [104.703903, 25.014786], [104.702535, 25.027509], [104.697996, 25.03477], [104.697647, 25.040946], [104.686369, 25.051384], [104.682349, 25.057517], [104.665731, 25.062371], [104.652326, 25.062264], [104.633849, 25.057745], [104.623545, 25.061251], [104.617577, 25.060847], [104.617373, 25.062176], [104.622078, 25.064136], [104.641774, 25.063824], [104.65492, 25.066728], [104.65904, 25.065997], [104.669826, 25.070742], [104.683554, 25.080709], [104.683784, 25.097625], [104.690934, 25.106523], [104.693408, 25.125738], [104.715101, 25.143438], [104.716955, 25.156532], [104.730527, 25.17155], [104.732496, 25.176493], [104.732276, 25.185705], [104.730738, 25.189095], [104.725245, 25.193987], [104.720964, 25.194979], [104.739407, 25.211026], [104.743972, 25.212969], [104.751773, 25.21198], [104.76668, 25.203046], [104.776953, 25.186148], [104.792042, 25.169634], [104.807046, 25.160861], [104.815326, 25.158219], [104.816968, 25.162074], [104.814041, 25.168856], [104.819609, 25.169427], [104.821108, 25.173496], [104.807854, 25.187831], [104.807404, 25.19603], [104.815338, 25.2009], [104.808791, 25.209906], [104.805332, 25.226243], [104.807383, 25.230185], [104.806661, 25.233178], [104.827662, 25.240263], [104.825016, 25.242224], [104.819428, 25.254092], [104.816293, 25.26501], [104.812294, 25.268917], [104.803241, 25.265698], [104.795617, 25.256855], [104.790041, 25.254062], [104.788167, 25.259987], [104.778393, 25.271751], [104.765703, 25.278603], [104.754191, 25.278958], [104.752606, 25.272754], [104.753695, 25.266042], [104.752431, 25.265921], [104.738058, 25.268925], [104.722719, 25.27943], [104.711824, 25.283888], [104.706658, 25.283329], [104.70822, 25.292609], [104.705287, 25.299822], [104.699931, 25.298871], [104.697869, 25.295637], [104.691235, 25.299889], [104.674799, 25.294895], [104.667681, 25.296234], [104.669048, 25.291566], [104.661765, 25.284596], [104.649323, 25.29494], [104.639596, 25.296513], [104.636366, 25.300932], [104.639367, 25.303535], [104.644205, 25.304047], [104.647925, 25.306542], [104.648133, 25.313074], [104.643381, 25.318834], [104.64548, 25.331482], [104.643939, 25.337952], [104.64696, 25.342081], [104.640249, 25.356517], [104.643845, 25.360036], [104.634396, 25.368402], [104.613067, 25.367571], [104.590601, 25.385691], [104.591159, 25.39117], [104.586151, 25.395834], [104.571024, 25.406398], [104.566766, 25.405912], [104.56126, 25.402411], [104.557783, 25.395069], [104.549145, 25.397365], [104.535368, 25.409952], [104.535729, 25.412688], [104.542109, 25.417204], [104.540733, 25.423685], [104.543886, 25.432743], [104.542462, 25.440882], [104.543646, 25.449041], [104.542205, 25.454976], [104.539623, 25.456353], [104.539363, 25.461021], [104.541726, 25.468424], [104.54843, 25.474675], [104.554615, 25.527645], [104.54729, 25.533287], [104.543676, 25.531084], [104.541348, 25.523774], [104.546285, 25.521042], [104.548562, 25.514769], [104.546812, 25.514274], [104.536796, 25.521197], [104.534632, 25.52517], [104.533085, 25.526062], [104.531598, 25.524039], [104.528057, 25.524121], [104.521326, 25.529506], [104.516613, 25.526016], [104.502889, 25.510053], [104.496192, 25.509051], [104.4827, 25.497148], [104.477094, 25.495352], [104.468734, 25.497355], [104.448439, 25.498526], [104.446691, 25.495821], [104.44612, 25.478609], [104.442467, 25.475766], [104.434015, 25.475996], [104.431789, 25.487314], [104.417985, 25.496854], [104.41694, 25.502579], [104.421185, 25.506391], [104.430286, 25.508391], [104.433992, 25.521171], [104.431566, 25.536404], [104.433304, 25.53987], [104.429691, 25.548265], [104.433077, 25.555823], [104.425377, 25.562939], [104.423128, 25.572613], [104.425832, 25.57587], [104.422811, 25.581741], [104.417863, 25.5879], [104.408191, 25.589422], [104.406634, 25.594966], [104.402539, 25.597535], [104.395539, 25.595075], [104.384648, 25.595397], [104.371091, 25.586066], [104.362158, 25.577496], [104.360709, 25.578666], [104.361345, 25.582707], [104.365605, 25.586751], [104.364565, 25.604503], [104.359747, 25.605395], [104.353992, 25.602527], [104.347389, 25.602177], [104.340786, 25.607768], [104.339774, 25.602415], [104.335848, 25.602177], [104.326661, 25.623107], [104.322906, 25.62617], [104.31845, 25.626602], [104.314981, 25.629801], [104.314303, 25.634174], [104.320787, 25.640332], [104.321785, 25.644034], [104.31036, 25.656536], [104.309107, 25.663468], [104.313457, 25.673879], [104.315277, 25.696162], [104.321076, 25.709316], [104.317313, 25.720362], [104.321716, 25.727795], [104.324232, 25.73878], [104.325243, 25.744181], [104.321503, 25.7523], [104.326447, 25.766143], [104.329926, 25.766375], [104.3364, 25.755139], [104.348923, 25.748549], [104.34811, 25.743972], [104.350946, 25.739958], [104.362108, 25.733326], [104.369047, 25.734475], [104.380698, 25.74477], [104.388481, 25.764778], [104.394192, 25.763064], [104.398075, 25.765931], [104.397127, 25.779255], [104.402524, 25.787734], [104.401331, 25.790342], [104.402343, 25.794836], [104.399657, 25.798103], [104.399759, 25.800283], [104.408382, 25.801196], [104.410609, 25.805023], [104.410516, 25.808757], [104.417043, 25.818666], [104.420601, 25.821076], [104.427968, 25.821981], [104.426685, 25.833445], [104.421669, 25.844369], [104.432563, 25.86676], [104.438988, 25.871428], [104.43912, 25.873239], [104.435668, 25.876974], [104.432012, 25.897261], [104.426846, 25.899213], [104.419765, 25.894074], [104.415644, 25.895521], [104.416563, 25.899286], [104.412094, 25.917119], [104.421553, 25.924173], [104.427967, 25.923937], [104.430445, 25.927949], [104.436102, 25.931686], [104.437926, 25.93663], [104.437353, 25.942135], [104.439824, 25.941454], [104.444364, 25.944031], [104.444829, 25.9473], [104.441691, 25.94988], [104.439424, 25.95883], [104.44743, 25.972225], [104.449807, 25.97157], [104.453933, 25.976076], [104.459988, 25.988988], [104.459116, 25.996844], [104.462937, 26.002628], [104.462608, 26.011674], [104.467766, 26.014227], [104.462025, 26.020961], [104.459674, 26.031993], [104.467058, 26.039037], [104.469859, 26.051664], [104.468166, 26.057309], [104.459276, 26.05972], [104.463648, 26.060474], [104.466208, 26.063838], [104.453478, 26.077978], [104.453494, 26.082167], [104.455119, 26.088032], [104.457937, 26.089725], [104.467888, 26.089987], [104.490273, 26.074252], [104.494078, 26.074095], [104.500306, 26.077475], [104.503337, 26.0838], [104.507448, 26.087087], [104.513991, 26.088618], [104.517552, 26.091701], [104.524458, 26.103728], [104.52626, 26.117104], [104.524254, 26.125559], [104.519254, 26.131041], [104.516763, 26.136621], [104.515661, 26.143756], [104.516449, 26.168476], [104.519318, 26.173887], [104.526695, 26.179059], [104.531038, 26.191249], [104.537066, 26.200405], [104.538381, 26.205569], [104.536519, 26.210754], [104.538205, 26.215276], [104.542116, 26.218684], [104.547825, 26.220277], [104.546101, 26.232889], [104.540878, 26.245687], [104.539978, 26.25711], [104.545319, 26.262565], [104.55455, 26.278767], [104.565258, 26.284588], [104.5784, 26.296968], [104.580464, 26.306376], [104.590081, 26.32101], [104.598847, 26.325075], [104.611402, 26.326314], [104.620162, 26.332579], [104.631747, 26.331742], [104.645908, 26.334352], [104.657192, 26.339201], [104.655626, 26.355222], [104.657431, 26.360362], [104.666641, 26.368206], [104.676573, 26.367034], [104.681499, 26.372601], [104.680448, 26.378937], [104.682189, 26.381259], [104.668986, 26.389885], [104.661507, 26.404361], [104.666442, 26.412285], [104.662917, 26.437972], [104.656527, 26.440764], [104.639739, 26.443021], [104.630649, 26.454563], [104.629552, 26.465576], [104.633574, 26.471985], [104.636225, 26.481884], [104.627862, 26.493911], [104.618645, 26.500896], [104.612918, 26.512164], [104.604551, 26.516561], [104.597717, 26.523868], [104.59088, 26.526619], [104.577178, 26.52945], [104.568778, 26.528523], [104.565981, 26.537176], [104.567203, 26.542787], [104.579011, 26.561063], [104.577006, 26.571583], [104.570133, 26.572919], [104.570727, 26.578078], [104.56904, 26.582395], [104.562014, 26.589967], [104.553811, 26.59433], [104.54084, 26.588398], [104.51447, 26.591315], [104.506679, 26.590103], [104.503429, 26.59285], [104.497995, 26.592817], [104.485179, 26.58283], [104.470597, 26.591128], [104.461713, 26.598534], [104.457294, 26.605871], [104.455898, 26.613986], [104.458598, 26.631408], [104.465439, 26.647925], [104.465186, 26.655132], [104.462009, 26.656854], [104.454783, 26.667143], [104.439992, 26.675756], [104.438626, 26.680925], [104.440805, 26.685294], [104.439882, 26.688616], [104.431574, 26.701419], [104.421176, 26.706704], [104.422064, 26.710432], [104.418489, 26.715117], [104.412048, 26.713503], [104.406117, 26.71448], [104.39661, 26.711743], [104.395932, 26.689887], [104.379403, 26.667513], [104.378882, 26.664454], [104.380742, 26.659875], [104.378642, 26.653651], [104.377309, 26.651649], [104.362711, 26.646406], [104.361272, 26.63516], [104.35185, 26.626003], [104.346269, 26.623088], [104.3359, 26.624396], [104.327505, 26.623088], [104.31025, 26.616122], [104.305127, 26.616893], [104.307017, 26.624014], [104.301761, 26.630431], [104.291305, 26.635529], [104.279969, 26.636971], [104.269206, 26.63504], [104.269695, 26.625957], [104.264666, 26.623292], [104.254609, 26.622457], [104.248373, 26.629918], [104.240102, 26.631422], [104.232097, 26.628859], [104.22804, 26.623529], [104.20237, 26.629615], [104.189615, 26.637327], [104.189809, 26.640362], [104.187316, 26.642416], [104.183239, 26.641157], [104.18116, 26.638472], [104.17126, 26.638718], [104.166767, 26.644626], [104.157669, 26.649907], [104.150824, 26.650529], [104.146369, 26.64651], [104.137848, 26.644968], [104.124874, 26.647106], [104.118862, 26.641471], [104.111456, 26.628564], [104.103774, 26.61905], [104.101291, 26.610231], [104.093647, 26.603289], [104.078864, 26.584218], [104.06634, 26.577314], [104.06226, 26.563536], [104.0689, 26.543989], [104.067922, 26.540666], [104.069049, 26.529977], [104.071628, 26.52595], [104.059471, 26.514872], [104.05485, 26.513815], [104.04859, 26.509083], [104.042207, 26.515576], [104.035741, 26.518967], [104.019156, 26.5187], [104.00381, 26.514223], [103.99933, 26.524345], [103.990971, 26.523781], [103.983758, 26.51929], [103.959522, 26.523555], [103.950198, 26.523634], [103.912458, 26.515976], [103.902812, 26.518308], [103.880779, 26.520133], [103.863287, 26.515901], [103.860628, 26.516903], [103.855361, 26.524754], [103.847693, 26.526943], [103.845481, 26.531856], [103.840916, 26.534608], [103.835408, 26.535656], [103.831128, 26.532524], [103.824862, 26.531997], [103.816881, 26.533843], [103.813434, 26.536526], [103.810377, 26.547379], [103.81379, 26.556514], [103.798494, 26.569913], [103.789861, 26.574209], [103.77716, 26.57743], [103.765396, 26.585515], [103.762161, 26.58936], [103.765042, 26.591223], [103.768795, 26.600091], [103.767473, 26.607742], [103.762682, 26.611198], [103.760002, 26.61627], [103.746599, 26.627212], [103.747215, 26.633554], [103.750639, 26.64133], [103.759093, 26.652744], [103.759082, 26.664183], [103.756594, 26.668794], [103.758104, 26.680704], [103.756998, 26.690994], [103.76014, 26.696884], [103.766353, 26.703409], [103.765689, 26.711015], [103.771063, 26.720003], [103.767008, 26.73691], [103.76455, 26.740071], [103.760001, 26.740934], [103.754852, 26.737535], [103.748016, 26.729707], [103.743737, 26.728953], [103.735681, 26.73184], [103.734492, 26.735234], [103.728906, 26.738922], [103.723227, 26.747715], [103.723047, 26.757528], [103.716857, 26.764359], [103.718575, 26.775477], [103.716912, 26.77998], [103.710039, 26.787536], [103.703965, 26.799506], [103.701304, 26.812223], [103.700856, 26.817245], [103.705395, 26.832843], [103.707229, 26.834184], [103.713626, 26.834251], [103.722041, 26.844519], [103.720117, 26.854986], [103.727452, 26.85878], [103.750853, 26.863814], [103.758883, 26.869488], [103.770681, 26.869777], [103.777158, 26.877695], [103.775247, 26.883055], [103.770755, 26.886193], [103.76701, 26.892025], [103.764901, 26.903584], [103.761438, 26.909593], [103.763468, 26.920753], [103.774496, 26.936828], [103.775922, 26.947184], [103.771929, 26.955269], [103.752035, 26.966619], [103.751387, 26.976611], [103.742895, 26.99589], [103.732404, 27.008101], [103.729179, 27.016479], [103.730063, 27.022088], [103.728706, 27.024521], [103.721732, 27.030544], [103.718527, 27.035602], [103.709331, 27.04249], [103.70822, 27.047845], [103.703128, 27.052617], [103.686544, 27.054954], [103.672623, 27.054767], [103.663927, 27.044108], [103.654182, 27.036366], [103.651869, 27.026245], [103.630427, 27.017121], [103.620976, 27.0106], [103.616541, 27.011188], [103.611299, 27.008303], [103.611915, 27.012787], [103.622077, 27.019347], [103.627376, 27.02095], [103.623983, 27.026882], [103.622013, 27.038822], [103.616623, 27.038438], [103.613152, 27.040872], [103.604722, 27.052772], [103.599417, 27.063849], [103.600791, 27.066637], [103.604382, 27.066639], [103.607105, 27.069533], [103.610756, 27.08184], [103.615437, 27.08354], [103.632635, 27.072815], [103.643124, 27.068975], [103.656658, 27.068347], [103.658429, 27.072059], [103.658429, 27.075657], [103.65089, 27.095758], [103.640106, 27.09332], [103.632079, 27.094939], [103.619395, 27.101399], [103.621889, 27.113446], [103.625635, 27.120678], [103.650361, 27.129887], [103.659091, 27.126128], [103.673634, 27.13485], [103.687279, 27.133964], [103.695687, 27.130467], [103.709683, 27.14413], [103.704924, 27.161262], [103.70649, 27.16459], [103.712657, 27.163284], [103.718249, 27.164712], [103.725172, 27.177336], [103.725685, 27.181192], [103.730384, 27.185887], [103.735348, 27.187127], [103.7375, 27.198676], [103.745155, 27.202804], [103.746866, 27.214603], [103.756892, 27.214771], [103.761355, 27.217853], [103.774501, 27.230072], [103.773014, 27.232987], [103.77926, 27.233641], [103.787206, 27.242658], [103.78896, 27.244814], [103.787108, 27.257136], [103.79797, 27.250415], [103.800519, 27.25501], [103.798556, 27.267588], [103.801564, 27.270751], [103.820094, 27.267143], [103.832932, 27.270598], [103.838035, 27.275033], [103.840013, 27.28739], [103.84349, 27.290765], [103.856621, 27.288781], [103.861964, 27.292799], [103.863262, 27.305727], [103.874254, 27.320219], [103.871361, 27.326156], [103.873464, 27.336242], [103.888047, 27.341933], [103.893409, 27.346119], [103.898152, 27.34558], [103.90285, 27.348104], [103.901593, 27.350286], [103.902711, 27.386677], [103.904445, 27.391184], [103.912394, 27.392129], [103.912495, 27.401306], [103.918426, 27.40912], [103.919927, 27.414145], [103.923958, 27.416665], [103.924448, 27.429812], [103.925736, 27.434338], [103.928402, 27.436823], [103.93076, 27.447987], [103.944636, 27.436571], [103.955118, 27.437022], [103.953372, 27.430721], [103.954971, 27.429198], [103.96608, 27.42655], [103.972763, 27.426835], [103.978177, 27.420404], [103.983103, 27.422006], [103.986383, 27.421197], [103.997754, 27.430466], [104.004, 27.433562], [104.013245, 27.432708], [104.014547, 27.426481], [104.012977, 27.423918], [104.013849, 27.416339], [104.017672, 27.413962], [104.018069, 27.408055], [104.017469, 27.392712], [104.015282, 27.387234], [104.019142, 27.378898], [104.027499, 27.371443], [104.037843, 27.365774], [104.055097, 27.359194], [104.060688, 27.35036], [104.077328, 27.342824], [104.082069, 27.334222], [104.11094, 27.341468], [104.115664, 27.333904], [104.12775, 27.330165], [104.131946, 27.324776], [104.131844, 27.32192], [104.129486, 27.319115], [104.129239, 27.309617], [104.146806, 27.287388], [104.171101, 27.266735], [104.185043, 27.277921], [104.187842, 27.289532], [104.190634, 27.291498], [104.195002, 27.290966], [104.200758, 27.283289], [104.207337, 27.281674], [104.215516, 27.283161], [104.217004, 27.288366], [104.215994, 27.29424], [104.211468, 27.298858], [104.211434, 27.303592], [104.218914, 27.303913], [104.226826, 27.295692], [104.230957, 27.296111], [104.241655, 27.302753], [104.243886, 27.30201], [104.246265, 27.295169], [104.251768, 27.298143], [104.248942, 27.3032], [104.253422, 27.305802], [104.256684, 27.312528], [104.246807, 27.327136], [104.245968, 27.340081], [104.255983, 27.344721], [104.267978, 27.363876], [104.27586, 27.364768], [104.275711, 27.375476], [104.276901, 27.377112], [104.279131, 27.371609], [104.282633, 27.371237], [104.290887, 27.376946], [104.30031, 27.39484], [104.304022, 27.408355], [104.309923, 27.411211], [104.317061, 27.410544], [104.326008, 27.415684], [104.331913, 27.429216], [104.333116, 27.436152], [104.334454, 27.436301], [104.33728, 27.430203], [104.338767, 27.430055], [104.339808, 27.43868], [104.331331, 27.445224], [104.330885, 27.447603], [104.343972, 27.458162], [104.345996, 27.46764], [104.348774, 27.469531], [104.360088, 27.471749], [104.369514, 27.464206], [104.375997, 27.467688], [104.387178, 27.46306], [104.395138, 27.462142], [104.400534, 27.458185], [104.408347, 27.461459], [104.409229, 27.457741], [104.406433, 27.453312], [104.406582, 27.450268], [104.412212, 27.445558], [104.414217, 27.438076], [104.426573, 27.437509], [104.430759, 27.431062], [104.443488, 27.429551], [104.468621, 27.417803], [104.474622, 27.418356], [104.483352, 27.416124], [104.491699, 27.418685], [104.495038, 27.417521], [104.495323, 27.41554], [104.488647, 27.409249], [104.488311, 27.406085], [104.498741, 27.401207], [104.506727, 27.403618], [104.514722, 27.403047], [104.514151, 27.401333], [104.506727, 27.397526], [104.505775, 27.389531], [104.520433, 27.366498], [104.520016, 27.361363], [104.5245, 27.352102], [104.534675, 27.344793], [104.538042, 27.339563], [104.538903, 27.335494], [104.536842, 27.330126], [104.539889, 27.328686], [104.551226, 27.333663], [104.568251, 27.335994], [104.573597, 27.333623], [104.588755, 27.321019], [104.593375, 27.314264], [104.598491, 27.31593], [104.60896, 27.310576], [104.63061, 27.322436], [104.649967, 27.325946], [104.658737, 27.321887], [104.673487, 27.322492], [104.685009, 27.33607], [104.704144, 27.34222], [104.720552, 27.345431], [104.731427, 27.338799], [104.736781, 27.338941], [104.745172, 27.347677], [104.749547, 27.34915], [104.762434, 27.336468], [104.767387, 27.322794], [104.771767, 27.32109], [104.783967, 27.322713], [104.803889, 27.355931], [104.821499, 27.355369], [104.829165, 27.348964], [104.842978, 27.345943], [104.854429, 27.334789], [104.850161, 27.329179], [104.850789, 27.304769], [104.868574, 27.29451], [104.87926, 27.301679], [104.884157, 27.301105], [104.888364, 27.30289], [104.891631, 27.308818], [104.898495, 27.307945], [104.901631, 27.309806], [104.909286, 27.329218], [104.932951, 27.33821], [104.934736, 27.343266], [104.940527, 27.349218], [104.958572, 27.36068], [104.969434, 27.361264], [104.987737, 27.369943], [105.010277, 27.38546], [105.030308, 27.403177], [105.035554, 27.40396], [105.041652, 27.397734], [105.045419, 27.400887], [105.042231, 27.403846], [105.043136, 27.409894], [105.054006, 27.411525], [105.068019, 27.422921], [105.085842, 27.422194], [105.094336, 27.413484], [105.110191, 27.420564], [105.133009, 27.419178], [105.14653, 27.412556], [105.149736, 27.406907], [105.153754, 27.407801], [105.157072, 27.41185], [105.161217, 27.413749], [105.168107, 27.405677], [105.180292, 27.39706], [105.180055, 27.382765], [105.178324, 27.375154], [105.179398, 27.373365], [105.18248, 27.372651], [105.188614, 27.375857], [105.19079, 27.386427], [105.199936, 27.392933], [105.210349, 27.404746], [105.22732, 27.431063], [105.230475, 27.439391], [105.222253, 27.446867], [105.236065, 27.470697], [105.234868, 27.474642], [105.230831, 27.477987], [105.233584, 27.484904], [105.232742, 27.490931], [105.236694, 27.4948], [105.244081, 27.495526], [105.257836, 27.51742], [105.257042, 27.52643], [105.247228, 27.546223], [105.243351, 27.547787], [105.235979, 27.544211], [105.232119, 27.544963], [105.229392, 27.548365], [105.230471, 27.551114], [105.237706, 27.552932], [105.243617, 27.566332], [105.244636, 27.572008], [105.241278, 27.575355], [105.240743, 27.578779], [105.242324, 27.581173], [105.244523, 27.580992], [105.257628, 27.588323], [105.270412, 27.592248], [105.301043, 27.615335], [105.301901, 27.618837], [105.30006, 27.628938], [105.290995, 27.636804], [105.301166, 27.644254], [105.305915, 27.655916], [105.305359, 27.668397], [105.297223, 27.689436], [105.298308, 27.700177], [105.303071, 27.7078], [105.315334, 27.717517], [105.323062, 27.730184], [105.330459, 27.729428], [105.33787, 27.733094], [105.34683, 27.748951], [105.349814, 27.751729], [105.363488, 27.753544], [105.369478, 27.757749], [105.379638, 27.760794], [105.383075, 27.759551], [105.384241, 27.753811], [105.388076, 27.75327], [105.390685, 27.754387], [105.39286, 27.760711], [105.390454, 27.763912], [105.393815, 27.766394], [105.401836, 27.768727], [105.414643, 27.769631], [105.427159, 27.767473], [105.434255, 27.772545], [105.437225, 27.778814], [105.445426, 27.778615], [105.45532, 27.771149], [105.461475, 27.772123], [105.464375, 27.77616], [105.473654, 27.77831], [105.489856, 27.776331], [105.496787, 27.772047], [105.506832, 27.771837], [105.514953, 27.768146], [105.520028, 27.761709], [105.534592, 27.756737], [105.534305, 27.751986], [105.539476, 27.746573], [105.542587, 27.735867], [105.547093, 27.7299], [105.555556, 27.724164], [105.566195, 27.723651], [105.574816, 27.725693], [105.601817, 27.719543], [105.599349, 27.709387], [105.601043, 27.703622], [105.606527, 27.695777], [105.61685, 27.690634], [105.619283, 27.684595], [105.618005, 27.678749], [105.620818, 27.669324], [105.625857, 27.664444], [105.634116, 27.662549], [105.639585, 27.66344], [105.652309, 27.681522], [105.662523, 27.687909], [105.668308, 27.688326], [105.674453, 27.686759], [105.681985, 27.682185], [105.697313, 27.6803], [105.714958, 27.685885], [105.71735, 27.68799], [105.715554, 27.692928], [105.718499, 27.708204], [105.719729, 27.709878], [105.736584, 27.715457], [105.747591, 27.716461], [105.761281, 27.721518], [105.767036, 27.719343], [105.772233, 27.721856], [105.779983, 27.722403], [105.791668, 27.719962], [105.794634, 27.717493], [105.808386, 27.716168], [105.810291, 27.714385], [105.826904, 27.713747], [105.83138, 27.710601], [105.841352, 27.709219], [105.856987, 27.720201], [105.865543, 27.731355], [105.864815, 27.736033], [105.877326, 27.74231], [105.888231, 27.739594], [105.90158, 27.748661], [105.918955, 27.750639], [105.920929, 27.748636], [105.92484, 27.735092], [105.928746, 27.731228], [105.929973, 27.73294], [105.942679, 27.735781], [105.96549, 27.744186], [105.983178, 27.753625], [106.011968, 27.749285], [106.020056, 27.750625], [106.031681, 27.756701], [106.05125, 27.762277], [106.059878, 27.768171], [106.055373, 27.775248], [106.060426, 27.780853], [106.0697, 27.781463], [106.075565, 27.779204], [106.101728, 27.783356], [106.109396, 27.781102], [106.120942, 27.782462], [106.143558, 27.775709], [106.162717, 27.766103], [106.174942, 27.765644], [106.189807, 27.757702], [106.206496, 27.767505], [106.22113, 27.764446], [106.227389, 27.771051], [106.238572, 27.770578], [106.245032, 27.773438], [106.250792, 27.778454], [106.262181, 27.783675], [106.28317, 27.797912], [106.291868, 27.806201], [106.306813, 27.813508], [106.319587, 27.813049], [106.338425, 27.823396], [106.339477, 27.828114], [106.333175, 27.830342], [106.327382, 27.827037], [106.316659, 27.833361], [106.312591, 27.837835], [106.312825, 27.840046], [106.322198, 27.851122], [106.327579, 27.85407], [106.334106, 27.860762], [106.337557, 27.86928], [106.334889, 27.878547], [106.329864, 27.880914], [106.326692, 27.87991], [106.321032, 27.883003], [106.326889, 27.884771], [106.32953, 27.888218], [106.325145, 27.892183], [106.322744, 27.899822], [106.317072, 27.899549], [106.313525, 27.901492], [106.30152, 27.902288], [106.298285, 27.904081], [106.297812, 27.9125], [106.305776, 27.916383], [106.304653, 27.921331], [106.306391, 27.929694], [106.304687, 27.940078], [106.310946, 27.941096], [106.313971, 27.948281], [106.323965, 27.955688], [106.324669, 27.961864], [106.315852, 27.965428], [106.313899, 27.974158], [106.310018, 27.97477], [106.310918, 27.982797], [106.293996, 27.997461], [106.293311, 28.002669], [106.289902, 28.007082], [106.276752, 28.010501], [106.26251, 28.007064], [106.258193, 28.009934], [106.25139, 28.009639], [106.24935, 28.012293], [106.241383, 28.01513], [106.237339, 28.023368], [106.236538, 28.027034], [106.238008, 28.031775], [106.250212, 28.044589], [106.251773, 28.048577], [106.261738, 28.052505], [106.26026, 28.05673], [106.262866, 28.070567], [106.246927, 28.095103], [106.241822, 28.098565], [106.227698, 28.101852], [106.224009, 28.107231], [106.223129, 28.11882], [106.208195, 28.122278], [106.204954, 28.127174], [106.205604, 28.13373], [106.203115, 28.137978], [106.187393, 28.140578], [106.174865, 28.150091], [106.142278, 28.165965], [106.133134, 28.165688], [106.121956, 28.170239], [106.084996, 28.164845], [106.058558, 28.146672], [106.041648, 28.141777], [106.03449, 28.141528], [106.029606, 28.134995], [106.024068, 28.135026], [106.024119, 28.127943], [106.027595, 28.125157], [106.033005, 28.113868], [106.030982, 28.110635], [106.018776, 28.111483], [106.016528, 28.113451], [106.015953, 28.119156], [106.008609, 28.123467], [105.995891, 28.119462], [105.990992, 28.119319], [105.987465, 28.12173], [105.984445, 28.121649], [105.982211, 28.11929], [105.982058, 28.111937], [105.978289, 28.110108], [105.970903, 28.119636], [105.965443, 28.137674], [105.950907, 28.145207], [105.938531, 28.147782], [105.933842, 28.14544], [105.936159, 28.140665], [105.934275, 28.136605], [105.930428, 28.135424], [105.925454, 28.136615], [105.919045, 28.141175], [105.90249, 28.13391], [105.892864, 28.123447], [105.875998, 28.125628], [105.873909, 28.127123], [105.872393, 28.133061], [105.874987, 28.142922], [105.865239, 28.149691], [105.859952, 28.156102], [105.857303, 28.162864], [105.856504, 28.17179], [105.866104, 28.195235], [105.866092, 28.203877], [105.869904, 28.208428], [105.874676, 28.210393], [105.879692, 28.217479], [105.883434, 28.233253], [105.886244, 28.235593], [105.887913, 28.240505], [105.872265, 28.248716], [105.870115, 28.254303], [105.870369, 28.258173], [105.86099, 28.255468], [105.859336, 28.252523], [105.85714, 28.252131], [105.847012, 28.257231], [105.842383, 28.261707], [105.838434, 28.269008], [105.820729, 28.308736], [105.815939, 28.311091], [105.80309, 28.31049], [105.797351, 28.312036], [105.793312, 28.315969], [105.789393, 28.330113], [105.784594, 28.339437], [105.774241, 28.339927], [105.7716, 28.338787], [105.767393, 28.332384], [105.767883, 28.322196], [105.776539, 28.316742], [105.775676, 28.31285], [105.757138, 28.3125], [105.735133, 28.308051], [105.732115, 28.302865], [105.731518, 28.294548], [105.734026, 28.290924], [105.733529, 28.284334], [105.735608, 28.279913], [105.732523, 28.273993], [105.685395, 28.28751], [105.672227, 28.307438], [105.664567, 28.31602], [105.655826, 28.314187], [105.653249, 28.318059], [105.647274, 28.321634], [105.642774, 28.316525], [105.642944, 28.312583], [105.641324, 28.310661], [105.636397, 28.315675], [105.634382, 28.326112], [105.641092, 28.333376], [105.645941, 28.341501], [105.650903, 28.366524], [105.651403, 28.374436], [105.648161, 28.380966], [105.647738, 28.393379], [105.636575, 28.403365], [105.645241, 28.414824], [105.644395, 28.424545], [105.64136, 28.433607], [105.635762, 28.43852], [105.633145, 28.439321], [105.628182, 28.435676], [105.619128, 28.438398], [105.605788, 28.446189], [105.609395, 28.460616], [105.611976, 28.464342], [105.615695, 28.464659], [105.616169, 28.466656], [105.611426, 28.473876], [105.606174, 28.476957], [105.611803, 28.486547], [105.617921, 28.489798], [105.622974, 28.500046], [105.624811, 28.513707], [105.621427, 28.523295], [105.629486, 28.524612], [105.631268, 28.521896], [105.636373, 28.521924], [105.642617, 28.523248], [105.647256, 28.526257], [105.659717, 28.52699], [105.666201, 28.531075], [105.66376, 28.535433], [105.665558, 28.538181], [105.66945, 28.539415], [105.679677, 28.538765], [105.677954, 28.555858], [105.681845, 28.563415], [105.689352, 28.570326], [105.687426, 28.579338], [105.6887, 28.589647], [105.690996, 28.593999], [105.695437, 28.595952], [105.70668, 28.590439], [105.713047, 28.590861], [105.718337, 28.595901], [105.723634, 28.606283], [105.733252, 28.612116], [105.733625, 28.616398], [105.742772, 28.619883], [105.744987, 28.619287], [105.752971, 28.607053], [105.754, 28.593283], [105.774472, 28.600516], [105.777589, 28.61013], [105.781338, 28.614583], [105.792196, 28.607213], [105.805842, 28.603282], [105.814084, 28.605895], [105.832684, 28.603697], [105.838094, 28.607616], [105.846922, 28.609875], [105.856434, 28.602965], [105.869733, 28.606486], [105.871942, 28.60527], [105.872081, 28.602455], [105.874287, 28.600029], [105.879409, 28.597696], [105.883431, 28.601884], [105.892475, 28.606593], [105.896863, 28.605121], [105.901704, 28.606241], [105.90202, 28.616022], [105.888499, 28.626267], [105.890164, 28.64697], [105.884931, 28.65485], [105.887864, 28.671588], [105.899518, 28.672419], [105.932157, 28.684534], [105.934489, 28.692172], [105.929614, 28.700631], [105.928677, 28.705896], [105.935964, 28.7091], [105.939109, 28.714155], [105.943378, 28.716588], [105.952965, 28.717775], [105.950692, 28.726945], [105.960792, 28.739593], [105.961655, 28.763885], [105.963596, 28.766019], [105.97091, 28.758612], [105.974522, 28.749668], [105.986915, 28.744288], [105.994074, 28.747365], [105.998814, 28.747268], [106.007929, 28.739287], [106.025358, 28.717747], [106.018732, 28.717151], [106.015899, 28.714541], [106.016382, 28.710936], [106.027565, 28.710616], [106.032718, 28.708807], [106.027139, 28.698903], [106.034145, 28.692741], [106.040801, 28.697105], [106.048439, 28.693855], [106.053169, 28.689626], [106.059835, 28.687819], [106.065228, 28.693295], [106.074617, 28.689813], [106.08159, 28.684256], [106.081157, 28.680031], [106.08589, 28.672167], [106.085008, 28.667861], [106.08181, 28.663939], [106.08332, 28.659222], [106.089798, 28.657713], [106.091759, 28.654182], [106.093492, 28.643471], [106.103981, 28.63382], [106.117426, 28.635591], [106.120723, 28.637727], [106.120375, 28.641019], [106.117769, 28.644117], [106.124609, 28.646659], [106.137513, 28.646711], [106.161107, 28.639385], [106.165536, 28.631328], [106.164521, 28.622823], [106.166907, 28.61641], [106.170774, 28.614814], [106.180872, 28.601765], [106.180534, 28.590896], [106.185916, 28.581992], [106.191099, 28.577874], [106.203605, 28.573874], [106.210978, 28.576757], [106.216239, 28.576408], [106.218741, 28.574772], [106.218562, 28.569532], [106.238816, 28.556467], [106.24479, 28.548569], [106.265745, 28.542059], [106.268402, 28.537937], [106.271439, 28.536428], [106.27369, 28.536652], [106.272795, 28.540681], [106.274549, 28.54227], [106.286962, 28.541332], [106.301976, 28.505812], [106.312313, 28.498835], [106.327562, 28.483571], [106.340158, 28.481584], [106.362926, 28.482819], [106.366899, 28.478737], [106.373953, 28.481137], [106.375223, 28.48292], [106.37099, 28.502296], [106.372691, 28.505307], [106.372231, 28.521395], [106.368409, 28.529115], [106.372439, 28.531162], [106.38102, 28.543556], [106.384871, 28.557768], [106.380974, 28.5637], [106.386426, 28.570632], [106.39507, 28.574483], [106.427865, 28.559555], [106.437284, 28.562339], [106.462797, 28.544602], [106.463908, 28.542294], [106.462741, 28.540485], [106.464794, 28.536484], [106.475054, 28.533293], [106.484128, 28.536872], [106.4894, 28.541837], [106.492475, 28.541461], [106.496682, 28.537546], [106.503803, 28.542312], [106.501389, 28.547546], [106.481598, 28.562837], [106.481143, 28.569019], [106.475727, 28.576137], [106.462494, 28.587367], [106.463354, 28.592973], [106.47069, 28.602544], [106.473106, 28.602596], [106.474165, 28.599153], [106.482674, 28.591753], [106.488992, 28.592775], [106.49238, 28.589864], [106.49762, 28.583031], [106.499459, 28.574632], [106.503227, 28.570229], [106.512017, 28.567461], [106.521751, 28.578722], [106.507537, 28.581186], [106.503319, 28.586003], [106.501832, 28.590727], [106.489819, 28.604559], [106.489631, 28.609927], [106.490941, 28.618468], [106.495188, 28.62164], [106.503053, 28.639073], [106.502635, 28.649674], [106.500245, 28.65246], [106.501571, 28.657337], [106.499084, 28.663736], [106.501997, 28.664335], [106.506772, 28.661666], [106.515367, 28.665964], [106.524996, 28.677936], [106.516153, 28.688869], [106.512046, 28.691613], [106.509431, 28.698511], [106.511209, 28.703849], [106.509608, 28.708338], [106.500821, 28.718746], [106.495101, 28.720656], [106.494413, 28.731652], [106.482926, 28.749326], [106.474609, 28.752411], [106.462313, 28.761643], [106.450693, 28.781275], [106.448031, 28.796067], [106.451608, 28.797386], [106.458918, 28.795938], [106.462611, 28.797253], [106.461127, 28.803027], [106.456945, 28.808929], [106.454734, 28.810264], [106.447522, 28.81003], [106.446033, 28.817405], [106.465012, 28.8291], [106.463466, 28.832418], [106.457482, 28.83428], [106.46996, 28.837866], [106.473371, 28.827876], [106.488674, 28.809299], [106.504068, 28.800324], [106.514501, 28.797973], [106.51839, 28.793658], [106.517357, 28.789725], [106.519286, 28.784602], [106.530432, 28.781835], [106.530782, 28.769803], [106.545865, 28.773667], [106.555642, 28.763924], [106.559211, 28.757755], [106.560365, 28.750529], [106.559499, 28.743169], [106.556853, 28.741478], [106.555601, 28.737827], [106.556989, 28.723669], [106.569401, 28.70741], [106.589206, 28.697153], [106.607237, 28.692288], [106.61147, 28.687583], [106.607901, 28.684198], [106.615222, 28.66926], [106.624591, 28.662353], [106.629408, 28.66159], [106.63665, 28.668694], [106.642193, 28.668949], [106.647142, 28.654456], [106.64456, 28.650072], [106.639693, 28.647137], [106.630643, 28.645925], [106.616028, 28.649846], [106.613856, 28.646633], [106.613016, 28.642779], [106.625562, 28.635902], [106.633141, 28.627456], [106.632015, 28.614355], [106.626738, 28.608587], [106.621005, 28.606846], [106.616747, 28.610129], [106.608935, 28.612614], [106.601654, 28.596266], [106.602069, 28.593217], [106.608864, 28.583717], [106.612356, 28.570234], [106.612136, 28.55441], [106.598048, 28.54411], [106.58516, 28.530783], [106.583677, 28.527462], [106.56337, 28.526889], [106.56068, 28.525076], [106.555959, 28.517122], [106.558017, 28.502072], [106.561125, 28.496966], [106.560076, 28.489175], [106.56442, 28.48804], [106.578435, 28.493426], [106.580752, 28.493435], [106.583131, 28.491141], [106.587076, 28.493661], [106.588491, 28.496253], [106.587614, 28.503058], [106.583087, 28.509109], [106.579896, 28.510896], [106.588664, 28.516623], [106.608889, 28.504516], [106.618964, 28.507543], [106.628615, 28.507645], [106.627444, 28.497342], [106.628923, 28.49192], [106.632796, 28.486812], [106.643632, 28.482589], [106.646332, 28.482631], [106.65259, 28.487412], [106.660301, 28.496978], [106.662342, 28.489974], [106.669704, 28.485019], [106.678965, 28.485998], [106.684705, 28.488865], [106.693805, 28.478496], [106.687659, 28.464103], [106.699331, 28.458312], [106.704488, 28.453885], [106.718299, 28.458801], [106.726058, 28.464456], [106.741703, 28.471955], [106.740161, 28.495319], [106.737481, 28.501677], [106.720505, 28.523466], [106.719629, 28.533989], [106.724619, 28.546861], [106.734607, 28.558564], [106.775545, 28.56597], [106.776778, 28.567277], [106.777367, 28.574891], [106.775952, 28.578865], [106.763458, 28.582386], [106.755567, 28.590063], [106.754042, 28.594132], [106.752994, 28.613242], [106.759834, 28.616641], [106.765296, 28.617328], [106.778145, 28.628012], [106.781841, 28.62846], [106.78678, 28.620937], [106.787824, 28.614204], [106.793626, 28.601395], [106.803315, 28.59253], [106.807924, 28.591479], [106.816471, 28.60245], [106.822258, 28.601834], [106.82722, 28.610738], [106.828879, 28.616853], [106.824597, 28.617417], [106.823356, 28.621921], [106.825963, 28.626794], [106.854688, 28.626123], [106.863258, 28.629453], [106.866402, 28.652284], [106.862196, 28.653755], [106.86132, 28.655663], [106.871475, 28.671704], [106.88233, 28.698009], [106.870697, 28.698531], [106.862086, 28.694425], [106.854963, 28.69427], [106.848977, 28.701834], [106.848257, 28.706163], [106.849584, 28.709396], [106.857719, 28.711017], [106.858162, 28.713326], [106.85091, 28.726859], [106.841695, 28.733265], [106.833397, 28.733934], [106.825534, 28.736973], [106.823065, 28.741569], [106.818963, 28.754817], [106.828251, 28.773805], [106.837982, 28.783893], [106.858393, 28.785979], [106.860079, 28.777797], [106.869693, 28.783552], [106.874704, 28.792394], [106.886633, 28.801752], [106.889916, 28.803446], [106.896796, 28.801639], [106.903879, 28.803281], [106.911378, 28.806204], [106.912856, 28.808922], [106.921837, 28.813095], [106.932586, 28.801007], [106.936308, 28.786383], [106.943331, 28.782732], [106.946923, 28.769641], [106.958467, 28.772441], [106.963654, 28.777646], [106.968762, 28.779779], [106.974716, 28.773874], [106.989457, 28.77484], [106.985647, 28.781626], [106.984521, 28.794586], [106.982467, 28.796111], [106.977294, 28.807627], [106.976922, 28.81649], [106.985458, 28.832958], [106.981356, 28.841435], [106.979564, 28.854423], [106.984085, 28.856865], [106.99835, 28.857495], [107.013334, 28.864693], [107.013632, 28.875049], [107.010201, 28.878826], [107.013037, 28.888974], [107.035178, 28.884496], [107.032988, 28.873991], [107.034297, 28.868021], [107.048561, 28.871453], [107.051301, 28.873106], [107.041769, 28.877714], [107.0457, 28.888157], [107.053075, 28.897506], [107.064224, 28.898912], [107.069868, 28.887398], [107.069854, 28.883767], [107.067166, 28.881747], [107.060503, 28.881121], [107.055307, 28.871682], [107.062091, 28.869276], [107.068238, 28.869514], [107.082165, 28.875565], [107.090204, 28.894214], [107.108484, 28.894851], [107.14036, 28.887917], [107.13872, 28.882829], [107.140837, 28.878798], [107.147417, 28.879943], [107.145664, 28.883555], [107.148664, 28.887006], [107.1655, 28.884233], [107.176966, 28.890801], [107.186899, 28.892805], [107.191028, 28.882423], [107.199233, 28.87036], [107.192637, 28.858957], [107.188598, 28.84128], [107.221355, 28.838883], [107.218941, 28.831404], [107.211938, 28.831924], [107.206783, 28.821419], [107.206642, 28.809555], [107.20889, 28.800322], [107.214902, 28.792822], [107.214459, 28.787544], [107.211671, 28.781857], [107.213456, 28.776921], [107.239035, 28.765507], [107.245522, 28.764605], [107.249574, 28.7728], [107.24932, 28.780047], [107.247576, 28.782597], [107.250131, 28.797033], [107.259198, 28.794706], [107.265655, 28.800272], [107.278815, 28.804013], [107.286404, 28.804173], [107.298527, 28.810532], [107.323031, 28.812193], [107.329599, 28.814135], [107.328413, 28.820631], [107.332705, 28.826092], [107.337116, 28.826877], [107.341001, 28.830458], [107.335689, 28.836449], [107.32941, 28.839278], [107.3267, 28.84624], [107.35391, 28.851708], [107.364141, 28.848016], [107.390282, 28.861368], [107.392018, 28.865889], [107.389507, 28.871901], [107.391264, 28.878896], [107.396484, 28.886011], [107.400788, 28.889596], [107.413399, 28.889611], [107.414235, 28.893061], [107.41139, 28.899886], [107.409124, 28.915285], [107.410342, 28.918172], [107.417168, 28.930165], [107.435261, 28.949766], [107.435122, 28.956513], [107.433137, 28.958332], [107.424357, 28.957123], [107.416876, 28.959195], [107.404367, 28.966057], [107.399486, 28.975907], [107.39921, 28.978919], [107.401346, 28.98043], [107.398709, 28.987386], [107.391967, 28.996194], [107.38641, 28.997783], [107.373159, 28.996085], [107.366197, 28.997198], [107.359522, 29.012534], [107.372992, 29.030119], [107.376489, 29.033048], [107.38732, 29.037388], [107.389995, 29.039652], [107.391022, 29.043115], [107.389499, 29.055389], [107.386199, 29.062212], [107.381414, 29.062336], [107.372902, 29.069832], [107.365219, 29.094247], [107.36989, 29.105723], [107.378279, 29.098609], [107.381502, 29.098802], [107.388889, 29.094375], [107.404065, 29.098214], [107.407088, 29.097169], [107.423455, 29.131281], [107.41732, 29.138618], [107.409602, 29.137797], [107.403482, 29.144019], [107.403605, 29.153467], [107.406794, 29.166034], [107.3978, 29.177274], [107.396286, 29.182072], [107.397744, 29.188135], [107.401393, 29.191153], [107.412411, 29.194188], [107.423397, 29.1931], [107.429545, 29.200325], [107.439885, 29.20775], [107.4419, 29.204143], [107.458942, 29.198043], [107.460374, 29.187218], [107.457602, 29.181865], [107.458296, 29.179204], [107.467875, 29.174104], [107.480775, 29.17638], [107.494402, 29.184122], [107.510697, 29.197532], [107.519125, 29.198958], [107.526536, 29.197296], [107.542944, 29.210079], [107.549331, 29.221697], [107.55588, 29.224344], [107.56556, 29.22189], [107.570161, 29.204705]], [[109.471728, 26.839993], [109.457997, 26.835466], [109.45695, 26.833398], [109.459002, 26.830944], [109.462627, 26.832475], [109.469877, 26.832347], [109.475649, 26.835978], [109.47805, 26.839677], [109.476143, 26.84173], [109.471728, 26.839993]]]] + } + }, { + "type": "Feature", + "properties": { + "name": "云南省", + "province_adcode": 530000, + "province_type": "省", + "name_en": "Yunnan", + "name_var": "Yún Nán", + "adcode": 530000 + }, + "geometry": { + "type": "Polygon", + "coordinates": [[[99.112758, 29.211494], [99.117372, 29.207232], [99.11829, 29.202661], [99.111922, 29.192102], [99.114044, 29.150263], [99.107303, 29.142733], [99.10967, 29.137586], [99.11379, 29.134439], [99.114336, 29.130698], [99.111964, 29.124495], [99.111973, 29.113232], [99.117072, 29.104267], [99.112776, 29.076123], [99.117634, 29.057571], [99.117495, 29.035892], [99.122665, 29.030297], [99.126474, 29.02171], [99.126036, 29.013666], [99.121807, 28.999832], [99.130188, 28.948184], [99.128283, 28.932055], [99.128288, 28.910654], [99.123148, 28.891997], [99.107957, 28.858948], [99.107472, 28.803069], [99.115805, 28.778766], [99.117599, 28.758337], [99.120699, 28.750333], [99.133206, 28.731691], [99.135227, 28.722916], [99.12781, 28.702237], [99.129184, 28.693076], [99.142593, 28.668898], [99.144023, 28.652477], [99.162164, 28.631192], [99.161995, 28.625077], [99.169476, 28.614271], [99.1665, 28.60003], [99.174595, 28.595237], [99.179621, 28.588004], [99.178462, 28.582702], [99.171527, 28.570556], [99.170056, 28.561317], [99.177041, 28.535238], [99.187935, 28.510862], [99.190923, 28.498944], [99.183284, 28.471361], [99.182819, 28.454153], [99.186314, 28.443487], [99.18051, 28.437452], [99.169335, 28.433865], [99.164283, 28.428366], [99.173107, 28.420565], [99.174769, 28.41436], [99.173574, 28.406536], [99.174745, 28.404414], [99.181844, 28.400856], [99.18492, 28.396683], [99.200432, 28.385056], [99.207472, 28.366473], [99.218612, 28.355456], [99.229895, 28.353586], [99.229299, 28.341159], [99.2374, 28.321476], [99.259221, 28.307157], [99.278397, 28.302682], [99.285991, 28.296588], [99.288844, 28.289869], [99.28763, 28.276574], [99.285729, 28.273082], [99.283688, 28.273634], [99.281017, 28.270773], [99.281026, 28.264091], [99.285812, 28.261424], [99.298966, 28.260555], [99.305273, 28.248511], [99.305321, 28.233315], [99.307508, 28.230034], [99.324385, 28.216623], [99.340435, 28.210982], [99.345312, 28.207843], [99.357741, 28.190933], [99.375398, 28.184101], [99.391167, 28.168986], [99.391742, 28.16173], [99.393932, 28.158496], [99.401069, 28.153671], [99.401976, 28.162437], [99.387694, 28.185949], [99.385542, 28.21282], [99.398526, 28.251188], [99.404604, 28.263682], [99.415301, 28.269408], [99.417343, 28.279962], [99.41497, 28.291264], [99.406953, 28.302407], [99.400493, 28.306202], [99.391891, 28.322468], [99.400261, 28.325026], [99.406674, 28.33144], [99.408403, 28.339592], [99.407092, 28.342861], [99.409127, 28.361114], [99.421958, 28.37228], [99.421089, 28.378684], [99.425358, 28.390553], [99.430417, 28.392526], [99.435448, 28.398616], [99.436975, 28.403273], [99.436597, 28.411315], [99.430127, 28.420244], [99.424263, 28.422018], [99.418293, 28.420028], [99.412006, 28.422037], [99.402493, 28.437494], [99.40241, 28.446797], [99.413231, 28.452361], [99.420765, 28.460026], [99.412362, 28.476984], [99.412696, 28.481038], [99.405918, 28.488513], [99.394648, 28.495605], [99.398998, 28.530925], [99.405726, 28.537656], [99.40201, 28.547833], [99.402933, 28.550677], [99.425538, 28.559368], [99.440601, 28.558208], [99.450062, 28.554107], [99.461638, 28.552308], [99.463061, 28.554059], [99.464933, 28.567307], [99.46321, 28.579913], [99.46424, 28.582796], [99.467765, 28.583619], [99.481125, 28.596195], [99.49049, 28.599513], [99.496143, 28.604157], [99.495223, 28.619997], [99.506972, 28.623142], [99.511729, 28.621542], [99.515262, 28.617783], [99.522438, 28.617508], [99.530581, 28.62018], [99.541018, 28.629441], [99.54045, 28.653439], [99.543296, 28.668529], [99.540521, 28.676492], [99.530859, 28.682166], [99.530736, 28.684032], [99.549706, 28.699573], [99.551132, 28.710336], [99.560102, 28.720891], [99.564227, 28.721367], [99.569486, 28.717443], [99.598645, 28.728546], [99.604099, 28.733101], [99.600735, 28.738479], [99.613515, 28.742178], [99.616736, 28.744492], [99.607571, 28.756781], [99.60541, 28.780957], [99.609166, 28.790374], [99.615576, 28.792433], [99.622102, 28.799598], [99.621074, 28.810862], [99.622804, 28.815802], [99.651495, 28.817285], [99.68258, 28.813832], [99.688398, 28.815749], [99.693946, 28.823127], [99.695453, 28.83129], [99.698874, 28.836351], [99.712268, 28.840377], [99.71703, 28.849383], [99.718839, 28.845359], [99.719678, 28.832024], [99.723768, 28.812104], [99.723298, 28.788412], [99.721031, 28.776173], [99.721427, 28.758786], [99.735254, 28.738587], [99.732385, 28.73106], [99.731133, 28.724566], [99.732101, 28.722943], [99.752575, 28.710937], [99.754558, 28.703684], [99.792853, 28.701711], [99.793496, 28.696961], [99.802977, 28.695483], [99.841961, 28.659117], [99.840952, 28.655235], [99.833179, 28.64836], [99.835552, 28.645677], [99.841306, 28.64449], [99.841309, 28.6424], [99.832569, 28.633643], [99.832406, 28.630327], [99.842988, 28.630916], [99.854633, 28.638092], [99.859033, 28.639117], [99.869737, 28.637654], [99.871095, 28.634372], [99.869751, 28.626012], [99.876184, 28.622138], [99.875177, 28.614973], [99.877888, 28.611095], [99.902924, 28.605443], [99.906309, 28.602759], [99.9195, 28.602469], [99.923226, 28.59471], [99.933713, 28.591432], [99.93676, 28.584866], [99.947931, 28.581201], [99.949471, 28.57947], [99.950634, 28.566962], [99.952326, 28.564276], [99.959662, 28.563587], [99.963876, 28.540911], [99.969417, 28.535782], [99.977782, 28.539388], [99.985543, 28.531031], [99.986225, 28.516606], [99.983186, 28.507828], [99.98811, 28.479939], [99.995049, 28.471618], [100.00097, 28.467587], [100.007499, 28.467451], [100.015914, 28.464032], [100.041737, 28.450165], [100.059034, 28.45234], [100.064144, 28.442251], [100.06511, 28.435784], [100.073548, 28.428967], [100.060556, 28.409981], [100.060586, 28.40797], [100.064475, 28.405613], [100.065069, 28.403329], [100.054877, 28.383967], [100.05629, 28.37263], [100.09331, 28.36761], [100.100117, 28.361918], [100.133818, 28.355255], [100.155973, 28.335144], [100.166869, 28.332366], [100.171882, 28.326237], [100.169157, 28.317324], [100.167232, 28.299808], [100.164053, 28.297829], [100.155951, 28.298375], [100.146362, 28.292504], [100.148036, 28.286312], [100.152561, 28.280036], [100.157117, 28.276536], [100.160192, 28.278054], [100.163566, 28.277113], [100.1865, 28.256109], [100.162526, 28.236526], [100.163137, 28.232544], [100.167617, 28.227591], [100.162059, 28.219785], [100.150889, 28.209876], [100.129852, 28.208965], [100.117345, 28.204609], [100.10457, 28.206626], [100.096857, 28.201377], [100.095915, 28.195289], [100.086664, 28.183146], [100.078203, 28.185151], [100.075069, 28.190187], [100.068892, 28.194296], [100.059849, 28.196552], [100.050567, 28.188259], [100.030484, 28.188004], [100.028793, 28.186085], [100.026677, 28.170475], [100.022248, 28.162578], [100.019492, 28.149233], [100.030805, 28.136555], [100.038033, 28.13422], [100.042481, 28.128276], [100.043521, 28.120726], [100.047754, 28.111719], [100.052629, 28.10673], [100.05827, 28.088932], [100.063023, 28.081731], [100.063291, 28.07525], [100.065583, 28.074165], [100.068538, 28.061601], [100.07489, 28.052265], [100.076243, 28.045966], [100.085116, 28.033948], [100.113926, 28.024601], [100.121441, 28.02058], [100.136148, 28], [100.141172, 27.995343], [100.143484, 27.995098], [100.177433, 27.96038], [100.186205, 27.95664], [100.190748, 27.949733], [100.194164, 27.941749], [100.193041, 27.937486], [100.181317, 27.926212], [100.171936, 27.914304], [100.16713, 27.904583], [100.168241, 27.900793], [100.172569, 27.899835], [100.180261, 27.902007], [100.205814, 27.881951], [100.21057, 27.880704], [100.221952, 27.882167], [100.232616, 27.872728], [100.261294, 27.870301], [100.267817, 27.873588], [100.287278, 27.870539], [100.294033, 27.872471], [100.306306, 27.865784], [100.307904, 27.861698], [100.303456, 27.856341], [100.301262, 27.850622], [100.305332, 27.84722], [100.306938, 27.835198], [100.29368, 27.823996], [100.288127, 27.821178], [100.285389, 27.812528], [100.285669, 27.807627], [100.292471, 27.798137], [100.301458, 27.796903], [100.304329, 27.794339], [100.302969, 27.772184], [100.306317, 27.756376], [100.302415, 27.740013], [100.312665, 27.725939], [100.326155, 27.723998], [100.335122, 27.727891], [100.341532, 27.735174], [100.343236, 27.738335], [100.343999, 27.74828], [100.34949, 27.759394], [100.3595, 27.762765], [100.374936, 27.757599], [100.377894, 27.772571], [100.377276, 27.775848], [100.381139, 27.782843], [100.391399, 27.790724], [100.404832, 27.807822], [100.411813, 27.823666], [100.410026, 27.826427], [100.410415, 27.837545], [100.414026, 27.844533], [100.422036, 27.84768], [100.428898, 27.852901], [100.431734, 27.861283], [100.42857, 27.866105], [100.429687, 27.867566], [100.436238, 27.86891], [100.448075, 27.868206], [100.469241, 27.863755], [100.478517, 27.860365], [100.485571, 27.853599], [100.493671, 27.848605], [100.496346, 27.852067], [100.504248, 27.854744], [100.509694, 27.829533], [100.51791, 27.824039], [100.526734, 27.827622], [100.533018, 27.827876], [100.539253, 27.822506], [100.541564, 27.814023], [100.545389, 27.812318], [100.552661, 27.817556], [100.553348, 27.823028], [100.556159, 27.82675], [100.572383, 27.836454], [100.59202, 27.851659], [100.606733, 27.859902], [100.610086, 27.868777], [100.607375, 27.873203], [100.607539, 27.879835], [100.622678, 27.904558], [100.631511, 27.911002], [100.632335, 27.918197], [100.647507, 27.917305], [100.651936, 27.912391], [100.659968, 27.921883], [100.678381, 27.926585], [100.689534, 27.912626], [100.692333, 27.903149], [100.699666, 27.89355], [100.702464, 27.892861], [100.703219, 27.88458], [100.69769, 27.876282], [100.699445, 27.872238], [100.719414, 27.861412], [100.711582, 27.846907], [100.70577, 27.843665], [100.704805, 27.832381], [100.701361, 27.819644], [100.704909, 27.805319], [100.707844, 27.801331], [100.72563, 27.790969], [100.733646, 27.782161], [100.754852, 27.772614], [100.77007, 27.751041], [100.774197, 27.742834], [100.778952, 27.699381], [100.789273, 27.686543], [100.814715, 27.687857], [100.830802, 27.68629], [100.841309, 27.681376], [100.847223, 27.675167], [100.831111, 27.661915], [100.830672, 27.654217], [100.837345, 27.650109], [100.846758, 27.650132], [100.850521, 27.645884], [100.839364, 27.639434], [100.825792, 27.617572], [100.832251, 27.616042], [100.843005, 27.61959], [100.845711, 27.626251], [100.854308, 27.627238], [100.853136, 27.599971], [100.860898, 27.599356], [100.878569, 27.579569], [100.886901, 27.564041], [100.887311, 27.559451], [100.898851, 27.539162], [100.909026, 27.527529], [100.912716, 27.518443], [100.90913, 27.501084], [100.902755, 27.483088], [100.899912, 27.457389], [100.910981, 27.463236], [100.917106, 27.473843], [100.922833, 27.475296], [100.935565, 27.472825], [100.945751, 27.462337], [100.955508, 27.445715], [100.953284, 27.43763], [100.949597, 27.433652], [100.962015, 27.405837], [100.967282, 27.402229], [100.982661, 27.38325], [100.992426, 27.374533], [100.997387, 27.356047], [101.00558, 27.35052], [101.018915, 27.346751], [101.019747, 27.335064], [101.011599, 27.324428], [101.006855, 27.314466], [101.01699, 27.31109], [101.029413, 27.29904], [101.030396, 27.284013], [101.024281, 27.275615], [101.042232, 27.248228], [101.043573, 27.241686], [101.037023, 27.237863], [101.040136, 27.224308], [101.045956, 27.218362], [101.054495, 27.216727], [101.056221, 27.210197], [101.055148, 27.204784], [101.057474, 27.202132], [101.076214, 27.195989], [101.085187, 27.202412], [101.099123, 27.207726], [101.113836, 27.210168], [101.139565, 27.206478], [101.147818, 27.201343], [101.162534, 27.201897], [101.168589, 27.194256], [101.168799, 27.175771], [101.15424, 27.133252], [101.155063, 27.130078], [101.143064, 27.10965], [101.147013, 27.104069], [101.155623, 27.099437], [101.155753, 27.095139], [101.153315, 27.083265], [101.143784, 27.077063], [101.14092, 27.070884], [101.143621, 27.067913], [101.144718, 27.062892], [101.143384, 27.052015], [101.141855, 27.047149], [101.135276, 27.039513], [101.133767, 27.026503], [101.155438, 27.013836], [101.182058, 27.008081], [101.186682, 27.002717], [101.200204, 26.996312], [101.207026, 26.995268], [101.209652, 26.996864], [101.220074, 26.992121], [101.226488, 26.986103], [101.2242, 26.964167], [101.229546, 26.957952], [101.26336, 26.958475], [101.264341, 26.953761], [101.255833, 26.937617], [101.253237, 26.927638], [101.261765, 26.917539], [101.262267, 26.910143], [101.264341, 26.90711], [101.280444, 26.904424], [101.28226, 26.90121], [101.286913, 26.898842], [101.302061, 26.903461], [101.305056, 26.907406], [101.307823, 26.907729], [101.318079, 26.897392], [101.321297, 26.890665], [101.341413, 26.888656], [101.350984, 26.889486], [101.365751, 26.886821], [101.365124, 26.879947], [101.37149, 26.869041], [101.38534, 26.860058], [101.390991, 26.851412], [101.398495, 26.844584], [101.397709, 26.839035], [101.394093, 26.835948], [101.378854, 26.809856], [101.375983, 26.807242], [101.369355, 26.804935], [101.379177, 26.798304], [101.377823, 26.790663], [101.373485, 26.784844], [101.355081, 26.774392], [101.358319, 26.770095], [101.366202, 26.770545], [101.367913, 26.765962], [101.375081, 26.759559], [101.376034, 26.753191], [101.385512, 26.756681], [101.387382, 26.756123], [101.390396, 26.734018], [101.389582, 26.728926], [101.386893, 26.726498], [101.39548, 26.724584], [101.41487, 26.725011], [101.42044, 26.728659], [101.418748, 26.730499], [101.419264, 26.734184], [101.422814, 26.739861], [101.430924, 26.744059], [101.434529, 26.743727], [101.4479, 26.735592], [101.455213, 26.734196], [101.458073, 26.751711], [101.45177, 26.766306], [101.444416, 26.773804], [101.445194, 26.781336], [101.449379, 26.786106], [101.464674, 26.789286], [101.482755, 26.782468], [101.484322, 26.780226], [101.497542, 26.772828], [101.511572, 26.774262], [101.512197, 26.769007], [101.509276, 26.757449], [101.497368, 26.760784], [101.490542, 26.751239], [101.490935, 26.745387], [101.498446, 26.740512], [101.498463, 26.73705], [101.491858, 26.732186], [101.47248, 26.726043], [101.469479, 26.721124], [101.467973, 26.714407], [101.454789, 26.710513], [101.453121, 26.707179], [101.451443, 26.699174], [101.453621, 26.693457], [101.45667, 26.690646], [101.469073, 26.685155], [101.47891, 26.676247], [101.470622, 26.657531], [101.458966, 26.64414], [101.46428, 26.628635], [101.463693, 26.619479], [101.460614, 26.609218], [101.448795, 26.603781], [101.432918, 26.608137], [101.430328, 26.607672], [101.428554, 26.604153], [101.420274, 26.604295], [101.401838, 26.60876], [101.396928, 26.607313], [101.394372, 26.595929], [101.397365, 26.582453], [101.394321, 26.567174], [101.401456, 26.559601], [101.400209, 26.549991], [101.396113, 26.548717], [101.398054, 26.544679], [101.40023, 26.544158], [101.408456, 26.550071], [101.411958, 26.554628], [101.413843, 26.554533], [101.417148, 26.55308], [101.414272, 26.544671], [101.421145, 26.534207], [101.426909, 26.535183], [101.432227, 26.538027], [101.434197, 26.541376], [101.437781, 26.541997], [101.444116, 26.530998], [101.442006, 26.530469], [101.437722, 26.523398], [101.438389, 26.51585], [101.457166, 26.499287], [101.489353, 26.502261], [101.508425, 26.500559], [101.526199, 26.470565], [101.543769, 26.468963], [101.549081, 26.460595], [101.566692, 26.453574], [101.578072, 26.442002], [101.58346, 26.433051], [101.612665, 26.416835], [101.630899, 26.400437], [101.635818, 26.399224], [101.634948, 26.388677], [101.627839, 26.37162], [101.627611, 26.361594], [101.651487, 26.357623], [101.661171, 26.352427], [101.658378, 26.343884], [101.652129, 26.33386], [101.639339, 26.330336], [101.637849, 26.325993], [101.638595, 26.321589], [101.659243, 26.314166], [101.658251, 26.310025], [101.64611, 26.307694], [101.625468, 26.319985], [101.606321, 26.313889], [101.595326, 26.308038], [101.594523, 26.292567], [101.589016, 26.29047], [101.584134, 26.283688], [101.588361, 26.28371], [101.596857, 26.280227], [101.5963, 26.267484], [101.606383, 26.262003], [101.615114, 26.25437], [101.61382, 26.246844], [101.62454, 26.231081], [101.628438, 26.227935], [101.637995, 26.229798], [101.643649, 26.235485], [101.652537, 26.237622], [101.655259, 26.237718], [101.662886, 26.233695], [101.667604, 26.233826], [101.674639, 26.236234], [101.691579, 26.247215], [101.695491, 26.239544], [101.697455, 26.230989], [101.70062, 26.227454], [101.712075, 26.227172], [101.714655, 26.228428], [101.734337, 26.223487], [101.741886, 26.218749], [101.754271, 26.205876], [101.769696, 26.182178], [101.807422, 26.165387], [101.81032, 26.167795], [101.810036, 26.15721], [101.800913, 26.152963], [101.796621, 26.144311], [101.796373, 26.116658], [101.815708, 26.093803], [101.822142, 26.088766], [101.826709, 26.086403], [101.838416, 26.086511], [101.839431, 26.067642], [101.833723, 26.061255], [101.831435, 26.05583], [101.834484, 26.048207], [101.844532, 26.056116], [101.853773, 26.054572], [101.862685, 26.05619], [101.871017, 26.070711], [101.895383, 26.104637], [101.899506, 26.10746], [101.91594, 26.112999], [101.937265, 26.10457], [101.955498, 26.089072], [101.987905, 26.091511], [102.000983, 26.093717], [102.017553, 26.099619], [102.023833, 26.099808], [102.025478, 26.099529], [102.027074, 26.093695], [102.030452, 26.088818], [102.039744, 26.082341], [102.068501, 26.068184], [102.076044, 26.066998], [102.08757, 26.069542], [102.094105, 26.065831], [102.098081, 26.069421], [102.105919, 26.070747], [102.106041, 26.073741], [102.11445, 26.089147], [102.129521, 26.090019], [102.129272, 26.098664], [102.132268, 26.102249], [102.134889, 26.110613], [102.139958, 26.11366], [102.150478, 26.112762], [102.154155, 26.121482], [102.172897, 26.150221], [102.186188, 26.160627], [102.197466, 26.161833], [102.201008, 26.163562], [102.2149, 26.174339], [102.224867, 26.179146], [102.231257, 26.184128], [102.234599, 26.188893], [102.238765, 26.190149], [102.242851, 26.199251], [102.243964, 26.215947], [102.247211, 26.218822], [102.255044, 26.223644], [102.260694, 26.224775], [102.27518, 26.223519], [102.286272, 26.224331], [102.298261, 26.227869], [102.300493, 26.230565], [102.31102, 26.230251], [102.315966, 26.23585], [102.332514, 26.241257], [102.343654, 26.247647], [102.348165, 26.248057], [102.361866, 26.262373], [102.366461, 26.270149], [102.375957, 26.278866], [102.38208, 26.292012], [102.38909, 26.298761], [102.392926, 26.300806], [102.413863, 26.303404], [102.429987, 26.302701], [102.439406, 26.304562], [102.49202, 26.327799], [102.503923, 26.328106], [102.531288, 26.337097], [102.541084, 26.343097], [102.543589, 26.360004], [102.549999, 26.366031], [102.568238, 26.366987], [102.593251, 26.352723], [102.609276, 26.347604], [102.619655, 26.347132], [102.625648, 26.343335], [102.634997, 26.322546], [102.637012, 26.310406], [102.610358, 26.286504], [102.607626, 26.279894], [102.605192, 26.265107], [102.600691, 26.25666], [102.601583, 26.251832], [102.607444, 26.249139], [102.619899, 26.248987], [102.622529, 26.24393], [102.635518, 26.23549], [102.654063, 26.228025], [102.658287, 26.224315], [102.661698, 26.213496], [102.669222, 26.209675], [102.674224, 26.208918], [102.685937, 26.211669], [102.696264, 26.218364], [102.699189, 26.217384], [102.70096, 26.213847], [102.705782, 26.213605], [102.711654, 26.215895], [102.72153, 26.231696], [102.720749, 26.245558], [102.723154, 26.250786], [102.728558, 26.258776], [102.737417, 26.266532], [102.738576, 26.272962], [102.746392, 26.27717], [102.754751, 26.277132], [102.760127, 26.279072], [102.774971, 26.296922], [102.785066, 26.302671], [102.8114, 26.309406], [102.825237, 26.308278], [102.833391, 26.31073], [102.836558, 26.317195], [102.849816, 26.324666], [102.852742, 26.33203], [102.865503, 26.342584], [102.868857, 26.353336], [102.878317, 26.36947], [102.881525, 26.368347], [102.889264, 26.360937], [102.885246, 26.351213], [102.891043, 26.342729], [102.893024, 26.342127], [102.915144, 26.345565], [102.918748, 26.344269], [102.924674, 26.338317], [102.944808, 26.344674], [102.974657, 26.344735], [102.982947, 26.348974], [102.988014, 26.354741], [102.989911, 26.367355], [102.996806, 26.377276], [102.993293, 26.384471], [102.986523, 26.412008], [102.989559, 26.435968], [102.996699, 26.45388], [102.996092, 26.46323], [102.988731, 26.478082], [102.988016, 26.483801], [102.992444, 26.486925], [103.000257, 26.48899], [103.017312, 26.485982], [103.031263, 26.490344], [103.040379, 26.504886], [103.042082, 26.515133], [103.050377, 26.519085], [103.053185, 26.524619], [103.054691, 26.53646], [103.052475, 26.54521], [103.054629, 26.550276], [103.049697, 26.559266], [103.035855, 26.558155], [103.033855, 26.559294], [103.029352, 26.569056], [103.027047, 26.580077], [103.016196, 26.595431], [103.016736, 26.597803], [103.024666, 26.601413], [103.028083, 26.605299], [103.025256, 26.620734], [103.027133, 26.628773], [103.022273, 26.643166], [103.025687, 26.649324], [103.026184, 26.666094], [103.004278, 26.680681], [103.004883, 26.700204], [103.008865, 26.703805], [103.008316, 26.71018], [103.006309, 26.714505], [102.999184, 26.720107], [102.995739, 26.725145], [102.995365, 26.729326], [103.000555, 26.731554], [103.000692, 26.738216], [102.999639, 26.740284], [102.992816, 26.74281], [102.989608, 26.754704], [102.982537, 26.769474], [102.987579, 26.773133], [102.990067, 26.777483], [102.989466, 26.779785], [102.979301, 26.788948], [102.978337, 26.79474], [102.980532, 26.803386], [102.98004, 26.80757], [102.975646, 26.814062], [102.96968, 26.819082], [102.966073, 26.826332], [102.969225, 26.834879], [102.961269, 26.843835], [102.946271, 26.84733], [102.937218, 26.863146], [102.928675, 26.870831], [102.922296, 26.879402], [102.904863, 26.907257], [102.895258, 26.914803], [102.896063, 26.922838], [102.893647, 26.938762], [102.888712, 26.945322], [102.887525, 26.954861], [102.887601, 26.959621], [102.894121, 26.980691], [102.892671, 26.990786], [102.893554, 27.004717], [102.890883, 27.010132], [102.871786, 27.025731], [102.869708, 27.030183], [102.878199, 27.043275], [102.883369, 27.063098], [102.897449, 27.079828], [102.897648, 27.094852], [102.907906, 27.116925], [102.911969, 27.143788], [102.903866, 27.171069], [102.906683, 27.183697], [102.900953, 27.197283], [102.903227, 27.204971], [102.902654, 27.230844], [102.898687, 27.240706], [102.885889, 27.25027], [102.881784, 27.261217], [102.880691, 27.274653], [102.883119, 27.28432], [102.880677, 27.296294], [102.881223, 27.300558], [102.894193, 27.313497], [102.911098, 27.354614], [102.920425, 27.369263], [102.921943, 27.376705], [102.929109, 27.384895], [102.939699, 27.408571], [102.946249, 27.416097], [102.951668, 27.416626], [102.953443, 27.415395], [102.95733, 27.407457], [102.960903, 27.394101], [102.969702, 27.380828], [102.978658, 27.373129], [102.985054, 27.370973], [102.996303, 27.376354], [103.023355, 27.385424], [103.038143, 27.397483], [103.053091, 27.412567], [103.059889, 27.414116], [103.069328, 27.411112], [103.077493, 27.400427], [103.087674, 27.402077], [103.097642, 27.400787], [103.108587, 27.403506], [103.12385, 27.415945], [103.140595, 27.425214], [103.143235, 27.434983], [103.142165, 27.452994], [103.148541, 27.466812], [103.166195, 27.493656], [103.176979, 27.499771], [103.17887, 27.511155], [103.187711, 27.52649], [103.204024, 27.533473], [103.207008, 27.536513], [103.213011, 27.548023], [103.217458, 27.567261], [103.221284, 27.570379], [103.236928, 27.573834], [103.260807, 27.571707], [103.265487, 27.568251], [103.278732, 27.565228], [103.286855, 27.565827], [103.292729, 27.569101], [103.292126, 27.58846], [103.296486, 27.597814], [103.29671, 27.604279], [103.289501, 27.613438], [103.279739, 27.620214], [103.277673, 27.62333], [103.276039, 27.629333], [103.277393, 27.63595], [103.282593, 27.638689], [103.290954, 27.636691], [103.312059, 27.657985], [103.323972, 27.66638], [103.334531, 27.676627], [103.348491, 27.683152], [103.352267, 27.686536], [103.355268, 27.696367], [103.362248, 27.702521], [103.367106, 27.711739], [103.379411, 27.715188], [103.391125, 27.712561], [103.39611, 27.716519], [103.4006, 27.727741], [103.421221, 27.748246], [103.434723, 27.751296], [103.438875, 27.757583], [103.446234, 27.758633], [103.449814, 27.76209], [103.455281, 27.769496], [103.454447, 27.774205], [103.460303, 27.784274], [103.471212, 27.790675], [103.478692, 27.793013], [103.487239, 27.80039], [103.496327, 27.815179], [103.507256, 27.844024], [103.507567, 27.847541], [103.502881, 27.85324], [103.498311, 27.874453], [103.498181, 27.881111], [103.500409, 27.889741], [103.500247, 27.913997], [103.507732, 27.92511], [103.518659, 27.933347], [103.525127, 27.944843], [103.535942, 27.954414], [103.541459, 27.957404], [103.555023, 27.959218], [103.56112, 27.964566], [103.562901, 27.969322], [103.561858, 27.980665], [103.559172, 27.98254], [103.553819, 27.98257], [103.537914, 27.969092], [103.529756, 27.968194], [103.512238, 27.969962], [103.503209, 27.977264], [103.501124, 27.982561], [103.496837, 27.987147], [103.491273, 28.009902], [103.494936, 28.021493], [103.492933, 28.028048], [103.485911, 28.03587], [103.478847, 28.037545], [103.469063, 28.034847], [103.466068, 28.033009], [103.463529, 28.027811], [103.45661, 28.024177], [103.443015, 28.03109], [103.430876, 28.04364], [103.428073, 28.049831], [103.428276, 28.064911], [103.430263, 28.074764], [103.434754, 28.079043], [103.444633, 28.083519], [103.45087, 28.089728], [103.45659, 28.101697], [103.456557, 28.106365], [103.445942, 28.113169], [103.4491, 28.125566], [103.45309, 28.127105], [103.468094, 28.125592], [103.479322, 28.137869], [103.485775, 28.141891], [103.500028, 28.14651], [103.507937, 28.157044], [103.531294, 28.17198], [103.537907, 28.179953], [103.53891, 28.186041], [103.549385, 28.192856], [103.562418, 28.215392], [103.563031, 28.226302], [103.568777, 28.23307], [103.573015, 28.235294], [103.604257, 28.241684], [103.614082, 28.246244], [103.617365, 28.249036], [103.619459, 28.255164], [103.634552, 28.264947], [103.638043, 28.265418], [103.642901, 28.263544], [103.673168, 28.242631], [103.689858, 28.235656], [103.692806, 28.228451], [103.692309, 28.212172], [103.698879, 28.203741], [103.705552, 28.200582], [103.709912, 28.200621], [103.718944, 28.205295], [103.72557, 28.218624], [103.728042, 28.231716], [103.734652, 28.237568], [103.739487, 28.239772], [103.745537, 28.240076], [103.75681, 28.237338], [103.769593, 28.23703], [103.780425, 28.249323], [103.783121, 28.257197], [103.802839, 28.266659], [103.811167, 28.268547], [103.820841, 28.277674], [103.826293, 28.28735], [103.841706, 28.289249], [103.853064, 28.297404], [103.86691, 28.303508], [103.871107, 28.306903], [103.875198, 28.31578], [103.873878, 28.326009], [103.86806, 28.335164], [103.858487, 28.345687], [103.851743, 28.357431], [103.857536, 28.376993], [103.858165, 28.383824], [103.854406, 28.400788], [103.849242, 28.410584], [103.837945, 28.422389], [103.828617, 28.438758], [103.827307, 28.445286], [103.828069, 28.463911], [103.810373, 28.496179], [103.78976, 28.512968], [103.779788, 28.52761], [103.79777, 28.534724], [103.801165, 28.53827], [103.801459, 28.553253], [103.798097, 28.55896], [103.798731, 28.565133], [103.817401, 28.573786], [103.835349, 28.588183], [103.836337, 28.59523], [103.831325, 28.607612], [103.832298, 28.62353], [103.834106, 28.628284], [103.841212, 28.635862], [103.840644, 28.64366], [103.837945, 28.648726], [103.838618, 28.654294], [103.84496, 28.667309], [103.849135, 28.671243], [103.856192, 28.671814], [103.862004, 28.67037], [103.870446, 28.659344], [103.872083, 28.652091], [103.869192, 28.636438], [103.870668, 28.632445], [103.874771, 28.628782], [103.884022, 28.624476], [103.894431, 28.623924], [103.901693, 28.627276], [103.905608, 28.633561], [103.911223, 28.636193], [103.923263, 28.630456], [103.931853, 28.628261], [103.936132, 28.62429], [103.938436, 28.608971], [103.942173, 28.604799], [103.95709, 28.605419], [103.964981, 28.610919], [103.981696, 28.615255], [103.990875, 28.615162], [104.010482, 28.622759], [104.044774, 28.630048], [104.057158, 28.631117], [104.064438, 28.629165], [104.070664, 28.622955], [104.075485, 28.62152], [104.078558, 28.617552], [104.080038, 28.611646], [104.091857, 28.606357], [104.098474, 28.608122], [104.106273, 28.613543], [104.108718, 28.616667], [104.10833, 28.62113], [104.111399, 28.631483], [104.116301, 28.637384], [104.123385, 28.640555], [104.142265, 28.64091], [104.14936, 28.643425], [104.158733, 28.642793], [104.170103, 28.646448], [104.177734, 28.640856], [104.191576, 28.637601], [104.210839, 28.641473], [104.231546, 28.639744], [104.235118, 28.641716], [104.239525, 28.647681], [104.24095, 28.654652], [104.239778, 28.662449], [104.241106, 28.665375], [104.244769, 28.667589], [104.248037, 28.666756], [104.253805, 28.661228], [104.254194, 28.656625], [104.270989, 28.6357], [104.276326, 28.634436], [104.285364, 28.637766], [104.292233, 28.638439], [104.298347, 28.636332], [104.30122, 28.630953], [104.299388, 28.623255], [104.305496, 28.618005], [104.31216, 28.618663], [104.320808, 28.622969], [104.33147, 28.63766], [104.337733, 28.642446], [104.351572, 28.647929], [104.370898, 28.652709], [104.392294, 28.643401], [104.399572, 28.643994], [104.40594, 28.642452], [104.426494, 28.627561], [104.419028, 28.626017], [104.413675, 28.600276], [104.388469, 28.602698], [104.37237, 28.597557], [104.365955, 28.589566], [104.35778, 28.570585], [104.356946, 28.56184], [104.354292, 28.559055], [104.341937, 28.55942], [104.331006, 28.563927], [104.325823, 28.559592], [104.322436, 28.546336], [104.319195, 28.542933], [104.312777, 28.54156], [104.30543, 28.543706], [104.296476, 28.543925], [104.285511, 28.536287], [104.265995, 28.540503], [104.259831, 28.540309], [104.248661, 28.534435], [104.244462, 28.527629], [104.244455, 28.519536], [104.24653, 28.513123], [104.255587, 28.507952], [104.263052, 28.506422], [104.265817, 28.503483], [104.259442, 28.496402], [104.257867, 28.49197], [104.260715, 28.483054], [104.268164, 28.470561], [104.265594, 28.46614], [104.257974, 28.45954], [104.255967, 28.452417], [104.264503, 28.434364], [104.265534, 28.424879], [104.253212, 28.41409], [104.252684, 28.404508], [104.259196, 28.394945], [104.270777, 28.395565], [104.272519, 28.394299], [104.272224, 28.391517], [104.266263, 28.384195], [104.266791, 28.377069], [104.274961, 28.359], [104.284496, 28.345105], [104.283971, 28.339407], [104.298807, 28.331878], [104.28588, 28.316497], [104.291398, 28.313037], [104.303505, 28.309724], [104.315182, 28.310994], [104.333272, 28.332107], [104.344569, 28.339597], [104.350595, 28.339309], [104.353021, 28.341218], [104.368876, 28.339465], [104.380218, 28.33366], [104.386888, 28.32249], [104.389362, 28.299976], [104.4023, 28.282555], [104.403728, 28.274229], [104.415001, 28.273503], [104.431207, 28.277624], [104.445725, 28.273614], [104.44128, 28.26572], [104.440437, 28.25972], [104.463276, 28.249073], [104.461246, 28.244459], [104.449825, 28.233053], [104.448478, 28.223785], [104.440744, 28.214921], [104.431739, 28.21178], [104.423326, 28.213035], [104.415141, 28.211272], [104.414357, 28.207537], [104.40136, 28.206148], [104.397478, 28.201642], [104.403926, 28.190891], [104.404929, 28.182686], [104.407759, 28.179055], [104.419231, 28.173248], [104.431744, 28.171323], [104.440563, 28.173956], [104.44826, 28.178511], [104.456921, 28.172977], [104.451714, 28.169448], [104.443155, 28.153984], [104.441996, 28.147816], [104.441816, 28.14284], [104.44923, 28.135824], [104.448864, 28.120692], [104.443255, 28.116868], [104.430593, 28.119365], [104.431889, 28.111078], [104.427398, 28.10377], [104.41454, 28.100184], [104.406816, 28.100281], [104.395215, 28.094536], [104.394281, 28.091466], [104.39734, 28.084668], [104.397026, 28.074393], [104.39249, 28.066376], [104.388084, 28.064417], [104.386302, 28.066893], [104.374417, 28.055872], [104.364196, 28.055479], [104.355794, 28.058829], [104.341456, 28.061084], [104.331694, 28.058501], [104.316582, 28.059868], [104.301711, 28.055574], [104.296476, 28.050359], [104.296296, 28.048316], [104.307051, 28.04067], [104.330519, 28.028451], [104.345712, 28.024683], [104.34719, 28.022464], [104.352743, 28.0236], [104.363794, 28.014527], [104.36401, 28.010241], [104.376944, 27.997005], [104.375403, 27.993691], [104.370097, 27.994115], [104.36946, 27.992835], [104.382482, 27.980429], [104.38589, 27.978897], [104.381687, 27.970885], [104.390815, 27.966251], [104.390684, 27.962977], [104.394334, 27.956312], [104.409224, 27.956087], [104.415185, 27.95157], [104.423248, 27.941235], [104.429624, 27.940914], [104.432828, 27.938706], [104.433779, 27.93527], [104.438105, 27.934149], [104.438087, 27.932345], [104.441224, 27.930402], [104.44825, 27.932386], [104.451535, 27.925758], [104.454854, 27.925632], [104.461548, 27.915711], [104.46815, 27.914495], [104.467042, 27.910355], [104.468437, 27.907434], [104.473189, 27.906872], [104.477279, 27.90429], [104.481228, 27.905676], [104.485887, 27.905014], [104.48839, 27.900464], [104.495682, 27.899281], [104.500124, 27.888147], [104.50633, 27.882006], [104.511174, 27.88137], [104.515745, 27.883299], [104.522865, 27.892024], [104.536071, 27.891005], [104.545246, 27.878656], [104.547028, 27.87756], [104.549364, 27.879088], [104.552873, 27.873764], [104.557478, 27.871737], [104.554746, 27.86614], [104.555042, 27.857457], [104.557057, 27.855345], [104.565984, 27.854329], [104.565282, 27.847627], [104.567729, 27.845268], [104.573469, 27.843738], [104.577359, 27.844735], [104.582334, 27.850162], [104.599822, 27.858304], [104.613994, 27.862374], [104.621834, 27.862525], [104.625726, 27.860579], [104.628742, 27.855336], [104.631223, 27.854269], [104.64565, 27.862693], [104.67632, 27.885743], [104.683585, 27.888179], [104.687258, 27.88682], [104.693028, 27.887804], [104.702111, 27.890934], [104.706112, 27.894164], [104.729447, 27.901743], [104.732467, 27.901366], [104.739414, 27.904802], [104.747666, 27.905918], [104.750009, 27.90463], [104.745783, 27.892945], [104.747396, 27.890116], [104.750312, 27.888309], [104.764295, 27.886875], [104.768779, 27.888595], [104.768983, 27.891855], [104.787216, 27.897918], [104.794804, 27.905932], [104.797053, 27.902574], [104.810136, 27.90491], [104.812797, 27.902746], [104.819086, 27.902189], [104.825954, 27.902954], [104.830859, 27.908141], [104.833422, 27.90799], [104.837903, 27.904273], [104.845934, 27.904138], [104.873806, 27.910261], [104.878384, 27.914681], [104.885287, 27.916734], [104.884097, 27.931336], [104.88651, 27.934832], [104.892252, 27.938725], [104.918675, 27.944232], [104.91821, 27.94731], [104.912529, 27.953517], [104.90056, 27.952759], [104.901204, 27.967403], [104.910018, 27.971383], [104.912906, 27.970552], [104.918972, 27.97441], [104.921948, 27.983877], [104.925828, 27.986837], [104.927055, 27.99043], [104.935772, 27.984682], [104.946318, 27.984324], [104.942495, 27.990202], [104.944866, 27.998619], [104.95632, 28.007051], [104.957879, 28.01654], [104.97012, 28.020507], [104.971609, 28.026659], [104.967959, 28.035898], [104.974004, 28.057521], [104.9731, 28.065401], [104.993552, 28.070056], [104.996846, 28.067772], [105.000968, 28.06762], [105.010275, 28.070495], [105.014568, 28.073069], [105.016248, 28.077007], [105.026668, 28.080175], [105.038331, 28.091826], [105.03898, 28.097835], [105.044571, 28.102252], [105.057738, 28.101562], [105.058496, 28.094874], [105.072415, 28.09068], [105.071572, 28.085607], [105.07805, 28.088123], [105.089763, 28.088364], [105.093539, 28.085624], [105.107702, 28.082264], [105.112772, 28.076577], [105.116467, 28.07608], [105.119745, 28.073161], [105.127658, 28.073513], [105.129975, 28.070566], [105.142877, 28.069625], [105.163541, 28.073931], [105.166041, 28.070431], [105.169674, 28.06936], [105.177082, 28.070423], [105.176625, 28.066068], [105.183293, 28.058208], [105.182921, 28.052264], [105.179528, 28.048347], [105.181515, 28.044989], [105.166305, 28.030674], [105.164418, 28.026711], [105.166623, 28.018969], [105.170744, 28.01486], [105.172271, 28.009803], [105.179092, 28.000121], [105.196863, 27.995965], [105.204686, 27.995778], [105.213488, 27.993365], [105.218354, 27.993935], [105.222087, 28], [105.228741, 28.006117], [105.234858, 28.00612], [105.242503, 28.011913], [105.246057, 28.010223], [105.243555, 28.005271], [105.250328, 28.00533], [105.264937, 28.001763], [105.268161, 27.996431], [105.266552, 27.984602], [105.27704, 27.972767], [105.277219, 27.968738], [105.280337, 27.963388], [105.278258, 27.956482], [105.281616, 27.947509], [105.280448, 27.93741], [105.27844, 27.935042], [105.278519, 27.932352], [105.27122, 27.927542], [105.26324, 27.915088], [105.250476, 27.917291], [105.244941, 27.915006], [105.239105, 27.908754], [105.232365, 27.906222], [105.233715, 27.90249], [105.22879, 27.895773], [105.236551, 27.889266], [105.237538, 27.882802], [105.240275, 27.879233], [105.240217, 27.874776], [105.237593, 27.871518], [105.241865, 27.868396], [105.245337, 27.862036], [105.241929, 27.856285], [105.247318, 27.847422], [105.247411, 27.844095], [105.241339, 27.836311], [105.235745, 27.832949], [105.239795, 27.825413], [105.24833, 27.829485], [105.258068, 27.831719], [105.260756, 27.823929], [105.269633, 27.821312], [105.279438, 27.82148], [105.282819, 27.819858], [105.297117, 27.823204], [105.312111, 27.822124], [105.311549, 27.81485], [105.30513, 27.813567], [105.301934, 27.814847], [105.287656, 27.811859], [105.284605, 27.810501], [105.285486, 27.803113], [105.283201, 27.800177], [105.27853, 27.799025], [105.275656, 27.800742], [105.269692, 27.798876], [105.272503, 27.794162], [105.272138, 27.787542], [105.2794, 27.779004], [105.288132, 27.774992], [105.290391, 27.771057], [105.285173, 27.76684], [105.287005, 27.764372], [105.287349, 27.758847], [105.29068, 27.754209], [105.290624, 27.751235], [105.284947, 27.749455], [105.284017, 27.744684], [105.288544, 27.731864], [105.28678, 27.715119], [105.301941, 27.712651], [105.304976, 27.708805], [105.301559, 27.706188], [105.298308, 27.700177], [105.297223, 27.689436], [105.305359, 27.668397], [105.305915, 27.655916], [105.301166, 27.644254], [105.290995, 27.636804], [105.30006, 27.628938], [105.301901, 27.618837], [105.300084, 27.614137], [105.270412, 27.592248], [105.257628, 27.588323], [105.244523, 27.580992], [105.242324, 27.581173], [105.240743, 27.578779], [105.241278, 27.575355], [105.244636, 27.572008], [105.243617, 27.566332], [105.237706, 27.552932], [105.230471, 27.551114], [105.229392, 27.548365], [105.232119, 27.544963], [105.235979, 27.544211], [105.243351, 27.547787], [105.247228, 27.546223], [105.257042, 27.52643], [105.257836, 27.51742], [105.244081, 27.495526], [105.236694, 27.4948], [105.232742, 27.490931], [105.233584, 27.484904], [105.230831, 27.477987], [105.234868, 27.474642], [105.236065, 27.470697], [105.222253, 27.446867], [105.230475, 27.439391], [105.22732, 27.431063], [105.210349, 27.404746], [105.199936, 27.392933], [105.19079, 27.386427], [105.188614, 27.375857], [105.18248, 27.372651], [105.179398, 27.373365], [105.178324, 27.375154], [105.180055, 27.382765], [105.180292, 27.39706], [105.168107, 27.405677], [105.161217, 27.413749], [105.157072, 27.41185], [105.153754, 27.407801], [105.149736, 27.406907], [105.14653, 27.412556], [105.133009, 27.419178], [105.110191, 27.420564], [105.094336, 27.413484], [105.085842, 27.422194], [105.068019, 27.422921], [105.054006, 27.411525], [105.043136, 27.409894], [105.042231, 27.403846], [105.045419, 27.400887], [105.041652, 27.397734], [105.035554, 27.40396], [105.030308, 27.403177], [105.010277, 27.38546], [104.987737, 27.369943], [104.969434, 27.361264], [104.958572, 27.36068], [104.940527, 27.349218], [104.934736, 27.343266], [104.932951, 27.33821], [104.909286, 27.329218], [104.901631, 27.309806], [104.898495, 27.307945], [104.891631, 27.308818], [104.888364, 27.30289], [104.884157, 27.301105], [104.87926, 27.301679], [104.868574, 27.29451], [104.850789, 27.304769], [104.850161, 27.329179], [104.854429, 27.334789], [104.842978, 27.345943], [104.829165, 27.348964], [104.821499, 27.355369], [104.805627, 27.356081], [104.80189, 27.354218], [104.797464, 27.344081], [104.783967, 27.322713], [104.771767, 27.32109], [104.767387, 27.322794], [104.762434, 27.336468], [104.749547, 27.34915], [104.745172, 27.347677], [104.736781, 27.338941], [104.731427, 27.338799], [104.720552, 27.345431], [104.704144, 27.34222], [104.685009, 27.33607], [104.673487, 27.322492], [104.658737, 27.321887], [104.649967, 27.325946], [104.63061, 27.322436], [104.611675, 27.311405], [104.6067, 27.310695], [104.598491, 27.31593], [104.593375, 27.314264], [104.588755, 27.321019], [104.573597, 27.333623], [104.568251, 27.335994], [104.551226, 27.333663], [104.541269, 27.328764], [104.536842, 27.330126], [104.538903, 27.335494], [104.538042, 27.339563], [104.534675, 27.344793], [104.5245, 27.352102], [104.520016, 27.361363], [104.520433, 27.366498], [104.505775, 27.389531], [104.506727, 27.397526], [104.514151, 27.401333], [104.514722, 27.403047], [104.506727, 27.403618], [104.498741, 27.401207], [104.488311, 27.406085], [104.488647, 27.409249], [104.494986, 27.414364], [104.495038, 27.417521], [104.486812, 27.418141], [104.483352, 27.416124], [104.474622, 27.418356], [104.468621, 27.417803], [104.443488, 27.429551], [104.430759, 27.431062], [104.426573, 27.437509], [104.414217, 27.438076], [104.412212, 27.445558], [104.406582, 27.450268], [104.406433, 27.453312], [104.409229, 27.457741], [104.408347, 27.461459], [104.400534, 27.458185], [104.395138, 27.462142], [104.387178, 27.46306], [104.375997, 27.467688], [104.369514, 27.464206], [104.360088, 27.471749], [104.348774, 27.469531], [104.345996, 27.46764], [104.343972, 27.458162], [104.330885, 27.447603], [104.331331, 27.445224], [104.339808, 27.43868], [104.338767, 27.430055], [104.33728, 27.430203], [104.334454, 27.436301], [104.333116, 27.436152], [104.331913, 27.429216], [104.326008, 27.415684], [104.317061, 27.410544], [104.309923, 27.411211], [104.304022, 27.408355], [104.30031, 27.39484], [104.290887, 27.376946], [104.282633, 27.371237], [104.279131, 27.371609], [104.276901, 27.377112], [104.275711, 27.375476], [104.27586, 27.364768], [104.267978, 27.363876], [104.255983, 27.344721], [104.245968, 27.340081], [104.246807, 27.327136], [104.256684, 27.312528], [104.253422, 27.305802], [104.248942, 27.3032], [104.251768, 27.298143], [104.246265, 27.295169], [104.243886, 27.30201], [104.241655, 27.302753], [104.230957, 27.296111], [104.226826, 27.295692], [104.218914, 27.303913], [104.211434, 27.303592], [104.211468, 27.298858], [104.215994, 27.29424], [104.217004, 27.288366], [104.215516, 27.283161], [104.207337, 27.281674], [104.200758, 27.283289], [104.195002, 27.290966], [104.190634, 27.291498], [104.187842, 27.289532], [104.185043, 27.277921], [104.171101, 27.266735], [104.146806, 27.287388], [104.129239, 27.309617], [104.129486, 27.319115], [104.131844, 27.32192], [104.131946, 27.324776], [104.12775, 27.330165], [104.115664, 27.333904], [104.11094, 27.341468], [104.082069, 27.334222], [104.077328, 27.342824], [104.060688, 27.35036], [104.055097, 27.359194], [104.037843, 27.365774], [104.027499, 27.371443], [104.019142, 27.378898], [104.015282, 27.387234], [104.017469, 27.392712], [104.018069, 27.408055], [104.017672, 27.413962], [104.013849, 27.416339], [104.012977, 27.423918], [104.014547, 27.426481], [104.013245, 27.432708], [104.004, 27.433562], [103.997754, 27.430466], [103.986383, 27.421197], [103.983103, 27.422006], [103.978177, 27.420404], [103.972763, 27.426835], [103.96608, 27.42655], [103.954971, 27.429198], [103.953372, 27.430721], [103.955118, 27.437022], [103.944636, 27.436571], [103.93076, 27.447987], [103.928402, 27.436823], [103.925736, 27.434338], [103.924448, 27.429812], [103.923958, 27.416665], [103.919927, 27.414145], [103.918426, 27.40912], [103.912495, 27.401306], [103.912394, 27.392129], [103.904445, 27.391184], [103.902711, 27.386677], [103.901593, 27.350286], [103.90285, 27.348104], [103.898152, 27.34558], [103.893409, 27.346119], [103.888047, 27.341933], [103.873464, 27.336242], [103.871361, 27.326156], [103.874254, 27.320219], [103.863262, 27.305727], [103.861964, 27.292799], [103.856621, 27.288781], [103.84349, 27.290765], [103.840013, 27.28739], [103.838035, 27.275033], [103.832932, 27.270598], [103.820094, 27.267143], [103.801564, 27.270751], [103.798556, 27.267588], [103.800519, 27.25501], [103.79797, 27.250415], [103.787108, 27.257136], [103.78896, 27.244814], [103.787206, 27.242658], [103.77926, 27.233641], [103.773014, 27.232987], [103.774501, 27.230072], [103.761355, 27.217853], [103.756892, 27.214771], [103.746866, 27.214603], [103.745155, 27.202804], [103.7375, 27.198676], [103.735348, 27.187127], [103.730384, 27.185887], [103.725685, 27.181192], [103.725172, 27.177336], [103.718249, 27.164712], [103.712657, 27.163284], [103.70649, 27.16459], [103.704924, 27.161262], [103.709683, 27.14413], [103.695687, 27.130467], [103.687279, 27.133964], [103.673634, 27.13485], [103.659091, 27.126128], [103.650361, 27.129887], [103.625635, 27.120678], [103.621889, 27.113446], [103.619395, 27.101399], [103.632079, 27.094939], [103.640106, 27.09332], [103.65089, 27.095758], [103.658429, 27.075657], [103.656658, 27.068347], [103.643124, 27.068975], [103.63827, 27.070574], [103.622266, 27.078293], [103.615437, 27.08354], [103.613206, 27.083365], [103.610756, 27.08184], [103.60628, 27.068272], [103.604382, 27.066639], [103.600791, 27.066637], [103.599417, 27.063849], [103.604722, 27.052772], [103.613152, 27.040872], [103.616623, 27.038438], [103.622013, 27.038822], [103.623983, 27.026882], [103.627376, 27.02095], [103.622077, 27.019347], [103.611915, 27.012787], [103.611619, 27.008189], [103.616541, 27.011188], [103.620976, 27.0106], [103.630427, 27.017121], [103.651869, 27.026245], [103.654182, 27.036366], [103.663927, 27.044108], [103.672623, 27.054767], [103.686544, 27.054954], [103.703128, 27.052617], [103.70822, 27.047845], [103.709331, 27.04249], [103.718527, 27.035602], [103.721732, 27.030544], [103.728706, 27.024521], [103.730063, 27.022088], [103.729179, 27.016479], [103.732404, 27.008101], [103.742895, 26.99589], [103.751387, 26.976611], [103.752035, 26.966619], [103.773611, 26.953192], [103.775922, 26.947184], [103.774496, 26.936828], [103.763468, 26.920753], [103.761438, 26.909593], [103.764901, 26.903584], [103.76701, 26.892025], [103.770755, 26.886193], [103.775247, 26.883055], [103.777158, 26.877695], [103.770681, 26.869777], [103.758883, 26.869488], [103.750853, 26.863814], [103.727452, 26.85878], [103.720117, 26.854986], [103.722041, 26.844519], [103.713626, 26.834251], [103.707229, 26.834184], [103.705395, 26.832843], [103.700856, 26.817245], [103.701304, 26.812223], [103.703965, 26.799506], [103.710039, 26.787536], [103.716912, 26.77998], [103.718575, 26.775477], [103.716857, 26.764359], [103.723047, 26.757528], [103.723227, 26.747715], [103.728906, 26.738922], [103.734492, 26.735234], [103.735681, 26.73184], [103.743737, 26.728953], [103.748016, 26.729707], [103.754852, 26.737535], [103.760001, 26.740934], [103.76455, 26.740071], [103.767008, 26.73691], [103.771063, 26.720003], [103.765689, 26.711015], [103.766353, 26.703409], [103.76014, 26.696884], [103.756998, 26.690994], [103.758104, 26.680704], [103.756594, 26.668794], [103.759082, 26.664183], [103.759093, 26.652744], [103.750639, 26.64133], [103.747215, 26.633554], [103.746599, 26.627212], [103.760002, 26.61627], [103.762682, 26.611198], [103.767473, 26.607742], [103.768795, 26.600091], [103.765042, 26.591223], [103.762161, 26.58936], [103.765396, 26.585515], [103.77716, 26.57743], [103.789861, 26.574209], [103.798494, 26.569913], [103.81379, 26.556514], [103.810377, 26.547379], [103.813434, 26.536526], [103.816881, 26.533843], [103.824862, 26.531997], [103.831128, 26.532524], [103.835408, 26.535656], [103.840916, 26.534608], [103.845481, 26.531856], [103.847693, 26.526943], [103.855361, 26.524754], [103.860628, 26.516903], [103.863287, 26.515901], [103.880779, 26.520133], [103.902812, 26.518308], [103.912458, 26.515976], [103.950198, 26.523634], [103.959522, 26.523555], [103.983758, 26.51929], [103.990971, 26.523781], [103.99933, 26.524345], [104.00381, 26.514223], [104.019156, 26.5187], [104.035741, 26.518967], [104.042207, 26.515576], [104.04859, 26.509083], [104.05485, 26.513815], [104.059471, 26.514872], [104.071628, 26.52595], [104.069049, 26.529977], [104.067922, 26.540666], [104.0689, 26.543989], [104.06226, 26.563536], [104.06634, 26.577314], [104.078864, 26.584218], [104.093647, 26.603289], [104.101291, 26.610231], [104.103774, 26.61905], [104.111456, 26.628564], [104.118862, 26.641471], [104.124874, 26.647106], [104.137848, 26.644968], [104.146369, 26.64651], [104.150824, 26.650529], [104.157669, 26.649907], [104.166767, 26.644626], [104.17126, 26.638718], [104.18116, 26.638472], [104.183239, 26.641157], [104.187316, 26.642416], [104.189809, 26.640362], [104.189615, 26.637327], [104.20237, 26.629615], [104.22804, 26.623529], [104.232097, 26.628859], [104.240102, 26.631422], [104.248373, 26.629918], [104.254609, 26.622457], [104.264666, 26.623292], [104.269695, 26.625957], [104.269206, 26.63504], [104.279969, 26.636971], [104.291305, 26.635529], [104.301761, 26.630431], [104.307017, 26.624014], [104.305127, 26.616893], [104.31025, 26.616122], [104.327505, 26.623088], [104.3359, 26.624396], [104.346269, 26.623088], [104.35185, 26.626003], [104.361272, 26.63516], [104.362711, 26.646406], [104.377309, 26.651649], [104.378642, 26.653651], [104.380742, 26.659875], [104.378882, 26.664454], [104.379403, 26.667513], [104.395932, 26.689887], [104.39661, 26.711743], [104.406117, 26.71448], [104.412048, 26.713503], [104.418489, 26.715117], [104.422064, 26.710432], [104.421176, 26.706704], [104.431574, 26.701419], [104.439882, 26.688616], [104.440805, 26.685294], [104.438626, 26.680925], [104.439992, 26.675756], [104.454783, 26.667143], [104.462009, 26.656854], [104.465186, 26.655132], [104.465439, 26.647925], [104.458598, 26.631408], [104.455898, 26.613986], [104.457294, 26.605871], [104.461713, 26.598534], [104.470597, 26.591128], [104.485179, 26.58283], [104.497995, 26.592817], [104.503429, 26.59285], [104.506679, 26.590103], [104.51447, 26.591315], [104.54084, 26.588398], [104.553811, 26.59433], [104.562014, 26.589967], [104.56904, 26.582395], [104.570727, 26.578078], [104.570133, 26.572919], [104.577006, 26.571583], [104.579011, 26.561063], [104.567203, 26.542787], [104.565981, 26.537176], [104.568778, 26.528523], [104.577178, 26.52945], [104.59088, 26.526619], [104.597717, 26.523868], [104.604551, 26.516561], [104.612918, 26.512164], [104.618645, 26.500896], [104.627862, 26.493911], [104.636225, 26.481884], [104.633574, 26.471985], [104.629552, 26.465576], [104.630649, 26.454563], [104.639739, 26.443021], [104.656527, 26.440764], [104.662917, 26.437972], [104.666442, 26.412285], [104.661507, 26.404361], [104.668986, 26.389885], [104.682189, 26.381259], [104.680448, 26.378937], [104.681499, 26.372601], [104.676573, 26.367034], [104.666641, 26.368206], [104.657431, 26.360362], [104.655626, 26.355222], [104.657192, 26.339201], [104.645908, 26.334352], [104.631747, 26.331742], [104.620162, 26.332579], [104.611402, 26.326314], [104.598847, 26.325075], [104.590081, 26.32101], [104.580464, 26.306376], [104.5784, 26.296968], [104.565258, 26.284588], [104.55455, 26.278767], [104.545319, 26.262565], [104.539978, 26.25711], [104.540878, 26.245687], [104.546101, 26.232889], [104.547825, 26.220277], [104.542116, 26.218684], [104.538205, 26.215276], [104.536519, 26.210754], [104.538381, 26.205569], [104.537066, 26.200405], [104.531038, 26.191249], [104.526695, 26.179059], [104.519318, 26.173887], [104.516449, 26.168476], [104.515661, 26.143756], [104.516763, 26.136621], [104.519254, 26.131041], [104.524254, 26.125559], [104.52626, 26.117104], [104.524458, 26.103728], [104.517552, 26.091701], [104.513991, 26.088618], [104.507448, 26.087087], [104.503337, 26.0838], [104.500306, 26.077475], [104.494078, 26.074095], [104.490273, 26.074252], [104.467888, 26.089987], [104.457937, 26.089725], [104.455119, 26.088032], [104.453494, 26.082167], [104.453478, 26.077978], [104.466208, 26.063838], [104.463648, 26.060474], [104.459276, 26.05972], [104.468166, 26.057309], [104.469859, 26.051664], [104.467058, 26.039037], [104.459674, 26.031993], [104.462025, 26.020961], [104.467766, 26.014227], [104.462608, 26.011674], [104.462937, 26.002628], [104.459116, 25.996844], [104.459988, 25.988988], [104.453933, 25.976076], [104.449807, 25.97157], [104.44743, 25.972225], [104.439424, 25.95883], [104.441691, 25.94988], [104.444829, 25.9473], [104.444364, 25.944031], [104.439824, 25.941454], [104.437353, 25.942135], [104.437926, 25.93663], [104.436102, 25.931686], [104.430445, 25.927949], [104.427967, 25.923937], [104.421553, 25.924173], [104.412094, 25.917119], [104.416563, 25.899286], [104.415644, 25.895521], [104.419765, 25.894074], [104.426846, 25.899213], [104.432012, 25.897261], [104.435668, 25.876974], [104.43912, 25.873239], [104.438988, 25.871428], [104.432563, 25.86676], [104.421669, 25.844369], [104.426685, 25.833445], [104.427968, 25.821981], [104.420601, 25.821076], [104.417043, 25.818666], [104.410516, 25.808757], [104.410609, 25.805023], [104.408382, 25.801196], [104.399759, 25.800283], [104.399657, 25.798103], [104.402343, 25.794836], [104.401331, 25.790342], [104.402524, 25.787734], [104.397127, 25.779255], [104.398075, 25.765931], [104.394192, 25.763064], [104.388481, 25.764778], [104.380698, 25.74477], [104.369047, 25.734475], [104.362108, 25.733326], [104.350946, 25.739958], [104.34811, 25.743972], [104.348923, 25.748549], [104.3364, 25.755139], [104.329926, 25.766375], [104.326447, 25.766143], [104.321503, 25.7523], [104.325243, 25.744181], [104.324232, 25.73878], [104.321716, 25.727795], [104.317313, 25.720362], [104.321076, 25.709316], [104.315277, 25.696162], [104.313457, 25.673879], [104.309107, 25.663468], [104.31036, 25.656536], [104.321785, 25.644034], [104.320787, 25.640332], [104.314303, 25.634174], [104.314981, 25.629801], [104.31845, 25.626602], [104.322906, 25.62617], [104.326661, 25.623107], [104.335848, 25.602177], [104.339774, 25.602415], [104.340786, 25.607768], [104.347389, 25.602177], [104.353992, 25.602527], [104.359747, 25.605395], [104.364565, 25.604503], [104.365605, 25.586751], [104.361345, 25.582707], [104.360709, 25.578666], [104.362158, 25.577496], [104.371091, 25.586066], [104.384648, 25.595397], [104.395539, 25.595075], [104.402539, 25.597535], [104.406634, 25.594966], [104.408191, 25.589422], [104.417863, 25.5879], [104.422811, 25.581741], [104.425832, 25.57587], [104.423128, 25.572613], [104.425377, 25.562939], [104.433077, 25.555823], [104.429691, 25.548265], [104.433304, 25.53987], [104.431566, 25.536404], [104.433992, 25.521171], [104.430286, 25.508391], [104.421185, 25.506391], [104.41694, 25.502579], [104.417985, 25.496854], [104.431789, 25.487314], [104.434015, 25.475996], [104.442467, 25.475766], [104.44612, 25.478609], [104.446691, 25.495821], [104.448439, 25.498526], [104.468734, 25.497355], [104.477094, 25.495352], [104.4827, 25.497148], [104.496192, 25.509051], [104.502889, 25.510053], [104.516613, 25.526016], [104.521326, 25.529506], [104.528057, 25.524121], [104.531598, 25.524039], [104.533085, 25.526062], [104.534632, 25.52517], [104.536796, 25.521197], [104.546812, 25.514274], [104.548562, 25.514769], [104.546285, 25.521042], [104.541348, 25.523774], [104.543676, 25.531084], [104.54729, 25.533287], [104.554615, 25.527645], [104.54843, 25.474675], [104.541726, 25.468424], [104.539363, 25.461021], [104.539623, 25.456353], [104.542205, 25.454976], [104.543646, 25.449041], [104.542462, 25.440882], [104.543886, 25.432743], [104.540733, 25.423685], [104.542109, 25.417204], [104.535729, 25.412688], [104.535368, 25.409952], [104.549145, 25.397365], [104.557783, 25.395069], [104.56126, 25.402411], [104.566766, 25.405912], [104.571024, 25.406398], [104.586151, 25.395834], [104.591159, 25.39117], [104.590601, 25.385691], [104.613067, 25.367571], [104.634396, 25.368402], [104.643845, 25.360036], [104.640249, 25.356517], [104.64696, 25.342081], [104.643939, 25.337952], [104.64548, 25.331482], [104.643381, 25.318834], [104.648133, 25.313074], [104.647925, 25.306542], [104.644205, 25.304047], [104.639367, 25.303535], [104.636366, 25.300932], [104.639596, 25.296513], [104.649323, 25.29494], [104.661765, 25.284596], [104.669048, 25.291566], [104.667681, 25.296234], [104.674799, 25.294895], [104.691235, 25.299889], [104.697869, 25.295637], [104.699931, 25.298871], [104.705287, 25.299822], [104.70822, 25.292609], [104.706658, 25.283329], [104.711824, 25.283888], [104.722719, 25.27943], [104.738058, 25.268925], [104.752431, 25.265921], [104.753695, 25.266042], [104.752606, 25.272754], [104.754191, 25.278958], [104.765703, 25.278603], [104.778393, 25.271751], [104.788167, 25.259987], [104.790041, 25.254062], [104.795617, 25.256855], [104.803241, 25.265698], [104.812294, 25.268917], [104.816293, 25.26501], [104.819428, 25.254092], [104.825016, 25.242224], [104.827662, 25.240263], [104.806661, 25.233178], [104.807383, 25.230185], [104.805332, 25.226243], [104.808791, 25.209906], [104.815338, 25.2009], [104.807404, 25.19603], [104.807854, 25.187831], [104.821108, 25.173496], [104.819609, 25.169427], [104.814041, 25.168856], [104.816968, 25.162074], [104.815326, 25.158219], [104.807046, 25.160861], [104.792042, 25.169634], [104.776953, 25.186148], [104.76668, 25.203046], [104.751773, 25.21198], [104.743972, 25.212969], [104.739407, 25.211026], [104.720964, 25.194979], [104.725245, 25.193987], [104.730738, 25.189095], [104.732276, 25.185705], [104.732496, 25.176493], [104.730527, 25.17155], [104.716955, 25.156532], [104.715101, 25.143438], [104.693408, 25.125738], [104.690934, 25.106523], [104.683784, 25.097625], [104.683554, 25.080709], [104.669826, 25.070742], [104.65904, 25.065997], [104.65492, 25.066728], [104.641774, 25.063824], [104.622078, 25.064136], [104.617373, 25.062176], [104.617577, 25.060847], [104.623545, 25.061251], [104.633849, 25.057745], [104.652326, 25.062264], [104.665731, 25.062371], [104.682349, 25.057517], [104.686369, 25.051384], [104.697647, 25.040946], [104.697996, 25.03477], [104.702535, 25.027509], [104.703903, 25.014786], [104.711713, 25.001455], [104.709762, 24.99894], [104.704266, 24.996807], [104.698548, 24.998051], [104.685061, 24.990496], [104.682274, 24.985634], [104.68529, 24.981079], [104.685297, 24.978463], [104.672671, 24.974447], [104.661686, 24.967526], [104.661989, 24.955029], [104.649557, 24.944517], [104.648669, 24.936708], [104.636483, 24.921209], [104.63309, 24.907339], [104.618341, 24.897776], [104.606815, 24.896831], [104.604498, 24.892494], [104.59455, 24.888113], [104.58436, 24.874348], [104.569068, 24.848052], [104.550109, 24.829692], [104.54478, 24.827023], [104.537914, 24.817052], [104.535243, 24.797109], [104.539505, 24.790697], [104.543324, 24.780013], [104.537891, 24.770655], [104.539808, 24.758847], [104.527607, 24.743353], [104.526566, 24.740114], [104.527609, 24.734765], [104.51675, 24.730663], [104.516431, 24.722453], [104.512471, 24.71534], [104.511217, 24.707321], [104.5011, 24.692051], [104.501258, 24.68562], [104.497863, 24.673496], [104.488131, 24.656767], [104.477696, 24.655891], [104.473506, 24.653766], [104.468055, 24.645431], [104.460085, 24.643888], [104.448378, 24.647864], [104.446887, 24.645634], [104.446832, 24.641475], [104.448659, 24.638734], [104.452599, 24.637135], [104.466419, 24.63742], [104.472247, 24.639924], [104.473336, 24.648632], [104.483733, 24.648896], [104.486532, 24.640442], [104.503464, 24.630518], [104.500664, 24.593447], [104.504104, 24.590657], [104.505737, 24.576605], [104.513094, 24.56822], [104.51763, 24.538975], [104.526946, 24.53346], [104.532251, 24.538256], [104.540111, 24.526199], [104.547573, 24.523017], [104.546808, 24.513232], [104.540963, 24.51213], [104.539271, 24.509156], [104.543883, 24.50371], [104.544699, 24.493229], [104.550646, 24.483024], [104.555813, 24.478446], [104.565038, 24.475488], [104.564575, 24.465596], [104.569854, 24.457271], [104.571453, 24.451171], [104.570402, 24.448056], [104.567325, 24.446278], [104.572271, 24.435464], [104.572986, 24.426006], [104.577795, 24.420218], [104.589138, 24.425706], [104.60075, 24.423309], [104.614935, 24.422717], [104.62659, 24.404377], [104.616535, 24.396702], [104.611777, 24.384386], [104.606565, 24.378228], [104.613004, 24.378287], [104.627016, 24.372596], [104.636279, 24.371752], [104.647978, 24.367125], [104.656533, 24.358363], [104.659045, 24.353186], [104.671999, 24.347089], [104.675845, 24.340274], [104.692808, 24.323803], [104.697071, 24.320206], [104.701333, 24.319992], [104.706652, 24.326384], [104.717973, 24.333727], [104.724061, 24.346517], [104.721427, 24.350013], [104.715414, 24.352387], [104.711494, 24.358648], [104.710822, 24.36142], [104.714337, 24.366064], [104.716196, 24.3738], [104.709744, 24.384966], [104.708356, 24.394892], [104.706255, 24.398238], [104.706088, 24.41363], [104.700292, 24.423521], [104.713571, 24.445837], [104.718274, 24.444899], [104.727894, 24.448108], [104.746544, 24.437773], [104.750232, 24.438076], [104.750108, 24.458389], [104.753238, 24.46025], [104.766395, 24.461316], [104.771716, 24.455971], [104.77352, 24.447211], [104.780208, 24.445259], [104.802415, 24.443312], [104.810654, 24.438936], [104.82026, 24.441443], [104.832743, 24.451005], [104.843188, 24.449966], [104.847967, 24.439571], [104.849891, 24.438641], [104.861659, 24.441052], [104.862925, 24.435642], [104.866451, 24.433388], [104.877186, 24.434835], [104.898634, 24.431843], [104.902958, 24.427062], [104.915748, 24.426765], [104.919763, 24.423939], [104.923481, 24.410555], [104.941179, 24.408919], [104.953374, 24.413411], [104.95862, 24.413526], [104.962594, 24.409216], [104.966014, 24.40877], [104.973817, 24.413075], [104.983472, 24.421683], [104.987132, 24.429442], [105.004086, 24.432862], [105.009885, 24.436729], [105.016132, 24.43539], [105.033017, 24.442889], [105.044993, 24.444962], [105.050188, 24.443867], [105.052365, 24.439624], [105.052403, 24.432962], [105.072771, 24.429497], [105.085285, 24.422155], [105.093066, 24.421182], [105.107746, 24.414484], [105.107547, 24.411311], [105.09909, 24.404803], [105.107362, 24.399369], [105.106576, 24.394872], [105.101972, 24.39273], [105.096083, 24.393337], [105.094727, 24.391659], [105.096226, 24.387912], [105.105298, 24.379233], [105.108333, 24.368495], [105.11076, 24.367389], [105.120326, 24.371261], [105.141175, 24.3715], [105.146152, 24.368212], [105.149652, 24.36228], [105.161608, 24.357937], [105.167854, 24.348657], [105.178762, 24.343895], [105.18947, 24.3433], [105.194526, 24.338095], [105.19646, 24.331551], [105.193485, 24.325751], [105.173416, 24.310734], [105.168776, 24.305381], [105.168776, 24.302406], [105.175319, 24.295959], [105.175492, 24.290218], [105.172173, 24.288433], [105.16275, 24.29136], [105.156504, 24.285863], [105.155969, 24.283043], [105.165213, 24.282365], [105.168182, 24.276946], [105.179823, 24.265666], [105.174683, 24.259099], [105.174779, 24.255625], [105.18344, 24.254483], [105.193672, 24.257005], [105.197669, 24.25434], [105.20081, 24.246107], [105.201714, 24.234924], [105.209482, 24.219963], [105.212679, 24.216558], [105.214707, 24.216173], [105.217728, 24.221235], [105.230229, 24.222095], [105.23203, 24.218957], [105.228563, 24.213666], [105.233759, 24.209793], [105.239018, 24.213616], [105.241755, 24.207574], [105.233849, 24.182213], [105.226336, 24.17909], [105.226835, 24.167668], [105.224667, 24.165899], [105.20799, 24.159162], [105.206848, 24.159733], [105.206657, 24.16887], [105.204944, 24.171154], [105.182601, 24.170679], [105.18053, 24.16949], [105.178972, 24.162379], [105.174442, 24.160104], [105.175691, 24.153442], [105.177773, 24.152014], [105.180053, 24.152823], [105.181517, 24.150789], [105.179264, 24.135399], [105.181034, 24.132601], [105.190542, 24.126782], [105.19949, 24.105975], [105.209751, 24.097796], [105.224028, 24.089468], [105.229382, 24.080248], [105.233397, 24.077719], [105.242617, 24.076232], [105.256091, 24.063749], [105.262721, 24.066283], [105.273476, 24.064808], [105.281471, 24.06752], [105.290206, 24.08114], [105.279341, 24.09078], [105.270775, 24.094135], [105.269562, 24.098061], [105.270632, 24.103771], [105.282351, 24.101166], [105.291534, 24.116961], [105.297463, 24.114209], [105.301518, 24.114094], [105.30957, 24.11952], [105.317175, 24.119549], [105.322055, 24.114549], [105.325893, 24.113368], [105.325475, 24.106876], [105.32946, 24.097193], [105.337969, 24.098353], [105.342241, 24.09682], [105.344297, 24.09385], [105.34384, 24.089053], [105.346296, 24.086883], [105.35372, 24.087055], [105.361333, 24.079756], [105.372112, 24.078935], [105.377299, 24.070737], [105.383307, 24.067466], [105.393955, 24.067347], [105.407584, 24.037038], [105.410582, 24.032541], [105.415436, 24.030757], [105.423716, 24.031399], [105.429356, 24.035254], [105.437922, 24.036896], [105.446916, 24.032398], [105.460468, 24.030126], [105.479989, 24.021828], [105.48931, 24.02037], [105.492137, 24.021168], [105.49581, 24.027181], [105.506684, 24.0284], [105.507057, 24.037303], [105.501742, 24.047695], [105.506057, 24.063837], [105.512583, 24.072896], [105.514924, 24.078971], [105.514672, 24.099837], [105.517284, 24.106698], [105.528143, 24.117624], [105.524315, 24.126811], [105.525254, 24.13088], [105.527462, 24.132439], [105.536431, 24.131208], [105.544824, 24.126617], [105.554324, 24.132088], [105.565809, 24.134782], [105.583157, 24.132479], [105.591526, 24.140349], [105.596372, 24.141438], [105.608551, 24.137788], [105.613942, 24.138316], [105.623233, 24.131635], [105.625929, 24.12492], [105.626964, 24.114016], [105.624941, 24.106818], [105.626687, 24.10042], [105.632219, 24.090593], [105.639819, 24.091478], [105.642322, 24.088955], [105.641092, 24.080929], [105.636009, 24.078627], [105.636566, 24.074658], [105.640345, 24.069879], [105.635456, 24.055455], [105.643805, 24.033873], [105.647941, 24.032556], [105.652691, 24.035018], [105.653449, 24.040598], [105.654933, 24.041362], [105.659803, 24.04191], [105.664253, 24.038924], [105.673613, 24.041972], [105.676468, 24.049253], [105.685891, 24.051537], [105.693172, 24.056534], [105.697312, 24.065529], [105.701881, 24.066385], [105.717585, 24.061246], [105.73827, 24.059213], [105.743252, 24.061541], [105.746715, 24.068815], [105.757335, 24.074573], [105.767474, 24.070304], [105.786147, 24.068624], [105.797764, 24.056429], [105.795245, 24.049116], [105.786258, 24.043763], [105.786443, 24.03901], [105.784278, 24.033879], [105.795203, 24.026327], [105.799677, 24.029979], [105.806815, 24.032406], [105.811384, 24.031264], [105.820151, 24.034068], [105.82439, 24.031582], [105.839965, 24.033376], [105.846858, 24.058876], [105.854991, 24.058872], [105.859342, 24.055549], [105.876684, 24.049263], [105.887221, 24.042157], [105.893018, 24.043996], [105.895596, 24.047474], [105.903689, 24.070474], [105.90257, 24.075686], [105.892038, 24.085247], [105.893255, 24.089904], [105.899254, 24.090666], [105.900015, 24.091998], [105.896018, 24.099422], [105.89754, 24.111605], [105.918442, 24.123831], [105.932267, 24.121785], [105.941094, 24.117669], [105.955505, 24.114904], [105.975804, 24.119466], [105.996336, 24.128166], [106.001285, 24.128356], [106.002427, 24.126072], [105.996907, 24.123978], [105.995003, 24.120933], [106.003854, 24.10719], [106.010028, 24.10203], [106.020456, 24.105765], [106.045549, 24.090821], [106.051297, 24.067834], [106.049441, 24.056556], [106.052424, 24.047989], [106.067455, 24.04055], [106.069766, 24.037495], [106.067362, 24.032637], [106.075246, 24.029808], [106.080938, 24.037207], [106.088288, 24.032914], [106.092843, 24.027003], [106.093534, 24.023823], [106.088215, 24.002581], [106.081243, 24.001466], [106.078165, 23.995412], [106.084096, 23.991869], [106.092637, 23.992278], [106.097469, 23.985405], [106.100022, 23.984244], [106.109738, 23.96975], [106.116839, 23.965679], [106.130587, 23.962513], [106.134382, 23.957873], [106.136288, 23.950869], [106.135316, 23.941448], [106.137038, 23.924257], [106.139974, 23.923004], [106.151306, 23.910386], [106.154928, 23.902847], [106.153218, 23.899654], [106.158553, 23.89181], [106.158103, 23.886517], [106.164613, 23.886016], [106.170542, 23.883032], [106.177253, 23.883058], [106.181912, 23.886468], [106.190462, 23.884992], [106.193905, 23.882086], [106.196896, 23.876223], [106.196282, 23.869538], [106.189712, 23.861899], [106.186387, 23.86126], [106.177674, 23.86627], [106.169465, 23.865216], [106.175483, 23.848969], [106.184246, 23.846707], [106.193865, 23.839863], [106.194982, 23.831216], [106.1897, 23.822794], [106.182879, 23.818286], [106.178807, 23.817807], [106.159733, 23.82013], [106.144864, 23.81102], [106.138843, 23.813518], [106.137285, 23.810118], [106.138307, 23.805686], [106.133167, 23.802006], [106.133317, 23.799736], [106.138698, 23.792858], [106.138666, 23.781321], [106.143849, 23.771065], [106.140357, 23.754306], [106.145202, 23.734167], [106.153117, 23.72678], [106.157479, 23.726991], [106.160129, 23.72429], [106.157445, 23.711104], [106.154046, 23.709086], [106.153503, 23.702471], [106.15619, 23.699733], [106.148513, 23.692017], [106.147637, 23.68908], [106.147555, 23.685576], [106.1495, 23.682496], [106.150919, 23.661461], [106.138766, 23.643948], [106.139649, 23.634141], [106.133291, 23.620116], [106.125174, 23.615766], [106.119491, 23.610559], [106.115584, 23.603562], [106.118556, 23.587908], [106.138835, 23.575883], [106.13042, 23.565881], [106.123769, 23.563783], [106.125311, 23.559727], [106.121317, 23.547405], [106.103714, 23.535504], [106.104026, 23.530044], [106.089967, 23.527102], [106.087739, 23.532343], [106.085011, 23.534124], [106.080064, 23.525342], [106.078479, 23.515338], [106.073758, 23.512456], [106.07149, 23.508902], [106.072806, 23.506779], [106.076297, 23.506951], [106.077232, 23.50494], [106.076341, 23.502947], [106.069241, 23.499911], [106.07012, 23.49585], [106.068821, 23.490804], [106.057322, 23.49047], [106.047467, 23.481863], [106.04096, 23.485846], [106.038723, 23.489143], [106.03256, 23.489372], [106.033266, 23.485456], [106.02818, 23.477714], [106.023915, 23.477366], [106.020257, 23.473854], [106.021369, 23.468763], [106.020268, 23.466321], [106.01385, 23.464838], [106.006165, 23.45244], [105.995637, 23.449022], [105.982791, 23.458638], [105.984319, 23.464163], [105.99316, 23.468467], [105.994381, 23.470816], [105.994821, 23.481133], [105.98962, 23.493878], [105.982872, 23.494742], [105.968406, 23.492305], [105.961106, 23.499465], [105.958402, 23.495021], [105.944475, 23.494059], [105.934777, 23.507017], [105.922921, 23.508532], [105.915867, 23.506307], [105.912045, 23.50289], [105.903295, 23.500385], [105.898702, 23.504475], [105.90236, 23.509663], [105.900736, 23.521338], [105.883757, 23.532901], [105.864311, 23.536053], [105.86158, 23.531816], [105.851993, 23.527047], [105.85026, 23.5287], [105.850387, 23.531679], [105.837744, 23.529142], [105.829005, 23.521375], [105.820762, 23.516832], [105.816328, 23.507581], [105.81258, 23.504626], [105.815842, 23.492166], [105.813508, 23.485304], [105.816383, 23.481424], [105.809146, 23.468619], [105.805427, 23.467895], [105.797042, 23.47333], [105.783637, 23.47077], [105.780104, 23.467483], [105.773737, 23.46496], [105.756559, 23.463393], [105.750661, 23.45858], [105.749129, 23.453266], [105.750116, 23.448177], [105.746815, 23.438934], [105.734465, 23.433037], [105.729494, 23.43237], [105.716208, 23.41836], [105.712175, 23.411199], [105.696317, 23.400646], [105.691425, 23.399058], [105.685255, 23.399874], [105.67813, 23.408388], [105.668777, 23.411149], [105.662014, 23.403561], [105.6588, 23.405345], [105.639805, 23.407568], [105.626266, 23.404755], [105.633945, 23.400267], [105.638712, 23.401552], [105.64666, 23.400312], [105.658256, 23.393278], [105.665592, 23.391523], [105.670746, 23.386431], [105.671889, 23.381307], [105.676694, 23.37644], [105.68582, 23.37405], [105.690871, 23.369617], [105.691799, 23.367054], [105.685636, 23.358646], [105.679322, 23.358206], [105.670132, 23.360845], [105.66732, 23.358], [105.666968, 23.354326], [105.670676, 23.351644], [105.675861, 23.353022], [105.684111, 23.349074], [105.693509, 23.340421], [105.697748, 23.331823], [105.690674, 23.32752], [105.676691, 23.324346], [105.667279, 23.329872], [105.66772, 23.33416], [105.671285, 23.338753], [105.671349, 23.342766], [105.664905, 23.346924], [105.662241, 23.350765], [105.648947, 23.349888], [105.646332, 23.347858], [105.645755, 23.342471], [105.642194, 23.339632], [105.639139, 23.338496], [105.634979, 23.339715], [105.620029, 23.326969], [105.615467, 23.329499], [105.61104, 23.325488], [105.607526, 23.317815], [105.594498, 23.317403], [105.583053, 23.310407], [105.587756, 23.299286], [105.570067, 23.290266], [105.569956, 23.284242], [105.565492, 23.280962], [105.566367, 23.269602], [105.562979, 23.258915], [105.560538, 23.256186], [105.555886, 23.255479], [105.549967, 23.250153], [105.542402, 23.250682], [105.530812, 23.245218], [105.527542, 23.238079], [105.530825, 23.235925], [105.532134, 23.232717], [105.526312, 23.224478], [105.546936, 23.200755], [105.540694, 23.197399], [105.544706, 23.187555], [105.530238, 23.188031], [105.522591, 23.197328], [105.516785, 23.197423], [105.50089, 23.205703], [105.498511, 23.218743], [105.486328, 23.239492], [105.477476, 23.249581], [105.462438, 23.257671], [105.459107, 23.261288], [105.447876, 23.290412], [105.440166, 23.298026], [105.434931, 23.300025], [105.431029, 23.299169], [105.424176, 23.288985], [105.412469, 23.285748], [105.407234, 23.289365], [105.393909, 23.308782], [105.390415, 23.311036], [105.382967, 23.310786], [105.370881, 23.319191], [105.368631, 23.324396], [105.351607, 23.344734], [105.349774, 23.354648], [105.350471, 23.364605], [105.348381, 23.36871], [105.330612, 23.383168], [105.32727, 23.389806], [105.323012, 23.392624], [105.311956, 23.382464], [105.307862, 23.381854], [105.302131, 23.371006], [105.278356, 23.341943], [105.273691, 23.340777], [105.260575, 23.341983], [105.254695, 23.338516], [105.254243, 23.334897], [105.257107, 23.326907], [105.256203, 23.321027], [105.251228, 23.305499], [105.243087, 23.296453], [105.239619, 23.27414], [105.234493, 23.265999], [105.215497, 23.269014], [105.199215, 23.274592], [105.191827, 23.279869], [105.178259, 23.28198], [105.174791, 23.281075], [105.166499, 23.274592], [105.114486, 23.249264], [105.108908, 23.24836], [105.105139, 23.24836], [105.095188, 23.261024], [105.086896, 23.264793], [105.08162, 23.264642], [105.068805, 23.255898], [105.0542, 23.250281], [105.044534, 23.239574], [105.025404, 23.223156], [105.000705, 23.216018], [104.998706, 23.214304], [104.996136, 23.201741], [104.993995, 23.200028], [104.965156, 23.200742], [104.958588, 23.197743], [104.954591, 23.192033], [104.948023, 23.160909], [104.946167, 23.15734], [104.94217, 23.154485], [104.936602, 23.155912], [104.932605, 23.16248], [104.917328, 23.165621], [104.910774, 23.174464], [104.905277, 23.177748], [104.896354, 23.177105], [104.881935, 23.171466], [104.879294, 23.166112], [104.877866, 23.144126], [104.875582, 23.134061], [104.8693, 23.12578], [104.861805, 23.124067], [104.856094, 23.12785], [104.845886, 23.125923], [104.825275, 23.116715], [104.821574, 23.111634], [104.815863, 23.118844], [104.813008, 23.119772], [104.803728, 23.117559], [104.800016, 23.114204], [104.801943, 23.090505], [104.803728, 23.085436], [104.81363, 23.077855], [104.814343, 23.075654], [104.811072, 23.059117], [104.819405, 23.049153], [104.81643, 23.040349], [104.817144, 23.036066], [104.822974, 23.031307], [104.830617, 23.004807], [104.836894, 22.991451], [104.842485, 22.984669], [104.861626, 22.973026], [104.861045, 22.949691], [104.855242, 22.941209], [104.841292, 22.930088], [104.823028, 22.925048], [104.806071, 22.912162], [104.785322, 22.909497], [104.774472, 22.904833], [104.770665, 22.901122], [104.763621, 22.88675], [104.760766, 22.87904], [104.759529, 22.86857], [104.755951, 22.86247], [104.748202, 22.860004], [104.73364, 22.859814], [104.731165, 22.858862], [104.729116, 22.85495], [104.728584, 22.848898], [104.735748, 22.829316], [104.732617, 22.824622], [104.728834, 22.823765], [104.701922, 22.826977], [104.670085, 22.820624], [104.656541, 22.833869], [104.630513, 22.837852], [104.627028, 22.840279], [104.623392, 22.84702], [104.620604, 22.845204], [104.617738, 22.835243], [104.61876, 22.833214], [104.621202, 22.833594], [104.624077, 22.830856], [104.623325, 22.827596], [104.618367, 22.824414], [104.613562, 22.816346], [104.61035, 22.819773], [104.600075, 22.816245], [104.597656, 22.818346], [104.59837, 22.824057], [104.60408, 22.826972], [104.604816, 22.831257], [104.601953, 22.834324], [104.59801, 22.844341], [104.594584, 22.848528], [104.57412, 22.848433], [104.56228, 22.835724], [104.558319, 22.833407], [104.532937, 22.825445], [104.526152, 22.817907], [104.52359, 22.806449], [104.518614, 22.798006], [104.509116, 22.791825], [104.500975, 22.789714], [104.497055, 22.77901], [104.481828, 22.77313], [104.459817, 22.754134], [104.425079, 22.739987], [104.411183, 22.728851], [104.40671, 22.723426], [104.401331, 22.705968], [104.388721, 22.705437], [104.374159, 22.693635], [104.369495, 22.691827], [104.362071, 22.693825], [104.344082, 22.706103], [104.338447, 22.722437], [104.329328, 22.726128], [104.324802, 22.729781], [104.317108, 22.731501], [104.301997, 22.730181], [104.280215, 22.741272], [104.26958, 22.74203], [104.269356, 22.753312], [104.262047, 22.761454], [104.257289, 22.776451], [104.259184, 22.789983], [104.26811, 22.813749], [104.266606, 22.819946], [104.271114, 22.829222], [104.265869, 22.838444], [104.258659, 22.843226], [104.244025, 22.845225], [104.219469, 22.832804], [104.200838, 22.828307], [104.175925, 22.824738], [104.160934, 22.819384], [104.141946, 22.807606], [104.138448, 22.80682], [104.124029, 22.811389], [104.118746, 22.809248], [104.1019, 22.79697], [104.095832, 22.790759], [104.091222, 22.777476], [104.08334, 22.76885], [104.061494, 22.753173], [104.046432, 22.733899], [104.036866, 22.718694], [104.029514, 22.685786], [104.03294, 22.681503], [104.038223, 22.678505], [104.039151, 22.675792], [104.031298, 22.649666], [104.030156, 22.640243], [104.031891, 22.632316], [104.027965, 22.625499], [104.025859, 22.614327], [104.020931, 22.605972], [104.019575, 22.595621], [104.014422, 22.593069], [104.013656, 22.583476], [104.005322, 22.57599], [104.01292, 22.570408], [104.016307, 22.564898], [104.009837, 22.562347], [104.010361, 22.557232], [104.014489, 22.551847], [104.014961, 22.544182], [104.008798, 22.544017], [104.005217, 22.538646], [104.009244, 22.534398], [104.012498, 22.523857], [104.005678, 22.5171], [103.999498, 22.519831], [103.990638, 22.519772], [103.980383, 22.508381], [103.977326, 22.507015], [103.964228, 22.505563], [103.953884, 22.511546], [103.946145, 22.525224], [103.932422, 22.527477], [103.927673, 22.538701], [103.91407, 22.545421], [103.888879, 22.570268], [103.885289, 22.569726], [103.882369, 22.563731], [103.874652, 22.56739], [103.868682, 22.577795], [103.859948, 22.587968], [103.847192, 22.59475], [103.839418, 22.606377], [103.823886, 22.617179], [103.814016, 22.637966], [103.794093, 22.661377], [103.781573, 22.670461], [103.777766, 22.678795], [103.767884, 22.690603], [103.754844, 22.688012], [103.752026, 22.689394], [103.744467, 22.698699], [103.739137, 22.700748], [103.737445, 22.702616], [103.736971, 22.71058], [103.734253, 22.715622], [103.725775, 22.725042], [103.702855, 22.744987], [103.694095, 22.746828], [103.684939, 22.752965], [103.680518, 22.763888], [103.667036, 22.76998], [103.663607, 22.785293], [103.659097, 22.789546], [103.651054, 22.790986], [103.640858, 22.797707], [103.638477, 22.795919], [103.639301, 22.79193], [103.637924, 22.786445], [103.633223, 22.787305], [103.619154, 22.785744], [103.617712, 22.782517], [103.620606, 22.77467], [103.608868, 22.763769], [103.609788, 22.756481], [103.60639, 22.754308], [103.603973, 22.749255], [103.598799, 22.749319], [103.596578, 22.742455], [103.591347, 22.739827], [103.591622, 22.735221], [103.583052, 22.732052], [103.580528, 22.72777], [103.581924, 22.723689], [103.575032, 22.722366], [103.574731, 22.717384], [103.572451, 22.715816], [103.569877, 22.70909], [103.564259, 22.705861], [103.562627, 22.700058], [103.565546, 22.693276], [103.564747, 22.688241], [103.567114, 22.684544], [103.567702, 22.679766], [103.578412, 22.670677], [103.579831, 22.664277], [103.577118, 22.660981], [103.577212, 22.657289], [103.571683, 22.647566], [103.571128, 22.642204], [103.553627, 22.637649], [103.537811, 22.603318], [103.530007, 22.596465], [103.525828, 22.596166], [103.50882, 22.602631], [103.507996, 22.609611], [103.499867, 22.621853], [103.476046, 22.639492], [103.458256, 22.660749], [103.456598, 22.67085], [103.458484, 22.680903], [103.439831, 22.702122], [103.431238, 22.722626], [103.431992, 22.734536], [103.44093, 22.748812], [103.439026, 22.760828], [103.423203, 22.767015], [103.41083, 22.782124], [103.406903, 22.78498], [103.387092, 22.790924], [103.371102, 22.805058], [103.365677, 22.807199], [103.331555, 22.813053], [103.323932, 22.811967], [103.321019, 22.809626], [103.317707, 22.798919], [103.31922, 22.785931], [103.313138, 22.775362], [103.308713, 22.761371], [103.303002, 22.758372], [103.299575, 22.749949], [103.286441, 22.737814], [103.28487, 22.729533], [103.288197, 22.709178], [103.281312, 22.697985], [103.283543, 22.684886], [103.270741, 22.674672], [103.26048, 22.671566], [103.251738, 22.672787], [103.249541, 22.669305], [103.236353, 22.659828], [103.227404, 22.647806], [103.221579, 22.646512], [103.207062, 22.647442], [103.195838, 22.651072], [103.184854, 22.644437], [103.182829, 22.640279], [103.184458, 22.631517], [103.174897, 22.625884], [103.168658, 22.618746], [103.166516, 22.615177], [103.163875, 22.602344], [103.157764, 22.594277], [103.162409, 22.583163], [103.168314, 22.57815], [103.177631, 22.564345], [103.182828, 22.560723], [103.182303, 22.558046], [103.155219, 22.542894], [103.141656, 22.540682], [103.136802, 22.538326], [103.112341, 22.520075], [103.093924, 22.516516], [103.081075, 22.511281], [103.073841, 22.494054], [103.072414, 22.485868], [103.07327, 22.480634], [103.080884, 22.470069], [103.081836, 22.460551], [103.078505, 22.453127], [103.074507, 22.45227], [103.055757, 22.453603], [103.04367, 22.448463], [103.029298, 22.447987], [103.003314, 22.466357], [102.99344, 22.468039], [102.991346, 22.476414], [102.988273, 22.480521], [102.967928, 22.483008], [102.961841, 22.486123], [102.944233, 22.486789], [102.932865, 22.489382], [102.922532, 22.499448], [102.921676, 22.508299], [102.913291, 22.515134], [102.907652, 22.528983], [102.90501, 22.531981], [102.895231, 22.536906], [102.894274, 22.550883], [102.892775, 22.553667], [102.88401, 22.560535], [102.885152, 22.564675], [102.882868, 22.57167], [102.874016, 22.576239], [102.873017, 22.578523], [102.873302, 22.582092], [102.878728, 22.588945], [102.879085, 22.5928], [102.866235, 22.608933], [102.854814, 22.613787], [102.845534, 22.614929], [102.842108, 22.621496], [102.835683, 22.62735], [102.823976, 22.630205], [102.810485, 22.625993], [102.800705, 22.627635], [102.786952, 22.626761], [102.785958, 22.628825], [102.787831, 22.647629], [102.783738, 22.652483], [102.764322, 22.654006], [102.75766, 22.658574], [102.749569, 22.668473], [102.734445, 22.671087], [102.714885, 22.686934], [102.711602, 22.695215], [102.692614, 22.705779], [102.68776, 22.705637], [102.679622, 22.70064], [102.664774, 22.695215], [102.655208, 22.696214], [102.641217, 22.705208], [102.611236, 22.733905], [102.60681, 22.735475], [102.594961, 22.732191], [102.586252, 22.710633], [102.583682, 22.708064], [102.5774, 22.70892], [102.572403, 22.712632], [102.560411, 22.733762], [102.536921, 22.762191], [102.521716, 22.767521], [102.515149, 22.776943], [102.508677, 22.781417], [102.498398, 22.783035], [102.491545, 22.782273], [102.461952, 22.766799], [102.453921, 22.750655], [102.456182, 22.740403], [102.455579, 22.736483], [102.431608, 22.701958], [102.42407, 22.695325], [102.413228, 22.690156], [102.396704, 22.690847], [102.39263, 22.690363], [102.39016, 22.687635], [102.387448, 22.678843], [102.412777, 22.647508], [102.418785, 22.636932], [102.416314, 22.634918], [102.410037, 22.635079], [102.403347, 22.632989], [102.390165, 22.61894], [102.387099, 22.610591], [102.371842, 22.593531], [102.351807, 22.589401], [102.347425, 22.589924], [102.345747, 22.583684], [102.354864, 22.572435], [102.35534, 22.566654], [102.336106, 22.559276], [102.321516, 22.557423], [102.321571, 22.547601], [102.303925, 22.534076], [102.290114, 22.511396], [102.278312, 22.496596], [102.27767, 22.486017], [102.282072, 22.482626], [102.281953, 22.48102], [102.272688, 22.477571], [102.261751, 22.467135], [102.253566, 22.462281], [102.260514, 22.449051], [102.267938, 22.428683], [102.268604, 22.424685], [102.265748, 22.417159], [102.260418, 22.417064], [102.249568, 22.423632], [102.233292, 22.429342], [102.206452, 22.432578], [102.175614, 22.432864], [102.171807, 22.432102], [102.162384, 22.425154], [102.151724, 22.408403], [102.143818, 22.400625], [102.129742, 22.410475], [102.126322, 22.41806], [102.126322, 22.432188], [102.124091, 22.436203], [102.120076, 22.439178], [102.10637, 22.442411], [102.079625, 22.443639], [102.060292, 22.449736], [102.048097, 22.45628], [102.022815, 22.456577], [102.010323, 22.445721], [102.001698, 22.44468], [101.993449, 22.436181], [101.978316, 22.429117], [101.971556, 22.429275], [101.958041, 22.436223], [101.933517, 22.442113], [101.909697, 22.44151], [101.903666, 22.439701], [101.910307, 22.418533], [101.910149, 22.400352], [101.906983, 22.394773], [101.899681, 22.388007], [101.889042, 22.386482], [101.865372, 22.390401], [101.858739, 22.392814], [101.842004, 22.412563], [101.829039, 22.420705], [101.821002, 22.432028], [101.820109, 22.437382], [101.82234, 22.459243], [101.808212, 22.470695], [101.802858, 22.47932], [101.798694, 22.479766], [101.791417, 22.484966], [101.784421, 22.498975], [101.777515, 22.506212], [101.76441, 22.508166], [101.759889, 22.506857], [101.749182, 22.496507], [101.745017, 22.494365], [101.73312, 22.494008], [101.72848, 22.491986], [101.722651, 22.48568], [101.711943, 22.479256], [101.690391, 22.477257], [101.682396, 22.479827], [101.675067, 22.480017], [101.672402, 22.478685], [101.669928, 22.473545], [101.671926, 22.461933], [101.668082, 22.44128], [101.65603, 22.421088], [101.646495, 22.412393], [101.645258, 22.404481], [101.64659, 22.401162], [101.666673, 22.380889], [101.669813, 22.37061], [101.665435, 22.365851], [101.657726, 22.364804], [101.649445, 22.365755], [101.647256, 22.364233], [101.648493, 22.347196], [101.646019, 22.33092], [101.633303, 22.316094], [101.629882, 22.302412], [101.625718, 22.296166], [101.623487, 22.283525], [101.619621, 22.27951], [101.597611, 22.270736], [101.583631, 22.270141], [101.571139, 22.274751], [101.564149, 22.27252], [101.560729, 22.268207], [101.547005, 22.240151], [101.546444, 22.233906], [101.547696, 22.231283], [101.562365, 22.218685], [101.564744, 22.213629], [101.566232, 22.203665], [101.573519, 22.189685], [101.589283, 22.172137], [101.593893, 22.162768], [101.596718, 22.14284], [101.602072, 22.134958], [101.599841, 22.130199], [101.587103, 22.128951], [101.574741, 22.12473], [101.57263, 22.1187], [101.573233, 22.113423], [101.576399, 22.10694], [101.589214, 22.08915], [101.592078, 22.073018], [101.595546, 22.066686], [101.602679, 22.058847], [101.60886, 22.04573], [101.614589, 22.038494], [101.619564, 22.022513], [101.624389, 22.012864], [101.623333, 22.006381], [101.617001, 22.000803], [101.618403, 21.989674], [101.61528, 21.978372], [101.609926, 21.974059], [101.605482, 21.967091], [101.625761, 21.962657], [101.649336, 21.949818], [101.665694, 21.937475], [101.669561, 21.937624], [101.686069, 21.945803], [101.691125, 21.945654], [101.696776, 21.94268], [101.701386, 21.937772], [101.702576, 21.933311], [101.69802, 21.909938], [101.699578, 21.901071], [101.704188, 21.893189], [101.713111, 21.883373], [101.736425, 21.87527], [101.738988, 21.870584], [101.739285, 21.866122], [101.737054, 21.853779], [101.741665, 21.842923], [101.753413, 21.836974], [101.769772, 21.835933], [101.77349, 21.83281], [101.775869, 21.828943], [101.776018, 21.824184], [101.760998, 21.804554], [101.757875, 21.797564], [101.759064, 21.775703], [101.755198, 21.763359], [101.748208, 21.754139], [101.746275, 21.748339], [101.747167, 21.733913], [101.752075, 21.726924], [101.762039, 21.721867], [101.765016, 21.71828], [101.767839, 21.708929], [101.767987, 21.698222], [101.770516, 21.686027], [101.769921, 21.661935], [101.77691, 21.651142], [101.778992, 21.643197], [101.786577, 21.641115], [101.79669, 21.64632], [101.802638, 21.648104], [101.805613, 21.647063], [101.809191, 21.644378], [101.810794, 21.630374], [101.825719, 21.620424], [101.826775, 21.618012], [101.820292, 21.603991], [101.812905, 21.593889], [101.800391, 21.582733], [101.791798, 21.577607], [101.781546, 21.578059], [101.763756, 21.586502], [101.752298, 21.588764], [101.746871, 21.585748], [101.743403, 21.579416], [101.745061, 21.571577], [101.75667, 21.564792], [101.757575, 21.55831], [101.753203, 21.550168], [101.753504, 21.541424], [101.759233, 21.529212], [101.765867, 21.527403], [101.76858, 21.518508], [101.76451, 21.509764], [101.740991, 21.493632], [101.736769, 21.48519], [101.742621, 21.471817], [101.743216, 21.458581], [101.746785, 21.440586], [101.745893, 21.429284], [101.748421, 21.419469], [101.747826, 21.416792], [101.735632, 21.405489], [101.736375, 21.396566], [101.732909, 21.367608], [101.72537, 21.350316], [101.745084, 21.297201], [101.75437, 21.291126], [101.763442, 21.289491], [101.775839, 21.290832], [101.778504, 21.289118], [101.788593, 21.289309], [101.793543, 21.285121], [101.802489, 21.26856], [101.817337, 21.254854], [101.821525, 21.254473], [101.827807, 21.256567], [101.831233, 21.255235], [101.833137, 21.250857], [101.832756, 21.246098], [101.828759, 21.240006], [101.828188, 21.235628], [101.834089, 21.210501], [101.832756, 21.207265], [101.82933, 21.206123], [101.819431, 21.207075], [101.809441, 21.21329], [101.80204, 21.210166], [101.79163, 21.20972], [101.787317, 21.201391], [101.782856, 21.184884], [101.76843, 21.159602], [101.7604, 21.150828], [101.749395, 21.144731], [101.712364, 21.146069], [101.698236, 21.150977], [101.69318, 21.157371], [101.694072, 21.17031], [101.676991, 21.18326], [101.672803, 21.194491], [101.668996, 21.198869], [101.653387, 21.200202], [101.6393, 21.197727], [101.607891, 21.176407], [101.598945, 21.176407], [101.589808, 21.184021], [101.587333, 21.18859], [101.587714, 21.192968], [101.602752, 21.218476], [101.605226, 21.226281], [101.604275, 21.232372], [101.599325, 21.237131], [101.592196, 21.239735], [101.540194, 21.253354], [101.517204, 21.252747], [101.507404, 21.249732], [101.479664, 21.246415], [101.474689, 21.244305], [101.462176, 21.234204], [101.44529, 21.229228], [101.395237, 21.22953], [101.383327, 21.227118], [101.332379, 21.196448], [101.317479, 21.192012], [101.305091, 21.190719], [101.29107, 21.181221], [101.285492, 21.181372], [101.273129, 21.193282], [101.251361, 21.209007], [101.244461, 21.218287], [101.223046, 21.228043], [101.220666, 21.234943], [101.225663, 21.246365], [101.227033, 21.258744], [101.236658, 21.268024], [101.243511, 21.280516], [101.247065, 21.292315], [101.246509, 21.298148], [101.240227, 21.305286], [101.21096, 21.316422], [101.201823, 21.321419], [101.18155, 21.336409], [101.177838, 21.353399], [101.169272, 21.360394], [101.1628, 21.368828], [101.146619, 21.396049], [101.141099, 21.410516], [101.143764, 21.415846], [101.148332, 21.41813], [101.176696, 21.416607], [101.184691, 21.41832], [101.190782, 21.422889], [101.193828, 21.431265], [101.194018, 21.436595], [101.191543, 21.46096], [101.192099, 21.478301], [101.205138, 21.487628], [101.222651, 21.503237], [101.220176, 21.504951], [101.216179, 21.504284], [101.2131, 21.505713], [101.206781, 21.518629], [101.206067, 21.527694], [101.209874, 21.537629], [101.210475, 21.543671], [101.206311, 21.55069], [101.205617, 21.559], [101.195722, 21.55997], [101.177281, 21.557948], [101.149094, 21.564145], [101.144333, 21.563581], [101.138043, 21.572359], [101.140977, 21.580705], [101.147386, 21.589119], [101.152099, 21.59127], [101.166456, 21.592133], [101.169355, 21.595604], [101.170084, 21.602432], [101.16946, 21.605848], [101.16113, 21.619327], [101.159298, 21.63086], [101.16235, 21.638064], [101.160159, 21.645743], [101.156691, 21.649523], [101.151075, 21.651717], [101.150339, 21.660674], [101.152803, 21.67056], [101.149221, 21.672423], [101.142786, 21.671536], [101.135192, 21.673868], [101.125968, 21.684525], [101.12534, 21.690254], [101.118769, 21.689221], [101.115164, 21.692855], [101.118842, 21.707398], [101.11855, 21.717139], [101.109854, 21.751732], [101.111165, 21.760427], [101.114334, 21.767337], [101.121915, 21.774393], [101.120617, 21.776206], [101.090733, 21.776176], [101.085798, 21.774498], [101.078667, 21.765938], [101.041696, 21.741552], [101.039751, 21.73377], [101.028497, 21.726323], [101.018405, 21.723028], [101.013627, 21.715503], [101.014032, 21.70989], [101.010368, 21.707768], [101.004513, 21.709206], [100.986261, 21.703895], [100.981211, 21.704621], [100.975892, 21.699753], [100.967252, 21.698366], [100.964, 21.700707], [100.960223, 21.699388], [100.955466, 21.701691], [100.940138, 21.699668], [100.924685, 21.688992], [100.915027, 21.691218], [100.910697, 21.690339], [100.913326, 21.684587], [100.91222, 21.683133], [100.909169, 21.683405], [100.904288, 21.687772], [100.898429, 21.687489], [100.890282, 21.684005], [100.887023, 21.687823], [100.88448, 21.687242], [100.88177, 21.682184], [100.871396, 21.674481], [100.867252, 21.673286], [100.867829, 21.67126], [100.854898, 21.65506], [100.851931, 21.647796], [100.848393, 21.643938], [100.846591, 21.63788], [100.836397, 21.637361], [100.818632, 21.630613], [100.804633, 21.616616], [100.799868, 21.608914], [100.798381, 21.600139], [100.790202, 21.57917], [100.777468, 21.569611], [100.753022, 21.557904], [100.741423, 21.545412], [100.727741, 21.520576], [100.718669, 21.51433], [100.712274, 21.513289], [100.698322, 21.514781], [100.687186, 21.511069], [100.680048, 21.504644], [100.666771, 21.487798], [100.660061, 21.483515], [100.654064, 21.482372], [100.641358, 21.484657], [100.632792, 21.481801], [100.620942, 21.475805], [100.609521, 21.467239], [100.591675, 21.462242], [100.582395, 21.45696], [100.573401, 21.454104], [100.563835, 21.453105], [100.555983, 21.454676], [100.545133, 21.459958], [100.527572, 21.474949], [100.524003, 21.475948], [100.513866, 21.47295], [100.494307, 21.463242], [100.488454, 21.461814], [100.482172, 21.463099], [100.470608, 21.471808], [100.465515, 21.479601], [100.459097, 21.491313], [100.452744, 21.510087], [100.443536, 21.520224], [100.437896, 21.532288], [100.429265, 21.54177], [100.425041, 21.542781], [100.420758, 21.542067], [100.397558, 21.529278], [100.387446, 21.525708], [100.380902, 21.526601], [100.370195, 21.532103], [100.349891, 21.53191], [100.336502, 21.520144], [100.32797, 21.507254], [100.319734, 21.501242], [100.314703, 21.49218], [100.305209, 21.491063], [100.297206, 21.480759], [100.290581, 21.479979], [100.281054, 21.486039], [100.272264, 21.475975], [100.265203, 21.471577], [100.255302, 21.472392], [100.252477, 21.47142], [100.249748, 21.467301], [100.246878, 21.466673], [100.239094, 21.470226], [100.23638, 21.468419], [100.209233, 21.508833], [100.204521, 21.514116], [100.198097, 21.516685], [100.191815, 21.518399], [100.17863, 21.516792], [100.172131, 21.492724], [100.167603, 21.486025], [100.147454, 21.50077], [100.130558, 21.506834], [100.125122, 21.512108], [100.121102, 21.523494], [100.123303, 21.531465], [100.123124, 21.537889], [100.118733, 21.548814], [100.121904, 21.55648], [100.121735, 21.568976], [100.117326, 21.577878], [100.107828, 21.58573], [100.106867, 21.594236], [100.111484, 21.603044], [100.117529, 21.605904], [100.121498, 21.610313], [100.131091, 21.614481], [100.133935, 21.618582], [100.134461, 21.627213], [100.137582, 21.634134], [100.139753, 21.636986], [100.145558, 21.639723], [100.152545, 21.649946], [100.160893, 21.650599], [100.168725, 21.648637], [100.173106, 21.65145], [100.173318, 21.65672], [100.168393, 21.665909], [100.157269, 21.676775], [100.149573, 21.68727], [100.14586, 21.690269], [100.137465, 21.692216], [100.130563, 21.698892], [100.130951, 21.70198], [100.110068, 21.705582], [100.04816, 21.676912], [100.041292, 21.668999], [100.028858, 21.67761], [100.028946, 21.684488], [100.031781, 21.694543], [100.009006, 21.697946], [99.998302, 21.701413], [99.99001, 21.707293], [99.985638, 21.713927], [99.981718, 21.729154], [99.975412, 21.740835], [99.967485, 21.769043], [99.961228, 21.777091], [99.958037, 21.798896], [99.948976, 21.8087], [99.943221, 21.825101], [99.945713, 21.830787], [99.947144, 21.844335], [99.944908, 21.848118], [99.945408, 21.865341], [99.958766, 21.875569], [99.963015, 21.885274], [99.959118, 21.91004], [99.965133, 21.910569], [99.975395, 21.91482], [99.980724, 21.921087], [99.98237, 21.926439], [99.981506, 21.934502], [99.984597, 21.948078], [99.996658, 21.97014], [99.994471, 21.980786], [99.989873, 21.990327], [99.963565, 22.01923], [99.959343, 22.030688], [99.957987, 22.037623], [99.959343, 22.041996], [99.969008, 22.050412], [99.971216, 22.05595], [99.961415, 22.058285], [99.94226, 22.057214], [99.932504, 22.06114], [99.918823, 22.06114], [99.896271, 22.067993], [99.873962, 22.069752], [99.866726, 22.067189], [99.864012, 22.065078], [99.862203, 22.060706], [99.863861, 22.052263], [99.872455, 22.040805], [99.871098, 22.03387], [99.862655, 22.029046], [99.847277, 22.026332], [99.834462, 22.028594], [99.831447, 22.030855], [99.824211, 22.042916], [99.815211, 22.049255], [99.789535, 22.05558], [99.760623, 22.070797], [99.749768, 22.071852], [99.723083, 22.066123], [99.720357, 22.061838], [99.718349, 22.050793], [99.714147, 22.042279], [99.710506, 22.039423], [99.705153, 22.038638], [99.694017, 22.042707], [99.686758, 22.048136], [99.69398, 22.068274], [99.691696, 22.074413], [99.683986, 22.07784], [99.673136, 22.077412], [99.641394, 22.105299], [99.62865, 22.102686], [99.623417, 22.097875], [99.6122, 22.096968], [99.601102, 22.110047], [99.592537, 22.115228], [99.590621, 22.113687], [99.59083, 22.110519], [99.58293, 22.107488], [99.572954, 22.097231], [99.563972, 22.111687], [99.557279, 22.114648], [99.54406, 22.110195], [99.526119, 22.100999], [99.519033, 22.100546], [99.509837, 22.104768], [99.497474, 22.11517], [99.48627, 22.12872], [99.471646, 22.134148], [99.467576, 22.133394], [99.453404, 22.119071], [99.445564, 22.113795], [99.427171, 22.109724], [99.414276, 22.109135], [99.404996, 22.103484], [99.398631, 22.10164], [99.389351, 22.100212], [99.371089, 22.102413], [99.362582, 22.106339], [99.3567, 22.099194], [99.349884, 22.096834], [99.340534, 22.099112], [99.328185, 22.09904], [99.307277, 22.102436], [99.286335, 22.109815], [99.278007, 22.109518], [99.271192, 22.10332], [99.264434, 22.10056], [99.260722, 22.101512], [99.255107, 22.111791], [99.249015, 22.115693], [99.226903, 22.119193], [99.21981, 22.114254], [99.21732, 22.114853], [99.189812, 22.139819], [99.164918, 22.153241], [99.154871, 22.163808], [99.158723, 22.169509], [99.170025, 22.169628], [99.178532, 22.166832], [99.185135, 22.166832], [99.193098, 22.167959], [99.199162, 22.171185], [99.199342, 22.174806], [99.194736, 22.174378], [99.189922, 22.171033], [99.18639, 22.176519], [99.182617, 22.175701], [99.174496, 22.178943], [99.172788, 22.184226], [99.174454, 22.191365], [99.190991, 22.210282], [99.199319, 22.229912], [99.20288, 22.233059], [99.212406, 22.23705], [99.223292, 22.238349], [99.233149, 22.24986], [99.23496, 22.253686], [99.230278, 22.267898], [99.23172, 22.277162], [99.23469, 22.283352], [99.232542, 22.298906], [99.240422, 22.310427], [99.246252, 22.314391], [99.251487, 22.321906], [99.255014, 22.334582], [99.26813, 22.345551], [99.277135, 22.348741], [99.277501, 22.361907], [99.263305, 22.376723], [99.252413, 22.383441], [99.249237, 22.388494], [99.249102, 22.394156], [99.25377, 22.397869], [99.271537, 22.400838], [99.280741, 22.404336], [99.29689, 22.415441], [99.308896, 22.430644], [99.308371, 22.434952], [99.310742, 22.439924], [99.324946, 22.444781], [99.332903, 22.449199], [99.336445, 22.455585], [99.344953, 22.46224], [99.349929, 22.470492], [99.360808, 22.476817], [99.366111, 22.487244], [99.377954, 22.493131], [99.380879, 22.496592], [99.38064, 22.503659], [99.378757, 22.508043], [99.366701, 22.513923], [99.358698, 22.523684], [99.357843, 22.527515], [99.359011, 22.539486], [99.364735, 22.546309], [99.368383, 22.554329], [99.384293, 22.573463], [99.384797, 22.576631], [99.382368, 22.584204], [99.383176, 22.587968], [99.369608, 22.60522], [99.372717, 22.61157], [99.370789, 22.614347], [99.367514, 22.615438], [99.367479, 22.620414], [99.363356, 22.631982], [99.361884, 22.645449], [99.357761, 22.657568], [99.359705, 22.664282], [99.34717, 22.674631], [99.348347, 22.67834], [99.342732, 22.69792], [99.340112, 22.700023], [99.338463, 22.71123], [99.333878, 22.715051], [99.328878, 22.716316], [99.321469, 22.727736], [99.317204, 22.731438], [99.314127, 22.739535], [99.320633, 22.741066], [99.324127, 22.744798], [99.323366, 22.747987], [99.325416, 22.754565], [99.331195, 22.752856], [99.338123, 22.7549], [99.343386, 22.761129], [99.350981, 22.761302], [99.351815, 22.759693], [99.358691, 22.760409], [99.365935, 22.767752], [99.382119, 22.764508], [99.384769, 22.765161], [99.388398, 22.781325], [99.385367, 22.790687], [99.389491, 22.799418], [99.391257, 22.807679], [99.386689, 22.813506], [99.394399, 22.816861], [99.394613, 22.82457], [99.415096, 22.826938], [99.423559, 22.837414], [99.428108, 22.837402], [99.435215, 22.844977], [99.440114, 22.847555], [99.454354, 22.849113], [99.461483, 22.847541], [99.460531, 22.852175], [99.457176, 22.856997], [99.451257, 22.861375], [99.449773, 22.878256], [99.443849, 22.887588], [99.439521, 22.908471], [99.434769, 22.916024], [99.43866, 22.921406], [99.436872, 22.930493], [99.439731, 22.935721], [99.45065, 22.936133], [99.49705, 22.907436], [99.52696, 22.89915], [99.535383, 22.899935], [99.547637, 22.904456], [99.554704, 22.910595], [99.559772, 22.918733], [99.560917, 22.931452], [99.553927, 22.947662], [99.542327, 22.958816], [99.531025, 22.963099], [99.52855, 22.965954], [99.526914, 22.976662], [99.520231, 22.985044], [99.511034, 23.00193], [99.513899, 23.013539], [99.521135, 23.029369], [99.526554, 23.055265], [99.524228, 23.067683], [99.515091, 23.074393], [99.48205, 23.082018], [99.473425, 23.085439], [99.463921, 23.086537], [99.447185, 23.082671], [99.432528, 23.083052], [99.426246, 23.085146], [99.41655, 23.091392], [99.393505, 23.095616], [99.378925, 23.10091], [99.352007, 23.123788], [99.346487, 23.130261], [99.341537, 23.133116], [99.325738, 23.136162], [99.321163, 23.134538], [99.322882, 23.121885], [99.32174, 23.117507], [99.314887, 23.109702], [99.307463, 23.104372], [99.300991, 23.102659], [99.278965, 23.102557], [99.273159, 23.10059], [99.265544, 23.094309], [99.257169, 23.077938], [99.247175, 23.077272], [99.232993, 23.086314], [99.212343, 23.091842], [99.20292, 23.104476], [99.2036, 23.111218], [99.200354, 23.111874], [99.195227, 23.109896], [99.189504, 23.102944], [99.185459, 23.10223], [99.170111, 23.104609], [99.155478, 23.102587], [99.143937, 23.104966], [99.124121, 23.100396], [99.119065, 23.10099], [99.112224, 23.105303], [99.11029, 23.104113], [99.109249, 23.091175], [99.103747, 23.090878], [99.089767, 23.095637], [99.062701, 23.108129], [99.045747, 23.120324], [99.048722, 23.1404], [99.058537, 23.159585], [99.058686, 23.163451], [99.056262, 23.167516], [99.053324, 23.166778], [99.04504, 23.159483], [99.02776, 23.16377], [98.993798, 23.165095], [98.979521, 23.171805], [98.96453, 23.171377], [98.945951, 23.181407], [98.926078, 23.186367], [98.919064, 23.18971], [98.903997, 23.188176], [98.890522, 23.179752], [98.884991, 23.182818], [98.884484, 23.194032], [98.889786, 23.196745], [98.894916, 23.205968], [98.89422, 23.209064], [98.889529, 23.211373], [98.889575, 23.215644], [98.894859, 23.216929], [98.905922, 23.226083], [98.911102, 23.237653], [98.910271, 23.252145], [98.912781, 23.255632], [98.92295, 23.263056], [98.926015, 23.270484], [98.927228, 23.276194], [98.920661, 23.296896], [98.924016, 23.299037], [98.929798, 23.297181], [98.932297, 23.298395], [98.932096, 23.304926], [98.935779, 23.314846], [98.913974, 23.33082], [98.905193, 23.335362], [98.899376, 23.335812], [98.888383, 23.332268], [98.884754, 23.325586], [98.883326, 23.325395], [98.876569, 23.327394], [98.872596, 23.330325], [98.871842, 23.332888], [98.872897, 23.335149], [98.879983, 23.338014], [98.884054, 23.341783], [98.889481, 23.350075], [98.899733, 23.359723], [98.915262, 23.354296], [98.919924, 23.35665], [98.920691, 23.361129], [98.917265, 23.378071], [98.907176, 23.395583], [98.906414, 23.400723], [98.911744, 23.412715], [98.913648, 23.425469], [98.911744, 23.428705], [98.896325, 23.438985], [98.895183, 23.443934], [98.896706, 23.460685], [98.885856, 23.470584], [98.872242, 23.488183], [98.851306, 23.485426], [98.847324, 23.483192], [98.848072, 23.479338], [98.835682, 23.479075], [98.828913, 23.474889], [98.814939, 23.491843], [98.809734, 23.512217], [98.803488, 23.520545], [98.800662, 23.537052], [98.801852, 23.541811], [98.808693, 23.553262], [98.845575, 23.582113], [98.859548, 23.585161], [98.877036, 23.594659], [98.883519, 23.601896], [98.885178, 23.607927], [98.884876, 23.615012], [98.87975, 23.624058], [98.866031, 23.629335], [98.851418, 23.632605], [98.847561, 23.634309], [98.845299, 23.637475], [98.84153, 23.64833], [98.835952, 23.681498], [98.83354, 23.686926], [98.828263, 23.69175], [98.813411, 23.697919], [98.812206, 23.699993], [98.812015, 23.706226], [98.820983, 23.721663], [98.822306, 23.730043], [98.817931, 23.739833], [98.805627, 23.753568], [98.793091, 23.779622], [98.781935, 23.786758], [98.764803, 23.780381], [98.746815, 23.780095], [98.742936, 23.782675], [98.740723, 23.78771], [98.725037, 23.793771], [98.716471, 23.795413], [98.710617, 23.788203], [98.704423, 23.78578], [98.70122, 23.786721], [98.690302, 23.795972], [98.68713, 23.803151], [98.677173, 23.805695], [98.674221, 23.804775], [98.669958, 23.811292], [98.672203, 23.814325], [98.683298, 23.818582], [98.691124, 23.825285], [98.699006, 23.836885], [98.695883, 23.84566], [98.689785, 23.852947], [98.694568, 23.864673], [98.695139, 23.872097], [98.692149, 23.887751], [98.684878, 23.899644], [98.681606, 23.908567], [98.684646, 23.921292], [98.688572, 23.929263], [98.698328, 23.94116], [98.699161, 23.948061], [98.697971, 23.952701], [98.694841, 23.954222], [98.67745, 23.955382], [98.672133, 23.962113], [98.672361, 23.963965], [98.69521, 23.985707], [98.700939, 23.985602], [98.706962, 23.982586], [98.713134, 23.975191], [98.716554, 23.973704], [98.72518, 23.974299], [98.737981, 23.982044], [98.755855, 23.998436], [98.764058, 24], [98.766319, 24.005458], [98.764058, 24.012996], [98.764844, 24.016746], [98.771747, 24.023851], [98.797527, 24.026715], [98.80858, 24.032578], [98.821348, 24.046013], [98.84155, 24.054305], [98.853762, 24.062144], [98.862506, 24.072848], [98.868799, 24.086913], [98.886176, 24.096367], [98.891452, 24.102398], [98.892508, 24.106921], [98.890917, 24.128598], [98.887236, 24.142174], [98.881147, 24.151433], [98.876684, 24.155435], [98.859817, 24.137115], [98.853635, 24.133024], [98.841096, 24.129761], [98.806594, 24.13403], [98.774736, 24.132589], [98.756075, 24.126639], [98.744558, 24.128608], [98.710972, 24.128681], [98.705831, 24.125962], [98.697737, 24.113602], [98.691397, 24.107712], [98.675597, 24.103905], [98.666269, 24.103524], [98.652373, 24.106189], [98.637365, 24.104845], [98.617527, 24.091088], [98.592014, 24.081186], [98.590535, 24.088685], [98.585681, 24.093396], [98.572832, 24.098964], [98.554843, 24.112813], [98.550417, 24.125805], [98.543279, 24.130516], [98.521063, 24.127245], [98.483031, 24.125376], [98.452479, 24.129088], [98.422926, 24.122093], [98.403224, 24.121522], [98.389233, 24.118381], [98.3731, 24.118809], [98.364391, 24.113812], [98.36125, 24.1101], [98.359398, 24.103321], [98.355254, 24.10439], [98.34526, 24.102962], [98.322988, 24.106388], [98.299146, 24.103533], [98.291151, 24.104961], [98.27556, 24.110991], [98.235476, 24.112458], [98.216345, 24.116884], [98.198785, 24.111316], [98.190361, 24.11203], [98.178366, 24.105739], [98.173087, 24.10565], [98.164378, 24.108505], [98.164378, 24.102652], [98.162379, 24.100653], [98.153242, 24.09794], [98.134202, 24.096011], [98.105843, 24.096325], [98.090281, 24.089901], [98.08043, 24.08005], [98.039456, 24.074054], [98.02675, 24.067201], [98.019146, 24.059069], [98.012616, 24.05478], [97.998624, 24.051496], [97.984205, 24.035935], [97.977185, 24.032827], [97.948085, 24.024371], [97.938662, 24.01866], [97.913678, 24.02023], [97.904209, 24.016368], [97.886328, 24.001288], [97.897046, 23.981819], [97.897046, 23.978696], [97.894369, 23.976019], [97.886635, 23.976762], [97.87395, 23.986781], [97.868637, 23.987477], [97.847226, 23.979439], [97.844808, 23.974028], [97.8444, 23.963378], [97.839939, 23.960552], [97.836667, 23.961147], [97.82807, 23.971323], [97.825833, 23.971262], [97.824835, 23.954331], [97.81986, 23.945285], [97.816091, 23.944833], [97.818353, 23.95614], [97.816393, 23.961718], [97.813138, 23.962299], [97.806932, 23.954576], [97.796397, 23.954602], [97.794878, 23.952333], [97.79619, 23.946793], [97.794984, 23.943928], [97.779004, 23.940159], [97.772441, 23.935246], [97.767998, 23.921615], [97.759857, 23.910761], [97.753374, 23.906991], [97.733309, 23.901684], [97.721412, 23.887995], [97.707391, 23.888749], [97.703807, 23.887275], [97.702475, 23.88461], [97.703426, 23.88147], [97.718369, 23.869382], [97.716847, 23.865004], [97.71047, 23.861006], [97.704283, 23.861482], [97.698086, 23.866658], [97.695052, 23.871571], [97.692552, 23.882649], [97.68872, 23.886948], [97.686459, 23.886948], [97.683915, 23.883582], [97.681916, 23.870305], [97.676348, 23.863881], [97.670637, 23.861311], [97.663764, 23.861477], [97.656361, 23.86852], [97.654576, 23.867164], [97.652435, 23.857956], [97.643991, 23.853368], [97.639878, 23.873379], [97.634357, 23.880269], [97.624622, 23.888377], [97.616535, 23.893403], [97.60372, 23.893889], [97.595093, 23.899082], [97.589365, 23.907578], [97.577307, 23.910356], [97.5745, 23.912009], [97.572835, 23.916119], [97.568851, 23.914935], [97.565548, 23.911763], [97.550668, 23.923539], [97.543097, 23.922664], [97.531842, 23.929715], [97.528236, 23.92904], [97.527278, 23.936405], [97.529209, 23.946263], [97.535314, 23.953588], [97.541284, 23.955549], [97.544653, 23.959887], [97.561671, 23.964778], [97.564555, 23.969499], [97.567908, 23.971001], [97.571654, 23.984974], [97.573669, 23.987583], [97.581574, 23.990617], [97.586746, 23.99025], [97.599896, 23.997131], [97.612676, 23.999513], [97.617494, 24.003912], [97.622661, 24.005836], [97.628205, 24.005669], [97.622044, 24.019515], [97.624067, 24.025202], [97.632625, 24.022571], [97.632802, 24.031879], [97.631085, 24.034355], [97.635627, 24.043567], [97.632914, 24.047298], [97.633207, 24.049359], [97.637999, 24.049763], [97.642246, 24.046045], [97.656075, 24.065954], [97.663603, 24.068106], [97.666742, 24.072601], [97.677763, 24.074466], [97.679751, 24.080116], [97.684103, 24.085209], [97.691966, 24.090404], [97.692594, 24.098317], [97.70001, 24.096177], [97.707969, 24.098763], [97.713134, 24.109387], [97.728696, 24.114933], [97.729999, 24.130425], [97.734086, 24.133853], [97.737822, 24.142117], [97.736948, 24.146912], [97.733246, 24.152225], [97.741336, 24.152906], [97.737181, 24.155255], [97.743256, 24.157797], [97.740503, 24.161592], [97.752265, 24.165873], [97.750857, 24.174504], [97.742564, 24.185644], [97.735828, 24.188188], [97.726253, 24.188895], [97.725905, 24.222591], [97.740981, 24.242944], [97.766027, 24.261879], [97.747553, 24.283182], [97.742461, 24.285283], [97.736519, 24.290955], [97.727953, 24.291574], [97.719863, 24.297491], [97.716342, 24.298062], [97.699305, 24.293589], [97.663934, 24.300193], [97.663828, 24.305601], [97.656784, 24.324102], [97.657736, 24.334929], [97.660473, 24.339331], [97.669277, 24.343733], [97.686885, 24.341234], [97.699972, 24.343614], [97.712821, 24.354916], [97.715319, 24.361817], [97.714833, 24.37412], [97.710948, 24.380456], [97.707712, 24.382931], [97.699988, 24.38356], [97.690946, 24.387367], [97.686568, 24.390508], [97.68238, 24.396409], [97.679144, 24.413541], [97.679334, 24.426295], [97.676003, 24.446948], [97.673958, 24.451038], [97.670066, 24.454656], [97.666921, 24.455012], [97.64794, 24.448784], [97.644127, 24.449615], [97.619459, 24.442381], [97.612954, 24.4436], [97.606928, 24.441072], [97.603201, 24.442327], [97.599614, 24.446914], [97.593393, 24.443862], [97.590277, 24.438255], [97.576161, 24.444068], [97.572986, 24.441813], [97.569887, 24.44297], [97.562743, 24.439779], [97.547622, 24.441019], [97.533206, 24.435992], [97.531202, 24.43757], [97.535489, 24.457727], [97.544658, 24.470795], [97.553697, 24.490274], [97.554201, 24.501968], [97.557123, 24.516447], [97.555673, 24.523311], [97.559286, 24.528391], [97.560843, 24.559664], [97.563819, 24.563483], [97.561438, 24.5738], [97.56144, 24.57737], [97.564908, 24.584894], [97.563094, 24.593362], [97.564356, 24.59693], [97.570255, 24.603368], [97.567185, 24.616408], [97.567078, 24.655201], [97.572516, 24.658114], [97.573953, 24.661143], [97.567915, 24.665788], [97.56979, 24.677012], [97.569141, 24.68633], [97.564838, 24.700613], [97.568424, 24.708364], [97.567718, 24.722646], [97.56347, 24.72849], [97.557652, 24.729201], [97.550204, 24.733173], [97.548279, 24.736404], [97.548979, 24.740187], [97.546149, 24.741311], [97.552741, 24.748749], [97.562999, 24.75485], [97.565005, 24.758389], [97.56564, 24.765039], [97.572314, 24.770987], [97.588765, 24.770006], [97.593095, 24.772646], [97.596941, 24.772565], [97.598665, 24.775758], [97.618415, 24.77957], [97.621419, 24.784147], [97.628662, 24.788113], [97.65118, 24.795845], [97.675163, 24.827034], [97.681597, 24.830507], [97.691724, 24.832745], [97.700353, 24.843043], [97.705239, 24.841882], [97.710379, 24.836171], [97.715138, 24.833887], [97.725572, 24.832701], [97.732841, 24.829128], [97.762156, 24.828176], [97.777666, 24.833847], [97.797484, 24.850085], [97.798575, 24.859549], [97.795238, 24.861851], [97.790427, 24.861163], [97.789176, 24.869745], [97.781999, 24.880194], [97.774705, 24.88434], [97.775077, 24.885797], [97.772926, 24.887151], [97.766028, 24.885298], [97.762971, 24.881256], [97.757497, 24.883467], [97.754376, 24.889705], [97.743329, 24.896906], [97.739254, 24.906421], [97.729402, 24.911726], [97.728077, 24.930967], [97.731159, 24.937375], [97.730412, 24.953228], [97.726528, 24.964116], [97.7186, 24.972415], [97.719416, 24.974904], [97.715949, 24.981752], [97.717967, 24.988865], [97.719603, 25.012595], [97.718083, 25.015853], [97.727594, 25.046917], [97.724778, 25.061695], [97.725493, 25.067636], [97.721143, 25.076579], [97.719757, 25.083619], [97.725908, 25.085353], [97.728885, 25.088594], [97.730952, 25.081605], [97.737239, 25.079786], [97.743686, 25.081736], [97.746662, 25.086387], [97.748497, 25.093578], [97.752083, 25.09578], [97.756491, 25.096097], [97.759625, 25.103786], [97.77582, 25.121855], [97.777925, 25.125601], [97.776485, 25.130761], [97.786443, 25.150537], [97.795787, 25.160371], [97.799679, 25.167124], [97.795712, 25.170894], [97.798099, 25.176575], [97.801211, 25.177843], [97.802815, 25.192364], [97.805775, 25.192999], [97.807363, 25.195403], [97.808565, 25.199384], [97.806787, 25.203612], [97.814049, 25.216995], [97.814969, 25.224973], [97.819106, 25.231432], [97.819229, 25.236634], [97.826471, 25.245955], [97.827743, 25.251674], [97.832768, 25.256381], [97.833882, 25.263385], [97.838273, 25.273411], [97.84184, 25.273237], [97.85254, 25.267889], [97.868006, 25.265509], [97.880855, 25.252184], [97.902746, 25.221965], [97.909647, 25.216968], [97.917023, 25.216017], [97.946146, 25.221507], [97.966278, 25.242667], [97.991976, 25.265985], [97.999352, 25.275741], [98.004111, 25.28288], [98.00768, 25.304771], [98.011726, 25.308578], [98.017067, 25.310754], [98.044562, 25.306912], [98.061932, 25.310481], [98.065501, 25.313575], [98.067643, 25.316192], [98.074067, 25.334752], [98.077399, 25.337369], [98.086917, 25.340462], [98.089772, 25.344983], [98.091367, 25.352425], [98.098338, 25.366399], [98.100479, 25.393762], [98.103628, 25.395191], [98.133489, 25.385869], [98.138551, 25.38829], [98.1514, 25.419699], [98.149734, 25.428978], [98.144499, 25.432786], [98.144499, 25.434213], [98.15231, 25.440689], [98.156284, 25.455941], [98.154017, 25.468002], [98.150686, 25.47633], [98.130937, 25.506073], [98.128319, 25.511546], [98.129033, 25.51712], [98.130461, 25.51916], [98.150686, 25.526774], [98.154255, 25.530581], [98.161695, 25.544785], [98.176146, 25.554376], [98.183421, 25.565967], [98.185418, 25.580149], [98.175495, 25.610399], [98.171392, 25.617559], [98.170912, 25.626474], [98.174719, 25.627901], [98.181381, 25.626474], [98.192565, 25.618621], [98.203945, 25.620967], [98.227037, 25.612544], [98.248026, 25.611224], [98.275846, 25.592923], [98.28227, 25.586261], [98.287267, 25.580312], [98.299402, 25.555566], [98.306541, 25.551521], [98.313203, 25.551521], [98.316059, 25.553662], [98.325101, 25.567939], [98.33676, 25.576029], [98.348419, 25.581502], [98.355558, 25.581502], [98.362934, 25.584357], [98.386967, 25.601013], [98.398626, 25.601965], [98.402433, 25.605296], [98.406737, 25.615924], [98.406002, 25.656931], [98.408858, 25.664783], [98.421469, 25.678346], [98.427893, 25.681915], [98.441932, 25.688578], [98.455648, 25.690444], [98.465965, 25.71499], [98.464061, 25.722842], [98.459302, 25.730932], [98.45954, 25.742353], [98.463823, 25.74735], [98.473579, 25.754013], [98.476196, 25.759248], [98.476434, 25.764244], [98.472389, 25.777331], [98.473817, 25.784708], [98.503322, 25.816355], [98.51165, 25.820638], [98.518313, 25.831821], [98.519978, 25.838246], [98.523548, 25.842291], [98.531876, 25.845622], [98.552815, 25.849905], [98.557098, 25.849429], [98.568519, 25.843956], [98.580417, 25.829204], [98.586841, 25.8273], [98.603318, 25.81526], [98.62063, 25.810406], [98.62872, 25.80303], [98.637476, 25.802411], [98.64728, 25.80993], [98.653923, 25.818932], [98.659381, 25.820051], [98.670598, 25.817068], [98.674405, 25.817544], [98.677261, 25.822779], [98.682016, 25.840451], [98.687726, 25.846923], [98.696483, 25.851111], [98.700698, 25.856495], [98.70543, 25.87186], [98.70543, 25.890705], [98.702106, 25.89872], [98.684871, 25.92535], [98.681457, 25.94228], [98.66781, 25.950379], [98.662423, 25.9558], [98.660068, 25.96251], [98.658268, 25.963219], [98.656927, 25.960968], [98.65383, 25.961466], [98.648418, 25.964793], [98.644896, 25.97332], [98.639376, 25.976937], [98.617865, 25.972368], [98.61501, 25.97332], [98.613297, 25.983028], [98.604921, 26.006061], [98.605873, 26.013485], [98.602066, 26.029285], [98.602827, 26.049463], [98.601429, 26.058093], [98.597514, 26.067697], [98.592213, 26.075526], [98.585917, 26.073651], [98.58022, 26.074495], [98.586351, 26.085622], [98.584718, 26.098705], [98.580887, 26.100759], [98.578562, 26.108029], [98.579367, 26.110097], [98.574081, 26.116771], [98.572577, 26.121461], [98.581627, 26.128099], [98.583761, 26.132674], [98.58436, 26.139829], [98.586163, 26.141961], [98.592709, 26.141044], [98.601376, 26.134475], [98.604517, 26.134333], [98.624718, 26.146925], [98.634046, 26.14921], [98.647371, 26.147496], [98.657928, 26.140758], [98.66572, 26.127174], [98.665958, 26.119441], [98.656781, 26.105884], [98.656446, 26.103349], [98.6582, 26.094959], [98.661562, 26.09094], [98.664275, 26.091209], [98.67939, 26.102797], [98.690201, 26.115516], [98.693628, 26.116278], [98.699259, 26.112738], [98.702384, 26.112661], [98.718945, 26.132839], [98.718184, 26.13893], [98.709046, 26.1494], [98.709046, 26.153017], [98.712591, 26.157958], [98.727892, 26.167674], [98.732651, 26.179857], [98.731889, 26.190517], [98.72277, 26.20557], [98.723808, 26.215973], [98.715328, 26.227256], [98.713805, 26.234489], [98.704859, 26.243627], [98.699148, 26.244388], [98.68963, 26.238297], [98.686394, 26.238297], [98.672498, 26.241342], [98.671927, 26.243817], [98.67944, 26.258732], [98.67916, 26.271609], [98.677066, 26.278843], [98.677638, 26.284553], [98.683539, 26.296736], [98.682407, 26.311797], [98.694506, 26.318785], [98.708856, 26.331571], [98.72142, 26.345467], [98.729497, 26.350631], [98.725988, 26.358221], [98.725246, 26.3672], [98.730937, 26.382777], [98.741961, 26.388679], [98.74367, 26.404275], [98.748921, 26.4224], [98.742518, 26.435556], [98.741781, 26.441506], [98.745755, 26.452879], [98.751085, 26.482955], [98.756795, 26.497232], [98.756513, 26.501185], [98.751455, 26.507858], [98.749206, 26.513742], [98.754167, 26.54628], [98.755357, 26.565078], [98.757435, 26.571095], [98.768682, 26.578878], [98.774696, 26.591608], [98.776927, 26.600977], [98.776891, 26.615514], [98.779478, 26.624911], [98.771991, 26.635174], [98.769006, 26.647012], [98.765335, 26.652377], [98.762019, 26.662478], [98.761868, 26.666097], [98.765185, 26.672429], [98.769621, 26.692243], [98.76277, 26.695131], [98.749255, 26.697034], [98.743735, 26.702745], [98.743164, 26.71607], [98.750397, 26.73206], [98.756108, 26.756045], [98.759654, 26.790108], [98.763534, 26.806602], [98.761057, 26.8122], [98.753062, 26.819244], [98.748874, 26.829713], [98.730029, 26.853698], [98.733075, 26.858647], [98.748494, 26.870259], [98.756517, 26.88209], [98.755917, 26.90243], [98.752301, 26.92394], [98.751349, 26.927747], [98.744686, 26.936884], [98.743735, 26.949448], [98.736795, 26.968303], [98.741927, 26.993547], [98.733332, 27.005129], [98.737245, 27.012117], [98.759408, 27.023274], [98.766192, 27.038953], [98.765136, 27.050863], [98.762574, 27.055838], [98.743196, 27.07353], [98.73943, 27.074386], [98.724129, 27.071668], [98.715778, 27.075801], [98.714028, 27.079672], [98.713877, 27.093378], [98.711314, 27.104685], [98.713274, 27.123681], [98.709505, 27.136044], [98.712544, 27.143454], [98.708902, 27.167855], [98.701967, 27.192429], [98.69721, 27.194929], [98.69458, 27.201475], [98.698701, 27.213406], [98.707394, 27.220773], [98.720058, 27.225748], [98.721717, 27.231712], [98.718501, 27.239645], [98.720166, 27.242025], [98.729856, 27.247054], [98.729382, 27.250127], [98.719452, 27.256777], [98.716359, 27.260823], [98.716226, 27.264294], [98.718976, 27.273672], [98.728494, 27.282714], [98.731588, 27.289614], [98.740376, 27.328694], [98.734443, 27.339345], [98.735995, 27.350491], [98.73345, 27.353972], [98.715169, 27.357667], [98.710648, 27.360522], [98.705176, 27.36885], [98.701844, 27.381699], [98.7047, 27.392407], [98.704213, 27.412161], [98.703024, 27.415582], [98.690829, 27.427925], [98.688896, 27.432536], [98.689937, 27.445771], [98.692316, 27.449043], [98.704362, 27.455884], [98.706444, 27.459453], [98.70689, 27.464212], [98.705403, 27.467038], [98.694547, 27.476853], [98.686516, 27.48994], [98.692762, 27.50273], [98.693357, 27.506894], [98.689666, 27.513556], [98.690479, 27.515497], [98.706336, 27.521498], [98.701197, 27.540201], [98.703818, 27.561475], [98.690061, 27.565042], [98.671073, 27.586886], [98.663649, 27.588028], [98.660137, 27.587555], [98.657795, 27.585315], [98.648469, 27.56925], [98.645084, 27.569426], [98.62196, 27.579176], [98.611538, 27.581175], [98.602972, 27.579605], [98.596691, 27.569754], [98.589981, 27.570325], [98.584786, 27.573938], [98.584179, 27.578012], [98.587553, 27.5876], [98.587982, 27.591597], [98.586269, 27.59588], [98.575561, 27.612441], [98.566684, 27.631021], [98.563681, 27.642219], [98.557326, 27.648573], [98.552638, 27.649289], [98.548007, 27.642422], [98.540639, 27.639602], [98.534016, 27.624719], [98.528305, 27.623577], [98.5136, 27.627146], [98.50432, 27.635284], [98.498895, 27.637283], [98.491185, 27.638996], [98.48162, 27.638568], [98.470379, 27.642064], [98.464916, 27.646563], [98.45221, 27.661982], [98.440074, 27.666836], [98.435934, 27.666407], [98.433507, 27.664266], [98.431223, 27.658127], [98.434364, 27.642994], [98.438954, 27.631095], [98.433079, 27.620294], [98.434792, 27.610585], [98.431088, 27.590387], [98.43417, 27.574066], [98.428909, 27.553247], [98.420333, 27.549577], [98.41252, 27.54891], [98.406212, 27.545538], [98.391533, 27.520356], [98.377248, 27.511128], [98.361409, 27.510648], [98.352701, 27.515645], [98.337476, 27.51409], [98.32015, 27.519214], [98.317799, 27.534031], [98.3083, 27.547625], [98.306444, 27.553478], [98.308585, 27.5639], [98.309493, 27.583804], [98.303018, 27.60002], [98.299734, 27.632429], [98.297164, 27.636141], [98.288884, 27.638568], [98.286885, 27.641566], [98.284109, 27.657063], [98.278715, 27.66053], [98.269324, 27.661125], [98.265755, 27.674117], [98.263614, 27.676116], [98.237202, 27.689536], [98.23506, 27.692391], [98.233204, 27.70624], [98.230492, 27.709809], [98.222397, 27.714432], [98.22421, 27.719089], [98.224495, 27.727512], [98.22835, 27.731652], [98.24177, 27.737506], [98.244483, 27.740504], [98.24547, 27.745046], [98.242979, 27.749313], [98.225923, 27.756922], [98.2175, 27.765203], [98.216072, 27.773055], [98.216929, 27.778766], [98.221494, 27.789442], [98.223924, 27.808033], [98.222497, 27.811174], [98.216072, 27.815457], [98.202937, 27.820025], [98.178478, 27.835759], [98.173099, 27.844582], [98.173384, 27.85686], [98.178096, 27.867995], [98.18552, 27.875134], [98.197121, 27.875008], [98.199796, 27.876276], [98.202091, 27.879362], [98.202652, 27.890267], [98.20051, 27.903687], [98.189374, 27.930385], [98.187518, 27.94095], [98.182522, 27.942806], [98.161535, 27.940664], [98.149257, 27.944947], [98.145259, 27.948802], [98.138549, 27.961937], [98.132696, 27.984066], [98.133267, 27.992632], [98.141056, 28.009757], [98.142779, 28.020709], [98.140318, 28.040889], [98.141248, 28.046307], [98.154099, 28.067836], [98.159144, 28.086663], [98.156683, 28.106104], [98.146347, 28.128991], [98.135519, 28.144372], [98.145482, 28.151061], [98.159007, 28.163533], [98.168822, 28.164402], [98.170337, 28.180096], [98.167222, 28.183685], [98.167045, 28.212567], [98.181456, 28.220692], [98.201708, 28.223405], [98.209291, 28.219612], [98.240245, 28.236578], [98.253028, 28.241639], [98.265152, 28.243384], [98.266641, 28.247484], [98.266021, 28.252718], [98.254029, 28.271406], [98.244473, 28.279916], [98.239929, 28.292502], [98.238079, 28.305141], [98.227146, 28.320643], [98.217871, 28.324252], [98.206939, 28.333516], [98.20467, 28.340834], [98.203719, 28.352678], [98.204978, 28.358374], [98.209319, 28.361881], [98.228771, 28.356397], [98.232955, 28.369125], [98.236494, 28.373407], [98.247705, 28.379138], [98.266267, 28.381019], [98.277052, 28.388486], [98.278468, 28.393285], [98.277245, 28.395344], [98.278945, 28.397492], [98.289313, 28.396919], [98.301464, 28.38872], [98.303198, 28.381588], [98.299783, 28.377741], [98.299547, 28.373993], [98.303757, 28.362398], [98.314176, 28.357733], [98.32081, 28.351607], [98.322867, 28.347516], [98.323649, 28.33781], [98.320756, 28.329964], [98.321778, 28.319303], [98.353611, 28.288191], [98.368695, 28.267727], [98.377606, 28.249652], [98.379391, 28.216688], [98.372346, 28.198766], [98.36989, 28.186592], [98.375143, 28.182925], [98.381692, 28.182672], [98.388899, 28.170609], [98.390551, 28.153706], [98.390025, 28.122597], [98.388067, 28.115926], [98.395297, 28.108832], [98.428274, 28.107179], [98.433804, 28.118446], [98.460588, 28.137013], [98.453253, 28.143286], [98.455858, 28.14793], [98.464392, 28.15459], [98.468232, 28.15311], [98.471606, 28.154714], [98.482445, 28.153924], [98.484559, 28.150456], [98.494595, 28.144922], [98.501288, 28.145288], [98.508608, 28.149718], [98.520721, 28.163379], [98.524087, 28.167717], [98.523921, 28.172879], [98.536269, 28.180788], [98.558109, 28.187112], [98.578399, 28.184434], [98.606577, 28.174319], [98.626017, 28.169121], [98.629969, 28.173308], [98.630639, 28.179942], [98.634399, 28.186919], [98.649181, 28.203763], [98.663679, 28.21406], [98.670122, 28.213688], [98.675641, 28.211123], [98.683096, 28.212268], [98.693655, 28.217957], [98.710981, 28.232498], [98.710972, 28.249232], [98.708701, 28.261852], [98.716394, 28.279291], [98.714544, 28.284988], [98.710514, 28.29005], [98.71382, 28.309035], [98.721822, 28.316546], [98.73261, 28.319202], [98.745544, 28.325152], [98.752842, 28.341247], [98.750351, 28.345439], [98.742292, 28.3499], [98.73521, 28.357089], [98.735278, 28.366599], [98.73199, 28.374185], [98.718338, 28.388186], [98.710461, 28.402292], [98.709364, 28.411939], [98.705746, 28.420015], [98.695116, 28.433026], [98.684367, 28.439325], [98.688469, 28.452633], [98.678417, 28.46444], [98.674786, 28.477848], [98.647989, 28.48945], [98.631324, 28.491035], [98.618751, 28.502895], [98.62015, 28.514638], [98.626474, 28.521657], [98.634709, 28.538818], [98.623674, 28.58097], [98.618882, 28.590651], [98.616494, 28.618027], [98.61922, 28.621947], [98.618836, 28.627553], [98.609819, 28.638474], [98.59652, 28.672402], [98.594439, 28.683668], [98.595932, 28.68576], [98.604628, 28.686709], [98.615103, 28.683781], [98.633782, 28.689711], [98.635105, 28.698666], [98.6386, 28.702244], [98.648191, 28.707506], [98.654825, 28.708848], [98.676665, 28.726491], [98.681363, 28.732424], [98.680015, 28.738173], [98.682956, 28.744198], [98.682371, 28.755417], [98.675447, 28.759716], [98.674949, 28.762152], [98.678485, 28.774631], [98.67761, 28.778716], [98.665636, 28.788608], [98.65214, 28.814936], [98.653287, 28.823332], [98.657955, 28.830147], [98.662723, 28.843488], [98.651753, 28.86347], [98.643275, 28.895861], [98.647576, 28.918647], [98.656994, 28.930428], [98.657387, 28.933458], [98.65352, 28.934742], [98.647035, 28.933733], [98.644619, 28.936075], [98.629199, 28.961698], [98.630167, 28.976131], [98.635568, 28.97758], [98.638987, 28.975917], [98.645997, 28.978723], [98.657241, 28.980439], [98.684551, 28.97253], [98.689811, 28.969348], [98.705187, 28.966919], [98.71443, 28.974259], [98.717509, 28.981182], [98.746205, 28.995272], [98.75618, 29.006121], [98.766967, 29.009217], [98.782784, 29.002417], [98.790045, 28.993716], [98.799828, 28.974669], [98.815358, 28.950417], [98.810088, 28.932169], [98.816782, 28.911889], [98.821059, 28.891745], [98.822037, 28.869397], [98.828786, 28.849121], [98.829572, 28.840854], [98.82636, 28.825126], [98.83895, 28.805583], [98.854359, 28.801805], [98.87157, 28.81247], [98.890282, 28.807828], [98.896776, 28.80358], [98.91104, 28.80354], [98.921626, 28.810823], [98.923534, 28.823427], [98.933914, 28.829086], [98.940317, 28.827732], [98.940944, 28.829263], [98.969987, 28.831685], [98.972248, 28.837144], [98.964208, 28.854528], [98.970723, 28.858174], [98.974134, 28.863997], [98.972608, 28.870583], [98.965374, 28.877279], [98.958106, 28.874245], [98.950556, 28.874968], [98.916859, 28.890582], [98.912884, 28.910927], [98.919411, 28.922954], [98.920613, 28.951201], [98.924746, 28.98028], [98.928129, 28.984268], [98.933941, 28.9875], [98.94428, 28.98783], [98.956912, 28.999709], [98.963069, 29.011645], [98.994115, 29.030488], [98.999789, 29.030934], [99.007838, 29.034841], [99.014669, 29.043026], [99.014069, 29.055675], [99.01197, 29.06296], [99.005541, 29.081305], [98.994902, 29.102451], [98.991615, 29.10813], [98.966854, 29.13311], [98.961462, 29.14943], [98.960967, 29.176456], [98.967629, 29.181568], [98.97355, 29.183844], [98.974488, 29.207661], [98.992644, 29.205421], [99.010757, 29.200358], [99.024272, 29.199937], [99.025415, 29.204205], [99.035987, 29.21084], [99.046056, 29.210342], [99.074898, 29.213665], [99.090071, 29.225286], [99.113087, 29.224265], [99.110396, 29.219595], [99.112758, 29.211494]]] + } + }, { + "type": "Feature", + "properties": { + "name": "西藏自治区", + "province_adcode": 540000, + "province_type": "自治区", + "name_en": "Xizang", + "name_var": "Xī Zàng", + "adcode": 540000 + }, + "geometry": { + "type": "Polygon", + "coordinates": [[[88.388208, 36.478538], [88.3952, 36.477687], [88.400511, 36.47331], [88.411878, 36.472027], [88.418782, 36.477382], [88.438984, 36.47922], [88.445594, 36.477051], [88.472661, 36.481503], [88.479075, 36.477765], [88.476142, 36.459646], [88.477955, 36.456034], [88.503774, 36.451318], [88.513385, 36.456606], [88.518253, 36.45689], [88.529479, 36.451783], [88.546191, 36.447983], [88.556184, 36.460478], [88.566859, 36.462932], [88.58449, 36.461039], [88.589696, 36.44625], [88.599463, 36.440506], [88.602177, 36.436105], [88.606532, 36.434082], [88.610953, 36.422649], [88.614421, 36.420757], [88.611627, 36.412406], [88.613905, 36.404061], [88.614062, 36.392041], [88.621915, 36.388339], [88.64147, 36.383257], [88.649869, 36.383922], [88.65687, 36.381765], [88.662647, 36.368786], [88.714548, 36.355548], [88.715666, 36.352095], [88.713752, 36.345231], [88.71402, 36.338622], [88.727791, 36.329938], [88.722767, 36.323286], [88.724757, 36.317754], [88.730323, 36.313808], [88.744578, 36.311017], [88.751904, 36.299174], [88.763832, 36.292826], [88.780689, 36.292271], [88.785858, 36.2968], [88.791109, 36.308942], [88.789046, 36.31723], [88.789564, 36.323394], [88.795408, 36.329332], [88.796904, 36.336904], [88.819668, 36.344575], [88.843111, 36.360157], [88.858965, 36.35093], [88.866967, 36.349084], [88.875461, 36.350799], [88.89968, 36.361889], [88.906182, 36.362762], [88.913028, 36.361006], [88.920153, 36.363618], [88.924382, 36.363488], [88.926913, 36.36121], [88.929121, 36.355355], [88.932245, 36.353014], [88.934801, 36.342383], [88.937996, 36.337009], [88.946452, 36.330724], [88.948962, 36.327086], [88.959843, 36.321125], [88.96454, 36.314378], [88.967685, 36.314543], [88.971192, 36.318488], [88.97389, 36.319193], [88.988882, 36.311568], [88.998619, 36.317162], [89.011589, 36.315737], [89.024928, 36.309121], [89.031569, 36.310803], [89.043665, 36.303838], [89.047872, 36.299335], [89.048096, 36.295552], [89.050938, 36.292677], [89.059662, 36.293965], [89.068829, 36.287042], [89.080733, 36.283901], [89.097454, 36.282675], [89.097436, 36.276807], [89.103828, 36.270067], [89.105127, 36.264087], [89.108374, 36.260854], [89.125277, 36.251526], [89.153289, 36.258316], [89.160831, 36.263485], [89.168974, 36.263218], [89.185395, 36.259555], [89.198553, 36.260578], [89.202782, 36.264939], [89.205303, 36.270987], [89.213378, 36.274175], [89.216745, 36.278281], [89.220491, 36.280063], [89.223436, 36.289317], [89.229119, 36.292791], [89.238817, 36.292898], [89.243692, 36.291335], [89.25043, 36.285846], [89.246426, 36.283288], [89.251725, 36.274263], [89.251093, 36.268708], [89.26023, 36.264641], [89.272056, 36.263508], [89.274402, 36.261986], [89.269769, 36.25703], [89.270126, 36.255395], [89.285816, 36.235886], [89.293426, 36.229803], [89.301922, 36.229432], [89.314585, 36.233216], [89.320093, 36.237005], [89.333477, 36.237929], [89.35099, 36.230791], [89.361292, 36.233091], [89.367475, 36.223236], [89.37356, 36.220478], [89.376359, 36.214109], [89.386336, 36.21316], [89.397227, 36.215551], [89.399718, 36.21381], [89.402151, 36.207164], [89.403885, 36.207032], [89.406503, 36.210637], [89.415203, 36.208449], [89.425562, 36.201148], [89.427068, 36.19743], [89.426007, 36.189554], [89.431821, 36.189107], [89.43297, 36.186263], [89.440588, 36.183328], [89.441749, 36.177624], [89.450478, 36.178409], [89.457208, 36.172223], [89.461646, 36.172187], [89.465664, 36.169211], [89.471363, 36.168335], [89.475812, 36.159691], [89.483769, 36.154103], [89.49006, 36.157251], [89.497404, 36.15597], [89.51304, 36.140853], [89.540037, 36.135139], [89.552129, 36.138018], [89.557839, 36.141424], [89.572483, 36.133112], [89.581954, 36.132135], [89.5875, 36.127864], [89.591663, 36.127086], [89.599805, 36.117963], [89.607493, 36.114982], [89.614201, 36.109818], [89.627461, 36.108072], [89.63496, 36.109361], [89.648094, 36.098416], [89.65558, 36.097555], [89.662533, 36.103257], [89.665553, 36.100848], [89.66626, 36.097121], [89.670213, 36.095769], [89.674169, 36.096802], [89.679096, 36.091593], [89.689882, 36.097809], [89.695766, 36.098601], [89.706885, 36.096985], [89.709324, 36.093193], [89.706633, 36.090058], [89.686925, 36.09145], [89.681872, 36.085967], [89.660073, 36.074177], [89.657075, 36.06993], [89.650568, 36.070037], [89.645734, 36.068299], [89.642134, 36.069709], [89.639857, 36.06652], [89.641585, 36.064161], [89.641641, 36.057788], [89.635852, 36.052926], [89.636308, 36.049841], [89.630088, 36.048412], [89.617437, 36.048878], [89.61459, 36.043027], [89.601806, 36.039016], [89.581164, 36.036924], [89.576122, 36.038546], [89.564308, 36.03736], [89.547956, 36.029372], [89.541379, 36.03072], [89.531972, 36.028906], [89.525515, 36.030212], [89.510303, 36.026095], [89.504019, 36.029585], [89.495969, 36.029354], [89.490686, 36.027169], [89.485041, 36.027206], [89.480837, 36.023466], [89.472981, 36.022585], [89.463153, 36.030289], [89.448833, 36.028384], [89.445481, 36.031809], [89.438447, 36.031978], [89.432317, 36.036848], [89.429373, 36.044593], [89.424551, 36.044108], [89.421493, 36.046712], [89.41726, 36.046737], [89.411908, 36.041271], [89.40099, 36.019686], [89.403998, 36.014356], [89.418995, 36.006822], [89.432221, 35.992902], [89.426252, 35.990491], [89.424579, 35.985309], [89.424535, 35.97908], [89.426495, 35.975843], [89.42406, 35.967627], [89.430863, 35.959623], [89.432259, 35.952494], [89.431537, 35.947589], [89.426422, 35.93913], [89.419746, 35.935398], [89.419189, 35.926307], [89.421332, 35.91916], [89.430697, 35.915092], [89.438955, 35.913707], [89.466574, 35.90137], [89.47286, 35.901149], [89.480866, 35.903586], [89.489389, 35.902844], [89.53856, 35.882555], [89.55001, 35.8819], [89.554013, 35.876575], [89.552769, 35.873165], [89.534268, 35.875449], [89.527245, 35.873029], [89.529667, 35.870426], [89.542945, 35.866884], [89.54352, 35.863402], [89.548, 35.856871], [89.552846, 35.860753], [89.557543, 35.862087], [89.572802, 35.86261], [89.587026, 35.857134], [89.596459, 35.855569], [89.602336, 35.861661], [89.604491, 35.862109], [89.608813, 35.86028], [89.622936, 35.85987], [89.628678, 35.855714], [89.639683, 35.855292], [89.650573, 35.849394], [89.65509, 35.848535], [89.660505, 35.851137], [89.672477, 35.853312], [89.686714, 35.848904], [89.693618, 35.850118], [89.704261, 35.84915], [89.721817, 35.853185], [89.731749, 35.859879], [89.741428, 35.859477], [89.74552, 35.854726], [89.775912, 35.862405], [89.789523, 35.858468], [89.800077, 35.848519], [89.795251, 35.841342], [89.779896, 35.830055], [89.782189, 35.822657], [89.777956, 35.806931], [89.765424, 35.801135], [89.765785, 35.796908], [89.771221, 35.786794], [89.779967, 35.775856], [89.777635, 35.762783], [89.76782, 35.76055], [89.761027, 35.764734], [89.755766, 35.760992], [89.744805, 35.757312], [89.75056, 35.739757], [89.750187, 35.730249], [89.740751, 35.719102], [89.739096, 35.714535], [89.740947, 35.711504], [89.749223, 35.711645], [89.748552, 35.704548], [89.741902, 35.701488], [89.744721, 35.69539], [89.747845, 35.692473], [89.745052, 35.686414], [89.746526, 35.672333], [89.745771, 35.662235], [89.744322, 35.659725], [89.740183, 35.657777], [89.731685, 35.658046], [89.727759, 35.656634], [89.722623, 35.650499], [89.72358, 35.648211], [89.731897, 35.642149], [89.736065, 35.636097], [89.74135, 35.62078], [89.749255, 35.616046], [89.754919, 35.606271], [89.762106, 35.60234], [89.762496, 35.589933], [89.754876, 35.583505], [89.742112, 35.579669], [89.720131, 35.583976], [89.709306, 35.583329], [89.706403, 35.578184], [89.701619, 35.551244], [89.697275, 35.548067], [89.696507, 35.543841], [89.696165, 35.53858], [89.699694, 35.539894], [89.703497, 35.536603], [89.700916, 35.529433], [89.702503, 35.521262], [89.707791, 35.517916], [89.703316, 35.50861], [89.713883, 35.508311], [89.719704, 35.503978], [89.723648, 35.506652], [89.728631, 35.505202], [89.738917, 35.507866], [89.746179, 35.502631], [89.752746, 35.491352], [89.763117, 35.485988], [89.764224, 35.483945], [89.741393, 35.480744], [89.738052, 35.469632], [89.72504, 35.469114], [89.729404, 35.464414], [89.723522, 35.454963], [89.718279, 35.451307], [89.710426, 35.448917], [89.70949, 35.439787], [89.696178, 35.436078], [89.699333, 35.428099], [89.692133, 35.426329], [89.685538, 35.417012], [89.655328, 35.426876], [89.639441, 35.421085], [89.631924, 35.420208], [89.627806, 35.417155], [89.619968, 35.414993], [89.600005, 35.399273], [89.598837, 35.393906], [89.589309, 35.385665], [89.578169, 35.383189], [89.565033, 35.382835], [89.561714, 35.380304], [89.549527, 35.377264], [89.532567, 35.36945], [89.511832, 35.373083], [89.504088, 35.372472], [89.49556, 35.36268], [89.49648, 35.356148], [89.499194, 35.35236], [89.508064, 35.350565], [89.512018, 35.34307], [89.513865, 35.332331], [89.503122, 35.322532], [89.493456, 35.301374], [89.493113, 35.295934], [89.497483, 35.287417], [89.507425, 35.284891], [89.523585, 35.28782], [89.529475, 35.285471], [89.530804, 35.280839], [89.527409, 35.276419], [89.518167, 35.272058], [89.514674, 35.268553], [89.502743, 35.263058], [89.484643, 35.257541], [89.471709, 35.246711], [89.455625, 35.238833], [89.446779, 35.226134], [89.465798, 35.216006], [89.472867, 35.209155], [89.483101, 35.186041], [89.502692, 35.164305], [89.51032, 35.148151], [89.511486, 35.138432], [89.526342, 35.131545], [89.532849, 35.13086], [89.536216, 35.126205], [89.536211, 35.123467], [89.554268, 35.120311], [89.565829, 35.123302], [89.579115, 35.119324], [89.581987, 35.113481], [89.589879, 35.109111], [89.588925, 35.103677], [89.585088, 35.102031], [89.583539, 35.099302], [89.591627, 35.088403], [89.589176, 35.060871], [89.587894, 35.058446], [89.578776, 35.05768], [89.576719, 35.054371], [89.585405, 35.046289], [89.586117, 35.041899], [89.580353, 35.021513], [89.57745, 35.019118], [89.570332, 35.017436], [89.564513, 35.012893], [89.567293, 35.007856], [89.574717, 35.001079], [89.574937, 34.989106], [89.565036, 34.965861], [89.567822, 34.960996], [89.567407, 34.949847], [89.562214, 34.94844], [89.558841, 34.939912], [89.559742, 34.930962], [89.56641, 34.918764], [89.582778, 34.91099], [89.580651, 34.899909], [89.577199, 34.895912], [89.585672, 34.894713], [89.590778, 34.896663], [89.621342, 34.894296], [89.623075, 34.892561], [89.620275, 34.886515], [89.620341, 34.883129], [89.633972, 34.883751], [89.644862, 34.887591], [89.648835, 34.88742], [89.649676, 34.884649], [89.652573, 34.884235], [89.654365, 34.885522], [89.654083, 34.888577], [89.665434, 34.889693], [89.669106, 34.892091], [89.670862, 34.897347], [89.681578, 34.902278], [89.68889, 34.902993], [89.696534, 34.907099], [89.70436, 34.920764], [89.711991, 34.921022], [89.715768, 34.916731], [89.730381, 34.908092], [89.740261, 34.910784], [89.744156, 34.904235], [89.753916, 34.90991], [89.758787, 34.915479], [89.76342, 34.917457], [89.771211, 34.916994], [89.784904, 34.923612], [89.803296, 34.916522], [89.808208, 34.912935], [89.812809, 34.906331], [89.819607, 34.904838], [89.815343, 34.900769], [89.813939, 34.893086], [89.821201, 34.883992], [89.821659, 34.88057], [89.813432, 34.878863], [89.808881, 34.874063], [89.813479, 34.871221], [89.823214, 34.87076], [89.838684, 34.865142], [89.844315, 34.858672], [89.842651, 34.853335], [89.84858, 34.839326], [89.848565, 34.823784], [89.866791, 34.817754], [89.863278, 34.810932], [89.854376, 34.809895], [89.848116, 34.806026], [89.840208, 34.80697], [89.824046, 34.79931], [89.824606, 34.792076], [89.82737, 34.789129], [89.824928, 34.783361], [89.822187, 34.779907], [89.804419, 34.769402], [89.805792, 34.752465], [89.79864, 34.745009], [89.792865, 34.744789], [89.767811, 34.75061], [89.76451, 34.747935], [89.762688, 34.741447], [89.746473, 34.740292], [89.74457, 34.735478], [89.729568, 34.73353], [89.729115, 34.728802], [89.725763, 34.726324], [89.726026, 34.721974], [89.735081, 34.714915], [89.723855, 34.711041], [89.721142, 34.704849], [89.724181, 34.700262], [89.730096, 34.697163], [89.733436, 34.691122], [89.734341, 34.683038], [89.7314, 34.672636], [89.724573, 34.666432], [89.724253, 34.663689], [89.725857, 34.661362], [89.730497, 34.661976], [89.736434, 34.657933], [89.737287, 34.650947], [89.740662, 34.645214], [89.752975, 34.641803], [89.766321, 34.641209], [89.773481, 34.63875], [89.774544, 34.641944], [89.781014, 34.644701], [89.783767, 34.641536], [89.78523, 34.634222], [89.795202, 34.63057], [89.796319, 34.628673], [89.790841, 34.615354], [89.792538, 34.604879], [89.781518, 34.601046], [89.775197, 34.596606], [89.775196, 34.588547], [89.779313, 34.584422], [89.77542, 34.577272], [89.782869, 34.571527], [89.790712, 34.568106], [89.813212, 34.550918], [89.808327, 34.54427], [89.809492, 34.540435], [89.816083, 34.53544], [89.810679, 34.531467], [89.80966, 34.528388], [89.817521, 34.522821], [89.816763, 34.517221], [89.812559, 34.512194], [89.809804, 34.504599], [89.816508, 34.485281], [89.806414, 34.477022], [89.81379, 34.47118], [89.815509, 34.467847], [89.813991, 34.464061], [89.819884, 34.458988], [89.821508, 34.455572], [89.817458, 34.450186], [89.820181, 34.443243], [89.818089, 34.438067], [89.820459, 34.42892], [89.819344, 34.425819], [89.815632, 34.420634], [89.807995, 34.415598], [89.805696, 34.406081], [89.797528, 34.396297], [89.800975, 34.392922], [89.811144, 34.388251], [89.822707, 34.386704], [89.818828, 34.370386], [89.822849, 34.365648], [89.829895, 34.361198], [89.838782, 34.358692], [89.858755, 34.360952], [89.861056, 34.354337], [89.85982, 34.34642], [89.869559, 34.345032], [89.870639, 34.340525], [89.86936, 34.33497], [89.865375, 34.326351], [89.855877, 34.320543], [89.845697, 34.3087], [89.837698, 34.306145], [89.822893, 34.2965], [89.825168, 34.281118], [89.831583, 34.274659], [89.836045, 34.263391], [89.831968, 34.255732], [89.82824, 34.238918], [89.819387, 34.226082], [89.822407, 34.218475], [89.821658, 34.206163], [89.813086, 34.200624], [89.809508, 34.194451], [89.801945, 34.190981], [89.802816, 34.188379], [89.816142, 34.179085], [89.813757, 34.170642], [89.788409, 34.152826], [89.779756, 34.151817], [89.77063, 34.154086], [89.757335, 34.154304], [89.756452, 34.148976], [89.751341, 34.141972], [89.751603, 34.135991], [89.753438, 34.13466], [89.75442, 34.12945], [89.754693, 34.125964], [89.753089, 34.124617], [89.744744, 34.125419], [89.744575, 34.128094], [89.74252, 34.128977], [89.721295, 34.129821], [89.710188, 34.13366], [89.70186, 34.131148], [89.692518, 34.131299], [89.681119, 34.109534], [89.669576, 34.102666], [89.66511, 34.103491], [89.66054, 34.097434], [89.654975, 34.09873], [89.653267, 34.096934], [89.653521, 34.091608], [89.648842, 34.083256], [89.650524, 34.078962], [89.650939, 34.065818], [89.653926, 34.060265], [89.648205, 34.054488], [89.633172, 34.052607], [89.633971, 34.044088], [89.647149, 34.041197], [89.65045, 34.03588], [89.650301, 34.026969], [89.656749, 34.021613], [89.664756, 34.020614], [89.665035, 34.01506], [89.671999, 34.007952], [89.674697, 34.000306], [89.682503, 33.993275], [89.682565, 33.989044], [89.679567, 33.9847], [89.685599, 33.972119], [89.68403, 33.960117], [89.689119, 33.959759], [89.694499, 33.961878], [89.706085, 33.9568], [89.715725, 33.948862], [89.724595, 33.929659], [89.729569, 33.92804], [89.736807, 33.919581], [89.750939, 33.913995], [89.761762, 33.913322], [89.763097, 33.907977], [89.760551, 33.902063], [89.762095, 33.896939], [89.764564, 33.894198], [89.781812, 33.884725], [89.77922, 33.8814], [89.779942, 33.878658], [89.786921, 33.873775], [89.792615, 33.866469], [89.801007, 33.864193], [89.804263, 33.867452], [89.810918, 33.864393], [89.831359, 33.87082], [89.843355, 33.86766], [89.857331, 33.857623], [89.859539, 33.853309], [89.859999, 33.843488], [89.867106, 33.84242], [89.869112, 33.840237], [89.870186, 33.831855], [89.882953, 33.825172], [89.893303, 33.824589], [89.899777, 33.809522], [89.922234, 33.812143], [89.939381, 33.804011], [89.93209, 33.798493], [89.912964, 33.768697], [89.90022, 33.761701], [89.904828, 33.746618], [89.904661, 33.741272], [89.92403, 33.743814], [89.936294, 33.743488], [89.957466, 33.734736], [89.980307, 33.727962], [89.982189, 33.722682], [89.979415, 33.716779], [89.980931, 33.714334], [89.985902, 33.71184], [89.983573, 33.707473], [89.983935, 33.704255], [89.996936, 33.696508], [90.001381, 33.695998], [90.006429, 33.69125], [90.006664, 33.68925], [90.002164, 33.687424], [89.991766, 33.672], [89.991988, 33.668622], [89.995431, 33.663069], [89.998757, 33.661327], [89.999712, 33.657591], [89.995534, 33.648037], [89.988315, 33.643495], [89.984388, 33.629805], [89.985586, 33.624836], [89.981478, 33.615201], [89.987723, 33.601389], [89.985819, 33.587637], [89.988295, 33.583997], [89.995296, 33.579862], [90.006157, 33.55856], [90.010688, 33.554805], [90.028669, 33.547645], [90.046597, 33.545562], [90.045992, 33.541051], [90.065536, 33.536248], [90.071717, 33.536273], [90.078718, 33.53383], [90.08108, 33.53131], [90.082012, 33.528716], [90.080847, 33.524743], [90.085366, 33.506777], [90.08566, 33.49992], [90.08925, 33.490774], [90.085992, 33.480525], [90.090204, 33.470387], [90.106218, 33.463124], [90.129067, 33.459388], [90.147092, 33.452634], [90.171876, 33.447277], [90.176876, 33.444946], [90.18433, 33.444326], [90.190289, 33.441387], [90.192505, 33.438301], [90.212972, 33.439167], [90.215906, 33.441161], [90.221845, 33.439449], [90.228029, 33.433107], [90.242739, 33.427801], [90.320249, 33.325424], [90.361945, 33.284549], [90.368607, 33.285881], [90.381361, 33.281884], [90.388595, 33.278077], [90.392592, 33.271985], [90.399636, 33.26894], [90.404966, 33.2638], [90.482388, 33.268923], [90.487883, 33.2672], [90.498046, 33.255742], [90.517728, 33.244607], [90.539308, 33.241408], [90.558501, 33.233253], [90.562659, 33.230124], [90.562328, 33.22586], [90.572587, 33.218149], [90.603404, 33.203941], [90.619539, 33.187104], [90.623257, 33.185526], [90.625766, 33.181209], [90.649496, 33.170672], [90.652726, 33.165009], [90.658504, 33.161966], [90.693821, 33.146132], [90.701319, 33.13824], [90.716445, 33.140684], [90.726018, 33.140021], [90.74038, 33.14494], [90.746088, 33.14456], [90.761921, 33.138488], [90.770809, 33.130188], [90.783031, 33.124237], [90.788205, 33.124245], [90.797316, 33.117267], [90.802853, 33.116416], [90.80881, 33.11878], [90.818518, 33.119541], [90.834413, 33.117748], [90.841867, 33.112818], [90.853831, 33.119233], [90.860479, 33.11863], [90.865762, 33.121452], [90.880667, 33.122673], [90.888613, 33.101735], [90.892864, 33.099013], [90.900389, 33.088177], [90.908004, 33.099219], [90.909515, 33.113329], [90.927515, 33.12357], [90.936784, 33.121931], [90.94625, 33.117521], [90.954893, 33.120799], [90.965019, 33.122277], [90.97132, 33.120784], [90.985792, 33.122012], [90.997814, 33.119363], [91.001049, 33.120079], [91.003095, 33.122887], [91.011148, 33.123582], [91.013187, 33.122821], [91.01685, 33.116341], [91.021365, 33.117101], [91.028654, 33.113313], [91.030991, 33.10585], [91.036196, 33.100841], [91.043866, 33.104144], [91.045925, 33.107148], [91.050149, 33.107311], [91.053299, 33.111496], [91.058218, 33.113248], [91.062901, 33.112823], [91.068252, 33.115547], [91.096697, 33.096045], [91.116029, 33.087484], [91.132751, 33.075798], [91.145119, 33.074235], [91.144409, 33.080407], [91.147063, 33.092484], [91.158638, 33.099703], [91.158524, 33.107538], [91.160463, 33.111735], [91.171789, 33.115987], [91.176836, 33.113749], [91.178694, 33.110075], [91.186202, 33.108376], [91.195144, 33.118192], [91.193193, 33.124876], [91.194416, 33.127856], [91.202568, 33.130922], [91.214219, 33.129525], [91.222343, 33.135121], [91.221658, 33.141726], [91.229301, 33.144615], [91.251052, 33.144562], [91.253994, 33.142482], [91.260309, 33.143285], [91.266582, 33.134356], [91.273731, 33.130384], [91.278592, 33.133045], [91.285273, 33.130994], [91.295863, 33.118318], [91.313522, 33.109265], [91.325077, 33.110339], [91.338758, 33.10807], [91.350322, 33.104213], [91.369146, 33.102599], [91.379603, 33.099597], [91.383346, 33.097419], [91.390319, 33.089399], [91.395481, 33.08647], [91.400285, 33.084867], [91.418946, 33.08375], [91.424473, 33.081565], [91.429437, 33.071085], [91.434215, 33.068141], [91.437155, 33.068344], [91.440223, 33.071552], [91.457168, 33.075844], [91.455089, 33.081518], [91.459132, 33.087588], [91.460288, 33.093852], [91.472735, 33.09751], [91.484595, 33.10832], [91.497155, 33.111005], [91.500492, 33.10923], [91.504141, 33.103654], [91.509456, 33.100524], [91.511288, 33.100528], [91.515472, 33.105399], [91.525036, 33.100419], [91.529445, 33.102745], [91.534088, 33.102068], [91.542927, 33.094744], [91.546383, 33.088442], [91.55403, 33.086408], [91.55829, 33.078637], [91.552667, 33.072683], [91.55173, 33.062681], [91.561627, 33.060975], [91.562613, 33.052461], [91.575792, 33.049315], [91.579456, 33.045075], [91.579493, 33.04156], [91.610599, 33.033606], [91.61303, 33.031226], [91.632427, 33.024503], [91.63765, 33.024157], [91.643888, 33.016892], [91.661254, 33.01419], [91.66351, 33.012957], [91.664218, 33.004602], [91.66615, 33.00145], [91.679112, 32.993744], [91.685594, 32.991152], [91.706442, 32.988231], [91.710742, 32.984292], [91.719891, 32.983612], [91.723012, 32.982219], [91.7289, 32.973189], [91.742256, 32.969212], [91.74925, 32.970746], [91.753645, 32.967138], [91.753928, 32.9634], [91.763037, 32.961184], [91.781159, 32.9474], [91.795103, 32.943055], [91.79833, 32.944296], [91.799244, 32.950817], [91.811409, 32.955985], [91.825781, 32.949222], [91.831524, 32.951793], [91.836859, 32.950249], [91.838562, 32.944178], [91.843764, 32.940248], [91.848078, 32.924004], [91.855511, 32.922278], [91.857525, 32.919668], [91.858659, 32.911102], [91.856707, 32.904881], [91.877276, 32.908555], [91.886795, 32.907461], [91.893526, 32.908692], [91.9001, 32.896917], [91.893236, 32.890283], [91.89304, 32.888143], [91.898095, 32.884308], [91.90457, 32.874887], [91.908308, 32.87414], [91.91425, 32.876274], [91.923357, 32.869491], [91.925486, 32.864869], [91.925719, 32.85816], [91.933202, 32.855282], [91.934342, 32.84861], [91.939782, 32.837957], [91.949045, 32.835334], [91.950004, 32.833915], [91.948672, 32.830326], [91.956748, 32.821425], [91.966906, 32.823796], [91.97443, 32.822391], [91.979646, 32.827997], [91.991417, 32.826875], [91.997091, 32.838035], [92.011769, 32.832029], [92.027209, 32.832487], [92.028634, 32.841439], [92.0236, 32.848398], [92.02787, 32.856074], [92.034282, 32.859452], [92.037095, 32.863035], [92.042614, 32.862319], [92.043485, 32.860157], [92.048536, 32.858694], [92.064116, 32.863198], [92.086735, 32.860242], [92.098856, 32.860698], [92.110832, 32.868135], [92.11388, 32.871636], [92.116557, 32.878946], [92.125111, 32.880551], [92.135897, 32.886524], [92.14437, 32.88732], [92.148328, 32.885587], [92.149738, 32.88315], [92.149185, 32.878267], [92.152699, 32.873575], [92.165078, 32.874265], [92.173714, 32.871211], [92.19729, 32.869717], [92.201585, 32.866318], [92.204132, 32.859266], [92.223584, 32.845087], [92.228863, 32.843754], [92.229309, 32.83955], [92.226694, 32.832989], [92.226598, 32.823383], [92.214901, 32.821706], [92.201072, 32.80876], [92.193072, 32.806003], [92.196628, 32.801526], [92.205045, 32.79599], [92.211244, 32.787695], [92.209554, 32.782188], [92.205694, 32.777831], [92.20347, 32.764109], [92.200803, 32.759364], [92.197843, 32.757555], [92.198234, 32.756341], [92.200319, 32.753812], [92.208552, 32.750967], [92.216394, 32.737281], [92.219081, 32.736068], [92.234184, 32.737897], [92.239888, 32.73267], [92.254338, 32.72451], [92.267138, 32.72354], [92.271804, 32.725772], [92.274278, 32.731134], [92.285082, 32.732896], [92.289945, 32.736044], [92.289773, 32.742111], [92.291417, 32.743939], [92.299149, 32.746979], [92.298995, 32.751883], [92.301006, 32.753384], [92.309094, 32.754201], [92.32307, 32.752546], [92.329589, 32.749757], [92.331512, 32.744012], [92.336871, 32.740851], [92.352518, 32.74361], [92.35659, 32.750558], [92.354314, 32.757393], [92.354993, 32.764935], [92.377303, 32.759441], [92.384952, 32.754555], [92.41226, 32.748333], [92.414479, 32.748843], [92.413433, 32.753299], [92.431722, 32.763132], [92.454429, 32.766767], [92.459744, 32.76402], [92.465626, 32.75569], [92.481096, 32.75017], [92.485789, 32.744867], [92.494649, 32.746309], [92.501747, 32.742452], [92.505388, 32.74833], [92.516752, 32.743829], [92.521462, 32.740128], [92.523773, 32.735943], [92.528913, 32.735261], [92.532439, 32.737857], [92.54492, 32.739337], [92.551908, 32.73517], [92.553015, 32.732442], [92.570982, 32.734618], [92.573342, 32.736482], [92.572318, 32.741248], [92.576881, 32.74414], [92.587175, 32.73768], [92.592112, 32.736618], [92.594218, 32.742984], [92.597484, 32.745867], [92.603018, 32.734819], [92.608172, 32.730803], [92.613907, 32.72936], [92.621113, 32.733996], [92.626819, 32.734246], [92.632175, 32.731224], [92.629136, 32.72602], [92.634232, 32.722686], [92.649423, 32.723234], [92.663042, 32.732255], [92.666013, 32.732477], [92.669736, 32.73644], [92.67578, 32.745865], [92.679296, 32.762198], [92.68614, 32.767624], [92.697555, 32.764261], [92.712143, 32.753989], [92.717157, 32.754552], [92.72131, 32.749689], [92.724986, 32.749483], [92.726882, 32.751656], [92.736068, 32.751458], [92.73933, 32.746493], [92.743478, 32.743696], [92.753324, 32.745994], [92.773375, 32.725876], [92.781344, 32.726015], [92.784971, 32.721216], [92.7898, 32.722005], [92.79342, 32.728587], [92.799567, 32.730023], [92.811574, 32.731804], [92.824975, 32.729759], [92.834816, 32.7203], [92.843241, 32.715085], [92.849946, 32.713992], [92.862246, 32.7044], [92.863708, 32.699134], [92.872681, 32.698891], [92.878041, 32.712953], [92.881316, 32.709707], [92.885907, 32.709274], [92.893176, 32.71498], [92.89837, 32.714607], [92.913366, 32.706662], [92.917024, 32.711366], [92.927122, 32.71174], [92.931978, 32.718112], [92.930905, 32.720732], [92.932739, 32.721764], [92.9392, 32.721626], [92.944095, 32.716697], [92.949258, 32.715759], [92.957331, 32.720205], [92.962616, 32.715496], [92.971965, 32.722326], [92.979201, 32.722027], [92.984286, 32.725488], [92.984384, 32.728773], [92.987972, 32.734585], [92.997224, 32.743816], [93.001888, 32.741994], [93.009533, 32.741864], [93.016174, 32.740521], [93.019153, 32.736955], [93.024324, 32.710744], [93.022535, 32.703149], [93.04541, 32.697651], [93.045418, 32.694147], [93.038141, 32.677276], [93.046039, 32.672347], [93.046689, 32.657676], [93.050053, 32.654719], [93.054923, 32.65342], [93.052753, 32.644973], [93.056906, 32.640192], [93.058262, 32.633787], [93.064643, 32.628532], [93.071222, 32.628387], [93.080232, 32.631129], [93.08703, 32.638551], [93.11004, 32.640375], [93.113363, 32.643073], [93.116454, 32.649475], [93.127402, 32.643114], [93.141312, 32.643592], [93.156692, 32.646767], [93.162951, 32.666339], [93.172688, 32.671656], [93.177365, 32.672382], [93.184974, 32.668227], [93.192623, 32.667904], [93.206041, 32.658923], [93.21641, 32.66147], [93.223215, 32.657125], [93.23194, 32.659952], [93.237028, 32.665151], [93.240977, 32.665222], [93.25163, 32.658061], [93.248945, 32.648163], [93.256317, 32.632823], [93.262737, 32.627039], [93.272394, 32.624673], [93.284272, 32.626312], [93.287062, 32.620598], [93.29649, 32.621675], [93.302949, 32.617742], [93.29921, 32.614029], [93.298335, 32.608838], [93.308047, 32.607254], [93.314255, 32.601588], [93.312317, 32.591114], [93.307729, 32.579622], [93.308491, 32.575678], [93.318714, 32.57823], [93.336764, 32.573075], [93.36413, 32.551083], [93.367071, 32.545661], [93.372279, 32.54342], [93.374776, 32.531667], [93.380578, 32.526786], [93.382986, 32.526251], [93.385869, 32.52816], [93.385254, 32.533354], [93.390443, 32.539294], [93.391447, 32.542809], [93.400185, 32.546094], [93.40987, 32.547142], [93.408756, 32.555894], [93.409757, 32.558552], [93.434909, 32.559361], [93.44352, 32.56417], [93.447878, 32.561812], [93.455197, 32.561095], [93.46197, 32.557403], [93.46214, 32.543444], [93.473712, 32.530379], [93.473099, 32.517499], [93.475274, 32.504527], [93.484539, 32.500221], [93.486405, 32.502385], [93.501605, 32.505735], [93.501926, 32.500363], [93.509471, 32.489517], [93.51311, 32.47892], [93.521194, 32.476131], [93.527928, 32.476991], [93.529934, 32.478717], [93.531943, 32.486204], [93.536475, 32.490917], [93.543144, 32.491826], [93.54956, 32.488976], [93.555163, 32.488602], [93.558557, 32.492805], [93.564133, 32.495773], [93.562285, 32.50123], [93.567321, 32.503401], [93.573179, 32.509065], [93.582095, 32.508808], [93.591535, 32.515495], [93.59989, 32.517267], [93.608793, 32.524483], [93.618708, 32.527746], [93.62022, 32.52955], [93.619158, 32.532921], [93.628276, 32.545339], [93.622974, 32.554003], [93.640605, 32.55555], [93.645728, 32.571014], [93.651916, 32.575896], [93.66643, 32.577151], [93.676816, 32.569932], [93.681405, 32.573043], [93.688781, 32.573138], [93.697182, 32.577822], [93.71719, 32.580278], [93.724636, 32.577208], [93.739155, 32.57615], [93.748867, 32.565306], [93.761366, 32.57025], [93.769476, 32.56373], [93.776405, 32.56051], [93.783183, 32.558382], [93.804005, 32.557422], [93.823404, 32.548684], [93.824046, 32.539659], [93.827813, 32.534819], [93.82535, 32.522335], [93.83963, 32.515608], [93.850214, 32.512713], [93.851737, 32.505655], [93.851096, 32.50006], [93.848525, 32.496526], [93.854967, 32.495719], [93.858329, 32.489985], [93.854038, 32.478172], [93.854915, 32.469256], [93.856742, 32.467601], [93.86056, 32.467911], [93.866675, 32.475264], [93.874084, 32.47641], [93.882465, 32.47395], [93.893368, 32.47572], [93.899946, 32.473052], [93.906967, 32.465556], [93.912117, 32.463869], [93.912649, 32.470574], [93.920718, 32.475691], [93.933217, 32.480526], [93.939531, 32.480231], [93.949549, 32.484601], [93.960006, 32.486535], [93.965853, 32.481743], [93.974932, 32.46241], [93.980725, 32.46174], [93.993429, 32.465998], [93.996781, 32.46395], [93.999978, 32.457699], [94.011146, 32.447942], [94.028465, 32.448055], [94.031481, 32.451492], [94.029683, 32.460148], [94.041876, 32.461459], [94.048232, 32.471893], [94.055384, 32.472047], [94.0671, 32.470419], [94.070029, 32.468242], [94.079163, 32.465889], [94.085414, 32.466648], [94.091787, 32.464138], [94.098818, 32.454688], [94.100451, 32.449316], [94.109142, 32.445563], [94.11725, 32.44541], [94.13826, 32.434012], [94.149736, 32.444112], [94.15298, 32.456252], [94.164917, 32.456922], [94.17024, 32.454785], [94.179802, 32.457517], [94.179478, 32.464642], [94.183943, 32.468898], [94.181563, 32.479058], [94.176992, 32.483311], [94.178338, 32.494095], [94.182217, 32.502409], [94.194068, 32.510077], [94.196061, 32.517139], [94.216278, 32.512531], [94.230294, 32.511373], [94.235104, 32.512911], [94.241455, 32.518447], [94.249513, 32.518865], [94.255445, 32.514639], [94.289342, 32.504994], [94.291591, 32.508369], [94.292208, 32.520174], [94.31122, 32.531047], [94.317514, 32.532894], [94.334747, 32.531182], [94.340422, 32.534317], [94.349768, 32.535861], [94.352722, 32.534583], [94.352265, 32.528854], [94.354592, 32.522629], [94.357987, 32.521169], [94.367195, 32.523045], [94.370595, 32.531006], [94.370666, 32.535152], [94.379358, 32.540954], [94.382641, 32.545643], [94.383077, 32.554055], [94.376588, 32.560143], [94.376231, 32.565186], [94.384122, 32.57785], [94.385156, 32.584365], [94.393559, 32.595138], [94.392395, 32.605147], [94.404911, 32.600096], [94.408485, 32.590773], [94.407216, 32.584546], [94.414777, 32.581895], [94.429037, 32.571877], [94.432188, 32.564002], [94.439859, 32.565147], [94.449543, 32.573144], [94.462082, 32.573799], [94.461999, 32.59305], [94.463645, 32.595651], [94.457381, 32.598035], [94.456784, 32.600507], [94.463632, 32.608806], [94.471597, 32.611883], [94.479137, 32.609923], [94.479952, 32.60561], [94.483958, 32.601537], [94.494356, 32.600162], [94.497028, 32.604868], [94.505017, 32.605994], [94.51368, 32.60045], [94.530913, 32.59977], [94.552262, 32.611679], [94.557925, 32.621551], [94.566768, 32.631611], [94.595255, 32.631545], [94.596242, 32.633399], [94.589945, 32.644264], [94.601328, 32.652177], [94.599245, 32.661701], [94.599783, 32.66672], [94.603687, 32.671974], [94.611266, 32.676854], [94.633198, 32.657961], [94.640348, 32.645166], [94.674628, 32.621753], [94.690866, 32.616502], [94.685732, 32.610117], [94.685806, 32.606652], [94.694904, 32.604604], [94.701083, 32.600164], [94.709091, 32.600988], [94.712646, 32.605411], [94.720844, 32.6064], [94.723508, 32.596243], [94.725789, 32.59411], [94.734926, 32.591444], [94.736777, 32.58691], [94.73327, 32.583344], [94.744167, 32.571991], [94.743206, 32.564269], [94.747005, 32.560979], [94.758165, 32.557501], [94.772416, 32.556401], [94.771889, 32.552731], [94.760087, 32.551875], [94.756375, 32.54921], [94.75436, 32.542449], [94.755233, 32.535028], [94.759784, 32.53033], [94.768688, 32.526586], [94.775384, 32.527099], [94.786334, 32.524639], [94.78684, 32.519595], [94.792627, 32.515304], [94.791277, 32.509843], [94.79316, 32.501963], [94.797439, 32.497237], [94.80421, 32.492425], [94.819375, 32.487674], [94.824314, 32.483628], [94.839926, 32.480271], [94.842243, 32.475415], [94.851847, 32.465018], [94.870923, 32.472217], [94.880491, 32.470773], [94.884894, 32.471769], [94.88906, 32.475213], [94.890868, 32.47426], [94.898716, 32.46339], [94.901094, 32.456368], [94.9038, 32.454616], [94.901644, 32.44804], [94.907779, 32.437108], [94.911423, 32.419983], [94.920385, 32.412242], [94.938662, 32.410821], [94.940864, 32.406329], [94.945528, 32.407284], [94.95166, 32.414667], [94.956123, 32.414223], [94.96055, 32.41054], [94.967123, 32.409613], [94.979108, 32.411641], [94.986679, 32.419513], [94.98422, 32.424739], [94.987044, 32.425117], [95.004903, 32.417413], [95.011981, 32.412247], [95.018407, 32.410695], [95.025633, 32.412229], [95.032396, 32.405023], [95.047349, 32.399544], [95.052051, 32.399706], [95.055685, 32.397045], [95.057201, 32.390727], [95.073687, 32.378217], [95.078441, 32.38578], [95.088138, 32.390154], [95.098452, 32.390198], [95.105535, 32.38592], [95.110002, 32.388721], [95.116818, 32.389623], [95.118409, 32.386536], [95.128366, 32.388302], [95.129758, 32.389876], [95.127876, 32.395171], [95.129511, 32.400548], [95.143523, 32.399419], [95.152982, 32.403773], [95.149391, 32.394616], [95.151661, 32.388594], [95.154904, 32.38753], [95.167083, 32.387015], [95.170329, 32.394507], [95.181444, 32.396493], [95.184596, 32.395441], [95.185723, 32.39167], [95.189946, 32.388654], [95.207922, 32.390559], [95.211711, 32.395319], [95.211328, 32.397345], [95.213428, 32.398298], [95.216174, 32.397556], [95.216971, 32.394806], [95.222402, 32.39135], [95.220831, 32.383364], [95.228271, 32.378268], [95.230199, 32.367309], [95.243737, 32.365284], [95.258135, 32.351435], [95.251152, 32.347792], [95.2241, 32.345288], [95.205424, 32.340519], [95.199054, 32.336092], [95.192156, 32.334174], [95.174716, 32.335895], [95.164328, 32.3343], [95.15193, 32.334778], [95.138841, 32.329609], [95.122174, 32.325851], [95.095536, 32.324754], [95.096457, 32.321599], [95.09462, 32.316316], [95.088505, 32.311436], [95.088315, 32.307773], [95.083216, 32.300906], [95.078672, 32.298451], [95.078085, 32.292585], [95.080321, 32.289784], [95.077898, 32.282459], [95.104114, 32.261486], [95.11153, 32.262839], [95.117917, 32.267546], [95.128356, 32.267832], [95.137485, 32.276407], [95.155484, 32.279617], [95.161115, 32.283358], [95.167902, 32.282668], [95.177832, 32.285339], [95.189906, 32.295423], [95.204976, 32.298714], [95.206601, 32.302435], [95.206471, 32.311157], [95.212579, 32.31302], [95.214573, 32.324784], [95.21823, 32.325486], [95.226265, 32.320647], [95.239958, 32.322905], [95.239482, 32.304318], [95.242767, 32.302433], [95.245342, 32.295948], [95.240383, 32.292599], [95.238331, 32.28937], [95.238624, 32.28626], [95.240983, 32.283041], [95.246467, 32.280083], [95.255084, 32.257348], [95.252826, 32.253666], [95.255929, 32.244344], [95.254909, 32.237057], [95.259852, 32.228098], [95.262373, 32.219352], [95.261682, 32.214193], [95.276799, 32.209892], [95.279412, 32.203527], [95.270379, 32.201507], [95.26896, 32.196862], [95.279863, 32.185497], [95.285312, 32.174426], [95.300409, 32.165741], [95.306436, 32.166388], [95.311727, 32.151183], [95.314384, 32.151108], [95.32108, 32.154784], [95.329609, 32.151011], [95.341685, 32.157535], [95.350374, 32.153727], [95.350366, 32.149927], [95.352464, 32.148149], [95.361991, 32.149826], [95.365322, 32.153517], [95.359409, 32.161414], [95.358054, 32.167319], [95.364519, 32.179144], [95.367577, 32.182435], [95.381563, 32.182999], [95.385276, 32.185278], [95.391431, 32.185158], [95.395812, 32.182978], [95.403517, 32.185834], [95.419409, 32.171161], [95.421662, 32.16132], [95.433542, 32.162754], [95.439329, 32.159938], [95.434976, 32.150978], [95.435933, 32.144784], [95.440006, 32.139763], [95.434793, 32.130148], [95.430407, 32.126485], [95.433408, 32.122163], [95.440179, 32.122083], [95.449061, 32.10982], [95.450307, 32.103396], [95.448091, 32.08111], [95.45363, 32.064772], [95.44205, 32.061129], [95.434808, 32.061668], [95.430759, 32.054431], [95.42787, 32.052826], [95.424104, 32.053249], [95.418146, 32.04632], [95.419427, 32.036973], [95.422097, 32.032567], [95.430688, 32.025037], [95.448833, 32.014641], [95.453223, 32.009447], [95.449105, 32.005367], [95.440878, 32.004797], [95.430708, 32.001457], [95.429325, 32.00639], [95.421514, 32.010409], [95.41906, 32.009578], [95.419507, 32.005911], [95.414776, 32.003114], [95.399755, 32.005362], [95.394902, 32.003883], [95.388565, 31.994816], [95.382145, 31.98986], [95.373139, 31.979283], [95.368435, 31.967894], [95.369361, 31.947621], [95.359855, 31.943101], [95.359623, 31.940838], [95.36831, 31.929786], [95.371308, 31.928238], [95.382359, 31.92804], [95.392838, 31.921656], [95.400073, 31.920317], [95.40489, 31.921592], [95.408211, 31.919718], [95.408691, 31.917593], [95.404902, 31.907683], [95.405255, 31.90042], [95.418761, 31.887629], [95.421143, 31.883656], [95.422312, 31.880762], [95.41841, 31.873425], [95.422759, 31.863066], [95.440066, 31.832515], [95.448343, 31.829412], [95.462332, 31.815725], [95.461881, 31.813743], [95.453527, 31.809089], [95.453049, 31.804298], [95.463833, 31.798581], [95.486633, 31.790384], [95.488183, 31.781738], [95.508493, 31.763768], [95.50994, 31.754937], [95.513503, 31.750487], [95.536378, 31.742566], [95.554078, 31.740772], [95.56563, 31.742043], [95.578402, 31.749852], [95.580689, 31.77039], [95.583854, 31.771224], [95.598123, 31.769457], [95.606895, 31.771076], [95.610877, 31.776368], [95.613184, 31.78437], [95.616815, 31.786221], [95.723704, 31.765305], [95.740596, 31.763924], [95.770939, 31.754722], [95.779761, 31.74938], [95.789613, 31.738052], [95.793503, 31.72225], [95.80378, 31.699515], [95.814003, 31.688836], [95.823812, 31.683212], [95.833937, 31.688854], [95.8506, 31.708613], [95.852883, 31.71591], [95.850069, 31.73382], [95.851535, 31.74096], [95.86761, 31.77487], [95.878033, 31.786408], [95.898353, 31.819047], [95.918793, 31.823023], [95.981091, 31.819055], [95.992005, 31.812089], [95.9887, 31.790489], [95.993122, 31.775287], [96, 31.775034], [96.037539, 31.73827], [96.043916, 31.734036], [96.053518, 31.733098], [96.070143, 31.723092], [96.097719, 31.714665], [96.106156, 31.708501], [96.107361, 31.703117], [96.120731, 31.698837], [96.134356, 31.69942], [96.14305, 31.69438], [96.146814, 31.6896], [96.147156, 31.673693], [96.15219, 31.655369], [96.149866, 31.618483], [96.153905, 31.605741], [96.162136, 31.602061], [96.172766, 31.603376], [96.189337, 31.608089], [96.196488, 31.607779], [96.197136, 31.603891], [96.205844, 31.600668], [96.210939, 31.604116], [96.2163, 31.611335], [96.214321, 31.618401], [96.218341, 31.623018], [96.225728, 31.627555], [96.22233, 31.65175], [96.223559, 31.65569], [96.229854, 31.659475], [96.246154, 31.660695], [96.250523, 31.666937], [96.246082, 31.680466], [96.246859, 31.683543], [96.251118, 31.687556], [96.251733, 31.699321], [96.234003, 31.718375], [96.233158, 31.725105], [96.223821, 31.731789], [96.221835, 31.734895], [96.223177, 31.744392], [96.231427, 31.750768], [96.20576, 31.767404], [96.191368, 31.773397], [96.179372, 31.775297], [96.176028, 31.777716], [96.177158, 31.785099], [96.181892, 31.797005], [96.180089, 31.808728], [96.175282, 31.822179], [96.18271, 31.837921], [96.1954, 31.841811], [96.200127, 31.840877], [96.202903, 31.844522], [96.214137, 31.878053], [96.203909, 31.880794], [96.197696, 31.886752], [96.187364, 31.905815], [96.192238, 31.908262], [96.201817, 31.909505], [96.206666, 31.905829], [96.218402, 31.907789], [96.236447, 31.918295], [96.239841, 31.928135], [96.243816, 31.93068], [96.252, 31.932338], [96.268891, 31.923572], [96.279235, 31.9222], [96.354028, 31.918445], [96.363558, 31.923304], [96.36675, 31.927106], [96.385846, 31.925595], [96.390002, 31.919835], [96.401602, 31.892263], [96.401315, 31.885965], [96.398327, 31.878977], [96.404073, 31.868583], [96.407167, 31.85658], [96.40741, 31.847941], [96.41222, 31.835676], [96.426278, 31.831427], [96.428792, 31.828397], [96.432006, 31.819571], [96.43255, 31.803995], [96.437441, 31.796923], [96.461106, 31.781873], [96.473977, 31.77092], [96.486531, 31.767559], [96.505835, 31.75475], [96.514469, 31.752187], [96.524523, 31.745438], [96.528844, 31.737725], [96.543791, 31.730845], [96.555889, 31.720831], [96.567487, 31.714448], [96.573786, 31.71574], [96.615058, 31.739416], [96.621007, 31.73462], [96.625444, 31.725421], [96.633929, 31.718455], [96.646258, 31.711125], [96.659339, 31.707806], [96.670758, 31.71374], [96.667417, 31.722061], [96.667665, 31.72832], [96.675543, 31.730511], [96.694569, 31.722502], [96.699641, 31.71479], [96.711637, 31.703765], [96.719884, 31.690554], [96.730106, 31.682492], [96.746283, 31.675827], [96.756614, 31.676953], [96.77334, 31.675743], [96.782683, 31.686226], [96.781729, 31.691181], [96.787946, 31.700356], [96.797038, 31.704734], [96.802512, 31.705329], [96.819628, 31.703077], [96.832548, 31.713317], [96.841282, 31.725823], [96.840587, 31.72984], [96.830758, 31.743576], [96.823371, 31.742915], [96.819579, 31.745439], [96.809863, 31.766187], [96.799267, 31.773349], [96.798075, 31.785787], [96.799385, 31.792378], [96.797203, 31.798621], [96.768275, 31.81734], [96.764471, 31.822998], [96.759237, 31.856713], [96.761676, 31.868927], [96.767786, 31.870954], [96.795407, 31.87167], [96.800438, 31.885093], [96.809836, 31.893664], [96.810843, 31.899871], [96.80826, 31.903363], [96.798932, 31.909202], [96.789004, 31.911475], [96.784635, 31.914654], [96.777339, 31.927369], [96.778199, 31.933833], [96.775145, 31.93976], [96.770715, 31.943065], [96.75658, 31.946209], [96.746895, 31.970953], [96.738894, 31.981275], [96.740126, 31.992864], [96.743488, 32.00063], [96.742626, 32.00415], [96.720757, 32.017928], [96.719527, 32.020416], [96.72376, 32.026429], [96.732584, 32.029728], [96.7461, 32.015766], [96.760575, 32.018113], [96.763115, 32.017438], [96.766082, 32.013507], [96.773388, 32.013531], [96.783493, 32.016005], [96.792665, 32.022732], [96.799539, 32.020821], [96.804205, 32.014969], [96.82015, 32.012605], [96.82319, 32.010777], [96.827383, 32.002959], [96.834047, 32.000695], [96.839146, 32.002603], [96.846818, 31.991491], [96.847817, 31.979729], [96.852361, 31.974657], [96.855688, 31.975021], [96.86618, 31.967648], [96.869825, 31.974056], [96.86316, 31.991435], [96.863496, 31.998573], [96.874875, 31.998685], [96.884119, 32.003977], [96.888754, 32.004268], [96.890492, 32.015314], [96.894223, 32.017614], [96.911163, 32.004834], [96.924334, 31.998167], [96.943404, 31.991326], [96.955837, 31.996624], [96.958831, 32.004535], [96.966634, 32.010864], [96.96624, 32.016643], [96.958714, 32.023411], [96.951378, 32.024698], [96.943853, 32.028221], [96.935304, 32.04233], [96.934631, 32.050277], [96.947456, 32.061557], [96.966364, 32.06792], [96.975061, 32.069222], [96.988811, 32.066717], [97.002082, 32.068911], [97.004523, 32.071278], [97.012641, 32.067084], [97.016594, 32.057957], [97.027702, 32.051851], [97.051243, 32.05053], [97.057776, 32.047206], [97.068219, 32.047645], [97.075393, 32.051667], [97.098365, 32.040017], [97.10738, 32.041242], [97.110782, 32.044702], [97.130543, 32.046252], [97.139235, 32.041829], [97.143223, 32.042377], [97.153281, 32.039332], [97.155288, 32.034225], [97.166309, 32.02668], [97.170215, 32.029202], [97.16947, 32.03781], [97.178255, 32.043813], [97.186599, 32.057675], [97.191881, 32.058635], [97.196841, 32.056991], [97.212962, 32.044734], [97.22781, 32.046034], [97.234721, 32.048614], [97.236042, 32.053508], [97.233155, 32.067344], [97.225201, 32.074758], [97.210861, 32.083059], [97.200686, 32.09302], [97.20241, 32.099794], [97.212467, 32.099973], [97.217927, 32.109248], [97.220583, 32.110723], [97.229563, 32.108578], [97.231513, 32.098162], [97.236173, 32.094711], [97.238348, 32.08713], [97.244771, 32.086577], [97.256807, 32.074805], [97.274408, 32.073566], [97.29402, 32.077209], [97.301706, 32.074701], [97.307121, 32.078045], [97.307039, 32.081217], [97.292145, 32.098456], [97.296753, 32.110702], [97.30468, 32.125169], [97.313498, 32.132963], [97.300193, 32.135769], [97.28889, 32.133549], [97.285901, 32.134334], [97.280867, 32.139027], [97.271025, 32.142512], [97.273037, 32.153357], [97.275723, 32.156938], [97.269445, 32.162429], [97.263749, 32.185914], [97.276591, 32.213328], [97.275569, 32.2182], [97.277713, 32.229713], [97.280316, 32.234658], [97.281112, 32.247303], [97.286439, 32.26122], [97.292441, 32.291869], [97.296788, 32.295742], [97.306457, 32.298007], [97.319309, 32.305817], [97.327293, 32.304984], [97.341207, 32.30133], [97.344257, 32.298811], [97.340736, 32.282996], [97.344598, 32.282834], [97.350871, 32.285748], [97.357547, 32.279402], [97.370731, 32.275605], [97.378549, 32.281109], [97.388773, 32.285269], [97.39618, 32.29403], [97.405043, 32.297668], [97.410607, 32.295066], [97.41501, 32.297712], [97.417336, 32.308494], [97.413813, 32.319063], [97.426656, 32.324705], [97.412411, 32.329641], [97.407396, 32.335171], [97.413149, 32.341438], [97.412507, 32.353135], [97.415859, 32.357927], [97.413704, 32.36749], [97.409727, 32.371108], [97.412616, 32.379783], [97.409064, 32.381105], [97.401926, 32.392576], [97.400013, 32.404243], [97.397286, 32.408339], [97.387491, 32.41689], [97.387355, 32.418752], [97.391394, 32.422991], [97.388708, 32.427714], [97.383441, 32.431084], [97.377628, 32.430421], [97.372468, 32.432158], [97.369096, 32.437025], [97.365642, 32.438807], [97.354961, 32.434777], [97.347623, 32.434209], [97.340981, 32.441292], [97.339937, 32.445814], [97.346165, 32.455316], [97.347137, 32.465794], [97.366168, 32.477912], [97.374897, 32.485315], [97.381793, 32.499923], [97.388441, 32.503603], [97.369429, 32.508743], [97.368851, 32.512579], [97.357192, 32.514734], [97.349906, 32.519767], [97.346494, 32.517052], [97.337044, 32.516225], [97.327925, 32.520534], [97.328393, 32.523604], [97.332392, 32.525755], [97.332669, 32.533032], [97.330473, 32.539806], [97.331748, 32.543432], [97.340545, 32.559014], [97.347242, 32.56468], [97.356082, 32.566116], [97.363851, 32.553579], [97.373647, 32.548929], [97.386196, 32.55132], [97.401952, 32.564646], [97.408005, 32.56582], [97.411646, 32.57755], [97.446885, 32.589358], [97.461283, 32.573073], [97.464009, 32.560744], [97.462531, 32.557296], [97.472075, 32.54999], [97.471447, 32.547476], [97.484953, 32.543638], [97.501119, 32.533333], [97.504589, 32.534199], [97.505346, 32.536241], [97.508865, 32.536229], [97.51256, 32.534626], [97.514002, 32.529904], [97.519593, 32.528262], [97.531471, 32.528204], [97.534176, 32.534328], [97.541125, 32.539742], [97.573519, 32.52713], [97.585777, 32.526103], [97.591819, 32.533693], [97.594266, 32.530259], [97.598736, 32.527919], [97.603213, 32.52629], [97.613695, 32.52668], [97.621058, 32.522076], [97.623723, 32.522413], [97.629065, 32.526868], [97.634562, 32.527327], [97.670693, 32.520158], [97.684074, 32.532938], [97.701104, 32.525458], [97.725005, 32.52674], [97.730446, 32.529841], [97.737743, 32.528751], [97.746799, 32.532484], [97.758123, 32.533186], [97.763295, 32.530654], [97.766746, 32.522756], [97.769277, 32.520411], [97.774116, 32.519284], [97.783519, 32.523037], [97.79763, 32.522688], [97.801204, 32.51779], [97.801313, 32.511207], [97.806569, 32.502118], [97.810901, 32.501727], [97.814346, 32.504248], [97.827397, 32.502], [97.832702, 32.506299], [97.837283, 32.507075], [97.860239, 32.494136], [97.870021, 32.493661], [97.881186, 32.48797], [97.885187, 32.49017], [97.899757, 32.489376], [97.905304, 32.492583], [97.91567, 32.486828], [97.91932, 32.486709], [97.923997, 32.489052], [97.927843, 32.485945], [97.936499, 32.484223], [97.941277, 32.481581], [97.943471, 32.47677], [97.953036, 32.474373], [97.95407, 32.471315], [97.96049, 32.469866], [97.967705, 32.474183], [97.975725, 32.471756], [97.981384, 32.4669], [97.990758, 32.466753], [97.99578, 32.460288], [98.009621, 32.453124], [98.023127, 32.454896], [98.025342, 32.451089], [98.024384, 32.445536], [98.030206, 32.440889], [98.035802, 32.431112], [98.03904, 32.429705], [98.051272, 32.430464], [98.059293, 32.420121], [98.067906, 32.418642], [98.077684, 32.419205], [98.077198, 32.41582], [98.073206, 32.413238], [98.073844, 32.408468], [98.077889, 32.404008], [98.086315, 32.400669], [98.093318, 32.40156], [98.097411, 32.40521], [98.10201, 32.397417], [98.108112, 32.393307], [98.118316, 32.397622], [98.123201, 32.402893], [98.126901, 32.402948], [98.127411, 32.398829], [98.125068, 32.393834], [98.13722, 32.388624], [98.138755, 32.38656], [98.138555, 32.38141], [98.150367, 32.376267], [98.162678, 32.377624], [98.173037, 32.373877], [98.181387, 32.368653], [98.18637, 32.360509], [98.194773, 32.362667], [98.197327, 32.36162], [98.199922, 32.353585], [98.203815, 32.349156], [98.218104, 32.345451], [98.213183, 32.332127], [98.209268, 32.328225], [98.208199, 32.321696], [98.218618, 32.287075], [98.224312, 32.275968], [98.229445, 32.269606], [98.229762, 32.264515], [98.221221, 32.260995], [98.219259, 32.258658], [98.222898, 32.250443], [98.218473, 32.237097], [98.227545, 32.231294], [98.240794, 32.228958], [98.24906, 32.218747], [98.259878, 32.210797], [98.26826, 32.197488], [98.271256, 32.186481], [98.277002, 32.183053], [98.278927, 32.175178], [98.288579, 32.159802], [98.295124, 32.152474], [98.294589, 32.14629], [98.299353, 32.13863], [98.30121, 32.125721], [98.302912, 32.123849], [98.312539, 32.127548], [98.311282, 32.113905], [98.327902, 32.111074], [98.343262, 32.099079], [98.344934, 32.095391], [98.342421, 32.092381], [98.343292, 32.090227], [98.357954, 32.08898], [98.363065, 32.080272], [98.372175, 32.07455], [98.405442, 32.045539], [98.400958, 32.036946], [98.403322, 32.026497], [98.416919, 32.022671], [98.418796, 32.018049], [98.42926, 32.014529], [98.435965, 32.005626], [98.435268, 32.002807], [98.427167, 31.998513], [98.431739, 31.990022], [98.431863, 31.988318], [98.427339, 31.983158], [98.428055, 31.978496], [98.430616, 31.976832], [98.433413, 31.961696], [98.423743, 31.954466], [98.420786, 31.945361], [98.425469, 31.940706], [98.43449, 31.938694], [98.432916, 31.925855], [98.420633, 31.918949], [98.403447, 31.913469], [98.398186, 31.902112], [98.398446, 31.898411], [98.410365, 31.886847], [98.411616, 31.872784], [98.416511, 31.862895], [98.424958, 31.858714], [98.424438, 31.855981], [98.418189, 31.852026], [98.414501, 31.845791], [98.413911, 31.835123], [98.415089, 31.832278], [98.41764, 31.831223], [98.42688, 31.832431], [98.442894, 31.83018], [98.437965, 31.819662], [98.447736, 31.806802], [98.454974, 31.805407], [98.462314, 31.800795], [98.462732, 31.797722], [98.458128, 31.795994], [98.455786, 31.791502], [98.459734, 31.78391], [98.476653, 31.784632], [98.493407, 31.773881], [98.502592, 31.760824], [98.512938, 31.741985], [98.522444, 31.718142], [98.536804, 31.716345], [98.541391, 31.720942], [98.546117, 31.719417], [98.54802, 31.714373], [98.544166, 31.707144], [98.544902, 31.701106], [98.557713, 31.690706], [98.555517, 31.688258], [98.549107, 31.687532], [98.547821, 31.685401], [98.548492, 31.683529], [98.557565, 31.679135], [98.558643, 31.676485], [98.555616, 31.670988], [98.553543, 31.659313], [98.565597, 31.64768], [98.584751, 31.63756], [98.588027, 31.633558], [98.587278, 31.627841], [98.593273, 31.623719], [98.599881, 31.614135], [98.605601, 31.609802], [98.618652, 31.59404], [98.622328, 31.592133], [98.628961, 31.594075], [98.633536, 31.593229], [98.639123, 31.589808], [98.655939, 31.5704], [98.661502, 31.569292], [98.695588, 31.542939], [98.696017, 31.532315], [98.701753, 31.52855], [98.711122, 31.517658], [98.744228, 31.493528], [98.787542, 31.475927], [98.79307, 31.470902], [98.797479, 31.459778], [98.811948, 31.448247], [98.8372, 31.438946], [98.844619, 31.431389], [98.846217, 31.425186], [98.842801, 31.42031], [98.842895, 31.417007], [98.850537, 31.410402], [98.853867, 31.410303], [98.859454, 31.407281], [98.868023, 31.398412], [98.87826, 31.384283], [98.886631, 31.377481], [98.883436, 31.371787], [98.862652, 31.353535], [98.860713, 31.346178], [98.843196, 31.340021], [98.836781, 31.334559], [98.832353, 31.326725], [98.821296, 31.321756], [98.813818, 31.314521], [98.809155, 31.306574], [98.808462, 31.28957], [98.805179, 31.281277], [98.782973, 31.261281], [98.779694, 31.253668], [98.775987, 31.250977], [98.771991, 31.25183], [98.761201, 31.259953], [98.747934, 31.265238], [98.741149, 31.27038], [98.735343, 31.281943], [98.733115, 31.292185], [98.713462, 31.30758], [98.703072, 31.324437], [98.692343, 31.334984], [98.664093, 31.340198], [98.646425, 31.341574], [98.638215, 31.338992], [98.631182, 31.33354], [98.626893, 31.32775], [98.625945, 31.320588], [98.618175, 31.309497], [98.614625, 31.29294], [98.603076, 31.258899], [98.603629, 31.239228], [98.606025, 31.232124], [98.609153, 31.23013], [98.618163, 31.230071], [98.622778, 31.224331], [98.620844, 31.206579], [98.61494, 31.198547], [98.600886, 31.193869], [98.60443, 31.186753], [98.61261, 31.182955], [98.639853, 31.180951], [98.642881, 31.177122], [98.643083, 31.172516], [98.653072, 31.168916], [98.669872, 31.158594], [98.677032, 31.151466], [98.688989, 31.135174], [98.693607, 31.134096], [98.709907, 31.120413], [98.71185, 31.085275], [98.725017, 31.072396], [98.733674, 31.069053], [98.735503, 31.06449], [98.731872, 31.058702], [98.734852, 31.053136], [98.75798, 31.035781], [98.762263, 31.036559], [98.773727, 31.033995], [98.782946, 31.021308], [98.796772, 31.01372], [98.806849, 30.995542], [98.805813, 30.982311], [98.799061, 30.969553], [98.795777, 30.948692], [98.779785, 30.927407], [98.7741, 30.911625], [98.777984, 30.90575], [98.777963, 30.899641], [98.779709, 30.896114], [98.795963, 30.882193], [98.811224, 30.876115], [98.83279, 30.860909], [98.849921, 30.85152], [98.856918, 30.832435], [98.872024, 30.830446], [98.877264, 30.826237], [98.879384, 30.821688], [98.877667, 30.813742], [98.880977, 30.803602], [98.889652, 30.80099], [98.902779, 30.786539], [98.953001, 30.771865], [98.957427, 30.767325], [98.959237, 30.747062], [98.963314, 30.73581], [98.961253, 30.728085], [98.955788, 30.724625], [98.937936, 30.721208], [98.936041, 30.718485], [98.936553, 30.712119], [98.931911, 30.706814], [98.906958, 30.700965], [98.904067, 30.695958], [98.904617, 30.690491], [98.91226, 30.667949], [98.914012, 30.654733], [98.923201, 30.642332], [98.924733, 30.627073], [98.919885, 30.6192], [98.92139, 30.612014], [98.930644, 30.604156], [98.938297, 30.602251], [98.941061, 30.599008], [98.94201, 30.594232], [98.9405, 30.589127], [98.935477, 30.581783], [98.925934, 30.572915], [98.929, 30.558483], [98.936156, 30.554007], [98.937422, 30.5517], [98.935818, 30.54269], [98.931084, 30.531675], [98.931653, 30.523615], [98.936726, 30.51327], [98.945044, 30.502942], [98.942702, 30.492264], [98.944602, 30.483935], [98.964578, 30.453933], [98.964771, 30.435731], [98.962249, 30.430861], [98.962317, 30.426473], [98.965699, 30.410459], [98.973135, 30.401842], [98.974684, 30.394034], [98.972865, 30.382843], [98.96652, 30.378761], [98.966993, 30.363396], [98.973001, 30.355324], [98.968581, 30.34691], [98.966774, 30.33813], [98.980663, 30.3246], [98.97825, 30.306981], [98.979868, 30.300677], [98.978974, 30.294731], [98.985776, 30.282501], [98.984404, 30.277543], [98.977794, 30.268744], [98.970175, 30.263555], [98.968874, 30.259415], [98.97402, 30.233359], [98.976538, 30.229698], [98.99026, 30.219908], [98.993088, 30.215869], [98.992845, 30.209675], [98.987238, 30.202774], [98.980919, 30.186986], [98.981706, 30.180464], [98.984258, 30.176883], [98.99007, 30.17318], [98.990114, 30.169749], [98.985888, 30.163223], [98.985782, 30.159582], [98.989348, 30.153961], [99.003827, 30.151566], [99.010321, 30.145612], [99.013891, 30.138513], [99.008874, 30.128407], [99.009643, 30.123054], [99.020172, 30.111187], [99.025866, 30.107144], [99.031354, 30.095029], [99.041093, 30.08717], [99.044107, 30.08183], [99.041223, 30.068251], [99.035807, 30.054018], [99.040495, 30.042188], [99.041259, 30.004452], [99.054, 29.960806], [99.050256, 29.944455], [99.055774, 29.937307], [99.066039, 29.934946], [99.067567, 29.931624], [99.064038, 29.925079], [99.058295, 29.924889], [99.056011, 29.923152], [99.056227, 29.912569], [99.051155, 29.905601], [99.051884, 29.895789], [99.041209, 29.886262], [99.036493, 29.874046], [99.033576, 29.8589], [99.023025, 29.851154], [99.02142, 29.832958], [99.012633, 29.820391], [99.01253, 29.814792], [99.017065, 29.802], [99.018208, 29.793778], [99.015147, 29.784296], [99.010979, 29.780281], [99.007786, 29.751627], [98.999747, 29.737932], [99.000094, 29.727423], [98.996358, 29.699847], [98.997129, 29.691917], [98.992319, 29.677693], [98.990584, 29.66448], [98.991916, 29.659987], [98.999354, 29.657384], [98.996154, 29.649819], [98.997795, 29.646642], [99.005482, 29.640023], [99.010293, 29.63177], [99.012866, 29.624667], [99.011481, 29.617785], [99.014385, 29.609914], [99.030881, 29.595655], [99.036007, 29.588942], [99.041891, 29.575739], [99.041687, 29.573133], [99.050859, 29.567137], [99.050833, 29.548206], [99.0454, 29.527507], [99.051207, 29.5081], [99.052179, 29.488578], [99.058647, 29.483566], [99.061505, 29.478924], [99.06086, 29.473424], [99.057137, 29.467563], [99.05578, 29.45869], [99.062484, 29.449974], [99.062298, 29.444917], [99.058624, 29.439707], [99.067181, 29.426591], [99.065887, 29.422737], [99.056854, 29.417197], [99.060474, 29.415248], [99.0656, 29.387254], [99.062625, 29.378666], [99.067592, 29.334957], [99.074955, 29.318836], [99.065697, 29.30351], [99.070716, 29.298712], [99.085449, 29.292796], [99.095006, 29.279588], [99.09281, 29.272887], [99.093664, 29.269066], [99.113982, 29.24544], [99.115351, 29.227922], [99.113087, 29.224265], [99.090071, 29.225286], [99.074898, 29.213665], [99.046056, 29.210342], [99.035987, 29.21084], [99.025415, 29.204205], [99.024272, 29.199937], [99.010757, 29.200358], [98.992644, 29.205421], [98.974488, 29.207661], [98.97355, 29.183844], [98.967629, 29.181568], [98.960967, 29.176456], [98.961462, 29.14943], [98.966854, 29.13311], [98.991615, 29.10813], [98.994902, 29.102451], [99.005541, 29.081305], [99.01197, 29.06296], [99.014069, 29.055675], [99.014669, 29.043026], [99.007838, 29.034841], [98.999789, 29.030934], [98.994115, 29.030488], [98.963069, 29.011645], [98.956912, 28.999709], [98.94428, 28.98783], [98.933941, 28.9875], [98.928129, 28.984268], [98.924746, 28.98028], [98.920613, 28.951201], [98.919411, 28.922954], [98.912884, 28.910927], [98.916859, 28.890582], [98.950556, 28.874968], [98.958106, 28.874245], [98.965374, 28.877279], [98.972608, 28.870583], [98.974134, 28.863997], [98.970723, 28.858174], [98.964208, 28.854528], [98.972025, 28.835416], [98.969987, 28.831685], [98.965833, 28.830813], [98.940944, 28.829263], [98.940317, 28.827732], [98.933914, 28.829086], [98.928745, 28.826419], [98.923534, 28.823427], [98.921626, 28.810823], [98.91104, 28.80354], [98.896776, 28.80358], [98.890282, 28.807828], [98.87157, 28.81247], [98.854359, 28.801805], [98.83895, 28.805583], [98.82636, 28.825126], [98.829572, 28.840854], [98.828786, 28.849121], [98.822037, 28.869397], [98.821059, 28.891745], [98.816782, 28.911889], [98.810088, 28.932169], [98.815358, 28.950417], [98.799828, 28.974669], [98.790045, 28.993716], [98.782784, 29.002417], [98.766967, 29.009217], [98.75618, 29.006121], [98.746205, 28.995272], [98.717509, 28.981182], [98.71443, 28.974259], [98.705187, 28.966919], [98.689811, 28.969348], [98.684551, 28.97253], [98.657241, 28.980439], [98.645997, 28.978723], [98.638987, 28.975917], [98.635568, 28.97758], [98.630167, 28.976131], [98.629199, 28.961698], [98.644619, 28.936075], [98.647035, 28.933733], [98.65352, 28.934742], [98.657387, 28.933458], [98.656994, 28.930428], [98.647576, 28.918647], [98.643275, 28.895861], [98.651753, 28.86347], [98.662723, 28.843488], [98.657955, 28.830147], [98.653287, 28.823332], [98.65214, 28.814936], [98.665636, 28.788608], [98.67761, 28.778716], [98.678485, 28.774631], [98.674949, 28.762152], [98.675447, 28.759716], [98.682371, 28.755417], [98.682956, 28.744198], [98.680015, 28.738173], [98.681363, 28.732424], [98.676665, 28.726491], [98.654825, 28.708848], [98.648191, 28.707506], [98.6386, 28.702244], [98.635105, 28.698666], [98.633782, 28.689711], [98.615103, 28.683781], [98.604628, 28.686709], [98.595932, 28.68576], [98.594439, 28.683668], [98.59652, 28.672402], [98.609819, 28.638474], [98.618836, 28.627553], [98.61922, 28.621947], [98.616494, 28.618027], [98.618882, 28.590651], [98.623674, 28.58097], [98.634709, 28.538818], [98.626474, 28.521657], [98.62015, 28.514638], [98.618751, 28.502895], [98.631324, 28.491035], [98.647989, 28.48945], [98.674786, 28.477848], [98.678417, 28.46444], [98.688469, 28.452633], [98.684367, 28.439325], [98.695116, 28.433026], [98.705746, 28.420015], [98.709364, 28.411939], [98.710461, 28.402292], [98.718338, 28.388186], [98.73199, 28.374185], [98.735278, 28.366599], [98.73521, 28.357089], [98.742292, 28.3499], [98.750351, 28.345439], [98.752842, 28.341247], [98.745544, 28.325152], [98.73261, 28.319202], [98.721822, 28.316546], [98.71382, 28.309035], [98.710514, 28.29005], [98.714544, 28.284988], [98.716394, 28.279291], [98.708701, 28.261852], [98.710972, 28.249232], [98.710981, 28.232498], [98.693655, 28.217957], [98.683096, 28.212268], [98.675641, 28.211123], [98.670122, 28.213688], [98.663679, 28.21406], [98.649181, 28.203763], [98.634399, 28.186919], [98.630639, 28.179942], [98.629969, 28.173308], [98.626017, 28.169121], [98.606577, 28.174319], [98.578399, 28.184434], [98.558109, 28.187112], [98.536269, 28.180788], [98.523921, 28.172879], [98.524087, 28.167717], [98.520721, 28.163379], [98.508608, 28.149718], [98.501288, 28.145288], [98.494595, 28.144922], [98.484559, 28.150456], [98.482445, 28.153924], [98.471606, 28.154714], [98.468232, 28.15311], [98.464392, 28.15459], [98.455858, 28.14793], [98.453253, 28.143286], [98.460588, 28.137013], [98.433804, 28.118446], [98.428274, 28.107179], [98.395297, 28.108832], [98.388067, 28.115926], [98.390025, 28.122597], [98.390551, 28.153706], [98.388899, 28.170609], [98.381692, 28.182672], [98.375143, 28.182925], [98.36989, 28.186592], [98.372346, 28.198766], [98.379391, 28.216688], [98.377606, 28.249652], [98.368695, 28.267727], [98.353611, 28.288191], [98.321778, 28.319303], [98.320756, 28.329964], [98.323649, 28.33781], [98.322867, 28.347516], [98.32081, 28.351607], [98.314176, 28.357733], [98.303757, 28.362398], [98.299547, 28.373993], [98.299783, 28.377741], [98.303198, 28.381588], [98.301464, 28.38872], [98.289313, 28.396919], [98.278945, 28.397492], [98.277245, 28.395344], [98.278468, 28.393285], [98.277052, 28.388486], [98.266267, 28.381019], [98.247705, 28.379138], [98.236494, 28.373407], [98.232955, 28.369125], [98.228771, 28.356397], [98.209319, 28.361881], [98.204978, 28.358374], [98.203719, 28.352678], [98.20467, 28.340834], [98.206939, 28.333516], [98.217871, 28.324252], [98.227146, 28.320643], [98.238079, 28.305141], [98.239929, 28.292502], [98.244473, 28.279916], [98.254029, 28.271406], [98.266021, 28.252718], [98.266641, 28.247484], [98.265152, 28.243384], [98.253028, 28.241639], [98.240245, 28.236578], [98.209291, 28.219612], [98.201708, 28.223405], [98.181456, 28.220692], [98.167045, 28.212567], [98.167222, 28.183685], [98.170337, 28.180096], [98.168822, 28.164402], [98.159007, 28.163533], [98.145482, 28.151061], [98.135519, 28.144372], [98.131154, 28.153497], [98.126044, 28.158769], [98.116692, 28.163814], [98.097989, 28.169105], [98.09479, 28.174273], [98.090852, 28.194207], [98.088534, 28.198531], [98.083592, 28.20159], [98.075717, 28.204297], [98.054676, 28.202943], [98.052042, 28.200946], [98.050862, 28.193715], [98.047908, 28.1899], [98.040772, 28.188793], [98.028221, 28.191131], [98.020592, 28.195807], [98.011609, 28.20442], [98.008164, 28.211188], [98.00841, 28.218817], [98.01973, 28.247118], [98.018377, 28.259792], [98.01247, 28.267913], [97.991552, 28.289447], [97.983677, 28.292892], [97.96362, 28.296214], [97.955991, 28.29929], [97.952546, 28.303597], [97.953462, 28.306548], [97.958015, 28.308506], [97.959806, 28.31381], [97.963497, 28.316394], [97.963251, 28.318978], [97.955, 28.325185], [97.948705, 28.325175], [97.943585, 28.327545], [97.937042, 28.338051], [97.928551, 28.343096], [97.912432, 28.363645], [97.906895, 28.366352], [97.881257, 28.365968], [97.873302, 28.364998], [97.864566, 28.36143], [97.854845, 28.354785], [97.848324, 28.348141], [97.846355, 28.332021], [97.844755, 28.330422], [97.838726, 28.32993], [97.816891, 28.33331], [97.806118, 28.329807], [97.79812, 28.329807], [97.794674, 28.332637], [97.784954, 28.359215], [97.781168, 28.364573], [97.772772, 28.374104], [97.764897, 28.379887], [97.754315, 28.378411], [97.749023, 28.380749], [97.745332, 28.3901], [97.739795, 28.398591], [97.740287, 28.405112], [97.74324, 28.41188], [97.73598, 28.420739], [97.736349, 28.433044], [97.739672, 28.441042], [97.739303, 28.446703], [97.736719, 28.45064], [97.737211, 28.470574], [97.729582, 28.479064], [97.72023, 28.495307], [97.709771, 28.501459], [97.696359, 28.503305], [97.691683, 28.506012], [97.69058, 28.51533], [97.686392, 28.521147], [97.671995, 28.522624], [97.66855, 28.5257], [97.664735, 28.533944], [97.63508, 28.534805], [97.624155, 28.518853], [97.602227, 28.518317], [97.599027, 28.519793], [97.59792, 28.531729], [97.594598, 28.536159], [97.587092, 28.543173], [97.581554, 28.546003], [97.576387, 28.546223], [97.569865, 28.543911], [97.556945, 28.528776], [97.54464, 28.522377], [97.537872, 28.511426], [97.519784, 28.498137], [97.508094, 28.496045], [97.506864, 28.493461], [97.508833, 28.463314], [97.51843, 28.453101], [97.521138, 28.445718], [97.517692, 28.439566], [97.512893, 28.435628], [97.500096, 28.429722], [97.498883, 28.426931], [97.499902, 28.423567], [97.506741, 28.415694], [97.506126, 28.407942], [97.503542, 28.40179], [97.487176, 28.390716], [97.483239, 28.386532], [97.482008, 28.382348], [97.486315, 28.370536], [97.491975, 28.362414], [97.492098, 28.349002], [97.493795, 28.346683], [97.515231, 28.335344], [97.518677, 28.330791], [97.516216, 28.322793], [97.511294, 28.317994], [97.506741, 28.316148], [97.48853, 28.315902], [97.476102, 28.312457], [97.470811, 28.30938], [97.46835, 28.305443], [97.468473, 28.300029], [97.480039, 28.283786], [97.47967, 28.281695], [97.474379, 28.279357], [97.464904, 28.271482], [97.459859, 28.271482], [97.446816, 28.277757], [97.430232, 28.292712], [97.420361, 28.296091], [97.415439, 28.29363], [97.402888, 28.283171], [97.401042, 28.278987], [97.402455, 28.272528], [97.413839, 28.253886], [97.411255, 28.249825], [97.382093, 28.237766], [97.37471, 28.237643], [97.370895, 28.24035], [97.358098, 28.241581], [97.352315, 28.239489], [97.347762, 28.23026], [97.346778, 28.21611], [97.348377, 28.210942], [97.360313, 28.20319], [97.361421, 28.199867], [97.357979, 28.181183], [97.357522, 28.161938], [97.347723, 28.150073], [97.334679, 28.146462], [97.329597, 28.144007], [97.328397, 28.141894], [97.327712, 28.139781], [97.330567, 28.133956], [97.343245, 28.123277], [97.343187, 28.113954], [97.310294, 28.093067], [97.306468, 28.082845], [97.306525, 28.071766], [97.309095, 28.063885], [97.313093, 28.06063], [97.320574, 28.058346], [97.375739, 28.067369], [97.377923, 28.064286], [97.372427, 28.044355], [97.375967, 28.037102], [97.381907, 28.032876], [97.390987, 28.032591], [97.398182, 28.030249], [97.408347, 28.022026], [97.410346, 28.018485], [97.409775, 28.012261], [97.407434, 28.00912], [97.394856, 27.99802], [97.389002, 27.990025], [97.382179, 27.977329], [97.380436, 27.970608], [97.377962, 27.935773], [97.379865, 27.929111], [97.385195, 27.921687], [97.385195, 27.919022], [97.381959, 27.913882], [97.374155, 27.907791], [97.374375, 27.904601], [97.381769, 27.895798], [97.384053, 27.890278], [97.383482, 27.882854], [97.368254, 27.874288], [97.361781, 27.873526], [97.342746, 27.881521], [97.327136, 27.883044], [97.324091, 27.886851], [97.322786, 27.899931], [97.311478, 27.914923], [97.308839, 27.915869], [97.290237, 27.912104], [97.264492, 27.90067], [97.237209, 27.881769], [97.199638, 27.847099], [97.192499, 27.837284], [97.185658, 27.831633], [97.172274, 27.825535], [97.167664, 27.814084], [97.152495, 27.806053], [97.142382, 27.80412], [97.13911, 27.801889], [97.137474, 27.796089], [97.128997, 27.789843], [97.102144, 27.780847], [97.099146, 27.777278], [97.097647, 27.769354], [97.097724, 27.753085], [97.092394, 27.744424], [97.087159, 27.741093], [97.063428, 27.746696], [97.052808, 27.744694], [97.056234, 27.754021], [97.056083, 27.763866], [97.048415, 27.777729], [97.048117, 27.785414], [97.050958, 27.794822], [97.056575, 27.80329], [97.049977, 27.811205], [97.047184, 27.821548], [97.041354, 27.82131], [97.027968, 27.814544], [97.011988, 27.813036], [97.002037, 27.809568], [96.99857, 27.810775], [96.995404, 27.814544], [96.992238, 27.82374], [96.981986, 27.835705], [96.977915, 27.848465], [96.971282, 27.856757], [96.962537, 27.862938], [96.945258, 27.868187], [96.931179, 27.878015], [96.918063, 27.882538], [96.898614, 27.881482], [96.884744, 27.875753], [96.878412, 27.87515], [96.856897, 27.878798], [96.83584, 27.890897], [96.827906, 27.891433], [96.817119, 27.895944], [96.811473, 27.905453], [96.801975, 27.91269], [96.798055, 27.925053], [96.794286, 27.930631], [96.761872, 27.935757], [96.749661, 27.947215], [96.730815, 27.951587], [96.715348, 27.959391], [96.705894, 27.959736], [96.686299, 27.954982], [96.678199, 27.95822], [96.67123, 27.966397], [96.65664, 27.97601], [96.648047, 27.990484], [96.638699, 27.997569], [96.631014, 28.020306], [96.625303, 28.029062], [96.606839, 28.0441], [96.588374, 28.048478], [96.584186, 28.052095], [96.581902, 28.0599], [96.577143, 28.063707], [96.571813, 28.065991], [96.55233, 28.065878], [96.544043, 28.075193], [96.518866, 28.080168], [96.515097, 28.079112], [96.508916, 28.074288], [96.503639, 28.067654], [96.495423, 28.078386], [96.486618, 28.097457], [96.483747, 28.117078], [96.46928, 28.138969], [96.455955, 28.152675], [96.450976, 28.155775], [96.429686, 28.162764], [96.419787, 28.162002], [96.396944, 28.153246], [96.395209, 28.147012], [96.400575, 28.136087], [96.398087, 28.127357], [96.395612, 28.124692], [96.366868, 28.12374], [96.358683, 28.125263], [96.34725, 28.13088], [96.328336, 28.132266], [96.297109, 28.144049], [96.291867, 28.152413], [96.281588, 28.186177], [96.28273, 28.216444], [96.2774, 28.225962], [96.27169, 28.231863], [96.268458, 28.232373], [96.244129, 28.233098], [96.228732, 28.23134], [96.194214, 28.21949], [96.156333, 28.215492], [96.120927, 28.214541], [96.097323, 28.216063], [96.091231, 28.214921], [96.08514, 28.211495], [96.077526, 28.2035], [96.068769, 28.198931], [96.060774, 28.196837], [96.020609, 28.195124], [95.983549, 28.199583], [95.977363, 28.20339], [95.967304, 28.212229], [95.962605, 28.218503], [95.939053, 28.23813], [95.929899, 28.240239], [95.914149, 28.239724], [95.908022, 28.242348], [95.902407, 28.250634], [95.900506, 28.266921], [95.896223, 28.278105], [95.875522, 28.296665], [95.871953, 28.297141], [95.853127, 28.289188], [95.835547, 28.294523], [95.826743, 28.294523], [95.799141, 28.276439], [95.791289, 28.27287], [95.783199, 28.271442], [95.775822, 28.272632], [95.766067, 28.277391], [95.745603, 28.276677], [95.728709, 28.272394], [95.715384, 28.26597], [95.683023, 28.259069], [95.623775, 28.225995], [95.538828, 28.186734], [95.436273, 28.162701], [95.395585, 28.143665], [95.379404, 28.127247], [95.369886, 28.110829], [95.364652, 28.085844], [95.358039, 28.075117], [95.357275, 28.061574], [95.350137, 28.038969], [95.322297, 28.012319], [95.304031, 27.967381], [95.291896, 27.948345], [95.279285, 27.93621], [95.267863, 27.929071], [95.246924, 27.920029], [95.169116, 27.89219], [95.109867, 27.86435], [95.065371, 27.839128], [95.019448, 27.8308], [95.003743, 27.825803], [94.973048, 27.805577], [94.941163, 27.788921], [94.890243, 27.746329], [94.881439, 27.742284], [94.814576, 27.720868], [94.800537, 27.714206], [94.78626, 27.703736], [94.775553, 27.698739], [94.75271, 27.691601], [94.722624, 27.686137], [94.7006, 27.675183], [94.681564, 27.66162], [94.65539, 27.649485], [94.607087, 27.629021], [94.544745, 27.607368], [94.528803, 27.599278], [94.511195, 27.595471], [94.475979, 27.602133], [94.463605, 27.597136], [94.447901, 27.587381], [94.439811, 27.585477], [94.420299, 27.585953], [94.400788, 27.589284], [94.394601, 27.58857], [94.382704, 27.583811], [94.352485, 27.579528], [94.344157, 27.580242], [94.322741, 27.586429], [94.29514, 27.586429], [94.277532, 27.58286], [94.270155, 27.578577], [94.240509, 27.547152], [94.218047, 27.536611], [94.174265, 27.488546], [94.161891, 27.478076], [94.134766, 27.449523], [94.085511, 27.407168], [94.059337, 27.380994], [94.026976, 27.355534], [94.018172, 27.350299], [93.978435, 27.316511], [93.945123, 27.276298], [93.875642, 27.211101], [93.85732, 27.187782], [93.850182, 27.177074], [93.847089, 27.168746], [93.845661, 27.161846], [93.847327, 27.11854], [93.843757, 27.056674], [93.841616, 27.047632], [93.837809, 27.040493], [93.833288, 27.035734], [93.819963, 27.027644], [93.807352, 27.024313], [93.747627, 27.016223], [93.735968, 27.012178], [93.720263, 27.006229], [93.697659, 26.990287], [93.624371, 26.955547], [93.570357, 26.939604], [93.522054, 26.933655], [93.498531, 26.932851], [93.28525, 26.912954], [93.248845, 26.911051], [93.190072, 26.89725], [93.095369, 26.880118], [93.075144, 26.880831], [93.040642, 26.887494], [92.942608, 26.911526], [92.921193, 26.915096], [92.90882, 26.915572], [92.871462, 26.910099], [92.806741, 26.89606], [92.793416, 26.896774], [92.780805, 26.901057], [92.715369, 26.9313], [92.677298, 26.951287], [92.663259, 26.954381], [92.649458, 26.954143], [92.591162, 26.950811], [92.557135, 26.946766], [92.524775, 26.937724], [92.503597, 26.928444], [92.470523, 26.919165], [92.425075, 26.909171], [92.387058, 26.904892], [92.357514, 26.905126], [92.318491, 26.901509], [92.290509, 26.896179], [92.204077, 26.874883], [92.168385, 26.870124], [92.105449, 26.857037], [92.10961, 26.890233], [92.11495, 26.905608], [92.11271, 26.930632], [92.121972, 26.949482], [92.122274, 26.962147], [92.11157, 26.976017], [92.103428, 26.98265], [92.101469, 26.988078], [92.101167, 27.001948], [92.098755, 27.006018], [92.094081, 27.010994], [92.079759, 27.017024], [92.077799, 27.019587], [92.076894, 27.042051], [92.070261, 27.047177], [92.045536, 27.053056], [92.04041, 27.056524], [92.036188, 27.061951], [92.026992, 27.083812], [92.023072, 27.107482], [92.025484, 27.119844], [92.032118, 27.131151], [92.034379, 27.13884], [92.03061, 27.161907], [92.031515, 27.173365], [92.039053, 27.1803], [92.050661, 27.185878], [92.05639, 27.190853], [92.066341, 27.214523], [92.068977, 27.240785], [92.077733, 27.256584], [92.09128, 27.271128], [92.108032, 27.271178], [92.114289, 27.273298], [92.11878, 27.275972], [92.125108, 27.283318], [92.115598, 27.291637], [92.044089, 27.429525], [92.038283, 27.437211], [92.023149, 27.446634], [92.020294, 27.451631], [92.014155, 27.476044], [92.011871, 27.477614], [92.007873, 27.478328], [91.981747, 27.469762], [91.949767, 27.467335], [91.939202, 27.46862], [91.90451, 27.4779], [91.883094, 27.48618], [91.862964, 27.486609], [91.834887, 27.493024], [91.811282, 27.488646], [91.793008, 27.482935], [91.75665, 27.468277], [91.741992, 27.465612], [91.715342, 27.472084], [91.689835, 27.486552], [91.678794, 27.490168], [91.669847, 27.49645], [91.663375, 27.508823], [91.660329, 27.510727], [91.622365, 27.514523], [91.616486, 27.519499], [91.610757, 27.533067], [91.606083, 27.538193], [91.59764, 27.538193], [91.58377, 27.544374], [91.57985, 27.548897], [91.575629, 27.562315], [91.564774, 27.574527], [91.561457, 27.584025], [91.56387, 27.591714], [91.574121, 27.598046], [91.578192, 27.60287], [91.576986, 27.606489], [91.565076, 27.619605], [91.561307, 27.626389], [91.559648, 27.633324], [91.561005, 27.64041], [91.567186, 27.653376], [91.620104, 27.696795], [91.624325, 27.705087], [91.622667, 27.710364], [91.630959, 27.718958], [91.635633, 27.728606], [91.636236, 27.735391], [91.633974, 27.744135], [91.635029, 27.747753], [91.640155, 27.753934], [91.643171, 27.762226], [91.633823, 27.782579], [91.63126, 27.7966], [91.619199, 27.812581], [91.610304, 27.821325], [91.602977, 27.822941], [91.591841, 27.818087], [91.572139, 27.814661], [91.561574, 27.81823], [91.546583, 27.8198], [91.541444, 27.82494], [91.541444, 27.828795], [91.556006, 27.857063], [91.559004, 27.859347], [91.571282, 27.861346], [91.578706, 27.859918], [91.588414, 27.853922], [91.591698, 27.853779], [91.602691, 27.859347], [91.61397, 27.860346], [91.620251, 27.868627], [91.619966, 27.874337], [91.615968, 27.885188], [91.609829, 27.893754], [91.600407, 27.899607], [91.589556, 27.90389], [91.579705, 27.90389], [91.574851, 27.903034], [91.562288, 27.89561], [91.554293, 27.893754], [91.551295, 27.895324], [91.550153, 27.899036], [91.549025, 27.916578], [91.537871, 27.921059], [91.525311, 27.923021], [91.508179, 27.934443], [91.495615, 27.935585], [91.483766, 27.941724], [91.481624, 27.949148], [91.488049, 27.965994], [91.488049, 27.973989], [91.484765, 27.976702], [91.475628, 27.978701], [91.47006, 27.98227], [91.465491, 27.992121], [91.462946, 28.00599], [91.460662, 28.007703], [91.444482, 28.010368], [91.432489, 28.006561], [91.421448, 28.019124], [91.40978, 28.020798], [91.398419, 28.031036], [91.387375, 28.032069], [91.377857, 28.03797], [91.367387, 28.047868], [91.351588, 28.051295], [91.345877, 28.060622], [91.341879, 28.063668], [91.334455, 28.065571], [91.322844, 28.063287], [91.314658, 28.063478], [91.311613, 28.058528], [91.310661, 28.051866], [91.314849, 28.0433], [91.31047, 28.033401], [91.303808, 28.028833], [91.296003, 28.029404], [91.290673, 28.026548], [91.279252, 28.007893], [91.272269, 27.989087], [91.257397, 27.975554], [91.252787, 27.974215], [91.244607, 27.975405], [91.238956, 27.977636], [91.223192, 27.98879], [91.214269, 27.991913], [91.18988, 27.985815], [91.186608, 27.979569], [91.165994, 27.968051], [91.169907, 27.95296], [91.163111, 27.939713], [91.15047, 27.92618], [91.154634, 27.895396], [91.149726, 27.888703], [91.133219, 27.874427], [91.115819, 27.850483], [91.09557, 27.851236], [91.079009, 27.854662], [91.049884, 27.857137], [91.029505, 27.860722], [91.01838, 27.86576], [90.994258, 27.886264], [90.970136, 27.899079], [90.962899, 27.904506], [90.963351, 27.907823], [90.968327, 27.914909], [90.970437, 27.926065], [90.978729, 27.939332], [90.978428, 27.941745], [90.963351, 27.955615], [90.930485, 27.94476], [90.915258, 27.950037], [90.898222, 27.94868], [90.891588, 27.950338], [90.879527, 27.959082], [90.859325, 27.968279], [90.8444, 27.971596], [90.835957, 27.987124], [90.803365, 28.016935], [90.803603, 28.034186], [90.800509, 28.044418], [90.79349, 28.046084], [90.782663, 28.042039], [90.777072, 28.04418], [90.754229, 28.047154], [90.726508, 28.064643], [90.712231, 28.070235], [90.701286, 28.077731], [90.686652, 28.077849], [90.68344, 28.072615], [90.673446, 28.062859], [90.660954, 28.054174], [90.631449, 28.046679], [90.620647, 28.045695], [90.600635, 28.027524], [90.592306, 28.02455], [90.58267, 28.029665], [90.569821, 28.044299], [90.565181, 28.04763], [90.546978, 28.052389], [90.517948, 28.064643], [90.509689, 28.066654], [90.486539, 28.050486], [90.476546, 28.047392], [90.461317, 28.047868], [90.452037, 28.050962], [90.448587, 28.053936], [90.444899, 28.060717], [90.437879, 28.065357], [90.409564, 28.067142], [90.400998, 28.066547], [90.387554, 28.06274], [90.379583, 28.063811], [90.37637, 28.067142], [90.366971, 28.089866], [90.361856, 28.09748], [90.344129, 28.110448], [90.325926, 28.131149], [90.322, 28.133529], [90.304154, 28.136741], [90.295215, 28.157395], [90.26287, 28.151494], [90.247879, 28.150304], [90.228487, 28.145902], [90.219683, 28.145783], [90.212663, 28.148995], [90.199338, 28.15887], [90.188702, 28.16163], [90.18499, 28.166699], [90.181992, 28.179476], [90.172058, 28.186757], [90.157067, 28.192611], [90.126107, 28.193382], [90.122854, 28.192045], [90.12109, 28.186757], [90.121558, 28.168556], [90.101959, 28.142642], [90.099246, 28.142071], [90.096391, 28.147354], [90.084229, 28.154345], [90.070999, 28.156461], [90.059857, 28.153008], [90.044453, 28.140171], [90.04135, 28.138352], [90.036643, 28.138245], [90.027336, 28.14445], [90.016104, 28.166166], [90.002598, 28.173679], [89.98708, 28.187074], [89.978378, 28.190969], [89.968265, 28.191415], [89.938373, 28.189631], [89.906994, 28.182938], [89.90283, 28.183236], [89.895989, 28.188292], [89.87963, 28.213128], [89.865205, 28.227404], [89.856579, 28.230081], [89.84379, 28.229189], [89.835759, 28.231271], [89.82178, 28.242871], [89.809882, 28.243466], [89.804826, 28.248671], [89.801554, 28.248671], [89.79397, 28.244507], [89.787724, 28.231866], [89.771811, 28.226363], [89.771365, 28.22443], [89.78118, 28.219374], [89.785642, 28.214169], [89.777314, 28.200338], [89.767201, 28.193943], [89.741324, 28.186061], [89.724073, 28.172974], [89.720206, 28.172974], [89.68392, 28.183979], [89.677079, 28.181005], [89.67113, 28.171338], [89.640941, 28.17], [89.629192, 28.167174], [89.609115, 28.167026], [89.6051, 28.16539], [89.601233, 28.162118], [89.573423, 28.123898], [89.557957, 28.11676], [89.549767, 28.108717], [89.543774, 28.096191], [89.536654, 28.088931], [89.533799, 28.088217], [89.516191, 28.091786], [89.48383, 28.053953], [89.460987, 28.034203], [89.460799, 28.031613], [89.46599, 28.027863], [89.471457, 28.020402], [89.471695, 28.012074], [89.46646, 28.007315], [89.460749, 28.005887], [89.458846, 28.00327], [89.4553, 27.988586], [89.435808, 27.954082], [89.409396, 27.924339], [89.392502, 27.897927], [89.377987, 27.880557], [89.367279, 27.871039], [89.345388, 27.865091], [89.323259, 27.852955], [89.303986, 27.851052], [89.298989, 27.848672], [89.284236, 27.834633], [89.274956, 27.82226], [89.265676, 27.81298], [89.245451, 27.800131], [89.237599, 27.792041], [89.225225, 27.766105], [89.229271, 27.743738], [89.229509, 27.730413], [89.226891, 27.727558], [89.206904, 27.723513], [89.202145, 27.721133], [89.197386, 27.706618], [89.184537, 27.688535], [89.182871, 27.684014], [89.184299, 27.677827], [89.182633, 27.67402], [89.156221, 27.659505], [89.148607, 27.653794], [89.141468, 27.647132], [89.139089, 27.639042], [89.130285, 27.634045], [89.123728, 27.614931], [89.125619, 27.611221], [89.146227, 27.597639], [89.149559, 27.593832], [89.153096, 27.585228], [89.160571, 27.577791], [89.160761, 27.573033], [89.158667, 27.567893], [89.149321, 27.556474], [89.124574, 27.542911], [89.111963, 27.541246], [89.106252, 27.537439], [89.103873, 27.531728], [89.105301, 27.520069], [89.103635, 27.511503], [89.094593, 27.484853], [89.095069, 27.474145], [89.107204, 27.462486], [89.117912, 27.441784], [89.130523, 27.445116], [89.134092, 27.443688], [89.137185, 27.433456], [89.1517, 27.422749], [89.163122, 27.4099], [89.163597, 27.396813], [89.170498, 27.388247], [89.179778, 27.381108], [89.178588, 27.373732], [89.170736, 27.369211], [89.159696, 27.35809], [89.159314, 27.339706], [89.153128, 27.324239], [89.150272, 27.32067], [89.125288, 27.316387], [89.088644, 27.297113], [89.080792, 27.290451], [89.070798, 27.28593], [89.069609, 27.283312], [89.071036, 27.250714], [89.067705, 27.245479], [89.058425, 27.239292], [89.048194, 27.235247], [89.035344, 27.233344], [89.001501, 27.223556], [88.982846, 27.213086], [88.978848, 27.213848], [88.961906, 27.234787], [88.948581, 27.261437], [88.923835, 27.274], [88.908807, 27.275214], [88.912889, 27.291513], [88.91308, 27.305409], [88.91841, 27.314737], [88.918877, 27.323797], [88.916826, 27.328817], [88.914222, 27.330346], [88.897851, 27.331488], [88.893854, 27.334915], [88.885668, 27.346717], [88.880529, 27.358709], [88.866252, 27.370702], [88.862445, 27.38555], [88.853498, 27.387072], [88.838841, 27.379648], [88.835795, 27.380981], [88.825135, 27.403824], [88.807812, 27.407631], [88.80629, 27.409535], [88.809906, 27.420004], [88.809906, 27.425524], [88.805338, 27.426286], [88.796201, 27.431045], [88.795249, 27.44456], [88.787635, 27.454459], [88.781924, 27.466071], [88.782114, 27.478824], [88.790109, 27.491959], [88.786683, 27.49767], [88.786683, 27.50319], [88.795439, 27.524891], [88.79582, 27.529269], [88.795249, 27.532505], [88.782685, 27.535551], [88.778878, 27.538596], [88.775452, 27.554396], [88.769741, 27.564866], [88.771074, 27.568673], [88.775071, 27.571719], [88.788206, 27.575335], [88.808955, 27.601414], [88.812571, 27.612836], [88.810477, 27.636821], [88.813142, 27.64158], [88.81714, 27.645387], [88.835605, 27.651859], [88.840173, 27.655856], [88.850452, 27.672227], [88.851023, 27.679461], [88.84893, 27.685362], [88.850643, 27.696212], [88.847216, 27.702684], [88.839576, 27.709459], [88.839602, 27.712202], [88.859018, 27.719055], [88.865871, 27.731809], [88.868156, 27.739233], [88.867394, 27.747989], [88.857052, 27.753053], [88.856734, 27.755223], [88.858447, 27.777114], [88.863968, 27.79634], [88.862254, 27.814424], [88.864158, 27.81804], [88.879006, 27.827178], [88.883003, 27.831936], [88.887762, 27.855541], [88.8811, 27.870198], [88.88129, 27.891708], [88.880719, 27.895135], [88.876151, 27.900846], [88.874437, 27.911315], [88.861303, 27.92464], [88.840935, 27.925592], [88.84379, 27.958904], [88.842613, 28.002766], [88.839377, 28.013236], [88.812346, 28.024467], [88.79274, 28.046548], [88.777892, 28.054163], [88.767232, 28.067107], [88.761521, 28.072437], [88.756762, 28.074531], [88.7501, 28.074912], [88.734681, 28.072247], [88.70251, 28.074531], [88.678335, 28.069772], [88.669959, 28.076054], [88.665391, 28.088617], [88.657015, 28.094138], [88.652446, 28.099658], [88.646545, 28.113364], [88.639883, 28.114887], [88.634363, 28.112412], [88.617611, 28.094138], [88.60086, 28.08462], [88.586773, 28.081764], [88.575542, 28.085191], [88.563359, 28.085001], [88.560885, 28.082526], [88.559743, 28.076815], [88.560504, 28.048262], [88.559362, 28.040267], [88.556507, 28.033033], [88.552319, 28.030558], [88.531951, 28.034175], [88.513105, 28.043883], [88.501874, 28.044645], [88.480745, 28.035317], [88.476176, 28.018376], [88.470656, 28.012665], [88.456569, 28.010952], [88.436391, 28.005622], [88.429539, 28.002195], [88.414318, 27.985455], [88.40678, 27.981536], [88.401352, 27.980782], [88.394266, 27.982289], [88.37723, 27.989224], [88.364415, 27.992089], [88.339238, 27.986209], [88.310442, 27.971284], [88.293079, 27.966437], [88.28713, 27.959596], [88.267499, 27.947698], [88.256792, 27.937883], [88.253818, 27.938478], [88.251736, 27.942642], [88.245192, 27.972683], [88.24311, 27.97417], [88.225264, 27.961678], [88.222587, 27.961678], [88.217531, 27.968519], [88.215151, 27.969708], [88.213367, 27.968519], [88.207418, 27.94978], [88.204444, 27.947996], [88.180649, 27.951862], [88.168745, 27.955511], [88.162542, 27.959152], [88.144793, 27.961334], [88.140796, 27.958859], [88.136746, 27.95274], [88.135088, 27.936609], [88.132426, 27.930855], [88.119095, 27.918884], [88.138521, 27.888718], [88.14097, 27.880145], [88.131548, 27.877491], [88.122503, 27.877189], [88.11798, 27.872365], [88.103657, 27.868596], [88.090993, 27.875229], [88.083455, 27.891813], [88.0726, 27.892265], [88.055263, 27.890155], [88.037473, 27.903573], [88.029181, 27.902819], [88.009129, 27.89317], [87.996164, 27.888949], [87.982293, 27.887893], [87.97174, 27.890456], [87.942492, 27.911261], [87.917013, 27.912769], [87.873292, 27.911864], [87.865302, 27.916086], [87.863342, 27.920609], [87.861231, 27.94066], [87.857914, 27.943675], [87.846004, 27.948952], [87.837109, 27.950611], [87.831682, 27.948198], [87.829269, 27.94458], [87.827159, 27.930107], [87.82339, 27.92287], [87.790222, 27.90116], [87.784041, 27.894979], [87.779216, 27.875531], [87.773487, 27.862414], [87.755697, 27.841157], [87.743335, 27.831659], [87.7364, 27.814472], [87.733083, 27.808743], [87.729766, 27.806481], [87.723434, 27.805577], [87.707453, 27.808894], [87.695091, 27.809497], [87.670667, 27.806029], [87.667199, 27.813266], [87.667652, 27.832111], [87.664636, 27.835579], [87.658757, 27.836332], [87.646054, 27.834459], [87.642354, 27.832455], [87.626192, 27.815527], [87.619106, 27.811004], [87.615036, 27.809949], [87.600864, 27.814773], [87.590612, 27.82201], [87.59016, 27.841458], [87.58428, 27.854575], [87.576893, 27.861962], [87.560361, 27.865947], [87.554234, 27.864876], [87.536639, 27.84583], [87.520809, 27.843418], [87.509351, 27.844323], [87.494576, 27.843117], [87.480857, 27.839649], [87.468947, 27.830905], [87.454775, 27.82593], [87.445277, 27.825628], [87.4103, 27.830302], [87.404491, 27.829747], [87.402952, 27.834129], [87.405161, 27.837357], [87.418793, 27.841026], [87.426808, 27.840208], [87.432001, 27.842662], [87.433264, 27.846499], [87.430275, 27.85055], [87.426892, 27.852231], [87.425205, 27.859614], [87.419904, 27.860345], [87.413559, 27.856111], [87.381487, 27.841946], [87.36822, 27.829282], [87.359174, 27.824458], [87.352842, 27.825061], [87.345606, 27.829584], [87.339123, 27.825061], [87.333846, 27.824006], [87.326911, 27.825362], [87.318167, 27.827775], [87.308669, 27.832901], [87.294045, 27.844208], [87.28729, 27.846025], [87.269169, 27.846771], [87.250927, 27.841192], [87.235549, 27.829433], [87.231629, 27.823402], [87.226353, 27.820236], [87.206, 27.81707], [87.192129, 27.817221], [87.167254, 27.821895], [87.157153, 27.825965], [87.149162, 27.83275], [87.143584, 27.835011], [87.129412, 27.836217], [87.121573, 27.839082], [87.116296, 27.844208], [87.109813, 27.863807], [87.10529, 27.871043], [87.090817, 27.888532], [87.082676, 27.895919], [87.081319, 27.904513], [87.075138, 27.917328], [87.070162, 27.923057], [87.034281, 27.948083], [87.014682, 27.953511], [86.982268, 27.952606], [86.954678, 27.955923], [86.934778, 27.961953], [86.930255, 27.970698], [86.929953, 27.979894], [86.928144, 27.983211], [86.912917, 27.990598], [86.892413, 27.993161], [86.887013, 27.995986], [86.875663, 28.006866], [86.866859, 28.022808], [86.862576, 28.02614], [86.85163, 28.02614], [86.83545, 28.016622], [86.823076, 28.015432], [86.816652, 28.017098], [86.809752, 28.02257], [86.788574, 28.022808], [86.767873, 28.033754], [86.760259, 28.03542], [86.751217, 28.044699], [86.750027, 28.04922], [86.7555, 28.066115], [86.762876, 28.072063], [86.762876, 28.074205], [86.749313, 28.076822], [86.747172, 28.078726], [86.744792, 28.089909], [86.737416, 28.09562], [86.719332, 28.102996], [86.707197, 28.1049], [86.675788, 28.100141], [86.66627, 28.096334], [86.659845, 28.090385], [86.652231, 28.078726], [86.645807, 28.073015], [86.640572, 28.069922], [86.634147, 28.069208], [86.624154, 28.070398], [86.611067, 28.074443], [86.604166, 28.083723], [86.601073, 28.096096], [86.596076, 28.102044], [86.578706, 28.108707], [86.573233, 28.109421], [86.566333, 28.107041], [86.563953, 28.105376], [86.563239, 28.099665], [86.562526, 28.065639], [86.557291, 28.055645], [86.552532, 28.052314], [86.537779, 28.048269], [86.532068, 28.044461], [86.530971, 28.026932], [86.515667, 28], [86.514009, 27.983031], [86.517727, 27.972918], [86.512522, 27.961467], [86.509548, 27.957898], [86.475492, 27.94496], [86.471625, 27.940647], [86.468205, 27.930534], [86.458241, 27.915662], [86.441287, 27.91016], [86.411395, 27.909268], [86.37838, 27.937672], [86.365144, 27.940349], [86.34938, 27.939606], [86.343729, 27.944216], [86.335122, 27.965746], [86.315192, 27.948923], [86.305658, 27.957898], [86.299858, 27.970093], [86.295694, 27.974852], [86.289894, 27.977677], [86.275915, 27.979462], [86.266992, 27.978421], [86.251109, 27.973406], [86.226987, 27.977528], [86.225351, 27.979908], [86.222305, 27.999877], [86.222442, 28.017459], [86.219586, 28.037684], [86.210545, 28.056006], [86.207927, 28.074328], [86.208403, 28.082894], [86.210307, 28.087653], [86.2134, 28.093126], [86.222324, 28.099927], [86.221776, 28.103738], [86.211877, 28.12049], [86.201407, 28.129817], [86.1976, 28.15799], [86.191509, 28.16884], [86.185989, 28.171886], [86.18161, 28.171124], [86.178184, 28.166937], [86.174377, 28.144094], [86.148679, 28.127533], [86.134592, 28.11002], [86.125455, 28.090794], [86.095498, 28.094482], [86.087288, 28.092341], [86.083005, 28.089128], [86.081221, 28.084845], [86.088002, 28.060932], [86.086218, 28.041301], [86.081221, 28.020957], [86.082292, 28.009535], [86.095732, 27.996687], [86.10267, 27.9862], [86.110225, 27.959324], [86.126357, 27.93671], [86.125603, 27.92887], [86.123824, 27.927311], [86.099219, 27.923141], [86.051578, 27.902034], [86.015998, 27.91304], [85.995947, 27.913944], [85.979664, 27.922538], [85.96896, 27.93083], [85.94935, 27.940548], [85.954267, 27.952343], [85.95573, 27.964327], [85.97751, 27.98759], [85.977509, 27.994235], [85.926901, 28.030454], [85.8993, 28.052583], [85.894779, 28.064956], [85.894303, 28.071857], [85.899776, 28.089465], [85.898348, 28.10041], [85.890972, 28.110166], [85.87027, 28.12135], [85.867891, 28.126109], [85.866701, 28.143955], [85.849093, 28.176791], [85.845048, 28.18036], [85.829819, 28.184167], [85.809356, 28.193209], [85.786275, 28.199634], [85.777233, 28.204631], [85.771761, 28.20939], [85.752011, 28.234136], [85.743207, 28.252934], [85.737496, 28.271256], [85.731548, 28.318845], [85.723695, 28.342164], [85.719412, 28.368814], [85.713226, 28.380949], [85.708943, 28.385232], [85.679992, 28.381186], [85.680503, 28.346561], [85.670973, 28.344595], [85.666132, 28.339754], [85.662653, 28.324021], [85.658568, 28.317517], [85.647525, 28.288623], [85.634969, 28.272739], [85.622262, 28.262755], [85.613035, 28.25852], [85.599874, 28.255797], [85.597907, 28.256704], [85.597605, 28.258973], [85.598058, 28.294674], [85.596697, 28.30012], [85.562647, 28.307662], [85.55654, 28.310367], [85.548658, 28.310219], [85.542263, 28.312896], [85.525012, 28.325536], [85.502259, 28.332229], [85.462584, 28.330953], [85.44456, 28.335489], [85.42475, 28.328812], [85.417041, 28.325385], [85.410188, 28.31996], [85.394626, 28.294119], [85.387916, 28.287266], [85.375412, 28.279555], [85.372356, 28.281665], [85.355565, 28.28469], [85.349816, 28.288472], [85.342706, 28.298607], [85.327636, 28.29867], [85.317494, 28.292623], [85.294369, 28.287492], [85.274593, 28.285013], [85.270095, 28.295884], [85.267977, 28.296792], [85.252451, 28.294205], [85.245285, 28.310104], [85.203987, 28.341569], [85.186742, 28.331283], [85.175548, 28.327955], [85.165412, 28.326896], [85.153008, 28.328257], [85.12714, 28.334308], [85.116248, 28.342023], [85.11413, 28.347923], [85.11882, 28.36774], [85.126383, 28.38438], [85.1105, 28.416904], [85.109592, 28.423409], [85.113071, 28.432183], [85.112315, 28.437478], [85.108382, 28.442621], [85.10702, 28.447613], [85.106566, 28.464707], [85.109743, 28.473027], [85.117761, 28.483919], [85.141511, 28.488608], [85.150587, 28.492239], [85.158454, 28.500257], [85.166169, 28.530058], [85.183868, 28.54216], [85.185986, 28.546698], [85.187499, 28.560161], [85.186742, 28.567271], [85.182053, 28.580281], [85.180842, 28.596921], [85.194457, 28.615226], [85.184322, 28.64548], [85.180994, 28.646993], [85.156941, 28.646388], [85.151798, 28.649414], [85.14136, 28.664087], [85.116551, 28.682845], [85.103844, 28.682543], [85.084178, 28.672559], [85.080547, 28.672105], [85.066327, 28.678307], [85.057251, 28.67861], [85.048023, 28.671802], [85.03108, 28.654557], [85.018827, 28.646237], [85.003246, 28.627327], [84.990436, 28.615536], [84.984336, 28.595106], [84.981916, 28.593139], [84.959527, 28.586937], [84.954233, 28.586786], [84.947274, 28.595711], [84.942433, 28.598434], [84.929424, 28.600098], [84.907791, 28.597526], [84.892513, 28.593291], [84.879548, 28.587439], [84.857062, 28.573035], [84.787296, 28.611571], [84.777998, 28.613864], [84.744112, 28.616133], [84.736246, 28.619007], [84.726867, 28.626269], [84.697973, 28.641547], [84.702209, 28.671651], [84.694796, 28.676794], [84.681182, 28.680879], [84.670592, 28.686022], [84.659398, 28.698578], [84.649868, 28.719454], [84.635497, 28.730497], [84.615831, 28.737002], [84.583307, 28.738212], [84.568785, 28.742448], [84.555019, 28.748952], [84.522494, 28.744717], [84.503888, 28.745019], [84.48997, 28.738363], [84.480894, 28.741843], [84.470153, 28.751978], [84.45079, 28.76408], [84.441109, 28.767862], [84.440352, 28.773005], [84.443075, 28.784502], [84.442924, 28.790856], [84.441714, 28.794184], [84.433091, 28.802958], [84.430973, 28.809765], [84.433242, 28.823682], [84.427191, 28.828826], [84.406164, 28.830036], [84.403139, 28.831548], [84.404198, 28.837902], [84.409946, 28.845617], [84.4104, 28.84955], [84.409492, 28.853483], [84.403895, 28.861047], [84.397088, 28.86377], [84.374396, 28.867854], [84.35942, 28.864224], [84.345805, 28.870124], [84.339149, 28.869216], [84.328409, 28.863619], [84.32145, 28.86377], [84.310256, 28.87088], [84.287565, 28.879049], [84.270471, 28.897656], [84.264117, 28.898866], [84.256856, 28.897958], [84.242636, 28.891907], [84.234467, 28.891907], [84.229475, 28.89463], [84.223122, 28.912632], [84.22176, 28.929877], [84.226601, 28.94924], [84.235829, 28.969814], [84.24551, 29.001581], [84.248687, 29.02518], [84.248082, 29.036677], [84.237947, 29.046359], [84.229929, 29.050443], [84.220399, 29.052258], [84.208145, 29.051502], [84.198615, 29.049082], [84.190749, 29.048779], [84.189085, 29.050141], [84.188026, 29.062091], [84.190144, 29.079488], [84.205422, 29.121088], [84.204363, 29.12366], [84.180008, 29.129862], [84.176226, 29.132283], [84.17426, 29.138334], [84.172596, 29.156941], [84.16594, 29.170253], [84.163973, 29.179481], [84.163671, 29.184321], [84.168814, 29.197785], [84.172747, 29.201718], [84.188177, 29.208828], [84.196043, 29.214425], [84.200582, 29.227737], [84.201338, 29.235452], [84.200128, 29.240596], [84.190749, 29.244529], [84.180001, 29.245066], [84.140223, 29.240747], [84.132659, 29.241503], [84.124642, 29.244831], [84.117078, 29.253303], [84.117683, 29.265405], [84.119548, 29.270598], [84.118137, 29.282499], [84.105581, 29.294298], [84.098169, 29.297172], [84.093025, 29.298231], [84.085915, 29.296567], [84.077293, 29.29097], [84.06867, 29.288852], [84.05914, 29.298534], [84.053694, 29.299895], [84.047367, 29.299167], [84.023288, 29.289911], [84.01769, 29.289911], [84.010278, 29.292634], [83.995278, 29.30192], [83.994607, 29.304936], [84.001424, 29.31629], [84.001305, 29.31855], [83.980319, 29.329209], [83.965852, 29.328257], [83.960142, 29.325592], [83.94872, 29.316455], [83.943009, 29.316836], [83.927019, 29.326354], [83.912933, 29.328067], [83.862679, 29.310173], [83.85811, 29.307318], [83.853732, 29.301607], [83.849164, 29.299704], [83.832793, 29.302559], [83.820229, 29.301226], [83.816612, 29.298181], [83.810508, 29.288139], [83.800242, 29.278384], [83.79929, 29.274957], [83.802145, 29.260109], [83.799861, 29.255921], [83.791676, 29.24983], [83.782729, 29.247165], [83.766549, 29.245833], [83.744277, 29.248878], [83.717246, 29.243739], [83.701488, 29.233161], [83.683553, 29.215185], [83.666051, 29.204702], [83.661787, 29.196955], [83.659496, 29.182468], [83.656332, 29.1754], [83.646053, 29.167406], [83.632157, 29.165502], [83.625494, 29.167215], [83.619783, 29.178637], [83.614073, 29.180159], [83.590659, 29.180921], [83.578857, 29.183776], [83.574479, 29.196149], [83.57524, 29.206429], [83.573527, 29.208332], [83.565341, 29.209474], [83.55944, 29.206238], [83.547638, 29.204906], [83.538311, 29.208903], [83.524986, 29.220325], [83.522321, 29.225084], [83.523653, 29.235744], [83.522321, 29.24469], [83.512422, 29.259729], [83.504237, 29.266581], [83.493387, 29.272102], [83.488628, 29.283523], [83.483869, 29.284665], [83.477968, 29.282191], [83.471686, 29.28181], [83.463881, 29.285998], [83.448272, 29.305414], [83.443397, 29.313491], [83.442119, 29.322145], [83.444285, 29.327863], [83.442848, 29.343832], [83.444544, 29.347564], [83.440473, 29.351936], [83.418764, 29.364148], [83.418728, 29.377475], [83.424945, 29.399728], [83.423889, 29.40802], [83.417557, 29.422644], [83.405496, 29.427016], [83.386651, 29.426563], [83.377605, 29.429277], [83.370467, 29.442768], [83.357158, 29.457522], [83.348207, 29.471189], [83.347453, 29.490035], [83.345191, 29.49501], [83.340669, 29.499533], [83.325441, 29.506317], [83.320165, 29.506166], [83.306279, 29.502044], [83.293768, 29.503837], [83.273067, 29.511451], [83.270925, 29.527156], [83.260931, 29.550475], [83.262121, 29.554282], [83.279015, 29.558327], [83.280919, 29.56023], [83.270211, 29.574507], [83.256172, 29.582835], [83.237137, 29.584501], [83.229285, 29.586642], [83.21477, 29.608295], [83.200731, 29.611865], [83.192165, 29.609009], [83.183837, 29.600443], [83.17646, 29.59735], [83.168132, 29.598064], [83.164325, 29.604012], [83.165039, 29.611627], [83.163611, 29.617337], [83.15909, 29.621382], [83.14529, 29.626617], [83.134582, 29.627569], [83.128871, 29.632328], [83.125778, 29.631852], [83.117212, 29.622572], [83.111739, 29.620193], [83.090562, 29.611627], [83.082071, 29.612939], [83.076717, 29.616657], [83.069727, 29.626919], [83.059763, 29.629298], [83.054856, 29.633165], [83.036712, 29.65458], [83.029276, 29.657554], [83.022435, 29.663949], [83.018123, 29.671534], [83.0092, 29.673318], [82.965626, 29.667072], [82.957893, 29.668411], [82.954472, 29.670641], [82.947482, 29.694436], [82.947185, 29.712877], [82.9454, 29.714513], [82.941088, 29.714513], [82.922201, 29.70782], [82.897216, 29.702764], [82.890078, 29.698005], [82.875801, 29.693841], [82.857806, 29.692354], [82.842191, 29.693841], [82.834309, 29.692354], [82.828509, 29.694287], [82.822858, 29.702615], [82.823156, 29.719718], [82.821668, 29.723584], [82.775269, 29.731318], [82.770956, 29.733697], [82.765008, 29.754071], [82.760397, 29.762994], [82.755044, 29.76805], [82.743741, 29.771917], [82.736305, 29.772066], [82.699424, 29.766861], [82.694516, 29.767902], [82.693772, 29.769984], [82.697788, 29.787086], [82.701803, 29.791696], [82.727525, 29.80552], [82.73229, 29.810137], [82.733628, 29.81787], [82.729762, 29.828281], [82.701506, 29.852819], [82.696003, 29.854752], [82.689311, 29.854752], [82.682619, 29.85267], [82.664773, 29.844193], [82.641573, 29.837055], [82.63384, 29.836757], [82.627296, 29.839137], [82.624619, 29.841814], [82.624768, 29.847614], [82.634435, 29.857132], [82.641276, 29.87007], [82.642019, 29.875126], [82.640829, 29.8781], [82.635178, 29.881372], [82.617481, 29.885388], [82.608112, 29.891485], [82.593835, 29.916023], [82.57242, 29.937884], [82.559574, 29.960063], [82.553626, 29.96249], [82.531672, 29.964207], [82.522154, 29.961828], [82.507431, 29.950823], [82.503118, 29.950971], [82.49469, 29.954089], [82.485963, 29.960837], [82.472134, 29.978283], [82.463996, 29.982138], [82.441296, 29.98842], [82.429018, 29.997271], [82.418739, 30.010406], [82.403891, 30.020828], [82.379763, 30.028823], [82.375623, 30.028823], [82.371911, 30.021542], [82.369341, 30.020114], [82.365201, 30.019829], [82.358633, 30.022827], [82.347783, 30.032678], [82.341644, 30.043956], [82.335077, 30.049953], [82.33165, 30.050952], [82.325511, 30.048953], [82.311663, 30.040815], [82.308808, 30.040673], [82.300241, 30.044099], [82.284251, 30.06166], [82.263265, 30.06737], [82.246418, 30.074509], [82.226431, 30.06837], [82.183029, 30.06994], [82.175605, 30.071225], [82.172464, 30.073366], [82.170751, 30.081933], [82.172179, 30.08593], [82.187455, 30.104062], [82.189454, 30.110629], [82.187598, 30.112913], [82.182028, 30.113656], [82.180204, 30.116545], [82.181744, 30.126619], [82.202446, 30.141324], [82.208299, 30.152603], [82.208299, 30.156314], [82.190025, 30.164452], [82.186456, 30.191007], [82.157617, 30.194433], [82.142055, 30.20614], [82.135821, 30.223035], [82.1313, 30.225414], [82.121068, 30.226366], [82.110598, 30.230411], [82.10465, 30.239215], [82.105839, 30.245639], [82.115686, 30.257291], [82.119209, 30.28906], [82.121886, 30.297388], [82.130065, 30.305121], [82.129768, 30.307649], [82.123224, 30.314788], [82.117424, 30.331741], [82.107907, 30.344233], [82.101661, 30.349141], [82.082774, 30.356131], [82.078015, 30.355982], [82.063887, 30.34691], [82.052584, 30.337095], [82.046041, 30.335013], [82.038902, 30.3365], [82.026261, 30.343639], [82.022097, 30.343341], [82.000533, 30.325346], [81.992057, 30.325049], [81.979564, 30.33189], [81.9696, 30.339772], [81.965734, 30.344233], [81.960677, 30.355833], [81.955324, 30.361038], [81.946401, 30.35732], [81.93837, 30.348546], [81.935247, 30.348546], [81.918145, 30.35509], [81.890632, 30.362377], [81.872528, 30.376384], [81.868245, 30.37805], [81.82946, 30.377574], [81.803285, 30.387092], [81.760931, 30.389233], [81.745227, 30.394468], [81.731426, 30.409697], [81.720956, 30.412076], [81.694782, 30.424449], [81.680981, 30.427543], [81.651, 30.438726], [81.624283, 30.446591], [81.618572, 30.445068], [81.62295, 30.422986], [81.618762, 30.415753], [81.614194, 30.413468], [81.603534, 30.414611], [81.575361, 30.426413], [81.566985, 30.426413], [81.56413, 30.422986], [81.564701, 30.410423], [81.563559, 30.406806], [81.557848, 30.401857], [81.558039, 30.373303], [81.552709, 30.3714], [81.535196, 30.372732], [81.491414, 30.384154], [81.482467, 30.389103], [81.460385, 30.406235], [81.451629, 30.415182], [81.444205, 30.415372], [81.423266, 30.421654], [81.418126, 30.421463], [81.40956, 30.414611], [81.406134, 30.40338], [81.406895, 30.39843], [81.409179, 30.394623], [81.43088, 30.382631], [81.431071, 30.380156], [81.429738, 30.376159], [81.426502, 30.373494], [81.413748, 30.370638], [81.403088, 30.370638], [81.401565, 30.367783], [81.406895, 30.35027], [81.407276, 30.340942], [81.405943, 30.335041], [81.400994, 30.326285], [81.401375, 30.322859], [81.42022, 30.313912], [81.423837, 30.311437], [81.424979, 30.308201], [81.424027, 30.305346], [81.406515, 30.294115], [81.401185, 30.288404], [81.401756, 30.285549], [81.415271, 30.282313], [81.419649, 30.27546], [81.419078, 30.27051], [81.402898, 30.252807], [81.397758, 30.242909], [81.395664, 30.235294], [81.396806, 30.213403], [81.395664, 30.205979], [81.384814, 30.196081], [81.355118, 30.177807], [81.334397, 30.157413], [81.333021, 30.152787], [81.318331, 30.155542], [81.304972, 30.164182], [81.303529, 30.159302], [81.259369, 30.153251], [81.258226, 30.14754], [81.26032, 30.143542], [81.290778, 30.115941], [81.292491, 30.103758], [81.284496, 30.071778], [81.27631, 30.054455], [81.272503, 30.048935], [81.263937, 30.042844], [81.246044, 30.034658], [81.245663, 30.032374], [81.255942, 30.022095], [81.253468, 30.015813], [81.246031, 30.012592], [81.224343, 30.010864], [81.208353, 30.019239], [81.199026, 30.017717], [81.18551, 30.011435], [81.15886, 30.011435], [81.144964, 30.015242], [81.131639, 30.023046], [81.096233, 30.054075], [81.096614, 30.06226], [81.100992, 30.072159], [81.106893, 30.079392], [81.109558, 30.090623], [81.107273, 30.094811], [81.088047, 30.103187], [81.086144, 30.106232], [81.081195, 30.150205], [81.07891, 30.153822], [81.068441, 30.160484], [81.056067, 30.172477], [81.038174, 30.201221], [81.037793, 30.206741], [81.0416, 30.209406], [81.042552, 30.212452], [81.03589, 30.224825], [81.028885, 30.229231], [81.032835, 30.244843], [81.031476, 30.249082], [81.02862, 30.252128], [81.015676, 30.258219], [81.007995, 30.265403], [80.998145, 30.2701], [80.982233, 30.273669], [80.942526, 30.269208], [80.933872, 30.26971], [80.930779, 30.271138], [80.930541, 30.274231], [80.933634, 30.282797], [80.924116, 30.289222], [80.912219, 30.301833], [80.904604, 30.304926], [80.886521, 30.303974], [80.877003, 30.305402], [80.869626, 30.310875], [80.865105, 30.316586], [80.8356, 30.316348], [80.806474, 30.329222], [80.794481, 30.339311], [80.782489, 30.361773], [80.759836, 30.380238], [80.748796, 30.393182], [80.715091, 30.419378], [80.699019, 30.414619], [80.693784, 30.416047], [80.685163, 30.427716], [80.676079, 30.43468], [80.658567, 30.445911], [80.623288, 30.463768], [80.611739, 30.473132], [80.600353, 30.472471], [80.551077, 30.454951], [80.543781, 30.453716], [80.504378, 30.489312], [80.475063, 30.492168], [80.464403, 30.495594], [80.441179, 30.507777], [80.431852, 30.516533], [80.423857, 30.52015], [80.410912, 30.523577], [80.392638, 30.523957], [80.371318, 30.529668], [80.350379, 30.524909], [80.346381, 30.527003], [80.340861, 30.533285], [80.318589, 30.566978], [80.310467, 30.57161], [80.299806, 30.573448], [80.266255, 30.569879], [80.256262, 30.571069], [80.224743, 30.584871], [80.214083, 30.588298], [80.206659, 30.588488], [80.190487, 30.582732], [80.166875, 30.57859], [80.146093, 30.564169], [80.138954, 30.561551], [80.132054, 30.561789], [80.094934, 30.577256], [80.090413, 30.581301], [80.088272, 30.587487], [80.081847, 30.595577], [80.077326, 30.597719], [80.065905, 30.599147], [80.040859, 30.608095], [80.038955, 30.611331], [80.037813, 30.633793], [80.034006, 30.643311], [80.022584, 30.656255], [80.016302, 30.665964], [80.001183, 30.680524], [79.97747, 30.688045], [79.96681, 30.69623], [79.962072, 30.706862], [79.976199, 30.708411], [79.967952, 30.726687], [79.958434, 30.739441], [79.953485, 30.74934], [79.953485, 30.752957], [79.959957, 30.76019], [79.960528, 30.76552], [79.956911, 30.778845], [79.942444, 30.79236], [79.932355, 30.793312], [79.923408, 30.798642], [79.906086, 30.801307], [79.896568, 30.80797], [79.894664, 30.816917], [79.896378, 30.819582], [79.911035, 30.825292], [79.911225, 30.832526], [79.908751, 30.837665], [79.900946, 30.844518], [79.892761, 30.854798], [79.88686, 30.859556], [79.872012, 30.862221], [79.836796, 30.854036], [79.824613, 30.85594], [79.813001, 30.867551], [79.800057, 30.890775], [79.75361, 30.940648], [79.748562, 30.943859], [79.733789, 30.94605], [79.717133, 30.951523], [79.69429, 30.970558], [79.67385, 30.982337], [79.666046, 30.983098], [79.663381, 30.970344], [79.659383, 30.96292], [79.618861, 30.950333], [79.601491, 30.932249], [79.598874, 30.931773], [79.591497, 30.943432], [79.564847, 30.955092], [79.552783, 30.958161], [79.548025, 30.962349], [79.536984, 30.981194], [79.519281, 30.998136], [79.506336, 31.023263], [79.500245, 31.03202], [79.490727, 31.033923], [79.457224, 31.032401], [79.430384, 31.025738], [79.425625, 31.026119], [79.42277, 31.029736], [79.423031, 31.057207], [79.420485, 31.065142], [79.414584, 31.070091], [79.405447, 31.074469], [79.401069, 31.07466], [79.39117, 31.067236], [79.374419, 31.048962], [79.365472, 31.041728], [79.355764, 31.036588], [79.320929, 31.025928], [79.314457, 31.022121], [79.311982, 31.01089], [79.322489, 30.99904], [79.321514, 30.987612], [79.327401, 30.974913], [79.325117, 30.967108], [79.318073, 30.963682], [79.304939, 30.965014], [79.298276, 30.969773], [79.292566, 30.970725], [79.286284, 30.969202], [79.266867, 30.958352], [79.25773, 30.954925], [79.245357, 30.953593], [79.224989, 30.954164], [79.219278, 30.956829], [79.215281, 30.960826], [79.212806, 30.966727], [79.209951, 30.985192], [79.201385, 31.003657], [79.183872, 31.020408], [79.175306, 31.018314], [79.155318, 31.007273], [79.150179, 31.006322], [79.129049, 31.008225], [79.114011, 30.998707], [79.1083, 30.997946], [79.090978, 31.000421], [79.082221, 31.007083], [79.058807, 31.031639], [79.030254, 31.044012], [79.010647, 31.047058], [79.008172, 31.049152], [78.992944, 31.076183], [78.98992, 31.096588], [78.975241, 31.110066], [78.971053, 31.116919], [78.97505, 31.127198], [78.992754, 31.155181], [78.994657, 31.162224], [78.99085, 31.173645], [78.986472, 31.178214], [78.959822, 31.191729], [78.952969, 31.198582], [78.947258, 31.216285], [78.931649, 31.221996], [78.928413, 31.225042], [78.922702, 31.245981], [78.917372, 31.253595], [78.895672, 31.263494], [78.88958, 31.271108], [78.876826, 31.302517], [78.872448, 31.30937], [78.866166, 31.315461], [78.861788, 31.316413], [78.859504, 31.314129], [78.856839, 31.2989], [78.854935, 31.296425], [78.841039, 31.294332], [78.832854, 31.294522], [78.824288, 31.297187], [78.811915, 31.306134], [78.806585, 31.307466], [78.793831, 31.306134], [78.789643, 31.307466], [78.778031, 31.32041], [78.767371, 31.342873], [78.76147, 31.351819], [78.75614, 31.356388], [78.752333, 31.371807], [78.757663, 31.395792], [78.778983, 31.425678], [78.786026, 31.43196], [78.790975, 31.442239], [78.789262, 31.446427], [78.775556, 31.454041], [78.770226, 31.45899], [78.761089, 31.474409], [78.754046, 31.480501], [78.723018, 31.482214], [78.721495, 31.484117], [78.721685, 31.491541], [78.726064, 31.514003], [78.729109, 31.52276], [78.739769, 31.535894], [78.758995, 31.544841], [78.768513, 31.545793], [78.776127, 31.549219], [78.797067, 31.562925], [78.808107, 31.572443], [78.823336, 31.580819], [78.837803, 31.595095], [78.843894, 31.606707], [78.843894, 31.609718], [78.837993, 31.617558], [78.825049, 31.625933], [78.80411, 31.643827], [78.800112, 31.652583], [78.796876, 31.680566], [78.767942, 31.674284], [78.757092, 31.67752], [78.715404, 31.762229], [78.687421, 31.799539], [78.655632, 31.820668], [78.654109, 31.825237], [78.658487, 31.844653], [78.666482, 31.855884], [78.673335, 31.862166], [78.684185, 31.869971], [78.702459, 31.877395], [78.737866, 31.887864], [78.741082, 31.905693], [78.762041, 31.929933], [78.767561, 31.941926], [78.76699, 31.945542], [78.763945, 31.949921], [78.75062, 31.951253], [78.742054, 31.954489], [78.736152, 31.962104], [78.718069, 31.978665], [78.696368, 31.988563], [78.687802, 31.994274], [78.613332, 32.023068], [78.596297, 32.032681], [78.594038, 32.041524], [78.606047, 32.052903], [78.607191, 32.057229], [78.604636, 32.061638], [78.597204, 32.066755], [78.590437, 32.066557], [78.573533, 32.077383], [78.560445, 32.094753], [78.537603, 32.109506], [78.52404, 32.120452], [78.515712, 32.129493], [78.513332, 32.134014], [78.510715, 32.146626], [78.507621, 32.149719], [78.500721, 32.151622], [78.471454, 32.137346], [78.465267, 32.13568], [78.459794, 32.136394], [78.451466, 32.142105], [78.447183, 32.157809], [78.442424, 32.18898], [78.439028, 32.194178], [78.428623, 32.197784], [78.427434, 32.200639], [78.427672, 32.214202], [78.439569, 32.219199], [78.449563, 32.231334], [78.46027, 32.233476], [78.474547, 32.238949], [78.482637, 32.246087], [78.486682, 32.254653], [78.489062, 32.270358], [78.491917, 32.278448], [78.509287, 32.300339], [78.506908, 32.307715], [78.500959, 32.314853], [78.492393, 32.320088], [78.477878, 32.325561], [78.477878, 32.328654], [78.483351, 32.340314], [78.483827, 32.350069], [78.48002, 32.35697], [78.463839, 32.370295], [78.458367, 32.377909], [78.46027, 32.385999], [78.465267, 32.39171], [78.467171, 32.401704], [78.47074, 32.429781], [78.468122, 32.437396], [78.450752, 32.455242], [78.450752, 32.465711], [78.446945, 32.471898], [78.434334, 32.484271], [78.411967, 32.511159], [78.406018, 32.515918], [78.395679, 32.528335], [78.394121, 32.533526], [78.404353, 32.546137], [78.40697, 32.5528], [78.417916, 32.563983], [78.448611, 32.571359], [78.45908, 32.575642], [78.475737, 32.573977], [78.497152, 32.580877], [78.514998, 32.604672], [78.518567, 32.606813], [78.535223, 32.608479], [78.556162, 32.614903], [78.56687, 32.613476], [78.57615, 32.621804], [78.57734, 32.631798], [78.579005, 32.632749], [78.585906, 32.632512], [78.605655, 32.627753], [78.615887, 32.627753], [78.624453, 32.630608], [78.631829, 32.635367], [78.645154, 32.649406], [78.665856, 32.65702], [78.672756, 32.661303], [78.680846, 32.67439], [78.684653, 32.677721], [78.701785, 32.684146], [78.708448, 32.688667], [78.712493, 32.697709], [78.717966, 32.701516], [78.727008, 32.706275], [78.733194, 32.705561], [78.737953, 32.69985], [78.742712, 32.689619], [78.74295, 32.67439], [78.739381, 32.662017], [78.740571, 32.651785], [78.74533, 32.645361], [78.768172, 32.622994], [78.778166, 32.607289], [78.77769, 32.595392], [78.774835, 32.588491], [78.770314, 32.582067], [78.760558, 32.573025], [78.756989, 32.565411], [78.757227, 32.559938], [78.77769, 32.507352], [78.778166, 32.485937], [78.78007, 32.47856], [78.792205, 32.468567], [78.805768, 32.43811], [78.815048, 32.426926], [78.839794, 32.409556], [78.84836, 32.406939], [78.861447, 32.406463], [78.869537, 32.403131], [78.875248, 32.396231], [78.883814, 32.391472], [78.894284, 32.389569], [78.898091, 32.386237], [78.902612, 32.372198], [78.905229, 32.368629], [78.924503, 32.356494], [78.938304, 32.349832], [78.955198, 32.338886], [78.962812, 32.331986], [78.967571, 32.330082], [78.970427, 32.330796], [78.977089, 32.349594], [78.981134, 32.356256], [78.988748, 32.364822], [79.000646, 32.371485], [79.011829, 32.37434], [79.036576, 32.376006], [79.049187, 32.380051], [79.062036, 32.378385], [79.090113, 32.367677], [79.09868, 32.369343], [79.100583, 32.372198], [79.102963, 32.397659], [79.105818, 32.40218], [79.120095, 32.414077], [79.121522, 32.418122], [79.12176, 32.423119], [79.116763, 32.439061], [79.117239, 32.44501], [79.119857, 32.45191], [79.128423, 32.46476], [79.129613, 32.470708], [79.140796, 32.474515], [79.155073, 32.487126], [79.167484, 32.489035], [79.178391, 32.495217], [79.181485, 32.49831], [79.18434, 32.508542], [79.187909, 32.512587], [79.204566, 32.508066], [79.217415, 32.508304], [79.224791, 32.517821], [79.240733, 32.513301], [79.247634, 32.51687], [79.258579, 32.531384], [79.268097, 32.537333], [79.271666, 32.541616], [79.273094, 32.544709], [79.269763, 32.561842], [79.271666, 32.565887], [79.293319, 32.595154], [79.305693, 32.600865], [79.302599, 32.61181], [79.296651, 32.623232], [79.295461, 32.636557], [79.293557, 32.639888], [79.283564, 32.647502], [79.277139, 32.656782], [79.269525, 32.67558], [79.272856, 32.68486], [79.28404, 32.693664], [79.281898, 32.706275], [79.282612, 32.710082], [79.283802, 32.712699], [79.297602, 32.722455], [79.298792, 32.725548], [79.298078, 32.730545], [79.284278, 32.748629], [79.28047, 32.756481], [79.273332, 32.780038], [79.270715, 32.782655], [79.254772, 32.788604], [79.22858, 32.785987], [79.224262, 32.787995], [79.223125, 32.79146], [79.224553, 32.807164], [79.23074, 32.829293], [79.23074, 32.859512], [79.232643, 32.878786], [79.229312, 32.901153], [79.24899, 32.942294], [79.24899, 32.94729], [79.245064, 32.953358], [79.23507, 32.961924], [79.209417, 32.967212], [79.197959, 32.983494], [79.17582, 32.988556], [79.167655, 33.010933], [79.16117, 33.013902], [79.138365, 33.104571], [79.135589, 33.12136], [79.142501, 33.150084], [79.156778, 33.166454], [79.157539, 33.172165], [79.153429, 33.183058], [79.14058, 33.196859], [79.132965, 33.199714], [79.116508, 33.199848], [79.109885, 33.201856], [79.071099, 33.229458], [79.067292, 33.23612], [79.077524, 33.248017], [79.078238, 33.250635], [79.075382, 33.253252], [79.042097, 33.268483], [79.037423, 33.273157], [79.035463, 33.279338], [79.033805, 33.310395], [79.023373, 33.323937], [79.00712, 33.329693], [78.985711, 33.328638], [78.978322, 33.329212], [78.972294, 33.331653], [78.959026, 33.348086], [78.952864, 33.362005], [78.951338, 33.370248], [78.944691, 33.380963], [78.928572, 33.389998], [78.90837, 33.40628], [78.892691, 33.41608], [78.883344, 33.418643], [78.860126, 33.420754], [78.848819, 33.42407], [78.837662, 33.430252], [78.834647, 33.434775], [78.830426, 33.44774], [78.821832, 33.454977], [78.818214, 33.460404], [78.814897, 33.468093], [78.813239, 33.485129], [78.809168, 33.490255], [78.792701, 33.49933], [78.775543, 33.514337], [78.755175, 33.536038], [78.736139, 33.563639], [78.734426, 33.56954], [78.735568, 33.5802], [78.739566, 33.593525], [78.751177, 33.613894], [78.753652, 33.619985], [78.753271, 33.623031], [78.750416, 33.625315], [78.721291, 33.624173], [78.708918, 33.627599], [78.697306, 33.636927], [78.68303, 33.655201], [78.680936, 33.660531], [78.680745, 33.668716], [78.683601, 33.677282], [78.696735, 33.687752], [78.772497, 33.73477], [78.775353, 33.739719], [78.775543, 33.744288], [78.773449, 33.75095], [78.754985, 33.786738], [78.754413, 33.793971], [78.766025, 33.830139], [78.764122, 33.849555], [78.754985, 33.871256], [78.754223, 33.87849], [78.754033, 33.884391], [78.762599, 33.898287], [78.76317, 33.907805], [78.760886, 33.912944], [78.739185, 33.919416], [78.732522, 33.923604], [78.731, 33.92646], [78.735758, 33.960153], [78.740327, 33.977856], [78.738233, 33.997272], [78.731951, 34.004125], [78.708347, 34.015737], [78.698258, 34.023351], [78.675606, 34.025635], [78.663423, 34.029633], [78.649908, 34.037247], [78.649908, 34.053047], [78.6619, 34.066753], [78.660948, 34.07094], [78.655999, 34.077222], [78.655428, 34.08122], [78.658283, 34.08674], [78.668562, 34.095116], [78.672941, 34.094354], [78.679603, 34.086169], [78.682649, 34.085598], [78.686456, 34.08674], [78.691405, 34.09226], [78.695974, 34.094735], [78.701875, 34.095306], [78.723766, 34.092451], [78.74166, 34.095877], [78.75784, 34.105585], [78.779541, 34.124621], [78.790552, 34.137458], [78.796203, 34.140433], [78.801259, 34.14073], [78.822674, 34.129725], [78.827136, 34.129428], [78.831895, 34.131807], [78.837546, 34.142515], [78.842602, 34.146084], [78.85093, 34.146976], [78.854797, 34.149058], [78.861935, 34.165119], [78.866397, 34.166904], [78.872345, 34.167201], [78.885135, 34.153222], [78.901494, 34.146976], [78.90655, 34.146976], [78.92053, 34.157386], [78.924396, 34.164822], [78.92652, 34.184519], [78.939565, 34.217765], [78.943134, 34.224606], [78.951463, 34.230852], [78.955627, 34.237693], [78.96455, 34.268626], [78.975257, 34.291528], [78.972878, 34.309672], [78.973711, 34.316037], [78.97728, 34.318416], [78.986084, 34.318892], [79.028914, 34.318416], [79.035101, 34.321985], [79.03867, 34.326268], [79.039384, 34.331027], [79.035373, 34.334316], [79.040203, 34.335754], [79.042781, 34.338905], [79.046261, 34.3512], [79.032427, 34.361665], [79.023762, 34.376347], [79.024643, 34.378691], [79.021814, 34.387192], [79.008326, 34.403314], [79.023857, 34.411386], [79.035046, 34.422421], [79.049889, 34.428871], [79.063977, 34.427542], [79.06484, 34.422625], [79.068942, 34.41539], [79.077587, 34.41263], [79.082271, 34.414358], [79.093586, 34.425895], [79.103231, 34.428877], [79.118377, 34.430453], [79.141039, 34.436602], [79.147523, 34.446542], [79.156461, 34.449317], [79.161573, 34.44449], [79.161218, 34.437586], [79.164248, 34.433395], [79.172502, 34.430692], [79.177842, 34.431661], [79.186649, 34.430131], [79.188564, 34.427563], [79.189387, 34.420837], [79.193335, 34.41815], [79.211041, 34.41775], [79.227362, 34.423671], [79.232106, 34.420369], [79.248693, 34.419109], [79.266305, 34.42663], [79.263625, 34.435626], [79.264823, 34.438255], [79.281751, 34.442467], [79.303777, 34.443032], [79.313452, 34.440615], [79.326996, 34.442759], [79.337005, 34.442598], [79.34577, 34.440072], [79.350089, 34.435651], [79.351172, 34.432176], [79.358465, 34.430843], [79.362104, 34.431788], [79.366645, 34.435722], [79.380287, 34.437275], [79.391555, 34.435961], [79.40348, 34.446674], [79.417256, 34.450403], [79.446335, 34.443828], [79.453941, 34.446117], [79.460377, 34.453756], [79.485398, 34.446822], [79.523923, 34.459459], [79.53434, 34.469558], [79.537784, 34.480145], [79.546012, 34.477496], [79.551655, 34.467193], [79.562277, 34.456855], [79.586293, 34.460464], [79.592294, 34.466483], [79.6016, 34.466009], [79.606982, 34.463441], [79.611851, 34.457853], [79.612618, 34.454266], [79.627988, 34.449162], [79.631698, 34.453264], [79.645895, 34.45536], [79.655928, 34.45192], [79.674371, 34.455164], [79.682049, 34.461502], [79.686096, 34.470787], [79.685155, 34.47603], [79.702333, 34.484685], [79.705998, 34.485207], [79.719694, 34.47298], [79.727305, 34.471688], [79.748685, 34.478007], [79.786123, 34.480428], [79.792049, 34.479645], [79.806887, 34.492789], [79.819642, 34.493487], [79.823948, 34.506342], [79.823352, 34.516395], [79.833837, 34.518634], [79.843366, 34.517897], [79.846714, 34.526603], [79.846427, 34.531803], [79.841134, 34.534803], [79.843122, 34.538285], [79.847434, 34.538378], [79.858785, 34.534454], [79.859882, 34.541545], [79.83818, 34.550891], [79.841904, 34.57041], [79.859501, 34.581372], [79.863573, 34.585927], [79.84998, 34.590915], [79.860234, 34.600942], [79.864403, 34.610622], [79.864977, 34.620221], [79.88794, 34.62534], [79.888068, 34.640122], [79.890441, 34.650002], [79.885497, 34.652803], [79.866467, 34.657742], [79.86506, 34.672567], [79.88129, 34.679584], [79.905507, 34.685827], [79.896379, 34.733938], [79.906539, 34.750615], [79.92571, 34.77562], [79.926894, 34.788403], [79.934603, 34.799311], [79.941518, 34.81682], [79.940096, 34.826583], [79.933132, 34.831297], [79.923796, 34.852571], [79.933669, 34.861222], [79.956074, 34.864551], [79.988369, 34.858692], [79.996995, 34.865332], [79.996477, 34.881227], [80.00223, 34.89676], [80.015503, 34.902826], [80.034837, 34.904853], [80.035196, 34.913809], [80.031141, 34.926026], [80.03744, 34.930908], [80.040333, 34.93904], [80.040155, 34.942944], [80.03815, 34.946259], [80.029865, 34.947916], [80.024814, 34.952932], [80.022852, 34.973052], [80.027283, 34.979488], [80.04056, 34.982162], [80.038944, 34.989373], [80.030326, 34.991793], [80.027545, 34.995522], [80.026758, 35.001636], [80.029628, 35.005994], [80.035074, 35.005704], [80.038028, 35.00869], [80.040902, 35.025429], [80.031532, 35.03321], [80.02808, 35.039563], [80.073126, 35.078042], [80.099711, 35.067965], [80.111266, 35.067179], [80.118087, 35.069497], [80.186373, 35.114886], [80.207997, 35.124655], [80.216482, 35.138539], [80.236009, 35.151689], [80.235393, 35.154526], [80.22242, 35.165404], [80.219753, 35.177435], [80.243311, 35.184728], [80.248015, 35.187844], [80.252591, 35.193195], [80.25243, 35.201614], [80.255538, 35.204259], [80.263281, 35.204734], [80.281442, 35.202408], [80.284142, 35.210641], [80.297685, 35.209235], [80.30762, 35.204743], [80.320776, 35.201973], [80.326377, 35.204092], [80.344534, 35.205449], [80.358318, 35.202684], [80.360572, 35.208354], [80.359725, 35.210254], [80.330108, 35.224238], [80.329445, 35.240819], [80.312478, 35.259258], [80.2958, 35.267064], [80.280817, 35.280733], [80.270481, 35.293075], [80.274392, 35.31333], [80.275263, 35.329261], [80.280758, 35.33395], [80.285364, 35.354335], [80.288528, 35.35957], [80.293021, 35.362029], [80.301417, 35.371837], [80.303158, 35.381016], [80.315249, 35.38699], [80.369203, 35.387714], [80.37471, 35.389519], [80.379146, 35.393901], [80.389371, 35.409698], [80.403743, 35.422899], [80.407987, 35.424517], [80.416829, 35.442727], [80.428249, 35.449366], [80.434297, 35.449825], [80.439055, 35.44745], [80.436508, 35.42731], [80.441667, 35.418244], [80.460311, 35.41539], [80.491879, 35.406612], [80.500809, 35.402174], [80.50163, 35.396229], [80.512013, 35.392211], [80.526271, 35.398787], [80.529949, 35.405892], [80.54021, 35.404871], [80.555785, 35.397657], [80.557951, 35.394515], [80.564651, 35.39286], [80.586848, 35.402394], [80.593745, 35.408177], [80.612443, 35.404307], [80.619293, 35.396188], [80.632308, 35.391943], [80.652181, 35.398622], [80.659678, 35.393083], [80.660972, 35.388114], [80.660551, 35.385731], [80.654268, 35.382522], [80.654723, 35.374464], [80.666576, 35.368702], [80.680377, 35.366118], [80.685489, 35.360365], [80.685482, 35.353304], [80.683492, 35.346515], [80.679575, 35.342567], [80.687384, 35.337987], [80.719487, 35.335069], [80.726303, 35.336496], [80.751815, 35.335228], [80.787136, 35.341572], [80.821706, 35.34396], [80.832368, 35.341927], [80.855336, 35.342602], [80.860468, 35.341513], [80.880257, 35.330621], [80.884192, 35.32265], [80.908566, 35.324745], [80.926133, 35.332078], [80.93495, 35.325765], [80.937905, 35.319774], [80.942982, 35.316053], [80.966649, 35.311113], [80.987746, 35.31194], [80.991212, 35.313538], [81.003777, 35.312214], [81.008526, 35.309064], [81.022904, 35.311903], [81.023701, 35.312795], [81.016826, 35.316256], [81.002283, 35.330543], [81.000408, 35.335493], [81.021151, 35.33651], [81.027916, 35.338352], [81.030493, 35.341718], [81.037273, 35.366443], [81.027642, 35.372377], [81.027943, 35.378678], [81.030279, 35.384173], [81.048815, 35.404287], [81.050862, 35.404923], [81.059595, 35.400692], [81.070928, 35.400133], [81.0885, 35.410842], [81.098, 35.406743], [81.099599, 35.403557], [81.098864, 35.399797], [81.093001, 35.392007], [81.094396, 35.385843], [81.096185, 35.384157], [81.103457, 35.384764], [81.106509, 35.387187], [81.110259, 35.387704], [81.121328, 35.386848], [81.126973, 35.371316], [81.151056, 35.363033], [81.178622, 35.371686], [81.191558, 35.366081], [81.195878, 35.355883], [81.214212, 35.324333], [81.222601, 35.325902], [81.232998, 35.33335], [81.241098, 35.334842], [81.253782, 35.325889], [81.258848, 35.325326], [81.260066, 35.331662], [81.266534, 35.343159], [81.272152, 35.347852], [81.299015, 35.344722], [81.31089, 35.338733], [81.322797, 35.339037], [81.326773, 35.340975], [81.325535, 35.347356], [81.326992, 35.349877], [81.33465, 35.350403], [81.345605, 35.343067], [81.349572, 35.344575], [81.355174, 35.351142], [81.363461, 35.354117], [81.370236, 35.344625], [81.383528, 35.340606], [81.400549, 35.34125], [81.407796, 35.337187], [81.440584, 35.333517], [81.444478, 35.327355], [81.445563, 35.318344], [81.450658, 35.313259], [81.479116, 35.294326], [81.491384, 35.29336], [81.499111, 35.285338], [81.502253, 35.277843], [81.497277, 35.260556], [81.49715, 35.252793], [81.512731, 35.235272], [81.53938, 35.24189], [81.548683, 35.241264], [81.558785, 35.237214], [81.569684, 35.236712], [81.603852, 35.237247], [81.615395, 35.238771], [81.626468, 35.234648], [81.647757, 35.232983], [81.680441, 35.23553], [81.692984, 35.240356], [81.703878, 35.250306], [81.724573, 35.261563], [81.730643, 35.262594], [81.735463, 35.260461], [81.751226, 35.267907], [81.765333, 35.26595], [81.79721, 35.276289], [81.802735, 35.272216], [81.819563, 35.266921], [81.857441, 35.261077], [81.86343, 35.262091], [81.868602, 35.266838], [81.896877, 35.274055], [81.911522, 35.274503], [81.925726, 35.272198], [81.929035, 35.273256], [81.935319, 35.280015], [81.940756, 35.297708], [81.954185, 35.309437], [81.969562, 35.31385], [81.983187, 35.306723], [81.987585, 35.306353], [82.010568, 35.311337], [82.015104, 35.319669], [82.035561, 35.32801], [82.04115, 35.331957], [82.04266, 35.339163], [82.049786, 35.34927], [82.049934, 35.361246], [82.045934, 35.369252], [82.034833, 35.405581], [82.025265, 35.429358], [82.028163, 35.449958], [82.031156, 35.454753], [82.039289, 35.454218], [82.04775, 35.451236], [82.07708, 35.451685], [82.086534, 35.465299], [82.097206, 35.471332], [82.139364, 35.482704], [82.147579, 35.490135], [82.149791, 35.496808], [82.158124, 35.499373], [82.164212, 35.497185], [82.165187, 35.491729], [82.169783, 35.486623], [82.177914, 35.487269], [82.183724, 35.491339], [82.182535, 35.493368], [82.183882, 35.510324], [82.187664, 35.515194], [82.193021, 35.518515], [82.203339, 35.521252], [82.210315, 35.522092], [82.218519, 35.520588], [82.241972, 35.52263], [82.253613, 35.531096], [82.25911, 35.54664], [82.268493, 35.55229], [82.279919, 35.541956], [82.283999, 35.5404], [82.310638, 35.542981], [82.323057, 35.555468], [82.335945, 35.572764], [82.328418, 35.578008], [82.328855, 35.591277], [82.337673, 35.598211], [82.350607, 35.613025], [82.343452, 35.633084], [82.333957, 35.639985], [82.333828, 35.654256], [82.34907, 35.656507], [82.360886, 35.651623], [82.365671, 35.651157], [82.393352, 35.654897], [82.398067, 35.657597], [82.402108, 35.663534], [82.402345, 35.681966], [82.398603, 35.685568], [82.402354, 35.695109], [82.412578, 35.709599], [82.462461, 35.715376], [82.477441, 35.713528], [82.499157, 35.705161], [82.508685, 35.698085], [82.527373, 35.699187], [82.544179, 35.708712], [82.585855, 35.69497], [82.602, 35.695528], [82.6075, 35.698321], [82.622152, 35.692787], [82.626634, 35.687333], [82.631407, 35.685711], [82.637686, 35.684431], [82.642289, 35.687486], [82.646637, 35.685785], [82.649887, 35.683321], [82.65478, 35.669462], [82.668034, 35.666838], [82.676344, 35.669886], [82.691071, 35.665756], [82.720217, 35.641104], [82.731596, 35.638109], [82.736541, 35.638534], [82.736009, 35.64206], [82.739873, 35.646098], [82.751442, 35.653112], [82.769995, 35.658603], [82.778219, 35.665826], [82.778651, 35.670875], [82.784189, 35.684962], [82.790522, 35.68715], [82.794204, 35.690792], [82.803898, 35.686045], [82.832295, 35.678701], [82.858827, 35.689795], [82.874665, 35.690156], [82.877585, 35.688472], [82.874242, 35.683288], [82.883723, 35.67554], [82.89861, 35.678722], [82.94832, 35.67928], [82.965045, 35.672187], [82.967101, 35.663087], [82.963864, 35.658296], [82.959616, 35.658444], [82.955595, 35.652499], [82.957971, 35.646668], [82.955443, 35.632831], [82.958222, 35.624962], [82.972743, 35.618009], [82.980811, 35.609066], [82.976894, 35.592157], [82.983899, 35.586471], [82.984471, 35.584101], [82.983394, 35.57765], [82.97793, 35.571836], [82.983686, 35.554779], [82.979757, 35.548824], [82.973798, 35.547232], [82.967602, 35.539619], [82.972353, 35.538058], [82.982555, 35.52591], [82.98427, 35.521464], [82.984262, 35.514234], [82.981856, 35.505572], [82.996156, 35.499961], [82.99616, 35.492813], [83.001587, 35.481556], [83.007448, 35.477501], [83.010988, 35.477951], [83.012547, 35.480716], [83.015375, 35.481803], [83.051104, 35.476392], [83.075486, 35.450037], [83.07783, 35.439136], [83.075951, 35.433585], [83.077783, 35.430315], [83.093394, 35.424071], [83.098104, 35.418396], [83.100047, 35.409449], [83.115762, 35.400704], [83.148846, 35.398487], [83.177353, 35.389414], [83.202844, 35.397434], [83.207959, 35.401684], [83.223973, 35.409384], [83.238685, 35.424478], [83.259552, 35.409211], [83.273962, 35.408288], [83.281818, 35.405561], [83.290161, 35.398882], [83.31428, 35.39527], [83.343889, 35.398169], [83.360579, 35.396335], [83.361399, 35.391228], [83.35667, 35.384335], [83.358101, 35.378297], [83.37477, 35.376836], [83.414173, 35.383369], [83.423899, 35.380903], [83.435158, 35.383175], [83.447853, 35.383196], [83.455953, 35.373103], [83.463087, 35.372301], [83.472597, 35.374544], [83.476695, 35.372655], [83.480877, 35.365518], [83.49034, 35.360684], [83.50252, 35.36153], [83.516745, 35.367662], [83.524097, 35.368455], [83.536898, 35.365305], [83.539319, 35.362148], [83.539172, 35.359582], [83.528609, 35.350471], [83.53382, 35.345061], [83.574393, 35.35308], [83.576025, 35.351839], [83.607706, 35.348462], [83.608633, 35.339565], [83.614356, 35.336294], [83.642472, 35.344785], [83.679485, 35.363983], [83.691135, 35.365454], [83.730288, 35.368435], [83.750053, 35.364337], [83.770194, 35.364524], [83.782489, 35.366864], [83.786161, 35.364817], [83.787987, 35.357684], [83.795523, 35.3527], [83.818497, 35.358227], [83.819861, 35.360827], [83.822313, 35.361512], [83.855081, 35.359463], [83.879547, 35.367284], [83.89026, 35.381697], [83.890087, 35.383943], [83.887486, 35.385161], [83.887863, 35.388248], [83.902031, 35.404328], [83.91009, 35.408657], [83.920778, 35.411776], [83.927391, 35.407807], [83.935086, 35.407441], [83.945285, 35.410903], [83.965672, 35.413136], [84.003896, 35.42212], [84.009256, 35.418834], [84.011101, 35.415146], [84.024662, 35.41549], [84.027926, 35.413575], [84.029202, 35.410218], [84.041428, 35.413414], [84.046772, 35.417538], [84.05165, 35.415512], [84.053627, 35.412944], [84.063176, 35.41078], [84.074442, 35.399804], [84.076851, 35.393475], [84.086257, 35.38238], [84.092339, 35.363553], [84.097761, 35.362594], [84.119726, 35.375395], [84.123628, 35.37625], [84.13041, 35.37494], [84.137299, 35.379638], [84.156406, 35.363208], [84.157496, 35.359643], [84.172378, 35.358474], [84.182733, 35.364382], [84.200654, 35.383127], [84.220532, 35.38785], [84.232085, 35.397214], [84.24317, 35.393844], [84.242935, 35.396986], [84.245942, 35.400581], [84.253543, 35.40473], [84.286194, 35.406697], [84.307381, 35.412213], [84.319854, 35.413072], [84.334603, 35.416513], [84.341191, 35.423165], [84.354026, 35.432252], [84.391013, 35.447322], [84.402815, 35.45708], [84.413659, 35.463248], [84.424593, 35.468309], [84.45145, 35.474616], [84.451958, 35.476607], [84.448679, 35.481976], [84.461215, 35.495946], [84.463454, 35.512074], [84.471979, 35.514834], [84.474799, 35.517936], [84.47158, 35.527551], [84.457872, 35.527557], [84.455719, 35.531138], [84.449969, 35.530957], [84.445635, 35.534199], [84.443823, 35.547234], [84.44639, 35.551847], [84.454739, 35.553416], [84.460312, 35.556693], [84.477729, 35.559139], [84.496983, 35.566748], [84.507836, 35.564985], [84.51964, 35.566294], [84.541489, 35.578103], [84.554519, 35.582265], [84.561734, 35.587121], [84.568991, 35.589526], [84.580907, 35.591], [84.58615, 35.589845], [84.602366, 35.59051], [84.631267, 35.596176], [84.666486, 35.610021], [84.689543, 35.615665], [84.696032, 35.615921], [84.698842, 35.617734], [84.710925, 35.613617], [84.724005, 35.613434], [84.737227, 35.617201], [84.739384, 35.620113], [84.748849, 35.624048], [84.76, 35.624035], [84.769844, 35.634407], [84.783317, 35.638177], [84.786636, 35.642745], [84.79603, 35.648177], [84.811773, 35.646942], [84.816937, 35.65084], [84.831315, 35.653717], [84.839526, 35.666537], [84.857661, 35.669692], [84.859758, 35.67193], [84.860618, 35.676519], [84.917935, 35.691873], [84.944478, 35.701848], [84.958811, 35.704977], [84.970996, 35.709635], [84.995342, 35.74026], [85.026927, 35.747545], [85.035238, 35.751009], [85.052771, 35.752981], [85.063048, 35.749631], [85.089597, 35.745462], [85.146625, 35.743811], [85.160467, 35.747774], [85.161518, 35.749672], [85.172906, 35.755026], [85.193226, 35.758538], [85.204559, 35.76405], [85.21697, 35.76677], [85.22393, 35.771197], [85.223374, 35.773691], [85.217876, 35.778621], [85.21841, 35.78057], [85.236417, 35.779156], [85.249713, 35.781918], [85.263049, 35.789278], [85.281259, 35.787961], [85.283759, 35.785681], [85.27917, 35.77942], [85.279527, 35.776338], [85.299405, 35.768665], [85.315085, 35.765253], [85.340874, 35.752922], [85.353215, 35.742841], [85.36481, 35.728369], [85.367402, 35.706457], [85.371272, 35.700956], [85.379772, 35.702174], [85.386962, 35.701195], [85.435536, 35.68945], [85.453472, 35.688142], [85.484369, 35.682791], [85.506431, 35.685085], [85.51645, 35.680919], [85.519305, 35.670382], [85.525671, 35.662237], [85.547054, 35.654638], [85.549259, 35.650602], [85.556737, 35.648598], [85.560788, 35.645607], [85.560886, 35.643103], [85.56973, 35.640208], [85.576108, 35.645472], [85.58411, 35.646786], [85.588705, 35.644601], [85.596327, 35.645827], [85.603766, 35.653052], [85.612045, 35.653134], [85.612181, 35.661412], [85.617509, 35.663345], [85.619295, 35.667333], [85.618628, 35.673864], [85.627758, 35.680203], [85.62651, 35.688343], [85.627334, 35.698732], [85.639248, 35.70653], [85.643531, 35.718134], [85.648969, 35.723011], [85.648308, 35.727406], [85.64958, 35.729928], [85.660482, 35.733929], [85.669746, 35.734994], [85.67896, 35.744263], [85.689276, 35.751799], [85.694156, 35.752703], [85.698617, 35.751298], [85.723404, 35.755522], [85.731628, 35.758757], [85.738614, 35.765966], [85.749637, 35.766563], [85.758166, 35.771354], [85.776787, 35.769769], [85.78488, 35.770884], [85.791058, 35.772723], [85.798258, 35.777886], [85.805814, 35.780036], [85.810216, 35.779575], [85.821061, 35.773935], [85.82334, 35.774787], [85.835478, 35.77265], [85.848836, 35.776857], [85.853955, 35.780589], [85.881741, 35.781658], [85.904705, 35.78639], [85.911704, 35.782943], [85.932773, 35.781695], [85.946847, 35.779112], [85.95162, 35.782264], [85.953401, 35.786948], [85.966089, 35.789489], [85.970178, 35.798368], [85.976079, 35.801331], [85.988924, 35.816716], [85.999674, 35.819681], [86.009934, 35.833428], [86.016429, 35.834882], [86.021381, 35.838647], [86.027504, 35.839117], [86.029652, 35.843109], [86.037161, 35.848083], [86.047249, 35.846092], [86.049217, 35.843061], [86.0523, 35.842646], [86.056557, 35.846179], [86.059042, 35.853881], [86.061298, 35.856231], [86.078389, 35.862265], [86.080139, 35.870611], [86.085407, 35.875834], [86.090567, 35.887581], [86.088476, 35.893532], [86.092214, 35.902722], [86.091932, 35.909214], [86.103946, 35.927429], [86.117092, 35.928096], [86.122133, 35.939694], [86.126, 35.942166], [86.128389, 35.960477], [86.128387, 35.97533], [86.143376, 35.998878], [86.159293, 36.008109], [86.170992, 36.00836], [86.172197, 36.010909], [86.170151, 36.018566], [86.176995, 36.029638], [86.197428, 36.033082], [86.198415, 36.036722], [86.196846, 36.040884], [86.197191, 36.04932], [86.194045, 36.053899], [86.186187, 36.05541], [86.185058, 36.061479], [86.17994, 36.06518], [86.17978, 36.071891], [86.176756, 36.074913], [86.181509, 36.081092], [86.18272, 36.087072], [86.180714, 36.092928], [86.180844, 36.096654], [86.184145, 36.101209], [86.184247, 36.131392], [86.188657, 36.133583], [86.194128, 36.132993], [86.212395, 36.136939], [86.21789, 36.136537], [86.22203, 36.140526], [86.235872, 36.140694], [86.244911, 36.145461], [86.248931, 36.149931], [86.260515, 36.151328], [86.266795, 36.158765], [86.276193, 36.159764], [86.277299, 36.163999], [86.275477, 36.166691], [86.276207, 36.172502], [86.283379, 36.169127], [86.292546, 36.169859], [86.309317, 36.166714], [86.315823, 36.164421], [86.316894, 36.162317], [86.324206, 36.163371], [86.344884, 36.159788], [86.350125, 36.162381], [86.363141, 36.16379], [86.361966, 36.170886], [86.370541, 36.181648], [86.373026, 36.188792], [86.379294, 36.189754], [86.384223, 36.192951], [86.389321, 36.202682], [86.396515, 36.206857], [86.415659, 36.206246], [86.430787, 36.208116], [86.437769, 36.226964], [86.444794, 36.223124], [86.453029, 36.222003], [86.454465, 36.215673], [86.463736, 36.215887], [86.490246, 36.20171], [86.5, 36.198663], [86.506262, 36.200927], [86.523053, 36.201543], [86.524091, 36.203522], [86.51362, 36.209682], [86.516928, 36.212006], [86.52257, 36.212218], [86.520851, 36.21879], [86.525536, 36.229425], [86.538872, 36.227196], [86.553745, 36.222204], [86.565004, 36.222799], [86.580389, 36.218178], [86.58601, 36.222385], [86.588778, 36.222346], [86.591681, 36.219656], [86.596237, 36.220666], [86.600031, 36.224908], [86.603602, 36.226295], [86.606185, 36.222868], [86.615289, 36.219385], [86.619262, 36.225146], [86.637995, 36.230417], [86.650181, 36.230905], [86.655013, 36.238135], [86.652753, 36.245033], [86.65502, 36.246176], [86.67821, 36.243683], [86.682983, 36.244842], [86.686002, 36.247786], [86.691099, 36.245468], [86.697958, 36.245092], [86.70058, 36.253556], [86.703504, 36.25737], [86.705023, 36.26458], [86.715964, 36.263825], [86.719727, 36.26202], [86.730193, 36.267142], [86.733238, 36.275807], [86.735466, 36.277957], [86.731371, 36.284047], [86.731724, 36.286151], [86.737895, 36.287614], [86.739626, 36.289668], [86.747021, 36.290626], [86.753181, 36.28937], [86.761789, 36.293104], [86.763146, 36.297506], [86.764836, 36.298206], [86.808249, 36.2945], [86.820347, 36.289657], [86.844052, 36.29545], [86.85143, 36.300455], [86.860954, 36.300425], [86.862041, 36.299165], [86.860501, 36.296457], [86.863686, 36.288187], [86.870148, 36.284952], [86.873266, 36.275905], [86.882901, 36.271767], [86.885384, 36.266609], [86.890294, 36.262221], [86.912569, 36.267904], [86.921799, 36.265548], [86.928897, 36.265567], [86.933871, 36.274273], [86.934854, 36.280686], [86.946694, 36.289888], [86.954345, 36.290484], [86.960805, 36.288696], [86.969834, 36.291436], [86.975177, 36.296285], [86.984117, 36.293997], [86.990655, 36.294212], [86.994424, 36.295451], [87.002425, 36.302125], [87.021409, 36.295572], [87.025472, 36.295669], [87.029788, 36.298063], [87.038, 36.29358], [87.050459, 36.292108], [87.051804, 36.297754], [87.054361, 36.300565], [87.071763, 36.303577], [87.073509, 36.304783], [87.074444, 36.30937], [87.089723, 36.301987], [87.096002, 36.303754], [87.09844, 36.302275], [87.099762, 36.298085], [87.10477, 36.296262], [87.131554, 36.295761], [87.141293, 36.293125], [87.144847, 36.299653], [87.152657, 36.298366], [87.159869, 36.303418], [87.160536, 36.308562], [87.151411, 36.314029], [87.154824, 36.318534], [87.154433, 36.320053], [87.165719, 36.324742], [87.186103, 36.345702], [87.195955, 36.352979], [87.210951, 36.354547], [87.219417, 36.352378], [87.228324, 36.361904], [87.244806, 36.364083], [87.261668, 36.356709], [87.264958, 36.356578], [87.27228, 36.358004], [87.273632, 36.362476], [87.283655, 36.36579], [87.293319, 36.358465], [87.298515, 36.358267], [87.306419, 36.362669], [87.325438, 36.383003], [87.333414, 36.38569], [87.345967, 36.393129], [87.342566, 36.396879], [87.342868, 36.400272], [87.358771, 36.409572], [87.360196, 36.41415], [87.35845, 36.41801], [87.360561, 36.421163], [87.368533, 36.420329], [87.372062, 36.41789], [87.384623, 36.415334], [87.398544, 36.416169], [87.410521, 36.422116], [87.423616, 36.426182], [87.431322, 36.415889], [87.45084, 36.413768], [87.456744, 36.411509], [87.453262, 36.388463], [87.463101, 36.359709], [87.466946, 36.355468], [87.478649, 36.352942], [87.493392, 36.353487], [87.50641, 36.356516], [87.514266, 36.349416], [87.537344, 36.349059], [87.562399, 36.340011], [87.572819, 36.346677], [87.583926, 36.346866], [87.59589, 36.357085], [87.611544, 36.358179], [87.618412, 36.362548], [87.624531, 36.35797], [87.63372, 36.359492], [87.640814, 36.363665], [87.645193, 36.370121], [87.650992, 36.370408], [87.655448, 36.37303], [87.659999, 36.36866], [87.682343, 36.369435], [87.693629, 36.372653], [87.701637, 36.377054], [87.703928, 36.382522], [87.730342, 36.38509], [87.761158, 36.379455], [87.769059, 36.376486], [87.778377, 36.376383], [87.7981, 36.380122], [87.802239, 36.391264], [87.806564, 36.390304], [87.811117, 36.38598], [87.814013, 36.385257], [87.819289, 36.386791], [87.821512, 36.391199], [87.824227, 36.391829], [87.82717, 36.390274], [87.828064, 36.38641], [87.837458, 36.384674], [87.850756, 36.390246], [87.866385, 36.393691], [87.869007, 36.393168], [87.872112, 36.389547], [87.913226, 36.393591], [87.922541, 36.397086], [87.93053, 36.404734], [87.938251, 36.401108], [87.949398, 36.400945], [87.962554, 36.404028], [87.96766, 36.40727], [87.966605, 36.411102], [87.968143, 36.419347], [87.96599, 36.427476], [87.967319, 36.432197], [87.97507, 36.429973], [87.994417, 36.430307], [88.004225, 36.427731], [88.016168, 36.431204], [88.052245, 36.430825], [88.061046, 36.43139], [88.071566, 36.434495], [88.076462, 36.432086], [88.100349, 36.429252], [88.136527, 36.429435], [88.156361, 36.433933], [88.158107, 36.435265], [88.158256, 36.439236], [88.165861, 36.438366], [88.170883, 36.444036], [88.170457, 36.448518], [88.182815, 36.455703], [88.193402, 36.451032], [88.201355, 36.45241], [88.206201, 36.447044], [88.214904, 36.446952], [88.220872, 36.448754], [88.234742, 36.467074], [88.241938, 36.47148], [88.246309, 36.470094], [88.26067, 36.471913], [88.270136, 36.469204], [88.274717, 36.465665], [88.280531, 36.464906], [88.288111, 36.46707], [88.29637, 36.464156], [88.316086, 36.466665], [88.32135, 36.463052], [88.33555, 36.462322], [88.342492, 36.458815], [88.356106, 36.457772], [88.363325, 36.458295], [88.364806, 36.462737], [88.360911, 36.4675], [88.359849, 36.473211], [88.354523, 36.47715], [88.359563, 36.481198], [88.368856, 36.47847], [88.374908, 36.484382], [88.376826, 36.484453], [88.38496, 36.483066], [88.385757, 36.480141], [88.388208, 36.478538]]] + } + }, { + "type": "Feature", + "properties": { + "name": "陕西省", + "province_adcode": 610000, + "province_type": "省", + "name_en": "Shaanxi", + "name_var": "Shǎn Xī", + "adcode": 610000 + }, + "geometry": { + "type": "Polygon", + "coordinates": [[[108.134538, 36.579186], [108.131313, 36.582261], [108.116505, 36.576338], [108.113942, 36.577846], [108.112174, 36.591489], [108.109706, 36.59309], [108.096186, 36.589085], [108.093233, 36.583114], [108.088394, 36.583524], [108.08603, 36.592161], [108.087612, 36.603417], [108.080974, 36.606986], [108.078872, 36.614087], [108.074977, 36.612129], [108.069838, 36.599634], [108.068053, 36.60149], [108.067411, 36.612554], [108.061926, 36.599658], [108.053369, 36.594295], [108.037992, 36.604141], [108.026567, 36.617134], [108.008899, 36.629287], [108.006761, 36.63408], [108.001857, 36.635954], [107.998706, 36.633982], [107.996539, 36.638752], [107.996465, 36.645114], [107.999495, 36.647235], [108.005954, 36.644313], [108.017238, 36.646967], [108.020812, 36.661326], [108.020144, 36.666926], [108.017967, 36.670456], [108.006973, 36.681445], [108.001729, 36.683364], [107.981219, 36.675063], [107.980044, 36.667789], [107.983052, 36.660989], [107.98053, 36.651909], [107.976004, 36.653364], [107.972145, 36.658687], [107.972315, 36.664583], [107.969432, 36.666653], [107.960391, 36.660869], [107.94833, 36.660806], [107.941256, 36.654126], [107.934202, 36.655575], [107.932661, 36.658776], [107.93398, 36.673701], [107.936885, 36.682895], [107.934741, 36.704607], [107.928098, 36.711013], [107.92573, 36.709311], [107.922537, 36.710517], [107.918481, 36.720767], [107.912571, 36.729359], [107.910846, 36.730702], [107.909555, 36.729876], [107.900891, 36.745176], [107.895026, 36.748067], [107.877125, 36.747273], [107.85732, 36.769013], [107.852069, 36.770773], [107.842766, 36.771082], [107.840487, 36.772485], [107.836769, 36.780332], [107.825327, 36.786139], [107.821744, 36.785215], [107.81544, 36.776697], [107.799945, 36.77889], [107.773533, 36.789022], [107.770402, 36.798044], [107.765584, 36.797946], [107.762717, 36.792689], [107.739944, 36.811021], [107.732513, 36.812515], [107.724937, 36.812984], [107.725123, 36.8064], [107.716351, 36.802172], [107.700548, 36.803805], [107.68445, 36.813884], [107.687607, 36.816363], [107.686891, 36.821288], [107.684212, 36.824042], [107.661782, 36.830754], [107.635267, 36.818571], [107.627657, 36.817856], [107.598726, 36.825919], [107.596067, 36.830701], [107.59075, 36.83465], [107.576542, 36.83765], [107.556326, 36.830494], [107.542637, 36.83574], [107.542389, 36.824282], [107.53369, 36.825964], [107.530779, 36.828211], [107.52476, 36.840601], [107.527327, 36.843769], [107.531015, 36.84264], [107.531635, 36.845654], [107.526194, 36.850738], [107.520299, 36.85196], [107.526229, 36.856866], [107.527704, 36.860966], [107.527306, 36.867139], [107.510384, 36.879058], [107.498096, 36.885334], [107.486289, 36.894499], [107.483197, 36.898771], [107.483456, 36.908669], [107.488308, 36.909381], [107.481442, 36.914013], [107.454674, 36.904737], [107.451246, 36.902259], [107.447484, 36.894418], [107.439021, 36.888715], [107.4359, 36.889763], [107.43501, 36.90538], [107.429532, 36.908531], [107.422435, 36.908235], [107.414947, 36.89855], [107.409118, 36.901599], [107.392366, 36.90346], [107.387354, 36.907042], [107.374301, 36.909278], [107.358397, 36.903584], [107.354783, 36.904607], [107.349161, 36.91244], [107.340835, 36.915019], [107.333651, 36.919314], [107.334267, 36.926923], [107.329429, 36.927663], [107.322854, 36.926279], [107.324693, 36.921763], [107.313793, 36.91401], [107.305779, 36.911602], [107.30284, 36.912801], [107.302032, 36.916498], [107.303594, 36.920016], [107.294191, 36.934607], [107.296381, 36.941184], [107.298398, 36.941462], [107.299608, 36.951569], [107.294103, 36.968713], [107.286333, 36.977831], [107.282501, 36.991703], [107.281077, 37.010136], [107.283168, 37.013957], [107.281537, 37.019148], [107.278373, 37.020627], [107.274977, 37.027716], [107.278482, 37.032956], [107.275387, 37.038511], [107.269679, 37.039899], [107.269437, 37.04126], [107.270659, 37.042326], [107.27487, 37.041166], [107.277139, 37.046471], [107.279248, 37.056949], [107.276872, 37.065144], [107.279041, 37.066501], [107.276428, 37.069181], [107.269748, 37.093097], [107.263739, 37.099045], [107.270834, 37.09721], [107.276193, 37.098532], [107.269093, 37.10943], [107.272104, 37.11394], [107.268301, 37.124551], [107.273843, 37.128227], [107.298072, 37.106549], [107.30196, 37.100249], [107.317982, 37.121681], [107.326024, 37.129708], [107.333678, 37.15873], [107.329169, 37.173187], [107.325462, 37.180246], [107.322259, 37.180715], [107.313748, 37.199158], [107.311567, 37.198714], [107.283375, 37.215155], [107.281918, 37.218284], [107.268591, 37.223104], [107.257754, 37.224237], [107.254842, 37.227064], [107.254524, 37.228857], [107.258407, 37.232985], [107.276302, 37.239202], [107.302186, 37.233313], [107.304654, 37.235636], [107.30471, 37.242421], [107.301257, 37.257197], [107.294489, 37.269416], [107.288421, 37.277314], [107.270316, 37.292938], [107.263652, 37.296727], [107.257048, 37.311694], [107.251274, 37.333586], [107.257815, 37.348404], [107.259385, 37.393569], [107.269102, 37.395602], [107.27351, 37.398288], [107.279011, 37.416044], [107.271897, 37.417363], [107.271576, 37.418646], [107.274084, 37.434025], [107.282534, 37.4519], [107.280604, 37.481867], [107.289477, 37.491272], [107.313914, 37.504709], [107.316986, 37.492791], [107.325237, 37.495044], [107.324908, 37.510755], [107.338046, 37.519802], [107.3431, 37.520969], [107.349169, 37.530485], [107.346299, 37.534228], [107.366698, 37.578212], [107.363016, 37.587373], [107.337102, 37.581203], [107.325722, 37.583209], [107.307554, 37.608534], [107.319452, 37.605974], [107.322252, 37.605871], [107.325264, 37.608447], [107.342956, 37.606731], [107.355405, 37.611771], [107.359767, 37.616677], [107.361142, 37.624052], [107.393724, 37.653143], [107.414632, 37.649526], [107.41598, 37.65057], [107.416943, 37.664785], [107.38214, 37.670748], [107.383912, 37.675627], [107.38072, 37.691846], [107.399383, 37.691113], [107.41146, 37.683924], [107.411145, 37.679695], [107.415294, 37.677602], [107.436987, 37.688228], [107.466013, 37.686594], [107.463424, 37.688506], [107.462394, 37.693113], [107.466317, 37.702768], [107.478967, 37.715814], [107.491145, 37.724482], [107.498368, 37.734572], [107.494032, 37.739457], [107.490708, 37.746987], [107.492248, 37.764268], [107.534483, 37.781424], [107.543735, 37.770342], [107.55931, 37.772113], [107.577011, 37.778844], [107.58418, 37.778114], [107.587859, 37.786336], [107.582834, 37.788221], [107.579201, 37.785514], [107.570951, 37.790919], [107.579438, 37.798115], [107.58435, 37.796478], [107.582261, 37.790584], [107.59605, 37.787363], [107.611533, 37.768583], [107.623688, 37.772252], [107.626404, 37.78748], [107.638428, 37.804665], [107.650145, 37.800641], [107.651236, 37.803053], [107.651621, 37.805315], [107.643981, 37.807402], [107.64923, 37.825182], [107.647929, 37.831711], [107.658969, 37.834627], [107.661713, 37.836811], [107.661362, 37.851953], [107.645058, 37.864202], [107.671002, 37.875322], [107.67876, 37.887684], [107.687484, 37.887775], [107.690635, 37.884957], [107.684322, 37.87829], [107.686803, 37.874471], [107.704981, 37.86893], [107.726184, 37.84964], [107.737587, 37.844273], [107.769056, 37.839022], [107.783204, 37.833861], [107.794605, 37.833245], [107.811539, 37.828177], [107.817897, 37.831893], [107.830107, 37.830637], [107.83808, 37.828497], [107.845557, 37.821349], [107.880565, 37.807792], [107.886198, 37.813114], [107.890224, 37.81317], [107.918522, 37.803518], [107.931895, 37.794509], [107.977519, 37.786585], [107.974635, 37.764855], [107.988986, 37.745706], [107.987803, 37.734781], [108.002915, 37.732987], [108.010426, 37.723424], [108.020065, 37.696866], [108.020432, 37.691977], [108.018074, 37.682928], [108.010725, 37.672125], [108.010565, 37.661752], [108.018063, 37.650553], [108.022768, 37.649373], [108.054747, 37.65167], [108.072088, 37.641445], [108.105117, 37.63904], [108.118362, 37.630675], [108.118312, 37.627276], [108.128883, 37.621007], [108.143399, 37.620923], [108.180134, 37.632848], [108.196471, 37.644584], [108.196833, 37.65353], [108.206206, 37.658067], [108.235214, 37.665283], [108.264266, 37.664161], [108.278725, 37.661196], [108.28809, 37.656895], [108.292647, 37.644655], [108.297312, 37.637804], [108.330004, 37.631557], [108.363863, 37.641831], [108.398526, 37.645202], [108.424065, 37.649958], [108.482459, 37.677669], [108.529055, 37.690804], [108.549286, 37.684972], [108.601327, 37.65689], [108.631195, 37.653126], [108.657609, 37.661863], [108.677155, 37.664192], [108.696766, 37.668667], [108.712491, 37.683852], [108.743881, 37.686338], [108.760952, 37.677486], [108.779766, 37.687531], [108.788419, 37.701611], [108.788485, 37.709147], [108.786231, 37.717483], [108.77872, 37.734548], [108.777245, 37.754169], [108.781047, 37.765719], [108.790147, 37.778276], [108.794699, 37.779675], [108.797097, 37.78342], [108.797118, 37.797663], [108.793132, 37.806505], [108.788992, 37.833627], [108.78735, 37.863934], [108.791267, 37.91941], [108.79472, 37.944465], [108.816768, 37.97938], [108.824107, 37.9827], [108.821653, 38.013483], [108.789605, 38.045673], [108.792198, 38.051485], [108.830415, 38.05103], [108.838714, 38.04833], [108.870771, 38.028879], [108.884731, 37.998452], [108.88415, 37.989258], [108.890363, 37.97538], [108.928844, 37.922565], [108.932279, 37.920408], [108.939162, 37.920453], [108.967312, 37.929464], [108.969376, 37.93111], [108.976889, 37.946672], [108.974796, 37.95672], [108.977858, 37.96153], [108.994834, 37.966757], [109.012674, 37.978888], [109.02188, 37.990627], [109.038128, 38.005961], [109.062908, 38.021821], [109.063919, 38.02668], [109.041958, 38.054908], [109.062068, 38.093769], [109.000442, 38.135331], [108.947391, 38.166379], [108.938685, 38.179027], [108.940441, 38.213796], [108.956451, 38.229149], [108.969227, 38.250188], [108.968535, 38.25792], [108.965368, 38.260183], [108.96543, 38.273673], [108.971109, 38.293505], [108.982355, 38.30545], [109.008634, 38.360685], [109.026544, 38.367368], [109.058488, 38.398329], [109.055715, 38.415182], [109.046119, 38.431554], [109.090525, 38.456641], [109.118491, 38.470275], [109.125001, 38.4771], [109.144942, 38.50666], [109.179021, 38.525348], [109.207389, 38.561292], [109.246001, 38.601853], [109.264414, 38.616589], [109.268076, 38.61815], [109.27595, 38.617793], [109.30475, 38.598207], [109.31897, 38.594927], [109.35779, 38.623713], [109.3567, 38.628417], [109.336175, 38.644984], [109.331172, 38.653718], [109.32161, 38.664543], [109.320664, 38.668628], [109.329374, 38.688365], [109.340264, 38.698512], [109.374944, 38.71175], [109.399854, 38.73], [109.446789, 38.783512], [109.503732, 38.82996], [109.512278, 38.830167], [109.540955, 38.805278], [109.547243, 38.803552], [109.552504, 38.806016], [109.607174, 38.853017], [109.621696, 38.857115], [109.642745, 38.882169], [109.657238, 38.906969], [109.680758, 38.936489], [109.681066, 38.961177], [109.678472, 38.965827], [109.657216, 38.981724], [109.667445, 38.997731], [109.686353, 38.988624], [109.689006, 39.000324], [109.698036, 39.018451], [109.721262, 39.018709], [109.750468, 39.051182], [109.763264, 39.060429], [109.789397, 39.073798], [109.826063, 39.108001], [109.851309, 39.123024], [109.859357, 39.123427], [109.872814, 39.118419], [109.878377, 39.109712], [109.879808, 39.10272], [109.915286, 39.102265], [109.916341, 39.103453], [109.908502, 39.120839], [109.891403, 39.145237], [109.893507, 39.148607], [109.906102, 39.155455], [109.906529, 39.157069], [109.903646, 39.160723], [109.910167, 39.170716], [109.930854, 39.169119], [109.954169, 39.185329], [109.954925, 39.19102], [109.894226, 39.226948], [109.879908, 39.230957], [109.865387, 39.241741], [109.86596, 39.251596], [109.877638, 39.263707], [109.900837, 39.270433], [109.922331, 39.252799], [109.936973, 39.236315], [109.940956, 39.228413], [109.95647, 39.211496], [109.988864, 39.209952], [109.992091, 39.207829], [110.031393, 39.213462], [110.045743, 39.220746], [110.078686, 39.228138], [110.082518, 39.234303], [110.094668, 39.243148], [110.135056, 39.259595], [110.186102, 39.279493], [110.209837, 39.281506], [110.20194, 39.289323], [110.200369, 39.303323], [110.19392, 39.322767], [110.186522, 39.334944], [110.178276, 39.356175], [110.1716, 39.36753], [110.164857, 39.3704], [110.162459, 39.373494], [110.160037, 39.382426], [110.15427, 39.388084], [110.139558, 39.386956], [110.131134, 39.390672], [110.120356, 39.41382], [110.119593, 39.424326], [110.124029, 39.446408], [110.130477, 39.45171], [110.140214, 39.454637], [110.194557, 39.437152], [110.21107, 39.442517], [110.226053, 39.434405], [110.232864, 39.423121], [110.269425, 39.425158], [110.271153, 39.418736], [110.266513, 39.404078], [110.263415, 39.400459], [110.275423, 39.393116], [110.287477, 39.382134], [110.289922, 39.37808], [110.289754, 39.375234], [110.305858, 39.364764], [110.327867, 39.34558], [110.351322, 39.332108], [110.366797, 39.326812], [110.380053, 39.309121], [110.387889, 39.311174], [110.400883, 39.318977], [110.422932, 39.338313], [110.420912, 39.342294], [110.410168, 39.347817], [110.414605, 39.361012], [110.423846, 39.377937], [110.441624, 39.380296], [110.460368, 39.375882], [110.464455, 39.37375], [110.47524, 39.361193], [110.492398, 39.358218], [110.506762, 39.368582], [110.504785, 39.374383], [110.505028, 39.380174], [110.517224, 39.382088], [110.532056, 39.372072], [110.552311, 39.352841], [110.564984, 39.329672], [110.561166, 39.317666], [110.565333, 39.309624], [110.575881, 39.296827], [110.594566, 39.278261], [110.616772, 39.26794], [110.624641, 39.266338], [110.682214, 39.267597], [110.693386, 39.270805], [110.702463, 39.276038], [110.72056, 39.298391], [110.734441, 39.348916], [110.739522, 39.357943], [110.76178, 39.378554], [110.775638, 39.386261], [110.779532, 39.390071], [110.788558, 39.408168], [110.804522, 39.419038], [110.818594, 39.43345], [110.858128, 39.482445], [110.860409, 39.490674], [110.878025, 39.506847], [110.894828, 39.510829], [110.905524, 39.508156], [110.953912, 39.517686], [110.979013, 39.531322], [110.987283, 39.539013], [110.992506, 39.548371], [110.995439, 39.550483], [111.010031, 39.550357], [111.016476, 39.552385], [111.016774, 39.560688], [111.018388, 39.561459], [111.021787, 39.560912], [111.0255, 39.556337], [111.028475, 39.557099], [111.029182, 39.55973], [111.026656, 39.563075], [111.018151, 39.565043], [111.018687, 39.569762], [111.023675, 39.570133], [111.032804, 39.567929], [111.035661, 39.564919], [111.035292, 39.552548], [111.038324, 39.550759], [111.055147, 39.555673], [111.07627, 39.554867], [111.082295, 39.55038], [111.084636, 39.550323], [111.112114, 39.564275], [111.116159, 39.576648], [111.122822, 39.582358], [111.130436, 39.584976], [111.135195, 39.583548], [111.135604, 39.576475], [111.145133, 39.570349], [111.150128, 39.561948], [111.142181, 39.530918], [111.13779, 39.523321], [111.118154, 39.514094], [111.099605, 39.497335], [111.092431, 39.485641], [111.089232, 39.472649], [111.081232, 39.461565], [111.051364, 39.445403], [111.048001, 39.431886], [111.053778, 39.403639], [111.059135, 39.398943], [111.066858, 39.399737], [111.074604, 39.409356], [111.078872, 39.411177], [111.085091, 39.41041], [111.092375, 39.400715], [111.07949, 39.38024], [111.094347, 39.357536], [111.10451, 39.355952], [111.114374, 39.359163], [111.118452, 39.365325], [111.148569, 39.367507], [111.151195, 39.364339], [111.152285, 39.356339], [111.146756, 39.340062], [111.151774, 39.335234], [111.156569, 39.334543], [111.161066, 39.336542], [111.163248, 39.343591], [111.174512, 39.349779], [111.18263, 39.34943], [111.187548, 39.346258], [111.187434, 39.339368], [111.1759, 39.331975], [111.172585, 39.326856], [111.188577, 39.308719], [111.20763, 39.300569], [111.234664, 39.302316], [111.240018, 39.301872], [111.241907, 39.300295], [111.231265, 39.288962], [111.221909, 39.284692], [111.210935, 39.267839], [111.20823, 39.253793], [111.213385, 39.243222], [111.212748, 39.23894], [111.204963, 39.228277], [111.196977, 39.222309], [111.179542, 39.182812], [111.175211, 39.176681], [111.165334, 39.167887], [111.15699, 39.15337], [111.157091, 39.148697], [111.165195, 39.141745], [111.167724, 39.134323], [111.156253, 39.10658], [111.150963, 39.102965], [111.141557, 39.099869], [111.137599, 39.09563], [111.140162, 39.087764], [111.139786, 39.079265], [111.135936, 39.068946], [111.130749, 39.061982], [111.111091, 39.044648], [111.09708, 39.037755], [111.081676, 39.025634], [111.068704, 39.021828], [111.031991, 39.018801], [111.023674, 39.015529], [110.989187, 38.995172], [110.979751, 38.983502], [110.975347, 38.975045], [110.974108, 38.97103], [110.974982, 38.967269], [110.990644, 38.957585], [111.005532, 38.92988], [111.004788, 38.915139], [111.010322, 38.88771], [111.008924, 38.883045], [110.997239, 38.871449], [110.991764, 38.86907], [110.989205, 38.865991], [110.990484, 38.860878], [110.999261, 38.851398], [111.001776, 38.840168], [111, 38.834962], [110.992588, 38.827136], [110.986486, 38.816896], [110.982913, 38.809692], [110.983614, 38.805488], [110.979252, 38.795772], [110.970874, 38.785824], [110.955125, 38.779976], [110.950133, 38.775283], [110.950134, 38.770497], [110.959024, 38.759344], [110.958877, 38.754165], [110.951576, 38.740825], [110.939769, 38.729027], [110.934371, 38.720751], [110.927668, 38.714626], [110.916479, 38.70911], [110.91023, 38.704202], [110.904606, 38.692387], [110.905186, 38.686007], [110.910567, 38.675217], [110.909857, 38.670736], [110.89934, 38.662453], [110.890656, 38.660104], [110.888504, 38.657953], [110.882674, 38.638519], [110.873413, 38.622524], [110.874188, 38.614707], [110.888847, 38.596931], [110.890859, 38.588293], [110.895126, 38.585506], [110.91315, 38.580884], [110.915025, 38.579044], [110.913185, 38.57277], [110.90522, 38.564221], [110.90338, 38.559079], [110.903345, 38.552253], [110.906556, 38.544818], [110.903753, 38.524944], [110.900428, 38.519156], [110.894003, 38.514462], [110.873587, 38.515141], [110.864132, 38.509025], [110.864234, 38.503555], [110.869017, 38.493904], [110.866119, 38.475184], [110.872757, 38.46037], [110.868387, 38.453497], [110.844649, 38.440551], [110.838736, 38.438755], [110.830992, 38.44089], [110.819032, 38.449088], [110.809824, 38.451785], [110.790042, 38.452591], [110.78011, 38.448839], [110.775468, 38.44476], [110.762141, 38.419664], [110.751315, 38.394972], [110.748856, 38.379445], [110.745729, 38.370896], [110.732936, 38.361268], [110.723732, 38.35799], [110.715099, 38.357441], [110.690348, 38.343852], [110.662561, 38.312401], [110.650797, 38.306706], [110.638044, 38.304171], [110.590574, 38.308297], [110.582859, 38.306356], [110.577519, 38.303027], [110.566708, 38.285762], [110.56832, 38.269174], [110.562181, 38.240829], [110.563876, 38.224672], [110.561829, 38.218658], [110.556444, 38.212312], [110.551276, 38.21003], [110.530278, 38.211436], [110.516096, 38.207096], [110.506716, 38.197797], [110.500414, 38.184567], [110.499494, 38.158174], [110.515031, 38.128088], [110.515782, 38.122147], [110.511848, 38.114115], [110.495915, 38.097161], [110.494658, 38.08625], [110.502518, 38.070588], [110.503402, 38.064087], [110.502804, 38.057858], [110.49568, 38.03816], [110.498152, 38.021827], [110.501188, 38.013842], [110.513513, 38.007661], [110.519007, 38.001094], [110.52213, 37.994355], [110.521064, 37.98748], [110.511483, 37.97253], [110.512302, 37.96091], [110.520365, 37.951258], [110.529846, 37.947334], [110.550361, 37.942757], [110.586992, 37.922778], [110.650304, 37.829017], [110.663329, 37.802013], [110.664015, 37.795787], [110.668745, 37.790992], [110.675918, 37.787461], [110.697099, 37.783436], [110.712504, 37.777698], [110.733985, 37.766595], [110.751304, 37.753476], [110.753171, 37.748409], [110.752136, 37.742089], [110.74917, 37.737645], [110.730548, 37.73056], [110.7181, 37.729304], [110.710002, 37.726775], [110.699773, 37.721232], [110.696729, 37.71734], [110.696499, 37.713871], [110.702652, 37.702686], [110.706941, 37.698886], [110.735201, 37.68812], [110.750842, 37.68691], [110.761286, 37.684011], [110.775873, 37.674702], [110.791003, 37.660367], [110.790903, 37.65566], [110.783763, 37.646682], [110.779896, 37.645056], [110.76433, 37.64525], [110.758665, 37.640313], [110.757453, 37.635644], [110.759653, 37.627305], [110.763456, 37.622746], [110.766009, 37.615502], [110.766947, 37.599613], [110.769234, 37.589957], [110.77462, 37.58176], [110.787086, 37.568601], [110.790536, 37.561146], [110.789571, 37.557334], [110.776597, 37.544161], [110.765194, 37.537042], [110.766384, 37.519303], [110.758068, 37.511351], [110.753604, 37.501635], [110.751376, 37.489104], [110.753929, 37.478354], [110.753611, 37.473218], [110.745457, 37.455384], [110.742468, 37.451907], [110.732595, 37.449049], [110.674673, 37.441233], [110.644916, 37.439877], [110.641002, 37.438021], [110.637192, 37.431492], [110.625281, 37.395432], [110.625158, 37.376046], [110.630387, 37.363631], [110.636919, 37.358977], [110.645439, 37.355623], [110.682705, 37.354574], [110.691978, 37.350179], [110.694762, 37.346231], [110.696022, 37.339894], [110.694702, 37.333453], [110.691581, 37.328123], [110.684576, 37.32177], [110.674591, 37.318066], [110.672377, 37.315186], [110.674003, 37.305961], [110.685628, 37.292511], [110.686017, 37.288028], [110.683769, 37.284257], [110.679875, 37.281588], [110.673854, 37.280595], [110.658479, 37.282139], [110.651929, 37.278197], [110.648706, 37.272306], [110.647091, 37.256654], [110.633473, 37.245453], [110.627445, 37.232092], [110.607196, 37.213675], [110.573877, 37.175114], [110.532068, 37.142738], [110.528142, 37.129038], [110.530381, 37.115571], [110.528863, 37.111163], [110.523512, 37.105347], [110.501291, 37.095206], [110.493564, 37.089735], [110.482383, 37.074102], [110.472057, 37.065847], [110.461615, 37.051224], [110.453677, 37.043727], [110.44525, 37.041153], [110.430298, 37.042627], [110.420568, 37.039722], [110.413013, 37.034904], [110.411526, 37.02909], [110.414828, 37.024547], [110.442575, 37.01966], [110.444751, 37.015267], [110.443093, 37.009272], [110.435229, 37.00525], [110.426298, 37.005528], [110.419128, 37.008863], [110.404302, 37.019797], [110.391166, 37.022186], [110.375648, 37.02046], [110.372447, 37.017942], [110.370717, 37.013115], [110.37132, 37.009293], [110.375393, 37.002679], [110.390876, 36.992782], [110.398637, 36.991332], [110.403543, 36.987658], [110.417991, 36.965178], [110.419945, 36.957384], [110.41851, 36.948366], [110.409052, 36.932042], [110.403313, 36.892485], [110.39588, 36.886113], [110.387091, 36.883818], [110.374737, 36.884108], [110.369229, 36.880349], [110.369263, 36.876194], [110.372968, 36.871997], [110.381026, 36.869333], [110.403751, 36.866906], [110.414502, 36.861567], [110.418544, 36.855739], [110.417221, 36.842323], [110.415091, 36.835961], [110.41251, 36.833468], [110.402715, 36.82961], [110.400764, 36.827198], [110.401785, 36.823823], [110.414329, 36.820945], [110.41734, 36.818379], [110.417489, 36.809231], [110.412427, 36.794169], [110.400413, 36.774078], [110.392063, 36.772502], [110.380956, 36.775289], [110.377396, 36.773448], [110.376792, 36.769466], [110.382092, 36.765019], [110.399182, 36.763877], [110.414822, 36.760071], [110.425303, 36.750135], [110.426738, 36.746754], [110.425048, 36.741728], [110.417486, 36.735721], [110.414228, 36.735348], [110.409753, 36.730917], [110.408855, 36.726207], [110.41066, 36.722773], [110.416002, 36.721188], [110.419639, 36.721808], [110.423487, 36.724821], [110.430777, 36.735028], [110.43654, 36.736957], [110.445471, 36.734713], [110.447031, 36.730326], [110.442157, 36.720747], [110.429549, 36.707791], [110.428353, 36.700434], [110.432639, 36.686919], [110.429238, 36.680016], [110.424048, 36.678936], [110.418307, 36.679915], [110.408286, 36.693097], [110.398336, 36.696691], [110.391426, 36.694658], [110.388135, 36.691765], [110.385976, 36.686352], [110.386661, 36.680012], [110.394438, 36.672477], [110.40374, 36.666829], [110.414541, 36.663021], [110.420492, 36.657847], [110.440671, 36.622899], [110.465451, 36.596152], [110.474071, 36.590459], [110.487153, 36.585688], [110.491726, 36.582018], [110.491091, 36.573435], [110.483179, 36.560844], [110.482394, 36.555385], [110.483954, 36.550017], [110.496414, 36.533485], [110.494979, 36.517987], [110.49789, 36.492685], [110.497508, 36.483777], [110.493742, 36.475292], [110.473158, 36.460198], [110.469232, 36.456163], [110.467311, 36.451446], [110.469981, 36.443411], [110.484446, 36.426844], [110.486315, 36.418344], [110.480853, 36.400698], [110.482267, 36.395537], [110.472675, 36.379615], [110.464127, 36.369613], [110.463294, 36.349526], [110.457515, 36.342418], [110.454306, 36.334872], [110.454286, 36.329295], [110.457153, 36.323369], [110.468811, 36.309577], [110.462539, 36.297084], [110.461944, 36.292829], [110.470297, 36.28173], [110.469181, 36.268732], [110.471486, 36.259546], [110.468057, 36.247201], [110.450223, 36.225895], [110.44695, 36.218491], [110.447426, 36.214201], [110.453444, 36.203798], [110.454205, 36.196643], [110.441387, 36.166911], [110.444354, 36.145416], [110.444314, 36.134333], [110.452392, 36.108979], [110.465103, 36.093883], [110.465337, 36.084081], [110.462038, 36.074126], [110.47527, 36.057854], [110.476252, 36.053131], [110.487048, 36.033747], [110.488903, 36.019306], [110.494758, 36.007698], [110.486383, 35.994636], [110.486662, 35.992332], [110.493362, 35.983306], [110.506185, 35.977714], [110.511298, 35.972216], [110.509341, 35.95805], [110.500176, 35.953107], [110.497273, 35.949423], [110.498018, 35.94284], [110.501273, 35.935246], [110.511132, 35.92342], [110.507812, 35.908758], [110.510213, 35.897538], [110.505932, 35.880038], [110.512034, 35.877289], [110.52292, 35.87544], [110.537174, 35.879536], [110.542703, 35.878334], [110.546028, 35.875405], [110.543779, 35.847871], [110.545466, 35.838558], [110.559181, 35.822121], [110.566218, 35.803482], [110.566003, 35.800327], [110.559566, 35.79083], [110.558503, 35.785786], [110.570226, 35.766566], [110.568785, 35.751955], [110.57245, 35.7389], [110.572596, 35.728687], [110.57453, 35.722094], [110.574426, 35.713956], [110.57192, 35.70796], [110.572381, 35.701797], [110.579636, 35.68997], [110.584429, 35.687337], [110.586365, 35.684092], [110.58596, 35.664969], [110.5909, 35.661549], [110.598427, 35.659709], [110.606154, 35.650956], [110.609092, 35.644537], [110.610006, 35.636649], [110.608699, 35.623643], [110.607219, 35.614155], [110.603864, 35.60775], [110.605506, 35.603171], [110.604057, 35.600041], [110.606979, 35.595888], [110.608227, 35.588895], [110.599353, 35.57198], [110.593466, 35.570298], [110.582472, 35.563536], [110.579367, 35.558611], [110.57354, 35.556812], [110.567341, 35.547955], [110.536238, 35.47576], [110.529212, 35.464969], [110.501265, 35.436522], [110.47976, 35.430889], [110.469308, 35.41842], [110.465013, 35.404328], [110.455699, 35.398537], [110.447109, 35.396172], [110.439532, 35.387775], [110.432824, 35.366364], [110.416287, 35.348733], [110.412555, 35.338953], [110.413649, 35.328272], [110.405647, 35.316535], [110.408624, 35.307939], [110.403364, 35.302437], [110.403072, 35.292769], [110.393802, 35.283335], [110.384333, 35.282354], [110.378221, 35.27841], [110.37301, 35.263483], [110.367719, 35.258778], [110.364264, 35.252908], [110.365619, 35.236776], [110.364169, 35.222192], [110.362109, 35.212394], [110.355999, 35.200273], [110.353628, 35.186179], [110.354527, 35.175822], [110.361002, 35.149478], [110.370009, 35.139395], [110.364804, 35.125294], [110.355473, 35.110827], [110.34959, 35.088572], [110.340875, 35.075803], [110.332857, 35.070469], [110.335956, 35.061855], [110.334859, 35.052359], [110.317857, 35.029625], [110.300096, 35.025056], [110.298396, 35.021487], [110.300822, 35.004172], [110.29686, 34.996001], [110.27192, 34.980996], [110.266551, 34.972776], [110.266371, 34.961041], [110.261105, 34.956596], [110.249716, 34.951861], [110.235138, 34.936611], [110.230973, 34.924488], [110.230241, 34.907971], [110.230789, 34.89782], [110.25218, 34.777897], [110.253383, 34.762636], [110.252134, 34.737821], [110.233974, 34.666864], [110.234284, 34.658109], [110.237383, 34.649875], [110.244823, 34.638162], [110.253673, 34.630318], [110.267175, 34.621881], [110.285155, 34.613995], [110.30171, 34.608896], [110.353445, 34.607425], [110.371694, 34.600639], [110.36373, 34.589603], [110.365401, 34.587474], [110.366118, 34.579111], [110.363547, 34.573386], [110.359129, 34.569853], [110.36004, 34.567996], [110.373701, 34.563342], [110.388736, 34.562996], [110.393693, 34.564476], [110.398959, 34.559281], [110.395719, 34.555461], [110.388057, 34.553456], [110.381208, 34.555752], [110.37424, 34.553249], [110.368028, 34.545086], [110.356819, 34.534843], [110.35571, 34.530806], [110.356933, 34.519225], [110.363097, 34.497775], [110.365976, 34.494508], [110.368994, 34.495441], [110.373002, 34.487611], [110.372547, 34.484815], [110.374616, 34.479834], [110.381221, 34.4712], [110.387544, 34.467018], [110.389682, 34.455341], [110.393004, 34.452919], [110.396846, 34.446198], [110.39547, 34.441914], [110.398224, 34.435892], [110.405069, 34.429495], [110.4026, 34.425854], [110.405577, 34.421228], [110.416473, 34.416137], [110.424265, 34.409875], [110.445644, 34.402791], [110.454159, 34.403724], [110.456943, 34.408744], [110.462551, 34.411362], [110.471409, 34.409538], [110.468764, 34.396455], [110.472988, 34.383599], [110.481157, 34.369199], [110.481267, 34.356912], [110.494568, 34.351779], [110.501183, 34.342475], [110.496038, 34.322375], [110.48391, 34.319331], [110.471228, 34.323381], [110.467123, 34.321273], [110.466652, 34.31648], [110.460853, 34.306511], [110.454073, 34.302517], [110.44996, 34.296119], [110.442677, 34.291976], [110.431701, 34.291502], [110.428858, 34.292663], [110.423268, 34.289967], [110.422269, 34.275954], [110.427166, 34.273242], [110.437658, 34.258106], [110.43535, 34.252518], [110.433213, 34.251269], [110.432722, 34.245429], [110.436408, 34.241638], [110.443315, 34.242373], [110.459254, 34.240102], [110.467564, 34.235708], [110.480855, 34.234098], [110.49778, 34.224137], [110.500236, 34.220077], [110.504935, 34.216991], [110.507529, 34.216759], [110.514108, 34.220994], [110.543703, 34.216285], [110.547, 34.211606], [110.548316, 34.199368], [110.553718, 34.194175], [110.564694, 34.190981], [110.571924, 34.193638], [110.584989, 34.190663], [110.586107, 34.188723], [110.583044, 34.184666], [110.582993, 34.180543], [110.608898, 34.176936], [110.618609, 34.178185], [110.631162, 34.169132], [110.637755, 34.162056], [110.633568, 34.152332], [110.621639, 34.141629], [110.619439, 34.135721], [110.620818, 34.131552], [110.614083, 34.125897], [110.606971, 34.113091], [110.599448, 34.108722], [110.58852, 34.10734], [110.584734, 34.101641], [110.58927, 34.081559], [110.588868, 34.067614], [110.583362, 34.062672], [110.583186, 34.060326], [110.585774, 34.059527], [110.584786, 34.049987], [110.582579, 34.048966], [110.586235, 34.046964], [110.576025, 34.044884], [110.577759, 34.042736], [110.584458, 34.04055], [110.580427, 34.025058], [110.608069, 34.025039], [110.610736, 34.031009], [110.606711, 34.031521], [110.610064, 34.03573], [110.614093, 34.037525], [110.619941, 34.034491], [110.626902, 34.026901], [110.62651, 34.025194], [110.622824, 34.024601], [110.622041, 34.02085], [110.629808, 34.017803], [110.632562, 34.013641], [110.631791, 34.010134], [110.643636, 33.995692], [110.645591, 33.986877], [110.644695, 33.976856], [110.650315, 33.971863], [110.663404, 33.967108], [110.666707, 33.963596], [110.667505, 33.955246], [110.67192, 33.950361], [110.665376, 33.941867], [110.65563, 33.939481], [110.652712, 33.944935], [110.645499, 33.946131], [110.637937, 33.937535], [110.637332, 33.934214], [110.628652, 33.926854], [110.620721, 33.927056], [110.617892, 33.919134], [110.622187, 33.914426], [110.623014, 33.908957], [110.605966, 33.910004], [110.598377, 33.905216], [110.585266, 33.900691], [110.582159, 33.887898], [110.592943, 33.877886], [110.59438, 33.872064], [110.606486, 33.870596], [110.60792, 33.860489], [110.605776, 33.853473], [110.621271, 33.849335], [110.635918, 33.848484], [110.657007, 33.854839], [110.662132, 33.854032], [110.666983, 33.848391], [110.683133, 33.839679], [110.692948, 33.837229], [110.701326, 33.83769], [110.706503, 33.835722], [110.718081, 33.820731], [110.7204, 33.809793], [110.730187, 33.804111], [110.732821, 33.800686], [110.760243, 33.795753], [110.769293, 33.798271], [110.777211, 33.796645], [110.776124, 33.794017], [110.77814, 33.783489], [110.794612, 33.774003], [110.796396, 33.767717], [110.802745, 33.757484], [110.811656, 33.753444], [110.811111, 33.740174], [110.816942, 33.726957], [110.826585, 33.71695], [110.818617, 33.696904], [110.818424, 33.686461], [110.827892, 33.677079], [110.832261, 33.667056], [110.853092, 33.658884], [110.874472, 33.633025], [110.885872, 33.635503], [110.900944, 33.628945], [110.93308, 33.622597], [110.938762, 33.618904], [110.943645, 33.609175], [110.956949, 33.611412], [110.968193, 33.606287], [110.970618, 33.600652], [110.981103, 33.591103], [110.9854, 33.590885], [110.999977, 33.576693], [111.001813, 33.566582], [111.004793, 33.56039], [110.99955, 33.551842], [110.996582, 33.535062], [111.015349, 33.521825], [111.017073, 33.511887], [111.022543, 33.500016], [111.026791, 33.48532], [111.021286, 33.478636], [111.019702, 33.478584], [111.017353, 33.473049], [111.016926, 33.468851], [111.020017, 33.466215], [111.01623, 33.452592], [111.00781, 33.437774], [111.004387, 33.437294], [110.996671, 33.441187], [110.992751, 33.439378], [110.990918, 33.436537], [111.003661, 33.423968], [111.010559, 33.393137], [111.019438, 33.388146], [111.025111, 33.375277], [111.031472, 33.370685], [111.027928, 33.361578], [111.020114, 33.354478], [111.029372, 33.335072], [111.020239, 33.329552], [111.008259, 33.329368], [111.005775, 33.32773], [110.99849, 33.314729], [111.001789, 33.304418], [110.991924, 33.302375], [110.9899, 33.294942], [110.991885, 33.288377], [110.984977, 33.278348], [110.975485, 33.271845], [110.989636, 33.257125], [110.988249, 33.253963], [110.962621, 33.260565], [110.955457, 33.254488], [110.951547, 33.24422], [110.937735, 33.236446], [110.937072, 33.228649], [110.932715, 33.221852], [110.918749, 33.210322], [110.914, 33.203976], [110.909701, 33.204503], [110.907307, 33.207315], [110.907361, 33.209363], [110.910748, 33.210039], [110.909268, 33.214478], [110.90163, 33.212003], [110.898169, 33.204372], [110.895011, 33.204117], [110.893034, 33.211165], [110.878271, 33.210567], [110.87337, 33.212586], [110.872153, 33.215884], [110.870061, 33.216555], [110.857972, 33.216028], [110.855, 33.211154], [110.84758, 33.208048], [110.831812, 33.206991], [110.823219, 33.203858], [110.815026, 33.193668], [110.809314, 33.174186], [110.810815, 33.170516], [110.817643, 33.166399], [110.818762, 33.160728], [110.817256, 33.155768], [110.812304, 33.153598], [110.807687, 33.154335], [110.802389, 33.162178], [110.790558, 33.151758], [110.775937, 33.148222], [110.765111, 33.154161], [110.757575, 33.154553], [110.75275, 33.150671], [110.752825, 33.146338], [110.734019, 33.142072], [110.733108, 33.136059], [110.727751, 33.135773], [110.719413, 33.132341], [110.715172, 33.126086], [110.713908, 33.120228], [110.717663, 33.118522], [110.718284, 33.105988], [110.716567, 33.101335], [110.705091, 33.095969], [110.673169, 33.121396], [110.672455, 33.130594], [110.66488, 33.138018], [110.661922, 33.137419], [110.650705, 33.151522], [110.649734, 33.16309], [110.639621, 33.164393], [110.63805, 33.160185], [110.640892, 33.154562], [110.637917, 33.147668], [110.636212, 33.145975], [110.625309, 33.143946], [110.618671, 33.144688], [110.611981, 33.150421], [110.595591, 33.15186], [110.589153, 33.156908], [110.588238, 33.15891], [110.593388, 33.161455], [110.595763, 33.175708], [110.59208, 33.181646], [110.592097, 33.20731], [110.590224, 33.213606], [110.583592, 33.21813], [110.578237, 33.224525], [110.582418, 33.235924], [110.575716, 33.243426], [110.570409, 33.246024], [110.565475, 33.245419], [110.559779, 33.250608], [110.558294, 33.254136], [110.542265, 33.255059], [110.530908, 33.258354], [110.52735, 33.256744], [110.527228, 33.247648], [110.532422, 33.24356], [110.532517, 33.2411], [110.526519, 33.231349], [110.519464, 33.226196], [110.51355, 33.226545], [110.513508, 33.233138], [110.508864, 33.236833], [110.49878, 33.217994], [110.49037, 33.210504], [110.487164, 33.210184], [110.489886, 33.205539], [110.47591, 33.192287], [110.472684, 33.192575], [110.465536, 33.186359], [110.464023, 33.182789], [110.467432, 33.181197], [110.467155, 33.17501], [110.465872, 33.174351], [110.45543, 33.175896], [110.447746, 33.180795], [110.441339, 33.182286], [110.435247, 33.180273], [110.431502, 33.176586], [110.423439, 33.172705], [110.415801, 33.171552], [110.398887, 33.178325], [110.39285, 33.176915], [110.369252, 33.178259], [110.365861, 33.181666], [110.370392, 33.181076], [110.372434, 33.18626], [110.36525, 33.186848], [110.351223, 33.176337], [110.336639, 33.175866], [110.333042, 33.167329], [110.335918, 33.161698], [110.333867, 33.160141], [110.319706, 33.165897], [110.30324, 33.16979], [110.280843, 33.172299], [110.263484, 33.170662], [110.25577, 33.164282], [110.250724, 33.163067], [110.242852, 33.164057], [110.240862, 33.166258], [110.232113, 33.165422], [110.225874, 33.160098], [110.206887, 33.164526], [110.194903, 33.182914], [110.172062, 33.192295], [110.165713, 33.20094], [110.168007, 33.204189], [110.167066, 33.206635], [110.157662, 33.21275], [110.136776, 33.207178], [110.110364, 33.203781], [110.100613, 33.206263], [110.093523, 33.209977], [110.086742, 33.204577], [110.074838, 33.204361], [110.064338, 33.207658], [110.061407, 33.205581], [110.062898, 33.204037], [110.06278, 33.198232], [110.049126, 33.193622], [110.039242, 33.196644], [110.02632, 33.196483], [110.019342, 33.205171], [110.007279, 33.210633], [109.989003, 33.205339], [109.98483, 33.200875], [109.979951, 33.20031], [109.94592, 33.215267], [109.92662, 33.227899], [109.914982, 33.228554], [109.904561, 33.232242], [109.897421, 33.237608], [109.881075, 33.240582], [109.872117, 33.244597], [109.864909, 33.250232], [109.850305, 33.2497], [109.83704, 33.244556], [109.816644, 33.241813], [109.812774, 33.240639], [109.809634, 33.237527], [109.795215, 33.235001], [109.781462, 33.235935], [109.778804, 33.239495], [109.773975, 33.240476], [109.735143, 33.233952], [109.727808, 33.23364], [109.723132, 33.238476], [109.707071, 33.234698], [109.698932, 33.243167], [109.700391, 33.248246], [109.694554, 33.258115], [109.663143, 33.257997], [109.658183, 33.256277], [109.655962, 33.25288], [109.6574, 33.251261], [109.656194, 33.249167], [109.652063, 33.248161], [109.64402, 33.256604], [109.639312, 33.270303], [109.619991, 33.272876], [109.609817, 33.259655], [109.602993, 33.253766], [109.602375, 33.24944], [109.605693, 33.241332], [109.606198, 33.233084], [109.595235, 33.234611], [109.584676, 33.232809], [109.576017, 33.233243], [109.564103, 33.237174], [109.557504, 33.236254], [109.538479, 33.243529], [109.535216, 33.242588], [109.533389, 33.238969], [109.5265, 33.238866], [109.520355, 33.243364], [109.513754, 33.24293], [109.514076, 33.235444], [109.499821, 33.226917], [109.504771, 33.218383], [109.50301, 33.21227], [109.500613, 33.210247], [109.478853, 33.202827], [109.476882, 33.1971], [109.478502, 33.190983], [109.475896, 33.184378], [109.44864, 33.170944], [109.448268, 33.159649], [109.437367, 33.152512], [109.437722, 33.149918], [109.441623, 33.145801], [109.453219, 33.146127], [109.457147, 33.144505], [109.461102, 33.142131], [109.461808, 33.13925], [109.482927, 33.139409], [109.489023, 33.141033], [109.502139, 33.139458], [109.518241, 33.135156], [109.544998, 33.133182], [109.547626, 33.132264], [109.544976, 33.125705], [109.545904, 33.124656], [109.554988, 33.123456], [109.561467, 33.126191], [109.565706, 33.126258], [109.567052, 33.125021], [109.565177, 33.122107], [109.568284, 33.11709], [109.578807, 33.118005], [109.58618, 33.122461], [109.597989, 33.109687], [109.604428, 33.10634], [109.62521, 33.114825], [109.63629, 33.114011], [109.660816, 33.115713], [109.66556, 33.114258], [109.681711, 33.117756], [109.693577, 33.113092], [109.699843, 33.102294], [109.705162, 33.099151], [109.725091, 33.095703], [109.730261, 33.090453], [109.73546, 33.088459], [109.739498, 33.089093], [109.74703, 33.085989], [109.754087, 33.078249], [109.763746, 33.074986], [109.772574, 33.069895], [109.79664, 33.068914], [109.792375, 33.058842], [109.7901, 33.04885], [109.791405, 33.044419], [109.786668, 33.026765], [109.791657, 33.020795], [109.786408, 33.017367], [109.782821, 33.001337], [109.785985, 32.997882], [109.785223, 32.987586], [109.779129, 32.98147], [109.777563, 32.974025], [109.780179, 32.969902], [109.779907, 32.966831], [109.778232, 32.964731], [109.772031, 32.962494], [109.770262, 32.958017], [109.774194, 32.940687], [109.771118, 32.93466], [109.767241, 32.933672], [109.760767, 32.91071], [109.767282, 32.906668], [109.78423, 32.884874], [109.794211, 32.879489], [109.800876, 32.87988], [109.810512, 32.887999], [109.819333, 32.891951], [109.839658, 32.89392], [109.845548, 32.897594], [109.852841, 32.912893], [109.857979, 32.915586], [109.86484, 32.914896], [109.879762, 32.90318], [109.890573, 32.906135], [109.903646, 32.906091], [109.909704, 32.904011], [109.916428, 32.899007], [109.924048, 32.888231], [109.926141, 32.887441], [109.95059, 32.889106], [109.968721, 32.88667], [109.985163, 32.88814], [109.995116, 32.877113], [110.010388, 32.872351], [110.017322, 32.875022], [110.02526, 32.874033], [110.031702, 32.862172], [110.047608, 32.852475], [110.059609, 32.851299], [110.075658, 32.846356], [110.099625, 32.834307], [110.111715, 32.823553], [110.115247, 32.814146], [110.118159, 32.811079], [110.122877, 32.80939], [110.136272, 32.80974], [110.136596, 32.797785], [110.134204, 32.792031], [110.132137, 32.789776], [110.124418, 32.787622], [110.120871, 32.782298], [110.125767, 32.774332], [110.135159, 32.765424], [110.149251, 32.768929], [110.158423, 32.763696], [110.15871, 32.755676], [110.156965, 32.748868], [110.158793, 32.736832], [110.166343, 32.719688], [110.16172, 32.711482], [110.154329, 32.707689], [110.154143, 32.695307], [110.150321, 32.689668], [110.148786, 32.680686], [110.165789, 32.667552], [110.171396, 32.665117], [110.179095, 32.654663], [110.183761, 32.651281], [110.189181, 32.642237], [110.19175, 32.640875], [110.197466, 32.641403], [110.201225, 32.637722], [110.198206, 32.629673], [110.183743, 32.621871], [110.182525, 32.617084], [110.180694, 32.617563], [110.175533, 32.61473], [110.16416, 32.600817], [110.148188, 32.591527], [110.139328, 32.592499], [110.140503, 32.595866], [110.139191, 32.605169], [110.134741, 32.607641], [110.129752, 32.605938], [110.126028, 32.610371], [110.123661, 32.619061], [110.086344, 32.621344], [110.081511, 32.617215], [110.080907, 32.608409], [110.085308, 32.594804], [110.089461, 32.591739], [110.089289, 32.586864], [110.084451, 32.584234], [110.076546, 32.586051], [110.069978, 32.583691], [110.061799, 32.576593], [110.056618, 32.562428], [110.048818, 32.561422], [110.033733, 32.556007], [110.029475, 32.545042], [110.024079, 32.5443], [110.004739, 32.545925], [109.999544, 32.551094], [109.994329, 32.552812], [109.988197, 32.553548], [109.98452, 32.552364], [109.977718, 32.554031], [109.968388, 32.576682], [109.965129, 32.578119], [109.960253, 32.576857], [109.948589, 32.570866], [109.940808, 32.573212], [109.931775, 32.584236], [109.921352, 32.592694], [109.916262, 32.590519], [109.904431, 32.589177], [109.900886, 32.592329], [109.88912, 32.595274], [109.886428, 32.592469], [109.87991, 32.590309], [109.871927, 32.591238], [109.861796, 32.585938], [109.856459, 32.580722], [109.850125, 32.580683], [109.844105, 32.584688], [109.837704, 32.584134], [109.830699, 32.581455], [109.82361, 32.574398], [109.819321, 32.574613], [109.817464, 32.577648], [109.813333, 32.578757], [109.791498, 32.581539], [109.781477, 32.580717], [109.770777, 32.587575], [109.750468, 32.584472], [109.724366, 32.607695], [109.717101, 32.603427], [109.705844, 32.605683], [109.698128, 32.605032], [109.694299, 32.598324], [109.688714, 32.596619], [109.673963, 32.602094], [109.661608, 32.599708], [109.622001, 32.599634], [109.61596, 32.593371], [109.613825, 32.589141], [109.621239, 32.582392], [109.621466, 32.578512], [109.617027, 32.569015], [109.613861, 32.568765], [109.612594, 32.562048], [109.618715, 32.559466], [109.62409, 32.559426], [109.631767, 32.55535], [109.634577, 32.549878], [109.633506, 32.536882], [109.629138, 32.533559], [109.618794, 32.533113], [109.612397, 32.521301], [109.599059, 32.523522], [109.577137, 32.514016], [109.569638, 32.498094], [109.568118, 32.489837], [109.565286, 32.484495], [109.562539, 32.481689], [109.546975, 32.482475], [109.54949, 32.474966], [109.544002, 32.465109], [109.543377, 32.453399], [109.533862, 32.442903], [109.524454, 32.437466], [109.52025, 32.428385], [109.520324, 32.421605], [109.526392, 32.413623], [109.526818, 32.404516], [109.525207, 32.400941], [109.522753, 32.398169], [109.513998, 32.398984], [109.496386, 32.392823], [109.495699, 32.387855], [109.500458, 32.370089], [109.505976, 32.357414], [109.505179, 32.352954], [109.513494, 32.337773], [109.500316, 32.316958], [109.494833, 32.311041], [109.495346, 32.308268], [109.487592, 32.295508], [109.486222, 32.290466], [109.496787, 32.284887], [109.507256, 32.287461], [109.511814, 32.285385], [109.514585, 32.281975], [109.510934, 32.27556], [109.513823, 32.270216], [109.52637, 32.265282], [109.533478, 32.251349], [109.533263, 32.246197], [109.541461, 32.236557], [109.549841, 32.230807], [109.554761, 32.221144], [109.561071, 32.224708], [109.566378, 32.220477], [109.584653, 32.215314], [109.592422, 32.214622], [109.603582, 32.20471], [109.596693, 32.198451], [109.592841, 32.183375], [109.586447, 32.174349], [109.584918, 32.158789], [109.588534, 32.145478], [109.587817, 32.13515], [109.61186, 32.115315], [109.618069, 32.100233], [109.608423, 32.096021], [109.609002, 32.085753], [109.611388, 32.078551], [109.602575, 32.071995], [109.597235, 32.070229], [109.584768, 32.047533], [109.588788, 32.042211], [109.581439, 32.030473], [109.584729, 32.023982], [109.586474, 32.001297], [109.597251, 31.991396], [109.615224, 31.981548], [109.62131, 31.970058], [109.619482, 31.967015], [109.624987, 31.959706], [109.624138, 31.950185], [109.624809, 31.94603], [109.627681, 31.942543], [109.624744, 31.937145], [109.621284, 31.935132], [109.619821, 31.92702], [109.617893, 31.924465], [109.602035, 31.923278], [109.595775, 31.925042], [109.585011, 31.911641], [109.586668, 31.906904], [109.584567, 31.900812], [109.578716, 31.896154], [109.592042, 31.886094], [109.598422, 31.883958], [109.603326, 31.885522], [109.60561, 31.884651], [109.613102, 31.868115], [109.61236, 31.860132], [109.6099, 31.857639], [109.611543, 31.851653], [109.621116, 31.843204], [109.622936, 31.837545], [109.622004, 31.833452], [109.629889, 31.822883], [109.633939, 31.820602], [109.635935, 31.812113], [109.634506, 31.807807], [109.626079, 31.803259], [109.609057, 31.807205], [109.601104, 31.803065], [109.597002, 31.79888], [109.598977, 31.795075], [109.596612, 31.787307], [109.588048, 31.783733], [109.586672, 31.781777], [109.590528, 31.768343], [109.587471, 31.757728], [109.588321, 31.752426], [109.594838, 31.75104], [109.600216, 31.745121], [109.593083, 31.742731], [109.59257, 31.738428], [109.589591, 31.736078], [109.579165, 31.732275], [109.579602, 31.728487], [109.574269, 31.730412], [109.549593, 31.727448], [109.543853, 31.731877], [109.526754, 31.724297], [109.522662, 31.723902], [109.520623, 31.726338], [109.499488, 31.719191], [109.487528, 31.723104], [109.482528, 31.722923], [109.473556, 31.721424], [109.458624, 31.716063], [109.453869, 31.718166], [109.450922, 31.724099], [109.445783, 31.725716], [109.431686, 31.723339], [109.41516, 31.722844], [109.409942, 31.719155], [109.410506, 31.712488], [109.40933, 31.711159], [109.391114, 31.71012], [109.383936, 31.706875], [109.360932, 31.710486], [109.318959, 31.710699], [109.305641, 31.713077], [109.298768, 31.712206], [109.289128, 31.714561], [109.28003, 31.719248], [109.276139, 31.71932], [109.274342, 31.730803], [109.278614, 31.740749], [109.274961, 31.748473], [109.266857, 31.750123], [109.265278, 31.752016], [109.267756, 31.754644], [109.266429, 31.75869], [109.251207, 31.760466], [109.249, 31.762423], [109.250009, 31.769731], [109.254744, 31.769749], [109.257983, 31.77391], [109.275016, 31.780031], [109.27051, 31.786906], [109.269465, 31.793145], [109.270532, 31.802058], [109.265344, 31.804358], [109.253096, 31.806045], [109.235775, 31.814462], [109.227326, 31.811421], [109.222732, 31.815142], [109.205595, 31.820949], [109.199995, 31.819945], [109.18858, 31.821589], [109.186607, 31.828042], [109.195583, 31.846238], [109.187861, 31.84949], [109.185206, 31.852741], [109.185597, 31.856218], [109.161809, 31.87799], [109.128101, 31.893642], [109.117553, 31.894919], [109.110858, 31.905902], [109.104789, 31.911333], [109.089818, 31.920132], [109.078515, 31.934751], [109.075504, 31.934601], [109.062672, 31.942252], [109.054534, 31.943986], [109.043671, 31.95199], [109.041486, 31.957443], [109.034837, 31.963002], [109.026407, 31.961742], [109.016254, 31.965646], [109.006895, 31.973095], [108.999049, 31.973523], [108.98926, 31.978385], [108.985351, 31.981977], [108.979025, 31.983773], [108.961212, 31.985779], [108.950259, 31.981307], [108.932253, 31.99224], [108.92204, 31.989977], [108.904233, 31.989961], [108.897405, 31.987623], [108.875345, 32.001349], [108.867317, 32.002808], [108.851278, 32.019821], [108.845867, 32.030225], [108.831206, 32.04095], [108.810996, 32.047753], [108.799901, 32.046923], [108.784766, 32.050038], [108.772351, 32.055834], [108.763281, 32.067359], [108.750297, 32.072473], [108.746941, 32.079416], [108.748296, 32.088914], [108.746935, 32.096974], [108.740379, 32.103837], [108.731531, 32.108764], [108.723836, 32.109356], [108.711199, 32.10632], [108.696412, 32.107417], [108.687441, 32.104798], [108.669242, 32.104907], [108.661178, 32.115511], [108.649462, 32.120396], [108.64774, 32.126515], [108.642017, 32.132069], [108.628301, 32.136478], [108.612066, 32.151328], [108.602286, 32.157974], [108.596444, 32.15763], [108.590811, 32.159385], [108.581468, 32.174134], [108.566334, 32.175675], [108.553089, 32.180336], [108.54507, 32.178424], [108.534266, 32.182256], [108.531512, 32.18835], [108.506124, 32.202687], [108.502524, 32.207096], [108.501536, 32.210954], [108.50294, 32.215218], [108.506144, 32.215914], [108.50962, 32.220399], [108.507347, 32.232114], [108.502623, 32.240984], [108.502933, 32.245589], [108.498743, 32.249748], [108.494511, 32.24921], [108.49101, 32.246782], [108.481025, 32.252008], [108.478732, 32.258554], [108.480591, 32.26256], [108.472833, 32.270578], [108.467578, 32.273617], [108.460671, 32.265867], [108.443519, 32.262638], [108.429696, 32.265352], [108.423777, 32.264333], [108.418015, 32.262769], [108.41261, 32.257304], [108.404531, 32.258398], [108.394242, 32.264376], [108.387335, 32.265556], [108.378186, 32.258902], [108.363887, 32.255223], [108.346071, 32.256372], [108.333608, 32.243669], [108.331109, 32.237969], [108.325205, 32.234588], [108.305821, 32.234506], [108.298458, 32.23823], [108.282437, 32.251674], [108.260949, 32.258222], [108.256463, 32.265774], [108.247297, 32.273614], [108.238121, 32.276377], [108.228045, 32.269826], [108.218001, 32.259109], [108.215662, 32.259011], [108.211908, 32.261769], [108.208295, 32.258874], [108.207442, 32.257497], [108.210131, 32.253032], [108.208841, 32.247465], [108.203886, 32.243097], [108.190023, 32.236431], [108.188522, 32.233326], [108.191308, 32.227717], [108.183722, 32.222345], [108.175166, 32.222703], [108.17109, 32.229643], [108.149318, 32.241198], [108.14353, 32.225671], [108.140148, 32.221097], [108.135998, 32.220065], [108.118576, 32.219585], [108.115174, 32.223721], [108.09853, 32.226632], [108.095671, 32.230825], [108.087719, 32.234473], [108.071002, 32.232232], [108.066692, 32.234533], [108.060609, 32.229873], [108.060946, 32.225864], [108.058988, 32.222928], [108.053739, 32.220377], [108.036242, 32.216616], [108.029, 32.222549], [108.02506, 32.221793], [108.019361, 32.214516], [108.019469, 32.200785], [108.012684, 32.193654], [108.013444, 32.18604], [108.019966, 32.181293], [108.020514, 32.176401], [108.002655, 32.167366], [108.000851, 32.164397], [108.001485, 32.159734], [107.997951, 32.160885], [107.996965, 32.159128], [107.998085, 32.156282], [107.989472, 32.149358], [107.972067, 32.147966], [107.957607, 32.16333], [107.954253, 32.164206], [107.933118, 32.183558], [107.919466, 32.199028], [107.917013, 32.200683], [107.913457, 32.199497], [107.908109, 32.201905], [107.899841, 32.210767], [107.886014, 32.216802], [107.873632, 32.203926], [107.861363, 32.204066], [107.841019, 32.220947], [107.840017, 32.22455], [107.829733, 32.22443], [107.824261, 32.229783], [107.820097, 32.236763], [107.81339, 32.240536], [107.806053, 32.250679], [107.799994, 32.26847], [107.784833, 32.280289], [107.770434, 32.309351], [107.757786, 32.321593], [107.753335, 32.32922], [107.751046, 32.337959], [107.746089, 32.339162], [107.710904, 32.329816], [107.701618, 32.334292], [107.694423, 32.346661], [107.69015, 32.358201], [107.688183, 32.365101], [107.690472, 32.369272], [107.687189, 32.381188], [107.680358, 32.39466], [107.677141, 32.396135], [107.674685, 32.400271], [107.667595, 32.398743], [107.653306, 32.40679], [107.649146, 32.412254], [107.642596, 32.415359], [107.634331, 32.410487], [107.630812, 32.406319], [107.628791, 32.406378], [107.622151, 32.410601], [107.614335, 32.410319], [107.609449, 32.407239], [107.601843, 32.416713], [107.551763, 32.395158], [107.547506, 32.394464], [107.542194, 32.396636], [107.538762, 32.395803], [107.534933, 32.38589], [107.531376, 32.385504], [107.49355, 32.400127], [107.487626, 32.416725], [107.481281, 32.427336], [107.474229, 32.427885], [107.469263, 32.421279], [107.452029, 32.419764], [107.450211, 32.42442], [107.444847, 32.428413], [107.446177, 32.434649], [107.450735, 32.436643], [107.455365, 32.44334], [107.455847, 32.456002], [107.453429, 32.460531], [107.444734, 32.465618], [107.437452, 32.466094], [107.434174, 32.467797], [107.428305, 32.48022], [107.4289, 32.492961], [107.424084, 32.503774], [107.432141, 32.518168], [107.42982, 32.540908], [107.422986, 32.537807], [107.389154, 32.542609], [107.382201, 32.546226], [107.371947, 32.548631], [107.366442, 32.541656], [107.367052, 32.537775], [107.362478, 32.529459], [107.342204, 32.512698], [107.308065, 32.50057], [107.294292, 32.490359], [107.290226, 32.475197], [107.287519, 32.471253], [107.282589, 32.470387], [107.275838, 32.465258], [107.276482, 32.460092], [107.280523, 32.457815], [107.281656, 32.451926], [107.27857, 32.447631], [107.278914, 32.439928], [107.280372, 32.437462], [107.274742, 32.42471], [107.265903, 32.424975], [107.260171, 32.42283], [107.26936, 32.410195], [107.266491, 32.406564], [107.260106, 32.405613], [107.245587, 32.415404], [107.237851, 32.412006], [107.231677, 32.426627], [107.204065, 32.437541], [107.199108, 32.440919], [107.193268, 32.453419], [107.197145, 32.462107], [107.189937, 32.469295], [107.179768, 32.472011], [107.169486, 32.482917], [107.16226, 32.480853], [107.157782, 32.477157], [107.145355, 32.480924], [107.133582, 32.481937], [107.122455, 32.480515], [107.115572, 32.487203], [107.118567, 32.495915], [107.113491, 32.497553], [107.110104, 32.496745], [107.108179, 32.502113], [107.107373, 32.508618], [107.111886, 32.50956], [107.115124, 32.51298], [107.10812, 32.516511], [107.093513, 32.51943], [107.075515, 32.53205], [107.071945, 32.531441], [107.065247, 32.533676], [107.067587, 32.539156], [107.079179, 32.545375], [107.08569, 32.556333], [107.083709, 32.566963], [107.087731, 32.57104], [107.090068, 32.57914], [107.095366, 32.588544], [107.100861, 32.592349], [107.100235, 32.597088], [107.09517, 32.604022], [107.096741, 32.610555], [107.094796, 32.615232], [107.093163, 32.618695], [107.085452, 32.625505], [107.08485, 32.638582], [107.09125, 32.648478], [107.093636, 32.655709], [107.088352, 32.669022], [107.085973, 32.671169], [107.083368, 32.671655], [107.07868, 32.669578], [107.071439, 32.670068], [107.061784, 32.673592], [107.057935, 32.67842], [107.054444, 32.684981], [107.056276, 32.695022], [107.061883, 32.697423], [107.063502, 32.700497], [107.061734, 32.710706], [107.045837, 32.717589], [107.03296, 32.711762], [107.027367, 32.711805], [107.025094, 32.716466], [107.025729, 32.72044], [107.012104, 32.720406], [107.009603, 32.72588], [107.003995, 32.730727], [107.00167, 32.729751], [106.996971, 32.722131], [106.985666, 32.715669], [106.985544, 32.713116], [106.9808, 32.712413], [106.960525, 32.718055], [106.946343, 32.718764], [106.941665, 32.716258], [106.941294, 32.714471], [106.932523, 32.710432], [106.911861, 32.705303], [106.908843, 32.705726], [106.900845, 32.714247], [106.899953, 32.722221], [106.894375, 32.725883], [106.891963, 32.72599], [106.881417, 32.720247], [106.876174, 32.724504], [106.867214, 32.727328], [106.861304, 32.727276], [106.842511, 32.723185], [106.839459, 32.720547], [106.836439, 32.71424], [106.81897, 32.706672], [106.810822, 32.710793], [106.810053, 32.713095], [106.79057, 32.713198], [106.78465, 32.700043], [106.781111, 32.69904], [106.77753, 32.702587], [106.775902, 32.711417], [106.777656, 32.717571], [106.776352, 32.726459], [106.779626, 32.735497], [106.777431, 32.739022], [106.743228, 32.737308], [106.727647, 32.740879], [106.723052, 32.735861], [106.7058, 32.726438], [106.703131, 32.72244], [106.690374, 32.713924], [106.679984, 32.710299], [106.672375, 32.704856], [106.669005, 32.697897], [106.658842, 32.691282], [106.645198, 32.688768], [106.636109, 32.689643], [106.625068, 32.683469], [106.60981, 32.684916], [106.586974, 32.690639], [106.581759, 32.690273], [106.56977, 32.679816], [106.552675, 32.670084], [106.549076, 32.677629], [106.545428, 32.679324], [106.540621, 32.677686], [106.536205, 32.673753], [106.512341, 32.668534], [106.500369, 32.664147], [106.497154, 32.660983], [106.496108, 32.653424], [106.494096, 32.651532], [106.464678, 32.653389], [106.45303, 32.658125], [106.446567, 32.640478], [106.4291, 32.62651], [106.417916, 32.619114], [106.402379, 32.621335], [106.39979, 32.618866], [106.387934, 32.625522], [106.378868, 32.63874], [106.380166, 32.649396], [106.375172, 32.650052], [106.362598, 32.663089], [106.344453, 32.673501], [106.3338, 32.67653], [106.31018, 32.673049], [106.293761, 32.680828], [106.285888, 32.673523], [106.268794, 32.672906], [106.264304, 32.67555], [106.261695, 32.685279], [106.254089, 32.696868], [106.246127, 32.698234], [106.237708, 32.694119], [106.216004, 32.694928], [106.211037, 32.699787], [106.206615, 32.700189], [106.203798, 32.696681], [106.177863, 32.695538], [106.170825, 32.698481], [106.170723, 32.70069], [106.173372, 32.703815], [106.164264, 32.710718], [106.149479, 32.707231], [106.145054, 32.716039], [106.140805, 32.720656], [106.131069, 32.722144], [106.125387, 32.725318], [106.123696, 32.7238], [106.108731, 32.722615], [106.102968, 32.736992], [106.089994, 32.739863], [106.087315, 32.744907], [106.083201, 32.748389], [106.069334, 32.755242], [106.068131, 32.77024], [106.05986, 32.772241], [106.058371, 32.775488], [106.061162, 32.784142], [106.078593, 32.790076], [106.092427, 32.791901], [106.096571, 32.794921], [106.09493, 32.804853], [106.089955, 32.810082], [106.087374, 32.81694], [106.089383, 32.825493], [106.082234, 32.82812], [106.078902, 32.826099], [106.066091, 32.826006], [106.067165, 32.8303], [106.056857, 32.838051], [106.047482, 32.849259], [106.044582, 32.859126], [106.038669, 32.867077], [106.036365, 32.866453], [106.038085, 32.86132], [106.034113, 32.855102], [106.030951, 32.854625], [106.025713, 32.858487], [106.017532, 32.858326], [106.01805, 32.849581], [106.009601, 32.84064], [106.007037, 32.831744], [105.991242, 32.830273], [105.980189, 32.842548], [105.974111, 32.84373], [105.967887, 32.847937], [105.965893, 32.851279], [105.961688, 32.85179], [105.956352, 32.847043], [105.952874, 32.840138], [105.928812, 32.829373], [105.887416, 32.838045], [105.869129, 32.831431], [105.863075, 32.832087], [105.85509, 32.828716], [105.853034, 32.826937], [105.852374, 32.822712], [105.84719, 32.819916], [105.838105, 32.821819], [105.829229, 32.827393], [105.823365, 32.826761], [105.81812, 32.815664], [105.823959, 32.803471], [105.819015, 32.800275], [105.814655, 32.791525], [105.818028, 32.785057], [105.819762, 32.771572], [105.814517, 32.774915], [105.806605, 32.773828], [105.803947, 32.765398], [105.793506, 32.756494], [105.784087, 32.754916], [105.77753, 32.75133], [105.772852, 32.758124], [105.77138, 32.763693], [105.76641, 32.769567], [105.761698, 32.769312], [105.754889, 32.764657], [105.751195, 32.768352], [105.745007, 32.769677], [105.736903, 32.761694], [105.73371, 32.757446], [105.733689, 32.755054], [105.714944, 32.761061], [105.704921, 32.755521], [105.700908, 32.751618], [105.697715, 32.745141], [105.686884, 32.744071], [105.67262, 32.729243], [105.6641, 32.728973], [105.6557, 32.721715], [105.65167, 32.722534], [105.647, 32.721319], [105.638477, 32.711261], [105.628516, 32.71078], [105.625244, 32.706008], [105.612284, 32.703246], [105.593049, 32.702313], [105.589518, 32.704172], [105.587814, 32.707182], [105.587602, 32.717121], [105.583893, 32.73122], [105.581055, 32.732392], [105.569879, 32.727607], [105.563537, 32.726916], [105.554639, 32.734691], [105.552803, 32.751428], [105.559498, 32.758316], [105.563697, 32.759894], [105.565946, 32.763882], [105.562538, 32.769907], [105.558683, 32.770157], [105.551752, 32.776744], [105.550814, 32.780672], [105.553731, 32.791992], [105.552469, 32.797134], [105.542578, 32.795932], [105.537359, 32.792483], [105.532082, 32.793811], [105.52876, 32.798942], [105.525685, 32.808811], [105.526799, 32.812915], [105.530072, 32.815313], [105.530428, 32.820875], [105.523527, 32.832236], [105.521318, 32.83942], [105.520738, 32.849679], [105.510727, 32.861717], [105.500981, 32.864995], [105.488313, 32.884908], [105.489423, 32.893531], [105.491672, 32.897928], [105.490653, 32.906081], [105.492633, 32.909223], [105.506021, 32.920529], [105.521041, 32.922641], [105.527169, 32.918005], [105.529666, 32.912738], [105.53433, 32.908959], [105.53853, 32.908866], [105.544505, 32.911892], [105.561164, 32.910188], [105.572484, 32.897299], [105.574352, 32.89224], [105.572935, 32.888273], [105.588696, 32.880758], [105.603831, 32.886787], [105.613056, 32.886569], [105.619689, 32.884231], [105.632505, 32.884942], [105.649134, 32.893435], [105.650984, 32.900167], [105.662893, 32.906675], [105.691702, 32.906841], [105.696851, 32.908902], [105.702356, 32.91532], [105.714687, 32.912249], [105.722304, 32.906798], [105.725704, 32.906568], [105.733484, 32.910847], [105.740375, 32.919574], [105.752975, 32.926432], [105.76471, 32.926926], [105.774208, 32.934981], [105.803564, 32.940961], [105.808566, 32.945402], [105.813242, 32.953492], [105.819905, 32.959133], [105.826804, 32.959254], [105.832342, 32.953884], [105.849061, 32.948989], [105.852878, 32.942716], [105.858477, 32.943327], [105.864447, 32.947422], [105.864955, 32.958523], [105.869229, 32.9648], [105.881035, 32.967256], [105.88575, 32.970687], [105.88874, 32.980988], [105.897562, 32.990696], [105.916221, 32.996912], [105.918456, 33.010174], [105.915264, 33.0184], [105.925967, 33.027602], [105.925837, 33.028984], [105.922822, 33.040542], [105.908527, 33.055046], [105.908217, 33.057729], [105.911224, 33.068634], [105.925742, 33.072995], [105.928705, 33.07841], [105.921427, 33.082572], [105.914344, 33.095024], [105.914102, 33.107376], [105.923862, 33.114354], [105.932676, 33.115247], [105.934166, 33.120786], [105.929812, 33.124118], [105.920919, 33.123032], [105.914567, 33.130776], [105.905739, 33.132607], [105.90832, 33.135939], [105.921173, 33.137025], [105.924324, 33.149994], [105.919223, 33.151446], [105.915628, 33.146934], [105.902894, 33.138999], [105.890994, 33.148483], [105.899871, 33.159559], [105.911146, 33.161803], [105.921792, 33.169672], [105.91409, 33.177219], [105.913441, 33.179863], [105.918352, 33.184223], [105.921904, 33.190374], [105.921166, 33.194621], [105.922647, 33.198161], [105.928051, 33.201773], [105.933399, 33.199965], [105.936051, 33.191635], [105.935613, 33.187375], [105.924622, 33.179387], [105.930572, 33.176482], [105.942637, 33.177572], [105.942955, 33.174444], [105.937607, 33.169816], [105.939468, 33.160245], [105.941916, 33.155798], [105.954866, 33.150313], [105.966514, 33.148417], [105.967908, 33.14937], [105.971614, 33.163437], [105.965084, 33.173112], [105.964789, 33.183744], [105.960152, 33.187484], [105.958598, 33.212341], [105.955245, 33.216112], [105.945865, 33.213223], [105.93664, 33.214113], [105.932586, 33.218566], [105.941182, 33.218323], [105.944186, 33.221022], [105.940286, 33.224464], [105.929091, 33.22519], [105.932991, 33.231485], [105.918802, 33.24349], [105.896892, 33.24565], [105.889481, 33.241962], [105.877022, 33.240404], [105.870512, 33.237216], [105.858517, 33.234494], [105.843578, 33.243155], [105.837301, 33.251363], [105.830376, 33.25589], [105.823653, 33.257804], [105.815328, 33.256809], [105.806923, 33.263478], [105.799898, 33.26275], [105.79132, 33.265623], [105.785625, 33.27763], [105.787028, 33.284184], [105.760202, 33.288618], [105.747187, 33.287638], [105.735445, 33.310907], [105.735055, 33.315114], [105.750343, 33.315834], [105.754329, 33.323071], [105.744556, 33.342279], [105.725192, 33.351549], [105.723908, 33.354444], [105.724323, 33.361572], [105.720114, 33.365614], [105.717221, 33.365982], [105.711633, 33.377045], [105.704947, 33.37963], [105.698867, 33.391324], [105.709211, 33.394857], [105.72889, 33.397673], [105.732299, 33.387337], [105.745042, 33.381591], [105.758043, 33.379323], [105.765642, 33.378505], [105.765662, 33.383836], [105.768112, 33.388455], [105.77466, 33.391721], [105.780463, 33.389385], [105.781972, 33.386979], [105.798965, 33.384339], [105.808883, 33.385908], [105.814814, 33.382206], [105.819622, 33.382552], [105.825201, 33.389379], [105.827816, 33.396254], [105.826811, 33.402557], [105.831074, 33.416033], [105.834074, 33.438623], [105.830494, 33.448876], [105.826539, 33.456178], [105.82348, 33.458611], [105.823253, 33.464713], [105.825576, 33.466636], [105.832108, 33.466516], [105.840786, 33.471139], [105.833324, 33.477981], [105.833839, 33.483225], [105.837124, 33.485405], [105.839979, 33.49055], [105.839919, 33.492236], [105.836679, 33.493487], [105.837398, 33.496385], [105.84053, 33.501359], [105.84575, 33.505115], [105.850552, 33.506627], [105.865011, 33.517654], [105.86991, 33.519383], [105.872927, 33.524416], [105.874829, 33.538796], [105.88722, 33.53944], [105.894252, 33.549399], [105.894427, 33.559767], [105.897456, 33.565988], [105.903333, 33.564832], [105.908433, 33.56036], [105.908918, 33.557289], [105.913617, 33.556811], [105.918284, 33.558976], [105.931672, 33.570705], [105.934471, 33.575426], [105.931716, 33.577138], [105.934016, 33.580899], [105.947714, 33.588619], [105.955909, 33.59657], [105.9584, 33.607764], [105.952397, 33.615188], [105.979694, 33.61382], [105.985906, 33.607939], [105.99347, 33.605536], [106.014045, 33.611657], [106.015313, 33.600138], [106.018226, 33.597666], [106.023933, 33.596587], [106.038343, 33.609668], [106.046572, 33.610746], [106.052016, 33.608998], [106.054814, 33.606139], [106.060359, 33.605908], [106.082359, 33.619105], [106.09596, 33.611004], [106.106741, 33.610186], [106.113294, 33.604149], [106.118568, 33.603472], [106.124795, 33.605662], [106.126113, 33.603467], [106.126912, 33.598576], [106.120944, 33.593537], [106.116386, 33.591575], [106.106176, 33.592749], [106.106373, 33.587316], [106.10039, 33.575536], [106.102205, 33.572833], [106.105863, 33.570802], [106.128188, 33.573288], [106.127115, 33.581215], [106.132962, 33.583099], [106.143165, 33.58333], [106.14501, 33.581759], [106.136975, 33.576228], [106.138938, 33.567744], [106.145165, 33.560828], [106.157337, 33.55836], [106.170591, 33.54935], [106.18266, 33.545666], [106.188086, 33.548196], [106.197379, 33.556204], [106.201641, 33.564607], [106.213059, 33.566431], [106.220532, 33.564867], [106.231558, 33.567052], [106.238623, 33.577348], [106.253063, 33.59125], [106.267434, 33.599383], [106.273196, 33.600347], [106.27348, 33.606663], [106.28521, 33.610412], [106.311943, 33.607519], [106.311794, 33.604031], [106.308816, 33.599669], [106.309532, 33.597077], [106.328099, 33.593564], [106.331807, 33.590473], [106.341295, 33.587011], [106.34367, 33.587931], [106.350863, 33.598853], [106.354862, 33.602014], [106.361289, 33.601406], [106.372926, 33.604842], [106.368821, 33.618824], [106.386493, 33.620039], [106.404351, 33.618722], [106.415245, 33.623495], [106.43335, 33.622704], [106.444004, 33.618118], [106.444757, 33.59231], [106.451273, 33.581911], [106.448018, 33.564918], [106.451413, 33.548252], [106.454215, 33.541619], [106.459816, 33.541512], [106.464513, 33.532774], [106.465441, 33.526502], [106.47991, 33.532245], [106.48744, 33.540791], [106.492381, 33.538986], [106.499993, 33.533299], [106.5054, 33.518494], [106.513158, 33.514776], [106.514985, 33.516728], [106.539269, 33.51957], [106.543758, 33.525035], [106.552289, 33.528651], [106.555154, 33.532136], [106.558156, 33.549387], [106.54841, 33.564233], [106.548424, 33.578869], [106.558519, 33.579996], [106.567485, 33.579052], [106.571372, 33.576678], [106.577571, 33.578463], [106.577754, 33.581883], [106.572516, 33.583646], [106.570903, 33.586332], [106.575077, 33.589526], [106.577181, 33.606617], [106.579565, 33.613445], [106.577177, 33.619238], [106.576712, 33.627902], [106.572535, 33.636495], [106.564131, 33.639822], [106.561004, 33.642756], [106.562003, 33.649897], [106.545978, 33.660824], [106.549749, 33.668289], [106.551004, 33.675168], [106.548579, 33.677399], [106.535065, 33.68079], [106.534838, 33.683724], [106.519476, 33.702881], [106.509827, 33.705474], [106.503933, 33.703159], [106.488792, 33.710146], [106.480478, 33.711619], [106.476839, 33.716972], [106.478073, 33.731262], [106.479593, 33.73387], [106.4827, 33.735087], [106.484405, 33.745049], [106.4786, 33.750246], [106.480286, 33.757973], [106.479832, 33.776135], [106.476719, 33.78778], [106.4719, 33.78956], [106.470445, 33.787883], [106.459401, 33.78718], [106.454868, 33.792466], [106.455487, 33.804739], [106.458735, 33.815677], [106.456623, 33.818805], [106.458795, 33.828642], [106.464685, 33.833918], [106.468538, 33.83464], [106.475826, 33.831593], [106.480133, 33.833504], [106.493638, 33.850106], [106.490741, 33.857196], [106.47286, 33.867161], [106.47036, 33.87713], [106.458883, 33.886053], [106.452261, 33.883751], [106.457973, 33.880831], [106.446395, 33.870552], [106.42285, 33.870322], [106.416194, 33.87639], [106.413196, 33.884019], [106.417693, 33.894886], [106.412261, 33.904572], [106.40377, 33.90771], [106.406538, 33.911525], [106.419201, 33.915352], [106.428435, 33.925294], [106.431078, 33.930299], [106.441547, 33.936491], [106.444616, 33.941441], [106.442964, 33.948168], [106.449937, 33.957516], [106.462139, 33.959618], [106.466967, 33.970559], [106.466613, 33.977448], [106.470746, 33.989665], [106.475383, 33.993004], [106.47572, 33.995873], [106.474233, 34.007493], [106.466626, 34.017778], [106.466415, 34.03282], [106.473222, 34.037952], [106.480028, 34.035711], [106.483437, 34.047338], [106.495234, 34.064008], [106.499212, 34.064607], [106.504838, 34.07353], [106.500623, 34.086497], [106.496029, 34.094675], [106.494848, 34.104729], [106.496802, 34.112643], [106.513349, 34.113349], [106.523997, 34.111548], [106.532146, 34.112477], [106.538672, 34.115621], [106.550999, 34.111457], [106.556323, 34.111205], [106.563744, 34.125831], [106.57815, 34.143162], [106.581079, 34.150618], [106.578368, 34.15582], [106.569908, 34.1605], [106.566724, 34.164473], [106.567494, 34.170486], [106.564976, 34.177812], [106.559827, 34.181134], [106.556178, 34.191189], [106.560221, 34.19567], [106.560592, 34.199026], [106.553283, 34.203308], [106.55261, 34.205686], [106.553049, 34.228075], [106.544061, 34.232168], [106.537344, 34.24523], [106.537122, 34.2485], [106.522685, 34.257643], [106.518415, 34.252281], [106.517402, 34.243646], [106.495346, 34.244059], [106.484185, 34.250339], [106.485729, 34.254778], [106.498639, 34.264544], [106.506877, 34.277133], [106.505, 34.280742], [106.505287, 34.284093], [106.511365, 34.288174], [106.518177, 34.289183], [106.523416, 34.297623], [106.528637, 34.295629], [106.535263, 34.28782], [106.550736, 34.282277], [106.566697, 34.284319], [106.575868, 34.274282], [106.57898, 34.264889], [106.577361, 34.260752], [106.585682, 34.251665], [106.60111, 34.263021], [106.61469, 34.266226], [106.618006, 34.265345], [106.627074, 34.25664], [106.643457, 34.247946], [106.67459, 34.255558], [106.675852, 34.256568], [106.676594, 34.267324], [106.681378, 34.275202], [106.688238, 34.273266], [106.690994, 34.273955], [106.701215, 34.284105], [106.693496, 34.289477], [106.697261, 34.298259], [106.699397, 34.316392], [106.696287, 34.327311], [106.681768, 34.33184], [106.681856, 34.336156], [106.684879, 34.341472], [106.690173, 34.345012], [106.710121, 34.350171], [106.715078, 34.359553], [106.714191, 34.37258], [106.707123, 34.377557], [106.704235, 34.377652], [106.698976, 34.371053], [106.695443, 34.370414], [106.692209, 34.372529], [106.689102, 34.379641], [106.686082, 34.379915], [106.683668, 34.376716], [106.677801, 34.37564], [106.67917, 34.381914], [106.675306, 34.385546], [106.659842, 34.382404], [106.647855, 34.393337], [106.642034, 34.391735], [106.634165, 34.393138], [106.632641, 34.395331], [106.634052, 34.39894], [106.629381, 34.405318], [106.620958, 34.412341], [106.619663, 34.429696], [106.614916, 34.431028], [106.610516, 34.442498], [106.615703, 34.446288], [106.615893, 34.450045], [106.606873, 34.455869], [106.601725, 34.45507], [106.59827, 34.449734], [106.586862, 34.455755], [106.586588, 34.45762], [106.591248, 34.462671], [106.594067, 34.463742], [106.59806, 34.462359], [106.598938, 34.466004], [106.596303, 34.467589], [106.582583, 34.465699], [106.578928, 34.467592], [106.581975, 34.471213], [106.580007, 34.473146], [106.574581, 34.475927], [106.567899, 34.474309], [106.564297, 34.476132], [106.565122, 34.480805], [106.570039, 34.482969], [106.568321, 34.485309], [106.548445, 34.491191], [106.541672, 34.485663], [106.537838, 34.487384], [106.537766, 34.490398], [106.534034, 34.493992], [106.509884, 34.499204], [106.50793, 34.502534], [106.507662, 34.510415], [106.484885, 34.517636], [106.483504, 34.524891], [106.481796, 34.526003], [106.479095, 34.526036], [106.478233, 34.523661], [106.47376, 34.522714], [106.466352, 34.524352], [106.464545, 34.531073], [106.452916, 34.532656], [106.448588, 34.53169], [106.446446, 34.526215], [106.44325, 34.524984], [106.435051, 34.525411], [106.432287, 34.529189], [106.421169, 34.524674], [106.410002, 34.525651], [106.402985, 34.524215], [106.397812, 34.518395], [106.396985, 34.512217], [106.3936, 34.510701], [106.381977, 34.511992], [106.381807, 34.519264], [106.376952, 34.522091], [106.363724, 34.513372], [106.346551, 34.519437], [106.335187, 34.517909], [106.329288, 34.518805], [106.34003, 34.538394], [106.338953, 34.545028], [106.3349, 34.549447], [106.340062, 34.559967], [106.337016, 34.569135], [106.324462, 34.577273], [106.309252, 34.579756], [106.306806, 34.582404], [106.308977, 34.588859], [106.316274, 34.58968], [106.333075, 34.59633], [106.354525, 34.616561], [106.360252, 34.616902], [106.362237, 34.612749], [106.365232, 34.612682], [106.37523, 34.625138], [106.379145, 34.627515], [106.38043, 34.624589], [106.38427, 34.621983], [106.396358, 34.637268], [106.40037, 34.63892], [106.406359, 34.637149], [106.41499, 34.643356], [106.414436, 34.648017], [106.417886, 34.656653], [106.439512, 34.640756], [106.442487, 34.636755], [106.458295, 34.63896], [106.462661, 34.642264], [106.46821, 34.652229], [106.461496, 34.658685], [106.44638, 34.667115], [106.447547, 34.678612], [106.451227, 34.684971], [106.449814, 34.687019], [106.445873, 34.688148], [106.44447, 34.696492], [106.452854, 34.712643], [106.456915, 34.715731], [106.460829, 34.716239], [106.463519, 34.714375], [106.461178, 34.711477], [106.463695, 34.708757], [106.48133, 34.717491], [106.487363, 34.727808], [106.494706, 34.730328], [106.493462, 34.738223], [106.491655, 34.739797], [106.492591, 34.743936], [106.496078, 34.748655], [106.505692, 34.743564], [106.527937, 34.749868], [106.541911, 34.749196], [106.545563, 34.751981], [106.543085, 34.761615], [106.547037, 34.764689], [106.554761, 34.767623], [106.558999, 34.765668], [106.571201, 34.771587], [106.574737, 34.78358], [106.574053, 34.790787], [106.561231, 34.798948], [106.562059, 34.804507], [106.56088, 34.810096], [106.551093, 34.817722], [106.546765, 34.829973], [106.547946, 34.83201], [106.55677, 34.833904], [106.558105, 34.836053], [106.552266, 34.844964], [106.556317, 34.851567], [106.554231, 34.857931], [106.55214, 34.861656], [106.546042, 34.865148], [106.540691, 34.873777], [106.532416, 34.880372], [106.523504, 34.879122], [106.508242, 34.891907], [106.506075, 34.895977], [106.515411, 34.92222], [106.512563, 34.924238], [106.503215, 34.923617], [106.496306, 34.937571], [106.485055, 34.941148], [106.489229, 34.960488], [106.485343, 34.971822], [106.478812, 34.981022], [106.483774, 34.987542], [106.491982, 34.989048], [106.495519, 34.991757], [106.497405, 34.996391], [106.490799, 35.000009], [106.49139, 35.0176], [106.484279, 35.022024], [106.498769, 35.034655], [106.516263, 35.028353], [106.522691, 35.031387], [106.523463, 35.040659], [106.534943, 35.062287], [106.541175, 35.068714], [106.540648, 35.078982], [106.53696, 35.083487], [106.539652, 35.086732], [106.555826, 35.092287], [106.563734, 35.083727], [106.570458, 35.081018], [106.570887, 35.084914], [106.567987, 35.08922], [106.572528, 35.091394], [106.586787, 35.089317], [106.598648, 35.085082], [106.614159, 35.072842], [106.637077, 35.07252], [106.639463, 35.073575], [106.640974, 35.07607], [106.640019, 35.078105], [106.64169, 35.079531], [106.651619, 35.077091], [106.659357, 35.069431], [106.661336, 35.075207], [106.664187, 35.077481], [106.692203, 35.080227], [106.702009, 35.082854], [106.702722, 35.08926], [106.710711, 35.093733], [106.710536, 35.099446], [106.715824, 35.102467], [106.730682, 35.104262], [106.745153, 35.098115], [106.771732, 35.092193], [106.792742, 35.0912], [106.810462, 35.086217], [106.816545, 35.082066], [106.821335, 35.08122], [106.84079, 35.081361], [106.845548, 35.088336], [106.855529, 35.094161], [106.875588, 35.09346], [106.882551, 35.095909], [106.896584, 35.096481], [106.906672, 35.089459], [106.908221, 35.083031], [106.921324, 35.076722], [106.924893, 35.078435], [106.928106, 35.084306], [106.930699, 35.084986], [106.940007, 35.081356], [106.950846, 35.071957], [106.961091, 35.065949], [106.9767, 35.070743], [106.984534, 35.071583], [106.986234, 35.069133], [106.981727, 35.066687], [106.980726, 35.06398], [106.984308, 35.060475], [106.99078, 35.061076], [107.00037, 35.051627], [107.006989, 35.039622], [107.004788, 35.030302], [107.010574, 35.028775], [107.01794, 35.032342], [107.026891, 35.030688], [107.031125, 35.033663], [107.029917, 35.038542], [107.035926, 35.043271], [107.046112, 35.039624], [107.042662, 35.027733], [107.052436, 35.026464], [107.054699, 35.021816], [107.060668, 35.019625], [107.070005, 35.019999], [107.082906, 35.017245], [107.089595, 35.008092], [107.09187, 34.995431], [107.089786, 34.988666], [107.081572, 34.980484], [107.086561, 34.97253], [107.093586, 34.969761], [107.096612, 34.962751], [107.101554, 34.957893], [107.10628, 34.955748], [107.113582, 34.955238], [107.119921, 34.94679], [107.131149, 34.945914], [107.138972, 34.948525], [107.146332, 34.942341], [107.146606, 34.93765], [107.151479, 34.937006], [107.156899, 34.94012], [107.17034, 34.937309], [107.184331, 34.906629], [107.179074, 34.900547], [107.178641, 34.89628], [107.189452, 34.881264], [107.189996, 34.882967], [107.196893, 34.886347], [107.202398, 34.887075], [107.211866, 34.879452], [107.218185, 34.879155], [107.227786, 34.891254], [107.237251, 34.889849], [107.238345, 34.885143], [107.24314, 34.882593], [107.247937, 34.88337], [107.257883, 34.905994], [107.257606, 34.908129], [107.265686, 34.910723], [107.271266, 34.907712], [107.277416, 34.909949], [107.278186, 34.912401], [107.275197, 34.913655], [107.275052, 34.916256], [107.284179, 34.930984], [107.284814, 34.939506], [107.291413, 34.944625], [107.296773, 34.938216], [107.303674, 34.937091], [107.337614, 34.94147], [107.343319, 34.938262], [107.347791, 34.929925], [107.35374, 34.929148], [107.357984, 34.922411], [107.359647, 34.915794], [107.363487, 34.912647], [107.363731, 34.918859], [107.37383, 34.931816], [107.387897, 34.936447], [107.395218, 34.931877], [107.411187, 34.93573], [107.429251, 34.921325], [107.44849, 34.915877], [107.455823, 34.916513], [107.466841, 34.914792], [107.472793, 34.919458], [107.473799, 34.924142], [107.487447, 34.914068], [107.488618, 34.90943], [107.493626, 34.907654], [107.500383, 34.913626], [107.524477, 34.914049], [107.525564, 34.914687], [107.523858, 34.919531], [107.520025, 34.922131], [107.525206, 34.931533], [107.53313, 34.932512], [107.541339, 34.938162], [107.546407, 34.944619], [107.550065, 34.953955], [107.560666, 34.965013], [107.568899, 34.968822], [107.583513, 34.963028], [107.589213, 34.953887], [107.593171, 34.952345], [107.596581, 34.956809], [107.59725, 34.963647], [107.60646, 34.968497], [107.610255, 34.969115], [107.628243, 34.960952], [107.630085, 34.956955], [107.629459, 34.952013], [107.627303, 34.939219], [107.62184, 34.922472], [107.634843, 34.919314], [107.633034, 34.934574], [107.634589, 34.936643], [107.641934, 34.935325], [107.642923, 34.931706], [107.645451, 34.932453], [107.653319, 34.937377], [107.652161, 34.944598], [107.670484, 34.951547], [107.69293, 34.952398], [107.699933, 34.950954], [107.708622, 34.9652], [107.711903, 34.958592], [107.711992, 34.952574], [107.715659, 34.952081], [107.722652, 34.953256], [107.729269, 34.956658], [107.739779, 34.953657], [107.745303, 34.96229], [107.765924, 34.964048], [107.778112, 34.958943], [107.784882, 34.959093], [107.794666, 34.962117], [107.799788, 34.957395], [107.79513, 34.967648], [107.80194, 34.974457], [107.813719, 34.975814], [107.815447, 34.974229], [107.824836, 34.981145], [107.833527, 34.979717], [107.845174, 34.982217], [107.854618, 34.988411], [107.859461, 34.997881], [107.857495, 35.000978], [107.843324, 35.000829], [107.839191, 35.004554], [107.836326, 35.014614], [107.844105, 35.02513], [107.806991, 35.026111], [107.794182, 35.03557], [107.780156, 35.053778], [107.770567, 35.05989], [107.762093, 35.06804], [107.755186, 35.071448], [107.752642, 35.077822], [107.757614, 35.081456], [107.761375, 35.08781], [107.716878, 35.114077], [107.717685, 35.119545], [107.723295, 35.120883], [107.724336, 35.127322], [107.721154, 35.144455], [107.716299, 35.151543], [107.710872, 35.153257], [107.708607, 35.159676], [107.70938, 35.17365], [107.713445, 35.178102], [107.700493, 35.191383], [107.685714, 35.197485], [107.683816, 35.200919], [107.688323, 35.204453], [107.684753, 35.213218], [107.680061, 35.219491], [107.673618, 35.218915], [107.664698, 35.215402], [107.660556, 35.224496], [107.65381, 35.231558], [107.65874, 35.237979], [107.658441, 35.240272], [107.655415, 35.241924], [107.648352, 35.241363], [107.65363, 35.252473], [107.660072, 35.257736], [107.666769, 35.256813], [107.668446, 35.25494], [107.690105, 35.251792], [107.69126, 35.25563], [107.693917, 35.257551], [107.699911, 35.254612], [107.700672, 35.250321], [107.705812, 35.243758], [107.70995, 35.242876], [107.716178, 35.244995], [107.718758, 35.248954], [107.71342, 35.249916], [107.70549, 35.257478], [107.708884, 35.261453], [107.718429, 35.258994], [107.72583, 35.264814], [107.722792, 35.266815], [107.717847, 35.264198], [107.711782, 35.264844], [107.716375, 35.271074], [107.725077, 35.272141], [107.726762, 35.267295], [107.731108, 35.268435], [107.737311, 35.274124], [107.737095, 35.279362], [107.731238, 35.278025], [107.734933, 35.290651], [107.73768, 35.293563], [107.734869, 35.296595], [107.723399, 35.301593], [107.716597, 35.300862], [107.713673, 35.295387], [107.707665, 35.292812], [107.70397, 35.297137], [107.710556, 35.305139], [107.719209, 35.305006], [107.737285, 35.312395], [107.741555, 35.31127], [107.744404, 35.307172], [107.749646, 35.304124], [107.772846, 35.302473], [107.774885, 35.295482], [107.784069, 35.297013], [107.796801, 35.287285], [107.805142, 35.2879], [107.812078, 35.281926], [107.812208, 35.27938], [107.814912, 35.277213], [107.828347, 35.272445], [107.830608, 35.272686], [107.834208, 35.276172], [107.84057, 35.276864], [107.8449, 35.27022], [107.85633, 35.264572], [107.858906, 35.262495], [107.858346, 35.259411], [107.862018, 35.257786], [107.874916, 35.262615], [107.883387, 35.260826], [107.886279, 35.25823], [107.890651, 35.259609], [107.891887, 35.261806], [107.904608, 35.260792], [107.908561, 35.255221], [107.914919, 35.254182], [107.916062, 35.257718], [107.920603, 35.257721], [107.92299, 35.254281], [107.922014, 35.250458], [107.924157, 35.249765], [107.931104, 35.254332], [107.931346, 35.257832], [107.929663, 35.260625], [107.93036, 35.269042], [107.952668, 35.268228], [107.955519, 35.267078], [107.956712, 35.263553], [107.947771, 35.248821], [107.963106, 35.242586], [107.969942, 35.244866], [107.980965, 35.244296], [107.998291, 35.248563], [108.039923, 35.254568], [108.071807, 35.267024], [108.077866, 35.275001], [108.082478, 35.273026], [108.08741, 35.274776], [108.08964, 35.278887], [108.098058, 35.278115], [108.113158, 35.28311], [108.116429, 35.28114], [108.128168, 35.287286], [108.125728, 35.289773], [108.12636, 35.291101], [108.135379, 35.291892], [108.136116, 35.289543], [108.14324, 35.284919], [108.148736, 35.292784], [108.166402, 35.306444], [108.17318, 35.300617], [108.188145, 35.30206], [108.199318, 35.300948], [108.205698, 35.297755], [108.217655, 35.30026], [108.2198, 35.290349], [108.223405, 35.287504], [108.227354, 35.28833], [108.228012, 35.287172], [108.227393, 35.283618], [108.222509, 35.279986], [108.22366, 35.276115], [108.235945, 35.261441], [108.243508, 35.258611], [108.245564, 35.254124], [108.249837, 35.252869], [108.251233, 35.25703], [108.249678, 35.266855], [108.25218, 35.268238], [108.262244, 35.270683], [108.2639, 35.266936], [108.259794, 35.265463], [108.263937, 35.26357], [108.274132, 35.264003], [108.293031, 35.269014], [108.304531, 35.279702], [108.300211, 35.295165], [108.303146, 35.297405], [108.305372, 35.295657], [108.306481, 35.289482], [108.308678, 35.287471], [108.320696, 35.287012], [108.326262, 35.289059], [108.332204, 35.29987], [108.34091, 35.301964], [108.34715, 35.29901], [108.352597, 35.290825], [108.346067, 35.287411], [108.34655, 35.28628], [108.354592, 35.279991], [108.359411, 35.278265], [108.361709, 35.27921], [108.363275, 35.285456], [108.376231, 35.28948], [108.391033, 35.284782], [108.391871, 35.282897], [108.390417, 35.280127], [108.392932, 35.278843], [108.412956, 35.275405], [108.418876, 35.278082], [108.444811, 35.273611], [108.461452, 35.277389], [108.477695, 35.277965], [108.492497, 35.282866], [108.492965, 35.281912], [108.516236, 35.287292], [108.536531, 35.306201], [108.539105, 35.30691], [108.541827, 35.306007], [108.544125, 35.301165], [108.560815, 35.292078], [108.576068, 35.291845], [108.578156, 35.292873], [108.582075, 35.306837], [108.600246, 35.311128], [108.602113, 35.313312], [108.603141, 35.320764], [108.607195, 35.325147], [108.611333, 35.326243], [108.615866, 35.333542], [108.605644, 35.335403], [108.607613, 35.353082], [108.604264, 35.358943], [108.61216, 35.369933], [108.610948, 35.380386], [108.61375, 35.384406], [108.633405, 35.399926], [108.634026, 35.401875], [108.633921, 35.406825], [108.630516, 35.414338], [108.625165, 35.420728], [108.621863, 35.427839], [108.624078, 35.433034], [108.623328, 35.449022], [108.622159, 35.451401], [108.618281, 35.452484], [108.612264, 35.46588], [108.615005, 35.470021], [108.61453, 35.483387], [108.605071, 35.488983], [108.600096, 35.502068], [108.603236, 35.51776], [108.610451, 35.519516], [108.619726, 35.532508], [108.620303, 35.536049], [108.614146, 35.544603], [108.616152, 35.551743], [108.614736, 35.557853], [108.611173, 35.558373], [108.592883, 35.568814], [108.579833, 35.581201], [108.566649, 35.584285], [108.562422, 35.589702], [108.561959, 35.593887], [108.557716, 35.600185], [108.551161, 35.598856], [108.542661, 35.600092], [108.537367, 35.604284], [108.522585, 35.64535], [108.519846, 35.648612], [108.514079, 35.649034], [108.517314, 35.661054], [108.526692, 35.682442], [108.524274, 35.686708], [108.521279, 35.687179], [108.513347, 35.694033], [108.513133, 35.699246], [108.530296, 35.709167], [108.526924, 35.712278], [108.514355, 35.714687], [108.510656, 35.71924], [108.512761, 35.724886], [108.515521, 35.723583], [108.52074, 35.725751], [108.527187, 35.73786], [108.526905, 35.751606], [108.518155, 35.759976], [108.517091, 35.772346], [108.523093, 35.774095], [108.525196, 35.784064], [108.524106, 35.7917], [108.521113, 35.797203], [108.522487, 35.803268], [108.522601, 35.822397], [108.518504, 35.826242], [108.519025, 35.835171], [108.514306, 35.844213], [108.501721, 35.852631], [108.501689, 35.861059], [108.503318, 35.863844], [108.502193, 35.866794], [108.493935, 35.870657], [108.492536, 35.873759], [108.496684, 35.885933], [108.501993, 35.886012], [108.506556, 35.895519], [108.517356, 35.906208], [108.539316, 35.910894], [108.558484, 35.919031], [108.559708, 35.925395], [108.557037, 35.928847], [108.557327, 35.933039], [108.564655, 35.939195], [108.578026, 35.941948], [108.578728, 35.946657], [108.581509, 35.950234], [108.600423, 35.940811], [108.606674, 35.944733], [108.618324, 35.942687], [108.623876, 35.936362], [108.630135, 35.93964], [108.629351, 35.942672], [108.633582, 35.947301], [108.635559, 35.947542], [108.64113, 35.943166], [108.646587, 35.944006], [108.654191, 35.95858], [108.655176, 35.969688], [108.653414, 35.983496], [108.65707, 35.992451], [108.666675, 35.997579], [108.682073, 36.021237], [108.681449, 36.02664], [108.677682, 36.033902], [108.674897, 36.051791], [108.678354, 36.082508], [108.686681, 36.086873], [108.703617, 36.109666], [108.70091, 36.113465], [108.692024, 36.117942], [108.700794, 36.132396], [108.706998, 36.138326], [108.709007, 36.1432], [108.706239, 36.151831], [108.678316, 36.18713], [108.654579, 36.21371], [108.645404, 36.242649], [108.644302, 36.261574], [108.650567, 36.273966], [108.641699, 36.29268], [108.6367, 36.311581], [108.637915, 36.316155], [108.636408, 36.358503], [108.645508, 36.386158], [108.633171, 36.400797], [108.628223, 36.417005], [108.610539, 36.438536], [108.602037, 36.433992], [108.595393, 36.427337], [108.589445, 36.428365], [108.57025, 36.436255], [108.559489, 36.433333], [108.541578, 36.450287], [108.517491, 36.462787], [108.506651, 36.474825], [108.503004, 36.46965], [108.502897, 36.46233], [108.51012, 36.445739], [108.491192, 36.421258], [108.468843, 36.424617], [108.432403, 36.434458], [108.396326, 36.446292], [108.395809, 36.450137], [108.401389, 36.463144], [108.400539, 36.47453], [108.388355, 36.499587], [108.358697, 36.52636], [108.35291, 36.546534], [108.344671, 36.555842], [108.31734, 36.556718], [108.291901, 36.567428], [108.290323, 36.56511], [108.290162, 36.554243], [108.288439, 36.552565], [108.283894, 36.552701], [108.268879, 36.565797], [108.263335, 36.568148], [108.256012, 36.559694], [108.257783, 36.55335], [108.256705, 36.547324], [108.254928, 36.546893], [108.23983, 36.569962], [108.216596, 36.570654], [108.20432, 36.573849], [108.201137, 36.597329], [108.202016, 36.606854], [108.212805, 36.622227], [108.217606, 36.630799], [108.21654, 36.631562], [108.201444, 36.633062], [108.194062, 36.625753], [108.182882, 36.612759], [108.174819, 36.600086], [108.177761, 36.595028], [108.177711, 36.591469], [108.169829, 36.577177], [108.153953, 36.559736], [108.145857, 36.55996], [108.133008, 36.563747], [108.131575, 36.565986], [108.134538, 36.579186]]] + } + }, { + "type": "Feature", + "properties": { + "name": "甘肃省", + "province_adcode": 620000, + "province_type": "省", + "name_en": "Gansu", + "name_var": "Gān Sù", + "adcode": 620000 + }, + "geometry": { + "type": "Polygon", + "coordinates": [[[97.190512, 42.762867], [97.238913, 42.666678], [97.342984, 42.500064], [97.500042, 42.242298], [97.846453, 41.655091], [97.614331, 41.476473], [97.615757, 41.46333], [97.631821, 41.452495], [97.629055, 41.439189], [97.910184, 41.159689], [97.971527, 41.096661], [98.141551, 41.000395], [98.184156, 40.986704], [98.249644, 40.937949], [98.293184, 40.930923], [98.332319, 40.917813], [98.3434, 40.567285], [98.62735, 40.677057], [98.569462, 40.745958], [98.667835, 40.771913], [98.68714, 40.695846], [98.696715, 40.679186], [98.714792, 40.661087], [98.76408, 40.637485], [98.798655, 40.610071], [98.801812, 40.606135], [98.801481, 40.615463], [98.795103, 40.630609], [98.801397, 40.64405], [98.801173, 40.653506], [98.806118, 40.658191], [98.788121, 40.678542], [98.790009, 40.704512], [98.983928, 40.781802], [99.040253, 40.692624], [99.100543, 40.67517], [99.124078, 40.713959], [99.171619, 40.74611], [99.173246, 40.857061], [99.564569, 40.845746], [99.671634, 40.931799], [100.055372, 40.906645], [100.106223, 40.874144], [100.235713, 40.715719], [100.241018, 40.617629], [100.16803, 40.540228], [100.167947, 40.276595], [100.006043, 40.199158], [99.988243, 40.187376], [99.960352, 40.1598], [99.954949, 40.151213], [99.926317, 40.063247], [99.871905, 40.025237], [99.858445, 40.018544], [99.840039, 40.012571], [99.749663, 40.005986], [99.732935, 39.985763], [99.724207, 39.979202], [99.716307, 39.976232], [99.712797, 39.971438], [99.693655, 39.960324], [99.676124, 39.951495], [99.66851, 39.950158], [99.662467, 39.945118], [99.620247, 39.9267], [99.561491, 39.904969], [99.55033, 39.902315], [99.533414, 39.890909], [99.51996, 39.885512], [99.508075, 39.882626], [99.491123, 39.882181], [99.476973, 39.887438], [99.470494, 39.893243], [99.456219, 39.896325], [99.444925, 39.89295], [99.440861, 39.883465], [99.460405, 39.87523], [99.657544, 39.888449], [99.67773, 39.888332], [99.724095, 39.875804], [99.741396, 39.874478], [99.770943, 39.868505], [99.81356, 39.86457], [99.820234, 39.862209], [99.90372, 39.787385], [99.964562, 39.766918], [100.034917, 39.755422], [100.114428, 39.704728], [100.26236, 39.676704], [100.310814, 39.608055], [100.298063, 39.571813], [100.323598, 39.508267], [100.441488, 39.485148], [100.497777, 39.480275], [100.496815, 39.399839], [100.525578, 39.399805], [100.552039, 39.394827], [100.560487, 39.395642], [100.565432, 39.392764], [100.571028, 39.393765], [100.583029, 39.390784], [100.586674, 39.392059], [100.59429, 39.388258], [100.607214, 39.387473], [100.661265, 39.392649], [100.708079, 39.404385], [100.73106, 39.401811], [100.751258, 39.403851], [100.829754, 39.404077], [100.835961, 39.249573], [100.838219, 39.206663], [100.839608, 39.206401], [100.839994, 39.203395], [100.838821, 39.199637], [100.846296, 39.19411], [100.844268, 39.176285], [100.850606, 39.16355], [100.850274, 39.158266], [100.854961, 39.14452], [100.864464, 39.124546], [100.862333, 39.118665], [100.864883, 39.115635], [100.866485, 39.109655], [100.826759, 39.072832], [100.830188, 39.063961], [100.828758, 39.027616], [100.832879, 39.025777], [100.841619, 39.017733], [100.843593, 39.018483], [100.880453, 38.99572], [100.900071, 39.030078], [100.957829, 39.005705], [100.964164, 39.000338], [100.968807, 38.966566], [100.961543, 38.943721], [101.125437, 38.976811], [101.22661, 39.021162], [101.196492, 38.948138], [101.218159, 38.920874], [101.234289, 38.906235], [101.237829, 38.858796], [101.258307, 38.858731], [101.277398, 38.848843], [101.301518, 38.849696], [101.332179, 38.846525], [101.338118, 38.83357], [101.338008, 38.827233], [101.340858, 38.824135], [101.338912, 38.824057], [101.339193, 38.820221], [101.331222, 38.812816], [101.333668, 38.809961], [101.33319, 38.808335], [101.326404, 38.807363], [101.322377, 38.804143], [101.30364, 38.800752], [101.307029, 38.786431], [101.319759, 38.781444], [101.326741, 38.776315], [101.338086, 38.778212], [101.350933, 38.772961], [101.352675, 38.773762], [101.357884, 38.77178], [101.366537, 38.773019], [101.37856, 38.768488], [101.394528, 38.772372], [101.40445, 38.76705], [101.407579, 38.762268], [101.418767, 38.762453], [101.422293, 38.759025], [101.43762, 38.756021], [101.44218, 38.751453], [101.44615, 38.752371], [101.451482, 38.748933], [101.458001, 38.747838], [101.471098, 38.73703], [101.484716, 38.736036], [101.495493, 38.730603], [101.557794, 38.71295], [101.586681, 38.669078], [101.603717, 38.648137], [101.612158, 38.656531], [101.634597, 38.669323], [101.637673, 38.675766], [101.641215, 38.677001], [101.647578, 38.685351], [101.668174, 38.690197], [101.674396, 38.687474], [101.677897, 38.690355], [101.697701, 38.682501], [101.711301, 38.681135], [101.718489, 38.677512], [101.741941, 38.677303], [101.746671, 38.673651], [101.749189, 38.674258], [101.754148, 38.670888], [101.759821, 38.66955], [101.773329, 38.658824], [101.854665, 38.71774], [101.937267, 38.81215], [102.071454, 38.890545], [101.976202, 38.96831], [101.828531, 39.09284], [102.281849, 39.191758], [102.350984, 39.231176], [102.45407, 39.254969], [102.602275, 39.172791], [102.800717, 39.140842], [103.010055, 39.098543], [103.135665, 39.197024], [103.16897, 39.205866], [103.259361, 39.265726], [103.342278, 39.329009], [103.357952, 39.333678], [103.847816, 39.46069], [103.94299, 39.458687], [104.087398, 39.419292], [104.059272, 39.333678], [104.044301, 39.29664], [104.174235, 39.154339], [104.200218, 39.083962], [104.187575, 39.045492], [104.194031, 38.987606], [104.169223, 38.939124], [104.032063, 38.891862], [104.001866, 38.847014], [103.917952, 38.729935], [103.914449, 38.7201], [103.897501, 38.699995], [103.859419, 38.646256], [103.411842, 38.40452], [103.42529, 38.395221], [103.463928, 38.35111], [103.470579, 38.33364], [103.550096, 38.159516], [103.360744, 38.086499], [103.350046, 38.066438], [103.347779, 38.0604], [103.347978, 38.055784], [103.35071, 38.04934], [103.357117, 38.04257], [103.35337, 38.034168], [103.353311, 38.024117], [103.358616, 38.006243], [103.361664, 38.001196], [103.364124, 37.984821], [103.369599, 37.972858], [103.377659, 37.967191], [103.391382, 37.904007], [103.395284, 37.881138], [103.394964, 37.868415], [103.397496, 37.861437], [103.671686, 37.784988], [103.837663, 37.64727], [103.86724, 37.606605], [103.935677, 37.570948], [104.076054, 37.471779], [104.179473, 37.406945], [104.235116, 37.411397], [104.282495, 37.429974], [104.284474, 37.42733], [104.284332, 37.420891], [104.294585, 37.413571], [104.312632, 37.414859], [104.343819, 37.420078], [104.361887, 37.417562], [104.367395, 37.419533], [104.37249, 37.424791], [104.383605, 37.42633], [104.388237, 37.431751], [104.39478, 37.433051], [104.401907, 37.437833], [104.43357, 37.445872], [104.443034, 37.434507], [104.445995, 37.42334], [104.457129, 37.419367], [104.477103, 37.420274], [104.478128, 37.421886], [104.482687, 37.422301], [104.492698, 37.419801], [104.498291, 37.42117], [104.505056, 37.424879], [104.506037, 37.428828], [104.511696, 37.42803], [104.516343, 37.43039], [104.517062, 37.434565], [104.523396, 37.432102], [104.528437, 37.433669], [104.529367, 37.429376], [104.533923, 37.429385], [104.541745, 37.422916], [104.548478, 37.425737], [104.555392, 37.425877], [104.559018, 37.424136], [104.572551, 37.425673], [104.584511, 37.424514], [104.58722, 37.42267], [104.58734, 37.420021], [104.590255, 37.42239], [104.595316, 37.420416], [104.597872, 37.421757], [104.604916, 37.418925], [104.614683, 37.418367], [104.620351, 37.415698], [104.629383, 37.416186], [104.634704, 37.419717], [104.636537, 37.417824], [104.648128, 37.417254], [104.651366, 37.413242], [104.658333, 37.411173], [104.665443, 37.411975], [104.670017, 37.410984], [104.672362, 37.408234], [104.675749, 37.408427], [104.676298, 37.405971], [104.674254, 37.401355], [104.667715, 37.399652], [104.66867, 37.398606], [104.66667, 37.394947], [104.66764, 37.392676], [104.665532, 37.387654], [104.6654, 37.380585], [104.662896, 37.378281], [104.659394, 37.378225], [104.657474, 37.374245], [104.658827, 37.367885], [104.663134, 37.361534], [104.664656, 37.355918], [104.671839, 37.35248], [104.679557, 37.352072], [104.681287, 37.350044], [104.698151, 37.344497], [104.704312, 37.345903], [104.708233, 37.349624], [104.714557, 37.349148], [104.714916, 37.337273], [104.710761, 37.328948], [104.7013, 37.329758], [104.685845, 37.319032], [104.674889, 37.319022], [104.667513, 37.315395], [104.663407, 37.310704], [104.66161, 37.298849], [104.652817, 37.295139], [104.650132, 37.290556], [104.641653, 37.291249], [104.629181, 37.2988], [104.621531, 37.298419], [104.61807, 37.296111], [104.616069, 37.291365], [104.622595, 37.284939], [104.623023, 37.280383], [104.621106, 37.277868], [104.608842, 37.277523], [104.608421, 37.272126], [104.598244, 37.25799], [104.599174, 37.247419], [104.596876, 37.244633], [104.599839, 37.239455], [104.599094, 37.23834], [104.601421, 37.23707], [104.603546, 37.230375], [104.606457, 37.227251], [104.606879, 37.222498], [104.612415, 37.220762], [104.617116, 37.215343], [104.621527, 37.213068], [104.62353, 37.205146], [104.635506, 37.201441], [104.642302, 37.204487], [104.650707, 37.203141], [104.656701, 37.204188], [104.659711, 37.208391], [104.665567, 37.203415], [104.675406, 37.205059], [104.679774, 37.202557], [104.686004, 37.205856], [104.690255, 37.204252], [104.697523, 37.205115], [104.700497, 37.207686], [104.710182, 37.208712], [104.715799, 37.207273], [104.715489, 37.209561], [104.726313, 37.214787], [104.727563, 37.21908], [104.734437, 37.221118], [104.739621, 37.226549], [104.744564, 37.228482], [104.746276, 37.234005], [104.749344, 37.236948], [104.753099, 37.235737], [104.755155, 37.238841], [104.758714, 37.237216], [104.760867, 37.238852], [104.764343, 37.237129], [104.763556, 37.239403], [104.771737, 37.246319], [104.78294, 37.240968], [104.789948, 37.230896], [104.790356, 37.228034], [104.793287, 37.230301], [104.799676, 37.231709], [104.802507, 37.234548], [104.806471, 37.230937], [104.824141, 37.227567], [104.82849, 37.222506], [104.842651, 37.218002], [104.849355, 37.212662], [104.855163, 37.211982], [104.855319, 37.182641], [104.858695, 37.180646], [104.862033, 37.17104], [104.867144, 37.167169], [104.876378, 37.164695], [104.886553, 37.154513], [104.894733, 37.141252], [104.895168, 37.127444], [104.900843, 37.124936], [104.902695, 37.12618], [104.904807, 37.122987], [104.907872, 37.122366], [104.912652, 37.11731], [104.914285, 37.112703], [104.917027, 37.111238], [104.917722, 37.10727], [104.913185, 37.104477], [104.913064, 37.101342], [104.911385, 37.099744], [104.913103, 37.094523], [104.915963, 37.094502], [104.916864, 37.092061], [104.92253, 37.090744], [104.92866, 37.086156], [104.944144, 37.082648], [104.951152, 37.078222], [104.950154, 37.076754], [104.951395, 37.073673], [104.951311, 37.039689], [104.962491, 37.031188], [104.966732, 37.030297], [104.982675, 37.033278], [104.985015, 37.03839], [104.988138, 37.034443], [105.000867, 37.035138], [105.004709, 37.033775], [105.010192, 37.03158], [105.007624, 37.016631], [105.02433, 37.010201], [105.027772, 37.006533], [105.035659, 37.006324], [105.039706, 37.014156], [105.045881, 37.01965], [105.054338, 37.022528], [105.072581, 37.011796], [105.107195, 36.999752], [105.113079, 36.999755], [105.125313, 36.995872], [105.1428, 36.994941], [105.154267, 36.996566], [105.161557, 36.994632], [105.16133, 36.981314], [105.165293, 36.966963], [105.173998, 36.958957], [105.175622, 36.947129], [105.179659, 36.945216], [105.178222, 36.943493], [105.182272, 36.941448], [105.180979, 36.936553], [105.182764, 36.935806], [105.18258, 36.933944], [105.18024, 36.929032], [105.183031, 36.925584], [105.173769, 36.928915], [105.178128, 36.916533], [105.180273, 36.903057], [105.179381, 36.898586], [105.175512, 36.900275], [105.174657, 36.899003], [105.178543, 36.89763], [105.175112, 36.892135], [105.187541, 36.886079], [105.187986, 36.891598], [105.194124, 36.894893], [105.194509, 36.897149], [105.199455, 36.895902], [105.202784, 36.897601], [105.216179, 36.891124], [105.220676, 36.893893], [105.222908, 36.886059], [105.232112, 36.894642], [105.233285, 36.894037], [105.236614, 36.896625], [105.241863, 36.89405], [105.238673, 36.89043], [105.240511, 36.888898], [105.245022, 36.891674], [105.270204, 36.871003], [105.275512, 36.869431], [105.277851, 36.856452], [105.276344, 36.853206], [105.27333, 36.852799], [105.293822, 36.843358], [105.292489, 36.839099], [105.289398, 36.839518], [105.288523, 36.835599], [105.290225, 36.833595], [105.294608, 36.832856], [105.294716, 36.826593], [105.297283, 36.822408], [105.323538, 36.804906], [105.328934, 36.805814], [105.332246, 36.789479], [105.33181, 36.78253], [105.336836, 36.768888], [105.337559, 36.764368], [105.329587, 36.7624], [105.325774, 36.750424], [105.318942, 36.744743], [105.311765, 36.741851], [105.30589, 36.741089], [105.289478, 36.749519], [105.279183, 36.750135], [105.273729, 36.752864], [105.271036, 36.751466], [105.272439, 36.749768], [105.268412, 36.744382], [105.269197, 36.741173], [105.267897, 36.739005], [105.254085, 36.741319], [105.235183, 36.740723], [105.23542, 36.732455], [105.225109, 36.73138], [105.22272, 36.733686], [105.220735, 36.731525], [105.212712, 36.729224], [105.20605, 36.714963], [105.199038, 36.704966], [105.198889, 36.692348], [105.203303, 36.681156], [105.223656, 36.662847], [105.224447, 36.659971], [105.220043, 36.651542], [105.216508, 36.631076], [105.238228, 36.625557], [105.237918, 36.613165], [105.246051, 36.601696], [105.257303, 36.602549], [105.267174, 36.593153], [105.261544, 36.589217], [105.263264, 36.584813], [105.270008, 36.577621], [105.271851, 36.56276], [105.248167, 36.554748], [105.245367, 36.54757], [105.263361, 36.531432], [105.277734, 36.522502], [105.292569, 36.526642], [105.317635, 36.536526], [105.326356, 36.526099], [105.340435, 36.515209], [105.357638, 36.497617], [105.364101, 36.486391], [105.365939, 36.459797], [105.365903, 36.454551], [105.35965, 36.445087], [105.358906, 36.438949], [105.36552, 36.431588], [105.366809, 36.432594], [105.366336, 36.436827], [105.379555, 36.441253], [105.394586, 36.430641], [105.396018, 36.42435], [105.393369, 36.419313], [105.393072, 36.407918], [105.397827, 36.38512], [105.410021, 36.384002], [105.415351, 36.377605], [105.411238, 36.370439], [105.407704, 36.369073], [105.396654, 36.369265], [105.398648, 36.365141], [105.404925, 36.358819], [105.408211, 36.351455], [105.41482, 36.342692], [105.420816, 36.339551], [105.422103, 36.329462], [105.432296, 36.325037], [105.441669, 36.325935], [105.44906, 36.323324], [105.449313, 36.321334], [105.451858, 36.319704], [105.452011, 36.314852], [105.455501, 36.309085], [105.461279, 36.306844], [105.473942, 36.291593], [105.470399, 36.276841], [105.463708, 36.275839], [105.456775, 36.267151], [105.462339, 36.250819], [105.459755, 36.245977], [105.453891, 36.241307], [105.456831, 36.22314], [105.460787, 36.220276], [105.46584, 36.219803], [105.475728, 36.212761], [105.4854, 36.183252], [105.496837, 36.164774], [105.497256, 36.158943], [105.509216, 36.150745], [105.510915, 36.147894], [105.503589, 36.138515], [105.487474, 36.101271], [105.482282, 36.098921], [105.467896, 36.100107], [105.457884, 36.10722], [105.445072, 36.104109], [105.427017, 36.10397], [105.40354, 36.075137], [105.401281, 36.07438], [105.396258, 36.079764], [105.388383, 36.076933], [105.386087, 36.063669], [105.373889, 36.061864], [105.359209, 36.048627], [105.356535, 36.044484], [105.356841, 36.04155], [105.359223, 36.040066], [105.361867, 36.034657], [105.339953, 36.033817], [105.335023, 36.018024], [105.333974, 36.00523], [105.32915, 35.99757], [105.331221, 35.985401], [105.328224, 35.951687], [105.325536, 35.95017], [105.321389, 35.941874], [105.324519, 35.934607], [105.33201, 35.927802], [105.333315, 35.913455], [105.320852, 35.906469], [105.32125, 35.905331], [105.329803, 35.890874], [105.340808, 35.878777], [105.346258, 35.87559], [105.352533, 35.877312], [105.358813, 35.875741], [105.365738, 35.871701], [105.371714, 35.870685], [105.373673, 35.872422], [105.37871, 35.871822], [105.390609, 35.865242], [105.395602, 35.857709], [105.395781, 35.854922], [105.392202, 35.847468], [105.387443, 35.847856], [105.381825, 35.853689], [105.369566, 35.846956], [105.368881, 35.841169], [105.372566, 35.836531], [105.377383, 35.813365], [105.370006, 35.806128], [105.374383, 35.796866], [105.378575, 35.792742], [105.386377, 35.800265], [105.394157, 35.814544], [105.406608, 35.82275], [105.410861, 35.82489], [105.414871, 35.813807], [105.42213, 35.821354], [105.425435, 35.820282], [105.427523, 35.7898], [105.433933, 35.780595], [105.443234, 35.780815], [105.452735, 35.769797], [105.448246, 35.755254], [105.450122, 35.74761], [105.4694, 35.748989], [105.472948, 35.738702], [105.473093, 35.733208], [105.476978, 35.727766], [105.488466, 35.726759], [105.492825, 35.721976], [105.501731, 35.718521], [105.506619, 35.719056], [105.526676, 35.728309], [105.534652, 35.7221], [105.542031, 35.730049], [105.551824, 35.726663], [105.56659, 35.715445], [105.55575, 35.699885], [105.560457, 35.689033], [105.562493, 35.688578], [105.569065, 35.693524], [105.574701, 35.702442], [105.570286, 35.712495], [105.575724, 35.716207], [105.586739, 35.717667], [105.59864, 35.726185], [105.617829, 35.729582], [105.636937, 35.740116], [105.665994, 35.75147], [105.669926, 35.747343], [105.671809, 35.740244], [105.674971, 35.738051], [105.682453, 35.739009], [105.699527, 35.734066], [105.704534, 35.738021], [105.705675, 35.74086], [105.710614, 35.741101], [105.721668, 35.735204], [105.733491, 35.723422], [105.735603, 35.725853], [105.73596, 35.729512], [105.740874, 35.733343], [105.752517, 35.73109], [105.75473, 35.728835], [105.755794, 35.722682], [105.748059, 35.71217], [105.742334, 35.707292], [105.738022, 35.700126], [105.734303, 35.698906], [105.724508, 35.701989], [105.720705, 35.726481], [105.717306, 35.728192], [105.701793, 35.703755], [105.695503, 35.705235], [105.686787, 35.699344], [105.687367, 35.685312], [105.688624, 35.683813], [105.70096, 35.686866], [105.704572, 35.683], [105.706519, 35.677645], [105.70894, 35.677162], [105.71634, 35.680412], [105.719958, 35.672717], [105.716806, 35.663565], [105.709212, 35.652907], [105.709512, 35.647148], [105.716147, 35.646598], [105.724871, 35.637707], [105.727474, 35.640048], [105.736737, 35.636233], [105.737763, 35.635121], [105.736788, 35.632997], [105.745051, 35.624523], [105.756712, 35.632596], [105.761057, 35.631648], [105.75583, 35.618859], [105.741109, 35.614976], [105.745109, 35.610774], [105.751321, 35.610905], [105.757554, 35.603438], [105.763004, 35.602379], [105.765743, 35.603621], [105.776461, 35.599598], [105.781754, 35.591632], [105.780564, 35.588993], [105.774214, 35.589034], [105.772888, 35.587055], [105.784471, 35.579205], [105.788508, 35.572838], [105.796009, 35.565682], [105.806322, 35.570606], [105.811559, 35.57676], [105.81253, 35.576047], [105.820337, 35.561594], [105.817907, 35.556122], [105.819491, 35.543449], [105.831911, 35.538237], [105.833071, 35.52415], [105.828854, 35.519061], [105.830997, 35.509313], [105.831319, 35.495999], [105.833757, 35.492995], [105.839953, 35.490613], [105.845679, 35.492984], [105.851441, 35.506232], [105.851929, 35.511409], [105.857391, 35.515115], [105.86048, 35.523145], [105.862093, 35.535017], [105.865531, 35.543236], [105.867887, 35.538511], [105.875352, 35.538317], [105.879673, 35.541842], [105.883231, 35.547776], [105.886097, 35.5486], [105.900804, 35.547812], [105.908693, 35.540825], [105.922339, 35.535262], [105.928182, 35.53503], [105.931576, 35.53819], [105.954232, 35.538201], [105.978499, 35.530644], [105.990449, 35.52908], [105.998834, 35.522804], [106.006413, 35.526324], [106.011489, 35.522531], [106.012607, 35.511983], [106.011666, 35.510461], [106.00665, 35.511149], [106.006212, 35.501425], [106.0174, 35.494936], [106.030953, 35.495362], [106.043502, 35.498059], [106.057284, 35.5014], [106.06189, 35.504638], [106.064186, 35.504319], [106.06535, 35.502134], [106.063914, 35.49205], [106.067049, 35.492417], [106.075017, 35.499004], [106.075966, 35.50305], [106.071198, 35.507086], [106.076521, 35.511944], [106.079625, 35.512791], [106.09101, 35.510373], [106.096166, 35.50107], [106.085895, 35.49642], [106.083497, 35.489711], [106.066016, 35.48896], [106.062613, 35.491024], [106.064093, 35.481777], [106.068877, 35.469722], [106.068262, 35.463218], [106.064248, 35.455414], [106.06886, 35.448513], [106.073495, 35.447646], [106.075681, 35.426097], [106.07866, 35.421518], [106.083984, 35.402906], [106.098858, 35.401638], [106.093503, 35.39086], [106.095582, 35.391245], [106.102049, 35.387878], [106.097407, 35.381595], [106.103535, 35.364898], [106.10932, 35.362221], [106.112533, 35.364912], [106.108747, 35.373106], [106.113396, 35.375758], [106.117283, 35.373819], [106.119084, 35.374436], [106.125421, 35.396406], [106.137789, 35.403619], [106.153337, 35.417965], [106.162411, 35.420606], [106.165378, 35.426694], [106.166613, 35.435242], [106.168801, 35.437375], [106.175361, 35.436534], [106.175028, 35.424007], [106.180427, 35.427173], [106.188062, 35.411813], [106.199112, 35.40949], [106.208864, 35.410367], [106.211508, 35.413966], [106.213748, 35.414446], [106.223198, 35.410357], [106.23449, 35.411084], [106.236094, 35.407743], [106.23605, 35.39395], [106.24021, 35.377413], [106.245106, 35.37615], [106.247046, 35.369038], [106.245453, 35.366267], [106.237831, 35.360916], [106.237538, 35.358339], [106.238767, 35.354851], [106.243436, 35.35272], [106.24687, 35.34824], [106.248748, 35.343735], [106.247744, 35.340882], [106.251392, 35.334994], [106.256899, 35.331649], [106.266004, 35.332022], [106.271574, 35.328833], [106.282907, 35.312001], [106.283493, 35.307643], [106.281118, 35.30484], [106.281277, 35.302506], [106.296812, 35.288413], [106.305144, 35.289181], [106.31641, 35.278277], [106.317416, 35.275758], [106.314519, 35.267698], [106.32942, 35.252152], [106.340745, 35.25247], [106.348355, 35.247111], [106.35117, 35.240672], [106.359387, 35.238644], [106.365816, 35.245049], [106.371079, 35.255342], [106.365397, 35.263669], [106.36302, 35.270607], [106.370361, 35.274194], [106.383539, 35.270057], [106.391855, 35.276077], [106.398368, 35.274592], [106.411476, 35.279206], [106.416683, 35.282433], [106.425486, 35.293296], [106.43257, 35.298959], [106.442985, 35.299661], [106.452713, 35.308745], [106.46947, 35.311827], [106.485195, 35.328846], [106.48296, 35.340582], [106.488751, 35.352155], [106.498599, 35.354675], [106.501423, 35.360138], [106.496005, 35.366755], [106.496813, 35.373941], [106.494267, 35.388285], [106.48934, 35.39209], [106.492191, 35.403941], [106.495972, 35.40799], [106.500458, 35.41799], [106.494305, 35.424063], [106.491645, 35.434727], [106.485568, 35.443148], [106.479201, 35.445854], [106.477986, 35.449564], [106.479414, 35.461828], [106.486077, 35.477711], [106.485037, 35.484158], [106.46633, 35.47902], [106.461113, 35.481457], [106.461516, 35.496922], [106.459202, 35.502091], [106.455656, 35.505005], [106.446671, 35.508261], [106.445302, 35.510032], [106.44832, 35.515162], [106.447761, 35.518711], [106.43897, 35.519553], [106.43547, 35.52469], [106.439069, 35.530851], [106.446695, 35.536411], [106.450556, 35.56826], [106.454178, 35.576332], [106.459042, 35.580952], [106.475382, 35.574861], [106.476782, 35.577443], [106.476207, 35.579995], [106.472224, 35.583672], [106.468288, 35.600897], [106.460925, 35.607551], [106.46001, 35.615278], [106.461559, 35.620685], [106.458991, 35.624006], [106.450505, 35.629089], [106.448846, 35.63229], [106.448643, 35.636553], [106.45395, 35.639538], [106.455865, 35.644178], [106.451632, 35.64483], [106.443348, 35.650906], [106.432168, 35.664487], [106.429821, 35.68888], [106.439013, 35.69196], [106.444952, 35.695848], [106.446367, 35.700527], [106.460777, 35.718614], [106.483331, 35.722955], [106.482883, 35.727783], [106.488033, 35.736506], [106.501865, 35.738458], [106.513199, 35.734846], [106.512881, 35.732985], [106.5177, 35.725484], [106.518332, 35.737231], [106.521671, 35.74234], [106.55611, 35.739019], [106.560147, 35.740247], [106.580619, 35.728222], [106.592676, 35.727989], [106.597406, 35.731722], [106.592609, 35.746493], [106.598392, 35.748292], [106.599847, 35.741694], [106.606716, 35.738535], [106.614874, 35.744161], [106.6161, 35.740465], [106.614963, 35.733991], [106.626071, 35.714993], [106.639417, 35.710139], [106.655836, 35.708014], [106.657773, 35.703164], [106.669173, 35.700665], [106.668747, 35.707253], [106.664248, 35.71044], [106.664371, 35.717938], [106.667878, 35.724567], [106.676678, 35.731418], [106.692545, 35.724455], [106.689729, 35.721249], [106.698411, 35.71066], [106.71177, 35.705336], [106.709268, 35.703882], [106.709312, 35.701573], [106.714648, 35.697856], [106.723083, 35.695296], [106.72498, 35.693349], [106.722273, 35.690853], [106.726334, 35.688132], [106.730841, 35.688519], [106.740171, 35.692766], [106.748194, 35.688593], [106.74943, 35.690814], [106.746614, 35.697557], [106.742991, 35.696474], [106.742882, 35.695182], [106.735322, 35.702038], [106.742955, 35.708265], [106.751835, 35.722617], [106.76129, 35.729589], [106.762686, 35.730241], [106.76368, 35.724666], [106.767821, 35.721654], [106.787386, 35.720812], [106.793669, 35.713741], [106.800408, 35.708969], [106.817024, 35.719594], [106.81414, 35.729046], [106.815321, 35.743363], [106.816641, 35.744964], [106.819483, 35.746196], [106.84743, 35.745264], [106.859937, 35.736411], [106.862995, 35.74521], [106.861214, 35.756279], [106.865625, 35.770443], [106.870164, 35.779366], [106.884696, 35.775767], [106.881998, 35.764829], [106.884158, 35.762527], [106.894101, 35.763102], [106.892251, 35.768816], [106.897639, 35.775403], [106.899703, 35.775627], [106.902497, 35.772083], [106.903707, 35.767697], [106.907361, 35.768764], [106.909234, 35.771514], [106.911606, 35.78757], [106.910876, 35.795065], [106.89948, 35.798182], [106.887374, 35.810624], [106.889946, 35.813192], [106.912994, 35.805872], [106.917402, 35.80225], [106.925034, 35.807676], [106.915741, 35.818964], [106.909908, 35.830175], [106.907831, 35.831809], [106.904444, 35.831654], [106.898233, 35.826855], [106.895732, 35.827155], [106.871752, 35.855592], [106.863359, 35.868515], [106.867702, 35.875449], [106.879447, 35.8667], [106.878733, 35.877294], [106.874607, 35.882868], [106.870719, 35.882969], [106.871153, 35.880177], [106.868438, 35.878355], [106.84928, 35.882946], [106.847599, 35.887237], [106.85036, 35.891098], [106.856941, 35.894045], [106.86312, 35.902632], [106.873992, 35.908704], [106.875679, 35.913422], [106.888557, 35.917855], [106.902862, 35.910819], [106.905135, 35.914186], [106.902243, 35.917168], [106.900959, 35.916155], [106.9016, 35.92582], [106.908399, 35.932693], [106.914173, 35.928978], [106.924649, 35.925501], [106.933334, 35.929084], [106.94144, 35.941018], [106.938768, 35.94363], [106.936552, 35.949989], [106.924917, 35.952614], [106.922447, 35.951887], [106.916041, 35.944341], [106.914257, 35.937116], [106.903907, 35.938132], [106.897796, 35.942843], [106.889831, 35.957373], [106.885368, 35.971723], [106.894233, 35.972532], [106.894452, 35.965506], [106.8878, 35.967461], [106.888721, 35.96496], [106.890966, 35.964225], [106.897914, 35.962923], [106.907133, 35.96729], [106.910137, 35.961793], [106.906435, 35.957363], [106.900434, 35.955164], [106.899075, 35.951933], [106.904374, 35.942213], [106.911424, 35.940686], [106.908539, 35.953194], [106.914233, 35.965332], [106.918522, 35.967296], [106.927134, 35.975021], [106.92763, 35.979868], [106.936988, 35.982659], [106.945362, 35.991549], [106.944598, 36.004799], [106.928747, 36.007647], [106.92396, 36.011763], [106.923687, 36.015857], [106.926207, 36.029236], [106.937694, 36.032853], [106.937136, 36.045235], [106.933143, 36.057475], [106.934744, 36.063927], [106.945074, 36.068255], [106.954878, 36.075766], [106.952011, 36.093961], [106.944413, 36.100008], [106.938105, 36.100347], [106.931083, 36.107562], [106.93634, 36.108516], [106.942231, 36.122297], [106.9358, 36.126875], [106.93219, 36.122539], [106.930036, 36.116475], [106.924857, 36.113435], [106.921329, 36.11633], [106.921323, 36.118358], [106.92608, 36.138729], [106.92333, 36.138146], [106.916595, 36.130108], [106.905077, 36.131219], [106.902685, 36.135609], [106.904807, 36.144528], [106.903296, 36.155756], [106.894667, 36.169143], [106.888533, 36.169265], [106.886774, 36.166723], [106.884112, 36.16673], [106.875968, 36.178757], [106.869825, 36.178653], [106.864656, 36.183197], [106.861068, 36.19414], [106.85357, 36.20701], [106.847009, 36.207772], [106.844596, 36.205855], [106.844889, 36.202173], [106.840041, 36.202846], [106.836839, 36.207626], [106.834211, 36.221563], [106.829665, 36.229493], [106.82598, 36.226376], [106.823448, 36.215493], [106.817911, 36.220964], [106.813617, 36.22236], [106.806086, 36.218474], [106.80353, 36.211053], [106.795236, 36.215921], [106.791278, 36.223195], [106.784468, 36.226506], [106.769836, 36.22251], [106.768233, 36.212747], [106.758798, 36.215078], [106.744986, 36.22392], [106.731615, 36.237332], [106.724965, 36.232218], [106.711737, 36.232028], [106.697669, 36.239597], [106.694602, 36.243706], [106.683488, 36.270145], [106.680327, 36.273847], [106.666434, 36.268875], [106.659762, 36.262985], [106.653122, 36.267333], [106.651171, 36.259215], [106.649311, 36.257275], [106.64365, 36.259637], [106.641641, 36.265128], [106.641191, 36.279002], [106.644478, 36.28251], [106.639515, 36.285184], [106.636299, 36.280698], [106.633548, 36.265875], [106.607434, 36.272932], [106.605423, 36.276426], [106.604908, 36.290614], [106.600872, 36.296093], [106.596177, 36.293192], [106.593743, 36.283353], [106.595709, 36.279289], [106.590311, 36.270632], [106.582244, 36.278584], [106.580246, 36.283627], [106.555459, 36.292326], [106.55373, 36.28791], [106.554009, 36.279781], [106.557276, 36.273916], [106.553988, 36.263617], [106.550589, 36.258835], [106.536627, 36.25404], [106.530258, 36.261091], [106.511701, 36.271867], [106.50603, 36.271845], [106.499518, 36.268784], [106.479975, 36.285372], [106.474015, 36.29814], [106.466418, 36.305794], [106.465739, 36.311917], [106.468583, 36.313881], [106.478578, 36.3153], [106.487712, 36.309337], [106.494399, 36.301074], [106.495504, 36.295226], [106.502536, 36.28942], [106.507413, 36.291993], [106.505177, 36.296107], [106.505685, 36.300882], [106.494968, 36.31204], [106.498167, 36.314043], [106.49635, 36.320594], [106.501642, 36.326989], [106.503549, 36.343715], [106.500678, 36.35111], [106.50079, 36.363361], [106.503109, 36.370028], [106.511725, 36.367456], [106.526903, 36.370934], [106.527909, 36.375369], [106.522183, 36.391076], [106.500359, 36.401485], [106.488188, 36.399283], [106.483085, 36.402087], [106.486968, 36.405455], [106.488076, 36.422866], [106.494081, 36.422904], [106.494782, 36.416904], [106.500585, 36.414656], [106.507668, 36.422982], [106.506696, 36.426836], [106.496188, 36.432824], [106.496051, 36.43422], [106.49942, 36.442626], [106.504344, 36.448016], [106.511443, 36.450921], [106.515516, 36.456075], [106.519255, 36.467505], [106.518467, 36.47776], [106.500345, 36.484017], [106.489799, 36.494522], [106.486874, 36.491582], [106.486705, 36.482538], [106.479884, 36.480666], [106.473131, 36.488446], [106.472181, 36.495508], [106.458134, 36.499462], [106.450913, 36.496808], [106.428507, 36.517806], [106.417749, 36.514425], [106.406408, 36.519171], [106.41381, 36.526769], [106.411462, 36.531937], [106.394136, 36.547705], [106.388458, 36.548282], [106.378877, 36.545153], [106.367161, 36.548733], [106.367168, 36.557166], [106.357051, 36.57329], [106.360194, 36.577692], [106.36395, 36.5766], [106.373974, 36.5685], [106.377726, 36.562717], [106.387108, 36.556337], [106.39092, 36.559879], [106.392889, 36.573681], [106.391383, 36.577193], [106.40279, 36.572475], [106.41333, 36.563805], [106.426073, 36.558892], [106.451555, 36.559789], [106.454784, 36.566215], [106.451275, 36.57293], [106.463401, 36.581939], [106.450092, 36.595661], [106.44229, 36.596689], [106.438932, 36.600942], [106.440381, 36.609977], [106.443083, 36.612235], [106.440656, 36.624812], [106.464505, 36.620184], [106.478776, 36.62728], [106.488176, 36.629465], [106.490342, 36.666464], [106.48565, 36.680578], [106.486563, 36.68548], [106.499634, 36.691895], [106.506495, 36.693079], [106.51236, 36.690429], [106.514189, 36.687499], [106.526367, 36.689733], [106.518776, 36.706464], [106.514447, 36.71], [106.510327, 36.715923], [106.51104, 36.716892], [106.52721, 36.725356], [106.53456, 36.726581], [106.550242, 36.737995], [106.562272, 36.732769], [106.566621, 36.733008], [106.56914, 36.734609], [106.568438, 36.737614], [106.572681, 36.746192], [106.591469, 36.746357], [106.607136, 36.73034], [106.608697, 36.73502], [106.611722, 36.737863], [106.628081, 36.72332], [106.641439, 36.723468], [106.639948, 36.726892], [106.634582, 36.728248], [106.627652, 36.735334], [106.622978, 36.752786], [106.629598, 36.753744], [106.633088, 36.760502], [106.635295, 36.771659], [106.634771, 36.78746], [106.640057, 36.79183], [106.640993, 36.794861], [106.640768, 36.798735], [106.637604, 36.802697], [106.642692, 36.809629], [106.646577, 36.807184], [106.652396, 36.809263], [106.653897, 36.811498], [106.653544, 36.817672], [106.643234, 36.82913], [106.636263, 36.83379], [106.638137, 36.841369], [106.638202, 36.853008], [106.622571, 36.86194], [106.634802, 36.867771], [106.635831, 36.882225], [106.627978, 36.889554], [106.621932, 36.892452], [106.614127, 36.888811], [106.613155, 36.885019], [106.606322, 36.880288], [106.604959, 36.881066], [106.597019, 36.890362], [106.596123, 36.895066], [106.60287, 36.903415], [106.606118, 36.904447], [106.604626, 36.909746], [106.598341, 36.917732], [106.575509, 36.93056], [106.569544, 36.932129], [106.56713, 36.930286], [106.558667, 36.930964], [106.546738, 36.939215], [106.54454, 36.943239], [106.548116, 36.950409], [106.547829, 36.955354], [106.537621, 36.969644], [106.534613, 36.978567], [106.53583, 36.983709], [106.538402, 36.985422], [106.542283, 36.982086], [106.54621, 36.973417], [106.56595, 36.957798], [106.569968, 36.952758], [106.570907, 36.946128], [106.564116, 36.945753], [106.571193, 36.937165], [106.575311, 36.934792], [106.579316, 36.9355], [106.587099, 36.940343], [106.588526, 36.94505], [106.585689, 36.955854], [106.586241, 36.963053], [106.590834, 36.968979], [106.602891, 36.962003], [106.618547, 36.959225], [106.638946, 36.962551], [106.63567, 36.974521], [106.639135, 36.994562], [106.63726, 37.011778], [106.642487, 37.012523], [106.65356, 37.007562], [106.662438, 37.017165], [106.653259, 37.023537], [106.645438, 37.036598], [106.641219, 37.064855], [106.636545, 37.074936], [106.630399, 37.082857], [106.622991, 37.088149], [106.616233, 37.095644], [106.606573, 37.11984], [106.601136, 37.126539], [106.602601, 37.129479], [106.609516, 37.134289], [106.613423, 37.134705], [106.630372, 37.128337], [106.636551, 37.118632], [106.648329, 37.123718], [106.658429, 37.125602], [106.661926, 37.122033], [106.663055, 37.114052], [106.666889, 37.110684], [106.672516, 37.113954], [106.676089, 37.121189], [106.683134, 37.129708], [106.68724, 37.12332], [106.695024, 37.117487], [106.724355, 37.120885], [106.72151, 37.113182], [106.722871, 37.108968], [106.733192, 37.099769], [106.743712, 37.09994], [106.746184, 37.096594], [106.744317, 37.09325], [106.745476, 37.089699], [106.755707, 37.080489], [106.758388, 37.092383], [106.751912, 37.101086], [106.754963, 37.106521], [106.760782, 37.110233], [106.768698, 37.121387], [106.76894, 37.12315], [106.765448, 37.126235], [106.761821, 37.135199], [106.770318, 37.155666], [106.771675, 37.157588], [106.776332, 37.158305], [106.786391, 37.154503], [106.787523, 37.151376], [106.797319, 37.145025], [106.805697, 37.144949], [106.812024, 37.142834], [106.822367, 37.131136], [106.834723, 37.126423], [106.850376, 37.11348], [106.866736, 37.115486], [106.880388, 37.104021], [106.891498, 37.099976], [106.902251, 37.115702], [106.912664, 37.123134], [106.909183, 37.132001], [106.897353, 37.133131], [106.886543, 37.13952], [106.895318, 37.149816], [106.900282, 37.151029], [106.92603, 37.141312], [106.94368, 37.13196], [106.952113, 37.124431], [106.95507, 37.120045], [106.955768, 37.11468], [106.959266, 37.112527], [106.979707, 37.107154], [106.992067, 37.10579], [106.995693, 37.10852], [106.990718, 37.110959], [106.9845, 37.117422], [106.989146, 37.12165], [107.016386, 37.112313], [107.024676, 37.106636], [107.02613, 37.11504], [107.020459, 37.130328], [107.02586, 37.140193], [107.032464, 37.137105], [107.040216, 37.129676], [107.057102, 37.123569], [107.060571, 37.126612], [107.068982, 37.129017], [107.081764, 37.125556], [107.086132, 37.120981], [107.088186, 37.120838], [107.089495, 37.116691], [107.106514, 37.126254], [107.133655, 37.134981], [107.158674, 37.140133], [107.177575, 37.140841], [107.201793, 37.123742], [107.23201, 37.097], [107.249925, 37.103844], [107.263739, 37.099045], [107.269748, 37.093097], [107.276428, 37.069181], [107.279041, 37.066501], [107.276872, 37.065144], [107.279248, 37.056949], [107.27487, 37.041166], [107.270659, 37.042326], [107.269679, 37.039899], [107.275387, 37.038511], [107.278482, 37.032956], [107.274977, 37.027716], [107.278373, 37.020627], [107.281537, 37.019148], [107.283168, 37.013957], [107.281077, 37.010136], [107.282501, 36.991703], [107.286333, 36.977831], [107.294103, 36.968713], [107.299608, 36.951569], [107.298398, 36.941462], [107.296381, 36.941184], [107.294191, 36.934607], [107.303594, 36.920016], [107.302032, 36.916498], [107.303833, 36.912016], [107.313793, 36.91401], [107.324693, 36.921763], [107.322854, 36.926279], [107.329429, 36.927663], [107.334267, 36.926923], [107.333651, 36.919314], [107.340835, 36.915019], [107.349161, 36.91244], [107.354783, 36.904607], [107.358397, 36.903584], [107.374301, 36.909278], [107.387354, 36.907042], [107.392366, 36.90346], [107.409118, 36.901599], [107.414947, 36.89855], [107.422435, 36.908235], [107.429532, 36.908531], [107.43501, 36.90538], [107.4359, 36.889763], [107.439021, 36.888715], [107.447484, 36.894418], [107.451246, 36.902259], [107.454674, 36.904737], [107.481442, 36.914013], [107.488308, 36.909381], [107.483456, 36.908669], [107.483197, 36.898771], [107.486289, 36.894499], [107.498096, 36.885334], [107.510384, 36.879058], [107.527306, 36.867139], [107.527704, 36.860966], [107.526229, 36.856866], [107.520299, 36.85196], [107.526194, 36.850738], [107.531635, 36.845654], [107.531015, 36.84264], [107.527327, 36.843769], [107.52476, 36.840601], [107.530779, 36.828211], [107.53369, 36.825964], [107.542389, 36.824282], [107.542637, 36.83574], [107.556326, 36.830494], [107.576542, 36.83765], [107.59075, 36.83465], [107.596067, 36.830701], [107.598726, 36.825919], [107.627657, 36.817856], [107.635267, 36.818571], [107.661782, 36.830754], [107.684212, 36.824042], [107.686891, 36.821288], [107.687607, 36.816363], [107.68445, 36.813884], [107.700548, 36.803805], [107.716351, 36.802172], [107.725123, 36.8064], [107.724937, 36.812984], [107.732513, 36.812515], [107.739944, 36.811021], [107.762717, 36.792689], [107.765584, 36.797946], [107.770402, 36.798044], [107.773533, 36.789022], [107.799945, 36.77889], [107.81544, 36.776697], [107.821744, 36.785215], [107.825327, 36.786139], [107.836769, 36.780332], [107.840487, 36.772485], [107.842766, 36.771082], [107.852069, 36.770773], [107.85732, 36.769013], [107.877125, 36.747273], [107.895026, 36.748067], [107.900891, 36.745176], [107.909555, 36.729876], [107.910846, 36.730702], [107.912571, 36.729359], [107.918481, 36.720767], [107.922537, 36.710517], [107.92573, 36.709311], [107.928098, 36.711013], [107.934741, 36.704607], [107.936885, 36.682895], [107.93398, 36.673701], [107.932661, 36.658776], [107.934202, 36.655575], [107.941256, 36.654126], [107.94833, 36.660806], [107.960391, 36.660869], [107.969432, 36.666653], [107.972315, 36.664583], [107.972145, 36.658687], [107.976004, 36.653364], [107.98053, 36.651909], [107.983052, 36.660989], [107.980044, 36.667789], [107.981219, 36.675063], [108.001729, 36.683364], [108.007246, 36.681325], [108.017967, 36.670456], [108.020144, 36.666926], [108.020812, 36.661326], [108.017238, 36.646967], [108.005954, 36.644313], [107.999495, 36.647235], [107.996465, 36.645114], [107.996539, 36.638752], [107.998706, 36.633982], [108.001857, 36.635954], [108.006761, 36.63408], [108.008899, 36.629287], [108.026567, 36.617134], [108.037992, 36.604141], [108.053369, 36.594295], [108.061926, 36.599658], [108.067411, 36.612554], [108.068053, 36.60149], [108.069838, 36.599634], [108.074977, 36.612129], [108.078872, 36.614087], [108.080974, 36.606986], [108.087612, 36.603417], [108.08603, 36.592161], [108.08828, 36.583629], [108.093821, 36.583415], [108.096186, 36.589085], [108.107832, 36.592963], [108.111893, 36.59218], [108.113942, 36.577846], [108.116505, 36.576338], [108.128415, 36.581464], [108.13321, 36.581501], [108.135172, 36.577571], [108.132665, 36.575149], [108.13157, 36.565445], [108.133518, 36.563392], [108.145857, 36.55996], [108.154072, 36.559814], [108.169829, 36.577177], [108.177711, 36.591469], [108.177761, 36.595028], [108.174819, 36.600086], [108.182882, 36.612759], [108.194062, 36.625753], [108.201444, 36.633062], [108.2168, 36.63144], [108.212805, 36.622227], [108.202016, 36.606854], [108.201137, 36.597329], [108.20432, 36.573849], [108.216596, 36.570654], [108.23983, 36.569962], [108.254928, 36.546893], [108.256705, 36.547324], [108.257783, 36.55335], [108.256012, 36.559694], [108.263335, 36.568148], [108.268879, 36.565797], [108.283894, 36.552701], [108.288439, 36.552565], [108.290162, 36.554243], [108.290323, 36.56511], [108.291901, 36.567428], [108.31734, 36.556718], [108.344671, 36.555842], [108.35291, 36.546534], [108.358697, 36.52636], [108.388355, 36.499587], [108.400539, 36.47453], [108.401389, 36.463144], [108.395809, 36.450137], [108.396326, 36.446292], [108.432403, 36.434458], [108.468843, 36.424617], [108.491192, 36.421258], [108.51012, 36.445739], [108.502897, 36.46233], [108.503004, 36.46965], [108.506651, 36.474825], [108.517491, 36.462787], [108.541578, 36.450287], [108.559489, 36.433333], [108.57025, 36.436255], [108.589445, 36.428365], [108.595393, 36.427337], [108.602037, 36.433992], [108.609999, 36.438644], [108.62449, 36.421808], [108.628318, 36.416809], [108.633171, 36.400797], [108.645883, 36.384706], [108.636408, 36.358503], [108.637915, 36.316155], [108.6367, 36.311581], [108.641699, 36.29268], [108.650567, 36.273966], [108.644302, 36.261574], [108.645404, 36.242649], [108.654698, 36.213527], [108.678316, 36.18713], [108.706239, 36.151831], [108.709007, 36.1432], [108.706998, 36.138326], [108.700794, 36.132396], [108.692024, 36.117942], [108.70091, 36.113465], [108.703644, 36.109732], [108.686681, 36.086873], [108.678633, 36.083459], [108.674897, 36.051791], [108.677682, 36.033902], [108.681449, 36.02664], [108.682073, 36.021237], [108.666675, 35.997579], [108.65707, 35.992451], [108.653414, 35.983496], [108.655176, 35.969688], [108.654191, 35.95858], [108.646727, 35.944133], [108.64113, 35.943166], [108.635559, 35.947542], [108.633582, 35.947301], [108.629351, 35.942672], [108.630135, 35.93964], [108.623876, 35.936362], [108.618324, 35.942687], [108.606674, 35.944733], [108.600423, 35.940811], [108.581509, 35.950234], [108.578728, 35.946657], [108.578026, 35.941948], [108.564655, 35.939195], [108.557327, 35.933039], [108.557037, 35.928847], [108.559708, 35.925395], [108.558484, 35.919031], [108.539316, 35.910894], [108.517356, 35.906208], [108.506556, 35.895519], [108.501993, 35.886012], [108.496684, 35.885933], [108.492536, 35.873759], [108.493935, 35.870657], [108.502193, 35.866794], [108.503318, 35.863844], [108.501689, 35.861059], [108.501721, 35.852631], [108.514306, 35.844213], [108.519025, 35.835171], [108.518504, 35.826242], [108.522601, 35.822397], [108.522487, 35.803268], [108.521113, 35.797203], [108.524106, 35.7917], [108.525196, 35.784064], [108.523093, 35.774095], [108.517091, 35.772346], [108.518155, 35.759976], [108.526905, 35.751606], [108.527187, 35.73786], [108.52074, 35.725751], [108.515521, 35.723583], [108.512761, 35.724886], [108.510656, 35.71924], [108.514355, 35.714687], [108.526924, 35.712278], [108.530296, 35.709167], [108.513133, 35.699246], [108.513347, 35.694033], [108.521279, 35.687179], [108.524274, 35.686708], [108.526692, 35.682442], [108.517314, 35.661054], [108.514079, 35.649034], [108.519846, 35.648612], [108.522585, 35.64535], [108.537367, 35.604284], [108.542661, 35.600092], [108.551161, 35.598856], [108.557716, 35.600185], [108.561959, 35.593887], [108.562422, 35.589702], [108.566649, 35.584285], [108.579833, 35.581201], [108.592883, 35.568814], [108.611173, 35.558373], [108.614736, 35.557853], [108.616152, 35.551743], [108.614146, 35.544603], [108.620303, 35.536049], [108.619726, 35.532508], [108.610451, 35.519516], [108.603236, 35.51776], [108.600096, 35.502068], [108.605071, 35.488983], [108.61453, 35.483387], [108.615005, 35.470021], [108.612264, 35.46588], [108.618281, 35.452484], [108.622159, 35.451401], [108.623328, 35.449022], [108.624078, 35.433034], [108.621863, 35.427839], [108.625165, 35.420728], [108.630516, 35.414338], [108.633921, 35.406825], [108.634043, 35.402123], [108.633405, 35.399926], [108.615309, 35.385855], [108.611142, 35.380751], [108.61216, 35.369933], [108.604264, 35.358943], [108.607613, 35.353082], [108.605644, 35.335403], [108.615865, 35.333555], [108.611389, 35.326303], [108.607195, 35.325147], [108.603141, 35.320764], [108.602657, 35.315174], [108.600357, 35.311177], [108.581798, 35.306579], [108.578156, 35.292873], [108.576691, 35.292025], [108.560815, 35.292078], [108.544125, 35.301165], [108.541827, 35.306007], [108.539105, 35.30691], [108.536531, 35.306201], [108.516236, 35.287292], [108.492965, 35.281912], [108.492497, 35.282866], [108.477695, 35.277965], [108.461452, 35.277389], [108.444811, 35.273611], [108.418876, 35.278082], [108.412956, 35.275405], [108.392932, 35.278843], [108.390417, 35.280127], [108.391871, 35.282897], [108.391033, 35.284782], [108.376231, 35.28948], [108.363275, 35.285456], [108.361709, 35.27921], [108.359411, 35.278265], [108.354592, 35.279991], [108.34655, 35.28628], [108.346067, 35.287411], [108.352597, 35.290825], [108.34715, 35.29901], [108.34091, 35.301964], [108.332204, 35.29987], [108.326262, 35.289059], [108.320696, 35.287012], [108.308678, 35.287471], [108.306481, 35.289482], [108.305372, 35.295657], [108.303146, 35.297405], [108.300211, 35.295165], [108.304531, 35.279702], [108.293031, 35.269014], [108.274132, 35.264003], [108.263937, 35.26357], [108.259794, 35.265463], [108.2639, 35.266936], [108.262244, 35.270683], [108.25218, 35.268238], [108.249678, 35.266855], [108.251233, 35.25703], [108.249837, 35.252869], [108.245564, 35.254124], [108.243508, 35.258611], [108.235945, 35.261441], [108.22366, 35.276115], [108.222509, 35.279986], [108.227393, 35.283618], [108.228012, 35.287172], [108.227354, 35.28833], [108.223405, 35.287504], [108.2198, 35.290349], [108.217655, 35.30026], [108.205698, 35.297755], [108.199318, 35.300948], [108.188145, 35.30206], [108.17318, 35.300617], [108.166402, 35.306444], [108.148736, 35.292784], [108.14324, 35.284919], [108.136116, 35.289543], [108.135379, 35.291892], [108.12636, 35.291101], [108.125728, 35.289773], [108.128168, 35.287286], [108.116429, 35.28114], [108.113158, 35.28311], [108.098058, 35.278115], [108.08964, 35.278887], [108.08741, 35.274776], [108.082478, 35.273026], [108.077866, 35.275001], [108.071807, 35.267024], [108.039923, 35.254568], [107.998291, 35.248563], [107.980965, 35.244296], [107.969942, 35.244866], [107.963106, 35.242586], [107.947771, 35.248821], [107.956712, 35.263553], [107.955519, 35.267078], [107.952668, 35.268228], [107.93036, 35.269042], [107.929663, 35.260625], [107.931346, 35.257832], [107.931104, 35.254332], [107.924157, 35.249765], [107.922014, 35.250458], [107.92299, 35.254281], [107.920603, 35.257721], [107.916062, 35.257718], [107.914919, 35.254182], [107.908561, 35.255221], [107.904608, 35.260792], [107.891887, 35.261806], [107.890651, 35.259609], [107.886279, 35.25823], [107.883387, 35.260826], [107.874916, 35.262615], [107.862018, 35.257786], [107.858346, 35.259411], [107.858906, 35.262495], [107.85633, 35.264572], [107.8449, 35.27022], [107.84057, 35.276864], [107.834208, 35.276172], [107.830608, 35.272686], [107.828347, 35.272445], [107.814912, 35.277213], [107.812208, 35.27938], [107.812078, 35.281926], [107.805142, 35.2879], [107.796801, 35.287285], [107.784069, 35.297013], [107.774885, 35.295482], [107.772846, 35.302473], [107.749646, 35.304124], [107.744404, 35.307172], [107.741555, 35.31127], [107.737285, 35.312395], [107.719209, 35.305006], [107.710556, 35.305139], [107.70397, 35.297137], [107.707665, 35.292812], [107.713673, 35.295387], [107.716597, 35.300862], [107.723399, 35.301593], [107.734869, 35.296595], [107.73768, 35.293563], [107.734933, 35.290651], [107.731238, 35.278025], [107.737095, 35.279362], [107.737311, 35.274124], [107.731108, 35.268435], [107.726762, 35.267295], [107.725077, 35.272141], [107.716375, 35.271074], [107.711782, 35.264844], [107.717847, 35.264198], [107.722792, 35.266815], [107.72583, 35.264814], [107.718429, 35.258994], [107.708884, 35.261453], [107.70549, 35.257478], [107.71342, 35.249916], [107.718758, 35.248954], [107.716178, 35.244995], [107.70995, 35.242876], [107.705812, 35.243758], [107.700672, 35.250321], [107.699911, 35.254612], [107.693917, 35.257551], [107.69126, 35.25563], [107.690105, 35.251792], [107.668446, 35.25494], [107.666769, 35.256813], [107.660072, 35.257736], [107.65363, 35.252473], [107.648352, 35.241363], [107.655415, 35.241924], [107.658441, 35.240272], [107.65874, 35.237979], [107.65381, 35.231558], [107.660556, 35.224496], [107.664698, 35.215402], [107.673618, 35.218915], [107.680061, 35.219491], [107.684753, 35.213218], [107.688323, 35.204453], [107.683816, 35.200919], [107.685714, 35.197485], [107.700493, 35.191383], [107.713445, 35.178102], [107.70938, 35.17365], [107.708607, 35.159676], [107.710872, 35.153257], [107.716299, 35.151543], [107.721154, 35.144455], [107.724336, 35.127322], [107.723295, 35.120883], [107.717685, 35.119545], [107.716878, 35.114077], [107.761375, 35.08781], [107.757614, 35.081456], [107.752642, 35.077822], [107.755186, 35.071448], [107.762093, 35.06804], [107.770567, 35.05989], [107.780156, 35.053778], [107.794182, 35.03557], [107.806991, 35.026111], [107.844105, 35.02513], [107.836326, 35.014614], [107.839191, 35.004554], [107.843324, 35.000829], [107.857495, 35.000978], [107.859461, 34.997881], [107.854618, 34.988411], [107.845174, 34.982217], [107.833527, 34.979717], [107.824836, 34.981145], [107.815447, 34.974229], [107.813719, 34.975814], [107.80194, 34.974457], [107.79513, 34.967648], [107.799788, 34.957395], [107.794666, 34.962117], [107.784882, 34.959093], [107.778112, 34.958943], [107.765924, 34.964048], [107.745303, 34.96229], [107.739779, 34.953657], [107.729269, 34.956658], [107.722652, 34.953256], [107.715659, 34.952081], [107.711992, 34.952574], [107.711903, 34.958592], [107.708622, 34.9652], [107.699933, 34.950954], [107.69293, 34.952398], [107.670484, 34.951547], [107.652161, 34.944598], [107.653319, 34.937377], [107.645451, 34.932453], [107.642923, 34.931706], [107.641934, 34.935325], [107.634589, 34.936643], [107.633034, 34.934574], [107.634843, 34.919314], [107.62184, 34.922472], [107.627303, 34.939219], [107.629459, 34.952013], [107.630085, 34.956955], [107.628243, 34.960952], [107.610255, 34.969115], [107.60646, 34.968497], [107.59725, 34.963647], [107.596581, 34.956809], [107.593171, 34.952345], [107.589213, 34.953887], [107.583513, 34.963028], [107.568899, 34.968822], [107.560666, 34.965013], [107.550065, 34.953955], [107.546407, 34.944619], [107.541339, 34.938162], [107.53313, 34.932512], [107.525206, 34.931533], [107.520025, 34.922131], [107.523858, 34.919531], [107.525564, 34.914687], [107.524477, 34.914049], [107.500383, 34.913626], [107.493626, 34.907654], [107.488618, 34.90943], [107.487447, 34.914068], [107.473799, 34.924142], [107.472793, 34.919458], [107.466841, 34.914792], [107.455823, 34.916513], [107.44849, 34.915877], [107.429251, 34.921325], [107.411187, 34.93573], [107.395218, 34.931877], [107.387897, 34.936447], [107.37383, 34.931816], [107.363731, 34.918859], [107.363487, 34.912647], [107.359647, 34.915794], [107.357984, 34.922411], [107.35374, 34.929148], [107.347791, 34.929925], [107.343319, 34.938262], [107.337614, 34.94147], [107.303674, 34.937091], [107.296773, 34.938216], [107.291413, 34.944625], [107.284814, 34.939506], [107.284179, 34.930984], [107.275052, 34.916256], [107.275197, 34.913655], [107.278186, 34.912401], [107.277416, 34.909949], [107.271266, 34.907712], [107.265686, 34.910723], [107.257606, 34.908129], [107.257883, 34.905994], [107.247937, 34.88337], [107.24314, 34.882593], [107.238345, 34.885143], [107.237251, 34.889849], [107.227786, 34.891254], [107.218185, 34.879155], [107.211866, 34.879452], [107.202398, 34.887075], [107.196893, 34.886347], [107.189996, 34.882967], [107.189452, 34.881264], [107.178641, 34.89628], [107.179074, 34.900547], [107.184331, 34.906629], [107.17034, 34.937309], [107.156899, 34.94012], [107.151479, 34.937006], [107.146606, 34.93765], [107.146332, 34.942341], [107.138972, 34.948525], [107.131149, 34.945914], [107.119921, 34.94679], [107.113582, 34.955238], [107.10628, 34.955748], [107.101554, 34.957893], [107.096612, 34.962751], [107.093586, 34.969761], [107.086561, 34.97253], [107.081572, 34.980484], [107.089786, 34.988666], [107.09187, 34.995431], [107.089595, 35.008092], [107.082906, 35.017245], [107.070005, 35.019999], [107.060668, 35.019625], [107.054699, 35.021816], [107.052436, 35.026464], [107.042662, 35.027733], [107.046112, 35.039624], [107.035926, 35.043271], [107.029917, 35.038542], [107.031125, 35.033663], [107.026891, 35.030688], [107.01794, 35.032342], [107.010574, 35.028775], [107.004788, 35.030302], [107.006989, 35.039622], [107.00037, 35.051627], [106.99078, 35.061076], [106.984308, 35.060475], [106.980726, 35.06398], [106.981727, 35.066687], [106.986234, 35.069133], [106.984534, 35.071583], [106.9767, 35.070743], [106.961091, 35.065949], [106.950846, 35.071957], [106.940007, 35.081356], [106.930699, 35.084986], [106.928106, 35.084306], [106.924893, 35.078435], [106.921324, 35.076722], [106.908221, 35.083031], [106.906672, 35.089459], [106.896584, 35.096481], [106.882551, 35.095909], [106.875588, 35.09346], [106.855529, 35.094161], [106.845548, 35.088336], [106.84079, 35.081361], [106.821335, 35.08122], [106.816545, 35.082066], [106.810462, 35.086217], [106.792742, 35.0912], [106.771732, 35.092193], [106.745153, 35.098115], [106.730682, 35.104262], [106.715824, 35.102467], [106.710536, 35.099446], [106.710711, 35.093733], [106.702722, 35.08926], [106.702009, 35.082854], [106.692203, 35.080227], [106.664187, 35.077481], [106.661336, 35.075207], [106.659357, 35.069431], [106.651619, 35.077091], [106.64169, 35.079531], [106.640019, 35.078105], [106.640974, 35.07607], [106.639463, 35.073575], [106.637077, 35.07252], [106.614159, 35.072842], [106.598648, 35.085082], [106.586787, 35.089317], [106.572528, 35.091394], [106.567987, 35.08922], [106.570887, 35.084914], [106.570458, 35.081018], [106.563734, 35.083727], [106.555826, 35.092287], [106.539652, 35.086732], [106.53696, 35.083487], [106.540648, 35.078982], [106.541175, 35.068714], [106.534943, 35.062287], [106.523463, 35.040659], [106.522691, 35.031387], [106.516263, 35.028353], [106.498769, 35.034655], [106.484279, 35.022024], [106.49139, 35.0176], [106.490799, 35.000009], [106.497405, 34.996391], [106.495519, 34.991757], [106.491982, 34.989048], [106.483774, 34.987542], [106.478812, 34.981022], [106.485343, 34.971822], [106.489229, 34.960488], [106.485055, 34.941148], [106.496306, 34.937571], [106.503215, 34.923617], [106.512563, 34.924238], [106.515411, 34.92222], [106.506075, 34.895977], [106.508242, 34.891907], [106.523504, 34.879122], [106.532416, 34.880372], [106.540691, 34.873777], [106.546042, 34.865148], [106.55214, 34.861656], [106.554231, 34.857931], [106.556317, 34.851567], [106.552266, 34.844964], [106.558105, 34.836053], [106.55677, 34.833904], [106.547946, 34.83201], [106.546765, 34.829973], [106.551093, 34.817722], [106.56088, 34.810096], [106.562059, 34.804507], [106.561231, 34.798948], [106.574053, 34.790787], [106.574737, 34.78358], [106.571201, 34.771587], [106.558999, 34.765668], [106.554761, 34.767623], [106.547037, 34.764689], [106.543085, 34.761615], [106.545563, 34.751981], [106.541911, 34.749196], [106.527937, 34.749868], [106.505692, 34.743564], [106.496078, 34.748655], [106.492591, 34.743936], [106.491655, 34.739797], [106.493462, 34.738223], [106.494706, 34.730328], [106.487363, 34.727808], [106.48133, 34.717491], [106.463695, 34.708757], [106.461178, 34.711477], [106.463519, 34.714375], [106.460829, 34.716239], [106.456915, 34.715731], [106.452854, 34.712643], [106.44447, 34.696492], [106.445873, 34.688148], [106.449814, 34.687019], [106.451227, 34.684971], [106.447547, 34.678612], [106.44638, 34.667115], [106.461496, 34.658685], [106.46821, 34.652229], [106.462661, 34.642264], [106.458295, 34.63896], [106.442487, 34.636755], [106.439512, 34.640756], [106.417886, 34.656653], [106.414436, 34.648017], [106.41499, 34.643356], [106.406359, 34.637149], [106.40037, 34.63892], [106.396358, 34.637268], [106.38427, 34.621983], [106.38043, 34.624589], [106.379145, 34.627515], [106.37523, 34.625138], [106.365232, 34.612682], [106.362237, 34.612749], [106.360252, 34.616902], [106.354525, 34.616561], [106.333075, 34.59633], [106.316274, 34.58968], [106.308977, 34.588859], [106.306806, 34.582404], [106.309252, 34.579756], [106.324462, 34.577273], [106.337016, 34.569135], [106.340062, 34.559967], [106.3349, 34.549447], [106.338953, 34.545028], [106.34003, 34.538394], [106.329288, 34.518805], [106.335187, 34.517909], [106.346551, 34.519437], [106.363724, 34.513372], [106.376952, 34.522091], [106.381807, 34.519264], [106.381977, 34.511992], [106.3936, 34.510701], [106.396985, 34.512217], [106.397812, 34.518395], [106.402985, 34.524215], [106.410002, 34.525651], [106.421169, 34.524674], [106.432287, 34.529189], [106.435051, 34.525411], [106.44325, 34.524984], [106.446446, 34.526215], [106.448588, 34.53169], [106.452916, 34.532656], [106.464545, 34.531073], [106.466352, 34.524352], [106.47376, 34.522714], [106.478233, 34.523661], [106.479095, 34.526036], [106.481796, 34.526003], [106.483504, 34.524891], [106.484885, 34.517636], [106.507662, 34.510415], [106.50793, 34.502534], [106.509884, 34.499204], [106.534034, 34.493992], [106.537766, 34.490398], [106.537838, 34.487384], [106.541672, 34.485663], [106.548445, 34.491191], [106.568321, 34.485309], [106.570039, 34.482969], [106.565122, 34.480805], [106.564297, 34.476132], [106.567899, 34.474309], [106.574581, 34.475927], [106.580007, 34.473146], [106.581975, 34.471213], [106.578928, 34.467592], [106.582583, 34.465699], [106.596303, 34.467589], [106.598938, 34.466004], [106.59806, 34.462359], [106.594067, 34.463742], [106.591248, 34.462671], [106.586588, 34.45762], [106.586862, 34.455755], [106.59827, 34.449734], [106.601725, 34.45507], [106.606873, 34.455869], [106.615893, 34.450045], [106.615703, 34.446288], [106.610516, 34.442498], [106.614916, 34.431028], [106.619663, 34.429696], [106.620958, 34.412341], [106.629381, 34.405318], [106.634052, 34.39894], [106.632641, 34.395331], [106.634165, 34.393138], [106.642034, 34.391735], [106.647855, 34.393337], [106.659842, 34.382404], [106.675306, 34.385546], [106.67917, 34.381914], [106.677801, 34.37564], [106.683668, 34.376716], [106.686082, 34.379915], [106.689102, 34.379641], [106.692209, 34.372529], [106.695443, 34.370414], [106.698976, 34.371053], [106.704235, 34.377652], [106.707123, 34.377557], [106.714191, 34.37258], [106.715078, 34.359553], [106.710121, 34.350171], [106.690173, 34.345012], [106.684879, 34.341472], [106.681856, 34.336156], [106.681768, 34.33184], [106.696287, 34.327311], [106.699397, 34.316392], [106.697261, 34.298259], [106.693496, 34.289477], [106.701215, 34.284105], [106.690994, 34.273955], [106.688238, 34.273266], [106.681378, 34.275202], [106.676594, 34.267324], [106.675852, 34.256568], [106.67459, 34.255558], [106.643457, 34.247946], [106.627074, 34.25664], [106.618006, 34.265345], [106.61469, 34.266226], [106.60111, 34.263021], [106.585682, 34.251665], [106.577361, 34.260752], [106.57898, 34.264889], [106.575868, 34.274282], [106.566697, 34.284319], [106.550736, 34.282277], [106.535263, 34.28782], [106.528637, 34.295629], [106.523416, 34.297623], [106.518177, 34.289183], [106.511365, 34.288174], [106.505287, 34.284093], [106.505, 34.280742], [106.506877, 34.277133], [106.498639, 34.264544], [106.485729, 34.254778], [106.484185, 34.250339], [106.495346, 34.244059], [106.517402, 34.243646], [106.518415, 34.252281], [106.522685, 34.257643], [106.537122, 34.2485], [106.537344, 34.24523], [106.544061, 34.232168], [106.553049, 34.228075], [106.55261, 34.205686], [106.553283, 34.203308], [106.560592, 34.199026], [106.560221, 34.19567], [106.556178, 34.191189], [106.559827, 34.181134], [106.564976, 34.177812], [106.567494, 34.170486], [106.566724, 34.164473], [106.569908, 34.1605], [106.578368, 34.15582], [106.581079, 34.150618], [106.57815, 34.143162], [106.563744, 34.125831], [106.556323, 34.111205], [106.550999, 34.111457], [106.538672, 34.115621], [106.532146, 34.112477], [106.523997, 34.111548], [106.513349, 34.113349], [106.496802, 34.112643], [106.494848, 34.104729], [106.496029, 34.094675], [106.500623, 34.086497], [106.504838, 34.07353], [106.499212, 34.064607], [106.495234, 34.064008], [106.483437, 34.047338], [106.480028, 34.035711], [106.473222, 34.037952], [106.466415, 34.03282], [106.466626, 34.017778], [106.474233, 34.007493], [106.47572, 33.995873], [106.475383, 33.993004], [106.470746, 33.989665], [106.466613, 33.977448], [106.466967, 33.970559], [106.462139, 33.959618], [106.449937, 33.957516], [106.442964, 33.948168], [106.444616, 33.941441], [106.441547, 33.936491], [106.431078, 33.930299], [106.428435, 33.925294], [106.419201, 33.915352], [106.406538, 33.911525], [106.40377, 33.90771], [106.412261, 33.904572], [106.417693, 33.894886], [106.413196, 33.884019], [106.416194, 33.87639], [106.42285, 33.870322], [106.446395, 33.870552], [106.457973, 33.880831], [106.452261, 33.883751], [106.458883, 33.886053], [106.47036, 33.87713], [106.47286, 33.867161], [106.490741, 33.857196], [106.493304, 33.851522], [106.49284, 33.848338], [106.480133, 33.833504], [106.475826, 33.831593], [106.467254, 33.834797], [106.46015, 33.830933], [106.456623, 33.818805], [106.458735, 33.815677], [106.455487, 33.804739], [106.454394, 33.793705], [106.459401, 33.78718], [106.470445, 33.787883], [106.4719, 33.78956], [106.477712, 33.786038], [106.480517, 33.771069], [106.4786, 33.750246], [106.484405, 33.745049], [106.4827, 33.735087], [106.479593, 33.73387], [106.477162, 33.727504], [106.476839, 33.716972], [106.479988, 33.711912], [106.488792, 33.710146], [106.503933, 33.703159], [106.509827, 33.705474], [106.519476, 33.702881], [106.534838, 33.683724], [106.535065, 33.68079], [106.548579, 33.677399], [106.551004, 33.675168], [106.549749, 33.668289], [106.545978, 33.660824], [106.562003, 33.649897], [106.561004, 33.642756], [106.564131, 33.639822], [106.572535, 33.636495], [106.575673, 33.631618], [106.577177, 33.619238], [106.579565, 33.613445], [106.577181, 33.606617], [106.575077, 33.589526], [106.570903, 33.586332], [106.572516, 33.583646], [106.577754, 33.581883], [106.577571, 33.578463], [106.571372, 33.576678], [106.567485, 33.579052], [106.553087, 33.580246], [106.548159, 33.578406], [106.54841, 33.564233], [106.558156, 33.549387], [106.555154, 33.532136], [106.552289, 33.528651], [106.543758, 33.525035], [106.539269, 33.51957], [106.514985, 33.516728], [106.513158, 33.514776], [106.5054, 33.518494], [106.499993, 33.533299], [106.488057, 33.540801], [106.47991, 33.532245], [106.465441, 33.526502], [106.464513, 33.532774], [106.459816, 33.541512], [106.455022, 33.540931], [106.451413, 33.548252], [106.448018, 33.564918], [106.451273, 33.581911], [106.444757, 33.59231], [106.444004, 33.618118], [106.43335, 33.622704], [106.415245, 33.623495], [106.404351, 33.618722], [106.386493, 33.620039], [106.368821, 33.618824], [106.372926, 33.604842], [106.361289, 33.601406], [106.354862, 33.602014], [106.350863, 33.598853], [106.34367, 33.587931], [106.341295, 33.587011], [106.331807, 33.590473], [106.328099, 33.593564], [106.309532, 33.597077], [106.308816, 33.599669], [106.311794, 33.604031], [106.311943, 33.607519], [106.28521, 33.610412], [106.27348, 33.606663], [106.273196, 33.600347], [106.267434, 33.599383], [106.253063, 33.59125], [106.238623, 33.577348], [106.231558, 33.567052], [106.220532, 33.564867], [106.213059, 33.566431], [106.201641, 33.564607], [106.197379, 33.556204], [106.188086, 33.548196], [106.18266, 33.545666], [106.170591, 33.54935], [106.157337, 33.55836], [106.145165, 33.560828], [106.138938, 33.567744], [106.136975, 33.576228], [106.14501, 33.581759], [106.143165, 33.58333], [106.132962, 33.583099], [106.127115, 33.581215], [106.128188, 33.573288], [106.105863, 33.570802], [106.102205, 33.572833], [106.10039, 33.575536], [106.106373, 33.587316], [106.106176, 33.592749], [106.116386, 33.591575], [106.120944, 33.593537], [106.126912, 33.598576], [106.126113, 33.603467], [106.124795, 33.605662], [106.118568, 33.603472], [106.113294, 33.604149], [106.106741, 33.610186], [106.09596, 33.611004], [106.082359, 33.619105], [106.060359, 33.605908], [106.054814, 33.606139], [106.052016, 33.608998], [106.046572, 33.610746], [106.038343, 33.609668], [106.023933, 33.596587], [106.018226, 33.597666], [106.015313, 33.600138], [106.014045, 33.611657], [105.99347, 33.605536], [105.985906, 33.607939], [105.979694, 33.61382], [105.952397, 33.615188], [105.9584, 33.607764], [105.955909, 33.59657], [105.947714, 33.588619], [105.934016, 33.580899], [105.931716, 33.577138], [105.934471, 33.575426], [105.931672, 33.570705], [105.918284, 33.558976], [105.913617, 33.556811], [105.908918, 33.557289], [105.908433, 33.56036], [105.903333, 33.564832], [105.897456, 33.565988], [105.894427, 33.559767], [105.894252, 33.549399], [105.88722, 33.53944], [105.874829, 33.538796], [105.872927, 33.524416], [105.86991, 33.519383], [105.865011, 33.517654], [105.850552, 33.506627], [105.84575, 33.505115], [105.84053, 33.501359], [105.837398, 33.496385], [105.836679, 33.493487], [105.839919, 33.492236], [105.839979, 33.49055], [105.837124, 33.485405], [105.833839, 33.483225], [105.833324, 33.477981], [105.840786, 33.471139], [105.832108, 33.466516], [105.825576, 33.466636], [105.823253, 33.464713], [105.82348, 33.458611], [105.826539, 33.456178], [105.830494, 33.448876], [105.834074, 33.438623], [105.831074, 33.416033], [105.826811, 33.402557], [105.827816, 33.396254], [105.825201, 33.389379], [105.819622, 33.382552], [105.814814, 33.382206], [105.808883, 33.385908], [105.798965, 33.384339], [105.781972, 33.386979], [105.780463, 33.389385], [105.77466, 33.391721], [105.768112, 33.388455], [105.765662, 33.383836], [105.765642, 33.378505], [105.758043, 33.379323], [105.745042, 33.381591], [105.732299, 33.387337], [105.72889, 33.397673], [105.709211, 33.394857], [105.698867, 33.391324], [105.704947, 33.37963], [105.711633, 33.377045], [105.717221, 33.365982], [105.720114, 33.365614], [105.724323, 33.361572], [105.723908, 33.354444], [105.725192, 33.351549], [105.744556, 33.342279], [105.754329, 33.323071], [105.750343, 33.315834], [105.735055, 33.315114], [105.735445, 33.310907], [105.747187, 33.287638], [105.760202, 33.288618], [105.787028, 33.284184], [105.785625, 33.27763], [105.79132, 33.265623], [105.799898, 33.26275], [105.806923, 33.263478], [105.815328, 33.256809], [105.823653, 33.257804], [105.830376, 33.25589], [105.837301, 33.251363], [105.843578, 33.243155], [105.858517, 33.234494], [105.870512, 33.237216], [105.877022, 33.240404], [105.889481, 33.241962], [105.896892, 33.24565], [105.918802, 33.24349], [105.932991, 33.231485], [105.929091, 33.22519], [105.940286, 33.224464], [105.944186, 33.221022], [105.941182, 33.218323], [105.932586, 33.218566], [105.93664, 33.214113], [105.945865, 33.213223], [105.955245, 33.216112], [105.958598, 33.212341], [105.960152, 33.187484], [105.964789, 33.183744], [105.965084, 33.173112], [105.971614, 33.163437], [105.967908, 33.14937], [105.966514, 33.148417], [105.954866, 33.150313], [105.941916, 33.155798], [105.939468, 33.160245], [105.937607, 33.169816], [105.942955, 33.174444], [105.942637, 33.177572], [105.930572, 33.176482], [105.924622, 33.179387], [105.935613, 33.187375], [105.936051, 33.191635], [105.933399, 33.199965], [105.928051, 33.201773], [105.922647, 33.198161], [105.921166, 33.194621], [105.921904, 33.190374], [105.918352, 33.184223], [105.913441, 33.179863], [105.91409, 33.177219], [105.921792, 33.169672], [105.911146, 33.161803], [105.899871, 33.159559], [105.890994, 33.148483], [105.902894, 33.138999], [105.915628, 33.146934], [105.919223, 33.151446], [105.924324, 33.149994], [105.921173, 33.137025], [105.90832, 33.135939], [105.905739, 33.132607], [105.914567, 33.130776], [105.920919, 33.123032], [105.929812, 33.124118], [105.934166, 33.120786], [105.932676, 33.115247], [105.923862, 33.114354], [105.914102, 33.107376], [105.914344, 33.095024], [105.921427, 33.082572], [105.928705, 33.07841], [105.925742, 33.072995], [105.911224, 33.068634], [105.908217, 33.057729], [105.908527, 33.055046], [105.922822, 33.040542], [105.925837, 33.028984], [105.925967, 33.027602], [105.915264, 33.0184], [105.918456, 33.010174], [105.916221, 32.996912], [105.897562, 32.990696], [105.88874, 32.980988], [105.88575, 32.970687], [105.881035, 32.967256], [105.869229, 32.9648], [105.864955, 32.958523], [105.864447, 32.947422], [105.858477, 32.943327], [105.852878, 32.942716], [105.849061, 32.948989], [105.832342, 32.953884], [105.826804, 32.959254], [105.819905, 32.959133], [105.813242, 32.953492], [105.808566, 32.945402], [105.803564, 32.940961], [105.774208, 32.934981], [105.76471, 32.926926], [105.752975, 32.926432], [105.740375, 32.919574], [105.733484, 32.910847], [105.725704, 32.906568], [105.722304, 32.906798], [105.714687, 32.912249], [105.703057, 32.915395], [105.696851, 32.908902], [105.691702, 32.906841], [105.662893, 32.906675], [105.650984, 32.900167], [105.649134, 32.893435], [105.632505, 32.884942], [105.619689, 32.884231], [105.613056, 32.886569], [105.603831, 32.886787], [105.588696, 32.880758], [105.572935, 32.888273], [105.574352, 32.89224], [105.572484, 32.897299], [105.559025, 32.911146], [105.544505, 32.911892], [105.53853, 32.908866], [105.53433, 32.908959], [105.529666, 32.912738], [105.527169, 32.918005], [105.521041, 32.922641], [105.506021, 32.920529], [105.496803, 32.912808], [105.483458, 32.923159], [105.461357, 32.932736], [105.449451, 32.935201], [105.438055, 32.933878], [105.432019, 32.935151], [105.422337, 32.933347], [105.408052, 32.921722], [105.407717, 32.911345], [105.410345, 32.906265], [105.404582, 32.887482], [105.384894, 32.8808], [105.385156, 32.874893], [105.391343, 32.86833], [105.395284, 32.854299], [105.393862, 32.852601], [105.389179, 32.853285], [105.387964, 32.850528], [105.394646, 32.845618], [105.388805, 32.837632], [105.39256, 32.832764], [105.400897, 32.826586], [105.414987, 32.803861], [105.42066, 32.787346], [105.424055, 32.783352], [105.425374, 32.775059], [105.431883, 32.774152], [105.438575, 32.776186], [105.440572, 32.77344], [105.440113, 32.763549], [105.441422, 32.762002], [105.445429, 32.765086], [105.446756, 32.770033], [105.449319, 32.770095], [105.452768, 32.766231], [105.455076, 32.755207], [105.450644, 32.751666], [105.451106, 32.741203], [105.449382, 32.73743], [105.446339, 32.734675], [105.441249, 32.733175], [105.436063, 32.735071], [105.422774, 32.73563], [105.409288, 32.724522], [105.374942, 32.710476], [105.372204, 32.710548], [105.367349, 32.715013], [105.364581, 32.714481], [105.351061, 32.700325], [105.343184, 32.685031], [105.337834, 32.682166], [105.324656, 32.680294], [105.31902, 32.673939], [105.305116, 32.673706], [105.29588, 32.660462], [105.287535, 32.656824], [105.275532, 32.659792], [105.265395, 32.654728], [105.259942, 32.654053], [105.248789, 32.662065], [105.248889, 32.665483], [105.23887, 32.670995], [105.226665, 32.666169], [105.221745, 32.669398], [105.217404, 32.668129], [105.214298, 32.664961], [105.211664, 32.653781], [105.212323, 32.641097], [105.199878, 32.630087], [105.184081, 32.628484], [105.180589, 32.61787], [105.144616, 32.607569], [105.135734, 32.602571], [105.107649, 32.596389], [105.094135, 32.608554], [105.091931, 32.617333], [105.086356, 32.622528], [105.076794, 32.639337], [105.065019, 32.64183], [105.057837, 32.647438], [105.043545, 32.647646], [105.027647, 32.652583], [105.023436, 32.652059], [105.018588, 32.645598], [105.012011, 32.64176], [105.00501, 32.640117], [105.001542, 32.641832], [104.992811, 32.641562], [104.981292, 32.634729], [104.9686, 32.635957], [104.964813, 32.631305], [104.950991, 32.623807], [104.943138, 32.622233], [104.939007, 32.623359], [104.929245, 32.617541], [104.923201, 32.609475], [104.91747, 32.61094], [104.902819, 32.604886], [104.882586, 32.605031], [104.879406, 32.603421], [104.873399, 32.608357], [104.869781, 32.613836], [104.872363, 32.619343], [104.870028, 32.626942], [104.865081, 32.63269], [104.852769, 32.639962], [104.842615, 32.656503], [104.826477, 32.665135], [104.815435, 32.664019], [104.81012, 32.652607], [104.802879, 32.652077], [104.78953, 32.644966], [104.769323, 32.643988], [104.765537, 32.646371], [104.757076, 32.647923], [104.746552, 32.642828], [104.743481, 32.638415], [104.741202, 32.637635], [104.736148, 32.638162], [104.72831, 32.644914], [104.724793, 32.644959], [104.718444, 32.649356], [104.713586, 32.657459], [104.70715, 32.662795], [104.702909, 32.676301], [104.695151, 32.677549], [104.677223, 32.672091], [104.668807, 32.665043], [104.661556, 32.663879], [104.6548, 32.667497], [104.646544, 32.665257], [104.643106, 32.66202], [104.63064, 32.674068], [104.618854, 32.680662], [104.608849, 32.69117], [104.590544, 32.696615], [104.5819, 32.710252], [104.58112, 32.724269], [104.56889, 32.731409], [104.551452, 32.73632], [104.538811, 32.729207], [104.531238, 32.727032], [104.524165, 32.730653], [104.507604, 32.757378], [104.488736, 32.759172], [104.483284, 32.754548], [104.477262, 32.752362], [104.462093, 32.75012], [104.454351, 32.750954], [104.452294, 32.752889], [104.451111, 32.759025], [104.445255, 32.763684], [104.435053, 32.765929], [104.424325, 32.770902], [104.421966, 32.773748], [104.423693, 32.778908], [104.417404, 32.783802], [104.40575, 32.785462], [104.399809, 32.788169], [104.396152, 32.791825], [104.396078, 32.796239], [104.385474, 32.798791], [104.383051, 32.80183], [104.369476, 32.809473], [104.369925, 32.815268], [104.364505, 32.823007], [104.354776, 32.82617], [104.328823, 32.826161], [104.31268, 32.83077], [104.297937, 32.832907], [104.291021, 32.838755], [104.291126, 32.855262], [104.288176, 32.863708], [104.288957, 32.871064], [104.280479, 32.885533], [104.274529, 32.888], [104.274342, 32.902649], [104.279572, 32.907825], [104.27939, 32.919897], [104.284975, 32.929386], [104.283291, 32.941221], [104.287617, 32.945608], [104.302256, 32.954328], [104.31544, 32.94705], [104.326605, 32.950435], [104.330737, 32.949563], [104.336893, 32.947037], [104.341717, 32.942783], [104.357674, 32.944028], [104.367962, 32.947409], [104.377077, 32.966287], [104.375466, 32.974097], [104.381612, 32.996161], [104.395734, 33.005852], [104.415215, 33.010427], [104.423997, 33.016913], [104.422477, 33.029303], [104.414243, 33.034779], [104.394589, 33.036949], [104.390036, 33.040941], [104.378977, 33.037727], [104.372968, 33.03145], [104.365696, 33.030765], [104.353615, 33.034747], [104.3435, 33.041708], [104.33469, 33.042773], [104.330653, 33.045447], [104.337907, 33.05353], [104.348521, 33.058966], [104.357232, 33.074501], [104.358034, 33.081392], [104.361975, 33.083875], [104.367917, 33.083492], [104.367798, 33.086937], [104.363622, 33.088828], [104.36009, 33.08952], [104.352906, 33.085758], [104.350933, 33.088062], [104.355475, 33.092075], [104.357259, 33.101275], [104.379948, 33.108552], [104.38051, 33.11018], [104.371394, 33.117292], [104.365685, 33.133227], [104.355615, 33.146152], [104.356876, 33.149671], [104.349578, 33.167888], [104.349347, 33.176418], [104.345309, 33.189455], [104.336955, 33.199685], [104.332502, 33.213315], [104.329631, 33.215283], [104.325598, 33.214634], [104.324696, 33.21672], [104.321639, 33.227651], [104.326336, 33.237754], [104.326982, 33.242516], [104.324248, 33.256134], [104.32096, 33.262965], [104.320922, 33.269593], [104.316316, 33.28183], [104.300025, 33.304755], [104.308844, 33.307434], [104.321753, 33.316074], [104.328541, 33.317218], [104.336812, 33.312409], [104.345815, 33.302864], [104.383325, 33.301062], [104.393881, 33.296499], [104.400938, 33.288397], [104.408439, 33.283783], [104.410865, 33.286239], [104.407308, 33.291555], [104.399801, 33.292717], [104.394453, 33.297078], [104.395339, 33.306307], [104.391581, 33.311833], [104.391636, 33.314451], [104.396035, 33.314512], [104.409837, 33.321077], [104.41947, 33.323629], [104.434109, 33.323861], [104.427391, 33.328845], [104.411767, 33.328735], [104.403677, 33.338702], [104.394398, 33.338368], [104.38921, 33.342826], [104.371149, 33.350215], [104.355435, 33.347294], [104.342882, 33.339283], [104.340258, 33.335367], [104.327827, 33.32995], [104.319976, 33.333492], [104.312863, 33.340163], [104.296215, 33.331999], [104.293531, 33.332473], [104.291111, 33.338798], [104.290988, 33.344191], [104.283613, 33.356732], [104.283095, 33.36827], [104.274839, 33.378253], [104.270771, 33.380243], [104.269134, 33.389716], [104.264094, 33.396426], [104.260345, 33.396836], [104.257628, 33.399348], [104.25676, 33.402958], [104.249684, 33.409503], [104.243039, 33.409922], [104.234267, 33.406623], [104.230042, 33.403284], [104.219835, 33.405484], [104.21575, 33.421216], [104.217069, 33.433408], [104.215177, 33.443694], [104.210815, 33.4517], [104.206114, 33.451633], [104.193244, 33.457025], [104.18953, 33.461905], [104.184367, 33.464037], [104.179035, 33.469448], [104.177825, 33.476964], [104.179502, 33.48725], [104.176365, 33.494087], [104.170692, 33.500041], [104.173761, 33.514354], [104.171938, 33.515974], [104.16494, 33.516936], [104.157924, 33.526601], [104.158364, 33.53686], [104.153207, 33.543886], [104.154954, 33.551866], [104.158684, 33.556807], [104.164307, 33.559123], [104.164553, 33.570848], [104.166972, 33.57557], [104.177892, 33.578763], [104.178938, 33.580279], [104.177564, 33.583647], [104.173667, 33.58587], [104.1721, 33.588717], [104.175419, 33.596167], [104.165876, 33.614722], [104.149324, 33.623021], [104.148108, 33.62663], [104.13486, 33.634877], [104.132906, 33.636747], [104.131621, 33.641987], [104.118276, 33.652542], [104.108734, 33.664235], [104.073378, 33.676552], [104.068117, 33.676426], [104.060353, 33.681441], [104.045989, 33.687123], [104.036123, 33.688854], [104.011912, 33.682849], [103.997764, 33.682848], [103.964846, 33.675498], [103.944595, 33.678142], [103.930887, 33.684328], [103.895787, 33.682203], [103.882839, 33.683275], [103.872899, 33.687212], [103.862771, 33.688555], [103.854012, 33.687352], [103.846812, 33.679377], [103.818437, 33.681235], [103.807424, 33.676732], [103.799986, 33.666062], [103.797044, 33.665053], [103.782644, 33.666529], [103.76337, 33.657437], [103.755802, 33.662367], [103.750286, 33.672174], [103.739437, 33.673086], [103.732298, 33.675806], [103.728994, 33.679471], [103.724231, 33.681337], [103.715859, 33.680863], [103.706019, 33.688377], [103.688342, 33.695274], [103.68704, 33.695123], [103.686694, 33.690271], [103.684761, 33.688116], [103.680223, 33.68869], [103.674279, 33.694703], [103.672099, 33.693417], [103.671459, 33.69017], [103.66617, 33.687496], [103.661914, 33.692778], [103.664707, 33.695379], [103.664282, 33.701123], [103.653079, 33.701188], [103.647845, 33.697361], [103.648173, 33.702599], [103.657019, 33.70913], [103.666615, 33.712973], [103.66412, 33.72125], [103.654777, 33.716599], [103.649603, 33.723195], [103.645917, 33.720444], [103.646344, 33.714607], [103.644499, 33.71105], [103.633028, 33.710222], [103.627379, 33.712652], [103.626418, 33.714465], [103.631049, 33.725702], [103.623725, 33.728986], [103.618994, 33.727515], [103.61666, 33.72537], [103.618188, 33.717317], [103.610003, 33.715029], [103.596861, 33.719554], [103.598066, 33.730302], [103.595046, 33.731374], [103.58857, 33.729726], [103.590381, 33.717539], [103.581316, 33.714352], [103.577997, 33.706099], [103.57436, 33.704213], [103.566532, 33.704773], [103.559538, 33.700299], [103.551403, 33.677758], [103.54826, 33.673674], [103.538872, 33.674957], [103.533358, 33.681139], [103.528889, 33.68295], [103.52528, 33.68322], [103.518726, 33.680023], [103.517548, 33.684787], [103.522294, 33.686884], [103.524991, 33.689994], [103.526285, 33.69939], [103.543289, 33.721801], [103.547258, 33.742246], [103.535756, 33.746513], [103.528981, 33.7512], [103.528712, 33.753929], [103.534366, 33.754738], [103.533292, 33.767422], [103.537852, 33.768222], [103.53444, 33.776465], [103.529703, 33.780332], [103.529688, 33.802174], [103.518242, 33.811781], [103.502689, 33.813711], [103.490472, 33.807369], [103.477535, 33.812514], [103.473992, 33.811713], [103.460369, 33.788621], [103.454994, 33.785035], [103.446653, 33.784914], [103.441294, 33.77877], [103.438896, 33.769843], [103.44098, 33.758305], [103.438877, 33.752481], [103.430878, 33.745405], [103.41637, 33.74981], [103.407489, 33.748918], [103.392754, 33.750975], [103.387705, 33.754009], [103.374136, 33.751999], [103.367419, 33.748021], [103.337795, 33.743024], [103.330673, 33.743796], [103.311287, 33.75215], [103.29666, 33.765239], [103.277124, 33.774879], [103.275774, 33.779791], [103.278218, 33.786094], [103.284546, 33.789781], [103.284021, 33.799934], [103.279328, 33.806195], [103.269117, 33.811523], [103.248445, 33.815831], [103.244347, 33.814582], [103.226343, 33.801243], [103.225179, 33.795578], [103.215753, 33.793853], [103.201953, 33.794639], [103.190131, 33.802193], [103.18341, 33.803902], [103.175318, 33.803082], [103.16286, 33.808568], [103.158337, 33.807032], [103.149911, 33.816673], [103.150332, 33.822682], [103.164388, 33.855035], [103.162026, 33.864245], [103.163167, 33.870269], [103.167764, 33.875322], [103.177291, 33.892871], [103.182395, 33.897942], [103.183737, 33.904065], [103.179321, 33.912836], [103.16937, 33.924414], [103.166287, 33.932181], [103.153143, 33.9329], [103.151256, 33.932017], [103.149172, 33.926845], [103.142573, 33.927516], [103.133867, 33.932043], [103.12589, 33.930297], [103.122026, 33.93527], [103.123238, 33.939911], [103.116904, 33.952081], [103.118123, 33.963682], [103.123152, 33.97145], [103.134582, 33.974133], [103.138687, 33.980618], [103.139127, 33.987595], [103.145523, 33.99371], [103.152323, 33.996026], [103.157119, 34.005839], [103.155866, 34.011366], [103.152762, 34.014717], [103.147645, 34.016958], [103.14835, 34.025813], [103.145387, 34.036864], [103.132903, 34.039488], [103.124933, 34.036923], [103.116519, 34.036374], [103.120951, 34.043863], [103.128022, 34.068206], [103.142746, 34.06244], [103.158231, 34.068954], [103.169087, 34.066704], [103.172168, 34.069862], [103.169427, 34.073284], [103.165818, 34.073529], [103.165963, 34.077446], [103.168518, 34.081234], [103.17234, 34.079465], [103.17704, 34.08081], [103.16166, 34.091331], [103.147032, 34.104569], [103.138626, 34.104788], [103.132922, 34.101758], [103.120785, 34.112402], [103.119694, 34.122122], [103.126197, 34.12783], [103.128112, 34.133084], [103.123636, 34.138375], [103.121254, 34.149196], [103.122087, 34.164723], [103.113616, 34.176761], [103.099195, 34.177491], [103.079771, 34.186292], [103.066857, 34.188646], [103.048264, 34.196814], [103.048092, 34.193393], [103.037744, 34.18626], [103.021592, 34.189877], [103.016062, 34.189498], [103.006765, 34.185436], [102.985739, 34.192903], [102.977778, 34.19827], [102.970627, 34.198381], [102.969911, 34.201741], [102.97208, 34.206801], [102.973587, 34.224208], [102.971706, 34.244019], [102.968222, 34.252726], [102.957804, 34.261597], [102.959629, 34.263645], [102.958383, 34.280178], [102.948879, 34.285769], [102.950066, 34.290642], [102.956877, 34.296444], [102.934865, 34.303914], [102.90849, 34.315239], [102.878879, 34.314626], [102.858777, 34.30579], [102.857891, 34.30062], [102.863446, 34.297368], [102.862548, 34.28546], [102.853873, 34.277533], [102.854152, 34.272396], [102.838804, 34.271649], [102.828793, 34.276915], [102.82122, 34.274477], [102.795891, 34.274756], [102.792942, 34.277099], [102.792248, 34.268902], [102.78932, 34.263043], [102.787482, 34.260878], [102.781315, 34.259079], [102.780692, 34.25325], [102.782204, 34.247313], [102.776694, 34.239438], [102.745324, 34.238844], [102.736876, 34.235999], [102.728342, 34.238589], [102.725387, 34.23609], [102.722812, 34.22734], [102.715492, 34.22355], [102.710536, 34.214806], [102.695959, 34.212858], [102.694848, 34.199821], [102.68318, 34.198815], [102.680774, 34.196359], [102.670992, 34.192317], [102.664756, 34.194811], [102.658206, 34.193164], [102.655447, 34.183928], [102.651861, 34.183021], [102.648253, 34.184322], [102.645702, 34.182725], [102.643995, 34.178252], [102.648324, 34.169683], [102.6472, 34.167302], [102.633514, 34.173153], [102.629818, 34.169936], [102.629158, 34.165006], [102.62442, 34.162346], [102.619171, 34.165135], [102.613588, 34.164921], [102.610699, 34.154392], [102.605, 34.153812], [102.602822, 34.156145], [102.596302, 34.153037], [102.59808, 34.149394], [102.606585, 34.141494], [102.624325, 34.134529], [102.633157, 34.128465], [102.635279, 34.122195], [102.634486, 34.115326], [102.640346, 34.115029], [102.650481, 34.120004], [102.66176, 34.11418], [102.658414, 34.107168], [102.66455, 34.098909], [102.662452, 34.094018], [102.658791, 34.094455], [102.654985, 34.092182], [102.656809, 34.075641], [102.649804, 34.078679], [102.642019, 34.087727], [102.620928, 34.092439], [102.61396, 34.099986], [102.602124, 34.102713], [102.59026, 34.100957], [102.58019, 34.103158], [102.567267, 34.100203], [102.564693, 34.090109], [102.551384, 34.088918], [102.545633, 34.086828], [102.531788, 34.08861], [102.513098, 34.085968], [102.493139, 34.0763], [102.483688, 34.077422], [102.462681, 34.074358], [102.460573, 34.080277], [102.449887, 34.084861], [102.435797, 34.088077], [102.43245, 34.078774], [102.429279, 34.075758], [102.425576, 34.075001], [102.421709, 34.055901], [102.416069, 34.044078], [102.403847, 34.033984], [102.396981, 34.016489], [102.389829, 33.971801], [102.387067, 33.974538], [102.372056, 33.976135], [102.36901, 33.970004], [102.362507, 33.970068], [102.358298, 33.972713], [102.356258, 33.979738], [102.353835, 33.980813], [102.348414, 33.978389], [102.346141, 33.972634], [102.341993, 33.970748], [102.334605, 33.977192], [102.330111, 33.983881], [102.325609, 33.985427], [102.323581, 33.983575], [102.320923, 33.975744], [102.310759, 33.968243], [102.307978, 33.972433], [102.310865, 33.984565], [102.317647, 33.988694], [102.314486, 33.995414], [102.30833, 33.996521], [102.303908, 33.995434], [102.300872, 33.987653], [102.288917, 33.97862], [102.285599, 33.97926], [102.275531, 33.992193], [102.271929, 33.993249], [102.265647, 33.991353], [102.262049, 33.988327], [102.256668, 33.977165], [102.256376, 33.973922], [102.260864, 33.969413], [102.260019, 33.967096], [102.252131, 33.968875], [102.246407, 33.975679], [102.252368, 33.977323], [102.254246, 33.980269], [102.247325, 33.988203], [102.241803, 33.986277], [102.239517, 33.983774], [102.242553, 33.978088], [102.242394, 33.973771], [102.236517, 33.970006], [102.229748, 33.972024], [102.22759, 33.970736], [102.228413, 33.968498], [102.238687, 33.967976], [102.238496, 33.965781], [102.222365, 33.965093], [102.216897, 33.963141], [102.21427, 33.960246], [102.209228, 33.961241], [102.206375, 33.963679], [102.211733, 33.966638], [102.212319, 33.969123], [102.210055, 33.970165], [102.200793, 33.968326], [102.193346, 33.976433], [102.193627, 33.977766], [102.19872, 33.978594], [102.195005, 33.980451], [102.180683, 33.98017], [102.179597, 33.972098], [102.177571, 33.970055], [102.172471, 33.969847], [102.171878, 33.973078], [102.17742, 33.975341], [102.177853, 33.981021], [102.165766, 33.984823], [102.143235, 33.977653], [102.135458, 33.96846], [102.129676, 33.968002], [102.131801, 33.965348], [102.151647, 33.95989], [102.163839, 33.944705], [102.174574, 33.937075], [102.186443, 33.931475], [102.206521, 33.900712], [102.222595, 33.881742], [102.228639, 33.87713], [102.230113, 33.871359], [102.236551, 33.866061], [102.248332, 33.862593], [102.254239, 33.853524], [102.262534, 33.846406], [102.266002, 33.834596], [102.26428, 33.829402], [102.254427, 33.814127], [102.251185, 33.811365], [102.244863, 33.80972], [102.236545, 33.802887], [102.23508, 33.795572], [102.236677, 33.792098], [102.244588, 33.788833], [102.269166, 33.789783], [102.283471, 33.78761], [102.283654, 33.785822], [102.288473, 33.78245], [102.301982, 33.778354], [102.319286, 33.759466], [102.319096, 33.753983], [102.3122, 33.747126], [102.287069, 33.734686], [102.284042, 33.726584], [102.284546, 33.71807], [102.298375, 33.71259], [102.30436, 33.712123], [102.312819, 33.719932], [102.317808, 33.731213], [102.323895, 33.735597], [102.333309, 33.736279], [102.337505, 33.734306], [102.340108, 33.730782], [102.339967, 33.723085], [102.326819, 33.703687], [102.314513, 33.676532], [102.313718, 33.670634], [102.321037, 33.656103], [102.330416, 33.645878], [102.333475, 33.640002], [102.336874, 33.624965], [102.336155, 33.615913], [102.338086, 33.612926], [102.346535, 33.60669], [102.392355, 33.594355], [102.404326, 33.58331], [102.411588, 33.579844], [102.437523, 33.57657], [102.443378, 33.57435], [102.446996, 33.570364], [102.454245, 33.555272], [102.471765, 33.549262], [102.475925, 33.545369], [102.474901, 33.534215], [102.470626, 33.530641], [102.464514, 33.531105], [102.453248, 33.535982], [102.448306, 33.535848], [102.444249, 33.532882], [102.448155, 33.521699], [102.458582, 33.51137], [102.460261, 33.506084], [102.450856, 33.493151], [102.450077, 33.488343], [102.451193, 33.48475], [102.459615, 33.480006], [102.460856, 33.477781], [102.450349, 33.471415], [102.448525, 33.466199], [102.454074, 33.462391], [102.466113, 33.45923], [102.467212, 33.453914], [102.462271, 33.45095], [102.449859, 33.456712], [102.440783, 33.455059], [102.437483, 33.451685], [102.433118, 33.441222], [102.425744, 33.440269], [102.41969, 33.437538], [102.412293, 33.430855], [102.405765, 33.429806], [102.402858, 33.427561], [102.402908, 33.421519], [102.394375, 33.416022], [102.395439, 33.41104], [102.392615, 33.406647], [102.384011, 33.406497], [102.375819, 33.414759], [102.371262, 33.415433], [102.366526, 33.414073], [102.364309, 33.409915], [102.369705, 33.400772], [102.368069, 33.395249], [102.365974, 33.393558], [102.355369, 33.3954], [102.352567, 33.400495], [102.353247, 33.404669], [102.350068, 33.410165], [102.343821, 33.413781], [102.331092, 33.403192], [102.311831, 33.399002], [102.307383, 33.400497], [102.299459, 33.413259], [102.295262, 33.415386], [102.288561, 33.414694], [102.283657, 33.409035], [102.280175, 33.408393], [102.271521, 33.410739], [102.267897, 33.415543], [102.269252, 33.421211], [102.26812, 33.423675], [102.264905, 33.423758], [102.26164, 33.417498], [102.255933, 33.412004], [102.255495, 33.408], [102.260408, 33.399258], [102.252158, 33.396413], [102.246035, 33.39194], [102.239865, 33.392956], [102.233702, 33.389645], [102.227428, 33.378819], [102.228451, 33.375808], [102.232678, 33.374474], [102.233492, 33.372023], [102.222473, 33.362524], [102.216723, 33.360343], [102.214024, 33.353089], [102.203985, 33.349984], [102.199737, 33.343448], [102.190402, 33.338759], [102.185878, 33.332338], [102.18629, 33.329297], [102.203435, 33.321786], [102.201189, 33.314738], [102.200452, 33.3031], [102.209301, 33.29099], [102.20734, 33.282928], [102.211441, 33.272229], [102.20998, 33.266649], [102.215683, 33.250235], [102.21219, 33.244144], [102.214363, 33.2349], [102.20684, 33.226754], [102.198468, 33.225675], [102.192202, 33.232538], [102.183966, 33.232413], [102.173365, 33.235452], [102.160386, 33.242862], [102.150501, 33.2555], [102.150347, 33.262461], [102.141652, 33.276272], [102.127301, 33.278273], [102.124982, 33.281602], [102.114863, 33.285016], [102.11276, 33.291237], [102.113445, 33.2977], [102.106992, 33.297712], [102.105862, 33.290676], [102.102751, 33.287732], [102.097186, 33.276645], [102.102826, 33.275535], [102.101522, 33.272599], [102.107307, 33.266557], [102.108099, 33.260621], [102.095073, 33.249364], [102.100719, 33.241235], [102.09927, 33.235279], [102.086219, 33.228019], [102.088377, 33.221347], [102.094982, 33.221329], [102.095131, 33.218405], [102.087433, 33.205667], [102.082895, 33.207324], [102.080413, 33.205701], [102.083511, 33.200462], [102.079723, 33.194802], [102.07663, 33.199381], [102.070298, 33.201504], [102.063584, 33.200938], [102.058746, 33.196136], [102.053422, 33.196169], [102.040784, 33.199853], [102.026709, 33.196642], [102.020171, 33.198429], [102.007585, 33.198896], [101.995748, 33.204817], [101.989184, 33.201957], [101.984782, 33.20391], [101.978782, 33.203439], [101.970002, 33.19316], [101.957377, 33.188937], [101.937411, 33.189568], [101.933334, 33.188288], [101.931893, 33.176833], [101.924668, 33.161367], [101.917783, 33.153367], [101.910541, 33.148484], [101.90567, 33.148244], [101.897747, 33.144914], [101.884589, 33.137204], [101.878217, 33.126609], [101.877856, 33.119983], [101.874566, 33.115059], [101.866673, 33.106585], [101.861494, 33.106403], [101.857371, 33.11164], [101.84211, 33.113461], [101.832107, 33.120679], [101.825854, 33.120305], [101.823135, 33.122876], [101.820506, 33.132931], [101.821068, 33.136232], [101.833139, 33.139711], [101.838294, 33.150247], [101.837025, 33.161124], [101.840784, 33.184587], [101.839208, 33.192881], [101.833175, 33.200028], [101.829095, 33.210571], [101.829446, 33.214692], [101.811229, 33.221309], [101.796274, 33.234896], [101.789605, 33.231883], [101.773817, 33.244117], [101.769034, 33.249405], [101.771035, 33.258444], [101.770031, 33.262907], [101.765635, 33.266057], [101.769434, 33.270739], [101.784848, 33.275041], [101.789319, 33.281578], [101.804868, 33.283035], [101.80746, 33.285864], [101.807625, 33.290407], [101.822148, 33.273024], [101.828492, 33.285315], [101.828309, 33.289823], [101.830127, 33.293752], [101.836651, 33.294794], [101.847932, 33.300216], [101.854439, 33.311348], [101.858719, 33.315043], [101.875865, 33.316819], [101.877242, 33.320728], [101.87084, 33.329482], [101.874711, 33.339916], [101.87371, 33.351823], [101.880823, 33.361566], [101.880183, 33.374758], [101.884395, 33.384456], [101.895179, 33.395908], [101.901314, 33.397836], [101.903914, 33.404516], [101.912179, 33.407738], [101.917396, 33.42278], [101.913592, 33.427738], [101.924719, 33.437244], [101.929567, 33.437057], [101.945052, 33.443564], [101.924663, 33.449276], [101.922887, 33.451732], [101.926629, 33.464327], [101.9273, 33.472833], [101.923991, 33.476294], [101.906522, 33.4815], [101.901336, 33.489632], [101.89882, 33.497001], [101.898993, 33.501383], [101.903271, 33.510756], [101.897398, 33.516522], [101.896175, 33.51977], [101.903372, 33.53427], [101.905663, 33.54284], [101.901724, 33.555724], [101.896062, 33.560843], [101.883463, 33.565309], [101.880878, 33.567944], [101.882978, 33.578908], [101.880867, 33.58187], [101.87301, 33.582111], [101.861902, 33.587853], [101.856221, 33.588618], [101.846113, 33.603015], [101.842318, 33.605032], [101.839546, 33.59763], [101.833144, 33.594404], [101.829907, 33.583498], [101.832821, 33.566706], [101.830085, 33.556876], [101.819045, 33.555225], [101.811029, 33.551101], [101.809006, 33.548552], [101.804877, 33.549823], [101.798599, 33.558376], [101.786341, 33.556553], [101.781486, 33.558876], [101.77588, 33.552241], [101.768544, 33.548271], [101.766573, 33.540768], [101.75754, 33.538507], [101.757251, 33.524305], [101.751112, 33.517791], [101.749326, 33.510915], [101.746271, 33.506946], [101.73962, 33.506159], [101.733502, 33.498496], [101.731204, 33.499465], [101.715883, 33.497123], [101.698994, 33.504809], [101.688784, 33.500755], [101.679463, 33.502429], [101.668842, 33.501202], [101.660434, 33.504156], [101.647641, 33.504749], [101.643528, 33.49681], [101.630383, 33.49416], [101.623802, 33.500486], [101.615526, 33.520093], [101.614673, 33.529521], [101.616893, 33.530477], [101.618545, 33.535139], [101.615045, 33.542303], [101.614915, 33.549726], [101.618366, 33.55989], [101.610496, 33.567568], [101.60974, 33.57764], [101.61267, 33.583585], [101.609883, 33.593903], [101.61216, 33.598166], [101.615921, 33.599107], [101.616664, 33.605212], [101.611051, 33.615801], [101.610564, 33.620228], [101.605624, 33.627639], [101.605841, 33.631349], [101.601514, 33.635061], [101.587444, 33.639701], [101.585691, 33.642067], [101.58497, 33.64705], [101.587867, 33.669895], [101.585933, 33.672561], [101.580962, 33.676798], [101.57688, 33.677512], [101.565501, 33.67006], [101.558342, 33.670718], [101.554257, 33.675817], [101.553081, 33.687884], [101.548907, 33.693256], [101.542577, 33.69657], [101.538848, 33.697339], [101.525632, 33.693503], [101.510529, 33.696108], [101.507841, 33.697308], [101.50378, 33.703723], [101.498661, 33.704725], [101.480532, 33.697383], [101.472591, 33.690176], [101.467839, 33.687901], [101.452732, 33.686498], [101.441776, 33.683561], [101.437229, 33.68724], [101.431691, 33.68627], [101.428271, 33.683962], [101.426386, 33.680193], [101.427762, 33.666291], [101.426814, 33.661451], [101.421572, 33.655898], [101.415105, 33.652671], [101.389191, 33.646743], [101.381595, 33.647522], [101.350269, 33.659096], [101.346738, 33.658427], [101.344209, 33.654783], [101.335137, 33.660899], [101.321056, 33.658796], [101.31505, 33.664721], [101.310014, 33.666108], [101.30303, 33.660111], [101.300011, 33.66404], [101.296773, 33.66537], [101.291615, 33.662745], [101.280302, 33.664045], [101.271294, 33.668428], [101.257024, 33.672544], [101.243441, 33.68311], [101.233386, 33.687159], [101.227851, 33.684163], [101.214991, 33.672546], [101.196681, 33.672152], [101.18456, 33.666491], [101.180393, 33.659869], [101.181146, 33.65601], [101.17778, 33.655872], [101.166067, 33.660634], [101.164546, 33.662996], [101.165472, 33.670673], [101.173504, 33.679078], [101.173997, 33.686117], [101.16334, 33.69557], [101.161071, 33.722149], [101.165487, 33.728587], [101.170539, 33.732686], [101.1771, 33.735274], [101.178463, 33.743874], [101.185068, 33.743776], [101.187662, 33.745189], [101.187117, 33.754817], [101.183167, 33.760595], [101.182335, 33.767534], [101.190234, 33.788983], [101.189093, 33.792176], [101.183701, 33.797241], [101.171806, 33.804278], [101.16069, 33.814074], [101.159424, 33.820217], [101.150937, 33.824884], [101.148109, 33.828749], [101.148518, 33.833065], [101.153973, 33.838876], [101.152689, 33.845008], [101.145322, 33.847341], [101.136808, 33.846432], [101.124817, 33.852846], [101.115578, 33.851495], [101.111078, 33.852683], [101.109543, 33.853929], [101.109526, 33.859374], [101.106536, 33.862751], [101.085354, 33.858153], [101.074837, 33.859379], [101.0519, 33.865387], [101.046656, 33.871168], [101.046696, 33.880802], [101.043116, 33.886258], [101.037614, 33.887818], [101.030595, 33.884484], [101.018616, 33.899363], [100.994007, 33.892682], [100.98686, 33.908528], [100.976222, 33.918343], [100.972862, 33.925043], [100.969319, 33.939135], [100.964592, 33.945224], [100.964479, 33.94899], [100.950308, 33.95351], [100.943425, 33.964323], [100.926252, 33.977355], [100.925651, 33.98155], [100.929775, 33.993012], [100.925923, 33.995327], [100.916487, 34.008701], [100.911792, 34.008401], [100.901774, 34.019187], [100.896538, 34.02951], [100.89655, 34.038187], [100.882051, 34.03456], [100.879265, 34.040139], [100.875615, 34.061008], [100.867848, 34.067157], [100.865985, 34.072003], [100.870451, 34.084715], [100.856495, 34.091104], [100.846616, 34.091641], [100.842947, 34.100723], [100.837011, 34.109311], [100.838066, 34.115747], [100.827172, 34.131112], [100.81707, 34.137355], [100.813739, 34.141185], [100.806869, 34.155818], [100.794709, 34.161165], [100.787204, 34.160787], [100.782894, 34.168655], [100.775885, 34.170238], [100.766281, 34.17544], [100.762581, 34.18033], [100.76728, 34.191407], [100.779461, 34.19708], [100.778662, 34.203855], [100.779927, 34.206298], [100.782418, 34.209398], [100.787598, 34.210823], [100.795381, 34.227555], [100.79384, 34.234528], [100.802035, 34.239213], [100.80773, 34.24745], [100.803232, 34.253735], [100.796792, 34.258057], [100.798668, 34.26417], [100.807249, 34.273309], [100.803951, 34.288816], [100.812496, 34.292193], [100.815817, 34.29556], [100.814861, 34.307406], [100.817879, 34.311696], [100.820464, 34.320751], [100.830352, 34.320507], [100.836848, 34.327663], [100.846333, 34.327523], [100.869794, 34.335944], [100.879481, 34.352314], [100.890789, 34.358679], [100.891926, 34.363928], [100.890561, 34.365983], [100.890855, 34.371569], [100.893027, 34.376514], [100.900024, 34.378352], [100.917454, 34.375523], [100.934775, 34.379045], [100.948917, 34.384876], [100.955955, 34.378283], [100.973525, 34.370199], [100.984859, 34.37557], [101.001061, 34.367675], [101.00832, 34.357885], [101.019524, 34.351731], [101.021422, 34.344739], [101.028643, 34.33992], [101.035589, 34.337835], [101.037581, 34.341693], [101.042877, 34.342414], [101.049149, 34.340109], [101.052534, 34.326043], [101.064205, 34.330033], [101.0702, 34.330231], [101.080685, 34.323829], [101.09512, 34.329817], [101.099363, 34.329138], [101.101665, 34.326067], [101.112358, 34.328033], [101.116866, 34.330396], [101.133486, 34.327414], [101.143639, 34.333184], [101.152926, 34.331729], [101.168253, 34.319972], [101.176964, 34.322157], [101.182995, 34.32702], [101.192054, 34.338167], [101.197864, 34.334142], [101.205031, 34.33216], [101.2264, 34.331259], [101.233681, 34.325826], [101.233016, 34.317358], [101.229676, 34.313038], [101.227944, 34.298758], [101.231119, 34.296439], [101.238317, 34.294775], [101.246127, 34.300172], [101.263841, 34.294451], [101.265388, 34.292109], [101.260648, 34.288022], [101.266927, 34.281095], [101.278948, 34.275346], [101.291317, 34.274352], [101.294557, 34.269588], [101.316148, 34.269039], [101.322545, 34.270699], [101.326121, 34.26676], [101.329761, 34.253208], [101.328293, 34.251261], [101.320468, 34.251353], [101.320888, 34.248062], [101.324033, 34.245984], [101.330955, 34.246439], [101.341531, 34.250604], [101.368299, 34.24918], [101.374538, 34.247028], [101.383266, 34.239994], [101.404679, 34.237044], [101.410082, 34.233991], [101.412511, 34.229614], [101.426371, 34.230437], [101.429306, 34.227267], [101.439328, 34.222664], [101.456766, 34.223555], [101.483135, 34.219807], [101.487256, 34.217546], [101.489659, 34.212567], [101.484316, 34.203852], [101.485822, 34.199499], [101.489308, 34.197702], [101.50118, 34.196849], [101.512713, 34.199649], [101.523317, 34.209918], [101.536772, 34.213615], [101.541378, 34.212112], [101.543689, 34.206387], [101.554118, 34.204164], [101.553164, 34.196517], [101.557343, 34.192821], [101.568338, 34.194706], [101.575627, 34.198963], [101.578634, 34.198556], [101.582927, 34.189873], [101.594144, 34.185304], [101.604198, 34.175964], [101.619784, 34.17082], [101.628362, 34.163843], [101.649034, 34.156998], [101.653426, 34.150494], [101.64121, 34.1404], [101.651155, 34.123616], [101.667295, 34.113878], [101.685818, 34.10912], [101.69153, 34.111485], [101.692843, 34.121692], [101.697645, 34.122759], [101.702413, 34.120525], [101.712742, 34.109855], [101.713166, 34.104252], [101.709623, 34.096402], [101.709301, 34.089521], [101.710118, 34.087304], [101.714145, 34.085288], [101.718895, 34.089019], [101.722553, 34.098874], [101.727086, 34.101305], [101.730066, 34.09596], [101.728893, 34.087162], [101.735865, 34.081237], [101.739645, 34.086771], [101.747143, 34.09079], [101.755656, 34.101592], [101.756233, 34.10652], [101.761507, 34.118731], [101.761772, 34.124222], [101.776013, 34.126076], [101.786003, 34.133103], [101.791325, 34.133276], [101.796326, 34.128936], [101.828455, 34.131113], [101.833218, 34.12625], [101.838638, 34.126655], [101.848006, 34.133489], [101.850529, 34.141963], [101.844637, 34.152619], [101.847599, 34.15477], [101.863338, 34.152003], [101.866154, 34.15019], [101.866374, 34.144361], [101.872645, 34.131826], [101.884654, 34.131472], [101.894336, 34.135901], [101.903532, 34.130624], [101.909806, 34.130267], [101.915526, 34.123248], [101.945892, 34.114263], [101.955765, 34.109593], [101.963106, 34.149178], [101.967196, 34.156425], [101.957938, 34.160647], [101.957416, 34.164198], [101.963917, 34.16946], [101.968919, 34.16998], [101.981999, 34.168451], [101.987067, 34.165283], [102.001186, 34.162684], [102.007896, 34.167431], [102.012423, 34.178923], [102.011304, 34.185501], [102.012604, 34.187758], [102.016922, 34.191768], [102.028561, 34.192308], [102.026654, 34.20677], [102.023448, 34.211856], [102.012001, 34.220284], [102.014725, 34.22655], [102.023578, 34.225269], [102.031629, 34.231592], [102.049447, 34.230595], [102.057399, 34.227724], [102.06177, 34.231731], [102.062697, 34.242712], [102.056373, 34.252791], [102.0624, 34.265463], [102.058662, 34.280433], [102.065288, 34.293913], [102.083123, 34.292237], [102.090733, 34.287773], [102.102723, 34.28497], [102.105856, 34.285674], [102.126059, 34.277912], [102.131736, 34.273815], [102.145073, 34.273014], [102.150333, 34.286229], [102.147018, 34.290169], [102.147898, 34.294032], [102.154663, 34.292814], [102.158978, 34.300696], [102.167349, 34.308697], [102.168467, 34.311863], [102.16718, 34.328099], [102.175502, 34.335243], [102.180559, 34.347878], [102.18648, 34.356095], [102.18832, 34.356133], [102.191969, 34.35269], [102.191893, 34.350841], [102.209777, 34.347145], [102.21972, 34.340835], [102.242378, 34.346234], [102.25236, 34.351851], [102.257537, 34.357103], [102.241144, 34.372075], [102.235357, 34.380013], [102.221808, 34.388693], [102.207881, 34.404428], [102.205068, 34.40945], [102.204607, 34.418598], [102.194953, 34.427632], [102.196, 34.433139], [102.18975, 34.440073], [102.185001, 34.441798], [102.172543, 34.451512], [102.172855, 34.453436], [102.167952, 34.45953], [102.168056, 34.46786], [102.170638, 34.475782], [102.163641, 34.488144], [102.155373, 34.497741], [102.15606, 34.504646], [102.153872, 34.509113], [102.142735, 34.505421], [102.135919, 34.505506], [102.123111, 34.520943], [102.117454, 34.524802], [102.111744, 34.521041], [102.106388, 34.521161], [102.090021, 34.538082], [102.079264, 34.538248], [102.073588, 34.536022], [102.055384, 34.540028], [102.037671, 34.536076], [102.013192, 34.539934], [102, 34.539992], [101.989002, 34.545079], [101.97282, 34.54952], [101.972296, 34.55294], [101.974154, 34.558748], [101.960517, 34.565372], [101.956116, 34.574189], [101.954893, 34.585281], [101.94568, 34.584374], [101.936005, 34.586286], [101.932614, 34.589439], [101.922202, 34.609475], [101.91883, 34.626544], [101.921574, 34.633268], [101.918509, 34.6416], [101.918878, 34.652505], [101.915863, 34.66487], [101.91703, 34.669391], [101.924711, 34.677457], [101.928822, 34.685164], [101.92779, 34.688271], [101.922208, 34.692546], [101.920016, 34.696424], [101.915808, 34.707622], [101.914213, 34.718398], [101.916774, 34.728179], [101.914642, 34.738315], [101.917679, 34.743051], [101.916676, 34.751564], [101.921284, 34.763319], [101.918691, 34.767958], [101.918981, 34.776157], [101.915904, 34.780687], [101.915985, 34.787014], [101.918814, 34.802208], [101.923294, 34.804386], [101.925466, 34.808409], [101.92631, 34.826945], [101.925512, 34.830551], [101.921921, 34.834221], [101.92178, 34.837541], [101.929221, 34.841248], [101.932312, 34.846032], [101.930409, 34.850132], [101.919929, 34.855143], [101.91606, 34.878055], [101.926139, 34.878539], [101.934229, 34.890444], [101.955843, 34.889671], [101.963251, 34.89143], [101.972259, 34.896386], [101.977887, 34.895016], [101.981409, 34.898657], [101.976984, 34.903292], [101.991915, 34.898329], [102, 34.900329], [102.003163, 34.896738], [102.022703, 34.901944], [102.026064, 34.897391], [102.03294, 34.892545], [102.04751, 34.88774], [102.057845, 34.889213], [102.065902, 34.893773], [102.063398, 34.897226], [102.050607, 34.90391], [102.048, 34.910255], [102.047164, 34.921843], [102.049584, 34.93211], [102.050574, 34.93368], [102.056891, 34.93334], [102.061168, 34.936123], [102.062133, 34.937434], [102.060004, 34.938186], [102.060686, 34.943424], [102.073259, 34.948731], [102.074632, 34.954067], [102.06628, 34.958489], [102.084236, 34.96786], [102.093818, 34.989366], [102.098379, 34.990984], [102.105895, 34.990709], [102.107531, 34.992665], [102.10676, 34.996838], [102.122363, 35.003804], [102.124983, 35.012128], [102.129943, 35.015834], [102.133124, 35.015349], [102.136253, 35.009443], [102.145867, 35.014757], [102.149856, 35.014117], [102.153458, 35.010877], [102.156349, 35.01098], [102.161533, 35.021777], [102.171921, 35.033366], [102.211069, 35.035996], [102.212589, 35.040852], [102.211514, 35.049317], [102.216854, 35.060657], [102.222895, 35.060418], [102.226952, 35.056182], [102.250312, 35.049051], [102.260158, 35.055091], [102.269162, 35.055596], [102.278469, 35.058381], [102.293004, 35.07144], [102.300628, 35.106722], [102.306001, 35.110554], [102.309805, 35.117288], [102.30932, 35.129452], [102.314776, 35.131927], [102.319932, 35.131167], [102.331416, 35.136165], [102.337848, 35.140797], [102.337533, 35.150541], [102.342384, 35.162778], [102.34941, 35.166024], [102.355559, 35.163295], [102.371911, 35.161832], [102.38445, 35.166506], [102.40451, 35.179306], [102.395308, 35.197631], [102.378367, 35.214206], [102.378878, 35.219822], [102.376595, 35.229508], [102.373868, 35.231456], [102.368016, 35.232305], [102.361732, 35.239486], [102.367894, 35.248497], [102.366114, 35.253322], [102.368349, 35.261379], [102.339105, 35.282747], [102.322514, 35.281554], [102.309299, 35.28355], [102.288716, 35.294848], [102.276077, 35.305716], [102.282145, 35.314626], [102.291443, 35.317622], [102.302435, 35.316167], [102.308995, 35.312842], [102.316703, 35.343158], [102.305991, 35.349495], [102.304306, 35.361761], [102.296088, 35.364867], [102.285887, 35.36578], [102.284833, 35.367717], [102.284036, 35.37879], [102.280378, 35.387989], [102.282009, 35.394914], [102.289352, 35.408202], [102.292305, 35.409659], [102.292026, 35.42533], [102.300102, 35.426392], [102.306327, 35.432602], [102.313208, 35.435412], [102.319733, 35.43317], [102.32398, 35.428747], [102.343369, 35.429951], [102.362453, 35.421167], [102.365978, 35.422865], [102.372432, 35.421794], [102.389897, 35.415978], [102.398989, 35.410097], [102.405865, 35.409019], [102.405401, 35.41557], [102.420195, 35.418435], [102.428006, 35.426402], [102.44693, 35.438208], [102.448304, 35.449847], [102.441901, 35.450539], [102.436033, 35.455701], [102.439223, 35.466658], [102.448242, 35.479077], [102.455906, 35.473684], [102.460567, 35.480845], [102.464133, 35.498136], [102.463431, 35.503105], [102.459781, 35.507143], [102.48011, 35.51313], [102.483367, 35.516596], [102.487748, 35.53425], [102.495785, 35.550824], [102.495977, 35.572469], [102.50017, 35.572971], [102.508627, 35.568591], [102.512877, 35.570455], [102.509382, 35.581044], [102.500943, 35.58453], [102.502708, 35.589432], [102.508303, 35.589289], [102.511624, 35.583315], [102.518348, 35.5789], [102.529276, 35.581454], [102.541853, 35.572577], [102.544658, 35.563681], [102.548447, 35.56042], [102.584279, 35.542453], [102.611734, 35.53843], [102.62425, 35.541481], [102.631921, 35.541506], [102.631847, 35.535384], [102.649978, 35.534044], [102.662865, 35.530141], [102.666951, 35.533882], [102.678684, 35.529228], [102.681167, 35.529395], [102.682098, 35.532559], [102.690528, 35.531386], [102.700132, 35.525675], [102.70695, 35.520625], [102.7081, 35.518152], [102.741508, 35.494132], [102.743224, 35.494436], [102.752094, 35.502077], [102.756415, 35.510892], [102.76822, 35.518958], [102.773324, 35.520541], [102.780947, 35.527948], [102.780605, 35.530738], [102.775967, 35.536091], [102.772308, 35.535639], [102.7457, 35.528717], [102.739464, 35.521747], [102.726292, 35.524303], [102.725473, 35.532745], [102.738843, 35.540796], [102.741695, 35.546158], [102.755278, 35.546803], [102.773749, 35.552101], [102.779314, 35.549133], [102.791368, 35.560835], [102.803448, 35.556825], [102.805123, 35.563325], [102.802025, 35.571833], [102.771928, 35.592163], [102.767575, 35.598901], [102.768881, 35.607193], [102.761035, 35.613025], [102.760424, 35.624154], [102.766534, 35.643765], [102.764703, 35.651468], [102.76094, 35.653973], [102.744415, 35.657403], [102.740214, 35.659848], [102.73144, 35.672823], [102.725946, 35.692433], [102.714167, 35.699153], [102.699003, 35.714956], [102.697369, 35.71837], [102.694132, 35.749473], [102.690483, 35.753185], [102.683483, 35.769258], [102.685103, 35.774922], [102.691255, 35.779754], [102.694006, 35.784013], [102.692278, 35.789935], [102.694386, 35.79709], [102.701989, 35.798178], [102.707419, 35.802225], [102.715024, 35.81719], [102.722517, 35.817871], [102.729519, 35.821365], [102.738348, 35.821714], [102.741655, 35.827818], [102.751219, 35.835073], [102.753394, 35.839996], [102.759701, 35.842151], [102.769278, 35.851114], [102.774849, 35.85912], [102.782083, 35.862226], [102.788023, 35.861675], [102.794874, 35.858115], [102.808495, 35.855113], [102.816129, 35.850773], [102.819812, 35.851408], [102.826348, 35.856944], [102.840056, 35.856674], [102.850071, 35.853618], [102.855365, 35.847516], [102.859931, 35.845509], [102.882825, 35.850325], [102.893288, 35.846476], [102.910461, 35.847022], [102.913776, 35.844765], [102.921166, 35.83391], [102.932661, 35.835645], [102.940904, 35.830317], [102.943887, 35.830886], [102.948395, 35.836952], [102.94534, 35.847192], [102.946443, 35.852692], [102.953013, 35.859144], [102.95411, 35.86211], [102.952479, 35.868196], [102.949149, 35.871448], [102.945391, 35.8848], [102.945876, 35.890878], [102.948553, 35.896272], [102.946815, 35.904266], [102.948234, 35.921576], [102.948036, 35.92318], [102.940751, 35.927686], [102.943126, 35.945085], [102.949577, 35.954205], [102.9497, 35.967211], [102.971559, 35.995071], [102.965734, 35.996953], [102.961805, 36.00833], [102.952015, 36.016749], [102.950083, 36.023963], [102.959113, 36.033628], [102.967627, 36.033653], [102.973717, 36.036335], [102.966155, 36.044734], [102.928237, 36.049559], [102.926573, 36.05061], [102.925484, 36.057194], [102.915912, 36.066348], [102.905509, 36.07132], [102.902426, 36.070423], [102.900158, 36.066054], [102.894581, 36.066572], [102.891756, 36.077451], [102.88441, 36.077991], [102.879989, 36.083394], [102.884777, 36.092725], [102.893429, 36.092383], [102.904482, 36.088344], [102.911403, 36.089626], [102.916028, 36.095135], [102.92859, 36.102096], [102.939837, 36.106213], [102.944291, 36.121993], [102.944281, 36.131715], [102.952831, 36.14003], [102.946833, 36.147788], [102.947247, 36.150676], [102.949605, 36.152274], [102.964235, 36.15164], [102.969979, 36.169298], [102.981461, 36.18105], [102.981833, 36.187301], [102.985118, 36.194086], [102.999745, 36.19582], [103.004135, 36.198165], [103.005984, 36.201187], [103.015858, 36.204607], [103.031059, 36.203465], [103.036615, 36.199585], [103.04342, 36.198618], [103.060361, 36.201153], [103.068897, 36.207078], [103.065488, 36.215226], [103.06271, 36.219204], [103.057191, 36.220048], [103.05141, 36.21864], [103.045693, 36.226632], [103.03774, 36.228896], [103.028216, 36.234023], [103.019254, 36.23214], [103.024711, 36.248594], [103.022087, 36.257162], [103.011994, 36.258178], [103.007401, 36.262536], [102.990732, 36.264046], [102.984022, 36.272114], [102.973747, 36.276017], [102.968946, 36.284063], [102.961137, 36.283599], [102.95207, 36.288061], [102.94101, 36.289509], [102.933444, 36.294206], [102.920993, 36.298915], [102.914177, 36.315367], [102.901447, 36.323076], [102.895057, 36.332464], [102.885212, 36.331942], [102.873572, 36.336069], [102.871166, 36.333544], [102.857598, 36.330882], [102.8366, 36.34091], [102.832744, 36.350915], [102.828305, 36.357345], [102.827816, 36.366764], [102.831568, 36.370167], [102.825147, 36.374751], [102.816303, 36.392063], [102.824522, 36.407196], [102.8077, 36.408282], [102.806016, 36.410445], [102.806775, 36.421346], [102.791183, 36.42727], [102.78691, 36.436561], [102.786021, 36.447329], [102.771862, 36.457931], [102.764818, 36.465447], [102.771038, 36.475179], [102.786715, 36.481827], [102.789555, 36.487292], [102.791319, 36.4994], [102.770187, 36.521342], [102.751498, 36.525498], [102.742535, 36.539311], [102.740842, 36.54492], [102.742158, 36.547078], [102.738177, 36.559295], [102.732696, 36.562056], [102.736667, 36.570427], [102.747981, 36.56747], [102.760177, 36.568931], [102.762558, 36.575512], [102.752837, 36.583199], [102.74099, 36.582927], [102.7305, 36.591403], [102.724009, 36.592053], [102.713209, 36.599327], [102.72315, 36.613135], [102.721839, 36.614725], [102.713385, 36.616695], [102.697403, 36.616542], [102.682932, 36.618763], [102.664917, 36.633859], [102.631826, 36.649544], [102.628275, 36.652176], [102.619402, 36.669035], [102.606863, 36.677908], [102.60514, 36.681911], [102.602936, 36.692281], [102.606994, 36.701607], [102.600174, 36.709223], [102.599864, 36.717269], [102.603975, 36.72125], [102.612198, 36.738499], [102.61541, 36.740302], [102.63425, 36.733443], [102.642627, 36.733995], [102.64564, 36.736403], [102.645696, 36.739687], [102.649571, 36.747601], [102.654651, 36.746982], [102.678246, 36.762282], [102.682411, 36.769125], [102.690876, 36.775389], [102.715468, 36.767463], [102.718541, 36.767953], [102.71904, 36.769463], [102.71588, 36.769996], [102.704678, 36.781946], [102.700618, 36.788696], [102.699876, 36.793086], [102.684535, 36.809147], [102.682787, 36.809536], [102.679177, 36.806562], [102.675905, 36.80722], [102.666581, 36.818617], [102.656121, 36.826068], [102.65572, 36.829061], [102.646333, 36.83421], [102.63734, 36.852901], [102.634787, 36.853864], [102.627162, 36.850535], [102.624891, 36.852016], [102.624368, 36.858755], [102.611936, 36.864784], [102.585491, 36.869579], [102.580537, 36.878205], [102.571955, 36.882615], [102.56671, 36.895402], [102.560046, 36.900568], [102.558795, 36.9059], [102.563381, 36.911678], [102.559511, 36.919248], [102.550363, 36.923587], [102.525739, 36.927506], [102.521452, 36.932438], [102.522367, 36.938752], [102.520484, 36.940201], [102.509152, 36.93914], [102.498015, 36.94306], [102.496357, 36.946858], [102.4977, 36.953312], [102.496063, 36.956404], [102.492677, 36.957157], [102.488822, 36.953701], [102.480841, 36.95366], [102.472188, 36.95724], [102.464905, 36.954458], [102.459337, 36.957754], [102.456214, 36.962931], [102.448813, 36.968616], [102.450458, 36.970508], [102.458822, 36.972509], [102.465257, 36.976139], [102.466555, 36.983504], [102.464586, 36.988563], [102.469836, 36.995272], [102.504748, 37.019498], [102.500058, 37.031218], [102.493904, 37.03993], [102.493118, 37.044408], [102.496382, 37.05485], [102.489671, 37.063335], [102.490236, 37.073067], [102.488309, 37.076692], [102.485227, 37.07854], [102.495365, 37.087149], [102.506273, 37.092106], [102.510776, 37.09209], [102.529627, 37.086727], [102.536206, 37.090229], [102.56225, 37.094179], [102.573119, 37.096737], [102.57702, 37.099586], [102.600248, 37.104741], [102.620489, 37.103527], [102.640477, 37.099906], [102.639447, 37.114057], [102.636234, 37.120851], [102.626395, 37.134067], [102.607322, 37.150852], [102.606434, 37.161323], [102.600269, 37.173592], [102.595908, 37.175193], [102.593078, 37.172403], [102.588503, 37.171288], [102.578172, 37.17156], [102.566459, 37.179741], [102.558099, 37.19206], [102.554253, 37.192902], [102.543108, 37.202018], [102.541922, 37.204771], [102.543219, 37.207992], [102.534985, 37.212719], [102.518198, 37.21892], [102.514076, 37.219575], [102.503775, 37.217058], [102.487837, 37.222972], [102.482174, 37.229639], [102.481061, 37.236037], [102.477982, 37.241067], [102.45569, 37.249766], [102.450321, 37.264864], [102.451424, 37.270964], [102.444762, 37.274789], [102.44086, 37.275224], [102.42689, 37.283873], [102.417714, 37.29314], [102.417449, 37.296636], [102.4257, 37.307963], [102.41599, 37.31396], [102.402602, 37.317008], [102.390756, 37.324405], [102.381826, 37.322373], [102.362323, 37.329491], [102.339953, 37.342191], [102.338983, 37.347858], [102.316168, 37.358438], [102.30936, 37.359577], [102.297905, 37.369797], [102.296268, 37.380936], [102.298507, 37.39049], [102.268942, 37.392429], [102.252386, 37.403317], [102.247196, 37.41054], [102.219136, 37.417434], [102.195536, 37.419037], [102.18491, 37.427514], [102.187481, 37.43426], [102.176449, 37.456111], [102.156933, 37.468947], [102.126292, 37.481134], [102.101219, 37.481599], [102.10066, 37.49158], [102.110943, 37.507112], [102.120356, 37.515838], [102.114998, 37.527116], [102.115528, 37.531155], [102.120516, 37.536888], [102.124794, 37.539158], [102.128179, 37.546871], [102.124057, 37.552362], [102.118796, 37.551837], [102.099723, 37.573596], [102.071384, 37.583204], [102.063206, 37.591649], [102.065709, 37.600966], [102.053883, 37.61376], [102.037495, 37.620722], [102.03324, 37.627625], [102.043287, 37.640959], [102.045997, 37.651861], [102.041783, 37.655961], [102.038126, 37.656182], [102.033077, 37.664816], [102.019155, 37.680413], [102.013152, 37.698261], [102.013904, 37.707584], [102.008517, 37.712936], [101.999907, 37.715211], [101.996767, 37.72575], [101.976071, 37.727657], [101.964871, 37.724447], [101.953672, 37.728283], [101.934362, 37.723859], [101.929064, 37.721582], [101.922722, 37.716204], [101.920701, 37.712282], [101.914446, 37.707841], [101.906466, 37.703435], [101.893185, 37.701081], [101.874919, 37.685931], [101.871873, 37.686048], [101.867678, 37.672405], [101.859694, 37.664626], [101.861888, 37.658646], [101.856671, 37.662713], [101.851525, 37.664322], [101.828645, 37.655482], [101.812726, 37.653508], [101.809319, 37.665607], [101.809127, 37.672366], [101.812692, 37.681484], [101.795845, 37.686877], [101.789238, 37.695447], [101.722548, 37.7118], [101.675221, 37.727446], [101.666127, 37.727882], [101.656988, 37.73219], [101.656237, 37.740634], [101.663665, 37.748128], [101.668341, 37.756374], [101.667556, 37.758902], [101.660005, 37.763798], [101.65318, 37.770746], [101.640994, 37.774698], [101.628334, 37.789742], [101.618027, 37.805433], [101.617683, 37.809633], [101.602159, 37.81716], [101.597023, 37.827699], [101.590751, 37.830194], [101.583694, 37.830638], [101.573978, 37.835479], [101.561425, 37.836544], [101.558318, 37.83879], [101.552926, 37.835592], [101.542795, 37.838312], [101.524049, 37.84677], [101.521265, 37.849404], [101.515929, 37.850298], [101.513469, 37.852683], [101.499532, 37.857877], [101.497236, 37.857766], [101.494293, 37.854961], [101.485876, 37.856261], [101.480619, 37.853281], [101.472045, 37.855892], [101.467094, 37.855033], [101.459883, 37.858499], [101.456623, 37.866586], [101.446586, 37.865997], [101.438252, 37.86777], [101.435792, 37.866332], [101.434403, 37.863519], [101.435049, 37.860619], [101.431861, 37.857317], [101.418078, 37.84682], [101.408193, 37.844529], [101.401775, 37.839598], [101.401415, 37.831154], [101.393403, 37.828061], [101.387278, 37.827632], [101.37783, 37.821281], [101.376118, 37.818004], [101.377612, 37.81555], [101.37243, 37.805171], [101.375302, 37.800253], [101.365125, 37.796627], [101.360845, 37.791295], [101.353428, 37.789661], [101.347993, 37.794753], [101.347519, 37.798799], [101.340945, 37.798981], [101.337905, 37.802997], [101.328202, 37.804419], [101.324485, 37.807665], [101.316191, 37.811054], [101.310707, 37.809522], [101.309341, 37.814465], [101.302237, 37.817422], [101.301754, 37.824293], [101.289889, 37.824173], [101.281843, 37.827745], [101.281105, 37.832963], [101.276639, 37.836044], [101.26661, 37.83435], [101.262677, 37.832107], [101.255724, 37.832508], [101.234373, 37.843501], [101.224087, 37.841527], [101.21839, 37.845603], [101.201987, 37.846446], [101.196497, 37.848491], [101.190638, 37.85555], [101.18321, 37.855956], [101.181937, 37.859276], [101.178558, 37.860568], [101.170563, 37.860057], [101.170398, 37.865157], [101.168764, 37.866933], [101.164989, 37.869284], [101.157805, 37.867313], [101.156292, 37.874024], [101.148023, 37.876101], [101.150544, 37.881988], [101.149549, 37.894178], [101.143347, 37.899014], [101.138875, 37.899897], [101.136223, 37.903848], [101.132329, 37.906111], [101.132303, 37.909889], [101.12649, 37.914236], [101.122855, 37.916101], [101.11707, 37.914886], [101.114179, 37.917149], [101.111988, 37.919968], [101.112804, 37.924925], [101.109719, 37.935852], [101.100984, 37.946453], [101.093991, 37.944562], [101.089697, 37.93915], [101.081719, 37.941911], [101.073727, 37.941785], [101.068719, 37.94697], [101.064242, 37.948652], [101.062693, 37.952814], [101.058699, 37.954862], [101.057364, 37.95943], [101.051934, 37.962483], [101.04828, 37.962226], [101.040638, 37.965068], [101.035086, 37.975144], [101.031513, 37.976221], [101.025657, 37.973667], [101.020385, 37.973804], [101.007449, 37.982124], [101.002366, 37.98803], [100.999479, 37.986876], [100.9961, 37.988249], [100.991489, 37.994214], [100.991937, 37.996764], [100.990508, 37.998494], [100.983104, 37.999212], [100.97668, 38.007225], [100.971074, 38.006364], [100.959065, 38.011519], [100.955992, 38.008486], [100.955192, 38.004878], [100.949558, 38.006763], [100.941506, 38.002294], [100.934975, 38.006845], [100.926037, 38.006454], [100.920017, 38.000306], [100.915239, 37.99987], [100.903745, 38.006312], [100.896523, 38.012452], [100.894573, 38.016454], [100.896173, 38.02876], [100.889023, 38.038697], [100.885964, 38.054317], [100.893914, 38.063729], [100.906744, 38.073098], [100.907444, 38.076936], [100.913154, 38.082856], [100.917854, 38.08318], [100.921274, 38.08545], [100.922794, 38.089864], [100.921604, 38.099324], [100.916575, 38.11255], [100.917429, 38.128332], [100.922775, 38.140344], [100.923165, 38.148847], [100.930955, 38.15352], [100.936883, 38.160163], [100.910243, 38.178118], [100.89798, 38.178776], [100.893452, 38.174309], [100.889537, 38.167099], [100.881859, 38.165497], [100.879293, 38.161078], [100.864482, 38.154767], [100.859007, 38.147387], [100.842326, 38.147721], [100.840341, 38.15026], [100.831305, 38.154006], [100.828471, 38.156926], [100.823375, 38.157625], [100.817872, 38.162518], [100.815549, 38.168131], [100.811725, 38.171172], [100.804575, 38.183609], [100.798762, 38.18509], [100.786955, 38.192914], [100.784942, 38.202408], [100.778566, 38.20431], [100.777293, 38.212473], [100.755224, 38.235487], [100.747296, 38.240399], [100.738704, 38.237597], [100.731282, 38.245105], [100.726164, 38.245869], [100.713555, 38.252778], [100.710041, 38.253342], [100.703202, 38.247906], [100.690663, 38.247601], [100.682804, 38.251292], [100.677201, 38.251845], [100.674533, 38.254961], [100.669232, 38.257282], [100.664101, 38.255515], [100.646791, 38.260849], [100.640549, 38.260451], [100.624832, 38.266704], [100.619306, 38.266159], [100.603672, 38.256113], [100.598459, 38.255726], [100.598853, 38.248699], [100.593876, 38.24285], [100.573077, 38.250709], [100.564884, 38.250265], [100.560442, 38.247502], [100.55012, 38.250029], [100.54502, 38.245276], [100.542958, 38.246518], [100.539897, 38.253984], [100.53428, 38.257204], [100.528798, 38.263634], [100.520186, 38.266163], [100.518705, 38.273986], [100.511527, 38.27474], [100.506308, 38.272697], [100.49497, 38.272549], [100.494074, 38.277513], [100.485658, 38.278982], [100.482222, 38.282083], [100.481601, 38.285869], [100.473202, 38.288057], [100.47325, 38.284881], [100.466912, 38.279111], [100.469328, 38.272192], [100.466825, 38.269201], [100.462501, 38.268428], [100.457608, 38.264774], [100.448852, 38.265155], [100.443249, 38.268902], [100.4359, 38.267387], [100.429675, 38.27319], [100.431136, 38.276023], [100.433362, 38.276793], [100.435297, 38.281807], [100.431766, 38.286163], [100.435862, 38.296216], [100.43327, 38.300709], [100.424284, 38.300331], [100.423907, 38.305048], [100.422089, 38.30696], [100.417809, 38.307633], [100.406911, 38.299536], [100.400268, 38.297164], [100.395249, 38.292134], [100.387281, 38.297289], [100.380934, 38.297703], [100.379925, 38.300817], [100.381223, 38.305041], [100.372659, 38.30916], [100.35905, 38.307313], [100.354897, 38.311685], [100.347791, 38.310674], [100.339972, 38.317219], [100.318171, 38.325206], [100.316198, 38.328879], [100.322221, 38.330853], [100.323847, 38.335055], [100.327158, 38.337558], [100.33093, 38.337384], [100.3312, 38.340606], [100.321288, 38.35215], [100.318308, 38.35957], [100.318724, 38.362732], [100.3022, 38.379406], [100.302155, 38.386424], [100.300336, 38.388138], [100.297731, 38.388257], [100.290402, 38.383982], [100.286175, 38.377826], [100.279242, 38.376641], [100.273712, 38.379138], [100.270589, 38.377505], [100.260946, 38.367043], [100.260008, 38.364152], [100.247525, 38.37282], [100.247052, 38.376021], [100.25281, 38.383588], [100.250067, 38.394334], [100.246987, 38.398125], [100.248576, 38.402066], [100.244416, 38.407373], [100.244363, 38.412011], [100.247594, 38.418563], [100.241681, 38.426793], [100.23959, 38.433973], [100.240289, 38.437833], [100.238204, 38.441913], [100.230103, 38.446845], [100.218703, 38.446756], [100.214948, 38.452801], [100.210895, 38.454627], [100.185969, 38.457573], [100.176391, 38.456882], [100.171986, 38.459186], [100.164204, 38.459665], [100.153816, 38.467468], [100.154083, 38.472401], [100.150342, 38.474935], [100.148277, 38.478848], [100.131529, 38.481649], [100.128949, 38.484346], [100.123245, 38.48611], [100.111075, 38.496648], [100.099706, 38.49286], [100.086033, 38.493062], [100.077615, 38.501926], [100.071433, 38.504807], [100.062862, 38.518904], [100.056012, 38.520185], [100.046879, 38.511481], [100.038277, 38.508764], [100.027814, 38.510669], [100.02205, 38.507137], [100.021316, 38.496722], [100.012623, 38.48923], [100.008483, 38.481684], [100.000874, 38.473028], [99.999265, 38.46751], [100.009117, 38.457129], [100.016501, 38.452248], [100.025095, 38.450599], [100.029339, 38.444151], [100.022113, 38.43857], [100.021239, 38.431623], [100.044676, 38.428267], [100.047391, 38.423978], [100.046271, 38.420771], [100.056683, 38.415743], [100.059887, 38.419947], [100.066987, 38.418161], [100.069792, 38.413869], [100.080424, 38.405181], [100.090348, 38.407499], [100.093088, 38.400599], [100.092561, 38.396235], [100.096694, 38.389357], [100.109555, 38.377333], [100.109781, 38.370134], [100.119449, 38.356423], [100.118808, 38.354187], [100.112723, 38.352012], [100.116876, 38.34284], [100.139575, 38.331897], [100.162099, 38.327431], [100.167348, 38.320494], [100.164194, 38.314925], [100.158439, 38.312575], [100.15651, 38.309844], [100.158421, 38.303082], [100.162303, 38.300134], [100.158508, 38.289321], [100.162528, 38.287015], [100.164836, 38.281626], [100.164273, 38.272661], [100.165916, 38.266138], [100.173673, 38.258329], [100.175664, 38.251697], [100.183574, 38.241607], [100.18032, 38.219856], [100.17093, 38.215579], [100.162508, 38.215121], [100.155815, 38.217284], [100.153367, 38.22235], [100.147168, 38.224857], [100.134492, 38.229396], [100.127114, 38.228907], [100.122722, 38.234823], [100.116784, 38.251591], [100.098723, 38.258642], [100.095088, 38.261875], [100.093062, 38.266382], [100.09881, 38.270545], [100.092436, 38.271997], [100.07578, 38.28487], [100.066662, 38.283704], [100.062649, 38.284735], [100.057277, 38.280596], [100.046534, 38.286073], [100.039002, 38.286429], [100.028443, 38.29595], [100.016704, 38.2983], [100.016561, 38.30509], [100.014731, 38.30704], [100.009361, 38.307442], [100.006866, 38.312771], [99.990144, 38.312259], [99.972826, 38.316673], [99.957654, 38.315029], [99.949237, 38.322876], [99.94812, 38.327407], [99.943297, 38.331306], [99.942596, 38.334024], [99.944292, 38.338306], [99.942343, 38.340717], [99.938508, 38.341208], [99.928361, 38.335823], [99.913055, 38.336823], [99.908963, 38.343987], [99.901815, 38.343265], [99.899382, 38.347897], [99.885694, 38.346387], [99.881484, 38.351841], [99.869017, 38.354296], [99.860428, 38.359294], [99.844409, 38.359545], [99.838711, 38.362718], [99.839026, 38.366796], [99.835888, 38.368761], [99.83106, 38.367149], [99.814443, 38.367298], [99.811263, 38.371242], [99.807657, 38.372863], [99.805927, 38.378706], [99.801885, 38.379739], [99.799616, 38.384479], [99.79646, 38.386718], [99.788581, 38.386944], [99.77707, 38.390357], [99.778625, 38.397675], [99.770808, 38.40697], [99.759867, 38.406618], [99.755084, 38.411002], [99.75123, 38.409686], [99.744674, 38.410962], [99.732268, 38.40818], [99.723706, 38.411725], [99.721687, 38.418392], [99.718884, 38.421517], [99.699757, 38.427953], [99.690227, 38.427673], [99.678984, 38.430679], [99.675921, 38.429899], [99.673198, 38.434262], [99.657339, 38.439646], [99.654802, 38.44322], [99.65505, 38.449719], [99.659437, 38.456723], [99.657671, 38.460098], [99.659128, 38.464523], [99.651997, 38.470685], [99.645751, 38.473062], [99.642061, 38.477056], [99.628819, 38.474542], [99.623009, 38.477829], [99.617343, 38.484325], [99.608021, 38.484898], [99.598074, 38.489005], [99.594586, 38.496556], [99.582848, 38.499098], [99.580551, 38.504453], [99.552385, 38.522405], [99.550813, 38.529559], [99.547248, 38.535039], [99.534089, 38.541832], [99.524574, 38.548985], [99.512098, 38.567393], [99.51445, 38.576365], [99.509847, 38.586511], [99.511445, 38.589137], [99.510409, 38.592975], [99.51404, 38.597631], [99.508268, 38.602387], [99.509304, 38.609703], [99.504904, 38.609007], [99.500431, 38.612051], [99.49005, 38.610164], [99.487307, 38.614689], [99.484017, 38.615612], [99.470139, 38.609346], [99.466551, 38.605738], [99.452595, 38.605181], [99.442942, 38.609658], [99.439021, 38.615116], [99.428944, 38.62049], [99.42656, 38.624227], [99.433739, 38.628407], [99.435454, 38.631312], [99.42973, 38.638064], [99.430796, 38.645104], [99.424447, 38.649942], [99.422616, 38.654233], [99.415075, 38.659932], [99.416522, 38.662778], [99.416232, 38.669795], [99.399907, 38.671746], [99.393626, 38.670763], [99.385611, 38.676103], [99.382261, 38.682278], [99.383894, 38.685622], [99.37629, 38.692869], [99.375863, 38.698958], [99.377922, 38.701428], [99.37647, 38.708698], [99.368761, 38.709607], [99.362401, 38.712954], [99.361162, 38.715707], [99.361865, 38.722709], [99.353919, 38.723857], [99.352914, 38.726096], [99.354161, 38.730533], [99.349398, 38.736668], [99.344825, 38.738427], [99.336427, 38.735691], [99.330342, 38.739047], [99.32143, 38.739748], [99.318796, 38.742603], [99.319786, 38.749156], [99.31335, 38.75236], [99.310255, 38.758423], [99.305414, 38.760094], [99.292261, 38.760335], [99.290586, 38.764909], [99.283655, 38.768592], [99.275091, 38.770249], [99.272331, 38.773572], [99.259478, 38.772554], [99.256515, 38.778935], [99.247163, 38.783837], [99.237698, 38.785708], [99.235766, 38.791729], [99.217822, 38.794406], [99.217814, 38.801877], [99.208733, 38.800214], [99.199983, 38.804054], [99.200393, 38.809152], [99.190778, 38.816069], [99.183531, 38.814277], [99.178788, 38.815217], [99.176705, 38.817846], [99.17732, 38.821234], [99.17458, 38.830281], [99.157178, 38.832073], [99.15552, 38.83864], [99.148713, 38.848027], [99.148889, 38.850291], [99.139441, 38.851949], [99.13886, 38.857909], [99.120108, 38.863845], [99.10971, 38.870252], [99.103612, 38.877743], [99.091485, 38.880081], [99.090573, 38.88757], [99.087606, 38.890175], [99.07713, 38.893474], [99.071858, 38.900188], [99.063945, 38.904699], [99.065568, 38.909048], [99.073718, 38.916627], [99.079365, 38.934034], [99.089144, 38.934912], [99.096978, 38.942614], [99.102092, 38.944708], [99.104474, 38.949626], [99.098369, 38.954956], [99.091512, 38.957618], [99.090746, 38.955565], [99.084108, 38.95252], [99.073222, 38.95581], [99.0629, 38.953947], [99.056233, 38.954435], [99.053519, 38.964137], [99.044355, 38.972855], [99.031387, 38.977948], [99.02683, 38.977695], [99.020964, 38.982287], [99.011377, 38.984262], [99.007408, 38.979902], [98.994602, 38.975404], [98.988768, 38.978554], [98.984016, 38.98429], [98.979551, 38.983038], [98.972476, 38.985048], [98.969189, 38.982776], [98.960509, 38.985545], [98.956341, 38.984548], [98.948897, 38.988108], [98.943119, 38.993923], [98.934652, 38.994126], [98.929135, 39.001755], [98.920236, 39.001935], [98.913134, 39.007411], [98.903342, 39.010802], [98.899433, 39.021824], [98.890542, 39.028925], [98.886718, 39.038616], [98.882983, 39.042127], [98.877807, 39.04309], [98.874494, 39.046777], [98.870363, 39.048138], [98.856103, 39.04671], [98.855247, 39.051778], [98.846768, 39.054683], [98.839877, 39.052634], [98.838376, 39.056626], [98.818395, 39.063276], [98.818184, 39.065765], [98.821611, 39.067723], [98.822688, 39.071705], [98.815087, 39.080888], [98.816808, 39.084176], [98.811056, 39.087109], [98.808111, 39.084604], [98.805859, 39.087173], [98.800567, 39.086272], [98.779142, 39.088512], [98.76502, 39.084853], [98.758391, 39.089185], [98.75526, 39.087381], [98.742319, 39.085412], [98.740298, 39.074011], [98.729281, 39.055598], [98.72099, 39.052949], [98.71861, 39.048292], [98.704777, 39.042949], [98.696115, 39.031736], [98.691822, 39.020983], [98.676769, 39.009419], [98.670385, 39.007261], [98.666911, 39.001841], [98.664823, 38.994358], [98.661891, 38.99287], [98.645758, 38.991445], [98.640752, 38.986396], [98.631599, 38.98663], [98.626897, 38.983609], [98.612768, 38.97917], [98.611991, 38.976047], [98.62324, 38.960839], [98.624862, 38.957036], [98.624216, 38.954235], [98.617168, 38.950714], [98.615897, 38.946626], [98.596655, 38.946469], [98.593751, 38.938016], [98.589689, 38.931831], [98.58045, 38.928343], [98.575107, 38.931549], [98.57172, 38.931779], [98.566751, 38.938654], [98.560633, 38.941547], [98.558504, 38.944417], [98.546545, 38.94992], [98.535755, 38.950682], [98.525337, 38.955492], [98.517129, 38.954851], [98.511737, 38.956916], [98.503115, 38.952475], [98.496803, 38.952435], [98.483193, 38.948705], [98.475405, 38.953992], [98.457232, 38.958743], [98.454797, 38.961698], [98.442485, 38.963495], [98.440907, 38.96656], [98.431959, 38.973027], [98.431923, 38.975901], [98.428522, 38.977876], [98.434435, 38.983726], [98.435204, 38.998054], [98.429273, 38.999533], [98.426171, 38.997503], [98.421969, 38.999149], [98.408412, 38.99711], [98.406057, 39.000278], [98.40429, 38.999912], [98.40189, 39.005787], [98.404051, 39.009582], [98.401089, 39.015188], [98.39853, 39.016713], [98.399376, 39.023935], [98.390774, 39.026065], [98.381275, 39.032366], [98.373129, 39.029415], [98.362315, 39.029296], [98.352564, 39.033004], [98.336062, 39.035073], [98.330211, 39.038037], [98.318107, 39.036058], [98.316217, 39.037775], [98.311107, 39.037984], [98.304725, 39.035567], [98.300642, 39.035638], [98.295453, 39.038771], [98.290766, 39.037263], [98.285844, 39.032964], [98.290664, 39.028319], [98.283891, 39.021835], [98.285253, 39.008112], [98.275718, 38.975074], [98.259161, 38.94934], [98.246469, 38.936512], [98.243218, 38.929243], [98.2367, 38.922734], [98.237848, 38.914742], [98.248731, 38.911878], [98.252054, 38.907537], [98.253078, 38.899814], [98.251125, 38.887675], [98.247071, 38.88137], [98.235599, 38.874644], [98.223817, 38.871809], [98.215962, 38.867817], [98.205851, 38.858491], [98.196286, 38.854695], [98.188873, 38.848017], [98.178099, 38.845943], [98.172721, 38.84305], [98.169929, 38.839388], [98.16017, 38.832619], [98.152254, 38.820009], [98.132824, 38.81481], [98.132365, 38.811847], [98.119445, 38.808229], [98.116144, 38.797334], [98.102905, 38.79471], [98.097904, 38.787132], [98.093203, 38.784862], [98.080088, 38.797563], [98.068427, 38.816622], [98.061771, 38.820048], [98.051082, 38.81893], [98.045439, 38.822331], [98.046314, 38.825415], [98.037714, 38.831084], [98.031006, 38.831799], [98.027305, 38.837241], [98.027164, 38.844607], [98.013749, 38.855059], [98.011432, 38.858961], [97.994998, 38.861485], [97.980784, 38.860608], [97.967274, 38.864492], [97.960219, 38.868377], [97.955113, 38.87487], [97.952819, 38.873219], [97.942671, 38.874255], [97.935971, 38.877505], [97.93501, 38.88089], [97.933398, 38.881527], [97.92533, 38.883137], [97.923026, 38.879964], [97.918914, 38.878721], [97.909721, 38.881703], [97.906314, 38.884031], [97.904611, 38.887511], [97.901442, 38.886801], [97.896931, 38.888816], [97.890032, 38.898417], [97.88215, 38.897753], [97.869035, 38.903444], [97.866233, 38.907875], [97.862346, 38.909084], [97.85704, 38.915142], [97.853112, 38.92221], [97.84064, 38.921114], [97.829751, 38.929179], [97.825442, 38.928718], [97.820838, 38.934148], [97.813706, 38.937023], [97.811654, 38.939341], [97.803118, 38.935504], [97.797741, 38.936545], [97.793408, 38.94056], [97.783979, 38.938721], [97.773274, 38.940203], [97.768252, 38.943313], [97.759606, 38.944461], [97.75415, 38.948151], [97.751781, 38.955372], [97.745596, 38.958248], [97.738281, 38.956817], [97.734664, 38.958926], [97.735227, 38.96071], [97.73285, 38.963367], [97.721734, 38.967772], [97.712119, 38.966656], [97.702856, 38.969651], [97.685131, 38.969596], [97.681389, 38.980753], [97.679554, 38.982455], [97.685354, 38.989491], [97.685324, 39.005258], [97.678464, 39.006477], [97.671039, 39.011338], [97.665094, 39.011431], [97.657043, 39.017254], [97.645736, 39.018865], [97.641732, 39.025173], [97.62857, 39.031845], [97.623581, 39.030461], [97.616154, 39.035305], [97.605799, 39.036523], [97.594135, 39.040716], [97.586185, 39.048095], [97.574621, 39.052542], [97.572202, 39.054872], [97.565396, 39.054579], [97.556731, 39.057383], [97.54912, 39.068519], [97.538061, 39.071287], [97.529647, 39.071148], [97.519503, 39.074385], [97.517247, 39.076987], [97.507376, 39.076276], [97.498273, 39.079278], [97.491576, 39.079656], [97.486694, 39.086063], [97.489235, 39.093158], [97.485558, 39.096237], [97.473832, 39.098526], [97.476809, 39.104383], [97.475996, 39.106541], [97.465818, 39.113995], [97.465263, 39.117749], [97.463237, 39.119427], [97.460808, 39.119987], [97.456676, 39.115855], [97.443339, 39.112435], [97.439005, 39.120207], [97.432142, 39.12534], [97.425875, 39.122408], [97.42018, 39.123999], [97.418415, 39.127669], [97.42033, 39.136125], [97.411079, 39.140029], [97.402847, 39.148329], [97.395201, 39.148196], [97.383111, 39.152921], [97.365297, 39.148979], [97.361262, 39.151424], [97.353543, 39.160735], [97.345416, 39.174699], [97.316321, 39.167584], [97.311572, 39.162392], [97.306266, 39.161117], [97.288481, 39.165599], [97.278224, 39.170988], [97.263108, 39.172641], [97.25405, 39.179893], [97.219863, 39.188916], [97.211222, 39.19678], [97.195089, 39.196576], [97.177865, 39.189688], [97.169453, 39.189517], [97.153126, 39.199062], [97.1446, 39.200604], [97.141353, 39.198422], [97.135409, 39.203173], [97.130079, 39.197644], [97.126062, 39.196684], [97.106213, 39.200361], [97.097608, 39.19783], [97.090016, 39.204158], [97.076282, 39.199938], [97.068078, 39.200258], [97.062312, 39.197836], [97.059579, 39.198719], [97.058864, 39.202637], [97.055577, 39.206395], [97.047607, 39.209243], [97.03904, 39.208421], [97.03471, 39.21039], [97.022522, 39.21041], [97.020557, 39.208833], [97.012218, 39.212599], [96.998877, 39.203963], [96.978969, 39.205355], [96.973029, 39.200603], [96.962029, 39.197602], [96.961838, 39.194275], [96.965839, 39.193533], [96.969595, 39.190681], [96.970101, 39.182231], [96.972721, 39.179459], [96.979659, 39.176059], [96.982671, 39.178156], [96.985193, 39.176128], [96.996539, 39.160998], [96.99543, 39.158955], [96.996906, 39.151819], [97.003283, 39.150281], [97.012512, 39.141359], [97.00975, 39.136721], [97.001443, 39.131931], [96.999856, 39.124751], [96.992345, 39.12356], [96.990955, 39.118095], [96.986117, 39.116017], [96.982081, 39.109848], [96.97145, 39.103141], [96.970455, 39.099889], [96.973788, 39.094566], [96.97304, 39.085234], [96.970325, 39.079974], [96.960535, 39.074889], [96.960438, 39.07161], [96.964605, 39.066992], [96.965166, 39.060925], [96.957807, 39.05682], [96.95556, 39.042036], [96.958762, 39.040182], [96.963268, 39.040062], [96.968567, 39.034667], [96.970678, 39.024257], [96.965997, 39.012724], [96.946553, 38.994315], [96.943708, 38.985048], [96.944446, 38.981895], [96.934175, 38.970898], [96.936094, 38.954269], [96.945666, 38.944215], [96.947516, 38.934653], [96.939985, 38.927518], [96.942418, 38.922174], [96.938927, 38.908553], [96.940172, 38.906579], [96.946193, 38.906174], [96.950301, 38.903952], [96.949372, 38.899132], [96.950915, 38.892738], [96.955298, 38.888003], [96.969422, 38.88768], [96.97467, 38.885749], [96.978083, 38.886577], [96.986115, 38.884967], [96.989235, 38.885794], [96.993535, 38.883987], [96.990702, 38.880356], [96.990381, 38.877235], [96.983999, 38.871845], [96.983641, 38.868565], [96.986832, 38.865778], [96.987239, 38.861834], [96.989729, 38.860979], [96.98863, 38.850522], [96.99319, 38.834803], [96.991136, 38.831347], [96.989916, 38.822742], [96.987467, 38.819742], [96.989703, 38.799268], [96.987321, 38.791845], [96.991286, 38.783208], [96.994457, 38.769196], [96.995632, 38.766404], [96.998742, 38.764603], [97.000074, 38.760783], [97.010212, 38.759678], [97.022263, 38.75499], [97.019625, 38.753436], [97.019428, 38.748134], [97.021345, 38.744155], [97.020961, 38.730449], [97.011406, 38.7194], [97.012113, 38.714708], [97.014255, 38.712016], [97.012574, 38.709519], [97.012937, 38.706325], [97.008535, 38.702502], [97.01495, 38.691472], [97.016216, 38.686027], [97.025025, 38.685392], [97.028348, 38.679891], [97.035113, 38.678721], [97.039722, 38.680089], [97.043624, 38.68519], [97.051011, 38.681146], [97.050875, 38.67468], [97.055662, 38.672006], [97.051465, 38.667003], [97.046744, 38.652967], [97.036136, 38.651444], [97.034214, 38.649787], [97.038573, 38.64593], [97.048977, 38.645979], [97.052037, 38.644217], [97.052409, 38.638651], [97.049264, 38.62928], [97.055297, 38.592818], [97.000791, 38.566303], [96.994772, 38.565115], [96.99429, 38.563397], [96.974385, 38.559556], [96.959315, 38.554061], [96.939427, 38.558996], [96.937295, 38.558032], [96.935525, 38.554321], [96.927674, 38.554806], [96.920158, 38.560319], [96.908411, 38.563083], [96.906158, 38.565601], [96.905826, 38.569484], [96.901023, 38.572608], [96.88043, 38.575917], [96.873038, 38.574137], [96.857509, 38.582501], [96.855558, 38.586385], [96.848708, 38.592321], [96.845196, 38.589442], [96.842429, 38.589416], [96.831242, 38.596657], [96.821516, 38.59672], [96.815376, 38.599943], [96.809238, 38.608038], [96.794418, 38.60777], [96.797971, 38.590772], [96.808894, 38.58149], [96.810985, 38.57712], [96.810208, 38.574312], [96.811988, 38.568143], [96.815407, 38.564277], [96.814054, 38.56143], [96.808225, 38.561896], [96.806459, 38.565714], [96.799189, 38.571377], [96.782341, 38.563797], [96.772812, 38.566397], [96.76161, 38.555329], [96.760089, 38.546858], [96.768047, 38.54031], [96.786415, 38.530864], [96.79082, 38.526944], [96.78909, 38.514207], [96.77876, 38.504852], [96.764278, 38.503517], [96.751668, 38.499463], [96.701105, 38.50625], [96.695289, 38.503633], [96.691743, 38.495929], [96.685038, 38.494592], [96.670369, 38.497956], [96.657606, 38.488604], [96.659304, 38.481083], [96.681722, 38.466248], [96.69084, 38.462752], [96.698484, 38.457589], [96.691607, 38.450377], [96.687259, 38.414376], [96.679363, 38.411503], [96.667467, 38.39827], [96.663133, 38.388385], [96.646264, 38.37669], [96.640904, 38.369467], [96.626543, 38.356198], [96.623644, 38.346553], [96.624272, 38.339593], [96.632176, 38.327045], [96.633845, 38.316618], [96.640917, 38.30727], [96.655192, 38.296027], [96.64809, 38.292118], [96.650519, 38.286617], [96.657749, 38.278334], [96.663264, 38.259369], [96.665325, 38.222149], [96.540645, 38.253716], [96.531128, 38.258978], [96.489035, 38.266839], [96.443632, 38.278488], [96.432944, 38.280199], [96.396096, 38.28071], [96.377549, 38.276857], [96.352065, 38.258232], [96.338957, 38.255009], [96.33049, 38.24129], [96.329727, 38.232838], [96.326492, 38.229552], [96.311075, 38.20046], [96.3102, 38.196587], [96.312639, 38.192613], [96.312472, 38.189535], [96.301553, 38.182152], [96.30488, 38.176137], [96.309377, 38.174428], [96.312315, 38.161218], [96.304818, 38.155701], [96.293827, 38.156383], [96.278066, 38.151667], [96.272482, 38.145325], [96.265166, 38.144713], [96.262891, 38.145427], [96.255396, 38.154758], [96.254116, 38.157191], [96.255687, 38.159082], [96.252839, 38.166801], [96.239572, 38.166442], [96.23537, 38.169976], [96.212017, 38.16713], [96.218504, 38.155496], [96.205666, 38.148482], [96.19148, 38.148986], [96.18797, 38.155117], [96.184841, 38.156663], [96.176345, 38.157323], [96.166678, 38.160361], [96.162981, 38.167167], [96.146261, 38.166763], [96.147501, 38.172501], [96.146595, 38.175544], [96.118648, 38.178326], [96.114824, 38.17981], [96.113657, 38.183153], [96.106029, 38.187224], [96.100624, 38.18774], [96.088313, 38.183407], [96.073078, 38.187686], [96.068212, 38.176253], [96.063852, 38.172127], [96.048832, 38.177295], [96.027124, 38.191561], [96.024145, 38.198553], [96.019398, 38.200011], [96.008584, 38.199124], [96.005929, 38.207115], [96, 38.206408], [95.984671, 38.209637], [95.98293, 38.210906], [95.982219, 38.216001], [95.974999, 38.217564], [95.969895, 38.221099], [95.968959, 38.226638], [95.954163, 38.227839], [95.950349, 38.23403], [95.93867, 38.23718], [95.928999, 38.251121], [95.932892, 38.257905], [95.927559, 38.260913], [95.924475, 38.266422], [95.916521, 38.269921], [95.897392, 38.289199], [95.885678, 38.28952], [95.860464, 38.28359], [95.855408, 38.284344], [95.849021, 38.292279], [95.846327, 38.311192], [95.841598, 38.321975], [95.836591, 38.342494], [95.825374, 38.354005], [95.821693, 38.354555], [95.804895, 38.350398], [95.794237, 38.352457], [95.791078, 38.35508], [95.774483, 38.355503], [95.763137, 38.361491], [95.764998, 38.365404], [95.763014, 38.371346], [95.7481, 38.366829], [95.743644, 38.372838], [95.735468, 38.371309], [95.730514, 38.373095], [95.721985, 38.378542], [95.720781, 38.382707], [95.713154, 38.390177], [95.713991, 38.393463], [95.705829, 38.394399], [95.70192, 38.399677], [95.696631, 38.396282], [95.686019, 38.396857], [95.681748, 38.391326], [95.673163, 38.390241], [95.669503, 38.383845], [95.673124, 38.379213], [95.661075, 38.364488], [95.655045, 38.364068], [95.646875, 38.366831], [95.637971, 38.365527], [95.636398, 38.363611], [95.637386, 38.358878], [95.632769, 38.353855], [95.62538, 38.347178], [95.611475, 38.339949], [95.607557, 38.339384], [95.588549, 38.343999], [95.581182, 38.341739], [95.572562, 38.335562], [95.568794, 38.33054], [95.568822, 38.325703], [95.554331, 38.323772], [95.5484, 38.315074], [95.535246, 38.314067], [95.53125, 38.305952], [95.519176, 38.299445], [95.516914, 38.295094], [95.505374, 38.296282], [95.504272, 38.309483], [95.500311, 38.312965], [95.493787, 38.31532], [95.487138, 38.314277], [95.475509, 38.30199], [95.453671, 38.291366], [95.443538, 38.299125], [95.444781, 38.305893], [95.440279, 38.310524], [95.430906, 38.306381], [95.423057, 38.311078], [95.419858, 38.310614], [95.413438, 38.305553], [95.411999, 38.301339], [95.40774, 38.299988], [95.401145, 38.301424], [95.397148, 38.305008], [95.386774, 38.301217], [95.375541, 38.304372], [95.36092, 38.313595], [95.332968, 38.307899], [95.33004, 38.310427], [95.327964, 38.316531], [95.321028, 38.320442], [95.3144, 38.318576], [95.310168, 38.311647], [95.301932, 38.312742], [95.286939, 38.308028], [95.2809, 38.305306], [95.28105, 38.301423], [95.27757, 38.298342], [95.267424, 38.297292], [95.258297, 38.302972], [95.257724, 38.308077], [95.251656, 38.315966], [95.233761, 38.322385], [95.232643, 38.326351], [95.228244, 38.330646], [95.220552, 38.329515], [95.210585, 38.325645], [95.203425, 38.331299], [95.202438, 38.336804], [95.194539, 38.344604], [95.193495, 38.352834], [95.195641, 38.356214], [95.188282, 38.359608], [95.187043, 38.362595], [95.190195, 38.365035], [95.190853, 38.371609], [95.183411, 38.379101], [95.178555, 38.376787], [95.174188, 38.37763], [95.168945, 38.382136], [95.168034, 38.38653], [95.13904, 38.391667], [95.131376, 38.405003], [95.122574, 38.413444], [95.11658, 38.415034], [95.111273, 38.414373], [95.106172, 38.416803], [95.103131, 38.413902], [95.084157, 38.405434], [95.077115, 38.40492], [95.071544, 38.401979], [95.059564, 38.40761], [95.057826, 38.410519], [95.043442, 38.418094], [95.038634, 38.413108], [95.031492, 38.411277], [95.021715, 38.418852], [95.019596, 38.423866], [95.016282, 38.425882], [95.010375, 38.421608], [94.999765, 38.423414], [94.996442, 38.425746], [94.987947, 38.423487], [94.982451, 38.423708], [94.971202, 38.430351], [94.935181, 38.426391], [94.925632, 38.420977], [94.920272, 38.421676], [94.910348, 38.419356], [94.900976, 38.420292], [94.894815, 38.412688], [94.883408, 38.414417], [94.880112, 38.412124], [94.880129, 38.407114], [94.876347, 38.400262], [94.854552, 38.391236], [94.828591, 38.391073], [94.81559, 38.388775], [94.811287, 38.385788], [94.786154, 38.387287], [94.773688, 38.384067], [94.766427, 38.385934], [94.749114, 38.38422], [94.734832, 38.386126], [94.726898, 38.388917], [94.718765, 38.388447], [94.716086, 38.386809], [94.704189, 38.386785], [94.697459, 38.384366], [94.685661, 38.384689], [94.676369, 38.387124], [94.650016, 38.383853], [94.636124, 38.380769], [94.63118, 38.376583], [94.614419, 38.374302], [94.609897, 38.370987], [94.595239, 38.373844], [94.589439, 38.370024], [94.580421, 38.367843], [94.57602, 38.362399], [94.571277, 38.361132], [94.561426, 38.354261], [94.550545, 38.350269], [94.536278, 38.355457], [94.528374, 38.361392], [94.526482, 38.375877], [94.527185, 38.412602], [94.528802, 38.418896], [94.527787, 38.422234], [94.512033, 38.441735], [94.369657, 38.761648], [94.327529, 38.752657], [94.289191, 38.755695], [94.27337, 38.759499], [93.971706, 38.724703], [93.964792, 38.719378], [93.949395, 38.714353], [93.939176, 38.713767], [93.918861, 38.716653], [93.90141, 38.721783], [93.874224, 38.720443], [93.860101, 38.724504], [93.798839, 38.750523], [93.784819, 38.765191], [93.770792, 38.772293], [93.763414, 38.796093], [93.759481, 38.802828], [93.755362, 38.803883], [93.754508, 38.806044], [93.762087, 38.818335], [93.768515, 38.820564], [93.882953, 38.826035], [93.883466, 38.867471], [93.832998, 38.867391], [93.746601, 38.911942], [93.730341, 38.923698], [93.504448, 38.91729], [93.49364, 38.918378], [93.330813, 38.903686], [93.302294, 38.89414], [93.282453, 38.893612], [93.271698, 38.896262], [93.259842, 38.905575], [93.236394, 38.915652], [93.222849, 38.914303], [93.206393, 38.915429], [93.18761, 38.919062], [93.179168, 38.922776], [93.183104, 38.929187], [93.196615, 39.04571], [93.191323, 39.050714], [93.191392, 39.05629], [93.184468, 39.063949], [93.177846, 39.066794], [93.173779, 39.071838], [93.172595, 39.076108], [93.16599, 39.084152], [93.163991, 39.090118], [93.147348, 39.101277], [93.13863, 39.10271], [93.130107, 39.107668], [93.130343, 39.111963], [93.126817, 39.115005], [93.125003, 39.122038], [93.131807, 39.126659], [93.130627, 39.138168], [93.136145, 39.153802], [93.140786, 39.159783], [93.138472, 39.164299], [93.129197, 39.172419], [93.115371, 39.178958], [93.098029, 39.176059], [93.096403, 39.168668], [93.085324, 39.167189], [93.076262, 39.161714], [93.065924, 39.150537], [93.053579, 39.151476], [93.04437, 39.146031], [93.026938, 39.149619], [93.022128, 39.148765], [93.010128, 39.151441], [92.997089, 39.151572], [92.989059, 39.15102], [92.985571, 39.14732], [92.976079, 39.143713], [92.971649, 39.145436], [92.965032, 39.151639], [92.96001, 39.165123], [92.938319, 39.168587], [92.920424, 39.165939], [92.905338, 39.161562], [92.896619, 39.162043], [92.890135, 39.160607], [92.871541, 39.145875], [92.865048, 39.13823], [92.851996, 39.140148], [92.843293, 39.139226], [92.829288, 39.143135], [92.823922, 39.135453], [92.81141, 39.1321], [92.805368, 39.138761], [92.798679, 39.13723], [92.791097, 39.139135], [92.779013, 39.139076], [92.772004, 39.136258], [92.762823, 39.135914], [92.759333, 39.129571], [92.747953, 39.129313], [92.732958, 39.125171], [92.727978, 39.121196], [92.709785, 39.127197], [92.701357, 39.120245], [92.689486, 39.114012], [92.674814, 39.117441], [92.667647, 39.114851], [92.665897, 39.111661], [92.658695, 39.109281], [92.644324, 39.119307], [92.640578, 39.115856], [92.610973, 39.108812], [92.599101, 39.109025], [92.597229, 39.111516], [92.593065, 39.112461], [92.586861, 39.108675], [92.580133, 39.107257], [92.573526, 39.108953], [92.570054, 39.106841], [92.565893, 39.107332], [92.562904, 39.109945], [92.551968, 39.109035], [92.545801, 39.110803], [92.54037, 39.106528], [92.543106, 39.10067], [92.537533, 39.099929], [92.527408, 39.103092], [92.492788, 39.101689], [92.483255, 39.093825], [92.479366, 39.087939], [92.480204, 39.083925], [92.464918, 39.071941], [92.457838, 39.063773], [92.461507, 39.056671], [92.459475, 39.042915], [92.456468, 39.041852], [92.437949, 39.043424], [92.433439, 39.045637], [92.422923, 39.046874], [92.419794, 39.044596], [92.418772, 39.040601], [92.406893, 39.037314], [92.404603, 39.041409], [92.39854, 39.04441], [92.394826, 39.05184], [92.386465, 39.059963], [92.377213, 39.056748], [92.372125, 39.057173], [92.366042, 39.058311], [92.355723, 39.063601], [92.352851, 39.068055], [92.353354, 39.072739], [92.34937, 39.082932], [92.364694, 39.095384], [92.363468, 39.101685], [92.357799, 39.109474], [92.359196, 39.113552], [92.357864, 39.117322], [92.352134, 39.120243], [92.352602, 39.128812], [92.348003, 39.138629], [92.344425, 39.141375], [92.342644, 39.145622], [92.343721, 39.158396], [92.340229, 39.17745], [92.340369, 39.19009], [92.345911, 39.202146], [92.338519, 39.237423], [92.358905, 39.249689], [92.374082, 39.257203], [92.380414, 39.258637], [92.388803, 39.267811], [92.518868, 39.365711], [92.524521, 39.367895], [92.638825, 39.513823], [92.686546, 39.656744], [92.744313, 39.867563], [92.77008, 40], [92.795315, 40.153167], [92.905801, 40.31008], [92.919493, 40.39125], [92.927343, 40.572008], [93.504832, 40.647567], [93.759278, 40.663972], [93.819683, 40.792801], [93.806114, 40.875999], [93.906965, 40.982423], [94.00932, 41.113524], [94.182663, 41.2671], [94.533035, 41.504538], [94.748873, 41.536783], [94.80865, 41.617788], [94.861057, 41.667156], [94.967648, 41.71727], [95.009938, 41.72473], [95.109131, 41.766615], [95.135633, 41.771366], [95.139524, 41.759928], [95.159081, 41.74419], [95.170455, 41.731074], [95.197229, 41.719234], [95.197952, 41.717131], [95.195401, 41.714589], [95.195525, 41.710601], [95.19088, 41.704776], [95.189494, 41.700426], [95.192979, 41.692235], [95.209943, 41.675052], [95.214092, 41.66433], [95.221389, 41.659299], [95.227087, 41.644491], [95.249109, 41.606658], [95.296309, 41.564998], [95.306863, 41.572315], [95.311323, 41.583491], [95.314075, 41.597152], [95.32619, 41.621555], [95.33294, 41.641169], [95.338316, 41.649166], [95.360124, 41.668287], [95.395512, 41.692669], [95.439988, 41.715392], [95.497108, 41.749327], [95.511387, 41.755475], [95.532692, 41.771504], [95.55465, 41.779148], [95.565659, 41.787591], [95.57007, 41.793784], [95.611418, 41.802939], [95.639882, 41.815399], [95.651066, 41.822204], [95.671529, 41.82729], [95.697118, 41.827547], [95.715562, 41.832318], [95.76233, 41.83461], [95.785515, 41.839578], [95.800656, 41.846403], [95.806794, 41.847621], [95.822443, 41.848461], [95.836301, 41.84612], [95.850609, 41.84688], [95.857105, 41.849085], [95.883109, 41.865709], [95.912791, 41.872044], [95.934618, 41.881401], [95.951136, 41.885655], [95.959756, 41.890878], [95.983265, 41.900137], [96, 41.904817], [96.016954, 41.915022], [96.02382, 41.91645], [96.041626, 41.92557], [96.054325, 41.934066], [96.072211, 41.950771], [96.114373, 41.982416], [96.116903, 41.986005], [96.118275, 41.995369], [96.123196, 42.000428], [96.125038, 42.007106], [96.12873, 42.011831], [96.132989, 42.013173], [96.136506, 42.01785], [96.13627, 42.025741], [96.133464, 42.028577], [96.137944, 42.05243], [96.076144, 42.147904], [96.177572, 42.21631], [96.040058, 42.32485], [96.041029, 42.351188], [96.065063, 42.412791], [95.977883, 42.435242], [96.016598, 42.480474], [96.023002, 42.540715], [96.072149, 42.567808], [96.10275, 42.602439], [96.157102, 42.618194], [96.167141, 42.630058], [96.184492, 42.632102], [96.21464, 42.643421], [96.222443, 42.648914], [96.280841, 42.676279], [96.297476, 42.682001], [96.35521, 42.707212], [96.384783, 42.725351], [96.641482, 42.746136], [96.748317, 42.756903], [96.813585, 42.754852], [96.977727, 42.754332], [97.17172, 42.794532], [97.190512, 42.762867]], [[106.021729, 35.482833], [106.012384, 35.480428], [106.005834, 35.482571], [105.989722, 35.477734], [105.980119, 35.471489], [105.944908, 35.461354], [105.932632, 35.459363], [105.923674, 35.454884], [105.922754, 35.451746], [105.913221, 35.451179], [105.910117, 35.454974], [105.905415, 35.456506], [105.8922, 35.452792], [105.88641, 35.446187], [105.885299, 35.438969], [105.889486, 35.41817], [105.893461, 35.413526], [105.901229, 35.416996], [105.906449, 35.415593], [105.9264, 35.42719], [105.936643, 35.425647], [105.941918, 35.423029], [105.94819, 35.430357], [105.955682, 35.434169], [105.961369, 35.427155], [105.963253, 35.426887], [105.98126, 35.436335], [105.987658, 35.438073], [105.992658, 35.44947], [105.998514, 35.446155], [105.99841, 35.44028], [106.001234, 35.440346], [106.005584, 35.442775], [106.007372, 35.446415], [106.004228, 35.450565], [106.006882, 35.456179], [106.014294, 35.464613], [106.02717, 35.471039], [106.030992, 35.468657], [106.048679, 35.448971], [106.051526, 35.454951], [106.044878, 35.460956], [106.047929, 35.466682], [106.049166, 35.476672], [106.054588, 35.486324], [106.054202, 35.489714], [106.030747, 35.489317], [106.024099, 35.487902], [106.021729, 35.482833]], [[106.059814, 35.427118], [106.064042, 35.423686], [106.064697, 35.421152], [106.06855, 35.420871], [106.067232, 35.426887], [106.070944, 35.431531], [106.062058, 35.437304], [106.061465, 35.439597], [106.058194, 35.439046], [106.060346, 35.434915], [106.059814, 35.427118]]] + } + }, { + "type": "Feature", + "properties": { + "name": "青海省", + "province_adcode": 630000, + "province_type": "省", + "name_en": "Qinghai", + "name_var": "Qīng Hǎi", + "adcode": 630000 + }, + "geometry": { + "type": "Polygon", + "coordinates": [[[100.916935, 38.173437], [100.936883, 38.160163], [100.930955, 38.15352], [100.923165, 38.148847], [100.922775, 38.140344], [100.917429, 38.128332], [100.916575, 38.11255], [100.921604, 38.099324], [100.922794, 38.089864], [100.921274, 38.08545], [100.917854, 38.08318], [100.913154, 38.082856], [100.907444, 38.076936], [100.906744, 38.073098], [100.893914, 38.063729], [100.885964, 38.054317], [100.889023, 38.038697], [100.896173, 38.02876], [100.894573, 38.016454], [100.896523, 38.012452], [100.903745, 38.006312], [100.915239, 37.99987], [100.920017, 38.000306], [100.926037, 38.006454], [100.934975, 38.006845], [100.941506, 38.002294], [100.949558, 38.006763], [100.955192, 38.004878], [100.955992, 38.008486], [100.959065, 38.011519], [100.971074, 38.006364], [100.97668, 38.007225], [100.983104, 37.999212], [100.990508, 37.998494], [100.991937, 37.996764], [100.991489, 37.994214], [100.9961, 37.988249], [100.999479, 37.986876], [101.002366, 37.98803], [101.007449, 37.982124], [101.020385, 37.973804], [101.025657, 37.973667], [101.031513, 37.976221], [101.035086, 37.975144], [101.040638, 37.965068], [101.04828, 37.962226], [101.051934, 37.962483], [101.057364, 37.95943], [101.058699, 37.954862], [101.062693, 37.952814], [101.064242, 37.948652], [101.068719, 37.94697], [101.073727, 37.941785], [101.081719, 37.941911], [101.089697, 37.93915], [101.093991, 37.944562], [101.100984, 37.946453], [101.109719, 37.935852], [101.112804, 37.924925], [101.111988, 37.919968], [101.114179, 37.917149], [101.11707, 37.914886], [101.122855, 37.916101], [101.12649, 37.914236], [101.132303, 37.909889], [101.132329, 37.906111], [101.136223, 37.903848], [101.138875, 37.899897], [101.143347, 37.899014], [101.149549, 37.894178], [101.150544, 37.881988], [101.148023, 37.876101], [101.156292, 37.874024], [101.157805, 37.867313], [101.164989, 37.869284], [101.168764, 37.866933], [101.170398, 37.865157], [101.170563, 37.860057], [101.178558, 37.860568], [101.181937, 37.859276], [101.18321, 37.855956], [101.190638, 37.85555], [101.196497, 37.848491], [101.201987, 37.846446], [101.21839, 37.845603], [101.224087, 37.841527], [101.234373, 37.843501], [101.255724, 37.832508], [101.262677, 37.832107], [101.26661, 37.83435], [101.276639, 37.836044], [101.281105, 37.832963], [101.281843, 37.827745], [101.289889, 37.824173], [101.301754, 37.824293], [101.302237, 37.817422], [101.309341, 37.814465], [101.310707, 37.809522], [101.316191, 37.811054], [101.324485, 37.807665], [101.328202, 37.804419], [101.337905, 37.802997], [101.340945, 37.798981], [101.347519, 37.798799], [101.347993, 37.794753], [101.353428, 37.789661], [101.360845, 37.791295], [101.365125, 37.796627], [101.375302, 37.800253], [101.37243, 37.805171], [101.377612, 37.81555], [101.376118, 37.818004], [101.37783, 37.821281], [101.387278, 37.827632], [101.393403, 37.828061], [101.401415, 37.831154], [101.401775, 37.839598], [101.408193, 37.844529], [101.418078, 37.84682], [101.431861, 37.857317], [101.435049, 37.860619], [101.434403, 37.863519], [101.435792, 37.866332], [101.438252, 37.86777], [101.446586, 37.865997], [101.456623, 37.866586], [101.459883, 37.858499], [101.467094, 37.855033], [101.472045, 37.855892], [101.480619, 37.853281], [101.485876, 37.856261], [101.494293, 37.854961], [101.497236, 37.857766], [101.499532, 37.857877], [101.513469, 37.852683], [101.515929, 37.850298], [101.521265, 37.849404], [101.524049, 37.84677], [101.542795, 37.838312], [101.552926, 37.835592], [101.558318, 37.83879], [101.561425, 37.836544], [101.573978, 37.835479], [101.583694, 37.830638], [101.590751, 37.830194], [101.597023, 37.827699], [101.602159, 37.81716], [101.617683, 37.809633], [101.618027, 37.805433], [101.628334, 37.789742], [101.640994, 37.774698], [101.65318, 37.770746], [101.660005, 37.763798], [101.667556, 37.758902], [101.668341, 37.756374], [101.663665, 37.748128], [101.656237, 37.740634], [101.656988, 37.73219], [101.666127, 37.727882], [101.675221, 37.727446], [101.722548, 37.7118], [101.789238, 37.695447], [101.795845, 37.686877], [101.812692, 37.681484], [101.809127, 37.672366], [101.809319, 37.665607], [101.812726, 37.653508], [101.828645, 37.655482], [101.851525, 37.664322], [101.856671, 37.662713], [101.861888, 37.658646], [101.859694, 37.664626], [101.867678, 37.672405], [101.871873, 37.686048], [101.874919, 37.685931], [101.893185, 37.701081], [101.906466, 37.703435], [101.914446, 37.707841], [101.920701, 37.712282], [101.922722, 37.716204], [101.929064, 37.721582], [101.934362, 37.723859], [101.953672, 37.728283], [101.964871, 37.724447], [101.976071, 37.727657], [101.996767, 37.72575], [101.999907, 37.715211], [102.008517, 37.712936], [102.013904, 37.707584], [102.013152, 37.698261], [102.019155, 37.680413], [102.033077, 37.664816], [102.038126, 37.656182], [102.041783, 37.655961], [102.045997, 37.651861], [102.043287, 37.640959], [102.03324, 37.627625], [102.037495, 37.620722], [102.053883, 37.61376], [102.065709, 37.600966], [102.063206, 37.591649], [102.071384, 37.583204], [102.099723, 37.573596], [102.118796, 37.551837], [102.124057, 37.552362], [102.128179, 37.546871], [102.124794, 37.539158], [102.120516, 37.536888], [102.115528, 37.531155], [102.114998, 37.527116], [102.120356, 37.515838], [102.110943, 37.507112], [102.10066, 37.49158], [102.101219, 37.481599], [102.126292, 37.481134], [102.152542, 37.471005], [102.171336, 37.460045], [102.176449, 37.456111], [102.187481, 37.43426], [102.18491, 37.427514], [102.195536, 37.419037], [102.219136, 37.417434], [102.247196, 37.41054], [102.252386, 37.403317], [102.268942, 37.392429], [102.298507, 37.39049], [102.296268, 37.380936], [102.297905, 37.369797], [102.30936, 37.359577], [102.316168, 37.358438], [102.338983, 37.347858], [102.339953, 37.342191], [102.362323, 37.329491], [102.381826, 37.322373], [102.390756, 37.324405], [102.402602, 37.317008], [102.41599, 37.31396], [102.4257, 37.307963], [102.417449, 37.296636], [102.417714, 37.29314], [102.42689, 37.283873], [102.44086, 37.275224], [102.444762, 37.274789], [102.451424, 37.270964], [102.450321, 37.264864], [102.45569, 37.249766], [102.477982, 37.241067], [102.481061, 37.236037], [102.482174, 37.229639], [102.487837, 37.222972], [102.503775, 37.217058], [102.514076, 37.219575], [102.518198, 37.21892], [102.534985, 37.212719], [102.543219, 37.207992], [102.5421, 37.203667], [102.546585, 37.198494], [102.554253, 37.192902], [102.558099, 37.19206], [102.566459, 37.179741], [102.578172, 37.17156], [102.588503, 37.171288], [102.593078, 37.172403], [102.595908, 37.175193], [102.600269, 37.173592], [102.602064, 37.171215], [102.607038, 37.159193], [102.607322, 37.150852], [102.626395, 37.134067], [102.636234, 37.120851], [102.639447, 37.114057], [102.640477, 37.099906], [102.620489, 37.103527], [102.600248, 37.104741], [102.57702, 37.099586], [102.573119, 37.096737], [102.56225, 37.094179], [102.536206, 37.090229], [102.529627, 37.086727], [102.510776, 37.09209], [102.506273, 37.092106], [102.495365, 37.087149], [102.485227, 37.07854], [102.488309, 37.076692], [102.490236, 37.073067], [102.489671, 37.063335], [102.496382, 37.05485], [102.493118, 37.044408], [102.493904, 37.03993], [102.500058, 37.031218], [102.504748, 37.019498], [102.469836, 36.995272], [102.464586, 36.988563], [102.466555, 36.983504], [102.465257, 36.976139], [102.458822, 36.972509], [102.450458, 36.970508], [102.448813, 36.968616], [102.456214, 36.962931], [102.459337, 36.957754], [102.464905, 36.954458], [102.472188, 36.95724], [102.480841, 36.95366], [102.488822, 36.953701], [102.492677, 36.957157], [102.496063, 36.956404], [102.4977, 36.953312], [102.496357, 36.946858], [102.498015, 36.94306], [102.509152, 36.93914], [102.520484, 36.940201], [102.522367, 36.938752], [102.521452, 36.932438], [102.525739, 36.927506], [102.550363, 36.923587], [102.559511, 36.919248], [102.563381, 36.911678], [102.558795, 36.9059], [102.560046, 36.900568], [102.56671, 36.895402], [102.571955, 36.882615], [102.580537, 36.878205], [102.585491, 36.869579], [102.611936, 36.864784], [102.624368, 36.858755], [102.624891, 36.852016], [102.627162, 36.850535], [102.634787, 36.853864], [102.63734, 36.852901], [102.646333, 36.83421], [102.65572, 36.829061], [102.656121, 36.826068], [102.666581, 36.818617], [102.675905, 36.80722], [102.679177, 36.806562], [102.682787, 36.809536], [102.684535, 36.809147], [102.699876, 36.793086], [102.700618, 36.788696], [102.704678, 36.781946], [102.71588, 36.769996], [102.71904, 36.769463], [102.718541, 36.767953], [102.715468, 36.767463], [102.690876, 36.775389], [102.682411, 36.769125], [102.678246, 36.762282], [102.654651, 36.746982], [102.649571, 36.747601], [102.645696, 36.739687], [102.64564, 36.736403], [102.642627, 36.733995], [102.63425, 36.733443], [102.61541, 36.740302], [102.612198, 36.738499], [102.603975, 36.72125], [102.599864, 36.717269], [102.600174, 36.709223], [102.606994, 36.701607], [102.602936, 36.692281], [102.60514, 36.681911], [102.606863, 36.677908], [102.619402, 36.669035], [102.628275, 36.652176], [102.631826, 36.649544], [102.664917, 36.633859], [102.682932, 36.618763], [102.697403, 36.616542], [102.713385, 36.616695], [102.721839, 36.614725], [102.72315, 36.613135], [102.713209, 36.599327], [102.724009, 36.592053], [102.7305, 36.591403], [102.74099, 36.582927], [102.752837, 36.583199], [102.762558, 36.575512], [102.760177, 36.568931], [102.747981, 36.56747], [102.736667, 36.570427], [102.732696, 36.562056], [102.738177, 36.559295], [102.742158, 36.547078], [102.740842, 36.54492], [102.742535, 36.539311], [102.751498, 36.525498], [102.770187, 36.521342], [102.791319, 36.4994], [102.789555, 36.487292], [102.786715, 36.481827], [102.771038, 36.475179], [102.764818, 36.465447], [102.771862, 36.457931], [102.786021, 36.447329], [102.78691, 36.436561], [102.791183, 36.42727], [102.806775, 36.421346], [102.806016, 36.410445], [102.8077, 36.408282], [102.824522, 36.407196], [102.816303, 36.392063], [102.825147, 36.374751], [102.831568, 36.370167], [102.827816, 36.366764], [102.828305, 36.357345], [102.832744, 36.350915], [102.8366, 36.34091], [102.857598, 36.330882], [102.871166, 36.333544], [102.873572, 36.336069], [102.885212, 36.331942], [102.895057, 36.332464], [102.901447, 36.323076], [102.914177, 36.315367], [102.920993, 36.298915], [102.933444, 36.294206], [102.94101, 36.289509], [102.95207, 36.288061], [102.961137, 36.283599], [102.968946, 36.284063], [102.973747, 36.276017], [102.984022, 36.272114], [102.990732, 36.264046], [103.007401, 36.262536], [103.011994, 36.258178], [103.022087, 36.257162], [103.024711, 36.248594], [103.019254, 36.23214], [103.028216, 36.234023], [103.03774, 36.228896], [103.045693, 36.226632], [103.05141, 36.21864], [103.057191, 36.220048], [103.06271, 36.219204], [103.068897, 36.207078], [103.060361, 36.201153], [103.04342, 36.198618], [103.036615, 36.199585], [103.031059, 36.203465], [103.015858, 36.204607], [103.005984, 36.201187], [103.004135, 36.198165], [102.999745, 36.19582], [102.985118, 36.194086], [102.981833, 36.187301], [102.981461, 36.18105], [102.969979, 36.169298], [102.964235, 36.15164], [102.949605, 36.152274], [102.947247, 36.150676], [102.946833, 36.147788], [102.952831, 36.14003], [102.944281, 36.131715], [102.944291, 36.121993], [102.939837, 36.106213], [102.92859, 36.102096], [102.916028, 36.095135], [102.911403, 36.089626], [102.904482, 36.088344], [102.893429, 36.092383], [102.884777, 36.092725], [102.879989, 36.083394], [102.88441, 36.077991], [102.891756, 36.077451], [102.894581, 36.066572], [102.900158, 36.066054], [102.902426, 36.070423], [102.905509, 36.07132], [102.915912, 36.066348], [102.925484, 36.057194], [102.926573, 36.05061], [102.928237, 36.049559], [102.966155, 36.044734], [102.973717, 36.036335], [102.967627, 36.033653], [102.959113, 36.033628], [102.950083, 36.023963], [102.952015, 36.016749], [102.961805, 36.00833], [102.965734, 35.996953], [102.971559, 35.995071], [102.9497, 35.967211], [102.949577, 35.954205], [102.943126, 35.945085], [102.940751, 35.927686], [102.948036, 35.92318], [102.948234, 35.921576], [102.946815, 35.904266], [102.948553, 35.896272], [102.945876, 35.890878], [102.945391, 35.8848], [102.949149, 35.871448], [102.952479, 35.868196], [102.95411, 35.86211], [102.953013, 35.859144], [102.946443, 35.852692], [102.94534, 35.847192], [102.948395, 35.836952], [102.944658, 35.83169], [102.940904, 35.830317], [102.932661, 35.835645], [102.921166, 35.83391], [102.913776, 35.844765], [102.910461, 35.847022], [102.893288, 35.846476], [102.882825, 35.850325], [102.859931, 35.845509], [102.855365, 35.847516], [102.850071, 35.853618], [102.840056, 35.856674], [102.826348, 35.856944], [102.819812, 35.851408], [102.816129, 35.850773], [102.808495, 35.855113], [102.794874, 35.858115], [102.788023, 35.861675], [102.782083, 35.862226], [102.774849, 35.85912], [102.769278, 35.851114], [102.759701, 35.842151], [102.753394, 35.839996], [102.751219, 35.835073], [102.741655, 35.827818], [102.738348, 35.821714], [102.729519, 35.821365], [102.722517, 35.817871], [102.715024, 35.81719], [102.707419, 35.802225], [102.701989, 35.798178], [102.694386, 35.79709], [102.692278, 35.789935], [102.694006, 35.784013], [102.691255, 35.779754], [102.685103, 35.774922], [102.683483, 35.769258], [102.690483, 35.753185], [102.694132, 35.749473], [102.697369, 35.71837], [102.699003, 35.714956], [102.714167, 35.699153], [102.725946, 35.692433], [102.73144, 35.672823], [102.740214, 35.659848], [102.744415, 35.657403], [102.76094, 35.653973], [102.764703, 35.651468], [102.766534, 35.643765], [102.760424, 35.624154], [102.761035, 35.613025], [102.768881, 35.607193], [102.767575, 35.598901], [102.771928, 35.592163], [102.802025, 35.571833], [102.805123, 35.563325], [102.803448, 35.556825], [102.791368, 35.560835], [102.779314, 35.549133], [102.773749, 35.552101], [102.755278, 35.546803], [102.741695, 35.546158], [102.738843, 35.540796], [102.725473, 35.532745], [102.726292, 35.524303], [102.739464, 35.521747], [102.7457, 35.528717], [102.775967, 35.536091], [102.779422, 35.53326], [102.780947, 35.527948], [102.773324, 35.520541], [102.76822, 35.518958], [102.756415, 35.510892], [102.752094, 35.502077], [102.741508, 35.494132], [102.7081, 35.518152], [102.70695, 35.520625], [102.700132, 35.525675], [102.690528, 35.531386], [102.682098, 35.532559], [102.681167, 35.529395], [102.678684, 35.529228], [102.666951, 35.533882], [102.662865, 35.530141], [102.649978, 35.534044], [102.631847, 35.535384], [102.631921, 35.541506], [102.62425, 35.541481], [102.611734, 35.53843], [102.584279, 35.542453], [102.548447, 35.56042], [102.544658, 35.563681], [102.541853, 35.572577], [102.529276, 35.581454], [102.518348, 35.5789], [102.511624, 35.583315], [102.508303, 35.589289], [102.502708, 35.589432], [102.500943, 35.58453], [102.509382, 35.581044], [102.512877, 35.570455], [102.508627, 35.568591], [102.50017, 35.572971], [102.495977, 35.572469], [102.495785, 35.550824], [102.487748, 35.53425], [102.483367, 35.516596], [102.48011, 35.51313], [102.459781, 35.507143], [102.463431, 35.503105], [102.464133, 35.498136], [102.460567, 35.480845], [102.455906, 35.473684], [102.448242, 35.479077], [102.439223, 35.466658], [102.436033, 35.455701], [102.441901, 35.450539], [102.448304, 35.449847], [102.447001, 35.438269], [102.428006, 35.426402], [102.420195, 35.418435], [102.405401, 35.41557], [102.405865, 35.409019], [102.398989, 35.410097], [102.389897, 35.415978], [102.372432, 35.421794], [102.365978, 35.422865], [102.362453, 35.421167], [102.343369, 35.429951], [102.32398, 35.428747], [102.319733, 35.43317], [102.313208, 35.435412], [102.306327, 35.432602], [102.300102, 35.426392], [102.292026, 35.42533], [102.292305, 35.409659], [102.289352, 35.408202], [102.282009, 35.394914], [102.280471, 35.386067], [102.284036, 35.37879], [102.285382, 35.366162], [102.296088, 35.364867], [102.304306, 35.361761], [102.305991, 35.349495], [102.316703, 35.343158], [102.308995, 35.312842], [102.302435, 35.316167], [102.291443, 35.317622], [102.282145, 35.314626], [102.276077, 35.305716], [102.288716, 35.294848], [102.309299, 35.28355], [102.322514, 35.281554], [102.339105, 35.282747], [102.368349, 35.261379], [102.366114, 35.253322], [102.367894, 35.248497], [102.361732, 35.239486], [102.368016, 35.232305], [102.373868, 35.231456], [102.376595, 35.229508], [102.378878, 35.219822], [102.378367, 35.214206], [102.395308, 35.197631], [102.40451, 35.179306], [102.38445, 35.166506], [102.371911, 35.161832], [102.355559, 35.163295], [102.34941, 35.166024], [102.342384, 35.162778], [102.337533, 35.150541], [102.337848, 35.140797], [102.331416, 35.136165], [102.319932, 35.131167], [102.314776, 35.131927], [102.30932, 35.129452], [102.309805, 35.117288], [102.306001, 35.110554], [102.300628, 35.106722], [102.293004, 35.07144], [102.278469, 35.058381], [102.269162, 35.055596], [102.260158, 35.055091], [102.250312, 35.049051], [102.226952, 35.056182], [102.222895, 35.060418], [102.216854, 35.060657], [102.211514, 35.049317], [102.212589, 35.040852], [102.211069, 35.035996], [102.171921, 35.033366], [102.161533, 35.021777], [102.156349, 35.01098], [102.153458, 35.010877], [102.149856, 35.014117], [102.145867, 35.014757], [102.136253, 35.009443], [102.133124, 35.015349], [102.129943, 35.015834], [102.124983, 35.012128], [102.122363, 35.003804], [102.10676, 34.996838], [102.107531, 34.992665], [102.105895, 34.990709], [102.098379, 34.990984], [102.093818, 34.989366], [102.084236, 34.96786], [102.06628, 34.958489], [102.074632, 34.954067], [102.073259, 34.948731], [102.060686, 34.943424], [102.060004, 34.938186], [102.062133, 34.937434], [102.061168, 34.936123], [102.056891, 34.93334], [102.050574, 34.93368], [102.049584, 34.93211], [102.047164, 34.921843], [102.048, 34.910255], [102.050607, 34.90391], [102.063398, 34.897226], [102.065902, 34.893773], [102.057845, 34.889213], [102.04751, 34.88774], [102.03294, 34.892545], [102.026064, 34.897391], [102.022703, 34.901944], [102.003163, 34.896738], [102, 34.900329], [101.991915, 34.898329], [101.976984, 34.903292], [101.981409, 34.898657], [101.977887, 34.895016], [101.972259, 34.896386], [101.963251, 34.89143], [101.955843, 34.889671], [101.934229, 34.890444], [101.926139, 34.878539], [101.91606, 34.878055], [101.919929, 34.855143], [101.930409, 34.850132], [101.932312, 34.846032], [101.929221, 34.841248], [101.92178, 34.837541], [101.921921, 34.834221], [101.925512, 34.830551], [101.92631, 34.826945], [101.925466, 34.808409], [101.923294, 34.804386], [101.918814, 34.802208], [101.915985, 34.787014], [101.915904, 34.780687], [101.918981, 34.776157], [101.918691, 34.767958], [101.921284, 34.763319], [101.916676, 34.751564], [101.917679, 34.743051], [101.914642, 34.738315], [101.916774, 34.728179], [101.914213, 34.718398], [101.915808, 34.707622], [101.920016, 34.696424], [101.922208, 34.692546], [101.92779, 34.688271], [101.928822, 34.685164], [101.924711, 34.677457], [101.91703, 34.669391], [101.915863, 34.66487], [101.918878, 34.652505], [101.918509, 34.6416], [101.921574, 34.633268], [101.91883, 34.626544], [101.922202, 34.609475], [101.932614, 34.589439], [101.936005, 34.586286], [101.94568, 34.584374], [101.954893, 34.585281], [101.956116, 34.574189], [101.960517, 34.565372], [101.974154, 34.558748], [101.972296, 34.55294], [101.97282, 34.54952], [101.989002, 34.545079], [102, 34.539992], [102.013192, 34.539934], [102.037671, 34.536076], [102.055384, 34.540028], [102.073588, 34.536022], [102.079264, 34.538248], [102.090021, 34.538082], [102.106388, 34.521161], [102.111744, 34.521041], [102.117454, 34.524802], [102.123111, 34.520943], [102.135919, 34.505506], [102.142735, 34.505421], [102.153872, 34.509113], [102.15606, 34.504646], [102.155373, 34.497741], [102.163641, 34.488144], [102.170638, 34.475782], [102.168056, 34.46786], [102.167952, 34.45953], [102.172855, 34.453436], [102.172543, 34.451512], [102.185001, 34.441798], [102.18975, 34.440073], [102.196, 34.433139], [102.194953, 34.427632], [102.204607, 34.418598], [102.205068, 34.40945], [102.207881, 34.404428], [102.221808, 34.388693], [102.235357, 34.380013], [102.241144, 34.372075], [102.257537, 34.357103], [102.25729, 34.35587], [102.242378, 34.346234], [102.21972, 34.340835], [102.209777, 34.347145], [102.191893, 34.350841], [102.191969, 34.35269], [102.18832, 34.356133], [102.18648, 34.356095], [102.180559, 34.347878], [102.175502, 34.335243], [102.16718, 34.328099], [102.168467, 34.311863], [102.167349, 34.308697], [102.158978, 34.300696], [102.154663, 34.292814], [102.147898, 34.294032], [102.147018, 34.290169], [102.150333, 34.286229], [102.145073, 34.273014], [102.131736, 34.273815], [102.126059, 34.277912], [102.105856, 34.285674], [102.102723, 34.28497], [102.090733, 34.287773], [102.083123, 34.292237], [102.065288, 34.293913], [102.058662, 34.280433], [102.0624, 34.265463], [102.056373, 34.252791], [102.062697, 34.242712], [102.06177, 34.231731], [102.057399, 34.227724], [102.049447, 34.230595], [102.031629, 34.231592], [102.023578, 34.225269], [102.014725, 34.22655], [102.012001, 34.220284], [102.023448, 34.211856], [102.026654, 34.20677], [102.028561, 34.192308], [102.016922, 34.191768], [102.012604, 34.187758], [102.011304, 34.185501], [102.012423, 34.178923], [102.007896, 34.167431], [102.001186, 34.162684], [101.987067, 34.165283], [101.981999, 34.168451], [101.968919, 34.16998], [101.963917, 34.16946], [101.957416, 34.164198], [101.957938, 34.160647], [101.967196, 34.156425], [101.963106, 34.149178], [101.955765, 34.109593], [101.945892, 34.114263], [101.915526, 34.123248], [101.909806, 34.130267], [101.903532, 34.130624], [101.894336, 34.135901], [101.884654, 34.131472], [101.872645, 34.131826], [101.866374, 34.144361], [101.866154, 34.15019], [101.863338, 34.152003], [101.847599, 34.15477], [101.844637, 34.152619], [101.850529, 34.141963], [101.848006, 34.133489], [101.838638, 34.126655], [101.833631, 34.12607], [101.827403, 34.131217], [101.796326, 34.128936], [101.790406, 34.13335], [101.786003, 34.133103], [101.776013, 34.126076], [101.761772, 34.124222], [101.761507, 34.118731], [101.756233, 34.10652], [101.755656, 34.101592], [101.747143, 34.09079], [101.739645, 34.086771], [101.73524, 34.081046], [101.728893, 34.087162], [101.730066, 34.09596], [101.727086, 34.101305], [101.722553, 34.098874], [101.718895, 34.089019], [101.715415, 34.085364], [101.710118, 34.087304], [101.709284, 34.094654], [101.713166, 34.104252], [101.712742, 34.109855], [101.700233, 34.121868], [101.692843, 34.121692], [101.69153, 34.111485], [101.685818, 34.10912], [101.667295, 34.113878], [101.651155, 34.123616], [101.64121, 34.1404], [101.653426, 34.150494], [101.649034, 34.156998], [101.628362, 34.163843], [101.619784, 34.17082], [101.604198, 34.175964], [101.594144, 34.185304], [101.582927, 34.189873], [101.578634, 34.198556], [101.575627, 34.198963], [101.568338, 34.194706], [101.557343, 34.192821], [101.553164, 34.196517], [101.554118, 34.204164], [101.543689, 34.206387], [101.541378, 34.212112], [101.536772, 34.213615], [101.523317, 34.209918], [101.512713, 34.199649], [101.50118, 34.196849], [101.489308, 34.197702], [101.485822, 34.199499], [101.484316, 34.203852], [101.489659, 34.212567], [101.487256, 34.217546], [101.483135, 34.219807], [101.456766, 34.223555], [101.439328, 34.222664], [101.429306, 34.227267], [101.426371, 34.230437], [101.412511, 34.229614], [101.410082, 34.233991], [101.404679, 34.237044], [101.383266, 34.239994], [101.374538, 34.247028], [101.368299, 34.24918], [101.341531, 34.250604], [101.330955, 34.246439], [101.324033, 34.245984], [101.320888, 34.248062], [101.320468, 34.251353], [101.328293, 34.251261], [101.329761, 34.253208], [101.326121, 34.26676], [101.322545, 34.270699], [101.316148, 34.269039], [101.294557, 34.269588], [101.291317, 34.274352], [101.278948, 34.275346], [101.266927, 34.281095], [101.260648, 34.288022], [101.265388, 34.292109], [101.263841, 34.294451], [101.246127, 34.300172], [101.238317, 34.294775], [101.231119, 34.296439], [101.227944, 34.298758], [101.229676, 34.313038], [101.233016, 34.317358], [101.233681, 34.325826], [101.2264, 34.331259], [101.205031, 34.33216], [101.197864, 34.334142], [101.192054, 34.338167], [101.182995, 34.32702], [101.176964, 34.322157], [101.168253, 34.319972], [101.152926, 34.331729], [101.143639, 34.333184], [101.133486, 34.327414], [101.116866, 34.330396], [101.112358, 34.328033], [101.101665, 34.326067], [101.099363, 34.329138], [101.09512, 34.329817], [101.080685, 34.323829], [101.0702, 34.330231], [101.064205, 34.330033], [101.052534, 34.326043], [101.049149, 34.340109], [101.042877, 34.342414], [101.037581, 34.341693], [101.035589, 34.337835], [101.028643, 34.33992], [101.021422, 34.344739], [101.019524, 34.351731], [101.00832, 34.357885], [101.001061, 34.367675], [100.984859, 34.37557], [100.973525, 34.370199], [100.955955, 34.378283], [100.948917, 34.384876], [100.934775, 34.379045], [100.917454, 34.375523], [100.900024, 34.378352], [100.893027, 34.376514], [100.890855, 34.371569], [100.890561, 34.365983], [100.891926, 34.363928], [100.890789, 34.358679], [100.879481, 34.352314], [100.869794, 34.335944], [100.846333, 34.327523], [100.836848, 34.327663], [100.830352, 34.320507], [100.820312, 34.320549], [100.817879, 34.311696], [100.814861, 34.307406], [100.815817, 34.29556], [100.812496, 34.292193], [100.803951, 34.288816], [100.807249, 34.273309], [100.798668, 34.26417], [100.796792, 34.258057], [100.803232, 34.253735], [100.80773, 34.24745], [100.802035, 34.239213], [100.79384, 34.234528], [100.795447, 34.22776], [100.789347, 34.213621], [100.786918, 34.210138], [100.782418, 34.209398], [100.780111, 34.206649], [100.778662, 34.203855], [100.778834, 34.196189], [100.766801, 34.190847], [100.762756, 34.179672], [100.766281, 34.17544], [100.775885, 34.170238], [100.782894, 34.168655], [100.787204, 34.160787], [100.794709, 34.161165], [100.806869, 34.155818], [100.813739, 34.141185], [100.81707, 34.137355], [100.827172, 34.131112], [100.838066, 34.115747], [100.837011, 34.109311], [100.842947, 34.100723], [100.846616, 34.091641], [100.856495, 34.091104], [100.870451, 34.084715], [100.865985, 34.072003], [100.867848, 34.067157], [100.875615, 34.061008], [100.879265, 34.040139], [100.882051, 34.03456], [100.89655, 34.038187], [100.896538, 34.02951], [100.901774, 34.019187], [100.911792, 34.008401], [100.916487, 34.008701], [100.925923, 33.995327], [100.929775, 33.993012], [100.925651, 33.98155], [100.926252, 33.977355], [100.943425, 33.964323], [100.950308, 33.95351], [100.964479, 33.94899], [100.964592, 33.945224], [100.969319, 33.939135], [100.972862, 33.925043], [100.976222, 33.918343], [100.98686, 33.908528], [100.994007, 33.892682], [101.018616, 33.899363], [101.030595, 33.884484], [101.037614, 33.887818], [101.043116, 33.886258], [101.046696, 33.880802], [101.046656, 33.871168], [101.0519, 33.865387], [101.074837, 33.859379], [101.085354, 33.858153], [101.106536, 33.862751], [101.109526, 33.859374], [101.109543, 33.853929], [101.111078, 33.852683], [101.115578, 33.851495], [101.124817, 33.852846], [101.136808, 33.846432], [101.145322, 33.847341], [101.152689, 33.845008], [101.153973, 33.838876], [101.148518, 33.833065], [101.148109, 33.828749], [101.150937, 33.824884], [101.159424, 33.820217], [101.16069, 33.814074], [101.171806, 33.804278], [101.183701, 33.797241], [101.189093, 33.792176], [101.190234, 33.788983], [101.182335, 33.767534], [101.183167, 33.760595], [101.187117, 33.754817], [101.187662, 33.745189], [101.185068, 33.743776], [101.178463, 33.743874], [101.1771, 33.735274], [101.170539, 33.732686], [101.165487, 33.728587], [101.161071, 33.722149], [101.16334, 33.69557], [101.173997, 33.686117], [101.173504, 33.679078], [101.165472, 33.670673], [101.165317, 33.6612], [101.173226, 33.65736], [101.181146, 33.65601], [101.180393, 33.659869], [101.18456, 33.666491], [101.196681, 33.672152], [101.214991, 33.672546], [101.227851, 33.684163], [101.233386, 33.687159], [101.243441, 33.68311], [101.257024, 33.672544], [101.271294, 33.668428], [101.280302, 33.664045], [101.291615, 33.662745], [101.296773, 33.66537], [101.300011, 33.66404], [101.30303, 33.660111], [101.310014, 33.666108], [101.31505, 33.664721], [101.321056, 33.658796], [101.335137, 33.660899], [101.344209, 33.654783], [101.346738, 33.658427], [101.350269, 33.659096], [101.381595, 33.647522], [101.389191, 33.646743], [101.415105, 33.652671], [101.421572, 33.655898], [101.426814, 33.661451], [101.427762, 33.666291], [101.426386, 33.680193], [101.428271, 33.683962], [101.431691, 33.68627], [101.437229, 33.68724], [101.441776, 33.683561], [101.452732, 33.686498], [101.467839, 33.687901], [101.472591, 33.690176], [101.480532, 33.697383], [101.498661, 33.704725], [101.50378, 33.703723], [101.507841, 33.697308], [101.510529, 33.696108], [101.525632, 33.693503], [101.538848, 33.697339], [101.546627, 33.694735], [101.550735, 33.691324], [101.554155, 33.685251], [101.554257, 33.675817], [101.558342, 33.670718], [101.565501, 33.67006], [101.57688, 33.677512], [101.580962, 33.676798], [101.585933, 33.672561], [101.587867, 33.669895], [101.58497, 33.64705], [101.585691, 33.642067], [101.587444, 33.639701], [101.601514, 33.635061], [101.605841, 33.631349], [101.605624, 33.627639], [101.610564, 33.620228], [101.611051, 33.615801], [101.616664, 33.605212], [101.615921, 33.599107], [101.61216, 33.598166], [101.609883, 33.593903], [101.61267, 33.583585], [101.60974, 33.57764], [101.610496, 33.567568], [101.618366, 33.55989], [101.614915, 33.549726], [101.615045, 33.542303], [101.618545, 33.535139], [101.616893, 33.530477], [101.614673, 33.529521], [101.615526, 33.520093], [101.623802, 33.500486], [101.629893, 33.494271], [101.643528, 33.49681], [101.647641, 33.504749], [101.660434, 33.504156], [101.668842, 33.501202], [101.679463, 33.502429], [101.688784, 33.500755], [101.698994, 33.504809], [101.715883, 33.497123], [101.731204, 33.499465], [101.733502, 33.498496], [101.73962, 33.506159], [101.746271, 33.506946], [101.749326, 33.510915], [101.751112, 33.517791], [101.757251, 33.524305], [101.75754, 33.538507], [101.769188, 33.54084], [101.774151, 33.53909], [101.776044, 33.536674], [101.776495, 33.522406], [101.773058, 33.521537], [101.771907, 33.516731], [101.773165, 33.493947], [101.766516, 33.466476], [101.767581, 33.458397], [101.773347, 33.454411], [101.769208, 33.449956], [101.765201, 33.448649], [101.718824, 33.445317], [101.694853, 33.436845], [101.692899, 33.434447], [101.691002, 33.423887], [101.688158, 33.422675], [101.672222, 33.399668], [101.672329, 33.393901], [101.659746, 33.385189], [101.658432, 33.37033], [101.651609, 33.351151], [101.652356, 33.344423], [101.648544, 33.338154], [101.64712, 33.32877], [101.647662, 33.325019], [101.652361, 33.318109], [101.65784, 33.312345], [101.668516, 33.308318], [101.674849, 33.300602], [101.678627, 33.298879], [101.687165, 33.300873], [101.708141, 33.300108], [101.712628, 33.295699], [101.713287, 33.290661], [101.72049, 33.289769], [101.729252, 33.285809], [101.736277, 33.277392], [101.739011, 33.26928], [101.723777, 33.255086], [101.726856, 33.250502], [101.726036, 33.242816], [101.72334, 33.240162], [101.715678, 33.222892], [101.706943, 33.214991], [101.676474, 33.203176], [101.686751, 33.187662], [101.680609, 33.178777], [101.67487, 33.173919], [101.66318, 33.167567], [101.653695, 33.16543], [101.654124, 33.161457], [101.658908, 33.151933], [101.658196, 33.137811], [101.650955, 33.13426], [101.647636, 33.12972], [101.645841, 33.122282], [101.641037, 33.118039], [101.631204, 33.103356], [101.625503, 33.103323], [101.623647, 33.10809], [101.610261, 33.116163], [101.607482, 33.121714], [101.603636, 33.122434], [101.600382, 33.125509], [101.600253, 33.128725], [101.584671, 33.141596], [101.578709, 33.150721], [101.573745, 33.151763], [101.559785, 33.162028], [101.559928, 33.166475], [101.55766, 33.168626], [101.536035, 33.180506], [101.528303, 33.181376], [101.526791, 33.184523], [101.527226, 33.188795], [101.520959, 33.191762], [101.516698, 33.191629], [101.513972, 33.193871], [101.511592, 33.206157], [101.501634, 33.208348], [101.493329, 33.223642], [101.486197, 33.228817], [101.470493, 33.226294], [101.45817, 33.227757], [101.451165, 33.226501], [101.428909, 33.232372], [101.420965, 33.228629], [101.403431, 33.228419], [101.398185, 33.226136], [101.391104, 33.21392], [101.386611, 33.21017], [101.391767, 33.20543], [101.392255, 33.203192], [101.390388, 33.200262], [101.394869, 33.189166], [101.390322, 33.182619], [101.389779, 33.173598], [101.392805, 33.168418], [101.391586, 33.161724], [101.382026, 33.154433], [101.375428, 33.160861], [101.375069, 33.166865], [101.371721, 33.17368], [101.369628, 33.174637], [101.365457, 33.173461], [101.361207, 33.176568], [101.360366, 33.181462], [101.355756, 33.183778], [101.355564, 33.196218], [101.342893, 33.205187], [101.342718, 33.209845], [101.3372, 33.2192], [101.333495, 33.223306], [101.326467, 33.226932], [101.325951, 33.232116], [101.327597, 33.237875], [101.323787, 33.242887], [101.309044, 33.24679], [101.301399, 33.259558], [101.295102, 33.264152], [101.285175, 33.266716], [101.275666, 33.267039], [101.271382, 33.270714], [101.264211, 33.267085], [101.244074, 33.26494], [101.227074, 33.271037], [101.226088, 33.273966], [101.220573, 33.27164], [101.215714, 33.261065], [101.216822, 33.258198], [101.20457, 33.257598], [101.202633, 33.264273], [101.203759, 33.26991], [101.202356, 33.271524], [101.182499, 33.27226], [101.177841, 33.267739], [101.170661, 33.263954], [101.169098, 33.260877], [101.169419, 33.249979], [101.165913, 33.249196], [101.158968, 33.251236], [101.153197, 33.249472], [101.152374, 33.246685], [101.155165, 33.240162], [101.153097, 33.236065], [101.144144, 33.236394], [101.14205, 33.232986], [101.134001, 33.227814], [101.123757, 33.224632], [101.123538, 33.215937], [101.120734, 33.20445], [101.114626, 33.197574], [101.119396, 33.190452], [101.121479, 33.189619], [101.131864, 33.191083], [101.135631, 33.189893], [101.1352, 33.185068], [101.128489, 33.177698], [101.128253, 33.171135], [101.133223, 33.165496], [101.14211, 33.164492], [101.142351, 33.152671], [101.150062, 33.153154], [101.15804, 33.14877], [101.154152, 33.142283], [101.153837, 33.137023], [101.148444, 33.132362], [101.154026, 33.124175], [101.162277, 33.122106], [101.167602, 33.102496], [101.167343, 33.099534], [101.146633, 33.094596], [101.141095, 33.087645], [101.140776, 33.08269], [101.14495, 33.073649], [101.14356, 33.063012], [101.141272, 33.060415], [101.144895, 33.058296], [101.160241, 33.058509], [101.168459, 33.05407], [101.170256, 33.048062], [101.179474, 33.04855], [101.182766, 33.04416], [101.179255, 33.039814], [101.180914, 33.029004], [101.174249, 33.026641], [101.169488, 33.015475], [101.176028, 33.002144], [101.175789, 32.998569], [101.184091, 32.987984], [101.170269, 32.985278], [101.162158, 32.985316], [101.132816, 32.991424], [101.127028, 32.991347], [101.126027, 32.984572], [101.128269, 32.98158], [101.131087, 32.968773], [101.130094, 32.959952], [101.132534, 32.956892], [101.129606, 32.944979], [101.125699, 32.939274], [101.130899, 32.928033], [101.130215, 32.924674], [101.127133, 32.922996], [101.119558, 32.913309], [101.13121, 32.904341], [101.139174, 32.905106], [101.160369, 32.903465], [101.166394, 32.897369], [101.1766, 32.894964], [101.184885, 32.884758], [101.193532, 32.882073], [101.201269, 32.873447], [101.202933, 32.869047], [101.213021, 32.867226], [101.219142, 32.864363], [101.222277, 32.853456], [101.219001, 32.843704], [101.225948, 32.835959], [101.236875, 32.829109], [101.226716, 32.799061], [101.228577, 32.791084], [101.232451, 32.789736], [101.233473, 32.787005], [101.232152, 32.782682], [101.226937, 32.779942], [101.221958, 32.772244], [101.225826, 32.766838], [101.226942, 32.758324], [101.224087, 32.749912], [101.224387, 32.737045], [101.220073, 32.722859], [101.211403, 32.712622], [101.206522, 32.711414], [101.203696, 32.708746], [101.200261, 32.698989], [101.193086, 32.689102], [101.182481, 32.684036], [101.178508, 32.686128], [101.157304, 32.661722], [101.146864, 32.660863], [101.140769, 32.662903], [101.131974, 32.662622], [101.123985, 32.660236], [101.118109, 32.653966], [101.116077, 32.640981], [101.119356, 32.637686], [101.123166, 32.63705], [101.121651, 32.635555], [101.117559, 32.634995], [101.109903, 32.639592], [101.107623, 32.656364], [101.112586, 32.668], [101.110776, 32.674322], [101.107104, 32.675149], [101.105525, 32.674164], [101.106541, 32.670813], [101.100008, 32.668852], [101.081696, 32.674425], [101.076892, 32.679366], [101.074755, 32.684033], [101.070595, 32.683601], [101.066414, 32.680734], [101.061211, 32.680426], [101.051718, 32.675807], [101.044592, 32.669667], [101.029934, 32.661675], [101.018077, 32.64599], [101.014105, 32.642308], [101.001, 32.635742], [100.999033, 32.631418], [100.986946, 32.628263], [100.981717, 32.629096], [100.969239, 32.62541], [100.964087, 32.626348], [100.950763, 32.618661], [100.931964, 32.603945], [100.925991, 32.601859], [100.924527, 32.608127], [100.920069, 32.615337], [100.907488, 32.622115], [100.904093, 32.617447], [100.898245, 32.616591], [100.89286, 32.623324], [100.888016, 32.635282], [100.882268, 32.633244], [100.877667, 32.636295], [100.872017, 32.634063], [100.869693, 32.641799], [100.860259, 32.638078], [100.856703, 32.642679], [100.848858, 32.642215], [100.845454, 32.645612], [100.845004, 32.648408], [100.833758, 32.651512], [100.824106, 32.64704], [100.806394, 32.648991], [100.802412, 32.651451], [100.800518, 32.656906], [100.797526, 32.658236], [100.79442, 32.65635], [100.782647, 32.641916], [100.777347, 32.641161], [100.77229, 32.643543], [100.767951, 32.648973], [100.766488, 32.666208], [100.763154, 32.665654], [100.76026, 32.662948], [100.755786, 32.653357], [100.751152, 32.653219], [100.745363, 32.658365], [100.736507, 32.658857], [100.727426, 32.661648], [100.713282, 32.669356], [100.708455, 32.675727], [100.699949, 32.679116], [100.692523, 32.678218], [100.690945, 32.68158], [100.686169, 32.684679], [100.683595, 32.676883], [100.706556, 32.652896], [100.712063, 32.643499], [100.712031, 32.633789], [100.719056, 32.624257], [100.715422, 32.617255], [100.706395, 32.612147], [100.674606, 32.630369], [100.669612, 32.63092], [100.663835, 32.625137], [100.657612, 32.60919], [100.656744, 32.598449], [100.658317, 32.596422], [100.659927, 32.585455], [100.65846, 32.561262], [100.65577, 32.548004], [100.663998, 32.537404], [100.668776, 32.525589], [100.645404, 32.528031], [100.643228, 32.532928], [100.639213, 32.535985], [100.6317, 32.536194], [100.622574, 32.542924], [100.61673, 32.53967], [100.614386, 32.542039], [100.614631, 32.547388], [100.601218, 32.548519], [100.601499, 32.556412], [100.598204, 32.55685], [100.592759, 32.553526], [100.589197, 32.55323], [100.58744, 32.554505], [100.588211, 32.55999], [100.586016, 32.561366], [100.574704, 32.554816], [100.571325, 32.556596], [100.570863, 32.558424], [100.576237, 32.563788], [100.566459, 32.566165], [100.564808, 32.571527], [100.56122, 32.57196], [100.555712, 32.567525], [100.551073, 32.573219], [100.543933, 32.572427], [100.542207, 32.575017], [100.544351, 32.583689], [100.537521, 32.584114], [100.534021, 32.589191], [100.534925, 32.591916], [100.538696, 32.59474], [100.537725, 32.598225], [100.526804, 32.591626], [100.523211, 32.593533], [100.523575, 32.59785], [100.530439, 32.605458], [100.524805, 32.612948], [100.507304, 32.612303], [100.507105, 32.616119], [100.51491, 32.618951], [100.515951, 32.62291], [100.514388, 32.624674], [100.506235, 32.625715], [100.503351, 32.629714], [100.509498, 32.629181], [100.515131, 32.632086], [100.515751, 32.634362], [100.509388, 32.636001], [100.508717, 32.641282], [100.500348, 32.65296], [100.496542, 32.655256], [100.49648, 32.658824], [100.492871, 32.659648], [100.482569, 32.670299], [100.475802, 32.673707], [100.472199, 32.684454], [100.472926, 32.689595], [100.469607, 32.696096], [100.462646, 32.698179], [100.45565, 32.703617], [100.448984, 32.696295], [100.44301, 32.697614], [100.435081, 32.720568], [100.427241, 32.724628], [100.426776, 32.728462], [100.421315, 32.730529], [100.418839, 32.733854], [100.397373, 32.71249], [100.391252, 32.697897], [100.387047, 32.696987], [100.378209, 32.699727], [100.376548, 32.703723], [100.379393, 32.705675], [100.387558, 32.718019], [100.392902, 32.732669], [100.397251, 32.73992], [100.404425, 32.744545], [100.400458, 32.747595], [100.398728, 32.75129], [100.40093, 32.753912], [100.400939, 32.757113], [100.394541, 32.755803], [100.390017, 32.75088], [100.371945, 32.745517], [100.367701, 32.739601], [100.344155, 32.728009], [100.340528, 32.724759], [100.339746, 32.721514], [100.335648, 32.720614], [100.331075, 32.721288], [100.327725, 32.725468], [100.320958, 32.729086], [100.31305, 32.726976], [100.294851, 32.734549], [100.279841, 32.737093], [100.263382, 32.744908], [100.258249, 32.745056], [100.256665, 32.742581], [100.26095, 32.729156], [100.250991, 32.72462], [100.239595, 32.725096], [100.235061, 32.706938], [100.229067, 32.696263], [100.229507, 32.688968], [100.231855, 32.685205], [100.226951, 32.679901], [100.227658, 32.674105], [100.230602, 32.669679], [100.230714, 32.656086], [100.22095, 32.632632], [100.221478, 32.629776], [100.223505, 32.628622], [100.223308, 32.625016], [100.215765, 32.622643], [100.212413, 32.617794], [100.216174, 32.613223], [100.214472, 32.609646], [100.209101, 32.608398], [100.195992, 32.614181], [100.191228, 32.626451], [100.192644, 32.629935], [100.187532, 32.633451], [100.18234, 32.630228], [100.170609, 32.628647], [100.162646, 32.632502], [100.161097, 32.636904], [100.158453, 32.638014], [100.154163, 32.635746], [100.147216, 32.637929], [100.14055, 32.636801], [100.136197, 32.634259], [100.129533, 32.634005], [100.122996, 32.642528], [100.111183, 32.644499], [100.106516, 32.656602], [100.102919, 32.661202], [100.086141, 32.670943], [100.09105, 32.684764], [100.098459, 32.684651], [100.10095, 32.68618], [100.103861, 32.692477], [100.102979, 32.696023], [100.114309, 32.701567], [100.114469, 32.707223], [100.122347, 32.716902], [100.129636, 32.716128], [100.135758, 32.719621], [100.135811, 32.732902], [100.134169, 32.734565], [100.132182, 32.752324], [100.116288, 32.786743], [100.118707, 32.796596], [100.113841, 32.803523], [100.117079, 32.81726], [100.115658, 32.82167], [100.120269, 32.836076], [100.11699, 32.841166], [100.107349, 32.849607], [100.107382, 32.855271], [100.110418, 32.862201], [100.096795, 32.86953], [100.091533, 32.869408], [100.087542, 32.867358], [100.080827, 32.874643], [100.078809, 32.880113], [100.078808, 32.887611], [100.068534, 32.897102], [100.061217, 32.897377], [100.057412, 32.895765], [100.040941, 32.900885], [100.035793, 32.900414], [100.030517, 32.897169], [100.026829, 32.897767], [100.027175, 32.905039], [100.035727, 32.918996], [100.036737, 32.923208], [100.035594, 32.926876], [100.039039, 32.931919], [100.029529, 32.934948], [100.02165, 32.93294], [100.013432, 32.934969], [100.001148, 32.94377], [99.996308, 32.941932], [99.985741, 32.943314], [99.978247, 32.941368], [99.967436, 32.943017], [99.958029, 32.948247], [99.953054, 32.953677], [99.952756, 32.962176], [99.948372, 32.970813], [99.94732, 32.990596], [99.943844, 32.992674], [99.939415, 32.991873], [99.935243, 32.999367], [99.928977, 33.004146], [99.923491, 33.005889], [99.919313, 33.010655], [99.916776, 33.019069], [99.912407, 33.018905], [99.909268, 33.020865], [99.905995, 33.027875], [99.906553, 33.043781], [99.901666, 33.049322], [99.892867, 33.048302], [99.886026, 33.049642], [99.876407, 33.047972], [99.878123, 33.044669], [99.878169, 33.034604], [99.881806, 33.026805], [99.879422, 33.009416], [99.875827, 33.002191], [99.876874, 32.997972], [99.864639, 32.983838], [99.865815, 32.978663], [99.8564, 32.966787], [99.857865, 32.96167], [99.856731, 32.953896], [99.855106, 32.949448], [99.850964, 32.944941], [99.842829, 32.944796], [99.835358, 32.952673], [99.828552, 32.953506], [99.825148, 32.952816], [99.815351, 32.94478], [99.808531, 32.945647], [99.805661, 32.94075], [99.788449, 32.958521], [99.782239, 32.95878], [99.775422, 32.955627], [99.765334, 32.942592], [99.76817, 32.937453], [99.760494, 32.92732], [99.774831, 32.926572], [99.778277, 32.922986], [99.77897, 32.912508], [99.786269, 32.907315], [99.783541, 32.903644], [99.784839, 32.893956], [99.791188, 32.886433], [99.78613, 32.873744], [99.787861, 32.870962], [99.787222, 32.867841], [99.773743, 32.85165], [99.772542, 32.847794], [99.77323, 32.83827], [99.7645, 32.827238], [99.768193, 32.818926], [99.766068, 32.816475], [99.765699, 32.811876], [99.768932, 32.805182], [99.761395, 32.795902], [99.761841, 32.788026], [99.76509, 32.786075], [99.76483, 32.782723], [99.751448, 32.761741], [99.745569, 32.755705], [99.739878, 32.75345], [99.73713, 32.749365], [99.736734, 32.744996], [99.740033, 32.739078], [99.738907, 32.733266], [99.729144, 32.728083], [99.726139, 32.72795], [99.716824, 32.735562], [99.712093, 32.74567], [99.712475, 32.750263], [99.709442, 32.760051], [99.700614, 32.769078], [99.697053, 32.770723], [99.682018, 32.770125], [99.677799, 32.768162], [99.670675, 32.772411], [99.664988, 32.782192], [99.656088, 32.778887], [99.654276, 32.774792], [99.650018, 32.77385], [99.6453, 32.777369], [99.643273, 32.785226], [99.644479, 32.789279], [99.641214, 32.794328], [99.634269, 32.793856], [99.624311, 32.784987], [99.616339, 32.786837], [99.606987, 32.78154], [99.602284, 32.783617], [99.602393, 32.786779], [99.600153, 32.789416], [99.58735, 32.792865], [99.58533, 32.796019], [99.587404, 32.803073], [99.586585, 32.80647], [99.564324, 32.831405], [99.561826, 32.838758], [99.552732, 32.845554], [99.548354, 32.847396], [99.541189, 32.846706], [99.52905, 32.850545], [99.517678, 32.848768], [99.515853, 32.850348], [99.496379, 32.854577], [99.489815, 32.853301], [99.476813, 32.859688], [99.448585, 32.865291], [99.437174, 32.873271], [99.432407, 32.879316], [99.422741, 32.881225], [99.408601, 32.889226], [99.400836, 32.890221], [99.383196, 32.90262], [99.377988, 32.903371], [99.36248, 32.8931], [99.355045, 32.890972], [99.352573, 32.888247], [99.346022, 32.891216], [99.341773, 32.897821], [99.338192, 32.898596], [99.330296, 32.895647], [99.329389, 32.888602], [99.325704, 32.884349], [99.306997, 32.880827], [99.303423, 32.883385], [99.302353, 32.886313], [99.297999, 32.888098], [99.290827, 32.886767], [99.283061, 32.888424], [99.272515, 32.884804], [99.268058, 32.881535], [99.264606, 32.88198], [99.26541, 32.890939], [99.260261, 32.901988], [99.258343, 32.910589], [99.244829, 32.927555], [99.247411, 32.939607], [99.244744, 32.945152], [99.246178, 32.948054], [99.250064, 32.948952], [99.250537, 32.952869], [99.242314, 32.957195], [99.236232, 32.955818], [99.231393, 32.957856], [99.231332, 32.969198], [99.228747, 32.972683], [99.230581, 32.982024], [99.234145, 32.984], [99.234548, 32.986885], [99.223632, 32.994199], [99.217004, 32.991471], [99.213505, 32.995018], [99.214545, 32.999308], [99.211291, 33.008375], [99.204513, 33.01349], [99.207505, 33.016983], [99.20741, 33.020809], [99.195481, 33.035583], [99.18726, 33.038219], [99.180695, 33.042674], [99.178063, 33.046736], [99.169499, 33.047076], [99.148197, 33.051999], [99.133974, 33.052452], [99.128153, 33.048065], [99.123608, 33.04766], [99.117837, 33.054154], [99.115392, 33.062666], [99.112224, 33.066309], [99.101883, 33.063139], [99.095865, 33.066689], [99.09372, 33.070395], [99.092939, 33.078525], [99.091121, 33.080231], [99.067854, 33.077644], [99.061691, 33.082058], [99.060843, 33.089765], [99.047683, 33.085217], [99.039011, 33.085876], [99.028655, 33.095715], [99.026391, 33.09603], [99.017822, 33.090296], [99.017588, 33.08564], [99.014835, 33.08317], [99.001141, 33.083358], [98.996521, 33.09162], [98.983278, 33.094376], [98.976043, 33.099827], [98.969274, 33.101685], [98.966021, 33.107467], [98.968447, 33.11443], [98.965517, 33.118262], [98.955843, 33.120783], [98.937371, 33.116842], [98.919162, 33.121911], [98.91635, 33.12458], [98.906224, 33.124999], [98.898412, 33.133714], [98.888573, 33.141504], [98.88292, 33.141395], [98.874816, 33.14381], [98.873874, 33.147474], [98.868592, 33.152257], [98.860738, 33.151195], [98.854612, 33.155158], [98.844756, 33.167774], [98.828129, 33.182298], [98.829724, 33.187042], [98.82948, 33.201188], [98.823069, 33.205701], [98.817066, 33.20603], [98.812337, 33.208842], [98.805369, 33.220478], [98.804504, 33.224943], [98.807723, 33.233241], [98.808397, 33.244762], [98.812988, 33.253257], [98.809629, 33.256266], [98.80824, 33.264424], [98.803082, 33.272326], [98.788734, 33.274316], [98.785622, 33.278815], [98.77992, 33.280213], [98.773334, 33.27655], [98.75869, 33.279435], [98.757388, 33.282528], [98.760016, 33.292641], [98.765167, 33.294093], [98.771793, 33.299206], [98.772614, 33.305129], [98.762743, 33.324488], [98.774186, 33.32997], [98.769525, 33.339687], [98.780211, 33.346226], [98.777973, 33.360448], [98.778707, 33.370113], [98.776899, 33.376037], [98.767654, 33.380561], [98.761694, 33.380358], [98.759735, 33.382128], [98.760112, 33.385247], [98.753955, 33.388179], [98.75191, 33.400066], [98.74877, 33.404969], [98.746143, 33.407059], [98.735998, 33.409284], [98.733166, 33.411861], [98.736924, 33.434742], [98.743502, 33.457356], [98.741395, 33.461063], [98.743272, 33.4671], [98.742642, 33.480474], [98.736309, 33.47974], [98.731021, 33.486442], [98.723132, 33.485936], [98.72202, 33.494188], [98.724728, 33.505878], [98.723778, 33.507651], [98.720053, 33.50985], [98.713818, 33.508095], [98.710351, 33.508877], [98.689762, 33.522316], [98.677453, 33.526594], [98.678756, 33.529559], [98.673623, 33.535011], [98.670966, 33.545396], [98.662831, 33.54838], [98.657736, 33.542938], [98.653331, 33.543417], [98.650592, 33.545754], [98.647447, 33.551691], [98.645735, 33.562776], [98.658857, 33.577312], [98.664889, 33.588931], [98.660434, 33.590743], [98.649947, 33.599976], [98.63596, 33.609101], [98.622618, 33.612182], [98.61744, 33.627841], [98.611771, 33.635506], [98.613218, 33.638812], [98.640178, 33.64424], [98.642265, 33.645653], [98.649085, 33.659203], [98.641903, 33.65897], [98.640039, 33.661974], [98.640547, 33.666849], [98.635065, 33.671844], [98.624624, 33.673518], [98.623945, 33.678373], [98.60555, 33.690401], [98.597306, 33.698272], [98.594159, 33.704291], [98.595862, 33.720645], [98.582131, 33.734257], [98.561095, 33.740187], [98.550818, 33.745348], [98.537717, 33.749346], [98.530617, 33.756538], [98.528456, 33.766947], [98.51764, 33.775567], [98.508106, 33.774596], [98.496726, 33.770029], [98.491101, 33.772608], [98.485985, 33.782736], [98.492517, 33.797205], [98.486122, 33.805989], [98.483488, 33.817083], [98.477897, 33.829397], [98.461136, 33.85064], [98.458539, 33.851761], [98.455994, 33.850843], [98.445612, 33.842609], [98.438824, 33.842846], [98.430203, 33.850146], [98.425848, 33.85564], [98.425993, 33.858558], [98.41706, 33.863446], [98.412082, 33.863258], [98.407427, 33.868089], [98.411872, 33.883553], [98.42542, 33.896014], [98.42884, 33.901216], [98.428513, 33.906674], [98.425972, 33.912349], [98.41746, 33.921502], [98.408539, 33.925124], [98.40591, 33.927884], [98.406847, 33.941022], [98.413013, 33.949628], [98.409262, 33.953214], [98.409648, 33.955055], [98.411765, 33.957138], [98.430232, 33.962899], [98.431364, 33.97343], [98.436926, 33.974212], [98.440313, 33.987505], [98.435587, 33.991535], [98.432267, 33.998805], [98.437825, 34.007708], [98.439168, 34.0133], [98.420987, 34.037013], [98.413822, 34.038888], [98.404567, 34.050343], [98.391075, 34.058211], [98.397274, 34.072958], [98.399394, 34.085867], [98.402018, 34.087921], [98.328498, 34.098552], [98.325307, 34.097924], [98.315969, 34.091069], [98.309127, 34.089401], [98.28141, 34.087418], [98.270514, 34.090286], [98.267392, 34.087695], [98.259428, 34.085497], [98.238292, 34.084139], [98.228369, 34.087928], [98.218282, 34.08314], [98.206996, 34.080395], [98.205713, 34.085941], [98.197553, 34.093675], [98.189981, 34.093633], [98.172246, 34.099292], [98.156754, 34.108972], [98.149586, 34.109914], [98.142051, 34.105861], [98.131418, 34.108564], [98.114631, 34.118523], [98.09845, 34.124733], [98.081762, 34.125367], [98.081197, 34.121075], [98.076248, 34.119737], [98.061302, 34.122324], [98.053129, 34.120774], [98.050752, 34.116793], [98.043861, 34.11742], [98.02654, 34.125424], [98.013655, 34.146224], [98.005158, 34.153108], [97.996856, 34.156069], [97.992512, 34.161788], [97.977573, 34.170404], [97.953924, 34.189026], [97.945142, 34.198216], [97.931267, 34.199138], [97.898505, 34.211642], [97.893976, 34.210559], [97.888808, 34.206354], [97.878098, 34.208336], [97.865748, 34.206528], [97.83486, 34.210038], [97.813717, 34.208024], [97.810412, 34.209258], [97.800016, 34.202553], [97.795145, 34.196597], [97.78466, 34.17677], [97.787116, 34.172591], [97.7733, 34.163709], [97.76679, 34.160212], [97.741872, 34.157494], [97.736303, 34.151891], [97.709797, 34.142451], [97.706349, 34.142543], [97.698305, 34.135448], [97.687605, 34.133474], [97.686026, 34.134559], [97.678632, 34.133754], [97.66537, 34.128689], [97.6617, 34.116286], [97.676152, 34.095794], [97.681874, 34.081738], [97.694944, 34.078731], [97.695538, 34.068941], [97.699995, 34.065106], [97.702745, 34.059553], [97.70231, 34.044391], [97.700264, 34.036354], [97.694115, 34.031403], [97.687793, 34.018101], [97.673093, 34.01273], [97.661728, 34.015602], [97.654931, 34.010241], [97.65257, 33.997551], [97.66055, 33.977074], [97.657709, 33.970644], [97.66043, 33.960517], [97.654332, 33.949281], [97.647246, 33.948656], [97.643904, 33.946073], [97.641925, 33.925847], [97.635893, 33.921072], [97.631894, 33.920617], [97.619283, 33.924975], [97.611183, 33.930076], [97.600635, 33.932421], [97.57426, 33.920757], [97.558434, 33.916713], [97.550939, 33.916945], [97.532307, 33.904814], [97.524375, 33.903044], [97.520122, 33.902773], [97.517388, 33.907246], [97.504121, 33.914422], [97.50141, 33.913368], [97.49729, 33.904621], [97.488024, 33.903682], [97.483446, 33.900126], [97.477882, 33.9002], [97.468244, 33.904861], [97.4617, 33.900596], [97.459635, 33.888942], [97.442101, 33.890021], [97.427708, 33.887846], [97.422312, 33.889321], [97.411912, 33.886147], [97.396101, 33.890645], [97.390285, 33.890655], [97.388088, 33.889251], [97.387584, 33.886019], [97.396107, 33.871817], [97.391131, 33.866328], [97.390824, 33.863489], [97.394512, 33.860443], [97.399784, 33.852089], [97.391637, 33.848932], [97.38179, 33.848674], [97.370596, 33.844168], [97.369654, 33.842899], [97.372541, 33.839127], [97.372991, 33.835177], [97.3715, 33.830211], [97.367827, 33.826935], [97.374309, 33.819317], [97.378535, 33.819031], [97.385147, 33.81358], [97.384608, 33.809446], [97.397311, 33.808726], [97.405856, 33.795803], [97.406903, 33.781658], [97.413151, 33.776316], [97.4096, 33.772552], [97.410126, 33.769534], [97.418131, 33.765301], [97.421371, 33.758177], [97.419732, 33.753033], [97.414731, 33.749636], [97.418045, 33.740118], [97.417334, 33.728819], [97.428167, 33.72387], [97.427159, 33.716762], [97.420887, 33.709773], [97.424623, 33.700308], [97.42955, 33.696653], [97.434913, 33.682266], [97.428558, 33.679885], [97.42768, 33.67489], [97.429733, 33.670601], [97.428726, 33.666757], [97.42753, 33.664713], [97.424943, 33.664181], [97.414601, 33.63818], [97.404562, 33.628756], [97.408141, 33.618627], [97.414822, 33.607464], [97.423822, 33.603315], [97.433257, 33.602554], [97.443935, 33.594473], [97.452439, 33.581021], [97.471711, 33.589507], [97.485123, 33.58887], [97.495171, 33.58595], [97.511253, 33.583981], [97.524798, 33.578475], [97.526026, 33.575837], [97.522012, 33.570293], [97.520231, 33.555398], [97.51531, 33.545951], [97.516755, 33.539193], [97.515898, 33.531263], [97.510484, 33.522697], [97.518839, 33.516588], [97.519455, 33.511526], [97.522821, 33.507162], [97.53222, 33.500342], [97.542482, 33.496209], [97.5466, 33.4826], [97.551257, 33.476539], [97.550922, 33.469045], [97.552761, 33.466644], [97.556505, 33.465361], [97.562578, 33.467288], [97.569074, 33.466362], [97.57461, 33.470794], [97.580891, 33.472517], [97.587945, 33.462583], [97.591099, 33.460751], [97.595363, 33.460927], [97.602443, 33.453546], [97.614353, 33.461734], [97.627278, 33.463354], [97.645981, 33.450493], [97.663056, 33.44955], [97.67078, 33.446791], [97.673193, 33.444702], [97.670501, 33.442362], [97.670737, 33.438958], [97.675528, 33.434674], [97.683314, 33.435635], [97.690303, 33.431114], [97.704967, 33.431067], [97.710105, 33.429409], [97.716228, 33.422715], [97.722237, 33.422905], [97.739219, 33.414004], [97.753836, 33.411602], [97.758233, 33.405063], [97.751877, 33.407172], [97.748132, 33.405598], [97.749791, 33.399598], [97.73981, 33.396054], [97.736374, 33.389989], [97.72029, 33.388712], [97.707672, 33.374671], [97.701717, 33.361349], [97.690855, 33.36216], [97.687327, 33.363956], [97.676457, 33.359537], [97.674277, 33.355206], [97.679695, 33.348138], [97.676425, 33.342722], [97.669527, 33.345135], [97.664545, 33.342258], [97.649039, 33.343065], [97.637076, 33.347854], [97.622389, 33.341319], [97.618739, 33.334258], [97.620367, 33.329617], [97.616303, 33.308986], [97.605174, 33.286547], [97.608675, 33.275981], [97.608086, 33.267147], [97.606384, 33.26356], [97.60006, 33.259239], [97.586123, 33.243223], [97.574732, 33.233505], [97.575398, 33.223021], [97.55716, 33.215745], [97.548617, 33.206287], [97.533118, 33.208255], [97.527762, 33.20375], [97.524437, 33.194238], [97.517974, 33.189975], [97.516337, 33.183366], [97.508408, 33.176124], [97.486362, 33.169934], [97.488686, 33.164358], [97.485563, 33.146886], [97.49579, 33.14231], [97.498538, 33.139328], [97.496054, 33.131534], [97.489937, 33.126383], [97.489634, 33.117032], [97.484632, 33.11053], [97.491388, 33.103999], [97.49808, 33.100605], [97.515581, 33.095993], [97.527316, 33.076348], [97.529249, 33.068238], [97.532933, 33.066245], [97.536858, 33.060988], [97.537528, 33.04745], [97.543414, 33.038829], [97.534822, 33.032292], [97.525912, 33.031764], [97.5177, 33.023968], [97.49995, 33.022731], [97.497733, 33.021114], [97.500909, 33.010685], [97.520914, 32.994983], [97.521881, 32.990082], [97.514292, 32.988205], [97.503209, 32.981207], [97.48656, 32.980626], [97.477422, 32.983833], [97.463649, 32.974228], [97.44133, 32.97934], [97.435598, 32.977849], [97.429426, 32.973756], [97.42242, 32.973904], [97.416131, 32.972114], [97.412828, 32.970132], [97.408456, 32.962275], [97.401781, 32.960642], [97.395242, 32.961913], [97.384197, 32.956769], [97.373009, 32.958299], [97.363657, 32.951575], [97.360663, 32.947065], [97.360137, 32.943767], [97.368245, 32.929637], [97.359606, 32.923196], [97.357802, 32.916485], [97.35908, 32.912217], [97.355735, 32.907623], [97.349425, 32.906261], [97.347493, 32.897405], [97.354444, 32.889462], [97.376634, 32.887274], [97.378308, 32.883647], [97.372212, 32.875357], [97.375146, 32.871782], [97.385458, 32.869019], [97.388273, 32.86642], [97.387917, 32.864431], [97.382334, 32.861669], [97.381789, 32.857603], [97.388628, 32.85046], [97.391392, 32.845266], [97.392291, 32.830697], [97.381215, 32.829061], [97.378088, 32.825918], [97.381139, 32.795084], [97.384105, 32.791599], [97.385008, 32.782462], [97.393392, 32.772285], [97.413543, 32.737561], [97.425291, 32.728154], [97.428607, 32.713057], [97.422714, 32.707672], [97.427131, 32.702408], [97.435865, 32.698746], [97.44738, 32.69022], [97.459276, 32.677796], [97.464632, 32.675226], [97.469925, 32.666282], [97.476875, 32.667484], [97.479951, 32.666508], [97.479489, 32.663058], [97.482305, 32.656308], [97.500292, 32.649083], [97.513802, 32.650771], [97.516973, 32.647062], [97.518556, 32.639554], [97.523911, 32.636183], [97.526815, 32.636599], [97.526114, 32.639697], [97.528981, 32.641658], [97.534122, 32.640995], [97.539606, 32.634384], [97.540568, 32.628509], [97.543766, 32.624131], [97.547815, 32.622131], [97.560004, 32.62408], [97.56751, 32.620836], [97.581044, 32.61924], [97.583987, 32.617534], [97.587281, 32.611699], [97.598388, 32.618811], [97.606523, 32.617563], [97.608141, 32.615143], [97.61035, 32.598726], [97.61621, 32.58996], [97.630053, 32.57807], [97.633093, 32.579838], [97.638243, 32.579051], [97.646316, 32.569961], [97.663858, 32.561507], [97.665812, 32.556007], [97.674813, 32.550284], [97.695442, 32.546303], [97.697902, 32.539673], [97.702063, 32.536693], [97.717588, 32.531818], [97.726133, 32.531538], [97.73023, 32.529447], [97.725005, 32.52674], [97.701104, 32.525458], [97.684433, 32.532982], [97.670857, 32.520175], [97.634562, 32.527327], [97.629065, 32.526868], [97.621416, 32.522032], [97.613695, 32.52668], [97.603213, 32.52629], [97.598736, 32.527919], [97.594266, 32.530259], [97.591835, 32.533692], [97.585777, 32.526103], [97.573316, 32.527172], [97.560481, 32.533274], [97.555384, 32.533825], [97.541125, 32.539742], [97.534176, 32.534328], [97.531471, 32.528204], [97.519246, 32.528334], [97.514002, 32.529904], [97.51256, 32.534626], [97.508865, 32.536229], [97.505346, 32.536241], [97.504589, 32.534199], [97.501119, 32.533333], [97.484953, 32.543638], [97.471447, 32.547476], [97.472075, 32.54999], [97.462531, 32.557296], [97.464009, 32.560744], [97.461283, 32.573073], [97.446885, 32.589358], [97.411646, 32.57755], [97.408005, 32.56582], [97.401952, 32.564646], [97.386196, 32.55132], [97.374134, 32.548887], [97.365037, 32.55274], [97.356082, 32.566116], [97.345946, 32.56419], [97.34119, 32.559787], [97.330534, 32.540313], [97.332669, 32.533032], [97.332507, 32.526587], [97.328393, 32.523604], [97.327925, 32.520534], [97.337044, 32.516225], [97.346494, 32.517052], [97.349906, 32.519767], [97.357192, 32.514734], [97.368851, 32.512579], [97.369429, 32.508743], [97.388441, 32.503603], [97.381793, 32.499923], [97.374897, 32.485315], [97.366168, 32.477912], [97.347137, 32.465794], [97.346165, 32.455316], [97.339937, 32.445814], [97.340981, 32.441292], [97.347623, 32.434209], [97.354961, 32.434777], [97.365642, 32.438807], [97.369096, 32.437025], [97.372468, 32.432158], [97.377628, 32.430421], [97.383441, 32.431084], [97.388708, 32.427714], [97.391394, 32.422991], [97.387355, 32.418752], [97.387491, 32.41689], [97.397286, 32.408339], [97.400013, 32.404243], [97.401926, 32.392576], [97.409064, 32.381105], [97.412616, 32.379783], [97.409727, 32.371108], [97.413704, 32.36749], [97.415859, 32.357927], [97.412507, 32.353135], [97.413149, 32.341438], [97.407396, 32.335171], [97.412411, 32.329641], [97.426656, 32.324705], [97.413813, 32.319063], [97.417336, 32.308494], [97.41501, 32.297712], [97.410607, 32.295066], [97.405043, 32.297668], [97.39618, 32.29403], [97.388773, 32.285269], [97.378549, 32.281109], [97.370731, 32.275605], [97.357547, 32.279402], [97.350871, 32.285748], [97.344598, 32.282834], [97.340736, 32.282996], [97.344257, 32.298811], [97.341207, 32.30133], [97.327293, 32.304984], [97.319309, 32.305817], [97.306457, 32.298007], [97.296788, 32.295742], [97.292441, 32.291869], [97.286439, 32.26122], [97.281112, 32.247303], [97.280316, 32.234658], [97.277713, 32.229713], [97.275569, 32.2182], [97.276591, 32.213328], [97.263749, 32.185914], [97.269445, 32.162429], [97.275723, 32.156938], [97.273037, 32.153357], [97.271025, 32.142512], [97.280867, 32.139027], [97.285901, 32.134334], [97.28889, 32.133549], [97.300193, 32.135769], [97.313498, 32.132963], [97.30468, 32.125169], [97.29236, 32.100051], [97.292484, 32.097737], [97.307345, 32.080765], [97.307388, 32.078296], [97.302052, 32.074787], [97.29402, 32.077209], [97.274408, 32.073566], [97.256807, 32.074805], [97.244771, 32.086577], [97.238348, 32.08713], [97.236173, 32.094711], [97.231513, 32.098162], [97.229563, 32.108578], [97.220583, 32.110723], [97.217927, 32.109248], [97.212467, 32.099973], [97.20241, 32.099794], [97.200686, 32.09302], [97.210861, 32.083059], [97.225201, 32.074758], [97.233155, 32.067344], [97.236042, 32.053508], [97.234721, 32.048614], [97.22781, 32.046034], [97.212962, 32.044734], [97.196841, 32.056991], [97.191881, 32.058635], [97.186599, 32.057675], [97.178255, 32.043813], [97.16947, 32.03781], [97.170215, 32.029202], [97.166309, 32.02668], [97.155288, 32.034225], [97.153281, 32.039332], [97.143223, 32.042377], [97.139235, 32.041829], [97.130543, 32.046252], [97.110782, 32.044702], [97.10738, 32.041242], [97.098365, 32.040017], [97.075393, 32.051667], [97.068219, 32.047645], [97.057776, 32.047206], [97.051243, 32.05053], [97.027702, 32.051851], [97.016594, 32.057957], [97.012641, 32.067084], [97.004523, 32.071278], [97.002082, 32.068911], [96.988811, 32.066717], [96.975061, 32.069222], [96.966364, 32.06792], [96.947456, 32.061557], [96.934631, 32.050277], [96.935304, 32.04233], [96.943853, 32.028221], [96.951378, 32.024698], [96.958714, 32.023411], [96.96624, 32.016643], [96.966634, 32.010864], [96.958831, 32.004535], [96.955837, 31.996624], [96.943404, 31.991326], [96.924334, 31.998167], [96.911163, 32.004834], [96.894223, 32.017614], [96.890492, 32.015314], [96.888754, 32.004268], [96.884119, 32.003977], [96.874875, 31.998685], [96.863496, 31.998573], [96.86316, 31.991435], [96.869825, 31.974056], [96.86618, 31.967648], [96.855688, 31.975021], [96.852361, 31.974657], [96.847817, 31.979729], [96.846818, 31.991491], [96.839146, 32.002603], [96.834047, 32.000695], [96.827383, 32.002959], [96.82319, 32.010777], [96.82015, 32.012605], [96.804205, 32.014969], [96.799539, 32.020821], [96.792665, 32.022732], [96.783493, 32.016005], [96.773388, 32.013531], [96.766082, 32.013507], [96.763115, 32.017438], [96.760575, 32.018113], [96.7461, 32.015766], [96.732584, 32.029728], [96.72376, 32.026429], [96.719527, 32.020416], [96.720757, 32.017928], [96.742626, 32.00415], [96.743488, 32.00063], [96.740126, 31.992864], [96.738894, 31.981275], [96.746895, 31.970953], [96.75658, 31.946209], [96.770715, 31.943065], [96.775145, 31.93976], [96.778199, 31.933833], [96.777339, 31.927369], [96.784635, 31.914654], [96.789004, 31.911475], [96.798932, 31.909202], [96.80826, 31.903363], [96.810843, 31.899871], [96.809836, 31.893664], [96.800438, 31.885093], [96.795407, 31.87167], [96.767786, 31.870954], [96.761676, 31.868927], [96.759237, 31.856713], [96.764471, 31.822998], [96.768275, 31.81734], [96.797203, 31.798621], [96.799385, 31.792378], [96.798075, 31.785787], [96.799267, 31.773349], [96.809863, 31.766187], [96.819579, 31.745439], [96.823371, 31.742915], [96.830758, 31.743576], [96.840587, 31.72984], [96.841282, 31.725823], [96.832548, 31.713317], [96.819628, 31.703077], [96.802512, 31.705329], [96.797038, 31.704734], [96.787946, 31.700356], [96.781729, 31.691181], [96.782683, 31.686226], [96.77334, 31.675743], [96.756614, 31.676953], [96.746283, 31.675827], [96.730106, 31.682492], [96.719884, 31.690554], [96.711637, 31.703765], [96.699641, 31.71479], [96.694569, 31.722502], [96.675543, 31.730511], [96.667665, 31.72832], [96.667417, 31.722061], [96.670758, 31.71374], [96.659339, 31.707806], [96.646258, 31.711125], [96.633929, 31.718455], [96.625444, 31.725421], [96.621007, 31.73462], [96.615058, 31.739416], [96.573786, 31.71574], [96.567487, 31.714448], [96.555889, 31.720831], [96.543791, 31.730845], [96.528844, 31.737725], [96.524523, 31.745438], [96.514469, 31.752187], [96.505835, 31.75475], [96.486531, 31.767559], [96.473977, 31.77092], [96.461106, 31.781873], [96.437441, 31.796923], [96.43255, 31.803995], [96.432006, 31.819571], [96.428792, 31.828397], [96.426278, 31.831427], [96.41222, 31.835676], [96.40741, 31.847941], [96.407167, 31.85658], [96.404073, 31.868583], [96.398327, 31.878977], [96.401315, 31.885965], [96.401602, 31.892263], [96.390002, 31.919835], [96.385846, 31.925595], [96.36675, 31.927106], [96.363558, 31.923304], [96.354028, 31.918445], [96.292526, 31.921476], [96.268891, 31.923572], [96.252, 31.932338], [96.243816, 31.93068], [96.239841, 31.928135], [96.236447, 31.918295], [96.218402, 31.907789], [96.206666, 31.905829], [96.201817, 31.909505], [96.192238, 31.908262], [96.187364, 31.905815], [96.197696, 31.886752], [96.203909, 31.880794], [96.214137, 31.878053], [96.202903, 31.844522], [96.200127, 31.840877], [96.1954, 31.841811], [96.18271, 31.837921], [96.175282, 31.822179], [96.180089, 31.808728], [96.181892, 31.797005], [96.177158, 31.785099], [96.176028, 31.777716], [96.179372, 31.775297], [96.191368, 31.773397], [96.20576, 31.767404], [96.231427, 31.750768], [96.223177, 31.744392], [96.221835, 31.734895], [96.223821, 31.731789], [96.233158, 31.725105], [96.234003, 31.718375], [96.251733, 31.699321], [96.251118, 31.687556], [96.246859, 31.683543], [96.246082, 31.680466], [96.250523, 31.666937], [96.246154, 31.660695], [96.229854, 31.659475], [96.223559, 31.65569], [96.22233, 31.65175], [96.225728, 31.627555], [96.218341, 31.623018], [96.214321, 31.618401], [96.2163, 31.611335], [96.210939, 31.604116], [96.205844, 31.600668], [96.197136, 31.603891], [96.196488, 31.607779], [96.189337, 31.608089], [96.172766, 31.603376], [96.162136, 31.602061], [96.153905, 31.605741], [96.149866, 31.618483], [96.15219, 31.655369], [96.147156, 31.673693], [96.146814, 31.6896], [96.14305, 31.69438], [96.134356, 31.69942], [96.120731, 31.698837], [96.107361, 31.703117], [96.106156, 31.708501], [96.097719, 31.714665], [96.070143, 31.723092], [96.053518, 31.733098], [96.043916, 31.734036], [96.037539, 31.73827], [96, 31.775034], [95.993122, 31.775287], [95.9887, 31.790489], [95.992005, 31.812089], [95.981091, 31.819055], [95.918793, 31.823023], [95.898353, 31.819047], [95.878033, 31.786408], [95.86761, 31.77487], [95.851535, 31.74096], [95.850069, 31.73382], [95.852883, 31.71591], [95.8506, 31.708613], [95.833937, 31.688854], [95.823812, 31.683212], [95.814003, 31.688836], [95.80378, 31.699515], [95.793503, 31.72225], [95.789613, 31.738052], [95.779761, 31.74938], [95.770939, 31.754722], [95.740596, 31.763924], [95.723704, 31.765305], [95.616815, 31.786221], [95.613184, 31.78437], [95.610877, 31.776368], [95.606895, 31.771076], [95.598123, 31.769457], [95.583854, 31.771224], [95.580689, 31.77039], [95.578402, 31.749852], [95.56563, 31.742043], [95.554078, 31.740772], [95.536378, 31.742566], [95.513503, 31.750487], [95.50994, 31.754937], [95.508493, 31.763768], [95.488183, 31.781738], [95.486633, 31.790384], [95.463833, 31.798581], [95.453049, 31.804298], [95.453527, 31.809089], [95.461881, 31.813743], [95.462332, 31.815725], [95.448343, 31.829412], [95.440066, 31.832515], [95.422759, 31.863066], [95.41841, 31.873425], [95.422312, 31.880762], [95.421143, 31.883656], [95.418761, 31.887629], [95.405255, 31.90042], [95.404902, 31.907683], [95.408691, 31.917593], [95.408211, 31.919718], [95.40489, 31.921592], [95.400073, 31.920317], [95.392838, 31.921656], [95.382359, 31.92804], [95.371308, 31.928238], [95.36831, 31.929786], [95.359623, 31.940838], [95.359855, 31.943101], [95.369361, 31.947621], [95.368435, 31.967894], [95.373139, 31.979283], [95.382145, 31.98986], [95.388565, 31.994816], [95.394902, 32.003883], [95.399755, 32.005362], [95.414776, 32.003114], [95.419507, 32.005911], [95.41906, 32.009578], [95.421514, 32.010409], [95.429325, 32.00639], [95.430708, 32.001457], [95.440878, 32.004797], [95.449105, 32.005367], [95.453223, 32.009447], [95.448833, 32.014641], [95.430688, 32.025037], [95.422097, 32.032567], [95.419427, 32.036973], [95.418146, 32.04632], [95.424104, 32.053249], [95.42787, 32.052826], [95.430759, 32.054431], [95.434808, 32.061668], [95.44205, 32.061129], [95.45363, 32.064772], [95.448091, 32.08111], [95.450307, 32.103396], [95.449061, 32.10982], [95.440179, 32.122083], [95.433408, 32.122163], [95.430407, 32.126485], [95.434793, 32.130148], [95.440006, 32.139763], [95.435933, 32.144784], [95.434976, 32.150978], [95.439329, 32.159938], [95.433542, 32.162754], [95.421662, 32.16132], [95.419409, 32.171161], [95.403517, 32.185834], [95.395812, 32.182978], [95.391431, 32.185158], [95.385276, 32.185278], [95.381563, 32.182999], [95.367577, 32.182435], [95.364519, 32.179144], [95.358054, 32.167319], [95.359409, 32.161414], [95.365322, 32.153517], [95.361991, 32.149826], [95.352464, 32.148149], [95.350366, 32.149927], [95.350374, 32.153727], [95.341685, 32.157535], [95.329609, 32.151011], [95.32108, 32.154784], [95.314384, 32.151108], [95.311727, 32.151183], [95.306436, 32.166388], [95.300409, 32.165741], [95.285312, 32.174426], [95.279863, 32.185497], [95.26896, 32.196862], [95.270379, 32.201507], [95.279412, 32.203527], [95.276799, 32.209892], [95.261682, 32.214193], [95.262373, 32.219352], [95.259852, 32.228098], [95.254909, 32.237057], [95.255929, 32.244344], [95.252826, 32.253666], [95.255084, 32.257348], [95.246467, 32.280083], [95.240983, 32.283041], [95.238624, 32.28626], [95.238331, 32.28937], [95.240383, 32.292599], [95.245342, 32.295948], [95.242767, 32.302433], [95.239482, 32.304318], [95.239958, 32.322905], [95.226265, 32.320647], [95.21823, 32.325486], [95.214573, 32.324784], [95.212579, 32.31302], [95.206471, 32.311157], [95.206601, 32.302435], [95.204976, 32.298714], [95.189906, 32.295423], [95.177832, 32.285339], [95.167902, 32.282668], [95.161115, 32.283358], [95.155484, 32.279617], [95.137485, 32.276407], [95.128356, 32.267832], [95.117917, 32.267546], [95.11153, 32.262839], [95.104114, 32.261486], [95.077898, 32.282459], [95.080321, 32.289784], [95.078085, 32.292585], [95.078672, 32.298451], [95.083216, 32.300906], [95.088315, 32.307773], [95.088505, 32.311436], [95.09462, 32.316316], [95.096457, 32.321599], [95.095536, 32.324754], [95.122174, 32.325851], [95.138841, 32.329609], [95.15193, 32.334778], [95.164328, 32.3343], [95.174716, 32.335895], [95.192156, 32.334174], [95.199054, 32.336092], [95.205424, 32.340519], [95.2241, 32.345288], [95.251152, 32.347792], [95.258135, 32.351435], [95.243737, 32.365284], [95.230199, 32.367309], [95.228271, 32.378268], [95.220831, 32.383364], [95.222402, 32.39135], [95.216971, 32.394806], [95.216174, 32.397556], [95.213428, 32.398298], [95.211328, 32.397345], [95.211711, 32.395319], [95.207922, 32.390559], [95.189946, 32.388654], [95.185723, 32.39167], [95.184596, 32.395441], [95.181444, 32.396493], [95.170329, 32.394507], [95.167083, 32.387015], [95.154904, 32.38753], [95.151661, 32.388594], [95.149391, 32.394616], [95.152982, 32.403773], [95.143523, 32.399419], [95.129511, 32.400548], [95.127876, 32.395171], [95.129758, 32.389876], [95.128366, 32.388302], [95.118409, 32.386536], [95.116818, 32.389623], [95.110002, 32.388721], [95.105535, 32.38592], [95.098452, 32.390198], [95.088138, 32.390154], [95.078441, 32.38578], [95.073687, 32.378217], [95.057201, 32.390727], [95.055685, 32.397045], [95.052051, 32.399706], [95.047349, 32.399544], [95.032396, 32.405023], [95.025633, 32.412229], [95.018407, 32.410695], [95.011981, 32.412247], [95.004903, 32.417413], [94.987044, 32.425117], [94.98422, 32.424739], [94.986679, 32.419513], [94.979108, 32.411641], [94.967123, 32.409613], [94.96055, 32.41054], [94.956123, 32.414223], [94.95166, 32.414667], [94.945528, 32.407284], [94.940864, 32.406329], [94.938662, 32.410821], [94.920385, 32.412242], [94.911423, 32.419983], [94.907779, 32.437108], [94.901644, 32.44804], [94.9038, 32.454616], [94.901094, 32.456368], [94.898716, 32.46339], [94.890868, 32.47426], [94.88906, 32.475213], [94.884894, 32.471769], [94.880491, 32.470773], [94.870923, 32.472217], [94.851847, 32.465018], [94.842243, 32.475415], [94.839926, 32.480271], [94.824314, 32.483628], [94.819375, 32.487674], [94.80421, 32.492425], [94.797439, 32.497237], [94.79316, 32.501963], [94.791277, 32.509843], [94.792627, 32.515304], [94.78684, 32.519595], [94.786334, 32.524639], [94.775384, 32.527099], [94.768688, 32.526586], [94.759784, 32.53033], [94.755233, 32.535028], [94.75436, 32.542449], [94.756375, 32.54921], [94.760087, 32.551875], [94.771889, 32.552731], [94.772416, 32.556401], [94.758165, 32.557501], [94.747005, 32.560979], [94.743206, 32.564269], [94.744167, 32.571991], [94.73327, 32.583344], [94.736777, 32.58691], [94.734926, 32.591444], [94.725789, 32.59411], [94.723508, 32.596243], [94.720844, 32.6064], [94.712646, 32.605411], [94.709091, 32.600988], [94.701083, 32.600164], [94.694904, 32.604604], [94.685806, 32.606652], [94.685732, 32.610117], [94.690866, 32.616502], [94.674628, 32.621753], [94.640348, 32.645166], [94.633198, 32.657961], [94.611266, 32.676854], [94.603687, 32.671974], [94.599783, 32.66672], [94.599245, 32.661701], [94.601328, 32.652177], [94.589945, 32.644264], [94.596242, 32.633399], [94.595255, 32.631545], [94.566768, 32.631611], [94.557925, 32.621551], [94.552262, 32.611679], [94.530913, 32.59977], [94.51368, 32.60045], [94.505017, 32.605994], [94.497028, 32.604868], [94.494356, 32.600162], [94.483958, 32.601537], [94.479952, 32.60561], [94.479137, 32.609923], [94.471597, 32.611883], [94.463632, 32.608806], [94.456784, 32.600507], [94.457381, 32.598035], [94.463645, 32.595651], [94.461999, 32.59305], [94.462082, 32.573799], [94.449543, 32.573144], [94.439859, 32.565147], [94.432188, 32.564002], [94.429037, 32.571877], [94.414777, 32.581895], [94.407216, 32.584546], [94.408485, 32.590773], [94.404911, 32.600096], [94.392395, 32.605147], [94.393559, 32.595138], [94.385156, 32.584365], [94.384122, 32.57785], [94.376231, 32.565186], [94.376588, 32.560143], [94.383077, 32.554055], [94.382641, 32.545643], [94.379358, 32.540954], [94.370666, 32.535152], [94.370595, 32.531006], [94.367195, 32.523045], [94.357987, 32.521169], [94.354592, 32.522629], [94.352265, 32.528854], [94.352722, 32.534583], [94.349768, 32.535861], [94.340422, 32.534317], [94.334747, 32.531182], [94.317514, 32.532894], [94.31122, 32.531047], [94.292208, 32.520174], [94.291591, 32.508369], [94.289342, 32.504994], [94.255445, 32.514639], [94.249513, 32.518865], [94.241455, 32.518447], [94.235104, 32.512911], [94.230294, 32.511373], [94.216278, 32.512531], [94.196061, 32.517139], [94.194068, 32.510077], [94.182217, 32.502409], [94.178338, 32.494095], [94.176992, 32.483311], [94.181563, 32.479058], [94.183943, 32.468898], [94.179478, 32.464642], [94.179802, 32.457517], [94.17024, 32.454785], [94.164917, 32.456922], [94.15298, 32.456252], [94.149736, 32.444112], [94.13826, 32.434012], [94.11725, 32.44541], [94.109142, 32.445563], [94.100451, 32.449316], [94.098818, 32.454688], [94.091787, 32.464138], [94.085414, 32.466648], [94.079163, 32.465889], [94.070029, 32.468242], [94.0671, 32.470419], [94.055384, 32.472047], [94.048232, 32.471893], [94.041876, 32.461459], [94.029683, 32.460148], [94.031481, 32.451492], [94.028465, 32.448055], [94.011146, 32.447942], [93.999978, 32.457699], [93.996781, 32.46395], [93.993429, 32.465998], [93.980725, 32.46174], [93.974932, 32.46241], [93.965853, 32.481743], [93.960006, 32.486535], [93.949549, 32.484601], [93.939531, 32.480231], [93.933217, 32.480526], [93.920718, 32.475691], [93.912649, 32.470574], [93.912117, 32.463869], [93.906967, 32.465556], [93.899946, 32.473052], [93.893368, 32.47572], [93.882465, 32.47395], [93.874084, 32.47641], [93.866675, 32.475264], [93.86056, 32.467911], [93.856742, 32.467601], [93.854915, 32.469256], [93.854038, 32.478172], [93.858329, 32.489985], [93.854967, 32.495719], [93.848525, 32.496526], [93.851096, 32.50006], [93.851737, 32.505655], [93.850214, 32.512713], [93.83963, 32.515608], [93.82535, 32.522335], [93.827813, 32.534819], [93.824046, 32.539659], [93.823404, 32.548684], [93.804005, 32.557422], [93.783183, 32.558382], [93.776405, 32.56051], [93.769476, 32.56373], [93.761366, 32.57025], [93.748867, 32.565306], [93.739155, 32.57615], [93.724636, 32.577208], [93.71719, 32.580278], [93.697182, 32.577822], [93.688781, 32.573138], [93.681405, 32.573043], [93.676816, 32.569932], [93.66643, 32.577151], [93.651916, 32.575896], [93.645728, 32.571014], [93.640605, 32.55555], [93.622974, 32.554003], [93.628276, 32.545339], [93.619158, 32.532921], [93.62022, 32.52955], [93.618708, 32.527746], [93.608793, 32.524483], [93.59989, 32.517267], [93.591535, 32.515495], [93.582095, 32.508808], [93.573179, 32.509065], [93.567321, 32.503401], [93.562285, 32.50123], [93.564133, 32.495773], [93.558557, 32.492805], [93.555163, 32.488602], [93.54956, 32.488976], [93.543144, 32.491826], [93.536475, 32.490917], [93.531943, 32.486204], [93.529934, 32.478717], [93.527928, 32.476991], [93.521194, 32.476131], [93.51311, 32.47892], [93.509471, 32.489517], [93.501926, 32.500363], [93.501605, 32.505735], [93.486405, 32.502385], [93.484539, 32.500221], [93.475274, 32.504527], [93.473099, 32.517499], [93.473712, 32.530379], [93.46214, 32.543444], [93.46197, 32.557403], [93.455197, 32.561095], [93.447878, 32.561812], [93.44352, 32.56417], [93.434909, 32.559361], [93.409757, 32.558552], [93.408756, 32.555894], [93.40987, 32.547142], [93.400185, 32.546094], [93.391447, 32.542809], [93.390443, 32.539294], [93.385254, 32.533354], [93.385869, 32.52816], [93.382986, 32.526251], [93.380578, 32.526786], [93.374776, 32.531667], [93.372279, 32.54342], [93.367071, 32.545661], [93.36413, 32.551083], [93.336764, 32.573075], [93.318714, 32.57823], [93.308491, 32.575678], [93.307729, 32.579622], [93.312317, 32.591114], [93.314255, 32.601588], [93.308047, 32.607254], [93.298335, 32.608838], [93.29921, 32.614029], [93.302949, 32.617742], [93.29649, 32.621675], [93.287062, 32.620598], [93.284272, 32.626312], [93.272394, 32.624673], [93.262737, 32.627039], [93.256317, 32.632823], [93.248945, 32.648163], [93.25163, 32.658061], [93.240977, 32.665222], [93.237028, 32.665151], [93.23194, 32.659952], [93.223215, 32.657125], [93.21641, 32.66147], [93.206041, 32.658923], [93.192623, 32.667904], [93.184974, 32.668227], [93.177365, 32.672382], [93.172688, 32.671656], [93.162951, 32.666339], [93.156692, 32.646767], [93.141312, 32.643592], [93.127402, 32.643114], [93.116454, 32.649475], [93.113363, 32.643073], [93.11004, 32.640375], [93.08703, 32.638551], [93.080232, 32.631129], [93.071222, 32.628387], [93.064643, 32.628532], [93.058262, 32.633787], [93.056906, 32.640192], [93.052753, 32.644973], [93.054923, 32.65342], [93.050053, 32.654719], [93.046689, 32.657676], [93.046039, 32.672347], [93.038141, 32.677276], [93.045418, 32.694147], [93.04541, 32.697651], [93.022535, 32.703149], [93.024324, 32.710744], [93.019153, 32.736955], [93.016174, 32.740521], [93.009533, 32.741864], [93.001888, 32.741994], [92.997224, 32.743816], [92.987972, 32.734585], [92.984384, 32.728773], [92.984286, 32.725488], [92.979201, 32.722027], [92.971965, 32.722326], [92.962616, 32.715496], [92.957331, 32.720205], [92.949258, 32.715759], [92.944095, 32.716697], [92.9392, 32.721626], [92.932739, 32.721764], [92.930905, 32.720732], [92.931978, 32.718112], [92.927122, 32.71174], [92.917024, 32.711366], [92.913366, 32.706662], [92.89837, 32.714607], [92.893176, 32.71498], [92.885907, 32.709274], [92.881316, 32.709707], [92.878041, 32.712953], [92.872681, 32.698891], [92.863708, 32.699134], [92.862246, 32.7044], [92.849946, 32.713992], [92.843241, 32.715085], [92.834816, 32.7203], [92.824975, 32.729759], [92.811574, 32.731804], [92.799567, 32.730023], [92.79342, 32.728587], [92.7898, 32.722005], [92.784971, 32.721216], [92.781344, 32.726015], [92.773375, 32.725876], [92.753324, 32.745994], [92.743478, 32.743696], [92.73933, 32.746493], [92.736068, 32.751458], [92.726882, 32.751656], [92.724986, 32.749483], [92.72131, 32.749689], [92.717157, 32.754552], [92.712143, 32.753989], [92.697555, 32.764261], [92.68614, 32.767624], [92.679296, 32.762198], [92.67578, 32.745865], [92.669736, 32.73644], [92.666013, 32.732477], [92.663042, 32.732255], [92.649423, 32.723234], [92.634232, 32.722686], [92.629136, 32.72602], [92.632175, 32.731224], [92.626819, 32.734246], [92.621113, 32.733996], [92.613907, 32.72936], [92.608172, 32.730803], [92.603018, 32.734819], [92.597484, 32.745867], [92.594218, 32.742984], [92.592112, 32.736618], [92.587175, 32.73768], [92.576881, 32.74414], [92.572318, 32.741248], [92.573342, 32.736482], [92.570982, 32.734618], [92.553015, 32.732442], [92.551908, 32.73517], [92.54492, 32.739337], [92.532439, 32.737857], [92.528913, 32.735261], [92.523773, 32.735943], [92.521462, 32.740128], [92.516752, 32.743829], [92.505388, 32.74833], [92.501747, 32.742452], [92.494649, 32.746309], [92.485789, 32.744867], [92.481096, 32.75017], [92.465626, 32.75569], [92.459744, 32.76402], [92.454429, 32.766767], [92.431722, 32.763132], [92.413433, 32.753299], [92.414479, 32.748843], [92.41226, 32.748333], [92.384952, 32.754555], [92.377303, 32.759441], [92.354993, 32.764935], [92.354314, 32.757393], [92.35659, 32.750558], [92.352518, 32.74361], [92.336871, 32.740851], [92.331512, 32.744012], [92.329589, 32.749757], [92.32307, 32.752546], [92.309094, 32.754201], [92.301006, 32.753384], [92.298995, 32.751883], [92.299149, 32.746979], [92.291417, 32.743939], [92.289773, 32.742111], [92.289945, 32.736044], [92.285082, 32.732896], [92.274278, 32.731134], [92.271804, 32.725772], [92.267138, 32.72354], [92.254338, 32.72451], [92.239888, 32.73267], [92.234184, 32.737897], [92.219081, 32.736068], [92.216394, 32.737281], [92.208552, 32.750967], [92.200319, 32.753812], [92.198234, 32.756341], [92.197843, 32.757555], [92.200803, 32.759364], [92.20347, 32.764109], [92.205694, 32.777831], [92.209554, 32.782188], [92.211244, 32.787695], [92.205045, 32.79599], [92.196628, 32.801526], [92.193072, 32.806003], [92.201072, 32.80876], [92.214901, 32.821706], [92.226598, 32.823383], [92.226694, 32.832989], [92.229309, 32.83955], [92.228863, 32.843754], [92.223584, 32.845087], [92.204132, 32.859266], [92.201585, 32.866318], [92.19729, 32.869717], [92.173714, 32.871211], [92.165078, 32.874265], [92.152699, 32.873575], [92.149185, 32.878267], [92.149738, 32.88315], [92.148328, 32.885587], [92.14437, 32.88732], [92.135897, 32.886524], [92.125111, 32.880551], [92.116557, 32.878946], [92.11388, 32.871636], [92.110832, 32.868135], [92.098856, 32.860698], [92.086735, 32.860242], [92.064116, 32.863198], [92.048536, 32.858694], [92.043485, 32.860157], [92.042614, 32.862319], [92.037095, 32.863035], [92.034282, 32.859452], [92.02787, 32.856074], [92.0236, 32.848398], [92.028634, 32.841439], [92.027209, 32.832487], [92.011769, 32.832029], [91.997091, 32.838035], [91.991417, 32.826875], [91.979646, 32.827997], [91.97443, 32.822391], [91.966906, 32.823796], [91.956748, 32.821425], [91.948672, 32.830326], [91.950004, 32.833915], [91.949045, 32.835334], [91.939782, 32.837957], [91.934342, 32.84861], [91.933202, 32.855282], [91.925719, 32.85816], [91.925486, 32.864869], [91.923357, 32.869491], [91.91425, 32.876274], [91.908308, 32.87414], [91.90457, 32.874887], [91.898095, 32.884308], [91.89304, 32.888143], [91.893236, 32.890283], [91.9001, 32.896917], [91.893526, 32.908692], [91.886795, 32.907461], [91.877276, 32.908555], [91.856707, 32.904881], [91.858659, 32.911102], [91.857525, 32.919668], [91.855511, 32.922278], [91.848078, 32.924004], [91.843764, 32.940248], [91.838562, 32.944178], [91.836859, 32.950249], [91.831524, 32.951793], [91.825781, 32.949222], [91.811409, 32.955985], [91.799244, 32.950817], [91.79833, 32.944296], [91.795103, 32.943055], [91.781159, 32.9474], [91.763037, 32.961184], [91.753928, 32.9634], [91.753645, 32.967138], [91.74925, 32.970746], [91.742256, 32.969212], [91.7289, 32.973189], [91.723012, 32.982219], [91.719891, 32.983612], [91.710742, 32.984292], [91.706442, 32.988231], [91.685594, 32.991152], [91.679112, 32.993744], [91.66615, 33.00145], [91.664218, 33.004602], [91.66351, 33.012957], [91.661254, 33.01419], [91.643888, 33.016892], [91.63765, 33.024157], [91.632427, 33.024503], [91.61303, 33.031226], [91.610599, 33.033606], [91.579493, 33.04156], [91.579456, 33.045075], [91.575792, 33.049315], [91.562613, 33.052461], [91.561627, 33.060975], [91.55173, 33.062681], [91.552667, 33.072683], [91.55829, 33.078637], [91.55403, 33.086408], [91.546383, 33.088442], [91.542927, 33.094744], [91.534088, 33.102068], [91.529445, 33.102745], [91.525036, 33.100419], [91.515472, 33.105399], [91.511288, 33.100528], [91.509456, 33.100524], [91.504141, 33.103654], [91.500492, 33.10923], [91.497155, 33.111005], [91.484595, 33.10832], [91.472735, 33.09751], [91.460288, 33.093852], [91.459132, 33.087588], [91.455089, 33.081518], [91.457168, 33.075844], [91.440223, 33.071552], [91.437155, 33.068344], [91.434215, 33.068141], [91.429437, 33.071085], [91.424473, 33.081565], [91.418946, 33.08375], [91.400285, 33.084867], [91.395481, 33.08647], [91.390319, 33.089399], [91.383346, 33.097419], [91.379603, 33.099597], [91.369146, 33.102599], [91.350322, 33.104213], [91.338758, 33.10807], [91.325077, 33.110339], [91.313522, 33.109265], [91.295863, 33.118318], [91.285273, 33.130994], [91.278592, 33.133045], [91.273731, 33.130384], [91.266582, 33.134356], [91.260309, 33.143285], [91.253994, 33.142482], [91.251052, 33.144562], [91.229301, 33.144615], [91.221658, 33.141726], [91.222343, 33.135121], [91.214219, 33.129525], [91.202568, 33.130922], [91.194416, 33.127856], [91.193193, 33.124876], [91.195144, 33.118192], [91.186202, 33.108376], [91.178694, 33.110075], [91.176836, 33.113749], [91.171789, 33.115987], [91.160463, 33.111735], [91.158524, 33.107538], [91.158638, 33.099703], [91.147063, 33.092484], [91.144409, 33.080407], [91.145119, 33.074235], [91.132751, 33.075798], [91.116029, 33.087484], [91.096697, 33.096045], [91.068252, 33.115547], [91.062901, 33.112823], [91.058218, 33.113248], [91.053299, 33.111496], [91.050149, 33.107311], [91.045925, 33.107148], [91.043866, 33.104144], [91.036196, 33.100841], [91.030991, 33.10585], [91.028654, 33.113313], [91.021365, 33.117101], [91.01685, 33.116341], [91.013187, 33.122821], [91.011148, 33.123582], [91.003095, 33.122887], [91.001049, 33.120079], [90.997814, 33.119363], [90.985792, 33.122012], [90.97132, 33.120784], [90.965019, 33.122277], [90.954893, 33.120799], [90.94625, 33.117521], [90.936784, 33.121931], [90.927515, 33.12357], [90.909515, 33.113329], [90.908004, 33.099219], [90.900389, 33.088177], [90.892864, 33.099013], [90.888613, 33.101735], [90.880667, 33.122673], [90.865762, 33.121452], [90.860479, 33.11863], [90.853831, 33.119233], [90.841867, 33.112818], [90.834413, 33.117748], [90.818518, 33.119541], [90.80881, 33.11878], [90.802853, 33.116416], [90.797316, 33.117267], [90.788205, 33.124245], [90.783031, 33.124237], [90.770809, 33.130188], [90.761921, 33.138488], [90.746088, 33.14456], [90.74038, 33.14494], [90.726018, 33.140021], [90.716445, 33.140684], [90.701319, 33.13824], [90.693821, 33.146132], [90.658504, 33.161966], [90.652726, 33.165009], [90.649496, 33.170672], [90.625766, 33.181209], [90.623257, 33.185526], [90.619539, 33.187104], [90.603404, 33.203941], [90.572587, 33.218149], [90.562328, 33.22586], [90.562659, 33.230124], [90.558501, 33.233253], [90.539308, 33.241408], [90.517728, 33.244607], [90.498046, 33.255742], [90.487883, 33.2672], [90.482388, 33.268923], [90.404966, 33.2638], [90.399636, 33.26894], [90.392592, 33.271985], [90.388595, 33.278077], [90.381361, 33.281884], [90.368607, 33.285881], [90.361945, 33.284549], [90.320249, 33.325424], [90.242739, 33.427801], [90.228029, 33.433107], [90.221845, 33.439449], [90.215906, 33.441161], [90.212972, 33.439167], [90.192505, 33.438301], [90.190289, 33.441387], [90.18433, 33.444326], [90.176876, 33.444946], [90.171876, 33.447277], [90.147092, 33.452634], [90.129067, 33.459388], [90.106218, 33.463124], [90.090204, 33.470387], [90.085992, 33.480525], [90.08925, 33.490774], [90.08566, 33.49992], [90.085366, 33.506777], [90.080847, 33.524743], [90.082012, 33.528716], [90.08108, 33.53131], [90.078718, 33.53383], [90.071717, 33.536273], [90.065536, 33.536248], [90.045992, 33.541051], [90.046597, 33.545562], [90.028669, 33.547645], [90.010688, 33.554805], [90.006157, 33.55856], [89.995296, 33.579862], [89.988295, 33.583997], [89.985819, 33.587637], [89.987723, 33.601389], [89.981478, 33.615201], [89.985586, 33.624836], [89.984388, 33.629805], [89.988315, 33.643495], [89.995534, 33.648037], [89.999712, 33.657591], [89.998757, 33.661327], [89.995431, 33.663069], [89.991988, 33.668622], [89.991766, 33.672], [90.002164, 33.687424], [90.006664, 33.68925], [90.006429, 33.69125], [90.001381, 33.695998], [89.996936, 33.696508], [89.983935, 33.704255], [89.983573, 33.707473], [89.985902, 33.71184], [89.980931, 33.714334], [89.979415, 33.716779], [89.982189, 33.722682], [89.980307, 33.727962], [89.957466, 33.734736], [89.936294, 33.743488], [89.92403, 33.743814], [89.904661, 33.741272], [89.904828, 33.746618], [89.90022, 33.761701], [89.912964, 33.768697], [89.93209, 33.798493], [89.939381, 33.804011], [89.922234, 33.812143], [89.899777, 33.809522], [89.893303, 33.824589], [89.882953, 33.825172], [89.870186, 33.831855], [89.869112, 33.840237], [89.867106, 33.84242], [89.859999, 33.843488], [89.859539, 33.853309], [89.857331, 33.857623], [89.843355, 33.86766], [89.831359, 33.87082], [89.810918, 33.864393], [89.804263, 33.867452], [89.801007, 33.864193], [89.792615, 33.866469], [89.786921, 33.873775], [89.779942, 33.878658], [89.77922, 33.8814], [89.781812, 33.884725], [89.764564, 33.894198], [89.762095, 33.896939], [89.760551, 33.902063], [89.763097, 33.907977], [89.761762, 33.913322], [89.750939, 33.913995], [89.736807, 33.919581], [89.729569, 33.92804], [89.724595, 33.929659], [89.715725, 33.948862], [89.706085, 33.9568], [89.694499, 33.961878], [89.689119, 33.959759], [89.68403, 33.960117], [89.685599, 33.972119], [89.679567, 33.9847], [89.682565, 33.989044], [89.682503, 33.993275], [89.674697, 34.000306], [89.671999, 34.007952], [89.665035, 34.01506], [89.664756, 34.020614], [89.656749, 34.021613], [89.650301, 34.026969], [89.65045, 34.03588], [89.647149, 34.041197], [89.634039, 34.043896], [89.633172, 34.052607], [89.648205, 34.054488], [89.653926, 34.060265], [89.650939, 34.065818], [89.650524, 34.078962], [89.648842, 34.083256], [89.653521, 34.091608], [89.653267, 34.096934], [89.654975, 34.09873], [89.66054, 34.097434], [89.66511, 34.103491], [89.669576, 34.102666], [89.681119, 34.109534], [89.692518, 34.131299], [89.70186, 34.131148], [89.710188, 34.13366], [89.721295, 34.129821], [89.74252, 34.128977], [89.744575, 34.128094], [89.744744, 34.125419], [89.753089, 34.124617], [89.754693, 34.125964], [89.75442, 34.12945], [89.753438, 34.13466], [89.751603, 34.135991], [89.751341, 34.141972], [89.756452, 34.148976], [89.757335, 34.154304], [89.77063, 34.154086], [89.779756, 34.151817], [89.788409, 34.152826], [89.813757, 34.170642], [89.816142, 34.179085], [89.802816, 34.188379], [89.801945, 34.190981], [89.809508, 34.194451], [89.813086, 34.200624], [89.821658, 34.206163], [89.822407, 34.218475], [89.819387, 34.226082], [89.82824, 34.238918], [89.831968, 34.255732], [89.836045, 34.263391], [89.831583, 34.274659], [89.825168, 34.281118], [89.822893, 34.2965], [89.837698, 34.306145], [89.845697, 34.3087], [89.855877, 34.320543], [89.865375, 34.326351], [89.86936, 34.33497], [89.870639, 34.340525], [89.869559, 34.345032], [89.85982, 34.34642], [89.861056, 34.354337], [89.858755, 34.360952], [89.838782, 34.358692], [89.829895, 34.361198], [89.822849, 34.365648], [89.818828, 34.370386], [89.822707, 34.386704], [89.811144, 34.388251], [89.800975, 34.392922], [89.797528, 34.396297], [89.805696, 34.406081], [89.807995, 34.415598], [89.815632, 34.420634], [89.819344, 34.425819], [89.820459, 34.42892], [89.818089, 34.438067], [89.820181, 34.443243], [89.817458, 34.450186], [89.821508, 34.455572], [89.819884, 34.458988], [89.813991, 34.464061], [89.815509, 34.467847], [89.81379, 34.47118], [89.806414, 34.477022], [89.816508, 34.485281], [89.809804, 34.504599], [89.812559, 34.512194], [89.816763, 34.517221], [89.817521, 34.522821], [89.80966, 34.528388], [89.810679, 34.531467], [89.816083, 34.53544], [89.809492, 34.540435], [89.808327, 34.54427], [89.813212, 34.550918], [89.790712, 34.568106], [89.782869, 34.571527], [89.77542, 34.577272], [89.779313, 34.584422], [89.775196, 34.588547], [89.775197, 34.596606], [89.781518, 34.601046], [89.792538, 34.604879], [89.790841, 34.615354], [89.796319, 34.628673], [89.795202, 34.63057], [89.78523, 34.634222], [89.783767, 34.641536], [89.781014, 34.644701], [89.774544, 34.641944], [89.773481, 34.63875], [89.766321, 34.641209], [89.752975, 34.641803], [89.740662, 34.645214], [89.737287, 34.650947], [89.736434, 34.657933], [89.730497, 34.661976], [89.725857, 34.661362], [89.724253, 34.663689], [89.724573, 34.666432], [89.7314, 34.672636], [89.734341, 34.683038], [89.733436, 34.691122], [89.730096, 34.697163], [89.724181, 34.700262], [89.721142, 34.704849], [89.723855, 34.711041], [89.735081, 34.714915], [89.726026, 34.721974], [89.725763, 34.726324], [89.729115, 34.728802], [89.729568, 34.73353], [89.74457, 34.735478], [89.746473, 34.740292], [89.762688, 34.741447], [89.76451, 34.747935], [89.767811, 34.75061], [89.792865, 34.744789], [89.79864, 34.745009], [89.805792, 34.752465], [89.804419, 34.769402], [89.822187, 34.779907], [89.824928, 34.783361], [89.82737, 34.789129], [89.824606, 34.792076], [89.824046, 34.79931], [89.840208, 34.80697], [89.848116, 34.806026], [89.854376, 34.809895], [89.863278, 34.810932], [89.866791, 34.817754], [89.848565, 34.823784], [89.84858, 34.839326], [89.842651, 34.853335], [89.844315, 34.858672], [89.838684, 34.865142], [89.823214, 34.87076], [89.813479, 34.871221], [89.808881, 34.874063], [89.813432, 34.878863], [89.821659, 34.88057], [89.821201, 34.883992], [89.813939, 34.893086], [89.815343, 34.900769], [89.819607, 34.904838], [89.812809, 34.906331], [89.808208, 34.912935], [89.803296, 34.916522], [89.784904, 34.923612], [89.771211, 34.916994], [89.76342, 34.917457], [89.758787, 34.915479], [89.753916, 34.90991], [89.744156, 34.904235], [89.740261, 34.910784], [89.730381, 34.908092], [89.715768, 34.916731], [89.711991, 34.921022], [89.70436, 34.920764], [89.696534, 34.907099], [89.68889, 34.902993], [89.681578, 34.902278], [89.670862, 34.897347], [89.669106, 34.892091], [89.665434, 34.889693], [89.654083, 34.888577], [89.654365, 34.885522], [89.652573, 34.884235], [89.649676, 34.884649], [89.648835, 34.88742], [89.644862, 34.887591], [89.633972, 34.883751], [89.620341, 34.883129], [89.620275, 34.886515], [89.623075, 34.892561], [89.621342, 34.894296], [89.590778, 34.896663], [89.585672, 34.894713], [89.577199, 34.895912], [89.580651, 34.899909], [89.582778, 34.91099], [89.56641, 34.918764], [89.559742, 34.930962], [89.558841, 34.939912], [89.562214, 34.94844], [89.567407, 34.949847], [89.567822, 34.960996], [89.565036, 34.965861], [89.574937, 34.989106], [89.574717, 35.001079], [89.567293, 35.007856], [89.564513, 35.012893], [89.570332, 35.017436], [89.57745, 35.019118], [89.580353, 35.021513], [89.586117, 35.041899], [89.585405, 35.046289], [89.576719, 35.054371], [89.578776, 35.05768], [89.587894, 35.058446], [89.589176, 35.060871], [89.591627, 35.088403], [89.583539, 35.099302], [89.585088, 35.102031], [89.588925, 35.103677], [89.589879, 35.109111], [89.581987, 35.113481], [89.579115, 35.119324], [89.565829, 35.123302], [89.554268, 35.120311], [89.536211, 35.123467], [89.536216, 35.126205], [89.532849, 35.13086], [89.526342, 35.131545], [89.511486, 35.138432], [89.51032, 35.148151], [89.502692, 35.164305], [89.483101, 35.186041], [89.472867, 35.209155], [89.465798, 35.216006], [89.446779, 35.226134], [89.455625, 35.238833], [89.471709, 35.246711], [89.484643, 35.257541], [89.502743, 35.263058], [89.514674, 35.268553], [89.518167, 35.272058], [89.527409, 35.276419], [89.530804, 35.280839], [89.529475, 35.285471], [89.523585, 35.28782], [89.507425, 35.284891], [89.497483, 35.287417], [89.493113, 35.295934], [89.493456, 35.301374], [89.503122, 35.322532], [89.513865, 35.332331], [89.512018, 35.34307], [89.508064, 35.350565], [89.499194, 35.35236], [89.49648, 35.356148], [89.49556, 35.36268], [89.504088, 35.372472], [89.511832, 35.373083], [89.532567, 35.36945], [89.549527, 35.377264], [89.561714, 35.380304], [89.565033, 35.382835], [89.578169, 35.383189], [89.589309, 35.385665], [89.598837, 35.393906], [89.600005, 35.399273], [89.619968, 35.414993], [89.627806, 35.417155], [89.631924, 35.420208], [89.639441, 35.421085], [89.655328, 35.426876], [89.685538, 35.417012], [89.692133, 35.426329], [89.699333, 35.428099], [89.696178, 35.436078], [89.70949, 35.439787], [89.710426, 35.448917], [89.718279, 35.451307], [89.723522, 35.454963], [89.729404, 35.464414], [89.72504, 35.469114], [89.738052, 35.469632], [89.741393, 35.480744], [89.764224, 35.483945], [89.763117, 35.485988], [89.752746, 35.491352], [89.746179, 35.502631], [89.738917, 35.507866], [89.728631, 35.505202], [89.723648, 35.506652], [89.719704, 35.503978], [89.713883, 35.508311], [89.703316, 35.50861], [89.707791, 35.517916], [89.702503, 35.521262], [89.700916, 35.529433], [89.703497, 35.536603], [89.699694, 35.539894], [89.696165, 35.53858], [89.696507, 35.543841], [89.697275, 35.548067], [89.701619, 35.551244], [89.706403, 35.578184], [89.709306, 35.583329], [89.720131, 35.583976], [89.742112, 35.579669], [89.754876, 35.583505], [89.762496, 35.589933], [89.762106, 35.60234], [89.754919, 35.606271], [89.749255, 35.616046], [89.74135, 35.62078], [89.736065, 35.636097], [89.731897, 35.642149], [89.72358, 35.648211], [89.722623, 35.650499], [89.727759, 35.656634], [89.731685, 35.658046], [89.740183, 35.657777], [89.744322, 35.659725], [89.745771, 35.662235], [89.746526, 35.672333], [89.745052, 35.686414], [89.747845, 35.692473], [89.744721, 35.69539], [89.741902, 35.701488], [89.748552, 35.704548], [89.749223, 35.711645], [89.740947, 35.711504], [89.739096, 35.714535], [89.740751, 35.719102], [89.750187, 35.730249], [89.75056, 35.739757], [89.744805, 35.757312], [89.755766, 35.760992], [89.761027, 35.764734], [89.76782, 35.76055], [89.777635, 35.762783], [89.779967, 35.775856], [89.771221, 35.786794], [89.765785, 35.796908], [89.765424, 35.801135], [89.777956, 35.806931], [89.782189, 35.822657], [89.779896, 35.830055], [89.795251, 35.841342], [89.800077, 35.848519], [89.789523, 35.858468], [89.775912, 35.862405], [89.74552, 35.854726], [89.741428, 35.859477], [89.731749, 35.859879], [89.721817, 35.853185], [89.704261, 35.84915], [89.693618, 35.850118], [89.686714, 35.848904], [89.672477, 35.853312], [89.660505, 35.851137], [89.65509, 35.848535], [89.650573, 35.849394], [89.639683, 35.855292], [89.628678, 35.855714], [89.622936, 35.85987], [89.608813, 35.86028], [89.604491, 35.862109], [89.602336, 35.861661], [89.596459, 35.855569], [89.587026, 35.857134], [89.572802, 35.86261], [89.557543, 35.862087], [89.547392, 35.857142], [89.542945, 35.866884], [89.529667, 35.870426], [89.527245, 35.873029], [89.534268, 35.875449], [89.552769, 35.873165], [89.554013, 35.876575], [89.55001, 35.8819], [89.53856, 35.882555], [89.489389, 35.902844], [89.480866, 35.903586], [89.47286, 35.901149], [89.466574, 35.90137], [89.438955, 35.913707], [89.430697, 35.915092], [89.421332, 35.91916], [89.419189, 35.926307], [89.419746, 35.935398], [89.426422, 35.93913], [89.431537, 35.947589], [89.432259, 35.952494], [89.430863, 35.959623], [89.42406, 35.967627], [89.426495, 35.975843], [89.424535, 35.97908], [89.424579, 35.985309], [89.426252, 35.990491], [89.432221, 35.992902], [89.418995, 36.006822], [89.404816, 36.013741], [89.401886, 36.017289], [89.40099, 36.019686], [89.408684, 36.035828], [89.414909, 36.045033], [89.416965, 36.046662], [89.421493, 36.046712], [89.424551, 36.044108], [89.429796, 36.044296], [89.432317, 36.036848], [89.438447, 36.031978], [89.445481, 36.031809], [89.448833, 36.028384], [89.463153, 36.030289], [89.465725, 36.027012], [89.475176, 36.022495], [89.483098, 36.024368], [89.485041, 36.027206], [89.490686, 36.027169], [89.495969, 36.029354], [89.504019, 36.029585], [89.510303, 36.026095], [89.525515, 36.030212], [89.531972, 36.028906], [89.541379, 36.03072], [89.547956, 36.029372], [89.564308, 36.03736], [89.596034, 36.037895], [89.614145, 36.042773], [89.617437, 36.048878], [89.630088, 36.048412], [89.636308, 36.049841], [89.635852, 36.052926], [89.641641, 36.057788], [89.641585, 36.064161], [89.639857, 36.06652], [89.642134, 36.069709], [89.645734, 36.068299], [89.650568, 36.070037], [89.657075, 36.06993], [89.660073, 36.074177], [89.681872, 36.085967], [89.686925, 36.09145], [89.693021, 36.091821], [89.703187, 36.089534], [89.708082, 36.090818], [89.709324, 36.093193], [89.725322, 36.088028], [89.730144, 36.083309], [89.750662, 36.080359], [89.761387, 36.073139], [89.765569, 36.075119], [89.767886, 36.079637], [89.77265, 36.078969], [89.77508, 36.075116], [89.79174, 36.071391], [89.808365, 36.076297], [89.810595, 36.08018], [89.817174, 36.081144], [89.822151, 36.077966], [89.831596, 36.079245], [89.847202, 36.07615], [89.850622, 36.077955], [89.850549, 36.079999], [89.858575, 36.082129], [89.884648, 36.077474], [89.898578, 36.078225], [89.900945, 36.079622], [89.907002, 36.075411], [89.91154, 36.079868], [89.919095, 36.076986], [89.926053, 36.077096], [89.940837, 36.067949], [89.945768, 36.070201], [89.944686, 36.079159], [89.941506, 36.084221], [89.943098, 36.093683], [89.947529, 36.099987], [89.945156, 36.111674], [89.940498, 36.116005], [89.935562, 36.131313], [89.943048, 36.141312], [89.977809, 36.15507], [89.991104, 36.164018], [89.996464, 36.169571], [90.001397, 36.178139], [90.007965, 36.184439], [90.008617, 36.187661], [90.005879, 36.193552], [90.006242, 36.196855], [90.011507, 36.202147], [90.016713, 36.212575], [90.021518, 36.233244], [90.021559, 36.243824], [90.02637, 36.253255], [90.025754, 36.257386], [90.021733, 36.263844], [90.006187, 36.267069], [90.000708, 36.274384], [90.000276, 36.278311], [90.003148, 36.280492], [90.007179, 36.277394], [90.015489, 36.275405], [90.041558, 36.276719], [90.044763, 36.272918], [90.045301, 36.266683], [90.050934, 36.260068], [90.06159, 36.253963], [90.069166, 36.256906], [90.079465, 36.256929], [90.085567, 36.250205], [90.101434, 36.250251], [90.105133, 36.24963], [90.10862, 36.246602], [90.115661, 36.248447], [90.126865, 36.245807], [90.132043, 36.242656], [90.141511, 36.241958], [90.143245, 36.239831], [90.136248, 36.233802], [90.128498, 36.223381], [90.125306, 36.211906], [90.12698, 36.208883], [90.142149, 36.20332], [90.154431, 36.194458], [90.167597, 36.193052], [90.175272, 36.189753], [90.194946, 36.189874], [90.20947, 36.17814], [90.227585, 36.168103], [90.235704, 36.16138], [90.251079, 36.158051], [90.269331, 36.162238], [90.289161, 36.158727], [90.308247, 36.160595], [90.323919, 36.159657], [90.330867, 36.155349], [90.33575, 36.148282], [90.341713, 36.145479], [90.358726, 36.144017], [90.369982, 36.148506], [90.381264, 36.144053], [90.408063, 36.140144], [90.429902, 36.134834], [90.458741, 36.13391], [90.473422, 36.1313], [90.480688, 36.132489], [90.485775, 36.139437], [90.498419, 36.144334], [90.516321, 36.148218], [90.527533, 36.14899], [90.552263, 36.145481], [90.563388, 36.138996], [90.56651, 36.133422], [90.574946, 36.131033], [90.586324, 36.134608], [90.599264, 36.13032], [90.614905, 36.127553], [90.626406, 36.132438], [90.642483, 36.133101], [90.651064, 36.136294], [90.683287, 36.128084], [90.712209, 36.115869], [90.7241, 36.105127], [90.731911, 36.102722], [90.737887, 36.098363], [90.745756, 36.095292], [90.757587, 36.093998], [90.773472, 36.087907], [90.793898, 36.053523], [90.804119, 36.044228], [90.810742, 36.045498], [90.818804, 36.041453], [90.81596, 36.039206], [90.814797, 36.03497], [90.824886, 36.03069], [90.840084, 36.018358], [90.852014, 36.018391], [90.860889, 36.020929], [90.870053, 36.026573], [90.877006, 36.027381], [90.886493, 36.024907], [90.891796, 36.028682], [90.90241, 36.031114], [90.912015, 36.031915], [90.919194, 36.029356], [90.925335, 36.031228], [90.931159, 36.040806], [90.9408, 36.047499], [90.949402, 36.061012], [90.959605, 36.091587], [90.964008, 36.096874], [90.970721, 36.099159], [90.973825, 36.10537], [90.976069, 36.106567], [90.985956, 36.104992], [90.991983, 36.108189], [90.997601, 36.107133], [90.998749, 36.102911], [91.001819, 36.101236], [91.010845, 36.104035], [91.029751, 36.101572], [91.036666, 36.093799], [91.054701, 36.09547], [91.078676, 36.088283], [91.106104, 36.093816], [91.11844, 36.103815], [91.123661, 36.113025], [91.120282, 36.115582], [91.117067, 36.122879], [91.115184, 36.133232], [91.116109, 36.139109], [91.114433, 36.142751], [91.107477, 36.148181], [91.105555, 36.154632], [91.095207, 36.16198], [91.093112, 36.161866], [91.092092, 36.165118], [91.098632, 36.171384], [91.100531, 36.175935], [91.098479, 36.179719], [91.090159, 36.186105], [91.093834, 36.198419], [91.092375, 36.205605], [91.096831, 36.217484], [91.050195, 36.238624], [91.044665, 36.245909], [91.04571, 36.254255], [91.053084, 36.270562], [91.07408, 36.287149], [91.07584, 36.293013], [91.067783, 36.30107], [91.061285, 36.30119], [91.056097, 36.298664], [91.050386, 36.300681], [91.047044, 36.304304], [91.05071, 36.309619], [91.039676, 36.314229], [91.034288, 36.319685], [91.024931, 36.324186], [91.02569, 36.333423], [91.035278, 36.341668], [91.031618, 36.345431], [91.027558, 36.358809], [91.031013, 36.367186], [91.037818, 36.37703], [91.037978, 36.383539], [91.041694, 36.385012], [91.032659, 36.392128], [91.031457, 36.397159], [91.036869, 36.401921], [91.038537, 36.411926], [91.047267, 36.42218], [91.051333, 36.430083], [91.049588, 36.43424], [91.034487, 36.435615], [91.028755, 36.438677], [91.025761, 36.442731], [91.027721, 36.457346], [91.031094, 36.46568], [91.027636, 36.470926], [91.039191, 36.475982], [91.032399, 36.482394], [91.030955, 36.485701], [91.035, 36.496582], [91.031606, 36.500921], [91.027205, 36.503238], [91.025788, 36.507156], [91.025967, 36.511153], [91.033689, 36.531286], [91.015478, 36.532711], [91.009799, 36.539244], [91.001095, 36.542217], [90.986849, 36.543259], [90.970635, 36.548357], [90.954876, 36.550103], [90.943064, 36.553526], [90.928525, 36.55442], [90.917797, 36.550091], [90.909487, 36.553398], [90.908937, 36.557057], [90.905753, 36.560038], [90.902788, 36.56047], [90.897019, 36.560879], [90.883426, 36.557706], [90.877867, 36.559368], [90.86813, 36.556893], [90.858046, 36.557712], [90.845224, 36.561613], [90.833414, 36.559239], [90.823738, 36.561201], [90.817182, 36.560262], [90.816065, 36.565052], [90.817368, 36.568758], [90.825514, 36.57833], [90.810838, 36.585225], [90.803858, 36.582207], [90.787874, 36.583584], [90.775833, 36.582564], [90.76597, 36.586745], [90.755624, 36.586224], [90.749112, 36.583539], [90.739264, 36.585786], [90.72586, 36.604277], [90.721414, 36.617665], [90.721927, 36.619854], [90.731282, 36.621102], [90.733455, 36.623896], [90.73422, 36.633557], [90.728678, 36.646797], [90.730525, 36.655308], [90.718665, 36.661683], [90.70946, 36.658923], [90.704643, 36.661054], [90.713536, 36.672418], [90.709234, 36.683432], [90.719407, 36.690741], [90.71757, 36.697667], [90.719718, 36.70674], [90.731621, 36.710486], [90.740863, 36.711181], [90.755712, 36.722236], [90.751951, 36.732085], [90.737423, 36.736982], [90.735313, 36.739872], [90.734398, 36.747498], [90.728396, 36.750281], [90.725697, 36.754776], [90.725603, 36.756283], [90.730495, 36.760227], [90.7304, 36.76765], [90.72324, 36.772813], [90.720964, 36.79798], [90.727769, 36.803272], [90.726902, 36.811712], [90.730503, 36.81851], [90.731453, 36.826489], [90.738535, 36.827477], [90.751095, 36.824226], [90.760855, 36.827631], [90.763108, 36.833838], [90.778989, 36.836611], [90.788144, 36.845667], [90.791614, 36.847124], [90.791152, 36.853195], [90.794013, 36.861623], [90.806319, 36.871528], [90.811304, 36.87696], [90.812842, 36.881296], [90.854656, 36.916263], [90.869938, 36.920608], [90.890851, 36.918023], [90.901736, 36.920479], [90.929629, 36.920334], [90.946179, 36.91816], [90.963356, 36.91931], [90.981291, 36.913303], [90.991458, 36.914964], [91.023396, 36.926266], [91.036802, 36.928994], [91.041753, 36.944561], [91.043834, 36.958401], [91.045634, 36.963799], [91.047832, 36.965708], [91.061104, 36.967949], [91.114604, 36.970256], [91.12464, 36.977215], [91.128412, 36.98362], [91.129958, 37.005764], [91.137331, 37.008961], [91.145753, 37.009894], [91.154583, 37.016164], [91.166926, 37.020335], [91.176239, 37.02124], [91.179196, 37.025211], [91.185139, 37.025688], [91.215108, 37.009634], [91.232038, 37.009843], [91.245699, 37.014574], [91.275097, 37.01141], [91.295283, 37.013245], [91.304213, 37.012434], [91.312826, 37.020575], [91.305443, 37.035074], [91.296395, 37.037554], [91.287593, 37.043153], [91.290303, 37.051216], [91.300639, 37.059928], [91.301708, 37.083503], [91.296602, 37.093486], [91.284618, 37.105222], [91.279319, 37.134679], [91.279617, 37.142723], [91.274606, 37.14993], [91.278512, 37.15806], [91.277626, 37.160185], [91.275362, 37.163959], [91.26499, 37.166332], [91.261602, 37.170425], [91.261329, 37.173677], [91.256058, 37.176906], [91.250188, 37.179317], [91.236463, 37.178384], [91.229132, 37.182104], [91.228532, 37.188746], [91.224079, 37.189786], [91.220024, 37.192951], [91.21724, 37.199741], [91.204665, 37.199495], [91.190649, 37.20324], [91.188447, 37.205336], [91.196117, 37.211282], [91.193757, 37.217379], [91.190216, 37.218722], [91.188039, 37.222579], [91.192087, 37.235347], [91.190473, 37.23726], [91.189297, 37.245239], [91.18623, 37.246898], [91.187372, 37.255869], [91.189391, 37.258986], [91.186214, 37.267311], [91.191253, 37.272483], [91.191382, 37.275549], [91.188489, 37.277987], [91.18318, 37.277637], [91.171026, 37.282433], [91.165379, 37.288024], [91.166086, 37.293358], [91.17009, 37.298979], [91.168556, 37.302678], [91.156539, 37.312948], [91.145865, 37.315181], [91.132851, 37.322943], [91.131861, 37.327295], [91.134155, 37.328732], [91.134301, 37.337603], [91.1313, 37.347508], [91.135181, 37.353194], [91.134165, 37.356041], [91.128235, 37.360828], [91.120567, 37.364246], [91.126036, 37.369823], [91.126291, 37.373745], [91.116486, 37.377241], [91.111775, 37.382467], [91.107811, 37.405323], [91.107487, 37.428818], [91.099285, 37.44548], [91.094327, 37.451476], [91.079212, 37.462804], [91.079634, 37.464434], [91.074278, 37.469731], [91.073123, 37.476165], [91.066537, 37.477713], [91.054363, 37.484668], [91.050875, 37.48411], [91.021275, 37.492601], [91.012248, 37.493784], [91.007496, 37.49241], [90.999638, 37.495196], [90.993111, 37.491298], [90.988559, 37.48579], [90.973989, 37.485683], [90.95528, 37.477928], [90.935684, 37.481742], [90.935442, 37.488005], [90.941043, 37.490348], [90.940695, 37.497279], [90.938707, 37.499992], [90.932744, 37.502941], [90.92417, 37.503399], [90.908963, 37.519713], [90.9054, 37.517833], [90.900438, 37.518521], [90.880906, 37.529201], [90.866568, 37.530003], [90.861683, 37.532617], [90.86259, 37.544533], [90.869252, 37.556121], [90.86895, 37.562344], [90.875553, 37.565503], [90.882126, 37.573359], [90.876388, 37.579027], [90.877349, 37.5818], [90.85621, 37.59337], [90.852793, 37.597738], [90.852531, 37.60185], [90.843245, 37.605573], [90.842563, 37.608842], [90.83362, 37.60705], [90.822575, 37.610212], [90.816493, 37.615058], [90.810941, 37.626523], [90.802447, 37.631525], [90.791201, 37.630369], [90.789306, 37.63838], [90.786265, 37.642819], [90.776714, 37.647381], [90.775254, 37.649951], [90.765024, 37.651235], [90.761634, 37.653424], [90.752615, 37.65252], [90.746891, 37.653641], [90.7412, 37.65575], [90.740434, 37.658993], [90.741826, 37.663991], [90.729922, 37.666968], [90.721565, 37.672731], [90.714766, 37.67487], [90.706216, 37.673534], [90.698914, 37.67796], [90.684775, 37.681834], [90.679749, 37.681183], [90.674268, 37.682893], [90.67603, 37.691792], [90.67299, 37.697088], [90.663846, 37.695271], [90.659783, 37.696604], [90.656611, 37.700483], [90.656801, 37.704623], [90.650703, 37.703573], [90.642789, 37.697677], [90.632899, 37.701448], [90.621681, 37.699243], [90.617182, 37.696641], [90.605985, 37.700472], [90.602162, 37.704025], [90.582407, 37.704563], [90.57755, 37.716026], [90.578321, 37.721867], [90.56256, 37.723469], [90.549478, 37.728933], [90.53857, 37.726698], [90.532217, 37.72938], [90.526766, 37.729323], [90.520699, 37.727147], [90.518296, 37.730284], [90.514727, 38.204315], [90.529277, 38.319773], [90.400319, 38.310996], [90.359718, 38.299872], [90.350954, 38.233211], [90.278958, 38.237922], [90.187864, 38.30017], [90.142142, 38.333662], [90.135632, 38.340299], [90.147004, 38.348817], [90.150485, 38.349418], [90.147544, 38.35199], [90.139805, 38.352646], [90.140009, 38.360458], [90.143643, 38.362069], [90.157874, 38.359931], [90.16712, 38.372095], [90.177196, 38.396805], [90.170094, 38.400067], [90.136489, 38.403697], [90.1262, 38.399932], [90.112123, 38.414023], [90.107863, 38.427451], [90.109493, 38.437285], [90.109671, 38.476382], [90.111037, 38.48201], [90.119566, 38.485751], [90.126721, 38.492538], [90.132922, 38.494641], [90.146081, 38.489973], [90.182495, 38.493886], [90.197125, 38.49115], [90.205014, 38.491265], [90.218952, 38.494725], [90.236683, 38.495468], [90.243841, 38.492677], [90.255387, 38.491714], [90.259913, 38.49262], [90.268773, 38.498744], [90.299774, 38.500808], [90.303788, 38.502231], [90.314537, 38.500203], [90.308079, 38.495207], [90.310702, 38.490459], [90.315469, 38.490702], [90.320579, 38.493116], [90.327611, 38.492756], [90.343346, 38.484914], [90.35373, 38.481623], [90.370653, 38.48537], [90.383168, 38.484195], [90.392709, 38.486772], [90.398266, 38.490074], [90.409076, 38.491917], [90.422108, 38.491029], [90.427851, 38.495817], [90.428743, 38.500452], [90.432995, 38.507516], [90.46344, 38.520399], [90.463343, 38.524618], [90.457158, 38.530807], [90.461445, 38.538738], [90.458984, 38.543346], [90.455879, 38.545223], [90.455031, 38.548754], [90.462694, 38.55443], [90.476578, 38.556775], [90.500927, 38.555413], [90.511178, 38.560153], [90.527096, 38.561062], [90.534173, 38.568762], [90.529344, 38.578116], [90.530378, 38.580083], [90.533323, 38.581887], [90.541394, 38.579632], [90.559266, 38.594529], [90.579762, 38.590989], [90.598603, 38.59534], [90.60975, 38.596239], [90.605213, 38.607678], [90.608724, 38.614231], [90.614162, 38.617273], [90.622159, 38.625356], [90.632074, 38.630376], [90.644966, 38.634141], [90.641007, 38.64093], [90.624909, 38.658018], [90.617085, 38.663864], [90.621212, 38.666252], [90.652142, 38.67255], [90.666268, 38.669915], [90.675196, 38.66649], [90.690955, 38.667968], [90.709045, 38.663163], [90.724452, 38.656505], [90.748625, 38.660916], [90.765869, 38.659426], [90.790064, 38.665597], [90.802268, 38.666225], [90.803991, 38.665155], [90.804512, 38.661627], [90.799752, 38.656402], [90.805721, 38.656245], [90.814958, 38.659133], [90.831018, 38.668266], [90.893846, 38.67869], [90.921176, 38.687473], [90.938353, 38.688877], [90.966297, 38.697046], [90.993162, 38.693533], [91.023871, 38.697252], [91.03918, 38.703672], [91.070555, 38.706529], [91.080338, 38.70901], [91.102444, 38.706912], [91.114556, 38.707457], [91.119198, 38.709464], [91.122348, 38.71494], [91.126489, 38.716994], [91.191137, 38.732541], [91.206963, 38.740334], [91.209394, 38.742919], [91.216579, 38.744415], [91.222457, 38.742927], [91.228986, 38.743755], [91.229741, 38.747636], [91.235561, 38.750024], [91.250139, 38.750831], [91.269601, 38.745305], [91.273595, 38.749392], [91.286416, 38.745245], [91.303636, 38.748413], [91.311035, 38.754677], [91.311986, 38.758793], [91.31471, 38.761582], [91.321997, 38.761232], [91.324817, 38.762393], [91.327656, 38.766325], [91.334519, 38.769006], [91.342911, 38.76988], [91.351725, 38.767232], [91.364317, 38.780171], [91.377489, 38.787096], [91.387783, 38.788569], [91.391656, 38.79339], [91.412107, 38.793038], [91.416128, 38.800222], [91.438498, 38.808107], [91.440349, 38.810304], [91.449937, 38.813825], [91.45378, 38.813055], [91.469541, 38.815591], [91.483453, 38.813866], [91.491239, 38.815563], [91.49442, 38.818591], [91.500511, 38.815108], [91.51669, 38.819587], [91.53492, 38.827252], [91.547289, 38.824755], [91.563403, 38.831055], [91.569678, 38.831912], [91.575728, 38.830738], [91.583567, 38.836332], [91.594427, 38.836605], [91.60155, 38.838914], [91.606575, 38.837538], [91.62278, 38.845581], [91.631104, 38.84589], [91.637331, 38.856608], [91.643315, 38.856904], [91.65429, 38.853274], [91.662178, 38.856919], [91.667203, 38.85444], [91.679206, 38.852601], [91.678426, 38.856532], [91.680761, 38.859543], [91.695554, 38.866399], [91.71119, 38.868949], [91.727138, 38.864502], [91.746248, 38.869027], [91.758824, 38.868218], [91.778388, 38.862933], [91.800073, 38.870338], [91.806718, 38.874424], [91.817092, 38.87514], [91.820327, 38.877072], [91.836194, 38.873867], [91.842853, 38.876621], [91.853641, 38.876184], [91.868265, 38.881149], [91.874839, 38.881442], [91.877042, 38.882704], [91.876525, 38.892594], [91.877821, 38.897439], [91.880729, 38.899939], [91.895948, 38.90132], [91.908691, 38.906775], [91.919336, 38.908361], [91.92141, 38.91254], [91.92616, 38.915221], [91.932089, 38.91501], [91.948642, 38.923233], [91.958046, 38.923445], [91.962329, 38.926432], [91.96318, 38.930567], [91.975631, 38.934228], [91.98172, 38.933963], [91.99066, 38.939631], [91.997236, 38.936319], [92.008383, 38.942728], [92.022249, 38.941746], [92.028552, 38.947388], [92.037825, 38.950648], [92.043703, 38.948384], [92.050002, 38.949061], [92.06579, 38.955138], [92.078837, 38.95382], [92.089574, 38.954757], [92.09824, 38.960205], [92.106599, 38.963168], [92.111984, 38.963342], [92.115308, 38.961473], [92.125583, 38.962649], [92.131043, 38.960624], [92.139361, 38.963111], [92.147741, 38.960388], [92.152996, 38.963381], [92.157624, 38.963964], [92.165621, 38.962828], [92.169461, 38.959251], [92.179031, 38.967887], [92.184433, 38.977303], [92.192996, 38.982024], [92.203128, 38.983325], [92.208288, 38.982072], [92.212463, 38.986401], [92.219278, 38.989194], [92.242249, 38.995801], [92.251637, 38.996605], [92.256008, 39.000897], [92.3167, 39.002756], [92.324584, 39.002355], [92.345721, 38.997331], [92.379903, 38.998517], [92.386881, 39.003703], [92.396918, 39.006611], [92.401067, 39.011601], [92.409565, 39.012444], [92.417148, 39.009975], [92.417374, 39.014308], [92.411137, 39.022048], [92.405102, 39.032719], [92.405081, 39.035216], [92.406111, 39.037081], [92.418772, 39.040601], [92.419291, 39.043758], [92.422221, 39.046672], [92.433439, 39.045637], [92.443062, 39.042811], [92.454385, 39.041726], [92.459371, 39.042778], [92.461507, 39.056671], [92.457838, 39.063773], [92.464918, 39.071941], [92.480204, 39.083925], [92.479366, 39.087939], [92.483255, 39.093825], [92.492788, 39.101689], [92.527408, 39.103092], [92.537533, 39.099929], [92.543106, 39.10067], [92.54037, 39.106528], [92.545801, 39.110803], [92.551968, 39.109035], [92.562904, 39.109945], [92.565893, 39.107332], [92.570054, 39.106841], [92.573526, 39.108953], [92.580133, 39.107257], [92.586861, 39.108675], [92.593065, 39.112461], [92.597229, 39.111516], [92.599101, 39.109025], [92.610973, 39.108812], [92.640578, 39.115856], [92.644324, 39.119307], [92.658695, 39.109281], [92.665897, 39.111661], [92.667647, 39.114851], [92.674814, 39.117441], [92.689486, 39.114012], [92.701357, 39.120245], [92.709785, 39.127197], [92.727978, 39.121196], [92.732958, 39.125171], [92.747953, 39.129313], [92.759333, 39.129571], [92.762823, 39.135914], [92.772004, 39.136258], [92.779013, 39.139076], [92.791097, 39.139135], [92.798679, 39.13723], [92.805368, 39.138761], [92.81141, 39.1321], [92.823922, 39.135453], [92.829288, 39.143135], [92.843293, 39.139226], [92.851996, 39.140148], [92.865048, 39.13823], [92.871541, 39.145875], [92.890135, 39.160607], [92.896619, 39.162043], [92.905338, 39.161562], [92.920424, 39.165939], [92.938319, 39.168587], [92.96001, 39.165123], [92.965032, 39.151639], [92.971649, 39.145436], [92.976079, 39.143713], [92.985571, 39.14732], [92.989059, 39.15102], [92.997089, 39.151572], [93.010128, 39.151441], [93.022128, 39.148765], [93.026938, 39.149619], [93.04437, 39.146031], [93.053579, 39.151476], [93.065924, 39.150537], [93.076262, 39.161714], [93.085324, 39.167189], [93.096403, 39.168668], [93.098029, 39.176059], [93.114416, 39.179141], [93.119974, 39.177748], [93.129197, 39.172419], [93.138472, 39.164299], [93.140786, 39.159783], [93.136145, 39.153802], [93.130627, 39.138168], [93.131807, 39.126659], [93.125003, 39.122038], [93.126817, 39.115005], [93.130343, 39.111963], [93.130107, 39.107668], [93.13863, 39.10271], [93.147348, 39.101277], [93.163991, 39.090118], [93.16599, 39.084152], [93.172595, 39.076108], [93.173779, 39.071838], [93.177846, 39.066794], [93.184468, 39.063949], [93.191392, 39.05629], [93.191323, 39.050714], [93.196615, 39.04571], [93.183104, 38.929187], [93.179168, 38.922776], [93.18761, 38.919062], [93.206393, 38.915429], [93.222849, 38.914303], [93.236394, 38.915652], [93.259842, 38.905575], [93.271698, 38.896262], [93.282453, 38.893612], [93.302294, 38.89414], [93.330813, 38.903686], [93.49364, 38.918378], [93.504448, 38.91729], [93.730341, 38.923698], [93.746601, 38.911942], [93.832998, 38.867391], [93.883466, 38.867471], [93.882953, 38.826035], [93.768515, 38.820564], [93.762087, 38.818335], [93.754508, 38.806044], [93.755362, 38.803883], [93.759481, 38.802828], [93.763414, 38.796093], [93.770792, 38.772293], [93.784819, 38.765191], [93.798839, 38.750523], [93.860101, 38.724504], [93.874224, 38.720443], [93.90141, 38.721783], [93.918861, 38.716653], [93.939176, 38.713767], [93.949395, 38.714353], [93.964792, 38.719378], [93.971706, 38.724703], [94.27337, 38.759499], [94.289191, 38.755695], [94.327529, 38.752657], [94.369657, 38.761648], [94.512033, 38.441735], [94.527787, 38.422234], [94.528802, 38.418896], [94.527185, 38.412602], [94.526482, 38.375877], [94.528374, 38.361392], [94.536278, 38.355457], [94.550545, 38.350269], [94.561426, 38.354261], [94.571277, 38.361132], [94.57602, 38.362399], [94.580421, 38.367843], [94.589439, 38.370024], [94.595239, 38.373844], [94.609897, 38.370987], [94.614419, 38.374302], [94.63118, 38.376583], [94.636124, 38.380769], [94.650016, 38.383853], [94.676369, 38.387124], [94.685661, 38.384689], [94.697459, 38.384366], [94.704189, 38.386785], [94.716086, 38.386809], [94.718765, 38.388447], [94.726898, 38.388917], [94.734832, 38.386126], [94.749114, 38.38422], [94.766427, 38.385934], [94.773688, 38.384067], [94.786154, 38.387287], [94.811287, 38.385788], [94.81559, 38.388775], [94.828591, 38.391073], [94.854552, 38.391236], [94.876347, 38.400262], [94.880129, 38.407114], [94.880112, 38.412124], [94.883408, 38.414417], [94.894815, 38.412688], [94.900976, 38.420292], [94.910348, 38.419356], [94.920272, 38.421676], [94.925632, 38.420977], [94.935181, 38.426391], [94.971202, 38.430351], [94.982451, 38.423708], [94.987947, 38.423487], [94.996442, 38.425746], [94.999765, 38.423414], [95.010375, 38.421608], [95.016282, 38.425882], [95.019596, 38.423866], [95.021715, 38.418852], [95.031492, 38.411277], [95.038634, 38.413108], [95.043442, 38.418094], [95.057826, 38.410519], [95.059564, 38.40761], [95.071544, 38.401979], [95.077115, 38.40492], [95.084157, 38.405434], [95.103131, 38.413902], [95.106172, 38.416803], [95.111273, 38.414373], [95.11658, 38.415034], [95.122574, 38.413444], [95.131376, 38.405003], [95.13904, 38.391667], [95.168034, 38.38653], [95.168945, 38.382136], [95.174188, 38.37763], [95.178555, 38.376787], [95.183411, 38.379101], [95.190853, 38.371609], [95.190195, 38.365035], [95.187043, 38.362595], [95.188282, 38.359608], [95.195641, 38.356214], [95.193495, 38.352834], [95.194539, 38.344604], [95.202438, 38.336804], [95.203425, 38.331299], [95.210585, 38.325645], [95.220552, 38.329515], [95.228244, 38.330646], [95.232643, 38.326351], [95.233761, 38.322385], [95.251656, 38.315966], [95.257724, 38.308077], [95.258297, 38.302972], [95.267424, 38.297292], [95.27757, 38.298342], [95.28105, 38.301423], [95.2809, 38.305306], [95.286939, 38.308028], [95.301932, 38.312742], [95.310168, 38.311647], [95.3144, 38.318576], [95.321028, 38.320442], [95.327964, 38.316531], [95.33004, 38.310427], [95.332968, 38.307899], [95.36092, 38.313595], [95.375541, 38.304372], [95.386774, 38.301217], [95.397148, 38.305008], [95.401145, 38.301424], [95.40774, 38.299988], [95.411999, 38.301339], [95.413438, 38.305553], [95.419858, 38.310614], [95.423057, 38.311078], [95.430906, 38.306381], [95.440279, 38.310524], [95.444781, 38.305893], [95.443538, 38.299125], [95.453671, 38.291366], [95.475509, 38.30199], [95.487138, 38.314277], [95.493787, 38.31532], [95.500311, 38.312965], [95.504272, 38.309483], [95.505374, 38.296282], [95.516914, 38.295094], [95.519176, 38.299445], [95.53125, 38.305952], [95.535246, 38.314067], [95.5484, 38.315074], [95.554331, 38.323772], [95.568822, 38.325703], [95.568794, 38.33054], [95.572562, 38.335562], [95.581182, 38.341739], [95.588549, 38.343999], [95.607557, 38.339384], [95.611475, 38.339949], [95.62538, 38.347178], [95.632769, 38.353855], [95.637386, 38.358878], [95.636398, 38.363611], [95.637971, 38.365527], [95.646875, 38.366831], [95.655045, 38.364068], [95.661075, 38.364488], [95.673124, 38.379213], [95.669503, 38.383845], [95.673163, 38.390241], [95.681748, 38.391326], [95.686019, 38.396857], [95.696631, 38.396282], [95.70192, 38.399677], [95.705829, 38.394399], [95.713991, 38.393463], [95.713154, 38.390177], [95.720781, 38.382707], [95.721985, 38.378542], [95.730514, 38.373095], [95.735468, 38.371309], [95.743644, 38.372838], [95.7481, 38.366829], [95.763014, 38.371346], [95.764998, 38.365404], [95.763137, 38.361491], [95.774483, 38.355503], [95.791078, 38.35508], [95.794237, 38.352457], [95.804895, 38.350398], [95.821693, 38.354555], [95.825374, 38.354005], [95.836591, 38.342494], [95.841598, 38.321975], [95.846327, 38.311192], [95.849021, 38.292279], [95.855408, 38.284344], [95.860464, 38.28359], [95.885678, 38.28952], [95.897392, 38.289199], [95.916521, 38.269921], [95.924475, 38.266422], [95.927559, 38.260913], [95.932892, 38.257905], [95.928999, 38.251121], [95.93867, 38.23718], [95.950349, 38.23403], [95.954163, 38.227839], [95.968959, 38.226638], [95.969895, 38.221099], [95.974999, 38.217564], [95.982219, 38.216001], [95.98293, 38.210906], [95.984671, 38.209637], [96, 38.206408], [96.005929, 38.207115], [96.008584, 38.199124], [96.019398, 38.200011], [96.024145, 38.198553], [96.027124, 38.191561], [96.048832, 38.177295], [96.063852, 38.172127], [96.068212, 38.176253], [96.073078, 38.187686], [96.088313, 38.183407], [96.100624, 38.18774], [96.106029, 38.187224], [96.113657, 38.183153], [96.114824, 38.17981], [96.118648, 38.178326], [96.146595, 38.175544], [96.147501, 38.172501], [96.146261, 38.166763], [96.162981, 38.167167], [96.166678, 38.160361], [96.176345, 38.157323], [96.184841, 38.156663], [96.18797, 38.155117], [96.19148, 38.148986], [96.205666, 38.148482], [96.218504, 38.155496], [96.212017, 38.16713], [96.23537, 38.169976], [96.239572, 38.166442], [96.252839, 38.166801], [96.255687, 38.159082], [96.254116, 38.157191], [96.262891, 38.145427], [96.272482, 38.145325], [96.278066, 38.151667], [96.293827, 38.156383], [96.304818, 38.155701], [96.312315, 38.161218], [96.309377, 38.174428], [96.30488, 38.176137], [96.301553, 38.182152], [96.312472, 38.189535], [96.312639, 38.192613], [96.3102, 38.196587], [96.311075, 38.20046], [96.326492, 38.229552], [96.329727, 38.232838], [96.33049, 38.24129], [96.338957, 38.255009], [96.352065, 38.258232], [96.377549, 38.276857], [96.396096, 38.28071], [96.432944, 38.280199], [96.443632, 38.278488], [96.489035, 38.266839], [96.531128, 38.258978], [96.540645, 38.253716], [96.665325, 38.222149], [96.663264, 38.259369], [96.657749, 38.278334], [96.650519, 38.286617], [96.64809, 38.292118], [96.655192, 38.296027], [96.640917, 38.30727], [96.633845, 38.316618], [96.632176, 38.327045], [96.624272, 38.339593], [96.623644, 38.346553], [96.626543, 38.356198], [96.640904, 38.369467], [96.646264, 38.37669], [96.663133, 38.388385], [96.667467, 38.39827], [96.679363, 38.411503], [96.687259, 38.414376], [96.691607, 38.450377], [96.698484, 38.457589], [96.69084, 38.462752], [96.681722, 38.466248], [96.659304, 38.481083], [96.657606, 38.488604], [96.670369, 38.497956], [96.685038, 38.494592], [96.691743, 38.495929], [96.695289, 38.503633], [96.701105, 38.50625], [96.751668, 38.499463], [96.764278, 38.503517], [96.77876, 38.504852], [96.78909, 38.514207], [96.79082, 38.526944], [96.786415, 38.530864], [96.768047, 38.54031], [96.760089, 38.546858], [96.76161, 38.555329], [96.772812, 38.566397], [96.782341, 38.563797], [96.799189, 38.571377], [96.806459, 38.565714], [96.808225, 38.561896], [96.814054, 38.56143], [96.815407, 38.564277], [96.811988, 38.568143], [96.810208, 38.574312], [96.810985, 38.57712], [96.808894, 38.58149], [96.797971, 38.590772], [96.794418, 38.60777], [96.809238, 38.608038], [96.815376, 38.599943], [96.821516, 38.59672], [96.831242, 38.596657], [96.842429, 38.589416], [96.845196, 38.589442], [96.848708, 38.592321], [96.855558, 38.586385], [96.857509, 38.582501], [96.873038, 38.574137], [96.88043, 38.575917], [96.901023, 38.572608], [96.905826, 38.569484], [96.906158, 38.565601], [96.908411, 38.563083], [96.920158, 38.560319], [96.927674, 38.554806], [96.935525, 38.554321], [96.937295, 38.558032], [96.939427, 38.558996], [96.959315, 38.554061], [96.974385, 38.559556], [96.99429, 38.563397], [96.994772, 38.565115], [97.000791, 38.566303], [97.055297, 38.592818], [97.049264, 38.62928], [97.052409, 38.638651], [97.052037, 38.644217], [97.048977, 38.645979], [97.038573, 38.64593], [97.034214, 38.649787], [97.036136, 38.651444], [97.046744, 38.652967], [97.051465, 38.667003], [97.055662, 38.672006], [97.050875, 38.67468], [97.051011, 38.681146], [97.043624, 38.68519], [97.039722, 38.680089], [97.035113, 38.678721], [97.028348, 38.679891], [97.025025, 38.685392], [97.016216, 38.686027], [97.01495, 38.691472], [97.008535, 38.702502], [97.012937, 38.706325], [97.012574, 38.709519], [97.014255, 38.712016], [97.012113, 38.714708], [97.011406, 38.7194], [97.020961, 38.730449], [97.021345, 38.744155], [97.019428, 38.748134], [97.019625, 38.753436], [97.022263, 38.75499], [97.010212, 38.759678], [97.000074, 38.760783], [96.998742, 38.764603], [96.995632, 38.766404], [96.994457, 38.769196], [96.991286, 38.783208], [96.987321, 38.791845], [96.989703, 38.799268], [96.987467, 38.819742], [96.989916, 38.822742], [96.991136, 38.831347], [96.99319, 38.834803], [96.98863, 38.850522], [96.989729, 38.860979], [96.987239, 38.861834], [96.986832, 38.865778], [96.983641, 38.868565], [96.983999, 38.871845], [96.990381, 38.877235], [96.990702, 38.880356], [96.993535, 38.883987], [96.989235, 38.885794], [96.986115, 38.884967], [96.978083, 38.886577], [96.97467, 38.885749], [96.969422, 38.88768], [96.955298, 38.888003], [96.950915, 38.892738], [96.949372, 38.899132], [96.950301, 38.903952], [96.946193, 38.906174], [96.940172, 38.906579], [96.939257, 38.913383], [96.942418, 38.922174], [96.939985, 38.927518], [96.947516, 38.934653], [96.945666, 38.944215], [96.936094, 38.954269], [96.934175, 38.970898], [96.944446, 38.981895], [96.943708, 38.985048], [96.946553, 38.994315], [96.965997, 39.012724], [96.969765, 39.019497], [96.970678, 39.024257], [96.968567, 39.034667], [96.963268, 39.040062], [96.958762, 39.040182], [96.95556, 39.042036], [96.955105, 39.04456], [96.957807, 39.05682], [96.965166, 39.060925], [96.964605, 39.066992], [96.960438, 39.07161], [96.960535, 39.074889], [96.970325, 39.079974], [96.97304, 39.085234], [96.973788, 39.094566], [96.971036, 39.097875], [96.971145, 39.102654], [96.982081, 39.109848], [96.986117, 39.116017], [96.990955, 39.118095], [96.992345, 39.12356], [96.999856, 39.124751], [97.001443, 39.131931], [97.00975, 39.136721], [97.012512, 39.141359], [97.003283, 39.150281], [96.996906, 39.151819], [96.99543, 39.158955], [96.996539, 39.160998], [96.989638, 39.17115], [96.98328, 39.177998], [96.979659, 39.176059], [96.970625, 39.181316], [96.969595, 39.190681], [96.965839, 39.193533], [96.961838, 39.194275], [96.961737, 39.196945], [96.965504, 39.199236], [96.973029, 39.200603], [96.979251, 39.205426], [96.99261, 39.203413], [96.998877, 39.203963], [97.012218, 39.212599], [97.020557, 39.208833], [97.022522, 39.21041], [97.03471, 39.21039], [97.03904, 39.208421], [97.047607, 39.209243], [97.055577, 39.206395], [97.058864, 39.202637], [97.059579, 39.198719], [97.062312, 39.197836], [97.068078, 39.200258], [97.076282, 39.199938], [97.090016, 39.204158], [97.097608, 39.19783], [97.106213, 39.200361], [97.126062, 39.196684], [97.130079, 39.197644], [97.135409, 39.203173], [97.141353, 39.198422], [97.1446, 39.200604], [97.153126, 39.199062], [97.169453, 39.189517], [97.177865, 39.189688], [97.195089, 39.196576], [97.211222, 39.19678], [97.219863, 39.188916], [97.25405, 39.179893], [97.263108, 39.172641], [97.278224, 39.170988], [97.288481, 39.165599], [97.306266, 39.161117], [97.311572, 39.162392], [97.316321, 39.167584], [97.345416, 39.174699], [97.353543, 39.160735], [97.361262, 39.151424], [97.365297, 39.148979], [97.383111, 39.152921], [97.395201, 39.148196], [97.402847, 39.148329], [97.411079, 39.140029], [97.42033, 39.136125], [97.418415, 39.127669], [97.42018, 39.123999], [97.425875, 39.122408], [97.432142, 39.12534], [97.439005, 39.120207], [97.443339, 39.112435], [97.456676, 39.115855], [97.460808, 39.119987], [97.463237, 39.119427], [97.465263, 39.117749], [97.465818, 39.113995], [97.475996, 39.106541], [97.476809, 39.104383], [97.473832, 39.098526], [97.485558, 39.096237], [97.489235, 39.093158], [97.486694, 39.086063], [97.491576, 39.079656], [97.498273, 39.079278], [97.507376, 39.076276], [97.517247, 39.076987], [97.519503, 39.074385], [97.529647, 39.071148], [97.538061, 39.071287], [97.54912, 39.068519], [97.556731, 39.057383], [97.565396, 39.054579], [97.572202, 39.054872], [97.574621, 39.052542], [97.586185, 39.048095], [97.594135, 39.040716], [97.605799, 39.036523], [97.616154, 39.035305], [97.623581, 39.030461], [97.62857, 39.031845], [97.641732, 39.025173], [97.645736, 39.018865], [97.657043, 39.017254], [97.665094, 39.011431], [97.671039, 39.011338], [97.678464, 39.006477], [97.685324, 39.005258], [97.685354, 38.989491], [97.679554, 38.982455], [97.681389, 38.980753], [97.685131, 38.969596], [97.702856, 38.969651], [97.712119, 38.966656], [97.721734, 38.967772], [97.73285, 38.963367], [97.735227, 38.96071], [97.734664, 38.958926], [97.738281, 38.956817], [97.745596, 38.958248], [97.751781, 38.955372], [97.75415, 38.948151], [97.759606, 38.944461], [97.768252, 38.943313], [97.773274, 38.940203], [97.783979, 38.938721], [97.793408, 38.94056], [97.797741, 38.936545], [97.803118, 38.935504], [97.811654, 38.939341], [97.813706, 38.937023], [97.820838, 38.934148], [97.825442, 38.928718], [97.829751, 38.929179], [97.84064, 38.921114], [97.853112, 38.92221], [97.85704, 38.915142], [97.862346, 38.909084], [97.866233, 38.907875], [97.869035, 38.903444], [97.88215, 38.897753], [97.890032, 38.898417], [97.896931, 38.888816], [97.901442, 38.886801], [97.904611, 38.887511], [97.906314, 38.884031], [97.909721, 38.881703], [97.918914, 38.878721], [97.923026, 38.879964], [97.92533, 38.883137], [97.933398, 38.881527], [97.93501, 38.88089], [97.935971, 38.877505], [97.942671, 38.874255], [97.952819, 38.873219], [97.955113, 38.87487], [97.960219, 38.868377], [97.967274, 38.864492], [97.980784, 38.860608], [97.994998, 38.861485], [98.011432, 38.858961], [98.013749, 38.855059], [98.027164, 38.844607], [98.027305, 38.837241], [98.031006, 38.831799], [98.037714, 38.831084], [98.046314, 38.825415], [98.045439, 38.822331], [98.051082, 38.81893], [98.061771, 38.820048], [98.068427, 38.816622], [98.080088, 38.797563], [98.093203, 38.784862], [98.097904, 38.787132], [98.102905, 38.79471], [98.116144, 38.797334], [98.119445, 38.808229], [98.132365, 38.811847], [98.132824, 38.81481], [98.152254, 38.820009], [98.16017, 38.832619], [98.169929, 38.839388], [98.172721, 38.84305], [98.178099, 38.845943], [98.188873, 38.848017], [98.196286, 38.854695], [98.205851, 38.858491], [98.215962, 38.867817], [98.223817, 38.871809], [98.235599, 38.874644], [98.247071, 38.88137], [98.251125, 38.887675], [98.253078, 38.899814], [98.252054, 38.907537], [98.248731, 38.911878], [98.237848, 38.914742], [98.2367, 38.922734], [98.243218, 38.929243], [98.246469, 38.936512], [98.259161, 38.94934], [98.275718, 38.975074], [98.285253, 39.008112], [98.283891, 39.021835], [98.290664, 39.028319], [98.285844, 39.032964], [98.290766, 39.037263], [98.295453, 39.038771], [98.300642, 39.035638], [98.304725, 39.035567], [98.311107, 39.037984], [98.316217, 39.037775], [98.318107, 39.036058], [98.330211, 39.038037], [98.336062, 39.035073], [98.352564, 39.033004], [98.362315, 39.029296], [98.373129, 39.029415], [98.381275, 39.032366], [98.390774, 39.026065], [98.399376, 39.023935], [98.39853, 39.016713], [98.401089, 39.015188], [98.404051, 39.009582], [98.40189, 39.005787], [98.40429, 38.999912], [98.406057, 39.000278], [98.408412, 38.99711], [98.421969, 38.999149], [98.426171, 38.997503], [98.429273, 38.999533], [98.435204, 38.998054], [98.434435, 38.983726], [98.428522, 38.977876], [98.431923, 38.975901], [98.431959, 38.973027], [98.440907, 38.96656], [98.442485, 38.963495], [98.454797, 38.961698], [98.457232, 38.958743], [98.475405, 38.953992], [98.483193, 38.948705], [98.496803, 38.952435], [98.503115, 38.952475], [98.511737, 38.956916], [98.517129, 38.954851], [98.525337, 38.955492], [98.535755, 38.950682], [98.546545, 38.94992], [98.558504, 38.944417], [98.560633, 38.941547], [98.566751, 38.938654], [98.57172, 38.931779], [98.575107, 38.931549], [98.58045, 38.928343], [98.589689, 38.931831], [98.593751, 38.938016], [98.596655, 38.946469], [98.615897, 38.946626], [98.617168, 38.950714], [98.624216, 38.954235], [98.624862, 38.957036], [98.62324, 38.960839], [98.611991, 38.976047], [98.612768, 38.97917], [98.626897, 38.983609], [98.631599, 38.98663], [98.640752, 38.986396], [98.645758, 38.991445], [98.661891, 38.99287], [98.664823, 38.994358], [98.666911, 39.001841], [98.670385, 39.007261], [98.676769, 39.009419], [98.691822, 39.020983], [98.696115, 39.031736], [98.704777, 39.042949], [98.71861, 39.048292], [98.72099, 39.052949], [98.729281, 39.055598], [98.740298, 39.074011], [98.742319, 39.085412], [98.75526, 39.087381], [98.758391, 39.089185], [98.76502, 39.084853], [98.779142, 39.088512], [98.800567, 39.086272], [98.805859, 39.087173], [98.808111, 39.084604], [98.811686, 39.086996], [98.816808, 39.084176], [98.815087, 39.080888], [98.822688, 39.071705], [98.821611, 39.067723], [98.818184, 39.065765], [98.818395, 39.063276], [98.838376, 39.056626], [98.839877, 39.052634], [98.846768, 39.054683], [98.855247, 39.051778], [98.856103, 39.04671], [98.870363, 39.048138], [98.874494, 39.046777], [98.877807, 39.04309], [98.882983, 39.042127], [98.886718, 39.038616], [98.890542, 39.028925], [98.899433, 39.021824], [98.903342, 39.010802], [98.913134, 39.007411], [98.920236, 39.001935], [98.929135, 39.001755], [98.934652, 38.994126], [98.943119, 38.993923], [98.948897, 38.988108], [98.956341, 38.984548], [98.960509, 38.985545], [98.969189, 38.982776], [98.972476, 38.985048], [98.979551, 38.983038], [98.984016, 38.98429], [98.988768, 38.978554], [98.994602, 38.975404], [99.007408, 38.979902], [99.011377, 38.984262], [99.020964, 38.982287], [99.02683, 38.977695], [99.031387, 38.977948], [99.044355, 38.972855], [99.053519, 38.964137], [99.056233, 38.954435], [99.0629, 38.953947], [99.073222, 38.95581], [99.084108, 38.95252], [99.090746, 38.955565], [99.091512, 38.957618], [99.098369, 38.954956], [99.104474, 38.949626], [99.102092, 38.944708], [99.096978, 38.942614], [99.089144, 38.934912], [99.079365, 38.934034], [99.073718, 38.916627], [99.065568, 38.909048], [99.063945, 38.904699], [99.071858, 38.900188], [99.07713, 38.893474], [99.087606, 38.890175], [99.090573, 38.88757], [99.091485, 38.880081], [99.103612, 38.877743], [99.10971, 38.870252], [99.120108, 38.863845], [99.13886, 38.857909], [99.139441, 38.851949], [99.148889, 38.850291], [99.148713, 38.848027], [99.15552, 38.83864], [99.157178, 38.832073], [99.17458, 38.830281], [99.17732, 38.821234], [99.176705, 38.817846], [99.178788, 38.815217], [99.183531, 38.814277], [99.190778, 38.816069], [99.200393, 38.809152], [99.199983, 38.804054], [99.208733, 38.800214], [99.217814, 38.801877], [99.217822, 38.794406], [99.235766, 38.791729], [99.237698, 38.785708], [99.247163, 38.783837], [99.256515, 38.778935], [99.259478, 38.772554], [99.272331, 38.773572], [99.275091, 38.770249], [99.283655, 38.768592], [99.290586, 38.764909], [99.292261, 38.760335], [99.305414, 38.760094], [99.310255, 38.758423], [99.31335, 38.75236], [99.319786, 38.749156], [99.318796, 38.742603], [99.32143, 38.739748], [99.330342, 38.739047], [99.336427, 38.735691], [99.344825, 38.738427], [99.349398, 38.736668], [99.354161, 38.730533], [99.352914, 38.726096], [99.353919, 38.723857], [99.361865, 38.722709], [99.361162, 38.715707], [99.362401, 38.712954], [99.368761, 38.709607], [99.37647, 38.708698], [99.377922, 38.701428], [99.375863, 38.698958], [99.37629, 38.692869], [99.383894, 38.685622], [99.382261, 38.682278], [99.385611, 38.676103], [99.393626, 38.670763], [99.399907, 38.671746], [99.416232, 38.669795], [99.416522, 38.662778], [99.415075, 38.659932], [99.422616, 38.654233], [99.424447, 38.649942], [99.430796, 38.645104], [99.42973, 38.638064], [99.435454, 38.631312], [99.433739, 38.628407], [99.42656, 38.624227], [99.428944, 38.62049], [99.439021, 38.615116], [99.442942, 38.609658], [99.452595, 38.605181], [99.466551, 38.605738], [99.470139, 38.609346], [99.484017, 38.615612], [99.487307, 38.614689], [99.49005, 38.610164], [99.500431, 38.612051], [99.504904, 38.609007], [99.509304, 38.609703], [99.508268, 38.602387], [99.51404, 38.597631], [99.510409, 38.592975], [99.511445, 38.589137], [99.509847, 38.586511], [99.51445, 38.576365], [99.512098, 38.567393], [99.524574, 38.548985], [99.534089, 38.541832], [99.547248, 38.535039], [99.550813, 38.529559], [99.552385, 38.522405], [99.580551, 38.504453], [99.582848, 38.499098], [99.594586, 38.496556], [99.598074, 38.489005], [99.608021, 38.484898], [99.617343, 38.484325], [99.623009, 38.477829], [99.628819, 38.474542], [99.642061, 38.477056], [99.645751, 38.473062], [99.651997, 38.470685], [99.659128, 38.464523], [99.657671, 38.460098], [99.659437, 38.456723], [99.65505, 38.449719], [99.654802, 38.44322], [99.657339, 38.439646], [99.673198, 38.434262], [99.675921, 38.429899], [99.678984, 38.430679], [99.690227, 38.427673], [99.699757, 38.427953], [99.718884, 38.421517], [99.721687, 38.418392], [99.723706, 38.411725], [99.732268, 38.40818], [99.744674, 38.410962], [99.75123, 38.409686], [99.755084, 38.411002], [99.759867, 38.406618], [99.770808, 38.40697], [99.778625, 38.397675], [99.77707, 38.390357], [99.788581, 38.386944], [99.79646, 38.386718], [99.799616, 38.384479], [99.801885, 38.379739], [99.805927, 38.378706], [99.807657, 38.372863], [99.811263, 38.371242], [99.814443, 38.367298], [99.83106, 38.367149], [99.835888, 38.368761], [99.839026, 38.366796], [99.838711, 38.362718], [99.844409, 38.359545], [99.860428, 38.359294], [99.869017, 38.354296], [99.881484, 38.351841], [99.885694, 38.346387], [99.899382, 38.347897], [99.901815, 38.343265], [99.908963, 38.343987], [99.913055, 38.336823], [99.928361, 38.335823], [99.938508, 38.341208], [99.942343, 38.340717], [99.944292, 38.338306], [99.942596, 38.334024], [99.943297, 38.331306], [99.94812, 38.327407], [99.949237, 38.322876], [99.957654, 38.315029], [99.972826, 38.316673], [99.990144, 38.312259], [100.006866, 38.312771], [100.009361, 38.307442], [100.014731, 38.30704], [100.016561, 38.30509], [100.016704, 38.2983], [100.028443, 38.29595], [100.039002, 38.286429], [100.046534, 38.286073], [100.057277, 38.280596], [100.062649, 38.284735], [100.066662, 38.283704], [100.07578, 38.28487], [100.092436, 38.271997], [100.09881, 38.270545], [100.093062, 38.266382], [100.095088, 38.261875], [100.098723, 38.258642], [100.116784, 38.251591], [100.122722, 38.234823], [100.127114, 38.228907], [100.134492, 38.229396], [100.147168, 38.224857], [100.153367, 38.22235], [100.155815, 38.217284], [100.162508, 38.215121], [100.17093, 38.215579], [100.18032, 38.219856], [100.183574, 38.241607], [100.175664, 38.251697], [100.173673, 38.258329], [100.165916, 38.266138], [100.164273, 38.272661], [100.164836, 38.281626], [100.162528, 38.287015], [100.158508, 38.289321], [100.162303, 38.300134], [100.158421, 38.303082], [100.15651, 38.309844], [100.158439, 38.312575], [100.164194, 38.314925], [100.167348, 38.320494], [100.162099, 38.327431], [100.139575, 38.331897], [100.116876, 38.34284], [100.112723, 38.352012], [100.118808, 38.354187], [100.119449, 38.356423], [100.109781, 38.370134], [100.109555, 38.377333], [100.096694, 38.389357], [100.092561, 38.396235], [100.093088, 38.400599], [100.090348, 38.407499], [100.080424, 38.405181], [100.069792, 38.413869], [100.066987, 38.418161], [100.059887, 38.419947], [100.056683, 38.415743], [100.046271, 38.420771], [100.047391, 38.423978], [100.044676, 38.428267], [100.021239, 38.431623], [100.022113, 38.43857], [100.029339, 38.444151], [100.025095, 38.450599], [100.016501, 38.452248], [100.009117, 38.457129], [99.999265, 38.46751], [100.000874, 38.473028], [100.008483, 38.481684], [100.012623, 38.48923], [100.021316, 38.496722], [100.02205, 38.507137], [100.027814, 38.510669], [100.038277, 38.508764], [100.046879, 38.511481], [100.056012, 38.520185], [100.062862, 38.518904], [100.071433, 38.504807], [100.077615, 38.501926], [100.086033, 38.493062], [100.099706, 38.49286], [100.111075, 38.496648], [100.123245, 38.48611], [100.128949, 38.484346], [100.131529, 38.481649], [100.148277, 38.478848], [100.150342, 38.474935], [100.154083, 38.472401], [100.153816, 38.467468], [100.164204, 38.459665], [100.171986, 38.459186], [100.176391, 38.456882], [100.185969, 38.457573], [100.210895, 38.454627], [100.214948, 38.452801], [100.218703, 38.446756], [100.230103, 38.446845], [100.238204, 38.441913], [100.240289, 38.437833], [100.23959, 38.433973], [100.241681, 38.426793], [100.247594, 38.418563], [100.244363, 38.412011], [100.244416, 38.407373], [100.248576, 38.402066], [100.246987, 38.398125], [100.250067, 38.394334], [100.25281, 38.383588], [100.247052, 38.376021], [100.247525, 38.37282], [100.260008, 38.364152], [100.260946, 38.367043], [100.270589, 38.377505], [100.273712, 38.379138], [100.279242, 38.376641], [100.286175, 38.377826], [100.290402, 38.383982], [100.297731, 38.388257], [100.300336, 38.388138], [100.302155, 38.386424], [100.3022, 38.379406], [100.318724, 38.362732], [100.318308, 38.35957], [100.321288, 38.35215], [100.3312, 38.340606], [100.33093, 38.337384], [100.327158, 38.337558], [100.323847, 38.335055], [100.322221, 38.330853], [100.316198, 38.328879], [100.318171, 38.325206], [100.339972, 38.317219], [100.347791, 38.310674], [100.354897, 38.311685], [100.35905, 38.307313], [100.372659, 38.30916], [100.381223, 38.305041], [100.379925, 38.300817], [100.380934, 38.297703], [100.387281, 38.297289], [100.395249, 38.292134], [100.400268, 38.297164], [100.406911, 38.299536], [100.417809, 38.307633], [100.422089, 38.30696], [100.423907, 38.305048], [100.424284, 38.300331], [100.43327, 38.300709], [100.435862, 38.296216], [100.431766, 38.286163], [100.435297, 38.281807], [100.433362, 38.276793], [100.431136, 38.276023], [100.429675, 38.27319], [100.4359, 38.267387], [100.443249, 38.268902], [100.448852, 38.265155], [100.457608, 38.264774], [100.462501, 38.268428], [100.466825, 38.269201], [100.469328, 38.272192], [100.466912, 38.279111], [100.47325, 38.284881], [100.473202, 38.288057], [100.481601, 38.285869], [100.482222, 38.282083], [100.485658, 38.278982], [100.494074, 38.277513], [100.49497, 38.272549], [100.506308, 38.272697], [100.511527, 38.27474], [100.518705, 38.273986], [100.520186, 38.266163], [100.528798, 38.263634], [100.53428, 38.257204], [100.539897, 38.253984], [100.542958, 38.246518], [100.54502, 38.245276], [100.55012, 38.250029], [100.560442, 38.247502], [100.564884, 38.250265], [100.573077, 38.250709], [100.593876, 38.24285], [100.598853, 38.248699], [100.598459, 38.255726], [100.603672, 38.256113], [100.619306, 38.266159], [100.624832, 38.266704], [100.640549, 38.260451], [100.646791, 38.260849], [100.664101, 38.255515], [100.669232, 38.257282], [100.674533, 38.254961], [100.677201, 38.251845], [100.682804, 38.251292], [100.690663, 38.247601], [100.703202, 38.247906], [100.710041, 38.253342], [100.713555, 38.252778], [100.726164, 38.245869], [100.731282, 38.245105], [100.738704, 38.237597], [100.747296, 38.240399], [100.755224, 38.235487], [100.777293, 38.212473], [100.778566, 38.20431], [100.784942, 38.202408], [100.786955, 38.192914], [100.798762, 38.18509], [100.804575, 38.183609], [100.811725, 38.171172], [100.815549, 38.168131], [100.817872, 38.162518], [100.823375, 38.157625], [100.828471, 38.156926], [100.831305, 38.154006], [100.840341, 38.15026], [100.842326, 38.147721], [100.859007, 38.147387], [100.864482, 38.154767], [100.879293, 38.161078], [100.881859, 38.165497], [100.889537, 38.167099], [100.893452, 38.174309], [100.898535, 38.179092], [100.909702, 38.178356], [100.916935, 38.173437]]] + } + }, { + "type": "Feature", + "properties": { + "name": "宁夏回族自治区", + "province_adcode": 640000, + "province_type": "自治区", + "name_en": "Ningxia", + "name_var": "Níng Xià Huí Zú", + "adcode": 640000 + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [[[[106.062183, 35.437277], [106.070944, 35.431531], [106.067232, 35.426887], [106.068035, 35.420639], [106.064697, 35.421152], [106.063945, 35.423804], [106.059116, 35.427835], [106.060346, 35.434915], [106.058194, 35.439046], [106.06168, 35.439551], [106.062183, 35.437277]]], [[[106.052292, 35.480619], [106.049166, 35.476672], [106.047929, 35.466682], [106.044878, 35.460956], [106.051526, 35.454951], [106.048679, 35.448971], [106.030992, 35.468657], [106.02717, 35.471039], [106.014294, 35.464613], [106.006882, 35.456179], [106.004228, 35.450565], [106.007372, 35.446415], [106.005584, 35.442775], [106.001234, 35.440346], [105.99841, 35.44028], [105.998514, 35.446155], [105.992658, 35.44947], [105.987658, 35.438073], [105.98126, 35.436335], [105.963253, 35.426887], [105.961369, 35.427155], [105.955682, 35.434169], [105.94819, 35.430357], [105.941918, 35.423029], [105.936643, 35.425647], [105.9264, 35.42719], [105.906449, 35.415593], [105.901229, 35.416996], [105.893461, 35.413526], [105.889486, 35.41817], [105.885299, 35.438969], [105.88641, 35.446187], [105.8922, 35.452792], [105.905415, 35.456506], [105.910117, 35.454974], [105.913221, 35.451179], [105.922754, 35.451746], [105.923674, 35.454884], [105.932632, 35.459363], [105.944908, 35.461354], [105.980119, 35.471489], [105.989722, 35.477734], [106.005834, 35.482571], [106.012384, 35.480428], [106.02109, 35.482343], [106.024099, 35.487902], [106.030747, 35.489317], [106.054202, 35.489714], [106.054588, 35.486324], [106.052292, 35.480619]]], [[[106.751304, 39.372471], [106.778624, 39.370382], [106.788075, 39.359664], [106.794448, 39.347521], [106.789922, 39.339025], [106.789689, 39.333495], [106.802323, 39.316696], [106.797092, 39.295639], [106.801851, 39.276442], [106.798331, 39.266369], [106.79088, 39.256588], [106.786341, 39.244044], [106.787843, 39.239306], [106.793921, 39.234398], [106.800047, 39.223832], [106.815774, 39.210375], [106.820591, 39.192611], [106.828778, 39.186656], [106.829965, 39.174237], [106.835668, 39.167859], [106.835216, 39.164349], [106.831909, 39.160913], [106.834422, 39.151433], [106.842934, 39.135485], [106.844589, 39.123109], [106.859761, 39.103012], [106.859998, 39.09143], [106.871835, 39.088316], [106.877429, 39.088681], [106.893529, 39.085533], [106.903149, 39.079538], [106.911273, 39.079431], [106.926414, 39.076318], [106.930142, 39.0721], [106.938755, 39.068777], [106.940562, 39.06365], [106.955844, 39.053799], [106.966281, 39.052732], [106.963021, 39.047553], [106.967417, 39.025191], [106.953727, 38.944342], [106.822715, 38.838782], [106.793503, 38.803655], [106.75223, 38.749337], [106.699864, 38.71408], [106.659193, 38.600718], [106.645144, 38.47287], [106.596177, 38.390404], [106.479067, 38.319766], [106.479223, 38.315472], [106.481313, 38.313537], [106.484441, 38.304623], [106.490207, 38.305206], [106.515309, 38.295169], [106.52752, 38.283852], [106.540422, 38.268676], [106.54985, 38.262479], [106.585249, 38.249408], [106.619713, 38.232664], [106.653379, 38.227079], [106.669357, 38.219329], [106.694751, 38.213326], [106.712025, 38.205108], [106.72382, 38.202925], [106.736767, 38.194004], [106.745175, 38.183105], [106.767389, 38.172721], [106.854017, 38.155074], [106.870908, 38.148446], [106.891506, 38.146114], [106.908443, 38.13902], [106.943725, 38.130157], [106.98904, 38.122199], [107.011678, 38.120025], [107.027784, 38.116149], [107.035184, 38.125507], [107.119039, 38.141564], [107.12651, 38.151657], [107.127989, 38.157043], [107.134256, 38.159102], [107.145939, 38.153477], [107.161649, 38.160406], [107.185038, 38.154248], [107.206684, 38.131063], [107.229052, 38.119667], [107.239748, 38.110428], [107.253689, 38.105097], [107.266529, 38.103709], [107.273674, 38.098984], [107.283154, 38.096178], [107.297894, 38.095955], [107.329784, 38.087375], [107.338216, 38.080245], [107.346243, 38.060479], [107.353484, 38.05051], [107.368871, 38.039633], [107.378585, 38.029914], [107.435455, 37.995276], [107.412654, 37.961482], [107.406208, 37.947958], [107.415185, 37.939546], [107.445121, 37.93227], [107.45319, 37.941231], [107.469975, 37.944042], [107.48925, 37.944018], [107.500405, 37.931459], [107.554945, 37.893072], [107.631178, 37.87212], [107.642962, 37.86421], [107.645058, 37.864202], [107.661362, 37.851953], [107.661713, 37.836811], [107.658969, 37.834627], [107.647929, 37.831711], [107.64923, 37.825182], [107.643981, 37.807402], [107.651621, 37.805315], [107.651236, 37.803053], [107.650145, 37.800641], [107.638428, 37.804665], [107.626404, 37.78748], [107.623688, 37.772252], [107.611533, 37.768583], [107.59605, 37.787363], [107.582261, 37.790584], [107.58435, 37.796478], [107.579438, 37.798115], [107.570951, 37.790919], [107.579201, 37.785514], [107.582834, 37.788221], [107.587859, 37.786336], [107.58418, 37.778114], [107.577011, 37.778844], [107.55931, 37.772113], [107.543735, 37.770342], [107.534483, 37.781424], [107.492248, 37.764268], [107.490708, 37.746987], [107.494032, 37.739457], [107.498368, 37.734572], [107.491145, 37.724482], [107.478967, 37.715814], [107.466317, 37.702768], [107.462394, 37.693113], [107.463424, 37.688506], [107.466013, 37.686594], [107.436987, 37.688228], [107.415294, 37.677602], [107.411145, 37.679695], [107.41146, 37.683924], [107.399383, 37.691113], [107.38072, 37.691846], [107.383912, 37.675627], [107.38214, 37.670748], [107.416943, 37.664785], [107.41598, 37.65057], [107.414632, 37.649526], [107.393724, 37.653143], [107.361142, 37.624052], [107.359767, 37.616677], [107.355405, 37.611771], [107.342956, 37.606731], [107.325264, 37.608447], [107.322252, 37.605871], [107.319452, 37.605974], [107.307554, 37.608534], [107.325722, 37.583209], [107.337102, 37.581203], [107.363016, 37.587373], [107.366698, 37.578212], [107.346299, 37.534228], [107.349169, 37.530485], [107.3431, 37.520969], [107.338046, 37.519802], [107.324908, 37.510755], [107.325237, 37.495044], [107.316986, 37.492791], [107.313914, 37.504709], [107.289477, 37.491272], [107.280604, 37.481867], [107.282534, 37.4519], [107.274084, 37.434025], [107.271576, 37.418646], [107.271897, 37.417363], [107.279011, 37.416044], [107.27351, 37.398288], [107.269102, 37.395602], [107.259385, 37.393569], [107.258877, 37.391491], [107.259739, 37.377297], [107.257815, 37.348404], [107.251274, 37.333586], [107.254875, 37.318262], [107.263652, 37.296727], [107.270316, 37.292938], [107.288421, 37.277314], [107.297651, 37.264876], [107.303527, 37.251084], [107.304654, 37.235636], [107.302186, 37.233313], [107.276302, 37.239202], [107.260673, 37.234147], [107.254387, 37.228336], [107.257754, 37.224237], [107.268591, 37.223104], [107.281918, 37.218284], [107.283375, 37.215155], [107.311567, 37.198714], [107.313748, 37.199158], [107.322259, 37.180715], [107.325462, 37.180246], [107.329169, 37.173187], [107.333678, 37.15873], [107.326024, 37.129708], [107.317982, 37.121681], [107.30196, 37.100249], [107.298072, 37.106549], [107.273843, 37.128227], [107.268301, 37.124551], [107.272104, 37.11394], [107.269093, 37.10943], [107.276193, 37.098532], [107.270834, 37.09721], [107.249925, 37.103844], [107.23201, 37.097], [107.201793, 37.123742], [107.177575, 37.140841], [107.158674, 37.140133], [107.133655, 37.134981], [107.106514, 37.126254], [107.089495, 37.116691], [107.088186, 37.120838], [107.086132, 37.120981], [107.081764, 37.125556], [107.068982, 37.129017], [107.060571, 37.126612], [107.057102, 37.123569], [107.040216, 37.129676], [107.032464, 37.137105], [107.02586, 37.140193], [107.020459, 37.130328], [107.02613, 37.11504], [107.024676, 37.106636], [107.016386, 37.112313], [106.989146, 37.12165], [106.9845, 37.117422], [106.995542, 37.108031], [106.992067, 37.10579], [106.979707, 37.107154], [106.959266, 37.112527], [106.955768, 37.11468], [106.95507, 37.120045], [106.952113, 37.124431], [106.94368, 37.13196], [106.92603, 37.141312], [106.901938, 37.151098], [106.895318, 37.149816], [106.886543, 37.13952], [106.897353, 37.133131], [106.909183, 37.132001], [106.912664, 37.123134], [106.902251, 37.115702], [106.891498, 37.099976], [106.880388, 37.104021], [106.866736, 37.115486], [106.850376, 37.11348], [106.834723, 37.126423], [106.822367, 37.131136], [106.812024, 37.142834], [106.805697, 37.144949], [106.797319, 37.145025], [106.787523, 37.151376], [106.786391, 37.154503], [106.776332, 37.158305], [106.771675, 37.157588], [106.770318, 37.155666], [106.761821, 37.135199], [106.765448, 37.126235], [106.76894, 37.12315], [106.768698, 37.121387], [106.760782, 37.110233], [106.754963, 37.106521], [106.751912, 37.101086], [106.758388, 37.092383], [106.755707, 37.080489], [106.745476, 37.089699], [106.744317, 37.09325], [106.746184, 37.096594], [106.743712, 37.09994], [106.733192, 37.099769], [106.722871, 37.108968], [106.72151, 37.113182], [106.724355, 37.120885], [106.695024, 37.117487], [106.68724, 37.12332], [106.683134, 37.129708], [106.676089, 37.121189], [106.672516, 37.113954], [106.666889, 37.110684], [106.663055, 37.114052], [106.661926, 37.122033], [106.658429, 37.125602], [106.648329, 37.123718], [106.636551, 37.118632], [106.630372, 37.128337], [106.611743, 37.134951], [106.601101, 37.127164], [106.606573, 37.11984], [106.616233, 37.095644], [106.622991, 37.088149], [106.630399, 37.082857], [106.636545, 37.074936], [106.641219, 37.064855], [106.645438, 37.036598], [106.653259, 37.023537], [106.662438, 37.017165], [106.65356, 37.007562], [106.642487, 37.012523], [106.63726, 37.011778], [106.639135, 36.994562], [106.63567, 36.974521], [106.638946, 36.962551], [106.618547, 36.959225], [106.602891, 36.962003], [106.590834, 36.968979], [106.586241, 36.963053], [106.585689, 36.955854], [106.588526, 36.94505], [106.587099, 36.940343], [106.579316, 36.9355], [106.575311, 36.934792], [106.571193, 36.937165], [106.564116, 36.945753], [106.570907, 36.946128], [106.569968, 36.952758], [106.56595, 36.957798], [106.54621, 36.973417], [106.542283, 36.982086], [106.538402, 36.985422], [106.53583, 36.983709], [106.534613, 36.978567], [106.537621, 36.969644], [106.547829, 36.955354], [106.548116, 36.950409], [106.54454, 36.943239], [106.546738, 36.939215], [106.558667, 36.930964], [106.56713, 36.930286], [106.569544, 36.932129], [106.575509, 36.93056], [106.598341, 36.917732], [106.604626, 36.909746], [106.606118, 36.904447], [106.60287, 36.903415], [106.596123, 36.895066], [106.597019, 36.890362], [106.604959, 36.881066], [106.606322, 36.880288], [106.613155, 36.885019], [106.614127, 36.888811], [106.621932, 36.892452], [106.627978, 36.889554], [106.635831, 36.882225], [106.634802, 36.867771], [106.622571, 36.86194], [106.638202, 36.853008], [106.638137, 36.841369], [106.636263, 36.83379], [106.643234, 36.82913], [106.653544, 36.817672], [106.653897, 36.811498], [106.652396, 36.809263], [106.646577, 36.807184], [106.642692, 36.809629], [106.637604, 36.802697], [106.640768, 36.798735], [106.640993, 36.794861], [106.640057, 36.79183], [106.634771, 36.78746], [106.635295, 36.771659], [106.633088, 36.760502], [106.629598, 36.753744], [106.622978, 36.752786], [106.627652, 36.735334], [106.634582, 36.728248], [106.639948, 36.726892], [106.641439, 36.723468], [106.628081, 36.72332], [106.611722, 36.737863], [106.608697, 36.73502], [106.607136, 36.73034], [106.591469, 36.746357], [106.572681, 36.746192], [106.568438, 36.737614], [106.56914, 36.734609], [106.566621, 36.733008], [106.562272, 36.732769], [106.550242, 36.737995], [106.53456, 36.726581], [106.52721, 36.725356], [106.51315, 36.718538], [106.510327, 36.715923], [106.518776, 36.706464], [106.526367, 36.689733], [106.514189, 36.687499], [106.51236, 36.690429], [106.506495, 36.693079], [106.499634, 36.691895], [106.486563, 36.68548], [106.48565, 36.680578], [106.490342, 36.666464], [106.488176, 36.629465], [106.478776, 36.62728], [106.464505, 36.620184], [106.440656, 36.624812], [106.443083, 36.612235], [106.440381, 36.609977], [106.438932, 36.600942], [106.44229, 36.596689], [106.450092, 36.595661], [106.463401, 36.581939], [106.451275, 36.57293], [106.454784, 36.566215], [106.451555, 36.559789], [106.426073, 36.558892], [106.41333, 36.563805], [106.40279, 36.572475], [106.391383, 36.577193], [106.392889, 36.573681], [106.39092, 36.559879], [106.387108, 36.556337], [106.377726, 36.562717], [106.373974, 36.5685], [106.36395, 36.5766], [106.360194, 36.577692], [106.357051, 36.57329], [106.357583, 36.571043], [106.367168, 36.557166], [106.367161, 36.548733], [106.378877, 36.545153], [106.388458, 36.548282], [106.394136, 36.547705], [106.411462, 36.531937], [106.41381, 36.526769], [106.406408, 36.519171], [106.417749, 36.514425], [106.428507, 36.517806], [106.450913, 36.496808], [106.458134, 36.499462], [106.472181, 36.495508], [106.473131, 36.488446], [106.479884, 36.480666], [106.486705, 36.482538], [106.486874, 36.491582], [106.489799, 36.494522], [106.500345, 36.484017], [106.518467, 36.47776], [106.519255, 36.467505], [106.515516, 36.456075], [106.511443, 36.450921], [106.504344, 36.448016], [106.49942, 36.442626], [106.496051, 36.43422], [106.496188, 36.432824], [106.506696, 36.426836], [106.507668, 36.422982], [106.500585, 36.414656], [106.494782, 36.416904], [106.494081, 36.422904], [106.488076, 36.422866], [106.486968, 36.405455], [106.483085, 36.402087], [106.488188, 36.399283], [106.500359, 36.401485], [106.522183, 36.391076], [106.527909, 36.375369], [106.526903, 36.370934], [106.511725, 36.367456], [106.503109, 36.370028], [106.50079, 36.363361], [106.500678, 36.35111], [106.503549, 36.343715], [106.501642, 36.326989], [106.49635, 36.320594], [106.498167, 36.314043], [106.494968, 36.31204], [106.505685, 36.300882], [106.505177, 36.296107], [106.507413, 36.291993], [106.502536, 36.28942], [106.495504, 36.295226], [106.494399, 36.301074], [106.487712, 36.309337], [106.478578, 36.3153], [106.468583, 36.313881], [106.465739, 36.311917], [106.466418, 36.305794], [106.474015, 36.29814], [106.479975, 36.285372], [106.499518, 36.268784], [106.50603, 36.271845], [106.511701, 36.271867], [106.530258, 36.261091], [106.536627, 36.25404], [106.550589, 36.258835], [106.553988, 36.263617], [106.557276, 36.273916], [106.554009, 36.279781], [106.55373, 36.28791], [106.555459, 36.292326], [106.580246, 36.283627], [106.582244, 36.278584], [106.590311, 36.270632], [106.595709, 36.279289], [106.593743, 36.283353], [106.596177, 36.293192], [106.600872, 36.296093], [106.604908, 36.290614], [106.605423, 36.276426], [106.607434, 36.272932], [106.633548, 36.265875], [106.636299, 36.280698], [106.639515, 36.285184], [106.644478, 36.28251], [106.641191, 36.279002], [106.641641, 36.265128], [106.64365, 36.259637], [106.649311, 36.257275], [106.651171, 36.259215], [106.653122, 36.267333], [106.659762, 36.262985], [106.666434, 36.268875], [106.680327, 36.273847], [106.683488, 36.270145], [106.694602, 36.243706], [106.697669, 36.239597], [106.711737, 36.232028], [106.724965, 36.232218], [106.731615, 36.237332], [106.744986, 36.22392], [106.758798, 36.215078], [106.768233, 36.212747], [106.769836, 36.22251], [106.784468, 36.226506], [106.791278, 36.223195], [106.795236, 36.215921], [106.80353, 36.211053], [106.806086, 36.218474], [106.813617, 36.22236], [106.817911, 36.220964], [106.823448, 36.215493], [106.82598, 36.226376], [106.829665, 36.229493], [106.834211, 36.221563], [106.836839, 36.207626], [106.840041, 36.202846], [106.844889, 36.202173], [106.844596, 36.205855], [106.847009, 36.207772], [106.85357, 36.20701], [106.861068, 36.19414], [106.864656, 36.183197], [106.869825, 36.178653], [106.875968, 36.178757], [106.884112, 36.16673], [106.886774, 36.166723], [106.888533, 36.169265], [106.894667, 36.169143], [106.903296, 36.155756], [106.904807, 36.144528], [106.902685, 36.135609], [106.905077, 36.131219], [106.916595, 36.130108], [106.92333, 36.138146], [106.92608, 36.138729], [106.921323, 36.118358], [106.921329, 36.11633], [106.924857, 36.113435], [106.930036, 36.116475], [106.93219, 36.122539], [106.9358, 36.126875], [106.942231, 36.122297], [106.93634, 36.108516], [106.931083, 36.107562], [106.938105, 36.100347], [106.944413, 36.100008], [106.952011, 36.093961], [106.954878, 36.075766], [106.945074, 36.068255], [106.934744, 36.063927], [106.933143, 36.057475], [106.937136, 36.045235], [106.937694, 36.032853], [106.926207, 36.029236], [106.923687, 36.015857], [106.92396, 36.011763], [106.928747, 36.007647], [106.944598, 36.004799], [106.945362, 35.991549], [106.936988, 35.982659], [106.92763, 35.979868], [106.927134, 35.975021], [106.918522, 35.967296], [106.914233, 35.965332], [106.908539, 35.953194], [106.911424, 35.940686], [106.904374, 35.942213], [106.899075, 35.951933], [106.900434, 35.955164], [106.906435, 35.957363], [106.910137, 35.961793], [106.907133, 35.96729], [106.897914, 35.962923], [106.890966, 35.964225], [106.888721, 35.96496], [106.8878, 35.967461], [106.894452, 35.965506], [106.894233, 35.972532], [106.885368, 35.971723], [106.889831, 35.957373], [106.897796, 35.942843], [106.903907, 35.938132], [106.914257, 35.937116], [106.916041, 35.944341], [106.922447, 35.951887], [106.924917, 35.952614], [106.936552, 35.949989], [106.938768, 35.94363], [106.94144, 35.941018], [106.933334, 35.929084], [106.924649, 35.925501], [106.914173, 35.928978], [106.908399, 35.932693], [106.9016, 35.92582], [106.900959, 35.916155], [106.902243, 35.917168], [106.905135, 35.914186], [106.902862, 35.910819], [106.888557, 35.917855], [106.875679, 35.913422], [106.873992, 35.908704], [106.86312, 35.902632], [106.856941, 35.894045], [106.85036, 35.891098], [106.847599, 35.887237], [106.84928, 35.882946], [106.868438, 35.878355], [106.871153, 35.880177], [106.870719, 35.882969], [106.874607, 35.882868], [106.878733, 35.877294], [106.879447, 35.8667], [106.867702, 35.875449], [106.863359, 35.868515], [106.871752, 35.855592], [106.895732, 35.827155], [106.898233, 35.826855], [106.904444, 35.831654], [106.907831, 35.831809], [106.909908, 35.830175], [106.915741, 35.818964], [106.925034, 35.807676], [106.917402, 35.80225], [106.912994, 35.805872], [106.889946, 35.813192], [106.887374, 35.810624], [106.89948, 35.798182], [106.910876, 35.795065], [106.911606, 35.78757], [106.909234, 35.771514], [106.907361, 35.768764], [106.903707, 35.767697], [106.902497, 35.772083], [106.899703, 35.775627], [106.897639, 35.775403], [106.892251, 35.768816], [106.894101, 35.763102], [106.884158, 35.762527], [106.881998, 35.764829], [106.884696, 35.775767], [106.870164, 35.779366], [106.865625, 35.770443], [106.861214, 35.756279], [106.862995, 35.74521], [106.859937, 35.736411], [106.84743, 35.745264], [106.819483, 35.746196], [106.816641, 35.744964], [106.815321, 35.743363], [106.81414, 35.729046], [106.817024, 35.719594], [106.800408, 35.708969], [106.793669, 35.713741], [106.787386, 35.720812], [106.767821, 35.721654], [106.76368, 35.724666], [106.762686, 35.730241], [106.76129, 35.729589], [106.751835, 35.722617], [106.742955, 35.708265], [106.735322, 35.702038], [106.742882, 35.695182], [106.742991, 35.696474], [106.746614, 35.697557], [106.74943, 35.690814], [106.748194, 35.688593], [106.740171, 35.692766], [106.730841, 35.688519], [106.726334, 35.688132], [106.722273, 35.690853], [106.72498, 35.693349], [106.723083, 35.695296], [106.714648, 35.697856], [106.709312, 35.701573], [106.709268, 35.703882], [106.71177, 35.705336], [106.698411, 35.71066], [106.689729, 35.721249], [106.692545, 35.724455], [106.676678, 35.731418], [106.667878, 35.724567], [106.664371, 35.717938], [106.664248, 35.71044], [106.668747, 35.707253], [106.669173, 35.700665], [106.657773, 35.703164], [106.655836, 35.708014], [106.639417, 35.710139], [106.626071, 35.714993], [106.614963, 35.733991], [106.6161, 35.740465], [106.614874, 35.744161], [106.606716, 35.738535], [106.599847, 35.741694], [106.598392, 35.748292], [106.592609, 35.746493], [106.597406, 35.731722], [106.592676, 35.727989], [106.580619, 35.728222], [106.560147, 35.740247], [106.55611, 35.739019], [106.521671, 35.74234], [106.518332, 35.737231], [106.5177, 35.725484], [106.512881, 35.732985], [106.513199, 35.734846], [106.501865, 35.738458], [106.488033, 35.736506], [106.482883, 35.727783], [106.483331, 35.722955], [106.460777, 35.718614], [106.446367, 35.700527], [106.444952, 35.695848], [106.439013, 35.69196], [106.429821, 35.68888], [106.432168, 35.664487], [106.443348, 35.650906], [106.451632, 35.64483], [106.455865, 35.644178], [106.45395, 35.639538], [106.448643, 35.636553], [106.448846, 35.63229], [106.450505, 35.629089], [106.458991, 35.624006], [106.461559, 35.620685], [106.46001, 35.615278], [106.460925, 35.607551], [106.468288, 35.600897], [106.472224, 35.583672], [106.476207, 35.579995], [106.476782, 35.577443], [106.475382, 35.574861], [106.459042, 35.580952], [106.454178, 35.576332], [106.450556, 35.56826], [106.446695, 35.536411], [106.439069, 35.530851], [106.43547, 35.52469], [106.43897, 35.519553], [106.447761, 35.518711], [106.44832, 35.515162], [106.445302, 35.510032], [106.446671, 35.508261], [106.455656, 35.505005], [106.459202, 35.502091], [106.461516, 35.496922], [106.461113, 35.481457], [106.46633, 35.47902], [106.485037, 35.484158], [106.486077, 35.477711], [106.479414, 35.461828], [106.477986, 35.449564], [106.479201, 35.445854], [106.485568, 35.443148], [106.491645, 35.434727], [106.494305, 35.424063], [106.500458, 35.41799], [106.495972, 35.40799], [106.492191, 35.403941], [106.48934, 35.39209], [106.494267, 35.388285], [106.496813, 35.373941], [106.496005, 35.366755], [106.501423, 35.360138], [106.498599, 35.354675], [106.488751, 35.352155], [106.48296, 35.340582], [106.485195, 35.328846], [106.46947, 35.311827], [106.452713, 35.308745], [106.442985, 35.299661], [106.43257, 35.298959], [106.425486, 35.293296], [106.416683, 35.282433], [106.411476, 35.279206], [106.398368, 35.274592], [106.391855, 35.276077], [106.383539, 35.270057], [106.370361, 35.274194], [106.36302, 35.270607], [106.365397, 35.263669], [106.371079, 35.255342], [106.365816, 35.245049], [106.358693, 35.238497], [106.35117, 35.240672], [106.348355, 35.247111], [106.340745, 35.25247], [106.32942, 35.252152], [106.314519, 35.267698], [106.317416, 35.275758], [106.31641, 35.278277], [106.305144, 35.289181], [106.296812, 35.288413], [106.281277, 35.302506], [106.281118, 35.30484], [106.283493, 35.307643], [106.282907, 35.312001], [106.271574, 35.328833], [106.266004, 35.332022], [106.256899, 35.331649], [106.251392, 35.334994], [106.247744, 35.340882], [106.248748, 35.343735], [106.24687, 35.34824], [106.243436, 35.35272], [106.238767, 35.354851], [106.237538, 35.358339], [106.237831, 35.360916], [106.245453, 35.366267], [106.247046, 35.369038], [106.245106, 35.37615], [106.24021, 35.377413], [106.23605, 35.39395], [106.236094, 35.407743], [106.23449, 35.411084], [106.223198, 35.410357], [106.213748, 35.414446], [106.211508, 35.413966], [106.208864, 35.410367], [106.199112, 35.40949], [106.188062, 35.411813], [106.180427, 35.427173], [106.175028, 35.424007], [106.175361, 35.436534], [106.168801, 35.437375], [106.166613, 35.435242], [106.165378, 35.426694], [106.162411, 35.420606], [106.153337, 35.417965], [106.137789, 35.403619], [106.125421, 35.396406], [106.119084, 35.374436], [106.117283, 35.373819], [106.113396, 35.375758], [106.108747, 35.373106], [106.112533, 35.364912], [106.10932, 35.362221], [106.103535, 35.364898], [106.097407, 35.381595], [106.102049, 35.387878], [106.095582, 35.391245], [106.093503, 35.39086], [106.098858, 35.401638], [106.083984, 35.402906], [106.07866, 35.421518], [106.075681, 35.426097], [106.073495, 35.447646], [106.06886, 35.448513], [106.064248, 35.455414], [106.068262, 35.463218], [106.068877, 35.469722], [106.064093, 35.481777], [106.062613, 35.491024], [106.066016, 35.48896], [106.083497, 35.489711], [106.085895, 35.49642], [106.096166, 35.50107], [106.09101, 35.510373], [106.079625, 35.512791], [106.076521, 35.511944], [106.071198, 35.507086], [106.075966, 35.50305], [106.075017, 35.499004], [106.067049, 35.492417], [106.063914, 35.49205], [106.06535, 35.502134], [106.064186, 35.504319], [106.06189, 35.504638], [106.057284, 35.5014], [106.043502, 35.498059], [106.030953, 35.495362], [106.0174, 35.494936], [106.006212, 35.501425], [106.00665, 35.511149], [106.011666, 35.510461], [106.012607, 35.511983], [106.011489, 35.522531], [106.006413, 35.526324], [105.998834, 35.522804], [105.990449, 35.52908], [105.978499, 35.530644], [105.954232, 35.538201], [105.931576, 35.53819], [105.928182, 35.53503], [105.922339, 35.535262], [105.908693, 35.540825], [105.900804, 35.547812], [105.886097, 35.5486], [105.883231, 35.547776], [105.879673, 35.541842], [105.875352, 35.538317], [105.867887, 35.538511], [105.865531, 35.543236], [105.862093, 35.535017], [105.86048, 35.523145], [105.857391, 35.515115], [105.851929, 35.511409], [105.851441, 35.506232], [105.845679, 35.492984], [105.839953, 35.490613], [105.833757, 35.492995], [105.831319, 35.495999], [105.830997, 35.509313], [105.828854, 35.519061], [105.833071, 35.52415], [105.831911, 35.538237], [105.819491, 35.543449], [105.817907, 35.556122], [105.820337, 35.561594], [105.81253, 35.576047], [105.811559, 35.57676], [105.806322, 35.570606], [105.796009, 35.565682], [105.788508, 35.572838], [105.784471, 35.579205], [105.772888, 35.587055], [105.774214, 35.589034], [105.780564, 35.588993], [105.781754, 35.591632], [105.776461, 35.599598], [105.765743, 35.603621], [105.763004, 35.602379], [105.757554, 35.603438], [105.751321, 35.610905], [105.745109, 35.610774], [105.741109, 35.614976], [105.75583, 35.618859], [105.761057, 35.631648], [105.756712, 35.632596], [105.745051, 35.624523], [105.736788, 35.632997], [105.737763, 35.635121], [105.736737, 35.636233], [105.727474, 35.640048], [105.724871, 35.637707], [105.716147, 35.646598], [105.709512, 35.647148], [105.709212, 35.652907], [105.716806, 35.663565], [105.719958, 35.672717], [105.71634, 35.680412], [105.70894, 35.677162], [105.706519, 35.677645], [105.704572, 35.683], [105.70096, 35.686866], [105.688624, 35.683813], [105.687367, 35.685312], [105.686787, 35.699344], [105.695503, 35.705235], [105.701793, 35.703755], [105.717306, 35.728192], [105.720705, 35.726481], [105.724508, 35.701989], [105.734303, 35.698906], [105.738022, 35.700126], [105.742334, 35.707292], [105.748059, 35.71217], [105.755794, 35.722682], [105.75473, 35.728835], [105.752517, 35.73109], [105.740874, 35.733343], [105.73596, 35.729512], [105.735603, 35.725853], [105.733491, 35.723422], [105.721668, 35.735204], [105.710614, 35.741101], [105.705675, 35.74086], [105.704534, 35.738021], [105.699527, 35.734066], [105.682453, 35.739009], [105.674971, 35.738051], [105.671809, 35.740244], [105.669926, 35.747343], [105.665994, 35.75147], [105.636937, 35.740116], [105.617829, 35.729582], [105.59864, 35.726185], [105.586739, 35.717667], [105.575724, 35.716207], [105.570286, 35.712495], [105.574701, 35.702442], [105.569065, 35.693524], [105.562493, 35.688578], [105.560087, 35.689548], [105.55575, 35.699885], [105.56659, 35.715445], [105.551824, 35.726663], [105.542031, 35.730049], [105.534652, 35.7221], [105.526676, 35.728309], [105.506619, 35.719056], [105.501731, 35.718521], [105.492825, 35.721976], [105.488466, 35.726759], [105.476978, 35.727766], [105.473093, 35.733208], [105.472948, 35.738702], [105.4694, 35.748989], [105.450122, 35.74761], [105.448246, 35.755254], [105.452735, 35.769797], [105.443234, 35.780815], [105.433933, 35.780595], [105.427523, 35.7898], [105.425435, 35.820282], [105.42213, 35.821354], [105.414871, 35.813807], [105.410861, 35.82489], [105.394157, 35.814544], [105.388888, 35.804112], [105.381291, 35.794219], [105.378575, 35.792742], [105.374383, 35.796866], [105.370006, 35.806128], [105.377383, 35.813365], [105.372566, 35.836531], [105.368881, 35.841169], [105.369566, 35.846956], [105.381825, 35.853689], [105.387443, 35.847856], [105.392202, 35.847468], [105.395781, 35.854922], [105.395602, 35.857709], [105.390609, 35.865242], [105.37871, 35.871822], [105.373673, 35.872422], [105.371714, 35.870685], [105.365738, 35.871701], [105.358813, 35.875741], [105.352533, 35.877312], [105.346258, 35.87559], [105.340808, 35.878777], [105.329803, 35.890874], [105.320852, 35.906469], [105.333315, 35.913455], [105.33201, 35.927802], [105.324519, 35.934607], [105.321389, 35.941874], [105.325536, 35.95017], [105.328224, 35.951687], [105.331221, 35.985401], [105.32915, 35.99757], [105.333974, 36.00523], [105.335023, 36.018024], [105.337843, 36.0287], [105.339953, 36.033817], [105.361867, 36.034657], [105.359223, 36.040066], [105.356841, 36.04155], [105.356535, 36.044484], [105.359209, 36.048627], [105.373889, 36.061864], [105.386087, 36.063669], [105.388383, 36.076933], [105.396258, 36.079764], [105.401281, 36.07438], [105.40354, 36.075137], [105.427017, 36.10397], [105.445072, 36.104109], [105.457884, 36.10722], [105.467896, 36.100107], [105.482282, 36.098921], [105.487474, 36.101271], [105.503589, 36.138515], [105.510915, 36.147894], [105.509216, 36.150745], [105.497256, 36.158943], [105.496837, 36.164774], [105.4854, 36.183252], [105.475728, 36.212761], [105.46584, 36.219803], [105.460787, 36.220276], [105.456831, 36.22314], [105.453891, 36.241307], [105.459755, 36.245977], [105.462339, 36.250819], [105.456775, 36.267151], [105.463708, 36.275839], [105.470399, 36.276841], [105.473942, 36.291593], [105.461279, 36.306844], [105.455501, 36.309085], [105.452011, 36.314852], [105.451858, 36.319704], [105.449313, 36.321334], [105.44906, 36.323324], [105.441669, 36.325935], [105.432296, 36.325037], [105.422103, 36.329462], [105.420816, 36.339551], [105.41482, 36.342692], [105.408211, 36.351455], [105.404925, 36.358819], [105.398648, 36.365141], [105.396654, 36.369265], [105.407704, 36.369073], [105.411238, 36.370439], [105.415351, 36.377605], [105.410021, 36.384002], [105.397827, 36.38512], [105.393072, 36.407918], [105.393369, 36.419313], [105.396018, 36.42435], [105.394586, 36.430641], [105.379555, 36.441253], [105.366336, 36.436827], [105.366809, 36.432594], [105.36552, 36.431588], [105.358906, 36.438949], [105.35965, 36.445087], [105.365903, 36.454551], [105.365939, 36.459797], [105.364101, 36.486391], [105.357638, 36.497617], [105.340435, 36.515209], [105.326356, 36.526099], [105.317635, 36.536526], [105.292569, 36.526642], [105.277734, 36.522502], [105.263361, 36.531432], [105.245367, 36.54757], [105.248167, 36.554748], [105.271851, 36.56276], [105.270008, 36.577621], [105.263264, 36.584813], [105.261544, 36.589217], [105.267174, 36.593153], [105.257303, 36.602549], [105.246051, 36.601696], [105.237918, 36.613165], [105.238228, 36.625557], [105.216508, 36.631076], [105.220043, 36.651542], [105.224447, 36.659971], [105.223656, 36.662847], [105.203303, 36.681156], [105.198889, 36.692348], [105.199038, 36.704966], [105.20605, 36.714963], [105.212712, 36.729224], [105.220735, 36.731525], [105.22272, 36.733686], [105.225109, 36.73138], [105.23542, 36.732455], [105.235183, 36.740723], [105.254085, 36.741319], [105.267897, 36.739005], [105.269197, 36.741173], [105.268412, 36.744382], [105.272439, 36.749768], [105.271036, 36.751466], [105.273729, 36.752864], [105.279183, 36.750135], [105.289478, 36.749519], [105.30589, 36.741089], [105.311765, 36.741851], [105.318942, 36.744743], [105.325774, 36.750424], [105.329587, 36.7624], [105.337559, 36.764368], [105.336836, 36.768888], [105.33181, 36.78253], [105.332246, 36.789479], [105.328934, 36.805814], [105.323538, 36.804906], [105.297283, 36.822408], [105.294716, 36.826593], [105.294608, 36.832856], [105.290225, 36.833595], [105.288523, 36.835599], [105.289398, 36.839518], [105.292489, 36.839099], [105.293822, 36.843358], [105.27333, 36.852799], [105.276344, 36.853206], [105.277851, 36.856452], [105.275512, 36.869431], [105.270204, 36.871003], [105.245022, 36.891674], [105.240511, 36.888898], [105.238673, 36.89043], [105.241863, 36.89405], [105.236614, 36.896625], [105.233285, 36.894037], [105.232112, 36.894642], [105.222908, 36.886059], [105.220676, 36.893893], [105.216179, 36.891124], [105.202784, 36.897601], [105.199455, 36.895902], [105.194509, 36.897149], [105.194124, 36.894893], [105.187986, 36.891598], [105.187541, 36.886079], [105.175112, 36.892135], [105.178543, 36.89763], [105.174657, 36.899003], [105.175512, 36.900275], [105.179381, 36.898586], [105.180273, 36.903057], [105.178128, 36.916533], [105.173769, 36.928915], [105.183031, 36.925584], [105.18024, 36.929032], [105.18258, 36.933944], [105.182764, 36.935806], [105.180979, 36.936553], [105.182272, 36.941448], [105.178222, 36.943493], [105.179659, 36.945216], [105.175622, 36.947129], [105.173998, 36.958957], [105.165293, 36.966963], [105.16133, 36.981314], [105.161557, 36.994632], [105.154267, 36.996566], [105.1428, 36.994941], [105.125313, 36.995872], [105.113079, 36.999755], [105.107195, 36.999752], [105.072581, 37.011796], [105.054338, 37.022528], [105.045881, 37.01965], [105.039706, 37.014156], [105.035659, 37.006324], [105.027772, 37.006533], [105.02433, 37.010201], [105.007624, 37.016631], [105.010192, 37.03158], [105.004709, 37.033775], [105.000867, 37.035138], [104.988138, 37.034443], [104.985015, 37.03839], [104.982675, 37.033278], [104.966732, 37.030297], [104.962491, 37.031188], [104.951311, 37.039689], [104.951395, 37.073673], [104.950154, 37.076754], [104.951152, 37.078222], [104.944144, 37.082648], [104.92866, 37.086156], [104.92253, 37.090744], [104.916864, 37.092061], [104.915963, 37.094502], [104.913103, 37.094523], [104.911385, 37.099744], [104.913064, 37.101342], [104.913185, 37.104477], [104.917722, 37.10727], [104.917027, 37.111238], [104.914285, 37.112703], [104.912652, 37.11731], [104.907872, 37.122366], [104.904807, 37.122987], [104.902695, 37.12618], [104.900843, 37.124936], [104.895168, 37.127444], [104.894733, 37.141252], [104.886553, 37.154513], [104.876378, 37.164695], [104.867144, 37.167169], [104.862033, 37.17104], [104.858695, 37.180646], [104.855319, 37.182641], [104.855163, 37.211982], [104.849355, 37.212662], [104.842651, 37.218002], [104.82849, 37.222506], [104.824141, 37.227567], [104.806471, 37.230937], [104.802507, 37.234548], [104.799676, 37.231709], [104.793287, 37.230301], [104.790356, 37.228034], [104.789948, 37.230896], [104.78294, 37.240968], [104.771737, 37.246319], [104.763556, 37.239403], [104.764343, 37.237129], [104.760867, 37.238852], [104.758714, 37.237216], [104.755155, 37.238841], [104.753099, 37.235737], [104.749344, 37.236948], [104.746276, 37.234005], [104.744564, 37.228482], [104.739621, 37.226549], [104.734437, 37.221118], [104.727563, 37.21908], [104.726313, 37.214787], [104.715489, 37.209561], [104.715799, 37.207273], [104.710182, 37.208712], [104.700497, 37.207686], [104.697523, 37.205115], [104.690255, 37.204252], [104.686004, 37.205856], [104.679774, 37.202557], [104.675406, 37.205059], [104.665567, 37.203415], [104.659711, 37.208391], [104.656701, 37.204188], [104.650707, 37.203141], [104.642302, 37.204487], [104.635506, 37.201441], [104.62353, 37.205146], [104.621527, 37.213068], [104.617116, 37.215343], [104.612415, 37.220762], [104.606879, 37.222498], [104.606457, 37.227251], [104.603546, 37.230375], [104.601421, 37.23707], [104.599094, 37.23834], [104.599839, 37.239455], [104.596876, 37.244633], [104.599174, 37.247419], [104.598244, 37.25799], [104.608421, 37.272126], [104.608842, 37.277523], [104.621106, 37.277868], [104.623023, 37.280383], [104.622595, 37.284939], [104.616069, 37.291365], [104.61807, 37.296111], [104.621531, 37.298419], [104.629181, 37.2988], [104.641653, 37.291249], [104.650132, 37.290556], [104.652817, 37.295139], [104.66161, 37.298849], [104.663407, 37.310704], [104.667513, 37.315395], [104.674889, 37.319022], [104.685845, 37.319032], [104.7013, 37.329758], [104.710761, 37.328948], [104.714916, 37.337273], [104.714557, 37.349148], [104.708233, 37.349624], [104.704312, 37.345903], [104.698151, 37.344497], [104.681287, 37.350044], [104.679557, 37.352072], [104.671839, 37.35248], [104.664656, 37.355918], [104.663134, 37.361534], [104.658827, 37.367885], [104.657474, 37.374245], [104.659394, 37.378225], [104.662896, 37.378281], [104.6654, 37.380585], [104.665532, 37.387654], [104.66764, 37.392676], [104.66667, 37.394947], [104.66867, 37.398606], [104.667715, 37.399652], [104.674254, 37.401355], [104.676298, 37.405971], [104.675749, 37.408427], [104.672362, 37.408234], [104.670017, 37.410984], [104.665443, 37.411975], [104.658333, 37.411173], [104.651366, 37.413242], [104.648128, 37.417254], [104.636537, 37.417824], [104.634704, 37.419717], [104.629383, 37.416186], [104.620351, 37.415698], [104.614683, 37.418367], [104.604916, 37.418925], [104.597872, 37.421757], [104.595316, 37.420416], [104.590255, 37.42239], [104.58734, 37.420021], [104.58722, 37.42267], [104.584511, 37.424514], [104.572551, 37.425673], [104.559018, 37.424136], [104.555392, 37.425877], [104.548478, 37.425737], [104.541745, 37.422916], [104.533923, 37.429385], [104.529367, 37.429376], [104.528437, 37.433669], [104.523396, 37.432102], [104.517062, 37.434565], [104.516343, 37.43039], [104.511696, 37.42803], [104.506037, 37.428828], [104.505056, 37.424879], [104.498291, 37.42117], [104.492698, 37.419801], [104.482687, 37.422301], [104.478128, 37.421886], [104.477103, 37.420274], [104.457129, 37.419367], [104.445995, 37.42334], [104.443034, 37.434507], [104.43357, 37.445872], [104.401907, 37.437833], [104.39478, 37.433051], [104.388237, 37.431751], [104.383605, 37.42633], [104.37249, 37.424791], [104.367395, 37.419533], [104.361887, 37.417562], [104.343819, 37.420078], [104.312632, 37.414859], [104.294585, 37.413571], [104.284332, 37.420891], [104.284474, 37.42733], [104.300827, 37.441642], [104.319346, 37.447983], [104.323535, 37.448186], [104.331565, 37.44426], [104.33768, 37.443829], [104.35316, 37.448951], [104.360503, 37.456454], [104.367964, 37.46112], [104.388934, 37.46039], [104.404635, 37.464323], [104.408762, 37.485786], [104.416569, 37.511097], [104.427572, 37.51031], [104.43011, 37.514638], [104.61047, 37.521256], [104.801925, 37.538604], [104.829612, 37.554195], [104.863954, 37.566359], [104.900808, 37.566325], [104.919558, 37.571577], [105.021443, 37.579262], [105.034335, 37.584452], [105.090796, 37.616082], [105.158417, 37.657847], [105.170231, 37.663427], [105.201529, 37.67049], [105.233293, 37.671938], [105.261667, 37.685574], [105.358531, 37.713898], [105.366168, 37.714833], [105.387532, 37.709214], [105.445471, 37.699829], [105.465167, 37.702523], [105.569845, 37.700771], [105.596918, 37.706552], [105.612309, 37.718455], [105.612635, 37.753153], [105.618621, 37.778074], [105.631387, 37.781081], [105.637909, 37.780525], [105.651852, 37.775949], [105.657479, 37.769204], [105.660211, 37.768914], [105.670693, 37.772205], [105.694982, 37.783884], [105.738741, 37.798777], [105.747749, 37.798733], [105.752269, 37.796504], [105.75255, 37.79434], [105.768221, 37.794389], [105.770774, 37.807117], [105.769225, 37.819777], [105.779584, 37.834566], [105.79747, 37.852079], [105.802597, 37.861242], [105.803586, 37.870752], [105.799611, 37.894664], [105.792111, 37.909411], [105.792384, 37.915033], [105.799843, 37.938042], [105.798504, 37.946388], [105.795023, 37.951028], [105.795374, 37.954086], [105.797032, 37.957754], [105.811597, 37.967714], [105.835773, 37.995853], [105.840631, 38.004306], [105.827967, 38.020308], [105.808299, 38.038946], [105.795054, 38.059151], [105.784359, 38.069456], [105.780591, 38.077493], [105.777802, 38.078609], [105.778302, 38.083378], [105.768123, 38.11392], [105.761048, 38.12136], [105.767389, 38.148072], [105.770485, 38.174926], [105.777037, 38.21047], [105.815392, 38.220751], [105.821409, 38.22049], [105.829789, 38.228156], [105.836593, 38.236934], [105.842808, 38.254017], [105.84788, 38.261959], [105.855973, 38.28325], [105.862298, 38.295082], [105.851193, 38.312677], [105.846455, 38.314156], [105.838542, 38.324097], [105.833237, 38.336479], [105.822608, 38.34635], [105.817266, 38.360588], [105.818353, 38.368247], [105.824239, 38.37945], [105.831117, 38.384535], [105.830745, 38.390878], [105.822789, 38.414627], [105.824067, 38.427497], [105.822243, 38.432242], [105.828531, 38.437624], [105.837958, 38.436201], [105.844901, 38.441777], [105.846041, 38.444541], [105.841848, 38.455167], [105.835856, 38.464985], [105.832087, 38.467522], [105.831141, 38.471677], [105.845087, 38.5146], [105.856472, 38.521905], [105.858858, 38.525369], [105.860576, 38.538048], [105.858439, 38.548547], [105.850421, 38.564086], [105.851858, 38.572882], [105.855894, 38.57899], [105.869232, 38.582037], [105.871115, 38.590269], [105.861371, 38.604645], [105.855482, 38.609724], [105.848699, 38.630002], [105.848663, 38.64008], [105.8564, 38.653421], [105.867292, 38.655598], [105.870563, 38.659199], [105.871059, 38.660287], [105.867164, 38.664577], [105.867737, 38.670893], [105.878826, 38.676209], [105.888561, 38.689374], [105.890527, 38.693376], [105.889819, 38.696002], [105.882496, 38.707971], [105.881486, 38.713634], [105.90244, 38.729082], [105.904931, 38.738029], [105.903407, 38.745483], [105.896856, 38.750731], [105.899684, 38.771198], [105.893567, 38.778276], [105.892905, 38.787064], [105.932308, 38.801496], [105.930766, 38.808751], [105.939134, 38.820624], [105.970296, 38.844078], [105.988941, 38.854729], [105.998128, 38.869377], [105.999625, 38.874598], [105.97993, 38.874104], [105.965436, 38.891688], [105.964584, 38.894193], [105.965871, 38.898012], [105.984599, 38.916582], [105.989266, 38.920099], [105.998684, 38.923296], [105.999031, 38.928499], [105.996767, 38.936885], [106.0052, 38.942717], [106.009155, 38.943246], [106.025586, 38.958168], [106.031651, 38.960411], [106.040979, 38.959992], [106.043202, 38.958593], [106.054936, 38.966774], [106.057886, 38.972083], [106.057759, 38.976804], [106.060731, 38.985081], [106.083774, 39.004772], [106.085004, 39.01677], [106.071394, 39.028686], [106.077524, 39.033324], [106.080718, 39.042348], [106.078898, 39.049271], [106.084665, 39.06748], [106.091818, 39.073536], [106.092952, 39.080718], [106.091979, 39.082222], [106.097101, 39.089604], [106.105574, 39.0968], [106.110248, 39.113444], [106.108336, 39.114384], [106.108037, 39.120154], [106.112872, 39.122346], [106.117343, 39.121763], [106.122088, 39.125747], [106.130625, 39.138103], [106.145399, 39.154962], [106.152229, 39.157936], [106.164578, 39.15705], [106.168469, 39.155102], [106.177252, 39.146323], [106.191281, 39.140966], [106.194984, 39.135951], [106.212056, 39.131772], [106.224973, 39.138668], [106.249091, 39.131473], [106.268054, 39.135099], [106.280193, 39.139822], [106.283307, 39.142888], [106.28898, 39.158119], [106.288008, 39.182983], [106.285688, 39.187411], [106.277472, 39.193485], [106.274804, 39.206412], [106.276267, 39.208864], [106.282708, 39.211178], [106.285264, 39.216659], [106.284135, 39.224493], [106.276903, 39.23699], [106.27117, 39.263854], [106.277069, 39.273456], [106.288764, 39.27624], [106.314271, 39.275672], [106.319404, 39.276409], [106.319246, 39.279556], [106.341754, 39.281877], [106.347171, 39.280274], [106.395016, 39.28538], [106.428452, 39.286719], [106.438854, 39.283179], [106.456596, 39.282077], [106.503776, 39.269428], [106.525674, 39.300037], [106.555031, 39.330196], [106.572037, 39.344738], [106.598287, 39.374611], [106.626109, 39.365751], [106.632716, 39.359811], [106.640895, 39.356486], [106.6694, 39.353738], [106.677869, 39.355512], [106.688933, 39.364782], [106.728055, 39.378249], [106.732658, 39.384], [106.745788, 39.387783], [106.747932, 39.376873], [106.751304, 39.372471]]]] + } + }, { + "type": "Feature", + "properties": { + "name": "新疆维吾尔自治区", + "province_adcode": 650000, + "province_type": "自治区", + "name_en": "Xinjiang", + "name_var": "Xīn Jiāng", + "adcode": 650000 + }, + "geometry": { + "type": "Polygon", + "coordinates": [[[87.797202, 49.180599], [87.819158, 49.172684], [87.817918, 49.153465], [87.819061, 49.149967], [87.821061, 49.148637], [87.837045, 49.148552], [87.841297, 49.146546], [87.847865, 49.140978], [87.865282, 49.116565], [87.86671, 49.111282], [87.864624, 49.105574], [87.858824, 49.101261], [87.849901, 49.098435], [87.843804, 49.094271], [87.843474, 49.086778], [87.845378, 49.08071], [87.851327, 49.072144], [87.850256, 49.067861], [87.8336, 49.056796], [87.832053, 49.053941], [87.834433, 49.045375], [87.83795, 49.040647], [87.849105, 49.035411], [87.870282, 49.032913], [87.877539, 49.030652], [87.8798, 49.024941], [87.878848, 49.009594], [87.879919, 49.000076], [87.882298, 48.995436], [87.888185, 48.99179], [87.900671, 48.988918], [87.90662, 48.985052], [87.90769, 48.979126], [87.877605, 48.970716], [87.87116, 48.963116], [87.873158, 48.951442], [87.872266, 48.948021], [87.868846, 48.945047], [87.862451, 48.944006], [87.842225, 48.945493], [87.816051, 48.949211], [87.81159, 48.94579], [87.807872, 48.938355], [87.802061, 48.932543], [87.7972, 48.931129], [87.792524, 48.927244], [87.756828, 48.926252], [87.755271, 48.924018], [87.756352, 48.911118], [87.737983, 48.881422], [87.738934, 48.87476], [87.745407, 48.870191], [87.752926, 48.868383], [87.781581, 48.869712], [87.787945, 48.862075], [87.790615, 48.849671], [87.793851, 48.845674], [87.807557, 48.842057], [87.819359, 48.834823], [87.82526, 48.829303], [87.82507, 48.826067], [87.820691, 48.824544], [87.802227, 48.823592], [87.797468, 48.822641], [87.796135, 48.820547], [87.812827, 48.809745], [87.818866, 48.80273], [87.824576, 48.798923], [87.829216, 48.798447], [87.858008, 48.802968], [87.871452, 48.798923], [87.925465, 48.763588], [87.936887, 48.757996], [87.939497, 48.758226], [87.947713, 48.765848], [87.958064, 48.771321], [87.96544, 48.772392], [87.97829, 48.768942], [88.022429, 48.750977], [88.048008, 48.7367], [88.05586, 48.730037], [88.055622, 48.718735], [88.059072, 48.712192], [88.083517, 48.71755], [88.096996, 48.714779], [88.09037, 48.700513], [88.078092, 48.689187], [88.051708, 48.670189], [88.028389, 48.656031], [88.024106, 48.651034], [88.021839, 48.644958], [88.027723, 48.637807], [88.028467, 48.633791], [88.026236, 48.628884], [87.996871, 48.613646], [87.980894, 48.610867], [87.971857, 48.607049], [87.957967, 48.598181], [87.958495, 48.591631], [87.963373, 48.582946], [87.981907, 48.568324], [88.004677, 48.565012], [88.028386, 48.551997], [88.037474, 48.548968], [88.058223, 48.545256], [88.078591, 48.549539], [88.095818, 48.548778], [88.105241, 48.546017], [88.108858, 48.543257], [88.115996, 48.531645], [88.123611, 48.523365], [88.142932, 48.528219], [88.149713, 48.525602], [88.184572, 48.498119], [88.196734, 48.492015], [88.216462, 48.501328], [88.235173, 48.49741], [88.250307, 48.497838], [88.263013, 48.492556], [88.313838, 48.478707], [88.339536, 48.469998], [88.353813, 48.463859], [88.356954, 48.460147], [88.351814, 48.441445], [88.357097, 48.434878], [88.383652, 48.421457], [88.416917, 48.408037], [88.428909, 48.401755], [88.437761, 48.393332], [88.443471, 48.390762], [88.446177, 48.390033], [88.460113, 48.393001], [88.490302, 48.409359], [88.503092, 48.412334], [88.512461, 48.4104], [88.520046, 48.405344], [88.522425, 48.380508], [88.530902, 48.369057], [88.534952, 48.367077], [88.570168, 48.367719], [88.571358, 48.364506], [88.569454, 48.355702], [88.573142, 48.349992], [88.58266, 48.344757], [88.596342, 48.341783], [88.60589, 48.335553], [88.606236, 48.332379], [88.600138, 48.319298], [88.575868, 48.2936], [88.572061, 48.282892], [88.57444, 48.276229], [88.585624, 48.268258], [88.592048, 48.257075], [88.595809, 48.2456], [88.595498, 48.229949], [88.597997, 48.220312], [88.600971, 48.216981], [88.616212, 48.211961], [88.626907, 48.206392], [88.631785, 48.198302], [88.632737, 48.189617], [88.639076, 48.180547], [88.657997, 48.173856], [88.672922, 48.171595], [88.692208, 48.179454], [88.696629, 48.180541], [88.703678, 48.179585], [88.711819, 48.175062], [88.716643, 48.166318], [88.721468, 48.161192], [88.746796, 48.152599], [88.773783, 48.137824], [88.801372, 48.128175], [88.80573, 48.124398], [88.812671, 48.112518], [88.819456, 48.107241], [88.828351, 48.106186], [88.844181, 48.111463], [88.873429, 48.110558], [88.913833, 48.111915], [88.93756, 48.109412], [88.939368, 48.100703], [88.951444, 48.092441], [88.953013, 48.089871], [89.012594, 48.060596], [89.032744, 48.041917], [89.037846, 48.030513], [89.037846, 48.014714], [89.041537, 48.00997], [89.053029, 48.00416], [89.058245, 47.995202], [89.059643, 47.991433], [89.058616, 47.990383], [89.062466, 47.987878], [89.096818, 47.985087], [89.153212, 47.993653], [89.166418, 47.99282], [89.206155, 47.979852], [89.220193, 47.979733], [89.25303, 47.989965], [89.268853, 47.989727], [89.280786, 47.994044], [89.286476, 48], [89.288489, 48.004675], [89.289761, 48.016088], [89.296117, 48.01952], [89.328152, 48.025749], [89.347474, 48.025622], [89.361203, 48.028291], [89.369212, 48.037317], [89.379066, 48.044941], [89.398704, 48.035919], [89.443959, 48.034648], [89.468606, 48.02763], [89.4844, 48.025973], [89.52545, 48.035491], [89.544728, 48.03843], [89.561468, 48.037133], [89.580225, 48.030997], [89.591449, 48.018716], [89.594304, 48.010435], [89.59368, 48.001309], [89.589686, 48.000063], [89.588261, 47.983428], [89.59007, 47.969437], [89.595495, 47.963536], [89.612627, 47.953257], [89.637469, 47.947355], [89.644321, 47.942787], [89.643179, 47.917184], [89.645273, 47.91252], [89.712088, 47.90186], [89.725889, 47.898339], [89.738358, 47.891866], [89.745211, 47.884062], [89.747685, 47.87759], [89.747209, 47.864455], [89.752872, 47.845035], [89.762747, 47.830223], [89.766313, 47.828915], [89.794388, 47.83491], [89.809408, 47.83491], [89.860586, 47.828699], [89.867296, 47.829342], [89.87936, 47.836409], [89.89535, 47.838979], [89.935188, 47.832519], [89.946341, 47.832519], [89.953034, 47.834303], [89.957941, 47.838467], [89.959131, 47.84397], [89.956603, 47.868359], [89.960172, 47.884718], [89.963444, 47.885313], [89.985751, 47.880405], [90.005987, 47.879764], [90.032329, 47.874568], [90.039758, 47.874611], [90.061582, 47.883154], [90.067386, 47.88187], [90.082474, 47.869958], [90.08327, 47.863122], [90.081339, 47.847933], [90.077388, 47.832211], [90.073001, 47.821872], [90.072534, 47.791577], [90.075791, 47.782372], [90.086014, 47.767082], [90.100693, 47.752988], [90.111004, 47.746384], [90.130293, 47.726284], [90.14644, 47.721247], [90.175141, 47.722938], [90.194019, 47.722246], [90.211437, 47.707369], [90.22615, 47.701145], [90.241971, 47.70623], [90.247044, 47.706349], [90.267735, 47.694831], [90.319307, 47.683158], [90.348837, 47.672133], [90.376548, 47.6531], [90.391729, 47.645224], [90.390624, 47.64258], [90.362822, 47.645572], [90.35546, 47.644836], [90.349731, 47.640993], [90.347197, 47.63665], [90.347233, 47.631652], [90.352551, 47.622343], [90.377928, 47.600198], [90.395137, 47.563154], [90.400474, 47.544415], [90.408873, 47.536458], [90.436301, 47.52306], [90.467864, 47.497602], [90.473391, 47.459113], [90.468769, 47.44987], [90.461109, 47.442562], [90.457469, 47.436634], [90.460692, 47.424553], [90.460649, 47.410551], [90.467531, 47.404414], [90.50312, 47.399272], [90.515766, 47.389636], [90.522161, 47.381676], [90.52093, 47.37184], [90.50286, 47.356313], [90.500533, 47.349025], [90.507023, 47.338972], [90.505864, 47.333709], [90.494518, 47.3268], [90.487469, 47.319305], [90.491024, 47.31275], [90.514016, 47.295137], [90.526555, 47.273074], [90.538554, 47.243153], [90.543226, 47.23782], [90.559803, 47.228813], [90.561054, 47.205906], [90.586136, 47.18953], [90.597021, 47.168632], [90.621939, 47.150283], [90.631647, 47.136432], [90.637058, 47.133364], [90.653362, 47.129526], [90.655298, 47.1251], [90.653966, 47.110488], [90.664362, 47.096856], [90.669843, 47.091013], [90.686136, 47.081961], [90.701084, 47.063356], [90.73571, 47.026826], [90.74801, 47.018879], [90.756399, 47.010707], [90.761734, 46.992057], [90.777643, 46.99132], [90.806863, 46.995076], [90.825776, 46.994052], [90.845459, 46.987025], [90.867247, 46.971132], [90.880279, 46.964732], [90.891819, 46.962678], [90.90374, 46.956406], [90.906631, 46.949971], [90.91689, 46.940952], [90.919522, 46.92395], [90.917347, 46.91169], [90.922144, 46.901366], [90.930729, 46.88975], [90.937249, 46.886094], [90.951477, 46.882273], [90.954477, 46.878554], [90.95321, 46.853636], [90.941258, 46.832302], [90.940833, 46.824727], [90.969588, 46.800272], [90.98367, 46.794564], [90.988371, 46.790479], [90.989023, 46.784537], [90.99308, 46.774337], [90.996908, 46.770385], [91.020643, 46.76097], [91.023196, 46.756251], [91.023702, 46.748223], [91.043216, 46.723252], [91.052905, 46.71499], [91.034862, 46.668247], [91.014679, 46.584599], [91.020584, 46.579362], [91.064705, 46.57861], [91.070061, 46.57077], [91.073824, 46.554099], [91.07123, 46.547432], [91.058743, 46.533042], [91.057683, 46.523193], [91.050356, 46.506205], [91.034488, 46.499029], [91.034642, 46.487481], [91.018116, 46.461642], [91.020416, 46.439866], [91.000002, 46.428392], [90.994579, 46.422641], [90.98756, 46.403455], [90.983284, 46.384961], [90.977625, 46.374096], [90.968249, 46.363356], [90.913849, 46.32438], [90.908278, 46.313856], [90.896088, 46.310613], [90.898084, 46.299951], [90.94972, 46.232634], [90.943671, 46.218092], [90.981918, 46.154049], [91.014053, 46.125743], [91.014153, 46.077685], [91.009784, 46.069023], [91.010331, 46.065221], [91.021681, 46.053985], [91.024141, 46.03867], [91.022275, 46.023573], [91.001756, 46.003143], [90.988313, 45.99693], [90.847466, 45.887242], [90.773267, 45.803217], [90.714061, 45.726144], [90.676843, 45.601906], [90.666658, 45.541172], [90.670221, 45.486902], [90.688521, 45.472917], [90.733672, 45.454373], [90.756933, 45.439671], [90.769807, 45.428175], [90.771691, 45.404404], [90.789706, 45.361356], [90.808475, 45.324069], [90.807034, 45.30452], [90.80402, 45.289773], [90.832675, 45.297376], [90.87523, 45.278516], [90.894042, 45.247694], [90.865367, 45.203503], [90.883728, 45.194749], [90.879507, 45.189384], [90.961339, 45.198906], [90.993205, 45.216057], [91.015902, 45.214649], [91.049186, 45.20652], [91.079767, 45.214965], [91.093708, 45.214996], [91.110149, 45.209981], [91.123672, 45.214205], [91.167563, 45.197686], [91.168523, 45.184745], [91.171986, 45.177656], [91.176161, 45.173531], [91.193726, 45.158864], [91.209113, 45.155002], [91.221812, 45.153679], [91.229281, 45.14951], [91.237926, 45.136276], [91.242051, 45.133482], [91.273728, 45.131972], [91.300073, 45.128658], [91.330638, 45.128163], [91.373164, 45.108982], [91.386772, 45.111927], [91.385572, 45.124473], [91.427807, 45.153622], [91.445952, 45.154779], [91.455108, 45.149856], [91.48628, 45.122081], [91.494803, 45.105238], [91.499775, 45.100096], [91.533954, 45.088619], [91.559686, 45.070227], [91.571616, 45.078353], [91.581399, 45.079982], [91.617042, 45.066031], [91.669978, 45.066035], [91.68089, 45.063924], [91.703985, 45.065686], [91.712319, 45.068583], [91.803234, 45.081028], [91.890992, 45.078434], [92.051939, 45.082633], [92.09644, 45.079485], [92.142797, 45.056592], [92.239975, 45.012999], [92.248244, 45.021695], [92.252936, 45.022969], [92.265046, 45.018633], [92.315092, 45.026675], [92.343142, 45.012391], [92.413114, 45.016514], [92.487003, 45.000028], [92.518164, 45.004441], [92.541375, 45.018326], [92.591382, 45.01659], [92.651985, 45.021081], [92.686608, 45.025754], [92.723303, 45.034178], [92.750598, 45.042917], [92.776586, 45.044971], [92.84388, 45.036046], [92.875026, 45.044753], [92.883571, 45.045073], [92.903927, 45.036209], [92.922064, 45.034318], [92.930682, 45.017274], [92.96928, 45.015277], [92.983059, 45.001198], [92.988564, 45.001198], [92.992591, 45.004532], [93.015782, 45.010716], [93.046896, 45.015755], [93.059327, 45.014423], [93.095217, 45.005079], [93.143725, 45.012873], [93.156661, 45.01088], [93.168201, 45.013403], [93.288093, 44.981631], [93.30714, 44.97977], [93.310913, 44.982522], [93.314177, 44.990323], [93.317139, 44.991934], [93.342736, 44.985192], [93.364841, 44.98462], [93.384023, 44.977724], [93.397831, 44.975771], [93.426794, 44.955769], [93.435628, 44.953163], [93.464222, 44.955906], [93.479022, 44.961177], [93.487598, 44.959997], [93.496807, 44.954528], [93.503243, 44.954213], [93.505634, 44.959251], [93.504429, 44.966876], [93.508337, 44.968764], [93.523665, 44.957739], [93.548522, 44.948001], [93.576074, 44.940242], [93.614129, 44.924991], [93.642316, 44.917588], [93.671337, 44.907194], [93.685, 44.898182], [93.713397, 44.894433], [93.716111, 44.870699], [93.72317, 44.864867], [93.73365, 44.859727], [93.826052, 44.825393], [94.062234, 44.732337], [94.149982, 44.683626], [94.183627, 44.676859], [94.214886, 44.667452], [94.223197, 44.656693], [94.225898, 44.645804], [94.261294, 44.617406], [94.281009, 44.604607], [94.325362, 44.585419], [94.331642, 44.580391], [94.341405, 44.564843], [94.350999, 44.542438], [94.351333, 44.534052], [94.348454, 44.524943], [94.352027, 44.518422], [94.359936, 44.515087], [94.385416, 44.522774], [94.43874, 44.514859], [94.486903, 44.503557], [94.535312, 44.472418], [94.606862, 44.44977], [94.675177, 44.393932], [94.687429, 44.382729], [94.715327, 44.349724], [94.729541, 44.339073], [94.776583, 44.340902], [94.827889, 44.320293], [94.887377, 44.309678], [94.901457, 44.302236], [94.914127, 44.303375], [94.944878, 44.289537], [94.948448, 44.282215], [94.955993, 44.276381], [94.997531, 44.250873], [95.029873, 44.256596], [95.123537, 44.266956], [95.188427, 44.270021], [95.409814, 44.293924], [95.428386, 44.281957], [95.422593, 44.264815], [95.403937, 44.242594], [95.371578, 44.22528], [95.352491, 44.1666], [95.348389, 44.087123], [95.323153, 44.025912], [95.374677, 44.024872], [95.426513, 44.005734], [95.522804, 44.005061], [95.622005, 43.851858], [95.647408, 43.776503], [95.674333, 43.72225], [95.711634, 43.653126], [95.72772, 43.614163], [95.733867, 43.594777], [95.85565, 43.414427], [95.875889, 43.278943], [95.909, 43.237942], [95.934579, 43.216378], [96.003032, 43.16667], [96.360702, 42.897623], [96.384783, 42.725351], [96.35521, 42.707212], [96.297476, 42.682001], [96.280841, 42.676279], [96.222443, 42.648914], [96.21464, 42.643421], [96.184492, 42.632102], [96.167141, 42.630058], [96.157102, 42.618194], [96.102176, 42.602072], [96.072149, 42.567808], [96.023002, 42.540715], [96.016598, 42.480474], [95.977883, 42.435242], [96.065063, 42.412791], [96.041029, 42.351188], [96.040058, 42.32485], [96.177572, 42.21631], [96.076144, 42.147904], [96.137944, 42.05243], [96.133464, 42.028577], [96.13627, 42.025741], [96.136506, 42.01785], [96.132989, 42.013173], [96.12873, 42.011831], [96.125038, 42.007106], [96.123196, 42.000428], [96.118275, 41.995369], [96.116903, 41.986005], [96.114373, 41.982416], [96.072211, 41.950771], [96.054325, 41.934066], [96.033487, 41.920629], [96.016954, 41.915022], [96, 41.904817], [95.983265, 41.900137], [95.959756, 41.890878], [95.951136, 41.885655], [95.934618, 41.881401], [95.912791, 41.872044], [95.883109, 41.865709], [95.857105, 41.849085], [95.850609, 41.84688], [95.836301, 41.84612], [95.822443, 41.848461], [95.806794, 41.847621], [95.800656, 41.846403], [95.785515, 41.839578], [95.76233, 41.83461], [95.715562, 41.832318], [95.697118, 41.827547], [95.671529, 41.82729], [95.651066, 41.822204], [95.639882, 41.815399], [95.611418, 41.802939], [95.57007, 41.793784], [95.565659, 41.787591], [95.55465, 41.779148], [95.532692, 41.771504], [95.511387, 41.755475], [95.497108, 41.749327], [95.439988, 41.715392], [95.395512, 41.692669], [95.360124, 41.668287], [95.338316, 41.649166], [95.33294, 41.641169], [95.32619, 41.621555], [95.314075, 41.597152], [95.311323, 41.583491], [95.306863, 41.572315], [95.296309, 41.564998], [95.249109, 41.606658], [95.227087, 41.644491], [95.221389, 41.659299], [95.214092, 41.66433], [95.209943, 41.675052], [95.192979, 41.692235], [95.189494, 41.700426], [95.19088, 41.704776], [95.195525, 41.710601], [95.195401, 41.714589], [95.197952, 41.717131], [95.197229, 41.719234], [95.170455, 41.731074], [95.159081, 41.74419], [95.139524, 41.759928], [95.135633, 41.771366], [95.109131, 41.766615], [95.009938, 41.72473], [94.967648, 41.71727], [94.861057, 41.667156], [94.80865, 41.617788], [94.748873, 41.536783], [94.533035, 41.504538], [94.182663, 41.2671], [94.00932, 41.113524], [93.906965, 40.982423], [93.806114, 40.875999], [93.819683, 40.792801], [93.759278, 40.663972], [93.504832, 40.647567], [92.927343, 40.572008], [92.919493, 40.39125], [92.905801, 40.31008], [92.795315, 40.153167], [92.77008, 40], [92.744313, 39.867563], [92.686546, 39.656744], [92.638825, 39.513823], [92.524521, 39.367895], [92.518868, 39.365711], [92.388803, 39.267811], [92.380414, 39.258637], [92.374082, 39.257203], [92.358905, 39.249689], [92.338519, 39.237423], [92.345911, 39.202146], [92.340369, 39.19009], [92.340229, 39.17745], [92.343721, 39.158396], [92.342644, 39.145622], [92.344425, 39.141375], [92.348003, 39.138629], [92.352602, 39.128812], [92.352134, 39.120243], [92.357864, 39.117322], [92.359196, 39.113552], [92.357799, 39.109474], [92.363468, 39.101685], [92.364694, 39.095384], [92.34937, 39.082932], [92.353354, 39.072739], [92.352851, 39.068055], [92.355723, 39.063601], [92.367855, 39.057762], [92.377213, 39.056748], [92.384791, 39.060247], [92.389312, 39.058275], [92.395344, 39.051098], [92.39854, 39.04441], [92.404603, 39.041409], [92.406893, 39.037314], [92.405002, 39.032947], [92.417374, 39.014308], [92.416726, 39.009642], [92.409565, 39.012444], [92.401067, 39.011601], [92.396918, 39.006611], [92.386881, 39.003703], [92.382225, 38.999494], [92.378008, 38.998112], [92.345438, 38.997353], [92.321383, 39.002651], [92.256008, 39.000897], [92.251637, 38.996605], [92.242249, 38.995801], [92.219278, 38.989194], [92.212463, 38.986401], [92.208288, 38.982072], [92.203128, 38.983325], [92.192996, 38.982024], [92.184433, 38.977303], [92.179031, 38.967887], [92.169461, 38.959251], [92.165621, 38.962828], [92.157624, 38.963964], [92.152996, 38.963381], [92.147741, 38.960388], [92.139361, 38.963111], [92.131043, 38.960624], [92.125583, 38.962649], [92.115308, 38.961473], [92.111984, 38.963342], [92.106599, 38.963168], [92.09824, 38.960205], [92.089574, 38.954757], [92.078837, 38.95382], [92.06579, 38.955138], [92.050002, 38.949061], [92.043703, 38.948384], [92.037825, 38.950648], [92.028552, 38.947388], [92.022249, 38.941746], [92.008383, 38.942728], [91.997236, 38.936319], [91.99066, 38.939631], [91.98172, 38.933963], [91.970832, 38.933305], [91.962473, 38.930073], [91.962329, 38.926432], [91.958046, 38.923445], [91.948642, 38.923233], [91.932089, 38.91501], [91.92616, 38.915221], [91.92141, 38.91254], [91.919336, 38.908361], [91.908691, 38.906775], [91.895948, 38.90132], [91.880729, 38.899939], [91.877821, 38.897439], [91.876525, 38.892594], [91.877042, 38.882704], [91.874839, 38.881442], [91.868265, 38.881149], [91.853641, 38.876184], [91.842853, 38.876621], [91.836194, 38.873867], [91.820327, 38.877072], [91.817092, 38.87514], [91.806718, 38.874424], [91.800073, 38.870338], [91.778388, 38.862933], [91.758824, 38.868218], [91.746248, 38.869027], [91.727138, 38.864502], [91.71119, 38.868949], [91.695554, 38.866399], [91.680761, 38.859543], [91.678426, 38.856532], [91.679206, 38.852601], [91.667203, 38.85444], [91.662178, 38.856919], [91.65429, 38.853274], [91.643315, 38.856904], [91.637331, 38.856608], [91.631104, 38.84589], [91.62278, 38.845581], [91.606575, 38.837538], [91.60155, 38.838914], [91.594427, 38.836605], [91.583567, 38.836332], [91.575728, 38.830738], [91.569678, 38.831912], [91.563403, 38.831055], [91.547289, 38.824755], [91.53492, 38.827252], [91.51669, 38.819587], [91.500511, 38.815108], [91.49442, 38.818591], [91.491239, 38.815563], [91.483453, 38.813866], [91.469541, 38.815591], [91.45378, 38.813055], [91.449937, 38.813825], [91.440349, 38.810304], [91.438498, 38.808107], [91.416128, 38.800222], [91.412107, 38.793038], [91.391656, 38.79339], [91.387783, 38.788569], [91.377489, 38.787096], [91.364317, 38.780171], [91.351725, 38.767232], [91.342911, 38.76988], [91.334519, 38.769006], [91.327656, 38.766325], [91.324817, 38.762393], [91.321997, 38.761232], [91.31471, 38.761582], [91.311986, 38.758793], [91.311035, 38.754677], [91.303636, 38.748413], [91.286416, 38.745245], [91.273595, 38.749392], [91.269601, 38.745305], [91.250139, 38.750831], [91.235561, 38.750024], [91.229741, 38.747636], [91.228986, 38.743755], [91.222457, 38.742927], [91.216579, 38.744415], [91.209394, 38.742919], [91.206963, 38.740334], [91.191137, 38.732541], [91.126489, 38.716994], [91.122348, 38.71494], [91.119198, 38.709464], [91.114556, 38.707457], [91.102444, 38.706912], [91.080338, 38.70901], [91.070555, 38.706529], [91.03918, 38.703672], [91.023871, 38.697252], [90.993162, 38.693533], [90.966297, 38.697046], [90.938353, 38.688877], [90.921176, 38.687473], [90.893846, 38.67869], [90.831018, 38.668266], [90.814958, 38.659133], [90.805721, 38.656245], [90.799752, 38.656402], [90.804512, 38.661627], [90.803991, 38.665155], [90.802268, 38.666225], [90.790064, 38.665597], [90.765869, 38.659426], [90.748625, 38.660916], [90.724452, 38.656505], [90.709045, 38.663163], [90.690955, 38.667968], [90.675196, 38.66649], [90.666268, 38.669915], [90.652142, 38.67255], [90.621212, 38.666252], [90.617085, 38.663864], [90.624909, 38.658018], [90.641007, 38.64093], [90.644966, 38.634141], [90.632074, 38.630376], [90.622159, 38.625356], [90.614162, 38.617273], [90.608724, 38.614231], [90.605213, 38.607678], [90.60975, 38.596239], [90.598603, 38.59534], [90.579762, 38.590989], [90.559266, 38.594529], [90.541394, 38.579632], [90.533323, 38.581887], [90.530378, 38.580083], [90.529344, 38.578116], [90.534173, 38.568762], [90.527096, 38.561062], [90.511178, 38.560153], [90.500927, 38.555413], [90.476578, 38.556775], [90.462694, 38.55443], [90.455031, 38.548754], [90.455879, 38.545223], [90.458984, 38.543346], [90.461445, 38.538738], [90.457158, 38.530807], [90.463343, 38.524618], [90.46344, 38.520399], [90.432995, 38.507516], [90.428743, 38.500452], [90.428303, 38.496508], [90.423032, 38.49133], [90.409076, 38.491917], [90.398266, 38.490074], [90.392709, 38.486772], [90.383168, 38.484195], [90.370653, 38.48537], [90.35373, 38.481623], [90.343346, 38.484914], [90.327611, 38.492756], [90.320579, 38.493116], [90.315469, 38.490702], [90.310702, 38.490459], [90.308079, 38.495207], [90.314537, 38.500203], [90.303699, 38.502231], [90.299774, 38.500808], [90.268773, 38.498744], [90.259913, 38.49262], [90.255387, 38.491714], [90.243841, 38.492677], [90.236683, 38.495468], [90.226062, 38.495515], [90.205014, 38.491265], [90.197125, 38.49115], [90.182495, 38.493886], [90.146081, 38.489973], [90.132922, 38.494641], [90.126721, 38.492538], [90.119566, 38.485751], [90.111037, 38.48201], [90.109361, 38.470822], [90.109493, 38.437285], [90.107863, 38.427451], [90.11332, 38.412462], [90.1262, 38.399932], [90.136489, 38.403697], [90.170094, 38.400067], [90.177196, 38.396805], [90.16712, 38.372095], [90.157874, 38.359931], [90.143643, 38.362069], [90.140009, 38.360458], [90.139805, 38.352646], [90.147544, 38.35199], [90.150485, 38.349418], [90.147004, 38.348817], [90.135632, 38.340299], [90.142142, 38.333662], [90.187864, 38.30017], [90.278958, 38.237922], [90.350954, 38.233211], [90.359718, 38.299872], [90.400319, 38.310996], [90.529277, 38.319773], [90.514727, 38.204315], [90.518064, 37.730793], [90.519206, 37.72885], [90.521021, 37.727142], [90.531362, 37.72952], [90.53857, 37.726698], [90.549478, 37.728933], [90.56256, 37.723469], [90.578321, 37.721867], [90.57755, 37.716026], [90.582407, 37.704563], [90.602162, 37.704025], [90.605985, 37.700472], [90.617182, 37.696641], [90.621681, 37.699243], [90.632899, 37.701448], [90.642789, 37.697677], [90.650703, 37.703573], [90.656801, 37.704623], [90.656611, 37.700483], [90.659783, 37.696604], [90.663846, 37.695271], [90.67299, 37.697088], [90.67603, 37.691792], [90.674268, 37.682893], [90.679749, 37.681183], [90.684775, 37.681834], [90.698914, 37.67796], [90.706216, 37.673534], [90.714766, 37.67487], [90.721565, 37.672731], [90.729922, 37.666968], [90.741826, 37.663991], [90.740434, 37.658993], [90.7412, 37.65575], [90.746891, 37.653641], [90.752615, 37.65252], [90.761634, 37.653424], [90.765024, 37.651235], [90.775254, 37.649951], [90.776714, 37.647381], [90.786265, 37.642819], [90.789306, 37.63838], [90.791201, 37.630369], [90.802447, 37.631525], [90.810941, 37.626523], [90.816493, 37.615058], [90.822575, 37.610212], [90.83362, 37.60705], [90.842563, 37.608842], [90.843245, 37.605573], [90.852531, 37.60185], [90.852793, 37.597738], [90.85621, 37.59337], [90.877349, 37.5818], [90.876388, 37.579027], [90.882126, 37.573359], [90.875553, 37.565503], [90.86895, 37.562344], [90.869252, 37.556121], [90.86259, 37.544533], [90.861683, 37.532617], [90.866568, 37.530003], [90.880906, 37.529201], [90.900438, 37.518521], [90.9054, 37.517833], [90.908963, 37.519713], [90.92417, 37.503399], [90.932744, 37.502941], [90.938707, 37.499992], [90.940695, 37.497279], [90.941043, 37.490348], [90.935442, 37.488005], [90.935684, 37.481742], [90.95528, 37.477928], [90.973989, 37.485683], [90.988559, 37.48579], [90.993111, 37.491298], [90.999638, 37.495196], [91.007496, 37.49241], [91.012248, 37.493784], [91.021275, 37.492601], [91.050875, 37.48411], [91.054363, 37.484668], [91.066537, 37.477713], [91.073123, 37.476165], [91.074278, 37.469731], [91.079634, 37.464434], [91.079212, 37.462804], [91.094327, 37.451476], [91.099285, 37.44548], [91.107487, 37.428818], [91.107811, 37.405323], [91.111775, 37.382467], [91.116486, 37.377241], [91.126291, 37.373745], [91.126036, 37.369823], [91.120567, 37.364246], [91.128235, 37.360828], [91.134165, 37.356041], [91.135181, 37.353194], [91.1313, 37.347508], [91.134301, 37.337603], [91.134155, 37.328732], [91.131861, 37.327295], [91.132851, 37.322943], [91.145865, 37.315181], [91.156539, 37.312948], [91.168556, 37.302678], [91.17009, 37.298979], [91.166086, 37.293358], [91.165379, 37.288024], [91.171026, 37.282433], [91.18318, 37.277637], [91.188489, 37.277987], [91.191382, 37.275549], [91.191253, 37.272483], [91.186214, 37.267311], [91.189391, 37.258986], [91.187372, 37.255869], [91.18623, 37.246898], [91.189297, 37.245239], [91.190473, 37.23726], [91.192087, 37.235347], [91.188039, 37.222579], [91.190216, 37.218722], [91.193757, 37.217379], [91.196117, 37.211282], [91.188447, 37.205336], [91.190649, 37.20324], [91.204665, 37.199495], [91.21724, 37.199741], [91.220024, 37.192951], [91.224079, 37.189786], [91.228532, 37.188746], [91.229132, 37.182104], [91.236463, 37.178384], [91.250188, 37.179317], [91.256058, 37.176906], [91.261329, 37.173677], [91.261602, 37.170425], [91.264221, 37.16695], [91.275362, 37.163959], [91.278457, 37.158458], [91.274606, 37.14993], [91.279617, 37.142723], [91.279319, 37.134679], [91.284618, 37.105222], [91.296602, 37.093486], [91.301708, 37.083503], [91.300639, 37.059928], [91.290303, 37.051216], [91.287593, 37.043153], [91.296395, 37.037554], [91.305443, 37.035074], [91.307741, 37.032304], [91.312826, 37.020575], [91.305389, 37.013022], [91.275097, 37.01141], [91.245699, 37.014574], [91.232038, 37.009843], [91.21489, 37.009643], [91.185139, 37.025688], [91.179196, 37.025211], [91.176239, 37.02124], [91.166926, 37.020335], [91.154583, 37.016164], [91.145753, 37.009894], [91.137331, 37.008961], [91.129958, 37.005764], [91.128412, 36.98362], [91.12464, 36.977215], [91.114604, 36.970256], [91.061104, 36.967949], [91.047832, 36.965708], [91.045634, 36.963799], [91.043834, 36.958401], [91.041753, 36.944561], [91.036802, 36.928994], [91.023396, 36.926266], [90.991458, 36.914964], [90.981291, 36.913303], [90.963356, 36.91931], [90.946179, 36.91816], [90.929629, 36.920334], [90.901736, 36.920479], [90.890851, 36.918023], [90.869938, 36.920608], [90.854656, 36.916263], [90.812842, 36.881296], [90.811304, 36.87696], [90.806319, 36.871528], [90.794013, 36.861623], [90.791152, 36.853195], [90.791614, 36.847124], [90.788144, 36.845667], [90.778989, 36.836611], [90.763108, 36.833838], [90.760855, 36.827631], [90.751095, 36.824226], [90.738535, 36.827477], [90.731453, 36.826489], [90.730503, 36.81851], [90.726902, 36.811712], [90.727769, 36.803272], [90.720964, 36.79798], [90.72324, 36.772813], [90.7304, 36.76765], [90.730495, 36.760227], [90.725603, 36.756283], [90.725697, 36.754776], [90.728396, 36.750281], [90.734398, 36.747498], [90.735313, 36.739872], [90.737423, 36.736982], [90.751951, 36.732085], [90.755712, 36.722236], [90.740863, 36.711181], [90.731621, 36.710486], [90.719718, 36.70674], [90.71757, 36.697667], [90.719407, 36.690741], [90.709234, 36.683432], [90.713536, 36.672418], [90.704643, 36.661054], [90.70946, 36.658923], [90.718665, 36.661683], [90.730525, 36.655308], [90.728678, 36.646797], [90.73422, 36.633557], [90.733455, 36.623896], [90.731282, 36.621102], [90.721927, 36.619854], [90.721414, 36.617665], [90.72586, 36.604277], [90.739264, 36.585786], [90.749112, 36.583539], [90.755624, 36.586224], [90.76597, 36.586745], [90.775833, 36.582564], [90.787874, 36.583584], [90.803858, 36.582207], [90.810838, 36.585225], [90.825514, 36.57833], [90.817368, 36.568758], [90.816065, 36.565052], [90.817182, 36.560262], [90.823738, 36.561201], [90.833414, 36.559239], [90.845224, 36.561613], [90.858046, 36.557712], [90.86813, 36.556893], [90.877867, 36.559368], [90.883426, 36.557706], [90.897019, 36.560879], [90.902788, 36.56047], [90.905753, 36.560038], [90.908937, 36.557057], [90.909487, 36.553398], [90.917797, 36.550091], [90.928525, 36.55442], [90.943064, 36.553526], [90.954876, 36.550103], [90.970635, 36.548357], [90.986849, 36.543259], [91.001095, 36.542217], [91.009799, 36.539244], [91.015478, 36.532711], [91.033689, 36.531286], [91.025967, 36.511153], [91.025788, 36.507156], [91.027205, 36.503238], [91.031606, 36.500921], [91.035, 36.496582], [91.030955, 36.485701], [91.032399, 36.482394], [91.039191, 36.475982], [91.027636, 36.470926], [91.031094, 36.46568], [91.027721, 36.457346], [91.025761, 36.442731], [91.028755, 36.438677], [91.034487, 36.435615], [91.049588, 36.43424], [91.051333, 36.430083], [91.047267, 36.42218], [91.038537, 36.411926], [91.036869, 36.401921], [91.031457, 36.397159], [91.032659, 36.392128], [91.041694, 36.385012], [91.037978, 36.383539], [91.037818, 36.37703], [91.031013, 36.367186], [91.027558, 36.358809], [91.031618, 36.345431], [91.035278, 36.341668], [91.02569, 36.333423], [91.024931, 36.324186], [91.034288, 36.319685], [91.039676, 36.314229], [91.05071, 36.309619], [91.047044, 36.304304], [91.050386, 36.300681], [91.056097, 36.298664], [91.061285, 36.30119], [91.067783, 36.30107], [91.07584, 36.293013], [91.07408, 36.287149], [91.053084, 36.270562], [91.04571, 36.254255], [91.044665, 36.245909], [91.050195, 36.238624], [91.096831, 36.217484], [91.092375, 36.205605], [91.093834, 36.198419], [91.090159, 36.186105], [91.098479, 36.179719], [91.100531, 36.175935], [91.098632, 36.171384], [91.092092, 36.165118], [91.093112, 36.161866], [91.095207, 36.16198], [91.105555, 36.154632], [91.107477, 36.148181], [91.114433, 36.142751], [91.116109, 36.139109], [91.115184, 36.133232], [91.117067, 36.122879], [91.120282, 36.115582], [91.123661, 36.113025], [91.11844, 36.103815], [91.111364, 36.097076], [91.104479, 36.093079], [91.079326, 36.088237], [91.054701, 36.09547], [91.036666, 36.093799], [91.029751, 36.101572], [91.010845, 36.104035], [91.001819, 36.101236], [90.998749, 36.102911], [90.997601, 36.107133], [90.991983, 36.108189], [90.985956, 36.104992], [90.975771, 36.10648], [90.970721, 36.099159], [90.964008, 36.096874], [90.959605, 36.091587], [90.949402, 36.061012], [90.9408, 36.047499], [90.931159, 36.040806], [90.925335, 36.031228], [90.919194, 36.029356], [90.912015, 36.031915], [90.90241, 36.031114], [90.891796, 36.028682], [90.886493, 36.024907], [90.877006, 36.027381], [90.870053, 36.026573], [90.860889, 36.020929], [90.852014, 36.018391], [90.840084, 36.018358], [90.824886, 36.03069], [90.814797, 36.03497], [90.81596, 36.039206], [90.818804, 36.041453], [90.810742, 36.045498], [90.804119, 36.044228], [90.793898, 36.053523], [90.773472, 36.087907], [90.757587, 36.093998], [90.745756, 36.095292], [90.737887, 36.098363], [90.731911, 36.102722], [90.7241, 36.105127], [90.712209, 36.115869], [90.683287, 36.128084], [90.651064, 36.136294], [90.642483, 36.133101], [90.626406, 36.132438], [90.614905, 36.127553], [90.599264, 36.13032], [90.586324, 36.134608], [90.574946, 36.131033], [90.56651, 36.133422], [90.563388, 36.138996], [90.552263, 36.145481], [90.527533, 36.14899], [90.516321, 36.148218], [90.498419, 36.144334], [90.485775, 36.139437], [90.480688, 36.132489], [90.473422, 36.1313], [90.458741, 36.13391], [90.429902, 36.134834], [90.408063, 36.140144], [90.381264, 36.144053], [90.369982, 36.148506], [90.358726, 36.144017], [90.341713, 36.145479], [90.33575, 36.148282], [90.330867, 36.155349], [90.323919, 36.159657], [90.308247, 36.160595], [90.289161, 36.158727], [90.269331, 36.162238], [90.251079, 36.158051], [90.235704, 36.16138], [90.227585, 36.168103], [90.20947, 36.17814], [90.194946, 36.189874], [90.175272, 36.189753], [90.167597, 36.193052], [90.154431, 36.194458], [90.142149, 36.20332], [90.12698, 36.208883], [90.125306, 36.211906], [90.128498, 36.223381], [90.136248, 36.233802], [90.143245, 36.239831], [90.141511, 36.241958], [90.132043, 36.242656], [90.126865, 36.245807], [90.115661, 36.248447], [90.10862, 36.246602], [90.105133, 36.24963], [90.101434, 36.250251], [90.085567, 36.250205], [90.079465, 36.256929], [90.069166, 36.256906], [90.06159, 36.253963], [90.050934, 36.260068], [90.045301, 36.266683], [90.044763, 36.272918], [90.041558, 36.276719], [90.015489, 36.275405], [90.007179, 36.277394], [90.003148, 36.280492], [90.000276, 36.278311], [90.000708, 36.274384], [90.006187, 36.267069], [90.021733, 36.263844], [90.025754, 36.257386], [90.02637, 36.253255], [90.021559, 36.243824], [90.021518, 36.233244], [90.016713, 36.212575], [90.011507, 36.202147], [90.006242, 36.196855], [90.005879, 36.193552], [90.008617, 36.187661], [90.007965, 36.184439], [90.001397, 36.178139], [89.996464, 36.169571], [89.991104, 36.164018], [89.977809, 36.15507], [89.943048, 36.141312], [89.935562, 36.131313], [89.940498, 36.116005], [89.945156, 36.111674], [89.947529, 36.099987], [89.943098, 36.093683], [89.941506, 36.084221], [89.944686, 36.079159], [89.945692, 36.070107], [89.940374, 36.067968], [89.926053, 36.077096], [89.919095, 36.076986], [89.91154, 36.079868], [89.907002, 36.075411], [89.900945, 36.079622], [89.898578, 36.078225], [89.884648, 36.077474], [89.858361, 36.082134], [89.850549, 36.079999], [89.850622, 36.077955], [89.847202, 36.07615], [89.831596, 36.079245], [89.822151, 36.077966], [89.817174, 36.081144], [89.810595, 36.08018], [89.808365, 36.076297], [89.79174, 36.071391], [89.77508, 36.075116], [89.77265, 36.078969], [89.767886, 36.079637], [89.765569, 36.075119], [89.761387, 36.073139], [89.750662, 36.080359], [89.729764, 36.083429], [89.725322, 36.088028], [89.708733, 36.093377], [89.705585, 36.097778], [89.689882, 36.097809], [89.678856, 36.091606], [89.674169, 36.096802], [89.670213, 36.095769], [89.66626, 36.097121], [89.665553, 36.100848], [89.662533, 36.103257], [89.65558, 36.097555], [89.648094, 36.098416], [89.63496, 36.109361], [89.627461, 36.108072], [89.615422, 36.109295], [89.607493, 36.114982], [89.599805, 36.117963], [89.591663, 36.127086], [89.5875, 36.127864], [89.581954, 36.132135], [89.572483, 36.133112], [89.557839, 36.141424], [89.552129, 36.138018], [89.540037, 36.135139], [89.51304, 36.140853], [89.497404, 36.15597], [89.49006, 36.157251], [89.483769, 36.154103], [89.475812, 36.159691], [89.471363, 36.168335], [89.465664, 36.169211], [89.461646, 36.172187], [89.457208, 36.172223], [89.450478, 36.178409], [89.441749, 36.177624], [89.440588, 36.183328], [89.43297, 36.186263], [89.431821, 36.189107], [89.426007, 36.189554], [89.427068, 36.19743], [89.425562, 36.201148], [89.415203, 36.208449], [89.406503, 36.210637], [89.403885, 36.207032], [89.402151, 36.207164], [89.399718, 36.21381], [89.397227, 36.215551], [89.386336, 36.21316], [89.376359, 36.214109], [89.37356, 36.220478], [89.367475, 36.223236], [89.361292, 36.233091], [89.35099, 36.230791], [89.333477, 36.237929], [89.320093, 36.237005], [89.314585, 36.233216], [89.301922, 36.229432], [89.293426, 36.229803], [89.285816, 36.235886], [89.270126, 36.255395], [89.269769, 36.25703], [89.274402, 36.261986], [89.272056, 36.263508], [89.26023, 36.264641], [89.251093, 36.268708], [89.251725, 36.274263], [89.246426, 36.283288], [89.25043, 36.285846], [89.241076, 36.29228], [89.229384, 36.292843], [89.225114, 36.290574], [89.222122, 36.288214], [89.222321, 36.283698], [89.220491, 36.280063], [89.216745, 36.278281], [89.213378, 36.274175], [89.205303, 36.270987], [89.202782, 36.264939], [89.198553, 36.260578], [89.185395, 36.259555], [89.168974, 36.263218], [89.160831, 36.263485], [89.153289, 36.258316], [89.125277, 36.251526], [89.108374, 36.260854], [89.105127, 36.264087], [89.103828, 36.270067], [89.097436, 36.276807], [89.097454, 36.282675], [89.080733, 36.283901], [89.068829, 36.287042], [89.059662, 36.293965], [89.050938, 36.292677], [89.048096, 36.295552], [89.047872, 36.299335], [89.043665, 36.303838], [89.031569, 36.310803], [89.024928, 36.309121], [89.011589, 36.315737], [88.998619, 36.317162], [88.988882, 36.311568], [88.97389, 36.319193], [88.971192, 36.318488], [88.967685, 36.314543], [88.96454, 36.314378], [88.959843, 36.321125], [88.948962, 36.327086], [88.946452, 36.330724], [88.937996, 36.337009], [88.934801, 36.342383], [88.932245, 36.353014], [88.929121, 36.355355], [88.926913, 36.36121], [88.924382, 36.363488], [88.920153, 36.363618], [88.913028, 36.361006], [88.906182, 36.362762], [88.89968, 36.361889], [88.875461, 36.350799], [88.866967, 36.349084], [88.858965, 36.35093], [88.843111, 36.360157], [88.819668, 36.344575], [88.796904, 36.336904], [88.795408, 36.329332], [88.789564, 36.323394], [88.789046, 36.31723], [88.791109, 36.308942], [88.785858, 36.2968], [88.780689, 36.292271], [88.763832, 36.292826], [88.751904, 36.299174], [88.744578, 36.311017], [88.730323, 36.313808], [88.724757, 36.317754], [88.722767, 36.323286], [88.727791, 36.329938], [88.71402, 36.338622], [88.713752, 36.345231], [88.715666, 36.352095], [88.714548, 36.355548], [88.662647, 36.368786], [88.65687, 36.381765], [88.649869, 36.383922], [88.64147, 36.383257], [88.621915, 36.388339], [88.614062, 36.392041], [88.613905, 36.404061], [88.611627, 36.412406], [88.614421, 36.420757], [88.610953, 36.422649], [88.606532, 36.434082], [88.602177, 36.436105], [88.599463, 36.440506], [88.589696, 36.44625], [88.58449, 36.461039], [88.566859, 36.462932], [88.556184, 36.460478], [88.546191, 36.447983], [88.529479, 36.451783], [88.518253, 36.45689], [88.513385, 36.456606], [88.503774, 36.451318], [88.477955, 36.456034], [88.476142, 36.459646], [88.479075, 36.477765], [88.473916, 36.481193], [88.468061, 36.481487], [88.445594, 36.477051], [88.438984, 36.47922], [88.418782, 36.477382], [88.411878, 36.472027], [88.406157, 36.472096], [88.400511, 36.47331], [88.3952, 36.477687], [88.38654, 36.479345], [88.38496, 36.483066], [88.375336, 36.484511], [88.369371, 36.478568], [88.359563, 36.481198], [88.354523, 36.47715], [88.359849, 36.473211], [88.360911, 36.4675], [88.364698, 36.463558], [88.363325, 36.458295], [88.345858, 36.458141], [88.33555, 36.462322], [88.331882, 36.461567], [88.320098, 36.463382], [88.316086, 36.466665], [88.29637, 36.464156], [88.288111, 36.46707], [88.280531, 36.464906], [88.274717, 36.465665], [88.270136, 36.469204], [88.26067, 36.471913], [88.246309, 36.470094], [88.241938, 36.47148], [88.234742, 36.467074], [88.220872, 36.448754], [88.214904, 36.446952], [88.206201, 36.447044], [88.201355, 36.45241], [88.193402, 36.451032], [88.182815, 36.455703], [88.170457, 36.448518], [88.170883, 36.444036], [88.165861, 36.438366], [88.158256, 36.439236], [88.158107, 36.435265], [88.156361, 36.433933], [88.136527, 36.429435], [88.100349, 36.429252], [88.076462, 36.432086], [88.071566, 36.434495], [88.061046, 36.43139], [88.052245, 36.430825], [88.016168, 36.431204], [88.004225, 36.427731], [87.994417, 36.430307], [87.97507, 36.429973], [87.967319, 36.432197], [87.96599, 36.427476], [87.968143, 36.419347], [87.966605, 36.411102], [87.96766, 36.40727], [87.962554, 36.404028], [87.949398, 36.400945], [87.938251, 36.401108], [87.93053, 36.404734], [87.922541, 36.397086], [87.913226, 36.393591], [87.872112, 36.389547], [87.869007, 36.393168], [87.866385, 36.393691], [87.850756, 36.390246], [87.837458, 36.384674], [87.828064, 36.38641], [87.82717, 36.390274], [87.824227, 36.391829], [87.821512, 36.391199], [87.819289, 36.386791], [87.814013, 36.385257], [87.811117, 36.38598], [87.806564, 36.390304], [87.802239, 36.391264], [87.7981, 36.380122], [87.778377, 36.376383], [87.769059, 36.376486], [87.761158, 36.379455], [87.730342, 36.38509], [87.703928, 36.382522], [87.701637, 36.377054], [87.693629, 36.372653], [87.682343, 36.369435], [87.659999, 36.36866], [87.655448, 36.37303], [87.650992, 36.370408], [87.645193, 36.370121], [87.640814, 36.363665], [87.63372, 36.359492], [87.624531, 36.35797], [87.618412, 36.362548], [87.611544, 36.358179], [87.59589, 36.357085], [87.583926, 36.346866], [87.572819, 36.346677], [87.562399, 36.340011], [87.537344, 36.349059], [87.514266, 36.349416], [87.50641, 36.356516], [87.493392, 36.353487], [87.478649, 36.352942], [87.466946, 36.355468], [87.463101, 36.359709], [87.453262, 36.388463], [87.456744, 36.411509], [87.45084, 36.413768], [87.431322, 36.415889], [87.423616, 36.426182], [87.410521, 36.422116], [87.398544, 36.416169], [87.384623, 36.415334], [87.372062, 36.41789], [87.368533, 36.420329], [87.360561, 36.421163], [87.35845, 36.41801], [87.360196, 36.41415], [87.358771, 36.409572], [87.342868, 36.400272], [87.342566, 36.396879], [87.345967, 36.393129], [87.333414, 36.38569], [87.325438, 36.383003], [87.306419, 36.362669], [87.298515, 36.358267], [87.293319, 36.358465], [87.283655, 36.36579], [87.273632, 36.362476], [87.27228, 36.358004], [87.264958, 36.356578], [87.261668, 36.356709], [87.244806, 36.364083], [87.228324, 36.361904], [87.219417, 36.352378], [87.210951, 36.354547], [87.195955, 36.352979], [87.186103, 36.345702], [87.165719, 36.324742], [87.154433, 36.320053], [87.154824, 36.318534], [87.151411, 36.314029], [87.160536, 36.308562], [87.159869, 36.303418], [87.152657, 36.298366], [87.144847, 36.299653], [87.141293, 36.293125], [87.131554, 36.295761], [87.10477, 36.296262], [87.099762, 36.298085], [87.09844, 36.302275], [87.096002, 36.303754], [87.089723, 36.301987], [87.074444, 36.30937], [87.073509, 36.304783], [87.071763, 36.303577], [87.054361, 36.300565], [87.051804, 36.297754], [87.050459, 36.292108], [87.038, 36.29358], [87.029788, 36.298063], [87.025472, 36.295669], [87.021409, 36.295572], [87.002425, 36.302125], [86.994424, 36.295451], [86.990655, 36.294212], [86.984117, 36.293997], [86.975177, 36.296285], [86.969834, 36.291436], [86.960805, 36.288696], [86.954345, 36.290484], [86.946694, 36.289888], [86.934854, 36.280686], [86.933871, 36.274273], [86.928897, 36.265567], [86.921799, 36.265548], [86.912569, 36.267904], [86.890294, 36.262221], [86.885384, 36.266609], [86.882901, 36.271767], [86.873266, 36.275905], [86.870148, 36.284952], [86.863686, 36.288187], [86.860501, 36.296457], [86.862041, 36.299165], [86.860954, 36.300425], [86.85143, 36.300455], [86.844052, 36.29545], [86.820347, 36.289657], [86.808249, 36.2945], [86.764836, 36.298206], [86.763146, 36.297506], [86.761789, 36.293104], [86.753181, 36.28937], [86.747021, 36.290626], [86.739626, 36.289668], [86.737895, 36.287614], [86.731724, 36.286151], [86.731371, 36.284047], [86.735466, 36.277957], [86.733238, 36.275807], [86.730193, 36.267142], [86.719727, 36.26202], [86.715964, 36.263825], [86.705023, 36.26458], [86.703504, 36.25737], [86.70058, 36.253556], [86.697958, 36.245092], [86.691099, 36.245468], [86.686002, 36.247786], [86.682983, 36.244842], [86.67821, 36.243683], [86.65502, 36.246176], [86.652753, 36.245033], [86.655013, 36.238135], [86.650181, 36.230905], [86.637995, 36.230417], [86.619262, 36.225146], [86.615289, 36.219385], [86.606185, 36.222868], [86.603602, 36.226295], [86.600031, 36.224908], [86.596237, 36.220666], [86.591681, 36.219656], [86.588778, 36.222346], [86.58601, 36.222385], [86.580389, 36.218178], [86.565004, 36.222799], [86.553745, 36.222204], [86.538872, 36.227196], [86.525536, 36.229425], [86.520851, 36.21879], [86.52257, 36.212218], [86.516928, 36.212006], [86.51362, 36.209682], [86.524091, 36.203522], [86.523053, 36.201543], [86.506262, 36.200927], [86.5, 36.198663], [86.490246, 36.20171], [86.463736, 36.215887], [86.454465, 36.215673], [86.453029, 36.222003], [86.444794, 36.223124], [86.437769, 36.226964], [86.430787, 36.208116], [86.415659, 36.206246], [86.396515, 36.206857], [86.389321, 36.202682], [86.384223, 36.192951], [86.379294, 36.189754], [86.373026, 36.188792], [86.370541, 36.181648], [86.361966, 36.170886], [86.363141, 36.16379], [86.350125, 36.162381], [86.344884, 36.159788], [86.324206, 36.163371], [86.316894, 36.162317], [86.315823, 36.164421], [86.309317, 36.166714], [86.292546, 36.169859], [86.283379, 36.169127], [86.276207, 36.172502], [86.275477, 36.166691], [86.277299, 36.163999], [86.276193, 36.159764], [86.266795, 36.158765], [86.260515, 36.151328], [86.248931, 36.149931], [86.244911, 36.145461], [86.235872, 36.140694], [86.22203, 36.140526], [86.21789, 36.136537], [86.212395, 36.136939], [86.194128, 36.132993], [86.188657, 36.133583], [86.184247, 36.131392], [86.184145, 36.101209], [86.180844, 36.096654], [86.180714, 36.092928], [86.18272, 36.087072], [86.181509, 36.081092], [86.176756, 36.074913], [86.17978, 36.071891], [86.17994, 36.06518], [86.185058, 36.061479], [86.186187, 36.05541], [86.194045, 36.053899], [86.197191, 36.04932], [86.196846, 36.040884], [86.198415, 36.036722], [86.197428, 36.033082], [86.176995, 36.029638], [86.170151, 36.018566], [86.172197, 36.010909], [86.170992, 36.00836], [86.159293, 36.008109], [86.143376, 35.998878], [86.128387, 35.97533], [86.128389, 35.960477], [86.126, 35.942166], [86.122133, 35.939694], [86.117092, 35.928096], [86.103946, 35.927429], [86.091932, 35.909214], [86.092214, 35.902722], [86.088476, 35.893532], [86.090567, 35.887581], [86.085407, 35.875834], [86.080139, 35.870611], [86.078389, 35.862265], [86.061298, 35.856231], [86.059042, 35.853881], [86.056557, 35.846179], [86.0523, 35.842646], [86.049217, 35.843061], [86.047249, 35.846092], [86.037161, 35.848083], [86.029652, 35.843109], [86.027504, 35.839117], [86.021381, 35.838647], [86.016429, 35.834882], [86.009934, 35.833428], [85.999674, 35.819681], [85.988924, 35.816716], [85.976079, 35.801331], [85.970178, 35.798368], [85.966089, 35.789489], [85.953401, 35.786948], [85.95162, 35.782264], [85.946847, 35.779112], [85.932773, 35.781695], [85.911704, 35.782943], [85.904705, 35.78639], [85.881741, 35.781658], [85.853955, 35.780589], [85.848836, 35.776857], [85.835478, 35.77265], [85.82334, 35.774787], [85.821061, 35.773935], [85.810216, 35.779575], [85.805814, 35.780036], [85.798258, 35.777886], [85.791058, 35.772723], [85.78488, 35.770884], [85.776787, 35.769769], [85.758166, 35.771354], [85.749637, 35.766563], [85.738614, 35.765966], [85.731628, 35.758757], [85.723404, 35.755522], [85.698617, 35.751298], [85.694156, 35.752703], [85.689276, 35.751799], [85.67896, 35.744263], [85.669746, 35.734994], [85.660482, 35.733929], [85.64958, 35.729928], [85.648308, 35.727406], [85.648969, 35.723011], [85.643531, 35.718134], [85.639248, 35.70653], [85.627334, 35.698732], [85.62651, 35.688343], [85.627758, 35.680203], [85.618628, 35.673864], [85.619295, 35.667333], [85.617509, 35.663345], [85.612181, 35.661412], [85.612045, 35.653134], [85.603766, 35.653052], [85.596327, 35.645827], [85.588705, 35.644601], [85.58411, 35.646786], [85.576108, 35.645472], [85.56973, 35.640208], [85.560886, 35.643103], [85.560788, 35.645607], [85.556737, 35.648598], [85.549259, 35.650602], [85.547054, 35.654638], [85.525671, 35.662237], [85.519305, 35.670382], [85.51645, 35.680919], [85.506431, 35.685085], [85.484369, 35.682791], [85.453472, 35.688142], [85.435536, 35.68945], [85.386962, 35.701195], [85.379772, 35.702174], [85.371272, 35.700956], [85.367402, 35.706457], [85.36481, 35.728369], [85.353215, 35.742841], [85.340874, 35.752922], [85.315085, 35.765253], [85.299405, 35.768665], [85.279527, 35.776338], [85.27917, 35.77942], [85.283759, 35.785681], [85.281259, 35.787961], [85.263049, 35.789278], [85.249713, 35.781918], [85.236417, 35.779156], [85.21841, 35.78057], [85.217876, 35.778621], [85.223374, 35.773691], [85.22393, 35.771197], [85.21697, 35.76677], [85.204559, 35.76405], [85.193226, 35.758538], [85.172906, 35.755026], [85.161518, 35.749672], [85.160467, 35.747774], [85.146625, 35.743811], [85.089597, 35.745462], [85.063048, 35.749631], [85.052771, 35.752981], [85.035238, 35.751009], [85.026927, 35.747545], [84.995342, 35.74026], [84.970996, 35.709635], [84.958811, 35.704977], [84.944478, 35.701848], [84.917935, 35.691873], [84.860618, 35.676519], [84.859758, 35.67193], [84.857661, 35.669692], [84.839526, 35.666537], [84.831315, 35.653717], [84.816937, 35.65084], [84.811773, 35.646942], [84.79603, 35.648177], [84.786636, 35.642745], [84.783317, 35.638177], [84.769844, 35.634407], [84.76, 35.624035], [84.748849, 35.624048], [84.739384, 35.620113], [84.737227, 35.617201], [84.724005, 35.613434], [84.710925, 35.613617], [84.698842, 35.617734], [84.696032, 35.615921], [84.689543, 35.615665], [84.666486, 35.610021], [84.631267, 35.596176], [84.602366, 35.59051], [84.58615, 35.589845], [84.580907, 35.591], [84.568991, 35.589526], [84.561734, 35.587121], [84.554519, 35.582265], [84.541489, 35.578103], [84.51964, 35.566294], [84.507836, 35.564985], [84.496983, 35.566748], [84.477729, 35.559139], [84.460312, 35.556693], [84.454739, 35.553416], [84.44639, 35.551847], [84.443823, 35.547234], [84.445635, 35.534199], [84.449969, 35.530957], [84.455719, 35.531138], [84.457872, 35.527557], [84.47158, 35.527551], [84.474799, 35.517936], [84.471979, 35.514834], [84.463454, 35.512074], [84.461215, 35.495946], [84.448679, 35.481976], [84.451958, 35.476607], [84.45145, 35.474616], [84.424593, 35.468309], [84.413659, 35.463248], [84.402815, 35.45708], [84.391013, 35.447322], [84.354026, 35.432252], [84.341191, 35.423165], [84.334603, 35.416513], [84.319854, 35.413072], [84.307381, 35.412213], [84.286194, 35.406697], [84.253543, 35.40473], [84.245942, 35.400581], [84.242935, 35.396986], [84.24317, 35.393844], [84.232085, 35.397214], [84.220532, 35.38785], [84.200654, 35.383127], [84.182733, 35.364382], [84.172378, 35.358474], [84.157496, 35.359643], [84.156406, 35.363208], [84.137299, 35.379638], [84.13041, 35.37494], [84.123628, 35.37625], [84.119726, 35.375395], [84.097761, 35.362594], [84.092339, 35.363553], [84.086257, 35.38238], [84.076851, 35.393475], [84.074442, 35.399804], [84.063176, 35.41078], [84.053627, 35.412944], [84.05165, 35.415512], [84.046772, 35.417538], [84.041428, 35.413414], [84.029202, 35.410218], [84.027926, 35.413575], [84.024662, 35.41549], [84.011101, 35.415146], [84.009256, 35.418834], [84.003896, 35.42212], [83.965672, 35.413136], [83.945285, 35.410903], [83.935086, 35.407441], [83.927391, 35.407807], [83.920778, 35.411776], [83.91009, 35.408657], [83.902031, 35.404328], [83.887863, 35.388248], [83.887486, 35.385161], [83.890087, 35.383943], [83.89026, 35.381697], [83.879547, 35.367284], [83.855081, 35.359463], [83.822313, 35.361512], [83.819861, 35.360827], [83.818497, 35.358227], [83.795523, 35.3527], [83.787987, 35.357684], [83.786161, 35.364817], [83.782489, 35.366864], [83.770194, 35.364524], [83.750053, 35.364337], [83.730288, 35.368435], [83.691135, 35.365454], [83.679485, 35.363983], [83.642472, 35.344785], [83.614356, 35.336294], [83.608633, 35.339565], [83.607706, 35.348462], [83.576025, 35.351839], [83.574393, 35.35308], [83.53382, 35.345061], [83.528609, 35.350471], [83.539172, 35.359582], [83.539319, 35.362148], [83.536898, 35.365305], [83.524097, 35.368455], [83.516745, 35.367662], [83.50252, 35.36153], [83.49034, 35.360684], [83.480877, 35.365518], [83.476695, 35.372655], [83.472597, 35.374544], [83.463087, 35.372301], [83.455953, 35.373103], [83.447853, 35.383196], [83.435158, 35.383175], [83.423899, 35.380903], [83.414173, 35.383369], [83.37477, 35.376836], [83.358101, 35.378297], [83.35667, 35.384335], [83.361399, 35.391228], [83.360579, 35.396335], [83.343889, 35.398169], [83.31428, 35.39527], [83.290161, 35.398882], [83.281818, 35.405561], [83.273962, 35.408288], [83.259552, 35.409211], [83.238685, 35.424478], [83.223973, 35.409384], [83.207959, 35.401684], [83.202844, 35.397434], [83.177353, 35.389414], [83.148846, 35.398487], [83.115762, 35.400704], [83.100047, 35.409449], [83.098104, 35.418396], [83.093394, 35.424071], [83.077783, 35.430315], [83.075951, 35.433585], [83.07783, 35.439136], [83.075486, 35.450037], [83.051104, 35.476392], [83.015375, 35.481803], [83.012547, 35.480716], [83.010988, 35.477951], [83.007448, 35.477501], [83.001587, 35.481556], [82.99616, 35.492813], [82.996156, 35.499961], [82.981856, 35.505572], [82.984262, 35.514234], [82.98427, 35.521464], [82.982555, 35.52591], [82.972353, 35.538058], [82.967602, 35.539619], [82.973798, 35.547232], [82.979757, 35.548824], [82.983686, 35.554779], [82.97793, 35.571836], [82.983394, 35.57765], [82.984471, 35.584101], [82.983899, 35.586471], [82.976894, 35.592157], [82.980811, 35.609066], [82.972743, 35.618009], [82.958222, 35.624962], [82.955443, 35.632831], [82.957971, 35.646668], [82.955595, 35.652499], [82.959616, 35.658444], [82.963864, 35.658296], [82.967101, 35.663087], [82.965045, 35.672187], [82.94832, 35.67928], [82.89861, 35.678722], [82.883723, 35.67554], [82.874242, 35.683288], [82.877585, 35.688472], [82.874665, 35.690156], [82.858827, 35.689795], [82.832295, 35.678701], [82.803898, 35.686045], [82.794204, 35.690792], [82.790522, 35.68715], [82.784189, 35.684962], [82.778651, 35.670875], [82.778219, 35.665826], [82.769995, 35.658603], [82.751442, 35.653112], [82.739873, 35.646098], [82.736009, 35.64206], [82.736541, 35.638534], [82.731596, 35.638109], [82.720217, 35.641104], [82.691071, 35.665756], [82.676344, 35.669886], [82.668034, 35.666838], [82.65478, 35.669462], [82.649887, 35.683321], [82.646637, 35.685785], [82.642289, 35.687486], [82.637686, 35.684431], [82.631407, 35.685711], [82.626634, 35.687333], [82.622152, 35.692787], [82.6075, 35.698321], [82.602, 35.695528], [82.585855, 35.69497], [82.544179, 35.708712], [82.527373, 35.699187], [82.508685, 35.698085], [82.499157, 35.705161], [82.477441, 35.713528], [82.462461, 35.715376], [82.412578, 35.709599], [82.402354, 35.695109], [82.398603, 35.685568], [82.402345, 35.681966], [82.402108, 35.663534], [82.398067, 35.657597], [82.393352, 35.654897], [82.365671, 35.651157], [82.360886, 35.651623], [82.34907, 35.656507], [82.333828, 35.654256], [82.333957, 35.639985], [82.343452, 35.633084], [82.350607, 35.613025], [82.337673, 35.598211], [82.328855, 35.591277], [82.328418, 35.578008], [82.335945, 35.572764], [82.323057, 35.555468], [82.310638, 35.542981], [82.283999, 35.5404], [82.279919, 35.541956], [82.268493, 35.55229], [82.25911, 35.54664], [82.253613, 35.531096], [82.241972, 35.52263], [82.218519, 35.520588], [82.210315, 35.522092], [82.203339, 35.521252], [82.193021, 35.518515], [82.187664, 35.515194], [82.183882, 35.510324], [82.182535, 35.493368], [82.183724, 35.491339], [82.177914, 35.487269], [82.169783, 35.486623], [82.165187, 35.491729], [82.164212, 35.497185], [82.158124, 35.499373], [82.149791, 35.496808], [82.147579, 35.490135], [82.139364, 35.482704], [82.097206, 35.471332], [82.086534, 35.465299], [82.07708, 35.451685], [82.04775, 35.451236], [82.039289, 35.454218], [82.031156, 35.454753], [82.028163, 35.449958], [82.025265, 35.429358], [82.034833, 35.405581], [82.045934, 35.369252], [82.049934, 35.361246], [82.049786, 35.34927], [82.04266, 35.339163], [82.04115, 35.331957], [82.035561, 35.32801], [82.015104, 35.319669], [82.010568, 35.311337], [81.987585, 35.306353], [81.983187, 35.306723], [81.969562, 35.31385], [81.954185, 35.309437], [81.940756, 35.297708], [81.935319, 35.280015], [81.929035, 35.273256], [81.925726, 35.272198], [81.911522, 35.274503], [81.896877, 35.274055], [81.868602, 35.266838], [81.86343, 35.262091], [81.857441, 35.261077], [81.819563, 35.266921], [81.802735, 35.272216], [81.79721, 35.276289], [81.765333, 35.26595], [81.751226, 35.267907], [81.735463, 35.260461], [81.730643, 35.262594], [81.724573, 35.261563], [81.703878, 35.250306], [81.692984, 35.240356], [81.680441, 35.23553], [81.647757, 35.232983], [81.626468, 35.234648], [81.615395, 35.238771], [81.603852, 35.237247], [81.569684, 35.236712], [81.558785, 35.237214], [81.548683, 35.241264], [81.53938, 35.24189], [81.512731, 35.235272], [81.49715, 35.252793], [81.497277, 35.260556], [81.502253, 35.277843], [81.499111, 35.285338], [81.491384, 35.29336], [81.479116, 35.294326], [81.450658, 35.313259], [81.445563, 35.318344], [81.444478, 35.327355], [81.440584, 35.333517], [81.407796, 35.337187], [81.400549, 35.34125], [81.383528, 35.340606], [81.370236, 35.344625], [81.363461, 35.354117], [81.355174, 35.351142], [81.349572, 35.344575], [81.345605, 35.343067], [81.33465, 35.350403], [81.326992, 35.349877], [81.325535, 35.347356], [81.326773, 35.340975], [81.322797, 35.339037], [81.31089, 35.338733], [81.299015, 35.344722], [81.272152, 35.347852], [81.266534, 35.343159], [81.260066, 35.331662], [81.258848, 35.325326], [81.253782, 35.325889], [81.241098, 35.334842], [81.232998, 35.33335], [81.222601, 35.325902], [81.214212, 35.324333], [81.195878, 35.355883], [81.191558, 35.366081], [81.178622, 35.371686], [81.151056, 35.363033], [81.126973, 35.371316], [81.121328, 35.386848], [81.110259, 35.387704], [81.106509, 35.387187], [81.103457, 35.384764], [81.096185, 35.384157], [81.094396, 35.385843], [81.093001, 35.392007], [81.098864, 35.399797], [81.099599, 35.403557], [81.098, 35.406743], [81.0885, 35.410842], [81.070928, 35.400133], [81.059595, 35.400692], [81.050862, 35.404923], [81.048815, 35.404287], [81.030279, 35.384173], [81.027943, 35.378678], [81.027642, 35.372377], [81.037273, 35.366443], [81.030493, 35.341718], [81.027916, 35.338352], [81.021151, 35.33651], [81.000408, 35.335493], [81.002283, 35.330543], [81.016826, 35.316256], [81.023701, 35.312795], [81.022904, 35.311903], [81.008526, 35.309064], [81.003777, 35.312214], [80.991212, 35.313538], [80.987746, 35.31194], [80.96602, 35.31115], [80.942982, 35.316053], [80.937905, 35.319774], [80.93495, 35.325765], [80.926133, 35.332078], [80.908566, 35.324745], [80.884192, 35.32265], [80.880257, 35.330621], [80.860468, 35.341513], [80.855336, 35.342602], [80.832368, 35.341927], [80.821706, 35.34396], [80.787136, 35.341572], [80.751815, 35.335228], [80.726303, 35.336496], [80.719487, 35.335069], [80.687384, 35.337987], [80.679575, 35.342567], [80.683492, 35.346515], [80.685482, 35.353304], [80.685489, 35.360365], [80.680377, 35.366118], [80.666576, 35.368702], [80.654723, 35.374464], [80.654268, 35.382522], [80.660551, 35.385731], [80.660972, 35.388114], [80.659678, 35.393083], [80.652181, 35.398622], [80.632308, 35.391943], [80.619293, 35.396188], [80.612443, 35.404307], [80.593745, 35.408177], [80.586848, 35.402394], [80.564651, 35.39286], [80.557951, 35.394515], [80.555785, 35.397657], [80.54021, 35.404871], [80.529949, 35.405892], [80.526271, 35.398787], [80.512013, 35.392211], [80.50163, 35.396229], [80.500809, 35.402174], [80.491879, 35.406612], [80.460311, 35.41539], [80.441667, 35.418244], [80.436508, 35.42731], [80.439055, 35.44745], [80.434297, 35.449825], [80.42956, 35.449964], [80.416829, 35.442727], [80.407987, 35.424517], [80.403743, 35.422899], [80.389371, 35.409698], [80.379146, 35.393901], [80.37471, 35.389519], [80.369203, 35.387714], [80.315249, 35.38699], [80.303158, 35.381016], [80.301417, 35.371837], [80.293021, 35.362029], [80.288528, 35.35957], [80.285364, 35.354335], [80.280758, 35.33395], [80.275263, 35.329261], [80.274392, 35.31333], [80.270481, 35.293075], [80.280817, 35.280733], [80.2958, 35.267064], [80.312478, 35.259258], [80.329445, 35.240819], [80.330108, 35.224238], [80.359725, 35.210254], [80.360572, 35.208354], [80.358318, 35.202684], [80.344534, 35.205449], [80.326377, 35.204092], [80.320776, 35.201973], [80.30762, 35.204743], [80.297685, 35.209235], [80.284142, 35.210641], [80.281442, 35.202408], [80.263281, 35.204734], [80.255538, 35.204259], [80.25243, 35.201614], [80.252591, 35.193195], [80.248015, 35.187844], [80.243311, 35.184728], [80.219753, 35.177435], [80.22242, 35.165404], [80.235393, 35.154526], [80.236009, 35.151689], [80.216482, 35.138539], [80.207997, 35.124655], [80.186373, 35.114886], [80.118087, 35.069497], [80.111266, 35.067179], [80.099711, 35.067965], [80.073126, 35.078042], [80.02808, 35.039563], [80.031532, 35.03321], [80.040902, 35.025429], [80.038028, 35.00869], [80.035074, 35.005704], [80.029628, 35.005994], [80.026758, 35.001636], [80.027545, 34.995522], [80.030326, 34.991793], [80.038944, 34.989373], [80.04056, 34.982162], [80.027283, 34.979488], [80.022852, 34.973052], [80.024814, 34.952932], [80.029865, 34.947916], [80.03815, 34.946259], [80.040155, 34.942944], [80.040333, 34.93904], [80.03744, 34.930908], [80.031141, 34.926026], [80.035196, 34.913809], [80.034837, 34.904853], [80.015503, 34.902826], [80.00223, 34.89676], [79.996477, 34.881227], [79.996995, 34.865332], [79.988369, 34.858692], [79.956074, 34.864551], [79.933669, 34.861222], [79.923796, 34.852571], [79.933132, 34.831297], [79.940096, 34.826583], [79.941518, 34.81682], [79.934603, 34.799311], [79.926894, 34.788403], [79.92571, 34.77562], [79.906539, 34.750615], [79.896379, 34.733938], [79.905507, 34.685827], [79.88129, 34.679584], [79.86506, 34.672567], [79.866467, 34.657742], [79.885497, 34.652803], [79.890441, 34.650002], [79.888068, 34.640122], [79.88794, 34.62534], [79.864977, 34.620221], [79.864403, 34.610622], [79.860234, 34.600942], [79.84998, 34.590915], [79.863573, 34.585927], [79.859501, 34.581372], [79.841904, 34.57041], [79.83818, 34.550891], [79.859882, 34.541545], [79.858785, 34.534454], [79.847434, 34.538378], [79.843122, 34.538285], [79.841134, 34.534803], [79.846427, 34.531803], [79.846714, 34.526603], [79.843366, 34.517897], [79.833837, 34.518634], [79.823352, 34.516395], [79.823948, 34.506342], [79.819642, 34.493487], [79.806887, 34.492789], [79.792049, 34.479645], [79.786123, 34.480428], [79.748685, 34.478007], [79.727305, 34.471688], [79.719694, 34.47298], [79.705998, 34.485207], [79.702333, 34.484685], [79.685155, 34.47603], [79.686096, 34.470787], [79.682049, 34.461502], [79.674371, 34.455164], [79.655928, 34.45192], [79.645895, 34.45536], [79.631698, 34.453264], [79.627988, 34.449162], [79.612618, 34.454266], [79.611851, 34.457853], [79.606982, 34.463441], [79.6016, 34.466009], [79.592294, 34.466483], [79.586293, 34.460464], [79.562277, 34.456855], [79.551655, 34.467193], [79.546012, 34.477496], [79.537784, 34.480145], [79.53434, 34.469558], [79.523923, 34.459459], [79.485398, 34.446822], [79.460377, 34.453756], [79.453941, 34.446117], [79.446335, 34.443828], [79.417256, 34.450403], [79.40348, 34.446674], [79.391555, 34.435961], [79.380287, 34.437275], [79.366645, 34.435722], [79.362104, 34.431788], [79.358465, 34.430843], [79.351172, 34.432176], [79.350089, 34.435651], [79.34577, 34.440072], [79.337005, 34.442598], [79.326996, 34.442759], [79.313452, 34.440615], [79.303777, 34.443032], [79.281751, 34.442467], [79.264823, 34.438255], [79.263625, 34.435626], [79.266305, 34.42663], [79.248693, 34.419109], [79.232106, 34.420369], [79.227362, 34.423671], [79.211041, 34.41775], [79.193335, 34.41815], [79.189387, 34.420837], [79.188564, 34.427563], [79.186649, 34.430131], [79.177842, 34.431661], [79.172502, 34.430692], [79.164248, 34.433395], [79.161218, 34.437586], [79.161573, 34.44449], [79.156461, 34.449317], [79.147523, 34.446542], [79.141039, 34.436602], [79.118377, 34.430453], [79.103231, 34.428877], [79.093586, 34.425895], [79.082271, 34.414358], [79.077587, 34.41263], [79.068942, 34.41539], [79.06484, 34.422625], [79.063977, 34.427542], [79.050819, 34.429197], [79.035046, 34.422421], [79.023857, 34.411386], [79.008326, 34.403314], [79.021814, 34.387192], [79.024643, 34.378691], [79.023762, 34.376347], [79.032427, 34.361665], [79.046261, 34.3512], [79.042781, 34.338905], [79.040203, 34.335754], [79.035373, 34.334316], [79.022594, 34.338123], [79.002264, 34.350301], [78.985846, 34.356012], [78.968, 34.366243], [78.962765, 34.3829], [78.95634, 34.38861], [78.948488, 34.388134], [78.942778, 34.385755], [78.920886, 34.366957], [78.902089, 34.357915], [78.89495, 34.356488], [78.889478, 34.357439], [78.878527, 34.365947], [78.872948, 34.373786], [78.871591, 34.379063], [78.872195, 34.398059], [78.869933, 34.401828], [78.85953, 34.409216], [78.850937, 34.414492], [78.831338, 34.418261], [78.814452, 34.4258], [78.805256, 34.433941], [78.788521, 34.441931], [78.770279, 34.44178], [78.752489, 34.448565], [78.746458, 34.452635], [78.743745, 34.456555], [78.743443, 34.460023], [78.746308, 34.464546], [78.7546, 34.471481], [78.757012, 34.479019], [78.755504, 34.483994], [78.750378, 34.489271], [78.741785, 34.493341], [78.724146, 34.498316], [78.719623, 34.501784], [78.713743, 34.509322], [78.710728, 34.520026], [78.708316, 34.523795], [78.704396, 34.525906], [78.684797, 34.528318], [78.652986, 34.539022], [78.62419, 34.539173], [78.617104, 34.538269], [78.599021, 34.528631], [78.591644, 34.520779], [78.587837, 34.513878], [78.582126, 34.510547], [78.569991, 34.510547], [78.563805, 34.51364], [78.558808, 34.520541], [78.555952, 34.533628], [78.558094, 34.552425], [78.55619, 34.559802], [78.551669, 34.56694], [78.532872, 34.576696], [78.503128, 34.579075], [78.493135, 34.579075], [78.483855, 34.576696], [78.47053, 34.569795], [78.464819, 34.569795], [78.459346, 34.567654], [78.455539, 34.563847], [78.45079, 34.552758], [78.442928, 34.546477], [78.437931, 34.545049], [78.433648, 34.546001], [78.430793, 34.551949], [78.426986, 34.58669], [78.424368, 34.592162], [78.410567, 34.598825], [78.39058, 34.605011], [78.377731, 34.606915], [78.36274, 34.605487], [78.352271, 34.602632], [78.342991, 34.602632], [78.318958, 34.612626], [78.274462, 34.621668], [78.271607, 34.625237], [78.262803, 34.657598], [78.262803, 34.662356], [78.270893, 34.673302], [78.27351, 34.680916], [78.272797, 34.688768], [78.269703, 34.697572], [78.258996, 34.707566], [78.250192, 34.710422], [78.226873, 34.715418], [78.208769, 34.717263], [78.203862, 34.726228], [78.201651, 34.741117], [78.204268, 34.755393], [78.206647, 34.759676], [78.2214, 34.771812], [78.224731, 34.777522], [78.226635, 34.822018], [78.229014, 34.832488], [78.232346, 34.878174], [78.228776, 34.881267], [78.203554, 34.882695], [78.199271, 34.885074], [78.201889, 34.900065], [78.201175, 34.905061], [78.193085, 34.915293], [78.175952, 34.928618], [78.174525, 34.933139], [78.175477, 34.936232], [78.194036, 34.951461], [78.198319, 34.957648], [78.199509, 34.961693], [78.198319, 34.969307], [78.182139, 34.980252], [78.161676, 34.986201], [78.155727, 34.990008], [78.121701, 35.034266], [78.120035, 35.037597], [78.120273, 35.044736], [78.123604, 35.048305], [78.134839, 35.054555], [78.145588, 35.070658], [78.144544, 35.078524], [78.138119, 35.091611], [78.128601, 35.102557], [78.12289, 35.106602], [78.11599, 35.10803], [78.075777, 35.100891], [78.064832, 35.105412], [78.060311, 35.110647], [78.058645, 35.115406], [78.057217, 35.163233], [78.053648, 35.187028], [78.041513, 35.201542], [78.016767, 35.220816], [78.010104, 35.233903], [78.008914, 35.25627], [78.012246, 35.290772], [78.013685, 35.362432], [78.017811, 35.365968], [78.04041, 35.376779], [78.053135, 35.398247], [78.070668, 35.410598], [78.075512, 35.415898], [78.092045, 35.423244], [78.100026, 35.430276], [78.106427, 35.438149], [78.104733, 35.450994], [78.112255, 35.470875], [78.13538, 35.486806], [78.137608, 35.491803], [78.121494, 35.495853], [78.10808, 35.496275], [78.0832, 35.496154], [78.054511, 35.491278], [78.045184, 35.491849], [78.040996, 35.490516], [78.038902, 35.475669], [78.034904, 35.471861], [78.030717, 35.470719], [78.023483, 35.472433], [78.010158, 35.486709], [78.002734, 35.490516], [78, 35.494815], [77.990851, 35.491723], [77.976043, 35.491489], [77.969561, 35.489077], [77.95961, 35.482443], [77.952977, 35.481539], [77.944835, 35.482443], [77.937599, 35.485609], [77.924483, 35.495107], [77.919658, 35.496163], [77.915889, 35.495409], [77.914984, 35.49375], [77.915889, 35.47596], [77.913175, 35.469779], [77.907748, 35.467065], [77.902773, 35.466613], [77.896487, 35.468915], [77.88578, 35.477719], [77.870075, 35.495565], [77.865079, 35.498658], [77.861034, 35.498658], [77.853181, 35.49033], [77.850802, 35.49033], [77.827245, 35.5077], [77.816776, 35.520549], [77.813384, 35.520987], [77.809886, 35.520559], [77.80676, 35.517989], [77.797337, 35.495003], [77.786201, 35.492862], [77.760259, 35.498121], [77.756392, 35.497674], [77.73468, 35.481464], [77.732003, 35.477895], [77.730813, 35.464065], [77.728731, 35.461834], [77.717577, 35.458413], [77.706424, 35.459157], [77.699732, 35.457521], [77.690055, 35.45043], [77.686962, 35.450668], [77.679586, 35.458996], [77.661502, 35.474463], [77.650556, 35.47827], [77.644845, 35.47827], [77.641276, 35.476604], [77.640324, 35.461138], [77.638183, 35.457806], [77.633662, 35.457568], [77.608202, 35.465897], [77.59916, 35.465897], [77.583693, 35.462089], [77.582028, 35.465183], [77.582266, 35.474938], [77.580838, 35.478032], [77.525872, 35.48398], [77.506242, 35.482672], [77.440896, 35.462821], [77.428332, 35.463963], [77.414436, 35.469103], [77.385502, 35.471387], [77.37922, 35.475194], [77.375794, 35.480334], [77.373319, 35.487377], [77.372938, 35.495753], [77.351047, 35.494991], [77.346669, 35.498227], [77.335248, 35.523926], [77.33087, 35.528494], [77.320019, 35.535347], [77.301364, 35.543532], [77.278331, 35.538583], [77.265387, 35.538964], [77.252062, 35.532872], [77.233026, 35.527542], [77.211325, 35.517644], [77.189054, 35.519167], [77.181249, 35.522593], [77.168305, 35.533824], [77.146414, 35.539345], [77.13366, 35.551527], [77.093304, 35.566185], [77.06951, 35.590741], [77.061324, 35.59569], [77.04193, 35.597374], [77.008752, 35.611166], [77.000126, 35.610869], [76.995367, 35.608489], [76.987337, 35.600756], [76.972298, 35.599983], [76.969633, 35.59846], [76.966968, 35.593701], [76.961829, 35.591417], [76.95726, 35.59294], [76.95155, 35.598079], [76.933275, 35.605693], [76.904341, 35.612737], [76.895394, 35.619399], [76.888922, 35.63044], [76.859036, 35.651569], [76.848186, 35.666988], [76.84514, 35.669082], [76.831244, 35.665085], [76.820774, 35.664894], [76.772043, 35.654234], [76.762144, 35.656519], [76.756362, 35.666179], [76.755173, 35.675459], [76.751128, 35.682598], [76.723288, 35.708534], [76.716149, 35.714007], [76.701159, 35.721621], [76.692831, 35.746129], [76.68712, 35.749936], [76.651428, 35.756361], [76.648097, 35.75993], [76.646669, 35.764927], [76.6431, 35.767782], [76.63263, 35.767306], [76.620495, 35.76112], [76.600032, 35.766831], [76.59218, 35.771589], [76.586945, 35.781107], [76.583851, 35.794908], [76.57362, 35.803236], [76.568286, 35.810028], [76.566243, 35.816561], [76.566957, 35.822748], [76.573858, 35.830838], [76.588134, 35.841784], [76.589086, 35.844163], [76.583376, 35.859392], [76.582711, 35.874043], [76.594506, 35.891876], [76.594982, 35.896873], [76.589271, 35.909008], [76.576898, 35.921857], [76.56976, 35.923761], [76.555483, 35.924951], [76.549534, 35.922809], [76.546441, 35.919954], [76.5443, 35.914005], [76.544775, 35.90306], [76.542396, 35.900204], [76.525026, 35.891162], [76.515886, 35.881265], [76.512177, 35.881407], [76.498138, 35.888545], [76.488204, 35.890686], [76.47702, 35.889259], [76.458698, 35.883786], [76.452274, 35.879503], [76.442994, 35.865226], [76.43538, 35.857612], [76.431573, 35.851425], [76.387553, 35.858564], [76.368279, 35.860943], [76.362568, 35.860229], [76.358999, 35.857374], [76.358285, 35.852853], [76.360903, 35.838338], [76.366613, 35.827393], [76.366137, 35.824537], [76.36352, 35.823586], [76.354716, 35.827393], [76.330683, 35.833103], [76.308554, 35.833341], [76.302368, 35.840718], [76.296895, 35.841432], [76.257634, 35.837149], [76.230032, 35.8381], [76.225035, 35.836435], [76.222656, 35.828345], [76.210283, 35.824062], [76.166025, 35.824299], [76.159362, 35.826917], [76.146751, 35.835959], [76.145561, 35.841907], [76.154365, 35.861895], [76.153652, 35.884024], [76.162218, 35.910912], [76.160552, 35.918526], [76.142706, 35.945652], [76.102969, 35.992765], [76.102249, 36.01174], [76.100604, 36.017275], [76.091926, 36.022362], [76.064248, 36.026102], [76.043901, 36.02685], [76.023301, 36.01507], [76.003806, 36.016078], [75.966104, 36.041512], [75.955182, 36.057071], [75.956479, 36.067145], [75.949348, 36.070387], [75.949497, 36.07308], [75.955631, 36.077418], [75.947702, 36.087891], [75.942166, 36.101655], [75.944111, 36.107789], [75.9483, 36.112726], [75.947851, 36.116018], [75.942316, 36.121553], [75.933938, 36.12664], [75.932442, 36.129034], [75.93289, 36.134719], [75.971714, 36.147286], [75.971315, 36.151476], [75.965929, 36.156862], [75.96952, 36.160452], [75.974308, 36.162048], [75.998653, 36.162935], [76.012716, 36.165328], [76.011968, 36.196298], [76.007866, 36.229661], [76.018923, 36.23395], [76.031217, 36.233477], [76.042092, 36.229221], [76.061006, 36.225438], [76.065734, 36.227803], [76.067153, 36.234422], [76.062897, 36.244352], [76.027907, 36.273668], [76.024124, 36.292582], [76.020341, 36.298729], [75.998591, 36.310077], [75.987242, 36.328991], [75.985351, 36.337029], [75.988011, 36.35086], [76.000778, 36.368592], [76.006452, 36.379231], [76.013899, 36.385614], [76.023829, 36.389869], [76.029857, 36.39448], [76.031985, 36.405119], [76.029148, 36.421077], [76.023944, 36.433471], [76.006944, 36.45635], [76.007707, 36.460616], [76.013061, 36.467255], [76.012264, 36.472575], [76.00987, 36.474968], [75.999455, 36.477096], [75.995565, 36.47949], [75.99362, 36.486222], [75.995416, 36.492356], [75.994219, 36.496546], [75.990628, 36.500735], [75.982208, 36.504492], [75.974545, 36.510659], [75.963175, 36.522029], [75.957789, 36.530806], [75.952203, 36.549158], [75.944822, 36.559332], [75.932854, 36.570902], [75.932255, 36.578283], [75.934051, 36.588057], [75.940407, 36.600542], [75.940024, 36.604028], [75.930533, 36.609357], [75.905662, 36.633343], [75.894122, 36.635437], [75.885799, 36.642075], [75.872661, 36.657743], [75.859306, 36.670495], [75.824804, 36.693814], [75.811122, 36.696312], [75.799925, 36.708038], [75.787095, 36.716159], [75.787452, 36.721013], [75.763815, 36.726404], [75.751279, 36.735678], [75.725213, 36.751104], [75.72016, 36.751902], [75.706063, 36.746583], [75.699946, 36.746317], [75.69702, 36.747647], [75.691169, 36.755626], [75.67388, 36.765467], [75.641697, 36.77185], [75.609515, 36.768925], [75.598876, 36.766797], [75.593024, 36.763339], [75.582385, 36.762009], [75.568023, 36.771584], [75.535308, 36.77318], [75.530254, 36.754828], [75.532914, 36.739667], [75.528924, 36.728231], [75.519083, 36.727433], [75.511636, 36.730358], [75.504721, 36.735944], [75.501851, 36.744249], [75.493816, 36.742859], [75.486369, 36.739135], [75.470942, 36.725039], [75.465889, 36.722645], [75.45126, 36.725571], [75.441951, 36.740199], [75.439025, 36.75004], [75.42812, 36.768925], [75.421264, 36.784735], [75.42153, 36.80229], [75.423126, 36.811067], [75.430041, 36.829153], [75.431815, 36.847366], [75.428863, 36.854479], [75.423924, 36.87889], [75.416211, 36.890327], [75.396263, 36.903094], [75.391209, 36.909477], [75.391475, 36.920914], [75.395731, 36.931553], [75.407965, 36.934745], [75.414506, 36.940133], [75.411705, 36.947781], [75.406104, 36.954427], [75.402646, 36.956022], [75.382334, 36.95411], [75.358792, 36.961232], [75.337031, 36.963013], [75.311689, 36.97223], [75.299742, 36.972452], [75.284147, 36.975194], [75.264031, 36.972311], [75.242071, 36.963804], [75.234949, 36.964793], [75.225651, 36.973695], [75.176787, 36.984378], [75.168676, 36.988928], [75.166302, 36.993281], [75.1665, 36.999018], [75.170258, 37.010492], [75.169665, 37.016031], [75.1665, 37.018405], [75.15918, 37.020186], [75.150471, 37.026059], [75.13821, 37.027308], [75.132077, 37.022164], [75.131285, 37.015636], [75.129505, 37.013064], [75.123372, 37.011679], [75.089939, 37.010888], [75.073123, 37.005942], [75.066199, 37.005942], [75.060264, 37.006338], [75.041865, 37.014844], [75.029402, 37.016625], [75.02505, 37.015042], [75.014762, 37.004162], [75.000519, 36.994863], [74.987462, 36.995259], [74.979548, 36.997435], [74.960359, 36.990511], [74.944238, 36.987601], [74.930873, 36.981635], [74.926727, 36.976663], [74.925738, 36.966376], [74.93563, 36.950153], [74.935432, 36.945405], [74.918814, 36.946197], [74.919407, 36.936305], [74.916044, 36.93492], [74.898833, 36.935712], [74.895272, 36.937097], [74.886172, 36.949956], [74.867608, 36.987939], [74.856749, 37.004163], [74.850727, 37.01801], [74.849408, 37.036474], [74.847404, 37.044143], [74.849253, 37.056095], [74.805621, 37.055202], [74.799291, 37.053883], [74.795334, 37.049927], [74.792696, 37.04386], [74.79296, 37.032517], [74.79085, 37.029616], [74.785047, 37.027769], [74.75946, 37.025395], [74.736248, 37.028297], [74.726752, 37.035155], [74.720685, 37.044124], [74.718839, 37.050718], [74.721213, 37.062588], [74.719894, 37.065226], [74.714882, 37.067336], [74.709079, 37.07393], [74.706178, 37.087647], [74.70354, 37.091603], [74.69589, 37.091603], [74.663974, 37.076568], [74.637332, 37.06971], [74.626517, 37.06206], [74.619395, 37.05019], [74.612273, 37.045179], [74.604096, 37.04175], [74.574074, 37.03539], [74.569079, 37.032167], [74.543819, 37.057105], [74.540127, 37.06176], [74.536436, 37.073638], [74.533226, 37.079095], [74.529213, 37.081985], [74.524718, 37.08359], [74.517213, 37.082001], [74.506521, 37.066825], [74.503934, 37.06579], [74.500657, 37.066825], [74.494751, 37.076191], [74.494138, 37.104703], [74.493219, 37.112674], [74.491072, 37.11666], [74.485247, 37.120952], [74.475559, 37.123802], [74.46256, 37.130763], [74.460108, 37.136588], [74.460108, 37.141186], [74.461334, 37.146705], [74.465626, 37.151917], [74.480342, 37.160501], [74.486474, 37.160808], [74.489613, 37.162565], [74.490668, 37.179318], [74.488313, 37.183801], [74.47513, 37.194532], [74.473904, 37.198211], [74.476586, 37.204266], [74.493219, 37.212313], [74.498737, 37.217525], [74.506402, 37.235614], [74.515599, 37.244198], [74.52449, 37.246344], [74.549936, 37.246957], [74.568331, 37.239599], [74.575382, 37.233467], [74.585193, 37.233161], [74.591325, 37.236227], [74.594697, 37.242052], [74.59623, 37.258607], [74.597763, 37.260753], [74.60788, 37.260447], [74.620143, 37.256461], [74.624435, 37.264432], [74.628421, 37.266578], [74.633326, 37.266578], [74.642217, 37.258914], [74.652334, 37.242052], [74.65632, 37.238986], [74.662806, 37.238373], [74.666442, 37.239585], [74.68212, 37.257822], [74.693502, 37.267134], [74.714197, 37.279723], [74.735063, 37.287483], [74.746445, 37.284379], [74.774976, 37.262412], [74.783915, 37.253473], [74.791395, 37.251649], [74.796138, 37.248183], [74.806719, 37.225562], [74.810002, 37.220271], [74.814381, 37.217717], [74.880237, 37.225379], [74.89248, 37.232692], [74.902212, 37.234133], [74.912366, 37.238392], [74.914332, 37.246908], [74.920883, 37.260011], [74.924177, 37.272676], [74.932912, 37.282285], [74.993619, 37.288399], [75.050427, 37.306698], [75.076123, 37.317989], [75.081184, 37.318768], [75.099094, 37.315264], [75.115254, 37.316118], [75.119291, 37.317697], [75.122503, 37.322661], [75.126591, 37.338429], [75.138672, 37.356461], [75.138328, 37.365592], [75.130679, 37.374638], [75.130387, 37.39099], [75.131477, 37.393467], [75.150768, 37.404912], [75.152844, 37.41218], [75.151287, 37.423082], [75.132598, 37.454748], [75.126369, 37.461496], [75.088993, 37.489009], [75.083802, 37.495239], [75.080168, 37.507179], [75.076015, 37.510812], [75.068747, 37.512889], [75.061479, 37.512889], [75.0376, 37.503545], [75.029294, 37.502506], [75.003338, 37.509774], [74.999039, 37.51627], [75.003338, 37.525348], [75.003338, 37.528981], [74.986727, 37.538326], [74.942083, 37.555976], [74.929624, 37.573625], [74.922875, 37.60633], [74.914569, 37.629171], [74.907014, 37.637616], [74.892766, 37.659799], [74.89913, 37.6726], [74.903863, 37.676281], [74.913207, 37.679785], [74.918657, 37.684457], [74.921383, 37.691854], [74.920604, 37.714825], [74.928002, 37.719108], [74.941563, 37.720536], [74.948831, 37.725208], [74.960252, 37.736109], [74.967519, 37.745972], [74.997628, 37.76518], [75.006972, 37.772966], [75.009693, 37.777537], [75.00853, 37.783349], [74.998147, 37.794769], [74.96129, 37.816572], [74.925471, 37.833184], [74.919241, 37.838375], [74.917684, 37.850315], [74.935334, 37.878347], [74.935853, 37.881981], [74.932738, 37.889249], [74.917165, 37.912609], [74.917165, 37.924029], [74.919407, 37.937031], [74.912574, 37.954917], [74.911114, 37.963969], [74.912493, 37.972307], [74.924413, 37.99822], [74.926008, 38.013083], [74.923913, 38.027853], [74.919241, 38.031487], [74.91405, 38.033044], [74.904706, 38.032006], [74.891728, 38.027853], [74.874597, 38.030967], [74.863696, 38.041869], [74.857441, 38.059975], [74.83701, 38.078726], [74.821242, 38.097706], [74.818322, 38.106467], [74.813927, 38.149506], [74.810438, 38.157567], [74.810438, 38.177131], [74.814818, 38.197572], [74.81511, 38.224144], [74.794086, 38.266192], [74.793893, 38.272406], [74.805443, 38.285385], [74.793761, 38.317922], [74.790651, 38.329327], [74.790996, 38.33624], [74.808968, 38.355594], [74.822102, 38.365271], [74.83247, 38.363889], [74.834889, 38.369419], [74.844566, 38.379441], [74.865303, 38.410892], [74.869105, 38.431975], [74.86323, 38.473448], [74.860129, 38.485635], [74.855261, 38.491626], [74.850768, 38.494247], [74.846463, 38.494621], [74.829614, 38.491564], [74.818727, 38.493119], [74.806544, 38.520077], [74.797472, 38.530446], [74.786326, 38.538481], [74.770255, 38.538999], [74.740964, 38.534074], [74.730855, 38.53563], [74.719709, 38.540295], [74.696639, 38.55844], [74.63067, 38.605012], [74.624449, 38.606048], [74.611316, 38.596371], [74.603712, 38.596026], [74.587036, 38.602036], [74.566405, 38.60673], [74.556383, 38.607076], [74.544632, 38.610877], [74.537719, 38.615025], [74.530116, 38.623665], [74.520023, 38.630289], [74.513527, 38.632651], [74.488988, 38.636107], [74.459265, 38.633342], [74.446132, 38.636453], [74.417792, 38.648549], [74.409497, 38.649932], [74.352759, 38.655269], [74.329257, 38.655269], [74.310824, 38.652044], [74.299304, 38.652965], [74.268429, 38.659878], [74.242623, 38.658495], [74.221887, 38.659417], [74.16198, 38.670016], [74.144469, 38.676006], [74.138479, 38.675545], [74.120953, 38.655817], [74.117324, 38.645708], [74.115769, 38.622897], [74.113695, 38.616935], [74.104154, 38.612972], [74.081845, 38.610909], [74.063042, 38.587274], [74.06357, 38.579415], [74.081067, 38.552586], [74.083425, 38.543219], [74.03262, 38.5427], [74.015771, 38.532073], [73.998404, 38.525074], [73.991406, 38.524815], [73.973261, 38.534665], [73.965485, 38.535443], [73.951208, 38.53228], [73.91779, 38.536479], [73.90794, 38.547625], [73.903534, 38.556439], [73.898468, 38.57277], [73.894333, 38.577776], [73.889981, 38.579299], [73.870651, 38.578372], [73.853203, 38.582128], [73.814593, 38.599724], [73.805307, 38.604947], [73.801245, 38.609009], [73.806808, 38.633234], [73.806414, 38.63784], [73.795665, 38.649164], [73.794433, 38.65596], [73.791787, 38.66037], [73.776118, 38.672372], [73.772117, 38.678706], [73.764783, 38.712377], [73.750781, 38.721045], [73.751984, 38.755986], [73.753003, 38.7604], [73.761154, 38.767193], [73.76421, 38.773306], [73.762512, 38.779418], [73.747431, 38.795295], [73.74663, 38.801596], [73.741796, 38.81236], [73.725155, 38.828322], [73.724136, 38.836812], [73.721061, 38.841006], [73.699149, 38.8523], [73.697007, 38.85487], [73.69572, 38.866842], [73.699121, 38.881932], [73.706573, 38.897986], [73.714277, 38.904116], [73.720866, 38.904116], [73.723063, 38.906533], [73.72482, 38.917515], [73.729872, 38.925203], [73.740855, 38.934868], [73.756035, 38.935649], [73.760868, 38.942019], [73.767677, 38.943117], [73.781295, 38.93499], [73.800405, 38.93499], [73.8037, 38.933672], [73.813886, 38.918809], [73.818398, 38.917606], [73.822308, 38.920614], [73.842625, 38.947412], [73.843201, 38.95495], [73.838347, 38.981791], [73.836491, 39.004633], [73.814605, 39.040365], [73.81178, 39.04093], [73.791102, 39.038995], [73.787388, 39.037057], [73.781974, 39.026398], [73.765536, 39.027476], [73.757766, 39.023489], [73.748118, 39.021623], [73.737759, 39.021752], [73.734289, 39.024875], [73.732484, 39.046081], [73.728649, 39.055555], [73.722107, 39.065481], [73.71173, 39.074731], [73.713351, 39.113402], [73.705727, 39.130836], [73.702117, 39.134747], [73.692755, 39.137078], [73.689597, 39.140462], [73.687115, 39.154674], [73.680122, 39.156253], [73.665293, 39.152712], [73.654592, 39.158509], [73.650046, 39.162772], [73.652825, 39.180843], [73.65086, 39.189462], [73.642674, 39.191446], [73.640418, 39.194153], [73.635392, 39.215058], [73.631405, 39.224118], [73.617082, 39.239427], [73.606559, 39.24098], [73.596381, 39.238047], [73.58189, 39.236667], [73.574817, 39.238737], [73.567053, 39.245983], [73.564811, 39.266512], [73.5586, 39.269445], [73.541004, 39.269617], [73.542384, 39.277553], [73.549457, 39.283936], [73.552735, 39.290491], [73.551872, 39.30136], [73.541176, 39.313608], [73.541004, 39.318093], [73.549105, 39.335909], [73.551699, 39.346633], [73.550642, 39.35299], [73.528483, 39.367118], [73.501142, 39.379088], [73.502927, 39.383401], [73.537734, 39.389666], [73.553321, 39.39044], [73.576698, 39.396656], [73.584729, 39.403794], [73.590996, 39.418679], [73.593793, 39.436309], [73.599974, 39.454702], [73.609112, 39.458721], [73.618216, 39.467366], [73.627111, 39.470683], [73.643835, 39.471202], [73.653314, 39.468443], [73.697328, 39.46325], [73.715872, 39.459179], [73.745026, 39.458748], [73.752743, 39.459543], [73.775574, 39.466265], [73.81236, 39.465662], [73.85118, 39.4749], [73.864023, 39.476596], [73.866913, 39.479991], [73.868433, 39.491586], [73.880878, 39.514105], [73.892085, 39.523734], [73.891998, 39.532392], [73.886008, 39.53673], [73.883487, 39.540643], [73.898554, 39.555928], [73.908656, 39.558243], [73.918547, 39.567713], [73.918547, 39.572344], [73.916022, 39.577815], [73.917164, 39.588127], [73.934039, 39.588748], [73.941773, 39.59058], [73.948693, 39.594447], [73.951746, 39.60096], [73.95297, 39.610677], [73.951197, 39.622961], [73.944413, 39.653083], [73.937511, 39.664981], [73.930233, 39.682502], [73.929406, 39.698156], [73.925416, 39.70474], [73.91564, 39.715114], [73.91584, 39.717109], [73.921902, 39.719539], [73.920965, 39.723376], [73.913791, 39.726277], [73.911959, 39.728719], [73.909822, 39.738946], [73.905067, 39.743044], [73.878533, 39.745638], [73.87574, 39.746635], [73.866962, 39.757408], [73.863171, 39.758007], [73.858391, 39.757785], [73.848608, 39.752022], [73.844418, 39.751623], [73.841825, 39.754416], [73.841226, 39.761199], [73.844418, 39.814266], [73.848408, 39.823842], [73.857785, 39.840401], [73.870353, 39.84858], [73.89968, 39.861348], [73.913246, 39.871324], [73.916837, 39.87671], [73.918234, 39.882695], [73.916247, 39.903476], [73.910861, 39.918888], [73.912357, 39.926519], [73.933994, 39.954153], [73.950187, 39.96755], [73.964677, 39.988461], [73.972266, 39.995746], [73.972737, 40.006887], [73.970237, 40.009702], [73.962604, 40.013519], [73.945595, 40.015528], [73.940908, 40.018474], [73.941511, 40.021822], [73.946332, 40.02584], [73.989657, 40.04026], [73.999222, 40.0454], [74.003933, 40.050825], [74.012928, 40.079093], [74.023493, 40.088515], [74.038906, 40.094893], [74.049476, 40.092727], [74.077959, 40.079949], [74.087881, 40.079521], [74.099017, 40.08202], [74.107012, 40.085946], [74.117291, 40.100579], [74.12393, 40.105077], [74.140134, 40.107147], [74.210233, 40.122066], [74.232861, 40.122209], [74.252492, 40.126278], [74.263342, 40.126063], [74.267197, 40.124493], [74.273479, 40.10679], [74.276477, 40.102293], [74.280689, 40.09958], [74.286042, 40.099223], [74.304816, 40.108289], [74.3235, 40.10253], [74.338728, 40.093013], [74.346248, 40.090633], [74.364998, 40.096439], [74.393742, 40.117378], [74.440379, 40.139174], [74.451515, 40.149453], [74.46484, 40.167252], [74.504434, 40.199613], [74.532736, 40.208703], [74.539365, 40.216459], [74.547915, 40.221258], [74.568138, 40.252663], [74.583968, 40.270001], [74.601607, 40.277991], [74.616985, 40.280705], [74.630403, 40.279348], [74.650153, 40.26985], [74.659802, 40.26985], [74.666463, 40.27301], [74.682085, 40.285373], [74.688135, 40.287121], [74.688538, 40.290617], [74.686233, 40.294798], [74.701402, 40.323946], [74.699171, 40.339264], [74.702182, 40.346666], [74.704776, 40.348005], [74.74795, 40.346254], [74.785724, 40.349823], [74.807437, 40.348336], [74.823498, 40.344915], [74.860677, 40.327962], [74.878672, 40.327962], [74.889825, 40.335695], [74.902764, 40.336885], [74.908986, 40.34506], [74.908701, 40.349486], [74.902037, 40.355324], [74.881688, 40.365608], [74.865585, 40.379566], [74.857722, 40.390091], [74.797681, 40.437743], [74.793368, 40.442948], [74.794261, 40.450979], [74.810471, 40.457076], [74.813148, 40.461686], [74.81523, 40.470461], [74.817267, 40.506228], [74.837351, 40.520793], [74.846774, 40.520793], [74.864382, 40.514035], [74.893412, 40.506516], [74.904357, 40.501472], [74.923964, 40.486909], [74.944142, 40.476059], [74.964666, 40.462382], [74.985449, 40.456071], [74.991634, 40.455736], [75.002968, 40.458415], [75.016816, 40.466695], [75.039516, 40.456987], [75.052936, 40.448564], [75.095389, 40.441798], [75.102891, 40.442489], [75.1111, 40.447343], [75.129088, 40.461834], [75.136512, 40.462191], [75.165494, 40.457651], [75.204501, 40.447781], [75.223886, 40.447657], [75.237877, 40.450227], [75.24573, 40.463076], [75.259864, 40.472641], [75.265574, 40.482778], [75.270428, 40.484491], [75.287703, 40.484777], [75.298839, 40.490487], [75.306549, 40.507905], [75.346744, 40.534559], [75.383738, 40.550532], [75.40106, 40.552245], [75.417145, 40.556623], [75.429994, 40.56576], [75.444545, 40.580341], [75.453396, 40.583767], [75.459535, 40.58805], [75.466674, 40.599186], [75.472813, 40.603327], [75.494371, 40.615319], [75.540485, 40.645015], [75.551192, 40.650583], [75.57853, 40.660248], [75.593737, 40.659577], [75.599019, 40.656579], [75.601304, 40.650725], [75.613439, 40.644586], [75.615152, 40.637163], [75.61915, 40.633165], [75.63257, 40.624028], [75.632284, 40.618174], [75.626909, 40.613337], [75.624575, 40.608895], [75.623718, 40.597045], [75.627573, 40.549075], [75.628572, 40.544364], [75.637852, 40.535512], [75.647132, 40.51324], [75.655841, 40.505673], [75.664978, 40.501819], [75.684109, 40.498678], [75.696815, 40.489969], [75.723084, 40.478119], [75.728795, 40.47198], [75.715375, 40.454991], [75.713376, 40.443284], [75.705239, 40.435717], [75.688677, 40.425295], [75.679255, 40.411732], [75.679563, 40.403377], [75.674621, 40.40059], [75.672983, 40.394832], [75.673972, 40.379324], [75.666786, 40.362331], [75.668404, 40.356767], [75.684109, 40.343632], [75.695388, 40.320361], [75.703383, 40.311081], [75.701955, 40.3038], [75.69653, 40.295091], [75.696244, 40.292093], [75.698671, 40.284669], [75.702383, 40.281671], [75.711235, 40.281957], [75.722656, 40.285383], [75.726511, 40.292236], [75.734255, 40.298231], [75.747069, 40.296947], [75.761203, 40.303514], [75.768913, 40.302801], [75.774195, 40.298946], [75.782476, 40.300659], [75.812029, 40.318077], [75.823593, 40.326786], [75.828019, 40.326643], [75.830446, 40.320361], [75.836442, 40.313365], [75.845579, 40.310796], [75.856144, 40.310225], [75.87142, 40.311652], [75.907826, 40.30223], [75.914971, 40.293036], [75.920827, 40.29354], [75.92611, 40.297252], [75.929488, 40.313194], [75.925634, 40.331278], [75.931606, 40.338439], [75.939934, 40.341116], [75.943652, 40.34409], [75.955103, 40.35807], [75.953021, 40.373536], [75.955047, 40.375391], [75.978006, 40.381864], [75.988564, 40.379634], [75.997339, 40.3719], [76.010128, 40.365506], [76.01753, 40.358717], [76.023439, 40.355807], [76.041238, 40.355521], [76.044474, 40.356187], [76.047234, 40.359043], [76.039715, 40.378935], [76.041523, 40.385597], [76.046758, 40.390261], [76.061892, 40.392926], [76.066554, 40.395674], [76.075788, 40.395591], [76.097869, 40.390737], [76.10634, 40.395401], [76.113478, 40.397304], [76.144031, 40.391403], [76.163447, 40.383408], [76.172489, 40.3816], [76.17839, 40.382361], [76.20799, 40.394259], [76.220459, 40.403015], [76.233308, 40.415769], [76.253391, 40.421765], [76.2611, 40.42719], [76.268238, 40.435185], [76.274044, 40.438517], [76.278042, 40.437184], [76.283277, 40.431378], [76.282801, 40.426619], [76.278042, 40.415198], [76.279469, 40.410629], [76.283086, 40.407203], [76.30888, 40.404252], [76.312687, 40.401968], [76.315828, 40.395591], [76.322871, 40.38988], [76.324203, 40.386169], [76.320777, 40.367133], [76.323061, 40.35476], [76.331722, 40.343243], [76.333911, 40.341339], [76.338575, 40.340768], [76.342953, 40.34943], [76.343573, 40.357249], [76.352369, 40.363688], [76.355407, 40.37372], [76.362039, 40.382008], [76.370186, 40.386672], [76.377771, 40.387862], [76.383571, 40.378047], [76.388627, 40.376113], [76.394427, 40.377006], [76.411827, 40.386523], [76.43116, 40.38697], [76.455996, 40.408831], [76.459467, 40.414795], [76.471051, 40.426289], [76.502544, 40.427718], [76.505518, 40.430544], [76.510799, 40.447888], [76.535708, 40.461625], [76.538087, 40.4646], [76.540281, 40.490333], [76.536749, 40.507876], [76.53779, 40.51323], [76.546415, 40.527209], [76.552804, 40.54219], [76.567979, 40.560373], [76.597871, 40.579855], [76.606667, 40.599949], [76.615352, 40.60807], [76.641193, 40.615494], [76.653328, 40.621918], [76.655184, 40.625202], [76.656755, 40.631341], [76.651329, 40.640621], [76.649473, 40.647046], [76.649616, 40.653042], [76.657468, 40.662607], [76.655327, 40.679168], [76.657754, 40.683594], [76.670889, 40.690447], [76.672031, 40.694159], [76.66475, 40.708293], [76.647475, 40.725568], [76.64205, 40.739131], [76.642139, 40.757756], [76.644566, 40.762039], [76.659556, 40.767892], [76.667837, 40.780599], [76.670978, 40.781598], [76.684398, 40.778743], [76.690251, 40.779457], [76.707034, 40.79783], [76.717806, 40.815149], [76.725087, 40.817576], [76.7268, 40.820145], [76.726514, 40.825142], [76.716663, 40.835279], [76.716663, 40.84099], [76.719662, 40.843274], [76.729671, 40.845552], [76.729988, 40.851031], [76.726848, 40.85617], [76.728751, 40.865212], [76.731892, 40.871304], [76.732463, 40.899857], [76.736365, 40.913087], [76.747882, 40.92527], [76.756829, 40.952206], [76.759874, 40.955917], [76.767013, 40.958868], [76.777197, 40.959725], [76.791759, 40.955917], [76.794805, 40.95706], [76.798707, 40.968291], [76.809367, 40.972669], [76.830402, 40.976476], [76.837921, 40.976666], [76.843822, 40.974668], [76.846677, 40.976095], [76.854823, 41.002191], [76.870884, 41.022392], [76.877166, 41.027175], [76.880307, 41.028531], [76.896368, 41.020322], [76.904147, 41.019199], [76.935844, 41.028032], [76.948336, 41.03617], [76.970108, 41.058227], [76.989024, 41.070719], [76.998661, 41.071861], [77.001997, 41.070691], [77.01408, 41.055158], [77.016293, 41.054372], [77.027286, 41.057228], [77.075369, 41.061767], [77.085779, 41.061767], [77.099015, 41.056859], [77.108533, 41.049423], [77.105559, 41.037377], [77.106451, 41.034254], [77.110318, 41.031577], [77.127717, 41.029346], [77.13242, 41.024147], [77.150207, 41.018029], [77.165049, 41.008512], [77.183932, 41.0115], [77.191814, 41.019234], [77.206822, 41.019658], [77.22007, 41.025034], [77.227803, 41.026075], [77.247434, 41.02429], [77.251747, 41.017747], [77.262157, 41.016111], [77.264834, 41.01388], [77.269593, 41.004362], [77.28848, 41.002578], [77.302459, 41.006147], [77.325807, 41.022059], [77.355848, 41.032023], [77.359288, 41.040436], [77.362681, 41.043122], [77.371445, 41.037609], [77.382228, 41.037845], [77.384238, 41.031813], [77.389161, 41.029198], [77.400188, 41.033569], [77.409237, 41.033957], [77.413003, 41.031912], [77.415037, 41.028305], [77.42634, 41.024885], [77.436304, 41.019829], [77.459206, 41.021911], [77.467385, 41.021018], [77.469021, 41.019085], [77.466047, 41.005403], [77.466939, 40.997967], [77.472144, 40.99529], [77.487462, 40.993952], [77.53218, 41.003223], [77.541602, 40.997988], [77.551501, 41.001034], [77.557021, 41.001129], [77.564431, 40.998395], [77.578056, 40.998654], [77.608323, 41.007316], [77.623075, 41.008267], [77.645157, 41.01474], [77.649154, 41.014835], [77.660004, 41.009029], [77.673425, 41.006745], [77.68989, 41.007792], [77.70293, 41.013502], [77.725487, 41.01769], [77.732055, 41.030063], [77.734339, 41.031396], [77.754136, 41.021402], [77.765938, 41.019689], [77.771409, 41.021927], [77.775075, 41.025875], [77.786877, 41.045768], [77.795729, 41.048623], [77.81248, 41.046053], [77.820206, 41.050527], [77.823061, 41.05481], [77.820491, 41.064661], [77.809498, 41.075654], [77.804929, 41.083934], [77.799219, 41.101352], [77.799794, 41.109406], [77.802428, 41.112589], [77.80628, 41.124839], [77.818068, 41.141165], [77.828989, 41.149731], [77.874047, 41.167705], [77.883941, 41.176382], [77.901399, 41.183713], [77.924242, 41.187628], [77.954176, 41.190076], [77.970538, 41.185978], [77.992832, 41.190132], [77.997908, 41.19267], [78.008137, 41.190499], [78.014705, 41.191213], [78.04302, 41.19759], [78.06604, 41.209412], [78.085851, 41.217054], [78.10522, 41.216959], [78.118069, 41.221623], [78.12938, 41.229687], [78.132065, 41.237932], [78.143754, 41.310367], [78.145896, 41.315792], [78.159744, 41.333353], [78.160392, 41.336866], [78.155319, 41.350056], [78.152891, 41.361763], [78.154605, 41.3719], [78.15903, 41.378182], [78.176163, 41.385463], [78.227131, 41.396456], [78.266677, 41.392173], [78.27867, 41.388033], [78.293232, 41.392744], [78.304511, 41.391745], [78.312077, 41.393315], [78.321786, 41.385606], [78.325926, 41.385606], [78.339489, 41.395885], [78.347198, 41.39617], [78.362189, 41.39303], [78.381605, 41.392601], [78.387744, 41.396313], [78.389743, 41.401025], [78.389886, 41.406878], [78.395882, 41.408912], [78.414788, 41.412098], [78.429146, 41.410978], [78.450647, 41.411979], [78.470158, 41.422543], [78.482912, 41.424447], [78.504137, 41.431109], [78.528122, 41.443863], [78.541352, 41.462042], [78.563712, 41.478388], [78.576187, 41.481459], [78.586752, 41.471846], [78.59351, 41.469562], [78.599982, 41.469657], [78.614544, 41.475558], [78.621587, 41.476605], [78.631105, 41.474225], [78.641194, 41.468324], [78.645763, 41.467848], [78.648237, 41.470704], [78.650902, 41.479365], [78.659468, 41.490501], [78.681454, 41.507252], [78.698967, 41.517056], [78.701156, 41.520101], [78.701537, 41.523433], [78.693066, 41.539042], [78.693542, 41.542373], [78.703346, 41.549607], [78.744938, 41.557316], [78.776728, 41.558839], [78.787578, 41.56198], [78.792813, 41.566358], [78.799245, 41.565333], [78.802521, 41.56198], [78.808613, 41.5596], [78.815275, 41.561504], [78.846018, 41.577113], [78.849064, 41.586821], [78.855345, 41.592437], [78.86315, 41.593579], [78.868392, 41.593579], [78.872382, 41.591771], [78.878093, 41.592627], [78.890276, 41.599861], [78.906266, 41.610997], [78.913289, 41.619313], [78.923779, 41.624322], [78.925492, 41.626035], [78.926539, 41.633078], [78.928823, 41.635743], [78.940435, 41.637552], [78.943558, 41.643921], [78.950143, 41.649258], [78.99383, 41.663345], [79.012295, 41.657539], [79.021813, 41.656587], [79.026476, 41.658776], [79.034227, 41.676655], [79.038183, 41.679525], [79.066642, 41.687996], [79.090565, 41.69272], [79.104009, 41.697585], [79.114657, 41.702523], [79.123513, 41.718756], [79.135791, 41.724181], [79.175338, 41.725038], [79.202821, 41.723253], [79.210744, 41.725609], [79.228947, 41.73446], [79.249351, 41.756068], [79.254823, 41.760351], [79.266126, 41.764455], [79.27029, 41.771534], [79.26916, 41.780933], [79.287719, 41.787655], [79.311574, 41.799255], [79.321746, 41.809308], [79.32478, 41.810082], [79.32936, 41.808654], [79.332513, 41.804728], [79.344529, 41.796519], [79.350002, 41.793187], [79.354939, 41.79289], [79.365349, 41.80562], [79.403004, 41.833162], [79.413474, 41.838159], [79.427691, 41.839825], [79.464237, 41.849824], [79.478729, 41.84688], [79.48253, 41.844085], [79.483764, 41.839025], [79.48725, 41.837234], [79.508265, 41.834264], [79.546813, 41.833978], [79.581991, 41.843572], [79.606159, 41.852632], [79.613114, 41.857164], [79.622023, 41.871384], [79.632587, 41.882234], [79.640868, 41.886631], [79.679244, 41.888744], [79.735551, 41.899823], [79.756114, 41.896429], [79.765133, 41.892456], [79.770044, 41.892456], [79.795009, 41.919057], [79.805145, 41.938758], [79.807858, 41.954035], [79.811534, 41.958617], [79.847761, 41.979661], [79.853115, 41.986514], [79.848261, 42.002861], [79.849546, 42.01414], [79.862323, 42.022991], [79.915362, 42.042622], [79.950197, 42.043336], [79.962832, 42.041266], [79.996739, 42.041337], [80.030504, 42.045049], [80.076404, 42.045406], [80.087183, 42.044478], [80.128427, 42.03317], [80.155057, 42.03665], [80.15677, 42.038648], [80.155527, 42.045003], [80.157617, 42.05288], [80.188704, 42.082444], [80.185181, 42.087403], [80.165407, 42.097469], [80.135355, 42.150221], [80.141851, 42.151934], [80.152344, 42.150364], [80.159197, 42.151435], [80.162909, 42.190981], [80.167763, 42.203117], [80.190241, 42.207435], [80.208325, 42.207435], [80.231534, 42.211614], [80.261054, 42.224377], [80.281843, 42.230835], [80.285991, 42.239129], [80.287418, 42.263495], [80.282945, 42.270728], [80.26981, 42.281864], [80.268668, 42.285767], [80.268288, 42.293], [80.26981, 42.298806], [80.277901, 42.309942], [80.278519, 42.317604], [80.260801, 42.33158], [80.233648, 42.348666], [80.229125, 42.357606], [80.23195, 42.392405], [80.224366, 42.405195], [80.205479, 42.425718], [80.204534, 42.434448], [80.21081, 42.466781], [80.218805, 42.479154], [80.234795, 42.489243], [80.27365, 42.503744], [80.277768, 42.509152], [80.275695, 42.511316], [80.255517, 42.510745], [80.251615, 42.512077], [80.24914, 42.517407], [80.230289, 42.524396], [80.221196, 42.532741], [80.181998, 42.585233], [80.164105, 42.612359], [80.162487, 42.621496], [80.164295, 42.63425], [80.173584, 42.656597], [80.175749, 42.671839], [80.203251, 42.686929], [80.227619, 42.694007], [80.215912, 42.713281], [80.260097, 42.7802], [80.258038, 42.823363], [80.2694, 42.833421], [80.274897, 42.835419], [80.279251, 42.835348], [80.287175, 42.830565], [80.291172, 42.830351], [80.311731, 42.836419], [80.32251, 42.837061], [80.327649, 42.835277], [80.324794, 42.831565], [80.324937, 42.827353], [80.333003, 42.82514], [80.351634, 42.825426], [80.355346, 42.830708], [80.35913, 42.831565], [80.365197, 42.827781], [80.371408, 42.828138], [80.374406, 42.829709], [80.377761, 42.834563], [80.384971, 42.838917], [80.388254, 42.837989], [80.39575, 42.831493], [80.399033, 42.830922], [80.416496, 42.839818], [80.421519, 42.849767], [80.441578, 42.857691], [80.451429, 42.85662], [80.455926, 42.857905], [80.469917, 42.866043], [80.49119, 42.871183], [80.498271, 42.876117], [80.50224, 42.877144], [80.512549, 42.873375], [80.518331, 42.874375], [80.531108, 42.881228], [80.539374, 42.881462], [80.549126, 42.87896], [80.549021, 42.882676], [80.552469, 42.88691], [80.569542, 42.885066], [80.56978, 42.889884], [80.571386, 42.890776], [80.576145, 42.890776], [80.585782, 42.887326], [80.592979, 42.889587], [80.596608, 42.893751], [80.59756, 42.897677], [80.593336, 42.906005], [80.571981, 42.924327], [80.535278, 42.936819], [80.500359, 42.940329], [80.476651, 42.945238], [80.399462, 42.990783], [80.376284, 43.017227], [80.37408, 43.02394], [80.381409, 43.033649], [80.394332, 43.04597], [80.410179, 43.054965], [80.430615, 43.062312], [80.480278, 43.070098], [80.506833, 43.081234], [80.526963, 43.092084], [80.551948, 43.101222], [80.576218, 43.119639], [80.583785, 43.127634], [80.591352, 43.132059], [80.603772, 43.133344], [80.631041, 43.14291], [80.648316, 43.145908], [80.662825, 43.145773], [80.673871, 43.143481], [80.696571, 43.142196], [80.707279, 43.139055], [80.722127, 43.128918], [80.728551, 43.128776], [80.737403, 43.140197], [80.745152, 43.146091], [80.754249, 43.145194], [80.775379, 43.136342], [80.785944, 43.1352], [80.790655, 43.138198], [80.791512, 43.150728], [80.798662, 43.173889], [80.796877, 43.181474], [80.790334, 43.189058], [80.783939, 43.207797], [80.783047, 43.239622], [80.780073, 43.245273], [80.771447, 43.253006], [80.766688, 43.259699], [80.766391, 43.270852], [80.77501, 43.296881], [80.772488, 43.306395], [80.768473, 43.310262], [80.758509, 43.313385], [80.73326, 43.310358], [80.721125, 43.310787], [80.693142, 43.315355], [80.685147, 43.32435], [80.683434, 43.329918], [80.699995, 43.35276], [80.720697, 43.374747], [80.726836, 43.379173], [80.732118, 43.387167], [80.734374, 43.409979], [80.740827, 43.432853], [80.75339, 43.44299], [80.756531, 43.447558], [80.751743, 43.490713], [80.687496, 43.577692], [80.518823, 43.813981], [80.520339, 43.823359], [80.517159, 43.840218], [80.518682, 43.847166], [80.516055, 43.859749], [80.509185, 43.865206], [80.50865, 43.867704], [80.509669, 43.896147], [80.505504, 43.903575], [80.494018, 43.912942], [80.48727, 43.923507], [80.478347, 43.930931], [80.476135, 43.934571], [80.475492, 43.941424], [80.477848, 43.945707], [80.484415, 43.949847], [80.486271, 43.952346], [80.485914, 43.954701], [80.461429, 43.970549], [80.456237, 43.985701], [80.453221, 44.005879], [80.454915, 44.030648], [80.451724, 44.048496], [80.444372, 44.067632], [80.445511, 44.075224], [80.443184, 44.081698], [80.434742, 44.08803], [80.395908, 44.107795], [80.391876, 44.112006], [80.390719, 44.115921], [80.390116, 44.120746], [80.399614, 44.133259], [80.401674, 44.138348], [80.399024, 44.195189], [80.40669, 44.251354], [80.404063, 44.290015], [80.398062, 44.302768], [80.39205, 44.309944], [80.385269, 44.343851], [80.383365, 44.37288], [80.37587, 44.4169], [80.36421, 44.445097], [80.350814, 44.463395], [80.346674, 44.480242], [80.350087, 44.487018], [80.362806, 44.499373], [80.370659, 44.513792], [80.372943, 44.533066], [80.388219, 44.56219], [80.395643, 44.593742], [80.405196, 44.609221], [80.405672, 44.616836], [80.402935, 44.623379], [80.342686, 44.68839], [80.328263, 44.698681], [80.31263, 44.705819], [80.266741, 44.720545], [80.239805, 44.725399], [80.216867, 44.739009], [80.198966, 44.75708], [80.199298, 44.768817], [80.196443, 44.774956], [80.181024, 44.790518], [80.178129, 44.79886], [80.18527, 44.81917], [80.178931, 44.831391], [80.166531, 44.845432], [80.156633, 44.846479], [80.149895, 44.829193], [80.121709, 44.815568], [80.105775, 44.81542], [80.095175, 44.817528], [80.06261, 44.814362], [80.043915, 44.80607], [80.017833, 44.801999], [80.010597, 44.79627], [80.0014, 44.79416], [79.995671, 44.796421], [79.993259, 44.800944], [79.997179, 44.8121], [79.997782, 44.818583], [79.994767, 44.827177], [79.953851, 44.849309], [79.949328, 44.853982], [79.94782, 44.859108], [79.950986, 44.868908], [79.96365, 44.875541], [79.965007, 44.879461], [79.914351, 44.897703], [79.893395, 44.896497], [79.886158, 44.903885], [79.886309, 44.907051], [79.890983, 44.913232], [79.925438, 44.931344], [79.934307, 44.932775], [79.941542, 44.93718], [79.945679, 44.952812], [79.951479, 44.959356], [79.964566, 44.964858], [79.977653, 44.964858], [79.98152, 44.966346], [79.996094, 44.976161], [80.002252, 44.983524], [80.01974, 44.989397], [80.033422, 44.996832], [80.046509, 45.00635], [80.053612, 45.015511], [80.06194, 45.030358], [80.07062, 45.036126], [80.087295, 45.041094], [80.095713, 45.049426], [80.104993, 45.053709], [80.113702, 45.052281], [80.133212, 45.044251], [80.13928, 45.047749], [80.141684, 45.059705], [80.145777, 45.061514], [80.153105, 45.060943], [80.164648, 45.054569], [80.192142, 45.03214], [80.2063, 45.028928], [80.226834, 45.030921], [80.248646, 45.035818], [80.258596, 45.043507], [80.266134, 45.056171], [80.279703, 45.063407], [80.298699, 45.06989], [80.316489, 45.072302], [80.32855, 45.070342], [80.334731, 45.056623], [80.341365, 45.048783], [80.353426, 45.043808], [80.375136, 45.043507], [80.39383, 45.047276], [80.40559, 45.056774], [80.436963, 45.076182], [80.441321, 45.0818], [80.444652, 45.101741], [80.484023, 45.127407], [80.492882, 45.128386], [80.497555, 45.125522], [80.506299, 45.114667], [80.513536, 45.111501], [80.522313, 45.110351], [80.552734, 45.114214], [80.567208, 45.112104], [80.584847, 45.105319], [80.590064, 45.104857], [80.607543, 45.108665], [80.62495, 45.117079], [80.69656, 45.136074], [80.719988, 45.150298], [80.726108, 45.155694], [80.726394, 45.159977], [80.723396, 45.163546], [80.716257, 45.166973], [80.713318, 45.173157], [80.715022, 45.176074], [80.723017, 45.178241], [80.730106, 45.176824], [80.753763, 45.159363], [80.768939, 45.154266], [80.798378, 45.154455], [80.813696, 45.152968], [80.829311, 45.148804], [80.849388, 45.128578], [80.887161, 45.128281], [80.896233, 45.129619], [80.920176, 45.147906], [80.930493, 45.158453], [80.942296, 45.163307], [80.957143, 45.166828], [80.969993, 45.16778], [80.981884, 45.161826], [80.9969, 45.162617], [81.024264, 45.167138], [81.044965, 45.174157], [81.060551, 45.176893], [81.078278, 45.183318], [81.08268, 45.194026], [81.087075, 45.197688], [81.100764, 45.202592], [81.103738, 45.205209], [81.104928, 45.217701], [81.10695, 45.2202], [81.113732, 45.221389], [81.130983, 45.220557], [81.147877, 45.212347], [81.155491, 45.209849], [81.162154, 45.209611], [81.166556, 45.213061], [81.168697, 45.22484], [81.171434, 45.228885], [81.182617, 45.232573], [81.20546, 45.236618], [81.21581, 45.236618], [81.22747, 45.246493], [81.239129, 45.244946], [81.258135, 45.237512], [81.273988, 45.23638], [81.323005, 45.259699], [81.338948, 45.263387], [81.356397, 45.263387], [81.370356, 45.258152], [81.376662, 45.257676], [81.38035, 45.260531], [81.385347, 45.268384], [81.40505, 45.278622], [81.432698, 45.281947], [81.43603, 45.279686], [81.446261, 45.266123], [81.462085, 45.264815], [81.476837, 45.270049], [81.499655, 45.281934], [81.517407, 45.2804], [81.52514, 45.285159], [81.532636, 45.30586], [81.54025, 45.308121], [81.571373, 45.310567], [81.573395, 45.327805], [81.57569, 45.333666], [81.621054, 45.353636], [81.635093, 45.35899], [81.649845, 45.358514], [81.669952, 45.355183], [81.697791, 45.368627], [81.71421, 45.363749], [81.726583, 45.362916], [81.734197, 45.370292], [81.746094, 45.376836], [81.770841, 45.379572], [81.776812, 45.385658], [81.781956, 45.384992], [81.791609, 45.377418], [81.79682, 45.369144], [81.814293, 45.35451], [81.827618, 45.337497], [81.830985, 45.323774], [81.854858, 45.300203], [81.869847, 45.287497], [81.875599, 45.28633], [81.901098, 45.265191], [81.913144, 45.250171], [81.91716, 45.240802], [81.924075, 45.232212], [81.949112, 45.237939], [81.989932, 45.238823], [82.006071, 45.242103], [82.015886, 45.247457], [82.031799, 45.248349], [82.049347, 45.255934], [82.06065, 45.255041], [82.088906, 45.25058], [82.089947, 45.242549], [82.085783, 45.229611], [82.08754, 45.222402], [82.100357, 45.213103], [82.107495, 45.210724], [82.115377, 45.210575], [82.126085, 45.214144], [82.136792, 45.220242], [82.151069, 45.223662], [82.173823, 45.224554], [82.205202, 45.234667], [82.280934, 45.244494], [82.290874, 45.24429], [82.355477, 45.212602], [82.398791, 45.201986], [82.479283, 45.178561], [82.549375, 45.199721], [82.58453, 45.222829], [82.596841, 45.346805], [82.560924, 45.397112], [82.544668, 45.424778], [82.442837, 45.460895], [82.277842, 45.538716], [82.278079, 45.552815], [82.26275, 45.618253], [82.282281, 45.644388], [82.285432, 45.65921], [82.287003, 45.716745], [82.291, 45.726596], [82.331689, 45.767428], [82.337971, 45.783418], [82.344824, 45.824535], [82.344538, 45.838669], [82.330975, 45.87536], [82.333688, 45.885639], [82.338113, 45.891921], [82.340398, 45.903628], [82.338685, 45.936179], [82.341629, 45.941166], [82.393458, 45.971682], [82.409162, 45.973109], [82.431416, 45.968313], [82.455687, 45.977245], [82.517853, 46.160353], [82.604275, 46.29208], [82.724922, 46.492928], [82.772466, 46.599031], [82.784232, 46.678458], [82.824119, 46.77375], [82.874563, 46.797545], [82.872232, 46.822712], [82.921142, 46.943226], [82.93023, 46.969254], [82.935294, 47.015541], [82.956727, 47.031433], [82.971385, 47.045043], [82.989685, 47.065663], [82.996552, 47.089803], [83.009877, 47.114111], [83.009862, 47.124617], [83.015572, 47.132422], [83.025376, 47.168209], [83.023282, 47.213323], [83.025185, 47.221794], [83.046165, 47.219339], [83.071752, 47.22772], [83.089811, 47.226972], [83.100519, 47.223403], [83.124647, 47.229971], [83.139961, 47.237764], [83.147061, 47.237109], [83.154057, 47.234396], [83.167192, 47.224545], [83.180897, 47.219406], [83.1996, 47.215979], [83.204311, 47.213124], [83.215733, 47.191709], [83.218017, 47.189996], [83.231437, 47.187854], [83.236699, 47.18556], [83.245, 47.177575], [83.256707, 47.174577], [83.282405, 47.176861], [83.298109, 47.180145], [83.30896, 47.178717], [83.320952, 47.171007], [83.332945, 47.170436], [83.349649, 47.176575], [83.364181, 47.177598], [83.366659, 47.167084], [83.371269, 47.161879], [83.392685, 47.148049], [83.405177, 47.131095], [83.414695, 47.120982], [83.420197, 47.119495], [83.426902, 47.120559], [83.451875, 47.132244], [83.460798, 47.132244], [83.468085, 47.124065], [83.476136, 47.120183], [83.485336, 47.109473], [83.487907, 47.108375], [83.498399, 47.109758], [83.509464, 47.106832], [83.530808, 47.087344], [83.537661, 47.083346], [83.546655, 47.08149], [83.565786, 47.08149], [83.568356, 47.079063], [83.569212, 47.07478], [83.566642, 47.066928], [83.567356, 47.063359], [83.570497, 47.061217], [83.598051, 47.058505], [83.613042, 47.05051], [83.631078, 47.046658], [83.662987, 47.042899], [83.693825, 47.034713], [83.695728, 47.031953], [83.694681, 47.01958], [83.697822, 47.014821], [83.704294, 47.016058], [83.717748, 47.023593], [83.739373, 47.028556], [83.749389, 47.028598], [83.772616, 47.025254], [83.791446, 47.015213], [83.823712, 47.008146], [83.84592, 46.997356], [83.873545, 46.993715], [83.876686, 46.991431], [83.880113, 46.984364], [83.882111, 46.983579], [83.889678, 46.98315], [83.900957, 46.985577], [83.907024, 46.984649], [83.911807, 46.974442], [83.917803, 46.968231], [83.927297, 46.969516], [83.940933, 46.983773], [83.94827, 46.986934], [83.959406, 46.987076], [83.970256, 46.983222], [83.974896, 46.983293], [83.993099, 46.991419], [84.004619, 46.989445], [84.008745, 46.986617], [84.057963, 46.969422], [84.093513, 46.966424], [84.129776, 46.971136], [84.151619, 46.979416], [84.192879, 47.003401], [84.236423, 47.000974], [84.24299, 46.997262], [84.248415, 46.996405], [84.262692, 47.002259], [84.289961, 46.995263], [84.303667, 46.995834], [84.316801, 46.999118], [84.329508, 47.004829], [84.33636, 47.004543], [84.347015, 46.996178], [84.376621, 46.995406], [84.41631, 47.005543], [84.429302, 47.007256], [84.44158, 47.007113], [84.448005, 47.004686], [84.458818, 46.994073], [84.482166, 46.985447], [84.511017, 46.972063], [84.54894, 46.989016], [84.58679, 46.997266], [84.636273, 46.994807], [84.655457, 47.000904], [84.664083, 46.995699], [84.667206, 46.995997], [84.675832, 47.004027], [84.684606, 47.007596], [84.747364, 47.008191], [84.751677, 47.005961], [84.773538, 46.981125], [84.792723, 46.972797], [84.813158, 46.96818], [84.845963, 46.956884], [84.853994, 46.935915], [84.864106, 46.92491], [84.910655, 46.889813], [84.920172, 46.872413], [84.929095, 46.863044], [84.937312, 46.864375], [84.947602, 46.863276], [84.97203, 46.880957], [84.974291, 46.883973], [84.972331, 46.903723], [84.981679, 46.915331], [84.98982, 46.92091], [85.00972, 46.928297], [85.06309, 46.930709], [85.071835, 46.932971], [85.083041, 46.947798], [85.089034, 46.959998], [85.137069, 46.989295], [85.168002, 46.995839], [85.17752, 47.006546], [85.201842, 47.044112], [85.214977, 47.053392], [85.235748, 47.055984], [85.264517, 47.054677], [85.267307, 47.055826], [85.269086, 47.058817], [85.269942, 47.066955], [85.273083, 47.067954], [85.279508, 47.067954], [85.323195, 47.044255], [85.356085, 47.052457], [85.365763, 47.052699], [85.380016, 47.048966], [85.425131, 47.060673], [85.442977, 47.061815], [85.460537, 47.061672], [85.478812, 47.056961], [85.537101, 47.055556], [85.540963, 47.060142], [85.538108, 47.087414], [85.549139, 47.115888], [85.564701, 47.13045], [85.575547, 47.137645], [85.642081, 47.197979], [85.6572, 47.215087], [85.682199, 47.232529], [85.687767, 47.239096], [85.690051, 47.245378], [85.68791, 47.263367], [85.696636, 47.281812], [85.696464, 47.291806], [85.693076, 47.298734], [85.673195, 47.315454], [85.670081, 47.319674], [85.670138, 47.322073], [85.673964, 47.330696], [85.683305, 47.342966], [85.685776, 47.356185], [85.689088, 47.364065], [85.699139, 47.375087], [85.700053, 47.382682], [85.698168, 47.39319], [85.688003, 47.413863], [85.688175, 47.427283], [85.68629, 47.437905], [85.683435, 47.441845], [85.670586, 47.450468], [85.651112, 47.460405], [85.641518, 47.469257], [85.635408, 47.479764], [85.631639, 47.492099], [85.624009, 47.49843], [85.614625, 47.503265], [85.612953, 47.509157], [85.613739, 47.521212], [85.617653, 47.540476], [85.552218, 47.966142], [85.549845, 47.979658], [85.540053, 47.993007], [85.539867, 47.99639], [85.543329, 48], [85.542558, 48.014446], [85.539395, 48.020893], [85.530454, 48.024547], [85.526535, 48.024152], [85.53225, 48.035323], [85.534119, 48.044358], [85.543637, 48.05697], [85.541139, 48.076481], [85.549705, 48.078028], [85.550239, 48.079629], [85.543518, 48.084928], [85.543518, 48.088378], [85.548634, 48.093137], [85.549467, 48.104797], [85.556119, 48.109155], [85.555297, 48.11134], [85.551489, 48.113363], [85.549586, 48.118003], [85.555535, 48.12764], [85.562197, 48.130376], [85.566004, 48.13454], [85.566123, 48.137276], [85.563133, 48.141321], [85.565528, 48.1531], [85.569521, 48.157262], [85.574179, 48.159134], [85.581563, 48.167664], [85.584088, 48.178084], [85.590394, 48.184985], [85.591821, 48.19831], [85.605503, 48.203663], [85.61169, 48.208422], [85.616449, 48.208422], [85.62097, 48.2064], [85.62561, 48.20747], [85.62787, 48.211278], [85.627405, 48.2178], [85.636198, 48.227925], [85.638816, 48.233763], [85.644149, 48.236122], [85.651427, 48.242567], [85.661076, 48.245586], [85.667488, 48.251847], [85.668797, 48.258748], [85.676887, 48.266838], [85.678077, 48.272668], [85.686881, 48.279092], [85.684977, 48.287063], [85.688427, 48.295392], [85.688546, 48.301102], [85.695923, 48.303958], [85.696637, 48.306575], [85.694376, 48.310501], [85.697313, 48.31878], [85.695328, 48.325293], [85.697231, 48.333463], [85.715434, 48.355354], [85.715841, 48.360723], [85.71819, 48.365053], [85.746612, 48.386037], [85.753098, 48.391638], [85.752484, 48.395788], [85.769076, 48.407445], [85.785383, 48.414007], [85.787454, 48.417476], [85.799131, 48.416887], [85.811138, 48.419808], [85.825009, 48.426441], [85.83259, 48.426171], [85.858661, 48.43069], [85.88742, 48.429524], [85.898105, 48.431055], [85.914362, 48.436493], [86.064101, 48.441029], [86.224295, 48.431946], [86.231443, 48.436371], [86.246219, 48.441868], [86.255981, 48.450671], [86.27435, 48.457238], [86.287878, 48.473935], [86.292874, 48.475431], [86.310143, 48.489623], [86.32825, 48.489178], [86.336673, 48.491819], [86.360016, 48.493247], [86.368242, 48.497723], [86.368534, 48.500758], [86.376077, 48.502884], [86.379361, 48.501456], [86.390282, 48.487893], [86.406565, 48.478482], [86.587008, 48.541071], [86.590738, 48.54423], [86.59166, 48.550565], [86.595646, 48.555413], [86.595914, 48.558744], [86.593855, 48.562034], [86.59561, 48.568577], [86.593408, 48.572027], [86.593494, 48.576067], [86.602032, 48.585733], [86.60887, 48.588074], [86.611668, 48.595898], [86.616078, 48.596364], [86.622065, 48.602209], [86.627776, 48.604017], [86.63362, 48.611308], [86.633639, 48.614848], [86.630955, 48.618579], [86.636418, 48.628421], [86.643728, 48.630267], [86.654544, 48.629459], [86.663562, 48.630792], [86.665137, 48.632586], [86.670915, 48.634042], [86.676675, 48.634049], [86.681636, 48.639239], [86.688296, 48.640983], [86.690582, 48.644288], [86.69044, 48.648096], [86.692581, 48.648357], [86.697507, 48.653973], [86.700076, 48.668226], [86.705026, 48.672533], [86.70814, 48.673039], [86.733738, 48.689469], [86.73558, 48.693909], [86.739049, 48.695765], [86.740377, 48.698649], [86.743532, 48.69932], [86.751971, 48.707102], [86.76392, 48.713677], [86.768467, 48.713857], [86.772174, 48.719806], [86.772643, 48.726724], [86.776486, 48.730721], [86.776355, 48.737332], [86.772072, 48.747302], [86.772286, 48.750253], [86.752013, 48.776771], [86.750157, 48.780697], [86.750633, 48.783505], [86.751942, 48.786955], [86.756867, 48.790619], [86.760413, 48.801731], [86.764417, 48.807235], [86.800552, 48.822138], [86.817933, 48.831747], [86.82004, 48.847981], [86.814499, 48.858117], [86.803662, 48.86558], [86.797843, 48.872489], [86.767822, 48.892229], [86.740876, 48.91449], [86.740938, 48.927015], [86.739367, 48.933939], [86.732729, 48.946146], [86.730242, 48.955877], [86.733014, 48.971344], [86.731817, 48.981703], [86.732838, 48.992315], [86.740657, 49.004661], [86.745523, 49.007343], [86.760087, 49.021744], [86.772194, 49.027514], [86.78145, 49.027657], [86.797486, 49.038837], [86.80664, 49.041199], [86.82382, 49.048753], [86.834048, 49.050198], [86.835252, 49.054264], [86.846075, 49.062857], [86.847379, 49.066051], [86.844483, 49.072989], [86.842633, 49.086546], [86.844135, 49.100917], [86.853185, 49.110559], [86.858534, 49.112804], [86.863411, 49.117531], [86.875403, 49.120916], [86.876036, 49.125485], [86.886927, 49.131808], [86.907818, 49.135118], [86.936119, 49.13082], [86.966605, 49.133395], [86.999424, 49.142967], [87.016446, 49.140691], [87.044165, 49.131215], [87.051735, 49.135681], [87.060868, 49.137229], [87.08286, 49.133686], [87.101037, 49.145389], [87.106988, 49.155292], [87.138349, 49.15453], [87.154339, 49.148153], [87.159193, 49.144632], [87.199073, 49.14092], [87.205493, 49.138729], [87.231719, 49.114555], [87.276977, 49.1171], [87.290895, 49.11951], [87.309337, 49.107566], [87.3299, 49.10743], [87.37223, 49.10129], [87.380245, 49.098252], [87.414753, 49.079059], [87.432835, 49.076402], [87.464279, 49.088235], [87.473464, 49.087451], [87.482638, 49.089108], [87.510239, 49.103028], [87.510482, 49.109386], [87.504172, 49.117662], [87.490609, 49.130154], [87.491323, 49.138601], [87.496319, 49.142289], [87.505123, 49.144193], [87.538912, 49.145264], [87.558185, 49.142765], [87.569131, 49.14336], [87.599231, 49.153473], [87.622074, 49.15038], [87.630997, 49.150617], [87.64218, 49.154425], [87.673232, 49.156447], [87.681204, 49.161563], [87.688342, 49.171438], [87.696018, 49.17644], [87.713683, 49.180718], [87.734266, 49.182145], [87.75925, 49.174055], [87.767459, 49.173698], [87.778048, 49.176316], [87.78352, 49.18155], [87.790302, 49.183097], [87.797202, 49.180599]]] + } + }, { + "type": "Feature", + "properties": { + "name": "台湾省", + "province_adcode": 710000, + "province_type": "省", + "name_en": "Taiwan", + "name_var": "Tái Wān", + "adcode": 710000 + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [[[[123.697932, 25.929303], [123.690546, 25.930977], [123.691622, 25.937281], [123.695521, 25.938765], [123.700281, 25.935324], [123.701472, 25.931378], [123.697932, 25.929303]]], [[[123.492345, 25.741924], [123.476758, 25.741528], [123.464416, 25.735345], [123.46004, 25.736147], [123.458589, 25.739436], [123.46011, 25.743947], [123.464793, 25.747515], [123.477036, 25.751765], [123.488521, 25.748567], [123.493387, 25.744016], [123.492345, 25.741924]]], [[[122.073633, 25.625059], [122.070375, 25.625399], [122.064919, 25.629282], [122.066194, 25.634263], [122.07673, 25.63535], [122.077211, 25.63112], [122.073633, 25.625059]]], [[[121.550215, 25.290851], [121.565836, 25.291932], [121.568754, 25.296729], [121.577039, 25.298313], [121.586932, 25.291854], [121.597731, 25.289222], [121.618048, 25.277116], [121.627043, 25.268802], [121.633474, 25.258715], [121.634993, 25.250523], [121.634423, 25.238616], [121.64339, 25.230598], [121.651507, 25.233063], [121.65226, 25.229213], [121.649594, 25.222959], [121.656818, 25.212127], [121.672219, 25.201934], [121.676149, 25.203406], [121.67979, 25.202549], [121.685714, 25.207867], [121.68757, 25.205226], [121.692336, 25.207908], [121.691496, 25.20401], [121.694111, 25.202781], [121.687311, 25.195216], [121.686086, 25.189028], [121.692173, 25.180496], [121.697565, 25.181234], [121.708473, 25.175122], [121.707196, 25.16483], [121.724761, 25.164832], [121.729996, 25.163255], [121.733798, 25.158142], [121.737843, 25.160731], [121.742704, 25.156996], [121.74921, 25.156779], [121.75, 25.154648], [121.745867, 25.15182], [121.750297, 25.146948], [121.753128, 25.148164], [121.753548, 25.145451], [121.744627, 25.13963], [121.740751, 25.133552], [121.740264, 25.131484], [121.742154, 25.130468], [121.74632, 25.136733], [121.757955, 25.143459], [121.764492, 25.151103], [121.772672, 25.155377], [121.791447, 25.143133], [121.79474, 25.144429], [121.793354, 25.146747], [121.795649, 25.14758], [121.806385, 25.148208], [121.807297, 25.146803], [121.801576, 25.14085], [121.802748, 25.135952], [121.808567, 25.132854], [121.819509, 25.134296], [121.822155, 25.133384], [121.818343, 25.128553], [121.819622, 25.123006], [121.8215, 25.121365], [121.825606, 25.121111], [121.830619, 25.126122], [121.83609, 25.12794], [121.848792, 25.127065], [121.865712, 25.122169], [121.885123, 25.12325], [121.89219, 25.119999], [121.898194, 25.119533], [121.909789, 25.12238], [121.917113, 25.127115], [121.924251, 25.12923], [121.922781, 25.123355], [121.912432, 25.113722], [121.915688, 25.111719], [121.921919, 25.113061], [121.923251, 25.10458], [121.918646, 25.101578], [121.913267, 25.0852], [121.91507, 25.077142], [121.924113, 25.070852], [121.931599, 25.062852], [121.927911, 25.049556], [121.928098, 25.041027], [121.937426, 25.027588], [121.935468, 25.022733], [121.94511, 25.019415], [121.950025, 25.019524], [121.976353, 25.025378], [121.989381, 25.020837], [121.9902, 25.012218], [121.996864, 25.01676], [121.99922, 25.016593], [122.004764, 25.010383], [122.004885, 25.007167], [122.002694, 25.003018], [121.994469, 25.00085], [121.977027, 24.991897], [121.965936, 24.983996], [121.956241, 24.982727], [121.926185, 24.9692], [121.918143, 24.957444], [121.904522, 24.946678], [121.903589, 24.94403], [121.889036, 24.937058], [121.885686, 24.930877], [121.887487, 24.926781], [121.884736, 24.917529], [121.858211, 24.893695], [121.851143, 24.890789], [121.833537, 24.865349], [121.834426, 24.860258], [121.826807, 24.842033], [121.819886, 24.804394], [121.817906, 24.782892], [121.818768, 24.759304], [121.822944, 24.739226], [121.83353, 24.717165], [121.838527, 24.666541], [121.849753, 24.629703], [121.858216, 24.616253], [121.865102, 24.6089], [121.880414, 24.605296], [121.885705, 24.59944], [121.879222, 24.599047], [121.865427, 24.604848], [121.859467, 24.603826], [121.857025, 24.599568], [121.86245, 24.593279], [121.864076, 24.587129], [121.871404, 24.586921], [121.877101, 24.579297], [121.871584, 24.577671], [121.869361, 24.574111], [121.873542, 24.53455], [121.869393, 24.528122], [121.841434, 24.520015], [121.838417, 24.510728], [121.838569, 24.500818], [121.840603, 24.49762], [121.847634, 24.496442], [121.850087, 24.494549], [121.851649, 24.483759], [121.849163, 24.479857], [121.843131, 24.477163], [121.838091, 24.471449], [121.82033, 24.462189], [121.818927, 24.453488], [121.814929, 24.446909], [121.802221, 24.436344], [121.796435, 24.426337], [121.789584, 24.404587], [121.786926, 24.377465], [121.770739, 24.336931], [121.773222, 24.317227], [121.771533, 24.305796], [121.766927, 24.303707], [121.75918, 24.306724], [121.746992, 24.277431], [121.743908, 24.264147], [121.740992, 24.258696], [121.727692, 24.246089], [121.71967, 24.244399], [121.715369, 24.241735], [121.70458, 24.224794], [121.683573, 24.211638], [121.673679, 24.207596], [121.664949, 24.196066], [121.659803, 24.184698], [121.658054, 24.174334], [121.658469, 24.167561], [121.663042, 24.157028], [121.664838, 24.147394], [121.663376, 24.136275], [121.653179, 24.120691], [121.628478, 24.103265], [121.61713, 24.083197], [121.615414, 24.068847], [121.619214, 24.051167], [121.629221, 24.031194], [121.636732, 24.022834], [121.643345, 24.018834], [121.646879, 24.007713], [121.640317, 23.996121], [121.636528, 23.993112], [121.63203, 23.985863], [121.61668, 23.974509], [121.608158, 23.962791], [121.606294, 23.957324], [121.605931, 23.952717], [121.61016, 23.942715], [121.611283, 23.933691], [121.604123, 23.908855], [121.604763, 23.898068], [121.60196, 23.877854], [121.597254, 23.857771], [121.587478, 23.830281], [121.584703, 23.828758], [121.582321, 23.818994], [121.575949, 23.811237], [121.572412, 23.80163], [121.570041, 23.780455], [121.570536, 23.764661], [121.572845, 23.760259], [121.571772, 23.756356], [121.559724, 23.729537], [121.556681, 23.725483], [121.552778, 23.724179], [121.549461, 23.717996], [121.548693, 23.709563], [121.549797, 23.701736], [121.551656, 23.699305], [121.551075, 23.693786], [121.546893, 23.681128], [121.544509, 23.665765], [121.541138, 23.660317], [121.542979, 23.654622], [121.536305, 23.649905], [121.531012, 23.631575], [121.529484, 23.597098], [121.525683, 23.582618], [121.525951, 23.577774], [121.511314, 23.553345], [121.502771, 23.519251], [121.505465, 23.494119], [121.506575, 23.491563], [121.511424, 23.492613], [121.514449, 23.488813], [121.502754, 23.466588], [121.496542, 23.441103], [121.474245, 23.386475], [121.465766, 23.32187], [121.458561, 23.313194], [121.454548, 23.313941], [121.447326, 23.310099], [121.42992, 23.286099], [121.414035, 23.233539], [121.415471, 23.227211], [121.418423, 23.228356], [121.42012, 23.225956], [121.409361, 23.214417], [121.402899, 23.212469], [121.397274, 23.207567], [121.396054, 23.204572], [121.395391, 23.197567], [121.397299, 23.186967], [121.406977, 23.165812], [121.404181, 23.154642], [121.399196, 23.148856], [121.398796, 23.136593], [121.402369, 23.128613], [121.412014, 23.12322], [121.402299, 23.114421], [121.396298, 23.117222], [121.38238, 23.096879], [121.366676, 23.096829], [121.359292, 23.089146], [121.34785, 23.06703], [121.345341, 23.05621], [121.345737, 23.051193], [121.322235, 22.993327], [121.315704, 22.980897], [121.310583, 22.97267], [121.2993, 22.959786], [121.293699, 22.954925], [121.287024, 22.952861], [121.283683, 22.949172], [121.279082, 22.935953], [121.260443, 22.905296], [121.252093, 22.888491], [121.237928, 22.877858], [121.234858, 22.866914], [121.231791, 22.864798], [121.225655, 22.868201], [121.209888, 22.864626], [121.199049, 22.85807], [121.189505, 22.848407], [121.185497, 22.833333], [121.195437, 22.814191], [121.199855, 22.796859], [121.197441, 22.793924], [121.192617, 22.791329], [121.188567, 22.791978], [121.182956, 22.787676], [121.179369, 22.780197], [121.177182, 22.763203], [121.17407, 22.757903], [121.155985, 22.747102], [121.126216, 22.718487], [121.102604, 22.706132], [121.093353, 22.704199], [121.082043, 22.699055], [121.054978, 22.677089], [121.034259, 22.667164], [121.026055, 22.657206], [121.017564, 22.638667], [121.011459, 22.616901], [121.007382, 22.589802], [120.99811, 22.57945], [120.984836, 22.569143], [120.97886, 22.558903], [120.958304, 22.503891], [120.943679, 22.45228], [120.931141, 22.420635], [120.926802, 22.414969], [120.921688, 22.398328], [120.914814, 22.387085], [120.907559, 22.358414], [120.902743, 22.354029], [120.893372, 22.331694], [120.890717, 22.289465], [120.894109, 22.138805], [120.885302, 22.129123], [120.887814, 22.116682], [120.891344, 22.108914], [120.899955, 22.104274], [120.890379, 22.087031], [120.89013, 22.078563], [120.892488, 22.069866], [120.892608, 22.050732], [120.899882, 22.034404], [120.888244, 22.026886], [120.886134, 22.017777], [120.874123, 21.999878], [120.854271, 21.989683], [120.849121, 21.989832], [120.845499, 21.987561], [120.843462, 21.979925], [120.844739, 21.976261], [120.843926, 21.968798], [120.840048, 21.957075], [120.84075, 21.949795], [120.847831, 21.933258], [120.853989, 21.927743], [120.861066, 21.916821], [120.86049, 21.909034], [120.866201, 21.900485], [120.860855, 21.897118], [120.852905, 21.897433], [120.848596, 21.900797], [120.847216, 21.913349], [120.836468, 21.916869], [120.832267, 21.924437], [120.822119, 21.934964], [120.813775, 21.9338], [120.799165, 21.937785], [120.782463, 21.945268], [120.771416, 21.952272], [120.765995, 21.959273], [120.755092, 21.956607], [120.746266, 21.948731], [120.744657, 21.941629], [120.746735, 21.93423], [120.743857, 21.932324], [120.741976, 21.927899], [120.739363, 21.926919], [120.739226, 21.919962], [120.728499, 21.918536], [120.723365, 21.921666], [120.719416, 21.927795], [120.719523, 21.932702], [120.716536, 21.935056], [120.711283, 21.93473], [120.710506, 21.940108], [120.712577, 21.964878], [120.716191, 21.972071], [120.714863, 21.978981], [120.712912, 21.983465], [120.694295, 22.005228], [120.686835, 22.021672], [120.685853, 22.026999], [120.690185, 22.036516], [120.698043, 22.041658], [120.69488, 22.047767], [120.697447, 22.054397], [120.69907, 22.055875], [120.703667, 22.054924], [120.706673, 22.056259], [120.706557, 22.069699], [120.700903, 22.083366], [120.702448, 22.085416], [120.716004, 22.090115], [120.717562, 22.094417], [120.685663, 22.20898], [120.678621, 22.219206], [120.671838, 22.234303], [120.659098, 22.24755], [120.649718, 22.253943], [120.652273, 22.26739], [120.643535, 22.290661], [120.642664, 22.303128], [120.630507, 22.319391], [120.606554, 22.340119], [120.600679, 22.353616], [120.593101, 22.364283], [120.584977, 22.372231], [120.548162, 22.396528], [120.479271, 22.431842], [120.454014, 22.447151], [120.456058, 22.449087], [120.460574, 22.448789], [120.464491, 22.445169], [120.464419, 22.443361], [120.483848, 22.433411], [120.4871, 22.436589], [120.489102, 22.442482], [120.485446, 22.444396], [120.485182, 22.448975], [120.479781, 22.448861], [120.479636, 22.453756], [120.472798, 22.45571], [120.471989, 22.45384], [120.46104, 22.456239], [120.458388, 22.453921], [120.458838, 22.452079], [120.452216, 22.44831], [120.437251, 22.465012], [120.440638, 22.468301], [120.44649, 22.469122], [120.445462, 22.471946], [120.442258, 22.471513], [120.437485, 22.474548], [120.43466, 22.471568], [120.435504, 22.469747], [120.439311, 22.473026], [120.440848, 22.471797], [120.435487, 22.468728], [120.434676, 22.473135], [120.425518, 22.477511], [120.414656, 22.480118], [120.415084, 22.476753], [120.412779, 22.47588], [120.396939, 22.481909], [120.355558, 22.510881], [120.351347, 22.508366], [120.329583, 22.526336], [120.312696, 22.515075], [120.303502, 22.526554], [120.309726, 22.533235], [120.317379, 22.523927], [120.324988, 22.530278], [120.31264, 22.54447], [120.319268, 22.550976], [120.322803, 22.550041], [120.33116, 22.538236], [120.340306, 22.541397], [120.341498, 22.543588], [120.321554, 22.557062], [120.297627, 22.58431], [120.281838, 22.609973], [120.283588, 22.610891], [120.28716, 22.609234], [120.291251, 22.614614], [120.280025, 22.620159], [120.265897, 22.617162], [120.263253, 22.627932], [120.259432, 22.634046], [120.256269, 22.636159], [120.25169, 22.645397], [120.250401, 22.656553], [120.252201, 22.663419], [120.256294, 22.668556], [120.259114, 22.668753], [120.262786, 22.672514], [120.265749, 22.680126], [120.274001, 22.683563], [120.274872, 22.70677], [120.268444, 22.709357], [120.265207, 22.708629], [120.262982, 22.70072], [120.261623, 22.701622], [120.256958, 22.712421], [120.256297, 22.718198], [120.24881, 22.730266], [120.245072, 22.740387], [120.233591, 22.761758], [120.214992, 22.804638], [120.212693, 22.807727], [120.203714, 22.806338], [120.202363, 22.812766], [120.208523, 22.814071], [120.209216, 22.817848], [120.19709, 22.849815], [120.193122, 22.848385], [120.189796, 22.858203], [120.193373, 22.859304], [120.193339, 22.861264], [120.19978, 22.860699], [120.202102, 22.859461], [120.204168, 22.853193], [120.206617, 22.853618], [120.208121, 22.851548], [120.210176, 22.851685], [120.21246, 22.845613], [120.217958, 22.845568], [120.218385, 22.848767], [120.215222, 22.850778], [120.215801, 22.852406], [120.207021, 22.85507], [120.208762, 22.855817], [120.207736, 22.860774], [120.204951, 22.861558], [120.206862, 22.862555], [120.207751, 22.870372], [120.211388, 22.873313], [120.210924, 22.879427], [120.207906, 22.879504], [120.203882, 22.87695], [120.203572, 22.873391], [120.201715, 22.872307], [120.20334, 22.86836], [120.202102, 22.865884], [120.197163, 22.863933], [120.196358, 22.864944], [120.1983, 22.865892], [120.196151, 22.871876], [120.192815, 22.870838], [120.195391, 22.863586], [120.193016, 22.863212], [120.18794, 22.87964], [120.179616, 22.898664], [120.174306, 22.916796], [120.17579, 22.93223], [120.172897, 22.94699], [120.162692, 22.967254], [120.166798, 22.970638], [120.170382, 22.96864], [120.173372, 22.971307], [120.175231, 22.976722], [120.171351, 22.978823], [120.167876, 22.978662], [120.163108, 22.983673], [120.159536, 22.984015], [120.155919, 22.988774], [120.155919, 22.994342], [120.153397, 22.994722], [120.148651, 22.987466], [120.141841, 22.993362], [120.140074, 22.997447], [120.133155, 23.001048], [120.109587, 23.019047], [120.077471, 23.037943], [120.067284, 23.041915], [120.069788, 23.048189], [120.06688, 23.053959], [120.060363, 23.055474], [120.053097, 23.053539], [120.049371, 23.05842], [120.038649, 23.06347], [120.039982, 23.06882], [120.038445, 23.075093], [120.0369, 23.075507], [120.036371, 23.102149], [120.053959, 23.11429], [120.073379, 23.12315], [120.083908, 23.123997], [120.085831, 23.126512], [120.084747, 23.129892], [120.086641, 23.135345], [120.085184, 23.14437], [120.076586, 23.144318], [120.076004, 23.171441], [120.070819, 23.176962], [120.069001, 23.184581], [120.079907, 23.202913], [120.081671, 23.209639], [120.08792, 23.20718], [120.088994, 23.214359], [120.084661, 23.215183], [120.084139, 23.212982], [120.082283, 23.212589], [120.081712, 23.214695], [120.084139, 23.223118], [120.08396, 23.232826], [120.086628, 23.232983], [120.085621, 23.225074], [120.090878, 23.223319], [120.091567, 23.218267], [120.095232, 23.218776], [120.09576, 23.236432], [120.100475, 23.244658], [120.108302, 23.251996], [120.109422, 23.255051], [120.10596, 23.258282], [120.106119, 23.262819], [120.109701, 23.267949], [120.117804, 23.271665], [120.114911, 23.274031], [120.104543, 23.268548], [120.098071, 23.271417], [120.097262, 23.290357], [120.100212, 23.293927], [120.114349, 23.29348], [120.114659, 23.298647], [120.10529, 23.300095], [120.114322, 23.316671], [120.116467, 23.324642], [120.119759, 23.324535], [120.123339, 23.328044], [120.128508, 23.337387], [120.119127, 23.344625], [120.13219, 23.368753], [120.135541, 23.369361], [120.13783, 23.367539], [120.129977, 23.36033], [120.134689, 23.358259], [120.136242, 23.35865], [120.140043, 23.366011], [120.14427, 23.365631], [120.145467, 23.359983], [120.148404, 23.357978], [120.151284, 23.358008], [120.154955, 23.362821], [120.154938, 23.37645], [120.147534, 23.376496], [120.147702, 23.378453], [120.140028, 23.378637], [120.138259, 23.382167], [120.131609, 23.382139], [120.13157, 23.38446], [120.1582, 23.384874], [120.163403, 23.39289], [120.159412, 23.406011], [120.154049, 23.404331], [120.153698, 23.400616], [120.151663, 23.398998], [120.149435, 23.406155], [120.148196, 23.414762], [120.149544, 23.422922], [120.155931, 23.427264], [120.155699, 23.428628], [120.145546, 23.42864], [120.148441, 23.439372], [120.154266, 23.447144], [120.14731, 23.453483], [120.135391, 23.447773], [120.133293, 23.451527], [120.13916, 23.45805], [120.144876, 23.45977], [120.146896, 23.465218], [120.143528, 23.469019], [120.149076, 23.474753], [120.151367, 23.480544], [120.155768, 23.484126], [120.156589, 23.487605], [120.15469, 23.492902], [120.153736, 23.493956], [120.132915, 23.488379], [120.12519, 23.488617], [120.119532, 23.495817], [120.11919, 23.515994], [120.121102, 23.518811], [120.125655, 23.520143], [120.142408, 23.517297], [120.142733, 23.518465], [120.153322, 23.517924], [120.155549, 23.518532], [120.157128, 23.52204], [120.154601, 23.526389], [120.148573, 23.529406], [120.15041, 23.531993], [120.149464, 23.536456], [120.14443, 23.540564], [120.139582, 23.549693], [120.143732, 23.571826], [120.141132, 23.573487], [120.141613, 23.61238], [120.138552, 23.615975], [120.141725, 23.628676], [120.141813, 23.641346], [120.143911, 23.649296], [120.147777, 23.653105], [120.152124, 23.664407], [120.153918, 23.663727], [120.163257, 23.683274], [120.176347, 23.698744], [120.179365, 23.700402], [120.183415, 23.699043], [120.187496, 23.700295], [120.187268, 23.702805], [120.171827, 23.705012], [120.169722, 23.707051], [120.173822, 23.736895], [120.180092, 23.754968], [120.201668, 23.75654], [120.20083, 23.759645], [120.195292, 23.75949], [120.196722, 23.76281], [120.19252, 23.764802], [120.184978, 23.759632], [120.169703, 23.758657], [120.165595, 23.76735], [120.169608, 23.772012], [120.184143, 23.797846], [120.173792, 23.800318], [120.175194, 23.804377], [120.205649, 23.821778], [120.223736, 23.818789], [120.22364, 23.825641], [120.220416, 23.827474], [120.222464, 23.83313], [120.238431, 23.827187], [120.240426, 23.82278], [120.243033, 23.822445], [120.245166, 23.82334], [120.250195, 23.834051], [120.260505, 23.835209], [120.264896, 23.840901], [120.262926, 23.844357], [120.25438, 23.849955], [120.250648, 23.856733], [120.252303, 23.860561], [120.254349, 23.857735], [120.262098, 23.85726], [120.263403, 23.864569], [120.266479, 23.866368], [120.269924, 23.865182], [120.275345, 23.865969], [120.287489, 23.875616], [120.288862, 23.881229], [120.295064, 23.889193], [120.297217, 23.895991], [120.304514, 23.906669], [120.31875, 23.936057], [120.305681, 23.938256], [120.304588, 23.940517], [120.321656, 23.965784], [120.330302, 23.988792], [120.34589, 23.990099], [120.349651, 24.002888], [120.359025, 24.020393], [120.368614, 24.032185], [120.371601, 24.039728], [120.401314, 24.053814], [120.403883, 24.052732], [120.407355, 24.056649], [120.407417, 24.062778], [120.410687, 24.070847], [120.415302, 24.073633], [120.417996, 24.080253], [120.422157, 24.084087], [120.42807, 24.085349], [120.434437, 24.090034], [120.435278, 24.094142], [120.431379, 24.096121], [120.437806, 24.125325], [120.418483, 24.124937], [120.41304, 24.10463], [120.408639, 24.100053], [120.399561, 24.098327], [120.396924, 24.092753], [120.381456, 24.092162], [120.379784, 24.094051], [120.402881, 24.124171], [120.415052, 24.128609], [120.415207, 24.130884], [120.423559, 24.141229], [120.42379, 24.142544], [120.419452, 24.14536], [120.429284, 24.158011], [120.45959, 24.15893], [120.4676, 24.16565], [120.462308, 24.16825], [120.477324, 24.184505], [120.488742, 24.205287], [120.461159, 24.21619], [120.472105, 24.240818], [120.482217, 24.237248], [120.494788, 24.269714], [120.500153, 24.267447], [120.508433, 24.283746], [120.51164, 24.282453], [120.500617, 24.253483], [120.498328, 24.249492], [120.490567, 24.252207], [120.478634, 24.222736], [120.484269, 24.220693], [120.491995, 24.239378], [120.496846, 24.237607], [120.502066, 24.228801], [120.506085, 24.230857], [120.501401, 24.240997], [120.517007, 24.277379], [120.520636, 24.276077], [120.5225, 24.272915], [120.517798, 24.261923], [120.520167, 24.259594], [120.522728, 24.262041], [120.526768, 24.274197], [120.522569, 24.281392], [120.523424, 24.283545], [120.533832, 24.28478], [120.533083, 24.287847], [120.519718, 24.286594], [120.517827, 24.288952], [120.523335, 24.292847], [120.519286, 24.294074], [120.518076, 24.292353], [120.514888, 24.293427], [120.511744, 24.292029], [120.510528, 24.292438], [120.511355, 24.294641], [120.52215, 24.302746], [120.527604, 24.313539], [120.545029, 24.304428], [120.549473, 24.307088], [120.553098, 24.324245], [120.55138, 24.328295], [120.563089, 24.34979], [120.582472, 24.368315], [120.581503, 24.376444], [120.589924, 24.394872], [120.598916, 24.405464], [120.60562, 24.416896], [120.612369, 24.421726], [120.625906, 24.442734], [120.633523, 24.444561], [120.646665, 24.4597], [120.687427, 24.523829], [120.694813, 24.544998], [120.706064, 24.568028], [120.711339, 24.585774], [120.723297, 24.605578], [120.736193, 24.611321], [120.74708, 24.605898], [120.747842, 24.610473], [120.754032, 24.613767], [120.762982, 24.611686], [120.768128, 24.607763], [120.771746, 24.6086], [120.771903, 24.612295], [120.76188, 24.620663], [120.755254, 24.623947], [120.760659, 24.632913], [120.763702, 24.641791], [120.779794, 24.660823], [120.80597, 24.665772], [120.829, 24.673097], [120.833605, 24.679797], [120.859412, 24.701266], [120.866018, 24.724811], [120.890242, 24.743446], [120.89513, 24.746393], [120.899685, 24.746192], [120.903468, 24.748181], [120.905696, 24.75421], [120.906284, 24.76364], [120.912175, 24.766222], [120.913687, 24.771566], [120.914978, 24.782605], [120.913471, 24.7988], [120.916574, 24.801382], [120.910823, 24.801932], [120.910907, 24.8069], [120.916949, 24.806395], [120.919124, 24.809941], [120.91587, 24.810972], [120.909229, 24.809828], [120.906958, 24.814309], [120.907225, 24.819319], [120.911456, 24.828629], [120.917952, 24.837732], [120.919089, 24.847126], [120.923041, 24.844727], [120.925395, 24.850017], [120.923445, 24.85223], [120.928174, 24.85189], [120.929539, 24.848005], [120.939349, 24.842654], [120.942318, 24.843233], [120.938724, 24.846493], [120.939993, 24.848716], [120.942485, 24.847793], [120.944761, 24.843614], [120.946243, 24.843863], [120.943608, 24.848942], [120.937154, 24.853422], [120.948451, 24.857837], [120.950288, 24.860072], [120.939962, 24.858105], [120.938107, 24.859116], [120.935094, 24.857476], [120.934716, 24.858755], [120.94665, 24.872753], [120.954934, 24.889496], [120.966318, 24.90442], [120.968395, 24.91767], [120.974144, 24.92754], [120.987041, 24.938474], [120.990957, 24.948711], [120.999508, 24.9542], [121.003925, 24.961551], [121.014216, 24.972537], [121.016266, 24.980248], [121.014225, 24.988447], [121.02418, 25.005175], [121.033652, 25.015199], [121.034301, 25.020341], [121.03986, 25.02424], [121.037955, 25.027104], [121.040717, 25.029507], [121.043646, 25.029394], [121.049734, 25.035781], [121.061558, 25.042669], [121.05918, 25.045015], [121.061504, 25.04723], [121.065403, 25.043522], [121.07419, 25.045163], [121.102758, 25.06597], [121.12662, 25.074187], [121.154265, 25.079568], [121.174653, 25.086317], [121.180872, 25.091446], [121.212133, 25.108594], [121.230496, 25.112267], [121.244379, 25.117909], [121.259849, 25.121786], [121.271663, 25.118498], [121.286245, 25.117054], [121.291629, 25.118215], [121.304897, 25.126013], [121.309644, 25.12576], [121.310291, 25.12309], [121.316672, 25.122974], [121.336052, 25.125503], [121.35189, 25.130652], [121.375355, 25.142152], [121.389607, 25.147262], [121.388134, 25.151661], [121.39771, 25.161903], [121.400023, 25.160587], [121.415752, 25.169342], [121.422888, 25.163926], [121.433006, 25.160586], [121.44102, 25.154136], [121.448997, 25.141718], [121.45288, 25.128227], [121.456731, 25.120931], [121.461528, 25.12219], [121.455391, 25.151637], [121.445578, 25.166349], [121.431018, 25.175062], [121.421044, 25.176373], [121.418147, 25.17989], [121.407102, 25.184899], [121.40701, 25.186794], [121.418607, 25.191554], [121.415731, 25.195004], [121.420319, 25.202095], [121.423407, 25.202206], [121.433131, 25.214842], [121.440161, 25.219368], [121.444906, 25.235214], [121.452701, 25.249831], [121.45591, 25.251002], [121.45855, 25.249176], [121.462789, 25.249478], [121.471699, 25.253037], [121.475074, 25.256122], [121.474588, 25.258429], [121.479338, 25.267403], [121.510036, 25.2826], [121.508926, 25.288654], [121.510274, 25.290472], [121.512403, 25.289745], [121.511988, 25.287165], [121.513584, 25.285156], [121.527059, 25.285145], [121.533234, 25.288448], [121.535296, 25.291985], [121.533429, 25.295327], [121.53731, 25.299014], [121.539806, 25.297207], [121.540392, 25.293743], [121.550215, 25.290851]]], [[[121.390205, 25.169377], [121.393776, 25.165879], [121.371827, 25.156543], [121.369826, 25.16035], [121.378598, 25.164266], [121.377563, 25.16713], [121.374529, 25.168319], [121.375882, 25.169849], [121.375123, 25.171669], [121.386946, 25.171851], [121.390205, 25.169377]]], [[[121.764015, 25.153167], [121.761336, 25.152349], [121.759316, 25.15446], [121.757445, 25.160916], [121.764653, 25.163473], [121.775995, 25.157901], [121.764015, 25.153167]]], [[[121.374977, 25.143718], [121.366222, 25.139905], [121.364549, 25.143052], [121.373294, 25.14694], [121.372094, 25.14922], [121.379059, 25.152277], [121.381896, 25.14692], [121.374977, 25.143718]]], [[[121.961973, 24.835529], [121.942313, 24.837711], [121.93982, 24.840217], [121.939624, 24.84378], [121.948503, 24.850358], [121.95557, 24.849633], [121.964466, 24.839883], [121.964403, 24.83672], [121.961973, 24.835529]]], [[[120.398617, 24.058556], [120.368224, 24.057988], [120.36545, 24.059499], [120.377438, 24.084971], [120.419434, 24.086021], [120.414555, 24.075681], [120.409263, 24.07193], [120.405535, 24.063538], [120.401806, 24.059606], [120.398617, 24.058556]]], [[[120.24895, 23.833575], [120.244363, 23.825541], [120.239988, 23.830067], [120.233182, 23.832041], [120.230881, 23.83468], [120.24895, 23.833575]]], [[[119.622316, 23.743437], [119.619412, 23.741508], [119.61078, 23.741217], [119.602006, 23.730745], [119.600041, 23.735444], [119.596482, 23.737701], [119.598288, 23.741749], [119.602794, 23.744301], [119.607601, 23.750559], [119.610065, 23.755869], [119.620494, 23.749344], [119.622316, 23.743437]]], [[[120.165489, 23.717868], [120.153528, 23.71758], [120.156383, 23.738481], [120.168647, 23.737006], [120.165489, 23.717868]]], [[[120.137439, 23.645424], [120.136359, 23.648743], [120.137801, 23.664688], [120.146338, 23.681533], [120.15028, 23.684674], [120.150198, 23.681757], [120.140625, 23.666299], [120.137439, 23.645424]]], [[[119.587598, 23.672847], [119.599573, 23.671724], [119.60362, 23.668991], [119.606986, 23.657496], [119.612201, 23.652833], [119.609977, 23.648148], [119.603957, 23.649372], [119.600796, 23.648204], [119.601795, 23.64269], [119.597423, 23.641252], [119.59911, 23.636146], [119.601909, 23.633775], [119.604602, 23.634077], [119.606916, 23.636623], [119.610358, 23.635716], [119.60953, 23.632707], [119.606322, 23.632446], [119.602465, 23.629231], [119.603623, 23.624289], [119.593176, 23.624575], [119.588459, 23.622691], [119.590874, 23.629244], [119.595178, 23.632954], [119.595749, 23.635439], [119.59449, 23.640556], [119.582401, 23.652584], [119.583123, 23.655441], [119.580925, 23.66176], [119.571033, 23.662259], [119.567462, 23.660141], [119.562532, 23.652347], [119.554147, 23.657584], [119.551066, 23.661916], [119.555006, 23.668546], [119.57454, 23.673072], [119.58223, 23.677479], [119.587598, 23.672847]]], [[[119.522915, 23.655212], [119.524283, 23.654725], [119.523876, 23.651365], [119.51976, 23.647925], [119.516982, 23.652562], [119.514747, 23.652024], [119.513578, 23.654108], [119.522915, 23.655212]]], [[[119.522825, 23.642251], [119.524941, 23.643466], [119.527455, 23.640505], [119.534498, 23.638586], [119.543657, 23.640685], [119.538853, 23.6333], [119.53253, 23.63268], [119.529567, 23.630314], [119.521682, 23.631485], [119.51754, 23.627419], [119.521018, 23.620937], [119.521584, 23.614322], [119.5197, 23.610986], [119.522858, 23.605129], [119.523026, 23.601625], [119.519617, 23.594526], [119.51481, 23.59449], [119.512241, 23.592159], [119.516282, 23.584234], [119.511783, 23.581978], [119.511779, 23.579392], [119.513584, 23.569289], [119.517918, 23.566915], [119.515716, 23.564352], [119.511563, 23.564256], [119.496826, 23.568338], [119.493216, 23.567211], [119.489517, 23.562761], [119.480906, 23.564459], [119.476413, 23.559924], [119.467962, 23.560835], [119.469303, 23.565032], [119.477841, 23.568765], [119.481507, 23.574751], [119.48376, 23.574784], [119.488474, 23.570081], [119.493302, 23.569688], [119.500376, 23.574608], [119.502988, 23.578391], [119.503758, 23.588956], [119.498133, 23.593262], [119.492427, 23.594946], [119.494904, 23.599427], [119.496702, 23.599225], [119.498778, 23.595333], [119.504, 23.596817], [119.502758, 23.603137], [119.505698, 23.609895], [119.508933, 23.612023], [119.507256, 23.614739], [119.501857, 23.61701], [119.500264, 23.619281], [119.504189, 23.623946], [119.502182, 23.631126], [119.50393, 23.635483], [119.507444, 23.635982], [119.512367, 23.64852], [119.516825, 23.649097], [119.519497, 23.647484], [119.519643, 23.643818], [119.522825, 23.642251]]], [[[119.612294, 23.620239], [119.613481, 23.619971], [119.613693, 23.613884], [119.609956, 23.610372], [119.605053, 23.609118], [119.596955, 23.61674], [119.602234, 23.617343], [119.60694, 23.622272], [119.612294, 23.620239]]], [[[119.65588, 23.607274], [119.657244, 23.603046], [119.655597, 23.599922], [119.662251, 23.589539], [119.668213, 23.591148], [119.669254, 23.597872], [119.671874, 23.59933], [119.681187, 23.584535], [119.680019, 23.574449], [119.68305, 23.565776], [119.686729, 23.562237], [119.693373, 23.559973], [119.693422, 23.555189], [119.676527, 23.551743], [119.674272, 23.554402], [119.676822, 23.556373], [119.676127, 23.559775], [119.669296, 23.562211], [119.663449, 23.56035], [119.647791, 23.560588], [119.643013, 23.559075], [119.630078, 23.547776], [119.613193, 23.537594], [119.609491, 23.53143], [119.605607, 23.528706], [119.60443, 23.525185], [119.606347, 23.522116], [119.61163, 23.521814], [119.610996, 23.519153], [119.607692, 23.517331], [119.608003, 23.509278], [119.606471, 23.507968], [119.601576, 23.509468], [119.598203, 23.513408], [119.588946, 23.512349], [119.584919, 23.509453], [119.57836, 23.509411], [119.57574, 23.507523], [119.572699, 23.508115], [119.57069, 23.512497], [119.573968, 23.517555], [119.572462, 23.522173], [119.564028, 23.526239], [119.557066, 23.523441], [119.553424, 23.528427], [119.554167, 23.530469], [119.549551, 23.538971], [119.54349, 23.537736], [119.541249, 23.539007], [119.542462, 23.545606], [119.546577, 23.549924], [119.54809, 23.554285], [119.551203, 23.548206], [119.550848, 23.540592], [119.5568, 23.538045], [119.557107, 23.533654], [119.554487, 23.531337], [119.557344, 23.526772], [119.561213, 23.526963], [119.565929, 23.531362], [119.571793, 23.532005], [119.571947, 23.52593], [119.574063, 23.520732], [119.579754, 23.523231], [119.581156, 23.526303], [119.580542, 23.531691], [119.582703, 23.532697], [119.58912, 23.531342], [119.596067, 23.526779], [119.599131, 23.531605], [119.594973, 23.538041], [119.603025, 23.540465], [119.602383, 23.547881], [119.599523, 23.550473], [119.591912, 23.552835], [119.584024, 23.548454], [119.57311, 23.546289], [119.562475, 23.550129], [119.561597, 23.554651], [119.562813, 23.556813], [119.572737, 23.553891], [119.575815, 23.554865], [119.579812, 23.563442], [119.574425, 23.568114], [119.566827, 23.562668], [119.558833, 23.562744], [119.567385, 23.575034], [119.561786, 23.585051], [119.575433, 23.585689], [119.58303, 23.590931], [119.586177, 23.587842], [119.582582, 23.5833], [119.585908, 23.573528], [119.588177, 23.572175], [119.594457, 23.573336], [119.600192, 23.576581], [119.598807, 23.583477], [119.606913, 23.585872], [119.607816, 23.593753], [119.602913, 23.599651], [119.605496, 23.601934], [119.605746, 23.605683], [119.612648, 23.605846], [119.613167, 23.60197], [119.616714, 23.600931], [119.621621, 23.602953], [119.620373, 23.606699], [119.630469, 23.606849], [119.630864, 23.605064], [119.625546, 23.600374], [119.625282, 23.578788], [119.628912, 23.580611], [119.633907, 23.589372], [119.633226, 23.595925], [119.639719, 23.599195], [119.641445, 23.596387], [119.637882, 23.591521], [119.639795, 23.587338], [119.64342, 23.587528], [119.64401, 23.589488], [119.641932, 23.590423], [119.643887, 23.595955], [119.646566, 23.597073], [119.649561, 23.60721], [119.646651, 23.607017], [119.65131, 23.60986], [119.65588, 23.607274]]], [[[120.153636, 23.518767], [120.146719, 23.519919], [120.145174, 23.525627], [120.154231, 23.522751], [120.155712, 23.52051], [120.153636, 23.518767]]], [[[120.095548, 23.515347], [120.0956, 23.512037], [120.093747, 23.511033], [120.084228, 23.511747], [120.067739, 23.500496], [120.065541, 23.496332], [120.07009, 23.496629], [120.07079, 23.494576], [120.068422, 23.490111], [120.065731, 23.491584], [120.056645, 23.491783], [120.063241, 23.489329], [120.064585, 23.487415], [120.062872, 23.480524], [120.0538, 23.478935], [120.053954, 23.480869], [120.05862, 23.482449], [120.05448, 23.488022], [120.052573, 23.487721], [120.053877, 23.483431], [120.052286, 23.481373], [120.045532, 23.477287], [120.038273, 23.478136], [120.038894, 23.480171], [120.035224, 23.482758], [120.027558, 23.477654], [120.023052, 23.470278], [120.025046, 23.463834], [120.02409, 23.459423], [120.014703, 23.459625], [120.017012, 23.46779], [120.020163, 23.468531], [120.017302, 23.469435], [120.012833, 23.467799], [120.007851, 23.461053], [120.015042, 23.452348], [120.021628, 23.440842], [120.022184, 23.437665], [120.019887, 23.435846], [120.004667, 23.458641], [120, 23.462386], [120, 23.468045], [120.016664, 23.484202], [120.076862, 23.522063], [120.082243, 23.523656], [120.08646, 23.52257], [120.091525, 23.519991], [120.095548, 23.515347]]], [[[119.530634, 23.487801], [119.517486, 23.485619], [119.511771, 23.483136], [119.508903, 23.485499], [119.510139, 23.491335], [119.512518, 23.490913], [119.515383, 23.48634], [119.529291, 23.495766], [119.535901, 23.49624], [119.537604, 23.498051], [119.543665, 23.494578], [119.530634, 23.487801]]], [[[119.326103, 23.399704], [119.319773, 23.398083], [119.315177, 23.399186], [119.314417, 23.4021], [119.317709, 23.404541], [119.319335, 23.411747], [119.33081, 23.406054], [119.326103, 23.399704]]], [[[119.498091, 23.390265], [119.501612, 23.389166], [119.504395, 23.391832], [119.507163, 23.388081], [119.508532, 23.381868], [119.508286, 23.371352], [119.514062, 23.37108], [119.515404, 23.368694], [119.507711, 23.36439], [119.50959, 23.356138], [119.490591, 23.353207], [119.486887, 23.356089], [119.494933, 23.365566], [119.493963, 23.377834], [119.495908, 23.387424], [119.489937, 23.394747], [119.490965, 23.396511], [119.494581, 23.396508], [119.497218, 23.393877], [119.498091, 23.390265]]], [[[119.540747, 23.372218], [119.541885, 23.369017], [119.540619, 23.365993], [119.532216, 23.366811], [119.523845, 23.360709], [119.518879, 23.363746], [119.51972, 23.367006], [119.525195, 23.366588], [119.529557, 23.371657], [119.538746, 23.374323], [119.540747, 23.372218]]], [[[119.505757, 23.272431], [119.509692, 23.272377], [119.51049, 23.267238], [119.504849, 23.268356], [119.503406, 23.27254], [119.505757, 23.272431]]], [[[119.519949, 23.264298], [119.521779, 23.264195], [119.52206, 23.262077], [119.51596, 23.256086], [119.512367, 23.255832], [119.514615, 23.262407], [119.518111, 23.264869], [119.519949, 23.264298]]], [[[119.673725, 23.262513], [119.676658, 23.26284], [119.678899, 23.260831], [119.677857, 23.256277], [119.67275, 23.251041], [119.671942, 23.244069], [119.666394, 23.25043], [119.668185, 23.255406], [119.66559, 23.258562], [119.667206, 23.261485], [119.673725, 23.262513]]], [[[120.089389, 23.236495], [120.086392, 23.237589], [120.086271, 23.239937], [120.094719, 23.256963], [120.096678, 23.258079], [120.09603, 23.252977], [120.092277, 23.249136], [120.089553, 23.241654], [120.089389, 23.236495]]], [[[119.61968, 23.252939], [119.621469, 23.252619], [119.620129, 23.245653], [119.615282, 23.244845], [119.608626, 23.249049], [119.608741, 23.251318], [119.613086, 23.252998], [119.61968, 23.252939]]], [[[119.443451, 23.204539], [119.442861, 23.200432], [119.436213, 23.201913], [119.429956, 23.196793], [119.429789, 23.188322], [119.423169, 23.192086], [119.420909, 23.203505], [119.410596, 23.214438], [119.431361, 23.220153], [119.444878, 23.220653], [119.447731, 23.219413], [119.443603, 23.213502], [119.441962, 23.206371], [119.443451, 23.204539]]], [[[120.051136, 23.120782], [120.049252, 23.120669], [120.049569, 23.124488], [120.058253, 23.136587], [120.057373, 23.131562], [120.051136, 23.120782]]], [[[120.153225, 22.987979], [120.15731, 22.98638], [120.164135, 22.976281], [120.165268, 22.972068], [120.16295, 22.970767], [120.160488, 22.971691], [120.158397, 22.969964], [120.155564, 22.972695], [120.157634, 22.974479], [120.157465, 22.976637], [120.149425, 22.986834], [120.153225, 22.987979]]], [[[121.492437, 22.675572], [121.506307, 22.677641], [121.509206, 22.676239], [121.509833, 22.666121], [121.505647, 22.655169], [121.50766, 22.654357], [121.505905, 22.652127], [121.500449, 22.651161], [121.498514, 22.645929], [121.501717, 22.644026], [121.505209, 22.636276], [121.503803, 22.635348], [121.49592, 22.634506], [121.493055, 22.639537], [121.487491, 22.643648], [121.472796, 22.647289], [121.475254, 22.658279], [121.464128, 22.673156], [121.465522, 22.677194], [121.478028, 22.674952], [121.484927, 22.678001], [121.490842, 22.677982], [121.492437, 22.675572]]], [[[121.510604, 22.65417], [121.508447, 22.654848], [121.510205, 22.655993], [121.510604, 22.65417]]], [[[120.271695, 22.613468], [120.278472, 22.608172], [120.292793, 22.583648], [120.317539, 22.55541], [120.316748, 22.554162], [120.314668, 22.55355], [120.307237, 22.557566], [120.301625, 22.567316], [120.262688, 22.613808], [120.264664, 22.616308], [120.271695, 22.613468]]], [[[120.360431, 22.322178], [120.35499, 22.322951], [120.352859, 22.325997], [120.354539, 22.330172], [120.360482, 22.335072], [120.362336, 22.341532], [120.360978, 22.346472], [120.367165, 22.351686], [120.378387, 22.355746], [120.388143, 22.350365], [120.389008, 22.348169], [120.386882, 22.342244], [120.376451, 22.336424], [120.368397, 22.327044], [120.360431, 22.322178]]], [[[121.511837, 22.081175], [121.556123, 22.083658], [121.560057, 22.080722], [121.567734, 22.085675], [121.570945, 22.080868], [121.568032, 22.0748], [121.568698, 22.066974], [121.576141, 22.06042], [121.570256, 22.060331], [121.566268, 22.058312], [121.563914, 22.054838], [121.564047, 22.050206], [121.568166, 22.04058], [121.577468, 22.033668], [121.592549, 22.027104], [121.600466, 22.020677], [121.601192, 22.017567], [121.596741, 22.013127], [121.593808, 22.003219], [121.586745, 22.000715], [121.580341, 22.004383], [121.571606, 22.003632], [121.569558, 22.008546], [121.557883, 22.02181], [121.548979, 22.026172], [121.53946, 22.02439], [121.534157, 22.0263], [121.527248, 22.033291], [121.525484, 22.03773], [121.511338, 22.047229], [121.510522, 22.051844], [121.507743, 22.055506], [121.510978, 22.065408], [121.509587, 22.070341], [121.499386, 22.080791], [121.501387, 22.084243], [121.50533, 22.085911], [121.511837, 22.081175]]], [[[121.613868, 21.953497], [121.613605, 21.946069], [121.607493, 21.944583], [121.60339, 21.952114], [121.61124, 21.954599], [121.613868, 21.953497]]], [[[124.357789, 25.967425], [124.455901, 25.982002], [124.613477, 25.970892], [124.641284, 25.923661], [124.632015, 25.859731], [124.567131, 25.829143], [124.45899, 25.868072], [124.384837, 25.890311], [124.357789, 25.967425]]]] + } + }, { + "type": "Feature", + "properties": { + "name": "香港特别行政区", + "province_adcode": 810000, + "province_type": "特别行政区", + "name_en": "HongKong", + "name_var": "Hong Kong", + "adcode": 810000 + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [[[[114.226653, 22.543748], [114.223772, 22.544619], [114.217893, 22.54277], [114.209415, 22.535037], [114.209465, 22.524346], [114.216344, 22.525553], [114.235952, 22.53345], [114.242763, 22.548843], [114.245665, 22.549037], [114.248769, 22.545461], [114.252891, 22.544959], [114.256407, 22.549472], [114.2584, 22.547106], [114.256774, 22.538341], [114.262259, 22.540592], [114.267673, 22.535369], [114.267151, 22.533384], [114.263968, 22.532757], [114.262174, 22.525353], [114.279277, 22.528524], [114.278698, 22.523415], [114.281436, 22.51988], [114.271783, 22.512853], [114.274417, 22.509718], [114.283121, 22.510521], [114.287727, 22.506254], [114.293148, 22.508431], [114.29518, 22.505255], [114.304391, 22.499294], [114.314623, 22.504065], [114.321651, 22.504696], [114.333801, 22.511353], [114.336634, 22.508241], [114.325354, 22.50047], [114.315206, 22.489284], [114.307042, 22.483192], [114.267978, 22.465303], [114.26281, 22.462223], [114.25498, 22.453016], [114.247673, 22.455129], [114.23158, 22.472148], [114.214321, 22.473567], [114.197538, 22.452775], [114.192806, 22.450989], [114.181207, 22.451915], [114.177106, 22.449455], [114.178442, 22.444918], [114.181186, 22.443039], [114.188562, 22.439049], [114.194928, 22.439582], [114.213294, 22.427039], [114.21513, 22.423772], [114.213724, 22.410965], [114.217316, 22.408031], [114.219023, 22.406978], [114.221049, 22.410265], [114.226299, 22.425614], [114.238036, 22.436872], [114.241797, 22.437507], [114.245949, 22.435589], [114.267555, 22.433458], [114.27077, 22.430101], [114.270739, 22.42315], [114.272063, 22.419183], [114.273776, 22.418351], [114.282667, 22.422243], [114.285537, 22.424733], [114.285827, 22.429427], [114.278594, 22.444361], [114.281045, 22.449064], [114.292128, 22.458408], [114.299927, 22.454131], [114.30322, 22.455384], [114.304012, 22.458782], [114.302546, 22.462881], [114.305547, 22.46769], [114.321494, 22.480482], [114.323419, 22.477722], [114.323888, 22.472313], [114.329362, 22.470884], [114.326986, 22.460706], [114.337221, 22.463002], [114.339709, 22.471577], [114.337621, 22.474382], [114.341391, 22.478853], [114.347163, 22.463718], [114.345026, 22.460843], [114.341722, 22.461425], [114.33876, 22.45967], [114.337476, 22.453404], [114.341566, 22.444466], [114.338975, 22.440491], [114.334547, 22.441357], [114.332738, 22.43938], [114.337479, 22.433459], [114.335646, 22.429498], [114.333211, 22.428307], [114.337791, 22.428517], [114.343841, 22.437949], [114.346474, 22.439189], [114.350983, 22.426508], [114.347285, 22.425209], [114.34695, 22.423471], [114.349849, 22.421593], [114.356098, 22.422283], [114.353955, 22.431781], [114.354884, 22.450538], [114.360006, 22.452038], [114.361061, 22.460857], [114.367067, 22.458307], [114.370145, 22.454208], [114.369638, 22.449594], [114.36654, 22.44587], [114.369541, 22.437877], [114.382217, 22.436274], [114.391236, 22.439247], [114.397711, 22.436088], [114.398511, 22.431793], [114.396043, 22.428995], [114.397493, 22.424054], [114.403362, 22.419627], [114.40569, 22.412797], [114.399193, 22.411932], [114.394907, 22.415479], [114.392889, 22.420248], [114.386836, 22.420898], [114.375444, 22.41076], [114.374584, 22.403399], [114.376523, 22.398237], [114.384442, 22.389278], [114.38708, 22.389847], [114.390632, 22.387456], [114.39147, 22.367669], [114.389769, 22.365082], [114.386985, 22.365919], [114.382942, 22.373833], [114.376995, 22.374726], [114.375209, 22.372059], [114.380915, 22.366492], [114.380705, 22.363852], [114.378127, 22.362986], [114.373164, 22.354334], [114.365231, 22.355016], [114.359439, 22.350599], [114.361477, 22.341101], [114.359193, 22.336473], [114.357048, 22.335337], [114.355178, 22.336173], [114.352113, 22.353928], [114.349497, 22.353848], [114.34426, 22.347494], [114.342456, 22.347617], [114.331324, 22.363139], [114.334815, 22.373552], [114.333475, 22.375521], [114.321469, 22.382503], [114.318502, 22.381609], [114.319932, 22.388008], [114.317251, 22.390581], [114.321147, 22.392333], [114.319968, 22.393691], [114.310459, 22.392369], [114.307644, 22.385474], [114.295286, 22.389637], [114.286191, 22.395558], [114.278675, 22.39462], [114.276561, 22.391405], [114.275146, 22.375211], [114.271695, 22.370143], [114.272643, 22.364641], [114.278775, 22.359125], [114.275326, 22.350803], [114.271525, 22.355335], [114.267088, 22.357623], [114.270108, 22.365506], [114.267962, 22.370236], [114.265108, 22.371137], [114.255465, 22.357672], [114.250735, 22.354129], [114.252052, 22.35219], [114.257305, 22.354405], [114.26233, 22.354432], [114.268172, 22.351158], [114.268649, 22.34945], [114.266649, 22.348004], [114.265609, 22.344192], [114.26597, 22.340257], [114.272242, 22.322529], [114.280663, 22.320405], [114.296784, 22.310999], [114.303412, 22.310508], [114.310831, 22.301887], [114.312226, 22.298445], [114.310118, 22.293068], [114.302234, 22.287532], [114.294413, 22.288322], [114.294107, 22.290811], [114.291357, 22.291448], [114.287625, 22.287848], [114.288264, 22.280396], [114.292994, 22.275955], [114.30051, 22.279303], [114.300498, 22.269489], [114.302557, 22.268235], [114.306243, 22.269528], [114.306871, 22.266056], [114.305292, 22.264289], [114.297394, 22.261683], [114.295588, 22.265585], [114.289712, 22.270123], [114.282017, 22.271525], [114.277264, 22.26242], [114.273897, 22.262453], [114.264521, 22.275474], [114.268095, 22.287562], [114.263131, 22.30067], [114.260461, 22.301194], [114.255579, 22.299171], [114.243494, 22.285827], [114.239752, 22.286195], [114.222137, 22.305906], [114.218781, 22.305884], [114.215635, 22.303217], [114.196607, 22.320224], [114.191999, 22.314463], [114.191786, 22.30991], [114.193862, 22.308333], [114.19312, 22.302772], [114.177072, 22.29368], [114.169769, 22.293], [114.166673, 22.300418], [114.155322, 22.298605], [114.155038, 22.303386], [114.157193, 22.303388], [114.159917, 22.307025], [114.159914, 22.315515], [114.159371, 22.316823], [114.155392, 22.316824], [114.153586, 22.322785], [114.144663, 22.328139], [114.14264, 22.326474], [114.142045, 22.323023], [114.143711, 22.321239], [114.143661, 22.318156], [114.129412, 22.317538], [114.121614, 22.321509], [114.126696, 22.328366], [114.119826, 22.348602], [114.113315, 22.360041], [114.112232, 22.364971], [114.105701, 22.368979], [114.091056, 22.367105], [114.079836, 22.368998], [114.068201, 22.363186], [114.060065, 22.366202], [114.052857, 22.362086], [114.026073, 22.355132], [114.019771, 22.35667], [114.014505, 22.363164], [114.009349, 22.365157], [113.998373, 22.361743], [113.986252, 22.373662], [113.979738, 22.377076], [113.976536, 22.381622], [113.968388, 22.378763], [113.972576, 22.370741], [113.95637, 22.372747], [113.952428, 22.3703], [113.947404, 22.359639], [113.942718, 22.35851], [113.93717, 22.359234], [113.91498, 22.375253], [113.920077, 22.380965], [113.920354, 22.388373], [113.916109, 22.392437], [113.915254, 22.398775], [113.912822, 22.403049], [113.901563, 22.406598], [113.913307, 22.41835], [113.914267, 22.421036], [113.937596, 22.426316], [113.945004, 22.431013], [113.947632, 22.439384], [113.957425, 22.449937], [113.975805, 22.456898], [113.984976, 22.472204], [113.992558, 22.477199], [113.995528, 22.485577], [113.99893, 22.489295], [114.009442, 22.486545], [114.012942, 22.487071], [114.011481, 22.485792], [114.01028, 22.475887], [114.012956, 22.472672], [114.022232, 22.478858], [114.024406, 22.479282], [114.025513, 22.477182], [114.027632, 22.479894], [114.030557, 22.478242], [114.031023, 22.479967], [114.033145, 22.48025], [114.031853, 22.487364], [114.034726, 22.496553], [114.033957, 22.498162], [114.043296, 22.502827], [114.043731, 22.504336], [114.0505, 22.502194], [114.05656, 22.504298], [114.057789, 22.511524], [114.06476, 22.516943], [114.071921, 22.518183], [114.076632, 22.515108], [114.081757, 22.517855], [114.085181, 22.523391], [114.077759, 22.528971], [114.079268, 22.530599], [114.091481, 22.53694], [114.106625, 22.534382], [114.112047, 22.529533], [114.123447, 22.538747], [114.130675, 22.541951], [114.136165, 22.54292], [114.147587, 22.541508], [114.149824, 22.550338], [114.15279, 22.554952], [114.157329, 22.557268], [114.161114, 22.561921], [114.173847, 22.559738], [114.177722, 22.555993], [114.189285, 22.554108], [114.197051, 22.55677], [114.217746, 22.555905], [114.22641, 22.548182], [114.226653, 22.543748]]], [[[114.296634, 22.550769], [114.303675, 22.550132], [114.305441, 22.551435], [114.315498, 22.549942], [114.303085, 22.544713], [114.298195, 22.548866], [114.293657, 22.546607], [114.293571, 22.543762], [114.298817, 22.53887], [114.302132, 22.536425], [114.305316, 22.536528], [114.304656, 22.532208], [114.298973, 22.53662], [114.293991, 22.534075], [114.286709, 22.533119], [114.287584, 22.538444], [114.294615, 22.539251], [114.290639, 22.546], [114.288688, 22.553586], [114.292993, 22.554881], [114.293023, 22.551746], [114.296634, 22.550769]]], [[[114.430439, 22.54788], [114.431271, 22.544915], [114.435347, 22.541966], [114.440923, 22.541496], [114.439921, 22.538403], [114.43504, 22.537576], [114.427123, 22.540689], [114.425662, 22.543021], [114.425651, 22.55144], [114.429254, 22.553068], [114.430439, 22.54788]]], [[[114.319915, 22.537716], [114.321611, 22.53387], [114.32069, 22.524634], [114.318999, 22.523001], [114.308113, 22.528997], [114.307837, 22.532763], [114.310062, 22.535169], [114.315655, 22.528565], [114.319012, 22.53201], [114.318233, 22.536886], [114.319915, 22.537716]]], [[[114.313889, 22.511211], [114.311738, 22.510821], [114.310524, 22.508111], [114.307214, 22.509529], [114.299088, 22.504318], [114.295674, 22.507153], [114.296369, 22.511917], [114.301657, 22.51283], [114.304015, 22.510012], [114.307468, 22.513555], [114.310286, 22.518777], [114.308318, 22.525115], [114.309245, 22.526231], [114.314106, 22.524298], [114.321396, 22.516725], [114.313889, 22.511211]]], [[[114.359753, 22.504782], [114.363995, 22.50375], [114.357962, 22.495871], [114.355798, 22.500712], [114.356913, 22.503695], [114.359753, 22.504782]]], [[[114.359785, 22.486412], [114.363765, 22.485104], [114.36675, 22.476477], [114.366666, 22.472743], [114.363616, 22.467031], [114.360931, 22.465142], [114.358369, 22.466249], [114.356783, 22.477703], [114.353321, 22.480723], [114.359785, 22.486412]]], [[[113.880675, 22.380588], [113.885243, 22.379256], [113.88298, 22.375335], [113.884169, 22.373336], [113.881933, 22.370243], [113.880553, 22.370956], [113.882171, 22.377191], [113.877344, 22.381374], [113.879271, 22.381969], [113.880675, 22.380588]]], [[[114.305654, 22.375555], [114.304785, 22.373122], [114.306656, 22.373678], [114.309919, 22.379377], [114.312654, 22.380412], [114.317801, 22.377706], [114.317434, 22.372243], [114.320353, 22.366908], [114.320684, 22.360285], [114.327449, 22.356001], [114.327368, 22.350931], [114.323122, 22.342217], [114.310399, 22.343677], [114.303903, 22.350805], [114.30387, 22.3544], [114.306915, 22.357639], [114.300696, 22.380288], [114.30559, 22.37989], [114.305654, 22.375555]]], [[[114.323869, 22.37593], [114.329381, 22.373578], [114.328604, 22.3658], [114.327211, 22.366004], [114.325679, 22.369883], [114.320551, 22.372736], [114.321098, 22.37638], [114.323869, 22.37593]]], [[[114.294318, 22.375476], [114.294802, 22.373944], [114.293341, 22.37335], [114.297154, 22.35632], [114.296315, 22.352863], [114.288019, 22.366999], [114.291459, 22.374099], [114.294318, 22.375476]]], [[[114.107469, 22.363096], [114.117662, 22.330981], [114.114042, 22.327435], [114.106195, 22.327012], [114.103861, 22.328305], [114.091923, 22.326055], [114.089139, 22.330838], [114.092767, 22.338318], [114.091385, 22.341868], [114.089698, 22.343673], [114.084282, 22.344439], [114.084781, 22.348343], [114.083575, 22.351113], [114.07991, 22.352709], [114.078997, 22.358596], [114.088473, 22.362763], [114.090049, 22.361601], [114.096311, 22.361771], [114.10059, 22.363725], [114.107469, 22.363096]]], [[[114.060865, 22.343055], [114.059108, 22.34258], [114.054544, 22.349457], [114.056537, 22.355293], [114.064792, 22.35588], [114.064531, 22.3488], [114.066315, 22.345662], [114.060865, 22.343055]]], [[[114.047827, 22.346349], [114.05187, 22.344975], [114.058316, 22.33562], [114.055889, 22.334423], [114.053003, 22.319796], [114.055228, 22.310734], [114.047798, 22.307148], [114.039344, 22.305886], [114.028321, 22.312151], [114.025665, 22.310053], [114.017701, 22.3104], [114.015746, 22.30396], [114.019934, 22.302805], [114.02001, 22.301321], [114.015106, 22.300248], [114.015171, 22.29695], [114.019985, 22.295696], [114.024427, 22.29855], [114.025862, 22.297176], [114.02296, 22.292145], [114.020216, 22.29416], [114.019027, 22.292545], [114.019398, 22.286153], [114.02255, 22.283096], [114.021524, 22.266879], [114.014189, 22.265374], [114.002626, 22.272693], [113.995023, 22.265987], [114, 22.266289], [114.002417, 22.262866], [114.006464, 22.260889], [114.01222, 22.252656], [114.00548, 22.249024], [114.001638, 22.249119], [113.999673, 22.245391], [113.993625, 22.242552], [113.993929, 22.240679], [113.997061, 22.239506], [113.998984, 22.240805], [113.99947, 22.238576], [114.005315, 22.233222], [114.010721, 22.233607], [114.020413, 22.230188], [114.01738, 22.225619], [114.004954, 22.217436], [114.004285, 22.215048], [114.00065, 22.214713], [113.999524, 22.218149], [113.99765, 22.21843], [113.989801, 22.212599], [113.987109, 22.212195], [113.980871, 22.216936], [113.984302, 22.222854], [113.977724, 22.228429], [113.981402, 22.235176], [113.980143, 22.238858], [113.973174, 22.240704], [113.962987, 22.235788], [113.961104, 22.233144], [113.950904, 22.234191], [113.93536, 22.228359], [113.932852, 22.225332], [113.92767, 22.224023], [113.925793, 22.225615], [113.916888, 22.218905], [113.923402, 22.217156], [113.926851, 22.218748], [113.929247, 22.217524], [113.931177, 22.215245], [113.930788, 22.210335], [113.921102, 22.207631], [113.915616, 22.212047], [113.912091, 22.206401], [113.899226, 22.21445], [113.896908, 22.218287], [113.898178, 22.222105], [113.891434, 22.222904], [113.883259, 22.219583], [113.877553, 22.211724], [113.872382, 22.209749], [113.867701, 22.202829], [113.864096, 22.202089], [113.864648, 22.204029], [113.861729, 22.204524], [113.853628, 22.20196], [113.852437, 22.199733], [113.854041, 22.197063], [113.847622, 22.196199], [113.846083, 22.197419], [113.849199, 22.203781], [113.841997, 22.208229], [113.841675, 22.21151], [113.843278, 22.212094], [113.844061, 22.215615], [113.839916, 22.220674], [113.84158, 22.233902], [113.8457, 22.235491], [113.849038, 22.230584], [113.850788, 22.230616], [113.852571, 22.233089], [113.851413, 22.24334], [113.861339, 22.247036], [113.861367, 22.253633], [113.853264, 22.252828], [113.851664, 22.255939], [113.859902, 22.261261], [113.862367, 22.261164], [113.863368, 22.258474], [113.864976, 22.259005], [113.873355, 22.268693], [113.884427, 22.269889], [113.88766, 22.268755], [113.888009, 22.27148], [113.885636, 22.274706], [113.886447, 22.277981], [113.894067, 22.282249], [113.894238, 22.287697], [113.897171, 22.291198], [113.904594, 22.292975], [113.921992, 22.291306], [113.929837, 22.280247], [113.932634, 22.281446], [113.93658, 22.290581], [113.940058, 22.293778], [113.947257, 22.297058], [113.956713, 22.296681], [113.972867, 22.301424], [113.986444, 22.311141], [113.992288, 22.312358], [114, 22.320808], [114.011463, 22.325463], [114.020218, 22.333132], [114.023972, 22.331614], [114.020661, 22.325889], [114.02383, 22.32714], [114.030356, 22.336204], [114.033255, 22.335985], [114.038362, 22.33886], [114.045559, 22.347562], [114.047827, 22.346349]]], [[[114.326137, 22.340575], [114.3305, 22.333803], [114.330757, 22.328653], [114.328194, 22.326122], [114.322787, 22.327543], [114.320805, 22.326175], [114.315654, 22.33851], [114.317077, 22.340376], [114.32227, 22.341752], [114.326137, 22.340575]]], [[[114.368024, 22.336462], [114.366699, 22.330027], [114.364002, 22.329321], [114.361414, 22.330734], [114.361056, 22.338716], [114.366593, 22.339512], [114.368024, 22.336462]]], [[[114.300159, 22.322088], [114.29506, 22.323677], [114.292812, 22.327375], [114.293617, 22.331687], [114.302149, 22.325307], [114.300159, 22.322088]]], [[[114.356532, 22.323611], [114.353676, 22.317257], [114.347518, 22.312947], [114.346295, 22.317791], [114.349453, 22.324143], [114.350632, 22.325206], [114.353702, 22.323664], [114.355503, 22.326551], [114.356814, 22.326169], [114.356532, 22.323611]]], [[[113.935553, 22.321038], [113.94565, 22.32333], [113.943485, 22.314042], [113.946199, 22.314505], [113.949575, 22.322185], [113.950899, 22.32245], [113.958579, 22.320861], [113.961624, 22.317286], [113.957851, 22.310136], [113.94845, 22.313049], [113.94077, 22.310467], [113.941168, 22.304774], [113.937503, 22.296567], [113.938383, 22.294788], [113.933938, 22.290564], [113.915912, 22.295343], [113.898771, 22.293627], [113.894217, 22.294487], [113.898108, 22.302348], [113.896112, 22.307277], [113.892646, 22.308791], [113.893194, 22.310894], [113.93338, 22.323879], [113.935553, 22.321038]]], [[[114.366438, 22.320839], [114.369397, 22.314966], [114.369457, 22.310554], [114.36745, 22.306705], [114.364825, 22.308178], [114.360953, 22.31655], [114.36116, 22.319987], [114.366438, 22.320839]]], [[[114.228186, 22.283272], [114.234921, 22.284193], [114.240888, 22.27905], [114.244361, 22.272683], [114.241769, 22.26986], [114.243144, 22.268221], [114.24888, 22.269242], [114.257411, 22.261749], [114.255341, 22.259974], [114.256704, 22.256203], [114.254372, 22.248478], [114.246334, 22.246024], [114.248401, 22.24241], [114.250451, 22.242015], [114.253759, 22.235505], [114.250312, 22.227559], [114.255227, 22.217541], [114.255592, 22.212781], [114.254396, 22.211562], [114.258508, 22.21106], [114.261324, 22.207869], [114.246947, 22.206796], [114.242658, 22.208082], [114.241305, 22.210958], [114.243201, 22.212072], [114.241798, 22.218243], [114.23757, 22.218427], [114.235653, 22.222571], [114.236181, 22.227934], [114.23373, 22.241338], [114.227273, 22.241943], [114.225106, 22.246797], [114.223494, 22.246516], [114.221617, 22.244837], [114.225845, 22.238689], [114.22867, 22.237575], [114.22948, 22.230094], [114.226141, 22.230159], [114.223151, 22.232977], [114.221663, 22.229683], [114.214963, 22.224347], [114.213972, 22.221313], [114.214454, 22.218954], [114.222454, 22.214284], [114.222666, 22.212753], [114.217981, 22.209129], [114.224032, 22.197837], [114.222915, 22.195808], [114.214016, 22.194171], [114.211501, 22.196486], [114.211016, 22.200231], [114.211686, 22.208701], [114.215021, 22.212448], [114.213538, 22.216362], [114.210267, 22.218541], [114.204336, 22.21277], [114.197265, 22.210497], [114.197271, 22.214134], [114.200445, 22.216761], [114.199358, 22.220977], [114.19379, 22.224183], [114.198105, 22.225365], [114.198173, 22.235118], [114.194778, 22.238126], [114.191421, 22.235966], [114.188638, 22.237172], [114.186651, 22.240137], [114.188345, 22.243049], [114.187638, 22.244711], [114.185841, 22.245923], [114.179508, 22.244852], [114.174376, 22.235841], [114.173273, 22.230535], [114.171067, 22.230017], [114.166099, 22.233144], [114.164091, 22.245472], [114.1361, 22.248949], [114.132828, 22.251964], [114.124522, 22.266313], [114.116367, 22.274722], [114.118031, 22.280828], [114.127541, 22.283957], [114.132305, 22.288226], [114.138763, 22.29033], [114.180015, 22.280691], [114.190119, 22.284983], [114.19482, 22.292837], [114.214431, 22.292072], [114.228186, 22.283272]]], [[[114.045852, 22.290966], [114.039653, 22.286766], [114.041637, 22.284654], [114.042863, 22.286592], [114.046096, 22.286592], [114.047469, 22.283973], [114.045784, 22.281056], [114.041041, 22.279808], [114.037821, 22.281239], [114.035193, 22.289291], [114.040441, 22.291534], [114.045852, 22.290966]]], [[[114.055387, 22.26422], [114.05633, 22.262625], [114.053714, 22.259022], [114.050848, 22.257194], [114.047157, 22.258363], [114.047567, 22.262328], [114.050774, 22.264243], [114.055387, 22.26422]]], [[[114.2958, 22.258757], [114.297797, 22.254844], [114.296137, 22.252533], [114.298591, 22.249503], [114.296084, 22.242029], [114.289933, 22.239406], [114.28715, 22.239995], [114.280358, 22.245135], [114.280421, 22.249437], [114.284583, 22.254512], [114.2958, 22.258757]]], [[[114.045295, 22.256213], [114.047231, 22.24618], [114.043617, 22.241209], [114.040443, 22.243196], [114.038619, 22.249455], [114.032519, 22.254441], [114.027776, 22.254082], [114.026457, 22.25658], [114.032707, 22.258683], [114.0421, 22.258317], [114.045295, 22.256213]]], [[[114.162521, 22.228919], [114.143945, 22.243737], [114.148753, 22.245528], [114.159223, 22.245269], [114.162521, 22.228919]]], [[[114.121141, 22.233817], [114.120301, 22.229524], [114.124814, 22.226489], [114.126396, 22.223648], [114.125366, 22.222203], [114.127399, 22.219671], [114.130864, 22.218236], [114.133764, 22.221723], [114.136837, 22.218516], [114.135583, 22.214317], [114.126838, 22.209505], [114.126553, 22.205899], [114.129998, 22.2019], [114.131492, 22.206036], [114.134301, 22.207902], [114.139743, 22.20921], [114.142931, 22.208347], [114.150241, 22.211897], [114.160289, 22.208606], [114.157484, 22.204004], [114.151622, 22.20638], [114.139368, 22.1972], [114.141131, 22.195009], [114.142064, 22.196147], [114.149234, 22.181207], [114.136051, 22.191905], [114.134382, 22.1906], [114.13411, 22.187046], [114.13749, 22.182252], [114.137223, 22.177714], [114.132433, 22.183321], [114.127894, 22.178706], [114.125543, 22.178238], [114.123499, 22.181262], [114.11821, 22.180051], [114.114151, 22.183401], [114.115096, 22.187755], [114.120752, 22.190964], [114.122226, 22.202871], [114.120127, 22.218581], [114.113408, 22.220011], [114.113467, 22.214703], [114.107687, 22.21131], [114.103339, 22.211444], [114.103135, 22.218147], [114.107534, 22.224084], [114.111456, 22.22589], [114.110071, 22.23125], [114.105791, 22.23413], [114.11812, 22.241181], [114.123009, 22.23724], [114.121141, 22.233817]]], [[[114.033045, 22.215902], [114.029119, 22.213747], [114.030087, 22.210154], [114.034874, 22.206849], [114.038176, 22.208631], [114.04125, 22.205686], [114.036468, 22.201361], [114.03363, 22.203487], [114.029929, 22.202408], [114.02847, 22.199524], [114.021571, 22.195738], [114.018242, 22.19791], [114.017239, 22.201071], [114.023437, 22.20539], [114.02745, 22.205718], [114.028678, 22.207731], [114.0281, 22.21042], [114.023975, 22.21352], [114.026836, 22.221628], [114.034953, 22.223087], [114.035852, 22.217136], [114.033045, 22.215902]]], [[[113.99085, 22.188587], [113.982404, 22.193867], [113.983047, 22.197759], [113.987416, 22.202228], [113.990918, 22.201032], [113.994905, 22.194257], [113.993962, 22.190417], [113.99085, 22.188587]]], [[[114.255459, 22.189587], [114.256119, 22.182721], [114.250844, 22.179305], [114.244491, 22.17856], [114.24367, 22.188022], [114.255459, 22.189587]]], [[[114.289064, 22.181685], [114.28413, 22.181402], [114.282882, 22.185587], [114.287071, 22.189953], [114.289595, 22.188163], [114.289064, 22.181685]]], [[[113.911825, 22.183541], [113.915734, 22.183772], [113.920919, 22.179664], [113.91895, 22.178729], [113.917659, 22.180746], [113.913243, 22.178577], [113.912971, 22.181646], [113.911553, 22.182087], [113.905377, 22.179227], [113.906584, 22.187974], [113.911825, 22.183541]]], [[[114.273898, 22.164993], [114.274312, 22.162821], [114.272687, 22.162167], [114.266917, 22.162061], [114.265916, 22.164428], [114.26434, 22.164174], [114.260817, 22.160109], [114.261015, 22.15818], [114.254806, 22.155132], [114.257993, 22.159675], [114.250746, 22.163883], [114.249818, 22.165874], [114.255574, 22.174841], [114.265926, 22.180774], [114.271574, 22.176081], [114.273898, 22.164993]]], [[[113.914546, 22.162832], [113.915439, 22.159559], [113.904085, 22.156375], [113.898808, 22.159776], [113.901863, 22.163236], [113.905529, 22.162275], [113.908734, 22.163839], [113.910331, 22.165782], [113.909188, 22.16919], [113.91148, 22.170126], [113.917423, 22.168027], [113.914546, 22.162832]]]] + } + }, { + "type": "Feature", + "properties": { + "name": "澳门特别行政区", + "province_adcode": 820000, + "province_type": "特别行政区", + "name_en": "Aomen", + "name_var": "ào Mén", + "adcode": 820000 + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [[[[113.553457, 22.215473], [113.560983, 22.210117], [113.562414, 22.199663], [113.55777, 22.194828], [113.558649, 22.187173], [113.557066, 22.185695], [113.555604, 22.187236], [113.551341, 22.186127], [113.55032, 22.182858], [113.545992, 22.18085], [113.531698, 22.179347], [113.528673, 22.184749], [113.535039, 22.194157], [113.537461, 22.206036], [113.541921, 22.207613], [113.541306, 22.209419], [113.534641, 22.207405], [113.533083, 22.212306], [113.534944, 22.213525], [113.541717, 22.213233], [113.544356, 22.216953], [113.550847, 22.217036], [113.550925, 22.215425], [113.553457, 22.215473]]], [[[113.569837, 22.18945], [113.565131, 22.190826], [113.562548, 22.210627], [113.568641, 22.207323], [113.570183, 22.20164], [113.569837, 22.18945]]], [[[113.571611, 22.204029], [113.580956, 22.204052], [113.580967, 22.198573], [113.578758, 22.197065], [113.571993, 22.197049], [113.571611, 22.204029]]], [[[113.573266, 22.165767], [113.578412, 22.163923], [113.587402, 22.165134], [113.598202, 22.135275], [113.594533, 22.134335], [113.589789, 22.146859], [113.588556, 22.147047], [113.580632, 22.138362], [113.580505, 22.135385], [113.589305, 22.135448], [113.592502, 22.12923], [113.580132, 22.123317], [113.574078, 22.124761], [113.569869, 22.117954], [113.570174, 22.11641], [113.573664, 22.115652], [113.574031, 22.113657], [113.570416, 22.112], [113.561612, 22.112975], [113.554665, 22.109844], [113.550061, 22.112122], [113.551734, 22.14459], [113.541695, 22.15521], [113.539476, 22.162478], [113.552262, 22.165924], [113.565983, 22.165038], [113.56818, 22.16782], [113.573266, 22.165767]]]] + } + }, { + "type": "Feature", + "properties": { + "name": "江苏省", + "province_adcode": 320000, + "province_type": "省", + "name_en": "Jiangsu", + "name_var": "Jiāng Sū", + "adcode": 320000 + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [[[[121.566166, 32.229276], [121.566927, 32.177297], [121.557511, 32.176777], [121.556886, 32.216346], [121.543793, 32.216379], [121.544305, 32.18084], [121.53488, 32.184167], [121.534057, 32.22876], [121.566166, 32.229276]]], [[[121.406162, 32.522424], [121.398632, 32.524293], [121.397384, 32.527164], [121.399334, 32.527872], [121.399824, 32.53153], [121.424196, 32.532113], [121.431141, 32.529198], [121.430289, 32.522696], [121.406162, 32.522424]]], [[[119.45108, 34.77015], [119.45543, 34.76655], [119.46138, 34.76528], [119.47269, 34.76599], [119.49244, 34.75948], [119.49635, 34.75578], [119.49514, 34.75404], [119.480839, 34.74852], [119.462829, 34.75119], [119.45664, 34.76118], [119.44662, 34.7638], [119.440451, 34.767922], [119.434561, 34.767643], [119.434587, 34.759831], [119.394552, 34.757813], [119.387627, 34.761833], [119.375598, 34.761925], [119.375433, 34.763973], [119.441229, 34.768557], [119.44372, 34.77288], [119.44134, 34.77571], [119.4374, 34.77697], [119.4384, 34.778], [119.44982, 34.77607], [119.45108, 34.77015]]], [[[119.239671, 35.126896], [119.260607, 35.118094], [119.269037, 35.11599], [119.281024, 35.115594], [119.286592, 35.109965], [119.295762, 35.090754], [119.296052, 35.083654], [119.29086, 35.079956], [119.280959, 35.076706], [119.299758, 35.034686], [119.287057, 35.031038], [119.283933, 35.037874], [119.285414, 35.038434], [119.278312, 35.05398], [119.288928, 35.057274], [119.280256, 35.076476], [119.256292, 35.069809], [119.258327, 35.062904], [119.24402, 35.056706], [119.241737, 35.06281], [119.237192, 35.061251], [119.237479, 35.05811], [119.229629, 35.055927], [119.220966, 35.039759], [119.214811, 35.041705], [119.214364, 35.040721], [119.204652, 35.006271], [119.204276, 34.995102], [119.198751, 34.973068], [119.197254, 34.948949], [119.201245, 34.920391], [119.198081, 34.920483], [119.195041, 34.917673], [119.198593, 34.914347], [119.1982, 34.908824], [119.196094, 34.901342], [119.190778, 34.892343], [119.194076, 34.891099], [119.192957, 34.888848], [119.186651, 34.888836], [119.184381, 34.886913], [119.202148, 34.88117], [119.198614, 34.85441], [119.184261, 34.854729], [119.182854, 34.851993], [119.209909, 34.852162], [119.212977, 34.844095], [119.212123, 34.842691], [119.192573, 34.835124], [119.192645, 34.828267], [119.198233, 34.825181], [119.206733, 34.828662], [119.209696, 34.82237], [119.20879, 34.814333], [119.21199, 34.809813], [119.218905, 34.80554], [119.22461, 34.794873], [119.220019, 34.790693], [119.225239, 34.787482], [119.237036, 34.786403], [119.242453, 34.78368], [119.259093, 34.795115], [119.264502, 34.796058], [119.288828, 34.78073], [119.322399, 34.767637], [119.326625, 34.762715], [119.329919, 34.764191], [119.340969, 34.764051], [119.348339, 34.766881], [119.364159, 34.765361], [119.368019, 34.763581], [119.372363, 34.749078], [119.386519, 34.749712], [119.405929, 34.747791], [119.406639, 34.745521], [119.414125, 34.743932], [119.416089, 34.74392], [119.418159, 34.74762], [119.42132, 34.748508], [119.426169, 34.74502], [119.426279, 34.7422], [119.433499, 34.74066], [119.436069, 34.74095], [119.436129, 34.74477], [119.445479, 34.74475], [119.446989, 34.74202], [119.456409, 34.7372], [119.454159, 34.7342], [119.459949, 34.73006], [119.468701, 34.729917], [119.47136, 34.736946], [119.498938, 34.728029], [119.507747, 34.728483], [119.519044, 34.733094], [119.516225, 34.724323], [119.509219, 34.722113], [119.501985, 34.722111], [119.501979, 34.713693], [119.474409, 34.716559], [119.482096, 34.707323], [119.478039, 34.70009], [119.472539, 34.70025], [119.467749, 34.69838], [119.464469, 34.69273], [119.465588, 34.68912], [119.461728, 34.68406], [119.458478, 34.68105], [119.451809, 34.680362], [119.449388, 34.67547], [119.461689, 34.66664], [119.47607, 34.658925], [119.499132, 34.638889], [119.525031, 34.619805], [119.537109, 34.631204], [119.555239, 34.628437], [119.551548, 34.610526], [119.565433, 34.604928], [119.56024, 34.596327], [119.581567, 34.586888], [119.581054, 34.585711], [119.642119, 34.559875], [119.646195, 34.551153], [119.645317, 34.537737], [119.646706, 34.522297], [119.642666, 34.519217], [119.641888, 34.515107], [119.655115, 34.519109], [119.677086, 34.520667], [119.681796, 34.524187], [119.688136, 34.523087], [119.700206, 34.526637], [119.715566, 34.525507], [119.767134, 34.504811], [119.773161, 34.498456], [119.778234, 34.499488], [119.787997, 34.49045], [119.779939, 34.484665], [119.787479, 34.480306], [119.787319, 34.478379], [119.782138, 34.473159], [119.79176, 34.466943], [119.820751, 34.467277], [119.83452, 34.462084], [119.876043, 34.458278], [119.905279, 34.450513], [119.927657, 34.447851], [119.997616, 34.425814], [120, 34.422359], [120.008799, 34.425383], [120.054031, 34.403085], [120.088505, 34.378693], [120.090012, 34.376922], [120.086877, 34.369161], [120.095495, 34.369311], [120.097198, 34.370972], [120.107661, 34.367814], [120.113631, 34.363942], [120.11569, 34.366168], [120.14428, 34.355862], [120.171672, 34.343877], [120.185662, 34.340995], [120.201028, 34.332144], [120.238111, 34.32001], [120.262211, 34.309481], [120.276162, 34.297172], [120.277128, 34.293617], [120.272549, 34.278372], [120.280539, 34.271352], [120.282925, 34.258938], [120.27777, 34.258561], [120.27562, 34.25494], [120.282933, 34.243789], [120.293822, 34.208352], [120.297359, 34.206953], [120.296799, 34.191467], [120.301559, 34.174002], [120.311801, 34.148422], [120.315324, 34.144972], [120.315328, 34.140991], [120.317539, 34.14018], [120.324904, 34.129132], [120.327017, 34.122037], [120.324329, 34.1166], [120.323448, 34.103139], [120.3302, 34.09926], [120.33748, 34.092199], [120.353404, 34.065735], [120.352416, 34.063542], [120.356441, 34.063377], [120.364951, 34.050335], [120.390263, 33.991397], [120.393472, 33.991258], [120.398209, 33.97711], [120.40278, 33.973348], [120.417193, 33.9491], [120.421885, 33.935221], [120.416889, 33.933874], [120.422553, 33.933239], [120.425438, 33.922786], [120.455035, 33.881679], [120.47598, 33.843613], [120.481034, 33.831633], [120.481482, 33.82061], [120.475618, 33.81449], [120.473039, 33.808409], [120.46858, 33.80589], [120.46814, 33.799418], [120.472056, 33.797048], [120.484883, 33.809071], [120.487296, 33.809614], [120.513616, 33.793612], [120.526546, 33.775925], [120.548707, 33.724938], [120.552844, 33.719706], [120.559137, 33.702521], [120.563555, 33.697823], [120.573524, 33.662476], [120.578083, 33.66324], [120.581118, 33.657097], [120.580888, 33.648114], [120.576679, 33.639558], [120.568443, 33.636258], [120.561969, 33.630792], [120.568758, 33.628791], [120.576067, 33.629659], [120.581731, 33.626063], [120.579928, 33.60785], [120.580395, 33.594243], [120.553108, 33.578678], [120.560783, 33.566029], [120.541762, 33.555642], [120.550628, 33.544429], [120.593716, 33.512717], [120.598258, 33.510368], [120.604859, 33.510094], [120.605338, 33.508555], [120.623932, 33.507088], [120.640667, 33.500529], [120.650685, 33.498899], [120.651793, 33.497299], [120.651642, 33.480191], [120.654859, 33.469359], [120.65612, 33.469114], [120.659471, 33.477009], [120.669913, 33.476863], [120.678679, 33.46739], [120.691065, 33.424668], [120.701323, 33.427106], [120.7053, 33.425305], [120.712363, 33.411434], [120.713188, 33.396562], [120.714582, 33.393245], [120.717672, 33.393931], [120.72052, 33.384678], [120.715568, 33.376816], [120.718135, 33.374519], [120.721123, 33.356981], [120.719526, 33.348001], [120.714471, 33.343718], [120.707152, 33.344694], [120.692321, 33.338524], [120.689971, 33.334918], [120.671181, 33.330084], [120.691958, 33.330718], [120.699688, 33.334199], [120.700757, 33.339063], [120.707996, 33.341344], [120.717418, 33.341035], [120.723604, 33.348493], [120.726164, 33.349221], [120.733431, 33.334507], [120.738497, 33.330987], [120.742263, 33.331664], [120.746908, 33.327353], [120.746024, 33.32375], [120.75116, 33.319336], [120.758447, 33.300254], [120.757908, 33.296242], [120.77521, 33.273326], [120.773636, 33.271618], [120.794614, 33.224839], [120.829016, 33.231126], [120.836169, 33.21527], [120.824759, 33.21126], [120.831593, 33.201414], [120.837352, 33.182468], [120.823389, 33.178121], [120.83386, 33.16291], [120.836343, 33.15451], [120.844018, 33.142031], [120.843072, 33.140888], [120.844736, 33.140757], [120.85163, 33.129488], [120.852019, 33.125205], [120.849793, 33.12123], [120.854626, 33.112008], [120.861906, 33.091285], [120.861223, 33.055762], [120.824778, 33.055825], [120.812338, 33.046669], [120.817996, 33.04206], [120.826837, 33.041967], [120.883767, 33.020157], [120.884723, 33.018545], [120.879143, 33.016393], [120.880081, 33.010143], [120.890969, 33.012892], [120.890159, 33.015239], [120.902733, 33.021264], [120.903956, 33.025764], [120.905278, 33.025156], [120.91161, 33.01453], [120.909881, 33.012941], [120.91001, 33.009802], [120.912915, 33.010794], [120.915346, 33.00628], [120.913607, 33.005379], [120.91546, 33.000512], [120.924709, 32.982432], [120.924227, 32.967973], [120.918321, 32.967894], [120.91722, 32.953672], [120.902043, 32.956883], [120.892733, 32.953024], [120.894835, 32.951062], [120.90415, 32.950466], [120.905911, 32.949088], [120.910961, 32.952743], [120.917398, 32.947717], [120.921897, 32.940728], [120.922596, 32.934802], [120.925161, 32.934776], [120.924549, 32.929967], [120.920375, 32.929949], [120.922031, 32.911181], [120.930857, 32.911402], [120.932949, 32.902307], [120.931337, 32.89162], [120.927222, 32.886614], [120.919746, 32.888559], [120.912999, 32.886341], [120.908014, 32.878603], [120.909891, 32.872256], [120.920003, 32.873969], [120.942286, 32.881243], [120.966325, 32.881401], [120.968687, 32.876016], [120.959377, 32.761506], [120.950626, 32.759178], [120.945311, 32.722462], [120.907866, 32.720427], [120.906659, 32.712257], [120.897544, 32.706159], [120.892362, 32.696939], [120.89584, 32.69392], [120.895861, 32.687074], [120.89756, 32.685905], [120.901578, 32.687778], [120.93162, 32.687003], [120.944748, 32.688975], [120.953646, 32.668265], [120.967895, 32.649546], [120.972107, 32.637945], [120.971332, 32.635923], [120.941646, 32.60201], [120.946451, 32.599904], [120.951848, 32.607693], [120.966772, 32.608473], [120.972296, 32.607215], [120.982112, 32.601516], [120.988456, 32.603313], [121.006993, 32.597019], [121.013016, 32.602738], [121.015361, 32.602763], [121.040464, 32.588467], [121.037509, 32.58143], [121.027429, 32.566365], [121.040961, 32.559563], [121.053586, 32.55414], [121.111026, 32.541028], [121.211722, 32.495128], [121.22226, 32.483528], [121.260897, 32.470557], [121.246104, 32.457262], [121.247733, 32.456521], [121.266838, 32.44902], [121.270164, 32.455031], [121.279461, 32.451414], [121.280038, 32.449155], [121.282585, 32.44808], [121.288415, 32.459375], [121.291524, 32.460565], [121.329774, 32.446383], [121.412714, 32.404188], [121.415963, 32.331412], [121.418846, 32.314893], [121.425927, 32.310893], [121.434267, 32.310774], [121.436539, 32.309185], [121.436433, 32.277541], [121.446897, 32.269284], [121.455651, 32.269275], [121.46843, 32.266273], [121.478757, 32.259751], [121.479031, 32.24496], [121.46708, 32.243785], [121.45813, 32.240288], [121.483231, 32.232309], [121.481992, 32.216184], [121.479007, 32.215511], [121.469382, 32.220632], [121.469443, 32.210515], [121.454782, 32.209217], [121.453293, 32.199304], [121.442651, 32.200357], [121.442889, 32.209872], [121.436865, 32.209767], [121.429723, 32.202861], [121.429311, 32.198852], [121.427085, 32.197409], [121.412137, 32.197162], [121.412163, 32.176071], [121.417456, 32.175991], [121.426337, 32.168905], [121.427531, 32.166028], [121.44539, 32.16154], [121.453103, 32.152416], [121.490302, 32.168342], [121.514848, 32.158011], [121.507785, 32.149799], [121.489791, 32.145361], [121.459513, 32.14457], [121.460222, 32.140611], [121.441786, 32.140431], [121.438642, 32.135637], [121.439882, 32.133993], [121.460197, 32.134426], [121.464735, 32.136546], [121.476719, 32.13624], [121.473551, 32.117304], [121.481442, 32.115577], [121.485986, 32.13639], [121.499718, 32.1368], [121.496815, 32.118155], [121.505124, 32.115873], [121.508266, 32.137026], [121.519654, 32.135456], [121.513459, 32.11261], [121.531866, 32.109041], [121.535206, 32.105407], [121.564483, 32.095845], [121.573025, 32.112171], [121.604975, 32.103339], [121.60429, 32.101279], [121.625649, 32.093765], [121.627807, 32.099405], [121.670511, 32.087425], [121.657728, 32.082954], [121.62536, 32.091917], [121.622123, 32.08348], [121.659375, 32.072759], [121.660649, 32.069982], [121.656223, 32.063087], [121.664752, 32.057419], [121.671566, 32.067779], [121.67491, 32.06882], [121.7025, 32.056328], [121.706504, 32.062419], [121.67785, 32.075707], [121.68272, 32.083632], [121.72387, 32.06418], [121.732408, 32.058449], [121.751254, 32.041162], [121.733686, 32.019067], [121.739652, 32.018419], [121.747406, 32.010654], [121.760435, 32.004465], [121.761799, 32.005079], [121.768892, 32], [121.785295, 31.985559], [121.804061, 31.964465], [121.808109, 31.969445], [121.826506, 31.958597], [121.868783, 31.868689], [121.870502, 31.86142], [121.869986, 31.849325], [121.871641, 31.84457], [121.904294, 31.792047], [121.924325, 31.766436], [121.931147, 31.747253], [121.931945, 31.737205], [121.953167, 31.736918], [121.956881, 31.735365], [121.958169, 31.733037], [121.957752, 31.716408], [121.956093, 31.711975], [121.95138, 31.707155], [121.881981, 31.690838], [121.883093, 31.666666], [121.874761, 31.635156], [121.805888, 31.648857], [121.73995, 31.667325], [121.638881, 31.700078], [121.630972, 31.698259], [121.600798, 31.710687], [121.599264, 31.710418], [121.599768, 31.703065], [121.588232, 31.707223], [121.588848, 31.709566], [121.561612, 31.719399], [121.547054, 31.730601], [121.545836, 31.728672], [121.535696, 31.735484], [121.536, 31.737802], [121.51108, 31.744752], [121.495631, 31.754309], [121.457419, 31.759979], [121.445998, 31.763434], [121.443454, 31.765694], [121.426044, 31.772014], [121.417622, 31.780103], [121.406046, 31.797173], [121.411697, 31.799396], [121.40646, 31.808463], [121.39925, 31.813413], [121.370369, 31.84913], [121.30138, 31.872463], [121.29084, 31.872548], [121.28064, 31.870005], [121.218673, 31.847235], [121.171073, 31.819395], [121.143256, 31.79371], [121.104597, 31.768463], [121.096977, 31.765102], [121.124708, 31.741362], [121.238284, 31.666776], [121.257527, 31.651238], [121.321621, 31.582716], [121.382228, 31.547084], [121.319978, 31.5019], [121.30894, 31.502531], [121.306188, 31.507824], [121.301249, 31.507085], [121.295513, 31.501809], [121.298044, 31.500613], [121.293795, 31.493176], [121.285231, 31.490608], [121.275607, 31.49164], [121.270182, 31.487108], [121.262873, 31.487054], [121.257542, 31.483056], [121.256197, 31.479948], [121.242711, 31.479059], [121.236322, 31.495609], [121.232287, 31.493869], [121.223978, 31.484415], [121.225901, 31.483204], [121.225527, 31.479371], [121.213968, 31.477366], [121.20891, 31.477898], [121.21046, 31.48026], [121.209119, 31.480794], [121.198488, 31.474389], [121.198122, 31.471633], [121.188715, 31.469185], [121.181246, 31.461965], [121.181103, 31.456459], [121.17738, 31.454365], [121.168528, 31.451072], [121.163592, 31.450804], [121.161226, 31.452344], [121.156645, 31.451375], [121.142915, 31.445297], [121.141595, 31.440997], [121.143907, 31.437471], [121.149477, 31.434962], [121.15981, 31.43328], [121.159807, 31.429211], [121.154771, 31.427301], [121.14869, 31.427356], [121.143327, 31.423408], [121.143869, 31.418114], [121.153944, 31.412094], [121.145306, 31.404152], [121.14074, 31.395799], [121.140176, 31.393563], [121.144207, 31.389003], [121.143416, 31.387402], [121.13324, 31.383157], [121.119749, 31.378454], [121.118687, 31.380263], [121.109075, 31.37623], [121.11036, 31.373158], [121.114139, 31.372857], [121.115718, 31.370928], [121.106102, 31.366683], [121.101951, 31.368568], [121.102413, 31.3573], [121.104044, 31.352851], [121.112328, 31.354019], [121.115102, 31.349786], [121.11248, 31.349353], [121.112936, 31.345582], [121.125663, 31.346087], [121.125596, 31.338817], [121.128779, 31.332128], [121.128781, 31.328242], [121.125046, 31.324188], [121.123024, 31.318902], [121.125325, 31.304512], [121.134321, 31.304856], [121.134245, 31.308089], [121.138885, 31.311799], [121.146387, 31.30183], [121.146549, 31.293859], [121.151489, 31.289218], [121.154809, 31.289327], [121.156487, 31.284023], [121.149332, 31.278724], [121.139134, 31.276753], [121.132883, 31.279264], [121.133404, 31.280828], [121.127066, 31.28309], [121.12646, 31.281982], [121.122311, 31.282975], [121.119628, 31.286449], [121.116439, 31.28764], [121.110168, 31.287553], [121.100007, 31.275672], [121.093437, 31.278666], [121.089652, 31.290486], [121.082683, 31.294086], [121.076444, 31.278928], [121.079926, 31.277537], [121.07781, 31.273553], [121.075059, 31.271734], [121.057664, 31.270034], [121.056708, 31.2481], [121.059328, 31.248083], [121.059241, 31.2453], [121.058726, 31.240503], [121.056174, 31.240028], [121.059641, 31.232684], [121.058573, 31.225806], [121.063143, 31.20323], [121.06488, 31.196556], [121.067648, 31.193092], [121.064201, 31.187351], [121.070235, 31.175619], [121.06698, 31.173152], [121.067296, 31.171805], [121.071204, 31.172478], [121.07311, 31.163922], [121.072072, 31.160731], [121.068616, 31.159069], [121.064012, 31.151679], [121.060453, 31.151184], [121.057416, 31.155116], [121.045311, 31.152457], [121.044832, 31.154606], [121.040086, 31.156293], [121.040069, 31.152795], [121.03668, 31.151312], [121.036848, 31.149], [121.040478, 31.146795], [121.036179, 31.139655], [121.031542, 31.139532], [121.031097, 31.142682], [121.027074, 31.144171], [121.021085, 31.143308], [121.013516, 31.13641], [120.978996, 31.134073], [120.925874, 31.143769], [120.90651, 31.137628], [120.900872, 31.136745], [120.894881, 31.138177], [120.874379, 31.135424], [120.86781, 31.128605], [120.863254, 31.117814], [120.858698, 31.115899], [120.854011, 31.11065], [120.852382, 31.105252], [120.854009, 31.10317], [120.864213, 31.099514], [120.868705, 31.102695], [120.872378, 31.102293], [120.874162, 31.100227], [120.873707, 31.097577], [120.886232, 31.096672], [120.893669, 31.089017], [120.898241, 31.087887], [120.90061, 31.081082], [120.897638, 31.08039], [120.895004, 31.075437], [120.890546, 31.058102], [120.893238, 31.047046], [120.897751, 31.038478], [120.897247, 31.019664], [120.89309, 31.019835], [120.887777, 31.01318], [120.889427, 31.007078], [120.885822, 31.003742], [120.880341, 31.003277], [120.863539, 30.995534], [120.861441, 30.99263], [120.848554, 30.994804], [120.843278, 30.99196], [120.83776, 30.994267], [120.834952, 31.002294], [120.817361, 31.00831], [120.768974, 31.003633], [120.772659, 30.999262], [120.769262, 30.996871], [120.768154, 30.999697], [120.7649, 30.998849], [120.762418, 30.992929], [120.765995, 30.980471], [120.761017, 30.977971], [120.757628, 30.978994], [120.753341, 30.977488], [120.74355, 30.970678], [120.741493, 30.96525], [120.735764, 30.965801], [120.734092, 30.969322], [120.72415, 30.973501], [120.703502, 30.973953], [120.704463, 30.969621], [120.699825, 30.967402], [120.698244, 30.966961], [120.693584, 30.972272], [120.688193, 30.967763], [120.685011, 30.967384], [120.678668, 30.958229], [120.69256, 30.95251], [120.701727, 30.942494], [120.706027, 30.933396], [120.708246, 30.922566], [120.707444, 30.913496], [120.705527, 30.909069], [120.708802, 30.88784], [120.694451, 30.884276], [120.698137, 30.879012], [120.694808, 30.871117], [120.686704, 30.872818], [120.680363, 30.887022], [120.677131, 30.885372], [120.675059, 30.880108], [120.668051, 30.878892], [120.666193, 30.869884], [120.663115, 30.864555], [120.659024, 30.863595], [120.657728, 30.866532], [120.654764, 30.867816], [120.653753, 30.858884], [120.65079, 30.857809], [120.65117, 30.849419], [120.640127, 30.853652], [120.639773, 30.856641], [120.637357, 30.857797], [120.632157, 30.856338], [120.622191, 30.858514], [120.614018, 30.852792], [120.604767, 30.850791], [120.590944, 30.853929], [120.591697, 30.855647], [120.584849, 30.858364], [120.577059, 30.848076], [120.559467, 30.837743], [120.554813, 30.833284], [120.554014, 30.829756], [120.544071, 30.818418], [120.51575, 30.778195], [120.500004, 30.760322], [120.484678, 30.765873], [120.472637, 30.787984], [120.471299, 30.794289], [120.472959, 30.803103], [120.472244, 30.808508], [120.461341, 30.808051], [120.458367, 30.817346], [120.453955, 30.817764], [120.452281, 30.826534], [120.455415, 30.827517], [120.456066, 30.830123], [120.455358, 30.83931], [120.449764, 30.847114], [120.45156, 30.849254], [120.449289, 30.852566], [120.44303, 30.851824], [120.438258, 30.85499], [120.435737, 30.860148], [120.435241, 30.86188], [120.447338, 30.870153], [120.440808, 30.876793], [120.436275, 30.886027], [120.432055, 30.886156], [120.430529, 30.895087], [120.433036, 30.898136], [120.433717, 30.902148], [120.42972, 30.905597], [120.427959, 30.91322], [120.429216, 30.915098], [120.432941, 30.915942], [120.431505, 30.925941], [120.422362, 30.925589], [120.419254, 30.929802], [120.413482, 30.928454], [120.419527, 30.902789], [120.413652, 30.901415], [120.408218, 30.897322], [120.389799, 30.892707], [120.374707, 30.892889], [120.37282, 30.887733], [120.36764, 30.887], [120.367842, 30.883841], [120.360973, 30.882268], [120.355077, 30.886698], [120.352877, 30.890721], [120.3555, 30.894913], [120.354676, 30.901581], [120.349304, 30.911806], [120.354855, 30.916297], [120.353182, 30.922433], [120.359855, 30.925035], [120.358025, 30.929266], [120.356307, 30.92974], [120.355356, 30.93607], [120.36626, 30.943797], [120.367929, 30.946626], [120.365515, 30.950306], [120.342645, 30.942971], [120.300817, 30.93327], [120.251237, 30.928513], [120.219023, 30.928847], [120.144911, 30.939389], [120.127399, 30.945915], [120.104076, 30.959436], [120.082024, 30.98047], [120.069132, 30.989117], [120.048197, 31.007235], [120.012955, 31.019555], [119.989631, 31.034417], [119.989364, 31.039191], [119.984018, 31.04926], [119.980697, 31.061124], [119.965556, 31.074454], [119.956212, 31.090061], [119.942117, 31.107433], [119.942635, 31.113038], [119.935934, 31.131452], [119.935792, 31.14406], [119.932922, 31.148486], [119.917146, 31.163024], [119.915411, 31.173566], [119.908275, 31.17082], [119.89834, 31.171559], [119.886517, 31.165718], [119.87277, 31.163659], [119.864882, 31.164969], [119.862991, 31.170866], [119.856385, 31.169882], [119.851624, 31.173821], [119.849589, 31.169611], [119.845732, 31.169049], [119.838128, 31.170483], [119.832195, 31.17512], [119.825583, 31.174234], [119.821646, 31.171469], [119.814199, 31.170214], [119.81187, 31.166515], [119.816749, 31.163425], [119.820806, 31.167109], [119.826615, 31.164276], [119.827158, 31.163199], [119.820284, 31.155355], [119.816168, 31.155781], [119.809133, 31.151788], [119.802736, 31.150243], [119.798003, 31.157771], [119.793554, 31.160359], [119.787947, 31.158463], [119.787207, 31.156461], [119.78356, 31.156586], [119.784344, 31.16312], [119.788012, 31.166773], [119.788581, 31.170217], [119.775321, 31.182434], [119.765668, 31.178457], [119.760559, 31.182556], [119.758945, 31.175552], [119.752234, 31.172605], [119.752139, 31.174159], [119.747571, 31.17399], [119.744968, 31.171042], [119.739104, 31.170762], [119.738139, 31.174226], [119.736206, 31.174792], [119.725715, 31.171708], [119.724816, 31.173501], [119.710367, 31.172478], [119.708344, 31.169578], [119.707838, 31.164042], [119.698114, 31.153465], [119.685998, 31.160726], [119.676845, 31.162503], [119.675476, 31.167066], [119.670302, 31.164239], [119.663093, 31.165746], [119.658397, 31.163766], [119.652286, 31.155293], [119.645665, 31.156232], [119.636588, 31.150318], [119.636234, 31.146819], [119.638977, 31.142119], [119.633347, 31.13641], [119.638215, 31.1364], [119.643268, 31.141096], [119.646563, 31.142088], [119.648519, 31.136208], [119.647713, 31.13321], [119.640756, 31.133439], [119.639674, 31.136167], [119.629106, 31.135181], [119.622676, 31.129506], [119.617831, 31.130615], [119.618668, 31.132101], [119.617475, 31.133408], [119.610503, 31.132194], [119.608852, 31.131367], [119.606914, 31.125549], [119.602588, 31.124233], [119.596752, 31.113549], [119.601737, 31.114776], [119.606076, 31.105106], [119.602327, 31.103699], [119.603704, 31.10488], [119.600878, 31.110085], [119.58609, 31.11438], [119.586836, 31.110817], [119.589047, 31.10939], [119.585342, 31.105217], [119.58551, 31.108188], [119.57938, 31.116978], [119.574777, 31.111122], [119.571208, 31.111727], [119.570338, 31.116698], [119.565676, 31.124048], [119.566468, 31.127637], [119.570692, 31.127173], [119.572384, 31.135677], [119.567454, 31.132474], [119.565416, 31.132926], [119.555292, 31.140141], [119.55774, 31.144617], [119.55138, 31.145369], [119.545882, 31.149292], [119.537173, 31.145726], [119.539211, 31.147783], [119.538439, 31.156001], [119.536548, 31.156743], [119.530474, 31.152958], [119.528919, 31.155877], [119.531018, 31.159452], [119.52751, 31.161254], [119.51641, 31.1615], [119.511518, 31.157029], [119.503371, 31.157866], [119.491168, 31.166239], [119.485187, 31.166611], [119.481776, 31.164257], [119.481089, 31.15566], [119.478808, 31.153522], [119.476656, 31.153239], [119.476336, 31.156495], [119.472582, 31.160566], [119.463793, 31.158248], [119.455126, 31.158493], [119.445773, 31.17066], [119.446047, 31.174707], [119.444178, 31.17641], [119.440066, 31.175607], [119.430575, 31.178554], [119.425837, 31.178103], [119.42525, 31.180711], [119.428142, 31.184747], [119.425128, 31.186747], [119.422831, 31.186797], [119.418864, 31.180292], [119.413104, 31.174959], [119.408671, 31.175173], [119.403986, 31.18452], [119.395205, 31.181219], [119.392024, 31.177393], [119.393706, 31.176], [119.39007, 31.172333], [119.385981, 31.170168], [119.380724, 31.170721], [119.387332, 31.180464], [119.385511, 31.186351], [119.389483, 31.194768], [119.402308, 31.193855], [119.402797, 31.19679], [119.391742, 31.200641], [119.38901, 31.200234], [119.385241, 31.192273], [119.382846, 31.193205], [119.373492, 31.189781], [119.363612, 31.195792], [119.360263, 31.196146], [119.35805, 31.199998], [119.355586, 31.213635], [119.35658, 31.217068], [119.359324, 31.217756], [119.362346, 31.22419], [119.35715, 31.228182], [119.35992, 31.234927], [119.356708, 31.238466], [119.363521, 31.242015], [119.366237, 31.247113], [119.369624, 31.249514], [119.370777, 31.253721], [119.368824, 31.258786], [119.370914, 31.260697], [119.375453, 31.260701], [119.375843, 31.267789], [119.375148, 31.271699], [119.369072, 31.270461], [119.364643, 31.272046], [119.366566, 31.282947], [119.360599, 31.286897], [119.360523, 31.291384], [119.362484, 31.291726], [119.363354, 31.293838], [119.35622, 31.299135], [119.356762, 31.302087], [119.348667, 31.304642], [119.342436, 31.302085], [119.344311, 31.301936], [119.345875, 31.295337], [119.343288, 31.296385], [119.341221, 31.295213], [119.346478, 31.285411], [119.343197, 31.283499], [119.342304, 31.278974], [119.335206, 31.277306], [119.341358, 31.265073], [119.344852, 31.264716], [119.346248, 31.262865], [119.345013, 31.26039], [119.342342, 31.259704], [119.337101, 31.26147], [119.334947, 31.266236], [119.314014, 31.266179], [119.297901, 31.271486], [119.289929, 31.266207], [119.286996, 31.261837], [119.282169, 31.259982], [119.280803, 31.262053], [119.275667, 31.262464], [119.269527, 31.25653], [119.261058, 31.256231], [119.258119, 31.262103], [119.247957, 31.267031], [119.244514, 31.263681], [119.245806, 31.261073], [119.244102, 31.258], [119.238253, 31.255565], [119.233902, 31.256173], [119.227092, 31.263136], [119.222675, 31.264105], [119.219122, 31.267784], [119.212405, 31.270282], [119.213786, 31.272808], [119.209301, 31.277039], [119.206439, 31.277366], [119.20246, 31.274964], [119.19883, 31.267797], [119.194461, 31.26954], [119.192431, 31.27805], [119.195568, 31.296132], [119.194866, 31.297683], [119.191689, 31.298097], [119.185306, 31.297184], [119.180722, 31.303464], [119.176029, 31.302533], [119.169978, 31.295382], [119.162069, 31.293885], [119.152813, 31.296694], [119.146182, 31.291016], [119.148326, 31.284784], [119.145577, 31.283149], [119.140246, 31.274755], [119.132892, 31.270396], [119.12704, 31.263776], [119.115161, 31.263774], [119.110911, 31.261053], [119.110736, 31.259483], [119.101283, 31.255222], [119.09978, 31.251656], [119.100265, 31.237872], [119.099039, 31.235745], [119.095416, 31.236365], [119.095309, 31.238686], [119.091929, 31.24281], [119.08932, 31.243288], [119.084193, 31.242751], [119.077418, 31.23409], [119.074237, 31.233571], [119.065242, 31.239252], [119.053797, 31.240569], [119.052249, 31.239704], [119.053065, 31.2363], [119.04764, 31.232541], [119.037882, 31.236878], [119.033862, 31.242412], [119.030619, 31.237969], [119.014361, 31.245145], [119.006617, 31.244662], [119.004748, 31.239105], [118.986155, 31.231984], [118.979715, 31.235384], [118.975108, 31.24004], [118.968241, 31.237729], [118.96609, 31.237813], [118.967135, 31.240047], [118.963091, 31.241804], [118.957431, 31.238721], [118.939323, 31.239019], [118.927683, 31.242683], [118.92335, 31.24165], [118.913623, 31.246459], [118.899768, 31.235046], [118.879333, 31.231595], [118.877941, 31.240175], [118.868616, 31.240787], [118.864919, 31.244531], [118.834755, 31.238337], [118.826519, 31.231562], [118.819514, 31.232349], [118.815675, 31.236565], [118.812549, 31.237476], [118.806242, 31.236411], [118.79751, 31.230602], [118.789976, 31.231602], [118.782052, 31.236371], [118.775636, 31.242716], [118.773822, 31.24896], [118.77504, 31.261286], [118.770307, 31.267456], [118.764519, 31.270909], [118.75748, 31.278838], [118.748893, 31.281917], [118.722724, 31.28391], [118.704112, 31.298171], [118.696491, 31.301914], [118.697863, 31.304582], [118.713255, 31.297197], [118.714945, 31.324927], [118.729841, 31.347308], [118.740487, 31.374648], [118.749529, 31.38743], [118.760255, 31.391129], [118.761441, 31.386222], [118.765627, 31.379696], [118.761568, 31.366341], [118.764225, 31.365066], [118.779838, 31.370705], [118.795184, 31.371039], [118.806267, 31.373549], [118.821456, 31.379782], [118.832449, 31.387878], [118.838568, 31.394556], [118.847505, 31.399428], [118.850228, 31.407435], [118.87129, 31.436381], [118.876439, 31.450023], [118.873961, 31.483172], [118.878197, 31.500157], [118.88247, 31.531316], [118.880855, 31.535543], [118.878385, 31.537328], [118.875746, 31.535859], [118.871855, 31.540627], [118.87078, 31.552448], [118.864005, 31.557211], [118.864958, 31.559862], [118.872832, 31.564356], [118.87609, 31.564317], [118.878958, 31.56765], [118.878676, 31.570073], [118.875746, 31.571455], [118.862471, 31.573312], [118.865546, 31.577059], [118.867949, 31.575868], [118.865508, 31.57598], [118.864485, 31.573797], [118.866461, 31.572975], [118.868353, 31.574275], [118.868903, 31.584025], [118.872214, 31.592321], [118.868918, 31.594827], [118.858817, 31.593367], [118.855002, 31.597097], [118.856719, 31.598776], [118.863913, 31.599888], [118.867881, 31.606588], [118.866775, 31.611307], [118.860893, 31.613721], [118.863441, 31.617982], [118.859375, 31.618984], [118.858138, 31.617755], [118.855095, 31.621269], [118.856292, 31.626055], [118.8553, 31.628391], [118.841233, 31.627168], [118.838823, 31.628798], [118.837478, 31.634794], [118.828902, 31.635752], [118.828735, 31.633197], [118.822387, 31.631386], [118.814216, 31.632264], [118.815071, 31.626118], [118.81047, 31.622356], [118.798995, 31.620852], [118.795806, 31.623021], [118.790061, 31.631394], [118.787116, 31.631839], [118.78672, 31.640246], [118.783553, 31.648146], [118.777229, 31.656014], [118.778076, 31.658815], [118.784622, 31.661327], [118.791778, 31.666932], [118.790438, 31.671468], [118.783829, 31.67666], [118.782646, 31.675126], [118.779709, 31.675349], [118.77504, 31.679163], [118.774467, 31.681856], [118.76899, 31.684145], [118.762528, 31.680437], [118.745352, 31.681255], [118.742729, 31.679045], [118.743233, 31.675402], [118.738423, 31.669906], [118.741844, 31.666903], [118.74103, 31.662113], [118.739131, 31.65678], [118.733567, 31.649159], [118.73157, 31.636707], [118.728174, 31.634787], [118.722906, 31.636179], [118.721357, 31.634125], [118.722689, 31.631333], [118.721741, 31.630139], [118.713701, 31.62993], [118.709308, 31.636325], [118.710366, 31.641012], [118.707706, 31.64512], [118.705615, 31.645297], [118.703238, 31.640904], [118.693468, 31.64245], [118.686774, 31.641744], [118.684432, 31.637903], [118.681388, 31.636476], [118.665588, 31.643986], [118.662398, 31.644575], [118.656438, 31.641883], [118.651791, 31.643473], [118.647198, 31.648712], [118.638655, 31.652403], [118.639357, 31.657662], [118.642508, 31.663125], [118.642425, 31.668438], [118.637538, 31.673839], [118.640167, 31.680829], [118.651161, 31.680259], [118.659653, 31.682669], [118.665802, 31.699221], [118.677398, 31.701086], [118.683777, 31.70551], [118.685883, 31.709524], [118.686234, 31.717579], [118.680946, 31.71674], [118.680237, 31.718149], [118.685433, 31.722997], [118.672852, 31.730983], [118.659905, 31.733052], [118.652543, 31.732501], [118.647364, 31.734504], [118.6456, 31.742151], [118.636238, 31.747425], [118.639374, 31.751598], [118.641475, 31.749618], [118.643372, 31.752921], [118.63823, 31.755679], [118.637261, 31.761309], [118.622177, 31.761403], [118.612313, 31.753246], [118.603669, 31.760889], [118.596711, 31.759705], [118.586549, 31.746027], [118.567543, 31.742804], [118.565521, 31.748751], [118.55906, 31.744202], [118.55394, 31.737028], [118.553872, 31.733075], [118.549965, 31.732174], [118.546639, 31.732408], [118.542397, 31.737944], [118.538147, 31.736514], [118.539322, 31.735172], [118.53833, 31.733313], [118.534386, 31.73362], [118.53363, 31.737498], [118.529922, 31.741846], [118.52385, 31.739044], [118.523254, 31.744811], [118.515511, 31.745226], [118.515624, 31.748061], [118.523598, 31.753688], [118.528877, 31.751829], [118.533188, 31.752798], [118.531264, 31.759261], [118.533477, 31.762216], [118.540161, 31.759673], [118.541749, 31.761076], [118.528134, 31.769021], [118.516648, 31.763799], [118.509353, 31.76865], [118.504488, 31.767817], [118.497208, 31.777163], [118.48351, 31.778974], [118.478027, 31.783115], [118.477954, 31.793574], [118.499002, 31.842554], [118.484085, 31.845713], [118.469974, 31.852424], [118.461485, 31.859774], [118.459374, 31.865545], [118.461305, 31.870864], [118.468535, 31.871422], [118.475122, 31.877197], [118.47307, 31.885183], [118.462564, 31.887002], [118.446866, 31.886076], [118.444451, 31.888908], [118.437605, 31.89115], [118.429589, 31.901564], [118.420542, 31.895797], [118.418398, 31.888825], [118.415651, 31.887382], [118.409158, 31.888922], [118.409403, 31.89212], [118.404345, 31.897676], [118.404673, 31.911945], [118.388223, 31.918468], [118.377672, 31.909819], [118.370424, 31.912697], [118.368143, 31.915765], [118.375231, 31.919467], [118.3697, 31.924105], [118.369043, 31.928977], [118.363375, 31.930749], [118.357752, 31.92922], [118.354197, 31.933753], [118.355067, 31.937249], [118.359225, 31.937608], [118.363847, 31.943427], [118.361681, 31.948847], [118.362109, 31.955404], [118.36301, 31.958625], [118.366786, 31.961145], [118.365932, 31.964982], [118.364245, 31.965091], [118.362971, 31.967805], [118.377185, 31.969045], [118.366328, 31.986011], [118.370921, 31.986135], [118.377579, 31.981257], [118.383952, 31.985817], [118.383861, 31.988744], [118.38837, 31.991085], [118.390529, 31.994557], [118.383037, 32.004044], [118.383335, 32.01476], [118.385753, 32.019821], [118.388172, 32.020699], [118.392117, 32.01846], [118.396549, 32.018821], [118.396084, 32.023308], [118.393795, 32.026261], [118.381641, 32.028755], [118.376896, 32.033056], [118.379284, 32.038807], [118.386864, 32.046125], [118.384618, 32.054728], [118.380998, 32.056843], [118.377947, 32.061493], [118.38729, 32.064168], [118.389319, 32.066467], [118.391567, 32.073942], [118.389638, 32.078697], [118.40649, 32.082723], [118.409215, 32.088058], [118.427995, 32.088591], [118.429928, 32.092357], [118.442652, 32.096348], [118.44424, 32.09965], [118.460081, 32.10495], [118.465507, 32.11022], [118.469793, 32.118902], [118.477903, 32.119152], [118.482876, 32.122345], [118.488754, 32.123572], [118.495438, 32.12295], [118.489422, 32.134316], [118.4945, 32.143843], [118.499387, 32.14131], [118.5012, 32.143202], [118.492921, 32.163085], [118.489602, 32.163949], [118.489923, 32.175472], [118.491719, 32.181786], [118.494281, 32.183851], [118.499265, 32.18228], [118.503363, 32.185188], [118.504286, 32.196688], [118.513047, 32.191272], [118.517748, 32.190406], [118.526444, 32.197971], [118.534546, 32.194612], [118.543316, 32.197167], [118.545823, 32.201825], [118.556576, 32.199099], [118.561166, 32.201839], [118.560401, 32.204924], [118.566123, 32.210463], [118.571191, 32.209274], [118.571003, 32.204635], [118.57301, 32.201995], [118.580547, 32.201041], [118.5857, 32.202774], [118.588976, 32.196911], [118.593213, 32.202056], [118.602896, 32.20381], [118.612174, 32.207787], [118.623751, 32.204536], [118.63198, 32.209833], [118.638583, 32.211837], [118.661052, 32.236459], [118.670491, 32.25374], [118.669849, 32.258099], [118.660591, 32.260489], [118.654479, 32.266322], [118.654431, 32.269239], [118.665758, 32.288297], [118.663255, 32.297745], [118.654538, 32.298769], [118.652179, 32.301895], [118.652754, 32.304989], [118.655606, 32.307855], [118.667166, 32.313286], [118.678387, 32.327114], [118.690217, 32.331528], [118.698721, 32.33156], [118.702462, 32.33695], [118.70186, 32.341566], [118.692094, 32.345007], [118.687562, 32.354395], [118.691041, 32.369764], [118.697542, 32.369825], [118.698556, 32.371034], [118.696413, 32.381754], [118.692072, 32.385965], [118.688623, 32.38439], [118.683187, 32.385215], [118.67473, 32.391466], [118.673235, 32.395041], [118.680483, 32.407572], [118.683756, 32.421034], [118.681536, 32.431627], [118.687274, 32.466639], [118.685885, 32.475115], [118.67866, 32.475096], [118.667621, 32.472044], [118.647347, 32.478724], [118.63827, 32.472556], [118.622271, 32.470435], [118.606402, 32.47343], [118.593158, 32.478942], [118.588611, 32.482383], [118.587001, 32.485664], [118.588222, 32.50489], [118.601161, 32.502822], [118.604488, 32.505016], [118.611217, 32.512618], [118.610591, 32.5204], [118.608814, 32.524429], [118.605052, 32.522392], [118.601544, 32.522658], [118.599842, 32.534114], [118.604046, 32.539749], [118.592174, 32.547355], [118.572422, 32.554638], [118.559353, 32.564785], [118.558292, 32.568615], [118.564282, 32.588093], [118.578908, 32.597355], [118.597279, 32.600841], [118.605992, 32.599365], [118.622853, 32.59111], [118.625546, 32.584865], [118.630383, 32.581931], [118.636242, 32.585509], [118.643788, 32.593162], [118.647763, 32.599772], [118.649823, 32.600413], [118.677106, 32.593486], [118.683713, 32.589663], [118.693967, 32.588973], [118.695805, 32.589976], [118.695569, 32.600943], [118.690602, 32.603617], [118.691159, 32.607722], [118.71462, 32.612181], [118.719937, 32.608607], [118.721486, 32.596277], [118.728269, 32.592489], [118.732236, 32.591208], [118.737409, 32.592615], [118.738041, 32.599404], [118.745717, 32.600004], [118.749578, 32.602171], [118.746378, 32.606379], [118.756383, 32.606764], [118.769895, 32.601114], [118.7721, 32.59873], [118.770543, 32.592237], [118.782178, 32.584829], [118.799382, 32.586786], [118.798223, 32.592645], [118.803479, 32.599992], [118.812429, 32.604379], [118.819722, 32.604051], [118.818639, 32.591378], [118.81339, 32.589967], [118.811818, 32.588067], [118.812413, 32.582917], [118.820537, 32.573004], [118.839749, 32.569436], [118.870259, 32.583008], [118.877317, 32.587407], [118.879873, 32.592148], [118.897573, 32.58598], [118.891385, 32.579113], [118.890042, 32.564179], [118.882497, 32.560261], [118.882596, 32.554924], [118.890042, 32.551312], [118.898259, 32.556774], [118.902509, 32.555905], [118.906262, 32.552277], [118.910672, 32.55193], [118.912289, 32.554253], [118.908322, 32.557469], [118.908589, 32.561402], [118.929265, 32.559734], [118.935323, 32.550613], [118.944432, 32.545304], [118.961796, 32.529632], [118.964734, 32.523662], [118.962902, 32.519409], [118.970394, 32.507156], [118.993397, 32.505992], [119.013552, 32.518533], [119.026021, 32.518771], [119.034904, 32.516059], [119.041433, 32.496476], [119.055415, 32.488549], [119.060708, 32.476882], [119.060027, 32.469548], [119.056116, 32.463237], [119.062895, 32.463554], [119.067012, 32.461342], [119.071578, 32.455268], [119.077207, 32.452261], [119.079676, 32.452563], [119.086251, 32.459423], [119.085009, 32.468811], [119.089149, 32.477078], [119.095894, 32.473834], [119.115356, 32.482134], [119.125139, 32.495365], [119.133245, 32.494331], [119.147163, 32.505903], [119.149625, 32.513541], [119.144802, 32.525336], [119.145999, 32.535435], [119.151739, 32.537986], [119.15484, 32.536688], [119.154062, 32.534201], [119.158627, 32.534405], [119.161851, 32.538391], [119.159021, 32.546089], [119.152519, 32.554833], [119.146975, 32.558562], [119.15549, 32.567741], [119.168183, 32.577723], [119.172282, 32.585525], [119.17135, 32.595599], [119.179789, 32.600805], [119.182939, 32.600318], [119.184411, 32.598203], [119.183291, 32.59039], [119.187319, 32.582895], [119.206147, 32.570522], [119.216385, 32.579972], [119.212032, 32.582145], [119.211387, 32.593308], [119.223252, 32.605635], [119.223437, 32.612472], [119.215143, 32.61106], [119.21013, 32.612104], [119.203391, 32.616402], [119.204202, 32.620568], [119.214614, 32.630179], [119.213243, 32.63212], [119.20936, 32.631281], [119.207083, 32.632585], [119.203405, 32.643753], [119.20598, 32.694822], [119.205116, 32.728678], [119.179513, 32.827807], [119.126652, 32.82743], [119.107648, 32.829615], [119.094812, 32.833467], [119.071455, 32.859991], [119.057657, 32.868957], [119.053015, 32.868225], [119.047991, 32.873553], [119.047437, 32.883718], [119.039352, 32.894467], [119.040389, 32.900572], [119.039409, 32.912832], [119.029465, 32.909704], [119.00977, 32.908803], [119.008884, 32.912667], [119.012222, 32.924603], [119.015771, 32.927239], [119.023743, 32.927393], [119.024642, 32.929656], [119.019794, 32.949373], [119.016443, 32.955228], [119.003751, 32.961694], [118.996612, 32.963361], [118.986525, 32.962919], [118.987276, 32.960159], [118.980457, 32.957065], [118.957589, 32.948649], [118.943669, 32.947609], [118.934157, 32.943777], [118.929461, 32.939348], [118.899634, 32.947421], [118.898865, 32.945513], [118.887084, 32.942588], [118.885289, 32.953115], [118.889557, 32.961043], [118.886267, 32.961962], [118.843448, 32.960086], [118.835567, 32.945845], [118.843544, 32.933891], [118.842244, 32.924442], [118.831145, 32.919242], [118.824433, 32.918893], [118.816331, 32.922675], [118.812011, 32.922802], [118.802475, 32.917041], [118.802701, 32.911671], [118.807437, 32.903193], [118.809484, 32.890324], [118.806613, 32.880182], [118.808695, 32.86198], [118.805372, 32.85591], [118.789898, 32.853953], [118.7842, 32.849855], [118.776646, 32.850609], [118.76557, 32.854624], [118.762511, 32.853014], [118.749363, 32.85966], [118.740673, 32.858442], [118.733563, 32.853567], [118.738632, 32.822745], [118.741066, 32.816836], [118.739739, 32.80522], [118.735107, 32.802722], [118.731941, 32.7956], [118.732947, 32.783732], [118.730147, 32.772554], [118.738483, 32.762823], [118.74532, 32.759159], [118.750733, 32.75059], [118.751773, 32.74225], [118.755151, 32.740249], [118.754614, 32.739181], [118.748786, 32.736967], [118.742507, 32.738413], [118.729751, 32.734675], [118.721785, 32.727709], [118.699927, 32.723155], [118.652442, 32.738033], [118.648448, 32.740324], [118.647747, 32.744362], [118.632369, 32.747879], [118.60929, 32.741512], [118.606284, 32.739189], [118.606185, 32.736229], [118.601996, 32.72961], [118.575659, 32.724121], [118.562674, 32.727123], [118.552774, 32.732642], [118.535986, 32.731484], [118.512488, 32.726617], [118.478613, 32.722468], [118.464408, 32.723313], [118.453544, 32.727214], [118.44969, 32.733243], [118.448241, 32.743166], [118.446364, 32.745485], [118.43907, 32.741663], [118.432806, 32.731187], [118.425145, 32.722727], [118.418443, 32.718036], [118.407575, 32.718439], [118.387907, 32.722372], [118.375494, 32.719694], [118.364774, 32.72069], [118.360289, 32.72872], [118.362188, 32.740603], [118.365305, 32.74384], [118.365919, 32.755591], [118.358275, 32.77405], [118.33795, 32.775351], [118.331519, 32.769252], [118.329535, 32.763648], [118.319815, 32.762664], [118.317374, 32.764144], [118.319946, 32.772835], [118.319594, 32.776748], [118.313994, 32.781638], [118.304137, 32.781097], [118.296082, 32.7848], [118.291625, 32.79951], [118.293494, 32.802925], [118.299472, 32.80724], [118.300197, 32.818168], [118.293733, 32.844245], [118.284408, 32.848636], [118.280435, 32.854107], [118.28094, 32.859029], [118.259681, 32.857675], [118.251325, 32.8535], [118.252972, 32.850507], [118.247264, 32.846719], [118.238937, 32.855244], [118.239669, 32.879998], [118.23529, 32.883008], [118.222939, 32.926701], [118.23661, 32.938625], [118.286976, 32.949504], [118.304248, 32.961324], [118.304773, 32.964898], [118.304286, 32.967226], [118.294056, 32.971389], [118.263759, 32.972354], [118.256036, 32.975597], [118.251072, 32.979689], [118.239314, 32.997016], [118.2375, 33.035997], [118.231339, 33.055471], [118.226807, 33.064603], [118.220354, 33.061487], [118.205882, 33.06323], [118.209505, 33.072387], [118.222811, 33.073852], [118.219665, 33.086101], [118.204857, 33.088688], [118.200289, 33.091097], [118.200322, 33.09245], [118.203246, 33.092462], [118.21931, 33.089459], [118.219058, 33.100399], [118.216301, 33.107784], [118.204211, 33.106227], [118.197705, 33.111918], [118.198133, 33.113556], [118.215463, 33.116051], [118.21807, 33.155035], [118.217535, 33.159053], [118.214277, 33.162065], [118.2171, 33.165134], [118.217599, 33.177153], [118.213849, 33.18828], [118.207267, 33.199153], [118.196097, 33.209327], [118.189573, 33.213177], [118.172659, 33.218105], [118.165696, 33.216448], [118.158622, 33.210472], [118.152169, 33.200259], [118.150944, 33.195424], [118.154505, 33.180671], [118.15247, 33.176374], [118.145373, 33.170725], [118.084004, 33.152441], [118.065009, 33.141747], [118.059201, 33.141351], [118.056682, 33.14893], [118.036788, 33.153454], [118.039533, 33.139984], [118.032275, 33.137139], [118.030537, 33.154937], [118.019644, 33.158295], [118.00774, 33.168366], [118.000966, 33.171368], [117.999938, 33.173629], [118.001006, 33.179206], [117.995318, 33.180888], [117.985448, 33.180149], [117.973876, 33.203687], [117.977099, 33.204457], [117.979952, 33.207834], [117.982056, 33.21998], [117.973947, 33.228668], [117.966777, 33.230003], [117.956155, 33.224234], [117.950503, 33.223831], [117.939295, 33.226292], [117.935253, 33.231984], [117.935696, 33.23579], [117.94182, 33.244913], [117.943295, 33.252074], [117.942157, 33.257902], [117.938807, 33.262691], [117.939313, 33.266002], [117.946368, 33.271888], [117.966707, 33.280867], [117.969574, 33.289188], [117.974215, 33.29533], [117.978388, 33.297962], [117.978793, 33.315712], [117.982002, 33.320788], [117.986059, 33.335324], [117.969501, 33.337023], [117.964292, 33.342515], [117.96455, 33.351182], [117.979719, 33.3508], [117.990657, 33.348712], [118.008516, 33.356985], [118.018704, 33.371711], [118.023191, 33.39235], [118.011184, 33.404914], [118.018086, 33.427581], [118.019014, 33.446614], [118.025468, 33.461218], [118.033353, 33.470548], [118.038742, 33.472701], [118.044235, 33.493425], [118.055583, 33.492281], [118.101333, 33.476823], [118.10231, 33.480818], [118.101157, 33.505239], [118.103563, 33.516391], [118.104371, 33.538981], [118.112159, 33.595489], [118.109649, 33.609863], [118.106405, 33.618201], [118.115199, 33.62361], [118.162975, 33.665256], [118.15999, 33.675179], [118.158401, 33.693843], [118.16002, 33.709145], [118.151021, 33.723417], [118.156677, 33.732081], [118.160333, 33.733957], [118.169273, 33.731546], [118.175003, 33.733127], [118.180783, 33.743022], [118.180417, 33.746127], [118.157979, 33.752267], [118.143438, 33.747761], [118.136003, 33.748906], [118.124648, 33.754925], [118.110562, 33.770371], [118.105553, 33.771645], [118.098374, 33.766361], [118.059977, 33.767041], [118.059209, 33.762433], [118.041498, 33.752808], [118.024585, 33.749455], [118.02288, 33.747826], [118.024055, 33.744544], [118.022697, 33.741608], [118.016758, 33.739886], [118.014472, 33.740103], [118.013243, 33.747354], [118.00811, 33.750214], [118.004489, 33.750454], [118.003578, 33.747403], [117.998378, 33.746448], [117.972318, 33.749341], [117.967097, 33.751416], [117.966392, 33.755216], [117.962528, 33.76021], [117.955064, 33.761985], [117.951794, 33.758809], [117.948536, 33.747928], [117.947362, 33.73131], [117.926631, 33.727531], [117.913174, 33.735467], [117.910326, 33.739951], [117.895113, 33.737289], [117.892398, 33.735106], [117.891814, 33.733299], [117.896345, 33.724146], [117.884205, 33.729244], [117.874635, 33.729427], [117.849447, 33.73643], [117.838928, 33.737631], [117.830678, 33.735631], [117.821349, 33.738843], [117.811076, 33.736072], [117.800148, 33.737668], [117.786126, 33.734794], [117.782541, 33.729599], [117.772519, 33.724005], [117.76227, 33.723578], [117.757456, 33.719118], [117.754054, 33.718181], [117.732636, 33.72686], [117.726915, 33.735809], [117.719809, 33.738811], [117.717312, 33.74204], [117.718081, 33.747403], [117.728603, 33.747927], [117.738357, 33.764989], [117.734529, 33.776791], [117.745761, 33.796852], [117.746753, 33.814064], [117.740499, 33.82161], [117.740135, 33.827605], [117.745185, 33.831879], [117.749902, 33.842331], [117.74908, 33.852404], [117.754842, 33.875542], [117.752973, 33.887444], [117.747043, 33.890714], [117.731346, 33.894011], [117.717525, 33.888793], [117.717781, 33.882387], [117.712692, 33.881078], [117.704431, 33.883214], [117.696034, 33.895572], [117.695326, 33.902558], [117.685817, 33.922245], [117.678655, 33.927825], [117.668741, 33.929791], [117.665271, 33.93391], [117.665125, 33.941591], [117.668389, 33.944256], [117.670041, 33.948407], [117.659283, 33.959386], [117.65455, 33.972995], [117.662447, 33.986693], [117.665748, 33.987896], [117.664711, 33.996114], [117.657473, 34.002885], [117.639134, 34.011405], [117.621127, 34.025763], [117.61765, 34.034347], [117.601172, 34.035199], [117.6011, 34.026863], [117.605164, 34.026804], [117.613043, 34.01846], [117.612578, 34.016406], [117.608388, 34.014075], [117.607404, 34.011166], [117.606819, 34.00688], [117.609214, 34.00503], [117.609401, 34.002025], [117.60715, 33.999671], [117.593617, 33.997237], [117.584186, 33.997415], [117.583414, 33.986467], [117.570294, 33.980425], [117.558758, 33.979729], [117.558185, 33.989767], [117.560461, 33.992982], [117.560698, 33.997257], [117.551716, 34.005081], [117.537564, 34.009077], [117.535661, 34.022653], [117.540599, 34.046119], [117.521679, 34.057851], [117.512773, 34.05973], [117.508375, 34.062286], [117.503818, 34.062321], [117.493869, 34.048473], [117.491251, 34.047375], [117.474555, 34.048911], [117.467784, 34.043513], [117.449202, 34.035565], [117.4507, 34.026818], [117.429369, 34.027723], [117.42909, 34.025027], [117.425619, 34.02349], [117.408558, 34.02244], [117.407141, 34.025421], [117.393568, 34.029268], [117.394703, 34.045571], [117.389405, 34.05359], [117.383502, 34.058778], [117.370699, 34.057176], [117.365235, 34.061482], [117.371423, 34.068509], [117.371912, 34.075723], [117.366894, 34.080016], [117.362111, 34.080583], [117.352441, 34.08522], [117.352483, 34.088669], [117.313858, 34.085123], [117.310904, 34.078531], [117.310616, 34.071082], [117.307886, 34.065742], [117.300748, 34.064531], [117.2843, 34.07], [117.286387, 34.077483], [117.266249, 34.076975], [117.227618, 34.065626], [117.21971, 34.066149], [117.209742, 34.072761], [117.202308, 34.070151], [117.174942, 34.071445], [117.173576, 34.071675], [117.173847, 34.074022], [117.159126, 34.078445], [117.143598, 34.079875], [117.152548, 34.100995], [117.145318, 34.101933], [117.14289, 34.099418], [117.133944, 34.100246], [117.113837, 34.104983], [117.115907, 34.110591], [117.118354, 34.111835], [117.13082, 34.1114], [117.131606, 34.115578], [117.123807, 34.127081], [117.115346, 34.129797], [117.099013, 34.131247], [117.092752, 34.137772], [117.092763, 34.140115], [117.089127, 34.144542], [117.064397, 34.144374], [117.062705, 34.152536], [117.050807, 34.156021], [117.028004, 34.166806], [117.019967, 34.168506], [117.021693, 34.182762], [117.023372, 34.18572], [117.042479, 34.204909], [117.039618, 34.225603], [117.036337, 34.233719], [117.044438, 34.238388], [117.043926, 34.244752], [117.038643, 34.249821], [117.034227, 34.249163], [117.023808, 34.242244], [117.013897, 34.243892], [117.016202, 34.255976], [117.0145, 34.260019], [117.012588, 34.261184], [116.998574, 34.256238], [116.993851, 34.260023], [116.996133, 34.261136], [116.993148, 34.268587], [116.984096, 34.272714], [116.97726, 34.278489], [116.969628, 34.288778], [116.96621, 34.30192], [116.971982, 34.30473], [116.971491, 34.318891], [116.969621, 34.320253], [116.963946, 34.320077], [116.963888, 34.324445], [116.967081, 34.331995], [116.976293, 34.34336], [116.977638, 34.355044], [116.974239, 34.360069], [116.953887, 34.365611], [116.96317, 34.387791], [116.965541, 34.388134], [116.96544, 34.392726], [116.952807, 34.394838], [116.950519, 34.393455], [116.925751, 34.40217], [116.911425, 34.405173], [116.89463, 34.404601], [116.883705, 34.405971], [116.877328, 34.408288], [116.876976, 34.411916], [116.872237, 34.411247], [116.867421, 34.407105], [116.86643, 34.393103], [116.85718, 34.397537], [116.848087, 34.398461], [116.838273, 34.395337], [116.828384, 34.385898], [116.811255, 34.406956], [116.804532, 34.409729], [116.78791, 34.421353], [116.784455, 34.428189], [116.777168, 34.431556], [116.777206, 34.43996], [116.771462, 34.451533], [116.751534, 34.465332], [116.741271, 34.469012], [116.734462, 34.467519], [116.727675, 34.468221], [116.710219, 34.474902], [116.657895, 34.473953], [116.633489, 34.482355], [116.625682, 34.483063], [116.623724, 34.485073], [116.624662, 34.486003], [116.616334, 34.487684], [116.579701, 34.486983], [116.572664, 34.48528], [116.567699, 34.486617], [116.563462, 34.492739], [116.564171, 34.497564], [116.570829, 34.499706], [116.582529, 34.495262], [116.5895, 34.496376], [116.595366, 34.505708], [116.594147, 34.5136], [116.589031, 34.514079], [116.582988, 34.511571], [116.57672, 34.517093], [116.575454, 34.524138], [116.554005, 34.532914], [116.550103, 34.538103], [116.542054, 34.543191], [116.524081, 34.540986], [116.515182, 34.542528], [116.51451, 34.547592], [116.516634, 34.551179], [116.519992, 34.551416], [116.520159, 34.554369], [116.512253, 34.557546], [116.505492, 34.55688], [116.489127, 34.566652], [116.487039, 34.570219], [116.488055, 34.584522], [116.493575, 34.584637], [116.495406, 34.590329], [116.481743, 34.590897], [116.476526, 34.594023], [116.477776, 34.60756], [116.475755, 34.611531], [116.457266, 34.611815], [116.451366, 34.623011], [116.438317, 34.622976], [116.432857, 34.625163], [116.431015, 34.631074], [116.43225, 34.642575], [116.424854, 34.65234], [116.412346, 34.650501], [116.404052, 34.643606], [116.399769, 34.646931], [116.391288, 34.648507], [116.386464, 34.638032], [116.381702, 34.634616], [116.37516, 34.637963], [116.369743, 34.637013], [116.362124, 34.647212], [116.362257, 34.652316], [116.367655, 34.653729], [116.375849, 34.661294], [116.375964, 34.674796], [116.37354, 34.680689], [116.380317, 34.69381], [116.389008, 34.699219], [116.389147, 34.702617], [116.378222, 34.718323], [116.372411, 34.719605], [116.371455, 34.716794], [116.367988, 34.714475], [116.362003, 34.714132], [116.355183, 34.720095], [116.358144, 34.725206], [116.362301, 34.725854], [116.36357, 34.730296], [116.356529, 34.738751], [116.357423, 34.747341], [116.359432, 34.750838], [116.371204, 34.74952], [116.390349, 34.751759], [116.394435, 34.766239], [116.398867, 34.770161], [116.398582, 34.787185], [116.395486, 34.811133], [116.406784, 34.816578], [116.405951, 34.824362], [116.40356, 34.824682], [116.400849, 34.8296], [116.403963, 34.835005], [116.407788, 34.848402], [116.407705, 34.850296], [116.404989, 34.850591], [116.40365, 34.853122], [116.409332, 34.864674], [116.416845, 34.869385], [116.430493, 34.884236], [116.43809, 34.888985], [116.43865, 34.896885], [116.44521, 34.895651], [116.449805, 34.897139], [116.450227, 34.901355], [116.470557, 34.897524], [116.495148, 34.902019], [116.498347, 34.906678], [116.509066, 34.908851], [116.517674, 34.907428], [116.517719, 34.904803], [116.545021, 34.910094], [116.553757, 34.909642], [116.601104, 34.921265], [116.6044, 34.924542], [116.60682, 34.924622], [116.614423, 34.9322], [116.615236, 34.934601], [116.612529, 34.935512], [116.61419, 34.938876], [116.617304, 34.94105], [116.626615, 34.94172], [116.633072, 34.937379], [116.634787, 34.933596], [116.65074, 34.930008], [116.65267, 34.930009], [116.652046, 34.933325], [116.653179, 34.934401], [116.670562, 34.935539], [116.67266, 34.940078], [116.67671, 34.94029], [116.683562, 34.937079], [116.69965, 34.937057], [116.700651, 34.93481], [116.715402, 34.926861], [116.729722, 34.925419], [116.748456, 34.918865], [116.746408, 34.909901], [116.749814, 34.908539], [116.762379, 34.917153], [116.775889, 34.917521], [116.78096, 34.940092], [116.781753, 34.938561], [116.783385, 34.938104], [116.783995, 34.939596], [116.792862, 34.934794], [116.792497, 34.945247], [116.786166, 34.946347], [116.786106, 34.948421], [116.785332, 34.946957], [116.781742, 34.946925], [116.781702, 34.949584], [116.777485, 34.950238], [116.773083, 34.962848], [116.774985, 34.960001], [116.77854, 34.959211], [116.780937, 34.97577], [116.796112, 34.970634], [116.79744, 34.938029], [116.793251, 34.932514], [116.793481, 34.929282], [116.806208, 34.928903], [116.801168, 34.937595], [116.800191, 34.968212], [116.810072, 34.962629], [116.810157, 34.955119], [116.809054, 34.95021], [116.807558, 34.950634], [116.807516, 34.943866], [116.812979, 34.94236], [116.812815, 34.938574], [116.809827, 34.938759], [116.809896, 34.927835], [116.843244, 34.923566], [116.847912, 34.921194], [116.857539, 34.911694], [116.868388, 34.908107], [116.875625, 34.907503], [116.8933, 34.900653], [116.900814, 34.902002], [116.900334, 34.910394], [116.902659, 34.911244], [116.920925, 34.901368], [116.920837, 34.897281], [116.917661, 34.897717], [116.916554, 34.896489], [116.916959, 34.874567], [116.919848, 34.872523], [116.93037, 34.877337], [116.935607, 34.874677], [116.9377, 34.869838], [116.944945, 34.867354], [116.9636, 34.870107], [116.964866, 34.851129], [116.97156, 34.840091], [116.989204, 34.801489], [116.999233, 34.788492], [117.010154, 34.779605], [117.041545, 34.766998], [117.044668, 34.759413], [117.047791, 34.73889], [117.061622, 34.727439], [117.06441, 34.718407], [117.074263, 34.703347], [117.073451, 34.698044], [117.066479, 34.692857], [117.053721, 34.666103], [117.052007, 34.654731], [117.054529, 34.64834], [117.061643, 34.643122], [117.074077, 34.640504], [117.122725, 34.644736], [117.125054, 34.635485], [117.128262, 34.635959], [117.131159, 34.633857], [117.131946, 34.629479], [117.126135, 34.62903], [117.129484, 34.611753], [117.133193, 34.605498], [117.14141, 34.599074], [117.153775, 34.563242], [117.154577, 34.557419], [117.150183, 34.557295], [117.150399, 34.548535], [117.14494, 34.54861], [117.143695, 34.540996], [117.145651, 34.514494], [117.148977, 34.505694], [117.168454, 34.508086], [117.174982, 34.491235], [117.171329, 34.489412], [117.173274, 34.483162], [117.183798, 34.485688], [117.198254, 34.472721], [117.204977, 34.48038], [117.211321, 34.477186], [117.208099, 34.473319], [117.214736, 34.468936], [117.218943, 34.473311], [117.222364, 34.471374], [117.224545, 34.46649], [117.21996, 34.457368], [117.220365, 34.454781], [117.228055, 34.455731], [117.231862, 34.454105], [117.233808, 34.451637], [117.231534, 34.445797], [117.236318, 34.44598], [117.25076, 34.454544], [117.252706, 34.457268], [117.254314, 34.466682], [117.252503, 34.469514], [117.26157, 34.476924], [117.262084, 34.481329], [117.257695, 34.486863], [117.253687, 34.498823], [117.256959, 34.502098], [117.26754, 34.503019], [117.268401, 34.504789], [117.264815, 34.515952], [117.26911, 34.522061], [117.261917, 34.529503], [117.262464, 34.534288], [117.280679, 34.534414], [117.291659, 34.538762], [117.296847, 34.5455], [117.296826, 34.550184], [117.2816, 34.556037], [117.27078, 34.554214], [117.266755, 34.557387], [117.275649, 34.564677], [117.279988, 34.566718], [117.286168, 34.56552], [117.289791, 34.566928], [117.293738, 34.572117], [117.299383, 34.574392], [117.30204, 34.574369], [117.2964, 34.5618], [117.297965, 34.559494], [117.305189, 34.555738], [117.306548, 34.556302], [117.306345, 34.560603], [117.308622, 34.561679], [117.319537, 34.563316], [117.320865, 34.563064], [117.320422, 34.561435], [117.325016, 34.560687], [117.325968, 34.565364], [117.32461, 34.569444], [117.321125, 34.571273], [117.319109, 34.568583], [117.313197, 34.567021], [117.310104, 34.57031], [117.311841, 34.57424], [117.319325, 34.573839], [117.332407, 34.576765], [117.336275, 34.580049], [117.336767, 34.583023], [117.342319, 34.585224], [117.361438, 34.581377], [117.369277, 34.584836], [117.396906, 34.570159], [117.397834, 34.55631], [117.403307, 34.540585], [117.404518, 34.543115], [117.41432, 34.542475], [117.418096, 34.541677], [117.421986, 34.537211], [117.419953, 34.532442], [117.419647, 34.518259], [117.423987, 34.518613], [117.432203, 34.528662], [117.436187, 34.529133], [117.439619, 34.51912], [117.451633, 34.505231], [117.456732, 34.491697], [117.461249, 34.488973], [117.470922, 34.488406], [117.480124, 34.485288], [117.48191, 34.479525], [117.480558, 34.475091], [117.482191, 34.470762], [117.489431, 34.469613], [117.495054, 34.470959], [117.498718, 34.473928], [117.510023, 34.47334], [117.523146, 34.469548], [117.533757, 34.468561], [117.539206, 34.473214], [117.539564, 34.476182], [117.545294, 34.477376], [117.565153, 34.463929], [117.583258, 34.46328], [117.597121, 34.476353], [117.597701, 34.481403], [117.60723, 34.493065], [117.621405, 34.489708], [117.628028, 34.491916], [117.633567, 34.49908], [117.644103, 34.497795], [117.655121, 34.503368], [117.655422, 34.50704], [117.658697, 34.511758], [117.666702, 34.515656], [117.675967, 34.527869], [117.67867, 34.54798], [117.709997, 34.543834], [117.747694, 34.534412], [117.782037, 34.52344], [117.791409, 34.522676], [117.793437, 34.528757], [117.787954, 34.549817], [117.791315, 34.557237], [117.78844, 34.561345], [117.789276, 34.566737], [117.787671, 34.579655], [117.784926, 34.58535], [117.787797, 34.592564], [117.793306, 34.625117], [117.785828, 34.646321], [117.788134, 34.65502], [117.792499, 34.654537], [117.800774, 34.648458], [117.799304, 34.644477], [117.806047, 34.645159], [117.818474, 34.652524], [117.837095, 34.651569], [117.845254, 34.64716], [117.856847, 34.647616], [117.860498, 34.651265], [117.869067, 34.653079], [117.87573, 34.650875], [117.882607, 34.645422], [117.897751, 34.64555], [117.904455, 34.672386], [117.909713, 34.671776], [117.918523, 34.664489], [117.917819, 34.660365], [117.921874, 34.657518], [117.92635, 34.657792], [117.941067, 34.672211], [117.942476, 34.677172], [117.945772, 34.679179], [117.957121, 34.680368], [117.972844, 34.672363], [117.985708, 34.668985], [117.984992, 34.662235], [118.00042, 34.650782], [118.006441, 34.649592], [118.009746, 34.64948], [118.013548, 34.656495], [118.022994, 34.659668], [118.043939, 34.653686], [118.05313, 34.656726], [118.068711, 34.658704], [118.072594, 34.65361], [118.080755, 34.652447], [118.081497, 34.655566], [118.095763, 34.656448], [118.097204, 34.647164], [118.089806, 34.635891], [118.095881, 34.628447], [118.109078, 34.619595], [118.10926, 34.614883], [118.096372, 34.595309], [118.085975, 34.585539], [118.076753, 34.581527], [118.072338, 34.57116], [118.093789, 34.564605], [118.101492, 34.56385], [118.107986, 34.558907], [118.113947, 34.5567], [118.124345, 34.559013], [118.132889, 34.558198], [118.138147, 34.552818], [118.146372, 34.54882], [118.15121, 34.549249], [118.152921, 34.553865], [118.183888, 34.544751], [118.179821, 34.539401], [118.17517, 34.538471], [118.170938, 34.539987], [118.162552, 34.528586], [118.161132, 34.523025], [118.16541, 34.51523], [118.158223, 34.50244], [118.133448, 34.502632], [118.121607, 34.486245], [118.129616, 34.483408], [118.135002, 34.475554], [118.135361, 34.477057], [118.141962, 34.475563], [118.140553, 34.472325], [118.16996, 34.456434], [118.175812, 34.451333], [118.179431, 34.434182], [118.166587, 34.413721], [118.17011, 34.409712], [118.171297, 34.404055], [118.169066, 34.396581], [118.16358, 34.391519], [118.164908, 34.382486], [118.172698, 34.380556], [118.176352, 34.388639], [118.180274, 34.389116], [118.184882, 34.381624], [118.199615, 34.377357], [118.211497, 34.378365], [118.210396, 34.382908], [118.214667, 34.40727], [118.223006, 34.401633], [118.228843, 34.400857], [118.237243, 34.406718], [118.244155, 34.407897], [118.262971, 34.406202], [118.282915, 34.413374], [118.284095, 34.420792], [118.294609, 34.426065], [118.314628, 34.42302], [118.34069, 34.422443], [118.347721, 34.419197], [118.370115, 34.415425], [118.372502, 34.418116], [118.372978, 34.421707], [118.378752, 34.42738], [118.393127, 34.428718], [118.40316, 34.434077], [118.407654, 34.442268], [118.407235, 34.453765], [118.409486, 34.472377], [118.431089, 34.507362], [118.433713, 34.519041], [118.433248, 34.527807], [118.426128, 34.556248], [118.419992, 34.566891], [118.417818, 34.576067], [118.421055, 34.590973], [118.419934, 34.596871], [118.417266, 34.599617], [118.417587, 34.609171], [118.420606, 34.612343], [118.42292, 34.611805], [118.425005, 34.614633], [118.431618, 34.628323], [118.446783, 34.618742], [118.465423, 34.622824], [118.470471, 34.622267], [118.471378, 34.638643], [118.466657, 34.643242], [118.462627, 34.64319], [118.455432, 34.657244], [118.458827, 34.669488], [118.462538, 34.674977], [118.469248, 34.676726], [118.481877, 34.664173], [118.488937, 34.663755], [118.491927, 34.665286], [118.497173, 34.67258], [118.502308, 34.689891], [118.504722, 34.691038], [118.525362, 34.686164], [118.528538, 34.694838], [118.526124, 34.695058], [118.518726, 34.701667], [118.52329, 34.711349], [118.521263, 34.713478], [118.541148, 34.719167], [118.551158, 34.71184], [118.587998, 34.715128], [118.58933, 34.71993], [118.599726, 34.715094], [118.602933, 34.711101], [118.59855, 34.702201], [118.599527, 34.690409], [118.613668, 34.694418], [118.619816, 34.692388], [118.630255, 34.684194], [118.634803, 34.691974], [118.641893, 34.698111], [118.667574, 34.697519], [118.674407, 34.679506], [118.681912, 34.679745], [118.694124, 34.685024], [118.707259, 34.693986], [118.726584, 34.695567], [118.739392, 34.698672], [118.756987, 34.707916], [118.766692, 34.715729], [118.771842, 34.721985], [118.77037, 34.73074], [118.765746, 34.737538], [118.756332, 34.745694], [118.737381, 34.735022], [118.730937, 34.734866], [118.721686, 34.747712], [118.713177, 34.746121], [118.705037, 34.749659], [118.70467, 34.751385], [118.710359, 34.766094], [118.72439, 34.770344], [118.734376, 34.768054], [118.736615, 34.782684], [118.732834, 34.782566], [118.725804, 34.785398], [118.722829, 34.788172], [118.725462, 34.791464], [118.738005, 34.793279], [118.741937, 34.791086], [118.749999, 34.790125], [118.769038, 34.797817], [118.767478, 34.807202], [118.772308, 34.821316], [118.782892, 34.829385], [118.77758, 34.834691], [118.76296, 34.835608], [118.756079, 34.841931], [118.759139, 34.849913], [118.760977, 34.851658], [118.767694, 34.846934], [118.781012, 34.844443], [118.782103, 34.849406], [118.776914, 34.851572], [118.779099, 34.85763], [118.780562, 34.85745], [118.787547, 34.846286], [118.792475, 34.844285], [118.799054, 34.848233], [118.801404, 34.85084], [118.802024, 34.85533], [118.800219, 34.867248], [118.794121, 34.875515], [118.802659, 34.88527], [118.811213, 34.889533], [118.812107, 34.894565], [118.810896, 34.897249], [118.818404, 34.909957], [118.842742, 34.931082], [118.8472, 34.932574], [118.847705, 34.930305], [118.845132, 34.926711], [118.855364, 34.926459], [118.856939, 34.928332], [118.852863, 34.939091], [118.857574, 34.946237], [118.859082, 34.95303], [118.851374, 34.965705], [118.857644, 34.985202], [118.862753, 34.994357], [118.86491, 34.995715], [118.862993, 35.005541], [118.85473, 35.024657], [118.863235, 35.033065], [118.873405, 35.035346], [118.878286, 35.034034], [118.882151, 35.035015], [118.900035, 35.045174], [118.904972, 35.05047], [118.9208, 35.052467], [118.933475, 35.045784], [118.950398, 35.044695], [118.97499, 35.048744], [118.982286, 35.047808], [118.983643, 35.04617], [119.007935, 35.055251], [119.0247, 35.056513], [119.029067, 35.052821], [119.043267, 35.049443], [119.05843, 35.052022], [119.065962, 35.057504], [119.069756, 35.058054], [119.088021, 35.057379], [119.094951, 35.056168], [119.094921, 35.054206], [119.098464, 35.051786], [119.110464, 35.051255], [119.121465, 35.05589], [119.115621, 35.065501], [119.114842, 35.07148], [119.116538, 35.073004], [119.121697, 35.073398], [119.130795, 35.084661], [119.13223, 35.09075], [119.128533, 35.09218], [119.126975, 35.097088], [119.146411, 35.101471], [119.158235, 35.100437], [119.163409, 35.107911], [119.193292, 35.111593], [119.193615, 35.112734], [119.195397, 35.110993], [119.203278, 35.10923], [119.218372, 35.108372], [119.224925, 35.11736], [119.234754, 35.125905], [119.239671, 35.126896]]]] + } + }, { + "type": "Feature", "properties": {"name": "", "adchar": "JD", "adcode": "100000_JD"}, "geometry": { + "type": "MultiPolygon", + "coordinates": [[[[122.518653, 23.460785], [122.798614, 24.573674], [122.798893, 24.57679], [122.798196, 24.57984], [122.79659, 24.582525], [122.794233, 24.584583], [122.791356, 24.585811], [122.78824, 24.58609], [122.78519, 24.585393], [122.782504, 24.583787], [122.780447, 24.58143], [122.779218, 24.578553], [122.499257, 23.465664], [122.498978, 23.462548], [122.499676, 23.459498], [122.501281, 23.456813], [122.503638, 23.454755], [122.506516, 23.453527], [122.509632, 23.453248], [122.512682, 23.453945], [122.515367, 23.455551], [122.517425, 23.457908], [122.518653, 23.460785]]], [[[121.172026, 20.805459], [121.909388, 21.687433], [121.910995, 21.690118], [121.911693, 21.693168], [121.911415, 21.696284], [121.910187, 21.699162], [121.90813, 21.70152], [121.905445, 21.703126], [121.902396, 21.703824], [121.899279, 21.703546], [121.896402, 21.702318], [121.894044, 21.700262], [121.156682, 20.818287], [121.155076, 20.815603], [121.154377, 20.812553], [121.154656, 20.809437], [121.155883, 20.806559], [121.15794, 20.804201], [121.160625, 20.802595], [121.163675, 20.801896], [121.166791, 20.802175], [121.169669, 20.803402], [121.172026, 20.805459]]], [[[119.473662, 18.007073], [120.025697, 19.024038], [120.026741, 19.026987], [120.026823, 19.030115], [120.025934, 19.033115], [120.024162, 19.035693], [120.021679, 19.037597], [120.01873, 19.038641], [120.015602, 19.038723], [120.012603, 19.037834], [120.010024, 19.036062], [120.00812, 19.033579], [119.456084, 18.016614], [119.45504, 18.013665], [119.454959, 18.010537], [119.455848, 18.007538], [119.45762, 18.004959], [119.460102, 18.003055], [119.463052, 18.002011], [119.466179, 18.001929], [119.469179, 18.002818], [119.471757, 18.004591], [119.473662, 18.007073]]], [[[119.072676, 15.040985], [119.072676, 16.043885], [119.072186, 16.046975], [119.070766, 16.049763], [119.068554, 16.051975], [119.065766, 16.053396], [119.062676, 16.053885], [119.059586, 16.053396], [119.056798, 16.051975], [119.054586, 16.049763], [119.053165, 16.046975], [119.052676, 16.043885], [119.052676, 15.041059], [119.052184, 15.00781], [119.052628, 15.004713], [119.054007, 15.001905], [119.056186, 14.99966], [119.058952, 14.998198], [119.062035, 14.997663], [119.065132, 14.998107], [119.06794, 14.999486], [119.070185, 15.001665], [119.071647, 15.004432], [119.072182, 15.007514], [119.072675, 15.040837], [119.072676, 15.040985]]], [[[118.686467, 11.189592], [118.525187, 10.915478], [118.524042, 10.912566], [118.523852, 10.909443], [118.524637, 10.906414], [118.52632, 10.903777], [118.528735, 10.901788], [118.531646, 10.900642], [118.534769, 10.900453], [118.537798, 10.901238], [118.540436, 10.90292], [118.542425, 10.905335], [118.704092, 11.180108], [118.704762, 11.181475], [118.874316, 11.606662], [118.874599, 11.607472], [118.98895, 11.985731], [118.989375, 11.988831], [118.988822, 11.99191], [118.987345, 11.994668], [118.985088, 11.996834], [118.982271, 11.998197], [118.979172, 11.998623], [118.976092, 11.99807], [118.973334, 11.996592], [118.971168, 11.994335], [118.969805, 11.991519], [118.855579, 11.613671], [118.686467, 11.189592]]], [[[115.544669, 7.146723], [116.250486, 7.979279], [116.252111, 7.981953], [116.25283, 7.984998], [116.252573, 7.988116], [116.251365, 7.991002], [116.249325, 7.993373], [116.246651, 7.994998], [116.243606, 7.995718], [116.240488, 7.995461], [116.237602, 7.994253], [116.23523, 7.992212], [115.529413, 7.159656], [115.527788, 7.156982], [115.527069, 7.153937], [115.527326, 7.150819], [115.528534, 7.147933], [115.530574, 7.145561], [115.533248, 7.143937], [115.536293, 7.143217], [115.539411, 7.143474], [115.542297, 7.144682], [115.544669, 7.146723]]], [[[112.307052, 3.534873], [111.786901, 3.416873], [111.783996, 3.415712], [111.781591, 3.41371], [111.779923, 3.411063], [111.779155, 3.40803], [111.779361, 3.404908], [111.780522, 3.402003], [111.782524, 3.399598], [111.785171, 3.39793], [111.788204, 3.397162], [111.791326, 3.397368], [112.311817, 3.515445], [112.312489, 3.515623], [112.521474, 3.578591], [112.522814, 3.579102], [112.852064, 3.732569], [112.854658, 3.734318], [112.856584, 3.736783], [112.857655, 3.739723], [112.857765, 3.74285], [112.856903, 3.745857], [112.855154, 3.748451], [112.852688, 3.750378], [112.849749, 3.751448], [112.846622, 3.751558], [112.843614, 3.750696], [112.515016, 3.597533], [112.307052, 3.534873]]], [[[108.26056, 6.089125], [108.290133, 6.012663], [108.291704, 6.009957], [108.294035, 6.00787], [108.296896, 6.006604], [108.300008, 6.006285], [108.303067, 6.006943], [108.305773, 6.008515], [108.30786, 6.010845], [108.309126, 6.013706], [108.309445, 6.016819], [108.308786, 6.019877], [108.279563, 6.095434], [108.256117, 6.227526], [108.2168, 6.538165], [108.218763, 6.949641], [108.244195, 7.073907], [108.244335, 7.077033], [108.243503, 7.080049], [108.241779, 7.08266], [108.239333, 7.08461], [108.236403, 7.085709], [108.233278, 7.085849], [108.230262, 7.085017], [108.227651, 7.083293], [108.225701, 7.080847], [108.224601, 7.077917], [108.198971, 6.952682], [108.198768, 6.950725], [108.196797, 6.537606], [108.196876, 6.536302], [108.236307, 6.224768], [108.236382, 6.224276], [108.26004, 6.090984], [108.26056, 6.089125]]], [[[110.128228, 11.368945], [110.055537, 11.253354], [110.054306, 11.250477], [110.054025, 11.247362], [110.05472, 11.244311], [110.056323, 11.241625], [110.058679, 11.239565], [110.061555, 11.238334], [110.064671, 11.238053], [110.067722, 11.238748], [110.070408, 11.240352], [110.072467, 11.242707], [110.145415, 11.358705], [110.145887, 11.359542], [110.207005, 11.481288], [110.207284, 11.481893], [110.258544, 11.603587], [110.259018, 11.604996], [110.304363, 11.782612], [110.304569, 11.783642], [110.328228, 11.945713], [110.328328, 11.946854], [110.334243, 12.141598], [110.334246, 12.142102], [110.332274, 12.240384], [110.331723, 12.243463], [110.330247, 12.246222], [110.32799, 12.248389], [110.325175, 12.249754], [110.322075, 12.250181], [110.318996, 12.24963], [110.316237, 12.248154], [110.31407, 12.245897], [110.312705, 12.243082], [110.312278, 12.239982], [110.314245, 12.141953], [110.308355, 11.948035], [110.284855, 11.787051], [110.239823, 11.610665], [110.188981, 11.489964], [110.128228, 11.368945]]], [[[109.829516, 15.228968], [109.845225, 15.153166], [109.846332, 15.150239], [109.848288, 15.147798], [109.850903, 15.14608], [109.853921, 15.145255], [109.857047, 15.145403], [109.859973, 15.146509], [109.862415, 15.148466], [109.864132, 15.151081], [109.864957, 15.154099], [109.864809, 15.157224], [109.849037, 15.23333], [109.848892, 15.233933], [109.789745, 15.450683], [109.789239, 15.452106], [109.690661, 15.674324], [109.690053, 15.675484], [109.591475, 15.836774], [109.591161, 15.837256], [109.532015, 15.922592], [109.531666, 15.923065], [109.30888, 16.207258], [109.306588, 16.209388], [109.303751, 16.210706], [109.300645, 16.211082], [109.297575, 16.21048], [109.294841, 16.208958], [109.292711, 16.206667], [109.291393, 16.203829], [109.291017, 16.200723], [109.291619, 16.197653], [109.29314, 16.194919], [109.515744, 15.910958], [109.57456, 15.826099], [109.672646, 15.665615], [109.77065, 15.444688], [109.829516, 15.228968]]]] + } + }] +} \ No newline at end of file diff --git a/dashboard/src/assets/map/city.ts b/dashboard/src/assets/map/city.ts new file mode 100644 index 00000000..d15beb04 --- /dev/null +++ b/dashboard/src/assets/map/city.ts @@ -0,0 +1,202 @@ +/* + * Copyright (C) [2022] smartboot [zhengjunweimail@163.com] + * + * 企业用户未经smartboot组织特别许可,需遵循AGPL-3.0开源协议合理合法使用本项目。 + * + * Enterprise users are required to use this project reasonably + * and legally in accordance with the AGPL-3.0 open source agreement + * without special permission from the smartboot organization. + */ + +export const city={ + 海门: [121.15, 31.89], + 鄂尔多斯: [109.781327, 39.608266], + 招远: [120.38, 37.35], + 舟山: [122.207216, 29.985295], + 齐齐哈尔: [123.97, 47.33], + 盐城: [120.13, 33.38], + 赤峰: [118.87, 42.28], + 青岛: [120.33, 36.07], + 乳山: [121.52, 36.89], + 金昌: [102.188043, 38.520089], + 泉州: [118.58, 24.93], + 莱西: [120.53, 36.86], + 日照: [119.46, 35.42], + 胶南: [119.97, 35.88], + 南通: [121.05, 32.08], + 拉萨: [91.11, 29.97], + 云浮: [112.02, 22.93], + 梅州: [116.1, 24.55], + 文登: [122.05, 37.2], + 上海: [121.48, 31.22], + 攀枝花: [101.718637, 26.582347], + 威海: [122.1, 37.5], + 承德: [117.93, 40.97], + 厦门: [118.1, 24.46], + 汕尾: [115.375279, 22.786211], + 潮州: [116.63, 23.68], + 丹东: [124.37, 40.13], + 太仓: [121.1, 31.45], + 曲靖: [103.79, 25.51], + 烟台: [121.39, 37.52], + 福州: [119.3, 26.08], + 瓦房店: [121.979603, 39.627114], + 即墨: [120.45, 36.38], + 抚顺: [123.97, 41.97], + 玉溪: [102.52, 24.35], + 张家口: [114.87, 40.82], + 阳泉: [113.57, 37.85], + 莱州: [119.942327, 37.177017], + 湖州: [120.1, 30.86], + 汕头: [116.69, 23.39], + 昆山: [120.95, 31.39], + 宁波: [121.56, 29.86], + 湛江: [110.359377, 21.270708], + 揭阳: [116.35, 23.55], + 荣成: [122.41, 37.16], + 连云港: [119.16, 34.59], + 葫芦岛: [120.836932, 40.711052], + 常熟: [120.74, 31.64], + 东莞: [113.75, 23.04], + 河源: [114.68, 23.73], + 淮安: [119.15, 33.5], + 泰州: [119.9, 32.49], + 南宁: [108.33, 22.84], + 营口: [122.18, 40.65], + 惠州: [114.4, 23.09], + 江阴: [120.26, 31.91], + 蓬莱: [120.75, 37.8], + 韶关: [113.62, 24.84], + 嘉峪关: [98.289152, 39.77313], + 广州: [113.23, 23.16], + 延安: [109.47, 36.6], + 太原: [112.53, 37.87], + 清远: [113.01, 23.7], + 中山: [113.38, 22.52], + 昆明: [102.73, 25.04], + 寿光: [118.73, 36.86], + 盘锦: [122.070714, 41.119997], + 长治: [113.08, 36.18], + 深圳: [114.07, 22.62], + 珠海: [113.52, 22.3], + 宿迁: [118.3, 33.96], + 咸阳: [108.72, 34.36], + 铜川: [109.11, 35.09], + 平度: [119.97, 36.77], + 佛山: [113.11, 23.05], + 海口: [110.35, 20.02], + 江门: [113.06, 22.61], + 章丘: [117.53, 36.72], + 肇庆: [112.44, 23.05], + 大连: [121.62, 38.92], + 临汾: [111.5, 36.08], + 吴江: [120.63, 31.16], + 石嘴山: [106.39, 39.04], + 沈阳: [123.38, 41.8], + 苏州: [120.62, 31.32], + 茂名: [110.88, 21.68], + 嘉兴: [120.76, 30.77], + 长春: [125.35, 43.88], + 胶州: [120.03336, 36.264622], + 银川: [106.27, 38.47], + 张家港: [120.555821, 31.875428], + 三门峡: [111.19, 34.76], + 锦州: [121.15, 41.13], + 南昌: [115.89, 28.68], + 柳州: [109.4, 24.33], + 三亚: [109.511909, 18.252847], + 自贡: [104.778442, 29.33903], + 吉林: [126.57, 43.87], + 阳江: [111.95, 21.85], + 泸州: [105.39, 28.91], + 西宁: [101.74, 36.56], + 宜宾: [104.56, 29.77], + 呼和浩特: [111.65, 40.82], + 成都: [104.06, 30.67], + 大同: [113.3, 40.12], + 镇江: [119.44, 32.2], + 桂林: [110.28, 25.29], + 张家界: [110.479191, 29.117096], + 宜兴: [119.82, 31.36], + 北海: [109.12, 21.49], + 西安: [108.95, 34.27], + 金坛: [119.56, 31.74], + 东营: [118.49, 37.46], + 牡丹江: [129.58, 44.6], + 遵义: [106.9, 27.7], + 绍兴: [120.58, 30.01], + 扬州: [119.42, 32.39], + 常州: [119.95, 31.79], + 潍坊: [119.1, 36.62], + 重庆: [106.54, 29.59], + 台州: [121.420757, 28.656386], + 南京: [118.78, 32.04], + 滨州: [118.03, 37.36], + 贵阳: [106.71, 26.57], + 无锡: [120.29, 31.59], + 本溪: [123.73, 41.3], + 克拉玛依: [84.77, 45.59], + 渭南: [109.5, 34.52], + 马鞍山: [118.48, 31.56], + 宝鸡: [107.15, 34.38], + 焦作: [113.21, 35.24], + 句容: [119.16, 31.95], + 北京: [116.46, 39.92], + 徐州: [117.2, 34.26], + 衡水: [115.72, 37.72], + 包头: [110, 40.58], + 绵阳: [104.73, 31.48], + 乌鲁木齐: [87.68, 43.77], + 枣庄: [117.57, 34.86], + 杭州: [120.19, 30.26], + 淄博: [118.05, 36.78], + 鞍山: [122.85, 41.12], + 溧阳: [119.48, 31.43], + 库尔勒: [86.06, 41.68], + 安阳: [114.35, 36.1], + 开封: [114.35, 34.79], + 济南: [117, 36.65], + 德阳: [104.37, 31.13], + 温州: [120.65, 28.01], + 九江: [115.97, 29.71], + 邯郸: [114.47, 36.6], + 临安: [119.72, 30.23], + 兰州: [103.73, 36.03], + 沧州: [116.83, 38.33], + 临沂: [118.35, 35.05], + 南充: [106.110698, 30.837793], + 天津: [117.2, 39.13], + 富阳: [119.95, 30.07], + 泰安: [117.13, 36.18], + 诸暨: [120.23, 29.71], + 郑州: [113.65, 34.76], + 哈尔滨: [126.63, 45.75], + 聊城: [115.97, 36.45], + 芜湖: [118.38, 31.33], + 唐山: [118.02, 39.63], + 平顶山: [113.29, 33.75], + 邢台: [114.48, 37.05], + 德州: [116.29, 37.45], + 济宁: [116.59, 35.38], + 荆州: [112.239741, 30.335165], + 宜昌: [111.3, 30.7], + 义乌: [120.06, 29.32], + 丽水: [119.92, 28.45], + 洛阳: [112.44, 34.7], + 秦皇岛: [119.57, 39.95], + 株洲: [113.16, 27.83], + 石家庄: [114.48, 38.03], + 莱芜: [117.67, 36.19], + 常德: [111.69, 29.05], + 保定: [115.48, 38.85], + 湘潭: [112.91, 27.87], + 金华: [119.64, 29.12], + 岳阳: [113.09, 29.37], + 长沙: [113, 28.21], + 衢州: [118.88, 28.97], + 廊坊: [116.7, 39.53], + 菏泽: [115.480656, 35.23375], + 合肥: [117.27, 31.86], + 武汉: [114.31, 30.52], + 大庆: [125.03, 46.58] +} \ No newline at end of file diff --git a/dashboard/src/views/Dashboard/overview.vue b/dashboard/src/views/Dashboard/overview.vue index aeeafa89..3204995e 100644 --- a/dashboard/src/views/Dashboard/overview.vue +++ b/dashboard/src/views/Dashboard/overview.vue @@ -45,19 +45,24 @@ - + + + + + adsfa + - -
+
+
+
- - - + +
diff --git a/smart-mqtt-client/pom.xml b/smart-mqtt-client/pom.xml index 68fcd766..5d8bc9b8 100644 --- a/smart-mqtt-client/pom.xml +++ b/smart-mqtt-client/pom.xml @@ -5,7 +5,7 @@ smart-mqtt org.smartboot.mqtt - 0.22 + 0.23 ../pom.xml 4.0.0 diff --git a/smart-mqtt-common/pom.xml b/smart-mqtt-common/pom.xml index e94e8513..5e3f2d1a 100644 --- a/smart-mqtt-common/pom.xml +++ b/smart-mqtt-common/pom.xml @@ -5,7 +5,7 @@ smart-mqtt org.smartboot.mqtt - 0.22 + 0.23 ../pom.xml 4.0.0 -- Gitee From b61e70c9e26f0e1d2fb8fd6392ed13070c377cb8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=89=E5=88=80?= Date: Fri, 23 Jun 2023 09:19:56 +0800 Subject: [PATCH 06/10] =?UTF-8?q?=E4=BC=98=E5=8C=96=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dashboard/src/views/Dashboard/overview.vue | 11 +---------- docker-compose.yml | 4 ++-- .../assets/{api-0b704211.js => api-5def1241.js} | 2 +- .../{cluster-741cf7f1.js => cluster-a4a1ad5b.js} | 2 +- .../assets/{index-3e5d3803.js => index-1ba66f5a.js} | 2 +- .../assets/{index-cda9a353.js => index-237b0338.js} | 2 +- .../assets/{index-096bd759.js => index-5ead289f.js} | 2 +- .../assets/{index-30beead0.js => index-7d8e6bd5.js} | 2 +- .../assets/{index-fb5f661e.js => index-8121fbe0.js} | 2 +- .../assets/{index-8ee0f266.js => index-9ab09a96.js} | 2 +- .../assets/{index-ddd5d083.js => index-9b675e6c.js} | 2 +- .../assets/{index-6d57bc97.js => index-b6dcb617.js} | 2 +- .../assets/{index-f68c85dc.js => index-d7c48419.js} | 2 +- .../assets/{index-26d3cd30.js => index-ed56cd52.js} | 2 +- .../{metrics-618bad77.js => metrics-20e0f7bd.js} | 2 +- .../assets/{nodes-b02c0145.js => nodes-6a4013f7.js} | 2 +- .../{overview-ff535f2c.js => overview-31314179.js} | 4 ++-- .../{setting-5eeb60ea.js => setting-12e4e645.js} | 2 +- ...scription-d7d29826.js => subscription-30e16534.js} | 2 +- .../assets/{topics-0d68ebc9.js => topics-c0a4e5b0.js} | 2 +- .../assets/{user-dfead45a.js => user-760de9dc.js} | 2 +- .../src/main/resources/static/index.html | 2 +- 22 files changed, 24 insertions(+), 33 deletions(-) rename smart-mqtt-broker/src/main/resources/static/assets/{api-0b704211.js => api-5def1241.js} (87%) rename smart-mqtt-broker/src/main/resources/static/assets/{cluster-741cf7f1.js => cluster-a4a1ad5b.js} (92%) rename smart-mqtt-broker/src/main/resources/static/assets/{index-3e5d3803.js => index-1ba66f5a.js} (99%) rename smart-mqtt-broker/src/main/resources/static/assets/{index-cda9a353.js => index-237b0338.js} (99%) rename smart-mqtt-broker/src/main/resources/static/assets/{index-096bd759.js => index-5ead289f.js} (96%) rename smart-mqtt-broker/src/main/resources/static/assets/{index-30beead0.js => index-7d8e6bd5.js} (91%) rename smart-mqtt-broker/src/main/resources/static/assets/{index-fb5f661e.js => index-8121fbe0.js} (89%) rename smart-mqtt-broker/src/main/resources/static/assets/{index-8ee0f266.js => index-9ab09a96.js} (98%) rename smart-mqtt-broker/src/main/resources/static/assets/{index-ddd5d083.js => index-9b675e6c.js} (92%) rename smart-mqtt-broker/src/main/resources/static/assets/{index-6d57bc97.js => index-b6dcb617.js} (99%) rename smart-mqtt-broker/src/main/resources/static/assets/{index-f68c85dc.js => index-d7c48419.js} (99%) rename smart-mqtt-broker/src/main/resources/static/assets/{index-26d3cd30.js => index-ed56cd52.js} (80%) rename smart-mqtt-broker/src/main/resources/static/assets/{metrics-618bad77.js => metrics-20e0f7bd.js} (96%) rename smart-mqtt-broker/src/main/resources/static/assets/{nodes-b02c0145.js => nodes-6a4013f7.js} (92%) rename smart-mqtt-broker/src/main/resources/static/assets/{overview-ff535f2c.js => overview-31314179.js} (99%) rename smart-mqtt-broker/src/main/resources/static/assets/{setting-5eeb60ea.js => setting-12e4e645.js} (84%) rename smart-mqtt-broker/src/main/resources/static/assets/{subscription-d7d29826.js => subscription-30e16534.js} (88%) rename smart-mqtt-broker/src/main/resources/static/assets/{topics-0d68ebc9.js => topics-c0a4e5b0.js} (89%) rename smart-mqtt-broker/src/main/resources/static/assets/{user-dfead45a.js => user-760de9dc.js} (88%) diff --git a/dashboard/src/views/Dashboard/overview.vue b/dashboard/src/views/Dashboard/overview.vue index d3c0f9ea..a805492d 100644 --- a/dashboard/src/views/Dashboard/overview.vue +++ b/dashboard/src/views/Dashboard/overview.vue @@ -188,20 +188,11 @@ export default { chinaChart=echarts.init(this.chinaRef); echarts.use([MapChart]); echarts.registerMap("chinaMap",china); - const broker = [ - { name: '海门', value: 90 }, - { name: '鄂尔多斯', value: 112 }, - { name: '招远', value: 112 }, - { name: '舟山', value: 112 }, - { name: '齐齐哈尔', value: 114 }, - { name: '盐城', value: 115 }, - ]; - chinaChart.setOption({ geo:{ type:'map', map:'chinaMap', - // roam:true, + roam:true, zoom:2, center: [104.114129, 37.550339], }, diff --git a/docker-compose.yml b/docker-compose.yml index 9367fa4e..c82251f2 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -8,7 +8,7 @@ services: image: smartboot/smart-mqtt:latest networks: mqtt-network: null - read_only: true +# read_only: true restart: always security_opt: - no-new-privileges:true @@ -53,6 +53,6 @@ services: options: max-size: "100m" max-file: "1" - command: java -cp smart-mqtt-bench.jar -Dhost=mqtt-broker -Dconnect=2000 -Dqos=2 -Dpublisher=10 -Dcount=1 -Dpayload=128 org.smartboot.bench.mqtt.Subscribe + command: java -cp smart-mqtt-bench.jar -Dhost=mqtt-broker -Dconnect=2000 -Dqos=0 -Dpublisher=1 -Dcount=10 -Dpayload=128 org.smartboot.bench.mqtt.Subscribe # command: java -cp smart-mqtt-bench.jar -Dhost=mqtt-broker -Dconnect=2000 -Dqos=0 -Dcount=10 -Dpayload=128 org.smartboot.bench.mqtt.Publish version: '3.7' \ No newline at end of file diff --git a/smart-mqtt-broker/src/main/resources/static/assets/api-0b704211.js b/smart-mqtt-broker/src/main/resources/static/assets/api-5def1241.js similarity index 87% rename from smart-mqtt-broker/src/main/resources/static/assets/api-0b704211.js rename to smart-mqtt-broker/src/main/resources/static/assets/api-5def1241.js index 24778f4a..d633ebfb 100644 --- a/smart-mqtt-broker/src/main/resources/static/assets/api-0b704211.js +++ b/smart-mqtt-broker/src/main/resources/static/assets/api-5def1241.js @@ -1 +1 @@ -import{ab as s}from"./index-cda9a353.js";const n=function(){return s.post("/dashboard/overview")},r=function(){return s.post("/dashboard/nodes")},c=function(){return s.post("/dashboard/metrics")},i=function(t){return s.post("/connections",t)},e=function(){return s.post("/brokers")},u=function(t){return s.post("/subscriptions/subscription",t)},a=function(t){return s.post("/subscriptions/topics",t)},p=function(t){return s.post("/system/user/list",t)};export{r as a,c as b,e as c,n as d,i as e,a as f,p as g,u as s}; +import{ab as s}from"./index-237b0338.js";const n=function(){return s.post("/dashboard/overview")},r=function(){return s.post("/dashboard/nodes")},c=function(){return s.post("/dashboard/metrics")},i=function(t){return s.post("/connections",t)},e=function(){return s.post("/brokers")},u=function(t){return s.post("/subscriptions/subscription",t)},a=function(t){return s.post("/subscriptions/topics",t)},p=function(t){return s.post("/system/user/list",t)};export{r as a,c as b,e as c,n as d,i as e,a as f,p as g,u as s}; diff --git a/smart-mqtt-broker/src/main/resources/static/assets/cluster-741cf7f1.js b/smart-mqtt-broker/src/main/resources/static/assets/cluster-a4a1ad5b.js similarity index 92% rename from smart-mqtt-broker/src/main/resources/static/assets/cluster-741cf7f1.js rename to smart-mqtt-broker/src/main/resources/static/assets/cluster-a4a1ad5b.js index ec41c359..7c2e2b07 100644 --- a/smart-mqtt-broker/src/main/resources/static/assets/cluster-741cf7f1.js +++ b/smart-mqtt-broker/src/main/resources/static/assets/cluster-a4a1ad5b.js @@ -1 +1 @@ -import{r as m,v as g,o as B,k as v,_ as S,a as r,b as u,l as n,m as s,F as P,x as V,f as D,j as d,t as F,y as l,s as _,z as T}from"./index-cda9a353.js";import{c as C,a as I}from"./index-8ee0f266.js";import{c as z}from"./index-ddd5d083.js";import{c as E}from"./index-3e5d3803.js";import{c as $}from"./index-30beead0.js";import{a as M}from"./api-0b704211.js";const N={setup(){const h=[{title:"名称",width:"200px",key:"name",customSlot:"name"},{title:"状态",width:"180px",key:"status",customSlot:"status"},{title:"运行时长",width:"120px",key:"runtime"},{title:"版本信息",width:"120px",key:"version"},{title:"进程",width:"120px",key:"pid"},{title:"操作系统内存",width:"180px",key:"memory",customSlot:"memory"},{title:"操作系统CPU负载",width:"180px",key:"cpu",customSlot:"cpu"}],c=m([{title:"基础配置",dynamic_config:[{label:"MaxPacketSize",prop:"MaxPacketSize",placeholder:"MQTT最大消息体字节数"},{label:"TopicLimit",prop:"TopicLimit",placeholder:"topic数量上限"}],restart_config:[{label:"Host",prop:"host",placeholder:"Broker服务IP地址"},{label:"Port",prop:"port",placeholder:"Broker服务端口号"}]},{title:"企业插件",dynamic_config:[{label:"Host",prop:"host",placeholder:"Broker服务IP地址"},{label:"Port",prop:"port",placeholder:"Broker服务端口号"}],restart_config:[{label:"Host",prop:"host",placeholder:"Broker服务IP地址"},{label:"Port",prop:"port",placeholder:"Broker服务端口号"}]}]),y=m([]),t=m(!1),k=m(0),f=g({host:"",port:"",bufferSize:"",maxPacketSize:"",topicLimit:"",maxInflight:""});let i;const a=o=>{t.value=!0};return B(()=>{const o=async()=>{const{data:p}=await M();console.log(p),y.value=p};o(),i=setInterval(()=>{o()},2e3)}),v(()=>{console.log("clear timer"),clearInterval(i)}),{columns2:h,dataSource2:y,modalVisible:t,brokerForm:f,currentTab:k,brokerConfig:c,editBroker:a}}},H=["onClick"],L={key:0},U={key:1},j={key:2};function A(h,c,y,t,k,f){const i=T,a=$,o=C,p=E,x=z,b=I,w=V;return r(),u(P,null,[n(x,null,{default:s(()=>[n(p,{columns:t.columns2,"data-source":t.dataSource2,size:"md",skin:"nob"},{name:s(({data:e})=>[D("a",{onClick:Q=>t.editBroker(e),href:"javascript:void(0);"},[d(F(e.name),1),n(i,{type:"layui-icon-edit",style:{position:"absolute",right:"10px"}})],8,H)]),status:s(({data:e})=>[e.status=="running"?(r(),u("div",L,[n(a,{type:"dot",theme:"blue",ripple:""}),d(" 运行中 ")])):l("",!0),e.status=="stopped"?(r(),u("div",U,[n(a,{type:"dot"}),d(" 已离线 ")])):l("",!0),e.status=="unknown"?(r(),u("div",j,[n(a,{type:"dot"}),d(" 未知 ")])):l("",!0)]),memory:s(({data:e})=>[e.memory<30?(r(),_(o,{key:0,percent:e.memory,"show-text":!0,style:{width:"100px"}},null,8,["percent"])):l("",!0),e.memory>=30?(r(),_(o,{key:1,theme:"orange",percent:e.memory,"show-text":!0,style:{width:"100px"}},null,8,["percent"])):l("",!0)]),cpu:s(({data:e})=>[e.cpu<60?(r(),_(o,{key:0,percent:e.cpu,"show-text":!0,style:{width:"100px"}},null,8,["percent"])):l("",!0),e.cpu>=60?(r(),_(o,{key:1,theme:"orange",percent:e.cpu,"show-text":!0,style:{width:"100px"}},null,8,["percent"])):l("",!0)]),_:1},8,["columns","data-source"])]),_:1}),n(w,{type:"drawer",modelValue:t.modalVisible,"onUpdate:modelValue":c[0]||(c[0]=e=>t.modalVisible=e),title:"MQTT Broker配置"},{default:s(()=>[n(b,{status:"failure",describe:"开发中...",title:"提示"})]),_:1},8,["modelValue"])],64)}const R=S(N,[["render",A]]);export{R as default}; +import{r as m,v as g,o as B,k as v,_ as S,a as r,b as u,l as n,m as s,F as P,x as V,f as D,j as d,t as F,y as l,s as _,z as T}from"./index-237b0338.js";import{c as C,a as I}from"./index-9ab09a96.js";import{c as z}from"./index-9b675e6c.js";import{c as E}from"./index-1ba66f5a.js";import{c as $}from"./index-7d8e6bd5.js";import{a as M}from"./api-5def1241.js";const N={setup(){const h=[{title:"名称",width:"200px",key:"name",customSlot:"name"},{title:"状态",width:"180px",key:"status",customSlot:"status"},{title:"运行时长",width:"120px",key:"runtime"},{title:"版本信息",width:"120px",key:"version"},{title:"进程",width:"120px",key:"pid"},{title:"操作系统内存",width:"180px",key:"memory",customSlot:"memory"},{title:"操作系统CPU负载",width:"180px",key:"cpu",customSlot:"cpu"}],c=m([{title:"基础配置",dynamic_config:[{label:"MaxPacketSize",prop:"MaxPacketSize",placeholder:"MQTT最大消息体字节数"},{label:"TopicLimit",prop:"TopicLimit",placeholder:"topic数量上限"}],restart_config:[{label:"Host",prop:"host",placeholder:"Broker服务IP地址"},{label:"Port",prop:"port",placeholder:"Broker服务端口号"}]},{title:"企业插件",dynamic_config:[{label:"Host",prop:"host",placeholder:"Broker服务IP地址"},{label:"Port",prop:"port",placeholder:"Broker服务端口号"}],restart_config:[{label:"Host",prop:"host",placeholder:"Broker服务IP地址"},{label:"Port",prop:"port",placeholder:"Broker服务端口号"}]}]),y=m([]),t=m(!1),k=m(0),f=g({host:"",port:"",bufferSize:"",maxPacketSize:"",topicLimit:"",maxInflight:""});let i;const a=o=>{t.value=!0};return B(()=>{const o=async()=>{const{data:p}=await M();console.log(p),y.value=p};o(),i=setInterval(()=>{o()},2e3)}),v(()=>{console.log("clear timer"),clearInterval(i)}),{columns2:h,dataSource2:y,modalVisible:t,brokerForm:f,currentTab:k,brokerConfig:c,editBroker:a}}},H=["onClick"],L={key:0},U={key:1},j={key:2};function A(h,c,y,t,k,f){const i=T,a=$,o=C,p=E,x=z,b=I,w=V;return r(),u(P,null,[n(x,null,{default:s(()=>[n(p,{columns:t.columns2,"data-source":t.dataSource2,size:"md",skin:"nob"},{name:s(({data:e})=>[D("a",{onClick:Q=>t.editBroker(e),href:"javascript:void(0);"},[d(F(e.name),1),n(i,{type:"layui-icon-edit",style:{position:"absolute",right:"10px"}})],8,H)]),status:s(({data:e})=>[e.status=="running"?(r(),u("div",L,[n(a,{type:"dot",theme:"blue",ripple:""}),d(" 运行中 ")])):l("",!0),e.status=="stopped"?(r(),u("div",U,[n(a,{type:"dot"}),d(" 已离线 ")])):l("",!0),e.status=="unknown"?(r(),u("div",j,[n(a,{type:"dot"}),d(" 未知 ")])):l("",!0)]),memory:s(({data:e})=>[e.memory<30?(r(),_(o,{key:0,percent:e.memory,"show-text":!0,style:{width:"100px"}},null,8,["percent"])):l("",!0),e.memory>=30?(r(),_(o,{key:1,theme:"orange",percent:e.memory,"show-text":!0,style:{width:"100px"}},null,8,["percent"])):l("",!0)]),cpu:s(({data:e})=>[e.cpu<60?(r(),_(o,{key:0,percent:e.cpu,"show-text":!0,style:{width:"100px"}},null,8,["percent"])):l("",!0),e.cpu>=60?(r(),_(o,{key:1,theme:"orange",percent:e.cpu,"show-text":!0,style:{width:"100px"}},null,8,["percent"])):l("",!0)]),_:1},8,["columns","data-source"])]),_:1}),n(w,{type:"drawer",modelValue:t.modalVisible,"onUpdate:modelValue":c[0]||(c[0]=e=>t.modalVisible=e),title:"MQTT Broker配置"},{default:s(()=>[n(b,{status:"failure",describe:"开发中...",title:"提示"})]),_:1},8,["modelValue"])],64)}const R=S(N,[["render",A]]);export{R as default}; diff --git a/smart-mqtt-broker/src/main/resources/static/assets/index-3e5d3803.js b/smart-mqtt-broker/src/main/resources/static/assets/index-1ba66f5a.js similarity index 99% rename from smart-mqtt-broker/src/main/resources/static/assets/index-3e5d3803.js rename to smart-mqtt-broker/src/main/resources/static/assets/index-1ba66f5a.js index 1f526801..48497538 100644 --- a/smart-mqtt-broker/src/main/resources/static/assets/index-3e5d3803.js +++ b/smart-mqtt-broker/src/main/resources/static/assets/index-1ba66f5a.js @@ -1,4 +1,4 @@ -import{d as oe,V as MM,c as U,a as s,b as n,f as w,g as d,e as K,j as De,t as p,I as F,W as ce,h as ve,X as tM,i as he,r as Q,w as _,y as j,F as k,p as ee,Y as qe,Z as TM,$ as zM,a0 as rM,a1 as wM,M as b,s as Me,J as de,l as Ie,a2 as _e,a3 as ge,a4 as Be,m as ae,a5 as eM,a6 as aM,N as xM,o as AM,a7 as CM,a8 as LM,a9 as EM,aa as OM}from"./index-cda9a353.js";function kM(e){return{size:U(()=>{const M=MM("LayForm",{});return e.size||M.size||"md"})}}const fM=["size"],SM=["value","name"],vM=["onClick"],hM={key:0,class:"layui-anim layui-icon layui-anim-scaleSpring"},QM={key:1,class:"layui-icon layui-form-radioed"},UM={name:"LayRadio"},lM=oe({...UM,props:{name:null,size:null,disabled:{type:Boolean},modelValue:{type:[String,Boolean,Number]},value:{type:[String,Boolean,Number]},label:null},emits:["update:modelValue","change"],setup(e,{emit:o}){const M=e,{size:l}=kM(M),c=MM("radioGroup",{}),f=U(()=>c!=null&&(c==null?void 0:c.name)==="LayRadioGroup"),L=U(()=>c.naiveName?c.naiveName:M.name),D=U({get(){return f.value?c.modelValue.value===M.value:M.modelValue===M.value},set(S){f.value?c.modelValue.value=M.value:S&&(o("change",M.value),o("update:modelValue",M.value))}}),x=function(){A.value||(D.value=!D.value)},A=U(()=>!!(M.disabled||c.hasOwnProperty("disabled")&&c.disabled.value));return(S,R)=>(s(),n("span",{class:"layui-radio",size:d(l)},[w("input",{type:"radio",value:e.value,name:d(L)},null,8,SM),w("div",{class:F(["layui-unselect layui-form-radio",{"layui-form-radioed":d(D),"layui-radio-disabled layui-disabled":d(A)}]),onClick:ce(x,["stop"])},[d(D)?(s(),n("i",hM,"")):(s(),n("i",QM,"")),w("span",null,[K(S.$slots,"default",{},()=>[De(p(e.label),1)])])],10,vM)],8,fM))}});ve(lM);var YM="data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjxzdmcgd2lkdGg9IjYyMHB4IiBoZWlnaHQ9IjIwMHB4IiB2aWV3Qm94PSIwIDAgNjIwIDIwMCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4NCiAgICA8dGl0bGU+R3JvdXAgMzU8L3RpdGxlPg0KICAgIDxkZWZzPg0KICAgICAgICA8bGluZWFyR3JhZGllbnQgeDE9IjEwMCUiIHkxPSIyOC4zODU1MzY1JSIgeDI9IjUwJSIgeTI9IjYwLjEyODI3NjglIiBpZD0ibGluZWFyR3JhZGllbnQtMSI+DQogICAgICAgICAgICA8c3RvcCBzdG9wLWNvbG9yPSIjQTNCMUJGIiBzdG9wLW9wYWNpdHk9IjAiIG9mZnNldD0iMCUiPjwvc3RvcD4NCiAgICAgICAgICAgIDxzdG9wIHN0b3AtY29sb3I9IiNBM0IxQkYiIG9mZnNldD0iMTAwJSI+PC9zdG9wPg0KICAgICAgICA8L2xpbmVhckdyYWRpZW50Pg0KICAgICAgICA8bGluZWFyR3JhZGllbnQgeDE9Ii0xLjExMDIyMzAyZS0xNCUiIHkxPSI1MCUiIHgyPSIxMDAlIiB5Mj0iNTAlIiBpZD0ibGluZWFyR3JhZGllbnQtMiI+DQogICAgICAgICAgICA8c3RvcCBzdG9wLWNvbG9yPSIjQTNCMUJGIiBzdG9wLW9wYWNpdHk9IjAiIG9mZnNldD0iMCUiPjwvc3RvcD4NCiAgICAgICAgICAgIDxzdG9wIHN0b3AtY29sb3I9IiNBM0IxQkYiIG9mZnNldD0iMTAwJSI+PC9zdG9wPg0KICAgICAgICA8L2xpbmVhckdyYWRpZW50Pg0KICAgICAgICA8bGluZWFyR3JhZGllbnQgeDE9IjEwMCUiIHkxPSI1MCUiIHgyPSIyLjc3MDUwMjE3JSIgeTI9IjUwJSIgaWQ9ImxpbmVhckdyYWRpZW50LTMiPg0KICAgICAgICAgICAgPHN0b3Agc3RvcC1jb2xvcj0iI0EzQjFCRiIgc3RvcC1vcGFjaXR5PSIwIiBvZmZzZXQ9IjAlIj48L3N0b3A+DQogICAgICAgICAgICA8c3RvcCBzdG9wLWNvbG9yPSIjQTNCMUJGIiBvZmZzZXQ9IjEwMCUiPjwvc3RvcD4NCiAgICAgICAgPC9saW5lYXJHcmFkaWVudD4NCiAgICA8L2RlZnM+DQogICAgPGcgaWQ9IuahhuaetuiuvuiuoS3ov4fnqIvniYgiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPg0KICAgICAgICA8ZyBpZD0i57y655yB5Zu+IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTU0My4wMDAwMDAsIC0xNTQuMDAwMDAwKSI+DQogICAgICAgICAgICA8ZyBpZD0iR3JvdXAtMzUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE1NDMuMDAwMDAwLCAxNTQuMDAwMDAwKSI+DQogICAgICAgICAgICAgICAgPGcgaWQ9IuaaguaXoOaVsOaNriIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNTcuMDAwMDAwLCAzLjAwMDAwMCkiPg0KICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMTI3LjQyNDAyMSw1OS41Mzg4MTI4IEMxMjYuNjA2NTk5LDU4LjQwNjM5MjcgMTI1LjQzODI2Myw1Ny40MjgwMTE0IDEyMy45NTg3ODUsNTcuNDI4MDExNCBDMTIzLjM0NDI5MSw1Ny40MjgwMTE0IDEyMi41NDA3NzQsNTcuNTYzMzQwNyAxMjEuOTc2Mzc4LDU3LjgwMDE3NDggTDEyMS4yODY2NDksNTguMTUzMTI1NiBMMTIxLjEyMDUwMSw1Ny40MjgwMTE0IEMxMjAuNjQyMzM3LDU1LjU3MDcyODcgMTE4LjU1NDY4Niw1My44NTc4MDU0IDExNi4zMzk1OTEsNTMuODU3ODA1NCBDMTE0LjQ0MDMwNCw1My44NTc4MDU0IDExMi42NDcyODIsNTQuNzgwNjg2NCAxMTEuODkzMjc0LDU2LjQ1Njc4OTkgTDExMS42ODU5MDcsNTYuOTE4ODkwMyBDMTEwLjg3OTQ4NCw1Ni44MzkwMjEzIDExMC40MDg4NDIsNTYuNzk5MDg2OCAxMTAuMjczOTc5LDU2Ljc5OTA4NjggQzEwOC44MDcxODQsNTYuNzk5MDg2OCAxMDcuOTE4MjM3LDU4LjE3MDc3NjMgMTA3Ljc2MDMzMyw1OS41Mzg4MTI4IEwxMjcuNDI0MDIxLDU5LjUzODgxMjggWiBNMTE2LjI1NjMxNyw1MS42MjQwNDg3IEMxMTguODM4MzU2LDUxLjYyNDA0ODcgMTIxLjIxMjE3Nyw1My4wNjMzMTgxIDEyMi40MjgwMDYsNTUuMzI4MTU4MyBDMTIyLjcwMjU4OCw1NS4yOTQwNjM5IDEyMi45ODAyMTMsNTUuMjc3MDE2NyAxMjMuMjU3ODM5LDU1LjI3NzAxNjcgQzEyNi4xOTQ4MjUsNTUuMjc3MDE2NyAxMjguNzYyMjUzLDU3LjE2MDczMDYgMTI5LjY0NjI3MSw1OS45NjQzODM2IEwxMjkuNjc0Mjc3LDYwLjA1Mzg4MTMgTDEyOS42NzQyNzcsNjEuNjM3MTU4NyBMOTEuOTMwODA1Myw2MS42MzcxNTg3IEw5MS45MzA4MDUzLDU5LjUzODgxMjggTDEwNS42MTA5NTksNTkuNTM4ODEyOCBDMTA1Ljc2MzE2Niw1Ni45MjYzMzE4IDEwNy44NjE3OTYsNTQuODI4MzEwNSAxMTAuNDc0Mjc3LDU0LjY3NjcxMjMgQzExMS43Nzk2MDQsNTIuNzU4OTA0MSAxMTMuOTE3MTk5LDUxLjYyNDA0ODcgMTE2LjI1NjMxNyw1MS42MjQwNDg3IFogTTk4LjAxNTIyMDcsNTUuMjc3MDE2NyBMOTguMDE1MjIwNyw1Ny4zMzg5NDYgTDg1LjgzODY2MDYsNTcuMzM4OTQ2IEw4NS44Mzg2NjA2LDU1LjI3NzAxNjcgTDk4LjAxNTIyMDcsNTUuMjc3MDE2NyBaIiBpZD0iY2xvdWQ0LWNvcHkiIGZpbGw9IiNBM0IxQkYiPjwvcGF0aD4NCiAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTQxLjU4NTM2MDgsMTI4LjkxNDc2NCBDNDAuNzY3OTM4MSwxMjcuNzgyMzQ0IDM5LjU5OTYwMjcsMTI2LjgwMzk2MyAzOC4xMjAxMjQ2LDEyNi44MDM5NjMgQzM3LjUwNTYzMDcsMTI2LjgwMzk2MyAzNi43MDIxMTM0LDEyNi45MzkyOTIgMzYuMTM3NzE3NiwxMjcuMTc2MTI2IEwzNS40NDc5ODg3LDEyNy41MjkwNzcgTDM1LjI4MTg0MDcsMTI2LjgwMzk2MyBDMzQuODAzNjc2OCwxMjQuOTQ2NjggMzIuNzE2MDI1NiwxMjMuMjMzNzU3IDMwLjUwMDkzMDUsMTIzLjIzMzc1NyBDMjguNjAxNjQzNCwxMjMuMjMzNzU3IDI2LjgwODYyMTQsMTI0LjE1NjYzOCAyNi4wNTQ2MTM5LDEyNS44MzI3NDEgTDI1Ljg0NzI0NiwxMjYuMjk0ODQyIEMyNS4wNDA4MjM4LDEyNi4yMTQ5NzMgMjQuNTcwMTgxMSwxMjYuMTc1MDM4IDI0LjQzNTMxOCwxMjYuMTc1MDM4IEMyMi45Njg1MjMsMTI2LjE3NTAzOCAyMi4wNzk1NzY4LDEyNy41NDY3MjggMjEuOTIxNjcyOSwxMjguOTE0NzY0IEw0MS41ODUzNjA4LDEyOC45MTQ3NjQgWiBNMzAuNDE3NjU2LDEyMSBDMzIuOTk5Njk1NiwxMjEgMzUuMzczNTE2LDEyMi40MzkyNjkgMzYuNTg5MzQ1NSwxMjQuNzA0MTEgQzM2Ljg2MzkyNjksMTI0LjY3MDAxNSAzNy4xNDE1NTI1LDEyNC42NTI5NjggMzcuNDE5MTc4MSwxMjQuNjUyOTY4IEM0MC4zNTYxNjQ0LDEyNC42NTI5NjggNDIuOTIzNTkyMSwxMjYuNTM2NjgyIDQzLjgwNzYxMDQsMTI5LjM0MDMzNSBMNDMuODM1NjE2NCwxMjkuNDI5ODMzIEw0My44MzU2MTY0LDEzMS4wMTMxMSBMNi4wOTIxNDQ2OSwxMzEuMDEzMTEgTDYuMDkyMTQ0NjksMTI4LjkxNDc2NCBMMTkuNzcyMjk4MywxMjguOTE0NzY0IEMxOS45MjQ1MDUzLDEyNi4zMDIyODMgMjIuMDIzMTM1NSwxMjQuMjA0MjYyIDI0LjYzNTYxNjQsMTI0LjA1MjY2NCBDMjUuOTQwOTQzNywxMjIuMTM0ODU1IDI4LjA3ODUzODgsMTIxIDMwLjQxNzY1NiwxMjEgWiBNMTIuMTc2NTYwMSwxMjQuNjUyOTY4IEwxMi4xNzY1NjAxLDEyNi43MTQ4OTcgTDEuMTk3MjY0NTFlLTEyLDEyNi43MTQ4OTcgTDEuMTk3MjY0NTFlLTEyLDEyNC42NTI5NjggTDEyLjE3NjU2MDEsMTI0LjY1Mjk2OCBaIiBpZD0iY2xvdWQzIiBmaWxsPSIjQTNCMUJGIj48L3BhdGg+DQogICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik01MDMuNTg1MzYxLDEyOC45MTQ3NjQgQzUwMi43Njc5MzgsMTI3Ljc4MjM0NCA1MDEuNTk5NjAzLDEyNi44MDM5NjMgNTAwLjEyMDEyNSwxMjYuODAzOTYzIEM0OTkuNTA1NjMxLDEyNi44MDM5NjMgNDk4LjcwMjExMywxMjYuOTM5MjkyIDQ5OC4xMzc3MTgsMTI3LjE3NjEyNiBMNDk3LjQ0Nzk4OSwxMjcuNTI5MDc3IEw0OTcuMjgxODQxLDEyNi44MDM5NjMgQzQ5Ni44MDM2NzcsMTI0Ljk0NjY4IDQ5NC43MTYwMjYsMTIzLjIzMzc1NyA0OTIuNTAwOTMsMTIzLjIzMzc1NyBDNDkwLjYwMTY0MywxMjMuMjMzNzU3IDQ4OC44MDg2MjEsMTI0LjE1NjYzOCA0ODguMDU0NjE0LDEyNS44MzI3NDEgTDQ4Ny44NDcyNDYsMTI2LjI5NDg0MiBDNDg3LjA0MDgyNCwxMjYuMjE0OTczIDQ4Ni41NzAxODEsMTI2LjE3NTAzOCA0ODYuNDM1MzE4LDEyNi4xNzUwMzggQzQ4NC45Njg1MjMsMTI2LjE3NTAzOCA0ODQuMDc5NTc3LDEyNy41NDY3MjggNDgzLjkyMTY3MywxMjguOTE0NzY0IEw1MDMuNTg1MzYxLDEyOC45MTQ3NjQgWiBNNDkyLjQxNzY1NiwxMjEgQzQ5NC45OTk2OTYsMTIxIDQ5Ny4zNzM1MTYsMTIyLjQzOTI2OSA0OTguNTg5MzQ2LDEyNC43MDQxMSBDNDk4Ljg2MzkyNywxMjQuNjcwMDE1IDQ5OS4xNDE1NTMsMTI0LjY1Mjk2OCA0OTkuNDE5MTc4LDEyNC42NTI5NjggQzUwMi4zNTYxNjQsMTI0LjY1Mjk2OCA1MDQuOTIzNTkyLDEyNi41MzY2ODIgNTA1LjgwNzYxLDEyOS4zNDAzMzUgTDUwNS44MzU2MTYsMTI5LjQyOTgzMyBMNTA1LjgzNTYxNiwxMzEuMDEzMTEgTDQ2OC4wOTIxNDUsMTMxLjAxMzExIEw0NjguMDkyMTQ1LDEyOC45MTQ3NjQgTDQ4MS43NzIyOTgsMTI4LjkxNDc2NCBDNDgxLjkyNDUwNSwxMjYuMzAyMjgzIDQ4NC4wMjMxMzUsMTI0LjIwNDI2MiA0ODYuNjM1NjE2LDEyNC4wNTI2NjQgQzQ4Ny45NDA5NDQsMTIyLjEzNDg1NSA0OTAuMDc4NTM5LDEyMSA0OTIuNDE3NjU2LDEyMSBaIE00NzQuMTc2NTYsMTI0LjY1Mjk2OCBMNDc0LjE3NjU2LDEyNi43MTQ4OTcgTDQ2MiwxMjYuNzE0ODk3IEw0NjIsMTI0LjY1Mjk2OCBMNDc0LjE3NjU2LDEyNC42NTI5NjggWiIgaWQ9ImNsb3VkMyIgZmlsbD0iI0EzQjFCRiI+PC9wYXRoPg0KICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNNDA0LjU0Mjg1NywxMi43NzI0MTkxIEMzOTMuODQ5NTU5LDQ1LjQ4MzkzNTIgMzcyLjE1NDk3OSw1OC4yMDk4OTM1IDMzOS40NTkxMTcsNTAuOTUwMjk0IEMyNzcuMTE2Mzk3LDM1Ljc2MzcxNDkgMzYyLjQ0NzE2LC0yMy41OTg1NDQyIDM0Ny42NjI3LDUzLjg4MDc5MzIgQzM0Mi41NDI2MjEsODAuNzEzMDQxNSAzMTcuNDc5MTQ3LDk5LjY4MDE2MTYgMjcyLjQwMjcyLDk5LjY1Mjg1MjciIGlkPSJQYXRoLTQiIHN0cm9rZT0idXJsKCNsaW5lYXJHcmFkaWVudC0xKSIgc3Ryb2tlLXdpZHRoPSIzIiBzdHJva2UtbGluZWNhcD0icm91bmQiIGZpbGwtcnVsZT0ibm9uemVybyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMzM4LjQ3Mjc4OSwgNTYuMjEyNjM2KSByb3RhdGUoMTEuMDAwMDAwKSB0cmFuc2xhdGUoLTMzOC40NzI3ODksIC01Ni4yMTI2MzYpICI+PC9wYXRoPg0KICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMzYyLjAwMDExMiw3My45NDk3NzIzIEMzNjIuNjcwNjcxLDczLjk0OTc3MjMgMzYzLjIxNDA3Niw3My40MDYzNDU3IDM2My4yMTQwNzYsNzIuNzM1ODA4NCBMMzYzLjIxNDA3Niw3MS4yMTM5NjM5IEMzNjMuMjE0MDc2LDcwLjU0MzQyNjUgMzYyLjY3MDY0OSw3MCAzNjIuMDAwMTM0LDcwIEMzNjEuMzI5NjE5LDcwIDM2MC43ODYxMjUsNzAuNTQzNDQ4OSAzNjAuNzg2MTI1LDcxLjIxMzk2MzkgTDM2MC43ODYxMjUsNzIuNzM1ODA4NCBDMzYwLjc4NjEyNSw3My40MDYzMjM0IDM2MS4zMjk1NzQsNzMuOTQ5NzcyMyAzNjIuMDAwMTM0LDczLjk0OTc3MjMgTDM2Mi4wMDAxMTIsNzMuOTQ5NzcyMyBaIE0zNjIuMDAwMTEyLDg2LjA1MDIwNTQgQzM2MS4zMjk1NzQsODYuMDUwMjA1NCAzNjAuNzg2MTQ4LDg2LjU5MzY1NDMgMzYwLjc4NjE0OCw4Ny4yNjQxNjkzIEwzNjAuNzg2MTQ4LDg4Ljc4NTk5MTUgQzM2MC43ODYxNDgsODkuNDU2NTUxMSAzNjEuMzI5NTk3LDg5Ljk5OTk3NzcgMzYyLjAwMDEzNCw4OS45OTk5Nzc3IEMzNjIuNjcwNjcxLDg5Ljk5OTk3NzcgMzYzLjIxNDA3Niw4OS40NTY1Mjg4IDM2My4yMTQwNzYsODguNzg1OTkxNSBMMzYzLjIxNDA3Niw4Ny4yNjQxOTE2IEMzNjMuMjE0MDc2LDg2LjU5MzY1NDMgMzYyLjY3MDY0OSw4Ni4wNTAyMDU0IDM2Mi4wMDAxMzQsODYuMDUwMjA1NCBMMzYyLjAwMDExMiw4Ni4wNTAyMDU0IFogTTM3MC43ODYwNTgsNzguNzg2MTI1NSBMMzY5LjI2NDIzNiw3OC43ODYxMjU1IEMzNjguNTkzNjc3LDc4Ljc4NjEyNTUgMzY4LjA1MDQyOSw3OS4zMjkzNzMzIDM2OC4wNTA0MjksODAuMDAwMDg5NCBDMzY4LjA1MDQyOSw4MC42NzA0NDggMzY4LjU5MzY3Nyw4MS4yMTM4OTY5IDM2OS4yNjQyMzYsODEuMjEzODk2OSBMMzcwLjc4NjA1OCw4MS4yMTM4OTY5IEMzNzEuNDU2NTk2LDgxLjIxMzg5NjkgMzcyLDgwLjY3MDQ0OCAzNzIsODAuMDAwMDg5NCBDMzcyLDc5LjMyOTM3MzMgMzcxLjQ1NjU3Myw3OC43ODYxMjU1IDM3MC43ODYwNTgsNzguNzg2MTI1NSBMMzcwLjc4NjA1OCw3OC43ODYxMjU1IFogTTM1NS45NDk3OTUsODAuMDAwMDg5NCBDMzU1Ljk0OTc5NSw3OS4zMjkzNzMzIDM1NS40MDYzNDYsNzguNzg2MTI1NSAzNTQuNzM1ODA4LDc4Ljc4NjEyNTUgTDM1My4yMTM5ODYsNzguNzg2MTI1NSBDMzUyLjU0NDAzLDc4Ljc4NjEyNTUgMzUyLDc5LjMyOTM3MzMgMzUyLDgwLjAwMDA4OTQgQzM1Miw4MC42NzA0NDggMzUyLjU0NDAzLDgxLjIxMzg5NjkgMzUzLjIxMzk4Niw4MS4yMTM4OTY5IEwzNTQuNzM1ODA4LDgxLjIxMzg5NjkgQzM1NS40MDYzNjgsODEuMjEzODk2OSAzNTUuOTQ5Nzk1LDgwLjY3MDQ0OCAzNTUuOTQ5Nzk1LDgwLjAwMDA4OTQgWiBNMzY3Ljk5NTQyOSw4NC4yNzg0NTA4IEMzNjcuNTIxMTY1LDgzLjgwNDM2NTYgMzY2Ljc1MzEzOSw4My44MDQzNjU2IDM2Ni4yNzg0NzMsODQuMjc4NDUwOCBDMzY1LjgwNDM4OCw4NC43NTI3MTQ4IDM2NS44MDQzODgsODUuNTIxMDk4NCAzNjYuMjc4NDczLDg1Ljk5NTE4MzYgTDM2Ny4zNTQ3MTUsODcuMDcxMDIzNCBDMzY3LjU5MTQ2Nyw4Ny4zMDgxNTU0IDM2Ny45MDIwMjksODcuNDI2OTMzNiAzNjguMjEzMTcxLDg3LjQyNjkzMzYgQzM2OC41MjM3MzIsODcuNDI2OTMzNiAzNjguODM0MTE1LDg3LjMwODE3NzggMzY5LjA3MTA0Niw4Ny4wNzEwMjM0IEMzNjkuNTQ1NTMzLDg2LjU5Njc1OTUgMzY5LjU0NTUzMyw4NS44Mjg1NzY5IDM2OS4wNzEwNDYsODUuMzU0NDY5MyBMMzY3Ljk5NTQwNyw4NC4yNzg0NTA4IEwzNjcuOTk1NDI5LDg0LjI3ODQ1MDggWiBNMzU2LjAwNDIzNiw3NS43MjE5MjkgQzM1Ni4yNDE1NjksNzUuOTU5MjYyIDM1Ni41NTI3MzMsNzYuMDc3NDM3MSAzNTYuODYzMjcyLDc2LjA3NzQzNzEgQzM1Ny4xNzQwMTIsNzYuMDc3NDM3MSAzNTcuNDg0Mzk1LDc1Ljk1OTI2MiAzNTcuNzIxNzI4LDc1LjcyMjQ4NzQgQzM1OC4xOTU4MTMsNzUuMjQ4NDAyMiAzNTguMTk1ODEzLDc0LjQ3OTgzOTkgMzU3LjcyMjEwOCw3NC4wMDUxOTYxIEwzNTYuNjQ2MDg5LDcyLjkyODk1NDIgQzM1Ni4xNzIzODQsNzIuNDU1NDcyMSAzNTUuNDAzNjIsNzIuNDU1NDcyMSAzNTQuOTI4OTU0LDcyLjkyNzk5MzYgQzM1NC40NTQ2OSw3My40MDI2NTk3IDM1NC40NTQ2OSw3NC4xNzEyNDQ0IDM1NC45Mjg1NzQsNzQuNjQ1MzA3MyBMMzU2LjAwNDIzNiw3NS43MjE5MjkgWiBNMzU2LjAwNDgzOSw4NC4yNzg0NTA4IEwzNTQuOTI4OTk5LDg1LjM1NDQ5MTcgQzM1NC40NTQ3MzUsODUuODI4NTc2OSAzNTQuNDU0NzM1LDg2LjU5Njc4MTggMzU0LjkyODk5OSw4Ny4wNzEwMjM0IEMzNTUuMTY1NTcyLDg3LjMwODE1NTQgMzU1LjQ3NjcxNSw4Ny40MjY5MzM2IDM1NS43ODc2NTYsODcuNDI2OTMzNiBDMzU2LjA5NzgzNyw4Ny40MjY5MzM2IDM1Ni40MDg4MDEsODcuMzA4MTc3OCAzNTYuNjQ1NTMxLDg3LjA3MTAyMzQgTDM1Ny43MjE3NSw4NS45OTUxODM2IEMzNTguMTk1ODM2LDg1LjUyMTA5ODQgMzU4LjE5NTgzNiw4NC43NTI3NTk1IDM1Ny43MjE3NSw4NC4yNzg0NTA4IEMzNTcuMjQ3NjY1LDgzLjgwNDM4NzkgMzU2LjQ3ODM0Myw4My44MDQzODc5IDM1Ni4wMDQ4MzksODQuMjc4NDUwOCBMMzU2LjAwNDgzOSw4NC4yNzg0NTA4IFogTTM2Ny4xMzcxMyw3Ni4wNzc0MzcxIEMzNjcuNDQ3NTEzLDc2LjA3NzQzNzEgMzY3Ljc1OTA1Nyw3NS45NTkyNjIgMzY3Ljk5NTc4Nyw3NS43MjE5MjkgTDM2OS4wNzE4MjgsNzQuNjQ1MzA3MyBDMzY5LjU0NTUxMSw3NC4xNzEyNDQ0IDM2OS41NDU1MTEsNzMuNDAyNjU5NyAzNjkuMDcxMDQ2LDcyLjkyNzk5MzYgQzM2OC41OTY3ODIsNzIuNDU1NDcyMSAzNjcuODI4NDIxLDcyLjQ1NDUxMTUgMzY3LjM1Mzc1NCw3Mi45Mjg5NTQyIEwzNjYuMjc4MTE2LDc0LjAwNTE5NjEgQzM2NS44MDQ0MSw3NC40Nzk4NjIyIDM2NS44MDQ0MSw3NS4yNDg0MjQ1IDM2Ni4yNzg0OTUsNzUuNzIyNDg3NCBDMzY2LjUxNTgwNiw3NS45NTkyNjIgMzY2LjgyNjM2OCw3Ni4wNzc0MzcxIDM2Ny4xMzcxMyw3Ni4wNzc0MzcxIFoiIGlkPSJTaGFwZSIgc3Ryb2tlPSIjQTNCMUJGIiBmaWxsPSIjQTNCMUJGIiBmaWxsLXJ1bGU9Im5vbnplcm8iIG9wYWNpdHk9IjAuNDAzMjczODEiPjwvcGF0aD4NCiAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTQwMS44MDE4MjksMjIuMDIzNjU0MSBDNDAyLjM4NzYxNSwyMi42MDk0NDA2IDQwMi4zODc2MTUsMjMuNTU5MTg4IDQwMS44MDE4MjksMjQuMTQ0OTc0NSBMNDAwLjAzMzMxNCwyNS45MTIzMTQzIEw0MDEuODAxODI5LDI3LjY4MDUwODQgQzQwMi4zODc2MTUsMjguMjY2Mjk0OCA0MDIuMzg3NjE1LDI5LjIxNjA0MjMgNDAxLjgwMTgyOSwyOS44MDE4Mjg3IEM0MDEuMjE2MDQyLDMwLjM4NzYxNTEgNDAwLjI2NjI5NSwzMC4zODc2MTUxIDM5OS42ODA1MDgsMjkuODAxODI4NyBMMzk3LjkxMjMxNCwyOC4wMzMzMTQzIEwzOTYuMTQ0OTc0LDI5LjgwMTgyODcgQzM5NS41NTkxODgsMzAuMzg3NjE1MSAzOTQuNjA5NDQxLDMwLjM4NzYxNTEgMzk0LjAyMzY1NCwyOS44MDE4Mjg3IEMzOTMuNDM3ODY4LDI5LjIxNjA0MjMgMzkzLjQzNzg2OCwyOC4yNjYyOTQ4IDM5NC4wMjM2NTQsMjcuNjgwNTA4NCBMMzk1Ljc5MTMxNCwyNS45MTIzMTQzIEwzOTQuMDIzNjU0LDI0LjE0NDk3NDUgQzM5My40Mzc4NjgsMjMuNTU5MTg4IDM5My40Mzc4NjgsMjIuNjA5NDQwNiAzOTQuMDIzNjU0LDIyLjAyMzY1NDEgQzM5NC42MDk0NDEsMjEuNDM3ODY3NyAzOTUuNTU5MTg4LDIxLjQzNzg2NzcgMzk2LjE0NDk3NCwyMi4wMjM2NTQxIEwzOTcuOTEyMzE0LDIzLjc5MTMxNDMgTDM5OS42ODA1MDgsMjIuMDIzNjU0MSBDNDAwLjI2NjI5NSwyMS40Mzc4Njc3IDQwMS4yMTYwNDIsMjEuNDM3ODY3NyA0MDEuODAxODI5LDIyLjAyMzY1NDEgWiIgaWQ9IkNvbWJpbmVkLVNoYXBlLUNvcHktOCIgZmlsbD0iI0EzQjFCRiIgZmlsbC1ydWxlPSJub256ZXJvIiBvcGFjaXR5PSIwLjQwMzI3MzgxIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzOTcuOTEyNzQxLCAyNS45MTI3NDEpIHJvdGF0ZSgzMC4wMDAwMDApIHRyYW5zbGF0ZSgtMzk3LjkxMjc0MSwgLTI1LjkxMjc0MSkgIj48L3BhdGg+DQogICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0xODIuNDgxMTkyLDExMi43MDMwMTcgQzE4My4wNjY5NzgsMTEzLjI4ODgwNCAxODMuMDY2OTc4LDExNC4yMzg1NTEgMTgyLjQ4MTE5MiwxMTQuODI0MzM3IEwxODAuNzEyNjc3LDExNi41OTE2NzcgTDE4Mi40ODExOTIsMTE4LjM1OTg3MSBDMTgzLjA2Njk3OCwxMTguOTQ1NjU4IDE4My4wNjY5NzgsMTE5Ljg5NTQwNSAxODIuNDgxMTkyLDEyMC40ODExOTIgQzE4MS44OTU0MDUsMTIxLjA2Njk3OCAxODAuOTQ1NjU4LDEyMS4wNjY5NzggMTgwLjM1OTg3MSwxMjAuNDgxMTkyIEwxNzguNTkxNjc3LDExOC43MTI2NzcgTDE3Ni44MjQzMzcsMTIwLjQ4MTE5MiBDMTc2LjIzODU1MSwxMjEuMDY2OTc4IDE3NS4yODg4MDQsMTIxLjA2Njk3OCAxNzQuNzAzMDE3LDEyMC40ODExOTIgQzE3NC4xMTcyMzEsMTE5Ljg5NTQwNSAxNzQuMTE3MjMxLDExOC45NDU2NTggMTc0LjcwMzAxNywxMTguMzU5ODcxIEwxNzYuNDcwNjc3LDExNi41OTE2NzcgTDE3NC43MDMwMTcsMTE0LjgyNDMzNyBDMTc0LjExNzIzMSwxMTQuMjM4NTUxIDE3NC4xMTcyMzEsMTEzLjI4ODgwNCAxNzQuNzAzMDE3LDExMi43MDMwMTcgQzE3NS4yODg4MDQsMTEyLjExNzIzMSAxNzYuMjM4NTUxLDExMi4xMTcyMzEgMTc2LjgyNDMzNywxMTIuNzAzMDE3IEwxNzguNTkxNjc3LDExNC40NzA2NzcgTDE4MC4zNTk4NzEsMTEyLjcwMzAxNyBDMTgwLjk0NTY1OCwxMTIuMTE3MjMxIDE4MS44OTU0MDUsMTEyLjExNzIzMSAxODIuNDgxMTkyLDExMi43MDMwMTcgWiIgaWQ9IkNvbWJpbmVkLVNoYXBlLUNvcHktOSIgZmlsbD0iI0EzQjFCRiIgZmlsbC1ydWxlPSJub256ZXJvIiBvcGFjaXR5PSIwLjQwMzI3MzgxIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxNzguNTkyMTA0LCAxMTYuNTkyMTA0KSByb3RhdGUoMjEuMDAwMDAwKSB0cmFuc2xhdGUoLTE3OC41OTIxMDQsIC0xMTYuNTkyMTA0KSAiPjwvcGF0aD4NCiAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTI1NS43NTY1MjMsODcuNjc3NDUyNiBDMjUyLjY0NjM1Nyw4Ny4yMTkxMDQzIDI1Mi40MDkzOTIsODYuNzc3OTQ0IDI1Mi40MDkzOTIsODYuNzc3OTQ0IEMyNTMuMDQ5MTk3LDgzLjA1OTU5MzEgMjUxLjA2NDYxNSw3OC4zNTAwNjM5IDI0Ny44MjQxMTgsNzUuODAwNTAxMyBDMjQzLjUxMTM1Myw3Mi40MDg3MjM2IDIzNi45NTMzNDUsNzQuODcyMzQ1OSAyMzEuODQ2NzQ4LDY5LjcxNTkyNzEgQzIzMC42NTU5OTksNjguNTEyNzYyNyAyMzEuMzQ5MTIyLDgzLjIwODU1NjMgMjM3Ljc0MTI1NCw4OC43Nzc0ODg2IEMyNDIuNDE1MzksOTIuODQ1MzMwMSAyNDcuOTE4OTA0LDkxLjU5NjMzMDkgMjQ5LjQyOTU1Niw5MC45MzE3MjU4IEMyNTAuNzk4MDI5LDkwLjMyNDQxNDMgMjUxLjc1NzczOCw4OS4yMTg2NDg5IDI1MS43NTc3MzgsODkuMjE4NjQ4OSBDMjU0LjI1MTc5NSw4OS45NjM0NjUgMjU1LjQ4NDAxMyw4OS45MTc2MzAxIDI1NS40ODQwMTMsODkuOTE3NjMwMSBDMjU2LjM2MDc4NCw5MC4wMjA3NTg1IDI1Ni44MDUwOTMsODcuODMyMTQ1MiAyNTUuNzU2NTIzLDg3LjY3NzQ1MjYgWiBNMjUwLjIzOTc2LDg4LjQzODczNjkgQzI0MS41NzI0NDMsODYuNjU0ODk3NSAyMzUuODYwMjE2LDc2Ljg3NjQ0NTEgMjM1Ljg2MDIxNiw3Ni44NzY0NDUxIEMyMzUuODYwMjE2LDc2Ljg3NjQ0NTEgMjQxLjM5MzQ3OSw4My41NTkwNzcgMjUwLjg0MDU3MSw4Ni4zOTY1MzYyIEMyNTAuODUyNDc1LDg2Ljg3OTQ2MzEgMjUwLjU1NTIyOSw4OC4xNjQ0ODIyIDI1MC4yMzk3Niw4OC40Mzg3MzY5IFoiIGlkPSJTaGFwZSIgZmlsbD0iI0EzQjFCRiIgZmlsbC1ydWxlPSJub256ZXJvIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyNDMuODY2NDk1LCA4MC42NDYyMTkpIHJvdGF0ZSgtNTAuMDAwMDAwKSB0cmFuc2xhdGUoLTI0My44NjY0OTUsIC04MC42NDYyMTkpICI+PC9wYXRoPg0KICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMjg0LjAzNjU3NSwxMDguMTg2MTA0IEMyODMuOTQxMTc3LDEwOC4wNjAxMTkgMjgzLjc5MDE2NSwxMDcuOTkwOTk5IDI4My42MzIwODIsMTA4LjAwMDk0NCBDMjgzLjQ3NTIxNiwxMDguMDEwODg5IDI4My4zMzM1NjIsMTA4LjA5OTk2MSAyODMuMjU1MTUsMTA4LjIzNjUxIEMyODEuODkwMDg0LDExMC42MjcwNiAyODAuMTIyMzE5LDExMS40NTA4NSAyNzguNTYyODkxLDExMi4xNzc0MTcgQzI3Ny41NDIwMjMsMTEyLjY1MzE5MiAyNzYuNTc3OTA0LDExMy4xMDI1NTYgMjc1Ljg1OTcsMTEzLjkxNzU3NyBDMjc1LjA1ODg5OSwxMTQuODI3NTMgMjc0LjY4NTQ3LDExNi4wNTYxOTkgMjc0LjY4NTQ3LDExNy43ODExMzEgQzI3NC42ODU0NywxMTguNDQyMDY2IDI3NC43NDA0NjYsMTE5LjE3NDQ5MyAyNzQuODUwNDc5LDExOS45OTQ3NzUgQzI3Mi43OTAwMDcsMTIwLjQ5MDQ4MSAyNzEsMTIwLjIwNTA4NiAyNzEsMTIwLjIwNTA4NiBMMjcxLDEyMi4wODI5NzEgQzI3My4yOTgxNDIsMTIyLjA4Mjk3MSAyNzUuMjA1MjczLDEyMS41NDE1ODMgMjc2LjU5NTQ2NiwxMjAuOTU2ODA1IEMyNzcuNTA2MjgsMTIwLjYxMTE0MiAyNzguMzA5OTY3LDEyMC4xNDk5OTYgMjc5LjAxODI1NiwxMTkuNjIwMzI5IEMyNzkuMDk5NjU4LDExOS41NTk0NDEgMjc5LjE0MzUyMywxMTkuNTI0ODE5IDI3OS4xNDUyNzUsMTE5LjUyMzA4NiBDMjgyLjU1OTcyMywxMTYuODg3MDY2IDI4My42NjI1OSwxMTIuNjk0MTg5IDI4My42NjI1OSwxMTIuNjk0MTg5IEMyODMuNjYyNTksMTE3LjE3NTI2NyAyODAuMzk3NDQzLDEyMS4wNjE3MDMgMjc2LjIyOTY2NSwxMjIuNDUzMjkgQzI3Ny41MTE2NCwxMjIuODYxNjk4IDI3OC43MDIyNTYsMTIzLjA0MjEzMyAyNzkuNzc5MzE1LDEyMi45OTE3NDcgQzI4MC45ODg2NywxMjIuOTM0MzQ3IDI4Mi4wNjEwNDksMTIyLjU4ODY0MiAyODIuOTY2NjA3LDEyMS45NjExMTMgQzI4NC44OTQyMDYsMTIwLjYyODEyMyAyODYsMTE4LjA0NDIyMiAyODYsMTE0Ljg3MzgwOSBDMjg2LDExMi4zMTAzOTYgMjg1LjI2NTM2NywxMDkuODEwMjQ0IDI4NC4wMzYxMjEsMTA4LjE4NTQ4NSBMMjg0LjAzNjU5NSwxMDguMTg2MDYyIEwyODQuMDM2NTc1LDEwOC4xODYxMDQgWiIgaWQ9IlBhdGgiIGZpbGw9IiNBM0IxQkYiPjwvcGF0aD4NCiAgICAgICAgICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwLTMiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDI1OC45ODQ1NDAsIDg4LjcxMzY4OSkgcm90YXRlKC0yMC4wMDAwMDApIHRyYW5zbGF0ZSgtMjU4Ljk4NDU0MCwgLTg4LjcxMzY4OSkgdHJhbnNsYXRlKDE5MC40ODQ1NDAsIDIwLjIxMzY4OSkiIGZpbGw9IiNBM0IxQkYiPg0KICAgICAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTEwOC43Njg4ODEsMTA4LjgwNzI1NyBMMTA4LjYzODM2NCwxMzMuMjM1ODQxIEwxMDAuOTAyNDE4LDEzMC40MjAxODcgTDEwOC43Njg4ODEsMTA4LjgwNzI1NyBaIE0zMi45NzY4NDU5LDE0IEw1LjM1OTU4MjE0LDg2Ljk1NDAwNDMgTDUsMTUuMDMyNDMxMSBMMzIuOTc2ODQ1OSwxNCBaIE0xMDkuMjkyMzE1LDE0LjEwNzkzNzEgTDEwOS40OTM5NzMsMjkuMDc5ODIzMiBMNjguODcxOTg3NCwxNC4yOTQ2Mjk4IEwxMDkuMjkyMzE1LDE0LjEwNzkzNzEgWiIgaWQ9IkNvbWJpbmVkLVNoYXBlIiBmaWxsLXJ1bGU9Im5vbnplcm8iIG9wYWNpdHk9IjAuMTQ5OTcyMDk4Ij48L3BhdGg+DQogICAgICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMzUuODAwMjY5MSwwLjUwMTUzNTQ5OSBMNjYuNjQxMjE0NCwxMS43MjY1MzU1IEwxMTEuMDMyODM4LDExLjcyNjkxNDIgTDExMS4wMTAyMTQsMjcuODc1NTM1NSBMMTM2LjM0NzM3OSwzNy4wOTc2OTA4IEwxMTAuOTA4MjE0LDEwNi45ODk1MzUgTDExMC44NzE0MTYsMTM2LjM3MTMzMSBMMTAxLjMxMzIxNCwxMzIuODkxNTM1IEw5OC42NDI1ODksMTMxLjkxOTMzOCBMMTMyLjUwMjI0MSwzOC44OTA3MDgzIEwzNy41OTMyODY1LDQuMzQ2NjczNzkgTDMuNzMzNjM0MzEsOTcuMzc1MzAzNiBMMC45MTQyMTQ0MzIsOTYuMzUwMTgyOCBMMy43NTIyMTQ0Myw4OC41NTI1MzU1IEwzLjg3OTEwODY4LDExLjcyNjkxNDIgTDMxLjcxNDIxNDQsMTEuNzI2NTM1NSBMMzUuODAwMjY5MSwwLjUwMTUzNTQ5OSBaIE0xMDguNDEyMjE0LDExMy44NDc1MzUgTDEwMi44MjkyMTQsMTI5LjE4NzUzNSBMMTA4LjQ4Nzg2NSwxMzEuMjQ3MDc4IEwxMDguNDEyMjE0LDExMy44NDc1MzUgWiBNMzAuNTY4MjE0NCwxNC44NzU1MzU1IEw3LjA2MzI3MzQxLDE0Ljg3NTk5NDkgTDcuMDkwMjE0NDMsNzkuMzgxNTM1NSBMMzAuNTY4MjE0NCwxNC44NzU1MzU1IFogTTEwOC4wMzkyMTQsMjYuNzk0NTM1NSBMMTA3Ljk4OTY0OCwxNC44NzU5OTQ5IEw3NS4yOTIyMTQ0LDE0Ljg3NTUzNTUgTDEwOC4wMzkyMTQsMjYuNzk0NTM1NSBaIiBpZD0iQ29tYmluZWQtU2hhcGUiPjwvcGF0aD4NCiAgICAgICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0xMy44NDc3OTMsNjQuMzU5MjA4NSBMMTMuODQ3NzkzLDY2Ljc5NDUyMDUgTDExLjMwNTkzNjEsNjYuNzk0NTIwNSBMMTEuMzA1OTM2MSw2NC4zNTkyMDg1IEwxMy44NDc3OTMsNjQuMzU5MjA4NSBaIE0xOC44NDc3OTMsNTIuMTgyNjQ4NCBMMTguODQ3NzkzLDU0LjYxNzk2MDQgTDExLjMwNTkzNjEsNTQuNjE3OTYwNCBMMTEuMzA1OTM2MSw1Mi4xODI2NDg0IEwxOC44NDc3OTMsNTIuMTgyNjQ4NCBaIE0yMS44NDc3OTMsNDAuMDA2MDg4MyBMMjEuODQ3NzkzLDQyLjQ0MTQwMDMgTDExLjMwNTkzNjEsNDIuNDQxNDAwMyBMMTEuMzA1OTM2MSw0MC4wMDYwODgzIEwyMS44NDc3OTMsNDAuMDA2MDg4MyBaIE0xOC4wODUyNTg4LDI1LjMzNjY0ODggQzIwLjEwMjczNzMsMjUuMzM2NjQ4OCAyMS43MzgyMjY4LDI2Ljk3MjEzODMgMjEuNzM4MjI2OCwyOC45ODk2MTY4IEMyMS43MzgyMjY4LDMxLjAwNzA5NTQgMjAuMTAyNzM3MywzMi42NDI1ODQ5IDE4LjA4NTI1ODgsMzIuNjQyNTg0OSBDMTYuMDY3NzgwMywzMi42NDI1ODQ5IDE0LjQzMjI5MDgsMzEuMDA3MDk1NCAxNC40MzIyOTA4LDI4Ljk4OTYxNjggQzE0LjQzMjI5MDgsMjYuOTcyMTM4MyAxNi4wNjc3ODAzLDI1LjMzNjY0ODggMTguMDg1MjU4OCwyNS4zMzY2NDg4IFoiIGlkPSJDb21iaW5lZC1TaGFwZSIgb3BhY2l0eT0iMC40NzY1NjI1Ij48L3BhdGg+DQogICAgICAgICAgICAgICAgICAgIDwvZz4NCiAgICAgICAgICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwLTMtQ29weSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMjA4LjAwMDAwMCwgMzkuMDAwMDAwKSI+DQogICAgICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMyw5OSBMMS44MTg4NzgzOGUtMTIsOTkgTDEuODE4ODc4MzhlLTEyLC0yLjc3NTU1NzU2ZS0xNyBMMTAxLC0yLjc3NTU1NzU2ZS0xNyBMMTAxLDk5IEw5OCw5OSBMOTgsMyBMMywzIEwzLDk5IFoiIGlkPSJDb21iaW5lZC1TaGFwZSIgZmlsbD0iI0EzQjFCRiIgZmlsbC1ydWxlPSJub256ZXJvIiBvcGFjaXR5PSIwLjI0ODA3MDEyNiI+PC9wYXRoPg0KICAgICAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTI1LDg5IEw5MSw4OSBMOTEsOTIgTDExLDkyIEwxMSw4OSBMMjIsODkgTDIyLDY4IEwxMSw2OCBMMTEsNjUgTDIyLDY1IEwyMiw1NiBMMTEsNTYgTDExLDUzIEwyMiw1MyBMMjIsNDQgTDExLDQ0IEwxMSw0MSBMMjIsNDEgTDIyLDMyIEwxMSwzMiBMMTEsMjkgTDIyLDI5IEwyMiwxMCBMMjUsMTAgTDI1LDE3IEw5MSwxNyBMOTEsMjAgTDI1LDIwIEwyNSwyOSBMOTEsMjkgTDkxLDMyIEwyNSwzMiBMMjUsNDEgTDMwLDQxIEwzMCw0NCBMMjUsNDQgTDI1LDUzIEw5MSw1MyBMOTEsNTYgTDI1LDU2IEwyNSw2NSBMOTEsNjUgTDkxLDY4IEwyNSw2OCBMMjUsNzcgTDY4LDc3IEw2OCw4MCBMMjUsODAgTDI1LDg5IFogTTkxLDc3IEw5MSw4MCBMNzcsODAgTDc3LDc3IEw5MSw3NyBaIE05MSw0MSBMOTEsNDQgTDQ3LDQ0IEw0Nyw0MSBMOTEsNDEgWiIgaWQ9IkNvbWJpbmVkLVNoYXBlIiBmaWxsPSIjQTNCMUJGIiBmaWxsLXJ1bGU9Im5vbnplcm8iIG9wYWNpdHk9IjAuMjQ4MDcwMTI2Ij48L3BhdGg+DQogICAgICAgICAgICAgICAgICAgICAgICA8Y2lyY2xlIGlkPSJPdmFsLTYiIHN0cm9rZT0iI0EzQjFCRiIgc3Ryb2tlLXdpZHRoPSIzIiBvcGFjaXR5PSIwLjMiIGN4PSIxNSIgY3k9IjE4IiByPSIyLjUiPjwvY2lyY2xlPg0KICAgICAgICAgICAgICAgICAgICAgICAgPGNpcmNsZSBpZD0iT3ZhbC02LUNvcHkiIHN0cm9rZT0iI0EzQjFCRiIgc3Ryb2tlLXdpZHRoPSIzIiBvcGFjaXR5PSIwLjMiIGN4PSIxNSIgY3k9Ijc5IiByPSIyLjUiPjwvY2lyY2xlPg0KICAgICAgICAgICAgICAgICAgICA8L2c+DQogICAgICAgICAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtMzQiIGZpbGw9InVybCgjbGluZWFyR3JhZGllbnQtMikiIHg9IjE1NCIgeT0iMTM0IiB3aWR0aD0iNTEiIGhlaWdodD0iNCI+PC9yZWN0Pg0KICAgICAgICAgICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLTM0LUNvcHkiIGZpbGw9InVybCgjbGluZWFyR3JhZGllbnQtMykiIHg9IjMxOSIgeT0iMTM0IiB3aWR0aD0iNDUiIGhlaWdodD0iNCI+PC9yZWN0Pg0KICAgICAgICAgICAgICAgIDwvZz4NCiAgICAgICAgICAgIDwvZz4NCiAgICAgICAgPC9nPg0KICAgIDwvZz4NCjwvc3ZnPg==";const bM={class:"layui-empty"},mM={class:"layui-empty-image"},pM={key:1,class:"layui-empty-image-default",src:YM},BM={class:"layui-empty-description"},GM={class:"layui-empty-extra"},WM={name:"LayEmpty"},iM=oe({...WM,props:{description:null,image:null},setup(e){const o=e,{t:M}=tM(),l=he(),c=U(()=>o.description?o.description:M("empty.description"));return(f,L)=>(s(),n("div",bM,[w("div",mM,[d(l).image?K(f.$slots,"image",{key:0}):(s(),n("img",pM))]),w("div",BM,p(d(c)),1),w("div",GM,[K(f.$slots,"extra")])]))}});ve(iM);const PM={class:"layui-laypage layui-laypage-default"},ZM={style:{display:"none"}},RM={key:0,class:"layui-laypage-count"},$M=w("a",{class:"layui-laypage-spr"},"...",-1),KM={key:0,class:"layui-laypage-curr"},FM=["onClick"],JM=w("a",{class:"layui-laypage-spr"},"...",-1),VM={key:2,class:"layui-laypage-limits"},HM=["value"],XM=w("i",{class:"layui-icon layui-icon-refresh"},null,-1),qM=[XM],_M={key:4,class:"layui-laypage-skip"},et=["disabled"],Mt={name:"LayPage"},NM=oe({...Mt,props:{total:null,limit:{default:10},theme:null,showPage:{type:Boolean,default:!1},showSkip:{type:Boolean,default:!1},showCount:{type:Boolean,default:!1},showLimit:{type:Boolean,default:!0},showInput:{type:Boolean,default:!1},showRefresh:{type:Boolean,default:!1},pages:{default:10},limits:{default:()=>[10,20,30,40,50]},modelValue:{default:1}},emits:["update:modelValue","update:limit","change"],setup(e,{emit:o}){const M=e,{t:l}=tM();he();const c=Q(0),f=Q(M.limits),L=U(()=>Math.floor(M.pages/2)),D=Q(M.modelValue),x=Q(D.value),A=Q(M.limit);_(()=>M.limit,()=>{A.value=M.limit});const S=U(()=>{c.value=Math.ceil(M.total/A.value);let P=[],h=c.value<=M.pages?1:D.value>L.value?c.value-D.value+1=M.pages||O>c.value);O++)P.push(O);return P}),R=()=>{D.value!==1&&(D.value--,o("change",{current:D.value,limit:A.value}))},m=()=>{D.value===c.value||c.value===0||(D.value++,o("change",{current:D.value,limit:A.value}))},H=P=>{D.value=P,o("change",{current:D.value,limit:A.value})},E=()=>{D.value=x.value,o("change",{current:D.value,limit:A.value})},B=()=>{const P=Math.ceil(M.total/A.value);D.value>P&&(D.value=P),o("change",{current:D.value,limit:A.value})},ie=()=>{o("change",{current:D.value,limit:A.value})};return _(A,()=>{o("update:limit",A.value)}),_(D,()=>{const P=S.value[0],h=S.value[S.value.length-1];D.value>h&&(D.value=h),D.valueM.modelValue,()=>{D.value=M.modelValue,x.value=D.value}),(P,h)=>(s(),n("div",PM,[w("div",ZM,p(d(S)),1),e.showCount?(s(),n("span",RM,p(d(l)("page.total"))+" "+p(e.total)+" "+p(d(l)("page.item")),1)):j("",!0),w("a",{href:"javascript:;",class:F(["layui-laypage-prev",[D.value===1?"layui-disabled":"",e.theme&&D.value!==1?"layui-laypage-a-"+e.theme:""]]),onClick:h[0]||(h[0]=O=>R())},[K(P.$slots,"prev",{},()=>[De(p(d(l)("page.previous")),1)])],2),e.showPage?(s(),n(k,{key:1},[d(S)[0]!=1?(s(),n(k,{key:0},[w("a",{href:"javascript:;",class:"layui-laypage-first",onClick:h[1]||(h[1]=O=>H(1))}," 1 "),$M],64)):j("",!0),(s(!0),n(k,null,ee(d(S),O=>(s(),n(k,{key:O},[O===D.value?(s(),n("span",KM,[w("em",{class:F(["layui-laypage-em",[e.theme?"layui-bg-"+e.theme:""]])},null,2),w("em",null,p(O),1)])):(s(),n("a",{key:1,href:"javascript:;",onClick:Ne=>H(O),class:F([e.theme?"layui-laypage-a-"+e.theme:""])},p(O),11,FM))],64))),128)),d(S)[d(S).length-1]!=c.value?(s(),n(k,{key:1},[JM,w("a",{href:"javascript:;",class:"layui-laypage-last",onClick:h[2]||(h[2]=O=>H(c.value))},p(c.value),1)],64)):j("",!0)],64)):j("",!0),w("a",{href:"javascript:;",class:F(["layui-laypage-next",[D.value===c.value||c.value===0?"layui-disabled":"",e.theme&&D.value!==c.value&&c.value!==0?"layui-laypage-a-"+e.theme:""]]),onClick:h[3]||(h[3]=O=>m())},[K(P.$slots,"next",{},()=>[De(p(d(l)("page.next")),1)])],2),e.showLimit?(s(),n("span",VM,[qe(w("select",{"onUpdate:modelValue":h[4]||(h[4]=O=>A.value=O),onChange:B},[(s(!0),n(k,null,ee(f.value,O=>(s(),n("option",{key:O,value:O},p(O)+" "+p(d(l)("page.item"))+"/"+p(d(l)("page.page")),9,HM))),128))],544),[[TM,A.value]])])):j("",!0),e.showRefresh?(s(),n("a",{key:3,href:"javascript:;",onClick:ie,class:"layui-laypage-refresh"},qM)):j("",!0),M.showSkip?(s(),n("span",_M,[De(p(d(l)("page.goTo"))+" ",1),qe(w("input",{"onUpdate:modelValue":h[5]||(h[5]=O=>x.value=O),onKeypress:h[6]||(h[6]=rM(O=>E(),["enter"])),type:"number",class:"layui-input layui-input-number"},null,544),[[zM,x.value]]),De(p(d(l)("page.page"))+" ",1),w("button",{type:"button",class:"layui-laypage-btn",onClick:h[7]||(h[7]=O=>E()),disabled:x.value>c.value||x.value==D.value},p(d(l)("page.confirm")),9,et)])):j("",!0)]))}});ve(NM);const sM=["change","sort-change","update:expandKeys","update:selectedKeys","update:selectedKey","row-contextmenu","row-double","row"],tt=["colspan","rowspan"],at={key:1,class:"layui-table-cell-expand-icon-spaced"},lt=["colspan","rowspan"],it={key:1,class:"layui-table-cell-expand-icon-spaced"},Nt=["colspan","rowspan"],st={key:1,class:"layui-table-cell-expand-icon-spaced"},ut=["colspan","rowspan"],nt={key:1,class:"layui-table-cell-expand-icon-spaced"},Dt=["colspan","rowspan"],gt={key:1,class:"layui-table-cell-expand-icon-spaced"},dt={key:4},yt={key:0,class:"layui-table-cell-expand"},ct=["colspan"],It={name:"TableRow"},ot=oe({...It,props:{index:null,indentSize:null,currentIndentSize:null,expandSpace:{type:Boolean},expandIndex:null,selectedKeys:null,selectedKey:null,tableColumnKeys:null,childrenColumnName:{default:"children"},columnSlotNames:null,page:null,columns:null,checkbox:{type:Boolean,default:!1},cellClassName:{type:[String,Function],default:""},cellStyle:{type:[String,Function],default:""},rowClassName:null,rowStyle:null,id:null,data:null,spanMethod:null,defaultExpandAll:{type:Boolean},expandKeys:null,getCheckboxProps:null,getRadioProps:null},emits:sM,setup(e,{emit:o}){const M=e,l=he();_(()=>M.defaultExpandAll,()=>{c.value=M.defaultExpandAll});const c=Q(M.defaultExpandAll),f=U({get(){return[...M.expandKeys]},set(r){o("update:expandKeys",r)}}),L=U({get(){return[...M.selectedKeys]},set(r){o("update:selectedKeys",r)}}),D=U({get(){return M.selectedKey},set(r){o("update:selectedKey",r)}}),x=U({get(){return c.value?!0:f.value.includes(M.data[M.id])},set(r){let T=[...f.value];r?T.push(M.data[M.id]):T.splice(T.indexOf(M.data[M.id]),1),c.value=!1,f.value=T}}),A=function(r,T){o("row",r,T)},S=function(r,T){o("row-double",r,T)},R=function(r,T){o("row-contextmenu",r,T)},m=U(()=>x.value?"layui-icon-subtraction":"layui-icon-addition"),H=()=>{x.value=!x.value},E=(r,T,$,a)=>typeof M.cellStyle=="string"?M.cellStyle:M.cellStyle(r,T,$,a),B=(r,T,$,a)=>typeof M.cellClassName=="string"?M.cellClassName:M.cellClassName(r,T,$,a),ie=(r,T)=>typeof M.rowStyle=="string"?M.rowStyle:M.rowStyle(r,T),P=(r,T)=>typeof M.rowClassName=="string"?M.rowClassName:M.rowClassName(r,T),h=U(()=>M.currentIndentSize+M.indentSize),O=(r,T)=>{var $,a,g,G;if(r.fixed)if(r.fixed=="left"){for(var V=0,Y=0;Y{if(r.fixed)if(r.fixed=="left"){for(var $=!0,a=T+1;a{const g=M.spanMethod(r,T,$,a);return g instanceof Array?{rowspan:g[0],colspan:g[1]}:g instanceof Object?g:{rowspan:1,colspan:1}},X=(r,T,$,a)=>{const g=J(r,T,$,a);return!(g.colspan==0&&g.rowspan==0)},q=M.getRadioProps(M.data,M.index),Ce=M.getCheckboxProps(M.data,M.index);return(r,T)=>{const $=wM("table-data",!0);return s(),n(k,null,[w("tr",{style:b([ie(e.data,e.index)]),class:F([P(e.data,e.index)]),onClick:T[2]||(T[2]=ce(a=>A(e.data,a),["stop"])),onDblclick:T[3]||(T[3]=ce(a=>S(e.data,a),["stop"])),onContextmenu:T[4]||(T[4]=ce(a=>R(e.data,a),["stop"]))},[(s(!0),n(k,null,ee(e.columns,(a,g)=>{var G,V,Y;return s(),n(k,{key:g},[e.tableColumnKeys.includes(a.key)?(s(),n(k,{key:0},[a.type?(s(),n(k,{key:0},[a.type=="radio"?(s(),n(k,{key:0},[X(e.data,a,e.index,g)?(s(),n("td",{key:0,class:F(["layui-table-cell layui-table-cell-radio",[Ne(a,g),B(e.data,a,e.index,g),a.fixed?`layui-table-fixed-${a.fixed}`:""]]),colspan:J(e.data,a,e.index,g).colspan,rowspan:J(e.data,a,e.index,g).rowspan,style:b([{textAlign:a.align,whiteSpace:a.ellipsisTooltip?"nowrap":"normal"},O(a,g),E(e.data,a,e.index,g)])},[e.expandSpace&&g===e.expandIndex?(s(),n("span",{key:0,style:b({"margin-right":e.currentIndentSize+"px"})},null,4)):j("",!0),e.expandSpace&&!e.data[e.childrenColumnName]&&!d(l).expand&&g===e.expandIndex?(s(),n("span",at)):j("",!0),(d(l).expand||e.data[e.childrenColumnName])&&g===e.expandIndex?(s(),Me(d(de),{key:2,class:"layui-table-cell-expand-icon",type:d(m),onClick:H},null,8,["type"])):j("",!0),Ie(lM,_e({modelValue:d(D),"onUpdate:modelValue":T[0]||(T[0]=se=>ge(D)?D.value=se:null)},d(q),{value:e.data[e.id]}),null,16,["modelValue","value"])],14,tt)):j("",!0)],64)):j("",!0),a.type=="checkbox"?(s(),n(k,{key:1},[X(e.data,a,e.index,g)?(s(),n("td",{key:0,class:F(["layui-table-cell layui-table-cell-checkbox",[Ne(a,g),B(e.data,a,e.index,g),a.fixed?`layui-table-fixed-${a.fixed}`:""]]),colspan:J(e.data,a,e.index,g).colspan,rowspan:J(e.data,a,e.index,g).rowspan,style:b([{textAlign:a.align,whiteSpace:a.ellipsisTooltip?"nowrap":"normal"},O(a,g),E(e.data,a,e.index,g)])},[e.expandSpace&&g===e.expandIndex?(s(),n("span",{key:0,style:b({"margin-right":e.currentIndentSize+"px"})},null,4)):j("",!0),e.expandSpace&&!e.data[e.childrenColumnName]&&!d(l).expand&&g===e.expandIndex?(s(),n("span",it)):j("",!0),(d(l).expand||e.data[e.childrenColumnName])&&g===e.expandIndex?(s(),Me(d(de),{key:2,class:"layui-table-cell-expand-icon",type:d(m),onClick:H},null,8,["type"])):j("",!0),Ie(Be,_e({modelValue:d(L),"onUpdate:modelValue":T[1]||(T[1]=se=>ge(L)?L.value=se:null)},d(Ce),{value:e.data[e.id],skin:"primary"}),null,16,["modelValue","value"])],14,lt)):j("",!0)],64)):j("",!0),a.type=="number"?(s(),n(k,{key:2},[X(e.data,a,e.index,g)?(s(),n("td",{key:0,class:F(["layui-table-cell layui-table-cell-number",[Ne(a,g),B(e.data,a,e.index,g),a.fixed?`layui-table-fixed-${a.fixed}`:""]]),colspan:J(e.data,a,e.index,g).colspan,rowspan:J(e.data,a,e.index,g).rowspan,style:b([{textAlign:a.align,whiteSpace:a.ellipsisTooltip?"nowrap":"normal"},O(a,g),E(e.data,a,e.index,g)])},[e.expandSpace&&g===e.expandIndex?(s(),n("span",{key:0,style:b({"margin-right":e.currentIndentSize+"px"})},null,4)):j("",!0),e.expandSpace&&!e.data[e.childrenColumnName]&&!d(l).expand&&g===e.expandIndex?(s(),n("span",st)):j("",!0),(d(l).expand||e.data[e.childrenColumnName])&&g===e.expandIndex?(s(),Me(d(de),{key:2,class:"layui-table-cell-expand-icon",type:d(m),onClick:H},null,8,["type"])):j("",!0),De(" "+p((G=e.page)!=null&&G.current?(((V=e.page)==null?void 0:V.current)-1)*((Y=e.page)==null?void 0:Y.limit)+e.index+1:e.index+1),1)],14,Nt)):j("",!0)],64)):j("",!0)],64)):(s(),n(k,{key:1},[a.customSlot?(s(),n(k,{key:0},[X(e.data,a,e.index,g)?(s(),n("td",{key:0,class:F(["layui-table-cell",[Ne(a,g),B(e.data,a,e.index,g),a.fixed?`layui-table-fixed-${a.fixed}`:""]]),colspan:J(e.data,a,e.index,g).colspan,rowspan:J(e.data,a,e.index,g).rowspan,style:b([{textAlign:a.align,whiteSpace:a.ellipsisTooltip?"nowrap":"normal"},O(a,g),E(e.data,a,e.index,g)])},[w("div",{style:b([{display:"flex"},[{textAlign:a.align,justifyContent:a.align}]])},[e.expandSpace&&g===e.expandIndex?(s(),n("span",{key:0,style:b({"margin-right":e.currentIndentSize+"px"})},null,4)):j("",!0),e.expandSpace&&!e.data[e.childrenColumnName]&&!d(l).expand&&g===e.expandIndex?(s(),n("span",nt)):j("",!0),(d(l).expand||e.data[e.childrenColumnName])&&g===e.expandIndex?(s(),Me(d(de),{key:2,class:"layui-table-cell-expand-icon",type:d(m),onClick:H},null,8,["type"])):j("",!0),a.ellipsisTooltip?(s(),Me(eM,{key:3,isAutoShow:!0},{content:ae(()=>[K(r.$slots,a.customSlot,{row:e.data,data:e.data,column:a,rowIndex:e.index,columnIndex:g})]),default:ae(()=>[K(r.$slots,a.customSlot,{row:e.data,data:e.data,column:a,rowIndex:e.index,columnIndex:g})]),_:2},1024)):K(r.$slots,a.customSlot,{key:4,row:e.data,data:e.data,column:a,rowIndex:e.index,columnIndex:g})],4)],14,ut)):j("",!0)],64)):(s(),n(k,{key:1},[X(e.data,a,e.index,g)?(s(),n("td",{key:0,class:F(["layui-table-cell",[Ne(a,g),B(e.data,a,e.index,g),a.fixed?`layui-table-fixed-${a.fixed}`:""]]),colspan:J(e.data,a,e.index,g).colspan,rowspan:J(e.data,a,e.index,g).rowspan,style:b([{textAlign:a.align,whiteSpace:a.ellipsisTooltip?"nowrap":"normal"},O(a,g),E(e.data,a,e.index,g)])},[w("div",{style:b([{display:"flex"},[{textAlign:a.align,justifyContent:a.align}]])},[e.expandSpace&&g===e.expandIndex?(s(),n("span",{key:0,style:b({"margin-right":e.currentIndentSize+"px"})},null,4)):j("",!0),e.expandSpace&&!e.data[e.childrenColumnName]&&!d(l).expand&&g===e.expandIndex?(s(),n("span",gt)):j("",!0),(d(l).expand||e.data[e.childrenColumnName])&&g===e.expandIndex?(s(),Me(d(de),{key:2,class:"layui-table-cell-expand-icon",type:d(m),onClick:H},null,8,["type"])):j("",!0),a.ellipsisTooltip?(s(),Me(eM,{key:3,content:e.data[a.key],isAutoShow:!0},{default:ae(()=>[De(p(e.data[a.key]),1)]),_:2},1032,["content"])):(s(),n("span",dt,p(e.data[a.key]),1))],4)],14,Dt)):j("",!0)],64))],64))],64)):j("",!0)],64)}),128))],38),d(l).expand&&d(x)?(s(),n("tr",yt,[w("td",{class:"layui-table-cell",colspan:e.columns.length},[K(r.$slots,"expand",{data:e.data,row:e.data})],8,ct)])):j("",!0),e.data[e.childrenColumnName]&&d(x)?(s(!0),n(k,{key:1},ee(e.data[e.childrenColumnName],(a,g)=>(s(),Me($,{key:g,id:e.id,data:a,index:g,page:e.page,columns:e.columns,columnSlotNames:e.columnSlotNames,"indent-size":e.indentSize,"current-indent-size":d(h),checkbox:e.checkbox,tableColumnKeys:e.tableColumnKeys,expandSpace:e.expandSpace,expandIndex:e.expandIndex,cellStyle:e.cellStyle,cellClassName:e.cellClassName,rowStyle:e.rowStyle,rowClassName:e.rowClassName,spanMethod:e.spanMethod,defaultExpandAll:e.defaultExpandAll,getCheckboxProps:e.getCheckboxProps,getRadioProps:e.getRadioProps,onRow:A,onRowDouble:S,onRowContextmenu:R,expandKeys:d(f),"onUpdate:expandKeys":T[5]||(T[5]=G=>ge(f)?f.value=G:null),selectedKeys:d(L),"onUpdate:selectedKeys":T[6]||(T[6]=G=>ge(L)?L.value=G:null),selectedKey:d(D),"onUpdate:selectedKey":T[7]||(T[7]=G=>ge(D)?D.value=G:null)},aM({_:2},[ee(e.columnSlotNames,G=>({name:G,fn:ae(V=>[K(r.$slots,G,{row:V.data,data:V.data,column:V.column,rowIndex:V.rowIndex,columnIndex:V.columnIndex})])})),d(l).expand?{name:"expand",fn:ae(G=>[K(r.$slots,"expand",{data:G.data,row:G.row})]),key:"0"}:void 0]),1032,["id","data","index","page","columns","columnSlotNames","indent-size","current-indent-size","checkbox","tableColumnKeys","expandSpace","expandIndex","cellStyle","cellClassName","rowStyle","rowClassName","spanMethod","defaultExpandAll","getCheckboxProps","getRadioProps","expandKeys","selectedKeys","selectedKey"]))),128)):j("",!0)],64)}}}),jt={name:"TablePage"},Tt=oe({...jt,props:{showPage:{type:Boolean,default:!0},showSkip:{type:Boolean,default:!0},showLimit:{type:Boolean,default:!0},showCount:{type:Boolean},showRefresh:{type:Boolean},current:null,limits:null,pages:null,total:null,limit:null,theme:null},emits:["update:current","update:limit","change"],setup(e,{emit:o}){const M=e,l=U({get(){return M.current},set(L){o("update:current",L)}}),c=U({get(){return M.limit},set(L){o("update:limit",L)}}),f=L=>{o("change",L)};return(L,D)=>(s(),Me(NM,{total:e.total,"show-page":e.showPage,"show-skip":e.showSkip,"show-limit":e.showLimit,"show-count":e.showCount,"show-refresh":e.showRefresh,limits:e.limits,theme:e.theme,pages:e.pages,modelValue:d(l),"onUpdate:modelValue":D[0]||(D[0]=x=>ge(l)?l.value=x:null),limit:d(c),"onUpdate:limit":D[1]||(D[1]=x=>ge(c)?c.value=x:null),onChange:f},{prev:ae(()=>[Ie(d(de),{type:"layui-icon-left"})]),next:ae(()=>[Ie(d(de),{type:"layui-icon-right"})]),_:1},8,["total","show-page","show-skip","show-limit","show-count","show-refresh","limits","theme","pages","modelValue","limit"]))}}),zt=e=>{const o=U(()=>M(e.columns)),M=function(D){const x=[],A=function(S,R){S.map(m=>{m.children?A(m.children,R):m.customSlot&&R.push(m.customSlot)})};return A(D,x),x},l=function(D){const x=[0],A=function(S,R){S.map(m=>{R[0]++,m.children&&A(m.children,R)})};return A(D,x),x[0]},c=U(()=>l(e.dataSource)),f=function(D){const x=[],A=function(S,R){S.map((m,H)=>{var E;(E=e.getCheckboxProps(m,H))!=null&&E.disabled||R.push(m[e.id]),m.children&&A(m.children,R)})};return A(D,x),x},L=U(()=>f(e.dataSource));return{columnSlotNames:o,dataSourceCount:c,needSelectedKeys:L}};let Ge=!1,We=null,Oe=null,ke=null,Pe=0,fe=0,Se=0;const rt=EM(e=>{if(!Ge)return;const o=e.clientX-Pe,M=fe+o;if(M<0)return!1;We.width=M+"px",Oe&&ke&&(Oe.style.width=Se+o+"px",ke.style.width=Se+o+"px")},20),wt=()=>{Pe=0,fe=0,Se=0,We=null,Oe=null,ke=null,Ge=!1};document.addEventListener("mousemove",rt);document.addEventListener("mouseup",wt);const xt=(e,o,M,l)=>{Oe=M,ke=l,We=o,Pe=e.clientX;const c=[];if(M.firstChild.childNodes.forEach(D=>{D.clientWidth&&c.push(D.clientWidth)}),Se=c.reduce((D,x)=>D+x,0),Ge=!0,fe=e.target.parentNode.offsetWidth,o.width){const D=o.width.match(/^(\d+)px$/i);D&&(fe=+D[1])}};function At(e,o){OM(()=>{if(e.value.length===0||o.value.length===0)return;const M=new Map;uM(e.value,M);const l=new Map;Ct(o.value,l,M);const c=16;l.forEach((f,L)=>{const D=Lt(f)+c,x=M.get(L);D<300&&D>50?x&&(x.width=`${D}px`):D<50?x&&(x.width="50px"):x&&(x.width="300px")})})}function uM(e,o){e.forEach(M=>{if(!M.width){if(M.children){uM(M.children,o);return}M.key&&o.set(M.key,M)}})}function Ct(e,o,M){for(let l=0;l{if(f.width||typeof c[L]!="string")return;const D=o.get(L);D?D.length[]},columns:null,skin:null,size:{default:"md"},page:null,defaultToolbar:{type:[Boolean,Array],default:!1},selectedKey:{default:""},selectedKeys:{default:()=>[]},indentSize:{default:30},childrenColumnName:{default:"children"},height:null,maxHeight:{default:"auto"},even:{type:Boolean,default:!1},expandIndex:{default:0},rowClassName:{type:[String,Function],default:""},cellClassName:{type:[String,Function],default:""},rowStyle:{type:[String,Function],default:""},cellStyle:{type:[String,Function],default:""},spanMethod:{type:Function,default:()=>{}},defaultExpandAll:{type:Boolean,default:!1},expandKeys:{default:()=>[]},loading:{type:Boolean,default:!1},getCheckboxProps:{type:Function,default:()=>{}},getRadioProps:{type:Function,default:()=>{}},resize:{type:Boolean,default:!1},autoColsWidth:{type:Boolean,default:!1}},emits:sM,setup(e,{expose:o,emit:M}){const l=e,c=he();c.default&&c.default();const f=Q(),L="",D=Q(!1),x=Q(!1),A=Q([...l.dataSource]),S=U(()=>[...l.columns]),{columnSlotNames:R,dataSourceCount:m,needSelectedKeys:H}=zt(l),E=Q([]),B=Q([]),ie=Q([]),P=t=>{let i=0;return function N(y,u){++u,i=Math.max(u,i);for(let z=0;z0?N(C.children,u):delete C.children}}(t,0),i};function h(t){if(!t.children||t.children.length==0)return t.colspan=1,1;for(var i=0,N=0;N{t.forEach(i=>{i.children?O(i.children):ie.value.push(i)})},Ne=t=>{t.forEach(i=>{i.children?(E.value.push(i.key),Ne(i.children)):i.hide||E.value.push(i.key)})},J=(t,i,N)=>{i.forEach(y=>{if(N!=null&&(y.fixed=N),y.children){const u=h(y);y.colspan=u,B.value[t]||(B.value[t]=[]),y.fixed&&!y.width&&(y.type?y.width="50px":y.width="100px"),B.value[t].push(y),J(t+1,y.children,t===0&&y.fixed!=null?y.fixed:void 0)}else{const u=P(i);y.rowspan=u,B.value[t]||(B.value[t]=[]),y.fixed&&!y.width&&(y.type?y.width="50px":y.width="100px"),B.value[t].push(y)}})},X=Q([...l.expandKeys]),q=Q([...l.selectedKeys]);l.autoColsWidth&&At(S,A),_(S,()=>{E.value=[],ie.value=[],B.value=[],O(S.value),Ne(S.value),J(0,S.value,void 0)},{immediate:!0}),_(()=>l.selectedKeys,()=>{q.value=l.selectedKeys},{deep:!0}),_(()=>l.expandKeys,()=>{X.value=l.expandKeys},{deep:!0}),_(X,()=>{M("update:expandKeys",X.value)},{deep:!0,immediate:!0}),_(()=>l.defaultExpandAll,()=>{if(l.defaultExpandAll){const t=[];Ce(l.dataSource,t),X.value=t}else X.value=[]});const Ce=(t=[],i=[])=>{for(let N of t)N[l.childrenColumnName]&&(i.push(N[l.id]),Ce(N[l.childrenColumnName],i));return i},r=U({get(){return l.selectedKey},set(t){M("update:selectedKey",t)}});_(()=>l.dataSource,()=>{A.value=[...l.dataSource],q.value=[],r.value=L},{deep:!0});const T=t=>{t?q.value=[...H.value]:q.value=[]};_(q,()=>{q.value.length===m.value?D.value=!0:D.value=!1,q.value.length>0?x.value=!0:x.value=!1,M("update:selectedKeys",q.value)},{deep:!0,immediate:!0});const $=function(t){M("change",t)},a=function(t,i){M("row",t,i)},g=function(t,i){M("row-double",t,i)},G=(t,i)=>{M("row-contextmenu",t,i)},V=()=>{let i=f.value.innerHTML,N=document.body.innerHTML;document.body.innerHTML=i,window.print(),window.location.reload(),document.body.innerHTML=N},Y=()=>{var t="";for(let u of B.value){t+="";for(let z of u)(z.type&&z.type==="number"||!z.type)&&(t+=`${z.title||""}`);t+=""}A.value.forEach((u,z)=>{t+="",ie.value.forEach((C,v)=>{if(C.type&&C.type=="number")t+=`${z+1}`;else if(C.type==null){var W=void 0;Object.keys(u).forEach(Ee=>{C.key===Ee&&(W=u)});const le=l.spanMethod(u,C,z,v),re=le?le[0]:1,we=le?le[1]:1;re!=0&&we!=0&&(t+=`${W?W[C.key]:""}`)}}),t+=""});var i="Sheet1",N="data:application/vnd.ms-excel;base64,",y=`{const M=MM("LayForm",{});return e.size||M.size||"md"})}}const fM=["size"],SM=["value","name"],vM=["onClick"],hM={key:0,class:"layui-anim layui-icon layui-anim-scaleSpring"},QM={key:1,class:"layui-icon layui-form-radioed"},UM={name:"LayRadio"},lM=oe({...UM,props:{name:null,size:null,disabled:{type:Boolean},modelValue:{type:[String,Boolean,Number]},value:{type:[String,Boolean,Number]},label:null},emits:["update:modelValue","change"],setup(e,{emit:o}){const M=e,{size:l}=kM(M),c=MM("radioGroup",{}),f=U(()=>c!=null&&(c==null?void 0:c.name)==="LayRadioGroup"),L=U(()=>c.naiveName?c.naiveName:M.name),D=U({get(){return f.value?c.modelValue.value===M.value:M.modelValue===M.value},set(S){f.value?c.modelValue.value=M.value:S&&(o("change",M.value),o("update:modelValue",M.value))}}),x=function(){A.value||(D.value=!D.value)},A=U(()=>!!(M.disabled||c.hasOwnProperty("disabled")&&c.disabled.value));return(S,R)=>(s(),n("span",{class:"layui-radio",size:d(l)},[w("input",{type:"radio",value:e.value,name:d(L)},null,8,SM),w("div",{class:F(["layui-unselect layui-form-radio",{"layui-form-radioed":d(D),"layui-radio-disabled layui-disabled":d(A)}]),onClick:ce(x,["stop"])},[d(D)?(s(),n("i",hM,"")):(s(),n("i",QM,"")),w("span",null,[K(S.$slots,"default",{},()=>[De(p(e.label),1)])])],10,vM)],8,fM))}});ve(lM);var YM="data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjxzdmcgd2lkdGg9IjYyMHB4IiBoZWlnaHQ9IjIwMHB4IiB2aWV3Qm94PSIwIDAgNjIwIDIwMCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4NCiAgICA8dGl0bGU+R3JvdXAgMzU8L3RpdGxlPg0KICAgIDxkZWZzPg0KICAgICAgICA8bGluZWFyR3JhZGllbnQgeDE9IjEwMCUiIHkxPSIyOC4zODU1MzY1JSIgeDI9IjUwJSIgeTI9IjYwLjEyODI3NjglIiBpZD0ibGluZWFyR3JhZGllbnQtMSI+DQogICAgICAgICAgICA8c3RvcCBzdG9wLWNvbG9yPSIjQTNCMUJGIiBzdG9wLW9wYWNpdHk9IjAiIG9mZnNldD0iMCUiPjwvc3RvcD4NCiAgICAgICAgICAgIDxzdG9wIHN0b3AtY29sb3I9IiNBM0IxQkYiIG9mZnNldD0iMTAwJSI+PC9zdG9wPg0KICAgICAgICA8L2xpbmVhckdyYWRpZW50Pg0KICAgICAgICA8bGluZWFyR3JhZGllbnQgeDE9Ii0xLjExMDIyMzAyZS0xNCUiIHkxPSI1MCUiIHgyPSIxMDAlIiB5Mj0iNTAlIiBpZD0ibGluZWFyR3JhZGllbnQtMiI+DQogICAgICAgICAgICA8c3RvcCBzdG9wLWNvbG9yPSIjQTNCMUJGIiBzdG9wLW9wYWNpdHk9IjAiIG9mZnNldD0iMCUiPjwvc3RvcD4NCiAgICAgICAgICAgIDxzdG9wIHN0b3AtY29sb3I9IiNBM0IxQkYiIG9mZnNldD0iMTAwJSI+PC9zdG9wPg0KICAgICAgICA8L2xpbmVhckdyYWRpZW50Pg0KICAgICAgICA8bGluZWFyR3JhZGllbnQgeDE9IjEwMCUiIHkxPSI1MCUiIHgyPSIyLjc3MDUwMjE3JSIgeTI9IjUwJSIgaWQ9ImxpbmVhckdyYWRpZW50LTMiPg0KICAgICAgICAgICAgPHN0b3Agc3RvcC1jb2xvcj0iI0EzQjFCRiIgc3RvcC1vcGFjaXR5PSIwIiBvZmZzZXQ9IjAlIj48L3N0b3A+DQogICAgICAgICAgICA8c3RvcCBzdG9wLWNvbG9yPSIjQTNCMUJGIiBvZmZzZXQ9IjEwMCUiPjwvc3RvcD4NCiAgICAgICAgPC9saW5lYXJHcmFkaWVudD4NCiAgICA8L2RlZnM+DQogICAgPGcgaWQ9IuahhuaetuiuvuiuoS3ov4fnqIvniYgiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPg0KICAgICAgICA8ZyBpZD0i57y655yB5Zu+IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTU0My4wMDAwMDAsIC0xNTQuMDAwMDAwKSI+DQogICAgICAgICAgICA8ZyBpZD0iR3JvdXAtMzUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE1NDMuMDAwMDAwLCAxNTQuMDAwMDAwKSI+DQogICAgICAgICAgICAgICAgPGcgaWQ9IuaaguaXoOaVsOaNriIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNTcuMDAwMDAwLCAzLjAwMDAwMCkiPg0KICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMTI3LjQyNDAyMSw1OS41Mzg4MTI4IEMxMjYuNjA2NTk5LDU4LjQwNjM5MjcgMTI1LjQzODI2Myw1Ny40MjgwMTE0IDEyMy45NTg3ODUsNTcuNDI4MDExNCBDMTIzLjM0NDI5MSw1Ny40MjgwMTE0IDEyMi41NDA3NzQsNTcuNTYzMzQwNyAxMjEuOTc2Mzc4LDU3LjgwMDE3NDggTDEyMS4yODY2NDksNTguMTUzMTI1NiBMMTIxLjEyMDUwMSw1Ny40MjgwMTE0IEMxMjAuNjQyMzM3LDU1LjU3MDcyODcgMTE4LjU1NDY4Niw1My44NTc4MDU0IDExNi4zMzk1OTEsNTMuODU3ODA1NCBDMTE0LjQ0MDMwNCw1My44NTc4MDU0IDExMi42NDcyODIsNTQuNzgwNjg2NCAxMTEuODkzMjc0LDU2LjQ1Njc4OTkgTDExMS42ODU5MDcsNTYuOTE4ODkwMyBDMTEwLjg3OTQ4NCw1Ni44MzkwMjEzIDExMC40MDg4NDIsNTYuNzk5MDg2OCAxMTAuMjczOTc5LDU2Ljc5OTA4NjggQzEwOC44MDcxODQsNTYuNzk5MDg2OCAxMDcuOTE4MjM3LDU4LjE3MDc3NjMgMTA3Ljc2MDMzMyw1OS41Mzg4MTI4IEwxMjcuNDI0MDIxLDU5LjUzODgxMjggWiBNMTE2LjI1NjMxNyw1MS42MjQwNDg3IEMxMTguODM4MzU2LDUxLjYyNDA0ODcgMTIxLjIxMjE3Nyw1My4wNjMzMTgxIDEyMi40MjgwMDYsNTUuMzI4MTU4MyBDMTIyLjcwMjU4OCw1NS4yOTQwNjM5IDEyMi45ODAyMTMsNTUuMjc3MDE2NyAxMjMuMjU3ODM5LDU1LjI3NzAxNjcgQzEyNi4xOTQ4MjUsNTUuMjc3MDE2NyAxMjguNzYyMjUzLDU3LjE2MDczMDYgMTI5LjY0NjI3MSw1OS45NjQzODM2IEwxMjkuNjc0Mjc3LDYwLjA1Mzg4MTMgTDEyOS42NzQyNzcsNjEuNjM3MTU4NyBMOTEuOTMwODA1Myw2MS42MzcxNTg3IEw5MS45MzA4MDUzLDU5LjUzODgxMjggTDEwNS42MTA5NTksNTkuNTM4ODEyOCBDMTA1Ljc2MzE2Niw1Ni45MjYzMzE4IDEwNy44NjE3OTYsNTQuODI4MzEwNSAxMTAuNDc0Mjc3LDU0LjY3NjcxMjMgQzExMS43Nzk2MDQsNTIuNzU4OTA0MSAxMTMuOTE3MTk5LDUxLjYyNDA0ODcgMTE2LjI1NjMxNyw1MS42MjQwNDg3IFogTTk4LjAxNTIyMDcsNTUuMjc3MDE2NyBMOTguMDE1MjIwNyw1Ny4zMzg5NDYgTDg1LjgzODY2MDYsNTcuMzM4OTQ2IEw4NS44Mzg2NjA2LDU1LjI3NzAxNjcgTDk4LjAxNTIyMDcsNTUuMjc3MDE2NyBaIiBpZD0iY2xvdWQ0LWNvcHkiIGZpbGw9IiNBM0IxQkYiPjwvcGF0aD4NCiAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTQxLjU4NTM2MDgsMTI4LjkxNDc2NCBDNDAuNzY3OTM4MSwxMjcuNzgyMzQ0IDM5LjU5OTYwMjcsMTI2LjgwMzk2MyAzOC4xMjAxMjQ2LDEyNi44MDM5NjMgQzM3LjUwNTYzMDcsMTI2LjgwMzk2MyAzNi43MDIxMTM0LDEyNi45MzkyOTIgMzYuMTM3NzE3NiwxMjcuMTc2MTI2IEwzNS40NDc5ODg3LDEyNy41MjkwNzcgTDM1LjI4MTg0MDcsMTI2LjgwMzk2MyBDMzQuODAzNjc2OCwxMjQuOTQ2NjggMzIuNzE2MDI1NiwxMjMuMjMzNzU3IDMwLjUwMDkzMDUsMTIzLjIzMzc1NyBDMjguNjAxNjQzNCwxMjMuMjMzNzU3IDI2LjgwODYyMTQsMTI0LjE1NjYzOCAyNi4wNTQ2MTM5LDEyNS44MzI3NDEgTDI1Ljg0NzI0NiwxMjYuMjk0ODQyIEMyNS4wNDA4MjM4LDEyNi4yMTQ5NzMgMjQuNTcwMTgxMSwxMjYuMTc1MDM4IDI0LjQzNTMxOCwxMjYuMTc1MDM4IEMyMi45Njg1MjMsMTI2LjE3NTAzOCAyMi4wNzk1NzY4LDEyNy41NDY3MjggMjEuOTIxNjcyOSwxMjguOTE0NzY0IEw0MS41ODUzNjA4LDEyOC45MTQ3NjQgWiBNMzAuNDE3NjU2LDEyMSBDMzIuOTk5Njk1NiwxMjEgMzUuMzczNTE2LDEyMi40MzkyNjkgMzYuNTg5MzQ1NSwxMjQuNzA0MTEgQzM2Ljg2MzkyNjksMTI0LjY3MDAxNSAzNy4xNDE1NTI1LDEyNC42NTI5NjggMzcuNDE5MTc4MSwxMjQuNjUyOTY4IEM0MC4zNTYxNjQ0LDEyNC42NTI5NjggNDIuOTIzNTkyMSwxMjYuNTM2NjgyIDQzLjgwNzYxMDQsMTI5LjM0MDMzNSBMNDMuODM1NjE2NCwxMjkuNDI5ODMzIEw0My44MzU2MTY0LDEzMS4wMTMxMSBMNi4wOTIxNDQ2OSwxMzEuMDEzMTEgTDYuMDkyMTQ0NjksMTI4LjkxNDc2NCBMMTkuNzcyMjk4MywxMjguOTE0NzY0IEMxOS45MjQ1MDUzLDEyNi4zMDIyODMgMjIuMDIzMTM1NSwxMjQuMjA0MjYyIDI0LjYzNTYxNjQsMTI0LjA1MjY2NCBDMjUuOTQwOTQzNywxMjIuMTM0ODU1IDI4LjA3ODUzODgsMTIxIDMwLjQxNzY1NiwxMjEgWiBNMTIuMTc2NTYwMSwxMjQuNjUyOTY4IEwxMi4xNzY1NjAxLDEyNi43MTQ4OTcgTDEuMTk3MjY0NTFlLTEyLDEyNi43MTQ4OTcgTDEuMTk3MjY0NTFlLTEyLDEyNC42NTI5NjggTDEyLjE3NjU2MDEsMTI0LjY1Mjk2OCBaIiBpZD0iY2xvdWQzIiBmaWxsPSIjQTNCMUJGIj48L3BhdGg+DQogICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik01MDMuNTg1MzYxLDEyOC45MTQ3NjQgQzUwMi43Njc5MzgsMTI3Ljc4MjM0NCA1MDEuNTk5NjAzLDEyNi44MDM5NjMgNTAwLjEyMDEyNSwxMjYuODAzOTYzIEM0OTkuNTA1NjMxLDEyNi44MDM5NjMgNDk4LjcwMjExMywxMjYuOTM5MjkyIDQ5OC4xMzc3MTgsMTI3LjE3NjEyNiBMNDk3LjQ0Nzk4OSwxMjcuNTI5MDc3IEw0OTcuMjgxODQxLDEyNi44MDM5NjMgQzQ5Ni44MDM2NzcsMTI0Ljk0NjY4IDQ5NC43MTYwMjYsMTIzLjIzMzc1NyA0OTIuNTAwOTMsMTIzLjIzMzc1NyBDNDkwLjYwMTY0MywxMjMuMjMzNzU3IDQ4OC44MDg2MjEsMTI0LjE1NjYzOCA0ODguMDU0NjE0LDEyNS44MzI3NDEgTDQ4Ny44NDcyNDYsMTI2LjI5NDg0MiBDNDg3LjA0MDgyNCwxMjYuMjE0OTczIDQ4Ni41NzAxODEsMTI2LjE3NTAzOCA0ODYuNDM1MzE4LDEyNi4xNzUwMzggQzQ4NC45Njg1MjMsMTI2LjE3NTAzOCA0ODQuMDc5NTc3LDEyNy41NDY3MjggNDgzLjkyMTY3MywxMjguOTE0NzY0IEw1MDMuNTg1MzYxLDEyOC45MTQ3NjQgWiBNNDkyLjQxNzY1NiwxMjEgQzQ5NC45OTk2OTYsMTIxIDQ5Ny4zNzM1MTYsMTIyLjQzOTI2OSA0OTguNTg5MzQ2LDEyNC43MDQxMSBDNDk4Ljg2MzkyNywxMjQuNjcwMDE1IDQ5OS4xNDE1NTMsMTI0LjY1Mjk2OCA0OTkuNDE5MTc4LDEyNC42NTI5NjggQzUwMi4zNTYxNjQsMTI0LjY1Mjk2OCA1MDQuOTIzNTkyLDEyNi41MzY2ODIgNTA1LjgwNzYxLDEyOS4zNDAzMzUgTDUwNS44MzU2MTYsMTI5LjQyOTgzMyBMNTA1LjgzNTYxNiwxMzEuMDEzMTEgTDQ2OC4wOTIxNDUsMTMxLjAxMzExIEw0NjguMDkyMTQ1LDEyOC45MTQ3NjQgTDQ4MS43NzIyOTgsMTI4LjkxNDc2NCBDNDgxLjkyNDUwNSwxMjYuMzAyMjgzIDQ4NC4wMjMxMzUsMTI0LjIwNDI2MiA0ODYuNjM1NjE2LDEyNC4wNTI2NjQgQzQ4Ny45NDA5NDQsMTIyLjEzNDg1NSA0OTAuMDc4NTM5LDEyMSA0OTIuNDE3NjU2LDEyMSBaIE00NzQuMTc2NTYsMTI0LjY1Mjk2OCBMNDc0LjE3NjU2LDEyNi43MTQ4OTcgTDQ2MiwxMjYuNzE0ODk3IEw0NjIsMTI0LjY1Mjk2OCBMNDc0LjE3NjU2LDEyNC42NTI5NjggWiIgaWQ9ImNsb3VkMyIgZmlsbD0iI0EzQjFCRiI+PC9wYXRoPg0KICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNNDA0LjU0Mjg1NywxMi43NzI0MTkxIEMzOTMuODQ5NTU5LDQ1LjQ4MzkzNTIgMzcyLjE1NDk3OSw1OC4yMDk4OTM1IDMzOS40NTkxMTcsNTAuOTUwMjk0IEMyNzcuMTE2Mzk3LDM1Ljc2MzcxNDkgMzYyLjQ0NzE2LC0yMy41OTg1NDQyIDM0Ny42NjI3LDUzLjg4MDc5MzIgQzM0Mi41NDI2MjEsODAuNzEzMDQxNSAzMTcuNDc5MTQ3LDk5LjY4MDE2MTYgMjcyLjQwMjcyLDk5LjY1Mjg1MjciIGlkPSJQYXRoLTQiIHN0cm9rZT0idXJsKCNsaW5lYXJHcmFkaWVudC0xKSIgc3Ryb2tlLXdpZHRoPSIzIiBzdHJva2UtbGluZWNhcD0icm91bmQiIGZpbGwtcnVsZT0ibm9uemVybyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMzM4LjQ3Mjc4OSwgNTYuMjEyNjM2KSByb3RhdGUoMTEuMDAwMDAwKSB0cmFuc2xhdGUoLTMzOC40NzI3ODksIC01Ni4yMTI2MzYpICI+PC9wYXRoPg0KICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMzYyLjAwMDExMiw3My45NDk3NzIzIEMzNjIuNjcwNjcxLDczLjk0OTc3MjMgMzYzLjIxNDA3Niw3My40MDYzNDU3IDM2My4yMTQwNzYsNzIuNzM1ODA4NCBMMzYzLjIxNDA3Niw3MS4yMTM5NjM5IEMzNjMuMjE0MDc2LDcwLjU0MzQyNjUgMzYyLjY3MDY0OSw3MCAzNjIuMDAwMTM0LDcwIEMzNjEuMzI5NjE5LDcwIDM2MC43ODYxMjUsNzAuNTQzNDQ4OSAzNjAuNzg2MTI1LDcxLjIxMzk2MzkgTDM2MC43ODYxMjUsNzIuNzM1ODA4NCBDMzYwLjc4NjEyNSw3My40MDYzMjM0IDM2MS4zMjk1NzQsNzMuOTQ5NzcyMyAzNjIuMDAwMTM0LDczLjk0OTc3MjMgTDM2Mi4wMDAxMTIsNzMuOTQ5NzcyMyBaIE0zNjIuMDAwMTEyLDg2LjA1MDIwNTQgQzM2MS4zMjk1NzQsODYuMDUwMjA1NCAzNjAuNzg2MTQ4LDg2LjU5MzY1NDMgMzYwLjc4NjE0OCw4Ny4yNjQxNjkzIEwzNjAuNzg2MTQ4LDg4Ljc4NTk5MTUgQzM2MC43ODYxNDgsODkuNDU2NTUxMSAzNjEuMzI5NTk3LDg5Ljk5OTk3NzcgMzYyLjAwMDEzNCw4OS45OTk5Nzc3IEMzNjIuNjcwNjcxLDg5Ljk5OTk3NzcgMzYzLjIxNDA3Niw4OS40NTY1Mjg4IDM2My4yMTQwNzYsODguNzg1OTkxNSBMMzYzLjIxNDA3Niw4Ny4yNjQxOTE2IEMzNjMuMjE0MDc2LDg2LjU5MzY1NDMgMzYyLjY3MDY0OSw4Ni4wNTAyMDU0IDM2Mi4wMDAxMzQsODYuMDUwMjA1NCBMMzYyLjAwMDExMiw4Ni4wNTAyMDU0IFogTTM3MC43ODYwNTgsNzguNzg2MTI1NSBMMzY5LjI2NDIzNiw3OC43ODYxMjU1IEMzNjguNTkzNjc3LDc4Ljc4NjEyNTUgMzY4LjA1MDQyOSw3OS4zMjkzNzMzIDM2OC4wNTA0MjksODAuMDAwMDg5NCBDMzY4LjA1MDQyOSw4MC42NzA0NDggMzY4LjU5MzY3Nyw4MS4yMTM4OTY5IDM2OS4yNjQyMzYsODEuMjEzODk2OSBMMzcwLjc4NjA1OCw4MS4yMTM4OTY5IEMzNzEuNDU2NTk2LDgxLjIxMzg5NjkgMzcyLDgwLjY3MDQ0OCAzNzIsODAuMDAwMDg5NCBDMzcyLDc5LjMyOTM3MzMgMzcxLjQ1NjU3Myw3OC43ODYxMjU1IDM3MC43ODYwNTgsNzguNzg2MTI1NSBMMzcwLjc4NjA1OCw3OC43ODYxMjU1IFogTTM1NS45NDk3OTUsODAuMDAwMDg5NCBDMzU1Ljk0OTc5NSw3OS4zMjkzNzMzIDM1NS40MDYzNDYsNzguNzg2MTI1NSAzNTQuNzM1ODA4LDc4Ljc4NjEyNTUgTDM1My4yMTM5ODYsNzguNzg2MTI1NSBDMzUyLjU0NDAzLDc4Ljc4NjEyNTUgMzUyLDc5LjMyOTM3MzMgMzUyLDgwLjAwMDA4OTQgQzM1Miw4MC42NzA0NDggMzUyLjU0NDAzLDgxLjIxMzg5NjkgMzUzLjIxMzk4Niw4MS4yMTM4OTY5IEwzNTQuNzM1ODA4LDgxLjIxMzg5NjkgQzM1NS40MDYzNjgsODEuMjEzODk2OSAzNTUuOTQ5Nzk1LDgwLjY3MDQ0OCAzNTUuOTQ5Nzk1LDgwLjAwMDA4OTQgWiBNMzY3Ljk5NTQyOSw4NC4yNzg0NTA4IEMzNjcuNTIxMTY1LDgzLjgwNDM2NTYgMzY2Ljc1MzEzOSw4My44MDQzNjU2IDM2Ni4yNzg0NzMsODQuMjc4NDUwOCBDMzY1LjgwNDM4OCw4NC43NTI3MTQ4IDM2NS44MDQzODgsODUuNTIxMDk4NCAzNjYuMjc4NDczLDg1Ljk5NTE4MzYgTDM2Ny4zNTQ3MTUsODcuMDcxMDIzNCBDMzY3LjU5MTQ2Nyw4Ny4zMDgxNTU0IDM2Ny45MDIwMjksODcuNDI2OTMzNiAzNjguMjEzMTcxLDg3LjQyNjkzMzYgQzM2OC41MjM3MzIsODcuNDI2OTMzNiAzNjguODM0MTE1LDg3LjMwODE3NzggMzY5LjA3MTA0Niw4Ny4wNzEwMjM0IEMzNjkuNTQ1NTMzLDg2LjU5Njc1OTUgMzY5LjU0NTUzMyw4NS44Mjg1NzY5IDM2OS4wNzEwNDYsODUuMzU0NDY5MyBMMzY3Ljk5NTQwNyw4NC4yNzg0NTA4IEwzNjcuOTk1NDI5LDg0LjI3ODQ1MDggWiBNMzU2LjAwNDIzNiw3NS43MjE5MjkgQzM1Ni4yNDE1NjksNzUuOTU5MjYyIDM1Ni41NTI3MzMsNzYuMDc3NDM3MSAzNTYuODYzMjcyLDc2LjA3NzQzNzEgQzM1Ny4xNzQwMTIsNzYuMDc3NDM3MSAzNTcuNDg0Mzk1LDc1Ljk1OTI2MiAzNTcuNzIxNzI4LDc1LjcyMjQ4NzQgQzM1OC4xOTU4MTMsNzUuMjQ4NDAyMiAzNTguMTk1ODEzLDc0LjQ3OTgzOTkgMzU3LjcyMjEwOCw3NC4wMDUxOTYxIEwzNTYuNjQ2MDg5LDcyLjkyODk1NDIgQzM1Ni4xNzIzODQsNzIuNDU1NDcyMSAzNTUuNDAzNjIsNzIuNDU1NDcyMSAzNTQuOTI4OTU0LDcyLjkyNzk5MzYgQzM1NC40NTQ2OSw3My40MDI2NTk3IDM1NC40NTQ2OSw3NC4xNzEyNDQ0IDM1NC45Mjg1NzQsNzQuNjQ1MzA3MyBMMzU2LjAwNDIzNiw3NS43MjE5MjkgWiBNMzU2LjAwNDgzOSw4NC4yNzg0NTA4IEwzNTQuOTI4OTk5LDg1LjM1NDQ5MTcgQzM1NC40NTQ3MzUsODUuODI4NTc2OSAzNTQuNDU0NzM1LDg2LjU5Njc4MTggMzU0LjkyODk5OSw4Ny4wNzEwMjM0IEMzNTUuMTY1NTcyLDg3LjMwODE1NTQgMzU1LjQ3NjcxNSw4Ny40MjY5MzM2IDM1NS43ODc2NTYsODcuNDI2OTMzNiBDMzU2LjA5NzgzNyw4Ny40MjY5MzM2IDM1Ni40MDg4MDEsODcuMzA4MTc3OCAzNTYuNjQ1NTMxLDg3LjA3MTAyMzQgTDM1Ny43MjE3NSw4NS45OTUxODM2IEMzNTguMTk1ODM2LDg1LjUyMTA5ODQgMzU4LjE5NTgzNiw4NC43NTI3NTk1IDM1Ny43MjE3NSw4NC4yNzg0NTA4IEMzNTcuMjQ3NjY1LDgzLjgwNDM4NzkgMzU2LjQ3ODM0Myw4My44MDQzODc5IDM1Ni4wMDQ4MzksODQuMjc4NDUwOCBMMzU2LjAwNDgzOSw4NC4yNzg0NTA4IFogTTM2Ny4xMzcxMyw3Ni4wNzc0MzcxIEMzNjcuNDQ3NTEzLDc2LjA3NzQzNzEgMzY3Ljc1OTA1Nyw3NS45NTkyNjIgMzY3Ljk5NTc4Nyw3NS43MjE5MjkgTDM2OS4wNzE4MjgsNzQuNjQ1MzA3MyBDMzY5LjU0NTUxMSw3NC4xNzEyNDQ0IDM2OS41NDU1MTEsNzMuNDAyNjU5NyAzNjkuMDcxMDQ2LDcyLjkyNzk5MzYgQzM2OC41OTY3ODIsNzIuNDU1NDcyMSAzNjcuODI4NDIxLDcyLjQ1NDUxMTUgMzY3LjM1Mzc1NCw3Mi45Mjg5NTQyIEwzNjYuMjc4MTE2LDc0LjAwNTE5NjEgQzM2NS44MDQ0MSw3NC40Nzk4NjIyIDM2NS44MDQ0MSw3NS4yNDg0MjQ1IDM2Ni4yNzg0OTUsNzUuNzIyNDg3NCBDMzY2LjUxNTgwNiw3NS45NTkyNjIgMzY2LjgyNjM2OCw3Ni4wNzc0MzcxIDM2Ny4xMzcxMyw3Ni4wNzc0MzcxIFoiIGlkPSJTaGFwZSIgc3Ryb2tlPSIjQTNCMUJGIiBmaWxsPSIjQTNCMUJGIiBmaWxsLXJ1bGU9Im5vbnplcm8iIG9wYWNpdHk9IjAuNDAzMjczODEiPjwvcGF0aD4NCiAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTQwMS44MDE4MjksMjIuMDIzNjU0MSBDNDAyLjM4NzYxNSwyMi42MDk0NDA2IDQwMi4zODc2MTUsMjMuNTU5MTg4IDQwMS44MDE4MjksMjQuMTQ0OTc0NSBMNDAwLjAzMzMxNCwyNS45MTIzMTQzIEw0MDEuODAxODI5LDI3LjY4MDUwODQgQzQwMi4zODc2MTUsMjguMjY2Mjk0OCA0MDIuMzg3NjE1LDI5LjIxNjA0MjMgNDAxLjgwMTgyOSwyOS44MDE4Mjg3IEM0MDEuMjE2MDQyLDMwLjM4NzYxNTEgNDAwLjI2NjI5NSwzMC4zODc2MTUxIDM5OS42ODA1MDgsMjkuODAxODI4NyBMMzk3LjkxMjMxNCwyOC4wMzMzMTQzIEwzOTYuMTQ0OTc0LDI5LjgwMTgyODcgQzM5NS41NTkxODgsMzAuMzg3NjE1MSAzOTQuNjA5NDQxLDMwLjM4NzYxNTEgMzk0LjAyMzY1NCwyOS44MDE4Mjg3IEMzOTMuNDM3ODY4LDI5LjIxNjA0MjMgMzkzLjQzNzg2OCwyOC4yNjYyOTQ4IDM5NC4wMjM2NTQsMjcuNjgwNTA4NCBMMzk1Ljc5MTMxNCwyNS45MTIzMTQzIEwzOTQuMDIzNjU0LDI0LjE0NDk3NDUgQzM5My40Mzc4NjgsMjMuNTU5MTg4IDM5My40Mzc4NjgsMjIuNjA5NDQwNiAzOTQuMDIzNjU0LDIyLjAyMzY1NDEgQzM5NC42MDk0NDEsMjEuNDM3ODY3NyAzOTUuNTU5MTg4LDIxLjQzNzg2NzcgMzk2LjE0NDk3NCwyMi4wMjM2NTQxIEwzOTcuOTEyMzE0LDIzLjc5MTMxNDMgTDM5OS42ODA1MDgsMjIuMDIzNjU0MSBDNDAwLjI2NjI5NSwyMS40Mzc4Njc3IDQwMS4yMTYwNDIsMjEuNDM3ODY3NyA0MDEuODAxODI5LDIyLjAyMzY1NDEgWiIgaWQ9IkNvbWJpbmVkLVNoYXBlLUNvcHktOCIgZmlsbD0iI0EzQjFCRiIgZmlsbC1ydWxlPSJub256ZXJvIiBvcGFjaXR5PSIwLjQwMzI3MzgxIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzOTcuOTEyNzQxLCAyNS45MTI3NDEpIHJvdGF0ZSgzMC4wMDAwMDApIHRyYW5zbGF0ZSgtMzk3LjkxMjc0MSwgLTI1LjkxMjc0MSkgIj48L3BhdGg+DQogICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0xODIuNDgxMTkyLDExMi43MDMwMTcgQzE4My4wNjY5NzgsMTEzLjI4ODgwNCAxODMuMDY2OTc4LDExNC4yMzg1NTEgMTgyLjQ4MTE5MiwxMTQuODI0MzM3IEwxODAuNzEyNjc3LDExNi41OTE2NzcgTDE4Mi40ODExOTIsMTE4LjM1OTg3MSBDMTgzLjA2Njk3OCwxMTguOTQ1NjU4IDE4My4wNjY5NzgsMTE5Ljg5NTQwNSAxODIuNDgxMTkyLDEyMC40ODExOTIgQzE4MS44OTU0MDUsMTIxLjA2Njk3OCAxODAuOTQ1NjU4LDEyMS4wNjY5NzggMTgwLjM1OTg3MSwxMjAuNDgxMTkyIEwxNzguNTkxNjc3LDExOC43MTI2NzcgTDE3Ni44MjQzMzcsMTIwLjQ4MTE5MiBDMTc2LjIzODU1MSwxMjEuMDY2OTc4IDE3NS4yODg4MDQsMTIxLjA2Njk3OCAxNzQuNzAzMDE3LDEyMC40ODExOTIgQzE3NC4xMTcyMzEsMTE5Ljg5NTQwNSAxNzQuMTE3MjMxLDExOC45NDU2NTggMTc0LjcwMzAxNywxMTguMzU5ODcxIEwxNzYuNDcwNjc3LDExNi41OTE2NzcgTDE3NC43MDMwMTcsMTE0LjgyNDMzNyBDMTc0LjExNzIzMSwxMTQuMjM4NTUxIDE3NC4xMTcyMzEsMTEzLjI4ODgwNCAxNzQuNzAzMDE3LDExMi43MDMwMTcgQzE3NS4yODg4MDQsMTEyLjExNzIzMSAxNzYuMjM4NTUxLDExMi4xMTcyMzEgMTc2LjgyNDMzNywxMTIuNzAzMDE3IEwxNzguNTkxNjc3LDExNC40NzA2NzcgTDE4MC4zNTk4NzEsMTEyLjcwMzAxNyBDMTgwLjk0NTY1OCwxMTIuMTE3MjMxIDE4MS44OTU0MDUsMTEyLjExNzIzMSAxODIuNDgxMTkyLDExMi43MDMwMTcgWiIgaWQ9IkNvbWJpbmVkLVNoYXBlLUNvcHktOSIgZmlsbD0iI0EzQjFCRiIgZmlsbC1ydWxlPSJub256ZXJvIiBvcGFjaXR5PSIwLjQwMzI3MzgxIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxNzguNTkyMTA0LCAxMTYuNTkyMTA0KSByb3RhdGUoMjEuMDAwMDAwKSB0cmFuc2xhdGUoLTE3OC41OTIxMDQsIC0xMTYuNTkyMTA0KSAiPjwvcGF0aD4NCiAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTI1NS43NTY1MjMsODcuNjc3NDUyNiBDMjUyLjY0NjM1Nyw4Ny4yMTkxMDQzIDI1Mi40MDkzOTIsODYuNzc3OTQ0IDI1Mi40MDkzOTIsODYuNzc3OTQ0IEMyNTMuMDQ5MTk3LDgzLjA1OTU5MzEgMjUxLjA2NDYxNSw3OC4zNTAwNjM5IDI0Ny44MjQxMTgsNzUuODAwNTAxMyBDMjQzLjUxMTM1Myw3Mi40MDg3MjM2IDIzNi45NTMzNDUsNzQuODcyMzQ1OSAyMzEuODQ2NzQ4LDY5LjcxNTkyNzEgQzIzMC42NTU5OTksNjguNTEyNzYyNyAyMzEuMzQ5MTIyLDgzLjIwODU1NjMgMjM3Ljc0MTI1NCw4OC43Nzc0ODg2IEMyNDIuNDE1MzksOTIuODQ1MzMwMSAyNDcuOTE4OTA0LDkxLjU5NjMzMDkgMjQ5LjQyOTU1Niw5MC45MzE3MjU4IEMyNTAuNzk4MDI5LDkwLjMyNDQxNDMgMjUxLjc1NzczOCw4OS4yMTg2NDg5IDI1MS43NTc3MzgsODkuMjE4NjQ4OSBDMjU0LjI1MTc5NSw4OS45NjM0NjUgMjU1LjQ4NDAxMyw4OS45MTc2MzAxIDI1NS40ODQwMTMsODkuOTE3NjMwMSBDMjU2LjM2MDc4NCw5MC4wMjA3NTg1IDI1Ni44MDUwOTMsODcuODMyMTQ1MiAyNTUuNzU2NTIzLDg3LjY3NzQ1MjYgWiBNMjUwLjIzOTc2LDg4LjQzODczNjkgQzI0MS41NzI0NDMsODYuNjU0ODk3NSAyMzUuODYwMjE2LDc2Ljg3NjQ0NTEgMjM1Ljg2MDIxNiw3Ni44NzY0NDUxIEMyMzUuODYwMjE2LDc2Ljg3NjQ0NTEgMjQxLjM5MzQ3OSw4My41NTkwNzcgMjUwLjg0MDU3MSw4Ni4zOTY1MzYyIEMyNTAuODUyNDc1LDg2Ljg3OTQ2MzEgMjUwLjU1NTIyOSw4OC4xNjQ0ODIyIDI1MC4yMzk3Niw4OC40Mzg3MzY5IFoiIGlkPSJTaGFwZSIgZmlsbD0iI0EzQjFCRiIgZmlsbC1ydWxlPSJub256ZXJvIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyNDMuODY2NDk1LCA4MC42NDYyMTkpIHJvdGF0ZSgtNTAuMDAwMDAwKSB0cmFuc2xhdGUoLTI0My44NjY0OTUsIC04MC42NDYyMTkpICI+PC9wYXRoPg0KICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMjg0LjAzNjU3NSwxMDguMTg2MTA0IEMyODMuOTQxMTc3LDEwOC4wNjAxMTkgMjgzLjc5MDE2NSwxMDcuOTkwOTk5IDI4My42MzIwODIsMTA4LjAwMDk0NCBDMjgzLjQ3NTIxNiwxMDguMDEwODg5IDI4My4zMzM1NjIsMTA4LjA5OTk2MSAyODMuMjU1MTUsMTA4LjIzNjUxIEMyODEuODkwMDg0LDExMC42MjcwNiAyODAuMTIyMzE5LDExMS40NTA4NSAyNzguNTYyODkxLDExMi4xNzc0MTcgQzI3Ny41NDIwMjMsMTEyLjY1MzE5MiAyNzYuNTc3OTA0LDExMy4xMDI1NTYgMjc1Ljg1OTcsMTEzLjkxNzU3NyBDMjc1LjA1ODg5OSwxMTQuODI3NTMgMjc0LjY4NTQ3LDExNi4wNTYxOTkgMjc0LjY4NTQ3LDExNy43ODExMzEgQzI3NC42ODU0NywxMTguNDQyMDY2IDI3NC43NDA0NjYsMTE5LjE3NDQ5MyAyNzQuODUwNDc5LDExOS45OTQ3NzUgQzI3Mi43OTAwMDcsMTIwLjQ5MDQ4MSAyNzEsMTIwLjIwNTA4NiAyNzEsMTIwLjIwNTA4NiBMMjcxLDEyMi4wODI5NzEgQzI3My4yOTgxNDIsMTIyLjA4Mjk3MSAyNzUuMjA1MjczLDEyMS41NDE1ODMgMjc2LjU5NTQ2NiwxMjAuOTU2ODA1IEMyNzcuNTA2MjgsMTIwLjYxMTE0MiAyNzguMzA5OTY3LDEyMC4xNDk5OTYgMjc5LjAxODI1NiwxMTkuNjIwMzI5IEMyNzkuMDk5NjU4LDExOS41NTk0NDEgMjc5LjE0MzUyMywxMTkuNTI0ODE5IDI3OS4xNDUyNzUsMTE5LjUyMzA4NiBDMjgyLjU1OTcyMywxMTYuODg3MDY2IDI4My42NjI1OSwxMTIuNjk0MTg5IDI4My42NjI1OSwxMTIuNjk0MTg5IEMyODMuNjYyNTksMTE3LjE3NTI2NyAyODAuMzk3NDQzLDEyMS4wNjE3MDMgMjc2LjIyOTY2NSwxMjIuNDUzMjkgQzI3Ny41MTE2NCwxMjIuODYxNjk4IDI3OC43MDIyNTYsMTIzLjA0MjEzMyAyNzkuNzc5MzE1LDEyMi45OTE3NDcgQzI4MC45ODg2NywxMjIuOTM0MzQ3IDI4Mi4wNjEwNDksMTIyLjU4ODY0MiAyODIuOTY2NjA3LDEyMS45NjExMTMgQzI4NC44OTQyMDYsMTIwLjYyODEyMyAyODYsMTE4LjA0NDIyMiAyODYsMTE0Ljg3MzgwOSBDMjg2LDExMi4zMTAzOTYgMjg1LjI2NTM2NywxMDkuODEwMjQ0IDI4NC4wMzYxMjEsMTA4LjE4NTQ4NSBMMjg0LjAzNjU5NSwxMDguMTg2MDYyIEwyODQuMDM2NTc1LDEwOC4xODYxMDQgWiIgaWQ9IlBhdGgiIGZpbGw9IiNBM0IxQkYiPjwvcGF0aD4NCiAgICAgICAgICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwLTMiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDI1OC45ODQ1NDAsIDg4LjcxMzY4OSkgcm90YXRlKC0yMC4wMDAwMDApIHRyYW5zbGF0ZSgtMjU4Ljk4NDU0MCwgLTg4LjcxMzY4OSkgdHJhbnNsYXRlKDE5MC40ODQ1NDAsIDIwLjIxMzY4OSkiIGZpbGw9IiNBM0IxQkYiPg0KICAgICAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTEwOC43Njg4ODEsMTA4LjgwNzI1NyBMMTA4LjYzODM2NCwxMzMuMjM1ODQxIEwxMDAuOTAyNDE4LDEzMC40MjAxODcgTDEwOC43Njg4ODEsMTA4LjgwNzI1NyBaIE0zMi45NzY4NDU5LDE0IEw1LjM1OTU4MjE0LDg2Ljk1NDAwNDMgTDUsMTUuMDMyNDMxMSBMMzIuOTc2ODQ1OSwxNCBaIE0xMDkuMjkyMzE1LDE0LjEwNzkzNzEgTDEwOS40OTM5NzMsMjkuMDc5ODIzMiBMNjguODcxOTg3NCwxNC4yOTQ2Mjk4IEwxMDkuMjkyMzE1LDE0LjEwNzkzNzEgWiIgaWQ9IkNvbWJpbmVkLVNoYXBlIiBmaWxsLXJ1bGU9Im5vbnplcm8iIG9wYWNpdHk9IjAuMTQ5OTcyMDk4Ij48L3BhdGg+DQogICAgICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMzUuODAwMjY5MSwwLjUwMTUzNTQ5OSBMNjYuNjQxMjE0NCwxMS43MjY1MzU1IEwxMTEuMDMyODM4LDExLjcyNjkxNDIgTDExMS4wMTAyMTQsMjcuODc1NTM1NSBMMTM2LjM0NzM3OSwzNy4wOTc2OTA4IEwxMTAuOTA4MjE0LDEwNi45ODk1MzUgTDExMC44NzE0MTYsMTM2LjM3MTMzMSBMMTAxLjMxMzIxNCwxMzIuODkxNTM1IEw5OC42NDI1ODksMTMxLjkxOTMzOCBMMTMyLjUwMjI0MSwzOC44OTA3MDgzIEwzNy41OTMyODY1LDQuMzQ2NjczNzkgTDMuNzMzNjM0MzEsOTcuMzc1MzAzNiBMMC45MTQyMTQ0MzIsOTYuMzUwMTgyOCBMMy43NTIyMTQ0Myw4OC41NTI1MzU1IEwzLjg3OTEwODY4LDExLjcyNjkxNDIgTDMxLjcxNDIxNDQsMTEuNzI2NTM1NSBMMzUuODAwMjY5MSwwLjUwMTUzNTQ5OSBaIE0xMDguNDEyMjE0LDExMy44NDc1MzUgTDEwMi44MjkyMTQsMTI5LjE4NzUzNSBMMTA4LjQ4Nzg2NSwxMzEuMjQ3MDc4IEwxMDguNDEyMjE0LDExMy44NDc1MzUgWiBNMzAuNTY4MjE0NCwxNC44NzU1MzU1IEw3LjA2MzI3MzQxLDE0Ljg3NTk5NDkgTDcuMDkwMjE0NDMsNzkuMzgxNTM1NSBMMzAuNTY4MjE0NCwxNC44NzU1MzU1IFogTTEwOC4wMzkyMTQsMjYuNzk0NTM1NSBMMTA3Ljk4OTY0OCwxNC44NzU5OTQ5IEw3NS4yOTIyMTQ0LDE0Ljg3NTUzNTUgTDEwOC4wMzkyMTQsMjYuNzk0NTM1NSBaIiBpZD0iQ29tYmluZWQtU2hhcGUiPjwvcGF0aD4NCiAgICAgICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0xMy44NDc3OTMsNjQuMzU5MjA4NSBMMTMuODQ3NzkzLDY2Ljc5NDUyMDUgTDExLjMwNTkzNjEsNjYuNzk0NTIwNSBMMTEuMzA1OTM2MSw2NC4zNTkyMDg1IEwxMy44NDc3OTMsNjQuMzU5MjA4NSBaIE0xOC44NDc3OTMsNTIuMTgyNjQ4NCBMMTguODQ3NzkzLDU0LjYxNzk2MDQgTDExLjMwNTkzNjEsNTQuNjE3OTYwNCBMMTEuMzA1OTM2MSw1Mi4xODI2NDg0IEwxOC44NDc3OTMsNTIuMTgyNjQ4NCBaIE0yMS44NDc3OTMsNDAuMDA2MDg4MyBMMjEuODQ3NzkzLDQyLjQ0MTQwMDMgTDExLjMwNTkzNjEsNDIuNDQxNDAwMyBMMTEuMzA1OTM2MSw0MC4wMDYwODgzIEwyMS44NDc3OTMsNDAuMDA2MDg4MyBaIE0xOC4wODUyNTg4LDI1LjMzNjY0ODggQzIwLjEwMjczNzMsMjUuMzM2NjQ4OCAyMS43MzgyMjY4LDI2Ljk3MjEzODMgMjEuNzM4MjI2OCwyOC45ODk2MTY4IEMyMS43MzgyMjY4LDMxLjAwNzA5NTQgMjAuMTAyNzM3MywzMi42NDI1ODQ5IDE4LjA4NTI1ODgsMzIuNjQyNTg0OSBDMTYuMDY3NzgwMywzMi42NDI1ODQ5IDE0LjQzMjI5MDgsMzEuMDA3MDk1NCAxNC40MzIyOTA4LDI4Ljk4OTYxNjggQzE0LjQzMjI5MDgsMjYuOTcyMTM4MyAxNi4wNjc3ODAzLDI1LjMzNjY0ODggMTguMDg1MjU4OCwyNS4zMzY2NDg4IFoiIGlkPSJDb21iaW5lZC1TaGFwZSIgb3BhY2l0eT0iMC40NzY1NjI1Ij48L3BhdGg+DQogICAgICAgICAgICAgICAgICAgIDwvZz4NCiAgICAgICAgICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwLTMtQ29weSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMjA4LjAwMDAwMCwgMzkuMDAwMDAwKSI+DQogICAgICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMyw5OSBMMS44MTg4NzgzOGUtMTIsOTkgTDEuODE4ODc4MzhlLTEyLC0yLjc3NTU1NzU2ZS0xNyBMMTAxLC0yLjc3NTU1NzU2ZS0xNyBMMTAxLDk5IEw5OCw5OSBMOTgsMyBMMywzIEwzLDk5IFoiIGlkPSJDb21iaW5lZC1TaGFwZSIgZmlsbD0iI0EzQjFCRiIgZmlsbC1ydWxlPSJub256ZXJvIiBvcGFjaXR5PSIwLjI0ODA3MDEyNiI+PC9wYXRoPg0KICAgICAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTI1LDg5IEw5MSw4OSBMOTEsOTIgTDExLDkyIEwxMSw4OSBMMjIsODkgTDIyLDY4IEwxMSw2OCBMMTEsNjUgTDIyLDY1IEwyMiw1NiBMMTEsNTYgTDExLDUzIEwyMiw1MyBMMjIsNDQgTDExLDQ0IEwxMSw0MSBMMjIsNDEgTDIyLDMyIEwxMSwzMiBMMTEsMjkgTDIyLDI5IEwyMiwxMCBMMjUsMTAgTDI1LDE3IEw5MSwxNyBMOTEsMjAgTDI1LDIwIEwyNSwyOSBMOTEsMjkgTDkxLDMyIEwyNSwzMiBMMjUsNDEgTDMwLDQxIEwzMCw0NCBMMjUsNDQgTDI1LDUzIEw5MSw1MyBMOTEsNTYgTDI1LDU2IEwyNSw2NSBMOTEsNjUgTDkxLDY4IEwyNSw2OCBMMjUsNzcgTDY4LDc3IEw2OCw4MCBMMjUsODAgTDI1LDg5IFogTTkxLDc3IEw5MSw4MCBMNzcsODAgTDc3LDc3IEw5MSw3NyBaIE05MSw0MSBMOTEsNDQgTDQ3LDQ0IEw0Nyw0MSBMOTEsNDEgWiIgaWQ9IkNvbWJpbmVkLVNoYXBlIiBmaWxsPSIjQTNCMUJGIiBmaWxsLXJ1bGU9Im5vbnplcm8iIG9wYWNpdHk9IjAuMjQ4MDcwMTI2Ij48L3BhdGg+DQogICAgICAgICAgICAgICAgICAgICAgICA8Y2lyY2xlIGlkPSJPdmFsLTYiIHN0cm9rZT0iI0EzQjFCRiIgc3Ryb2tlLXdpZHRoPSIzIiBvcGFjaXR5PSIwLjMiIGN4PSIxNSIgY3k9IjE4IiByPSIyLjUiPjwvY2lyY2xlPg0KICAgICAgICAgICAgICAgICAgICAgICAgPGNpcmNsZSBpZD0iT3ZhbC02LUNvcHkiIHN0cm9rZT0iI0EzQjFCRiIgc3Ryb2tlLXdpZHRoPSIzIiBvcGFjaXR5PSIwLjMiIGN4PSIxNSIgY3k9Ijc5IiByPSIyLjUiPjwvY2lyY2xlPg0KICAgICAgICAgICAgICAgICAgICA8L2c+DQogICAgICAgICAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtMzQiIGZpbGw9InVybCgjbGluZWFyR3JhZGllbnQtMikiIHg9IjE1NCIgeT0iMTM0IiB3aWR0aD0iNTEiIGhlaWdodD0iNCI+PC9yZWN0Pg0KICAgICAgICAgICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLTM0LUNvcHkiIGZpbGw9InVybCgjbGluZWFyR3JhZGllbnQtMykiIHg9IjMxOSIgeT0iMTM0IiB3aWR0aD0iNDUiIGhlaWdodD0iNCI+PC9yZWN0Pg0KICAgICAgICAgICAgICAgIDwvZz4NCiAgICAgICAgICAgIDwvZz4NCiAgICAgICAgPC9nPg0KICAgIDwvZz4NCjwvc3ZnPg==";const bM={class:"layui-empty"},mM={class:"layui-empty-image"},pM={key:1,class:"layui-empty-image-default",src:YM},BM={class:"layui-empty-description"},GM={class:"layui-empty-extra"},WM={name:"LayEmpty"},iM=oe({...WM,props:{description:null,image:null},setup(e){const o=e,{t:M}=tM(),l=he(),c=U(()=>o.description?o.description:M("empty.description"));return(f,L)=>(s(),n("div",bM,[w("div",mM,[d(l).image?K(f.$slots,"image",{key:0}):(s(),n("img",pM))]),w("div",BM,p(d(c)),1),w("div",GM,[K(f.$slots,"extra")])]))}});ve(iM);const PM={class:"layui-laypage layui-laypage-default"},ZM={style:{display:"none"}},RM={key:0,class:"layui-laypage-count"},$M=w("a",{class:"layui-laypage-spr"},"...",-1),KM={key:0,class:"layui-laypage-curr"},FM=["onClick"],JM=w("a",{class:"layui-laypage-spr"},"...",-1),VM={key:2,class:"layui-laypage-limits"},HM=["value"],XM=w("i",{class:"layui-icon layui-icon-refresh"},null,-1),qM=[XM],_M={key:4,class:"layui-laypage-skip"},et=["disabled"],Mt={name:"LayPage"},NM=oe({...Mt,props:{total:null,limit:{default:10},theme:null,showPage:{type:Boolean,default:!1},showSkip:{type:Boolean,default:!1},showCount:{type:Boolean,default:!1},showLimit:{type:Boolean,default:!0},showInput:{type:Boolean,default:!1},showRefresh:{type:Boolean,default:!1},pages:{default:10},limits:{default:()=>[10,20,30,40,50]},modelValue:{default:1}},emits:["update:modelValue","update:limit","change"],setup(e,{emit:o}){const M=e,{t:l}=tM();he();const c=Q(0),f=Q(M.limits),L=U(()=>Math.floor(M.pages/2)),D=Q(M.modelValue),x=Q(D.value),A=Q(M.limit);_(()=>M.limit,()=>{A.value=M.limit});const S=U(()=>{c.value=Math.ceil(M.total/A.value);let P=[],h=c.value<=M.pages?1:D.value>L.value?c.value-D.value+1=M.pages||O>c.value);O++)P.push(O);return P}),R=()=>{D.value!==1&&(D.value--,o("change",{current:D.value,limit:A.value}))},m=()=>{D.value===c.value||c.value===0||(D.value++,o("change",{current:D.value,limit:A.value}))},H=P=>{D.value=P,o("change",{current:D.value,limit:A.value})},E=()=>{D.value=x.value,o("change",{current:D.value,limit:A.value})},B=()=>{const P=Math.ceil(M.total/A.value);D.value>P&&(D.value=P),o("change",{current:D.value,limit:A.value})},ie=()=>{o("change",{current:D.value,limit:A.value})};return _(A,()=>{o("update:limit",A.value)}),_(D,()=>{const P=S.value[0],h=S.value[S.value.length-1];D.value>h&&(D.value=h),D.valueM.modelValue,()=>{D.value=M.modelValue,x.value=D.value}),(P,h)=>(s(),n("div",PM,[w("div",ZM,p(d(S)),1),e.showCount?(s(),n("span",RM,p(d(l)("page.total"))+" "+p(e.total)+" "+p(d(l)("page.item")),1)):j("",!0),w("a",{href:"javascript:;",class:F(["layui-laypage-prev",[D.value===1?"layui-disabled":"",e.theme&&D.value!==1?"layui-laypage-a-"+e.theme:""]]),onClick:h[0]||(h[0]=O=>R())},[K(P.$slots,"prev",{},()=>[De(p(d(l)("page.previous")),1)])],2),e.showPage?(s(),n(k,{key:1},[d(S)[0]!=1?(s(),n(k,{key:0},[w("a",{href:"javascript:;",class:"layui-laypage-first",onClick:h[1]||(h[1]=O=>H(1))}," 1 "),$M],64)):j("",!0),(s(!0),n(k,null,ee(d(S),O=>(s(),n(k,{key:O},[O===D.value?(s(),n("span",KM,[w("em",{class:F(["layui-laypage-em",[e.theme?"layui-bg-"+e.theme:""]])},null,2),w("em",null,p(O),1)])):(s(),n("a",{key:1,href:"javascript:;",onClick:Ne=>H(O),class:F([e.theme?"layui-laypage-a-"+e.theme:""])},p(O),11,FM))],64))),128)),d(S)[d(S).length-1]!=c.value?(s(),n(k,{key:1},[JM,w("a",{href:"javascript:;",class:"layui-laypage-last",onClick:h[2]||(h[2]=O=>H(c.value))},p(c.value),1)],64)):j("",!0)],64)):j("",!0),w("a",{href:"javascript:;",class:F(["layui-laypage-next",[D.value===c.value||c.value===0?"layui-disabled":"",e.theme&&D.value!==c.value&&c.value!==0?"layui-laypage-a-"+e.theme:""]]),onClick:h[3]||(h[3]=O=>m())},[K(P.$slots,"next",{},()=>[De(p(d(l)("page.next")),1)])],2),e.showLimit?(s(),n("span",VM,[qe(w("select",{"onUpdate:modelValue":h[4]||(h[4]=O=>A.value=O),onChange:B},[(s(!0),n(k,null,ee(f.value,O=>(s(),n("option",{key:O,value:O},p(O)+" "+p(d(l)("page.item"))+"/"+p(d(l)("page.page")),9,HM))),128))],544),[[TM,A.value]])])):j("",!0),e.showRefresh?(s(),n("a",{key:3,href:"javascript:;",onClick:ie,class:"layui-laypage-refresh"},qM)):j("",!0),M.showSkip?(s(),n("span",_M,[De(p(d(l)("page.goTo"))+" ",1),qe(w("input",{"onUpdate:modelValue":h[5]||(h[5]=O=>x.value=O),onKeypress:h[6]||(h[6]=rM(O=>E(),["enter"])),type:"number",class:"layui-input layui-input-number"},null,544),[[zM,x.value]]),De(p(d(l)("page.page"))+" ",1),w("button",{type:"button",class:"layui-laypage-btn",onClick:h[7]||(h[7]=O=>E()),disabled:x.value>c.value||x.value==D.value},p(d(l)("page.confirm")),9,et)])):j("",!0)]))}});ve(NM);const sM=["change","sort-change","update:expandKeys","update:selectedKeys","update:selectedKey","row-contextmenu","row-double","row"],tt=["colspan","rowspan"],at={key:1,class:"layui-table-cell-expand-icon-spaced"},lt=["colspan","rowspan"],it={key:1,class:"layui-table-cell-expand-icon-spaced"},Nt=["colspan","rowspan"],st={key:1,class:"layui-table-cell-expand-icon-spaced"},ut=["colspan","rowspan"],nt={key:1,class:"layui-table-cell-expand-icon-spaced"},Dt=["colspan","rowspan"],gt={key:1,class:"layui-table-cell-expand-icon-spaced"},dt={key:4},yt={key:0,class:"layui-table-cell-expand"},ct=["colspan"],It={name:"TableRow"},ot=oe({...It,props:{index:null,indentSize:null,currentIndentSize:null,expandSpace:{type:Boolean},expandIndex:null,selectedKeys:null,selectedKey:null,tableColumnKeys:null,childrenColumnName:{default:"children"},columnSlotNames:null,page:null,columns:null,checkbox:{type:Boolean,default:!1},cellClassName:{type:[String,Function],default:""},cellStyle:{type:[String,Function],default:""},rowClassName:null,rowStyle:null,id:null,data:null,spanMethod:null,defaultExpandAll:{type:Boolean},expandKeys:null,getCheckboxProps:null,getRadioProps:null},emits:sM,setup(e,{emit:o}){const M=e,l=he();_(()=>M.defaultExpandAll,()=>{c.value=M.defaultExpandAll});const c=Q(M.defaultExpandAll),f=U({get(){return[...M.expandKeys]},set(r){o("update:expandKeys",r)}}),L=U({get(){return[...M.selectedKeys]},set(r){o("update:selectedKeys",r)}}),D=U({get(){return M.selectedKey},set(r){o("update:selectedKey",r)}}),x=U({get(){return c.value?!0:f.value.includes(M.data[M.id])},set(r){let T=[...f.value];r?T.push(M.data[M.id]):T.splice(T.indexOf(M.data[M.id]),1),c.value=!1,f.value=T}}),A=function(r,T){o("row",r,T)},S=function(r,T){o("row-double",r,T)},R=function(r,T){o("row-contextmenu",r,T)},m=U(()=>x.value?"layui-icon-subtraction":"layui-icon-addition"),H=()=>{x.value=!x.value},E=(r,T,$,a)=>typeof M.cellStyle=="string"?M.cellStyle:M.cellStyle(r,T,$,a),B=(r,T,$,a)=>typeof M.cellClassName=="string"?M.cellClassName:M.cellClassName(r,T,$,a),ie=(r,T)=>typeof M.rowStyle=="string"?M.rowStyle:M.rowStyle(r,T),P=(r,T)=>typeof M.rowClassName=="string"?M.rowClassName:M.rowClassName(r,T),h=U(()=>M.currentIndentSize+M.indentSize),O=(r,T)=>{var $,a,g,G;if(r.fixed)if(r.fixed=="left"){for(var V=0,Y=0;Y{if(r.fixed)if(r.fixed=="left"){for(var $=!0,a=T+1;a{const g=M.spanMethod(r,T,$,a);return g instanceof Array?{rowspan:g[0],colspan:g[1]}:g instanceof Object?g:{rowspan:1,colspan:1}},X=(r,T,$,a)=>{const g=J(r,T,$,a);return!(g.colspan==0&&g.rowspan==0)},q=M.getRadioProps(M.data,M.index),Ce=M.getCheckboxProps(M.data,M.index);return(r,T)=>{const $=wM("table-data",!0);return s(),n(k,null,[w("tr",{style:b([ie(e.data,e.index)]),class:F([P(e.data,e.index)]),onClick:T[2]||(T[2]=ce(a=>A(e.data,a),["stop"])),onDblclick:T[3]||(T[3]=ce(a=>S(e.data,a),["stop"])),onContextmenu:T[4]||(T[4]=ce(a=>R(e.data,a),["stop"]))},[(s(!0),n(k,null,ee(e.columns,(a,g)=>{var G,V,Y;return s(),n(k,{key:g},[e.tableColumnKeys.includes(a.key)?(s(),n(k,{key:0},[a.type?(s(),n(k,{key:0},[a.type=="radio"?(s(),n(k,{key:0},[X(e.data,a,e.index,g)?(s(),n("td",{key:0,class:F(["layui-table-cell layui-table-cell-radio",[Ne(a,g),B(e.data,a,e.index,g),a.fixed?`layui-table-fixed-${a.fixed}`:""]]),colspan:J(e.data,a,e.index,g).colspan,rowspan:J(e.data,a,e.index,g).rowspan,style:b([{textAlign:a.align,whiteSpace:a.ellipsisTooltip?"nowrap":"normal"},O(a,g),E(e.data,a,e.index,g)])},[e.expandSpace&&g===e.expandIndex?(s(),n("span",{key:0,style:b({"margin-right":e.currentIndentSize+"px"})},null,4)):j("",!0),e.expandSpace&&!e.data[e.childrenColumnName]&&!d(l).expand&&g===e.expandIndex?(s(),n("span",at)):j("",!0),(d(l).expand||e.data[e.childrenColumnName])&&g===e.expandIndex?(s(),Me(d(de),{key:2,class:"layui-table-cell-expand-icon",type:d(m),onClick:H},null,8,["type"])):j("",!0),Ie(lM,_e({modelValue:d(D),"onUpdate:modelValue":T[0]||(T[0]=se=>ge(D)?D.value=se:null)},d(q),{value:e.data[e.id]}),null,16,["modelValue","value"])],14,tt)):j("",!0)],64)):j("",!0),a.type=="checkbox"?(s(),n(k,{key:1},[X(e.data,a,e.index,g)?(s(),n("td",{key:0,class:F(["layui-table-cell layui-table-cell-checkbox",[Ne(a,g),B(e.data,a,e.index,g),a.fixed?`layui-table-fixed-${a.fixed}`:""]]),colspan:J(e.data,a,e.index,g).colspan,rowspan:J(e.data,a,e.index,g).rowspan,style:b([{textAlign:a.align,whiteSpace:a.ellipsisTooltip?"nowrap":"normal"},O(a,g),E(e.data,a,e.index,g)])},[e.expandSpace&&g===e.expandIndex?(s(),n("span",{key:0,style:b({"margin-right":e.currentIndentSize+"px"})},null,4)):j("",!0),e.expandSpace&&!e.data[e.childrenColumnName]&&!d(l).expand&&g===e.expandIndex?(s(),n("span",it)):j("",!0),(d(l).expand||e.data[e.childrenColumnName])&&g===e.expandIndex?(s(),Me(d(de),{key:2,class:"layui-table-cell-expand-icon",type:d(m),onClick:H},null,8,["type"])):j("",!0),Ie(Be,_e({modelValue:d(L),"onUpdate:modelValue":T[1]||(T[1]=se=>ge(L)?L.value=se:null)},d(Ce),{value:e.data[e.id],skin:"primary"}),null,16,["modelValue","value"])],14,lt)):j("",!0)],64)):j("",!0),a.type=="number"?(s(),n(k,{key:2},[X(e.data,a,e.index,g)?(s(),n("td",{key:0,class:F(["layui-table-cell layui-table-cell-number",[Ne(a,g),B(e.data,a,e.index,g),a.fixed?`layui-table-fixed-${a.fixed}`:""]]),colspan:J(e.data,a,e.index,g).colspan,rowspan:J(e.data,a,e.index,g).rowspan,style:b([{textAlign:a.align,whiteSpace:a.ellipsisTooltip?"nowrap":"normal"},O(a,g),E(e.data,a,e.index,g)])},[e.expandSpace&&g===e.expandIndex?(s(),n("span",{key:0,style:b({"margin-right":e.currentIndentSize+"px"})},null,4)):j("",!0),e.expandSpace&&!e.data[e.childrenColumnName]&&!d(l).expand&&g===e.expandIndex?(s(),n("span",st)):j("",!0),(d(l).expand||e.data[e.childrenColumnName])&&g===e.expandIndex?(s(),Me(d(de),{key:2,class:"layui-table-cell-expand-icon",type:d(m),onClick:H},null,8,["type"])):j("",!0),De(" "+p((G=e.page)!=null&&G.current?(((V=e.page)==null?void 0:V.current)-1)*((Y=e.page)==null?void 0:Y.limit)+e.index+1:e.index+1),1)],14,Nt)):j("",!0)],64)):j("",!0)],64)):(s(),n(k,{key:1},[a.customSlot?(s(),n(k,{key:0},[X(e.data,a,e.index,g)?(s(),n("td",{key:0,class:F(["layui-table-cell",[Ne(a,g),B(e.data,a,e.index,g),a.fixed?`layui-table-fixed-${a.fixed}`:""]]),colspan:J(e.data,a,e.index,g).colspan,rowspan:J(e.data,a,e.index,g).rowspan,style:b([{textAlign:a.align,whiteSpace:a.ellipsisTooltip?"nowrap":"normal"},O(a,g),E(e.data,a,e.index,g)])},[w("div",{style:b([{display:"flex"},[{textAlign:a.align,justifyContent:a.align}]])},[e.expandSpace&&g===e.expandIndex?(s(),n("span",{key:0,style:b({"margin-right":e.currentIndentSize+"px"})},null,4)):j("",!0),e.expandSpace&&!e.data[e.childrenColumnName]&&!d(l).expand&&g===e.expandIndex?(s(),n("span",nt)):j("",!0),(d(l).expand||e.data[e.childrenColumnName])&&g===e.expandIndex?(s(),Me(d(de),{key:2,class:"layui-table-cell-expand-icon",type:d(m),onClick:H},null,8,["type"])):j("",!0),a.ellipsisTooltip?(s(),Me(eM,{key:3,isAutoShow:!0},{content:ae(()=>[K(r.$slots,a.customSlot,{row:e.data,data:e.data,column:a,rowIndex:e.index,columnIndex:g})]),default:ae(()=>[K(r.$slots,a.customSlot,{row:e.data,data:e.data,column:a,rowIndex:e.index,columnIndex:g})]),_:2},1024)):K(r.$slots,a.customSlot,{key:4,row:e.data,data:e.data,column:a,rowIndex:e.index,columnIndex:g})],4)],14,ut)):j("",!0)],64)):(s(),n(k,{key:1},[X(e.data,a,e.index,g)?(s(),n("td",{key:0,class:F(["layui-table-cell",[Ne(a,g),B(e.data,a,e.index,g),a.fixed?`layui-table-fixed-${a.fixed}`:""]]),colspan:J(e.data,a,e.index,g).colspan,rowspan:J(e.data,a,e.index,g).rowspan,style:b([{textAlign:a.align,whiteSpace:a.ellipsisTooltip?"nowrap":"normal"},O(a,g),E(e.data,a,e.index,g)])},[w("div",{style:b([{display:"flex"},[{textAlign:a.align,justifyContent:a.align}]])},[e.expandSpace&&g===e.expandIndex?(s(),n("span",{key:0,style:b({"margin-right":e.currentIndentSize+"px"})},null,4)):j("",!0),e.expandSpace&&!e.data[e.childrenColumnName]&&!d(l).expand&&g===e.expandIndex?(s(),n("span",gt)):j("",!0),(d(l).expand||e.data[e.childrenColumnName])&&g===e.expandIndex?(s(),Me(d(de),{key:2,class:"layui-table-cell-expand-icon",type:d(m),onClick:H},null,8,["type"])):j("",!0),a.ellipsisTooltip?(s(),Me(eM,{key:3,content:e.data[a.key],isAutoShow:!0},{default:ae(()=>[De(p(e.data[a.key]),1)]),_:2},1032,["content"])):(s(),n("span",dt,p(e.data[a.key]),1))],4)],14,Dt)):j("",!0)],64))],64))],64)):j("",!0)],64)}),128))],38),d(l).expand&&d(x)?(s(),n("tr",yt,[w("td",{class:"layui-table-cell",colspan:e.columns.length},[K(r.$slots,"expand",{data:e.data,row:e.data})],8,ct)])):j("",!0),e.data[e.childrenColumnName]&&d(x)?(s(!0),n(k,{key:1},ee(e.data[e.childrenColumnName],(a,g)=>(s(),Me($,{key:g,id:e.id,data:a,index:g,page:e.page,columns:e.columns,columnSlotNames:e.columnSlotNames,"indent-size":e.indentSize,"current-indent-size":d(h),checkbox:e.checkbox,tableColumnKeys:e.tableColumnKeys,expandSpace:e.expandSpace,expandIndex:e.expandIndex,cellStyle:e.cellStyle,cellClassName:e.cellClassName,rowStyle:e.rowStyle,rowClassName:e.rowClassName,spanMethod:e.spanMethod,defaultExpandAll:e.defaultExpandAll,getCheckboxProps:e.getCheckboxProps,getRadioProps:e.getRadioProps,onRow:A,onRowDouble:S,onRowContextmenu:R,expandKeys:d(f),"onUpdate:expandKeys":T[5]||(T[5]=G=>ge(f)?f.value=G:null),selectedKeys:d(L),"onUpdate:selectedKeys":T[6]||(T[6]=G=>ge(L)?L.value=G:null),selectedKey:d(D),"onUpdate:selectedKey":T[7]||(T[7]=G=>ge(D)?D.value=G:null)},aM({_:2},[ee(e.columnSlotNames,G=>({name:G,fn:ae(V=>[K(r.$slots,G,{row:V.data,data:V.data,column:V.column,rowIndex:V.rowIndex,columnIndex:V.columnIndex})])})),d(l).expand?{name:"expand",fn:ae(G=>[K(r.$slots,"expand",{data:G.data,row:G.row})]),key:"0"}:void 0]),1032,["id","data","index","page","columns","columnSlotNames","indent-size","current-indent-size","checkbox","tableColumnKeys","expandSpace","expandIndex","cellStyle","cellClassName","rowStyle","rowClassName","spanMethod","defaultExpandAll","getCheckboxProps","getRadioProps","expandKeys","selectedKeys","selectedKey"]))),128)):j("",!0)],64)}}}),jt={name:"TablePage"},Tt=oe({...jt,props:{showPage:{type:Boolean,default:!0},showSkip:{type:Boolean,default:!0},showLimit:{type:Boolean,default:!0},showCount:{type:Boolean},showRefresh:{type:Boolean},current:null,limits:null,pages:null,total:null,limit:null,theme:null},emits:["update:current","update:limit","change"],setup(e,{emit:o}){const M=e,l=U({get(){return M.current},set(L){o("update:current",L)}}),c=U({get(){return M.limit},set(L){o("update:limit",L)}}),f=L=>{o("change",L)};return(L,D)=>(s(),Me(NM,{total:e.total,"show-page":e.showPage,"show-skip":e.showSkip,"show-limit":e.showLimit,"show-count":e.showCount,"show-refresh":e.showRefresh,limits:e.limits,theme:e.theme,pages:e.pages,modelValue:d(l),"onUpdate:modelValue":D[0]||(D[0]=x=>ge(l)?l.value=x:null),limit:d(c),"onUpdate:limit":D[1]||(D[1]=x=>ge(c)?c.value=x:null),onChange:f},{prev:ae(()=>[Ie(d(de),{type:"layui-icon-left"})]),next:ae(()=>[Ie(d(de),{type:"layui-icon-right"})]),_:1},8,["total","show-page","show-skip","show-limit","show-count","show-refresh","limits","theme","pages","modelValue","limit"]))}}),zt=e=>{const o=U(()=>M(e.columns)),M=function(D){const x=[],A=function(S,R){S.map(m=>{m.children?A(m.children,R):m.customSlot&&R.push(m.customSlot)})};return A(D,x),x},l=function(D){const x=[0],A=function(S,R){S.map(m=>{R[0]++,m.children&&A(m.children,R)})};return A(D,x),x[0]},c=U(()=>l(e.dataSource)),f=function(D){const x=[],A=function(S,R){S.map((m,H)=>{var E;(E=e.getCheckboxProps(m,H))!=null&&E.disabled||R.push(m[e.id]),m.children&&A(m.children,R)})};return A(D,x),x},L=U(()=>f(e.dataSource));return{columnSlotNames:o,dataSourceCount:c,needSelectedKeys:L}};let Ge=!1,We=null,Oe=null,ke=null,Pe=0,fe=0,Se=0;const rt=EM(e=>{if(!Ge)return;const o=e.clientX-Pe,M=fe+o;if(M<0)return!1;We.width=M+"px",Oe&&ke&&(Oe.style.width=Se+o+"px",ke.style.width=Se+o+"px")},20),wt=()=>{Pe=0,fe=0,Se=0,We=null,Oe=null,ke=null,Ge=!1};document.addEventListener("mousemove",rt);document.addEventListener("mouseup",wt);const xt=(e,o,M,l)=>{Oe=M,ke=l,We=o,Pe=e.clientX;const c=[];if(M.firstChild.childNodes.forEach(D=>{D.clientWidth&&c.push(D.clientWidth)}),Se=c.reduce((D,x)=>D+x,0),Ge=!0,fe=e.target.parentNode.offsetWidth,o.width){const D=o.width.match(/^(\d+)px$/i);D&&(fe=+D[1])}};function At(e,o){OM(()=>{if(e.value.length===0||o.value.length===0)return;const M=new Map;uM(e.value,M);const l=new Map;Ct(o.value,l,M);const c=16;l.forEach((f,L)=>{const D=Lt(f)+c,x=M.get(L);D<300&&D>50?x&&(x.width=`${D}px`):D<50?x&&(x.width="50px"):x&&(x.width="300px")})})}function uM(e,o){e.forEach(M=>{if(!M.width){if(M.children){uM(M.children,o);return}M.key&&o.set(M.key,M)}})}function Ct(e,o,M){for(let l=0;l{if(f.width||typeof c[L]!="string")return;const D=o.get(L);D?D.length[]},columns:null,skin:null,size:{default:"md"},page:null,defaultToolbar:{type:[Boolean,Array],default:!1},selectedKey:{default:""},selectedKeys:{default:()=>[]},indentSize:{default:30},childrenColumnName:{default:"children"},height:null,maxHeight:{default:"auto"},even:{type:Boolean,default:!1},expandIndex:{default:0},rowClassName:{type:[String,Function],default:""},cellClassName:{type:[String,Function],default:""},rowStyle:{type:[String,Function],default:""},cellStyle:{type:[String,Function],default:""},spanMethod:{type:Function,default:()=>{}},defaultExpandAll:{type:Boolean,default:!1},expandKeys:{default:()=>[]},loading:{type:Boolean,default:!1},getCheckboxProps:{type:Function,default:()=>{}},getRadioProps:{type:Function,default:()=>{}},resize:{type:Boolean,default:!1},autoColsWidth:{type:Boolean,default:!1}},emits:sM,setup(e,{expose:o,emit:M}){const l=e,c=he();c.default&&c.default();const f=Q(),L="",D=Q(!1),x=Q(!1),A=Q([...l.dataSource]),S=U(()=>[...l.columns]),{columnSlotNames:R,dataSourceCount:m,needSelectedKeys:H}=zt(l),E=Q([]),B=Q([]),ie=Q([]),P=t=>{let i=0;return function N(y,u){++u,i=Math.max(u,i);for(let z=0;z0?N(C.children,u):delete C.children}}(t,0),i};function h(t){if(!t.children||t.children.length==0)return t.colspan=1,1;for(var i=0,N=0;N{t.forEach(i=>{i.children?O(i.children):ie.value.push(i)})},Ne=t=>{t.forEach(i=>{i.children?(E.value.push(i.key),Ne(i.children)):i.hide||E.value.push(i.key)})},J=(t,i,N)=>{i.forEach(y=>{if(N!=null&&(y.fixed=N),y.children){const u=h(y);y.colspan=u,B.value[t]||(B.value[t]=[]),y.fixed&&!y.width&&(y.type?y.width="50px":y.width="100px"),B.value[t].push(y),J(t+1,y.children,t===0&&y.fixed!=null?y.fixed:void 0)}else{const u=P(i);y.rowspan=u,B.value[t]||(B.value[t]=[]),y.fixed&&!y.width&&(y.type?y.width="50px":y.width="100px"),B.value[t].push(y)}})},X=Q([...l.expandKeys]),q=Q([...l.selectedKeys]);l.autoColsWidth&&At(S,A),_(S,()=>{E.value=[],ie.value=[],B.value=[],O(S.value),Ne(S.value),J(0,S.value,void 0)},{immediate:!0}),_(()=>l.selectedKeys,()=>{q.value=l.selectedKeys},{deep:!0}),_(()=>l.expandKeys,()=>{X.value=l.expandKeys},{deep:!0}),_(X,()=>{M("update:expandKeys",X.value)},{deep:!0,immediate:!0}),_(()=>l.defaultExpandAll,()=>{if(l.defaultExpandAll){const t=[];Ce(l.dataSource,t),X.value=t}else X.value=[]});const Ce=(t=[],i=[])=>{for(let N of t)N[l.childrenColumnName]&&(i.push(N[l.id]),Ce(N[l.childrenColumnName],i));return i},r=U({get(){return l.selectedKey},set(t){M("update:selectedKey",t)}});_(()=>l.dataSource,()=>{A.value=[...l.dataSource],q.value=[],r.value=L},{deep:!0});const T=t=>{t?q.value=[...H.value]:q.value=[]};_(q,()=>{q.value.length===m.value?D.value=!0:D.value=!1,q.value.length>0?x.value=!0:x.value=!1,M("update:selectedKeys",q.value)},{deep:!0,immediate:!0});const $=function(t){M("change",t)},a=function(t,i){M("row",t,i)},g=function(t,i){M("row-double",t,i)},G=(t,i)=>{M("row-contextmenu",t,i)},V=()=>{let i=f.value.innerHTML,N=document.body.innerHTML;document.body.innerHTML=i,window.print(),window.location.reload(),document.body.innerHTML=N},Y=()=>{var t="";for(let u of B.value){t+="";for(let z of u)(z.type&&z.type==="number"||!z.type)&&(t+=`${z.title||""}`);t+=""}A.value.forEach((u,z)=>{t+="",ie.value.forEach((C,v)=>{if(C.type&&C.type=="number")t+=`${z+1}`;else if(C.type==null){var W=void 0;Object.keys(u).forEach(Ee=>{C.key===Ee&&(W=u)});const le=l.spanMethod(u,C,z,v),re=le?le[0]:1,we=le?le[1]:1;re!=0&&we!=0&&(t+=`${W?W[C.key]:""}`)}}),t+=""});var i="Sheet1",N="data:application/vnd.ms-excel;base64,",y=` ",ir=function(r){return r.get("autoCurveness")||null},Tx=function(r,e){var t=ir(r),a=20,n=[];if(T1(t))a=t;else if(z(t)){r.__curvenessList=t;return}e>a&&(a=e);var i=a%2?a+2:a+3;n=[];for(var o=0;o0&&(b[0]=-b[0],b[1]=-b[1]);var w=S[0]<0?-1:1;if(i.__position!=="start"&&i.__position!=="end"){var T=-Math.atan2(S[1],S[0]);h[0].8?"left":v[0]<-.8?"right":"center",d=v[1]>.8?"top":v[1]<-.8?"bottom":"middle";break;case"start":i.x=-v[0]*y+f[0],i.y=-v[1]*m+f[1],p=v[0]>.8?"right":v[0]<-.8?"left":"center",d=v[1]>.8?"bottom":v[1]<-.8?"top":"middle";break;case"insideStartTop":case"insideStart":case"insideStartBottom":i.x=y*w+f[0],i.y=f[1]+C,p=S[0]<0?"right":"left",i.originX=-y*w,i.originY=-C;break;case"insideMiddleTop":case"insideMiddle":case"insideMiddleBottom":case"middle":i.x=x[0],i.y=x[1]+C,p="center",i.originY=-C;break;case"insideEndTop":case"insideEnd":case"insideEndBottom":i.x=-y*w+h[0],i.y=h[1]+C,p=S[0]>=0?"right":"left",i.originX=y*w,i.originY=-C;break}i.scaleX=i.scaleY=o,i.setStyle({verticalAlign:i.__verticalAlign||d,align:i.__align||p})}},e}(r1);const ul=SV;var xV=function(){function r(e){this.group=new r1,this._LineCtor=e||ul}return r.prototype.updateData=function(e){var t=this;this._progressiveEls=null;var a=this,n=a.group,i=a._lineData;a._lineData=e,i||n.removeAll();var o=vc(e);e.diff(i).add(function(s){t._doAdd(e,s,o)}).update(function(s,l){t._doUpdate(i,e,l,s,o)}).remove(function(s){n.remove(i.getItemGraphicEl(s))}).execute()},r.prototype.updateLayout=function(){var e=this._lineData;e&&e.eachItemGraphicEl(function(t,a){t.updateLayout(e,a)},this)},r.prototype.incrementalPrepareUpdate=function(e){this._seriesScope=vc(e),this._lineData=null,this.group.removeAll()},r.prototype.incrementalUpdate=function(e,t){this._progressiveEls=[];function a(s){!s.isGroup&&!bV(s)&&(s.incremental=!0,s.ensureState("emphasis").hoverLayer=!0)}for(var n=e.start;n0}function vc(r){var e=r.hostModel,t=e.getModel("emphasis");return{lineStyle:e.getModel("lineStyle").getLineStyle(),emphasisLineStyle:t.getModel(["lineStyle"]).getLineStyle(),blurLineStyle:e.getModel(["blur","lineStyle"]).getLineStyle(),selectLineStyle:e.getModel(["select","lineStyle"]).getLineStyle(),emphasisDisabled:t.get("disabled"),blurScope:t.get("blurScope"),focus:t.get("focus"),labelStatesModels:n2(e)}}function cc(r){return isNaN(r[0])||isNaN(r[1])}function Wa(r){return r&&!cc(r[0])&&!cc(r[1])}const fl=xV;var $a=[],Ua=[],Ya=[],B5=o2,Za=U4,pc=Math.abs;function dc(r,e,t){for(var a=r[0],n=r[1],i=r[2],o=1/0,s,l=t*t,u=.1,f=.1;f<=.9;f+=.1){$a[0]=B5(a[0],n[0],i[0],f),$a[1]=B5(a[1],n[1],i[1],f);var h=pc(Za($a,e)-l);h=0?s=s+u:s=s-u:p>=0?s=s-u:s=s+u}return s}function Xa(r,e){var t=[],a=X8,n=[[],[],[]],i=[[],[]],o=[];e/=2,r.eachEdge(function(s,l){var u=s.getLayout(),f=s.getVisual("fromSymbol"),h=s.getVisual("toSymbol");u.__original||(u.__original=[X3(u[0]),X3(u[1])],u[2]&&u.__original.push(X3(u[2])));var v=u.__original;if(u[2]!=null){if(m2(n[0],v[0]),m2(n[1],v[2]),m2(n[2],v[1]),f&&f!=="none"){var c=C8(s.node1),p=dc(n,v[0],c*e);a(n[0][0],n[1][0],n[2][0],p,t),n[0][0]=t[3],n[1][0]=t[4],a(n[0][1],n[1][1],n[2][1],p,t),n[0][1]=t[3],n[1][1]=t[4]}if(h&&h!=="none"){var c=C8(s.node2),p=dc(n,v[1],c*e);a(n[0][0],n[1][0],n[2][0],p,t),n[1][0]=t[1],n[2][0]=t[2],a(n[0][1],n[1][1],n[2][1],p,t),n[1][1]=t[1],n[2][1]=t[2]}m2(u[0],n[0]),m2(u[1],n[2]),m2(u[2],n[1])}else{if(m2(i[0],v[0]),m2(i[1],v[1]),V4(o,i[1],i[0]),g5(o,o),f&&f!=="none"){var c=C8(s.node1);xt(i[0],i[0],o,c*e)}if(h&&h!=="none"){var c=C8(s.node2);xt(i[1],i[1],o,-c*e)}m2(u[0],i[0]),m2(u[1],i[1])}})}function gc(r){return r.type==="view"}var wV=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type=e.type,t}return e.prototype.init=function(t,a){var n=new W6,i=new fl,o=this.group;this._controller=new Z6(a.getZr()),this._controllerHost={target:o},o.add(n.group),o.add(i.group),this._symbolDraw=n,this._lineDraw=i,this._firstRender=!0},e.prototype.render=function(t,a,n){var i=this,o=t.coordinateSystem;this._model=t;var s=this._symbolDraw,l=this._lineDraw,u=this.group;if(gc(o)){var f={x:o.x,y:o.y,scaleX:o.scaleX,scaleY:o.scaleY};this._firstRender?u.attr(f):A1(u,f,t)}Xa(t.getGraph(),T8(t));var h=t.getData();s.updateData(h);var v=t.getEdgeData();l.updateData(v),this._updateNodeAndLinkScale(),this._updateController(t,a,n),clearTimeout(this._layoutTimeout);var c=t.forceLayout,p=t.get(["force","layoutAnimation"]);c&&this._startForceLayoutIteration(c,p);var d=t.get("layout");h.graph.eachNode(function(_){var S=_.dataIndex,b=_.getGraphicEl(),x=_.getModel();if(b){b.off("drag").off("dragend");var w=x.get("draggable");w&&b.on("drag",function(C){switch(d){case"force":c.warmUp(),!i._layouting&&i._startForceLayoutIteration(c,p),c.setFixed(S),h.setItemLayout(S,[b.x,b.y]);break;case"circular":h.setItemLayout(S,[b.x,b.y]),_.setLayout({fixed:!0},!0),ll(t,"symbolSize",_,[C.offsetX,C.offsetY]),i.updateLayout(t);break;case"none":default:h.setItemLayout(S,[b.x,b.y]),sl(t.getGraph(),t),i.updateLayout(t);break}}).on("dragend",function(){c&&c.setUnfixed(S)}),b.setDraggable(w,!!x.get("cursor"));var T=x.get(["emphasis","focus"]);T==="adjacency"&&(n1(b).focus=_.getAdjacentDataIndices())}}),h.graph.eachEdge(function(_){var S=_.getGraphicEl(),b=_.getModel().get(["emphasis","focus"]);S&&b==="adjacency"&&(n1(S).focus={edge:[_.dataIndex],node:[_.node1.dataIndex,_.node2.dataIndex]})});var g=t.get("layout")==="circular"&&t.get(["circular","rotateLabel"]),y=h.getLayout("cx"),m=h.getLayout("cy");h.graph.eachNode(function(_){Mx(_,g,y,m)}),this._firstRender=!1},e.prototype.dispose=function(){this._controller&&this._controller.dispose(),this._controllerHost=null},e.prototype._startForceLayoutIteration=function(t,a){var n=this;(function i(){t.step(function(o){n.updateLayout(n._model),(n._layouting=!o)&&(a?n._layoutTimeout=setTimeout(i,16):i())})})()},e.prototype._updateController=function(t,a,n){var i=this,o=this._controller,s=this._controllerHost,l=this.group;if(o.setPointerChecker(function(u,f,h){var v=l.getBoundingRect();return v.applyTransform(l.transform),v.contain(f,h)&&!rr(u,n,t)}),!gc(t.coordinateSystem)){o.disable();return}o.enable(t.get("roam")),s.zoomLimit=t.get("scaleLimit"),s.zoom=t.coordinateSystem.getZoom(),o.off("pan").off("zoom").on("pan",function(u){js(s,u.dx,u.dy),n.dispatchAction({seriesId:t.id,type:"graphRoam",dx:u.dx,dy:u.dy})}).on("zoom",function(u){Js(s,u.scale,u.originX,u.originY),n.dispatchAction({seriesId:t.id,type:"graphRoam",zoom:u.scale,originX:u.originX,originY:u.originY}),i._updateNodeAndLinkScale(),Xa(t.getGraph(),T8(t)),i._lineDraw.updateLayout(),n.updateLabelLayout()})},e.prototype._updateNodeAndLinkScale=function(){var t=this._model,a=t.getData(),n=T8(t);a.eachItemGraphicEl(function(i,o){i&&i.setSymbolScale(n)})},e.prototype.updateLayout=function(t){Xa(t.getGraph(),T8(t)),this._symbolDraw.updateLayout(),this._lineDraw.updateLayout()},e.prototype.remove=function(t,a){this._symbolDraw&&this._symbolDraw.remove(),this._lineDraw&&this._lineDraw.remove()},e.type="graph",e}(E1);const TV=wV;function V5(r){return"_EC_"+r}var CV=function(){function r(e){this.type="graph",this.nodes=[],this.edges=[],this._nodesMap={},this._edgesMap={},this._directed=e||!1}return r.prototype.isDirected=function(){return this._directed},r.prototype.addNode=function(e,t){e=e==null?""+t:""+e;var a=this._nodesMap;if(!a[V5(e)]){var n=new G9(e,t);return n.hostGraph=this,this.nodes.push(n),a[V5(e)]=n,n}},r.prototype.getNodeByIndex=function(e){var t=this.data.getRawIndex(e);return this.nodes[t]},r.prototype.getNodeById=function(e){return this._nodesMap[V5(e)]},r.prototype.addEdge=function(e,t,a){var n=this._nodesMap,i=this._edgesMap;if(T1(e)&&(e=this.nodes[e]),T1(t)&&(t=this.nodes[t]),e instanceof G9||(e=n[V5(e)]),t instanceof G9||(t=n[V5(t)]),!(!e||!t)){var o=e.id+"-"+t.id,s=new Lx(e,t,a);return s.hostGraph=this,this._directed&&(e.outEdges.push(s),t.inEdges.push(s)),e.edges.push(s),e!==t&&t.edges.push(s),this.edges.push(s),i[o]=s,s}},r.prototype.getEdgeByIndex=function(e){var t=this.edgeData.getRawIndex(e);return this.edges[t]},r.prototype.getEdge=function(e,t){e instanceof G9&&(e=e.id),t instanceof G9&&(t=t.id);var a=this._edgesMap;return this._directed?a[e+"-"+t]:a[e+"-"+t]||a[t+"-"+e]},r.prototype.eachNode=function(e,t){for(var a=this.nodes,n=a.length,i=0;i=0&&e.call(t,a[i],i)},r.prototype.eachEdge=function(e,t){for(var a=this.edges,n=a.length,i=0;i=0&&a[i].node1.dataIndex>=0&&a[i].node2.dataIndex>=0&&e.call(t,a[i],i)},r.prototype.breadthFirstTraverse=function(e,t,a,n){if(t instanceof G9||(t=this._nodesMap[V5(t)]),!!t){for(var i=a==="out"?"outEdges":a==="in"?"inEdges":"edges",o=0;o=0&&l.node2.dataIndex>=0});for(var i=0,o=n.length;i=0&&this[r][e].setItemVisual(this.dataIndex,t,a)},getVisual:function(t){return this[r][e].getItemVisual(this.dataIndex,t)},setLayout:function(t,a){this.dataIndex>=0&&this[r][e].setItemLayout(this.dataIndex,t,a)},getLayout:function(){return this[r][e].getItemLayout(this.dataIndex)},getGraphicEl:function(){return this[r][e].getItemGraphicEl(this.dataIndex)},getRawIndex:function(){return this[r][e].getRawIndex(this.dataIndex)}}}Y1(G9,Ix("hostGraph","data"));Y1(Lx,Ix("hostGraph","edgeData"));const AV=CV;function Px(r,e,t,a,n){for(var i=new AV(a),o=0;o "+v)),u++)}var c=t.get("coordinateSystem"),p;if(c==="cartesian2d"||c==="polar")p=e4(r,t);else{var d=R0.get(c),g=d?d.dimensions||[]:[];c1(g,"value")<0&&g.concat(["value"]);var y=N0(r,{coordDimensions:g,encodeDefine:t.getEncode()}).dimensions;p=new S2(y,t),p.initData(r)}var m=new S2(["value"],t);return m.initData(l,s),n&&n(p,m),hx({mainData:p,struct:i,structAttr:"graph",datas:{node:p,edge:m},datasAttr:{node:"data",edge:"edgeData"}}),i.update(),i}var MV=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type=e.type,t.hasSymbolVisual=!0,t}return e.prototype.init=function(t){r.prototype.init.apply(this,arguments);var a=this;function n(){return a._categoriesData}this.legendVisualProvider=new Y6(n,n),this.fillDataTextStyle(t.edges||t.links),this._updateCategoriesData()},e.prototype.mergeOption=function(t){r.prototype.mergeOption.apply(this,arguments),this.fillDataTextStyle(t.edges||t.links),this._updateCategoriesData()},e.prototype.mergeDefaultAndTheme=function(t){r.prototype.mergeDefaultAndTheme.apply(this,arguments),l5(t,"edgeLabel",["show"])},e.prototype.getInitialData=function(t,a){var n=t.edges||t.links||[],i=t.data||t.nodes||[],o=this;if(i&&n){lV(this);var s=Px(i,n,this,!0,l);return A(s.edges,function(u){uV(u.node1,u.node2,this,u.dataIndex)},this),s.data}function l(u,f){u.wrapMethod("getItemModel",function(p){var d=o._categoriesModels,g=p.getShallow("category"),y=d[g];return y&&(y.parentModel=p.parentModel,p.parentModel=y),p});var h=P1.prototype.getModel;function v(p,d){var g=h.call(this,p,d);return g.resolveParentPath=c,g}f.wrapMethod("getItemModel",function(p){return p.resolveParentPath=c,p.getModel=v,p});function c(p){if(p&&(p[0]==="label"||p[1]==="label")){var d=p.slice();return p[0]==="label"?d[0]="edgeLabel":p[1]==="label"&&(d[1]="edgeLabel"),d}return p}}},e.prototype.getGraph=function(){return this.getData().graph},e.prototype.getEdgeData=function(){return this.getGraph().edgeData},e.prototype.getCategoriesData=function(){return this._categoriesData},e.prototype.formatTooltip=function(t,a,n){if(n==="edge"){var i=this.getData(),o=this.getDataParams(t,n),s=i.graph.getEdgeByIndex(t),l=i.getName(s.node1.dataIndex),u=i.getName(s.node2.dataIndex),f=[];return l!=null&&f.push(l),u!=null&&f.push(u),i2("nameValue",{name:f.join(" > "),value:o.value,noValue:o.value==null})}var h=Um({series:this,dataIndex:t,multipleSeries:a});return h},e.prototype._updateCategoriesData=function(){var t=G(this.option.categories||[],function(n){return n.value!=null?n:B({value:0},n)}),a=new S2(["value"],this);a.initData(t),this._categoriesData=a,this._categoriesModels=a.mapArray(function(n){return a.getItemModel(n)})},e.prototype.setZoom=function(t){this.option.zoom=t},e.prototype.setCenter=function(t){this.option.center=t},e.prototype.isAnimationEnabled=function(){return r.prototype.isAnimationEnabled.call(this)&&!(this.get("layout")==="force"&&this.get(["force","layoutAnimation"]))},e.type="series.graph",e.dependencies=["grid","polar","geo","singleAxis","calendar"],e.defaultOption={z:2,coordinateSystem:"view",legendHoverLink:!0,layout:null,circular:{rotateLabel:!1},force:{initLayout:null,repulsion:[0,50],gravity:.1,friction:.6,edgeLength:30,layoutAnimation:!0},left:"center",top:"center",symbol:"circle",symbolSize:10,edgeSymbol:["none","none"],edgeSymbolSize:10,edgeLabel:{position:"middle",distance:5},draggable:!1,roam:!1,center:null,zoom:1,nodeScaleRatio:.6,label:{show:!1,formatter:"{b}"},itemStyle:{},lineStyle:{color:"#aaa",width:1,opacity:.5},emphasis:{scale:!0,label:{show:!0}},select:{itemStyle:{borderColor:"#212121"}}},e}(B1);const DV=MV;var LV={type:"graphRoam",event:"graphRoam",update:"none"};function IV(r){r.registerChartView(TV),r.registerSeriesModel(DV),r.registerProcessor(aV),r.registerVisual(nV),r.registerVisual(iV),r.registerLayout(fV),r.registerLayout(r.PRIORITY.VISUAL.POST_CHART_LAYOUT,vV),r.registerLayout(pV),r.registerCoordinateSystem("graphView",{dimensions:X6.dimensions,create:gV}),r.registerAction({type:"focusNodeAdjacency",event:"focusNodeAdjacency",update:"series:focusNodeAdjacency"},U1),r.registerAction({type:"unfocusNodeAdjacency",event:"unfocusNodeAdjacency",update:"series:unfocusNodeAdjacency"},U1),r.registerAction(LV,function(e,t,a){t.eachComponent({mainType:"series",query:e},function(n){var i=n.coordinateSystem,o=tl(i,e,void 0,a);n.setCenter&&n.setCenter(o.center),n.setZoom&&n.setZoom(o.zoom)})})}var PV=function(){function r(){this.angle=0,this.width=10,this.r=10,this.x=0,this.y=0}return r}(),RV=function(r){k(e,r);function e(t){var a=r.call(this,t)||this;return a.type="pointer",a}return e.prototype.getDefaultShape=function(){return new PV},e.prototype.buildPath=function(t,a){var n=Math.cos,i=Math.sin,o=a.r,s=a.width,l=a.angle,u=a.x-n(l)*s*(s>=o/3?1:2),f=a.y-i(l)*s*(s>=o/3?1:2);l=a.angle-Math.PI/2,t.moveTo(u,f),t.lineTo(a.x+n(l)*s,a.y+i(l)*s),t.lineTo(a.x+n(a.angle)*o,a.y+i(a.angle)*o),t.lineTo(a.x-n(l)*s,a.y-i(l)*s),t.lineTo(u,f)},e}(d1);const EV=RV;function kV(r,e){var t=r.get("center"),a=e.getWidth(),n=e.getHeight(),i=Math.min(a,n),o=H(t[0],e.getWidth()),s=H(t[1],e.getHeight()),l=H(r.get("radius"),i/2);return{cx:o,cy:s,r:l}}function H7(r,e){var t=r==null?"":r+"";return e&&($(e)?t=e.replace("{value}",t):K(e)&&(t=e(r))),t}var OV=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type=e.type,t}return e.prototype.render=function(t,a,n){this.group.removeAll();var i=t.get(["axisLine","lineStyle","color"]),o=kV(t,n);this._renderMain(t,a,n,i,o),this._data=t.getData()},e.prototype.dispose=function(){},e.prototype._renderMain=function(t,a,n,i,o){var s=this.group,l=t.get("clockwise"),u=-t.get("startAngle")/180*Math.PI,f=-t.get("endAngle")/180*Math.PI,h=t.getModel("axisLine"),v=h.get("roundCap"),c=v?Qt:L2,p=h.get("show"),d=h.getModel("lineStyle"),g=d.get("width"),y=[u,f];ny(y,!l),u=y[0],f=y[1];for(var m=f-u,_=u,S=[],b=0;p&&b=C&&(M===0?0:i[M-1][0])Math.PI/2&&(t1+=Math.PI)):J==="tangential"?t1=-T-Math.PI/2:T1(J)&&(t1=J*Math.PI/180),t1===0?h.add(new S1({style:O1(_,{text:V,x:W,y:Z,verticalAlign:R<-.8?"top":R>.8?"bottom":"middle",align:P<-.4?"left":P>.4?"right":"center"},{inheritColor:F}),silent:!0})):h.add(new S1({style:O1(_,{text:V,x:W,y:Z,verticalAlign:"middle",align:"center"},{inheritColor:F}),silent:!0,originX:W,originY:Z,rotation:t1}))}if(m.get("show")&&E!==S){var N=m.get("distance");N=N?N+f:f;for(var g1=0;g1<=b;g1++){P=Math.cos(T),R=Math.sin(T);var M1=new r2({shape:{x1:P*(p-N)+v,y1:R*(p-N)+c,x2:P*(p-w-N)+v,y2:R*(p-w-N)+c},silent:!0,style:L});L.stroke==="auto"&&M1.setStyle({stroke:i((E+g1/b)/S)}),h.add(M1),T+=M}T-=M}else T+=C}},e.prototype._renderPointer=function(t,a,n,i,o,s,l,u,f){var h=this.group,v=this._data,c=this._progressEls,p=[],d=t.get(["pointer","show"]),g=t.getModel("progress"),y=g.get("show"),m=t.getData(),_=m.mapDimension("value"),S=+t.get("min"),b=+t.get("max"),x=[S,b],w=[s,l];function T(M,D){var L=m.getItemModel(M),I=L.getModel("pointer"),P=H(I.get("width"),o.r),R=H(I.get("length"),o.r),E=t.get(["pointer","icon"]),N=I.get("offsetCenter"),O=H(N[0],o.r),V=H(N[1],o.r),F=I.get("keepAspect"),W;return E?W=X1(E,O-P/2,V-R,P,R,null,F):W=new EV({shape:{angle:-Math.PI/2,width:P,r:R,x:O,y:V}}),W.rotation=-(D+Math.PI/2),W.x=o.cx,W.y=o.cy,W}function C(M,D){var L=g.get("roundCap"),I=L?Qt:L2,P=g.get("overlap"),R=P?g.get("width"):f/m.count(),E=P?o.r-R:o.r-(M+1)*R,N=P?o.r:o.r-M*R,O=new I({shape:{startAngle:s,endAngle:D,cx:o.cx,cy:o.cy,clockwise:u,r0:E,r:N}});return P&&(O.z2=b-m.get(_,M)%b),O}(y||d)&&(m.diff(v).add(function(M){var D=m.get(_,M);if(d){var L=T(M,s);V1(L,{rotation:-((isNaN(+D)?w[0]:L1(D,x,w,!0))+Math.PI/2)},t),h.add(L),m.setItemGraphicEl(M,L)}if(y){var I=C(M,s),P=g.get("clip");V1(I,{shape:{endAngle:L1(D,x,w,P)}},t),h.add(I),li(t.seriesIndex,m.dataType,M,I),p[M]=I}}).update(function(M,D){var L=m.get(_,M);if(d){var I=v.getItemGraphicEl(D),P=I?I.rotation:s,R=T(M,P);R.rotation=P,A1(R,{rotation:-((isNaN(+L)?w[0]:L1(L,x,w,!0))+Math.PI/2)},t),h.add(R),m.setItemGraphicEl(M,R)}if(y){var E=c[D],N=E?E.shape.endAngle:s,O=C(M,N),V=g.get("clip");A1(O,{shape:{endAngle:L1(L,x,w,V)}},t),h.add(O),li(t.seriesIndex,m.dataType,M,O),p[M]=O}}).execute(),m.each(function(M){var D=m.getItemModel(M),L=D.getModel("emphasis"),I=L.get("focus"),P=L.get("blurScope"),R=L.get("disabled");if(d){var E=m.getItemGraphicEl(M),N=m.getItemVisual(M,"style"),O=N.fill;if(E instanceof l2){var V=E.style;E.useStyle(B({image:V.image,x:V.x,y:V.y,width:V.width,height:V.height},N))}else E.useStyle(N),E.type!=="pointer"&&E.setColor(O);E.setStyle(D.getModel(["pointer","itemStyle"]).getItemStyle()),E.style.fill==="auto"&&E.setStyle("fill",i(L1(m.get(_,M),x,[0,1],!0))),E.z2EmphasisLift=0,v2(E,D),W1(E,I,P,R)}if(y){var F=p[M];F.useStyle(m.getItemVisual(M,"style")),F.setStyle(D.getModel(["progress","itemStyle"]).getItemStyle()),F.z2EmphasisLift=0,v2(F,D),W1(F,I,P,R)}}),this._progressEls=p)},e.prototype._renderAnchor=function(t,a){var n=t.getModel("anchor"),i=n.get("show");if(i){var o=n.get("size"),s=n.get("icon"),l=n.get("offsetCenter"),u=n.get("keepAspect"),f=X1(s,a.cx-o/2+H(l[0],a.r),a.cy-o/2+H(l[1],a.r),o,o,null,u);f.z2=n.get("showAbove")?1:0,f.setStyle(n.getModel("itemStyle").getItemStyle()),this.group.add(f)}},e.prototype._renderTitleAndDetail=function(t,a,n,i,o){var s=this,l=t.getData(),u=l.mapDimension("value"),f=+t.get("min"),h=+t.get("max"),v=new r1,c=[],p=[],d=t.isAnimationEnabled(),g=t.get(["pointer","showAbove"]);l.diff(this._data).add(function(y){c[y]=new S1({silent:!0}),p[y]=new S1({silent:!0})}).update(function(y,m){c[y]=s._titleEls[m],p[y]=s._detailEls[m]}).execute(),l.each(function(y){var m=l.getItemModel(y),_=l.get(u,y),S=new r1,b=i(L1(_,[f,h],[0,1],!0)),x=m.getModel("title");if(x.get("show")){var w=x.get("offsetCenter"),T=o.cx+H(w[0],o.r),C=o.cy+H(w[1],o.r),M=c[y];M.attr({z2:g?0:2,style:O1(x,{x:T,y:C,text:l.getName(y),align:"center",verticalAlign:"middle"},{inheritColor:b})}),S.add(M)}var D=m.getModel("detail");if(D.get("show")){var L=D.get("offsetCenter"),I=o.cx+H(L[0],o.r),P=o.cy+H(L[1],o.r),R=H(D.get("width"),o.r),E=H(D.get("height"),o.r),N=t.get(["progress","show"])?l.getItemVisual(y,"style").fill:b,M=p[y],O=D.get("formatter");M.attr({z2:g?0:2,style:O1(D,{x:I,y:P,text:H7(_,O),width:isNaN(R)?null:R,height:isNaN(E)?null:E,align:"center",verticalAlign:"middle"},{inheritColor:N})}),Ky(M,{normal:D},_,function(F){return H7(F,O)}),d&&jy(M,y,l,t,{getFormattedLabel:function(F,W,Z,J,t1,g1){return H7(g1?g1.interpolatedValue:_,O)}}),S.add(M)}v.add(S)}),this.group.add(v),this._titleEls=c,this._detailEls=p},e.type="gauge",e}(E1);const NV=OV;var BV=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type=e.type,t.visualStyleAccessPath="itemStyle",t}return e.prototype.getInitialData=function(t,a){return V0(this,["value"])},e.type="series.gauge",e.defaultOption={z:2,colorBy:"data",center:["50%","50%"],legendHoverLink:!0,radius:"75%",startAngle:225,endAngle:-45,clockwise:!0,min:0,max:100,splitNumber:10,axisLine:{show:!0,roundCap:!1,lineStyle:{color:[[1,"#E6EBF8"]],width:10}},progress:{show:!1,overlap:!0,width:10,roundCap:!1,clip:!0},splitLine:{show:!0,length:10,distance:10,lineStyle:{color:"#63677A",width:3,type:"solid"}},axisTick:{show:!0,splitNumber:5,length:6,distance:10,lineStyle:{color:"#63677A",width:1,type:"solid"}},axisLabel:{show:!0,distance:15,color:"#464646",fontSize:12,rotate:0},pointer:{icon:null,offsetCenter:[0,0],show:!0,showAbove:!0,length:"60%",width:6,keepAspect:!1},anchor:{show:!1,showAbove:!1,size:6,icon:"circle",offsetCenter:[0,0],keepAspect:!1,itemStyle:{color:"#fff",borderWidth:0,borderColor:"#5470c6"}},title:{show:!0,offsetCenter:[0,"20%"],color:"#464646",fontSize:16,valueAnimation:!1},detail:{show:!0,backgroundColor:"rgba(0,0,0,0)",borderWidth:0,borderColor:"#ccc",width:100,height:null,padding:[5,10],offsetCenter:[0,"40%"],color:"#464646",fontSize:30,fontWeight:"bold",lineHeight:30,valueAnimation:!1}},e}(B1);const VV=BV;function zV(r){r.registerChartView(NV),r.registerSeriesModel(VV)}var GV=["itemStyle","opacity"],FV=function(r){k(e,r);function e(t,a){var n=r.call(this)||this,i=n,o=new P2,s=new S1;return i.setTextContent(s),n.setTextGuideLine(o),n.updateData(t,a,!0),n}return e.prototype.updateData=function(t,a,n){var i=this,o=t.hostModel,s=t.getItemModel(a),l=t.getItemLayout(a),u=s.getModel("emphasis"),f=s.get(GV);f=f??1,n||R3(i),i.useStyle(t.getItemVisual(a,"style")),i.style.lineJoin="round",n?(i.setShape({points:l.points}),i.style.opacity=0,V1(i,{style:{opacity:f}},o,a)):A1(i,{style:{opacity:f},shape:{points:l.points}},o,a),v2(i,s),this._updateLabel(t,a),W1(this,u.get("focus"),u.get("blurScope"),u.get("disabled"))},e.prototype._updateLabel=function(t,a){var n=this,i=this.getTextGuideLine(),o=n.getTextContent(),s=t.hostModel,l=t.getItemModel(a),u=t.getItemLayout(a),f=u.label,h=t.getItemVisual(a,"style"),v=h.fill;c2(o,n2(l),{labelFetcher:t.hostModel,labelDataIndex:a,defaultOpacity:h.opacity,defaultText:t.getName(a)},{normal:{align:f.textAlign,verticalAlign:f.verticalAlign}}),n.setTextConfig({local:!0,inside:!!f.inside,insideStroke:v,outsideFill:v});var c=f.linePoints;i.setShape({points:c}),n.textGuideLineConfig={anchor:c?new u1(c[0][0],c[0][1]):null},A1(o,{style:{x:f.x,y:f.y}},s,a),o.attr({rotation:f.rotation,originX:f.x,originY:f.y,z2:10}),Hs(n,Ws(l),{stroke:v})},e}(I2),HV=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type=e.type,t.ignoreLabelLineUpdate=!0,t}return e.prototype.render=function(t,a,n){var i=t.getData(),o=this._data,s=this.group;i.diff(o).add(function(l){var u=new FV(i,l);i.setItemGraphicEl(l,u),s.add(u)}).update(function(l,u){var f=o.getItemGraphicEl(u);f.updateData(i,l),s.add(f),i.setItemGraphicEl(l,f)}).remove(function(l){var u=o.getItemGraphicEl(l);n6(u,t,l)}).execute(),this._data=i},e.prototype.remove=function(){this.group.removeAll(),this._data=null},e.prototype.dispose=function(){},e.type="funnel",e}(E1);const WV=HV;var $V=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type=e.type,t}return e.prototype.init=function(t){r.prototype.init.apply(this,arguments),this.legendVisualProvider=new Y6(U(this.getData,this),U(this.getRawData,this)),this._defaultLabelLine(t)},e.prototype.getInitialData=function(t,a){return V0(this,{coordDimensions:["value"],encodeDefaulter:i1(cs,this)})},e.prototype._defaultLabelLine=function(t){l5(t,"labelLine",["show"]);var a=t.labelLine,n=t.emphasis.labelLine;a.show=a.show&&t.label.show,n.show=n.show&&t.emphasis.label.show},e.prototype.getDataParams=function(t){var a=this.getData(),n=r.prototype.getDataParams.call(this,t),i=a.mapDimension("value"),o=a.getSum(i);return n.percent=o?+(a.get(i,t)/o*100).toFixed(2):0,n.$vars.push("percent"),n},e.type="series.funnel",e.defaultOption={z:2,legendHoverLink:!0,colorBy:"data",left:80,top:60,right:80,bottom:60,minSize:"0%",maxSize:"100%",sort:"descending",orient:"vertical",gap:0,funnelAlign:"center",label:{show:!0,position:"outer"},labelLine:{show:!0,length:20,lineStyle:{width:1}},itemStyle:{borderColor:"#fff",borderWidth:1},emphasis:{label:{show:!0}},select:{itemStyle:{borderColor:"#212121"}}},e}(B1);const UV=$V;function YV(r,e){return J1(r.getBoxLayoutParams(),{width:e.getWidth(),height:e.getHeight()})}function ZV(r,e){for(var t=r.mapDimension("value"),a=r.mapArray(t,function(l){return l}),n=[],i=e==="ascending",o=0,s=r.count();ovz)return;var n=this._model.coordinateSystem.getSlidedAxisExpandWindow([r.offsetX,r.offsetY]);n.behavior!=="none"&&this._dispatchExpand({axisExpandWindow:n.axisExpandWindow})}this._mouseDownPoint=null},mousemove:function(r){if(!(this._mouseDownPoint||!Ka(this,"mousemove"))){var e=this._model,t=e.coordinateSystem.getSlidedAxisExpandWindow([r.offsetX,r.offsetY]),a=t.behavior;a==="jump"&&this._throttledDispatchExpand.debounceNextCall(e.get("axisExpandDebounce")),this._throttledDispatchExpand(a==="none"?null:{axisExpandWindow:t.axisExpandWindow,animation:a==="jump"?null:{duration:0}})}}};function Ka(r,e){var t=r._model;return t.get("axisExpandable")&&t.get("axisExpandTriggerOn")===e}const dz=cz;var gz=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type=e.type,t}return e.prototype.init=function(){r.prototype.init.apply(this,arguments),this.mergeOption({})},e.prototype.mergeOption=function(t){var a=this.option;t&&o1(a,t,!0),this._initDimensions()},e.prototype.contains=function(t,a){var n=t.get("parallelIndex");return n!=null&&a.getComponent("parallel",n)===this},e.prototype.setAxisExpand=function(t){A(["axisExpandable","axisExpandCenter","axisExpandCount","axisExpandWidth","axisExpandWindow"],function(a){t.hasOwnProperty(a)&&(this.option[a]=t[a])},this)},e.prototype._initDimensions=function(){var t=this.dimensions=[],a=this.parallelAxisIndex=[],n=I1(this.ecModel.queryComponents({mainType:"parallelAxis"}),function(i){return(i.get("parallelIndex")||0)===this.componentIndex},this);A(n,function(i){t.push("dim"+i.get("dim")),a.push(i.componentIndex)})},e.type="parallel",e.dependencies=["parallelAxis"],e.layoutMode="box",e.defaultOption={z:0,left:80,top:60,right:80,bottom:60,layout:"horizontal",axisExpandable:!1,axisExpandCenter:null,axisExpandCount:0,axisExpandWidth:50,axisExpandRate:17,axisExpandDebounce:50,axisExpandSlideTriggerArea:[-.15,.05,.4],axisExpandTriggerOn:"click",parallelAxisDefault:null},e}(_1);const yz=gz;var mz=function(r){k(e,r);function e(t,a,n,i,o){var s=r.call(this,t,a,n)||this;return s.type=i||"value",s.axisIndex=o,s}return e.prototype.isHorizontal=function(){return this.coordinateSystem.getModel().get("layout")!=="horizontal"},e}(g3);const _z=mz;function b5(r,e,t,a,n,i){r=r||0;var o=t[1]-t[0];if(n!=null&&(n=z5(n,[0,o])),i!=null&&(i=Math.max(i,n??0)),a==="all"){var s=Math.abs(e[1]-e[0]);s=z5(s,[0,o]),n=i=z5(s,[n,i]),a=0}e[0]=z5(e[0],t),e[1]=z5(e[1],t);var l=ja(e,a);e[a]+=r;var u=n||0,f=t.slice();l.sign<0?f[0]+=u:f[1]-=u,e[a]=z5(e[a],f);var h;return h=ja(e,a),n!=null&&(h.sign!==l.sign||h.spani&&(e[1-a]=e[a]+h.sign*i),e}function ja(r,e){var t=r[e]-r[1-e];return{span:Math.abs(t),sign:t>0?-1:t<0?1:e?-1:1}}function z5(r,e){return Math.min(e[1]!=null?e[1]:1/0,Math.max(e[0]!=null?e[0]:-1/0,r))}var Ja=A,Ex=Math.min,kx=Math.max,_c=Math.floor,Sz=Math.ceil,Sc=H1,xz=Math.PI,bz=function(){function r(e,t,a){this.type="parallel",this._axesMap=X(),this._axesLayout={},this.dimensions=e.dimensions,this._model=e,this._init(e,t,a)}return r.prototype._init=function(e,t,a){var n=e.dimensions,i=e.parallelAxisIndex;Ja(n,function(o,s){var l=i[s],u=t.getComponent("parallelAxis",l),f=this._axesMap.set(o,new _z(o,G6(u),[0,0],u.get("type"),l)),h=f.type==="category";f.onBand=h&&u.get("boundaryGap"),f.inverse=u.get("inverse"),u.axis=f,f.model=u,f.coordinateSystem=u.coordinateSystem=this},this)},r.prototype.update=function(e,t){this._updateAxesFromSeries(this._model,e)},r.prototype.containPoint=function(e){var t=this._makeLayoutInfo(),a=t.axisBase,n=t.layoutBase,i=t.pixelDimIndex,o=e[1-i],s=e[i];return o>=a&&o<=a+t.axisLength&&s>=n&&s<=n+t.layoutLength},r.prototype.getModel=function(){return this._model},r.prototype._updateAxesFromSeries=function(e,t){t.eachSeries(function(a){if(e.contains(a,t)){var n=a.getData();Ja(this.dimensions,function(i){var o=this._axesMap.get(i);o.scale.unionExtentFromData(n,n.mapDimension(i)),c5(o.scale,o.model)},this)}},this)},r.prototype.resize=function(e,t){this._rect=J1(e.getBoxLayoutParams(),{width:t.getWidth(),height:t.getHeight()}),this._layoutAxes()},r.prototype.getRect=function(){return this._rect},r.prototype._makeLayoutInfo=function(){var e=this._model,t=this._rect,a=["x","y"],n=["width","height"],i=e.get("layout"),o=i==="horizontal"?0:1,s=t[n[o]],l=[0,s],u=this.dimensions.length,f=W7(e.get("axisExpandWidth"),l),h=W7(e.get("axisExpandCount")||0,[0,u]),v=e.get("axisExpandable")&&u>3&&u>h&&h>1&&f>0&&s>0,c=e.get("axisExpandWindow"),p;if(c)p=W7(c[1]-c[0],l),c[1]=c[0]+p;else{p=W7(f*(h-1),l);var d=e.get("axisExpandCenter")||_c(u/2);c=[f*d-p/2],c[1]=c[0]+p}var g=(s-p)/(u-h);g<3&&(g=0);var y=[_c(Sc(c[0]/f,1))+1,Sz(Sc(c[1]/f,1))-1],m=g/f*c[0];return{layout:i,pixelDimIndex:o,layoutBase:t[a[o]],layoutLength:s,axisBase:t[a[1-o]],axisLength:t[n[1-o]],axisExpandable:v,axisExpandWidth:f,axisCollapseWidth:g,axisExpandWindow:c,axisCount:u,winInnerIndices:y,axisExpandWindow0Pos:m}},r.prototype._layoutAxes=function(){var e=this._rect,t=this._axesMap,a=this.dimensions,n=this._makeLayoutInfo(),i=n.layout;t.each(function(o){var s=[0,n.axisLength],l=o.inverse?1:0;o.setExtent(s[l],s[1-l])}),Ja(a,function(o,s){var l=(n.axisExpandable?Tz:wz)(s,n),u={horizontal:{x:l.position,y:n.axisLength},vertical:{x:0,y:l.position}},f={horizontal:xz/2,vertical:0},h=[u[i].x+e.x,u[i].y+e.y],v=f[i],c=F2();s9(c,c,v),L3(c,c,h),this._axesLayout[o]={position:h,rotation:v,transform:c,axisNameAvailableWidth:l.axisNameAvailableWidth,axisLabelShow:l.axisLabelShow,nameTruncateMaxWidth:l.nameTruncateMaxWidth,tickDirection:1,labelDirection:1}},this)},r.prototype.getAxis=function(e){return this._axesMap.get(e)},r.prototype.dataToPoint=function(e,t){return this.axisCoordToPoint(this._axesMap.get(t).dataToCoord(e),t)},r.prototype.eachActiveState=function(e,t,a,n){a==null&&(a=0),n==null&&(n=e.count());var i=this._axesMap,o=this.dimensions,s=[],l=[];A(o,function(g){s.push(e.mapDimension(g)),l.push(i.get(g).model)});for(var u=this.hasAxisBrushed(),f=a;fi*(1-h[0])?(u="jump",l=s-i*(1-h[2])):(l=s-i*h[1])>=0&&(l=s-i*(1-h[1]))<=0&&(l=0),l*=t.axisExpandWidth/f,l?b5(l,n,o,"all"):u="none";else{var c=n[1]-n[0],p=o[1]*s/c;n=[kx(0,p-c/2)],n[1]=Ex(o[1],n[0]+c),n[0]=n[1]-c}return{axisExpandWindow:n,behavior:u}},r}();function W7(r,e){return Ex(kx(r,e[0]),e[1])}function wz(r,e){var t=e.layoutLength/(e.axisCount-1);return{position:t*r,axisNameAvailableWidth:t,axisLabelShow:!0}}function Tz(r,e){var t=e.layoutLength,a=e.axisExpandWidth,n=e.axisCount,i=e.axisCollapseWidth,o=e.winInnerIndices,s,l=i,u=!1,f;return r=0;n--)Z2(a[n])},e.prototype.getActiveState=function(t){var a=this.activeIntervals;if(!a.length)return"normal";if(t==null||isNaN(+t))return"inactive";if(a.length===1){var n=a[0];if(n[0]<=t&&t<=n[1])return"active"}else for(var i=0,o=a.length;iPz}function Fx(r){var e=r.length-1;return e<0&&(e=0),[r[0],r[e]]}function Hx(r,e,t,a){var n=new r1;return n.add(new x1({name:"main",style:pl(t),silent:!0,draggable:!0,cursor:"move",drift:i1(Tc,r,e,n,["n","s","w","e"]),ondragend:i1(d5,e,{isEnd:!0})})),A(a,function(i){n.add(new x1({name:i.join(""),style:{opacity:0},draggable:!0,silent:!0,invisible:!0,drift:i1(Tc,r,e,n,i),ondragend:i1(d5,e,{isEnd:!0})}))}),n}function Wx(r,e,t,a){var n=a.brushStyle.lineWidth||0,i=y0(n,Rz),o=t[0][0],s=t[1][0],l=o-n/2,u=s-n/2,f=t[0][1],h=t[1][1],v=f-i+n/2,c=h-i+n/2,p=f-o,d=h-s,g=p+n,y=d+n;i4(r,e,"main",o,s,p,d),a.transformable&&(i4(r,e,"w",l,u,i,y),i4(r,e,"e",v,u,i,y),i4(r,e,"n",l,u,g,i),i4(r,e,"s",l,c,g,i),i4(r,e,"nw",l,u,i,i),i4(r,e,"ne",v,u,i,i),i4(r,e,"sw",l,c,i,i),i4(r,e,"se",v,c,i,i))}function Qi(r,e){var t=e.__brushOption,a=t.transformable,n=e.childAt(0);n.useStyle(pl(t)),n.attr({silent:!a,cursor:a?"move":"default"}),A([["w"],["e"],["n"],["s"],["s","e"],["s","w"],["n","e"],["n","w"]],function(i){var o=e.childOfName(i.join("")),s=i.length===1?to(r,i[0]):zz(r,i);o&&o.attr({silent:!a,invisible:!a,cursor:a?kz[s]+"-resize":null})})}function i4(r,e,t,a,n,i,o){var s=e.childOfName(t);s&&s.setShape(Fz(dl(r,e,[[a,n],[a+i,n+o]])))}function pl(r){return j({strokeNoScale:!0},r.brushStyle)}function $x(r,e,t,a){var n=[S6(r,t),S6(e,a)],i=[y0(r,t),y0(e,a)];return[[n[0],i[0]],[n[1],i[1]]]}function Vz(r){return X4(r.group)}function to(r,e){var t={w:"left",e:"right",n:"top",s:"bottom"},a={left:"w",right:"e",top:"n",bottom:"s"},n=Ve(t[e],Vz(r));return a[n]}function zz(r,e){var t=[to(r,e[0]),to(r,e[1])];return(t[0]==="e"||t[0]==="w")&&t.reverse(),t.join("")}function Tc(r,e,t,a,n,i){var o=t.__brushOption,s=r.toRectRange(o.range),l=Ux(e,n,i);A(a,function(u){var f=Ez[u];s[f[0]][f[1]]+=l[f[0]]}),o.range=r.fromRectRange($x(s[0][0],s[1][0],s[0][1],s[1][1])),hl(e,t),d5(e,{isEnd:!1})}function Gz(r,e,t,a){var n=e.__brushOption.range,i=Ux(r,t,a);A(n,function(o){o[0]+=i[0],o[1]+=i[1]}),hl(r,e),d5(r,{isEnd:!1})}function Ux(r,e,t){var a=r.group,n=a.transformCoordToLocal(e,t),i=a.transformCoordToLocal(0,0);return[n[0]-i[0],n[1]-i[1]]}function dl(r,e,t){var a=Gx(r,e);return a&&a!==p5?a.clipPath(t,r._transform):e1(t)}function Fz(r){var e=S6(r[0][0],r[1][0]),t=S6(r[0][1],r[1][1]),a=y0(r[0][0],r[1][0]),n=y0(r[0][1],r[1][1]);return{x:e,y:t,width:a-e,height:n-t}}function Hz(r,e,t){if(!(!r._brushType||$z(r,e.offsetX,e.offsetY))){var a=r._zr,n=r._covers,i=cl(r,e,t);if(!r._dragging)for(var o=0;oa.getWidth()||t<0||t>a.getHeight()}var or={lineX:Mc(0),lineY:Mc(1),rect:{createCover:function(r,e){function t(a){return a}return Hx({toRectRange:t,fromRectRange:t},r,e,[["w"],["e"],["n"],["s"],["s","e"],["s","w"],["n","e"],["n","w"]])},getCreatingRange:function(r){var e=Fx(r);return $x(e[1][0],e[1][1],e[0][0],e[0][1])},updateCoverShape:function(r,e,t,a){Wx(r,e,t,a)},updateCommon:Qi,contain:ro},polygon:{createCover:function(r,e){var t=new r1;return t.add(new P2({name:"main",style:pl(e),silent:!0})),t},getCreatingRange:function(r){return r},endCreating:function(r,e){e.remove(e.childAt(0)),e.add(new I2({name:"main",draggable:!0,drift:i1(Gz,r,e),ondragend:i1(d5,r,{isEnd:!0})}))},updateCoverShape:function(r,e,t,a){e.childAt(0).setShape({points:dl(r,e,t)})},updateCommon:Qi,contain:ro}};function Mc(r){return{createCover:function(e,t){return Hx({toRectRange:function(a){var n=[a,[0,100]];return r&&n.reverse(),n},fromRectRange:function(a){return a[r]}},e,t,[[["w"],["e"]],[["n"],["s"]]][r])},getCreatingRange:function(e){var t=Fx(e),a=S6(t[0][r],t[1][r]),n=y0(t[0][r],t[1][r]);return[a,n]},updateCoverShape:function(e,t,a,n){var i,o=Gx(e,t);if(o!==p5&&o.getLinearBrushOtherExtent)i=o.getLinearBrushOtherExtent(r);else{var s=e._zr;i=[0,[s.getWidth(),s.getHeight()][1-r]]}var l=[a,i];r&&l.reverse(),Wx(e,t,l,n)},updateCommon:Qi,contain:ro}}const gl=Nz;function Zx(r){return r=yl(r),function(e){return rs(e,r)}}function Xx(r,e){return r=yl(r),function(t){var a=e??t,n=a?r.width:r.height,i=a?r.x:r.y;return[i,i+(n||0)]}}function qx(r,e,t){var a=yl(r);return function(n,i){return a.contain(i[0],i[1])&&!rr(n,e,t)}}function yl(r){return s1.create(r)}var Uz=["axisLine","axisTickLabel","axisName"],Yz=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type=e.type,t}return e.prototype.init=function(t,a){r.prototype.init.apply(this,arguments),(this._brushController=new gl(a.getZr())).on("brush",U(this._onBrush,this))},e.prototype.render=function(t,a,n,i){if(!Zz(t,a,i)){this.axisModel=t,this.api=n,this.group.removeAll();var o=this._axisGroup;if(this._axisGroup=new r1,this.group.add(this._axisGroup),!!t.get("show")){var s=qz(t,a),l=s.coordinateSystem,u=t.getAreaSelectStyle(),f=u.width,h=t.axis.dim,v=l.getAxisLayout(h),c=B({strokeContainThreshold:f},v),p=new x4(t,c);A(Uz,p.add,p),this._axisGroup.add(p.getGroup()),this._refreshBrushController(c,u,t,s,f,n),O6(o,this._axisGroup,t)}}},e.prototype._refreshBrushController=function(t,a,n,i,o,s){var l=n.axis.getExtent(),u=l[1]-l[0],f=Math.min(30,Math.abs(u)*.1),h=s1.create({x:l[0],y:-o/2,width:u,height:o});h.x-=f,h.width+=2*f,this._brushController.mount({enableGlobalPan:!0,rotation:t.rotation,x:t.position[0],y:t.position[1]}).setPanels([{panelId:"pl",clipPath:Zx(h),isTargetByCursor:qx(h,s,i),getLinearBrushOtherExtent:Xx(h,0)}]).enableBrush({brushType:"lineX",brushStyle:a,removeOnClick:!0}).updateCovers(Xz(n))},e.prototype._onBrush=function(t){var a=t.areas,n=this.axisModel,i=n.axis,o=G(a,function(s){return[i.coordToData(s.range[0],!0),i.coordToData(s.range[1],!0)]});(!n.option.realtime===t.isEnd||t.removeOnClick)&&this.api.dispatchAction({type:"axisAreaSelect",parallelAxisId:n.id,intervals:o})},e.prototype.dispose=function(){this._brushController.dispose()},e.type="parallelAxis",e}(z1);function Zz(r,e,t){return t&&t.type==="axisAreaSelect"&&e.findComponents({mainType:"parallelAxis",query:t})[0]===r}function Xz(r){var e=r.axis;return G(r.activeIntervals,function(t){return{brushType:"lineX",panelId:"pl",range:[e.dataToCoord(t[0],!0),e.dataToCoord(t[1],!0)]}})}function qz(r,e){return e.getComponent("parallel",r.get("parallelIndex"))}const Kz=Yz;var jz={type:"axisAreaSelect",event:"axisAreaSelected"};function Jz(r){r.registerAction(jz,function(e,t){t.eachComponent({mainType:"parallelAxis",query:e},function(a){a.axis.model.setActiveIntervals(e.intervals)})}),r.registerAction("parallelAxisExpand",function(e,t){t.eachComponent({mainType:"parallel",query:e},function(a){a.setAxisExpand(e)})})}var Qz={type:"value",areaSelectStyle:{width:20,borderWidth:1,borderColor:"rgba(160,197,232)",color:"rgba(160,197,232)",opacity:.3},realtime:!0,z:10};function Kx(r){r.registerComponentView(dz),r.registerComponentModel(yz),r.registerCoordinateSystem("parallel",Dz),r.registerPreprocessor(uz),r.registerComponentModel(xc),r.registerComponentView(Kz),g0(r,"parallel",xc,Qz),Jz(r)}function tG(r){h1(Kx),r.registerChartView(ez),r.registerSeriesModel(iz),r.registerVisual(r.PRIORITY.VISUAL.BRUSH,lz)}var eG=function(){function r(){this.x1=0,this.y1=0,this.x2=0,this.y2=0,this.cpx1=0,this.cpy1=0,this.cpx2=0,this.cpy2=0,this.extent=0}return r}(),rG=function(r){k(e,r);function e(t){return r.call(this,t)||this}return e.prototype.getDefaultShape=function(){return new eG},e.prototype.buildPath=function(t,a){var n=a.extent;t.moveTo(a.x1,a.y1),t.bezierCurveTo(a.cpx1,a.cpy1,a.cpx2,a.cpy2,a.x2,a.y2),a.orient==="vertical"?(t.lineTo(a.x2+n,a.y2),t.bezierCurveTo(a.cpx2+n,a.cpy2,a.cpx1+n,a.cpy1,a.x1+n,a.y1)):(t.lineTo(a.x2,a.y2+n),t.bezierCurveTo(a.cpx2,a.cpy2+n,a.cpx1,a.cpy1+n,a.x1,a.y1+n)),t.closePath()},e.prototype.highlight=function(){y4(this)},e.prototype.downplay=function(){m4(this)},e}(d1),aG=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type=e.type,t._focusAdjacencyDisabled=!1,t}return e.prototype.render=function(t,a,n){var i=this,o=t.getGraph(),s=this.group,l=t.layoutInfo,u=l.width,f=l.height,h=t.getData(),v=t.getData("edge"),c=t.get("orient");this._model=t,s.removeAll(),s.x=l.x,s.y=l.y,o.eachEdge(function(p){var d=new rG,g=n1(d);g.dataIndex=p.dataIndex,g.seriesIndex=t.seriesIndex,g.dataType="edge";var y=p.getModel(),m=y.getModel("lineStyle"),_=m.get("curveness"),S=p.node1.getLayout(),b=p.node1.getModel(),x=b.get("localX"),w=b.get("localY"),T=p.node2.getLayout(),C=p.node2.getModel(),M=C.get("localX"),D=C.get("localY"),L=p.getLayout(),I,P,R,E,N,O,V,F;switch(d.shape.extent=Math.max(1,L.dy),d.shape.orient=c,c==="vertical"?(I=(x!=null?x*u:S.x)+L.sy,P=(w!=null?w*f:S.y)+S.dy,R=(M!=null?M*u:T.x)+L.ty,E=D!=null?D*f:T.y,N=I,O=P*(1-_)+E*_,V=R,F=P*_+E*(1-_)):(I=(x!=null?x*u:S.x)+S.dx,P=(w!=null?w*f:S.y)+L.sy,R=M!=null?M*u:T.x,E=(D!=null?D*f:T.y)+L.ty,N=I*(1-_)+R*_,O=P,V=I*_+R*(1-_),F=E),d.setShape({x1:I,y1:P,x2:R,y2:E,cpx1:N,cpy1:O,cpx2:V,cpy2:F}),d.useStyle(m.getItemStyle()),d.style.fill){case"source":d.style.fill=p.node1.getVisual("color"),d.style.decal=p.node1.getVisual("style").decal;break;case"target":d.style.fill=p.node2.getVisual("color"),d.style.decal=p.node2.getVisual("style").decal;break;case"gradient":var W=p.node1.getVisual("color"),Z=p.node2.getVisual("color");$(W)&&$(Z)&&(d.style.fill=new w0(0,0,+(c==="horizontal"),+(c==="vertical"),[{color:W,offset:0},{color:Z,offset:1}]))}c2(d,n2(y,"edgeLabel"),{labelFetcher:t,labelDataIndex:p.dataIndex,defaultText:""+y.get("value")}),d.setTextConfig({position:"inside"});var J=y.getModel("emphasis");v2(d,y,"lineStyle",function(g1){return g1.getItemStyle()}),s.add(d),v.setItemGraphicEl(p.dataIndex,d);var t1=J.get("focus");W1(d,t1==="adjacency"?p.getAdjacentDataIndices():t1,J.get("blurScope"),J.get("disabled")),n1(d).dataType="edge"}),o.eachNode(function(p){var d=p.getLayout(),g=p.getModel(),y=g.get("localX"),m=g.get("localY"),_=g.getModel("emphasis"),S=new x1({shape:{x:y!=null?y*u:d.x,y:m!=null?m*f:d.y,width:d.dx,height:d.dy},style:g.getModel("itemStyle").getItemStyle(),z2:10});c2(S,n2(g),{labelFetcher:t,labelDataIndex:p.dataIndex,defaultText:p.id}),S.disableLabelAnimation=!0,S.setStyle("fill",p.getVisual("color")),S.setStyle("decal",p.getVisual("style").decal),v2(S,g),s.add(S),h.setItemGraphicEl(p.dataIndex,S),n1(S).dataType="node";var b=_.get("focus");W1(S,b==="adjacency"?p.getAdjacentDataIndices():b,_.get("blurScope"),_.get("disabled"))}),h.eachItemGraphicEl(function(p,d){var g=h.getItemModel(d);g.get("draggable")&&(p.drift=function(y,m){i._focusAdjacencyDisabled=!0,this.shape.x+=y,this.shape.y+=m,this.dirty(),n.dispatchAction({type:"dragNode",seriesId:t.id,dataIndex:h.getRawIndex(d),localX:this.shape.x/u,localY:this.shape.y/f})},p.ondragend=function(){i._focusAdjacencyDisabled=!1},p.draggable=!0,p.cursor="move")}),!this._data&&t.isAnimationEnabled()&&s.setClipPath(nG(s.getBoundingRect(),t,function(){s.removeClipPath()})),this._data=t.getData()},e.prototype.dispose=function(){},e.type="sankey",e}(E1);function nG(r,e,t){var a=new x1({shape:{x:r.x-10,y:r.y-10,width:0,height:r.height+20}});return V1(a,{shape:{width:r.width+20}},e,t),a}const iG=aG;var oG=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type=e.type,t}return e.prototype.getInitialData=function(t,a){var n=t.edges||t.links,i=t.data||t.nodes,o=t.levels;this.levelModels=[];for(var s=this.levelModels,l=0;l=0&&(s[o[l].depth]=new P1(o[l],this,a));if(i&&n){var u=Px(i,n,this,!0,f);return u.data}function f(h,v){h.wrapMethod("getItemModel",function(c,p){var d=c.parentModel,g=d.getData().getItemLayout(p);if(g){var y=g.depth,m=d.levelModels[y];m&&(c.parentModel=m)}return c}),v.wrapMethod("getItemModel",function(c,p){var d=c.parentModel,g=d.getGraph().getEdgeByIndex(p),y=g.node1.getLayout();if(y){var m=y.depth,_=d.levelModels[m];_&&(c.parentModel=_)}return c})}},e.prototype.setNodePosition=function(t,a){var n=this.option.data||this.option.nodes,i=n[t];i.localX=a[0],i.localY=a[1]},e.prototype.getGraph=function(){return this.getData().graph},e.prototype.getEdgeData=function(){return this.getGraph().edgeData},e.prototype.formatTooltip=function(t,a,n){function i(c){return isNaN(c)||c==null}if(n==="edge"){var o=this.getDataParams(t,n),s=o.data,l=o.value,u=s.source+" -- "+s.target;return i2("nameValue",{name:u,value:l,noValue:i(l)})}else{var f=this.getGraph().getNodeByIndex(t),h=f.getLayout().value,v=this.getDataParams(t,n).data.name;return i2("nameValue",{name:v!=null?v+"":null,value:h,noValue:i(h)})}},e.prototype.optionUpdated=function(){},e.prototype.getDataParams=function(t,a){var n=r.prototype.getDataParams.call(this,t,a);if(n.value==null&&a==="node"){var i=this.getGraph().getNodeByIndex(t),o=i.getLayout().value;n.value=o}return n},e.type="series.sankey",e.defaultOption={z:2,coordinateSystem:"view",left:"5%",top:"5%",right:"20%",bottom:"5%",orient:"horizontal",nodeWidth:20,nodeGap:8,draggable:!0,layoutIterations:32,label:{show:!0,position:"right",fontSize:12},edgeLabel:{show:!1,fontSize:12},levels:[],nodeAlign:"justify",lineStyle:{color:"#314656",opacity:.2,curveness:.5},emphasis:{label:{show:!0},lineStyle:{opacity:.5}},select:{itemStyle:{borderColor:"#212121"}},animationEasing:"linear",animationDuration:1e3},e}(B1);const sG=oG;function lG(r,e){r.eachSeriesByType("sankey",function(t){var a=t.get("nodeWidth"),n=t.get("nodeGap"),i=uG(t,e);t.layoutInfo=i;var o=i.width,s=i.height,l=t.getGraph(),u=l.nodes,f=l.edges;hG(u);var h=I1(u,function(d){return d.getLayout().value===0}),v=h.length!==0?0:t.get("layoutIterations"),c=t.get("orient"),p=t.get("nodeAlign");fG(u,f,a,n,o,s,v,c,p)})}function uG(r,e){return J1(r.getBoxLayoutParams(),{width:e.getWidth(),height:e.getHeight()})}function fG(r,e,t,a,n,i,o,s,l){vG(r,e,t,n,i,s,l),gG(r,e,i,n,a,o,s),CG(r,s)}function hG(r){A(r,function(e){var t=j4(e.outEdges,ie),a=j4(e.inEdges,ie),n=e.getValue()||0,i=Math.max(t,a,n);e.setLayout({value:i},!0)})}function vG(r,e,t,a,n,i,o){for(var s=[],l=[],u=[],f=[],h=0,v=0;v=0;y&&g.depth>c&&(c=g.depth),d.setLayout({depth:y?g.depth:h},!0),i==="vertical"?d.setLayout({dy:t},!0):d.setLayout({dx:t},!0);for(var m=0;mh-1?c:h-1;o&&o!=="left"&&cG(r,o,i,w);var T=i==="vertical"?(n-t)/w:(a-t)/w;dG(r,T,i)}function jx(r){var e=r.hostGraph.data.getRawDataItem(r.dataIndex);return e.depth!=null&&e.depth>=0}function cG(r,e,t,a){if(e==="right"){for(var n=[],i=r,o=0;i.length;){for(var s=0;s0;i--)l*=.99,_G(s,l,o),Qa(s,n,t,a,o),TG(s,l,o),Qa(s,n,t,a,o)}function yG(r,e){var t=[],a=e==="vertical"?"y":"x",n=ni(r,function(i){return i.getLayout()[a]});return n.keys.sort(function(i,o){return i-o}),A(n.keys,function(i){t.push(n.buckets.get(i))}),t}function mG(r,e,t,a,n,i){var o=1/0;A(r,function(s){var l=s.length,u=0;A(s,function(h){u+=h.getLayout().value});var f=i==="vertical"?(a-(l-1)*n)/u:(t-(l-1)*n)/u;f0&&(s=l.getLayout()[i]+u,n==="vertical"?l.setLayout({x:s},!0):l.setLayout({y:s},!0)),f=l.getLayout()[i]+l.getLayout()[v]+e;var p=n==="vertical"?a:t;if(u=f-e-p,u>0){s=l.getLayout()[i]-u,n==="vertical"?l.setLayout({x:s},!0):l.setLayout({y:s},!0),f=s;for(var c=h-2;c>=0;--c)l=o[c],u=l.getLayout()[i]+l.getLayout()[v]+e-f,u>0&&(s=l.getLayout()[i]-u,n==="vertical"?l.setLayout({x:s},!0):l.setLayout({y:s},!0)),f=l.getLayout()[i]}})}function _G(r,e,t){A(r.slice().reverse(),function(a){A(a,function(n){if(n.outEdges.length){var i=j4(n.outEdges,SG,t)/j4(n.outEdges,ie);if(isNaN(i)){var o=n.outEdges.length;i=o?j4(n.outEdges,xG,t)/o:0}if(t==="vertical"){var s=n.getLayout().x+(i-a9(n,t))*e;n.setLayout({x:s},!0)}else{var l=n.getLayout().y+(i-a9(n,t))*e;n.setLayout({y:l},!0)}}})})}function SG(r,e){return a9(r.node2,e)*r.getValue()}function xG(r,e){return a9(r.node2,e)}function bG(r,e){return a9(r.node1,e)*r.getValue()}function wG(r,e){return a9(r.node1,e)}function a9(r,e){return e==="vertical"?r.getLayout().x+r.getLayout().dx/2:r.getLayout().y+r.getLayout().dy/2}function ie(r){return r.getValue()}function j4(r,e,t){for(var a=0,n=r.length,i=-1;++io&&(o=l)}),A(a,function(s){var l=new f2({type:"color",mappingMethod:"linear",dataExtent:[i,o],visual:e.get("color")}),u=l.mapValueToVisual(s.getLayout().value),f=s.getModel().get(["itemStyle","color"]);f!=null?(s.setVisual("color",f),s.setVisual("style",{fill:f})):(s.setVisual("color",u),s.setVisual("style",{fill:u}))})}n.length&&A(n,function(s){var l=s.getModel().get("lineStyle");s.setVisual("style",l)})})}function MG(r){r.registerChartView(iG),r.registerSeriesModel(sG),r.registerLayout(lG),r.registerVisual(AG),r.registerAction({type:"dragNode",event:"dragnode",update:"update"},function(e,t){t.eachComponent({mainType:"series",subType:"sankey",query:e},function(a){a.setNodePosition(e.dataIndex,[e.localX,e.localY])})})}var Jx=function(){function r(){}return r.prototype.getInitialData=function(e,t){var a,n=t.getComponent("xAxis",this.get("xAxisIndex")),i=t.getComponent("yAxis",this.get("yAxisIndex")),o=n.get("type"),s=i.get("type"),l;o==="category"?(e.layout="horizontal",a=n.getOrdinalMeta(),l=!0):s==="category"?(e.layout="vertical",a=i.getOrdinalMeta(),l=!0):e.layout=e.layout||"horizontal";var u=["x","y"],f=e.layout==="horizontal"?0:1,h=this._baseAxisDim=u[f],v=u[1-f],c=[n,i],p=c[f].get("type"),d=c[1-f].get("type"),g=e.data;if(g&&l){var y=[];A(g,function(S,b){var x;z(S)?(x=S.slice(),S.unshift(b)):z(S.value)?(x=B({},S),x.value=x.value.slice(),S.value.unshift(b)):x=S,y.push(x)}),e.data=y}var m=this.defaultValueDimensions,_=[{name:h,type:Zt(p),ordinalMeta:a,otherDims:{tooltip:!1,itemName:0},dimsDef:["base"]},{name:v,type:Zt(d),dimsDef:m.slice()}];return V0(this,{coordDimensions:_,dimensionsCount:m.length+1,encodeDefaulter:i1(gm,_,this)})},r.prototype.getBaseAxis=function(){var e=this._baseAxisDim;return this.ecModel.getComponent(e+"Axis",this.get(e+"AxisIndex")).axis},r}(),Qx=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type=e.type,t.defaultValueDimensions=[{name:"min",defaultTooltip:!0},{name:"Q1",defaultTooltip:!0},{name:"median",defaultTooltip:!0},{name:"Q3",defaultTooltip:!0},{name:"max",defaultTooltip:!0}],t.visualDrawType="stroke",t}return e.type="series.boxplot",e.dependencies=["xAxis","yAxis","grid"],e.defaultOption={z:2,coordinateSystem:"cartesian2d",legendHoverLink:!0,layout:null,boxWidth:[7,50],itemStyle:{color:"#fff",borderWidth:1},emphasis:{scale:!0,itemStyle:{borderWidth:2,shadowBlur:5,shadowOffsetX:1,shadowOffsetY:1,shadowColor:"rgba(0,0,0,0.2)"}},animationDuration:800},e}(B1);Y1(Qx,Jx,!0);const DG=Qx;var LG=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type=e.type,t}return e.prototype.render=function(t,a,n){var i=t.getData(),o=this.group,s=this._data;this._data||o.removeAll();var l=t.get("layout")==="horizontal"?1:0;i.diff(s).add(function(u){if(i.hasValue(u)){var f=i.getItemLayout(u),h=Dc(f,i,u,l,!0);i.setItemGraphicEl(u,h),o.add(h)}}).update(function(u,f){var h=s.getItemGraphicEl(f);if(!i.hasValue(u)){o.remove(h);return}var v=i.getItemLayout(u);h?(R3(h),tb(v,h,i,u)):h=Dc(v,i,u,l),o.add(h),i.setItemGraphicEl(u,h)}).remove(function(u){var f=s.getItemGraphicEl(u);f&&o.remove(f)}).execute(),this._data=i},e.prototype.remove=function(t){var a=this.group,n=this._data;this._data=null,n&&n.eachItemGraphicEl(function(i){i&&a.remove(i)})},e.type="boxplot",e}(E1),IG=function(){function r(){}return r}(),PG=function(r){k(e,r);function e(t){var a=r.call(this,t)||this;return a.type="boxplotBoxPath",a}return e.prototype.getDefaultShape=function(){return new IG},e.prototype.buildPath=function(t,a){var n=a.points,i=0;for(t.moveTo(n[i][0],n[i][1]),i++;i<4;i++)t.lineTo(n[i][0],n[i][1]);for(t.closePath();id){var S=[y,_];a.push(S)}}}return{boxData:t,outliers:a}}var zG={type:"echarts:boxplot",transform:function(e){var t=e.upstream;if(t.sourceFormat!==b2){var a="";D1(a)}var n=VG(t.getRawData(),e.config);return[{dimensions:["ItemName","Low","Q1","Q2","Q3","High"],data:n.boxData},{data:n.outliers}]}};function GG(r){r.registerSeriesModel(DG),r.registerChartView(EG),r.registerLayout(kG),r.registerTransform(zG)}var FG=["color","borderColor"],HG=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type=e.type,t}return e.prototype.render=function(t,a,n){this.group.removeClipPath(),this._progressiveEls=null,this._updateDrawMode(t),this._isLargeDraw?this._renderLarge(t):this._renderNormal(t)},e.prototype.incrementalPrepareRender=function(t,a,n){this._clear(),this._updateDrawMode(t)},e.prototype.incrementalRender=function(t,a,n,i){this._progressiveEls=[],this._isLargeDraw?this._incrementalRenderLarge(t,a):this._incrementalRenderNormal(t,a)},e.prototype.eachRendered=function(t){l9(this._progressiveEls||this.group,t)},e.prototype._updateDrawMode=function(t){var a=t.pipelineContext.large;(this._isLargeDraw==null||a!==this._isLargeDraw)&&(this._isLargeDraw=a,this._clear())},e.prototype._renderNormal=function(t){var a=t.getData(),n=this._data,i=this.group,o=a.getLayout("isSimpleBox"),s=t.get("clip",!0),l=t.coordinateSystem,u=l.getArea&&l.getArea();this._data||i.removeAll(),a.diff(n).add(function(f){if(a.hasValue(f)){var h=a.getItemLayout(f);if(s&&Lc(u,h))return;var v=tn(h,f,!0);V1(v,{shape:{points:h.ends}},t,f),en(v,a,f,o),i.add(v),a.setItemGraphicEl(f,v)}}).update(function(f,h){var v=n.getItemGraphicEl(h);if(!a.hasValue(f)){i.remove(v);return}var c=a.getItemLayout(f);if(s&&Lc(u,c)){i.remove(v);return}v?(A1(v,{shape:{points:c.ends}},t,f),R3(v)):v=tn(c),en(v,a,f,o),i.add(v),a.setItemGraphicEl(f,v)}).remove(function(f){var h=n.getItemGraphicEl(f);h&&i.remove(h)}).execute(),this._data=a},e.prototype._renderLarge=function(t){this._clear(),Ic(t,this.group);var a=t.get("clip",!0)?er(t.coordinateSystem,!1,t):null;a?this.group.setClipPath(a):this.group.removeClipPath()},e.prototype._incrementalRenderNormal=function(t,a){for(var n=a.getData(),i=n.getLayout("isSimpleBox"),o;(o=t.next())!=null;){var s=n.getItemLayout(o),l=tn(s);en(l,n,o,i),l.incremental=!0,this.group.add(l),this._progressiveEls.push(l)}},e.prototype._incrementalRenderLarge=function(t,a){Ic(a,this.group,this._progressiveEls,!0)},e.prototype.remove=function(t){this._clear()},e.prototype._clear=function(){this.group.removeAll(),this._data=null},e.type="candlestick",e}(E1),WG=function(){function r(){}return r}(),$G=function(r){k(e,r);function e(t){var a=r.call(this,t)||this;return a.type="normalCandlestickBox",a}return e.prototype.getDefaultShape=function(){return new WG},e.prototype.buildPath=function(t,a){var n=a.points;this.__simpleBox?(t.moveTo(n[4][0],n[4][1]),t.lineTo(n[6][0],n[6][1])):(t.moveTo(n[0][0],n[0][1]),t.lineTo(n[1][0],n[1][1]),t.lineTo(n[2][0],n[2][1]),t.lineTo(n[3][0],n[3][1]),t.closePath(),t.moveTo(n[4][0],n[4][1]),t.lineTo(n[5][0],n[5][1]),t.moveTo(n[6][0],n[6][1]),t.lineTo(n[7][0],n[7][1]))},e}(d1);function tn(r,e,t){var a=r.ends;return new $G({shape:{points:t?UG(a,r):a},z2:100})}function Lc(r,e){for(var t=!0,a=0;a0?"borderColor":"borderColor0"])||t.get(["itemStyle",r>0?"color":"color0"]);r===0&&(n=t.get(["itemStyle","borderColorDoji"]));var i=t.getModel("itemStyle").getItemStyle(FG);e.useStyle(i),e.style.fill=null,e.style.stroke=n}const ZG=HG;var eb=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type=e.type,t.defaultValueDimensions=[{name:"open",defaultTooltip:!0},{name:"close",defaultTooltip:!0},{name:"lowest",defaultTooltip:!0},{name:"highest",defaultTooltip:!0}],t}return e.prototype.getShadowDim=function(){return"open"},e.prototype.brushSelector=function(t,a,n){var i=a.getItemLayout(t);return i&&n.rect(i.brushRect)},e.type="series.candlestick",e.dependencies=["xAxis","yAxis","grid"],e.defaultOption={z:2,coordinateSystem:"cartesian2d",legendHoverLink:!0,layout:null,clip:!0,itemStyle:{color:"#eb5454",color0:"#47b262",borderColor:"#eb5454",borderColor0:"#47b262",borderColorDoji:null,borderWidth:1},emphasis:{scale:!0,itemStyle:{borderWidth:2}},barMaxWidth:null,barMinWidth:null,barWidth:null,large:!0,largeThreshold:600,progressive:3e3,progressiveThreshold:1e4,progressiveChunkMode:"mod",animationEasing:"linear",animationDuration:300},e}(B1);Y1(eb,Jx,!0);const XG=eb;function qG(r){!r||!z(r.series)||A(r.series,function(e){Q(e)&&e.type==="k"&&(e.type="candlestick")})}var KG=["itemStyle","borderColor"],jG=["itemStyle","borderColor0"],JG=["itemStyle","borderColorDoji"],QG=["itemStyle","color"],tF=["itemStyle","color0"],eF={seriesType:"candlestick",plan:E0(),performRawSeries:!0,reset:function(r,e){function t(i,o){return o.get(i>0?QG:tF)}function a(i,o){return o.get(i===0?JG:i>0?KG:jG)}if(!e.isSeriesFiltered(r)){var n=r.pipelineContext.large;return!n&&{progress:function(i,o){for(var s;(s=i.next())!=null;){var l=o.getItemModel(s),u=o.getItemLayout(s).sign,f=l.getItemStyle();f.fill=t(u,l),f.stroke=a(u,l)||f.fill;var h=o.ensureUniqueItemVisual(s,"style");B(h,f)}}}}}};const rF=eF;var aF={seriesType:"candlestick",plan:E0(),reset:function(r){var e=r.coordinateSystem,t=r.getData(),a=nF(r,t),n=0,i=1,o=["x","y"],s=t.getDimensionIndex(t.mapDimension(o[n])),l=G(t.mapDimensionsAll(o[i]),t.getDimensionIndex,t),u=l[0],f=l[1],h=l[2],v=l[3];if(t.setLayout({candleWidth:a,isSimpleBox:a<=1.3}),s<0||l.length<4)return;return{progress:r.pipelineContext.large?p:c};function c(d,g){for(var y,m=g.getStore();(y=d.next())!=null;){var _=m.get(s,y),S=m.get(u,y),b=m.get(f,y),x=m.get(h,y),w=m.get(v,y),T=Math.min(S,b),C=Math.max(S,b),M=N(T,_),D=N(C,_),L=N(x,_),I=N(w,_),P=[];O(P,D,0),O(P,M,1),P.push(F(I),F(D),F(L),F(M));var R=g.getItemModel(y),E=!!R.get(["itemStyle","borderColorDoji"]);g.setItemLayout(y,{sign:Pc(m,y,S,b,f,E),initBaseline:S>b?D[i]:M[i],ends:P,brushRect:V(x,w,_)})}function N(W,Z){var J=[];return J[n]=Z,J[i]=W,isNaN(Z)||isNaN(W)?[NaN,NaN]:e.dataToPoint(J)}function O(W,Z,J){var t1=Z.slice(),g1=Z.slice();t1[n]=ft(t1[n]+a/2,1,!1),g1[n]=ft(g1[n]-a/2,1,!0),J?W.push(t1,g1):W.push(g1,t1)}function V(W,Z,J){var t1=N(W,J),g1=N(Z,J);return t1[n]-=a/2,g1[n]-=a/2,{x:t1[0],y:t1[1],width:a,height:g1[1]-t1[1]}}function F(W){return W[n]=ft(W[n],1),W}}function p(d,g){for(var y=U3(d.count*4),m=0,_,S=[],b=[],x,w=g.getStore(),T=!!r.get(["itemStyle","borderColorDoji"]);(x=d.next())!=null;){var C=w.get(s,x),M=w.get(u,x),D=w.get(f,x),L=w.get(h,x),I=w.get(v,x);if(isNaN(C)||isNaN(L)||isNaN(I)){y[m++]=NaN,m+=3;continue}y[m++]=Pc(w,x,M,D,f,T),S[n]=C,S[i]=L,_=e.dataToPoint(S,null,b),y[m++]=_?_[0]:NaN,y[m++]=_?_[1]:NaN,S[i]=I,_=e.dataToPoint(S,null,b),y[m++]=_?_[1]:NaN}g.setLayout("largePoints",y)}}};function Pc(r,e,t,a,n,i){var o;return t>a?o=-1:t0?r.get(n,e-1)<=a?1:-1:1,o}function nF(r,e){var t=r.getBaseAxis(),a,n=t.type==="category"?t.getBandWidth():(a=t.getExtent(),Math.abs(a[1]-a[0])/e.count()),i=H(f1(r.get("barMaxWidth"),n),n),o=H(f1(r.get("barMinWidth"),1),n),s=r.get("barWidth");return s!=null?H(s,n):Math.max(Math.min(n/2,i),o)}const iF=aF;function oF(r){r.registerChartView(ZG),r.registerSeriesModel(XG),r.registerPreprocessor(qG),r.registerVisual(rF),r.registerLayout(iF)}function Rc(r,e){var t=e.rippleEffectColor||e.color;r.eachChild(function(a){a.attr({z:e.z,zlevel:e.zlevel,style:{stroke:e.brushType==="stroke"?t:null,fill:e.brushType==="fill"?t:null}})})}var sF=function(r){k(e,r);function e(t,a){var n=r.call(this)||this,i=new H6(t,a),o=new r1;return n.add(i),n.add(o),n.updateData(t,a),n}return e.prototype.stopEffectAnimation=function(){this.childAt(1).removeAll()},e.prototype.startEffectAnimation=function(t){for(var a=t.symbolType,n=t.color,i=t.rippleNumber,o=this.childAt(1),s=0;s0&&(s=this._getLineLength(i)/f*1e3),s!==this._period||l!==this._loop||u!==this._roundTrip){i.stopAnimation();var v=void 0;K(h)?v=h(n):v=h,i.__t>0&&(v=-s*i.__t),this._animateSymbol(i,s,v,l,u)}this._period=s,this._loop=l,this._roundTrip=u}},e.prototype._animateSymbol=function(t,a,n,i,o){if(a>0){t.__t=0;var s=this,l=t.animate("",i).when(o?a*2:a,{__t:o?2:1}).delay(n).during(function(){s._updateSymbolPosition(t)});i||l.done(function(){s.remove(t)}),l.start()}},e.prototype._getLineLength=function(t){return l4(t.__p1,t.__cp1)+l4(t.__cp1,t.__p2)},e.prototype._updateAnimationPoints=function(t,a){t.__p1=a[0],t.__p2=a[1],t.__cp1=a[2]||[(a[0][0]+a[1][0])/2,(a[0][1]+a[1][1])/2]},e.prototype.updateData=function(t,a,n){this.childAt(0).updateData(t,a,n),this._updateEffectSymbol(t,a)},e.prototype._updateSymbolPosition=function(t){var a=t.__p1,n=t.__p2,i=t.__cp1,o=t.__t<1?t.__t:2-t.__t,s=[t.x,t.y],l=s.slice(),u=o2,f=Wn;s[0]=u(a[0],i[0],n[0],o),s[1]=u(a[1],i[1],n[1],o);var h=t.__t<1?f(a[0],i[0],n[0],o):f(n[0],i[0],a[0],1-o),v=t.__t<1?f(a[1],i[1],n[1],o):f(n[1],i[1],a[1],1-o);t.rotation=-Math.atan2(v,h)-Math.PI/2,(this._symbolType==="line"||this._symbolType==="rect"||this._symbolType==="roundRect")&&(t.__lastT!==void 0&&t.__lastT=0&&!(i[l]<=a);l--);l=Math.min(l,o-2)}else{for(l=s;la);l++);l=Math.min(l-1,o-2)}var f=(a-i[l])/(i[l+1]-i[l]),h=n[l],v=n[l+1];t.x=h[0]*(1-f)+f*v[0],t.y=h[1]*(1-f)+f*v[1];var c=t.__t<1?v[0]-h[0]:h[0]-v[0],p=t.__t<1?v[1]-h[1]:h[1]-v[1];t.rotation=-Math.atan2(p,c)-Math.PI/2,this._lastFrame=l,this._lastFramePercent=a,t.ignore=!1}},e}(rb);const yF=gF;var mF=function(){function r(){this.polyline=!1,this.curveness=0,this.segs=[]}return r}(),_F=function(r){k(e,r);function e(t){var a=r.call(this,t)||this;return a._off=0,a.hoverDataIdx=-1,a}return e.prototype.reset=function(){this.notClear=!1,this._off=0},e.prototype.getDefaultStyle=function(){return{stroke:"#000",fill:null}},e.prototype.getDefaultShape=function(){return new mF},e.prototype.buildPath=function(t,a){var n=a.segs,i=a.curveness,o;if(a.polyline)for(o=this._off;o0){t.moveTo(n[o++],n[o++]);for(var l=1;l0){var c=(u+h)/2-(f-v)*i,p=(f+v)/2-(h-u)*i;t.quadraticCurveTo(c,p,h,v)}else t.lineTo(h,v)}this.incremental&&(this._off=o,this.notClear=!0)},e.prototype.findDataIndex=function(t,a){var n=this.shape,i=n.segs,o=n.curveness,s=this.style.lineWidth;if(n.polyline)for(var l=0,u=0;u0)for(var h=i[u++],v=i[u++],c=1;c0){var g=(h+p)/2-(v-d)*o,y=(v+d)/2-(p-h)*o;if(iy(h,v,g,y,p,d,s,t,a))return l}else if(N4(h,v,p,d,s,t,a))return l;l++}return-1},e.prototype.contain=function(t,a){var n=this.transformCoordToLocal(t,a),i=this.getBoundingRect();if(t=n[0],a=n[1],i.contain(t,a)){var o=this.hoverDataIdx=this.findDataIndex(t,a);return o>=0}return this.hoverDataIdx=-1,!1},e.prototype.getBoundingRect=function(){var t=this._rect;if(!t){for(var a=this.shape,n=a.segs,i=1/0,o=1/0,s=-1/0,l=-1/0,u=0;u0&&(o.dataIndex=l+e.__startIndex)})},r.prototype._clear=function(){this._newAdded=[],this.group.removeAll()},r}();const xF=SF;var bF={seriesType:"lines",plan:E0(),reset:function(r){var e=r.coordinateSystem;if(e){var t=r.get("polyline"),a=r.pipelineContext.large;return{progress:function(n,i){var o=[];if(a){var s=void 0,l=n.end-n.start;if(t){for(var u=0,f=n.start;f0&&(f||u.configLayer(s,{motionBlur:!0,lastFrameAlpha:Math.max(Math.min(l/10+.9,1),0)})),o.updateData(i);var h=t.get("clip",!0)&&er(t.coordinateSystem,!1,t);h?this.group.setClipPath(h):this.group.removeClipPath(),this._lastZlevel=s,this._finished=!0},e.prototype.incrementalPrepareRender=function(t,a,n){var i=t.getData(),o=this._updateLineDraw(i,t);o.incrementalPrepareUpdate(i),this._clearLayer(n),this._finished=!1},e.prototype.incrementalRender=function(t,a,n){this._lineDraw.incrementalUpdate(t,a.getData()),this._finished=t.end===a.getData().count()},e.prototype.eachRendered=function(t){this._lineDraw&&this._lineDraw.eachRendered(t)},e.prototype.updateTransform=function(t,a,n){var i=t.getData(),o=t.pipelineContext;if(!this._finished||o.large||o.progressiveRender)return{update:!0};var s=nb.reset(t,a,n);s.progress&&s.progress({start:0,end:i.count(),count:i.count()},i),this._lineDraw.updateLayout(),this._clearLayer(n)},e.prototype._updateLineDraw=function(t,a){var n=this._lineDraw,i=this._showEffect(a),o=!!a.get("polyline"),s=a.pipelineContext,l=s.large;return(!n||i!==this._hasEffet||o!==this._isPolyline||l!==this._isLargeDraw)&&(n&&n.remove(),n=this._lineDraw=l?new xF:new fl(o?i?yF:ab:i?rb:ul),this._hasEffet=i,this._isPolyline=o,this._isLargeDraw=l),this.group.add(n.group),n},e.prototype._showEffect=function(t){return!!t.get(["effect","show"])},e.prototype._clearLayer=function(t){var a=t.getZr(),n=a.painter.getType()==="svg";!n&&this._lastZlevel!=null&&a.painter.getLayer(this._lastZlevel).clear(!0)},e.prototype.remove=function(t,a){this._lineDraw&&this._lineDraw.remove(),this._lineDraw=null,this._clearLayer(a)},e.prototype.dispose=function(t,a){this.remove(t,a)},e.type="lines",e}(E1);const TF=wF;var CF=typeof Uint32Array>"u"?Array:Uint32Array,AF=typeof Float64Array>"u"?Array:Float64Array;function Ec(r){var e=r.data;e&&e[0]&&e[0][0]&&e[0][0].coord&&(r.data=G(e,function(t){var a=[t[0].coord,t[1].coord],n={coords:a};return t[0].name&&(n.fromName=t[0].name),t[1].name&&(n.toName=t[1].name),Se([n,t[0],t[1]])}))}var MF=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type=e.type,t.visualStyleAccessPath="lineStyle",t.visualDrawType="stroke",t}return e.prototype.init=function(t){t.data=t.data||[],Ec(t);var a=this._processFlatCoordsArray(t.data);this._flatCoords=a.flatCoords,this._flatCoordsOffset=a.flatCoordsOffset,a.flatCoords&&(t.data=new Float32Array(a.count)),r.prototype.init.apply(this,arguments)},e.prototype.mergeOption=function(t){if(Ec(t),t.data){var a=this._processFlatCoordsArray(t.data);this._flatCoords=a.flatCoords,this._flatCoordsOffset=a.flatCoordsOffset,a.flatCoords&&(t.data=new Float32Array(a.count))}r.prototype.mergeOption.apply(this,arguments)},e.prototype.appendData=function(t){var a=this._processFlatCoordsArray(t.data);a.flatCoords&&(this._flatCoords?(this._flatCoords=Y8(this._flatCoords,a.flatCoords),this._flatCoordsOffset=Y8(this._flatCoordsOffset,a.flatCoordsOffset)):(this._flatCoords=a.flatCoords,this._flatCoordsOffset=a.flatCoordsOffset),t.data=new Float32Array(a.count)),this.getRawData().appendData(t.data)},e.prototype._getCoordsFromItemModel=function(t){var a=this.getData().getItemModel(t),n=a.option instanceof Array?a.option:a.getShallow("coords");return n},e.prototype.getLineCoordsCount=function(t){return this._flatCoordsOffset?this._flatCoordsOffset[t*2+1]:this._getCoordsFromItemModel(t).length},e.prototype.getLineCoords=function(t,a){if(this._flatCoordsOffset){for(var n=this._flatCoordsOffset[t*2],i=this._flatCoordsOffset[t*2+1],o=0;o ")})},e.prototype.preventIncremental=function(){return!!this.get(["effect","show"])},e.prototype.getProgressive=function(){var t=this.option.progressive;return t??(this.option.large?1e4:this.get("progressive"))},e.prototype.getProgressiveThreshold=function(){var t=this.option.progressiveThreshold;return t??(this.option.large?2e4:this.get("progressiveThreshold"))},e.prototype.getZLevelKey=function(){var t=this.getModel("effect"),a=t.get("trailLength");return this.getData().count()>this.getProgressiveThreshold()?this.id:t.get("show")&&a>0?a+"":""},e.type="series.lines",e.dependencies=["grid","polar","geo","calendar"],e.defaultOption={coordinateSystem:"geo",z:2,legendHoverLink:!0,xAxisIndex:0,yAxisIndex:0,symbol:["none","none"],symbolSize:[10,10],geoIndex:0,effect:{show:!1,period:4,constantSpeed:0,symbol:"circle",symbolSize:3,loop:!0,trailLength:.2},large:!1,largeThreshold:2e3,polyline:!1,clip:!0,label:{show:!1,position:"end"},lineStyle:{opacity:.5}},e}(B1);const DF=MF;function $7(r){return r instanceof Array||(r=[r,r]),r}var LF={seriesType:"lines",reset:function(r){var e=$7(r.get("symbol")),t=$7(r.get("symbolSize")),a=r.getData();a.setVisual("fromSymbol",e&&e[0]),a.setVisual("toSymbol",e&&e[1]),a.setVisual("fromSymbolSize",t&&t[0]),a.setVisual("toSymbolSize",t&&t[1]);function n(i,o){var s=i.getItemModel(o),l=$7(s.getShallow("symbol",!0)),u=$7(s.getShallow("symbolSize",!0));l[0]&&i.setItemVisual(o,"fromSymbol",l[0]),l[1]&&i.setItemVisual(o,"toSymbol",l[1]),u[0]&&i.setItemVisual(o,"fromSymbolSize",u[0]),u[1]&&i.setItemVisual(o,"toSymbolSize",u[1])}return{dataEach:a.hasItemOption?n:null}}};const IF=LF;function PF(r){r.registerChartView(TF),r.registerSeriesModel(DF),r.registerLayout(nb),r.registerVisual(IF)}var RF=256,EF=function(){function r(){this.blurSize=30,this.pointSize=20,this.maxOpacity=1,this.minOpacity=0,this._gradientPixels={inRange:null,outOfRange:null};var e=D3.createCanvas();this.canvas=e}return r.prototype.update=function(e,t,a,n,i,o){var s=this._getBrush(),l=this._getGradient(i,"inRange"),u=this._getGradient(i,"outOfRange"),f=this.pointSize+this.blurSize,h=this.canvas,v=h.getContext("2d"),c=e.length;h.width=t,h.height=a;for(var p=0;p0){var L=o(_)?l:u;_>0&&(_=_*M+T),b[x++]=L[D],b[x++]=L[D+1],b[x++]=L[D+2],b[x++]=L[D+3]*_*256}else x+=4}return v.putImageData(S,0,0),h},r.prototype._getBrush=function(){var e=this._brushCanvas||(this._brushCanvas=D3.createCanvas()),t=this.pointSize+this.blurSize,a=t*2;e.width=a,e.height=a;var n=e.getContext("2d");return n.clearRect(0,0,a,a),n.shadowOffsetX=a,n.shadowBlur=this.blurSize,n.shadowColor="#000",n.beginPath(),n.arc(-t,t,this.pointSize,0,Math.PI*2,!0),n.closePath(),n.fill(),e},r.prototype._getGradient=function(e,t){for(var a=this._gradientPixels,n=a[t]||(a[t]=new Uint8ClampedArray(256*4)),i=[0,0,0,0],o=0,s=0;s<256;s++)e[t](s/255,!0,i),n[o++]=i[0],n[o++]=i[1],n[o++]=i[2],n[o++]=i[3];return n},r}();const kF=EF;function OF(r,e,t){var a=r[1]-r[0];e=G(e,function(o){return{interval:[(o.interval[0]-r[0])/a,(o.interval[1]-r[0])/a]}});var n=e.length,i=0;return function(o){var s;for(s=i;s=0;s--){var l=e[s].interval;if(l[0]<=o&&o<=l[1]){i=s;break}}return s>=0&&s=e[0]&&a<=e[1]}}function kc(r){var e=r.dimensions;return e[0]==="lng"&&e[1]==="lat"}var BF=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type=e.type,t}return e.prototype.render=function(t,a,n){var i;a.eachComponent("visualMap",function(s){s.eachTargetSeries(function(l){l===t&&(i=s)})}),this._progressiveEls=null,this.group.removeAll();var o=t.coordinateSystem;o.type==="cartesian2d"||o.type==="calendar"?this._renderOnCartesianAndCalendar(t,n,0,t.getData().count()):kc(o)&&this._renderOnGeo(o,t,i,n)},e.prototype.incrementalPrepareRender=function(t,a,n){this.group.removeAll()},e.prototype.incrementalRender=function(t,a,n,i){var o=a.coordinateSystem;o&&(kc(o)?this.render(a,n,i):(this._progressiveEls=[],this._renderOnCartesianAndCalendar(a,i,t.start,t.end,!0)))},e.prototype.eachRendered=function(t){l9(this._progressiveEls||this.group,t)},e.prototype._renderOnCartesianAndCalendar=function(t,a,n,i,o){var s=t.coordinateSystem,l=S5(s,"cartesian2d"),u,f,h,v;if(l){var c=s.getAxis("x"),p=s.getAxis("y");u=c.getBandWidth()+.5,f=p.getBandWidth()+.5,h=c.scale.getExtent(),v=p.scale.getExtent()}for(var d=this.group,g=t.getData(),y=t.getModel(["emphasis","itemStyle"]).getItemStyle(),m=t.getModel(["blur","itemStyle"]).getItemStyle(),_=t.getModel(["select","itemStyle"]).getItemStyle(),S=t.get(["itemStyle","borderRadius"]),b=n2(t),x=t.getModel("emphasis"),w=x.get("focus"),T=x.get("blurScope"),C=x.get("disabled"),M=l?[g.mapDimension("x"),g.mapDimension("y"),g.mapDimension("value")]:[g.mapDimension("time"),g.mapDimension("value")],D=n;Dh[1]||Rv[1])continue;var E=s.dataToPoint([P,R]);L=new x1({shape:{x:E[0]-u/2,y:E[1]-f/2,width:u,height:f},style:I})}else{if(isNaN(g.get(M[1],D)))continue;L=new x1({z2:1,shape:s.dataToRect([g.get(M[0],D)]).contentShape,style:I})}if(g.hasItemOption){var N=g.getItemModel(D),O=N.getModel("emphasis");y=O.getModel("itemStyle").getItemStyle(),m=N.getModel(["blur","itemStyle"]).getItemStyle(),_=N.getModel(["select","itemStyle"]).getItemStyle(),S=N.get(["itemStyle","borderRadius"]),w=O.get("focus"),T=O.get("blurScope"),C=O.get("disabled"),b=n2(N)}L.shape.r=S;var V=t.getRawValue(D),F="-";V&&V[2]!=null&&(F=V[2]+""),c2(L,b,{labelFetcher:t,labelDataIndex:D,defaultOpacity:I.opacity,defaultText:F}),L.ensureState("emphasis").style=y,L.ensureState("blur").style=m,L.ensureState("select").style=_,W1(L,w,T,C),L.incremental=o,o&&(L.states.emphasis.hoverLayer=!0),d.add(L),g.setItemGraphicEl(D,L),this._progressiveEls&&this._progressiveEls.push(L)}},e.prototype._renderOnGeo=function(t,a,n,i){var o=n.targetVisuals.inRange,s=n.targetVisuals.outOfRange,l=a.getData(),u=this._hmLayer||this._hmLayer||new kF;u.blurSize=a.get("blurSize"),u.pointSize=a.get("pointSize"),u.minOpacity=a.get("minOpacity"),u.maxOpacity=a.get("maxOpacity");var f=t.getViewRect().clone(),h=t.getRoamTransform();f.applyTransform(h);var v=Math.max(f.x,0),c=Math.max(f.y,0),p=Math.min(f.width+f.x,i.getWidth()),d=Math.min(f.height+f.y,i.getHeight()),g=p-v,y=d-c,m=[l.mapDimension("lng"),l.mapDimension("lat"),l.mapDimension("value")],_=l.mapArray(m,function(w,T,C){var M=t.dataToPoint([w,T]);return M[0]-=v,M[1]-=c,M.push(C),M}),S=n.getExtent(),b=n.type==="visualMap.continuous"?NF(S,n.option.range):OF(S,n.getPieceList(),n.option.selected);u.update(_,g,y,o.color.getNormalizer(),{inRange:o.color.getColorMapper(),outOfRange:s.color.getColorMapper()},b);var x=new l2({style:{width:g,height:y,x:v,y:c,image:u.canvas},silent:!0});this.group.add(x)},e.type="heatmap",e}(E1);const VF=BF;var zF=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type=e.type,t}return e.prototype.getInitialData=function(t,a){return e4(null,this,{generateCoord:"value"})},e.prototype.preventIncremental=function(){var t=R0.get(this.get("coordinateSystem"));if(t&&t.dimensions)return t.dimensions[0]==="lng"&&t.dimensions[1]==="lat"},e.type="series.heatmap",e.dependencies=["grid","geo","calendar"],e.defaultOption={coordinateSystem:"cartesian2d",z:2,geoIndex:0,blurSize:30,pointSize:20,maxOpacity:1,minOpacity:0,select:{itemStyle:{borderColor:"#212121"}}},e}(B1);const GF=zF;function FF(r){r.registerChartView(VF),r.registerSeriesModel(GF)}var HF=["itemStyle","borderWidth"],Oc=[{xy:"x",wh:"width",index:0,posDesc:["left","right"]},{xy:"y",wh:"height",index:1,posDesc:["top","bottom"]}],nn=new P3,WF=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type=e.type,t}return e.prototype.render=function(t,a,n){var i=this.group,o=t.getData(),s=this._data,l=t.coordinateSystem,u=l.getBaseAxis(),f=u.isHorizontal(),h=l.master.getRect(),v={ecSize:{width:n.getWidth(),height:n.getHeight()},seriesModel:t,coordSys:l,coordSysExtent:[[h.x,h.x+h.width],[h.y,h.y+h.height]],isHorizontal:f,valueDim:Oc[+f],categoryDim:Oc[1-+f]};return o.diff(s).add(function(c){if(o.hasValue(c)){var p=Bc(o,c),d=Nc(o,c,p,v),g=Vc(o,v,d);o.setItemGraphicEl(c,g),i.add(g),Gc(g,v,d)}}).update(function(c,p){var d=s.getItemGraphicEl(p);if(!o.hasValue(c)){i.remove(d);return}var g=Bc(o,c),y=Nc(o,c,g,v),m=fb(o,y);d&&m!==d.__pictorialShapeStr&&(i.remove(d),o.setItemGraphicEl(c,null),d=null),d?KF(d,v,y):d=Vc(o,v,y,!0),o.setItemGraphicEl(c,d),d.__pictorialSymbolMeta=y,i.add(d),Gc(d,v,y)}).remove(function(c){var p=s.getItemGraphicEl(c);p&&zc(s,c,p.__pictorialSymbolMeta.animationModel,p)}).execute(),this._data=o,this.group},e.prototype.remove=function(t,a){var n=this.group,i=this._data;t.get("animation")?i&&i.eachItemGraphicEl(function(o){zc(i,n1(o).dataIndex,t,o)}):n.removeAll()},e.type="pictorialBar",e}(E1);function Nc(r,e,t,a){var n=r.getItemLayout(e),i=t.get("symbolRepeat"),o=t.get("symbolClip"),s=t.get("symbolPosition")||"start",l=t.get("symbolRotate"),u=(l||0)*Math.PI/180||0,f=t.get("symbolPatternSize")||2,h=t.isAnimationEnabled(),v={dataIndex:e,layout:n,itemModel:t,symbolType:r.getItemVisual(e,"symbol")||"circle",style:r.getItemVisual(e,"style"),symbolClip:o,symbolRepeat:i,symbolRepeatDirection:t.get("symbolRepeatDirection"),symbolPatternSize:f,rotation:u,animationModel:h?t:null,hoverScale:h&&t.get(["emphasis","scale"]),z2:t.getShallow("z",!0)||0};$F(t,i,n,a,v),UF(r,e,n,i,o,v.boundingLength,v.pxSign,f,a,v),YF(t,v.symbolScale,u,a,v);var c=v.symbolSize,p=O0(t.get("symbolOffset"),c);return ZF(t,c,n,i,o,p,s,v.valueLineWidth,v.boundingLength,v.repeatCutLength,a,v),v}function $F(r,e,t,a,n){var i=a.valueDim,o=r.get("symbolBoundingData"),s=a.coordSys.getOtherAxis(a.coordSys.getBaseAxis()),l=s.toGlobalCoord(s.dataToCoord(0)),u=1-+(t[i.wh]<=0),f;if(z(o)){var h=[on(s,o[0])-l,on(s,o[1])-l];h[1]0?1:-1}function on(r,e){return r.toGlobalCoord(r.dataToCoord(r.scale.parse(e)))}function UF(r,e,t,a,n,i,o,s,l,u){var f=l.valueDim,h=l.categoryDim,v=Math.abs(t[h.wh]),c=r.getItemVisual(e,"symbolSize"),p;z(c)?p=c.slice():c==null?p=["100%","100%"]:p=[c,c],p[h.index]=H(p[h.index],v),p[f.index]=H(p[f.index],a?v:Math.abs(i)),u.symbolSize=p;var d=u.symbolScale=[p[0]/s,p[1]/s];d[f.index]*=(l.isHorizontal?-1:1)*o}function YF(r,e,t,a,n){var i=r.get(HF)||0;i&&(nn.attr({scaleX:e[0],scaleY:e[1],rotation:t}),nn.updateTransform(),i/=nn.getLineScale(),i*=e[a.valueDim.index]),n.valueLineWidth=i||0}function ZF(r,e,t,a,n,i,o,s,l,u,f,h){var v=f.categoryDim,c=f.valueDim,p=h.pxSign,d=Math.max(e[c.index]+s,0),g=d;if(a){var y=Math.abs(l),m=e2(r.get("symbolMargin"),"15%")+"",_=!1;m.lastIndexOf("!")===m.length-1&&(_=!0,m=m.slice(0,m.length-1));var S=H(m,e[c.index]),b=Math.max(d+S*2,0),x=_?0:S*2,w=Fo(a),T=w?a:Fc((y+x)/b),C=y-T*d;S=C/2/(_?T:Math.max(T-1,1)),b=d+S*2,x=_?0:S*2,!w&&a!=="fixed"&&(T=u?Fc((Math.abs(u)+x)/b):0),g=T*b-x,h.repeatTimes=T,h.symbolMargin=S}var M=p*(g/2),D=h.pathPosition=[];D[v.index]=t[v.wh]/2,D[c.index]=o==="start"?M:o==="end"?l-M:l/2,i&&(D[0]+=i[0],D[1]+=i[1]);var L=h.bundlePosition=[];L[v.index]=t[v.xy],L[c.index]=t[c.xy];var I=h.barRectShape=B({},t);I[c.wh]=p*Math.max(Math.abs(t[c.wh]),Math.abs(D[c.index]+M)),I[v.wh]=t[v.wh];var P=h.clipShape={};P[v.xy]=-t[v.xy],P[v.wh]=f.ecSize[v.wh],P[c.xy]=0,P[c.wh]=t[c.wh]}function ib(r){var e=r.symbolPatternSize,t=X1(r.symbolType,-e/2,-e/2,e,e);return t.attr({culling:!0}),t.type!=="image"&&t.setStyle({strokeNoScale:!0}),t}function ob(r,e,t,a){var n=r.__pictorialBundle,i=t.symbolSize,o=t.valueLineWidth,s=t.pathPosition,l=e.valueDim,u=t.repeatTimes||0,f=0,h=i[e.valueDim.index]+o+t.symbolMargin*2;for(ml(r,function(d){d.__pictorialAnimationIndex=f,d.__pictorialRepeatTimes=u,f0:y<0)&&(m=u-1-d),g[l.index]=h*(m-u/2+.5)+s[l.index],{x:g[0],y:g[1],scaleX:t.symbolScale[0],scaleY:t.symbolScale[1],rotation:t.rotation}}}function sb(r,e,t,a){var n=r.__pictorialBundle,i=r.__pictorialMainPath;i?s0(i,null,{x:t.pathPosition[0],y:t.pathPosition[1],scaleX:t.symbolScale[0],scaleY:t.symbolScale[1],rotation:t.rotation},t,a):(i=r.__pictorialMainPath=ib(t),n.add(i),s0(i,{x:t.pathPosition[0],y:t.pathPosition[1],scaleX:0,scaleY:0,rotation:t.rotation},{scaleX:t.symbolScale[0],scaleY:t.symbolScale[1]},t,a))}function lb(r,e,t){var a=B({},e.barRectShape),n=r.__pictorialBarRect;n?s0(n,null,{shape:a},e,t):(n=r.__pictorialBarRect=new x1({z2:2,shape:a,silent:!0,style:{stroke:"transparent",fill:"transparent",lineWidth:0}}),n.disableMorphing=!0,r.add(n))}function ub(r,e,t,a){if(t.symbolClip){var n=r.__pictorialClipPath,i=B({},t.clipShape),o=e.valueDim,s=t.animationModel,l=t.dataIndex;if(n)A1(n,{shape:i},s,l);else{i[o.wh]=0,n=new x1({shape:i}),r.__pictorialBundle.setClipPath(n),r.__pictorialClipPath=n;var u={};u[o.wh]=t.clipShape[o.wh],N6[a?"updateProps":"initProps"](n,{shape:u},s,l)}}}function Bc(r,e){var t=r.getItemModel(e);return t.getAnimationDelayParams=XF,t.isAnimationEnabled=qF,t}function XF(r){return{index:r.__pictorialAnimationIndex,count:r.__pictorialRepeatTimes}}function qF(){return this.parentModel.isAnimationEnabled()&&!!this.getShallow("animation")}function Vc(r,e,t,a){var n=new r1,i=new r1;return n.add(i),n.__pictorialBundle=i,i.x=t.bundlePosition[0],i.y=t.bundlePosition[1],t.symbolRepeat?ob(n,e,t):sb(n,e,t),lb(n,t,a),ub(n,e,t,a),n.__pictorialShapeStr=fb(r,t),n.__pictorialSymbolMeta=t,n}function KF(r,e,t){var a=t.animationModel,n=t.dataIndex,i=r.__pictorialBundle;A1(i,{x:t.bundlePosition[0],y:t.bundlePosition[1]},a,n),t.symbolRepeat?ob(r,e,t,!0):sb(r,e,t,!0),lb(r,t,!0),ub(r,e,t,!0)}function zc(r,e,t,a){var n=a.__pictorialBarRect;n&&n.removeTextContent();var i=[];ml(a,function(o){i.push(o)}),a.__pictorialMainPath&&i.push(a.__pictorialMainPath),a.__pictorialClipPath&&(t=null),A(i,function(o){t9(o,{scaleX:0,scaleY:0},t,e,function(){a.parent&&a.parent.remove(a)})}),r.setItemGraphicEl(e,null)}function fb(r,e){return[r.getItemVisual(e.dataIndex,"symbol")||"none",!!e.symbolRepeat,!!e.symbolClip].join(":")}function ml(r,e,t){A(r.__pictorialBundle.children(),function(a){a!==r.__pictorialBarRect&&e.call(t,a)})}function s0(r,e,t,a,n,i){e&&r.attr(e),a.symbolClip&&!n?t&&r.attr(t):t&&N6[n?"updateProps":"initProps"](r,t,a.animationModel,a.dataIndex,i)}function Gc(r,e,t){var a=t.dataIndex,n=t.itemModel,i=n.getModel("emphasis"),o=i.getModel("itemStyle").getItemStyle(),s=n.getModel(["blur","itemStyle"]).getItemStyle(),l=n.getModel(["select","itemStyle"]).getItemStyle(),u=n.getShallow("cursor"),f=i.get("focus"),h=i.get("blurScope"),v=i.get("scale");ml(r,function(d){if(d instanceof l2){var g=d.style;d.useStyle(B({image:g.image,x:g.x,y:g.y,width:g.width,height:g.height},t.style))}else d.useStyle(t.style);var y=d.ensureState("emphasis");y.style=o,v&&(y.scaleX=d.scaleX*1.1,y.scaleY=d.scaleY*1.1),d.ensureState("blur").style=s,d.ensureState("select").style=l,u&&(d.cursor=u),d.z2=t.z2});var c=e.valueDim.posDesc[+(t.boundingLength>0)],p=r.__pictorialBarRect;c2(p,n2(n),{labelFetcher:e.seriesModel,labelDataIndex:a,defaultText:d0(e.seriesModel.getData(),a),inheritColor:t.style.fill,defaultOpacity:t.style.opacity,defaultOutsidePosition:c}),W1(r,f,h,i.get("disabled"))}function Fc(r){var e=Math.round(r);return Math.abs(r-e)<1e-4?e:Math.ceil(r)}const jF=WF;var JF=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type=e.type,t.hasSymbolVisual=!0,t.defaultSymbol="roundRect",t}return e.prototype.getInitialData=function(t){return t.stack=null,r.prototype.getInitialData.apply(this,arguments)},e.type="series.pictorialBar",e.dependencies=["grid"],e.defaultOption=u9(Jt.defaultOption,{symbol:"circle",symbolSize:null,symbolRotate:null,symbolPosition:null,symbolOffset:null,symbolMargin:null,symbolRepeat:!1,symbolRepeatDirection:"end",symbolClip:!1,symbolBoundingData:null,symbolPatternSize:400,barGap:"-100%",progressive:0,emphasis:{scale:!1},select:{itemStyle:{borderColor:"#212121"}}}),e}(Jt);const QF=JF;function tH(r){r.registerChartView(jF),r.registerSeriesModel(QF),r.registerLayout(r.PRIORITY.VISUAL.LAYOUT,i1(F_,"pictorialBar")),r.registerLayout(r.PRIORITY.VISUAL.PROGRESSIVE_LAYOUT,H_("pictorialBar"))}var eH=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type=e.type,t._layers=[],t}return e.prototype.render=function(t,a,n){var i=t.getData(),o=this,s=this.group,l=t.getLayerSeries(),u=i.getLayout("layoutInfo"),f=u.rect,h=u.boundaryGap;s.x=0,s.y=f.y+h[0];function v(g){return g.name}var c=new _4(this._layersSeries||[],l,v,v),p=[];c.add(U(d,this,"add")).update(U(d,this,"update")).remove(U(d,this,"remove")).execute();function d(g,y,m){var _=o._layers;if(g==="remove"){s.remove(_[y]);return}for(var S=[],b=[],x,w=l[y].indices,T=0;Ti&&(i=s),a.push(s)}for(var u=0;ui&&(i=h)}return{y0:n,max:i}}function lH(r){r.registerChartView(aH),r.registerSeriesModel(iH),r.registerLayout(oH),r.registerProcessor(U6("themeRiver"))}var uH=2,fH=4,hH=function(r){k(e,r);function e(t,a,n,i){var o=r.call(this)||this;o.z2=uH,o.textConfig={inside:!0},n1(o).seriesIndex=a.seriesIndex;var s=new S1({z2:fH,silent:t.getModel().get(["label","silent"])});return o.setTextContent(s),o.updateData(!0,t,a,n,i),o}return e.prototype.updateData=function(t,a,n,i,o){this.node=a,a.piece=this,n=n||this._seriesModel,i=i||this._ecModel;var s=this;n1(s).dataIndex=a.dataIndex;var l=a.getModel(),u=l.getModel("emphasis"),f=a.getLayout(),h=B({},f);h.label=null;var v=a.getVisual("style");v.lineJoin="bevel";var c=a.getVisual("decal");c&&(v.decal=p0(c,o));var p=Q9(l.getModel("itemStyle"),h,!0);B(h,p),A(D2,function(m){var _=s.ensureState(m),S=l.getModel([m,"itemStyle"]);_.style=S.getItemStyle();var b=Q9(S,h);b&&(_.shape=b)}),t?(s.setShape(h),s.shape.r=f.r0,V1(s,{shape:{r:f.r}},n,a.dataIndex)):(A1(s,{shape:h},n),R3(s)),s.useStyle(v),this._updateLabel(n);var d=l.getShallow("cursor");d&&s.attr("cursor",d),this._seriesModel=n||this._seriesModel,this._ecModel=i||this._ecModel;var g=u.get("focus"),y=g==="ancestor"?a.getAncestorsIndices():g==="descendant"?a.getDescendantIndices():g;W1(this,y,u.get("blurScope"),u.get("disabled"))},e.prototype._updateLabel=function(t){var a=this,n=this.node.getModel(),i=n.getModel("label"),o=this.node.getLayout(),s=o.endAngle-o.startAngle,l=(o.startAngle+o.endAngle)/2,u=Math.cos(l),f=Math.sin(l),h=this,v=h.getTextContent(),c=this.node.dataIndex,p=i.get("minAngle")/180*Math.PI,d=i.get("show")&&!(p!=null&&Math.abs(s)Math.PI/2?"right":"left"):!L||L==="center"?(s===2*Math.PI&&o.r0===0?M=0:M=(o.r+o.r0)/2,L="center"):L==="left"?(M=o.r0+D,l>Math.PI/2&&(L="right")):L==="right"&&(M=o.r-D,l>Math.PI/2&&(L="left")),S.style.align=L,S.style.verticalAlign=g(m,"verticalAlign")||"middle",S.x=M*u+o.cx,S.y=M*f+o.cy;var I=g(m,"rotate"),P=0;I==="radial"?(P=v4(-l),P>Math.PI/2&&PMath.PI/2?P-=Math.PI:P<-Math.PI/2&&(P+=Math.PI)):T1(I)&&(P=I*Math.PI/180),S.rotation=P});function g(y,m){var _=y.get(m);return _??i.get(m)}v.dirtyStyle()},e}(L2);const Wc=hH;var ao="sunburstRootToNode",$c="sunburstHighlight",vH="sunburstUnhighlight";function cH(r){r.registerAction({type:ao,update:"updateView"},function(e,t){t.eachComponent({mainType:"series",subType:"sunburst",query:e},a);function a(n,i){var o=g6(e,[ao],n);if(o){var s=n.getViewRoot();s&&(e.direction=al(s,o.node)?"rollUp":"drillDown"),n.resetViewRoot(o.node)}}}),r.registerAction({type:$c,update:"none"},function(e,t,a){e=B({},e),t.eachComponent({mainType:"series",subType:"sunburst",query:e},n);function n(i){var o=g6(e,[$c],i);o&&(e.dataIndex=o.node.dataIndex)}a.dispatchAction(B(e,{type:"highlight"}))}),r.registerAction({type:vH,update:"updateView"},function(e,t,a){e=B({},e),a.dispatchAction(B(e,{type:"downplay"}))})}var pH=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type=e.type,t}return e.prototype.render=function(t,a,n,i){var o=this;this.seriesModel=t,this.api=n,this.ecModel=a;var s=t.getData(),l=s.tree.root,u=t.getViewRoot(),f=this.group,h=t.get("renderLabelForZeroData"),v=[];u.eachNode(function(m){v.push(m)});var c=this._oldChildren||[];p(v,c),y(l,u),this._initEvents(),this._oldChildren=v;function p(m,_){if(m.length===0&&_.length===0)return;new _4(_,m,S,S).add(b).update(b).remove(i1(b,null)).execute();function S(x){return x.getId()}function b(x,w){var T=x==null?null:m[x],C=w==null?null:_[w];d(T,C)}}function d(m,_){if(!h&&m&&!m.getValue()&&(m=null),m!==l&&_!==l){if(_&&_.piece)m?(_.piece.updateData(!1,m,t,a,n),s.setItemGraphicEl(m.dataIndex,_.piece)):g(_);else if(m){var S=new Wc(m,t,a,n);f.add(S),s.setItemGraphicEl(m.dataIndex,S)}}}function g(m){m&&m.piece&&(f.remove(m.piece),m.piece=null)}function y(m,_){_.depth>0?(o.virtualPiece?o.virtualPiece.updateData(!1,m,t,a,n):(o.virtualPiece=new Wc(m,t,a,n),f.add(o.virtualPiece)),_.piece.off("click"),o.virtualPiece.on("click",function(S){o._rootToNode(_.parentNode)})):o.virtualPiece&&(f.remove(o.virtualPiece),o.virtualPiece=null)}},e.prototype._initEvents=function(){var t=this;this.group.off("click"),this.group.on("click",function(a){var n=!1,i=t.seriesModel.getViewRoot();i.eachNode(function(o){if(!n&&o.piece&&o.piece===a.target){var s=o.getModel().get("nodeClick");if(s==="rootToNode")t._rootToNode(o);else if(s==="link"){var l=o.getModel(),u=l.get("link");if(u){var f=l.get("target",!0)||"_blank";Nt(u,f)}}n=!0}})})},e.prototype._rootToNode=function(t){t!==this.seriesModel.getViewRoot()&&this.api.dispatchAction({type:ao,from:this.uid,seriesId:this.seriesModel.id,targetNode:t})},e.prototype.containPoint=function(t,a){var n=a.getData(),i=n.getItemLayout(0);if(i){var o=t[0]-i.cx,s=t[1]-i.cy,l=Math.sqrt(o*o+s*s);return l<=i.r&&l>=i.r0}},e.type="sunburst",e}(E1);const dH=pH;var gH=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type=e.type,t.ignoreStyleOnData=!0,t}return e.prototype.getInitialData=function(t,a){var n={name:t.name,children:t.data};hb(n);var i=this._levelModels=G(t.levels||[],function(l){return new P1(l,this,a)},this),o=rl.createTree(n,this,s);function s(l){l.wrapMethod("getItemModel",function(u,f){var h=o.getNodeByDataIndex(f),v=i[h.depth];return v&&(u.parentModel=v),u})}return o.data},e.prototype.optionUpdated=function(){this.resetViewRoot()},e.prototype.getDataParams=function(t){var a=r.prototype.getDataParams.apply(this,arguments),n=this.getData().tree.getNodeByDataIndex(t);return a.treePathInfo=nr(n,this),a},e.prototype.getLevelModel=function(t){return this._levelModels&&this._levelModels[t.depth]},e.prototype.getViewRoot=function(){return this._viewRoot},e.prototype.resetViewRoot=function(t){t?this._viewRoot=t:t=this._viewRoot;var a=this.getRawData().tree.root;(!t||t!==a&&!a.contains(t))&&(this._viewRoot=a)},e.prototype.enableAriaDecal=function(){px(this)},e.type="series.sunburst",e.defaultOption={z:2,center:["50%","50%"],radius:[0,"75%"],clockwise:!0,startAngle:90,minAngle:0,stillShowZeroSum:!0,nodeClick:"rootToNode",renderLabelForZeroData:!1,label:{rotate:"radial",show:!0,opacity:1,align:"center",position:"inside",distance:5,silent:!0},itemStyle:{borderWidth:1,borderColor:"white",borderType:"solid",shadowBlur:0,shadowColor:"rgba(0, 0, 0, 0.2)",shadowOffsetX:0,shadowOffsetY:0,opacity:1},emphasis:{focus:"descendant"},blur:{itemStyle:{opacity:.2},label:{opacity:.1}},animationType:"expansion",animationDuration:1e3,animationDurationUpdate:500,data:[],sort:"desc"},e}(B1);function hb(r){var e=0;A(r.children,function(a){hb(a);var n=a.value;z(n)&&(n=n[0]),e+=n});var t=r.value;z(t)&&(t=t[0]),(t==null||isNaN(t))&&(t=e),t<0&&(t=0),z(r.value)?r.value[0]=t:r.value=t}const yH=gH;var Uc=Math.PI/180;function mH(r,e,t){e.eachSeriesByType(r,function(a){var n=a.get("center"),i=a.get("radius");z(i)||(i=[0,i]),z(n)||(n=[n,n]);var o=t.getWidth(),s=t.getHeight(),l=Math.min(o,s),u=H(n[0],o),f=H(n[1],s),h=H(i[0],l/2),v=H(i[1],l/2),c=-a.get("startAngle")*Uc,p=a.get("minAngle")*Uc,d=a.getData().tree.root,g=a.getViewRoot(),y=g.depth,m=a.get("sort");m!=null&&vb(g,m);var _=0;A(g.children,function(E){!isNaN(E.getValue())&&_++});var S=g.getValue(),b=Math.PI/(S||_)*2,x=g.depth>0,w=g.height-(x?-1:1),T=(v-h)/(w||1),C=a.get("clockwise"),M=a.get("stillShowZeroSum"),D=C?1:-1,L=function(E,N){if(E){var O=N;if(E!==d){var V=E.getValue(),F=S===0&&M?b:V*b;F1;)o=o.parentNode;var s=n.getColorFromPalette(o.name||o.dataIndex+"",e);return a.depth>1&&$(s)&&(s=Ct(s,(a.depth-1)/(i-1)*.5)),s}r.eachSeriesByType("sunburst",function(a){var n=a.getData(),i=n.tree;i.eachNode(function(o){var s=o.getModel(),l=s.getModel("itemStyle").getItemStyle();l.fill||(l.fill=t(o,a,i.root.height));var u=n.ensureUniqueItemVisual(o.dataIndex,"style");B(u,l)})})}function xH(r){r.registerChartView(dH),r.registerSeriesModel(yH),r.registerLayout(i1(mH,"sunburst")),r.registerProcessor(i1(U6,"sunburst")),r.registerVisual(SH),cH(r)}var Yc={color:"fill",borderColor:"stroke"},bH={symbol:1,symbolSize:1,symbolKeepAspect:1,legendIcon:1,visualMeta:1,liftZ:1,decal:1},p4=C1(),wH=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type=e.type,t}return e.prototype.optionUpdated=function(){this.currentZLevel=this.get("zlevel",!0),this.currentZ=this.get("z",!0)},e.prototype.getInitialData=function(t,a){return e4(null,this)},e.prototype.getDataParams=function(t,a,n){var i=r.prototype.getDataParams.call(this,t,a);return n&&(i.info=p4(n).info),i},e.type="series.custom",e.dependencies=["grid","polar","geo","singleAxis","calendar"],e.defaultOption={coordinateSystem:"cartesian2d",z:2,legendHoverLink:!0,clip:!1},e}(B1);const TH=wH;function CH(r,e){return e=e||[0,0],G(["x","y"],function(t,a){var n=this.getAxis(t),i=e[a],o=r[a]/2;return n.type==="category"?n.getBandWidth():Math.abs(n.dataToCoord(i-o)-n.dataToCoord(i+o))},this)}function AH(r){var e=r.master.getRect();return{coordSys:{type:"cartesian2d",x:e.x,y:e.y,width:e.width,height:e.height},api:{coord:function(t){return r.dataToPoint(t)},size:U(CH,r)}}}function MH(r,e){return e=e||[0,0],G([0,1],function(t){var a=e[t],n=r[t]/2,i=[],o=[];return i[t]=a-n,o[t]=a+n,i[1-t]=o[1-t]=e[1-t],Math.abs(this.dataToPoint(i)[t]-this.dataToPoint(o)[t])},this)}function DH(r){var e=r.getBoundingRect();return{coordSys:{type:"geo",x:e.x,y:e.y,width:e.width,height:e.height,zoom:r.getZoom()},api:{coord:function(t){return r.dataToPoint(t)},size:U(MH,r)}}}function LH(r,e){var t=this.getAxis(),a=e instanceof Array?e[0]:e,n=(r instanceof Array?r[0]:r)/2;return t.type==="category"?t.getBandWidth():Math.abs(t.dataToCoord(a-n)-t.dataToCoord(a+n))}function IH(r){var e=r.getRect();return{coordSys:{type:"singleAxis",x:e.x,y:e.y,width:e.width,height:e.height},api:{coord:function(t){return r.dataToPoint(t)},size:U(LH,r)}}}function PH(r,e){return e=e||[0,0],G(["Radius","Angle"],function(t,a){var n="get"+t+"Axis",i=this[n](),o=e[a],s=r[a]/2,l=i.type==="category"?i.getBandWidth():Math.abs(i.dataToCoord(o-s)-i.dataToCoord(o+s));return t==="Angle"&&(l=l*Math.PI/180),l},this)}function RH(r){var e=r.getRadiusAxis(),t=r.getAngleAxis(),a=e.getExtent();return a[0]>a[1]&&a.reverse(),{coordSys:{type:"polar",cx:r.cx,cy:r.cy,r:a[1],r0:a[0]},api:{coord:function(n){var i=e.dataToRadius(n[0]),o=t.dataToAngle(n[1]),s=r.coordToPoint([i,o]);return s.push(i,o*Math.PI/180),s},size:U(PH,r)}}}function EH(r){var e=r.getRect(),t=r.getRangeInfo();return{coordSys:{type:"calendar",x:e.x,y:e.y,width:e.width,height:e.height,cellWidth:r.getCellWidth(),cellHeight:r.getCellHeight(),rangeInfo:{start:t.start,end:t.end,weeks:t.weeks,dayCount:t.allDay}},api:{coord:function(a,n){return r.dataToPoint(a,n)}}}}function cb(r,e,t,a){return r&&(r.legacy||r.legacy!==!1&&!t&&!a&&e!=="tspan"&&(e==="text"||Y(r,"text")))}function pb(r,e,t){var a=r,n,i,o;if(e==="text")o=a;else{o={},Y(a,"text")&&(o.text=a.text),Y(a,"rich")&&(o.rich=a.rich),Y(a,"textFill")&&(o.fill=a.textFill),Y(a,"textStroke")&&(o.stroke=a.textStroke),Y(a,"fontFamily")&&(o.fontFamily=a.fontFamily),Y(a,"fontSize")&&(o.fontSize=a.fontSize),Y(a,"fontStyle")&&(o.fontStyle=a.fontStyle),Y(a,"fontWeight")&&(o.fontWeight=a.fontWeight),i={type:"text",style:o,silent:!0},n={};var s=Y(a,"textPosition");t?n.position=s?a.textPosition:"inside":s&&(n.position=a.textPosition),Y(a,"textPosition")&&(n.position=a.textPosition),Y(a,"textOffset")&&(n.offset=a.textOffset),Y(a,"textRotation")&&(n.rotation=a.textRotation),Y(a,"textDistance")&&(n.distance=a.textDistance)}return Zc(o,r),A(o.rich,function(l){Zc(l,l)}),{textConfig:n,textContent:i}}function Zc(r,e){e&&(e.font=e.textFont||e.font,Y(e,"textStrokeWidth")&&(r.lineWidth=e.textStrokeWidth),Y(e,"textAlign")&&(r.align=e.textAlign),Y(e,"textVerticalAlign")&&(r.verticalAlign=e.textVerticalAlign),Y(e,"textLineHeight")&&(r.lineHeight=e.textLineHeight),Y(e,"textWidth")&&(r.width=e.textWidth),Y(e,"textHeight")&&(r.height=e.textHeight),Y(e,"textBackgroundColor")&&(r.backgroundColor=e.textBackgroundColor),Y(e,"textPadding")&&(r.padding=e.textPadding),Y(e,"textBorderColor")&&(r.borderColor=e.textBorderColor),Y(e,"textBorderWidth")&&(r.borderWidth=e.textBorderWidth),Y(e,"textBorderRadius")&&(r.borderRadius=e.textBorderRadius),Y(e,"textBoxShadowColor")&&(r.shadowColor=e.textBoxShadowColor),Y(e,"textBoxShadowBlur")&&(r.shadowBlur=e.textBoxShadowBlur),Y(e,"textBoxShadowOffsetX")&&(r.shadowOffsetX=e.textBoxShadowOffsetX),Y(e,"textBoxShadowOffsetY")&&(r.shadowOffsetY=e.textBoxShadowOffsetY))}function Xc(r,e,t){var a=r;a.textPosition=a.textPosition||t.position||"inside",t.offset!=null&&(a.textOffset=t.offset),t.rotation!=null&&(a.textRotation=t.rotation),t.distance!=null&&(a.textDistance=t.distance);var n=a.textPosition.indexOf("inside")>=0,i=r.fill||"#000";qc(a,e);var o=a.textFill==null;return n?o&&(a.textFill=t.insideFill||"#fff",!a.textStroke&&t.insideStroke&&(a.textStroke=t.insideStroke),!a.textStroke&&(a.textStroke=i),a.textStrokeWidth==null&&(a.textStrokeWidth=2)):(o&&(a.textFill=r.fill||t.outsideFill||"#000"),!a.textStroke&&t.outsideStroke&&(a.textStroke=t.outsideStroke)),a.text=e.text,a.rich=e.rich,A(e.rich,function(s){qc(s,s)}),a}function qc(r,e){e&&(Y(e,"fill")&&(r.textFill=e.fill),Y(e,"stroke")&&(r.textStroke=e.fill),Y(e,"lineWidth")&&(r.textStrokeWidth=e.lineWidth),Y(e,"font")&&(r.font=e.font),Y(e,"fontStyle")&&(r.fontStyle=e.fontStyle),Y(e,"fontWeight")&&(r.fontWeight=e.fontWeight),Y(e,"fontSize")&&(r.fontSize=e.fontSize),Y(e,"fontFamily")&&(r.fontFamily=e.fontFamily),Y(e,"align")&&(r.textAlign=e.align),Y(e,"verticalAlign")&&(r.textVerticalAlign=e.verticalAlign),Y(e,"lineHeight")&&(r.textLineHeight=e.lineHeight),Y(e,"width")&&(r.textWidth=e.width),Y(e,"height")&&(r.textHeight=e.height),Y(e,"backgroundColor")&&(r.textBackgroundColor=e.backgroundColor),Y(e,"padding")&&(r.textPadding=e.padding),Y(e,"borderColor")&&(r.textBorderColor=e.borderColor),Y(e,"borderWidth")&&(r.textBorderWidth=e.borderWidth),Y(e,"borderRadius")&&(r.textBorderRadius=e.borderRadius),Y(e,"shadowColor")&&(r.textBoxShadowColor=e.shadowColor),Y(e,"shadowBlur")&&(r.textBoxShadowBlur=e.shadowBlur),Y(e,"shadowOffsetX")&&(r.textBoxShadowOffsetX=e.shadowOffsetX),Y(e,"shadowOffsetY")&&(r.textBoxShadowOffsetY=e.shadowOffsetY),Y(e,"textShadowColor")&&(r.textShadowColor=e.textShadowColor),Y(e,"textShadowBlur")&&(r.textShadowBlur=e.textShadowBlur),Y(e,"textShadowOffsetX")&&(r.textShadowOffsetX=e.textShadowOffsetX),Y(e,"textShadowOffsetY")&&(r.textShadowOffsetY=e.textShadowOffsetY))}var db={position:["x","y"],scale:["scaleX","scaleY"],origin:["originX","originY"]},Kc=m1(db);f3(j3,function(r,e){return r[e]=1,r},{});j3.join(", ");var oe=["","style","shape","extra"],m0=C1();function _l(r,e,t,a,n){var i=r+"Animation",o=T0(r,a,n)||{},s=m0(e).userDuring;return o.duration>0&&(o.during=s?U(VH,{el:e,userDuring:s}):null,o.setToFinal=!0,o.scope=r),B(o,t[i]),o}function gt(r,e,t,a){a=a||{};var n=a.dataIndex,i=a.isInit,o=a.clearStyle,s=t.isAnimationEnabled(),l=m0(r),u=e.style;l.userDuring=e.during;var f={},h={};if(GH(r,e,h),Jc("shape",e,h),Jc("extra",e,h),!i&&s&&(zH(r,e,f),jc("shape",r,e,f),jc("extra",r,e,f),FH(r,e,u,f)),h.style=u,kH(r,h,o),NH(r,e),s)if(i){var v={};A(oe,function(p){var d=p?e[p]:e;d&&d.enterFrom&&(p&&(v[p]=v[p]||{}),B(p?v[p]:v,d.enterFrom))});var c=_l("enter",r,e,t,n);c.duration>0&&r.animateFrom(v,c)}else OH(r,e,n||0,t,f);gb(r,e),u?r.dirty():r.markRedraw()}function gb(r,e){for(var t=m0(r).leaveToProps,a=0;a0&&r.animateFrom(n,i)}}function NH(r,e){Y(e,"silent")&&(r.silent=e.silent),Y(e,"ignore")&&(r.ignore=e.ignore),r instanceof h3&&Y(e,"invisible")&&(r.invisible=e.invisible),r instanceof d1&&Y(e,"autoBatch")&&(r.autoBatch=e.autoBatch)}var z3={},BH={setTransform:function(r,e){return z3.el[r]=e,this},getTransform:function(r){return z3.el[r]},setShape:function(r,e){var t=z3.el,a=t.shape||(t.shape={});return a[r]=e,t.dirtyShape&&t.dirtyShape(),this},getShape:function(r){var e=z3.el.shape;if(e)return e[r]},setStyle:function(r,e){var t=z3.el,a=t.style;return a&&(a[r]=e,t.dirtyStyle&&t.dirtyStyle()),this},getStyle:function(r){var e=z3.el.style;if(e)return e[r]},setExtra:function(r,e){var t=z3.el.extra||(z3.el.extra={});return t[r]=e,this},getExtra:function(r){var e=z3.el.extra;if(e)return e[r]}};function VH(){var r=this,e=r.el;if(e){var t=m0(e).userDuring,a=r.userDuring;if(t!==a){r.el=r.userDuring=null;return}z3.el=e,a(BH)}}function jc(r,e,t,a){var n=t[r];if(n){var i=e[r],o;if(i){var s=t.transition,l=n.transition;if(l)if(!o&&(o=a[r]={}),s5(l))B(o,i);else for(var u=R1(l),f=0;f=0){!o&&(o=a[r]={});for(var c=m1(i),f=0;f=0)){var v=r.getAnimationStyleProps(),c=v?v.style:null;if(c){!i&&(i=a.style={});for(var p=m1(t),u=0;u=0?e.getStore().get(N,R):void 0}var O=e.get(E.name,R),V=E&&E.ordinalMeta;return V?V.categories[O]:O}function x(P,R){R==null&&(R=u);var E=e.getItemVisual(R,"style"),N=E&&E.fill,O=E&&E.opacity,V=m(R,W4).getItemStyle();N!=null&&(V.fill=N),O!=null&&(V.opacity=O);var F={inheritColor:$(N)?N:"#000"},W=_(R,W4),Z=O1(W,null,F,!1,!0);Z.text=W.getShallow("show")?f1(r.getFormattedLabel(R,W4),d0(e,R)):null;var J=kt(W,F,!1);return C(P,V),V=Xc(V,Z,J),P&&T(V,P),V.legacy=!0,V}function w(P,R){R==null&&(R=u);var E=m(R,d4).getItemStyle(),N=_(R,d4),O=O1(N,null,null,!0,!0);O.text=N.getShallow("show")?Z3(r.getFormattedLabel(R,d4),r.getFormattedLabel(R,W4),d0(e,R)):null;var V=kt(N,null,!0);return C(P,E),E=Xc(E,O,V),P&&T(E,P),E.legacy=!0,E}function T(P,R){for(var E in R)Y(R,E)&&(P[E]=R[E])}function C(P,R){P&&(P.textFill&&(R.textFill=P.textFill),P.textPosition&&(R.textPosition=P.textPosition))}function M(P,R){if(R==null&&(R=u),Y(Yc,P)){var E=e.getItemVisual(R,"style");return E?E[Yc[P]]:null}if(Y(bH,P))return e.getItemVisual(R,P)}function D(P){if(i.type==="cartesian2d"){var R=i.getBaseAxis();return WP(j({axis:R},P))}}function L(){return t.getCurrentSeriesIndices()}function I(P){return qy(P,t)}}function JH(r){var e={};return A(r.dimensions,function(t){var a=r.getDimensionInfo(t);if(!a.isExtraCoord){var n=a.coordDim,i=e[n]=e[n]||[];i[a.coordDimIndex]=r.getDimensionIndex(t)}}),e}function fn(r,e,t,a,n,i,o){if(!a){i.remove(e);return}var s=Tl(r,e,t,a,n,i);return s&&o.setItemGraphicEl(t,s),s&&W1(s,a.focus,a.blurScope,a.emphasisDisabled),s}function Tl(r,e,t,a,n,i){var o=-1,s=e;e&&Sb(e,a,n)&&(o=c1(i.childrenRef(),e),e=null);var l=!e,u=e;u?u.clearStates():(u=bl(a),s&&ZH(s,u)),a.morph===!1?u.disableMorphing=!0:u.disableMorphing&&(u.disableMorphing=!1),Q2.normal.cfg=Q2.normal.conOpt=Q2.emphasis.cfg=Q2.emphasis.conOpt=Q2.blur.cfg=Q2.blur.conOpt=Q2.select.cfg=Q2.select.conOpt=null,Q2.isLegacy=!1,tW(u,t,a,n,l,Q2),QH(u,t,a,n,l),wl(r,u,t,a,Q2,n,l),Y(a,"info")&&(p4(u).info=a.info);for(var f=0;f=0?i.replaceAt(u,o):i.add(u),u}function Sb(r,e,t){var a=p4(r),n=e.type,i=e.shape,o=e.style;return t.isUniversalTransitionEnabled()||n!=null&&n!==a.customGraphicType||n==="path"&&iW(i)&&xb(i)!==a.customPathData||n==="image"&&Y(o,"image")&&o.image!==a.customImagePath}function QH(r,e,t,a,n){var i=t.clipPath;if(i===!1)r&&r.getClipPath()&&r.removeClipPath();else if(i){var o=r.getClipPath();o&&Sb(o,i,a)&&(o=null),o||(o=bl(i),r.setClipPath(o)),wl(null,o,e,i,null,a,n)}}function tW(r,e,t,a,n,i){if(!r.isGroup){tp(t,null,i),tp(t,d4,i);var o=i.normal.conOpt,s=i.emphasis.conOpt,l=i.blur.conOpt,u=i.select.conOpt;if(o!=null||s!=null||u!=null||l!=null){var f=r.getTextContent();if(o===!1)f&&r.removeTextContent();else{o=i.normal.conOpt=o||{type:"text"},f?f.clearStates():(f=bl(o),r.setTextContent(f)),wl(null,f,e,o,null,a,n);for(var h=o&&o.style,v=0;v=f;c--){var p=e.childAt(c);rW(e,p,n)}}}function rW(r,e,t){e&&sr(e,p4(r).option,t)}function aW(r){new _4(r.oldChildren,r.newChildren,ep,ep,r).add(rp).update(rp).remove(nW).execute()}function ep(r,e){var t=r&&r.name;return t??UH+e}function rp(r,e){var t=this.context,a=r!=null?t.newChildren[r]:null,n=e!=null?t.oldChildren[e]:null;Tl(t.api,n,t.dataIndex,a,t.seriesModel,t.group)}function nW(r){var e=this.context,t=e.oldChildren[r];t&&sr(t,p4(t).option,e.seriesModel)}function xb(r){return r&&(r.pathData||r.d)}function iW(r){return r&&(Y(r,"pathData")||Y(r,"d"))}function oW(r){r.registerChartView(qH),r.registerSeriesModel(TH)}var $9=C1(),ap=e1,hn=U,sW=function(){function r(){this._dragging=!1,this.animationThreshold=15}return r.prototype.render=function(e,t,a,n){var i=t.get("value"),o=t.get("status");if(this._axisModel=e,this._axisPointerModel=t,this._api=a,!(!n&&this._lastValue===i&&this._lastStatus===o)){this._lastValue=i,this._lastStatus=o;var s=this._group,l=this._handle;if(!o||o==="hide"){s&&s.hide(),l&&l.hide();return}s&&s.show(),l&&l.show();var u={};this.makeElOption(u,i,e,t,a);var f=u.graphicKey;f!==this._lastGraphicKey&&this.clear(a),this._lastGraphicKey=f;var h=this._moveAnimation=this.determineAnimation(e,t);if(!s)s=this._group=new r1,this.createPointerEl(s,u,e,t),this.createLabelEl(s,u,e,t),a.getZr().add(s);else{var v=i1(np,t,h);this.updatePointerEl(s,u,v),this.updateLabelEl(s,u,v,t)}op(s,t,!0),this._renderHandle(i)}},r.prototype.remove=function(e){this.clear(e)},r.prototype.dispose=function(e){this.clear(e)},r.prototype.determineAnimation=function(e,t){var a=t.get("animation"),n=e.axis,i=n.type==="category",o=t.get("snap");if(!o&&!i)return!1;if(a==="auto"||a==null){var s=this.animationThreshold;if(i&&n.getBandWidth()>s)return!0;if(o){var l=qs(e).seriesDataCount,u=n.getExtent();return Math.abs(u[0]-u[1])/l>s}return!1}return a===!0},r.prototype.makeElOption=function(e,t,a,n,i){},r.prototype.createPointerEl=function(e,t,a,n){var i=t.pointer;if(i){var o=$9(e).pointerEl=new N6[i.type](ap(t.pointer));e.add(o)}},r.prototype.createLabelEl=function(e,t,a,n){if(t.label){var i=$9(e).labelEl=new S1(ap(t.label));e.add(i),ip(i,n)}},r.prototype.updatePointerEl=function(e,t,a){var n=$9(e).pointerEl;n&&t.pointer&&(n.setStyle(t.pointer.style),a(n,{shape:t.pointer.shape}))},r.prototype.updateLabelEl=function(e,t,a,n){var i=$9(e).labelEl;i&&(i.setStyle(t.label.style),a(i,{x:t.label.x,y:t.label.y}),ip(i,n))},r.prototype._renderHandle=function(e){if(!(this._dragging||!this.updateHandleTransform)){var t=this._axisPointerModel,a=this._api.getZr(),n=this._handle,i=t.getModel("handle"),o=t.get("status");if(!i.get("show")||!o||o==="hide"){n&&a.remove(n),this._handle=null;return}var s;this._handle||(s=!0,n=this._handle=C0(i.get("icon"),{cursor:"move",draggable:!0,onmousemove:function(u){g4(u.event)},onmousedown:hn(this._onHandleDragMove,this,0,0),drift:hn(this._onHandleDragMove,this),ondragend:hn(this._onHandleDragEnd,this)}),a.add(n)),op(n,t,!1),n.setStyle(i.getItemStyle(null,["color","borderColor","borderWidth","opacity","shadowColor","shadowBlur","shadowOffsetX","shadowOffsetY"]));var l=i.get("size");z(l)||(l=[l,l]),n.scaleX=l[0]/2,n.scaleY=l[1]/2,k0(this,"_doDispatchAxisPointer",i.get("throttle")||0,"fixRate"),this._moveHandleToValue(e,s)}},r.prototype._moveHandleToValue=function(e,t){np(this._axisPointerModel,!t&&this._moveAnimation,this._handle,vn(this.getHandleTransform(e,this._axisModel,this._axisPointerModel)))},r.prototype._onHandleDragMove=function(e,t){var a=this._handle;if(a){this._dragging=!0;var n=this.updateHandleTransform(vn(a),[e,t],this._axisModel,this._axisPointerModel);this._payloadInfo=n,a.stopAnimation(),a.attr(vn(n)),$9(a).lastProp=null,this._doDispatchAxisPointer()}},r.prototype._doDispatchAxisPointer=function(){var e=this._handle;if(e){var t=this._payloadInfo,a=this._axisModel;this._api.dispatchAction({type:"updateAxisPointer",x:t.cursorPoint[0],y:t.cursorPoint[1],tooltipOption:t.tooltipOption,axesInfo:[{axisDim:a.axis.dim,axisIndex:a.componentIndex}]})}},r.prototype._onHandleDragEnd=function(){this._dragging=!1;var e=this._handle;if(e){var t=this._axisPointerModel.get("value");this._moveHandleToValue(t),this._api.dispatchAction({type:"hideTip"})}},r.prototype.clear=function(e){this._lastValue=null,this._lastStatus=null;var t=e.getZr(),a=this._group,n=this._handle;t&&a&&(this._lastGraphicKey=null,a&&t.remove(a),n&&t.remove(n),this._group=null,this._handle=null,this._payloadInfo=null),u6(this,"_doDispatchAxisPointer")},r.prototype.doClear=function(){},r.prototype.buildLabel=function(e,t,a){return a=a||0,{x:e[a],y:e[1-a],width:t[a],height:t[1-a]}},r}();function np(r,e,t,a){bb($9(t).lastProp,a)||($9(t).lastProp=a,e?A1(t,a,r):(t.stopAnimation(),t.attr(a)))}function bb(r,e){if(Q(r)&&Q(e)){var t=!0;return A(e,function(a,n){t=t&&bb(r[n],a)}),!!t}else return r===e}function ip(r,e){r[e.get(["label","show"])?"show":"hide"]()}function vn(r){return{x:r.x||0,y:r.y||0,rotation:r.rotation||0}}function op(r,e,t){var a=e.get("z"),n=e.get("zlevel");r&&r.traverse(function(i){i.type!=="group"&&(a!=null&&(i.z=a),n!=null&&(i.zlevel=n),i.silent=t)})}const Al=sW;function Ml(r){var e=r.get("type"),t=r.getModel(e+"Style"),a;return e==="line"?(a=t.getLineStyle(),a.fill=null):e==="shadow"&&(a=t.getAreaStyle(),a.stroke=null),a}function wb(r,e,t,a,n){var i=t.get("value"),o=Tb(i,e.axis,e.ecModel,t.get("seriesDataIndices"),{precision:t.get(["label","precision"]),formatter:t.get(["label","formatter"])}),s=t.getModel("label"),l=_5(s.get("padding")||0),u=s.getFont(),f=L6(o,u),h=n.position,v=f.width+l[1]+l[3],c=f.height+l[0]+l[2],p=n.align;p==="right"&&(h[0]-=v),p==="center"&&(h[0]-=v/2);var d=n.verticalAlign;d==="bottom"&&(h[1]-=c),d==="middle"&&(h[1]-=c/2),lW(h,v,c,a);var g=s.get("backgroundColor");(!g||g==="auto")&&(g=e.get(["axisLine","lineStyle","color"])),r.label={x:h[0],y:h[1],style:O1(s,{text:o,font:u,fill:s.getTextColor(),padding:l,backgroundColor:g}),z2:10}}function lW(r,e,t,a){var n=a.getWidth(),i=a.getHeight();r[0]=Math.min(r[0]+e,n)-e,r[1]=Math.min(r[1]+t,i)-t,r[0]=Math.max(r[0],0),r[1]=Math.max(r[1],0)}function Tb(r,e,t,a,n){r=e.scale.parse(r);var i=e.scale.getLabel({value:r},{precision:n.precision}),o=n.formatter;if(o){var s={value:Gs(e,{value:r}),axisDimension:e.dim,axisIndex:e.index,seriesData:[]};A(a,function(l){var u=t.getSeriesByIndex(l.seriesIndex),f=l.dataIndexInside,h=u&&u.getDataParams(f);h&&s.seriesData.push(h)}),$(o)?i=o.replace("{value}",i):K(o)&&(i=o(s))}return i}function Dl(r,e,t){var a=F2();return s9(a,a,t.rotation),L3(a,a,t.position),M3([r.dataToCoord(e),(t.labelOffset||0)+(t.labelDirection||1)*(t.labelMargin||0)],a)}function Cb(r,e,t,a,n,i){var o=x4.innerTextLayout(t.rotation,0,t.labelDirection);t.labelMargin=n.get(["label","margin"]),wb(e,a,n,i,{position:Dl(a.axis,r,t),align:o.textAlign,verticalAlign:o.textVerticalAlign})}function Ll(r,e,t){return t=t||0,{x1:r[t],y1:r[1-t],x2:e[t],y2:e[1-t]}}function Ab(r,e,t){return t=t||0,{x:r[t],y:r[1-t],width:e[t],height:e[1-t]}}function sp(r,e,t,a,n,i){return{cx:r,cy:e,r0:t,r:a,startAngle:n,endAngle:i,clockwise:!0}}var uW=function(r){k(e,r);function e(){return r!==null&&r.apply(this,arguments)||this}return e.prototype.makeElOption=function(t,a,n,i,o){var s=n.axis,l=s.grid,u=i.get("type"),f=lp(l,s).getOtherAxis(s).getGlobalExtent(),h=s.toGlobalCoord(s.dataToCoord(a,!0));if(u&&u!=="none"){var v=Ml(i),c=fW[u](s,h,f);c.style=v,t.graphicKey=c.type,t.pointer=c}var p=Fi(l.model,n);Cb(a,t,p,n,i,o)},e.prototype.getHandleTransform=function(t,a,n){var i=Fi(a.axis.grid.model,a,{labelInside:!1});i.labelMargin=n.get(["handle","margin"]);var o=Dl(a.axis,t,i);return{x:o[0],y:o[1],rotation:i.rotation+(i.labelDirection<0?Math.PI:0)}},e.prototype.updateHandleTransform=function(t,a,n,i){var o=n.axis,s=o.grid,l=o.getGlobalExtent(!0),u=lp(s,o).getOtherAxis(o).getGlobalExtent(),f=o.dim==="x"?0:1,h=[t.x,t.y];h[f]+=a[f],h[f]=Math.min(l[1],h[f]),h[f]=Math.max(l[0],h[f]);var v=(u[1]+u[0])/2,c=[v,v];c[f]=h[f];var p=[{verticalAlign:"middle"},{align:"center"}];return{x:h[0],y:h[1],rotation:t.rotation,cursorPoint:c,tooltipOption:p[f]}},e}(Al);function lp(r,e){var t={};return t[e.dim+"AxisIndex"]=e.index,r.getCartesian(t)}var fW={line:function(r,e,t){var a=Ll([e,t[0]],[e,t[1]],up(r));return{type:"Line",subPixelOptimize:!0,shape:a}},shadow:function(r,e,t){var a=Math.max(1,r.getBandWidth()),n=t[1]-t[0];return{type:"Rect",shape:Ab([e-a/2,t[0]],[a,n],up(r))}}};function up(r){return r.dim==="x"?0:1}const hW=uW;var vW=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type=e.type,t}return e.type="axisPointer",e.defaultOption={show:"auto",z:50,type:"line",snap:!1,triggerTooltip:!0,value:null,status:null,link:[],animation:null,animationDurationUpdate:200,lineStyle:{color:"#B9BEC9",width:1,type:"dashed"},shadowStyle:{color:"rgba(210,219,238,0.2)"},label:{show:!0,formatter:null,precision:"auto",margin:3,color:"#fff",padding:[5,7,5,7],backgroundColor:"auto",borderColor:null,borderWidth:0,borderRadius:3},handle:{show:!1,icon:"M10.7,11.9v-1.3H9.3v1.3c-4.9,0.3-8.8,4.4-8.8,9.4c0,5,3.9,9.1,8.8,9.4h1.3c4.9-0.3,8.8-4.4,8.8-9.4C19.5,16.3,15.6,12.2,10.7,11.9z M13.3,24.4H6.7v-1.2h6.6z M13.3,22H6.7v-1.2h6.6z M13.3,19.6H6.7v-1.2h6.6z",size:45,margin:50,color:"#333",shadowBlur:3,shadowColor:"#aaa",shadowOffsetX:0,shadowOffsetY:2,throttle:40}},e}(_1);const cW=vW;var c4=C1(),pW=A;function Mb(r,e,t){if(!w1.node){var a=e.getZr();c4(a).records||(c4(a).records={}),dW(a,e);var n=c4(a).records[r]||(c4(a).records[r]={});n.handler=t}}function dW(r,e){if(c4(r).initialized)return;c4(r).initialized=!0,t("click",i1(fp,"click")),t("mousemove",i1(fp,"mousemove")),t("globalout",yW);function t(a,n){r.on(a,function(i){var o=mW(e);pW(c4(r).records,function(s){s&&n(s,i,o.dispatchAction)}),gW(o.pendings,e)})}}function gW(r,e){var t=r.showTip.length,a=r.hideTip.length,n;t?n=r.showTip[t-1]:a&&(n=r.hideTip[a-1]),n&&(n.dispatchAction=null,e.dispatchAction(n))}function yW(r,e,t){r.handler("leave",null,t)}function fp(r,e,t,a){e.handler(r,t,a)}function mW(r){var e={showTip:[],hideTip:[]},t=function(a){var n=e[a.type];n?n.push(a):(a.dispatchAction=t,r.dispatchAction(a))};return{dispatchAction:t,pendings:e}}function oo(r,e){if(!w1.node){var t=e.getZr(),a=(c4(t).records||{})[r];a&&(c4(t).records[r]=null)}}var _W=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type=e.type,t}return e.prototype.render=function(t,a,n){var i=a.getComponent("tooltip"),o=t.get("triggerOn")||i&&i.get("triggerOn")||"mousemove|click";Mb("axisPointer",n,function(s,l,u){o!=="none"&&(s==="leave"||o.indexOf(s)>=0)&&u({type:"updateAxisPointer",currTrigger:s,x:l&&l.offsetX,y:l&&l.offsetY})})},e.prototype.remove=function(t,a){oo("axisPointer",a)},e.prototype.dispose=function(t,a){oo("axisPointer",a)},e.type="axisPointer",e}(z1);const SW=_W;function Db(r,e){var t=[],a=r.seriesIndex,n;if(a==null||!(n=e.getSeriesByIndex(a)))return{point:[]};var i=n.getData(),o=u5(i,r);if(o==null||o<0||z(o))return{point:[]};var s=i.getItemGraphicEl(o),l=n.coordinateSystem;if(n.getTooltipPosition)t=n.getTooltipPosition(o)||[];else if(l&&l.dataToPoint)if(r.isStacked){var u=l.getBaseAxis(),f=l.getOtherAxis(u),h=f.dim,v=u.dim,c=h==="x"||h==="radius"?1:0,p=i.mapDimension(v),d=[];d[c]=i.get(p,o),d[1-c]=i.get(i.getCalculationInfo("stackResultDimension"),o),t=l.dataToPoint(d)||[]}else t=l.dataToPoint(i.getValues(G(l.dimensions,function(y){return i.mapDimension(y)}),o))||[];else if(s){var g=s.getBoundingRect().clone();g.applyTransform(s.transform),t=[g.x+g.width/2,g.y+g.height/2]}return{point:t,el:s}}var hp=C1();function xW(r,e,t){var a=r.currTrigger,n=[r.x,r.y],i=r,o=r.dispatchAction||U(t.dispatchAction,t),s=e.getComponent("axisPointer").coordSysAxesInfo;if(s){yt(n)&&(n=Db({seriesIndex:i.seriesIndex,dataIndex:i.dataIndex},e).point);var l=yt(n),u=i.axesInfo,f=s.axesInfo,h=a==="leave"||yt(n),v={},c={},p={list:[],map:{}},d={showPointer:i1(wW,c),showTooltip:i1(TW,p)};A(s.coordSysMap,function(y,m){var _=l||y.containPoint(n);A(s.coordSysAxesInfo[m],function(S,b){var x=S.axis,w=DW(u,S);if(!h&&_&&(!u||w)){var T=w&&w.value;T==null&&!l&&(T=x.pointToData(n)),T!=null&&vp(S,T,d,!1,v)}})});var g={};return A(f,function(y,m){var _=y.linkGroup;_&&!c[m]&&A(_.axesInfo,function(S,b){var x=c[b];if(S!==y&&x){var w=x.value;_.mapper&&(w=y.axis.scale.parse(_.mapper(w,cp(S),cp(y)))),g[y.key]=w}})}),A(g,function(y,m){vp(f[m],y,d,!0,v)}),CW(c,f,v),AW(p,n,r,o),MW(f,o,t),v}}function vp(r,e,t,a,n){var i=r.axis;if(!(i.scale.isBlank()||!i.containData(e))){if(!r.involveSeries){t.showPointer(r,e);return}var o=bW(e,r),s=o.payloadBatch,l=o.snapToValue;s[0]&&n.seriesIndex==null&&B(n,s[0]),!a&&r.snap&&i.containData(l)&&l!=null&&(e=l),t.showPointer(r,e,s),t.showTooltip(r,o,l)}}function bW(r,e){var t=e.axis,a=t.dim,n=r,i=[],o=Number.MAX_VALUE,s=-1;return A(e.seriesModels,function(l,u){var f=l.getData().mapDimensionsAll(a),h,v;if(l.getAxisTooltipData){var c=l.getAxisTooltipData(f,r,t);v=c.dataIndices,h=c.nestestValue}else{if(v=l.getData().indicesOfNearest(f[0],r,t.type==="category"?.5:null),!v.length)return;h=l.getData().get(f[0],v[0])}if(!(h==null||!isFinite(h))){var p=r-h,d=Math.abs(p);d<=o&&((d=0&&s<0)&&(o=d,s=p,n=h,i.length=0),A(v,function(g){i.push({seriesIndex:l.seriesIndex,dataIndexInside:g,dataIndex:l.getData().getRawIndex(g)})}))}}),{payloadBatch:i,snapToValue:n}}function wW(r,e,t,a){r[e.key]={value:t,payloadBatch:a}}function TW(r,e,t,a){var n=t.payloadBatch,i=e.axis,o=i.model,s=e.axisPointerModel;if(!(!e.triggerTooltip||!n.length)){var l=e.coordSys.model,u=d6(l),f=r.map[u];f||(f=r.map[u]={coordSysId:l.id,coordSysIndex:l.componentIndex,coordSysType:l.type,coordSysMainType:l.mainType,dataByAxis:[]},r.list.push(f)),f.dataByAxis.push({axisDim:i.dim,axisIndex:o.componentIndex,axisType:o.type,axisId:o.id,value:a,valueLabelOpt:{precision:s.get(["label","precision"]),formatter:s.get(["label","formatter"])},seriesDataIndices:n.slice()})}}function CW(r,e,t){var a=t.axesInfo=[];A(e,function(n,i){var o=n.axisPointerModel.option,s=r[i];s?(!n.useHandle&&(o.status="show"),o.value=s.value,o.seriesDataIndices=(s.payloadBatch||[]).slice()):!n.useHandle&&(o.status="hide"),o.status==="show"&&a.push({axisDim:n.axis.dim,axisIndex:n.axis.model.componentIndex,value:o.value})})}function AW(r,e,t,a){if(yt(e)||!r.list.length){a({type:"hideTip"});return}var n=((r.list[0].dataByAxis[0]||{}).seriesDataIndices||[])[0]||{};a({type:"showTip",escapeConnect:!0,x:e[0],y:e[1],tooltipOption:t.tooltipOption,position:t.position,dataIndexInside:n.dataIndexInside,dataIndex:n.dataIndex,seriesIndex:n.seriesIndex,dataByCoordSys:r.list})}function MW(r,e,t){var a=t.getZr(),n="axisPointerLastHighlights",i=hp(a)[n]||{},o=hp(a)[n]={};A(r,function(u,f){var h=u.axisPointerModel.option;h.status==="show"&&A(h.seriesDataIndices,function(v){var c=v.seriesIndex+" | "+v.dataIndex;o[c]=v})});var s=[],l=[];A(i,function(u,f){!o[f]&&l.push(u)}),A(o,function(u,f){!i[f]&&s.push(u)}),l.length&&t.dispatchAction({type:"downplay",escapeConnect:!0,notBlur:!0,batch:l}),s.length&&t.dispatchAction({type:"highlight",escapeConnect:!0,notBlur:!0,batch:s})}function DW(r,e){for(var t=0;t<(r||[]).length;t++){var a=r[t];if(e.axis.dim===a.axisDim&&e.axis.model.componentIndex===a.axisIndex)return a}}function cp(r){var e=r.axis.model,t={},a=t.axisDim=r.axis.dim;return t.axisIndex=t[a+"AxisIndex"]=e.componentIndex,t.axisName=t[a+"AxisName"]=e.name,t.axisId=t[a+"AxisId"]=e.id,t}function yt(r){return!r||r[0]==null||isNaN(r[0])||r[1]==null||isNaN(r[1])}function q6(r){x5.registerAxisPointerClass("CartesianAxisPointer",hW),r.registerComponentModel(cW),r.registerComponentView(SW),r.registerPreprocessor(function(e){if(e){(!e.axisPointer||e.axisPointer.length===0)&&(e.axisPointer={});var t=e.axisPointer.link;t&&!z(t)&&(e.axisPointer.link=[t])}}),r.registerProcessor(r.PRIORITY.PROCESSOR.STATISTIC,function(e,t){e.getComponent("axisPointer").coordSysAxesInfo=gO(e,t)}),r.registerAction({type:"updateAxisPointer",event:"updateAxisPointer",update:":updateAxisPointer"},xW)}function LW(r){h1(JS),h1(q6)}var IW=function(r){k(e,r);function e(){return r!==null&&r.apply(this,arguments)||this}return e.prototype.makeElOption=function(t,a,n,i,o){var s=n.axis;s.dim==="angle"&&(this.animationThreshold=Math.PI/18);var l=s.polar,u=l.getOtherAxis(s),f=u.getExtent(),h=s.dataToCoord(a),v=i.get("type");if(v&&v!=="none"){var c=Ml(i),p=RW[v](s,l,h,f);p.style=c,t.graphicKey=p.type,t.pointer=p}var d=i.get(["label","margin"]),g=PW(a,n,i,l,d);wb(t,n,i,o,g)},e}(Al);function PW(r,e,t,a,n){var i=e.axis,o=i.dataToCoord(r),s=a.getAngleAxis().getExtent()[0];s=s/180*Math.PI;var l=a.getRadiusAxis().getExtent(),u,f,h;if(i.dim==="radius"){var v=F2();s9(v,v,s),L3(v,v,[a.cx,a.cy]),u=M3([o,-n],v);var c=e.getModel("axisLabel").get("rotate")||0,p=x4.innerTextLayout(s,c*Math.PI/180,-1);f=p.textAlign,h=p.textVerticalAlign}else{var d=l[1];u=a.coordToPoint([d+n,o]);var g=a.cx,y=a.cy;f=Math.abs(u[0]-g)/d<.3?"center":u[0]>g?"left":"right",h=Math.abs(u[1]-y)/d<.3?"middle":u[1]>y?"top":"bottom"}return{position:u,align:f,verticalAlign:h}}var RW={line:function(r,e,t,a){return r.dim==="angle"?{type:"Line",shape:Ll(e.coordToPoint([a[0],t]),e.coordToPoint([a[1],t]))}:{type:"Circle",shape:{cx:e.cx,cy:e.cy,r:t}}},shadow:function(r,e,t,a){var n=Math.max(1,r.getBandWidth()),i=Math.PI/180;return r.dim==="angle"?{type:"Sector",shape:sp(e.cx,e.cy,a[0],a[1],(-t-n/2)*i,(-t+n/2)*i)}:{type:"Sector",shape:sp(e.cx,e.cy,t-n/2,t+n/2,0,Math.PI*2)}}};const EW=IW;var kW=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type=e.type,t}return e.prototype.findAxisModel=function(t){var a,n=this.ecModel;return n.eachComponent(t,function(i){i.getCoordSysModel()===this&&(a=i)},this),a},e.type="polar",e.dependencies=["radiusAxis","angleAxis"],e.defaultOption={z:0,center:["50%","50%"],radius:"80%"},e}(_1);const OW=kW;var Il=function(r){k(e,r);function e(){return r!==null&&r.apply(this,arguments)||this}return e.prototype.getCoordSysModel=function(){return this.getReferringComponents("polar",j1).models[0]},e.type="polarAxis",e}(_1);Y1(Il,B0);var NW=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type=e.type,t}return e.type="angleAxis",e}(Il),BW=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type=e.type,t}return e.type="radiusAxis",e}(Il),Pl=function(r){k(e,r);function e(t,a){return r.call(this,"radius",t,a)||this}return e.prototype.pointToData=function(t,a){return this.polar.pointToData(t,a)[this.dim==="radius"?0:1]},e}(g3);Pl.prototype.dataToRadius=g3.prototype.dataToCoord;Pl.prototype.radiusToData=g3.prototype.coordToData;const VW=Pl;var zW=C1(),Rl=function(r){k(e,r);function e(t,a){return r.call(this,"angle",t,a||[0,360])||this}return e.prototype.pointToData=function(t,a){return this.polar.pointToData(t,a)[this.dim==="radius"?0:1]},e.prototype.calculateCategoryInterval=function(){var t=this,a=t.getLabelModel(),n=t.scale,i=n.getExtent(),o=n.count();if(i[1]-i[0]<1)return 0;var s=i[0],l=t.dataToCoord(s+1)-t.dataToCoord(s),u=Math.abs(l),f=L6(s==null?"":s+"",a.getFont(),"center","top"),h=Math.max(f.height,7),v=h/u;isNaN(v)&&(v=1/0);var c=Math.max(0,Math.floor(v)),p=zW(t.model),d=p.lastAutoInterval,g=p.lastTickCount;return d!=null&&g!=null&&Math.abs(d-c)<=1&&Math.abs(g-o)<=1&&d>c?c=d:(p.lastTickCount=o,p.lastAutoInterval=c),c},e}(g3);Rl.prototype.dataToAngle=g3.prototype.dataToCoord;Rl.prototype.angleToData=g3.prototype.coordToData;const GW=Rl;var Lb=["radius","angle"],FW=function(){function r(e){this.dimensions=Lb,this.type="polar",this.cx=0,this.cy=0,this._radiusAxis=new VW,this._angleAxis=new GW,this.axisPointerEnabled=!0,this.name=e||"",this._radiusAxis.polar=this._angleAxis.polar=this}return r.prototype.containPoint=function(e){var t=this.pointToCoord(e);return this._radiusAxis.contain(t[0])&&this._angleAxis.contain(t[1])},r.prototype.containData=function(e){return this._radiusAxis.containData(e[0])&&this._angleAxis.containData(e[1])},r.prototype.getAxis=function(e){var t="_"+e+"Axis";return this[t]},r.prototype.getAxes=function(){return[this._radiusAxis,this._angleAxis]},r.prototype.getAxesByScale=function(e){var t=[],a=this._angleAxis,n=this._radiusAxis;return a.scale.type===e&&t.push(a),n.scale.type===e&&t.push(n),t},r.prototype.getAngleAxis=function(){return this._angleAxis},r.prototype.getRadiusAxis=function(){return this._radiusAxis},r.prototype.getOtherAxis=function(e){var t=this._angleAxis;return e===t?this._radiusAxis:t},r.prototype.getBaseAxis=function(){return this.getAxesByScale("ordinal")[0]||this.getAxesByScale("time")[0]||this.getAngleAxis()},r.prototype.getTooltipAxes=function(e){var t=e!=null&&e!=="auto"?this.getAxis(e):this.getBaseAxis();return{baseAxes:[t],otherAxes:[this.getOtherAxis(t)]}},r.prototype.dataToPoint=function(e,t){return this.coordToPoint([this._radiusAxis.dataToRadius(e[0],t),this._angleAxis.dataToAngle(e[1],t)])},r.prototype.pointToData=function(e,t){var a=this.pointToCoord(e);return[this._radiusAxis.radiusToData(a[0],t),this._angleAxis.angleToData(a[1],t)]},r.prototype.pointToCoord=function(e){var t=e[0]-this.cx,a=e[1]-this.cy,n=this.getAngleAxis(),i=n.getExtent(),o=Math.min(i[0],i[1]),s=Math.max(i[0],i[1]);n.inverse?o=s-360:s=o+360;var l=Math.sqrt(t*t+a*a);t/=l,a/=l;for(var u=Math.atan2(-a,t)/Math.PI*180,f=us;)u+=f*360;return[l,u]},r.prototype.coordToPoint=function(e){var t=e[0],a=e[1]/180*Math.PI,n=Math.cos(a)*t+this.cx,i=-Math.sin(a)*t+this.cy;return[n,i]},r.prototype.getArea=function(){var e=this.getAngleAxis(),t=this.getRadiusAxis(),a=t.getExtent().slice();a[0]>a[1]&&a.reverse();var n=e.getExtent(),i=Math.PI/180;return{cx:this.cx,cy:this.cy,r0:a[0],r:a[1],startAngle:-n[0]*i,endAngle:-n[1]*i,clockwise:e.inverse,contain:function(o,s){var l=o-this.cx,u=s-this.cy,f=l*l+u*u-1e-4,h=this.r,v=this.r0;return f<=h*h&&f>=v*v}}},r.prototype.convertToPixel=function(e,t,a){var n=pp(t);return n===this?this.dataToPoint(a):null},r.prototype.convertFromPixel=function(e,t,a){var n=pp(t);return n===this?this.pointToData(a):null},r}();function pp(r){var e=r.seriesModel,t=r.polarModel;return t&&t.coordinateSystem||e&&e.coordinateSystem}const HW=FW;function WW(r,e,t){var a=e.get("center"),n=t.getWidth(),i=t.getHeight();r.cx=H(a[0],n),r.cy=H(a[1],i);var o=r.getRadiusAxis(),s=Math.min(n,i)/2,l=e.get("radius");l==null?l=[0,"100%"]:z(l)||(l=[0,l]);var u=[H(l[0],s),H(l[1],s)];o.inverse?o.setExtent(u[1],u[0]):o.setExtent(u[0],u[1])}function $W(r,e){var t=this,a=t.getAngleAxis(),n=t.getRadiusAxis();if(a.scale.setExtent(1/0,-1/0),n.scale.setExtent(1/0,-1/0),r.eachSeries(function(s){if(s.coordinateSystem===t){var l=s.getData();A(Xt(l,"radius"),function(u){n.scale.unionExtentFromData(l,u)}),A(Xt(l,"angle"),function(u){a.scale.unionExtentFromData(l,u)})}}),c5(a.scale,a.model),c5(n.scale,n.model),a.type==="category"&&!a.onBand){var i=a.getExtent(),o=360/a.scale.count();a.inverse?i[1]+=o:i[1]-=o,a.setExtent(i[0],i[1])}}function UW(r){return r.mainType==="angleAxis"}function dp(r,e){if(r.type=e.get("type"),r.scale=G6(e),r.onBand=e.get("boundaryGap")&&r.type==="category",r.inverse=e.get("inverse"),UW(e)){r.inverse=r.inverse!==e.get("clockwise");var t=e.get("startAngle");r.setExtent(t,t+(r.inverse?-360:360))}e.axis=r,r.model=e}var YW={dimensions:Lb,create:function(r,e){var t=[];return r.eachComponent("polar",function(a,n){var i=new HW(n+"");i.update=$W;var o=i.getRadiusAxis(),s=i.getAngleAxis(),l=a.findAxisModel("radiusAxis"),u=a.findAxisModel("angleAxis");dp(o,l),dp(s,u),WW(i,a,e),t.push(i),a.coordinateSystem=i,i.model=a}),r.eachSeries(function(a){if(a.get("coordinateSystem")==="polar"){var n=a.getReferringComponents("polar",j1).models[0];a.coordinateSystem=n.coordinateSystem}}),t}};const ZW=YW;var XW=["axisLine","axisLabel","axisTick","minorTick","splitLine","minorSplitLine","splitArea"];function U7(r,e,t){e[1]>e[0]&&(e=e.slice().reverse());var a=r.coordToPoint([e[0],t]),n=r.coordToPoint([e[1],t]);return{x1:a[0],y1:a[1],x2:n[0],y2:n[1]}}function Y7(r){var e=r.getRadiusAxis();return e.inverse?0:1}function gp(r){var e=r[0],t=r[r.length-1];e&&t&&Math.abs(Math.abs(e.coord-t.coord)-360)<1e-4&&r.pop()}var qW=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type=e.type,t.axisPointerClass="PolarAxisPointer",t}return e.prototype.render=function(t,a){if(this.group.removeAll(),!!t.get("show")){var n=t.axis,i=n.polar,o=i.getRadiusAxis().getExtent(),s=n.getTicksCoords(),l=n.getMinorTicksCoords(),u=G(n.getViewLabels(),function(f){f=e1(f);var h=n.scale,v=h.type==="ordinal"?h.getRawOrdinalNumber(f.tickValue):f.tickValue;return f.coord=n.dataToCoord(v),f});gp(u),gp(s),A(XW,function(f){t.get([f,"show"])&&(!n.scale.isBlank()||f==="axisLine")&&KW[f](this.group,t,i,s,l,o,u)},this)}},e.type="angleAxis",e}(x5),KW={axisLine:function(r,e,t,a,n,i){var o=e.getModel(["axisLine","lineStyle"]),s=Y7(t),l=s?0:1,u;i[l]===0?u=new P3({shape:{cx:t.cx,cy:t.cy,r:i[s]},style:o.getLineStyle(),z2:1,silent:!0}):u=new R6({shape:{cx:t.cx,cy:t.cy,r:i[s],r0:i[l]},style:o.getLineStyle(),z2:1,silent:!0}),u.style.fill=null,r.add(u)},axisTick:function(r,e,t,a,n,i){var o=e.getModel("axisTick"),s=(o.get("inside")?-1:1)*o.get("length"),l=i[Y7(t)],u=G(a,function(f){return new r2({shape:U7(t,[l,l+s],f.coord)})});r.add(Y2(u,{style:j(o.getModel("lineStyle").getLineStyle(),{stroke:e.get(["axisLine","lineStyle","color"])})}))},minorTick:function(r,e,t,a,n,i){if(n.length){for(var o=e.getModel("axisTick"),s=e.getModel("minorTick"),l=(o.get("inside")?-1:1)*s.get("length"),u=i[Y7(t)],f=[],h=0;hy?"left":"right",S=Math.abs(g[1]-m)/d<.3?"middle":g[1]>m?"top":"bottom";if(s&&s[p]){var b=s[p];Q(b)&&b.textStyle&&(c=new P1(b.textStyle,l,l.ecModel))}var x=new S1({silent:x4.isLabelSilent(e),style:O1(c,{x:g[0],y:g[1],fill:c.getTextColor()||e.get(["axisLine","lineStyle","color"]),text:h.formattedLabel,align:_,verticalAlign:S})});if(r.add(x),f){var w=x4.makeAxisEventDataBase(e);w.targetType="axisLabel",w.value=h.rawLabel,n1(x).eventData=w}},this)},splitLine:function(r,e,t,a,n,i){var o=e.getModel("splitLine"),s=o.getModel("lineStyle"),l=s.get("color"),u=0;l=l instanceof Array?l:[l];for(var f=[],h=0;h=0?"p":"n",I=w;b&&(a[f][D]||(a[f][D]={p:w,n:w}),I=a[f][D][L]);var P=void 0,R=void 0,E=void 0,N=void 0;if(p.dim==="radius"){var O=p.dataToCoord(M)-w,V=l.dataToCoord(D);Math.abs(O)=N})}}})}function i$(r){var e={};A(r,function(a,n){var i=a.getData(),o=a.coordinateSystem,s=o.getBaseAxis(),l=Pb(o,s),u=s.getExtent(),f=s.type==="category"?s.getBandWidth():Math.abs(u[1]-u[0])/i.count(),h=e[l]||{bandWidth:f,remainedWidth:f,autoWidthCount:0,categoryGap:"20%",gap:"30%",stacks:{}},v=h.stacks;e[l]=h;var c=Ib(a);v[c]||h.autoWidthCount++,v[c]=v[c]||{width:0,maxWidth:0};var p=H(a.get("barWidth"),f),d=H(a.get("barMaxWidth"),f),g=a.get("barGap"),y=a.get("barCategoryGap");p&&!v[c].width&&(p=Math.min(h.remainedWidth,p),v[c].width=p,h.remainedWidth-=p),d&&(v[c].maxWidth=d),g!=null&&(h.gap=g),y!=null&&(h.categoryGap=y)});var t={};return A(e,function(a,n){t[n]={};var i=a.stacks,o=a.bandWidth,s=H(a.categoryGap,o),l=H(a.gap,1),u=a.remainedWidth,f=a.autoWidthCount,h=(u-s)/(f+(f-1)*l);h=Math.max(h,0),A(i,function(d,g){var y=d.maxWidth;y&&y=t.y&&e[1]<=t.y+t.height:a.contain(a.toLocalCoord(e[1]))&&e[0]>=t.y&&e[0]<=t.y+t.height},r.prototype.pointToData=function(e){var t=this.getAxis();return[t.coordToData(t.toLocalCoord(e[t.orient==="horizontal"?0:1]))]},r.prototype.dataToPoint=function(e){var t=this.getAxis(),a=this.getRect(),n=[],i=t.orient==="horizontal"?0:1;return e instanceof Array&&(e=e[0]),n[i]=t.toGlobalCoord(t.dataToCoord(+e)),n[1-i]=i===0?a.y+a.height/2:a.x+a.width/2,n},r.prototype.convertToPixel=function(e,t,a){var n=yp(t);return n===this?this.dataToPoint(a):null},r.prototype.convertFromPixel=function(e,t,a){var n=yp(t);return n===this?this.pointToData(a):null},r}();function yp(r){var e=r.seriesModel,t=r.singleAxisModel;return t&&t.coordinateSystem||e&&e.coordinateSystem}function m$(r,e){var t=[];return r.eachComponent("singleAxis",function(a,n){var i=new y$(a,r,e);i.name="single_"+n,i.resize(a,e),a.coordinateSystem=i,t.push(i)}),r.eachSeries(function(a){if(a.get("coordinateSystem")==="singleAxis"){var n=a.getReferringComponents("singleAxis",j1).models[0];a.coordinateSystem=n&&n.coordinateSystem}}),t}var _$={create:m$,dimensions:Eb};const S$=_$;var mp=["x","y"],x$=["width","height"],b$=function(r){k(e,r);function e(){return r!==null&&r.apply(this,arguments)||this}return e.prototype.makeElOption=function(t,a,n,i,o){var s=n.axis,l=s.coordinateSystem,u=pn(l,1-ue(s)),f=l.dataToPoint(a)[0],h=i.get("type");if(h&&h!=="none"){var v=Ml(i),c=w$[h](s,f,u);c.style=v,t.graphicKey=c.type,t.pointer=c}var p=so(n);Cb(a,t,p,n,i,o)},e.prototype.getHandleTransform=function(t,a,n){var i=so(a,{labelInside:!1});i.labelMargin=n.get(["handle","margin"]);var o=Dl(a.axis,t,i);return{x:o[0],y:o[1],rotation:i.rotation+(i.labelDirection<0?Math.PI:0)}},e.prototype.updateHandleTransform=function(t,a,n,i){var o=n.axis,s=o.coordinateSystem,l=ue(o),u=pn(s,l),f=[t.x,t.y];f[l]+=a[l],f[l]=Math.min(u[1],f[l]),f[l]=Math.max(u[0],f[l]);var h=pn(s,1-l),v=(h[1]+h[0])/2,c=[v,v];return c[l]=f[l],{x:f[0],y:f[1],rotation:t.rotation,cursorPoint:c,tooltipOption:{verticalAlign:"middle"}}},e}(Al),w$={line:function(r,e,t){var a=Ll([e,t[0]],[e,t[1]],ue(r));return{type:"Line",subPixelOptimize:!0,shape:a}},shadow:function(r,e,t){var a=r.getBandWidth(),n=t[1]-t[0];return{type:"Rect",shape:Ab([e-a/2,t[0]],[a,n],ue(r))}}};function ue(r){return r.isHorizontal()?0:1}function pn(r,e){var t=r.getRect();return[t[mp[e]],t[mp[e]]+t[x$[e]]]}const T$=b$;var C$=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type=e.type,t}return e.type="single",e}(z1);function A$(r){h1(q6),x5.registerAxisPointerClass("SingleAxisPointer",T$),r.registerComponentView(C$),r.registerComponentView(p$),r.registerComponentModel(cn),g0(r,"single",cn,cn.defaultOption),r.registerCoordinateSystem("single",S$)}var M$=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type=e.type,t}return e.prototype.init=function(t,a,n){var i=L0(t);r.prototype.init.apply(this,arguments),_p(t,i)},e.prototype.mergeOption=function(t){r.prototype.mergeOption.apply(this,arguments),_p(this.option,t)},e.prototype.getCellSize=function(){return this.option.cellSize},e.type="calendar",e.defaultOption={z:2,left:80,top:60,cellSize:20,orient:"horizontal",splitLine:{show:!0,lineStyle:{color:"#000",width:1,type:"solid"}},itemStyle:{color:"#fff",borderWidth:1,borderColor:"#ccc"},dayLabel:{show:!0,firstDay:0,position:"start",margin:"50%",color:"#000"},monthLabel:{show:!0,position:"start",margin:5,align:"center",formatter:null,color:"#000"},yearLabel:{show:!0,position:null,margin:30,formatter:null,color:"#ccc",fontFamily:"sans-serif",fontWeight:"bolder",fontSize:20}},e}(_1);function _p(r,e){var t=r.cellSize,a;z(t)?a=t:a=r.cellSize=[t,t],a.length===1&&(a[1]=a[0]);var n=G([0,1],function(i){return bD(e,i)&&(a[i]="auto"),a[i]!=null&&a[i]!=="auto"});e9(r,e,{type:"box",ignoreSize:n})}const D$=M$;var L$=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type=e.type,t}return e.prototype.render=function(t,a,n){var i=this.group;i.removeAll();var o=t.coordinateSystem,s=o.getRangeInfo(),l=o.getOrient(),u=a.getLocaleModel();this._renderDayRect(t,s,i),this._renderLines(t,s,l,i),this._renderYearText(t,s,l,i),this._renderMonthText(t,u,l,i),this._renderWeekText(t,u,s,l,i)},e.prototype._renderDayRect=function(t,a,n){for(var i=t.coordinateSystem,o=t.getModel("itemStyle").getItemStyle(),s=i.getCellWidth(),l=i.getCellHeight(),u=a.start.time;u<=a.end.time;u=i.getNextNDay(u,1).time){var f=i.dataToRect([u],!1).tl,h=new x1({shape:{x:f[0],y:f[1],width:s,height:l},cursor:"default",style:o});n.add(h)}},e.prototype._renderLines=function(t,a,n,i){var o=this,s=t.coordinateSystem,l=t.getModel(["splitLine","lineStyle"]).getLineStyle(),u=t.get(["splitLine","show"]),f=l.lineWidth;this._tlpoints=[],this._blpoints=[],this._firstDayOfMonth=[],this._firstDayPoints=[];for(var h=a.start,v=0;h.time<=a.end.time;v++){p(h.formatedDate),v===0&&(h=s.getDateInfo(a.start.y+"-"+a.start.m));var c=h.date;c.setMonth(c.getMonth()+1),h=s.getDateInfo(c)}p(s.getNextNDay(a.end.time,1).formatedDate);function p(d){o._firstDayOfMonth.push(s.getDateInfo(d)),o._firstDayPoints.push(s.dataToRect([d],!1).tl);var g=o._getLinePointsOfOneWeek(t,d,n);o._tlpoints.push(g[0]),o._blpoints.push(g[g.length-1]),u&&o._drawSplitline(g,l,i)}u&&this._drawSplitline(o._getEdgesPoints(o._tlpoints,f,n),l,i),u&&this._drawSplitline(o._getEdgesPoints(o._blpoints,f,n),l,i)},e.prototype._getEdgesPoints=function(t,a,n){var i=[t[0].slice(),t[t.length-1].slice()],o=n==="horizontal"?0:1;return i[0][o]=i[0][o]-a/2,i[1][o]=i[1][o]+a/2,i},e.prototype._drawSplitline=function(t,a,n){var i=new P2({z2:20,shape:{points:t},style:a});n.add(i)},e.prototype._getLinePointsOfOneWeek=function(t,a,n){for(var i=t.coordinateSystem,o=i.getDateInfo(a),s=[],l=0;l<7;l++){var u=i.getNextNDay(o.time,l),f=i.dataToRect([u.time],!1);s[2*u.day]=f.tl,s[2*u.day+1]=f[n==="horizontal"?"bl":"tr"]}return s},e.prototype._formatterLabel=function(t,a){return $(t)&&t?mD(t,a):K(t)?t(a):a.nameMap},e.prototype._yearTextPositionControl=function(t,a,n,i,o){var s=a[0],l=a[1],u=["center","bottom"];i==="bottom"?(l+=o,u=["center","top"]):i==="left"?s-=o:i==="right"?(s+=o,u=["center","top"]):l-=o;var f=0;return(i==="left"||i==="right")&&(f=Math.PI/2),{rotation:f,x:s,y:l,style:{align:u[0],verticalAlign:u[1]}}},e.prototype._renderYearText=function(t,a,n,i){var o=t.getModel("yearLabel");if(o.get("show")){var s=o.get("margin"),l=o.get("position");l||(l=n!=="horizontal"?"top":"left");var u=[this._tlpoints[this._tlpoints.length-1],this._blpoints[0]],f=(u[0][0]+u[1][0])/2,h=(u[0][1]+u[1][1])/2,v=n==="horizontal"?0:1,c={top:[f,u[v][1]],bottom:[f,u[1-v][1]],left:[u[1-v][0],h],right:[u[v][0],h]},p=a.start.y;+a.end.y>+a.start.y&&(p=p+"-"+a.end.y);var d=o.get("formatter"),g={start:a.start.y,end:a.end.y,nameMap:p},y=this._formatterLabel(d,g),m=new S1({z2:30,style:O1(o,{text:y})});m.attr(this._yearTextPositionControl(m,c[l],n,l,s)),i.add(m)}},e.prototype._monthTextPositionControl=function(t,a,n,i,o){var s="left",l="top",u=t[0],f=t[1];return n==="horizontal"?(f=f+o,a&&(s="center"),i==="start"&&(l="bottom")):(u=u+o,a&&(l="middle"),i==="start"&&(s="right")),{x:u,y:f,align:s,verticalAlign:l}},e.prototype._renderMonthText=function(t,a,n,i){var o=t.getModel("monthLabel");if(o.get("show")){var s=o.get("nameMap"),l=o.get("margin"),u=o.get("position"),f=o.get("align"),h=[this._tlpoints,this._blpoints];(!s||$(s))&&(s&&(a=gi(s)||a),s=a.get(["time","monthAbbr"])||[]);var v=u==="start"?0:1,c=n==="horizontal"?0:1;l=u==="start"?-l:l;for(var p=f==="center",d=0;d=n.start.time&&a.times.end.time&&t.reverse(),t},r.prototype._getRangeInfo=function(e){var t=[this.getDateInfo(e[0]),this.getDateInfo(e[1])],a;t[0].time>t[1].time&&(a=!0,t.reverse());var n=Math.floor(t[1].time/dn)-Math.floor(t[0].time/dn)+1,i=new Date(t[0].time),o=i.getDate(),s=t[1].date.getDate();i.setDate(o+n-1);var l=i.getDate();if(l!==s)for(var u=i.getTime()-t[1].time>0?1:-1;(l=i.getDate())!==s&&(i.getTime()-t[1].time)*u>0;)n-=u,i.setDate(l-u);var f=Math.floor((n+t[0].day+6)/7),h=a?-f+1:f-1;return a&&t.reverse(),{range:[t[0].formatedDate,t[1].formatedDate],start:t[0],end:t[1],allDay:n,weeks:f,nthWeek:h,fweek:t[0].day,lweek:t[1].day}},r.prototype._getDateByWeeksAndDay=function(e,t,a){var n=this._getRangeInfo(a);if(e>n.weeks||e===0&&tn.lweek)return null;var i=(e-1)*7-n.fweek+t,o=new Date(n.start.time);return o.setDate(+n.start.d+i),this.getDateInfo(o)},r.create=function(e,t){var a=[];return e.eachComponent("calendar",function(n){var i=new r(n);a.push(i),n.coordinateSystem=i}),e.eachSeries(function(n){n.get("coordinateSystem")==="calendar"&&(n.coordinateSystem=a[n.get("calendarIndex")||0])}),a},r.dimensions=["time","value"],r}();function Sp(r){var e=r.calendarModel,t=r.seriesModel,a=e?e.coordinateSystem:t?t.coordinateSystem:null;return a}const R$=P$;function E$(r){r.registerComponentModel(D$),r.registerComponentView(I$),r.registerCoordinateSystem("calendar",R$)}function k$(r,e){var t=r.existing;if(e.id=r.keyInfo.id,!e.type&&t&&(e.type=t.type),e.parentId==null){var a=e.parentOption;a?e.parentId=a.id:t&&(e.parentId=t.parentId)}e.parentOption=null}function xp(r,e){var t;return A(e,function(a){r[a]!=null&&r[a]!=="auto"&&(t=!0)}),t}function O$(r,e,t){var a=B({},t),n=r[e],i=t.$action||"merge";i==="merge"?n?(o1(n,a,!0),e9(n,a,{ignoreSize:!0}),hm(t,n),Z7(t,n),Z7(t,n,"shape"),Z7(t,n,"style"),Z7(t,n,"extra"),t.clipPath=n.clipPath):r[e]=a:i==="replace"?r[e]=a:i==="remove"&&n&&(r[e]=null)}var kb=["transition","enterFrom","leaveTo"],N$=kb.concat(["enterAnimation","updateAnimation","leaveAnimation"]);function Z7(r,e,t){if(t&&(!r[t]&&e[t]&&(r[t]={}),r=r[t],e=e[t]),!(!r||!e))for(var a=t?kb:N$,n=0;n=0;f--){var h=n[f],v=Q1(h.id,null),c=v!=null?o.get(v):null;if(c){var p=c.parent,y=n3(p),m=p===i?{width:s,height:l}:{width:y.width,height:y.height},_={},S=$e(c,h,m,null,{hv:h.hv,boundingMode:h.bounding},_);if(!n3(c).isNew&&S){for(var b=h.transition,x={},w=0;w=0)?x[T]=C:c[T]=C}A1(c,x,t,0)}else c.attr(_)}}},e.prototype._clear=function(){var t=this,a=this._elMap;a.each(function(n){mt(n,n3(n).option,a,t._lastGraphicModel)}),this._elMap=X()},e.prototype.dispose=function(){this._clear()},e.type="graphic",e}(z1);function lo(r){var e=Y(bp,r)?bp[r]:Be(r),t=new e({});return n3(t).type=r,t}function wp(r,e,t,a){var n=lo(t);return e.add(n),a.set(r,n),n3(n).id=r,n3(n).isNew=!0,n}function mt(r,e,t,a){var n=r&&r.parent;n&&(r.type==="group"&&r.traverse(function(i){mt(i,e,t,a)}),sr(r,e,a),t.removeKey(n3(r).id))}function Tp(r,e,t,a){r.isGroup||A([["cursor",h3.prototype.cursor],["zlevel",a||0],["z",t||0],["z2",0]],function(n){var i=n[0];Y(e,i)?r[i]=f1(e[i],n[1]):r[i]==null&&(r[i]=n[1])}),A(m1(e),function(n){if(n.indexOf("on")===0){var i=e[n];r[n]=K(i)?i:null}}),Y(e,"draggable")&&(r.draggable=e.draggable),e.name!=null&&(r.name=e.name),e.id!=null&&(r.id=e.id)}function G$(r){return r=B({},r),A(["id","parentId","$action","hv","bounding","textContent","clipPath"].concat(fm),function(e){delete r[e]}),r}function F$(r,e,t){var a=n1(r).eventData;!r.silent&&!r.ignore&&!a&&(a=n1(r).eventData={componentType:"graphic",componentIndex:e.componentIndex,name:r.name}),a&&(a.info=t.info)}function H$(r){r.registerComponentModel(V$),r.registerComponentView(z$),r.registerPreprocessor(function(e){var t=e.graphic;z(t)?!t[0]||!t[0].elements?e.graphic=[{elements:t}]:e.graphic=[e.graphic[0]]:t&&!t.elements&&(e.graphic=[{elements:[t]}])})}var Cp=["x","y","radius","angle","single"],W$=["cartesian2d","polar","singleAxis"];function $$(r){var e=r.get("coordinateSystem");return c1(W$,e)>=0}function $4(r){return r+"Axis"}function U$(r,e){var t=X(),a=[],n=X();r.eachComponent({mainType:"dataZoom",query:e},function(f){n.get(f.uid)||s(f)});var i;do i=!1,r.eachComponent("dataZoom",o);while(i);function o(f){!n.get(f.uid)&&l(f)&&(s(f),i=!0)}function s(f){n.set(f.uid,!0),a.push(f),u(f)}function l(f){var h=!1;return f.eachTargetAxis(function(v,c){var p=t.get(v);p&&p[c]&&(h=!0)}),h}function u(f){f.eachTargetAxis(function(h,v){(t.get(h)||t.set(h,[]))[v]=!0})}return a}function Ob(r){var e=r.ecModel,t={infoList:[],infoMap:X()};return r.eachTargetAxis(function(a,n){var i=e.getComponent($4(a),n);if(i){var o=i.getCoordSysModel();if(o){var s=o.uid,l=t.infoMap.get(s);l||(l={model:o,axisModels:[]},t.infoList.push(l),t.infoMap.set(s,l)),l.axisModels.push(i)}}}),t}var gn=function(){function r(){this.indexList=[],this.indexMap=[]}return r.prototype.add=function(e){this.indexMap[e]||(this.indexList.push(e),this.indexMap[e]=!0)},r}(),Y$=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type=e.type,t._autoThrottle=!0,t._noTarget=!0,t._rangePropMode=["percent","percent"],t}return e.prototype.init=function(t,a,n){var i=Ap(t);this.settledOption=i,this.mergeDefaultAndTheme(t,n),this._doInit(i)},e.prototype.mergeOption=function(t){var a=Ap(t);o1(this.option,t,!0),o1(this.settledOption,a,!0),this._doInit(a)},e.prototype._doInit=function(t){var a=this.option;this._setDefaultThrottle(t),this._updateRangeUse(t);var n=this.settledOption;A([["start","startValue"],["end","endValue"]],function(i,o){this._rangePropMode[o]==="value"&&(a[i[0]]=n[i[0]]=null)},this),this._resetTarget()},e.prototype._resetTarget=function(){var t=this.get("orient",!0),a=this._targetAxisInfoMap=X(),n=this._fillSpecifiedTargetAxis(a);n?this._orient=t||this._makeAutoOrientByTargetAxis():(this._orient=t||"horizontal",this._fillAutoTargetAxisByOrient(a,this._orient)),this._noTarget=!0,a.each(function(i){i.indexList.length&&(this._noTarget=!1)},this)},e.prototype._fillSpecifiedTargetAxis=function(t){var a=!1;return A(Cp,function(n){var i=this.getReferringComponents($4(n),eA);if(i.specified){a=!0;var o=new gn;A(i.models,function(s){o.add(s.componentIndex)}),t.set(n,o)}},this),a},e.prototype._fillAutoTargetAxisByOrient=function(t,a){var n=this.ecModel,i=!0;if(i){var o=a==="vertical"?"y":"x",s=n.findComponents({mainType:o+"Axis"});l(s,o)}if(i){var s=n.findComponents({mainType:"singleAxis",filter:function(f){return f.get("orient",!0)===a}});l(s,"single")}function l(u,f){var h=u[0];if(h){var v=new gn;if(v.add(h.componentIndex),t.set(f,v),i=!1,f==="x"||f==="y"){var c=h.getReferringComponents("grid",j1).models[0];c&&A(u,function(p){h.componentIndex!==p.componentIndex&&c===p.getReferringComponents("grid",j1).models[0]&&v.add(p.componentIndex)})}}}i&&A(Cp,function(u){if(i){var f=n.findComponents({mainType:$4(u),filter:function(v){return v.get("type",!0)==="category"}});if(f[0]){var h=new gn;h.add(f[0].componentIndex),t.set(u,h),i=!1}}},this)},e.prototype._makeAutoOrientByTargetAxis=function(){var t;return this.eachTargetAxis(function(a){!t&&(t=a)},this),t==="y"?"vertical":"horizontal"},e.prototype._setDefaultThrottle=function(t){if(t.hasOwnProperty("throttle")&&(this._autoThrottle=!1),this._autoThrottle){var a=this.ecModel.option;this.option.throttle=a.animation&&a.animationDurationUpdate>0?100:20}},e.prototype._updateRangeUse=function(t){var a=this._rangePropMode,n=this.get("rangeMode");A([["start","startValue"],["end","endValue"]],function(i,o){var s=t[i[0]]!=null,l=t[i[1]]!=null;s&&!l?a[o]="percent":!s&&l?a[o]="value":n?a[o]=n[o]:s&&(a[o]="percent")})},e.prototype.noTarget=function(){return this._noTarget},e.prototype.getFirstTargetAxisModel=function(){var t;return this.eachTargetAxis(function(a,n){t==null&&(t=this.ecModel.getComponent($4(a),n))},this),t},e.prototype.eachTargetAxis=function(t,a){this._targetAxisInfoMap.each(function(n,i){A(n.indexList,function(o){t.call(a,i,o)})})},e.prototype.getAxisProxy=function(t,a){var n=this.getAxisModel(t,a);if(n)return n.__dzAxisProxy},e.prototype.getAxisModel=function(t,a){var n=this._targetAxisInfoMap.get(t);if(n&&n.indexMap[a])return this.ecModel.getComponent($4(t),a)},e.prototype.setRawRange=function(t){var a=this.option,n=this.settledOption;A([["start","startValue"],["end","endValue"]],function(i){(t[i[0]]!=null||t[i[1]]!=null)&&(a[i[0]]=n[i[0]]=t[i[0]],a[i[1]]=n[i[1]]=t[i[1]])},this),this._updateRangeUse(t)},e.prototype.setCalculatedRange=function(t){var a=this.option;A(["start","startValue","end","endValue"],function(n){a[n]=t[n]})},e.prototype.getPercentRange=function(){var t=this.findRepresentativeAxisProxy();if(t)return t.getDataPercentWindow()},e.prototype.getValueRange=function(t,a){if(t==null&&a==null){var n=this.findRepresentativeAxisProxy();if(n)return n.getDataValueWindow()}else return this.getAxisProxy(t,a).getDataValueWindow()},e.prototype.findRepresentativeAxisProxy=function(t){if(t)return t.__dzAxisProxy;for(var a,n=this._targetAxisInfoMap.keys(),i=0;io[1];if(_&&!S&&!b)return!0;_&&(g=!0),S&&(p=!0),b&&(d=!0)}return g&&p&&d})}else X5(f,function(c){if(i==="empty")l.setData(u=u.map(c,function(d){return s(d)?d:NaN}));else{var p={};p[c]=o,u.selectRange(p)}});X5(f,function(c){u.setApproximateExtent(o,c)})}});function s(l){return l>=o[0]&&l<=o[1]}},r.prototype._updateMinMaxSpan=function(){var e=this._minMaxSpan={},t=this._dataZoomModel,a=this._dataExtent;X5(["min","max"],function(n){var i=t.get(n+"Span"),o=t.get(n+"ValueSpan");o!=null&&(o=this.getAxisModel().axis.scale.parse(o)),o!=null?i=L1(a[0]+o,a,[0,100],!0):i!=null&&(o=L1(i,[0,100],a,!0)-a[0]),e[n+"Span"]=i,e[n+"ValueSpan"]=o},this)},r.prototype._setAxisModel=function(){var e=this.getAxisModel(),t=this._percentWindow,a=this._valueWindow;if(t){var n=Vo(a,[0,500]);n=Math.min(n,20);var i=e.axis.scale.rawExtentInfo;t[0]!==0&&i.setDeterminedMinMax("min",+a[0].toFixed(n)),t[1]!==100&&i.setDeterminedMinMax("max",+a[1].toFixed(n)),i.freeze()}},r}();function Q$(r,e,t){var a=[1/0,-1/0];X5(t,function(o){vR(a,o.getData(),e)});var n=r.getAxisModel(),i=X_(n.axis.scale,n,a).calculate();return[i.min,i.max]}const tU=J$;var eU={getTargetSeries:function(r){function e(n){r.eachComponent("dataZoom",function(i){i.eachTargetAxis(function(o,s){var l=r.getComponent($4(o),s);n(o,s,l,i)})})}e(function(n,i,o,s){o.__dzAxisProxy=null});var t=[];e(function(n,i,o,s){o.__dzAxisProxy||(o.__dzAxisProxy=new tU(n,i,s,r),t.push(o.__dzAxisProxy))});var a=X();return A(t,function(n){A(n.getTargetSeriesModels(),function(i){a.set(i.uid,i)})}),a},overallReset:function(r,e){r.eachComponent("dataZoom",function(t){t.eachTargetAxis(function(a,n){t.getAxisProxy(a,n).reset(t)}),t.eachTargetAxis(function(a,n){t.getAxisProxy(a,n).filterData(t,e)})}),r.eachComponent("dataZoom",function(t){var a=t.findRepresentativeAxisProxy();if(a){var n=a.getDataPercentWindow(),i=a.getDataValueWindow();t.setCalculatedRange({start:n[0],end:n[1],startValue:i[0],endValue:i[1]})}})}};const rU=eU;function aU(r){r.registerAction("dataZoom",function(e,t){var a=U$(t,e);A(a,function(n){n.setRawRange({start:e.start,end:e.end,startValue:e.startValue,endValue:e.endValue})})})}var Dp=!1;function kl(r){Dp||(Dp=!0,r.registerProcessor(r.PRIORITY.PROCESSOR.FILTER,rU),aU(r),r.registerSubTypeDefaulter("dataZoom",function(){return"slider"}))}function nU(r){r.registerComponentModel(X$),r.registerComponentView(j$),kl(r)}var o3=function(){function r(){}return r}(),Nb={};function q5(r,e){Nb[r]=e}function Bb(r){return Nb[r]}var iU=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type=e.type,t}return e.prototype.optionUpdated=function(){r.prototype.optionUpdated.apply(this,arguments);var t=this.ecModel;A(this.option.feature,function(a,n){var i=Bb(n);i&&(i.getDefaultOption&&(i.defaultOption=i.getDefaultOption(t)),o1(a,i.defaultOption))})},e.type="toolbox",e.layoutMode={type:"box",ignoreSize:!0},e.defaultOption={show:!0,z:6,orient:"horizontal",left:"right",top:"top",backgroundColor:"transparent",borderColor:"#ccc",borderRadius:0,borderWidth:0,padding:5,itemSize:15,itemGap:8,showTitle:!0,iconStyle:{borderColor:"#666",color:"none"},emphasis:{iconStyle:{borderColor:"#3E98C5"}},tooltip:{show:!1,position:"bottom"}},e}(_1);const oU=iU;function sU(r,e,t){var a=e.getBoxLayoutParams(),n=e.get("padding"),i={width:t.getWidth(),height:t.getHeight()},o=J1(a,i,n);a5(e.get("orient"),r,e.get("itemGap"),o.width,o.height),$e(r,a,i,n)}function Vb(r,e){var t=_5(e.get("padding")),a=e.getItemStyle(["color","opacity"]);return a.fill=e.get("backgroundColor"),r=new x1({shape:{x:r.x-t[3],y:r.y-t[0],width:r.width+t[1]+t[3],height:r.height+t[0]+t[2],r:e.get("borderRadius")},style:a,silent:!0,z2:-1}),r}var lU=function(r){k(e,r);function e(){return r!==null&&r.apply(this,arguments)||this}return e.prototype.render=function(t,a,n,i){var o=this.group;if(o.removeAll(),!t.get("show"))return;var s=+t.get("itemSize"),l=t.get("orient")==="vertical",u=t.get("feature")||{},f=this._features||(this._features={}),h=[];A(u,function(p,d){h.push(d)}),new _4(this._featureNames||[],h).add(v).update(v).remove(i1(v,null)).execute(),this._featureNames=h;function v(p,d){var g=h[p],y=h[d],m=u[g],_=new P1(m,t,t.ecModel),S;if(i&&i.newTitle!=null&&i.featureName===g&&(m.title=i.newTitle),g&&!y){if(uU(g))S={onclick:_.option.onclick,featureName:g};else{var b=Bb(g);if(!b)return;S=new b}f[g]=S}else if(S=f[y],!S)return;S.uid=D0("toolbox-feature"),S.model=_,S.ecModel=a,S.api=n;var x=S instanceof o3;if(!g&&y){x&&S.dispose&&S.dispose(a,n);return}if(!_.get("show")||x&&S.unusable){x&&S.remove&&S.remove(a,n);return}c(_,S,g),_.setIconStatus=function(w,T){var C=this.option,M=this.iconPaths;C.iconStatus=C.iconStatus||{},C.iconStatus[w]=T,M[w]&&(T==="emphasis"?y4:m4)(M[w])},S instanceof o3&&S.render&&S.render(_,a,n,i)}function c(p,d,g){var y=p.getModel("iconStyle"),m=p.getModel(["emphasis","iconStyle"]),_=d instanceof o3&&d.getIcons?d.getIcons():p.get("icon"),S=p.get("title")||{},b,x;$(_)?(b={},b[g]=_):b=_,$(S)?(x={},x[g]=S):x=S;var w=p.iconPaths={};A(b,function(T,C){var M=C0(T,{},{x:-s/2,y:-s/2,width:s,height:s});M.setStyle(y.getItemStyle());var D=M.ensureState("emphasis");D.style=m.getItemStyle();var L=new S1({style:{text:x[C],align:m.get("textAlign"),borderRadius:m.get("textBorderRadius"),padding:m.get("textPadding"),fill:null},ignore:!0});M.setTextContent(L),A0({el:M,componentModel:t,itemName:C,formatterParamsExtra:{title:x[C]}}),M.__title=x[C],M.on("mouseover",function(){var I=m.getItemStyle(),P=l?t.get("right")==null&&t.get("left")!=="right"?"right":"left":t.get("bottom")==null&&t.get("top")!=="bottom"?"bottom":"top";L.setStyle({fill:m.get("textFill")||I.fill||I.stroke||"#000",backgroundColor:m.get("textBackgroundColor")}),M.setTextConfig({position:m.get("textPosition")||P}),L.ignore=!t.get("showTitle"),n.enterEmphasis(this)}).on("mouseout",function(){p.get(["iconStatus",C])!=="emphasis"&&n.leaveEmphasis(this),L.hide()}),(p.get(["iconStatus",C])==="emphasis"?y4:m4)(M),o.add(M),M.on("click",U(d.onclick,d,a,n,C)),w[C]=M})}sU(o,t,n),o.add(Vb(o.getBoundingRect(),t)),l||o.eachChild(function(p){var d=p.__title,g=p.ensureState("emphasis"),y=g.textConfig||(g.textConfig={}),m=p.getTextContent(),_=m&&m.ensureState("emphasis");if(_&&!K(_)&&d){var S=_.style||(_.style={}),b=L6(d,S1.makeFont(S)),x=p.x+o.x,w=p.y+o.y+s,T=!1;w+b.height>n.getHeight()&&(y.position="top",T=!0);var C=T?-5-b.height:s+10;x+b.width/2>n.getWidth()?(y.position=["100%",C],S.align="right"):x-b.width/2<0&&(y.position=[0,C],S.align="left")}})},e.prototype.updateView=function(t,a,n,i){A(this._features,function(o){o instanceof o3&&o.updateView&&o.updateView(o.model,a,n,i)})},e.prototype.remove=function(t,a){A(this._features,function(n){n instanceof o3&&n.remove&&n.remove(t,a)}),this.group.removeAll()},e.prototype.dispose=function(t,a){A(this._features,function(n){n instanceof o3&&n.dispose&&n.dispose(t,a)})},e.type="toolbox",e}(z1);function uU(r){return r.indexOf("my")===0}const fU=lU;var hU=function(r){k(e,r);function e(){return r!==null&&r.apply(this,arguments)||this}return e.prototype.onclick=function(t,a){var n=this.model,i=n.get("name")||t.get("title.0.text")||"echarts",o=a.getZr().painter.getType()==="svg",s=o?"svg":n.get("type",!0)||"png",l=a.getConnectedDataURL({type:s,backgroundColor:n.get("backgroundColor",!0)||t.get("backgroundColor")||"#fff",connectedBackgroundColor:n.get("connectedBackgroundColor"),excludeComponents:n.get("excludeComponents"),pixelRatio:n.get("pixelRatio")}),u=w1.browser;if(K(MouseEvent)&&(u.newEdge||!u.ie&&!u.edge)){var f=document.createElement("a");f.download=i+"."+s,f.target="_blank",f.href=l;var h=new MouseEvent("click",{view:document.defaultView,bubbles:!0,cancelable:!1});f.dispatchEvent(h)}else if(window.navigator.msSaveOrOpenBlob||o){var v=l.split(","),c=v[0].indexOf("base64")>-1,p=o?decodeURIComponent(v[1]):v[1];c&&(p=window.atob(p));var d=i+"."+s;if(window.navigator.msSaveOrOpenBlob){for(var g=p.length,y=new Uint8Array(g);g--;)y[g]=p.charCodeAt(g);var m=new Blob([y]);window.navigator.msSaveOrOpenBlob(m,d)}else{var _=document.createElement("iframe");document.body.appendChild(_);var S=_.contentWindow,b=S.document;b.open("image/svg+xml","replace"),b.write(p),b.close(),S.focus(),b.execCommand("SaveAs",!0,d),document.body.removeChild(_)}}else{var x=n.get("lang"),w='',T=window.open();T.document.write(w),T.document.title=i}},e.getDefaultOption=function(t){var a={show:!0,icon:"M4.7,22.9L29.3,45.5L54.7,23.4M4.6,43.6L4.6,58L53.8,58L53.8,43.6M29.2,45.1L29.2,0",title:t.getLocaleModel().get(["toolbox","saveAsImage","title"]),type:"png",connectedBackgroundColor:"#fff",name:"",excludeComponents:["toolbox"],lang:t.getLocaleModel().get(["toolbox","saveAsImage","lang"])};return a},e}(o3);const vU=hU;var Lp="__ec_magicType_stack__",cU=[["line","bar"],["stack"]],pU=function(r){k(e,r);function e(){return r!==null&&r.apply(this,arguments)||this}return e.prototype.getIcons=function(){var t=this.model,a=t.get("icon"),n={};return A(t.get("type"),function(i){a[i]&&(n[i]=a[i])}),n},e.getDefaultOption=function(t){var a={show:!0,type:[],icon:{line:"M4.1,28.9h7.1l9.3-22l7.4,38l9.7-19.7l3,12.8h14.9M4.1,58h51.4",bar:"M6.7,22.9h10V48h-10V22.9zM24.9,13h10v35h-10V13zM43.2,2h10v46h-10V2zM3.1,58h53.7",stack:"M8.2,38.4l-8.4,4.1l30.6,15.3L60,42.5l-8.1-4.1l-21.5,11L8.2,38.4z M51.9,30l-8.1,4.2l-13.4,6.9l-13.9-6.9L8.2,30l-8.4,4.2l8.4,4.2l22.2,11l21.5-11l8.1-4.2L51.9,30z M51.9,21.7l-8.1,4.2L35.7,30l-5.3,2.8L24.9,30l-8.4-4.1l-8.3-4.2l-8.4,4.2L8.2,30l8.3,4.2l13.9,6.9l13.4-6.9l8.1-4.2l8.1-4.1L51.9,21.7zM30.4,2.2L-0.2,17.5l8.4,4.1l8.3,4.2l8.4,4.2l5.5,2.7l5.3-2.7l8.1-4.2l8.1-4.2l8.1-4.1L30.4,2.2z"},title:t.getLocaleModel().get(["toolbox","magicType","title"]),option:{},seriesIndex:{}};return a},e.prototype.onclick=function(t,a,n){var i=this.model,o=i.get(["seriesIndex",n]);if(Ip[n]){var s={series:[]},l=function(h){var v=h.subType,c=h.id,p=Ip[n](v,c,h,i);p&&(j(p,h.option),s.series.push(p));var d=h.coordinateSystem;if(d&&d.type==="cartesian2d"&&(n==="line"||n==="bar")){var g=d.getAxesByScale("ordinal")[0];if(g){var y=g.dim,m=y+"Axis",_=h.getReferringComponents(m,j1).models[0],S=_.componentIndex;s[m]=s[m]||[];for(var b=0;b<=S;b++)s[m][S]=s[m][S]||{};s[m][S].boundaryGap=n==="bar"}}};A(cU,function(h){c1(h,n)>=0&&A(h,function(v){i.setIconStatus(v,"normal")})}),i.setIconStatus(n,"emphasis"),t.eachComponent({mainType:"series",query:o==null?null:{seriesIndex:o}},l);var u,f=n;n==="stack"&&(u=o1({stack:i.option.title.tiled,tiled:i.option.title.stack},i.option.title),i.get(["iconStatus",n])!=="emphasis"&&(f="tiled")),a.dispatchAction({type:"changeMagicType",currentType:f,newOption:s,newTitle:u,featureName:"magicType"})}},e}(o3),Ip={line:function(r,e,t,a){if(r==="bar")return o1({id:e,type:"line",data:t.get("data"),stack:t.get("stack"),markPoint:t.get("markPoint"),markLine:t.get("markLine")},a.get(["option","line"])||{},!0)},bar:function(r,e,t,a){if(r==="line")return o1({id:e,type:"bar",data:t.get("data"),stack:t.get("stack"),markPoint:t.get("markPoint"),markLine:t.get("markLine")},a.get(["option","bar"])||{},!0)},stack:function(r,e,t,a){var n=t.get("stack")===Lp;if(r==="line"||r==="bar")return a.setIconStatus("stack",n?"normal":"emphasis"),o1({id:e,stack:n?"":Lp},a.get(["option","stack"])||{},!0)}};E3({type:"changeMagicType",event:"magicTypeChanged",update:"prepareAndUpdate"},function(r,e){e.mergeOption(r.newOption)});const dU=pU;var lr=new Array(60).join("-"),_0=" ";function gU(r){var e={},t=[],a=[];return r.eachRawSeries(function(n){var i=n.coordinateSystem;if(i&&(i.type==="cartesian2d"||i.type==="polar")){var o=i.getBaseAxis();if(o.type==="category"){var s=o.dim+"_"+o.index;e[s]||(e[s]={categoryAxis:o,valueAxis:i.getOtherAxis(o),series:[]},a.push({axisDim:o.dim,axisIndex:o.index})),e[s].series.push(n)}else t.push(n)}else t.push(n)}),{seriesGroupByCategoryAxis:e,other:t,meta:a}}function yU(r){var e=[];return A(r,function(t,a){var n=t.categoryAxis,i=t.valueAxis,o=i.dim,s=[" "].concat(G(t.series,function(c){return c.name})),l=[n.model.getCategories()];A(t.series,function(c){var p=c.getRawData();l.push(c.getRawData().mapArray(p.mapDimension(o),function(d){return d}))});for(var u=[s.join(_0)],f=0;f"].join(a)}function Ni(r){return{zrId:r,shadowCache:{},patternCache:{},gradientCache:{},clipPathCache:{},defs:{},cssNodes:{},cssAnims:{},cssClassIdx:0,cssAnimIdx:0,shadowIdx:0,gradientIdx:0,patternIdx:0,clipPathIdx:0}}function Ph(r,e,t,a){return a2("svg","root",{width:r,height:e,xmlns:pS,"xmlns:xlink":dS,version:"1.1",baseProfile:"full",viewBox:a?"0 0 "+r+" "+e:!1},t)}var Rh={cubicIn:"0.32,0,0.67,0",cubicOut:"0.33,1,0.68,1",cubicInOut:"0.65,0,0.35,1",quadraticIn:"0.11,0,0.5,0",quadraticOut:"0.5,1,0.89,1",quadraticInOut:"0.45,0,0.55,1",quarticIn:"0.5,0,0.75,0",quarticOut:"0.25,1,0.5,1",quarticInOut:"0.76,0,0.24,1",quinticIn:"0.64,0,0.78,0",quinticOut:"0.22,1,0.36,1",quinticInOut:"0.83,0,0.17,1",sinusoidalIn:"0.12,0,0.39,0",sinusoidalOut:"0.61,1,0.88,1",sinusoidalInOut:"0.37,0,0.63,1",exponentialIn:"0.7,0,0.84,0",exponentialOut:"0.16,1,0.3,1",exponentialInOut:"0.87,0,0.13,1",circularIn:"0.55,0,1,0.45",circularOut:"0,0.55,0.45,1",circularInOut:"0.85,0,0.15,1"},N9="transform-origin";function pE(r,e,t){var a=B({},r.shape);B(a,e),r.buildPath(t,a);var n=new cS;return n.reset(Lg(r)),t.rebuildPath(n,1),n.generateStr(),n.getStr()}function dE(r,e){var t=e.originX,a=e.originY;(t||a)&&(r[N9]=t+"px "+a+"px")}var gE={fill:"fill",opacity:"opacity",lineWidth:"stroke-width",lineDashOffset:"stroke-dashoffset"};function yS(r,e){var t=e.zrId+"-ani-"+e.cssAnimIdx++;return e.cssAnims[t]=r,t}function yE(r,e,t){var a=r.shape.paths,n={},i,o;if(A(a,function(l){var u=Ni(t.zrId);u.animation=!0,tr(l,{},u,!0);var f=u.cssAnims,h=u.cssNodes,v=m1(f),c=v.length;if(c){o=v[c-1];var p=f[o];for(var d in p){var g=p[d];n[d]=n[d]||{d:""},n[d].d+=g.d||""}for(var y in h){var m=h[y].animation;m.indexOf(o)>=0&&(i=m)}}}),!!i){e.d=!1;var s=yS(n,t);return i.replace(o,s)}}function Eh(r){return $(r)?Rh[r]?"cubic-bezier("+Rh[r]+")":Eo(r)?r:"":""}function tr(r,e,t,a){var n=r.animators,i=n.length,o=[];if(r instanceof Ne){var s=yE(r,e,t);if(s)o.push(s);else if(!i)return}else if(!i)return;for(var l={},u=0;u0}).length){var p1=yS(w,t);return p1+" "+m[0]+" both"}}for(var g in l){var s=d(l[g]);s&&o.push(s)}if(o.length){var y=t.zrId+"-cls-"+t.cssClassIdx++;t.cssNodes["."+y]={animation:o.join(",")},e.class=y}}var c6=Math.round;function mS(r){return r&&$(r.src)}function _S(r){return r&&K(r.toDataURL)}function Us(r,e,t,a){lE(function(n,i){var o=n==="fill"||n==="stroke";o&&Dg(i)?xS(e,r,n,a):o&&Oo(i)?bS(t,r,n,a):r[n]=i},e,t,!1),TE(t,r,a)}function kh(r){return F4(r[0]-1)&&F4(r[1])&&F4(r[2])&&F4(r[3]-1)}function mE(r){return F4(r[4])&&F4(r[5])}function Ys(r,e,t){if(e&&!(mE(e)&&kh(e))){var a=t?10:1e4;r.transform=kh(e)?"translate("+c6(e[4]*a)/a+" "+c6(e[5]*a)/a+")":tC(e)}}function Oh(r,e,t){for(var a=r.points,n=[],i=0;i"u"){var g="Image width/height must been given explictly in svg-ssr renderer.";x2(v,g),x2(c,g)}else if(v==null||c==null){var y=function(M,D){if(M){var L=M.elm,I=v||D.width,P=c||D.height;M.tag==="pattern"&&(u?(P=1,I/=i.width):f&&(I=1,P/=i.height)),M.attrs.width=I,M.attrs.height=P,L&&(L.setAttribute("width",I),L.setAttribute("height",P))}},m=Uo(p,null,r,function(M){l||y(x,M),y(h,M)});m&&m.width&&m.height&&(v=v||m.width,c=c||m.height)}h=a2("image","img",{href:p,width:v,height:c}),o.width=v,o.height=c}else n.svgElement&&(h=e1(n.svgElement),o.width=n.svgWidth,o.height=n.svgHeight);if(h){var _,S;l?_=S=1:u?(S=1,_=o.width/i.width):f?(_=1,S=o.height/i.height):o.patternUnits="userSpaceOnUse",_!=null&&!isNaN(_)&&(o.width=_),S!=null&&!isNaN(S)&&(o.height=S);var b=Ig(n);b&&(o.patternTransform=b);var x=a2("pattern","",o,[h]),w=$s(x),T=a.patternCache,C=T[w];C||(C=a.zrId+"-p"+a.patternIdx++,T[w]=C,o.id=C,x=a.defs[C]=a2("pattern",C,o,[h])),e[t]=Ce(C)}}function CE(r,e,t){var a=t.clipPathCache,n=t.defs,i=a[r.id];if(!i){i=t.zrId+"-c"+t.clipPathIdx++;var o={id:i};a[r.id]=i,n[i]=a2("clipPath",i,o,[SS(r,t)])}e["clip-path"]=Ce(i)}function Vh(r){return document.createTextNode(r)}function W9(r,e,t){r.insertBefore(e,t)}function zh(r,e){r.removeChild(e)}function Gh(r,e){r.appendChild(e)}function wS(r){return r.parentNode}function TS(r){return r.nextSibling}function Sa(r,e){r.textContent=e}var Fh=58,AE=120,ME=a2("","");function Bi(r){return r===void 0}function F3(r){return r!==void 0}function DE(r,e,t){for(var a={},n=e;n<=t;++n){var i=r[n].key;i!==void 0&&(a[i]=n)}return a}function x8(r,e){var t=r.key===e.key,a=r.tag===e.tag;return a&&t}function p6(r){var e,t=r.children,a=r.tag;if(F3(a)){var n=r.elm=gS(a);if(Zs(ME,r),z(t))for(e=0;ei?(p=t[l+1]==null?null:t[l+1].elm,CS(r,p,t,n,l)):jt(r,e,a,i))}function Z5(r,e){var t=e.elm=r.elm,a=r.children,n=e.children;r!==e&&(Zs(r,e),Bi(e.text)?F3(a)&&F3(n)?a!==n&&LE(t,a,n):F3(n)?(F3(r.text)&&Sa(t,""),CS(t,null,n,0,n.length-1)):F3(a)?jt(t,a,0,a.length-1):F3(r.text)&&Sa(t,""):r.text!==e.text&&(F3(a)&&jt(t,a,0,a.length-1),Sa(t,e.text)))}function IE(r,e){if(x8(r,e))Z5(r,e);else{var t=r.elm,a=wS(t);p6(e),a!==null&&(W9(a,e.elm,TS(t)),jt(a,[r],0,0))}return e}var PE=0,RE=function(){function r(e,t,a){if(this.type="svg",this.refreshHover=Hh(),this.configLayer=Hh(),this.storage=t,this._opts=a=B({},a),this.root=e,this._id="zr"+PE++,this._oldVNode=Ph(a.width,a.height),e&&!a.ssr){var n=this._viewport=document.createElement("div");n.style.cssText="position:relative;overflow:hidden";var i=this._svgDom=this._oldVNode.elm=gS("svg");Zs(null,this._oldVNode),n.appendChild(i),e.appendChild(n)}this.resize(a.width,a.height)}return r.prototype.getType=function(){return this.type},r.prototype.getViewportRoot=function(){return this._viewport},r.prototype.getViewportRootOffset=function(){var e=this.getViewportRoot();if(e)return{offsetLeft:e.offsetLeft||0,offsetTop:e.offsetTop||0}},r.prototype.getSvgDom=function(){return this._svgDom},r.prototype.refresh=function(){if(this.root){var e=this.renderToVNode({willUpdate:!0});e.attrs.style="position:absolute;left:0;top:0;user-select:none",IE(this._oldVNode,e),this._oldVNode=e}},r.prototype.renderOneToVNode=function(e){return Bh(e,Ni(this._id))},r.prototype.renderToVNode=function(e){e=e||{};var t=this.storage.getDisplayList(!0),a=this._width,n=this._height,i=Ni(this._id);i.animation=e.animation,i.willUpdate=e.willUpdate,i.compress=e.compress;var o=[],s=this._bgVNode=EE(a,n,this._backgroundColor,i);s&&o.push(s);var l=e.compress?null:this._mainVNode=a2("g","main",{},[]);this._paintList(t,i,l?l.children:o),l&&o.push(l);var u=G(m1(i.defs),function(v){return i.defs[v]});if(u.length&&o.push(a2("defs","defs",{},u)),e.animation){var f=cE(i.cssNodes,i.cssAnims,{newline:!0});if(f){var h=a2("style","stl",{},[],f);o.push(h)}}return Ph(a,n,o,e.useViewBox)},r.prototype.renderToString=function(e){return e=e||{},$s(this.renderToVNode({animation:f1(e.cssAnimation,!0),willUpdate:!1,compress:!0,useViewBox:f1(e.useViewBox,!0)}),{newline:!0})},r.prototype.setBackgroundColor=function(e){this._backgroundColor=e},r.prototype.getSvgRoot=function(){return this._mainVNode&&this._mainVNode.elm},r.prototype._paintList=function(e,t,a){for(var n=e.length,i=[],o=0,s,l,u=0,f=0;f=0&&!(v&&l&&v[d]===l[d]);d--);for(var g=p-1;g>d;g--)o--,s=i[o-1];for(var y=d+1;y=s)}}for(var h=this.__startIndex;h15)break}}P.prevElClipPaths&&y.restore()};if(m)if(m.length===0)T=g.__endIndex;else for(var M=c.dpr,D=0;D0&&e>n[0]){for(l=0;le);l++);s=a[n[l]]}if(n.splice(l+1,0,e),a[e]=t,!t.virtual)if(s){var u=s.dom;u.nextSibling?o.insertBefore(t.dom,u.nextSibling):o.appendChild(t.dom)}else o.firstChild?o.insertBefore(t.dom,o.firstChild):o.appendChild(t.dom);t.__painter=this}},r.prototype.eachLayer=function(e,t){for(var a=this._zlevelList,n=0;n0?R7:0),this._needsManuallyCompositing),f.__builtin__||_e("ZLevel "+u+" has been used by unkown layer "+f.id),f!==i&&(f.__used=!0,f.__startIndex!==l&&(f.__dirty=!0),f.__startIndex=l,f.incremental?f.__drawIndex=-1:f.__drawIndex=l,t(l),i=f),n.__dirty&U2&&!n.__inHover&&(f.__dirty=!0,f.incremental&&f.__drawIndex<0&&(f.__drawIndex=l))}t(l),this.eachBuiltinLayer(function(h,v){!h.__used&&h.getElementCount()>0&&(h.__dirty=!0,h.__startIndex=h.__endIndex=h.__drawIndex=0),h.__dirty&&h.__drawIndex<0&&(h.__drawIndex=h.__startIndex)})},r.prototype.clear=function(){return this.eachBuiltinLayer(this._clearLayer),this},r.prototype._clearLayer=function(e){e.clear()},r.prototype.setBackgroundColor=function(e){this._backgroundColor=e,A(this._layers,function(t){t.setUnpainted()})},r.prototype.configLayer=function(e,t){if(t){var a=this._layerConfig;a[e]?o1(a[e],t,!0):a[e]=t;for(var n=0;n-1&&(u.style.stroke=u.style.fill,u.style.fill="#fff",u.style.lineWidth=2),a},e.type="series.line",e.dependencies=["grid","polar"],e.defaultOption={z:3,coordinateSystem:"cartesian2d",legendHoverLink:!0,clip:!0,label:{position:"top"},endLabel:{show:!1,valueAnimation:!0,distance:8},lineStyle:{width:2,type:"solid"},emphasis:{scale:!0},step:!1,smooth:!1,smoothMonotone:null,symbol:"emptyCircle",symbolSize:4,symbolRotate:null,showSymbol:!0,showAllSymbol:"auto",connectNulls:!1,sampling:"none",animationEasing:"linear",progressive:0,hoverLayerThreshold:1/0,universalTransition:{divideShape:"clone"},triggerLineEvent:!1},e}(B1);const WE=HE;function d0(r,e){var t=r.mapDimensionsAll("defaultedLabel"),a=t.length;if(a===1){var n=v0(r,e,t[0]);return n!=null?n+"":null}else if(a){for(var i=[],o=0;o=0&&a.push(e[i])}return a.join(" ")}var $E=function(r){k(e,r);function e(t,a,n,i){var o=r.call(this)||this;return o.updateData(t,a,n,i),o}return e.prototype._createSymbol=function(t,a,n,i,o){this.removeAll();var s=X1(t,-1,-1,2,2,null,o);s.attr({z2:100,culling:!0,scaleX:i[0]/2,scaleY:i[1]/2}),s.drift=UE,this._symbolType=t,this.add(s)},e.prototype.stopSymbolAnimation=function(t){this.childAt(0).stopAnimation(null,t)},e.prototype.getSymbolType=function(){return this._symbolType},e.prototype.getSymbolPath=function(){return this.childAt(0)},e.prototype.highlight=function(){y4(this.childAt(0))},e.prototype.downplay=function(){m4(this.childAt(0))},e.prototype.setZ=function(t,a){var n=this.childAt(0);n.zlevel=t,n.z=a},e.prototype.setDraggable=function(t,a){var n=this.childAt(0);n.draggable=t,n.cursor=!a&&t?"move":n.cursor},e.prototype.updateData=function(t,a,n,i){this.silent=!1;var o=t.getItemVisual(a,"symbol")||"circle",s=t.hostModel,l=e.getSymbolSize(t,a),u=o!==this._symbolType,f=i&&i.disableAnimation;if(u){var h=t.getItemVisual(a,"symbolKeepAspect");this._createSymbol(o,t,a,l,h)}else{var v=this.childAt(0);v.silent=!1;var c={scaleX:l[0]/2,scaleY:l[1]/2};f?v.attr(c):A1(v,c,s,a),R3(v)}if(this._updateCommon(t,a,l,n,i),u){var v=this.childAt(0);if(!f){var c={scaleX:this._sizeX,scaleY:this._sizeY,style:{opacity:v.style.opacity}};v.scaleX=v.scaleY=0,v.style.opacity=0,V1(v,c,s,a)}}f&&this.childAt(0).stopAnimation("leave")},e.prototype._updateCommon=function(t,a,n,i,o){var s=this.childAt(0),l=t.hostModel,u,f,h,v,c,p,d,g,y;if(i&&(u=i.emphasisItemStyle,f=i.blurItemStyle,h=i.selectItemStyle,v=i.focus,c=i.blurScope,d=i.labelStatesModels,g=i.hoverScale,y=i.cursorStyle,p=i.emphasisDisabled),!i||t.hasItemOption){var m=i&&i.itemModel?i.itemModel:t.getItemModel(a),_=m.getModel("emphasis");u=_.getModel("itemStyle").getItemStyle(),h=m.getModel(["select","itemStyle"]).getItemStyle(),f=m.getModel(["blur","itemStyle"]).getItemStyle(),v=_.get("focus"),c=_.get("blurScope"),p=_.get("disabled"),d=n2(m),g=_.getShallow("scale"),y=m.getShallow("cursor")}var S=t.getItemVisual(a,"symbolRotate");s.attr("rotation",(S||0)*Math.PI/180||0);var b=O0(t.getItemVisual(a,"symbolOffset"),n);b&&(s.x=b[0],s.y=b[1]),y&&s.attr("cursor",y);var x=t.getItemVisual(a,"style"),w=x.fill;if(s instanceof l2){var T=s.style;s.useStyle(B({image:T.image,x:T.x,y:T.y,width:T.width,height:T.height},x))}else s.__isEmptyBrush?s.useStyle(B({},x)):s.useStyle(x),s.style.decal=null,s.setColor(w,o&&o.symbolInnerColor),s.style.strokeNoScale=!0;var C=t.getItemVisual(a,"liftZ"),M=this._z2;C!=null?M==null&&(this._z2=s.z2,s.z2+=C):M!=null&&(s.z2=M,this._z2=null);var D=o&&o.useNameLabel;c2(s,d,{labelFetcher:l,labelDataIndex:a,defaultText:L,inheritColor:w,defaultOpacity:x.opacity});function L(R){return D?t.getName(R):d0(t,R)}this._sizeX=n[0]/2,this._sizeY=n[1]/2;var I=s.ensureState("emphasis");I.style=u,s.ensureState("select").style=h,s.ensureState("blur").style=f;var P=g==null||g===!0?Math.max(1.1,3/this._sizeY):isFinite(g)&&g>0?+g:1;I.scaleX=this._sizeX*P,I.scaleY=this._sizeY*P,this.setSymbolScale(1),W1(this,v,c,p)},e.prototype.setSymbolScale=function(t){this.scaleX=this.scaleY=t},e.prototype.fadeOut=function(t,a,n){var i=this.childAt(0),o=n1(this).dataIndex,s=n&&n.animation;if(this.silent=i.silent=!0,n&&n.fadeLabel){var l=i.getTextContent();l&&t9(l,{style:{opacity:0}},a,{dataIndex:o,removeOpt:s,cb:function(){i.removeTextContent()}})}else i.removeTextContent();t9(i,{style:{opacity:0},scaleX:0,scaleY:0},a,{dataIndex:o,cb:t,removeOpt:s})},e.getSymbolSize=function(t,a){return z6(t.getItemVisual(a,"symbolSize"))},e}(r1);function UE(r,e){this.parent.drift(r,e)}const H6=$E;function ba(r,e,t,a){return e&&!isNaN(e[0])&&!isNaN(e[1])&&!(a.isIgnore&&a.isIgnore(t))&&!(a.clipShape&&!a.clipShape.contain(e[0],e[1]))&&r.getItemVisual(t,"symbol")!=="none"}function Uh(r){return r!=null&&!Q(r)&&(r={isIgnore:r}),r||{}}function Yh(r){var e=r.hostModel,t=e.getModel("emphasis");return{emphasisItemStyle:t.getModel("itemStyle").getItemStyle(),blurItemStyle:e.getModel(["blur","itemStyle"]).getItemStyle(),selectItemStyle:e.getModel(["select","itemStyle"]).getItemStyle(),focus:t.get("focus"),blurScope:t.get("blurScope"),emphasisDisabled:t.get("disabled"),hoverScale:t.get("scale"),labelStatesModels:n2(e),cursorStyle:e.get("cursor")}}var YE=function(){function r(e){this.group=new r1,this._SymbolCtor=e||H6}return r.prototype.updateData=function(e,t){this._progressiveEls=null,t=Uh(t);var a=this.group,n=e.hostModel,i=this._data,o=this._SymbolCtor,s=t.disableAnimation,l=Yh(e),u={disableAnimation:s},f=t.getSymbolPoint||function(h){return e.getItemLayout(h)};i||a.removeAll(),e.diff(i).add(function(h){var v=f(h);if(ba(e,v,h,t)){var c=new o(e,h,l,u);c.setPosition(v),e.setItemGraphicEl(h,c),a.add(c)}}).update(function(h,v){var c=i.getItemGraphicEl(v),p=f(h);if(!ba(e,p,h,t)){a.remove(c);return}var d=e.getItemVisual(h,"symbol")||"circle",g=c&&c.getSymbolType&&c.getSymbolType();if(!c||g&&g!==d)a.remove(c),c=new o(e,h,l,u),c.setPosition(p);else{c.updateData(e,h,l,u);var y={x:p[0],y:p[1]};s?c.attr(y):A1(c,y,n)}a.add(c),e.setItemGraphicEl(h,c)}).remove(function(h){var v=i.getItemGraphicEl(h);v&&v.fadeOut(function(){a.remove(v)},n)}).execute(),this._getSymbolPoint=f,this._data=e},r.prototype.updateLayout=function(){var e=this,t=this._data;t&&t.eachItemGraphicEl(function(a,n){var i=e._getSymbolPoint(n);a.setPosition(i),a.markRedraw()})},r.prototype.incrementalPrepareUpdate=function(e){this._seriesScope=Yh(e),this._data=null,this.group.removeAll()},r.prototype.incrementalUpdate=function(e,t,a){this._progressiveEls=[],a=Uh(a);function n(l){l.isGroup||(l.incremental=!0,l.ensureState("emphasis").hoverLayer=!0)}for(var i=e.start;i0?t=a[0]:a[1]<0&&(t=a[1]),t}function LS(r,e,t,a){var n=NaN;r.stacked&&(n=t.get(t.getCalculationInfo("stackedOverDimension"),a)),isNaN(n)&&(n=r.valueStart);var i=r.baseDataOffset,o=[];return o[i]=t.get(r.baseDim,a),o[1-i]=n,e.dataToPoint(o)}function XE(r,e){var t=[];return e.diff(r).add(function(a){t.push({cmd:"+",idx:a})}).update(function(a,n){t.push({cmd:"=",idx:n,idx1:a})}).remove(function(a){t.push({cmd:"-",idx:a})}).execute(),t}function qE(r,e,t,a,n,i,o,s){for(var l=XE(r,e),u=[],f=[],h=[],v=[],c=[],p=[],d=[],g=DS(n,e,o),y=r.getLayout("points")||[],m=e.getLayout("points")||[],_=0;_=n||d<0)break;if(i5(y,m)){if(l){d+=i;continue}break}if(d===t)r[i>0?"moveTo":"lineTo"](y,m),h=y,v=m;else{var _=y-u,S=m-f;if(_*_+S*S<.5){d+=i;continue}if(o>0){for(var b=d+i,x=e[b*2],w=e[b*2+1];x===y&&w===m&&g=a||i5(x,w))c=y,p=m;else{M=x-u,D=w-f;var P=y-u,R=x-y,E=m-f,N=w-m,O=void 0,V=void 0;if(s==="x"){O=Math.abs(P),V=Math.abs(R);var F=M>0?1:-1;c=y-F*O*o,p=m,L=y+F*V*o,I=m}else if(s==="y"){O=Math.abs(E),V=Math.abs(N);var W=D>0?1:-1;c=y,p=m-W*O*o,L=y,I=m+W*V*o}else O=Math.sqrt(P*P+E*E),V=Math.sqrt(R*R+N*N),C=V/(V+O),c=y-M*o*(1-C),p=m-D*o*(1-C),L=y+M*o*C,I=m+D*o*C,L=P4(L,R4(x,y)),I=P4(I,R4(w,m)),L=R4(L,P4(x,y)),I=R4(I,P4(w,m)),M=L-y,D=I-m,c=y-M*O/V,p=m-D*O/V,c=P4(c,R4(u,y)),p=P4(p,R4(f,m)),c=R4(c,P4(u,y)),p=R4(p,P4(f,m)),M=y-c,D=m-p,L=y+M*V/O,I=m+D*V/O}r.bezierCurveTo(h,v,c,p,y,m),h=L,v=I}else r.lineTo(y,m)}u=y,f=m,d+=i}return g}var IS=function(){function r(){this.smooth=0,this.smoothConstraint=!0}return r}(),KE=function(r){k(e,r);function e(t){var a=r.call(this,t)||this;return a.type="ec-polyline",a}return e.prototype.getDefaultStyle=function(){return{stroke:"#000",fill:null}},e.prototype.getDefaultShape=function(){return new IS},e.prototype.buildPath=function(t,a){var n=a.points,i=0,o=n.length/2;if(a.connectNulls){for(;o>0&&i5(n[o*2-2],n[o*2-1]);o--);for(;i=0){var S=u?(p-l)*_+l:(c-s)*_+s;return u?[t,S]:[S,t]}s=c,l=p;break;case o.C:c=i[h++],p=i[h++],d=i[h++],g=i[h++],y=i[h++],m=i[h++];var b=u?Tt(s,c,d,y,t,f):Tt(l,p,g,m,t,f);if(b>0)for(var x=0;x=0){var S=u?t2(l,p,g,m,w):t2(s,c,d,y,w);return u?[t,S]:[S,t]}}s=y,l=m;break}}},e}(d1),jE=function(r){k(e,r);function e(){return r!==null&&r.apply(this,arguments)||this}return e}(IS),PS=function(r){k(e,r);function e(t){var a=r.call(this,t)||this;return a.type="ec-polygon",a}return e.prototype.getDefaultShape=function(){return new jE},e.prototype.buildPath=function(t,a){var n=a.points,i=a.stackedOnPoints,o=0,s=n.length/2,l=a.smoothMonotone;if(a.connectNulls){for(;s>0&&i5(n[s*2-2],n[s*2-1]);s--);for(;oe){i?t.push(o(i,l,e)):n&&t.push(o(n,l,0),o(n,l,e));break}else n&&(t.push(o(n,l,0)),n=null),t.push(l),i=l}return t}function tk(r,e,t){var a=r.getVisual("visualMeta");if(!(!a||!a.length||!r.count())&&e.type==="cartesian2d"){for(var n,i,o=a.length-1;o>=0;o--){var s=r.getDimensionInfo(a[o].dimension);if(n=s&&s.coordDim,n==="x"||n==="y"){i=a[o];break}}if(i){var l=e.getAxis(n),u=G(i.stops,function(_){return{coord:l.toGlobalCoord(l.dataToCoord(_.value)),color:_.color}}),f=u.length,h=i.outerColors.slice();f&&u[0].coord>u[f-1].coord&&(u.reverse(),h.reverse());var v=QE(u,n==="x"?t.getWidth():t.getHeight()),c=v.length;if(!c&&f)return u[0].coord<0?h[1]?h[1]:u[f-1].color:h[0]?h[0]:u[0].color;var p=10,d=v[0].coord-p,g=v[c-1].coord+p,y=g-d;if(y<.001)return"transparent";A(v,function(_){_.offset=(_.coord-d)/y}),v.push({offset:c?v[c-1].offset:.5,color:h[1]||"transparent"}),v.unshift({offset:c?v[0].offset:.5,color:h[0]||"transparent"});var m=new w0(0,0,0,0,v,!0);return m[n]=d,m[n+"2"]=g,m}}}function ek(r,e,t){var a=r.get("showAllSymbol"),n=a==="auto";if(!(a&&!n)){var i=t.getAxesByScale("ordinal")[0];if(i&&!(n&&rk(i,e))){var o=e.mapDimension(i.dim),s={};return A(i.getViewLabels(),function(l){var u=i.scale.getRawOrdinalNumber(l.tickValue);s[u]=1}),function(l){return!s.hasOwnProperty(e.get(o,l))}}}}function rk(r,e){var t=r.getExtent(),a=Math.abs(t[1]-t[0])/r.scale.count();isNaN(a)&&(a=0);for(var n=e.count(),i=Math.max(1,Math.round(n/5)),o=0;oa)return!1;return!0}function ak(r,e){return isNaN(r)||isNaN(e)}function nk(r){for(var e=r.length/2;e>0&&ak(r[e*2-2],r[e*2-1]);e--);return e-1}function jh(r,e){return[r[e*2],r[e*2+1]]}function ik(r,e,t){for(var a=r.length/2,n=t==="x"?0:1,i,o,s=0,l=-1,u=0;u=e||i>=e&&o<=e){l=u;break}s=u,i=o}return{range:[s,l],t:(e-i)/(o-i)}}function kS(r){if(r.get(["endLabel","show"]))return!0;for(var e=0;e0&&t.get(["emphasis","lineStyle","width"])==="bolder"){var F=d.getState("emphasis").style;F.lineWidth=+d.style.lineWidth+1}n1(d).seriesIndex=t.seriesIndex,W1(d,N,O,V);var W=Kh(t.get("smooth")),Z=t.get("smoothMonotone");if(d.setShape({smooth:W,smoothMonotone:Z,connectNulls:T}),g){var J=l.getCalculationInfo("stackedOnSeries"),t1=0;g.useStyle(j(f.getAreaStyle(),{fill:I,opacity:.7,lineJoin:"bevel",decal:l.getVisual("style").decal})),J&&(t1=Kh(J.get("smooth"))),g.setShape({smooth:W,stackedOnSmooth:t1,smoothMonotone:Z,connectNulls:T}),v2(g,t,"areaStyle"),n1(g).seriesIndex=t.seriesIndex,W1(g,N,O,V)}var g1=function(M1){i._changePolyState(M1)};l.eachItemGraphicEl(function(M1){M1&&(M1.onHoverStateChange=g1)}),this._polyline.onHoverStateChange=g1,this._data=l,this._coordSys=o,this._stackedOnPoints=x,this._points=h,this._step=D,this._valueOrigin=S,t.get("triggerLineEvent")&&(this.packEventData(t,d),g&&this.packEventData(t,g))},e.prototype.packEventData=function(t,a){n1(a).eventData={componentType:"series",componentSubType:"line",componentIndex:t.componentIndex,seriesIndex:t.seriesIndex,seriesName:t.name,seriesType:"line"}},e.prototype.highlight=function(t,a,n,i){var o=t.getData(),s=u5(o,i);if(this._changePolyState("emphasis"),!(s instanceof Array)&&s!=null&&s>=0){var l=o.getLayout("points"),u=o.getItemGraphicEl(s);if(!u){var f=l[s*2],h=l[s*2+1];if(isNaN(f)||isNaN(h)||this._clipShapeForSymbol&&!this._clipShapeForSymbol.contain(f,h))return;var v=t.get("zlevel")||0,c=t.get("z")||0;u=new H6(o,s),u.x=f,u.y=h,u.setZ(v,c);var p=u.getSymbolPath().getTextContent();p&&(p.zlevel=v,p.z=c,p.z2=this._polyline.z2+1),u.__temp=!0,o.setItemGraphicEl(s,u),u.stopSymbolAnimation(!0),this.group.add(u)}u.highlight()}else E1.prototype.highlight.call(this,t,a,n,i)},e.prototype.downplay=function(t,a,n,i){var o=t.getData(),s=u5(o,i);if(this._changePolyState("normal"),s!=null&&s>=0){var l=o.getItemGraphicEl(s);l&&(l.__temp?(o.setItemGraphicEl(s,null),this.group.remove(l)):l.downplay())}else E1.prototype.downplay.call(this,t,a,n,i)},e.prototype._changePolyState=function(t){var a=this._polygon;It(this._polyline,t),a&&It(a,t)},e.prototype._newPolyline=function(t){var a=this._polyline;return a&&this._lineGroup.remove(a),a=new KE({shape:{points:t},segmentIgnoreThreshold:2,z2:10}),this._lineGroup.add(a),this._polyline=a,a},e.prototype._newPolygon=function(t,a){var n=this._polygon;return n&&this._lineGroup.remove(n),n=new PS({shape:{points:t,stackedOnPoints:a},segmentIgnoreThreshold:2}),this._lineGroup.add(n),this._polygon=n,n},e.prototype._initSymbolLabelAnimation=function(t,a,n){var i,o,s=a.getBaseAxis(),l=s.inverse;a.type==="cartesian2d"?(i=s.isHorizontal(),o=!1):a.type==="polar"&&(i=s.dim==="angle",o=!0);var u=t.hostModel,f=u.get("animationDuration");K(f)&&(f=f(null));var h=u.get("animationDelay")||0,v=K(h)?h(null):h;t.eachItemGraphicEl(function(c,p){var d=c;if(d){var g=[c.x,c.y],y=void 0,m=void 0,_=void 0;if(n)if(o){var S=n,b=a.pointToCoord(g);i?(y=S.startAngle,m=S.endAngle,_=-b[1]/180*Math.PI):(y=S.r0,m=S.r,_=b[0])}else{var x=n;i?(y=x.x,m=x.x+x.width,_=c.x):(y=x.y+x.height,m=x.y,_=c.y)}var w=m===y?0:(_-y)/(m-y);l&&(w=1-w);var T=K(h)?h(p):f*w+v,C=d.getSymbolPath(),M=C.getTextContent();d.attr({scaleX:0,scaleY:0}),d.animateTo({scaleX:1,scaleY:1},{duration:200,setToFinal:!0,delay:T}),M&&M.animateFrom({style:{opacity:0}},{duration:300,delay:T}),C.disableLabelAnimation=!0}})},e.prototype._initOrUpdateEndLabel=function(t,a,n){var i=t.getModel("endLabel");if(kS(t)){var o=t.getData(),s=this._polyline,l=o.getLayout("points");if(!l){s.removeTextContent(),this._endLabel=null;return}var u=this._endLabel;u||(u=this._endLabel=new S1({z2:200}),u.ignoreClip=!0,s.setTextContent(this._endLabel),s.disableLabelAnimation=!0);var f=nk(l);f>=0&&(c2(s,n2(t,"endLabel"),{inheritColor:n,labelFetcher:t,labelDataIndex:f,defaultText:function(h,v,c){return c!=null?MS(o,c):d0(o,h)},enableTextSetter:!0},ok(i,a)),s.textConfig.position=null)}else this._endLabel&&(this._polyline.removeTextContent(),this._endLabel=null)},e.prototype._endLabelOnDuring=function(t,a,n,i,o,s,l){var u=this._endLabel,f=this._polyline;if(u){t<1&&i.originalX==null&&(i.originalX=u.x,i.originalY=u.y);var h=n.getLayout("points"),v=n.hostModel,c=v.get("connectNulls"),p=s.get("precision"),d=s.get("distance")||0,g=l.getBaseAxis(),y=g.isHorizontal(),m=g.inverse,_=a.shape,S=m?y?_.x:_.y+_.height:y?_.x+_.width:_.y,b=(y?d:0)*(m?-1:1),x=(y?0:-d)*(m?-1:1),w=y?"x":"y",T=ik(h,S,w),C=T.range,M=C[1]-C[0],D=void 0;if(M>=1){if(M>1&&!c){var L=jh(h,C[0]);u.attr({x:L[0]+b,y:L[1]+x}),o&&(D=v.getRawValue(C[0]))}else{var L=f.getPointOn(S,w);L&&u.attr({x:L[0]+b,y:L[1]+x});var I=v.getRawValue(C[0]),P=v.getRawValue(C[1]);o&&(D=Kg(n,p,I,P,T.t))}i.lastFrameIndex=C[0]}else{var R=t===1||i.lastFrameIndex>0?C[0]:0,L=jh(h,R);o&&(D=v.getRawValue(R)),u.attr({x:L[0]+b,y:L[1]+x})}o&&M0(u).setLabelText(D)}},e.prototype._doUpdateAnimation=function(t,a,n,i,o,s,l){var u=this._polyline,f=this._polygon,h=t.hostModel,v=qE(this._data,t,this._stackedOnPoints,a,this._coordSys,n,this._valueOrigin),c=v.current,p=v.stackedOnCurrent,d=v.next,g=v.stackedOnNext;if(o&&(c=E4(v.current,n,o,l),p=E4(v.stackedOnCurrent,n,o,l),d=E4(v.next,n,o,l),g=E4(v.stackedOnNext,n,o,l)),qh(c,d)>3e3||f&&qh(p,g)>3e3){u.stopAnimation(),u.setShape({points:d}),f&&(f.stopAnimation(),f.setShape({points:d,stackedOnPoints:g}));return}u.shape.__points=v.current,u.shape.points=c;var y={shape:{points:d}};v.current!==c&&(y.shape.__points=v.next),u.stopAnimation(),A1(u,y,h),f&&(f.setShape({points:c,stackedOnPoints:p}),f.stopAnimation(),A1(f,{shape:{stackedOnPoints:g}},h),u.shape.points!==f.shape.points&&(f.shape.points=u.shape.points));for(var m=[],_=v.status,S=0;S<_.length;S++){var b=_[S].cmd;if(b==="="){var x=t.getItemGraphicEl(_[S].idx1);x&&m.push({el:x,ptIdx:S})}}u.animators&&u.animators.length&&u.animators[0].during(function(){f&&f.dirtyShape();for(var w=u.shape.__points,T=0;Te&&(e=r[t]);return isFinite(e)?e:NaN},min:function(r){for(var e=1/0,t=0;t10&&o.type==="cartesian2d"&&i){var l=o.getBaseAxis(),u=o.getOtherAxis(l),f=l.getExtent(),h=a.getDevicePixelRatio(),v=Math.abs(f[1]-f[0])*(h||1),c=Math.round(s/v);if(isFinite(c)&&c>1){i==="lttb"&&e.setData(n.lttbDownSample(n.mapDimension(u.dim),1/c));var p=void 0;$(i)?p=uk[i]:K(i)&&(p=i),p&&e.setData(n.downSample(n.mapDimension(u.dim),1/c,p,fk))}}}}}function hk(r){r.registerChartView(lk),r.registerSeriesModel(WE),r.registerLayout($6("line",!0)),r.registerVisual({seriesType:"line",reset:function(e){var t=e.getData(),a=e.getModel("lineStyle").getLineStyle();a&&!a.stroke&&(a.stroke=t.getVisual("style").fill),t.setVisual("legendLineStyle",a)}}),r.registerProcessor(r.PRIORITY.PROCESSOR.STATISTIC,OS("line"))}var NS=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type=e.type,t}return e.prototype.getInitialData=function(t,a){return e4(null,this,{useEncodeDefaulter:!0})},e.prototype.getMarkerPosition=function(t,a,n){var i=this.coordinateSystem;if(i&&i.clampData){var o=i.clampData(t),s=i.dataToPoint(o);if(n)A(i.getAxes(),function(v,c){if(v.type==="category"&&a!=null){var p=v.getTicksCoords(),d=o[c],g=a[c]==="x1"||a[c]==="y1";if(g&&(d+=1),p.length<2)return;if(p.length===2){s[c]=v.toGlobalCoord(v.getExtent()[g?1:0]);return}for(var y=void 0,m=void 0,_=1,S=0;Sd){m=(b+y)/2;break}S===1&&(_=x-p[0].tickValue)}m==null&&(y?y&&(m=p[p.length-1].coord):m=p[0].coord),s[c]=v.toGlobalCoord(m)}});else{var l=this.getData(),u=l.getLayout("offset"),f=l.getLayout("size"),h=i.getBaseAxis().isHorizontal()?0:1;s[h]+=u+f/2}return s}return[NaN,NaN]},e.type="series.__base_bar__",e.defaultOption={z:2,coordinateSystem:"cartesian2d",legendHoverLink:!0,barMinHeight:0,barMinAngle:0,large:!1,largeThreshold:400,progressive:3e3,progressiveChunkMode:"mod"},e}(B1);B1.registerClass(NS);const Jt=NS;var vk=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type=e.type,t}return e.prototype.getInitialData=function(){return e4(null,this,{useEncodeDefaulter:!0,createInvertedIndices:!!this.get("realtimeSort",!0)||null})},e.prototype.getProgressive=function(){return this.get("large")?this.get("progressive"):!1},e.prototype.getProgressiveThreshold=function(){var t=this.get("progressiveThreshold"),a=this.get("largeThreshold");return a>t&&(t=a),t},e.prototype.brushSelector=function(t,a,n){return n.rect(a.getItemLayout(t))},e.type="series.bar",e.dependencies=["grid","polar"],e.defaultOption=u9(Jt.defaultOption,{clip:!0,roundCap:!1,showBackground:!1,backgroundStyle:{color:"rgba(180, 180, 180, 0.2)",borderColor:null,borderWidth:0,borderType:"solid",borderRadius:0,shadowBlur:0,shadowColor:null,shadowOffsetX:0,shadowOffsetY:0,opacity:1},select:{itemStyle:{borderColor:"#212121"}},realtimeSort:!1}),e}(Jt);const ck=vk;var pk=function(){function r(){this.cx=0,this.cy=0,this.r0=0,this.r=0,this.startAngle=0,this.endAngle=Math.PI*2,this.clockwise=!0}return r}(),dk=function(r){k(e,r);function e(t){var a=r.call(this,t)||this;return a.type="sausage",a}return e.prototype.getDefaultShape=function(){return new pk},e.prototype.buildPath=function(t,a){var n=a.cx,i=a.cy,o=Math.max(a.r0||0,0),s=Math.max(a.r,0),l=(s-o)*.5,u=o+l,f=a.startAngle,h=a.endAngle,v=a.clockwise,c=Math.PI*2,p=v?h-fMath.PI/2&&fs)return!0;s=h}return!1},e.prototype._isOrderDifferentInView=function(t,a){for(var n=a.scale,i=n.getExtent(),o=Math.max(0,i[0]),s=Math.min(i[1],n.getOrdinalMeta().categories.length-1);o<=s;++o)if(t.ordinalNumbers[o]!==n.getRawOrdinalNumber(o))return!0},e.prototype._updateSortWithinSameData=function(t,a,n,i){if(this._isOrderChangedWithinSameData(t,a,n)){var o=this._dataSort(t,n,a);this._isOrderDifferentInView(o,n)&&(this._removeOnRenderedListener(i),i.dispatchAction({type:"changeAxisOrder",componentType:n.dim+"Axis",axisId:n.index,sortInfo:o}))}},e.prototype._dispatchInitSort=function(t,a,n){var i=a.baseAxis,o=this._dataSort(t,i,function(s){return t.get(t.mapDimension(a.otherAxis.dim),s)});n.dispatchAction({type:"changeAxisOrder",componentType:i.dim+"Axis",isInitSort:!0,axisId:i.index,sortInfo:o})},e.prototype.remove=function(t,a){this._clear(this._model),this._removeOnRenderedListener(a)},e.prototype.dispose=function(t,a){this._removeOnRenderedListener(a)},e.prototype._removeOnRenderedListener=function(t){this._onRendered&&(t.getZr().off("rendered",this._onRendered),this._onRendered=null)},e.prototype._clear=function(t){var a=this.group,n=this._data;t&&t.isAnimationEnabled()&&n&&!this._isLargeDraw?(this._removeBackground(),this._backgroundEls=[],n.eachItemGraphicEl(function(i){n6(i,t,n1(i).dataIndex)})):a.removeAll(),this._data=null,this._isFirstFrame=!0},e.prototype._removeBackground=function(){this.group.remove(this._backgroundGroup),this._backgroundGroup=null},e.type="bar",e}(E1),Jh={cartesian2d:function(r,e){var t=e.width<0?-1:1,a=e.height<0?-1:1;t<0&&(e.x+=e.width,e.width=-e.width),a<0&&(e.y+=e.height,e.height=-e.height);var n=r.x+r.width,i=r.y+r.height,o=Ta(e.x,r.x),s=Ca(e.x+e.width,n),l=Ta(e.y,r.y),u=Ca(e.y+e.height,i),f=sn?s:o,e.y=h&&l>i?u:l,e.width=f?0:s-o,e.height=h?0:u-l,t<0&&(e.x+=e.width,e.width=-e.width),a<0&&(e.y+=e.height,e.height=-e.height),f||h},polar:function(r,e){var t=e.r0<=e.r?1:-1;if(t<0){var a=e.r;e.r=e.r0,e.r0=a}var n=Ca(e.r,r.r),i=Ta(e.r0,r.r0);e.r=n,e.r0=i;var o=n-i<0;if(t<0){var a=e.r;e.r=e.r0,e.r0=a}return o}},Qh={cartesian2d:function(r,e,t,a,n,i,o,s,l){var u=new x1({shape:B({},a),z2:1});if(u.__dataIndex=t,u.name="item",i){var f=u.shape,h=n?"height":"width";f[h]=0}return u},polar:function(r,e,t,a,n,i,o,s,l){var u=!n&&l?Qt:L2,f=new u({shape:a,z2:1});f.name="item";var h=BS(n);if(f.calculateTextPosition=gk(h,{isRoundCap:u===Qt}),i){var v=f.shape,c=n?"r":"endAngle",p={};v[c]=n?a.r0:a.startAngle,p[c]=a[c],(s?A1:V1)(f,{shape:p},i)}return f}};function Sk(r,e){var t=r.get("realtimeSort",!0),a=e.getBaseAxis();if(t&&a.type==="category"&&e.type==="cartesian2d")return{baseAxis:a,otherAxis:e.getOtherAxis(a)}}function tv(r,e,t,a,n,i,o,s){var l,u;i?(u={x:a.x,width:a.width},l={y:a.y,height:a.height}):(u={y:a.y,height:a.height},l={x:a.x,width:a.width}),s||(o?A1:V1)(t,{shape:l},e,n,null);var f=e?r.baseAxis.model:null;(o?A1:V1)(t,{shape:u},f,n)}function ev(r,e){for(var t=0;t0?1:-1,o=a.height>0?1:-1;return{x:a.x+i*n/2,y:a.y+o*n/2,width:a.width-i*n,height:a.height-o*n}},polar:function(r,e,t){var a=r.getItemLayout(e);return{cx:a.cx,cy:a.cy,r0:a.r0,r:a.r,startAngle:a.startAngle,endAngle:a.endAngle,clockwise:a.clockwise}}};function wk(r){return r.startAngle!=null&&r.endAngle!=null&&r.startAngle===r.endAngle}function BS(r){return function(e){var t=e?"Arc":"Angle";return function(a){switch(a){case"start":case"insideStart":case"end":case"insideEnd":return a+t;default:return a}}}(r)}function av(r,e,t,a,n,i,o,s){var l=e.getItemVisual(t,"style");if(s){if(!i.get("roundCap")){var f=r.shape,h=Q9(a.getModel("itemStyle"),f,!0);B(f,h),r.setShape(f)}}else{var u=a.get(["itemStyle","borderRadius"])||0;r.setShape("r",u)}r.useStyle(l);var v=a.getShallow("cursor");v&&r.attr("cursor",v);var c=s?o?n.r>=n.r0?"endArc":"startArc":n.endAngle>=n.startAngle?"endAngle":"startAngle":o?n.height>=0?"bottom":"top":n.width>=0?"right":"left",p=n2(a);c2(r,p,{labelFetcher:i,labelDataIndex:t,defaultText:d0(i.getData(),t),inheritColor:l.fill,defaultOpacity:l.opacity,defaultOutsidePosition:c});var d=r.getTextContent();if(s&&d){var g=a.get(["label","position"]);r.textConfig.inside=g==="middle"?!0:null,yk(r,g==="outside"?c:g,BS(o),a.get(["label","rotate"]))}qy(d,p,i.getRawValue(t),function(m){return MS(e,m)});var y=a.getModel(["emphasis"]);W1(r,y.get("focus"),y.get("blurScope"),y.get("disabled")),v2(r,a),wk(n)&&(r.style.fill="none",r.style.stroke="none",A(r.states,function(m){m.style&&(m.style.fill=m.style.stroke="none")}))}function Tk(r,e){var t=r.get(["itemStyle","borderColor"]);if(!t||t==="none")return 0;var a=r.get(["itemStyle","borderWidth"])||0,n=isNaN(e.width)?Number.MAX_VALUE:Math.abs(e.width),i=isNaN(e.height)?Number.MAX_VALUE:Math.abs(e.height);return Math.min(a,n,i)}var Ck=function(){function r(){}return r}(),nv=function(r){k(e,r);function e(t){var a=r.call(this,t)||this;return a.type="largeBar",a}return e.prototype.getDefaultShape=function(){return new Ck},e.prototype.buildPath=function(t,a){for(var n=a.points,i=this.baseDimIdx,o=1-this.baseDimIdx,s=[],l=[],u=this.barWidth,f=0;f=0?t:null},30,!1);function Ak(r,e,t){for(var a=r.baseDimIdx,n=1-a,i=r.shape.points,o=r.largeDataIndices,s=[],l=[],u=r.barWidth,f=0,h=i.length/3;f=s[0]&&e<=s[0]+l[0]&&t>=s[1]&&t<=s[1]+l[1])return o[f]}return-1}function VS(r,e,t){if(S5(t,"cartesian2d")){var a=e,n=t.getArea();return{x:r?a.x:n.x,y:r?n.y:a.y,width:r?a.width:n.width,height:r?n.height:a.height}}else{var n=t.getArea(),i=e;return{cx:n.cx,cy:n.cy,r0:r?n.r0:i.r0,r:r?n.r:i.r,startAngle:r?i.startAngle:0,endAngle:r?i.endAngle:Math.PI*2}}}function Mk(r,e,t){var a=r.type==="polar"?L2:x1;return new a({shape:VS(e,t,r),silent:!0,z2:0})}const Dk=_k;function Lk(r){r.registerChartView(Dk),r.registerSeriesModel(ck),r.registerLayout(r.PRIORITY.VISUAL.LAYOUT,i1(G_,"bar")),r.registerLayout(r.PRIORITY.VISUAL.PROGRESSIVE_LAYOUT,F_("bar")),r.registerProcessor(r.PRIORITY.PROCESSOR.STATISTIC,OS("bar")),r.registerAction({type:"changeAxisOrder",event:"changeAxisOrder",update:"update"},function(e,t){var a=e.componentType||"series";t.eachComponent({mainType:a,query:e},function(n){e.sortInfo&&n.axis.setCategorySortInfo(e.sortInfo)})})}var N7=Math.PI*2,sv=Math.PI/180;function zS(r,e){return J1(r.getBoxLayoutParams(),{width:e.getWidth(),height:e.getHeight()})}function GS(r,e){var t=zS(r,e),a=r.get("center"),n=r.get("radius");z(n)||(n=[0,n]);var i=H(t.width,e.getWidth()),o=H(t.height,e.getHeight()),s=Math.min(i,o),l=H(n[0],s/2),u=H(n[1],s/2),f,h,v=r.coordinateSystem;if(v){var c=v.dataToPoint(a);f=c[0]||0,h=c[1]||0}else z(a)||(a=[a,a]),f=H(a[0],i)+t.x,h=H(a[1],o)+t.y;return{cx:f,cy:h,r0:l,r:u}}function Ik(r,e,t){e.eachSeriesByType(r,function(a){var n=a.getData(),i=n.mapDimension("value"),o=zS(a,t),s=GS(a,t),l=s.cx,u=s.cy,f=s.r,h=s.r0,v=-a.get("startAngle")*sv,c=a.get("minAngle")*sv,p=0;n.each(i,function(M){!isNaN(M)&&p++});var d=n.getSum(i),g=Math.PI/(d||p)*2,y=a.get("clockwise"),m=a.get("roseType"),_=a.get("stillShowZeroSum"),S=n.getDataExtent(i);S[0]=0;var b=N7,x=0,w=v,T=y?1:-1;if(n.setLayout({viewRect:o,r:f}),n.each(i,function(M,D){var L;if(isNaN(M)){n.setItemLayout(D,{angle:NaN,startAngle:NaN,endAngle:NaN,clockwise:y,cx:l,cy:u,r0:h,r:m?NaN:f});return}m!=="area"?L=d===0&&_?g:M*g:L=N7/p,Lt?y:g,b=Math.abs(_.label.y-t);if(b>=S.maxY){var x=_.label.x-e-_.len2*n,w=a+_.len,T=Math.abs(x)r.unconstrainedWidth?null:c:null;a.setStyle("width",p)}var d=a.getBoundingRect();i.width=d.width;var g=(a.style.margin||0)+2.1;i.height=d.height+g,i.y-=(i.height-h)/2}}}function Aa(r){return r.position==="center"}function Ek(r){var e=r.getData(),t=[],a,n,i=!1,o=(r.get("minShowLabelAngle")||0)*Pk,s=e.getLayout("viewRect"),l=e.getLayout("r"),u=s.width,f=s.x,h=s.y,v=s.height;function c(x){x.ignore=!0}function p(x){if(!x.ignore)return!0;for(var w in x.states)if(x.states[w].ignore===!1)return!0;return!1}e.each(function(x){var w=e.getItemGraphicEl(x),T=w.shape,C=w.getTextContent(),M=w.getTextGuideLine(),D=e.getItemModel(x),L=D.getModel("label"),I=L.get("position")||D.get(["emphasis","label","position"]),P=L.get("distanceToLabelLine"),R=L.get("alignTo"),E=H(L.get("edgeDistance"),u),N=L.get("bleedMargin"),O=D.getModel("labelLine"),V=O.get("length");V=H(V,u);var F=O.get("length2");if(F=H(F,u),Math.abs(T.endAngle-T.startAngle)0?"right":"left":Z>0?"left":"right"}var $1=Math.PI,F1=0,p2=L.get("rotate");if(T1(p2))F1=p2*($1/180);else if(I==="center")F1=0;else if(p2==="radial"||p2===!0){var r4=Z<0?-W+$1:-W;F1=r4}else if(p2==="tangential"&&I!=="outside"&&I!=="outer"){var R2=Math.atan2(Z,J);R2<0&&(R2=$1*2+R2);var K6=J>0;K6&&(R2=$1+R2),F1=R2-$1}if(i=!!F1,C.x=t1,C.y=g1,C.rotation=F1,C.setStyle({verticalAlign:"middle"}),a1){C.setStyle({align:p1});var ur=C.states.select;ur&&(ur.x+=C.x,ur.y+=C.y)}else{var C4=C.getBoundingRect().clone();C4.applyTransform(C.getComputedTransform());var Ul=(C.style.margin||0)+2.1;C4.y-=Ul/2,C4.height+=Ul,t.push({label:C,labelLine:M,position:I,len:V,len2:F,minTurnAngle:O.get("minTurnAngle"),maxSurfaceAngle:O.get("maxSurfaceAngle"),surfaceNormal:new u1(Z,J),linePoints:M1,textAlign:p1,labelDistance:P,labelAlignTo:R,edgeDistance:E,bleedMargin:N,rect:C4,unconstrainedWidth:C4.width,labelStyleWidth:C.style.width})}w.setTextConfig({inside:a1})}}),!i&&r.get("avoidLabelOverlap")&&Rk(t,a,n,l,u,v,f,h);for(var d=0;d0){for(var f=o.getItemLayout(0),h=1;isNaN(f&&f.startAngle)&&h=i.r0}},e.type="pie",e}(E1);const Nk=Ok;function V0(r,e,t){e=z(e)&&{coordDimensions:e}||B({encodeDefine:r.getEncode()},e);var a=r.getSource(),n=N0(a,e).dimensions,i=new S2(n,r);return i.initData(a,t),i}var Bk=function(){function r(e,t){this._getDataWithEncodedVisual=e,this._getRawData=t}return r.prototype.getAllNames=function(){var e=this._getRawData();return e.mapArray(e.getName)},r.prototype.containName=function(e){var t=this._getRawData();return t.indexOfName(e)>=0},r.prototype.indexOfName=function(e){var t=this._getDataWithEncodedVisual();return t.indexOfName(e)},r.prototype.getItemVisual=function(e,t){var a=this._getDataWithEncodedVisual();return a.getItemVisual(e,t)},r}();const Y6=Bk;var Vk=C1(),zk=function(r){k(e,r);function e(){return r!==null&&r.apply(this,arguments)||this}return e.prototype.init=function(t){r.prototype.init.apply(this,arguments),this.legendVisualProvider=new Y6(U(this.getData,this),U(this.getRawData,this)),this._defaultLabelLine(t)},e.prototype.mergeOption=function(){r.prototype.mergeOption.apply(this,arguments)},e.prototype.getInitialData=function(){return V0(this,{coordDimensions:["value"],encodeDefaulter:i1(cs,this)})},e.prototype.getDataParams=function(t){var a=this.getData(),n=Vk(a),i=n.seats;if(!i){var o=[];a.each(a.mapDimension("value"),function(l){o.push(l)}),i=n.seats=Fg(o,a.hostModel.get("percentPrecision"))}var s=r.prototype.getDataParams.call(this,t);return s.percent=i[t]||0,s.$vars.push("percent"),s},e.prototype._defaultLabelLine=function(t){l5(t,"labelLine",["show"]);var a=t.labelLine,n=t.emphasis.labelLine;a.show=a.show&&t.label.show,n.show=n.show&&t.emphasis.label.show},e.type="series.pie",e.defaultOption={z:2,legendHoverLink:!0,colorBy:"data",center:["50%","50%"],radius:[0,"75%"],clockwise:!0,startAngle:90,minAngle:0,minShowLabelAngle:0,selectedOffset:10,percentPrecision:2,stillShowZeroSum:!0,left:0,top:0,right:0,bottom:0,width:null,height:null,label:{rotate:0,show:!0,overflow:"truncate",position:"outer",alignTo:"none",edgeDistance:"25%",bleedMargin:10,distanceToLabelLine:5},labelLine:{show:!0,length:15,length2:15,smooth:!1,minTurnAngle:90,maxSurfaceAngle:90,lineStyle:{width:1,type:"solid"}},itemStyle:{borderWidth:1,borderJoin:"round"},showEmptyCircle:!0,emptyCircleStyle:{color:"lightgray",opacity:1},labelLayout:{hideOverlap:!0},emphasis:{scale:!0,scaleSize:5},avoidLabelOverlap:!0,animationType:"expansion",animationDuration:1e3,animationTypeUpdate:"transition",animationEasingUpdate:"cubicInOut",animationDurationUpdate:500,animationEasing:"cubicInOut"},e}(B1);const Gk=zk;function Fk(r){return{seriesType:r,reset:function(e,t){var a=e.getData();a.filterSelf(function(n){var i=a.mapDimension("value"),o=a.get(i,n);return!(T1(o)&&!isNaN(o)&&o<0)})}}}function Hk(r){r.registerChartView(Nk),r.registerSeriesModel(Gk),t_("pie",r.registerAction),r.registerLayout(i1(Ik,"pie")),r.registerProcessor(U6("pie")),r.registerProcessor(Fk("pie"))}var Wk=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type=e.type,t.hasSymbolVisual=!0,t}return e.prototype.getInitialData=function(t,a){return e4(null,this,{useEncodeDefaulter:!0})},e.prototype.getProgressive=function(){var t=this.option.progressive;return t??(this.option.large?5e3:this.get("progressive"))},e.prototype.getProgressiveThreshold=function(){var t=this.option.progressiveThreshold;return t??(this.option.large?1e4:this.get("progressiveThreshold"))},e.prototype.brushSelector=function(t,a,n){return n.point(a.getItemLayout(t))},e.prototype.getZLevelKey=function(){return this.getData().count()>this.getProgressiveThreshold()?this.id:""},e.type="series.scatter",e.dependencies=["grid","polar","geo","singleAxis","calendar"],e.defaultOption={coordinateSystem:"cartesian2d",z:2,legendHoverLink:!0,symbolSize:10,large:!1,largeThreshold:2e3,itemStyle:{opacity:.8},emphasis:{scale:!0},clip:!0,select:{itemStyle:{borderColor:"#212121"}},universalTransition:{divideShape:"clone"}},e}(B1);const $k=Wk;var HS=4,Uk=function(){function r(){}return r}(),Yk=function(r){k(e,r);function e(t){var a=r.call(this,t)||this;return a._off=0,a.hoverDataIdx=-1,a}return e.prototype.getDefaultShape=function(){return new Uk},e.prototype.reset=function(){this.notClear=!1,this._off=0},e.prototype.buildPath=function(t,a){var n=a.points,i=a.size,o=this.symbolProxy,s=o.shape,l=t.getContext?t.getContext():t,u=l&&i[0]=0;u--){var f=u*2,h=i[f]-s/2,v=i[f+1]-l/2;if(t>=h&&a>=v&&t<=h+s&&a<=v+l)return u}return-1},e.prototype.contain=function(t,a){var n=this.transformCoordToLocal(t,a),i=this.getBoundingRect();if(t=n[0],a=n[1],i.contain(t,a)){var o=this.hoverDataIdx=this.findDataIndex(t,a);return o>=0}return this.hoverDataIdx=-1,!1},e.prototype.getBoundingRect=function(){var t=this._rect;if(!t){for(var a=this.shape,n=a.points,i=a.size,o=i[0],s=i[1],l=1/0,u=1/0,f=-1/0,h=-1/0,v=0;v=0&&(u.dataIndex=h+(e.startIndex||0))})},r.prototype.remove=function(){this._clear()},r.prototype._clear=function(){this._newAdded=[],this.group.removeAll()},r}();const Xk=Zk;var qk=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type=e.type,t}return e.prototype.render=function(t,a,n){var i=t.getData(),o=this._updateSymbolDraw(i,t);o.updateData(i,{clipShape:this._getClipShape(t)}),this._finished=!0},e.prototype.incrementalPrepareRender=function(t,a,n){var i=t.getData(),o=this._updateSymbolDraw(i,t);o.incrementalPrepareUpdate(i),this._finished=!1},e.prototype.incrementalRender=function(t,a,n){this._symbolDraw.incrementalUpdate(t,a.getData(),{clipShape:this._getClipShape(a)}),this._finished=t.end===a.getData().count()},e.prototype.updateTransform=function(t,a,n){var i=t.getData();if(this.group.dirty(),!this._finished||i.count()>1e4)return{update:!0};var o=$6("").reset(t,a,n);o.progress&&o.progress({start:0,end:i.count(),count:i.count()},i),this._symbolDraw.updateLayout(i)},e.prototype.eachRendered=function(t){this._symbolDraw&&this._symbolDraw.eachRendered(t)},e.prototype._getClipShape=function(t){var a=t.coordinateSystem,n=a&&a.getArea&&a.getArea();return t.get("clip",!0)?n:null},e.prototype._updateSymbolDraw=function(t,a){var n=this._symbolDraw,i=a.pipelineContext,o=i.large;return(!n||o!==this._isLargeDraw)&&(n&&n.remove(),n=this._symbolDraw=o?new Xk:new W6,this._isLargeDraw=o,this.group.removeAll()),this.group.add(n.group),n},e.prototype.remove=function(t,a){this._symbolDraw&&this._symbolDraw.remove(!0),this._symbolDraw=null},e.prototype.dispose=function(){},e.type="scatter",e}(E1);const Kk=qk;var jk=function(r){k(e,r);function e(){return r!==null&&r.apply(this,arguments)||this}return e.type="grid",e.dependencies=["xAxis","yAxis"],e.layoutMode="box",e.defaultOption={show:!1,z:0,left:"10%",top:60,right:"10%",bottom:70,containLabel:!1,backgroundColor:"rgba(0,0,0,0)",borderWidth:1,borderColor:"#ccc"},e}(_1);const Jk=jk;var zi=function(r){k(e,r);function e(){return r!==null&&r.apply(this,arguments)||this}return e.prototype.getCoordSysModel=function(){return this.getReferringComponents("grid",j1).models[0]},e.type="cartesian2dAxis",e}(_1);Y1(zi,B0);var WS={show:!0,z:0,inverse:!1,name:"",nameLocation:"end",nameRotate:null,nameTruncate:{maxWidth:null,ellipsis:"...",placeholder:"."},nameTextStyle:{},nameGap:15,silent:!1,triggerEvent:!1,tooltip:{show:!1},axisPointer:{},axisLine:{show:!0,onZero:!0,onZeroAxisIndex:null,lineStyle:{color:"#6E7079",width:1,type:"solid"},symbol:["none","none"],symbolSize:[10,15]},axisTick:{show:!0,inside:!1,length:5,lineStyle:{width:1}},axisLabel:{show:!0,inside:!1,rotate:0,showMinLabel:null,showMaxLabel:null,margin:8,fontSize:12},splitLine:{show:!0,lineStyle:{color:["#E0E6F1"],width:1,type:"solid"}},splitArea:{show:!1,areaStyle:{color:["rgba(250,250,250,0.2)","rgba(210,219,238,0.2)"]}}},Qk=o1({boundaryGap:!0,deduplication:null,splitLine:{show:!1},axisTick:{alignWithLabel:!1,interval:"auto"},axisLabel:{interval:"auto"}},WS),Xs=o1({boundaryGap:[0,0],axisLine:{show:"auto"},axisTick:{show:"auto"},splitNumber:5,minorTick:{show:!1,splitNumber:5,length:3,lineStyle:{}},minorSplitLine:{show:!1,lineStyle:{color:"#F4F7FD",width:1}}},WS),tO=o1({splitNumber:6,axisLabel:{showMinLabel:!1,showMaxLabel:!1,rich:{primary:{fontWeight:"bold"}}},splitLine:{show:!1}},Xs),eO=j({logBase:10},Xs);const $S={category:Qk,value:Xs,time:tO,log:eO};var rO={value:1,category:1,time:1,log:1};function g0(r,e,t,a){A(rO,function(n,i){var o=o1(o1({},$S[i],!0),a,!0),s=function(l){k(u,l);function u(){var f=l!==null&&l.apply(this,arguments)||this;return f.type=e+"Axis."+i,f}return u.prototype.mergeDefaultAndTheme=function(f,h){var v=s6(this),c=v?L0(f):{},p=h.getTheme();o1(f,p.get(i+"Axis")),o1(f,this.getDefaultOption()),f.type=uv(f),v&&e9(f,c,v)},u.prototype.optionUpdated=function(){var f=this.option;f.type==="category"&&(this.__ordinalMeta=Pi.createByAxisModel(this))},u.prototype.getCategories=function(f){var h=this.option;if(h.type==="category")return f?h.data:this.__ordinalMeta.categories},u.prototype.getOrdinalMeta=function(){return this.__ordinalMeta},u.type=e+"Axis."+i,u.defaultOption=o,u}(t);r.registerComponentModel(s)}),r.registerSubTypeDefaulter(e+"Axis",uv)}function uv(r){return r.type||(r.data?"category":"value")}var aO=function(){function r(e){this.type="cartesian",this._dimList=[],this._axes={},this.name=e||""}return r.prototype.getAxis=function(e){return this._axes[e]},r.prototype.getAxes=function(){return G(this._dimList,function(e){return this._axes[e]},this)},r.prototype.getAxesByScale=function(e){return e=e.toLowerCase(),I1(this.getAxes(),function(t){return t.scale.type===e})},r.prototype.addAxis=function(e){var t=e.dim;this._axes[t]=e,this._dimList.push(t)},r}();const nO=aO;var Gi=["x","y"];function fv(r){return r.type==="interval"||r.type==="time"}var iO=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type="cartesian2d",t.dimensions=Gi,t}return e.prototype.calcAffineTransform=function(){this._transform=this._invTransform=null;var t=this.getAxis("x").scale,a=this.getAxis("y").scale;if(!(!fv(t)||!fv(a))){var n=t.getExtent(),i=a.getExtent(),o=this.dataToPoint([n[0],i[0]]),s=this.dataToPoint([n[1],i[1]]),l=n[1]-n[0],u=i[1]-i[0];if(!(!l||!u)){var f=(s[0]-o[0])/l,h=(s[1]-o[1])/u,v=o[0]-n[0]*f,c=o[1]-i[0]*h,p=this._transform=[f,0,0,h,v,c];this._invTransform=y5([],p)}}},e.prototype.getBaseAxis=function(){return this.getAxesByScale("ordinal")[0]||this.getAxesByScale("time")[0]||this.getAxis("x")},e.prototype.containPoint=function(t){var a=this.getAxis("x"),n=this.getAxis("y");return a.contain(a.toLocalCoord(t[0]))&&n.contain(n.toLocalCoord(t[1]))},e.prototype.containData=function(t){return this.getAxis("x").containData(t[0])&&this.getAxis("y").containData(t[1])},e.prototype.containZone=function(t,a){var n=this.dataToPoint(t),i=this.dataToPoint(a),o=this.getArea(),s=new s1(n[0],n[1],i[0]-n[0],i[1]-n[1]);return o.intersect(s)},e.prototype.dataToPoint=function(t,a,n){n=n||[];var i=t[0],o=t[1];if(this._transform&&i!=null&&isFinite(i)&&o!=null&&isFinite(o))return s2(n,t,this._transform);var s=this.getAxis("x"),l=this.getAxis("y");return n[0]=s.toGlobalCoord(s.dataToCoord(i,a)),n[1]=l.toGlobalCoord(l.dataToCoord(o,a)),n},e.prototype.clampData=function(t,a){var n=this.getAxis("x").scale,i=this.getAxis("y").scale,o=n.getExtent(),s=i.getExtent(),l=n.parse(t[0]),u=i.parse(t[1]);return a=a||[],a[0]=Math.min(Math.max(Math.min(o[0],o[1]),l),Math.max(o[0],o[1])),a[1]=Math.min(Math.max(Math.min(s[0],s[1]),u),Math.max(s[0],s[1])),a},e.prototype.pointToData=function(t,a){var n=[];if(this._invTransform)return s2(n,t,this._invTransform);var i=this.getAxis("x"),o=this.getAxis("y");return n[0]=i.coordToData(i.toLocalCoord(t[0]),a),n[1]=o.coordToData(o.toLocalCoord(t[1]),a),n},e.prototype.getOtherAxis=function(t){return this.getAxis(t.dim==="x"?"y":"x")},e.prototype.getArea=function(){var t=this.getAxis("x").getGlobalExtent(),a=this.getAxis("y").getGlobalExtent(),n=Math.min(t[0],t[1]),i=Math.min(a[0],a[1]),o=Math.max(t[0],t[1])-n,s=Math.max(a[0],a[1])-i;return new s1(n,i,o,s)},e}(nO),oO=function(r){k(e,r);function e(t,a,n,i,o){var s=r.call(this,t,a,n)||this;return s.index=0,s.type=i||"value",s.position=o||"bottom",s}return e.prototype.isHorizontal=function(){var t=this.position;return t==="top"||t==="bottom"},e.prototype.getGlobalExtent=function(t){var a=this.getExtent();return a[0]=this.toGlobalCoord(a[0]),a[1]=this.toGlobalCoord(a[1]),t&&a[0]>a[1]&&a.reverse(),a},e.prototype.pointToData=function(t,a){return this.coordToData(this.toLocalCoord(t[this.dim==="x"?0:1]),a)},e.prototype.setCategorySortInfo=function(t){if(this.type!=="category")return!1;this.model.option.categorySortInfo=t,this.scale.setSortInfo(t)},e}(g3);const sO=oO;function Fi(r,e,t){t=t||{};var a=r.coordinateSystem,n=e.axis,i={},o=n.getAxesOnZeroOf()[0],s=n.position,l=o?"onZero":s,u=n.dim,f=a.getRect(),h=[f.x,f.x+f.width,f.y,f.y+f.height],v={left:0,right:1,top:0,bottom:1,onZero:2},c=e.get("offset")||0,p=u==="x"?[h[2]-c,h[3]+c]:[h[0]-c,h[1]+c];if(o){var d=o.toGlobalCoord(o.dataToCoord(0));p[v.onZero]=Math.max(Math.min(d,p[1]),p[0])}i.position=[u==="y"?p[v[l]]:h[0],u==="x"?p[v[l]]:h[3]],i.rotation=Math.PI/2*(u==="x"?0:1);var g={top:-1,bottom:1,left:-1,right:1};i.labelDirection=i.tickDirection=i.nameDirection=g[s],i.labelOffset=o?p[v[s]]-p[v.onZero]:0,e.get(["axisTick","inside"])&&(i.tickDirection=-i.tickDirection),e2(t.labelInside,e.get(["axisLabel","inside"]))&&(i.labelDirection=-i.labelDirection);var y=e.get(["axisLabel","rotate"]);return i.labelRotate=l==="top"?-y:y,i.z2=1,i}function hv(r){return r.get("coordinateSystem")==="cartesian2d"}function vv(r){var e={xAxisModel:null,yAxisModel:null};return A(e,function(t,a){var n=a.replace(/Model$/,""),i=r.getReferringComponents(n,j1).models[0];e[a]=i}),e}var Ma=Math.log;function US(r,e,t){var a=r9.prototype,n=a.getTicks.call(t),i=a.getTicks.call(t,!0),o=n.length-1,s=a.getInterval.call(t),l=X_(r,e),u=l.extent,f=l.fixMin,h=l.fixMax;if(r.type==="log"){var v=Ma(r.base);u=[Ma(u[0])/v,Ma(u[1])/v]}r.setExtent(u[0],u[1]),r.calcNiceExtent({splitNumber:o,fixMin:f,fixMax:h});var c=a.getExtent.call(r);f&&(u[0]=c[0]),h&&(u[1]=c[1]);var p=a.getInterval.call(r),d=u[0],g=u[1];if(f&&h)p=(g-d)/o;else if(f)for(g=u[0]+p*o;gu[0]&&isFinite(d)&&isFinite(u[0]);)p=ca(p),d=u[1]-p*o;else{var y=r.getTicks().length-1;y>o&&(p=ca(p));var m=p*o;g=Math.ceil(u[1]/p)*p,d=H1(g-m),d<0&&u[0]>=0?(d=0,g=H1(m)):g>0&&u[1]<=0&&(g=0,d=-H1(m))}var _=(n[0].value-i[0].value)/s,S=(n[o].value-i[o].value)/s;a.setExtent.call(r,d+p*_,g+p*S),a.setInterval.call(r,p),(_||S)&&a.setNiceExtent.call(r,d+p,g-p)}var lO=function(){function r(e,t,a){this.type="grid",this._coordsMap={},this._coordsList=[],this._axesMap={},this._axesList=[],this.axisPointerEnabled=!0,this.dimensions=Gi,this._initCartesian(e,t,a),this.model=e}return r.prototype.getRect=function(){return this._rect},r.prototype.update=function(e,t){var a=this._axesMap;this._updateScale(e,this.model);function n(o){var s,l=m1(o),u=l.length;if(u){for(var f=[],h=u-1;h>=0;h--){var v=+l[h],c=o[v],p=c.model,d=c.scale;Ri(d)&&p.get("alignTicks")&&p.get("interval")==null?f.push(c):(c5(d,p),Ri(d)&&(s=c))}f.length&&(s||(s=f.pop(),c5(s.scale,s.model)),A(f,function(g){US(g.scale,g.model,s.scale)}))}}n(a.x),n(a.y);var i={};A(a.x,function(o){cv(a,"y",o,i)}),A(a.y,function(o){cv(a,"x",o,i)}),this.resize(this.model,t)},r.prototype.resize=function(e,t,a){var n=e.getBoxLayoutParams(),i=!a&&e.get("containLabel"),o=J1(n,{width:t.getWidth(),height:t.getHeight()});this._rect=o;var s=this._axesList;l(),i&&(A(s,function(u){if(!u.model.get(["axisLabel","inside"])){var f=fR(u);if(f){var h=u.isHorizontal()?"height":"width",v=u.model.get(["axisLabel","margin"]);o[h]-=f[h]+v,u.position==="top"?o.y+=f.height+v:u.position==="left"&&(o.x+=f.width+v)}}}),l()),A(this._coordsList,function(u){u.calcAffineTransform()});function l(){A(s,function(u){var f=u.isHorizontal(),h=f?[0,o.width]:[0,o.height],v=u.inverse?1:0;u.setExtent(h[v],h[1-v]),uO(u,f?o.x:o.y)})}},r.prototype.getAxis=function(e,t){var a=this._axesMap[e];if(a!=null)return a[t||0]},r.prototype.getAxes=function(){return this._axesList.slice()},r.prototype.getCartesian=function(e,t){if(e!=null&&t!=null){var a="x"+e+"y"+t;return this._coordsMap[a]}Q(e)&&(t=e.yAxisIndex,e=e.xAxisIndex);for(var n=0,i=this._coordsList;n0?"top":"bottom",i="center"):Q8(n-H4)?(o=a>0?"bottom":"top",i="center"):(o="middle",n>0&&n0?"right":"left":i=a>0?"left":"right"),{rotation:n,textAlign:i,textVerticalAlign:o}},r.makeAxisEventDataBase=function(e){var t={componentType:e.mainType,componentIndex:e.componentIndex};return t[e.mainType+"Index"]=e.componentIndex,t},r.isLabelSilent=function(e){var t=e.get("tooltip");return e.get("silent")||!(e.get("triggerEvent")||t&&t.show)},r}(),dv={axisLine:function(r,e,t,a){var n=e.get(["axisLine","show"]);if(n==="auto"&&r.handleAutoShown&&(n=r.handleAutoShown("axisLine")),!!n){var i=e.axis.getExtent(),o=a.transform,s=[i[0],0],l=[i[1],0],u=s[0]>l[0];o&&(s2(s,s,o),s2(l,l,o));var f=B({lineCap:"round"},e.getModel(["axisLine","lineStyle"]).getLineStyle()),h=new r2({shape:{x1:s[0],y1:s[1],x2:l[0],y2:l[1]},style:f,strokeContainThreshold:r.strokeContainThreshold||5,silent:!0,z2:1});h0(h.shape,h.style.lineWidth),h.anid="line",t.add(h);var v=e.get(["axisLine","symbol"]);if(v!=null){var c=e.get(["axisLine","symbolSize"]);$(v)&&(v=[v,v]),($(c)||T1(c))&&(c=[c,c]);var p=O0(e.get(["axisLine","symbolOffset"])||0,c),d=c[0],g=c[1];A([{rotate:r.rotation+Math.PI/2,offset:p[0],r:0},{rotate:r.rotation-Math.PI/2,offset:p[1],r:Math.sqrt((s[0]-l[0])*(s[0]-l[0])+(s[1]-l[1])*(s[1]-l[1]))}],function(y,m){if(v[m]!=="none"&&v[m]!=null){var _=X1(v[m],-d/2,-g/2,d,g,f.stroke,!0),S=y.r+y.offset,b=u?l:s;_.attr({rotation:y.rotate,x:b[0]+S*Math.cos(r.rotation),y:b[1]-S*Math.sin(r.rotation),silent:!0,z2:11}),t.add(_)}})}}},axisTickLabel:function(r,e,t,a){var n=cO(t,a,e,r),i=dO(t,a,e,r);if(vO(e,i,n),pO(t,a,e,r.tickDirection),e.get(["axisLabel","hideOverlap"])){var o=sS(G(i,function(s){return{label:s,priority:s.z2,defaultAttr:{ignore:s.ignore}}}));fS(o)}},axisName:function(r,e,t,a){var n=e2(r.axisName,e.get("name"));if(n){var i=e.get("nameLocation"),o=r.nameDirection,s=e.getModel("nameTextStyle"),l=e.get("nameGap")||0,u=e.axis.getExtent(),f=u[0]>u[1]?-1:1,h=[i==="start"?u[0]-f*l:i==="end"?u[1]+f*l:(u[0]+u[1])/2,yv(i)?r.labelOffset+o*l:0],v,c=e.get("nameRotate");c!=null&&(c=c*H4/180);var p;yv(i)?v=o5.innerTextLayout(r.rotation,c??r.rotation,o):(v=hO(r.rotation,i,c||0,u),p=r.axisNameAvailableWidth,p!=null&&(p=Math.abs(p/Math.sin(v.rotation)),!isFinite(p)&&(p=null)));var d=s.getFont(),g=e.get("nameTruncate",!0)||{},y=g.ellipsis,m=e2(r.nameTruncateMaxWidth,g.maxWidth,p),_=new S1({x:h[0],y:h[1],rotation:v.rotation,silent:o5.isLabelSilent(e),style:O1(s,{text:n,font:d,overflow:"truncate",width:m,ellipsis:y,fill:s.getTextColor()||e.get(["axisLine","lineStyle","color"]),align:s.get("align")||v.textAlign,verticalAlign:s.get("verticalAlign")||v.textVerticalAlign}),z2:1});if(A0({el:_,componentModel:e,itemName:n}),_.__fullText=n,_.anid="name",e.get("triggerEvent")){var S=o5.makeAxisEventDataBase(e);S.targetType="axisName",S.name=n,n1(_).eventData=S}a.add(_),_.updateTransform(),t.add(_),_.decomposeTransform()}}};function hO(r,e,t,a){var n=zo(t-r),i,o,s=a[0]>a[1],l=e==="start"&&!s||e!=="start"&&s;return Q8(n-H4/2)?(o=l?"bottom":"top",i="center"):Q8(n-H4*1.5)?(o=l?"top":"bottom",i="center"):(o="middle",nH4/2?i=l?"left":"right":i=l?"right":"left"),{rotation:n,textAlign:i,textVerticalAlign:o}}function vO(r,e,t){if(!q_(r.axis)){var a=r.get(["axisLabel","showMinLabel"]),n=r.get(["axisLabel","showMaxLabel"]);e=e||[],t=t||[];var i=e[0],o=e[1],s=e[e.length-1],l=e[e.length-2],u=t[0],f=t[1],h=t[t.length-1],v=t[t.length-2];a===!1?(j2(i),j2(u)):gv(i,o)&&(a?(j2(o),j2(f)):(j2(i),j2(u))),n===!1?(j2(s),j2(h)):gv(l,s)&&(n?(j2(l),j2(v)):(j2(s),j2(h)))}}function j2(r){r&&(r.ignore=!0)}function gv(r,e){var t=r&&r.getBoundingRect().clone(),a=e&&e.getBoundingRect().clone();if(!(!t||!a)){var n=M6([]);return s9(n,n,-r.rotation),t.applyTransform(q3([],n,r.getLocalTransform())),a.applyTransform(q3([],n,e.getLocalTransform())),t.intersect(a)}}function yv(r){return r==="middle"||r==="center"}function YS(r,e,t,a,n){for(var i=[],o=[],s=[],l=0;l=0||r===e}function xO(r){var e=qs(r);if(e){var t=e.axisPointerModel,a=e.axis.scale,n=t.option,i=t.get("status"),o=t.get("value");o!=null&&(o=a.parse(o));var s=Hi(t);i==null&&(n.status=s?"show":"hide");var l=a.getExtent().slice();l[0]>l[1]&&l.reverse(),(o==null||o>l[1])&&(o=l[1]),o0&&!p.min?p.min=0:p.min!=null&&p.min<0&&!p.max&&(p.max=0);var d=l;p.color!=null&&(d=j({color:p.color},l));var g=o1(e1(p),{boundaryGap:t,splitNumber:a,scale:n,axisLine:i,axisTick:o,axisLabel:s,name:p.text,showName:u,nameLocation:"end",nameGap:h,nameTextStyle:d,triggerEvent:v},!1);if($(f)){var y=g.name;g.name=f.replace("{value}",y??"")}else K(f)&&(g.name=f(g.name,g));var m=new P1(g,null,this.ecModel);return Y1(m,B0.prototype),m.mainType="radar",m.componentIndex=this.componentIndex,m},this);this._indicatorModels=c},e.prototype.getIndicatorModels=function(){return this._indicatorModels},e.type="radar",e.defaultOption={z:0,center:["50%","50%"],radius:"75%",startAngle:90,axisName:{show:!0},boundaryGap:[0,0],splitNumber:5,axisNameGap:15,scale:!1,shape:"polygon",axisLine:o1({lineStyle:{color:"#bbb"}},n8.axisLine),axisLabel:B7(n8.axisLabel,!1),axisTick:B7(n8.axisTick,!1),splitLine:B7(n8.splitLine,!0),splitArea:B7(n8.splitArea,!0),indicator:[]},e}(_1);const BO=NO;var VO=["axisLine","axisTickLabel","axisName"],zO=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type=e.type,t}return e.prototype.render=function(t,a,n){var i=this.group;i.removeAll(),this._buildAxes(t),this._buildSplitLineAndArea(t)},e.prototype._buildAxes=function(t){var a=t.coordinateSystem,n=a.getIndicatorAxes(),i=G(n,function(o){var s=o.model.get("showName")?o.name:"",l=new x4(o.model,{axisName:s,position:[a.cx,a.cy],rotation:o.angle,labelDirection:-1,tickDirection:-1,nameDirection:1});return l});A(i,function(o){A(VO,o.add,o),this.group.add(o.getGroup())},this)},e.prototype._buildSplitLineAndArea=function(t){var a=t.coordinateSystem,n=a.getIndicatorAxes();if(!n.length)return;var i=t.get("shape"),o=t.getModel("splitLine"),s=t.getModel("splitArea"),l=o.getModel("lineStyle"),u=s.getModel("areaStyle"),f=o.get("show"),h=s.get("show"),v=l.get("color"),c=u.get("color"),p=z(v)?v:[v],d=z(c)?c:[c],g=[],y=[];function m(R,E,N){var O=N%E.length;return R[O]=R[O]||[],O}if(i==="circle")for(var _=n[0].getTicksCoords(),S=a.cx,b=a.cy,x=0;x<_.length;x++){if(f){var w=m(g,p,x);g[w].push(new P3({shape:{cx:S,cy:b,r:_[x].coord}}))}if(h&&x<_.length-1){var w=m(y,d,x);y[w].push(new R6({shape:{cx:S,cy:b,r0:_[x].coord,r:_[x+1].coord}}))}}else for(var T,C=G(n,function(R,E){var N=R.getTicksCoords();return T=T==null?N.length-1:Math.min(N.length-1,T),G(N,function(O){return a.coordToPoint(O.coord,E)})}),M=[],x=0;x<=T;x++){for(var D=[],L=0;L3?1.4:o>1?1.2:1.1,f=i>0?u:1/u;Ia(this,"zoom","zoomOnMouseWheel",t,{scale:f,originX:s,originY:l,isAvailableBehavior:null})}if(n){var h=Math.abs(i),v=(i>0?1:-1)*(h>3?.4:h>1?.15:.05);Ia(this,"scrollMove","moveOnMouseWheel",t,{scrollDelta:v,originX:s,originY:l,isAvailableBehavior:null})}}},e.prototype._pinchHandler=function(t){if(!wv(this._zr,"globalPan")){var a=t.pinchScale>1?1.1:1/1.1;Ia(this,"zoom",null,t,{scale:a,originX:t.pinchX,originY:t.pinchY,isAvailableBehavior:null})}},e}(v3);function Ia(r,e,t,a,n){r.pointerChecker&&r.pointerChecker(a,n.originX,n.originY)&&(g4(a.event),JS(r,e,t,a,n))}function JS(r,e,t,a,n){n.isAvailableBehavior=U(dt,null,t,a),r.trigger(e,n)}function dt(r,e,t){var a=t[r];return!r||a&&(!$(a)||e.event[a+"Key"])}const Z6=qO;function js(r,e,t){var a=r.target;a.x+=e,a.y+=t,a.dirty()}function Js(r,e,t,a){var n=r.target,i=r.zoomLimit,o=r.zoom=r.zoom||1;if(o*=e,i){var s=i.min||0,l=i.max||1/0;o=Math.max(Math.min(l,o),s)}var u=o/r.zoom;r.zoom=o,n.x-=(t-n.x)*(u-1),n.y-=(a-n.y)*(u-1),n.scaleX*=u,n.scaleY*=u,n.dirty()}var KO={axisPointer:1,tooltip:1,brush:1};function rr(r,e,t){var a=e.getComponentByElement(r.topTarget),n=a&&a.coordinateSystem;return a&&a!==t&&!KO.hasOwnProperty(a.mainType)&&n&&n.model!==t}function QS(r){if($(r)){var e=new DOMParser;r=e.parseFromString(r,"text/xml")}var t=r;for(t.nodeType===9&&(t=t.firstChild);t.nodeName.toLowerCase()!=="svg"||t.nodeType!==1;)t=t.nextSibling;return t}var Pa,te={fill:"fill",stroke:"stroke","stroke-width":"lineWidth",opacity:"opacity","fill-opacity":"fillOpacity","stroke-opacity":"strokeOpacity","stroke-dasharray":"lineDash","stroke-dashoffset":"lineDashOffset","stroke-linecap":"lineCap","stroke-linejoin":"lineJoin","stroke-miterlimit":"miterLimit","font-family":"fontFamily","font-size":"fontSize","font-style":"fontStyle","font-weight":"fontWeight","text-anchor":"textAlign",visibility:"visibility",display:"display"},Tv=m1(te),ee={"alignment-baseline":"textBaseline","stop-color":"stopColor"},Cv=m1(ee),jO=function(){function r(){this._defs={},this._root=null}return r.prototype.parse=function(e,t){t=t||{};var a=QS(e);this._defsUsePending=[];var n=new r1;this._root=n;var i=[],o=a.getAttribute("viewBox")||"",s=parseFloat(a.getAttribute("width")||t.width),l=parseFloat(a.getAttribute("height")||t.height);isNaN(s)&&(s=null),isNaN(l)&&(l=null),$2(a,n,null,!0,!1);for(var u=a.firstChild;u;)this._parseNode(u,n,i,null,!1,!1),u=u.nextSibling;tN(this._defs,this._defsUsePending),this._defsUsePending=[];var f,h;if(o){var v=ar(o);v.length>=4&&(f={x:parseFloat(v[0]||0),y:parseFloat(v[1]||0),width:parseFloat(v[2]),height:parseFloat(v[3])})}if(f&&s!=null&&l!=null&&(h=ex(f,{x:0,y:0,width:s,height:l}),!t.ignoreViewBox)){var c=n;n=new r1,n.add(c),c.scaleX=c.scaleY=h.scale,c.x=h.x,c.y=h.y}return!t.ignoreRootClip&&s!=null&&l!=null&&n.setClipPath(new x1({shape:{x:0,y:0,width:s,height:l}})),{root:n,width:s,height:l,viewBoxRect:f,viewBoxTransform:h,named:i}},r.prototype._parseNode=function(e,t,a,n,i,o){var s=e.nodeName.toLowerCase(),l,u=n;if(s==="defs"&&(i=!0),s==="text"&&(o=!0),s==="defs"||s==="switch")l=t;else{if(!i){var f=Pa[s];if(f&&Y(Pa,s)){l=f.call(this,e,t);var h=e.getAttribute("name");if(h){var v={name:h,namedFrom:null,svgNodeTagLower:s,el:l};a.push(v),s==="g"&&(u=v)}else n&&a.push({name:n.name,namedFrom:n,svgNodeTagLower:s,el:l});t.add(l)}}var c=Av[s];if(c&&Y(Av,s)){var p=c.call(this,e),d=e.getAttribute("id");d&&(this._defs[d]=p)}}if(l&&l.isGroup)for(var g=e.firstChild;g;)g.nodeType===1?this._parseNode(g,l,a,u,i,o):g.nodeType===3&&o&&this._parseText(g,l),g=g.nextSibling},r.prototype._parseText=function(e,t){var a=new e6({style:{text:e.textContent},silent:!0,x:this._textX||0,y:this._textY||0});J2(t,a),$2(e,a,this._defsUsePending,!1,!1),JO(a,t);var n=a.style,i=n.fontSize;i&&i<9&&(n.fontSize=9,a.scaleX*=i/9,a.scaleY*=i/9);var o=(n.fontSize||n.fontFamily)&&[n.fontStyle,n.fontWeight,(n.fontSize||12)+"px",n.fontFamily||"sans-serif"].join(" ");n.font=o;var s=a.getBoundingRect();return this._textX+=s.width,t.add(a),a},r.internalField=function(){Pa={g:function(e,t){var a=new r1;return J2(t,a),$2(e,a,this._defsUsePending,!1,!1),a},rect:function(e,t){var a=new x1;return J2(t,a),$2(e,a,this._defsUsePending,!1,!1),a.setShape({x:parseFloat(e.getAttribute("x")||"0"),y:parseFloat(e.getAttribute("y")||"0"),width:parseFloat(e.getAttribute("width")||"0"),height:parseFloat(e.getAttribute("height")||"0")}),a.silent=!0,a},circle:function(e,t){var a=new P3;return J2(t,a),$2(e,a,this._defsUsePending,!1,!1),a.setShape({cx:parseFloat(e.getAttribute("cx")||"0"),cy:parseFloat(e.getAttribute("cy")||"0"),r:parseFloat(e.getAttribute("r")||"0")}),a.silent=!0,a},line:function(e,t){var a=new r2;return J2(t,a),$2(e,a,this._defsUsePending,!1,!1),a.setShape({x1:parseFloat(e.getAttribute("x1")||"0"),y1:parseFloat(e.getAttribute("y1")||"0"),x2:parseFloat(e.getAttribute("x2")||"0"),y2:parseFloat(e.getAttribute("y2")||"0")}),a.silent=!0,a},ellipse:function(e,t){var a=new ke;return J2(t,a),$2(e,a,this._defsUsePending,!1,!1),a.setShape({cx:parseFloat(e.getAttribute("cx")||"0"),cy:parseFloat(e.getAttribute("cy")||"0"),rx:parseFloat(e.getAttribute("rx")||"0"),ry:parseFloat(e.getAttribute("ry")||"0")}),a.silent=!0,a},polygon:function(e,t){var a=e.getAttribute("points"),n;a&&(n=Lv(a));var i=new I2({shape:{points:n||[]},silent:!0});return J2(t,i),$2(e,i,this._defsUsePending,!1,!1),i},polyline:function(e,t){var a=e.getAttribute("points"),n;a&&(n=Lv(a));var i=new P2({shape:{points:n||[]},silent:!0});return J2(t,i),$2(e,i,this._defsUsePending,!1,!1),i},image:function(e,t){var a=new l2;return J2(t,a),$2(e,a,this._defsUsePending,!1,!1),a.setStyle({image:e.getAttribute("xlink:href")||e.getAttribute("href"),x:+e.getAttribute("x"),y:+e.getAttribute("y"),width:+e.getAttribute("width"),height:+e.getAttribute("height")}),a.silent=!0,a},text:function(e,t){var a=e.getAttribute("x")||"0",n=e.getAttribute("y")||"0",i=e.getAttribute("dx")||"0",o=e.getAttribute("dy")||"0";this._textX=parseFloat(a)+parseFloat(i),this._textY=parseFloat(n)+parseFloat(o);var s=new r1;return J2(t,s),$2(e,s,this._defsUsePending,!1,!0),s},tspan:function(e,t){var a=e.getAttribute("x"),n=e.getAttribute("y");a!=null&&(this._textX=parseFloat(a)),n!=null&&(this._textY=parseFloat(n));var i=e.getAttribute("dx")||"0",o=e.getAttribute("dy")||"0",s=new r1;return J2(t,s),$2(e,s,this._defsUsePending,!1,!0),this._textX+=parseFloat(i),this._textY+=parseFloat(o),s},path:function(e,t){var a=e.getAttribute("d")||"",n=My(a);return J2(t,n),$2(e,n,this._defsUsePending,!1,!1),n.silent=!0,n}}}(),r}(),Av={lineargradient:function(r){var e=parseInt(r.getAttribute("x1")||"0",10),t=parseInt(r.getAttribute("y1")||"0",10),a=parseInt(r.getAttribute("x2")||"10",10),n=parseInt(r.getAttribute("y2")||"0",10),i=new w0(e,t,a,n);return Mv(r,i),Dv(r,i),i},radialgradient:function(r){var e=parseInt(r.getAttribute("cx")||"0",10),t=parseInt(r.getAttribute("cy")||"0",10),a=parseInt(r.getAttribute("r")||"0",10),n=new Jo(e,t,a);return Mv(r,n),Dv(r,n),n}};function Mv(r,e){var t=r.getAttribute("gradientUnits");t==="userSpaceOnUse"&&(e.global=!0)}function Dv(r,e){for(var t=r.firstChild;t;){if(t.nodeType===1&&t.nodeName.toLocaleLowerCase()==="stop"){var a=t.getAttribute("offset"),n=void 0;a&&a.indexOf("%")>0?n=parseInt(a,10)/100:a?n=parseFloat(a):n=0;var i={};tx(t,i,i);var o=i.stopColor||t.getAttribute("stop-color")||"#000000";e.colorStops.push({offset:n,color:o})}t=t.nextSibling}}function J2(r,e){r&&r.__inheritedStyle&&(e.__inheritedStyle||(e.__inheritedStyle={}),j(e.__inheritedStyle,r.__inheritedStyle))}function Lv(r){for(var e=ar(r),t=[],a=0;a0;i-=2){var o=a[i],s=a[i-1],l=ar(o);switch(n=n||F2(),s){case"translate":L3(n,n,[parseFloat(l[0]),parseFloat(l[1]||"0")]);break;case"scale":Te(n,n,[parseFloat(l[0]),parseFloat(l[1]||l[0])]);break;case"rotate":s9(n,n,-parseFloat(l[0])*Ra);break;case"skewX":var u=Math.tan(parseFloat(l[0])*Ra);q3(n,[1,0,u,1,0,0],n);break;case"skewY":var f=Math.tan(parseFloat(l[0])*Ra);q3(n,[1,f,0,1,0,0],n);break;case"matrix":n[0]=parseFloat(l[0]),n[1]=parseFloat(l[1]),n[2]=parseFloat(l[2]),n[3]=parseFloat(l[3]),n[4]=parseFloat(l[4]),n[5]=parseFloat(l[5]);break}}e.setLocalTransform(n)}}var Pv=/([^\s:;]+)\s*:\s*([^:;]+)/g;function tx(r,e,t){var a=r.getAttribute("style");if(a){Pv.lastIndex=0;for(var n;(n=Pv.exec(a))!=null;){var i=n[1],o=Y(te,i)?te[i]:null;o&&(e[o]=n[2]);var s=Y(ee,i)?ee[i]:null;s&&(t[s]=n[2])}}}function nN(r,e,t){for(var a=0;a0,g={api:a,geo:l,mapOrGeoModel:e,data:s,isVisualEncodedByVisualMap:d,isGeo:o,transformInfoRaw:v};l.resourceType==="geoJSON"?this._buildGeoJSON(g):l.resourceType==="geoSVG"&&this._buildSVG(g),this._updateController(e,t,a),this._updateMapSelectHandler(e,u,a,n)},r.prototype._buildGeoJSON=function(e){var t=this._regionsGroupByName=X(),a=X(),n=this._regionsGroup,i=e.transformInfoRaw,o=e.mapOrGeoModel,s=e.data,l=e.geo.projection,u=l&&l.stream;function f(c,p){return p&&(c=p(c)),c&&[c[0]*i.scaleX+i.x,c[1]*i.scaleY+i.y]}function h(c){for(var p=[],d=!u&&l&&l.project,g=0;g=0)&&(v=n);var c=o?{normal:{align:"center",verticalAlign:"middle"}}:null;c2(e,n2(a),{labelFetcher:v,labelDataIndex:h,defaultText:t},c);var p=e.getTextContent();if(p&&(rx(p).ignore=p.ignore,e.textConfig&&o)){var d=e.getBoundingRect().clone();e.textConfig.layoutRect=d,e.textConfig.position=[(o[0]-d.x)/d.width*100+"%",(o[1]-d.y)/d.height*100+"%"]}e.disableLabelAnimation=!0}else e.removeTextContent(),e.removeTextConfig(),e.disableLabelAnimation=null}function Nv(r,e,t,a,n,i){r.data?r.data.setItemGraphicEl(i,e):n1(e).eventData={componentType:"geo",componentIndex:n.componentIndex,geoIndex:n.componentIndex,name:t,region:a&&a.option||{}}}function Bv(r,e,t,a,n){r.data||A0({el:e,componentModel:n,itemName:t,itemTooltipOption:a.get("tooltip")})}function Vv(r,e,t,a,n){e.highDownSilentOnTouch=!!n.get("selectedMode");var i=a.getModel("emphasis"),o=i.get("focus");return W1(e,o,i.get("blurScope"),i.get("disabled")),r.isGeo&&pM(e,n,t),o}function zv(r,e,t){var a=[],n;function i(){n=[]}function o(){n.length&&(a.push(n),n=[])}var s=e({polygonStart:i,polygonEnd:o,lineStart:i,lineEnd:o,point:function(l,u){isFinite(l)&&isFinite(u)&&n.push([l,u])},sphere:function(){}});return!t&&s.polygonStart(),A(r,function(l){s.lineStart();for(var u=0;u-1&&(n.style.stroke=n.style.fill,n.style.fill="#fff",n.style.lineWidth=2),n},e.type="series.map",e.dependencies=["geo"],e.layoutMode="box",e.defaultOption={z:2,coordinateSystem:"geo",map:"",left:"center",top:"center",aspectScale:null,showLegendSymbol:!0,boundingCoords:null,center:null,zoom:1,scaleLimit:null,selectedMode:!0,label:{show:!1,color:"#000"},itemStyle:{borderWidth:.5,borderColor:"#444",areaColor:"#eee"},emphasis:{label:{show:!0,color:"rgb(100,0,0)"},itemStyle:{areaColor:"rgba(255,215,0,0.8)"}},select:{label:{show:!0,color:"rgb(100,0,0)"},itemStyle:{color:"rgba(255,215,0,0.8)"}},nameProperty:"name"},e}(B1);const AN=CN;function MN(r,e){var t={};return A(r,function(a){a.each(a.mapDimension("value"),function(n,i){var o="ec-"+a.getName(i);t[o]=t[o]||[],isNaN(n)||t[o].push(n)})}),r[0].map(r[0].mapDimension("value"),function(a,n){for(var i="ec-"+r[0].getName(n),o=0,s=1/0,l=-1/0,u=t[i].length,f=0;f1?(S.width=_,S.height=_/g):(S.height=_,S.width=_*g),S.y=m[1]-S.height/2,S.x=m[0]-S.width/2;else{var b=r.getBoxLayoutParams();b.aspect=g,S=J1(b,{width:p,height:d})}this.setViewRect(S.x,S.y,S.width,S.height),this.setCenter(r.get("center"),e),this.setZoom(r.get("zoom"))}function RN(r,e){A(e.get("geoCoord"),function(t,a){r.addGeoCoord(a,t)})}var EN=function(){function r(){this.dimensions=nx}return r.prototype.create=function(e,t){var a=[];function n(o){return{nameProperty:o.get("nameProperty"),aspectScale:o.get("aspectScale"),projection:o.get("projection")}}e.eachComponent("geo",function(o,s){var l=o.get("map"),u=new Wv(l+s,l,B({nameMap:o.get("nameMap")},n(o)));u.zoomLimit=o.get("scaleLimit"),a.push(u),o.coordinateSystem=u,u.model=o,u.resize=$v,u.resize(o,t)}),e.eachSeries(function(o){var s=o.get("coordinateSystem");if(s==="geo"){var l=o.get("geoIndex")||0;o.coordinateSystem=a[l]}});var i={};return e.eachSeriesByType("map",function(o){if(!o.getHostGeoModel()){var s=o.getMapType();i[s]=i[s]||[],i[s].push(o)}}),A(i,function(o,s){var l=G(o,function(f){return f.get("nameMap")}),u=new Wv(s,s,B({nameMap:Se(l)},n(o[0])));u.zoomLimit=e2.apply(null,G(o,function(f){return f.get("scaleLimit")})),a.push(u),u.resize=$v,u.resize(o[0],t),A(o,function(f){f.coordinateSystem=u,RN(u,f)})}),a},r.prototype.getFilledRegions=function(e,t,a,n){for(var i=(e||[]).slice(),o=X(),s=0;s=0;o--){var s=n[o];s.hierNode={defaultAncestor:null,ancestor:s,prelim:0,modifier:0,change:0,shift:0,i:o,thread:null},t.push(s)}}function FN(r,e){var t=r.isExpand?r.children:[],a=r.parentNode.children,n=r.hierNode.i?a[r.hierNode.i-1]:null;if(t.length){$N(r);var i=(t[0].hierNode.prelim+t[t.length-1].hierNode.prelim)/2;n?(r.hierNode.prelim=n.hierNode.prelim+e(r,n),r.hierNode.modifier=r.hierNode.prelim-i):r.hierNode.prelim=i}else n&&(r.hierNode.prelim=n.hierNode.prelim+e(r,n));r.parentNode.hierNode.defaultAncestor=UN(r,n,r.parentNode.hierNode.defaultAncestor||a[0],e)}function HN(r){var e=r.hierNode.prelim+r.parentNode.hierNode.modifier;r.setLayout({x:e},!0),r.hierNode.modifier+=r.parentNode.hierNode.modifier}function Yv(r){return arguments.length?r:XN}function b8(r,e){return r-=Math.PI/2,{x:e*Math.cos(r),y:e*Math.sin(r)}}function WN(r,e){return J1(r.getBoxLayoutParams(),{width:e.getWidth(),height:e.getHeight()})}function $N(r){for(var e=r.children,t=e.length,a=0,n=0;--t>=0;){var i=e[t];i.hierNode.prelim+=a,i.hierNode.modifier+=a,n+=i.hierNode.change,a+=i.hierNode.shift+n}}function UN(r,e,t,a){if(e){for(var n=r,i=r,o=i.parentNode.children[0],s=e,l=n.hierNode.modifier,u=i.hierNode.modifier,f=o.hierNode.modifier,h=s.hierNode.modifier;s=Ea(s),i=ka(i),s&&i;){n=Ea(n),o=ka(o),n.hierNode.ancestor=r;var v=s.hierNode.prelim+h-i.hierNode.prelim-u+a(s,i);v>0&&(ZN(YN(s,r,t),r,v),u+=v,l+=v),h+=s.hierNode.modifier,u+=i.hierNode.modifier,l+=n.hierNode.modifier,f+=o.hierNode.modifier}s&&!Ea(n)&&(n.hierNode.thread=s,n.hierNode.modifier+=h-l),i&&!ka(o)&&(o.hierNode.thread=i,o.hierNode.modifier+=u-f,t=r)}return t}function Ea(r){var e=r.children;return e.length&&r.isExpand?e[e.length-1]:r.hierNode.thread}function ka(r){var e=r.children;return e.length&&r.isExpand?e[0]:r.hierNode.thread}function YN(r,e,t){return r.hierNode.ancestor.parentNode===e.parentNode?r.hierNode.ancestor:t}function ZN(r,e,t){var a=t/(e.hierNode.i-r.hierNode.i);e.hierNode.change-=a,e.hierNode.shift+=t,e.hierNode.modifier+=t,e.hierNode.prelim+=t,r.hierNode.change+=a}function XN(r,e){return r.parentNode===e.parentNode?1:2}var qN=function(){function r(){this.parentPoint=[],this.childPoints=[]}return r}(),KN=function(r){k(e,r);function e(t){return r.call(this,t)||this}return e.prototype.getDefaultStyle=function(){return{stroke:"#000",fill:null}},e.prototype.getDefaultShape=function(){return new qN},e.prototype.buildPath=function(t,a){var n=a.childPoints,i=n.length,o=a.parentPoint,s=n[0],l=n[i-1];if(i===1){t.moveTo(o[0],o[1]),t.lineTo(s[0],s[1]);return}var u=a.orient,f=u==="TB"||u==="BT"?0:1,h=1-f,v=H(a.forkPosition,1),c=[];c[f]=o[f],c[h]=o[h]+(l[h]-o[h])*v,t.moveTo(o[0],o[1]),t.lineTo(c[0],c[1]),t.moveTo(s[0],s[1]),c[f]=s[f],t.lineTo(c[0],c[1]),c[f]=l[f],t.lineTo(c[0],c[1]),t.lineTo(l[0],l[1]);for(var p=1;pm.x,b||(S=S-Math.PI));var w=b?"left":"right",T=s.getModel("label"),C=T.get("rotate"),M=C*(Math.PI/180),D=g.getTextContent();D&&(g.setTextConfig({position:T.get("position")||w,rotation:C==null?-S:M,origin:"center"}),D.setStyle("verticalAlign","middle"))}var L=s.get(["emphasis","focus"]),I=L==="relative"?Y8(o.getAncestorsIndices(),o.getDescendantIndices()):L==="ancestor"?o.getAncestorsIndices():L==="descendant"?o.getDescendantIndices():null;I&&(n1(t).focus=I),JN(n,o,f,t,p,c,d,a),t.__edge&&(t.onHoverStateChange=function(P){if(P!=="blur"){var R=o.parentNode&&r.getItemGraphicEl(o.parentNode.dataIndex);R&&R.hoverState===P6||It(t.__edge,P)}})}function JN(r,e,t,a,n,i,o,s){var l=e.getModel(),u=r.get("edgeShape"),f=r.get("layout"),h=r.getOrient(),v=r.get(["lineStyle","curveness"]),c=r.get("edgeForkPosition"),p=l.getModel("lineStyle").getLineStyle(),d=a.__edge;if(u==="curve")e.parentNode&&e.parentNode!==t&&(d||(d=a.__edge=new E6({shape:Ui(f,h,v,n,n)})),A1(d,{shape:Ui(f,h,v,i,o)},r));else if(u==="polyline"&&f==="orthogonal"&&e!==t&&e.children&&e.children.length!==0&&e.isExpand===!0){for(var g=e.children,y=[],m=0;mt&&(t=n.height)}this.height=t+1},r.prototype.getNodeById=function(e){if(this.getId()===e)return this;for(var t=0,a=this.children,n=a.length;t=0&&this.hostTree.data.setItemLayout(this.dataIndex,e,t)},r.prototype.getLayout=function(){return this.hostTree.data.getItemLayout(this.dataIndex)},r.prototype.getModel=function(e){if(!(this.dataIndex<0)){var t=this.hostTree,a=t.data.getItemModel(this.dataIndex);return a.getModel(e)}},r.prototype.getLevelModel=function(){return(this.hostTree.levelModels||[])[this.depth]},r.prototype.setVisual=function(e,t){this.dataIndex>=0&&this.hostTree.data.setItemVisual(this.dataIndex,e,t)},r.prototype.getVisual=function(e){return this.hostTree.data.getItemVisual(this.dataIndex,e)},r.prototype.getRawIndex=function(){return this.hostTree.data.getRawIndex(this.dataIndex)},r.prototype.getId=function(){return this.hostTree.data.getId(this.dataIndex)},r.prototype.getChildIndex=function(){if(this.parentNode){for(var e=this.parentNode.children,t=0;t=0){var a=t.getData().tree.root,n=r.targetNode;if($(n)&&(n=a.getNodeById(n)),n&&a.contains(n))return{node:n};var i=r.targetNodeId;if(i!=null&&(n=a.getNodeById(i)))return{node:n}}}function vx(r){for(var e=[];r;)r=r.parentNode,r&&e.push(r);return e.reverse()}function al(r,e){var t=vx(r);return c1(t,e)>=0}function nr(r,e){for(var t=[];r;){var a=r.dataIndex;t.push({name:r.name,dataIndex:a,value:e.getRawValue(a)}),r=r.parentNode}return t.reverse(),t}var uB=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.hasSymbolVisual=!0,t.ignoreStyleOnData=!0,t}return e.prototype.getInitialData=function(t){var a={name:t.name,children:t.data},n=t.leaves||{},i=new P1(n,this,this.ecModel),o=rl.createTree(a,this,s);function s(h){h.wrapMethod("getItemModel",function(v,c){var p=o.getNodeByDataIndex(c);return p&&p.children.length&&p.isExpand||(v.parentModel=i),v})}var l=0;o.eachNode("preorder",function(h){h.depth>l&&(l=h.depth)});var u=t.expandAndCollapse,f=u&&t.initialTreeDepth>=0?t.initialTreeDepth:l;return o.root.eachNode("preorder",function(h){var v=h.hostTree.data.getRawDataItem(h.dataIndex);h.isExpand=v&&v.collapsed!=null?!v.collapsed:h.depth<=f}),o.data},e.prototype.getOrient=function(){var t=this.get("orient");return t==="horizontal"?t="LR":t==="vertical"&&(t="TB"),t},e.prototype.setZoom=function(t){this.option.zoom=t},e.prototype.setCenter=function(t){this.option.center=t},e.prototype.formatTooltip=function(t,a,n){for(var i=this.getData().tree,o=i.root.children[0],s=i.getNodeByDataIndex(t),l=s.getValue(),u=s.name;s&&s!==o;)u=s.parentNode.name+"."+u,s=s.parentNode;return i2("nameValue",{name:u,value:l,noValue:isNaN(l)||l==null})},e.prototype.getDataParams=function(t){var a=r.prototype.getDataParams.apply(this,arguments),n=this.getData().tree.getNodeByDataIndex(t);return a.treeAncestors=nr(n,this),a.collapsed=!n.isExpand,a},e.type="series.tree",e.layoutMode="box",e.defaultOption={z:2,coordinateSystem:"view",left:"12%",top:"12%",right:"12%",bottom:"12%",layout:"orthogonal",edgeShape:"curve",edgeForkPosition:"50%",roam:!1,nodeScaleRatio:.4,center:null,zoom:1,orient:"LR",symbol:"emptyCircle",symbolSize:7,expandAndCollapse:!0,initialTreeDepth:2,lineStyle:{color:"#ccc",width:1.5,curveness:.5},itemStyle:{color:"lightsteelblue",borderWidth:1.5},label:{show:!0},animationEasing:"linear",animationDuration:700,animationDurationUpdate:500},e}(B1);const fB=uB;function hB(r,e,t){for(var a=[r],n=[],i;i=a.pop();)if(n.push(i),i.isExpand){var o=i.children;if(o.length)for(var s=0;s=0;i--)t.push(n[i])}}function vB(r,e){r.eachSeriesByType("tree",function(t){cB(t,e)})}function cB(r,e){var t=WN(r,e);r.layoutInfo=t;var a=r.get("layout"),n=0,i=0,o=null;a==="radial"?(n=2*Math.PI,i=Math.min(t.height,t.width)/2,o=Yv(function(_,S){return(_.parentNode===S.parentNode?1:2)/_.depth})):(n=t.width,i=t.height,o=Yv());var s=r.getData().tree.root,l=s.children[0];if(l){GN(s),hB(l,FN,o),s.hierNode.modifier=-l.hierNode.prelim,o8(l,HN);var u=l,f=l,h=l;o8(l,function(_){var S=_.getLayout().x;Sf.getLayout().x&&(f=_),_.depth>h.depth&&(h=_)});var v=u===f?1:o(u,f)/2,c=v-u.getLayout().x,p=0,d=0,g=0,y=0;if(a==="radial")p=n/(f.getLayout().x+v+c),d=i/(h.depth-1||1),o8(l,function(_){g=(_.getLayout().x+c)*p,y=(_.depth-1)*d;var S=b8(g,y);_.setLayout({x:S.x,y:S.y,rawX:g,rawY:y},!0)});else{var m=r.getOrient();m==="RL"||m==="LR"?(d=i/(f.getLayout().x+v+c),p=n/(h.depth-1||1),o8(l,function(_){y=(_.getLayout().x+c)*d,g=m==="LR"?(_.depth-1)*p:n-(_.depth-1)*p,_.setLayout({x:g,y},!0)})):(m==="TB"||m==="BT")&&(p=n/(f.getLayout().x+v+c),d=i/(h.depth-1||1),o8(l,function(_){g=(_.getLayout().x+c)*p,y=m==="TB"?(_.depth-1)*d:i-(_.depth-1)*d,_.setLayout({x:g,y},!0)}))}}}function pB(r){r.eachSeriesByType("tree",function(e){var t=e.getData(),a=t.tree;a.eachNode(function(n){var i=n.getModel(),o=i.getModel("itemStyle").getItemStyle(),s=t.ensureUniqueItemVisual(n.dataIndex,"style");B(s,o)})})}function dB(r){r.registerAction({type:"treeExpandAndCollapse",event:"treeExpandAndCollapse",update:"update"},function(e,t){t.eachComponent({mainType:"series",subType:"tree",query:e},function(a){var n=e.dataIndex,i=a.getData().tree,o=i.getNodeByDataIndex(n);o.isExpand=!o.isExpand})}),r.registerAction({type:"treeRoam",event:"treeRoam",update:"none"},function(e,t,a){t.eachComponent({mainType:"series",subType:"tree",query:e},function(n){var i=n.coordinateSystem,o=tl(i,e,void 0,a);n.setCenter&&n.setCenter(o.center),n.setZoom&&n.setZoom(o.zoom)})})}function gB(r){r.registerChartView(QN),r.registerSeriesModel(fB),r.registerLayout(vB),r.registerVisual(pB),dB(r)}var jv=["treemapZoomToNode","treemapRender","treemapMove"];function yB(r){for(var e=0;e1;)i=i.parentNode;var o=_i(r.ecModel,i.name||i.dataIndex+"",a);n.setVisual("decal",o)})}var mB=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type=e.type,t.preventUsingHoverLayer=!0,t}return e.prototype.getInitialData=function(t,a){var n={name:t.name,children:t.data};px(n);var i=t.levels||[],o=this.designatedVisualItemStyle={},s=new P1({itemStyle:o},this,a);i=t.levels=_B(i,a);var l=G(i||[],function(h){return new P1(h,s,a)},this),u=rl.createTree(n,this,f);function f(h){h.wrapMethod("getItemModel",function(v,c){var p=u.getNodeByDataIndex(c),d=p?l[p.depth]:null;return v.parentModel=d||s,v})}return u.data},e.prototype.optionUpdated=function(){this.resetViewRoot()},e.prototype.formatTooltip=function(t,a,n){var i=this.getData(),o=this.getRawValue(t),s=i.getName(t);return i2("nameValue",{name:s,value:o})},e.prototype.getDataParams=function(t){var a=r.prototype.getDataParams.apply(this,arguments),n=this.getData().tree.getNodeByDataIndex(t);return a.treeAncestors=nr(n,this),a.treePathInfo=a.treeAncestors,a},e.prototype.setLayoutInfo=function(t){this.layoutInfo=this.layoutInfo||{},B(this.layoutInfo,t)},e.prototype.mapIdToIndex=function(t){var a=this._idIndexMap;a||(a=this._idIndexMap=X(),this._idIndexMapCount=0);var n=a.get(t);return n==null&&a.set(t,n=this._idIndexMapCount++),n},e.prototype.getViewRoot=function(){return this._viewRoot},e.prototype.resetViewRoot=function(t){t?this._viewRoot=t:t=this._viewRoot;var a=this.getRawData().tree.root;(!t||t!==a&&!a.contains(t))&&(this._viewRoot=a)},e.prototype.enableAriaDecal=function(){cx(this)},e.type="series.treemap",e.layoutMode="box",e.defaultOption={progressive:0,left:"center",top:"middle",width:"80%",height:"80%",sort:!0,clipWindow:"origin",squareRatio:.5*(1+Math.sqrt(5)),leafDepth:null,drillDownIcon:"▶",zoomToNodeRatio:.32*.32,roam:!0,nodeClick:"zoomToNode",animation:!0,animationDurationUpdate:900,animationEasing:"quinticInOut",breadcrumb:{show:!0,height:22,left:"center",top:"bottom",emptyItemWidth:25,itemStyle:{color:"rgba(0,0,0,0.7)",textStyle:{color:"#fff"}},emphasis:{itemStyle:{color:"rgba(0,0,0,0.9)"}}},label:{show:!0,distance:0,padding:5,position:"inside",color:"#fff",overflow:"truncate"},upperLabel:{show:!1,position:[0,"50%"],height:20,overflow:"truncate",verticalAlign:"middle"},itemStyle:{color:null,colorAlpha:null,colorSaturation:null,borderWidth:0,gapWidth:0,borderColor:"#fff",borderColorSaturation:null},emphasis:{upperLabel:{show:!0,position:[0,"50%"],overflow:"truncate",verticalAlign:"middle"}},visualDimension:0,visualMin:null,visualMax:null,color:[],colorAlpha:null,colorSaturation:null,colorMappingBy:"index",visibleMin:10,childrenVisibleMin:null,levels:[]},e}(B1);function px(r){var e=0;A(r.children,function(a){px(a);var n=a.value;z(n)&&(n=n[0]),e+=n});var t=r.value;z(t)&&(t=t[0]),(t==null||isNaN(t))&&(t=e),t<0&&(t=0),z(r.value)?r.value[0]=t:r.value=t}function _B(r,e){var t=R1(e.get("color")),a=R1(e.get(["aria","decal","decals"]));if(t){r=r||[];var n,i;A(r,function(s){var l=new P1(s),u=l.get("color"),f=l.get("decal");(l.get(["itemStyle","color"])||u&&u!=="none")&&(n=!0),(l.get(["itemStyle","decal"])||f&&f!=="none")&&(i=!0)});var o=r[0]||(r[0]={});return n||(o.color=t.slice()),!i&&a&&(o.decal=a.slice()),r}}const SB=mB;var xB=8,Jv=8,Oa=5,bB=function(){function r(e){this.group=new r1,e.add(this.group)}return r.prototype.render=function(e,t,a,n){var i=e.getModel("breadcrumb"),o=this.group;if(o.removeAll(),!(!i.get("show")||!a)){var s=i.getModel("itemStyle"),l=i.getModel("emphasis"),u=s.getModel("textStyle"),f=l.getModel(["itemStyle","textStyle"]),h={pos:{left:i.get("left"),right:i.get("right"),top:i.get("top"),bottom:i.get("bottom")},box:{width:t.getWidth(),height:t.getHeight()},emptyItemWidth:i.get("emptyItemWidth"),totalWidth:0,renderList:[]};this._prepare(a,h,u),this._renderContent(e,h,s,l,u,f,n),$e(o,h.pos,h.box)}},r.prototype._prepare=function(e,t,a){for(var n=e;n;n=n.parentNode){var i=Q1(n.getModel().get("name"),""),o=a.getTextRect(i),s=Math.max(o.width+xB*2,t.emptyItemWidth);t.totalWidth+=s+Jv,t.renderList.push({node:n,text:i,width:s})}},r.prototype._renderContent=function(e,t,a,n,i,o,s){for(var l=0,u=t.emptyItemWidth,f=e.get(["breadcrumb","height"]),h=xD(t.pos,t.box),v=t.totalWidth,c=t.renderList,p=n.getModel("itemStyle").getItemStyle(),d=c.length-1;d>=0;d--){var g=c[d],y=g.node,m=g.width,_=g.text;v>h.width&&(v-=m-u,m=u,_=null);var S=new I2({shape:{points:wB(l,0,m,f,d===c.length-1,d===0)},style:j(a.getItemStyle(),{lineJoin:"bevel"}),textContent:new S1({style:O1(i,{text:_})}),textConfig:{position:"inside"},z2:b0*1e4,onclick:i1(s,y)});S.disableLabelAnimation=!0,S.getTextContent().ensureState("emphasis").style=O1(o,{text:_}),S.ensureState("emphasis").style=p,W1(S,n.get("focus"),n.get("blurScope"),n.get("disabled")),this.group.add(S),TB(S,e,y),l+=m+Jv}},r.prototype.remove=function(){this.group.removeAll()},r}();function wB(r,e,t,a,n,i){var o=[[n?r:r-Oa,e],[r+t,e],[r+t,e+a],[n?r:r-Oa,e+a]];return!i&&o.splice(2,0,[r+t+Oa,e+a/2]),!n&&o.push([r,e+a/2]),o}function TB(r,e,t){n1(r).eventData={componentType:"series",componentSubType:"treemap",componentIndex:e.componentIndex,seriesIndex:e.seriesIndex,seriesName:e.name,seriesType:"treemap",selfType:"breadcrumb",nodeData:{dataIndex:t&&t.dataIndex,name:t&&t.name},treePathInfo:t&&nr(t,e)}}const CB=bB;var AB=function(){function r(){this._storage=[],this._elExistsMap={}}return r.prototype.add=function(e,t,a,n,i){return this._elExistsMap[e.id]?!1:(this._elExistsMap[e.id]=!0,this._storage.push({el:e,target:t,duration:a,delay:n,easing:i}),!0)},r.prototype.finished=function(e){return this._finishedCallback=e,this},r.prototype.start=function(){for(var e=this,t=this._storage.length,a=function(){t--,t<=0&&(e._storage.length=0,e._elExistsMap={},e._finishedCallback&&e._finishedCallback())},n=0,i=this._storage.length;ntc||Math.abs(t.dy)>tc)){var a=this.seriesModel.getData().tree.root;if(!a)return;var n=a.getLayout();if(!n)return;this.api.dispatchAction({type:"treemapMove",from:this.uid,seriesId:this.seriesModel.id,rootRect:{x:n.x+t.dx,y:n.y+t.dy,width:n.width,height:n.height}})}},e.prototype._onZoom=function(t){var a=t.originX,n=t.originY;if(this._state!=="animating"){var i=this.seriesModel.getData().tree.root;if(!i)return;var o=i.getLayout();if(!o)return;var s=new s1(o.x,o.y,o.width,o.height),l=this.seriesModel.layoutInfo;a-=l.x,n-=l.y;var u=F2();L3(u,u,[-a,-n]),Te(u,u,[t.scale,t.scale]),L3(u,u,[a,n]),s.applyTransform(u),this.api.dispatchAction({type:"treemapRender",from:this.uid,seriesId:this.seriesModel.id,rootRect:{x:s.x,y:s.y,width:s.width,height:s.height}})}},e.prototype._initEvents=function(t){var a=this;t.on("click",function(n){if(a._state==="ready"){var i=a.seriesModel.get("nodeClick",!0);if(i){var o=a.findTarget(n.offsetX,n.offsetY);if(o){var s=o.node;if(s.getLayout().isLeafRoot)a._rootToNode(o);else if(i==="zoomToNode")a._zoomToNode(o);else if(i==="link"){var l=s.hostTree.data.getItemModel(s.dataIndex),u=l.get("link",!0),f=l.get("target",!0)||"blank";u&&Nt(u,f)}}}}},this)},e.prototype._renderBreadcrumb=function(t,a,n){var i=this;n||(n=t.get("leafDepth",!0)!=null?{node:t.getViewRoot()}:this.findTarget(a.getWidth()/2,a.getHeight()/2),n||(n={node:t.getData().tree.root})),(this._breadcrumb||(this._breadcrumb=new CB(this.group))).render(t,a,n.node,function(o){i._state!=="animating"&&(al(t.getViewRoot(),o)?i._rootToNode({node:o}):i._zoomToNode({node:o}))})},e.prototype.remove=function(){this._clearController(),this._containerGroup&&this._containerGroup.removeAll(),this._storage=s8(),this._state="ready",this._breadcrumb&&this._breadcrumb.remove()},e.prototype.dispose=function(){this._clearController()},e.prototype._zoomToNode=function(t){this.api.dispatchAction({type:"treemapZoomToNode",from:this.uid,seriesId:this.seriesModel.id,targetNode:t.node})},e.prototype._rootToNode=function(t){this.api.dispatchAction({type:"treemapRootToNode",from:this.uid,seriesId:this.seriesModel.id,targetNode:t.node})},e.prototype.findTarget=function(t,a){var n,i=this.seriesModel.getViewRoot();return i.eachNode({attr:"viewChildren",order:"preorder"},function(o){var s=this._storage.background[o.getRawIndex()];if(s){var l=s.transformCoordToLocal(t,a),u=s.shape;if(u.x<=l[0]&&l[0]<=u.x+u.width&&u.y<=l[1]&&l[1]<=u.y+u.height)n={node:o,offsetX:l[0],offsetY:l[1]};else return!1}},this),n},e.type="treemap",e}(E1);function s8(){return{nodeGroup:[],background:[],content:[]}}function RB(r,e,t,a,n,i,o,s,l,u){if(!o)return;var f=o.getLayout(),h=r.getData(),v=o.getModel();if(h.setItemGraphicEl(o.dataIndex,null),!f||!f.isInView)return;var c=f.width,p=f.height,d=f.borderWidth,g=f.invisible,y=o.getRawIndex(),m=s&&s.getRawIndex(),_=o.viewChildren,S=f.upperHeight,b=_&&_.length,x=v.getModel("itemStyle"),w=v.getModel(["emphasis","itemStyle"]),T=v.getModel(["blur","itemStyle"]),C=v.getModel(["select","itemStyle"]),M=x.get("borderRadius")||0,D=t1("nodeGroup",Yi);if(!D)return;if(l.add(D),D.x=f.x||0,D.y=f.y||0,D.markRedraw(),re(D).nodeWidth=c,re(D).nodeHeight=p,f.isAboveViewRoot)return D;var L=t1("background",Qv,u,LB);L&&V(D,L,b&&f.upperLabelHeight);var I=v.getModel("emphasis"),P=I.get("focus"),R=I.get("blurScope"),E=I.get("disabled"),N=P==="ancestor"?o.getAncestorsIndices():P==="descendant"?o.getDescendantIndices():P;if(b)a6(D)&&X9(D,!1),L&&(X9(L,!E),h.setItemGraphicEl(o.dataIndex,L),hi(L,N,R));else{var O=t1("content",Qv,u,IB);O&&F(D,O),L.disableMorphing=!0,L&&a6(L)&&X9(L,!1),X9(D,!E),h.setItemGraphicEl(o.dataIndex,D),hi(D,N,R)}return D;function V(p1,a1,y1){var v1=n1(a1);if(v1.dataIndex=o.dataIndex,v1.seriesIndex=r.seriesIndex,a1.setShape({x:0,y:0,width:c,height:p,r:M}),g)W(a1);else{a1.invisible=!1;var q=o.getVisual("style"),l1=q.stroke,G1=ac(x);G1.fill=l1;var b1=V9(w);b1.fill=w.get("borderColor");var $1=V9(T);$1.fill=T.get("borderColor");var F1=V9(C);if(F1.fill=C.get("borderColor"),y1){var p2=c-2*d;Z(a1,l1,q.opacity,{x:d,y:0,width:p2,height:S})}else a1.removeTextContent();a1.setStyle(G1),a1.ensureState("emphasis").style=b1,a1.ensureState("blur").style=$1,a1.ensureState("select").style=F1,h5(a1)}p1.add(a1)}function F(p1,a1){var y1=n1(a1);y1.dataIndex=o.dataIndex,y1.seriesIndex=r.seriesIndex;var v1=Math.max(c-2*d,0),q=Math.max(p-2*d,0);if(a1.culling=!0,a1.setShape({x:d,y:d,width:v1,height:q,r:M}),g)W(a1);else{a1.invisible=!1;var l1=o.getVisual("style"),G1=l1.fill,b1=ac(x);b1.fill=G1,b1.decal=l1.decal;var $1=V9(w),F1=V9(T),p2=V9(C);Z(a1,G1,l1.opacity,null),a1.setStyle(b1),a1.ensureState("emphasis").style=$1,a1.ensureState("blur").style=F1,a1.ensureState("select").style=p2,h5(a1)}p1.add(a1)}function W(p1){!p1.invisible&&i.push(p1)}function Z(p1,a1,y1,v1){var q=v.getModel(v1?rc:ec),l1=Q1(v.get("name"),null),G1=q.getShallow("show");c2(p1,n2(v,v1?rc:ec),{defaultText:G1?l1:null,inheritColor:a1,defaultOpacity:y1,labelFetcher:r,labelDataIndex:o.dataIndex});var b1=p1.getTextContent();if(b1){var $1=b1.style,F1=be($1.padding||0);v1&&(p1.setTextConfig({layoutRect:v1}),b1.disableLabelLayout=!0),b1.beforeUpdate=function(){var r4=Math.max((v1?v1.width:p1.shape.width)-F1[1]-F1[3],0),R2=Math.max((v1?v1.height:p1.shape.height)-F1[0]-F1[2],0);($1.width!==r4||$1.height!==R2)&&b1.setStyle({width:r4,height:R2})},$1.truncateMinChar=2,$1.lineOverflow="truncate",J($1,v1,f);var p2=b1.getState("emphasis");J(p2?p2.style:null,v1,f)}}function J(p1,a1,y1){var v1=p1?p1.text:null;if(!a1&&y1.isLeafRoot&&v1!=null){var q=r.get("drillDownIcon",!0);p1.text=q?q+" "+v1:v1}}function t1(p1,a1,y1,v1){var q=m!=null&&t[p1][m],l1=n[p1];return q?(t[p1][m]=null,g1(l1,q)):g||(q=new a1,q instanceof h3&&(q.z2=EB(y1,v1)),M1(l1,q)),e[p1][y]=q}function g1(p1,a1){var y1=p1[y]={};a1 instanceof Yi?(y1.oldX=a1.x,y1.oldY=a1.y):y1.oldShape=B({},a1.shape)}function M1(p1,a1){var y1=p1[y]={},v1=o.parentNode,q=a1 instanceof r1;if(v1&&(!a||a.direction==="drillDown")){var l1=0,G1=0,b1=n.background[v1.getRawIndex()];!a&&b1&&b1.oldShape&&(l1=b1.oldShape.width,G1=b1.oldShape.height),q?(y1.oldX=0,y1.oldY=G1):y1.oldShape={x:l1,y:G1,width:0,height:0}}y1.fadein=!q}}function EB(r,e){return r*DB+e}const kB=PB;var y6=A,OB=Q,ae=-1,nl=function(){function r(e){var t=e.mappingMethod,a=e.type,n=this.option=e1(e);this.type=a,this.mappingMethod=t,this._normalizeData=VB[t];var i=r.visualHandlers[a];this.applyVisual=i.applyVisual,this.getColorMapper=i.getColorMapper,this._normalizedToVisual=i._normalizedToVisual[t],t==="piecewise"?(Na(n),NB(n)):t==="category"?n.categories?BB(n):Na(n,!0):(x2(t!=="linear"||n.dataExtent),Na(n))}return r.prototype.mapValueToVisual=function(e){var t=this._normalizeData(e);return this._normalizedToVisual(t,e)},r.prototype.getNormalizer=function(){return U(this._normalizeData,this)},r.listVisualTypes=function(){return m1(r.visualHandlers)},r.isValidType=function(e){return r.visualHandlers.hasOwnProperty(e)},r.eachVisual=function(e,t,a){Q(e)?A(e,t,a):t.call(a,e)},r.mapVisual=function(e,t,a){var n,i=z(e)?[]:Q(e)?{}:(n=!0,null);return r.eachVisual(e,function(o,s){var l=t.call(a,o,s);n?i=l:i[s]=l}),i},r.retrieveVisuals=function(e){var t={},a;return e&&y6(r.visualHandlers,function(n,i){e.hasOwnProperty(i)&&(t[i]=e[i],a=!0)}),a?t:null},r.prepareVisualTypes=function(e){if(z(e))e=e.slice();else if(OB(e)){var t=[];y6(e,function(a,n){t.push(n)}),e=t}else return[];return e.sort(function(a,n){return n==="color"&&a!=="color"&&a.indexOf("color")===0?1:-1}),e},r.dependsOn=function(e,t){return t==="color"?!!(e&&e.indexOf(t)===0):e===t},r.findPieceIndex=function(e,t,a){for(var n,i=1/0,o=0,s=t.length;o=0;i--)a[i]==null&&(delete t[e[i]],e.pop())}function Na(r,e){var t=r.visual,a=[];Q(t)?y6(t,function(i){a.push(i)}):t!=null&&a.push(t);var n={color:1,symbol:1};!e&&a.length===1&&!n.hasOwnProperty(r.type)&&(a[1]=a[0]),dx(r,a)}function z7(r){return{applyVisual:function(e,t,a){var n=this.mapValueToVisual(e);a("color",r(t("color"),n))},_normalizedToVisual:Zi([0,1])}}function nc(r){var e=this.option.visual;return e[Math.round(L1(r,[0,1],[0,e.length-1],!0))]||{}}function l8(r){return function(e,t,a){a(r,this.mapValueToVisual(e))}}function w8(r){var e=this.option.visual;return e[this.option.loop&&r!==ae?r%e.length:r]}function z9(){return this.option.visual[0]}function Zi(r){return{linear:function(e){return L1(e,r,this.option.visual,!0)},category:w8,piecewise:function(e,t){var a=Xi.call(this,t);return a==null&&(a=L1(e,r,this.option.visual,!0)),a},fixed:z9}}function Xi(r){var e=this.option,t=e.pieceList;if(e.hasSpecialVisual){var a=nl.findPieceIndex(r,t),n=t[a];if(n&&n.visual)return n.visual[this.type]}}function dx(r,e){return r.visual=e,r.type==="color"&&(r.parsedVisual=G(e,function(t){var a=M2(t);return a||[0,0,0,1]})),e}var VB={linear:function(r){return L1(r,this.option.dataExtent,[0,1],!0)},piecewise:function(r){var e=this.option.pieceList,t=nl.findPieceIndex(r,e,!0);if(t!=null)return L1(t,[0,e.length-1],[0,1],!0)},category:function(r){var e=this.option.categories?this.option.categoryMap[r]:r;return e??ae},fixed:U1};function G7(r,e,t){return r?e<=t:e=t.length||d===t[d.depth]){var y=$B(n,l,d,g,p,a);yx(d,y,t,a)}})}}}function FB(r,e,t){var a=B({},e),n=t.designatedVisualItemStyle;return A(["color","colorAlpha","colorSaturation"],function(i){n[i]=e[i];var o=r.get(i);n[i]=null,o!=null&&(a[i]=o)}),a}function ic(r){var e=Ba(r,"color");if(e){var t=Ba(r,"colorAlpha"),a=Ba(r,"colorSaturation");return a&&(e=a0(e,null,null,a)),t&&(e=K8(e,t)),e}}function HB(r,e){return e!=null?a0(e,null,null,r):null}function Ba(r,e){var t=r[e];if(t!=null&&t!=="none")return t}function WB(r,e,t,a,n,i){if(!(!i||!i.length)){var o=Va(e,"color")||n.color!=null&&n.color!=="none"&&(Va(e,"colorAlpha")||Va(e,"colorSaturation"));if(o){var s=e.get("visualMin"),l=e.get("visualMax"),u=t.dataExtent.slice();s!=null&&su[1]&&(u[1]=l);var f=e.get("colorMappingBy"),h={type:o.name,dataExtent:u,visual:o.range};h.type==="color"&&(f==="index"||f==="id")?(h.mappingMethod="category",h.loop=!0):h.mappingMethod="linear";var v=new f2(h);return gx(v).drColorMappingBy=f,v}}}function Va(r,e){var t=r.get(e);return z(t)&&t.length?{name:e,range:t}:null}function $B(r,e,t,a,n,i){var o=B({},e);if(n){var s=n.type,l=s==="color"&&gx(n).drColorMappingBy,u=l==="index"?a:l==="id"?i.mapIdToIndex(t.getId()):t.getValue(r.get("visualDimension"));o[s]=n.mapValueToVisual(u)}return o}var m6=Math.max,ne=Math.min,oc=e2,il=A,mx=["itemStyle","borderWidth"],UB=["itemStyle","gapWidth"],YB=["upperLabel","show"],ZB=["upperLabel","height"];const XB={seriesType:"treemap",reset:function(r,e,t,a){var n=t.getWidth(),i=t.getHeight(),o=r.option,s=J1(r.getBoxLayoutParams(),{width:t.getWidth(),height:t.getHeight()}),l=o.size||[],u=H(oc(s.width,l[0]),n),f=H(oc(s.height,l[1]),i),h=a&&a.type,v=["treemapZoomToNode","treemapRootToNode"],c=g6(a,v,r),p=h==="treemapRender"||h==="treemapMove"?a.rootRect:null,d=r.getViewRoot(),g=vx(d);if(h!=="treemapMove"){var y=h==="treemapZoomToNode"?tV(r,c,d,u,f):p?[p.width,p.height]:[u,f],m=o.sort;m&&m!=="asc"&&m!=="desc"&&(m="desc");var _={squareRatio:o.squareRatio,sort:m,leafDepth:o.leafDepth};d.hostTree.clearLayouts();var S={x:0,y:0,width:y[0],height:y[1],area:y[0]*y[1]};d.setLayout(S),_x(d,_,!1,0),S=d.getLayout(),il(g,function(x,w){var T=(g[w+1]||d).getValue();x.setLayout(B({dataExtent:[T,T],borderWidth:0,upperHeight:0},S))})}var b=r.getData().tree.root;b.setLayout(eV(s,p,c),!0),r.setLayoutInfo(s),Sx(b,new s1(-s.x,-s.y,n,i),g,d,0)}};function _x(r,e,t,a){var n,i;if(!r.isRemoved()){var o=r.getLayout();n=o.width,i=o.height;var s=r.getModel(),l=s.get(mx),u=s.get(UB)/2,f=xx(s),h=Math.max(l,f),v=l-u,c=h-u;r.setLayout({borderWidth:l,upperHeight:h,upperLabelHeight:f},!0),n=m6(n-2*v,0),i=m6(i-v-c,0);var p=n*i,d=qB(r,s,p,e,t,a);if(d.length){var g={x:v,y:c,width:n,height:i},y=ne(n,i),m=1/0,_=[];_.area=0;for(var S=0,b=d.length;S=0;l--){var u=n[a==="asc"?o-l-1:l].getValue();u/t*es[1]&&(s[1]=u)})),{sum:a,dataExtent:s}}function QB(r,e,t){for(var a=0,n=1/0,i=0,o=void 0,s=r.length;ia&&(a=o));var l=r.area*r.area,u=e*e*t;return l?m6(u*a/l,l/(u*n)):1/0}function sc(r,e,t,a,n){var i=e===t.width?0:1,o=1-i,s=["x","y"],l=["width","height"],u=t[s[i]],f=e?r.area/e:0;(n||f>t[l[o]])&&(f=t[l[o]]);for(var h=0,v=r.length;hri&&(u=ri),i=s}ua&&(a=e);var i=a%2?a+2:a+3;n=[];for(var o=0;o0&&(b[0]=-b[0],b[1]=-b[1]);var w=S[0]<0?-1:1;if(i.__position!=="start"&&i.__position!=="end"){var T=-Math.atan2(S[1],S[0]);h[0].8?"left":v[0]<-.8?"right":"center",d=v[1]>.8?"top":v[1]<-.8?"bottom":"middle";break;case"start":i.x=-v[0]*y+f[0],i.y=-v[1]*m+f[1],p=v[0]>.8?"right":v[0]<-.8?"left":"center",d=v[1]>.8?"bottom":v[1]<-.8?"top":"middle";break;case"insideStartTop":case"insideStart":case"insideStartBottom":i.x=y*w+f[0],i.y=f[1]+C,p=S[0]<0?"right":"left",i.originX=-y*w,i.originY=-C;break;case"insideMiddleTop":case"insideMiddle":case"insideMiddleBottom":case"middle":i.x=x[0],i.y=x[1]+C,p="center",i.originY=-C;break;case"insideEndTop":case"insideEnd":case"insideEndBottom":i.x=-y*w+h[0],i.y=h[1]+C,p=S[0]>=0?"right":"left",i.originX=y*w,i.originY=-C;break}i.scaleX=i.scaleY=o,i.setStyle({verticalAlign:i.__verticalAlign||d,align:i.__align||p})}},e}(r1);const ul=SV;var xV=function(){function r(e){this.group=new r1,this._LineCtor=e||ul}return r.prototype.updateData=function(e){var t=this;this._progressiveEls=null;var a=this,n=a.group,i=a._lineData;a._lineData=e,i||n.removeAll();var o=vc(e);e.diff(i).add(function(s){t._doAdd(e,s,o)}).update(function(s,l){t._doUpdate(i,e,l,s,o)}).remove(function(s){n.remove(i.getItemGraphicEl(s))}).execute()},r.prototype.updateLayout=function(){var e=this._lineData;e&&e.eachItemGraphicEl(function(t,a){t.updateLayout(e,a)},this)},r.prototype.incrementalPrepareUpdate=function(e){this._seriesScope=vc(e),this._lineData=null,this.group.removeAll()},r.prototype.incrementalUpdate=function(e,t){this._progressiveEls=[];function a(s){!s.isGroup&&!bV(s)&&(s.incremental=!0,s.ensureState("emphasis").hoverLayer=!0)}for(var n=e.start;n0}function vc(r){var e=r.hostModel,t=e.getModel("emphasis");return{lineStyle:e.getModel("lineStyle").getLineStyle(),emphasisLineStyle:t.getModel(["lineStyle"]).getLineStyle(),blurLineStyle:e.getModel(["blur","lineStyle"]).getLineStyle(),selectLineStyle:e.getModel(["select","lineStyle"]).getLineStyle(),emphasisDisabled:t.get("disabled"),blurScope:t.get("blurScope"),focus:t.get("focus"),labelStatesModels:n2(e)}}function cc(r){return isNaN(r[0])||isNaN(r[1])}function Wa(r){return r&&!cc(r[0])&&!cc(r[1])}const fl=xV;var $a=[],Ua=[],Ya=[],B5=o2,Za=U4,pc=Math.abs;function dc(r,e,t){for(var a=r[0],n=r[1],i=r[2],o=1/0,s,l=t*t,u=.1,f=.1;f<=.9;f+=.1){$a[0]=B5(a[0],n[0],i[0],f),$a[1]=B5(a[1],n[1],i[1],f);var h=pc(Za($a,e)-l);h=0?s=s+u:s=s-u:p>=0?s=s-u:s=s+u}return s}function Xa(r,e){var t=[],a=X8,n=[[],[],[]],i=[[],[]],o=[];e/=2,r.eachEdge(function(s,l){var u=s.getLayout(),f=s.getVisual("fromSymbol"),h=s.getVisual("toSymbol");u.__original||(u.__original=[X3(u[0]),X3(u[1])],u[2]&&u.__original.push(X3(u[2])));var v=u.__original;if(u[2]!=null){if(m2(n[0],v[0]),m2(n[1],v[2]),m2(n[2],v[1]),f&&f!=="none"){var c=C8(s.node1),p=dc(n,v[0],c*e);a(n[0][0],n[1][0],n[2][0],p,t),n[0][0]=t[3],n[1][0]=t[4],a(n[0][1],n[1][1],n[2][1],p,t),n[0][1]=t[3],n[1][1]=t[4]}if(h&&h!=="none"){var c=C8(s.node2),p=dc(n,v[1],c*e);a(n[0][0],n[1][0],n[2][0],p,t),n[1][0]=t[1],n[2][0]=t[2],a(n[0][1],n[1][1],n[2][1],p,t),n[1][1]=t[1],n[2][1]=t[2]}m2(u[0],n[0]),m2(u[1],n[2]),m2(u[2],n[1])}else{if(m2(i[0],v[0]),m2(i[1],v[1]),V4(o,i[1],i[0]),g5(o,o),f&&f!=="none"){var c=C8(s.node1);xt(i[0],i[0],o,c*e)}if(h&&h!=="none"){var c=C8(s.node2);xt(i[1],i[1],o,-c*e)}m2(u[0],i[0]),m2(u[1],i[1])}})}function gc(r){return r.type==="view"}var wV=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type=e.type,t}return e.prototype.init=function(t,a){var n=new W6,i=new fl,o=this.group;this._controller=new Z6(a.getZr()),this._controllerHost={target:o},o.add(n.group),o.add(i.group),this._symbolDraw=n,this._lineDraw=i,this._firstRender=!0},e.prototype.render=function(t,a,n){var i=this,o=t.coordinateSystem;this._model=t;var s=this._symbolDraw,l=this._lineDraw,u=this.group;if(gc(o)){var f={x:o.x,y:o.y,scaleX:o.scaleX,scaleY:o.scaleY};this._firstRender?u.attr(f):A1(u,f,t)}Xa(t.getGraph(),T8(t));var h=t.getData();s.updateData(h);var v=t.getEdgeData();l.updateData(v),this._updateNodeAndLinkScale(),this._updateController(t,a,n),clearTimeout(this._layoutTimeout);var c=t.forceLayout,p=t.get(["force","layoutAnimation"]);c&&this._startForceLayoutIteration(c,p);var d=t.get("layout");h.graph.eachNode(function(_){var S=_.dataIndex,b=_.getGraphicEl(),x=_.getModel();if(b){b.off("drag").off("dragend");var w=x.get("draggable");w&&b.on("drag",function(C){switch(d){case"force":c.warmUp(),!i._layouting&&i._startForceLayoutIteration(c,p),c.setFixed(S),h.setItemLayout(S,[b.x,b.y]);break;case"circular":h.setItemLayout(S,[b.x,b.y]),_.setLayout({fixed:!0},!0),ll(t,"symbolSize",_,[C.offsetX,C.offsetY]),i.updateLayout(t);break;case"none":default:h.setItemLayout(S,[b.x,b.y]),sl(t.getGraph(),t),i.updateLayout(t);break}}).on("dragend",function(){c&&c.setUnfixed(S)}),b.setDraggable(w,!!x.get("cursor"));var T=x.get(["emphasis","focus"]);T==="adjacency"&&(n1(b).focus=_.getAdjacentDataIndices())}}),h.graph.eachEdge(function(_){var S=_.getGraphicEl(),b=_.getModel().get(["emphasis","focus"]);S&&b==="adjacency"&&(n1(S).focus={edge:[_.dataIndex],node:[_.node1.dataIndex,_.node2.dataIndex]})});var g=t.get("layout")==="circular"&&t.get(["circular","rotateLabel"]),y=h.getLayout("cx"),m=h.getLayout("cy");h.graph.eachNode(function(_){Ax(_,g,y,m)}),this._firstRender=!1},e.prototype.dispose=function(){this._controller&&this._controller.dispose(),this._controllerHost=null},e.prototype._startForceLayoutIteration=function(t,a){var n=this;(function i(){t.step(function(o){n.updateLayout(n._model),(n._layouting=!o)&&(a?n._layoutTimeout=setTimeout(i,16):i())})})()},e.prototype._updateController=function(t,a,n){var i=this,o=this._controller,s=this._controllerHost,l=this.group;if(o.setPointerChecker(function(u,f,h){var v=l.getBoundingRect();return v.applyTransform(l.transform),v.contain(f,h)&&!rr(u,n,t)}),!gc(t.coordinateSystem)){o.disable();return}o.enable(t.get("roam")),s.zoomLimit=t.get("scaleLimit"),s.zoom=t.coordinateSystem.getZoom(),o.off("pan").off("zoom").on("pan",function(u){js(s,u.dx,u.dy),n.dispatchAction({seriesId:t.id,type:"graphRoam",dx:u.dx,dy:u.dy})}).on("zoom",function(u){Js(s,u.scale,u.originX,u.originY),n.dispatchAction({seriesId:t.id,type:"graphRoam",zoom:u.scale,originX:u.originX,originY:u.originY}),i._updateNodeAndLinkScale(),Xa(t.getGraph(),T8(t)),i._lineDraw.updateLayout(),n.updateLabelLayout()})},e.prototype._updateNodeAndLinkScale=function(){var t=this._model,a=t.getData(),n=T8(t);a.eachItemGraphicEl(function(i,o){i&&i.setSymbolScale(n)})},e.prototype.updateLayout=function(t){Xa(t.getGraph(),T8(t)),this._symbolDraw.updateLayout(),this._lineDraw.updateLayout()},e.prototype.remove=function(t,a){this._symbolDraw&&this._symbolDraw.remove(),this._lineDraw&&this._lineDraw.remove()},e.type="graph",e}(E1);const TV=wV;function V5(r){return"_EC_"+r}var CV=function(){function r(e){this.type="graph",this.nodes=[],this.edges=[],this._nodesMap={},this._edgesMap={},this._directed=e||!1}return r.prototype.isDirected=function(){return this._directed},r.prototype.addNode=function(e,t){e=e==null?""+t:""+e;var a=this._nodesMap;if(!a[V5(e)]){var n=new G9(e,t);return n.hostGraph=this,this.nodes.push(n),a[V5(e)]=n,n}},r.prototype.getNodeByIndex=function(e){var t=this.data.getRawIndex(e);return this.nodes[t]},r.prototype.getNodeById=function(e){return this._nodesMap[V5(e)]},r.prototype.addEdge=function(e,t,a){var n=this._nodesMap,i=this._edgesMap;if(T1(e)&&(e=this.nodes[e]),T1(t)&&(t=this.nodes[t]),e instanceof G9||(e=n[V5(e)]),t instanceof G9||(t=n[V5(t)]),!(!e||!t)){var o=e.id+"-"+t.id,s=new Dx(e,t,a);return s.hostGraph=this,this._directed&&(e.outEdges.push(s),t.inEdges.push(s)),e.edges.push(s),e!==t&&t.edges.push(s),this.edges.push(s),i[o]=s,s}},r.prototype.getEdgeByIndex=function(e){var t=this.edgeData.getRawIndex(e);return this.edges[t]},r.prototype.getEdge=function(e,t){e instanceof G9&&(e=e.id),t instanceof G9&&(t=t.id);var a=this._edgesMap;return this._directed?a[e+"-"+t]:a[e+"-"+t]||a[t+"-"+e]},r.prototype.eachNode=function(e,t){for(var a=this.nodes,n=a.length,i=0;i=0&&e.call(t,a[i],i)},r.prototype.eachEdge=function(e,t){for(var a=this.edges,n=a.length,i=0;i=0&&a[i].node1.dataIndex>=0&&a[i].node2.dataIndex>=0&&e.call(t,a[i],i)},r.prototype.breadthFirstTraverse=function(e,t,a,n){if(t instanceof G9||(t=this._nodesMap[V5(t)]),!!t){for(var i=a==="out"?"outEdges":a==="in"?"inEdges":"edges",o=0;o=0&&l.node2.dataIndex>=0});for(var i=0,o=n.length;i=0&&this[r][e].setItemVisual(this.dataIndex,t,a)},getVisual:function(t){return this[r][e].getItemVisual(this.dataIndex,t)},setLayout:function(t,a){this.dataIndex>=0&&this[r][e].setItemLayout(this.dataIndex,t,a)},getLayout:function(){return this[r][e].getItemLayout(this.dataIndex)},getGraphicEl:function(){return this[r][e].getItemGraphicEl(this.dataIndex)},getRawIndex:function(){return this[r][e].getRawIndex(this.dataIndex)}}}Y1(G9,Lx("hostGraph","data"));Y1(Dx,Lx("hostGraph","edgeData"));const AV=CV;function Ix(r,e,t,a,n){for(var i=new AV(a),o=0;o "+v)),u++)}var c=t.get("coordinateSystem"),p;if(c==="cartesian2d"||c==="polar")p=e4(r,t);else{var d=R0.get(c),g=d?d.dimensions||[]:[];c1(g,"value")<0&&g.concat(["value"]);var y=N0(r,{coordDimensions:g,encodeDefine:t.getEncode()}).dimensions;p=new S2(y,t),p.initData(r)}var m=new S2(["value"],t);return m.initData(l,s),n&&n(p,m),fx({mainData:p,struct:i,structAttr:"graph",datas:{node:p,edge:m},datasAttr:{node:"data",edge:"edgeData"}}),i.update(),i}var MV=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type=e.type,t.hasSymbolVisual=!0,t}return e.prototype.init=function(t){r.prototype.init.apply(this,arguments);var a=this;function n(){return a._categoriesData}this.legendVisualProvider=new Y6(n,n),this.fillDataTextStyle(t.edges||t.links),this._updateCategoriesData()},e.prototype.mergeOption=function(t){r.prototype.mergeOption.apply(this,arguments),this.fillDataTextStyle(t.edges||t.links),this._updateCategoriesData()},e.prototype.mergeDefaultAndTheme=function(t){r.prototype.mergeDefaultAndTheme.apply(this,arguments),l5(t,"edgeLabel",["show"])},e.prototype.getInitialData=function(t,a){var n=t.edges||t.links||[],i=t.data||t.nodes||[],o=this;if(i&&n){lV(this);var s=Ix(i,n,this,!0,l);return A(s.edges,function(u){uV(u.node1,u.node2,this,u.dataIndex)},this),s.data}function l(u,f){u.wrapMethod("getItemModel",function(p){var d=o._categoriesModels,g=p.getShallow("category"),y=d[g];return y&&(y.parentModel=p.parentModel,p.parentModel=y),p});var h=P1.prototype.getModel;function v(p,d){var g=h.call(this,p,d);return g.resolveParentPath=c,g}f.wrapMethod("getItemModel",function(p){return p.resolveParentPath=c,p.getModel=v,p});function c(p){if(p&&(p[0]==="label"||p[1]==="label")){var d=p.slice();return p[0]==="label"?d[0]="edgeLabel":p[1]==="label"&&(d[1]="edgeLabel"),d}return p}}},e.prototype.getGraph=function(){return this.getData().graph},e.prototype.getEdgeData=function(){return this.getGraph().edgeData},e.prototype.getCategoriesData=function(){return this._categoriesData},e.prototype.formatTooltip=function(t,a,n){if(n==="edge"){var i=this.getData(),o=this.getDataParams(t,n),s=i.graph.getEdgeByIndex(t),l=i.getName(s.node1.dataIndex),u=i.getName(s.node2.dataIndex),f=[];return l!=null&&f.push(l),u!=null&&f.push(u),i2("nameValue",{name:f.join(" > "),value:o.value,noValue:o.value==null})}var h=$m({series:this,dataIndex:t,multipleSeries:a});return h},e.prototype._updateCategoriesData=function(){var t=G(this.option.categories||[],function(n){return n.value!=null?n:B({value:0},n)}),a=new S2(["value"],this);a.initData(t),this._categoriesData=a,this._categoriesModels=a.mapArray(function(n){return a.getItemModel(n)})},e.prototype.setZoom=function(t){this.option.zoom=t},e.prototype.setCenter=function(t){this.option.center=t},e.prototype.isAnimationEnabled=function(){return r.prototype.isAnimationEnabled.call(this)&&!(this.get("layout")==="force"&&this.get(["force","layoutAnimation"]))},e.type="series.graph",e.dependencies=["grid","polar","geo","singleAxis","calendar"],e.defaultOption={z:2,coordinateSystem:"view",legendHoverLink:!0,layout:null,circular:{rotateLabel:!1},force:{initLayout:null,repulsion:[0,50],gravity:.1,friction:.6,edgeLength:30,layoutAnimation:!0},left:"center",top:"center",symbol:"circle",symbolSize:10,edgeSymbol:["none","none"],edgeSymbolSize:10,edgeLabel:{position:"middle",distance:5},draggable:!1,roam:!1,center:null,zoom:1,nodeScaleRatio:.6,label:{show:!1,formatter:"{b}"},itemStyle:{},lineStyle:{color:"#aaa",width:1,opacity:.5},emphasis:{scale:!0,label:{show:!0}},select:{itemStyle:{borderColor:"#212121"}}},e}(B1);const DV=MV;var LV={type:"graphRoam",event:"graphRoam",update:"none"};function IV(r){r.registerChartView(TV),r.registerSeriesModel(DV),r.registerProcessor(aV),r.registerVisual(nV),r.registerVisual(iV),r.registerLayout(fV),r.registerLayout(r.PRIORITY.VISUAL.POST_CHART_LAYOUT,vV),r.registerLayout(pV),r.registerCoordinateSystem("graphView",{dimensions:X6.dimensions,create:gV}),r.registerAction({type:"focusNodeAdjacency",event:"focusNodeAdjacency",update:"series:focusNodeAdjacency"},U1),r.registerAction({type:"unfocusNodeAdjacency",event:"unfocusNodeAdjacency",update:"series:unfocusNodeAdjacency"},U1),r.registerAction(LV,function(e,t,a){t.eachComponent({mainType:"series",query:e},function(n){var i=n.coordinateSystem,o=tl(i,e,void 0,a);n.setCenter&&n.setCenter(o.center),n.setZoom&&n.setZoom(o.zoom)})})}var PV=function(){function r(){this.angle=0,this.width=10,this.r=10,this.x=0,this.y=0}return r}(),RV=function(r){k(e,r);function e(t){var a=r.call(this,t)||this;return a.type="pointer",a}return e.prototype.getDefaultShape=function(){return new PV},e.prototype.buildPath=function(t,a){var n=Math.cos,i=Math.sin,o=a.r,s=a.width,l=a.angle,u=a.x-n(l)*s*(s>=o/3?1:2),f=a.y-i(l)*s*(s>=o/3?1:2);l=a.angle-Math.PI/2,t.moveTo(u,f),t.lineTo(a.x+n(l)*s,a.y+i(l)*s),t.lineTo(a.x+n(a.angle)*o,a.y+i(a.angle)*o),t.lineTo(a.x-n(l)*s,a.y-i(l)*s),t.lineTo(u,f)},e}(d1);const EV=RV;function kV(r,e){var t=r.get("center"),a=e.getWidth(),n=e.getHeight(),i=Math.min(a,n),o=H(t[0],e.getWidth()),s=H(t[1],e.getHeight()),l=H(r.get("radius"),i/2);return{cx:o,cy:s,r:l}}function H7(r,e){var t=r==null?"":r+"";return e&&($(e)?t=e.replace("{value}",t):K(e)&&(t=e(r))),t}var OV=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type=e.type,t}return e.prototype.render=function(t,a,n){this.group.removeAll();var i=t.get(["axisLine","lineStyle","color"]),o=kV(t,n);this._renderMain(t,a,n,i,o),this._data=t.getData()},e.prototype.dispose=function(){},e.prototype._renderMain=function(t,a,n,i,o){var s=this.group,l=t.get("clockwise"),u=-t.get("startAngle")/180*Math.PI,f=-t.get("endAngle")/180*Math.PI,h=t.getModel("axisLine"),v=h.get("roundCap"),c=v?Qt:L2,p=h.get("show"),d=h.getModel("lineStyle"),g=d.get("width"),y=[u,f];ay(y,!l),u=y[0],f=y[1];for(var m=f-u,_=u,S=[],b=0;p&&b=C&&(M===0?0:i[M-1][0])Math.PI/2&&(t1+=Math.PI)):J==="tangential"?t1=-T-Math.PI/2:T1(J)&&(t1=J*Math.PI/180),t1===0?h.add(new S1({style:O1(_,{text:V,x:W,y:Z,verticalAlign:R<-.8?"top":R>.8?"bottom":"middle",align:P<-.4?"left":P>.4?"right":"center"},{inheritColor:F}),silent:!0})):h.add(new S1({style:O1(_,{text:V,x:W,y:Z,verticalAlign:"middle",align:"center"},{inheritColor:F}),silent:!0,originX:W,originY:Z,rotation:t1}))}if(m.get("show")&&E!==S){var N=m.get("distance");N=N?N+f:f;for(var g1=0;g1<=b;g1++){P=Math.cos(T),R=Math.sin(T);var M1=new r2({shape:{x1:P*(p-N)+v,y1:R*(p-N)+c,x2:P*(p-w-N)+v,y2:R*(p-w-N)+c},silent:!0,style:L});L.stroke==="auto"&&M1.setStyle({stroke:i((E+g1/b)/S)}),h.add(M1),T+=M}T-=M}else T+=C}},e.prototype._renderPointer=function(t,a,n,i,o,s,l,u,f){var h=this.group,v=this._data,c=this._progressEls,p=[],d=t.get(["pointer","show"]),g=t.getModel("progress"),y=g.get("show"),m=t.getData(),_=m.mapDimension("value"),S=+t.get("min"),b=+t.get("max"),x=[S,b],w=[s,l];function T(M,D){var L=m.getItemModel(M),I=L.getModel("pointer"),P=H(I.get("width"),o.r),R=H(I.get("length"),o.r),E=t.get(["pointer","icon"]),N=I.get("offsetCenter"),O=H(N[0],o.r),V=H(N[1],o.r),F=I.get("keepAspect"),W;return E?W=X1(E,O-P/2,V-R,P,R,null,F):W=new EV({shape:{angle:-Math.PI/2,width:P,r:R,x:O,y:V}}),W.rotation=-(D+Math.PI/2),W.x=o.cx,W.y=o.cy,W}function C(M,D){var L=g.get("roundCap"),I=L?Qt:L2,P=g.get("overlap"),R=P?g.get("width"):f/m.count(),E=P?o.r-R:o.r-(M+1)*R,N=P?o.r:o.r-M*R,O=new I({shape:{startAngle:s,endAngle:D,cx:o.cx,cy:o.cy,clockwise:u,r0:E,r:N}});return P&&(O.z2=b-m.get(_,M)%b),O}(y||d)&&(m.diff(v).add(function(M){var D=m.get(_,M);if(d){var L=T(M,s);V1(L,{rotation:-((isNaN(+D)?w[0]:L1(D,x,w,!0))+Math.PI/2)},t),h.add(L),m.setItemGraphicEl(M,L)}if(y){var I=C(M,s),P=g.get("clip");V1(I,{shape:{endAngle:L1(D,x,w,P)}},t),h.add(I),li(t.seriesIndex,m.dataType,M,I),p[M]=I}}).update(function(M,D){var L=m.get(_,M);if(d){var I=v.getItemGraphicEl(D),P=I?I.rotation:s,R=T(M,P);R.rotation=P,A1(R,{rotation:-((isNaN(+L)?w[0]:L1(L,x,w,!0))+Math.PI/2)},t),h.add(R),m.setItemGraphicEl(M,R)}if(y){var E=c[D],N=E?E.shape.endAngle:s,O=C(M,N),V=g.get("clip");A1(O,{shape:{endAngle:L1(L,x,w,V)}},t),h.add(O),li(t.seriesIndex,m.dataType,M,O),p[M]=O}}).execute(),m.each(function(M){var D=m.getItemModel(M),L=D.getModel("emphasis"),I=L.get("focus"),P=L.get("blurScope"),R=L.get("disabled");if(d){var E=m.getItemGraphicEl(M),N=m.getItemVisual(M,"style"),O=N.fill;if(E instanceof l2){var V=E.style;E.useStyle(B({image:V.image,x:V.x,y:V.y,width:V.width,height:V.height},N))}else E.useStyle(N),E.type!=="pointer"&&E.setColor(O);E.setStyle(D.getModel(["pointer","itemStyle"]).getItemStyle()),E.style.fill==="auto"&&E.setStyle("fill",i(L1(m.get(_,M),x,[0,1],!0))),E.z2EmphasisLift=0,v2(E,D),W1(E,I,P,R)}if(y){var F=p[M];F.useStyle(m.getItemVisual(M,"style")),F.setStyle(D.getModel(["progress","itemStyle"]).getItemStyle()),F.z2EmphasisLift=0,v2(F,D),W1(F,I,P,R)}}),this._progressEls=p)},e.prototype._renderAnchor=function(t,a){var n=t.getModel("anchor"),i=n.get("show");if(i){var o=n.get("size"),s=n.get("icon"),l=n.get("offsetCenter"),u=n.get("keepAspect"),f=X1(s,a.cx-o/2+H(l[0],a.r),a.cy-o/2+H(l[1],a.r),o,o,null,u);f.z2=n.get("showAbove")?1:0,f.setStyle(n.getModel("itemStyle").getItemStyle()),this.group.add(f)}},e.prototype._renderTitleAndDetail=function(t,a,n,i,o){var s=this,l=t.getData(),u=l.mapDimension("value"),f=+t.get("min"),h=+t.get("max"),v=new r1,c=[],p=[],d=t.isAnimationEnabled(),g=t.get(["pointer","showAbove"]);l.diff(this._data).add(function(y){c[y]=new S1({silent:!0}),p[y]=new S1({silent:!0})}).update(function(y,m){c[y]=s._titleEls[m],p[y]=s._detailEls[m]}).execute(),l.each(function(y){var m=l.getItemModel(y),_=l.get(u,y),S=new r1,b=i(L1(_,[f,h],[0,1],!0)),x=m.getModel("title");if(x.get("show")){var w=x.get("offsetCenter"),T=o.cx+H(w[0],o.r),C=o.cy+H(w[1],o.r),M=c[y];M.attr({z2:g?0:2,style:O1(x,{x:T,y:C,text:l.getName(y),align:"center",verticalAlign:"middle"},{inheritColor:b})}),S.add(M)}var D=m.getModel("detail");if(D.get("show")){var L=D.get("offsetCenter"),I=o.cx+H(L[0],o.r),P=o.cy+H(L[1],o.r),R=H(D.get("width"),o.r),E=H(D.get("height"),o.r),N=t.get(["progress","show"])?l.getItemVisual(y,"style").fill:b,M=p[y],O=D.get("formatter");M.attr({z2:g?0:2,style:O1(D,{x:I,y:P,text:H7(_,O),width:isNaN(R)?null:R,height:isNaN(E)?null:E,align:"center",verticalAlign:"middle"},{inheritColor:N})}),qy(M,{normal:D},_,function(F){return H7(F,O)}),d&&Ky(M,y,l,t,{getFormattedLabel:function(F,W,Z,J,t1,g1){return H7(g1?g1.interpolatedValue:_,O)}}),S.add(M)}v.add(S)}),this.group.add(v),this._titleEls=c,this._detailEls=p},e.type="gauge",e}(E1);const NV=OV;var BV=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type=e.type,t.visualStyleAccessPath="itemStyle",t}return e.prototype.getInitialData=function(t,a){return V0(this,["value"])},e.type="series.gauge",e.defaultOption={z:2,colorBy:"data",center:["50%","50%"],legendHoverLink:!0,radius:"75%",startAngle:225,endAngle:-45,clockwise:!0,min:0,max:100,splitNumber:10,axisLine:{show:!0,roundCap:!1,lineStyle:{color:[[1,"#E6EBF8"]],width:10}},progress:{show:!1,overlap:!0,width:10,roundCap:!1,clip:!0},splitLine:{show:!0,length:10,distance:10,lineStyle:{color:"#63677A",width:3,type:"solid"}},axisTick:{show:!0,splitNumber:5,length:6,distance:10,lineStyle:{color:"#63677A",width:1,type:"solid"}},axisLabel:{show:!0,distance:15,color:"#464646",fontSize:12,rotate:0},pointer:{icon:null,offsetCenter:[0,0],show:!0,showAbove:!0,length:"60%",width:6,keepAspect:!1},anchor:{show:!1,showAbove:!1,size:6,icon:"circle",offsetCenter:[0,0],keepAspect:!1,itemStyle:{color:"#fff",borderWidth:0,borderColor:"#5470c6"}},title:{show:!0,offsetCenter:[0,"20%"],color:"#464646",fontSize:16,valueAnimation:!1},detail:{show:!0,backgroundColor:"rgba(0,0,0,0)",borderWidth:0,borderColor:"#ccc",width:100,height:null,padding:[5,10],offsetCenter:[0,"40%"],color:"#464646",fontSize:30,fontWeight:"bold",lineHeight:30,valueAnimation:!1}},e}(B1);const VV=BV;function zV(r){r.registerChartView(NV),r.registerSeriesModel(VV)}var GV=["itemStyle","opacity"],FV=function(r){k(e,r);function e(t,a){var n=r.call(this)||this,i=n,o=new P2,s=new S1;return i.setTextContent(s),n.setTextGuideLine(o),n.updateData(t,a,!0),n}return e.prototype.updateData=function(t,a,n){var i=this,o=t.hostModel,s=t.getItemModel(a),l=t.getItemLayout(a),u=s.getModel("emphasis"),f=s.get(GV);f=f??1,n||R3(i),i.useStyle(t.getItemVisual(a,"style")),i.style.lineJoin="round",n?(i.setShape({points:l.points}),i.style.opacity=0,V1(i,{style:{opacity:f}},o,a)):A1(i,{style:{opacity:f},shape:{points:l.points}},o,a),v2(i,s),this._updateLabel(t,a),W1(this,u.get("focus"),u.get("blurScope"),u.get("disabled"))},e.prototype._updateLabel=function(t,a){var n=this,i=this.getTextGuideLine(),o=n.getTextContent(),s=t.hostModel,l=t.getItemModel(a),u=t.getItemLayout(a),f=u.label,h=t.getItemVisual(a,"style"),v=h.fill;c2(o,n2(l),{labelFetcher:t.hostModel,labelDataIndex:a,defaultOpacity:h.opacity,defaultText:t.getName(a)},{normal:{align:f.textAlign,verticalAlign:f.verticalAlign}}),n.setTextConfig({local:!0,inside:!!f.inside,insideStroke:v,outsideFill:v});var c=f.linePoints;i.setShape({points:c}),n.textGuideLineConfig={anchor:c?new u1(c[0][0],c[0][1]):null},A1(o,{style:{x:f.x,y:f.y}},s,a),o.attr({rotation:f.rotation,originX:f.x,originY:f.y,z2:10}),Hs(n,Ws(l),{stroke:v})},e}(I2),HV=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type=e.type,t.ignoreLabelLineUpdate=!0,t}return e.prototype.render=function(t,a,n){var i=t.getData(),o=this._data,s=this.group;i.diff(o).add(function(l){var u=new FV(i,l);i.setItemGraphicEl(l,u),s.add(u)}).update(function(l,u){var f=o.getItemGraphicEl(u);f.updateData(i,l),s.add(f),i.setItemGraphicEl(l,f)}).remove(function(l){var u=o.getItemGraphicEl(l);n6(u,t,l)}).execute(),this._data=i},e.prototype.remove=function(){this.group.removeAll(),this._data=null},e.prototype.dispose=function(){},e.type="funnel",e}(E1);const WV=HV;var $V=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type=e.type,t}return e.prototype.init=function(t){r.prototype.init.apply(this,arguments),this.legendVisualProvider=new Y6(U(this.getData,this),U(this.getRawData,this)),this._defaultLabelLine(t)},e.prototype.getInitialData=function(t,a){return V0(this,{coordDimensions:["value"],encodeDefaulter:i1(cs,this)})},e.prototype._defaultLabelLine=function(t){l5(t,"labelLine",["show"]);var a=t.labelLine,n=t.emphasis.labelLine;a.show=a.show&&t.label.show,n.show=n.show&&t.emphasis.label.show},e.prototype.getDataParams=function(t){var a=this.getData(),n=r.prototype.getDataParams.call(this,t),i=a.mapDimension("value"),o=a.getSum(i);return n.percent=o?+(a.get(i,t)/o*100).toFixed(2):0,n.$vars.push("percent"),n},e.type="series.funnel",e.defaultOption={z:2,legendHoverLink:!0,colorBy:"data",left:80,top:60,right:80,bottom:60,minSize:"0%",maxSize:"100%",sort:"descending",orient:"vertical",gap:0,funnelAlign:"center",label:{show:!0,position:"outer"},labelLine:{show:!0,length:20,lineStyle:{width:1}},itemStyle:{borderColor:"#fff",borderWidth:1},emphasis:{label:{show:!0}},select:{itemStyle:{borderColor:"#212121"}}},e}(B1);const UV=$V;function YV(r,e){return J1(r.getBoxLayoutParams(),{width:e.getWidth(),height:e.getHeight()})}function ZV(r,e){for(var t=r.mapDimension("value"),a=r.mapArray(t,function(l){return l}),n=[],i=e==="ascending",o=0,s=r.count();ovz)return;var n=this._model.coordinateSystem.getSlidedAxisExpandWindow([r.offsetX,r.offsetY]);n.behavior!=="none"&&this._dispatchExpand({axisExpandWindow:n.axisExpandWindow})}this._mouseDownPoint=null},mousemove:function(r){if(!(this._mouseDownPoint||!Ka(this,"mousemove"))){var e=this._model,t=e.coordinateSystem.getSlidedAxisExpandWindow([r.offsetX,r.offsetY]),a=t.behavior;a==="jump"&&this._throttledDispatchExpand.debounceNextCall(e.get("axisExpandDebounce")),this._throttledDispatchExpand(a==="none"?null:{axisExpandWindow:t.axisExpandWindow,animation:a==="jump"?null:{duration:0}})}}};function Ka(r,e){var t=r._model;return t.get("axisExpandable")&&t.get("axisExpandTriggerOn")===e}const dz=cz;var gz=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type=e.type,t}return e.prototype.init=function(){r.prototype.init.apply(this,arguments),this.mergeOption({})},e.prototype.mergeOption=function(t){var a=this.option;t&&o1(a,t,!0),this._initDimensions()},e.prototype.contains=function(t,a){var n=t.get("parallelIndex");return n!=null&&a.getComponent("parallel",n)===this},e.prototype.setAxisExpand=function(t){A(["axisExpandable","axisExpandCenter","axisExpandCount","axisExpandWidth","axisExpandWindow"],function(a){t.hasOwnProperty(a)&&(this.option[a]=t[a])},this)},e.prototype._initDimensions=function(){var t=this.dimensions=[],a=this.parallelAxisIndex=[],n=I1(this.ecModel.queryComponents({mainType:"parallelAxis"}),function(i){return(i.get("parallelIndex")||0)===this.componentIndex},this);A(n,function(i){t.push("dim"+i.get("dim")),a.push(i.componentIndex)})},e.type="parallel",e.dependencies=["parallelAxis"],e.layoutMode="box",e.defaultOption={z:0,left:80,top:60,right:80,bottom:60,layout:"horizontal",axisExpandable:!1,axisExpandCenter:null,axisExpandCount:0,axisExpandWidth:50,axisExpandRate:17,axisExpandDebounce:50,axisExpandSlideTriggerArea:[-.15,.05,.4],axisExpandTriggerOn:"click",parallelAxisDefault:null},e}(_1);const yz=gz;var mz=function(r){k(e,r);function e(t,a,n,i,o){var s=r.call(this,t,a,n)||this;return s.type=i||"value",s.axisIndex=o,s}return e.prototype.isHorizontal=function(){return this.coordinateSystem.getModel().get("layout")!=="horizontal"},e}(g3);const _z=mz;function b5(r,e,t,a,n,i){r=r||0;var o=t[1]-t[0];if(n!=null&&(n=z5(n,[0,o])),i!=null&&(i=Math.max(i,n??0)),a==="all"){var s=Math.abs(e[1]-e[0]);s=z5(s,[0,o]),n=i=z5(s,[n,i]),a=0}e[0]=z5(e[0],t),e[1]=z5(e[1],t);var l=ja(e,a);e[a]+=r;var u=n||0,f=t.slice();l.sign<0?f[0]+=u:f[1]-=u,e[a]=z5(e[a],f);var h;return h=ja(e,a),n!=null&&(h.sign!==l.sign||h.spani&&(e[1-a]=e[a]+h.sign*i),e}function ja(r,e){var t=r[e]-r[1-e];return{span:Math.abs(t),sign:t>0?-1:t<0?1:e?-1:1}}function z5(r,e){return Math.min(e[1]!=null?e[1]:1/0,Math.max(e[0]!=null?e[0]:-1/0,r))}var Ja=A,Rx=Math.min,Ex=Math.max,_c=Math.floor,Sz=Math.ceil,Sc=H1,xz=Math.PI,bz=function(){function r(e,t,a){this.type="parallel",this._axesMap=X(),this._axesLayout={},this.dimensions=e.dimensions,this._model=e,this._init(e,t,a)}return r.prototype._init=function(e,t,a){var n=e.dimensions,i=e.parallelAxisIndex;Ja(n,function(o,s){var l=i[s],u=t.getComponent("parallelAxis",l),f=this._axesMap.set(o,new _z(o,G6(u),[0,0],u.get("type"),l)),h=f.type==="category";f.onBand=h&&u.get("boundaryGap"),f.inverse=u.get("inverse"),u.axis=f,f.model=u,f.coordinateSystem=u.coordinateSystem=this},this)},r.prototype.update=function(e,t){this._updateAxesFromSeries(this._model,e)},r.prototype.containPoint=function(e){var t=this._makeLayoutInfo(),a=t.axisBase,n=t.layoutBase,i=t.pixelDimIndex,o=e[1-i],s=e[i];return o>=a&&o<=a+t.axisLength&&s>=n&&s<=n+t.layoutLength},r.prototype.getModel=function(){return this._model},r.prototype._updateAxesFromSeries=function(e,t){t.eachSeries(function(a){if(e.contains(a,t)){var n=a.getData();Ja(this.dimensions,function(i){var o=this._axesMap.get(i);o.scale.unionExtentFromData(n,n.mapDimension(i)),c5(o.scale,o.model)},this)}},this)},r.prototype.resize=function(e,t){this._rect=J1(e.getBoxLayoutParams(),{width:t.getWidth(),height:t.getHeight()}),this._layoutAxes()},r.prototype.getRect=function(){return this._rect},r.prototype._makeLayoutInfo=function(){var e=this._model,t=this._rect,a=["x","y"],n=["width","height"],i=e.get("layout"),o=i==="horizontal"?0:1,s=t[n[o]],l=[0,s],u=this.dimensions.length,f=W7(e.get("axisExpandWidth"),l),h=W7(e.get("axisExpandCount")||0,[0,u]),v=e.get("axisExpandable")&&u>3&&u>h&&h>1&&f>0&&s>0,c=e.get("axisExpandWindow"),p;if(c)p=W7(c[1]-c[0],l),c[1]=c[0]+p;else{p=W7(f*(h-1),l);var d=e.get("axisExpandCenter")||_c(u/2);c=[f*d-p/2],c[1]=c[0]+p}var g=(s-p)/(u-h);g<3&&(g=0);var y=[_c(Sc(c[0]/f,1))+1,Sz(Sc(c[1]/f,1))-1],m=g/f*c[0];return{layout:i,pixelDimIndex:o,layoutBase:t[a[o]],layoutLength:s,axisBase:t[a[1-o]],axisLength:t[n[1-o]],axisExpandable:v,axisExpandWidth:f,axisCollapseWidth:g,axisExpandWindow:c,axisCount:u,winInnerIndices:y,axisExpandWindow0Pos:m}},r.prototype._layoutAxes=function(){var e=this._rect,t=this._axesMap,a=this.dimensions,n=this._makeLayoutInfo(),i=n.layout;t.each(function(o){var s=[0,n.axisLength],l=o.inverse?1:0;o.setExtent(s[l],s[1-l])}),Ja(a,function(o,s){var l=(n.axisExpandable?Tz:wz)(s,n),u={horizontal:{x:l.position,y:n.axisLength},vertical:{x:0,y:l.position}},f={horizontal:xz/2,vertical:0},h=[u[i].x+e.x,u[i].y+e.y],v=f[i],c=F2();s9(c,c,v),L3(c,c,h),this._axesLayout[o]={position:h,rotation:v,transform:c,axisNameAvailableWidth:l.axisNameAvailableWidth,axisLabelShow:l.axisLabelShow,nameTruncateMaxWidth:l.nameTruncateMaxWidth,tickDirection:1,labelDirection:1}},this)},r.prototype.getAxis=function(e){return this._axesMap.get(e)},r.prototype.dataToPoint=function(e,t){return this.axisCoordToPoint(this._axesMap.get(t).dataToCoord(e),t)},r.prototype.eachActiveState=function(e,t,a,n){a==null&&(a=0),n==null&&(n=e.count());var i=this._axesMap,o=this.dimensions,s=[],l=[];A(o,function(g){s.push(e.mapDimension(g)),l.push(i.get(g).model)});for(var u=this.hasAxisBrushed(),f=a;fi*(1-h[0])?(u="jump",l=s-i*(1-h[2])):(l=s-i*h[1])>=0&&(l=s-i*(1-h[1]))<=0&&(l=0),l*=t.axisExpandWidth/f,l?b5(l,n,o,"all"):u="none";else{var c=n[1]-n[0],p=o[1]*s/c;n=[Ex(0,p-c/2)],n[1]=Rx(o[1],n[0]+c),n[0]=n[1]-c}return{axisExpandWindow:n,behavior:u}},r}();function W7(r,e){return Rx(Ex(r,e[0]),e[1])}function wz(r,e){var t=e.layoutLength/(e.axisCount-1);return{position:t*r,axisNameAvailableWidth:t,axisLabelShow:!0}}function Tz(r,e){var t=e.layoutLength,a=e.axisExpandWidth,n=e.axisCount,i=e.axisCollapseWidth,o=e.winInnerIndices,s,l=i,u=!1,f;return r=0;n--)Z2(a[n])},e.prototype.getActiveState=function(t){var a=this.activeIntervals;if(!a.length)return"normal";if(t==null||isNaN(+t))return"inactive";if(a.length===1){var n=a[0];if(n[0]<=t&&t<=n[1])return"active"}else for(var i=0,o=a.length;iPz}function Gx(r){var e=r.length-1;return e<0&&(e=0),[r[0],r[e]]}function Fx(r,e,t,a){var n=new r1;return n.add(new x1({name:"main",style:pl(t),silent:!0,draggable:!0,cursor:"move",drift:i1(Tc,r,e,n,["n","s","w","e"]),ondragend:i1(d5,e,{isEnd:!0})})),A(a,function(i){n.add(new x1({name:i.join(""),style:{opacity:0},draggable:!0,silent:!0,invisible:!0,drift:i1(Tc,r,e,n,i),ondragend:i1(d5,e,{isEnd:!0})}))}),n}function Hx(r,e,t,a){var n=a.brushStyle.lineWidth||0,i=y0(n,Rz),o=t[0][0],s=t[1][0],l=o-n/2,u=s-n/2,f=t[0][1],h=t[1][1],v=f-i+n/2,c=h-i+n/2,p=f-o,d=h-s,g=p+n,y=d+n;i4(r,e,"main",o,s,p,d),a.transformable&&(i4(r,e,"w",l,u,i,y),i4(r,e,"e",v,u,i,y),i4(r,e,"n",l,u,g,i),i4(r,e,"s",l,c,g,i),i4(r,e,"nw",l,u,i,i),i4(r,e,"ne",v,u,i,i),i4(r,e,"sw",l,c,i,i),i4(r,e,"se",v,c,i,i))}function Qi(r,e){var t=e.__brushOption,a=t.transformable,n=e.childAt(0);n.useStyle(pl(t)),n.attr({silent:!a,cursor:a?"move":"default"}),A([["w"],["e"],["n"],["s"],["s","e"],["s","w"],["n","e"],["n","w"]],function(i){var o=e.childOfName(i.join("")),s=i.length===1?to(r,i[0]):zz(r,i);o&&o.attr({silent:!a,invisible:!a,cursor:a?kz[s]+"-resize":null})})}function i4(r,e,t,a,n,i,o){var s=e.childOfName(t);s&&s.setShape(Fz(dl(r,e,[[a,n],[a+i,n+o]])))}function pl(r){return j({strokeNoScale:!0},r.brushStyle)}function Wx(r,e,t,a){var n=[S6(r,t),S6(e,a)],i=[y0(r,t),y0(e,a)];return[[n[0],i[0]],[n[1],i[1]]]}function Vz(r){return X4(r.group)}function to(r,e){var t={w:"left",e:"right",n:"top",s:"bottom"},a={left:"w",right:"e",top:"n",bottom:"s"},n=Ve(t[e],Vz(r));return a[n]}function zz(r,e){var t=[to(r,e[0]),to(r,e[1])];return(t[0]==="e"||t[0]==="w")&&t.reverse(),t.join("")}function Tc(r,e,t,a,n,i){var o=t.__brushOption,s=r.toRectRange(o.range),l=$x(e,n,i);A(a,function(u){var f=Ez[u];s[f[0]][f[1]]+=l[f[0]]}),o.range=r.fromRectRange(Wx(s[0][0],s[1][0],s[0][1],s[1][1])),hl(e,t),d5(e,{isEnd:!1})}function Gz(r,e,t,a){var n=e.__brushOption.range,i=$x(r,t,a);A(n,function(o){o[0]+=i[0],o[1]+=i[1]}),hl(r,e),d5(r,{isEnd:!1})}function $x(r,e,t){var a=r.group,n=a.transformCoordToLocal(e,t),i=a.transformCoordToLocal(0,0);return[n[0]-i[0],n[1]-i[1]]}function dl(r,e,t){var a=zx(r,e);return a&&a!==p5?a.clipPath(t,r._transform):e1(t)}function Fz(r){var e=S6(r[0][0],r[1][0]),t=S6(r[0][1],r[1][1]),a=y0(r[0][0],r[1][0]),n=y0(r[0][1],r[1][1]);return{x:e,y:t,width:a-e,height:n-t}}function Hz(r,e,t){if(!(!r._brushType||$z(r,e.offsetX,e.offsetY))){var a=r._zr,n=r._covers,i=cl(r,e,t);if(!r._dragging)for(var o=0;oa.getWidth()||t<0||t>a.getHeight()}var or={lineX:Mc(0),lineY:Mc(1),rect:{createCover:function(r,e){function t(a){return a}return Fx({toRectRange:t,fromRectRange:t},r,e,[["w"],["e"],["n"],["s"],["s","e"],["s","w"],["n","e"],["n","w"]])},getCreatingRange:function(r){var e=Gx(r);return Wx(e[1][0],e[1][1],e[0][0],e[0][1])},updateCoverShape:function(r,e,t,a){Hx(r,e,t,a)},updateCommon:Qi,contain:ro},polygon:{createCover:function(r,e){var t=new r1;return t.add(new P2({name:"main",style:pl(e),silent:!0})),t},getCreatingRange:function(r){return r},endCreating:function(r,e){e.remove(e.childAt(0)),e.add(new I2({name:"main",draggable:!0,drift:i1(Gz,r,e),ondragend:i1(d5,r,{isEnd:!0})}))},updateCoverShape:function(r,e,t,a){e.childAt(0).setShape({points:dl(r,e,t)})},updateCommon:Qi,contain:ro}};function Mc(r){return{createCover:function(e,t){return Fx({toRectRange:function(a){var n=[a,[0,100]];return r&&n.reverse(),n},fromRectRange:function(a){return a[r]}},e,t,[[["w"],["e"]],[["n"],["s"]]][r])},getCreatingRange:function(e){var t=Gx(e),a=S6(t[0][r],t[1][r]),n=y0(t[0][r],t[1][r]);return[a,n]},updateCoverShape:function(e,t,a,n){var i,o=zx(e,t);if(o!==p5&&o.getLinearBrushOtherExtent)i=o.getLinearBrushOtherExtent(r);else{var s=e._zr;i=[0,[s.getWidth(),s.getHeight()][1-r]]}var l=[a,i];r&&l.reverse(),Hx(e,t,l,n)},updateCommon:Qi,contain:ro}}const gl=Nz;function Yx(r){return r=yl(r),function(e){return rs(e,r)}}function Zx(r,e){return r=yl(r),function(t){var a=e??t,n=a?r.width:r.height,i=a?r.x:r.y;return[i,i+(n||0)]}}function Xx(r,e,t){var a=yl(r);return function(n,i){return a.contain(i[0],i[1])&&!rr(n,e,t)}}function yl(r){return s1.create(r)}var Uz=["axisLine","axisTickLabel","axisName"],Yz=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type=e.type,t}return e.prototype.init=function(t,a){r.prototype.init.apply(this,arguments),(this._brushController=new gl(a.getZr())).on("brush",U(this._onBrush,this))},e.prototype.render=function(t,a,n,i){if(!Zz(t,a,i)){this.axisModel=t,this.api=n,this.group.removeAll();var o=this._axisGroup;if(this._axisGroup=new r1,this.group.add(this._axisGroup),!!t.get("show")){var s=qz(t,a),l=s.coordinateSystem,u=t.getAreaSelectStyle(),f=u.width,h=t.axis.dim,v=l.getAxisLayout(h),c=B({strokeContainThreshold:f},v),p=new x4(t,c);A(Uz,p.add,p),this._axisGroup.add(p.getGroup()),this._refreshBrushController(c,u,t,s,f,n),O6(o,this._axisGroup,t)}}},e.prototype._refreshBrushController=function(t,a,n,i,o,s){var l=n.axis.getExtent(),u=l[1]-l[0],f=Math.min(30,Math.abs(u)*.1),h=s1.create({x:l[0],y:-o/2,width:u,height:o});h.x-=f,h.width+=2*f,this._brushController.mount({enableGlobalPan:!0,rotation:t.rotation,x:t.position[0],y:t.position[1]}).setPanels([{panelId:"pl",clipPath:Yx(h),isTargetByCursor:Xx(h,s,i),getLinearBrushOtherExtent:Zx(h,0)}]).enableBrush({brushType:"lineX",brushStyle:a,removeOnClick:!0}).updateCovers(Xz(n))},e.prototype._onBrush=function(t){var a=t.areas,n=this.axisModel,i=n.axis,o=G(a,function(s){return[i.coordToData(s.range[0],!0),i.coordToData(s.range[1],!0)]});(!n.option.realtime===t.isEnd||t.removeOnClick)&&this.api.dispatchAction({type:"axisAreaSelect",parallelAxisId:n.id,intervals:o})},e.prototype.dispose=function(){this._brushController.dispose()},e.type="parallelAxis",e}(z1);function Zz(r,e,t){return t&&t.type==="axisAreaSelect"&&e.findComponents({mainType:"parallelAxis",query:t})[0]===r}function Xz(r){var e=r.axis;return G(r.activeIntervals,function(t){return{brushType:"lineX",panelId:"pl",range:[e.dataToCoord(t[0],!0),e.dataToCoord(t[1],!0)]}})}function qz(r,e){return e.getComponent("parallel",r.get("parallelIndex"))}const Kz=Yz;var jz={type:"axisAreaSelect",event:"axisAreaSelected"};function Jz(r){r.registerAction(jz,function(e,t){t.eachComponent({mainType:"parallelAxis",query:e},function(a){a.axis.model.setActiveIntervals(e.intervals)})}),r.registerAction("parallelAxisExpand",function(e,t){t.eachComponent({mainType:"parallel",query:e},function(a){a.setAxisExpand(e)})})}var Qz={type:"value",areaSelectStyle:{width:20,borderWidth:1,borderColor:"rgba(160,197,232)",color:"rgba(160,197,232)",opacity:.3},realtime:!0,z:10};function qx(r){r.registerComponentView(dz),r.registerComponentModel(yz),r.registerCoordinateSystem("parallel",Dz),r.registerPreprocessor(uz),r.registerComponentModel(xc),r.registerComponentView(Kz),g0(r,"parallel",xc,Qz),Jz(r)}function tG(r){h1(qx),r.registerChartView(ez),r.registerSeriesModel(iz),r.registerVisual(r.PRIORITY.VISUAL.BRUSH,lz)}var eG=function(){function r(){this.x1=0,this.y1=0,this.x2=0,this.y2=0,this.cpx1=0,this.cpy1=0,this.cpx2=0,this.cpy2=0,this.extent=0}return r}(),rG=function(r){k(e,r);function e(t){return r.call(this,t)||this}return e.prototype.getDefaultShape=function(){return new eG},e.prototype.buildPath=function(t,a){var n=a.extent;t.moveTo(a.x1,a.y1),t.bezierCurveTo(a.cpx1,a.cpy1,a.cpx2,a.cpy2,a.x2,a.y2),a.orient==="vertical"?(t.lineTo(a.x2+n,a.y2),t.bezierCurveTo(a.cpx2+n,a.cpy2,a.cpx1+n,a.cpy1,a.x1+n,a.y1)):(t.lineTo(a.x2,a.y2+n),t.bezierCurveTo(a.cpx2,a.cpy2+n,a.cpx1,a.cpy1+n,a.x1,a.y1+n)),t.closePath()},e.prototype.highlight=function(){y4(this)},e.prototype.downplay=function(){m4(this)},e}(d1),aG=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type=e.type,t._focusAdjacencyDisabled=!1,t}return e.prototype.render=function(t,a,n){var i=this,o=t.getGraph(),s=this.group,l=t.layoutInfo,u=l.width,f=l.height,h=t.getData(),v=t.getData("edge"),c=t.get("orient");this._model=t,s.removeAll(),s.x=l.x,s.y=l.y,o.eachEdge(function(p){var d=new rG,g=n1(d);g.dataIndex=p.dataIndex,g.seriesIndex=t.seriesIndex,g.dataType="edge";var y=p.getModel(),m=y.getModel("lineStyle"),_=m.get("curveness"),S=p.node1.getLayout(),b=p.node1.getModel(),x=b.get("localX"),w=b.get("localY"),T=p.node2.getLayout(),C=p.node2.getModel(),M=C.get("localX"),D=C.get("localY"),L=p.getLayout(),I,P,R,E,N,O,V,F;switch(d.shape.extent=Math.max(1,L.dy),d.shape.orient=c,c==="vertical"?(I=(x!=null?x*u:S.x)+L.sy,P=(w!=null?w*f:S.y)+S.dy,R=(M!=null?M*u:T.x)+L.ty,E=D!=null?D*f:T.y,N=I,O=P*(1-_)+E*_,V=R,F=P*_+E*(1-_)):(I=(x!=null?x*u:S.x)+S.dx,P=(w!=null?w*f:S.y)+L.sy,R=M!=null?M*u:T.x,E=(D!=null?D*f:T.y)+L.ty,N=I*(1-_)+R*_,O=P,V=I*_+R*(1-_),F=E),d.setShape({x1:I,y1:P,x2:R,y2:E,cpx1:N,cpy1:O,cpx2:V,cpy2:F}),d.useStyle(m.getItemStyle()),d.style.fill){case"source":d.style.fill=p.node1.getVisual("color"),d.style.decal=p.node1.getVisual("style").decal;break;case"target":d.style.fill=p.node2.getVisual("color"),d.style.decal=p.node2.getVisual("style").decal;break;case"gradient":var W=p.node1.getVisual("color"),Z=p.node2.getVisual("color");$(W)&&$(Z)&&(d.style.fill=new w0(0,0,+(c==="horizontal"),+(c==="vertical"),[{color:W,offset:0},{color:Z,offset:1}]))}c2(d,n2(y,"edgeLabel"),{labelFetcher:t,labelDataIndex:p.dataIndex,defaultText:""+y.get("value")}),d.setTextConfig({position:"inside"});var J=y.getModel("emphasis");v2(d,y,"lineStyle",function(g1){return g1.getItemStyle()}),s.add(d),v.setItemGraphicEl(p.dataIndex,d);var t1=J.get("focus");W1(d,t1==="adjacency"?p.getAdjacentDataIndices():t1,J.get("blurScope"),J.get("disabled")),n1(d).dataType="edge"}),o.eachNode(function(p){var d=p.getLayout(),g=p.getModel(),y=g.get("localX"),m=g.get("localY"),_=g.getModel("emphasis"),S=new x1({shape:{x:y!=null?y*u:d.x,y:m!=null?m*f:d.y,width:d.dx,height:d.dy},style:g.getModel("itemStyle").getItemStyle(),z2:10});c2(S,n2(g),{labelFetcher:t,labelDataIndex:p.dataIndex,defaultText:p.id}),S.disableLabelAnimation=!0,S.setStyle("fill",p.getVisual("color")),S.setStyle("decal",p.getVisual("style").decal),v2(S,g),s.add(S),h.setItemGraphicEl(p.dataIndex,S),n1(S).dataType="node";var b=_.get("focus");W1(S,b==="adjacency"?p.getAdjacentDataIndices():b,_.get("blurScope"),_.get("disabled"))}),h.eachItemGraphicEl(function(p,d){var g=h.getItemModel(d);g.get("draggable")&&(p.drift=function(y,m){i._focusAdjacencyDisabled=!0,this.shape.x+=y,this.shape.y+=m,this.dirty(),n.dispatchAction({type:"dragNode",seriesId:t.id,dataIndex:h.getRawIndex(d),localX:this.shape.x/u,localY:this.shape.y/f})},p.ondragend=function(){i._focusAdjacencyDisabled=!1},p.draggable=!0,p.cursor="move")}),!this._data&&t.isAnimationEnabled()&&s.setClipPath(nG(s.getBoundingRect(),t,function(){s.removeClipPath()})),this._data=t.getData()},e.prototype.dispose=function(){},e.type="sankey",e}(E1);function nG(r,e,t){var a=new x1({shape:{x:r.x-10,y:r.y-10,width:0,height:r.height+20}});return V1(a,{shape:{width:r.width+20}},e,t),a}const iG=aG;var oG=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type=e.type,t}return e.prototype.getInitialData=function(t,a){var n=t.edges||t.links,i=t.data||t.nodes,o=t.levels;this.levelModels=[];for(var s=this.levelModels,l=0;l=0&&(s[o[l].depth]=new P1(o[l],this,a));if(i&&n){var u=Ix(i,n,this,!0,f);return u.data}function f(h,v){h.wrapMethod("getItemModel",function(c,p){var d=c.parentModel,g=d.getData().getItemLayout(p);if(g){var y=g.depth,m=d.levelModels[y];m&&(c.parentModel=m)}return c}),v.wrapMethod("getItemModel",function(c,p){var d=c.parentModel,g=d.getGraph().getEdgeByIndex(p),y=g.node1.getLayout();if(y){var m=y.depth,_=d.levelModels[m];_&&(c.parentModel=_)}return c})}},e.prototype.setNodePosition=function(t,a){var n=this.option.data||this.option.nodes,i=n[t];i.localX=a[0],i.localY=a[1]},e.prototype.getGraph=function(){return this.getData().graph},e.prototype.getEdgeData=function(){return this.getGraph().edgeData},e.prototype.formatTooltip=function(t,a,n){function i(c){return isNaN(c)||c==null}if(n==="edge"){var o=this.getDataParams(t,n),s=o.data,l=o.value,u=s.source+" -- "+s.target;return i2("nameValue",{name:u,value:l,noValue:i(l)})}else{var f=this.getGraph().getNodeByIndex(t),h=f.getLayout().value,v=this.getDataParams(t,n).data.name;return i2("nameValue",{name:v!=null?v+"":null,value:h,noValue:i(h)})}},e.prototype.optionUpdated=function(){},e.prototype.getDataParams=function(t,a){var n=r.prototype.getDataParams.call(this,t,a);if(n.value==null&&a==="node"){var i=this.getGraph().getNodeByIndex(t),o=i.getLayout().value;n.value=o}return n},e.type="series.sankey",e.defaultOption={z:2,coordinateSystem:"view",left:"5%",top:"5%",right:"20%",bottom:"5%",orient:"horizontal",nodeWidth:20,nodeGap:8,draggable:!0,layoutIterations:32,label:{show:!0,position:"right",fontSize:12},edgeLabel:{show:!1,fontSize:12},levels:[],nodeAlign:"justify",lineStyle:{color:"#314656",opacity:.2,curveness:.5},emphasis:{label:{show:!0},lineStyle:{opacity:.5}},select:{itemStyle:{borderColor:"#212121"}},animationEasing:"linear",animationDuration:1e3},e}(B1);const sG=oG;function lG(r,e){r.eachSeriesByType("sankey",function(t){var a=t.get("nodeWidth"),n=t.get("nodeGap"),i=uG(t,e);t.layoutInfo=i;var o=i.width,s=i.height,l=t.getGraph(),u=l.nodes,f=l.edges;hG(u);var h=I1(u,function(d){return d.getLayout().value===0}),v=h.length!==0?0:t.get("layoutIterations"),c=t.get("orient"),p=t.get("nodeAlign");fG(u,f,a,n,o,s,v,c,p)})}function uG(r,e){return J1(r.getBoxLayoutParams(),{width:e.getWidth(),height:e.getHeight()})}function fG(r,e,t,a,n,i,o,s,l){vG(r,e,t,n,i,s,l),gG(r,e,i,n,a,o,s),CG(r,s)}function hG(r){A(r,function(e){var t=j4(e.outEdges,ie),a=j4(e.inEdges,ie),n=e.getValue()||0,i=Math.max(t,a,n);e.setLayout({value:i},!0)})}function vG(r,e,t,a,n,i,o){for(var s=[],l=[],u=[],f=[],h=0,v=0;v=0;y&&g.depth>c&&(c=g.depth),d.setLayout({depth:y?g.depth:h},!0),i==="vertical"?d.setLayout({dy:t},!0):d.setLayout({dx:t},!0);for(var m=0;mh-1?c:h-1;o&&o!=="left"&&cG(r,o,i,w);var T=i==="vertical"?(n-t)/w:(a-t)/w;dG(r,T,i)}function Kx(r){var e=r.hostGraph.data.getRawDataItem(r.dataIndex);return e.depth!=null&&e.depth>=0}function cG(r,e,t,a){if(e==="right"){for(var n=[],i=r,o=0;i.length;){for(var s=0;s0;i--)l*=.99,_G(s,l,o),Qa(s,n,t,a,o),TG(s,l,o),Qa(s,n,t,a,o)}function yG(r,e){var t=[],a=e==="vertical"?"y":"x",n=ni(r,function(i){return i.getLayout()[a]});return n.keys.sort(function(i,o){return i-o}),A(n.keys,function(i){t.push(n.buckets.get(i))}),t}function mG(r,e,t,a,n,i){var o=1/0;A(r,function(s){var l=s.length,u=0;A(s,function(h){u+=h.getLayout().value});var f=i==="vertical"?(a-(l-1)*n)/u:(t-(l-1)*n)/u;f0&&(s=l.getLayout()[i]+u,n==="vertical"?l.setLayout({x:s},!0):l.setLayout({y:s},!0)),f=l.getLayout()[i]+l.getLayout()[v]+e;var p=n==="vertical"?a:t;if(u=f-e-p,u>0){s=l.getLayout()[i]-u,n==="vertical"?l.setLayout({x:s},!0):l.setLayout({y:s},!0),f=s;for(var c=h-2;c>=0;--c)l=o[c],u=l.getLayout()[i]+l.getLayout()[v]+e-f,u>0&&(s=l.getLayout()[i]-u,n==="vertical"?l.setLayout({x:s},!0):l.setLayout({y:s},!0)),f=l.getLayout()[i]}})}function _G(r,e,t){A(r.slice().reverse(),function(a){A(a,function(n){if(n.outEdges.length){var i=j4(n.outEdges,SG,t)/j4(n.outEdges,ie);if(isNaN(i)){var o=n.outEdges.length;i=o?j4(n.outEdges,xG,t)/o:0}if(t==="vertical"){var s=n.getLayout().x+(i-a9(n,t))*e;n.setLayout({x:s},!0)}else{var l=n.getLayout().y+(i-a9(n,t))*e;n.setLayout({y:l},!0)}}})})}function SG(r,e){return a9(r.node2,e)*r.getValue()}function xG(r,e){return a9(r.node2,e)}function bG(r,e){return a9(r.node1,e)*r.getValue()}function wG(r,e){return a9(r.node1,e)}function a9(r,e){return e==="vertical"?r.getLayout().x+r.getLayout().dx/2:r.getLayout().y+r.getLayout().dy/2}function ie(r){return r.getValue()}function j4(r,e,t){for(var a=0,n=r.length,i=-1;++io&&(o=l)}),A(a,function(s){var l=new f2({type:"color",mappingMethod:"linear",dataExtent:[i,o],visual:e.get("color")}),u=l.mapValueToVisual(s.getLayout().value),f=s.getModel().get(["itemStyle","color"]);f!=null?(s.setVisual("color",f),s.setVisual("style",{fill:f})):(s.setVisual("color",u),s.setVisual("style",{fill:u}))})}n.length&&A(n,function(s){var l=s.getModel().get("lineStyle");s.setVisual("style",l)})})}function MG(r){r.registerChartView(iG),r.registerSeriesModel(sG),r.registerLayout(lG),r.registerVisual(AG),r.registerAction({type:"dragNode",event:"dragnode",update:"update"},function(e,t){t.eachComponent({mainType:"series",subType:"sankey",query:e},function(a){a.setNodePosition(e.dataIndex,[e.localX,e.localY])})})}var jx=function(){function r(){}return r.prototype.getInitialData=function(e,t){var a,n=t.getComponent("xAxis",this.get("xAxisIndex")),i=t.getComponent("yAxis",this.get("yAxisIndex")),o=n.get("type"),s=i.get("type"),l;o==="category"?(e.layout="horizontal",a=n.getOrdinalMeta(),l=!0):s==="category"?(e.layout="vertical",a=i.getOrdinalMeta(),l=!0):e.layout=e.layout||"horizontal";var u=["x","y"],f=e.layout==="horizontal"?0:1,h=this._baseAxisDim=u[f],v=u[1-f],c=[n,i],p=c[f].get("type"),d=c[1-f].get("type"),g=e.data;if(g&&l){var y=[];A(g,function(S,b){var x;z(S)?(x=S.slice(),S.unshift(b)):z(S.value)?(x=B({},S),x.value=x.value.slice(),S.value.unshift(b)):x=S,y.push(x)}),e.data=y}var m=this.defaultValueDimensions,_=[{name:h,type:Zt(p),ordinalMeta:a,otherDims:{tooltip:!1,itemName:0},dimsDef:["base"]},{name:v,type:Zt(d),dimsDef:m.slice()}];return V0(this,{coordDimensions:_,dimensionsCount:m.length+1,encodeDefaulter:i1(dm,_,this)})},r.prototype.getBaseAxis=function(){var e=this._baseAxisDim;return this.ecModel.getComponent(e+"Axis",this.get(e+"AxisIndex")).axis},r}(),Jx=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type=e.type,t.defaultValueDimensions=[{name:"min",defaultTooltip:!0},{name:"Q1",defaultTooltip:!0},{name:"median",defaultTooltip:!0},{name:"Q3",defaultTooltip:!0},{name:"max",defaultTooltip:!0}],t.visualDrawType="stroke",t}return e.type="series.boxplot",e.dependencies=["xAxis","yAxis","grid"],e.defaultOption={z:2,coordinateSystem:"cartesian2d",legendHoverLink:!0,layout:null,boxWidth:[7,50],itemStyle:{color:"#fff",borderWidth:1},emphasis:{scale:!0,itemStyle:{borderWidth:2,shadowBlur:5,shadowOffsetX:1,shadowOffsetY:1,shadowColor:"rgba(0,0,0,0.2)"}},animationDuration:800},e}(B1);Y1(Jx,jx,!0);const DG=Jx;var LG=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type=e.type,t}return e.prototype.render=function(t,a,n){var i=t.getData(),o=this.group,s=this._data;this._data||o.removeAll();var l=t.get("layout")==="horizontal"?1:0;i.diff(s).add(function(u){if(i.hasValue(u)){var f=i.getItemLayout(u),h=Dc(f,i,u,l,!0);i.setItemGraphicEl(u,h),o.add(h)}}).update(function(u,f){var h=s.getItemGraphicEl(f);if(!i.hasValue(u)){o.remove(h);return}var v=i.getItemLayout(u);h?(R3(h),Qx(v,h,i,u)):h=Dc(v,i,u,l),o.add(h),i.setItemGraphicEl(u,h)}).remove(function(u){var f=s.getItemGraphicEl(u);f&&o.remove(f)}).execute(),this._data=i},e.prototype.remove=function(t){var a=this.group,n=this._data;this._data=null,n&&n.eachItemGraphicEl(function(i){i&&a.remove(i)})},e.type="boxplot",e}(E1),IG=function(){function r(){}return r}(),PG=function(r){k(e,r);function e(t){var a=r.call(this,t)||this;return a.type="boxplotBoxPath",a}return e.prototype.getDefaultShape=function(){return new IG},e.prototype.buildPath=function(t,a){var n=a.points,i=0;for(t.moveTo(n[i][0],n[i][1]),i++;i<4;i++)t.lineTo(n[i][0],n[i][1]);for(t.closePath();id){var S=[y,_];a.push(S)}}}return{boxData:t,outliers:a}}var zG={type:"echarts:boxplot",transform:function(e){var t=e.upstream;if(t.sourceFormat!==b2){var a="";D1(a)}var n=VG(t.getRawData(),e.config);return[{dimensions:["ItemName","Low","Q1","Q2","Q3","High"],data:n.boxData},{data:n.outliers}]}};function GG(r){r.registerSeriesModel(DG),r.registerChartView(EG),r.registerLayout(kG),r.registerTransform(zG)}var FG=["color","borderColor"],HG=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type=e.type,t}return e.prototype.render=function(t,a,n){this.group.removeClipPath(),this._progressiveEls=null,this._updateDrawMode(t),this._isLargeDraw?this._renderLarge(t):this._renderNormal(t)},e.prototype.incrementalPrepareRender=function(t,a,n){this._clear(),this._updateDrawMode(t)},e.prototype.incrementalRender=function(t,a,n,i){this._progressiveEls=[],this._isLargeDraw?this._incrementalRenderLarge(t,a):this._incrementalRenderNormal(t,a)},e.prototype.eachRendered=function(t){l9(this._progressiveEls||this.group,t)},e.prototype._updateDrawMode=function(t){var a=t.pipelineContext.large;(this._isLargeDraw==null||a!==this._isLargeDraw)&&(this._isLargeDraw=a,this._clear())},e.prototype._renderNormal=function(t){var a=t.getData(),n=this._data,i=this.group,o=a.getLayout("isSimpleBox"),s=t.get("clip",!0),l=t.coordinateSystem,u=l.getArea&&l.getArea();this._data||i.removeAll(),a.diff(n).add(function(f){if(a.hasValue(f)){var h=a.getItemLayout(f);if(s&&Lc(u,h))return;var v=tn(h,f,!0);V1(v,{shape:{points:h.ends}},t,f),en(v,a,f,o),i.add(v),a.setItemGraphicEl(f,v)}}).update(function(f,h){var v=n.getItemGraphicEl(h);if(!a.hasValue(f)){i.remove(v);return}var c=a.getItemLayout(f);if(s&&Lc(u,c)){i.remove(v);return}v?(A1(v,{shape:{points:c.ends}},t,f),R3(v)):v=tn(c),en(v,a,f,o),i.add(v),a.setItemGraphicEl(f,v)}).remove(function(f){var h=n.getItemGraphicEl(f);h&&i.remove(h)}).execute(),this._data=a},e.prototype._renderLarge=function(t){this._clear(),Ic(t,this.group);var a=t.get("clip",!0)?er(t.coordinateSystem,!1,t):null;a?this.group.setClipPath(a):this.group.removeClipPath()},e.prototype._incrementalRenderNormal=function(t,a){for(var n=a.getData(),i=n.getLayout("isSimpleBox"),o;(o=t.next())!=null;){var s=n.getItemLayout(o),l=tn(s);en(l,n,o,i),l.incremental=!0,this.group.add(l),this._progressiveEls.push(l)}},e.prototype._incrementalRenderLarge=function(t,a){Ic(a,this.group,this._progressiveEls,!0)},e.prototype.remove=function(t){this._clear()},e.prototype._clear=function(){this.group.removeAll(),this._data=null},e.type="candlestick",e}(E1),WG=function(){function r(){}return r}(),$G=function(r){k(e,r);function e(t){var a=r.call(this,t)||this;return a.type="normalCandlestickBox",a}return e.prototype.getDefaultShape=function(){return new WG},e.prototype.buildPath=function(t,a){var n=a.points;this.__simpleBox?(t.moveTo(n[4][0],n[4][1]),t.lineTo(n[6][0],n[6][1])):(t.moveTo(n[0][0],n[0][1]),t.lineTo(n[1][0],n[1][1]),t.lineTo(n[2][0],n[2][1]),t.lineTo(n[3][0],n[3][1]),t.closePath(),t.moveTo(n[4][0],n[4][1]),t.lineTo(n[5][0],n[5][1]),t.moveTo(n[6][0],n[6][1]),t.lineTo(n[7][0],n[7][1]))},e}(d1);function tn(r,e,t){var a=r.ends;return new $G({shape:{points:t?UG(a,r):a},z2:100})}function Lc(r,e){for(var t=!0,a=0;a0?"borderColor":"borderColor0"])||t.get(["itemStyle",r>0?"color":"color0"]);r===0&&(n=t.get(["itemStyle","borderColorDoji"]));var i=t.getModel("itemStyle").getItemStyle(FG);e.useStyle(i),e.style.fill=null,e.style.stroke=n}const ZG=HG;var tb=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type=e.type,t.defaultValueDimensions=[{name:"open",defaultTooltip:!0},{name:"close",defaultTooltip:!0},{name:"lowest",defaultTooltip:!0},{name:"highest",defaultTooltip:!0}],t}return e.prototype.getShadowDim=function(){return"open"},e.prototype.brushSelector=function(t,a,n){var i=a.getItemLayout(t);return i&&n.rect(i.brushRect)},e.type="series.candlestick",e.dependencies=["xAxis","yAxis","grid"],e.defaultOption={z:2,coordinateSystem:"cartesian2d",legendHoverLink:!0,layout:null,clip:!0,itemStyle:{color:"#eb5454",color0:"#47b262",borderColor:"#eb5454",borderColor0:"#47b262",borderColorDoji:null,borderWidth:1},emphasis:{scale:!0,itemStyle:{borderWidth:2}},barMaxWidth:null,barMinWidth:null,barWidth:null,large:!0,largeThreshold:600,progressive:3e3,progressiveThreshold:1e4,progressiveChunkMode:"mod",animationEasing:"linear",animationDuration:300},e}(B1);Y1(tb,jx,!0);const XG=tb;function qG(r){!r||!z(r.series)||A(r.series,function(e){Q(e)&&e.type==="k"&&(e.type="candlestick")})}var KG=["itemStyle","borderColor"],jG=["itemStyle","borderColor0"],JG=["itemStyle","borderColorDoji"],QG=["itemStyle","color"],tF=["itemStyle","color0"],eF={seriesType:"candlestick",plan:E0(),performRawSeries:!0,reset:function(r,e){function t(i,o){return o.get(i>0?QG:tF)}function a(i,o){return o.get(i===0?JG:i>0?KG:jG)}if(!e.isSeriesFiltered(r)){var n=r.pipelineContext.large;return!n&&{progress:function(i,o){for(var s;(s=i.next())!=null;){var l=o.getItemModel(s),u=o.getItemLayout(s).sign,f=l.getItemStyle();f.fill=t(u,l),f.stroke=a(u,l)||f.fill;var h=o.ensureUniqueItemVisual(s,"style");B(h,f)}}}}}};const rF=eF;var aF={seriesType:"candlestick",plan:E0(),reset:function(r){var e=r.coordinateSystem,t=r.getData(),a=nF(r,t),n=0,i=1,o=["x","y"],s=t.getDimensionIndex(t.mapDimension(o[n])),l=G(t.mapDimensionsAll(o[i]),t.getDimensionIndex,t),u=l[0],f=l[1],h=l[2],v=l[3];if(t.setLayout({candleWidth:a,isSimpleBox:a<=1.3}),s<0||l.length<4)return;return{progress:r.pipelineContext.large?p:c};function c(d,g){for(var y,m=g.getStore();(y=d.next())!=null;){var _=m.get(s,y),S=m.get(u,y),b=m.get(f,y),x=m.get(h,y),w=m.get(v,y),T=Math.min(S,b),C=Math.max(S,b),M=N(T,_),D=N(C,_),L=N(x,_),I=N(w,_),P=[];O(P,D,0),O(P,M,1),P.push(F(I),F(D),F(L),F(M));var R=g.getItemModel(y),E=!!R.get(["itemStyle","borderColorDoji"]);g.setItemLayout(y,{sign:Pc(m,y,S,b,f,E),initBaseline:S>b?D[i]:M[i],ends:P,brushRect:V(x,w,_)})}function N(W,Z){var J=[];return J[n]=Z,J[i]=W,isNaN(Z)||isNaN(W)?[NaN,NaN]:e.dataToPoint(J)}function O(W,Z,J){var t1=Z.slice(),g1=Z.slice();t1[n]=ft(t1[n]+a/2,1,!1),g1[n]=ft(g1[n]-a/2,1,!0),J?W.push(t1,g1):W.push(g1,t1)}function V(W,Z,J){var t1=N(W,J),g1=N(Z,J);return t1[n]-=a/2,g1[n]-=a/2,{x:t1[0],y:t1[1],width:a,height:g1[1]-t1[1]}}function F(W){return W[n]=ft(W[n],1),W}}function p(d,g){for(var y=U3(d.count*4),m=0,_,S=[],b=[],x,w=g.getStore(),T=!!r.get(["itemStyle","borderColorDoji"]);(x=d.next())!=null;){var C=w.get(s,x),M=w.get(u,x),D=w.get(f,x),L=w.get(h,x),I=w.get(v,x);if(isNaN(C)||isNaN(L)||isNaN(I)){y[m++]=NaN,m+=3;continue}y[m++]=Pc(w,x,M,D,f,T),S[n]=C,S[i]=L,_=e.dataToPoint(S,null,b),y[m++]=_?_[0]:NaN,y[m++]=_?_[1]:NaN,S[i]=I,_=e.dataToPoint(S,null,b),y[m++]=_?_[1]:NaN}g.setLayout("largePoints",y)}}};function Pc(r,e,t,a,n,i){var o;return t>a?o=-1:t0?r.get(n,e-1)<=a?1:-1:1,o}function nF(r,e){var t=r.getBaseAxis(),a,n=t.type==="category"?t.getBandWidth():(a=t.getExtent(),Math.abs(a[1]-a[0])/e.count()),i=H(f1(r.get("barMaxWidth"),n),n),o=H(f1(r.get("barMinWidth"),1),n),s=r.get("barWidth");return s!=null?H(s,n):Math.max(Math.min(n/2,i),o)}const iF=aF;function oF(r){r.registerChartView(ZG),r.registerSeriesModel(XG),r.registerPreprocessor(qG),r.registerVisual(rF),r.registerLayout(iF)}function Rc(r,e){var t=e.rippleEffectColor||e.color;r.eachChild(function(a){a.attr({z:e.z,zlevel:e.zlevel,style:{stroke:e.brushType==="stroke"?t:null,fill:e.brushType==="fill"?t:null}})})}var sF=function(r){k(e,r);function e(t,a){var n=r.call(this)||this,i=new H6(t,a),o=new r1;return n.add(i),n.add(o),n.updateData(t,a),n}return e.prototype.stopEffectAnimation=function(){this.childAt(1).removeAll()},e.prototype.startEffectAnimation=function(t){for(var a=t.symbolType,n=t.color,i=t.rippleNumber,o=this.childAt(1),s=0;s0&&(s=this._getLineLength(i)/f*1e3),s!==this._period||l!==this._loop||u!==this._roundTrip){i.stopAnimation();var v=void 0;K(h)?v=h(n):v=h,i.__t>0&&(v=-s*i.__t),this._animateSymbol(i,s,v,l,u)}this._period=s,this._loop=l,this._roundTrip=u}},e.prototype._animateSymbol=function(t,a,n,i,o){if(a>0){t.__t=0;var s=this,l=t.animate("",i).when(o?a*2:a,{__t:o?2:1}).delay(n).during(function(){s._updateSymbolPosition(t)});i||l.done(function(){s.remove(t)}),l.start()}},e.prototype._getLineLength=function(t){return l4(t.__p1,t.__cp1)+l4(t.__cp1,t.__p2)},e.prototype._updateAnimationPoints=function(t,a){t.__p1=a[0],t.__p2=a[1],t.__cp1=a[2]||[(a[0][0]+a[1][0])/2,(a[0][1]+a[1][1])/2]},e.prototype.updateData=function(t,a,n){this.childAt(0).updateData(t,a,n),this._updateEffectSymbol(t,a)},e.prototype._updateSymbolPosition=function(t){var a=t.__p1,n=t.__p2,i=t.__cp1,o=t.__t<1?t.__t:2-t.__t,s=[t.x,t.y],l=s.slice(),u=o2,f=Wn;s[0]=u(a[0],i[0],n[0],o),s[1]=u(a[1],i[1],n[1],o);var h=t.__t<1?f(a[0],i[0],n[0],o):f(n[0],i[0],a[0],1-o),v=t.__t<1?f(a[1],i[1],n[1],o):f(n[1],i[1],a[1],1-o);t.rotation=-Math.atan2(v,h)-Math.PI/2,(this._symbolType==="line"||this._symbolType==="rect"||this._symbolType==="roundRect")&&(t.__lastT!==void 0&&t.__lastT=0&&!(i[l]<=a);l--);l=Math.min(l,o-2)}else{for(l=s;la);l++);l=Math.min(l-1,o-2)}var f=(a-i[l])/(i[l+1]-i[l]),h=n[l],v=n[l+1];t.x=h[0]*(1-f)+f*v[0],t.y=h[1]*(1-f)+f*v[1];var c=t.__t<1?v[0]-h[0]:h[0]-v[0],p=t.__t<1?v[1]-h[1]:h[1]-v[1];t.rotation=-Math.atan2(p,c)-Math.PI/2,this._lastFrame=l,this._lastFramePercent=a,t.ignore=!1}},e}(eb);const yF=gF;var mF=function(){function r(){this.polyline=!1,this.curveness=0,this.segs=[]}return r}(),_F=function(r){k(e,r);function e(t){var a=r.call(this,t)||this;return a._off=0,a.hoverDataIdx=-1,a}return e.prototype.reset=function(){this.notClear=!1,this._off=0},e.prototype.getDefaultStyle=function(){return{stroke:"#000",fill:null}},e.prototype.getDefaultShape=function(){return new mF},e.prototype.buildPath=function(t,a){var n=a.segs,i=a.curveness,o;if(a.polyline)for(o=this._off;o0){t.moveTo(n[o++],n[o++]);for(var l=1;l0){var c=(u+h)/2-(f-v)*i,p=(f+v)/2-(h-u)*i;t.quadraticCurveTo(c,p,h,v)}else t.lineTo(h,v)}this.incremental&&(this._off=o,this.notClear=!0)},e.prototype.findDataIndex=function(t,a){var n=this.shape,i=n.segs,o=n.curveness,s=this.style.lineWidth;if(n.polyline)for(var l=0,u=0;u0)for(var h=i[u++],v=i[u++],c=1;c0){var g=(h+p)/2-(v-d)*o,y=(v+d)/2-(p-h)*o;if(ny(h,v,g,y,p,d,s,t,a))return l}else if(N4(h,v,p,d,s,t,a))return l;l++}return-1},e.prototype.contain=function(t,a){var n=this.transformCoordToLocal(t,a),i=this.getBoundingRect();if(t=n[0],a=n[1],i.contain(t,a)){var o=this.hoverDataIdx=this.findDataIndex(t,a);return o>=0}return this.hoverDataIdx=-1,!1},e.prototype.getBoundingRect=function(){var t=this._rect;if(!t){for(var a=this.shape,n=a.segs,i=1/0,o=1/0,s=-1/0,l=-1/0,u=0;u0&&(o.dataIndex=l+e.__startIndex)})},r.prototype._clear=function(){this._newAdded=[],this.group.removeAll()},r}();const xF=SF;var bF={seriesType:"lines",plan:E0(),reset:function(r){var e=r.coordinateSystem;if(e){var t=r.get("polyline"),a=r.pipelineContext.large;return{progress:function(n,i){var o=[];if(a){var s=void 0,l=n.end-n.start;if(t){for(var u=0,f=n.start;f0&&(f||u.configLayer(s,{motionBlur:!0,lastFrameAlpha:Math.max(Math.min(l/10+.9,1),0)})),o.updateData(i);var h=t.get("clip",!0)&&er(t.coordinateSystem,!1,t);h?this.group.setClipPath(h):this.group.removeClipPath(),this._lastZlevel=s,this._finished=!0},e.prototype.incrementalPrepareRender=function(t,a,n){var i=t.getData(),o=this._updateLineDraw(i,t);o.incrementalPrepareUpdate(i),this._clearLayer(n),this._finished=!1},e.prototype.incrementalRender=function(t,a,n){this._lineDraw.incrementalUpdate(t,a.getData()),this._finished=t.end===a.getData().count()},e.prototype.eachRendered=function(t){this._lineDraw&&this._lineDraw.eachRendered(t)},e.prototype.updateTransform=function(t,a,n){var i=t.getData(),o=t.pipelineContext;if(!this._finished||o.large||o.progressiveRender)return{update:!0};var s=ab.reset(t,a,n);s.progress&&s.progress({start:0,end:i.count(),count:i.count()},i),this._lineDraw.updateLayout(),this._clearLayer(n)},e.prototype._updateLineDraw=function(t,a){var n=this._lineDraw,i=this._showEffect(a),o=!!a.get("polyline"),s=a.pipelineContext,l=s.large;return(!n||i!==this._hasEffet||o!==this._isPolyline||l!==this._isLargeDraw)&&(n&&n.remove(),n=this._lineDraw=l?new xF:new fl(o?i?yF:rb:i?eb:ul),this._hasEffet=i,this._isPolyline=o,this._isLargeDraw=l),this.group.add(n.group),n},e.prototype._showEffect=function(t){return!!t.get(["effect","show"])},e.prototype._clearLayer=function(t){var a=t.getZr(),n=a.painter.getType()==="svg";!n&&this._lastZlevel!=null&&a.painter.getLayer(this._lastZlevel).clear(!0)},e.prototype.remove=function(t,a){this._lineDraw&&this._lineDraw.remove(),this._lineDraw=null,this._clearLayer(a)},e.prototype.dispose=function(t,a){this.remove(t,a)},e.type="lines",e}(E1);const TF=wF;var CF=typeof Uint32Array>"u"?Array:Uint32Array,AF=typeof Float64Array>"u"?Array:Float64Array;function Ec(r){var e=r.data;e&&e[0]&&e[0][0]&&e[0][0].coord&&(r.data=G(e,function(t){var a=[t[0].coord,t[1].coord],n={coords:a};return t[0].name&&(n.fromName=t[0].name),t[1].name&&(n.toName=t[1].name),Se([n,t[0],t[1]])}))}var MF=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type=e.type,t.visualStyleAccessPath="lineStyle",t.visualDrawType="stroke",t}return e.prototype.init=function(t){t.data=t.data||[],Ec(t);var a=this._processFlatCoordsArray(t.data);this._flatCoords=a.flatCoords,this._flatCoordsOffset=a.flatCoordsOffset,a.flatCoords&&(t.data=new Float32Array(a.count)),r.prototype.init.apply(this,arguments)},e.prototype.mergeOption=function(t){if(Ec(t),t.data){var a=this._processFlatCoordsArray(t.data);this._flatCoords=a.flatCoords,this._flatCoordsOffset=a.flatCoordsOffset,a.flatCoords&&(t.data=new Float32Array(a.count))}r.prototype.mergeOption.apply(this,arguments)},e.prototype.appendData=function(t){var a=this._processFlatCoordsArray(t.data);a.flatCoords&&(this._flatCoords?(this._flatCoords=Y8(this._flatCoords,a.flatCoords),this._flatCoordsOffset=Y8(this._flatCoordsOffset,a.flatCoordsOffset)):(this._flatCoords=a.flatCoords,this._flatCoordsOffset=a.flatCoordsOffset),t.data=new Float32Array(a.count)),this.getRawData().appendData(t.data)},e.prototype._getCoordsFromItemModel=function(t){var a=this.getData().getItemModel(t),n=a.option instanceof Array?a.option:a.getShallow("coords");return n},e.prototype.getLineCoordsCount=function(t){return this._flatCoordsOffset?this._flatCoordsOffset[t*2+1]:this._getCoordsFromItemModel(t).length},e.prototype.getLineCoords=function(t,a){if(this._flatCoordsOffset){for(var n=this._flatCoordsOffset[t*2],i=this._flatCoordsOffset[t*2+1],o=0;o ")})},e.prototype.preventIncremental=function(){return!!this.get(["effect","show"])},e.prototype.getProgressive=function(){var t=this.option.progressive;return t??(this.option.large?1e4:this.get("progressive"))},e.prototype.getProgressiveThreshold=function(){var t=this.option.progressiveThreshold;return t??(this.option.large?2e4:this.get("progressiveThreshold"))},e.prototype.getZLevelKey=function(){var t=this.getModel("effect"),a=t.get("trailLength");return this.getData().count()>this.getProgressiveThreshold()?this.id:t.get("show")&&a>0?a+"":""},e.type="series.lines",e.dependencies=["grid","polar","geo","calendar"],e.defaultOption={coordinateSystem:"geo",z:2,legendHoverLink:!0,xAxisIndex:0,yAxisIndex:0,symbol:["none","none"],symbolSize:[10,10],geoIndex:0,effect:{show:!1,period:4,constantSpeed:0,symbol:"circle",symbolSize:3,loop:!0,trailLength:.2},large:!1,largeThreshold:2e3,polyline:!1,clip:!0,label:{show:!1,position:"end"},lineStyle:{opacity:.5}},e}(B1);const DF=MF;function $7(r){return r instanceof Array||(r=[r,r]),r}var LF={seriesType:"lines",reset:function(r){var e=$7(r.get("symbol")),t=$7(r.get("symbolSize")),a=r.getData();a.setVisual("fromSymbol",e&&e[0]),a.setVisual("toSymbol",e&&e[1]),a.setVisual("fromSymbolSize",t&&t[0]),a.setVisual("toSymbolSize",t&&t[1]);function n(i,o){var s=i.getItemModel(o),l=$7(s.getShallow("symbol",!0)),u=$7(s.getShallow("symbolSize",!0));l[0]&&i.setItemVisual(o,"fromSymbol",l[0]),l[1]&&i.setItemVisual(o,"toSymbol",l[1]),u[0]&&i.setItemVisual(o,"fromSymbolSize",u[0]),u[1]&&i.setItemVisual(o,"toSymbolSize",u[1])}return{dataEach:a.hasItemOption?n:null}}};const IF=LF;function PF(r){r.registerChartView(TF),r.registerSeriesModel(DF),r.registerLayout(ab),r.registerVisual(IF)}var RF=256,EF=function(){function r(){this.blurSize=30,this.pointSize=20,this.maxOpacity=1,this.minOpacity=0,this._gradientPixels={inRange:null,outOfRange:null};var e=D3.createCanvas();this.canvas=e}return r.prototype.update=function(e,t,a,n,i,o){var s=this._getBrush(),l=this._getGradient(i,"inRange"),u=this._getGradient(i,"outOfRange"),f=this.pointSize+this.blurSize,h=this.canvas,v=h.getContext("2d"),c=e.length;h.width=t,h.height=a;for(var p=0;p0){var L=o(_)?l:u;_>0&&(_=_*M+T),b[x++]=L[D],b[x++]=L[D+1],b[x++]=L[D+2],b[x++]=L[D+3]*_*256}else x+=4}return v.putImageData(S,0,0),h},r.prototype._getBrush=function(){var e=this._brushCanvas||(this._brushCanvas=D3.createCanvas()),t=this.pointSize+this.blurSize,a=t*2;e.width=a,e.height=a;var n=e.getContext("2d");return n.clearRect(0,0,a,a),n.shadowOffsetX=a,n.shadowBlur=this.blurSize,n.shadowColor="#000",n.beginPath(),n.arc(-t,t,this.pointSize,0,Math.PI*2,!0),n.closePath(),n.fill(),e},r.prototype._getGradient=function(e,t){for(var a=this._gradientPixels,n=a[t]||(a[t]=new Uint8ClampedArray(256*4)),i=[0,0,0,0],o=0,s=0;s<256;s++)e[t](s/255,!0,i),n[o++]=i[0],n[o++]=i[1],n[o++]=i[2],n[o++]=i[3];return n},r}();const kF=EF;function OF(r,e,t){var a=r[1]-r[0];e=G(e,function(o){return{interval:[(o.interval[0]-r[0])/a,(o.interval[1]-r[0])/a]}});var n=e.length,i=0;return function(o){var s;for(s=i;s=0;s--){var l=e[s].interval;if(l[0]<=o&&o<=l[1]){i=s;break}}return s>=0&&s=e[0]&&a<=e[1]}}function kc(r){var e=r.dimensions;return e[0]==="lng"&&e[1]==="lat"}var BF=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type=e.type,t}return e.prototype.render=function(t,a,n){var i;a.eachComponent("visualMap",function(s){s.eachTargetSeries(function(l){l===t&&(i=s)})}),this._progressiveEls=null,this.group.removeAll();var o=t.coordinateSystem;o.type==="cartesian2d"||o.type==="calendar"?this._renderOnCartesianAndCalendar(t,n,0,t.getData().count()):kc(o)&&this._renderOnGeo(o,t,i,n)},e.prototype.incrementalPrepareRender=function(t,a,n){this.group.removeAll()},e.prototype.incrementalRender=function(t,a,n,i){var o=a.coordinateSystem;o&&(kc(o)?this.render(a,n,i):(this._progressiveEls=[],this._renderOnCartesianAndCalendar(a,i,t.start,t.end,!0)))},e.prototype.eachRendered=function(t){l9(this._progressiveEls||this.group,t)},e.prototype._renderOnCartesianAndCalendar=function(t,a,n,i,o){var s=t.coordinateSystem,l=S5(s,"cartesian2d"),u,f,h,v;if(l){var c=s.getAxis("x"),p=s.getAxis("y");u=c.getBandWidth()+.5,f=p.getBandWidth()+.5,h=c.scale.getExtent(),v=p.scale.getExtent()}for(var d=this.group,g=t.getData(),y=t.getModel(["emphasis","itemStyle"]).getItemStyle(),m=t.getModel(["blur","itemStyle"]).getItemStyle(),_=t.getModel(["select","itemStyle"]).getItemStyle(),S=t.get(["itemStyle","borderRadius"]),b=n2(t),x=t.getModel("emphasis"),w=x.get("focus"),T=x.get("blurScope"),C=x.get("disabled"),M=l?[g.mapDimension("x"),g.mapDimension("y"),g.mapDimension("value")]:[g.mapDimension("time"),g.mapDimension("value")],D=n;Dh[1]||Rv[1])continue;var E=s.dataToPoint([P,R]);L=new x1({shape:{x:E[0]-u/2,y:E[1]-f/2,width:u,height:f},style:I})}else{if(isNaN(g.get(M[1],D)))continue;L=new x1({z2:1,shape:s.dataToRect([g.get(M[0],D)]).contentShape,style:I})}if(g.hasItemOption){var N=g.getItemModel(D),O=N.getModel("emphasis");y=O.getModel("itemStyle").getItemStyle(),m=N.getModel(["blur","itemStyle"]).getItemStyle(),_=N.getModel(["select","itemStyle"]).getItemStyle(),S=N.get(["itemStyle","borderRadius"]),w=O.get("focus"),T=O.get("blurScope"),C=O.get("disabled"),b=n2(N)}L.shape.r=S;var V=t.getRawValue(D),F="-";V&&V[2]!=null&&(F=V[2]+""),c2(L,b,{labelFetcher:t,labelDataIndex:D,defaultOpacity:I.opacity,defaultText:F}),L.ensureState("emphasis").style=y,L.ensureState("blur").style=m,L.ensureState("select").style=_,W1(L,w,T,C),L.incremental=o,o&&(L.states.emphasis.hoverLayer=!0),d.add(L),g.setItemGraphicEl(D,L),this._progressiveEls&&this._progressiveEls.push(L)}},e.prototype._renderOnGeo=function(t,a,n,i){var o=n.targetVisuals.inRange,s=n.targetVisuals.outOfRange,l=a.getData(),u=this._hmLayer||this._hmLayer||new kF;u.blurSize=a.get("blurSize"),u.pointSize=a.get("pointSize"),u.minOpacity=a.get("minOpacity"),u.maxOpacity=a.get("maxOpacity");var f=t.getViewRect().clone(),h=t.getRoamTransform();f.applyTransform(h);var v=Math.max(f.x,0),c=Math.max(f.y,0),p=Math.min(f.width+f.x,i.getWidth()),d=Math.min(f.height+f.y,i.getHeight()),g=p-v,y=d-c,m=[l.mapDimension("lng"),l.mapDimension("lat"),l.mapDimension("value")],_=l.mapArray(m,function(w,T,C){var M=t.dataToPoint([w,T]);return M[0]-=v,M[1]-=c,M.push(C),M}),S=n.getExtent(),b=n.type==="visualMap.continuous"?NF(S,n.option.range):OF(S,n.getPieceList(),n.option.selected);u.update(_,g,y,o.color.getNormalizer(),{inRange:o.color.getColorMapper(),outOfRange:s.color.getColorMapper()},b);var x=new l2({style:{width:g,height:y,x:v,y:c,image:u.canvas},silent:!0});this.group.add(x)},e.type="heatmap",e}(E1);const VF=BF;var zF=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type=e.type,t}return e.prototype.getInitialData=function(t,a){return e4(null,this,{generateCoord:"value"})},e.prototype.preventIncremental=function(){var t=R0.get(this.get("coordinateSystem"));if(t&&t.dimensions)return t.dimensions[0]==="lng"&&t.dimensions[1]==="lat"},e.type="series.heatmap",e.dependencies=["grid","geo","calendar"],e.defaultOption={coordinateSystem:"cartesian2d",z:2,geoIndex:0,blurSize:30,pointSize:20,maxOpacity:1,minOpacity:0,select:{itemStyle:{borderColor:"#212121"}}},e}(B1);const GF=zF;function FF(r){r.registerChartView(VF),r.registerSeriesModel(GF)}var HF=["itemStyle","borderWidth"],Oc=[{xy:"x",wh:"width",index:0,posDesc:["left","right"]},{xy:"y",wh:"height",index:1,posDesc:["top","bottom"]}],nn=new P3,WF=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type=e.type,t}return e.prototype.render=function(t,a,n){var i=this.group,o=t.getData(),s=this._data,l=t.coordinateSystem,u=l.getBaseAxis(),f=u.isHorizontal(),h=l.master.getRect(),v={ecSize:{width:n.getWidth(),height:n.getHeight()},seriesModel:t,coordSys:l,coordSysExtent:[[h.x,h.x+h.width],[h.y,h.y+h.height]],isHorizontal:f,valueDim:Oc[+f],categoryDim:Oc[1-+f]};return o.diff(s).add(function(c){if(o.hasValue(c)){var p=Bc(o,c),d=Nc(o,c,p,v),g=Vc(o,v,d);o.setItemGraphicEl(c,g),i.add(g),Gc(g,v,d)}}).update(function(c,p){var d=s.getItemGraphicEl(p);if(!o.hasValue(c)){i.remove(d);return}var g=Bc(o,c),y=Nc(o,c,g,v),m=ub(o,y);d&&m!==d.__pictorialShapeStr&&(i.remove(d),o.setItemGraphicEl(c,null),d=null),d?KF(d,v,y):d=Vc(o,v,y,!0),o.setItemGraphicEl(c,d),d.__pictorialSymbolMeta=y,i.add(d),Gc(d,v,y)}).remove(function(c){var p=s.getItemGraphicEl(c);p&&zc(s,c,p.__pictorialSymbolMeta.animationModel,p)}).execute(),this._data=o,this.group},e.prototype.remove=function(t,a){var n=this.group,i=this._data;t.get("animation")?i&&i.eachItemGraphicEl(function(o){zc(i,n1(o).dataIndex,t,o)}):n.removeAll()},e.type="pictorialBar",e}(E1);function Nc(r,e,t,a){var n=r.getItemLayout(e),i=t.get("symbolRepeat"),o=t.get("symbolClip"),s=t.get("symbolPosition")||"start",l=t.get("symbolRotate"),u=(l||0)*Math.PI/180||0,f=t.get("symbolPatternSize")||2,h=t.isAnimationEnabled(),v={dataIndex:e,layout:n,itemModel:t,symbolType:r.getItemVisual(e,"symbol")||"circle",style:r.getItemVisual(e,"style"),symbolClip:o,symbolRepeat:i,symbolRepeatDirection:t.get("symbolRepeatDirection"),symbolPatternSize:f,rotation:u,animationModel:h?t:null,hoverScale:h&&t.get(["emphasis","scale"]),z2:t.getShallow("z",!0)||0};$F(t,i,n,a,v),UF(r,e,n,i,o,v.boundingLength,v.pxSign,f,a,v),YF(t,v.symbolScale,u,a,v);var c=v.symbolSize,p=O0(t.get("symbolOffset"),c);return ZF(t,c,n,i,o,p,s,v.valueLineWidth,v.boundingLength,v.repeatCutLength,a,v),v}function $F(r,e,t,a,n){var i=a.valueDim,o=r.get("symbolBoundingData"),s=a.coordSys.getOtherAxis(a.coordSys.getBaseAxis()),l=s.toGlobalCoord(s.dataToCoord(0)),u=1-+(t[i.wh]<=0),f;if(z(o)){var h=[on(s,o[0])-l,on(s,o[1])-l];h[1]0?1:-1}function on(r,e){return r.toGlobalCoord(r.dataToCoord(r.scale.parse(e)))}function UF(r,e,t,a,n,i,o,s,l,u){var f=l.valueDim,h=l.categoryDim,v=Math.abs(t[h.wh]),c=r.getItemVisual(e,"symbolSize"),p;z(c)?p=c.slice():c==null?p=["100%","100%"]:p=[c,c],p[h.index]=H(p[h.index],v),p[f.index]=H(p[f.index],a?v:Math.abs(i)),u.symbolSize=p;var d=u.symbolScale=[p[0]/s,p[1]/s];d[f.index]*=(l.isHorizontal?-1:1)*o}function YF(r,e,t,a,n){var i=r.get(HF)||0;i&&(nn.attr({scaleX:e[0],scaleY:e[1],rotation:t}),nn.updateTransform(),i/=nn.getLineScale(),i*=e[a.valueDim.index]),n.valueLineWidth=i||0}function ZF(r,e,t,a,n,i,o,s,l,u,f,h){var v=f.categoryDim,c=f.valueDim,p=h.pxSign,d=Math.max(e[c.index]+s,0),g=d;if(a){var y=Math.abs(l),m=e2(r.get("symbolMargin"),"15%")+"",_=!1;m.lastIndexOf("!")===m.length-1&&(_=!0,m=m.slice(0,m.length-1));var S=H(m,e[c.index]),b=Math.max(d+S*2,0),x=_?0:S*2,w=Fo(a),T=w?a:Fc((y+x)/b),C=y-T*d;S=C/2/(_?T:Math.max(T-1,1)),b=d+S*2,x=_?0:S*2,!w&&a!=="fixed"&&(T=u?Fc((Math.abs(u)+x)/b):0),g=T*b-x,h.repeatTimes=T,h.symbolMargin=S}var M=p*(g/2),D=h.pathPosition=[];D[v.index]=t[v.wh]/2,D[c.index]=o==="start"?M:o==="end"?l-M:l/2,i&&(D[0]+=i[0],D[1]+=i[1]);var L=h.bundlePosition=[];L[v.index]=t[v.xy],L[c.index]=t[c.xy];var I=h.barRectShape=B({},t);I[c.wh]=p*Math.max(Math.abs(t[c.wh]),Math.abs(D[c.index]+M)),I[v.wh]=t[v.wh];var P=h.clipShape={};P[v.xy]=-t[v.xy],P[v.wh]=f.ecSize[v.wh],P[c.xy]=0,P[c.wh]=t[c.wh]}function nb(r){var e=r.symbolPatternSize,t=X1(r.symbolType,-e/2,-e/2,e,e);return t.attr({culling:!0}),t.type!=="image"&&t.setStyle({strokeNoScale:!0}),t}function ib(r,e,t,a){var n=r.__pictorialBundle,i=t.symbolSize,o=t.valueLineWidth,s=t.pathPosition,l=e.valueDim,u=t.repeatTimes||0,f=0,h=i[e.valueDim.index]+o+t.symbolMargin*2;for(ml(r,function(d){d.__pictorialAnimationIndex=f,d.__pictorialRepeatTimes=u,f0:y<0)&&(m=u-1-d),g[l.index]=h*(m-u/2+.5)+s[l.index],{x:g[0],y:g[1],scaleX:t.symbolScale[0],scaleY:t.symbolScale[1],rotation:t.rotation}}}function ob(r,e,t,a){var n=r.__pictorialBundle,i=r.__pictorialMainPath;i?s0(i,null,{x:t.pathPosition[0],y:t.pathPosition[1],scaleX:t.symbolScale[0],scaleY:t.symbolScale[1],rotation:t.rotation},t,a):(i=r.__pictorialMainPath=nb(t),n.add(i),s0(i,{x:t.pathPosition[0],y:t.pathPosition[1],scaleX:0,scaleY:0,rotation:t.rotation},{scaleX:t.symbolScale[0],scaleY:t.symbolScale[1]},t,a))}function sb(r,e,t){var a=B({},e.barRectShape),n=r.__pictorialBarRect;n?s0(n,null,{shape:a},e,t):(n=r.__pictorialBarRect=new x1({z2:2,shape:a,silent:!0,style:{stroke:"transparent",fill:"transparent",lineWidth:0}}),n.disableMorphing=!0,r.add(n))}function lb(r,e,t,a){if(t.symbolClip){var n=r.__pictorialClipPath,i=B({},t.clipShape),o=e.valueDim,s=t.animationModel,l=t.dataIndex;if(n)A1(n,{shape:i},s,l);else{i[o.wh]=0,n=new x1({shape:i}),r.__pictorialBundle.setClipPath(n),r.__pictorialClipPath=n;var u={};u[o.wh]=t.clipShape[o.wh],N6[a?"updateProps":"initProps"](n,{shape:u},s,l)}}}function Bc(r,e){var t=r.getItemModel(e);return t.getAnimationDelayParams=XF,t.isAnimationEnabled=qF,t}function XF(r){return{index:r.__pictorialAnimationIndex,count:r.__pictorialRepeatTimes}}function qF(){return this.parentModel.isAnimationEnabled()&&!!this.getShallow("animation")}function Vc(r,e,t,a){var n=new r1,i=new r1;return n.add(i),n.__pictorialBundle=i,i.x=t.bundlePosition[0],i.y=t.bundlePosition[1],t.symbolRepeat?ib(n,e,t):ob(n,e,t),sb(n,t,a),lb(n,e,t,a),n.__pictorialShapeStr=ub(r,t),n.__pictorialSymbolMeta=t,n}function KF(r,e,t){var a=t.animationModel,n=t.dataIndex,i=r.__pictorialBundle;A1(i,{x:t.bundlePosition[0],y:t.bundlePosition[1]},a,n),t.symbolRepeat?ib(r,e,t,!0):ob(r,e,t,!0),sb(r,t,!0),lb(r,e,t,!0)}function zc(r,e,t,a){var n=a.__pictorialBarRect;n&&n.removeTextContent();var i=[];ml(a,function(o){i.push(o)}),a.__pictorialMainPath&&i.push(a.__pictorialMainPath),a.__pictorialClipPath&&(t=null),A(i,function(o){t9(o,{scaleX:0,scaleY:0},t,e,function(){a.parent&&a.parent.remove(a)})}),r.setItemGraphicEl(e,null)}function ub(r,e){return[r.getItemVisual(e.dataIndex,"symbol")||"none",!!e.symbolRepeat,!!e.symbolClip].join(":")}function ml(r,e,t){A(r.__pictorialBundle.children(),function(a){a!==r.__pictorialBarRect&&e.call(t,a)})}function s0(r,e,t,a,n,i){e&&r.attr(e),a.symbolClip&&!n?t&&r.attr(t):t&&N6[n?"updateProps":"initProps"](r,t,a.animationModel,a.dataIndex,i)}function Gc(r,e,t){var a=t.dataIndex,n=t.itemModel,i=n.getModel("emphasis"),o=i.getModel("itemStyle").getItemStyle(),s=n.getModel(["blur","itemStyle"]).getItemStyle(),l=n.getModel(["select","itemStyle"]).getItemStyle(),u=n.getShallow("cursor"),f=i.get("focus"),h=i.get("blurScope"),v=i.get("scale");ml(r,function(d){if(d instanceof l2){var g=d.style;d.useStyle(B({image:g.image,x:g.x,y:g.y,width:g.width,height:g.height},t.style))}else d.useStyle(t.style);var y=d.ensureState("emphasis");y.style=o,v&&(y.scaleX=d.scaleX*1.1,y.scaleY=d.scaleY*1.1),d.ensureState("blur").style=s,d.ensureState("select").style=l,u&&(d.cursor=u),d.z2=t.z2});var c=e.valueDim.posDesc[+(t.boundingLength>0)],p=r.__pictorialBarRect;c2(p,n2(n),{labelFetcher:e.seriesModel,labelDataIndex:a,defaultText:d0(e.seriesModel.getData(),a),inheritColor:t.style.fill,defaultOpacity:t.style.opacity,defaultOutsidePosition:c}),W1(r,f,h,i.get("disabled"))}function Fc(r){var e=Math.round(r);return Math.abs(r-e)<1e-4?e:Math.ceil(r)}const jF=WF;var JF=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type=e.type,t.hasSymbolVisual=!0,t.defaultSymbol="roundRect",t}return e.prototype.getInitialData=function(t){return t.stack=null,r.prototype.getInitialData.apply(this,arguments)},e.type="series.pictorialBar",e.dependencies=["grid"],e.defaultOption=u9(Jt.defaultOption,{symbol:"circle",symbolSize:null,symbolRotate:null,symbolPosition:null,symbolOffset:null,symbolMargin:null,symbolRepeat:!1,symbolRepeatDirection:"end",symbolClip:!1,symbolBoundingData:null,symbolPatternSize:400,barGap:"-100%",progressive:0,emphasis:{scale:!1},select:{itemStyle:{borderColor:"#212121"}}}),e}(Jt);const QF=JF;function tH(r){r.registerChartView(jF),r.registerSeriesModel(QF),r.registerLayout(r.PRIORITY.VISUAL.LAYOUT,i1(G_,"pictorialBar")),r.registerLayout(r.PRIORITY.VISUAL.PROGRESSIVE_LAYOUT,F_("pictorialBar"))}var eH=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type=e.type,t._layers=[],t}return e.prototype.render=function(t,a,n){var i=t.getData(),o=this,s=this.group,l=t.getLayerSeries(),u=i.getLayout("layoutInfo"),f=u.rect,h=u.boundaryGap;s.x=0,s.y=f.y+h[0];function v(g){return g.name}var c=new _4(this._layersSeries||[],l,v,v),p=[];c.add(U(d,this,"add")).update(U(d,this,"update")).remove(U(d,this,"remove")).execute();function d(g,y,m){var _=o._layers;if(g==="remove"){s.remove(_[y]);return}for(var S=[],b=[],x,w=l[y].indices,T=0;Ti&&(i=s),a.push(s)}for(var u=0;ui&&(i=h)}return{y0:n,max:i}}function lH(r){r.registerChartView(aH),r.registerSeriesModel(iH),r.registerLayout(oH),r.registerProcessor(U6("themeRiver"))}var uH=2,fH=4,hH=function(r){k(e,r);function e(t,a,n,i){var o=r.call(this)||this;o.z2=uH,o.textConfig={inside:!0},n1(o).seriesIndex=a.seriesIndex;var s=new S1({z2:fH,silent:t.getModel().get(["label","silent"])});return o.setTextContent(s),o.updateData(!0,t,a,n,i),o}return e.prototype.updateData=function(t,a,n,i,o){this.node=a,a.piece=this,n=n||this._seriesModel,i=i||this._ecModel;var s=this;n1(s).dataIndex=a.dataIndex;var l=a.getModel(),u=l.getModel("emphasis"),f=a.getLayout(),h=B({},f);h.label=null;var v=a.getVisual("style");v.lineJoin="bevel";var c=a.getVisual("decal");c&&(v.decal=p0(c,o));var p=Q9(l.getModel("itemStyle"),h,!0);B(h,p),A(D2,function(m){var _=s.ensureState(m),S=l.getModel([m,"itemStyle"]);_.style=S.getItemStyle();var b=Q9(S,h);b&&(_.shape=b)}),t?(s.setShape(h),s.shape.r=f.r0,V1(s,{shape:{r:f.r}},n,a.dataIndex)):(A1(s,{shape:h},n),R3(s)),s.useStyle(v),this._updateLabel(n);var d=l.getShallow("cursor");d&&s.attr("cursor",d),this._seriesModel=n||this._seriesModel,this._ecModel=i||this._ecModel;var g=u.get("focus"),y=g==="ancestor"?a.getAncestorsIndices():g==="descendant"?a.getDescendantIndices():g;W1(this,y,u.get("blurScope"),u.get("disabled"))},e.prototype._updateLabel=function(t){var a=this,n=this.node.getModel(),i=n.getModel("label"),o=this.node.getLayout(),s=o.endAngle-o.startAngle,l=(o.startAngle+o.endAngle)/2,u=Math.cos(l),f=Math.sin(l),h=this,v=h.getTextContent(),c=this.node.dataIndex,p=i.get("minAngle")/180*Math.PI,d=i.get("show")&&!(p!=null&&Math.abs(s)Math.PI/2?"right":"left"):!L||L==="center"?(s===2*Math.PI&&o.r0===0?M=0:M=(o.r+o.r0)/2,L="center"):L==="left"?(M=o.r0+D,l>Math.PI/2&&(L="right")):L==="right"&&(M=o.r-D,l>Math.PI/2&&(L="left")),S.style.align=L,S.style.verticalAlign=g(m,"verticalAlign")||"middle",S.x=M*u+o.cx,S.y=M*f+o.cy;var I=g(m,"rotate"),P=0;I==="radial"?(P=v4(-l),P>Math.PI/2&&PMath.PI/2?P-=Math.PI:P<-Math.PI/2&&(P+=Math.PI)):T1(I)&&(P=I*Math.PI/180),S.rotation=P});function g(y,m){var _=y.get(m);return _??i.get(m)}v.dirtyStyle()},e}(L2);const Wc=hH;var ao="sunburstRootToNode",$c="sunburstHighlight",vH="sunburstUnhighlight";function cH(r){r.registerAction({type:ao,update:"updateView"},function(e,t){t.eachComponent({mainType:"series",subType:"sunburst",query:e},a);function a(n,i){var o=g6(e,[ao],n);if(o){var s=n.getViewRoot();s&&(e.direction=al(s,o.node)?"rollUp":"drillDown"),n.resetViewRoot(o.node)}}}),r.registerAction({type:$c,update:"none"},function(e,t,a){e=B({},e),t.eachComponent({mainType:"series",subType:"sunburst",query:e},n);function n(i){var o=g6(e,[$c],i);o&&(e.dataIndex=o.node.dataIndex)}a.dispatchAction(B(e,{type:"highlight"}))}),r.registerAction({type:vH,update:"updateView"},function(e,t,a){e=B({},e),a.dispatchAction(B(e,{type:"downplay"}))})}var pH=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type=e.type,t}return e.prototype.render=function(t,a,n,i){var o=this;this.seriesModel=t,this.api=n,this.ecModel=a;var s=t.getData(),l=s.tree.root,u=t.getViewRoot(),f=this.group,h=t.get("renderLabelForZeroData"),v=[];u.eachNode(function(m){v.push(m)});var c=this._oldChildren||[];p(v,c),y(l,u),this._initEvents(),this._oldChildren=v;function p(m,_){if(m.length===0&&_.length===0)return;new _4(_,m,S,S).add(b).update(b).remove(i1(b,null)).execute();function S(x){return x.getId()}function b(x,w){var T=x==null?null:m[x],C=w==null?null:_[w];d(T,C)}}function d(m,_){if(!h&&m&&!m.getValue()&&(m=null),m!==l&&_!==l){if(_&&_.piece)m?(_.piece.updateData(!1,m,t,a,n),s.setItemGraphicEl(m.dataIndex,_.piece)):g(_);else if(m){var S=new Wc(m,t,a,n);f.add(S),s.setItemGraphicEl(m.dataIndex,S)}}}function g(m){m&&m.piece&&(f.remove(m.piece),m.piece=null)}function y(m,_){_.depth>0?(o.virtualPiece?o.virtualPiece.updateData(!1,m,t,a,n):(o.virtualPiece=new Wc(m,t,a,n),f.add(o.virtualPiece)),_.piece.off("click"),o.virtualPiece.on("click",function(S){o._rootToNode(_.parentNode)})):o.virtualPiece&&(f.remove(o.virtualPiece),o.virtualPiece=null)}},e.prototype._initEvents=function(){var t=this;this.group.off("click"),this.group.on("click",function(a){var n=!1,i=t.seriesModel.getViewRoot();i.eachNode(function(o){if(!n&&o.piece&&o.piece===a.target){var s=o.getModel().get("nodeClick");if(s==="rootToNode")t._rootToNode(o);else if(s==="link"){var l=o.getModel(),u=l.get("link");if(u){var f=l.get("target",!0)||"_blank";Nt(u,f)}}n=!0}})})},e.prototype._rootToNode=function(t){t!==this.seriesModel.getViewRoot()&&this.api.dispatchAction({type:ao,from:this.uid,seriesId:this.seriesModel.id,targetNode:t})},e.prototype.containPoint=function(t,a){var n=a.getData(),i=n.getItemLayout(0);if(i){var o=t[0]-i.cx,s=t[1]-i.cy,l=Math.sqrt(o*o+s*s);return l<=i.r&&l>=i.r0}},e.type="sunburst",e}(E1);const dH=pH;var gH=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type=e.type,t.ignoreStyleOnData=!0,t}return e.prototype.getInitialData=function(t,a){var n={name:t.name,children:t.data};fb(n);var i=this._levelModels=G(t.levels||[],function(l){return new P1(l,this,a)},this),o=rl.createTree(n,this,s);function s(l){l.wrapMethod("getItemModel",function(u,f){var h=o.getNodeByDataIndex(f),v=i[h.depth];return v&&(u.parentModel=v),u})}return o.data},e.prototype.optionUpdated=function(){this.resetViewRoot()},e.prototype.getDataParams=function(t){var a=r.prototype.getDataParams.apply(this,arguments),n=this.getData().tree.getNodeByDataIndex(t);return a.treePathInfo=nr(n,this),a},e.prototype.getLevelModel=function(t){return this._levelModels&&this._levelModels[t.depth]},e.prototype.getViewRoot=function(){return this._viewRoot},e.prototype.resetViewRoot=function(t){t?this._viewRoot=t:t=this._viewRoot;var a=this.getRawData().tree.root;(!t||t!==a&&!a.contains(t))&&(this._viewRoot=a)},e.prototype.enableAriaDecal=function(){cx(this)},e.type="series.sunburst",e.defaultOption={z:2,center:["50%","50%"],radius:[0,"75%"],clockwise:!0,startAngle:90,minAngle:0,stillShowZeroSum:!0,nodeClick:"rootToNode",renderLabelForZeroData:!1,label:{rotate:"radial",show:!0,opacity:1,align:"center",position:"inside",distance:5,silent:!0},itemStyle:{borderWidth:1,borderColor:"white",borderType:"solid",shadowBlur:0,shadowColor:"rgba(0, 0, 0, 0.2)",shadowOffsetX:0,shadowOffsetY:0,opacity:1},emphasis:{focus:"descendant"},blur:{itemStyle:{opacity:.2},label:{opacity:.1}},animationType:"expansion",animationDuration:1e3,animationDurationUpdate:500,data:[],sort:"desc"},e}(B1);function fb(r){var e=0;A(r.children,function(a){fb(a);var n=a.value;z(n)&&(n=n[0]),e+=n});var t=r.value;z(t)&&(t=t[0]),(t==null||isNaN(t))&&(t=e),t<0&&(t=0),z(r.value)?r.value[0]=t:r.value=t}const yH=gH;var Uc=Math.PI/180;function mH(r,e,t){e.eachSeriesByType(r,function(a){var n=a.get("center"),i=a.get("radius");z(i)||(i=[0,i]),z(n)||(n=[n,n]);var o=t.getWidth(),s=t.getHeight(),l=Math.min(o,s),u=H(n[0],o),f=H(n[1],s),h=H(i[0],l/2),v=H(i[1],l/2),c=-a.get("startAngle")*Uc,p=a.get("minAngle")*Uc,d=a.getData().tree.root,g=a.getViewRoot(),y=g.depth,m=a.get("sort");m!=null&&hb(g,m);var _=0;A(g.children,function(E){!isNaN(E.getValue())&&_++});var S=g.getValue(),b=Math.PI/(S||_)*2,x=g.depth>0,w=g.height-(x?-1:1),T=(v-h)/(w||1),C=a.get("clockwise"),M=a.get("stillShowZeroSum"),D=C?1:-1,L=function(E,N){if(E){var O=N;if(E!==d){var V=E.getValue(),F=S===0&&M?b:V*b;F1;)o=o.parentNode;var s=n.getColorFromPalette(o.name||o.dataIndex+"",e);return a.depth>1&&$(s)&&(s=Ct(s,(a.depth-1)/(i-1)*.5)),s}r.eachSeriesByType("sunburst",function(a){var n=a.getData(),i=n.tree;i.eachNode(function(o){var s=o.getModel(),l=s.getModel("itemStyle").getItemStyle();l.fill||(l.fill=t(o,a,i.root.height));var u=n.ensureUniqueItemVisual(o.dataIndex,"style");B(u,l)})})}function xH(r){r.registerChartView(dH),r.registerSeriesModel(yH),r.registerLayout(i1(mH,"sunburst")),r.registerProcessor(i1(U6,"sunburst")),r.registerVisual(SH),cH(r)}var Yc={color:"fill",borderColor:"stroke"},bH={symbol:1,symbolSize:1,symbolKeepAspect:1,legendIcon:1,visualMeta:1,liftZ:1,decal:1},p4=C1(),wH=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type=e.type,t}return e.prototype.optionUpdated=function(){this.currentZLevel=this.get("zlevel",!0),this.currentZ=this.get("z",!0)},e.prototype.getInitialData=function(t,a){return e4(null,this)},e.prototype.getDataParams=function(t,a,n){var i=r.prototype.getDataParams.call(this,t,a);return n&&(i.info=p4(n).info),i},e.type="series.custom",e.dependencies=["grid","polar","geo","singleAxis","calendar"],e.defaultOption={coordinateSystem:"cartesian2d",z:2,legendHoverLink:!0,clip:!1},e}(B1);const TH=wH;function CH(r,e){return e=e||[0,0],G(["x","y"],function(t,a){var n=this.getAxis(t),i=e[a],o=r[a]/2;return n.type==="category"?n.getBandWidth():Math.abs(n.dataToCoord(i-o)-n.dataToCoord(i+o))},this)}function AH(r){var e=r.master.getRect();return{coordSys:{type:"cartesian2d",x:e.x,y:e.y,width:e.width,height:e.height},api:{coord:function(t){return r.dataToPoint(t)},size:U(CH,r)}}}function MH(r,e){return e=e||[0,0],G([0,1],function(t){var a=e[t],n=r[t]/2,i=[],o=[];return i[t]=a-n,o[t]=a+n,i[1-t]=o[1-t]=e[1-t],Math.abs(this.dataToPoint(i)[t]-this.dataToPoint(o)[t])},this)}function DH(r){var e=r.getBoundingRect();return{coordSys:{type:"geo",x:e.x,y:e.y,width:e.width,height:e.height,zoom:r.getZoom()},api:{coord:function(t){return r.dataToPoint(t)},size:U(MH,r)}}}function LH(r,e){var t=this.getAxis(),a=e instanceof Array?e[0]:e,n=(r instanceof Array?r[0]:r)/2;return t.type==="category"?t.getBandWidth():Math.abs(t.dataToCoord(a-n)-t.dataToCoord(a+n))}function IH(r){var e=r.getRect();return{coordSys:{type:"singleAxis",x:e.x,y:e.y,width:e.width,height:e.height},api:{coord:function(t){return r.dataToPoint(t)},size:U(LH,r)}}}function PH(r,e){return e=e||[0,0],G(["Radius","Angle"],function(t,a){var n="get"+t+"Axis",i=this[n](),o=e[a],s=r[a]/2,l=i.type==="category"?i.getBandWidth():Math.abs(i.dataToCoord(o-s)-i.dataToCoord(o+s));return t==="Angle"&&(l=l*Math.PI/180),l},this)}function RH(r){var e=r.getRadiusAxis(),t=r.getAngleAxis(),a=e.getExtent();return a[0]>a[1]&&a.reverse(),{coordSys:{type:"polar",cx:r.cx,cy:r.cy,r:a[1],r0:a[0]},api:{coord:function(n){var i=e.dataToRadius(n[0]),o=t.dataToAngle(n[1]),s=r.coordToPoint([i,o]);return s.push(i,o*Math.PI/180),s},size:U(PH,r)}}}function EH(r){var e=r.getRect(),t=r.getRangeInfo();return{coordSys:{type:"calendar",x:e.x,y:e.y,width:e.width,height:e.height,cellWidth:r.getCellWidth(),cellHeight:r.getCellHeight(),rangeInfo:{start:t.start,end:t.end,weeks:t.weeks,dayCount:t.allDay}},api:{coord:function(a,n){return r.dataToPoint(a,n)}}}}function vb(r,e,t,a){return r&&(r.legacy||r.legacy!==!1&&!t&&!a&&e!=="tspan"&&(e==="text"||Y(r,"text")))}function cb(r,e,t){var a=r,n,i,o;if(e==="text")o=a;else{o={},Y(a,"text")&&(o.text=a.text),Y(a,"rich")&&(o.rich=a.rich),Y(a,"textFill")&&(o.fill=a.textFill),Y(a,"textStroke")&&(o.stroke=a.textStroke),Y(a,"fontFamily")&&(o.fontFamily=a.fontFamily),Y(a,"fontSize")&&(o.fontSize=a.fontSize),Y(a,"fontStyle")&&(o.fontStyle=a.fontStyle),Y(a,"fontWeight")&&(o.fontWeight=a.fontWeight),i={type:"text",style:o,silent:!0},n={};var s=Y(a,"textPosition");t?n.position=s?a.textPosition:"inside":s&&(n.position=a.textPosition),Y(a,"textPosition")&&(n.position=a.textPosition),Y(a,"textOffset")&&(n.offset=a.textOffset),Y(a,"textRotation")&&(n.rotation=a.textRotation),Y(a,"textDistance")&&(n.distance=a.textDistance)}return Zc(o,r),A(o.rich,function(l){Zc(l,l)}),{textConfig:n,textContent:i}}function Zc(r,e){e&&(e.font=e.textFont||e.font,Y(e,"textStrokeWidth")&&(r.lineWidth=e.textStrokeWidth),Y(e,"textAlign")&&(r.align=e.textAlign),Y(e,"textVerticalAlign")&&(r.verticalAlign=e.textVerticalAlign),Y(e,"textLineHeight")&&(r.lineHeight=e.textLineHeight),Y(e,"textWidth")&&(r.width=e.textWidth),Y(e,"textHeight")&&(r.height=e.textHeight),Y(e,"textBackgroundColor")&&(r.backgroundColor=e.textBackgroundColor),Y(e,"textPadding")&&(r.padding=e.textPadding),Y(e,"textBorderColor")&&(r.borderColor=e.textBorderColor),Y(e,"textBorderWidth")&&(r.borderWidth=e.textBorderWidth),Y(e,"textBorderRadius")&&(r.borderRadius=e.textBorderRadius),Y(e,"textBoxShadowColor")&&(r.shadowColor=e.textBoxShadowColor),Y(e,"textBoxShadowBlur")&&(r.shadowBlur=e.textBoxShadowBlur),Y(e,"textBoxShadowOffsetX")&&(r.shadowOffsetX=e.textBoxShadowOffsetX),Y(e,"textBoxShadowOffsetY")&&(r.shadowOffsetY=e.textBoxShadowOffsetY))}function Xc(r,e,t){var a=r;a.textPosition=a.textPosition||t.position||"inside",t.offset!=null&&(a.textOffset=t.offset),t.rotation!=null&&(a.textRotation=t.rotation),t.distance!=null&&(a.textDistance=t.distance);var n=a.textPosition.indexOf("inside")>=0,i=r.fill||"#000";qc(a,e);var o=a.textFill==null;return n?o&&(a.textFill=t.insideFill||"#fff",!a.textStroke&&t.insideStroke&&(a.textStroke=t.insideStroke),!a.textStroke&&(a.textStroke=i),a.textStrokeWidth==null&&(a.textStrokeWidth=2)):(o&&(a.textFill=r.fill||t.outsideFill||"#000"),!a.textStroke&&t.outsideStroke&&(a.textStroke=t.outsideStroke)),a.text=e.text,a.rich=e.rich,A(e.rich,function(s){qc(s,s)}),a}function qc(r,e){e&&(Y(e,"fill")&&(r.textFill=e.fill),Y(e,"stroke")&&(r.textStroke=e.fill),Y(e,"lineWidth")&&(r.textStrokeWidth=e.lineWidth),Y(e,"font")&&(r.font=e.font),Y(e,"fontStyle")&&(r.fontStyle=e.fontStyle),Y(e,"fontWeight")&&(r.fontWeight=e.fontWeight),Y(e,"fontSize")&&(r.fontSize=e.fontSize),Y(e,"fontFamily")&&(r.fontFamily=e.fontFamily),Y(e,"align")&&(r.textAlign=e.align),Y(e,"verticalAlign")&&(r.textVerticalAlign=e.verticalAlign),Y(e,"lineHeight")&&(r.textLineHeight=e.lineHeight),Y(e,"width")&&(r.textWidth=e.width),Y(e,"height")&&(r.textHeight=e.height),Y(e,"backgroundColor")&&(r.textBackgroundColor=e.backgroundColor),Y(e,"padding")&&(r.textPadding=e.padding),Y(e,"borderColor")&&(r.textBorderColor=e.borderColor),Y(e,"borderWidth")&&(r.textBorderWidth=e.borderWidth),Y(e,"borderRadius")&&(r.textBorderRadius=e.borderRadius),Y(e,"shadowColor")&&(r.textBoxShadowColor=e.shadowColor),Y(e,"shadowBlur")&&(r.textBoxShadowBlur=e.shadowBlur),Y(e,"shadowOffsetX")&&(r.textBoxShadowOffsetX=e.shadowOffsetX),Y(e,"shadowOffsetY")&&(r.textBoxShadowOffsetY=e.shadowOffsetY),Y(e,"textShadowColor")&&(r.textShadowColor=e.textShadowColor),Y(e,"textShadowBlur")&&(r.textShadowBlur=e.textShadowBlur),Y(e,"textShadowOffsetX")&&(r.textShadowOffsetX=e.textShadowOffsetX),Y(e,"textShadowOffsetY")&&(r.textShadowOffsetY=e.textShadowOffsetY))}var pb={position:["x","y"],scale:["scaleX","scaleY"],origin:["originX","originY"]},Kc=m1(pb);f3(j3,function(r,e){return r[e]=1,r},{});j3.join(", ");var oe=["","style","shape","extra"],m0=C1();function _l(r,e,t,a,n){var i=r+"Animation",o=T0(r,a,n)||{},s=m0(e).userDuring;return o.duration>0&&(o.during=s?U(VH,{el:e,userDuring:s}):null,o.setToFinal=!0,o.scope=r),B(o,t[i]),o}function gt(r,e,t,a){a=a||{};var n=a.dataIndex,i=a.isInit,o=a.clearStyle,s=t.isAnimationEnabled(),l=m0(r),u=e.style;l.userDuring=e.during;var f={},h={};if(GH(r,e,h),Jc("shape",e,h),Jc("extra",e,h),!i&&s&&(zH(r,e,f),jc("shape",r,e,f),jc("extra",r,e,f),FH(r,e,u,f)),h.style=u,kH(r,h,o),NH(r,e),s)if(i){var v={};A(oe,function(p){var d=p?e[p]:e;d&&d.enterFrom&&(p&&(v[p]=v[p]||{}),B(p?v[p]:v,d.enterFrom))});var c=_l("enter",r,e,t,n);c.duration>0&&r.animateFrom(v,c)}else OH(r,e,n||0,t,f);db(r,e),u?r.dirty():r.markRedraw()}function db(r,e){for(var t=m0(r).leaveToProps,a=0;a0&&r.animateFrom(n,i)}}function NH(r,e){Y(e,"silent")&&(r.silent=e.silent),Y(e,"ignore")&&(r.ignore=e.ignore),r instanceof h3&&Y(e,"invisible")&&(r.invisible=e.invisible),r instanceof d1&&Y(e,"autoBatch")&&(r.autoBatch=e.autoBatch)}var z3={},BH={setTransform:function(r,e){return z3.el[r]=e,this},getTransform:function(r){return z3.el[r]},setShape:function(r,e){var t=z3.el,a=t.shape||(t.shape={});return a[r]=e,t.dirtyShape&&t.dirtyShape(),this},getShape:function(r){var e=z3.el.shape;if(e)return e[r]},setStyle:function(r,e){var t=z3.el,a=t.style;return a&&(a[r]=e,t.dirtyStyle&&t.dirtyStyle()),this},getStyle:function(r){var e=z3.el.style;if(e)return e[r]},setExtra:function(r,e){var t=z3.el.extra||(z3.el.extra={});return t[r]=e,this},getExtra:function(r){var e=z3.el.extra;if(e)return e[r]}};function VH(){var r=this,e=r.el;if(e){var t=m0(e).userDuring,a=r.userDuring;if(t!==a){r.el=r.userDuring=null;return}z3.el=e,a(BH)}}function jc(r,e,t,a){var n=t[r];if(n){var i=e[r],o;if(i){var s=t.transition,l=n.transition;if(l)if(!o&&(o=a[r]={}),s5(l))B(o,i);else for(var u=R1(l),f=0;f=0){!o&&(o=a[r]={});for(var c=m1(i),f=0;f=0)){var v=r.getAnimationStyleProps(),c=v?v.style:null;if(c){!i&&(i=a.style={});for(var p=m1(t),u=0;u=0?e.getStore().get(N,R):void 0}var O=e.get(E.name,R),V=E&&E.ordinalMeta;return V?V.categories[O]:O}function x(P,R){R==null&&(R=u);var E=e.getItemVisual(R,"style"),N=E&&E.fill,O=E&&E.opacity,V=m(R,W4).getItemStyle();N!=null&&(V.fill=N),O!=null&&(V.opacity=O);var F={inheritColor:$(N)?N:"#000"},W=_(R,W4),Z=O1(W,null,F,!1,!0);Z.text=W.getShallow("show")?f1(r.getFormattedLabel(R,W4),d0(e,R)):null;var J=kt(W,F,!1);return C(P,V),V=Xc(V,Z,J),P&&T(V,P),V.legacy=!0,V}function w(P,R){R==null&&(R=u);var E=m(R,d4).getItemStyle(),N=_(R,d4),O=O1(N,null,null,!0,!0);O.text=N.getShallow("show")?Z3(r.getFormattedLabel(R,d4),r.getFormattedLabel(R,W4),d0(e,R)):null;var V=kt(N,null,!0);return C(P,E),E=Xc(E,O,V),P&&T(E,P),E.legacy=!0,E}function T(P,R){for(var E in R)Y(R,E)&&(P[E]=R[E])}function C(P,R){P&&(P.textFill&&(R.textFill=P.textFill),P.textPosition&&(R.textPosition=P.textPosition))}function M(P,R){if(R==null&&(R=u),Y(Yc,P)){var E=e.getItemVisual(R,"style");return E?E[Yc[P]]:null}if(Y(bH,P))return e.getItemVisual(R,P)}function D(P){if(i.type==="cartesian2d"){var R=i.getBaseAxis();return WP(j({axis:R},P))}}function L(){return t.getCurrentSeriesIndices()}function I(P){return Xy(P,t)}}function JH(r){var e={};return A(r.dimensions,function(t){var a=r.getDimensionInfo(t);if(!a.isExtraCoord){var n=a.coordDim,i=e[n]=e[n]||[];i[a.coordDimIndex]=r.getDimensionIndex(t)}}),e}function fn(r,e,t,a,n,i,o){if(!a){i.remove(e);return}var s=Tl(r,e,t,a,n,i);return s&&o.setItemGraphicEl(t,s),s&&W1(s,a.focus,a.blurScope,a.emphasisDisabled),s}function Tl(r,e,t,a,n,i){var o=-1,s=e;e&&_b(e,a,n)&&(o=c1(i.childrenRef(),e),e=null);var l=!e,u=e;u?u.clearStates():(u=bl(a),s&&ZH(s,u)),a.morph===!1?u.disableMorphing=!0:u.disableMorphing&&(u.disableMorphing=!1),Q2.normal.cfg=Q2.normal.conOpt=Q2.emphasis.cfg=Q2.emphasis.conOpt=Q2.blur.cfg=Q2.blur.conOpt=Q2.select.cfg=Q2.select.conOpt=null,Q2.isLegacy=!1,tW(u,t,a,n,l,Q2),QH(u,t,a,n,l),wl(r,u,t,a,Q2,n,l),Y(a,"info")&&(p4(u).info=a.info);for(var f=0;f=0?i.replaceAt(u,o):i.add(u),u}function _b(r,e,t){var a=p4(r),n=e.type,i=e.shape,o=e.style;return t.isUniversalTransitionEnabled()||n!=null&&n!==a.customGraphicType||n==="path"&&iW(i)&&Sb(i)!==a.customPathData||n==="image"&&Y(o,"image")&&o.image!==a.customImagePath}function QH(r,e,t,a,n){var i=t.clipPath;if(i===!1)r&&r.getClipPath()&&r.removeClipPath();else if(i){var o=r.getClipPath();o&&_b(o,i,a)&&(o=null),o||(o=bl(i),r.setClipPath(o)),wl(null,o,e,i,null,a,n)}}function tW(r,e,t,a,n,i){if(!r.isGroup){tp(t,null,i),tp(t,d4,i);var o=i.normal.conOpt,s=i.emphasis.conOpt,l=i.blur.conOpt,u=i.select.conOpt;if(o!=null||s!=null||u!=null||l!=null){var f=r.getTextContent();if(o===!1)f&&r.removeTextContent();else{o=i.normal.conOpt=o||{type:"text"},f?f.clearStates():(f=bl(o),r.setTextContent(f)),wl(null,f,e,o,null,a,n);for(var h=o&&o.style,v=0;v=f;c--){var p=e.childAt(c);rW(e,p,n)}}}function rW(r,e,t){e&&sr(e,p4(r).option,t)}function aW(r){new _4(r.oldChildren,r.newChildren,ep,ep,r).add(rp).update(rp).remove(nW).execute()}function ep(r,e){var t=r&&r.name;return t??UH+e}function rp(r,e){var t=this.context,a=r!=null?t.newChildren[r]:null,n=e!=null?t.oldChildren[e]:null;Tl(t.api,n,t.dataIndex,a,t.seriesModel,t.group)}function nW(r){var e=this.context,t=e.oldChildren[r];t&&sr(t,p4(t).option,e.seriesModel)}function Sb(r){return r&&(r.pathData||r.d)}function iW(r){return r&&(Y(r,"pathData")||Y(r,"d"))}function oW(r){r.registerChartView(qH),r.registerSeriesModel(TH)}var $9=C1(),ap=e1,hn=U,sW=function(){function r(){this._dragging=!1,this.animationThreshold=15}return r.prototype.render=function(e,t,a,n){var i=t.get("value"),o=t.get("status");if(this._axisModel=e,this._axisPointerModel=t,this._api=a,!(!n&&this._lastValue===i&&this._lastStatus===o)){this._lastValue=i,this._lastStatus=o;var s=this._group,l=this._handle;if(!o||o==="hide"){s&&s.hide(),l&&l.hide();return}s&&s.show(),l&&l.show();var u={};this.makeElOption(u,i,e,t,a);var f=u.graphicKey;f!==this._lastGraphicKey&&this.clear(a),this._lastGraphicKey=f;var h=this._moveAnimation=this.determineAnimation(e,t);if(!s)s=this._group=new r1,this.createPointerEl(s,u,e,t),this.createLabelEl(s,u,e,t),a.getZr().add(s);else{var v=i1(np,t,h);this.updatePointerEl(s,u,v),this.updateLabelEl(s,u,v,t)}op(s,t,!0),this._renderHandle(i)}},r.prototype.remove=function(e){this.clear(e)},r.prototype.dispose=function(e){this.clear(e)},r.prototype.determineAnimation=function(e,t){var a=t.get("animation"),n=e.axis,i=n.type==="category",o=t.get("snap");if(!o&&!i)return!1;if(a==="auto"||a==null){var s=this.animationThreshold;if(i&&n.getBandWidth()>s)return!0;if(o){var l=qs(e).seriesDataCount,u=n.getExtent();return Math.abs(u[0]-u[1])/l>s}return!1}return a===!0},r.prototype.makeElOption=function(e,t,a,n,i){},r.prototype.createPointerEl=function(e,t,a,n){var i=t.pointer;if(i){var o=$9(e).pointerEl=new N6[i.type](ap(t.pointer));e.add(o)}},r.prototype.createLabelEl=function(e,t,a,n){if(t.label){var i=$9(e).labelEl=new S1(ap(t.label));e.add(i),ip(i,n)}},r.prototype.updatePointerEl=function(e,t,a){var n=$9(e).pointerEl;n&&t.pointer&&(n.setStyle(t.pointer.style),a(n,{shape:t.pointer.shape}))},r.prototype.updateLabelEl=function(e,t,a,n){var i=$9(e).labelEl;i&&(i.setStyle(t.label.style),a(i,{x:t.label.x,y:t.label.y}),ip(i,n))},r.prototype._renderHandle=function(e){if(!(this._dragging||!this.updateHandleTransform)){var t=this._axisPointerModel,a=this._api.getZr(),n=this._handle,i=t.getModel("handle"),o=t.get("status");if(!i.get("show")||!o||o==="hide"){n&&a.remove(n),this._handle=null;return}var s;this._handle||(s=!0,n=this._handle=C0(i.get("icon"),{cursor:"move",draggable:!0,onmousemove:function(u){g4(u.event)},onmousedown:hn(this._onHandleDragMove,this,0,0),drift:hn(this._onHandleDragMove,this),ondragend:hn(this._onHandleDragEnd,this)}),a.add(n)),op(n,t,!1),n.setStyle(i.getItemStyle(null,["color","borderColor","borderWidth","opacity","shadowColor","shadowBlur","shadowOffsetX","shadowOffsetY"]));var l=i.get("size");z(l)||(l=[l,l]),n.scaleX=l[0]/2,n.scaleY=l[1]/2,k0(this,"_doDispatchAxisPointer",i.get("throttle")||0,"fixRate"),this._moveHandleToValue(e,s)}},r.prototype._moveHandleToValue=function(e,t){np(this._axisPointerModel,!t&&this._moveAnimation,this._handle,vn(this.getHandleTransform(e,this._axisModel,this._axisPointerModel)))},r.prototype._onHandleDragMove=function(e,t){var a=this._handle;if(a){this._dragging=!0;var n=this.updateHandleTransform(vn(a),[e,t],this._axisModel,this._axisPointerModel);this._payloadInfo=n,a.stopAnimation(),a.attr(vn(n)),$9(a).lastProp=null,this._doDispatchAxisPointer()}},r.prototype._doDispatchAxisPointer=function(){var e=this._handle;if(e){var t=this._payloadInfo,a=this._axisModel;this._api.dispatchAction({type:"updateAxisPointer",x:t.cursorPoint[0],y:t.cursorPoint[1],tooltipOption:t.tooltipOption,axesInfo:[{axisDim:a.axis.dim,axisIndex:a.componentIndex}]})}},r.prototype._onHandleDragEnd=function(){this._dragging=!1;var e=this._handle;if(e){var t=this._axisPointerModel.get("value");this._moveHandleToValue(t),this._api.dispatchAction({type:"hideTip"})}},r.prototype.clear=function(e){this._lastValue=null,this._lastStatus=null;var t=e.getZr(),a=this._group,n=this._handle;t&&a&&(this._lastGraphicKey=null,a&&t.remove(a),n&&t.remove(n),this._group=null,this._handle=null,this._payloadInfo=null),u6(this,"_doDispatchAxisPointer")},r.prototype.doClear=function(){},r.prototype.buildLabel=function(e,t,a){return a=a||0,{x:e[a],y:e[1-a],width:t[a],height:t[1-a]}},r}();function np(r,e,t,a){xb($9(t).lastProp,a)||($9(t).lastProp=a,e?A1(t,a,r):(t.stopAnimation(),t.attr(a)))}function xb(r,e){if(Q(r)&&Q(e)){var t=!0;return A(e,function(a,n){t=t&&xb(r[n],a)}),!!t}else return r===e}function ip(r,e){r[e.get(["label","show"])?"show":"hide"]()}function vn(r){return{x:r.x||0,y:r.y||0,rotation:r.rotation||0}}function op(r,e,t){var a=e.get("z"),n=e.get("zlevel");r&&r.traverse(function(i){i.type!=="group"&&(a!=null&&(i.z=a),n!=null&&(i.zlevel=n),i.silent=t)})}const Al=sW;function Ml(r){var e=r.get("type"),t=r.getModel(e+"Style"),a;return e==="line"?(a=t.getLineStyle(),a.fill=null):e==="shadow"&&(a=t.getAreaStyle(),a.stroke=null),a}function bb(r,e,t,a,n){var i=t.get("value"),o=wb(i,e.axis,e.ecModel,t.get("seriesDataIndices"),{precision:t.get(["label","precision"]),formatter:t.get(["label","formatter"])}),s=t.getModel("label"),l=_5(s.get("padding")||0),u=s.getFont(),f=L6(o,u),h=n.position,v=f.width+l[1]+l[3],c=f.height+l[0]+l[2],p=n.align;p==="right"&&(h[0]-=v),p==="center"&&(h[0]-=v/2);var d=n.verticalAlign;d==="bottom"&&(h[1]-=c),d==="middle"&&(h[1]-=c/2),lW(h,v,c,a);var g=s.get("backgroundColor");(!g||g==="auto")&&(g=e.get(["axisLine","lineStyle","color"])),r.label={x:h[0],y:h[1],style:O1(s,{text:o,font:u,fill:s.getTextColor(),padding:l,backgroundColor:g}),z2:10}}function lW(r,e,t,a){var n=a.getWidth(),i=a.getHeight();r[0]=Math.min(r[0]+e,n)-e,r[1]=Math.min(r[1]+t,i)-t,r[0]=Math.max(r[0],0),r[1]=Math.max(r[1],0)}function wb(r,e,t,a,n){r=e.scale.parse(r);var i=e.scale.getLabel({value:r},{precision:n.precision}),o=n.formatter;if(o){var s={value:Gs(e,{value:r}),axisDimension:e.dim,axisIndex:e.index,seriesData:[]};A(a,function(l){var u=t.getSeriesByIndex(l.seriesIndex),f=l.dataIndexInside,h=u&&u.getDataParams(f);h&&s.seriesData.push(h)}),$(o)?i=o.replace("{value}",i):K(o)&&(i=o(s))}return i}function Dl(r,e,t){var a=F2();return s9(a,a,t.rotation),L3(a,a,t.position),M3([r.dataToCoord(e),(t.labelOffset||0)+(t.labelDirection||1)*(t.labelMargin||0)],a)}function Tb(r,e,t,a,n,i){var o=x4.innerTextLayout(t.rotation,0,t.labelDirection);t.labelMargin=n.get(["label","margin"]),bb(e,a,n,i,{position:Dl(a.axis,r,t),align:o.textAlign,verticalAlign:o.textVerticalAlign})}function Ll(r,e,t){return t=t||0,{x1:r[t],y1:r[1-t],x2:e[t],y2:e[1-t]}}function Cb(r,e,t){return t=t||0,{x:r[t],y:r[1-t],width:e[t],height:e[1-t]}}function sp(r,e,t,a,n,i){return{cx:r,cy:e,r0:t,r:a,startAngle:n,endAngle:i,clockwise:!0}}var uW=function(r){k(e,r);function e(){return r!==null&&r.apply(this,arguments)||this}return e.prototype.makeElOption=function(t,a,n,i,o){var s=n.axis,l=s.grid,u=i.get("type"),f=lp(l,s).getOtherAxis(s).getGlobalExtent(),h=s.toGlobalCoord(s.dataToCoord(a,!0));if(u&&u!=="none"){var v=Ml(i),c=fW[u](s,h,f);c.style=v,t.graphicKey=c.type,t.pointer=c}var p=Fi(l.model,n);Tb(a,t,p,n,i,o)},e.prototype.getHandleTransform=function(t,a,n){var i=Fi(a.axis.grid.model,a,{labelInside:!1});i.labelMargin=n.get(["handle","margin"]);var o=Dl(a.axis,t,i);return{x:o[0],y:o[1],rotation:i.rotation+(i.labelDirection<0?Math.PI:0)}},e.prototype.updateHandleTransform=function(t,a,n,i){var o=n.axis,s=o.grid,l=o.getGlobalExtent(!0),u=lp(s,o).getOtherAxis(o).getGlobalExtent(),f=o.dim==="x"?0:1,h=[t.x,t.y];h[f]+=a[f],h[f]=Math.min(l[1],h[f]),h[f]=Math.max(l[0],h[f]);var v=(u[1]+u[0])/2,c=[v,v];c[f]=h[f];var p=[{verticalAlign:"middle"},{align:"center"}];return{x:h[0],y:h[1],rotation:t.rotation,cursorPoint:c,tooltipOption:p[f]}},e}(Al);function lp(r,e){var t={};return t[e.dim+"AxisIndex"]=e.index,r.getCartesian(t)}var fW={line:function(r,e,t){var a=Ll([e,t[0]],[e,t[1]],up(r));return{type:"Line",subPixelOptimize:!0,shape:a}},shadow:function(r,e,t){var a=Math.max(1,r.getBandWidth()),n=t[1]-t[0];return{type:"Rect",shape:Cb([e-a/2,t[0]],[a,n],up(r))}}};function up(r){return r.dim==="x"?0:1}const hW=uW;var vW=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type=e.type,t}return e.type="axisPointer",e.defaultOption={show:"auto",z:50,type:"line",snap:!1,triggerTooltip:!0,value:null,status:null,link:[],animation:null,animationDurationUpdate:200,lineStyle:{color:"#B9BEC9",width:1,type:"dashed"},shadowStyle:{color:"rgba(210,219,238,0.2)"},label:{show:!0,formatter:null,precision:"auto",margin:3,color:"#fff",padding:[5,7,5,7],backgroundColor:"auto",borderColor:null,borderWidth:0,borderRadius:3},handle:{show:!1,icon:"M10.7,11.9v-1.3H9.3v1.3c-4.9,0.3-8.8,4.4-8.8,9.4c0,5,3.9,9.1,8.8,9.4h1.3c4.9-0.3,8.8-4.4,8.8-9.4C19.5,16.3,15.6,12.2,10.7,11.9z M13.3,24.4H6.7v-1.2h6.6z M13.3,22H6.7v-1.2h6.6z M13.3,19.6H6.7v-1.2h6.6z",size:45,margin:50,color:"#333",shadowBlur:3,shadowColor:"#aaa",shadowOffsetX:0,shadowOffsetY:2,throttle:40}},e}(_1);const cW=vW;var c4=C1(),pW=A;function Ab(r,e,t){if(!w1.node){var a=e.getZr();c4(a).records||(c4(a).records={}),dW(a,e);var n=c4(a).records[r]||(c4(a).records[r]={});n.handler=t}}function dW(r,e){if(c4(r).initialized)return;c4(r).initialized=!0,t("click",i1(fp,"click")),t("mousemove",i1(fp,"mousemove")),t("globalout",yW);function t(a,n){r.on(a,function(i){var o=mW(e);pW(c4(r).records,function(s){s&&n(s,i,o.dispatchAction)}),gW(o.pendings,e)})}}function gW(r,e){var t=r.showTip.length,a=r.hideTip.length,n;t?n=r.showTip[t-1]:a&&(n=r.hideTip[a-1]),n&&(n.dispatchAction=null,e.dispatchAction(n))}function yW(r,e,t){r.handler("leave",null,t)}function fp(r,e,t,a){e.handler(r,t,a)}function mW(r){var e={showTip:[],hideTip:[]},t=function(a){var n=e[a.type];n?n.push(a):(a.dispatchAction=t,r.dispatchAction(a))};return{dispatchAction:t,pendings:e}}function oo(r,e){if(!w1.node){var t=e.getZr(),a=(c4(t).records||{})[r];a&&(c4(t).records[r]=null)}}var _W=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type=e.type,t}return e.prototype.render=function(t,a,n){var i=a.getComponent("tooltip"),o=t.get("triggerOn")||i&&i.get("triggerOn")||"mousemove|click";Ab("axisPointer",n,function(s,l,u){o!=="none"&&(s==="leave"||o.indexOf(s)>=0)&&u({type:"updateAxisPointer",currTrigger:s,x:l&&l.offsetX,y:l&&l.offsetY})})},e.prototype.remove=function(t,a){oo("axisPointer",a)},e.prototype.dispose=function(t,a){oo("axisPointer",a)},e.type="axisPointer",e}(z1);const SW=_W;function Mb(r,e){var t=[],a=r.seriesIndex,n;if(a==null||!(n=e.getSeriesByIndex(a)))return{point:[]};var i=n.getData(),o=u5(i,r);if(o==null||o<0||z(o))return{point:[]};var s=i.getItemGraphicEl(o),l=n.coordinateSystem;if(n.getTooltipPosition)t=n.getTooltipPosition(o)||[];else if(l&&l.dataToPoint)if(r.isStacked){var u=l.getBaseAxis(),f=l.getOtherAxis(u),h=f.dim,v=u.dim,c=h==="x"||h==="radius"?1:0,p=i.mapDimension(v),d=[];d[c]=i.get(p,o),d[1-c]=i.get(i.getCalculationInfo("stackResultDimension"),o),t=l.dataToPoint(d)||[]}else t=l.dataToPoint(i.getValues(G(l.dimensions,function(y){return i.mapDimension(y)}),o))||[];else if(s){var g=s.getBoundingRect().clone();g.applyTransform(s.transform),t=[g.x+g.width/2,g.y+g.height/2]}return{point:t,el:s}}var hp=C1();function xW(r,e,t){var a=r.currTrigger,n=[r.x,r.y],i=r,o=r.dispatchAction||U(t.dispatchAction,t),s=e.getComponent("axisPointer").coordSysAxesInfo;if(s){yt(n)&&(n=Mb({seriesIndex:i.seriesIndex,dataIndex:i.dataIndex},e).point);var l=yt(n),u=i.axesInfo,f=s.axesInfo,h=a==="leave"||yt(n),v={},c={},p={list:[],map:{}},d={showPointer:i1(wW,c),showTooltip:i1(TW,p)};A(s.coordSysMap,function(y,m){var _=l||y.containPoint(n);A(s.coordSysAxesInfo[m],function(S,b){var x=S.axis,w=DW(u,S);if(!h&&_&&(!u||w)){var T=w&&w.value;T==null&&!l&&(T=x.pointToData(n)),T!=null&&vp(S,T,d,!1,v)}})});var g={};return A(f,function(y,m){var _=y.linkGroup;_&&!c[m]&&A(_.axesInfo,function(S,b){var x=c[b];if(S!==y&&x){var w=x.value;_.mapper&&(w=y.axis.scale.parse(_.mapper(w,cp(S),cp(y)))),g[y.key]=w}})}),A(g,function(y,m){vp(f[m],y,d,!0,v)}),CW(c,f,v),AW(p,n,r,o),MW(f,o,t),v}}function vp(r,e,t,a,n){var i=r.axis;if(!(i.scale.isBlank()||!i.containData(e))){if(!r.involveSeries){t.showPointer(r,e);return}var o=bW(e,r),s=o.payloadBatch,l=o.snapToValue;s[0]&&n.seriesIndex==null&&B(n,s[0]),!a&&r.snap&&i.containData(l)&&l!=null&&(e=l),t.showPointer(r,e,s),t.showTooltip(r,o,l)}}function bW(r,e){var t=e.axis,a=t.dim,n=r,i=[],o=Number.MAX_VALUE,s=-1;return A(e.seriesModels,function(l,u){var f=l.getData().mapDimensionsAll(a),h,v;if(l.getAxisTooltipData){var c=l.getAxisTooltipData(f,r,t);v=c.dataIndices,h=c.nestestValue}else{if(v=l.getData().indicesOfNearest(f[0],r,t.type==="category"?.5:null),!v.length)return;h=l.getData().get(f[0],v[0])}if(!(h==null||!isFinite(h))){var p=r-h,d=Math.abs(p);d<=o&&((d=0&&s<0)&&(o=d,s=p,n=h,i.length=0),A(v,function(g){i.push({seriesIndex:l.seriesIndex,dataIndexInside:g,dataIndex:l.getData().getRawIndex(g)})}))}}),{payloadBatch:i,snapToValue:n}}function wW(r,e,t,a){r[e.key]={value:t,payloadBatch:a}}function TW(r,e,t,a){var n=t.payloadBatch,i=e.axis,o=i.model,s=e.axisPointerModel;if(!(!e.triggerTooltip||!n.length)){var l=e.coordSys.model,u=d6(l),f=r.map[u];f||(f=r.map[u]={coordSysId:l.id,coordSysIndex:l.componentIndex,coordSysType:l.type,coordSysMainType:l.mainType,dataByAxis:[]},r.list.push(f)),f.dataByAxis.push({axisDim:i.dim,axisIndex:o.componentIndex,axisType:o.type,axisId:o.id,value:a,valueLabelOpt:{precision:s.get(["label","precision"]),formatter:s.get(["label","formatter"])},seriesDataIndices:n.slice()})}}function CW(r,e,t){var a=t.axesInfo=[];A(e,function(n,i){var o=n.axisPointerModel.option,s=r[i];s?(!n.useHandle&&(o.status="show"),o.value=s.value,o.seriesDataIndices=(s.payloadBatch||[]).slice()):!n.useHandle&&(o.status="hide"),o.status==="show"&&a.push({axisDim:n.axis.dim,axisIndex:n.axis.model.componentIndex,value:o.value})})}function AW(r,e,t,a){if(yt(e)||!r.list.length){a({type:"hideTip"});return}var n=((r.list[0].dataByAxis[0]||{}).seriesDataIndices||[])[0]||{};a({type:"showTip",escapeConnect:!0,x:e[0],y:e[1],tooltipOption:t.tooltipOption,position:t.position,dataIndexInside:n.dataIndexInside,dataIndex:n.dataIndex,seriesIndex:n.seriesIndex,dataByCoordSys:r.list})}function MW(r,e,t){var a=t.getZr(),n="axisPointerLastHighlights",i=hp(a)[n]||{},o=hp(a)[n]={};A(r,function(u,f){var h=u.axisPointerModel.option;h.status==="show"&&A(h.seriesDataIndices,function(v){var c=v.seriesIndex+" | "+v.dataIndex;o[c]=v})});var s=[],l=[];A(i,function(u,f){!o[f]&&l.push(u)}),A(o,function(u,f){!i[f]&&s.push(u)}),l.length&&t.dispatchAction({type:"downplay",escapeConnect:!0,notBlur:!0,batch:l}),s.length&&t.dispatchAction({type:"highlight",escapeConnect:!0,notBlur:!0,batch:s})}function DW(r,e){for(var t=0;t<(r||[]).length;t++){var a=r[t];if(e.axis.dim===a.axisDim&&e.axis.model.componentIndex===a.axisIndex)return a}}function cp(r){var e=r.axis.model,t={},a=t.axisDim=r.axis.dim;return t.axisIndex=t[a+"AxisIndex"]=e.componentIndex,t.axisName=t[a+"AxisName"]=e.name,t.axisId=t[a+"AxisId"]=e.id,t}function yt(r){return!r||r[0]==null||isNaN(r[0])||r[1]==null||isNaN(r[1])}function q6(r){x5.registerAxisPointerClass("CartesianAxisPointer",hW),r.registerComponentModel(cW),r.registerComponentView(SW),r.registerPreprocessor(function(e){if(e){(!e.axisPointer||e.axisPointer.length===0)&&(e.axisPointer={});var t=e.axisPointer.link;t&&!z(t)&&(e.axisPointer.link=[t])}}),r.registerProcessor(r.PRIORITY.PROCESSOR.STATISTIC,function(e,t){e.getComponent("axisPointer").coordSysAxesInfo=gO(e,t)}),r.registerAction({type:"updateAxisPointer",event:"updateAxisPointer",update:":updateAxisPointer"},xW)}function LW(r){h1(jS),h1(q6)}var IW=function(r){k(e,r);function e(){return r!==null&&r.apply(this,arguments)||this}return e.prototype.makeElOption=function(t,a,n,i,o){var s=n.axis;s.dim==="angle"&&(this.animationThreshold=Math.PI/18);var l=s.polar,u=l.getOtherAxis(s),f=u.getExtent(),h=s.dataToCoord(a),v=i.get("type");if(v&&v!=="none"){var c=Ml(i),p=RW[v](s,l,h,f);p.style=c,t.graphicKey=p.type,t.pointer=p}var d=i.get(["label","margin"]),g=PW(a,n,i,l,d);bb(t,n,i,o,g)},e}(Al);function PW(r,e,t,a,n){var i=e.axis,o=i.dataToCoord(r),s=a.getAngleAxis().getExtent()[0];s=s/180*Math.PI;var l=a.getRadiusAxis().getExtent(),u,f,h;if(i.dim==="radius"){var v=F2();s9(v,v,s),L3(v,v,[a.cx,a.cy]),u=M3([o,-n],v);var c=e.getModel("axisLabel").get("rotate")||0,p=x4.innerTextLayout(s,c*Math.PI/180,-1);f=p.textAlign,h=p.textVerticalAlign}else{var d=l[1];u=a.coordToPoint([d+n,o]);var g=a.cx,y=a.cy;f=Math.abs(u[0]-g)/d<.3?"center":u[0]>g?"left":"right",h=Math.abs(u[1]-y)/d<.3?"middle":u[1]>y?"top":"bottom"}return{position:u,align:f,verticalAlign:h}}var RW={line:function(r,e,t,a){return r.dim==="angle"?{type:"Line",shape:Ll(e.coordToPoint([a[0],t]),e.coordToPoint([a[1],t]))}:{type:"Circle",shape:{cx:e.cx,cy:e.cy,r:t}}},shadow:function(r,e,t,a){var n=Math.max(1,r.getBandWidth()),i=Math.PI/180;return r.dim==="angle"?{type:"Sector",shape:sp(e.cx,e.cy,a[0],a[1],(-t-n/2)*i,(-t+n/2)*i)}:{type:"Sector",shape:sp(e.cx,e.cy,t-n/2,t+n/2,0,Math.PI*2)}}};const EW=IW;var kW=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type=e.type,t}return e.prototype.findAxisModel=function(t){var a,n=this.ecModel;return n.eachComponent(t,function(i){i.getCoordSysModel()===this&&(a=i)},this),a},e.type="polar",e.dependencies=["radiusAxis","angleAxis"],e.defaultOption={z:0,center:["50%","50%"],radius:"80%"},e}(_1);const OW=kW;var Il=function(r){k(e,r);function e(){return r!==null&&r.apply(this,arguments)||this}return e.prototype.getCoordSysModel=function(){return this.getReferringComponents("polar",j1).models[0]},e.type="polarAxis",e}(_1);Y1(Il,B0);var NW=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type=e.type,t}return e.type="angleAxis",e}(Il),BW=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type=e.type,t}return e.type="radiusAxis",e}(Il),Pl=function(r){k(e,r);function e(t,a){return r.call(this,"radius",t,a)||this}return e.prototype.pointToData=function(t,a){return this.polar.pointToData(t,a)[this.dim==="radius"?0:1]},e}(g3);Pl.prototype.dataToRadius=g3.prototype.dataToCoord;Pl.prototype.radiusToData=g3.prototype.coordToData;const VW=Pl;var zW=C1(),Rl=function(r){k(e,r);function e(t,a){return r.call(this,"angle",t,a||[0,360])||this}return e.prototype.pointToData=function(t,a){return this.polar.pointToData(t,a)[this.dim==="radius"?0:1]},e.prototype.calculateCategoryInterval=function(){var t=this,a=t.getLabelModel(),n=t.scale,i=n.getExtent(),o=n.count();if(i[1]-i[0]<1)return 0;var s=i[0],l=t.dataToCoord(s+1)-t.dataToCoord(s),u=Math.abs(l),f=L6(s==null?"":s+"",a.getFont(),"center","top"),h=Math.max(f.height,7),v=h/u;isNaN(v)&&(v=1/0);var c=Math.max(0,Math.floor(v)),p=zW(t.model),d=p.lastAutoInterval,g=p.lastTickCount;return d!=null&&g!=null&&Math.abs(d-c)<=1&&Math.abs(g-o)<=1&&d>c?c=d:(p.lastTickCount=o,p.lastAutoInterval=c),c},e}(g3);Rl.prototype.dataToAngle=g3.prototype.dataToCoord;Rl.prototype.angleToData=g3.prototype.coordToData;const GW=Rl;var Db=["radius","angle"],FW=function(){function r(e){this.dimensions=Db,this.type="polar",this.cx=0,this.cy=0,this._radiusAxis=new VW,this._angleAxis=new GW,this.axisPointerEnabled=!0,this.name=e||"",this._radiusAxis.polar=this._angleAxis.polar=this}return r.prototype.containPoint=function(e){var t=this.pointToCoord(e);return this._radiusAxis.contain(t[0])&&this._angleAxis.contain(t[1])},r.prototype.containData=function(e){return this._radiusAxis.containData(e[0])&&this._angleAxis.containData(e[1])},r.prototype.getAxis=function(e){var t="_"+e+"Axis";return this[t]},r.prototype.getAxes=function(){return[this._radiusAxis,this._angleAxis]},r.prototype.getAxesByScale=function(e){var t=[],a=this._angleAxis,n=this._radiusAxis;return a.scale.type===e&&t.push(a),n.scale.type===e&&t.push(n),t},r.prototype.getAngleAxis=function(){return this._angleAxis},r.prototype.getRadiusAxis=function(){return this._radiusAxis},r.prototype.getOtherAxis=function(e){var t=this._angleAxis;return e===t?this._radiusAxis:t},r.prototype.getBaseAxis=function(){return this.getAxesByScale("ordinal")[0]||this.getAxesByScale("time")[0]||this.getAngleAxis()},r.prototype.getTooltipAxes=function(e){var t=e!=null&&e!=="auto"?this.getAxis(e):this.getBaseAxis();return{baseAxes:[t],otherAxes:[this.getOtherAxis(t)]}},r.prototype.dataToPoint=function(e,t){return this.coordToPoint([this._radiusAxis.dataToRadius(e[0],t),this._angleAxis.dataToAngle(e[1],t)])},r.prototype.pointToData=function(e,t){var a=this.pointToCoord(e);return[this._radiusAxis.radiusToData(a[0],t),this._angleAxis.angleToData(a[1],t)]},r.prototype.pointToCoord=function(e){var t=e[0]-this.cx,a=e[1]-this.cy,n=this.getAngleAxis(),i=n.getExtent(),o=Math.min(i[0],i[1]),s=Math.max(i[0],i[1]);n.inverse?o=s-360:s=o+360;var l=Math.sqrt(t*t+a*a);t/=l,a/=l;for(var u=Math.atan2(-a,t)/Math.PI*180,f=us;)u+=f*360;return[l,u]},r.prototype.coordToPoint=function(e){var t=e[0],a=e[1]/180*Math.PI,n=Math.cos(a)*t+this.cx,i=-Math.sin(a)*t+this.cy;return[n,i]},r.prototype.getArea=function(){var e=this.getAngleAxis(),t=this.getRadiusAxis(),a=t.getExtent().slice();a[0]>a[1]&&a.reverse();var n=e.getExtent(),i=Math.PI/180;return{cx:this.cx,cy:this.cy,r0:a[0],r:a[1],startAngle:-n[0]*i,endAngle:-n[1]*i,clockwise:e.inverse,contain:function(o,s){var l=o-this.cx,u=s-this.cy,f=l*l+u*u-1e-4,h=this.r,v=this.r0;return f<=h*h&&f>=v*v}}},r.prototype.convertToPixel=function(e,t,a){var n=pp(t);return n===this?this.dataToPoint(a):null},r.prototype.convertFromPixel=function(e,t,a){var n=pp(t);return n===this?this.pointToData(a):null},r}();function pp(r){var e=r.seriesModel,t=r.polarModel;return t&&t.coordinateSystem||e&&e.coordinateSystem}const HW=FW;function WW(r,e,t){var a=e.get("center"),n=t.getWidth(),i=t.getHeight();r.cx=H(a[0],n),r.cy=H(a[1],i);var o=r.getRadiusAxis(),s=Math.min(n,i)/2,l=e.get("radius");l==null?l=[0,"100%"]:z(l)||(l=[0,l]);var u=[H(l[0],s),H(l[1],s)];o.inverse?o.setExtent(u[1],u[0]):o.setExtent(u[0],u[1])}function $W(r,e){var t=this,a=t.getAngleAxis(),n=t.getRadiusAxis();if(a.scale.setExtent(1/0,-1/0),n.scale.setExtent(1/0,-1/0),r.eachSeries(function(s){if(s.coordinateSystem===t){var l=s.getData();A(Xt(l,"radius"),function(u){n.scale.unionExtentFromData(l,u)}),A(Xt(l,"angle"),function(u){a.scale.unionExtentFromData(l,u)})}}),c5(a.scale,a.model),c5(n.scale,n.model),a.type==="category"&&!a.onBand){var i=a.getExtent(),o=360/a.scale.count();a.inverse?i[1]+=o:i[1]-=o,a.setExtent(i[0],i[1])}}function UW(r){return r.mainType==="angleAxis"}function dp(r,e){if(r.type=e.get("type"),r.scale=G6(e),r.onBand=e.get("boundaryGap")&&r.type==="category",r.inverse=e.get("inverse"),UW(e)){r.inverse=r.inverse!==e.get("clockwise");var t=e.get("startAngle");r.setExtent(t,t+(r.inverse?-360:360))}e.axis=r,r.model=e}var YW={dimensions:Db,create:function(r,e){var t=[];return r.eachComponent("polar",function(a,n){var i=new HW(n+"");i.update=$W;var o=i.getRadiusAxis(),s=i.getAngleAxis(),l=a.findAxisModel("radiusAxis"),u=a.findAxisModel("angleAxis");dp(o,l),dp(s,u),WW(i,a,e),t.push(i),a.coordinateSystem=i,i.model=a}),r.eachSeries(function(a){if(a.get("coordinateSystem")==="polar"){var n=a.getReferringComponents("polar",j1).models[0];a.coordinateSystem=n.coordinateSystem}}),t}};const ZW=YW;var XW=["axisLine","axisLabel","axisTick","minorTick","splitLine","minorSplitLine","splitArea"];function U7(r,e,t){e[1]>e[0]&&(e=e.slice().reverse());var a=r.coordToPoint([e[0],t]),n=r.coordToPoint([e[1],t]);return{x1:a[0],y1:a[1],x2:n[0],y2:n[1]}}function Y7(r){var e=r.getRadiusAxis();return e.inverse?0:1}function gp(r){var e=r[0],t=r[r.length-1];e&&t&&Math.abs(Math.abs(e.coord-t.coord)-360)<1e-4&&r.pop()}var qW=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type=e.type,t.axisPointerClass="PolarAxisPointer",t}return e.prototype.render=function(t,a){if(this.group.removeAll(),!!t.get("show")){var n=t.axis,i=n.polar,o=i.getRadiusAxis().getExtent(),s=n.getTicksCoords(),l=n.getMinorTicksCoords(),u=G(n.getViewLabels(),function(f){f=e1(f);var h=n.scale,v=h.type==="ordinal"?h.getRawOrdinalNumber(f.tickValue):f.tickValue;return f.coord=n.dataToCoord(v),f});gp(u),gp(s),A(XW,function(f){t.get([f,"show"])&&(!n.scale.isBlank()||f==="axisLine")&&KW[f](this.group,t,i,s,l,o,u)},this)}},e.type="angleAxis",e}(x5),KW={axisLine:function(r,e,t,a,n,i){var o=e.getModel(["axisLine","lineStyle"]),s=Y7(t),l=s?0:1,u;i[l]===0?u=new P3({shape:{cx:t.cx,cy:t.cy,r:i[s]},style:o.getLineStyle(),z2:1,silent:!0}):u=new R6({shape:{cx:t.cx,cy:t.cy,r:i[s],r0:i[l]},style:o.getLineStyle(),z2:1,silent:!0}),u.style.fill=null,r.add(u)},axisTick:function(r,e,t,a,n,i){var o=e.getModel("axisTick"),s=(o.get("inside")?-1:1)*o.get("length"),l=i[Y7(t)],u=G(a,function(f){return new r2({shape:U7(t,[l,l+s],f.coord)})});r.add(Y2(u,{style:j(o.getModel("lineStyle").getLineStyle(),{stroke:e.get(["axisLine","lineStyle","color"])})}))},minorTick:function(r,e,t,a,n,i){if(n.length){for(var o=e.getModel("axisTick"),s=e.getModel("minorTick"),l=(o.get("inside")?-1:1)*s.get("length"),u=i[Y7(t)],f=[],h=0;hy?"left":"right",S=Math.abs(g[1]-m)/d<.3?"middle":g[1]>m?"top":"bottom";if(s&&s[p]){var b=s[p];Q(b)&&b.textStyle&&(c=new P1(b.textStyle,l,l.ecModel))}var x=new S1({silent:x4.isLabelSilent(e),style:O1(c,{x:g[0],y:g[1],fill:c.getTextColor()||e.get(["axisLine","lineStyle","color"]),text:h.formattedLabel,align:_,verticalAlign:S})});if(r.add(x),f){var w=x4.makeAxisEventDataBase(e);w.targetType="axisLabel",w.value=h.rawLabel,n1(x).eventData=w}},this)},splitLine:function(r,e,t,a,n,i){var o=e.getModel("splitLine"),s=o.getModel("lineStyle"),l=s.get("color"),u=0;l=l instanceof Array?l:[l];for(var f=[],h=0;h=0?"p":"n",I=w;b&&(a[f][D]||(a[f][D]={p:w,n:w}),I=a[f][D][L]);var P=void 0,R=void 0,E=void 0,N=void 0;if(p.dim==="radius"){var O=p.dataToCoord(M)-w,V=l.dataToCoord(D);Math.abs(O)=N})}}})}function i$(r){var e={};A(r,function(a,n){var i=a.getData(),o=a.coordinateSystem,s=o.getBaseAxis(),l=Ib(o,s),u=s.getExtent(),f=s.type==="category"?s.getBandWidth():Math.abs(u[1]-u[0])/i.count(),h=e[l]||{bandWidth:f,remainedWidth:f,autoWidthCount:0,categoryGap:"20%",gap:"30%",stacks:{}},v=h.stacks;e[l]=h;var c=Lb(a);v[c]||h.autoWidthCount++,v[c]=v[c]||{width:0,maxWidth:0};var p=H(a.get("barWidth"),f),d=H(a.get("barMaxWidth"),f),g=a.get("barGap"),y=a.get("barCategoryGap");p&&!v[c].width&&(p=Math.min(h.remainedWidth,p),v[c].width=p,h.remainedWidth-=p),d&&(v[c].maxWidth=d),g!=null&&(h.gap=g),y!=null&&(h.categoryGap=y)});var t={};return A(e,function(a,n){t[n]={};var i=a.stacks,o=a.bandWidth,s=H(a.categoryGap,o),l=H(a.gap,1),u=a.remainedWidth,f=a.autoWidthCount,h=(u-s)/(f+(f-1)*l);h=Math.max(h,0),A(i,function(d,g){var y=d.maxWidth;y&&y=t.y&&e[1]<=t.y+t.height:a.contain(a.toLocalCoord(e[1]))&&e[0]>=t.y&&e[0]<=t.y+t.height},r.prototype.pointToData=function(e){var t=this.getAxis();return[t.coordToData(t.toLocalCoord(e[t.orient==="horizontal"?0:1]))]},r.prototype.dataToPoint=function(e){var t=this.getAxis(),a=this.getRect(),n=[],i=t.orient==="horizontal"?0:1;return e instanceof Array&&(e=e[0]),n[i]=t.toGlobalCoord(t.dataToCoord(+e)),n[1-i]=i===0?a.y+a.height/2:a.x+a.width/2,n},r.prototype.convertToPixel=function(e,t,a){var n=yp(t);return n===this?this.dataToPoint(a):null},r.prototype.convertFromPixel=function(e,t,a){var n=yp(t);return n===this?this.pointToData(a):null},r}();function yp(r){var e=r.seriesModel,t=r.singleAxisModel;return t&&t.coordinateSystem||e&&e.coordinateSystem}function m$(r,e){var t=[];return r.eachComponent("singleAxis",function(a,n){var i=new y$(a,r,e);i.name="single_"+n,i.resize(a,e),a.coordinateSystem=i,t.push(i)}),r.eachSeries(function(a){if(a.get("coordinateSystem")==="singleAxis"){var n=a.getReferringComponents("singleAxis",j1).models[0];a.coordinateSystem=n&&n.coordinateSystem}}),t}var _$={create:m$,dimensions:Rb};const S$=_$;var mp=["x","y"],x$=["width","height"],b$=function(r){k(e,r);function e(){return r!==null&&r.apply(this,arguments)||this}return e.prototype.makeElOption=function(t,a,n,i,o){var s=n.axis,l=s.coordinateSystem,u=pn(l,1-ue(s)),f=l.dataToPoint(a)[0],h=i.get("type");if(h&&h!=="none"){var v=Ml(i),c=w$[h](s,f,u);c.style=v,t.graphicKey=c.type,t.pointer=c}var p=so(n);Tb(a,t,p,n,i,o)},e.prototype.getHandleTransform=function(t,a,n){var i=so(a,{labelInside:!1});i.labelMargin=n.get(["handle","margin"]);var o=Dl(a.axis,t,i);return{x:o[0],y:o[1],rotation:i.rotation+(i.labelDirection<0?Math.PI:0)}},e.prototype.updateHandleTransform=function(t,a,n,i){var o=n.axis,s=o.coordinateSystem,l=ue(o),u=pn(s,l),f=[t.x,t.y];f[l]+=a[l],f[l]=Math.min(u[1],f[l]),f[l]=Math.max(u[0],f[l]);var h=pn(s,1-l),v=(h[1]+h[0])/2,c=[v,v];return c[l]=f[l],{x:f[0],y:f[1],rotation:t.rotation,cursorPoint:c,tooltipOption:{verticalAlign:"middle"}}},e}(Al),w$={line:function(r,e,t){var a=Ll([e,t[0]],[e,t[1]],ue(r));return{type:"Line",subPixelOptimize:!0,shape:a}},shadow:function(r,e,t){var a=r.getBandWidth(),n=t[1]-t[0];return{type:"Rect",shape:Cb([e-a/2,t[0]],[a,n],ue(r))}}};function ue(r){return r.isHorizontal()?0:1}function pn(r,e){var t=r.getRect();return[t[mp[e]],t[mp[e]]+t[x$[e]]]}const T$=b$;var C$=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type=e.type,t}return e.type="single",e}(z1);function A$(r){h1(q6),x5.registerAxisPointerClass("SingleAxisPointer",T$),r.registerComponentView(C$),r.registerComponentView(p$),r.registerComponentModel(cn),g0(r,"single",cn,cn.defaultOption),r.registerCoordinateSystem("single",S$)}var M$=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type=e.type,t}return e.prototype.init=function(t,a,n){var i=L0(t);r.prototype.init.apply(this,arguments),_p(t,i)},e.prototype.mergeOption=function(t){r.prototype.mergeOption.apply(this,arguments),_p(this.option,t)},e.prototype.getCellSize=function(){return this.option.cellSize},e.type="calendar",e.defaultOption={z:2,left:80,top:60,cellSize:20,orient:"horizontal",splitLine:{show:!0,lineStyle:{color:"#000",width:1,type:"solid"}},itemStyle:{color:"#fff",borderWidth:1,borderColor:"#ccc"},dayLabel:{show:!0,firstDay:0,position:"start",margin:"50%",color:"#000"},monthLabel:{show:!0,position:"start",margin:5,align:"center",formatter:null,color:"#000"},yearLabel:{show:!0,position:null,margin:30,formatter:null,color:"#ccc",fontFamily:"sans-serif",fontWeight:"bolder",fontSize:20}},e}(_1);function _p(r,e){var t=r.cellSize,a;z(t)?a=t:a=r.cellSize=[t,t],a.length===1&&(a[1]=a[0]);var n=G([0,1],function(i){return bD(e,i)&&(a[i]="auto"),a[i]!=null&&a[i]!=="auto"});e9(r,e,{type:"box",ignoreSize:n})}const D$=M$;var L$=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type=e.type,t}return e.prototype.render=function(t,a,n){var i=this.group;i.removeAll();var o=t.coordinateSystem,s=o.getRangeInfo(),l=o.getOrient(),u=a.getLocaleModel();this._renderDayRect(t,s,i),this._renderLines(t,s,l,i),this._renderYearText(t,s,l,i),this._renderMonthText(t,u,l,i),this._renderWeekText(t,u,s,l,i)},e.prototype._renderDayRect=function(t,a,n){for(var i=t.coordinateSystem,o=t.getModel("itemStyle").getItemStyle(),s=i.getCellWidth(),l=i.getCellHeight(),u=a.start.time;u<=a.end.time;u=i.getNextNDay(u,1).time){var f=i.dataToRect([u],!1).tl,h=new x1({shape:{x:f[0],y:f[1],width:s,height:l},cursor:"default",style:o});n.add(h)}},e.prototype._renderLines=function(t,a,n,i){var o=this,s=t.coordinateSystem,l=t.getModel(["splitLine","lineStyle"]).getLineStyle(),u=t.get(["splitLine","show"]),f=l.lineWidth;this._tlpoints=[],this._blpoints=[],this._firstDayOfMonth=[],this._firstDayPoints=[];for(var h=a.start,v=0;h.time<=a.end.time;v++){p(h.formatedDate),v===0&&(h=s.getDateInfo(a.start.y+"-"+a.start.m));var c=h.date;c.setMonth(c.getMonth()+1),h=s.getDateInfo(c)}p(s.getNextNDay(a.end.time,1).formatedDate);function p(d){o._firstDayOfMonth.push(s.getDateInfo(d)),o._firstDayPoints.push(s.dataToRect([d],!1).tl);var g=o._getLinePointsOfOneWeek(t,d,n);o._tlpoints.push(g[0]),o._blpoints.push(g[g.length-1]),u&&o._drawSplitline(g,l,i)}u&&this._drawSplitline(o._getEdgesPoints(o._tlpoints,f,n),l,i),u&&this._drawSplitline(o._getEdgesPoints(o._blpoints,f,n),l,i)},e.prototype._getEdgesPoints=function(t,a,n){var i=[t[0].slice(),t[t.length-1].slice()],o=n==="horizontal"?0:1;return i[0][o]=i[0][o]-a/2,i[1][o]=i[1][o]+a/2,i},e.prototype._drawSplitline=function(t,a,n){var i=new P2({z2:20,shape:{points:t},style:a});n.add(i)},e.prototype._getLinePointsOfOneWeek=function(t,a,n){for(var i=t.coordinateSystem,o=i.getDateInfo(a),s=[],l=0;l<7;l++){var u=i.getNextNDay(o.time,l),f=i.dataToRect([u.time],!1);s[2*u.day]=f.tl,s[2*u.day+1]=f[n==="horizontal"?"bl":"tr"]}return s},e.prototype._formatterLabel=function(t,a){return $(t)&&t?mD(t,a):K(t)?t(a):a.nameMap},e.prototype._yearTextPositionControl=function(t,a,n,i,o){var s=a[0],l=a[1],u=["center","bottom"];i==="bottom"?(l+=o,u=["center","top"]):i==="left"?s-=o:i==="right"?(s+=o,u=["center","top"]):l-=o;var f=0;return(i==="left"||i==="right")&&(f=Math.PI/2),{rotation:f,x:s,y:l,style:{align:u[0],verticalAlign:u[1]}}},e.prototype._renderYearText=function(t,a,n,i){var o=t.getModel("yearLabel");if(o.get("show")){var s=o.get("margin"),l=o.get("position");l||(l=n!=="horizontal"?"top":"left");var u=[this._tlpoints[this._tlpoints.length-1],this._blpoints[0]],f=(u[0][0]+u[1][0])/2,h=(u[0][1]+u[1][1])/2,v=n==="horizontal"?0:1,c={top:[f,u[v][1]],bottom:[f,u[1-v][1]],left:[u[1-v][0],h],right:[u[v][0],h]},p=a.start.y;+a.end.y>+a.start.y&&(p=p+"-"+a.end.y);var d=o.get("formatter"),g={start:a.start.y,end:a.end.y,nameMap:p},y=this._formatterLabel(d,g),m=new S1({z2:30,style:O1(o,{text:y})});m.attr(this._yearTextPositionControl(m,c[l],n,l,s)),i.add(m)}},e.prototype._monthTextPositionControl=function(t,a,n,i,o){var s="left",l="top",u=t[0],f=t[1];return n==="horizontal"?(f=f+o,a&&(s="center"),i==="start"&&(l="bottom")):(u=u+o,a&&(l="middle"),i==="start"&&(s="right")),{x:u,y:f,align:s,verticalAlign:l}},e.prototype._renderMonthText=function(t,a,n,i){var o=t.getModel("monthLabel");if(o.get("show")){var s=o.get("nameMap"),l=o.get("margin"),u=o.get("position"),f=o.get("align"),h=[this._tlpoints,this._blpoints];(!s||$(s))&&(s&&(a=gi(s)||a),s=a.get(["time","monthAbbr"])||[]);var v=u==="start"?0:1,c=n==="horizontal"?0:1;l=u==="start"?-l:l;for(var p=f==="center",d=0;d=n.start.time&&a.times.end.time&&t.reverse(),t},r.prototype._getRangeInfo=function(e){var t=[this.getDateInfo(e[0]),this.getDateInfo(e[1])],a;t[0].time>t[1].time&&(a=!0,t.reverse());var n=Math.floor(t[1].time/dn)-Math.floor(t[0].time/dn)+1,i=new Date(t[0].time),o=i.getDate(),s=t[1].date.getDate();i.setDate(o+n-1);var l=i.getDate();if(l!==s)for(var u=i.getTime()-t[1].time>0?1:-1;(l=i.getDate())!==s&&(i.getTime()-t[1].time)*u>0;)n-=u,i.setDate(l-u);var f=Math.floor((n+t[0].day+6)/7),h=a?-f+1:f-1;return a&&t.reverse(),{range:[t[0].formatedDate,t[1].formatedDate],start:t[0],end:t[1],allDay:n,weeks:f,nthWeek:h,fweek:t[0].day,lweek:t[1].day}},r.prototype._getDateByWeeksAndDay=function(e,t,a){var n=this._getRangeInfo(a);if(e>n.weeks||e===0&&tn.lweek)return null;var i=(e-1)*7-n.fweek+t,o=new Date(n.start.time);return o.setDate(+n.start.d+i),this.getDateInfo(o)},r.create=function(e,t){var a=[];return e.eachComponent("calendar",function(n){var i=new r(n);a.push(i),n.coordinateSystem=i}),e.eachSeries(function(n){n.get("coordinateSystem")==="calendar"&&(n.coordinateSystem=a[n.get("calendarIndex")||0])}),a},r.dimensions=["time","value"],r}();function Sp(r){var e=r.calendarModel,t=r.seriesModel,a=e?e.coordinateSystem:t?t.coordinateSystem:null;return a}const R$=P$;function E$(r){r.registerComponentModel(D$),r.registerComponentView(I$),r.registerCoordinateSystem("calendar",R$)}function k$(r,e){var t=r.existing;if(e.id=r.keyInfo.id,!e.type&&t&&(e.type=t.type),e.parentId==null){var a=e.parentOption;a?e.parentId=a.id:t&&(e.parentId=t.parentId)}e.parentOption=null}function xp(r,e){var t;return A(e,function(a){r[a]!=null&&r[a]!=="auto"&&(t=!0)}),t}function O$(r,e,t){var a=B({},t),n=r[e],i=t.$action||"merge";i==="merge"?n?(o1(n,a,!0),e9(n,a,{ignoreSize:!0}),fm(t,n),Z7(t,n),Z7(t,n,"shape"),Z7(t,n,"style"),Z7(t,n,"extra"),t.clipPath=n.clipPath):r[e]=a:i==="replace"?r[e]=a:i==="remove"&&n&&(r[e]=null)}var Eb=["transition","enterFrom","leaveTo"],N$=Eb.concat(["enterAnimation","updateAnimation","leaveAnimation"]);function Z7(r,e,t){if(t&&(!r[t]&&e[t]&&(r[t]={}),r=r[t],e=e[t]),!(!r||!e))for(var a=t?Eb:N$,n=0;n=0;f--){var h=n[f],v=Q1(h.id,null),c=v!=null?o.get(v):null;if(c){var p=c.parent,y=n3(p),m=p===i?{width:s,height:l}:{width:y.width,height:y.height},_={},S=$e(c,h,m,null,{hv:h.hv,boundingMode:h.bounding},_);if(!n3(c).isNew&&S){for(var b=h.transition,x={},w=0;w=0)?x[T]=C:c[T]=C}A1(c,x,t,0)}else c.attr(_)}}},e.prototype._clear=function(){var t=this,a=this._elMap;a.each(function(n){mt(n,n3(n).option,a,t._lastGraphicModel)}),this._elMap=X()},e.prototype.dispose=function(){this._clear()},e.type="graphic",e}(z1);function lo(r){var e=Y(bp,r)?bp[r]:Be(r),t=new e({});return n3(t).type=r,t}function wp(r,e,t,a){var n=lo(t);return e.add(n),a.set(r,n),n3(n).id=r,n3(n).isNew=!0,n}function mt(r,e,t,a){var n=r&&r.parent;n&&(r.type==="group"&&r.traverse(function(i){mt(i,e,t,a)}),sr(r,e,a),t.removeKey(n3(r).id))}function Tp(r,e,t,a){r.isGroup||A([["cursor",h3.prototype.cursor],["zlevel",a||0],["z",t||0],["z2",0]],function(n){var i=n[0];Y(e,i)?r[i]=f1(e[i],n[1]):r[i]==null&&(r[i]=n[1])}),A(m1(e),function(n){if(n.indexOf("on")===0){var i=e[n];r[n]=K(i)?i:null}}),Y(e,"draggable")&&(r.draggable=e.draggable),e.name!=null&&(r.name=e.name),e.id!=null&&(r.id=e.id)}function G$(r){return r=B({},r),A(["id","parentId","$action","hv","bounding","textContent","clipPath"].concat(um),function(e){delete r[e]}),r}function F$(r,e,t){var a=n1(r).eventData;!r.silent&&!r.ignore&&!a&&(a=n1(r).eventData={componentType:"graphic",componentIndex:e.componentIndex,name:r.name}),a&&(a.info=t.info)}function H$(r){r.registerComponentModel(V$),r.registerComponentView(z$),r.registerPreprocessor(function(e){var t=e.graphic;z(t)?!t[0]||!t[0].elements?e.graphic=[{elements:t}]:e.graphic=[e.graphic[0]]:t&&!t.elements&&(e.graphic=[{elements:[t]}])})}var Cp=["x","y","radius","angle","single"],W$=["cartesian2d","polar","singleAxis"];function $$(r){var e=r.get("coordinateSystem");return c1(W$,e)>=0}function $4(r){return r+"Axis"}function U$(r,e){var t=X(),a=[],n=X();r.eachComponent({mainType:"dataZoom",query:e},function(f){n.get(f.uid)||s(f)});var i;do i=!1,r.eachComponent("dataZoom",o);while(i);function o(f){!n.get(f.uid)&&l(f)&&(s(f),i=!0)}function s(f){n.set(f.uid,!0),a.push(f),u(f)}function l(f){var h=!1;return f.eachTargetAxis(function(v,c){var p=t.get(v);p&&p[c]&&(h=!0)}),h}function u(f){f.eachTargetAxis(function(h,v){(t.get(h)||t.set(h,[]))[v]=!0})}return a}function kb(r){var e=r.ecModel,t={infoList:[],infoMap:X()};return r.eachTargetAxis(function(a,n){var i=e.getComponent($4(a),n);if(i){var o=i.getCoordSysModel();if(o){var s=o.uid,l=t.infoMap.get(s);l||(l={model:o,axisModels:[]},t.infoList.push(l),t.infoMap.set(s,l)),l.axisModels.push(i)}}}),t}var gn=function(){function r(){this.indexList=[],this.indexMap=[]}return r.prototype.add=function(e){this.indexMap[e]||(this.indexList.push(e),this.indexMap[e]=!0)},r}(),Y$=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type=e.type,t._autoThrottle=!0,t._noTarget=!0,t._rangePropMode=["percent","percent"],t}return e.prototype.init=function(t,a,n){var i=Ap(t);this.settledOption=i,this.mergeDefaultAndTheme(t,n),this._doInit(i)},e.prototype.mergeOption=function(t){var a=Ap(t);o1(this.option,t,!0),o1(this.settledOption,a,!0),this._doInit(a)},e.prototype._doInit=function(t){var a=this.option;this._setDefaultThrottle(t),this._updateRangeUse(t);var n=this.settledOption;A([["start","startValue"],["end","endValue"]],function(i,o){this._rangePropMode[o]==="value"&&(a[i[0]]=n[i[0]]=null)},this),this._resetTarget()},e.prototype._resetTarget=function(){var t=this.get("orient",!0),a=this._targetAxisInfoMap=X(),n=this._fillSpecifiedTargetAxis(a);n?this._orient=t||this._makeAutoOrientByTargetAxis():(this._orient=t||"horizontal",this._fillAutoTargetAxisByOrient(a,this._orient)),this._noTarget=!0,a.each(function(i){i.indexList.length&&(this._noTarget=!1)},this)},e.prototype._fillSpecifiedTargetAxis=function(t){var a=!1;return A(Cp,function(n){var i=this.getReferringComponents($4(n),eA);if(i.specified){a=!0;var o=new gn;A(i.models,function(s){o.add(s.componentIndex)}),t.set(n,o)}},this),a},e.prototype._fillAutoTargetAxisByOrient=function(t,a){var n=this.ecModel,i=!0;if(i){var o=a==="vertical"?"y":"x",s=n.findComponents({mainType:o+"Axis"});l(s,o)}if(i){var s=n.findComponents({mainType:"singleAxis",filter:function(f){return f.get("orient",!0)===a}});l(s,"single")}function l(u,f){var h=u[0];if(h){var v=new gn;if(v.add(h.componentIndex),t.set(f,v),i=!1,f==="x"||f==="y"){var c=h.getReferringComponents("grid",j1).models[0];c&&A(u,function(p){h.componentIndex!==p.componentIndex&&c===p.getReferringComponents("grid",j1).models[0]&&v.add(p.componentIndex)})}}}i&&A(Cp,function(u){if(i){var f=n.findComponents({mainType:$4(u),filter:function(v){return v.get("type",!0)==="category"}});if(f[0]){var h=new gn;h.add(f[0].componentIndex),t.set(u,h),i=!1}}},this)},e.prototype._makeAutoOrientByTargetAxis=function(){var t;return this.eachTargetAxis(function(a){!t&&(t=a)},this),t==="y"?"vertical":"horizontal"},e.prototype._setDefaultThrottle=function(t){if(t.hasOwnProperty("throttle")&&(this._autoThrottle=!1),this._autoThrottle){var a=this.ecModel.option;this.option.throttle=a.animation&&a.animationDurationUpdate>0?100:20}},e.prototype._updateRangeUse=function(t){var a=this._rangePropMode,n=this.get("rangeMode");A([["start","startValue"],["end","endValue"]],function(i,o){var s=t[i[0]]!=null,l=t[i[1]]!=null;s&&!l?a[o]="percent":!s&&l?a[o]="value":n?a[o]=n[o]:s&&(a[o]="percent")})},e.prototype.noTarget=function(){return this._noTarget},e.prototype.getFirstTargetAxisModel=function(){var t;return this.eachTargetAxis(function(a,n){t==null&&(t=this.ecModel.getComponent($4(a),n))},this),t},e.prototype.eachTargetAxis=function(t,a){this._targetAxisInfoMap.each(function(n,i){A(n.indexList,function(o){t.call(a,i,o)})})},e.prototype.getAxisProxy=function(t,a){var n=this.getAxisModel(t,a);if(n)return n.__dzAxisProxy},e.prototype.getAxisModel=function(t,a){var n=this._targetAxisInfoMap.get(t);if(n&&n.indexMap[a])return this.ecModel.getComponent($4(t),a)},e.prototype.setRawRange=function(t){var a=this.option,n=this.settledOption;A([["start","startValue"],["end","endValue"]],function(i){(t[i[0]]!=null||t[i[1]]!=null)&&(a[i[0]]=n[i[0]]=t[i[0]],a[i[1]]=n[i[1]]=t[i[1]])},this),this._updateRangeUse(t)},e.prototype.setCalculatedRange=function(t){var a=this.option;A(["start","startValue","end","endValue"],function(n){a[n]=t[n]})},e.prototype.getPercentRange=function(){var t=this.findRepresentativeAxisProxy();if(t)return t.getDataPercentWindow()},e.prototype.getValueRange=function(t,a){if(t==null&&a==null){var n=this.findRepresentativeAxisProxy();if(n)return n.getDataValueWindow()}else return this.getAxisProxy(t,a).getDataValueWindow()},e.prototype.findRepresentativeAxisProxy=function(t){if(t)return t.__dzAxisProxy;for(var a,n=this._targetAxisInfoMap.keys(),i=0;io[1];if(_&&!S&&!b)return!0;_&&(g=!0),S&&(p=!0),b&&(d=!0)}return g&&p&&d})}else X5(f,function(c){if(i==="empty")l.setData(u=u.map(c,function(d){return s(d)?d:NaN}));else{var p={};p[c]=o,u.selectRange(p)}});X5(f,function(c){u.setApproximateExtent(o,c)})}});function s(l){return l>=o[0]&&l<=o[1]}},r.prototype._updateMinMaxSpan=function(){var e=this._minMaxSpan={},t=this._dataZoomModel,a=this._dataExtent;X5(["min","max"],function(n){var i=t.get(n+"Span"),o=t.get(n+"ValueSpan");o!=null&&(o=this.getAxisModel().axis.scale.parse(o)),o!=null?i=L1(a[0]+o,a,[0,100],!0):i!=null&&(o=L1(i,[0,100],a,!0)-a[0]),e[n+"Span"]=i,e[n+"ValueSpan"]=o},this)},r.prototype._setAxisModel=function(){var e=this.getAxisModel(),t=this._percentWindow,a=this._valueWindow;if(t){var n=Vo(a,[0,500]);n=Math.min(n,20);var i=e.axis.scale.rawExtentInfo;t[0]!==0&&i.setDeterminedMinMax("min",+a[0].toFixed(n)),t[1]!==100&&i.setDeterminedMinMax("max",+a[1].toFixed(n)),i.freeze()}},r}();function Q$(r,e,t){var a=[1/0,-1/0];X5(t,function(o){vR(a,o.getData(),e)});var n=r.getAxisModel(),i=Z_(n.axis.scale,n,a).calculate();return[i.min,i.max]}const tU=J$;var eU={getTargetSeries:function(r){function e(n){r.eachComponent("dataZoom",function(i){i.eachTargetAxis(function(o,s){var l=r.getComponent($4(o),s);n(o,s,l,i)})})}e(function(n,i,o,s){o.__dzAxisProxy=null});var t=[];e(function(n,i,o,s){o.__dzAxisProxy||(o.__dzAxisProxy=new tU(n,i,s,r),t.push(o.__dzAxisProxy))});var a=X();return A(t,function(n){A(n.getTargetSeriesModels(),function(i){a.set(i.uid,i)})}),a},overallReset:function(r,e){r.eachComponent("dataZoom",function(t){t.eachTargetAxis(function(a,n){t.getAxisProxy(a,n).reset(t)}),t.eachTargetAxis(function(a,n){t.getAxisProxy(a,n).filterData(t,e)})}),r.eachComponent("dataZoom",function(t){var a=t.findRepresentativeAxisProxy();if(a){var n=a.getDataPercentWindow(),i=a.getDataValueWindow();t.setCalculatedRange({start:n[0],end:n[1],startValue:i[0],endValue:i[1]})}})}};const rU=eU;function aU(r){r.registerAction("dataZoom",function(e,t){var a=U$(t,e);A(a,function(n){n.setRawRange({start:e.start,end:e.end,startValue:e.startValue,endValue:e.endValue})})})}var Dp=!1;function kl(r){Dp||(Dp=!0,r.registerProcessor(r.PRIORITY.PROCESSOR.FILTER,rU),aU(r),r.registerSubTypeDefaulter("dataZoom",function(){return"slider"}))}function nU(r){r.registerComponentModel(X$),r.registerComponentView(j$),kl(r)}var o3=function(){function r(){}return r}(),Ob={};function q5(r,e){Ob[r]=e}function Nb(r){return Ob[r]}var iU=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type=e.type,t}return e.prototype.optionUpdated=function(){r.prototype.optionUpdated.apply(this,arguments);var t=this.ecModel;A(this.option.feature,function(a,n){var i=Nb(n);i&&(i.getDefaultOption&&(i.defaultOption=i.getDefaultOption(t)),o1(a,i.defaultOption))})},e.type="toolbox",e.layoutMode={type:"box",ignoreSize:!0},e.defaultOption={show:!0,z:6,orient:"horizontal",left:"right",top:"top",backgroundColor:"transparent",borderColor:"#ccc",borderRadius:0,borderWidth:0,padding:5,itemSize:15,itemGap:8,showTitle:!0,iconStyle:{borderColor:"#666",color:"none"},emphasis:{iconStyle:{borderColor:"#3E98C5"}},tooltip:{show:!1,position:"bottom"}},e}(_1);const oU=iU;function sU(r,e,t){var a=e.getBoxLayoutParams(),n=e.get("padding"),i={width:t.getWidth(),height:t.getHeight()},o=J1(a,i,n);a5(e.get("orient"),r,e.get("itemGap"),o.width,o.height),$e(r,a,i,n)}function Bb(r,e){var t=_5(e.get("padding")),a=e.getItemStyle(["color","opacity"]);return a.fill=e.get("backgroundColor"),r=new x1({shape:{x:r.x-t[3],y:r.y-t[0],width:r.width+t[1]+t[3],height:r.height+t[0]+t[2],r:e.get("borderRadius")},style:a,silent:!0,z2:-1}),r}var lU=function(r){k(e,r);function e(){return r!==null&&r.apply(this,arguments)||this}return e.prototype.render=function(t,a,n,i){var o=this.group;if(o.removeAll(),!t.get("show"))return;var s=+t.get("itemSize"),l=t.get("orient")==="vertical",u=t.get("feature")||{},f=this._features||(this._features={}),h=[];A(u,function(p,d){h.push(d)}),new _4(this._featureNames||[],h).add(v).update(v).remove(i1(v,null)).execute(),this._featureNames=h;function v(p,d){var g=h[p],y=h[d],m=u[g],_=new P1(m,t,t.ecModel),S;if(i&&i.newTitle!=null&&i.featureName===g&&(m.title=i.newTitle),g&&!y){if(uU(g))S={onclick:_.option.onclick,featureName:g};else{var b=Nb(g);if(!b)return;S=new b}f[g]=S}else if(S=f[y],!S)return;S.uid=D0("toolbox-feature"),S.model=_,S.ecModel=a,S.api=n;var x=S instanceof o3;if(!g&&y){x&&S.dispose&&S.dispose(a,n);return}if(!_.get("show")||x&&S.unusable){x&&S.remove&&S.remove(a,n);return}c(_,S,g),_.setIconStatus=function(w,T){var C=this.option,M=this.iconPaths;C.iconStatus=C.iconStatus||{},C.iconStatus[w]=T,M[w]&&(T==="emphasis"?y4:m4)(M[w])},S instanceof o3&&S.render&&S.render(_,a,n,i)}function c(p,d,g){var y=p.getModel("iconStyle"),m=p.getModel(["emphasis","iconStyle"]),_=d instanceof o3&&d.getIcons?d.getIcons():p.get("icon"),S=p.get("title")||{},b,x;$(_)?(b={},b[g]=_):b=_,$(S)?(x={},x[g]=S):x=S;var w=p.iconPaths={};A(b,function(T,C){var M=C0(T,{},{x:-s/2,y:-s/2,width:s,height:s});M.setStyle(y.getItemStyle());var D=M.ensureState("emphasis");D.style=m.getItemStyle();var L=new S1({style:{text:x[C],align:m.get("textAlign"),borderRadius:m.get("textBorderRadius"),padding:m.get("textPadding"),fill:null},ignore:!0});M.setTextContent(L),A0({el:M,componentModel:t,itemName:C,formatterParamsExtra:{title:x[C]}}),M.__title=x[C],M.on("mouseover",function(){var I=m.getItemStyle(),P=l?t.get("right")==null&&t.get("left")!=="right"?"right":"left":t.get("bottom")==null&&t.get("top")!=="bottom"?"bottom":"top";L.setStyle({fill:m.get("textFill")||I.fill||I.stroke||"#000",backgroundColor:m.get("textBackgroundColor")}),M.setTextConfig({position:m.get("textPosition")||P}),L.ignore=!t.get("showTitle"),n.enterEmphasis(this)}).on("mouseout",function(){p.get(["iconStatus",C])!=="emphasis"&&n.leaveEmphasis(this),L.hide()}),(p.get(["iconStatus",C])==="emphasis"?y4:m4)(M),o.add(M),M.on("click",U(d.onclick,d,a,n,C)),w[C]=M})}sU(o,t,n),o.add(Bb(o.getBoundingRect(),t)),l||o.eachChild(function(p){var d=p.__title,g=p.ensureState("emphasis"),y=g.textConfig||(g.textConfig={}),m=p.getTextContent(),_=m&&m.ensureState("emphasis");if(_&&!K(_)&&d){var S=_.style||(_.style={}),b=L6(d,S1.makeFont(S)),x=p.x+o.x,w=p.y+o.y+s,T=!1;w+b.height>n.getHeight()&&(y.position="top",T=!0);var C=T?-5-b.height:s+10;x+b.width/2>n.getWidth()?(y.position=["100%",C],S.align="right"):x-b.width/2<0&&(y.position=[0,C],S.align="left")}})},e.prototype.updateView=function(t,a,n,i){A(this._features,function(o){o instanceof o3&&o.updateView&&o.updateView(o.model,a,n,i)})},e.prototype.remove=function(t,a){A(this._features,function(n){n instanceof o3&&n.remove&&n.remove(t,a)}),this.group.removeAll()},e.prototype.dispose=function(t,a){A(this._features,function(n){n instanceof o3&&n.dispose&&n.dispose(t,a)})},e.type="toolbox",e}(z1);function uU(r){return r.indexOf("my")===0}const fU=lU;var hU=function(r){k(e,r);function e(){return r!==null&&r.apply(this,arguments)||this}return e.prototype.onclick=function(t,a){var n=this.model,i=n.get("name")||t.get("title.0.text")||"echarts",o=a.getZr().painter.getType()==="svg",s=o?"svg":n.get("type",!0)||"png",l=a.getConnectedDataURL({type:s,backgroundColor:n.get("backgroundColor",!0)||t.get("backgroundColor")||"#fff",connectedBackgroundColor:n.get("connectedBackgroundColor"),excludeComponents:n.get("excludeComponents"),pixelRatio:n.get("pixelRatio")}),u=w1.browser;if(K(MouseEvent)&&(u.newEdge||!u.ie&&!u.edge)){var f=document.createElement("a");f.download=i+"."+s,f.target="_blank",f.href=l;var h=new MouseEvent("click",{view:document.defaultView,bubbles:!0,cancelable:!1});f.dispatchEvent(h)}else if(window.navigator.msSaveOrOpenBlob||o){var v=l.split(","),c=v[0].indexOf("base64")>-1,p=o?decodeURIComponent(v[1]):v[1];c&&(p=window.atob(p));var d=i+"."+s;if(window.navigator.msSaveOrOpenBlob){for(var g=p.length,y=new Uint8Array(g);g--;)y[g]=p.charCodeAt(g);var m=new Blob([y]);window.navigator.msSaveOrOpenBlob(m,d)}else{var _=document.createElement("iframe");document.body.appendChild(_);var S=_.contentWindow,b=S.document;b.open("image/svg+xml","replace"),b.write(p),b.close(),S.focus(),b.execCommand("SaveAs",!0,d),document.body.removeChild(_)}}else{var x=n.get("lang"),w='',T=window.open();T.document.write(w),T.document.title=i}},e.getDefaultOption=function(t){var a={show:!0,icon:"M4.7,22.9L29.3,45.5L54.7,23.4M4.6,43.6L4.6,58L53.8,58L53.8,43.6M29.2,45.1L29.2,0",title:t.getLocaleModel().get(["toolbox","saveAsImage","title"]),type:"png",connectedBackgroundColor:"#fff",name:"",excludeComponents:["toolbox"],lang:t.getLocaleModel().get(["toolbox","saveAsImage","lang"])};return a},e}(o3);const vU=hU;var Lp="__ec_magicType_stack__",cU=[["line","bar"],["stack"]],pU=function(r){k(e,r);function e(){return r!==null&&r.apply(this,arguments)||this}return e.prototype.getIcons=function(){var t=this.model,a=t.get("icon"),n={};return A(t.get("type"),function(i){a[i]&&(n[i]=a[i])}),n},e.getDefaultOption=function(t){var a={show:!0,type:[],icon:{line:"M4.1,28.9h7.1l9.3-22l7.4,38l9.7-19.7l3,12.8h14.9M4.1,58h51.4",bar:"M6.7,22.9h10V48h-10V22.9zM24.9,13h10v35h-10V13zM43.2,2h10v46h-10V2zM3.1,58h53.7",stack:"M8.2,38.4l-8.4,4.1l30.6,15.3L60,42.5l-8.1-4.1l-21.5,11L8.2,38.4z M51.9,30l-8.1,4.2l-13.4,6.9l-13.9-6.9L8.2,30l-8.4,4.2l8.4,4.2l22.2,11l21.5-11l8.1-4.2L51.9,30z M51.9,21.7l-8.1,4.2L35.7,30l-5.3,2.8L24.9,30l-8.4-4.1l-8.3-4.2l-8.4,4.2L8.2,30l8.3,4.2l13.9,6.9l13.4-6.9l8.1-4.2l8.1-4.1L51.9,21.7zM30.4,2.2L-0.2,17.5l8.4,4.1l8.3,4.2l8.4,4.2l5.5,2.7l5.3-2.7l8.1-4.2l8.1-4.2l8.1-4.1L30.4,2.2z"},title:t.getLocaleModel().get(["toolbox","magicType","title"]),option:{},seriesIndex:{}};return a},e.prototype.onclick=function(t,a,n){var i=this.model,o=i.get(["seriesIndex",n]);if(Ip[n]){var s={series:[]},l=function(h){var v=h.subType,c=h.id,p=Ip[n](v,c,h,i);p&&(j(p,h.option),s.series.push(p));var d=h.coordinateSystem;if(d&&d.type==="cartesian2d"&&(n==="line"||n==="bar")){var g=d.getAxesByScale("ordinal")[0];if(g){var y=g.dim,m=y+"Axis",_=h.getReferringComponents(m,j1).models[0],S=_.componentIndex;s[m]=s[m]||[];for(var b=0;b<=S;b++)s[m][S]=s[m][S]||{};s[m][S].boundaryGap=n==="bar"}}};A(cU,function(h){c1(h,n)>=0&&A(h,function(v){i.setIconStatus(v,"normal")})}),i.setIconStatus(n,"emphasis"),t.eachComponent({mainType:"series",query:o==null?null:{seriesIndex:o}},l);var u,f=n;n==="stack"&&(u=o1({stack:i.option.title.tiled,tiled:i.option.title.stack},i.option.title),i.get(["iconStatus",n])!=="emphasis"&&(f="tiled")),a.dispatchAction({type:"changeMagicType",currentType:f,newOption:s,newTitle:u,featureName:"magicType"})}},e}(o3),Ip={line:function(r,e,t,a){if(r==="bar")return o1({id:e,type:"line",data:t.get("data"),stack:t.get("stack"),markPoint:t.get("markPoint"),markLine:t.get("markLine")},a.get(["option","line"])||{},!0)},bar:function(r,e,t,a){if(r==="line")return o1({id:e,type:"bar",data:t.get("data"),stack:t.get("stack"),markPoint:t.get("markPoint"),markLine:t.get("markLine")},a.get(["option","bar"])||{},!0)},stack:function(r,e,t,a){var n=t.get("stack")===Lp;if(r==="line"||r==="bar")return a.setIconStatus("stack",n?"normal":"emphasis"),o1({id:e,stack:n?"":Lp},a.get(["option","stack"])||{},!0)}};E3({type:"changeMagicType",event:"magicTypeChanged",update:"prepareAndUpdate"},function(r,e){e.mergeOption(r.newOption)});const dU=pU;var lr=new Array(60).join("-"),_0=" ";function gU(r){var e={},t=[],a=[];return r.eachRawSeries(function(n){var i=n.coordinateSystem;if(i&&(i.type==="cartesian2d"||i.type==="polar")){var o=i.getBaseAxis();if(o.type==="category"){var s=o.dim+"_"+o.index;e[s]||(e[s]={categoryAxis:o,valueAxis:i.getOtherAxis(o),series:[]},a.push({axisDim:o.dim,axisIndex:o.index})),e[s].series.push(n)}else t.push(n)}else t.push(n)}),{seriesGroupByCategoryAxis:e,other:t,meta:a}}function yU(r){var e=[];return A(r,function(t,a){var n=t.categoryAxis,i=t.valueAxis,o=i.dim,s=[" "].concat(G(t.series,function(c){return c.name})),l=[n.model.getCategories()];A(t.series,function(c){var p=c.getRawData();l.push(c.getRawData().mapArray(p.mapDimension(o),function(d){return d}))});for(var u=[s.join(_0)],f=0;f=0)return!0}var uo=new RegExp("["+_0+"]+","g");function xU(r){for(var e=r.split(/\n+/g),t=fe(e.shift()).split(uo),a=[],n=G(t,function(l){return{name:l,data:[]}}),i=0;i=0;i--){var o=t[i];if(o[n])break}if(i<0){var s=r.queryComponents({mainType:"dataZoom",subType:"select",id:n})[0];if(s){var l=s.getPercentRange();t[0][n]={dataZoomId:n,start:l[0],end:l[1]}}}}),t.push(e)}function DU(r){var e=Ol(r),t=e[e.length-1];e.length>1&&e.pop();var a={};return zb(t,function(n,i){for(var o=e.length-1;o>=0;o--)if(n=e[o][i],n){a[i]=n;break}}),a}function LU(r){Gb(r).snapshots=null}function IU(r){return Ol(r).length}function Ol(r){var e=Gb(r);return e.snapshots||(e.snapshots=[{}]),e.snapshots}var PU=function(r){k(e,r);function e(){return r!==null&&r.apply(this,arguments)||this}return e.prototype.onclick=function(t,a){LU(t),a.dispatchAction({type:"restore",from:this.uid})},e.getDefaultOption=function(t){var a={show:!0,icon:"M3.8,33.4 M47,18.9h9.8V8.7 M56.3,20.1 C52.1,9,40.5,0.6,26.8,2.1C12.6,3.7,1.6,16.2,2.1,30.6 M13,41.1H3.1v10.2 M3.7,39.9c4.2,11.1,15.8,19.5,29.5,18 c14.2-1.6,25.2-14.1,24.7-28.5",title:t.getLocaleModel().get(["toolbox","restore","title"])};return a},e}(o3);E3({type:"restore",event:"restore",update:"prepareAndUpdate"},function(r,e){e.resetOption("recreate")});const RU=PU;var EU=["grid","xAxis","yAxis","geo","graph","polar","radiusAxis","angleAxis","bmap"],kU=function(){function r(e,t,a){var n=this;this._targetInfoList=[];var i=Pp(t,e);A(OU,function(o,s){(!a||!a.include||c1(a.include,s)>=0)&&o(i,n._targetInfoList)})}return r.prototype.setOutputRanges=function(e,t){return this.matchOutputRanges(e,t,function(a,n,i){if((a.coordRanges||(a.coordRanges=[])).push(n),!a.coordRange){a.coordRange=n;var o=yn[a.brushType](0,i,n);a.__rangeOffset={offset:Op[a.brushType](o.values,a.range,[1,1]),xyMinMax:o.xyMinMax}}}),e},r.prototype.matchOutputRanges=function(e,t,a){A(e,function(n){var i=this.findTargetInfo(n,t);i&&i!==!0&&A(i.coordSyses,function(o){var s=yn[n.brushType](1,o,n.range,!0);a(n,s.values,o,t)})},this)},r.prototype.setInputRanges=function(e,t){A(e,function(a){var n=this.findTargetInfo(a,t);if(a.range=a.range||[],n&&n!==!0){a.panelId=n.panelId;var i=yn[a.brushType](0,n.coordSys,a.coordRange),o=a.__rangeOffset;a.range=o?Op[a.brushType](i.values,o.offset,NU(i.xyMinMax,o.xyMinMax)):i.values}},this)},r.prototype.makePanelOpts=function(e,t){return G(this._targetInfoList,function(a){var n=a.getPanelRect();return{panelId:a.panelId,defaultBrushType:t?t(a):null,clipPath:Zx(n),isTargetByCursor:qx(n,e,a.coordSysModel),getLinearBrushOtherExtent:Xx(n)}})},r.prototype.controlSeries=function(e,t,a){var n=this.findTargetInfo(e,a);return n===!0||n&&c1(n.coordSyses,t.coordinateSystem)>=0},r.prototype.findTargetInfo=function(e,t){for(var a=this._targetInfoList,n=Pp(t,e),i=0;ir[1]&&r.reverse(),r}function Pp(r,e){return E8(r,e,{includeMainTypes:EU})}var OU={grid:function(r,e){var t=r.xAxisModels,a=r.yAxisModels,n=r.gridModels,i=X(),o={},s={};!t&&!a&&!n||(A(t,function(l){var u=l.axis.grid.model;i.set(u.id,u),o[u.id]=!0}),A(a,function(l){var u=l.axis.grid.model;i.set(u.id,u),s[u.id]=!0}),A(n,function(l){i.set(l.id,l),o[l.id]=!0,s[l.id]=!0}),i.each(function(l){var u=l.coordinateSystem,f=[];A(u.getCartesians(),function(h,v){(c1(t,h.getAxis("x").model)>=0||c1(a,h.getAxis("y").model)>=0)&&f.push(h)}),e.push({panelId:"grid--"+l.id,gridModel:l,coordSysModel:l,coordSys:f[0],coordSyses:f,getPanelRect:Ep.grid,xAxisDeclared:o[l.id],yAxisDeclared:s[l.id]})}))},geo:function(r,e){A(r.geoModels,function(t){var a=t.coordinateSystem;e.push({panelId:"geo--"+t.id,geoModel:t,coordSysModel:t,coordSys:a,coordSyses:[a],getPanelRect:Ep.geo})})}},Rp=[function(r,e){var t=r.xAxisModel,a=r.yAxisModel,n=r.gridModel;return!n&&t&&(n=t.axis.grid.model),!n&&a&&(n=a.axis.grid.model),n&&n===e.gridModel},function(r,e){var t=r.geoModel;return t&&t===e.geoModel}],Ep={grid:function(){return this.coordSys.master.getRect().clone()},geo:function(){var r=this.coordSys,e=r.getBoundingRect().clone();return e.applyTransform(X4(r)),e}},yn={lineX:i1(kp,0),lineY:i1(kp,1),rect:function(r,e,t,a){var n=r?e.pointToData([t[0][0],t[1][0]],a):e.dataToPoint([t[0][0],t[1][0]],a),i=r?e.pointToData([t[0][1],t[1][1]],a):e.dataToPoint([t[0][1],t[1][1]],a),o=[fo([n[0],i[0]]),fo([n[1],i[1]])];return{values:o,xyMinMax:o}},polygon:function(r,e,t,a){var n=[[1/0,-1/0],[1/0,-1/0]],i=G(t,function(o){var s=r?e.pointToData(o,a):e.dataToPoint(o,a);return n[0][0]=Math.min(n[0][0],s[0]),n[1][0]=Math.min(n[1][0],s[1]),n[0][1]=Math.max(n[0][1],s[0]),n[1][1]=Math.max(n[1][1],s[1]),s});return{values:i,xyMinMax:n}}};function kp(r,e,t,a){var n=t.getAxis(["x","y"][r]),i=fo(G([0,1],function(s){return e?n.coordToData(n.toLocalCoord(a[s]),!0):n.toGlobalCoord(n.dataToCoord(a[s]))})),o=[];return o[r]=i,o[1-r]=[NaN,NaN],{values:i,xyMinMax:o}}var Op={lineX:i1(Np,0),lineY:i1(Np,1),rect:function(r,e,t){return[[r[0][0]-t[0]*e[0][0],r[0][1]-t[0]*e[0][1]],[r[1][0]-t[1]*e[1][0],r[1][1]-t[1]*e[1][1]]]},polygon:function(r,e,t){return G(r,function(a,n){return[a[0]-t[0]*e[n][0],a[1]-t[1]*e[n][1]]})}};function Np(r,e,t,a){return[e[0]-a[r]*t[0],e[1]-a[r]*t[1]]}function NU(r,e){var t=Bp(r),a=Bp(e),n=[t[0]/a[0],t[1]/a[1]];return isNaN(n[0])&&(n[0]=1),isNaN(n[1])&&(n[1]=1),n}function Bp(r){return r?[r[0][1]-r[0][0],r[1][1]-r[1][0]]:[NaN,NaN]}const Nl=kU;var ho=A,BU=KC("toolbox-dataZoom_"),VU=function(r){k(e,r);function e(){return r!==null&&r.apply(this,arguments)||this}return e.prototype.render=function(t,a,n,i){this._brushController||(this._brushController=new gl(n.getZr()),this._brushController.on("brush",U(this._onBrush,this)).mount()),FU(t,a,this,i,n),GU(t,a)},e.prototype.onclick=function(t,a,n){zU[n].call(this)},e.prototype.remove=function(t,a){this._brushController&&this._brushController.unmount()},e.prototype.dispose=function(t,a){this._brushController&&this._brushController.dispose()},e.prototype._onBrush=function(t){var a=t.areas;if(!t.isEnd||!a.length)return;var n={},i=this.ecModel;this._brushController.updateCovers([]);var o=new Nl(Bl(this.model),i,{include:["grid"]});o.matchOutputRanges(a,i,function(u,f,h){if(h.type==="cartesian2d"){var v=u.brushType;v==="rect"?(s("x",h,f[0]),s("y",h,f[1])):s({lineX:"x",lineY:"y"}[v],h,f)}}),MU(i,n),this._dispatchZoomAction(n);function s(u,f,h){var v=f.getAxis(u),c=v.model,p=l(u,c,i),d=p.findRepresentativeAxisProxy(c).getMinMaxSpan();(d.minValueSpan!=null||d.maxValueSpan!=null)&&(h=b5(0,h.slice(),v.scale.getExtent(),0,d.minValueSpan,d.maxValueSpan)),p&&(n[p.id]={dataZoomId:p.id,startValue:h[0],endValue:h[1]})}function l(u,f,h){var v;return h.eachComponent({mainType:"dataZoom",subType:"select"},function(c){var p=c.getAxisModel(u,f.componentIndex);p&&(v=c)}),v}},e.prototype._dispatchZoomAction=function(t){var a=[];ho(t,function(n,i){a.push(e1(n))}),a.length&&this.api.dispatchAction({type:"dataZoom",from:this.uid,batch:a})},e.getDefaultOption=function(t){var a={show:!0,filterMode:"filter",icon:{zoom:"M0,13.5h26.9 M13.5,26.9V0 M32.1,13.5H58V58H13.5 V32.1",back:"M22,1.4L9.9,13.5l12.3,12.3 M10.3,13.5H54.9v44.6 H10.3v-26"},title:t.getLocaleModel().get(["toolbox","dataZoom","title"]),brushStyle:{borderWidth:0,color:"rgba(210,219,238,0.2)"}};return a},e}(o3),zU={zoom:function(){var r=!this._isZoomActive;this.api.dispatchAction({type:"takeGlobalCursor",key:"dataZoomSelect",dataZoomSelectActive:r})},back:function(){this._dispatchZoomAction(DU(this.ecModel))}};function Bl(r){var e={xAxisIndex:r.get("xAxisIndex",!0),yAxisIndex:r.get("yAxisIndex",!0),xAxisId:r.get("xAxisId",!0),yAxisId:r.get("yAxisId",!0)};return e.xAxisIndex==null&&e.xAxisId==null&&(e.xAxisIndex="all"),e.yAxisIndex==null&&e.yAxisId==null&&(e.yAxisIndex="all"),e}function GU(r,e){r.setIconStatus("back",IU(e)>1?"emphasis":"normal")}function FU(r,e,t,a,n){var i=t._isZoomActive;a&&a.type==="takeGlobalCursor"&&(i=a.key==="dataZoomSelect"?a.dataZoomSelectActive:!1),t._isZoomActive=i,r.setIconStatus("zoom",i?"emphasis":"normal");var o=new Nl(Bl(r),e,{include:["grid"]}),s=o.makePanelOpts(n,function(l){return l.xAxisDeclared&&!l.yAxisDeclared?"lineX":!l.xAxisDeclared&&l.yAxisDeclared?"lineY":"rect"});t._brushController.setPanels(s).enableBrush(i&&s.length?{brushType:"auto",brushStyle:r.getModel("brushStyle").getItemStyle()}:!1)}DD("dataZoom",function(r){var e=r.getComponent("toolbox",0),t=["feature","dataZoom"];if(!e||e.get(t)==null)return;var a=e.getModel(t),n=[],i=Bl(a),o=E8(r,i);ho(o.xAxisModels,function(l){return s(l,"xAxis","xAxisIndex")}),ho(o.yAxisModels,function(l){return s(l,"yAxis","yAxisIndex")});function s(l,u,f){var h=l.componentIndex,v={type:"select",$fromToolbox:!0,filterMode:a.get("filterMode",!0)||"filter",id:BU+u+h};v[f]=h,n.push(v)}return n});const HU=VU;function WU(r){r.registerComponentModel(oU),r.registerComponentView(fU),q5("saveAsImage",vU),q5("magicType",dU),q5("dataView",AU),q5("dataZoom",HU),q5("restore",RU),h1(nU)}var $U=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type=e.type,t}return e.type="tooltip",e.dependencies=["axisPointer"],e.defaultOption={z:60,show:!0,showContent:!0,trigger:"item",triggerOn:"mousemove|click",alwaysShowContent:!1,displayMode:"single",renderMode:"auto",confine:null,showDelay:0,hideDelay:100,transitionDuration:.4,enterable:!1,backgroundColor:"#fff",shadowBlur:10,shadowColor:"rgba(0, 0, 0, .2)",shadowOffsetX:1,shadowOffsetY:2,borderRadius:4,borderWidth:1,padding:null,extraCssText:"",axisPointer:{type:"line",axis:"auto",animation:"auto",animationDurationUpdate:200,animationEasingUpdate:"exponentialOut",crossStyle:{color:"#999",width:1,type:"dashed",textStyle:{}}},textStyle:{color:"#666",fontSize:14}},e}(_1);const UU=$U;function Fb(r){var e=r.get("confine");return e!=null?!!e:r.get("renderMode")==="richText"}function Hb(r){if(w1.domSupported){for(var e=document.documentElement.style,t=0,a=r.length;t-1?(s+="top:50%",l+="translateY(-50%) rotate("+(u=i==="left"?-225:-45)+"deg)"):(s+="left:50%",l+="translateX(-50%) rotate("+(u=i==="top"?225:45)+"deg)");var f=u*Math.PI/180,h=o+n,v=h*Math.abs(Math.cos(f))+h*Math.abs(Math.sin(f)),c=Math.round(((v-Math.SQRT2*n)/2+Math.SQRT2*n-(v-h)/2)*100)/100;s+=";"+i+":-"+c+"px";var p=e+" solid "+n+"px;",d=["position:absolute;width:"+o+"px;height:"+o+"px;z-index:-1;",s+";"+l+";","border-bottom:"+p,"border-right:"+p,"background-color:"+a+";"];return'
'}function JU(r,e){var t="cubic-bezier(0.23,1,0.32,1)",a=" "+r/2+"s "+t,n="opacity"+a+",visibility"+a;return e||(a=" "+r+"s "+t,n+=w1.transformSupported?","+Vl+a:",left"+a+",top"+a),XU+":"+n}function Vp(r,e,t){var a=r.toFixed(0)+"px",n=e.toFixed(0)+"px";if(!w1.transformSupported)return t?"top:"+n+";left:"+a+";":[["top",n],["left",a]];var i=w1.transform3dSupported,o="translate"+(i?"3d":"")+"("+a+","+n+(i?",0":"")+")";return t?"top:0;left:0;"+Vl+":"+o+";":[["top",0],["left",0],[Wb,o]]}function QU(r){var e=[],t=r.get("fontSize"),a=r.getTextColor();a&&e.push("color:"+a),e.push("font:"+r.getFont()),t&&e.push("line-height:"+Math.round(t*3/2)+"px");var n=r.get("textShadowColor"),i=r.get("textShadowBlur")||0,o=r.get("textShadowOffsetX")||0,s=r.get("textShadowOffsetY")||0;return n&&i&&e.push("text-shadow:"+o+"px "+s+"px "+i+"px "+n),A(["decoration","align"],function(l){var u=r.get(l);u&&e.push("text-"+l+":"+u)}),e.join(";")}function tY(r,e,t){var a=[],n=r.get("transitionDuration"),i=r.get("backgroundColor"),o=r.get("shadowBlur"),s=r.get("shadowColor"),l=r.get("shadowOffsetX"),u=r.get("shadowOffsetY"),f=r.getModel("textStyle"),h=$m(r,"html"),v=l+"px "+u+"px "+o+"px "+s;return a.push("box-shadow:"+v),e&&n&&a.push(JU(n,t)),i&&a.push("background-color:"+i),A(["width","color","radius"],function(c){var p="border-"+c,d=fs(p),g=r.get(d);g!=null&&a.push(p+":"+g+(c==="color"?"":"px"))}),a.push(QU(f)),h!=null&&a.push("padding:"+_5(h).join("px ")+"px"),a.join(";")+";"}function zp(r,e,t,a,n){var i=e&&e.painter;if(t){var o=i&&i.getViewportRoot();o&&pT(r,o,document.body,a,n)}else{r[0]=a,r[1]=n;var s=i&&i.getViewportRootOffset();s&&(r[0]+=s.offsetLeft,r[1]+=s.offsetTop)}r[2]=r[0]/e.getWidth(),r[3]=r[1]/e.getHeight()}var eY=function(){function r(e,t,a){if(this._show=!1,this._styleCoord=[0,0,0,0],this._enterable=!0,this._alwaysShowContent=!1,this._firstShow=!0,this._longHide=!0,w1.wxa)return null;var n=document.createElement("div");n.domBelongToZr=!0,this.el=n;var i=this._zr=t.getZr(),o=this._appendToBody=a&&a.appendToBody;zp(this._styleCoord,i,o,t.getWidth()/2,t.getHeight()/2),o?document.body.appendChild(n):e.appendChild(n),this._container=e;var s=this;n.onmouseenter=function(){s._enterable&&(clearTimeout(s._hideTimeout),s._show=!0),s._inContent=!0},n.onmousemove=function(l){if(l=l||window.event,!s._enterable){var u=i.handler,f=i.painter.getViewportRoot();e3(f,l,!0),u.dispatch("mousemove",l)}},n.onmouseleave=function(){s._inContent=!1,s._enterable&&s._show&&s.hideLater(s._hideDelay)}}return r.prototype.update=function(e){var t=this._container,a=ZU(t,"position"),n=t.style;n.position!=="absolute"&&a!=="absolute"&&(n.position="relative");var i=e.get("alwaysShowContent");i&&this._moveIfResized(),this._alwaysShowContent=i,this.el.className=e.get("className")||""},r.prototype.show=function(e,t){clearTimeout(this._hideTimeout),clearTimeout(this._longHideTimeout);var a=this.el,n=a.style,i=this._styleCoord;a.innerHTML?n.cssText=qU+tY(e,!this._firstShow,this._longHide)+Vp(i[0],i[1],!0)+("border-color:"+v5(t)+";")+(e.get("extraCssText")||"")+(";pointer-events:"+(this._enterable?"auto":"none")):n.display="none",this._show=!0,this._firstShow=!1,this._longHide=!1},r.prototype.setContent=function(e,t,a,n,i){var o=this.el;if(e==null){o.innerHTML="";return}var s="";if($(i)&&a.get("trigger")==="item"&&!Fb(a)&&(s=jU(a,n,i)),$(e))o.innerHTML=e+s;else if(e){o.innerHTML="",z(e)||(e=[e]);for(var l=0;l=0?this._tryShow(i,o):n==="leave"&&this._hide(o))},this))},e.prototype._keepShow=function(){var t=this._tooltipModel,a=this._ecModel,n=this._api,i=t.get("triggerOn");if(this._lastX!=null&&this._lastY!=null&&i!=="none"&&i!=="click"){var o=this;clearTimeout(this._refreshUpdateTimeout),this._refreshUpdateTimeout=setTimeout(function(){!n.isDisposed()&&o.manuallyShowTip(t,a,n,{x:o._lastX,y:o._lastY,dataByCoordSys:o._lastDataByCoordSys})})}},e.prototype.manuallyShowTip=function(t,a,n,i){if(!(i.from===this.uid||w1.node||!n.getDom())){var o=Hp(i,n);this._ticket="";var s=i.dataByCoordSys,l=fY(i,a,n);if(l){var u=l.el.getBoundingRect().clone();u.applyTransform(l.el.transform),this._tryShow({offsetX:u.x+u.width/2,offsetY:u.y+u.height/2,target:l.el,position:i.position,positionDefault:"bottom"},o)}else if(i.tooltip&&i.x!=null&&i.y!=null){var f=iY;f.x=i.x,f.y=i.y,f.update(),n1(f).tooltipConfig={name:null,option:i.tooltip},this._tryShow({offsetX:i.x,offsetY:i.y,target:f},o)}else if(s)this._tryShow({offsetX:i.x,offsetY:i.y,position:i.position,dataByCoordSys:s,tooltipOption:i.tooltipOption},o);else if(i.seriesIndex!=null){if(this._manuallyAxisShowTip(t,a,n,i))return;var h=Db(i,a),v=h.point[0],c=h.point[1];v!=null&&c!=null&&this._tryShow({offsetX:v,offsetY:c,target:h.el,position:i.position,positionDefault:"bottom"},o)}else i.x!=null&&i.y!=null&&(n.dispatchAction({type:"updateAxisPointer",x:i.x,y:i.y}),this._tryShow({offsetX:i.x,offsetY:i.y,position:i.position,target:n.getZr().findHover(i.x,i.y).target},o))}},e.prototype.manuallyHideTip=function(t,a,n,i){var o=this._tooltipContent;this._tooltipModel&&o.hideLater(this._tooltipModel.get("hideDelay")),this._lastX=this._lastY=this._lastDataByCoordSys=null,i.from!==this.uid&&this._hide(Hp(i,n))},e.prototype._manuallyAxisShowTip=function(t,a,n,i){var o=i.seriesIndex,s=i.dataIndex,l=a.getComponent("axisPointer").coordSysAxesInfo;if(!(o==null||s==null||l==null)){var u=a.getSeriesByIndex(o);if(u){var f=u.getData(),h=u8([f.getItemModel(s),u,(u.coordinateSystem||{}).model],this._tooltipModel);if(h.get("trigger")==="axis")return n.dispatchAction({type:"updateAxisPointer",seriesIndex:o,dataIndex:s,position:i.position}),!0}}},e.prototype._tryShow=function(t,a){var n=t.target,i=this._tooltipModel;if(i){this._lastX=t.offsetX,this._lastY=t.offsetY;var o=t.dataByCoordSys;if(o&&o.length)this._showAxisTooltip(o,t);else if(n){this._lastDataByCoordSys=null;var s,l;K9(n,function(u){if(n1(u).dataIndex!=null)return s=u,!0;if(n1(u).tooltipConfig!=null)return l=u,!0},!0),s?this._showSeriesItemTooltip(t,s,a):l?this._showComponentItemTooltip(t,l,a):this._hide(a)}else this._lastDataByCoordSys=null,this._hide(a)}},e.prototype._showOrMove=function(t,a){var n=t.get("showDelay");a=U(a,this),clearTimeout(this._showTimout),n>0?this._showTimout=setTimeout(a,n):a()},e.prototype._showAxisTooltip=function(t,a){var n=this._ecModel,i=this._tooltipModel,o=[a.offsetX,a.offsetY],s=u8([a.tooltipOption],i),l=this._renderMode,u=[],f=i2("section",{blocks:[],noHeader:!0}),h=[],v=new ea;A(t,function(m){A(m.dataByAxis,function(_){var S=n.getComponent(_.axisDim+"Axis",_.axisIndex),b=_.value;if(!(!S||b==null)){var x=Tb(b,S.axis,n,_.seriesDataIndices,_.valueLabelOpt),w=i2("section",{header:x,noHeader:!l3(x),sortBlocks:!0,blocks:[]});f.blocks.push(w),A(_.seriesDataIndices,function(T){var C=n.getSeriesByIndex(T.seriesIndex),M=T.dataIndexInside,D=C.getDataParams(M);if(!(D.dataIndex<0)){D.axisDim=_.axisDim,D.axisIndex=_.axisIndex,D.axisType=_.axisType,D.axisId=_.axisId,D.axisValue=Gs(S.axis,{value:b}),D.axisValueLabel=x,D.marker=v.makeTooltipMarker("item",v5(D.color),l);var L=If(C.formatTooltip(M,!0,null)),I=L.frag;if(I){var P=u8([C],i).get("valueFormatter");w.blocks.push(P?B({valueFormatter:P},I):I)}L.text&&h.push(L.text),u.push(D)}})}})}),f.blocks.reverse(),h.reverse();var c=a.position,p=s.get("order"),d=Nf(f,v,l,p,n.get("useUTC"),s.get("textStyle"));d&&h.unshift(d);var g=l==="richText"?` +*`,"g")),a={series:[]};return A(t,function(n,i){if(SU(n)){var o=xU(n),s=e[i],l=s.axisDim+"Axis";s&&(a[l]=a[l]||[],a[l][s.axisIndex]={data:o.categories},a.series=a.series.concat(o.series))}else{var o=bU(n);a.series.push(o)}}),a}var TU=function(r){k(e,r);function e(){return r!==null&&r.apply(this,arguments)||this}return e.prototype.onclick=function(t,a){setTimeout(function(){a.dispatchAction({type:"hideTip"})});var n=a.getDom(),i=this.model;this._dom&&n.removeChild(this._dom);var o=document.createElement("div");o.style.cssText="position:absolute;top:0;bottom:0;left:0;right:0;padding:5px",o.style.backgroundColor=i.get("backgroundColor")||"#fff";var s=document.createElement("h4"),l=i.get("lang")||[];s.innerHTML=l[0]||i.get("title"),s.style.cssText="margin:10px 20px",s.style.color=i.get("textColor");var u=document.createElement("div"),f=document.createElement("textarea");u.style.cssText="overflow:auto";var h=i.get("optionToContent"),v=i.get("contentToOption"),c=_U(t);if(K(h)){var p=h(a.getOption());$(p)?u.innerHTML=p:u0(p)&&u.appendChild(p)}else{f.readOnly=i.get("readOnly");var d=f.style;d.cssText="display:block;width:100%;height:100%;font-family:monospace;font-size:14px;line-height:1.6rem;resize:none;box-sizing:border-box;outline:none",d.color=i.get("textColor"),d.borderColor=i.get("textareaBorderColor"),d.backgroundColor=i.get("textareaColor"),f.value=c.value,u.appendChild(f)}var g=c.meta,y=document.createElement("div");y.style.cssText="position:absolute;bottom:5px;left:0;right:0";var m="float:right;margin-right:20px;border:none;cursor:pointer;padding:2px 5px;font-size:12px;border-radius:3px",_=document.createElement("div"),S=document.createElement("div");m+=";background-color:"+i.get("buttonColor"),m+=";color:"+i.get("buttonTextColor");var b=this;function x(){n.removeChild(o),b._dom=null}Fn(_,"click",x),Fn(S,"click",function(){if(v==null&&h!=null||v!=null&&h==null){x();return}var w;try{K(v)?w=v(u,a.getOption()):w=wU(f.value,g)}catch(T){throw x(),new Error("Data view format error "+T)}w&&a.dispatchAction({type:"changeDataView",newOption:w}),x()}),_.innerHTML=l[1],S.innerHTML=l[2],S.style.cssText=_.style.cssText=m,!i.get("readOnly")&&y.appendChild(S),y.appendChild(_),o.appendChild(s),o.appendChild(u),o.appendChild(y),u.style.height=n.clientHeight-80+"px",n.appendChild(o),this._dom=o},e.prototype.remove=function(t,a){this._dom&&a.getDom().removeChild(this._dom)},e.prototype.dispose=function(t,a){this.remove(t,a)},e.getDefaultOption=function(t){var a={show:!0,readOnly:!1,optionToContent:null,contentToOption:null,icon:"M17.5,17.3H33 M17.5,17.3H33 M45.4,29.5h-28 M11.5,2v56H51V14.8L38.4,2H11.5z M38.4,2.2v12.7H51 M45.4,41.7h-28",title:t.getLocaleModel().get(["toolbox","dataView","title"]),lang:t.getLocaleModel().get(["toolbox","dataView","lang"]),backgroundColor:"#fff",textColor:"#000",textareaColor:"#fff",textareaBorderColor:"#333",buttonColor:"#c23531",buttonTextColor:"#fff"};return a},e}(o3);function CU(r,e){return G(r,function(t,a){var n=e&&e[a];if(Q(n)&&!z(n)){var i=Q(t)&&!z(t);i||(t={value:t});var o=n.name!=null&&t.name==null;return t=j(t,n),o&&delete t.name,t}else return t})}E3({type:"changeDataView",event:"dataViewChanged",update:"prepareAndUpdate"},function(r,e){var t=[];A(r.newOption.series,function(a){var n=e.getSeriesByName(a.name)[0];if(!n)t.push(B({type:"scatter"},a));else{var i=n.get("data");t.push({name:a.name,data:CU(a.data,i)})}}),e.mergeOption(j({series:t},r.newOption))});const AU=TU;var Vb=A,zb=C1();function MU(r,e){var t=Ol(r);Vb(e,function(a,n){for(var i=t.length-1;i>=0;i--){var o=t[i];if(o[n])break}if(i<0){var s=r.queryComponents({mainType:"dataZoom",subType:"select",id:n})[0];if(s){var l=s.getPercentRange();t[0][n]={dataZoomId:n,start:l[0],end:l[1]}}}}),t.push(e)}function DU(r){var e=Ol(r),t=e[e.length-1];e.length>1&&e.pop();var a={};return Vb(t,function(n,i){for(var o=e.length-1;o>=0;o--)if(n=e[o][i],n){a[i]=n;break}}),a}function LU(r){zb(r).snapshots=null}function IU(r){return Ol(r).length}function Ol(r){var e=zb(r);return e.snapshots||(e.snapshots=[{}]),e.snapshots}var PU=function(r){k(e,r);function e(){return r!==null&&r.apply(this,arguments)||this}return e.prototype.onclick=function(t,a){LU(t),a.dispatchAction({type:"restore",from:this.uid})},e.getDefaultOption=function(t){var a={show:!0,icon:"M3.8,33.4 M47,18.9h9.8V8.7 M56.3,20.1 C52.1,9,40.5,0.6,26.8,2.1C12.6,3.7,1.6,16.2,2.1,30.6 M13,41.1H3.1v10.2 M3.7,39.9c4.2,11.1,15.8,19.5,29.5,18 c14.2-1.6,25.2-14.1,24.7-28.5",title:t.getLocaleModel().get(["toolbox","restore","title"])};return a},e}(o3);E3({type:"restore",event:"restore",update:"prepareAndUpdate"},function(r,e){e.resetOption("recreate")});const RU=PU;var EU=["grid","xAxis","yAxis","geo","graph","polar","radiusAxis","angleAxis","bmap"],kU=function(){function r(e,t,a){var n=this;this._targetInfoList=[];var i=Pp(t,e);A(OU,function(o,s){(!a||!a.include||c1(a.include,s)>=0)&&o(i,n._targetInfoList)})}return r.prototype.setOutputRanges=function(e,t){return this.matchOutputRanges(e,t,function(a,n,i){if((a.coordRanges||(a.coordRanges=[])).push(n),!a.coordRange){a.coordRange=n;var o=yn[a.brushType](0,i,n);a.__rangeOffset={offset:Op[a.brushType](o.values,a.range,[1,1]),xyMinMax:o.xyMinMax}}}),e},r.prototype.matchOutputRanges=function(e,t,a){A(e,function(n){var i=this.findTargetInfo(n,t);i&&i!==!0&&A(i.coordSyses,function(o){var s=yn[n.brushType](1,o,n.range,!0);a(n,s.values,o,t)})},this)},r.prototype.setInputRanges=function(e,t){A(e,function(a){var n=this.findTargetInfo(a,t);if(a.range=a.range||[],n&&n!==!0){a.panelId=n.panelId;var i=yn[a.brushType](0,n.coordSys,a.coordRange),o=a.__rangeOffset;a.range=o?Op[a.brushType](i.values,o.offset,NU(i.xyMinMax,o.xyMinMax)):i.values}},this)},r.prototype.makePanelOpts=function(e,t){return G(this._targetInfoList,function(a){var n=a.getPanelRect();return{panelId:a.panelId,defaultBrushType:t?t(a):null,clipPath:Yx(n),isTargetByCursor:Xx(n,e,a.coordSysModel),getLinearBrushOtherExtent:Zx(n)}})},r.prototype.controlSeries=function(e,t,a){var n=this.findTargetInfo(e,a);return n===!0||n&&c1(n.coordSyses,t.coordinateSystem)>=0},r.prototype.findTargetInfo=function(e,t){for(var a=this._targetInfoList,n=Pp(t,e),i=0;ir[1]&&r.reverse(),r}function Pp(r,e){return E8(r,e,{includeMainTypes:EU})}var OU={grid:function(r,e){var t=r.xAxisModels,a=r.yAxisModels,n=r.gridModels,i=X(),o={},s={};!t&&!a&&!n||(A(t,function(l){var u=l.axis.grid.model;i.set(u.id,u),o[u.id]=!0}),A(a,function(l){var u=l.axis.grid.model;i.set(u.id,u),s[u.id]=!0}),A(n,function(l){i.set(l.id,l),o[l.id]=!0,s[l.id]=!0}),i.each(function(l){var u=l.coordinateSystem,f=[];A(u.getCartesians(),function(h,v){(c1(t,h.getAxis("x").model)>=0||c1(a,h.getAxis("y").model)>=0)&&f.push(h)}),e.push({panelId:"grid--"+l.id,gridModel:l,coordSysModel:l,coordSys:f[0],coordSyses:f,getPanelRect:Ep.grid,xAxisDeclared:o[l.id],yAxisDeclared:s[l.id]})}))},geo:function(r,e){A(r.geoModels,function(t){var a=t.coordinateSystem;e.push({panelId:"geo--"+t.id,geoModel:t,coordSysModel:t,coordSys:a,coordSyses:[a],getPanelRect:Ep.geo})})}},Rp=[function(r,e){var t=r.xAxisModel,a=r.yAxisModel,n=r.gridModel;return!n&&t&&(n=t.axis.grid.model),!n&&a&&(n=a.axis.grid.model),n&&n===e.gridModel},function(r,e){var t=r.geoModel;return t&&t===e.geoModel}],Ep={grid:function(){return this.coordSys.master.getRect().clone()},geo:function(){var r=this.coordSys,e=r.getBoundingRect().clone();return e.applyTransform(X4(r)),e}},yn={lineX:i1(kp,0),lineY:i1(kp,1),rect:function(r,e,t,a){var n=r?e.pointToData([t[0][0],t[1][0]],a):e.dataToPoint([t[0][0],t[1][0]],a),i=r?e.pointToData([t[0][1],t[1][1]],a):e.dataToPoint([t[0][1],t[1][1]],a),o=[fo([n[0],i[0]]),fo([n[1],i[1]])];return{values:o,xyMinMax:o}},polygon:function(r,e,t,a){var n=[[1/0,-1/0],[1/0,-1/0]],i=G(t,function(o){var s=r?e.pointToData(o,a):e.dataToPoint(o,a);return n[0][0]=Math.min(n[0][0],s[0]),n[1][0]=Math.min(n[1][0],s[1]),n[0][1]=Math.max(n[0][1],s[0]),n[1][1]=Math.max(n[1][1],s[1]),s});return{values:i,xyMinMax:n}}};function kp(r,e,t,a){var n=t.getAxis(["x","y"][r]),i=fo(G([0,1],function(s){return e?n.coordToData(n.toLocalCoord(a[s]),!0):n.toGlobalCoord(n.dataToCoord(a[s]))})),o=[];return o[r]=i,o[1-r]=[NaN,NaN],{values:i,xyMinMax:o}}var Op={lineX:i1(Np,0),lineY:i1(Np,1),rect:function(r,e,t){return[[r[0][0]-t[0]*e[0][0],r[0][1]-t[0]*e[0][1]],[r[1][0]-t[1]*e[1][0],r[1][1]-t[1]*e[1][1]]]},polygon:function(r,e,t){return G(r,function(a,n){return[a[0]-t[0]*e[n][0],a[1]-t[1]*e[n][1]]})}};function Np(r,e,t,a){return[e[0]-a[r]*t[0],e[1]-a[r]*t[1]]}function NU(r,e){var t=Bp(r),a=Bp(e),n=[t[0]/a[0],t[1]/a[1]];return isNaN(n[0])&&(n[0]=1),isNaN(n[1])&&(n[1]=1),n}function Bp(r){return r?[r[0][1]-r[0][0],r[1][1]-r[1][0]]:[NaN,NaN]}const Nl=kU;var ho=A,BU=KC("toolbox-dataZoom_"),VU=function(r){k(e,r);function e(){return r!==null&&r.apply(this,arguments)||this}return e.prototype.render=function(t,a,n,i){this._brushController||(this._brushController=new gl(n.getZr()),this._brushController.on("brush",U(this._onBrush,this)).mount()),FU(t,a,this,i,n),GU(t,a)},e.prototype.onclick=function(t,a,n){zU[n].call(this)},e.prototype.remove=function(t,a){this._brushController&&this._brushController.unmount()},e.prototype.dispose=function(t,a){this._brushController&&this._brushController.dispose()},e.prototype._onBrush=function(t){var a=t.areas;if(!t.isEnd||!a.length)return;var n={},i=this.ecModel;this._brushController.updateCovers([]);var o=new Nl(Bl(this.model),i,{include:["grid"]});o.matchOutputRanges(a,i,function(u,f,h){if(h.type==="cartesian2d"){var v=u.brushType;v==="rect"?(s("x",h,f[0]),s("y",h,f[1])):s({lineX:"x",lineY:"y"}[v],h,f)}}),MU(i,n),this._dispatchZoomAction(n);function s(u,f,h){var v=f.getAxis(u),c=v.model,p=l(u,c,i),d=p.findRepresentativeAxisProxy(c).getMinMaxSpan();(d.minValueSpan!=null||d.maxValueSpan!=null)&&(h=b5(0,h.slice(),v.scale.getExtent(),0,d.minValueSpan,d.maxValueSpan)),p&&(n[p.id]={dataZoomId:p.id,startValue:h[0],endValue:h[1]})}function l(u,f,h){var v;return h.eachComponent({mainType:"dataZoom",subType:"select"},function(c){var p=c.getAxisModel(u,f.componentIndex);p&&(v=c)}),v}},e.prototype._dispatchZoomAction=function(t){var a=[];ho(t,function(n,i){a.push(e1(n))}),a.length&&this.api.dispatchAction({type:"dataZoom",from:this.uid,batch:a})},e.getDefaultOption=function(t){var a={show:!0,filterMode:"filter",icon:{zoom:"M0,13.5h26.9 M13.5,26.9V0 M32.1,13.5H58V58H13.5 V32.1",back:"M22,1.4L9.9,13.5l12.3,12.3 M10.3,13.5H54.9v44.6 H10.3v-26"},title:t.getLocaleModel().get(["toolbox","dataZoom","title"]),brushStyle:{borderWidth:0,color:"rgba(210,219,238,0.2)"}};return a},e}(o3),zU={zoom:function(){var r=!this._isZoomActive;this.api.dispatchAction({type:"takeGlobalCursor",key:"dataZoomSelect",dataZoomSelectActive:r})},back:function(){this._dispatchZoomAction(DU(this.ecModel))}};function Bl(r){var e={xAxisIndex:r.get("xAxisIndex",!0),yAxisIndex:r.get("yAxisIndex",!0),xAxisId:r.get("xAxisId",!0),yAxisId:r.get("yAxisId",!0)};return e.xAxisIndex==null&&e.xAxisId==null&&(e.xAxisIndex="all"),e.yAxisIndex==null&&e.yAxisId==null&&(e.yAxisIndex="all"),e}function GU(r,e){r.setIconStatus("back",IU(e)>1?"emphasis":"normal")}function FU(r,e,t,a,n){var i=t._isZoomActive;a&&a.type==="takeGlobalCursor"&&(i=a.key==="dataZoomSelect"?a.dataZoomSelectActive:!1),t._isZoomActive=i,r.setIconStatus("zoom",i?"emphasis":"normal");var o=new Nl(Bl(r),e,{include:["grid"]}),s=o.makePanelOpts(n,function(l){return l.xAxisDeclared&&!l.yAxisDeclared?"lineX":!l.xAxisDeclared&&l.yAxisDeclared?"lineY":"rect"});t._brushController.setPanels(s).enableBrush(i&&s.length?{brushType:"auto",brushStyle:r.getModel("brushStyle").getItemStyle()}:!1)}DD("dataZoom",function(r){var e=r.getComponent("toolbox",0),t=["feature","dataZoom"];if(!e||e.get(t)==null)return;var a=e.getModel(t),n=[],i=Bl(a),o=E8(r,i);ho(o.xAxisModels,function(l){return s(l,"xAxis","xAxisIndex")}),ho(o.yAxisModels,function(l){return s(l,"yAxis","yAxisIndex")});function s(l,u,f){var h=l.componentIndex,v={type:"select",$fromToolbox:!0,filterMode:a.get("filterMode",!0)||"filter",id:BU+u+h};v[f]=h,n.push(v)}return n});const HU=VU;function WU(r){r.registerComponentModel(oU),r.registerComponentView(fU),q5("saveAsImage",vU),q5("magicType",dU),q5("dataView",AU),q5("dataZoom",HU),q5("restore",RU),h1(nU)}var $U=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type=e.type,t}return e.type="tooltip",e.dependencies=["axisPointer"],e.defaultOption={z:60,show:!0,showContent:!0,trigger:"item",triggerOn:"mousemove|click",alwaysShowContent:!1,displayMode:"single",renderMode:"auto",confine:null,showDelay:0,hideDelay:100,transitionDuration:.4,enterable:!1,backgroundColor:"#fff",shadowBlur:10,shadowColor:"rgba(0, 0, 0, .2)",shadowOffsetX:1,shadowOffsetY:2,borderRadius:4,borderWidth:1,padding:null,extraCssText:"",axisPointer:{type:"line",axis:"auto",animation:"auto",animationDurationUpdate:200,animationEasingUpdate:"exponentialOut",crossStyle:{color:"#999",width:1,type:"dashed",textStyle:{}}},textStyle:{color:"#666",fontSize:14}},e}(_1);const UU=$U;function Gb(r){var e=r.get("confine");return e!=null?!!e:r.get("renderMode")==="richText"}function Fb(r){if(w1.domSupported){for(var e=document.documentElement.style,t=0,a=r.length;t-1?(s+="top:50%",l+="translateY(-50%) rotate("+(u=i==="left"?-225:-45)+"deg)"):(s+="left:50%",l+="translateX(-50%) rotate("+(u=i==="top"?225:45)+"deg)");var f=u*Math.PI/180,h=o+n,v=h*Math.abs(Math.cos(f))+h*Math.abs(Math.sin(f)),c=Math.round(((v-Math.SQRT2*n)/2+Math.SQRT2*n-(v-h)/2)*100)/100;s+=";"+i+":-"+c+"px";var p=e+" solid "+n+"px;",d=["position:absolute;width:"+o+"px;height:"+o+"px;z-index:-1;",s+";"+l+";","border-bottom:"+p,"border-right:"+p,"background-color:"+a+";"];return'
'}function JU(r,e){var t="cubic-bezier(0.23,1,0.32,1)",a=" "+r/2+"s "+t,n="opacity"+a+",visibility"+a;return e||(a=" "+r+"s "+t,n+=w1.transformSupported?","+Vl+a:",left"+a+",top"+a),XU+":"+n}function Vp(r,e,t){var a=r.toFixed(0)+"px",n=e.toFixed(0)+"px";if(!w1.transformSupported)return t?"top:"+n+";left:"+a+";":[["top",n],["left",a]];var i=w1.transform3dSupported,o="translate"+(i?"3d":"")+"("+a+","+n+(i?",0":"")+")";return t?"top:0;left:0;"+Vl+":"+o+";":[["top",0],["left",0],[Hb,o]]}function QU(r){var e=[],t=r.get("fontSize"),a=r.getTextColor();a&&e.push("color:"+a),e.push("font:"+r.getFont()),t&&e.push("line-height:"+Math.round(t*3/2)+"px");var n=r.get("textShadowColor"),i=r.get("textShadowBlur")||0,o=r.get("textShadowOffsetX")||0,s=r.get("textShadowOffsetY")||0;return n&&i&&e.push("text-shadow:"+o+"px "+s+"px "+i+"px "+n),A(["decoration","align"],function(l){var u=r.get(l);u&&e.push("text-"+l+":"+u)}),e.join(";")}function tY(r,e,t){var a=[],n=r.get("transitionDuration"),i=r.get("backgroundColor"),o=r.get("shadowBlur"),s=r.get("shadowColor"),l=r.get("shadowOffsetX"),u=r.get("shadowOffsetY"),f=r.getModel("textStyle"),h=Wm(r,"html"),v=l+"px "+u+"px "+o+"px "+s;return a.push("box-shadow:"+v),e&&n&&a.push(JU(n,t)),i&&a.push("background-color:"+i),A(["width","color","radius"],function(c){var p="border-"+c,d=fs(p),g=r.get(d);g!=null&&a.push(p+":"+g+(c==="color"?"":"px"))}),a.push(QU(f)),h!=null&&a.push("padding:"+_5(h).join("px ")+"px"),a.join(";")+";"}function zp(r,e,t,a,n){var i=e&&e.painter;if(t){var o=i&&i.getViewportRoot();o&&pT(r,o,document.body,a,n)}else{r[0]=a,r[1]=n;var s=i&&i.getViewportRootOffset();s&&(r[0]+=s.offsetLeft,r[1]+=s.offsetTop)}r[2]=r[0]/e.getWidth(),r[3]=r[1]/e.getHeight()}var eY=function(){function r(e,t,a){if(this._show=!1,this._styleCoord=[0,0,0,0],this._enterable=!0,this._alwaysShowContent=!1,this._firstShow=!0,this._longHide=!0,w1.wxa)return null;var n=document.createElement("div");n.domBelongToZr=!0,this.el=n;var i=this._zr=t.getZr(),o=this._appendToBody=a&&a.appendToBody;zp(this._styleCoord,i,o,t.getWidth()/2,t.getHeight()/2),o?document.body.appendChild(n):e.appendChild(n),this._container=e;var s=this;n.onmouseenter=function(){s._enterable&&(clearTimeout(s._hideTimeout),s._show=!0),s._inContent=!0},n.onmousemove=function(l){if(l=l||window.event,!s._enterable){var u=i.handler,f=i.painter.getViewportRoot();e3(f,l,!0),u.dispatch("mousemove",l)}},n.onmouseleave=function(){s._inContent=!1,s._enterable&&s._show&&s.hideLater(s._hideDelay)}}return r.prototype.update=function(e){var t=this._container,a=ZU(t,"position"),n=t.style;n.position!=="absolute"&&a!=="absolute"&&(n.position="relative");var i=e.get("alwaysShowContent");i&&this._moveIfResized(),this._alwaysShowContent=i,this.el.className=e.get("className")||""},r.prototype.show=function(e,t){clearTimeout(this._hideTimeout),clearTimeout(this._longHideTimeout);var a=this.el,n=a.style,i=this._styleCoord;a.innerHTML?n.cssText=qU+tY(e,!this._firstShow,this._longHide)+Vp(i[0],i[1],!0)+("border-color:"+v5(t)+";")+(e.get("extraCssText")||"")+(";pointer-events:"+(this._enterable?"auto":"none")):n.display="none",this._show=!0,this._firstShow=!1,this._longHide=!1},r.prototype.setContent=function(e,t,a,n,i){var o=this.el;if(e==null){o.innerHTML="";return}var s="";if($(i)&&a.get("trigger")==="item"&&!Gb(a)&&(s=jU(a,n,i)),$(e))o.innerHTML=e+s;else if(e){o.innerHTML="",z(e)||(e=[e]);for(var l=0;l=0?this._tryShow(i,o):n==="leave"&&this._hide(o))},this))},e.prototype._keepShow=function(){var t=this._tooltipModel,a=this._ecModel,n=this._api,i=t.get("triggerOn");if(this._lastX!=null&&this._lastY!=null&&i!=="none"&&i!=="click"){var o=this;clearTimeout(this._refreshUpdateTimeout),this._refreshUpdateTimeout=setTimeout(function(){!n.isDisposed()&&o.manuallyShowTip(t,a,n,{x:o._lastX,y:o._lastY,dataByCoordSys:o._lastDataByCoordSys})})}},e.prototype.manuallyShowTip=function(t,a,n,i){if(!(i.from===this.uid||w1.node||!n.getDom())){var o=Hp(i,n);this._ticket="";var s=i.dataByCoordSys,l=fY(i,a,n);if(l){var u=l.el.getBoundingRect().clone();u.applyTransform(l.el.transform),this._tryShow({offsetX:u.x+u.width/2,offsetY:u.y+u.height/2,target:l.el,position:i.position,positionDefault:"bottom"},o)}else if(i.tooltip&&i.x!=null&&i.y!=null){var f=iY;f.x=i.x,f.y=i.y,f.update(),n1(f).tooltipConfig={name:null,option:i.tooltip},this._tryShow({offsetX:i.x,offsetY:i.y,target:f},o)}else if(s)this._tryShow({offsetX:i.x,offsetY:i.y,position:i.position,dataByCoordSys:s,tooltipOption:i.tooltipOption},o);else if(i.seriesIndex!=null){if(this._manuallyAxisShowTip(t,a,n,i))return;var h=Mb(i,a),v=h.point[0],c=h.point[1];v!=null&&c!=null&&this._tryShow({offsetX:v,offsetY:c,target:h.el,position:i.position,positionDefault:"bottom"},o)}else i.x!=null&&i.y!=null&&(n.dispatchAction({type:"updateAxisPointer",x:i.x,y:i.y}),this._tryShow({offsetX:i.x,offsetY:i.y,position:i.position,target:n.getZr().findHover(i.x,i.y).target},o))}},e.prototype.manuallyHideTip=function(t,a,n,i){var o=this._tooltipContent;this._tooltipModel&&o.hideLater(this._tooltipModel.get("hideDelay")),this._lastX=this._lastY=this._lastDataByCoordSys=null,i.from!==this.uid&&this._hide(Hp(i,n))},e.prototype._manuallyAxisShowTip=function(t,a,n,i){var o=i.seriesIndex,s=i.dataIndex,l=a.getComponent("axisPointer").coordSysAxesInfo;if(!(o==null||s==null||l==null)){var u=a.getSeriesByIndex(o);if(u){var f=u.getData(),h=u8([f.getItemModel(s),u,(u.coordinateSystem||{}).model],this._tooltipModel);if(h.get("trigger")==="axis")return n.dispatchAction({type:"updateAxisPointer",seriesIndex:o,dataIndex:s,position:i.position}),!0}}},e.prototype._tryShow=function(t,a){var n=t.target,i=this._tooltipModel;if(i){this._lastX=t.offsetX,this._lastY=t.offsetY;var o=t.dataByCoordSys;if(o&&o.length)this._showAxisTooltip(o,t);else if(n){this._lastDataByCoordSys=null;var s,l;K9(n,function(u){if(n1(u).dataIndex!=null)return s=u,!0;if(n1(u).tooltipConfig!=null)return l=u,!0},!0),s?this._showSeriesItemTooltip(t,s,a):l?this._showComponentItemTooltip(t,l,a):this._hide(a)}else this._lastDataByCoordSys=null,this._hide(a)}},e.prototype._showOrMove=function(t,a){var n=t.get("showDelay");a=U(a,this),clearTimeout(this._showTimout),n>0?this._showTimout=setTimeout(a,n):a()},e.prototype._showAxisTooltip=function(t,a){var n=this._ecModel,i=this._tooltipModel,o=[a.offsetX,a.offsetY],s=u8([a.tooltipOption],i),l=this._renderMode,u=[],f=i2("section",{blocks:[],noHeader:!0}),h=[],v=new ea;A(t,function(m){A(m.dataByAxis,function(_){var S=n.getComponent(_.axisDim+"Axis",_.axisIndex),b=_.value;if(!(!S||b==null)){var x=wb(b,S.axis,n,_.seriesDataIndices,_.valueLabelOpt),w=i2("section",{header:x,noHeader:!l3(x),sortBlocks:!0,blocks:[]});f.blocks.push(w),A(_.seriesDataIndices,function(T){var C=n.getSeriesByIndex(T.seriesIndex),M=T.dataIndexInside,D=C.getDataParams(M);if(!(D.dataIndex<0)){D.axisDim=_.axisDim,D.axisIndex=_.axisIndex,D.axisType=_.axisType,D.axisId=_.axisId,D.axisValue=Gs(S.axis,{value:b}),D.axisValueLabel=x,D.marker=v.makeTooltipMarker("item",v5(D.color),l);var L=If(C.formatTooltip(M,!0,null)),I=L.frag;if(I){var P=u8([C],i).get("valueFormatter");w.blocks.push(P?B({valueFormatter:P},I):I)}L.text&&h.push(L.text),u.push(D)}})}})}),f.blocks.reverse(),h.reverse();var c=a.position,p=s.get("order"),d=Nf(f,v,l,p,n.get("useUTC"),s.get("textStyle"));d&&h.unshift(d);var g=l==="richText"?` -`:"
",y=h.join(g);this._showOrMove(s,function(){this._updateContentNotChangedOnAxis(t,u)?this._updatePosition(s,c,o[0],o[1],this._tooltipContent,u):this._showTooltipContent(s,y,u,Math.random()+"",o[0],o[1],c,null,v)})},e.prototype._showSeriesItemTooltip=function(t,a,n){var i=this._ecModel,o=n1(a),s=o.seriesIndex,l=i.getSeriesByIndex(s),u=o.dataModel||l,f=o.dataIndex,h=o.dataType,v=u.getData(h),c=this._renderMode,p=t.positionDefault,d=u8([v.getItemModel(f),u,l&&(l.coordinateSystem||{}).model],this._tooltipModel,p?{position:p}:null),g=d.get("trigger");if(!(g!=null&&g!=="item")){var y=u.getDataParams(f,h),m=new ea;y.marker=m.makeTooltipMarker("item",v5(y.color),c);var _=If(u.formatTooltip(f,!1,h)),S=d.get("order"),b=d.get("valueFormatter"),x=_.frag,w=x?Nf(b?B({valueFormatter:b},x):x,m,c,S,i.get("useUTC"),d.get("textStyle")):_.text,T="item_"+u.name+"_"+f;this._showOrMove(d,function(){this._showTooltipContent(d,w,y,T,t.offsetX,t.offsetY,t.position,t.target,m)}),n({type:"showTip",dataIndexInside:f,dataIndex:v.getRawIndex(f),seriesIndex:s,from:this.uid})}},e.prototype._showComponentItemTooltip=function(t,a,n){var i=n1(a),o=i.tooltipConfig,s=o.option||{};if($(s)){var l=s;s={content:l,formatter:l}}var u=[s],f=this._ecModel.getComponent(i.componentMainType,i.componentIndex);f&&u.push(f),u.push({formatter:s.content});var h=t.positionDefault,v=u8(u,this._tooltipModel,h?{position:h}:null),c=v.get("content"),p=Math.random()+"",d=new ea;this._showOrMove(v,function(){var g=e1(v.get("formatterParams")||{});this._showTooltipContent(v,c,g,p,t.offsetX,t.offsetY,t.position,a,d)}),n({type:"showTip",from:this.uid})},e.prototype._showTooltipContent=function(t,a,n,i,o,s,l,u,f){if(this._ticket="",!(!t.get("showContent")||!t.get("show"))){var h=this._tooltipContent;h.setEnterable(t.get("enterable"));var v=t.get("formatter");l=l||t.get("position");var c=a,p=this._getNearestPoint([o,s],n,t.get("trigger"),t.get("borderColor")),d=p.color;if(v)if($(v)){var g=t.ecModel.get("useUTC"),y=z(n)?n[0]:n,m=y&&y.axisType&&y.axisType.indexOf("time")>=0;c=v,m&&(c=B6(y.axisValue,c,g)),c=hs(c,n,!0)}else if(K(v)){var _=U(function(S,b){S===this._ticket&&(h.setContent(b,f,t,d,l),this._updatePosition(t,l,o,s,h,n,u))},this);this._ticket=i,c=v(n,i,_)}else c=v;h.setContent(c,f,t,d,l),h.show(t,d),this._updatePosition(t,l,o,s,h,n,u)}},e.prototype._getNearestPoint=function(t,a,n,i){if(n==="axis"||z(a))return{color:i||(this._renderMode==="html"?"#fff":"none")};if(!z(a))return{color:i||a.color||a.borderColor}},e.prototype._updatePosition=function(t,a,n,i,o,s,l){var u=this._api.getWidth(),f=this._api.getHeight();a=a||t.get("position");var h=o.getSize(),v=t.get("align"),c=t.get("verticalAlign"),p=l&&l.getBoundingRect().clone();if(l&&p.applyTransform(l.transform),K(a)&&(a=a([n,i],s,o.el,p,{viewSize:[u,f],contentSize:h.slice()})),z(a))n=H(a[0],u),i=H(a[1],f);else if(Q(a)){var d=a;d.width=h[0],d.height=h[1];var g=J1(d,{width:u,height:f});n=g.x,i=g.y,v=null,c=null}else if($(a)&&l){var y=uY(a,p,h,t.get("borderWidth"));n=y[0],i=y[1]}else{var y=sY(n,i,o,u,f,v?null:20,c?null:20);n=y[0],i=y[1]}if(v&&(n-=Wp(v)?h[0]/2:v==="right"?h[0]:0),c&&(i-=Wp(c)?h[1]/2:c==="bottom"?h[1]:0),Fb(t)){var y=lY(n,i,o,u,f);n=y[0],i=y[1]}o.moveTo(n,i)},e.prototype._updateContentNotChangedOnAxis=function(t,a){var n=this._lastDataByCoordSys,i=this._cbParamsList,o=!!n&&n.length===t.length;return o&&A(n,function(s,l){var u=s.dataByAxis||[],f=t[l]||{},h=f.dataByAxis||[];o=o&&u.length===h.length,o&&A(u,function(v,c){var p=h[c]||{},d=v.seriesDataIndices||[],g=p.seriesDataIndices||[];o=o&&v.value===p.value&&v.axisType===p.axisType&&v.axisId===p.axisId&&d.length===g.length,o&&A(d,function(y,m){var _=g[m];o=o&&y.seriesIndex===_.seriesIndex&&y.dataIndex===_.dataIndex}),i&&A(v.seriesDataIndices,function(y){var m=y.seriesIndex,_=a[m],S=i[m];_&&S&&S.data!==_.data&&(o=!1)})})}),this._lastDataByCoordSys=t,this._cbParamsList=a,!!o},e.prototype._hide=function(t){this._lastDataByCoordSys=null,t({type:"hideTip",from:this.uid})},e.prototype.dispose=function(t,a){w1.node||!a.getDom()||(u6(this,"_updatePosition"),this._tooltipContent.dispose(),oo("itemTooltip",a))},e.type="tooltip",e}(z1);function u8(r,e,t){var a=e.ecModel,n;t?(n=new P1(t,a,a),n=new P1(e.option,n,a)):n=e;for(var i=r.length-1;i>=0;i--){var o=r[i];o&&(o instanceof P1&&(o=o.get("tooltip",!0)),$(o)&&(o={formatter:o}),o&&(n=new P1(o,n,a)))}return n}function Hp(r,e){return r.dispatchAction||U(e.dispatchAction,e)}function sY(r,e,t,a,n,i,o){var s=t.getSize(),l=s[0],u=s[1];return i!=null&&(r+l+i+2>a?r-=l+i:r+=i),o!=null&&(e+u+o>n?e-=u+o:e+=o),[r,e]}function lY(r,e,t,a,n){var i=t.getSize(),o=i[0],s=i[1];return r=Math.min(r+o,a)-o,e=Math.min(e+s,n)-s,r=Math.max(r,0),e=Math.max(e,0),[r,e]}function uY(r,e,t,a){var n=t[0],i=t[1],o=Math.ceil(Math.SQRT2*a)+8,s=0,l=0,u=e.width,f=e.height;switch(r){case"inside":s=e.x+u/2-n/2,l=e.y+f/2-i/2;break;case"top":s=e.x+u/2-n/2,l=e.y-i-o;break;case"bottom":s=e.x+u/2-n/2,l=e.y+f+o;break;case"left":s=e.x-n-o,l=e.y+f/2-i/2;break;case"right":s=e.x+u+o,l=e.y+f/2-i/2}return[s,l]}function Wp(r){return r==="center"||r==="middle"}function fY(r,e,t){var a=Wo(r).queryOptionMap,n=a.keys()[0];if(!(!n||n==="series")){var i=I6(e,n,a.get(n),{useDefault:!1,enableAll:!1,enableNone:!1}),o=i.models[0];if(o){var s=t.getViewOfComponentModel(o),l;if(s.group.traverse(function(u){var f=n1(u).tooltipConfig;if(f&&f.name===r.name)return l=u,!0}),l)return{componentMainType:n,componentIndex:o.componentIndex,el:l}}}}const hY=oY;function vY(r){h1(q6),r.registerComponentModel(UU),r.registerComponentView(hY),r.registerAction({type:"showTip",event:"showTip",update:"tooltip:manuallyShowTip"},U1),r.registerAction({type:"hideTip",event:"hideTip",update:"tooltip:manuallyHideTip"},U1)}var cY=["rect","polygon","keep","clear"];function pY(r,e){var t=R1(r?r.brush:[]);if(t.length){var a=[];A(t,function(l){var u=l.hasOwnProperty("toolbox")?l.toolbox:[];u instanceof Array&&(a=a.concat(u))});var n=r&&r.toolbox;z(n)&&(n=n[0]),n||(n={feature:{}},r.toolbox=[n]);var i=n.feature||(n.feature={}),o=i.brush||(i.brush={}),s=o.type||(o.type=[]);s.push.apply(s,a),dY(s),e&&!s.length&&s.push.apply(s,cY)}}function dY(r){var e={};A(r,function(t){e[t]=1}),r.length=0,A(e,function(t,a){r.push(a)})}var $p=A;function Up(r){if(r){for(var e in r)if(r.hasOwnProperty(e))return!0}}function vo(r,e,t){var a={};return $p(e,function(i){var o=a[i]=n();$p(r[i],function(s,l){if(f2.isValidType(l)){var u={type:l,visual:s};t&&t(u,i),o[l]=new f2(u),l==="opacity"&&(u=e1(u),u.type="colorAlpha",o.__hidden.__alphaForOpacity=new f2(u))}})}),a;function n(){var i=function(){};i.prototype.__hidden=i.prototype;var o=new i;return o}}function Ub(r,e,t){var a;A(t,function(n){e.hasOwnProperty(n)&&Up(e[n])&&(a=!0)}),a&&A(t,function(n){e.hasOwnProperty(n)&&Up(e[n])?r[n]=e1(e[n]):delete r[n]})}function gY(r,e,t,a,n,i){var o={};A(r,function(h){var v=f2.prepareVisualTypes(e[h]);o[h]=v});var s;function l(h){return ws(t,s,h)}function u(h,v){t_(t,s,h,v)}i==null?t.each(f):t.each([i],f);function f(h,v){s=i==null?h:v;var c=t.getRawDataItem(s);if(!(c&&c.visualMap===!1))for(var p=a.call(n,h),d=e[p],g=o[p],y=0,m=g.length;ye[0][1]&&(e[0][1]=i[0]),i[1]e[1][1]&&(e[1][1]=i[1])}return e&&Kp(e)}};function Kp(r){return new s1(r[0][0],r[1][0],r[0][1]-r[0][0],r[1][1]-r[1][0])}var TY=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type=e.type,t}return e.prototype.init=function(t,a){this.ecModel=t,this.api=a,this.model,(this._brushController=new gl(a.getZr())).on("brush",U(this._onBrush,this)).mount()},e.prototype.render=function(t,a,n,i){this.model=t,this._updateController(t,a,n,i)},e.prototype.updateTransform=function(t,a,n,i){Yb(a),this._updateController(t,a,n,i)},e.prototype.updateVisual=function(t,a,n,i){this.updateTransform(t,a,n,i)},e.prototype.updateView=function(t,a,n,i){this._updateController(t,a,n,i)},e.prototype._updateController=function(t,a,n,i){(!i||i.$from!==t.id)&&this._brushController.setPanels(t.brushTargetManager.makePanelOpts(n)).enableBrush(t.brushOption).updateCovers(t.areas.slice())},e.prototype.dispose=function(){this._brushController.dispose()},e.prototype._onBrush=function(t){var a=this.model.id,n=this.model.brushTargetManager.setOutputRanges(t.areas,this.ecModel);(!t.isEnd||t.removeOnClick)&&this.api.dispatchAction({type:"brush",brushId:a,areas:e1(n),$from:a}),t.isEnd&&this.api.dispatchAction({type:"brushEnd",brushId:a,areas:e1(n),$from:a})},e.type="brush",e}(z1);const CY=TY;var AY="#ddd",MY=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type=e.type,t.areas=[],t.brushOption={},t}return e.prototype.optionUpdated=function(t,a){var n=this.option;!a&&Ub(n,t,["inBrush","outOfBrush"]);var i=n.inBrush=n.inBrush||{};n.outOfBrush=n.outOfBrush||{color:AY},i.hasOwnProperty("liftZ")||(i.liftZ=5)},e.prototype.setAreas=function(t){t&&(this.areas=G(t,function(a){return jp(this.option,a)},this))},e.prototype.setBrushOption=function(t){this.brushOption=jp(this.option,t),this.brushType=this.brushOption.brushType},e.type="brush",e.dependencies=["geo","grid","xAxis","yAxis","parallel","series"],e.defaultOption={seriesIndex:"all",brushType:"rect",brushMode:"single",transformable:!0,brushStyle:{borderWidth:1,color:"rgba(210,219,238,0.3)",borderColor:"#D2DBEE"},throttleType:"fixRate",throttleDelay:0,removeOnClick:!0,z:1e4},e}(_1);function jp(r,e){return o1({brushType:r.brushType,brushMode:r.brushMode,transformable:r.transformable,brushStyle:new P1(r.brushStyle).getItemStyle(),removeOnClick:r.removeOnClick,z:r.z},e,!0)}const DY=MY;var LY=["rect","polygon","lineX","lineY","keep","clear"],IY=function(r){k(e,r);function e(){return r!==null&&r.apply(this,arguments)||this}return e.prototype.render=function(t,a,n){var i,o,s;a.eachComponent({mainType:"brush"},function(l){i=l.brushType,o=l.brushOption.brushMode||"single",s=s||!!l.areas.length}),this._brushType=i,this._brushMode=o,A(t.get("type",!0),function(l){t.setIconStatus(l,(l==="keep"?o==="multiple":l==="clear"?s:l===i)?"emphasis":"normal")})},e.prototype.updateView=function(t,a,n){this.render(t,a,n)},e.prototype.getIcons=function(){var t=this.model,a=t.get("icon",!0),n={};return A(t.get("type",!0),function(i){a[i]&&(n[i]=a[i])}),n},e.prototype.onclick=function(t,a,n){var i=this._brushType,o=this._brushMode;n==="clear"?(a.dispatchAction({type:"axisAreaSelect",intervals:[]}),a.dispatchAction({type:"brush",command:"clear",areas:[]})):a.dispatchAction({type:"takeGlobalCursor",key:"brush",brushOption:{brushType:n==="keep"?i:i===n?!1:n,brushMode:n==="keep"?o==="multiple"?"single":"multiple":o}})},e.getDefaultOption=function(t){var a={show:!0,type:LY.slice(),icon:{rect:"M7.3,34.7 M0.4,10V-0.2h9.8 M89.6,10V-0.2h-9.8 M0.4,60v10.2h9.8 M89.6,60v10.2h-9.8 M12.3,22.4V10.5h13.1 M33.6,10.5h7.8 M49.1,10.5h7.8 M77.5,22.4V10.5h-13 M12.3,31.1v8.2 M77.7,31.1v8.2 M12.3,47.6v11.9h13.1 M33.6,59.5h7.6 M49.1,59.5 h7.7 M77.5,47.6v11.9h-13",polygon:"M55.2,34.9c1.7,0,3.1,1.4,3.1,3.1s-1.4,3.1-3.1,3.1 s-3.1-1.4-3.1-3.1S53.5,34.9,55.2,34.9z M50.4,51c1.7,0,3.1,1.4,3.1,3.1c0,1.7-1.4,3.1-3.1,3.1c-1.7,0-3.1-1.4-3.1-3.1 C47.3,52.4,48.7,51,50.4,51z M55.6,37.1l1.5-7.8 M60.1,13.5l1.6-8.7l-7.8,4 M59,19l-1,5.3 M24,16.1l6.4,4.9l6.4-3.3 M48.5,11.6 l-5.9,3.1 M19.1,12.8L9.7,5.1l1.1,7.7 M13.4,29.8l1,7.3l6.6,1.6 M11.6,18.4l1,6.1 M32.8,41.9 M26.6,40.4 M27.3,40.2l6.1,1.6 M49.9,52.1l-5.6-7.6l-4.9-1.2",lineX:"M15.2,30 M19.7,15.6V1.9H29 M34.8,1.9H40.4 M55.3,15.6V1.9H45.9 M19.7,44.4V58.1H29 M34.8,58.1H40.4 M55.3,44.4 V58.1H45.9 M12.5,20.3l-9.4,9.6l9.6,9.8 M3.1,29.9h16.5 M62.5,20.3l9.4,9.6L62.3,39.7 M71.9,29.9H55.4",lineY:"M38.8,7.7 M52.7,12h13.2v9 M65.9,26.6V32 M52.7,46.3h13.2v-9 M24.9,12H11.8v9 M11.8,26.6V32 M24.9,46.3H11.8v-9 M48.2,5.1l-9.3-9l-9.4,9.2 M38.9-3.9V12 M48.2,53.3l-9.3,9l-9.4-9.2 M38.9,62.3V46.4",keep:"M4,10.5V1h10.3 M20.7,1h6.1 M33,1h6.1 M55.4,10.5V1H45.2 M4,17.3v6.6 M55.6,17.3v6.6 M4,30.5V40h10.3 M20.7,40 h6.1 M33,40h6.1 M55.4,30.5V40H45.2 M21,18.9h62.9v48.6H21V18.9z",clear:"M22,14.7l30.9,31 M52.9,14.7L22,45.7 M4.7,16.8V4.2h13.1 M26,4.2h7.8 M41.6,4.2h7.8 M70.3,16.8V4.2H57.2 M4.7,25.9v8.6 M70.3,25.9v8.6 M4.7,43.2v12.6h13.1 M26,55.8h7.8 M41.6,55.8h7.8 M70.3,43.2v12.6H57.2"},title:t.getLocaleModel().get(["toolbox","brush","title"])};return a},e}(o3);const PY=IY;function RY(r){r.registerComponentView(CY),r.registerComponentModel(DY),r.registerPreprocessor(pY),r.registerVisual(r.PRIORITY.VISUAL.BRUSH,_Y),r.registerAction({type:"brush",event:"brush",update:"updateVisual"},function(e,t){t.eachComponent({mainType:"brush",query:e},function(a){a.setAreas(e.areas)})}),r.registerAction({type:"brushSelect",event:"brushSelected",update:"none"},U1),r.registerAction({type:"brushEnd",event:"brushEnd",update:"none"},U1),q5("brush",PY)}var EY=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type=e.type,t.layoutMode={type:"box",ignoreSize:!0},t}return e.type="title",e.defaultOption={z:6,show:!0,text:"",target:"blank",subtext:"",subtarget:"blank",left:0,top:0,backgroundColor:"rgba(0,0,0,0)",borderColor:"#ccc",borderWidth:0,padding:5,itemGap:10,textStyle:{fontSize:18,fontWeight:"bold",color:"#464646"},subtextStyle:{fontSize:12,color:"#6E7079"}},e}(_1),kY=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type=e.type,t}return e.prototype.render=function(t,a,n){if(this.group.removeAll(),!!t.get("show")){var i=this.group,o=t.getModel("textStyle"),s=t.getModel("subtextStyle"),l=t.get("textAlign"),u=f1(t.get("textBaseline"),t.get("textVerticalAlign")),f=new S1({style:O1(o,{text:t.get("text"),fill:o.getTextColor()},{disableBox:!0}),z2:10}),h=f.getBoundingRect(),v=t.get("subtext"),c=new S1({style:O1(s,{text:v,fill:s.getTextColor(),y:h.height+t.get("itemGap"),verticalAlign:"top"},{disableBox:!0}),z2:10}),p=t.get("link"),d=t.get("sublink"),g=t.get("triggerEvent",!0);f.silent=!p&&!g,c.silent=!d&&!g,p&&f.on("click",function(){Nt(p,"_"+t.get("target"))}),d&&c.on("click",function(){Nt(d,"_"+t.get("subtarget"))}),n1(f).eventData=n1(c).eventData=g?{componentType:"title",componentIndex:t.componentIndex}:null,i.add(f),v&&i.add(c);var y=i.getBoundingRect(),m=t.getBoxLayoutParams();m.width=y.width,m.height=y.height;var _=J1(m,{width:n.getWidth(),height:n.getHeight()},t.get("padding"));l||(l=t.get("left")||t.get("right"),l==="middle"&&(l="center"),l==="right"?_.x+=_.width:l==="center"&&(_.x+=_.width/2)),u||(u=t.get("top")||t.get("bottom"),u==="center"&&(u="middle"),u==="bottom"?_.y+=_.height:u==="middle"&&(_.y+=_.height/2),u=u||"top"),i.x=_.x,i.y=_.y,i.markRedraw();var S={align:l,verticalAlign:u};f.setStyle(S),c.setStyle(S),y=i.getBoundingRect();var b=_.margin,x=t.getItemStyle(["color","opacity"]);x.fill=t.get("backgroundColor");var w=new x1({shape:{x:y.x-b[3],y:y.y-b[0],width:y.width+b[1]+b[3],height:y.height+b[0]+b[2],r:t.get("borderRadius")},style:x,subPixelOptimize:!0,silent:!0});i.add(w)}},e.type="title",e}(z1);function OY(r){r.registerComponentModel(EY),r.registerComponentView(kY)}var NY=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type=e.type,t.layoutMode="box",t}return e.prototype.init=function(t,a,n){this.mergeDefaultAndTheme(t,n),this._initData()},e.prototype.mergeOption=function(t){r.prototype.mergeOption.apply(this,arguments),this._initData()},e.prototype.setCurrentIndex=function(t){t==null&&(t=this.option.currentIndex);var a=this._data.count();this.option.loop?t=(t%a+a)%a:(t>=a&&(t=a-1),t<0&&(t=0)),this.option.currentIndex=t},e.prototype.getCurrentIndex=function(){return this.option.currentIndex},e.prototype.isIndexMax=function(){return this.getCurrentIndex()>=this._data.count()-1},e.prototype.setPlayState=function(t){this.option.autoPlay=!!t},e.prototype.getPlayState=function(){return!!this.option.autoPlay},e.prototype._initData=function(){var t=this.option,a=t.data||[],n=t.axisType,i=this._names=[],o;n==="category"?(o=[],A(a,function(u,f){var h=Q1(x0(u),""),v;Q(u)?(v=e1(u),v.value=f):v=f,o.push(v),i.push(h)})):o=a;var s={category:"ordinal",time:"time",value:"number"}[n]||"number",l=this._data=new S2([{name:"value",type:s}],this);l.initData(o,i)},e.prototype.getData=function(){return this._data},e.prototype.getCategories=function(){if(this.get("axisType")==="category")return this._names.slice()},e.type="timeline",e.defaultOption={z:4,show:!0,axisType:"time",realtime:!0,left:"20%",top:null,right:"20%",bottom:0,width:null,height:40,padding:5,controlPosition:"left",autoPlay:!1,rewind:!1,loop:!0,playInterval:2e3,currentIndex:0,itemStyle:{},label:{color:"#000"},data:[]},e}(_1);const Jp=NY;var Zb=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type=e.type,t}return e.type="timeline.slider",e.defaultOption=u9(Jp.defaultOption,{backgroundColor:"rgba(0,0,0,0)",borderColor:"#ccc",borderWidth:0,orient:"horizontal",inverse:!1,tooltip:{trigger:"item"},symbol:"circle",symbolSize:12,lineStyle:{show:!0,width:2,color:"#DAE1F5"},label:{position:"auto",show:!0,interval:"auto",rotate:0,color:"#A4B1D7"},itemStyle:{color:"#A4B1D7",borderWidth:1},checkpointStyle:{symbol:"circle",symbolSize:15,color:"#316bf3",borderColor:"#fff",borderWidth:2,shadowBlur:2,shadowOffsetX:1,shadowOffsetY:1,shadowColor:"rgba(0, 0, 0, 0.3)",animation:!0,animationDuration:300,animationEasing:"quinticInOut"},controlStyle:{show:!0,showPlayBtn:!0,showPrevBtn:!0,showNextBtn:!0,itemSize:24,itemGap:12,position:"left",playIcon:"path://M31.6,53C17.5,53,6,41.5,6,27.4S17.5,1.8,31.6,1.8C45.7,1.8,57.2,13.3,57.2,27.4S45.7,53,31.6,53z M31.6,3.3 C18.4,3.3,7.5,14.1,7.5,27.4c0,13.3,10.8,24.1,24.1,24.1C44.9,51.5,55.7,40.7,55.7,27.4C55.7,14.1,44.9,3.3,31.6,3.3z M24.9,21.3 c0-2.2,1.6-3.1,3.5-2l10.5,6.1c1.899,1.1,1.899,2.9,0,4l-10.5,6.1c-1.9,1.1-3.5,0.2-3.5-2V21.3z",stopIcon:"path://M30.9,53.2C16.8,53.2,5.3,41.7,5.3,27.6S16.8,2,30.9,2C45,2,56.4,13.5,56.4,27.6S45,53.2,30.9,53.2z M30.9,3.5C17.6,3.5,6.8,14.4,6.8,27.6c0,13.3,10.8,24.1,24.101,24.1C44.2,51.7,55,40.9,55,27.6C54.9,14.4,44.1,3.5,30.9,3.5z M36.9,35.8c0,0.601-0.4,1-0.9,1h-1.3c-0.5,0-0.9-0.399-0.9-1V19.5c0-0.6,0.4-1,0.9-1H36c0.5,0,0.9,0.4,0.9,1V35.8z M27.8,35.8 c0,0.601-0.4,1-0.9,1h-1.3c-0.5,0-0.9-0.399-0.9-1V19.5c0-0.6,0.4-1,0.9-1H27c0.5,0,0.9,0.4,0.9,1L27.8,35.8L27.8,35.8z",nextIcon:"M2,18.5A1.52,1.52,0,0,1,.92,18a1.49,1.49,0,0,1,0-2.12L7.81,9.36,1,3.11A1.5,1.5,0,1,1,3,.89l8,7.34a1.48,1.48,0,0,1,.49,1.09,1.51,1.51,0,0,1-.46,1.1L3,18.08A1.5,1.5,0,0,1,2,18.5Z",prevIcon:"M10,.5A1.52,1.52,0,0,1,11.08,1a1.49,1.49,0,0,1,0,2.12L4.19,9.64,11,15.89a1.5,1.5,0,1,1-2,2.22L1,10.77A1.48,1.48,0,0,1,.5,9.68,1.51,1.51,0,0,1,1,8.58L9,.92A1.5,1.5,0,0,1,10,.5Z",prevBtnSize:18,nextBtnSize:18,color:"#A4B1D7",borderColor:"#A4B1D7",borderWidth:1},emphasis:{label:{show:!0,color:"#6f778d"},itemStyle:{color:"#316BF3"},controlStyle:{color:"#316BF3",borderColor:"#316BF3",borderWidth:2}},progress:{lineStyle:{color:"#316BF3"},itemStyle:{color:"#316BF3"},label:{color:"#6f778d"}},data:[]}),e}(Jp);Y1(Zb,_s.prototype);const BY=Zb;var VY=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type=e.type,t}return e.type="timeline",e}(z1);const zY=VY;var GY=function(r){k(e,r);function e(t,a,n,i){var o=r.call(this,t,a,n)||this;return o.type=i||"value",o}return e.prototype.getLabelModel=function(){return this.model.getModel("label")},e.prototype.isHorizontal=function(){return this.model.get("orient")==="horizontal"},e}(g3);const FY=GY;var _n=Math.PI,Qp=C1(),HY=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type=e.type,t}return e.prototype.init=function(t,a){this.api=a},e.prototype.render=function(t,a,n){if(this.model=t,this.api=n,this.ecModel=a,this.group.removeAll(),t.get("show",!0)){var i=this._layout(t,n),o=this._createGroup("_mainGroup"),s=this._createGroup("_labelGroup"),l=this._axis=this._createAxis(i,t);t.formatTooltip=function(u){var f=l.scale.getLabel({value:u});return i2("nameValue",{noName:!0,value:f})},A(["AxisLine","AxisTick","Control","CurrentPointer"],function(u){this["_render"+u](i,o,l,t)},this),this._renderAxisLabel(i,s,l,t),this._position(i,t)}this._doPlayStop(),this._updateTicksStatus()},e.prototype.remove=function(){this._clearTimer(),this.group.removeAll()},e.prototype.dispose=function(){this._clearTimer()},e.prototype._layout=function(t,a){var n=t.get(["label","position"]),i=t.get("orient"),o=$Y(t,a),s;n==null||n==="auto"?s=i==="horizontal"?o.y+o.height/2=0||s==="+"?"left":"right"},u={horizontal:s>=0||s==="+"?"top":"bottom",vertical:"middle"},f={horizontal:0,vertical:_n/2},h=i==="vertical"?o.height:o.width,v=t.getModel("controlStyle"),c=v.get("show",!0),p=c?v.get("itemSize"):0,d=c?v.get("itemGap"):0,g=p+d,y=t.get(["label","rotate"])||0;y=y*_n/180;var m,_,S,b=v.get("position",!0),x=c&&v.get("showPlayBtn",!0),w=c&&v.get("showPrevBtn",!0),T=c&&v.get("showNextBtn",!0),C=0,M=h;b==="left"||b==="bottom"?(x&&(m=[0,0],C+=g),w&&(_=[C,0],C+=g),T&&(S=[M-p,0],M-=g)):(x&&(m=[M-p,0],M-=g),w&&(_=[0,0],C+=g),T&&(S=[M-p,0],M-=g));var D=[C,M];return t.get("inverse")&&D.reverse(),{viewRect:o,mainLength:h,orient:i,rotation:f[i],labelRotation:y,labelPosOpt:s,labelAlign:t.get(["label","align"])||l[i],labelBaseline:t.get(["label","verticalAlign"])||t.get(["label","baseline"])||u[i],playPosition:m,prevBtnPosition:_,nextBtnPosition:S,axisExtent:D,controlSize:p,controlGap:d}},e.prototype._position=function(t,a){var n=this._mainGroup,i=this._labelGroup,o=t.viewRect;if(t.orient==="vertical"){var s=F2(),l=o.x,u=o.y+o.height;L3(s,s,[-l,-u]),s9(s,s,-_n/2),L3(s,s,[l,u]),o=o.clone(),o.applyTransform(s)}var f=m(o),h=m(n.getBoundingRect()),v=m(i.getBoundingRect()),c=[n.x,n.y],p=[i.x,i.y];p[0]=c[0]=f[0][0];var d=t.labelPosOpt;if(d==null||$(d)){var g=d==="+"?0:1;_(c,h,f,1,g),_(p,v,f,1,1-g)}else{var g=d>=0?0:1;_(c,h,f,1,g),p[1]=c[1]+d}n.setPosition(c),i.setPosition(p),n.rotation=i.rotation=t.rotation,y(n),y(i);function y(S){S.originX=f[0][0]-S.x,S.originY=f[1][0]-S.y}function m(S){return[[S.x,S.x+S.width],[S.y,S.y+S.height]]}function _(S,b,x,w,T){S[w]+=x[w][T]-b[w][T]}},e.prototype._createAxis=function(t,a){var n=a.getData(),i=a.get("axisType"),o=WY(a,i);o.getTicks=function(){return n.mapArray(["value"],function(u){return{value:u}})};var s=n.getDataExtent("value");o.setExtent(s[0],s[1]),o.calcNiceTicks();var l=new FY("value",o,t.axisExtent,i);return l.model=a,l},e.prototype._createGroup=function(t){var a=this[t]=new r1;return this.group.add(a),a},e.prototype._renderAxisLine=function(t,a,n,i){var o=n.getExtent();if(i.get(["lineStyle","show"])){var s=new r2({shape:{x1:o[0],y1:0,x2:o[1],y2:0},style:B({lineCap:"round"},i.getModel("lineStyle").getLineStyle()),silent:!0,z2:1});a.add(s);var l=this._progressLine=new r2({shape:{x1:o[0],x2:this._currentPointer?this._currentPointer.x:o[0],y1:0,y2:0},style:j({lineCap:"round",lineWidth:s.style.lineWidth},i.getModel(["progress","lineStyle"]).getLineStyle()),silent:!0,z2:1});a.add(l)}},e.prototype._renderAxisTick=function(t,a,n,i){var o=this,s=i.getData(),l=n.scale.getTicks();this._tickSymbols=[],A(l,function(u){var f=n.dataToCoord(u.value),h=s.getItemModel(u.value),v=h.getModel("itemStyle"),c=h.getModel(["emphasis","itemStyle"]),p=h.getModel(["progress","itemStyle"]),d={x:f,y:0,onclick:U(o._changeTimeline,o,u.value)},g=td(h,v,a,d);g.ensureState("emphasis").style=c.getItemStyle(),g.ensureState("progress").style=p.getItemStyle(),Z4(g);var y=n1(g);h.get("tooltip")?(y.dataIndex=u.value,y.dataModel=i):y.dataIndex=y.dataModel=null,o._tickSymbols.push(g)})},e.prototype._renderAxisLabel=function(t,a,n,i){var o=this,s=n.getLabelModel();if(s.get("show")){var l=i.getData(),u=n.getViewLabels();this._tickLabels=[],A(u,function(f){var h=f.tickValue,v=l.getItemModel(h),c=v.getModel("label"),p=v.getModel(["emphasis","label"]),d=v.getModel(["progress","label"]),g=n.dataToCoord(f.tickValue),y=new S1({x:g,y:0,rotation:t.labelRotation-t.rotation,onclick:U(o._changeTimeline,o,h),silent:!1,style:O1(c,{text:f.formattedLabel,align:t.labelAlign,verticalAlign:t.labelBaseline})});y.ensureState("emphasis").style=O1(p),y.ensureState("progress").style=O1(d),a.add(y),Z4(y),Qp(y).dataIndex=h,o._tickLabels.push(y)})}},e.prototype._renderControl=function(t,a,n,i){var o=t.controlSize,s=t.rotation,l=i.getModel("controlStyle").getItemStyle(),u=i.getModel(["emphasis","controlStyle"]).getItemStyle(),f=i.getPlayState(),h=i.get("inverse",!0);v(t.nextBtnPosition,"next",U(this._changeTimeline,this,h?"-":"+")),v(t.prevBtnPosition,"prev",U(this._changeTimeline,this,h?"+":"-")),v(t.playPosition,f?"stop":"play",U(this._handlePlayClick,this,!f),!0);function v(c,p,d,g){if(c){var y=I3(f1(i.get(["controlStyle",p+"BtnSize"]),o),o),m=[0,-y/2,y,y],_=UY(i,p+"Icon",m,{x:c[0],y:c[1],originX:o/2,originY:0,rotation:g?-s:0,rectHover:!0,style:l,onclick:d});_.ensureState("emphasis").style=u,a.add(_),Z4(_)}}},e.prototype._renderCurrentPointer=function(t,a,n,i){var o=i.getData(),s=i.getCurrentIndex(),l=o.getItemModel(s).getModel("checkpointStyle"),u=this,f={onCreate:function(h){h.draggable=!0,h.drift=U(u._handlePointerDrag,u),h.ondragend=U(u._handlePointerDragend,u),ed(h,u._progressLine,s,n,i,!0)},onUpdate:function(h){ed(h,u._progressLine,s,n,i)}};this._currentPointer=td(l,l,this._mainGroup,{},this._currentPointer,f)},e.prototype._handlePlayClick=function(t){this._clearTimer(),this.api.dispatchAction({type:"timelinePlayChange",playState:t,from:this.uid})},e.prototype._handlePointerDrag=function(t,a,n){this._clearTimer(),this._pointerChangeTimeline([n.offsetX,n.offsetY])},e.prototype._handlePointerDragend=function(t){this._pointerChangeTimeline([t.offsetX,t.offsetY],!0)},e.prototype._pointerChangeTimeline=function(t,a){var n=this._toAxisCoord(t)[0],i=this._axis,o=Z2(i.getExtent().slice());n>o[1]&&(n=o[1]),n=0&&(o[i]=+o[i].toFixed(v)),[o,h]}var Sn={min:i1(K7,"min"),max:i1(K7,"max"),average:i1(K7,"average"),median:i1(K7,"median")};function b6(r,e){if(e){var t=r.getData(),a=r.coordinateSystem,n=a&&a.dimensions;if(!QY(e)&&!z(e.coord)&&z(n)){var i=qb(e,t,a,r);if(e=e1(e),e.type&&Sn[e.type]&&i.baseAxis&&i.valueAxis){var o=c1(n,i.baseAxis.dim),s=c1(n,i.valueAxis.dim),l=Sn[e.type](t,i.baseDataDim,i.valueDataDim,o,s);e.coord=l[0],e.value=l[1]}else e.coord=[e.xAxis!=null?e.xAxis:e.radiusAxis,e.yAxis!=null?e.yAxis:e.angleAxis]}if(e.coord==null||!z(n))e.coord=[];else for(var u=e.coord,f=0;f<2;f++)Sn[u[f]]&&(u[f]=Gl(t,t.mapDimension(n[f]),u[f]));return e}}function qb(r,e,t,a){var n={};return r.valueIndex!=null||r.valueDim!=null?(n.valueDataDim=r.valueIndex!=null?e.getDimension(r.valueIndex):r.valueDim,n.valueAxis=t.getAxis(tZ(a,n.valueDataDim)),n.baseAxis=t.getOtherAxis(n.valueAxis),n.baseDataDim=e.mapDimension(n.baseAxis.dim)):(n.baseAxis=a.getBaseAxis(),n.valueAxis=t.getOtherAxis(n.baseAxis),n.baseDataDim=e.mapDimension(n.baseAxis.dim),n.valueDataDim=e.mapDimension(n.valueAxis.dim)),n}function tZ(r,e){var t=r.getData().getDimensionInfo(e);return t&&t.coordDim}function w6(r,e){return r&&r.containData&&e.coord&&!po(e)?r.containData(e.coord):!0}function eZ(r,e,t){return r&&r.containZone&&e.coord&&t.coord&&!po(e)&&!po(t)?r.containZone(e.coord,t.coord):!0}function Kb(r,e){return r?function(t,a,n,i){var o=i<2?t.coord&&t.coord[i]:t.value;return K4(o,e[i])}:function(t,a,n,i){return K4(t.value,e[i])}}function Gl(r,e,t){if(t==="average"){var a=0,n=0;return r.each(e,function(i,o){isNaN(i)||(a+=i,n++)}),a/n}else return t==="median"?r.getMedian(e):r.getDataExtent(e)[t==="max"?1:0]}var xn=C1(),rZ=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type=e.type,t}return e.prototype.init=function(){this.markerGroupMap=X()},e.prototype.render=function(t,a,n){var i=this,o=this.markerGroupMap;o.each(function(s){xn(s).keep=!1}),a.eachSeries(function(s){var l=i9.getMarkerModelFromSeries(s,i.type);l&&i.renderSeries(s,l,a,n)}),o.each(function(s){!xn(s).keep&&i.group.remove(s.group)})},e.prototype.markKeep=function(t){xn(t).keep=!0},e.prototype.toggleBlurSeries=function(t,a){var n=this;A(t,function(i){var o=i9.getMarkerModelFromSeries(i,n.type);if(o){var s=o.getData();s.eachItemGraphicEl(function(l){l&&(a?_y(l):qo(l))})}})},e.type="marker",e}(z1);const Fl=rZ;function ad(r,e,t){var a=e.coordinateSystem;r.each(function(n){var i=r.getItemModel(n),o,s=H(i.get("x"),t.getWidth()),l=H(i.get("y"),t.getHeight());if(!isNaN(s)&&!isNaN(l))o=[s,l];else if(e.getMarkerPosition)o=e.getMarkerPosition(r.getValues(r.dimensions,n));else if(a){var u=r.get(a.dimensions[0],n),f=r.get(a.dimensions[1],n);o=a.dataToPoint([u,f])}isNaN(s)||(o[0]=s),isNaN(l)||(o[1]=l),r.setItemLayout(n,o)})}var aZ=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type=e.type,t}return e.prototype.updateTransform=function(t,a,n){a.eachSeries(function(i){var o=i9.getMarkerModelFromSeries(i,"markPoint");o&&(ad(o.getData(),i,n),this.markerGroupMap.get(i.id).updateLayout())},this)},e.prototype.renderSeries=function(t,a,n,i){var o=t.coordinateSystem,s=t.id,l=t.getData(),u=this.markerGroupMap,f=u.get(s)||u.set(s,new W6),h=nZ(o,t,a);a.setData(h),ad(a.getData(),t,i),h.each(function(v){var c=h.getItemModel(v),p=c.getShallow("symbol"),d=c.getShallow("symbolSize"),g=c.getShallow("symbolRotate"),y=c.getShallow("symbolOffset"),m=c.getShallow("symbolKeepAspect");if(K(p)||K(d)||K(g)||K(y)){var _=a.getRawValue(v),S=a.getDataParams(v);K(p)&&(p=p(_,S)),K(d)&&(d=d(_,S)),K(g)&&(g=g(_,S)),K(y)&&(y=y(_,S))}var b=c.getModel("itemStyle").getItemStyle(),x=V6(l,"color");b.fill||(b.fill=x),h.setItemVisual(v,{symbol:p,symbolSize:d,symbolRotate:g,symbolOffset:y,symbolKeepAspect:m,style:b})}),f.updateData(h),this.group.add(f.group),h.eachItemGraphicEl(function(v){v.traverse(function(c){n1(c).dataModel=a})}),this.markKeep(f),f.group.silent=a.get("silent")||t.get("silent")},e.type="markPoint",e}(Fl);function nZ(r,e,t){var a;r?a=G(r&&r.dimensions,function(s){var l=e.getData().getDimensionInfo(e.getData().mapDimension(s))||{};return B(B({},l),{name:s,ordinalMeta:null})}):a=[{name:"value",type:"float"}];var n=new S2(a,t),i=G(t.get("data"),i1(b6,e));r&&(i=I1(i,i1(w6,r)));var o=Kb(!!r,a);return n.initData(i,null,o),n}const iZ=aZ;function oZ(r){r.registerComponentModel(JY),r.registerComponentView(iZ),r.registerPreprocessor(function(e){zl(e.series,"markPoint")&&(e.markPoint=e.markPoint||{})})}var sZ=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type=e.type,t}return e.prototype.createMarkerModelFromSeries=function(t,a,n){return new e(t,a,n)},e.type="markLine",e.defaultOption={z:5,symbol:["circle","arrow"],symbolSize:[8,16],symbolOffset:0,precision:2,tooltip:{trigger:"item"},label:{show:!0,position:"end",distance:5},lineStyle:{type:"dashed"},emphasis:{label:{show:!0},lineStyle:{width:3}},animationEasing:"linear"},e}(i9);const lZ=sZ;var j7=C1(),uZ=function(r,e,t,a){var n=r.getData(),i;if(z(a))i=a;else{var o=a.type;if(o==="min"||o==="max"||o==="average"||o==="median"||a.xAxis!=null||a.yAxis!=null){var s=void 0,l=void 0;if(a.yAxis!=null||a.xAxis!=null)s=e.getAxis(a.yAxis!=null?"y":"x"),l=e2(a.yAxis,a.xAxis);else{var u=qb(a,n,e,r);s=u.valueAxis;var f=Os(n,u.valueDataDim);l=Gl(n,f,o)}var h=s.dim==="x"?0:1,v=1-h,c=e1(a),p={coord:[]};c.type=null,c.coord=[],c.coord[v]=-1/0,p.coord[v]=1/0;var d=t.get("precision");d>=0&&T1(l)&&(l=+l.toFixed(Math.min(d,20))),c.coord[h]=p.coord[h]=l,i=[c,p,{type:o,valueIndex:a.valueIndex,value:l}]}else i=[]}var g=[b6(r,i[0]),b6(r,i[1]),B({},i[2])];return g[2].type=g[2].type||null,o1(g[2],g[0]),o1(g[2],g[1]),g};function he(r){return!isNaN(r)&&!isFinite(r)}function nd(r,e,t,a){var n=1-r,i=a.dimensions[r];return he(e[n])&&he(t[n])&&e[r]===t[r]&&a.getAxis(i).containData(e[r])}function fZ(r,e){if(r.type==="cartesian2d"){var t=e[0].coord,a=e[1].coord;if(t&&a&&(nd(1,t,a,r)||nd(0,t,a,r)))return!0}return w6(r,e[0])&&w6(r,e[1])}function bn(r,e,t,a,n){var i=a.coordinateSystem,o=r.getItemModel(e),s,l=H(o.get("x"),n.getWidth()),u=H(o.get("y"),n.getHeight());if(!isNaN(l)&&!isNaN(u))s=[l,u];else{if(a.getMarkerPosition)s=a.getMarkerPosition(r.getValues(r.dimensions,e));else{var f=i.dimensions,h=r.get(f[0],e),v=r.get(f[1],e);s=i.dataToPoint([h,v])}if(S5(i,"cartesian2d")){var c=i.getAxis("x"),p=i.getAxis("y"),f=i.dimensions;he(r.get(f[0],e))?s[0]=c.toGlobalCoord(c.getExtent()[t?0:1]):he(r.get(f[1],e))&&(s[1]=p.toGlobalCoord(p.getExtent()[t?0:1]))}isNaN(l)||(s[0]=l),isNaN(u)||(s[1]=u)}r.setItemLayout(e,s)}var hZ=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type=e.type,t}return e.prototype.updateTransform=function(t,a,n){a.eachSeries(function(i){var o=i9.getMarkerModelFromSeries(i,"markLine");if(o){var s=o.getData(),l=j7(o).from,u=j7(o).to;l.each(function(f){bn(l,f,!0,i,n),bn(u,f,!1,i,n)}),s.each(function(f){s.setItemLayout(f,[l.getItemLayout(f),u.getItemLayout(f)])}),this.markerGroupMap.get(i.id).updateLayout()}},this)},e.prototype.renderSeries=function(t,a,n,i){var o=t.coordinateSystem,s=t.id,l=t.getData(),u=this.markerGroupMap,f=u.get(s)||u.set(s,new fl);this.group.add(f.group);var h=vZ(o,t,a),v=h.from,c=h.to,p=h.line;j7(a).from=v,j7(a).to=c,a.setData(p);var d=a.get("symbol"),g=a.get("symbolSize"),y=a.get("symbolRotate"),m=a.get("symbolOffset");z(d)||(d=[d,d]),z(g)||(g=[g,g]),z(y)||(y=[y,y]),z(m)||(m=[m,m]),h.from.each(function(S){_(v,S,!0),_(c,S,!1)}),p.each(function(S){var b=p.getItemModel(S).getModel("lineStyle").getLineStyle();p.setItemLayout(S,[v.getItemLayout(S),c.getItemLayout(S)]),b.stroke==null&&(b.stroke=v.getItemVisual(S,"style").fill),p.setItemVisual(S,{fromSymbolKeepAspect:v.getItemVisual(S,"symbolKeepAspect"),fromSymbolOffset:v.getItemVisual(S,"symbolOffset"),fromSymbolRotate:v.getItemVisual(S,"symbolRotate"),fromSymbolSize:v.getItemVisual(S,"symbolSize"),fromSymbol:v.getItemVisual(S,"symbol"),toSymbolKeepAspect:c.getItemVisual(S,"symbolKeepAspect"),toSymbolOffset:c.getItemVisual(S,"symbolOffset"),toSymbolRotate:c.getItemVisual(S,"symbolRotate"),toSymbolSize:c.getItemVisual(S,"symbolSize"),toSymbol:c.getItemVisual(S,"symbol"),style:b})}),f.updateData(p),h.line.eachItemGraphicEl(function(S){n1(S).dataModel=a,S.traverse(function(b){n1(b).dataModel=a})});function _(S,b,x){var w=S.getItemModel(b);bn(S,b,x,t,i);var T=w.getModel("itemStyle").getItemStyle();T.fill==null&&(T.fill=V6(l,"color")),S.setItemVisual(b,{symbolKeepAspect:w.get("symbolKeepAspect"),symbolOffset:f1(w.get("symbolOffset",!0),m[x?0:1]),symbolRotate:f1(w.get("symbolRotate",!0),y[x?0:1]),symbolSize:f1(w.get("symbolSize"),g[x?0:1]),symbol:f1(w.get("symbol",!0),d[x?0:1]),style:T})}this.markKeep(f),f.group.silent=a.get("silent")||t.get("silent")},e.type="markLine",e}(Fl);function vZ(r,e,t){var a;r?a=G(r&&r.dimensions,function(u){var f=e.getData().getDimensionInfo(e.getData().mapDimension(u))||{};return B(B({},f),{name:u,ordinalMeta:null})}):a=[{name:"value",type:"float"}];var n=new S2(a,t),i=new S2(a,t),o=new S2([],t),s=G(t.get("data"),i1(uZ,e,r,t));r&&(s=I1(s,i1(fZ,r)));var l=Kb(!!r,a);return n.initData(G(s,function(u){return u[0]}),null,l),i.initData(G(s,function(u){return u[1]}),null,l),o.initData(G(s,function(u){return u[2]})),o.hasItemOption=!0,{from:n,to:i,line:o}}const cZ=hZ;function pZ(r){r.registerComponentModel(lZ),r.registerComponentView(cZ),r.registerPreprocessor(function(e){zl(e.series,"markLine")&&(e.markLine=e.markLine||{})})}var dZ=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type=e.type,t}return e.prototype.createMarkerModelFromSeries=function(t,a,n){return new e(t,a,n)},e.type="markArea",e.defaultOption={z:1,tooltip:{trigger:"item"},animation:!1,label:{show:!0,position:"top"},itemStyle:{borderWidth:0},emphasis:{label:{show:!0,position:"top"}}},e}(i9);const gZ=dZ;var J7=C1(),yZ=function(r,e,t,a){var n=a[0],i=a[1];if(!(!n||!i)){var o=b6(r,n),s=b6(r,i),l=o.coord,u=s.coord;l[0]=e2(l[0],-1/0),l[1]=e2(l[1],-1/0),u[0]=e2(u[0],1/0),u[1]=e2(u[1],1/0);var f=Se([{},o,s]);return f.coord=[o.coord,s.coord],f.x0=o.x,f.y0=o.y,f.x1=s.x,f.y1=s.y,f}};function ve(r){return!isNaN(r)&&!isFinite(r)}function id(r,e,t,a){var n=1-r;return ve(e[n])&&ve(t[n])}function mZ(r,e){var t=e.coord[0],a=e.coord[1],n={coord:t,x:e.x0,y:e.y0},i={coord:a,x:e.x1,y:e.y1};return S5(r,"cartesian2d")?t&&a&&(id(1,t,a)||id(0,t,a))?!0:eZ(r,n,i):w6(r,n)||w6(r,i)}function od(r,e,t,a,n){var i=a.coordinateSystem,o=r.getItemModel(e),s,l=H(o.get(t[0]),n.getWidth()),u=H(o.get(t[1]),n.getHeight());if(!isNaN(l)&&!isNaN(u))s=[l,u];else{if(a.getMarkerPosition){var f=r.getValues(["x0","y0"],e),h=r.getValues(["x1","y1"],e),v=i.clampData(f),c=i.clampData(h),p=[];t[0]==="x0"?p[0]=v[0]>c[0]?h[0]:f[0]:p[0]=v[0]>c[0]?f[0]:h[0],t[1]==="y0"?p[1]=v[1]>c[1]?h[1]:f[1]:p[1]=v[1]>c[1]?f[1]:h[1],s=a.getMarkerPosition(p,t,!0)}else{var d=r.get(t[0],e),g=r.get(t[1],e),y=[d,g];i.clampData&&i.clampData(y,y),s=i.dataToPoint(y,!0)}if(S5(i,"cartesian2d")){var m=i.getAxis("x"),_=i.getAxis("y"),d=r.get(t[0],e),g=r.get(t[1],e);ve(d)?s[0]=m.toGlobalCoord(m.getExtent()[t[0]==="x0"?0:1]):ve(g)&&(s[1]=_.toGlobalCoord(_.getExtent()[t[1]==="y0"?0:1]))}isNaN(l)||(s[0]=l),isNaN(u)||(s[1]=u)}return s}var sd=[["x0","y0"],["x1","y0"],["x1","y1"],["x0","y1"]],_Z=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type=e.type,t}return e.prototype.updateTransform=function(t,a,n){a.eachSeries(function(i){var o=i9.getMarkerModelFromSeries(i,"markArea");if(o){var s=o.getData();s.each(function(l){var u=G(sd,function(h){return od(s,l,h,i,n)});s.setItemLayout(l,u);var f=s.getItemGraphicEl(l);f.setShape("points",u)})}},this)},e.prototype.renderSeries=function(t,a,n,i){var o=t.coordinateSystem,s=t.id,l=t.getData(),u=this.markerGroupMap,f=u.get(s)||u.set(s,{group:new r1});this.group.add(f.group),this.markKeep(f);var h=SZ(o,t,a);a.setData(h),h.each(function(v){var c=G(sd,function(T){return od(h,v,T,t,i)}),p=o.getAxis("x").scale,d=o.getAxis("y").scale,g=p.getExtent(),y=d.getExtent(),m=[p.parse(h.get("x0",v)),p.parse(h.get("x1",v))],_=[d.parse(h.get("y0",v)),d.parse(h.get("y1",v))];Z2(m),Z2(_);var S=!(g[0]>m[1]||g[1]_[1]||y[1]<_[0]),b=!S;h.setItemLayout(v,{points:c,allClipped:b});var x=h.getItemModel(v).getModel("itemStyle").getItemStyle(),w=V6(l,"color");x.fill||(x.fill=w,$(x.fill)&&(x.fill=K8(x.fill,.4))),x.stroke||(x.stroke=w),h.setItemVisual(v,"style",x)}),h.diff(J7(f).data).add(function(v){var c=h.getItemLayout(v);if(!c.allClipped){var p=new I2({shape:{points:c.points}});h.setItemGraphicEl(v,p),f.group.add(p)}}).update(function(v,c){var p=J7(f).data.getItemGraphicEl(c),d=h.getItemLayout(v);d.allClipped?p&&f.group.remove(p):(p?A1(p,{shape:{points:d.points}},a,v):p=new I2({shape:{points:d.points}}),h.setItemGraphicEl(v,p),f.group.add(p))}).remove(function(v){var c=J7(f).data.getItemGraphicEl(v);f.group.remove(c)}).execute(),h.eachItemGraphicEl(function(v,c){var p=h.getItemModel(c),d=h.getItemVisual(c,"style");v.useStyle(h.getItemVisual(c,"style")),c2(v,n2(p),{labelFetcher:a,labelDataIndex:c,defaultText:h.getName(c)||"",inheritColor:$(d.fill)?K8(d.fill,1):"#000"}),v2(v,p),W1(v,null,null,p.get(["emphasis","disabled"])),n1(v).dataModel=a}),J7(f).data=h,f.group.silent=a.get("silent")||t.get("silent")},e.type="markArea",e}(Fl);function SZ(r,e,t){var a,n,i=["x0","y0","x1","y1"];if(r){var o=G(r&&r.dimensions,function(u){var f=e.getData(),h=f.getDimensionInfo(f.mapDimension(u))||{};return B(B({},h),{name:u,ordinalMeta:null})});n=G(i,function(u,f){return{name:u,type:o[f%2].type}}),a=new S2(n,t)}else n=[{name:"value",type:"float"}],a=new S2(n,t);var s=G(t.get("data"),i1(yZ,e,r,t));r&&(s=I1(s,i1(mZ,r)));var l=r?function(u,f,h,v){var c=u.coord[Math.floor(v/2)][v%2];return K4(c,n[v])}:function(u,f,h,v){return K4(u.value,n[v])};return a.initData(s,null,l),a.hasItemOption=!0,a}const xZ=_Z;function bZ(r){r.registerComponentModel(gZ),r.registerComponentView(xZ),r.registerPreprocessor(function(e){zl(e.series,"markArea")&&(e.markArea=e.markArea||{})})}var wZ=function(r,e){if(e==="all")return{type:"all",title:r.getLocaleModel().get(["legend","selector","all"])};if(e==="inverse")return{type:"inverse",title:r.getLocaleModel().get(["legend","selector","inverse"])}},TZ=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type=e.type,t.layoutMode={type:"box",ignoreSize:!0},t}return e.prototype.init=function(t,a,n){this.mergeDefaultAndTheme(t,n),t.selected=t.selected||{},this._updateSelector(t)},e.prototype.mergeOption=function(t,a){r.prototype.mergeOption.call(this,t,a),this._updateSelector(t)},e.prototype._updateSelector=function(t){var a=t.selector,n=this.ecModel;a===!0&&(a=t.selector=["all","inverse"]),z(a)&&A(a,function(i,o){$(i)&&(i={type:i}),a[o]=o1(i,wZ(n,i.type))})},e.prototype.optionUpdated=function(){this._updateData(this.ecModel);var t=this._data;if(t[0]&&this.get("selectedMode")==="single"){for(var a=!1,n=0;n=0},e.prototype.getOrient=function(){return this.get("orient")==="vertical"?{index:1,name:"vertical"}:{index:0,name:"horizontal"}},e.type="legend.plain",e.dependencies=["series"],e.defaultOption={z:4,show:!0,orient:"horizontal",left:"center",top:0,align:"auto",backgroundColor:"rgba(0,0,0,0)",borderColor:"#ccc",borderRadius:0,borderWidth:0,padding:5,itemGap:10,itemWidth:25,itemHeight:14,symbolRotate:"inherit",symbolKeepAspect:!0,inactiveColor:"#ccc",inactiveBorderColor:"#ccc",inactiveBorderWidth:"auto",itemStyle:{color:"inherit",opacity:"inherit",borderColor:"inherit",borderWidth:"auto",borderCap:"inherit",borderJoin:"inherit",borderDashOffset:"inherit",borderMiterLimit:"inherit"},lineStyle:{width:"auto",color:"inherit",inactiveColor:"#ccc",inactiveWidth:2,opacity:"inherit",type:"inherit",cap:"inherit",join:"inherit",dashOffset:"inherit",miterLimit:"inherit"},textStyle:{color:"#333"},selectedMode:!0,selector:!1,selectorLabel:{show:!0,borderRadius:10,padding:[3,5,3,5],fontSize:12,fontFamily:"sans-serif",color:"#666",borderWidth:1,borderColor:"#666"},emphasis:{selectorLabel:{show:!0,color:"#eee",backgroundColor:"#666"}},selectorPosition:"auto",selectorItemGap:7,selectorButtonGap:10,tooltip:{show:!1}},e}(_1);const go=TZ;var G5=i1,yo=A,Q7=r1,CZ=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type=e.type,t.newlineDisabled=!1,t}return e.prototype.init=function(){this.group.add(this._contentGroup=new Q7),this.group.add(this._selectorGroup=new Q7),this._isFirstRender=!0},e.prototype.getContentGroup=function(){return this._contentGroup},e.prototype.getSelectorGroup=function(){return this._selectorGroup},e.prototype.render=function(t,a,n){var i=this._isFirstRender;if(this._isFirstRender=!1,this.resetInner(),!!t.get("show",!0)){var o=t.get("align"),s=t.get("orient");(!o||o==="auto")&&(o=t.get("left")==="right"&&s==="vertical"?"right":"left");var l=t.get("selector",!0),u=t.get("selectorPosition",!0);l&&(!u||u==="auto")&&(u=s==="horizontal"?"end":"start"),this.renderInner(o,t,a,n,l,s,u);var f=t.getBoxLayoutParams(),h={width:n.getWidth(),height:n.getHeight()},v=t.get("padding"),c=J1(f,h,v),p=this.layoutInner(t,o,c,i,l,u),d=J1(j({width:p.width,height:p.height},f),h,v);this.group.x=d.x-p.x,this.group.y=d.y-p.y,this.group.markRedraw(),this.group.add(this._backgroundEl=Vb(p,t))}},e.prototype.resetInner=function(){this.getContentGroup().removeAll(),this._backgroundEl&&this.group.remove(this._backgroundEl),this.getSelectorGroup().removeAll()},e.prototype.renderInner=function(t,a,n,i,o,s,l){var u=this.getContentGroup(),f=X(),h=a.get("selectedMode"),v=[];n.eachRawSeries(function(c){!c.get("legendHoverLink")&&v.push(c.id)}),yo(a.getData(),function(c,p){var d=c.get("name");if(!this.newlineDisabled&&(d===""||d===` -`)){var g=new Q7;g.newline=!0,u.add(g);return}var y=n.getSeriesByName(d)[0];if(!f.get(d))if(y){var m=y.getData(),_=m.getVisual("legendLineStyle")||{},S=m.getVisual("legendIcon"),b=m.getVisual("style"),x=this._createItem(y,d,p,c,a,t,_,b,S,h,i);x.on("click",G5(ld,d,null,i,v)).on("mouseover",G5(mo,y.name,null,i,v)).on("mouseout",G5(_o,y.name,null,i,v)),f.set(d,!0)}else n.eachRawSeries(function(w){if(!f.get(d)&&w.legendVisualProvider){var T=w.legendVisualProvider;if(!T.containName(d))return;var C=T.indexOfName(d),M=T.getItemVisual(C,"style"),D=T.getItemVisual(C,"legendIcon"),L=M2(M.fill);L&&L[3]===0&&(L[3]=.2,M=B(B({},M),{fill:A3(L,"rgba")}));var I=this._createItem(w,d,p,c,a,t,{},M,D,h,i);I.on("click",G5(ld,null,d,i,v)).on("mouseover",G5(mo,null,d,i,v)).on("mouseout",G5(_o,null,d,i,v)),f.set(d,!0)}},this)},this),o&&this._createSelector(o,a,i,s,l)},e.prototype._createSelector=function(t,a,n,i,o){var s=this.getSelectorGroup();yo(t,function(u){var f=u.type,h=new S1({style:{x:0,y:0,align:"center",verticalAlign:"middle"},onclick:function(){n.dispatchAction({type:f==="all"?"legendAllSelect":"legendInverseSelect"})}});s.add(h);var v=a.getModel("selectorLabel"),c=a.getModel(["emphasis","selectorLabel"]);c2(h,{normal:v,emphasis:c},{defaultText:u.title}),Z4(h)})},e.prototype._createItem=function(t,a,n,i,o,s,l,u,f,h,v){var c=t.visualDrawType,p=o.get("itemWidth"),d=o.get("itemHeight"),g=o.isSelected(a),y=i.get("symbolRotate"),m=i.get("symbolKeepAspect"),_=i.get("icon");f=_||f||"roundRect";var S=AZ(f,i,l,u,c,g,v),b=new Q7,x=i.getModel("textStyle");if(K(t.getLegendIcon)&&(!_||_==="inherit"))b.add(t.getLegendIcon({itemWidth:p,itemHeight:d,icon:f,iconRotate:y,itemStyle:S.itemStyle,lineStyle:S.lineStyle,symbolKeepAspect:m}));else{var w=_==="inherit"&&t.getData().getVisual("symbol")?y==="inherit"?t.getData().getVisual("symbolRotate"):y:0;b.add(MZ({itemWidth:p,itemHeight:d,icon:f,iconRotate:w,itemStyle:S.itemStyle,lineStyle:S.lineStyle,symbolKeepAspect:m}))}var T=s==="left"?p+5:-5,C=s,M=o.get("formatter"),D=a;$(M)&&M?D=M.replace("{name}",a??""):K(M)&&(D=M(a));var L=i.get("inactiveColor");b.add(new S1({style:O1(x,{text:D,x:T,y:d/2,fill:g?x.getTextColor():L,align:C,verticalAlign:"middle"})}));var I=new x1({shape:b.getBoundingRect(),invisible:!0}),P=i.getModel("tooltip");return P.get("show")&&A0({el:I,componentModel:o,itemName:a,itemTooltipOption:P.option}),b.add(I),b.eachChild(function(R){R.silent=!0}),I.silent=!h,this.getContentGroup().add(b),Z4(b),b.__legendDataIndex=n,b},e.prototype.layoutInner=function(t,a,n,i,o,s){var l=this.getContentGroup(),u=this.getSelectorGroup();a5(t.get("orient"),l,t.get("itemGap"),n.width,n.height);var f=l.getBoundingRect(),h=[-f.x,-f.y];if(u.markRedraw(),l.markRedraw(),o){a5("horizontal",u,t.get("selectorItemGap",!0));var v=u.getBoundingRect(),c=[-v.x,-v.y],p=t.get("selectorButtonGap",!0),d=t.getOrient().index,g=d===0?"width":"height",y=d===0?"height":"width",m=d===0?"y":"x";s==="end"?c[d]+=f[g]+p:h[d]+=v[g]+p,c[1-d]+=f[y]/2-v[y]/2,u.x=c[0],u.y=c[1],l.x=h[0],l.y=h[1];var _={x:0,y:0};return _[g]=f[g]+p+v[g],_[y]=Math.max(f[y],v[y]),_[m]=Math.min(0,v[m]+c[1-d]),_}else return l.x=h[0],l.y=h[1],this.group.getBoundingRect()},e.prototype.remove=function(){this.getContentGroup().removeAll(),this._isFirstRender=!0},e.type="legend.plain",e}(z1);function AZ(r,e,t,a,n,i,o){function s(g,y){g.lineWidth==="auto"&&(g.lineWidth=y.lineWidth>0?2:0),yo(g,function(m,_){g[_]==="inherit"&&(g[_]=y[_])})}var l=e.getModel("itemStyle"),u=l.getItemStyle(),f=r.lastIndexOf("empty",0)===0?"fill":"stroke",h=l.getShallow("decal");u.decal=!h||h==="inherit"?a.decal:p0(h,o),u.fill==="inherit"&&(u.fill=a[n]),u.stroke==="inherit"&&(u.stroke=a[f]),u.opacity==="inherit"&&(u.opacity=(n==="fill"?a:t).opacity),s(u,a);var v=e.getModel("lineStyle"),c=v.getLineStyle();if(s(c,t),u.fill==="auto"&&(u.fill=a.fill),u.stroke==="auto"&&(u.stroke=a.fill),c.stroke==="auto"&&(c.stroke=a.fill),!i){var p=e.get("inactiveBorderWidth"),d=u[f];u.lineWidth=p==="auto"?a.lineWidth>0&&d?2:0:u.lineWidth,u.fill=e.get("inactiveColor"),u.stroke=e.get("inactiveBorderColor"),c.stroke=v.get("inactiveColor"),c.lineWidth=v.get("inactiveWidth")}return{itemStyle:u,lineStyle:c}}function MZ(r){var e=r.icon||"roundRect",t=X1(e,0,0,r.itemWidth,r.itemHeight,r.itemStyle.fill,r.symbolKeepAspect);return t.setStyle(r.itemStyle),t.rotation=(r.iconRotate||0)*Math.PI/180,t.setOrigin([r.itemWidth/2,r.itemHeight/2]),e.indexOf("empty")>-1&&(t.style.stroke=t.style.fill,t.style.fill="#fff",t.style.lineWidth=2),t}function ld(r,e,t,a){_o(r,e,t,a),t.dispatchAction({type:"legendToggleSelect",name:r??e}),mo(r,e,t,a)}function jb(r){for(var e=r.getZr().storage.getDisplayList(),t,a=0,n=e.length;an[o],g=[-c.x,-c.y];a||(g[i]=f[u]);var y=[0,0],m=[-p.x,-p.y],_=f1(t.get("pageButtonGap",!0),t.get("itemGap",!0));if(d){var S=t.get("pageButtonPosition",!0);S==="end"?m[i]+=n[o]-p[o]:y[i]+=p[o]+_}m[1-i]+=c[s]/2-p[s]/2,f.setPosition(g),h.setPosition(y),v.setPosition(m);var b={x:0,y:0};if(b[o]=d?n[o]:c[o],b[s]=Math.max(c[s],p[s]),b[l]=Math.min(0,p[l]+m[1-i]),h.__rectSize=n[o],d){var x={x:0,y:0};x[o]=Math.max(n[o]-p[o]-_,0),x[s]=b[s],h.setClipPath(new x1({shape:x})),h.__rectSize=x[o]}else v.eachChild(function(T){T.attr({invisible:!0,silent:!0})});var w=this._getPageInfo(t);return w.pageIndex!=null&&A1(f,{x:w.contentPosition[0],y:w.contentPosition[1]},d?t:null),this._updatePageInfoView(t,w),b},e.prototype._pageGo=function(t,a,n){var i=this._getPageInfo(a)[t];i!=null&&n.dispatchAction({type:"legendScroll",scrollDataIndex:i,legendId:a.id})},e.prototype._updatePageInfoView=function(t,a){var n=this._controllerGroup;A(["pagePrev","pageNext"],function(f){var h=f+"DataIndex",v=a[h]!=null,c=n.childOfName(f);c&&(c.setStyle("fill",v?t.get("pageIconColor",!0):t.get("pageIconInactiveColor",!0)),c.cursor=v?"pointer":"default")});var i=n.childOfName("pageText"),o=t.get("pageFormatter"),s=a.pageIndex,l=s!=null?s+1:0,u=a.pageCount;i&&o&&i.setStyle("text",$(o)?o.replace("{current}",l==null?"":l+"").replace("{total}",u==null?"":u+""):o({current:l,total:u}))},e.prototype._getPageInfo=function(t){var a=t.get("scrollDataIndex",!0),n=this.getContentGroup(),i=this._containerGroup.__rectSize,o=t.getOrient().index,s=wn[o],l=Tn[o],u=this._findTargetItemIndex(a),f=n.children(),h=f[u],v=f.length,c=v?1:0,p={contentPosition:[n.x,n.y],pageCount:c,pageIndex:c-1,pagePrevDataIndex:null,pageNextDataIndex:null};if(!h)return p;var d=S(h);p.contentPosition[o]=-d.s;for(var g=u+1,y=d,m=d,_=null;g<=v;++g)_=S(f[g]),(!_&&m.e>y.s+i||_&&!b(_,y.s))&&(m.i>y.i?y=m:y=_,y&&(p.pageNextDataIndex==null&&(p.pageNextDataIndex=y.i),++p.pageCount)),m=_;for(var g=u-1,y=d,m=d,_=null;g>=-1;--g)_=S(f[g]),(!_||!b(m,_.s))&&y.i=w&&x.s<=w+i}},e.prototype._findTargetItemIndex=function(t){if(!this._showController)return 0;var a,n=this.getContentGroup(),i;return n.eachChild(function(o,s){var l=o.__legendDataIndex;i==null&&l!=null&&(i=s),l===t&&(a=s)}),a??i},e.type="legend.scroll",e}(Jb);const EZ=RZ;function kZ(r){r.registerAction("legendScroll","legendscroll",function(e,t){var a=e.scrollDataIndex;a!=null&&t.eachComponent({mainType:"legend",subType:"scroll",query:e},function(n){n.setScrollDataIndex(a)})})}function OZ(r){h1(Qb),r.registerComponentModel(PZ),r.registerComponentView(EZ),kZ(r)}function NZ(r){h1(Qb),h1(OZ)}var BZ=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type=e.type,t}return e.type="dataZoom.inside",e.defaultOption=u9(x6.defaultOption,{disabled:!1,zoomLock:!1,zoomOnMouseWheel:!0,moveOnMouseMove:!0,moveOnMouseWheel:!1,preventDefaultMouseMove:!0}),e}(x6);const VZ=BZ;var Hl=C1();function zZ(r,e,t){Hl(r).coordSysRecordMap.each(function(a){var n=a.dataZoomInfoMap.get(e.uid);n&&(n.getRange=t)})}function GZ(r,e){for(var t=Hl(r).coordSysRecordMap,a=t.keys(),n=0;na[t+e]&&(e=s),n=n&&o.get("preventDefaultMouseMove",!0)}),{controlType:e,opt:{zoomOnMouseWheel:!0,moveOnMouseMove:!0,moveOnMouseWheel:!0,preventDefaultMouseMove:!!n}}}function UZ(r){r.registerProcessor(r.PRIORITY.PROCESSOR.FILTER,function(e,t){var a=Hl(t),n=a.coordSysRecordMap||(a.coordSysRecordMap=X());n.each(function(i){i.dataZoomInfoMap=null}),e.eachComponent({mainType:"dataZoom",subType:"inside"},function(i){var o=Ob(i);A(o.infoList,function(s){var l=s.model.uid,u=n.get(l)||n.set(l,FZ(t,s.model)),f=u.dataZoomInfoMap||(u.dataZoomInfoMap=X());f.set(i.uid,{dzReferCoordSysInfo:s,model:i,getRange:null})})}),n.each(function(i){var o=i.controller,s,l=i.dataZoomInfoMap;if(l){var u=l.keys()[0];u!=null&&(s=l.get(u))}if(!s){tw(n,i);return}var f=$Z(l);o.enable(f.controlType,f.opt),o.setPointerChecker(i.containsPoint),k0(i,"dispatchAction",s.model.get("throttle",!0),"fixRate")})})}var YZ=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type="dataZoom.inside",t}return e.prototype.render=function(t,a,n){if(r.prototype.render.apply(this,arguments),t.noTarget()){this._clear();return}this.range=t.getPercentRange(),zZ(n,t,{pan:U(Cn.pan,this),zoom:U(Cn.zoom,this),scrollMove:U(Cn.scrollMove,this)})},e.prototype.dispose=function(){this._clear(),r.prototype.dispose.apply(this,arguments)},e.prototype._clear=function(){GZ(this.api,this.dataZoomModel),this.range=null},e.type="dataZoom.inside",e}(El),Cn={zoom:function(r,e,t,a){var n=this.range,i=n.slice(),o=r.axisModels[0];if(o){var s=An[e](null,[a.originX,a.originY],o,t,r),l=(s.signal>0?s.pixelStart+s.pixelLength-s.pixel:s.pixel-s.pixelStart)/s.pixelLength*(i[1]-i[0])+i[0],u=Math.max(1/a.scale,0);i[0]=(i[0]-l)*u+l,i[1]=(i[1]-l)*u+l;var f=this.dataZoomModel.findRepresentativeAxisProxy().getMinMaxSpan();if(b5(0,i,[0,100],0,f.minSpan,f.maxSpan),this.range=i,n[0]!==i[0]||n[1]!==i[1])return i}},pan:hd(function(r,e,t,a,n,i){var o=An[a]([i.oldX,i.oldY],[i.newX,i.newY],e,n,t);return o.signal*(r[1]-r[0])*o.pixel/o.pixelLength}),scrollMove:hd(function(r,e,t,a,n,i){var o=An[a]([0,0],[i.scrollDelta,i.scrollDelta],e,n,t);return o.signal*(r[1]-r[0])*i.scrollDelta})};function hd(r){return function(e,t,a,n){var i=this.range,o=i.slice(),s=e.axisModels[0];if(s){var l=r(o,s,e,t,a,n);if(b5(l,o,[0,100],"all"),this.range=o,i[0]!==o[0]||i[1]!==o[1])return o}}}var An={grid:function(r,e,t,a,n){var i=t.axis,o={},s=n.model.coordinateSystem.getRect();return r=r||[0,0],i.dim==="x"?(o.pixel=e[0]-r[0],o.pixelLength=s.width,o.pixelStart=s.x,o.signal=i.inverse?1:-1):(o.pixel=e[1]-r[1],o.pixelLength=s.height,o.pixelStart=s.y,o.signal=i.inverse?-1:1),o},polar:function(r,e,t,a,n){var i=t.axis,o={},s=n.model.coordinateSystem,l=s.getRadiusAxis().getExtent(),u=s.getAngleAxis().getExtent();return r=r?s.pointToCoord(r):[0,0],e=s.pointToCoord(e),t.mainType==="radiusAxis"?(o.pixel=e[0]-r[0],o.pixelLength=l[1]-l[0],o.pixelStart=l[0],o.signal=i.inverse?1:-1):(o.pixel=e[1]-r[1],o.pixelLength=u[1]-u[0],o.pixelStart=u[0],o.signal=i.inverse?-1:1),o},singleAxis:function(r,e,t,a,n){var i=t.axis,o=n.model.coordinateSystem.getRect(),s={};return r=r||[0,0],i.orient==="horizontal"?(s.pixel=e[0]-r[0],s.pixelLength=o.width,s.pixelStart=o.x,s.signal=i.inverse?1:-1):(s.pixel=e[1]-r[1],s.pixelLength=o.height,s.pixelStart=o.y,s.signal=i.inverse?-1:1),s}};const ZZ=YZ;function ew(r){kl(r),r.registerComponentModel(VZ),r.registerComponentView(ZZ),UZ(r)}var XZ=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type=e.type,t}return e.type="dataZoom.slider",e.layoutMode="box",e.defaultOption=u9(x6.defaultOption,{show:!0,right:"ph",top:"ph",width:"ph",height:"ph",left:null,bottom:null,borderColor:"#d2dbee",borderRadius:3,backgroundColor:"rgba(47,69,84,0)",dataBackground:{lineStyle:{color:"#d2dbee",width:.5},areaStyle:{color:"#d2dbee",opacity:.2}},selectedDataBackground:{lineStyle:{color:"#8fb0f7",width:.5},areaStyle:{color:"#8fb0f7",opacity:.2}},fillerColor:"rgba(135,175,274,0.2)",handleIcon:"path://M-9.35,34.56V42m0-40V9.5m-2,0h4a2,2,0,0,1,2,2v21a2,2,0,0,1-2,2h-4a2,2,0,0,1-2-2v-21A2,2,0,0,1-11.35,9.5Z",handleSize:"100%",handleStyle:{color:"#fff",borderColor:"#ACB8D1"},moveHandleSize:7,moveHandleIcon:"path://M-320.9-50L-320.9-50c18.1,0,27.1,9,27.1,27.1V85.7c0,18.1-9,27.1-27.1,27.1l0,0c-18.1,0-27.1-9-27.1-27.1V-22.9C-348-41-339-50-320.9-50z M-212.3-50L-212.3-50c18.1,0,27.1,9,27.1,27.1V85.7c0,18.1-9,27.1-27.1,27.1l0,0c-18.1,0-27.1-9-27.1-27.1V-22.9C-239.4-41-230.4-50-212.3-50z M-103.7-50L-103.7-50c18.1,0,27.1,9,27.1,27.1V85.7c0,18.1-9,27.1-27.1,27.1l0,0c-18.1,0-27.1-9-27.1-27.1V-22.9C-130.9-41-121.8-50-103.7-50z",moveHandleStyle:{color:"#D2DBEE",opacity:.7},showDetail:!0,showDataShadow:"auto",realtime:!0,zoomLock:!1,textStyle:{color:"#6E7079"},brushSelect:!0,brushStyle:{color:"rgba(135,175,274,0.15)"},emphasis:{handleStyle:{borderColor:"#8FB0F7"},moveHandleStyle:{color:"#8FB0F7"}}}),e}(x6);const qZ=XZ;var v8=x1,vd=7,KZ=1,Mn=30,jZ=7,c8="horizontal",cd="vertical",JZ=5,QZ=["line","bar","candlestick","scatter"],tX={easing:"cubicOut",duration:100,delay:0},eX=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type=e.type,t._displayables={},t}return e.prototype.init=function(t,a){this.api=a,this._onBrush=U(this._onBrush,this),this._onBrushEnd=U(this._onBrushEnd,this)},e.prototype.render=function(t,a,n,i){if(r.prototype.render.apply(this,arguments),k0(this,"_dispatchZoomAction",t.get("throttle"),"fixRate"),this._orient=t.getOrient(),t.get("show")===!1){this.group.removeAll();return}if(t.noTarget()){this._clear(),this.group.removeAll();return}(!i||i.type!=="dataZoom"||i.from!==this.uid)&&this._buildView(),this._updateView()},e.prototype.dispose=function(){this._clear(),r.prototype.dispose.apply(this,arguments)},e.prototype._clear=function(){u6(this,"_dispatchZoomAction");var t=this.api.getZr();t.off("mousemove",this._onBrush),t.off("mouseup",this._onBrushEnd)},e.prototype._buildView=function(){var t=this.group;t.removeAll(),this._brushing=!1,this._displayables.brushRect=null,this._resetLocation(),this._resetInterval();var a=this._displayables.sliderGroup=new r1;this._renderBackground(),this._renderHandle(),this._renderDataShadow(),t.add(a),this._positionGroup()},e.prototype._resetLocation=function(){var t=this.dataZoomModel,a=this.api,n=t.get("brushSelect"),i=n?jZ:0,o=this._findCoordRect(),s={width:a.getWidth(),height:a.getHeight()},l=this._orient===c8?{right:s.width-o.x-o.width,top:s.height-Mn-vd-i,width:o.width,height:Mn}:{right:vd,top:o.y,width:Mn,height:o.height},u=L0(t.option);A(["right","top","width","height"],function(h){u[h]==="ph"&&(u[h]=l[h])});var f=J1(u,s);this._location={x:f.x,y:f.y},this._size=[f.width,f.height],this._orient===cd&&this._size.reverse()},e.prototype._positionGroup=function(){var t=this.group,a=this._location,n=this._orient,i=this.dataZoomModel.getFirstTargetAxisModel(),o=i&&i.get("inverse"),s=this._displayables.sliderGroup,l=(this._dataShadowInfo||{}).otherAxisInverse;s.attr(n===c8&&!o?{scaleY:l?1:-1,scaleX:1}:n===c8&&o?{scaleY:l?1:-1,scaleX:-1}:n===cd&&!o?{scaleY:l?-1:1,scaleX:1,rotation:Math.PI/2}:{scaleY:l?-1:1,scaleX:-1,rotation:Math.PI/2});var u=t.getBoundingRect([s]);t.x=a.x-u.x,t.y=a.y-u.y,t.markRedraw()},e.prototype._getViewExtent=function(){return[0,this._size[0]]},e.prototype._renderBackground=function(){var t=this.dataZoomModel,a=this._size,n=this._displayables.sliderGroup,i=t.get("brushSelect");n.add(new v8({silent:!0,shape:{x:0,y:0,width:a[0],height:a[1]},style:{fill:t.get("backgroundColor")},z2:-40}));var o=new v8({shape:{x:0,y:0,width:a[0],height:a[1]},style:{fill:"transparent"},z2:0,onclick:U(this._onClickPanel,this)}),s=this.api.getZr();i?(o.on("mousedown",this._onBrushStart,this),o.cursor="crosshair",s.on("mousemove",this._onBrush),s.on("mouseup",this._onBrushEnd)):(s.off("mousemove",this._onBrush),s.off("mouseup",this._onBrushEnd)),n.add(o)},e.prototype._renderDataShadow=function(){var t=this._dataShadowInfo=this._prepareDataShadowInfo();if(this._displayables.dataShadowSegs=[],!t)return;var a=this._size,n=this._shadowSize||[],i=t.series,o=i.getRawData(),s=i.getShadowDim&&i.getShadowDim(),l=s&&o.getDimensionInfo(s)?i.getShadowDim():t.otherDim;if(l==null)return;var u=this._shadowPolygonPts,f=this._shadowPolylinePts;if(o!==this._shadowData||l!==this._shadowDim||a[0]!==n[0]||a[1]!==n[1]){var h=o.getDataExtent(l),v=(h[1]-h[0])*.3;h=[h[0]-v,h[1]+v];var c=[0,a[1]],p=[0,a[0]],d=[[a[0],0],[0,0]],g=[],y=p[1]/(o.count()-1),m=0,_=Math.round(o.count()/a[0]),S;o.each([l],function(C,M){if(_>0&&M%_){m+=y;return}var D=C==null||isNaN(C)||C==="",L=D?0:L1(C,h,c,!0);D&&!S&&M?(d.push([d[d.length-1][0],0]),g.push([g[g.length-1][0],0])):!D&&S&&(d.push([m,0]),g.push([m,0])),d.push([m,L]),g.push([m,L]),m+=y,S=D}),u=this._shadowPolygonPts=d,f=this._shadowPolylinePts=g}this._shadowData=o,this._shadowDim=l,this._shadowSize=[a[0],a[1]];var b=this.dataZoomModel;function x(C){var M=b.getModel(C?"selectedDataBackground":"dataBackground"),D=new r1,L=new I2({shape:{points:u},segmentIgnoreThreshold:1,style:M.getModel("areaStyle").getAreaStyle(),silent:!0,z2:-20}),I=new P2({shape:{points:f},segmentIgnoreThreshold:1,style:M.getModel("lineStyle").getLineStyle(),silent:!0,z2:-19});return D.add(L),D.add(I),D}for(var w=0;w<3;w++){var T=x(w===1);this._displayables.sliderGroup.add(T),this._displayables.dataShadowSegs.push(T)}},e.prototype._prepareDataShadowInfo=function(){var t=this.dataZoomModel,a=t.get("showDataShadow");if(a!==!1){var n,i=this.ecModel;return t.eachTargetAxis(function(o,s){var l=t.getAxisProxy(o,s).getTargetSeriesModels();A(l,function(u){if(!n&&!(a!==!0&&c1(QZ,u.get("type"))<0)){var f=i.getComponent($4(o),s).axis,h=rX(o),v,c=u.coordinateSystem;h!=null&&c.getOtherAxis&&(v=c.getOtherAxis(f).inverse),h=u.getData().mapDimension(h),n={thisAxis:f,series:u,thisDim:o,otherDim:h,otherAxisInverse:v}}},this)},this),n}},e.prototype._renderHandle=function(){var t=this.group,a=this._displayables,n=a.handles=[null,null],i=a.handleLabels=[null,null],o=this._displayables.sliderGroup,s=this._size,l=this.dataZoomModel,u=this.api,f=l.get("borderRadius")||0,h=l.get("brushSelect"),v=a.filler=new v8({silent:h,style:{fill:l.get("fillerColor")},textConfig:{position:"inside"}});o.add(v),o.add(new v8({silent:!0,subPixelOptimize:!0,shape:{x:0,y:0,width:s[0],height:s[1],r:f},style:{stroke:l.get("dataBackgroundColor")||l.get("borderColor"),lineWidth:KZ,fill:"rgba(0,0,0,0)"}})),A([0,1],function(_){var S=l.get("handleIcon");!zt[S]&&S.indexOf("path://")<0&&S.indexOf("image://")<0&&(S="path://"+S);var b=X1(S,-1,0,2,2,null,!0);b.attr({cursor:pd(this._orient),draggable:!0,drift:U(this._onDragMove,this,_),ondragend:U(this._onDragEnd,this),onmouseover:U(this._showDataInfo,this,!0),onmouseout:U(this._showDataInfo,this,!1),z2:5});var x=b.getBoundingRect(),w=l.get("handleSize");this._handleHeight=H(w,this._size[1]),this._handleWidth=x.width/x.height*this._handleHeight,b.setStyle(l.getModel("handleStyle").getItemStyle()),b.style.strokeNoScale=!0,b.rectHover=!0,b.ensureState("emphasis").style=l.getModel(["emphasis","handleStyle"]).getItemStyle(),Z4(b);var T=l.get("handleColor");T!=null&&(b.style.fill=T),o.add(n[_]=b);var C=l.getModel("textStyle");t.add(i[_]=new S1({silent:!0,invisible:!0,style:O1(C,{x:0,y:0,text:"",verticalAlign:"middle",align:"center",fill:C.getTextColor(),font:C.getFont()}),z2:10}))},this);var c=v;if(h){var p=H(l.get("moveHandleSize"),s[1]),d=a.moveHandle=new x1({style:l.getModel("moveHandleStyle").getItemStyle(),silent:!0,shape:{r:[0,0,2,2],y:s[1]-.5,height:p}}),g=p*.8,y=a.moveHandleIcon=X1(l.get("moveHandleIcon"),-g/2,-g/2,g,g,"#fff",!0);y.silent=!0,y.y=s[1]+p/2-.5,d.ensureState("emphasis").style=l.getModel(["emphasis","moveHandleStyle"]).getItemStyle();var m=Math.min(s[1]/2,Math.max(p,10));c=a.moveZone=new x1({invisible:!0,shape:{y:s[1]-m,height:p+m}}),c.on("mouseover",function(){u.enterEmphasis(d)}).on("mouseout",function(){u.leaveEmphasis(d)}),o.add(d),o.add(y),o.add(c)}c.attr({draggable:!0,cursor:pd(this._orient),drift:U(this._onDragMove,this,"all"),ondragstart:U(this._showDataInfo,this,!0),ondragend:U(this._onDragEnd,this),onmouseover:U(this._showDataInfo,this,!0),onmouseout:U(this._showDataInfo,this,!1)})},e.prototype._resetInterval=function(){var t=this._range=this.dataZoomModel.getPercentRange(),a=this._getViewExtent();this._handleEnds=[L1(t[0],[0,100],a,!0),L1(t[1],[0,100],a,!0)]},e.prototype._updateInterval=function(t,a){var n=this.dataZoomModel,i=this._handleEnds,o=this._getViewExtent(),s=n.findRepresentativeAxisProxy().getMinMaxSpan(),l=[0,100];b5(a,i,o,n.get("zoomLock")?"all":t,s.minSpan!=null?L1(s.minSpan,l,o,!0):null,s.maxSpan!=null?L1(s.maxSpan,l,o,!0):null);var u=this._range,f=this._range=Z2([L1(i[0],o,l,!0),L1(i[1],o,l,!0)]);return!u||u[0]!==f[0]||u[1]!==f[1]},e.prototype._updateView=function(t){var a=this._displayables,n=this._handleEnds,i=Z2(n.slice()),o=this._size;A([0,1],function(c){var p=a.handles[c],d=this._handleHeight;p.attr({scaleX:d/2,scaleY:d/2,x:n[c]+(c?-1:1),y:o[1]/2-d/2})},this),a.filler.setShape({x:i[0],y:0,width:i[1]-i[0],height:o[1]});var s={x:i[0],width:i[1]-i[0]};a.moveHandle&&(a.moveHandle.setShape(s),a.moveZone.setShape(s),a.moveZone.getBoundingRect(),a.moveHandleIcon&&a.moveHandleIcon.attr("x",s.x+s.width/2));for(var l=a.dataShadowSegs,u=[0,i[0],i[1],o[0]],f=0;fa[0]||n[1]<0||n[1]>a[1])){var i=this._handleEnds,o=(i[0]+i[1])/2,s=this._updateInterval("all",n[0]-o);this._updateView(),s&&this._dispatchZoomAction(!1)}},e.prototype._onBrushStart=function(t){var a=t.offsetX,n=t.offsetY;this._brushStart=new u1(a,n),this._brushing=!0,this._brushStartTime=+new Date},e.prototype._onBrushEnd=function(t){if(this._brushing){var a=this._displayables.brushRect;if(this._brushing=!1,!!a){a.attr("ignore",!0);var n=a.shape,i=+new Date;if(!(i-this._brushStartTime<200&&Math.abs(n.width)<5)){var o=this._getViewExtent(),s=[0,100];this._range=Z2([L1(n.x,o,s,!0),L1(n.x+n.width,o,s,!0)]),this._handleEnds=[n.x,n.x+n.width],this._updateView(),this._dispatchZoomAction(!1)}}}},e.prototype._onBrush=function(t){this._brushing&&(g4(t.event),this._updateBrushRect(t.offsetX,t.offsetY))},e.prototype._updateBrushRect=function(t,a){var n=this._displayables,i=this.dataZoomModel,o=n.brushRect;o||(o=n.brushRect=new v8({silent:!0,style:i.getModel("brushStyle").getItemStyle()}),n.sliderGroup.add(o)),o.attr("ignore",!1);var s=this._brushStart,l=this._displayables.sliderGroup,u=l.transformCoordToLocal(t,a),f=l.transformCoordToLocal(s.x,s.y),h=this._size;u[0]=Math.max(Math.min(h[0],u[0]),0),o.setShape({x:f[0],y:0,width:u[0]-f[0],height:h[1]})},e.prototype._dispatchZoomAction=function(t){var a=this._range;this.api.dispatchAction({type:"dataZoom",from:this.uid,dataZoomId:this.dataZoomModel.id,animation:t?tX:null,start:a[0],end:a[1]})},e.prototype._findCoordRect=function(){var t,a=Ob(this.dataZoomModel).infoList;if(!t&&a.length){var n=a[0].model.coordinateSystem;t=n.getRect&&n.getRect()}if(!t){var i=this.api.getWidth(),o=this.api.getHeight();t={x:i*.2,y:o*.2,width:i*.6,height:o*.6}}return t},e.type="dataZoom.slider",e}(El);function rX(r){var e={x:"y",y:"x",radius:"angle",angle:"radius"};return e[r]}function pd(r){return r==="vertical"?"ns-resize":"ew-resize"}const aX=eX;function rw(r){r.registerComponentModel(qZ),r.registerComponentView(aX),kl(r)}function nX(r){h1(ew),h1(rw)}var iX={get:function(r,e,t){var a=e1((oX[r]||{})[e]);return t&&z(a)?a[a.length-1]:a}},oX={color:{active:["#006edd","#e0ffff"],inactive:["rgba(0,0,0,0)"]},colorHue:{active:[0,360],inactive:[0,0]},colorSaturation:{active:[.3,1],inactive:[0,0]},colorLightness:{active:[.9,.5],inactive:[0,0]},colorAlpha:{active:[.3,1],inactive:[0,0]},opacity:{active:[.3,1],inactive:[0,0]},symbol:{active:["circle","roundRect","diamond"],inactive:["none"]},symbolSize:{active:[10,50],inactive:[0,0]}};const aw=iX;var dd=f2.mapVisual,sX=f2.eachVisual,lX=z,gd=A,uX=Z2,fX=L1,hX=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type=e.type,t.stateList=["inRange","outOfRange"],t.replacableOptionKeys=["inRange","outOfRange","target","controller","color"],t.layoutMode={type:"box",ignoreSize:!0},t.dataBound=[-1/0,1/0],t.targetVisuals={},t.controllerVisuals={},t}return e.prototype.init=function(t,a,n){this.mergeDefaultAndTheme(t,n)},e.prototype.optionUpdated=function(t,a){var n=this.option;!a&&Ub(n,t,this.replacableOptionKeys),this.textStyleModel=this.getModel("textStyle"),this.resetItemSize(),this.completeVisualOption()},e.prototype.resetVisual=function(t){var a=this.stateList;t=U(t,this),this.controllerVisuals=vo(this.option.controller,a,t),this.targetVisuals=vo(this.option.target,a,t)},e.prototype.getItemSymbol=function(){return null},e.prototype.getTargetSeriesIndices=function(){var t=this.option.seriesIndex,a=[];return t==null||t==="all"?this.ecModel.eachSeries(function(n,i){a.push(i)}):a=R1(t),a},e.prototype.eachTargetSeries=function(t,a){A(this.getTargetSeriesIndices(),function(n){var i=this.ecModel.getSeriesByIndex(n);i&&t.call(a,i)},this)},e.prototype.isTargetSeries=function(t){var a=!1;return this.eachTargetSeries(function(n){n===t&&(a=!0)}),a},e.prototype.formatValueText=function(t,a,n){var i=this.option,o=i.precision,s=this.dataBound,l=i.formatter,u;n=n||["<",">"],z(t)&&(t=t.slice(),u=!0);var f=a?t:u?[h(t[0]),h(t[1])]:h(t);if($(l))return l.replace("{value}",u?f[0]:f).replace("{value2}",u?f[1]:f);if(K(l))return u?l(t[0],t[1]):l(t);if(u)return t[0]===s[0]?n[0]+" "+f[1]:t[1]===s[1]?n[1]+" "+f[0]:f[0]+" - "+f[1];return f;function h(v){return v===s[0]?"min":v===s[1]?"max":(+v).toFixed(Math.min(o,20))}},e.prototype.resetExtent=function(){var t=this.option,a=uX([t.min,t.max]);this._dataExtent=a},e.prototype.getDataDimensionIndex=function(t){var a=this.option.dimension;if(a!=null)return t.getDimensionIndex(a);for(var n=t.dimensions,i=n.length-1;i>=0;i--){var o=n[i],s=t.getDimensionInfo(o);if(!s.isCalculationCoord)return s.storeDimIndex}},e.prototype.getExtent=function(){return this._dataExtent.slice()},e.prototype.completeVisualOption=function(){var t=this.ecModel,a=this.option,n={inRange:a.inRange,outOfRange:a.outOfRange},i=a.target||(a.target={}),o=a.controller||(a.controller={});o1(i,n),o1(o,n);var s=this.isCategory();l.call(this,i),l.call(this,o),u.call(this,i,"inRange","outOfRange"),f.call(this,o);function l(h){lX(a.color)&&!h.inRange&&(h.inRange={color:a.color.slice().reverse()}),h.inRange=h.inRange||{color:t.get("gradientColor")}}function u(h,v,c){var p=h[v],d=h[c];p&&!d&&(d=h[c]={},gd(p,function(g,y){if(f2.isValidType(y)){var m=aw.get(y,"inactive",s);m!=null&&(d[y]=m,y==="color"&&!d.hasOwnProperty("opacity")&&!d.hasOwnProperty("colorAlpha")&&(d.opacity=[0,0]))}}))}function f(h){var v=(h.inRange||{}).symbol||(h.outOfRange||{}).symbol,c=(h.inRange||{}).symbolSize||(h.outOfRange||{}).symbolSize,p=this.get("inactiveColor"),d=this.getItemSymbol(),g=d||"roundRect";gd(this.stateList,function(y){var m=this.itemSize,_=h[y];_||(_=h[y]={color:s?p:[p]}),_.symbol==null&&(_.symbol=v&&e1(v)||(s?g:[g])),_.symbolSize==null&&(_.symbolSize=c&&e1(c)||(s?m[0]:[m[0],m[0]])),_.symbol=dd(_.symbol,function(x){return x==="none"?g:x});var S=_.symbolSize;if(S!=null){var b=-1/0;sX(S,function(x){x>b&&(b=x)}),_.symbolSize=dd(S,function(x){return fX(x,[0,b],[0,m[0]],!0)})}},this)}},e.prototype.resetItemSize=function(){this.itemSize=[parseFloat(this.get("itemWidth")),parseFloat(this.get("itemHeight"))]},e.prototype.isCategory=function(){return!!this.option.categories},e.prototype.setSelected=function(t){},e.prototype.getSelected=function(){return null},e.prototype.getValueState=function(t){return null},e.prototype.getVisualMeta=function(t){return null},e.type="visualMap",e.dependencies=["series"],e.defaultOption={show:!0,z:4,seriesIndex:"all",min:0,max:200,left:0,right:null,top:null,bottom:0,itemWidth:null,itemHeight:null,inverse:!1,orient:"vertical",backgroundColor:"rgba(0,0,0,0)",borderColor:"#ccc",contentColor:"#5793f3",inactiveColor:"#aaa",borderWidth:0,padding:5,textGap:10,precision:0,textStyle:{color:"#333"}},e}(_1);const ce=hX;var yd=[20,140],vX=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type=e.type,t}return e.prototype.optionUpdated=function(t,a){r.prototype.optionUpdated.apply(this,arguments),this.resetExtent(),this.resetVisual(function(n){n.mappingMethod="linear",n.dataExtent=this.getExtent()}),this._resetRange()},e.prototype.resetItemSize=function(){r.prototype.resetItemSize.apply(this,arguments);var t=this.itemSize;(t[0]==null||isNaN(t[0]))&&(t[0]=yd[0]),(t[1]==null||isNaN(t[1]))&&(t[1]=yd[1])},e.prototype._resetRange=function(){var t=this.getExtent(),a=this.option.range;!a||a.auto?(t.auto=1,this.option.range=t):z(a)&&(a[0]>a[1]&&a.reverse(),a[0]=Math.max(a[0],t[0]),a[1]=Math.min(a[1],t[1]))},e.prototype.completeVisualOption=function(){r.prototype.completeVisualOption.apply(this,arguments),A(this.stateList,function(t){var a=this.option.controller[t].symbolSize;a&&a[0]!==a[1]&&(a[0]=a[1]/3)},this)},e.prototype.setSelected=function(t){this.option.range=t.slice(),this._resetRange()},e.prototype.getSelected=function(){var t=this.getExtent(),a=Z2((this.get("range")||[]).slice());return a[0]>t[1]&&(a[0]=t[1]),a[1]>t[1]&&(a[1]=t[1]),a[0]=n[1]||t<=a[1])?"inRange":"outOfRange"},e.prototype.findTargetDataIndices=function(t){var a=[];return this.eachTargetSeries(function(n){var i=[],o=n.getData();o.each(this.getDataDimensionIndex(o),function(s,l){t[0]<=s&&s<=t[1]&&i.push(l)},this),a.push({seriesId:n.id,dataIndex:i})},this),a},e.prototype.getVisualMeta=function(t){var a=md(this,"outOfRange",this.getExtent()),n=md(this,"inRange",this.option.range.slice()),i=[];function o(c,p){i.push({value:c,color:t(c,p)})}for(var s=0,l=0,u=n.length,f=a.length;lt[1])break;i.push({color:this.getControllerVisual(l,"color",a),offset:s/n})}return i.push({color:this.getControllerVisual(t[1],"color",a),offset:1}),i},e.prototype._createBarPoints=function(t,a){var n=this.visualMapModel.itemSize;return[[n[0]-a[0],t[0]],[n[0],t[0]],[n[0],t[1]],[n[0]-a[1],t[1]]]},e.prototype._createBarGroup=function(t){var a=this._orient,n=this.visualMapModel.get("inverse");return new r1(a==="horizontal"&&!n?{scaleX:t==="bottom"?1:-1,rotation:Math.PI/2}:a==="horizontal"&&n?{scaleX:t==="bottom"?-1:1,rotation:-Math.PI/2}:a==="vertical"&&!n?{scaleX:t==="left"?1:-1,scaleY:-1}:{scaleX:t==="left"?1:-1})},e.prototype._updateHandle=function(t,a){if(this._useHandle){var n=this._shapes,i=this.visualMapModel,o=n.handleThumbs,s=n.handleLabels,l=i.itemSize,u=i.getExtent();dX([0,1],function(f){var h=o[f];h.setStyle("fill",a.handlesColor[f]),h.y=t[f];var v=G3(t[f],[0,l[1]],u,!0),c=this.getControllerVisual(v,"symbolSize");h.scaleX=h.scaleY=c/l[0],h.x=l[0]-c/2;var p=M3(n.handleLabelPoints[f],X4(h,this.group));s[f].setStyle({x:p[0],y:p[1],text:i.formatValueText(this._dataInterval[f]),verticalAlign:"middle",align:this._orient==="vertical"?this._applyTransform("left",n.mainGroup):"center"})},this)}},e.prototype._showIndicator=function(t,a,n,i){var o=this.visualMapModel,s=o.getExtent(),l=o.itemSize,u=[0,l[1]],f=this._shapes,h=f.indicator;if(h){h.attr("invisible",!1);var v={convertOpacityToAlpha:!0},c=this.getControllerVisual(t,"color",v),p=this.getControllerVisual(t,"symbolSize"),d=G3(t,s,u,!0),g=l[0]-p/2,y={x:h.x,y:h.y};h.y=d,h.x=g;var m=M3(f.indicatorLabelPoint,X4(h,this.group)),_=f.indicatorLabel;_.attr("invisible",!1);var S=this._applyTransform("left",f.mainGroup),b=this._orient,x=b==="horizontal";_.setStyle({text:(n||"")+o.formatValueText(a),verticalAlign:x?S:"middle",align:x?"center":S});var w={x:g,y:d,style:{fill:c}},T={style:{x:m[0],y:m[1]}};if(o.ecModel.isAnimationEnabled()&&!this._firstShowIndicator){var C={duration:100,easing:"cubicInOut",additive:!0};h.x=y.x,h.y=y.y,h.animateTo(w,C),_.animateTo(T,C)}else h.attr(w),_.attr(T);this._firstShowIndicator=!1;var M=this._shapes.handleLabels;if(M)for(var D=0;Do[1]&&(h[1]=1/0),a&&(h[0]===-1/0?this._showIndicator(f,h[1],"< ",l):h[1]===1/0?this._showIndicator(f,h[0],"> ",l):this._showIndicator(f,f,"≈ ",l));var v=this._hoverLinkDataIndices,c=[];(a||bd(n))&&(c=this._hoverLinkDataIndices=n.findTargetDataIndices(h));var p=QC(v,c);this._dispatchHighDown("downplay",_t(p[0],n)),this._dispatchHighDown("highlight",_t(p[1],n))}},e.prototype._hoverLinkFromSeriesMouseOver=function(t){var a;if(K9(t.target,function(l){var u=n1(l);if(u.dataIndex!=null)return a=u,!0},!0),!!a){var n=this.ecModel.getSeriesByIndex(a.seriesIndex),i=this.visualMapModel;if(i.isTargetSeries(n)){var o=n.getData(a.dataType),s=o.getStore().get(i.getDataDimensionIndex(o),a.dataIndex);isNaN(s)||this._showIndicator(s,s)}}},e.prototype._hideIndicator=function(){var t=this._shapes;t.indicator&&t.indicator.attr("invisible",!0),t.indicatorLabel&&t.indicatorLabel.attr("invisible",!0);var a=this._shapes.handleLabels;if(a)for(var n=0;n=0&&(i.dimension=o,a.push(i))}}),r.getData().setVisual("visualMeta",a)}}];function TX(r,e,t,a){for(var n=e.targetVisuals[a],i=f2.prepareVisualTypes(n),o={color:V6(r.getData(),"color")},s=0,l=i.length;s0:e.splitNumber>0)||e.calculable)?"continuous":"piecewise"}),r.registerAction(xX,bX),A(wX,function(e){r.registerVisual(r.PRIORITY.VISUAL.COMPONENT,e)}),r.registerPreprocessor(CX))}function sw(r){r.registerComponentModel(cX),r.registerComponentView(SX),ow(r)}var AX=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type=e.type,t._pieceList=[],t}return e.prototype.optionUpdated=function(t,a){r.prototype.optionUpdated.apply(this,arguments),this.resetExtent();var n=this._mode=this._determineMode();this._pieceList=[],MX[this._mode].call(this,this._pieceList),this._resetSelected(t,a);var i=this.option.categories;this.resetVisual(function(o,s){n==="categories"?(o.mappingMethod="category",o.categories=e1(i)):(o.dataExtent=this.getExtent(),o.mappingMethod="piecewise",o.pieceList=G(this._pieceList,function(l){return l=e1(l),s!=="inRange"&&(l.visual=null),l}))})},e.prototype.completeVisualOption=function(){var t=this.option,a={},n=f2.listVisualTypes(),i=this.isCategory();A(t.pieces,function(s){A(n,function(l){s.hasOwnProperty(l)&&(a[l]=1)})}),A(a,function(s,l){var u=!1;A(this.stateList,function(f){u=u||o(t,f,l)||o(t.target,f,l)},this),!u&&A(this.stateList,function(f){(t[f]||(t[f]={}))[l]=aw.get(l,f==="inRange"?"active":"inactive",i)})},this);function o(s,l,u){return s&&s[l]&&s[l].hasOwnProperty(u)}r.prototype.completeVisualOption.apply(this,arguments)},e.prototype._resetSelected=function(t,a){var n=this.option,i=this._pieceList,o=(a?n:t).selected||{};if(n.selected=o,A(i,function(l,u){var f=this.getSelectedMapKey(l);o.hasOwnProperty(f)||(o[f]=!0)},this),n.selectedMode==="single"){var s=!1;A(i,function(l,u){var f=this.getSelectedMapKey(l);o[f]&&(s?o[f]=!1:s=!0)},this)}},e.prototype.getItemSymbol=function(){return this.get("itemSymbol")},e.prototype.getSelectedMapKey=function(t){return this._mode==="categories"?t.value+"":t.index+""},e.prototype.getPieceList=function(){return this._pieceList},e.prototype._determineMode=function(){var t=this.option;return t.pieces&&t.pieces.length>0?"pieces":this.option.categories?"categories":"splitNumber"},e.prototype.setSelected=function(t){this.option.selected=e1(t)},e.prototype.getValueState=function(t){var a=f2.findPieceIndex(t,this._pieceList);return a!=null&&this.option.selected[this.getSelectedMapKey(this._pieceList[a])]?"inRange":"outOfRange"},e.prototype.findTargetDataIndices=function(t){var a=[],n=this._pieceList;return this.eachTargetSeries(function(i){var o=[],s=i.getData();s.each(this.getDataDimensionIndex(s),function(l,u){var f=f2.findPieceIndex(l,n);f===t&&o.push(u)},this),a.push({seriesId:i.id,dataIndex:o})},this),a},e.prototype.getRepresentValue=function(t){var a;if(this.isCategory())a=t.value;else if(t.value!=null)a=t.value;else{var n=t.interval||[];a=n[0]===-1/0&&n[1]===1/0?0:(n[0]+n[1])/2}return a},e.prototype.getVisualMeta=function(t){if(this.isCategory())return;var a=[],n=["",""],i=this;function o(f,h){var v=i.getRepresentValue({interval:f});h||(h=i.getValueState(v));var c=t(v,h);f[0]===-1/0?n[0]=c:f[1]===1/0?n[1]=c:a.push({value:f[0],color:c},{value:f[1],color:c})}var s=this._pieceList.slice();if(!s.length)s.push({interval:[-1/0,1/0]});else{var l=s[0].interval[0];l!==-1/0&&s.unshift({interval:[-1/0,l]}),l=s[s.length-1].interval[1],l!==1/0&&s.push({interval:[l,1/0]})}var u=-1/0;return A(s,function(f){var h=f.interval;h&&(h[0]>u&&o([u,h[0]],"outOfRange"),o(h.slice()),u=h[1])},this),{stops:a,outerColors:n}},e.type="visualMap.piecewise",e.defaultOption=u9(ce.defaultOption,{selected:null,minOpen:!1,maxOpen:!1,align:"auto",itemWidth:20,itemHeight:14,itemSymbol:"roundRect",pieces:null,categories:null,splitNumber:5,selectedMode:"multiple",itemGap:10,hoverLink:!0}),e}(ce),MX={splitNumber:function(r){var e=this.option,t=Math.min(e.precision,20),a=this.getExtent(),n=e.splitNumber;n=Math.max(parseInt(n,10),1),e.splitNumber=n;for(var i=(a[1]-a[0])/n;+i.toFixed(t)!==i&&t<5;)t++;e.precision=t,i=+i.toFixed(t),e.minOpen&&r.push({interval:[-1/0,a[0]],close:[0,0]});for(var o=0,s=a[0];o","≥"][a[0]]];t.text=t.text||this.formatValueText(t.value!=null?t.value:t.interval,!1,n)},this)}};function Ad(r,e){var t=r.inverse;(r.orient==="vertical"?!t:t)&&e.reverse()}const DX=AX;var LX=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type=e.type,t}return e.prototype.doRender=function(){var t=this.group;t.removeAll();var a=this.visualMapModel,n=a.get("textGap"),i=a.textStyleModel,o=i.getFont(),s=i.getTextColor(),l=this._getItemAlign(),u=a.itemSize,f=this._getViewData(),h=f.endsText,v=e2(a.get("showLabel",!0),!h);h&&this._renderEndsText(t,h[0],u,v,l),A(f.viewPieceList,function(c){var p=c.piece,d=new r1;d.onclick=U(this._onItemClick,this,p),this._enableHoverLink(d,c.indexInModelPieceList);var g=a.getRepresentValue(p);if(this._createItemSymbol(d,g,[0,0,u[0],u[1]]),v){var y=this.visualMapModel.getValueState(g);d.add(new S1({style:{x:l==="right"?-n:u[0]+n,y:u[1]/2,text:p.text,verticalAlign:"middle",align:l,font:o,fill:s,opacity:y==="outOfRange"?.5:1}}))}t.add(d)},this),h&&this._renderEndsText(t,h[1],u,v,l),a5(a.get("orient"),t,a.get("itemGap")),this.renderBackground(t),this.positionGroup(t)},e.prototype._enableHoverLink=function(t,a){var n=this;t.on("mouseover",function(){return i("highlight")}).on("mouseout",function(){return i("downplay")});var i=function(o){var s=n.visualMapModel;s.option.hoverLink&&n.api.dispatchAction({type:o,batch:_t(s.findTargetDataIndices(a),s)})}},e.prototype._getItemAlign=function(){var t=this.visualMapModel,a=t.option;if(a.orient==="vertical")return iw(t,this.api,t.itemSize);var n=a.align;return(!n||n==="auto")&&(n="left"),n},e.prototype._renderEndsText=function(t,a,n,i,o){if(a){var s=new r1,l=this.visualMapModel.textStyleModel;s.add(new S1({style:O1(l,{x:i?o==="right"?n[0]:0:n[0]/2,y:n[1]/2,verticalAlign:"middle",align:i?o:"center",text:a})})),t.add(s)}},e.prototype._getViewData=function(){var t=this.visualMapModel,a=G(t.getPieceList(),function(s,l){return{piece:s,indexInModelPieceList:l}}),n=t.get("text"),i=t.get("orient"),o=t.get("inverse");return(i==="horizontal"?o:!o)?a.reverse():n&&(n=n.slice().reverse()),{viewPieceList:a,endsText:n}},e.prototype._createItemSymbol=function(t,a,n){t.add(X1(this.getControllerVisual(a,"symbol"),n[0],n[1],n[2],n[3],this.getControllerVisual(a,"color")))},e.prototype._onItemClick=function(t){var a=this.visualMapModel,n=a.option,i=n.selectedMode;if(i){var o=e1(n.selected),s=a.getSelectedMapKey(t);i==="single"||i===!0?(o[s]=!0,A(o,function(l,u){o[u]=u===s})):o[s]=!o[s],this.api.dispatchAction({type:"selectDataRange",from:this.uid,visualMapId:this.visualMapModel.id,selected:o})}},e.type="visualMap.piecewise",e}(nw);const IX=LX;function lw(r){r.registerComponentModel(DX),r.registerComponentView(IX),ow(r)}function PX(r){h1(sw),h1(lw)}var RX={label:{enabled:!0},decal:{show:!1}},Md=C1(),EX={};function kX(r,e){var t=r.getModel("aria");if(!t.get("enabled"))return;var a=e1(RX);o1(a.label,r.getLocaleModel().get("aria"),!1),o1(t.option,a,!1),n(),i();function n(){var u=t.getModel("decal"),f=u.get("show");if(f){var h=X();r.eachSeries(function(v){if(!v.isColorBySeries()){var c=h.get(v.type);c||(c={},h.set(v.type,c)),Md(v).scope=c}}),r.eachRawSeries(function(v){if(r.isSeriesFiltered(v))return;if(K(v.enableAriaDecal)){v.enableAriaDecal();return}var c=v.getData();if(v.isColorBySeries()){var m=_i(v.ecModel,v.name,EX,r.getSeriesCount()),_=c.getVisual("decal");c.setVisual("decal",S(_,m))}else{var p=v.getRawData(),d={},g=Md(v).scope;c.each(function(b){var x=c.getRawIndex(b);d[x]=b});var y=p.count();p.each(function(b){var x=d[b],w=p.getName(b)||b+"",T=_i(v.ecModel,w,g,y),C=c.getItemVisual(x,"decal");c.setItemVisual(x,"decal",S(C,T))})}function S(b,x){var w=b?B(B({},x),b):x;return w.dirty=!0,w}})}}function i(){var u=r.getLocaleModel().get("aria"),f=t.getModel("label");if(f.option=j(f.option,u),!!f.get("enabled")){var h=e.getZr().dom;if(f.get("description")){h.setAttribute("aria-label",f.get("description"));return}var v=r.getSeriesCount(),c=f.get(["data","maxCount"])||10,p=f.get(["series","maxCount"])||10,d=Math.min(v,p),g;if(!(v<1)){var y=s();if(y){var m=f.get(["general","withTitle"]);g=o(m,{title:y})}else g=f.get(["general","withoutTitle"]);var _=[],S=v>1?f.get(["series","multiple","prefix"]):f.get(["series","single","prefix"]);g+=o(S,{seriesCount:v}),r.eachSeries(function(T,C){if(C1?f.get(["series","multiple",L]):f.get(["series","single",L]),M=o(M,{seriesId:T.seriesIndex,seriesName:T.get("name"),seriesType:l(T.subType)});var I=T.getData();if(I.count()>c){var P=f.get(["data","partialData"]);M+=o(P,{displayCnt:c})}else M+=f.get(["data","allData"]);for(var R=f.get(["data","separator","middle"]),E=f.get(["data","separator","end"]),N=[],O=0;O":"gt",">=":"gte","=":"eq","!=":"ne","<>":"ne"},BX=function(){function r(e){var t=this._condVal=$(e)?new RegExp(e):ng(e)?e:null;if(t==null){var a="";D1(a)}}return r.prototype.evaluate=function(e){var t=typeof e;return $(t)?this._condVal.test(e):T1(t)?this._condVal.test(e+""):!1},r}(),VX=function(){function r(){}return r.prototype.evaluate=function(){return this.value},r}(),zX=function(){function r(){}return r.prototype.evaluate=function(){for(var e=this.children,t=0;t2&&a.push(n),n=[I,P]}function f(I,P,R,E){Q5(I,R)&&Q5(P,E)||n.push(I,P,R,E,R,E)}function h(I,P,R,E,N,O){var V=Math.abs(P-I),F=Math.tan(V/4)*4/3,W=PT:D2&&a.push(n),a}function xo(r,e,t,a,n,i,o,s,l,u){if(Q5(r,t)&&Q5(e,a)&&Q5(n,o)&&Q5(i,s)){l.push(o,s);return}var f=2/u,h=f*f,v=o-r,c=s-e,p=Math.sqrt(v*v+c*c);v/=p,c/=p;var d=t-r,g=a-e,y=n-o,m=i-s,_=d*d+g*g,S=y*y+m*m;if(_=0&&T=0){l.push(o,s);return}var C=[],M=[];Q4(r,t,n,o,.5,C),Q4(e,a,i,s,.5,M),xo(C[0],M[0],C[1],M[1],C[2],M[2],C[3],M[3],l,u),xo(C[4],M[4],C[5],M[5],C[6],M[6],C[7],M[7],l,u)}function JX(r,e){var t=So(r),a=[];e=e||1;for(var n=0;n0)for(var u=0;uMath.abs(u),h=hw([l,u],f?0:1,e),v=(f?s:u)/h.length,c=0;cn,o=hw([a,n],i?0:1,e),s=i?"width":"height",l=i?"height":"width",u=i?"x":"y",f=i?"y":"x",h=r[s]/o.length,v=0;v1?null:new u1(d*l+r,d*u+e)}function eq(r,e,t){var a=new u1;u1.sub(a,t,e),a.normalize();var n=new u1;u1.sub(n,r,e);var i=n.dot(a);return i}function H5(r,e){var t=r[r.length-1];t&&t[0]===e[0]&&t[1]===e[1]||r.push(e)}function rq(r,e,t){for(var a=r.length,n=[],i=0;io?(u.x=f.x=s+i/2,u.y=l,f.y=l+o):(u.y=f.y=l+o/2,u.x=s,f.x=s+i),rq(e,u,f)}function pe(r,e,t,a){if(t===1)a.push(e);else{var n=Math.floor(t/2),i=r(e);pe(r,i[0],n,a),pe(r,i[1],t-n,a)}return a}function aq(r,e){for(var t=[],a=0;a0)for(var b=a/t,x=-a/2;x<=a/2;x+=b){for(var w=Math.sin(x),T=Math.cos(x),C=0,_=0;_0;u/=2){var f=0,h=0;(r&u)>0&&(f=1),(e&u)>0&&(h=1),s+=u*u*(3*f^h),h===0&&(f===1&&(r=u-1-r,e=u-1-e),l=r,r=e,e=l)}return s}function ye(r){var e=1/0,t=1/0,a=-1/0,n=-1/0,i=G(r,function(s){var l=s.getBoundingRect(),u=s.getComputedTransform(),f=l.x+l.width/2+(u?u[4]:0),h=l.y+l.height/2+(u?u[5]:0);return e=Math.min(f,e),t=Math.min(h,t),a=Math.max(f,a),n=Math.max(h,n),[f,h]}),o=G(i,function(s,l){return{cp:s,z:vq(s[0],s[1],e,t,a,n),path:r[l]}});return o.sort(function(s,l){return s.z-l.z}).map(function(s){return s.path})}function pw(r){return oq(r.path,r.count)}function bo(){return{fromIndividuals:[],toIndividuals:[],count:0}}function cq(r,e,t){var a=[];function n(b){for(var x=0;x=0;n--)if(!t[n].many.length){var l=t[s].many;if(l.length<=1)if(s)s=0;else return t;var i=l.length,u=Math.ceil(i/2);t[n].many=l.slice(u,i),t[s].many=l.slice(0,u),s++}return t}var dq={clone:function(r){for(var e=[],t=1-Math.pow(1-r.path.style.opacity,1/r.count),a=0;a0))return;var s=a.getModel("universalTransition").get("delay"),l=Object.assign({setToFinal:!0},o),u,f;Nd(r)&&(u=r,f=e),Nd(e)&&(u=e,f=r);function h(y,m,_,S,b){var x=y.many,w=y.one;if(x.length===1&&!b){var T=m?x[0]:w,C=m?w:x[0];if(de(T))h({many:[T],one:C},!0,_,S,!0);else{var M=s?j({delay:s(_,S)},l):l;$l(T,C,M),i(T,C,T,C,M)}}else for(var D=j({dividePath:dq[t],individualDelay:s&&function(N,O,V,F){return s(N+_,S)}},l),L=m?cq(x,w,D):pq(w,x,D),I=L.fromIndividuals,P=L.toIndividuals,R=I.length,E=0;Ee.length,c=u?Bd(f,u):Bd(v?e:r,[v?r:e]),p=0,d=0;ddw))for(var n=a.getIndices(),i=yq(a),o=0;o0&&S.group.traverse(function(x){x instanceof d1&&!x.animators.length&&x.animateFrom({style:{opacity:0}},b)})})}function zd(r){var e=r.getModel("universalTransition").get("seriesKey");return e||r.id}function Gd(r){return z(r)?r.sort().join(","):r}function B4(r){if(r.hostModel)return r.hostModel.getModel("universalTransition").get("divideShape")}function Sq(r,e){var t=X(),a=X(),n=X();return A(r.oldSeries,function(i,o){var s=r.oldDataGroupIds[o],l=r.oldData[o],u=zd(i),f=Gd(u);a.set(f,{dataGroupId:s,data:l}),z(u)&&A(u,function(h){n.set(h,{key:f,dataGroupId:s,data:l})})}),A(e.updatedSeries,function(i){if(i.isUniversalTransitionEnabled()&&i.isAnimationEnabled()){var o=i.get("dataGroupId"),s=i.getData(),l=zd(i),u=Gd(l),f=a.get(u);if(f)t.set(u,{oldSeries:[{dataGroupId:f.dataGroupId,divide:B4(f.data),data:f.data}],newSeries:[{dataGroupId:o,divide:B4(s),data:s}]});else if(z(l)){var h=[];A(l,function(p){var d=a.get(p);d.data&&h.push({dataGroupId:d.dataGroupId,divide:B4(d.data),data:d.data})}),h.length&&t.set(u,{oldSeries:h,newSeries:[{dataGroupId:o,data:s,divide:B4(s)}]})}else{var v=n.get(l);if(v){var c=t.get(v.key);c||(c={oldSeries:[{dataGroupId:v.dataGroupId,data:v.data,divide:B4(v.data)}],newSeries:[]},t.set(v.key,c)),c.newSeries.push({dataGroupId:o,data:s,divide:B4(s)})}}}}),t}function Fd(r,e){for(var t=0;t=0&&n.push({dataGroupId:e.oldDataGroupIds[s],data:e.oldData[s],divide:B4(e.oldData[s]),dim:o.dimension})}),A(R1(r.to),function(o){var s=Fd(t.updatedSeries,o);if(s>=0){var l=t.updatedSeries[s].getData();i.push({dataGroupId:e.oldDataGroupIds[s],data:l,divide:B4(l),dim:o.dimension})}}),n.length>0&&i.length>0&&gw(n,i,a)}function bq(r){r.registerUpdateLifecycle("series:beforeupdate",function(e,t,a){A(R1(a.seriesTransition),function(n){A(R1(n.to),function(i){for(var o=a.updatedSeries,s=0;s",y=h.join(g);this._showOrMove(s,function(){this._updateContentNotChangedOnAxis(t,u)?this._updatePosition(s,c,o[0],o[1],this._tooltipContent,u):this._showTooltipContent(s,y,u,Math.random()+"",o[0],o[1],c,null,v)})},e.prototype._showSeriesItemTooltip=function(t,a,n){var i=this._ecModel,o=n1(a),s=o.seriesIndex,l=i.getSeriesByIndex(s),u=o.dataModel||l,f=o.dataIndex,h=o.dataType,v=u.getData(h),c=this._renderMode,p=t.positionDefault,d=u8([v.getItemModel(f),u,l&&(l.coordinateSystem||{}).model],this._tooltipModel,p?{position:p}:null),g=d.get("trigger");if(!(g!=null&&g!=="item")){var y=u.getDataParams(f,h),m=new ea;y.marker=m.makeTooltipMarker("item",v5(y.color),c);var _=If(u.formatTooltip(f,!1,h)),S=d.get("order"),b=d.get("valueFormatter"),x=_.frag,w=x?Nf(b?B({valueFormatter:b},x):x,m,c,S,i.get("useUTC"),d.get("textStyle")):_.text,T="item_"+u.name+"_"+f;this._showOrMove(d,function(){this._showTooltipContent(d,w,y,T,t.offsetX,t.offsetY,t.position,t.target,m)}),n({type:"showTip",dataIndexInside:f,dataIndex:v.getRawIndex(f),seriesIndex:s,from:this.uid})}},e.prototype._showComponentItemTooltip=function(t,a,n){var i=n1(a),o=i.tooltipConfig,s=o.option||{};if($(s)){var l=s;s={content:l,formatter:l}}var u=[s],f=this._ecModel.getComponent(i.componentMainType,i.componentIndex);f&&u.push(f),u.push({formatter:s.content});var h=t.positionDefault,v=u8(u,this._tooltipModel,h?{position:h}:null),c=v.get("content"),p=Math.random()+"",d=new ea;this._showOrMove(v,function(){var g=e1(v.get("formatterParams")||{});this._showTooltipContent(v,c,g,p,t.offsetX,t.offsetY,t.position,a,d)}),n({type:"showTip",from:this.uid})},e.prototype._showTooltipContent=function(t,a,n,i,o,s,l,u,f){if(this._ticket="",!(!t.get("showContent")||!t.get("show"))){var h=this._tooltipContent;h.setEnterable(t.get("enterable"));var v=t.get("formatter");l=l||t.get("position");var c=a,p=this._getNearestPoint([o,s],n,t.get("trigger"),t.get("borderColor")),d=p.color;if(v)if($(v)){var g=t.ecModel.get("useUTC"),y=z(n)?n[0]:n,m=y&&y.axisType&&y.axisType.indexOf("time")>=0;c=v,m&&(c=B6(y.axisValue,c,g)),c=hs(c,n,!0)}else if(K(v)){var _=U(function(S,b){S===this._ticket&&(h.setContent(b,f,t,d,l),this._updatePosition(t,l,o,s,h,n,u))},this);this._ticket=i,c=v(n,i,_)}else c=v;h.setContent(c,f,t,d,l),h.show(t,d),this._updatePosition(t,l,o,s,h,n,u)}},e.prototype._getNearestPoint=function(t,a,n,i){if(n==="axis"||z(a))return{color:i||(this._renderMode==="html"?"#fff":"none")};if(!z(a))return{color:i||a.color||a.borderColor}},e.prototype._updatePosition=function(t,a,n,i,o,s,l){var u=this._api.getWidth(),f=this._api.getHeight();a=a||t.get("position");var h=o.getSize(),v=t.get("align"),c=t.get("verticalAlign"),p=l&&l.getBoundingRect().clone();if(l&&p.applyTransform(l.transform),K(a)&&(a=a([n,i],s,o.el,p,{viewSize:[u,f],contentSize:h.slice()})),z(a))n=H(a[0],u),i=H(a[1],f);else if(Q(a)){var d=a;d.width=h[0],d.height=h[1];var g=J1(d,{width:u,height:f});n=g.x,i=g.y,v=null,c=null}else if($(a)&&l){var y=uY(a,p,h,t.get("borderWidth"));n=y[0],i=y[1]}else{var y=sY(n,i,o,u,f,v?null:20,c?null:20);n=y[0],i=y[1]}if(v&&(n-=Wp(v)?h[0]/2:v==="right"?h[0]:0),c&&(i-=Wp(c)?h[1]/2:c==="bottom"?h[1]:0),Gb(t)){var y=lY(n,i,o,u,f);n=y[0],i=y[1]}o.moveTo(n,i)},e.prototype._updateContentNotChangedOnAxis=function(t,a){var n=this._lastDataByCoordSys,i=this._cbParamsList,o=!!n&&n.length===t.length;return o&&A(n,function(s,l){var u=s.dataByAxis||[],f=t[l]||{},h=f.dataByAxis||[];o=o&&u.length===h.length,o&&A(u,function(v,c){var p=h[c]||{},d=v.seriesDataIndices||[],g=p.seriesDataIndices||[];o=o&&v.value===p.value&&v.axisType===p.axisType&&v.axisId===p.axisId&&d.length===g.length,o&&A(d,function(y,m){var _=g[m];o=o&&y.seriesIndex===_.seriesIndex&&y.dataIndex===_.dataIndex}),i&&A(v.seriesDataIndices,function(y){var m=y.seriesIndex,_=a[m],S=i[m];_&&S&&S.data!==_.data&&(o=!1)})})}),this._lastDataByCoordSys=t,this._cbParamsList=a,!!o},e.prototype._hide=function(t){this._lastDataByCoordSys=null,t({type:"hideTip",from:this.uid})},e.prototype.dispose=function(t,a){w1.node||!a.getDom()||(u6(this,"_updatePosition"),this._tooltipContent.dispose(),oo("itemTooltip",a))},e.type="tooltip",e}(z1);function u8(r,e,t){var a=e.ecModel,n;t?(n=new P1(t,a,a),n=new P1(e.option,n,a)):n=e;for(var i=r.length-1;i>=0;i--){var o=r[i];o&&(o instanceof P1&&(o=o.get("tooltip",!0)),$(o)&&(o={formatter:o}),o&&(n=new P1(o,n,a)))}return n}function Hp(r,e){return r.dispatchAction||U(e.dispatchAction,e)}function sY(r,e,t,a,n,i,o){var s=t.getSize(),l=s[0],u=s[1];return i!=null&&(r+l+i+2>a?r-=l+i:r+=i),o!=null&&(e+u+o>n?e-=u+o:e+=o),[r,e]}function lY(r,e,t,a,n){var i=t.getSize(),o=i[0],s=i[1];return r=Math.min(r+o,a)-o,e=Math.min(e+s,n)-s,r=Math.max(r,0),e=Math.max(e,0),[r,e]}function uY(r,e,t,a){var n=t[0],i=t[1],o=Math.ceil(Math.SQRT2*a)+8,s=0,l=0,u=e.width,f=e.height;switch(r){case"inside":s=e.x+u/2-n/2,l=e.y+f/2-i/2;break;case"top":s=e.x+u/2-n/2,l=e.y-i-o;break;case"bottom":s=e.x+u/2-n/2,l=e.y+f+o;break;case"left":s=e.x-n-o,l=e.y+f/2-i/2;break;case"right":s=e.x+u+o,l=e.y+f/2-i/2}return[s,l]}function Wp(r){return r==="center"||r==="middle"}function fY(r,e,t){var a=Wo(r).queryOptionMap,n=a.keys()[0];if(!(!n||n==="series")){var i=I6(e,n,a.get(n),{useDefault:!1,enableAll:!1,enableNone:!1}),o=i.models[0];if(o){var s=t.getViewOfComponentModel(o),l;if(s.group.traverse(function(u){var f=n1(u).tooltipConfig;if(f&&f.name===r.name)return l=u,!0}),l)return{componentMainType:n,componentIndex:o.componentIndex,el:l}}}}const hY=oY;function vY(r){h1(q6),r.registerComponentModel(UU),r.registerComponentView(hY),r.registerAction({type:"showTip",event:"showTip",update:"tooltip:manuallyShowTip"},U1),r.registerAction({type:"hideTip",event:"hideTip",update:"tooltip:manuallyHideTip"},U1)}var cY=["rect","polygon","keep","clear"];function pY(r,e){var t=R1(r?r.brush:[]);if(t.length){var a=[];A(t,function(l){var u=l.hasOwnProperty("toolbox")?l.toolbox:[];u instanceof Array&&(a=a.concat(u))});var n=r&&r.toolbox;z(n)&&(n=n[0]),n||(n={feature:{}},r.toolbox=[n]);var i=n.feature||(n.feature={}),o=i.brush||(i.brush={}),s=o.type||(o.type=[]);s.push.apply(s,a),dY(s),e&&!s.length&&s.push.apply(s,cY)}}function dY(r){var e={};A(r,function(t){e[t]=1}),r.length=0,A(e,function(t,a){r.push(a)})}var $p=A;function Up(r){if(r){for(var e in r)if(r.hasOwnProperty(e))return!0}}function vo(r,e,t){var a={};return $p(e,function(i){var o=a[i]=n();$p(r[i],function(s,l){if(f2.isValidType(l)){var u={type:l,visual:s};t&&t(u,i),o[l]=new f2(u),l==="opacity"&&(u=e1(u),u.type="colorAlpha",o.__hidden.__alphaForOpacity=new f2(u))}})}),a;function n(){var i=function(){};i.prototype.__hidden=i.prototype;var o=new i;return o}}function $b(r,e,t){var a;A(t,function(n){e.hasOwnProperty(n)&&Up(e[n])&&(a=!0)}),a&&A(t,function(n){e.hasOwnProperty(n)&&Up(e[n])?r[n]=e1(e[n]):delete r[n]})}function gY(r,e,t,a,n,i){var o={};A(r,function(h){var v=f2.prepareVisualTypes(e[h]);o[h]=v});var s;function l(h){return ws(t,s,h)}function u(h,v){Qm(t,s,h,v)}i==null?t.each(f):t.each([i],f);function f(h,v){s=i==null?h:v;var c=t.getRawDataItem(s);if(!(c&&c.visualMap===!1))for(var p=a.call(n,h),d=e[p],g=o[p],y=0,m=g.length;ye[0][1]&&(e[0][1]=i[0]),i[1]e[1][1]&&(e[1][1]=i[1])}return e&&Kp(e)}};function Kp(r){return new s1(r[0][0],r[1][0],r[0][1]-r[0][0],r[1][1]-r[1][0])}var TY=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type=e.type,t}return e.prototype.init=function(t,a){this.ecModel=t,this.api=a,this.model,(this._brushController=new gl(a.getZr())).on("brush",U(this._onBrush,this)).mount()},e.prototype.render=function(t,a,n,i){this.model=t,this._updateController(t,a,n,i)},e.prototype.updateTransform=function(t,a,n,i){Ub(a),this._updateController(t,a,n,i)},e.prototype.updateVisual=function(t,a,n,i){this.updateTransform(t,a,n,i)},e.prototype.updateView=function(t,a,n,i){this._updateController(t,a,n,i)},e.prototype._updateController=function(t,a,n,i){(!i||i.$from!==t.id)&&this._brushController.setPanels(t.brushTargetManager.makePanelOpts(n)).enableBrush(t.brushOption).updateCovers(t.areas.slice())},e.prototype.dispose=function(){this._brushController.dispose()},e.prototype._onBrush=function(t){var a=this.model.id,n=this.model.brushTargetManager.setOutputRanges(t.areas,this.ecModel);(!t.isEnd||t.removeOnClick)&&this.api.dispatchAction({type:"brush",brushId:a,areas:e1(n),$from:a}),t.isEnd&&this.api.dispatchAction({type:"brushEnd",brushId:a,areas:e1(n),$from:a})},e.type="brush",e}(z1);const CY=TY;var AY="#ddd",MY=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type=e.type,t.areas=[],t.brushOption={},t}return e.prototype.optionUpdated=function(t,a){var n=this.option;!a&&$b(n,t,["inBrush","outOfBrush"]);var i=n.inBrush=n.inBrush||{};n.outOfBrush=n.outOfBrush||{color:AY},i.hasOwnProperty("liftZ")||(i.liftZ=5)},e.prototype.setAreas=function(t){t&&(this.areas=G(t,function(a){return jp(this.option,a)},this))},e.prototype.setBrushOption=function(t){this.brushOption=jp(this.option,t),this.brushType=this.brushOption.brushType},e.type="brush",e.dependencies=["geo","grid","xAxis","yAxis","parallel","series"],e.defaultOption={seriesIndex:"all",brushType:"rect",brushMode:"single",transformable:!0,brushStyle:{borderWidth:1,color:"rgba(210,219,238,0.3)",borderColor:"#D2DBEE"},throttleType:"fixRate",throttleDelay:0,removeOnClick:!0,z:1e4},e}(_1);function jp(r,e){return o1({brushType:r.brushType,brushMode:r.brushMode,transformable:r.transformable,brushStyle:new P1(r.brushStyle).getItemStyle(),removeOnClick:r.removeOnClick,z:r.z},e,!0)}const DY=MY;var LY=["rect","polygon","lineX","lineY","keep","clear"],IY=function(r){k(e,r);function e(){return r!==null&&r.apply(this,arguments)||this}return e.prototype.render=function(t,a,n){var i,o,s;a.eachComponent({mainType:"brush"},function(l){i=l.brushType,o=l.brushOption.brushMode||"single",s=s||!!l.areas.length}),this._brushType=i,this._brushMode=o,A(t.get("type",!0),function(l){t.setIconStatus(l,(l==="keep"?o==="multiple":l==="clear"?s:l===i)?"emphasis":"normal")})},e.prototype.updateView=function(t,a,n){this.render(t,a,n)},e.prototype.getIcons=function(){var t=this.model,a=t.get("icon",!0),n={};return A(t.get("type",!0),function(i){a[i]&&(n[i]=a[i])}),n},e.prototype.onclick=function(t,a,n){var i=this._brushType,o=this._brushMode;n==="clear"?(a.dispatchAction({type:"axisAreaSelect",intervals:[]}),a.dispatchAction({type:"brush",command:"clear",areas:[]})):a.dispatchAction({type:"takeGlobalCursor",key:"brush",brushOption:{brushType:n==="keep"?i:i===n?!1:n,brushMode:n==="keep"?o==="multiple"?"single":"multiple":o}})},e.getDefaultOption=function(t){var a={show:!0,type:LY.slice(),icon:{rect:"M7.3,34.7 M0.4,10V-0.2h9.8 M89.6,10V-0.2h-9.8 M0.4,60v10.2h9.8 M89.6,60v10.2h-9.8 M12.3,22.4V10.5h13.1 M33.6,10.5h7.8 M49.1,10.5h7.8 M77.5,22.4V10.5h-13 M12.3,31.1v8.2 M77.7,31.1v8.2 M12.3,47.6v11.9h13.1 M33.6,59.5h7.6 M49.1,59.5 h7.7 M77.5,47.6v11.9h-13",polygon:"M55.2,34.9c1.7,0,3.1,1.4,3.1,3.1s-1.4,3.1-3.1,3.1 s-3.1-1.4-3.1-3.1S53.5,34.9,55.2,34.9z M50.4,51c1.7,0,3.1,1.4,3.1,3.1c0,1.7-1.4,3.1-3.1,3.1c-1.7,0-3.1-1.4-3.1-3.1 C47.3,52.4,48.7,51,50.4,51z M55.6,37.1l1.5-7.8 M60.1,13.5l1.6-8.7l-7.8,4 M59,19l-1,5.3 M24,16.1l6.4,4.9l6.4-3.3 M48.5,11.6 l-5.9,3.1 M19.1,12.8L9.7,5.1l1.1,7.7 M13.4,29.8l1,7.3l6.6,1.6 M11.6,18.4l1,6.1 M32.8,41.9 M26.6,40.4 M27.3,40.2l6.1,1.6 M49.9,52.1l-5.6-7.6l-4.9-1.2",lineX:"M15.2,30 M19.7,15.6V1.9H29 M34.8,1.9H40.4 M55.3,15.6V1.9H45.9 M19.7,44.4V58.1H29 M34.8,58.1H40.4 M55.3,44.4 V58.1H45.9 M12.5,20.3l-9.4,9.6l9.6,9.8 M3.1,29.9h16.5 M62.5,20.3l9.4,9.6L62.3,39.7 M71.9,29.9H55.4",lineY:"M38.8,7.7 M52.7,12h13.2v9 M65.9,26.6V32 M52.7,46.3h13.2v-9 M24.9,12H11.8v9 M11.8,26.6V32 M24.9,46.3H11.8v-9 M48.2,5.1l-9.3-9l-9.4,9.2 M38.9-3.9V12 M48.2,53.3l-9.3,9l-9.4-9.2 M38.9,62.3V46.4",keep:"M4,10.5V1h10.3 M20.7,1h6.1 M33,1h6.1 M55.4,10.5V1H45.2 M4,17.3v6.6 M55.6,17.3v6.6 M4,30.5V40h10.3 M20.7,40 h6.1 M33,40h6.1 M55.4,30.5V40H45.2 M21,18.9h62.9v48.6H21V18.9z",clear:"M22,14.7l30.9,31 M52.9,14.7L22,45.7 M4.7,16.8V4.2h13.1 M26,4.2h7.8 M41.6,4.2h7.8 M70.3,16.8V4.2H57.2 M4.7,25.9v8.6 M70.3,25.9v8.6 M4.7,43.2v12.6h13.1 M26,55.8h7.8 M41.6,55.8h7.8 M70.3,43.2v12.6H57.2"},title:t.getLocaleModel().get(["toolbox","brush","title"])};return a},e}(o3);const PY=IY;function RY(r){r.registerComponentView(CY),r.registerComponentModel(DY),r.registerPreprocessor(pY),r.registerVisual(r.PRIORITY.VISUAL.BRUSH,_Y),r.registerAction({type:"brush",event:"brush",update:"updateVisual"},function(e,t){t.eachComponent({mainType:"brush",query:e},function(a){a.setAreas(e.areas)})}),r.registerAction({type:"brushSelect",event:"brushSelected",update:"none"},U1),r.registerAction({type:"brushEnd",event:"brushEnd",update:"none"},U1),q5("brush",PY)}var EY=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type=e.type,t.layoutMode={type:"box",ignoreSize:!0},t}return e.type="title",e.defaultOption={z:6,show:!0,text:"",target:"blank",subtext:"",subtarget:"blank",left:0,top:0,backgroundColor:"rgba(0,0,0,0)",borderColor:"#ccc",borderWidth:0,padding:5,itemGap:10,textStyle:{fontSize:18,fontWeight:"bold",color:"#464646"},subtextStyle:{fontSize:12,color:"#6E7079"}},e}(_1),kY=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type=e.type,t}return e.prototype.render=function(t,a,n){if(this.group.removeAll(),!!t.get("show")){var i=this.group,o=t.getModel("textStyle"),s=t.getModel("subtextStyle"),l=t.get("textAlign"),u=f1(t.get("textBaseline"),t.get("textVerticalAlign")),f=new S1({style:O1(o,{text:t.get("text"),fill:o.getTextColor()},{disableBox:!0}),z2:10}),h=f.getBoundingRect(),v=t.get("subtext"),c=new S1({style:O1(s,{text:v,fill:s.getTextColor(),y:h.height+t.get("itemGap"),verticalAlign:"top"},{disableBox:!0}),z2:10}),p=t.get("link"),d=t.get("sublink"),g=t.get("triggerEvent",!0);f.silent=!p&&!g,c.silent=!d&&!g,p&&f.on("click",function(){Nt(p,"_"+t.get("target"))}),d&&c.on("click",function(){Nt(d,"_"+t.get("subtarget"))}),n1(f).eventData=n1(c).eventData=g?{componentType:"title",componentIndex:t.componentIndex}:null,i.add(f),v&&i.add(c);var y=i.getBoundingRect(),m=t.getBoxLayoutParams();m.width=y.width,m.height=y.height;var _=J1(m,{width:n.getWidth(),height:n.getHeight()},t.get("padding"));l||(l=t.get("left")||t.get("right"),l==="middle"&&(l="center"),l==="right"?_.x+=_.width:l==="center"&&(_.x+=_.width/2)),u||(u=t.get("top")||t.get("bottom"),u==="center"&&(u="middle"),u==="bottom"?_.y+=_.height:u==="middle"&&(_.y+=_.height/2),u=u||"top"),i.x=_.x,i.y=_.y,i.markRedraw();var S={align:l,verticalAlign:u};f.setStyle(S),c.setStyle(S),y=i.getBoundingRect();var b=_.margin,x=t.getItemStyle(["color","opacity"]);x.fill=t.get("backgroundColor");var w=new x1({shape:{x:y.x-b[3],y:y.y-b[0],width:y.width+b[1]+b[3],height:y.height+b[0]+b[2],r:t.get("borderRadius")},style:x,subPixelOptimize:!0,silent:!0});i.add(w)}},e.type="title",e}(z1);function OY(r){r.registerComponentModel(EY),r.registerComponentView(kY)}var NY=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type=e.type,t.layoutMode="box",t}return e.prototype.init=function(t,a,n){this.mergeDefaultAndTheme(t,n),this._initData()},e.prototype.mergeOption=function(t){r.prototype.mergeOption.apply(this,arguments),this._initData()},e.prototype.setCurrentIndex=function(t){t==null&&(t=this.option.currentIndex);var a=this._data.count();this.option.loop?t=(t%a+a)%a:(t>=a&&(t=a-1),t<0&&(t=0)),this.option.currentIndex=t},e.prototype.getCurrentIndex=function(){return this.option.currentIndex},e.prototype.isIndexMax=function(){return this.getCurrentIndex()>=this._data.count()-1},e.prototype.setPlayState=function(t){this.option.autoPlay=!!t},e.prototype.getPlayState=function(){return!!this.option.autoPlay},e.prototype._initData=function(){var t=this.option,a=t.data||[],n=t.axisType,i=this._names=[],o;n==="category"?(o=[],A(a,function(u,f){var h=Q1(x0(u),""),v;Q(u)?(v=e1(u),v.value=f):v=f,o.push(v),i.push(h)})):o=a;var s={category:"ordinal",time:"time",value:"number"}[n]||"number",l=this._data=new S2([{name:"value",type:s}],this);l.initData(o,i)},e.prototype.getData=function(){return this._data},e.prototype.getCategories=function(){if(this.get("axisType")==="category")return this._names.slice()},e.type="timeline",e.defaultOption={z:4,show:!0,axisType:"time",realtime:!0,left:"20%",top:null,right:"20%",bottom:0,width:null,height:40,padding:5,controlPosition:"left",autoPlay:!1,rewind:!1,loop:!0,playInterval:2e3,currentIndex:0,itemStyle:{},label:{color:"#000"},data:[]},e}(_1);const Jp=NY;var Yb=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type=e.type,t}return e.type="timeline.slider",e.defaultOption=u9(Jp.defaultOption,{backgroundColor:"rgba(0,0,0,0)",borderColor:"#ccc",borderWidth:0,orient:"horizontal",inverse:!1,tooltip:{trigger:"item"},symbol:"circle",symbolSize:12,lineStyle:{show:!0,width:2,color:"#DAE1F5"},label:{position:"auto",show:!0,interval:"auto",rotate:0,color:"#A4B1D7"},itemStyle:{color:"#A4B1D7",borderWidth:1},checkpointStyle:{symbol:"circle",symbolSize:15,color:"#316bf3",borderColor:"#fff",borderWidth:2,shadowBlur:2,shadowOffsetX:1,shadowOffsetY:1,shadowColor:"rgba(0, 0, 0, 0.3)",animation:!0,animationDuration:300,animationEasing:"quinticInOut"},controlStyle:{show:!0,showPlayBtn:!0,showPrevBtn:!0,showNextBtn:!0,itemSize:24,itemGap:12,position:"left",playIcon:"path://M31.6,53C17.5,53,6,41.5,6,27.4S17.5,1.8,31.6,1.8C45.7,1.8,57.2,13.3,57.2,27.4S45.7,53,31.6,53z M31.6,3.3 C18.4,3.3,7.5,14.1,7.5,27.4c0,13.3,10.8,24.1,24.1,24.1C44.9,51.5,55.7,40.7,55.7,27.4C55.7,14.1,44.9,3.3,31.6,3.3z M24.9,21.3 c0-2.2,1.6-3.1,3.5-2l10.5,6.1c1.899,1.1,1.899,2.9,0,4l-10.5,6.1c-1.9,1.1-3.5,0.2-3.5-2V21.3z",stopIcon:"path://M30.9,53.2C16.8,53.2,5.3,41.7,5.3,27.6S16.8,2,30.9,2C45,2,56.4,13.5,56.4,27.6S45,53.2,30.9,53.2z M30.9,3.5C17.6,3.5,6.8,14.4,6.8,27.6c0,13.3,10.8,24.1,24.101,24.1C44.2,51.7,55,40.9,55,27.6C54.9,14.4,44.1,3.5,30.9,3.5z M36.9,35.8c0,0.601-0.4,1-0.9,1h-1.3c-0.5,0-0.9-0.399-0.9-1V19.5c0-0.6,0.4-1,0.9-1H36c0.5,0,0.9,0.4,0.9,1V35.8z M27.8,35.8 c0,0.601-0.4,1-0.9,1h-1.3c-0.5,0-0.9-0.399-0.9-1V19.5c0-0.6,0.4-1,0.9-1H27c0.5,0,0.9,0.4,0.9,1L27.8,35.8L27.8,35.8z",nextIcon:"M2,18.5A1.52,1.52,0,0,1,.92,18a1.49,1.49,0,0,1,0-2.12L7.81,9.36,1,3.11A1.5,1.5,0,1,1,3,.89l8,7.34a1.48,1.48,0,0,1,.49,1.09,1.51,1.51,0,0,1-.46,1.1L3,18.08A1.5,1.5,0,0,1,2,18.5Z",prevIcon:"M10,.5A1.52,1.52,0,0,1,11.08,1a1.49,1.49,0,0,1,0,2.12L4.19,9.64,11,15.89a1.5,1.5,0,1,1-2,2.22L1,10.77A1.48,1.48,0,0,1,.5,9.68,1.51,1.51,0,0,1,1,8.58L9,.92A1.5,1.5,0,0,1,10,.5Z",prevBtnSize:18,nextBtnSize:18,color:"#A4B1D7",borderColor:"#A4B1D7",borderWidth:1},emphasis:{label:{show:!0,color:"#6f778d"},itemStyle:{color:"#316BF3"},controlStyle:{color:"#316BF3",borderColor:"#316BF3",borderWidth:2}},progress:{lineStyle:{color:"#316BF3"},itemStyle:{color:"#316BF3"},label:{color:"#6f778d"}},data:[]}),e}(Jp);Y1(Yb,_s.prototype);const BY=Yb;var VY=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type=e.type,t}return e.type="timeline",e}(z1);const zY=VY;var GY=function(r){k(e,r);function e(t,a,n,i){var o=r.call(this,t,a,n)||this;return o.type=i||"value",o}return e.prototype.getLabelModel=function(){return this.model.getModel("label")},e.prototype.isHorizontal=function(){return this.model.get("orient")==="horizontal"},e}(g3);const FY=GY;var _n=Math.PI,Qp=C1(),HY=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type=e.type,t}return e.prototype.init=function(t,a){this.api=a},e.prototype.render=function(t,a,n){if(this.model=t,this.api=n,this.ecModel=a,this.group.removeAll(),t.get("show",!0)){var i=this._layout(t,n),o=this._createGroup("_mainGroup"),s=this._createGroup("_labelGroup"),l=this._axis=this._createAxis(i,t);t.formatTooltip=function(u){var f=l.scale.getLabel({value:u});return i2("nameValue",{noName:!0,value:f})},A(["AxisLine","AxisTick","Control","CurrentPointer"],function(u){this["_render"+u](i,o,l,t)},this),this._renderAxisLabel(i,s,l,t),this._position(i,t)}this._doPlayStop(),this._updateTicksStatus()},e.prototype.remove=function(){this._clearTimer(),this.group.removeAll()},e.prototype.dispose=function(){this._clearTimer()},e.prototype._layout=function(t,a){var n=t.get(["label","position"]),i=t.get("orient"),o=$Y(t,a),s;n==null||n==="auto"?s=i==="horizontal"?o.y+o.height/2=0||s==="+"?"left":"right"},u={horizontal:s>=0||s==="+"?"top":"bottom",vertical:"middle"},f={horizontal:0,vertical:_n/2},h=i==="vertical"?o.height:o.width,v=t.getModel("controlStyle"),c=v.get("show",!0),p=c?v.get("itemSize"):0,d=c?v.get("itemGap"):0,g=p+d,y=t.get(["label","rotate"])||0;y=y*_n/180;var m,_,S,b=v.get("position",!0),x=c&&v.get("showPlayBtn",!0),w=c&&v.get("showPrevBtn",!0),T=c&&v.get("showNextBtn",!0),C=0,M=h;b==="left"||b==="bottom"?(x&&(m=[0,0],C+=g),w&&(_=[C,0],C+=g),T&&(S=[M-p,0],M-=g)):(x&&(m=[M-p,0],M-=g),w&&(_=[0,0],C+=g),T&&(S=[M-p,0],M-=g));var D=[C,M];return t.get("inverse")&&D.reverse(),{viewRect:o,mainLength:h,orient:i,rotation:f[i],labelRotation:y,labelPosOpt:s,labelAlign:t.get(["label","align"])||l[i],labelBaseline:t.get(["label","verticalAlign"])||t.get(["label","baseline"])||u[i],playPosition:m,prevBtnPosition:_,nextBtnPosition:S,axisExtent:D,controlSize:p,controlGap:d}},e.prototype._position=function(t,a){var n=this._mainGroup,i=this._labelGroup,o=t.viewRect;if(t.orient==="vertical"){var s=F2(),l=o.x,u=o.y+o.height;L3(s,s,[-l,-u]),s9(s,s,-_n/2),L3(s,s,[l,u]),o=o.clone(),o.applyTransform(s)}var f=m(o),h=m(n.getBoundingRect()),v=m(i.getBoundingRect()),c=[n.x,n.y],p=[i.x,i.y];p[0]=c[0]=f[0][0];var d=t.labelPosOpt;if(d==null||$(d)){var g=d==="+"?0:1;_(c,h,f,1,g),_(p,v,f,1,1-g)}else{var g=d>=0?0:1;_(c,h,f,1,g),p[1]=c[1]+d}n.setPosition(c),i.setPosition(p),n.rotation=i.rotation=t.rotation,y(n),y(i);function y(S){S.originX=f[0][0]-S.x,S.originY=f[1][0]-S.y}function m(S){return[[S.x,S.x+S.width],[S.y,S.y+S.height]]}function _(S,b,x,w,T){S[w]+=x[w][T]-b[w][T]}},e.prototype._createAxis=function(t,a){var n=a.getData(),i=a.get("axisType"),o=WY(a,i);o.getTicks=function(){return n.mapArray(["value"],function(u){return{value:u}})};var s=n.getDataExtent("value");o.setExtent(s[0],s[1]),o.calcNiceTicks();var l=new FY("value",o,t.axisExtent,i);return l.model=a,l},e.prototype._createGroup=function(t){var a=this[t]=new r1;return this.group.add(a),a},e.prototype._renderAxisLine=function(t,a,n,i){var o=n.getExtent();if(i.get(["lineStyle","show"])){var s=new r2({shape:{x1:o[0],y1:0,x2:o[1],y2:0},style:B({lineCap:"round"},i.getModel("lineStyle").getLineStyle()),silent:!0,z2:1});a.add(s);var l=this._progressLine=new r2({shape:{x1:o[0],x2:this._currentPointer?this._currentPointer.x:o[0],y1:0,y2:0},style:j({lineCap:"round",lineWidth:s.style.lineWidth},i.getModel(["progress","lineStyle"]).getLineStyle()),silent:!0,z2:1});a.add(l)}},e.prototype._renderAxisTick=function(t,a,n,i){var o=this,s=i.getData(),l=n.scale.getTicks();this._tickSymbols=[],A(l,function(u){var f=n.dataToCoord(u.value),h=s.getItemModel(u.value),v=h.getModel("itemStyle"),c=h.getModel(["emphasis","itemStyle"]),p=h.getModel(["progress","itemStyle"]),d={x:f,y:0,onclick:U(o._changeTimeline,o,u.value)},g=td(h,v,a,d);g.ensureState("emphasis").style=c.getItemStyle(),g.ensureState("progress").style=p.getItemStyle(),Z4(g);var y=n1(g);h.get("tooltip")?(y.dataIndex=u.value,y.dataModel=i):y.dataIndex=y.dataModel=null,o._tickSymbols.push(g)})},e.prototype._renderAxisLabel=function(t,a,n,i){var o=this,s=n.getLabelModel();if(s.get("show")){var l=i.getData(),u=n.getViewLabels();this._tickLabels=[],A(u,function(f){var h=f.tickValue,v=l.getItemModel(h),c=v.getModel("label"),p=v.getModel(["emphasis","label"]),d=v.getModel(["progress","label"]),g=n.dataToCoord(f.tickValue),y=new S1({x:g,y:0,rotation:t.labelRotation-t.rotation,onclick:U(o._changeTimeline,o,h),silent:!1,style:O1(c,{text:f.formattedLabel,align:t.labelAlign,verticalAlign:t.labelBaseline})});y.ensureState("emphasis").style=O1(p),y.ensureState("progress").style=O1(d),a.add(y),Z4(y),Qp(y).dataIndex=h,o._tickLabels.push(y)})}},e.prototype._renderControl=function(t,a,n,i){var o=t.controlSize,s=t.rotation,l=i.getModel("controlStyle").getItemStyle(),u=i.getModel(["emphasis","controlStyle"]).getItemStyle(),f=i.getPlayState(),h=i.get("inverse",!0);v(t.nextBtnPosition,"next",U(this._changeTimeline,this,h?"-":"+")),v(t.prevBtnPosition,"prev",U(this._changeTimeline,this,h?"+":"-")),v(t.playPosition,f?"stop":"play",U(this._handlePlayClick,this,!f),!0);function v(c,p,d,g){if(c){var y=I3(f1(i.get(["controlStyle",p+"BtnSize"]),o),o),m=[0,-y/2,y,y],_=UY(i,p+"Icon",m,{x:c[0],y:c[1],originX:o/2,originY:0,rotation:g?-s:0,rectHover:!0,style:l,onclick:d});_.ensureState("emphasis").style=u,a.add(_),Z4(_)}}},e.prototype._renderCurrentPointer=function(t,a,n,i){var o=i.getData(),s=i.getCurrentIndex(),l=o.getItemModel(s).getModel("checkpointStyle"),u=this,f={onCreate:function(h){h.draggable=!0,h.drift=U(u._handlePointerDrag,u),h.ondragend=U(u._handlePointerDragend,u),ed(h,u._progressLine,s,n,i,!0)},onUpdate:function(h){ed(h,u._progressLine,s,n,i)}};this._currentPointer=td(l,l,this._mainGroup,{},this._currentPointer,f)},e.prototype._handlePlayClick=function(t){this._clearTimer(),this.api.dispatchAction({type:"timelinePlayChange",playState:t,from:this.uid})},e.prototype._handlePointerDrag=function(t,a,n){this._clearTimer(),this._pointerChangeTimeline([n.offsetX,n.offsetY])},e.prototype._handlePointerDragend=function(t){this._pointerChangeTimeline([t.offsetX,t.offsetY],!0)},e.prototype._pointerChangeTimeline=function(t,a){var n=this._toAxisCoord(t)[0],i=this._axis,o=Z2(i.getExtent().slice());n>o[1]&&(n=o[1]),n=0&&(o[i]=+o[i].toFixed(v)),[o,h]}var Sn={min:i1(K7,"min"),max:i1(K7,"max"),average:i1(K7,"average"),median:i1(K7,"median")};function b6(r,e){if(e){var t=r.getData(),a=r.coordinateSystem,n=a&&a.dimensions;if(!QY(e)&&!z(e.coord)&&z(n)){var i=Xb(e,t,a,r);if(e=e1(e),e.type&&Sn[e.type]&&i.baseAxis&&i.valueAxis){var o=c1(n,i.baseAxis.dim),s=c1(n,i.valueAxis.dim),l=Sn[e.type](t,i.baseDataDim,i.valueDataDim,o,s);e.coord=l[0],e.value=l[1]}else e.coord=[e.xAxis!=null?e.xAxis:e.radiusAxis,e.yAxis!=null?e.yAxis:e.angleAxis]}if(e.coord==null||!z(n))e.coord=[];else for(var u=e.coord,f=0;f<2;f++)Sn[u[f]]&&(u[f]=Gl(t,t.mapDimension(n[f]),u[f]));return e}}function Xb(r,e,t,a){var n={};return r.valueIndex!=null||r.valueDim!=null?(n.valueDataDim=r.valueIndex!=null?e.getDimension(r.valueIndex):r.valueDim,n.valueAxis=t.getAxis(tZ(a,n.valueDataDim)),n.baseAxis=t.getOtherAxis(n.valueAxis),n.baseDataDim=e.mapDimension(n.baseAxis.dim)):(n.baseAxis=a.getBaseAxis(),n.valueAxis=t.getOtherAxis(n.baseAxis),n.baseDataDim=e.mapDimension(n.baseAxis.dim),n.valueDataDim=e.mapDimension(n.valueAxis.dim)),n}function tZ(r,e){var t=r.getData().getDimensionInfo(e);return t&&t.coordDim}function w6(r,e){return r&&r.containData&&e.coord&&!po(e)?r.containData(e.coord):!0}function eZ(r,e,t){return r&&r.containZone&&e.coord&&t.coord&&!po(e)&&!po(t)?r.containZone(e.coord,t.coord):!0}function qb(r,e){return r?function(t,a,n,i){var o=i<2?t.coord&&t.coord[i]:t.value;return K4(o,e[i])}:function(t,a,n,i){return K4(t.value,e[i])}}function Gl(r,e,t){if(t==="average"){var a=0,n=0;return r.each(e,function(i,o){isNaN(i)||(a+=i,n++)}),a/n}else return t==="median"?r.getMedian(e):r.getDataExtent(e)[t==="max"?1:0]}var xn=C1(),rZ=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type=e.type,t}return e.prototype.init=function(){this.markerGroupMap=X()},e.prototype.render=function(t,a,n){var i=this,o=this.markerGroupMap;o.each(function(s){xn(s).keep=!1}),a.eachSeries(function(s){var l=i9.getMarkerModelFromSeries(s,i.type);l&&i.renderSeries(s,l,a,n)}),o.each(function(s){!xn(s).keep&&i.group.remove(s.group)})},e.prototype.markKeep=function(t){xn(t).keep=!0},e.prototype.toggleBlurSeries=function(t,a){var n=this;A(t,function(i){var o=i9.getMarkerModelFromSeries(i,n.type);if(o){var s=o.getData();s.eachItemGraphicEl(function(l){l&&(a?my(l):qo(l))})}})},e.type="marker",e}(z1);const Fl=rZ;function ad(r,e,t){var a=e.coordinateSystem;r.each(function(n){var i=r.getItemModel(n),o,s=H(i.get("x"),t.getWidth()),l=H(i.get("y"),t.getHeight());if(!isNaN(s)&&!isNaN(l))o=[s,l];else if(e.getMarkerPosition)o=e.getMarkerPosition(r.getValues(r.dimensions,n));else if(a){var u=r.get(a.dimensions[0],n),f=r.get(a.dimensions[1],n);o=a.dataToPoint([u,f])}isNaN(s)||(o[0]=s),isNaN(l)||(o[1]=l),r.setItemLayout(n,o)})}var aZ=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type=e.type,t}return e.prototype.updateTransform=function(t,a,n){a.eachSeries(function(i){var o=i9.getMarkerModelFromSeries(i,"markPoint");o&&(ad(o.getData(),i,n),this.markerGroupMap.get(i.id).updateLayout())},this)},e.prototype.renderSeries=function(t,a,n,i){var o=t.coordinateSystem,s=t.id,l=t.getData(),u=this.markerGroupMap,f=u.get(s)||u.set(s,new W6),h=nZ(o,t,a);a.setData(h),ad(a.getData(),t,i),h.each(function(v){var c=h.getItemModel(v),p=c.getShallow("symbol"),d=c.getShallow("symbolSize"),g=c.getShallow("symbolRotate"),y=c.getShallow("symbolOffset"),m=c.getShallow("symbolKeepAspect");if(K(p)||K(d)||K(g)||K(y)){var _=a.getRawValue(v),S=a.getDataParams(v);K(p)&&(p=p(_,S)),K(d)&&(d=d(_,S)),K(g)&&(g=g(_,S)),K(y)&&(y=y(_,S))}var b=c.getModel("itemStyle").getItemStyle(),x=V6(l,"color");b.fill||(b.fill=x),h.setItemVisual(v,{symbol:p,symbolSize:d,symbolRotate:g,symbolOffset:y,symbolKeepAspect:m,style:b})}),f.updateData(h),this.group.add(f.group),h.eachItemGraphicEl(function(v){v.traverse(function(c){n1(c).dataModel=a})}),this.markKeep(f),f.group.silent=a.get("silent")||t.get("silent")},e.type="markPoint",e}(Fl);function nZ(r,e,t){var a;r?a=G(r&&r.dimensions,function(s){var l=e.getData().getDimensionInfo(e.getData().mapDimension(s))||{};return B(B({},l),{name:s,ordinalMeta:null})}):a=[{name:"value",type:"float"}];var n=new S2(a,t),i=G(t.get("data"),i1(b6,e));r&&(i=I1(i,i1(w6,r)));var o=qb(!!r,a);return n.initData(i,null,o),n}const iZ=aZ;function oZ(r){r.registerComponentModel(JY),r.registerComponentView(iZ),r.registerPreprocessor(function(e){zl(e.series,"markPoint")&&(e.markPoint=e.markPoint||{})})}var sZ=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type=e.type,t}return e.prototype.createMarkerModelFromSeries=function(t,a,n){return new e(t,a,n)},e.type="markLine",e.defaultOption={z:5,symbol:["circle","arrow"],symbolSize:[8,16],symbolOffset:0,precision:2,tooltip:{trigger:"item"},label:{show:!0,position:"end",distance:5},lineStyle:{type:"dashed"},emphasis:{label:{show:!0},lineStyle:{width:3}},animationEasing:"linear"},e}(i9);const lZ=sZ;var j7=C1(),uZ=function(r,e,t,a){var n=r.getData(),i;if(z(a))i=a;else{var o=a.type;if(o==="min"||o==="max"||o==="average"||o==="median"||a.xAxis!=null||a.yAxis!=null){var s=void 0,l=void 0;if(a.yAxis!=null||a.xAxis!=null)s=e.getAxis(a.yAxis!=null?"y":"x"),l=e2(a.yAxis,a.xAxis);else{var u=Xb(a,n,e,r);s=u.valueAxis;var f=Os(n,u.valueDataDim);l=Gl(n,f,o)}var h=s.dim==="x"?0:1,v=1-h,c=e1(a),p={coord:[]};c.type=null,c.coord=[],c.coord[v]=-1/0,p.coord[v]=1/0;var d=t.get("precision");d>=0&&T1(l)&&(l=+l.toFixed(Math.min(d,20))),c.coord[h]=p.coord[h]=l,i=[c,p,{type:o,valueIndex:a.valueIndex,value:l}]}else i=[]}var g=[b6(r,i[0]),b6(r,i[1]),B({},i[2])];return g[2].type=g[2].type||null,o1(g[2],g[0]),o1(g[2],g[1]),g};function he(r){return!isNaN(r)&&!isFinite(r)}function nd(r,e,t,a){var n=1-r,i=a.dimensions[r];return he(e[n])&&he(t[n])&&e[r]===t[r]&&a.getAxis(i).containData(e[r])}function fZ(r,e){if(r.type==="cartesian2d"){var t=e[0].coord,a=e[1].coord;if(t&&a&&(nd(1,t,a,r)||nd(0,t,a,r)))return!0}return w6(r,e[0])&&w6(r,e[1])}function bn(r,e,t,a,n){var i=a.coordinateSystem,o=r.getItemModel(e),s,l=H(o.get("x"),n.getWidth()),u=H(o.get("y"),n.getHeight());if(!isNaN(l)&&!isNaN(u))s=[l,u];else{if(a.getMarkerPosition)s=a.getMarkerPosition(r.getValues(r.dimensions,e));else{var f=i.dimensions,h=r.get(f[0],e),v=r.get(f[1],e);s=i.dataToPoint([h,v])}if(S5(i,"cartesian2d")){var c=i.getAxis("x"),p=i.getAxis("y"),f=i.dimensions;he(r.get(f[0],e))?s[0]=c.toGlobalCoord(c.getExtent()[t?0:1]):he(r.get(f[1],e))&&(s[1]=p.toGlobalCoord(p.getExtent()[t?0:1]))}isNaN(l)||(s[0]=l),isNaN(u)||(s[1]=u)}r.setItemLayout(e,s)}var hZ=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type=e.type,t}return e.prototype.updateTransform=function(t,a,n){a.eachSeries(function(i){var o=i9.getMarkerModelFromSeries(i,"markLine");if(o){var s=o.getData(),l=j7(o).from,u=j7(o).to;l.each(function(f){bn(l,f,!0,i,n),bn(u,f,!1,i,n)}),s.each(function(f){s.setItemLayout(f,[l.getItemLayout(f),u.getItemLayout(f)])}),this.markerGroupMap.get(i.id).updateLayout()}},this)},e.prototype.renderSeries=function(t,a,n,i){var o=t.coordinateSystem,s=t.id,l=t.getData(),u=this.markerGroupMap,f=u.get(s)||u.set(s,new fl);this.group.add(f.group);var h=vZ(o,t,a),v=h.from,c=h.to,p=h.line;j7(a).from=v,j7(a).to=c,a.setData(p);var d=a.get("symbol"),g=a.get("symbolSize"),y=a.get("symbolRotate"),m=a.get("symbolOffset");z(d)||(d=[d,d]),z(g)||(g=[g,g]),z(y)||(y=[y,y]),z(m)||(m=[m,m]),h.from.each(function(S){_(v,S,!0),_(c,S,!1)}),p.each(function(S){var b=p.getItemModel(S).getModel("lineStyle").getLineStyle();p.setItemLayout(S,[v.getItemLayout(S),c.getItemLayout(S)]),b.stroke==null&&(b.stroke=v.getItemVisual(S,"style").fill),p.setItemVisual(S,{fromSymbolKeepAspect:v.getItemVisual(S,"symbolKeepAspect"),fromSymbolOffset:v.getItemVisual(S,"symbolOffset"),fromSymbolRotate:v.getItemVisual(S,"symbolRotate"),fromSymbolSize:v.getItemVisual(S,"symbolSize"),fromSymbol:v.getItemVisual(S,"symbol"),toSymbolKeepAspect:c.getItemVisual(S,"symbolKeepAspect"),toSymbolOffset:c.getItemVisual(S,"symbolOffset"),toSymbolRotate:c.getItemVisual(S,"symbolRotate"),toSymbolSize:c.getItemVisual(S,"symbolSize"),toSymbol:c.getItemVisual(S,"symbol"),style:b})}),f.updateData(p),h.line.eachItemGraphicEl(function(S){n1(S).dataModel=a,S.traverse(function(b){n1(b).dataModel=a})});function _(S,b,x){var w=S.getItemModel(b);bn(S,b,x,t,i);var T=w.getModel("itemStyle").getItemStyle();T.fill==null&&(T.fill=V6(l,"color")),S.setItemVisual(b,{symbolKeepAspect:w.get("symbolKeepAspect"),symbolOffset:f1(w.get("symbolOffset",!0),m[x?0:1]),symbolRotate:f1(w.get("symbolRotate",!0),y[x?0:1]),symbolSize:f1(w.get("symbolSize"),g[x?0:1]),symbol:f1(w.get("symbol",!0),d[x?0:1]),style:T})}this.markKeep(f),f.group.silent=a.get("silent")||t.get("silent")},e.type="markLine",e}(Fl);function vZ(r,e,t){var a;r?a=G(r&&r.dimensions,function(u){var f=e.getData().getDimensionInfo(e.getData().mapDimension(u))||{};return B(B({},f),{name:u,ordinalMeta:null})}):a=[{name:"value",type:"float"}];var n=new S2(a,t),i=new S2(a,t),o=new S2([],t),s=G(t.get("data"),i1(uZ,e,r,t));r&&(s=I1(s,i1(fZ,r)));var l=qb(!!r,a);return n.initData(G(s,function(u){return u[0]}),null,l),i.initData(G(s,function(u){return u[1]}),null,l),o.initData(G(s,function(u){return u[2]})),o.hasItemOption=!0,{from:n,to:i,line:o}}const cZ=hZ;function pZ(r){r.registerComponentModel(lZ),r.registerComponentView(cZ),r.registerPreprocessor(function(e){zl(e.series,"markLine")&&(e.markLine=e.markLine||{})})}var dZ=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type=e.type,t}return e.prototype.createMarkerModelFromSeries=function(t,a,n){return new e(t,a,n)},e.type="markArea",e.defaultOption={z:1,tooltip:{trigger:"item"},animation:!1,label:{show:!0,position:"top"},itemStyle:{borderWidth:0},emphasis:{label:{show:!0,position:"top"}}},e}(i9);const gZ=dZ;var J7=C1(),yZ=function(r,e,t,a){var n=a[0],i=a[1];if(!(!n||!i)){var o=b6(r,n),s=b6(r,i),l=o.coord,u=s.coord;l[0]=e2(l[0],-1/0),l[1]=e2(l[1],-1/0),u[0]=e2(u[0],1/0),u[1]=e2(u[1],1/0);var f=Se([{},o,s]);return f.coord=[o.coord,s.coord],f.x0=o.x,f.y0=o.y,f.x1=s.x,f.y1=s.y,f}};function ve(r){return!isNaN(r)&&!isFinite(r)}function id(r,e,t,a){var n=1-r;return ve(e[n])&&ve(t[n])}function mZ(r,e){var t=e.coord[0],a=e.coord[1],n={coord:t,x:e.x0,y:e.y0},i={coord:a,x:e.x1,y:e.y1};return S5(r,"cartesian2d")?t&&a&&(id(1,t,a)||id(0,t,a))?!0:eZ(r,n,i):w6(r,n)||w6(r,i)}function od(r,e,t,a,n){var i=a.coordinateSystem,o=r.getItemModel(e),s,l=H(o.get(t[0]),n.getWidth()),u=H(o.get(t[1]),n.getHeight());if(!isNaN(l)&&!isNaN(u))s=[l,u];else{if(a.getMarkerPosition){var f=r.getValues(["x0","y0"],e),h=r.getValues(["x1","y1"],e),v=i.clampData(f),c=i.clampData(h),p=[];t[0]==="x0"?p[0]=v[0]>c[0]?h[0]:f[0]:p[0]=v[0]>c[0]?f[0]:h[0],t[1]==="y0"?p[1]=v[1]>c[1]?h[1]:f[1]:p[1]=v[1]>c[1]?f[1]:h[1],s=a.getMarkerPosition(p,t,!0)}else{var d=r.get(t[0],e),g=r.get(t[1],e),y=[d,g];i.clampData&&i.clampData(y,y),s=i.dataToPoint(y,!0)}if(S5(i,"cartesian2d")){var m=i.getAxis("x"),_=i.getAxis("y"),d=r.get(t[0],e),g=r.get(t[1],e);ve(d)?s[0]=m.toGlobalCoord(m.getExtent()[t[0]==="x0"?0:1]):ve(g)&&(s[1]=_.toGlobalCoord(_.getExtent()[t[1]==="y0"?0:1]))}isNaN(l)||(s[0]=l),isNaN(u)||(s[1]=u)}return s}var sd=[["x0","y0"],["x1","y0"],["x1","y1"],["x0","y1"]],_Z=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type=e.type,t}return e.prototype.updateTransform=function(t,a,n){a.eachSeries(function(i){var o=i9.getMarkerModelFromSeries(i,"markArea");if(o){var s=o.getData();s.each(function(l){var u=G(sd,function(h){return od(s,l,h,i,n)});s.setItemLayout(l,u);var f=s.getItemGraphicEl(l);f.setShape("points",u)})}},this)},e.prototype.renderSeries=function(t,a,n,i){var o=t.coordinateSystem,s=t.id,l=t.getData(),u=this.markerGroupMap,f=u.get(s)||u.set(s,{group:new r1});this.group.add(f.group),this.markKeep(f);var h=SZ(o,t,a);a.setData(h),h.each(function(v){var c=G(sd,function(T){return od(h,v,T,t,i)}),p=o.getAxis("x").scale,d=o.getAxis("y").scale,g=p.getExtent(),y=d.getExtent(),m=[p.parse(h.get("x0",v)),p.parse(h.get("x1",v))],_=[d.parse(h.get("y0",v)),d.parse(h.get("y1",v))];Z2(m),Z2(_);var S=!(g[0]>m[1]||g[1]_[1]||y[1]<_[0]),b=!S;h.setItemLayout(v,{points:c,allClipped:b});var x=h.getItemModel(v).getModel("itemStyle").getItemStyle(),w=V6(l,"color");x.fill||(x.fill=w,$(x.fill)&&(x.fill=K8(x.fill,.4))),x.stroke||(x.stroke=w),h.setItemVisual(v,"style",x)}),h.diff(J7(f).data).add(function(v){var c=h.getItemLayout(v);if(!c.allClipped){var p=new I2({shape:{points:c.points}});h.setItemGraphicEl(v,p),f.group.add(p)}}).update(function(v,c){var p=J7(f).data.getItemGraphicEl(c),d=h.getItemLayout(v);d.allClipped?p&&f.group.remove(p):(p?A1(p,{shape:{points:d.points}},a,v):p=new I2({shape:{points:d.points}}),h.setItemGraphicEl(v,p),f.group.add(p))}).remove(function(v){var c=J7(f).data.getItemGraphicEl(v);f.group.remove(c)}).execute(),h.eachItemGraphicEl(function(v,c){var p=h.getItemModel(c),d=h.getItemVisual(c,"style");v.useStyle(h.getItemVisual(c,"style")),c2(v,n2(p),{labelFetcher:a,labelDataIndex:c,defaultText:h.getName(c)||"",inheritColor:$(d.fill)?K8(d.fill,1):"#000"}),v2(v,p),W1(v,null,null,p.get(["emphasis","disabled"])),n1(v).dataModel=a}),J7(f).data=h,f.group.silent=a.get("silent")||t.get("silent")},e.type="markArea",e}(Fl);function SZ(r,e,t){var a,n,i=["x0","y0","x1","y1"];if(r){var o=G(r&&r.dimensions,function(u){var f=e.getData(),h=f.getDimensionInfo(f.mapDimension(u))||{};return B(B({},h),{name:u,ordinalMeta:null})});n=G(i,function(u,f){return{name:u,type:o[f%2].type}}),a=new S2(n,t)}else n=[{name:"value",type:"float"}],a=new S2(n,t);var s=G(t.get("data"),i1(yZ,e,r,t));r&&(s=I1(s,i1(mZ,r)));var l=r?function(u,f,h,v){var c=u.coord[Math.floor(v/2)][v%2];return K4(c,n[v])}:function(u,f,h,v){return K4(u.value,n[v])};return a.initData(s,null,l),a.hasItemOption=!0,a}const xZ=_Z;function bZ(r){r.registerComponentModel(gZ),r.registerComponentView(xZ),r.registerPreprocessor(function(e){zl(e.series,"markArea")&&(e.markArea=e.markArea||{})})}var wZ=function(r,e){if(e==="all")return{type:"all",title:r.getLocaleModel().get(["legend","selector","all"])};if(e==="inverse")return{type:"inverse",title:r.getLocaleModel().get(["legend","selector","inverse"])}},TZ=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type=e.type,t.layoutMode={type:"box",ignoreSize:!0},t}return e.prototype.init=function(t,a,n){this.mergeDefaultAndTheme(t,n),t.selected=t.selected||{},this._updateSelector(t)},e.prototype.mergeOption=function(t,a){r.prototype.mergeOption.call(this,t,a),this._updateSelector(t)},e.prototype._updateSelector=function(t){var a=t.selector,n=this.ecModel;a===!0&&(a=t.selector=["all","inverse"]),z(a)&&A(a,function(i,o){$(i)&&(i={type:i}),a[o]=o1(i,wZ(n,i.type))})},e.prototype.optionUpdated=function(){this._updateData(this.ecModel);var t=this._data;if(t[0]&&this.get("selectedMode")==="single"){for(var a=!1,n=0;n=0},e.prototype.getOrient=function(){return this.get("orient")==="vertical"?{index:1,name:"vertical"}:{index:0,name:"horizontal"}},e.type="legend.plain",e.dependencies=["series"],e.defaultOption={z:4,show:!0,orient:"horizontal",left:"center",top:0,align:"auto",backgroundColor:"rgba(0,0,0,0)",borderColor:"#ccc",borderRadius:0,borderWidth:0,padding:5,itemGap:10,itemWidth:25,itemHeight:14,symbolRotate:"inherit",symbolKeepAspect:!0,inactiveColor:"#ccc",inactiveBorderColor:"#ccc",inactiveBorderWidth:"auto",itemStyle:{color:"inherit",opacity:"inherit",borderColor:"inherit",borderWidth:"auto",borderCap:"inherit",borderJoin:"inherit",borderDashOffset:"inherit",borderMiterLimit:"inherit"},lineStyle:{width:"auto",color:"inherit",inactiveColor:"#ccc",inactiveWidth:2,opacity:"inherit",type:"inherit",cap:"inherit",join:"inherit",dashOffset:"inherit",miterLimit:"inherit"},textStyle:{color:"#333"},selectedMode:!0,selector:!1,selectorLabel:{show:!0,borderRadius:10,padding:[3,5,3,5],fontSize:12,fontFamily:"sans-serif",color:"#666",borderWidth:1,borderColor:"#666"},emphasis:{selectorLabel:{show:!0,color:"#eee",backgroundColor:"#666"}},selectorPosition:"auto",selectorItemGap:7,selectorButtonGap:10,tooltip:{show:!1}},e}(_1);const go=TZ;var G5=i1,yo=A,Q7=r1,CZ=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type=e.type,t.newlineDisabled=!1,t}return e.prototype.init=function(){this.group.add(this._contentGroup=new Q7),this.group.add(this._selectorGroup=new Q7),this._isFirstRender=!0},e.prototype.getContentGroup=function(){return this._contentGroup},e.prototype.getSelectorGroup=function(){return this._selectorGroup},e.prototype.render=function(t,a,n){var i=this._isFirstRender;if(this._isFirstRender=!1,this.resetInner(),!!t.get("show",!0)){var o=t.get("align"),s=t.get("orient");(!o||o==="auto")&&(o=t.get("left")==="right"&&s==="vertical"?"right":"left");var l=t.get("selector",!0),u=t.get("selectorPosition",!0);l&&(!u||u==="auto")&&(u=s==="horizontal"?"end":"start"),this.renderInner(o,t,a,n,l,s,u);var f=t.getBoxLayoutParams(),h={width:n.getWidth(),height:n.getHeight()},v=t.get("padding"),c=J1(f,h,v),p=this.layoutInner(t,o,c,i,l,u),d=J1(j({width:p.width,height:p.height},f),h,v);this.group.x=d.x-p.x,this.group.y=d.y-p.y,this.group.markRedraw(),this.group.add(this._backgroundEl=Bb(p,t))}},e.prototype.resetInner=function(){this.getContentGroup().removeAll(),this._backgroundEl&&this.group.remove(this._backgroundEl),this.getSelectorGroup().removeAll()},e.prototype.renderInner=function(t,a,n,i,o,s,l){var u=this.getContentGroup(),f=X(),h=a.get("selectedMode"),v=[];n.eachRawSeries(function(c){!c.get("legendHoverLink")&&v.push(c.id)}),yo(a.getData(),function(c,p){var d=c.get("name");if(!this.newlineDisabled&&(d===""||d===` +`)){var g=new Q7;g.newline=!0,u.add(g);return}var y=n.getSeriesByName(d)[0];if(!f.get(d))if(y){var m=y.getData(),_=m.getVisual("legendLineStyle")||{},S=m.getVisual("legendIcon"),b=m.getVisual("style"),x=this._createItem(y,d,p,c,a,t,_,b,S,h,i);x.on("click",G5(ld,d,null,i,v)).on("mouseover",G5(mo,y.name,null,i,v)).on("mouseout",G5(_o,y.name,null,i,v)),f.set(d,!0)}else n.eachRawSeries(function(w){if(!f.get(d)&&w.legendVisualProvider){var T=w.legendVisualProvider;if(!T.containName(d))return;var C=T.indexOfName(d),M=T.getItemVisual(C,"style"),D=T.getItemVisual(C,"legendIcon"),L=M2(M.fill);L&&L[3]===0&&(L[3]=.2,M=B(B({},M),{fill:A3(L,"rgba")}));var I=this._createItem(w,d,p,c,a,t,{},M,D,h,i);I.on("click",G5(ld,null,d,i,v)).on("mouseover",G5(mo,null,d,i,v)).on("mouseout",G5(_o,null,d,i,v)),f.set(d,!0)}},this)},this),o&&this._createSelector(o,a,i,s,l)},e.prototype._createSelector=function(t,a,n,i,o){var s=this.getSelectorGroup();yo(t,function(u){var f=u.type,h=new S1({style:{x:0,y:0,align:"center",verticalAlign:"middle"},onclick:function(){n.dispatchAction({type:f==="all"?"legendAllSelect":"legendInverseSelect"})}});s.add(h);var v=a.getModel("selectorLabel"),c=a.getModel(["emphasis","selectorLabel"]);c2(h,{normal:v,emphasis:c},{defaultText:u.title}),Z4(h)})},e.prototype._createItem=function(t,a,n,i,o,s,l,u,f,h,v){var c=t.visualDrawType,p=o.get("itemWidth"),d=o.get("itemHeight"),g=o.isSelected(a),y=i.get("symbolRotate"),m=i.get("symbolKeepAspect"),_=i.get("icon");f=_||f||"roundRect";var S=AZ(f,i,l,u,c,g,v),b=new Q7,x=i.getModel("textStyle");if(K(t.getLegendIcon)&&(!_||_==="inherit"))b.add(t.getLegendIcon({itemWidth:p,itemHeight:d,icon:f,iconRotate:y,itemStyle:S.itemStyle,lineStyle:S.lineStyle,symbolKeepAspect:m}));else{var w=_==="inherit"&&t.getData().getVisual("symbol")?y==="inherit"?t.getData().getVisual("symbolRotate"):y:0;b.add(MZ({itemWidth:p,itemHeight:d,icon:f,iconRotate:w,itemStyle:S.itemStyle,lineStyle:S.lineStyle,symbolKeepAspect:m}))}var T=s==="left"?p+5:-5,C=s,M=o.get("formatter"),D=a;$(M)&&M?D=M.replace("{name}",a??""):K(M)&&(D=M(a));var L=i.get("inactiveColor");b.add(new S1({style:O1(x,{text:D,x:T,y:d/2,fill:g?x.getTextColor():L,align:C,verticalAlign:"middle"})}));var I=new x1({shape:b.getBoundingRect(),invisible:!0}),P=i.getModel("tooltip");return P.get("show")&&A0({el:I,componentModel:o,itemName:a,itemTooltipOption:P.option}),b.add(I),b.eachChild(function(R){R.silent=!0}),I.silent=!h,this.getContentGroup().add(b),Z4(b),b.__legendDataIndex=n,b},e.prototype.layoutInner=function(t,a,n,i,o,s){var l=this.getContentGroup(),u=this.getSelectorGroup();a5(t.get("orient"),l,t.get("itemGap"),n.width,n.height);var f=l.getBoundingRect(),h=[-f.x,-f.y];if(u.markRedraw(),l.markRedraw(),o){a5("horizontal",u,t.get("selectorItemGap",!0));var v=u.getBoundingRect(),c=[-v.x,-v.y],p=t.get("selectorButtonGap",!0),d=t.getOrient().index,g=d===0?"width":"height",y=d===0?"height":"width",m=d===0?"y":"x";s==="end"?c[d]+=f[g]+p:h[d]+=v[g]+p,c[1-d]+=f[y]/2-v[y]/2,u.x=c[0],u.y=c[1],l.x=h[0],l.y=h[1];var _={x:0,y:0};return _[g]=f[g]+p+v[g],_[y]=Math.max(f[y],v[y]),_[m]=Math.min(0,v[m]+c[1-d]),_}else return l.x=h[0],l.y=h[1],this.group.getBoundingRect()},e.prototype.remove=function(){this.getContentGroup().removeAll(),this._isFirstRender=!0},e.type="legend.plain",e}(z1);function AZ(r,e,t,a,n,i,o){function s(g,y){g.lineWidth==="auto"&&(g.lineWidth=y.lineWidth>0?2:0),yo(g,function(m,_){g[_]==="inherit"&&(g[_]=y[_])})}var l=e.getModel("itemStyle"),u=l.getItemStyle(),f=r.lastIndexOf("empty",0)===0?"fill":"stroke",h=l.getShallow("decal");u.decal=!h||h==="inherit"?a.decal:p0(h,o),u.fill==="inherit"&&(u.fill=a[n]),u.stroke==="inherit"&&(u.stroke=a[f]),u.opacity==="inherit"&&(u.opacity=(n==="fill"?a:t).opacity),s(u,a);var v=e.getModel("lineStyle"),c=v.getLineStyle();if(s(c,t),u.fill==="auto"&&(u.fill=a.fill),u.stroke==="auto"&&(u.stroke=a.fill),c.stroke==="auto"&&(c.stroke=a.fill),!i){var p=e.get("inactiveBorderWidth"),d=u[f];u.lineWidth=p==="auto"?a.lineWidth>0&&d?2:0:u.lineWidth,u.fill=e.get("inactiveColor"),u.stroke=e.get("inactiveBorderColor"),c.stroke=v.get("inactiveColor"),c.lineWidth=v.get("inactiveWidth")}return{itemStyle:u,lineStyle:c}}function MZ(r){var e=r.icon||"roundRect",t=X1(e,0,0,r.itemWidth,r.itemHeight,r.itemStyle.fill,r.symbolKeepAspect);return t.setStyle(r.itemStyle),t.rotation=(r.iconRotate||0)*Math.PI/180,t.setOrigin([r.itemWidth/2,r.itemHeight/2]),e.indexOf("empty")>-1&&(t.style.stroke=t.style.fill,t.style.fill="#fff",t.style.lineWidth=2),t}function ld(r,e,t,a){_o(r,e,t,a),t.dispatchAction({type:"legendToggleSelect",name:r??e}),mo(r,e,t,a)}function Kb(r){for(var e=r.getZr().storage.getDisplayList(),t,a=0,n=e.length;an[o],g=[-c.x,-c.y];a||(g[i]=f[u]);var y=[0,0],m=[-p.x,-p.y],_=f1(t.get("pageButtonGap",!0),t.get("itemGap",!0));if(d){var S=t.get("pageButtonPosition",!0);S==="end"?m[i]+=n[o]-p[o]:y[i]+=p[o]+_}m[1-i]+=c[s]/2-p[s]/2,f.setPosition(g),h.setPosition(y),v.setPosition(m);var b={x:0,y:0};if(b[o]=d?n[o]:c[o],b[s]=Math.max(c[s],p[s]),b[l]=Math.min(0,p[l]+m[1-i]),h.__rectSize=n[o],d){var x={x:0,y:0};x[o]=Math.max(n[o]-p[o]-_,0),x[s]=b[s],h.setClipPath(new x1({shape:x})),h.__rectSize=x[o]}else v.eachChild(function(T){T.attr({invisible:!0,silent:!0})});var w=this._getPageInfo(t);return w.pageIndex!=null&&A1(f,{x:w.contentPosition[0],y:w.contentPosition[1]},d?t:null),this._updatePageInfoView(t,w),b},e.prototype._pageGo=function(t,a,n){var i=this._getPageInfo(a)[t];i!=null&&n.dispatchAction({type:"legendScroll",scrollDataIndex:i,legendId:a.id})},e.prototype._updatePageInfoView=function(t,a){var n=this._controllerGroup;A(["pagePrev","pageNext"],function(f){var h=f+"DataIndex",v=a[h]!=null,c=n.childOfName(f);c&&(c.setStyle("fill",v?t.get("pageIconColor",!0):t.get("pageIconInactiveColor",!0)),c.cursor=v?"pointer":"default")});var i=n.childOfName("pageText"),o=t.get("pageFormatter"),s=a.pageIndex,l=s!=null?s+1:0,u=a.pageCount;i&&o&&i.setStyle("text",$(o)?o.replace("{current}",l==null?"":l+"").replace("{total}",u==null?"":u+""):o({current:l,total:u}))},e.prototype._getPageInfo=function(t){var a=t.get("scrollDataIndex",!0),n=this.getContentGroup(),i=this._containerGroup.__rectSize,o=t.getOrient().index,s=wn[o],l=Tn[o],u=this._findTargetItemIndex(a),f=n.children(),h=f[u],v=f.length,c=v?1:0,p={contentPosition:[n.x,n.y],pageCount:c,pageIndex:c-1,pagePrevDataIndex:null,pageNextDataIndex:null};if(!h)return p;var d=S(h);p.contentPosition[o]=-d.s;for(var g=u+1,y=d,m=d,_=null;g<=v;++g)_=S(f[g]),(!_&&m.e>y.s+i||_&&!b(_,y.s))&&(m.i>y.i?y=m:y=_,y&&(p.pageNextDataIndex==null&&(p.pageNextDataIndex=y.i),++p.pageCount)),m=_;for(var g=u-1,y=d,m=d,_=null;g>=-1;--g)_=S(f[g]),(!_||!b(m,_.s))&&y.i=w&&x.s<=w+i}},e.prototype._findTargetItemIndex=function(t){if(!this._showController)return 0;var a,n=this.getContentGroup(),i;return n.eachChild(function(o,s){var l=o.__legendDataIndex;i==null&&l!=null&&(i=s),l===t&&(a=s)}),a??i},e.type="legend.scroll",e}(jb);const EZ=RZ;function kZ(r){r.registerAction("legendScroll","legendscroll",function(e,t){var a=e.scrollDataIndex;a!=null&&t.eachComponent({mainType:"legend",subType:"scroll",query:e},function(n){n.setScrollDataIndex(a)})})}function OZ(r){h1(Jb),r.registerComponentModel(PZ),r.registerComponentView(EZ),kZ(r)}function NZ(r){h1(Jb),h1(OZ)}var BZ=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type=e.type,t}return e.type="dataZoom.inside",e.defaultOption=u9(x6.defaultOption,{disabled:!1,zoomLock:!1,zoomOnMouseWheel:!0,moveOnMouseMove:!0,moveOnMouseWheel:!1,preventDefaultMouseMove:!0}),e}(x6);const VZ=BZ;var Hl=C1();function zZ(r,e,t){Hl(r).coordSysRecordMap.each(function(a){var n=a.dataZoomInfoMap.get(e.uid);n&&(n.getRange=t)})}function GZ(r,e){for(var t=Hl(r).coordSysRecordMap,a=t.keys(),n=0;na[t+e]&&(e=s),n=n&&o.get("preventDefaultMouseMove",!0)}),{controlType:e,opt:{zoomOnMouseWheel:!0,moveOnMouseMove:!0,moveOnMouseWheel:!0,preventDefaultMouseMove:!!n}}}function UZ(r){r.registerProcessor(r.PRIORITY.PROCESSOR.FILTER,function(e,t){var a=Hl(t),n=a.coordSysRecordMap||(a.coordSysRecordMap=X());n.each(function(i){i.dataZoomInfoMap=null}),e.eachComponent({mainType:"dataZoom",subType:"inside"},function(i){var o=kb(i);A(o.infoList,function(s){var l=s.model.uid,u=n.get(l)||n.set(l,FZ(t,s.model)),f=u.dataZoomInfoMap||(u.dataZoomInfoMap=X());f.set(i.uid,{dzReferCoordSysInfo:s,model:i,getRange:null})})}),n.each(function(i){var o=i.controller,s,l=i.dataZoomInfoMap;if(l){var u=l.keys()[0];u!=null&&(s=l.get(u))}if(!s){Qb(n,i);return}var f=$Z(l);o.enable(f.controlType,f.opt),o.setPointerChecker(i.containsPoint),k0(i,"dispatchAction",s.model.get("throttle",!0),"fixRate")})})}var YZ=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type="dataZoom.inside",t}return e.prototype.render=function(t,a,n){if(r.prototype.render.apply(this,arguments),t.noTarget()){this._clear();return}this.range=t.getPercentRange(),zZ(n,t,{pan:U(Cn.pan,this),zoom:U(Cn.zoom,this),scrollMove:U(Cn.scrollMove,this)})},e.prototype.dispose=function(){this._clear(),r.prototype.dispose.apply(this,arguments)},e.prototype._clear=function(){GZ(this.api,this.dataZoomModel),this.range=null},e.type="dataZoom.inside",e}(El),Cn={zoom:function(r,e,t,a){var n=this.range,i=n.slice(),o=r.axisModels[0];if(o){var s=An[e](null,[a.originX,a.originY],o,t,r),l=(s.signal>0?s.pixelStart+s.pixelLength-s.pixel:s.pixel-s.pixelStart)/s.pixelLength*(i[1]-i[0])+i[0],u=Math.max(1/a.scale,0);i[0]=(i[0]-l)*u+l,i[1]=(i[1]-l)*u+l;var f=this.dataZoomModel.findRepresentativeAxisProxy().getMinMaxSpan();if(b5(0,i,[0,100],0,f.minSpan,f.maxSpan),this.range=i,n[0]!==i[0]||n[1]!==i[1])return i}},pan:hd(function(r,e,t,a,n,i){var o=An[a]([i.oldX,i.oldY],[i.newX,i.newY],e,n,t);return o.signal*(r[1]-r[0])*o.pixel/o.pixelLength}),scrollMove:hd(function(r,e,t,a,n,i){var o=An[a]([0,0],[i.scrollDelta,i.scrollDelta],e,n,t);return o.signal*(r[1]-r[0])*i.scrollDelta})};function hd(r){return function(e,t,a,n){var i=this.range,o=i.slice(),s=e.axisModels[0];if(s){var l=r(o,s,e,t,a,n);if(b5(l,o,[0,100],"all"),this.range=o,i[0]!==o[0]||i[1]!==o[1])return o}}}var An={grid:function(r,e,t,a,n){var i=t.axis,o={},s=n.model.coordinateSystem.getRect();return r=r||[0,0],i.dim==="x"?(o.pixel=e[0]-r[0],o.pixelLength=s.width,o.pixelStart=s.x,o.signal=i.inverse?1:-1):(o.pixel=e[1]-r[1],o.pixelLength=s.height,o.pixelStart=s.y,o.signal=i.inverse?-1:1),o},polar:function(r,e,t,a,n){var i=t.axis,o={},s=n.model.coordinateSystem,l=s.getRadiusAxis().getExtent(),u=s.getAngleAxis().getExtent();return r=r?s.pointToCoord(r):[0,0],e=s.pointToCoord(e),t.mainType==="radiusAxis"?(o.pixel=e[0]-r[0],o.pixelLength=l[1]-l[0],o.pixelStart=l[0],o.signal=i.inverse?1:-1):(o.pixel=e[1]-r[1],o.pixelLength=u[1]-u[0],o.pixelStart=u[0],o.signal=i.inverse?-1:1),o},singleAxis:function(r,e,t,a,n){var i=t.axis,o=n.model.coordinateSystem.getRect(),s={};return r=r||[0,0],i.orient==="horizontal"?(s.pixel=e[0]-r[0],s.pixelLength=o.width,s.pixelStart=o.x,s.signal=i.inverse?1:-1):(s.pixel=e[1]-r[1],s.pixelLength=o.height,s.pixelStart=o.y,s.signal=i.inverse?-1:1),s}};const ZZ=YZ;function tw(r){kl(r),r.registerComponentModel(VZ),r.registerComponentView(ZZ),UZ(r)}var XZ=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type=e.type,t}return e.type="dataZoom.slider",e.layoutMode="box",e.defaultOption=u9(x6.defaultOption,{show:!0,right:"ph",top:"ph",width:"ph",height:"ph",left:null,bottom:null,borderColor:"#d2dbee",borderRadius:3,backgroundColor:"rgba(47,69,84,0)",dataBackground:{lineStyle:{color:"#d2dbee",width:.5},areaStyle:{color:"#d2dbee",opacity:.2}},selectedDataBackground:{lineStyle:{color:"#8fb0f7",width:.5},areaStyle:{color:"#8fb0f7",opacity:.2}},fillerColor:"rgba(135,175,274,0.2)",handleIcon:"path://M-9.35,34.56V42m0-40V9.5m-2,0h4a2,2,0,0,1,2,2v21a2,2,0,0,1-2,2h-4a2,2,0,0,1-2-2v-21A2,2,0,0,1-11.35,9.5Z",handleSize:"100%",handleStyle:{color:"#fff",borderColor:"#ACB8D1"},moveHandleSize:7,moveHandleIcon:"path://M-320.9-50L-320.9-50c18.1,0,27.1,9,27.1,27.1V85.7c0,18.1-9,27.1-27.1,27.1l0,0c-18.1,0-27.1-9-27.1-27.1V-22.9C-348-41-339-50-320.9-50z M-212.3-50L-212.3-50c18.1,0,27.1,9,27.1,27.1V85.7c0,18.1-9,27.1-27.1,27.1l0,0c-18.1,0-27.1-9-27.1-27.1V-22.9C-239.4-41-230.4-50-212.3-50z M-103.7-50L-103.7-50c18.1,0,27.1,9,27.1,27.1V85.7c0,18.1-9,27.1-27.1,27.1l0,0c-18.1,0-27.1-9-27.1-27.1V-22.9C-130.9-41-121.8-50-103.7-50z",moveHandleStyle:{color:"#D2DBEE",opacity:.7},showDetail:!0,showDataShadow:"auto",realtime:!0,zoomLock:!1,textStyle:{color:"#6E7079"},brushSelect:!0,brushStyle:{color:"rgba(135,175,274,0.15)"},emphasis:{handleStyle:{borderColor:"#8FB0F7"},moveHandleStyle:{color:"#8FB0F7"}}}),e}(x6);const qZ=XZ;var v8=x1,vd=7,KZ=1,Mn=30,jZ=7,c8="horizontal",cd="vertical",JZ=5,QZ=["line","bar","candlestick","scatter"],tX={easing:"cubicOut",duration:100,delay:0},eX=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type=e.type,t._displayables={},t}return e.prototype.init=function(t,a){this.api=a,this._onBrush=U(this._onBrush,this),this._onBrushEnd=U(this._onBrushEnd,this)},e.prototype.render=function(t,a,n,i){if(r.prototype.render.apply(this,arguments),k0(this,"_dispatchZoomAction",t.get("throttle"),"fixRate"),this._orient=t.getOrient(),t.get("show")===!1){this.group.removeAll();return}if(t.noTarget()){this._clear(),this.group.removeAll();return}(!i||i.type!=="dataZoom"||i.from!==this.uid)&&this._buildView(),this._updateView()},e.prototype.dispose=function(){this._clear(),r.prototype.dispose.apply(this,arguments)},e.prototype._clear=function(){u6(this,"_dispatchZoomAction");var t=this.api.getZr();t.off("mousemove",this._onBrush),t.off("mouseup",this._onBrushEnd)},e.prototype._buildView=function(){var t=this.group;t.removeAll(),this._brushing=!1,this._displayables.brushRect=null,this._resetLocation(),this._resetInterval();var a=this._displayables.sliderGroup=new r1;this._renderBackground(),this._renderHandle(),this._renderDataShadow(),t.add(a),this._positionGroup()},e.prototype._resetLocation=function(){var t=this.dataZoomModel,a=this.api,n=t.get("brushSelect"),i=n?jZ:0,o=this._findCoordRect(),s={width:a.getWidth(),height:a.getHeight()},l=this._orient===c8?{right:s.width-o.x-o.width,top:s.height-Mn-vd-i,width:o.width,height:Mn}:{right:vd,top:o.y,width:Mn,height:o.height},u=L0(t.option);A(["right","top","width","height"],function(h){u[h]==="ph"&&(u[h]=l[h])});var f=J1(u,s);this._location={x:f.x,y:f.y},this._size=[f.width,f.height],this._orient===cd&&this._size.reverse()},e.prototype._positionGroup=function(){var t=this.group,a=this._location,n=this._orient,i=this.dataZoomModel.getFirstTargetAxisModel(),o=i&&i.get("inverse"),s=this._displayables.sliderGroup,l=(this._dataShadowInfo||{}).otherAxisInverse;s.attr(n===c8&&!o?{scaleY:l?1:-1,scaleX:1}:n===c8&&o?{scaleY:l?1:-1,scaleX:-1}:n===cd&&!o?{scaleY:l?-1:1,scaleX:1,rotation:Math.PI/2}:{scaleY:l?-1:1,scaleX:-1,rotation:Math.PI/2});var u=t.getBoundingRect([s]);t.x=a.x-u.x,t.y=a.y-u.y,t.markRedraw()},e.prototype._getViewExtent=function(){return[0,this._size[0]]},e.prototype._renderBackground=function(){var t=this.dataZoomModel,a=this._size,n=this._displayables.sliderGroup,i=t.get("brushSelect");n.add(new v8({silent:!0,shape:{x:0,y:0,width:a[0],height:a[1]},style:{fill:t.get("backgroundColor")},z2:-40}));var o=new v8({shape:{x:0,y:0,width:a[0],height:a[1]},style:{fill:"transparent"},z2:0,onclick:U(this._onClickPanel,this)}),s=this.api.getZr();i?(o.on("mousedown",this._onBrushStart,this),o.cursor="crosshair",s.on("mousemove",this._onBrush),s.on("mouseup",this._onBrushEnd)):(s.off("mousemove",this._onBrush),s.off("mouseup",this._onBrushEnd)),n.add(o)},e.prototype._renderDataShadow=function(){var t=this._dataShadowInfo=this._prepareDataShadowInfo();if(this._displayables.dataShadowSegs=[],!t)return;var a=this._size,n=this._shadowSize||[],i=t.series,o=i.getRawData(),s=i.getShadowDim&&i.getShadowDim(),l=s&&o.getDimensionInfo(s)?i.getShadowDim():t.otherDim;if(l==null)return;var u=this._shadowPolygonPts,f=this._shadowPolylinePts;if(o!==this._shadowData||l!==this._shadowDim||a[0]!==n[0]||a[1]!==n[1]){var h=o.getDataExtent(l),v=(h[1]-h[0])*.3;h=[h[0]-v,h[1]+v];var c=[0,a[1]],p=[0,a[0]],d=[[a[0],0],[0,0]],g=[],y=p[1]/(o.count()-1),m=0,_=Math.round(o.count()/a[0]),S;o.each([l],function(C,M){if(_>0&&M%_){m+=y;return}var D=C==null||isNaN(C)||C==="",L=D?0:L1(C,h,c,!0);D&&!S&&M?(d.push([d[d.length-1][0],0]),g.push([g[g.length-1][0],0])):!D&&S&&(d.push([m,0]),g.push([m,0])),d.push([m,L]),g.push([m,L]),m+=y,S=D}),u=this._shadowPolygonPts=d,f=this._shadowPolylinePts=g}this._shadowData=o,this._shadowDim=l,this._shadowSize=[a[0],a[1]];var b=this.dataZoomModel;function x(C){var M=b.getModel(C?"selectedDataBackground":"dataBackground"),D=new r1,L=new I2({shape:{points:u},segmentIgnoreThreshold:1,style:M.getModel("areaStyle").getAreaStyle(),silent:!0,z2:-20}),I=new P2({shape:{points:f},segmentIgnoreThreshold:1,style:M.getModel("lineStyle").getLineStyle(),silent:!0,z2:-19});return D.add(L),D.add(I),D}for(var w=0;w<3;w++){var T=x(w===1);this._displayables.sliderGroup.add(T),this._displayables.dataShadowSegs.push(T)}},e.prototype._prepareDataShadowInfo=function(){var t=this.dataZoomModel,a=t.get("showDataShadow");if(a!==!1){var n,i=this.ecModel;return t.eachTargetAxis(function(o,s){var l=t.getAxisProxy(o,s).getTargetSeriesModels();A(l,function(u){if(!n&&!(a!==!0&&c1(QZ,u.get("type"))<0)){var f=i.getComponent($4(o),s).axis,h=rX(o),v,c=u.coordinateSystem;h!=null&&c.getOtherAxis&&(v=c.getOtherAxis(f).inverse),h=u.getData().mapDimension(h),n={thisAxis:f,series:u,thisDim:o,otherDim:h,otherAxisInverse:v}}},this)},this),n}},e.prototype._renderHandle=function(){var t=this.group,a=this._displayables,n=a.handles=[null,null],i=a.handleLabels=[null,null],o=this._displayables.sliderGroup,s=this._size,l=this.dataZoomModel,u=this.api,f=l.get("borderRadius")||0,h=l.get("brushSelect"),v=a.filler=new v8({silent:h,style:{fill:l.get("fillerColor")},textConfig:{position:"inside"}});o.add(v),o.add(new v8({silent:!0,subPixelOptimize:!0,shape:{x:0,y:0,width:s[0],height:s[1],r:f},style:{stroke:l.get("dataBackgroundColor")||l.get("borderColor"),lineWidth:KZ,fill:"rgba(0,0,0,0)"}})),A([0,1],function(_){var S=l.get("handleIcon");!zt[S]&&S.indexOf("path://")<0&&S.indexOf("image://")<0&&(S="path://"+S);var b=X1(S,-1,0,2,2,null,!0);b.attr({cursor:pd(this._orient),draggable:!0,drift:U(this._onDragMove,this,_),ondragend:U(this._onDragEnd,this),onmouseover:U(this._showDataInfo,this,!0),onmouseout:U(this._showDataInfo,this,!1),z2:5});var x=b.getBoundingRect(),w=l.get("handleSize");this._handleHeight=H(w,this._size[1]),this._handleWidth=x.width/x.height*this._handleHeight,b.setStyle(l.getModel("handleStyle").getItemStyle()),b.style.strokeNoScale=!0,b.rectHover=!0,b.ensureState("emphasis").style=l.getModel(["emphasis","handleStyle"]).getItemStyle(),Z4(b);var T=l.get("handleColor");T!=null&&(b.style.fill=T),o.add(n[_]=b);var C=l.getModel("textStyle");t.add(i[_]=new S1({silent:!0,invisible:!0,style:O1(C,{x:0,y:0,text:"",verticalAlign:"middle",align:"center",fill:C.getTextColor(),font:C.getFont()}),z2:10}))},this);var c=v;if(h){var p=H(l.get("moveHandleSize"),s[1]),d=a.moveHandle=new x1({style:l.getModel("moveHandleStyle").getItemStyle(),silent:!0,shape:{r:[0,0,2,2],y:s[1]-.5,height:p}}),g=p*.8,y=a.moveHandleIcon=X1(l.get("moveHandleIcon"),-g/2,-g/2,g,g,"#fff",!0);y.silent=!0,y.y=s[1]+p/2-.5,d.ensureState("emphasis").style=l.getModel(["emphasis","moveHandleStyle"]).getItemStyle();var m=Math.min(s[1]/2,Math.max(p,10));c=a.moveZone=new x1({invisible:!0,shape:{y:s[1]-m,height:p+m}}),c.on("mouseover",function(){u.enterEmphasis(d)}).on("mouseout",function(){u.leaveEmphasis(d)}),o.add(d),o.add(y),o.add(c)}c.attr({draggable:!0,cursor:pd(this._orient),drift:U(this._onDragMove,this,"all"),ondragstart:U(this._showDataInfo,this,!0),ondragend:U(this._onDragEnd,this),onmouseover:U(this._showDataInfo,this,!0),onmouseout:U(this._showDataInfo,this,!1)})},e.prototype._resetInterval=function(){var t=this._range=this.dataZoomModel.getPercentRange(),a=this._getViewExtent();this._handleEnds=[L1(t[0],[0,100],a,!0),L1(t[1],[0,100],a,!0)]},e.prototype._updateInterval=function(t,a){var n=this.dataZoomModel,i=this._handleEnds,o=this._getViewExtent(),s=n.findRepresentativeAxisProxy().getMinMaxSpan(),l=[0,100];b5(a,i,o,n.get("zoomLock")?"all":t,s.minSpan!=null?L1(s.minSpan,l,o,!0):null,s.maxSpan!=null?L1(s.maxSpan,l,o,!0):null);var u=this._range,f=this._range=Z2([L1(i[0],o,l,!0),L1(i[1],o,l,!0)]);return!u||u[0]!==f[0]||u[1]!==f[1]},e.prototype._updateView=function(t){var a=this._displayables,n=this._handleEnds,i=Z2(n.slice()),o=this._size;A([0,1],function(c){var p=a.handles[c],d=this._handleHeight;p.attr({scaleX:d/2,scaleY:d/2,x:n[c]+(c?-1:1),y:o[1]/2-d/2})},this),a.filler.setShape({x:i[0],y:0,width:i[1]-i[0],height:o[1]});var s={x:i[0],width:i[1]-i[0]};a.moveHandle&&(a.moveHandle.setShape(s),a.moveZone.setShape(s),a.moveZone.getBoundingRect(),a.moveHandleIcon&&a.moveHandleIcon.attr("x",s.x+s.width/2));for(var l=a.dataShadowSegs,u=[0,i[0],i[1],o[0]],f=0;fa[0]||n[1]<0||n[1]>a[1])){var i=this._handleEnds,o=(i[0]+i[1])/2,s=this._updateInterval("all",n[0]-o);this._updateView(),s&&this._dispatchZoomAction(!1)}},e.prototype._onBrushStart=function(t){var a=t.offsetX,n=t.offsetY;this._brushStart=new u1(a,n),this._brushing=!0,this._brushStartTime=+new Date},e.prototype._onBrushEnd=function(t){if(this._brushing){var a=this._displayables.brushRect;if(this._brushing=!1,!!a){a.attr("ignore",!0);var n=a.shape,i=+new Date;if(!(i-this._brushStartTime<200&&Math.abs(n.width)<5)){var o=this._getViewExtent(),s=[0,100];this._range=Z2([L1(n.x,o,s,!0),L1(n.x+n.width,o,s,!0)]),this._handleEnds=[n.x,n.x+n.width],this._updateView(),this._dispatchZoomAction(!1)}}}},e.prototype._onBrush=function(t){this._brushing&&(g4(t.event),this._updateBrushRect(t.offsetX,t.offsetY))},e.prototype._updateBrushRect=function(t,a){var n=this._displayables,i=this.dataZoomModel,o=n.brushRect;o||(o=n.brushRect=new v8({silent:!0,style:i.getModel("brushStyle").getItemStyle()}),n.sliderGroup.add(o)),o.attr("ignore",!1);var s=this._brushStart,l=this._displayables.sliderGroup,u=l.transformCoordToLocal(t,a),f=l.transformCoordToLocal(s.x,s.y),h=this._size;u[0]=Math.max(Math.min(h[0],u[0]),0),o.setShape({x:f[0],y:0,width:u[0]-f[0],height:h[1]})},e.prototype._dispatchZoomAction=function(t){var a=this._range;this.api.dispatchAction({type:"dataZoom",from:this.uid,dataZoomId:this.dataZoomModel.id,animation:t?tX:null,start:a[0],end:a[1]})},e.prototype._findCoordRect=function(){var t,a=kb(this.dataZoomModel).infoList;if(!t&&a.length){var n=a[0].model.coordinateSystem;t=n.getRect&&n.getRect()}if(!t){var i=this.api.getWidth(),o=this.api.getHeight();t={x:i*.2,y:o*.2,width:i*.6,height:o*.6}}return t},e.type="dataZoom.slider",e}(El);function rX(r){var e={x:"y",y:"x",radius:"angle",angle:"radius"};return e[r]}function pd(r){return r==="vertical"?"ns-resize":"ew-resize"}const aX=eX;function ew(r){r.registerComponentModel(qZ),r.registerComponentView(aX),kl(r)}function nX(r){h1(tw),h1(ew)}var iX={get:function(r,e,t){var a=e1((oX[r]||{})[e]);return t&&z(a)?a[a.length-1]:a}},oX={color:{active:["#006edd","#e0ffff"],inactive:["rgba(0,0,0,0)"]},colorHue:{active:[0,360],inactive:[0,0]},colorSaturation:{active:[.3,1],inactive:[0,0]},colorLightness:{active:[.9,.5],inactive:[0,0]},colorAlpha:{active:[.3,1],inactive:[0,0]},opacity:{active:[.3,1],inactive:[0,0]},symbol:{active:["circle","roundRect","diamond"],inactive:["none"]},symbolSize:{active:[10,50],inactive:[0,0]}};const rw=iX;var dd=f2.mapVisual,sX=f2.eachVisual,lX=z,gd=A,uX=Z2,fX=L1,hX=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type=e.type,t.stateList=["inRange","outOfRange"],t.replacableOptionKeys=["inRange","outOfRange","target","controller","color"],t.layoutMode={type:"box",ignoreSize:!0},t.dataBound=[-1/0,1/0],t.targetVisuals={},t.controllerVisuals={},t}return e.prototype.init=function(t,a,n){this.mergeDefaultAndTheme(t,n)},e.prototype.optionUpdated=function(t,a){var n=this.option;!a&&$b(n,t,this.replacableOptionKeys),this.textStyleModel=this.getModel("textStyle"),this.resetItemSize(),this.completeVisualOption()},e.prototype.resetVisual=function(t){var a=this.stateList;t=U(t,this),this.controllerVisuals=vo(this.option.controller,a,t),this.targetVisuals=vo(this.option.target,a,t)},e.prototype.getItemSymbol=function(){return null},e.prototype.getTargetSeriesIndices=function(){var t=this.option.seriesIndex,a=[];return t==null||t==="all"?this.ecModel.eachSeries(function(n,i){a.push(i)}):a=R1(t),a},e.prototype.eachTargetSeries=function(t,a){A(this.getTargetSeriesIndices(),function(n){var i=this.ecModel.getSeriesByIndex(n);i&&t.call(a,i)},this)},e.prototype.isTargetSeries=function(t){var a=!1;return this.eachTargetSeries(function(n){n===t&&(a=!0)}),a},e.prototype.formatValueText=function(t,a,n){var i=this.option,o=i.precision,s=this.dataBound,l=i.formatter,u;n=n||["<",">"],z(t)&&(t=t.slice(),u=!0);var f=a?t:u?[h(t[0]),h(t[1])]:h(t);if($(l))return l.replace("{value}",u?f[0]:f).replace("{value2}",u?f[1]:f);if(K(l))return u?l(t[0],t[1]):l(t);if(u)return t[0]===s[0]?n[0]+" "+f[1]:t[1]===s[1]?n[1]+" "+f[0]:f[0]+" - "+f[1];return f;function h(v){return v===s[0]?"min":v===s[1]?"max":(+v).toFixed(Math.min(o,20))}},e.prototype.resetExtent=function(){var t=this.option,a=uX([t.min,t.max]);this._dataExtent=a},e.prototype.getDataDimensionIndex=function(t){var a=this.option.dimension;if(a!=null)return t.getDimensionIndex(a);for(var n=t.dimensions,i=n.length-1;i>=0;i--){var o=n[i],s=t.getDimensionInfo(o);if(!s.isCalculationCoord)return s.storeDimIndex}},e.prototype.getExtent=function(){return this._dataExtent.slice()},e.prototype.completeVisualOption=function(){var t=this.ecModel,a=this.option,n={inRange:a.inRange,outOfRange:a.outOfRange},i=a.target||(a.target={}),o=a.controller||(a.controller={});o1(i,n),o1(o,n);var s=this.isCategory();l.call(this,i),l.call(this,o),u.call(this,i,"inRange","outOfRange"),f.call(this,o);function l(h){lX(a.color)&&!h.inRange&&(h.inRange={color:a.color.slice().reverse()}),h.inRange=h.inRange||{color:t.get("gradientColor")}}function u(h,v,c){var p=h[v],d=h[c];p&&!d&&(d=h[c]={},gd(p,function(g,y){if(f2.isValidType(y)){var m=rw.get(y,"inactive",s);m!=null&&(d[y]=m,y==="color"&&!d.hasOwnProperty("opacity")&&!d.hasOwnProperty("colorAlpha")&&(d.opacity=[0,0]))}}))}function f(h){var v=(h.inRange||{}).symbol||(h.outOfRange||{}).symbol,c=(h.inRange||{}).symbolSize||(h.outOfRange||{}).symbolSize,p=this.get("inactiveColor"),d=this.getItemSymbol(),g=d||"roundRect";gd(this.stateList,function(y){var m=this.itemSize,_=h[y];_||(_=h[y]={color:s?p:[p]}),_.symbol==null&&(_.symbol=v&&e1(v)||(s?g:[g])),_.symbolSize==null&&(_.symbolSize=c&&e1(c)||(s?m[0]:[m[0],m[0]])),_.symbol=dd(_.symbol,function(x){return x==="none"?g:x});var S=_.symbolSize;if(S!=null){var b=-1/0;sX(S,function(x){x>b&&(b=x)}),_.symbolSize=dd(S,function(x){return fX(x,[0,b],[0,m[0]],!0)})}},this)}},e.prototype.resetItemSize=function(){this.itemSize=[parseFloat(this.get("itemWidth")),parseFloat(this.get("itemHeight"))]},e.prototype.isCategory=function(){return!!this.option.categories},e.prototype.setSelected=function(t){},e.prototype.getSelected=function(){return null},e.prototype.getValueState=function(t){return null},e.prototype.getVisualMeta=function(t){return null},e.type="visualMap",e.dependencies=["series"],e.defaultOption={show:!0,z:4,seriesIndex:"all",min:0,max:200,left:0,right:null,top:null,bottom:0,itemWidth:null,itemHeight:null,inverse:!1,orient:"vertical",backgroundColor:"rgba(0,0,0,0)",borderColor:"#ccc",contentColor:"#5793f3",inactiveColor:"#aaa",borderWidth:0,padding:5,textGap:10,precision:0,textStyle:{color:"#333"}},e}(_1);const ce=hX;var yd=[20,140],vX=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type=e.type,t}return e.prototype.optionUpdated=function(t,a){r.prototype.optionUpdated.apply(this,arguments),this.resetExtent(),this.resetVisual(function(n){n.mappingMethod="linear",n.dataExtent=this.getExtent()}),this._resetRange()},e.prototype.resetItemSize=function(){r.prototype.resetItemSize.apply(this,arguments);var t=this.itemSize;(t[0]==null||isNaN(t[0]))&&(t[0]=yd[0]),(t[1]==null||isNaN(t[1]))&&(t[1]=yd[1])},e.prototype._resetRange=function(){var t=this.getExtent(),a=this.option.range;!a||a.auto?(t.auto=1,this.option.range=t):z(a)&&(a[0]>a[1]&&a.reverse(),a[0]=Math.max(a[0],t[0]),a[1]=Math.min(a[1],t[1]))},e.prototype.completeVisualOption=function(){r.prototype.completeVisualOption.apply(this,arguments),A(this.stateList,function(t){var a=this.option.controller[t].symbolSize;a&&a[0]!==a[1]&&(a[0]=a[1]/3)},this)},e.prototype.setSelected=function(t){this.option.range=t.slice(),this._resetRange()},e.prototype.getSelected=function(){var t=this.getExtent(),a=Z2((this.get("range")||[]).slice());return a[0]>t[1]&&(a[0]=t[1]),a[1]>t[1]&&(a[1]=t[1]),a[0]=n[1]||t<=a[1])?"inRange":"outOfRange"},e.prototype.findTargetDataIndices=function(t){var a=[];return this.eachTargetSeries(function(n){var i=[],o=n.getData();o.each(this.getDataDimensionIndex(o),function(s,l){t[0]<=s&&s<=t[1]&&i.push(l)},this),a.push({seriesId:n.id,dataIndex:i})},this),a},e.prototype.getVisualMeta=function(t){var a=md(this,"outOfRange",this.getExtent()),n=md(this,"inRange",this.option.range.slice()),i=[];function o(c,p){i.push({value:c,color:t(c,p)})}for(var s=0,l=0,u=n.length,f=a.length;lt[1])break;i.push({color:this.getControllerVisual(l,"color",a),offset:s/n})}return i.push({color:this.getControllerVisual(t[1],"color",a),offset:1}),i},e.prototype._createBarPoints=function(t,a){var n=this.visualMapModel.itemSize;return[[n[0]-a[0],t[0]],[n[0],t[0]],[n[0],t[1]],[n[0]-a[1],t[1]]]},e.prototype._createBarGroup=function(t){var a=this._orient,n=this.visualMapModel.get("inverse");return new r1(a==="horizontal"&&!n?{scaleX:t==="bottom"?1:-1,rotation:Math.PI/2}:a==="horizontal"&&n?{scaleX:t==="bottom"?-1:1,rotation:-Math.PI/2}:a==="vertical"&&!n?{scaleX:t==="left"?1:-1,scaleY:-1}:{scaleX:t==="left"?1:-1})},e.prototype._updateHandle=function(t,a){if(this._useHandle){var n=this._shapes,i=this.visualMapModel,o=n.handleThumbs,s=n.handleLabels,l=i.itemSize,u=i.getExtent();dX([0,1],function(f){var h=o[f];h.setStyle("fill",a.handlesColor[f]),h.y=t[f];var v=G3(t[f],[0,l[1]],u,!0),c=this.getControllerVisual(v,"symbolSize");h.scaleX=h.scaleY=c/l[0],h.x=l[0]-c/2;var p=M3(n.handleLabelPoints[f],X4(h,this.group));s[f].setStyle({x:p[0],y:p[1],text:i.formatValueText(this._dataInterval[f]),verticalAlign:"middle",align:this._orient==="vertical"?this._applyTransform("left",n.mainGroup):"center"})},this)}},e.prototype._showIndicator=function(t,a,n,i){var o=this.visualMapModel,s=o.getExtent(),l=o.itemSize,u=[0,l[1]],f=this._shapes,h=f.indicator;if(h){h.attr("invisible",!1);var v={convertOpacityToAlpha:!0},c=this.getControllerVisual(t,"color",v),p=this.getControllerVisual(t,"symbolSize"),d=G3(t,s,u,!0),g=l[0]-p/2,y={x:h.x,y:h.y};h.y=d,h.x=g;var m=M3(f.indicatorLabelPoint,X4(h,this.group)),_=f.indicatorLabel;_.attr("invisible",!1);var S=this._applyTransform("left",f.mainGroup),b=this._orient,x=b==="horizontal";_.setStyle({text:(n||"")+o.formatValueText(a),verticalAlign:x?S:"middle",align:x?"center":S});var w={x:g,y:d,style:{fill:c}},T={style:{x:m[0],y:m[1]}};if(o.ecModel.isAnimationEnabled()&&!this._firstShowIndicator){var C={duration:100,easing:"cubicInOut",additive:!0};h.x=y.x,h.y=y.y,h.animateTo(w,C),_.animateTo(T,C)}else h.attr(w),_.attr(T);this._firstShowIndicator=!1;var M=this._shapes.handleLabels;if(M)for(var D=0;Do[1]&&(h[1]=1/0),a&&(h[0]===-1/0?this._showIndicator(f,h[1],"< ",l):h[1]===1/0?this._showIndicator(f,h[0],"> ",l):this._showIndicator(f,f,"≈ ",l));var v=this._hoverLinkDataIndices,c=[];(a||bd(n))&&(c=this._hoverLinkDataIndices=n.findTargetDataIndices(h));var p=QC(v,c);this._dispatchHighDown("downplay",_t(p[0],n)),this._dispatchHighDown("highlight",_t(p[1],n))}},e.prototype._hoverLinkFromSeriesMouseOver=function(t){var a;if(K9(t.target,function(l){var u=n1(l);if(u.dataIndex!=null)return a=u,!0},!0),!!a){var n=this.ecModel.getSeriesByIndex(a.seriesIndex),i=this.visualMapModel;if(i.isTargetSeries(n)){var o=n.getData(a.dataType),s=o.getStore().get(i.getDataDimensionIndex(o),a.dataIndex);isNaN(s)||this._showIndicator(s,s)}}},e.prototype._hideIndicator=function(){var t=this._shapes;t.indicator&&t.indicator.attr("invisible",!0),t.indicatorLabel&&t.indicatorLabel.attr("invisible",!0);var a=this._shapes.handleLabels;if(a)for(var n=0;n=0&&(i.dimension=o,a.push(i))}}),r.getData().setVisual("visualMeta",a)}}];function TX(r,e,t,a){for(var n=e.targetVisuals[a],i=f2.prepareVisualTypes(n),o={color:V6(r.getData(),"color")},s=0,l=i.length;s0:e.splitNumber>0)||e.calculable)?"continuous":"piecewise"}),r.registerAction(xX,bX),A(wX,function(e){r.registerVisual(r.PRIORITY.VISUAL.COMPONENT,e)}),r.registerPreprocessor(CX))}function ow(r){r.registerComponentModel(cX),r.registerComponentView(SX),iw(r)}var AX=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type=e.type,t._pieceList=[],t}return e.prototype.optionUpdated=function(t,a){r.prototype.optionUpdated.apply(this,arguments),this.resetExtent();var n=this._mode=this._determineMode();this._pieceList=[],MX[this._mode].call(this,this._pieceList),this._resetSelected(t,a);var i=this.option.categories;this.resetVisual(function(o,s){n==="categories"?(o.mappingMethod="category",o.categories=e1(i)):(o.dataExtent=this.getExtent(),o.mappingMethod="piecewise",o.pieceList=G(this._pieceList,function(l){return l=e1(l),s!=="inRange"&&(l.visual=null),l}))})},e.prototype.completeVisualOption=function(){var t=this.option,a={},n=f2.listVisualTypes(),i=this.isCategory();A(t.pieces,function(s){A(n,function(l){s.hasOwnProperty(l)&&(a[l]=1)})}),A(a,function(s,l){var u=!1;A(this.stateList,function(f){u=u||o(t,f,l)||o(t.target,f,l)},this),!u&&A(this.stateList,function(f){(t[f]||(t[f]={}))[l]=rw.get(l,f==="inRange"?"active":"inactive",i)})},this);function o(s,l,u){return s&&s[l]&&s[l].hasOwnProperty(u)}r.prototype.completeVisualOption.apply(this,arguments)},e.prototype._resetSelected=function(t,a){var n=this.option,i=this._pieceList,o=(a?n:t).selected||{};if(n.selected=o,A(i,function(l,u){var f=this.getSelectedMapKey(l);o.hasOwnProperty(f)||(o[f]=!0)},this),n.selectedMode==="single"){var s=!1;A(i,function(l,u){var f=this.getSelectedMapKey(l);o[f]&&(s?o[f]=!1:s=!0)},this)}},e.prototype.getItemSymbol=function(){return this.get("itemSymbol")},e.prototype.getSelectedMapKey=function(t){return this._mode==="categories"?t.value+"":t.index+""},e.prototype.getPieceList=function(){return this._pieceList},e.prototype._determineMode=function(){var t=this.option;return t.pieces&&t.pieces.length>0?"pieces":this.option.categories?"categories":"splitNumber"},e.prototype.setSelected=function(t){this.option.selected=e1(t)},e.prototype.getValueState=function(t){var a=f2.findPieceIndex(t,this._pieceList);return a!=null&&this.option.selected[this.getSelectedMapKey(this._pieceList[a])]?"inRange":"outOfRange"},e.prototype.findTargetDataIndices=function(t){var a=[],n=this._pieceList;return this.eachTargetSeries(function(i){var o=[],s=i.getData();s.each(this.getDataDimensionIndex(s),function(l,u){var f=f2.findPieceIndex(l,n);f===t&&o.push(u)},this),a.push({seriesId:i.id,dataIndex:o})},this),a},e.prototype.getRepresentValue=function(t){var a;if(this.isCategory())a=t.value;else if(t.value!=null)a=t.value;else{var n=t.interval||[];a=n[0]===-1/0&&n[1]===1/0?0:(n[0]+n[1])/2}return a},e.prototype.getVisualMeta=function(t){if(this.isCategory())return;var a=[],n=["",""],i=this;function o(f,h){var v=i.getRepresentValue({interval:f});h||(h=i.getValueState(v));var c=t(v,h);f[0]===-1/0?n[0]=c:f[1]===1/0?n[1]=c:a.push({value:f[0],color:c},{value:f[1],color:c})}var s=this._pieceList.slice();if(!s.length)s.push({interval:[-1/0,1/0]});else{var l=s[0].interval[0];l!==-1/0&&s.unshift({interval:[-1/0,l]}),l=s[s.length-1].interval[1],l!==1/0&&s.push({interval:[l,1/0]})}var u=-1/0;return A(s,function(f){var h=f.interval;h&&(h[0]>u&&o([u,h[0]],"outOfRange"),o(h.slice()),u=h[1])},this),{stops:a,outerColors:n}},e.type="visualMap.piecewise",e.defaultOption=u9(ce.defaultOption,{selected:null,minOpen:!1,maxOpen:!1,align:"auto",itemWidth:20,itemHeight:14,itemSymbol:"roundRect",pieces:null,categories:null,splitNumber:5,selectedMode:"multiple",itemGap:10,hoverLink:!0}),e}(ce),MX={splitNumber:function(r){var e=this.option,t=Math.min(e.precision,20),a=this.getExtent(),n=e.splitNumber;n=Math.max(parseInt(n,10),1),e.splitNumber=n;for(var i=(a[1]-a[0])/n;+i.toFixed(t)!==i&&t<5;)t++;e.precision=t,i=+i.toFixed(t),e.minOpen&&r.push({interval:[-1/0,a[0]],close:[0,0]});for(var o=0,s=a[0];o","≥"][a[0]]];t.text=t.text||this.formatValueText(t.value!=null?t.value:t.interval,!1,n)},this)}};function Ad(r,e){var t=r.inverse;(r.orient==="vertical"?!t:t)&&e.reverse()}const DX=AX;var LX=function(r){k(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.type=e.type,t}return e.prototype.doRender=function(){var t=this.group;t.removeAll();var a=this.visualMapModel,n=a.get("textGap"),i=a.textStyleModel,o=i.getFont(),s=i.getTextColor(),l=this._getItemAlign(),u=a.itemSize,f=this._getViewData(),h=f.endsText,v=e2(a.get("showLabel",!0),!h);h&&this._renderEndsText(t,h[0],u,v,l),A(f.viewPieceList,function(c){var p=c.piece,d=new r1;d.onclick=U(this._onItemClick,this,p),this._enableHoverLink(d,c.indexInModelPieceList);var g=a.getRepresentValue(p);if(this._createItemSymbol(d,g,[0,0,u[0],u[1]]),v){var y=this.visualMapModel.getValueState(g);d.add(new S1({style:{x:l==="right"?-n:u[0]+n,y:u[1]/2,text:p.text,verticalAlign:"middle",align:l,font:o,fill:s,opacity:y==="outOfRange"?.5:1}}))}t.add(d)},this),h&&this._renderEndsText(t,h[1],u,v,l),a5(a.get("orient"),t,a.get("itemGap")),this.renderBackground(t),this.positionGroup(t)},e.prototype._enableHoverLink=function(t,a){var n=this;t.on("mouseover",function(){return i("highlight")}).on("mouseout",function(){return i("downplay")});var i=function(o){var s=n.visualMapModel;s.option.hoverLink&&n.api.dispatchAction({type:o,batch:_t(s.findTargetDataIndices(a),s)})}},e.prototype._getItemAlign=function(){var t=this.visualMapModel,a=t.option;if(a.orient==="vertical")return nw(t,this.api,t.itemSize);var n=a.align;return(!n||n==="auto")&&(n="left"),n},e.prototype._renderEndsText=function(t,a,n,i,o){if(a){var s=new r1,l=this.visualMapModel.textStyleModel;s.add(new S1({style:O1(l,{x:i?o==="right"?n[0]:0:n[0]/2,y:n[1]/2,verticalAlign:"middle",align:i?o:"center",text:a})})),t.add(s)}},e.prototype._getViewData=function(){var t=this.visualMapModel,a=G(t.getPieceList(),function(s,l){return{piece:s,indexInModelPieceList:l}}),n=t.get("text"),i=t.get("orient"),o=t.get("inverse");return(i==="horizontal"?o:!o)?a.reverse():n&&(n=n.slice().reverse()),{viewPieceList:a,endsText:n}},e.prototype._createItemSymbol=function(t,a,n){t.add(X1(this.getControllerVisual(a,"symbol"),n[0],n[1],n[2],n[3],this.getControllerVisual(a,"color")))},e.prototype._onItemClick=function(t){var a=this.visualMapModel,n=a.option,i=n.selectedMode;if(i){var o=e1(n.selected),s=a.getSelectedMapKey(t);i==="single"||i===!0?(o[s]=!0,A(o,function(l,u){o[u]=u===s})):o[s]=!o[s],this.api.dispatchAction({type:"selectDataRange",from:this.uid,visualMapId:this.visualMapModel.id,selected:o})}},e.type="visualMap.piecewise",e}(aw);const IX=LX;function sw(r){r.registerComponentModel(DX),r.registerComponentView(IX),iw(r)}function PX(r){h1(ow),h1(sw)}var RX={label:{enabled:!0},decal:{show:!1}},Md=C1(),EX={};function kX(r,e){var t=r.getModel("aria");if(!t.get("enabled"))return;var a=e1(RX);o1(a.label,r.getLocaleModel().get("aria"),!1),o1(t.option,a,!1),n(),i();function n(){var u=t.getModel("decal"),f=u.get("show");if(f){var h=X();r.eachSeries(function(v){if(!v.isColorBySeries()){var c=h.get(v.type);c||(c={},h.set(v.type,c)),Md(v).scope=c}}),r.eachRawSeries(function(v){if(r.isSeriesFiltered(v))return;if(K(v.enableAriaDecal)){v.enableAriaDecal();return}var c=v.getData();if(v.isColorBySeries()){var m=_i(v.ecModel,v.name,EX,r.getSeriesCount()),_=c.getVisual("decal");c.setVisual("decal",S(_,m))}else{var p=v.getRawData(),d={},g=Md(v).scope;c.each(function(b){var x=c.getRawIndex(b);d[x]=b});var y=p.count();p.each(function(b){var x=d[b],w=p.getName(b)||b+"",T=_i(v.ecModel,w,g,y),C=c.getItemVisual(x,"decal");c.setItemVisual(x,"decal",S(C,T))})}function S(b,x){var w=b?B(B({},x),b):x;return w.dirty=!0,w}})}}function i(){var u=r.getLocaleModel().get("aria"),f=t.getModel("label");if(f.option=j(f.option,u),!!f.get("enabled")){var h=e.getZr().dom;if(f.get("description")){h.setAttribute("aria-label",f.get("description"));return}var v=r.getSeriesCount(),c=f.get(["data","maxCount"])||10,p=f.get(["series","maxCount"])||10,d=Math.min(v,p),g;if(!(v<1)){var y=s();if(y){var m=f.get(["general","withTitle"]);g=o(m,{title:y})}else g=f.get(["general","withoutTitle"]);var _=[],S=v>1?f.get(["series","multiple","prefix"]):f.get(["series","single","prefix"]);g+=o(S,{seriesCount:v}),r.eachSeries(function(T,C){if(C1?f.get(["series","multiple",L]):f.get(["series","single",L]),M=o(M,{seriesId:T.seriesIndex,seriesName:T.get("name"),seriesType:l(T.subType)});var I=T.getData();if(I.count()>c){var P=f.get(["data","partialData"]);M+=o(P,{displayCnt:c})}else M+=f.get(["data","allData"]);for(var R=f.get(["data","separator","middle"]),E=f.get(["data","separator","end"]),N=[],O=0;O":"gt",">=":"gte","=":"eq","!=":"ne","<>":"ne"},BX=function(){function r(e){var t=this._condVal=$(e)?new RegExp(e):ag(e)?e:null;if(t==null){var a="";D1(a)}}return r.prototype.evaluate=function(e){var t=typeof e;return $(t)?this._condVal.test(e):T1(t)?this._condVal.test(e+""):!1},r}(),VX=function(){function r(){}return r.prototype.evaluate=function(){return this.value},r}(),zX=function(){function r(){}return r.prototype.evaluate=function(){for(var e=this.children,t=0;t2&&a.push(n),n=[I,P]}function f(I,P,R,E){Q5(I,R)&&Q5(P,E)||n.push(I,P,R,E,R,E)}function h(I,P,R,E,N,O){var V=Math.abs(P-I),F=Math.tan(V/4)*4/3,W=PT:D2&&a.push(n),a}function xo(r,e,t,a,n,i,o,s,l,u){if(Q5(r,t)&&Q5(e,a)&&Q5(n,o)&&Q5(i,s)){l.push(o,s);return}var f=2/u,h=f*f,v=o-r,c=s-e,p=Math.sqrt(v*v+c*c);v/=p,c/=p;var d=t-r,g=a-e,y=n-o,m=i-s,_=d*d+g*g,S=y*y+m*m;if(_=0&&T=0){l.push(o,s);return}var C=[],M=[];Q4(r,t,n,o,.5,C),Q4(e,a,i,s,.5,M),xo(C[0],M[0],C[1],M[1],C[2],M[2],C[3],M[3],l,u),xo(C[4],M[4],C[5],M[5],C[6],M[6],C[7],M[7],l,u)}function JX(r,e){var t=So(r),a=[];e=e||1;for(var n=0;n0)for(var u=0;uMath.abs(u),h=fw([l,u],f?0:1,e),v=(f?s:u)/h.length,c=0;cn,o=fw([a,n],i?0:1,e),s=i?"width":"height",l=i?"height":"width",u=i?"x":"y",f=i?"y":"x",h=r[s]/o.length,v=0;v1?null:new u1(d*l+r,d*u+e)}function eq(r,e,t){var a=new u1;u1.sub(a,t,e),a.normalize();var n=new u1;u1.sub(n,r,e);var i=n.dot(a);return i}function H5(r,e){var t=r[r.length-1];t&&t[0]===e[0]&&t[1]===e[1]||r.push(e)}function rq(r,e,t){for(var a=r.length,n=[],i=0;io?(u.x=f.x=s+i/2,u.y=l,f.y=l+o):(u.y=f.y=l+o/2,u.x=s,f.x=s+i),rq(e,u,f)}function pe(r,e,t,a){if(t===1)a.push(e);else{var n=Math.floor(t/2),i=r(e);pe(r,i[0],n,a),pe(r,i[1],t-n,a)}return a}function aq(r,e){for(var t=[],a=0;a0)for(var b=a/t,x=-a/2;x<=a/2;x+=b){for(var w=Math.sin(x),T=Math.cos(x),C=0,_=0;_0;u/=2){var f=0,h=0;(r&u)>0&&(f=1),(e&u)>0&&(h=1),s+=u*u*(3*f^h),h===0&&(f===1&&(r=u-1-r,e=u-1-e),l=r,r=e,e=l)}return s}function ye(r){var e=1/0,t=1/0,a=-1/0,n=-1/0,i=G(r,function(s){var l=s.getBoundingRect(),u=s.getComputedTransform(),f=l.x+l.width/2+(u?u[4]:0),h=l.y+l.height/2+(u?u[5]:0);return e=Math.min(f,e),t=Math.min(h,t),a=Math.max(f,a),n=Math.max(h,n),[f,h]}),o=G(i,function(s,l){return{cp:s,z:vq(s[0],s[1],e,t,a,n),path:r[l]}});return o.sort(function(s,l){return s.z-l.z}).map(function(s){return s.path})}function cw(r){return oq(r.path,r.count)}function bo(){return{fromIndividuals:[],toIndividuals:[],count:0}}function cq(r,e,t){var a=[];function n(b){for(var x=0;x=0;n--)if(!t[n].many.length){var l=t[s].many;if(l.length<=1)if(s)s=0;else return t;var i=l.length,u=Math.ceil(i/2);t[n].many=l.slice(u,i),t[s].many=l.slice(0,u),s++}return t}var dq={clone:function(r){for(var e=[],t=1-Math.pow(1-r.path.style.opacity,1/r.count),a=0;a0))return;var s=a.getModel("universalTransition").get("delay"),l=Object.assign({setToFinal:!0},o),u,f;Nd(r)&&(u=r,f=e),Nd(e)&&(u=e,f=r);function h(y,m,_,S,b){var x=y.many,w=y.one;if(x.length===1&&!b){var T=m?x[0]:w,C=m?w:x[0];if(de(T))h({many:[T],one:C},!0,_,S,!0);else{var M=s?j({delay:s(_,S)},l):l;$l(T,C,M),i(T,C,T,C,M)}}else for(var D=j({dividePath:dq[t],individualDelay:s&&function(N,O,V,F){return s(N+_,S)}},l),L=m?cq(x,w,D):pq(w,x,D),I=L.fromIndividuals,P=L.toIndividuals,R=I.length,E=0;Ee.length,c=u?Bd(f,u):Bd(v?e:r,[v?r:e]),p=0,d=0;dpw))for(var n=a.getIndices(),i=yq(a),o=0;o0&&S.group.traverse(function(x){x instanceof d1&&!x.animators.length&&x.animateFrom({style:{opacity:0}},b)})})}function zd(r){var e=r.getModel("universalTransition").get("seriesKey");return e||r.id}function Gd(r){return z(r)?r.sort().join(","):r}function B4(r){if(r.hostModel)return r.hostModel.getModel("universalTransition").get("divideShape")}function Sq(r,e){var t=X(),a=X(),n=X();return A(r.oldSeries,function(i,o){var s=r.oldDataGroupIds[o],l=r.oldData[o],u=zd(i),f=Gd(u);a.set(f,{dataGroupId:s,data:l}),z(u)&&A(u,function(h){n.set(h,{key:f,dataGroupId:s,data:l})})}),A(e.updatedSeries,function(i){if(i.isUniversalTransitionEnabled()&&i.isAnimationEnabled()){var o=i.get("dataGroupId"),s=i.getData(),l=zd(i),u=Gd(l),f=a.get(u);if(f)t.set(u,{oldSeries:[{dataGroupId:f.dataGroupId,divide:B4(f.data),data:f.data}],newSeries:[{dataGroupId:o,divide:B4(s),data:s}]});else if(z(l)){var h=[];A(l,function(p){var d=a.get(p);d.data&&h.push({dataGroupId:d.dataGroupId,divide:B4(d.data),data:d.data})}),h.length&&t.set(u,{oldSeries:h,newSeries:[{dataGroupId:o,data:s,divide:B4(s)}]})}else{var v=n.get(l);if(v){var c=t.get(v.key);c||(c={oldSeries:[{dataGroupId:v.dataGroupId,data:v.data,divide:B4(v.data)}],newSeries:[]},t.set(v.key,c)),c.newSeries.push({dataGroupId:o,data:s,divide:B4(s)})}}}}),t}function Fd(r,e){for(var t=0;t=0&&n.push({dataGroupId:e.oldDataGroupIds[s],data:e.oldData[s],divide:B4(e.oldData[s]),dim:o.dimension})}),A(R1(r.to),function(o){var s=Fd(t.updatedSeries,o);if(s>=0){var l=t.updatedSeries[s].getData();i.push({dataGroupId:e.oldDataGroupIds[s],data:l,divide:B4(l),dim:o.dimension})}}),n.length>0&&i.length>0&&dw(n,i,a)}function bq(r){r.registerUpdateLifecycle("series:beforeupdate",function(e,t,a){A(R1(a.seriesTransition),function(n){A(R1(n.to),function(i){for(var o=a.updatedSeries,s=0;s4,Cq=function(){return AMap.version>=2};function Aq(r,e){return r&&e&&r[0]===e[0]&&r[1]===e[1]}var To={};function Hd(r,e,t){var a="[ECharts][Extension][AMap]".concat(r?" "+r+":":""," ").concat(e);t&&To[a]||console.warn(a),t&&(To[a]=!0)}function Mq(){To={}}function Dq(r,e){return e=e||[0,0],G([0,1],function(t){var a=e[t],n=r[t]/2,i=[],o=[];return i[t]=a-n,o[t]=a+n,i[1-t]=o[1-t]=e[1-t],Math.abs(this.dataToPoint(i)[t]-this.dataToPoint(o)[t])},this)}var Lq=["echartsLayerZIndex","echartsLayerInteractive","renderOnMoving","largeMode","returnMapCameraState","layers"];function T6(r,e){this._amap=r,this._api=e,this._mapOffset=[0,0]}var H2=T6.prototype;H2.setZoom=function(r){this._zoom=r};H2.setCenter=function(r){var e=new AMap.LngLat(r[0],r[1]);this._center=this._amap.lngLatToContainer(e)};H2.setMapOffset=function(r){this._mapOffset=r};H2.setAMap=function(r){this._amap=r};H2.getAMap=function(){return this._amap};H2.dataToPoint=function(r){var e=new AMap.LngLat(r[0],r[1]),t=this._amap.lngLatToContainer(e),a=this._mapOffset;return[t.x-a[0],t.y-a[1]]};H2.pointToData=function(r){var e=this._mapOffset,t=this._amap.containerToLngLat(new AMap.Pixel(r[0]+e[0],r[1]+e[1]));return[t.lng,t.lat]};H2.getViewRect=function(){var r=this._api;return new s1(0,0,r.getWidth(),r.getHeight())};H2.getRoamTransform=function(){return F2()};H2.prepareCustoms=function(){var r=this.getViewRect();return{coordSys:{type:"amap",x:r.x,y:r.y,width:r.width,height:r.height},api:{coord:U(this.dataToPoint,this),size:U(Dq,this)}}};H2.convertToPixel=function(r,e,t){return this.dataToPoint(t)};H2.convertFromPixel=function(r,e,t){return this.pointToData(t)};T6.create=function(r,e){var t;return r.eachComponent("amap",function(a){if(typeof AMap>"u")throw new Error("AMap api is not loaded");if(t)throw new Error("Only one amap component is allowed");var n=a.getAMap(),i=a.get("echartsLayerInteractive");if(!n){var o=e.getDom(),s=e.getZr().painter,l=s.getViewportRoot();l.className="amap-ec-layer",l.style.visibility="hidden";var u=o.querySelector(".ec-extension-amap");u&&(l.style.left="0px",l.style.top="0px",o.removeChild(u)),u=document.createElement("div"),u.className="ec-extension-amap",u.style.cssText="position:absolute;top:0;left:0;bottom:0;right:0;",o.appendChild(u);var f=e1(a.get());"echartsLayerZIndex"in f&&Hd("DEPRECATED","the option `echartsLayerZIndex` has been removed since v1.9.0, use `echartsLayerInteractive` instead."),A(Lq,function(b){delete f[b]}),n=new AMap.Map(u,f),n.on("complete",function(){u.querySelector(".amap-maps").appendChild(l),l.style.visibility=""}),a.setAMap(n),a.setEChartsLayer(l),s.getViewportRootOffset=function(){return{offsetLeft:0,offsetTop:0}}}var h=a.__echartsLayerInteractive;h!==i&&(a.setEChartsLayerInteractive(i),a.__echartsLayerInteractive=i);var v=a.get("center"),c=a.get("zoom");if(v&&c){var p=n.getCenter(),d=n.getZoom(),g=a.centerOrZoomChanged([p.lng,p.lat],d);g&&n.setZoomAndCenter(c,new AMap.LngLat(v[0],v[1]))}var y=a.__mapStyle,m=a.get("mapStyle");if(y!==m&&n.setMapStyle(a.__mapStyle=m),n.setLang){var _=a.__mapLang,S=a.get("lang");_!==S&&n.setLang(a.__mapLang=S)}else Hd("CAVEAT","The current map doesn't support `setLang` API!",!0);t=new T6(n,e),t.setMapOffset(a.__mapOffset||[0,0]),t.setZoom(c),t.setCenter(v),a.coordinateSystem=t}),r.eachSeries(function(a){a.get("coordinateSystem")==="amap"&&(a.coordinateSystem=t)}),t&&[t]};H2.dimensions=T6.dimensions=["lng","lat"];H2.type="amap";var Wd={type:"amap",setAMap:function(e){this.__amap=e},getAMap:function(){return this.__amap},setEChartsLayer:function(e){this.__echartsLayer=e},getEChartsLayer:function(){return this.__echartsLayer},setEChartsLayerVisiblity:function(e){this.__echartsLayer.style.display=e?"block":"none"},setEChartsLayerInteractive:function(e){this.option.echartsLayerInteractive=!!e,this.__echartsLayer.style.pointerEvents=e?"auto":"none"},setCenterAndZoom:function(e,t){this.option.center=e,this.option.zoom=t},centerOrZoomChanged:function(e,t){var a=this.option;return!(Aq(e,a.center)&&t===a.zoom)},defaultOption:{center:[116.397428,39.90923],zoom:5,isHotspot:!1,resizeEnable:!0,echartsLayerInteractive:!0,renderOnMoving:!0,largeMode:!1,returnMapCameraState:!1}},$d=l0?_1.extend(Wd):Wd,$5,Ud={type:"amap",init:function(){this._isFirstRender=!0,$5=Cq()},render:function(e,t,a){var n=!0,i=e.getAMap(),o=a.getZr().painter.getViewportRoot(),s=i.getContainer(),l=e.coordinateSystem,u=e.get("renderOnMoving"),f=e.get("resizeEnable"),h=e.get("largeMode"),v=e.get("returnMapCameraState"),c=i.getViewMode_(),p=c==="3D",d=function(b){if(!n){var x=s.style,w=[-parseInt(x.left,10)||0,-parseInt(x.top,10)||0],T=o.style,C=w[0]+"px",M=w[1]+"px";T.left!==C&&(T.left=C),T.top!==M&&(T.top=M),l.setMapOffset(e.__mapOffset=w);var D={type:"amapRoam",animation:{duration:0}};if(v){b=b||{};var L=b.center;L||(L=i.getCenter(),L=[L.lng,L.lat]),D.camera={viewMode:c,center:L,zoom:b.zoom||i.getZoom(),rotation:b.rotation==null?i.getRotation():b.rotation,pitch:b.pitch==null?i.getPitch():b.pitch,scale:i.getScale(),bounds:i.getBounds()}}a.dispatchAction(D)}};if(i.off("mapmove",this._moveHandler),i.off("moveend",this._moveHandler),i.off("viewchange",this._moveHandler),i.off("camerachange",this._moveHandler),i.off("zoom",this._moveHandler),this._resizeHandler&&i.off("resize",this._resizeHandler),this._moveStartHandler&&i.off("movestart",this._moveStartHandler),this._moveEndHandler&&(i.off("moveend",this._moveEndHandler),i.off("zoomend",this._moveEndHandler)),i.on(u?$5?"viewchange":p?"camerachange":"mapmove":"moveend",!$5&&h?d=c0(d,20,!0):d),this._moveHandler=d,u&&!($5&&p)&&i.on("zoom",d),!u){i.on("movestart",this._moveStartHandler=function(){setTimeout(function(){e.setEChartsLayerVisiblity(!1)},0)});var g=this._moveEndHandler=function(S){(!S||S.type!=="moveend")&&d(S),setTimeout(function(){e.setEChartsLayerVisiblity(!0)},$5||!h?0:20)};if(i.on("moveend",g),i.on("zoomend",g),this._isFirstRender&&p){var y=i.setPitch,m=i.setRotation;i.setPitch=function(){y.apply(this,arguments),g()},i.setRotation=function(){m.apply(this,arguments),g()}}}if(f){var _=function(){qe(a.getDom()).resize()};!$5&&h&&(_=c0(_,20,!0)),i.on("resize",this._resizeHandler=_)}this._isFirstRender=n=!1},dispose:function(){Mq();var e=this.__model;e&&(e.getAMap().destroy(),e.setAMap(null),e.setEChartsLayer(null),e.coordinateSystem&&(e.coordinateSystem.setAMap(null),e.coordinateSystem=null),delete this._moveHandler,delete this._resizeHandler,delete this._moveStartHandler,delete this._moveEndHandler)}},Yd=l0?z1.extend(Ud):Ud;function Zd(r){(!l0||wo[0]==5&&wo[1]<4)&&r.registerLayout(function(e,t){e.eachSeriesByType("pie",function(a){var n=a.coordinateSystem,i=a.getData(),o=i.mapDimension("value");if(n&&n.type==="amap"){var s=a.get("center"),l=n.dataToPoint(s),u=l[0],f=l[1];i.each(o,function(h,v){var c=i.getItemLayout(v);c.cx=u,c.cy=f})}})}),l0?r.registerComponentModel($d):r.extendComponentModel($d),l0?r.registerComponentView(Yd):r.extendComponentView(Yd),r.registerCoordinateSystem("amap",T6),r.registerAction({type:"amapRoam",event:"amapRoam",update:"updateLayout"},function(e,t){t.eachComponent("amap",function(a){var n=a.getAMap(),i=n.getCenter();a.setCenterAndZoom([i.lng,i.lat],n.getZoom())})})}l0?h1(Zd):Zd(Tq);const Iq={type:"FeatureCollection",features:[{type:"Feature",properties:{name:"北京市",province_adcode:11e4,province_type:"直辖市",name_en:"Beijing",name_var:"Běi Jīng",adcode:11e4},geometry:{type:"Polygon",coordinates:[[[117.38335,40.226472],[117.386923,40.220122],[117.370862,40.21713],[117.37185,40.208658],[117.376015,40.205496],[117.386593,40.20243],[117.376761,40.200912],[117.37566,40.203131],[117.373169,40.200509],[117.372844,40.197676],[117.377177,40.186535],[117.381663,40.186813],[117.391011,40.191466],[117.400994,40.186045],[117.398135,40.182537],[117.38473,40.176696],[117.376098,40.174567],[117.344938,40.171715],[117.344471,40.170302],[117.353989,40.15564],[117.348335,40.146648],[117.350771,40.142628],[117.347985,40.137719],[117.338097,40.133309],[117.328653,40.132644],[117.325528,40.132752],[117.317867,40.138046],[117.307079,40.138616],[117.30113,40.135673],[117.298116,40.126764],[117.291128,40.117683],[117.278354,40.119937],[117.268997,40.110935],[117.259844,40.110933],[117.24287,40.115226],[117.233228,40.111505],[117.222584,40.101014],[117.218746,40.094885],[117.204921,40.094783],[117.205347,40.083511],[117.19722,40.077556],[117.197185,40.07541],[117.201753,40.075542],[117.197923,40.068528],[117.193428,40.067131],[117.1854,40.071663],[117.182386,40.07873],[117.183029,40.081375],[117.179272,40.0836],[117.175073,40.078762],[117.179899,40.074126],[117.174305,40.068627],[117.154238,40.075179],[117.149307,40.067603],[117.132687,40.062647],[117.121921,40.064165],[117.112965,40.071003],[117.079084,40.073705],[117.078855,40.070949],[117.074533,40.0674],[117.063155,40.066161],[117.060302,40.061933],[117.051425,40.05923],[117.04725,40.053441],[117.031366,40.046805],[117.021013,40.036533],[117.02217,40.032732],[117.018586,40.028833],[117.015539,40.028384],[116.994076,40.028642],[116.994068,40.030943],[116.981145,40.037226],[116.96961,40.036466],[116.963212,40.047427],[116.955873,40.050229],[116.939149,40.040286],[116.92573,40.050943],[116.911009,40.046519],[116.908077,40.05153],[116.902745,40.051143],[116.890976,40.045976],[116.873567,40.043377],[116.864986,40.039219],[116.851835,40.050778],[116.844521,40.053885],[116.843414,40.050957],[116.825677,40.050019],[116.817111,40.042648],[116.814682,40.037955],[116.814687,40.031433],[116.809254,40.02972],[116.794193,40.027637],[116.783448,40.031087],[116.783903,40.032678],[116.773437,40.03334],[116.769392,40.025538],[116.766282,40.012278],[116.769828,40.000746],[116.768961,39.998095],[116.770341,39.992015],[116.760019,39.979127],[116.759565,39.971156],[116.75638,39.971455],[116.751373,39.964299],[116.751128,39.961269],[116.751373,39.959394],[116.757917,39.954273],[116.764843,39.951849],[116.770762,39.952363],[116.777569,39.942579],[116.77569,39.926767],[116.776071,39.908231],[116.77776,39.902984],[116.777229,39.895075],[116.780037,39.88515],[116.793861,39.877391],[116.798095,39.876909],[116.798229,39.883678],[116.802222,39.883719],[116.802276,39.888437],[116.806251,39.888527],[116.807108,39.880119],[116.81081,39.877486],[116.819453,39.877175],[116.841103,39.853914],[116.851962,39.84827],[116.880132,39.843642],[116.887987,39.833414],[116.896525,39.830005],[116.901042,39.830829],[116.901746,39.833878],[116.89649,39.84102],[116.895529,39.845565],[116.898359,39.850072],[116.901649,39.851513],[116.913542,39.845826],[116.921276,39.830152],[116.92294,39.811444],[116.931986,39.804464],[116.929141,39.804331],[116.928423,39.800302],[116.932083,39.79226],[116.939633,39.78489],[116.938633,39.776002],[116.932167,39.780622],[116.915209,39.77948],[116.902546,39.765394],[116.895718,39.76229],[116.893678,39.757583],[116.895624,39.754174],[116.901363,39.754906],[116.907233,39.744877],[116.908561,39.74071],[116.903552,39.738589],[116.907056,39.734757],[116.910015,39.734786],[116.909528,39.73031],[116.896398,39.728371],[116.896671,39.726623],[116.893449,39.725037],[116.881665,39.724446],[116.876706,39.717531],[116.878613,39.715019],[116.88059,39.715373],[116.879376,39.714082],[116.885019,39.707406],[116.881249,39.705959],[116.88229,39.701757],[116.887977,39.694821],[116.886593,39.68903],[116.898984,39.688758],[116.903564,39.681905],[116.899766,39.681066],[116.900652,39.676611],[116.885333,39.673032],[116.883013,39.674674],[116.877023,39.674393],[116.867308,39.670411],[116.858041,39.669382],[116.854477,39.666228],[116.843968,39.666501],[116.845378,39.651383],[116.835017,39.648092],[116.827796,39.64349],[116.817926,39.634008],[116.832557,39.621112],[116.826814,39.61599],[116.818986,39.612718],[116.818053,39.61608],[116.813546,39.617926],[116.807311,39.616181],[116.804666,39.613784],[116.783996,39.609353],[116.784537,39.595267],[116.778969,39.592282],[116.771785,39.592497],[116.768891,39.597991],[116.768232,39.604449],[116.765184,39.604529],[116.75676,39.612463],[116.748524,39.616828],[116.738284,39.61795],[116.737982,39.615616],[116.731857,39.61418],[116.724504,39.617954],[116.719414,39.622961],[116.704098,39.616896],[116.700043,39.617856],[116.699393,39.620302],[116.694649,39.619865],[116.69723,39.609074],[116.711476,39.602387],[116.720332,39.596629],[116.720773,39.594897],[116.721067,39.591867],[116.719579,39.591283],[116.699228,39.586813],[116.694676,39.589904],[116.693202,39.594319],[116.688951,39.598173],[116.664594,39.602161],[116.664186,39.603822],[116.65597,39.604252],[116.65099,39.601708],[116.651856,39.599683],[116.648566,39.59853],[116.640744,39.598075],[116.639756,39.601034],[116.632598,39.603897],[116.630041,39.603808],[116.629645,39.598898],[116.622586,39.59853],[116.614768,39.600655],[116.611119,39.606286],[116.60962,39.612853],[116.604484,39.617943],[116.601943,39.623849],[116.596521,39.623277],[116.593515,39.621593],[116.594391,39.618639],[116.589586,39.617035],[116.582889,39.620942],[116.577396,39.621913],[116.573512,39.621371],[116.573646,39.618631],[116.560165,39.618737],[116.560224,39.615097],[116.56215,39.614641],[116.563876,39.610719],[116.557734,39.602602],[116.543939,39.595196],[116.539976,39.594757],[116.538222,39.595632],[116.538018,39.598155],[116.539678,39.598416],[116.537422,39.602186],[116.536614,39.595991],[116.534593,39.593367],[116.530076,39.593623],[116.524797,39.597436],[116.519872,39.595601],[116.515368,39.589091],[116.516233,39.585138],[116.515395,39.580954],[116.513796,39.580714],[116.514497,39.576007],[116.519702,39.57612],[116.520967,39.571992],[116.512358,39.568364],[116.511682,39.565206],[116.505857,39.562669],[116.502859,39.55917],[116.501587,39.555168],[116.502414,39.549578],[116.497398,39.548483],[116.467146,39.551891],[116.467065,39.548285],[116.471966,39.541939],[116.472837,39.537963],[116.471676,39.534973],[116.462736,39.533083],[116.458497,39.530335],[116.458349,39.526343],[116.43065,39.525014],[116.434138,39.51506],[116.436592,39.514854],[116.437671,39.508516],[116.426855,39.506093],[116.425974,39.508097],[116.41846,39.508391],[116.417505,39.520151],[116.415259,39.523965],[116.406434,39.523498],[116.396483,39.525532],[116.39856,39.512406],[116.402154,39.50896],[116.411718,39.504757],[116.417096,39.49527],[116.412229,39.494639],[116.409667,39.486969],[116.40514,39.483703],[116.405737,39.480602],[116.416148,39.483072],[116.420445,39.486451],[116.423794,39.479996],[116.419194,39.479974],[116.419392,39.477448],[116.422126,39.474876],[116.42745,39.476839],[116.430096,39.48159],[116.438008,39.480886],[116.442639,39.474981],[116.442516,39.463826],[116.447957,39.456967],[116.449903,39.458105],[116.449995,39.454604],[116.448733,39.452311],[116.444354,39.451329],[116.444079,39.447216],[116.43108,39.444644],[116.428638,39.442078],[116.418598,39.445987],[116.40167,39.44921],[116.394551,39.448797],[116.386719,39.451632],[116.381906,39.449756],[116.361499,39.450349],[116.355915,39.453552],[116.327842,39.454671],[116.314658,39.466398],[116.307724,39.476854],[116.300583,39.482379],[116.301365,39.484833],[116.29932,39.488225],[116.286877,39.490964],[116.272787,39.490928],[116.252935,39.498931],[116.248835,39.507798],[116.239462,39.514933],[116.240793,39.527572],[116.239089,39.530247],[116.240818,39.537977],[116.236511,39.551793],[116.239873,39.554077],[116.240045,39.556252],[116.23467,39.562909],[116.221421,39.564619],[116.214982,39.577745],[116.202072,39.576504],[116.198396,39.582302],[116.197998,39.587579],[116.195491,39.587669],[116.195116,39.585165],[116.190801,39.584911],[116.191344,39.587723],[116.174583,39.589379],[116.170778,39.588735],[116.17074,39.58463],[116.159375,39.582269],[116.149009,39.582355],[116.145671,39.579233],[116.143414,39.571759],[116.140511,39.570609],[116.140803,39.573948],[116.139425,39.574157],[116.13796,39.570451],[116.130455,39.567185],[116.115222,39.569206],[116.11438,39.573468],[116.106379,39.569173],[116.09998,39.569542],[116.099975,39.574523],[116.095106,39.578654],[116.09574,39.574779],[116.092803,39.573817],[116.029202,39.570372],[116.026564,39.571143],[116.02671,39.573364],[116.018595,39.574453],[116.020081,39.586176],[116.013658,39.585564],[116.010214,39.586953],[116.007618,39.586852],[116.008508,39.58321],[116.007232,39.580766],[116.001536,39.576033],[115.989157,39.575934],[115.99091,39.582065],[115.987331,39.582387],[115.985478,39.585356],[115.985441,39.592462],[115.972103,39.593152],[115.970379,39.575769],[115.97217,39.571752],[115.968595,39.569759],[115.962957,39.569928],[115.960766,39.563781],[115.951617,39.559885],[115.949068,39.565064],[115.944499,39.56534],[115.943245,39.572272],[115.937279,39.576372],[115.932051,39.576471],[115.928572,39.581604],[115.928273,39.587046],[115.924327,39.592383],[115.904447,39.599718],[115.900919,39.589033],[115.902855,39.583045],[115.909751,39.582075],[115.905892,39.573194],[115.906965,39.57201],[115.901977,39.565896],[115.894104,39.568876],[115.884541,39.567618],[115.884773,39.562954],[115.886414,39.563689],[115.887513,39.560885],[115.887163,39.555241],[115.881617,39.549779],[115.877049,39.547128],[115.860411,39.545504],[115.856061,39.547531],[115.849517,39.553959],[115.841568,39.549276],[115.840033,39.542252],[115.835111,39.540521],[115.822651,39.540236],[115.822343,39.534391],[115.813123,39.529776],[115.813689,39.517449],[115.8175,39.511062],[115.820223,39.513123],[115.823597,39.511766],[115.824208,39.508287],[115.822645,39.505986],[115.814258,39.508639],[115.798804,39.510362],[115.780353,39.508899],[115.771754,39.51269],[115.761241,39.514726],[115.764658,39.509827],[115.762572,39.507736],[115.759146,39.513708],[115.745982,39.512913],[115.745676,39.515657],[115.738323,39.523271],[115.735574,39.535142],[115.732543,39.539087],[115.732339,39.545179],[115.724157,39.546491],[115.720469,39.545321],[115.720769,39.542766],[115.716983,39.542836],[115.714758,39.546551],[115.714047,39.553613],[115.710842,39.559342],[115.705492,39.561193],[115.692308,39.562208],[115.686256,39.56542],[115.688342,39.569124],[115.692457,39.56948],[115.6934,39.575856],[115.687248,39.579413],[115.689008,39.583438],[115.682841,39.591701],[115.681935,39.599878],[115.666284,39.608323],[115.661253,39.614489],[115.661775,39.608516],[115.659431,39.604148],[115.65096,39.598702],[115.63848,39.597936],[115.635759,39.602246],[115.631989,39.603326],[115.628125,39.602534],[115.628283,39.597177],[115.626508,39.596711],[115.619797,39.598473],[115.616114,39.601875],[115.612047,39.602972],[115.603905,39.599577],[115.593352,39.598493],[115.58653,39.595894],[115.582784,39.593215],[115.580433,39.588615],[115.575117,39.588402],[115.565501,39.590661],[115.566107,39.593016],[115.558577,39.603011],[115.539588,39.61771],[115.527869,39.61226],[115.524213,39.603229],[115.512839,39.593563],[115.512549,39.59133],[115.50888,39.59048],[115.509109,39.59396],[115.505729,39.604236],[115.506343,39.610134],[115.515906,39.621102],[115.514161,39.631726],[115.516221,39.638849],[115.505273,39.643265],[115.503505,39.648273],[115.500446,39.650947],[115.49056,39.65153],[115.48804,39.647335],[115.472652,39.649532],[115.471819,39.651036],[115.475834,39.661554],[115.485325,39.667821],[115.480298,39.672344],[115.482405,39.680193],[115.485344,39.681125],[115.492611,39.688558],[115.492637,39.695455],[115.485174,39.702649],[115.486961,39.70753],[115.481815,39.728797],[115.486245,39.737242],[115.476451,39.740947],[115.46448,39.741075],[115.460749,39.738972],[115.433921,39.750403],[115.429381,39.756859],[115.427736,39.763216],[115.428802,39.768813],[115.424409,39.770704],[115.420727,39.768218],[115.418326,39.772979],[115.424331,39.774135],[115.427314,39.780772],[115.436353,39.783815],[115.445298,39.780814],[115.45173,39.780959],[115.469875,39.791034],[115.477042,39.797488],[115.48508,39.794887],[115.500607,39.782367],[115.508481,39.78786],[115.530121,39.791026],[115.533296,39.793595],[115.537874,39.794603],[115.545914,39.793586],[115.548756,39.794472],[115.55886,39.803368],[115.56323,39.812757],[115.561067,39.815404],[115.557382,39.81538],[115.541606,39.821771],[115.536572,39.825966],[115.524691,39.828961],[115.520299,39.834111],[115.509424,39.836906],[115.507114,39.840657],[115.505963,39.84295],[115.50718,39.84524],[115.511236,39.849103],[115.516245,39.857832],[115.516186,39.864663],[115.522458,39.871057],[115.522339,39.874561],[115.510418,39.87925],[115.504425,39.879813],[115.50276,39.882995],[115.50475,39.886692],[115.516782,39.897779],[115.514289,39.90103],[115.502807,39.909122],[115.498721,39.913985],[115.492543,39.916739],[115.488122,39.916841],[115.480756,39.922559],[115.47458,39.934356],[115.458649,39.939089],[115.437224,39.95042],[115.431446,39.951284],[115.422824,39.948191],[115.419701,39.94904],[115.419693,39.951553],[115.417205,39.954289],[115.419248,39.961846],[115.416827,39.968868],[115.419361,39.976571],[115.426543,39.987299],[115.435168,39.99253],[115.4397,39.993021],[115.44223,39.996879],[115.442682,40.00062],[115.436188,40.005607],[115.435552,40.009171],[115.445563,40.019431],[115.448277,40.028603],[115.454176,40.030832],[115.461946,40.030575],[115.477417,40.038158],[115.486018,40.047293],[115.498764,40.054594],[115.504019,40.06139],[115.50339,40.064273],[115.508655,40.065753],[115.521077,40.074921],[115.531676,40.076656],[115.537732,40.074772],[115.544913,40.077903],[115.549327,40.081552],[115.547573,40.090583],[115.557788,40.097109],[115.570498,40.098369],[115.572439,40.09533],[115.576537,40.094024],[115.584623,40.095363],[115.588379,40.114602],[115.59224,40.118136],[115.600904,40.119025],[115.635679,40.114819],[115.637657,40.115987],[115.638473,40.125577],[115.648387,40.130224],[115.651773,40.128126],[115.659475,40.128239],[115.66906,40.128922],[115.675015,40.131549],[115.683283,40.130753],[115.693814,40.126453],[115.69807,40.126978],[115.698548,40.128489],[115.693515,40.131227],[115.704378,40.133408],[115.718105,40.127575],[115.729826,40.128722],[115.742978,40.136496],[115.748575,40.14424],[115.747832,40.147359],[115.743266,40.151768],[115.748039,40.162026],[115.763599,40.168953],[115.766818,40.175186],[115.771414,40.176622],[115.780769,40.177504],[115.780697,40.169211],[115.800372,40.152079],[115.815394,40.151627],[115.829858,40.145893],[115.845848,40.146944],[115.847968,40.148824],[115.847504,40.153067],[115.838701,40.163914],[115.838208,40.166491],[115.843998,40.172487],[115.847505,40.17951],[115.842002,40.182876],[115.849096,40.187773],[115.858004,40.184764],[115.865884,40.186197],[115.879985,40.204998],[115.877293,40.210243],[115.878589,40.216207],[115.892503,40.233447],[115.906304,40.233054],[115.910961,40.246059],[115.924088,40.253541],[115.929499,40.254649],[115.937043,40.252331],[115.953981,40.255536],[115.958577,40.257906],[115.961815,40.262413],[115.946214,40.280237],[115.933845,40.302022],[115.935247,40.310669],[115.930587,40.312278],[115.921437,40.319208],[115.918088,40.325189],[115.91555,40.344065],[115.912323,40.352811],[115.904155,40.356696],[115.858619,40.358274],[115.853218,40.361273],[115.851962,40.36279],[115.855974,40.362853],[115.856215,40.369549],[115.854346,40.374541],[115.843086,40.375722],[115.842912,40.374086],[115.840761,40.373935],[115.835316,40.376703],[115.831316,40.380089],[115.830418,40.384511],[115.772968,40.441347],[115.764541,40.441309],[115.763842,40.443847],[115.768113,40.45645],[115.76771,40.460798],[115.764706,40.462591],[115.76347,40.46826],[115.775876,40.488145],[115.775746,40.491703],[115.757243,40.498365],[115.735867,40.495346],[115.729542,40.502664],[115.734665,40.509507],[115.733371,40.511598],[115.737155,40.514327],[115.742052,40.523932],[115.746545,40.528825],[115.746649,40.534952],[115.778415,40.557038],[115.784367,40.559606],[115.78871,40.55962],[115.792822,40.556377],[115.807928,40.555956],[115.81383,40.558209],[115.815337,40.56202],[115.814337,40.566649],[115.821555,40.586055],[115.838141,40.590003],[115.848777,40.588923],[115.879937,40.594758],[115.882886,40.596634],[115.887747,40.604972],[115.901787,40.616094],[115.912782,40.615869],[115.960735,40.605015],[115.967699,40.59685],[115.969593,40.587822],[115.975308,40.578339],[115.977312,40.577465],[115.989075,40.578535],[116.003606,40.587724],[116.01319,40.599974],[116.022062,40.605817],[116.02394,40.601086],[116.022045,40.597455],[116.024866,40.596017],[116.044205,40.604557],[116.059309,40.608669],[116.082517,40.625352],[116.09246,40.628994],[116.094624,40.626193],[116.097984,40.625401],[116.115325,40.627568],[116.113873,40.631624],[116.106334,40.639359],[116.104904,40.645658],[116.118831,40.6525],[116.128478,40.665494],[116.13682,40.665319],[116.145942,40.661622],[116.158329,40.661827],[116.172932,40.707504],[116.18597,40.723123],[116.213846,40.744353],[116.214313,40.747668],[116.224377,40.762043],[116.225186,40.769347],[116.229699,40.779221],[116.241502,40.790279],[116.252394,40.785334],[116.261961,40.776033],[116.26388,40.769104],[116.268003,40.762427],[116.272582,40.760671],[116.275268,40.762421],[116.284067,40.762772],[116.288499,40.757332],[116.302458,40.750434],[116.304514,40.750481],[116.304937,40.753557],[116.301771,40.76219],[116.306985,40.768632],[116.311376,40.770603],[116.373107,40.770609],[116.384632,40.774941],[116.4015,40.778713],[116.408128,40.775988],[116.410147,40.76768],[116.418516,40.765755],[116.44179,40.765991],[116.447679,40.764229],[116.455423,40.768117],[116.459591,40.772892],[116.454685,40.781006],[116.453063,40.794269],[116.438561,40.804392],[116.43436,40.809425],[116.430804,40.81889],[116.415798,40.821165],[116.400377,40.831268],[116.399584,40.838241],[116.393739,40.848135],[116.36029,40.874894],[116.357855,40.880424],[116.338668,40.892703],[116.328186,40.902918],[116.328098,40.919774],[116.337259,40.931031],[116.346357,40.934855],[116.353064,40.934412],[116.358751,40.941432],[116.364004,40.941856],[116.370065,40.937865],[116.378167,40.92194],[116.392566,40.904145],[116.408326,40.898334],[116.413109,40.900671],[116.422996,40.901166],[116.430357,40.897544],[116.452394,40.898851],[116.455726,40.897823],[116.457701,40.894686],[116.467948,40.894348],[116.471382,40.900687],[116.467383,40.918225],[116.461921,40.923861],[116.446047,40.949075],[116.444378,40.958105],[116.445316,40.967542],[116.44923,40.978055],[116.45785,40.982687],[116.465874,40.97887],[116.482741,40.978496],[116.498387,40.974227],[116.510198,40.973551],[116.527065,40.983956],[116.540298,40.986813],[116.550731,40.986297],[116.552666,40.987072],[116.554529,40.991628],[116.557373,40.992092],[116.563235,40.990094],[116.582575,40.975492],[116.592291,40.973176],[116.595888,40.974247],[116.608605,40.981797],[116.611078,40.996399],[116.610939,41.005751],[116.616977,41.019211],[116.614338,41.029174],[116.607998,41.034924],[116.608022,41.041499],[116.61147,41.050227],[116.625531,41.058964],[116.641621,41.057721],[116.648596,41.054172],[116.651003,41.04969],[116.654466,41.047578],[116.670916,41.041086],[116.676793,41.040121],[116.683779,41.042571],[116.68974,41.029317],[116.689307,41.024003],[116.692697,41.019145],[116.684851,41.005597],[116.677009,40.998859],[116.676481,40.984652],[116.671601,40.974586],[116.671658,40.96962],[116.68086,40.961614],[116.683145,40.94932],[116.696013,40.938193],[116.696677,40.934908],[116.714525,40.924453],[116.710974,40.920079],[116.707287,40.908709],[116.714285,40.906939],[116.727238,40.896357],[116.752343,40.886299],[116.752001,40.88055],[116.754643,40.8791],[116.761155,40.880522],[116.774214,40.874531],[116.786944,40.862279],[116.793007,40.851092],[116.796337,40.840842],[116.798794,40.838901],[116.807113,40.846778],[116.814605,40.846755],[116.817388,40.843604],[116.850426,40.833563],[116.856064,40.826534],[116.869447,40.820063],[116.875771,40.813406],[116.875845,40.80709],[116.874179,40.802976],[116.88366,40.796938],[116.890545,40.79539],[116.889726,40.782697],[116.888768,40.780215],[116.887189,40.782622],[116.885335,40.782428],[116.886434,40.778971],[116.892581,40.77539],[116.898546,40.775943],[116.919102,40.7715],[116.916414,40.769053],[116.920528,40.758651],[116.917155,40.751322],[116.917766,40.748709],[116.920873,40.744443],[116.930277,40.739197],[116.936631,40.728522],[116.939548,40.726162],[116.956981,40.717172],[116.960907,40.713274],[116.959716,40.709265],[116.962801,40.706162],[116.975014,40.701721],[116.981948,40.701732],[116.996185,40.695885],[117.021702,40.692198],[117.037898,40.698827],[117.051724,40.699946],[117.069295,40.698704],[117.102419,40.705571],[117.110562,40.69833],[117.131636,40.695483],[117.164586,40.69559],[117.199523,40.693052],[117.222277,40.683501],[117.234971,40.675123],[117.25492,40.679743],[117.261436,40.675118],[117.272283,40.662876],[117.284948,40.658667],[117.314898,40.656923],[117.330472,40.661797],[117.330272,40.665773],[117.336038,40.672006],[117.353597,40.672435],[117.402564,40.68567],[117.410251,40.685332],[117.439686,40.675312],[117.458737,40.671939],[117.463954,40.67232],[117.474649,40.676316],[117.489115,40.673049],[117.508239,40.659284],[117.507542,40.654387],[117.49627,40.651622],[117.498561,40.645172],[117.493875,40.634755],[117.479819,40.631992],[117.471477,40.63372],[117.46718,40.64289],[117.45532,40.651507],[117.442191,40.649888],[117.444739,40.644987],[117.44593,40.635828],[117.444599,40.630324],[117.440354,40.626664],[117.426167,40.624184],[117.4221,40.632298],[117.422132,40.636032],[117.418508,40.636459],[117.414433,40.633823],[117.413783,40.627622],[117.417291,40.622769],[117.417854,40.618693],[117.412433,40.615508],[117.405982,40.603529],[117.416365,40.581142],[117.423063,40.577721],[117.423241,40.574557],[117.415009,40.567789],[117.412546,40.567238],[117.40262,40.570301],[117.394738,40.569888],[117.385926,40.565096],[117.383282,40.560149],[117.380921,40.559218],[117.371164,40.562062],[117.35491,40.574545],[117.339855,40.580421],[117.321138,40.575296],[117.318403,40.576711],[117.304781,40.575831],[117.293891,40.56635],[117.279663,40.563927],[117.272883,40.558936],[117.26406,40.559623],[117.243102,40.546812],[117.241643,40.53992],[117.248784,40.526273],[117.257669,40.515908],[117.256955,40.511829],[117.239596,40.512143],[117.230525,40.514068],[117.222424,40.51002],[117.212269,40.512958],[117.207056,40.510832],[117.201562,40.498497],[117.202195,40.495866],[117.205596,40.493311],[117.211467,40.493225],[117.221322,40.480749],[117.2194,40.474435],[117.227169,40.461903],[117.228844,40.456118],[117.240423,40.450891],[117.255585,40.439039],[117.243817,40.426858],[117.228718,40.415955],[117.230667,40.399063],[117.232957,40.392917],[117.220283,40.3827],[117.217596,40.370071],[117.219764,40.367785],[117.230704,40.369206],[117.236386,40.368282],[117.247679,40.353601],[117.250382,40.341345],[117.25352,40.334738],[117.260821,40.334356],[117.268437,40.331309],[117.264715,40.323913],[117.267913,40.307261],[117.281465,40.300301],[117.286862,40.295216],[117.288088,40.289537],[117.286338,40.282953],[117.28924,40.276919],[117.300558,40.277532],[117.325344,40.288314],[117.32744,40.284519],[117.330468,40.268095],[117.33561,40.255126],[117.333248,40.24491],[117.344343,40.228494],[117.349261,40.228092],[117.354022,40.231138],[117.362036,40.231496],[117.379944,40.225502],[117.38335,40.226472]]]}},{type:"Feature",properties:{name:"天津市",province_adcode:12e4,province_type:"直辖市",name_en:"Tianjin",name_var:"Tiān Jīn",adcode:12e4},geometry:{type:"Polygon",coordinates:[[[117.569368,40.191526],[117.566909,40.188923],[117.570138,40.177503],[117.578121,40.170404],[117.582315,40.167374],[117.594981,40.170148],[117.600312,40.162036],[117.612347,40.156526],[117.613479,40.151828],[117.624301,40.146717],[117.630725,40.135683],[117.628562,40.133048],[117.629565,40.131121],[117.643931,40.127025],[117.645977,40.112383],[117.649794,40.108065],[117.649142,40.105443],[117.642198,40.102689],[117.642122,40.097735],[117.639153,40.095893],[117.643187,40.090047],[117.647947,40.089645],[117.652513,40.095762],[117.661959,40.098728],[117.668157,40.089954],[117.668576,40.080979],[117.681875,40.081649],[117.683755,40.092153],[117.690414,40.093723],[117.701581,40.092729],[117.704963,40.08144],[117.715861,40.078567],[117.731552,40.076796],[117.736842,40.077224],[117.740803,40.080287],[117.745059,40.080732],[117.748282,40.078585],[117.752044,40.072054],[117.74693,40.072058],[117.74796,40.067284],[117.751597,40.064593],[117.761104,40.064698],[117.769649,40.057926],[117.766961,40.050646],[117.752456,40.042906],[117.746363,40.044019],[117.746312,40.046676],[117.741699,40.046432],[117.741806,40.038597],[117.738791,40.032504],[117.736765,40.016504],[117.74,40.01635],[117.747756,40.010288],[117.752002,40.011704],[117.751959,40.016732],[117.755105,40.01936],[117.763994,40.022295],[117.776042,40.022261],[117.777896,40.016854],[117.785638,40.014341],[117.787955,40.009846],[117.787162,40.003488],[117.790106,39.997208],[117.790054,39.995284],[117.783272,39.989702],[117.780287,39.980316],[117.781184,39.972755],[117.7755,39.965071],[117.757027,39.971468],[117.74978,39.963846],[117.745422,39.965121],[117.735125,39.972451],[117.72849,39.970091],[117.721858,39.970732],[117.713709,39.97849],[117.704894,39.983628],[117.699168,39.984878],[117.682657,39.982842],[117.675954,39.978813],[117.677192,39.974606],[117.669693,39.96731],[117.661132,39.965642],[117.652354,39.96731],[117.646069,39.971085],[117.631638,39.970685],[117.62893,39.9679],[117.625603,39.967675],[117.608632,39.971364],[117.605237,39.974212],[117.6055,39.976516],[117.602086,39.98312],[117.593527,39.992594],[117.585536,39.995647],[117.572698,39.992775],[117.571145,39.994897],[117.566521,39.995159],[117.559996,39.989785],[117.556834,39.991007],[117.55275,39.99555],[117.540345,39.997774],[117.53764,39.992953],[117.531302,39.996258],[117.528913,39.994613],[117.531391,39.988828],[117.540059,39.980376],[117.541116,39.975732],[117.532508,39.968938],[117.528028,39.959258],[117.528137,39.953547],[117.526701,39.951418],[117.524014,39.949981],[117.520926,39.951167],[117.517867,39.945301],[117.513149,39.947368],[117.509049,39.945264],[117.504395,39.939063],[117.505256,39.932725],[117.519156,39.928415],[117.515591,39.919432],[117.50497,39.920088],[117.49902,39.916937],[117.498229,39.914419],[117.500488,39.91384],[117.506368,39.917407],[117.507381,39.908875],[117.505558,39.90643],[117.501374,39.907639],[117.497505,39.903622],[117.500767,39.902916],[117.503635,39.892592],[117.510542,39.893949],[117.512307,39.890572],[117.514682,39.8706],[117.538498,39.84341],[117.536832,39.83457],[117.540383,39.826351],[117.552151,39.810842],[117.555305,39.801526],[117.554117,39.793909],[117.5479,39.793997],[117.548434,39.786152],[117.541049,39.77681],[117.540869,39.775145],[117.545948,39.773233],[117.548626,39.770381],[117.544115,39.761848],[117.539822,39.762523],[117.533134,39.759982],[117.537152,39.75954],[117.543228,39.755654],[117.549186,39.761516],[117.554331,39.754069],[117.564521,39.755542],[117.570785,39.749464],[117.59018,39.744773],[117.589512,39.743028],[117.584569,39.741473],[117.590666,39.737343],[117.590603,39.734691],[117.58733,39.734213],[117.582257,39.736893],[117.582674,39.730404],[117.577381,39.73063],[117.5745,39.728758],[117.570821,39.725177],[117.572208,39.72193],[117.578984,39.721233],[117.586914,39.714963],[117.58666,39.710038],[117.596638,39.704255],[117.608892,39.704961],[117.62163,39.702286],[117.62825,39.700088],[117.628527,39.696255],[117.630535,39.695613],[117.638167,39.70104],[117.642871,39.694239],[117.640321,39.69066],[117.639953,39.686264],[117.643479,39.684582],[117.647969,39.677917],[117.65401,39.673749],[117.650662,39.667691],[117.655857,39.664989],[117.662827,39.66553],[117.662183,39.661772],[117.657119,39.655953],[117.660406,39.648692],[117.660249,39.641239],[117.657898,39.636493],[117.656229,39.635234],[117.646029,39.638012],[117.646815,39.627834],[117.63682,39.625668],[117.638702,39.621844],[117.634078,39.619215],[117.635201,39.611603],[117.625808,39.612666],[117.624498,39.605548],[117.619172,39.601922],[117.617125,39.602329],[117.614853,39.605658],[117.613388,39.605112],[117.614994,39.591206],[117.62054,39.593605],[117.625357,39.600911],[117.630845,39.602721],[117.631075,39.596158],[117.633351,39.592083],[117.63661,39.591543],[117.644402,39.593756],[117.648934,39.588838],[117.649082,39.583078],[117.644592,39.578284],[117.64716,39.574278],[117.650777,39.573735],[117.65799,39.575712],[117.6657,39.581448],[117.667811,39.588438],[117.671054,39.58942],[117.67961,39.587648],[117.688184,39.579523],[117.69998,39.575086],[117.702548,39.570311],[117.700792,39.566342],[117.698123,39.564541],[117.689058,39.564291],[117.683284,39.568498],[117.679107,39.564195],[117.683814,39.558124],[117.698563,39.555859],[117.695723,39.552433],[117.699768,39.548957],[117.699524,39.545645],[117.703217,39.535905],[117.709821,39.528851],[117.716473,39.534057],[117.726575,39.53514],[117.73895,39.546921],[117.7292,39.559442],[117.731679,39.572832],[117.746808,39.574708],[117.745563,39.577582],[117.749023,39.579962],[117.74564,39.582329],[117.739588,39.590863],[117.743135,39.589039],[117.761358,39.597794],[117.783067,39.593216],[117.78528,39.598936],[117.795808,39.600548],[117.819645,39.58982],[117.832504,39.588736],[117.840963,39.590029],[117.845243,39.588273],[117.84642,39.590619],[117.851154,39.591383],[117.860292,39.598991],[117.868207,39.597224],[117.868151,39.592889],[117.87689,39.589414],[117.886125,39.589935],[117.895329,39.587955],[117.896499,39.589813],[117.913075,39.584381],[117.911278,39.582106],[117.92395,39.57713],[117.927801,39.572795],[117.92547,39.568067],[117.918484,39.562369],[117.912495,39.55474],[117.907009,39.541449],[117.898832,39.533423],[117.899595,39.529623],[117.90627,39.519424],[117.906621,39.516054],[117.902236,39.510509],[117.892563,39.508685],[117.890802,39.48828],[117.886194,39.485451],[117.892034,39.481684],[117.892752,39.471143],[117.88725,39.470261],[117.881243,39.466942],[117.872559,39.466121],[117.868748,39.453878],[117.86454,39.453928],[117.865711,39.410472],[117.841019,39.407166],[117.842169,39.400203],[117.8534,39.401816],[117.856367,39.396005],[117.854313,39.383804],[117.859711,39.377372],[117.852009,39.372494],[117.846212,39.380062],[117.833211,39.376612],[117.806141,39.374128],[117.799913,39.372262],[117.798145,39.370107],[117.796584,39.359866],[117.805503,39.352347],[117.823002,39.355854],[117.834016,39.351679],[117.847019,39.359706],[117.841852,39.366177],[117.845821,39.368646],[117.856759,39.361374],[117.845897,39.349055],[117.843722,39.340874],[117.839804,39.341264],[117.838594,39.337615],[117.835808,39.335417],[117.84191,39.331126],[117.840874,39.327708],[117.848367,39.327228],[117.849971,39.328086],[117.849404,39.330911],[117.85493,39.333002],[117.860613,39.328993],[117.88196,39.331353],[117.88689,39.3268],[117.885737,39.322574],[117.896522,39.319689],[117.899498,39.315517],[117.920096,39.318589],[117.941335,39.316934],[117.946087,39.314939],[117.961287,39.315403],[117.968538,39.312216],[117.966406,39.308934],[117.972147,39.298329],[117.986094,39.295563],[117.989371,39.292941],[117.987128,39.28902],[117.98885,39.287709],[118.003491,39.28687],[118.010704,39.283053],[118.014242,39.28496],[118.018454,39.29126],[118.020643,39.290277],[118.025236,39.284263],[118.022528,39.277141],[118.026772,39.27443],[118.027822,39.266944],[118.033903,39.262823],[118.058355,39.25484],[118.058463,39.230068],[118.030767,39.229349],[118.029895,39.22145],[117.978142,39.219375],[117.943411,39.212182],[117.954961,39.181099],[117.934773,39.176849],[117.922175,39.209449],[117.868125,39.191524],[117.879636,39.172218],[117.879579,39.169157],[117.876483,39.163758],[117.876359,39.17418],[117.871074,39.182472],[117.863916,39.180132],[117.863434,39.178025],[117.874501,39.170317],[117.874344,39.164462],[117.867019,39.169377],[117.85739,39.182244],[117.852873,39.180501],[117.864669,39.16101],[117.860129,39.161543],[117.846901,39.18106],[117.826453,39.171388],[117.824894,39.170145],[117.825486,39.168702],[117.829726,39.168585],[117.834464,39.166196],[117.834514,39.164206],[117.818684,39.163697],[117.817636,39.162178],[117.819292,39.156493],[117.816998,39.151375],[117.807799,39.147012],[117.797519,39.149274],[117.793853,39.146896],[117.785877,39.134841],[117.841688,39.102641],[117.818343,39.073132],[117.814179,39.073118],[117.744574,39.096342],[117.72922,39.093725],[117.724328,39.089815],[117.738162,39.080892],[117.80484,39.058473],[117.829041,38.973728],[117.811338,38.976143],[117.808257,38.975118],[117.793651,38.984534],[117.790841,38.988158],[117.775126,39.046388],[117.762777,39.050318],[117.760118,39.047427],[117.762723,39.044866],[117.779485,38.9858],[117.788884,38.977791],[117.786629,38.973629],[117.743925,38.987854],[117.741985,38.984201],[117.719321,38.993131],[117.713673,38.991571],[117.714134,38.988441],[117.725276,38.982239],[117.757259,38.971653],[117.799645,38.965194],[117.80835,38.963152],[117.807405,38.959699],[117.844423,38.953577],[117.843802,38.951166],[117.878499,38.945635],[117.873817,38.929115],[117.736706,38.963852],[117.725585,38.968627],[117.718703,38.973649],[117.714834,38.977404],[117.715454,38.982318],[117.713955,38.985904],[117.706493,38.985516],[117.709695,38.97683],[117.723856,38.961926],[117.736999,38.953675],[117.770058,38.944393],[117.764002,38.928916],[117.778548,38.924899],[117.784696,38.939434],[117.820695,38.929137],[117.814433,38.914752],[117.825092,38.911786],[117.831267,38.92619],[117.856848,38.918785],[117.829958,38.879616],[117.845281,38.873194],[117.837618,38.861939],[117.796872,38.878568],[117.735157,38.896092],[117.732098,38.888558],[117.711356,38.893739],[117.71033,38.891227],[117.683676,38.897769],[117.680267,38.891111],[117.750909,38.873596],[117.753745,38.868503],[117.746589,38.856496],[117.690476,38.870723],[117.684666,38.857105],[117.738849,38.843494],[117.729475,38.827643],[117.646576,38.848104],[117.63848,38.856105],[117.629737,38.846217],[117.618628,38.841351],[117.6056,38.819307],[117.598258,38.812239],[117.595903,38.812011],[117.583262,38.779357],[117.58761,38.778336],[117.588331,38.775727],[117.597349,38.769855],[117.595145,38.767901],[117.586811,38.766809],[117.583816,38.760927],[117.596892,38.758061],[117.609025,38.757844],[117.60884,38.714544],[117.6248,38.714402],[117.625112,38.744882],[117.642177,38.758137],[117.687697,38.757973],[117.687594,38.723697],[117.70665,38.723469],[117.707242,38.752576],[117.719926,38.752308],[117.719571,38.70136],[117.649993,38.701486],[117.649727,38.664782],[117.608055,38.664839],[117.608074,38.673817],[117.578686,38.673923],[117.579351,38.666079],[117.582292,38.654962],[117.584503,38.654665],[117.588252,38.637352],[117.597614,38.638846],[117.60152,38.634894],[117.60314,38.630252],[117.602154,38.617015],[117.581072,38.615605],[117.569345,38.610215],[117.561492,38.612315],[117.553466,38.612073],[117.548683,38.615709],[117.538584,38.617748],[117.536399,38.611311],[117.532409,38.609099],[117.535269,38.602992],[117.520545,38.599906],[117.518005,38.600575],[117.516387,38.606348],[117.517616,38.61095],[117.515914,38.61353],[117.509155,38.610528],[117.499752,38.616021],[117.472555,38.616508],[117.475222,38.610543],[117.464766,38.610315],[117.425616,38.600238],[117.409029,38.589748],[117.403614,38.593007],[117.394731,38.587106],[117.402607,38.584317],[117.391577,38.574099],[117.362686,38.563886],[117.362434,38.581567],[117.348407,38.579891],[117.351486,38.569719],[117.347106,38.566798],[117.344147,38.5609],[117.340851,38.560801],[117.335064,38.563825],[117.318601,38.56384],[117.309209,38.556972],[117.302019,38.554824],[117.299366,38.555867],[117.297819,38.563862],[117.293663,38.570728],[117.289051,38.571348],[117.285413,38.57093],[117.286199,38.561713],[117.259179,38.556042],[117.257212,38.561554],[117.247005,38.555494],[117.238889,38.566218],[117.233238,38.577999],[117.256171,38.583024],[117.255042,38.586021],[117.234498,38.580921],[117.231628,38.584544],[117.239153,38.594595],[117.25046,38.597643],[117.252798,38.602928],[117.249779,38.613326],[117.240345,38.617938],[117.226532,38.620095],[117.226476,38.625239],[117.230522,38.630545],[117.218878,38.630078],[117.219923,38.633369],[117.223466,38.634912],[117.224102,38.64153],[117.214152,38.643012],[117.206719,38.639546],[117.204113,38.629776],[117.196928,38.629415],[117.19756,38.625672],[117.193996,38.621118],[117.170324,38.617415],[117.160056,38.613817],[117.158227,38.617747],[117.152812,38.617565],[117.152002,38.614861],[117.150439,38.614721],[117.150757,38.616703],[117.144792,38.616854],[117.1437,38.614762],[117.144509,38.60846],[117.137281,38.604591],[117.131972,38.598815],[117.11825,38.599052],[117.115119,38.596676],[117.112595,38.590214],[117.103322,38.586349],[117.103497,38.583973],[117.091855,38.586009],[117.09055,38.599736],[117.0809,38.598617],[117.080003,38.605479],[117.064534,38.607552],[117.064083,38.615191],[117.058267,38.628387],[117.057977,38.634855],[117.054484,38.638236],[117.046783,38.640666],[117.046694,38.642927],[117.050449,38.644679],[117.050419,38.656188],[117.055084,38.67294],[117.062192,38.679402],[117.048087,38.683372],[117.048697,38.685331],[117.039336,38.685439],[117.039156,38.69133],[117.032756,38.687789],[117.033217,38.693462],[117.039279,38.704925],[117.035815,38.70604],[117.009389,38.700492],[117.008389,38.689176],[116.987014,38.691592],[116.988467,38.695731],[116.945108,38.68956],[116.938849,38.685349],[116.924707,38.686153],[116.921438,38.685151],[116.921865,38.679514],[116.912399,38.678738],[116.915454,38.686357],[116.911982,38.686996],[116.890255,38.679861],[116.871583,38.680095],[116.869802,38.681916],[116.869771,38.692627],[116.867269,38.691949],[116.866669,38.693648],[116.868894,38.696937],[116.866129,38.701278],[116.869421,38.712159],[116.866913,38.715021],[116.860706,38.716388],[116.860089,38.719613],[116.860797,38.721862],[116.862174,38.721728],[116.864356,38.729271],[116.862892,38.72927],[116.863861,38.737356],[116.861938,38.745584],[116.854917,38.744472],[116.853703,38.740654],[116.786935,38.745608],[116.785372,38.744319],[116.785294,38.739203],[116.778136,38.737347],[116.778598,38.739772],[116.769099,38.742036],[116.760427,38.74117],[116.759859,38.745626],[116.753012,38.754105],[116.738731,38.751773],[116.74628,38.779222],[116.731548,38.7837],[116.735504,38.795419],[116.739845,38.794947],[116.740173,38.79779],[116.734848,38.798427],[116.738118,38.804559],[116.732555,38.806261],[116.738697,38.814159],[116.740278,38.823835],[116.743149,38.823623],[116.74527,38.83046],[116.743486,38.831122],[116.741575,38.82937],[116.737832,38.83075],[116.736985,38.834107],[116.738878,38.85061],[116.717153,38.851509],[116.716653,38.896279],[116.702073,38.896188],[116.702425,38.929809],[116.704506,38.935683],[116.706874,38.938018],[116.710388,38.938002],[116.716385,38.954637],[116.717101,38.963373],[116.724483,38.974354],[116.729376,38.978778],[116.734727,38.979936],[116.738382,38.987244],[116.744401,38.993012],[116.74647,39.00269],[116.748572,39.002532],[116.750415,39.012147],[116.748936,39.012166],[116.748974,39.018188],[116.752396,39.018498],[116.753068,39.019947],[116.753415,39.030743],[116.748566,39.034139],[116.745736,39.033699],[116.745508,39.036962],[116.750422,39.049358],[116.754621,39.049681],[116.766997,39.045928],[116.772853,39.048479],[116.775405,39.052504],[116.775625,39.057567],[116.781344,39.060938],[116.791351,39.059831],[116.790018,39.055634],[116.779015,39.054642],[116.777748,39.051822],[116.778975,39.047287],[116.781767,39.050853],[116.791416,39.053087],[116.796726,39.049974],[116.813405,39.050111],[116.813037,39.047046],[116.817259,39.04643],[116.826707,39.048959],[116.834266,39.048875],[116.834335,39.05248],[116.836287,39.052504],[116.83629,39.048753],[116.838346,39.048628],[116.854629,39.049837],[116.854526,39.051599],[116.86583,39.053839],[116.864328,39.058732],[116.864347,39.069169],[116.872332,39.071692],[116.875654,39.07092],[116.877125,39.077119],[116.881088,39.077039],[116.88479,39.084024],[116.887565,39.083592],[116.890788,39.090925],[116.895936,39.090077],[116.900389,39.103073],[116.904416,39.105869],[116.905262,39.110179],[116.913537,39.108402],[116.91782,39.118026],[116.920269,39.118798],[116.914116,39.119178],[116.91299,39.122793],[116.917711,39.123212],[116.912776,39.137673],[116.909529,39.137436],[116.90586,39.148965],[116.888388,39.154083],[116.863746,39.15326],[116.860917,39.155008],[116.85764,39.1534],[116.859852,39.155301],[116.860482,39.164528],[116.857361,39.174246],[116.858473,39.181227],[116.856576,39.200359],[116.854846,39.204915],[116.851244,39.204723],[116.849953,39.214767],[116.865816,39.21681],[116.865785,39.215394],[116.869815,39.215672],[116.868788,39.229325],[116.869996,39.229763],[116.873542,39.229216],[116.878198,39.224175],[116.886796,39.223065],[116.886131,39.230272],[116.880067,39.231853],[116.879037,39.23989],[116.874419,39.23892],[116.870526,39.240541],[116.869673,39.252972],[116.873013,39.254464],[116.865694,39.26836],[116.870436,39.269696],[116.869254,39.282359],[116.864902,39.297602],[116.87043,39.302121],[116.880296,39.30333],[116.883665,39.322276],[116.879623,39.338193],[116.870027,39.338266],[116.86617,39.340831],[116.865094,39.345955],[116.866038,39.350222],[116.866793,39.351722],[116.870244,39.351717],[116.868952,39.354987],[116.864883,39.356527],[116.853702,39.355399],[116.853863,39.348281],[116.843234,39.338669],[116.836752,39.339856],[116.823139,39.338308],[116.819032,39.352741],[116.817544,39.352021],[116.816604,39.354385],[116.81719,39.356848],[116.826007,39.359122],[116.830779,39.363563],[116.828999,39.364924],[116.820938,39.362568],[116.814632,39.365617],[116.812188,39.372453],[116.831678,39.373081],[116.835343,39.378089],[116.835251,39.3805],[116.827964,39.397952],[116.828164,39.401664],[116.833315,39.403579],[116.832237,39.409403],[116.837624,39.41351],[116.838414,39.411476],[116.846063,39.412798],[116.847787,39.417228],[116.858086,39.425625],[116.862071,39.427672],[116.865092,39.426291],[116.869938,39.433506],[116.862533,39.438054],[116.855876,39.436294],[116.84957,39.442353],[116.841255,39.440327],[116.841337,39.437663],[116.82654,39.434493],[116.821064,39.437536],[116.820798,39.444643],[116.809855,39.450671],[116.804182,39.449677],[116.804749,39.446844],[116.80165,39.444661],[116.795104,39.447995],[116.789994,39.445716],[116.786194,39.453079],[116.791563,39.449839],[116.792061,39.456248],[116.783628,39.46451],[116.779519,39.466073],[116.782494,39.466674],[116.783017,39.46984],[116.79247,39.474589],[116.814601,39.479489],[116.815412,39.485312],[116.808373,39.500278],[116.808,39.509153],[116.817863,39.510955],[116.819047,39.516246],[116.81742,39.524679],[116.819152,39.526359],[116.816084,39.533335],[116.812405,39.531873],[116.810076,39.527927],[116.799843,39.528042],[116.789258,39.544723],[116.781501,39.547546],[116.781673,39.553399],[116.785644,39.558603],[116.793769,39.567665],[116.801949,39.570852],[116.805655,39.575811],[116.79596,39.58471],[116.792793,39.589886],[116.792538,39.59619],[116.802304,39.596241],[116.799222,39.602225],[116.793846,39.602815],[116.803884,39.607528],[116.804689,39.60469],[116.800996,39.602686],[116.802177,39.599282],[116.807434,39.599168],[116.810069,39.604409],[116.806373,39.614805],[116.807311,39.616181],[116.81406,39.617927],[116.818053,39.61608],[116.818986,39.612718],[116.826814,39.61599],[116.832557,39.621112],[116.817926,39.634008],[116.827796,39.64349],[116.835017,39.648092],[116.845378,39.651383],[116.843968,39.666501],[116.854477,39.666228],[116.858041,39.669382],[116.867308,39.670411],[116.877023,39.674393],[116.883013,39.674674],[116.885333,39.673032],[116.900652,39.676611],[116.899766,39.681066],[116.903564,39.681905],[116.900146,39.686916],[116.906702,39.688189],[116.905409,39.694382],[116.910653,39.698861],[116.911035,39.705336],[116.914096,39.705739],[116.945,39.705756],[116.946373,39.695881],[116.938071,39.68584],[116.943302,39.677974],[116.952163,39.670129],[116.949481,39.657678],[116.954312,39.645852],[116.958169,39.642548],[116.964232,39.647662],[116.966307,39.647476],[116.969175,39.644903],[116.96901,39.636789],[116.970821,39.63514],[116.983819,39.640308],[116.998224,39.643284],[117.009495,39.652835],[117.052638,39.642813],[117.069982,39.637327],[117.096317,39.627892],[117.099233,39.623991],[117.105893,39.62302],[117.115448,39.615816],[117.120897,39.615463],[117.125261,39.617016],[117.134439,39.615136],[117.136852,39.615719],[117.141423,39.621254],[117.146186,39.622147],[117.147759,39.624786],[117.143258,39.627552],[117.150928,39.634271],[117.166338,39.635161],[117.166723,39.639886],[117.169653,39.644691],[117.162477,39.64616],[117.152464,39.659887],[117.152291,39.662585],[117.153144,39.665619],[117.158196,39.66674],[117.163684,39.672044],[117.162403,39.680334],[117.163836,39.687969],[117.162996,39.697044],[117.164838,39.699936],[117.162182,39.70218],[117.161866,39.706825],[117.164267,39.706975],[117.162714,39.712201],[117.15783,39.710492],[117.157126,39.714459],[117.162777,39.716285],[117.161734,39.720211],[117.159875,39.720858],[117.158955,39.717022],[117.152449,39.721984],[117.146728,39.721375],[117.147214,39.734954],[117.159483,39.736486],[117.155741,39.744794],[117.156499,39.748543],[117.166921,39.750582],[117.178334,39.750601],[117.195362,39.75863],[117.199567,39.762624],[117.186772,39.77391],[117.17346,39.781614],[117.171874,39.79407],[117.164795,39.798483],[117.151044,39.795369],[117.150683,39.8054],[117.155348,39.805659],[117.149928,39.816057],[117.152755,39.820551],[117.156187,39.816553],[117.160746,39.817861],[117.160702,39.822384],[117.188617,39.824419],[117.186116,39.831906],[117.200985,39.833717],[117.213756,39.829375],[117.214357,39.826038],[117.222017,39.830862],[117.230653,39.832936],[117.250927,39.828825],[117.249712,39.831596],[117.24642,39.831006],[117.245376,39.832839],[117.250195,39.84192],[117.249176,39.848969],[117.245362,39.856697],[117.241834,39.859599],[117.233528,39.859188],[117.224977,39.855974],[117.221841,39.851695],[117.204679,39.858706],[117.193896,39.860987],[117.187852,39.86039],[117.180902,39.865198],[117.176819,39.862913],[117.174083,39.863198],[117.174771,39.867303],[117.171595,39.869424],[117.168494,39.865219],[117.161782,39.865641],[117.160006,39.867363],[117.168173,39.87343],[117.163451,39.876533],[117.161698,39.871683],[117.15853,39.871312],[117.156143,39.875485],[117.14721,39.879269],[117.151905,39.888124],[117.141877,39.896526],[117.142955,39.900138],[117.151978,39.904461],[117.152353,39.907757],[117.14998,39.909262],[117.138858,39.909476],[117.137828,39.910965],[117.135956,39.920721],[117.139789,39.931811],[117.143529,39.934749],[117.148603,39.932788],[117.149983,39.933627],[117.149481,39.938059],[117.144467,39.942853],[117.14515,39.944488],[117.158734,39.951557],[117.160134,39.953703],[117.158902,39.962133],[117.164758,39.9624],[117.167444,39.957914],[117.16944,39.957771],[117.173153,39.964187],[117.172172,39.975941],[117.181691,39.977493],[117.184724,39.980345],[117.184461,39.985147],[117.191705,39.991445],[117.18682,40.015211],[117.181357,40.024547],[117.181069,40.04524],[117.175385,40.056823],[117.17666,40.060283],[117.187185,40.065324],[117.21147,40.063121],[117.216369,40.064158],[117.213325,40.069845],[117.203363,40.080958],[117.205347,40.083511],[117.205937,40.088167],[117.204607,40.089494],[117.204921,40.094783],[117.218746,40.094885],[117.222584,40.101014],[117.233228,40.111505],[117.24287,40.115226],[117.259844,40.110933],[117.268997,40.110935],[117.278354,40.119937],[117.291128,40.117683],[117.298116,40.126764],[117.30113,40.135673],[117.307079,40.138616],[117.317867,40.138046],[117.325528,40.132752],[117.328653,40.132644],[117.338097,40.133309],[117.347985,40.137719],[117.350771,40.142628],[117.348335,40.146648],[117.353989,40.15564],[117.344471,40.170302],[117.344938,40.171715],[117.376098,40.174567],[117.38473,40.176696],[117.400268,40.184688],[117.400972,40.186117],[117.391147,40.191457],[117.381663,40.186813],[117.377177,40.186535],[117.372844,40.197676],[117.373169,40.200509],[117.37566,40.203131],[117.376761,40.200912],[117.386593,40.20243],[117.376015,40.205496],[117.37185,40.208658],[117.370862,40.21713],[117.386923,40.220122],[117.38335,40.226472],[117.387744,40.230305],[117.39849,40.228553],[117.40863,40.235309],[117.408359,40.239426],[117.406014,40.24208],[117.409212,40.247412],[117.41978,40.246738],[117.433037,40.251765],[117.443505,40.251113],[117.465994,40.241853],[117.474386,40.240264],[117.477057,40.235596],[117.496464,40.22747],[117.506969,40.22634],[117.54036,40.231688],[117.542179,40.231442],[117.544756,40.226846],[117.558039,40.227904],[117.562297,40.224887],[117.565361,40.218176],[117.562903,40.212776],[117.560951,40.212156],[117.558925,40.204103],[117.565953,40.193714],[117.569368,40.191526]]]}},{type:"Feature",properties:{name:"河北省",province_adcode:13e4,province_type:"省",name_en:"Hebei",name_var:"Hé Běi",adcode:13e4},geometry:{type:"MultiPolygon",coordinates:[[[[118.269448,38.980972],[118.264679,38.983378],[118.265986,38.984727],[118.269232,38.983882],[118.270657,38.982332],[118.269448,38.980972]]],[[[118.198244,39.006352],[118.193593,39.008774],[118.195138,39.011296],[118.200226,39.009235],[118.198244,39.006352]]],[[[118.728399,39.028109],[118.72566,39.029701],[118.727296,39.03142],[118.730124,39.028971],[118.728399,39.028109]]],[[[118.229936,39.035861],[118.231657,39.035153],[118.229194,39.031966],[118.222572,39.034943],[118.22474,39.037294],[118.229936,39.035861]]],[[[118.712883,39.043906],[118.709788,39.044723],[118.710606,39.049243],[118.713142,39.047943],[118.712883,39.043906]]],[[[118.841686,39.106443],[118.832953,39.105689],[118.842868,39.107247],[118.841686,39.106443]]],[[[118.865175,39.127643],[118.858364,39.110693],[118.855815,39.107959],[118.849343,39.10679],[118.844885,39.108657],[118.846812,39.117815],[118.859398,39.123503],[118.858015,39.127397],[118.851707,39.128783],[118.850588,39.131403],[118.852083,39.133275],[118.85684,39.135448],[118.86209,39.135013],[118.865381,39.130795],[118.865175,39.127643]]],[[[118.824683,39.125068],[118.819986,39.122663],[118.815271,39.123142],[118.810952,39.126486],[118.809983,39.131667],[118.811099,39.136073],[118.820022,39.145122],[118.833392,39.152395],[118.838238,39.151616],[118.839173,39.147586],[118.837423,39.139118],[118.834008,39.133119],[118.824683,39.125068]]],[[[117.187727,40.069827],[117.193428,40.067131],[117.198812,40.068994],[117.201753,40.075542],[117.197185,40.07541],[117.19706,40.07721],[117.202133,40.081211],[117.206682,40.077922],[117.216606,40.064495],[117.21147,40.063121],[117.187185,40.065324],[117.17666,40.060283],[117.175385,40.056823],[117.181069,40.04524],[117.181357,40.024547],[117.18682,40.015211],[117.191705,39.991445],[117.184461,39.985147],[117.184724,39.980345],[117.181691,39.977493],[117.172172,39.975941],[117.173153,39.964187],[117.16944,39.957771],[117.167444,39.957914],[117.164758,39.9624],[117.158902,39.962133],[117.160134,39.953703],[117.158734,39.951557],[117.14515,39.944488],[117.144467,39.942853],[117.150767,39.934911],[117.148603,39.932788],[117.143529,39.934749],[117.139789,39.931811],[117.13586,39.917732],[117.138858,39.909476],[117.14998,39.909262],[117.152353,39.907757],[117.151978,39.904461],[117.142955,39.900138],[117.14203,39.895516],[117.151905,39.888124],[117.14721,39.879269],[117.156143,39.875485],[117.15853,39.871312],[117.161698,39.871683],[117.163451,39.876533],[117.168173,39.87343],[117.160247,39.866615],[117.168494,39.865219],[117.171595,39.869424],[117.174771,39.867303],[117.174083,39.863198],[117.176819,39.862913],[117.180902,39.865198],[117.187852,39.86039],[117.193896,39.860987],[117.204679,39.858706],[117.221841,39.851695],[117.224977,39.855974],[117.233528,39.859188],[117.241834,39.859599],[117.245362,39.856697],[117.249176,39.848969],[117.250195,39.84192],[117.245376,39.832839],[117.24642,39.831006],[117.249712,39.831596],[117.250927,39.828825],[117.230653,39.832936],[117.222017,39.830862],[117.214357,39.826038],[117.213756,39.829375],[117.200985,39.833717],[117.186116,39.831906],[117.188617,39.824419],[117.160702,39.822384],[117.160746,39.817861],[117.156187,39.816553],[117.152755,39.820551],[117.149928,39.816057],[117.155348,39.805659],[117.150683,39.8054],[117.151044,39.795369],[117.164795,39.798483],[117.171874,39.79407],[117.17346,39.781614],[117.186772,39.77391],[117.199567,39.762624],[117.195362,39.75863],[117.178334,39.750601],[117.166921,39.750582],[117.156499,39.748543],[117.155741,39.744794],[117.159483,39.736486],[117.147214,39.734954],[117.146728,39.721375],[117.152449,39.721984],[117.158955,39.717022],[117.159875,39.720858],[117.161734,39.720211],[117.162777,39.716285],[117.157126,39.714459],[117.15783,39.710492],[117.162714,39.712201],[117.164267,39.706975],[117.161866,39.706825],[117.162182,39.70218],[117.164838,39.699936],[117.162996,39.697044],[117.163836,39.687969],[117.162403,39.680334],[117.163684,39.672044],[117.158196,39.66674],[117.153144,39.665619],[117.152291,39.662585],[117.152464,39.659887],[117.162477,39.64616],[117.169653,39.644691],[117.166723,39.639886],[117.166338,39.635161],[117.150928,39.634271],[117.143258,39.627552],[117.147759,39.624786],[117.146186,39.622147],[117.141423,39.621254],[117.136852,39.615719],[117.134439,39.615136],[117.125261,39.617016],[117.120897,39.615463],[117.115448,39.615816],[117.105893,39.62302],[117.099233,39.623991],[117.096317,39.627892],[117.069982,39.637327],[117.052638,39.642813],[117.009495,39.652835],[116.998224,39.643284],[116.983819,39.640308],[116.9703,39.635304],[116.96901,39.636789],[116.969175,39.644903],[116.966307,39.647476],[116.964232,39.647662],[116.958169,39.642548],[116.954312,39.645852],[116.949481,39.657678],[116.952163,39.670129],[116.943302,39.677974],[116.938071,39.68584],[116.946373,39.695881],[116.945,39.705756],[116.911035,39.705336],[116.910653,39.698861],[116.905409,39.694382],[116.906702,39.688189],[116.900146,39.686916],[116.897018,39.689543],[116.886593,39.68903],[116.887977,39.694821],[116.88229,39.701757],[116.881249,39.705959],[116.885019,39.707406],[116.879376,39.714082],[116.88059,39.715373],[116.878613,39.715019],[116.876706,39.717531],[116.881665,39.724446],[116.893449,39.725037],[116.896671,39.726623],[116.896398,39.728371],[116.909528,39.73031],[116.910015,39.734786],[116.907056,39.734757],[116.903552,39.738589],[116.908561,39.74071],[116.907233,39.744877],[116.901363,39.754906],[116.895624,39.754174],[116.893678,39.757583],[116.895718,39.76229],[116.902546,39.765394],[116.915209,39.77948],[116.932167,39.780622],[116.938633,39.776002],[116.939633,39.78489],[116.932083,39.79226],[116.928423,39.800302],[116.929141,39.804331],[116.931986,39.804464],[116.92294,39.811444],[116.921276,39.830152],[116.913542,39.845826],[116.901649,39.851513],[116.898359,39.850072],[116.895529,39.845565],[116.89649,39.84102],[116.901746,39.833878],[116.901042,39.830829],[116.896525,39.830005],[116.887987,39.833414],[116.880132,39.843642],[116.851962,39.84827],[116.841103,39.853914],[116.819453,39.877175],[116.81081,39.877486],[116.807108,39.880119],[116.806251,39.888527],[116.802276,39.888437],[116.802222,39.883719],[116.798229,39.883678],[116.798095,39.876909],[116.793861,39.877391],[116.780037,39.88515],[116.777229,39.895075],[116.77776,39.902984],[116.776071,39.908231],[116.77569,39.926767],[116.777569,39.942579],[116.770762,39.952363],[116.764843,39.951849],[116.757917,39.954273],[116.751373,39.959394],[116.751128,39.961269],[116.751373,39.964299],[116.75638,39.971455],[116.759565,39.971156],[116.760019,39.979127],[116.770341,39.992015],[116.768961,39.998095],[116.769828,40.000746],[116.766282,40.012278],[116.769392,40.025538],[116.773437,40.03334],[116.775054,40.033592],[116.783903,40.032678],[116.783448,40.031087],[116.794193,40.027637],[116.814687,40.031433],[116.814682,40.037955],[116.817111,40.042648],[116.825677,40.050019],[116.843414,40.050957],[116.844179,40.053888],[116.851835,40.050778],[116.864986,40.039219],[116.873567,40.043377],[116.890976,40.045976],[116.902745,40.051143],[116.908077,40.05153],[116.911009,40.046519],[116.92573,40.050943],[116.939149,40.040286],[116.955873,40.050229],[116.963212,40.047427],[116.96961,40.036466],[116.981145,40.037226],[116.994068,40.030943],[116.994076,40.028642],[117.015539,40.028384],[117.018586,40.028833],[117.02217,40.032732],[117.021013,40.036533],[117.031366,40.046805],[117.04725,40.053441],[117.051425,40.05923],[117.060302,40.061933],[117.063155,40.066161],[117.074533,40.0674],[117.078855,40.070949],[117.079084,40.073705],[117.112965,40.071003],[117.121921,40.064165],[117.132687,40.062647],[117.149307,40.067603],[117.154238,40.075179],[117.174305,40.068627],[117.179899,40.074126],[117.175073,40.078762],[117.179272,40.0836],[117.183029,40.081375],[117.182386,40.07873],[117.185229,40.071887],[117.187727,40.069827]]],[[[117.799844,42.613699],[117.796801,42.601178],[117.787442,42.587422],[117.800709,42.573027],[117.808525,42.573921],[117.830779,42.560367],[117.83946,42.544596],[117.850977,42.539248],[117.863914,42.515527],[117.86304,42.513878],[117.8659,42.49895],[117.86972,42.491582],[117.88208,42.490289],[117.89871,42.481602],[117.92176,42.472355],[117.934896,42.461186],[117.936167,42.450494],[117.957831,42.429424],[117.972119,42.427885],[117.980033,42.419008],[118.001952,42.411291],[118.013221,42.400303],[118.01333,42.394978],[118.016184,42.387943],[118.024556,42.382517],[118.02517,42.37537],[118.019748,42.368709],[118.012253,42.366049],[118.003926,42.348306],[118.003217,42.342583],[118.008125,42.328201],[118.013062,42.32707],[118.01938,42.32225],[118.021637,42.318525],[118.021718,42.313197],[118.040135,42.312138],[118.052362,42.306556],[118.053806,42.280477],[118.028093,42.268456],[118.00957,42.265605],[118.007622,42.256072],[117.997624,42.254126],[117.991468,42.255531],[117.985308,42.25437],[117.963896,42.240781],[117.971984,42.233592],[117.99586,42.222757],[118.006201,42.214007],[118.02773,42.206393],[118.035556,42.19095],[118.050338,42.19102],[118.057375,42.189501],[118.095042,42.176624],[118.111426,42.164668],[118.103604,42.152846],[118.094128,42.144297],[118.089884,42.132472],[118.0908,42.1194],[118.088646,42.112944],[118.085958,42.111148],[118.085447,42.107586],[118.109336,42.094726],[118.119005,42.093887],[118.128735,42.095697],[118.140992,42.088087],[118.153671,42.086111],[118.157145,42.078702],[118.15245,42.074164],[118.150695,42.065843],[118.152951,42.061613],[118.152572,42.055608],[118.139408,42.061588],[118.134646,42.065724],[118.132902,42.065478],[118.132193,42.063448],[118.140847,42.051769],[118.138185,42.047673],[118.131781,42.043303],[118.110541,42.041375],[118.109536,42.0366],[118.113158,42.034648],[118.145941,42.028358],[118.154364,42.025241],[118.189525,42.030466],[118.206922,42.040388],[118.21846,42.054878],[118.218412,42.058907],[118.212283,42.063214],[118.213409,42.078211],[118.225752,42.087117],[118.236422,42.090266],[118.249419,42.08601],[118.257227,42.08593],[118.26497,42.082484],[118.264996,42.075987],[118.273499,42.06393],[118.276964,42.061563],[118.286352,42.059518],[118.2898,42.055986],[118.290844,42.046782],[118.277149,42.035628],[118.277682,42.026447],[118.2674,42.025182],[118.252781,42.017498],[118.238299,42.017952],[118.230355,42.013404],[118.232797,42.006717],[118.234732,42.005705],[118.258036,42.008264],[118.285458,42.005443],[118.289222,42.001644],[118.289039,41.996912],[118.294855,41.991193],[118.297826,41.988755],[118.307107,41.986182],[118.306188,41.980585],[118.302211,41.978318],[118.299308,41.971589],[118.299673,41.961866],[118.303255,41.959129],[118.297136,41.950903],[118.298281,41.942629],[118.29689,41.93733],[118.280832,41.931655],[118.262216,41.927914],[118.261094,41.91918],[118.265933,41.914421],[118.284079,41.906591],[118.298524,41.891969],[118.317854,41.877957],[118.328648,41.875433],[118.332273,41.87046],[118.33237,41.867945],[118.33205,41.864762],[118.32752,41.85944],[118.331854,41.852961],[118.335668,41.851345],[118.339505,41.84677],[118.339492,41.842789],[118.326254,41.838774],[118.318105,41.828265],[118.315694,41.821341],[118.309006,41.812213],[118.306939,41.793841],[118.302395,41.783333],[118.301612,41.776921],[118.294188,41.772031],[118.287117,41.771131],[118.280462,41.768019],[118.276988,41.761541],[118.273793,41.759681],[118.255581,41.7598],[118.245054,41.769959],[118.23884,41.777998],[118.238307,41.787734],[118.241362,41.793376],[118.22776,41.809843],[118.221099,41.812147],[118.210616,41.812117],[118.195939,41.806004],[118.179116,41.814711],[118.141824,41.796485],[118.139204,41.794192],[118.144402,41.787651],[118.145996,41.782288],[118.138366,41.779213],[118.135623,41.774535],[118.132677,41.763539],[118.139037,41.758158],[118.135823,41.742581],[118.132266,41.739315],[118.128682,41.728768],[118.145479,41.722626],[118.149884,41.719345],[118.151462,41.706104],[118.158206,41.697687],[118.161505,41.684277],[118.155155,41.677601],[118.16298,41.67726],[118.167174,41.675471],[118.176153,41.667602],[118.190165,41.660072],[118.195936,41.652799],[118.195719,41.649731],[118.20174,41.643563],[118.209437,41.643058],[118.213394,41.640059],[118.215277,41.634921],[118.207127,41.621549],[118.211978,41.607013],[118.214899,41.603783],[118.219948,41.592084],[118.222716,41.590848],[118.228774,41.577829],[118.246141,41.574592],[118.25141,41.577149],[118.26236,41.570338],[118.278235,41.56883],[118.279601,41.559167],[118.282928,41.557699],[118.285525,41.557566],[118.299759,41.566353],[118.310016,41.563246],[118.313863,41.559262],[118.304205,41.554096],[118.301586,41.544174],[118.304186,41.531098],[118.307457,41.525257],[118.319019,41.514453],[118.317358,41.507973],[118.310901,41.500353],[118.302367,41.498833],[118.298793,41.492297],[118.300715,41.48472],[118.298493,41.481925],[118.288107,41.482095],[118.275451,41.479976],[118.269397,41.475084],[118.264828,41.464949],[118.269402,41.46159],[118.275757,41.460539],[118.285075,41.459367],[118.290037,41.46103],[118.315912,41.449699],[118.33275,41.446709],[118.336858,41.443027],[118.340819,41.432523],[118.354166,41.419723],[118.348018,41.416536],[118.346329,41.391948],[118.348902,41.389289],[118.360468,41.386374],[118.361455,41.382764],[118.342479,41.369741],[118.348429,41.365096],[118.351778,41.359599],[118.351031,41.355363],[118.354509,41.335857],[118.351093,41.331724],[118.355691,41.324774],[118.36893,41.311157],[118.395802,41.308673],[118.404622,41.319023],[118.412757,41.316745],[118.411251,41.326403],[118.407625,41.329356],[118.41009,41.333455],[118.443974,41.337154],[118.452549,41.341525],[118.462585,41.343659],[118.480281,41.345324],[118.508883,41.343779],[118.511586,41.344893],[118.520212,41.356192],[118.524271,41.356727],[118.539538,41.346878],[118.546726,41.3517],[118.553445,41.353171],[118.559194,41.350825],[118.573997,41.351638],[118.585049,41.349971],[118.599325,41.345577],[118.609812,41.348494],[118.612425,41.348236],[118.615438,41.345234],[118.628362,41.346274],[118.650924,41.345329],[118.653613,41.345964],[118.658765,41.351509],[118.665091,41.353553],[118.673672,41.348007],[118.685845,41.334557],[118.691797,41.330971],[118.696723,41.334549],[118.702894,41.334261],[118.714013,41.325744],[118.740416,41.32188],[118.755444,41.328131],[118.761775,41.33874],[118.761746,41.342319],[118.765327,41.349158],[118.777153,41.357998],[118.800032,41.360866],[118.811688,41.364751],[118.813758,41.369742],[118.826343,41.368899],[118.832997,41.37189],[118.838553,41.379546],[118.841923,41.381188],[118.839909,41.366424],[118.833914,41.361478],[118.843874,41.338973],[118.849911,41.333744],[118.857906,41.321309],[118.859269,41.312874],[118.866271,41.302694],[118.878492,41.306086],[118.890221,41.302077],[118.892151,41.297673],[118.899507,41.299131],[118.90891,41.305309],[118.931159,41.300462],[118.934712,41.305596],[118.946629,41.31267],[118.964406,41.304687],[118.972357,41.307695],[118.980269,41.307072],[118.986802,41.304141],[119.016607,41.30274],[119.036531,41.293435],[119.041965,41.292369],[119.053601,41.293209],[119.067598,41.296923],[119.081025,41.291633],[119.094809,41.29192],[119.11262,41.295832],[119.131496,41.293804],[119.146954,41.297315],[119.15297,41.296925],[119.178866,41.287728],[119.194696,41.286649],[119.205527,41.2934],[119.207881,41.30203],[119.212421,41.305717],[119.226164,41.310984],[119.232937,41.3108],[119.242791,41.283358],[119.242487,41.275679],[119.236199,41.265617],[119.226981,41.255352],[119.214581,41.254306],[119.202769,41.242255],[119.204221,41.229495],[119.20747,41.226046],[119.20118,41.22243],[119.186104,41.21917],[119.173764,41.222303],[119.167482,41.21948],[119.162813,41.213001],[119.167401,41.207355],[119.17401,41.203142],[119.186942,41.200649],[119.191767,41.190121],[119.177184,41.18399],[119.149535,41.164184],[119.138455,41.153883],[119.13607,41.148264],[119.137071,41.146125],[119.130601,41.14048],[119.123127,41.13782],[119.094602,41.132837],[119.073834,41.133462],[119.072371,41.131288],[119.076669,41.125974],[119.077985,41.119559],[119.074958,41.104365],[119.074753,41.087264],[119.071668,41.079347],[119.067014,41.073595],[119.058952,41.070268],[119.050532,41.073642],[119.048079,41.076324],[119.039868,41.076617],[119.038893,41.073361],[119.04085,41.073387],[119.036343,41.065148],[119.031116,41.060906],[119.025314,41.060702],[119.012276,41.066053],[118.993531,41.068752],[118.983205,41.072834],[118.980072,41.075715],[118.958635,41.077552],[118.93217,41.051412],[118.930175,41.035815],[118.936478,41.024512],[118.945848,41.016148],[118.953256,41.017607],[118.964583,41.016856],[118.98216,41.007083],[118.987409,41.006821],[118.989785,41.008976],[118.99448,41.009632],[119.01585,41.004933],[119.017203,41.002812],[119.01446,40.997211],[119.01525,40.988032],[119.004114,40.98148],[118.995265,40.966299],[118.985386,40.965576],[118.966199,40.957538],[118.938111,40.956497],[118.911784,40.96661],[118.896133,40.959417],[118.893397,40.952507],[118.892897,40.943789],[118.888372,40.926742],[118.881771,40.923623],[118.884001,40.903085],[118.883566,40.889606],[118.879731,40.871993],[118.86598,40.850677],[118.864524,40.846185],[118.850019,40.838874],[118.846598,40.82569],[118.840265,40.819447],[118.839668,40.812066],[118.843046,40.799461],[118.851499,40.800738],[118.856985,40.797148],[118.860217,40.792781],[118.870122,40.788733],[118.872706,40.782256],[118.886296,40.776558],[118.894258,40.779135],[118.90381,40.77593],[118.8969,40.759904],[118.889875,40.75648],[118.889704,40.7523],[118.901896,40.755183],[118.943315,40.74641],[118.94895,40.741609],[118.954414,40.719013],[118.980475,40.700719],[118.995871,40.694592],[119.005092,40.68603],[119.008424,40.686341],[119.013637,40.690501],[119.022027,40.690256],[119.042708,40.679736],[119.045083,40.674176],[119.044696,40.669248],[119.048274,40.663458],[119.059014,40.661807],[119.072058,40.676274],[119.079441,40.674371],[119.085179,40.667005],[119.099214,40.662269],[119.118532,40.671052],[119.128555,40.67994],[119.144179,40.685546],[119.148213,40.687897],[119.150471,40.691768],[119.156335,40.694055],[119.160254,40.693714],[119.174466,40.685237],[119.180302,40.675215],[119.176256,40.661673],[119.167403,40.652559],[119.159708,40.647524],[119.148939,40.643277],[119.138104,40.632134],[119.144098,40.624699],[119.147553,40.622751],[119.152055,40.615241],[119.151295,40.602427],[119.15656,40.598249],[119.158993,40.598071],[119.170542,40.607594],[119.177587,40.610491],[119.177565,40.603443],[119.180559,40.602159],[119.205135,40.607431],[119.222397,40.60557],[119.228872,40.600268],[119.235678,40.5999],[119.232189,40.591967],[119.2244,40.588117],[119.219984,40.58305],[119.214414,40.573803],[119.214643,40.569624],[119.220537,40.569461],[119.226198,40.565973],[119.22829,40.562722],[119.227312,40.557093],[119.250724,40.5463],[119.254361,40.536571],[119.266012,40.536379],[119.271294,40.539869],[119.287274,40.53636],[119.291865,40.530862],[119.291011,40.527474],[119.298768,40.527523],[119.319591,40.535032],[119.327406,40.529035],[119.337775,40.529875],[119.341081,40.535252],[119.352263,40.540672],[119.36434,40.54587],[119.375674,40.547532],[119.380089,40.546607],[119.387191,40.541455],[119.379988,40.53289],[119.386612,40.524716],[119.395725,40.526512],[119.400746,40.534974],[119.432627,40.542112],[119.438994,40.533677],[119.447402,40.529655],[119.448941,40.53217],[119.448528,40.536226],[119.454052,40.537811],[119.47702,40.530399],[119.482821,40.533465],[119.497463,40.552583],[119.514327,40.546081],[119.522315,40.548015],[119.527262,40.552636],[119.538859,40.548247],[119.545296,40.537746],[119.563999,40.533084],[119.563506,40.527253],[119.554132,40.523754],[119.546297,40.518542],[119.54076,40.512111],[119.541567,40.509432],[119.544065,40.504821],[119.559077,40.500334],[119.556498,40.487984],[119.5741,40.473454],[119.584857,40.471266],[119.592944,40.466258],[119.594991,40.449188],[119.593657,40.44565],[119.582127,40.435673],[119.584703,40.426805],[119.592188,40.424537],[119.592148,40.419369],[119.58899,40.417097],[119.588152,40.413813],[119.591841,40.406472],[119.588854,40.391722],[119.583894,40.388785],[119.578694,40.388419],[119.57303,40.376276],[119.584031,40.370806],[119.58584,40.366407],[119.597529,40.362704],[119.584935,40.344191],[119.585816,40.342097],[119.58887,40.339062],[119.605439,40.330359],[119.608341,40.326608],[119.606111,40.322359],[119.60919,40.315497],[119.605759,40.31074],[119.609222,40.304113],[119.625129,40.294495],[119.63633,40.290121],[119.641261,40.284458],[119.64604,40.271207],[119.632121,40.24964],[119.627538,40.247176],[119.624441,40.241417],[119.620939,40.227164],[119.617424,40.225273],[119.620549,40.222436],[119.624621,40.221672],[119.634493,40.228314],[119.64188,40.228082],[119.657126,40.236784],[119.664109,40.238112],[119.668369,40.23565],[119.675027,40.219418],[119.690495,40.206498],[119.700945,40.203639],[119.702646,40.199134],[119.708717,40.195055],[119.711069,40.194559],[119.715365,40.198906],[119.713084,40.204474],[119.737419,40.20592],[119.744996,40.189813],[119.745965,40.168305],[119.756839,40.14117],[119.748595,40.127428],[119.747316,40.120534],[119.729555,40.107067],[119.728246,40.10437],[119.748563,40.088055],[119.76157,40.083102],[119.761487,40.077487],[119.752942,40.066838],[119.764992,40.047485],[119.769533,40.049479],[119.773366,40.048208],[119.789267,40.038505],[119.8022,40.041001],[119.807081,40.048524],[119.811137,40.051589],[119.818941,40.046543],[119.8318,40.042451],[119.839063,40.036188],[119.84879,40.031828],[119.844301,40.018881],[119.837469,40.010925],[119.835977,40.004957],[119.840605,40.003584],[119.841353,40.001408],[119.839867,40],[119.843081,39.99817],[119.846982,39.992457],[119.847964,39.989824],[119.846757,39.989488],[119.865713,39.956606],[119.856906,39.952688],[119.849721,39.962245],[119.837903,39.957016],[119.831443,39.965443],[119.837963,39.968288],[119.834807,39.972532],[119.838675,39.974244],[119.836727,39.976829],[119.831719,39.978963],[119.834952,39.984165],[119.821291,39.981252],[119.823113,39.978217],[119.815317,39.976085],[119.814053,39.976073],[119.812365,39.981375],[119.800025,39.976201],[119.794944,39.970331],[119.795411,39.967038],[119.786582,39.95759],[119.781365,39.954225],[119.750999,39.952423],[119.712873,39.942971],[119.710815,39.940636],[119.710399,39.935311],[119.691933,39.936517],[119.690762,39.925079],[119.679359,39.925061],[119.674341,39.934324],[119.670319,39.936254],[119.641041,39.923984],[119.638461,39.927737],[119.633875,39.926787],[119.625788,39.920807],[119.615486,39.909922],[119.611645,39.908576],[119.601212,39.906892],[119.595644,39.911243],[119.581378,39.909915],[119.582539,39.899363],[119.575116,39.898934],[119.574389,39.905992],[119.564915,39.906829],[119.560981,39.905757],[119.539192,39.89324],[119.532932,39.887758],[119.525678,39.872858],[119.519371,39.847186],[119.516005,39.845324],[119.513514,39.839797],[119.51354,39.8346],[119.521819,39.835919],[119.526102,39.830875],[119.530385,39.831065],[119.531147,39.827924],[119.528862,39.821452],[119.530766,39.809745],[119.526388,39.808508],[119.524008,39.80946],[119.520421,39.814816],[119.508272,39.814197],[119.504641,39.816312],[119.500615,39.816228],[119.489161,39.812258],[119.478557,39.812726],[119.454192,39.807535],[119.44485,39.799995],[119.442376,39.800503],[119.425497,39.790898],[119.415899,39.780284],[119.417544,39.776993],[119.412579,39.777318],[119.40774,39.775341],[119.404103,39.77154],[119.380872,39.75805],[119.360798,39.743578],[119.347817,39.725153],[119.336347,39.702844],[119.327824,39.676043],[119.319286,39.659998],[119.29683,39.602842],[119.289039,39.589396],[119.285724,39.577192],[119.266943,39.54613],[119.260765,39.529788],[119.256931,39.511218],[119.256455,39.490802],[119.262873,39.484653],[119.265825,39.491047],[119.273686,39.485785],[119.274472,39.481785],[119.292575,39.463273],[119.297977,39.455208],[119.304171,39.440831],[119.304989,39.43113],[119.303742,39.42358],[119.289572,39.402601],[119.288796,39.39889],[119.279932,39.387163],[119.258238,39.365565],[119.248404,39.361464],[119.236743,39.36157],[119.227016,39.359731],[119.219219,39.35583],[119.205303,39.35252],[119.201708,39.365098],[119.200211,39.364771],[119.19586,39.371479],[119.19578,39.375013],[119.193865,39.374396],[119.193967,39.369935],[119.187648,39.367031],[119.173661,39.351567],[119.173105,39.348479],[119.175655,39.345777],[119.1615,39.334751],[119.154923,39.325609],[119.131435,39.300151],[119.126203,39.292053],[119.127765,39.287719],[119.12518,39.283148],[119.117405,39.285131],[119.107673,39.277372],[119.100285,39.268189],[119.083394,39.252031],[119.096101,39.2377],[119.096094,39.234173],[119.028495,39.197759],[119.031968,39.186508],[119.037716,39.181966],[119.031851,39.177341],[119.023731,39.181949],[118.991507,39.172909],[118.987625,39.181218],[118.982835,39.18024],[118.979779,39.177935],[118.98198,39.175744],[118.92223,39.12657],[118.911109,39.121807],[118.890566,39.118911],[118.887252,39.119919],[118.883823,39.125416],[118.888126,39.132299],[118.898271,39.141273],[118.92785,39.162138],[118.95241,39.175813],[118.98186,39.186263],[118.981078,39.189608],[118.952981,39.179771],[118.942612,39.179458],[118.939285,39.184195],[118.934125,39.176998],[118.932881,39.177226],[118.932732,39.179807],[118.902745,39.17153],[118.895096,39.16589],[118.895794,39.164244],[118.892583,39.162282],[118.893008,39.161222],[118.884486,39.160001],[118.870792,39.15464],[118.867155,39.162139],[118.862538,39.163593],[118.858435,39.167192],[118.856898,39.172235],[118.857984,39.17477],[118.866489,39.175557],[118.870513,39.179908],[118.865803,39.185513],[118.862945,39.184032],[118.85976,39.186133],[118.858864,39.183928],[118.864586,39.181361],[118.865539,39.1788],[118.863885,39.177588],[118.859305,39.178699],[118.856336,39.177019],[118.852547,39.171443],[118.853568,39.165296],[118.844193,39.164736],[118.846332,39.160445],[118.830739,39.15428],[118.827438,39.157647],[118.809931,39.143944],[118.810478,39.141994],[118.806906,39.138877],[118.792416,39.136432],[118.791349,39.137542],[118.772119,39.136852],[118.753197,39.133606],[118.752825,39.138366],[118.717892,39.138384],[118.704542,39.142941],[118.699157,39.139571],[118.692332,39.145918],[118.684425,39.143269],[118.674514,39.153966],[118.67186,39.154338],[118.668175,39.150602],[118.652663,39.156938],[118.634652,39.159546],[118.621709,39.158946],[118.615102,39.157017],[118.622233,39.15829],[118.624998,39.154486],[118.618002,39.152668],[118.614502,39.157015],[118.596367,39.148235],[118.57476,39.143441],[118.561253,39.144032],[118.547663,39.149552],[118.541361,39.149694],[118.539355,39.148283],[118.535552,39.151376],[118.533063,39.149408],[118.536015,39.146174],[118.576007,39.110589],[118.570795,39.102351],[118.535519,39.115619],[118.530673,39.107976],[118.546211,39.101779],[118.538288,39.089344],[118.503052,39.102759],[118.498841,39.095006],[118.51375,39.08913],[118.505628,39.07682],[118.477976,39.087569],[118.471047,39.084296],[118.469897,39.081051],[118.476033,39.0786],[118.474199,39.072741],[118.481099,39.058584],[118.476687,39.055385],[118.480635,39.050521],[118.48417,39.048534],[118.492703,39.048961],[118.524383,39.044011],[118.567828,38.990924],[118.586061,39.012523],[118.610536,39.032482],[118.620929,39.037505],[118.621977,39.041132],[118.629346,39.048502],[118.61596,39.067254],[118.633454,39.074449],[118.647404,39.055769],[118.647389,39.045112],[118.595895,38.974247],[118.51544,38.918624],[118.509467,38.917135],[118.502895,38.918044],[118.481455,38.93692],[118.490433,38.944663],[118.46886,38.971389],[118.468171,39.011156],[118.461261,39.021338],[118.449035,39.016414],[118.455363,39.007678],[118.454349,38.948967],[118.427291,38.960963],[118.418378,38.959681],[118.418373,39.009225],[118.426573,39.020104],[118.451239,39.033902],[118.479327,39.046823],[118.474173,39.054219],[118.418342,39.026489],[118.403913,39.007353],[118.403887,38.966637],[118.372146,38.981628],[118.372014,39.023175],[118.367613,39.037625],[118.363816,39.037278],[118.358628,39.027566],[118.351899,39.022669],[118.345683,39.021106],[118.341362,39.026899],[118.33491,39.024995],[118.314618,39.030362],[118.307511,39.034478],[118.304259,39.042574],[118.299923,39.039849],[118.286764,39.040526],[118.273336,39.043822],[118.269613,39.038956],[118.257021,39.040482],[118.243736,39.045874],[118.211433,39.069085],[118.199725,39.080883],[118.18833,39.095979],[118.176923,39.121246],[118.158959,39.150248],[118.152746,39.15776],[118.149174,39.156606],[118.139433,39.16579],[118.144229,39.169201],[118.137707,39.174816],[118.134583,39.169714],[118.126584,39.178436],[118.13054,39.18731],[118.097557,39.197771],[118.102466,39.203444],[118.080532,39.211254],[118.079206,39.209431],[118.075756,39.210624],[118.066044,39.217819],[118.060445,39.214343],[118.04306,39.21303],[118.043093,39.201078],[118.023094,39.202095],[118.030291,39.217063],[118.030767,39.229349],[118.058372,39.22997],[118.059171,39.236764],[118.058233,39.25503],[118.033903,39.262823],[118.027822,39.266944],[118.026772,39.27443],[118.022528,39.277141],[118.025236,39.284263],[118.020713,39.29024],[118.018454,39.29126],[118.014242,39.28496],[118.010704,39.283053],[118.003491,39.28687],[117.98885,39.287709],[117.987128,39.28902],[117.989371,39.292941],[117.986094,39.295563],[117.972147,39.298329],[117.966406,39.308934],[117.968538,39.312216],[117.961287,39.315403],[117.946087,39.314939],[117.941335,39.316934],[117.920096,39.318589],[117.899498,39.315517],[117.896522,39.319689],[117.885737,39.322574],[117.88689,39.3268],[117.88196,39.331353],[117.860613,39.328993],[117.85493,39.333002],[117.849404,39.330911],[117.849971,39.328086],[117.848367,39.327228],[117.840874,39.327708],[117.84191,39.331126],[117.835808,39.335417],[117.838594,39.337615],[117.839804,39.341264],[117.843722,39.340874],[117.845897,39.349055],[117.856759,39.361374],[117.845821,39.368646],[117.841852,39.366177],[117.847019,39.359706],[117.834016,39.351679],[117.823002,39.355854],[117.805503,39.352347],[117.798061,39.35754],[117.796198,39.363666],[117.799913,39.372262],[117.811309,39.3754],[117.842485,39.378142],[117.846212,39.380062],[117.852009,39.372494],[117.859711,39.377372],[117.854313,39.383804],[117.856367,39.396005],[117.8534,39.401816],[117.842169,39.400203],[117.841019,39.407166],[117.865711,39.410472],[117.86454,39.453928],[117.868748,39.453878],[117.872559,39.466121],[117.881243,39.466942],[117.88725,39.470261],[117.892752,39.471143],[117.892034,39.481684],[117.886194,39.485451],[117.890802,39.48828],[117.892563,39.508685],[117.902236,39.510509],[117.906621,39.516054],[117.90627,39.519424],[117.899595,39.529623],[117.898832,39.533423],[117.907009,39.541449],[117.912495,39.55474],[117.918484,39.562369],[117.92547,39.568067],[117.927801,39.572795],[117.92395,39.57713],[117.911278,39.582106],[117.913075,39.584381],[117.896499,39.589813],[117.895329,39.587955],[117.886125,39.589935],[117.87689,39.589414],[117.868151,39.592889],[117.868207,39.597224],[117.860292,39.598991],[117.851154,39.591383],[117.84642,39.590619],[117.845243,39.588273],[117.840963,39.590029],[117.832504,39.588736],[117.819645,39.58982],[117.795808,39.600548],[117.78528,39.598936],[117.783067,39.593216],[117.761358,39.597794],[117.743135,39.589039],[117.739588,39.590863],[117.74564,39.582329],[117.749023,39.579962],[117.745563,39.577582],[117.746808,39.574708],[117.731679,39.572832],[117.7292,39.559442],[117.73895,39.546921],[117.726575,39.53514],[117.716473,39.534057],[117.709821,39.528851],[117.703217,39.535905],[117.699524,39.545645],[117.699768,39.548957],[117.695723,39.552433],[117.698563,39.555859],[117.683814,39.558124],[117.679107,39.564195],[117.683284,39.568498],[117.689058,39.564291],[117.698123,39.564541],[117.700792,39.566342],[117.702548,39.570311],[117.69998,39.575086],[117.688184,39.579523],[117.67961,39.587648],[117.671054,39.58942],[117.667811,39.588438],[117.6657,39.581448],[117.65799,39.575712],[117.650777,39.573735],[117.64716,39.574278],[117.644592,39.578284],[117.649082,39.583078],[117.648934,39.588838],[117.644402,39.593756],[117.63661,39.591543],[117.633351,39.592083],[117.631075,39.596158],[117.630845,39.602721],[117.625357,39.600911],[117.62054,39.593605],[117.614994,39.591206],[117.613388,39.605112],[117.614853,39.605658],[117.617125,39.602329],[117.619172,39.601922],[117.624498,39.605548],[117.625808,39.612666],[117.635201,39.611603],[117.634078,39.619215],[117.638702,39.621844],[117.63682,39.625668],[117.646815,39.627834],[117.646029,39.638012],[117.656229,39.635234],[117.657898,39.636493],[117.660249,39.641239],[117.660406,39.648692],[117.657119,39.655953],[117.662183,39.661772],[117.662827,39.66553],[117.655857,39.664989],[117.650662,39.667691],[117.65401,39.673749],[117.647969,39.677917],[117.643479,39.684582],[117.639953,39.686264],[117.640321,39.69066],[117.642871,39.694239],[117.638167,39.70104],[117.630535,39.695613],[117.628527,39.696255],[117.62825,39.700088],[117.62163,39.702286],[117.608892,39.704961],[117.596638,39.704255],[117.58666,39.710038],[117.586914,39.714963],[117.578984,39.721233],[117.572208,39.72193],[117.570821,39.725177],[117.5745,39.728758],[117.577381,39.73063],[117.582674,39.730404],[117.582257,39.736893],[117.58733,39.734213],[117.590603,39.734691],[117.590666,39.737343],[117.584569,39.741473],[117.589512,39.743028],[117.59018,39.744773],[117.570785,39.749464],[117.564521,39.755542],[117.554331,39.754069],[117.549186,39.761516],[117.543228,39.755654],[117.537152,39.75954],[117.533134,39.759982],[117.539822,39.762523],[117.544115,39.761848],[117.548626,39.770381],[117.545948,39.773233],[117.540869,39.775145],[117.541049,39.77681],[117.548434,39.786152],[117.5479,39.793997],[117.554117,39.793909],[117.555305,39.801526],[117.552151,39.810842],[117.540383,39.826351],[117.536832,39.83457],[117.538498,39.84341],[117.514682,39.8706],[117.512307,39.890572],[117.510542,39.893949],[117.503635,39.892592],[117.500767,39.902916],[117.497505,39.903622],[117.501374,39.907639],[117.505558,39.90643],[117.507381,39.908875],[117.506368,39.917407],[117.500488,39.91384],[117.498229,39.914419],[117.49902,39.916937],[117.50497,39.920088],[117.515591,39.919432],[117.519156,39.928415],[117.505256,39.932725],[117.504395,39.939063],[117.509049,39.945264],[117.513149,39.947368],[117.517867,39.945301],[117.520926,39.951167],[117.524014,39.949981],[117.527283,39.952087],[117.528028,39.959258],[117.532508,39.968938],[117.541237,39.976341],[117.540059,39.980376],[117.531463,39.988731],[117.528919,39.994673],[117.531869,39.996205],[117.537682,39.992954],[117.540479,39.997791],[117.55275,39.99555],[117.556834,39.991007],[117.559996,39.989785],[117.566521,39.995159],[117.571145,39.994897],[117.572698,39.992775],[117.585536,39.995647],[117.593527,39.992594],[117.602086,39.98312],[117.6055,39.976516],[117.605237,39.974212],[117.608632,39.971364],[117.625603,39.967675],[117.62893,39.9679],[117.631638,39.970685],[117.646069,39.971085],[117.652354,39.96731],[117.661132,39.965642],[117.669693,39.96731],[117.677192,39.974606],[117.675954,39.978813],[117.684973,39.983572],[117.698495,39.984898],[117.704894,39.983628],[117.713709,39.97849],[117.721858,39.970732],[117.72849,39.970091],[117.735125,39.972451],[117.745422,39.965121],[117.749841,39.963847],[117.757142,39.971459],[117.7755,39.965071],[117.781184,39.972755],[117.780287,39.980316],[117.783272,39.989702],[117.79012,39.995394],[117.787162,40.003488],[117.787955,40.009846],[117.785638,40.014341],[117.777896,40.016854],[117.776042,40.022261],[117.763994,40.022295],[117.755105,40.01936],[117.751959,40.016732],[117.752002,40.011704],[117.747756,40.010288],[117.74,40.01635],[117.736765,40.016504],[117.738791,40.032504],[117.741806,40.038597],[117.741699,40.046432],[117.746312,40.046676],[117.746363,40.044019],[117.752456,40.042906],[117.766961,40.050646],[117.769649,40.057926],[117.761104,40.064698],[117.751597,40.064593],[117.74796,40.067284],[117.74693,40.072058],[117.752022,40.072383],[117.749977,40.07661],[117.745408,40.080642],[117.740885,40.080322],[117.736842,40.077224],[117.726888,40.076657],[117.704963,40.08144],[117.701202,40.092862],[117.684574,40.093],[117.681892,40.081662],[117.671526,40.080941],[117.668576,40.080979],[117.668157,40.089954],[117.661959,40.098728],[117.652513,40.095762],[117.647947,40.089645],[117.643187,40.090047],[117.639153,40.095893],[117.642122,40.097735],[117.642198,40.102689],[117.649142,40.105443],[117.649794,40.108065],[117.645977,40.112383],[117.643931,40.127025],[117.629565,40.131121],[117.628562,40.133048],[117.630725,40.135683],[117.624301,40.146717],[117.613479,40.151828],[117.612347,40.156526],[117.600312,40.162036],[117.594981,40.170148],[117.582315,40.167374],[117.570169,40.177446],[117.566909,40.188923],[117.569368,40.191526],[117.565953,40.193714],[117.558925,40.204103],[117.560951,40.212156],[117.562903,40.212776],[117.565361,40.218176],[117.562297,40.224887],[117.558039,40.227904],[117.544756,40.226846],[117.542179,40.231442],[117.54036,40.231688],[117.506969,40.22634],[117.496464,40.22747],[117.477057,40.235596],[117.474386,40.240264],[117.465994,40.241853],[117.443505,40.251113],[117.433037,40.251765],[117.41978,40.246738],[117.409212,40.247412],[117.406014,40.24208],[117.408359,40.239426],[117.40863,40.235309],[117.39849,40.228553],[117.387744,40.230305],[117.380036,40.225491],[117.364361,40.231373],[117.355037,40.231353],[117.349261,40.228092],[117.344343,40.228494],[117.333248,40.24491],[117.33561,40.255126],[117.330468,40.268095],[117.32744,40.284519],[117.325344,40.288314],[117.300558,40.277532],[117.28924,40.276919],[117.286338,40.282953],[117.288088,40.289537],[117.286862,40.295216],[117.281465,40.300301],[117.267913,40.307261],[117.264715,40.323913],[117.268437,40.331309],[117.260821,40.334356],[117.25352,40.334738],[117.250382,40.341345],[117.247679,40.353601],[117.236386,40.368282],[117.230704,40.369206],[117.219764,40.367785],[117.217596,40.370071],[117.220283,40.3827],[117.232957,40.392917],[117.230667,40.399063],[117.228718,40.415955],[117.243817,40.426858],[117.255585,40.439039],[117.240423,40.450891],[117.228844,40.456118],[117.227169,40.461903],[117.2194,40.474435],[117.221322,40.480749],[117.211467,40.493225],[117.205596,40.493311],[117.202195,40.495866],[117.201537,40.498288],[117.207056,40.510832],[117.212269,40.512958],[117.222424,40.51002],[117.230525,40.514068],[117.239596,40.512143],[117.256955,40.511829],[117.257669,40.515908],[117.248784,40.526273],[117.241643,40.53992],[117.243102,40.546812],[117.26406,40.559623],[117.272883,40.558936],[117.279663,40.563927],[117.293891,40.56635],[117.304781,40.575831],[117.318403,40.576711],[117.321138,40.575296],[117.339855,40.580421],[117.35491,40.574545],[117.371164,40.562062],[117.380921,40.559218],[117.383282,40.560149],[117.385926,40.565096],[117.394738,40.569888],[117.40262,40.570301],[117.412546,40.567238],[117.415009,40.567789],[117.423241,40.574557],[117.423063,40.577721],[117.416365,40.581142],[117.405982,40.603529],[117.412433,40.615508],[117.417854,40.618693],[117.417291,40.622769],[117.413783,40.627622],[117.414433,40.633823],[117.418508,40.636459],[117.422132,40.636032],[117.4221,40.632298],[117.426167,40.624184],[117.440354,40.626664],[117.444599,40.630324],[117.44593,40.635828],[117.444739,40.644987],[117.442191,40.649888],[117.45532,40.651507],[117.46718,40.64289],[117.471477,40.63372],[117.479819,40.631992],[117.493875,40.634755],[117.498561,40.645172],[117.49627,40.651622],[117.507542,40.654387],[117.507998,40.659549],[117.489115,40.673049],[117.474649,40.676316],[117.463954,40.67232],[117.458737,40.671939],[117.439686,40.675312],[117.410251,40.685332],[117.402564,40.68567],[117.353597,40.672435],[117.336038,40.672006],[117.330272,40.665773],[117.330472,40.661797],[117.314898,40.656923],[117.284948,40.658667],[117.272283,40.662876],[117.261436,40.675118],[117.25492,40.679743],[117.234971,40.675123],[117.222277,40.683501],[117.199523,40.693052],[117.164586,40.69559],[117.131636,40.695483],[117.110562,40.69833],[117.102419,40.705571],[117.069295,40.698704],[117.051724,40.699946],[117.037898,40.698827],[117.021702,40.692198],[116.996185,40.695885],[116.981948,40.701732],[116.975014,40.701721],[116.962801,40.706162],[116.959716,40.709265],[116.960907,40.713274],[116.956981,40.717172],[116.939548,40.726162],[116.936631,40.728522],[116.930277,40.739197],[116.920873,40.744443],[116.917766,40.748709],[116.917155,40.751322],[116.920528,40.758651],[116.916414,40.769053],[116.919102,40.7715],[116.898546,40.775943],[116.892581,40.77539],[116.886434,40.778971],[116.885335,40.782428],[116.887189,40.782622],[116.888768,40.780215],[116.889726,40.782697],[116.890545,40.79539],[116.88366,40.796938],[116.874179,40.802976],[116.875845,40.80709],[116.875771,40.813406],[116.869447,40.820063],[116.856064,40.826534],[116.850426,40.833563],[116.817388,40.843604],[116.814605,40.846755],[116.807113,40.846778],[116.798794,40.838901],[116.796337,40.840842],[116.793007,40.851092],[116.786944,40.862279],[116.774214,40.874531],[116.761155,40.880522],[116.754643,40.8791],[116.752001,40.88055],[116.752343,40.886299],[116.727238,40.896357],[116.714285,40.906939],[116.707287,40.908709],[116.710974,40.920079],[116.714525,40.924453],[116.696677,40.934908],[116.696013,40.938193],[116.683145,40.94932],[116.68086,40.961614],[116.671658,40.96962],[116.671601,40.974586],[116.676481,40.984652],[116.677009,40.998859],[116.684851,41.005597],[116.692697,41.019145],[116.689186,41.024382],[116.688949,41.031467],[116.683531,41.042827],[116.675274,41.040102],[116.6596,41.045028],[116.651003,41.04969],[116.648596,41.054172],[116.641444,41.057788],[116.625531,41.058964],[116.61147,41.050227],[116.608022,41.041499],[116.607998,41.034924],[116.614338,41.029174],[116.616977,41.019211],[116.610939,41.005751],[116.611078,40.996399],[116.608605,40.981797],[116.595888,40.974247],[116.592291,40.973176],[116.582575,40.975492],[116.563235,40.990094],[116.557373,40.992092],[116.554529,40.991628],[116.552666,40.987072],[116.550731,40.986297],[116.540298,40.986813],[116.527065,40.983956],[116.510198,40.973551],[116.498387,40.974227],[116.482741,40.978496],[116.465874,40.97887],[116.45785,40.982687],[116.44923,40.978055],[116.445316,40.967542],[116.444378,40.958105],[116.446047,40.949075],[116.461921,40.923861],[116.467383,40.918225],[116.471382,40.900687],[116.467948,40.894348],[116.457701,40.894686],[116.455726,40.897823],[116.452394,40.898851],[116.430357,40.897544],[116.422996,40.901166],[116.413109,40.900671],[116.408326,40.898334],[116.392566,40.904145],[116.378167,40.92194],[116.370065,40.937865],[116.364004,40.941856],[116.358751,40.941432],[116.353064,40.934412],[116.346357,40.934855],[116.337259,40.931031],[116.327953,40.919525],[116.328186,40.902918],[116.338668,40.892703],[116.357855,40.880424],[116.36029,40.874894],[116.393739,40.848135],[116.399584,40.838241],[116.401305,40.830508],[116.415798,40.821165],[116.431076,40.818668],[116.43436,40.809425],[116.438561,40.804392],[116.453063,40.794269],[116.454685,40.781006],[116.459591,40.772892],[116.458891,40.770664],[116.447679,40.764229],[116.44179,40.765991],[116.418516,40.765755],[116.410147,40.76768],[116.408128,40.775988],[116.4015,40.778713],[116.384632,40.774941],[116.373107,40.770609],[116.311376,40.770603],[116.306985,40.768632],[116.301771,40.76219],[116.304937,40.753557],[116.304514,40.750481],[116.302458,40.750434],[116.288499,40.757332],[116.284067,40.762772],[116.275268,40.762421],[116.272582,40.760671],[116.268003,40.762427],[116.26388,40.769104],[116.261961,40.776033],[116.252394,40.785334],[116.241502,40.790279],[116.229699,40.779221],[116.225186,40.769347],[116.224377,40.762043],[116.214313,40.747668],[116.213846,40.744353],[116.18597,40.723123],[116.172932,40.707504],[116.158329,40.661827],[116.145942,40.661622],[116.13682,40.665319],[116.128478,40.665494],[116.118831,40.6525],[116.104904,40.645658],[116.106334,40.639359],[116.113873,40.631624],[116.115325,40.627568],[116.097984,40.625401],[116.094624,40.626193],[116.09246,40.628994],[116.082517,40.625352],[116.059309,40.608669],[116.044205,40.604557],[116.024866,40.596017],[116.022045,40.597455],[116.02394,40.601086],[116.022062,40.605817],[116.01319,40.599974],[116.003606,40.587724],[115.989075,40.578535],[115.977312,40.577465],[115.975308,40.578339],[115.969593,40.587822],[115.967699,40.59685],[115.960735,40.605015],[115.912782,40.615869],[115.901787,40.616094],[115.887747,40.604972],[115.882886,40.596634],[115.879937,40.594758],[115.848777,40.588923],[115.838141,40.590003],[115.821555,40.586055],[115.814337,40.566649],[115.815337,40.56202],[115.81383,40.558209],[115.807928,40.555956],[115.792822,40.556377],[115.78871,40.55962],[115.784367,40.559606],[115.778415,40.557038],[115.746649,40.534952],[115.746545,40.528825],[115.742052,40.523932],[115.737155,40.514327],[115.733371,40.511598],[115.734665,40.509507],[115.729542,40.502664],[115.735867,40.495346],[115.757243,40.498365],[115.775746,40.491703],[115.775876,40.488145],[115.76347,40.46826],[115.764706,40.462591],[115.76771,40.460798],[115.768113,40.45645],[115.763842,40.443847],[115.764541,40.441309],[115.772968,40.441347],[115.830418,40.384511],[115.831316,40.380089],[115.835316,40.376703],[115.840761,40.373935],[115.842912,40.374086],[115.843086,40.375722],[115.854346,40.374541],[115.856215,40.369549],[115.855974,40.362853],[115.851962,40.36279],[115.853218,40.361273],[115.858619,40.358274],[115.904155,40.356696],[115.912323,40.352811],[115.91555,40.344065],[115.918088,40.325189],[115.921437,40.319208],[115.930587,40.312278],[115.935247,40.310669],[115.933845,40.302022],[115.946214,40.280237],[115.961815,40.262413],[115.958577,40.257906],[115.953981,40.255536],[115.937043,40.252331],[115.929499,40.254649],[115.924088,40.253541],[115.910961,40.246059],[115.906304,40.233054],[115.892503,40.233447],[115.878589,40.216207],[115.877293,40.210243],[115.879985,40.204998],[115.865884,40.186197],[115.858004,40.184764],[115.849096,40.187773],[115.842002,40.182876],[115.847505,40.17951],[115.843998,40.172487],[115.838208,40.166491],[115.838701,40.163914],[115.847504,40.153067],[115.847968,40.148824],[115.845848,40.146944],[115.829858,40.145893],[115.815394,40.151627],[115.800372,40.152079],[115.780697,40.169211],[115.780769,40.177504],[115.771414,40.176622],[115.766818,40.175186],[115.763599,40.168953],[115.748039,40.162026],[115.743266,40.151768],[115.747832,40.147359],[115.748575,40.14424],[115.742978,40.136496],[115.729826,40.128722],[115.718105,40.127575],[115.704378,40.133408],[115.693515,40.131227],[115.698548,40.128489],[115.69807,40.126978],[115.693814,40.126453],[115.683283,40.130753],[115.675015,40.131549],[115.66906,40.128922],[115.659475,40.128239],[115.651773,40.128126],[115.648387,40.130224],[115.638473,40.125577],[115.637657,40.115987],[115.635679,40.114819],[115.600904,40.119025],[115.59224,40.118136],[115.588379,40.114602],[115.584623,40.095363],[115.576537,40.094024],[115.572439,40.09533],[115.570498,40.098369],[115.557788,40.097109],[115.547573,40.090583],[115.549327,40.081552],[115.544913,40.077903],[115.537732,40.074772],[115.531676,40.076656],[115.520163,40.074453],[115.508655,40.065753],[115.50339,40.064273],[115.504019,40.06139],[115.498764,40.054594],[115.486018,40.047293],[115.477417,40.038158],[115.461946,40.030575],[115.454176,40.030832],[115.447813,40.028129],[115.445563,40.019431],[115.435552,40.009171],[115.436188,40.005607],[115.442682,40.00062],[115.44223,39.996879],[115.4397,39.993021],[115.435168,39.99253],[115.426543,39.987299],[115.419361,39.976571],[115.416827,39.968868],[115.419248,39.961846],[115.417205,39.954289],[115.419693,39.951553],[115.419701,39.94904],[115.422824,39.948191],[115.431446,39.951284],[115.437224,39.95042],[115.458649,39.939089],[115.47458,39.934356],[115.480756,39.922559],[115.488122,39.916841],[115.492543,39.916739],[115.498721,39.913985],[115.502807,39.909122],[115.514289,39.90103],[115.516782,39.897779],[115.50475,39.886692],[115.50276,39.882995],[115.504425,39.879813],[115.510418,39.87925],[115.522339,39.874561],[115.522458,39.871057],[115.516186,39.864663],[115.516245,39.857832],[115.511236,39.849103],[115.50718,39.84524],[115.505963,39.84295],[115.507114,39.840657],[115.509424,39.836906],[115.520299,39.834111],[115.524691,39.828961],[115.536572,39.825966],[115.541606,39.821771],[115.557382,39.81538],[115.561067,39.815404],[115.56323,39.812757],[115.55886,39.803368],[115.548756,39.794472],[115.545914,39.793586],[115.537874,39.794603],[115.533296,39.793595],[115.530121,39.791026],[115.508481,39.78786],[115.500607,39.782367],[115.48508,39.794887],[115.477042,39.797488],[115.469875,39.791034],[115.45173,39.780959],[115.445298,39.780814],[115.436353,39.783815],[115.427314,39.780772],[115.424331,39.774135],[115.418355,39.773152],[115.420727,39.768218],[115.424409,39.770704],[115.428802,39.768813],[115.427736,39.763216],[115.429381,39.756859],[115.433921,39.750403],[115.460749,39.738972],[115.46448,39.741075],[115.476451,39.740947],[115.486245,39.737242],[115.481815,39.728797],[115.486961,39.70753],[115.485174,39.702649],[115.492637,39.695455],[115.492611,39.688558],[115.485344,39.681125],[115.482405,39.680193],[115.480298,39.672344],[115.485325,39.667821],[115.475834,39.661554],[115.471819,39.651036],[115.472652,39.649532],[115.48804,39.647335],[115.49056,39.65153],[115.500446,39.650947],[115.503505,39.648273],[115.505273,39.643265],[115.516221,39.638849],[115.514161,39.631726],[115.515906,39.621102],[115.506343,39.610134],[115.505729,39.604236],[115.509109,39.59396],[115.50809,39.590935],[115.512017,39.590889],[115.512839,39.593563],[115.524213,39.603229],[115.527869,39.61226],[115.539588,39.61771],[115.558577,39.603011],[115.566107,39.593016],[115.565501,39.590661],[115.575117,39.588402],[115.580433,39.588615],[115.582784,39.593215],[115.58653,39.595894],[115.593352,39.598493],[115.603905,39.599577],[115.612047,39.602972],[115.616114,39.601875],[115.619797,39.598473],[115.626508,39.596711],[115.628283,39.597177],[115.628125,39.602534],[115.631989,39.603326],[115.635759,39.602246],[115.63848,39.597936],[115.65096,39.598702],[115.659431,39.604148],[115.661775,39.608516],[115.661253,39.614489],[115.666284,39.608323],[115.681935,39.599878],[115.682841,39.591701],[115.689008,39.583438],[115.687248,39.579413],[115.6934,39.575856],[115.692457,39.56948],[115.688342,39.569124],[115.686256,39.56542],[115.692308,39.562208],[115.705492,39.561193],[115.710842,39.559342],[115.714047,39.553613],[115.714758,39.546551],[115.716983,39.542836],[115.720769,39.542766],[115.720469,39.545321],[115.724157,39.546491],[115.732339,39.545179],[115.732543,39.539087],[115.735574,39.535142],[115.738323,39.523271],[115.745676,39.515657],[115.745982,39.512913],[115.759146,39.513708],[115.762572,39.507736],[115.764658,39.509827],[115.761241,39.514726],[115.771754,39.51269],[115.780353,39.508899],[115.798804,39.510362],[115.814258,39.508639],[115.822645,39.505986],[115.824208,39.508287],[115.823597,39.511766],[115.820223,39.513123],[115.8175,39.511062],[115.813689,39.517449],[115.813123,39.529776],[115.822343,39.534391],[115.822651,39.540236],[115.835111,39.540521],[115.840033,39.542252],[115.841568,39.549276],[115.849517,39.553959],[115.856061,39.547531],[115.860411,39.545504],[115.877049,39.547128],[115.881617,39.549779],[115.887163,39.555241],[115.887513,39.560885],[115.886414,39.563689],[115.884773,39.562954],[115.884541,39.567618],[115.894104,39.568876],[115.901977,39.565896],[115.906965,39.57201],[115.905892,39.573194],[115.909751,39.582075],[115.902855,39.583045],[115.900919,39.589033],[115.904447,39.599718],[115.924327,39.592383],[115.928273,39.587046],[115.928572,39.581604],[115.932051,39.576471],[115.937279,39.576372],[115.943245,39.572272],[115.944499,39.56534],[115.949068,39.565064],[115.951617,39.559885],[115.960766,39.563781],[115.962957,39.569928],[115.968595,39.569759],[115.97217,39.571752],[115.970379,39.575769],[115.972103,39.593152],[115.985441,39.592462],[115.985478,39.585356],[115.987331,39.582387],[115.99091,39.582065],[115.989157,39.575934],[116.001536,39.576033],[116.007232,39.580766],[116.008508,39.58321],[116.007618,39.586852],[116.010214,39.586953],[116.013658,39.585564],[116.020081,39.586176],[116.018595,39.574453],[116.02671,39.573364],[116.026564,39.571143],[116.029202,39.570372],[116.092803,39.573817],[116.09574,39.574779],[116.095106,39.578654],[116.099975,39.574523],[116.09998,39.569542],[116.106379,39.569173],[116.11438,39.573468],[116.115222,39.569206],[116.130455,39.567185],[116.13796,39.570451],[116.139425,39.574157],[116.140803,39.573948],[116.140511,39.570609],[116.143414,39.571759],[116.145671,39.579233],[116.149009,39.582355],[116.159375,39.582269],[116.17074,39.58463],[116.170778,39.588735],[116.174583,39.589379],[116.191344,39.587723],[116.190801,39.584911],[116.195116,39.585165],[116.195491,39.587669],[116.197998,39.587579],[116.198396,39.582302],[116.202072,39.576504],[116.214982,39.577745],[116.221421,39.564619],[116.23467,39.562909],[116.240045,39.556252],[116.239873,39.554077],[116.236511,39.551793],[116.240818,39.537977],[116.239089,39.530247],[116.240793,39.527572],[116.239462,39.514933],[116.248835,39.507798],[116.252935,39.498931],[116.272787,39.490928],[116.286877,39.490964],[116.29932,39.488225],[116.301365,39.484833],[116.300583,39.482379],[116.307724,39.476854],[116.314658,39.466398],[116.327842,39.454671],[116.355915,39.453552],[116.361499,39.450349],[116.381906,39.449756],[116.386719,39.451632],[116.394551,39.448797],[116.40167,39.44921],[116.418598,39.445987],[116.428638,39.442078],[116.43108,39.444644],[116.444079,39.447216],[116.444354,39.451329],[116.448733,39.452311],[116.449995,39.454604],[116.449903,39.458105],[116.447957,39.456967],[116.442516,39.463826],[116.442639,39.474981],[116.438008,39.480886],[116.430096,39.48159],[116.42745,39.476839],[116.422126,39.474876],[116.419392,39.477448],[116.419194,39.479974],[116.423794,39.479996],[116.420445,39.486451],[116.416148,39.483072],[116.405737,39.480602],[116.40514,39.483703],[116.409667,39.486969],[116.412229,39.494639],[116.417096,39.49527],[116.411718,39.504757],[116.402154,39.50896],[116.39856,39.512406],[116.396483,39.525532],[116.406434,39.523498],[116.415259,39.523965],[116.417505,39.520151],[116.41846,39.508391],[116.425974,39.508097],[116.426855,39.506093],[116.437671,39.508516],[116.436592,39.514854],[116.434138,39.51506],[116.43065,39.525014],[116.458349,39.526343],[116.458497,39.530335],[116.462736,39.533083],[116.471676,39.534973],[116.472837,39.537963],[116.471966,39.541939],[116.467065,39.548285],[116.467146,39.551891],[116.497398,39.548483],[116.502414,39.549578],[116.501587,39.555168],[116.502859,39.55917],[116.505857,39.562669],[116.511682,39.565206],[116.512358,39.568364],[116.520967,39.571992],[116.519702,39.57612],[116.514497,39.576007],[116.513796,39.580714],[116.515395,39.580954],[116.516233,39.585138],[116.515368,39.589091],[116.519872,39.595601],[116.524797,39.597436],[116.530076,39.593623],[116.534593,39.593367],[116.536614,39.595991],[116.537422,39.602186],[116.539678,39.598416],[116.538018,39.598155],[116.538222,39.595632],[116.539976,39.594757],[116.543939,39.595196],[116.557734,39.602602],[116.563876,39.610719],[116.56215,39.614641],[116.560224,39.615097],[116.560165,39.618737],[116.573646,39.618631],[116.573512,39.621371],[116.577396,39.621913],[116.582889,39.620942],[116.589586,39.617035],[116.594391,39.618639],[116.593515,39.621593],[116.596521,39.623277],[116.601943,39.623849],[116.604484,39.617943],[116.60962,39.612853],[116.611119,39.606286],[116.614768,39.600655],[116.622586,39.59853],[116.629645,39.598898],[116.630041,39.603808],[116.632598,39.603897],[116.639756,39.601034],[116.640744,39.598075],[116.648566,39.59853],[116.651856,39.599683],[116.65099,39.601708],[116.65597,39.604252],[116.664186,39.603822],[116.664594,39.602161],[116.688951,39.598173],[116.693202,39.594319],[116.694676,39.589904],[116.699228,39.586813],[116.719579,39.591283],[116.721067,39.591867],[116.720773,39.594897],[116.720332,39.596629],[116.711476,39.602387],[116.69723,39.609074],[116.694808,39.619909],[116.699393,39.620302],[116.700043,39.617856],[116.704098,39.616896],[116.719414,39.622961],[116.724504,39.617954],[116.731857,39.61418],[116.737982,39.615616],[116.738284,39.61795],[116.747901,39.617098],[116.75676,39.612463],[116.765184,39.604529],[116.768232,39.604449],[116.768891,39.597991],[116.773323,39.591902],[116.778969,39.592282],[116.784499,39.595189],[116.783996,39.609353],[116.806373,39.614805],[116.810069,39.604409],[116.807434,39.599168],[116.802177,39.599282],[116.800996,39.602686],[116.804689,39.60469],[116.803884,39.607528],[116.799781,39.606075],[116.793846,39.602791],[116.799222,39.602225],[116.802298,39.596229],[116.792538,39.59619],[116.791893,39.593186],[116.79596,39.58471],[116.805655,39.575811],[116.801949,39.570852],[116.793769,39.567665],[116.781673,39.553399],[116.781005,39.550548],[116.781508,39.547538],[116.789258,39.544723],[116.799843,39.528042],[116.810076,39.527927],[116.812405,39.531873],[116.816049,39.533348],[116.817041,39.531668],[116.819152,39.526359],[116.81742,39.524679],[116.819047,39.516246],[116.817863,39.510955],[116.808,39.509153],[116.808373,39.500278],[116.815412,39.485312],[116.814606,39.479503],[116.79247,39.474589],[116.783017,39.46984],[116.782494,39.466674],[116.779519,39.466073],[116.783628,39.46451],[116.792061,39.456248],[116.791563,39.449839],[116.786194,39.453079],[116.789994,39.445716],[116.795104,39.447995],[116.80165,39.444661],[116.804749,39.446844],[116.804182,39.449677],[116.809855,39.450671],[116.820798,39.444643],[116.821064,39.437536],[116.82654,39.434493],[116.841337,39.437663],[116.841255,39.440327],[116.84957,39.442353],[116.855876,39.436294],[116.862533,39.438054],[116.869938,39.433506],[116.865092,39.426291],[116.862071,39.427672],[116.858086,39.425625],[116.847787,39.417228],[116.846063,39.412798],[116.838414,39.411476],[116.837624,39.41351],[116.832237,39.409403],[116.833315,39.403579],[116.828164,39.401664],[116.827964,39.397952],[116.835251,39.3805],[116.835343,39.378089],[116.831678,39.373081],[116.812188,39.372453],[116.814632,39.365617],[116.820938,39.362568],[116.828999,39.364924],[116.830779,39.363563],[116.826007,39.359122],[116.81719,39.356848],[116.816604,39.354385],[116.817544,39.352021],[116.819032,39.352741],[116.823139,39.338308],[116.836752,39.339856],[116.843234,39.338669],[116.853863,39.348281],[116.853702,39.355399],[116.864883,39.356527],[116.868952,39.354987],[116.870244,39.351717],[116.866793,39.351722],[116.866038,39.350222],[116.865094,39.345955],[116.866551,39.340267],[116.870027,39.338266],[116.879623,39.338193],[116.883695,39.321864],[116.880943,39.304928],[116.88027,39.303306],[116.87043,39.302121],[116.864902,39.297602],[116.869254,39.282359],[116.870436,39.269696],[116.865694,39.26836],[116.873013,39.254464],[116.869673,39.252972],[116.870526,39.240541],[116.874419,39.23892],[116.879037,39.23989],[116.880067,39.231853],[116.886131,39.230272],[116.886796,39.223065],[116.878198,39.224175],[116.873542,39.229216],[116.869996,39.229763],[116.868788,39.229325],[116.869815,39.215672],[116.865785,39.215394],[116.865816,39.21681],[116.849953,39.214767],[116.851244,39.204723],[116.854846,39.204915],[116.856576,39.200359],[116.858473,39.181227],[116.857361,39.174246],[116.860482,39.164528],[116.859852,39.155301],[116.85764,39.1534],[116.860917,39.155008],[116.863746,39.15326],[116.888388,39.154083],[116.90586,39.148965],[116.909529,39.137436],[116.912776,39.137673],[116.917711,39.123212],[116.91299,39.122793],[116.914116,39.119178],[116.920269,39.118798],[116.91782,39.118026],[116.913537,39.108402],[116.905262,39.110179],[116.904416,39.105869],[116.900389,39.103073],[116.895936,39.090077],[116.890788,39.090925],[116.887565,39.083592],[116.88479,39.084024],[116.881088,39.077039],[116.877125,39.077119],[116.875654,39.07092],[116.872332,39.071692],[116.864347,39.069169],[116.864328,39.058732],[116.86583,39.053839],[116.854526,39.051599],[116.854629,39.049837],[116.838346,39.048628],[116.83629,39.048753],[116.836287,39.052504],[116.834335,39.05248],[116.834266,39.048875],[116.826707,39.048959],[116.817259,39.04643],[116.813037,39.047046],[116.813405,39.050111],[116.796726,39.049974],[116.791416,39.053087],[116.781767,39.050853],[116.778975,39.047287],[116.777748,39.051822],[116.779015,39.054642],[116.790018,39.055634],[116.791351,39.059831],[116.781344,39.060938],[116.775625,39.057567],[116.775405,39.052504],[116.772853,39.048479],[116.766997,39.045928],[116.754621,39.049681],[116.750422,39.049358],[116.745508,39.036962],[116.745736,39.033699],[116.748566,39.034139],[116.753415,39.030743],[116.753068,39.019947],[116.752396,39.018498],[116.748974,39.018188],[116.748936,39.012166],[116.750415,39.012147],[116.748572,39.002532],[116.74647,39.00269],[116.744401,38.993012],[116.738382,38.987244],[116.734727,38.979936],[116.729376,38.978778],[116.724483,38.974354],[116.717101,38.963373],[116.716385,38.954637],[116.710388,38.938002],[116.706874,38.938018],[116.704506,38.935683],[116.702425,38.929809],[116.702073,38.896188],[116.716653,38.896279],[116.717153,38.851509],[116.738878,38.85061],[116.736985,38.834107],[116.737832,38.83075],[116.741575,38.82937],[116.743486,38.831122],[116.74527,38.83046],[116.743149,38.823623],[116.740278,38.823835],[116.738697,38.814159],[116.732555,38.806261],[116.738118,38.804559],[116.734848,38.798427],[116.740173,38.79779],[116.739845,38.794947],[116.735504,38.795419],[116.731548,38.7837],[116.74628,38.779222],[116.738731,38.751773],[116.753012,38.754105],[116.759859,38.745626],[116.760427,38.74117],[116.769099,38.742036],[116.778598,38.739772],[116.778136,38.737347],[116.785294,38.739203],[116.785372,38.744319],[116.786935,38.745608],[116.853703,38.740654],[116.854917,38.744472],[116.861938,38.745584],[116.863861,38.737356],[116.862892,38.72927],[116.864356,38.729271],[116.862174,38.721728],[116.860797,38.721862],[116.860089,38.719613],[116.860706,38.716388],[116.866913,38.715021],[116.869421,38.712159],[116.866129,38.701278],[116.868894,38.696937],[116.866669,38.693648],[116.867269,38.691949],[116.869771,38.692627],[116.869802,38.681916],[116.871583,38.680095],[116.890255,38.679861],[116.911982,38.686996],[116.915454,38.686357],[116.912399,38.678738],[116.921865,38.679514],[116.921438,38.685151],[116.924707,38.686153],[116.938849,38.685349],[116.945108,38.68956],[116.988467,38.695731],[116.987014,38.691592],[117.008389,38.689176],[117.009389,38.700492],[117.035815,38.70604],[117.039279,38.704925],[117.033217,38.693462],[117.032756,38.687789],[117.039156,38.69133],[117.039336,38.685439],[117.048697,38.685331],[117.048087,38.683372],[117.062192,38.679402],[117.055084,38.67294],[117.050419,38.656188],[117.050449,38.644679],[117.046694,38.642927],[117.046783,38.640666],[117.054484,38.638236],[117.057977,38.634855],[117.058267,38.628387],[117.064083,38.615191],[117.064534,38.607552],[117.080003,38.605479],[117.0809,38.598617],[117.09055,38.599736],[117.091855,38.586009],[117.103497,38.583973],[117.103322,38.586349],[117.112595,38.590214],[117.115119,38.596676],[117.11825,38.599052],[117.131972,38.598815],[117.137281,38.604591],[117.144509,38.60846],[117.1437,38.614762],[117.144792,38.616854],[117.150757,38.616703],[117.150439,38.614721],[117.152002,38.614861],[117.152812,38.617565],[117.158227,38.617747],[117.160056,38.613817],[117.170324,38.617415],[117.193996,38.621118],[117.19756,38.625672],[117.196928,38.629415],[117.204113,38.629776],[117.206791,38.639621],[117.213877,38.64298],[117.2235,38.64207],[117.223466,38.634912],[117.219923,38.633369],[117.218861,38.630127],[117.230522,38.630545],[117.226476,38.625239],[117.226532,38.620095],[117.240345,38.617938],[117.24906,38.613868],[117.252176,38.605554],[117.252798,38.602928],[117.25046,38.597643],[117.239153,38.594595],[117.231628,38.584544],[117.234498,38.580921],[117.255042,38.586021],[117.256171,38.583024],[117.233238,38.577999],[117.238889,38.566218],[117.247005,38.555494],[117.257212,38.561554],[117.259179,38.556042],[117.286199,38.561713],[117.285413,38.57093],[117.289051,38.571348],[117.293663,38.570728],[117.297819,38.563862],[117.299366,38.555867],[117.302019,38.554824],[117.309209,38.556972],[117.318601,38.56384],[117.335064,38.563825],[117.340851,38.560801],[117.344147,38.5609],[117.347106,38.566798],[117.351486,38.569719],[117.348407,38.579891],[117.362434,38.581567],[117.362686,38.563886],[117.391577,38.574099],[117.402607,38.584317],[117.394731,38.587106],[117.403614,38.593007],[117.409029,38.589748],[117.425616,38.600238],[117.464766,38.610315],[117.475222,38.610543],[117.472555,38.616508],[117.499752,38.616021],[117.509155,38.610528],[117.515914,38.61353],[117.517616,38.61095],[117.516387,38.606348],[117.518005,38.600575],[117.520179,38.599913],[117.535269,38.602992],[117.532409,38.609099],[117.536399,38.611311],[117.538584,38.617748],[117.548683,38.615709],[117.553466,38.612073],[117.561492,38.612315],[117.568246,38.610251],[117.579612,38.614172],[117.586656,38.612907],[117.592882,38.595339],[117.593365,38.589481],[117.590756,38.588722],[117.598252,38.578594],[117.59576,38.577779],[117.598571,38.567193],[117.610365,38.548236],[117.614644,38.536094],[117.627319,38.514353],[117.632504,38.497978],[117.632331,38.494277],[117.627864,38.488887],[117.629174,38.486259],[117.628719,38.48923],[117.636541,38.487641],[117.643358,38.482488],[117.653425,38.470985],[117.6944,38.405275],[117.703331,38.388105],[117.722329,38.369444],[117.733717,38.355674],[117.734209,38.353655],[117.731953,38.352151],[117.743122,38.342535],[117.75789,38.332933],[117.761479,38.327609],[117.768757,38.331193],[117.762347,38.337018],[117.781237,38.349793],[117.788103,38.343624],[117.802586,38.35337],[117.811494,38.345207],[117.83307,38.359743],[117.848797,38.356484],[117.853523,38.352131],[117.824864,38.332843],[117.833756,38.324725],[117.871964,38.35041],[118.003775,38.409355],[118.015315,38.393537],[117.959485,38.374135],[117.921803,38.353701],[117.919673,38.344935],[117.89433,38.334157],[117.875548,38.336241],[117.863499,38.32809],[117.877964,38.314559],[117.887973,38.321408],[117.891113,38.318581],[117.90092,38.324931],[117.900439,38.320951],[117.883169,38.307029],[117.84689,38.282776],[117.840648,38.275651],[117.849079,38.272689],[117.84454,38.26435],[117.846448,38.262398],[117.843651,38.254657],[117.834882,38.249726],[117.822077,38.246249],[117.817594,38.234892],[117.800052,38.226849],[117.79889,38.224716],[117.800248,38.217256],[117.794036,38.209582],[117.786189,38.20546],[117.784655,38.202987],[117.784968,38.200897],[117.790544,38.196315],[117.790005,38.192309],[117.782801,38.180139],[117.760206,38.16335],[117.760009,38.15721],[117.766216,38.135186],[117.763121,38.13229],[117.754194,38.129824],[117.747845,38.125741],[117.736843,38.12276],[117.73103,38.111749],[117.723302,38.106225],[117.723059,38.092212],[117.716069,38.090091],[117.70269,38.077137],[117.693518,38.074179],[117.673923,38.0793],[117.665626,38.077033],[117.65919,38.071473],[117.639739,38.072509],[117.613961,38.068137],[117.598142,38.073041],[117.579484,38.070985],[117.575277,38.069287],[117.570573,38.064512],[117.558017,38.06257],[117.557401,38.057027],[117.551287,38.054979],[117.549639,38.048565],[117.551347,38.042945],[117.554355,38.040459],[117.551602,38.036322],[117.539242,38.025485],[117.537755,38.014177],[117.518888,37.990772],[117.514149,37.963748],[117.506242,37.942333],[117.504366,37.939372],[117.485116,37.92565],[117.47518,37.914689],[117.461078,37.891152],[117.432973,37.853819],[117.42841,37.850926],[117.416431,37.846122],[117.397692,37.842807],[117.375683,37.853662],[117.358708,37.853276],[117.335786,37.86231],[117.31192,37.860276],[117.293546,37.850199],[117.280481,37.847126],[117.261114,37.838054],[117.199514,37.843384],[117.178969,37.84888],[117.170683,37.847054],[117.159386,37.83917],[117.145158,37.838581],[117.086969,37.848616],[117.058106,37.846178],[117.030534,37.833518],[117.019192,37.831726],[117.001334,37.833509],[116.971304,37.840125],[116.944466,37.839163],[116.913807,37.845467],[116.872975,37.842907],[116.836928,37.833917],[116.831824,37.834745],[116.821473,37.84044],[116.814066,37.840956],[116.814021,37.843818],[116.807014,37.843015],[116.806183,37.847355],[116.799154,37.848136],[116.795846,37.846196],[116.788886,37.846237],[116.781076,37.839745],[116.784029,37.836158],[116.780443,37.82575],[116.759892,37.809792],[116.752753,37.800632],[116.749878,37.791128],[116.748027,37.769042],[116.74143,37.758813],[116.736309,37.75612],[116.725915,37.758114],[116.727457,37.761025],[116.723824,37.764225],[116.717471,37.765977],[116.71313,37.761668],[116.712576,37.757957],[116.715644,37.748201],[116.718877,37.743711],[116.703769,37.7344],[116.699798,37.736242],[116.700528,37.739227],[116.697085,37.739757],[116.693146,37.73808],[116.69373,37.730063],[116.690389,37.728771],[116.684568,37.727104],[116.684156,37.729396],[116.674177,37.7271],[116.670158,37.722489],[116.659221,37.688749],[116.652413,37.679997],[116.648098,37.676902],[116.638684,37.679507],[116.637317,37.681621],[116.632172,37.679324],[116.631072,37.675323],[116.634085,37.668827],[116.636544,37.667452],[116.622877,37.649467],[116.59692,37.623023],[116.569843,37.60991],[116.552426,37.589545],[116.539146,37.58083],[116.535181,37.569369],[116.514626,37.559777],[116.502712,37.542267],[116.492959,37.536368],[116.479093,37.52226],[116.45887,37.51757],[116.449935,37.512565],[116.440508,37.498991],[116.431986,37.475394],[116.416998,37.479106],[116.404875,37.493869],[116.406247,37.500258],[116.398531,37.509804],[116.398848,37.511913],[116.387266,37.511965],[116.386189,37.510399],[116.37872,37.513911],[116.382126,37.520497],[116.376821,37.522699],[116.372061,37.520779],[116.364431,37.525289],[116.361888,37.532944],[116.369044,37.541039],[116.373443,37.543212],[116.370948,37.546686],[116.370524,37.555728],[116.372965,37.562512],[116.361755,37.565369],[116.363219,37.567827],[116.357653,37.56936],[116.354268,37.563903],[116.346802,37.563366],[116.337552,37.565079],[116.339082,37.569613],[116.335659,37.57406],[116.329893,37.57559],[116.329622,37.580467],[116.321757,37.581312],[116.313851,37.57939],[116.314676,37.577617],[116.327667,37.575632],[116.328972,37.573698],[116.323009,37.569283],[116.314864,37.570719],[116.307158,37.565947],[116.299598,37.563511],[116.295923,37.568295],[116.29357,37.568739],[116.292562,37.565485],[116.294897,37.559247],[116.286986,37.55885],[116.283276,37.551495],[116.285588,37.545191],[116.285193,37.541448],[116.283555,37.533601],[116.280394,37.531425],[116.285608,37.522269],[116.274371,37.524451],[116.270665,37.521569],[116.275006,37.518622],[116.275739,37.513746],[116.274488,37.510083],[116.283364,37.508737],[116.283745,37.505041],[116.279855,37.502053],[116.278687,37.498919],[116.281014,37.496786],[116.286456,37.49763],[116.287276,37.496504],[116.285289,37.491923],[116.277935,37.488232],[116.283489,37.48711],[116.284624,37.483453],[116.265733,37.478555],[116.2751,37.469722],[116.272962,37.464624],[116.26571,37.466063],[116.257985,37.473173],[116.260001,37.477892],[116.235894,37.49096],[116.232532,37.487903],[116.229347,37.479],[116.218691,37.478978],[116.218448,37.47413],[116.221637,37.47379],[116.223631,37.467513],[116.224144,37.458944],[116.229755,37.458664],[116.237858,37.455169],[116.237366,37.447451],[116.232196,37.444962],[116.223658,37.437174],[116.221584,37.433348],[116.221876,37.425743],[116.227192,37.423571],[116.241574,37.421616],[116.246335,37.425098],[116.254119,37.42736],[116.256006,37.425665],[116.262761,37.429381],[116.265363,37.427111],[116.265108,37.425563],[116.257634,37.421882],[116.256817,37.41986],[116.259893,37.417943],[116.264628,37.419411],[116.269372,37.418488],[116.264389,37.412068],[116.268674,37.411986],[116.27082,37.40638],[116.279867,37.40308],[116.278089,37.400996],[116.267315,37.397842],[116.267575,37.391355],[116.266264,37.38872],[116.25577,37.389132],[116.256838,37.382606],[116.25308,37.384412],[116.2515,37.381579],[116.247452,37.38054],[116.245946,37.375929],[116.230842,37.360991],[116.186293,37.365532],[116.177775,37.370174],[116.160644,37.384124],[116.154576,37.380787],[116.123062,37.372886],[116.108399,37.373002],[116.101546,37.368146],[116.079768,37.372654],[116.075437,37.372272],[116.06542,37.36719],[116.054443,37.365839],[116.048,37.361441],[116.046078,37.35688],[116.028709,37.357373],[116.009086,37.349704],[116.003036,37.342268],[115.981617,37.341324],[115.970579,37.336901],[115.970374,37.333824],[115.979108,37.326482],[115.979034,37.315991],[115.975831,37.306621],[115.97079,37.301907],[115.967866,37.29341],[115.962526,37.287419],[115.970658,37.275127],[115.96747,37.257115],[115.961487,37.249617],[115.965264,37.24536],[115.965557,37.242304],[115.96369,37.238971],[115.949451,37.227441],[115.940696,37.225637],[115.93516,37.22714],[115.924293,37.221103],[115.909232,37.21033],[115.903253,37.202703],[115.899024,37.188489],[115.900946,37.184793],[115.906453,37.180787],[115.906431,37.176081],[115.896135,37.165725],[115.880256,37.157448],[115.874076,37.15053],[115.87377,37.139312],[115.87969,37.128578],[115.879969,37.123381],[115.872972,37.102551],[115.863083,37.085258],[115.862738,37.076782],[115.859494,37.070513],[115.850758,37.060602],[115.848036,37.058765],[115.842535,37.059082],[115.843388,37.055666],[115.825243,37.044185],[115.81891,37.030792],[115.814812,37.029019],[115.80695,37.028977],[115.808149,37.02036],[115.807042,37.017879],[115.800409,37.018906],[115.797821,37.017749],[115.804402,37.012253],[115.803028,37.010477],[115.792238,37.0053],[115.785388,37.005761],[115.770742,36.991835],[115.771421,36.986497],[115.781293,36.982517],[115.782869,36.979606],[115.778176,36.978772],[115.778492,36.970307],[115.781957,36.969597],[115.786107,36.974958],[115.79101,36.968651],[115.781527,36.951061],[115.777714,36.94635],[115.77026,36.942317],[115.766939,36.936312],[115.761273,36.940016],[115.7571,36.93916],[115.755721,36.936986],[115.755615,36.934672],[115.759836,36.92944],[115.755884,36.924424],[115.758254,36.921011],[115.762854,36.920593],[115.762808,36.915394],[115.759299,36.908692],[115.753911,36.908694],[115.752833,36.902653],[115.751286,36.902098],[115.748521,36.902669],[115.748599,36.904595],[115.74612,36.905739],[115.741292,36.902001],[115.736367,36.904163],[115.732345,36.901181],[115.729868,36.896843],[115.719318,36.89273],[115.705114,36.881651],[115.694228,36.867046],[115.694867,36.860077],[115.689842,36.849775],[115.68325,36.842403],[115.682907,36.839161],[115.686534,36.828665],[115.681714,36.816291],[115.677558,36.812047],[115.667618,36.808994],[115.65961,36.812396],[115.627943,36.799778],[115.614116,36.792026],[115.579909,36.781397],[115.573401,36.774844],[115.547602,36.775823],[115.527915,36.77091],[115.521553,36.773789],[115.519393,36.771308],[115.52096,36.767189],[115.519774,36.763409],[115.511017,36.7664],[115.506455,36.766396],[115.472993,36.759284],[115.472417,36.751016],[115.469019,36.743215],[115.459643,36.73058],[115.452371,36.725168],[115.443992,36.712701],[115.444191,36.705446],[115.439318,36.693029],[115.424814,36.687912],[115.41434,36.686357],[115.413599,36.680057],[115.406117,36.676245],[115.404155,36.67362],[115.402273,36.663885],[115.386984,36.659953],[115.380394,36.656137],[115.382125,36.646698],[115.373031,36.633142],[115.359816,36.621823],[115.350515,36.629025],[115.348083,36.628343],[115.345027,36.622474],[115.345676,36.620361],[115.338733,36.612851],[115.340615,36.605415],[115.335433,36.603251],[115.333787,36.591572],[115.328206,36.582001],[115.329059,36.573962],[115.32602,36.56341],[115.325301,36.549405],[115.31627,36.540132],[115.305825,36.533134],[115.291144,36.510772],[115.287957,36.501875],[115.277828,36.491122],[115.277509,36.476915],[115.288644,36.475226],[115.288428,36.473685],[115.28311,36.470618],[115.286318,36.459495],[115.288855,36.459261],[115.29325,36.465348],[115.296237,36.465765],[115.301681,36.462908],[115.311833,36.449837],[115.310934,36.432388],[115.305966,36.432597],[115.299983,36.423022],[115.29193,36.417929],[115.29065,36.412339],[115.305272,36.408949],[115.309204,36.405265],[115.321012,36.401319],[115.321952,36.396923],[115.332752,36.396778],[115.333319,36.398124],[115.338681,36.396456],[115.333398,36.378026],[115.334959,36.37904],[115.336252,36.364283],[115.340813,36.364645],[115.338189,36.352048],[115.34594,36.350472],[115.351778,36.350278],[115.352301,36.351915],[115.357664,36.350887],[115.361991,36.347445],[115.363144,36.344386],[115.362238,36.331708],[115.359767,36.324044],[115.351745,36.318802],[115.348605,36.319389],[115.347803,36.312582],[115.351179,36.308535],[115.35842,36.30716],[115.366184,36.308575],[115.374012,36.321803],[115.385634,36.316526],[115.39101,36.318168],[115.3932,36.321865],[115.398936,36.321876],[115.401219,36.326019],[115.404006,36.327638],[115.413223,36.326031],[115.416841,36.322303],[115.41408,36.311951],[115.416615,36.30166],[115.410964,36.292532],[115.413621,36.288272],[115.424845,36.284192],[115.425499,36.279017],[115.43026,36.276114],[115.440211,36.274133],[115.453301,36.275295],[115.456633,36.273951],[115.461815,36.267707],[115.462122,36.259302],[115.46015,36.25898],[115.458399,36.251213],[115.470534,36.24636],[115.471745,36.236562],[115.470417,36.233555],[115.471702,36.223185],[115.465081,36.215052],[115.476222,36.203194],[115.473582,36.197677],[115.470514,36.198063],[115.468139,36.188886],[115.473132,36.187739],[115.47047,36.176516],[115.475471,36.174805],[115.476868,36.171141],[115.473382,36.168389],[115.473429,36.164927],[115.478954,36.157571],[115.481035,36.148335],[115.470699,36.148968],[115.462342,36.151701],[115.465396,36.166074],[115.449415,36.175925],[115.445548,36.174015],[115.443309,36.166174],[115.444677,36.156857],[115.447384,36.156492],[115.442907,36.146522],[115.431954,36.148475],[115.426443,36.147822],[115.420118,36.137663],[115.416041,36.138636],[115.411771,36.135872],[115.405073,36.137008],[115.39919,36.144332],[115.4015,36.152899],[115.399866,36.159022],[115.39828,36.158482],[115.391929,36.14818],[115.394342,36.143631],[115.39404,36.140015],[115.386922,36.129019],[115.368428,36.127991],[115.364656,36.122371],[115.364819,36.11869],[115.36964,36.115695],[115.369173,36.11273],[115.368136,36.111225],[115.365312,36.111704],[115.362315,36.103729],[115.364219,36.102861],[115.35985,36.098092],[115.338004,36.087174],[115.333745,36.086902],[115.328889,36.091854],[115.323498,36.088666],[115.322719,36.086282],[115.314761,36.085609],[115.306415,36.087225],[115.298215,36.094902],[115.297857,36.098028],[115.291067,36.100827],[115.291354,36.110319],[115.29444,36.111163],[115.297176,36.11883],[115.297768,36.130169],[115.296365,36.132191],[115.288202,36.133864],[115.283799,36.133495],[115.28348,36.132197],[115.275756,36.133863],[115.267853,36.139316],[115.264143,36.152281],[115.258254,36.153396],[115.255849,36.159741],[115.256908,36.172955],[115.252287,36.180403],[115.245346,36.181595],[115.244937,36.189408],[115.224358,36.200467],[115.221235,36.199575],[115.218967,36.195356],[115.207357,36.203417],[115.199207,36.202887],[115.195448,36.209404],[115.195854,36.212665],[115.190508,36.210079],[115.191064,36.207484],[115.192504,36.207632],[115.190444,36.202191],[115.182764,36.195594],[115.178407,36.192674],[115.16498,36.189755],[115.158487,36.19143],[115.160251,36.194187],[115.148069,36.200301],[115.146641,36.203594],[115.147232,36.207458],[115.143014,36.210533],[115.13978,36.210859],[115.139568,36.208661],[115.136925,36.208194],[115.119234,36.210443],[115.118009,36.206616],[115.105792,36.204115],[115.103566,36.196041],[115.100221,36.196949],[115.095523,36.194101],[115.091541,36.180968],[115.099616,36.177843],[115.098702,36.173437],[115.092088,36.174397],[115.091268,36.171508],[115.065204,36.17917],[115.05341,36.179219],[115.051353,36.172367],[115.053881,36.168854],[115.052981,36.166688],[115.045732,36.15975],[115.042589,36.163693],[115.038914,36.156259],[115.039512,36.153217],[115.043333,36.150707],[115.045585,36.145712],[115.042059,36.132942],[115.038769,36.133174],[115.036885,36.130457],[115.037363,36.126104],[115.044266,36.12139],[115.042744,36.113217],[115.033198,36.107264],[115.034693,36.104489],[115.03159,36.098536],[115.028649,36.09796],[115.024397,36.099703],[115.001385,36.077915],[115.003974,36.075482],[115.002691,36.071241],[114.996753,36.067001],[114.983746,36.061496],[114.981822,36.064359],[114.967705,36.067303],[114.96198,36.070622],[114.948561,36.067875],[114.938262,36.063333],[114.93027,36.057469],[114.923912,36.059791],[114.919649,36.055656],[114.917259,36.055755],[114.915147,36.05104],[114.916416,36.051086],[114.915879,36.049003],[114.912085,36.04876],[114.911341,36.060433],[114.907139,36.061447],[114.908916,36.066107],[114.913571,36.066821],[114.916214,36.071724],[114.920857,36.087082],[114.919737,36.090554],[114.923414,36.096511],[114.920537,36.103948],[114.90824,36.106896],[114.906636,36.113293],[114.901211,36.117275],[114.906878,36.14059],[114.887942,36.14018],[114.888446,36.142828],[114.886459,36.143798],[114.877684,36.145273],[114.876793,36.142927],[114.873507,36.143622],[114.871142,36.146284],[114.856676,36.1438],[114.853041,36.144443],[114.851084,36.137325],[114.853336,36.135924],[114.851872,36.127854],[114.840851,36.128319],[114.840643,36.130488],[114.830396,36.131008],[114.825898,36.13041],[114.825015,36.127142],[114.819465,36.123753],[114.795527,36.131333],[114.776666,36.133412],[114.772869,36.133164],[114.772203,36.128043],[114.766795,36.128549],[114.765882,36.12446],[114.759329,36.125415],[114.759709,36.131629],[114.757204,36.134861],[114.74578,36.138678],[114.744743,36.141718],[114.745796,36.146578],[114.742981,36.150834],[114.736083,36.152368],[114.736312,36.154508],[114.728637,36.155775],[114.724471,36.148783],[114.718467,36.147403],[114.718452,36.143607],[114.715034,36.140695],[114.707175,36.141874],[114.707442,36.144424],[114.705955,36.145438],[114.695922,36.146399],[114.68669,36.14627],[114.685439,36.138448],[114.649535,36.140373],[114.647872,36.138797],[114.635466,36.13755],[114.631583,36.135784],[114.630738,36.128672],[114.625136,36.12794],[114.624816,36.124419],[114.613867,36.123706],[114.614081,36.126702],[114.605254,36.128634],[114.602469,36.127127],[114.601462,36.123024],[114.599074,36.121626],[114.585333,36.121224],[114.582503,36.117144],[114.576475,36.117135],[114.573495,36.120574],[114.577597,36.122284],[114.578665,36.128475],[114.581168,36.127269],[114.585921,36.130757],[114.581214,36.133155],[114.581305,36.141079],[114.569861,36.143428],[114.566084,36.145798],[114.566077,36.149411],[114.562438,36.152452],[114.552939,36.153134],[114.552413,36.150907],[114.551184,36.150994],[114.53768,36.156997],[114.537032,36.16211],[114.52573,36.162287],[114.525449,36.167969],[114.527171,36.168017],[114.527561,36.170833],[114.52401,36.173507],[114.521009,36.173416],[114.506133,36.166024],[114.505182,36.16933],[114.507755,36.169405],[114.506831,36.173945],[114.483268,36.17822],[114.47856,36.181348],[114.473616,36.178277],[114.46408,36.187871],[114.4645,36.19116],[114.457816,36.19193],[114.451873,36.207002],[114.441283,36.20683],[114.435309,36.204846],[114.428824,36.197932],[114.422538,36.19954],[114.419395,36.202333],[114.419654,36.205633],[114.408515,36.206289],[114.408179,36.204122],[114.405135,36.2045],[114.407272,36.222799],[114.402099,36.228418],[114.392989,36.229398],[114.392669,36.222263],[114.390006,36.22077],[114.375312,36.221689],[114.37535,36.224258],[114.362792,36.224765],[114.36145,36.225332],[114.361686,36.229083],[114.35749,36.229353],[114.357004,36.227052],[114.349893,36.23019],[114.3488,36.240764],[114.347755,36.242487],[114.340515,36.245321],[114.340698,36.252585],[114.338752,36.252724],[114.339102,36.255653],[114.323203,36.255798],[114.322334,36.248064],[114.308524,36.251869],[114.303931,36.249984],[114.301147,36.246432],[114.293014,36.245868],[114.284451,36.246996],[114.284958,36.249213],[114.256287,36.261616],[114.245993,36.258711],[114.236368,36.251266],[114.230256,36.25227],[114.226755,36.260721],[114.219255,36.266387],[114.216352,36.27092],[114.204993,36.272944],[114.198839,36.258372],[114.200673,36.253661],[114.19702,36.24559],[114.193798,36.244912],[114.187631,36.247533],[114.179042,36.247204],[114.172282,36.242339],[114.164716,36.243547],[114.163872,36.246021],[114.166862,36.248469],[114.167107,36.254277],[114.170517,36.263022],[114.168134,36.265983],[114.160746,36.269825],[114.154716,36.266916],[114.125003,36.281565],[114.121801,36.279673],[114.121972,36.27469],[114.115162,36.272508],[114.111934,36.274283],[114.106396,36.273033],[114.084682,36.275659],[114.08364,36.273072],[114.075911,36.269206],[114.07313,36.271486],[114.056073,36.27359],[114.051121,36.285751],[114.042567,36.294048],[114.036731,36.296427],[114.031521,36.303914],[114.038464,36.305435],[114.043785,36.311495],[114.051819,36.313353],[114.055291,36.317998],[114.052949,36.319969],[114.053172,36.325978],[114.049372,36.32967],[114.045874,36.330192],[114.039823,36.326304],[114.02326,36.326725],[114.021812,36.32432],[114.020291,36.324467],[114.019171,36.329002],[114.025736,36.337392],[114.025572,36.348457],[114.027431,36.349527],[114.024141,36.35352],[114.022464,36.352781],[114.018201,36.354902],[114.008575,36.352441],[114.008452,36.346499],[114.003939,36.342466],[114,36.343727],[113.992001,36.351878],[113.982865,36.35686],[113.978292,36.358775],[113.972063,36.358755],[113.970829,36.35423],[113.972745,36.345265],[113.988311,36.342987],[113.996507,36.334509],[113.987221,36.314669],[113.976381,36.317655],[113.97328,36.327712],[113.958025,36.35283],[113.951016,36.357659],[113.9449,36.35897],[113.940577,36.356845],[113.939161,36.350035],[113.942359,36.34639],[113.947732,36.346396],[113.950179,36.344845],[113.951717,36.336313],[113.936185,36.338617],[113.92844,36.336042],[113.928782,36.323893],[113.925977,36.320145],[113.909986,36.314885],[113.90323,36.315002],[113.902198,36.322045],[113.881801,36.352055],[113.876055,36.354098],[113.845599,36.349779],[113.843003,36.345689],[113.843337,36.339522],[113.844964,36.336788],[113.853436,36.333511],[113.853742,36.330018],[113.848298,36.32949],[113.843926,36.33222],[113.828118,36.334268],[113.814827,36.330901],[113.808502,36.331856],[113.798953,36.338519],[113.791364,36.346993],[113.780903,36.349728],[113.770903,36.350085],[113.757133,36.355887],[113.748339,36.366199],[113.735975,36.364519],[113.735092,36.362183],[113.736438,36.35774],[113.732733,36.359293],[113.731269,36.361469],[113.732527,36.365768],[113.73953,36.370439],[113.736033,36.374018],[113.724228,36.380475],[113.707994,36.410489],[113.705038,36.422547],[113.697876,36.425278],[113.690432,36.425927],[113.673782,36.42241],[113.653317,36.429928],[113.646165,36.434416],[113.638305,36.443597],[113.621279,36.458887],[113.607141,36.460002],[113.587489,36.454392],[113.579827,36.457382],[113.573629,36.475378],[113.578297,36.479824],[113.577303,36.482513],[113.558918,36.491501],[113.550042,36.492478],[113.547468,36.498196],[113.556326,36.530841],[113.542756,36.533736],[113.539079,36.53542],[113.538291,36.538029],[113.539362,36.541282],[113.541484,36.542332],[113.564387,36.543167],[113.573611,36.540503],[113.579661,36.540987],[113.584506,36.5488],[113.583044,36.56262],[113.546727,36.584729],[113.534695,36.588967],[113.530297,36.59275],[113.530028,36.598384],[113.541003,36.609941],[113.54425,36.622641],[113.519541,36.622774],[113.477673,36.635599],[113.472593,36.639708],[113.47018,36.653066],[113.472534,36.663535],[113.491537,36.67689],[113.504904,36.688812],[113.509822,36.697951],[113.494526,36.709735],[113.491405,36.709975],[113.472498,36.704117],[113.463056,36.704057],[113.455004,36.713632],[113.455664,36.716893],[113.477934,36.740343],[113.491733,36.740508],[113.503059,36.737628],[113.510099,36.733129],[113.511575,36.7292],[113.530458,36.736268],[113.538261,36.74129],[113.538476,36.747739],[113.530149,36.751719],[113.533511,36.754763],[113.569635,36.763022],[113.572008,36.75821],[113.576221,36.755446],[113.591648,36.75214],[113.605719,36.759026],[113.633096,36.780531],[113.6523,36.788138],[113.659385,36.789026],[113.666197,36.79294],[113.669334,36.798503],[113.666355,36.804593],[113.673307,36.826091],[113.668413,36.830378],[113.669998,36.851773],[113.684413,36.88053],[113.692104,36.886511],[113.702133,36.887906],[113.722794,36.882805],[113.726774,36.875911],[113.724822,36.861245],[113.73435,36.850056],[113.741298,36.849335],[113.748908,36.851601],[113.74802,36.854505],[113.750585,36.862676],[113.773191,36.868664],[113.781892,36.869203],[113.791217,36.880322],[113.791619,36.88235],[113.778833,36.909904],[113.772764,36.917045],[113.75273,36.952627],[113.754795,36.960226],[113.761426,36.963523],[113.783614,36.992895],[113.790364,36.995592],[113.772572,37.002998],[113.760638,37.015717],[113.767373,37.028029],[113.782025,37.040213],[113.785917,37.051068],[113.775267,37.060296],[113.772939,37.057406],[113.765616,37.060105],[113.754719,37.069538],[113.752355,37.075052],[113.756219,37.079259],[113.753892,37.094252],[113.762489,37.097399],[113.767629,37.102651],[113.769107,37.120559],[113.764791,37.132633],[113.766158,37.152156],[113.774293,37.155489],[113.789245,37.1536],[113.795256,37.157466],[113.798265,37.164118],[113.817764,37.169715],[113.82706,37.175951],[113.828362,37.187929],[113.859647,37.221447],[113.876181,37.249209],[113.877735,37.257201],[113.876343,37.260159],[113.881038,37.271591],[113.889071,37.276409],[113.890864,37.308728],[113.893583,37.3156],[113.913286,37.329678],[113.914049,37.334895],[113.912169,37.337476],[113.912486,37.339793],[113.918161,37.347296],[113.92363,37.348055],[113.933871,37.343309],[113.937997,37.338586],[113.947932,37.345513],[113.94982,37.350157],[113.947926,37.362952],[113.950625,37.367834],[113.946497,37.37396],[113.947427,37.379248],[113.952771,37.381944],[113.964762,37.3953],[113.969058,37.408937],[113.982814,37.417944],[113.992486,37.420692],[114.004958,37.417723],[114.018375,37.436814],[114.022658,37.439536],[114.028618,37.453472],[114.028425,37.462198],[114.024018,37.468616],[114.023699,37.473599],[114.026832,37.479693],[114.032342,37.486057],[114.03736,37.48724],[114.042037,37.49862],[114.047316,37.502203],[114.051172,37.509834],[114.057662,37.513133],[114.062104,37.511525],[114.06353,37.512453],[114.06639,37.516408],[114.070637,37.533027],[114.073846,37.53934],[114.082187,37.544783],[114.085559,37.543863],[114.088485,37.545442],[114.087264,37.554698],[114.089112,37.558722],[114.087052,37.567731],[114.09855,37.569356],[114.103288,37.572373],[114.105407,37.58337],[114.110665,37.584771],[114.122037,37.600826],[114.123117,37.604877],[114.118833,37.610871],[114.102162,37.616704],[114.108865,37.625768],[114.11183,37.635902],[114.132492,37.645963],[114.1283,37.653759],[114.128749,37.664293],[114.131689,37.667682],[114.132737,37.675257],[114.127539,37.682116],[114.126134,37.69401],[114.112226,37.700442],[114.106453,37.710404],[114.102653,37.706731],[114.097846,37.707687],[114.095071,37.716007],[114.093013,37.712763],[114.084852,37.710181],[114.077785,37.715011],[114.062534,37.715889],[114.052225,37.724218],[114.034963,37.726784],[114.029334,37.726099],[114.02758,37.723102],[114.029857,37.716484],[114.024958,37.712908],[114.011927,37.718549],[113.992127,37.709365],[113.985918,37.713443],[113.984014,37.719304],[113.993695,37.742522],[114.011348,37.746383],[114.014385,37.745294],[114.02267,37.74616],[114.037195,37.75223],[114.034014,37.758257],[114.037976,37.765375],[114.033769,37.774773],[114.037843,37.781681],[114.037446,37.786444],[114.027043,37.789358],[114.023226,37.794166],[114.011019,37.798768],[114.005575,37.802796],[114.004832,37.805308],[114.007871,37.807764],[114.007979,37.811658],[113.987234,37.818786],[113.969664,37.816046],[113.965862,37.817563],[113.958342,37.827396],[113.956959,37.849158],[113.960653,37.856407],[113.970333,37.862821],[113.968417,37.878036],[113.945867,37.915442],[113.942402,37.917685],[113.929548,37.920646],[113.917662,37.942873],[113.920476,37.949525],[113.891087,37.985047],[113.880676,37.991041],[113.871041,37.988915],[113.866118,37.990419],[113.858274,37.998176],[113.858672,38.001172],[113.870598,38.011332],[113.871022,38.055705],[113.817243,38.106843],[113.805344,38.109673],[113.809781,38.127615],[113.828642,38.162603],[113.827334,38.166269],[113.811439,38.166729],[113.793967,38.161233],[113.787106,38.161263],[113.745985,38.171275],[113.71886,38.191759],[113.709776,38.206002],[113.696537,38.207416],[113.678499,38.204817],[113.655375,38.221802],[113.647621,38.231469],[113.641641,38.233139],[113.617329,38.232005],[113.583273,38.236709],[113.578983,38.235742],[113.574716,38.237885],[113.559014,38.240851],[113.538261,38.257294],[113.534296,38.264925],[113.533832,38.287998],[113.542868,38.313825],[113.548302,38.324882],[113.55725,38.329354],[113.556429,38.339861],[113.547186,38.346861],[113.542256,38.352712],[113.530645,38.355375],[113.527438,38.358487],[113.523206,38.36969],[113.516983,38.376164],[113.527086,38.418907],[113.532875,38.423378],[113.541214,38.425864],[113.548861,38.423631],[113.55595,38.423976],[113.561443,38.437812],[113.561611,38.449489],[113.571208,38.455305],[113.582875,38.456848],[113.585059,38.459922],[113.582976,38.464399],[113.566409,38.474735],[113.556226,38.478988],[113.548477,38.490266],[113.547042,38.496851],[113.548839,38.501413],[113.546882,38.509104],[113.540609,38.516072],[113.553065,38.52296],[113.553573,38.541141],[113.548318,38.555254],[113.56096,38.567588],[113.588734,38.581288],[113.60362,38.593902],[113.60597,38.601483],[113.596234,38.608467],[113.594156,38.613189],[113.594591,38.616966],[113.597458,38.628371],[113.614956,38.650501],[113.628552,38.654511],[113.654586,38.650496],[113.667483,38.6462],[113.694349,38.651804],[113.701789,38.65662],[113.712812,38.667558],[113.713294,38.670861],[113.706464,38.682331],[113.704439,38.71091],[113.706479,38.7134],[113.715543,38.716156],[113.719544,38.71479],[113.736973,38.702525],[113.747378,38.698615],[113.760332,38.70423],[113.767737,38.711503],[113.767583,38.72773],[113.792117,38.762566],[113.794318,38.763575],[113.81007,38.758378],[113.824223,38.75805],[113.822947,38.763099],[113.825823,38.768751],[113.824508,38.783559],[113.821739,38.791605],[113.828992,38.802806],[113.848617,38.811423],[113.849637,38.818275],[113.839662,38.83804],[113.830013,38.840533],[113.82545,38.840162],[113.812258,38.844343],[113.798731,38.851554],[113.791994,38.863601],[113.76623,38.889629],[113.77031,38.906483],[113.767491,38.92887],[113.76228,38.940437],[113.759949,38.962147],[113.761731,38.976979],[113.770673,38.991347],[113.779175,38.993899],[113.780948,38.991475],[113.788261,38.990557],[113.806132,38.992646],[113.809897,38.996255],[113.813236,39.012135],[113.847853,39.026708],[113.862979,39.042205],[113.88105,39.066785],[113.893123,39.069122],[113.896576,39.066854],[113.916337,39.062163],[113.923245,39.066789],[113.926465,39.076845],[113.940549,39.091984],[113.957355,39.099894],[113.963685,39.098536],[113.970013,39.091505],[113.979894,39.090254],[113.989843,39.098918],[113.990894,39.10769],[114,39.11935],[114.011004,39.123722],[114.033253,39.126473],[114.039274,39.131837],[114.043524,39.128692],[114.046359,39.119136],[114.059937,39.104113],[114.061043,39.098897],[114.058291,39.095896],[114.058284,39.093061],[114.063355,39.091536],[114.07317,39.093005],[114.078709,39.092234],[114.091676,39.084423],[114.097932,39.076807],[114.101652,39.076201],[114.103383,39.074038],[114.105629,39.056938],[114.115727,39.048578],[114.144288,39.046748],[114.151634,39.05113],[114.161464,39.062208],[114.165272,39.063401],[114.168912,39.062464],[114.1812,39.051729],[114.195119,39.049091],[114.202326,39.049291],[114.208987,39.054773],[114.209778,39.063377],[114.21924,39.065528],[114.236245,39.065655],[114.245799,39.072423],[114.253121,39.073284],[114.261784,39.070817],[114.277587,39.074285],[114.2835,39.073532],[114.292797,39.078354],[114.301236,39.076448],[114.312879,39.070836],[114.326476,39.075765],[114.335075,39.073478],[114.3399,39.074544],[114.34272,39.075614],[114.35313,39.089],[114.35613,39.094214],[114.355827,39.098375],[114.363204,39.106796],[114.36314,39.12141],[114.359584,39.129295],[114.353862,39.13342],[114.353344,39.1398],[114.366521,39.146462],[114.373337,39.147457],[114.369846,39.151488],[114.369358,39.155907],[114.372907,39.166329],[114.376825,39.172638],[114.40228,39.177366],[114.40746,39.176646],[114.41564,39.171073],[114.424215,39.171598],[114.426614,39.174158],[114.437132,39.172773],[114.439291,39.181265],[114.43782,39.184418],[114.44152,39.190672],[114.446436,39.19155],[114.458911,39.186817],[114.464165,39.192868],[114.467079,39.200673],[114.465374,39.206327],[114.469535,39.214541],[114.467266,39.218901],[114.46118,39.223932],[114.44642,39.227743],[114.42936,39.228452],[114.417896,39.233962],[114.409752,39.24153],[114.411478,39.244838],[114.421034,39.247748],[114.428779,39.255854],[114.430514,39.259995],[114.430463,39.261686],[114.426447,39.26387],[114.420184,39.271557],[114.419776,39.284604],[114.426589,39.293817],[114.426307,39.307297],[114.428245,39.315156],[114.433868,39.318059],[114.442477,39.319435],[114.442799,39.32612],[114.44592,39.327707],[114.458826,39.327211],[114.461047,39.329662],[114.461051,39.336261],[114.472727,39.344746],[114.47413,39.34959],[114.462704,39.354427],[114.465549,39.363116],[114.46742,39.364425],[114.464754,39.377148],[114.466607,39.378491],[114.466815,39.387908],[114.469512,39.396792],[114.468961,39.40684],[114.471217,39.410921],[114.474987,39.411146],[114.475576,39.418153],[114.483047,39.426906],[114.491607,39.430861],[114.498392,39.460437],[114.498619,39.46649],[114.495597,39.471561],[114.495773,39.475617],[114.508763,39.477662],[114.516905,39.483952],[114.526297,39.484868],[114.532449,39.501187],[114.530131,39.511349],[114.534423,39.514477],[114.541709,39.524977],[114.551493,39.530817],[114.553127,39.543279],[114.551563,39.549737],[114.55719,39.554009],[114.558587,39.56439],[114.56294,39.572976],[114.560408,39.577857],[114.552635,39.581207],[114.528756,39.570561],[114.523752,39.562264],[114.519544,39.564185],[114.509187,39.563894],[114.498355,39.588343],[114.499829,39.591376],[114.499158,39.594801],[114.495047,39.603055],[114.491144,39.603817],[114.487892,39.601358],[114.484012,39.601131],[114.470417,39.607741],[114.454624,39.611326],[114.442025,39.606175],[114.429204,39.606008],[114.421568,39.612517],[114.419203,39.616741],[114.420244,39.621161],[114.417131,39.62749],[114.411812,39.629906],[114.407525,39.638881],[114.403855,39.641668],[114.398112,39.642775],[114.393206,39.65804],[114.398266,39.662787],[114.396026,39.666996],[114.399507,39.683099],[114.396142,39.691215],[114.398606,39.696924],[114.397703,39.706839],[114.401209,39.713255],[114.40315,39.722866],[114.40205,39.731577],[114.399335,39.734022],[114.401468,39.745395],[114.407967,39.74836],[114.407461,39.752751],[114.402494,39.762347],[114.402019,39.768061],[114.408916,39.769294],[114.410563,39.775581],[114.408613,39.782557],[114.402314,39.781007],[114.401319,39.785456],[114.402478,39.789565],[114.395465,39.792829],[114.391833,39.799255],[114.390886,39.810024],[114.383797,39.817947],[114.386753,39.822152],[114.396139,39.82446],[114.401038,39.832259],[114.391241,39.842674],[114.393149,39.855324],[114.388682,39.865815],[114.381016,39.865404],[114.375727,39.868295],[114.342668,39.861098],[114.331797,39.861548],[114.32083,39.864232],[114.30942,39.858673],[114.303157,39.858449],[114.295817,39.861201],[114.279227,39.857191],[114.280437,39.869853],[114.276039,39.872743],[114.270604,39.873317],[114.261418,39.867721],[114.247943,39.865195],[114.239129,39.860722],[114.231441,39.861127],[114.22202,39.85918],[114.218701,39.855473],[114.220438,39.851509],[114.219354,39.850177],[114.215443,39.855341],[114.215513,39.859773],[114.212794,39.861827],[114.209176,39.861054],[114.196528,39.870276],[114.192944,39.877553],[114.198031,39.88396],[114.221317,39.894707],[114.222735,39.896622],[114.220312,39.90643],[114.209646,39.91648],[114.206042,39.913932],[114.205326,39.917769],[114.199414,39.909834],[114.193435,39.907028],[114.183961,39.906832],[114.180638,39.902679],[114.174272,39.898781],[114.169815,39.897839],[114.160555,39.900262],[114.152645,39.899088],[114.149976,39.896122],[114.143541,39.894274],[114.140453,39.895017],[114.13319,39.901436],[114.118874,39.904106],[114.112631,39.908216],[114.097028,39.909924],[114.082246,39.909485],[114.076184,39.912516],[114.064855,39.921927],[114.048123,39.920342],[114.042514,39.913969],[114.03246,39.932265],[114.028997,39.949062],[114.02356,39.955445],[114.020805,39.967808],[114.022841,39.984223],[114.018349,39.988401],[114.009847,39.990585],[113.992669,39.991353],[113.950336,40.000834],[113.931119,40.007039],[113.916446,40.001835],[113.907806,40.001886],[113.903285,40.008145],[113.903047,40.010939],[113.907592,40.020937],[113.950455,40.029465],[113.959421,40.044756],[113.966612,40.051897],[113.974498,40.070002],[113.972058,40.089825],[113.967196,40.096787],[113.973297,40.111161],[113.988558,40.110006],[114.004031,40.10562],[114.013609,40.101037],[114.018887,40.088974],[114.028188,40.079163],[114.027351,40.063739],[114.035113,40.056278],[114.038733,40.055573],[114.044414,40.058067],[114.052542,40.065787],[114.075521,40.069045],[114.084188,40.073744],[114.084986,40.085398],[114.09494,40.098466],[114.094419,40.107381],[114.082308,40.12011],[114.077675,40.128937],[114.071846,40.153769],[114.060443,40.180242],[114.060815,40.184251],[114.062623,40.185698],[114.068601,40.184381],[114.076703,40.18506],[114.087071,40.18853],[114.091181,40.192317],[114.103673,40.192314],[114.116627,40.187328],[114.117133,40.181296],[114.114989,40.178347],[114.116175,40.177138],[114.127849,40.174133],[114.140539,40.17493],[114.150659,40.17945],[114.156224,40.185495],[114.175514,40.189911],[114.195634,40.190671],[114.206654,40.187413],[114.209682,40.189012],[114.209722,40.194853],[114.212531,40.196774],[114.216936,40.19714],[114.224769,40.193283],[114.230008,40.198109],[114.230049,40.200008],[114.2225,40.211678],[114.236494,40.217243],[114.253798,40.235285],[114.260567,40.232311],[114.261414,40.224871],[114.276928,40.223545],[114.279648,40.22447],[114.280939,40.228543],[114.287308,40.229773],[114.296926,40.227148],[114.307718,40.236804],[114.321914,40.236056],[114.328018,40.238486],[114.333723,40.243515],[114.351639,40.247978],[114.35879,40.247257],[114.380574,40.238008],[114.407827,40.24236],[114.413987,40.24456],[114.414594,40.246641],[114.449186,40.254427],[114.484963,40.272611],[114.48926,40.277113],[114.492395,40.285261],[114.489454,40.291987],[114.509087,40.301374],[114.513413,40.305419],[114.518656,40.318464],[114.516871,40.3277],[114.522161,40.329095],[114.525835,40.337976],[114.525652,40.342054],[114.514822,40.34844],[114.51137,40.353261],[114.505556,40.356731],[114.489813,40.346552],[114.470873,40.343406],[114.464606,40.346599],[114.462527,40.35177],[114.44556,40.369349],[114.434991,40.368726],[114.429052,40.363669],[114.413576,40.36571],[114.40088,40.358599],[114.394856,40.349265],[114.390986,40.348675],[114.376955,40.35262],[114.376805,40.357889],[114.374617,40.361474],[114.368549,40.36221],[114.360224,40.360827],[114.348766,40.365461],[114.342618,40.365793],[114.307225,40.362296],[114.297416,40.367718],[114.296187,40.370396],[114.29764,40.3762],[114.297128,40.388075],[114.290245,40.399053],[114.28799,40.41408],[114.2798,40.423627],[114.281865,40.430044],[114.292094,40.435962],[114.291898,40.445706],[114.280099,40.449078],[114.27786,40.455949],[114.268855,40.456777],[114.265633,40.45874],[114.262737,40.462972],[114.260751,40.472941],[114.267568,40.48599],[114.276028,40.493614],[114.2797,40.510068],[114.280233,40.520572],[114.283255,40.528368],[114.290527,40.536155],[114.287924,40.54604],[114.284693,40.549299],[114.273157,40.549783],[114.266869,40.552766],[114.270394,40.577103],[114.279075,40.581518],[114.281059,40.584209],[114.276864,40.594236],[114.267854,40.598044],[114.262127,40.606376],[114.254803,40.611088],[114.245254,40.604776],[114.226985,40.6062],[114.218168,40.61035],[114.208798,40.621785],[114.204487,40.622476],[114.202414,40.627739],[114.209594,40.632996],[114.208992,40.636903],[114.205287,40.641163],[114.196692,40.646374],[114.172824,40.67708],[114.166551,40.689075],[114.168628,40.693744],[114.167968,40.695493],[114.164293,40.698763],[114.158686,40.700322],[114.155083,40.712988],[114.142329,40.723972],[114.139868,40.731544],[114.12668,40.744953],[114.098147,40.757084],[114.095352,40.767174],[114.09898,40.778806],[114.097558,40.79594],[114.083614,40.794182],[114.073292,40.788918],[114.066298,40.793568],[114.064097,40.799857],[114.053735,40.808911],[114.046535,40.824734],[114.038013,40.82951],[114.049992,40.841316],[114.060225,40.844701],[114.068311,40.85204],[114.062051,40.856326],[114.050241,40.860008],[114.046511,40.862869],[114.044204,40.889228],[114.035355,40.902647],[114.033502,40.916608],[114.039929,40.921908],[114.050606,40.923389],[114.047961,40.928125],[114.040995,40.932874],[114.025131,40.931924],[114.006429,40.933036],[113.993922,40.946463],[113.990857,40.940976],[113.99025,40.936339],[113.976989,40.941552],[113.972252,40.947437],[113.975638,40.9617],[113.976084,40.978152],[113.968807,40.993743],[113.966334,40.993244],[113.963285,40.986627],[113.956936,40.989074],[113.950412,41.003434],[113.934227,41.007028],[113.921339,41.012931],[113.91684,41.016672],[113.91223,41.024221],[113.913283,41.029475],[113.910035,41.034894],[113.893226,41.042352],[113.889072,41.041344],[113.880236,41.053884],[113.86361,41.059689],[113.866228,41.062757],[113.863794,41.069287],[113.856316,41.077131],[113.83977,41.076353],[113.835517,41.073985],[113.818201,41.093788],[113.818866,41.099965],[113.833064,41.107749],[113.853943,41.108048],[113.877531,41.10422],[113.877179,41.10848],[113.86964,41.112855],[113.875724,41.121423],[113.875073,41.128222],[113.878864,41.133351],[113.886707,41.132438],[113.896001,41.139879],[113.90632,41.16591],[113.912783,41.17148],[113.930021,41.173063],[113.935158,41.17672],[113.946248,41.173621],[113.949945,41.170641],[113.953872,41.170614],[113.964343,41.174939],[113.96549,41.177988],[113.968025,41.179181],[113.977044,41.18119],[113.991256,41.179985],[113.995363,41.184442],[113.999923,41.217751],[114.00434,41.221845],[114.005387,41.231615],[114.000332,41.237781],[114.000236,41.249028],[113.988658,41.257033],[113.987918,41.264094],[113.984857,41.267896],[113.978323,41.268455],[113.970249,41.264739],[113.971682,41.259916],[113.971258,41.253076],[113.967649,41.25216],[113.964655,41.237796],[113.959619,41.238771],[113.955044,41.243165],[113.954696,41.252456],[113.947422,41.256094],[113.945149,41.262707],[113.949705,41.284596],[113.929644,41.293058],[113.915943,41.289427],[113.908502,41.292917],[113.903971,41.299917],[113.895501,41.306466],[113.894604,41.312242],[113.89252,41.31377],[113.893742,41.315345],[113.899123,41.318054],[113.904065,41.316732],[113.906432,41.321295],[113.912592,41.324131],[113.920399,41.324884],[113.920004,41.327],[113.91544,41.329239],[113.913976,41.331767],[113.921921,41.331935],[113.916865,41.336913],[113.918043,41.342055],[113.925762,41.352383],[113.931236,41.355308],[113.931878,41.365223],[113.93101,41.367594],[113.928451,41.367449],[113.927379,41.374949],[113.929615,41.380714],[113.937448,41.389108],[113.937478,41.392609],[113.927184,41.392485],[113.911591,41.40202],[113.864477,41.411542],[113.871391,41.429275],[113.878225,41.436316],[113.900503,41.443979],[113.910698,41.450183],[113.914575,41.455443],[113.922023,41.479338],[113.925344,41.484767],[113.930375,41.485312],[113.936165,41.482163],[113.947117,41.48184],[113.953848,41.488614],[113.970937,41.500314],[113.971484,41.504285],[113.996086,41.512],[113.998046,41.517333],[114.009359,41.517857],[114.01887,41.521895],[114.023959,41.525871],[114.034665,41.529811],[114.049433,41.522687],[114.055399,41.528094],[114.062668,41.530044],[114.07804,41.527235],[114.080557,41.530222],[114.09426,41.535638],[114.099678,41.536037],[114.126641,41.529199],[114.196094,41.516875],[114.208023,41.509269],[114.214155,41.509067],[114.224349,41.511623],[114.224906,41.543146],[114.216455,41.561303],[114.214553,41.571727],[114.214925,41.579902],[114.219118,41.581296],[114.230579,41.594188],[114.223702,41.605394],[114.221006,41.607279],[114.220209,41.616903],[114.228535,41.620192],[114.247131,41.620764],[114.247736,41.628302],[114.208503,41.682476],[114.209469,41.693356],[114.212596,41.698163],[114.221378,41.69467],[114.230884,41.696592],[114.226264,41.705398],[114.228884,41.708568],[114.225842,41.715627],[114.199992,41.736312],[114.206849,41.744036],[114.20953,41.751832],[114.208525,41.754385],[114.199583,41.756429],[114.19794,41.760671],[114.201648,41.769276],[114.193293,41.77688],[114.193774,41.78749],[114.196384,41.791511],[114.211306,41.803939],[114.223727,41.811518],[114.235959,41.825751],[114.235259,41.832146],[114.250249,41.839456],[114.258404,41.845943],[114.265588,41.847691],[114.26918,41.846342],[114.275908,41.851688],[114.277422,41.860803],[114.282401,41.868878],[114.291642,41.870162],[114.29181,41.877923],[114.289833,41.881528],[114.295241,41.893386],[114.304257,41.893402],[114.312542,41.899312],[114.324241,41.912151],[114.324334,41.914217],[114.319396,41.920663],[114.319016,41.927082],[114.336467,41.924784],[114.343252,41.928326],[114.344864,41.933099],[114.344813,41.94131],[114.341339,41.945439],[114.345943,41.951845],[114.34897,41.951032],[114.349627,41.947519],[114.358964,41.946007],[114.364828,41.947995],[114.364263,41.951165],[114.366591,41.954335],[114.374054,41.954933],[114.415313,41.939972],[114.426348,41.94387],[114.456007,41.95017],[114.470059,41.950829],[114.470745,41.953961],[114.480827,41.965123],[114.489413,41.968602],[114.5041,41.971135],[114.505211,41.979924],[114.494852,41.990723],[114.485682,41.992901],[114.478137,41.997062],[114.475505,42.003448],[114.475449,42.010463],[114.480895,42.011968],[114.468965,42.017527],[114.464202,42.022442],[114.459405,42.031602],[114.459369,42.035827],[114.467624,42.045831],[114.47323,42.06217],[114.480284,42.060574],[114.486632,42.056755],[114.495812,42.065092],[114.498485,42.077099],[114.497606,42.087023],[114.502851,42.097297],[114.505038,42.112421],[114.507566,42.116072],[114.513023,42.119066],[114.547174,42.120287],[114.552266,42.121341],[114.551754,42.125204],[114.554184,42.126161],[114.57968,42.130482],[114.592254,42.129396],[114.603129,42.126209],[114.620572,42.118067],[114.641422,42.102972],[114.65061,42.105887],[114.660909,42.11436],[114.671433,42.112684],[114.683691,42.120101],[114.698551,42.119361],[114.702508,42.116767],[114.729678,42.114527],[114.731449,42.113158],[114.748365,42.113694],[114.768686,42.120304],[114.769601,42.126851],[114.78288,42.12896],[114.787576,42.147272],[114.822105,42.14557],[114.819205,42.139836],[114.820891,42.135446],[114.838663,42.11723],[114.841566,42.111573],[114.854993,42.100072],[114.856888,42.093699],[114.852516,42.091062],[114.855126,42.07169],[114.854533,42.052914],[114.861209,42.052154],[114.867688,42.040357],[114.878789,42.035484],[114.882699,42.027833],[114.881086,42.021861],[114.868967,42.02105],[114.868905,42.019386],[114.889207,42.012374],[114.895709,42.013432],[114.903573,42.001334],[114.910531,41.978954],[114.910644,41.969198],[114.907095,41.966934],[114.909245,41.957073],[114.926963,41.941633],[114.926591,41.935481],[114.90982,41.934907],[114.912762,41.92662],[114.911868,41.918617],[114.908871,41.915592],[114.909691,41.910924],[114.917797,41.906254],[114.919479,41.899098],[114.90533,41.883325],[114.91012,41.880269],[114.906223,41.871781],[114.913761,41.853957],[114.923013,41.852702],[114.928201,41.854158],[114.932313,41.849075],[114.933206,41.844827],[114.92014,41.832261],[114.916088,41.823255],[114.881822,41.80925],[114.871674,41.812472],[114.862569,41.811596],[114.860028,41.80266],[114.880442,41.783133],[114.888028,41.783787],[114.894617,41.74118],[114.894551,41.717906],[114.899198,41.669983],[114.897635,41.66905],[114.897843,41.635715],[114.873177,41.621578],[114.864446,41.611803],[114.858623,41.601613],[114.859659,41.598547],[114.874902,41.597589],[114.874037,41.602405],[114.875389,41.60527],[114.916383,41.608148],[114.933143,41.611293],[114.963044,41.612516],[114.963571,41.606112],[114.979802,41.606507],[115.003182,41.611364],[115.015869,41.611601],[115.032453,41.603371],[115.027795,41.598947],[115.0304,41.597467],[115.047779,41.595753],[115.064343,41.601427],[115.07165,41.611301],[115.076847,41.611267],[115.080779,41.62084],[115.092218,41.621691],[115.106735,41.613547],[115.113612,41.611424],[115.141501,41.614392],[115.143055,41.603886],[115.144962,41.600822],[115.191785,41.602244],[115.199232,41.597838],[115.197567,41.569306],[115.23306,41.57449],[115.24628,41.577153],[115.254396,41.582246],[115.259957,41.591339],[115.256747,41.61353],[115.27536,41.61948],[115.290935,41.612218],[115.304295,41.590614],[115.358338,41.593608],[115.370815,41.60026],[115.358359,41.610115],[115.338801,41.633477],[115.354214,41.659124],[115.355707,41.665923],[115.348791,41.669964],[115.330179,41.672945],[115.324733,41.680932],[115.309655,41.692093],[115.308399,41.700979],[115.317307,41.706008],[115.332394,41.710813],[115.413382,41.730111],[115.434773,41.74103],[115.501713,41.76083],[115.527938,41.770314],[115.546358,41.779835],[115.551231,41.784917],[115.563891,41.790803],[115.565112,41.789445],[115.589858,41.801614],[115.611872,41.81278],[115.615595,41.816884],[115.645021,41.826508],[115.654109,41.835593],[115.69152,41.857253],[115.721875,41.872669],[115.721807,41.880919],[115.726029,41.892638],[115.73258,41.894437],[115.738629,41.892553],[115.7441,41.887476],[115.756943,41.884488],[115.763929,41.885786],[115.790926,41.904449],[115.788592,41.909933],[115.789437,41.912658],[115.80357,41.913341],[115.81318,41.917822],[115.823564,41.932865],[115.840643,41.936468],[115.848598,41.933956],[115.878518,41.935701],[115.915462,41.948683],[115.928272,41.913343],[115.936184,41.899177],[115.958367,41.867189],[115.995632,41.827134],[115.994382,41.817582],[115.995464,41.80246],[116.007124,41.7891],[116.010136,41.774909],[116.027297,41.774663],[116.02756,41.779343],[116.030555,41.78041],[116.04611,41.780393],[116.077414,41.779505],[116.074481,41.774114],[116.091909,41.774184],[116.101014,41.784166],[116.106277,41.785498],[116.12306,41.805998],[116.12135,41.811992],[116.118651,41.815208],[116.099392,41.830861],[116.100507,41.845796],[116.105362,41.851791],[116.119937,41.864925],[116.131597,41.868701],[116.134869,41.868512],[116.148228,41.859082],[116.157791,41.863025],[116.163971,41.870737],[116.166587,41.871454],[116.183032,41.860777],[116.187328,41.859675],[116.192941,41.862128],[116.198532,41.868634],[116.198745,41.872233],[116.205676,41.883707],[116.203002,41.890792],[116.20842,41.896411],[116.208779,41.905477],[116.223699,41.921353],[116.223577,41.925742],[116.219959,41.927794],[116.218547,41.930601],[116.223122,41.936049],[116.227566,41.939747],[116.235552,41.942814],[116.24157,41.942694],[116.255824,41.953542],[116.263687,41.953193],[116.273698,41.955673],[116.276781,41.957473],[116.276481,41.960872],[116.284838,41.969769],[116.2893,41.970761],[116.292792,41.96808],[116.295837,41.968163],[116.301654,41.975265],[116.307894,41.993119],[116.316384,42.002268],[116.327681,42.007363],[116.344078,42.006183],[116.34977,42.009309],[116.375063,42.007888],[116.377004,42.005764],[116.376626,42.003212],[116.394993,41.995058],[116.409152,41.992622],[116.41413,41.987757],[116.40878,41.963569],[116.393732,41.947949],[116.389435,41.94868],[116.384073,41.94685],[116.383241,41.944226],[116.386321,41.941969],[116.393883,41.94158],[116.40061,41.944187],[116.411626,41.942861],[116.417445,41.938232],[116.428891,41.938012],[116.453792,41.948162],[116.456982,41.952247],[116.481459,41.969865],[116.48448,41.977893],[116.490469,41.980694],[116.518761,41.958387],[116.523795,41.956935],[116.529648,41.952335],[116.53049,41.949951],[116.527653,41.945164],[116.540332,41.93156],[116.551375,41.929473],[116.558952,41.931673],[116.569613,41.925979],[116.582045,41.923583],[116.587596,41.926504],[116.585006,41.931994],[116.586426,41.934192],[116.605022,41.931486],[116.613408,41.932702],[116.626145,41.928531],[116.632771,41.928118],[116.635777,41.929167],[116.644441,41.940731],[116.654427,41.94511],[116.663202,41.945784],[116.688355,41.942688],[116.687543,41.9479],[116.718379,41.95037],[116.740115,41.980054],[116.751901,41.991541],[116.760609,41.993943],[116.768115,41.990226],[116.764949,41.986009],[116.765444,41.984438],[116.783123,41.971447],[116.832415,41.992448],[116.84001,42.002496],[116.854671,42.001638],[116.869338,42.008353],[116.876805,42.015473],[116.877827,42.024048],[116.875148,42.028056],[116.881608,42.05229],[116.879695,42.062326],[116.873837,42.066282],[116.873904,42.069551],[116.876069,42.075861],[116.881259,42.078753],[116.884252,42.085265],[116.885829,42.103412],[116.878655,42.111034],[116.862934,42.12071],[116.869261,42.125624],[116.853818,42.132372],[116.843867,42.154492],[116.819047,42.153254],[116.77685,42.205667],[116.812048,42.198045],[116.850759,42.195852],[116.851685,42.186947],[116.87712,42.1928],[116.897907,42.186284],[116.916162,42.192176],[116.918846,42.208276],[116.917747,42.211018],[116.91042,42.216809],[116.912729,42.230832],[116.89821,42.238758],[116.905058,42.28227],[116.894392,42.31261],[116.883827,42.33299],[116.878707,42.351398],[116.881876,42.366252],[116.889778,42.376886],[116.888332,42.385886],[116.895339,42.387656],[116.930761,42.408439],[116.965783,42.425958],[116.973685,42.426315],[116.989391,42.423261],[116.993004,42.425218],[116.999881,42.433835],[117.002818,42.440257],[117.00266,42.447837],[117.006988,42.452986],[117.021347,42.457062],[117.042653,42.452298],[117.047339,42.452527],[117.071448,42.458612],[117.075685,42.463026],[117.085021,42.479484],[117.088966,42.481949],[117.091968,42.481613],[117.107191,42.471814],[117.112745,42.470323],[117.120008,42.472143],[117.155848,42.463836],[117.195237,42.465909],[117.211593,42.470156],[117.252084,42.472454],[117.257645,42.474186],[117.258871,42.477386],[117.269593,42.479648],[117.2812,42.477242],[117.299464,42.46816],[117.317622,42.465366],[117.317607,42.463567],[117.326187,42.45869],[117.34644,42.457658],[117.38442,42.459399],[117.390988,42.464783],[117.406346,42.469237],[117.406993,42.476078],[117.404756,42.479073],[117.406038,42.485238],[117.410277,42.492831],[117.409195,42.510344],[117.406419,42.51557],[117.40137,42.517704],[117.384663,42.516187],[117.388019,42.523088],[117.389391,42.534102],[117.400516,42.541653],[117.415395,42.547469],[117.426616,42.554063],[117.431163,42.569603],[117.431471,42.578359],[117.429632,42.581926],[117.449155,42.587307],[117.454363,42.595992],[117.466555,42.600218],[117.478274,42.598634],[117.483335,42.595214],[117.502662,42.596105],[117.50829,42.597801],[117.517617,42.588868],[117.523159,42.588164],[117.532543,42.601502],[117.541977,42.604362],[117.581048,42.602775],[117.594028,42.600819],[117.604284,42.590445],[117.641039,42.586738],[117.660683,42.580459],[117.673298,42.583856],[117.68024,42.581088],[117.70105,42.586135],[117.717943,42.595679],[117.745,42.598534],[117.747489,42.602442],[117.77178,42.610456],[117.795698,42.615453],[117.799844,42.613699]]]]}},{type:"Feature",properties:{name:"山西省",province_adcode:14e4,province_type:"省",name_en:"Shanxi",name_var:"Shān Xī",adcode:14e4},geometry:{type:"Polygon",coordinates:[[[114.13714,40.734448],[114.140542,40.730489],[114.142329,40.723972],[114.155083,40.712988],[114.158686,40.700322],[114.164293,40.698763],[114.167968,40.695493],[114.168628,40.693744],[114.166551,40.689075],[114.172824,40.67708],[114.196692,40.646374],[114.208372,40.637955],[114.209594,40.632996],[114.202414,40.627739],[114.204487,40.622476],[114.208798,40.621785],[114.218168,40.61035],[114.226985,40.6062],[114.245254,40.604776],[114.254803,40.611088],[114.262127,40.606376],[114.267854,40.598044],[114.276864,40.594236],[114.281015,40.58489],[114.279075,40.581518],[114.270394,40.577103],[114.266869,40.552766],[114.273157,40.549783],[114.284693,40.549299],[114.287924,40.54604],[114.290527,40.536155],[114.283255,40.528368],[114.280233,40.520572],[114.2797,40.510068],[114.276028,40.493614],[114.267568,40.48599],[114.260751,40.472941],[114.262737,40.462972],[114.265633,40.45874],[114.268855,40.456777],[114.27786,40.455949],[114.280099,40.449078],[114.291898,40.445706],[114.292094,40.435962],[114.281865,40.430044],[114.2798,40.423627],[114.28799,40.41408],[114.290245,40.399053],[114.297128,40.388075],[114.29764,40.3762],[114.296187,40.370396],[114.297416,40.367718],[114.307225,40.362296],[114.342618,40.365793],[114.348766,40.365461],[114.360224,40.360827],[114.368549,40.36221],[114.374617,40.361474],[114.376805,40.357889],[114.376955,40.35262],[114.390986,40.348675],[114.394856,40.349265],[114.40088,40.358599],[114.413576,40.36571],[114.429052,40.363669],[114.434991,40.368726],[114.44556,40.369349],[114.462527,40.35177],[114.464606,40.346599],[114.470873,40.343406],[114.489813,40.346552],[114.505943,40.356693],[114.51137,40.353261],[114.514822,40.34844],[114.525652,40.342054],[114.525301,40.335402],[114.522161,40.329095],[114.516871,40.3277],[114.518656,40.318464],[114.513413,40.305419],[114.509087,40.301374],[114.489454,40.291987],[114.492367,40.284842],[114.486714,40.274359],[114.449186,40.254427],[114.414594,40.246641],[114.413987,40.24456],[114.407827,40.24236],[114.380574,40.238008],[114.35879,40.247257],[114.351639,40.247978],[114.333723,40.243515],[114.328018,40.238486],[114.321914,40.236056],[114.307718,40.236804],[114.296926,40.227148],[114.287308,40.229773],[114.280939,40.228543],[114.279648,40.22447],[114.276928,40.223545],[114.261414,40.224871],[114.260567,40.232311],[114.253798,40.235285],[114.236494,40.217243],[114.2225,40.211678],[114.230049,40.200008],[114.230008,40.198109],[114.224769,40.193283],[114.216936,40.19714],[114.212531,40.196774],[114.209722,40.194853],[114.209682,40.189012],[114.206654,40.187413],[114.195634,40.190671],[114.175514,40.189911],[114.156224,40.185495],[114.150659,40.17945],[114.140539,40.17493],[114.127849,40.174133],[114.116175,40.177138],[114.114989,40.178347],[114.117133,40.181296],[114.116627,40.187328],[114.103673,40.192314],[114.091181,40.192317],[114.087071,40.18853],[114.076703,40.18506],[114.068601,40.184381],[114.062623,40.185698],[114.060815,40.184251],[114.060443,40.180242],[114.071846,40.153769],[114.077675,40.128937],[114.082308,40.12011],[114.094419,40.107381],[114.09494,40.098466],[114.084986,40.085398],[114.084188,40.073744],[114.075521,40.069045],[114.052542,40.065787],[114.044414,40.058067],[114.038733,40.055573],[114.035113,40.056278],[114.027351,40.063739],[114.028188,40.079163],[114.018887,40.088974],[114.013609,40.101037],[114.004031,40.10562],[113.988558,40.110006],[113.973297,40.111161],[113.967196,40.096787],[113.972058,40.089825],[113.974498,40.070002],[113.966612,40.051897],[113.959421,40.044756],[113.950455,40.029465],[113.907592,40.020937],[113.903047,40.010939],[113.903285,40.008145],[113.907806,40.001886],[113.916446,40.001835],[113.931119,40.007039],[113.950336,40.000834],[113.992669,39.991353],[114.009847,39.990585],[114.018349,39.988401],[114.022841,39.984223],[114.020805,39.967808],[114.02356,39.955445],[114.028997,39.949062],[114.03246,39.932265],[114.042514,39.913969],[114.048123,39.920342],[114.064855,39.921927],[114.076184,39.912516],[114.082246,39.909485],[114.097028,39.909924],[114.112631,39.908216],[114.118874,39.904106],[114.13319,39.901436],[114.140453,39.895017],[114.143541,39.894274],[114.149976,39.896122],[114.152645,39.899088],[114.160555,39.900262],[114.169815,39.897839],[114.174272,39.898781],[114.180638,39.902679],[114.183961,39.906832],[114.193435,39.907028],[114.199414,39.909834],[114.205326,39.917769],[114.206042,39.913932],[114.209646,39.91648],[114.220312,39.90643],[114.222735,39.896622],[114.221317,39.894707],[114.198031,39.88396],[114.192944,39.877553],[114.196528,39.870276],[114.209176,39.861054],[114.212794,39.861827],[114.215513,39.859773],[114.215443,39.855341],[114.219354,39.850177],[114.220438,39.851509],[114.218701,39.855473],[114.22202,39.85918],[114.231441,39.861127],[114.239129,39.860722],[114.247943,39.865195],[114.261418,39.867721],[114.270604,39.873317],[114.276039,39.872743],[114.280437,39.869853],[114.279227,39.857191],[114.295817,39.861201],[114.303157,39.858449],[114.30942,39.858673],[114.32083,39.864232],[114.331797,39.861548],[114.342668,39.861098],[114.375727,39.868295],[114.381016,39.865404],[114.388682,39.865815],[114.393149,39.855324],[114.391241,39.842674],[114.401038,39.832259],[114.396139,39.82446],[114.386753,39.822152],[114.383797,39.817947],[114.390886,39.810024],[114.391833,39.799255],[114.395465,39.792829],[114.402478,39.789565],[114.401319,39.785456],[114.402314,39.781007],[114.408613,39.782557],[114.410563,39.775581],[114.408916,39.769294],[114.402019,39.768061],[114.402494,39.762347],[114.407461,39.752751],[114.407967,39.74836],[114.401468,39.745395],[114.399335,39.734022],[114.40205,39.731577],[114.40315,39.722866],[114.401209,39.713255],[114.397703,39.706839],[114.398606,39.696924],[114.396142,39.691215],[114.399507,39.683099],[114.396026,39.666996],[114.398266,39.662787],[114.393206,39.65804],[114.398112,39.642775],[114.403855,39.641668],[114.407525,39.638881],[114.411812,39.629906],[114.417131,39.62749],[114.420244,39.621161],[114.419203,39.616741],[114.421568,39.612517],[114.429204,39.606008],[114.442025,39.606175],[114.454624,39.611326],[114.470417,39.607741],[114.484012,39.601131],[114.487892,39.601358],[114.491144,39.603817],[114.495047,39.603055],[114.499158,39.594801],[114.499829,39.591376],[114.498355,39.588343],[114.509187,39.563894],[114.519544,39.564185],[114.523752,39.562264],[114.528756,39.570561],[114.552635,39.581207],[114.560408,39.577857],[114.56294,39.572976],[114.558587,39.56439],[114.55719,39.554009],[114.551563,39.549737],[114.553127,39.543279],[114.551493,39.530817],[114.541709,39.524977],[114.534423,39.514477],[114.530131,39.511349],[114.532449,39.501187],[114.526297,39.484868],[114.516905,39.483952],[114.508763,39.477662],[114.495773,39.475617],[114.495597,39.471561],[114.498619,39.46649],[114.498392,39.460437],[114.491607,39.430861],[114.483047,39.426906],[114.475576,39.418153],[114.474987,39.411146],[114.471217,39.410921],[114.468961,39.40684],[114.469512,39.396792],[114.466815,39.387908],[114.466607,39.378491],[114.464754,39.377148],[114.46742,39.364425],[114.465549,39.363116],[114.462704,39.354427],[114.47413,39.34959],[114.472727,39.344746],[114.461051,39.336261],[114.461047,39.329662],[114.458826,39.327211],[114.44592,39.327707],[114.442799,39.32612],[114.442477,39.319435],[114.433868,39.318059],[114.428245,39.315156],[114.426307,39.307297],[114.426589,39.293817],[114.419776,39.284604],[114.420184,39.271557],[114.426447,39.26387],[114.430463,39.261686],[114.430514,39.259995],[114.428779,39.255854],[114.421034,39.247748],[114.411478,39.244838],[114.409752,39.24153],[114.417896,39.233962],[114.42936,39.228452],[114.44642,39.227743],[114.46118,39.223932],[114.467266,39.218901],[114.469535,39.214541],[114.465374,39.206327],[114.467079,39.200673],[114.464165,39.192868],[114.458911,39.186817],[114.446436,39.19155],[114.44152,39.190672],[114.43782,39.184418],[114.439291,39.181265],[114.437132,39.172773],[114.426614,39.174158],[114.424215,39.171598],[114.41564,39.171073],[114.40746,39.176646],[114.40228,39.177366],[114.376825,39.172638],[114.372907,39.166329],[114.369358,39.155907],[114.369846,39.151488],[114.373337,39.147457],[114.366521,39.146462],[114.353344,39.1398],[114.353862,39.13342],[114.359584,39.129295],[114.36314,39.12141],[114.363204,39.106796],[114.355827,39.098375],[114.35613,39.094214],[114.35313,39.089],[114.34272,39.075614],[114.3399,39.074544],[114.335075,39.073478],[114.326476,39.075765],[114.312879,39.070836],[114.301236,39.076448],[114.292797,39.078354],[114.2835,39.073532],[114.277587,39.074285],[114.261784,39.070817],[114.253121,39.073284],[114.245799,39.072423],[114.236245,39.065655],[114.21924,39.065528],[114.209778,39.063377],[114.208987,39.054773],[114.202326,39.049291],[114.195119,39.049091],[114.1812,39.051729],[114.168912,39.062464],[114.165272,39.063401],[114.161464,39.062208],[114.151634,39.05113],[114.144288,39.046748],[114.115727,39.048578],[114.105629,39.056938],[114.103383,39.074038],[114.101652,39.076201],[114.097932,39.076807],[114.091676,39.084423],[114.078709,39.092234],[114.07317,39.093005],[114.063355,39.091536],[114.058284,39.093061],[114.058291,39.095896],[114.061043,39.098897],[114.059937,39.104113],[114.046359,39.119136],[114.043524,39.128692],[114.039274,39.131837],[114.033253,39.126473],[114.011004,39.123722],[114,39.11935],[113.990894,39.10769],[113.989843,39.098918],[113.979894,39.090254],[113.970013,39.091505],[113.963685,39.098536],[113.957355,39.099894],[113.940549,39.091984],[113.926465,39.076845],[113.923245,39.066789],[113.916337,39.062163],[113.896576,39.066854],[113.893123,39.069122],[113.88105,39.066785],[113.862979,39.042205],[113.847853,39.026708],[113.813236,39.012135],[113.809897,38.996255],[113.806132,38.992646],[113.788261,38.990557],[113.780948,38.991475],[113.779175,38.993899],[113.770673,38.991347],[113.761731,38.976979],[113.759949,38.962147],[113.76228,38.940437],[113.767491,38.92887],[113.77031,38.906483],[113.76623,38.889629],[113.791994,38.863601],[113.798731,38.851554],[113.812258,38.844343],[113.82545,38.840162],[113.830013,38.840533],[113.839662,38.83804],[113.849637,38.818275],[113.848617,38.811423],[113.828992,38.802806],[113.821739,38.791605],[113.824508,38.783559],[113.825823,38.768751],[113.822947,38.763099],[113.824223,38.75805],[113.81007,38.758378],[113.794318,38.763575],[113.792117,38.762566],[113.767583,38.72773],[113.767737,38.711503],[113.760332,38.70423],[113.747378,38.698615],[113.736973,38.702525],[113.719544,38.71479],[113.715543,38.716156],[113.706479,38.7134],[113.704439,38.71091],[113.706464,38.682331],[113.713294,38.670861],[113.712812,38.667558],[113.701789,38.65662],[113.694349,38.651804],[113.667483,38.6462],[113.654586,38.650496],[113.628552,38.654511],[113.614956,38.650501],[113.597458,38.628371],[113.594591,38.616966],[113.594156,38.613189],[113.596234,38.608467],[113.60597,38.601483],[113.60362,38.593902],[113.588734,38.581288],[113.56096,38.567588],[113.548318,38.555254],[113.553573,38.541141],[113.553065,38.52296],[113.540609,38.516072],[113.546882,38.509104],[113.548839,38.501413],[113.547042,38.496851],[113.548477,38.490266],[113.556226,38.478988],[113.566409,38.474735],[113.582976,38.464399],[113.585059,38.459922],[113.582875,38.456848],[113.571208,38.455305],[113.561611,38.449489],[113.561443,38.437812],[113.55595,38.423976],[113.548861,38.423631],[113.541214,38.425864],[113.532875,38.423378],[113.527086,38.418907],[113.516983,38.376164],[113.523206,38.36969],[113.527438,38.358487],[113.530645,38.355375],[113.542256,38.352712],[113.547186,38.346861],[113.556429,38.339861],[113.55725,38.329354],[113.548302,38.324882],[113.542868,38.313825],[113.533832,38.287998],[113.534296,38.264925],[113.538261,38.257294],[113.559014,38.240851],[113.574716,38.237885],[113.578983,38.235742],[113.583273,38.236709],[113.617329,38.232005],[113.641641,38.233139],[113.647621,38.231469],[113.655375,38.221802],[113.678499,38.204817],[113.696537,38.207416],[113.709776,38.206002],[113.71886,38.191759],[113.745985,38.171275],[113.787106,38.161263],[113.793967,38.161233],[113.811439,38.166729],[113.827334,38.166269],[113.828642,38.162603],[113.809781,38.127615],[113.805344,38.109673],[113.817243,38.106843],[113.871022,38.055705],[113.870598,38.011332],[113.858672,38.001172],[113.858274,37.998176],[113.866118,37.990419],[113.871041,37.988915],[113.880676,37.991041],[113.891087,37.985047],[113.920476,37.949525],[113.917662,37.942873],[113.929548,37.920646],[113.942402,37.917685],[113.945867,37.915442],[113.968417,37.878036],[113.970333,37.862821],[113.960653,37.856407],[113.956959,37.849158],[113.958342,37.827396],[113.965862,37.817563],[113.969664,37.816046],[113.987234,37.818786],[114.007979,37.811658],[114.007871,37.807764],[114.004832,37.805308],[114.005575,37.802796],[114.011019,37.798768],[114.023226,37.794166],[114.027043,37.789358],[114.037446,37.786444],[114.037843,37.781681],[114.033769,37.774773],[114.037976,37.765375],[114.034014,37.758257],[114.037195,37.75223],[114.02267,37.74616],[114.014385,37.745294],[114.011348,37.746383],[113.993695,37.742522],[113.984014,37.719304],[113.985918,37.713443],[113.992127,37.709365],[114.011927,37.718549],[114.024958,37.712908],[114.029857,37.716484],[114.02758,37.723102],[114.029334,37.726099],[114.034963,37.726784],[114.052225,37.724218],[114.062534,37.715889],[114.077785,37.715011],[114.084852,37.710181],[114.093013,37.712763],[114.095071,37.716007],[114.097846,37.707687],[114.102653,37.706731],[114.106453,37.710404],[114.112226,37.700442],[114.126134,37.69401],[114.127539,37.682116],[114.132733,37.675469],[114.132365,37.669569],[114.128749,37.664293],[114.1283,37.653759],[114.132492,37.645963],[114.11183,37.635902],[114.108865,37.625768],[114.102162,37.616704],[114.118833,37.610871],[114.123117,37.604877],[114.122037,37.600826],[114.110665,37.584771],[114.105407,37.58337],[114.103288,37.572373],[114.09855,37.569356],[114.087052,37.567731],[114.089112,37.558722],[114.087264,37.554698],[114.088485,37.545442],[114.085559,37.543863],[114.082187,37.544783],[114.073846,37.53934],[114.070637,37.533027],[114.06639,37.516408],[114.06353,37.512453],[114.062104,37.511525],[114.057662,37.513133],[114.051172,37.509834],[114.047316,37.502203],[114.042037,37.49862],[114.03736,37.48724],[114.032342,37.486057],[114.026832,37.479693],[114.023699,37.473599],[114.024018,37.468616],[114.028425,37.462198],[114.028618,37.453472],[114.022658,37.439536],[114.018375,37.436814],[114.004958,37.417723],[113.992486,37.420692],[113.982814,37.417944],[113.969058,37.408937],[113.964762,37.3953],[113.952771,37.381944],[113.947427,37.379248],[113.946497,37.37396],[113.950625,37.367834],[113.947926,37.362952],[113.94982,37.350157],[113.947932,37.345513],[113.937997,37.338586],[113.933871,37.343309],[113.92363,37.348055],[113.918161,37.347296],[113.912486,37.339793],[113.912169,37.337476],[113.914049,37.334895],[113.913286,37.329678],[113.893583,37.3156],[113.890864,37.308728],[113.889071,37.276409],[113.881038,37.271591],[113.876343,37.260159],[113.877735,37.257201],[113.876181,37.249209],[113.859647,37.221447],[113.828362,37.187929],[113.82706,37.175951],[113.817764,37.169715],[113.798265,37.164118],[113.795256,37.157466],[113.789245,37.1536],[113.774293,37.155489],[113.766158,37.152156],[113.764791,37.132633],[113.769107,37.120559],[113.767629,37.102651],[113.762489,37.097399],[113.753892,37.094252],[113.756219,37.079259],[113.752355,37.075052],[113.754719,37.069538],[113.765616,37.060105],[113.772939,37.057406],[113.775267,37.060296],[113.785917,37.051068],[113.782025,37.040213],[113.767373,37.028029],[113.760638,37.015717],[113.772572,37.002998],[113.790364,36.995592],[113.783614,36.992895],[113.761426,36.963523],[113.754795,36.960226],[113.75273,36.952627],[113.772764,36.917045],[113.778833,36.909904],[113.791619,36.88235],[113.791217,36.880322],[113.781892,36.869203],[113.773191,36.868664],[113.750585,36.862676],[113.74802,36.854505],[113.748908,36.851601],[113.741298,36.849335],[113.73435,36.850056],[113.724822,36.861245],[113.726774,36.875911],[113.722794,36.882805],[113.702133,36.887906],[113.692104,36.886511],[113.684413,36.88053],[113.669998,36.851773],[113.668413,36.830378],[113.673307,36.826091],[113.666355,36.804593],[113.669334,36.798503],[113.666197,36.79294],[113.659385,36.789026],[113.6523,36.788138],[113.633096,36.780531],[113.605719,36.759026],[113.591648,36.75214],[113.576221,36.755446],[113.572008,36.75821],[113.569635,36.763022],[113.533511,36.754763],[113.530149,36.751719],[113.538476,36.747739],[113.538261,36.74129],[113.530458,36.736268],[113.511575,36.7292],[113.510099,36.733129],[113.503059,36.737628],[113.491733,36.740508],[113.477934,36.740343],[113.458928,36.721454],[113.4549,36.714198],[113.463056,36.704057],[113.472498,36.704117],[113.491405,36.709975],[113.494526,36.709735],[113.509822,36.697951],[113.504904,36.688812],[113.491537,36.67689],[113.472534,36.663535],[113.47018,36.653066],[113.472593,36.639708],[113.477673,36.635599],[113.519541,36.622774],[113.54425,36.622641],[113.541003,36.609941],[113.530028,36.598384],[113.530297,36.59275],[113.534695,36.588967],[113.546727,36.584729],[113.583044,36.56262],[113.584506,36.5488],[113.579661,36.540987],[113.573611,36.540503],[113.560571,36.543256],[113.539362,36.541282],[113.539144,36.535373],[113.556326,36.530841],[113.547468,36.498196],[113.550042,36.492478],[113.558918,36.491501],[113.577303,36.482513],[113.578297,36.479824],[113.573782,36.475921],[113.574048,36.471696],[113.580493,36.457061],[113.587489,36.454392],[113.607141,36.460002],[113.621279,36.458887],[113.638305,36.443597],[113.646165,36.434416],[113.653317,36.429928],[113.673782,36.42241],[113.690432,36.425927],[113.697876,36.425278],[113.705038,36.422547],[113.707994,36.410489],[113.724228,36.380475],[113.736033,36.374018],[113.739553,36.370308],[113.732897,36.366285],[113.731294,36.362189],[113.732235,36.359741],[113.735268,36.357573],[113.736669,36.358419],[113.736944,36.35704],[113.733849,36.355302],[113.719704,36.337834],[113.734792,36.323966],[113.73412,36.320078],[113.720677,36.305426],[113.713065,36.301847],[113.706174,36.303287],[113.70165,36.300657],[113.700785,36.297871],[113.707204,36.273266],[113.707299,36.26301],[113.695452,36.259188],[113.692422,36.254593],[113.691758,36.251821],[113.69356,36.247117],[113.685455,36.215709],[113.689547,36.214991],[113.694374,36.211646],[113.697,36.200175],[113.691253,36.20116],[113.679321,36.19682],[113.679782,36.195097],[113.688957,36.190397],[113.693294,36.183678],[113.685388,36.178912],[113.667849,36.175744],[113.649149,36.175151],[113.646136,36.171424],[113.651397,36.165227],[113.672574,36.160141],[113.698376,36.149199],[113.706813,36.133016],[113.705435,36.129622],[113.698984,36.126669],[113.686159,36.124236],[113.66981,36.125234],[113.665184,36.121212],[113.678456,36.076735],[113.681701,36.060994],[113.678374,36.05527],[113.661647,36.050333],[113.654996,36.045227],[113.652892,36.040002],[113.65561,36.029056],[113.674,36.024874],[113.690688,36.025127],[113.699031,36.020993],[113.689517,36.007854],[113.694237,36],[113.696301,35.991433],[113.662314,35.983578],[113.655262,35.990425],[113.644434,35.99632],[113.641127,35.994847],[113.635572,35.985977],[113.628921,35.987323],[113.625936,35.986353],[113.625925,35.982374],[113.628885,35.975865],[113.639622,35.970927],[113.640962,35.968645],[113.640534,35.963977],[113.645851,35.96063],[113.649945,35.946384],[113.650515,35.935604],[113.646845,35.929224],[113.637492,35.923908],[113.637793,35.921663],[113.64273,35.916344],[113.64534,35.908465],[113.639122,35.90388],[113.639809,35.88521],[113.632329,35.874846],[113.629434,35.864272],[113.631622,35.859604],[113.639959,35.853388],[113.645305,35.856262],[113.654772,35.854311],[113.655552,35.852863],[113.652292,35.850173],[113.650134,35.841178],[113.653433,35.837768],[113.656304,35.837294],[113.656229,35.835635],[113.647168,35.826389],[113.636146,35.82251],[113.631343,35.824554],[113.627306,35.833807],[113.617255,35.835162],[113.614601,35.834464],[113.611827,35.829929],[113.59857,35.822659],[113.585207,35.823526],[113.580433,35.826615],[113.577526,35.820483],[113.57813,35.817436],[113.58445,35.815233],[113.581222,35.805681],[113.591566,35.804556],[113.600488,35.79958],[113.594901,35.795253],[113.583167,35.794742],[113.574238,35.790099],[113.57744,35.786147],[113.588348,35.782491],[113.597459,35.774999],[113.600634,35.770294],[113.599153,35.759796],[113.582667,35.751028],[113.585635,35.735346],[113.60024,35.716863],[113.593095,35.713312],[113.597268,35.708583],[113.59573,35.699041],[113.586766,35.693466],[113.601232,35.685775],[113.608415,35.686077],[113.619047,35.6738],[113.617688,35.670627],[113.612293,35.666889],[113.612245,35.663057],[113.619594,35.655197],[113.617697,35.645008],[113.619296,35.642502],[113.619362,35.633145],[113.613223,35.631734],[113.600459,35.633793],[113.585362,35.631427],[113.57029,35.632721],[113.567052,35.638437],[113.55595,35.644667],[113.552593,35.648853],[113.551116,35.654538],[113.545055,35.654617],[113.543286,35.64774],[113.547223,35.636832],[113.543163,35.633167],[113.548529,35.627425],[113.550609,35.621183],[113.54223,35.617976],[113.539418,35.615355],[113.536735,35.603607],[113.537068,35.597168],[113.521843,35.591951],[113.515595,35.586688],[113.510322,35.578644],[113.498771,35.575577],[113.497096,35.573055],[113.496975,35.570483],[113.502617,35.55897],[113.501584,35.556144],[113.49179,35.549002],[113.489351,35.544849],[113.494488,35.528385],[113.503273,35.524793],[113.502983,35.518246],[113.500587,35.514844],[113.496435,35.517578],[113.486076,35.515276],[113.483358,35.520774],[113.476624,35.522185],[113.471411,35.519125],[113.472268,35.514358],[113.468486,35.509997],[113.454688,35.513911],[113.41932,35.508149],[113.415665,35.504677],[113.407476,35.50371],[113.403188,35.505435],[113.400137,35.51443],[113.398489,35.51483],[113.394525,35.508293],[113.389522,35.505343],[113.378988,35.503201],[113.375316,35.49677],[113.37479,35.490584],[113.366855,35.484461],[113.343862,35.473838],[113.344479,35.469366],[113.342152,35.46774],[113.323213,35.468677],[113.31663,35.47125],[113.317246,35.47399],[113.313452,35.477698],[113.305423,35.482652],[113.303313,35.48226],[113.288152,35.47114],[113.285504,35.46706],[113.301003,35.466382],[113.316128,35.461163],[113.318955,35.455583],[113.308239,35.449671],[113.30654,35.458404],[113.303627,35.461005],[113.298397,35.461694],[113.300766,35.453808],[113.296359,35.452528],[113.291823,35.447721],[113.290899,35.441075],[113.29361,35.434815],[113.299441,35.428692],[113.296527,35.424477],[113.273797,35.434918],[113.250031,35.439223],[113.238327,35.44754],[113.235023,35.454417],[113.214719,35.451549],[113.202104,35.446792],[113.195987,35.449107],[113.184869,35.448813],[113.181738,35.437785],[113.18626,35.432847],[113.178258,35.423489],[113.177565,35.420745],[113.178262,35.418284],[113.182251,35.4167],[113.181943,35.41246],[113.178792,35.409399],[113.170448,35.414593],[113.159102,35.415379],[113.163131,35.402165],[113.169353,35.400852],[113.170838,35.396815],[113.164297,35.390291],[113.15417,35.384914],[113.144088,35.371735],[113.14026,35.369999],[113.140407,35.35746],[113.143572,35.350676],[113.130374,35.347995],[113.130632,35.34513],[113.132945,35.343508],[113.133122,35.339253],[113.128683,35.334139],[113.117696,35.330628],[113.101459,35.338378],[113.088159,35.336503],[113.074897,35.343243],[113.063801,35.353256],[113.057192,35.348741],[113.05194,35.352703],[113.03003,35.360293],[113.018185,35.356567],[113.007221,35.362274],[113.005299,35.362363],[113.003926,35.359648],[113.001398,35.359069],[112.99049,35.363477],[112.983292,35.356392],[112.985124,35.351081],[112.97794,35.335874],[112.978447,35.312205],[112.982104,35.308962],[112.986733,35.298479],[112.979982,35.286485],[112.97814,35.285734],[112.96881,35.289992],[112.965316,35.293575],[112.960622,35.294301],[112.955129,35.290157],[112.947316,35.28733],[112.93038,35.284671],[112.927027,35.282513],[112.929476,35.278511],[112.930125,35.271762],[112.923464,35.253616],[112.920466,35.250039],[112.91555,35.247712],[112.87763,35.239678],[112.861107,35.24452],[112.846783,35.253401],[112.817902,35.25702],[112.810954,35.255928],[112.810147,35.246036],[112.807892,35.2427],[112.797833,35.236801],[112.784316,35.238931],[112.78783,35.24429],[112.778331,35.244937],[112.769616,35.237768],[112.773489,35.23042],[112.775923,35.229654],[112.773433,35.222969],[112.76197,35.214862],[112.755708,35.205063],[112.741716,35.203593],[112.729681,35.210763],[112.721333,35.211202],[112.711621,35.205334],[112.708215,35.197545],[112.707262,35.188446],[112.705799,35.187354],[112.702082,35.189507],[112.697347,35.1997],[112.69739,35.21001],[112.702578,35.215937],[112.701921,35.217299],[112.68953,35.219232],[112.678537,35.227134],[112.676866,35.234085],[112.654975,35.239448],[112.649504,35.24605],[112.645898,35.258078],[112.643082,35.259772],[112.636525,35.259262],[112.626355,35.271302],[112.622945,35.273059],[112.62095,35.271093],[112.622552,35.267452],[112.621147,35.263754],[112.60961,35.252747],[112.614313,35.246],[112.632601,35.241586],[112.629918,35.231122],[112.620367,35.228873],[112.617723,35.222886],[112.613663,35.220824],[112.589417,35.224192],[112.585041,35.220732],[112.566783,35.222421],[112.56262,35.220145],[112.561292,35.211911],[112.559316,35.21097],[112.547379,35.214424],[112.538791,35.21878],[112.537029,35.221543],[112.526801,35.224427],[112.511751,35.219733],[112.490959,35.226936],[112.484059,35.232573],[112.479333,35.231092],[112.47455,35.22598],[112.461422,35.23204],[112.445581,35.228744],[112.442996,35.235209],[112.408764,35.239548],[112.398878,35.242731],[112.381818,35.23923],[112.380683,35.234562],[112.37633,35.230594],[112.358996,35.219994],[112.35376,35.222458],[112.329362,35.220379],[112.300138,35.222013],[112.281299,35.218498],[112.280595,35.221579],[112.296069,35.24704],[112.296279,35.248826],[112.292216,35.252581],[112.257651,35.24834],[112.241711,35.238045],[112.235997,35.236029],[112.219814,35.237704],[112.209562,35.239511],[112.204577,35.244157],[112.202461,35.249866],[112.189547,35.256989],[112.14411,35.26934],[112.129429,35.272012],[112.12364,35.271629],[112.117485,35.266054],[112.111431,35.265112],[112.104626,35.268349],[112.105994,35.270928],[112.102971,35.274598],[112.084503,35.279327],[112.06962,35.277123],[112.05174,35.279964],[112.047894,35.276884],[112.046194,35.27189],[112.068384,35.249923],[112.072737,35.241523],[112.075368,35.223708],[112.074693,35.219506],[112.063662,35.216559],[112.053723,35.209418],[112.038147,35.201315],[112.034114,35.197459],[112.037319,35.187778],[112.05296,35.16684],[112.060356,35.151008],[112.05985,35.146659],[112.053793,35.139564],[112.058115,35.13237],[112.055596,35.118252],[112.04809,35.093823],[112.055903,35.078866],[112.056418,35.058622],[112.054625,35.052926],[112.045889,35.045598],[112.03687,35.047801],[112.032769,35.04609],[112.03018,35.05296],[112.018468,35.06012],[112.015886,35.067742],[112.014058,35.068835],[112.008164,35.069513],[112.000533,35.06601],[111.984333,35.070268],[111.971819,35.068099],[111.9578,35.079793],[111.9458,35.08307],[111.923885,35.083591],[111.91685,35.075516],[111.910633,35.072015],[111.895288,35.081417],[111.87861,35.07022],[111.858453,35.077606],[111.855191,35.075698],[111.81154,35.069684],[111.804,35.064311],[111.805852,35.050181],[111.803916,35.039476],[111.801667,35.034904],[111.795128,35.029642],[111.786811,35.027655],[111.776721,35.031081],[111.77312,35.030526],[111.771078,35.028695],[111.770651,35.024217],[111.768068,35.019625],[111.761431,35.016056],[111.751462,35.017715],[111.743381,35.017164],[111.734935,35.011676],[111.735747,35.007687],[111.734213,35.005298],[111.712114,35.004345],[111.690084,35.000047],[111.680695,34.989453],[111.664561,34.989174],[111.660304,34.987741],[111.658779,34.983071],[111.669487,34.973463],[111.671479,34.96187],[111.675501,34.950977],[111.657467,34.940273],[111.640283,34.939433],[111.625352,34.92567],[111.622235,34.918223],[111.616221,34.917952],[111.615068,34.916182],[111.615698,34.907842],[111.611617,34.896071],[111.606795,34.893167],[111.598774,34.893247],[111.587081,34.886128],[111.585331,34.882479],[111.582939,34.861556],[111.576699,34.852921],[111.564868,34.844738],[111.561527,34.843968],[111.554733,34.846538],[111.553648,34.850598],[111.549073,34.853341],[111.534795,34.854146],[111.51897,34.8499],[111.505696,34.841255],[111.496448,34.830629],[111.472775,34.826768],[111.458535,34.827859],[111.446678,34.837389],[111.434232,34.839378],[111.42536,34.830407],[111.417412,34.828162],[111.409922,34.828695],[111.397775,34.819223],[111.388645,34.81601],[111.35214,34.82259],[111.345574,34.826583],[111.343449,34.832011],[111.335331,34.832499],[111.318454,34.822263],[111.301432,34.817088],[111.284094,34.807261],[111.274617,34.810338],[111.256777,34.821311],[111.250284,34.822274],[111.244185,34.817099],[111.234703,34.795083],[111.230063,34.792256],[111.219948,34.789742],[111.215818,34.790981],[111.207404,34.799732],[111.201454,34.802362],[111.177254,34.802606],[111.171314,34.805374],[111.162052,34.814621],[111.154704,34.816221],[111.148414,34.814972],[111.13132,34.795968],[111.123685,34.773842],[111.117373,34.761175],[111.101395,34.756926],[111.052029,34.752129],[111.009532,34.731838],[110.96376,34.701218],[110.960742,34.701752],[110.958416,34.705075],[110.95754,34.712764],[110.953892,34.718458],[110.94433,34.725506],[110.92904,34.732855],[110.921851,34.732804],[110.91605,34.730788],[110.912635,34.72497],[110.91499,34.71731],[110.90667,34.702965],[110.900995,34.678937],[110.893855,34.661937],[110.885442,34.6517],[110.875615,34.64377],[110.865063,34.639799],[110.853519,34.640476],[110.845755,34.638246],[110.840465,34.63347],[110.835113,34.623742],[110.826977,34.617941],[110.818432,34.617539],[110.809386,34.622175],[110.800275,34.638375],[110.791901,34.648606],[110.777096,34.65302],[110.747753,34.654428],[110.742224,34.651856],[110.736806,34.64212],[110.731573,34.637091],[110.718007,34.631256],[110.714115,34.628029],[110.707291,34.609794],[110.704213,34.606541],[110.699189,34.605232],[110.690659,34.612056],[110.687864,34.61245],[110.680961,34.606376],[110.675188,34.594838],[110.669059,34.591941],[110.663293,34.590259],[110.655393,34.590459],[110.646928,34.593891],[110.638835,34.599725],[110.607136,34.612912],[110.596924,34.609117],[110.585216,34.597949],[110.579035,34.594518],[110.557531,34.59081],[110.546476,34.586504],[110.53267,34.583784],[110.522315,34.587432],[110.48248,34.612537],[110.466544,34.619735],[110.458552,34.616672],[110.440442,34.602242],[110.421051,34.592893],[110.405849,34.592056],[110.39554,34.593529],[110.37987,34.601415],[110.371694,34.600639],[110.353911,34.607351],[110.298792,34.609328],[110.272586,34.619205],[110.258386,34.627109],[110.245682,34.637336],[110.241198,34.642923],[110.236928,34.650845],[110.233741,34.662425],[110.2381,34.685343],[110.24567,34.709604],[110.252134,34.737821],[110.253408,34.759833],[110.25218,34.777897],[110.23071,34.89833],[110.230862,34.92345],[110.233477,34.933369],[110.240135,34.943207],[110.249665,34.951819],[110.261105,34.956596],[110.266371,34.961041],[110.266551,34.972776],[110.271104,34.980206],[110.29686,34.996001],[110.300822,35.004172],[110.298396,35.021487],[110.300096,35.025056],[110.317857,35.029625],[110.334859,35.052359],[110.335956,35.061855],[110.332857,35.070469],[110.340875,35.075803],[110.34959,35.088572],[110.355473,35.110827],[110.364804,35.125294],[110.370009,35.139395],[110.361002,35.149478],[110.354527,35.175822],[110.353628,35.186179],[110.355999,35.200273],[110.362109,35.212394],[110.364169,35.222192],[110.365619,35.236776],[110.364264,35.252908],[110.367719,35.258778],[110.37301,35.263483],[110.378221,35.27841],[110.384333,35.282354],[110.393802,35.283335],[110.403072,35.292769],[110.403364,35.302437],[110.408624,35.307939],[110.405647,35.316535],[110.413649,35.328272],[110.412555,35.338953],[110.416287,35.348733],[110.432824,35.366364],[110.439532,35.387775],[110.447109,35.396172],[110.455699,35.398537],[110.465013,35.404328],[110.469308,35.41842],[110.47976,35.430889],[110.501265,35.436522],[110.529212,35.464969],[110.536238,35.47576],[110.567341,35.547955],[110.57354,35.556812],[110.579367,35.558611],[110.582472,35.563536],[110.593466,35.570298],[110.599353,35.57198],[110.608227,35.588895],[110.606979,35.595888],[110.604057,35.600041],[110.605506,35.603171],[110.603864,35.60775],[110.607219,35.614155],[110.608699,35.623643],[110.610006,35.636649],[110.609092,35.644537],[110.606154,35.650956],[110.598427,35.659709],[110.5909,35.661549],[110.58596,35.664969],[110.586365,35.684092],[110.584429,35.687337],[110.579636,35.68997],[110.572381,35.701797],[110.57192,35.70796],[110.574426,35.713956],[110.57453,35.722094],[110.572596,35.728687],[110.57245,35.7389],[110.568785,35.751955],[110.570226,35.766566],[110.558503,35.785786],[110.559566,35.79083],[110.566003,35.800327],[110.566218,35.803482],[110.559181,35.822121],[110.545466,35.838558],[110.543779,35.847871],[110.546028,35.875405],[110.542703,35.878334],[110.537174,35.879536],[110.52292,35.87544],[110.512034,35.877289],[110.505932,35.880038],[110.510213,35.897538],[110.507812,35.908758],[110.511132,35.92342],[110.501273,35.935246],[110.498018,35.94284],[110.497273,35.949423],[110.500176,35.953107],[110.509341,35.95805],[110.511298,35.972216],[110.506185,35.977714],[110.493362,35.983306],[110.486662,35.992332],[110.486383,35.994636],[110.494758,36.007698],[110.488903,36.019306],[110.487048,36.033747],[110.476252,36.053131],[110.47527,36.057854],[110.462038,36.074126],[110.465337,36.084081],[110.465103,36.093883],[110.452392,36.108979],[110.444314,36.134333],[110.444354,36.145416],[110.441387,36.166911],[110.454205,36.196643],[110.453444,36.203798],[110.447426,36.214201],[110.44695,36.218491],[110.450223,36.225895],[110.468057,36.247201],[110.471486,36.259546],[110.469181,36.268732],[110.470297,36.28173],[110.461944,36.292829],[110.462539,36.297084],[110.468811,36.309577],[110.457153,36.323369],[110.454286,36.329295],[110.454306,36.334872],[110.457515,36.342418],[110.463294,36.349526],[110.464127,36.369613],[110.472675,36.379615],[110.482267,36.395537],[110.480853,36.400698],[110.486315,36.418344],[110.484446,36.426844],[110.469981,36.443411],[110.467311,36.451446],[110.469232,36.456163],[110.473158,36.460198],[110.493742,36.475292],[110.497508,36.483777],[110.49789,36.492685],[110.494979,36.517987],[110.496414,36.533485],[110.483954,36.550017],[110.482394,36.555385],[110.483179,36.560844],[110.491091,36.573435],[110.491726,36.582018],[110.487153,36.585688],[110.474071,36.590459],[110.465451,36.596152],[110.440671,36.622899],[110.420492,36.657847],[110.414541,36.663021],[110.40374,36.666829],[110.394438,36.672477],[110.386661,36.680012],[110.385976,36.686352],[110.388135,36.691765],[110.391426,36.694658],[110.398336,36.696691],[110.408286,36.693097],[110.418307,36.679915],[110.424048,36.678936],[110.429238,36.680016],[110.432639,36.686919],[110.428353,36.700434],[110.429549,36.707791],[110.442157,36.720747],[110.447031,36.730326],[110.445471,36.734713],[110.43654,36.736957],[110.430777,36.735028],[110.423487,36.724821],[110.419639,36.721808],[110.416002,36.721188],[110.41066,36.722773],[110.408855,36.726207],[110.409753,36.730917],[110.414228,36.735348],[110.417486,36.735721],[110.425048,36.741728],[110.426738,36.746754],[110.425303,36.750135],[110.414822,36.760071],[110.399182,36.763877],[110.382092,36.765019],[110.376792,36.769466],[110.377396,36.773448],[110.380956,36.775289],[110.392063,36.772502],[110.400413,36.774078],[110.412427,36.794169],[110.417489,36.809231],[110.41734,36.818379],[110.414329,36.820945],[110.401785,36.823823],[110.400764,36.827198],[110.402715,36.82961],[110.41251,36.833468],[110.415091,36.835961],[110.417221,36.842323],[110.418544,36.855739],[110.414502,36.861567],[110.403751,36.866906],[110.381026,36.869333],[110.372968,36.871997],[110.369263,36.876194],[110.369229,36.880349],[110.374737,36.884108],[110.387091,36.883818],[110.39588,36.886113],[110.403313,36.892485],[110.409052,36.932042],[110.41851,36.948366],[110.419945,36.957384],[110.417991,36.965178],[110.403543,36.987658],[110.398637,36.991332],[110.390876,36.992782],[110.375393,37.002679],[110.37132,37.009293],[110.370717,37.013115],[110.372447,37.017942],[110.375648,37.02046],[110.391166,37.022186],[110.404302,37.019797],[110.419128,37.008863],[110.426298,37.005528],[110.435229,37.00525],[110.443093,37.009272],[110.444751,37.015267],[110.442575,37.01966],[110.414828,37.024547],[110.411526,37.02909],[110.413013,37.034904],[110.420568,37.039722],[110.430298,37.042627],[110.44525,37.041153],[110.453677,37.043727],[110.461615,37.051224],[110.472057,37.065847],[110.482383,37.074102],[110.493564,37.089735],[110.501291,37.095206],[110.523512,37.105347],[110.528863,37.111163],[110.530381,37.115571],[110.528142,37.129038],[110.532068,37.142738],[110.573877,37.175114],[110.607196,37.213675],[110.627445,37.232092],[110.633473,37.245453],[110.647091,37.256654],[110.648706,37.272306],[110.651929,37.278197],[110.658479,37.282139],[110.673854,37.280595],[110.679875,37.281588],[110.683769,37.284257],[110.686017,37.288028],[110.685628,37.292511],[110.674003,37.305961],[110.672377,37.315186],[110.674591,37.318066],[110.684576,37.32177],[110.691581,37.328123],[110.694702,37.333453],[110.696022,37.339894],[110.694762,37.346231],[110.691978,37.350179],[110.682705,37.354574],[110.645439,37.355623],[110.636919,37.358977],[110.630387,37.363631],[110.625158,37.376046],[110.625281,37.395432],[110.637192,37.431492],[110.641002,37.438021],[110.644916,37.439877],[110.674673,37.441233],[110.732595,37.449049],[110.742468,37.451907],[110.745457,37.455384],[110.753611,37.473218],[110.753929,37.478354],[110.751376,37.489104],[110.753604,37.501635],[110.758068,37.511351],[110.766384,37.519303],[110.765194,37.537042],[110.776597,37.544161],[110.789571,37.557334],[110.790536,37.561146],[110.787086,37.568601],[110.77462,37.58176],[110.769234,37.589957],[110.766947,37.599613],[110.766009,37.615502],[110.763456,37.622746],[110.759653,37.627305],[110.757453,37.635644],[110.758665,37.640313],[110.76433,37.64525],[110.779896,37.645056],[110.783763,37.646682],[110.790903,37.65566],[110.791003,37.660367],[110.775873,37.674702],[110.761286,37.684011],[110.750842,37.68691],[110.735201,37.68812],[110.706941,37.698886],[110.702652,37.702686],[110.696499,37.713871],[110.696729,37.71734],[110.699773,37.721232],[110.710002,37.726775],[110.7181,37.729304],[110.730548,37.73056],[110.74917,37.737645],[110.752136,37.742089],[110.753171,37.748409],[110.751304,37.753476],[110.733985,37.766595],[110.712504,37.777698],[110.697099,37.783436],[110.675918,37.787461],[110.668745,37.790992],[110.664015,37.795787],[110.663329,37.802013],[110.650304,37.829017],[110.586992,37.922778],[110.550361,37.942757],[110.529846,37.947334],[110.520365,37.951258],[110.512302,37.96091],[110.511483,37.97253],[110.521064,37.98748],[110.52213,37.994355],[110.519007,38.001094],[110.513513,38.007661],[110.501188,38.013842],[110.498152,38.021827],[110.49568,38.03816],[110.502804,38.057858],[110.503402,38.064087],[110.502518,38.070588],[110.494658,38.08625],[110.495915,38.097161],[110.511848,38.114115],[110.515782,38.122147],[110.515031,38.128088],[110.499494,38.158174],[110.500414,38.184567],[110.506716,38.197797],[110.516096,38.207096],[110.530278,38.211436],[110.551276,38.21003],[110.556444,38.212312],[110.561829,38.218658],[110.563876,38.224672],[110.562181,38.240829],[110.56832,38.269174],[110.566708,38.285762],[110.57378,38.298538],[110.578479,38.303762],[110.590466,38.308293],[110.632708,38.303989],[110.651316,38.306889],[110.665955,38.314965],[110.677955,38.330769],[110.69043,38.34391],[110.715099,38.357441],[110.729965,38.359976],[110.740593,38.365885],[110.747333,38.373799],[110.751315,38.394972],[110.762141,38.419664],[110.775468,38.44476],[110.782071,38.450029],[110.79083,38.452643],[110.811417,38.451488],[110.819718,38.448745],[110.831277,38.440753],[110.839068,38.438779],[110.862601,38.449772],[110.871991,38.4577],[110.872564,38.461242],[110.866119,38.475184],[110.869017,38.493904],[110.864234,38.503555],[110.864046,38.508821],[110.873587,38.515141],[110.893804,38.514392],[110.901537,38.520462],[110.904641,38.527964],[110.906553,38.544641],[110.90328,38.552606],[110.903926,38.561555],[110.912984,38.572452],[110.915107,38.578292],[110.91345,38.580776],[110.901895,38.582945],[110.89073,38.58843],[110.888847,38.596931],[110.874188,38.614707],[110.873467,38.622697],[110.882674,38.638519],[110.888504,38.657953],[110.890656,38.660104],[110.89934,38.662453],[110.909857,38.670736],[110.910567,38.675217],[110.905186,38.686007],[110.904606,38.692387],[110.91023,38.704202],[110.916479,38.70911],[110.927668,38.714626],[110.934371,38.720751],[110.939769,38.729027],[110.951576,38.740825],[110.958877,38.754165],[110.958931,38.759544],[110.949758,38.771323],[110.950416,38.775842],[110.95531,38.78007],[110.970703,38.785716],[110.975044,38.789671],[110.982655,38.802824],[110.982866,38.809532],[110.986486,38.816896],[111.001555,38.838976],[110.999261,38.851398],[110.990484,38.860878],[110.989131,38.865651],[110.991595,38.868953],[110.997239,38.871449],[111.008924,38.883045],[111.010038,38.885973],[111.010322,38.89183],[111.004788,38.915139],[111.006074,38.927182],[110.990644,38.957585],[110.981052,38.962345],[110.974936,38.967341],[110.974119,38.971277],[110.975347,38.975045],[110.979751,38.983502],[110.989187,38.995172],[111.023674,39.015529],[111.031991,39.018801],[111.068704,39.021828],[111.081676,39.025634],[111.09708,39.037755],[111.111091,39.044648],[111.130749,39.061982],[111.135936,39.068946],[111.139786,39.079265],[111.140162,39.087764],[111.137599,39.09563],[111.141557,39.099869],[111.150963,39.102965],[111.156253,39.10658],[111.167724,39.134323],[111.165195,39.141745],[111.157091,39.148697],[111.15699,39.15337],[111.165334,39.167887],[111.175211,39.176681],[111.179542,39.182812],[111.196977,39.222309],[111.204963,39.228277],[111.212748,39.23894],[111.213385,39.243222],[111.20823,39.253793],[111.210935,39.267839],[111.221909,39.284692],[111.231265,39.288962],[111.241907,39.300295],[111.240018,39.301872],[111.234664,39.302316],[111.20763,39.300569],[111.191727,39.306821],[111.172585,39.326856],[111.1759,39.331975],[111.187434,39.339368],[111.188091,39.345273],[111.185419,39.348143],[111.181139,39.349732],[111.17358,39.349419],[111.163248,39.343591],[111.161066,39.336542],[111.152912,39.334672],[111.146756,39.340062],[111.152285,39.356339],[111.149547,39.366857],[111.14467,39.368047],[111.119086,39.365205],[111.108316,39.368872],[111.107392,39.373457],[111.114143,39.379257],[111.127624,39.386584],[111.132932,39.399861],[111.139008,39.409232],[111.145153,39.413714],[111.15292,39.417337],[111.157222,39.417308],[111.168201,39.423139],[111.178465,39.41956],[111.192034,39.418385],[111.19897,39.419861],[111.202398,39.424468],[111.210095,39.425426],[111.212635,39.423648],[111.222357,39.422309],[111.226172,39.423789],[111.229056,39.42721],[111.237908,39.427607],[111.250668,39.424016],[111.262161,39.423411],[111.273081,39.420438],[111.281469,39.415978],[111.299011,39.420508],[111.32684,39.419007],[111.334895,39.42091],[111.348034,39.427445],[111.353049,39.43241],[111.356882,39.444212],[111.357443,39.467215],[111.366496,39.478901],[111.383434,39.491464],[111.401468,39.498172],[111.413246,39.499076],[111.424429,39.50658],[111.427118,39.521696],[111.425006,39.526887],[111.416039,39.537157],[111.415934,39.539408],[111.418513,39.548327],[111.423557,39.555322],[111.434632,39.596191],[111.422917,39.610548],[111.422567,39.615769],[111.424808,39.619506],[111.4339,39.62021],[111.441877,39.614333],[111.44976,39.605356],[111.455062,39.606516],[111.456693,39.611582],[111.456369,39.620327],[111.454261,39.626275],[111.437108,39.629624],[111.433667,39.632606],[111.432033,39.640304],[111.436736,39.640748],[111.446935,39.646197],[111.461731,39.648047],[111.486278,39.659019],[111.504917,39.660999],[111.519877,39.659937],[111.526074,39.655313],[111.534932,39.651533],[111.572574,39.642463],[111.582284,39.642053],[111.588595,39.638123],[111.609283,39.630989],[111.618674,39.631403],[111.624692,39.638377],[111.634904,39.643857],[111.647652,39.637683],[111.68127,39.629949],[111.702981,39.616928],[111.706604,39.613328],[111.709824,39.604968],[111.775248,39.586334],[111.782303,39.588287],[111.81202,39.604761],[111.817598,39.61147],[111.828988,39.620713],[111.837416,39.619525],[111.842269,39.615445],[111.872106,39.601858],[111.877332,39.61122],[111.894041,39.616527],[111.906498,39.61502],[111.921158,39.608343],[111.925699,39.609042],[111.928177,39.615361],[111.92803,39.635781],[111.931223,39.644939],[111.918421,39.660187],[111.917975,39.664947],[111.947883,39.68487],[111.963895,39.711744],[111.95903,39.720021],[111.963226,39.785416],[111.966285,39.795117],[111.984785,39.807286],[112.023883,39.848713],[112.025871,39.848544],[112.038297,39.877043],[112.036887,39.885017],[112.047021,39.901065],[112.05844,39.905738],[112.071453,39.919999],[112.078392,39.937094],[112.085451,39.948798],[112.10986,39.977361],[112.115194,39.988353],[112.121212,39.990822],[112.124952,39.994808],[112.128328,40.012557],[112.133968,40.018696],[112.135423,40.026025],[112.155531,40.041498],[112.158079,40.045855],[112.169048,40.050509],[112.175406,40.061073],[112.174944,40.06864],[112.177483,40.084246],[112.190904,40.093633],[112.196817,40.102171],[112.207216,40.112651],[112.216055,40.127088],[112.224065,40.131494],[112.21933,40.15244],[112.224195,40.159601],[112.226495,40.168914],[112.282516,40.200719],[112.292875,40.21031],[112.290829,40.216183],[112.28344,40.222239],[112.296842,40.237468],[112.305153,40.252639],[112.303543,40.255148],[112.318267,40.257523],[112.32847,40.253127],[112.342684,40.253296],[112.352903,40.255388],[112.386362,40.274957],[112.406793,40.293891],[112.456592,40.298593],[112.523551,40.261167],[112.566704,40.252541],[112.618552,40.23801],[112.657809,40.211653],[112.683568,40.190733],[112.724534,40.164695],[112.739759,40.162195],[112.754709,40.166541],[112.79557,40.18567],[112.84763,40.203041],[112.88749,40.297725],[112.891475,40.316641],[112.889921,40.3263],[112.968147,40.350564],[112.991424,40.354423],[113.021485,40.36371],[113.059726,40.367965],[113.113482,40.376541],[113.119583,40.375551],[113.135969,40.383946],[113.147472,40.387573],[113.1686,40.392394],[113.223458,40.401015],[113.250974,40.413804],[113.251726,40.399772],[113.271865,40.384318],[113.284518,40.362711],[113.294557,40.335009],[113.309331,40.318602],[113.319212,40.318686],[113.321451,40.315346],[113.325363,40.316494],[113.329012,40.314875],[113.331933,40.315914],[113.332521,40.318612],[113.352394,40.317449],[113.355723,40.313693],[113.361937,40.31186],[113.432542,40.321603],[113.504322,40.335545],[113.529336,40.332613],[113.556317,40.345568],[113.567963,40.349346],[113.571735,40.352176],[113.57419,40.361675],[113.584414,40.370907],[113.597839,40.380008],[113.613318,40.387936],[113.622719,40.396047],[113.631793,40.407249],[113.641581,40.408331],[113.655867,40.415264],[113.662585,40.420219],[113.67332,40.436146],[113.672885,40.441575],[113.675138,40.443861],[113.692664,40.448898],[113.729654,40.467372],[113.735623,40.465414],[113.750799,40.4684],[113.763506,40.482829],[113.776714,40.491441],[113.787458,40.518037],[113.791406,40.517864],[113.797858,40.514394],[113.806932,40.503602],[113.811932,40.500144],[113.817499,40.498947],[113.831251,40.478949],[113.837825,40.476534],[113.849594,40.466333],[113.863413,40.448312],[113.873622,40.451583],[113.891478,40.463688],[113.896319,40.468237],[113.896415,40.471159],[113.893911,40.474284],[113.894685,40.47696],[113.914022,40.490494],[113.919627,40.489413],[113.934834,40.500354],[113.941273,40.515618],[113.945554,40.51539],[113.946107,40.517883],[113.949036,40.520029],[113.958333,40.52057],[113.965407,40.525117],[113.975659,40.522131],[113.997145,40.52179],[114.011025,40.51813],[114.015155,40.519601],[114.02293,40.525967],[114.043536,40.527857],[114.068751,40.541567],[114.07777,40.554839],[114.077854,40.557391],[114.070171,40.559383],[114.068009,40.561658],[114.071571,40.578787],[114.06642,40.583056],[114.055695,40.585829],[114.049446,40.589617],[114.049372,40.592464],[114.043882,40.602194],[114.036034,40.606661],[114.034221,40.609231],[114.041556,40.622268],[114.057966,40.635798],[114.061136,40.642127],[114.060644,40.658945],[114.065128,40.679046],[114.064986,40.686554],[114.059542,40.698447],[114.053611,40.702573],[114.054179,40.718706],[114.060215,40.725041],[114.078918,40.733614],[114.088099,40.740307],[114.095371,40.739243],[114.10193,40.734752],[114.109402,40.733346],[114.12668,40.744953],[114.13714,40.734448]]]}},{type:"Feature",properties:{name:"内蒙古自治区",province_adcode:15e4,province_type:"自治区",name_en:"Neimenggu",name_var:"Nèi Měng Gǔ",adcode:15e4},geometry:{type:"Polygon",coordinates:[[[121.498126,53.326066],[121.501835,53.317319],[121.50435,53.315769],[121.518673,53.319901],[121.524617,53.316381],[121.53396,53.304742],[121.544704,53.299374],[121.544417,53.291498],[121.567327,53.295694],[121.577128,53.285567],[121.578749,53.28192],[121.591976,53.275463],[121.595508,53.266482],[121.6078,53.25862],[121.613233,53.257425],[121.635012,53.258683],[121.642791,53.257226],[121.673552,53.237947],[121.672233,53.223473],[121.666201,53.21327],[121.664802,53.207718],[121.665222,53.203841],[121.670585,53.198833],[121.645803,53.191257],[121.651905,53.173677],[121.65713,53.169207],[121.669968,53.163993],[121.696394,53.15645],[121.711808,53.144944],[121.726676,53.143558],[121.739641,53.147893],[121.744687,53.147084],[121.754082,53.140571],[121.759782,53.124806],[121.770205,53.117617],[121.777619,53.117442],[121.77178,53.112673],[121.77299,53.105856],[121.778532,53.102067],[121.766134,53.090796],[121.766977,53.088432],[121.772749,53.087018],[121.781756,53.080964],[121.781467,53.078517],[121.785032,53.074887],[121.806329,53.068812],[121.813433,53.062197],[121.808876,53.058701],[121.807242,53.053041],[121.79468,53.049464],[121.790809,53.042847],[121.789439,53.036398],[121.781763,53.031575],[121.781183,53.028873],[121.783088,53.024723],[121.778731,53.016483],[121.763311,53.013232],[121.742801,53.000668],[121.703107,52.996353],[121.7076,52.987559],[121.699764,52.982693],[121.693585,52.972308],[121.692374,52.967047],[121.687852,52.964984],[121.682586,52.955607],[121.67407,52.951845],[121.670594,52.92934],[121.657839,52.916211],[121.655451,52.91072],[121.647559,52.906389],[121.638619,52.905173],[121.630464,52.901736],[121.625163,52.894521],[121.601317,52.89072],[121.606327,52.884596],[121.595804,52.870048],[121.610022,52.861984],[121.610836,52.856961],[121.614702,52.851182],[121.597486,52.841373],[121.592068,52.836348],[121.589542,52.829315],[121.580699,52.819765],[121.532669,52.801135],[121.521585,52.789997],[121.504175,52.778923],[121.500872,52.773282],[121.471445,52.771707],[121.468048,52.76211],[121.460588,52.757304],[121.453792,52.745074],[121.447477,52.739419],[121.447573,52.733381],[121.445832,52.730698],[121.421905,52.719715],[121.397077,52.699736],[121.382144,52.695902],[121.373516,52.684469],[121.354538,52.67983],[121.339096,52.679938],[121.325581,52.676441],[121.312377,52.676837],[121.301304,52.672977],[121.299703,52.668496],[121.301959,52.665583],[121.285034,52.659704],[121.284889,52.649496],[121.264627,52.636689],[121.255338,52.63581],[121.235287,52.627431],[121.232793,52.621858],[121.227227,52.616346],[121.199864,52.608465],[121.195697,52.603512],[121.183188,52.595807],[121.184732,52.589872],[121.192297,52.583912],[121.224621,52.572717],[121.241686,52.581277],[121.259996,52.580532],[121.269183,52.585823],[121.298934,52.573453],[121.316494,52.572047],[121.319212,52.565823],[121.320582,52.553666],[121.325564,52.549482],[121.330121,52.550444],[121.333977,52.549322],[121.33792,52.543391],[121.343722,52.539956],[121.345262,52.537027],[121.344236,52.534528],[121.345709,52.533357],[121.360228,52.528692],[121.376934,52.529852],[121.38208,52.524023],[121.403396,52.520758],[121.403915,52.505909],[121.413441,52.497922],[121.442294,52.48903],[121.455613,52.487947],[121.464033,52.480794],[121.489886,52.482386],[121.494802,52.47551],[121.504289,52.472632],[121.509675,52.459578],[121.520446,52.452523],[121.526261,52.452847],[121.542027,52.459657],[121.550354,52.460551],[121.558403,52.459175],[121.563037,52.454235],[121.571387,52.454408],[121.574162,52.45232],[121.57659,52.446346],[121.581422,52.440616],[121.596396,52.43915],[121.637975,52.443303],[121.649122,52.430813],[121.663968,52.427566],[121.675078,52.418416],[121.664775,52.413016],[121.66575,52.407994],[121.662273,52.398572],[121.654533,52.386881],[121.662732,52.385824],[121.676904,52.373617],[121.687902,52.371151],[121.694548,52.356881],[121.708452,52.347723],[121.714228,52.3333],[121.710902,52.32859],[121.71122,52.315643],[121.71339,52.313617],[121.731768,52.308891],[121.739646,52.310305],[121.744878,52.307809],[121.75819,52.30678],[121.780584,52.299054],[121.797791,52.297318],[121.802655,52.29151],[121.820238,52.287678],[121.833092,52.279442],[121.863076,52.285234],[121.870407,52.280857],[121.899491,52.279726],[121.905171,52.282055],[121.920137,52.282703],[121.930852,52.287175],[121.935973,52.291673],[121.948974,52.310606],[121.944763,52.313447],[121.944675,52.315388],[121.971927,52.32653],[121.973285,52.328269],[121.97087,52.329956],[121.969408,52.333887],[121.974785,52.342164],[121.984127,52.34636],[122.000626,52.36244],[122.018802,52.367564],[122.02873,52.380673],[122.037977,52.388193],[122.039163,52.390584],[122.032382,52.409041],[122.04771,52.410108],[122.061559,52.417619],[122.069531,52.416969],[122.081904,52.418914],[122.079457,52.425964],[122.073237,52.431122],[122.078796,52.442803],[122.090934,52.442643],[122.103134,52.449759],[122.104062,52.454921],[122.108734,52.459061],[122.109908,52.466298],[122.127853,52.475198],[122.130429,52.478616],[122.122415,52.483914],[122.132041,52.492554],[122.132656,52.507611],[122.151538,52.515121],[122.160977,52.513752],[122.159409,52.512027],[122.160158,52.505744],[122.167444,52.495463],[122.165447,52.490604],[122.168968,52.48392],[122.199895,52.466602],[122.220355,52.470923],[122.223913,52.468814],[122.246352,52.468763],[122.256086,52.466087],[122.270782,52.470369],[122.279008,52.475922],[122.305501,52.474127],[122.305356,52.469027],[122.308525,52.46228],[122.314813,52.461766],[122.317605,52.459904],[122.321285,52.434316],[122.326865,52.428855],[122.337809,52.42255],[122.337122,52.415038],[122.338681,52.410298],[122.345944,52.409223],[122.354138,52.411552],[122.361529,52.410198],[122.364728,52.404919],[122.365697,52.397834],[122.370588,52.39331],[122.387062,52.392721],[122.392877,52.390855],[122.393891,52.384509],[122.398473,52.375936],[122.401105,52.374],[122.40577,52.374024],[122.409953,52.377811],[122.42137,52.378693],[122.429857,52.387098],[122.435777,52.390413],[122.444024,52.383936],[122.443292,52.377198],[122.451233,52.371503],[122.449968,52.36646],[122.451219,52.364202],[122.457749,52.357261],[122.464194,52.355106],[122.474535,52.348064],[122.474865,52.345192],[122.471571,52.340471],[122.474075,52.330317],[122.464969,52.328464],[122.466494,52.323183],[122.472462,52.3148],[122.469344,52.304707],[122.462423,52.300097],[122.467512,52.295212],[122.472399,52.295885],[122.485738,52.292985],[122.497439,52.285458],[122.528794,52.284737],[122.545852,52.280054],[122.563532,52.28009],[122.573325,52.271634],[122.574487,52.268275],[122.590709,52.265571],[122.612203,52.267247],[122.626638,52.270592],[122.642119,52.271205],[122.648828,52.276067],[122.651452,52.281085],[122.653908,52.282283],[122.666647,52.273889],[122.690228,52.267922],[122.685098,52.259644],[122.696437,52.253111],[122.723064,52.258318],[122.736165,52.257481],[122.745861,52.258654],[122.756087,52.262769],[122.76132,52.261451],[122.765424,52.256323],[122.783692,52.250498],[122.785275,52.248394],[122.783385,52.242617],[122.776484,52.23534],[122.763874,52.231652],[122.755582,52.225095],[122.769471,52.200146],[122.768719,52.193583],[122.76452,52.183983],[122.76901,52.178835],[122.768806,52.176815],[122.758038,52.174379],[122.754025,52.169231],[122.737294,52.165459],[122.73771,52.15965],[122.730305,52.148108],[122.712839,52.143982],[122.695608,52.144991],[122.680747,52.135734],[122.670525,52.137241],[122.644703,52.134768],[122.630397,52.135108],[122.622748,52.127121],[122.639701,52.107532],[122.639237,52.102206],[122.642229,52.09821],[122.63388,52.095402],[122.632564,52.084941],[122.61795,52.07143],[122.61868,52.064943],[122.623541,52.060786],[122.638634,52.061193],[122.64745,52.059087],[122.649726,52.050961],[122.646449,52.047162],[122.644781,52.031903],[122.650022,52.023045],[122.658851,52.019307],[122.661884,52.016364],[122.657431,52.009924],[122.656803,51.997059],[122.666209,51.988486],[122.667403,51.981013],[122.666154,51.975878],[122.672073,51.972138],[122.681732,51.970689],[122.696665,51.9755],[122.710658,51.976028],[122.71654,51.968513],[122.720263,51.956948],[122.711595,51.94704],[122.711706,51.942672],[122.72658,51.92362],[122.726809,51.921422],[122.717157,51.913626],[122.71011,51.910787],[122.693282,51.887119],[122.698137,51.880807],[122.705176,51.881371],[122.712568,51.879538],[122.714911,51.877509],[122.719105,51.868394],[122.719246,51.859193],[122.72851,51.849755],[122.724631,51.831951],[122.730944,51.820606],[122.741571,51.806382],[122.752801,51.797107],[122.765846,51.769403],[122.749327,51.750497],[122.740633,51.745081],[122.74139,51.740004],[122.750959,51.733628],[122.765142,51.728847],[122.767199,51.712319],[122.77244,51.68968],[122.778433,51.683513],[122.788858,51.678965],[122.79488,51.671092],[122.79961,51.660328],[122.811975,51.655592],[122.811498,51.642311],[122.814693,51.633572],[122.82279,51.625759],[122.829154,51.626321],[122.835151,51.624658],[122.847676,51.612166],[122.851157,51.60317],[122.850225,51.599752],[122.831703,51.591645],[122.826032,51.578687],[122.829438,51.574522],[122.837902,51.573304],[122.851007,51.567617],[122.881035,51.548154],[122.880252,51.533908],[122.863408,51.531585],[122.848346,51.526497],[122.860053,51.511835],[122.863148,51.510351],[122.871623,51.511536],[122.87912,51.504123],[122.872828,51.489153],[122.854512,51.478245],[122.851138,51.47252],[122.852255,51.468983],[122.858604,51.465802],[122.864762,51.45944],[122.869214,51.44749],[122.901433,51.444841],[122.893851,51.43804],[122.890588,51.429923],[122.891551,51.420013],[122.894867,51.414606],[122.912951,51.40613],[122.928846,51.407543],[122.933861,51.406597],[122.943145,51.395972],[122.960975,51.387386],[122.957644,51.370663],[122.949689,51.360321],[122.963362,51.34309],[122.963371,51.337047],[122.970615,51.328224],[122.995329,51.309459],[123.008743,51.30507],[123.013847,51.307473],[123.016528,51.314037],[123.023155,51.31889],[123.060056,51.318628],[123.08237,51.308692],[123.102906,51.306615],[123.12305,51.295426],[123.125485,51.295474],[123.135568,51.301544],[123.140886,51.302098],[123.154085,51.297827],[123.156274,51.291418],[123.160839,51.285636],[123.182122,51.281025],[123.204154,51.281574],[123.219552,51.277679],[123.228507,51.267383],[123.240964,51.258358],[123.248899,51.256987],[123.275565,51.244761],[123.300003,51.264831],[123.331262,51.270799],[123.333511,51.272403],[123.34449,51.270295],[123.35561,51.264283],[123.365548,51.262101],[123.372169,51.263159],[123.377905,51.269453],[123.3955,51.276788],[123.423175,51.270536],[123.443876,51.270633],[123.448727,51.273554],[123.448847,51.285575],[123.451938,51.288113],[123.483318,51.291678],[123.497761,51.289036],[123.502714,51.283616],[123.523706,51.283151],[123.527921,51.28657],[123.537199,51.288855],[123.549182,51.287621],[123.575059,51.291636],[123.571626,51.30557],[123.574995,51.309674],[123.578722,51.310895],[123.594434,51.310514],[123.619141,51.315946],[123.635337,51.32172],[123.646592,51.317157],[123.649819,51.317825],[123.652894,51.3245],[123.649821,51.332314],[123.653727,51.346157],[123.660315,51.345672],[123.672614,51.353264],[123.674739,51.362825],[123.671082,51.365322],[123.67448,51.37234],[123.694861,51.392197],[123.711413,51.398192],[123.716381,51.396949],[123.718755,51.390235],[123.724583,51.385377],[123.745039,51.37508],[123.786997,51.359954],[123.813427,51.367829],[123.832249,51.36374],[123.850313,51.353298],[123.850748,51.347555],[123.854319,51.340931],[123.886396,51.31374],[123.907377,51.303575],[123.920745,51.300251],[123.937902,51.311833],[123.970873,51.321493],[123.985659,51.323591],[124.003384,51.323445],[124.022393,51.318262],[124.04182,51.320079],[124.062985,51.317726],[124.072776,51.323506],[124.084588,51.340465],[124.110496,51.344902],[124.12558,51.33886],[124.13,51.338548],[124.143411,51.344439],[124.170652,51.337629],[124.206154,51.3483],[124.226404,51.341694],[124.239055,51.334348],[124.255335,51.32268],[124.261875,51.315345],[124.291229,51.295613],[124.293507,51.292955],[124.293317,51.288472],[124.301668,51.287035],[124.324063,51.292005],[124.330324,51.289704],[124.327521,51.279647],[124.337334,51.27068],[124.347869,51.278815],[124.372932,51.27866],[124.384419,51.273878],[124.396834,51.271786],[124.400303,51.281024],[124.419043,51.298091],[124.422257,51.305951],[124.41789,51.341519],[124.42488,51.352602],[124.440647,51.360768],[124.459767,51.362243],[124.470084,51.360801],[124.47409,51.372691],[124.477428,51.377785],[124.489053,51.3811],[124.493839,51.381596],[124.514724,51.373852],[124.531654,51.371236],[124.544701,51.37561],[124.554047,51.373519],[124.583018,51.356936],[124.588867,51.351433],[124.589327,51.347854],[124.593499,51.343285],[124.62278,51.323691],[124.644547,51.336544],[124.655994,51.334737],[124.660074,51.332384],[124.705356,51.339623],[124.742634,51.354507],[124.748588,51.360508],[124.748579,51.366451],[124.744466,51.370456],[124.749939,51.377619],[124.772291,51.390919],[124.780815,51.394318],[124.795815,51.387879],[124.846057,51.378489],[124.86052,51.37809],[124.866548,51.379914],[124.878698,51.390221],[124.878555,51.392756],[124.871965,51.396595],[124.870162,51.399955],[124.871163,51.402367],[124.90437,51.432573],[124.919715,51.433423],[124.936851,51.442429],[124.931149,51.454611],[124.91224,51.47859],[124.913648,51.494637],[124.916617,51.498597],[124.93908,51.503463],[124.964726,51.502151],[124.978285,51.506744],[124.980906,51.509568],[124.982441,51.516751],[124.990401,51.521753],[125.007693,51.525943],[125.040677,51.526984],[125.05325,51.533061],[125.053665,51.53837],[125.058029,51.548673],[125.069589,51.553388],[125.0658,51.561203],[125.062091,51.564298],[125.056723,51.580532],[125.053414,51.597008],[125.060466,51.623301],[125.079981,51.639102],[125.095767,51.656636],[125.114396,51.66105],[125.12062,51.656936],[125.123298,51.644856],[125.121329,51.633161],[125.127098,51.630989],[125.140162,51.631691],[125.145593,51.634744],[125.165515,51.637539],[125.198955,51.626553],[125.209667,51.624584],[125.214093,51.632576],[125.218375,51.636431],[125.223288,51.638179],[125.252773,51.627509],[125.260057,51.63152],[125.264965,51.63642],[125.27978,51.632788],[125.289076,51.624216],[125.290844,51.617319],[125.308299,51.607163],[125.311363,51.607062],[125.314835,51.615172],[125.328322,51.620385],[125.347301,51.621148],[125.359293,51.616405],[125.362747,51.612716],[125.367309,51.603089],[125.370578,51.600302],[125.369448,51.591627],[125.372544,51.583982],[125.39733,51.571783],[125.411571,51.562783],[125.416151,51.561992],[125.425209,51.551343],[125.432601,51.54879],[125.448028,51.537557],[125.453469,51.530699],[125.469625,51.525591],[125.472037,51.522638],[125.471305,51.519513],[125.47472,51.516647],[125.488199,51.509553],[125.49922,51.499472],[125.516437,51.489912],[125.523044,51.481622],[125.535627,51.472813],[125.538113,51.463103],[125.557515,51.456109],[125.558356,51.452147],[125.560178,51.451272],[125.570516,51.449653],[125.572218,51.444932],[125.569404,51.440942],[125.560503,51.437344],[125.561484,51.435019],[125.566673,51.431846],[125.565541,51.429331],[125.571919,51.426699],[125.573926,51.428357],[125.579822,51.425055],[125.584771,51.418901],[125.594607,51.411685],[125.601336,51.401153],[125.606257,51.39886],[125.616572,51.397808],[125.616807,51.395847],[125.613719,51.394373],[125.611024,51.389582],[125.616138,51.385036],[125.617182,51.379326],[125.628024,51.372258],[125.637058,51.369038],[125.633896,51.365083],[125.635556,51.362743],[125.648422,51.353044],[125.660333,51.348269],[125.663161,51.344477],[125.66297,51.341112],[125.67616,51.336139],[125.680496,51.337339],[125.681327,51.339278],[125.686139,51.338017],[125.694171,51.323984],[125.695204,51.317032],[125.70728,51.308774],[125.700127,51.303782],[125.704381,51.300976],[125.708681,51.30036],[125.713219,51.293254],[125.739166,51.266743],[125.756761,51.259967],[125.754329,51.2529],[125.755303,51.247996],[125.757597,51.245205],[125.75655,51.242268],[125.744174,51.232713],[125.749579,51.226032],[125.763341,51.224125],[125.78097,51.225791],[125.788539,51.223158],[125.812862,51.225601],[125.833383,51.21892],[125.836268,51.21541],[125.833765,51.212494],[125.842244,51.207304],[125.84652,51.206443],[125.844233,51.201496],[125.850967,51.195167],[125.849836,51.188557],[125.859715,51.176632],[125.855231,51.170153],[125.865663,51.162122],[125.870845,51.161225],[125.871266,51.157646],[125.859036,51.151026],[125.857416,51.146069],[125.857934,51.144089],[125.868074,51.13792],[125.881406,51.138463],[125.883357,51.136834],[125.88158,51.134698],[125.883636,51.133226],[125.90185,51.138251],[125.907002,51.137222],[125.913901,51.133799],[125.913129,51.131233],[125.909206,51.131845],[125.911706,51.127797],[125.91353,51.127446],[125.917163,51.130239],[125.925975,51.126957],[125.921556,51.125832],[125.917501,51.122179],[125.920873,51.12025],[125.927236,51.111522],[125.938134,51.107138],[125.956397,51.116503],[125.965975,51.124035],[125.976169,51.121076],[125.97533,51.115764],[125.977267,51.112921],[125.981444,51.113879],[125.983082,51.118071],[125.986932,51.118013],[125.987348,51.114091],[125.982477,51.110033],[125.98073,51.101817],[125.981084,51.099601],[125.984007,51.098134],[125.981811,51.095732],[125.97524,51.09588],[125.969357,51.090293],[125.976061,51.086417],[125.982759,51.086814],[125.983523,51.084392],[125.978912,51.083218],[125.97162,51.085865],[125.968187,51.083871],[125.983212,51.077732],[125.99591,51.068712],[126.005587,51.066911],[126.010164,51.068832],[126.014098,51.068516],[126.013413,51.065154],[126.000369,51.057668],[126.001372,51.056235],[126.019823,51.054976],[126.021481,51.052021],[126.020759,51.049738],[126.023206,51.048299],[126.034529,51.044094],[126.043709,51.045579],[126.052224,51.041094],[126.052842,51.035618],[126.048611,51.03257],[126.042806,51.033049],[126.038221,51.037389],[126.033573,51.037344],[126.031395,51.035438],[126.0324,51.032969],[126.036275,51.031046],[126.041526,51.031359],[126.044188,51.02865],[126.037269,51.015125],[126.032371,51.013541],[126.025817,51.008526],[126.030816,50.999039],[126.038776,50.996016],[126.040998,50.988539],[126.040044,50.985263],[126.034491,50.982858],[126.033999,50.9801],[126.045871,50.975687],[126.062438,50.97953],[126.065536,50.978545],[126.061152,50.964849],[126.038705,50.943822],[126.035097,50.924087],[126.029613,50.924456],[126.031483,50.931235],[126.028588,50.933397],[126.013704,50.926405],[126.011555,50.922499],[126.01471,50.912043],[126.022565,50.905621],[126.022481,50.90238],[126.020273,50.900226],[126.011419,50.901068],[126.008516,50.907772],[126.006653,50.908878],[126.003561,50.90836],[125.998434,50.903058],[125.987867,50.904341],[125.988761,50.899955],[125.992482,50.899928],[125.996984,50.896885],[125.99437,50.894359],[125.988168,50.895521],[125.987043,50.894188],[125.98732,50.887107],[125.993629,50.879891],[125.989296,50.870249],[125.975804,50.869647],[125.968212,50.875231],[125.965,50.879761],[125.967663,50.889679],[125.967444,50.894875],[125.962177,50.898315],[125.953676,50.899592],[125.95154,50.898937],[125.94665,50.891612],[125.941726,50.875502],[125.934176,50.869716],[125.948709,50.864667],[125.944341,50.857454],[125.93579,50.853126],[125.923491,50.852216],[125.912626,50.852846],[125.901044,50.857463],[125.886881,50.85604],[125.887008,50.854539],[125.899849,50.853712],[125.910249,50.849608],[125.918051,50.842679],[125.91545,50.833237],[125.912068,50.828639],[125.905801,50.824538],[125.879665,50.82152],[125.874417,50.818921],[125.871207,50.814018],[125.88272,50.807041],[125.883147,50.804734],[125.877304,50.80022],[125.870428,50.79836],[125.862515,50.792941],[125.850204,50.78929],[125.83415,50.792943],[125.828469,50.791835],[125.823947,50.783921],[125.825687,50.779292],[125.839401,50.767645],[125.832982,50.755254],[125.828124,50.754178],[125.820079,50.755896],[125.819668,50.759808],[125.81481,50.763469],[125.803818,50.766484],[125.793763,50.772516],[125.785073,50.771235],[125.770902,50.765992],[125.760511,50.756208],[125.753156,50.751617],[125.750355,50.746462],[125.751676,50.744715],[125.759628,50.743617],[125.766055,50.746269],[125.77189,50.746223],[125.786273,50.739236],[125.78795,50.736523],[125.786406,50.732336],[125.776665,50.72943],[125.773323,50.72622],[125.773264,50.723969],[125.783942,50.717846],[125.79616,50.714701],[125.800144,50.710722],[125.810953,50.708524],[125.817973,50.702393],[125.814701,50.69665],[125.813637,50.690924],[125.80925,50.686236],[125.790011,50.681211],[125.779811,50.676393],[125.782885,50.672039],[125.796855,50.661439],[125.796533,50.656342],[125.78645,50.649617],[125.785137,50.64312],[125.788262,50.636878],[125.794226,50.630266],[125.803872,50.626135],[125.807414,50.622441],[125.805258,50.610179],[125.800895,50.602082],[125.802603,50.598683],[125.809503,50.594196],[125.810116,50.584316],[125.818143,50.574568],[125.821997,50.565539],[125.821757,50.560006],[125.814119,50.556389],[125.816512,50.548263],[125.813974,50.546839],[125.804101,50.546816],[125.792486,50.539278],[125.789556,50.533415],[125.782789,50.529563],[125.760856,50.529353],[125.758976,50.525673],[125.76516,50.523229],[125.766012,50.519096],[125.75654,50.516087],[125.755469,50.513839],[125.757137,50.511153],[125.750399,50.506452],[125.745368,50.505482],[125.733606,50.508501],[125.733117,50.509879],[125.734908,50.511043],[125.743967,50.511374],[125.746134,50.516106],[125.737493,50.520707],[125.729697,50.521403],[125.71701,50.515081],[125.705501,50.503493],[125.695219,50.495982],[125.678105,50.493754],[125.674721,50.490438],[125.675065,50.486582],[125.681343,50.484637],[125.690906,50.485828],[125.693195,50.484157],[125.692718,50.481914],[125.687331,50.479076],[125.67791,50.479911],[125.670411,50.47574],[125.658893,50.477411],[125.646921,50.469071],[125.639743,50.450734],[125.62727,50.44312],[125.614187,50.442162],[125.610399,50.44361],[125.607533,50.448662],[125.584344,50.451077],[125.573067,50.447629],[125.569276,50.444124],[125.571883,50.441256],[125.580494,50.440836],[125.582005,50.438856],[125.580655,50.436348],[125.561141,50.440933],[125.557151,50.440437],[125.554541,50.436188],[125.557244,50.428379],[125.562604,50.423601],[125.565297,50.417398],[125.576127,50.407499],[125.575327,50.404329],[125.571769,50.400664],[125.566088,50.399949],[125.559827,50.401411],[125.527063,50.419172],[125.520577,50.418595],[125.517574,50.411519],[125.505407,50.40753],[125.506005,50.405268],[125.513915,50.403885],[125.517416,50.401717],[125.530342,50.379233],[125.527974,50.376195],[125.515991,50.372323],[125.512904,50.370078],[125.513041,50.368281],[125.519656,50.363639],[125.535703,50.361683],[125.539351,50.357698],[125.531032,50.350738],[125.515159,50.349587],[125.509669,50.344937],[125.509618,50.33897],[125.51655,50.333052],[125.523045,50.329861],[125.522253,50.326762],[125.511756,50.323102],[125.501423,50.323694],[125.495103,50.319746],[125.495356,50.317571],[125.498267,50.315544],[125.511894,50.314691],[125.514407,50.312287],[125.513982,50.310787],[125.505275,50.308403],[125.497027,50.310893],[125.489348,50.310656],[125.479758,50.305333],[125.471143,50.295212],[125.466622,50.294348],[125.459433,50.295894],[125.456175,50.294464],[125.456236,50.281209],[125.459574,50.266926],[125.454775,50.263988],[125.446889,50.266611],[125.44321,50.266204],[125.436034,50.261158],[125.434476,50.25772],[125.436621,50.254801],[125.444225,50.250441],[125.440769,50.238413],[125.452752,50.233143],[125.456788,50.229117],[125.456491,50.227556],[125.449332,50.225462],[125.435977,50.230634],[125.428341,50.229386],[125.427269,50.227787],[125.428079,50.222303],[125.440907,50.215027],[125.440833,50.210025],[125.433725,50.204096],[125.418422,50.199838],[125.410537,50.194432],[125.399899,50.193528],[125.384952,50.197877],[125.380947,50.197379],[125.375379,50.190882],[125.375436,50.182759],[125.380629,50.178134],[125.380139,50.175046],[125.376632,50.171114],[125.370135,50.171063],[125.361772,50.168578],[125.349692,50.162281],[125.334316,50.164584],[125.326864,50.16344],[125.331194,50.157124],[125.350343,50.147014],[125.369683,50.143455],[125.372428,50.138749],[125.370292,50.136742],[125.3439,50.133843],[125.333189,50.135257],[125.320908,50.133953],[125.320075,50.130075],[125.322313,50.126303],[125.321788,50.121102],[125.320295,50.117882],[125.318243,50.117194],[125.311501,50.119255],[125.308139,50.122182],[125.306973,50.133827],[125.304975,50.138314],[125.296295,50.138283],[125.284776,50.129888],[125.270671,50.125009],[125.2719,50.117695],[125.275874,50.111321],[125.271268,50.106613],[125.267974,50.10467],[125.249716,50.100872],[125.251041,50.098421],[125.257092,50.096033],[125.267393,50.09629],[125.277487,50.093126],[125.281593,50.090283],[125.280727,50.088419],[125.263485,50.078855],[125.266545,50.073733],[125.270423,50.070995],[125.291553,50.066129],[125.324517,50.063396],[125.327485,50.061599],[125.330913,50.055662],[125.320826,50.048498],[125.305055,50.043501],[125.300478,50.043694],[125.291602,50.047144],[125.284489,50.054747],[125.278986,50.05715],[125.267808,50.053162],[125.256991,50.045137],[125.244488,50.04395],[125.244109,50.041493],[125.25104,50.036066],[125.261527,50.034108],[125.271542,50.035301],[125.278054,50.033483],[125.285662,50.028755],[125.290158,50.020935],[125.290756,50.015854],[125.287588,50.005651],[125.281932,50.000535],[125.269442,49.994165],[125.245403,49.992053],[125.237219,49.989159],[125.234205,49.986032],[125.233406,49.982557],[125.235746,49.973859],[125.235565,49.968149],[125.224513,49.956694],[125.221264,49.956131],[125.203301,49.960055],[125.183,49.957857],[125.176786,49.95547],[125.176251,49.950667],[125.191339,49.940554],[125.192591,49.932385],[125.202539,49.92946],[125.210457,49.923454],[125.219223,49.921908],[125.21863,49.91999],[125.205792,49.910131],[125.206182,49.904169],[125.225297,49.891378],[125.237958,49.869819],[125.236714,49.866519],[125.233931,49.864974],[125.219923,49.865853],[125.215296,49.863226],[125.216457,49.857506],[125.232454,49.847274],[125.231454,49.842622],[125.22859,49.838759],[125.215044,49.834003],[125.178148,49.82954],[125.171883,49.82791],[125.170556,49.826188],[125.170847,49.822294],[125.173966,49.81746],[125.205727,49.803721],[125.215939,49.796496],[125.219938,49.789736],[125.2145,49.782916],[125.219914,49.775552],[125.220727,49.772017],[125.214106,49.753123],[125.201193,49.743097],[125.196032,49.734156],[125.198002,49.731579],[125.211706,49.727694],[125.218264,49.724088],[125.210938,49.712759],[125.209349,49.704877],[125.21381,49.670806],[125.212384,49.667274],[125.191973,49.647246],[125.19191,49.635294],[125.184208,49.629224],[125.177494,49.633846],[125.18199,49.649651],[125.176981,49.656217],[125.161522,49.665589],[125.130033,49.672181],[125.123187,49.668737],[125.120112,49.659375],[125.122421,49.640646],[125.129322,49.633124],[125.131866,49.62428],[125.137343,49.618778],[125.145298,49.615019],[125.153102,49.615409],[125.158436,49.619446],[125.160324,49.627638],[125.165887,49.628469],[125.167291,49.62769],[125.166639,49.622484],[125.170253,49.616992],[125.175178,49.612193],[125.190572,49.602354],[125.196951,49.592525],[125.207076,49.590042],[125.217125,49.593644],[125.226675,49.591649],[125.227195,49.587406],[125.221713,49.581768],[125.227407,49.575579],[125.227919,49.572966],[125.213433,49.567961],[125.208717,49.564544],[125.212601,49.561859],[125.223102,49.560467],[125.226024,49.558057],[125.228129,49.536407],[125.225703,49.534083],[125.220737,49.532851],[125.207795,49.539566],[125.204088,49.539095],[125.202567,49.536623],[125.216138,49.517699],[125.216878,49.504842],[125.219293,49.50291],[125.232717,49.501461],[125.236767,49.496253],[125.233791,49.492425],[125.221645,49.489994],[125.220062,49.488104],[125.220585,49.486269],[125.258744,49.457376],[125.263809,49.450733],[125.26161,49.443697],[125.248685,49.433563],[125.252593,49.424801],[125.251631,49.41675],[125.25272,49.404497],[125.248374,49.393934],[125.249381,49.390693],[125.260424,49.38866],[125.268535,49.382827],[125.269722,49.374268],[125.262075,49.366004],[125.268787,49.361912],[125.269847,49.359699],[125.265739,49.356786],[125.25495,49.3604],[125.246486,49.356106],[125.247265,49.349507],[125.253135,49.344148],[125.257219,49.335869],[125.2546,49.33263],[125.244449,49.329729],[125.242701,49.325919],[125.245331,49.323144],[125.256928,49.319997],[125.25655,49.314949],[125.246084,49.310629],[125.234411,49.300911],[125.219129,49.282272],[125.2096,49.280903],[125.206271,49.276961],[125.207201,49.273388],[125.218652,49.271071],[125.220545,49.269047],[125.220719,49.266447],[125.21374,49.26134],[125.213819,49.257443],[125.22727,49.256915],[125.229996,49.254321],[125.224869,49.250588],[125.216632,49.252465],[125.209744,49.251966],[125.205548,49.246035],[125.206589,49.243125],[125.218409,49.238402],[125.221087,49.228295],[125.21924,49.215671],[125.211276,49.204035],[125.213273,49.192693],[125.212203,49.187394],[125.20138,49.183632],[125.189602,49.185218],[125.179318,49.183987],[125.175543,49.18025],[125.170828,49.171036],[125.157886,49.16372],[125.154011,49.159913],[125.150959,49.148618],[125.148326,49.145077],[125.140819,49.140024],[125.126065,49.138694],[125.11349,49.126254],[125.108235,49.124152],[125.096402,49.126644],[125.079321,49.133625],[125.055477,49.13883],[125.047305,49.145052],[125.02964,49.151518],[125.026148,49.156444],[125.026904,49.160403],[125.033738,49.166579],[125.034797,49.169305],[125.033074,49.17481],[125.030364,49.175593],[125.026098,49.175549],[125.012209,49.170855],[124.996333,49.174069],[124.984103,49.163983],[124.974555,49.161101],[124.963208,49.164055],[124.947529,49.162871],[124.914268,49.178584],[124.906819,49.181181],[124.898691,49.18122],[124.873088,49.173642],[124.855217,49.165529],[124.843081,49.133736],[124.838236,49.126038],[124.825553,49.118798],[124.809466,49.117634],[124.801811,49.113266],[124.800472,49.106102],[124.816636,49.084845],[124.822864,49.073663],[124.82138,49.068658],[124.812966,49.063072],[124.809106,49.057295],[124.810208,49.052519],[124.815881,49.046078],[124.81518,49.042447],[124.803509,49.031847],[124.802917,49.022831],[124.800256,49.017121],[124.7928,49.008018],[124.784037,48.999383],[124.77254,48.995171],[124.757009,48.977755],[124.74157,48.948189],[124.74315,48.938743],[124.74769,48.930992],[124.745217,48.923796],[124.736333,48.91859],[124.712752,48.918369],[124.705783,48.910551],[124.704416,48.899072],[124.700562,48.888809],[124.70794,48.884652],[124.700245,48.859714],[124.678697,48.838799],[124.670754,48.840302],[124.649432,48.833415],[124.647122,48.831397],[124.639821,48.819067],[124.636715,48.806811],[124.639509,48.797199],[124.646614,48.785128],[124.642201,48.775326],[124.619721,48.764323],[124.616819,48.755901],[124.60662,48.74654],[124.612816,48.715182],[124.617677,48.70131],[124.608989,48.667239],[124.596254,48.656679],[124.597939,48.639483],[124.596707,48.63215],[124.57547,48.616548],[124.57307,48.606957],[124.566462,48.59311],[124.5592,48.588762],[124.557425,48.584609],[124.540774,48.582285],[124.536006,48.579214],[124.520247,48.558488],[124.518067,48.544308],[124.53661,48.538483],[124.542902,48.530678],[124.539479,48.525437],[124.530195,48.519079],[124.526595,48.512313],[124.530447,48.49385],[124.532943,48.489778],[124.532808,48.475178],[124.53422,48.473506],[124.546206,48.470502],[124.550069,48.465769],[124.548226,48.46216],[124.532093,48.459198],[124.518718,48.4497],[124.503846,48.448064],[124.500629,48.445568],[124.500611,48.442783],[124.503892,48.437879],[124.518799,48.424536],[124.519828,48.417988],[124.514684,48.408544],[124.516714,48.405184],[124.514703,48.397999],[124.518912,48.390751],[124.518881,48.386607],[124.508825,48.379455],[124.508058,48.377346],[124.509644,48.373955],[124.519726,48.366947],[124.53111,48.367485],[124.535461,48.364183],[124.538721,48.357547],[124.539215,48.351681],[124.542689,48.345731],[124.534105,48.3368],[124.533931,48.333302],[124.54046,48.326653],[124.556692,48.318856],[124.559758,48.313618],[124.559022,48.307362],[124.562362,48.304511],[124.571491,48.302516],[124.575902,48.298579],[124.576556,48.296045],[124.573048,48.292871],[124.56209,48.291535],[124.557119,48.289378],[124.553513,48.284449],[124.55255,48.275806],[124.548573,48.270933],[124.549094,48.268069],[124.552015,48.266356],[124.567002,48.265269],[124.569884,48.263827],[124.57227,48.25942],[124.572455,48.252246],[124.568719,48.24864],[124.560383,48.245209],[124.553538,48.239056],[124.551621,48.234302],[124.556013,48.228849],[124.555924,48.224392],[124.546691,48.216795],[124.544823,48.210533],[124.545632,48.205388],[124.531855,48.19277],[124.512541,48.185044],[124.513298,48.18015],[124.519994,48.175385],[124.522242,48.171898],[124.521092,48.170145],[124.518431,48.168215],[124.508936,48.168255],[124.505177,48.166629],[124.504942,48.164475],[124.507637,48.162495],[124.522033,48.158099],[124.521647,48.147578],[124.519444,48.142708],[124.515893,48.139884],[124.504558,48.135727],[124.499735,48.130667],[124.498554,48.12366],[124.495128,48.118889],[124.489738,48.118756],[124.480962,48.124717],[124.472394,48.122986],[124.468492,48.117505],[124.471777,48.111592],[124.469247,48.104117],[124.459183,48.096072],[124.452823,48.095306],[124.442978,48.097044],[124.430757,48.093081],[124.428435,48.090369],[124.429928,48.083573],[124.427529,48.080722],[124.422291,48.080638],[124.416454,48.085823],[124.410959,48.086522],[124.415012,48.091974],[124.415003,48.095595],[124.412463,48.099978],[124.413236,48.102155],[124.418815,48.104521],[124.427811,48.105349],[124.431253,48.110158],[124.430567,48.112437],[124.422555,48.118665],[124.423112,48.123045],[124.427054,48.124738],[124.461128,48.129307],[124.466044,48.132135],[124.467586,48.138436],[124.461159,48.142886],[124.456255,48.15012],[124.455955,48.153512],[124.458602,48.15771],[124.469671,48.160875],[124.471405,48.165138],[124.464115,48.172518],[124.458548,48.171229],[124.459907,48.174789],[124.456805,48.1783],[124.455698,48.178439],[124.454166,48.173493],[124.447518,48.170954],[124.443691,48.174455],[124.43636,48.17681],[124.430277,48.176186],[124.416432,48.180184],[124.410571,48.187264],[124.4118,48.190873],[124.409428,48.206863],[124.402446,48.213407],[124.404849,48.217157],[124.410196,48.219885],[124.419877,48.219373],[124.421585,48.221318],[124.420267,48.232725],[124.415054,48.23637],[124.415303,48.244015],[124.395544,48.246394],[124.389827,48.255623],[124.395768,48.260298],[124.395189,48.263327],[124.381805,48.271266],[124.373447,48.271696],[124.369538,48.27361],[124.360231,48.288821],[124.353947,48.291272],[124.343901,48.300911],[124.345683,48.306102],[124.350943,48.30949],[124.333975,48.316011],[124.320567,48.339521],[124.31031,48.345541],[124.311178,48.349037],[124.317907,48.3518],[124.319121,48.35452],[124.309273,48.363768],[124.308205,48.369603],[124.318942,48.37679],[124.317007,48.387069],[124.320669,48.390887],[124.312423,48.395023],[124.308297,48.406169],[124.301996,48.410131],[124.306833,48.418462],[124.316441,48.419523],[124.317623,48.421922],[124.321421,48.423357],[124.326259,48.430355],[124.307682,48.441987],[124.297273,48.453459],[124.296221,48.470899],[124.304781,48.474105],[124.30838,48.478761],[124.302808,48.494213],[124.303518,48.503156],[124.29777,48.510717],[124.295394,48.517399],[124.292045,48.519734],[124.281028,48.521404],[124.270855,48.525908],[124.261207,48.534164],[124.25224,48.534527],[124.231634,48.517804],[124.170039,48.484851],[124.124306,48.458278],[124.095109,48.44376],[124.074845,48.435572],[124.047784,48.414662],[124.015292,48.393047],[123.964506,48.35557],[123.928681,48.325854],[123.884073,48.294907],[123.850022,48.266424],[123.815918,48.245812],[123.797019,48.229964],[123.741905,48.196663],[123.695673,48.148261],[123.650507,48.112866],[123.606993,48.071938],[123.568762,48.040637],[123.527923,48.019494],[123.371024,47.973396],[123.342833,47.962723],[123.317303,47.958849],[123.313194,47.96042],[123.309919,47.957103],[123.293321,47.951861],[123.281848,47.940073],[123.274426,47.918322],[123.259534,47.896241],[123.251583,47.879993],[123.237455,47.858243],[123.207263,47.822005],[123.160866,47.781577],[123.036266,47.744243],[122.976605,47.715536],[122.941153,47.702109],[122.84639,47.674175],[122.823385,47.660106],[122.777218,47.627002],[122.772401,47.621301],[122.755989,47.611157],[122.682493,47.580543],[122.646858,47.569044],[122.587275,47.545061],[122.568741,47.533306],[122.537591,47.493204],[122.534547,47.487156],[122.530606,47.465824],[122.514227,47.442185],[122.508862,47.414991],[122.501569,47.399756],[122.459988,47.378156],[122.411749,47.348176],[122.413471,47.328909],[122.417688,47.327331],[122.422212,47.328496],[122.423729,47.326239],[122.422461,47.325662],[122.42669,47.323287],[122.430479,47.317278],[122.426431,47.314799],[122.427146,47.311322],[122.436985,47.306317],[122.438044,47.303101],[122.441668,47.304405],[122.44262,47.302878],[122.450441,47.301168],[122.450526,47.295786],[122.45489,47.295132],[122.451815,47.293137],[122.452172,47.288377],[122.456283,47.284068],[122.45489,47.279055],[122.471417,47.261802],[122.490216,47.254096],[122.499894,47.244875],[122.500821,47.241816],[122.503946,47.241014],[122.518134,47.213242],[122.531416,47.199105],[122.547089,47.173517],[122.558304,47.169496],[122.558465,47.166173],[122.562695,47.163329],[122.568467,47.164401],[122.572359,47.157841],[122.577085,47.157986],[122.586386,47.151026],[122.588354,47.153436],[122.5914,47.152896],[122.606645,47.134759],[122.604458,47.132103],[122.604585,47.12813],[122.620347,47.115484],[122.649096,47.105011],[122.657934,47.105035],[122.659783,47.102181],[122.659663,47.098696],[122.667417,47.095158],[122.673273,47.095038],[122.682061,47.089745],[122.68789,47.094444],[122.693592,47.096605],[122.720208,47.088087],[122.732925,47.087044],[122.735405,47.078546],[122.743441,47.079166],[122.745604,47.076099],[122.776034,47.073416],[122.783016,47.076632],[122.798593,47.074111],[122.808152,47.067884],[122.809567,47.064964],[122.815626,47.064272],[122.817781,47.066203],[122.825834,47.064706],[122.840638,47.06737],[122.846265,47.070227],[122.850083,47.057229],[122.840198,47.05093],[122.839938,47.046492],[122.836472,47.042806],[122.795465,47.020314],[122.794043,47.017162],[122.772053,47.000895],[122.776229,46.98749],[122.769973,46.986322],[122.768552,46.972016],[122.777124,46.964073],[122.777434,46.962175],[122.781022,46.960801],[122.779818,46.959868],[122.792504,46.95555],[122.791487,46.952202],[122.786413,46.947851],[122.784964,46.939612],[122.78897,46.939675],[122.790699,46.936173],[122.794628,46.938323],[122.796286,46.935385],[122.813117,46.935252],[122.824201,46.936997],[122.833846,46.935139],[122.843757,46.938357],[122.853563,46.945918],[122.855573,46.945641],[122.866143,46.951773],[122.868681,46.95528],[122.874219,46.950054],[122.876305,46.951724],[122.87261,46.955253],[122.889244,46.958436],[122.890131,46.956602],[122.888454,46.955976],[122.893292,46.951203],[122.891832,46.945214],[122.893962,46.939733],[122.889106,46.925537],[122.893645,46.92155],[122.893449,46.916329],[122.886584,46.897176],[122.88778,46.893438],[122.874366,46.891155],[122.873871,46.889202],[122.874648,46.885174],[122.880147,46.877022],[122.886335,46.871796],[122.890593,46.866582],[122.891119,46.86219],[122.894079,46.860697],[122.894687,46.85419],[122.891929,46.852454],[122.894991,46.849312],[122.894181,46.842579],[122.895361,46.840241],[122.891992,46.835561],[122.893357,46.833131],[122.892508,46.826384],[122.902124,46.816623],[122.901006,46.805647],[122.912386,46.802199],[122.914495,46.797687],[122.918752,46.796359],[122.920965,46.788132],[122.920027,46.781474],[122.927633,46.783573],[122.933112,46.787127],[122.935765,46.783119],[122.944329,46.780911],[122.949436,46.772728],[122.991947,46.758741],[122.988083,46.740576],[122.990582,46.737726],[122.995993,46.737374],[123.000448,46.726062],[123.019573,46.721984],[123.030616,46.725635],[123.038965,46.73113],[123.048537,46.732416],[123.053384,46.736773],[123.059657,46.734807],[123.059759,46.740531],[123.069735,46.742525],[123.078734,46.739187],[123.084786,46.739504],[123.086963,46.737775],[123.087152,46.734992],[123.090671,46.736011],[123.103284,46.73184],[123.11324,46.732574],[123.141811,46.740344],[123.149144,46.740084],[123.170768,46.753407],[123.173328,46.760526],[123.172938,46.767984],[123.176168,46.771479],[123.178444,46.782757],[123.1847,46.792288],[123.192002,46.798165],[123.192823,46.801983],[123.197992,46.801683],[123.200378,46.803984],[123.203745,46.815954],[123.21195,46.814904],[123.217652,46.81997],[123.214583,46.825867],[123.21204,46.826966],[123.209617,46.833638],[123.210937,46.840052],[123.213215,46.841428],[123.215195,46.847533],[123.210202,46.849533],[123.228823,46.861781],[123.230669,46.858991],[123.245597,46.852969],[123.255967,46.860569],[123.265989,46.859985],[123.279141,46.854426],[123.283404,46.858265],[123.283125,46.861276],[123.289332,46.863325],[123.302222,46.860265],[123.316664,46.85163],[123.326393,46.840076],[123.324363,46.836106],[123.328878,46.826838],[123.333927,46.824535],[123.338226,46.829268],[123.341369,46.830387],[123.344705,46.829448],[123.349127,46.833736],[123.354279,46.832985],[123.3596,46.83535],[123.367671,46.8355],[123.392387,46.885052],[123.399775,46.904017],[123.399287,46.914059],[123.39669,46.918567],[123.397954,46.933524],[123.383654,46.936308],[123.382943,46.943562],[123.379942,46.950473],[123.354374,46.968564],[123.297121,46.962426],[123.291457,46.988639],[123.295633,46.994836],[123.294966,46.998056],[123.311436,46.989805],[123.316524,46.988304],[123.320269,46.989623],[123.334765,46.984324],[123.343514,46.976619],[123.346018,46.976852],[123.380892,46.952613],[123.383989,46.947602],[123.385737,46.93875],[123.411864,46.932467],[123.419923,46.932058],[123.435116,46.935988],[123.446725,46.940058],[123.449062,46.943889],[123.456934,46.945247],[123.459175,46.948268],[123.466771,46.948828],[123.46912,46.951057],[123.479038,46.952809],[123.491694,46.949336],[123.509166,46.950103],[123.509908,46.952406],[123.52085,46.957219],[123.521795,46.943148],[123.517076,46.923073],[123.505204,46.907264],[123.499114,46.891483],[123.492029,46.884601],[123.489535,46.870293],[123.477637,46.85785],[123.477482,46.844617],[123.48143,46.836925],[123.489905,46.82917],[123.496397,46.825826],[123.507562,46.824033],[123.531963,46.827742],[123.552196,46.822951],[123.564175,46.8275],[123.569104,46.846826],[123.567628,46.852941],[123.562139,46.863322],[123.570834,46.872501],[123.569941,46.888167],[123.572039,46.89078],[123.575636,46.891812],[123.583757,46.889407],[123.599896,46.888986],[123.602438,46.885298],[123.602824,46.881062],[123.592973,46.867337],[123.59254,46.862083],[123.598338,46.856019],[123.614721,46.848647],[123.616307,46.845359],[123.615619,46.84054],[123.609717,46.835503],[123.578327,46.828103],[123.574046,46.824209],[123.57893,46.817515],[123.590382,46.811747],[123.626833,46.812473],[123.624502,46.811016],[123.623413,46.807242],[123.619071,46.804346],[123.621957,46.787672],[123.620372,46.787091],[123.620353,46.783701],[123.624762,46.7625],[123.618084,46.761822],[123.62015,46.741242],[123.622281,46.739925],[123.625025,46.726553],[123.612653,46.719744],[123.597914,46.688035],[123.467233,46.684906],[123.360523,46.675778],[123.342887,46.669065],[123.322853,46.665327],[123.312424,46.660513],[123.290155,46.661926],[123.270833,46.659657],[123.264641,46.649523],[123.267912,46.648273],[123.271828,46.642818],[123.269878,46.637296],[123.272906,46.615331],[123.236645,46.60179],[123.23826,46.596911],[123.237638,46.592783],[123.221955,46.586465],[123.215875,46.590594],[123.210782,46.588762],[123.208565,46.586165],[123.206449,46.588282],[123.203416,46.587615],[123.199205,46.589833],[123.174026,46.612391],[123.091707,46.601245],[123.095137,46.590774],[123.079582,46.589411],[123.073794,46.604346],[123.071337,46.620895],[123.042369,46.617399],[123.039268,46.615353],[123.044607,46.592501],[123.045982,46.578122],[123.002097,46.575067],[122.996689,46.573504],[122.996542,46.560698],[123.00404,46.522974],[123.0043,46.461678],[123.001996,46.460255],[123.001149,46.449548],[123.005098,46.433079],[123.088237,46.340222],[123.133296,46.298765],[123.172047,46.246139],[123.137999,46.227473],[123.121865,46.208451],[123.121176,46.172675],[123.096356,46.16999],[123.105665,46.127992],[123.063415,46.121538],[123.039339,46.098034],[122.787115,46.071319],[122.822387,45.91141],[122.820475,45.906865],[122.821203,45.896267],[122.814744,45.889515],[122.815018,45.88688],[122.811079,45.877586],[122.795042,45.855454],[122.792367,45.8471],[122.803159,45.78118],[122.797401,45.774029],[122.78756,45.767584],[122.781698,45.760813],[122.768856,45.751502],[122.769266,45.749504],[122.766365,45.748308],[122.765227,45.744218],[122.753407,45.739674],[122.752542,45.73489],[122.74518,45.734108],[122.747379,45.728991],[122.754186,45.723692],[122.755072,45.720252],[122.740649,45.71858],[122.742283,45.710597],[122.740279,45.71051],[122.741167,45.707605],[122.7357,45.707092],[122.736088,45.703123],[122.665688,45.698751],[122.663075,45.717023],[122.65775,45.718724],[122.659178,45.726177],[122.65547,45.731316],[122.624118,45.74312],[122.593122,45.750869],[122.53616,45.772077],[122.510054,45.80101],[122.497394,45.808572],[122.497294,45.819652],[122.489938,45.856252],[122.485125,45.862424],[122.469061,45.875899],[122.439895,45.914828],[122.374905,45.918121],[122.364742,45.917741],[122.356004,45.915352],[122.355827,45.902686],[122.35434,45.900826],[122.356397,45.884891],[122.362923,45.859973],[122.367036,45.854002],[122.349149,45.853103],[122.337686,45.858109],[122.331686,45.857992],[122.329067,45.854476],[122.332115,45.851697],[122.33075,45.850708],[122.33201,45.849626],[122.315346,45.842302],[122.315149,45.838193],[122.312501,45.833774],[122.314934,45.828425],[122.297056,45.827898],[122.29737,45.824138],[122.305008,45.824143],[122.30669,45.822786],[122.293218,45.816283],[122.295903,45.813936],[122.295704,45.811001],[122.286015,45.809048],[122.276711,45.804505],[122.279816,45.800243],[122.274843,45.800317],[122.268763,45.803274],[122.263053,45.799706],[122.263193,45.797957],[122.256847,45.792995],[122.252951,45.792878],[122.248492,45.795682],[122.248023,45.799883],[122.241165,45.807443],[122.238831,45.82177],[122.236198,45.82492],[122.230591,45.829153],[122.215028,45.827874],[122.211401,45.831421],[122.212286,45.841071],[122.205562,45.84674],[122.197963,45.850104],[122.194985,45.854878],[122.184966,45.852111],[122.179379,45.857093],[122.165151,45.859703],[122.15817,45.863233],[122.148019,45.864454],[122.141053,45.862707],[122.134454,45.867329],[122.135083,45.869193],[122.132057,45.871064],[122.121909,45.869712],[122.11185,45.871386],[122.100534,45.876715],[122.096953,45.875547],[122.095516,45.879162],[122.085387,45.879857],[122.082748,45.889852],[122.075739,45.895529],[122.078974,45.908983],[122.073596,45.920407],[122.065062,45.928504],[122.056573,45.927547],[122.055611,45.930348],[122.052378,45.931769],[122.048737,45.931055],[122.046112,45.933184],[122.034164,45.947075],[122.033377,45.950138],[122.034973,45.955018],[122.033498,45.957178],[122.016605,45.959809],[122.008932,45.958761],[122.000852,45.964396],[122.002607,45.967672],[121.99948,45.978895],[121.997502,45.980538],[121.990778,45.981384],[121.988422,45.980005],[121.986259,45.973483],[121.98209,45.969803],[121.980365,45.972616],[121.972952,45.975057],[121.9598,45.977034],[121.955402,45.98028],[121.953685,45.985243],[121.947296,45.984182],[121.934586,45.987662],[121.922349,45.986622],[121.921367,45.992168],[121.918685,45.9937],[121.918307,46.001995],[121.912818,46.005866],[121.907,46.006112],[121.905798,46.004247],[121.888992,46.006518],[121.887484,46.000258],[121.870731,45.999271],[121.86481,45.997528],[121.854145,46.00443],[121.853014,46.00851],[121.842179,46.013132],[121.837926,46.022433],[121.813034,46.02151],[121.807032,46.024077],[121.808587,46.019115],[121.806191,46.015837],[121.795354,46.010874],[121.78048,46.009163],[121.779321,46.001376],[121.770603,46.000772],[121.762113,45.997903],[121.7585,45.998797],[121.753034,45.991709],[121.758977,45.987976],[121.763725,45.982321],[121.775369,45.984257],[121.778202,45.983382],[121.778931,45.979768],[121.786347,45.977131],[121.79235,45.969801],[121.798596,45.966845],[121.803304,45.959677],[121.800342,45.955571],[121.804584,45.946521],[121.7977,45.942548],[121.798398,45.940292],[121.803436,45.937327],[121.804363,45.93447],[121.802301,45.929771],[121.811884,45.926551],[121.810782,45.921632],[121.815183,45.918705],[121.815464,45.916515],[121.810927,45.912671],[121.810941,45.908718],[121.800283,45.899277],[121.805854,45.895662],[121.803632,45.893143],[121.800816,45.892658],[121.805779,45.887311],[121.80292,45.885764],[121.80754,45.881417],[121.806273,45.87984],[121.811221,45.873744],[121.797734,45.871027],[121.792643,45.866749],[121.788766,45.866255],[121.779022,45.85755],[121.778081,45.851203],[121.764702,45.8411],[121.75966,45.834859],[121.758436,45.831677],[121.759366,45.828669],[121.766851,45.824572],[121.761284,45.817097],[121.755136,45.815742],[121.751568,45.817001],[121.747725,45.813131],[121.74715,45.807797],[121.750009,45.804194],[121.748683,45.79857],[121.747546,45.801994],[121.744981,45.803028],[121.748209,45.796765],[121.748173,45.792932],[121.735576,45.789924],[121.737997,45.787086],[121.729658,45.783997],[121.725365,45.784533],[121.721081,45.79237],[121.717015,45.792226],[121.722533,45.7842],[121.709168,45.780216],[121.700032,45.773372],[121.690172,45.769089],[121.689253,45.766507],[121.691063,45.761075],[121.682081,45.761459],[121.670277,45.766597],[121.662855,45.766102],[121.65449,45.769296],[121.651654,45.768625],[121.649727,45.762008],[121.638965,45.75297],[121.638964,45.750693],[121.644275,45.745033],[121.664102,45.737641],[121.665366,45.733384],[121.660724,45.731114],[121.658662,45.727871],[121.660646,45.725683],[121.664571,45.726625],[121.66465,45.721516],[121.673082,45.717951],[121.680033,45.710361],[121.682926,45.71076],[121.708051,45.699865],[121.727045,45.697476],[121.750841,45.688765],[121.771025,45.692201],[121.80541,45.685031],[121.802626,45.691973],[121.806688,45.696043],[121.806553,45.699479],[121.809531,45.701434],[121.825515,45.709042],[121.855093,45.717083],[121.869113,45.716908],[121.88847,45.711818],[121.89381,45.714788],[121.910379,45.714948],[121.928717,45.71155],[121.939337,45.711649],[121.943341,45.70919],[121.964387,45.690863],[121.986941,45.639131],[121.985442,45.635584],[121.988228,45.635651],[121.994171,45.631802],[121.997452,45.621303],[121.989672,45.603271],[121.990249,45.596987],[121.97404,45.593715],[121.965017,45.595746],[121.960727,45.594245],[121.966757,45.567054],[121.971647,45.56449],[121.972581,45.56042],[121.977333,45.560226],[121.987648,45.550792],[121.988051,45.537854],[121.997477,45.52232],[121.996605,45.505874],[122.017502,45.488153],[122.034111,45.483278],[122.058757,45.471065],[122.081676,45.465622],[122.100627,45.463121],[122.115911,45.452098],[122.139262,45.448128],[122.158946,45.441886],[122.164094,45.435178],[122.168912,45.418589],[122.174059,45.407326],[122.147482,45.377912],[122.145259,45.370644],[122.140045,45.367713],[122.136918,45.352286],[122.13613,45.324109],[122.138248,45.304402],[122.138838,45.30123],[122.140449,45.300936],[122.141269,45.293422],[122.233218,45.274273],[122.232745,45.261204],[122.236041,45.24575],[122.224295,45.204834],[122.210578,45.191873],[122.186756,45.178594],[122.137235,45.180878],[122.120779,45.156884],[122.103806,45.139877],[122.11263,45.097754],[122.113421,45.06644],[122.102169,45.047757],[122.092865,45.019396],[122.06857,45.004496],[122.080757,44.950828],[122.073137,44.912117],[122.060715,44.910034],[122.054486,44.912072],[122.046608,44.910769],[122.038982,44.897439],[122.048004,44.894893],[122.048768,44.889883],[122.047396,44.887037],[122.050334,44.880739],[122.053832,44.879513],[122.059451,44.882085],[122.063045,44.880367],[122.067476,44.874887],[122.066294,44.870204],[122.068861,44.858529],[122.075033,44.856269],[122.077985,44.849479],[122.076029,44.8382],[122.083353,44.831157],[122.092834,44.815014],[122.094078,44.806981],[122.086352,44.797419],[122.088191,44.789392],[122.093889,44.780268],[122.10899,44.774485],[122.151467,44.775296],[122.163263,44.768195],[122.159918,44.765207],[122.147902,44.76171],[122.136766,44.751648],[122.121444,44.755668],[122.104663,44.765709],[122.092883,44.742702],[122.096738,44.734175],[122.110343,44.737755],[122.146542,44.74178],[122.155515,44.726219],[122.149286,44.72585],[122.151421,44.72087],[122.142963,44.713876],[122.125151,44.708278],[122.111447,44.700058],[122.113084,44.697308],[122.109603,44.686539],[122.097068,44.671858],[122.107482,44.613361],[122.126035,44.601606],[122.132439,44.586046],[122.125734,44.575432],[122.190612,44.557909],[122.199913,44.551164],[122.201071,44.542547],[122.20846,44.532507],[122.218411,44.524268],[122.220622,44.516477],[122.216897,44.495789],[122.210282,44.494105],[122.209014,44.491756],[122.222426,44.478182],[122.23924,44.473771],[122.253173,44.474218],[122.266976,44.471499],[122.280438,44.475792],[122.288782,44.408923],[122.285985,44.308229],[122.268593,44.271779],[122.260295,44.265211],[122.265756,44.253621],[122.291653,44.238544],[122.313701,44.230784],[122.366888,44.233889],[122.476964,44.234797],[122.507259,44.248195],[122.55383,44.25832],[122.594112,44.271244],[122.637346,44.281711],[122.669971,44.283836],[122.684423,44.294897],[122.686063,44.301349],[122.697434,44.316967],[122.733878,44.351516],[122.754873,44.367705],[122.771249,44.373933],[122.848713,44.395931],[122.858181,44.400036],[122.86428,44.404352],[122.914531,44.429394],[122.935178,44.44359],[122.943337,44.446336],[122.962618,44.45689],[122.978349,44.468043],[122.990624,44.474322],[122.994271,44.474696],[122.99697,44.478326],[123.018788,44.490959],[123.034077,44.497012],[123.060877,44.504038],[123.092542,44.505333],[123.1072,44.50786],[123.118525,44.507457],[123.129815,44.500289],[123.127618,44.491806],[123.131352,44.48714],[123.127181,44.479308],[123.123918,44.476119],[123.119573,44.474874],[123.125738,44.46631],[123.129301,44.464766],[123.128627,44.460528],[123.130774,44.459717],[123.121752,44.45567],[123.11826,44.455788],[123.13594,44.426152],[123.131269,44.413419],[123.128925,44.412971],[123.129912,44.403848],[123.119613,44.40377],[123.10819,44.400284],[123.108142,44.397336],[123.122063,44.364728],[123.117634,44.365249],[123.11715,44.362095],[123.125535,44.360165],[123.142435,44.359465],[123.165521,44.348055],[123.167489,44.34311],[123.190791,44.342964],[123.270914,44.250487],[123.280646,44.209679],[123.286874,44.212039],[123.289003,44.20274],[123.293833,44.192979],[123.309989,44.187829],[123.313032,44.180594],[123.317359,44.177606],[123.379925,44.159569],[123.383995,44.160487],[123.379683,44.15631],[123.380559,44.154857],[123.377358,44.155502],[123.375846,44.14862],[123.377901,44.139403],[123.355423,44.131066],[123.352764,44.118673],[123.347567,44.10753],[123.347873,44.10441],[123.342158,44.095007],[123.344274,44.090355],[123.340565,44.0855],[123.337512,44.083884],[123.33511,44.0876],[123.33174,44.085104],[123.328468,44.086265],[123.322084,44.081616],[123.325438,44.071003],[123.322212,44.06865],[123.326819,44.063827],[123.324553,44.062651],[123.325691,44.060187],[123.322792,44.059513],[123.325095,44.05369],[123.314685,44.049813],[123.316784,44.043169],[123.319973,44.043435],[123.322737,44.032938],[123.321373,44.031994],[123.325125,44.02687],[123.353547,44.015107],[123.356003,44.011542],[123.357446,44.011593],[123.363961,44],[123.392966,43.976036],[123.382837,43.972432],[123.375032,43.972438],[123.371464,43.963788],[123.375698,43.950581],[123.394178,43.944542],[123.414331,43.926008],[123.422875,43.915295],[123.432501,43.898603],[123.433613,43.885304],[123.437617,43.874809],[123.446776,43.875782],[123.451738,43.872572],[123.460844,43.85701],[123.46189,43.850664],[123.460651,43.839117],[123.456332,43.833718],[123.455724,43.82018],[123.46076,43.813601],[123.46592,43.813624],[123.471975,43.797921],[123.476403,43.792379],[123.486557,43.786692],[123.491278,43.778033],[123.491009,43.768191],[123.479169,43.759965],[123.478955,43.746515],[123.476336,43.739212],[123.474382,43.738018],[123.476832,43.736903],[123.477401,43.731929],[123.483633,43.727471],[123.487271,43.726677],[123.491629,43.729052],[123.507668,43.713669],[123.513659,43.70518],[123.513375,43.699985],[123.519681,43.687011],[123.513723,43.682644],[123.511897,43.6789],[123.516943,43.67439],[123.521495,43.66663],[123.523669,43.660421],[123.523126,43.657177],[123.5272,43.655167],[123.532262,43.640615],[123.531668,43.631502],[123.530526,43.629566],[123.523629,43.626448],[123.514044,43.626338],[123.50388,43.622557],[123.501238,43.617144],[123.500374,43.608722],[123.506297,43.604591],[123.506406,43.590108],[123.452377,43.586199],[123.429159,43.598686],[123.425226,43.599184],[123.422056,43.602165],[123.420007,43.608015],[123.417373,43.60976],[123.416771,43.607675],[123.419024,43.603959],[123.414741,43.595658],[123.427077,43.573049],[123.432982,43.574818],[123.432167,43.577096],[123.439917,43.578384],[123.454575,43.566016],[123.455675,43.561169],[123.449633,43.545447],[123.446758,43.543348],[123.393675,43.556871],[123.350733,43.565168],[123.346651,43.565192],[123.337875,43.558824],[123.29837,43.548247],[123.300283,43.532399],[123.323655,43.516521],[123.319254,43.503711],[123.309865,43.489515],[123.329153,43.478324],[123.35816,43.480786],[123.361828,43.475456],[123.369508,43.473938],[123.38155,43.459203],[123.383143,43.45515],[123.383131,43.446781],[123.389109,43.439146],[123.40759,43.423268],[123.413464,43.40744],[123.436307,43.417959],[123.437372,43.420644],[123.433494,43.426543],[123.435536,43.435027],[123.480504,43.442929],[123.486834,43.437127],[123.49583,43.421226],[123.514725,43.399161],[123.519346,43.396294],[123.526402,43.399123],[123.539296,43.412979],[123.550532,43.404201],[123.578606,43.374739],[123.601381,43.364623],[123.698539,43.368125],[123.698168,43.359051],[123.709025,43.331678],[123.706897,43.328197],[123.697222,43.325283],[123.696697,43.32397],[123.70122,43.318356],[123.705816,43.316824],[123.713031,43.317202],[123.714875,43.313418],[123.709181,43.308682],[123.698607,43.308524],[123.689864,43.291921],[123.691931,43.284956],[123.691877,43.278383],[123.694196,43.276289],[123.699328,43.275936],[123.699618,43.271786],[123.691658,43.269982],[123.686738,43.271504],[123.681619,43.275428],[123.663027,43.267274],[123.658827,43.262348],[123.659679,43.255321],[123.667976,43.246118],[123.669674,43.241619],[123.662578,43.232106],[123.671156,43.224303],[123.671019,43.222138],[123.664734,43.218951],[123.654359,43.220013],[123.651552,43.218964],[123.641997,43.212903],[123.640431,43.207036],[123.642608,43.201148],[123.648826,43.192682],[123.659669,43.190818],[123.664499,43.18549],[123.664462,43.181537],[123.661464,43.177626],[123.653127,43.173784],[123.64521,43.173727],[123.642211,43.171535],[123.642023,43.166674],[123.648176,43.157413],[123.629564,43.13753],[123.630953,43.13148],[123.63578,43.127861],[123.63261,43.122646],[123.623986,43.118425],[123.625758,43.103701],[123.625472,43.086878],[123.620829,43.077911],[123.610603,43.075041],[123.596967,43.061317],[123.59886,43.052885],[123.605384,43.049216],[123.605417,43.046212],[123.588582,43.03305],[123.579224,43.032846],[123.577742,43.034723],[123.575334,43.034242],[123.575704,43.018898],[123.582128,43.014585],[123.57319,43.00815],[123.558272,43.00584],[123.556327,43.00279],[123.547969,43.007042],[123.53012,43.004989],[123.529428,43.002939],[123.520702,43.004639],[123.523253,43.009716],[123.522211,43.011837],[123.517151,43.017801],[123.509325,43.020218],[123.508748,43.024767],[123.498269,43.020082],[123.488876,43.023008],[123.485988,43.024219],[123.485093,43.028155],[123.480649,43.032673],[123.47088,43.038798],[123.465627,43.040222],[123.457079,43.036626],[123.44266,43.035803],[123.435596,43.028869],[123.428632,43.02519],[123.417423,43.027084],[123.405761,43.02619],[123.401646,43.021022],[123.396577,43.018026],[123.376943,43.0142],[123.3774,43.012172],[123.364025,43.008513],[123.327027,43.002898],[123.316275,42.998606],[123.268593,42.994907],[123.25281,42.990846],[123.229819,42.97123],[123.226595,42.965636],[123.227663,42.963322],[123.224206,42.95944],[123.213368,42.951154],[123.204643,42.951059],[123.200254,42.949281],[123.193888,42.940077],[123.186905,42.934493],[123.178009,42.923105],[123.182611,42.895016],[123.181632,42.886305],[123.180298,42.883242],[123.175787,42.880263],[123.165038,42.859692],[123.163909,42.856653],[123.164671,42.849699],[123.176319,42.843631],[123.183419,42.845788],[123.212738,42.834126],[123.219495,42.829948],[123.219395,42.827546],[123.21594,42.822992],[123.210681,42.825022],[123.199836,42.82234],[123.181262,42.823017],[123.176278,42.821286],[123.173863,42.819234],[123.17467,42.816848],[123.160367,42.808551],[123.12627,42.800253],[123.111415,42.798624],[123.101832,42.79162],[123.097303,42.792246],[123.090118,42.787342],[123.084105,42.787052],[123.075241,42.783816],[123.054419,42.76702],[123.042634,42.768385],[123.032155,42.767462],[122.98953,42.773261],[122.983015,42.776326],[122.976424,42.775763],[122.971299,42.772831],[122.963562,42.764843],[122.967993,42.760467],[122.955,42.753936],[122.940507,42.751601],[122.926813,42.768301],[122.923426,42.770023],[122.881911,42.767998],[122.873327,42.757311],[122.872466,42.749009],[122.873706,42.745489],[122.868,42.738489],[122.869877,42.737303],[122.854089,42.724456],[122.8513,42.709238],[122.849979,42.705121],[122.848328,42.705002],[122.840975,42.706171],[122.843424,42.71541],[122.842146,42.717824],[122.832719,42.712337],[122.808151,42.734732],[122.799794,42.739355],[122.79247,42.737128],[122.779729,42.7553],[122.768165,42.757332],[122.760246,42.756957],[122.751534,42.765813],[122.742918,42.765134],[122.732759,42.768554],[122.728517,42.776855],[122.727491,42.783549],[122.725802,42.784683],[122.673292,42.77887],[122.648118,42.780153],[122.619837,42.77112],[122.612629,42.776441],[122.582286,42.784587],[122.575375,42.787909],[122.573235,42.794678],[122.564326,42.80554],[122.570521,42.818067],[122.558513,42.8238],[122.521725,42.828482],[122.499452,42.834386],[122.476627,42.83508],[122.431288,42.840472],[122.41421,42.840236],[122.392467,42.836664],[122.353451,42.833593],[122.346723,42.829124],[122.344402,42.823474],[122.344393,42.819151],[122.350372,42.810005],[122.356311,42.789399],[122.36672,42.773486],[122.376744,42.77145],[122.432182,42.767631],[122.438237,42.770723],[122.449785,42.772481],[122.451987,42.771078],[122.455711,42.756436],[122.455039,42.752927],[122.450095,42.749677],[122.435842,42.744767],[122.434162,42.736393],[122.428444,42.726426],[122.417459,42.719578],[122.394057,42.709607],[122.390495,42.703483],[122.39018,42.691551],[122.392913,42.684227],[122.389334,42.681408],[122.354999,42.68104],[122.332274,42.667884],[122.329345,42.670453],[122.328575,42.678023],[122.318997,42.682505],[122.310099,42.681476],[122.304678,42.683475],[122.302368,42.688139],[122.297706,42.689966],[122.254076,42.694448],[122.252213,42.701941],[122.23596,42.710539],[122.232631,42.716596],[122.221457,42.725335],[122.210615,42.728205],[122.202886,42.72836],[122.1995,42.730351],[122.198172,42.728998],[122.2043,42.70962],[122.201026,42.704547],[122.198724,42.681932],[122.196819,42.679479],[122.190713,42.676745],[122.19047,42.678562],[122.194287,42.683697],[122.193993,42.686744],[122.191884,42.688751],[122.149053,42.685536],[122.146764,42.683821],[122.137564,42.685439],[122.106323,42.701279],[122.096919,42.700355],[122.074695,42.708176],[122.06721,42.708222],[122.067763,42.714387],[122.059343,42.719192],[122.051436,42.720113],[122.043184,42.713866],[122.043049,42.711011],[122.018636,42.700317],[122.007851,42.699075],[121.985043,42.703112],[121.983538,42.701354],[121.983853,42.692351],[121.980716,42.689423],[121.971544,42.698189],[121.966153,42.698965],[121.955677,42.69704],[121.952075,42.694832],[121.957671,42.688194],[121.955998,42.682874],[121.945212,42.685397],[121.93142,42.686079],[121.930382,42.681055],[121.936566,42.66668],[121.936093,42.663085],[121.932543,42.661815],[121.92243,42.663504],[121.913264,42.657044],[121.909127,42.636447],[121.903246,42.63728],[121.896915,42.63372],[121.896689,42.631826],[121.90139,42.627058],[121.910857,42.629018],[121.913987,42.62707],[121.912785,42.624253],[121.904644,42.621186],[121.898251,42.622977],[121.896452,42.62134],[121.898632,42.616159],[121.914254,42.603279],[121.907324,42.599492],[121.912443,42.586665],[121.904554,42.582766],[121.898638,42.592083],[121.892019,42.592686],[121.891148,42.591508],[121.894276,42.583192],[121.902189,42.575636],[121.903066,42.573351],[121.901118,42.570158],[121.891784,42.560586],[121.880491,42.553044],[121.87702,42.558361],[121.864566,42.559036],[121.86148,42.55344],[121.85999,42.545326],[121.86016,42.542964],[121.862816,42.540795],[121.860995,42.534764],[121.866111,42.528106],[121.860363,42.527511],[121.857763,42.533485],[121.851579,42.538042],[121.848041,42.53675],[121.848016,42.532831],[121.846414,42.531686],[121.833669,42.536297],[121.823027,42.536125],[121.825753,42.531202],[121.81891,42.523319],[121.813344,42.504666],[121.811176,42.501893],[121.803595,42.497579],[121.798297,42.498015],[121.800731,42.508411],[121.799863,42.510596],[121.797081,42.511772],[121.780528,42.495291],[121.753072,42.485373],[121.745988,42.487231],[121.741645,42.484681],[121.741708,42.482392],[121.731476,42.469151],[121.720493,42.459201],[121.720432,42.456036],[121.715251,42.449594],[121.707722,42.443513],[121.696488,42.437447],[121.685086,42.435293],[121.668885,42.438084],[121.661411,42.435147],[121.651284,42.440972],[121.641429,42.4523],[121.636237,42.466873],[121.637089,42.471499],[121.632736,42.478445],[121.622611,42.474046],[121.611129,42.481458],[121.598448,42.493776],[121.595821,42.498976],[121.605198,42.507177],[121.604581,42.51076],[121.601478,42.514386],[121.592665,42.509036],[121.585221,42.507081],[121.585626,42.500366],[121.575996,42.495734],[121.572825,42.492458],[121.572614,42.489699],[121.563503,42.484475],[121.546966,42.488546],[121.519986,42.481747],[121.515975,42.486703],[121.511891,42.488368],[121.504572,42.486443],[121.503989,42.482629],[121.499006,42.480242],[121.495987,42.481913],[121.491428,42.490856],[121.473106,42.494067],[121.465,42.48643],[121.464413,42.482147],[121.459519,42.47889],[121.446449,42.474336],[121.438741,42.475377],[121.434578,42.472742],[121.427994,42.473061],[121.42281,42.475895],[121.421096,42.480351],[121.417297,42.48302],[121.409954,42.483798],[121.411174,42.475999],[121.409724,42.474323],[121.384052,42.473352],[121.379936,42.471633],[121.38087,42.459855],[121.380533,42.451105],[121.379272,42.449675],[121.366499,42.452215],[121.357164,42.458484],[121.343972,42.457784],[121.342531,42.452498],[121.33465,42.446949],[121.321434,42.441232],[121.305665,42.438095],[121.298806,42.43335],[121.300908,42.429126],[121.308924,42.425767],[121.300727,42.420388],[121.301427,42.412973],[121.298105,42.403125],[121.293394,42.396692],[121.281543,42.389753],[121.27905,42.385536],[121.274124,42.384658],[121.258303,42.377139],[121.246616,42.380653],[121.245611,42.377474],[121.250589,42.375123],[121.237413,42.370842],[121.213132,42.369679],[121.210213,42.366708],[121.208385,42.359593],[121.194421,42.351999],[121.185985,42.351235],[121.180134,42.347925],[121.179485,42.343802],[121.182302,42.339782],[121.178638,42.330548],[121.163555,42.320223],[121.145917,42.312127],[121.14528,42.309903],[121.14757,42.307611],[121.142646,42.298736],[121.134427,42.296591],[121.133785,42.300516],[121.12782,42.297945],[121.126139,42.292217],[121.117671,42.285395],[121.113064,42.278505],[121.099832,42.278633],[121.097445,42.280923],[121.08148,42.276085],[121.070157,42.262465],[121.063468,42.250416],[121.057571,42.250915],[121.042487,42.257617],[121.027178,42.250164],[121.03312,42.245948],[121.028643,42.241886],[121.024902,42.243847],[121.022596,42.240525],[121.02027,42.242759],[121.016424,42.240977],[121.011864,42.243273],[121.009575,42.248346],[121.000865,42.252202],[121.006292,42.255408],[121.005346,42.258595],[120.997102,42.257688],[120.98212,42.260873],[120.965468,42.260232],[120.95758,42.264288],[120.955426,42.270722],[120.948624,42.274984],[120.928754,42.278039],[120.92457,42.272241],[120.90622,42.269994],[120.899992,42.26542],[120.893733,42.265213],[120.885459,42.269602],[120.882309,42.269591],[120.877918,42.267791],[120.877742,42.26479],[120.88597,42.250575],[120.885077,42.242404],[120.882678,42.240245],[120.876074,42.241533],[120.862787,42.24963],[120.857623,42.247404],[120.85413,42.248367],[120.855024,42.252336],[120.852596,42.253348],[120.844061,42.24618],[120.840627,42.248877],[120.829946,42.245517],[120.824277,42.250522],[120.818367,42.239156],[120.822404,42.233121],[120.822605,42.224957],[120.821238,42.223917],[120.812857,42.225638],[120.81306,42.230637],[120.804833,42.233594],[120.797404,42.233467],[120.790904,42.232225],[120.785904,42.229352],[120.788982,42.219906],[120.787446,42.216894],[120.732461,42.221176],[120.728592,42.218817],[120.727991,42.209467],[120.720206,42.205361],[120.720118,42.198633],[120.717291,42.197982],[120.712845,42.200617],[120.705114,42.201159],[120.699922,42.199673],[120.69478,42.194143],[120.691545,42.194139],[120.686068,42.185388],[120.67772,42.179885],[120.66905,42.177958],[120.661442,42.173181],[120.655299,42.172764],[120.651273,42.170705],[120.647844,42.165346],[120.643167,42.164118],[120.63243,42.165458],[120.630073,42.161299],[120.608182,42.153982],[120.60419,42.160134],[120.597551,42.164152],[120.587645,42.162402],[120.579483,42.163134],[120.575917,42.155994],[120.560833,42.145075],[120.556071,42.143728],[120.553706,42.139202],[120.548762,42.138919],[120.542618,42.142245],[120.535938,42.141209],[120.530582,42.137912],[120.528279,42.133372],[120.510485,42.130745],[120.505928,42.125078],[120.485791,42.117496],[120.469894,42.10801],[120.46633,42.102739],[120.462638,42.102276],[120.471077,42.089544],[120.474084,42.088573],[120.478037,42.089833],[120.483403,42.093716],[120.487599,42.093365],[120.493326,42.08906],[120.489885,42.085372],[120.477557,42.083108],[120.485612,42.075396],[120.487876,42.070743],[120.486095,42.066559],[120.481926,42.063436],[120.463601,42.059019],[120.459912,42.056127],[120.444857,42.054614],[120.443716,42.048533],[120.446298,42.041433],[120.448034,42.028319],[120.445895,42.020943],[120.450306,42.012749],[120.444559,42.009378],[120.440288,42.008878],[120.434313,42.004014],[120.422517,42.005383],[120.417193,41.999183],[120.410213,41.995627],[120.408111,41.993361],[120.414559,41.989201],[120.415627,41.983349],[120.404526,41.981753],[120.393752,41.982431],[120.385247,41.984516],[120.368278,41.992251],[120.364589,41.991199],[120.363802,41.987969],[120.352054,41.983338],[120.347426,41.978343],[120.340565,41.975649],[120.335077,41.97604],[120.329311,41.97309],[120.330863,41.968566],[120.329126,41.962734],[120.308731,41.953761],[120.304557,41.949978],[120.304762,41.939362],[120.311716,41.936318],[120.311944,41.931935],[120.300805,41.923843],[120.293261,41.920462],[120.299741,41.926591],[120.30032,41.928955],[120.299145,41.932503],[120.290369,41.934454],[120.281269,41.932639],[120.274973,41.923413],[120.277809,41.918505],[120.284254,41.917543],[120.284627,41.916366],[120.275383,41.914164],[120.274091,41.91929],[120.270687,41.923416],[120.266474,41.923403],[120.261203,41.912711],[120.264311,41.906046],[120.254694,41.901946],[120.26818,41.896353],[120.274303,41.89808],[120.280749,41.896695],[120.285877,41.894329],[120.290789,41.887504],[120.281969,41.877816],[120.268526,41.880984],[120.245868,41.881577],[120.24076,41.878606],[120.239296,41.874386],[120.22198,41.861355],[120.221296,41.857273],[120.199065,41.850099],[120.19646,41.847978],[120.187267,41.847834],[120.182966,41.844404],[120.183207,41.835079],[120.179492,41.821744],[120.165867,41.816103],[120.161077,41.805932],[120.155253,41.805083],[120.154671,41.795317],[120.152255,41.792005],[120.141235,41.787596],[120.137084,41.778749],[120.13443,41.776877],[120.126877,41.775729],[120.122862,41.770427],[120.121879,41.764965],[120.125432,41.759584],[120.123273,41.752209],[120.119525,41.748892],[120.123892,41.745823],[120.12587,41.73746],[120.133048,41.728754],[120.131516,41.725641],[120.108052,41.711121],[120.094601,41.696087],[120.085974,41.696798],[120.078772,41.69277],[120.074336,41.696511],[120.060236,41.698812],[120.049418,41.702935],[120.044039,41.70685],[120.029741,41.705608],[120.028016,41.71159],[120.029615,41.7137],[120.029862,41.723541],[120.022002,41.729799],[120.018952,41.734338],[120.019041,41.737245],[120.029991,41.745258],[120.02541,41.747888],[120.028121,41.755089],[120.030714,41.754757],[120.030976,41.761164],[120.038103,41.763297],[120.04602,41.773225],[120.03854,41.772492],[120.026067,41.778935],[120.037136,41.786023],[120.03654,41.794394],[120.039147,41.800198],[120.037127,41.809128],[120.037679,41.818386],[120.042702,41.823273],[120.042965,41.825327],[120.041488,41.826089],[120.038856,41.821655],[120.02999,41.817773],[120.020118,41.815329],[120.018726,41.815897],[120.014727,41.826682],[120.007139,41.830625],[120.004006,41.838466],[120.003775,41.845502],[120.005643,41.852653],[120.003851,41.856404],[120,41.857801],[119.98674,41.873709],[119.986213,41.885603],[119.988181,41.893327],[119.98716,41.897132],[119.969887,41.909788],[119.95167,41.917356],[119.949904,41.919629],[119.956194,41.945652],[119.957229,41.957326],[119.950581,41.974156],[119.938922,41.977197],[119.92566,41.987548],[119.919818,41.997819],[119.916419,42.008801],[119.902306,42.012808],[119.894359,42.018241],[119.896566,42.022298],[119.896277,42.028781],[119.888249,42.044271],[119.879816,42.05153],[119.880337,42.059371],[119.871752,42.071945],[119.850118,42.093194],[119.842902,42.092723],[119.835873,42.099189],[119.836846,42.109023],[119.833949,42.117174],[119.829612,42.122051],[119.826197,42.139791],[119.827811,42.141735],[119.839546,42.145826],[119.848187,42.157682],[119.849298,42.161395],[119.847093,42.1661],[119.856037,42.177769],[119.850523,42.183158],[119.847091,42.199844],[119.840108,42.209095],[119.820811,42.211606],[119.805332,42.209361],[119.784809,42.213117],[119.774538,42.20943],[119.763119,42.208313],[119.757979,42.209675],[119.76036,42.211025],[119.759506,42.212265],[119.736324,42.212589],[119.735781,42.215721],[119.726521,42.219948],[119.712229,42.217865],[119.712014,42.219366],[119.716468,42.223421],[119.714579,42.22769],[119.697901,42.221374],[119.677304,42.233724],[119.676374,42.234652],[119.67764,42.237062],[119.673882,42.238649],[119.665987,42.239619],[119.641339,42.236589],[119.634808,42.239052],[119.629568,42.246677],[119.620405,42.253474],[119.611695,42.249424],[119.607591,42.264306],[119.602484,42.2752],[119.583257,42.277111],[119.576088,42.281446],[119.567176,42.278591],[119.562656,42.281862],[119.567025,42.29112],[119.565157,42.295929],[119.557366,42.290544],[119.547312,42.292055],[119.534861,42.290194],[119.53284,42.292535],[119.533821,42.298092],[119.547659,42.320364],[119.559547,42.326213],[119.564908,42.335573],[119.566856,42.352599],[119.566044,42.357505],[119.541883,42.362987],[119.5342,42.361627],[119.522057,42.369456],[119.51324,42.371845],[119.511178,42.374415],[119.510464,42.380736],[119.503855,42.38644],[119.495924,42.386827],[119.492292,42.367397],[119.485509,42.358667],[119.483719,42.351425],[119.481381,42.34843],[119.449483,42.331119],[119.435915,42.32954],[119.429257,42.324003],[119.429447,42.320442],[119.42706,42.315112],[119.410355,42.307792],[119.385755,42.305064],[119.371354,42.299356],[119.355476,42.301424],[119.342333,42.299507],[119.33422,42.294773],[119.327191,42.284403],[119.300854,42.267139],[119.289762,42.26627],[119.276912,42.26224],[119.270503,42.255136],[119.271902,42.24862],[119.268182,42.237351],[119.258928,42.226897],[119.246543,42.217848],[119.241678,42.205186],[119.231657,42.19875],[119.237932,42.194932],[119.241756,42.185982],[119.25768,42.187354],[119.263045,42.18632],[119.26931,42.179863],[119.278852,42.164402],[119.279852,42.153254],[119.281406,42.151069],[119.285951,42.148762],[119.297363,42.147935],[119.301418,42.145543],[119.301996,42.14334],[119.297479,42.139104],[119.296715,42.135188],[119.300345,42.123843],[119.303887,42.119853],[119.317551,42.114495],[119.341959,42.116814],[119.368055,42.101847],[119.377273,42.087878],[119.370844,42.068266],[119.37771,42.050345],[119.367475,42.019656],[119.361277,42.012362],[119.35763,42.010286],[119.350635,41.99663],[119.340161,41.984891],[119.323165,41.97457],[119.31905,41.968964],[119.321532,41.963233],[119.323869,41.949737],[119.318257,41.936904],[119.326351,41.925265],[119.326835,41.898841],[119.319005,41.890996],[119.318479,41.887329],[119.32104,41.878781],[119.326388,41.872458],[119.328671,41.867042],[119.323894,41.862945],[119.32216,41.859022],[119.319512,41.850081],[119.320035,41.846063],[119.315264,41.843814],[119.310149,41.832604],[119.313038,41.829862],[119.310519,41.813703],[119.305177,41.802891],[119.291775,41.794468],[119.283427,41.782693],[119.289151,41.772471],[119.293183,41.769738],[119.307681,41.765399],[119.311226,41.761908],[119.305388,41.748547],[119.294034,41.740684],[119.296924,41.738338],[119.305637,41.739145],[119.310576,41.733526],[119.312771,41.727176],[119.311222,41.723901],[119.299963,41.718428],[119.293325,41.707756],[119.293395,41.702762],[119.298193,41.690958],[119.307559,41.680046],[119.307674,41.662137],[119.302063,41.658983],[119.301314,41.656017],[119.306595,41.63788],[119.309831,41.637869],[119.312496,41.640529],[119.318463,41.638027],[119.33482,41.62144],[119.336528,41.614051],[119.341733,41.611303],[119.352413,41.606711],[119.362578,41.606271],[119.380652,41.595847],[119.391319,41.594894],[119.409414,41.587786],[119.413345,41.57927],[119.404354,41.577663],[119.413324,41.566371],[119.407779,41.559793],[119.39037,41.560781],[119.382919,41.563077],[119.355129,41.56365],[119.356406,41.552536],[119.362988,41.539227],[119.376892,41.529722],[119.376189,41.520139],[119.384296,41.519043],[119.398328,41.507933],[119.399612,41.50089],[119.391835,41.501231],[119.389059,41.497557],[119.392049,41.488117],[119.399821,41.479764],[119.389657,41.47062],[119.374196,41.463954],[119.3651,41.448926],[119.364462,41.441955],[119.370806,41.422254],[119.368745,41.418869],[119.355229,41.41811],[119.352525,41.412054],[119.344619,41.409773],[119.324165,41.410423],[119.312089,41.404248],[119.305478,41.398567],[119.305471,41.392922],[119.318185,41.390754],[119.324115,41.385454],[119.323746,41.36995],[119.314481,41.364294],[119.313885,41.362518],[119.315096,41.357372],[119.322002,41.351001],[119.325153,41.335618],[119.31884,41.328143],[119.314493,41.32909],[119.312039,41.331506],[119.310531,41.341721],[119.308154,41.346361],[119.305262,41.343455],[119.300118,41.32964],[119.289509,41.32298],[119.285896,41.323725],[119.28265,41.326675],[119.273066,41.327691],[119.243142,41.32294],[119.236835,41.317744],[119.235503,41.31321],[119.232937,41.3108],[119.226164,41.310984],[119.208427,41.302788],[119.205527,41.2934],[119.194696,41.286649],[119.178866,41.287728],[119.15297,41.296925],[119.146954,41.297315],[119.131496,41.293804],[119.11262,41.295832],[119.094809,41.29192],[119.081025,41.291633],[119.067598,41.296923],[119.053601,41.293209],[119.041965,41.292369],[119.036531,41.293435],[119.016607,41.30274],[118.986802,41.304141],[118.980269,41.307072],[118.972357,41.307695],[118.964406,41.304687],[118.946629,41.31267],[118.934712,41.305596],[118.931113,41.300455],[118.90891,41.305309],[118.899507,41.299131],[118.892151,41.297673],[118.890221,41.302077],[118.878492,41.306086],[118.866401,41.30265],[118.859269,41.312874],[118.857473,41.322121],[118.849911,41.333744],[118.843874,41.338973],[118.833914,41.361478],[118.839909,41.366424],[118.841923,41.381188],[118.838553,41.379546],[118.832997,41.37189],[118.826343,41.368899],[118.813758,41.369742],[118.811688,41.364751],[118.800032,41.360866],[118.777153,41.357998],[118.765327,41.349158],[118.761746,41.342319],[118.761775,41.33874],[118.755444,41.328131],[118.740416,41.32188],[118.714013,41.325744],[118.702894,41.334261],[118.696723,41.334549],[118.691797,41.330971],[118.685845,41.334557],[118.673672,41.348007],[118.665091,41.353553],[118.658765,41.351509],[118.653613,41.345964],[118.650924,41.345329],[118.628362,41.346274],[118.615438,41.345234],[118.612425,41.348236],[118.609812,41.348494],[118.599325,41.345577],[118.585049,41.349971],[118.573997,41.351638],[118.559194,41.350825],[118.553445,41.353171],[118.546726,41.3517],[118.539538,41.346878],[118.524271,41.356727],[118.520212,41.356192],[118.511586,41.344893],[118.508883,41.343779],[118.480281,41.345324],[118.462585,41.343659],[118.452549,41.341525],[118.443974,41.337154],[118.41009,41.333455],[118.407625,41.329356],[118.411251,41.326403],[118.412757,41.316745],[118.404622,41.319023],[118.395948,41.30871],[118.36893,41.311157],[118.363916,41.315377],[118.351093,41.331724],[118.354509,41.335857],[118.351031,41.355363],[118.351778,41.359599],[118.348429,41.365096],[118.342479,41.369741],[118.361455,41.382764],[118.360468,41.386374],[118.348902,41.389289],[118.346329,41.391948],[118.348018,41.416536],[118.354166,41.419723],[118.340819,41.432523],[118.336858,41.443027],[118.33275,41.446709],[118.315912,41.449699],[118.290037,41.46103],[118.285075,41.459367],[118.275757,41.460539],[118.269402,41.46159],[118.264828,41.464949],[118.269397,41.475084],[118.275451,41.479976],[118.288107,41.482095],[118.298493,41.481925],[118.300715,41.48472],[118.298793,41.492297],[118.302367,41.498833],[118.310901,41.500353],[118.317358,41.507973],[118.319019,41.514453],[118.307457,41.525257],[118.304186,41.531098],[118.301586,41.544174],[118.304205,41.554096],[118.313863,41.559262],[118.310016,41.563246],[118.299759,41.566353],[118.285525,41.557566],[118.282928,41.557699],[118.279601,41.559167],[118.278235,41.56883],[118.26236,41.570338],[118.25141,41.577149],[118.246141,41.574592],[118.228774,41.577829],[118.222716,41.590848],[118.219948,41.592084],[118.214899,41.603783],[118.211978,41.607013],[118.207127,41.621549],[118.215277,41.634921],[118.213394,41.640059],[118.209437,41.643058],[118.20174,41.643563],[118.195719,41.649731],[118.195936,41.652799],[118.190165,41.660072],[118.176153,41.667602],[118.167174,41.675471],[118.16298,41.67726],[118.155155,41.677601],[118.161505,41.684277],[118.158206,41.697687],[118.151462,41.706104],[118.149884,41.719345],[118.145479,41.722626],[118.128682,41.728768],[118.132266,41.739315],[118.135823,41.742581],[118.139037,41.758158],[118.132677,41.763539],[118.135623,41.774535],[118.138366,41.779213],[118.145996,41.782288],[118.144402,41.787651],[118.139204,41.794192],[118.141824,41.796485],[118.179116,41.814711],[118.195939,41.806004],[118.210616,41.812117],[118.221099,41.812147],[118.22776,41.809843],[118.241362,41.793376],[118.238307,41.787734],[118.23884,41.777998],[118.245054,41.769959],[118.255581,41.7598],[118.273793,41.759681],[118.276988,41.761541],[118.280462,41.768019],[118.287117,41.771131],[118.294188,41.772031],[118.301612,41.776921],[118.302395,41.783333],[118.306939,41.793841],[118.309006,41.812213],[118.315694,41.821341],[118.318105,41.828265],[118.326254,41.838774],[118.339492,41.842789],[118.339505,41.84677],[118.335668,41.851345],[118.331854,41.852961],[118.32752,41.85944],[118.33205,41.864762],[118.33237,41.867945],[118.332273,41.87046],[118.328648,41.875433],[118.317854,41.877957],[118.298524,41.891969],[118.284079,41.906591],[118.265933,41.914421],[118.261094,41.91918],[118.262216,41.927914],[118.280832,41.931655],[118.29689,41.93733],[118.298281,41.942629],[118.297136,41.950903],[118.303255,41.959129],[118.299673,41.961866],[118.299308,41.971589],[118.302211,41.978318],[118.306188,41.980585],[118.307107,41.986182],[118.297826,41.988755],[118.294855,41.991193],[118.289039,41.996912],[118.289222,42.001644],[118.285458,42.005443],[118.258036,42.008264],[118.234732,42.005705],[118.232797,42.006717],[118.230355,42.013404],[118.238299,42.017952],[118.252781,42.017498],[118.2674,42.025182],[118.277682,42.026447],[118.277149,42.035628],[118.290844,42.046782],[118.2898,42.055986],[118.286352,42.059518],[118.276964,42.061563],[118.273499,42.06393],[118.264996,42.075987],[118.26497,42.082484],[118.257227,42.08593],[118.249419,42.08601],[118.236422,42.090266],[118.225752,42.087117],[118.213409,42.078211],[118.212283,42.063214],[118.218412,42.058907],[118.21846,42.054878],[118.206922,42.040388],[118.189525,42.030466],[118.154364,42.025241],[118.145941,42.028358],[118.113158,42.034648],[118.109536,42.0366],[118.110541,42.041375],[118.131781,42.043303],[118.138185,42.047673],[118.140847,42.051769],[118.132193,42.063448],[118.132902,42.065478],[118.134646,42.065724],[118.139408,42.061588],[118.152572,42.055608],[118.152951,42.061613],[118.150695,42.065843],[118.15245,42.074164],[118.157145,42.078702],[118.153671,42.086111],[118.140992,42.088087],[118.128735,42.095697],[118.119005,42.093887],[118.109336,42.094726],[118.085447,42.107586],[118.085958,42.111148],[118.088646,42.112944],[118.0908,42.1194],[118.089884,42.132472],[118.094128,42.144297],[118.103604,42.152846],[118.111426,42.164668],[118.095042,42.176624],[118.057375,42.189501],[118.050338,42.19102],[118.035556,42.19095],[118.02773,42.206393],[118.006201,42.214007],[117.99586,42.222757],[117.971984,42.233592],[117.963896,42.240781],[117.985308,42.25437],[117.991468,42.255531],[117.997624,42.254126],[118.007622,42.256072],[118.00957,42.265605],[118.028093,42.268456],[118.053806,42.280477],[118.052362,42.306556],[118.040135,42.312138],[118.021718,42.313197],[118.021637,42.318525],[118.01938,42.32225],[118.013062,42.32707],[118.008125,42.328201],[118.003217,42.342583],[118.003926,42.348306],[118.012253,42.366049],[118.019748,42.368709],[118.02517,42.37537],[118.024556,42.382517],[118.016184,42.387943],[118.01333,42.394978],[118.013221,42.400303],[118.001952,42.411291],[117.980033,42.419008],[117.972119,42.427885],[117.957831,42.429424],[117.936167,42.450494],[117.934896,42.461186],[117.92176,42.472355],[117.89871,42.481602],[117.88208,42.490289],[117.86972,42.491582],[117.8659,42.49895],[117.86304,42.513878],[117.863914,42.515527],[117.850977,42.539248],[117.83946,42.544596],[117.830779,42.560367],[117.808525,42.573921],[117.800709,42.573027],[117.787442,42.587422],[117.796801,42.601178],[117.799962,42.612735],[117.797595,42.615146],[117.781951,42.613216],[117.753944,42.605295],[117.747489,42.602442],[117.7443,42.598344],[117.717943,42.595679],[117.70105,42.586135],[117.68024,42.581088],[117.673298,42.583856],[117.660683,42.580459],[117.641039,42.586738],[117.604284,42.590445],[117.594028,42.600819],[117.581048,42.602775],[117.541977,42.604362],[117.532543,42.601502],[117.523159,42.588164],[117.517617,42.588868],[117.50829,42.597801],[117.502662,42.596105],[117.483335,42.595214],[117.478274,42.598634],[117.466555,42.600218],[117.454363,42.595992],[117.449155,42.587307],[117.429632,42.581926],[117.431471,42.578359],[117.431163,42.569603],[117.426616,42.554063],[117.415395,42.547469],[117.400516,42.541653],[117.389391,42.534102],[117.388019,42.523088],[117.384663,42.516187],[117.40137,42.517704],[117.406419,42.51557],[117.409195,42.510344],[117.410277,42.492831],[117.406038,42.485238],[117.404756,42.479073],[117.406993,42.476078],[117.406346,42.469237],[117.390988,42.464783],[117.38442,42.459399],[117.34644,42.457658],[117.326187,42.45869],[117.317607,42.463567],[117.317622,42.465366],[117.299464,42.46816],[117.2812,42.477242],[117.269593,42.479648],[117.258871,42.477386],[117.257645,42.474186],[117.252084,42.472454],[117.211593,42.470156],[117.195237,42.465909],[117.155848,42.463836],[117.120008,42.472143],[117.112745,42.470323],[117.107191,42.471814],[117.091968,42.481613],[117.088966,42.481949],[117.085021,42.479484],[117.075685,42.463026],[117.071448,42.458612],[117.047339,42.452527],[117.042653,42.452298],[117.021347,42.457062],[117.006988,42.452986],[117.00266,42.447837],[117.002818,42.440257],[116.999881,42.433835],[116.993004,42.425218],[116.989391,42.423261],[116.973685,42.426315],[116.965783,42.425958],[116.930761,42.408439],[116.895339,42.387656],[116.888332,42.385886],[116.889778,42.376886],[116.881876,42.366252],[116.878707,42.351398],[116.883827,42.33299],[116.894392,42.31261],[116.905058,42.28227],[116.89821,42.238758],[116.912729,42.230832],[116.91042,42.216809],[116.917747,42.211018],[116.918846,42.208276],[116.916162,42.192176],[116.897907,42.186284],[116.87712,42.1928],[116.851685,42.186947],[116.850759,42.195852],[116.812048,42.198045],[116.77685,42.205667],[116.819047,42.153254],[116.843867,42.154492],[116.853818,42.132372],[116.869261,42.125624],[116.862934,42.12071],[116.878655,42.111034],[116.885829,42.103412],[116.884252,42.085265],[116.881259,42.078753],[116.876069,42.075861],[116.873904,42.069551],[116.873837,42.066282],[116.879695,42.062326],[116.881608,42.05229],[116.875148,42.028056],[116.877827,42.024048],[116.876805,42.015473],[116.869338,42.008353],[116.854671,42.001638],[116.84001,42.002496],[116.832415,41.992448],[116.783123,41.971447],[116.765444,41.984438],[116.764949,41.986009],[116.768115,41.990226],[116.760609,41.993943],[116.751901,41.991541],[116.740115,41.980054],[116.718379,41.95037],[116.687543,41.9479],[116.688355,41.942688],[116.663202,41.945784],[116.654427,41.94511],[116.644441,41.940731],[116.635777,41.929167],[116.632771,41.928118],[116.626145,41.928531],[116.613408,41.932702],[116.605022,41.931486],[116.586426,41.934192],[116.585006,41.931994],[116.587596,41.926504],[116.582045,41.923583],[116.569613,41.925979],[116.558952,41.931673],[116.551375,41.929473],[116.540332,41.93156],[116.527653,41.945164],[116.53049,41.949951],[116.529648,41.952335],[116.523795,41.956935],[116.518761,41.958387],[116.490469,41.980694],[116.48448,41.977893],[116.481459,41.969865],[116.456982,41.952247],[116.453792,41.948162],[116.428891,41.938012],[116.417445,41.938232],[116.411626,41.942861],[116.40061,41.944187],[116.393883,41.94158],[116.386321,41.941969],[116.383241,41.944226],[116.384073,41.94685],[116.389435,41.94868],[116.393732,41.947949],[116.40878,41.963569],[116.41413,41.987757],[116.409152,41.992622],[116.394993,41.995058],[116.376626,42.003212],[116.377004,42.005764],[116.375063,42.007888],[116.34977,42.009309],[116.344078,42.006183],[116.327681,42.007363],[116.316384,42.002268],[116.307894,41.993119],[116.301654,41.975265],[116.295837,41.968163],[116.292792,41.96808],[116.2893,41.970761],[116.284838,41.969769],[116.276481,41.960872],[116.276781,41.957473],[116.273698,41.955673],[116.263687,41.953193],[116.255824,41.953542],[116.24157,41.942694],[116.235552,41.942814],[116.227566,41.939747],[116.223122,41.936049],[116.218547,41.930601],[116.219959,41.927794],[116.223577,41.925742],[116.223699,41.921353],[116.208779,41.905477],[116.20842,41.896411],[116.203002,41.890792],[116.205676,41.883707],[116.198745,41.872233],[116.198532,41.868634],[116.192941,41.862128],[116.187328,41.859675],[116.183032,41.860777],[116.166587,41.871454],[116.163971,41.870737],[116.157791,41.863025],[116.148228,41.859082],[116.134869,41.868512],[116.131597,41.868701],[116.119937,41.864925],[116.105362,41.851791],[116.100507,41.845796],[116.099392,41.830861],[116.118651,41.815208],[116.12135,41.811992],[116.12306,41.805998],[116.106277,41.785498],[116.101014,41.784166],[116.091909,41.774184],[116.074481,41.774114],[116.077414,41.779505],[116.04611,41.780393],[116.030555,41.78041],[116.02756,41.779343],[116.027297,41.774663],[116.010136,41.774909],[116.007124,41.7891],[115.995464,41.80246],[115.994382,41.817582],[115.995632,41.827134],[115.958367,41.867189],[115.936184,41.899177],[115.928272,41.913343],[115.915462,41.948683],[115.878518,41.935701],[115.848598,41.933956],[115.840643,41.936468],[115.823564,41.932865],[115.81318,41.917822],[115.80357,41.913341],[115.789437,41.912658],[115.788592,41.909933],[115.790926,41.904449],[115.763929,41.885786],[115.756943,41.884488],[115.7441,41.887476],[115.738629,41.892553],[115.73258,41.894437],[115.726029,41.892638],[115.721807,41.880919],[115.721875,41.872669],[115.69152,41.857253],[115.654109,41.835593],[115.645021,41.826508],[115.615595,41.816884],[115.611872,41.81278],[115.589858,41.801614],[115.565112,41.789445],[115.563891,41.790803],[115.551231,41.784917],[115.546358,41.779835],[115.527938,41.770314],[115.501713,41.76083],[115.434773,41.74103],[115.413382,41.730111],[115.332394,41.710813],[115.317307,41.706008],[115.308399,41.700979],[115.309655,41.692093],[115.324733,41.680932],[115.330179,41.672945],[115.348791,41.669964],[115.355707,41.665923],[115.354214,41.659124],[115.338801,41.633477],[115.358359,41.610115],[115.370815,41.60026],[115.358338,41.593608],[115.304295,41.590614],[115.290935,41.612218],[115.27536,41.61948],[115.256747,41.61353],[115.259957,41.591339],[115.254396,41.582246],[115.24628,41.577153],[115.23306,41.57449],[115.197567,41.569306],[115.199232,41.597838],[115.191785,41.602244],[115.144962,41.600822],[115.143055,41.603886],[115.141501,41.614392],[115.113612,41.611424],[115.106735,41.613547],[115.092218,41.621691],[115.080779,41.62084],[115.076847,41.611267],[115.07165,41.611301],[115.064343,41.601427],[115.047779,41.595753],[115.0304,41.597467],[115.027795,41.598947],[115.032453,41.603371],[115.015869,41.611601],[115.003182,41.611364],[114.979802,41.606507],[114.963571,41.606112],[114.963044,41.612516],[114.933143,41.611293],[114.916383,41.608148],[114.875389,41.60527],[114.874037,41.602405],[114.874902,41.597589],[114.859659,41.598547],[114.858623,41.601613],[114.864446,41.611803],[114.873177,41.621578],[114.897843,41.635715],[114.897635,41.66905],[114.899198,41.669983],[114.894551,41.717906],[114.894617,41.74118],[114.888028,41.783787],[114.880442,41.783133],[114.860028,41.80266],[114.862569,41.811596],[114.871674,41.812472],[114.881822,41.80925],[114.916088,41.823255],[114.92014,41.832261],[114.933206,41.844827],[114.932313,41.849075],[114.928201,41.854158],[114.923013,41.852702],[114.913761,41.853957],[114.906223,41.871781],[114.91012,41.880269],[114.90533,41.883325],[114.919479,41.899098],[114.917797,41.906254],[114.909691,41.910924],[114.908871,41.915592],[114.911868,41.918617],[114.912762,41.92662],[114.90982,41.934907],[114.926591,41.935481],[114.926963,41.941633],[114.909245,41.957073],[114.907095,41.966934],[114.910644,41.969198],[114.910531,41.978954],[114.903573,42.001334],[114.895709,42.013432],[114.889207,42.012374],[114.868905,42.019386],[114.868967,42.02105],[114.881086,42.021861],[114.882699,42.027833],[114.878789,42.035484],[114.867688,42.040357],[114.861209,42.052154],[114.854533,42.052914],[114.855126,42.07169],[114.852516,42.091062],[114.856888,42.093699],[114.854993,42.100072],[114.841566,42.111573],[114.838663,42.11723],[114.820891,42.135446],[114.819205,42.139836],[114.822105,42.14557],[114.787576,42.147272],[114.78288,42.12896],[114.769601,42.126851],[114.768686,42.120304],[114.748365,42.113694],[114.731449,42.113158],[114.729678,42.114527],[114.702508,42.116767],[114.698551,42.119361],[114.683691,42.120101],[114.671433,42.112684],[114.660909,42.11436],[114.65061,42.105887],[114.641422,42.102972],[114.620572,42.118067],[114.603129,42.126209],[114.592254,42.129396],[114.57968,42.130482],[114.554184,42.126161],[114.551754,42.125204],[114.552266,42.121341],[114.547174,42.120287],[114.513023,42.119066],[114.507566,42.116072],[114.505038,42.112421],[114.502851,42.097297],[114.497606,42.087023],[114.498485,42.077099],[114.495812,42.065092],[114.486632,42.056755],[114.480284,42.060574],[114.47323,42.06217],[114.467624,42.045831],[114.459369,42.035827],[114.459405,42.031602],[114.464202,42.022442],[114.468965,42.017527],[114.480895,42.011968],[114.475449,42.010463],[114.475505,42.003448],[114.478137,41.997062],[114.485682,41.992901],[114.494852,41.990723],[114.505211,41.979924],[114.5041,41.971135],[114.489413,41.968602],[114.480827,41.965123],[114.470745,41.953961],[114.470059,41.950829],[114.456007,41.95017],[114.426348,41.94387],[114.415313,41.939972],[114.374054,41.954933],[114.366591,41.954335],[114.364263,41.951165],[114.364828,41.947995],[114.358964,41.946007],[114.349627,41.947519],[114.34897,41.951032],[114.345943,41.951845],[114.341339,41.945439],[114.344813,41.94131],[114.344864,41.933099],[114.343252,41.928326],[114.336467,41.924784],[114.319016,41.927082],[114.319396,41.920663],[114.324334,41.914217],[114.324241,41.912151],[114.312542,41.899312],[114.304257,41.893402],[114.295241,41.893386],[114.289833,41.881528],[114.29181,41.877923],[114.291642,41.870162],[114.282401,41.868878],[114.277422,41.860803],[114.275908,41.851688],[114.26918,41.846342],[114.265588,41.847691],[114.258404,41.845943],[114.250249,41.839456],[114.235259,41.832146],[114.235959,41.825751],[114.223727,41.811518],[114.211306,41.803939],[114.196384,41.791511],[114.193774,41.78749],[114.193293,41.77688],[114.201648,41.769276],[114.19794,41.760671],[114.199583,41.756429],[114.208525,41.754385],[114.20953,41.751832],[114.206849,41.744036],[114.199992,41.736312],[114.225842,41.715627],[114.228884,41.708568],[114.226264,41.705398],[114.230884,41.696592],[114.221378,41.69467],[114.212596,41.698163],[114.209469,41.693356],[114.208503,41.682476],[114.247736,41.628302],[114.247131,41.620764],[114.228535,41.620192],[114.220209,41.616903],[114.221006,41.607279],[114.223702,41.605394],[114.230579,41.594188],[114.219118,41.581296],[114.214925,41.579902],[114.214553,41.571727],[114.216455,41.561303],[114.224906,41.543146],[114.224349,41.511623],[114.214155,41.509067],[114.208023,41.509269],[114.196094,41.516875],[114.126641,41.529199],[114.099678,41.536037],[114.09426,41.535638],[114.080557,41.530222],[114.07804,41.527235],[114.062668,41.530044],[114.055399,41.528094],[114.049433,41.522687],[114.034665,41.529811],[114.023959,41.525871],[114.01887,41.521895],[114.009359,41.517857],[113.998046,41.517333],[113.996086,41.512],[113.971484,41.504285],[113.970937,41.500314],[113.953848,41.488614],[113.947117,41.48184],[113.936165,41.482163],[113.930375,41.485312],[113.925344,41.484767],[113.922678,41.481094],[113.913029,41.452783],[113.90196,41.444661],[113.877013,41.435533],[113.870005,41.426724],[113.864483,41.411687],[113.911591,41.40202],[113.927184,41.392485],[113.937478,41.392609],[113.937448,41.389108],[113.929615,41.380714],[113.927379,41.374949],[113.928451,41.367449],[113.93101,41.367594],[113.931878,41.365223],[113.931236,41.355308],[113.925762,41.352383],[113.918043,41.342055],[113.916865,41.336913],[113.921921,41.331935],[113.913976,41.331767],[113.91544,41.329239],[113.920004,41.327],[113.920399,41.324884],[113.912592,41.324131],[113.904731,41.31997],[113.904388,41.316896],[113.898223,41.317855],[113.89252,41.31377],[113.894604,41.312242],[113.895501,41.306466],[113.903971,41.299917],[113.908502,41.292917],[113.915943,41.289427],[113.929644,41.293058],[113.949705,41.284596],[113.945149,41.262707],[113.947422,41.256094],[113.954696,41.252456],[113.955044,41.243165],[113.959619,41.238771],[113.964655,41.237796],[113.967649,41.25216],[113.971258,41.253076],[113.971682,41.259916],[113.970249,41.264739],[113.978323,41.268455],[113.984857,41.267896],[113.987918,41.264094],[113.988658,41.257033],[114.000236,41.249028],[114.000332,41.237781],[114.005387,41.231615],[114.00434,41.221845],[113.999923,41.217751],[113.995363,41.184442],[113.991256,41.179985],[113.977044,41.18119],[113.968025,41.179181],[113.96549,41.177988],[113.964343,41.174939],[113.953872,41.170614],[113.949945,41.170641],[113.946248,41.173621],[113.935158,41.17672],[113.930021,41.173063],[113.912783,41.17148],[113.90632,41.16591],[113.896001,41.139879],[113.886707,41.132438],[113.878864,41.133351],[113.875073,41.128222],[113.875724,41.121423],[113.86964,41.112855],[113.877179,41.10848],[113.877531,41.10422],[113.853943,41.108048],[113.833064,41.107749],[113.818866,41.099965],[113.818094,41.093986],[113.835517,41.073985],[113.83977,41.076353],[113.856316,41.077131],[113.863794,41.069287],[113.866228,41.062757],[113.86361,41.059689],[113.880236,41.053884],[113.889072,41.041344],[113.893226,41.042352],[113.910035,41.034894],[113.913283,41.029475],[113.91223,41.024221],[113.91684,41.016672],[113.921339,41.012931],[113.934227,41.007028],[113.950412,41.003434],[113.956936,40.989074],[113.963285,40.986627],[113.966334,40.993244],[113.968807,40.993743],[113.976084,40.978152],[113.975638,40.9617],[113.972252,40.947437],[113.976389,40.941989],[113.99025,40.936339],[113.990857,40.940976],[113.993922,40.946463],[114.005553,40.933374],[114.025131,40.931924],[114.040995,40.932874],[114.047708,40.928394],[114.050312,40.924645],[114.050606,40.923389],[114.039067,40.921538],[114.033502,40.916608],[114.035355,40.902647],[114.044204,40.889228],[114.046511,40.862869],[114.050241,40.860008],[114.062051,40.856326],[114.068311,40.85204],[114.060225,40.844701],[114.049992,40.841316],[114.038013,40.82951],[114.046535,40.824734],[114.053735,40.808911],[114.064097,40.799857],[114.066298,40.793568],[114.073292,40.788918],[114.083614,40.794182],[114.097558,40.79594],[114.09898,40.778806],[114.095352,40.767174],[114.098147,40.757084],[114.12668,40.744953],[114.109402,40.733346],[114.10193,40.734752],[114.095371,40.739243],[114.088099,40.740307],[114.078918,40.733614],[114.060215,40.725041],[114.054179,40.718706],[114.053611,40.702573],[114.059542,40.698447],[114.064986,40.686554],[114.065128,40.679046],[114.060644,40.658945],[114.061136,40.642127],[114.057966,40.635798],[114.041556,40.622268],[114.034221,40.609231],[114.036034,40.606661],[114.043882,40.602194],[114.049372,40.592464],[114.049446,40.589617],[114.055695,40.585829],[114.06642,40.583056],[114.071571,40.578787],[114.068009,40.561658],[114.070171,40.559383],[114.077854,40.557391],[114.07777,40.554839],[114.068751,40.541567],[114.043536,40.527857],[114.02293,40.525967],[114.015155,40.519601],[114.011025,40.51813],[113.997145,40.52179],[113.975659,40.522131],[113.965407,40.525117],[113.958333,40.52057],[113.949036,40.520029],[113.946107,40.517883],[113.945554,40.51539],[113.941273,40.515618],[113.934834,40.500354],[113.919627,40.489413],[113.914022,40.490494],[113.894685,40.47696],[113.893911,40.474284],[113.896415,40.471159],[113.896319,40.468237],[113.891478,40.463688],[113.873622,40.451583],[113.863413,40.448312],[113.849594,40.466333],[113.837825,40.476534],[113.831251,40.478949],[113.817499,40.498947],[113.811932,40.500144],[113.806932,40.503602],[113.797858,40.514394],[113.791406,40.517864],[113.787458,40.518037],[113.776714,40.491441],[113.763506,40.482829],[113.750799,40.4684],[113.735623,40.465414],[113.729654,40.467372],[113.692664,40.448898],[113.675138,40.443861],[113.672885,40.441575],[113.67332,40.436146],[113.662585,40.420219],[113.655867,40.415264],[113.641581,40.408331],[113.631793,40.407249],[113.622719,40.396047],[113.613318,40.387936],[113.597839,40.380008],[113.584414,40.370907],[113.57419,40.361675],[113.571735,40.352176],[113.567963,40.349346],[113.556317,40.345568],[113.529336,40.332613],[113.504322,40.335545],[113.432542,40.321603],[113.361937,40.31186],[113.355723,40.313693],[113.352394,40.317449],[113.332521,40.318612],[113.331933,40.315914],[113.329012,40.314875],[113.325363,40.316494],[113.321451,40.315346],[113.319212,40.318686],[113.309331,40.318602],[113.294557,40.335009],[113.284518,40.362711],[113.271865,40.384318],[113.251726,40.399772],[113.250974,40.413804],[113.223458,40.401015],[113.1686,40.392394],[113.147472,40.387573],[113.135969,40.383946],[113.119583,40.375551],[113.113482,40.376541],[113.059726,40.367965],[113.022799,40.36396],[112.991424,40.354423],[112.968147,40.350564],[112.889921,40.3263],[112.891475,40.316641],[112.88749,40.297725],[112.848846,40.20542],[112.846089,40.201601],[112.79557,40.18567],[112.754709,40.166541],[112.739759,40.162195],[112.724534,40.164695],[112.683568,40.190733],[112.657809,40.211653],[112.618552,40.23801],[112.566704,40.252541],[112.523551,40.261167],[112.456592,40.298593],[112.406793,40.293891],[112.386362,40.274957],[112.352903,40.255388],[112.342684,40.253296],[112.32847,40.253127],[112.318267,40.257523],[112.303543,40.255148],[112.305153,40.252639],[112.296842,40.237468],[112.28344,40.222239],[112.290829,40.216183],[112.292875,40.21031],[112.282516,40.200719],[112.226495,40.168914],[112.224195,40.159601],[112.21933,40.15244],[112.224065,40.131494],[112.216055,40.127088],[112.207216,40.112651],[112.196817,40.102171],[112.190904,40.093633],[112.177483,40.084246],[112.174944,40.06864],[112.175406,40.061073],[112.169048,40.050509],[112.158079,40.045855],[112.155531,40.041498],[112.135423,40.026025],[112.133968,40.018696],[112.128328,40.012557],[112.124952,39.994808],[112.121212,39.990822],[112.115194,39.988353],[112.10986,39.977361],[112.085451,39.948798],[112.078392,39.937094],[112.071453,39.919999],[112.05844,39.905738],[112.047021,39.901065],[112.036887,39.885017],[112.038297,39.877043],[112.025871,39.848544],[112.023883,39.848713],[111.984785,39.807286],[111.966285,39.795117],[111.963226,39.785416],[111.95903,39.720021],[111.963895,39.711744],[111.947883,39.68487],[111.917975,39.664947],[111.918421,39.660187],[111.931223,39.644939],[111.92803,39.635781],[111.928177,39.615361],[111.925699,39.609042],[111.921158,39.608343],[111.906498,39.61502],[111.894041,39.616527],[111.877332,39.61122],[111.872106,39.601858],[111.842269,39.615445],[111.837416,39.619525],[111.828988,39.620713],[111.817598,39.61147],[111.81202,39.604761],[111.782303,39.588287],[111.775248,39.586334],[111.709824,39.604968],[111.706604,39.613328],[111.702981,39.616928],[111.68127,39.629949],[111.647652,39.637683],[111.634904,39.643857],[111.624692,39.638377],[111.618674,39.631403],[111.609283,39.630989],[111.588595,39.638123],[111.582284,39.642053],[111.572574,39.642463],[111.534932,39.651533],[111.526074,39.655313],[111.519877,39.659937],[111.504917,39.660999],[111.486278,39.659019],[111.461731,39.648047],[111.446935,39.646197],[111.436736,39.640748],[111.432033,39.640304],[111.433667,39.632606],[111.437108,39.629624],[111.454261,39.626275],[111.456369,39.620327],[111.456693,39.611582],[111.455062,39.606516],[111.44976,39.605356],[111.441877,39.614333],[111.4339,39.62021],[111.424808,39.619506],[111.422567,39.615769],[111.422917,39.610548],[111.434632,39.596191],[111.423557,39.555322],[111.418513,39.548327],[111.415934,39.539408],[111.416039,39.537157],[111.425006,39.526887],[111.427118,39.521696],[111.424429,39.50658],[111.413246,39.499076],[111.401468,39.498172],[111.383434,39.491464],[111.366496,39.478901],[111.357443,39.467215],[111.357443,39.446655],[111.354232,39.434962],[111.350694,39.429473],[111.336282,39.421517],[111.32684,39.419007],[111.299011,39.420508],[111.281469,39.415978],[111.273081,39.420438],[111.262161,39.423411],[111.250668,39.424016],[111.237908,39.427607],[111.229056,39.42721],[111.226172,39.423789],[111.222357,39.422309],[111.212635,39.423648],[111.210095,39.425426],[111.202398,39.424468],[111.19897,39.419861],[111.192034,39.418385],[111.178465,39.41956],[111.168201,39.423139],[111.157222,39.417308],[111.15292,39.417337],[111.145153,39.413714],[111.13705,39.40726],[111.127624,39.386584],[111.114143,39.379257],[111.107392,39.373457],[111.108316,39.368872],[111.118452,39.365325],[111.11459,39.359316],[111.107007,39.356632],[111.102642,39.355856],[111.094078,39.357759],[111.07949,39.38024],[111.092194,39.400353],[111.09208,39.402308],[111.085665,39.410061],[111.079859,39.411249],[111.074604,39.409356],[111.066858,39.399737],[111.06098,39.398756],[111.056762,39.400386],[111.053778,39.403639],[111.048091,39.434179],[111.051364,39.445403],[111.081232,39.461565],[111.089232,39.472649],[111.092431,39.485641],[111.099605,39.497335],[111.118154,39.514094],[111.13779,39.523321],[111.142035,39.530641],[111.150128,39.561948],[111.145133,39.570349],[111.135604,39.576475],[111.135195,39.583548],[111.130436,39.584976],[111.122822,39.582358],[111.116159,39.576648],[111.112114,39.564275],[111.084636,39.550323],[111.082295,39.55038],[111.07627,39.554867],[111.055147,39.555673],[111.038324,39.550759],[111.035292,39.552548],[111.035661,39.564919],[111.032804,39.567929],[111.023675,39.570133],[111.018687,39.569762],[111.018151,39.565043],[111.026656,39.563075],[111.029182,39.55973],[111.028475,39.557099],[111.0255,39.556337],[111.021787,39.560912],[111.018388,39.561459],[111.016774,39.560688],[111.016476,39.552385],[111.010031,39.550357],[110.995439,39.550483],[110.992506,39.548371],[110.987283,39.539013],[110.979013,39.531322],[110.953912,39.517686],[110.905524,39.508156],[110.894828,39.510829],[110.878025,39.506847],[110.860409,39.490674],[110.858128,39.482445],[110.818594,39.43345],[110.804522,39.419038],[110.788558,39.408168],[110.779532,39.390071],[110.775638,39.386261],[110.76178,39.378554],[110.739522,39.357943],[110.734441,39.348916],[110.72056,39.298391],[110.702463,39.276038],[110.693386,39.270805],[110.682214,39.267597],[110.624641,39.266338],[110.616772,39.26794],[110.594566,39.278261],[110.575881,39.296827],[110.565333,39.309624],[110.561166,39.317666],[110.564984,39.329672],[110.552311,39.352841],[110.532056,39.372072],[110.517224,39.382088],[110.505028,39.380174],[110.504785,39.374383],[110.506762,39.368582],[110.492398,39.358218],[110.47524,39.361193],[110.464455,39.37375],[110.460368,39.375882],[110.441624,39.380296],[110.423846,39.377937],[110.414605,39.361012],[110.410168,39.347817],[110.420912,39.342294],[110.422932,39.338313],[110.400883,39.318977],[110.387889,39.311174],[110.380053,39.309121],[110.366797,39.326812],[110.351322,39.332108],[110.327867,39.34558],[110.305858,39.364764],[110.289754,39.375234],[110.289922,39.37808],[110.287477,39.382134],[110.275423,39.393116],[110.263415,39.400459],[110.266513,39.404078],[110.271153,39.418736],[110.269425,39.425158],[110.232864,39.423121],[110.226053,39.434405],[110.21107,39.442517],[110.194557,39.437152],[110.141581,39.454446],[110.130477,39.45171],[110.124029,39.446408],[110.119593,39.424326],[110.120356,39.41382],[110.122226,39.409233],[110.132197,39.389766],[110.139558,39.386956],[110.15427,39.388084],[110.160037,39.382426],[110.162459,39.373494],[110.164857,39.3704],[110.1716,39.36753],[110.178276,39.356175],[110.186522,39.334944],[110.19392,39.322767],[110.200369,39.303323],[110.20194,39.289323],[110.209837,39.281506],[110.186102,39.279493],[110.135056,39.259595],[110.094668,39.243148],[110.082518,39.234303],[110.078686,39.228138],[110.045743,39.220746],[110.031393,39.213462],[109.992091,39.207829],[109.988864,39.209952],[109.95647,39.211496],[109.940956,39.228413],[109.936973,39.236315],[109.922331,39.252799],[109.900837,39.270433],[109.877638,39.263707],[109.86596,39.251596],[109.865387,39.241741],[109.879908,39.230957],[109.894226,39.226948],[109.954925,39.19102],[109.954169,39.185329],[109.930854,39.169119],[109.910167,39.170716],[109.903646,39.160723],[109.906529,39.157069],[109.906102,39.155455],[109.893507,39.148607],[109.891403,39.145237],[109.908502,39.120839],[109.916341,39.103453],[109.915286,39.102265],[109.879808,39.10272],[109.878377,39.109712],[109.872814,39.118419],[109.859357,39.123427],[109.851309,39.123024],[109.826063,39.108001],[109.789397,39.073798],[109.763264,39.060429],[109.750468,39.051182],[109.721262,39.018709],[109.698036,39.018451],[109.689006,39.000324],[109.686353,38.988624],[109.667445,38.997731],[109.657216,38.981724],[109.678472,38.965827],[109.681066,38.961177],[109.680758,38.936489],[109.657238,38.906969],[109.642745,38.882169],[109.621696,38.857115],[109.607174,38.853017],[109.552504,38.806016],[109.547243,38.803552],[109.540955,38.805278],[109.512278,38.830167],[109.503732,38.82996],[109.446789,38.783512],[109.399854,38.73],[109.374944,38.71175],[109.340264,38.698512],[109.329374,38.688365],[109.320664,38.668628],[109.32161,38.664543],[109.331172,38.653718],[109.336175,38.644984],[109.3567,38.628417],[109.35779,38.623713],[109.31897,38.594927],[109.30475,38.598207],[109.27595,38.617793],[109.268076,38.61815],[109.264414,38.616589],[109.246001,38.601853],[109.207389,38.561292],[109.179021,38.525348],[109.144942,38.50666],[109.125001,38.4771],[109.118491,38.470275],[109.090525,38.456641],[109.046434,38.431999],[109.046162,38.429969],[109.055715,38.415182],[109.058488,38.398329],[109.026544,38.367368],[109.008634,38.360685],[108.982355,38.30545],[108.971109,38.293505],[108.96543,38.273673],[108.965368,38.260183],[108.968535,38.25792],[108.969227,38.250188],[108.956451,38.229149],[108.940441,38.213796],[108.938685,38.179027],[108.947391,38.166379],[109.000442,38.135331],[109.062068,38.093769],[109.041958,38.054908],[109.063919,38.02668],[109.062908,38.021821],[109.038128,38.005961],[109.02188,37.990627],[109.012674,37.978888],[108.994834,37.966757],[108.977858,37.96153],[108.974796,37.95672],[108.976889,37.946672],[108.969376,37.93111],[108.967312,37.929464],[108.939162,37.920453],[108.932279,37.920408],[108.928844,37.922565],[108.890363,37.97538],[108.88415,37.989258],[108.884731,37.998452],[108.870771,38.028879],[108.838714,38.04833],[108.830415,38.05103],[108.792198,38.051485],[108.789605,38.045673],[108.821653,38.013483],[108.824107,37.9827],[108.816768,37.97938],[108.79472,37.944465],[108.791267,37.91941],[108.78735,37.863934],[108.788992,37.833627],[108.793132,37.806505],[108.797118,37.797663],[108.797097,37.78342],[108.794699,37.779675],[108.790147,37.778276],[108.781047,37.765719],[108.777245,37.754169],[108.77872,37.734548],[108.786231,37.717483],[108.788485,37.709147],[108.788419,37.701611],[108.779766,37.687531],[108.760952,37.677486],[108.743881,37.686338],[108.712491,37.683852],[108.696766,37.668667],[108.677155,37.664192],[108.657609,37.661863],[108.631195,37.653126],[108.601327,37.65689],[108.549286,37.684972],[108.529055,37.690804],[108.482459,37.677669],[108.424065,37.649958],[108.398526,37.645202],[108.363863,37.641831],[108.330004,37.631557],[108.297312,37.637804],[108.292647,37.644655],[108.28809,37.656895],[108.278725,37.661196],[108.264266,37.664161],[108.235214,37.665283],[108.206206,37.658067],[108.196833,37.65353],[108.196471,37.644584],[108.180134,37.632848],[108.143399,37.620923],[108.128883,37.621007],[108.118312,37.627276],[108.118362,37.630675],[108.105117,37.63904],[108.072088,37.641445],[108.054747,37.65167],[108.022768,37.649373],[108.018063,37.650553],[108.010565,37.661752],[108.010725,37.672125],[108.018074,37.682928],[108.020432,37.691977],[108.020065,37.696866],[108.010426,37.723424],[108.002915,37.732987],[107.987803,37.734781],[107.988986,37.745706],[107.974635,37.764855],[107.977519,37.786585],[107.931895,37.794509],[107.918522,37.803518],[107.890224,37.81317],[107.886198,37.813114],[107.880565,37.807792],[107.845557,37.821349],[107.83808,37.828497],[107.830107,37.830637],[107.817897,37.831893],[107.811539,37.828177],[107.794605,37.833245],[107.783204,37.833861],[107.769056,37.839022],[107.737587,37.844273],[107.726184,37.84964],[107.704981,37.86893],[107.686803,37.874471],[107.684322,37.87829],[107.690635,37.884957],[107.687484,37.887775],[107.67876,37.887684],[107.671002,37.875322],[107.642962,37.86421],[107.631178,37.87212],[107.554945,37.893072],[107.500405,37.931459],[107.48925,37.944018],[107.469975,37.944042],[107.45319,37.941231],[107.445121,37.93227],[107.415185,37.939546],[107.406208,37.947958],[107.412654,37.961482],[107.435455,37.995276],[107.378585,38.029914],[107.368871,38.039633],[107.353484,38.05051],[107.346243,38.060479],[107.338216,38.080245],[107.329784,38.087375],[107.297894,38.095955],[107.283154,38.096178],[107.273674,38.098984],[107.266529,38.103709],[107.253689,38.105097],[107.239748,38.110428],[107.229052,38.119667],[107.206684,38.131063],[107.185038,38.154248],[107.161649,38.160406],[107.145939,38.153477],[107.134256,38.159102],[107.127989,38.157043],[107.12651,38.151657],[107.119039,38.141564],[107.035184,38.125507],[107.027784,38.116149],[107.011678,38.120025],[106.98904,38.122199],[106.943725,38.130157],[106.908443,38.13902],[106.891506,38.146114],[106.870908,38.148446],[106.854017,38.155074],[106.767389,38.172721],[106.745175,38.183105],[106.736767,38.194004],[106.72382,38.202925],[106.712025,38.205108],[106.694751,38.213326],[106.669357,38.219329],[106.653379,38.227079],[106.619713,38.232664],[106.585249,38.249408],[106.54985,38.262479],[106.540422,38.268676],[106.52752,38.283852],[106.515309,38.295169],[106.490207,38.305206],[106.484612,38.304469],[106.481313,38.313537],[106.479223,38.315472],[106.479067,38.319766],[106.596177,38.390404],[106.645144,38.47287],[106.659193,38.600718],[106.699864,38.71408],[106.75223,38.749337],[106.793503,38.803655],[106.822715,38.838782],[106.953727,38.944342],[106.967417,39.025191],[106.963021,39.047553],[106.966281,39.052732],[106.955844,39.053799],[106.940562,39.06365],[106.938755,39.068777],[106.930142,39.0721],[106.926414,39.076318],[106.911273,39.079431],[106.903149,39.079538],[106.893529,39.085533],[106.877429,39.088681],[106.871835,39.088316],[106.859998,39.09143],[106.859761,39.103012],[106.844589,39.123109],[106.842934,39.135485],[106.834422,39.151433],[106.831909,39.160913],[106.835216,39.164349],[106.835668,39.167859],[106.829965,39.174237],[106.828778,39.186656],[106.820591,39.192611],[106.815774,39.210375],[106.800047,39.223832],[106.793921,39.234398],[106.787843,39.239306],[106.786341,39.244044],[106.79088,39.256588],[106.798331,39.266369],[106.801851,39.276442],[106.797092,39.295639],[106.802323,39.316696],[106.789689,39.333495],[106.789922,39.339025],[106.794448,39.347521],[106.788075,39.359664],[106.778624,39.370382],[106.75713,39.371578],[106.749921,39.373373],[106.745788,39.387783],[106.732658,39.384],[106.728055,39.378249],[106.688933,39.364782],[106.677869,39.355512],[106.6694,39.353738],[106.640895,39.356486],[106.632716,39.359811],[106.626109,39.365751],[106.598287,39.374611],[106.572037,39.344738],[106.555031,39.330196],[106.525674,39.300037],[106.503776,39.269428],[106.456596,39.282077],[106.438854,39.283179],[106.428452,39.286719],[106.395016,39.28538],[106.347171,39.280274],[106.341754,39.281877],[106.319246,39.279556],[106.319404,39.276409],[106.314271,39.275672],[106.288764,39.27624],[106.277069,39.273456],[106.27117,39.263854],[106.276903,39.23699],[106.284135,39.224493],[106.285264,39.216659],[106.282708,39.211178],[106.276267,39.208864],[106.274804,39.206412],[106.277472,39.193485],[106.285688,39.187411],[106.288008,39.182983],[106.28898,39.158119],[106.283307,39.142888],[106.280193,39.139822],[106.268054,39.135099],[106.249091,39.131473],[106.224973,39.138668],[106.212056,39.131772],[106.194984,39.135951],[106.191281,39.140966],[106.177252,39.146323],[106.168469,39.155102],[106.164578,39.15705],[106.152229,39.157936],[106.145399,39.154962],[106.130625,39.138103],[106.122088,39.125747],[106.117343,39.121763],[106.112872,39.122346],[106.108037,39.120154],[106.108336,39.114384],[106.110248,39.113444],[106.105574,39.0968],[106.097101,39.089604],[106.091979,39.082222],[106.092952,39.080718],[106.091818,39.073536],[106.084665,39.06748],[106.078898,39.049271],[106.080718,39.042348],[106.077524,39.033324],[106.071394,39.028686],[106.085004,39.01677],[106.083774,39.004772],[106.060731,38.985081],[106.057759,38.976804],[106.057886,38.972083],[106.054936,38.966774],[106.043202,38.958593],[106.040979,38.959992],[106.031651,38.960411],[106.025586,38.958168],[106.009155,38.943246],[106.0052,38.942717],[105.996767,38.936885],[105.999031,38.928499],[105.998684,38.923296],[105.989266,38.920099],[105.984599,38.916582],[105.965871,38.898012],[105.964584,38.894193],[105.965436,38.891688],[105.97993,38.874104],[105.999625,38.874598],[105.998128,38.869377],[105.988941,38.854729],[105.970296,38.844078],[105.939134,38.820624],[105.930766,38.808751],[105.932308,38.801496],[105.892905,38.787064],[105.893567,38.778276],[105.899684,38.771198],[105.896856,38.750731],[105.903407,38.745483],[105.904931,38.738029],[105.90244,38.729082],[105.881486,38.713634],[105.882496,38.707971],[105.889819,38.696002],[105.890527,38.693376],[105.888561,38.689374],[105.878826,38.676209],[105.867737,38.670893],[105.867164,38.664577],[105.871059,38.660287],[105.870563,38.659199],[105.867292,38.655598],[105.8564,38.653421],[105.848663,38.64008],[105.848699,38.630002],[105.855482,38.609724],[105.861371,38.604645],[105.871115,38.590269],[105.869232,38.582037],[105.855894,38.57899],[105.851858,38.572882],[105.850421,38.564086],[105.858439,38.548547],[105.860576,38.538048],[105.858858,38.525369],[105.856472,38.521905],[105.845087,38.5146],[105.831141,38.471677],[105.832087,38.467522],[105.835856,38.464985],[105.841848,38.455167],[105.846041,38.444541],[105.844901,38.441777],[105.837958,38.436201],[105.828531,38.437624],[105.822243,38.432242],[105.824067,38.427497],[105.822789,38.414627],[105.830745,38.390878],[105.831117,38.384535],[105.824239,38.37945],[105.818353,38.368247],[105.817266,38.360588],[105.822608,38.34635],[105.833237,38.336479],[105.838542,38.324097],[105.846455,38.314156],[105.851193,38.312677],[105.862298,38.295082],[105.855973,38.28325],[105.84788,38.261959],[105.842808,38.254017],[105.836593,38.236934],[105.829789,38.228156],[105.821409,38.22049],[105.815392,38.220751],[105.777037,38.21047],[105.770485,38.174926],[105.767389,38.148072],[105.761048,38.12136],[105.768123,38.11392],[105.778302,38.083378],[105.777802,38.078609],[105.780591,38.077493],[105.784359,38.069456],[105.795054,38.059151],[105.808299,38.038946],[105.827967,38.020308],[105.840631,38.004306],[105.835773,37.995853],[105.811597,37.967714],[105.797032,37.957754],[105.795374,37.954086],[105.795023,37.951028],[105.798504,37.946388],[105.799843,37.938042],[105.792384,37.915033],[105.792111,37.909411],[105.799611,37.894664],[105.803586,37.870752],[105.802597,37.861242],[105.79747,37.852079],[105.779584,37.834566],[105.769225,37.819777],[105.770774,37.807117],[105.768221,37.794389],[105.75255,37.79434],[105.752269,37.796504],[105.747749,37.798733],[105.738741,37.798777],[105.694982,37.783884],[105.670693,37.772205],[105.660211,37.768914],[105.657479,37.769204],[105.651852,37.775949],[105.637909,37.780525],[105.631387,37.781081],[105.618621,37.778074],[105.612635,37.753153],[105.612309,37.718455],[105.596918,37.706552],[105.569845,37.700771],[105.465167,37.702523],[105.445471,37.699829],[105.387532,37.709214],[105.366168,37.714833],[105.358531,37.713898],[105.261667,37.685574],[105.233293,37.671938],[105.201529,37.67049],[105.170231,37.663427],[105.158417,37.657847],[105.090796,37.616082],[105.034335,37.584452],[105.021443,37.579262],[104.919558,37.571577],[104.900808,37.566325],[104.863954,37.566359],[104.829612,37.554195],[104.801925,37.538604],[104.61047,37.521256],[104.43011,37.514638],[104.427572,37.51031],[104.416569,37.511097],[104.408762,37.485786],[104.404635,37.464323],[104.388934,37.46039],[104.367964,37.46112],[104.360503,37.456454],[104.35316,37.448951],[104.33768,37.443829],[104.331565,37.44426],[104.323535,37.448186],[104.319346,37.447983],[104.300827,37.441642],[104.284475,37.42733],[104.282495,37.429974],[104.235116,37.411397],[104.180927,37.406647],[104.076054,37.471779],[103.935677,37.570948],[103.86724,37.606605],[103.837663,37.64727],[103.671686,37.784988],[103.397496,37.861437],[103.394964,37.868415],[103.395284,37.881138],[103.391382,37.904007],[103.377659,37.967191],[103.369599,37.972858],[103.364124,37.984821],[103.361664,38.001196],[103.358616,38.006243],[103.353311,38.024117],[103.353267,38.033618],[103.356332,38.038816],[103.356913,38.043649],[103.35071,38.04934],[103.347798,38.056898],[103.350046,38.066438],[103.360744,38.086499],[103.550096,38.159516],[103.470579,38.33364],[103.463928,38.35111],[103.42529,38.395221],[103.411842,38.40452],[103.859419,38.646256],[103.897501,38.699995],[103.914449,38.7201],[103.917952,38.729935],[104.001866,38.847014],[104.032063,38.891862],[104.169223,38.939124],[104.194031,38.987606],[104.187575,39.045492],[104.195332,39.066583],[104.200062,39.085203],[104.174235,39.154339],[104.044301,39.29664],[104.059272,39.333678],[104.087398,39.419292],[103.94299,39.458687],[103.847816,39.46069],[103.357952,39.333678],[103.342278,39.329009],[103.259361,39.265726],[103.16897,39.205866],[103.135665,39.197024],[103.010055,39.098543],[102.800717,39.140842],[102.602275,39.172791],[102.45407,39.254969],[102.350984,39.231176],[102.281849,39.191758],[101.828531,39.09284],[101.976202,38.96831],[102.071454,38.890545],[101.937267,38.81215],[101.854665,38.71774],[101.773329,38.658824],[101.759821,38.66955],[101.754148,38.670888],[101.749189,38.674258],[101.746671,38.673651],[101.741941,38.677303],[101.718489,38.677512],[101.711301,38.681135],[101.697701,38.682501],[101.677897,38.690355],[101.674396,38.687474],[101.668174,38.690197],[101.647578,38.685351],[101.641215,38.677001],[101.637673,38.675766],[101.634597,38.669323],[101.612158,38.656531],[101.603717,38.648137],[101.586681,38.669078],[101.557794,38.71295],[101.495493,38.730603],[101.484716,38.736036],[101.471098,38.73703],[101.458001,38.747838],[101.451482,38.748933],[101.44615,38.752371],[101.44218,38.751453],[101.43762,38.756021],[101.422293,38.759025],[101.418767,38.762453],[101.407579,38.762268],[101.40445,38.76705],[101.394528,38.772372],[101.37856,38.768488],[101.366537,38.773019],[101.357884,38.77178],[101.352675,38.773762],[101.350933,38.772961],[101.338086,38.778212],[101.326741,38.776315],[101.319759,38.781444],[101.307029,38.786431],[101.30364,38.800752],[101.322377,38.804143],[101.326404,38.807363],[101.33319,38.808335],[101.333668,38.809961],[101.331222,38.812816],[101.339193,38.820221],[101.338912,38.824057],[101.340858,38.824135],[101.338008,38.827233],[101.338118,38.83357],[101.332179,38.846525],[101.301518,38.849696],[101.277398,38.848843],[101.258307,38.858731],[101.237829,38.858796],[101.234289,38.906235],[101.218159,38.920874],[101.196492,38.948138],[101.22661,39.021162],[101.125437,38.976811],[100.961543,38.943721],[100.968807,38.966566],[100.964164,39.000338],[100.957829,39.005705],[100.900071,39.030078],[100.880453,38.99572],[100.843593,39.018483],[100.841619,39.017733],[100.832879,39.025777],[100.828758,39.027616],[100.830188,39.063961],[100.826759,39.072832],[100.866485,39.109655],[100.864883,39.115635],[100.862333,39.118665],[100.864464,39.124546],[100.854961,39.14452],[100.850274,39.158266],[100.850606,39.16355],[100.844268,39.176285],[100.846296,39.19411],[100.838821,39.199637],[100.839994,39.203395],[100.839608,39.206401],[100.838219,39.206663],[100.835961,39.249573],[100.829754,39.404077],[100.751258,39.403851],[100.73106,39.401811],[100.708079,39.404385],[100.661265,39.392649],[100.607214,39.387473],[100.59429,39.388258],[100.586674,39.392059],[100.583029,39.390784],[100.571028,39.393765],[100.565432,39.392764],[100.560487,39.395642],[100.552039,39.394827],[100.525578,39.399805],[100.496815,39.399839],[100.497777,39.480275],[100.441488,39.485148],[100.323598,39.508267],[100.298063,39.571813],[100.310814,39.608055],[100.26236,39.676704],[100.114428,39.704728],[100.034917,39.755422],[99.964562,39.766918],[99.90372,39.787385],[99.820234,39.862209],[99.81356,39.86457],[99.770943,39.868505],[99.741396,39.874478],[99.724095,39.875804],[99.67773,39.888332],[99.657544,39.888449],[99.460405,39.87523],[99.440861,39.883465],[99.444925,39.89295],[99.456219,39.896325],[99.470494,39.893243],[99.476973,39.887438],[99.491123,39.882181],[99.508075,39.882626],[99.51996,39.885512],[99.533414,39.890909],[99.55033,39.902315],[99.561491,39.904969],[99.620247,39.9267],[99.662467,39.945118],[99.66851,39.950158],[99.676124,39.951495],[99.693655,39.960324],[99.712797,39.971438],[99.716307,39.976232],[99.724207,39.979202],[99.732935,39.985763],[99.749663,40.005986],[99.840039,40.012571],[99.858445,40.018544],[99.871905,40.025237],[99.926317,40.063247],[99.954949,40.151213],[99.960352,40.1598],[99.988243,40.187376],[100.006043,40.199158],[100.167947,40.276595],[100.16803,40.540228],[100.241018,40.617629],[100.235713,40.715719],[100.106223,40.874144],[100.055372,40.906645],[99.671634,40.931799],[99.564569,40.845746],[99.173246,40.857061],[99.171619,40.74611],[99.124078,40.713959],[99.100543,40.67517],[99.040253,40.692624],[98.983928,40.781802],[98.790009,40.704512],[98.788121,40.678542],[98.806118,40.658191],[98.801173,40.653506],[98.801397,40.64405],[98.795103,40.630609],[98.801481,40.615463],[98.801812,40.606135],[98.798655,40.610071],[98.76408,40.637485],[98.714792,40.661087],[98.696715,40.679186],[98.68714,40.695846],[98.667835,40.771913],[98.569462,40.745958],[98.62735,40.677057],[98.3434,40.567285],[98.332319,40.917813],[98.293184,40.930923],[98.249644,40.937949],[98.184156,40.986704],[98.141551,41.000395],[97.971527,41.096661],[97.910184,41.159689],[97.629055,41.439189],[97.631821,41.452495],[97.615757,41.46333],[97.614331,41.476473],[97.846453,41.655091],[97.500042,42.242298],[97.342984,42.500064],[97.238913,42.666678],[97.190512,42.762867],[97.17172,42.794532],[97.692743,42.724375],[98.194463,42.651979],[98.544598,42.637491],[98.947042,42.604565],[99,42.603086],[99.505319,42.567485],[99.968197,42.648372],[100.267503,42.635917],[100.270327,42.641675],[100.320772,42.689599],[100.848259,42.672515],[101.566794,42.527418],[101.801479,42.505943],[102,42.302701],[102.074681,42.228643],[102.446948,42.147384],[102.544339,42.162303],[102.643164,42.153454],[102.709789,42.154286],[102.995666,42.035949],[103.417616,41.880189],[103.747054,41.8246],[103.85824,41.799748],[104.073805,41.803783],[104.525231,41.87466],[104.518045,41.658949],[104.68267,41.644035],[104.918354,41.651303],[105.004288,41.578484],[105.224365,41.749404],[105.284512,41.746905],[105.357808,41.778351],[105.378921,41.794343],[105.479331,41.835097],[105.583086,41.885464],[105.716129,41.938193],[105.885612,41.990273],[106.076244,42.053668],[106.367293,42.159554],[106.605824,42.241708],[106.781466,42.293436],[107.046561,42.320019],[107.267166,42.366698],[107.286292,42.413818],[107.461208,42.462091],[107.495285,42.459762],[107.567987,42.414661],[107.728581,42.417144],[107.931628,42.405707],[107.958539,42.416355],[107.978318,42.41576],[108.019323,42.434176],[108.083036,42.435145],[108.241508,42.459059],[108.292072,42.437108],[108.524482,42.443104],[108.69757,42.411293],[108.790123,42.413665],[108.826909,42.40241],[108.83833,42.393701],[108.992305,42.453604],[109.005511,42.446109],[109.018033,42.457441],[109.28492,42.433408],[109.304253,42.440547],[109.478904,42.455878],[109.495026,42.467494],[109.535166,42.470471],[109.676853,42.55786],[109.901378,42.634859],[110.102562,42.639452],[110.133019,42.673228],[110.332778,42.73481],[110.433331,42.779821],[110.463169,42.836697],[110.623668,42.933581],[110.682517,43.01744],[110.6813,43.037077],[110.729742,43.085602],[110.765551,43.099751],[111.01217,43.328859],[111.055298,43.348787],[111.060354,43.355925],[111.140554,43.378108],[111.175532,43.393426],[111.311084,43.429831],[111.336041,43.431186],[111.348638,43.437743],[111.391171,43.471353],[111.450657,43.492173],[111.5036,43.488009],[111.55846,43.487967],[111.60092,43.512964],[111.784912,43.671109],[111.884186,43.67316],[111.919523,43.68792],[111.942135,43.692672],[111.961019,43.746413],[111.95825,43.798255],[111.951778,43.821288],[111.863833,43.937251],[111.7752,44.004053],[111.740654,44.013003],[111.713795,44.024112],[111.67945,44.042597],[111.656331,44.058614],[111.636879,44.079107],[111.602079,44.111557],[111.589944,44.133686],[111.556394,44.164024],[111.544259,44.183952],[111.533856,44.210774],[111.525342,44.242903],[111.527731,44.263287],[111.513207,44.282164],[111.481798,44.301438],[111.424062,44.319514],[111.408272,44.356046],[111.419694,44.392452],[111.469187,44.48418],[111.507972,44.507083],[111.525461,44.550032],[111.554609,44.565142],[111.562825,44.575084],[111.553419,44.644616],[111.577772,44.704176],[111.600176,44.748777],[111.617308,44.778044],[111.665988,44.839361],[111.692332,44.868725],[111.738375,44.942607],[111.765025,44.974552],[111.883641,45.046114],[111.996251,45.090007],[112.063755,45.093744],[112.106141,45.071709],[112.391153,45.06257],[112.424849,45.072496],[112.535019,45.000428],[112.595338,44.930472],[112.70401,44.879297],[112.847739,44.840499],[112.924774,44.839904],[113.000203,44.828256],[113.118403,44.796984],[113.272592,44.789489],[113.496868,44.775593],[113.538201,44.757124],[113.622646,44.74441],[113.704381,44.78617],[113.791017,44.849136],[113.854346,44.861212],[113.857535,44.868975],[113.860581,44.87145],[113.871241,44.873544],[113.876951,44.877922],[113.878736,44.88718],[113.883636,44.892396],[113.895226,44.89829],[113.896558,44.909331],[113.902546,44.911999],[113.911484,44.913163],[113.931191,44.91221],[113.947942,44.914875],[113.959103,44.919366],[114,44.925],[114.058433,44.929354],[114.106617,44.954696],[114.149804,44.99128],[114.171695,45.035538],[114.182165,45.035538],[114.322553,45.114476],[114.340756,45.118046],[114.404525,45.178603],[114.45378,45.210726],[114.514813,45.287463],[114.534087,45.327438],[114.544081,45.385021],[114.737231,45.437302],[114.920749,45.381333],[114.968577,45.375265],[115.017118,45.381333],[115.165839,45.394647],[115.357856,45.391208],[115.550355,45.433205],[115.689751,45.458631],[115.871047,45.581743],[115.931176,45.633984],[116.020298,45.658421],[116.027088,45.680828],[116.043141,45.686737],[116.08415,45.684312],[116.113395,45.678617],[116.134215,45.688135],[116.170788,45.689222],[116.199478,45.710649],[116.209915,45.722268],[116.216799,45.744385],[116.257209,45.774694],[116.281956,45.776787],[116.27118,45.829104],[116.280219,45.83794],[116.25666,45.864821],[116.23489,45.875434],[116.263146,45.965348],[116.404367,46.129739],[116.429054,46.135093],[116.525482,46.22804],[116.561023,46.252346],[116.579376,46.290144],[116.59865,46.302636],[116.668606,46.323338],[116.74576,46.327353],[116.763904,46.334491],[116.771934,46.345496],[116.784427,46.349958],[116.796919,46.350255],[116.805842,46.353527],[116.816252,46.375835],[116.821606,46.379999],[116.828447,46.381486],[116.896023,46.371552],[117.02273,46.362331],[117.08519,46.355788],[117.238904,46.363937],[117.360453,46.359567],[117.374949,46.394424],[117.36674,46.416553],[117.388393,46.471786],[117.436815,46.526603],[117.408619,46.578713],[117.443597,46.582996],[117.486427,46.596202],[117.508913,46.594061],[117.543891,46.598701],[117.57185,46.590254],[117.587197,46.601318],[117.616584,46.592247],[117.628481,46.583026],[117.634132,46.572913],[117.634727,46.557447],[117.64246,46.547037],[117.66566,46.529488],[117.691537,46.515509],[117.711167,46.515509],[117.741803,46.520863],[117.756972,46.528893],[117.761731,46.533652],[117.769761,46.53395],[117.803669,46.528596],[117.82092,46.529786],[117.838468,46.534247],[117.861073,46.546145],[117.852448,46.563396],[117.853935,46.569939],[117.861371,46.574698],[117.880406,46.578862],[117.886058,46.581836],[117.894683,46.596411],[117.908365,46.607118],[117.918478,46.611877],[117.940488,46.614851],[117.969636,46.612175],[117.979154,46.616339],[117.984508,46.629723],[118.026743,46.627641],[118.049943,46.630913],[118.118352,46.676717],[118.140957,46.679989],[118.172783,46.679989],[118.190629,46.683261],[118.213828,46.693076],[118.22632,46.705568],[118.235541,46.71003],[118.266652,46.713867],[118.306627,46.73671],[118.401092,46.725526],[118.436784,46.702207],[118.582466,46.69153],[118.629899,46.718387],[118.645522,46.720291],[118.654326,46.715294],[118.668127,46.695069],[118.71643,46.693165],[118.777582,46.683172],[118.788766,46.685789],[118.792335,46.694117],[118.788052,46.704349],[118.780913,46.713391],[118.837307,46.768594],[118.869905,46.767643],[118.897269,46.77145],[118.907263,46.771212],[118.912973,46.763835],[118.915591,46.739327],[118.907263,46.730523],[118.91797,46.722671],[118.931083,46.722297],[118.941765,46.71934],[118.963418,46.733616],[119.0003,46.744086],[119.019811,46.718864],[119.057645,46.679127],[119.095716,46.648194],[119.109279,46.640579],[119.117845,46.642245],[119.143305,46.65438],[119.152585,46.655332],[119.195415,46.643673],[119.233725,46.648194],[119.255378,46.644387],[119.259185,46.63582],[119.282504,46.624637],[119.306774,46.605601],[119.317482,46.604887],[119.341752,46.614643],[119.350794,46.614881],[119.357933,46.609408],[119.363703,46.599325],[119.376968,46.601318],[119.388212,46.611708],[119.424754,46.635102],[119.483706,46.625796],[119.510965,46.633124],[119.550026,46.631085],[119.574833,46.616795],[119.602244,46.616224],[119.641648,46.622696],[119.65307,46.616414],[119.667917,46.610894],[119.674281,46.603451],[119.675805,46.58974],[119.670285,46.581174],[119.711569,46.595665],[119.724513,46.60861],[119.736505,46.612607],[119.754589,46.612226],[119.768866,46.616985],[119.800275,46.654486],[119.804272,46.668953],[119.794945,46.677519],[119.864425,46.664955],[119.904086,46.666086],[119.904683,46.684299],[119.908754,46.690179],[119.921569,46.700883],[119.927599,46.709627],[119.914181,46.73194],[119.908,46.750032],[119.908574,46.758706],[119.902775,46.764617],[119.929145,46.787347],[119.930811,46.797579],[119.918503,46.823478],[119.919642,46.838586],[119.931352,46.845131],[119.911602,46.850128],[119.910888,46.890816],[119.920852,46.902562],[119.853068,46.915801],[119.84581,46.941826],[119.867924,46.955402],[119.865259,46.958393],[119.836352,46.961605],[119.788525,47.011336],[119.783528,47.020616],[119.7831,47.024447],[119.785384,47.029967],[119.782148,47.035488],[119.782909,47.042912],[119.79947,47.051478],[119.757698,47.123137],[119.714868,47.177389],[119.695036,47.191759],[119.679617,47.199563],[119.667624,47.209652],[119.643452,47.234787],[119.632343,47.237157],[119.631833,47.240182],[119.623362,47.245189],[119.608818,47.24759],[119.588331,47.246031],[119.584417,47.247019],[119.572946,47.244758],[119.56691,47.246963],[119.558777,47.246785],[119.549868,47.256564],[119.558334,47.25678],[119.555828,47.263717],[119.56043,47.267348],[119.561988,47.270889],[119.557707,47.275302],[119.555972,47.274936],[119.557056,47.272753],[119.555521,47.27245],[119.547935,47.278219],[119.550851,47.279773],[119.55456,47.278566],[119.555453,47.276522],[119.560967,47.277118],[119.56148,47.282257],[119.559095,47.283524],[119.556045,47.280579],[119.552551,47.283513],[119.556448,47.283449],[119.559729,47.285692],[119.551082,47.285952],[119.550552,47.295544],[119.552789,47.298058],[119.551754,47.301274],[119.532646,47.299899],[119.528132,47.302293],[119.531901,47.305066],[119.529566,47.307411],[119.527585,47.304689],[119.520143,47.302536],[119.516264,47.309975],[119.521204,47.310946],[119.522426,47.310222],[119.520841,47.308863],[119.523774,47.30936],[119.522453,47.314944],[119.519636,47.314129],[119.512564,47.319794],[119.508393,47.3211],[119.504195,47.320388],[119.499234,47.322388],[119.498413,47.326175],[119.494683,47.322816],[119.489283,47.321922],[119.485964,47.323073],[119.486307,47.324752],[119.474475,47.327775],[119.475964,47.330429],[119.475197,47.332224],[119.478909,47.333549],[119.479167,47.335205],[119.471955,47.3369],[119.471288,47.335376],[119.467319,47.340499],[119.463692,47.339048],[119.452806,47.344013],[119.45519,47.347191],[119.455924,47.350162],[119.45476,47.351041],[119.44775,47.348295],[119.443476,47.35032],[119.444293,47.356824],[119.436802,47.358288],[119.436145,47.362765],[119.432487,47.366943],[119.435117,47.367121],[119.435522,47.369019],[119.430598,47.376536],[119.422773,47.377736],[119.417157,47.374239],[119.413978,47.374495],[119.411983,47.376624],[119.41701,47.379405],[119.407394,47.386075],[119.402647,47.386535],[119.382967,47.395383],[119.378896,47.394721],[119.374891,47.396369],[119.371407,47.399263],[119.373617,47.401937],[119.372663,47.403099],[119.362066,47.403165],[119.362713,47.405194],[119.368135,47.406125],[119.368164,47.408553],[119.362814,47.409212],[119.358458,47.412271],[119.360033,47.417851],[119.357698,47.422253],[119.347445,47.424451],[119.342189,47.423686],[119.347416,47.427681],[119.346793,47.429169],[119.343837,47.429769],[119.337759,47.427815],[119.333583,47.430509],[119.332557,47.429181],[119.334487,47.426659],[119.330508,47.423007],[119.324333,47.42485],[119.316321,47.422249],[119.318534,47.430871],[119.356034,47.475034],[119.195539,47.519072],[119.142299,47.538405],[119.123921,47.659371],[118.765452,47.768261],[118.567682,47.984418],[118.556082,47.990962],[118.450715,47.996147],[118.446628,47.998042],[118.442897,47.99737],[118.439579,47.992735],[118.43503,47.991532],[118.432795,47.994016],[118.435656,47.997173],[118.435795,48],[118.415914,48.014034],[118.409353,48.009577],[118.404968,48.008975],[118.38368,48.010348],[118.363407,48.014134],[118.35425,48.010501],[118.354635,48.008797],[118.358257,48.007396],[118.356813,48.004985],[118.34182,48.003065],[118.337293,48.006805],[118.326892,48.005712],[118.321999,48.003565],[118.311954,48.00592],[118.307911,48.010346],[118.302802,48.010781],[118.300509,48.009665],[118.301495,48.006776],[118.299913,48.004078],[118.289416,48.002883],[118.278739,48.006816],[118.276825,48.009634],[118.27397,48.010196],[118.266903,48.016076],[118.25817,48.017431],[118.257529,48.019749],[118.259102,48.022691],[118.256598,48.025012],[118.248868,48.024746],[118.242743,48.027013],[118.239466,48.025663],[118.229251,48.028516],[118.229191,48.030522],[118.232911,48.033576],[118.231914,48.040098],[118.230129,48.041188],[118.211582,48.038921],[118.194073,48.043205],[118.190319,48.040348],[118.180055,48.038997],[118.178208,48.04032],[118.17908,48.042677],[118.177218,48.045736],[118.169999,48.048552],[118.159867,48.042342],[118.152616,48.043152],[118.14987,48.040877],[118.149816,48.037289],[118.143659,48.034149],[118.140875,48.03379],[118.135685,48.036206],[118.133046,48.032644],[118.125372,48.034906],[118.123054,48.037482],[118.123737,48.039922],[118.115343,48.045553],[118.106546,48.042499],[118.103579,48.039856],[118.100322,48.032396],[118.100752,48.029036],[118.099121,48.028424],[118.095262,48.031031],[118.08998,48.030855],[118.08659,48.02722],[118.07699,48.025007],[118.073295,48.028757],[118.071368,48.027642],[118.072026,48.02447],[118.070451,48.022857],[118.057175,48.0194],[118.053056,48.021893],[118.04094,48.019377],[118.039255,48.016245],[118.043216,48.014599],[118.044243,48.012323],[118.039579,48.011026],[118.034883,48.012804],[118.028888,48.011958],[118.018782,48.013308],[118.010839,48.010877],[118.007193,48.013581],[118.003068,48.012403],[118.001092,48.007977],[117.990481,48.007541],[117.98453,48.014571],[117.973944,48.016136],[117.971906,48.013275],[117.964095,48.0113],[117.960153,48.01484],[117.957757,48.015013],[117.953989,48.013506],[117.955437,48.009897],[117.949281,48.009696],[117.940628,48.012169],[117.939443,48.01484],[117.937094,48.015363],[117.927055,48.013214],[117.920013,48.013658],[117.918249,48.014724],[117.918093,48.018799],[117.913373,48.021706],[117.89694,48.018049],[117.897139,48.022527],[117.887879,48.026826],[117.804415,48.014381],[117.522888,47.778395],[117.522293,47.771554],[117.519617,47.764713],[117.507422,47.759062],[117.485352,47.755701],[117.376789,47.639137],[117.0859,47.820571],[116.87282,47.891152],[116.784951,47.897402],[116.664736,47.888654],[116.44059,47.834283],[116.258919,47.874258],[116.107013,47.815067],[115.960772,47.685924],[115.931624,47.680034],[115.573594,47.919778],[115.560518,48.000002],[115.536922,48.100174],[115.525946,48.102621],[115.524846,48.104491],[115.525286,48.108893],[115.540252,48.120448],[115.544214,48.128371],[115.541243,48.134204],[115.529062,48.136652],[115.530737,48.148855],[115.811315,48.257355],[115.790678,48.520385],[116.070753,48.821627],[116.039106,48.870108],[116.715409,49.850533],[117.053768,49.694351],[117.273055,49.631545],[117.47523,49.629422],[117.627932,49.571571],[117.802384,49.516973],[117.80851,49.518957],[117.810694,49.521684],[117.806527,49.522388],[117.808032,49.531976],[117.813698,49.532205],[117.818832,49.537688],[117.830454,49.541707],[117.842184,49.550058],[117.845022,49.554491],[117.840437,49.562395],[117.859644,49.57173],[117.859251,49.577833],[117.855074,49.578741],[117.85932,49.590265],[117.876577,49.595171],[117.880693,49.592329],[117.888147,49.595304],[117.891077,49.593946],[117.89477,49.595335],[117.902563,49.591341],[117.912157,49.593332],[117.912638,49.596712],[117.916803,49.598387],[117.925528,49.598356],[117.939634,49.595285],[117.945868,49.597731],[117.945066,49.604986],[117.946943,49.608271],[117.9559,49.610872],[117.960287,49.609564],[117.967405,49.610224],[117.973139,49.614908],[117.971888,49.616282],[117.973173,49.619337],[117.981642,49.621447],[117.993189,49.620943],[117.994406,49.619585],[117.99193,49.615221],[117.995951,49.613096],[118.020361,49.61331],[118.041109,49.609709],[118.050303,49.610033],[118.056913,49.614298],[118.074114,49.61619],[118.07762,49.618525],[118.08079,49.625864],[118.096468,49.641214],[118.096972,49.649389],[118.108313,49.653891],[118.113653,49.670073],[118.115988,49.670908],[118.147409,49.658247],[118.157072,49.657869],[118.164698,49.659456],[118.165319,49.660833],[118.161497,49.665445],[118.163908,49.66921],[118.173056,49.673613],[118.173655,49.676889],[118.171034,49.681814],[118.177504,49.685774],[118.1821,49.682467],[118.181364,49.679216],[118.183008,49.678503],[118.189623,49.684008],[118.197874,49.682798],[118.203875,49.688738],[118.204134,49.696447],[118.209539,49.70064],[118.210203,49.703577],[118.20677,49.704939],[118.203783,49.710272],[118.212122,49.716616],[118.218863,49.714453],[118.224531,49.71525],[118.224802,49.72183],[118.226881,49.725969],[118.234468,49.731169],[118.233618,49.733248],[118.228201,49.73427],[118.227457,49.736483],[118.238409,49.737444],[118.244146,49.734056],[118.246988,49.739328],[118.250002,49.740961],[118.28245,49.743872],[118.289501,49.748789],[118.286276,49.75149],[118.286444,49.753786],[118.291071,49.75598],[118.292131,49.752779],[118.294512,49.752562],[118.29677,49.754725],[118.295641,49.759134],[118.303404,49.761354],[118.307951,49.765726],[118.304941,49.77265],[118.317438,49.769098],[118.320848,49.765799],[118.326712,49.764822],[118.330587,49.767042],[118.329645,49.771177],[118.330904,49.773226],[118.338865,49.774294],[118.344751,49.777853],[118.354464,49.775652],[118.359804,49.779234],[118.367136,49.778616],[118.371557,49.780249],[118.377901,49.777822],[118.380313,49.77848],[118.381469,49.78068],[118.380397,49.78416],[118.371557,49.787064],[118.374234,49.791517],[118.381149,49.791752],[118.38047,49.795584],[118.37726,49.798724],[118.382017,49.804495],[118.389487,49.800034],[118.395478,49.804912],[118.388056,49.808913],[118.389232,49.8154],[118.387494,49.818091],[118.382699,49.818086],[118.379977,49.819995],[118.377942,49.822447],[118.377341,49.825124],[118.378496,49.826048],[118.395317,49.828286],[118.405902,49.823061],[118.417511,49.822903],[118.428598,49.825076],[118.42876,49.826451],[118.424309,49.828119],[118.431114,49.833333],[118.45115,49.832952],[118.45512,49.835282],[118.457444,49.834253],[118.457054,49.831069],[118.462636,49.823247],[118.465041,49.823194],[118.472592,49.828156],[118.476403,49.828366],[118.467898,49.837804],[118.470942,49.841097],[118.475274,49.842827],[118.481226,49.838728],[118.491102,49.839815],[118.489148,49.844066],[118.479829,49.848069],[118.479072,49.855155],[118.482073,49.856208],[118.482424,49.859404],[118.477727,49.864846],[118.481009,49.871332],[118.493651,49.877841],[118.501306,49.879371],[118.508406,49.876824],[118.5169,49.880166],[118.517722,49.883769],[118.523936,49.886646],[118.519443,49.888494],[118.523592,49.8912],[118.519884,49.894989],[118.525175,49.90035],[118.53583,49.900128],[118.547532,49.904765],[118.555461,49.903303],[118.556513,49.900546],[118.557829,49.90078],[118.557622,49.903426],[118.551753,49.907488],[118.545619,49.906337],[118.543658,49.907694],[118.552801,49.91107],[118.561145,49.910779],[118.559431,49.91376],[118.553687,49.914394],[118.553089,49.918763],[118.554301,49.922226],[118.566031,49.929657],[118.57539,49.925376],[118.579921,49.926789],[118.584935,49.931036],[118.590185,49.931441],[118.597615,49.92565],[118.608578,49.924339],[118.610064,49.926914],[118.604918,49.930483],[118.604388,49.933826],[118.619167,49.937136],[118.612622,49.940554],[118.609972,49.943818],[118.611302,49.946506],[118.614883,49.947751],[118.620837,49.945411],[118.62206,49.940737],[118.629595,49.941098],[118.63735,49.936017],[118.642629,49.936006],[118.648685,49.938365],[118.646578,49.94316],[118.647587,49.947012],[118.643025,49.94847],[118.644929,49.949567],[118.655717,49.949639],[118.655553,49.946494],[118.666499,49.948471],[118.669803,49.950685],[118.67507,49.950557],[118.679103,49.953569],[118.684529,49.952325],[118.685791,49.948972],[118.689538,49.94773],[118.698975,49.949426],[118.697433,49.951166],[118.698246,49.952098],[118.702938,49.951176],[118.7058,49.947402],[118.711416,49.949369],[118.721512,49.946873],[118.726736,49.951129],[118.73023,49.945961],[118.733011,49.945039],[118.740873,49.949767],[118.746654,49.947415],[118.747964,49.948591],[118.747725,49.95237],[118.755778,49.958334],[118.762781,49.957769],[118.764338,49.953843],[118.782099,49.952529],[118.787094,49.95683],[118.780752,49.95985],[118.794729,49.962413],[118.794901,49.967032],[118.797433,49.967658],[118.812119,49.966223],[118.816574,49.962531],[118.828085,49.959375],[118.82963,49.963635],[118.838308,49.964578],[118.842931,49.968005],[118.850143,49.96815],[118.854112,49.966292],[118.860672,49.968924],[118.862,49.97233],[118.874199,49.973069],[118.869403,49.975943],[118.869763,49.97912],[118.877788,49.977174],[118.881471,49.974714],[118.880957,49.972987],[118.892975,49.978205],[118.895186,49.978112],[118.897805,49.975431],[118.90344,49.976414],[118.911325,49.978703],[118.911656,49.983202],[118.921732,49.988295],[118.929935,49.987683],[118.931412,49.984146],[118.938142,49.983799],[118.941695,49.984663],[118.940761,49.988131],[118.94881,49.988185],[118.950292,49.985877],[118.96831,49.986579],[118.971704,49.984678],[118.972342,49.982546],[118.9659,49.983923],[118.963926,49.98303],[118.973796,49.979038],[118.975307,49.977081],[118.979397,49.981753],[118.982153,49.981992],[118.986797,49.973631],[118.992493,49.974487],[118.996633,49.979523],[119.014108,49.979498],[119.020064,49.981299],[119.022781,49.986819],[119.031845,49.988135],[119.041468,49.985835],[119.042319,49.979589],[119.047826,49.97826],[119.049201,49.982146],[119.052898,49.985737],[119.060059,49.989181],[119.064906,49.990285],[119.078454,49.987662],[119.086601,49.98823],[119.113747,50.001069],[119.118026,50.00599],[119.117462,50.018378],[119.119033,50.020492],[119.123547,50.022314],[119.136805,50.021356],[119.13733,50.030299],[119.142042,50.030966],[119.152134,50.026255],[119.157982,50.026146],[119.156207,50.03357],[119.169714,50.04825],[119.172724,50.060193],[119.187354,50.065475],[119.185701,50.068172],[119.177758,50.071762],[119.180307,50.074143],[119.18452,50.074064],[119.186398,50.076313],[119.180708,50.08299],[119.180648,50.086562],[119.186003,50.087176],[119.199516,50.08027],[119.215407,50.079298],[119.219635,50.074395],[119.226209,50.073295],[119.230304,50.075811],[119.232498,50.084815],[119.245915,50.091871],[119.247924,50.098523],[119.261532,50.101223],[119.269338,50.109037],[119.280638,50.106634],[119.285176,50.108355],[119.287194,50.111332],[119.288283,50.124134],[119.28715,50.13637],[119.30022,50.137035],[119.310115,50.142552],[119.311233,50.150386],[119.305523,50.158022],[119.306679,50.161258],[119.336761,50.163662],[119.336899,50.165461],[119.326087,50.177324],[119.325587,50.181558],[119.331439,50.185965],[119.351001,50.192094],[119.352614,50.194147],[119.328519,50.209019],[119.321706,50.209515],[119.320037,50.214386],[119.313963,50.21395],[119.310901,50.217284],[119.311098,50.219617],[119.31655,50.225119],[119.314362,50.22973],[119.318657,50.23851],[119.33215,50.242664],[119.329338,50.246533],[119.330293,50.250577],[119.327551,50.25475],[119.332183,50.256546],[119.33774,50.253179],[119.339879,50.25506],[119.339647,50.258895],[119.337819,50.260532],[119.32735,50.260401],[119.324624,50.26202],[119.327113,50.268785],[119.333578,50.270166],[119.333089,50.275661],[119.32341,50.275711],[119.316945,50.281253],[119.322096,50.283865],[119.343751,50.284222],[119.344039,50.286086],[119.339487,50.290548],[119.33992,50.296509],[119.343437,50.302948],[119.360348,50.307101],[119.366679,50.310767],[119.368753,50.31691],[119.377194,50.318896],[119.37842,50.320957],[119.371292,50.322775],[119.359413,50.322243],[119.350801,50.326464],[119.352998,50.32998],[119.363584,50.331024],[119.364106,50.339277],[119.361873,50.341553],[119.352374,50.343795],[119.35133,50.345823],[119.352366,50.346881],[119.360658,50.347486],[119.361481,50.348782],[119.352348,50.351241],[119.35153,50.356292],[119.348416,50.358118],[119.333847,50.354914],[119.326965,50.359484],[119.321436,50.360242],[119.315894,50.35726],[119.313999,50.35068],[119.310351,50.349637],[119.303455,50.355323],[119.298755,50.355182],[119.296675,50.352868],[119.300831,50.346977],[119.294495,50.344369],[119.292365,50.346245],[119.290039,50.355138],[119.281128,50.357453],[119.269013,50.364524],[119.263211,50.361346],[119.262006,50.358456],[119.26356,50.355675],[119.261137,50.352593],[119.2492,50.350521],[119.25,50.348223],[119.253584,50.346824],[119.253094,50.344766],[119.25,50.34263],[119.244415,50.342018],[119.22822,50.346016],[119.226741,50.349245],[119.229493,50.354587],[119.227126,50.363462],[119.208752,50.363093],[119.199047,50.359303],[119.186167,50.347552],[119.178421,50.346547],[119.172743,50.348361],[119.171729,50.352624],[119.184559,50.357203],[119.187704,50.3602],[119.186758,50.36225],[119.167353,50.357111],[119.150694,50.358553],[119.147877,50.361536],[119.14833,50.3641],[119.152077,50.367393],[119.166904,50.371955],[119.168968,50.375279],[119.167938,50.377977],[119.148877,50.37932],[119.146204,50.381115],[119.144234,50.388594],[119.140355,50.390518],[119.134088,50.388152],[119.133157,50.381821],[119.127463,50.380253],[119.121405,50.383151],[119.117591,50.387177],[119.118243,50.389179],[119.131907,50.394701],[119.140072,50.410483],[119.154319,50.411281],[119.155893,50.413715],[119.154292,50.418132],[119.157802,50.421682],[119.167123,50.419926],[119.180981,50.421986],[119.196739,50.40975],[119.203941,50.408499],[119.207164,50.409427],[119.208967,50.414319],[119.204067,50.421515],[119.206416,50.424222],[119.213538,50.425435],[119.216601,50.42775],[119.215636,50.44023],[119.221524,50.442096],[119.234489,50.440571],[119.241928,50.446056],[119.2433,50.448853],[119.241005,50.452134],[119.232541,50.457205],[119.23289,50.459842],[119.237439,50.463117],[119.254999,50.466736],[119.257238,50.469372],[119.257509,50.47388],[119.252787,50.48183],[119.255373,50.486645],[119.250598,50.492024],[119.243256,50.495552],[119.231441,50.496067],[119.227376,50.498357],[119.22657,50.501585],[119.23178,50.504731],[119.247569,50.504418],[119.254666,50.509471],[119.256004,50.516835],[119.260862,50.527008],[119.257485,50.531911],[119.25671,50.536349],[119.271278,50.543007],[119.275035,50.551295],[119.271591,50.556559],[119.263094,50.555969],[119.25963,50.557889],[119.25891,50.560546],[119.260925,50.562539],[119.261425,50.567096],[119.265786,50.569709],[119.278715,50.569672],[119.285103,50.570985],[119.288206,50.573244],[119.291085,50.583113],[119.281661,50.587974],[119.279381,50.591057],[119.279442,50.595839],[119.273679,50.599926],[119.276026,50.604663],[119.289015,50.614963],[119.3049,50.613265],[119.316791,50.6206],[119.325719,50.623389],[119.328935,50.627262],[119.324443,50.635911],[119.327187,50.639956],[119.334461,50.639523],[119.339175,50.630815],[119.342804,50.628171],[119.345778,50.627715],[119.351554,50.63017],[119.363322,50.641027],[119.369773,50.65458],[119.374411,50.657362],[119.382535,50.659156],[119.385985,50.661927],[119.385389,50.666345],[119.371928,50.672899],[119.371623,50.676394],[119.374173,50.679812],[119.380475,50.681302],[119.398324,50.681116],[119.409758,50.68498],[119.422589,50.68243],[119.426286,50.683306],[119.442088,50.693279],[119.443335,50.698756],[119.44177,50.705693],[119.443137,50.707481],[119.451168,50.708355],[119.457742,50.71113],[119.46088,50.718598],[119.467924,50.723825],[119.477113,50.73798],[119.487782,50.743596],[119.492301,50.748103],[119.492238,50.755459],[119.498543,50.762067],[119.499024,50.764718],[119.488864,50.770402],[119.48782,50.773697],[119.492076,50.77589],[119.498899,50.774593],[119.502156,50.775956],[119.501828,50.778058],[119.496704,50.782372],[119.4976,50.785338],[119.507574,50.788184],[119.516084,50.78792],[119.516256,50.788995],[119.509296,50.792525],[119.5054,50.796583],[119.50336,50.806193],[119.507741,50.8109],[119.506752,50.814697],[119.495602,50.822368],[119.488761,50.82933],[119.487948,50.84406],[119.495989,50.852627],[119.492201,50.863623],[119.485751,50.864147],[119.482674,50.866397],[119.481981,50.872355],[119.483386,50.877665],[119.488416,50.880318],[119.496041,50.880983],[119.497332,50.883338],[119.50717,50.888786],[119.510037,50.896636],[119.515792,50.905287],[119.546515,50.920048],[119.563007,50.933353],[119.568241,50.945717],[119.574601,50.950576],[119.57523,50.956298],[119.582476,50.96734],[119.583293,50.974874],[119.58976,50.982571],[119.598281,50.987237],[119.60729,50.988366],[119.620914,50.993528],[119.62444,50.997441],[119.620067,51.002866],[119.62385,51.008283],[119.636729,51.009467],[119.647814,51.012435],[119.659767,51.011363],[119.679905,51.020244],[119.684503,51.02877],[119.682805,51.030238],[119.676641,51.030146],[119.673889,51.033122],[119.68146,51.035331],[119.68938,51.034457],[119.703971,51.045053],[119.715459,51.046931],[119.718761,51.049196],[119.722511,51.062289],[119.720298,51.066395],[119.710507,51.068565],[119.709572,51.070385],[119.710804,51.072909],[119.716605,51.074968],[119.727246,51.073183],[119.735113,51.073961],[119.738378,51.077301],[119.734576,51.084214],[119.736463,51.08764],[119.740379,51.088933],[119.750373,51.088315],[119.756211,51.090632],[119.756241,51.099541],[119.745048,51.111588],[119.744081,51.114611],[119.750649,51.12277],[119.765215,51.123865],[119.770001,51.132697],[119.768473,51.143442],[119.775871,51.153354],[119.769115,51.158],[119.754514,51.158885],[119.752526,51.162492],[119.754992,51.164996],[119.759991,51.166353],[119.777366,51.162309],[119.779417,51.163375],[119.780886,51.167312],[119.780502,51.172902],[119.778612,51.175716],[119.7685,51.179768],[119.76537,51.183324],[119.763518,51.190755],[119.758422,51.199924],[119.758951,51.205743],[119.752806,51.211174],[119.752863,51.213079],[119.758313,51.217086],[119.76767,51.219382],[119.769877,51.223718],[119.772973,51.224723],[119.797602,51.217196],[119.798883,51.21472],[119.802924,51.213364],[119.814924,51.213903],[119.817553,51.21945],[119.815803,51.224563],[119.796071,51.236244],[119.790232,51.242078],[119.789371,51.244904],[119.792403,51.249543],[119.80095,51.254409],[119.816689,51.257807],[119.820261,51.259987],[119.82047,51.262463],[119.816294,51.267275],[119.804065,51.27638],[119.804609,51.28061],[119.816813,51.287941],[119.833893,51.293355],[119.847598,51.294209],[119.86288,51.292757],[119.870686,51.294687],[119.877356,51.301356],[119.87874,51.306969],[119.874912,51.327418],[119.875991,51.334342],[119.878,51.337098],[119.896654,51.34588],[119.914758,51.343913],[119.920625,51.348586],[119.933804,51.354406],[119.939473,51.360414],[119.939285,51.363763],[119.936099,51.366037],[119.906406,51.373431],[119.902625,51.379962],[119.902497,51.38855],[119.91457,51.395201],[119.927263,51.396827],[119.939984,51.395285],[119.958024,51.396881],[119.963802,51.399108],[119.968427,51.411039],[119.964526,51.421855],[119.96815,51.426653],[119.968055,51.435467],[119.976327,51.444104],[119.993686,51.448769],[119.995782,51.453822],[119.994098,51.459763],[119.98579,51.472706],[119.975122,51.481321],[119.975826,51.487704],[119.984669,51.495211],[119.978844,51.500021],[119.978048,51.503563],[119.999067,51.512756],[120.009368,51.519443],[120.021581,51.529715],[120.025164,51.543724],[120.029851,51.545695],[120.037324,51.546082],[120.044621,51.551858],[120.044603,51.559248],[120.042171,51.564275],[120.041455,51.570813],[120.028498,51.581479],[120.027518,51.584115],[120.033549,51.591227],[120.037865,51.60119],[120.043951,51.60663],[120.044615,51.60929],[120.042465,51.615676],[120.052693,51.620968],[120.049363,51.628253],[120.052815,51.633375],[120.062862,51.640208],[120.071363,51.643279],[120.088664,51.645687],[120.094926,51.649668],[120.095455,51.656766],[120.086305,51.665098],[120.080138,51.674392],[120.079949,51.677287],[120.084063,51.67992],[120.089707,51.680311],[120.118697,51.673798],[120.135413,51.672877],[120.16701,51.679074],[120.183836,51.688505],[120.19476,51.70085],[120.218036,51.715514],[120.221106,51.722096],[120.225171,51.72568],[120.240824,51.727509],[120.25528,51.733767],[120.25928,51.744217],[120.263869,51.74881],[120.268474,51.750248],[120.28074,51.7486],[120.287079,51.749897],[120.289519,51.759447],[120.296943,51.764185],[120.303437,51.77968],[120.307677,51.783445],[120.340762,51.787732],[120.354776,51.787806],[120.36082,51.798478],[120.368624,51.806888],[120.371965,51.808293],[120.388298,51.808729],[120.398666,51.81304],[120.399061,51.815242],[120.391351,51.826174],[120.391073,51.829979],[120.39277,51.831743],[120.407281,51.835926],[120.423451,51.836848],[120.44515,51.841628],[120.467583,51.849961],[120.473125,51.854152],[120.475191,51.858224],[120.473871,51.865459],[120.464675,51.875347],[120.465304,51.878884],[120.471641,51.883461],[120.493896,51.885789],[120.514331,51.879649],[120.534495,51.877988],[120.542113,51.881443],[120.54553,51.887118],[120.54502,51.897535],[120.540772,51.904932],[120.548389,51.911312],[120.553909,51.912442],[120.569561,51.908991],[120.578329,51.90892],[120.616353,51.919695],[120.635508,51.92063],[120.651111,51.925842],[120.65458,51.929756],[120.652908,51.936159],[120.655307,51.943686],[120.653819,51.951028],[120.655733,51.956711],[120.664712,51.965088],[120.673809,51.966546],[120.679645,51.969349],[120.686341,51.975548],[120.697491,51.98205],[120.702879,51.989615],[120.712224,52.008363],[120.711932,52.012932],[120.709514,52.015205],[120.686025,52.024885],[120.679363,52.033393],[120.679926,52.039112],[120.685111,52.047664],[120.692516,52.055611],[120.704778,52.06529],[120.710233,52.071553],[120.720431,52.078673],[120.72598,52.08002],[120.739842,52.07564],[120.745682,52.077864],[120.746781,52.081831],[120.745699,52.085065],[120.737294,52.087942],[120.735105,52.091702],[120.741298,52.09823],[120.756954,52.104444],[120.761971,52.111811],[120.762842,52.120952],[120.759532,52.127837],[120.753988,52.134105],[120.753583,52.139823],[120.770111,52.148506],[120.779142,52.157584],[120.779617,52.163301],[120.760555,52.178579],[120.737776,52.206469],[120.737897,52.216179],[120.735879,52.219601],[120.736173,52.222456],[120.743441,52.237301],[120.75461,52.246323],[120.751819,52.254881],[120.746714,52.257651],[120.733675,52.259703],[120.716009,52.25885],[120.709502,52.260045],[120.703379,52.265131],[120.698411,52.27422],[120.696544,52.282247],[120.692921,52.286239],[120.688493,52.288813],[120.670843,52.292179],[120.653212,52.298481],[120.631498,52.311657],[120.620651,52.323044],[120.621613,52.341776],[120.615358,52.346477],[120.613126,52.35303],[120.613895,52.356461],[120.617647,52.360672],[120.636794,52.360364],[120.643228,52.36363],[120.645995,52.36764],[120.646575,52.371643],[120.641134,52.383624],[120.641465,52.388162],[120.65839,52.400642],[120.659512,52.408035],[120.682627,52.42858],[120.683471,52.439968],[120.677417,52.449629],[120.676355,52.466165],[120.681026,52.474176],[120.695598,52.484618],[120.699598,52.49034],[120.690963,52.500595],[120.681462,52.50516],[120.680512,52.511442],[120.687017,52.517466],[120.713984,52.525361],[120.72121,52.528952],[120.727409,52.53734],[120.721903,52.544327],[120.716335,52.548201],[120.705967,52.550508],[120.685465,52.546694],[120.679358,52.547023],[120.670139,52.557404],[120.658496,52.563889],[120.648346,52.566648],[120.617743,52.570629],[120.606188,52.578001],[120.597692,52.588201],[120.591877,52.591166],[120.563821,52.592471],[120.554074,52.594409],[120.533172,52.605733],[120.511902,52.613171],[120.476965,52.62854],[120.461346,52.641617],[120.455639,52.643706],[120.429725,52.638068],[120.398649,52.617619],[120.390753,52.615045],[120.344898,52.615536],[120.310788,52.617616],[120.28535,52.621997],[120.279418,52.621654],[120.263604,52.61542],[120.245535,52.605175],[120.213314,52.591036],[120.196153,52.58032],[120.188601,52.577722],[120.120372,52.585105],[120.10033,52.583249],[120.087592,52.584499],[120.07848,52.583585],[120.061756,52.58632],[120.049273,52.59191],[120.040916,52.59764],[120.036407,52.606939],[120.036455,52.619155],[120.026578,52.636129],[120.027198,52.645526],[120.039137,52.668477],[120.040965,52.675462],[120.047532,52.686705],[120.058253,52.696138],[120.062605,52.703982],[120.061867,52.706761],[120.05418,52.713881],[120.051752,52.718331],[120.050042,52.730322],[120.046187,52.738736],[120.025323,52.764064],[120.023456,52.771339],[120.024976,52.774231],[120.032202,52.779018],[120.05534,52.778514],[120.074416,52.783065],[120.083769,52.78302],[120.092367,52.786545],[120.100757,52.797348],[120.119869,52.803256],[120.130874,52.810239],[120.138422,52.812665],[120.150779,52.813117],[120.17151,52.805862],[120.180099,52.806543],[120.191512,52.821862],[120.208553,52.834489],[120.214154,52.840904],[120.231824,52.846676],[120.250001,52.85485],[120.273964,52.858708],[120.284928,52.863876],[120.289536,52.869294],[120.287042,52.88734],[120.289223,52.89192],[120.30013,52.896735],[120.329945,52.897751],[120.339364,52.90074],[120.34318,52.905922],[120.340428,52.915398],[120.341687,52.920612],[120.34929,52.929555],[120.352986,52.937475],[120.359117,52.942106],[120.364919,52.944078],[120.378459,52.944593],[120.404356,52.956919],[120.408616,52.96209],[120.411957,52.972698],[120.422211,52.987788],[120.440639,53.004869],[120.451153,53.011036],[120.489878,53.026071],[120.497187,53.031411],[120.4997,53.036156],[120.503808,53.039622],[120.520729,53.043095],[120.523083,53.045984],[120.526751,53.058239],[120.529806,53.061961],[120.538703,53.070774],[120.553656,53.079729],[120.571371,53.086151],[120.584838,53.087719],[120.603813,53.098205],[120.635053,53.103091],[120.642428,53.114598],[120.642751,53.122891],[120.650983,53.134042],[120.676743,53.13942],[120.687602,53.145114],[120.687906,53.14725],[120.685221,53.151574],[120.691145,53.156534],[120.691192,53.161217],[120.684011,53.170982],[120.684623,53.174904],[120.698591,53.178887],[120.703891,53.183842],[120.71841,53.191896],[120.722504,53.19796],[120.72762,53.201958],[120.746727,53.210662],[120.761976,53.21281],[120.777484,53.218951],[120.810607,53.239485],[120.816492,53.240717],[120.827476,53.237134],[120.831783,53.237868],[120.834035,53.242817],[120.831394,53.250003],[120.826401,53.255961],[120.813866,53.262544],[120.812954,53.266311],[120.826181,53.271514],[120.85716,53.276542],[120.875724,53.281943],[120.877099,53.284457],[120.873963,53.290234],[120.875728,53.293051],[120.8813,53.293213],[120.899246,53.284849],[120.927532,53.285425],[120.940435,53.294654],[120.946269,53.296255],[120.967545,53.293933],[120.985383,53.289086],[121.016734,53.289962],[121.035771,53.286934],[121.04591,53.289527],[121.06338,53.301988],[121.088393,53.30525],[121.091877,53.304182],[121.092496,53.299052],[121.094972,53.296009],[121.109815,53.293108],[121.111772,53.289877],[121.113141,53.280597],[121.117069,53.276867],[121.121885,53.275082],[121.129564,53.275724],[121.148102,53.283536],[121.163192,53.280291],[121.179378,53.282939],[121.220332,53.278937],[121.232894,53.280822],[121.24607,53.290066],[121.253512,53.292557],[121.258779,53.292859],[121.270185,53.28934],[121.275765,53.289331],[121.295091,53.296618],[121.302478,53.301066],[121.318501,53.318583],[121.330087,53.323571],[121.346269,53.324677],[121.360987,53.323676],[121.388775,53.318106],[121.406788,53.316658],[121.411849,53.317785],[121.420472,53.324038],[121.446879,53.322228],[121.483029,53.333395],[121.493109,53.333779],[121.498126,53.326066]]]}},{type:"Feature",properties:{name:"辽宁省",province_adcode:21e4,province_type:"省",name_en:"Liaoning",name_var:"Liáo Níng",adcode:21e4},geometry:{type:"MultiPolygon",coordinates:[[[[121.035212,38.87021],[121.03885,38.868004],[121.030412,38.868938],[121.024832,38.866091],[121.021408,38.869358],[121.031763,38.872164],[121.035212,38.87021]]],[[[121.826905,38.894462],[121.834706,38.893639],[121.828885,38.882285],[121.837413,38.872744],[121.825636,38.863329],[121.819705,38.867179],[121.818374,38.870524],[121.818654,38.880696],[121.827729,38.88207],[121.827092,38.886261],[121.82018,38.888375],[121.82271,38.89399],[121.826905,38.894462]]],[[[121.831995,38.911944],[121.825823,38.914436],[121.82538,38.916555],[121.83606,38.917116],[121.831995,38.911944]]],[[[120.982732,38.94645],[120.974278,38.9502],[120.971313,38.953939],[120.971917,38.95503],[120.975161,38.957442],[120.983111,38.95386],[120.984448,38.949898],[120.982732,38.94645]]],[[[122.720063,39.046211],[122.724874,39.033605],[122.732912,39.032659],[122.736222,39.035732],[122.744544,39.033736],[122.745664,39.031036],[122.744553,39.027415],[122.746627,39.022173],[122.750822,39.020546],[122.755725,39.021646],[122.758644,39.013103],[122.752698,39.009574],[122.738977,39.012579],[122.730536,39.016555],[122.727489,39.013122],[122.713272,39.023679],[122.707146,39.023461],[122.704836,39.027113],[122.715104,39.026906],[122.715818,39.029066],[122.714222,39.030872],[122.711591,39.030799],[122.708057,39.036994],[122.699894,39.042309],[122.7077,39.04353],[122.71099,39.047081],[122.717785,39.048537],[122.720063,39.046211]]],[[[122.834213,39.050267],[122.834113,39.046108],[122.818747,39.040732],[122.811828,39.044141],[122.814163,39.049651],[122.813682,39.052374],[122.818328,39.050046],[122.821276,39.050929],[122.823608,39.054471],[122.82138,39.057746],[122.823058,39.058219],[122.8314,39.054209],[122.834213,39.050267]]],[[[122.860807,39.062619],[122.865357,39.064363],[122.865972,39.061386],[122.870451,39.063628],[122.870073,39.06549],[122.873369,39.06431],[122.8743,39.061844],[122.871853,39.060566],[122.872115,39.057546],[122.867873,39.057553],[122.86571,39.050542],[122.857832,39.051277],[122.858954,39.055473],[122.854232,39.056623],[122.853399,39.062944],[122.845904,39.067356],[122.845462,39.069065],[122.851825,39.067797],[122.860807,39.062619]]],[[[122.78202,39.076361],[122.78424,39.076333],[122.785465,39.078058],[122.794455,39.071852],[122.78514,39.068979],[122.784284,39.070752],[122.778867,39.072646],[122.775501,39.077659],[122.78202,39.076361]]],[[[122.808438,39.074787],[122.812107,39.075759],[122.814218,39.074156],[122.811109,39.071707],[122.812553,39.070027],[122.811019,39.06711],[122.806938,39.07187],[122.801122,39.071965],[122.796523,39.075455],[122.796308,39.078585],[122.803376,39.080789],[122.808438,39.074787]]],[[[121.170601,39.091219],[121.171264,39.086127],[121.168356,39.086032],[121.167508,39.088452],[121.163411,39.089182],[121.157601,39.08388],[121.153415,39.087191],[121.153641,39.089942],[121.164143,39.095356],[121.170601,39.091219]]],[[[123.178714,39.082329],[123.182664,39.07873],[123.192508,39.076114],[123.187582,39.071724],[123.187738,39.069587],[123.191694,39.066279],[123.197087,39.066438],[123.197152,39.055862],[123.193532,39.052244],[123.188684,39.051958],[123.164247,39.034831],[123.162287,39.027082],[123.150669,39.028127],[123.143731,39.036839],[123.14016,39.045586],[123.145908,39.052298],[123.146523,39.060955],[123.149126,39.063169],[123.148343,39.069857],[123.150418,39.070628],[123.156502,39.067039],[123.157454,39.059],[123.165986,39.05501],[123.168775,39.057345],[123.165193,39.06426],[123.167042,39.070789],[123.159586,39.076065],[123.14747,39.079273],[123.138137,39.075651],[123.137013,39.079035],[123.1412,39.081598],[123.138222,39.087106],[123.140195,39.088557],[123.156087,39.083802],[123.170138,39.082599],[123.17358,39.086614],[123.17437,39.090292],[123.172598,39.094919],[123.16755,39.097055],[123.168744,39.100538],[123.177017,39.09769],[123.18033,39.093596],[123.17622,39.085349],[123.178714,39.082329]]],[[[121.228922,39.104642],[121.221854,39.103801],[121.218614,39.106767],[121.227466,39.108451],[121.228922,39.104642]]],[[[122.408327,39.179288],[122.413825,39.173394],[122.416854,39.173918],[122.420801,39.170803],[122.3975,39.17702],[122.406043,39.180291],[122.408327,39.179288]]],[[[121.563514,39.192718],[121.569762,39.192583],[121.576618,39.185309],[121.564921,39.18554],[121.564336,39.189544],[121.56231,39.191308],[121.563514,39.192718]]],[[[121.456339,39.203644],[121.458314,39.199034],[121.471365,39.193747],[121.476022,39.187202],[121.47054,39.18617],[121.468021,39.187498],[121.464013,39.194326],[121.458914,39.196564],[121.454952,39.200753],[121.44725,39.202408],[121.443663,39.201185],[121.441577,39.202815],[121.456339,39.203644]]],[[[122.302759,39.199399],[122.304605,39.196811],[122.295548,39.198544],[122.294902,39.200369],[122.308481,39.204662],[122.302759,39.199399]]],[[[121.496695,39.202911],[121.489919,39.198716],[121.488174,39.193017],[121.480776,39.199001],[121.482663,39.202719],[121.488871,39.202658],[121.493073,39.206715],[121.494893,39.206482],[121.496695,39.202911]]],[[[122.399196,39.212646],[122.393156,39.209975],[122.390091,39.212123],[122.387405,39.211767],[122.378076,39.197875],[122.377969,39.189527],[122.389126,39.176115],[122.387765,39.171021],[122.389994,39.16815],[122.393349,39.167354],[122.393811,39.161157],[122.390821,39.160776],[122.377767,39.166997],[122.375085,39.166624],[122.374994,39.164278],[122.373774,39.164402],[122.372546,39.167232],[122.376565,39.170158],[122.374744,39.173382],[122.370226,39.174888],[122.361191,39.17357],[122.356828,39.169963],[122.361943,39.163463],[122.356531,39.15956],[122.358858,39.154442],[122.341661,39.144327],[122.336236,39.14327],[122.332072,39.145056],[122.326636,39.153228],[122.320679,39.158479],[122.314684,39.159419],[122.313849,39.170663],[122.317307,39.171653],[122.317909,39.173831],[122.310601,39.183495],[122.32434,39.183553],[122.332282,39.185208],[122.33608,39.191656],[122.341072,39.19284],[122.343635,39.195387],[122.339701,39.202102],[122.357381,39.201397],[122.368518,39.203199],[122.375335,39.205939],[122.374845,39.209704],[122.387052,39.212259],[122.397434,39.217587],[122.402689,39.216939],[122.402655,39.214041],[122.399196,39.212646]]],[[[122.606938,39.217984],[122.607096,39.215342],[122.602865,39.211933],[122.597202,39.209652],[122.591957,39.209527],[122.592791,39.206082],[122.588366,39.206375],[122.588145,39.208533],[122.583506,39.20989],[122.587461,39.212703],[122.589209,39.21103],[122.59114,39.211678],[122.591978,39.218255],[122.59506,39.220589],[122.597054,39.217914],[122.601395,39.219086],[122.602428,39.221126],[122.600252,39.223585],[122.603119,39.224005],[122.606938,39.217984]]],[[[122.783153,39.227266],[122.800785,39.22903],[122.80673,39.226331],[122.802905,39.225328],[122.801192,39.222581],[122.787573,39.224686],[122.78194,39.220972],[122.781616,39.219212],[122.776945,39.217935],[122.772432,39.221593],[122.773765,39.223333],[122.772532,39.224572],[122.767665,39.221724],[122.765832,39.227332],[122.771912,39.229393],[122.778311,39.229409],[122.77947,39.227387],[122.783153,39.227266]]],[[[122.543293,39.232454],[122.541718,39.227976],[122.531385,39.223594],[122.52359,39.222551],[122.507231,39.222183],[122.504846,39.224783],[122.487323,39.230018],[122.487975,39.233944],[122.490561,39.235408],[122.513674,39.235071],[122.5249,39.232284],[122.540631,39.23563],[122.543293,39.232454]]],[[[122.430365,39.235596],[122.439848,39.232931],[122.438454,39.230604],[122.443747,39.226142],[122.440233,39.223585],[122.436099,39.22536],[122.428486,39.222913],[122.426683,39.21908],[122.422884,39.224952],[122.419143,39.225362],[122.417469,39.22317],[122.412701,39.224547],[122.430365,39.235596]]],[[[122.736103,39.24571],[122.734881,39.236218],[122.748535,39.232679],[122.74791,39.229723],[122.728818,39.220772],[122.727847,39.22411],[122.722578,39.224548],[122.720343,39.222476],[122.723968,39.21738],[122.719221,39.21372],[122.71239,39.215737],[122.707379,39.215116],[122.704187,39.213345],[122.704587,39.209989],[122.699521,39.206723],[122.694418,39.205666],[122.689788,39.207526],[122.689785,39.210991],[122.700081,39.224538],[122.703187,39.225157],[122.703118,39.227632],[122.700117,39.231202],[122.680932,39.234011],[122.674927,39.231188],[122.664007,39.234372],[122.658651,39.229755],[122.654479,39.232992],[122.645106,39.231146],[122.642883,39.228873],[122.643671,39.226019],[122.637423,39.224864],[122.62514,39.227401],[122.623848,39.231208],[122.624745,39.234811],[122.64531,39.24163],[122.667357,39.239931],[122.680775,39.24102],[122.695162,39.244438],[122.717801,39.240533],[122.71958,39.240688],[122.722144,39.244581],[122.734846,39.24673],[122.736103,39.24571]]],[[[123.002036,39.259052],[123.007094,39.261053],[123.011258,39.256737],[123.004668,39.257194],[123.005055,39.251748],[122.999473,39.248495],[122.994877,39.251174],[122.98422,39.252878],[122.982767,39.255744],[122.995254,39.261404],[123.002036,39.259052]]],[[[122.421447,39.267226],[122.429579,39.268545],[122.435188,39.26292],[122.443405,39.262915],[122.447178,39.258679],[122.456721,39.255749],[122.448485,39.25635],[122.439669,39.253464],[122.439859,39.255435],[122.437644,39.257485],[122.430609,39.26013],[122.428172,39.262849],[122.420861,39.265881],[122.413459,39.26668],[122.415372,39.267673],[122.414885,39.270331],[122.421447,39.267226]]],[[[122.292587,39.275072],[122.297717,39.277041],[122.298748,39.27237],[122.288367,39.26583],[122.288903,39.269587],[122.284471,39.270031],[122.280209,39.272993],[122.281198,39.276832],[122.27827,39.278381],[122.292587,39.275072]]],[[[122.544401,39.297866],[122.536584,39.296338],[122.540239,39.29331],[122.543744,39.293636],[122.544766,39.291745],[122.540987,39.290181],[122.540281,39.286317],[122.54906,39.285429],[122.551109,39.292773],[122.558155,39.295274],[122.570316,39.283124],[122.591264,39.277139],[122.622796,39.279752],[122.627216,39.283046],[122.626233,39.287137],[122.631323,39.28691],[122.634014,39.28515],[122.636788,39.286942],[122.640558,39.28414],[122.642895,39.279078],[122.660314,39.271417],[122.666031,39.272901],[122.667408,39.269154],[122.672053,39.267771],[122.674239,39.26954],[122.681332,39.269032],[122.682739,39.271538],[122.684305,39.27129],[122.684805,39.267983],[122.687754,39.266465],[122.678123,39.26637],[122.672348,39.263313],[122.665813,39.256701],[122.660186,39.254881],[122.653913,39.260704],[122.642372,39.265055],[122.617364,39.264878],[122.604303,39.269706],[122.586566,39.270555],[122.581837,39.266908],[122.587511,39.263658],[122.587189,39.261745],[122.583212,39.260298],[122.581202,39.254643],[122.576035,39.253163],[122.576264,39.255504],[122.569041,39.262364],[122.573925,39.266358],[122.570253,39.270381],[122.561715,39.272903],[122.549351,39.273498],[122.541917,39.278424],[122.534452,39.280132],[122.529461,39.284412],[122.503429,39.289553],[122.492773,39.298143],[122.509737,39.298785],[122.510305,39.301575],[122.514022,39.304245],[122.518123,39.302153],[122.519095,39.297389],[122.527439,39.297109],[122.526931,39.299786],[122.528198,39.301029],[122.534718,39.305322],[122.537938,39.305402],[122.54036,39.300755],[122.544401,39.297866]]],[[[122.34294,39.339019],[122.342522,39.334793],[122.339859,39.335773],[122.333684,39.332127],[122.325096,39.337045],[122.341661,39.342532],[122.342808,39.342636],[122.34294,39.339019]]],[[[123.063572,39.450558],[123.071527,39.448577],[123.082821,39.448939],[123.095061,39.442719],[123.098149,39.438947],[123.089845,39.442277],[123.080651,39.439572],[123.079176,39.436471],[123.082309,39.426268],[123.073968,39.427741],[123.070649,39.434826],[123.065522,39.435044],[123.062979,39.431164],[123.055076,39.439686],[123.054664,39.442359],[123.050466,39.443253],[123.049203,39.445346],[123.051875,39.450296],[123.049178,39.455652],[123.063572,39.450558]]],[[[123.06315,39.501437],[123.059458,39.500461],[123.057975,39.493124],[123.063606,39.486853],[123.056212,39.487638],[123.053666,39.491895],[123.054845,39.494388],[123.051679,39.501018],[123.057191,39.507252],[123.062852,39.50659],[123.064055,39.504057],[123.06315,39.501437]]],[[[123.102218,39.514042],[123.103646,39.51393],[123.10462,39.508235],[123.106984,39.507811],[123.105645,39.503081],[123.103384,39.504902],[123.099751,39.503474],[123.098177,39.504462],[123.099469,39.507361],[123.097365,39.509326],[123.100678,39.510805],[123.102218,39.514042]]],[[[122.976335,39.549924],[122.975955,39.548131],[122.978437,39.550076],[122.992228,39.549256],[122.992463,39.54378],[122.99681,39.545032],[122.994251,39.548094],[122.996916,39.551727],[123.003533,39.55182],[123.008192,39.547173],[123.021656,39.542557],[123.031772,39.532475],[123.03074,39.529631],[123.028091,39.528876],[123.018124,39.518124],[123.01561,39.511999],[123.010996,39.507642],[123.007366,39.507545],[123,39.502742],[123.000721,39.499559],[122.989579,39.493581],[122.98663,39.494488],[122.987213,39.496514],[122.981511,39.497266],[122.979604,39.493807],[122.968226,39.498295],[122.968052,39.507194],[122.963915,39.51118],[122.965677,39.516317],[122.964802,39.517446],[122.952911,39.520903],[122.947806,39.521002],[122.944025,39.518501],[122.939542,39.520482],[122.943506,39.523974],[122.945927,39.531107],[122.954618,39.534976],[122.956099,39.539635],[122.960611,39.539744],[122.960582,39.546992],[122.966391,39.54973],[122.972956,39.556824],[122.978294,39.55132],[122.976335,39.549924]]],[[[123.03313,39.647428],[123.038244,39.647162],[123.041069,39.645152],[123.031825,39.642621],[123.026672,39.646408],[123.029332,39.649456],[123.03313,39.647428]]],[[[123.726144,39.763214],[123.728086,39.76105],[123.734911,39.763177],[123.743593,39.760753],[123.751551,39.751131],[123.755951,39.751],[123.755778,39.749187],[123.752614,39.747801],[123.752636,39.750087],[123.751098,39.750988],[123.744965,39.748674],[123.740183,39.7514],[123.716517,39.748051],[123.715232,39.744714],[123.711525,39.743464],[123.706077,39.74571],[123.711766,39.753448],[123.717213,39.756584],[123.715654,39.760998],[123.726144,39.763214]]],[[[123.815942,39.794397],[123.820422,39.794143],[123.818224,39.789717],[123.823509,39.784367],[123.82092,39.784557],[123.81564,39.788938],[123.812472,39.788882],[123.811528,39.786786],[123.80903,39.788418],[123.807886,39.786467],[123.803827,39.788848],[123.809799,39.793252],[123.815942,39.794397]]],[[[124.4874,40.155497],[124.481863,40.139163],[124.477988,40.13435],[124.480618,40.132951],[124.478196,40.132969],[124.478105,40.137734],[124.479922,40.138721],[124.4874,40.155497]]],[[[120.61092,40.393407],[120.609703,40.39615],[120.614494,40.405522],[120.617021,40.397524],[120.614418,40.394013],[120.61092,40.393407]]],[[[120.825414,40.507432],[120.827936,40.492661],[120.822349,40.48854],[120.80878,40.486932],[120.794055,40.488597],[120.785733,40.476624],[120.780596,40.472924],[120.774255,40.474972],[120.770562,40.47897],[120.770762,40.486975],[120.777459,40.49628],[120.784208,40.497077],[120.788555,40.494811],[120.793763,40.497012],[120.79337,40.50223],[120.795621,40.508723],[120.816098,40.514722],[120.824578,40.512324],[120.825414,40.507432]]],[[[121.107347,40.867221],[121.103593,40.862399],[121.101316,40.863877],[121.09823,40.861634],[121.101182,40.859348],[121.097469,40.854885],[121.093007,40.855125],[121.089259,40.858586],[121.08927,40.863745],[121.09247,40.867276],[121.09584,40.867065],[121.097199,40.863009],[121.099477,40.86499],[121.097709,40.868001],[121.099012,40.869843],[121.105886,40.870461],[121.107347,40.867221]]],[[[121.496586,40.858221],[121.504814,40.856243],[121.506432,40.853709],[121.501033,40.850512],[121.487487,40.849549],[121.484327,40.850634],[121.483023,40.849473],[121.472819,40.855392],[121.471272,40.85911],[121.476626,40.871691],[121.493848,40.877456],[121.504226,40.870167],[121.497442,40.864931],[121.495334,40.85944],[121.496586,40.858221]]],[[[123.799292,43.480545],[123.819848,43.469127],[123.827416,43.471176],[123.839788,43.465158],[123.843251,43.467746],[123.855176,43.459465],[123.852424,43.4565],[123.865262,43.448375],[123.850053,43.435035],[123.847381,43.429053],[123.84709,43.416624],[123.84535,43.411764],[123.84644,43.403748],[123.857685,43.398606],[123.860378,43.392701],[123.882675,43.386972],[123.886867,43.38721],[123.88968,43.381876],[123.895537,43.376643],[123.89167,43.360896],[123.889949,43.359238],[123.905188,43.355807],[123.917844,43.358005],[123.958233,43.338488],[123.955924,43.336265],[123.965839,43.328175],[123.986718,43.306143],[124.003599,43.293983],[124.005531,43.294469],[124.026618,43.278258],[124.037556,43.28543],[124.050108,43.28674],[124.059015,43.28986],[124.091907,43.290258],[124.094894,43.29176],[124.096953,43.286827],[124.092127,43.278481],[124.098927,43.279662],[124.110991,43.274589],[124.10547,43.266465],[124.110892,43.260783],[124.108336,43.256896],[124.108354,43.244726],[124.117852,43.245633],[124.125744,43.24886],[124.128592,43.251816],[124.152536,43.246552],[124.150588,43.245617],[124.151015,43.243778],[124.172873,43.239728],[124.191288,43.244877],[124.199659,43.250134],[124.210657,43.253968],[124.213229,43.247756],[124.211047,43.243437],[124.222954,43.232606],[124.236516,43.232383],[124.244355,43.236296],[124.246376,43.23567],[124.245549,43.231493],[124.247586,43.229609],[124.251889,43.230781],[124.252507,43.236131],[124.256255,43.236115],[124.260396,43.228252],[124.265518,43.229867],[124.277402,43.227412],[124.274882,43.225224],[124.275915,43.219775],[124.274606,43.213777],[124.280199,43.205765],[124.275315,43.200788],[124.272766,43.192527],[124.275894,43.184831],[124.267744,43.176293],[124.271312,43.17507],[124.277607,43.168573],[124.2758,43.166653],[124.277901,43.163561],[124.302774,43.15267],[124.318949,43.143595],[124.335456,43.125561],[124.341993,43.122224],[124.358186,43.11961],[124.378862,43.102099],[124.386263,43.093063],[124.392618,43.088776],[124.412317,43.080677],[124.419696,43.073679],[124.363918,43.023327],[124.334442,43.002327],[124.327342,42.994873],[124.340815,42.986527],[124.350001,42.97693],[124.364773,42.970164],[124.381135,42.967181],[124.392159,42.967734],[124.408338,42.97317],[124.415899,42.973508],[124.423192,42.964215],[124.426911,42.963352],[124.435417,42.957277],[124.436252,42.954129],[124.433939,42.948952],[124.43606,42.939002],[124.427748,42.934621],[124.425697,42.928286],[124.416244,42.926887],[124.4086,42.923833],[124.407302,42.919406],[124.392207,42.917184],[124.391584,42.912591],[124.383201,42.908589],[124.374406,42.91001],[124.362351,42.900962],[124.360307,42.889322],[124.363816,42.884363],[124.362832,42.880261],[124.365544,42.878435],[124.391431,42.878242],[124.396665,42.876334],[124.408053,42.876968],[124.414516,42.875298],[124.419521,42.871674],[124.428338,42.878339],[124.433349,42.875594],[124.435574,42.86402],[124.439944,42.862927],[124.444785,42.859123],[124.445451,42.858033],[124.443404,42.856151],[124.448532,42.850005],[124.448321,42.843949],[124.446032,42.838476],[124.447995,42.832155],[124.446058,42.829331],[124.445511,42.823746],[124.448973,42.821152],[124.459572,42.820125],[124.466038,42.824364],[124.466471,42.829375],[124.460921,42.839216],[124.461693,42.844867],[124.469236,42.852966],[124.473013,42.853169],[124.486598,42.860369],[124.490556,42.85634],[124.493812,42.856505],[124.496223,42.858528],[124.495581,42.862743],[124.507853,42.870816],[124.517282,42.868365],[124.527855,42.868102],[124.530284,42.865363],[124.533187,42.864938],[124.537057,42.8767],[124.535877,42.881328],[124.537747,42.883643],[124.547708,42.88772],[124.557535,42.889578],[124.569933,42.89877],[124.580364,42.902898],[124.585333,42.909781],[124.598037,42.921536],[124.599097,42.926024],[124.596179,42.928631],[124.597917,42.931941],[124.602455,42.935568],[124.616168,42.938831],[124.615632,42.946227],[124.626324,42.947639],[124.633052,42.952764],[124.627667,42.957129],[124.628731,42.960951],[124.627608,42.966844],[124.629491,42.970803],[124.641804,42.974695],[124.653971,42.97104],[124.65677,42.979136],[124.654506,42.981314],[124.66528,42.987824],[124.665584,42.992908],[124.671754,43.000059],[124.669405,43.0291],[124.680238,43.048085],[124.684953,43.052191],[124.712496,43.067566],[124.735065,43.065647],[124.743529,43.067529],[124.748827,43.071397],[124.750027,43.079396],[124.752487,43.083847],[124.77212,43.095795],[124.777742,43.101127],[124.779262,43.103698],[124.780245,43.114989],[124.792699,43.120304],[124.796123,43.119976],[124.799692,43.115019],[124.801646,43.114487],[124.813451,43.118282],[124.815857,43.122817],[124.825777,43.121211],[124.835921,43.124668],[124.852241,43.116718],[124.867447,43.123656],[124.876934,43.131948],[124.885431,43.130636],[124.890383,43.117451],[124.882038,43.107144],[124.878952,43.096909],[124.881653,43.08205],[124.886071,43.074933],[124.885296,43.072311],[124.88345,43.069268],[124.873124,43.064025],[124.853335,43.049709],[124.852376,43.040646],[124.849733,43.033579],[124.839233,43.033249],[124.834864,43.030299],[124.834164,43.026411],[124.834296,43.02437],[124.850705,43.011574],[124.855004,43.001001],[124.85304,42.995562],[124.854998,42.989052],[124.865677,42.983513],[124.861965,42.97923],[124.862672,42.970626],[124.864852,42.965155],[124.864251,42.953391],[124.860007,42.945783],[124.859214,42.938176],[124.863612,42.932256],[124.863567,42.926702],[124.858096,42.92312],[124.861857,42.917592],[124.857262,42.909738],[124.847385,42.899963],[124.845563,42.896196],[124.844609,42.890117],[124.848558,42.887901],[124.845494,42.86802],[124.84391,42.865671],[124.85019,42.860304],[124.848557,42.850162],[124.85296,42.842999],[124.85462,42.833994],[124.853647,42.829569],[124.85166,42.828394],[124.852788,42.819904],[124.860171,42.805922],[124.866585,42.787229],[124.880331,42.788433],[124.892408,42.785493],[124.894775,42.786147],[124.900871,42.791397],[124.904882,42.800342],[124.90962,42.80226],[124.909169,42.811077],[124.907065,42.813204],[124.910306,42.815637],[124.918224,42.813965],[124.922513,42.817753],[124.932139,42.810648],[124.941391,42.806558],[124.968205,42.801509],[124.970396,42.795579],[124.970064,42.784818],[124.973559,42.779109],[124.980245,42.77875],[124.983707,42.776675],[124.987325,42.768975],[124.986408,42.763412],[124.982176,42.757527],[124.976114,42.758874],[124.973592,42.750823],[124.981451,42.749919],[124.990584,42.74289],[124.986959,42.735806],[124.984755,42.734974],[124.981822,42.730386],[124.983585,42.725779],[124.971636,42.724397],[124.96217,42.720405],[124.965907,42.718037],[124.973118,42.704117],[124.979346,42.699705],[124.983245,42.693097],[124.979946,42.684348],[124.961648,42.677987],[124.959277,42.675554],[124.960127,42.673861],[124.962834,42.671198],[124.96938,42.670657],[124.977909,42.672915],[124.97862,42.674902],[124.985373,42.674896],[124.990697,42.672365],[124.990224,42.667846],[124.998525,42.667061],[125.008587,42.663552],[125.005773,42.659225],[125.013482,42.651257],[125.009996,42.64649],[125.010779,42.639553],[125.004607,42.630183],[125.014571,42.625638],[125.020438,42.620978],[125.023811,42.614398],[125.032218,42.613037],[125.048821,42.621633],[125.057747,42.618294],[125.065856,42.622693],[125.074991,42.623639],[125.090894,42.619907],[125.090328,42.617412],[125.09324,42.610717],[125.08342,42.604373],[125.089909,42.598332],[125.078158,42.590571],[125.075258,42.586289],[125.081216,42.582477],[125.082147,42.573915],[125.085083,42.569496],[125.083205,42.565546],[125.075624,42.561273],[125.074826,42.558089],[125.070165,42.556422],[125.071395,42.553651],[125.069428,42.545732],[125.070613,42.537236],[125.069155,42.535992],[125.064874,42.536383],[125.060748,42.533214],[125.065645,42.527847],[125.073807,42.524012],[125.077205,42.519178],[125.08255,42.516165],[125.084726,42.511345],[125.083162,42.5097],[125.074771,42.51086],[125.071059,42.507689],[125.071284,42.503257],[125.060486,42.500351],[125.062688,42.497158],[125.079521,42.498342],[125.087171,42.492171],[125.098193,42.488626],[125.098981,42.484143],[125.103072,42.481973],[125.101405,42.475995],[125.104611,42.473782],[125.129739,42.469054],[125.13713,42.459292],[125.143512,42.456626],[125.142945,42.449071],[125.137282,42.447535],[125.133895,42.444234],[125.134728,42.441858],[125.165109,42.431964],[125.172253,42.43146],[125.180787,42.42451],[125.18225,42.4177],[125.180569,42.411848],[125.189654,42.40809],[125.191068,42.405602],[125.187005,42.394209],[125.181225,42.391957],[125.179509,42.379096],[125.19414,42.374436],[125.197628,42.366959],[125.196792,42.363949],[125.1881,42.357934],[125.181414,42.358262],[125.165183,42.352823],[125.161375,42.353433],[125.161813,42.349652],[125.170502,42.344634],[125.1702,42.335408],[125.17274,42.329504],[125.175136,42.328099],[125.175404,42.324954],[125.166686,42.315939],[125.168591,42.306321],[125.182569,42.30467],[125.205948,42.298278],[125.21528,42.298184],[125.21863,42.299399],[125.220217,42.302411],[125.235321,42.310223],[125.24913,42.307398],[125.252639,42.307615],[125.256755,42.310839],[125.259255,42.303784],[125.269275,42.299504],[125.27252,42.294385],[125.284016,42.291408],[125.293039,42.287161],[125.292305,42.283656],[125.287657,42.281612],[125.279392,42.27109],[125.271452,42.269298],[125.269743,42.264803],[125.275929,42.255051],[125.280937,42.252443],[125.283262,42.244848],[125.282597,42.24092],[125.278963,42.235337],[125.275057,42.232758],[125.27446,42.22864],[125.293721,42.220232],[125.302584,42.21968],[125.306616,42.21744],[125.298767,42.210509],[125.300548,42.207538],[125.301331,42.199985],[125.292747,42.197983],[125.286144,42.187568],[125.283235,42.179487],[125.274192,42.172178],[125.278196,42.168634],[125.283344,42.172371],[125.291749,42.172765],[125.310618,42.198458],[125.310768,42.187662],[125.306088,42.183258],[125.304956,42.179938],[125.306236,42.167058],[125.308432,42.163161],[125.302957,42.157691],[125.299332,42.147525],[125.299759,42.143801],[125.31299,42.139407],[125.324986,42.139589],[125.328517,42.141203],[125.328763,42.143283],[125.339115,42.140748],[125.351324,42.143773],[125.353384,42.149336],[125.347452,42.150047],[125.345594,42.152042],[125.350602,42.165154],[125.349034,42.176218],[125.362487,42.180343],[125.367814,42.176988],[125.378177,42.174659],[125.38237,42.167934],[125.402643,42.155972],[125.412338,42.152226],[125.439358,42.149762],[125.446322,42.152747],[125.451739,42.157929],[125.459518,42.154564],[125.484396,42.133637],[125.481567,42.12861],[125.473013,42.124641],[125.467767,42.118731],[125.460424,42.115348],[125.458984,42.108924],[125.450631,42.109957],[125.449738,42.101873],[125.442391,42.096804],[125.438944,42.095948],[125.413682,42.099761],[125.40586,42.098269],[125.410131,42.088619],[125.415362,42.086933],[125.416755,42.084792],[125.41745,42.075741],[125.413296,42.072856],[125.411621,42.062761],[125.402256,42.059727],[125.396687,42.048668],[125.357227,42.014953],[125.360814,42.007223],[125.360764,42.000174],[125.346819,41.996063],[125.335479,41.997806],[125.333704,41.990621],[125.330054,41.985004],[125.316735,41.980937],[125.311367,41.974741],[125.301818,41.974586],[125.292141,41.971796],[125.291387,41.965455],[125.286689,41.961528],[125.285898,41.957517],[125.304203,41.950545],[125.310679,41.943054],[125.325143,41.938592],[125.341163,41.936404],[125.344155,41.933056],[125.34539,41.926066],[125.318477,41.92715],[125.301241,41.922462],[125.298629,41.913085],[125.299548,41.90251],[125.290315,41.884076],[125.289677,41.879003],[125.293777,41.861338],[125.29056,41.851429],[125.287803,41.825462],[125.295815,41.807409],[125.296273,41.801484],[125.306745,41.796747],[125.310857,41.791751],[125.314609,41.779724],[125.313869,41.773968],[125.321221,41.765953],[125.319388,41.75226],[125.324793,41.743282],[125.325369,41.738122],[125.327814,41.734368],[125.324717,41.727423],[125.328211,41.716603],[125.326509,41.710864],[125.318903,41.697552],[125.319773,41.693756],[125.312541,41.679557],[125.308939,41.677107],[125.314477,41.669582],[125.319118,41.667858],[125.324027,41.67184],[125.334506,41.671188],[125.344142,41.67623],[125.352997,41.677125],[125.356745,41.67499],[125.371767,41.684671],[125.385309,41.684657],[125.390462,41.687591],[125.405555,41.688942],[125.425597,41.672354],[125.44086,41.673365],[125.444173,41.671622],[125.443108,41.666998],[125.444376,41.663181],[125.450162,41.660156],[125.445952,41.653933],[125.452849,41.64094],[125.464166,41.637024],[125.462249,41.630555],[125.447973,41.619369],[125.446286,41.605704],[125.443373,41.601644],[125.444166,41.595408],[125.44883,41.58628],[125.457656,41.578645],[125.454245,41.571036],[125.456324,41.565957],[125.470541,41.558035],[125.470125,41.553651],[125.473547,41.547931],[125.471011,41.545567],[125.473282,41.544651],[125.473646,41.542638],[125.477636,41.542164],[125.47802,41.540433],[125.48641,41.534344],[125.501278,41.531579],[125.497389,41.521146],[125.488985,41.51978],[125.487113,41.516572],[125.486328,41.511694],[125.488245,41.50895],[125.487671,41.506536],[125.499423,41.501417],[125.500322,41.496767],[125.50526,41.494071],[125.511918,41.486964],[125.510477,41.476432],[125.526592,41.477014],[125.53326,41.467594],[125.536447,41.465801],[125.533633,41.462042],[125.535035,41.456135],[125.532632,41.454733],[125.529593,41.445224],[125.534403,41.43459],[125.53169,41.432866],[125.532001,41.430209],[125.528436,41.426703],[125.532715,41.421951],[125.534143,41.41785],[125.54079,41.417218],[125.541709,41.413077],[125.545364,41.412407],[125.546891,41.407334],[125.54361,41.404601],[125.542623,41.39877],[125.546945,41.398709],[125.554586,41.394747],[125.561204,41.395357],[125.573923,41.393532],[125.582128,41.380413],[125.575373,41.373729],[125.576714,41.366158],[125.583521,41.36373],[125.596923,41.364403],[125.605611,41.361541],[125.623957,41.348848],[125.632044,41.340402],[125.634574,41.330277],[125.631707,41.324365],[125.626542,41.319193],[125.614801,41.31529],[125.616821,41.311527],[125.636383,41.29414],[125.632875,41.281956],[125.633349,41.276722],[125.63766,41.272489],[125.641009,41.262585],[125.656416,41.266173],[125.6642,41.271191],[125.664336,41.273697],[125.66979,41.275568],[125.680278,41.270709],[125.685715,41.255986],[125.686704,41.246238],[125.690781,41.243768],[125.706888,41.246322],[125.713329,41.241675],[125.730106,41.243704],[125.743695,41.24338],[125.752437,41.23048],[125.737257,41.208626],[125.733266,41.201571],[125.732045,41.194714],[125.729454,41.192082],[125.731349,41.177559],[125.74098,41.176347],[125.757717,41.169978],[125.768805,41.168601],[125.77727,41.169946],[125.785614,41.164837],[125.759748,41.146409],[125.759031,41.143236],[125.754171,41.137258],[125.754207,41.131594],[125.751784,41.127981],[125.741827,41.12272],[125.73231,41.124121],[125.726975,41.122921],[125.718164,41.116201],[125.714991,41.108969],[125.707754,41.103058],[125.704982,41.0968],[125.70604,41.093962],[125.715988,41.094166],[125.725977,41.0921],[125.733164,41.087997],[125.733569,41.084689],[125.730944,41.077717],[125.727267,41.074794],[125.726985,41.068516],[125.721454,41.058292],[125.720611,41.053403],[125.707821,41.043033],[125.70074,41.03152],[125.681958,41.023924],[125.678107,41.019689],[125.67718,41.014583],[125.679232,41.00853],[125.674842,41.004668],[125.673269,40.997994],[125.675432,40.988515],[125.67837,40.984465],[125.676128,40.978675],[125.668722,40.972868],[125.661115,40.976305],[125.656447,40.975554],[125.64395,40.968393],[125.637266,40.950534],[125.629608,40.940015],[125.618332,40.941251],[125.609179,40.940439],[125.591056,40.931231],[125.583699,40.929412],[125.586179,40.92292],[125.585014,40.916716],[125.579789,40.917085],[125.580064,40.91175],[125.571012,40.901579],[125.572203,40.892778],[125.580651,40.889724],[125.591902,40.894055],[125.602004,40.90056],[125.615425,40.90381],[125.640958,40.90585],[125.642783,40.90765],[125.642054,40.912014],[125.643353,40.914335],[125.649527,40.915128],[125.654282,40.913179],[125.664777,40.903626],[125.677673,40.899706],[125.685377,40.89423],[125.698962,40.87447],[125.700699,40.864673],[125.705728,40.856809],[125.694816,40.841049],[125.687634,40.836449],[125.666556,40.828225],[125.660861,40.821519],[125.660304,40.818876],[125.644028,40.814365],[125.64208,40.802454],[125.647319,40.79609],[125.655622,40.796131],[125.668049,40.793429],[125.68364,40.786643],[125.687333,40.781478],[125.688302,40.772596],[125.687864,40.767876],[125.685246,40.763556],[125.674401,40.759465],[125.642214,40.760984],[125.599746,40.752745],[125.589682,40.75514],[125.586588,40.759134],[125.585441,40.766197],[125.582379,40.764787],[125.576811,40.766212],[125.568217,40.765324],[125.558963,40.767585],[125.555723,40.761833],[125.556024,40.751064],[125.550428,40.741061],[125.552211,40.737579],[125.543296,40.720676],[125.53891,40.716739],[125.524499,40.712693],[125.512419,40.713166],[125.490957,40.718189],[125.477373,40.715363],[125.468999,40.709835],[125.459293,40.697761],[125.456881,40.691099],[125.458636,40.690804],[125.456413,40.68885],[125.456341,40.686958],[125.458245,40.687034],[125.456711,40.684958],[125.458414,40.684832],[125.456863,40.682374],[125.458117,40.682243],[125.456999,40.675235],[125.451565,40.665622],[125.440566,40.661058],[125.421184,40.668325],[125.415374,40.667808],[125.412973,40.664012],[125.413615,40.658692],[125.416,40.656508],[125.415263,40.654669],[125.420748,40.645876],[125.422433,40.63269],[125.418205,40.624975],[125.413126,40.622425],[125.407708,40.620571],[125.400285,40.620954],[125.388773,40.626043],[125.378137,40.637297],[125.378604,40.638852],[125.375,40.643041],[125.373211,40.643019],[125.374109,40.644015],[125.372411,40.645159],[125.370831,40.643766],[125.371535,40.645905],[125.367466,40.647628],[125.351557,40.643733],[125.334652,40.63497],[125.322791,40.633299],[125.312758,40.638659],[125.311176,40.641034],[125.305853,40.643059],[125.303509,40.642483],[125.302834,40.644991],[125.292114,40.651218],[125.287863,40.650576],[125.285611,40.651943],[125.286485,40.649996],[125.282446,40.651401],[125.281431,40.649279],[125.28021,40.650075],[125.27701,40.647351],[125.280855,40.644708],[125.277639,40.643323],[125.276746,40.645159],[125.274051,40.645558],[125.272261,40.644054],[125.273787,40.642977],[125.270877,40.641798],[125.270807,40.623016],[125.262888,40.611294],[125.2405,40.603972],[125.225717,40.606158],[125.195259,40.596556],[125.162222,40.589701],[125.154746,40.585214],[125.152571,40.581928],[125.1514,40.583017],[125.150381,40.580518],[125.144864,40.578887],[125.124728,40.563314],[125.044076,40.53469],[125.025087,40.529717],[125.020276,40.526651],[125.021411,40.525259],[125.018732,40.525578],[125.011537,40.520064],[125.013965,40.519906],[125.008578,40.516918],[125.012356,40.50354],[125.050988,40.49231],[125.060199,40.491395],[125.06274,40.488369],[125.058726,40.478528],[125.060841,40.474112],[125.053909,40.463055],[125.041286,40.455262],[125.022557,40.451437],[125.008824,40.454488],[125.001804,40.458136],[124.998709,40.457894],[124.998454,40.459928],[124.985748,40.467319],[124.981382,40.466215],[124.978574,40.463003],[124.97622,40.463303],[124.965705,40.45881],[124.962389,40.460697],[124.963496,40.459611],[124.95266,40.453668],[124.930495,40.451765],[124.915225,40.45487],[124.905893,40.460045],[124.903028,40.462619],[124.902218,40.46595],[124.90598,40.471524],[124.90604,40.476558],[124.901891,40.479798],[124.896979,40.479153],[124.891911,40.473701],[124.879135,40.450337],[124.867907,40.439112],[124.861418,40.427869],[124.853754,40.421274],[124.842295,40.416657],[124.803204,40.393866],[124.767206,40.384115],[124.745366,40.367514],[124.742872,40.363333],[124.744865,40.363403],[124.736882,40.352727],[124.73552,40.34397],[124.73152,40.337236],[124.733211,40.336415],[124.731585,40.326106],[124.724721,40.317033],[124.719622,40.314284],[124.713795,40.316939],[124.709867,40.313778],[124.714924,40.313805],[124.698449,40.309921],[124.674007,40.299062],[124.642845,40.29064],[124.62412,40.288285],[124.61602,40.28502],[124.601803,40.274243],[124.59871,40.274361],[124.599188,40.272683],[124.591457,40.266527],[124.584418,40.250568],[124.583582,40.235842],[124.576202,40.229009],[124.573765,40.227875],[124.574656,40.229242],[124.572748,40.22951],[124.563743,40.223903],[124.544803,40.218596],[124.538433,40.213975],[124.538172,40.21506],[124.526433,40.212324],[124.514804,40.20724],[124.513658,40.204257],[124.516842,40.202234],[124.517344,40.196874],[124.519879,40.197731],[124.518405,40.186816],[124.521106,40.182783],[124.524347,40.170928],[124.522185,40.166061],[124.516056,40.16407],[124.500592,40.16559],[124.491732,40.159356],[124.494072,40.163322],[124.499446,40.166139],[124.516958,40.165201],[124.521148,40.166804],[124.523343,40.169809],[124.523328,40.171212],[124.522199,40.170105],[124.520801,40.182309],[124.518893,40.181814],[124.517305,40.185767],[124.516498,40.202087],[124.513147,40.202558],[124.512929,40.20663],[124.491704,40.189233],[124.488641,40.178312],[124.484664,40.172834],[124.481262,40.171288],[124.470356,40.174269],[124.461375,40.173221],[124.460657,40.169128],[124.450823,40.156006],[124.441756,40.150921],[124.440788,40.146356],[124.437586,40.142695],[124.423418,40.137541],[124.412978,40.136948],[124.404845,40.132054],[124.400305,40.121055],[124.415095,40.122586],[124.426385,40.121335],[124.430525,40.123108],[124.43144,40.126415],[124.43373,40.127742],[124.450044,40.12818],[124.456519,40.129839],[124.461123,40.132647],[124.464884,40.138578],[124.470312,40.15146],[124.468472,40.158773],[124.470593,40.162656],[124.468949,40.158596],[124.471194,40.154332],[124.470379,40.149316],[124.467369,40.144065],[124.466086,40.136887],[124.460011,40.128197],[124.445124,40.125781],[124.425014,40.11802],[124.43503,40.112623],[124.422719,40.117184],[124.401123,40.116159],[124.373439,40.096692],[124.366004,40.086189],[124.369029,40.077153],[124.376556,40.067625],[124.377369,40.055683],[124.373479,40.050367],[124.373027,40.046324],[124.379009,40.027341],[124.375615,40.010032],[124.368626,39.998425],[124.362463,39.982269],[124.364385,39.965635],[124.363371,39.960753],[124.367242,39.95706],[124.366443,39.950223],[124.366698,39.957138],[124.362912,39.960204],[124.333584,39.934334],[124.349326,39.935007],[124.354361,39.938506],[124.356028,39.943093],[124.358637,39.944602],[124.356113,39.942997],[124.354626,39.938336],[124.34883,39.934162],[124.33219,39.933675],[124.325629,39.931093],[124.315142,39.921455],[124.311072,39.914766],[124.311952,39.904642],[124.318071,39.900522],[124.329693,39.886625],[124.338766,39.882553],[124.344124,39.876268],[124.347958,39.867213],[124.351051,39.850404],[124.372901,39.837471],[124.368608,39.848802],[124.359549,39.8556],[124.363925,39.863104],[124.360536,39.878846],[124.35606,39.883879],[124.347825,39.885164],[124.339873,39.898391],[124.348016,39.885324],[124.356871,39.88386],[124.361334,39.878472],[124.364659,39.862596],[124.360893,39.855494],[124.366955,39.853041],[124.376107,39.844003],[124.378055,39.844169],[124.378357,39.842279],[124.38252,39.846304],[124.38267,39.85634],[124.390219,39.871776],[124.385205,39.87791],[124.377833,39.880884],[124.386748,39.876861],[124.390656,39.87164],[124.384308,39.859058],[124.383422,39.850869],[124.393391,39.848507],[124.403892,39.835767],[124.409375,39.831441],[124.414747,39.830898],[124.417755,39.826224],[124.416303,39.822639],[124.412454,39.820732],[124.412667,39.8117],[124.409489,39.806592],[124.268601,39.819403],[124.271776,39.836147],[124.266966,39.857661],[124.267159,39.871268],[124.271687,39.888059],[124.276964,39.897785],[124.27547,39.899587],[124.27684,39.910306],[124.2833,39.926985],[124.281117,39.930157],[124.27711,39.929062],[124.266405,39.932633],[124.239254,39.927559],[124.230557,39.922633],[124.225043,39.916598],[124.222155,39.910581],[124.22121,39.902955],[124.216566,39.893785],[124.21969,39.862657],[124.218172,39.856986],[124.219931,39.852107],[124.217182,39.851226],[124.214502,39.847747],[124.214469,39.845038],[124.210808,39.841596],[124.201241,39.834828],[124.189324,39.830737],[124.18486,39.826953],[124.159455,39.829203],[124.156688,39.8167],[124.148746,39.825597],[124.140293,39.821024],[124.152494,39.808732],[124.154265,39.793919],[124.139807,39.804685],[124.132482,39.798866],[124.154477,39.782379],[124.151295,39.769864],[124.133241,39.783275],[124.123027,39.775328],[124.147737,39.756903],[124.14087,39.74643],[124.098525,39.778227],[124.108112,39.790623],[124.12377,39.829394],[124.108146,39.828804],[124.093386,39.825398],[124.091095,39.829233],[124.056513,39.817],[124.054053,39.81845],[124.040779,39.811104],[124.004042,39.801297],[123.991695,39.802541],[123.961209,39.80922],[123.949249,39.816301],[123.946648,39.820299],[123.9174,39.819433],[123.904973,39.820265],[123.899066,39.823353],[123.881631,39.82507],[123.880551,39.823197],[123.864052,39.823895],[123.831312,39.830653],[123.831554,39.83282],[123.839548,39.834496],[123.843134,39.838858],[123.842888,39.840413],[123.839308,39.841723],[123.818964,39.833436],[123.798553,39.831002],[123.777532,39.822625],[123.749239,39.8223],[123.736958,39.820597],[123.736128,39.824696],[123.734649,39.824953],[123.692043,39.813461],[123.679307,39.826117],[123.672548,39.828046],[123.661874,39.827176],[123.649317,39.828822],[123.628625,39.832919],[123.629994,39.822531],[123.632419,39.816447],[123.637336,39.810856],[123.63541,39.801082],[123.626238,39.800639],[123.626282,39.793017],[123.61575,39.789091],[123.614109,39.783893],[123.606948,39.776839],[123.593724,39.77335],[123.579615,39.773304],[123.576176,39.783843],[123.566482,39.784691],[123.559176,39.775814],[123.55851,39.772107],[123.561893,39.768406],[123.561561,39.766785],[123.555995,39.761559],[123.543606,39.755949],[123.541289,39.75803],[123.544718,39.762261],[123.544994,39.773571],[123.539053,39.787868],[123.529314,39.787973],[123.515126,39.785339],[123.513897,39.77028],[123.495075,39.770341],[123.495057,39.761333],[123.486837,39.758151],[123.480232,39.764926],[123.476928,39.764737],[123.469241,39.758126],[123.457238,39.758077],[123.459015,39.75385],[123.468932,39.752842],[123.468628,39.747049],[123.4546,39.749428],[123.44664,39.745569],[123.44385,39.742982],[123.443162,39.739127],[123.439476,39.736685],[123.420027,39.732213],[123.413947,39.732695],[123.408553,39.737609],[123.396289,39.728452],[123.387014,39.725386],[123.384337,39.732353],[123.389763,39.753305],[123.408292,39.74797],[123.411225,39.749621],[123.415728,39.757347],[123.412544,39.761998],[123.407438,39.7602],[123.399765,39.753695],[123.391021,39.755061],[123.393785,39.765918],[123.396551,39.770079],[123.396437,39.780336],[123.404358,39.784942],[123.405088,39.789311],[123.403593,39.793954],[123.408641,39.799289],[123.400564,39.798696],[123.401096,39.790599],[123.395404,39.783837],[123.386763,39.782619],[123.388417,39.76051],[123.38305,39.750329],[123.365545,39.748087],[123.364363,39.753519],[123.339094,39.750779],[123.337956,39.756512],[123.322405,39.754511],[123.320418,39.752733],[123.307238,39.752715],[123.298818,39.759945],[123.293781,39.769254],[123.286655,39.776367],[123.282656,39.792183],[123.268302,39.789336],[123.290941,39.761472],[123.288055,39.759591],[123.265106,39.755361],[123.275536,39.742357],[123.267608,39.737729],[123.256283,39.742729],[123.252425,39.747381],[123.239935,39.752066],[123.235113,39.744367],[123.238147,39.738418],[123.246876,39.74027],[123.255422,39.737306],[123.269561,39.725249],[123.261734,39.712404],[123.262222,39.71017],[123.267605,39.705103],[123.278272,39.701457],[123.275601,39.693787],[123.27068,39.696641],[123.258788,39.699636],[123.256178,39.699453],[123.249666,39.693971],[123.222423,39.698852],[123.220742,39.701313],[123.215404,39.700178],[123.208547,39.695551],[123.205664,39.68913],[123.208304,39.685331],[123.212016,39.685889],[123.217952,39.683544],[123.214767,39.681766],[123.21686,39.674706],[123.202001,39.671158],[123.202727,39.67004],[123.196747,39.669877],[123.181528,39.669891],[123.181609,39.67476],[123.172195,39.672717],[123.170723,39.676398],[123.157863,39.673621],[123.155725,39.672222],[123.158489,39.666869],[123.155174,39.662641],[123.139565,39.654541],[123.135801,39.651877],[123.136039,39.647516],[123.131381,39.646163],[123.127097,39.646525],[123.116383,39.654306],[123.116722,39.657244],[123.122687,39.662711],[123.101861,39.675066],[123.097582,39.679845],[123.089336,39.676211],[123.095278,39.66171],[123.08018,39.658557],[123.077115,39.659961],[123.070842,39.668402],[123.046454,39.660766],[123.044059,39.667027],[123.032707,39.666828],[123.01766,39.661166],[123.005741,39.662363],[123.007438,39.671688],[123.004522,39.678882],[123.002644,39.678725],[123.001427,39.672858],[122.997882,39.667052],[122.990066,39.660435],[122.984469,39.659044],[122.976155,39.661979],[122.977229,39.658179],[122.982627,39.656571],[122.988118,39.65725],[122.99757,39.651046],[122.985974,39.643003],[122.978016,39.640517],[122.96144,39.627263],[122.965917,39.621427],[122.96555,39.603592],[122.942018,39.600895],[122.93703,39.613689],[122.901379,39.607076],[122.898482,39.611561],[122.865751,39.603945],[122.861665,39.607585],[122.838791,39.603067],[122.842931,39.59777],[122.831757,39.595844],[122.838666,39.576678],[122.814988,39.567938],[122.806375,39.587065],[122.803446,39.585333],[122.797243,39.585379],[122.785144,39.576398],[122.803287,39.564711],[122.715669,39.532664],[122.699724,39.543244],[122.686996,39.532396],[122.680996,39.519101],[122.681425,39.515249],[122.673593,39.516583],[122.649494,39.540402],[122.636353,39.536116],[122.640359,39.531243],[122.646051,39.528421],[122.640882,39.516822],[122.639483,39.507079],[122.632135,39.493858],[122.626264,39.49495],[122.627793,39.499125],[122.626599,39.500013],[122.623806,39.500013],[122.617133,39.495547],[122.616674,39.489959],[122.621451,39.488695],[122.622907,39.48651],[122.62168,39.481709],[122.607231,39.491283],[122.604218,39.491052],[122.601255,39.488668],[122.605463,39.481825],[122.590367,39.478081],[122.583259,39.469744],[122.571966,39.464955],[122.570187,39.465337],[122.569575,39.467468],[122.579984,39.476943],[122.580023,39.479058],[122.575469,39.487262],[122.563878,39.484358],[122.568394,39.473518],[122.561946,39.453271],[122.567153,39.43048],[122.557957,39.426885],[122.553198,39.441989],[122.52584,39.420133],[122.506573,39.414346],[122.502089,39.422548],[122.498061,39.421685],[122.500801,39.41178],[122.500483,39.407203],[122.492906,39.402323],[122.48387,39.402336],[122.483252,39.40475],[122.451783,39.403334],[122.450666,39.417588],[122.406447,39.41681],[122.387255,39.413933],[122.384376,39.401706],[122.390917,39.392928],[122.36673,39.382414],[122.364542,39.392577],[122.362386,39.391637],[122.3638,39.385655],[122.355101,39.380903],[122.362465,39.368714],[122.353815,39.365706],[122.348715,39.378143],[122.344368,39.375968],[122.340272,39.381995],[122.335904,39.383979],[122.330843,39.382133],[122.33893,39.369359],[122.342856,39.35847],[122.3192,39.346116],[122.300713,39.359852],[122.299063,39.356649],[122.301537,39.351867],[122.314939,39.343425],[122.313259,39.334965],[122.308119,39.331661],[122.300615,39.335008],[122.290105,39.347531],[122.263645,39.319416],[122.252567,39.320801],[122.242278,39.327452],[122.237245,39.326521],[122.242471,39.320304],[122.256262,39.317183],[122.260393,39.314366],[122.260361,39.305488],[122.239734,39.286943],[122.237008,39.279815],[122.242242,39.274278],[122.231014,39.269105],[122.226037,39.274204],[122.215166,39.271971],[122.208685,39.269334],[122.206634,39.266772],[122.208007,39.262503],[122.205085,39.259895],[122.204848,39.25719],[122.19976,39.257074],[122.199383,39.260594],[122.195778,39.260827],[122.194017,39.262554],[122.188618,39.26142],[122.181705,39.259385],[122.16765,39.251159],[122.165622,39.247661],[122.160949,39.247788],[122.154252,39.245342],[122.13981,39.233895],[122.138728,39.230623],[122.133716,39.225386],[122.129719,39.2228],[122.125701,39.22494],[122.122356,39.224417],[122.111592,39.217439],[122.105831,39.206145],[122.110081,39.201598],[122.117542,39.20096],[122.105861,39.178667],[122.08712,39.181951],[122.085289,39.180112],[122.086368,39.177384],[122.097185,39.17789],[122.112304,39.173614],[122.109933,39.163487],[122.122943,39.160394],[122.128931,39.163674],[122.13837,39.15802],[122.147608,39.157777],[122.156493,39.153939],[122.162481,39.154653],[122.163875,39.153008],[122.162741,39.151876],[122.154995,39.149347],[122.153189,39.150107],[122.15434,39.151132],[122.153598,39.153651],[122.151508,39.154717],[122.140477,39.154583],[122.120806,39.147728],[122.113165,39.146599],[122.111475,39.140507],[122.108006,39.136059],[122.090951,39.132051],[122.089392,39.12964],[122.089858,39.123769],[122.084203,39.123475],[122.07841,39.126164],[122.075478,39.119248],[122.082183,39.115771],[122.080564,39.113491],[122.074553,39.113028],[122.066862,39.115932],[122.056005,39.11142],[122.0421,39.11605],[122.040451,39.118567],[122.041304,39.121199],[122.03307,39.123931],[122.031039,39.119613],[122.037453,39.098307],[122.04387,39.083536],[122.049167,39.082255],[122.049603,39.084274],[122.052197,39.084249],[122.059277,39.076918],[122.064535,39.068483],[122.058848,39.061326],[122.049252,39.067943],[122.030429,39.072149],[122.028819,39.07483],[122.014665,39.079794],[122.00137,39.075983],[121.978819,39.066187],[121.968579,39.049681],[121.962366,39.031238],[121.935666,39.044484],[121.930018,39.048104],[121.927631,39.052917],[121.920652,39.05773],[121.905753,39.059314],[121.896561,39.054451],[121.897663,39.046686],[121.903805,39.041121],[121.911139,39.041462],[121.91715,39.025794],[121.919521,39.025365],[121.921501,39.020062],[121.916071,39.01701],[121.913611,39.016874],[121.909179,39.028102],[121.901842,39.032036],[121.886437,39.028754],[121.880658,39.02989],[121.867537,39.036137],[121.837568,39.043276],[121.845218,39.027854],[121.86011,39.016161],[121.873863,39.008823],[121.892906,38.995841],[121.891485,38.988935],[121.896383,38.967342],[121.886429,38.958806],[121.86201,38.943966],[121.858521,38.942681],[121.842124,38.95029],[121.838797,38.949381],[121.833357,38.951234],[121.829182,38.954285],[121.825655,38.958289],[121.827576,38.960514],[121.834505,38.961272],[121.837204,38.963219],[121.829526,38.97247],[121.823013,38.973007],[121.820178,38.970559],[121.811399,38.968654],[121.808248,38.969794],[121.806525,38.971947],[121.811664,38.975458],[121.803281,38.983469],[121.79868,39.00199],[121.78964,39.014741],[121.790278,39.02046],[121.778101,39.025164],[121.768066,39.026905],[121.765869,39.030677],[121.761313,39.032365],[121.755151,39.029962],[121.746114,39.029331],[121.731866,39.03685],[121.723908,39.036733],[121.719732,39.035076],[121.717151,39.029251],[121.720389,39.027241],[121.733088,39.03133],[121.747845,39.014013],[121.739936,39.007741],[121.728806,39.002397],[121.707812,39.003244],[121.70643,39.005121],[121.712035,39.013326],[121.709928,39.015871],[121.695555,39.01936],[121.681228,39.016907],[121.680928,39.009457],[121.678906,39.00881],[121.675916,39.009227],[121.673795,39.014088],[121.668218,39.017631],[121.656239,39.015605],[121.636884,39.004183],[121.635951,39.001787],[121.654644,38.999745],[121.661343,38.995245],[121.659632,38.985177],[121.664806,38.979804],[121.66166,38.974936],[121.643595,38.961764],[121.642672,38.965104],[121.630467,38.961713],[121.620224,38.953598],[121.610629,38.950418],[121.61248,38.945514],[121.610504,38.945186],[121.610051,38.938982],[121.614705,38.939617],[121.616203,38.935648],[121.60672,38.933173],[121.611657,38.927744],[121.617358,38.929065],[121.628189,38.936334],[121.642238,38.942282],[121.646873,38.939611],[121.642157,38.93475],[121.641424,38.931874],[121.642716,38.930308],[121.656527,38.930033],[121.664612,38.933168],[121.672408,38.932616],[121.674099,38.929307],[121.678175,38.92768],[121.714195,38.917281],[121.715613,38.915771],[121.716364,38.902011],[121.705671,38.887102],[121.707372,38.882008],[121.704213,38.875376],[121.692998,38.864477],[121.689396,38.863562],[121.690045,38.865407],[121.684484,38.872445],[121.679263,38.876027],[121.671225,38.876413],[121.669563,38.874559],[121.671088,38.871837],[121.673762,38.8712],[121.67483,38.867678],[121.671261,38.863551],[121.661175,38.863678],[121.653706,38.860842],[121.628812,38.863848],[121.614576,38.863201],[121.599718,38.872452],[121.578391,38.876772],[121.564356,38.876654],[121.559219,38.874958],[121.554272,38.866052],[121.54025,38.853242],[121.530836,38.851516],[121.519951,38.844543],[121.520602,38.837137],[121.512482,38.825575],[121.49511,38.822996],[121.482451,38.824556],[121.47085,38.818077],[121.449843,38.816055],[121.442764,38.818781],[121.423839,38.81691],[121.415501,38.812623],[121.39004,38.815346],[121.357521,38.824949],[121.34577,38.824812],[121.328141,38.820759],[121.323125,38.817468],[121.317335,38.812023],[121.321236,38.805411],[121.320798,38.80369],[121.307512,38.79681],[121.3085,38.793129],[121.295181,38.793285],[121.290805,38.796388],[121.284424,38.796226],[121.262262,38.79086],[121.255028,38.794031],[121.254445,38.797234],[121.257016,38.800087],[121.255418,38.801824],[121.248974,38.803865],[121.235176,38.804772],[121.22906,38.80358],[121.226483,38.802352],[121.221134,38.794344],[121.216262,38.782976],[121.217892,38.774825],[121.219152,38.774541],[121.22374,38.78254],[121.228004,38.785647],[121.248021,38.792797],[121.250463,38.791299],[121.24261,38.77743],[121.232192,38.765708],[121.21742,38.760624],[121.214346,38.751741],[121.213416,38.742002],[121.197885,38.723609],[121.181563,38.72154],[121.153377,38.725027],[121.146149,38.724226],[121.133823,38.728058],[121.130152,38.759722],[121.109604,38.77576],[121.109374,38.778246],[121.111172,38.780398],[121.118231,38.783814],[121.129569,38.778985],[121.134637,38.780137],[121.141171,38.786342],[121.144425,38.794422],[121.137432,38.79636],[121.130536,38.792228],[121.12747,38.793932],[121.128026,38.802809],[121.133225,38.809291],[121.13544,38.807849],[121.139051,38.810858],[121.135498,38.817137],[121.131211,38.817372],[121.126863,38.810846],[121.116163,38.814707],[121.112238,38.819873],[121.113164,38.838126],[121.108532,38.84378],[121.106054,38.8519],[121.11186,38.865056],[121.114795,38.867517],[121.118477,38.866571],[121.125832,38.871116],[121.122591,38.874848],[121.120952,38.889275],[121.109172,38.894449],[121.096798,38.89293],[121.08784,38.895663],[121.086238,38.911735],[121.096042,38.929411],[121.111215,38.934979],[121.120723,38.936314],[121.120807,38.94653],[121.140626,38.953491],[121.161659,38.948794],[121.172203,38.953089],[121.175753,38.952676],[121.183288,38.94958],[121.200074,38.937496],[121.197658,38.934715],[121.200299,38.933441],[121.213481,38.932111],[121.222026,38.933246],[121.228102,38.939223],[121.22973,38.949824],[121.238658,38.955036],[121.259422,38.954875],[121.27318,38.964809],[121.275393,38.96842],[121.298686,38.970683],[121.304129,38.966316],[121.310209,38.965621],[121.337182,38.974218],[121.343314,38.978879],[121.343109,38.984566],[121.338552,38.990182],[121.336061,39.002287],[121.320853,39.000553],[121.317267,39.002463],[121.314915,39.009925],[121.323161,39.012049],[121.329582,39.017488],[121.33347,39.025145],[121.33926,39.027682],[121.3434,39.033193],[121.34161,39.035566],[121.337744,39.036709],[121.343092,39.042514],[121.347078,39.043534],[121.357998,39.041365],[121.361576,39.042966],[121.366704,39.048903],[121.36639,39.055964],[121.373295,39.060295],[121.378037,39.058767],[121.379604,39.051706],[121.389468,39.043503],[121.405609,39.035667],[121.404187,39.030903],[121.405914,39.025771],[121.429388,39.021745],[121.4362,39.025468],[121.457437,39.028353],[121.458127,39.016908],[121.482271,39.022892],[121.506422,39.031322],[121.530134,39.048097],[121.554244,39.058967],[121.562298,39.069256],[121.568163,39.072693],[121.583688,39.073369],[121.587486,39.071196],[121.589694,39.074702],[121.612701,39.094115],[121.608977,39.096807],[121.605928,39.095245],[121.566569,39.124946],[121.57088,39.128392],[121.590208,39.117372],[121.593715,39.121352],[121.575996,39.132278],[121.572722,39.12967],[121.565829,39.135099],[121.573355,39.140157],[121.597651,39.123835],[121.599164,39.125022],[121.601031,39.123612],[121.604239,39.126057],[121.616515,39.116248],[121.619374,39.119463],[121.582434,39.148433],[121.586622,39.151784],[121.632715,39.118023],[121.631547,39.113892],[121.636094,39.111334],[121.592409,39.07579],[121.588654,39.070883],[121.587159,39.064102],[121.614952,39.075712],[121.623557,39.073064],[121.636182,39.077632],[121.631087,39.08462],[121.640251,39.087233],[121.652019,39.093761],[121.659853,39.08564],[121.666533,39.08982],[121.686737,39.110072],[121.684202,39.123436],[121.677255,39.124998],[121.678092,39.130149],[121.684232,39.131528],[121.678501,39.139431],[121.667338,39.14316],[121.661759,39.147901],[121.654301,39.149116],[121.642752,39.15992],[121.638899,39.165919],[121.633829,39.168168],[121.629675,39.165791],[121.620412,39.170767],[121.597821,39.167924],[121.594571,39.177611],[121.59821,39.178487],[121.59756,39.189377],[121.595029,39.190637],[121.589531,39.188068],[121.58413,39.192585],[121.583865,39.196275],[121.58486,39.199502],[121.591932,39.204102],[121.607275,39.202671],[121.609059,39.204985],[121.609322,39.212608],[121.592327,39.213528],[121.588673,39.215237],[121.586178,39.224506],[121.591152,39.225698],[121.603726,39.224634],[121.604728,39.227062],[121.609184,39.227132],[121.630915,39.223159],[121.634015,39.227551],[121.634672,39.235134],[121.638348,39.240426],[121.637462,39.241762],[121.619604,39.245524],[121.614484,39.248763],[121.606576,39.258489],[121.59743,39.25848],[121.594752,39.25373],[121.592609,39.254512],[121.58782,39.26463],[121.588217,39.268272],[121.591437,39.272644],[121.610843,39.270545],[121.618062,39.274071],[121.62099,39.27697],[121.621822,39.280683],[121.624587,39.281467],[121.636767,39.275793],[121.661373,39.272206],[121.67242,39.274296],[121.687755,39.283297],[121.676419,39.302232],[121.667769,39.308411],[121.671875,39.310671],[121.675837,39.307338],[121.694163,39.314942],[121.700754,39.308721],[121.703217,39.310599],[121.709065,39.311046],[121.721964,39.302486],[121.728034,39.303894],[121.729576,39.305086],[121.730603,39.317727],[121.715611,39.318387],[121.716531,39.321776],[121.722026,39.323167],[121.718485,39.331949],[121.707821,39.340098],[121.71752,39.352459],[121.726543,39.350406],[121.729719,39.35674],[121.719969,39.356789],[121.719966,39.359992],[121.725444,39.369065],[121.732855,39.376285],[121.736109,39.376678],[121.735282,39.380038],[121.737441,39.382406],[121.744086,39.38268],[121.755258,39.375903],[121.769892,39.370976],[121.806417,39.366997],[121.814242,39.367722],[121.838703,39.374298],[121.839859,39.373987],[121.839523,39.369722],[121.848501,39.368065],[121.855257,39.36967],[121.865737,39.37979],[121.880412,39.39013],[121.891005,39.390019],[121.890865,39.396152],[121.89738,39.395634],[121.897348,39.390846],[121.905793,39.391628],[121.903812,39.397015],[121.924284,39.400525],[121.911191,39.402577],[121.881507,39.401864],[121.857513,39.395747],[121.835006,39.385949],[121.82229,39.382203],[121.786359,39.384386],[121.771234,39.382322],[121.757242,39.382838],[121.743404,39.389646],[121.730623,39.392787],[121.70838,39.403877],[121.708379,39.409249],[121.706517,39.410461],[121.700878,39.39408],[121.712744,39.373912],[121.706414,39.363986],[121.699268,39.358639],[121.682016,39.353751],[121.68411,39.348484],[121.67775,39.347197],[121.675159,39.354757],[121.669338,39.353821],[121.660053,39.351566],[121.661538,39.348117],[121.657658,39.346802],[121.647183,39.344436],[121.629858,39.343732],[121.626684,39.333605],[121.620253,39.329892],[121.56563,39.323605],[121.563021,39.327753],[121.561431,39.327748],[121.554921,39.324608],[121.547316,39.314779],[121.54326,39.317254],[121.544416,39.328883],[121.559291,39.333339],[121.542751,39.360271],[121.543818,39.363753],[121.541716,39.364271],[121.540164,39.362589],[121.543058,39.354185],[121.554509,39.334131],[121.520166,39.330591],[121.519719,39.297288],[121.50268,39.296211],[121.501926,39.28546],[121.492708,39.28547],[121.490692,39.282088],[121.480894,39.283428],[121.484643,39.298793],[121.465584,39.301023],[121.472282,39.326478],[121.435837,39.332607],[121.450461,39.36297],[121.456253,39.362037],[121.467173,39.382027],[121.46772,39.399205],[121.472868,39.402849],[121.471733,39.407836],[121.466291,39.408745],[121.464915,39.403513],[121.461746,39.403802],[121.455905,39.409147],[121.456884,39.411952],[121.443598,39.422563],[121.439413,39.428963],[121.435112,39.426518],[121.437707,39.419525],[121.443431,39.412282],[121.4432,39.404397],[121.434475,39.385865],[121.4264,39.381623],[121.424015,39.382261],[121.420048,39.377105],[121.420307,39.371135],[121.416922,39.369212],[121.410838,39.369106],[121.399216,39.361936],[121.391509,39.362353],[121.389363,39.366008],[121.378946,39.37293],[121.376094,39.373708],[121.373372,39.371848],[121.350919,39.381752],[121.32695,39.374609],[121.316526,39.379155],[121.315417,39.392045],[121.317815,39.394463],[121.324025,39.392957],[121.333959,39.409743],[121.340238,39.417078],[121.346998,39.413933],[121.357655,39.419244],[121.363076,39.42437],[121.36164,39.432698],[121.364922,39.446515],[121.360301,39.447159],[121.350564,39.443886],[121.32652,39.429636],[121.323301,39.425287],[121.335397,39.419897],[121.322248,39.408613],[121.319284,39.410028],[121.315222,39.407224],[121.306176,39.39494],[121.291246,39.406195],[121.288135,39.399061],[121.289816,39.392659],[121.275356,39.379227],[121.26775,39.376128],[121.261227,39.376014],[121.256388,39.383862],[121.244747,39.388942],[121.24945,39.396452],[121.258776,39.40025],[121.260525,39.406112],[121.258025,39.415409],[121.259676,39.417679],[121.266561,39.420269],[121.271567,39.42652],[121.264042,39.438269],[121.255215,39.437882],[121.245521,39.453865],[121.308811,39.477492],[121.318285,39.48705],[121.334403,39.4908],[121.347311,39.497979],[121.35903,39.507569],[121.372883,39.507388],[121.385985,39.499023],[121.383459,39.488199],[121.401603,39.484787],[121.405388,39.495372],[121.442668,39.507884],[121.441056,39.510843],[121.442659,39.514813],[121.4483,39.518879],[121.460804,39.52073],[121.477707,39.52618],[121.478864,39.526712],[121.478146,39.529684],[121.464626,39.529634],[121.462957,39.526134],[121.450437,39.523378],[121.445751,39.520523],[121.437376,39.514799],[121.431858,39.507842],[121.408658,39.505122],[121.405471,39.501604],[121.399315,39.502863],[121.400255,39.507723],[121.381923,39.518322],[121.357501,39.521663],[121.340165,39.512304],[121.334633,39.512039],[121.331577,39.513782],[121.320042,39.507156],[121.323884,39.502407],[121.297872,39.488843],[121.296189,39.488969],[121.294301,39.504958],[121.290059,39.510339],[121.284384,39.514821],[121.272382,39.514381],[121.270998,39.509938],[121.272148,39.501047],[121.264907,39.500506],[121.263388,39.499099],[121.263656,39.48499],[121.224143,39.484929],[121.223412,39.530311],[121.225837,39.533108],[121.226663,39.544632],[121.22963,39.555073],[121.255115,39.577783],[121.269017,39.572674],[121.283159,39.578335],[121.291342,39.586143],[121.292164,39.594166],[121.295591,39.599435],[121.299439,39.602021],[121.301514,39.602225],[121.312482,39.594879],[121.316631,39.593738],[121.336897,39.600458],[121.353018,39.603204],[121.38472,39.600956],[121.407093,39.605433],[121.41336,39.609726],[121.418159,39.618197],[121.426351,39.617575],[121.426593,39.613671],[121.44443,39.617202],[121.45408,39.623559],[121.459392,39.632537],[121.459384,39.635856],[121.458143,39.641148],[121.455725,39.643888],[121.447674,39.644608],[121.442091,39.643147],[121.443738,39.647769],[121.452649,39.652898],[121.462056,39.652268],[121.478614,39.655431],[121.484964,39.659432],[121.495801,39.658259],[121.514905,39.646126],[121.518743,39.640723],[121.518062,39.635682],[121.519966,39.629258],[121.531983,39.604747],[121.534361,39.590586],[121.539193,39.590578],[121.538119,39.595839],[121.554127,39.597031],[121.557404,39.599003],[121.562303,39.605597],[121.560304,39.606555],[121.555055,39.602477],[121.549366,39.600602],[121.536633,39.602938],[121.533824,39.611982],[121.52581,39.623574],[121.524675,39.632596],[121.52013,39.645799],[121.506816,39.658533],[121.491613,39.662733],[121.495592,39.671789],[121.509966,39.669047],[121.497285,39.680107],[121.504247,39.694348],[121.500971,39.708404],[121.494967,39.713908],[121.489388,39.715442],[121.47157,39.733174],[121.454993,39.742448],[121.456941,39.746253],[121.470205,39.750218],[121.480383,39.755553],[121.486522,39.760521],[121.490284,39.767929],[121.490825,39.777452],[121.483576,39.781488],[121.482902,39.788821],[121.47818,39.788974],[121.472088,39.792082],[121.469842,39.795612],[121.471302,39.806814],[121.472998,39.809817],[121.486608,39.809881],[121.494897,39.81287],[121.506931,39.827236],[121.510229,39.828303],[121.515018,39.833307],[121.520829,39.841846],[121.53029,39.84679],[121.53606,39.858991],[121.534126,39.863345],[121.535474,39.865925],[121.559614,39.857232],[121.582688,39.859481],[121.596292,39.865758],[121.608883,39.866397],[121.626963,39.879432],[121.631593,39.885561],[121.633784,39.892561],[121.633129,39.896534],[121.63515,39.898506],[121.651123,39.899274],[121.660836,39.901815],[121.670671,39.915557],[121.680769,39.915228],[121.684517,39.917061],[121.696172,39.928086],[121.693305,39.932562],[121.694845,39.933571],[121.704887,39.934198],[121.714796,39.928666],[121.714589,39.922544],[121.723615,39.921805],[121.733756,39.918626],[121.733527,39.913072],[121.737819,39.912454],[121.740675,39.912818],[121.740108,39.921569],[121.752005,39.923253],[121.751631,39.929162],[121.77702,39.933998],[121.779528,39.935692],[121.782898,39.949858],[121.812125,39.969111],[121.810096,39.970981],[121.810799,39.97415],[121.805645,39.973609],[121.791836,39.964124],[121.787954,39.978327],[121.796515,39.980089],[121.801751,39.976947],[121.806582,39.980928],[121.801769,39.98436],[121.81484,39.993363],[121.82275,40.003383],[121.81444,40.00932],[121.793463,39.992213],[121.764244,39.986194],[121.76272,39.991299],[121.767906,39.994916],[121.789821,39.999532],[121.804037,40.011667],[121.831131,40.025887],[121.822548,40.033702],[121.839171,40.036157],[121.840867,40.032686],[121.87006,40.039287],[121.871151,40.035199],[121.881681,40.036736],[121.884601,40.038721],[121.882239,40.044532],[121.89237,40.054601],[121.901048,40.060954],[121.904771,40.055727],[121.923977,40.071036],[121.929298,40.079746],[121.931314,40.095738],[121.941466,40.102052],[121.944747,40.108412],[121.956914,40.118478],[121.962795,40.116417],[121.976175,40.117502],[121.992572,40.123393],[122.002594,40.131035],[122.006438,40.138785],[122.010047,40.153953],[122.008696,40.167384],[122.004144,40.177144],[121.998282,40.182225],[121.992429,40.180652],[121.989286,40.177847],[121.9845,40.179341],[121.988257,40.185626],[121.992706,40.187021],[121.992813,40.188371],[121.959972,40.195657],[121.955325,40.200999],[122.019905,40.200788],[122.019713,40.189491],[122.023269,40.189176],[122.049668,40.20085],[122.050512,40.201743],[122.049242,40.20286],[122.056604,40.208866],[122.066163,40.210826],[122.07253,40.214222],[122.100262,40.236435],[122.049993,40.236391],[122.046891,40.237716],[122.044407,40.245874],[122.09498,40.24674],[122.094465,40.280463],[122.100005,40.281761],[122.100494,40.283392],[122.091999,40.294648],[122.082703,40.301578],[122.072267,40.317652],[122.03742,40.304425],[122.038898,40.316237],[122.075926,40.330105],[122.079575,40.328304],[122.093903,40.306337],[122.095944,40.305314],[122.106046,40.308709],[122.108848,40.315244],[122.131815,40.327297],[122.129547,40.329696],[122.13773,40.333975],[122.133212,40.339206],[122.129369,40.33887],[122.119183,40.35031],[122.121652,40.351616],[122.110962,40.363472],[122.128978,40.365326],[122.133278,40.36406],[122.148388,40.344611],[122.160626,40.336286],[122.161827,40.338273],[122.150733,40.347663],[122.150675,40.352273],[122.161694,40.34886],[122.169985,40.352279],[122.173754,40.349637],[122.181966,40.356191],[122.179529,40.358914],[122.184027,40.360712],[122.190021,40.357696],[122.193775,40.362347],[122.191364,40.372016],[122.18543,40.3745],[122.185556,40.377756],[122.194767,40.376582],[122.19936,40.374138],[122.205461,40.377997],[122.205985,40.388792],[122.20266,40.405933],[122.199243,40.415311],[122.19999,40.418754],[122.20856,40.421162],[122.215217,40.418718],[122.22764,40.420134],[122.246677,40.440662],[122.252845,40.445293],[122.245194,40.45475],[122.238285,40.460106],[122.217859,40.461247],[122.218482,40.465597],[122.221219,40.466302],[122.224892,40.476791],[122.219374,40.476888],[122.219931,40.484859],[122.24057,40.485473],[122.229476,40.504141],[122.240104,40.507271],[122.249951,40.512689],[122.248194,40.516603],[122.219918,40.535349],[122.229229,40.539341],[122.207182,40.557556],[122.200275,40.562354],[122.194894,40.559137],[122.190809,40.562125],[122.199896,40.570058],[122.130308,40.615604],[122.134239,40.625712],[122.145991,40.63047],[122.154672,40.642269],[122.161919,40.659149],[122.164312,40.661704],[122.163837,40.667231],[122.158453,40.679258],[122.14162,40.681003],[122.13906,40.671461],[122.127281,40.667632],[122.117601,40.666128],[122.107476,40.66754],[122.076152,40.665564],[122.054164,40.658169],[122.046708,40.666655],[122.04799,40.676523],[122.039744,40.67858],[122.036111,40.674384],[121.975664,40.704327],[122.001605,40.734859],[121.987077,40.742142],[121.969485,40.721564],[121.965982,40.723295],[121.964513,40.729046],[121.971268,40.737096],[121.959803,40.742789],[121.959232,40.747881],[121.962563,40.751902],[121.956633,40.754822],[121.950457,40.748202],[121.959116,40.709739],[121.968607,40.69018],[121.969113,40.684824],[121.962274,40.682809],[121.94986,40.707786],[121.943704,40.73044],[121.940393,40.752739],[121.942166,40.768894],[121.948695,40.768761],[121.953693,40.774668],[121.949123,40.775631],[121.946033,40.77876],[121.952003,40.787416],[121.952725,40.801229],[121.946626,40.802123],[121.935741,40.80733],[121.896169,40.806981],[121.869095,40.815561],[121.864386,40.822826],[121.858168,40.820658],[121.850314,40.834632],[121.850411,40.835917],[121.855677,40.837678],[121.83599,40.872122],[121.839522,40.903365],[121.831754,40.908681],[121.837087,40.918861],[121.836631,40.921367],[121.828282,40.924934],[121.822622,40.932429],[121.821264,40.95401],[121.830825,40.958712],[121.848742,40.979426],[121.836581,40.981671],[121.826057,40.972839],[121.819845,40.969877],[121.81346,40.969093],[121.799413,40.959229],[121.801501,40.946248],[121.790109,40.939038],[121.781356,40.935748],[121.777219,40.929752],[121.777194,40.922122],[121.784145,40.915521],[121.783525,40.90784],[121.772265,40.900772],[121.769845,40.895576],[121.773233,40.894702],[121.773727,40.891753],[121.765894,40.887213],[121.762849,40.883346],[121.760381,40.884356],[121.758467,40.891053],[121.752146,40.891569],[121.75061,40.882654],[121.736631,40.886025],[121.734805,40.889221],[121.738193,40.891058],[121.740682,40.898399],[121.735393,40.899324],[121.72673,40.898346],[121.709909,40.88526],[121.708815,40.883789],[121.722153,40.877178],[121.73108,40.887406],[121.751447,40.876461],[121.746158,40.867848],[121.734889,40.870504],[121.738501,40.862721],[121.727134,40.861812],[121.725212,40.846725],[121.719086,40.846821],[121.718155,40.844902],[121.705501,40.843481],[121.70519,40.851177],[121.695016,40.849643],[121.695184,40.84581],[121.686853,40.847141],[121.685323,40.852411],[121.686541,40.872057],[121.684283,40.872323],[121.680629,40.862485],[121.687968,40.832776],[121.678284,40.830929],[121.672996,40.83893],[121.670513,40.846406],[121.668229,40.847249],[121.666673,40.845449],[121.667592,40.831335],[121.644964,40.830597],[121.644296,40.848144],[121.645415,40.850351],[121.643057,40.852821],[121.637026,40.852279],[121.636656,40.833971],[121.630783,40.833685],[121.630962,40.849337],[121.612059,40.853369],[121.614711,40.858779],[121.607299,40.861459],[121.586543,40.843636],[121.557896,40.840918],[121.555136,40.844934],[121.559125,40.848443],[121.553156,40.84772],[121.551481,40.84934],[121.556137,40.861315],[121.557642,40.870342],[121.557612,40.871919],[121.554809,40.872015],[121.546771,40.849456],[121.53287,40.849709],[121.534301,40.848499],[121.5303,40.843455],[121.531846,40.832837],[121.507487,40.842533],[121.511532,40.848363],[121.517435,40.853048],[121.516886,40.857048],[121.522696,40.865199],[121.516403,40.865978],[121.515038,40.872697],[121.502139,40.874055],[121.500169,40.878206],[121.502017,40.88783],[121.497322,40.88548],[121.496159,40.882313],[121.488855,40.881252],[121.476601,40.88539],[121.434012,40.883763],[121.428357,40.890644],[121.427628,40.9023],[121.425287,40.902925],[121.423232,40.892217],[121.424904,40.885092],[121.423759,40.870771],[121.427903,40.854064],[121.429776,40.841368],[121.429286,40.833352],[121.326764,40.852301],[121.302091,40.848133],[121.298876,40.851183],[121.290099,40.850886],[121.287932,40.867549],[121.28385,40.872504],[121.278051,40.886817],[121.270918,40.899167],[121.255882,40.914371],[121.250038,40.913224],[121.247311,40.90615],[121.242961,40.906115],[121.251554,40.889462],[121.233954,40.888933],[121.233357,40.851882],[121.218152,40.851999],[121.220593,40.859279],[121.195139,40.859479],[121.204578,40.873886],[121.2218,40.878413],[121.221734,40.88787],[121.211845,40.889068],[121.184661,40.888116],[121.185186,40.904246],[121.173607,40.904742],[121.165707,40.89889],[121.160248,40.898425],[121.160458,40.89456],[121.175789,40.89462],[121.175055,40.887134],[121.169613,40.878331],[121.166944,40.876657],[121.156681,40.875493],[121.138689,40.881713],[121.093114,40.873595],[121.077246,40.866543],[121.075008,40.853787],[121.086074,40.852213],[121.085889,40.83962],[121.072889,40.828259],[121.058957,40.824019],[121.072474,40.807646],[121.066866,40.804758],[121.061495,40.811348],[121.054326,40.808607],[121.059688,40.798472],[121.049107,40.79582],[121.041668,40.807466],[121.034045,40.807775],[121.033713,40.79337],[121.013099,40.792301],[121.012992,40.784913],[121.006853,40.785056],[121.007914,40.822735],[120.998381,40.824237],[120.998931,40.827666],[120.974887,40.821186],[120.966333,40.815312],[120.959535,40.802827],[120.963198,40.796496],[120.976615,40.788236],[120.976525,40.786745],[120.969906,40.780363],[120.95394,40.772197],[120.954721,40.770829],[120.968931,40.770278],[120.969149,40.743207],[120.934788,40.743166],[120.93396,40.749334],[120.930406,40.746913],[120.940542,40.737067],[120.984997,40.735029],[120.985114,40.741851],[120.988069,40.744094],[121.012198,40.743937],[121.012152,40.738957],[121.009547,40.738903],[121.009355,40.727546],[121.022359,40.727524],[121.022296,40.72508],[121.035511,40.724919],[121.035482,40.722073],[121.030842,40.722073],[121.031494,40.711594],[121.026669,40.711978],[121.026445,40.710006],[121.012113,40.711056],[121.006872,40.716302],[120.993071,40.717506],[120.970337,40.711842],[120.949788,40.69728],[120.939981,40.692691],[120.924252,40.689617],[120.901509,40.689495],[120.88667,40.684381],[120.874131,40.683464],[120.869419,40.68088],[120.860708,40.681601],[120.855305,40.684686],[120.839674,40.681644],[120.828342,40.677056],[120.820536,40.668071],[120.820471,40.658005],[120.825126,40.649601],[120.824984,40.643292],[120.807811,40.632873],[120.798234,40.620448],[120.791587,40.599883],[120.776057,40.58521],[120.759731,40.565751],[120.749647,40.569784],[120.739389,40.565903],[120.723892,40.556634],[120.72283,40.552629],[120.725029,40.550221],[120.712984,40.5436],[120.697226,40.541477],[120.699235,40.534931],[120.69031,40.530961],[120.694325,40.526391],[120.705078,40.53188],[120.715815,40.519686],[120.711794,40.514532],[120.70091,40.507483],[120.690019,40.504521],[120.684303,40.510081],[120.671203,40.512195],[120.66536,40.505838],[120.660661,40.485662],[120.657481,40.481767],[120.644829,40.479675],[120.636871,40.480144],[120.62497,40.486066],[120.614918,40.480229],[120.613022,40.476751],[120.59412,40.469201],[120.615176,40.45202],[120.61031,40.448208],[120.59528,40.455868],[120.594406,40.454416],[120.594594,40.446184],[120.603986,40.445919],[120.603932,40.441129],[120.597573,40.42973],[120.600534,40.430007],[120.608233,40.426522],[120.609878,40.415287],[120.599009,40.403194],[120.578967,40.413797],[120.580391,40.405125],[120.568901,40.393034],[120.578748,40.379205],[120.588298,40.381707],[120.594955,40.376981],[120.589845,40.374315],[120.585909,40.363252],[120.560775,40.35722],[120.530752,40.341817],[120.515893,40.336364],[120.497783,40.324979],[120.495393,40.313742],[120.498626,40.313345],[120.506705,40.293175],[120.512743,40.285033],[120.516099,40.27228],[120.515553,40.263546],[120.504994,40.263147],[120.503519,40.261172],[120.485866,40.263247],[120.484001,40.261927],[120.497595,40.258702],[120.507032,40.260444],[120.516176,40.257071],[120.507816,40.253045],[120.501244,40.247175],[120.500649,40.237026],[120.496944,40.233116],[120.492187,40.23018],[120.485081,40.235167],[120.48061,40.231511],[120.482069,40.229884],[120.451157,40.20552],[120.443549,40.196139],[120.417724,40.195346],[120.386721,40.19834],[120.37556,40.197826],[120.363675,40.192948],[120.314265,40.186135],[120.296506,40.180037],[120.302844,40.174729],[120.294135,40.166921],[120.277771,40.15673],[120.225839,40.139591],[120.219771,40.139219],[120.218163,40.132079],[120.176657,40.120825],[120.158791,40.115142],[120.152031,40.111356],[120.114426,40.100864],[120.044793,40.083621],[120.029947,40.081693],[120.028192,40.077427],[120.031401,40.071758],[120.024154,40.068959],[120.021382,40.06886],[120.018177,40.074553],[120.016098,40.074477],[119.999284,40.071156],[119.943121,40.05521],[119.921719,40.041986],[119.904811,40.019024],[119.906645,40.012023],[119.913843,39.999666],[119.896035,39.997098],[119.885696,39.997391],[119.874767,39.991704],[119.847964,39.989824],[119.843204,39.998035],[119.839867,40],[119.841353,40.001408],[119.840605,40.003584],[119.835977,40.004957],[119.837469,40.010925],[119.844301,40.018881],[119.84879,40.031828],[119.839063,40.036188],[119.8318,40.042451],[119.818941,40.046543],[119.811137,40.051589],[119.807081,40.048524],[119.8022,40.041001],[119.789267,40.038505],[119.773366,40.048208],[119.769533,40.049479],[119.764992,40.047485],[119.752942,40.066838],[119.761487,40.077487],[119.76157,40.083102],[119.748563,40.088055],[119.728246,40.10437],[119.729555,40.107067],[119.747316,40.120534],[119.748595,40.127428],[119.756839,40.14117],[119.745965,40.168305],[119.744996,40.189813],[119.737419,40.20592],[119.713084,40.204474],[119.715365,40.198906],[119.711069,40.194559],[119.708717,40.195055],[119.702646,40.199134],[119.700945,40.203639],[119.690495,40.206498],[119.675027,40.219418],[119.668369,40.23565],[119.664109,40.238112],[119.657126,40.236784],[119.64188,40.228082],[119.634493,40.228314],[119.624621,40.221672],[119.620549,40.222436],[119.617424,40.225273],[119.620939,40.227164],[119.624441,40.241417],[119.627538,40.247176],[119.632121,40.24964],[119.64604,40.271207],[119.641261,40.284458],[119.63633,40.290121],[119.625129,40.294495],[119.609222,40.304113],[119.605759,40.31074],[119.60919,40.315497],[119.606111,40.322359],[119.608341,40.326608],[119.605439,40.330359],[119.58887,40.339062],[119.585816,40.342097],[119.584935,40.344191],[119.597529,40.362704],[119.58584,40.366407],[119.584031,40.370806],[119.57303,40.376276],[119.578694,40.388419],[119.583894,40.388785],[119.588854,40.391722],[119.591841,40.406472],[119.588152,40.413813],[119.58899,40.417097],[119.592148,40.419369],[119.592188,40.424537],[119.584703,40.426805],[119.582127,40.435673],[119.593657,40.44565],[119.594991,40.449188],[119.592944,40.466258],[119.584857,40.471266],[119.5741,40.473454],[119.556498,40.487984],[119.559077,40.500334],[119.544065,40.504821],[119.541567,40.509432],[119.54076,40.512111],[119.546297,40.518542],[119.554132,40.523754],[119.563506,40.527253],[119.5639,40.533164],[119.545296,40.537746],[119.538859,40.548247],[119.527262,40.552636],[119.522315,40.548015],[119.514327,40.546081],[119.497463,40.552583],[119.482821,40.533465],[119.47702,40.530399],[119.454052,40.537811],[119.448528,40.536226],[119.448941,40.53217],[119.447402,40.529655],[119.438994,40.533677],[119.432627,40.542112],[119.400746,40.534974],[119.395725,40.526512],[119.386612,40.524716],[119.379988,40.53289],[119.387191,40.541455],[119.380089,40.546607],[119.375674,40.547532],[119.36434,40.54587],[119.352263,40.540672],[119.341081,40.535252],[119.337775,40.529875],[119.327406,40.529035],[119.319591,40.535032],[119.298768,40.527523],[119.291011,40.527474],[119.291865,40.530862],[119.287274,40.53636],[119.271294,40.539869],[119.266012,40.536379],[119.254361,40.536571],[119.250724,40.5463],[119.227312,40.557093],[119.22829,40.562722],[119.226198,40.565973],[119.220537,40.569461],[119.214643,40.569624],[119.214414,40.573803],[119.219984,40.58305],[119.2244,40.588117],[119.232189,40.591967],[119.235678,40.5999],[119.228872,40.600268],[119.222397,40.60557],[119.205135,40.607431],[119.180559,40.602159],[119.177565,40.603443],[119.177587,40.610491],[119.170542,40.607594],[119.158993,40.598071],[119.15656,40.598249],[119.151295,40.602427],[119.152055,40.615241],[119.147553,40.622751],[119.144098,40.624699],[119.138104,40.632134],[119.148939,40.643277],[119.159708,40.647524],[119.167403,40.652559],[119.176256,40.661673],[119.180302,40.675215],[119.174466,40.685237],[119.160254,40.693714],[119.156335,40.694055],[119.150471,40.691768],[119.148213,40.687897],[119.144179,40.685546],[119.128555,40.67994],[119.118532,40.671052],[119.099214,40.662269],[119.085179,40.667005],[119.079441,40.674371],[119.072058,40.676274],[119.059014,40.661807],[119.048274,40.663458],[119.044696,40.669248],[119.045083,40.674176],[119.042708,40.679736],[119.022027,40.690256],[119.013637,40.690501],[119.008424,40.686341],[119.005092,40.68603],[118.995871,40.694592],[118.980475,40.700719],[118.954414,40.719013],[118.94895,40.741609],[118.943315,40.74641],[118.901896,40.755183],[118.889704,40.7523],[118.889875,40.75648],[118.8969,40.759904],[118.90381,40.77593],[118.894258,40.779135],[118.886296,40.776558],[118.872706,40.782256],[118.870122,40.788733],[118.860217,40.792781],[118.856985,40.797148],[118.851499,40.800738],[118.843046,40.799461],[118.839668,40.812066],[118.840265,40.819447],[118.846598,40.82569],[118.850019,40.838874],[118.864524,40.846185],[118.86598,40.850677],[118.879731,40.871993],[118.883566,40.889606],[118.884001,40.903085],[118.881771,40.923623],[118.888372,40.926742],[118.892897,40.943789],[118.893397,40.952507],[118.896133,40.959417],[118.911784,40.96661],[118.938111,40.956497],[118.966199,40.957538],[118.985386,40.965576],[118.995265,40.966299],[119.004114,40.98148],[119.01525,40.988032],[119.01446,40.997211],[119.017203,41.002812],[119.01585,41.004933],[118.99448,41.009632],[118.989785,41.008976],[118.987409,41.006821],[118.98216,41.007083],[118.964583,41.016856],[118.953256,41.017607],[118.945848,41.016148],[118.936478,41.024512],[118.930175,41.035815],[118.93217,41.051412],[118.958635,41.077552],[118.980072,41.075715],[118.983205,41.072834],[118.993531,41.068752],[119.012276,41.066053],[119.025314,41.060702],[119.031116,41.060906],[119.036343,41.065148],[119.04085,41.073387],[119.038893,41.073361],[119.039868,41.076617],[119.048079,41.076324],[119.050532,41.073642],[119.058952,41.070268],[119.067014,41.073595],[119.071668,41.079347],[119.074753,41.087264],[119.074958,41.104365],[119.077985,41.119559],[119.076669,41.125974],[119.072371,41.131288],[119.073834,41.133462],[119.094602,41.132837],[119.123127,41.13782],[119.130601,41.14048],[119.137071,41.146125],[119.13607,41.148264],[119.138455,41.153883],[119.149535,41.164184],[119.177184,41.18399],[119.191767,41.190121],[119.186942,41.200649],[119.17401,41.203142],[119.167401,41.207355],[119.162813,41.213001],[119.167482,41.21948],[119.173764,41.222303],[119.186104,41.21917],[119.20118,41.22243],[119.20747,41.226046],[119.204221,41.229495],[119.202769,41.242255],[119.214581,41.254306],[119.226981,41.255352],[119.236199,41.265617],[119.242487,41.275679],[119.242791,41.283358],[119.232937,41.3108],[119.235503,41.31321],[119.236835,41.317744],[119.243142,41.32294],[119.272636,41.327661],[119.28265,41.326675],[119.285896,41.323725],[119.289509,41.32298],[119.300118,41.32964],[119.307598,41.346268],[119.309029,41.346076],[119.310531,41.341721],[119.312039,41.331506],[119.314493,41.32909],[119.31884,41.328143],[119.325153,41.335618],[119.322002,41.351001],[119.315096,41.357372],[119.313885,41.362518],[119.314481,41.364294],[119.323746,41.36995],[119.324115,41.385454],[119.318185,41.390754],[119.305471,41.392922],[119.305478,41.398567],[119.312089,41.404248],[119.324165,41.410423],[119.344619,41.409773],[119.352525,41.412054],[119.355229,41.41811],[119.368745,41.418869],[119.370806,41.422254],[119.364462,41.441955],[119.3651,41.448926],[119.374196,41.463954],[119.389657,41.47062],[119.399679,41.479395],[119.398281,41.482673],[119.392049,41.488117],[119.389059,41.497557],[119.391835,41.501231],[119.399612,41.50089],[119.398328,41.507933],[119.384296,41.519043],[119.376189,41.520139],[119.376892,41.529722],[119.362988,41.539227],[119.356406,41.552536],[119.355129,41.56365],[119.382919,41.563077],[119.39037,41.560781],[119.407779,41.559793],[119.413324,41.566371],[119.404362,41.577895],[119.413239,41.580109],[119.408782,41.588067],[119.391319,41.594894],[119.380652,41.595847],[119.362578,41.606271],[119.351919,41.606846],[119.337155,41.613627],[119.33482,41.62144],[119.318463,41.638027],[119.312496,41.640529],[119.309831,41.637869],[119.306595,41.63788],[119.301314,41.656017],[119.302063,41.658983],[119.307674,41.662137],[119.307559,41.680046],[119.298193,41.690958],[119.293395,41.702762],[119.293325,41.707756],[119.299963,41.718428],[119.311222,41.723901],[119.312771,41.727176],[119.310576,41.733526],[119.305637,41.739145],[119.296924,41.738338],[119.294034,41.740684],[119.305388,41.748547],[119.311226,41.761908],[119.307681,41.765399],[119.293183,41.769738],[119.289151,41.772471],[119.283418,41.782867],[119.291775,41.794468],[119.305177,41.802891],[119.310519,41.813703],[119.313038,41.829862],[119.310149,41.832604],[119.315264,41.843814],[119.320035,41.846063],[119.319512,41.850081],[119.32216,41.859022],[119.323894,41.862945],[119.328671,41.867042],[119.326388,41.872458],[119.32104,41.878781],[119.318479,41.887329],[119.319005,41.890996],[119.326835,41.898841],[119.326351,41.925265],[119.318257,41.936904],[119.323869,41.949737],[119.321532,41.963233],[119.31905,41.968964],[119.323165,41.97457],[119.340161,41.984891],[119.350635,41.99663],[119.35763,42.010286],[119.361277,42.012362],[119.367475,42.019656],[119.37771,42.050345],[119.370844,42.068266],[119.377273,42.087878],[119.368055,42.101847],[119.341959,42.116814],[119.317551,42.114495],[119.303887,42.119853],[119.300345,42.123843],[119.296715,42.135188],[119.297479,42.139104],[119.301996,42.14334],[119.301418,42.145543],[119.297363,42.147935],[119.285951,42.148762],[119.281406,42.151069],[119.279852,42.153254],[119.278852,42.164402],[119.26931,42.179863],[119.263045,42.18632],[119.25768,42.187354],[119.241756,42.185982],[119.237932,42.194932],[119.231657,42.19875],[119.241678,42.205186],[119.246543,42.217848],[119.258928,42.226897],[119.268182,42.237351],[119.271902,42.24862],[119.270503,42.255136],[119.276912,42.26224],[119.289762,42.26627],[119.300854,42.267139],[119.327191,42.284403],[119.33422,42.294773],[119.342333,42.299507],[119.355476,42.301424],[119.371354,42.299356],[119.385755,42.305064],[119.410355,42.307792],[119.42706,42.315112],[119.429447,42.320442],[119.429257,42.324003],[119.435915,42.32954],[119.449483,42.331119],[119.481381,42.34843],[119.483719,42.351425],[119.485509,42.358667],[119.492292,42.367397],[119.495924,42.386827],[119.503855,42.38644],[119.510464,42.380736],[119.511178,42.374415],[119.51324,42.371845],[119.522057,42.369456],[119.5342,42.361627],[119.541883,42.362987],[119.566044,42.357505],[119.566856,42.352599],[119.564908,42.335573],[119.559547,42.326213],[119.547659,42.320364],[119.533821,42.298092],[119.53284,42.292535],[119.534861,42.290194],[119.547312,42.292055],[119.557366,42.290544],[119.565157,42.295929],[119.567025,42.29112],[119.562656,42.281862],[119.567176,42.278591],[119.576088,42.281446],[119.583257,42.277111],[119.602484,42.2752],[119.607591,42.264306],[119.611695,42.249424],[119.620405,42.253474],[119.629568,42.246677],[119.634808,42.239052],[119.641339,42.236589],[119.665987,42.239619],[119.673882,42.238649],[119.67764,42.237062],[119.676374,42.234652],[119.677304,42.233724],[119.697901,42.221374],[119.714579,42.22769],[119.716468,42.223421],[119.712014,42.219366],[119.712229,42.217865],[119.726521,42.219948],[119.735781,42.215721],[119.736324,42.212589],[119.759506,42.212265],[119.76036,42.211025],[119.757979,42.209675],[119.763119,42.208313],[119.774538,42.20943],[119.784809,42.213117],[119.805332,42.209361],[119.820811,42.211606],[119.840108,42.209095],[119.847091,42.199844],[119.850523,42.183158],[119.856037,42.177769],[119.847093,42.1661],[119.849298,42.161395],[119.848187,42.157682],[119.839546,42.145826],[119.827811,42.141735],[119.826197,42.139791],[119.829612,42.122051],[119.833949,42.117174],[119.836846,42.109023],[119.835873,42.099189],[119.842902,42.092723],[119.850118,42.093194],[119.871752,42.071945],[119.880337,42.059371],[119.879816,42.05153],[119.888249,42.044271],[119.896277,42.028781],[119.896566,42.022298],[119.894359,42.018241],[119.902306,42.012808],[119.916419,42.008801],[119.919818,41.997819],[119.92566,41.987548],[119.938922,41.977197],[119.950581,41.974156],[119.957229,41.957326],[119.956194,41.945652],[119.949904,41.919629],[119.95167,41.917356],[119.969887,41.909788],[119.98716,41.897132],[119.988181,41.893327],[119.986213,41.885603],[119.98674,41.873709],[120,41.857801],[120.003851,41.856404],[120.005643,41.852653],[120.003775,41.845502],[120.004006,41.838466],[120.007139,41.830625],[120.014727,41.826682],[120.018726,41.815897],[120.020118,41.815329],[120.02999,41.817773],[120.038856,41.821655],[120.041488,41.826089],[120.042965,41.825327],[120.042702,41.823273],[120.037679,41.818386],[120.037127,41.809128],[120.039147,41.800198],[120.03654,41.794394],[120.037136,41.786023],[120.026067,41.778935],[120.03854,41.772492],[120.04602,41.773225],[120.038103,41.763297],[120.030976,41.761164],[120.030714,41.754757],[120.028121,41.755089],[120.02541,41.747888],[120.029991,41.745258],[120.019041,41.737245],[120.019631,41.73224],[120.029862,41.723541],[120.029615,41.7137],[120.028016,41.71159],[120.029741,41.705608],[120.044039,41.70685],[120.049418,41.702935],[120.060236,41.698812],[120.074336,41.696511],[120.078526,41.692787],[120.085974,41.696798],[120.094601,41.696087],[120.108052,41.711121],[120.130824,41.724945],[120.133225,41.728163],[120.12587,41.73746],[120.123892,41.745823],[120.119613,41.748497],[120.123273,41.752209],[120.125432,41.759584],[120.121879,41.764965],[120.122862,41.770427],[120.126877,41.775729],[120.13443,41.776877],[120.137084,41.778749],[120.141235,41.787596],[120.152255,41.792005],[120.154671,41.795317],[120.155253,41.805083],[120.161077,41.805932],[120.165867,41.816103],[120.179492,41.821744],[120.183207,41.835079],[120.182966,41.844404],[120.187267,41.847834],[120.19646,41.847978],[120.199065,41.850099],[120.221296,41.857273],[120.22198,41.861355],[120.239296,41.874386],[120.24076,41.878606],[120.245868,41.881577],[120.268526,41.880984],[120.281969,41.877816],[120.290789,41.887504],[120.285877,41.894329],[120.280749,41.896695],[120.274303,41.89808],[120.26818,41.896353],[120.254694,41.901946],[120.264311,41.906046],[120.261203,41.912711],[120.266474,41.923403],[120.270687,41.923416],[120.274091,41.91929],[120.275383,41.914164],[120.284627,41.916366],[120.284254,41.917543],[120.277809,41.918505],[120.274973,41.923413],[120.281269,41.932639],[120.290369,41.934454],[120.299145,41.932503],[120.30032,41.928955],[120.299741,41.926591],[120.293261,41.920462],[120.300805,41.923843],[120.311944,41.931935],[120.311716,41.936318],[120.304762,41.939362],[120.304557,41.949978],[120.308731,41.953761],[120.329126,41.962734],[120.330863,41.968566],[120.329311,41.97309],[120.335077,41.97604],[120.340565,41.975649],[120.347426,41.978343],[120.352054,41.983338],[120.363802,41.987969],[120.364589,41.991199],[120.368278,41.992251],[120.385247,41.984516],[120.393752,41.982431],[120.404526,41.981753],[120.415627,41.983349],[120.414559,41.989201],[120.408111,41.993361],[120.410213,41.995627],[120.417193,41.999183],[120.422517,42.005383],[120.434313,42.004014],[120.440288,42.008878],[120.444559,42.009378],[120.450306,42.012749],[120.445895,42.020943],[120.448034,42.028319],[120.446298,42.041433],[120.443716,42.048533],[120.444857,42.054614],[120.459912,42.056127],[120.463601,42.059019],[120.478146,42.061763],[120.486095,42.066559],[120.487843,42.070301],[120.487163,42.07303],[120.477557,42.083108],[120.490744,42.085737],[120.493051,42.089927],[120.487599,42.093365],[120.483403,42.093716],[120.478037,42.089833],[120.472845,42.088784],[120.470178,42.090098],[120.462638,42.102276],[120.46633,42.102739],[120.469894,42.10801],[120.485791,42.117496],[120.505928,42.125078],[120.510701,42.130859],[120.528279,42.133372],[120.530582,42.137912],[120.535938,42.141209],[120.542618,42.142245],[120.548762,42.138919],[120.553706,42.139202],[120.556071,42.143728],[120.560833,42.145075],[120.575917,42.155994],[120.578558,42.159284],[120.579147,42.163043],[120.587645,42.162402],[120.597551,42.164152],[120.60419,42.160134],[120.608182,42.153982],[120.630073,42.161299],[120.63243,42.165458],[120.643167,42.164118],[120.647844,42.165346],[120.651273,42.170705],[120.655299,42.172764],[120.661442,42.173181],[120.66905,42.177958],[120.67772,42.179885],[120.686068,42.185388],[120.691545,42.194139],[120.69478,42.194143],[120.699922,42.199673],[120.705114,42.201159],[120.712845,42.200617],[120.717291,42.197982],[120.720118,42.198633],[120.720206,42.205361],[120.727991,42.209467],[120.728592,42.218817],[120.732461,42.221176],[120.787446,42.216894],[120.788982,42.219906],[120.785904,42.229352],[120.790904,42.232225],[120.797404,42.233467],[120.804833,42.233594],[120.81306,42.230637],[120.812857,42.225638],[120.821238,42.223917],[120.822605,42.224957],[120.822404,42.233121],[120.818367,42.239156],[120.824277,42.250522],[120.829946,42.245517],[120.840627,42.248877],[120.844061,42.24618],[120.852596,42.253348],[120.855024,42.252336],[120.85413,42.248367],[120.857623,42.247404],[120.862787,42.24963],[120.876074,42.241533],[120.882678,42.240245],[120.885077,42.242404],[120.88597,42.250575],[120.877742,42.26479],[120.877918,42.267791],[120.882309,42.269591],[120.885459,42.269602],[120.893733,42.265213],[120.899992,42.26542],[120.90622,42.269994],[120.92457,42.272241],[120.928754,42.278039],[120.948624,42.274984],[120.955426,42.270722],[120.95758,42.264288],[120.965468,42.260232],[120.98212,42.260873],[120.997102,42.257688],[121.005346,42.258595],[121.006292,42.255408],[121.000865,42.252202],[121.009575,42.248346],[121.011864,42.243273],[121.016424,42.240977],[121.02027,42.242759],[121.022596,42.240525],[121.024902,42.243847],[121.028643,42.241886],[121.03312,42.245948],[121.027178,42.250164],[121.042487,42.257617],[121.057571,42.250915],[121.063468,42.250416],[121.070157,42.262465],[121.08148,42.276085],[121.097445,42.280923],[121.099832,42.278633],[121.113064,42.278505],[121.117671,42.285395],[121.126139,42.292217],[121.12782,42.297945],[121.133785,42.300516],[121.134427,42.296591],[121.142646,42.298736],[121.14757,42.307611],[121.14528,42.309903],[121.145917,42.312127],[121.163555,42.320223],[121.178638,42.330548],[121.182302,42.339782],[121.179485,42.343802],[121.180134,42.347925],[121.185985,42.351235],[121.194421,42.351999],[121.208385,42.359593],[121.210213,42.366708],[121.213132,42.369679],[121.237413,42.370842],[121.250589,42.375123],[121.245611,42.377474],[121.246616,42.380653],[121.258303,42.377139],[121.274124,42.384658],[121.27905,42.385536],[121.281543,42.389753],[121.293394,42.396692],[121.298105,42.403125],[121.301427,42.412973],[121.300727,42.420388],[121.308924,42.425767],[121.300908,42.429126],[121.298806,42.43335],[121.305665,42.438095],[121.321434,42.441232],[121.33465,42.446949],[121.342531,42.452498],[121.343972,42.457784],[121.357164,42.458484],[121.366499,42.452215],[121.379272,42.449675],[121.380533,42.451105],[121.38087,42.459855],[121.379936,42.471633],[121.384052,42.473352],[121.409724,42.474323],[121.411174,42.475999],[121.409954,42.483798],[121.417297,42.48302],[121.421096,42.480351],[121.42281,42.475895],[121.427994,42.473061],[121.434578,42.472742],[121.438741,42.475377],[121.446449,42.474336],[121.459519,42.47889],[121.464413,42.482147],[121.465,42.48643],[121.473106,42.494067],[121.491428,42.490856],[121.495987,42.481913],[121.499006,42.480242],[121.503989,42.482629],[121.504572,42.486443],[121.511891,42.488368],[121.515975,42.486703],[121.519986,42.481747],[121.546966,42.488546],[121.563503,42.484475],[121.572614,42.489699],[121.572825,42.492458],[121.575996,42.495734],[121.585626,42.500366],[121.585221,42.507081],[121.592665,42.509036],[121.601478,42.514386],[121.604581,42.51076],[121.605198,42.507177],[121.595821,42.498976],[121.598448,42.493776],[121.611129,42.481458],[121.622611,42.474046],[121.632736,42.478445],[121.637089,42.471499],[121.636237,42.466873],[121.641429,42.4523],[121.651284,42.440972],[121.661411,42.435147],[121.668885,42.438084],[121.685086,42.435293],[121.696488,42.437447],[121.707722,42.443513],[121.715251,42.449594],[121.720432,42.456036],[121.720493,42.459201],[121.731476,42.469151],[121.741708,42.482392],[121.741645,42.484681],[121.745988,42.487231],[121.753072,42.485373],[121.780528,42.495291],[121.797081,42.511772],[121.799863,42.510596],[121.800731,42.508411],[121.798297,42.498015],[121.803595,42.497579],[121.811176,42.501893],[121.813344,42.504666],[121.81891,42.523319],[121.825753,42.531202],[121.823027,42.536125],[121.833669,42.536297],[121.846414,42.531686],[121.848016,42.532831],[121.848041,42.53675],[121.851579,42.538042],[121.857763,42.533485],[121.860363,42.527511],[121.866111,42.528106],[121.860995,42.534764],[121.862816,42.540795],[121.86016,42.542964],[121.85999,42.545326],[121.86148,42.55344],[121.864566,42.559036],[121.87702,42.558361],[121.880491,42.553044],[121.891784,42.560586],[121.901118,42.570158],[121.903066,42.573351],[121.902189,42.575636],[121.894276,42.583192],[121.891148,42.591508],[121.892019,42.592686],[121.898638,42.592083],[121.904554,42.582766],[121.912443,42.586665],[121.907324,42.599492],[121.914254,42.603279],[121.898632,42.616159],[121.896452,42.62134],[121.898251,42.622977],[121.904644,42.621186],[121.912785,42.624253],[121.913987,42.62707],[121.910857,42.629018],[121.90139,42.627058],[121.896689,42.631826],[121.896915,42.63372],[121.903246,42.63728],[121.909127,42.636447],[121.913264,42.657044],[121.92243,42.663504],[121.932543,42.661815],[121.936093,42.663085],[121.936566,42.66668],[121.930382,42.681055],[121.93142,42.686079],[121.945212,42.685397],[121.955998,42.682874],[121.957671,42.688194],[121.952075,42.694832],[121.955677,42.69704],[121.966153,42.698965],[121.971544,42.698189],[121.980716,42.689423],[121.983853,42.692351],[121.983538,42.701354],[121.985043,42.703112],[122.007851,42.699075],[122.018636,42.700317],[122.043049,42.711011],[122.043184,42.713866],[122.051436,42.720113],[122.059343,42.719192],[122.067763,42.714387],[122.06721,42.708222],[122.074695,42.708176],[122.096919,42.700355],[122.106323,42.701279],[122.137564,42.685439],[122.146764,42.683821],[122.149053,42.685536],[122.191884,42.688751],[122.193993,42.686744],[122.194287,42.683697],[122.19047,42.678562],[122.190713,42.676745],[122.196819,42.679479],[122.198724,42.681932],[122.201026,42.704547],[122.2043,42.70962],[122.198172,42.728998],[122.1995,42.730351],[122.202886,42.72836],[122.210615,42.728205],[122.221457,42.725335],[122.232631,42.716596],[122.23596,42.710539],[122.252213,42.701941],[122.254076,42.694448],[122.297706,42.689966],[122.302368,42.688139],[122.304678,42.683475],[122.310099,42.681476],[122.318997,42.682505],[122.328575,42.678023],[122.329345,42.670453],[122.332274,42.667884],[122.354999,42.68104],[122.389334,42.681408],[122.392913,42.684227],[122.39018,42.691551],[122.390495,42.703483],[122.394057,42.709607],[122.417459,42.719578],[122.428444,42.726426],[122.434162,42.736393],[122.435842,42.744767],[122.450095,42.749677],[122.455039,42.752927],[122.455711,42.756436],[122.451987,42.771078],[122.449785,42.772481],[122.438237,42.770723],[122.432182,42.767631],[122.376744,42.77145],[122.36672,42.773486],[122.356311,42.789399],[122.350372,42.810005],[122.344393,42.819151],[122.344402,42.823474],[122.346723,42.829124],[122.353451,42.833593],[122.392467,42.836664],[122.41421,42.840236],[122.431288,42.840472],[122.476627,42.83508],[122.499452,42.834386],[122.521725,42.828482],[122.558513,42.8238],[122.570521,42.818067],[122.564326,42.80554],[122.573235,42.794678],[122.575375,42.787909],[122.582286,42.784587],[122.612629,42.776441],[122.619837,42.77112],[122.648118,42.780153],[122.673292,42.77887],[122.725802,42.784683],[122.727491,42.783549],[122.728517,42.776855],[122.732759,42.768554],[122.742918,42.765134],[122.751534,42.765813],[122.760246,42.756957],[122.768165,42.757332],[122.779729,42.7553],[122.79247,42.737128],[122.799794,42.739355],[122.808151,42.734732],[122.832719,42.712337],[122.842146,42.717824],[122.843424,42.71541],[122.840975,42.706171],[122.848328,42.705002],[122.849979,42.705121],[122.8513,42.709238],[122.854089,42.724456],[122.869877,42.737303],[122.868,42.738489],[122.873706,42.745489],[122.872466,42.749009],[122.873327,42.757311],[122.881911,42.767998],[122.923426,42.770023],[122.926813,42.768301],[122.940507,42.751601],[122.955,42.753936],[122.967993,42.760467],[122.963562,42.764843],[122.971299,42.772831],[122.976424,42.775763],[122.983015,42.776326],[122.98953,42.773261],[123.032155,42.767462],[123.042634,42.768385],[123.054419,42.76702],[123.075241,42.783816],[123.084105,42.787052],[123.090118,42.787342],[123.097303,42.792246],[123.101832,42.79162],[123.111415,42.798624],[123.12627,42.800253],[123.160367,42.808551],[123.17467,42.816848],[123.173863,42.819234],[123.176278,42.821286],[123.181262,42.823017],[123.199836,42.82234],[123.210681,42.825022],[123.21594,42.822992],[123.219395,42.827546],[123.219495,42.829948],[123.212738,42.834126],[123.183419,42.845788],[123.176319,42.843631],[123.164671,42.849699],[123.163909,42.856653],[123.165038,42.859692],[123.175787,42.880263],[123.180298,42.883242],[123.181632,42.886305],[123.182611,42.895016],[123.178009,42.923105],[123.186905,42.934493],[123.193888,42.940077],[123.200254,42.949281],[123.204643,42.951059],[123.213368,42.951154],[123.224206,42.95944],[123.227663,42.963322],[123.226595,42.965636],[123.229819,42.97123],[123.25281,42.990846],[123.268593,42.994907],[123.316275,42.998606],[123.327027,43.002898],[123.364025,43.008513],[123.3774,43.012172],[123.376943,43.0142],[123.396577,43.018026],[123.401646,43.021022],[123.405761,43.02619],[123.417423,43.027084],[123.428632,43.02519],[123.435596,43.028869],[123.44266,43.035803],[123.457079,43.036626],[123.465627,43.040222],[123.47088,43.038798],[123.480649,43.032673],[123.485093,43.028155],[123.485988,43.024219],[123.488876,43.023008],[123.498269,43.020082],[123.508748,43.024767],[123.509325,43.020218],[123.517151,43.017801],[123.522211,43.011837],[123.523253,43.009716],[123.520702,43.004639],[123.529428,43.002939],[123.53012,43.004989],[123.547969,43.007042],[123.556327,43.00279],[123.558272,43.00584],[123.57319,43.00815],[123.582128,43.014585],[123.575704,43.018898],[123.575334,43.034242],[123.577742,43.034723],[123.579224,43.032846],[123.588582,43.03305],[123.605417,43.046212],[123.605384,43.049216],[123.59886,43.052885],[123.596967,43.061317],[123.610603,43.075041],[123.620829,43.077911],[123.625472,43.086878],[123.625758,43.103701],[123.623986,43.118425],[123.63261,43.122646],[123.63578,43.127861],[123.630953,43.13148],[123.629564,43.13753],[123.648176,43.157413],[123.642023,43.166674],[123.642211,43.171535],[123.64521,43.173727],[123.653127,43.173784],[123.661464,43.177626],[123.664462,43.181537],[123.664499,43.18549],[123.659669,43.190818],[123.648826,43.192682],[123.642608,43.201148],[123.640431,43.207036],[123.641997,43.212903],[123.651552,43.218964],[123.654359,43.220013],[123.664734,43.218951],[123.671019,43.222138],[123.671156,43.224303],[123.662578,43.232106],[123.669674,43.241619],[123.667976,43.246118],[123.659679,43.255321],[123.658827,43.262348],[123.663027,43.267274],[123.681619,43.275428],[123.686738,43.271504],[123.691658,43.269982],[123.699618,43.271786],[123.699328,43.275936],[123.694196,43.276289],[123.691877,43.278383],[123.691931,43.284956],[123.689864,43.291921],[123.698607,43.308524],[123.709181,43.308682],[123.714875,43.313418],[123.713031,43.317202],[123.705816,43.316824],[123.70122,43.318356],[123.696697,43.32397],[123.697222,43.325283],[123.706897,43.328197],[123.709025,43.331678],[123.698168,43.359051],[123.698299,43.370496],[123.691216,43.376898],[123.70347,43.413926],[123.718419,43.421668],[123.726958,43.424023],[123.736181,43.433135],[123.746744,43.457866],[123.743041,43.463456],[123.744277,43.469242],[123.753077,43.476174],[123.765661,43.48051],[123.767573,43.477895],[123.780809,43.477356],[123.786607,43.484646],[123.784985,43.487833],[123.786001,43.488548],[123.791829,43.487265],[123.799292,43.480545]],[[124.716776,40.317105],[124.719056,40.315967],[124.72398,40.317986],[124.727323,40.323475],[124.727386,40.32645],[124.716776,40.317105]],[[124.681142,40.305434],[124.672142,40.301591],[124.686269,40.307032],[124.681142,40.305434]],[[124.668882,40.302478],[124.667252,40.303911],[124.656875,40.303306],[124.640955,40.300642],[124.636156,40.298792],[124.636121,40.297383],[124.640754,40.298574],[124.63431,40.295598],[124.632078,40.296285],[124.625173,40.291354],[124.643773,40.293195],[124.668882,40.302478]],[[124.574562,40.256548],[124.573172,40.253447],[124.577359,40.251782],[124.580704,40.252876],[124.583942,40.257822],[124.585122,40.263845],[124.582571,40.26471],[124.574562,40.256548]],[[124.580713,40.251813],[124.575995,40.250791],[124.572678,40.252648],[124.555563,40.243944],[124.548634,40.237943],[124.547694,40.236011],[124.550211,40.229349],[124.550406,40.222146],[124.556747,40.223227],[124.559612,40.225917],[124.564153,40.226129],[124.581251,40.235674],[124.582734,40.240049],[124.582524,40.251153],[124.580713,40.251813]],[[124.546427,40.23007],[124.545721,40.229107],[124.543622,40.230499],[124.540955,40.227652],[124.542878,40.231427],[124.539839,40.233885],[124.539959,40.23567],[124.530116,40.231079],[124.521909,40.229452],[124.517705,40.226314],[124.519629,40.223865],[124.518981,40.221962],[124.509349,40.218514],[124.502694,40.202086],[124.509521,40.207773],[124.521332,40.214229],[124.536897,40.217485],[124.544371,40.220803],[124.547028,40.224406],[124.546427,40.23007]],[[124.570171,40.252709],[124.572617,40.256255],[124.568057,40.255169],[124.558111,40.247766],[124.570171,40.252709]],[[124.456674,40.170542],[124.459456,40.173925],[124.456017,40.172577],[124.456674,40.170542]],[[124.446791,40.154588],[124.450686,40.156195],[124.452881,40.159654],[124.446791,40.154588]],[[124.437698,40.151847],[124.435783,40.150213],[124.435973,40.146576],[124.439455,40.147258],[124.441734,40.152403],[124.437698,40.151847]],[[124.339081,40.056808],[124.338877,40.051222],[124.342532,40.04828],[124.358645,40.042166],[124.36541,40.041555],[124.366354,40.044948],[124.359239,40.061463],[124.357406,40.079248],[124.344745,40.067747],[124.339081,40.056808]],[[124.372035,40.062271],[124.374862,40.061702],[124.376122,40.065825],[124.372228,40.073562],[124.369536,40.072859],[124.368227,40.0681],[124.372035,40.062271]],[[124.322725,39.976952],[124.317699,39.971624],[124.308723,39.966849],[124.295416,39.96875],[124.29149,39.967174],[124.291544,39.964318],[124.286752,39.963619],[124.283343,39.961288],[124.285332,39.955957],[124.283326,39.947158],[124.29014,39.946096],[124.294144,39.943751],[124.285263,39.937811],[124.285455,39.934643],[124.282133,39.932298],[124.282199,39.930469],[124.284298,39.929401],[124.308504,39.947084],[124.339769,39.960897],[124.344727,39.971832],[124.343409,39.974026],[124.343401,39.982312],[124.345169,39.987842],[124.329923,39.982042],[124.32325,39.978639],[124.322725,39.976952]],[[124.322092,39.940117],[124.325103,39.939021],[124.330547,39.943032],[124.328473,39.945075],[124.324646,39.945246],[124.322248,39.942676],[124.322092,39.940117]],[[124.295945,39.914718],[124.297883,39.91278],[124.302146,39.913556],[124.309511,39.92092],[124.311255,39.927509],[124.308579,39.928252],[124.304084,39.92654],[124.297108,39.921889],[124.295945,39.914718]],[[124.346313,39.837977],[124.350401,39.837782],[124.35137,39.839139],[124.349238,39.843596],[124.342456,39.850766],[124.337417,39.85096],[124.337223,39.848441],[124.346313,39.837977]]]]}},{type:"Feature",properties:{name:"吉林省",province_adcode:22e4,province_type:"省",name_en:"Jilin",name_var:"Jí Lín",adcode:22e4},geometry:{type:"Polygon",coordinates:[[[123.903093,46.297443],[123.90214,46.293336],[123.896398,46.289886],[123.901235,46.274907],[123.890189,46.264617],[123.89432,46.259433],[123.900486,46.256365],[123.912698,46.254204],[123.917419,46.261978],[123.924982,46.268736],[123.92608,46.272152],[123.922439,46.274645],[123.929699,46.285396],[123.953818,46.288661],[123.956236,46.280657],[123.958751,46.27741],[123.962815,46.275701],[123.957821,46.268036],[123.946176,46.258257],[123.946039,46.25031],[123.949562,46.239886],[123.95945,46.236699],[123.968843,46.228585],[123.976,46.224827],[123.976626,46.222883],[123.974269,46.217219],[123.965525,46.214161],[123.956242,46.21304],[123.950801,46.209972],[123.950756,46.200959],[123.955058,46.19203],[123.970106,46.181809],[123.972093,46.176775],[123.971431,46.173596],[123.96609,46.167362],[123.965143,46.162822],[123.966571,46.160947],[123.970671,46.159582],[123.980794,46.161334],[123.99086,46.165802],[123.998061,46.164985],[124.002747,46.161716],[124.004119,46.157279],[124.002315,46.153456],[123.987156,46.145978],[123.983746,46.142541],[123.983665,46.137737],[123.987699,46.133557],[124.007531,46.123815],[124.010174,46.120883],[124.010723,46.117443],[124.007625,46.112211],[124.001532,46.108453],[123.988027,46.105069],[123.98545,46.097255],[123.98743,46.092559],[123.989529,46.091525],[123.994451,46.090171],[124.002848,46.090617],[124.010541,46.085989],[124.012878,46.0808],[124.011795,46.074881],[123.998931,46.067285],[123.996602,46.063375],[123.996595,46.060051],[124.001531,46.05486],[124.017375,46.050541],[124.024294,46.046892],[124.031211,46.033797],[124.032775,46.017792],[124.029497,46.015146],[124.014541,46.014955],[123.992785,46.019616],[123.982681,46.015952],[123.981761,46.009182],[123.985699,46.003317],[124.010493,45.995923],[124.014987,45.991284],[124.015512,45.988026],[124.012596,45.983592],[124.000286,45.978037],[123.991973,45.977045],[123.980767,45.979755],[123.9725,45.977966],[123.961739,45.965958],[123.957691,45.958635],[123.956967,45.949361],[123.959709,45.939825],[123.975131,45.917693],[123.997947,45.901349],[124.05226,45.887678],[124.05688,45.882168],[124.057113,45.874713],[124.062394,45.862967],[124.064461,45.841498],[124.062623,45.838039],[124.051884,45.835085],[124.039829,45.838226],[124.033017,45.838165],[124.028062,45.836194],[124.02636,45.831606],[124.027431,45.825394],[124.035979,45.812084],[124.057775,45.800132],[124.059606,45.798388],[124.058876,45.795734],[124.054444,45.793168],[124.045224,45.793111],[124.037201,45.791],[124.023172,45.781418],[124.015342,45.780095],[124.004993,45.78079],[124.000205,45.779057],[123.994678,45.774352],[123.994276,45.767831],[124.010418,45.747313],[124.013784,45.745521],[124.042597,45.750513],[124.051393,45.748776],[124.061954,45.740273],[124.075986,45.733904],[124.081532,45.725976],[124.090927,45.720054],[124.092779,45.715702],[124.091041,45.705235],[124.095116,45.698852],[124.104998,45.693718],[124.12588,45.690624],[124.130927,45.686557],[124.133774,45.680614],[124.132783,45.676389],[124.128226,45.672276],[124.115632,45.667096],[124.115193,45.66509],[124.120865,45.661552],[124.138369,45.661038],[124.144569,45.65836],[124.144708,45.654208],[124.136653,45.645061],[124.130529,45.630546],[124.135476,45.624518],[124.144167,45.617972],[124.156391,45.612902],[124.174952,45.612169],[124.189398,45.616147],[124.214451,45.630901],[124.221408,45.631988],[124.226955,45.631007],[124.231705,45.626036],[124.232564,45.621691],[124.218231,45.606574],[124.217577,45.601809],[124.219611,45.596333],[124.223198,45.592333],[124.233167,45.588522],[124.239481,45.58803],[124.251518,45.590882],[124.258389,45.590913],[124.26636,45.587962],[124.26787,45.583418],[124.254807,45.565286],[124.254088,45.558552],[124.257363,45.553456],[124.275909,45.539585],[124.288133,45.536584],[124.342651,45.544279],[124.349156,45.543903],[124.354791,45.54079],[124.359566,45.533509],[124.362793,45.514145],[124.361613,45.509399],[124.356274,45.501006],[124.345899,45.493741],[124.344785,45.48902],[124.347153,45.484782],[124.359579,45.47735],[124.363701,45.472724],[124.367063,45.464077],[124.366487,45.457946],[124.370768,45.450636],[124.393761,45.437728],[124.407877,45.436424],[124.411695,45.438326],[124.415511,45.445783],[124.424803,45.449624],[124.4454,45.454653],[124.468608,45.455941],[124.4755,45.453346],[124.489684,45.433306],[124.501256,45.422538],[124.53506,45.41062],[124.544699,45.409126],[124.551878,45.410485],[124.558967,45.416137],[124.575217,45.423728],[124.578231,45.427169],[124.578347,45.4337],[124.568119,45.444298],[124.568682,45.447607],[124.573278,45.450953],[124.584435,45.451094],[124.622229,45.435158],[124.639273,45.433551],[124.650742,45.435436],[124.668202,45.445368],[124.685676,45.450197],[124.69095,45.449714],[124.711777,45.442364],[124.728787,45.442218],[124.734141,45.444385],[124.736315,45.446969],[124.741204,45.45784],[124.746928,45.464276],[124.756596,45.467647],[124.761991,45.467656],[124.77487,45.463467],[124.769676,45.442918],[124.771407,45.438008],[124.774706,45.435525],[124.781651,45.434145],[124.793843,45.436497],[124.803141,45.440792],[124.812381,45.448145],[124.826886,45.453866],[124.835645,45.452694],[124.841476,45.450038],[124.863275,45.437044],[124.875466,45.435278],[124.883661,45.440063],[124.886936,45.447232],[124.886304,45.453398],[124.874978,45.479788],[124.87585,45.490296],[124.882177,45.497728],[124.888657,45.498814],[124.895901,45.508077],[124.898771,45.514295],[124.903245,45.51836],[124.902719,45.530316],[124.903901,45.533088],[124.910222,45.539725],[124.914619,45.539874],[124.925219,45.536232],[124.930562,45.531065],[124.937077,45.519203],[124.934761,45.5118],[124.935453,45.506972],[124.940216,45.499608],[124.946357,45.494363],[124.989278,45.489868],[125.022134,45.489542],[125.026101,45.487665],[125.027877,45.46049],[125.037111,45.44352],[125.04396,45.425855],[125.047052,45.423073],[125.055781,45.419894],[125.076611,45.421359],[125.085277,45.419359],[125.086309,45.41184],[125.081481,45.405055],[125.061895,45.397357],[125.059319,45.393405],[125.05968,45.386083],[125.06805,45.378229],[125.079573,45.377301],[125.101438,45.383129],[125.108986,45.387081],[125.121754,45.399135],[125.137238,45.409516],[125.148689,45.409301],[125.160018,45.404517],[125.168779,45.398307],[125.180208,45.396246],[125.190798,45.398181],[125.242679,45.4163],[125.251513,45.417494],[125.262566,45.416207],[125.279291,45.410479],[125.293077,45.400495],[125.298586,45.399345],[125.304918,45.399903],[125.310432,45.402733],[125.310162,45.406122],[125.305387,45.411437],[125.304789,45.414478],[125.307774,45.418398],[125.312484,45.419939],[125.319974,45.41742],[125.320777,45.414159],[125.31954,45.411085],[125.32597,45.408176],[125.335957,45.393119],[125.344654,45.389232],[125.354485,45.388675],[125.367313,45.393762],[125.402904,45.423357],[125.409082,45.431276],[125.415811,45.444711],[125.425299,45.453532],[125.428316,45.460853],[125.427973,45.464576],[125.422718,45.471012],[125.41543,45.4755],[125.41323,45.481384],[125.414743,45.485908],[125.422249,45.486456],[125.437859,45.482497],[125.460838,45.486117],[125.47327,45.485716],[125.478717,45.48091],[125.479763,45.470362],[125.485702,45.465323],[125.490628,45.465269],[125.528091,45.479787],[125.552964,45.485047],[125.573877,45.486651],[125.58177,45.489679],[125.609425,45.515813],[125.619127,45.520981],[125.625832,45.52114],[125.635023,45.518413],[125.643367,45.508518],[125.652153,45.504178],[125.661995,45.503387],[125.669704,45.504598],[125.684517,45.513705],[125.686184,45.507546],[125.699177,45.500855],[125.695857,45.496605],[125.68216,45.492892],[125.679669,45.488989],[125.688263,45.48416],[125.696237,45.485494],[125.702717,45.482555],[125.703269,45.47476],[125.692997,45.472859],[125.690727,45.474439],[125.689743,45.462327],[125.691392,45.459828],[125.693829,45.45931],[125.696463,45.460197],[125.698205,45.463224],[125.702916,45.463168],[125.706686,45.461512],[125.707251,45.458265],[125.702668,45.454421],[125.691241,45.453078],[125.689111,45.449038],[125.690521,45.446756],[125.701027,45.443901],[125.698043,45.438148],[125.698182,45.425697],[125.699696,45.423431],[125.706631,45.422346],[125.711319,45.401651],[125.707969,45.39013],[125.699538,45.38389],[125.694938,45.37074],[125.69117,45.36739],[125.691893,45.363731],[125.688355,45.359996],[125.690485,45.355393],[125.68832,45.351353],[125.696553,45.34118],[125.701768,45.337666],[125.713618,45.338215],[125.718529,45.336015],[125.718932,45.332347],[125.715467,45.328583],[125.709248,45.325501],[125.70831,45.323084],[125.718354,45.321494],[125.723158,45.322992],[125.725658,45.321481],[125.729454,45.311531],[125.734855,45.310751],[125.741085,45.304848],[125.743528,45.299476],[125.747592,45.297188],[125.747357,45.295231],[125.742521,45.290936],[125.745462,45.285897],[125.749292,45.283664],[125.750195,45.280624],[125.754429,45.281085],[125.75739,45.283445],[125.756941,45.285108],[125.752565,45.28716],[125.753202,45.289731],[125.758362,45.286976],[125.766315,45.292823],[125.770493,45.288231],[125.780639,45.286966],[125.780048,45.282194],[125.782335,45.277706],[125.773233,45.274056],[125.770932,45.270896],[125.773829,45.27215],[125.779917,45.269302],[125.783108,45.27379],[125.786838,45.274595],[125.791547,45.269816],[125.808106,45.267199],[125.808061,45.263806],[125.805651,45.260907],[125.808703,45.252825],[125.805922,45.246906],[125.813625,45.236238],[125.830731,45.234936],[125.840825,45.237287],[125.84552,45.234847],[125.848572,45.227155],[125.851918,45.226602],[125.859434,45.229599],[125.866248,45.217174],[125.870779,45.216695],[125.876988,45.219672],[125.88166,45.219049],[125.887741,45.209262],[125.898014,45.207846],[125.901111,45.201996],[125.900558,45.19968],[125.907715,45.194618],[125.912526,45.193914],[125.940202,45.197104],[125.950295,45.191865],[125.966739,45.188793],[125.971706,45.189266],[125.978272,45.193993],[125.982294,45.193318],[125.985816,45.190671],[125.98771,45.186165],[125.981242,45.186237],[125.980205,45.182378],[125.97853,45.18247],[125.977306,45.185116],[125.975475,45.184827],[125.975311,45.182644],[125.978826,45.179179],[125.973934,45.179779],[125.96758,45.178116],[125.964963,45.173999],[125.969451,45.172516],[125.97256,45.176246],[125.975014,45.176847],[125.982457,45.173486],[125.989287,45.177126],[125.99422,45.177244],[125.994984,45.174475],[125.98832,45.17244],[125.987444,45.170835],[125.987667,45.167239],[125.992091,45.164663],[125.989051,45.163016],[125.989729,45.160657],[126,45.161871],[126.003686,45.164313],[126.007062,45.163849],[126.012301,45.1597],[126.021135,45.160388],[126.028927,45.165286],[126.04054,45.169585],[126.044829,45.165638],[126.058263,45.166088],[126.065343,45.162026],[126.07707,45.162806],[126.082194,45.152999],[126.081452,45.150487],[126.08623,45.146289],[126.094905,45.144593],[126.104457,45.13985],[126.108465,45.142094],[126.108516,45.148096],[126.112395,45.149428],[126.114592,45.148118],[126.113476,45.143362],[126.11526,45.141703],[126.125217,45.144582],[126.141868,45.143584],[126.149608,45.136553],[126.161622,45.13073],[126.163818,45.132206],[126.164338,45.138895],[126.174689,45.142658],[126.183737,45.142996],[126.191858,45.150035],[126.196711,45.151185],[126.207509,45.142446],[126.211152,45.143067],[126.212774,45.145094],[126.223936,45.145289],[126.224955,45.139926],[126.229465,45.137715],[126.245165,45.141625],[126.245148,45.144178],[126.239181,45.147594],[126.242891,45.150608],[126.25151,45.147846],[126.256246,45.148981],[126.256484,45.153328],[126.252947,45.155722],[126.252682,45.159298],[126.258156,45.166584],[126.261486,45.166587],[126.276946,45.160041],[126.281072,45.160162],[126.285775,45.162901],[126.283213,45.166197],[126.274149,45.170382],[126.275781,45.173112],[126.283775,45.173607],[126.287721,45.175373],[126.282129,45.185373],[126.283399,45.188233],[126.286732,45.189821],[126.292609,45.189909],[126.296969,45.187291],[126.294708,45.178754],[126.298351,45.175579],[126.307008,45.18001],[126.3167,45.176658],[126.318343,45.181022],[126.326862,45.184802],[126.330135,45.189744],[126.33268,45.190708],[126.337498,45.189756],[126.34218,45.182705],[126.35007,45.182926],[126.354816,45.18629],[126.357856,45.194448],[126.369101,45.197755],[126.374454,45.205702],[126.388748,45.214315],[126.39271,45.218465],[126.408755,45.225847],[126.412799,45.230363],[126.417397,45.23049],[126.425397,45.221054],[126.431243,45.220684],[126.449552,45.226408],[126.452473,45.231582],[126.465611,45.231988],[126.47224,45.234614],[126.483555,45.23494],[126.492128,45.240579],[126.503925,45.237715],[126.508012,45.239972],[126.511423,45.244882],[126.521296,45.244348],[126.531677,45.238336],[126.538668,45.237154],[126.543016,45.238535],[126.54958,45.247551],[126.563174,45.250107],[126.574716,45.249239],[126.589508,45.24414],[126.583227,45.235353],[126.5858,45.231217],[126.593025,45.233636],[126.591163,45.237102],[126.592029,45.239004],[126.597811,45.239619],[126.601514,45.234803],[126.608612,45.235965],[126.6172,45.233314],[126.625238,45.223911],[126.640411,45.22156],[126.642009,45.218812],[126.637884,45.214124],[126.63721,45.210674],[126.642686,45.209856],[126.655002,45.203425],[126.658133,45.197655],[126.656302,45.1938],[126.673207,45.19316],[126.679671,45.185366],[126.683024,45.184511],[126.72354,45.186176],[126.726624,45.184283],[126.725576,45.176236],[126.728455,45.174293],[126.739073,45.172833],[126.747479,45.17573],[126.757047,45.174482],[126.764842,45.163785],[126.780145,45.157318],[126.781153,45.143609],[126.78413,45.13503],[126.787228,45.13266],[126.791103,45.132247],[126.797331,45.13768],[126.805648,45.134957],[126.809594,45.135277],[126.8112,45.136226],[126.814027,45.144336],[126.820026,45.145532],[126.824627,45.144202],[126.825294,45.137019],[126.828523,45.131304],[126.831061,45.130096],[126.834012,45.130611],[126.840363,45.136386],[126.850919,45.140863],[126.862414,45.136987],[126.878232,45.140502],[126.896565,45.138203],[126.908766,45.142298],[126.930799,45.134865],[126.941268,45.13739],[126.950907,45.137471],[126.955232,45.135944],[126.958303,45.131136],[126.950451,45.126601],[126.95006,45.119869],[126.963302,45.115293],[126.966755,45.110386],[126.967121,45.106325],[126.974178,45.105464],[126.971102,45.102289],[126.96087,45.082831],[126.96263,45.071882],[126.967619,45.067664],[126.979577,45.065847],[126.992056,45.054761],[126.995523,45.043144],[127.002173,45.036494],[127.008486,45.033713],[127.007734,45.025816],[127.01735,45.019695],[127.028271,45.015548],[127.028156,45.011253],[127.03326,45.007164],[127.043489,45.004147],[127.043019,45.00228],[127.03211,44.995129],[127.031571,44.990052],[127.051314,44.988425],[127.064037,44.97374],[127.063466,44.967746],[127.0731,44.962645],[127.068506,44.955746],[127.078027,44.953949],[127.086819,44.945184],[127.085176,44.943081],[127.078193,44.940843],[127.082978,44.932604],[127.08202,44.921797],[127.078157,44.91352],[127.073853,44.913229],[127.070916,44.917765],[127.06797,44.916894],[127.065999,44.910452],[127.066191,44.904324],[127.036237,44.903971],[127.030113,44.90156],[127.025788,44.897823],[127.015633,44.896755],[127.014544,44.892785],[127.004984,44.888329],[126.99531,44.873365],[126.996366,44.854131],[126.98933,44.84715],[126.987246,44.836607],[126.978226,44.822943],[126.980077,44.819111],[126.983294,44.796714],[126.988592,44.780949],[126.991454,44.762866],[127.021517,44.728935],[127.023764,44.722272],[127.029815,44.72053],[127.034018,44.714591],[127.034838,44.710084],[127.030916,44.701785],[127.029927,44.690127],[127.026211,44.677161],[127.023515,44.673773],[127.030094,44.658164],[127.036936,44.652694],[127.03835,44.648705],[127.034123,44.632679],[127.035932,44.610569],[127.027274,44.606099],[127.020964,44.598687],[127.023342,44.594581],[127.035278,44.587999],[127.042855,44.564415],[127.047572,44.56488],[127.054106,44.568662],[127.071198,44.58516],[127.08275,44.591402],[127.084331,44.597389],[127.082231,44.60391],[127.088279,44.613549],[127.111667,44.613403],[127.120137,44.607548],[127.131216,44.605496],[127.132801,44.606867],[127.131528,44.609373],[127.134904,44.612547],[127.140229,44.613197],[127.146662,44.616431],[127.163118,44.630114],[127.16541,44.64068],[127.170253,44.637869],[127.179975,44.64274],[127.195131,44.643073],[127.199313,44.645566],[127.204139,44.646041],[127.21335,44.640349],[127.22018,44.641393],[127.224421,44.638776],[127.219977,44.633971],[127.209462,44.628278],[127.207728,44.623827],[127.208748,44.622108],[127.216433,44.61974],[127.223772,44.620417],[127.230862,44.616217],[127.238659,44.617213],[127.255942,44.610785],[127.259601,44.613925],[127.263859,44.621227],[127.265323,44.632375],[127.270851,44.638605],[127.302453,44.637353],[127.31383,44.635521],[127.316236,44.63329],[127.383982,44.630076],[127.394388,44.632304],[127.397062,44.630679],[127.398165,44.625349],[127.40421,44.620308],[127.409825,44.619841],[127.429561,44.611406],[127.435659,44.611052],[127.439235,44.613368],[127.445108,44.612899],[127.459582,44.605447],[127.469432,44.603939],[127.472123,44.600184],[127.475581,44.598622],[127.48105,44.600851],[127.487803,44.598692],[127.500409,44.592489],[127.502363,44.589958],[127.500767,44.587785],[127.502296,44.584087],[127.506992,44.580431],[127.517972,44.578611],[127.518096,44.575152],[127.529584,44.572532],[127.533393,44.574512],[127.541057,44.575264],[127.551914,44.571439],[127.556223,44.562972],[127.562034,44.558219],[127.560591,44.553617],[127.564778,44.54895],[127.54038,44.536656],[127.54056,44.531362],[127.530782,44.520728],[127.524256,44.519691],[127.508008,44.520852],[127.502712,44.525966],[127.499519,44.52665],[127.479146,44.526495],[127.472283,44.523155],[127.470167,44.51665],[127.459182,44.514317],[127.463581,44.503352],[127.469007,44.49654],[127.4582,44.484486],[127.457711,44.478989],[127.472862,44.455605],[127.493899,44.448367],[127.501804,44.436298],[127.495699,44.42799],[127.496401,44.421032],[127.479746,44.407374],[127.477228,44.399532],[127.481323,44.395358],[127.490072,44.39497],[127.50057,44.390879],[127.515393,44.376165],[127.517023,44.370638],[127.515389,44.358758],[127.522493,44.360309],[127.527792,44.357555],[127.53045,44.35169],[127.535724,44.347082],[127.55057,44.338289],[127.552839,44.333487],[127.558358,44.328376],[127.565635,44.326194],[127.573294,44.307877],[127.577984,44.304844],[127.585001,44.303745],[127.590145,44.296291],[127.602754,44.292527],[127.616038,44.280187],[127.618088,44.275628],[127.608509,44.268748],[127.617129,44.256677],[127.617799,44.253109],[127.60883,44.252429],[127.598746,44.243644],[127.595991,44.236096],[127.593938,44.235818],[127.584533,44.22587],[127.592282,44.222254],[127.602053,44.204789],[127.615057,44.192945],[127.619901,44.18627],[127.631708,44.185072],[127.63552,44.191674],[127.652083,44.179832],[127.660809,44.175608],[127.662097,44.169986],[127.675153,44.164717],[127.683724,44.170339],[127.692967,44.173953],[127.697222,44.179079],[127.697531,44.187141],[127.706667,44.197339],[127.713505,44.200147],[127.71824,44.191397],[127.71429,44.160597],[127.714951,44.155706],[127.715841,44.151407],[127.726019,44.133957],[127.729591,44.112081],[127.727688,44.105371],[127.722677,44.096967],[127.732938,44.089557],[127.740386,44.087327],[127.75018,44.081703],[127.760657,44.079765],[127.777518,44.069574],[127.791321,44.074594],[127.79824,44.079173],[127.801893,44.084395],[127.814539,44.079638],[127.829438,44.079399],[127.835375,44.08167],[127.839345,44.080128],[127.841369,44.071497],[127.858401,44.060177],[127.875613,44.063816],[127.883588,44.06748],[127.900853,44.062572],[127.906774,44.062688],[127.913967,44.069229],[127.925086,44.073345],[127.943438,44.086001],[127.954316,44.084843],[127.964505,44.088247],[127.975322,44.088098],[128.000991,44.091975],[128.00757,44.095715],[128.013658,44.102841],[128.020658,44.105973],[128.026835,44.105648],[128.036661,44.101511],[128.046141,44.104584],[128.053419,44.107769],[128.061791,44.115323],[128.08274,44.129113],[128.095574,44.13279],[128.095551,44.134219],[128.085003,44.137083],[128.08072,44.140963],[128.078477,44.145169],[128.081326,44.156072],[128.080388,44.157786],[128.07465,44.15842],[128.068392,44.156639],[128.062614,44.162307],[128.053789,44.167016],[128.055504,44.171447],[128.063946,44.175852],[128.063986,44.179628],[128.080169,44.177888],[128.085922,44.179192],[128.084079,44.212418],[128.085941,44.213371],[128.096731,44.210827],[128.098562,44.212576],[128.095719,44.227905],[128.088529,44.231022],[128.080656,44.23748],[128.081813,44.238963],[128.085543,44.239139],[128.085804,44.245619],[128.072541,44.243668],[128.06057,44.246668],[128.058006,44.248694],[128.057142,44.258225],[128.065308,44.265897],[128.079172,44.271098],[128.083995,44.27482],[128.09334,44.284985],[128.095086,44.291154],[128.091445,44.293447],[128.085282,44.290393],[128.081172,44.291298],[128.074382,44.300255],[128.074249,44.304888],[128.058391,44.305158],[128.05878,44.31126],[128.056544,44.321544],[128.050004,44.326734],[128.050449,44.330841],[128.057811,44.33931],[128.048895,44.34124],[128.044717,44.34491],[128.043863,44.348176],[128.056448,44.354542],[128.061661,44.363818],[128.060519,44.368729],[128.066196,44.372579],[128.070837,44.365932],[128.09021,44.35195],[128.105647,44.356434],[128.117533,44.346346],[128.130971,44.355174],[128.14069,44.355215],[128.148121,44.353562],[128.156349,44.342489],[128.161432,44.341921],[128.166906,44.345737],[128.182683,44.362717],[128.184118,44.366073],[128.183282,44.372646],[128.190821,44.38781],[128.191496,44.395903],[128.196925,44.409809],[128.203142,44.419913],[128.205338,44.429673],[128.212073,44.434227],[128.216868,44.441149],[128.222376,44.443407],[128.247901,44.444619],[128.250873,44.453395],[128.254041,44.456897],[128.265311,44.458058],[128.286537,44.465643],[128.285657,44.468841],[128.290587,44.48029],[128.322929,44.493197],[128.330801,44.502269],[128.339928,44.507059],[128.366364,44.512044],[128.380338,44.493525],[128.382194,44.487167],[128.389307,44.482266],[128.40148,44.479836],[128.414379,44.472054],[128.421192,44.471141],[128.428017,44.458843],[128.431011,44.457305],[128.430125,44.450533],[128.43559,44.444656],[128.440378,44.443998],[128.447049,44.435733],[128.449972,44.435664],[128.45546,44.432165],[128.456236,44.426925],[128.450304,44.417722],[128.450419,44.408223],[128.455112,44.397175],[128.459782,44.391311],[128.465953,44.388529],[128.475227,44.373508],[128.469198,44.360408],[128.468851,44.343688],[128.462611,44.340788],[128.45401,44.340035],[128.448431,44.341437],[128.439956,44.337403],[128.448088,44.33326],[128.448442,44.328149],[128.454495,44.325866],[128.466029,44.317108],[128.468875,44.3085],[128.4616,44.295849],[128.462893,44.285846],[128.450168,44.265369],[128.447231,44.256141],[128.45017,44.252556],[128.458739,44.251925],[128.462643,44.24894],[128.465299,44.24543],[128.464005,44.23833],[128.459386,44.227593],[128.452994,44.220253],[128.452627,44.210642],[128.44362,44.201675],[128.454468,44.199672],[128.459072,44.194405],[128.45664,44.190893],[128.456206,44.184143],[128.465421,44.158624],[128.469439,44.153689],[128.476644,44.149247],[128.485832,44.134646],[128.492843,44.131372],[128.496619,44.124431],[128.511743,44.118267],[128.522741,44.109957],[128.529104,44.098604],[128.532235,44.089036],[128.552797,44.066794],[128.552879,44.060235],[128.554531,44.056485],[128.560144,44.053095],[128.560232,44.048316],[128.568563,44.045455],[128.569737,44.03937],[128.56861,44.030041],[128.571077,44.013332],[128.575237,44.010326],[128.578891,44.000342],[128.578444,43.98863],[128.579781,43.986251],[128.58878,43.978443],[128.602174,43.960604],[128.612702,43.951435],[128.618117,43.948116],[128.634147,43.945414],[128.63517,43.931703],[128.624222,43.922434],[128.623312,43.919265],[128.627121,43.910211],[128.632277,43.903833],[128.628197,43.899777],[128.630345,43.889106],[128.636511,43.889835],[128.641355,43.892468],[128.646666,43.891129],[128.647619,43.888451],[128.654793,43.887654],[128.663614,43.894419],[128.667508,43.891835],[128.675484,43.890277],[128.687608,43.893333],[128.689062,43.899619],[128.690868,43.900817],[128.702587,43.89413],[128.719332,43.891237],[128.728759,43.881377],[128.732251,43.875362],[128.752552,43.859517],[128.754453,43.855746],[128.752278,43.853134],[128.736972,43.84349],[128.720301,43.829759],[128.714065,43.821347],[128.712598,43.815912],[128.718642,43.809715],[128.726701,43.807798],[128.734542,43.802529],[128.736555,43.798849],[128.736692,43.790964],[128.74602,43.775707],[128.752849,43.758474],[128.755965,43.756406],[128.761081,43.756269],[128.756042,43.753145],[128.741045,43.754215],[128.731258,43.750556],[128.722524,43.743642],[128.721085,43.738237],[128.724065,43.734138],[128.729006,43.736351],[128.73737,43.736888],[128.739005,43.735422],[128.735387,43.731431],[128.746753,43.725174],[128.761791,43.729858],[128.766096,43.726254],[128.767066,43.721396],[128.765284,43.717558],[128.77886,43.711853],[128.77689,43.702157],[128.782903,43.693665],[128.780946,43.689637],[128.781166,43.684244],[128.790904,43.675829],[128.798383,43.666273],[128.808287,43.64301],[128.807253,43.636219],[128.814611,43.634288],[128.816407,43.631396],[128.828607,43.584947],[128.833516,43.57876],[128.844794,43.573107],[128.84416,43.565251],[128.848115,43.554784],[128.860737,43.555553],[128.869906,43.541454],[128.875922,43.538797],[128.888979,43.538447],[128.906557,43.541076],[128.914651,43.545793],[128.919497,43.551174],[128.929081,43.553605],[128.938342,43.553341],[128.943197,43.551578],[128.950461,43.541078],[128.956798,43.536545],[128.977252,43.53395],[128.982135,43.530838],[128.991741,43.528738],[129.001793,43.521079],[129.006693,43.520487],[129.033928,43.538687],[129.050204,43.542447],[129.080179,43.545947],[129.08678,43.544966],[129.089598,43.547566],[129.091307,43.553612],[129.102071,43.556823],[129.114559,43.552762],[129.13415,43.561774],[129.137672,43.567234],[129.141493,43.568182],[129.160135,43.568063],[129.163351,43.559688],[129.176531,43.565488],[129.185958,43.573383],[129.190421,43.571116],[129.198804,43.572304],[129.198663,43.575713],[129.202169,43.581258],[129.218032,43.585076],[129.223363,43.591631],[129.223596,43.602061],[129.225878,43.606026],[129.225365,43.632533],[129.220653,43.643346],[129.211075,43.649915],[129.207375,43.661979],[129.207117,43.666806],[129.210947,43.67342],[129.211906,43.679535],[129.210255,43.688106],[129.207377,43.692917],[129.20947,43.695823],[129.219066,43.699708],[129.2254,43.706807],[129.223551,43.713064],[129.215358,43.716425],[129.209805,43.722984],[129.209675,43.726798],[129.214362,43.73961],[129.204435,43.74519],[129.211907,43.749748],[129.20676,43.765409],[129.20434,43.780018],[129.218612,43.795587],[129.233562,43.804145],[129.237005,43.810023],[129.248028,43.817049],[129.261075,43.812089],[129.271647,43.811126],[129.275653,43.806714],[129.279455,43.797605],[129.283566,43.794449],[129.294971,43.793914],[129.300403,43.795362],[129.304089,43.799166],[129.302496,43.80983],[129.315484,43.806965],[129.339871,43.796098],[129.350214,43.796122],[129.363466,43.798916],[129.3793,43.806727],[129.381662,43.810902],[129.388536,43.815815],[129.39968,43.816805],[129.399707,43.829527],[129.407489,43.835555],[129.405691,43.84015],[129.432289,43.842397],[129.443975,43.849534],[129.460696,43.863459],[129.46165,43.865139],[129.459603,43.870447],[129.46125,43.872059],[129.482207,43.871901],[129.485875,43.872904],[129.491255,43.877798],[129.505989,43.87084],[129.518264,43.868301],[129.541669,43.872301],[129.552832,43.869169],[129.560912,43.868741],[129.587925,43.872105],[129.591021,43.876428],[129.602267,43.879956],[129.612927,43.877111],[129.632308,43.875706],[129.649557,43.869538],[129.663887,43.874365],[129.678008,43.875221],[129.690307,43.88008],[129.703799,43.87909],[129.7178,43.875621],[129.728781,43.876981],[129.732342,43.880067],[129.73149,43.88906],[129.732608,43.89333],[129.746234,43.894137],[129.759203,43.889973],[129.773582,43.893029],[129.77903,43.899345],[129.779776,43.907574],[129.770506,43.92582],[129.775151,43.931374],[129.778739,43.932193],[129.782948,43.930671],[129.78712,43.938026],[129.783624,43.9443],[129.778766,43.945937],[129.774777,43.951232],[129.774056,43.95757],[129.775416,43.960616],[129.788319,43.963598],[129.796002,43.962618],[129.803953,43.965072],[129.815742,43.978324],[129.825029,43.983858],[129.833004,43.992718],[129.845764,43.994936],[129.846595,44],[129.861411,44.010329],[129.863205,44.008887],[129.862588,44],[129.873645,43.997899],[129.876103,44.002299],[129.884801,44.009565],[129.89007,44.011373],[129.894511,44.009616],[129.895373,44.014139],[129.900959,44.021931],[129.910872,44.0211],[129.910187,44.01775],[129.917658,44.01314],[129.921358,44.015893],[129.924355,44.021716],[129.931801,44.025711],[129.944188,44.024979],[129.94845,44.023072],[129.953505,44.017785],[129.965487,44.016658],[129.9735,44.012124],[129.97842,44.002135],[129.979151,43.996497],[129.981525,43.996362],[129.982894,43.998944],[129.988486,43.999351],[129.993008,43.996529],[129.994379,43.987139],[129.981816,43.979991],[129.984807,43.975424],[129.988558,43.975877],[129.992186,43.973433],[130.003162,43.962098],[130.010746,43.959029],[130.009938,43.955783],[130.008114,43.954755],[130.018348,43.941186],[130.010363,43.932826],[130.014858,43.929816],[130.016726,43.914917],[130.011336,43.912126],[130.009391,43.909195],[130.002399,43.890654],[130.006009,43.872803],[130.014128,43.859372],[130.019513,43.85246],[130.028243,43.852197],[130.040947,43.848829],[130.042059,43.843084],[130.049474,43.836153],[130.059108,43.83234],[130.072233,43.834724],[130.077071,43.838834],[130.092872,43.841545],[130.102177,43.848146],[130.103471,43.849924],[130.104108,43.863988],[130.109753,43.871658],[130.116409,43.874563],[130.136718,43.876473],[130.146381,43.888637],[130.145261,43.907892],[130.146718,43.9129],[130.155737,43.916609],[130.169546,43.929327],[130.178723,43.929113],[130.182487,43.932175],[130.182425,43.938427],[130.192014,43.940387],[130.197761,43.944667],[130.206167,43.943393],[130.220821,43.946556],[130.225811,43.945382],[130.229258,43.939386],[130.231631,43.938033],[130.249023,43.94536],[130.253393,43.954654],[130.268221,43.96584],[130.267968,43.973211],[130.265631,43.975574],[130.265266,43.978972],[130.280136,43.987605],[130.290386,43.997026],[130.299251,44],[130.300379,44.009524],[130.302866,44.013688],[130.301378,44.019627],[130.30687,44.025593],[130.311772,44.037011],[130.325836,44.038882],[130.336203,44.044037],[130.337818,44.048464],[130.345841,44.047901],[130.358933,44.040165],[130.350872,44.021584],[130.354873,44.015285],[130.360239,44.011699],[130.358853,44.005808],[130.354415,44],[130.356473,43.989692],[130.342858,43.973409],[130.33775,43.961189],[130.330839,43.961434],[130.329223,43.956407],[130.333206,43.951408],[130.331458,43.948158],[130.334948,43.943336],[130.348385,43.938283],[130.362001,43.91888],[130.361176,43.912517],[130.371614,43.909314],[130.376044,43.9036],[130.366784,43.898778],[130.35878,43.886493],[130.35988,43.881509],[130.364029,43.87715],[130.364739,43.869335],[130.376734,43.858171],[130.378994,43.85135],[130.372049,43.850817],[130.360255,43.846015],[130.35652,43.843333],[130.355378,43.840314],[130.360847,43.830345],[130.37236,43.823077],[130.371182,43.816693],[130.373659,43.807574],[130.374522,43.789202],[130.372536,43.778866],[130.384802,43.764319],[130.405936,43.753393],[130.416413,43.740989],[130.414751,43.735763],[130.408618,43.733761],[130.401809,43.719826],[130.401791,43.715211],[130.389826,43.704972],[130.386848,43.699654],[130.388605,43.689091],[130.39101,43.686455],[130.390812,43.67703],[130.39259,43.671639],[130.403412,43.666247],[130.401642,43.662268],[130.405962,43.649395],[130.429803,43.643654],[130.442322,43.643786],[130.448871,43.644718],[130.461805,43.653878],[130.467188,43.654668],[130.481661,43.652828],[130.489438,43.642412],[130.498899,43.634008],[130.508142,43.633787],[130.512635,43.631441],[130.526614,43.628728],[130.52917,43.627777],[130.533868,43.621916],[130.53905,43.620693],[130.545767,43.621545],[130.5458,43.624525],[130.552552,43.62768],[130.564286,43.623915],[130.582295,43.611381],[130.587454,43.614042],[130.589259,43.618813],[130.595861,43.620028],[130.600733,43.617786],[130.611409,43.622233],[130.617098,43.62178],[130.621561,43.618701],[130.625473,43.612868],[130.616759,43.588157],[130.620297,43.583148],[130.624945,43.580832],[130.641737,43.584978],[130.644554,43.581203],[130.650294,43.578276],[130.654934,43.578577],[130.66002,43.58128],[130.664911,43.563505],[130.67211,43.56347],[130.680859,43.566453],[130.692618,43.56556],[130.695198,43.563908],[130.693337,43.559281],[130.695196,43.557598],[130.71196,43.558735],[130.721029,43.557453],[130.724956,43.552554],[130.728411,43.54414],[130.752678,43.537039],[130.754243,43.533116],[130.765375,43.525384],[130.767521,43.521241],[130.785519,43.525036],[130.784265,43.522054],[130.785411,43.518277],[130.789989,43.510308],[130.797114,43.503474],[130.816356,43.500316],[130.81783,43.491527],[130.833343,43.461054],[130.83392,43.45356],[130.844521,43.446929],[130.854325,43.435724],[130.886249,43.431136],[130.896433,43.433344],[130.900463,43.43203],[130.913525,43.450646],[130.937643,43.474058],[130.943271,43.475475],[130.95303,43.483582],[130.978435,43.491124],[130.992305,43.500489],[130.992235,43.504783],[130.993929,43.505639],[131.019457,43.506008],[131.030743,43.498465],[131.04045,43.488686],[131.060871,43.479848],[131.067396,43.469819],[131.082862,43.45625],[131.097709,43.448453],[131.105518,43.44774],[131.113145,43.445006],[131.117702,43.43908],[131.116766,43.433956],[131.118182,43.43076],[131.126997,43.425443],[131.134716,43.422993],[131.150634,43.427703],[131.170128,43.442769],[131.177572,43.441533],[131.184096,43.436664],[131.193494,43.439477],[131.196525,43.445656],[131.197198,43.451872],[131.223467,43.456197],[131.229204,43.462504],[131.226404,43.468187],[131.228352,43.473167],[131.237657,43.474941],[131.246247,43.473706],[131.251458,43.469029],[131.259953,43.466117],[131.275893,43.465267],[131.28499,43.466702],[131.287454,43.470434],[131.281325,43.47388],[131.298884,43.476957],[131.299108,43.483965],[131.289507,43.491695],[131.291057,43.494579],[131.296907,43.499571],[131.304316,43.497542],[131.308184,43.493522],[131.309886,43.488285],[131.307175,43.468485],[131.295204,43.450693],[131.291205,43.436696],[131.295804,43.423498],[131.304603,43.4101],[131.305603,43.404901],[131.303803,43.394703],[131.300603,43.390304],[131.294205,43.386304],[131.272208,43.378706],[131.26541,43.367308],[131.259011,43.342712],[131.258811,43.302119],[131.257411,43.294121],[131.252212,43.284323],[131.246413,43.265526],[131.224617,43.247329],[131.203621,43.236331],[131.195022,43.226933],[131.191623,43.215735],[131.194476,43.205645],[131.211609,43.187655],[131.213177,43.183279],[131.20782,43.167343],[131.211776,43.152328],[131.20582,43.135949],[131.202621,43.13095],[131.168827,43.105954],[131.160428,43.098156],[131.160028,43.093756],[131.164562,43.075762],[131.164546,43.070774],[131.162828,43.068961],[131.140232,43.070161],[131.121235,43.067161],[131.112037,43.063162],[131.109837,43.054763],[131.113179,43.047988],[131.09404,43.031367],[131.088241,43.022169],[131.088441,43.01797],[131.102639,43.003372],[131.108038,42.990575],[131.111037,42.970978],[131.114436,42.966979],[131.123235,42.963179],[131.141232,42.963579],[131.145231,42.96098],[131.145231,42.95898],[131.136433,42.946782],[131.137832,42.938584],[131.136633,42.935384],[131.121235,42.927386],[131.109037,42.914388],[131.098439,42.912388],[131.091041,42.911989],[131.065045,42.920587],[131.054447,42.917188],[131.029851,42.926786],[131.026052,42.925586],[131.014454,42.916388],[131.010855,42.90359],[131.032669,42.866738],[131.032669,42.863747],[131.027434,42.861254],[131.007243,42.857266],[130.970598,42.857016],[130.94218,42.871724],[130.930474,42.872599],[130.915258,42.870976],[130.903043,42.864246],[130.889582,42.852779],[130.885843,42.851782],[130.874875,42.857016],[130.870637,42.861254],[130.853686,42.86275],[130.83474,42.877457],[130.827262,42.87995],[130.799841,42.875962],[130.788873,42.871475],[130.783388,42.865991],[130.771174,42.837822],[130.767185,42.834332],[130.746246,42.83832],[130.738019,42.838071],[130.719714,42.828876],[130.714621,42.829309],[130.704117,42.841062],[130.693149,42.8453],[130.672619,42.846087],[130.613877,42.822865],[130.591193,42.810152],[130.58521,42.808407],[130.563024,42.812644],[130.55754,42.812146],[130.551308,42.808157],[130.542084,42.79669],[130.531116,42.787467],[130.520896,42.781734],[130.489486,42.771264],[130.465805,42.768023],[130.455335,42.763536],[130.426112,42.74165],[130.417195,42.728387],[130.399247,42.728138],[130.397252,42.723402],[130.414951,42.707199],[130.439447,42.701268],[130.44661,42.695981],[130.452094,42.68576],[130.456083,42.683517],[130.488489,42.6895],[130.507185,42.696729],[130.514913,42.698224],[130.526629,42.697477],[130.548566,42.691245],[130.564769,42.684015],[130.5887,42.663325],[130.594683,42.655348],[130.600947,42.639592],[130.614625,42.624936],[130.627456,42.592546],[130.627588,42.588541],[130.61092,42.549368],[130.608047,42.547837],[130.591772,42.555496],[130.58373,42.557028],[130.573964,42.55607],[130.56367,42.552159],[130.569615,42.540385],[130.571284,42.529838],[130.567929,42.499693],[130.597078,42.486844],[130.595198,42.446761],[130.597154,42.442303],[130.618196,42.435057],[130.639985,42.422815],[130.640762,42.421895],[130.63637,42.41701],[130.622403,42.425219],[130.608768,42.429783],[130.602938,42.430869],[130.59216,42.428995],[130.576641,42.429349],[130.568385,42.434214],[130.563381,42.440642],[130.558975,42.455587],[130.566055,42.484456],[130.563162,42.486325],[130.557066,42.486488],[130.548829,42.492738],[130.545455,42.499807],[130.546264,42.507708],[130.540724,42.517558],[130.539792,42.523156],[130.529853,42.538045],[130.523636,42.541342],[130.524836,42.544761],[130.522344,42.551974],[130.524719,42.5653],[130.510956,42.5774],[130.508407,42.582596],[130.509873,42.589008],[130.522146,42.607156],[130.51702,42.611525],[130.504634,42.616573],[130.484309,42.618329],[130.482429,42.615525],[130.476261,42.612539],[130.467934,42.603562],[130.464575,42.593658],[130.467901,42.586113],[130.477376,42.577417],[130.481,42.569466],[130.480064,42.562112],[130.471847,42.550883],[130.465466,42.546521],[130.451781,42.544594],[130.436517,42.546544],[130.430017,42.549134],[130.424606,42.553584],[130.415271,42.565722],[130.412991,42.5729],[130.418003,42.581348],[130.425527,42.585239],[130.434046,42.597829],[130.433748,42.602426],[130.430579,42.606328],[130.419091,42.613742],[130.406138,42.609469],[130.402968,42.604166],[130.394023,42.597432],[130.381824,42.597351],[130.376189,42.60009],[130.373999,42.602228],[130.373693,42.605186],[130.37677,42.60805],[130.369935,42.613737],[130.362222,42.624513],[130.344613,42.636759],[130.31731,42.649955],[130.306153,42.659661],[130.297433,42.674167],[130.292166,42.692579],[130.284544,42.700999],[130.282082,42.702005],[130.274611,42.700298],[130.258752,42.702424],[130.249824,42.707659],[130.249842,42.713915],[130.247302,42.71897],[130.242529,42.721969],[130.232539,42.733846],[130.231997,42.736462],[130.233217,42.745234],[130.241283,42.758741],[130.241962,42.766772],[130.239042,42.771828],[130.231264,42.778151],[130.224311,42.79055],[130.230408,42.796651],[130.234665,42.803937],[130.235891,42.819321],[130.240116,42.825565],[130.242538,42.832887],[130.24168,42.852369],[130.246264,42.857307],[130.259813,42.86531],[130.266898,42.875809],[130.260301,42.882403],[130.257315,42.888582],[130.257852,42.896009],[130.261129,42.904056],[130.251467,42.907423],[130.233716,42.903348],[130.216952,42.903101],[130.168807,42.913747],[130.158744,42.912358],[130.139431,42.902061],[130.133761,42.903589],[130.122442,42.910682],[130.107661,42.912284],[130.104491,42.914356],[130.100879,42.920173],[130.102046,42.926476],[130.113505,42.92977],[130.127779,42.930108],[130.133421,42.93561],[130.132818,42.940165],[130.123559,42.939382],[130.119181,42.94201],[130.115429,42.948118],[130.11504,42.953734],[130.12143,42.959166],[130.137383,42.965554],[130.146283,42.972053],[130.145333,42.977701],[130.142255,42.979749],[130.136969,42.980234],[130.128889,42.977641],[130.123985,42.986275],[130.108393,42.988208],[130.100048,42.987049],[130.085442,42.981548],[130.060815,42.966989],[130.033428,42.967097],[130.026727,42.964527],[130.01966,42.963956],[130.010381,42.967169],[130.000744,42.977519],[129.998152,42.978256],[129.982327,42.975021],[129.977341,42.972386],[129.960388,42.975543],[129.955047,42.977904],[129.950355,42.986705],[129.951997,42.998407],[129.9565,43.004171],[129.956548,43.006641],[129.954853,43.007895],[129.947653,43.009536],[129.920469,43.008648],[129.896087,43.003408],[129.880134,42.99454],[129.877893,42.990013],[129.877974,42.982461],[129.885222,42.978727],[129.903341,42.980066],[129.914257,42.979223],[129.916403,42.975304],[129.907126,42.966837],[129.887177,42.972312],[129.866672,42.9725],[129.864218,42.969934],[129.855032,42.965869],[129.851643,42.961535],[129.84925,42.951684],[129.850672,42.9445],[129.859886,42.932555],[129.861947,42.927663],[129.867803,42.923175],[129.869291,42.919123],[129.867084,42.91627],[129.861678,42.915415],[129.851086,42.921482],[129.843811,42.920972],[129.838635,42.903598],[129.843657,42.89248],[129.835246,42.874175],[129.837864,42.868225],[129.837361,42.865719],[129.834774,42.862131],[129.828846,42.862051],[129.826953,42.860619],[129.822039,42.853832],[129.812551,42.849725],[129.811709,42.848184],[129.814403,42.842247],[129.812704,42.835042],[129.809191,42.829121],[129.808648,42.82426],[129.801437,42.814831],[129.80859,42.805657],[129.806953,42.800539],[129.808719,42.790626],[129.807363,42.788272],[129.801604,42.78593],[129.799195,42.782044],[129.791725,42.775894],[129.785718,42.772691],[129.781793,42.766319],[129.783336,42.758365],[129.780503,42.750008],[129.773626,42.739965],[129.774891,42.736763],[129.772993,42.732603],[129.770725,42.729901],[129.76434,42.729154],[129.76071,42.726403],[129.761824,42.71839],[129.760205,42.714226],[129.760794,42.706794],[129.7732,42.691992],[129.779793,42.687405],[129.787956,42.685961],[129.792458,42.683128],[129.801625,42.68222],[129.803799,42.678941],[129.798548,42.67355],[129.793768,42.672393],[129.791676,42.673175],[129.788082,42.678659],[129.784568,42.679696],[129.777587,42.676329],[129.774206,42.672018],[129.777784,42.666694],[129.7773,42.662705],[129.774115,42.657754],[129.774337,42.652961],[129.785698,42.646862],[129.784078,42.642466],[129.779524,42.641258],[129.770947,42.643684],[129.764852,42.655264],[129.752708,42.651772],[129.747323,42.647196],[129.749772,42.640712],[129.7615,42.638538],[129.766586,42.632522],[129.752393,42.623347],[129.754433,42.615454],[129.757889,42.614277],[129.772422,42.615826],[129.779323,42.613737],[129.779158,42.605067],[129.758198,42.601351],[129.754779,42.597064],[129.755231,42.591845],[129.752859,42.587837],[129.739153,42.579607],[129.736671,42.576112],[129.735359,42.557996],[129.746496,42.541905],[129.743645,42.536186],[129.744562,42.528424],[129.73829,42.52467],[129.736464,42.521085],[129.739657,42.511706],[129.73613,42.504691],[129.732287,42.501367],[129.732648,42.496045],[129.738731,42.493209],[129.740327,42.490881],[129.739281,42.481837],[129.744509,42.467285],[129.74361,42.465661],[129.73535,42.463173],[129.734403,42.458356],[129.727738,42.449985],[129.72478,42.448589],[129.725785,42.442282],[129.709633,42.433665],[129.705146,42.427353],[129.69907,42.425846],[129.688284,42.429015],[129.681837,42.42895],[129.673646,42.434455],[129.660862,42.433433],[129.650596,42.425172],[129.646394,42.424967],[129.644141,42.426405],[129.640648,42.434201],[129.626335,42.44745],[129.619029,42.461034],[129.609894,42.461937],[129.599538,42.45127],[129.587071,42.451066],[129.584278,42.447024],[129.592207,42.441082],[129.6053,42.443796],[129.60843,42.442757],[129.607126,42.43675],[129.595866,42.424665],[129.597202,42.416035],[129.596008,42.412924],[129.59011,42.408648],[129.579894,42.414055],[129.573883,42.410766],[129.570674,42.403982],[129.56259,42.398325],[129.55807,42.388467],[129.5612,42.384925],[129.568852,42.386137],[129.571722,42.385015],[129.569822,42.38016],[129.565207,42.377864],[129.555947,42.377814],[129.55008,42.375598],[129.553024,42.363828],[129.550798,42.361157],[129.545693,42.36023],[129.543792,42.36148],[129.546856,42.366498],[129.545111,42.368915],[129.540622,42.369766],[129.537445,42.363069],[129.53408,42.365364],[129.531131,42.376907],[129.524301,42.384936],[129.521822,42.390796],[129.5043,42.394534],[129.49841,42.39916],[129.496277,42.411228],[129.493526,42.413131],[129.477857,42.419261],[129.458803,42.422578],[129.451889,42.437105],[129.446771,42.441387],[129.437724,42.442679],[129.434551,42.435933],[129.42989,42.432245],[129.419397,42.432608],[129.414616,42.434473],[129.405392,42.442083],[129.400687,42.451079],[129.395939,42.45145],[129.391611,42.449533],[129.387106,42.44392],[129.389994,42.434493],[129.389563,42.430334],[129.385589,42.424915],[129.381852,42.422869],[129.370531,42.426525],[129.359279,42.426271],[129.355439,42.42904],[129.354015,42.431631],[129.36257,42.43775],[129.3666,42.442944],[129.368787,42.447078],[129.36844,42.451157],[129.362642,42.456064],[129.351414,42.454383],[129.339478,42.446874],[129.335458,42.439502],[129.34081,42.431729],[129.348781,42.429447],[129.355716,42.42268],[129.356036,42.418223],[129.352285,42.416363],[129.342235,42.418535],[129.33992,42.416634],[129.339666,42.41418],[129.349408,42.410416],[129.350873,42.406997],[129.348974,42.405979],[129.341667,42.407258],[129.333034,42.414217],[129.329529,42.420129],[129.332988,42.429422],[129.331146,42.431645],[129.323147,42.426169],[129.320572,42.418494],[129.318144,42.418374],[129.313949,42.421934],[129.308748,42.423737],[129.304012,42.414814],[129.304644,42.412502],[129.312314,42.405748],[129.308593,42.403514],[129.301353,42.404862],[129.300992,42.402895],[129.319391,42.388923],[129.319619,42.384447],[129.316216,42.38263],[129.294963,42.390028],[129.293192,42.389361],[129.29352,42.38099],[129.29067,42.37922],[129.281194,42.382216],[129.275834,42.386955],[129.27033,42.387958],[129.266317,42.382719],[129.264344,42.374],[129.259697,42.372177],[129.253136,42.37363],[129.252855,42.377084],[129.25,42.37928],[129.242894,42.37963],[129.232858,42.371808],[129.234801,42.366341],[129.233183,42.361011],[129.224379,42.355932],[129.223887,42.351701],[129.231621,42.345838],[129.24526,42.340318],[129.256589,42.330316],[129.251104,42.324844],[129.25022,42.320055],[129.243323,42.316619],[129.224334,42.313241],[129.214062,42.319746],[129.2046,42.321179],[129.192866,42.314713],[129.212945,42.302786],[129.221402,42.308649],[129.227517,42.31067],[129.236323,42.308117],[129.235667,42.30543],[129.230246,42.303607],[129.225903,42.297516],[129.206608,42.292129],[129.201143,42.285663],[129.213642,42.281618],[129.224242,42.283113],[129.225418,42.281844],[129.224028,42.276188],[129.22067,42.274344],[129.219893,42.268848],[129.217594,42.265595],[129.206647,42.262032],[129.185259,42.265069],[129.179497,42.263006],[129.176386,42.25963],[129.177357,42.253646],[129.175904,42.237044],[129.182304,42.234132],[129.188971,42.242119],[129.201841,42.242417],[129.206449,42.235695],[129.196895,42.22946],[129.196721,42.224079],[129.206588,42.212947],[129.210503,42.213464],[129.215931,42.217175],[129.220002,42.216829],[129.219457,42.210555],[129.222409,42.207125],[129.221169,42.204314],[129.211978,42.202718],[129.20399,42.206456],[129.196614,42.202206],[129.188786,42.203075],[129.187175,42.198296],[129.189556,42.193464],[129.18929,42.18949],[129.175815,42.185956],[129.160852,42.185749],[129.158372,42.183625],[129.157368,42.179394],[129.166285,42.166021],[129.165924,42.163874],[129.163119,42.162707],[129.141054,42.164488],[129.126821,42.160076],[129.131184,42.153426],[129.128705,42.149627],[129.117182,42.145365],[129.113459,42.138646],[129.10601,42.138155],[129.102935,42.140864],[129.098334,42.141688],[129.089808,42.138408],[129.08585,42.138904],[129.081509,42.143266],[129.080078,42.150626],[129.077832,42.153622],[129.073275,42.15665],[129.068111,42.156745],[129.063176,42.150996],[129.071392,42.140496],[129.071379,42.138089],[129.053401,42.138825],[129.039778,42.133042],[129.035452,42.128219],[129.041824,42.116284],[129.039872,42.113871],[129.032416,42.112012],[129.031517,42.109092],[129.03459,42.1056],[129.025435,42.098994],[129.02125,42.097715],[129.015455,42.099618],[129.009376,42.099359],[129.005155,42.094424],[129.003359,42.089143],[128.984035,42.092744],[128.974412,42.089416],[128.965111,42.094709],[128.962264,42.093725],[128.958232,42.088093],[128.948225,42.083118],[128.945687,42.078291],[128.947802,42.073675],[128.945589,42.063413],[128.95872,42.055243],[128.951055,42.048827],[128.948661,42.037314],[128.944743,42.032325],[128.947666,42.02855],[128.946963,42.025222],[128.945103,42.024346],[128.93825,42.026856],[128.93317,42.020467],[128.913242,42.009718],[128.906516,42.009517],[128.904029,42.013088],[128.892633,42.017023],[128.8906,42.018637],[128.89049,42.022911],[128.884371,42.026133],[128.872606,42.02331],[128.861049,42.023504],[128.85531,42.025087],[128.852003,42.02913],[128.835367,42.024211],[128.827633,42.03227],[128.811615,42.041469],[128.805368,42.042323],[128.782516,42.040401],[128.778943,42.039138],[128.776217,42.034897],[128.770049,42.031639],[128.765171,42.03748],[128.755246,42.040623],[128.749474,42.04912],[128.744947,42.051299],[128.729099,42.049619],[128.728193,42.047165],[128.729762,42.041017],[128.714484,42.037454],[128.698718,42.02171],[128.685113,42.013209],[128.67764,42.011831],[128.668511,42.016381],[128.659039,42.018546],[128.653974,42.021801],[128.648563,42.030039],[128.630664,42.037112],[128.613393,42.029788],[128.608355,42.029374],[128.603629,42.031834],[128.590007,42.022838],[128.589569,42.02005],[128.593157,42.015519],[128.59325,42.012438],[128.587037,42.005595],[128.574389,41.99893],[128.564019,41.997223],[128.548827,41.998783],[128.544336,42.002508],[128.538098,42.001983],[128.534,41.999647],[128.511899,42.000396],[128.501305,41.99781],[128.487514,42.000463],[128.484333,42.001603],[128.48202,42.004809],[128.464442,42.007288],[128.463424,42.013902],[128.45671,42.018043],[128.442842,42.014001],[128.429556,42.017256],[128.422358,42.015228],[128.284638,42.024113],[128.089841,42.018705],[128.027866,41.997829],[128.044332,41.97984],[128.068754,41.966934],[128.084603,41.954887],[128.099504,41.945954],[128.100388,41.930495],[128.097106,41.923354],[128.099084,41.909162],[128.102459,41.898941],[128.108377,41.894137],[128.102978,41.87727],[128.103689,41.868557],[128.100596,41.847344],[128.09646,41.83824],[128.106504,41.808868],[128.102224,41.805055],[128.104473,41.794621],[128.106819,41.791084],[128.125882,41.78038],[128.133282,41.779876],[128.134967,41.778253],[128.141403,41.747802],[128.160956,41.712713],[128.166792,41.710144],[128.183702,41.708984],[128.185482,41.704439],[128.201288,41.687458],[128.205457,41.686355],[128.21248,41.687652],[128.213821,41.680975],[128.215562,41.679434],[128.227446,41.678012],[128.23167,41.68052],[128.236528,41.680353],[128.238652,41.679707],[128.242265,41.673314],[128.249949,41.671274],[128.253179,41.671951],[128.26362,41.665465],[128.260646,41.658285],[128.266359,41.65143],[128.268036,41.645086],[128.274967,41.643611],[128.282604,41.631694],[128.284169,41.626233],[128.286141,41.625203],[128.296366,41.628798],[128.297686,41.627693],[128.299602,41.615955],[128.296607,41.614453],[128.293832,41.617221],[128.29199,41.616993],[128.287119,41.612334],[128.287414,41.609693],[128.296486,41.601138],[128.299986,41.600291],[128.303466,41.602338],[128.308962,41.60215],[128.310907,41.599628],[128.304313,41.594429],[128.312161,41.586748],[128.310695,41.579218],[128.311634,41.571529],[128.301432,41.568462],[128.289521,41.560197],[128.285839,41.551658],[128.286136,41.54446],[128.288208,41.543484],[128.291166,41.544655],[128.296224,41.537408],[128.287469,41.532641],[128.280826,41.534233],[128.27625,41.529825],[128.278423,41.525131],[128.277605,41.522272],[128.262293,41.512827],[128.255415,41.503803],[128.250395,41.503469],[128.243774,41.499979],[128.235155,41.498239],[128.23082,41.491656],[128.238419,41.487616],[128.239093,41.484619],[128.237529,41.47367],[128.23215,41.471441],[128.231989,41.465254],[128.22792,41.454576],[128.237943,41.45348],[128.240391,41.450092],[128.239831,41.447872],[128.2322,41.443585],[128.221651,41.443967],[128.214655,41.438424],[128.211448,41.429557],[128.206695,41.426777],[128.205304,41.412588],[128.201974,41.408939],[128.196517,41.408717],[128.190901,41.411356],[128.185991,41.411529],[128.165796,41.402771],[128.162185,41.399719],[128.161172,41.395047],[128.154617,41.384869],[128.14639,41.380967],[128.137241,41.37956],[128.124536,41.380382],[128.121084,41.378991],[128.118387,41.37489],[128.118352,41.368378],[128.114549,41.364007],[128.109317,41.36108],[128.104492,41.361966],[128.096418,41.369524],[128.086502,41.3706],[128.083871,41.372404],[128.089501,41.379769],[128.10251,41.383543],[128.103881,41.386394],[128.102617,41.391349],[128.096901,41.396662],[128.079071,41.391025],[128.07664,41.387287],[128.081098,41.37991],[128.078983,41.377653],[128.07498,41.376767],[128.06838,41.381586],[128.066817,41.385869],[128.068027,41.389181],[128.065832,41.392534],[128.053802,41.395254],[128.04874,41.393318],[128.047183,41.390742],[128.041524,41.389748],[128.030783,41.392383],[128.037336,41.397195],[128.034384,41.40396],[128.040153,41.412091],[128.039584,41.415296],[128.033421,41.419216],[128.029829,41.41944],[128.027309,41.413507],[128.019737,41.409147],[128.017343,41.409219],[128.011717,41.412058],[128.010827,41.418193],[128.013096,41.426318],[128.000502,41.425285],[127.996979,41.428344],[127.998368,41.431149],[128.008661,41.435517],[128.011788,41.441756],[128.009253,41.445013],[128.00345,41.445305],[127.997478,41.44354],[127.98993,41.429283],[127.98774,41.419989],[127.982552,41.415895],[127.978188,41.414853],[127.975446,41.418811],[127.975743,41.430781],[127.964494,41.436073],[127.95183,41.435199],[127.942119,41.437318],[127.940492,41.440465],[127.945171,41.445084],[127.945561,41.447611],[127.943608,41.448912],[127.935922,41.447114],[127.934808,41.45379],[127.932377,41.456535],[127.92684,41.452203],[127.927784,41.443647],[127.920692,41.438892],[127.914461,41.437696],[127.909442,41.432027],[127.907995,41.428068],[127.905373,41.426887],[127.901654,41.428044],[127.898591,41.433061],[127.885402,41.431811],[127.883422,41.435346],[127.882494,41.445018],[127.872784,41.444279],[127.870219,41.441046],[127.868545,41.433956],[127.867918,41.424396],[127.869117,41.42026],[127.866295,41.41462],[127.872262,41.407485],[127.87071,41.404633],[127.864999,41.401306],[127.855015,41.405326],[127.848253,41.418373],[127.84502,41.420155],[127.833201,41.41917],[127.829395,41.417127],[127.828109,41.414913],[127.830015,41.40757],[127.827491,41.404615],[127.822482,41.405748],[127.81908,41.408572],[127.812393,41.419777],[127.805234,41.422275],[127.798632,41.42182],[127.791546,41.41729],[127.790001,41.413109],[127.790899,41.406053],[127.78736,41.404537],[127.78357,41.407153],[127.782251,41.417352],[127.77968,41.422258],[127.776645,41.424407],[127.77339,41.423861],[127.768715,41.419905],[127.763856,41.419152],[127.75207,41.424981],[127.737581,41.424606],[127.716336,41.416763],[127.702202,41.417337],[127.685069,41.421853],[127.678545,41.420378],[127.672062,41.412696],[127.6681,41.412109],[127.66467,41.414513],[127.660744,41.422336],[127.652404,41.426854],[127.646922,41.424053],[127.647849,41.420148],[127.65029,41.416644],[127.659262,41.410064],[127.660203,41.407497],[127.658094,41.405181],[127.64997,41.403494],[127.636955,41.407256],[127.627361,41.413094],[127.612868,41.430522],[127.589114,41.423995],[127.570355,41.42701],[127.556851,41.431456],[127.547357,41.439931],[127.539343,41.450206],[127.538764,41.462804],[127.542446,41.472574],[127.53989,41.474881],[127.531027,41.473782],[127.528565,41.472222],[127.528187,41.468366],[127.520518,41.465053],[127.5107,41.466932],[127.5048,41.469529],[127.499493,41.474595],[127.4935,41.475457],[127.488382,41.471987],[127.475974,41.468271],[127.472479,41.469165],[127.471101,41.471458],[127.4732,41.479982],[127.465808,41.480786],[127.462461,41.479651],[127.459777,41.475818],[127.458773,41.469658],[127.462354,41.463015],[127.461546,41.461237],[127.450395,41.457347],[127.43943,41.458252],[127.42317,41.462165],[127.410309,41.455729],[127.406531,41.456955],[127.399688,41.462949],[127.398604,41.472464],[127.395676,41.477705],[127.392975,41.478795],[127.381776,41.479859],[127.368245,41.476247],[127.356172,41.477316],[127.354641,41.474606],[127.356633,41.463038],[127.354854,41.461245],[127.347631,41.460334],[127.289507,41.483392],[127.277126,41.479956],[127.272983,41.475946],[127.258428,41.476309],[127.253509,41.478002],[127.247604,41.482988],[127.247184,41.485191],[127.249024,41.486908],[127.263311,41.490793],[127.272135,41.491381],[127.281276,41.498443],[127.282359,41.502125],[127.277589,41.510438],[127.270724,41.512265],[127.260976,41.511306],[127.244896,41.498771],[127.240881,41.497307],[127.236986,41.498892],[127.227742,41.506929],[127.233287,41.513255],[127.234851,41.518934],[127.227225,41.521646],[127.215333,41.517477],[127.209343,41.517436],[127.205506,41.522517],[127.208879,41.528401],[127.206664,41.531317],[127.196103,41.531255],[127.191943,41.525652],[127.186393,41.523787],[127.173908,41.524452],[127.170953,41.526665],[127.168058,41.538144],[127.159205,41.53978],[127.155433,41.538391],[127.153827,41.535087],[127.140399,41.524069],[127.134043,41.528742],[127.138191,41.533591],[127.138767,41.537231],[127.136881,41.538913],[127.13171,41.540056],[127.126446,41.537312],[127.109162,41.536032],[127.097723,41.543181],[127.096189,41.54561],[127.096531,41.549016],[127.099647,41.553031],[127.10709,41.551671],[127.113673,41.547662],[127.117006,41.548919],[127.117207,41.552553],[127.113647,41.555],[127.113125,41.558903],[127.121337,41.566476],[127.134754,41.566944],[127.1398,41.568989],[127.14048,41.571137],[127.137558,41.579466],[127.142783,41.584475],[127.148197,41.586442],[127.160305,41.584757],[127.177513,41.585835],[127.178993,41.58701],[127.178404,41.592911],[127.172021,41.597325],[127.161664,41.598039],[127.132849,41.596135],[127.123493,41.597847],[127.116498,41.604415],[127.117386,41.607218],[127.122321,41.609724],[127.120482,41.618104],[127.117658,41.622565],[127.114559,41.623175],[127.101635,41.61831],[127.088879,41.621462],[127.085534,41.624619],[127.085458,41.62721],[127.09587,41.629262],[127.100895,41.632846],[127.103621,41.63692],[127.102922,41.641629],[127.095723,41.644875],[127.090755,41.644325],[127.084311,41.640993],[127.071517,41.64377],[127.069997,41.644586],[127.066239,41.655424],[127.062555,41.658018],[127.041145,41.66432],[127.031373,41.670109],[127.030699,41.673702],[127.039613,41.681561],[127.043099,41.691267],[127.0489,41.692484],[127.057503,41.686539],[127.065242,41.686776],[127.074269,41.692639],[127.076723,41.698199],[127.0764,41.701276],[127.073777,41.70245],[127.057054,41.699727],[127.050225,41.701307],[127.048316,41.706894],[127.050358,41.712393],[127.048347,41.718659],[127.045073,41.722645],[127.04471,41.726617],[127.047925,41.732227],[127.048504,41.740107],[127.043921,41.742155],[127.033138,41.739477],[127.012878,41.739575],[127.001606,41.743783],[126.999128,41.746367],[127.003806,41.755157],[127.002959,41.760288],[126.980775,41.76293],[126.978059,41.764555],[126.976295,41.770488],[126.972384,41.774545],[126.94576,41.772224],[126.937165,41.768836],[126.930947,41.771349],[126.928059,41.774692],[126.929926,41.784422],[126.933575,41.786269],[126.941358,41.785002],[126.944584,41.78654],[126.946609,41.790988],[126.947122,41.798678],[126.945394,41.803934],[126.942187,41.806657],[126.925965,41.810245],[126.922611,41.808948],[126.920669,41.805171],[126.903378,41.795072],[126.885876,41.790787],[126.878414,41.786923],[126.862023,41.771571],[126.852813,41.759194],[126.849114,41.744402],[126.84329,41.734475],[126.841451,41.724425],[126.835623,41.719936],[126.826167,41.720141],[126.816145,41.742408],[126.809455,41.747209],[126.804289,41.746493],[126.795188,41.733859],[126.79517,41.720515],[126.790989,41.710537],[126.797175,41.699103],[126.797614,41.695552],[126.794911,41.6924],[126.782317,41.691203],[126.773145,41.695756],[126.769774,41.702765],[126.770665,41.713809],[126.757676,41.722738],[126.75288,41.725076],[126.74994,41.723932],[126.745747,41.725702],[126.719506,41.742412],[126.697221,41.746915],[126.690359,41.738826],[126.690573,41.734522],[126.695229,41.736887],[126.700164,41.735882],[126.70286,41.731208],[126.725167,41.726188],[126.72951,41.723235],[126.735223,41.715516],[126.725652,41.703019],[126.707688,41.688555],[126.686622,41.67837],[126.687161,41.676778],[126.692016,41.677191],[126.696725,41.673013],[126.697808,41.666481],[126.696186,41.663757],[126.686016,41.660406],[126.667557,41.663607],[126.66426,41.662032],[126.660273,41.651823],[126.653969,41.65024],[126.636896,41.65358],[126.626172,41.661994],[126.619764,41.664844],[126.614354,41.665505],[126.610554,41.662733],[126.609604,41.65615],[126.616119,41.646765],[126.617287,41.642689],[126.610562,41.635546],[126.596582,41.627833],[126.594245,41.621907],[126.595061,41.614606],[126.582725,41.611977],[126.569142,41.612731],[126.566968,41.609219],[126.566815,41.60675],[126.574912,41.587943],[126.593726,41.566187],[126.587798,41.548129],[126.572356,41.541543],[126.569702,41.538642],[126.568594,41.526769],[126.564482,41.519733],[126.563417,41.514552],[126.564059,41.50929],[126.5615,41.505689],[126.553829,41.50318],[126.551385,41.495647],[126.558931,41.489632],[126.558059,41.483451],[126.548843,41.480536],[126.534842,41.470729],[126.529176,41.462199],[126.525068,41.452135],[126.506275,41.434062],[126.515692,41.419842],[126.516682,41.416037],[126.512976,41.406287],[126.512206,41.398245],[126.513946,41.387966],[126.51737,41.384281],[126.514185,41.380734],[126.51739,41.380433],[126.532979,41.371988],[126.53491,41.36577],[126.532673,41.356748],[126.527261,41.350876],[126.516077,41.346875],[126.481049,41.345103],[126.47474,41.345972],[126.474555,41.349717],[126.47658,41.35207],[126.484986,41.354052],[126.499033,41.354108],[126.504929,41.357239],[126.509626,41.362649],[126.506394,41.370849],[126.49039,41.371878],[126.484366,41.37045],[126.457706,41.357702],[126.431328,41.35077],[126.429477,41.348671],[126.428459,41.341023],[126.432583,41.332469],[126.432229,41.329768],[126.425187,41.328971],[126.410822,41.331579],[126.405419,41.328576],[126.397411,41.306931],[126.39392,41.302321],[126.368656,41.286957],[126.362286,41.281343],[126.36118,41.273411],[126.354766,41.258993],[126.355997,41.25114],[126.354968,41.244689],[126.34854,41.24065],[126.326038,41.234378],[126.31703,41.228479],[126.308097,41.211253],[126.306963,41.197164],[126.304731,41.189181],[126.28635,41.188614],[126.283321,41.186978],[126.285806,41.180104],[126.290867,41.173561],[126.291102,41.170636],[126.282217,41.16053],[126.272753,41.15459],[126.247234,41.149781],[126.235857,41.1456],[126.232674,41.143714],[126.223886,41.128245],[126.216954,41.124886],[126.202922,41.122541],[126.188103,41.115634],[126.179884,41.103365],[126.164626,41.092189],[126.146441,41.087526],[126.13476,41.087563],[126.122954,41.09046],[126.117831,41.0889],[126.109513,41.076484],[126.109,41.0716],[126.129365,41.060207],[126.130469,41.055406],[126.123999,41.03953],[126.118583,41.032573],[126.110813,41.032762],[126.104986,41.036809],[126.101665,41.037276],[126.095736,41.033442],[126.094821,41.02626],[126.099398,41.017566],[126.104147,41.01256],[126.1036,41.005896],[126.101332,41.002499],[126.081587,41.003076],[126.07026,41.000055],[126.064042,40.996336],[126.063321,40.991022],[126.076446,40.981995],[126.075674,40.974555],[126.069051,40.969648],[126.051457,40.963373],[126.049004,40.959018],[126.051315,40.949073],[126.035989,40.940899],[126.034462,40.937236],[126.035218,40.928559],[126.03311,40.926386],[126.026421,40.926381],[126.008719,40.932906],[126.001419,40.93222],[125.983204,40.923651],[125.97378,40.914654],[125.974697,40.910277],[125.979078,40.908742],[125.984278,40.909762],[125.994265,40.915656],[126,40.916047],[126.0098,40.913761],[126.013579,40.912053],[126.017065,40.907062],[126.017597,40.903063],[126.021919,40.898378],[125.994027,40.88811],[125.995658,40.890427],[125.98766,40.890755],[125.976805,40.898988],[125.972839,40.89953],[125.973236,40.901599],[125.972229,40.900482],[125.96898,40.901164],[125.965962,40.899079],[125.96342,40.89269],[125.965185,40.886849],[125.960367,40.882206],[125.948252,40.877135],[125.932831,40.876102],[125.916579,40.879247],[125.904999,40.889552],[125.904227,40.893486],[125.910982,40.903807],[125.911048,40.909407],[125.907985,40.909035],[125.904095,40.901192],[125.896985,40.895766],[125.886826,40.896491],[125.873462,40.904161],[125.869262,40.904572],[125.866118,40.90206],[125.86274,40.890889],[125.858519,40.883105],[125.828667,40.872708],[125.822446,40.866877],[125.812466,40.861679],[125.804668,40.861346],[125.795824,40.86429],[125.794164,40.869671],[125.796947,40.875202],[125.793924,40.880945],[125.784558,40.886582],[125.769178,40.890117],[125.763387,40.888149],[125.759885,40.884274],[125.756519,40.877938],[125.756773,40.876896],[125.760209,40.879559],[125.75694,40.875949],[125.755375,40.867189],[125.711561,40.86114],[125.705728,40.856809],[125.700699,40.864673],[125.698962,40.87447],[125.685377,40.89423],[125.677673,40.899706],[125.664777,40.903626],[125.650984,40.914903],[125.643353,40.914335],[125.642054,40.912014],[125.642783,40.90765],[125.640958,40.90585],[125.613353,40.903462],[125.600302,40.899989],[125.591902,40.894055],[125.581629,40.889964],[125.574398,40.890948],[125.571555,40.893806],[125.570815,40.900776],[125.580064,40.91175],[125.579789,40.917085],[125.585014,40.916716],[125.586179,40.92292],[125.583699,40.929412],[125.591056,40.931231],[125.609179,40.940439],[125.618332,40.941251],[125.629608,40.940015],[125.637266,40.950534],[125.64395,40.968393],[125.656447,40.975554],[125.661115,40.976305],[125.668722,40.972868],[125.676128,40.978675],[125.67837,40.984465],[125.675432,40.988515],[125.673269,40.997994],[125.674842,41.004668],[125.679232,41.00853],[125.67718,41.014583],[125.678107,41.019689],[125.681958,41.023924],[125.70074,41.03152],[125.707821,41.043033],[125.720611,41.053403],[125.721454,41.058292],[125.726985,41.068516],[125.727267,41.074794],[125.730944,41.077717],[125.733569,41.084689],[125.733164,41.087997],[125.725977,41.0921],[125.715988,41.094166],[125.70604,41.093962],[125.704982,41.0968],[125.707754,41.103058],[125.714991,41.108969],[125.718164,41.116201],[125.726975,41.122921],[125.73231,41.124121],[125.741827,41.12272],[125.751784,41.127981],[125.754207,41.131594],[125.754171,41.137258],[125.759031,41.143236],[125.759748,41.146409],[125.785535,41.165123],[125.77727,41.169946],[125.768805,41.168601],[125.757717,41.169978],[125.74098,41.176347],[125.731349,41.177559],[125.729454,41.192082],[125.732045,41.194714],[125.733266,41.201571],[125.737257,41.208626],[125.752437,41.23048],[125.743695,41.24338],[125.730106,41.243704],[125.713329,41.241675],[125.706888,41.246322],[125.690781,41.243768],[125.686704,41.246238],[125.685715,41.255986],[125.680278,41.270709],[125.66979,41.275568],[125.664336,41.273697],[125.6642,41.271191],[125.656416,41.266173],[125.641009,41.262585],[125.63766,41.272489],[125.633349,41.276722],[125.632875,41.281956],[125.636383,41.29414],[125.616821,41.311527],[125.614801,41.31529],[125.626542,41.319193],[125.631707,41.324365],[125.634574,41.330277],[125.632044,41.340402],[125.623957,41.348848],[125.605611,41.361541],[125.596923,41.364403],[125.583521,41.36373],[125.576714,41.366158],[125.575373,41.373729],[125.582128,41.380413],[125.573923,41.393532],[125.561204,41.395357],[125.554586,41.394747],[125.546945,41.398709],[125.542623,41.39877],[125.54361,41.404601],[125.546891,41.407334],[125.545364,41.412407],[125.541709,41.413077],[125.54079,41.417218],[125.534143,41.41785],[125.532715,41.421951],[125.528436,41.426703],[125.532001,41.430209],[125.53169,41.432866],[125.534403,41.43459],[125.529593,41.445224],[125.532632,41.454733],[125.535035,41.456135],[125.533633,41.462042],[125.536447,41.465801],[125.53326,41.467594],[125.526592,41.477014],[125.510477,41.476432],[125.511918,41.486964],[125.50526,41.494071],[125.500322,41.496767],[125.499423,41.501417],[125.487671,41.506536],[125.488245,41.50895],[125.486328,41.511694],[125.487113,41.516572],[125.488985,41.51978],[125.497389,41.521146],[125.501278,41.531579],[125.48641,41.534344],[125.47802,41.540433],[125.477636,41.542164],[125.473646,41.542638],[125.473282,41.544651],[125.471011,41.545567],[125.473547,41.547931],[125.470125,41.553651],[125.470541,41.558035],[125.456324,41.565957],[125.454245,41.571036],[125.457656,41.578645],[125.44883,41.58628],[125.444166,41.595408],[125.443373,41.601644],[125.446286,41.605704],[125.447973,41.619369],[125.462249,41.630555],[125.464166,41.637024],[125.452849,41.64094],[125.445952,41.653933],[125.450162,41.660156],[125.444376,41.663181],[125.443108,41.666998],[125.444173,41.671622],[125.44086,41.673365],[125.425597,41.672354],[125.405555,41.688942],[125.390462,41.687591],[125.385309,41.684657],[125.371767,41.684671],[125.356745,41.67499],[125.352997,41.677125],[125.344142,41.67623],[125.334506,41.671188],[125.324027,41.67184],[125.319118,41.667858],[125.314477,41.669582],[125.308939,41.677107],[125.312541,41.679557],[125.319773,41.693756],[125.318903,41.697552],[125.326509,41.710864],[125.328211,41.716603],[125.324717,41.727423],[125.327814,41.734368],[125.325369,41.738122],[125.324793,41.743282],[125.319388,41.75226],[125.321221,41.765953],[125.313869,41.773968],[125.314609,41.779724],[125.310857,41.791751],[125.306745,41.796747],[125.296273,41.801484],[125.295815,41.807409],[125.287803,41.825462],[125.29056,41.851429],[125.293777,41.861338],[125.289677,41.879003],[125.290315,41.884076],[125.299548,41.90251],[125.298629,41.913085],[125.301241,41.922462],[125.318477,41.92715],[125.34539,41.926066],[125.344155,41.933056],[125.341163,41.936404],[125.325143,41.938592],[125.310679,41.943054],[125.304203,41.950545],[125.285898,41.957517],[125.286689,41.961528],[125.291387,41.965455],[125.292141,41.971796],[125.301818,41.974586],[125.311367,41.974741],[125.316735,41.980937],[125.330054,41.985004],[125.333704,41.990621],[125.335479,41.997806],[125.346819,41.996063],[125.360764,42.000174],[125.360814,42.007223],[125.357227,42.014953],[125.396687,42.048668],[125.402256,42.059727],[125.411621,42.062761],[125.413296,42.072856],[125.41745,42.075741],[125.416755,42.084792],[125.415362,42.086933],[125.410131,42.088619],[125.40586,42.098269],[125.413682,42.099761],[125.438944,42.095948],[125.442391,42.096804],[125.449738,42.101873],[125.450631,42.109957],[125.458984,42.108924],[125.460424,42.115348],[125.467767,42.118731],[125.473013,42.124641],[125.481567,42.12861],[125.484396,42.133637],[125.459518,42.154564],[125.451739,42.157929],[125.446322,42.152747],[125.439358,42.149762],[125.412338,42.152226],[125.402643,42.155972],[125.38237,42.167934],[125.378177,42.174659],[125.367814,42.176988],[125.362487,42.180343],[125.349034,42.176218],[125.350602,42.165154],[125.345594,42.152042],[125.347452,42.150047],[125.353384,42.149336],[125.351324,42.143773],[125.339115,42.140748],[125.328763,42.143283],[125.328517,42.141203],[125.324986,42.139589],[125.31299,42.139407],[125.299759,42.143801],[125.299332,42.147525],[125.302957,42.157691],[125.308432,42.163161],[125.306236,42.167058],[125.304956,42.179938],[125.306088,42.183258],[125.310768,42.187662],[125.310618,42.198458],[125.291749,42.172765],[125.283344,42.172371],[125.278196,42.168634],[125.274192,42.172178],[125.283235,42.179487],[125.286144,42.187568],[125.292747,42.197983],[125.301331,42.199985],[125.300548,42.207538],[125.298767,42.210509],[125.306616,42.21744],[125.302584,42.21968],[125.293721,42.220232],[125.27446,42.22864],[125.275057,42.232758],[125.278963,42.235337],[125.282597,42.24092],[125.283262,42.244848],[125.280937,42.252443],[125.275929,42.255051],[125.269743,42.264803],[125.271452,42.269298],[125.279392,42.27109],[125.287657,42.281612],[125.292305,42.283656],[125.293039,42.287161],[125.284016,42.291408],[125.27252,42.294385],[125.269275,42.299504],[125.259255,42.303784],[125.256755,42.310839],[125.252639,42.307615],[125.24913,42.307398],[125.235321,42.310223],[125.220217,42.302411],[125.21863,42.299399],[125.21528,42.298184],[125.205948,42.298278],[125.182569,42.30467],[125.168591,42.306321],[125.166686,42.315939],[125.175404,42.324954],[125.175136,42.328099],[125.17274,42.329504],[125.1702,42.335408],[125.170502,42.344634],[125.161813,42.349652],[125.161375,42.353433],[125.165183,42.352823],[125.181414,42.358262],[125.1881,42.357934],[125.196792,42.363949],[125.197628,42.366959],[125.19414,42.374436],[125.179509,42.379096],[125.181225,42.391957],[125.187005,42.394209],[125.191068,42.405602],[125.189654,42.40809],[125.180569,42.411848],[125.18225,42.4177],[125.180787,42.42451],[125.172253,42.43146],[125.165109,42.431964],[125.134728,42.441858],[125.133895,42.444234],[125.137282,42.447535],[125.142945,42.449071],[125.143512,42.456626],[125.13713,42.459292],[125.129739,42.469054],[125.104611,42.473782],[125.101405,42.475995],[125.103072,42.481973],[125.098981,42.484143],[125.098193,42.488626],[125.087171,42.492171],[125.079521,42.498342],[125.062688,42.497158],[125.060486,42.500351],[125.071284,42.503257],[125.071059,42.507689],[125.074771,42.51086],[125.083162,42.5097],[125.084726,42.511345],[125.08255,42.516165],[125.077205,42.519178],[125.073807,42.524012],[125.065645,42.527847],[125.060748,42.533214],[125.064874,42.536383],[125.069155,42.535992],[125.070613,42.537236],[125.069428,42.545732],[125.071395,42.553651],[125.070165,42.556422],[125.074826,42.558089],[125.075624,42.561273],[125.083205,42.565546],[125.085083,42.569496],[125.082147,42.573915],[125.081216,42.582477],[125.075258,42.586289],[125.078158,42.590571],[125.089909,42.598332],[125.08342,42.604373],[125.09324,42.610717],[125.090328,42.617412],[125.090894,42.619907],[125.074991,42.623639],[125.065856,42.622693],[125.057747,42.618294],[125.048821,42.621633],[125.032218,42.613037],[125.023811,42.614398],[125.020438,42.620978],[125.014571,42.625638],[125.004607,42.630183],[125.010779,42.639553],[125.009996,42.64649],[125.013482,42.651257],[125.005773,42.659225],[125.008587,42.663552],[124.998525,42.667061],[124.990224,42.667846],[124.990697,42.672365],[124.985373,42.674896],[124.97862,42.674902],[124.977909,42.672915],[124.96938,42.670657],[124.962834,42.671198],[124.960127,42.673861],[124.959277,42.675554],[124.961648,42.677987],[124.979946,42.684348],[124.983245,42.693097],[124.979346,42.699705],[124.973118,42.704117],[124.965907,42.718037],[124.96217,42.720405],[124.971636,42.724397],[124.983585,42.725779],[124.981822,42.730386],[124.984755,42.734974],[124.986959,42.735806],[124.990584,42.74289],[124.981451,42.749919],[124.973592,42.750823],[124.976114,42.758874],[124.982176,42.757527],[124.986408,42.763412],[124.987325,42.768975],[124.983707,42.776675],[124.980245,42.77875],[124.973559,42.779109],[124.970064,42.784818],[124.970396,42.795579],[124.968205,42.801509],[124.941391,42.806558],[124.932139,42.810648],[124.922513,42.817753],[124.918224,42.813965],[124.910306,42.815637],[124.907065,42.813204],[124.909169,42.811077],[124.90962,42.80226],[124.904882,42.800342],[124.900871,42.791397],[124.894775,42.786147],[124.892408,42.785493],[124.880331,42.788433],[124.866585,42.787229],[124.860171,42.805922],[124.852788,42.819904],[124.85166,42.828394],[124.853647,42.829569],[124.85462,42.833994],[124.85296,42.842999],[124.848557,42.850162],[124.85019,42.860304],[124.84391,42.865671],[124.845494,42.86802],[124.848558,42.887901],[124.844609,42.890117],[124.845563,42.896196],[124.847385,42.899963],[124.857262,42.909738],[124.861857,42.917592],[124.858096,42.92312],[124.863567,42.926702],[124.863612,42.932256],[124.859214,42.938176],[124.860007,42.945783],[124.864251,42.953391],[124.864852,42.965155],[124.862672,42.970626],[124.861965,42.97923],[124.865677,42.983513],[124.854998,42.989052],[124.85304,42.995562],[124.855004,43.001001],[124.850705,43.011574],[124.834296,43.02437],[124.834164,43.026411],[124.834864,43.030299],[124.839233,43.033249],[124.849733,43.033579],[124.852376,43.040646],[124.853335,43.049709],[124.873124,43.064025],[124.88345,43.069268],[124.885296,43.072311],[124.886071,43.074933],[124.881653,43.08205],[124.878952,43.096909],[124.882038,43.107144],[124.890383,43.117451],[124.885431,43.130636],[124.876934,43.131948],[124.867447,43.123656],[124.852241,43.116718],[124.835921,43.124668],[124.825777,43.121211],[124.815857,43.122817],[124.813451,43.118282],[124.801646,43.114487],[124.799692,43.115019],[124.796123,43.119976],[124.792699,43.120304],[124.780245,43.114989],[124.779262,43.103698],[124.777742,43.101127],[124.77212,43.095795],[124.752487,43.083847],[124.750027,43.079396],[124.748827,43.071397],[124.743529,43.067529],[124.735065,43.065647],[124.712496,43.067566],[124.684953,43.052191],[124.680238,43.048085],[124.669405,43.0291],[124.671754,43.000059],[124.665584,42.992908],[124.66528,42.987824],[124.654506,42.981314],[124.65677,42.979136],[124.65458,42.97164],[124.65353,42.970652],[124.641804,42.974695],[124.629491,42.970803],[124.627608,42.966844],[124.628731,42.960951],[124.627667,42.957129],[124.633052,42.952764],[124.626324,42.947639],[124.615632,42.946227],[124.616168,42.938831],[124.602455,42.935568],[124.597917,42.931941],[124.596179,42.928631],[124.599097,42.926024],[124.598037,42.921536],[124.585333,42.909781],[124.580364,42.902898],[124.569933,42.89877],[124.557535,42.889578],[124.547708,42.88772],[124.537747,42.883643],[124.535877,42.881328],[124.537057,42.8767],[124.533187,42.864938],[124.530284,42.865363],[124.527855,42.868102],[124.517282,42.868365],[124.507853,42.870816],[124.495581,42.862743],[124.496223,42.858528],[124.493812,42.856505],[124.490556,42.85634],[124.486598,42.860369],[124.473013,42.853169],[124.469024,42.852816],[124.461693,42.844867],[124.460921,42.839216],[124.466471,42.829375],[124.466476,42.825106],[124.459572,42.820125],[124.451898,42.82058],[124.445511,42.823746],[124.446058,42.829331],[124.447995,42.832155],[124.446032,42.838476],[124.448321,42.843949],[124.448532,42.850005],[124.443404,42.856151],[124.445451,42.858033],[124.444785,42.859123],[124.439944,42.862927],[124.435574,42.86402],[124.433349,42.875594],[124.428338,42.878339],[124.419521,42.871674],[124.414516,42.875298],[124.408053,42.876968],[124.396665,42.876334],[124.391431,42.878242],[124.365544,42.878435],[124.362832,42.880261],[124.363816,42.884363],[124.360307,42.889322],[124.362351,42.900962],[124.374406,42.91001],[124.383201,42.908589],[124.391584,42.912591],[124.392207,42.917184],[124.407302,42.919406],[124.4086,42.923833],[124.416244,42.926887],[124.425697,42.928286],[124.427748,42.934621],[124.43606,42.939002],[124.433939,42.948952],[124.436252,42.954129],[124.435417,42.957277],[124.426911,42.963352],[124.423192,42.964215],[124.415899,42.973508],[124.408338,42.97317],[124.392159,42.967734],[124.381135,42.967181],[124.364773,42.970164],[124.350001,42.97693],[124.340815,42.986527],[124.327342,42.994873],[124.334442,43.002327],[124.363918,43.023327],[124.419696,43.073679],[124.412317,43.080677],[124.392618,43.088776],[124.386263,43.093063],[124.378862,43.102099],[124.358186,43.11961],[124.341993,43.122224],[124.335456,43.125561],[124.318949,43.143595],[124.302774,43.15267],[124.277901,43.163561],[124.2758,43.166653],[124.277607,43.168573],[124.271312,43.17507],[124.267744,43.176293],[124.275894,43.184831],[124.272766,43.192527],[124.275315,43.200788],[124.280199,43.205765],[124.274606,43.213777],[124.275915,43.219775],[124.274882,43.225224],[124.277402,43.227412],[124.265518,43.229867],[124.260396,43.228252],[124.256255,43.236115],[124.252507,43.236131],[124.251889,43.230781],[124.247586,43.229609],[124.245549,43.231493],[124.246376,43.23567],[124.244355,43.236296],[124.236516,43.232383],[124.222954,43.232606],[124.211047,43.243437],[124.213229,43.247756],[124.210657,43.253968],[124.199659,43.250134],[124.191288,43.244877],[124.172873,43.239728],[124.151015,43.243778],[124.150588,43.245617],[124.152536,43.246552],[124.128592,43.251816],[124.125744,43.24886],[124.117852,43.245633],[124.108354,43.244726],[124.108336,43.256896],[124.110892,43.260783],[124.10547,43.266465],[124.110991,43.274589],[124.098927,43.279662],[124.092127,43.278481],[124.096953,43.286827],[124.094894,43.29176],[124.091907,43.290258],[124.059015,43.28986],[124.050108,43.28674],[124.037556,43.28543],[124.026618,43.278258],[124.005531,43.294469],[124.003599,43.293983],[123.986718,43.306143],[123.965839,43.328175],[123.955924,43.336265],[123.958233,43.338488],[123.917844,43.358005],[123.905188,43.355807],[123.889949,43.359238],[123.89167,43.360896],[123.895537,43.376643],[123.88968,43.381876],[123.886867,43.38721],[123.882675,43.386972],[123.860378,43.392701],[123.857685,43.398606],[123.84644,43.403748],[123.84535,43.411764],[123.84709,43.416624],[123.847381,43.429053],[123.850053,43.435035],[123.865262,43.448375],[123.852424,43.4565],[123.855176,43.459465],[123.843251,43.467746],[123.839788,43.465158],[123.827416,43.471176],[123.819848,43.469127],[123.799292,43.480545],[123.791829,43.487265],[123.786556,43.488474],[123.784985,43.487833],[123.786607,43.484646],[123.780809,43.477356],[123.767573,43.477895],[123.765661,43.48051],[123.753077,43.476174],[123.744277,43.469242],[123.743041,43.463456],[123.746744,43.457866],[123.736181,43.433135],[123.726958,43.424023],[123.718419,43.421668],[123.703689,43.414254],[123.691216,43.376898],[123.698299,43.370496],[123.698539,43.368125],[123.601381,43.364623],[123.578606,43.374739],[123.550532,43.404201],[123.539296,43.412979],[123.526402,43.399123],[123.519346,43.396294],[123.514725,43.399161],[123.49583,43.421226],[123.486834,43.437127],[123.480504,43.442929],[123.435536,43.435027],[123.433494,43.426543],[123.437372,43.420644],[123.436307,43.417959],[123.413464,43.40744],[123.40759,43.423268],[123.389109,43.439146],[123.383131,43.446781],[123.383143,43.45515],[123.38155,43.459203],[123.369508,43.473938],[123.361828,43.475456],[123.35816,43.480786],[123.329153,43.478324],[123.309865,43.489515],[123.319254,43.503711],[123.323655,43.516521],[123.300283,43.532399],[123.29837,43.548247],[123.337875,43.558824],[123.346651,43.565192],[123.350733,43.565168],[123.393675,43.556871],[123.446758,43.543348],[123.449633,43.545447],[123.455675,43.561169],[123.454575,43.566016],[123.439917,43.578384],[123.432167,43.577096],[123.432982,43.574818],[123.427077,43.573049],[123.414741,43.595658],[123.419024,43.603959],[123.416771,43.607675],[123.417373,43.60976],[123.420007,43.608015],[123.422056,43.602165],[123.425226,43.599184],[123.429159,43.598686],[123.452377,43.586199],[123.506406,43.590108],[123.506297,43.604591],[123.500374,43.608722],[123.501238,43.617144],[123.50388,43.622557],[123.514044,43.626338],[123.523629,43.626448],[123.530526,43.629566],[123.532262,43.640615],[123.5272,43.655167],[123.523126,43.657177],[123.523669,43.660421],[123.521495,43.66663],[123.516943,43.67439],[123.511897,43.6789],[123.513723,43.682644],[123.519681,43.687011],[123.513375,43.699985],[123.513659,43.70518],[123.507668,43.713669],[123.491629,43.729052],[123.487271,43.726677],[123.483633,43.727471],[123.477401,43.731929],[123.476832,43.736903],[123.474382,43.738018],[123.476336,43.739212],[123.478955,43.746515],[123.479169,43.759965],[123.491009,43.768191],[123.491278,43.778033],[123.486557,43.786692],[123.476403,43.792379],[123.471975,43.797921],[123.46592,43.813624],[123.46076,43.813601],[123.455724,43.82018],[123.456332,43.833718],[123.460651,43.839117],[123.46189,43.850664],[123.460844,43.85701],[123.451738,43.872572],[123.446776,43.875782],[123.437617,43.874809],[123.433613,43.885304],[123.432501,43.898603],[123.422875,43.915295],[123.414331,43.926008],[123.394178,43.944542],[123.375698,43.950581],[123.371464,43.963788],[123.375032,43.972438],[123.382837,43.972432],[123.392966,43.976036],[123.363961,44],[123.357446,44.011593],[123.356003,44.011542],[123.353547,44.015107],[123.325125,44.02687],[123.321373,44.031994],[123.322737,44.032938],[123.319973,44.043435],[123.316784,44.043169],[123.314685,44.049813],[123.325095,44.05369],[123.322792,44.059513],[123.325691,44.060187],[123.324553,44.062651],[123.326819,44.063827],[123.322212,44.06865],[123.325438,44.071003],[123.322084,44.081616],[123.328468,44.086265],[123.33174,44.085104],[123.33511,44.0876],[123.337512,44.083884],[123.340565,44.0855],[123.344274,44.090355],[123.342158,44.095007],[123.347873,44.10441],[123.347567,44.10753],[123.352764,44.118673],[123.355423,44.131066],[123.377901,44.139403],[123.375846,44.14862],[123.377358,44.155502],[123.380559,44.154857],[123.379683,44.15631],[123.383995,44.160487],[123.379925,44.159569],[123.317359,44.177606],[123.313032,44.180594],[123.309989,44.187829],[123.293833,44.192979],[123.289003,44.20274],[123.286874,44.212039],[123.280646,44.209679],[123.270914,44.250487],[123.190791,44.342964],[123.167489,44.34311],[123.165521,44.348055],[123.142435,44.359465],[123.125535,44.360165],[123.11715,44.362095],[123.117634,44.365249],[123.122063,44.364728],[123.108142,44.397336],[123.10819,44.400284],[123.119613,44.40377],[123.129912,44.403848],[123.128925,44.412971],[123.131269,44.413419],[123.13594,44.426152],[123.11826,44.455788],[123.121752,44.45567],[123.130774,44.459717],[123.128627,44.460528],[123.129301,44.464766],[123.125738,44.46631],[123.119573,44.474874],[123.123918,44.476119],[123.127181,44.479308],[123.131352,44.48714],[123.127618,44.491806],[123.129815,44.500289],[123.118525,44.507457],[123.1072,44.50786],[123.092542,44.505333],[123.060877,44.504038],[123.034077,44.497012],[123.018788,44.490959],[122.99697,44.478326],[122.994271,44.474696],[122.990624,44.474322],[122.978349,44.468043],[122.962618,44.45689],[122.943337,44.446336],[122.935178,44.44359],[122.914531,44.429394],[122.86428,44.404352],[122.858181,44.400036],[122.848713,44.395931],[122.771249,44.373933],[122.754873,44.367705],[122.733878,44.351516],[122.697434,44.316967],[122.686063,44.301349],[122.684423,44.294897],[122.669971,44.283836],[122.637346,44.281711],[122.594112,44.271244],[122.55383,44.25832],[122.507259,44.248195],[122.476964,44.234797],[122.366888,44.233889],[122.313701,44.230784],[122.291653,44.238544],[122.265756,44.253621],[122.260295,44.265211],[122.268593,44.271779],[122.285985,44.308229],[122.288782,44.408923],[122.280438,44.475792],[122.266976,44.471499],[122.253173,44.474218],[122.23924,44.473771],[122.222426,44.478182],[122.209014,44.491756],[122.210282,44.494105],[122.216897,44.495789],[122.220622,44.516477],[122.218411,44.524268],[122.20846,44.532507],[122.201071,44.542547],[122.199913,44.551164],[122.190612,44.557909],[122.125734,44.575432],[122.132439,44.586046],[122.126035,44.601606],[122.107482,44.613361],[122.097068,44.671858],[122.109603,44.686539],[122.113084,44.697308],[122.111447,44.700058],[122.125151,44.708278],[122.142963,44.713876],[122.151421,44.72087],[122.149286,44.72585],[122.155515,44.726219],[122.146542,44.74178],[122.110343,44.737755],[122.096738,44.734175],[122.092883,44.742702],[122.104663,44.765709],[122.121444,44.755668],[122.136766,44.751648],[122.147902,44.76171],[122.159918,44.765207],[122.163263,44.768195],[122.151467,44.775296],[122.10899,44.774485],[122.093889,44.780268],[122.088191,44.789392],[122.086352,44.797419],[122.094078,44.806981],[122.092834,44.815014],[122.083353,44.831157],[122.076029,44.8382],[122.077985,44.849479],[122.075033,44.856269],[122.068861,44.858529],[122.066294,44.870204],[122.067476,44.874887],[122.063045,44.880367],[122.059451,44.882085],[122.053832,44.879513],[122.050334,44.880739],[122.047396,44.887037],[122.048768,44.889883],[122.048004,44.894893],[122.038982,44.897439],[122.046608,44.910769],[122.054486,44.912072],[122.060715,44.910034],[122.073137,44.912117],[122.080757,44.950828],[122.06857,45.004496],[122.092865,45.019396],[122.102169,45.047757],[122.113421,45.06644],[122.11263,45.097754],[122.103806,45.139877],[122.120779,45.156884],[122.137235,45.180878],[122.186756,45.178594],[122.210578,45.191873],[122.224295,45.204834],[122.236041,45.24575],[122.232745,45.261204],[122.233218,45.274273],[122.141269,45.293422],[122.140449,45.300936],[122.138838,45.30123],[122.138248,45.304402],[122.13613,45.324109],[122.136918,45.352286],[122.140045,45.367713],[122.145259,45.370644],[122.147482,45.377912],[122.174059,45.407326],[122.168912,45.418589],[122.164094,45.435178],[122.158946,45.441886],[122.139262,45.448128],[122.115911,45.452098],[122.100627,45.463121],[122.081676,45.465622],[122.058757,45.471065],[122.034111,45.483278],[122.017502,45.488153],[121.996605,45.505874],[121.997477,45.52232],[121.988051,45.537854],[121.987648,45.550792],[121.977333,45.560226],[121.972581,45.56042],[121.971647,45.56449],[121.966757,45.567054],[121.960727,45.594245],[121.965017,45.595746],[121.97404,45.593715],[121.990249,45.596987],[121.989672,45.603271],[121.997452,45.621303],[121.994171,45.631802],[121.988228,45.635651],[121.985442,45.635584],[121.986941,45.639131],[121.964387,45.690863],[121.943341,45.70919],[121.939337,45.711649],[121.928717,45.71155],[121.910379,45.714948],[121.89381,45.714788],[121.88847,45.711818],[121.869113,45.716908],[121.855093,45.717083],[121.825515,45.709042],[121.809531,45.701434],[121.806553,45.699479],[121.806688,45.696043],[121.802626,45.691973],[121.80541,45.685031],[121.771025,45.692201],[121.750841,45.688765],[121.727045,45.697476],[121.708051,45.699865],[121.682926,45.71076],[121.680033,45.710361],[121.673082,45.717951],[121.66465,45.721516],[121.664571,45.726625],[121.660646,45.725683],[121.658662,45.727871],[121.660724,45.731114],[121.665366,45.733384],[121.664102,45.737641],[121.644275,45.745033],[121.638964,45.750693],[121.638965,45.75297],[121.649727,45.762008],[121.651654,45.768625],[121.65449,45.769296],[121.662855,45.766102],[121.670277,45.766597],[121.682081,45.761459],[121.691063,45.761075],[121.689253,45.766507],[121.690172,45.769089],[121.700032,45.773372],[121.709168,45.780216],[121.722533,45.7842],[121.717015,45.792226],[121.721081,45.79237],[121.725365,45.784533],[121.729658,45.783997],[121.737997,45.787086],[121.735576,45.789924],[121.748173,45.792932],[121.748209,45.796765],[121.744981,45.803028],[121.747546,45.801994],[121.748683,45.79857],[121.750009,45.804194],[121.74715,45.807797],[121.747725,45.813131],[121.751568,45.817001],[121.755136,45.815742],[121.761284,45.817097],[121.766851,45.824572],[121.759366,45.828669],[121.758436,45.831677],[121.75966,45.834859],[121.764702,45.8411],[121.778081,45.851203],[121.779022,45.85755],[121.788766,45.866255],[121.792643,45.866749],[121.797734,45.871027],[121.811221,45.873744],[121.806273,45.87984],[121.80754,45.881417],[121.80292,45.885764],[121.805779,45.887311],[121.800816,45.892658],[121.803632,45.893143],[121.805854,45.895662],[121.800283,45.899277],[121.810941,45.908718],[121.810927,45.912671],[121.815464,45.916515],[121.815183,45.918705],[121.810782,45.921632],[121.811884,45.926551],[121.802301,45.929771],[121.804363,45.93447],[121.803436,45.937327],[121.798398,45.940292],[121.7977,45.942548],[121.804584,45.946521],[121.800342,45.955571],[121.803304,45.959677],[121.798596,45.966845],[121.79235,45.969801],[121.786347,45.977131],[121.778931,45.979768],[121.778202,45.983382],[121.775369,45.984257],[121.763725,45.982321],[121.758977,45.987976],[121.753034,45.991709],[121.7585,45.998797],[121.762113,45.997903],[121.770603,46.000772],[121.779321,46.001376],[121.78048,46.009163],[121.795354,46.010874],[121.806191,46.015837],[121.808587,46.019115],[121.807032,46.024077],[121.813034,46.02151],[121.837926,46.022433],[121.842179,46.013132],[121.853014,46.00851],[121.854145,46.00443],[121.86481,45.997528],[121.870731,45.999271],[121.887484,46.000258],[121.888992,46.006518],[121.905798,46.004247],[121.907,46.006112],[121.912818,46.005866],[121.918307,46.001995],[121.918685,45.9937],[121.921367,45.992168],[121.922349,45.986622],[121.934586,45.987662],[121.947296,45.984182],[121.953685,45.985243],[121.955402,45.98028],[121.9598,45.977034],[121.972952,45.975057],[121.980365,45.972616],[121.98209,45.969803],[121.986259,45.973483],[121.988422,45.980005],[121.990778,45.981384],[121.997502,45.980538],[121.99948,45.978895],[122.002607,45.967672],[122.000852,45.964396],[122.008932,45.958761],[122.016605,45.959809],[122.033498,45.957178],[122.034973,45.955018],[122.033377,45.950138],[122.034164,45.947075],[122.046112,45.933184],[122.048737,45.931055],[122.052378,45.931769],[122.055611,45.930348],[122.056573,45.927547],[122.065062,45.928504],[122.073596,45.920407],[122.078974,45.908983],[122.075739,45.895529],[122.082748,45.889852],[122.085387,45.879857],[122.095516,45.879162],[122.096953,45.875547],[122.100534,45.876715],[122.11185,45.871386],[122.121909,45.869712],[122.132057,45.871064],[122.135083,45.869193],[122.134454,45.867329],[122.141053,45.862707],[122.148019,45.864454],[122.15817,45.863233],[122.165151,45.859703],[122.179379,45.857093],[122.184966,45.852111],[122.194985,45.854878],[122.197963,45.850104],[122.205562,45.84674],[122.212286,45.841071],[122.211401,45.831421],[122.215028,45.827874],[122.230591,45.829153],[122.236198,45.82492],[122.238831,45.82177],[122.241165,45.807443],[122.248023,45.799883],[122.248492,45.795682],[122.252951,45.792878],[122.256847,45.792995],[122.263193,45.797957],[122.263053,45.799706],[122.268763,45.803274],[122.274843,45.800317],[122.279816,45.800243],[122.276711,45.804505],[122.286015,45.809048],[122.295704,45.811001],[122.295903,45.813936],[122.293218,45.816283],[122.30669,45.822786],[122.305008,45.824143],[122.29737,45.824138],[122.297056,45.827898],[122.314934,45.828425],[122.312501,45.833774],[122.315149,45.838193],[122.315346,45.842302],[122.33201,45.849626],[122.33075,45.850708],[122.332115,45.851697],[122.329067,45.854476],[122.331686,45.857992],[122.337686,45.858109],[122.349149,45.853103],[122.367036,45.854002],[122.362923,45.859973],[122.356397,45.884891],[122.35434,45.900826],[122.355827,45.902686],[122.356004,45.915352],[122.364742,45.917741],[122.374905,45.918121],[122.439895,45.914828],[122.469061,45.875899],[122.485125,45.862424],[122.489938,45.856252],[122.497294,45.819652],[122.497394,45.808572],[122.510054,45.80101],[122.53616,45.772077],[122.593122,45.750869],[122.624118,45.74312],[122.65547,45.731316],[122.659178,45.726177],[122.65775,45.718724],[122.663075,45.717023],[122.665688,45.698751],[122.736088,45.703123],[122.7357,45.707092],[122.741167,45.707605],[122.740279,45.71051],[122.742283,45.710597],[122.740649,45.71858],[122.755072,45.720252],[122.754186,45.723692],[122.747379,45.728991],[122.74518,45.734108],[122.752542,45.73489],[122.753407,45.739674],[122.765227,45.744218],[122.766365,45.748308],[122.769266,45.749504],[122.768856,45.751502],[122.781698,45.760813],[122.78756,45.767584],[122.797401,45.774029],[122.803159,45.78118],[122.792367,45.8471],[122.795042,45.855454],[122.811079,45.877586],[122.815018,45.88688],[122.814744,45.889515],[122.821203,45.896267],[122.820475,45.906865],[122.822387,45.91141],[122.787115,46.071319],[123.039339,46.098034],[123.063415,46.121538],[123.105665,46.127992],[123.096356,46.16999],[123.121176,46.172675],[123.121865,46.208451],[123.137999,46.227473],[123.15906,46.239411],[123.204729,46.260196],[123.21233,46.267107],[123.216794,46.268639],[123.241674,46.271494],[123.24491,46.266006],[123.247049,46.26566],[123.247138,46.263493],[123.256287,46.265257],[123.257221,46.260919],[123.261521,46.262031],[123.26971,46.259499],[123.272597,46.26141],[123.27096,46.255336],[123.274391,46.25411],[123.273802,46.252051],[123.280507,46.24829],[123.286942,46.250283],[123.295793,46.246347],[123.300969,46.246916],[123.313442,46.249487],[123.314287,46.250379],[123.312556,46.251842],[123.314039,46.252635],[123.323557,46.246309],[123.32654,46.246716],[123.329373,46.242124],[123.333622,46.243354],[123.335459,46.241464],[123.341514,46.24388],[123.34563,46.236752],[123.350625,46.232032],[123.348532,46.230408],[123.352856,46.228714],[123.349107,46.226141],[123.366803,46.220939],[123.374309,46.22284],[123.376301,46.226903],[123.379667,46.22562],[123.382575,46.227992],[123.382896,46.23067],[123.379276,46.231634],[123.379475,46.233634],[123.384087,46.234668],[123.381677,46.236821],[123.382027,46.239354],[123.386379,46.239872],[123.385809,46.241407],[123.387492,46.242612],[123.391378,46.239726],[123.393085,46.240963],[123.397897,46.237558],[123.400631,46.237441],[123.402433,46.242395],[123.410345,46.238337],[123.411963,46.239827],[123.420256,46.238833],[123.424305,46.242084],[123.429407,46.240632],[123.434426,46.236811],[123.439165,46.237798],[123.44447,46.234273],[123.446263,46.230393],[123.452556,46.232965],[123.458017,46.238139],[123.459429,46.237327],[123.463683,46.24028],[123.464816,46.238278],[123.47015,46.240107],[123.472752,46.242517],[123.47112,46.244767],[123.474073,46.244577],[123.471122,46.24769],[123.477541,46.24758],[123.479645,46.251168],[123.492788,46.257683],[123.507769,46.252689],[123.511452,46.248954],[123.520057,46.247325],[123.525048,46.240198],[123.537905,46.233321],[123.545417,46.232519],[123.556102,46.23421],[123.556876,46.228221],[123.563396,46.221892],[123.56355,46.224878],[123.567847,46.228501],[123.59032,46.232356],[123.590229,46.234389],[123.592484,46.235101],[123.592245,46.23761],[123.590885,46.237903],[123.59229,46.243042],[123.59777,46.245862],[123.599153,46.247553],[123.598609,46.25011],[123.613704,46.250295],[123.66654,46.256676],[123.673449,46.252128],[123.677838,46.25122],[123.683522,46.252836],[123.689859,46.252386],[123.698729,46.256241],[123.718506,46.253781],[123.737891,46.262242],[123.744159,46.261588],[123.743727,46.260664],[123.749838,46.258225],[123.770562,46.261731],[123.780663,46.265782],[123.782066,46.26939],[123.785849,46.271539],[123.789796,46.271323],[123.792915,46.272277],[123.793864,46.27416],[123.797513,46.274009],[123.798295,46.28193],[123.812064,46.280558],[123.822164,46.286264],[123.821108,46.28997],[123.824669,46.288842],[123.843327,46.300632],[123.850363,46.298096],[123.861836,46.297289],[123.893686,46.302152],[123.903093,46.297443]],[[130.2348,42.778215],[130.237252,42.778521],[130.24101,42.774097],[130.237856,42.780493],[130.241432,42.782957],[130.249011,42.783284],[130.252403,42.786195],[130.252022,42.791088],[130.241895,42.799137],[130.240258,42.803392],[130.226427,42.78843],[130.2348,42.778215]],[[130.238962,42.751232],[130.240709,42.752168],[130.240233,42.755932],[130.238962,42.751232]],[[130.242531,42.722874],[130.24295,42.723533],[130.242077,42.723832],[130.242531,42.722874]],[[130.546629,42.508331],[130.549213,42.512958],[130.549342,42.516555],[130.547021,42.523205],[130.542089,42.530031],[130.535108,42.532842],[130.540693,42.523216],[130.541511,42.517435],[130.546629,42.508331]],[[130.565995,42.47006],[130.56744,42.469773],[130.580641,42.474249],[130.581819,42.475949],[130.580484,42.481407],[130.573633,42.484222],[130.570041,42.483802],[130.568137,42.481422],[130.565758,42.472499],[130.565995,42.47006]]]}},{type:"Feature",properties:{name:"黑龙江省",province_adcode:23e4,province_type:"省",name_en:"Heilongjiang",name_var:"Hēi Lóng Jiāng",adcode:23e4},geometry:{type:"Polygon",coordinates:[[[123.402487,53.535062],[123.431894,53.53542],[123.452259,53.532999],[123.458907,53.521455],[123.462807,53.507055],[123.467243,53.50197],[123.475936,53.496329],[123.49156,53.494846],[123.499387,53.498048],[123.503309,53.506118],[123.5,53.511566],[123.480455,53.52306],[123.478712,53.527658],[123.48165,53.538159],[123.490403,53.547863],[123.510538,53.556261],[123.517367,53.55696],[123.532568,53.553793],[123.541913,53.549366],[123.55129,53.541911],[123.553138,53.5367],[123.55127,53.528631],[123.528014,53.512436],[123.523124,53.506995],[123.522444,53.503116],[123.525011,53.499816],[123.530749,53.497086],[123.543377,53.495969],[123.55667,53.499781],[123.568243,53.508855],[123.578271,53.526985],[123.579372,53.542623],[123.581278,53.54636],[123.588478,53.549901],[123.600551,53.550102],[123.616136,53.548019],[123.643546,53.537802],[123.657792,53.535298],[123.662134,53.531303],[123.664059,53.524194],[123.670587,53.519287],[123.681102,53.503211],[123.686684,53.497425],[123.700397,53.491909],[123.713151,53.491456],[123.72681,53.495489],[123.747667,53.497347],[123.803816,53.48566],[123.844196,53.48831],[123.857776,53.487496],[123.887864,53.478323],[123.913512,53.462813],[123.942579,53.450021],[123.97034,53.435139],[123.994885,53.419761],[123.997643,53.416763],[124.000315,53.40559],[124.012764,53.396041],[124.027411,53.394334],[124.042705,53.400124],[124.04982,53.400861],[124.056135,53.400917],[124.062046,53.398564],[124.07668,53.387444],[124.076175,53.378112],[124.078975,53.371752],[124.083868,53.368589],[124.095626,53.364825],[124.098924,53.361658],[124.10096,53.354954],[124.103937,53.351],[124.11709,53.346313],[124.133843,53.348324],[124.160066,53.363964],[124.17049,53.368356],[124.183397,53.368957],[124.218496,53.377081],[124.238339,53.377781],[124.24461,53.374849],[124.254028,53.362431],[124.264746,53.355569],[124.286023,53.343373],[124.30515,53.336074],[124.314196,53.330938],[124.320383,53.325322],[124.336322,53.302535],[124.345289,53.284511],[124.352321,53.281182],[124.357494,53.266145],[124.36214,53.260538],[124.376613,53.252048],[124.398934,53.248586],[124.40972,53.244052],[124.418532,53.235594],[124.42503,53.222912],[124.432564,53.217583],[124.440542,53.215743],[124.449788,53.21733],[124.468484,53.214974],[124.47696,53.212595],[124.495116,53.203811],[124.504995,53.202123],[124.536325,53.200591],[124.596082,53.207344],[124.624133,53.207342],[124.672756,53.202482],[124.69172,53.195654],[124.707762,53.193025],[124.717315,53.188682],[124.721529,53.182573],[124.707451,53.162556],[124.706832,53.158647],[124.709479,53.153765],[124.730271,53.144001],[124.754927,53.140189],[124.775321,53.13907],[124.790424,53.140075],[124.824747,53.145053],[124.833819,53.140124],[124.836688,53.135644],[124.844054,53.122509],[124.849825,53.104292],[124.85732,53.098581],[124.863804,53.096618],[124.878904,53.096103],[124.886927,53.097603],[124.895808,53.103986],[124.900329,53.11203],[124.901244,53.116859],[124.899775,53.123183],[124.89168,53.137862],[124.880694,53.15051],[124.877673,53.159373],[124.882194,53.16437],[124.892664,53.169129],[124.931361,53.182619],[124.953935,53.186879],[124.972134,53.195162],[125.070623,53.203023],[125.107135,53.201313],[125.139343,53.202474],[125.155048,53.200447],[125.165788,53.196747],[125.177628,53.197673],[125.190566,53.19579],[125.206556,53.191126],[125.211393,53.189249],[125.214166,53.185558],[125.22092,53.183077],[125.240809,53.179874],[125.275285,53.161469],[125.281496,53.155131],[125.314118,53.142215],[125.351506,53.135739],[125.37155,53.129457],[125.390357,53.12803],[125.434501,53.10956],[125.450011,53.1073],[125.487559,53.097964],[125.498675,53.09162],[125.498825,53.087509],[125.493745,53.078897],[125.494064,53.068401],[125.499418,53.055714],[125.506466,53.048887],[125.516683,53.047863],[125.537278,53.056188],[125.548333,53.062532],[125.557931,53.071171],[125.566117,53.075327],[125.585975,53.080452],[125.607206,53.081903],[125.618794,53.075465],[125.631495,53.062466],[125.635926,53.052921],[125.633808,53.04264],[125.637345,53.03511],[125.641136,53.031996],[125.654251,53.026797],[125.669988,53.010579],[125.679513,53.003103],[125.689211,52.999515],[125.716494,52.996802],[125.730513,52.993674],[125.739553,52.988226],[125.743375,52.983194],[125.740128,52.977534],[125.728146,52.973827],[125.723702,52.968509],[125.722586,52.959762],[125.728166,52.944353],[125.726439,52.939601],[125.710491,52.932011],[125.692466,52.928008],[125.677811,52.92673],[125.661813,52.920042],[125.655374,52.914227],[125.654596,52.910505],[125.658131,52.878885],[125.655473,52.872347],[125.658715,52.867061],[125.664346,52.862485],[125.671431,52.859593],[125.676908,52.859775],[125.698796,52.868349],[125.703217,52.87375],[125.709917,52.878011],[125.742839,52.879986],[125.750467,52.883271],[125.756903,52.887751],[125.762155,52.894856],[125.766878,52.896445],[125.773865,52.896929],[125.798298,52.89365],[125.821594,52.896435],[125.829503,52.89578],[125.842935,52.891387],[125.849187,52.887228],[125.844374,52.877266],[125.845452,52.865815],[125.865891,52.847111],[125.909119,52.820308],[125.917006,52.81223],[125.921444,52.803402],[125.922977,52.7953],[125.927734,52.790392],[125.929026,52.785335],[125.936621,52.780705],[125.947626,52.7769],[125.952544,52.767429],[125.962292,52.758861],[125.976944,52.756435],[125.984724,52.759278],[125.999158,52.774187],[126.007571,52.791097],[126.017162,52.795896],[126.027182,52.797496],[126.045093,52.795836],[126.106358,52.769162],[126.110308,52.762786],[126.108223,52.758483],[126.104173,52.75611],[126.062312,52.75191],[126.046667,52.747329],[126.038398,52.743046],[126.036286,52.737593],[126.036935,52.735461],[126.046027,52.71797],[126.058238,52.702421],[126.062121,52.693626],[126.063092,52.683633],[126.061348,52.679471],[126.049879,52.675841],[126.014637,52.673457],[125.990861,52.675151],[125.982901,52.672269],[125.965626,52.657099],[125.961566,52.647195],[125.961397,52.628915],[125.966616,52.615322],[125.979997,52.602881],[125.99302,52.59323],[126,52.589957],[126.01051,52.580102],[126.025868,52.573543],[126.033863,52.573329],[126.03936,52.575756],[126.051272,52.586708],[126.051788,52.596251],[126.055923,52.601781],[126.060144,52.603659],[126.066953,52.603689],[126.089069,52.59568],[126.110797,52.582196],[126.167908,52.555697],[126.197953,52.534389],[126.203366,52.526921],[126.203619,52.522019],[126.184393,52.491136],[126.181518,52.479326],[126.182344,52.473423],[126.187511,52.466975],[126.200078,52.464477],[126.228234,52.473348],[126.250982,52.474922],[126.263413,52.472909],[126.266941,52.470618],[126.273354,52.459745],[126.292316,52.44044],[126.302073,52.433149],[126.308641,52.430584],[126.325038,52.417367],[126.341512,52.396351],[126.348036,52.384847],[126.349305,52.376183],[126.343271,52.358293],[126.33981,52.353595],[126.333182,52.349085],[126.317933,52.34518],[126.312606,52.339836],[126.310875,52.334753],[126.312158,52.330377],[126.311102,52.321921],[126.315333,52.313586],[126.324272,52.307154],[126.339284,52.301866],[126.39114,52.303231],[126.424685,52.298269],[126.431187,52.293584],[126.432046,52.290301],[126.430789,52.285813],[126.425506,52.279389],[126.421794,52.278532],[126.405313,52.281304],[126.397996,52.280352],[126.371008,52.268103],[126.337662,52.257548],[126.330168,52.251347],[126.310329,52.240333],[126.305262,52.236487],[126.294759,52.219574],[126.294283,52.213566],[126.297837,52.205298],[126.308365,52.200464],[126.34669,52.188307],[126.397567,52.183931],[126.419526,52.171936],[126.445454,52.163725],[126.495075,52.158345],[126.546017,52.136656],[126.556793,52.128718],[126.558477,52.119566],[126.549672,52.106798],[126.53808,52.098348],[126.53261,52.091159],[126.536412,52.074869],[126.535873,52.071406],[126.517749,52.059716],[126.514687,52.056298],[126.513159,52.048886],[126.515287,52.04155],[126.514245,52.036953],[126.509628,52.034778],[126.502908,52.034537],[126.489881,52.038656],[126.47254,52.04038],[126.446446,52.029146],[126.440249,52.022311],[126.437679,52.01039],[126.439478,52.002142],[126.462396,51.985279],[126.462848,51.976685],[126.456516,51.962664],[126.458175,51.946533],[126.464205,51.937185],[126.4731,51.932512],[126.490287,51.929949],[126.49677,51.926934],[126.512449,51.903565],[126.521947,51.894369],[126.533104,51.887735],[126.543506,51.877936],[126.556623,51.860447],[126.568985,51.831953],[126.576674,51.822455],[126.59763,51.804062],[126.615571,51.778885],[126.629377,51.768728],[126.649394,51.762982],[126.658385,51.757768],[126.659667,51.754809],[126.658991,51.750994],[126.655222,51.743757],[126.656578,51.738028],[126.660565,51.733338],[126.666076,51.729585],[126.678439,51.726268],[126.704219,51.730188],[126.710853,51.729887],[126.715527,51.726721],[126.724617,51.713995],[126.724723,51.702297],[126.717194,51.692906],[126.715448,51.688808],[126.715074,51.680978],[126.731658,51.653601],[126.732714,51.646213],[126.731357,51.634002],[126.723204,51.626087],[126.687032,51.615307],[126.671353,51.603849],[126.668489,51.600382],[126.669242,51.595859],[126.675273,51.587416],[126.686731,51.57822],[126.707385,51.569325],[126.77161,51.555907],[126.802366,51.545806],[126.828878,51.534855],[126.83832,51.529298],[126.838684,51.524971],[126.83679,51.520253],[126.829482,51.514247],[126.823022,51.505309],[126.802015,51.489358],[126.797988,51.480293],[126.798225,51.470013],[126.796697,51.466775],[126.776483,51.447991],[126.776487,51.441096],[126.779339,51.435684],[126.78969,51.426845],[126.80926,51.417051],[126.850459,51.411627],[126.895524,51.408034],[126.912423,51.391877],[126.917064,51.383811],[126.921318,51.367755],[126.921318,51.360518],[126.915589,51.348608],[126.905638,51.342578],[126.89614,51.33911],[126.839152,51.344839],[126.829503,51.342728],[126.817698,51.334596],[126.812768,51.328104],[126.80719,51.310917],[126.809753,51.296143],[126.815181,51.278202],[126.820494,51.269649],[126.835664,51.256279],[126.850308,51.250311],[126.861465,51.246843],[126.883928,51.243225],[126.898703,51.245185],[126.913783,51.255976],[126.914918,51.263478],[126.912161,51.270354],[126.904884,51.280614],[126.889959,51.287851],[126.869908,51.301269],[126.867345,51.306998],[126.868626,51.316194],[126.87443,51.31936],[126.929459,51.33127],[126.962023,51.33323],[126.97484,51.326746],[126.976785,51.321294],[126.974963,51.304803],[126.968054,51.290414],[126.945892,51.265689],[126.924333,51.250009],[126.913176,51.229958],[126.8981,51.21458],[126.894331,51.20659],[126.893577,51.201916],[126.896165,51.187754],[126.910161,51.144023],[126.915739,51.110403],[126.916795,51.098493],[126.915136,51.076783],[126.91785,51.059295],[126.925237,51.054169],[126.942274,51.049193],[126.950716,51.044671],[126.987955,51.019041],[127.012797,50.99579],[127.024548,50.977467],[127.0402,50.964902],[127.050521,50.958887],[127.102685,50.938232],[127.12678,50.920126],[127.152342,50.889798],[127.196309,50.827271],[127.208822,50.805109],[127.221788,50.787168],[127.235356,50.773599],[127.244713,50.767122],[127.259557,50.761696],[127.287822,50.755055],[127.295209,50.750834],[127.298978,50.745407],[127.298375,50.733346],[127.28164,50.710731],[127.279885,50.704319],[127.280736,50.691584],[127.287671,50.667915],[127.292797,50.65917],[127.314959,50.635048],[127.333352,50.621932],[127.349182,50.600373],[127.363806,50.584694],[127.365012,50.579719],[127.364861,50.575949],[127.357926,50.558461],[127.356419,50.547757],[127.353554,50.542782],[127.321088,50.530428],[127.314285,50.526402],[127.309526,50.518312],[127.306195,50.499514],[127.300009,50.487855],[127.287873,50.476909],[127.286398,50.473364],[127.291157,50.459801],[127.300675,50.452662],[127.313524,50.448379],[127.338358,50.447119],[127.345683,50.44539],[127.356181,50.439038],[127.361038,50.432287],[127.363255,50.404121],[127.359685,50.394366],[127.354053,50.386729],[127.329553,50.36298],[127.325387,50.352666],[127.325043,50.342507],[127.32899,50.332738],[127.371583,50.290145],[127.383956,50.283959],[127.433867,50.274262],[127.486563,50.257452],[127.539573,50.250646],[127.559084,50.244697],[127.593714,50.238658],[127.599324,50.235735],[127.603104,50.228517],[127.604056,50.211861],[127.597791,50.1737],[127.586686,50.149519],[127.577882,50.137384],[127.563843,50.122393],[127.530578,50.097076],[127.515561,50.081205],[127.501834,50.058814],[127.488625,50.014449],[127.487748,49.999994],[127.491746,49.984765],[127.500883,49.973534],[127.530769,49.947646],[127.53699,49.939918],[127.538954,49.932798],[127.540667,49.924993],[127.539716,49.91281],[127.532672,49.89663],[127.520489,49.85399],[127.525439,49.826579],[127.538016,49.80637],[127.561987,49.788317],[127.57436,49.78451],[127.65412,49.776324],[127.660592,49.773279],[127.665732,49.769091],[127.668587,49.759573],[127.668397,49.738634],[127.672204,49.705321],[127.674304,49.69482],[127.680009,49.680712],[127.688634,49.670599],[127.704993,49.657809],[127.720755,49.649817],[127.740239,49.644425],[127.763141,49.633866],[127.779036,49.62414],[127.786638,49.616466],[127.802997,49.592374],[127.809038,49.58744],[127.813556,49.586128],[127.824115,49.585384],[127.846868,49.587615],[127.881965,49.57542],[127.898415,49.574477],[127.916616,49.578544],[127.946394,49.594336],[127.955758,49.596621],[127.962414,49.595618],[127.975359,49.587615],[127.983687,49.584641],[128.003825,49.579544],[128.032764,49.562333],[128.046148,49.558021],[128.09184,49.546581],[128.112589,49.549246],[128.125914,49.548866],[128.160749,49.539538],[128.18245,49.536302],[128.196298,49.537579],[128.211068,49.543493],[128.231752,49.558955],[128.24679,49.562952],[128.262971,49.564285],[128.284481,49.562952],[128.29457,49.559145],[128.321029,49.542774],[128.327721,49.540937],[128.335707,49.541855],[128.34825,49.547343],[128.363289,49.561429],[128.364811,49.564665],[128.362908,49.574754],[128.363673,49.579728],[128.367096,49.583511],[128.37452,49.586556],[128.396601,49.589983],[128.444571,49.587318],[128.489115,49.589983],[128.510614,49.595771],[128.521704,49.600665],[128.540178,49.603427],[128.613037,49.587889],[128.646349,49.576087],[128.665195,49.571328],[128.685753,49.568853],[128.711315,49.561833],[128.719446,49.563714],[128.72498,49.57042],[128.727986,49.586265],[128.731099,49.591689],[128.743123,49.594621],[128.751195,49.594449],[128.765703,49.589602],[128.783787,49.586556],[128.796731,49.579894],[128.799967,49.576277],[128.804536,49.563142],[128.797641,49.545758],[128.778456,49.534385],[128.748808,49.512077],[128.743636,49.503458],[128.741528,49.496327],[128.742523,49.48737],[128.746287,49.481479],[128.760563,49.473675],[128.786452,49.469677],[128.793716,49.471078],[128.809946,49.477627],[128.85498,49.489094],[128.871351,49.488903],[128.887642,49.485736],[128.904283,49.477863],[128.91856,49.467393],[128.929791,49.462253],[128.942164,49.459017],[128.961321,49.457178],[128.996606,49.457114],[129.010312,49.451213],[129.019829,49.441124],[129.026302,49.431035],[129.033726,49.414664],[129.041644,49.391209],[129.052571,49.372024],[129.061708,49.363648],[129.072558,49.358128],[129.101493,49.351275],[129.117292,49.350514],[129.133663,49.352988],[129.171354,49.385159],[129.209044,49.399055],[129.223892,49.400007],[129.261202,49.391631],[129.274463,49.383795],[129.29916,49.362989],[129.310757,49.355329],[129.338429,49.35147],[129.347243,49.352608],[129.358094,49.354511],[129.36666,49.357938],[129.372751,49.363268],[129.374845,49.371834],[129.374274,49.376212],[129.367802,49.388205],[129.365327,49.400958],[129.369555,49.415721],[129.372942,49.422088],[129.382459,49.428941],[129.401685,49.437317],[129.429287,49.440553],[129.51095,49.420756],[129.524656,49.410476],[129.533603,49.399816],[129.537956,49.389758],[129.543501,49.325006],[129.549036,49.304216],[129.554666,49.294244],[129.562677,49.285875],[129.574563,49.279014],[129.596718,49.274631],[129.615685,49.277148],[129.646127,49.290042],[129.66459,49.294662],[129.695856,49.294901],[129.705652,49.292616],[129.715875,49.287711],[129.73629,49.271946],[129.744683,49.261876],[129.747373,49.247645],[129.747373,49.240107],[129.744708,49.229637],[129.745089,49.22031],[129.747373,49.207746],[129.751243,49.199363],[129.75613,49.193469],[129.776879,49.179954],[129.807146,49.175576],[129.83901,49.177583],[129.849767,49.17308],[129.855306,49.167581],[129.857485,49.157966],[129.855306,49.148355],[129.845788,49.137124],[129.843694,49.131603],[129.84318,49.121577],[129.846549,49.115423],[129.853444,49.109849],[129.860826,49.107809],[129.894519,49.105715],[129.909227,49.102113],[129.92088,49.09464],[129.924786,49.083443],[129.924215,49.076781],[129.919075,49.067072],[129.909748,49.058126],[129.910129,49.046324],[129.912218,49.042668],[129.933543,49.032999],[129.94839,49.029191],[129.965903,49.027478],[130.011779,49.013582],[130.023039,49.005504],[130.035765,48.984989],[130.050672,48.972173],[130.063255,48.96628],[130.09805,48.955228],[130.127348,48.940291],[130.195283,48.898226],[130.205285,48.889978],[130.217174,48.874431],[130.231494,48.863559],[130.244586,48.861297],[130.279459,48.864549],[130.293698,48.86815],[130.359752,48.890802],[130.399425,48.901769],[130.431513,48.906002],[130.451045,48.904171],[130.466029,48.899368],[130.475535,48.889085],[130.485787,48.866027],[130.498742,48.858058],[130.511162,48.853409],[130.533241,48.85184],[130.544488,48.853502],[130.562798,48.85977],[130.584527,48.871187],[130.616479,48.882047],[130.656884,48.88043],[130.675622,48.8748],[130.682168,48.869704],[130.68467,48.864295],[130.684045,48.857384],[130.68029,48.846638],[130.674095,48.840069],[130.650657,48.824292],[130.629905,48.806777],[130.612372,48.787546],[130.603093,48.763534],[130.576985,48.717217],[130.571292,48.70064],[130.559893,48.678591],[130.540132,48.650511],[130.52556,48.633807],[130.522462,48.625795],[130.522157,48.61655],[130.52591,48.610084],[130.534531,48.603674],[130.584442,48.595408],[130.594604,48.591229],[130.603195,48.584887],[130.609542,48.57058],[130.606597,48.554883],[130.608107,48.540604],[130.607969,48.512174],[130.610455,48.504468],[130.622586,48.489189],[130.639477,48.486238],[130.66412,48.490102],[130.699765,48.506124],[130.713483,48.513898],[130.722959,48.516319],[130.738187,48.513172],[130.755139,48.500837],[130.762768,48.490728],[130.764828,48.486038],[130.764492,48.48192],[130.761135,48.474471],[130.756038,48.468559],[130.736933,48.451694],[130.72964,48.440477],[130.729853,48.433234],[130.743967,48.412435],[130.747705,48.403596],[130.758172,48.387347],[130.763756,48.372854],[130.763664,48.363858],[130.767188,48.357571],[130.773298,48.352622],[130.777048,48.355121],[130.81165,48.339446],[130.82296,48.328066],[130.83513,48.3086],[130.837933,48.298617],[130.837196,48.294359],[130.833551,48.289737],[130.823568,48.28225],[130.809696,48.263391],[130.801543,48.259497],[130.779636,48.254563],[130.770136,48.244825],[130.757597,48.219326],[130.757839,48.186957],[130.702086,48.154392],[130.665936,48.126035],[130.660711,48.11709],[130.658514,48.102853],[130.665207,48.091412],[130.678349,48.077055],[130.680172,48.059351],[130.682126,48.051682],[130.686015,48.045962],[130.700505,48.038663],[130.732513,48.030064],[130.747433,48.009925],[130.762468,47.995817],[130.789188,47.984144],[130.863352,47.940909],[130.883544,47.924966],[130.921737,47.866602],[130.953727,47.825642],[130.957016,47.813228],[130.9547,47.780555],[130.958717,47.730844],[130.962371,47.723422],[130.975753,47.710764],[130.99023,47.702915],[131.021872,47.692209],[131.071294,47.687171],[131.107095,47.687245],[131.158092,47.695532],[131.175011,47.700215],[131.228902,47.730626],[131.265397,47.736397],[131.328291,47.732432],[131.351419,47.728298],[131.388675,47.730921],[131.402189,47.736525],[131.428245,47.743957],[131.447595,47.744571],[131.486912,47.738314],[131.525484,47.735998],[131.535828,47.733621],[131.551395,47.722302],[131.560037,47.680254],[131.582275,47.660243],[131.610633,47.656546],[131.624954,47.658617],[131.641041,47.66535],[131.656188,47.675987],[131.666297,47.692375],[131.67191,47.697988],[131.690019,47.706673],[131.701805,47.707984],[131.726387,47.704655],[131.757317,47.689988],[131.767999,47.681153],[131.789519,47.678888],[131.814606,47.672201],[131.835191,47.670975],[131.8499,47.672158],[131.861034,47.676784],[131.895733,47.683192],[131.89934,47.682211],[131.904691,47.676802],[131.908974,47.674803],[131.957114,47.665814],[131.964478,47.665745],[131.973981,47.667641],[131.980284,47.671118],[131.983832,47.676992],[131.990817,47.702746],[131.994906,47.708412],[132.002244,47.711355],[132.013064,47.712838],[132.020804,47.712022],[132.059827,47.699077],[132.094569,47.70129],[132.159411,47.702268],[132.201263,47.713477],[132.218444,47.713058],[132.243407,47.706843],[132.252364,47.707054],[132.273742,47.716559],[132.280212,47.727201],[132.28252,47.737444],[132.291262,47.747876],[132.303755,47.754539],[132.31244,47.756204],[132.340881,47.757043],[132.379883,47.7519],[132.388626,47.749896],[132.415237,47.73675],[132.437923,47.730711],[132.447169,47.730298],[132.481579,47.71785],[132.518924,47.714412],[132.539076,47.714586],[132.578093,47.723813],[132.58824,47.728569],[132.599791,47.736961],[132.605224,47.74856],[132.605102,47.752057],[132.602813,47.755895],[132.589767,47.765367],[132.586624,47.773495],[132.588685,47.786109],[132.5943,47.803582],[132.610475,47.82329],[132.613542,47.832658],[132.620211,47.839799],[132.647341,47.850676],[132.666659,47.862205],[132.672427,47.863069],[132.681979,47.870849],[132.683749,47.881561],[132.680255,47.89514],[132.673099,47.902487],[132.662633,47.918712],[132.654164,47.926221],[132.651738,47.930682],[132.651052,47.935093],[132.65334,47.943347],[132.66097,47.950833],[132.676809,47.960109],[132.708852,47.964643],[132.729192,47.957622],[132.741114,47.942536],[132.758995,47.932335],[132.777555,47.92829],[132.799267,47.92829],[132.810986,47.932395],[132.825679,47.941615],[132.834966,47.95637],[132.848499,47.971473],[132.860817,47.992239],[132.867935,48],[132.91416,48.015592],[132.991955,48.031921],[133.011009,48.046748],[133.024452,48.070464],[133.030858,48.092945],[133.044227,48.109586],[133.09324,48.125783],[133.146147,48.130888],[133.154069,48.133257],[133.198372,48.129529],[133.212492,48.125895],[133.238347,48.122747],[133.254573,48.114883],[133.306965,48.097504],[133.324455,48.103171],[133.337151,48.11028],[133.355187,48.113211],[133.381111,48.122209],[133.394967,48.124985],[133.417275,48.120042],[133.433828,48.112118],[133.449941,48.110672],[133.481645,48.113775],[133.490812,48.116159],[133.526561,48.113779],[133.536663,48.114985],[133.546311,48.118151],[133.553428,48.127045],[133.576763,48.184272],[133.581828,48.190397],[133.585516,48.192426],[133.612343,48.19573],[133.66355,48.181806],[133.671744,48.181106],[133.692651,48.182883],[133.70687,48.189437],[133.712037,48.196148],[133.716055,48.205464],[133.720958,48.2427],[133.724879,48.246948],[133.739131,48.254417],[133.765849,48.25964],[133.797252,48.260346],[133.808948,48.26383],[133.82397,48.27252],[133.831762,48.275018],[133.875009,48.28293],[133.912271,48.293209],[133.941586,48.30325],[133.981823,48.300318],[133.997875,48.304034],[134.009853,48.309678],[134.021085,48.330163],[134.032547,48.339446],[134.060799,48.340011],[134.07097,48.336702],[134.106644,48.332356],[134.128936,48.335168],[134.141016,48.342872],[134.177357,48.372851],[134.197042,48.38248],[134.20627,48.384118],[134.226072,48.3841],[134.250481,48.3798],[134.285185,48.381134],[134.314497,48.376837],[134.360099,48.380465],[134.370379,48.38313],[134.391889,48.394932],[134.406927,48.400262],[134.441805,48.405561],[134.494361,48.422168],[134.505816,48.422788],[134.54651,48.410283],[134.571855,48.405729],[134.594681,48.406201],[134.627267,48.409664],[134.657648,48.407964],[134.678015,48.411042],[134.704233,48.401274],[134.730407,48.384651],[134.758193,48.371875],[134.767497,48.368277],[134.770846,48.368401],[134.798822,48.372038],[134.811488,48.375819],[134.825961,48.383089],[134.841102,48.39751],[134.857329,48.420182],[134.875017,48.436382],[134.896737,48.445635],[134.938933,48.44814],[135.001876,48.437308],[135.027353,48.437294],[135.034248,48.439668],[135.044565,48.447221],[135.056943,48.462359],[135.075027,48.45484],[135.083307,48.44399],[135.088511,48.431675],[135.086063,48.416495],[135.078532,48.398563],[135.073123,48.39383],[135.00223,48.363531],[134.960467,48.355411],[134.948226,48.352595],[134.940514,48.348923],[134.888966,48.337779],[134.875926,48.3365],[134.856362,48.33127],[134.809019,48.311541],[134.790638,48.29197],[134.783658,48.287602],[134.769538,48.288121],[134.761173,48.286148],[134.741271,48.275978],[134.723919,48.274436],[134.713817,48.268254],[134.708525,48.266931],[134.690839,48.265379],[134.680348,48.258756],[134.672857,48.250759],[134.667014,48.236153],[134.668044,48.218988],[134.664046,48.209184],[134.664522,48.200047],[134.669281,48.189006],[134.664343,48.176695],[134.665038,48.168255],[134.668864,48.155578],[134.666206,48.147146],[134.65617,48.137089],[134.635925,48.121973],[134.632637,48.116671],[134.62864,48.102965],[134.621692,48.094685],[134.573933,48.059092],[134.571138,48.05402],[134.568192,48.041989],[134.564134,48.039847],[134.552125,48.037624],[134.545304,48.033006],[134.544663,48.024545],[134.54906,48.010169],[134.544097,47.98493],[134.550011,47.978523],[134.563489,47.972132],[134.575239,47.95963],[134.593123,47.947355],[134.596204,47.938516],[134.600995,47.932116],[134.603864,47.921761],[134.599179,47.90976],[134.600598,47.904041],[134.607022,47.901792],[134.636791,47.90144],[134.647152,47.899543],[134.653866,47.89647],[134.660595,47.888333],[134.666027,47.884641],[134.668518,47.881747],[134.668161,47.877523],[134.660228,47.857901],[134.66627,47.846641],[134.665324,47.836466],[134.666605,47.833722],[134.663324,47.825128],[134.67759,47.811939],[134.692361,47.80786],[134.699273,47.804087],[134.714898,47.792462],[134.728401,47.778001],[134.740593,47.772318],[134.75251,47.769403],[134.762184,47.761972],[134.766044,47.757173],[134.767737,47.750926],[134.775077,47.738196],[134.774771,47.73042],[134.769949,47.71481],[134.756246,47.703148],[134.742864,47.683534],[134.728093,47.674299],[134.718592,47.662],[134.707493,47.650949],[134.686664,47.639548],[134.678455,47.632429],[134.675449,47.625158],[134.680285,47.598117],[134.672304,47.587423],[134.666155,47.582935],[134.653597,47.579318],[134.644457,47.571906],[134.631273,47.558525],[134.628511,47.548047],[134.614167,47.537778],[134.604264,47.532226],[134.586594,47.527401],[134.573808,47.519615],[134.570679,47.513428],[134.573212,47.500356],[134.571259,47.498941],[134.570556,47.489552],[134.560958,47.47691],[134.546935,47.47078],[134.51654,47.465651],[134.507766,47.459497],[134.499693,47.447945],[134.488311,47.44342],[134.478209,47.443307],[134.468627,47.445929],[134.449157,47.446022],[134.432982,47.441689],[134.422271,47.440884],[134.406447,47.435897],[134.391784,47.43425],[134.356259,47.438231],[134.346847,47.441086],[134.338263,47.440127],[134.312679,47.432772],[134.305709,47.42943],[134.260969,47.395804],[134.255369,47.378079],[134.255765,47.367959],[134.253156,47.363813],[134.23042,47.351286],[134.201611,47.346929],[134.17622,47.327505],[134.168163,47.309525],[134.164119,47.293615],[134.155619,47.275937],[134.1542,47.26345],[134.150675,47.258068],[134.149881,47.253367],[134.15867,47.238352],[134.172784,47.228515],[134.181426,47.225963],[134.195989,47.214862],[134.212678,47.198478],[134.218377,47.190134],[134.221837,47.183112],[134.223262,47.165405],[134.220526,47.146061],[134.224921,47.135301],[134.220945,47.112014],[134.213906,47.101411],[134.204432,47.097587],[134.19548,47.095588],[134.146963,47.096082],[134.140783,47.094695],[134.135702,47.090861],[134.128606,47.082325],[134.124125,47.07273],[134.114949,47.066699],[134.112736,47.063529],[134.111195,47.058948],[134.113346,47.050639],[134.112797,47.04115],[134.109516,47.034976],[134.098081,47.022493],[134.096729,47.016742],[134.097577,47.00641],[134.062487,46.985233],[134.054677,46.977602],[134.053819,46.969593],[134.055254,46.966897],[134.067476,46.958573],[134.069566,46.941441],[134.065568,46.929116],[134.055224,46.916751],[134.045763,46.897085],[134.035975,46.883018],[134.038543,46.87187],[134.033553,46.86192],[134.034682,46.847734],[134.027571,46.840437],[134.018553,46.834977],[134.015379,46.829291],[134.016437,46.811758],[134.029983,46.79918],[134.032927,46.793615],[134.042752,46.78267],[134.044878,46.775453],[134.043913,46.769764],[134.028254,46.759867],[134.025916,46.754932],[134.024843,46.745591],[134.018199,46.736616],[134.018367,46.717241],[134.027613,46.699747],[134.027491,46.695446],[134.020349,46.684648],[134.010257,46.659067],[134.009726,46.648331],[134.0076,46.642484],[133.997732,46.631288],[133.969958,46.618678],[133.933601,46.60623],[133.913962,46.592691],[133.904122,46.57869],[133.903183,46.569973],[133.897175,46.563748],[133.893273,46.541192],[133.883185,46.523015],[133.875981,46.517268],[133.864903,46.511624],[133.86389,46.507849],[133.865892,46.502733],[133.864274,46.498069],[133.846618,46.48108],[133.841763,46.472452],[133.844667,46.448148],[133.848379,46.444389],[133.857738,46.443342],[133.875576,46.447539],[133.895254,46.443104],[133.907151,46.436679],[133.923556,46.424408],[133.929171,46.417281],[133.930727,46.406833],[133.94095,46.397608],[133.940636,46.390209],[133.937894,46.381856],[133.92514,46.372862],[133.903779,46.364881],[133.884219,46.363999],[133.87201,46.360492],[133.865776,46.354517],[133.862152,46.34452],[133.862137,46.338938],[133.865306,46.335114],[133.886877,46.326887],[133.897216,46.326363],[133.910171,46.333352],[133.915695,46.331542],[133.915848,46.328449],[133.906142,46.309828],[133.900939,46.304979],[133.899901,46.300462],[133.901854,46.290611],[133.911238,46.28179],[133.91464,46.275404],[133.915022,46.272524],[133.91197,46.269477],[133.90962,46.259819],[133.902082,46.25085],[133.898542,46.249102],[133.883069,46.246388],[133.866315,46.250541],[133.854398,46.248483],[133.852888,46.246431],[133.853528,46.243896],[133.868512,46.23866],[133.873441,46.232875],[133.870236,46.22942],[133.860165,46.226338],[133.854977,46.222458],[133.85188,46.209018],[133.847302,46.203083],[133.842511,46.200282],[133.83598,46.198983],[133.827099,46.203499],[133.825573,46.207662],[133.825711,46.21841],[133.820676,46.224574],[133.813001,46.228049],[133.803098,46.228386],[133.797376,46.225497],[133.793714,46.220613],[133.793393,46.204772],[133.789395,46.192377],[133.774945,46.181885],[133.744163,46.168953],[133.727644,46.165361],[133.699932,46.162529],[133.689693,46.15764],[133.685298,46.150864],[133.681975,46.139603],[133.691325,46.117444],[133.706201,46.09966],[133.723855,46.087916],[133.736993,46.076271],[133.737802,46.074139],[133.736199,46.068593],[133.737618,46.059445],[133.73672,46.056599],[133.722988,46.041345],[133.70974,46.023375],[133.689235,46.008975],[133.679052,45.996026],[133.671775,45.979064],[133.676474,45.960185],[133.674154,45.95467],[133.668188,45.950768],[133.669561,45.942219],[133.665105,45.938995],[133.660833,45.938509],[133.647222,45.945802],[133.631864,45.945446],[133.616445,45.943149],[133.608877,45.941037],[133.604837,45.93817],[133.600786,45.933593],[133.597207,45.924585],[133.609598,45.912139],[133.610796,45.908377],[133.609652,45.900368],[133.604837,45.895554],[133.593662,45.893225],[133.587986,45.889008],[133.586369,45.88305],[133.591709,45.873538],[133.586994,45.868185],[133.581791,45.866542],[133.573444,45.866537],[133.557255,45.877985],[133.554264,45.885086],[133.542614,45.894139],[133.536473,45.896358],[133.52477,45.896473],[133.504231,45.887425],[133.500889,45.875329],[133.504642,45.867515],[133.5042,45.864351],[133.488438,45.866748],[133.485356,45.865129],[133.478504,45.85663],[133.477588,45.851291],[133.488361,45.841173],[133.489368,45.836693],[133.488345,45.835046],[133.4827,45.832722],[133.471973,45.836578],[133.466693,45.836867],[133.460147,45.834103],[133.459628,45.828369],[133.464999,45.819345],[133.461184,45.810688],[133.46271,45.794667],[133.470125,45.790574],[133.489992,45.792107],[133.496828,45.786326],[133.498918,45.778882],[133.495668,45.774502],[133.489302,45.772794],[133.485658,45.77361],[133.475862,45.781059],[133.46528,45.780154],[133.461469,45.778174],[133.461259,45.774921],[133.465745,45.766524],[133.458711,45.758728],[133.457734,45.755008],[133.461045,45.751539],[133.477662,45.747151],[133.48082,45.741623],[133.480057,45.737852],[133.476944,45.736115],[133.466431,45.737094],[133.447739,45.730143],[133.44072,45.721455],[133.434891,45.717354],[133.434646,45.709487],[133.422942,45.698957],[133.421081,45.695413],[133.424285,45.691494],[133.430907,45.691981],[133.432678,45.693314],[133.432693,45.697606],[133.435104,45.702655],[133.442535,45.704156],[133.44667,45.702206],[133.450683,45.694136],[133.45468,45.690879],[133.460006,45.68966],[133.470504,45.692649],[133.477492,45.688734],[133.475829,45.678171],[133.483885,45.670914],[133.48332,45.662319],[133.481474,45.658079],[133.477674,45.655927],[133.460829,45.656853],[133.45326,45.655599],[133.44409,45.652587],[133.439543,45.646501],[133.441206,45.640122],[133.468244,45.625966],[133.470365,45.62191],[133.468702,45.618554],[133.463803,45.615762],[133.458112,45.615937],[133.443937,45.626861],[133.42996,45.628168],[133.42526,45.6258],[133.423566,45.61839],[133.424741,45.612935],[133.422666,45.610896],[133.41879,45.610595],[133.411527,45.617161],[133.405179,45.616663],[133.405133,45.614787],[133.409452,45.611446],[133.411008,45.607549],[133.404858,45.601201],[133.402997,45.593059],[133.415524,45.581726],[133.414654,45.574111],[133.411693,45.570966],[133.39526,45.57142],[133.389965,45.569654],[133.39169,45.573511],[133.385372,45.577669],[133.380108,45.576128],[133.379787,45.572232],[133.372662,45.570174],[133.372082,45.573373],[133.368771,45.573114],[133.365185,45.575438],[133.363278,45.574259],[133.366741,45.567196],[133.361248,45.565862],[133.356441,45.567503],[133.353787,45.563092],[133.35078,45.561618],[133.349361,45.566182],[133.342785,45.5661],[133.3428,45.564184],[133.348049,45.561691],[133.341945,45.561216],[133.336971,45.552744],[133.332683,45.550734],[133.331325,45.551119],[133.332439,45.553866],[133.328335,45.555493],[133.327206,45.559134],[133.324001,45.559438],[133.320385,45.554863],[133.318126,45.548433],[133.310039,45.545821],[133.309185,45.546983],[133.310787,45.549836],[133.308742,45.550067],[133.306255,45.547515],[133.302288,45.546966],[133.299694,45.541646],[133.292843,45.543257],[133.296062,45.540705],[133.295375,45.539728],[133.284557,45.541829],[133.286998,45.538374],[133.285533,45.534434],[133.282329,45.534835],[133.279567,45.539378],[133.277217,45.539527],[133.271923,45.536694],[133.275188,45.533437],[133.272166,45.529185],[133.269176,45.532343],[133.264293,45.531891],[133.251109,45.524883],[133.245631,45.519508],[133.247203,45.516806],[133.246272,45.51586],[133.238078,45.513971],[133.24055,45.51799],[133.239253,45.520602],[133.236446,45.515129],[133.234691,45.514503],[133.228068,45.521257],[133.223598,45.518047],[133.225077,45.512694],[133.223704,45.510352],[133.212672,45.513396],[133.206599,45.510219],[133.203914,45.513839],[133.193583,45.513748],[133.194408,45.510036],[133.198969,45.503913],[133.19221,45.497801],[133.18484,45.499245],[133.183299,45.497673],[133.182749,45.493493],[133.189555,45.493826],[133.180567,45.486755],[133.181315,45.483582],[133.18606,45.479735],[133.180247,45.476943],[133.175135,45.478647],[133.17753,45.470471],[133.171183,45.473159],[133.164499,45.468809],[133.161432,45.464931],[133.161798,45.463394],[133.170877,45.463346],[133.172647,45.461094],[133.16723,45.455307],[133.161402,45.455222],[133.152444,45.444915],[133.153558,45.443412],[133.162942,45.443046],[133.164178,45.441586],[133.157113,45.434926],[133.14071,45.435259],[133.142083,45.433072],[133.14985,45.429617],[133.151543,45.426513],[133.142754,45.426398],[133.13839,45.428725],[133.133843,45.427076],[133.133767,45.424272],[133.137673,45.423359],[133.138024,45.418632],[133.132714,45.415887],[133.132287,45.414242],[133.140236,45.406409],[133.138375,45.40479],[133.132912,45.404364],[133.130684,45.401142],[133.13427,45.399617],[133.138924,45.402644],[133.139931,45.397982],[133.14283,45.395361],[133.139397,45.395413],[133.136986,45.393192],[133.131004,45.380237],[133.141105,45.375669],[133.136848,45.371397],[133.137256,45.365203],[133.13465,45.365747],[133.127891,45.372079],[133.125358,45.371889],[133.126288,45.360643],[133.118003,45.36097],[133.117194,45.359018],[133.122092,45.355846],[133.111258,45.350498],[133.11135,45.346297],[133.114417,45.342092],[133.121375,45.343233],[133.120215,45.339551],[133.123907,45.33483],[133.11759,45.33379],[133.111731,45.330166],[133.114294,45.327455],[133.11347,45.324877],[133.106878,45.325987],[133.108252,45.321133],[133.099127,45.319299],[133.098837,45.310805],[133.103247,45.309411],[133.112051,45.310322],[133.11376,45.308911],[133.111318,45.306022],[133.104925,45.306227],[133.097433,45.30343],[133.10024,45.300957],[133.107732,45.298814],[133.101995,45.29777],[133.102178,45.294889],[133.100652,45.293734],[133.090123,45.291525],[133.089894,45.288714],[133.098836,45.290168],[133.100011,45.287245],[133.090428,45.284386],[133.088582,45.279271],[133.097798,45.279097],[133.102696,45.277446],[133.09023,45.272271],[133.089894,45.269571],[133.094197,45.267798],[133.102284,45.272747],[133.101689,45.269592],[133.104649,45.264697],[133.089955,45.264142],[133.092747,45.259599],[133.087712,45.257513],[133.086338,45.252865],[133.090549,45.246241],[133.093708,45.250267],[133.101887,45.25164],[133.097019,45.248909],[133.100315,45.245477],[133.099995,45.243097],[133.095951,45.244514],[133.087101,45.244172],[133.087696,45.241641],[133.09148,45.238474],[133.098637,45.240028],[133.103321,45.239202],[133.103199,45.238003],[133.096302,45.236399],[133.100635,45.229205],[133.102634,45.228483],[133.105289,45.23214],[133.10709,45.2323],[133.107715,45.222466],[133.109043,45.223141],[133.108264,45.226016],[133.11008,45.226699],[133.113605,45.225227],[133.115298,45.220716],[133.118823,45.219726],[133.112949,45.217069],[133.11246,45.212283],[133.118259,45.213188],[133.117435,45.21052],[133.121081,45.200953],[133.117648,45.194971],[133.120272,45.1946],[133.122012,45.197877],[133.125399,45.198171],[133.123858,45.19124],[133.130205,45.189999],[133.127276,45.186136],[133.126604,45.182102],[133.130022,45.17447],[133.127657,45.171718],[133.123018,45.17031],[133.121111,45.165901],[133.12578,45.161947],[133.130647,45.160897],[133.131547,45.157965],[133.122102,45.151849],[133.131471,45.151508],[133.133745,45.14907],[133.130845,45.150166],[133.125047,45.146098],[133.119477,45.134286],[133.122468,45.133229],[133.123689,45.138774],[133.127961,45.141701],[133.135011,45.141686],[133.135194,45.139228],[133.133118,45.137907],[133.127534,45.137604],[133.129273,45.133282],[133.132905,45.133269],[133.130143,45.129751],[133.13295,45.125766],[133.123886,45.122346],[133.122178,45.124338],[133.125946,45.127446],[133.124741,45.129293],[133.12259,45.129339],[133.118699,45.12483],[133.114564,45.124145],[133.113465,45.126611],[133.109025,45.125143],[133.109574,45.122646],[133.107957,45.121121],[133.100815,45.123072],[133.096482,45.115878],[133.100113,45.114273],[133.100434,45.112569],[133.092804,45.112928],[133.092621,45.109109],[133.09578,45.102998],[133.093949,45.102518],[133.093033,45.104658],[133.088287,45.104542],[133.081787,45.101306],[133.079559,45.099091],[133.083984,45.096723],[133.083709,45.095625],[133.078576,45.095413],[133.073883,45.098793],[133.07225,45.097542],[133.072693,45.095057],[133.060639,45.093859],[133.055496,45.085736],[133.061844,45.085542],[133.063064,45.083705],[133.052994,45.08348],[133.051834,45.077395],[133.044494,45.079465],[133.033355,45.06983],[133.032913,45.067114],[133.038757,45.06761],[133.038986,45.062872],[133.037643,45.061365],[133.032211,45.060745],[133.03128,45.058781],[133.03569,45.058461],[133.037536,45.0564],[133.032088,45.055434],[133.029754,45.052046],[133.02658,45.054556],[133.018218,45.051797],[133.015685,45.050484],[133.013839,45.046844],[132.999495,45.044987],[132.998137,45.041899],[132.994094,45.03975],[132.98918,45.041926],[132.981505,45.041328],[132.97296,45.033996],[132.976378,45.029773],[132.972853,45.021544],[132.964216,45.021251],[132.961272,45.029446],[132.953841,45.026753],[132.947722,45.021662],[132.947493,45.020412],[132.954039,45.019081],[132.953413,45.016447],[132.949293,45.015522],[132.938353,45.019964],[132.937483,45.022526],[132.939406,45.025521],[132.937438,45.031222],[132.926634,45.029825],[132.91661,45.031438],[132.909514,45.029832],[132.911513,45.034283],[132.910537,45.035862],[132.905822,45.033049],[132.899978,45.035394],[132.900313,45.037924],[132.898635,45.038676],[132.883163,45.040631],[132.88623,45.044278],[132.873778,45.046584],[132.874084,45.047926],[132.880035,45.047501],[132.88092,45.048705],[132.87387,45.049573],[132.865066,45.056301],[132.863083,45.061069],[132.85823,45.060281],[132.859146,45.057725],[132.848726,45.059039],[132.000312,45.252228],[131.986656,45.269286],[131.982194,45.272736],[131.966074,45.277138],[131.936271,45.280529],[131.927467,45.286656],[131.923481,45.293675],[131.91415,45.33601],[131.871791,45.341994],[131.866169,45.3408],[131.862597,45.329006],[131.843474,45.318352],[131.82316,45.313915],[131.824919,45.300784],[131.823428,45.295329],[131.793518,45.26524],[131.785901,45.255643],[131.780241,45.24329],[131.778813,45.228421],[131.782702,45.213113],[131.764942,45.213856],[131.726317,45.226093],[131.71767,45.227274],[131.707272,45.224824],[131.695336,45.217751],[131.675189,45.215181],[131.670192,45.211755],[131.657771,45.193481],[131.641567,45.15836],[131.643209,45.154291],[131.646042,45.15355],[131.680302,45.148536],[131.681164,45.147109],[131.6783,45.136879],[131.680382,45.126139],[131.678714,45.116804],[131.629451,45.085153],[131.617828,45.073033],[131.605225,45.063409],[131.57116,45.046701],[131.559807,45.044365],[131.551541,45.030831],[131.537332,45.018655],[131.509011,45.012815],[131.493735,45.00168],[131.483333,45.001382],[131.476984,44.998082],[131.475378,44.995108],[131.476151,44.98553],[131.488361,44.978343],[131.492952,44.972898],[131.488778,44.966921],[131.459848,44.961232],[131.441697,44.96655],[131.423271,44.968395],[131.416192,44.974701],[131.400277,44.983365],[131.391684,44.984695],[131.374147,44.978428],[131.366936,44.977575],[131.354326,44.985884],[131.347689,44.987275],[131.337822,44.982246],[131.315835,44.965042],[131.298867,44.959014],[131.293888,44.945772],[131.288409,44.936243],[131.283413,44.930247],[131.267422,44.921018],[131.260784,44.920681],[131.251966,44.928658],[131.247851,44.928846],[131.227621,44.918775],[131.20341,44.915563],[131.198651,44.917824],[131.179675,44.934242],[131.166345,44.932769],[131.158438,44.933647],[131.139623,44.944207],[131.134385,44.943844],[131.116301,44.932779],[131.090603,44.932184],[131.080312,44.927366],[131.076683,44.922786],[131.07585,44.91874],[131.077278,44.913863],[131.083583,44.90601],[131.089774,44.893994],[131.087985,44.888521],[131.070001,44.888302],[131.054549,44.877022],[131.034474,44.870986],[131.030021,44.871518],[131.021405,44.87568],[131.019234,44.875288],[131.015645,44.87036],[131.010079,44.86658],[130.978521,44.865742],[130.969098,44.861887],[130.959271,44.854939],[130.951469,44.846614],[130.949659,44.839104],[130.950611,44.830538],[130.955251,44.818522],[130.958701,44.815905],[130.962793,44.815649],[130.977912,44.819151],[130.994917,44.81362],[131.006195,44.804555],[131.007409,44.801557],[131.003944,44.783177],[131.006728,44.779251],[131.020614,44.777013],[131.051823,44.780121],[131.057056,44.761825],[131.065051,44.751688],[131.082897,44.742694],[131.080327,44.713998],[131.090084,44.708015],[131.098054,44.709739],[131.299119,44.047078],[131.285289,44.044364],[131.281211,44.035262],[131.277356,44.033121],[131.259024,44.029972],[131.249193,44.001078],[131.248182,43.995861],[131.249987,43.991093],[131.24675,43.986556],[131.241456,43.988323],[131.235795,43.984869],[131.242767,43.976085],[131.242942,43.973776],[131.234504,43.967354],[131.237147,43.956838],[131.241573,43.95027],[131.256156,43.945866],[131.259704,43.939563],[131.259211,43.935428],[131.250682,43.898752],[131.244815,43.890858],[131.233643,43.883908],[131.228762,43.876797],[131.228158,43.868876],[131.231044,43.858143],[131.225831,43.849546],[131.205624,43.827616],[131.205582,43.823035],[131.213097,43.817841],[131.217268,43.803858],[131.212826,43.799811],[131.206119,43.798439],[131.206273,43.796017],[131.212345,43.791889],[131.212878,43.789027],[131.211796,43.786925],[131.203974,43.784069],[131.205463,43.774947],[131.221648,43.762558],[131.223161,43.758457],[131.221231,43.748239],[131.225149,43.739729],[131.210235,43.732233],[131.208611,43.729107],[131.209473,43.723399],[131.219483,43.718383],[131.220786,43.716143],[131.216788,43.70228],[131.212818,43.700475],[131.209911,43.696297],[131.210939,43.686342],[131.214244,43.679278],[131.228482,43.673535],[131.2335,43.663286],[131.232715,43.66],[131.225903,43.658187],[131.22409,43.640864],[131.226831,43.633792],[131.213469,43.629598],[131.211352,43.623334],[131.213807,43.617111],[131.209361,43.609871],[131.217977,43.605722],[131.236003,43.602501],[131.238896,43.600006],[131.230162,43.594679],[131.227165,43.585874],[131.22943,43.582782],[131.228805,43.581569],[131.225509,43.581568],[131.216488,43.589732],[131.209012,43.590366],[131.196882,43.579815],[131.203132,43.575062],[131.20425,43.559536],[131.20053,43.558132],[131.191863,43.560664],[131.187398,43.557652],[131.19716,43.55235],[131.199637,43.549398],[131.199355,43.542043],[131.194295,43.529221],[131.199455,43.529772],[131.205487,43.527342],[131.205499,43.522421],[131.217831,43.515379],[131.243428,43.507552],[131.248864,43.501614],[131.264557,43.493131],[131.273422,43.494094],[131.287324,43.499093],[131.296907,43.499571],[131.289495,43.491755],[131.299108,43.483965],[131.298884,43.476957],[131.281325,43.47388],[131.287454,43.470434],[131.28499,43.466702],[131.275893,43.465267],[131.259953,43.466117],[131.251458,43.469029],[131.246247,43.473706],[131.237657,43.474941],[131.228352,43.473167],[131.226404,43.468187],[131.229204,43.462504],[131.223467,43.456197],[131.197198,43.451872],[131.196525,43.445656],[131.193494,43.439477],[131.184096,43.436664],[131.177572,43.441533],[131.170128,43.442769],[131.150634,43.427703],[131.134716,43.422993],[131.126997,43.425443],[131.118182,43.43076],[131.116766,43.433956],[131.117702,43.43908],[131.113145,43.445006],[131.105518,43.44774],[131.097709,43.448453],[131.082862,43.45625],[131.067396,43.469819],[131.060871,43.479848],[131.04045,43.488686],[131.030743,43.498465],[131.019457,43.506008],[130.993929,43.505639],[130.992235,43.504783],[130.992305,43.500489],[130.978435,43.491124],[130.95303,43.483582],[130.943271,43.475475],[130.937643,43.474058],[130.913525,43.450646],[130.900463,43.43203],[130.896433,43.433344],[130.886249,43.431136],[130.854325,43.435724],[130.844521,43.446929],[130.83392,43.45356],[130.833343,43.461054],[130.81783,43.491527],[130.816356,43.500316],[130.797114,43.503474],[130.789989,43.510308],[130.785411,43.518277],[130.784265,43.522054],[130.785519,43.525036],[130.767521,43.521241],[130.765375,43.525384],[130.754243,43.533116],[130.752678,43.537039],[130.728411,43.54414],[130.724956,43.552554],[130.721029,43.557453],[130.71196,43.558735],[130.695196,43.557598],[130.693337,43.559281],[130.695198,43.563908],[130.692618,43.56556],[130.680859,43.566453],[130.67211,43.56347],[130.664911,43.563505],[130.66002,43.58128],[130.654934,43.578577],[130.650294,43.578276],[130.644554,43.581203],[130.641737,43.584978],[130.624945,43.580832],[130.620297,43.583148],[130.616759,43.588157],[130.625473,43.612868],[130.621561,43.618701],[130.617098,43.62178],[130.611409,43.622233],[130.600733,43.617786],[130.595861,43.620028],[130.589259,43.618813],[130.587454,43.614042],[130.582295,43.611381],[130.564286,43.623915],[130.552552,43.62768],[130.5458,43.624525],[130.545767,43.621545],[130.53905,43.620693],[130.533868,43.621916],[130.52917,43.627777],[130.526614,43.628728],[130.512635,43.631441],[130.508142,43.633787],[130.498899,43.634008],[130.489438,43.642412],[130.481661,43.652828],[130.467188,43.654668],[130.461805,43.653878],[130.448871,43.644718],[130.442322,43.643786],[130.429803,43.643654],[130.405962,43.649395],[130.401642,43.662268],[130.403412,43.666247],[130.39259,43.671639],[130.390812,43.67703],[130.39101,43.686455],[130.388605,43.689091],[130.386848,43.699654],[130.389826,43.704972],[130.401791,43.715211],[130.401809,43.719826],[130.408618,43.733761],[130.414751,43.735763],[130.416413,43.740989],[130.405936,43.753393],[130.384802,43.764319],[130.372536,43.778866],[130.374522,43.789202],[130.373659,43.807574],[130.371182,43.816693],[130.37236,43.823077],[130.360847,43.830345],[130.355378,43.840314],[130.35652,43.843333],[130.360255,43.846015],[130.372049,43.850817],[130.378994,43.85135],[130.376734,43.858171],[130.364739,43.869335],[130.364029,43.87715],[130.35988,43.881509],[130.35878,43.886493],[130.366784,43.898778],[130.376044,43.9036],[130.371614,43.909314],[130.361176,43.912517],[130.362001,43.91888],[130.348385,43.938283],[130.334948,43.943336],[130.331458,43.948158],[130.333206,43.951408],[130.329223,43.956407],[130.330839,43.961434],[130.33775,43.961189],[130.342858,43.973409],[130.356106,43.988525],[130.354415,44],[130.358853,44.005808],[130.360239,44.011699],[130.354873,44.015285],[130.350872,44.021584],[130.355539,44.030375],[130.358708,44.041015],[130.345841,44.047901],[130.340098,44.048736],[130.337818,44.048464],[130.336203,44.044037],[130.325836,44.038882],[130.311772,44.037011],[130.30687,44.025593],[130.301378,44.019627],[130.302866,44.013688],[130.300379,44.009524],[130.299251,44],[130.290386,43.997026],[130.280136,43.987605],[130.265266,43.978972],[130.265631,43.975574],[130.267968,43.973211],[130.268221,43.96584],[130.253393,43.954654],[130.249023,43.94536],[130.231631,43.938033],[130.229258,43.939386],[130.225811,43.945382],[130.220821,43.946556],[130.206167,43.943393],[130.197761,43.944667],[130.192014,43.940387],[130.182425,43.938427],[130.182487,43.932175],[130.178723,43.929113],[130.169546,43.929327],[130.155737,43.916609],[130.146718,43.9129],[130.145261,43.907892],[130.146381,43.888637],[130.136718,43.876473],[130.116409,43.874563],[130.109753,43.871658],[130.104108,43.863988],[130.103471,43.849924],[130.102177,43.848146],[130.092872,43.841545],[130.077071,43.838834],[130.072233,43.834724],[130.059108,43.83234],[130.049474,43.836153],[130.042059,43.843084],[130.040947,43.848829],[130.028243,43.852197],[130.019513,43.85246],[130.014128,43.859372],[130.006009,43.872803],[130.002399,43.890654],[130.009391,43.909195],[130.011336,43.912126],[130.016726,43.914917],[130.014858,43.929816],[130.010363,43.932826],[130.018348,43.941186],[130.008114,43.954755],[130.009938,43.955783],[130.010746,43.959029],[130.003162,43.962098],[129.992186,43.973433],[129.988558,43.975877],[129.984807,43.975424],[129.981816,43.979991],[129.994379,43.987139],[129.993008,43.996529],[129.988486,43.999351],[129.982894,43.998944],[129.981525,43.996362],[129.979151,43.996497],[129.97842,44.002135],[129.9735,44.012124],[129.965487,44.016658],[129.953505,44.017785],[129.94845,44.023072],[129.944188,44.024979],[129.931801,44.025711],[129.924355,44.021716],[129.921358,44.015893],[129.917658,44.01314],[129.910187,44.01775],[129.910872,44.0211],[129.900959,44.021931],[129.895373,44.014139],[129.894511,44.009616],[129.89007,44.011373],[129.884801,44.009565],[129.876103,44.002299],[129.873645,43.997899],[129.862588,44],[129.863205,44.008887],[129.861411,44.010329],[129.846595,44],[129.845764,43.994936],[129.833004,43.992718],[129.825029,43.983858],[129.815742,43.978324],[129.803953,43.965072],[129.796002,43.962618],[129.788319,43.963598],[129.775416,43.960616],[129.774056,43.95757],[129.774777,43.951232],[129.778766,43.945937],[129.783624,43.9443],[129.78712,43.938026],[129.782948,43.930671],[129.778739,43.932193],[129.775151,43.931374],[129.770506,43.92582],[129.779776,43.907574],[129.77903,43.899345],[129.773582,43.893029],[129.759203,43.889973],[129.746234,43.894137],[129.732608,43.89333],[129.73149,43.88906],[129.732342,43.880067],[129.728781,43.876981],[129.7178,43.875621],[129.703799,43.87909],[129.690307,43.88008],[129.678008,43.875221],[129.663887,43.874365],[129.649557,43.869538],[129.632308,43.875706],[129.612927,43.877111],[129.602267,43.879956],[129.591021,43.876428],[129.587925,43.872105],[129.560912,43.868741],[129.552832,43.869169],[129.541669,43.872301],[129.518264,43.868301],[129.505989,43.87084],[129.491255,43.877798],[129.485875,43.872904],[129.482207,43.871901],[129.46125,43.872059],[129.459603,43.870447],[129.46165,43.865139],[129.460696,43.863459],[129.443975,43.849534],[129.432289,43.842397],[129.405691,43.84015],[129.407489,43.835555],[129.399707,43.829527],[129.39968,43.816805],[129.388536,43.815815],[129.381662,43.810902],[129.3793,43.806727],[129.363466,43.798916],[129.350214,43.796122],[129.339871,43.796098],[129.315484,43.806965],[129.302496,43.80983],[129.304089,43.799166],[129.300403,43.795362],[129.294971,43.793914],[129.283566,43.794449],[129.279455,43.797605],[129.275653,43.806714],[129.271541,43.811193],[129.26122,43.812054],[129.251015,43.816889],[129.247538,43.816859],[129.237005,43.810023],[129.233562,43.804145],[129.218612,43.795587],[129.20434,43.780018],[129.20676,43.765409],[129.211907,43.749748],[129.204435,43.74519],[129.214362,43.73961],[129.209675,43.726798],[129.209805,43.722984],[129.215358,43.716425],[129.223551,43.713064],[129.2254,43.706807],[129.219066,43.699708],[129.20947,43.695823],[129.207377,43.692917],[129.210255,43.688106],[129.211906,43.679535],[129.210947,43.67342],[129.207117,43.666806],[129.207375,43.661979],[129.211075,43.649915],[129.220653,43.643346],[129.225365,43.632533],[129.225977,43.606867],[129.223596,43.602061],[129.223363,43.591631],[129.220606,43.587604],[129.21641,43.584103],[129.202169,43.581258],[129.198663,43.575713],[129.198804,43.572304],[129.190421,43.571116],[129.185958,43.573383],[129.176531,43.565488],[129.167353,43.560865],[129.163351,43.559688],[129.159998,43.568115],[129.137834,43.567286],[129.13415,43.561774],[129.114559,43.552762],[129.102071,43.556823],[129.091307,43.553612],[129.089598,43.547566],[129.08678,43.544966],[129.080179,43.545947],[129.050204,43.542447],[129.033928,43.538687],[129.007664,43.520715],[129.00508,43.520532],[129.001004,43.521511],[128.991741,43.528738],[128.982135,43.530838],[128.977252,43.53395],[128.956798,43.536545],[128.950461,43.541078],[128.943197,43.551578],[128.938739,43.553284],[128.929081,43.553605],[128.919497,43.551174],[128.914651,43.545793],[128.907403,43.541302],[128.888392,43.538446],[128.875922,43.538797],[128.869906,43.541454],[128.860737,43.555553],[128.848115,43.554784],[128.84416,43.565251],[128.844794,43.573107],[128.833516,43.57876],[128.828607,43.584947],[128.816601,43.630963],[128.814611,43.634288],[128.807253,43.636219],[128.80834,43.642771],[128.803406,43.656772],[128.793842,43.672257],[128.781166,43.684244],[128.780946,43.689637],[128.782903,43.693665],[128.77689,43.702157],[128.777202,43.707497],[128.779334,43.711221],[128.777314,43.713489],[128.765284,43.717558],[128.767066,43.721396],[128.766096,43.726254],[128.761667,43.729913],[128.747057,43.725131],[128.735387,43.731431],[128.739005,43.735422],[128.73737,43.736888],[128.722663,43.734818],[128.721085,43.738237],[128.722524,43.743642],[128.730655,43.75024],[128.741045,43.754215],[128.756042,43.753145],[128.761081,43.756269],[128.755965,43.756406],[128.752849,43.758474],[128.74602,43.775707],[128.736692,43.790964],[128.736555,43.798849],[128.734542,43.802529],[128.726701,43.807798],[128.718642,43.809715],[128.712598,43.815912],[128.714065,43.821347],[128.720301,43.829759],[128.754453,43.855746],[128.750175,43.862032],[128.741234,43.867247],[128.732251,43.875362],[128.728759,43.881377],[128.719332,43.891237],[128.702587,43.89413],[128.690868,43.900817],[128.689062,43.899619],[128.687608,43.893333],[128.675484,43.890277],[128.667508,43.891835],[128.663614,43.894419],[128.654793,43.887654],[128.647619,43.888451],[128.646666,43.891129],[128.641355,43.892468],[128.636511,43.889835],[128.630345,43.889106],[128.628197,43.899777],[128.632277,43.903833],[128.627121,43.910211],[128.623312,43.919265],[128.624222,43.922434],[128.63517,43.931703],[128.634147,43.945414],[128.618117,43.948116],[128.612702,43.951435],[128.602174,43.960604],[128.58878,43.978443],[128.579781,43.986251],[128.578444,43.98863],[128.578891,44.000342],[128.575237,44.010326],[128.571077,44.013332],[128.56861,44.030041],[128.569737,44.03937],[128.568563,44.045455],[128.560232,44.048316],[128.560144,44.053095],[128.554531,44.056485],[128.552879,44.060235],[128.552797,44.066794],[128.532235,44.089036],[128.529104,44.098604],[128.522741,44.109957],[128.511743,44.118267],[128.496619,44.124431],[128.492843,44.131372],[128.485832,44.134646],[128.476644,44.149247],[128.469439,44.153689],[128.465421,44.158624],[128.456206,44.184143],[128.45664,44.190893],[128.459072,44.194405],[128.454468,44.199672],[128.44362,44.201675],[128.452627,44.210642],[128.452994,44.220253],[128.459386,44.227593],[128.464005,44.23833],[128.465299,44.24543],[128.462643,44.24894],[128.458739,44.251925],[128.45017,44.252556],[128.447231,44.256141],[128.450168,44.265369],[128.462893,44.285846],[128.4616,44.295849],[128.468875,44.3085],[128.466029,44.317108],[128.454495,44.325866],[128.448442,44.328149],[128.448088,44.33326],[128.439956,44.337403],[128.448431,44.341437],[128.45401,44.340035],[128.462611,44.340788],[128.468851,44.343688],[128.469198,44.360408],[128.475227,44.373508],[128.465953,44.388529],[128.459782,44.391311],[128.455112,44.397175],[128.450419,44.408223],[128.450304,44.417722],[128.456236,44.426925],[128.45546,44.432165],[128.449972,44.435664],[128.447049,44.435733],[128.440378,44.443998],[128.43559,44.444656],[128.430125,44.450533],[128.431011,44.457305],[128.428017,44.458843],[128.421192,44.471141],[128.414379,44.472054],[128.40148,44.479836],[128.389307,44.482266],[128.382194,44.487167],[128.380338,44.493525],[128.366364,44.512044],[128.339928,44.507059],[128.330801,44.502269],[128.322929,44.493197],[128.290587,44.48029],[128.285657,44.468841],[128.286537,44.465643],[128.265311,44.458058],[128.254041,44.456897],[128.250873,44.453395],[128.247901,44.444619],[128.222376,44.443407],[128.216868,44.441149],[128.212073,44.434227],[128.205338,44.429673],[128.203142,44.419913],[128.196925,44.409809],[128.191496,44.395903],[128.190821,44.38781],[128.183282,44.372646],[128.184118,44.366073],[128.182683,44.362717],[128.166906,44.345737],[128.161432,44.341921],[128.156349,44.342489],[128.148121,44.353562],[128.14069,44.355215],[128.130971,44.355174],[128.117533,44.346346],[128.105647,44.356434],[128.09021,44.35195],[128.070837,44.365932],[128.066196,44.372579],[128.060519,44.368729],[128.061661,44.363818],[128.056448,44.354542],[128.043863,44.348176],[128.044717,44.34491],[128.048895,44.34124],[128.057811,44.33931],[128.050449,44.330841],[128.050004,44.326734],[128.056544,44.321544],[128.05878,44.31126],[128.058391,44.305158],[128.074249,44.304888],[128.074382,44.300255],[128.081172,44.291298],[128.085282,44.290393],[128.091445,44.293447],[128.095086,44.291154],[128.09334,44.284985],[128.083995,44.27482],[128.079172,44.271098],[128.065308,44.265897],[128.057142,44.258225],[128.058006,44.248694],[128.06057,44.246668],[128.072541,44.243668],[128.085804,44.245619],[128.085543,44.239139],[128.081813,44.238963],[128.080656,44.23748],[128.088529,44.231022],[128.095719,44.227905],[128.098562,44.212576],[128.096731,44.210827],[128.085941,44.213371],[128.084079,44.212418],[128.085922,44.179192],[128.080169,44.177888],[128.063986,44.179628],[128.063946,44.175852],[128.055504,44.171447],[128.053789,44.167016],[128.062614,44.162307],[128.068392,44.156639],[128.07465,44.15842],[128.080388,44.157786],[128.081326,44.156072],[128.078477,44.145169],[128.08072,44.140963],[128.085003,44.137083],[128.095551,44.134219],[128.095574,44.13279],[128.08274,44.129113],[128.061791,44.115323],[128.053419,44.107769],[128.046141,44.104584],[128.036661,44.101511],[128.026835,44.105648],[128.020658,44.105973],[128.013658,44.102841],[128.00757,44.095715],[128.000991,44.091975],[127.975322,44.088098],[127.964505,44.088247],[127.954316,44.084843],[127.943438,44.086001],[127.925086,44.073345],[127.913967,44.069229],[127.906774,44.062688],[127.900853,44.062572],[127.883588,44.06748],[127.875613,44.063816],[127.858401,44.060177],[127.841369,44.071497],[127.839345,44.080128],[127.835375,44.08167],[127.829438,44.079399],[127.814539,44.079638],[127.801893,44.084395],[127.79824,44.079173],[127.791321,44.074594],[127.777518,44.069574],[127.760657,44.079765],[127.75018,44.081703],[127.740386,44.087327],[127.732938,44.089557],[127.722677,44.096967],[127.727688,44.105371],[127.729591,44.112081],[127.726019,44.133957],[127.715841,44.151407],[127.714951,44.155706],[127.71429,44.160597],[127.71824,44.191397],[127.713505,44.200147],[127.706667,44.197339],[127.697531,44.187141],[127.697222,44.179079],[127.692967,44.173953],[127.683724,44.170339],[127.675153,44.164717],[127.662097,44.169986],[127.660809,44.175608],[127.652083,44.179832],[127.63552,44.191674],[127.631708,44.185072],[127.619901,44.18627],[127.615057,44.192945],[127.602053,44.204789],[127.592282,44.222254],[127.584533,44.22587],[127.593938,44.235818],[127.595991,44.236096],[127.598746,44.243644],[127.60883,44.252429],[127.617799,44.253109],[127.617129,44.256677],[127.608509,44.268748],[127.618088,44.275628],[127.616038,44.280187],[127.602754,44.292527],[127.590145,44.296291],[127.585001,44.303745],[127.577984,44.304844],[127.573294,44.307877],[127.565635,44.326194],[127.558358,44.328376],[127.552839,44.333487],[127.55057,44.338289],[127.535724,44.347082],[127.53045,44.35169],[127.527792,44.357555],[127.522493,44.360309],[127.515389,44.358758],[127.517023,44.370638],[127.515393,44.376165],[127.50057,44.390879],[127.490072,44.39497],[127.481323,44.395358],[127.477228,44.399532],[127.479746,44.407374],[127.496401,44.421032],[127.495699,44.42799],[127.501804,44.436298],[127.493899,44.448367],[127.472862,44.455605],[127.457711,44.478989],[127.4582,44.484486],[127.469007,44.49654],[127.463581,44.503352],[127.459182,44.514317],[127.470167,44.51665],[127.472283,44.523155],[127.479146,44.526495],[127.499519,44.52665],[127.502712,44.525966],[127.508008,44.520852],[127.524256,44.519691],[127.530782,44.520728],[127.54056,44.531362],[127.54038,44.536656],[127.564778,44.54895],[127.560591,44.553617],[127.562034,44.558219],[127.556223,44.562972],[127.551914,44.571439],[127.541057,44.575264],[127.533393,44.574512],[127.529584,44.572532],[127.518096,44.575152],[127.517972,44.578611],[127.506992,44.580431],[127.502296,44.584087],[127.500767,44.587785],[127.502363,44.589958],[127.500409,44.592489],[127.487803,44.598692],[127.48105,44.600851],[127.475581,44.598622],[127.472123,44.600184],[127.469432,44.603939],[127.459582,44.605447],[127.445108,44.612899],[127.439235,44.613368],[127.435659,44.611052],[127.429561,44.611406],[127.409825,44.619841],[127.40421,44.620308],[127.398165,44.625349],[127.397062,44.630679],[127.394388,44.632304],[127.383982,44.630076],[127.316236,44.63329],[127.31383,44.635521],[127.302453,44.637353],[127.270851,44.638605],[127.265323,44.632375],[127.263859,44.621227],[127.259601,44.613925],[127.255942,44.610785],[127.238659,44.617213],[127.230862,44.616217],[127.223772,44.620417],[127.216433,44.61974],[127.208748,44.622108],[127.207728,44.623827],[127.209462,44.628278],[127.219977,44.633971],[127.224421,44.638776],[127.22018,44.641393],[127.21335,44.640349],[127.204139,44.646041],[127.199313,44.645566],[127.195131,44.643073],[127.179975,44.64274],[127.170253,44.637869],[127.16541,44.64068],[127.163118,44.630114],[127.146662,44.616431],[127.140229,44.613197],[127.134904,44.612547],[127.131528,44.609373],[127.132801,44.606867],[127.131216,44.605496],[127.120137,44.607548],[127.111667,44.613403],[127.088279,44.613549],[127.082231,44.60391],[127.084331,44.597389],[127.08275,44.591402],[127.071198,44.58516],[127.054106,44.568662],[127.047572,44.56488],[127.042855,44.564415],[127.035278,44.587999],[127.023342,44.594581],[127.020964,44.598687],[127.027274,44.606099],[127.035932,44.610569],[127.034123,44.632679],[127.03835,44.648705],[127.036936,44.652694],[127.030094,44.658164],[127.023515,44.673773],[127.026211,44.677161],[127.029927,44.690127],[127.030916,44.701785],[127.034838,44.710084],[127.034018,44.714591],[127.029815,44.72053],[127.023764,44.722272],[127.021517,44.728935],[126.991454,44.762866],[126.988592,44.780949],[126.983294,44.796714],[126.980077,44.819111],[126.978226,44.822943],[126.987246,44.836607],[126.98933,44.84715],[126.996366,44.854131],[126.99531,44.873365],[127.004984,44.888329],[127.014544,44.892785],[127.015633,44.896755],[127.025788,44.897823],[127.030113,44.90156],[127.036237,44.903971],[127.066191,44.904324],[127.065999,44.910452],[127.06797,44.916894],[127.070916,44.917765],[127.073853,44.913229],[127.078157,44.91352],[127.08202,44.921797],[127.082978,44.932604],[127.078193,44.940843],[127.085176,44.943081],[127.086819,44.945184],[127.078027,44.953949],[127.068506,44.955746],[127.0731,44.962645],[127.063466,44.967746],[127.064037,44.97374],[127.051314,44.988425],[127.031571,44.990052],[127.03211,44.995129],[127.043019,45.00228],[127.043489,45.004147],[127.03326,45.007164],[127.028156,45.011253],[127.028271,45.015548],[127.01735,45.019695],[127.007734,45.025816],[127.008486,45.033713],[127.002173,45.036494],[126.995523,45.043144],[126.992056,45.054761],[126.979577,45.065847],[126.967619,45.067664],[126.96263,45.071882],[126.96087,45.082831],[126.971102,45.102289],[126.974178,45.105464],[126.967121,45.106325],[126.966755,45.110386],[126.963302,45.115293],[126.95006,45.119869],[126.950451,45.126601],[126.958464,45.131887],[126.953321,45.137014],[126.941268,45.13739],[126.930799,45.134865],[126.908766,45.142298],[126.896565,45.138203],[126.878232,45.140502],[126.862414,45.136987],[126.850919,45.140863],[126.840363,45.136386],[126.832191,45.130021],[126.828523,45.131304],[126.825294,45.137019],[126.824627,45.144202],[126.820026,45.145532],[126.814027,45.144336],[126.8112,45.136226],[126.809594,45.135277],[126.805648,45.134957],[126.797331,45.13768],[126.791103,45.132247],[126.787228,45.13266],[126.78413,45.13503],[126.781153,45.143609],[126.780145,45.157318],[126.764842,45.163785],[126.757047,45.174482],[126.747479,45.17573],[126.739073,45.172833],[126.728455,45.174293],[126.725576,45.176236],[126.726624,45.184283],[126.72354,45.186176],[126.683024,45.184511],[126.679671,45.185366],[126.673207,45.19316],[126.656302,45.1938],[126.658133,45.197655],[126.655002,45.203425],[126.642686,45.209856],[126.63721,45.210674],[126.637884,45.214124],[126.642009,45.218812],[126.640411,45.22156],[126.625238,45.223911],[126.6172,45.233314],[126.608612,45.235965],[126.601514,45.234803],[126.597811,45.239619],[126.592029,45.239004],[126.591163,45.237102],[126.593025,45.233636],[126.5858,45.231217],[126.583227,45.235353],[126.589508,45.24414],[126.574716,45.249239],[126.563174,45.250107],[126.54958,45.247551],[126.543016,45.238535],[126.538668,45.237154],[126.531677,45.238336],[126.521296,45.244348],[126.511423,45.244882],[126.508012,45.239972],[126.503925,45.237715],[126.492128,45.240579],[126.483555,45.23494],[126.47224,45.234614],[126.465611,45.231988],[126.452473,45.231582],[126.449552,45.226408],[126.431243,45.220684],[126.425397,45.221054],[126.417397,45.23049],[126.412799,45.230363],[126.408755,45.225847],[126.39271,45.218465],[126.388748,45.214315],[126.374454,45.205702],[126.369101,45.197755],[126.357856,45.194448],[126.354816,45.18629],[126.35007,45.182926],[126.34218,45.182705],[126.337498,45.189756],[126.33268,45.190708],[126.330135,45.189744],[126.326862,45.184802],[126.318343,45.181022],[126.3167,45.176658],[126.307008,45.18001],[126.298351,45.175579],[126.294708,45.178754],[126.296969,45.187291],[126.292609,45.189909],[126.286732,45.189821],[126.283399,45.188233],[126.282129,45.185373],[126.287721,45.175373],[126.283775,45.173607],[126.275781,45.173112],[126.274149,45.170382],[126.283213,45.166197],[126.285775,45.162901],[126.281072,45.160162],[126.276946,45.160041],[126.261486,45.166587],[126.258156,45.166584],[126.252682,45.159298],[126.252947,45.155722],[126.256484,45.153328],[126.256246,45.148981],[126.25151,45.147846],[126.242891,45.150608],[126.239181,45.147594],[126.245148,45.144178],[126.245165,45.141625],[126.229465,45.137715],[126.224955,45.139926],[126.223936,45.145289],[126.212774,45.145094],[126.211152,45.143067],[126.207509,45.142446],[126.196711,45.151185],[126.191858,45.150035],[126.183737,45.142996],[126.174689,45.142658],[126.164338,45.138895],[126.163818,45.132206],[126.161622,45.13073],[126.149608,45.136553],[126.141868,45.143584],[126.125217,45.144582],[126.11526,45.141703],[126.113476,45.143362],[126.114592,45.148118],[126.112395,45.149428],[126.108516,45.148096],[126.108465,45.142094],[126.104457,45.13985],[126.094905,45.144593],[126.08623,45.146289],[126.081452,45.150487],[126.082194,45.152999],[126.07707,45.162806],[126.065343,45.162026],[126.058263,45.166088],[126.044829,45.165638],[126.04054,45.169585],[126.028927,45.165286],[126.021135,45.160388],[126.012301,45.1597],[126.007062,45.163849],[126.003686,45.164313],[126,45.161871],[125.989729,45.160657],[125.989051,45.163016],[125.992091,45.164663],[125.987667,45.167239],[125.987444,45.170835],[125.98832,45.17244],[125.994984,45.174475],[125.99422,45.177244],[125.989287,45.177126],[125.982457,45.173486],[125.975014,45.176847],[125.97256,45.176246],[125.969451,45.172516],[125.964963,45.173999],[125.96758,45.178116],[125.973934,45.179779],[125.978826,45.179179],[125.975311,45.182644],[125.975475,45.184827],[125.977306,45.185116],[125.97853,45.18247],[125.980205,45.182378],[125.981242,45.186237],[125.98771,45.186165],[125.985816,45.190671],[125.982294,45.193318],[125.978272,45.193993],[125.971706,45.189266],[125.966739,45.188793],[125.950295,45.191865],[125.940202,45.197104],[125.912526,45.193914],[125.907715,45.194618],[125.900558,45.19968],[125.901111,45.201996],[125.898014,45.207846],[125.887741,45.209262],[125.88166,45.219049],[125.876988,45.219672],[125.870779,45.216695],[125.866248,45.217174],[125.859434,45.229599],[125.851918,45.226602],[125.848572,45.227155],[125.84552,45.234847],[125.840825,45.237287],[125.830731,45.234936],[125.813625,45.236238],[125.805922,45.246906],[125.808703,45.252825],[125.805651,45.260907],[125.808061,45.263806],[125.808106,45.267199],[125.791547,45.269816],[125.786838,45.274595],[125.783108,45.27379],[125.779917,45.269302],[125.773829,45.27215],[125.770932,45.270896],[125.773233,45.274056],[125.782335,45.277706],[125.780048,45.282194],[125.780639,45.286966],[125.770493,45.288231],[125.766315,45.292823],[125.758362,45.286976],[125.753202,45.289731],[125.752565,45.28716],[125.756941,45.285108],[125.75739,45.283445],[125.754429,45.281085],[125.750195,45.280624],[125.749292,45.283664],[125.745462,45.285897],[125.742521,45.290936],[125.747357,45.295231],[125.747592,45.297188],[125.743528,45.299476],[125.741085,45.304848],[125.734855,45.310751],[125.729454,45.311531],[125.725658,45.321481],[125.723158,45.322992],[125.718354,45.321494],[125.70831,45.323084],[125.709248,45.325501],[125.715467,45.328583],[125.718932,45.332347],[125.718529,45.336015],[125.713618,45.338215],[125.701768,45.337666],[125.696553,45.34118],[125.68832,45.351353],[125.690485,45.355393],[125.688355,45.359996],[125.691893,45.363731],[125.69117,45.36739],[125.694938,45.37074],[125.699538,45.38389],[125.707969,45.39013],[125.711319,45.401651],[125.706631,45.422346],[125.699696,45.423431],[125.698182,45.425697],[125.698043,45.438148],[125.701027,45.443901],[125.690521,45.446756],[125.689111,45.449038],[125.691241,45.453078],[125.702668,45.454421],[125.707251,45.458265],[125.706686,45.461512],[125.702916,45.463168],[125.698205,45.463224],[125.696463,45.460197],[125.693829,45.45931],[125.691392,45.459828],[125.689743,45.462327],[125.690727,45.474439],[125.692997,45.472859],[125.703269,45.47476],[125.702717,45.482555],[125.696237,45.485494],[125.688263,45.48416],[125.679669,45.488989],[125.68216,45.492892],[125.695857,45.496605],[125.699177,45.500855],[125.686184,45.507546],[125.684517,45.513705],[125.669704,45.504598],[125.661995,45.503387],[125.652153,45.504178],[125.643367,45.508518],[125.635023,45.518413],[125.625832,45.52114],[125.619127,45.520981],[125.609425,45.515813],[125.58177,45.489679],[125.573877,45.486651],[125.552964,45.485047],[125.528091,45.479787],[125.490628,45.465269],[125.485702,45.465323],[125.479763,45.470362],[125.478717,45.48091],[125.47327,45.485716],[125.460838,45.486117],[125.437859,45.482497],[125.422249,45.486456],[125.414743,45.485908],[125.41323,45.481384],[125.41543,45.4755],[125.422718,45.471012],[125.427973,45.464576],[125.428316,45.460853],[125.425299,45.453532],[125.415811,45.444711],[125.409082,45.431276],[125.402904,45.423357],[125.367313,45.393762],[125.354485,45.388675],[125.344654,45.389232],[125.335957,45.393119],[125.32597,45.408176],[125.31954,45.411085],[125.320777,45.414159],[125.319974,45.41742],[125.312484,45.419939],[125.307774,45.418398],[125.304789,45.414478],[125.305387,45.411437],[125.310162,45.406122],[125.310432,45.402733],[125.304918,45.399903],[125.298586,45.399345],[125.293077,45.400495],[125.279291,45.410479],[125.262566,45.416207],[125.251513,45.417494],[125.242679,45.4163],[125.190798,45.398181],[125.180208,45.396246],[125.168779,45.398307],[125.160018,45.404517],[125.148689,45.409301],[125.137238,45.409516],[125.121754,45.399135],[125.108986,45.387081],[125.101438,45.383129],[125.079573,45.377301],[125.06805,45.378229],[125.05968,45.386083],[125.059319,45.393405],[125.061895,45.397357],[125.081481,45.405055],[125.086309,45.41184],[125.085277,45.419359],[125.076611,45.421359],[125.055781,45.419894],[125.047052,45.423073],[125.04396,45.425855],[125.037111,45.44352],[125.027877,45.46049],[125.026101,45.487665],[125.022134,45.489542],[124.989278,45.489868],[124.946357,45.494363],[124.940216,45.499608],[124.935453,45.506972],[124.934761,45.5118],[124.937077,45.519203],[124.930562,45.531065],[124.925219,45.536232],[124.914619,45.539874],[124.910222,45.539725],[124.903901,45.533088],[124.902719,45.530316],[124.903245,45.51836],[124.898771,45.514295],[124.895901,45.508077],[124.888657,45.498814],[124.882177,45.497728],[124.87585,45.490296],[124.874978,45.479788],[124.886304,45.453398],[124.886936,45.447232],[124.883661,45.440063],[124.875466,45.435278],[124.863275,45.437044],[124.841476,45.450038],[124.835645,45.452694],[124.826886,45.453866],[124.812381,45.448145],[124.803141,45.440792],[124.793843,45.436497],[124.781651,45.434145],[124.774706,45.435525],[124.771407,45.438008],[124.769676,45.442918],[124.77487,45.463467],[124.761991,45.467656],[124.756596,45.467647],[124.746928,45.464276],[124.741204,45.45784],[124.736315,45.446969],[124.734141,45.444385],[124.728787,45.442218],[124.711777,45.442364],[124.69095,45.449714],[124.685676,45.450197],[124.668202,45.445368],[124.650742,45.435436],[124.639273,45.433551],[124.622229,45.435158],[124.584435,45.451094],[124.573278,45.450953],[124.568682,45.447607],[124.568119,45.444298],[124.578347,45.4337],[124.578231,45.427169],[124.575217,45.423728],[124.558967,45.416137],[124.551878,45.410485],[124.544699,45.409126],[124.53506,45.41062],[124.501256,45.422538],[124.489684,45.433306],[124.4755,45.453346],[124.468608,45.455941],[124.4454,45.454653],[124.424803,45.449624],[124.415511,45.445783],[124.411695,45.438326],[124.407877,45.436424],[124.393761,45.437728],[124.370768,45.450636],[124.366487,45.457946],[124.367063,45.464077],[124.363701,45.472724],[124.359579,45.47735],[124.347153,45.484782],[124.344785,45.48902],[124.345899,45.493741],[124.356274,45.501006],[124.361613,45.509399],[124.362793,45.514145],[124.359566,45.533509],[124.354791,45.54079],[124.349156,45.543903],[124.342651,45.544279],[124.288133,45.536584],[124.275909,45.539585],[124.257363,45.553456],[124.254088,45.558552],[124.254807,45.565286],[124.26787,45.583418],[124.26636,45.587962],[124.258389,45.590913],[124.251518,45.590882],[124.239481,45.58803],[124.233167,45.588522],[124.223198,45.592333],[124.219611,45.596333],[124.217577,45.601809],[124.218231,45.606574],[124.232564,45.621691],[124.231705,45.626036],[124.226955,45.631007],[124.221408,45.631988],[124.214451,45.630901],[124.189398,45.616147],[124.174952,45.612169],[124.156391,45.612902],[124.144167,45.617972],[124.135476,45.624518],[124.130529,45.630546],[124.136653,45.645061],[124.144708,45.654208],[124.144569,45.65836],[124.138369,45.661038],[124.120865,45.661552],[124.115193,45.66509],[124.115632,45.667096],[124.128226,45.672276],[124.132783,45.676389],[124.133774,45.680614],[124.130927,45.686557],[124.12588,45.690624],[124.104998,45.693718],[124.095116,45.698852],[124.091041,45.705235],[124.092779,45.715702],[124.090927,45.720054],[124.081532,45.725976],[124.075986,45.733904],[124.061954,45.740273],[124.051393,45.748776],[124.042597,45.750513],[124.013784,45.745521],[124.010418,45.747313],[123.994276,45.767831],[123.994678,45.774352],[124.000205,45.779057],[124.004993,45.78079],[124.020413,45.780649],[124.02907,45.784395],[124.037201,45.791],[124.057868,45.794405],[124.059706,45.796995],[124.058819,45.799382],[124.035979,45.812084],[124.027431,45.825394],[124.02636,45.831606],[124.028062,45.836194],[124.033017,45.838165],[124.039829,45.838226],[124.051884,45.835085],[124.060261,45.836469],[124.064461,45.841498],[124.064076,45.850192],[124.062394,45.862967],[124.057113,45.874713],[124.05688,45.882168],[124.05226,45.887678],[123.99673,45.90205],[123.973195,45.919968],[123.961103,45.936871],[123.956967,45.949361],[123.957691,45.958635],[123.959982,45.963343],[123.9725,45.977966],[123.980767,45.979755],[123.989272,45.977389],[123.997759,45.977479],[124.007524,45.980668],[124.014867,45.985933],[124.014987,45.991284],[124.010493,45.995923],[123.985699,46.003317],[123.981761,46.009182],[123.982681,46.015952],[123.992785,46.019616],[124.006416,46.016101],[124.026636,46.014584],[124.032293,46.016884],[124.032959,46.019837],[124.031211,46.033797],[124.024294,46.046892],[124.017375,46.050541],[124.001531,46.05486],[123.996595,46.060051],[123.996602,46.063375],[123.998931,46.067285],[124.011795,46.074881],[124.012878,46.0808],[124.011405,46.084644],[124.008796,46.087727],[124.002848,46.090617],[123.994451,46.090171],[123.989529,46.091525],[123.98743,46.092559],[123.98545,46.097255],[123.988027,46.105069],[124.001532,46.108453],[124.007625,46.112211],[124.010723,46.117443],[124.010174,46.120883],[124.007531,46.123815],[123.985041,46.135251],[123.983289,46.139971],[123.984479,46.143711],[123.987156,46.145978],[124.001534,46.152727],[124.003889,46.155883],[124.004004,46.159091],[124.001535,46.163444],[123.993977,46.165775],[123.989162,46.16552],[123.981735,46.161616],[123.971385,46.159675],[123.966571,46.160947],[123.965143,46.162822],[123.96609,46.167362],[123.971431,46.173596],[123.972093,46.176775],[123.970106,46.181809],[123.955058,46.19203],[123.950756,46.200959],[123.950801,46.209972],[123.956242,46.21304],[123.965525,46.214161],[123.974269,46.217219],[123.976626,46.222883],[123.976,46.224827],[123.968843,46.228585],[123.95945,46.236699],[123.949562,46.239886],[123.948588,46.242387],[123.946039,46.25031],[123.946176,46.258257],[123.957821,46.268036],[123.963029,46.27463],[123.956236,46.280657],[123.953818,46.288661],[123.928513,46.284694],[123.922439,46.274645],[123.92608,46.272152],[123.924982,46.268736],[123.917419,46.261978],[123.912698,46.254204],[123.897355,46.257644],[123.890189,46.264617],[123.901235,46.274907],[123.896398,46.289886],[123.90214,46.293336],[123.903168,46.297501],[123.893686,46.302152],[123.861836,46.297289],[123.850363,46.298096],[123.843327,46.300632],[123.824669,46.288842],[123.821108,46.28997],[123.822164,46.286264],[123.812064,46.280558],[123.798295,46.28193],[123.797513,46.274009],[123.793864,46.27416],[123.792915,46.272277],[123.789796,46.271323],[123.785849,46.271539],[123.782066,46.26939],[123.780663,46.265782],[123.772313,46.262164],[123.749838,46.258225],[123.743727,46.260664],[123.744159,46.261588],[123.737891,46.262242],[123.718506,46.253781],[123.698729,46.256241],[123.689859,46.252386],[123.683522,46.252836],[123.677838,46.25122],[123.673449,46.252128],[123.66654,46.256676],[123.613704,46.250295],[123.598609,46.25011],[123.599153,46.247553],[123.59777,46.245862],[123.59229,46.243042],[123.590885,46.237903],[123.592245,46.23761],[123.592484,46.235101],[123.590229,46.234389],[123.59032,46.232356],[123.567847,46.228501],[123.56355,46.224878],[123.563396,46.221892],[123.556876,46.228221],[123.556102,46.23421],[123.545417,46.232519],[123.537905,46.233321],[123.525048,46.240198],[123.520057,46.247325],[123.511452,46.248954],[123.507769,46.252689],[123.492788,46.257683],[123.479645,46.251168],[123.477541,46.24758],[123.471122,46.24769],[123.474073,46.244577],[123.47112,46.244767],[123.472752,46.242517],[123.47015,46.240107],[123.464816,46.238278],[123.463683,46.24028],[123.459429,46.237327],[123.458017,46.238139],[123.452556,46.232965],[123.446263,46.230393],[123.44447,46.234273],[123.439165,46.237798],[123.434426,46.236811],[123.429407,46.240632],[123.424305,46.242084],[123.420256,46.238833],[123.411963,46.239827],[123.410345,46.238337],[123.402433,46.242395],[123.400631,46.237441],[123.397897,46.237558],[123.393085,46.240963],[123.391378,46.239726],[123.387492,46.242612],[123.385809,46.241407],[123.386379,46.239872],[123.382027,46.239354],[123.381677,46.236821],[123.384087,46.234668],[123.379475,46.233634],[123.379276,46.231634],[123.382896,46.23067],[123.382575,46.227992],[123.379667,46.22562],[123.376301,46.226903],[123.374309,46.22284],[123.366803,46.220939],[123.349107,46.226141],[123.352856,46.228714],[123.348532,46.230408],[123.350625,46.232032],[123.34563,46.236752],[123.341514,46.24388],[123.335459,46.241464],[123.333622,46.243354],[123.329373,46.242124],[123.32654,46.246716],[123.323557,46.246309],[123.314039,46.252635],[123.312556,46.251842],[123.314287,46.250379],[123.313442,46.249487],[123.300969,46.246916],[123.295793,46.246347],[123.286942,46.250283],[123.280507,46.24829],[123.273802,46.252051],[123.274391,46.25411],[123.27096,46.255336],[123.272597,46.26141],[123.26971,46.259499],[123.261521,46.262031],[123.257221,46.260919],[123.256287,46.265257],[123.247138,46.263493],[123.247049,46.26566],[123.24491,46.266006],[123.241674,46.271494],[123.213406,46.267705],[123.204729,46.260196],[123.15906,46.239411],[123.172047,46.246139],[123.135402,46.296318],[123.088237,46.340222],[123.005098,46.433079],[123.001149,46.449548],[123.001996,46.460255],[123.0043,46.461678],[123.00404,46.522974],[122.996542,46.560698],[122.996689,46.573504],[123.002097,46.575067],[123.045982,46.578122],[123.044607,46.592501],[123.039268,46.615353],[123.042369,46.617399],[123.071337,46.620895],[123.073794,46.604346],[123.079582,46.589411],[123.095137,46.590774],[123.091707,46.601245],[123.174026,46.612391],[123.199205,46.589833],[123.203416,46.587615],[123.206449,46.588282],[123.208565,46.586165],[123.210782,46.588762],[123.215875,46.590594],[123.221955,46.586465],[123.237638,46.592783],[123.23826,46.596911],[123.236645,46.60179],[123.272906,46.615331],[123.269878,46.637296],[123.271828,46.642818],[123.267912,46.648273],[123.264641,46.649523],[123.270833,46.659657],[123.290155,46.661926],[123.312424,46.660513],[123.322853,46.665327],[123.342887,46.669065],[123.360523,46.675778],[123.467233,46.684906],[123.597914,46.688035],[123.612653,46.719744],[123.623301,46.724814],[123.625278,46.727705],[123.622281,46.739925],[123.62015,46.741242],[123.618084,46.761822],[123.624762,46.7625],[123.620353,46.783701],[123.620372,46.787091],[123.621957,46.787672],[123.619071,46.804346],[123.623413,46.807242],[123.624502,46.811016],[123.626833,46.812473],[123.590382,46.811747],[123.57893,46.817515],[123.574046,46.824209],[123.578327,46.828103],[123.609717,46.835503],[123.615619,46.84054],[123.616307,46.845359],[123.614721,46.848647],[123.598338,46.856019],[123.59254,46.862083],[123.594078,46.869343],[123.60228,46.879311],[123.601852,46.886495],[123.598883,46.889622],[123.583757,46.889407],[123.575636,46.891812],[123.572039,46.89078],[123.569941,46.888167],[123.570834,46.872501],[123.562139,46.863322],[123.567628,46.852941],[123.569104,46.846826],[123.564175,46.8275],[123.552196,46.822951],[123.531963,46.827742],[123.507562,46.824033],[123.496397,46.825826],[123.489905,46.82917],[123.48143,46.836925],[123.477482,46.844617],[123.477637,46.85785],[123.489535,46.870293],[123.492029,46.884601],[123.499114,46.891483],[123.505204,46.907264],[123.517076,46.923073],[123.521795,46.943148],[123.52085,46.957219],[123.509908,46.952406],[123.509166,46.950103],[123.491694,46.949336],[123.479038,46.952809],[123.46912,46.951057],[123.466771,46.948828],[123.459175,46.948268],[123.456934,46.945247],[123.449062,46.943889],[123.446725,46.940058],[123.435116,46.935988],[123.419923,46.932058],[123.411864,46.932467],[123.385737,46.93875],[123.383989,46.947602],[123.380892,46.952613],[123.346018,46.976852],[123.343514,46.976619],[123.334765,46.984324],[123.320269,46.989623],[123.316524,46.988304],[123.311436,46.989805],[123.294966,46.998056],[123.295633,46.994836],[123.291457,46.988639],[123.297121,46.962426],[123.354374,46.968564],[123.379942,46.950473],[123.382943,46.943562],[123.383654,46.936308],[123.397954,46.933524],[123.39669,46.918567],[123.399287,46.914059],[123.399775,46.904017],[123.392387,46.885052],[123.367671,46.8355],[123.3596,46.83535],[123.354279,46.832985],[123.349127,46.833736],[123.344705,46.829448],[123.341369,46.830387],[123.338226,46.829268],[123.333927,46.824535],[123.328878,46.826838],[123.324363,46.836106],[123.326393,46.840076],[123.316664,46.85163],[123.302222,46.860265],[123.289332,46.863325],[123.283125,46.861276],[123.283404,46.858265],[123.279141,46.854426],[123.265989,46.859985],[123.255967,46.860569],[123.245597,46.852969],[123.230669,46.858991],[123.228823,46.861781],[123.210202,46.849533],[123.215195,46.847533],[123.213215,46.841428],[123.210937,46.840052],[123.209617,46.833638],[123.21204,46.826966],[123.214583,46.825867],[123.217652,46.81997],[123.21195,46.814904],[123.203745,46.815954],[123.200378,46.803984],[123.197992,46.801683],[123.192823,46.801983],[123.192002,46.798165],[123.1847,46.792288],[123.178444,46.782757],[123.176168,46.771479],[123.172938,46.767984],[123.173328,46.760526],[123.170768,46.753407],[123.149144,46.740084],[123.141811,46.740344],[123.11324,46.732574],[123.103284,46.73184],[123.090671,46.736011],[123.087152,46.734992],[123.086963,46.737775],[123.084786,46.739504],[123.078734,46.739187],[123.069735,46.742525],[123.059759,46.740531],[123.059657,46.734807],[123.053384,46.736773],[123.048537,46.732416],[123.038965,46.73113],[123.030616,46.725635],[123.019573,46.721984],[123.000448,46.726062],[122.995993,46.737374],[122.990582,46.737726],[122.988083,46.740576],[122.991947,46.758741],[122.949436,46.772728],[122.944329,46.780911],[122.935765,46.783119],[122.933112,46.787127],[122.927633,46.783573],[122.920027,46.781474],[122.920965,46.788132],[122.918752,46.796359],[122.914495,46.797687],[122.912386,46.802199],[122.901006,46.805647],[122.902124,46.816623],[122.892508,46.826384],[122.893357,46.833131],[122.891992,46.835561],[122.895361,46.840241],[122.894181,46.842579],[122.894991,46.849312],[122.891929,46.852454],[122.894687,46.85419],[122.894079,46.860697],[122.891119,46.86219],[122.890593,46.866582],[122.886335,46.871796],[122.880147,46.877022],[122.874648,46.885174],[122.873871,46.889202],[122.874366,46.891155],[122.88778,46.893438],[122.886584,46.897176],[122.893449,46.916329],[122.893645,46.92155],[122.889106,46.925537],[122.893962,46.939733],[122.891832,46.945214],[122.893292,46.951203],[122.888454,46.955976],[122.890131,46.956602],[122.889244,46.958436],[122.87261,46.955253],[122.876305,46.951724],[122.874219,46.950054],[122.868681,46.95528],[122.866143,46.951773],[122.855573,46.945641],[122.853563,46.945918],[122.843757,46.938357],[122.833846,46.935139],[122.824201,46.936997],[122.813117,46.935252],[122.796286,46.935385],[122.794628,46.938323],[122.790699,46.936173],[122.78897,46.939675],[122.784964,46.939612],[122.786413,46.947851],[122.791487,46.952202],[122.792504,46.95555],[122.779818,46.959868],[122.781022,46.960801],[122.777434,46.962175],[122.777124,46.964073],[122.768552,46.972016],[122.769973,46.986322],[122.776229,46.98749],[122.772053,47.000895],[122.794043,47.017162],[122.795465,47.020314],[122.836472,47.042806],[122.839938,47.046492],[122.840198,47.05093],[122.850083,47.057229],[122.846265,47.070227],[122.840638,47.06737],[122.825834,47.064706],[122.817781,47.066203],[122.815626,47.064272],[122.809567,47.064964],[122.808152,47.067884],[122.798593,47.074111],[122.783016,47.076632],[122.776034,47.073416],[122.745604,47.076099],[122.743441,47.079166],[122.735405,47.078546],[122.732925,47.087044],[122.720208,47.088087],[122.693592,47.096605],[122.68789,47.094444],[122.682061,47.089745],[122.673273,47.095038],[122.667417,47.095158],[122.659663,47.098696],[122.659783,47.102181],[122.657934,47.105035],[122.649096,47.105011],[122.620347,47.115484],[122.604585,47.12813],[122.604458,47.132103],[122.606645,47.134759],[122.5914,47.152896],[122.588354,47.153436],[122.586386,47.151026],[122.577085,47.157986],[122.572359,47.157841],[122.568467,47.164401],[122.562695,47.163329],[122.558465,47.166173],[122.558304,47.169496],[122.547089,47.173517],[122.531416,47.199105],[122.518134,47.213242],[122.503946,47.241014],[122.500821,47.241816],[122.499894,47.244875],[122.490216,47.254096],[122.471417,47.261802],[122.45489,47.279055],[122.456283,47.284068],[122.452172,47.288377],[122.451815,47.293137],[122.45489,47.295132],[122.450526,47.295786],[122.450441,47.301168],[122.44262,47.302878],[122.441668,47.304405],[122.438044,47.303101],[122.436985,47.306317],[122.427146,47.311322],[122.426431,47.314799],[122.430479,47.317278],[122.42669,47.323287],[122.422461,47.325662],[122.423729,47.326239],[122.422212,47.328496],[122.417688,47.327331],[122.413471,47.328909],[122.411749,47.348176],[122.459988,47.378156],[122.501569,47.399756],[122.508862,47.414991],[122.514227,47.442185],[122.530606,47.465824],[122.534547,47.487156],[122.537591,47.493204],[122.568741,47.533306],[122.587275,47.545061],[122.646858,47.569044],[122.682493,47.580543],[122.755989,47.611157],[122.772401,47.621301],[122.777218,47.627002],[122.823385,47.660106],[122.84639,47.674175],[122.941153,47.702109],[122.976605,47.715536],[123.036266,47.744243],[123.160866,47.781577],[123.207263,47.822005],[123.237455,47.858243],[123.251583,47.879993],[123.259534,47.896241],[123.274426,47.918322],[123.281848,47.940073],[123.293321,47.951861],[123.309919,47.957103],[123.313194,47.96042],[123.317303,47.958849],[123.342833,47.962723],[123.371024,47.973396],[123.527923,48.019494],[123.568762,48.040637],[123.606993,48.071938],[123.650507,48.112866],[123.695673,48.148261],[123.741905,48.196663],[123.797019,48.229964],[123.815918,48.245812],[123.850022,48.266424],[123.884073,48.294907],[123.928681,48.325854],[123.964506,48.35557],[124.015292,48.393047],[124.047784,48.414662],[124.074845,48.435572],[124.095109,48.44376],[124.124306,48.458278],[124.170039,48.484851],[124.231634,48.517804],[124.25224,48.534527],[124.261207,48.534164],[124.270855,48.525908],[124.281028,48.521404],[124.292045,48.519734],[124.295394,48.517399],[124.29777,48.510717],[124.303518,48.503156],[124.302808,48.494213],[124.30838,48.478761],[124.304781,48.474105],[124.296221,48.470899],[124.297273,48.453459],[124.307682,48.441987],[124.326259,48.430355],[124.321421,48.423357],[124.317623,48.421922],[124.316441,48.419523],[124.306833,48.418462],[124.301996,48.410131],[124.308297,48.406169],[124.312423,48.395023],[124.320669,48.390887],[124.317007,48.387069],[124.318942,48.37679],[124.308205,48.369603],[124.309273,48.363768],[124.319121,48.35452],[124.317907,48.3518],[124.311178,48.349037],[124.31031,48.345541],[124.320567,48.339521],[124.333975,48.316011],[124.350943,48.30949],[124.345683,48.306102],[124.343901,48.300911],[124.353947,48.291272],[124.360231,48.288821],[124.369538,48.27361],[124.373447,48.271696],[124.381805,48.271266],[124.395189,48.263327],[124.395768,48.260298],[124.389827,48.255623],[124.395544,48.246394],[124.415303,48.244015],[124.415054,48.23637],[124.420267,48.232725],[124.421585,48.221318],[124.419877,48.219373],[124.410196,48.219885],[124.404849,48.217157],[124.402446,48.213407],[124.409428,48.206863],[124.4118,48.190873],[124.410571,48.187264],[124.416432,48.180184],[124.430277,48.176186],[124.43636,48.17681],[124.443691,48.174455],[124.447518,48.170954],[124.454166,48.173493],[124.455698,48.178439],[124.456805,48.1783],[124.459907,48.174789],[124.458548,48.171229],[124.464115,48.172518],[124.471405,48.165138],[124.469671,48.160875],[124.458602,48.15771],[124.455955,48.153512],[124.456255,48.15012],[124.461159,48.142886],[124.467586,48.138436],[124.466044,48.132135],[124.461128,48.129307],[124.427054,48.124738],[124.423112,48.123045],[124.422555,48.118665],[124.430567,48.112437],[124.431253,48.110158],[124.427811,48.105349],[124.418815,48.104521],[124.413236,48.102155],[124.412463,48.099978],[124.415003,48.095595],[124.415012,48.091974],[124.410959,48.086522],[124.416454,48.085823],[124.422291,48.080638],[124.427529,48.080722],[124.429928,48.083573],[124.428435,48.090369],[124.430757,48.093081],[124.442978,48.097044],[124.452823,48.095306],[124.459183,48.096072],[124.469247,48.104117],[124.471777,48.111592],[124.468492,48.117505],[124.472394,48.122986],[124.480962,48.124717],[124.489738,48.118756],[124.495128,48.118889],[124.498554,48.12366],[124.499735,48.130667],[124.504558,48.135727],[124.515893,48.139884],[124.519444,48.142708],[124.521647,48.147578],[124.522033,48.158099],[124.507637,48.162495],[124.504942,48.164475],[124.505177,48.166629],[124.508936,48.168255],[124.518431,48.168215],[124.521092,48.170145],[124.522242,48.171898],[124.519994,48.175385],[124.513298,48.18015],[124.512541,48.185044],[124.531855,48.19277],[124.545632,48.205388],[124.544823,48.210533],[124.546691,48.216795],[124.555924,48.224392],[124.556013,48.228849],[124.551621,48.234302],[124.553538,48.239056],[124.560383,48.245209],[124.568719,48.24864],[124.572455,48.252246],[124.57227,48.25942],[124.569884,48.263827],[124.567002,48.265269],[124.552015,48.266356],[124.549094,48.268069],[124.548573,48.270933],[124.55255,48.275806],[124.553513,48.284449],[124.557119,48.289378],[124.56209,48.291535],[124.573048,48.292871],[124.576556,48.296045],[124.575902,48.298579],[124.571491,48.302516],[124.562362,48.304511],[124.559022,48.307362],[124.559758,48.313618],[124.556692,48.318856],[124.54046,48.326653],[124.533931,48.333302],[124.534105,48.3368],[124.542689,48.345731],[124.539215,48.351681],[124.538721,48.357547],[124.535461,48.364183],[124.53111,48.367485],[124.519726,48.366947],[124.509644,48.373955],[124.508058,48.377346],[124.508825,48.379455],[124.518881,48.386607],[124.518912,48.390751],[124.514703,48.397999],[124.516714,48.405184],[124.514684,48.408544],[124.519828,48.417988],[124.518799,48.424536],[124.503892,48.437879],[124.500611,48.442783],[124.500629,48.445568],[124.503846,48.448064],[124.518718,48.4497],[124.532093,48.459198],[124.548226,48.46216],[124.550069,48.465769],[124.546206,48.470502],[124.53422,48.473506],[124.532808,48.475178],[124.532943,48.489778],[124.530447,48.49385],[124.526595,48.512313],[124.530195,48.519079],[124.539479,48.525437],[124.542902,48.530678],[124.53661,48.538483],[124.518067,48.544308],[124.520247,48.558488],[124.536006,48.579214],[124.540774,48.582285],[124.557425,48.584609],[124.5592,48.588762],[124.566462,48.59311],[124.57307,48.606957],[124.57547,48.616548],[124.596707,48.63215],[124.597939,48.639483],[124.596254,48.656679],[124.608989,48.667239],[124.617677,48.70131],[124.612816,48.715182],[124.60662,48.74654],[124.616819,48.755901],[124.619721,48.764323],[124.642201,48.775326],[124.646614,48.785128],[124.639509,48.797199],[124.636715,48.806811],[124.639821,48.819067],[124.647122,48.831397],[124.649432,48.833415],[124.670754,48.840302],[124.678697,48.838799],[124.700245,48.859714],[124.70794,48.884652],[124.700562,48.888809],[124.704416,48.899072],[124.705783,48.910551],[124.712752,48.918369],[124.736333,48.91859],[124.745217,48.923796],[124.74769,48.930992],[124.74315,48.938743],[124.74157,48.948189],[124.757009,48.977755],[124.77254,48.995171],[124.784037,48.999383],[124.7928,49.008018],[124.800256,49.017121],[124.802917,49.022831],[124.803509,49.031847],[124.81518,49.042447],[124.815881,49.046078],[124.810208,49.052519],[124.809106,49.057295],[124.812966,49.063072],[124.82138,49.068658],[124.822864,49.073663],[124.816636,49.084845],[124.800472,49.106102],[124.801811,49.113266],[124.809466,49.117634],[124.825553,49.118798],[124.838236,49.126038],[124.843081,49.133736],[124.855217,49.165529],[124.873088,49.173642],[124.898691,49.18122],[124.906819,49.181181],[124.914268,49.178584],[124.947529,49.162871],[124.963208,49.164055],[124.974555,49.161101],[124.984103,49.163983],[124.996333,49.174069],[125.012209,49.170855],[125.026098,49.175549],[125.030364,49.175593],[125.033074,49.17481],[125.034797,49.169305],[125.033738,49.166579],[125.026904,49.160403],[125.026148,49.156444],[125.02964,49.151518],[125.047305,49.145052],[125.055477,49.13883],[125.079321,49.133625],[125.096402,49.126644],[125.108235,49.124152],[125.11349,49.126254],[125.126065,49.138694],[125.140819,49.140024],[125.148326,49.145077],[125.150959,49.148618],[125.154011,49.159913],[125.157886,49.16372],[125.170828,49.171036],[125.175543,49.18025],[125.179318,49.183987],[125.189602,49.185218],[125.20138,49.183632],[125.212203,49.187394],[125.213273,49.192693],[125.211276,49.204035],[125.21924,49.215671],[125.221087,49.228295],[125.218409,49.238402],[125.206589,49.243125],[125.205548,49.246035],[125.209744,49.251966],[125.216632,49.252465],[125.224869,49.250588],[125.229996,49.254321],[125.22727,49.256915],[125.213819,49.257443],[125.21374,49.26134],[125.220719,49.266447],[125.220545,49.269047],[125.218652,49.271071],[125.207201,49.273388],[125.206271,49.276961],[125.2096,49.280903],[125.219129,49.282272],[125.234411,49.300911],[125.246084,49.310629],[125.25655,49.314949],[125.256928,49.319997],[125.245331,49.323144],[125.242701,49.325919],[125.244449,49.329729],[125.2546,49.33263],[125.257219,49.335869],[125.253135,49.344148],[125.247265,49.349507],[125.246486,49.356106],[125.25495,49.3604],[125.265739,49.356786],[125.269847,49.359699],[125.268787,49.361912],[125.262075,49.366004],[125.269722,49.374268],[125.268535,49.382827],[125.260424,49.38866],[125.249381,49.390693],[125.248374,49.393934],[125.25272,49.404497],[125.251631,49.41675],[125.252593,49.424801],[125.248685,49.433563],[125.26161,49.443697],[125.263809,49.450733],[125.258744,49.457376],[125.220585,49.486269],[125.220062,49.488104],[125.221645,49.489994],[125.233791,49.492425],[125.236767,49.496253],[125.232717,49.501461],[125.219293,49.50291],[125.216878,49.504842],[125.216138,49.517699],[125.202567,49.536623],[125.204088,49.539095],[125.207795,49.539566],[125.220737,49.532851],[125.225703,49.534083],[125.228129,49.536407],[125.226024,49.558057],[125.223102,49.560467],[125.212601,49.561859],[125.208717,49.564544],[125.213433,49.567961],[125.227919,49.572966],[125.227407,49.575579],[125.221713,49.581768],[125.227195,49.587406],[125.226675,49.591649],[125.217125,49.593644],[125.207076,49.590042],[125.196951,49.592525],[125.190572,49.602354],[125.175178,49.612193],[125.170253,49.616992],[125.166639,49.622484],[125.167291,49.62769],[125.165887,49.628469],[125.160324,49.627638],[125.158436,49.619446],[125.153102,49.615409],[125.145298,49.615019],[125.137343,49.618778],[125.131866,49.62428],[125.129322,49.633124],[125.122421,49.640646],[125.120112,49.659375],[125.123187,49.668737],[125.130033,49.672181],[125.161522,49.665589],[125.176981,49.656217],[125.18199,49.649651],[125.177494,49.633846],[125.184208,49.629224],[125.19191,49.635294],[125.191973,49.647246],[125.212384,49.667274],[125.21381,49.670806],[125.209349,49.704877],[125.210938,49.712759],[125.218264,49.724088],[125.211706,49.727694],[125.198002,49.731579],[125.196032,49.734156],[125.201193,49.743097],[125.214106,49.753123],[125.220727,49.772017],[125.219914,49.775552],[125.2145,49.782916],[125.219938,49.789736],[125.215939,49.796496],[125.205727,49.803721],[125.173966,49.81746],[125.170847,49.822294],[125.170556,49.826188],[125.171883,49.82791],[125.178148,49.82954],[125.215044,49.834003],[125.22859,49.838759],[125.231454,49.842622],[125.232454,49.847274],[125.216457,49.857506],[125.215296,49.863226],[125.219923,49.865853],[125.233931,49.864974],[125.236714,49.866519],[125.237958,49.869819],[125.225297,49.891378],[125.206182,49.904169],[125.205792,49.910131],[125.21863,49.91999],[125.219223,49.921908],[125.210457,49.923454],[125.202539,49.92946],[125.192591,49.932385],[125.191339,49.940554],[125.176251,49.950667],[125.176786,49.95547],[125.183,49.957857],[125.203301,49.960055],[125.221264,49.956131],[125.224513,49.956694],[125.235565,49.968149],[125.235746,49.973859],[125.233406,49.982557],[125.234205,49.986032],[125.237219,49.989159],[125.245403,49.992053],[125.269442,49.994165],[125.281932,50.000535],[125.287588,50.005651],[125.290756,50.015854],[125.290158,50.020935],[125.285662,50.028755],[125.278054,50.033483],[125.271542,50.035301],[125.261527,50.034108],[125.25104,50.036066],[125.244109,50.041493],[125.244488,50.04395],[125.256991,50.045137],[125.267808,50.053162],[125.278986,50.05715],[125.284489,50.054747],[125.291602,50.047144],[125.300478,50.043694],[125.305055,50.043501],[125.320826,50.048498],[125.330913,50.055662],[125.327485,50.061599],[125.324517,50.063396],[125.291553,50.066129],[125.270423,50.070995],[125.266545,50.073733],[125.263485,50.078855],[125.280727,50.088419],[125.281593,50.090283],[125.277487,50.093126],[125.267393,50.09629],[125.257092,50.096033],[125.251041,50.098421],[125.249716,50.100872],[125.267974,50.10467],[125.271268,50.106613],[125.275874,50.111321],[125.2719,50.117695],[125.270671,50.125009],[125.284776,50.129888],[125.296295,50.138283],[125.304975,50.138314],[125.306973,50.133827],[125.308139,50.122182],[125.311501,50.119255],[125.318243,50.117194],[125.320295,50.117882],[125.321788,50.121102],[125.322313,50.126303],[125.320075,50.130075],[125.320908,50.133953],[125.333189,50.135257],[125.3439,50.133843],[125.370292,50.136742],[125.372428,50.138749],[125.369683,50.143455],[125.350343,50.147014],[125.331194,50.157124],[125.326864,50.16344],[125.334316,50.164584],[125.349692,50.162281],[125.361772,50.168578],[125.370135,50.171063],[125.376632,50.171114],[125.380139,50.175046],[125.380629,50.178134],[125.375436,50.182759],[125.375379,50.190882],[125.380947,50.197379],[125.384952,50.197877],[125.399899,50.193528],[125.410537,50.194432],[125.418422,50.199838],[125.433725,50.204096],[125.440833,50.210025],[125.440907,50.215027],[125.428079,50.222303],[125.427269,50.227787],[125.428341,50.229386],[125.435977,50.230634],[125.449332,50.225462],[125.456491,50.227556],[125.456788,50.229117],[125.452752,50.233143],[125.440769,50.238413],[125.444225,50.250441],[125.436621,50.254801],[125.434476,50.25772],[125.436034,50.261158],[125.44321,50.266204],[125.446889,50.266611],[125.454775,50.263988],[125.459574,50.266926],[125.456236,50.281209],[125.456175,50.294464],[125.459433,50.295894],[125.466622,50.294348],[125.471143,50.295212],[125.479758,50.305333],[125.489348,50.310656],[125.497027,50.310893],[125.505275,50.308403],[125.513982,50.310787],[125.514407,50.312287],[125.511894,50.314691],[125.498267,50.315544],[125.495356,50.317571],[125.495103,50.319746],[125.501423,50.323694],[125.511756,50.323102],[125.522253,50.326762],[125.523045,50.329861],[125.51655,50.333052],[125.509618,50.33897],[125.509669,50.344937],[125.515159,50.349587],[125.531032,50.350738],[125.539351,50.357698],[125.535703,50.361683],[125.519656,50.363639],[125.513041,50.368281],[125.512904,50.370078],[125.515991,50.372323],[125.527974,50.376195],[125.530342,50.379233],[125.517416,50.401717],[125.513915,50.403885],[125.506005,50.405268],[125.505407,50.40753],[125.517574,50.411519],[125.520577,50.418595],[125.527063,50.419172],[125.559827,50.401411],[125.566088,50.399949],[125.571769,50.400664],[125.575327,50.404329],[125.576127,50.407499],[125.565297,50.417398],[125.562604,50.423601],[125.557244,50.428379],[125.554541,50.436188],[125.557151,50.440437],[125.561141,50.440933],[125.580655,50.436348],[125.582005,50.438856],[125.580494,50.440836],[125.571883,50.441256],[125.569276,50.444124],[125.573067,50.447629],[125.584344,50.451077],[125.607533,50.448662],[125.610399,50.44361],[125.614187,50.442162],[125.62727,50.44312],[125.639743,50.450734],[125.646921,50.469071],[125.658893,50.477411],[125.670411,50.47574],[125.67791,50.479911],[125.687331,50.479076],[125.692718,50.481914],[125.693195,50.484157],[125.690906,50.485828],[125.681343,50.484637],[125.675065,50.486582],[125.674721,50.490438],[125.678105,50.493754],[125.695219,50.495982],[125.705501,50.503493],[125.71701,50.515081],[125.729697,50.521403],[125.737493,50.520707],[125.746134,50.516106],[125.743967,50.511374],[125.734908,50.511043],[125.733117,50.509879],[125.733606,50.508501],[125.745368,50.505482],[125.750399,50.506452],[125.757137,50.511153],[125.755469,50.513839],[125.75654,50.516087],[125.766012,50.519096],[125.76516,50.523229],[125.758976,50.525673],[125.760856,50.529353],[125.782789,50.529563],[125.789556,50.533415],[125.792486,50.539278],[125.804101,50.546816],[125.813974,50.546839],[125.816512,50.548263],[125.814119,50.556389],[125.821757,50.560006],[125.821997,50.565539],[125.818143,50.574568],[125.810116,50.584316],[125.809503,50.594196],[125.802603,50.598683],[125.800895,50.602082],[125.805258,50.610179],[125.807414,50.622441],[125.803872,50.626135],[125.794226,50.630266],[125.788262,50.636878],[125.785137,50.64312],[125.78645,50.649617],[125.796533,50.656342],[125.796855,50.661439],[125.782885,50.672039],[125.779811,50.676393],[125.790011,50.681211],[125.80925,50.686236],[125.813637,50.690924],[125.814701,50.69665],[125.817973,50.702393],[125.810953,50.708524],[125.800144,50.710722],[125.79616,50.714701],[125.783942,50.717846],[125.773264,50.723969],[125.773323,50.72622],[125.776665,50.72943],[125.786406,50.732336],[125.78795,50.736523],[125.786273,50.739236],[125.77189,50.746223],[125.766055,50.746269],[125.759628,50.743617],[125.751676,50.744715],[125.750355,50.746462],[125.753156,50.751617],[125.760511,50.756208],[125.770902,50.765992],[125.785073,50.771235],[125.793763,50.772516],[125.803818,50.766484],[125.81481,50.763469],[125.819668,50.759808],[125.820079,50.755896],[125.828124,50.754178],[125.832982,50.755254],[125.839401,50.767645],[125.825687,50.779292],[125.823947,50.783921],[125.828469,50.791835],[125.83415,50.792943],[125.850204,50.78929],[125.862515,50.792941],[125.870428,50.79836],[125.877304,50.80022],[125.883147,50.804734],[125.88272,50.807041],[125.871207,50.814018],[125.874417,50.818921],[125.879665,50.82152],[125.905801,50.824538],[125.912068,50.828639],[125.91545,50.833237],[125.918051,50.842679],[125.910249,50.849608],[125.899849,50.853712],[125.887008,50.854539],[125.886881,50.85604],[125.901044,50.857463],[125.912626,50.852846],[125.923491,50.852216],[125.93579,50.853126],[125.944341,50.857454],[125.948709,50.864667],[125.934176,50.869716],[125.941726,50.875502],[125.94665,50.891612],[125.95154,50.898937],[125.953676,50.899592],[125.962177,50.898315],[125.967444,50.894875],[125.967663,50.889679],[125.965,50.879761],[125.968212,50.875231],[125.975804,50.869647],[125.989296,50.870249],[125.993629,50.879891],[125.98732,50.887107],[125.987043,50.894188],[125.988168,50.895521],[125.99437,50.894359],[125.996984,50.896885],[125.992482,50.899928],[125.988761,50.899955],[125.987867,50.904341],[125.998434,50.903058],[126.003561,50.90836],[126.006653,50.908878],[126.008516,50.907772],[126.011419,50.901068],[126.020273,50.900226],[126.022481,50.90238],[126.022565,50.905621],[126.01471,50.912043],[126.011555,50.922499],[126.013704,50.926405],[126.028588,50.933397],[126.031483,50.931235],[126.029613,50.924456],[126.035097,50.924087],[126.038705,50.943822],[126.061152,50.964849],[126.065581,50.97679],[126.065536,50.978545],[126.062438,50.97953],[126.045871,50.975687],[126.033999,50.9801],[126.034491,50.982858],[126.040044,50.985263],[126.040998,50.988539],[126.038776,50.996016],[126.030816,50.999039],[126.025817,51.008526],[126.032371,51.013541],[126.037269,51.015125],[126.044188,51.02865],[126.041526,51.031359],[126.036275,51.031046],[126.0324,51.032969],[126.031395,51.035438],[126.033573,51.037344],[126.038221,51.037389],[126.042806,51.033049],[126.048611,51.03257],[126.052842,51.035618],[126.052224,51.041094],[126.043709,51.045579],[126.034529,51.044094],[126.023206,51.048299],[126.020759,51.049738],[126.021481,51.052021],[126.019823,51.054976],[126.001372,51.056235],[126.000369,51.057668],[126.013413,51.065154],[126.014098,51.068516],[126.010164,51.068832],[126.005587,51.066911],[125.99591,51.068712],[125.983212,51.077732],[125.968187,51.083871],[125.97162,51.085865],[125.978912,51.083218],[125.983523,51.084392],[125.982759,51.086814],[125.976061,51.086417],[125.969357,51.090293],[125.97524,51.09588],[125.981811,51.095732],[125.984007,51.098134],[125.981084,51.099601],[125.98073,51.101817],[125.982477,51.110033],[125.987348,51.114091],[125.986932,51.118013],[125.983082,51.118071],[125.981444,51.113879],[125.977267,51.112921],[125.97533,51.115764],[125.976169,51.121076],[125.965975,51.124035],[125.956397,51.116503],[125.938134,51.107138],[125.927236,51.111522],[125.920873,51.12025],[125.917501,51.122179],[125.921556,51.125832],[125.925975,51.126957],[125.917163,51.130239],[125.91353,51.127446],[125.911706,51.127797],[125.909206,51.131845],[125.913129,51.131233],[125.913901,51.133799],[125.907002,51.137222],[125.90185,51.138251],[125.883636,51.133226],[125.88158,51.134698],[125.883357,51.136834],[125.881406,51.138463],[125.868074,51.13792],[125.857934,51.144089],[125.857416,51.146069],[125.859036,51.151026],[125.871266,51.157646],[125.870845,51.161225],[125.865663,51.162122],[125.855231,51.170153],[125.859715,51.176632],[125.849836,51.188557],[125.850967,51.195167],[125.844233,51.201496],[125.84652,51.206443],[125.842244,51.207304],[125.833765,51.212494],[125.836268,51.21541],[125.833383,51.21892],[125.812862,51.225601],[125.788539,51.223158],[125.78097,51.225791],[125.763341,51.224125],[125.749579,51.226032],[125.744174,51.232713],[125.75655,51.242268],[125.757597,51.245205],[125.755303,51.247996],[125.754329,51.2529],[125.756761,51.259967],[125.739166,51.266743],[125.713219,51.293254],[125.708681,51.30036],[125.704381,51.300976],[125.700127,51.303782],[125.70728,51.308774],[125.695204,51.317032],[125.694171,51.323984],[125.686139,51.338017],[125.681327,51.339278],[125.680496,51.337339],[125.67616,51.336139],[125.66297,51.341112],[125.663161,51.344477],[125.660333,51.348269],[125.648422,51.353044],[125.635556,51.362743],[125.633896,51.365083],[125.637058,51.369038],[125.628024,51.372258],[125.617182,51.379326],[125.616138,51.385036],[125.611024,51.389582],[125.613719,51.394373],[125.616807,51.395847],[125.616572,51.397808],[125.606257,51.39886],[125.601336,51.401153],[125.594607,51.411685],[125.584771,51.418901],[125.579822,51.425055],[125.573926,51.428357],[125.571919,51.426699],[125.565541,51.429331],[125.566673,51.431846],[125.561484,51.435019],[125.560503,51.437344],[125.569404,51.440942],[125.572218,51.444932],[125.570516,51.449653],[125.560178,51.451272],[125.558356,51.452147],[125.557515,51.456109],[125.538113,51.463103],[125.535627,51.472813],[125.523044,51.481622],[125.516437,51.489912],[125.49922,51.499472],[125.488199,51.509553],[125.47472,51.516647],[125.471305,51.519513],[125.472037,51.522638],[125.469625,51.525591],[125.453469,51.530699],[125.448028,51.537557],[125.432601,51.54879],[125.425209,51.551343],[125.416151,51.561992],[125.411571,51.562783],[125.39733,51.571783],[125.372544,51.583982],[125.369448,51.591627],[125.370578,51.600302],[125.367309,51.603089],[125.362747,51.612716],[125.359293,51.616405],[125.347301,51.621148],[125.328322,51.620385],[125.314835,51.615172],[125.311363,51.607062],[125.308299,51.607163],[125.290844,51.617319],[125.289076,51.624216],[125.27978,51.632788],[125.264965,51.63642],[125.260057,51.63152],[125.252773,51.627509],[125.223288,51.638179],[125.218375,51.636431],[125.214093,51.632576],[125.209667,51.624584],[125.198955,51.626553],[125.165515,51.637539],[125.145593,51.634744],[125.140162,51.631691],[125.127098,51.630989],[125.121329,51.633161],[125.123298,51.644856],[125.12062,51.656936],[125.114396,51.66105],[125.095767,51.656636],[125.079981,51.639102],[125.060466,51.623301],[125.053414,51.597008],[125.056723,51.580532],[125.062091,51.564298],[125.0658,51.561203],[125.069589,51.553388],[125.058029,51.548673],[125.053665,51.53837],[125.05325,51.533061],[125.040677,51.526984],[125.007693,51.525943],[124.990401,51.521753],[124.982441,51.516751],[124.980906,51.509568],[124.978285,51.506744],[124.964726,51.502151],[124.93908,51.503463],[124.916617,51.498597],[124.913648,51.494637],[124.91224,51.47859],[124.931149,51.454611],[124.936851,51.442429],[124.919715,51.433423],[124.90437,51.432573],[124.871163,51.402367],[124.870162,51.399955],[124.871965,51.396595],[124.878555,51.392756],[124.878698,51.390221],[124.866548,51.379914],[124.86052,51.37809],[124.846057,51.378489],[124.795815,51.387879],[124.780815,51.394318],[124.772291,51.390919],[124.749939,51.377619],[124.744466,51.370456],[124.748579,51.366451],[124.748588,51.360508],[124.742634,51.354507],[124.705356,51.339623],[124.660074,51.332384],[124.655994,51.334737],[124.644547,51.336544],[124.62278,51.323691],[124.593499,51.343285],[124.589327,51.347854],[124.588867,51.351433],[124.583018,51.356936],[124.554047,51.373519],[124.544701,51.37561],[124.531654,51.371236],[124.514724,51.373852],[124.493839,51.381596],[124.489053,51.3811],[124.477428,51.377785],[124.47409,51.372691],[124.470084,51.360801],[124.459767,51.362243],[124.440647,51.360768],[124.42488,51.352602],[124.41789,51.341519],[124.422257,51.305951],[124.419043,51.298091],[124.400303,51.281024],[124.396834,51.271786],[124.384419,51.273878],[124.372932,51.27866],[124.347869,51.278815],[124.337334,51.27068],[124.327521,51.279647],[124.330324,51.289704],[124.324063,51.292005],[124.301668,51.287035],[124.293317,51.288472],[124.293507,51.292955],[124.291229,51.295613],[124.261875,51.315345],[124.255335,51.32268],[124.239055,51.334348],[124.226404,51.341694],[124.206154,51.3483],[124.170652,51.337629],[124.143411,51.344439],[124.13,51.338548],[124.12558,51.33886],[124.110496,51.344902],[124.084588,51.340465],[124.072776,51.323506],[124.062985,51.317726],[124.04182,51.320079],[124.022393,51.318262],[124.003384,51.323445],[123.985659,51.323591],[123.970873,51.321493],[123.937902,51.311833],[123.920745,51.300251],[123.907377,51.303575],[123.886396,51.31374],[123.854319,51.340931],[123.850748,51.347555],[123.850313,51.353298],[123.832249,51.36374],[123.813427,51.367829],[123.786997,51.359954],[123.745039,51.37508],[123.724583,51.385377],[123.718755,51.390235],[123.716381,51.396949],[123.711413,51.398192],[123.694861,51.392197],[123.67448,51.37234],[123.671082,51.365322],[123.674739,51.362825],[123.672614,51.353264],[123.660315,51.345672],[123.653727,51.346157],[123.649821,51.332314],[123.652894,51.3245],[123.649819,51.317825],[123.646592,51.317157],[123.635337,51.32172],[123.619141,51.315946],[123.594434,51.310514],[123.578722,51.310895],[123.574995,51.309674],[123.571626,51.30557],[123.575059,51.291636],[123.549182,51.287621],[123.537199,51.288855],[123.527921,51.28657],[123.523706,51.283151],[123.502714,51.283616],[123.497761,51.289036],[123.483318,51.291678],[123.451938,51.288113],[123.448847,51.285575],[123.448727,51.273554],[123.443876,51.270633],[123.423175,51.270536],[123.3955,51.276788],[123.377905,51.269453],[123.372169,51.263159],[123.365548,51.262101],[123.35561,51.264283],[123.34449,51.270295],[123.333511,51.272403],[123.331262,51.270799],[123.300003,51.264831],[123.275565,51.244761],[123.248899,51.256987],[123.240964,51.258358],[123.228507,51.267383],[123.219552,51.277679],[123.204154,51.281574],[123.182122,51.281025],[123.160839,51.285636],[123.156274,51.291418],[123.154085,51.297827],[123.140886,51.302098],[123.135568,51.301544],[123.125485,51.295474],[123.12305,51.295426],[123.102906,51.306615],[123.08237,51.308692],[123.060056,51.318628],[123.023155,51.31889],[123.016528,51.314037],[123.014456,51.308415],[123.01133,51.305947],[123.008228,51.30507],[122.997509,51.308607],[122.970615,51.328224],[122.963371,51.337047],[122.963362,51.34309],[122.949689,51.360321],[122.957644,51.370663],[122.960975,51.387386],[122.943145,51.395972],[122.933861,51.406597],[122.928846,51.407543],[122.912951,51.40613],[122.894867,51.414606],[122.891551,51.420013],[122.890588,51.429923],[122.893851,51.43804],[122.901433,51.444841],[122.869214,51.44749],[122.864762,51.45944],[122.858604,51.465802],[122.852255,51.468983],[122.851138,51.47252],[122.854512,51.478245],[122.872828,51.489153],[122.87912,51.504123],[122.871623,51.511536],[122.863148,51.510351],[122.860053,51.511835],[122.848346,51.526497],[122.863408,51.531585],[122.880252,51.533908],[122.881035,51.548154],[122.851007,51.567617],[122.837902,51.573304],[122.829438,51.574522],[122.826032,51.578687],[122.831703,51.591645],[122.850225,51.599752],[122.851157,51.60317],[122.847676,51.612166],[122.835151,51.624658],[122.829154,51.626321],[122.82279,51.625759],[122.814693,51.633572],[122.811498,51.642311],[122.811975,51.655592],[122.79961,51.660328],[122.79488,51.671092],[122.788858,51.678965],[122.778433,51.683513],[122.77244,51.68968],[122.767199,51.712319],[122.765142,51.728847],[122.750959,51.733628],[122.74139,51.740004],[122.740633,51.745081],[122.749327,51.750497],[122.765846,51.769403],[122.752801,51.797107],[122.741571,51.806382],[122.730944,51.820606],[122.724631,51.831951],[122.72851,51.849755],[122.719246,51.859193],[122.719105,51.868394],[122.714911,51.877509],[122.712568,51.879538],[122.705176,51.881371],[122.698137,51.880807],[122.693282,51.887119],[122.71011,51.910787],[122.717157,51.913626],[122.726809,51.921422],[122.72658,51.92362],[122.711706,51.942672],[122.711595,51.94704],[122.720263,51.956948],[122.71654,51.968513],[122.710658,51.976028],[122.696665,51.9755],[122.681732,51.970689],[122.672073,51.972138],[122.666154,51.975878],[122.667403,51.981013],[122.666209,51.988486],[122.656803,51.997059],[122.657431,52.009924],[122.661884,52.016364],[122.658851,52.019307],[122.650022,52.023045],[122.644781,52.031903],[122.646449,52.047162],[122.649726,52.050961],[122.64745,52.059087],[122.638634,52.061193],[122.623541,52.060786],[122.61868,52.064943],[122.61795,52.07143],[122.632564,52.084941],[122.63388,52.095402],[122.642229,52.09821],[122.639237,52.102206],[122.639701,52.107532],[122.622748,52.127121],[122.630397,52.135108],[122.644703,52.134768],[122.670525,52.137241],[122.680747,52.135734],[122.695608,52.144991],[122.712839,52.143982],[122.730305,52.148108],[122.73771,52.15965],[122.737294,52.165459],[122.754025,52.169231],[122.758038,52.174379],[122.768806,52.176815],[122.76901,52.178835],[122.76452,52.183983],[122.768719,52.193583],[122.769471,52.200146],[122.755582,52.225095],[122.763874,52.231652],[122.776484,52.23534],[122.783385,52.242617],[122.785275,52.248394],[122.783692,52.250498],[122.765424,52.256323],[122.76132,52.261451],[122.756087,52.262769],[122.745861,52.258654],[122.736165,52.257481],[122.723064,52.258318],[122.696437,52.253111],[122.685098,52.259644],[122.690228,52.267922],[122.666647,52.273889],[122.653908,52.282283],[122.651452,52.281085],[122.648828,52.276067],[122.642119,52.271205],[122.626638,52.270592],[122.612203,52.267247],[122.590709,52.265571],[122.574487,52.268275],[122.573325,52.271634],[122.563532,52.28009],[122.545852,52.280054],[122.528794,52.284737],[122.497439,52.285458],[122.485738,52.292985],[122.472399,52.295885],[122.467512,52.295212],[122.462423,52.300097],[122.469344,52.304707],[122.472462,52.3148],[122.466494,52.323183],[122.464969,52.328464],[122.474075,52.330317],[122.471571,52.340471],[122.474865,52.345192],[122.474535,52.348064],[122.464194,52.355106],[122.457749,52.357261],[122.451219,52.364202],[122.449968,52.36646],[122.451233,52.371503],[122.443292,52.377198],[122.444024,52.383936],[122.435777,52.390413],[122.429857,52.387098],[122.42137,52.378693],[122.409953,52.377811],[122.40577,52.374024],[122.401105,52.374],[122.398473,52.375936],[122.393891,52.384509],[122.392877,52.390855],[122.387062,52.392721],[122.370588,52.39331],[122.365697,52.397834],[122.364728,52.404919],[122.361529,52.410198],[122.354138,52.411552],[122.345944,52.409223],[122.338681,52.410298],[122.337122,52.415038],[122.337809,52.42255],[122.326865,52.428855],[122.321285,52.434316],[122.317605,52.459904],[122.314813,52.461766],[122.308525,52.46228],[122.305356,52.469027],[122.305501,52.474127],[122.279008,52.475922],[122.270782,52.470369],[122.256086,52.466087],[122.246352,52.468763],[122.223913,52.468814],[122.220355,52.470923],[122.199895,52.466602],[122.168968,52.48392],[122.165447,52.490604],[122.167444,52.495463],[122.160158,52.505744],[122.159409,52.512027],[122.160977,52.513752],[122.151538,52.515121],[122.132656,52.507611],[122.132041,52.492554],[122.122415,52.483914],[122.130429,52.478616],[122.127853,52.475198],[122.109908,52.466298],[122.108734,52.459061],[122.104062,52.454921],[122.103134,52.449759],[122.090934,52.442643],[122.078796,52.442803],[122.073237,52.431122],[122.079457,52.425964],[122.081904,52.418914],[122.069531,52.416969],[122.061559,52.417619],[122.04771,52.410108],[122.032382,52.409041],[122.039163,52.390584],[122.037977,52.388193],[122.02873,52.380673],[122.018802,52.367564],[122.000626,52.36244],[121.984127,52.34636],[121.974785,52.342164],[121.969408,52.333887],[121.97087,52.329956],[121.973285,52.328269],[121.971927,52.32653],[121.944675,52.315388],[121.944763,52.313447],[121.948974,52.310606],[121.935973,52.291673],[121.930852,52.287175],[121.920137,52.282703],[121.905171,52.282055],[121.899491,52.279726],[121.870407,52.280857],[121.863076,52.285234],[121.833092,52.279442],[121.820238,52.287678],[121.802655,52.29151],[121.797791,52.297318],[121.780584,52.299054],[121.75819,52.30678],[121.744878,52.307809],[121.739646,52.310305],[121.731768,52.308891],[121.71339,52.313617],[121.71122,52.315643],[121.710902,52.32859],[121.714228,52.3333],[121.708452,52.347723],[121.694548,52.356881],[121.687902,52.371151],[121.676904,52.373617],[121.662732,52.385824],[121.654533,52.386881],[121.662273,52.398572],[121.66575,52.407994],[121.664775,52.413016],[121.675078,52.418416],[121.663968,52.427566],[121.649122,52.430813],[121.637975,52.443303],[121.596396,52.43915],[121.581422,52.440616],[121.57659,52.446346],[121.574162,52.45232],[121.571387,52.454408],[121.563037,52.454235],[121.558403,52.459175],[121.550354,52.460551],[121.542027,52.459657],[121.526261,52.452847],[121.520446,52.452523],[121.509675,52.459578],[121.504289,52.472632],[121.494802,52.47551],[121.489886,52.482386],[121.464033,52.480794],[121.455613,52.487947],[121.442294,52.48903],[121.413441,52.497922],[121.403915,52.505909],[121.403396,52.520758],[121.38208,52.524023],[121.376934,52.529852],[121.360228,52.528692],[121.345709,52.533357],[121.344236,52.534528],[121.345262,52.537027],[121.343722,52.539956],[121.33792,52.543391],[121.333977,52.549322],[121.330121,52.550444],[121.325564,52.549482],[121.320582,52.553666],[121.319212,52.565823],[121.316494,52.572047],[121.298934,52.573453],[121.269183,52.585823],[121.259996,52.580532],[121.241686,52.581277],[121.224621,52.572717],[121.192297,52.583912],[121.184355,52.590441],[121.183188,52.595807],[121.195697,52.603512],[121.199864,52.608465],[121.227227,52.616346],[121.232793,52.621858],[121.235287,52.627431],[121.255338,52.63581],[121.264627,52.636689],[121.284889,52.649496],[121.285034,52.659704],[121.301959,52.665583],[121.299703,52.668496],[121.301651,52.673161],[121.312377,52.676837],[121.325581,52.676441],[121.339096,52.679938],[121.354538,52.67983],[121.373516,52.684469],[121.382144,52.695902],[121.397077,52.699736],[121.421905,52.719715],[121.445832,52.730698],[121.447573,52.733381],[121.447477,52.739419],[121.453792,52.745074],[121.460588,52.757304],[121.468048,52.76211],[121.471445,52.771707],[121.500872,52.773282],[121.504175,52.778923],[121.521585,52.789997],[121.532669,52.801135],[121.580699,52.819765],[121.589542,52.829315],[121.592068,52.836348],[121.597486,52.841373],[121.614702,52.851182],[121.610836,52.856961],[121.610022,52.861984],[121.595804,52.870048],[121.606327,52.884596],[121.601317,52.89072],[121.625163,52.894521],[121.630464,52.901736],[121.638619,52.905173],[121.647559,52.906389],[121.655451,52.91072],[121.657839,52.916211],[121.670594,52.92934],[121.67407,52.951845],[121.682586,52.955607],[121.687852,52.964984],[121.692374,52.967047],[121.693585,52.972308],[121.699764,52.982693],[121.7076,52.987559],[121.703107,52.996353],[121.742801,53.000668],[121.763311,53.013232],[121.778731,53.016483],[121.783088,53.024723],[121.781183,53.028873],[121.781763,53.031575],[121.789439,53.036398],[121.790809,53.042847],[121.79468,53.049464],[121.807242,53.053041],[121.808876,53.058701],[121.813433,53.062197],[121.806329,53.068812],[121.785032,53.074887],[121.781467,53.078517],[121.781756,53.080964],[121.772749,53.087018],[121.766977,53.088432],[121.766134,53.090796],[121.778532,53.102067],[121.77299,53.105856],[121.77178,53.112673],[121.777619,53.117442],[121.770205,53.117617],[121.759782,53.124806],[121.754082,53.140571],[121.744687,53.147084],[121.739641,53.147893],[121.726676,53.143558],[121.711808,53.144944],[121.696394,53.15645],[121.669968,53.163993],[121.65713,53.169207],[121.651905,53.173677],[121.645803,53.191257],[121.670585,53.198833],[121.665222,53.203841],[121.664802,53.207718],[121.666201,53.21327],[121.672233,53.223473],[121.673552,53.237947],[121.642791,53.257226],[121.635012,53.258683],[121.613233,53.257425],[121.6078,53.25862],[121.595508,53.266482],[121.591976,53.275463],[121.578749,53.28192],[121.577128,53.285567],[121.566717,53.29601],[121.544417,53.291498],[121.544517,53.299587],[121.53396,53.304742],[121.524617,53.316381],[121.519702,53.319663],[121.506452,53.315759],[121.502273,53.316821],[121.501162,53.32112],[121.493109,53.333779],[121.518959,53.336731],[121.583999,53.349884],[121.605141,53.35734],[121.623529,53.367043],[121.657944,53.374893],[121.674294,53.385976],[121.686417,53.391052],[121.705181,53.389972],[121.730511,53.385428],[121.738333,53.385744],[121.757966,53.391306],[121.81436,53.414094],[121.845024,53.417539],[121.861811,53.424817],[121.869693,53.426527],[121.889361,53.422711],[121.908207,53.421853],[121.951316,53.42836],[121.980055,53.429173],[122.006183,53.427581],[122.060139,53.420135],[122.095938,53.421678],[122.116644,53.43293],[122.132061,53.445794],[122.150014,53.463912],[122.16435,53.470806],[122.191233,53.467628],[122.205002,53.462538],[122.21617,53.460347],[122.248125,53.462538],[122.290806,53.479269],[122.30623,53.493413],[122.312797,53.497268],[122.341593,53.501543],[122.348775,53.5],[122.353545,53.495804],[122.359584,53.487948],[122.364332,53.479625],[122.365408,53.474185],[122.368978,53.470071],[122.383168,53.462535],[122.401949,53.455729],[122.419244,53.444879],[122.439548,53.441301],[122.447638,53.441788],[122.461663,53.445429],[122.488537,53.457272],[122.522838,53.451313],[122.532702,53.450957],[122.58504,53.463127],[122.6171,53.462677],[122.645124,53.458675],[122.677999,53.457778],[122.74671,53.46175],[122.820349,53.455061],[122.85161,53.456713],[122.898212,53.464146],[122.943722,53.480342],[122.996098,53.491919],[123.004987,53.495944],[123.023462,53.498287],[123.037767,53.503018],[123.056691,53.50615],[123.083836,53.50662],[123.103242,53.50363],[123.124714,53.497024],[123.140581,53.496799],[123.16762,53.506145],[123.193963,53.52563],[123.202597,53.534053],[123.223527,53.54796],[123.242764,53.555219],[123.266362,53.560901],[123.301298,53.557955],[123.354648,53.54128],[123.402487,53.535062]]]}},{type:"Feature",properties:{name:"上海市",province_adcode:31e4,province_type:"直辖市",name_en:"Shanghai",name_var:"Shàng Hǎi",adcode:31e4},geometry:{type:"MultiPolygon",coordinates:[[[[121.874761,31.635156],[121.875433,31.613206],[121.892483,31.604891],[121.897765,31.599513],[121.897767,31.597543],[121.909498,31.588209],[121.909014,31.578511],[121.911641,31.577882],[121.915956,31.58197],[121.95972,31.549776],[121.971695,31.538307],[121.978655,31.529164],[121.985603,31.514132],[121.984639,31.498971],[121.987865,31.497297],[121.987037,31.488369],[121.98322,31.476234],[121.970229,31.483325],[121.966022,31.489568],[121.962565,31.504013],[121.95325,31.506492],[121.938667,31.479048],[121.921094,31.465804],[121.925829,31.46265],[121.900694,31.450441],[121.887207,31.451338],[121.885002,31.44651],[121.886438,31.44399],[121.882701,31.441902],[121.873427,31.362998],[121.941889,31.336413],[122.016283,31.323169],[122.105011,31.320423],[122.112863,31.314415],[122.112411,31.307431],[122.089378,31.263566],[122.046438,31.279998],[122.006471,31.28991],[121.980876,31.293818],[121.854499,31.298795],[121.850073,31.296085],[121.851193,31.259943],[121.845434,31.244701],[121.83763,31.237658],[121.833957,31.23685],[121.83572,31.232652],[121.836315,31.222298],[121.825652,31.223764],[121.814342,31.233042],[121.795802,31.231487],[121.772981,31.216486],[121.789827,31.196579],[121.794405,31.197863],[121.816887,31.173441],[121.8362,31.16242],[121.876891,31.13249],[121.87683,31.130697],[121.859708,31.115568],[121.862362,31.1124],[121.880412,31.128912],[121.919872,31.095614],[121.890735,31.075325],[121.940072,30.999176],[121.97408,30.920472],[121.972491,30.884989],[121.964487,30.878406],[121.88757,30.848221],[121.848243,30.850512],[121.846451,30.848512],[121.835336,30.845286],[121.825181,30.84521],[121.783675,30.848675],[121.764745,30.848156],[121.76437,30.851141],[121.74096,30.851423],[121.662625,30.84588],[121.654685,30.84248],[121.614803,30.837288],[121.615034,30.833353],[121.531286,30.81232],[121.52507,30.819085],[121.507181,30.81344],[121.510032,30.804951],[121.491364,30.797477],[121.474868,30.787912],[121.427567,30.769796],[121.412902,30.761645],[121.358388,30.720846],[121.361338,30.718069],[121.346345,30.704555],[121.339219,30.706208],[121.327369,30.697817],[121.31407,30.696875],[121.306146,30.699004],[121.273131,30.694094],[121.26789,30.691701],[121.265679,30.704265],[121.260858,30.712074],[121.267339,30.725952],[121.264152,30.736914],[121.260455,30.737365],[121.251236,30.7466],[121.22761,30.758213],[121.223755,30.774414],[121.22027,30.779334],[121.217885,30.778789],[121.214396,30.788247],[121.197987,30.787084],[121.195455,30.78562],[121.194758,30.782902],[121.196416,30.776047],[121.192449,30.775674],[121.185743,30.782576],[121.181925,30.78136],[121.181354,30.778741],[121.178934,30.777254],[121.169861,30.775322],[121.164683,30.778199],[121.1563,30.77732],[121.155759,30.7789],[121.147729,30.781153],[121.139145,30.781745],[121.136468,30.779303],[121.122484,30.780897],[121.121624,30.795936],[121.124226,30.812984],[121.125601,30.817759],[121.133406,30.828723],[121.132913,30.832592],[121.127363,30.837996],[121.115289,30.838419],[121.115454,30.844742],[121.117784,30.848024],[121.115849,30.851659],[121.109739,30.854288],[121.097118,30.852188],[121.092716,30.858949],[121.076163,30.850844],[121.062393,30.850851],[121.056292,30.847264],[121.056796,30.840677],[121.04306,30.833168],[121.044229,30.829445],[121.035997,30.829094],[121.033365,30.822966],[121.034372,30.821161],[121.039034,30.822384],[121.040516,30.8181],[121.033608,30.816433],[121.031514,30.822388],[121.025174,30.831277],[121.010162,30.838252],[121.007131,30.837535],[121.000756,30.83051],[120.994123,30.82882],[120.989915,30.823551],[120.98574,30.825746],[120.984801,30.835798],[120.988719,30.840917],[120.990888,30.84021],[120.993605,30.846906],[120.999311,30.848237],[121.005561,30.855147],[121.007336,30.854707],[121.011293,30.86262],[121.011923,30.872925],[121.015924,30.874608],[121.017483,30.877209],[121.013556,30.884955],[121.006667,30.8844],[121.002769,30.885736],[121.005737,30.889101],[121.003197,30.890537],[120.988798,30.892212],[120.986177,30.897976],[120.989045,30.904918],[120.994705,30.908174],[120.998674,30.907403],[121.000669,30.910864],[120.995097,30.911883],[120.996832,30.939829],[120.99144,30.946185],[120.992972,30.946421],[120.992984,30.952804],[120.98862,30.957248],[120.988095,30.960592],[120.990424,30.960647],[120.987505,30.970559],[120.989082,30.974213],[120.99682,30.976156],[120.998213,30.980783],[120.988153,31.001305],[120.988125,31.010078],[120.985069,31.014874],[120.978815,31.018043],[120.95937,31.018568],[120.955944,31.023461],[120.953948,31.031041],[120.950233,31.032308],[120.944083,31.031422],[120.944411,31.027271],[120.946886,31.026432],[120.945785,31.019961],[120.93178,31.019519],[120.936316,31.012572],[120.935451,31.011472],[120.927708,31.013856],[120.914307,31.014768],[120.908701,31.0129],[120.906946,31.019307],[120.897247,31.019664],[120.897751,31.038478],[120.893238,31.047046],[120.890546,31.058102],[120.895004,31.075437],[120.897638,31.08039],[120.90061,31.081082],[120.898241,31.087887],[120.893669,31.089017],[120.886232,31.096672],[120.873707,31.097577],[120.874162,31.100227],[120.872356,31.102301],[120.868705,31.102695],[120.86509,31.099434],[120.854009,31.10317],[120.852326,31.107077],[120.854011,31.11065],[120.858698,31.115899],[120.863254,31.117814],[120.86781,31.128605],[120.875598,31.136256],[120.894881,31.138177],[120.900872,31.136745],[120.912391,31.138638],[120.925874,31.143769],[120.978996,31.134073],[121.013516,31.13641],[121.021085,31.143308],[121.027074,31.144171],[121.031097,31.142682],[121.031542,31.139532],[121.036179,31.139655],[121.040478,31.146795],[121.036848,31.149],[121.03668,31.151312],[121.040069,31.152795],[121.040086,31.156293],[121.044832,31.154606],[121.045311,31.152457],[121.057416,31.155116],[121.060453,31.151184],[121.064012,31.151679],[121.068616,31.159069],[121.072072,31.160731],[121.07311,31.163922],[121.071204,31.172478],[121.067296,31.171805],[121.06698,31.173152],[121.070235,31.175619],[121.064201,31.187351],[121.067648,31.193092],[121.06488,31.196556],[121.063143,31.20323],[121.058573,31.225806],[121.059641,31.232684],[121.056174,31.240028],[121.058726,31.240503],[121.059241,31.2453],[121.059328,31.248083],[121.056708,31.2481],[121.057664,31.270034],[121.075059,31.271734],[121.07781,31.273553],[121.079926,31.277537],[121.076444,31.278928],[121.082683,31.294086],[121.089652,31.290486],[121.093437,31.278666],[121.100007,31.275672],[121.110168,31.287553],[121.116439,31.28764],[121.119628,31.286449],[121.122311,31.282975],[121.12646,31.281982],[121.127066,31.28309],[121.133404,31.280828],[121.132883,31.279264],[121.139134,31.276753],[121.149332,31.278724],[121.156487,31.284023],[121.154809,31.289327],[121.151489,31.289218],[121.146549,31.293859],[121.146387,31.30183],[121.138885,31.311799],[121.134245,31.308089],[121.134321,31.304856],[121.125325,31.304512],[121.123024,31.318902],[121.125046,31.324188],[121.128781,31.328242],[121.128779,31.332128],[121.125596,31.338817],[121.125663,31.346087],[121.112936,31.345582],[121.11248,31.349353],[121.115102,31.349786],[121.112328,31.354019],[121.104044,31.352851],[121.102413,31.3573],[121.101951,31.368568],[121.106102,31.366683],[121.115718,31.370928],[121.114139,31.372857],[121.11036,31.373158],[121.109075,31.37623],[121.118687,31.380263],[121.119749,31.378454],[121.13324,31.383157],[121.143416,31.387402],[121.144207,31.389003],[121.140176,31.393563],[121.14074,31.395799],[121.145306,31.404152],[121.153944,31.412094],[121.143869,31.418114],[121.143327,31.423408],[121.14869,31.427356],[121.154771,31.427301],[121.159807,31.429211],[121.15981,31.43328],[121.149477,31.434962],[121.143907,31.437471],[121.141595,31.440997],[121.142915,31.445297],[121.156645,31.451375],[121.161226,31.452344],[121.163592,31.450804],[121.168528,31.451072],[121.17738,31.454365],[121.181103,31.456459],[121.181246,31.461965],[121.188715,31.469185],[121.198122,31.471633],[121.198488,31.474389],[121.209119,31.480794],[121.21046,31.48026],[121.20891,31.477898],[121.213968,31.477366],[121.225527,31.479371],[121.225901,31.483204],[121.223978,31.484415],[121.232287,31.493869],[121.236322,31.495609],[121.242711,31.479059],[121.256197,31.479948],[121.257542,31.483056],[121.262873,31.487054],[121.270182,31.487108],[121.275607,31.49164],[121.285231,31.490608],[121.293795,31.493176],[121.298044,31.500613],[121.295513,31.501809],[121.301249,31.507085],[121.306188,31.507824],[121.30894,31.502531],[121.319978,31.5019],[121.382228,31.547084],[121.321621,31.582716],[121.257527,31.651238],[121.238284,31.666776],[121.124708,31.741362],[121.096977,31.765102],[121.104597,31.768463],[121.143256,31.79371],[121.171073,31.819395],[121.218673,31.847235],[121.28064,31.870005],[121.29084,31.872548],[121.30138,31.872463],[121.370369,31.84913],[121.39925,31.813413],[121.40646,31.808463],[121.411697,31.799396],[121.406046,31.797173],[121.417622,31.780103],[121.426044,31.772014],[121.443454,31.765694],[121.445998,31.763434],[121.457419,31.759979],[121.495631,31.754309],[121.51108,31.744752],[121.536,31.737802],[121.535696,31.735484],[121.545836,31.728672],[121.547054,31.730601],[121.561612,31.719399],[121.588848,31.709566],[121.588232,31.707223],[121.599768,31.703065],[121.599264,31.710418],[121.600798,31.710687],[121.630972,31.698259],[121.638881,31.700078],[121.73995,31.667325],[121.805888,31.648857],[121.874761,31.635156]]],[[[121.885284,31.244643],[121.8891,31.244768],[121.909016,31.238498],[121.922769,31.228778],[121.923554,31.216803],[121.922299,31.211892],[121.914602,31.200949],[121.908237,31.201206],[121.893532,31.209894],[121.87493,31.232252],[121.87307,31.244179],[121.877959,31.247231],[121.885284,31.244643]]],[[[121.97626,31.227541],[121.996247,31.222592],[122.023087,31.222592],[122.035461,31.215739],[122.037935,31.212503],[122.039839,31.203937],[122.038738,31.194594],[122.027605,31.169422],[122.025166,31.166826],[122.021811,31.165684],[122.021465,31.167582],[122.019078,31.16815],[122.014209,31.165755],[122.012888,31.169003],[122.009832,31.170425],[122.006288,31.159105],[121.99876,31.15471],[121.990408,31.154318],[121.961925,31.162527],[121.945802,31.177477],[121.93465,31.196655],[121.938522,31.200835],[121.934191,31.214978],[121.940259,31.229576],[121.944217,31.232297],[121.951784,31.23382],[121.97626,31.227541]]]]}},{type:"Feature",properties:{name:"浙江省",province_adcode:33e4,province_type:"省",name_en:"Zhejiang",name_var:"Zhè Jiāng",adcode:33e4},geometry:{type:"MultiPolygon",coordinates:[[[[120.479329,27.153215],[120.484154,27.146361],[120.484077,27.143423],[120.481036,27.144549],[120.478907,27.149746],[120.474311,27.151143],[120.468043,27.15029],[120.465488,27.152263],[120.463939,27.161058],[120.465479,27.164358],[120.46874,27.165041],[120.472186,27.162685],[120.47597,27.155434],[120.479329,27.153215]]],[[[120.523054,27.167314],[120.522243,27.162474],[120.524793,27.163598],[120.529988,27.159319],[120.527262,27.15152],[120.523059,27.14928],[120.513323,27.154464],[120.512801,27.163315],[120.516003,27.16639],[120.518868,27.166392],[120.52113,27.183376],[120.522776,27.183581],[120.529278,27.181007],[120.535087,27.173722],[120.528944,27.168717],[120.523054,27.167314]]],[[[120.553624,27.240124],[120.550421,27.242092],[120.549464,27.247512],[120.562589,27.245749],[120.553624,27.240124]]],[[[120.59887,27.349144],[120.594263,27.343398],[120.589073,27.343418],[120.586933,27.336368],[120.582163,27.337766],[120.579561,27.344605],[120.580362,27.346553],[120.585701,27.348331],[120.587117,27.346651],[120.592566,27.351689],[120.599021,27.350915],[120.59887,27.349144]]],[[[121.085045,27.428298],[121.079867,27.427954],[121.070755,27.435006],[121.073175,27.436491],[121.082644,27.434725],[121.085661,27.430694],[121.085045,27.428298]]],[[[121.13104,27.470666],[121.12836,27.469644],[121.122098,27.472562],[121.121958,27.47599],[121.1302,27.473895],[121.13104,27.470666]]],[[[121.112673,27.467272],[121.105773,27.46863],[121.10383,27.476745],[121.112312,27.473988],[121.11773,27.469307],[121.112673,27.467272]]],[[[121.053392,27.486966],[121.059711,27.486185],[121.06315,27.481124],[121.08009,27.474802],[121.084435,27.46756],[121.09405,27.463147],[121.100515,27.457801],[121.101082,27.456599],[121.099169,27.454855],[121.105725,27.447884],[121.097568,27.449778],[121.080666,27.463845],[121.088351,27.453723],[121.060512,27.4653],[121.058063,27.461467],[121.065443,27.452198],[121.066705,27.449153],[121.065792,27.44755],[121.06034,27.450175],[121.053048,27.457619],[121.045066,27.461539],[121.044364,27.463907],[121.047828,27.466555],[121.055773,27.465899],[121.051278,27.477268],[121.057975,27.476809],[121.066869,27.47235],[121.069447,27.473008],[121.068366,27.476192],[121.061839,27.479123],[121.062015,27.481655],[121.055619,27.484243],[121.053392,27.486966]]],[[[121.090369,27.489826],[121.084896,27.491815],[121.08229,27.49524],[121.089638,27.496402],[121.091628,27.494095],[121.090369,27.489826]]],[[[121.220124,27.610296],[121.218219,27.610107],[121.21324,27.615589],[121.215883,27.619627],[121.220177,27.620823],[121.224216,27.61934],[121.222668,27.612209],[121.220124,27.610296]]],[[[121.201875,27.610366],[121.200587,27.612997],[121.205222,27.621377],[121.208897,27.623174],[121.212319,27.622413],[121.205706,27.612043],[121.201875,27.610366]]],[[[121.167895,27.626945],[121.16419,27.626791],[121.162158,27.628706],[121.162593,27.630755],[121.164929,27.633278],[121.170691,27.63441],[121.17371,27.631038],[121.167895,27.626945]]],[[[121.197997,27.618821],[121.193506,27.618246],[121.191013,27.622585],[121.191421,27.624841],[121.194969,27.627498],[121.200674,27.628903],[121.20454,27.6354],[121.215954,27.635227],[121.210407,27.626903],[121.197997,27.618821]]],[[[120.833898,27.651003],[120.82574,27.647934],[120.821851,27.641146],[120.819479,27.640146],[120.819669,27.647819],[120.830281,27.652724],[120.833898,27.651003]]],[[[120.982746,27.666084],[120.982036,27.658605],[120.980205,27.655911],[120.971028,27.649136],[120.966555,27.647838],[120.969334,27.652354],[120.964324,27.661801],[120.964793,27.666225],[120.966132,27.667201],[120.972049,27.665744],[120.975874,27.669111],[120.976092,27.673284],[120.982746,27.666084]]],[[[120.833998,27.677921],[120.825656,27.687761],[120.828121,27.690112],[120.832763,27.688467],[120.837423,27.684085],[120.839021,27.679745],[120.833998,27.677921]]],[[[120.811009,27.691545],[120.809478,27.691156],[120.807993,27.692988],[120.812045,27.697203],[120.817776,27.698175],[120.818903,27.696803],[120.811009,27.691545]]],[[[120.907501,27.695292],[120.906094,27.694073],[120.898104,27.698563],[120.902018,27.703273],[120.907195,27.702762],[120.905152,27.697968],[120.907501,27.695292]]],[[[120.89029,27.708318],[120.884457,27.708032],[120.884138,27.710436],[120.892603,27.714442],[120.898098,27.713915],[120.896644,27.711522],[120.89029,27.708318]]],[[[121.146077,27.758366],[121.142317,27.757524],[121.141535,27.763174],[121.143929,27.765417],[121.14955,27.764911],[121.148773,27.76012],[121.146077,27.758366]]],[[[121.135234,27.758533],[121.128157,27.756963],[121.126578,27.759505],[121.126906,27.765147],[121.134177,27.767824],[121.138541,27.765238],[121.139955,27.761754],[121.135234,27.758533]]],[[[121.13308,27.770324],[121.126783,27.770924],[121.127007,27.774703],[121.133516,27.779402],[121.145664,27.7747],[121.143712,27.771909],[121.13308,27.770324]]],[[[121.084417,27.779084],[121.077286,27.779046],[121.069653,27.781557],[121.071319,27.783968],[121.077088,27.785467],[121.077657,27.792456],[121.079516,27.794411],[121.086016,27.795954],[121.089992,27.791649],[121.091455,27.786926],[121.090518,27.783577],[121.084417,27.779084]]],[[[121.145307,27.804435],[121.139368,27.795094],[121.129811,27.790408],[121.127635,27.791378],[121.126606,27.796082],[121.129491,27.798001],[121.126966,27.800828],[121.127405,27.802311],[121.136616,27.804416],[121.143764,27.8128],[121.152239,27.819609],[121.151792,27.816541],[121.148484,27.814222],[121.146465,27.810311],[121.145307,27.804435]]],[[[121.215142,27.820758],[121.210944,27.81983],[121.209314,27.823189],[121.220419,27.826598],[121.220183,27.824372],[121.215142,27.820758]]],[[[121.180253,27.85779],[121.188993,27.858839],[121.192435,27.852459],[121.182645,27.84095],[121.174281,27.847121],[121.167736,27.845735],[121.174058,27.838952],[121.170037,27.833843],[121.16971,27.822193],[121.178168,27.822334],[121.172779,27.816693],[121.166395,27.815165],[121.158754,27.820582],[121.15621,27.825076],[121.13468,27.817307],[121.119505,27.817807],[121.112024,27.820973],[121.104766,27.81874],[121.088396,27.820554],[121.088037,27.821675],[121.091561,27.823644],[121.099444,27.825943],[121.099467,27.827211],[121.092689,27.829002],[121.091696,27.830604],[121.106382,27.833672],[121.112553,27.840915],[121.122012,27.845374],[121.122766,27.847714],[121.120931,27.849582],[121.127669,27.853275],[121.137623,27.85676],[121.152511,27.853649],[121.1584,27.859527],[121.166744,27.861393],[121.180253,27.85779]]],[[[121.153782,27.862469],[121.144001,27.860381],[121.150542,27.867437],[121.153586,27.873432],[121.173197,27.87538],[121.173416,27.873332],[121.168167,27.868546],[121.153782,27.862469]]],[[[121.038216,27.877665],[121.044188,27.878451],[121.048828,27.87688],[121.051993,27.867077],[121.063938,27.863579],[121.07129,27.867148],[121.084757,27.868572],[121.074211,27.858533],[121.064901,27.854264],[121.064477,27.851517],[121.068009,27.850259],[121.062503,27.844537],[121.059916,27.84517],[121.059321,27.850208],[121.044445,27.853778],[121.030483,27.849705],[121.023317,27.83985],[121.017704,27.843265],[121.016432,27.847832],[121.018283,27.849805],[121.021458,27.848752],[121.023472,27.850584],[121.025162,27.858029],[121.022215,27.86698],[121.031928,27.867373],[121.034216,27.878344],[121.038216,27.877665]]],[[[121.148793,27.882345],[121.147901,27.87874],[121.145474,27.877598],[121.139799,27.87899],[121.14364,27.882207],[121.148793,27.882345]]],[[[121.146188,27.900026],[121.146177,27.895766],[121.141623,27.892207],[121.137748,27.877553],[121.107669,27.868084],[121.102521,27.869672],[121.100982,27.872657],[121.111569,27.88442],[121.107542,27.890842],[121.120728,27.89943],[121.129484,27.902203],[121.137249,27.907994],[121.140398,27.907747],[121.140831,27.902005],[121.146188,27.900026]]],[[[121.116085,27.914128],[121.109299,27.908403],[121.103954,27.912238],[121.107973,27.92051],[121.11913,27.923826],[121.116085,27.914128]]],[[[121.071955,27.977419],[121.081541,27.978793],[121.090392,27.982148],[121.104818,27.981884],[121.114355,27.985698],[121.118315,27.985021],[121.119041,27.979639],[121.124635,27.971271],[121.132913,27.969798],[121.134768,27.967969],[121.133792,27.956355],[121.118496,27.949419],[121.109537,27.947166],[121.102655,27.946367],[121.096998,27.947988],[121.092225,27.941817],[121.088526,27.943951],[121.085915,27.950711],[121.071147,27.956455],[121.05222,27.954412],[121.048095,27.95042],[121.039893,27.949079],[121.03586,27.960535],[121.039052,27.965971],[121.061722,27.97896],[121.064243,27.98394],[121.071958,27.987286],[121.072699,27.985234],[121.069595,27.980157],[121.071955,27.977419]]],[[[121.193809,28.002215],[121.190348,27.996735],[121.198248,27.996577],[121.216503,27.991795],[121.234848,27.996709],[121.234709,27.993874],[121.216104,27.986893],[121.212045,27.987842],[121.206004,27.982704],[121.198748,27.982008],[121.196785,27.983236],[121.190383,27.981895],[121.187992,27.978106],[121.190062,27.976067],[121.188171,27.972086],[121.18172,27.96722],[121.178238,27.973281],[121.178934,27.977515],[121.174288,27.981058],[121.170693,27.979344],[121.168961,27.983646],[121.171982,27.989927],[121.175151,27.992741],[121.193809,28.002215]]],[[[121.072899,28.010388],[121.077644,28.006218],[121.081171,28.008738],[121.084522,28.005326],[121.083805,28.002356],[121.075912,27.999304],[121.063786,27.991259],[121.054136,27.989826],[121.047555,27.98632],[121.037951,27.985063],[121.038238,27.991021],[121.072899,28.010388]]],[[[121.161513,28.024346],[121.155544,28.020526],[121.141754,28.016392],[121.146069,28.02207],[121.153477,28.02441],[121.161513,28.024346]]],[[[121.255099,28.045664],[121.249724,28.043402],[121.246674,28.045822],[121.250295,28.052707],[121.256243,28.053181],[121.256947,28.047584],[121.255099,28.045664]]],[[[121.411332,28.053376],[121.400735,28.054171],[121.41329,28.059712],[121.413342,28.053652],[121.411332,28.053376]]],[[[121.285224,28.062563],[121.278489,28.060635],[121.276631,28.063924],[121.281123,28.066225],[121.289857,28.066687],[121.290158,28.065482],[121.285224,28.062563]]],[[[121.402329,28.081709],[121.399767,28.081177],[121.39932,28.091357],[121.396998,28.095241],[121.400026,28.099899],[121.405678,28.104217],[121.406531,28.09522],[121.409314,28.0911],[121.408949,28.086599],[121.406953,28.083778],[121.402329,28.081709]]],[[[121.527703,28.097731],[121.520725,28.089673],[121.516065,28.092545],[121.511647,28.092942],[121.507531,28.086851],[121.505969,28.080775],[121.500928,28.076965],[121.497907,28.077205],[121.499792,28.085483],[121.504787,28.092756],[121.507249,28.094521],[121.509229,28.093733],[121.515254,28.095722],[121.51901,28.10296],[121.521381,28.104624],[121.522801,28.104981],[121.527703,28.097731]]],[[[121.365623,28.101059],[121.351285,28.092512],[121.344203,28.093335],[121.34169,28.091749],[121.339187,28.095038],[121.342185,28.097912],[121.357106,28.100344],[121.368923,28.112216],[121.367406,28.10325],[121.365623,28.101059]]],[[[121.392653,28.124456],[121.385299,28.122347],[121.381926,28.123433],[121.389263,28.125694],[121.397517,28.132795],[121.399403,28.132457],[121.392653,28.124456]]],[[[121.151069,28.164444],[121.143106,28.165669],[121.147019,28.176611],[121.151039,28.178269],[121.154014,28.174943],[121.154216,28.169939],[121.157797,28.166414],[121.151069,28.164444]]],[[[121.639727,28.226333],[121.634525,28.224505],[121.628344,28.225293],[121.629723,28.231204],[121.639887,28.235635],[121.642297,28.234544],[121.639727,28.226333]]],[[[121.15804,28.209937],[121.1558,28.210515],[121.150785,28.229378],[121.168145,28.239432],[121.176339,28.240188],[121.178694,28.238691],[121.17519,28.226087],[121.167573,28.213633],[121.15804,28.209937]]],[[[121.168497,28.24645],[121.160573,28.246234],[121.161733,28.254805],[121.167637,28.255682],[121.171114,28.248279],[121.168497,28.24645]]],[[[121.138402,28.263809],[121.133879,28.255606],[121.132333,28.255673],[121.131308,28.258012],[121.132467,28.265394],[121.137377,28.265749],[121.138402,28.263809]]],[[[121.158359,28.258373],[121.153403,28.25865],[121.150042,28.262147],[121.147867,28.268658],[121.149109,28.270318],[121.15386,28.269384],[121.161347,28.263632],[121.162813,28.25978],[121.158359,28.258373]]],[[[121.683524,28.276539],[121.675518,28.27996],[121.673367,28.287888],[121.683123,28.29257],[121.685492,28.284344],[121.683524,28.276539]]],[[[121.657666,28.290539],[121.65397,28.290683],[121.655501,28.293513],[121.654472,28.296381],[121.656282,28.298928],[121.660072,28.299245],[121.660216,28.293128],[121.657666,28.290539]]],[[[121.644408,28.295321],[121.641756,28.295866],[121.646953,28.304902],[121.650958,28.302826],[121.647377,28.296377],[121.644408,28.295321]]],[[[121.19255,28.322019],[121.185357,28.322249],[121.181672,28.324903],[121.170215,28.33614],[121.169561,28.338586],[121.174046,28.347376],[121.185881,28.353491],[121.188629,28.353012],[121.193227,28.348577],[121.202361,28.333647],[121.202679,28.32906],[121.19587,28.325821],[121.19623,28.324304],[121.19255,28.322019]]],[[[121.207467,28.351712],[121.206212,28.340879],[121.203364,28.340629],[121.20122,28.34987],[121.196414,28.350094],[121.192883,28.360656],[121.197862,28.363677],[121.203005,28.361391],[121.206868,28.35649],[121.207467,28.351712]]],[[[121.640981,28.35259],[121.638599,28.352919],[121.643373,28.355155],[121.652646,28.367411],[121.654767,28.36817],[121.65281,28.359966],[121.640981,28.35259]]],[[[121.683595,28.37151],[121.679416,28.371205],[121.673927,28.374944],[121.68218,28.377479],[121.685831,28.372477],[121.683595,28.37151]]],[[[121.725949,28.378822],[121.721147,28.378425],[121.719737,28.380581],[121.721429,28.38401],[121.725028,28.385781],[121.727987,28.383222],[121.728077,28.380422],[121.725949,28.378822]]],[[[121.688535,28.379841],[121.681998,28.378369],[121.68654,28.385182],[121.686439,28.387921],[121.691425,28.383952],[121.688535,28.379841]]],[[[121.910406,28.391908],[121.90722,28.391223],[121.906353,28.393202],[121.90967,28.399153],[121.916614,28.398704],[121.910406,28.391908]]],[[[121.660963,28.406523],[121.659223,28.406522],[121.656977,28.410927],[121.668499,28.417519],[121.664234,28.409017],[121.660963,28.406523]]],[[[121.684372,28.412904],[121.685755,28.410708],[121.68495,28.407214],[121.672144,28.411824],[121.669414,28.408896],[121.667626,28.411448],[121.669114,28.415076],[121.67606,28.417676],[121.684372,28.412904]]],[[[121.662356,28.419474],[121.651474,28.420474],[121.649436,28.422199],[121.659984,28.426932],[121.669913,28.423206],[121.667487,28.420795],[121.662356,28.419474]]],[[[121.649732,28.433007],[121.665719,28.43348],[121.66936,28.430121],[121.646408,28.430909],[121.641958,28.428372],[121.63511,28.431355],[121.636782,28.435799],[121.649732,28.433007]]],[[[121.91588,28.454975],[121.910684,28.448279],[121.905944,28.445512],[121.898534,28.444182],[121.890523,28.436313],[121.885235,28.43726],[121.884895,28.441618],[121.883544,28.442111],[121.876665,28.432781],[121.871921,28.433549],[121.877064,28.43926],[121.876774,28.444815],[121.886065,28.451739],[121.914064,28.456052],[121.915162,28.458335],[121.911948,28.4611],[121.912579,28.46589],[121.914089,28.466573],[121.916864,28.465275],[121.91588,28.454975]]],[[[121.89314,28.502693],[121.896284,28.500502],[121.902004,28.500413],[121.904026,28.50232],[121.912969,28.499271],[121.893084,28.480976],[121.87729,28.476684],[121.872703,28.478397],[121.871323,28.480333],[121.882471,28.487648],[121.884206,28.49074],[121.881172,28.49535],[121.88686,28.500571],[121.876301,28.500788],[121.868775,28.49786],[121.867845,28.503054],[121.878457,28.502863],[121.886129,28.509019],[121.886321,28.510772],[121.883393,28.513316],[121.893236,28.516044],[121.893974,28.514587],[121.888154,28.5114],[121.89314,28.502693]]],[[[121.808879,28.59997],[121.80684,28.599343],[121.805094,28.601294],[121.811455,28.60527],[121.816483,28.60484],[121.816486,28.602912],[121.808879,28.59997]]],[[[121.818862,28.60855],[121.816128,28.606501],[121.811389,28.607488],[121.801619,28.602737],[121.803392,28.607946],[121.808487,28.608194],[121.811589,28.614049],[121.819881,28.611413],[121.818862,28.60855]]],[[[121.80403,28.702604],[121.795511,28.698632],[121.791434,28.685538],[121.789113,28.683011],[121.78395,28.68179],[121.778488,28.686187],[121.77508,28.691361],[121.768152,28.694401],[121.764001,28.694655],[121.759848,28.689981],[121.752395,28.687618],[121.743171,28.693667],[121.750908,28.696817],[121.756127,28.694113],[121.756559,28.690437],[121.75787,28.691422],[121.760428,28.695446],[121.761372,28.707606],[121.771853,28.70576],[121.774149,28.703657],[121.775523,28.701329],[121.770291,28.697254],[121.787019,28.692252],[121.78867,28.69558],[121.802646,28.709096],[121.80403,28.702604]]],[[[121.936467,28.721064],[121.917717,28.708873],[121.909711,28.717705],[121.912945,28.72038],[121.924728,28.72049],[121.929684,28.7233],[121.937242,28.724156],[121.938623,28.723123],[121.936467,28.721064]]],[[[121.875004,28.750167],[121.868737,28.745012],[121.865724,28.745525],[121.858708,28.740241],[121.865495,28.738035],[121.868964,28.732657],[121.868475,28.731198],[121.858117,28.726501],[121.854167,28.727028],[121.854259,28.729],[121.857189,28.730694],[121.856775,28.732251],[121.851581,28.733282],[121.843582,28.731664],[121.85287,28.738555],[121.852738,28.742586],[121.848213,28.746471],[121.843029,28.745244],[121.850636,28.752407],[121.854845,28.753126],[121.858613,28.749234],[121.876213,28.753665],[121.875004,28.750167]]],[[[121.896218,28.756081],[121.893554,28.754376],[121.887469,28.755919],[121.876357,28.753802],[121.877208,28.755276],[121.883553,28.756848],[121.890318,28.765366],[121.900479,28.763403],[121.898913,28.761911],[121.89152,28.761281],[121.888083,28.758157],[121.896218,28.756081]]],[[[121.817151,28.7592],[121.815817,28.758573],[121.813173,28.760621],[121.816899,28.763201],[121.817298,28.769418],[121.822594,28.771638],[121.825105,28.771075],[121.820147,28.761287],[121.817151,28.7592]]],[[[121.871861,28.803138],[121.860477,28.802936],[121.857033,28.787603],[121.858401,28.786017],[121.838199,28.774279],[121.833415,28.774212],[121.833533,28.777479],[121.839108,28.777439],[121.844454,28.781335],[121.852737,28.797438],[121.852754,28.807597],[121.846847,28.810403],[121.857495,28.816157],[121.863411,28.815498],[121.871861,28.803138]]],[[[122.236335,28.85761],[122.228629,28.856603],[122.226402,28.861711],[122.228476,28.864074],[122.237949,28.866566],[122.239379,28.864412],[122.236335,28.85761]]],[[[122.262164,28.884817],[122.261221,28.882907],[122.254759,28.883371],[122.255992,28.884326],[122.254613,28.888889],[122.256385,28.891159],[122.26245,28.889469],[122.262164,28.884817]]],[[[121.700531,28.901017],[121.700807,28.890301],[121.687294,28.885264],[121.685015,28.892045],[121.676674,28.895722],[121.672611,28.893984],[121.671741,28.886997],[121.667385,28.887452],[121.659556,28.891552],[121.656325,28.896003],[121.680276,28.906129],[121.697036,28.903864],[121.700531,28.901017]]],[[[121.935862,29.040784],[121.936723,29.037574],[121.93281,29.036628],[121.932787,29.039474],[121.926745,29.039801],[121.926969,29.043625],[121.943857,29.048664],[121.948839,29.048069],[121.948945,29.046687],[121.935862,29.040784]]],[[[121.671624,29.05712],[121.65748,29.062583],[121.654291,29.066953],[121.666286,29.06672],[121.675323,29.062799],[121.674683,29.05943],[121.671624,29.05712]]],[[[121.700306,29.088681],[121.705471,29.085927],[121.703211,29.081542],[121.700621,29.086848],[121.691823,29.089233],[121.692068,29.092919],[121.696236,29.094868],[121.696148,29.090657],[121.700306,29.088681]]],[[[121.816256,29.101242],[121.828311,29.095545],[121.838335,29.086478],[121.835196,29.085388],[121.829482,29.087415],[121.824183,29.086185],[121.827485,29.079091],[121.834324,29.078578],[121.83711,29.075968],[121.83327,29.073113],[121.829276,29.072895],[121.827538,29.070757],[121.828713,29.061721],[121.834028,29.060118],[121.828625,29.054326],[121.819831,29.054466],[121.81536,29.056765],[121.817154,29.063126],[121.815454,29.065946],[121.80746,29.066298],[121.803895,29.064043],[121.794055,29.073826],[121.786692,29.078322],[121.786213,29.081023],[121.788419,29.081758],[121.786668,29.096118],[121.787905,29.099355],[121.805513,29.100306],[121.809063,29.099041],[121.816256,29.101242]]],[[[121.692206,29.096922],[121.688238,29.096152],[121.683793,29.098686],[121.679175,29.107692],[121.678533,29.112068],[121.685191,29.11276],[121.690244,29.108608],[121.692572,29.102848],[121.692206,29.096922]]],[[[121.829817,29.140857],[121.86051,29.14409],[121.867645,29.143524],[121.868663,29.14049],[121.863599,29.131697],[121.863904,29.129736],[121.869817,29.124676],[121.879648,29.124046],[121.883104,29.122321],[121.886658,29.115218],[121.883671,29.11269],[121.877754,29.113441],[121.876326,29.112299],[121.876897,29.103828],[121.87071,29.089837],[121.864714,29.088123],[121.858813,29.088885],[121.857005,29.090693],[121.85766,29.093577],[121.837751,29.092966],[121.828386,29.099381],[121.829638,29.102456],[121.828556,29.106084],[121.807814,29.114888],[121.792279,29.11669],[121.783206,29.11385],[121.77878,29.128183],[121.781339,29.132831],[121.78181,29.146229],[121.785283,29.149605],[121.80075,29.152586],[121.810967,29.150458],[121.816339,29.144276],[121.829817,29.140857]]],[[[121.872167,29.161886],[121.861825,29.161331],[121.854087,29.163135],[121.859715,29.168106],[121.865929,29.168953],[121.874129,29.166066],[121.874283,29.164003],[121.872167,29.161886]]],[[[121.885633,29.163043],[121.88197,29.162481],[121.882048,29.164902],[121.889404,29.168843],[121.898892,29.170249],[121.902214,29.168962],[121.885633,29.163043]]],[[[121.978569,29.150339],[121.977597,29.148518],[121.973845,29.149696],[121.972171,29.148517],[121.971193,29.14091],[121.972943,29.136537],[121.977056,29.136099],[121.979304,29.132216],[121.97455,29.127393],[121.979965,29.121991],[121.982706,29.114422],[121.982394,29.108979],[121.958207,29.096482],[121.963108,29.092786],[121.977574,29.093475],[121.979884,29.089463],[121.969733,29.083372],[121.964245,29.083431],[121.958745,29.080427],[121.96119,29.074853],[121.959449,29.069897],[121.956055,29.068795],[121.95625,29.059656],[121.95756,29.057548],[121.947746,29.051717],[121.942819,29.052813],[121.947114,29.056117],[121.9462,29.05832],[121.939306,29.05842],[121.936169,29.055727],[121.929926,29.056855],[121.927265,29.059552],[121.898999,29.074025],[121.899523,29.07645],[121.906343,29.082801],[121.907812,29.087049],[121.905836,29.09139],[121.902381,29.092329],[121.892585,29.108764],[121.889357,29.111529],[121.888211,29.116268],[121.891404,29.118925],[121.882719,29.127207],[121.867276,29.131064],[121.872495,29.136574],[121.873795,29.143676],[121.877046,29.147198],[121.915766,29.165394],[121.922673,29.170003],[121.929524,29.179401],[121.929106,29.180646],[121.937449,29.184923],[121.943857,29.184846],[121.956556,29.168005],[121.972903,29.157451],[121.978569,29.150339]]],[[[121.973026,29.178532],[121.977125,29.178345],[121.97657,29.167565],[121.973334,29.165704],[121.964106,29.169599],[121.952185,29.183865],[121.948891,29.185302],[121.948546,29.188797],[121.962964,29.193824],[121.968653,29.192371],[121.966787,29.183062],[121.969022,29.179756],[121.973026,29.178532]]],[[[121.59308,29.191998],[121.587545,29.193593],[121.593199,29.19839],[121.595937,29.198356],[121.594647,29.192634],[121.59308,29.191998]]],[[[122.052526,29.190768],[122.041452,29.188604],[122.039385,29.185561],[122.040304,29.180216],[122.043065,29.176232],[122.050683,29.174497],[122.068836,29.179359],[122.068272,29.176362],[122.061401,29.168391],[122.052266,29.161856],[122.045836,29.161868],[122.044685,29.169315],[122.038711,29.171122],[122.034169,29.16619],[122.035343,29.161648],[122.032078,29.155955],[122.011785,29.154988],[122.01511,29.168218],[122.012017,29.170788],[122.011459,29.173589],[122.014775,29.175348],[122.019751,29.172158],[122.025903,29.173983],[122.035246,29.179917],[122.035791,29.187213],[122.028294,29.189241],[122.031167,29.198086],[122.031786,29.20855],[122.033639,29.210003],[122.035203,29.209013],[122.052526,29.190768]]],[[[121.954646,29.215328],[121.958291,29.214689],[121.957746,29.205967],[121.964495,29.200088],[121.962449,29.198558],[121.948839,29.199138],[121.949022,29.214498],[121.954646,29.215328]]],[[[121.993191,29.221721],[121.990164,29.22221],[121.979787,29.230131],[121.982838,29.231335],[121.99115,29.229828],[121.997218,29.224331],[121.993191,29.221721]]],[[[122.006231,29.227255],[122.004443,29.226026],[122.000412,29.227778],[121.997584,29.230402],[121.997395,29.233397],[122.004255,29.236506],[122.009102,29.236243],[122.006231,29.227255]]],[[[121.791719,29.278167],[121.789999,29.277875],[121.790897,29.288788],[121.78707,29.297782],[121.792341,29.306244],[121.793062,29.315083],[121.795304,29.316177],[121.796442,29.301361],[121.799407,29.294939],[121.791719,29.278167]]],[[[121.975639,29.336106],[121.972855,29.336966],[121.967484,29.343199],[121.972176,29.34787],[121.980694,29.350709],[121.981681,29.349257],[121.97366,29.34598],[121.973622,29.342074],[121.980817,29.339316],[121.975639,29.336106]]],[[[122.226311,29.376987],[122.218362,29.378648],[122.221018,29.38138],[122.224775,29.382129],[122.227588,29.3787],[122.226311,29.376987]]],[[[122.175742,29.40248],[122.169764,29.402836],[122.170776,29.405752],[122.176314,29.40855],[122.179253,29.406934],[122.181166,29.403207],[122.175742,29.40248]]],[[[122.014269,29.41163],[122.011349,29.407396],[122.001823,29.407492],[121.998086,29.412609],[122.002086,29.414927],[122.014269,29.41163]]],[[[122.208217,29.441701],[122.219788,29.438727],[122.22241,29.435895],[122.221825,29.43221],[122.207434,29.432171],[122.205014,29.434471],[122.203016,29.43385],[122.198327,29.430757],[122.203235,29.426919],[122.193369,29.417396],[122.18887,29.416692],[122.186633,29.418632],[122.182664,29.419001],[122.179134,29.411251],[122.176662,29.411388],[122.174248,29.421119],[122.176024,29.426855],[122.179525,29.426599],[122.184875,29.423386],[122.191742,29.425618],[122.198188,29.433099],[122.195998,29.434443],[122.194915,29.438115],[122.208217,29.441701]]],[[[122.190156,29.456356],[122.186857,29.455253],[122.179505,29.458334],[122.180453,29.463272],[122.18955,29.467162],[122.193038,29.464365],[122.190156,29.456356]]],[[[121.985263,29.470831],[121.97846,29.473749],[121.974781,29.478194],[121.983231,29.477502],[121.98847,29.472737],[121.985263,29.470831]]],[[[121.569385,29.489042],[121.57203,29.488595],[121.572644,29.486068],[121.568404,29.484312],[121.564499,29.485305],[121.569385,29.489042]]],[[[121.579005,29.491381],[121.576227,29.491045],[121.576532,29.493919],[121.586922,29.497847],[121.585856,29.494179],[121.579005,29.491381]]],[[[121.610748,29.509859],[121.60673,29.506042],[121.590108,29.496634],[121.588354,29.498605],[121.600617,29.509884],[121.610748,29.509859]]],[[[121.993181,29.507489],[121.993659,29.505999],[121.991524,29.504755],[121.983909,29.507105],[121.979044,29.506699],[121.977232,29.49909],[121.972913,29.501654],[121.972621,29.507072],[121.982634,29.511154],[121.988832,29.511738],[121.993181,29.507489]]],[[[121.574617,29.528819],[121.578721,29.525742],[121.585156,29.525194],[121.58486,29.520417],[121.575987,29.521085],[121.56523,29.526823],[121.561265,29.524658],[121.55597,29.5263],[121.561427,29.532686],[121.573804,29.533573],[121.574617,29.528819]]],[[[121.583478,29.532662],[121.577636,29.53389],[121.577809,29.536584],[121.580823,29.539854],[121.585615,29.538201],[121.583478,29.532662]]],[[[121.618715,29.540475],[121.62145,29.536212],[121.611509,29.535348],[121.610764,29.539304],[121.618715,29.540475]]],[[[121.660888,29.53451],[121.655904,29.537025],[121.655682,29.539866],[121.657255,29.541518],[121.659985,29.540956],[121.663448,29.536627],[121.660888,29.53451]]],[[[121.688501,29.556721],[121.68911,29.554811],[121.693395,29.553315],[121.694092,29.550296],[121.691109,29.54457],[121.676278,29.541896],[121.66924,29.543086],[121.664798,29.54656],[121.669049,29.550253],[121.682203,29.556547],[121.688501,29.556721]]],[[[121.740019,29.599522],[121.737933,29.601028],[121.740344,29.602694],[121.748058,29.605339],[121.750857,29.604808],[121.747708,29.60088],[121.740019,29.599522]]],[[[122.151258,29.610966],[122.142448,29.610403],[122.142075,29.612599],[122.148757,29.619824],[122.155741,29.620518],[122.151258,29.610966]]],[[[122.022232,29.608378],[122.018338,29.609348],[122.017343,29.611051],[122.018603,29.621023],[122.023014,29.626639],[122.025978,29.627027],[122.03028,29.624698],[122.03132,29.617378],[122.022232,29.608378]]],[[[122.000806,29.624267],[121.999217,29.623084],[121.996816,29.625095],[122.001611,29.632045],[122.004593,29.629981],[122.005022,29.627802],[122.000806,29.624267]]],[[[122.2163,29.632757],[122.212139,29.633224],[122.209242,29.637463],[122.211262,29.640462],[122.216101,29.642079],[122.226734,29.636892],[122.226202,29.635442],[122.2163,29.632757]]],[[[122.241935,29.658197],[122.240217,29.657469],[122.225747,29.664764],[122.22795,29.666068],[122.238967,29.663371],[122.241935,29.658197]]],[[[122.238128,29.674435],[122.233766,29.673405],[122.230652,29.675642],[122.229347,29.682422],[122.231304,29.683606],[122.231654,29.681549],[122.237574,29.678055],[122.238128,29.674435]]],[[[122.225448,29.690248],[122.224752,29.688184],[122.220482,29.689333],[122.214626,29.686807],[122.209496,29.690064],[122.213676,29.693151],[122.22239,29.693552],[122.224502,29.692744],[122.225448,29.690248]]],[[[122.224832,29.712037],[122.226024,29.703408],[122.231667,29.699691],[122.261472,29.689365],[122.265256,29.691192],[122.27722,29.690782],[122.278321,29.686735],[122.274129,29.688489],[122.273575,29.684861],[122.27338,29.681882],[122.275646,29.678394],[122.269918,29.679188],[122.269066,29.680738],[122.270729,29.682391],[122.26702,29.688155],[122.258895,29.687456],[122.248027,29.689795],[122.241726,29.686722],[122.232181,29.690256],[122.221705,29.699177],[122.217134,29.698614],[122.206726,29.704909],[122.203521,29.71625],[122.209536,29.717233],[122.212145,29.715975],[122.212305,29.713589],[122.214172,29.712355],[122.22303,29.711789],[122.226323,29.717893],[122.230788,29.717955],[122.232167,29.716165],[122.231639,29.714445],[122.224832,29.712037]]],[[[122.216492,29.721202],[122.212927,29.720176],[122.20527,29.7222],[122.193807,29.728597],[122.197151,29.73023],[122.215618,29.726131],[122.216492,29.721202]]],[[[122.237139,29.732765],[122.227788,29.735658],[122.221479,29.740493],[122.224907,29.742792],[122.228492,29.74218],[122.237139,29.732765]]],[[[122.025744,29.734422],[122.022506,29.729675],[122.020538,29.729715],[122.021771,29.719285],[122.019002,29.715951],[122.016482,29.71592],[122.011668,29.723401],[122.012472,29.73141],[122.008051,29.744103],[122.014162,29.752729],[122.02052,29.757144],[122.031757,29.761817],[122.038546,29.755568],[122.039268,29.746719],[122.026732,29.740839],[122.025449,29.739562],[122.025744,29.734422]]],[[[122.187823,29.757798],[122.185464,29.758816],[122.189772,29.767182],[122.195572,29.766998],[122.197505,29.761582],[122.187823,29.757798]]],[[[122.251539,29.751735],[122.25569,29.749149],[122.267779,29.749391],[122.287153,29.743138],[122.288561,29.74593],[122.303152,29.745686],[122.307926,29.739586],[122.307483,29.734949],[122.305503,29.733219],[122.302498,29.733446],[122.290168,29.736327],[122.283299,29.731341],[122.265065,29.738492],[122.258621,29.739058],[122.25833,29.73495],[122.255111,29.735218],[122.242732,29.743609],[122.21467,29.768462],[122.213209,29.770743],[122.214055,29.775548],[122.222079,29.780578],[122.234051,29.784966],[122.24274,29.78343],[122.243368,29.778589],[122.253703,29.777338],[122.256081,29.774831],[122.255223,29.769709],[122.249363,29.76617],[122.242532,29.758602],[122.251539,29.751735]]],[[[122.124718,29.79141],[122.131914,29.775353],[122.128886,29.767362],[122.132321,29.766936],[122.135499,29.758081],[122.134702,29.755732],[122.155187,29.736561],[122.162892,29.732826],[122.173541,29.73106],[122.195451,29.712765],[122.197915,29.701656],[122.206018,29.693073],[122.203983,29.691335],[122.198408,29.692015],[122.194808,29.683531],[122.19587,29.676982],[122.18297,29.660526],[122.181132,29.655316],[122.17369,29.653946],[122.174253,29.66239],[122.179407,29.669872],[122.176186,29.674615],[122.167921,29.671451],[122.164263,29.668485],[122.160604,29.662235],[122.153391,29.661787],[122.149638,29.66331],[122.150739,29.664979],[122.155276,29.665467],[122.156268,29.668131],[122.149995,29.674692],[122.145927,29.673047],[122.143331,29.668393],[122.137166,29.663974],[122.133929,29.666474],[122.137553,29.672871],[122.137316,29.67906],[122.132659,29.673997],[122.128591,29.675432],[122.125442,29.673271],[122.108439,29.677969],[122.074604,29.708589],[122.071066,29.706725],[122.06625,29.711321],[122.048143,29.716297],[122.047836,29.722784],[122.055495,29.734799],[122.062619,29.75241],[122.065311,29.755056],[122.068618,29.769226],[122.067556,29.774166],[122.069184,29.776154],[122.080287,29.782527],[122.089455,29.780623],[122.095561,29.781206],[122.10953,29.785644],[122.115508,29.792088],[122.123263,29.79292],[122.124718,29.79141]]],[[[122.172487,29.798583],[122.180977,29.796565],[122.187911,29.796751],[122.190356,29.798231],[122.195969,29.792461],[122.193093,29.788067],[122.178987,29.790682],[122.170259,29.797939],[122.172487,29.798583]]],[[[122.166504,29.798977],[122.157574,29.80555],[122.161228,29.807826],[122.174986,29.804597],[122.166504,29.798977]]],[[[122.233885,29.801853],[122.223044,29.803194],[122.219602,29.805845],[122.222771,29.810585],[122.224987,29.81087],[122.230065,29.808598],[122.234555,29.804038],[122.233885,29.801853]]],[[[122.194318,29.809311],[122.192509,29.80877],[122.18654,29.811755],[122.181954,29.817848],[122.190269,29.820413],[122.194843,29.818277],[122.198311,29.814212],[122.194318,29.809311]]],[[[122.325768,29.830493],[122.323561,29.82776],[122.315542,29.841301],[122.319567,29.842019],[122.325481,29.835197],[122.325768,29.830493]]],[[[122.372967,29.828789],[122.36533,29.830575],[122.355604,29.839492],[122.359094,29.843146],[122.362702,29.844159],[122.371623,29.843929],[122.374991,29.835126],[122.372967,29.828789]]],[[[122.26013,29.846635],[122.269467,29.844324],[122.280574,29.846108],[122.300524,29.83331],[122.314242,29.830945],[122.318588,29.821983],[122.313548,29.821441],[122.305513,29.826798],[122.294688,29.82301],[122.290868,29.817208],[122.290349,29.813164],[122.304926,29.811341],[122.308393,29.808574],[122.307161,29.802309],[122.301259,29.801739],[122.302141,29.796973],[122.311017,29.785541],[122.319957,29.783561],[122.322974,29.780859],[122.321378,29.777229],[122.3118,29.774839],[122.31253,29.771005],[122.30871,29.770049],[122.29506,29.780236],[122.279384,29.784567],[122.248918,29.806108],[122.246552,29.80858],[122.243492,29.818801],[122.23541,29.82601],[122.227807,29.826224],[122.219729,29.8343],[122.219025,29.837843],[122.224467,29.842923],[122.234438,29.847962],[122.255582,29.848522],[122.26013,29.846635]]],[[[122.261322,29.864926],[122.255719,29.864595],[122.25129,29.87126],[122.25049,29.876394],[122.253013,29.877966],[122.262875,29.877688],[122.273474,29.870252],[122.26937,29.86598],[122.261322,29.864926]]],[[[122.313437,29.880296],[122.318988,29.878411],[122.330888,29.880991],[122.335028,29.884305],[122.344352,29.878939],[122.343434,29.874494],[122.337036,29.874981],[122.333719,29.872951],[122.337247,29.867306],[122.336694,29.863009],[122.326512,29.863049],[122.323306,29.861624],[122.321466,29.858163],[122.316393,29.856293],[122.306608,29.855679],[122.30242,29.852768],[122.285218,29.858171],[122.279759,29.864381],[122.279336,29.875495],[122.297741,29.885461],[122.310926,29.882496],[122.313437,29.880296]]],[[[122.020245,29.892956],[122.021186,29.890114],[122.019733,29.884068],[122.014613,29.878874],[122.011761,29.878358],[122.00961,29.892826],[122.020245,29.892956]]],[[[122.310112,29.893654],[122.300148,29.893018],[122.296696,29.895846],[122.305841,29.897535],[122.310112,29.893654]]],[[[121.995673,29.893144],[121.992183,29.892599],[121.987513,29.895756],[121.995618,29.900134],[121.997985,29.894774],[121.995673,29.893144]]],[[[122.013355,29.902302],[122.013355,29.899316],[122.010146,29.895838],[122.003564,29.896133],[122.002712,29.901169],[122.013355,29.902302]]],[[[122.017355,29.904821],[122.013215,29.903932],[122.005497,29.906083],[122.001902,29.910512],[122.002067,29.915177],[122.006926,29.918527],[122.015983,29.914729],[122.019429,29.908819],[122.017355,29.904821]]],[[[122.303508,29.925676],[122.288626,29.927496],[122.284191,29.937688],[122.296907,29.943366],[122.302637,29.944483],[122.307267,29.943501],[122.309097,29.941773],[122.310667,29.933714],[122.309183,29.930538],[122.303508,29.925676]]],[[[122.056138,29.94044],[122.053999,29.939246],[122.051118,29.943505],[122.050853,29.94537],[122.05416,29.948322],[122.058116,29.947552],[122.056138,29.94044]]],[[[122.455194,29.932956],[122.45308,29.928295],[122.449264,29.9325],[122.44701,29.940907],[122.448891,29.947389],[122.455601,29.95033],[122.458118,29.945099],[122.455194,29.932956]]],[[[121.976187,29.898756],[121.957487,29.897977],[121.953378,29.896979],[121.950868,29.8945],[121.943624,29.893771],[121.932238,29.906757],[121.922302,29.930771],[121.959995,29.953365],[121.96202,29.954027],[121.966664,29.951723],[121.974507,29.944345],[121.983076,29.930598],[121.988008,29.928419],[121.997726,29.920278],[121.994483,29.911918],[121.9937,29.903041],[121.976187,29.898756]]],[[[122.351374,29.950544],[122.367481,29.954603],[122.368709,29.951644],[122.384099,29.947013],[122.387228,29.939414],[122.4065,29.944141],[122.409151,29.947627],[122.412773,29.948317],[122.417172,29.948848],[122.421094,29.94548],[122.420266,29.943703],[122.415244,29.941709],[122.414667,29.936177],[122.417715,29.927742],[122.421172,29.924841],[122.426145,29.92514],[122.427011,29.920349],[122.403116,29.923048],[122.401247,29.918965],[122.405806,29.91413],[122.409539,29.912734],[122.415202,29.913152],[122.429605,29.909442],[122.427793,29.904734],[122.425048,29.904453],[122.42107,29.899683],[122.422279,29.895055],[122.428661,29.893981],[122.431763,29.890792],[122.4288,29.886855],[122.425281,29.886252],[122.417296,29.888953],[122.413574,29.885598],[122.409918,29.878466],[122.404659,29.878124],[122.395905,29.873328],[122.391562,29.86753],[122.390728,29.858237],[122.391706,29.853811],[122.400817,29.852178],[122.410792,29.8481],[122.409819,29.837896],[122.411688,29.83211],[122.402399,29.831597],[122.398352,29.835223],[122.387427,29.835135],[122.382199,29.838152],[122.374414,29.847711],[122.366431,29.864376],[122.37237,29.869169],[122.376594,29.87714],[122.376749,29.884055],[122.371261,29.893223],[122.354773,29.896759],[122.338474,29.908894],[122.325263,29.926566],[122.323375,29.932248],[122.327564,29.933967],[122.326972,29.938291],[122.345861,29.957912],[122.350823,29.953214],[122.351374,29.950544]]],[[[122.090776,29.945392],[122.094715,29.944649],[122.09174,29.941691],[122.078907,29.938955],[122.075706,29.946152],[122.075754,29.952336],[122.078372,29.95583],[122.085309,29.9581],[122.089393,29.955286],[122.088949,29.94695],[122.090776,29.945392]]],[[[122.447359,29.950224],[122.4441,29.949885],[122.441299,29.957075],[122.445853,29.959832],[122.451287,29.958181],[122.454456,29.953308],[122.447359,29.950224]]],[[[122.071636,29.951605],[122.06913,29.954405],[122.067825,29.960384],[122.069718,29.965601],[122.072943,29.965338],[122.071636,29.951605]]],[[[122.037466,29.933784],[122.03458,29.932536],[122.027169,29.939895],[122.026083,29.954411],[122.027204,29.957521],[122.039779,29.966441],[122.045666,29.965706],[122.05292,29.959037],[122.053486,29.956068],[122.048174,29.945375],[122.037466,29.933784]]],[[[122.150205,29.948312],[122.135683,29.947399],[122.12903,29.954922],[122.128898,29.958282],[122.135071,29.962235],[122.15722,29.968196],[122.165308,29.959328],[122.165254,29.956752],[122.161223,29.952274],[122.150205,29.948312]]],[[[122.131461,29.963725],[122.124519,29.964017],[122.124139,29.967729],[122.125601,29.970287],[122.13651,29.969448],[122.140935,29.966644],[122.131461,29.963725]]],[[[122.446712,29.967457],[122.44523,29.966498],[122.440474,29.969955],[122.442671,29.973438],[122.447886,29.975513],[122.449186,29.972858],[122.446712,29.967457]]],[[[122.242082,29.956252],[122.273516,29.938183],[122.272845,29.935776],[122.251308,29.944552],[122.25067,29.943592],[122.230564,29.95044],[122.217191,29.956642],[122.187337,29.976353],[122.186742,29.978257],[122.209211,29.972655],[122.236692,29.961121],[122.238056,29.958432],[122.242082,29.956252]]],[[[122.11294,29.961602],[122.107862,29.961323],[122.10465,29.966474],[122.107911,29.979535],[122.111974,29.982274],[122.121889,29.979265],[122.123387,29.975929],[122.121073,29.963703],[122.11294,29.961602]]],[[[122.093002,29.981563],[122.091726,29.977517],[122.087489,29.976501],[122.082112,29.980001],[122.083397,29.981736],[122.087588,29.98199],[122.089684,29.984403],[122.093002,29.981563]]],[[[122.138328,29.98097],[122.129519,29.986015],[122.137954,29.988601],[122.140523,29.988059],[122.138328,29.98097]]],[[[122.177205,29.977826],[122.188939,29.966362],[122.191391,29.962946],[122.190439,29.960711],[122.18692,29.95909],[122.179652,29.959355],[122.166738,29.969443],[122.149651,29.974064],[122.138733,29.971759],[122.137769,29.974151],[122.138287,29.976915],[122.149585,29.98083],[122.158757,29.989534],[122.163065,29.990596],[122.177205,29.977826]]],[[[122.047768,29.980872],[122.038891,29.983719],[122.044353,29.991188],[122.049609,29.989563],[122.050581,29.981792],[122.047768,29.980872]]],[[[122.089086,29.986937],[122.089823,29.985971],[122.086098,29.982322],[122.076545,29.980349],[122.072816,29.975219],[122.069416,29.974903],[122.066129,29.997278],[122.071936,30.002333],[122.089086,29.986937]]],[[[122.102876,29.996711],[122.098721,29.99746],[122.096875,30.002538],[122.098888,30.003661],[122.103026,30.002117],[122.102876,29.996711]]],[[[122.39973,30.026654],[122.396183,30.014976],[122.39653,30.011298],[122.413828,30.006707],[122.413436,30.003548],[122.407818,30.000968],[122.403738,30.00121],[122.399995,30.003919],[122.39262,30.003176],[122.385677,29.989597],[122.388561,29.980014],[122.381138,29.975492],[122.37339,29.977392],[122.367752,29.981903],[122.365712,29.9858],[122.369398,29.984648],[122.373046,30.004352],[122.374907,30.007399],[122.377247,30.007917],[122.380853,30.019119],[122.377542,30.025039],[122.386158,30.026489],[122.390018,30.024829],[122.401768,30.034587],[122.404528,30.029379],[122.40312,30.02737],[122.39973,30.026654]]],[[[122.432385,30.025186],[122.429125,30.024357],[122.423565,30.027318],[122.425798,30.032464],[122.419823,30.037202],[122.420476,30.041077],[122.422432,30.042846],[122.424022,30.043178],[122.427547,30.035733],[122.430903,30.032744],[122.433606,30.026616],[122.432385,30.025186]]],[[[121.966927,30.051985],[121.96479,30.051737],[121.961312,30.054527],[121.960222,30.061259],[121.96563,30.065798],[121.969671,30.063719],[121.968866,30.055693],[121.966927,30.051985]]],[[[121.982298,30.071354],[121.977678,30.069732],[121.974808,30.070628],[121.971831,30.075579],[121.978216,30.085224],[121.982643,30.086727],[121.983959,30.086238],[121.983209,30.081312],[121.987677,30.07616],[121.982298,30.071354]]],[[[121.974969,30.092074],[121.969851,30.088528],[121.96449,30.09747],[121.970143,30.101774],[121.972156,30.101715],[121.978132,30.097701],[121.977879,30.095057],[121.974969,30.092074]]],[[[121.845471,30.065015],[121.83725,30.06525],[121.828963,30.070322],[121.82032,30.081007],[121.817245,30.089814],[121.824755,30.098439],[121.837395,30.10272],[121.839422,30.079797],[121.84832,30.070265],[121.845471,30.065015]]],[[[121.858564,30.102249],[121.857964,30.099709],[121.876455,30.093556],[121.87556,30.091371],[121.877088,30.09051],[121.87309,30.087961],[121.8852,30.084058],[121.886964,30.081678],[121.884948,30.077208],[121.903337,30.055289],[121.912088,30.056591],[121.919102,30.05147],[121.917832,30.040437],[121.924703,30.016412],[121.928397,30.008574],[121.928411,30.001095],[121.924662,29.998046],[121.905111,29.987498],[121.889313,29.982612],[121.875841,29.972198],[121.868266,29.969744],[121.852221,29.973605],[121.847955,29.973264],[121.849074,29.981352],[121.845914,29.987788],[121.838619,29.992994],[121.837987,29.99172],[121.836141,29.992166],[121.835396,29.994201],[121.836311,30.000742],[121.843527,30.008492],[121.846697,30.009535],[121.843003,30.033451],[121.839573,30.037507],[121.837562,30.049009],[121.840466,30.055747],[121.848978,30.064244],[121.852182,30.071011],[121.847894,30.077833],[121.848823,30.084018],[121.846929,30.102147],[121.851223,30.103502],[121.858564,30.102249]]],[[[121.957994,30.103881],[121.952736,30.0878],[121.947397,30.083469],[121.94376,30.075973],[121.944806,30.07243],[121.940547,30.068595],[121.926588,30.068845],[121.925336,30.070974],[121.930708,30.074982],[121.930796,30.080478],[121.924112,30.086501],[121.916954,30.088547],[121.912759,30.087638],[121.911483,30.090663],[121.907575,30.093554],[121.907089,30.09627],[121.917715,30.10705],[121.938473,30.115983],[121.945206,30.115974],[121.950145,30.110003],[121.957958,30.107632],[121.957994,30.103881]]],[[[121.85856,30.107142],[121.856959,30.107828],[121.857103,30.110377],[121.858668,30.118383],[121.860139,30.119032],[121.864411,30.117364],[121.866361,30.11164],[121.865471,30.10876],[121.85856,30.107142]]],[[[122.149589,30.12387],[122.153853,30.123741],[122.157949,30.120348],[122.154013,30.118903],[122.145304,30.125318],[122.145793,30.1288],[122.149589,30.12387]]],[[[122.782828,30.129651],[122.775579,30.128362],[122.769869,30.129384],[122.766075,30.128786],[122.765205,30.126315],[122.762466,30.126754],[122.755627,30.135119],[122.755003,30.14253],[122.757292,30.144719],[122.768299,30.140998],[122.774024,30.138084],[122.782828,30.129651]]],[[[122.717726,30.171007],[122.714616,30.170707],[122.711863,30.177356],[122.716968,30.181641],[122.723564,30.17512],[122.717726,30.171007]]],[[[121.974884,30.165698],[121.980484,30.168095],[121.992597,30.16085],[122.011858,30.156714],[122.028408,30.148562],[122.046075,30.147203],[122.087461,30.157432],[122.100162,30.157855],[122.105231,30.156256],[122.115312,30.148861],[122.113974,30.142622],[122.116639,30.138827],[122.126686,30.133514],[122.137996,30.119304],[122.150294,30.112323],[122.226067,30.108493],[122.226963,30.110569],[122.232777,30.107568],[122.236837,30.109499],[122.253512,30.099962],[122.276526,30.103674],[122.290232,30.102075],[122.29001,30.0982],[122.292969,30.098083],[122.297436,30.092034],[122.295439,30.078056],[122.287031,30.078149],[122.284447,30.075656],[122.279237,30.077103],[122.280586,30.081017],[122.260712,30.079924],[122.250924,30.073978],[122.250685,30.066817],[122.259662,30.063247],[122.28722,30.065646],[122.292245,30.056537],[122.306192,30.038634],[122.314729,30.036292],[122.320222,30.032401],[122.326021,30.020336],[122.331882,30.018154],[122.338313,30.019551],[122.338858,30.015844],[122.330815,30.012676],[122.327969,30.0057],[122.329376,30.002428],[122.336406,29.998897],[122.318233,29.958222],[122.31512,29.944522],[122.307673,29.946456],[122.300045,29.946044],[122.285744,29.941652],[122.278028,29.941459],[122.234243,29.967411],[122.181647,29.985267],[122.17044,29.992761],[122.162791,29.994519],[122.143556,29.990696],[122.136773,29.991835],[122.120024,29.989932],[122.116672,29.9925],[122.106878,30.006693],[122.098111,30.009536],[122.065706,30.011014],[122.053239,30.005984],[122.051183,30.004522],[122.049957,30.000546],[122.038723,29.997616],[122.034242,29.992986],[122.022848,29.995527],[122.016973,30.012832],[122.008497,30.026051],[121.995523,30.041309],[121.983468,30.048767],[121.976518,30.057299],[121.977215,30.065975],[121.98682,30.072008],[121.988983,30.075766],[121.988097,30.078792],[121.984672,30.08124],[121.986333,30.086267],[121.986087,30.097776],[121.984192,30.104025],[121.96087,30.129616],[121.954531,30.138297],[121.954417,30.142408],[121.952018,30.143322],[121.951604,30.145547],[121.953882,30.145893],[121.946816,30.154554],[121.935353,30.162416],[121.934529,30.167475],[121.937214,30.172979],[121.942719,30.176589],[121.948795,30.184868],[121.972754,30.174925],[121.975821,30.171221],[121.974176,30.16777],[121.974884,30.165698]]],[[[122.054954,30.193974],[122.06014,30.18985],[122.056701,30.181494],[122.035366,30.167686],[122.028016,30.16484],[122.021136,30.164627],[122.021661,30.169379],[122.013676,30.183136],[122.013655,30.187573],[122.018799,30.189705],[122.023365,30.188138],[122.031624,30.197579],[122.046501,30.200903],[122.049968,30.201265],[122.049542,30.200069],[122.054954,30.193974]]],[[[122.173287,30.193407],[122.190185,30.194608],[122.201227,30.189432],[122.20307,30.190478],[122.202238,30.192684],[122.20372,30.192637],[122.207515,30.184449],[122.202635,30.185751],[122.199136,30.183796],[122.200298,30.181206],[122.197709,30.181149],[122.197823,30.179645],[122.203952,30.177208],[122.200355,30.174505],[122.200145,30.176866],[122.197823,30.177456],[122.196586,30.176104],[122.193718,30.17894],[122.188729,30.177469],[122.182772,30.172132],[122.178439,30.167713],[122.179526,30.164927],[122.182908,30.163565],[122.179541,30.157816],[122.171403,30.152557],[122.165229,30.142645],[122.159174,30.140603],[122.148228,30.148741],[122.143135,30.156998],[122.139848,30.168529],[122.141914,30.178523],[122.147352,30.191952],[122.172381,30.201979],[122.173287,30.193407]]],[[[122.585505,30.196539],[122.581497,30.199018],[122.583283,30.201396],[122.582634,30.20416],[122.588993,30.207584],[122.585505,30.196539]]],[[[122.686548,30.182882],[122.683859,30.18994],[122.678145,30.192646],[122.669862,30.204789],[122.669385,30.211377],[122.682204,30.20863],[122.687586,30.20249],[122.689955,30.190632],[122.688275,30.184008],[122.686548,30.182882]]],[[[122.709532,30.190332],[122.704013,30.190307],[122.699042,30.196975],[122.698523,30.20283],[122.702362,30.209373],[122.708496,30.211659],[122.709016,30.206564],[122.707313,30.202328],[122.708051,30.196605],[122.710167,30.193352],[122.709532,30.190332]]],[[[122.649627,30.188631],[122.642682,30.18964],[122.633001,30.209008],[122.635299,30.214156],[122.646453,30.212825],[122.649627,30.188631]]],[[[122.132568,30.213086],[122.122481,30.210338],[122.123049,30.218684],[122.130758,30.223816],[122.1366,30.224323],[122.145366,30.220068],[122.13612,30.217022],[122.132568,30.213086]]],[[[122.328636,30.223177],[122.319448,30.227279],[122.321028,30.22915],[122.328609,30.231357],[122.331497,30.229931],[122.330647,30.225168],[122.328636,30.223177]]],[[[122.199399,30.222163],[122.20074,30.21738],[122.186544,30.215196],[122.184724,30.216114],[122.18541,30.218887],[122.183663,30.220793],[122.175797,30.218711],[122.175527,30.229529],[122.182753,30.232187],[122.187453,30.23221],[122.196153,30.228167],[122.199399,30.222163]]],[[[122.52514,30.232657],[122.524165,30.22696],[122.520107,30.224147],[122.519279,30.226525],[122.521099,30.227978],[122.520669,30.229816],[122.512304,30.232966],[122.52514,30.232657]]],[[[122.49856,30.218427],[122.481719,30.221231],[122.469383,30.22817],[122.476484,30.234107],[122.489961,30.231847],[122.499068,30.227663],[122.49856,30.218427]]],[[[122.239669,30.220566],[122.224468,30.223334],[122.221518,30.226967],[122.221972,30.230304],[122.227511,30.23468],[122.232907,30.234459],[122.239299,30.226925],[122.239669,30.220566]]],[[[122.212728,30.238495],[122.213204,30.234069],[122.204905,30.23214],[122.205389,30.237803],[122.212728,30.238495]]],[[[122.295864,30.272169],[122.297203,30.264007],[122.30755,30.265972],[122.312652,30.259723],[122.311029,30.252872],[122.276512,30.249888],[122.269843,30.247142],[122.262521,30.240645],[122.256975,30.237921],[122.252746,30.238338],[122.250849,30.241835],[122.251653,30.257013],[122.259781,30.271001],[122.295864,30.272169]]],[[[122.402714,30.274187],[122.407417,30.25511],[122.416149,30.252801],[122.416299,30.24852],[122.40506,30.236751],[122.402435,30.230235],[122.394181,30.227685],[122.391857,30.233494],[122.392372,30.236195],[122.395273,30.238441],[122.394047,30.242184],[122.382374,30.24587],[122.378504,30.245642],[122.381055,30.243185],[122.378261,30.240991],[122.382777,30.239307],[122.379372,30.233567],[122.355151,30.239906],[122.342882,30.235949],[122.324497,30.233375],[122.315464,30.241569],[122.308438,30.24289],[122.303149,30.23849],[122.304429,30.234173],[122.302043,30.232527],[122.291872,30.235693],[122.288867,30.232211],[122.281859,30.22954],[122.272508,30.238552],[122.273558,30.241394],[122.277005,30.243781],[122.315081,30.251093],[122.31742,30.252945],[122.315097,30.254221],[122.320642,30.265989],[122.331354,30.271155],[122.343771,30.269082],[122.3536,30.271818],[122.372401,30.273108],[122.375523,30.272842],[122.378159,30.270236],[122.391833,30.274348],[122.402714,30.274187]]],[[[122.370669,30.280772],[122.359318,30.277756],[122.355076,30.279445],[122.356057,30.281876],[122.361461,30.280432],[122.371679,30.284397],[122.370669,30.280772]]],[[[122.190452,30.328084],[122.194505,30.328987],[122.196937,30.332803],[122.201496,30.334111],[122.218268,30.334479],[122.223876,30.331468],[122.216163,30.327002],[122.217619,30.317982],[122.221781,30.312274],[122.226319,30.307858],[122.23284,30.305248],[122.237238,30.306949],[122.238755,30.309443],[122.241009,30.308045],[122.24085,30.304791],[122.234754,30.300075],[122.222841,30.294713],[122.221235,30.296274],[122.217345,30.292665],[122.227984,30.277326],[122.230904,30.278755],[122.233221,30.276741],[122.230595,30.271406],[122.226194,30.269079],[122.223984,30.262187],[122.223217,30.246365],[122.225667,30.236252],[122.221499,30.234222],[122.217361,30.23362],[122.213494,30.239852],[122.19984,30.238614],[122.197218,30.243201],[122.18873,30.247306],[122.159448,30.248767],[122.137821,30.25422],[122.128664,30.258317],[122.099202,30.279047],[122.080345,30.283449],[122.070406,30.290989],[122.072904,30.293523],[122.064176,30.292277],[122.053855,30.297425],[122.048491,30.303119],[122.053754,30.305258],[122.068199,30.303151],[122.065992,30.307931],[122.068728,30.308644],[122.073071,30.30686],[122.092404,30.305551],[122.09407,30.303529],[122.103885,30.3068],[122.102104,30.309022],[122.115906,30.319303],[122.130088,30.316306],[122.13949,30.316616],[122.144929,30.319734],[122.148713,30.319129],[122.151516,30.320818],[122.15133,30.325133],[122.173019,30.34105],[122.17467,30.343936],[122.180735,30.339232],[122.186306,30.33035],[122.190452,30.328084]]],[[[121.995265,30.309638],[121.984115,30.293034],[121.978933,30.292092],[121.964309,30.297789],[121.953175,30.29092],[121.952218,30.293256],[121.922972,30.310258],[121.922592,30.313494],[121.926178,30.31543],[121.938971,30.335304],[121.958312,30.336348],[121.96386,30.339245],[121.973682,30.339501],[121.975098,30.343011],[121.978648,30.344039],[121.984116,30.342148],[121.981248,30.331977],[121.988252,30.329168],[121.995265,30.309638]]],[[[122.469281,30.43144],[122.476677,30.425379],[122.475231,30.422641],[122.48091,30.421656],[122.482534,30.419712],[122.474126,30.414174],[122.470721,30.405905],[122.464684,30.407896],[122.460279,30.413564],[122.464613,30.418127],[122.45538,30.426496],[122.448393,30.423805],[122.446386,30.426454],[122.447459,30.428183],[122.456821,30.429263],[122.456751,30.433135],[122.464476,30.441916],[122.471446,30.43772],[122.468656,30.43448],[122.469281,30.43144]]],[[[122.380037,30.472226],[122.369934,30.470461],[122.366923,30.465989],[122.367289,30.460953],[122.373576,30.456235],[122.383013,30.452908],[122.390246,30.452919],[122.396924,30.456104],[122.415703,30.450193],[122.422816,30.442586],[122.423369,30.439257],[122.422061,30.43155],[122.415087,30.434604],[122.413602,30.433109],[122.413952,30.429628],[122.429746,30.418016],[122.431644,30.419235],[122.434683,30.414442],[122.426097,30.411197],[122.407528,30.416573],[122.397613,30.422704],[122.394691,30.427005],[122.377676,30.425374],[122.371119,30.423724],[122.366582,30.419596],[122.363659,30.419317],[122.360529,30.421996],[122.361252,30.424393],[122.357405,30.426294],[122.361061,30.428517],[122.360609,30.431867],[122.358558,30.432115],[122.357546,30.430133],[122.35479,30.431896],[122.348547,30.43112],[122.348144,30.43215],[122.352029,30.434575],[122.350763,30.43603],[122.346562,30.434854],[122.343507,30.431904],[122.346542,30.425739],[122.342156,30.416471],[122.313483,30.412877],[122.304873,30.418448],[122.290702,30.42065],[122.28019,30.42446],[122.284465,30.431496],[122.277055,30.447694],[122.284597,30.458933],[122.281191,30.463766],[122.277033,30.475345],[122.281819,30.476519],[122.293921,30.467264],[122.301904,30.464794],[122.307844,30.463975],[122.314206,30.469392],[122.323757,30.468127],[122.328537,30.463126],[122.349029,30.458756],[122.364298,30.468327],[122.370021,30.477589],[122.380037,30.472226]]],[[[122.310313,30.496422],[122.320298,30.497305],[122.321662,30.496223],[122.317557,30.49666],[122.310097,30.494301],[122.300634,30.498693],[122.299232,30.501304],[122.301054,30.501995],[122.303257,30.4994],[122.310313,30.496422]]],[[[122.267095,30.514444],[122.254854,30.514313],[122.253451,30.515144],[122.254152,30.520184],[122.265579,30.528431],[122.273248,30.526813],[122.269393,30.519815],[122.270404,30.516325],[122.267095,30.514444]]],[[[122.342366,30.524311],[122.341203,30.515509],[122.33906,30.509994],[122.336225,30.508375],[122.329742,30.510139],[122.323049,30.516647],[122.319261,30.518199],[122.316074,30.516442],[122.313823,30.519579],[122.314985,30.522222],[122.321003,30.523208],[122.320536,30.520079],[122.331097,30.518952],[122.335931,30.522551],[122.336399,30.527243],[122.338997,30.529302],[122.341991,30.528516],[122.342366,30.524311]]],[[[122.068425,30.575013],[122.056646,30.585864],[122.051714,30.588546],[122.052144,30.593801],[122.053911,30.595511],[122.070051,30.597166],[122.079184,30.5972],[122.085664,30.59512],[122.085682,30.592258],[122.078036,30.590429],[122.076369,30.588476],[122.079232,30.585279],[122.079241,30.58156],[122.073834,30.575961],[122.068425,30.575013]]],[[[122.337706,30.598213],[122.333157,30.594736],[122.322723,30.59279],[122.323303,30.596473],[122.331916,30.599664],[122.338085,30.60149],[122.339093,30.60042],[122.337706,30.598213]]],[[[122.369786,30.58989],[122.356097,30.593436],[122.35291,30.595656],[122.351534,30.59907],[122.35357,30.601782],[122.355891,30.601349],[122.363358,30.59681],[122.369786,30.58989]]],[[[122.122775,30.610265],[122.130677,30.61305],[122.128625,30.605822],[122.130813,30.603297],[122.128609,30.598782],[122.119276,30.60105],[122.105509,30.601741],[122.098153,30.604456],[122.099781,30.60786],[122.105744,30.606406],[122.108657,30.61475],[122.122775,30.610265]]],[[[121.627497,30.613059],[121.633295,30.611799],[121.615356,30.608827],[121.614182,30.609865],[121.621821,30.612332],[121.62372,30.614691],[121.627497,30.613059]]],[[[122.14252,30.617161],[122.144763,30.613694],[122.133264,30.613921],[122.132091,30.616934],[122.136924,30.617136],[122.142255,30.619966],[122.14252,30.617161]]],[[[122.422191,30.613644],[122.419764,30.615126],[122.421617,30.622894],[122.422758,30.624758],[122.42809,30.624985],[122.427633,30.620005],[122.422191,30.613644]]],[[[122.103994,30.623971],[122.105945,30.622661],[122.10449,30.617074],[122.096283,30.61256],[122.095779,30.606803],[122.093703,30.604521],[122.089477,30.604406],[122.066255,30.618598],[122.042323,30.635956],[122.037562,30.642897],[122.050286,30.644574],[122.059554,30.647815],[122.068585,30.646419],[122.069194,30.642531],[122.074251,30.641103],[122.076273,30.63575],[122.103994,30.623971]]],[[[122.517456,30.642722],[122.512015,30.644729],[122.508759,30.649799],[122.511997,30.651205],[122.51834,30.645856],[122.517456,30.642722]]],[[[122.2924,30.646858],[122.290345,30.642438],[122.285841,30.643186],[122.280546,30.639366],[122.273379,30.640113],[122.280767,30.650073],[122.285342,30.652767],[122.288707,30.652331],[122.2924,30.646858]]],[[[122.011073,30.660595],[122.015336,30.659387],[122.024028,30.660657],[122.02478,30.658965],[122.034991,30.655387],[122.04258,30.654638],[122.038911,30.653824],[122.040542,30.650086],[122.038286,30.649208],[122.009608,30.656326],[122.011073,30.660595]]],[[[122.53342,30.667411],[122.54031,30.66504],[122.540999,30.66205],[122.538672,30.660812],[122.528816,30.666173],[122.526644,30.66465],[122.520401,30.670901],[122.52013,30.673512],[122.529115,30.674115],[122.53342,30.667411]]],[[[122.565654,30.669568],[122.575433,30.664691],[122.577906,30.667128],[122.583325,30.667343],[122.583944,30.666132],[122.577926,30.659565],[122.572809,30.65802],[122.560443,30.65997],[122.559519,30.655804],[122.568816,30.648566],[122.567677,30.647504],[122.561162,30.649024],[122.559178,30.651231],[122.543433,30.654079],[122.544313,30.658171],[122.548596,30.657385],[122.550138,30.65907],[122.545024,30.665716],[122.553231,30.668455],[122.554525,30.670116],[122.552723,30.67463],[122.555778,30.676983],[122.557868,30.677076],[122.565654,30.669568]]],[[[122.420884,30.679981],[122.424637,30.681132],[122.430674,30.675928],[122.421116,30.67138],[122.414134,30.672848],[122.414453,30.674741],[122.410617,30.671707],[122.40494,30.673845],[122.409656,30.677625],[122.410447,30.683135],[122.417515,30.686136],[122.421583,30.686282],[122.419301,30.68189],[122.420884,30.679981]]],[[[122.793015,30.725503],[122.793376,30.719706],[122.790986,30.719934],[122.789318,30.722811],[122.785686,30.723081],[122.782615,30.722057],[122.778566,30.716694],[122.784707,30.705443],[122.785311,30.699545],[122.780433,30.697613],[122.774436,30.698676],[122.775595,30.703491],[122.773489,30.709291],[122.771267,30.710713],[122.763582,30.710224],[122.755453,30.704472],[122.752443,30.709095],[122.753873,30.714897],[122.765328,30.722786],[122.771345,30.721676],[122.773109,30.72832],[122.776162,30.730061],[122.786556,30.730708],[122.793015,30.725503]]],[[[122.813979,30.73096],[122.818893,30.727054],[122.821147,30.727212],[122.825183,30.731092],[122.82825,30.727409],[122.831901,30.7185],[122.834203,30.70655],[122.832158,30.703224],[122.829666,30.702404],[122.825792,30.705693],[122.825583,30.712474],[122.822506,30.717368],[122.809188,30.716316],[122.803208,30.720712],[122.804621,30.725418],[122.809997,30.732631],[122.813979,30.73096]]],[[[122.484739,30.711898],[122.490944,30.711849],[122.49768,30.714464],[122.502073,30.716853],[122.501848,30.720317],[122.504161,30.722158],[122.509875,30.721894],[122.50907,30.719995],[122.510598,30.71611],[122.514804,30.716427],[122.516541,30.719704],[122.525188,30.726487],[122.53254,30.72231],[122.526485,30.718192],[122.523666,30.719339],[122.520667,30.717442],[122.523521,30.710049],[122.534398,30.706224],[122.529574,30.701116],[122.517473,30.706834],[122.509001,30.705926],[122.49958,30.702212],[122.493428,30.704048],[122.486548,30.698732],[122.484229,30.70175],[122.484703,30.705304],[122.479447,30.705857],[122.466996,30.702172],[122.460174,30.696618],[122.447231,30.698985],[122.443928,30.691634],[122.440894,30.689052],[122.42977,30.685756],[122.423421,30.686912],[122.421959,30.693187],[122.423326,30.700627],[122.426839,30.705723],[122.436817,30.710812],[122.440144,30.718067],[122.44054,30.732858],[122.43799,30.736637],[122.4273,30.74206],[122.428557,30.743582],[122.441578,30.746586],[122.444186,30.745638],[122.456676,30.731316],[122.468481,30.722651],[122.466182,30.718587],[122.466974,30.717176],[122.478982,30.712254],[122.484739,30.711898]]],[[[122.453397,30.745283],[122.449682,30.745224],[122.446639,30.749084],[122.448377,30.756688],[122.461456,30.756712],[122.46445,30.754587],[122.465732,30.750148],[122.463007,30.745775],[122.453397,30.745283]]],[[[122.388753,30.744876],[122.386476,30.747127],[122.388227,30.752982],[122.382611,30.761558],[122.389422,30.763705],[122.390832,30.75772],[122.388753,30.744876]]],[[[122.792349,30.777986],[122.789631,30.777687],[122.773904,30.786249],[122.771746,30.789652],[122.779697,30.793021],[122.784052,30.792472],[122.787251,30.79029],[122.792349,30.777986]]],[[[122.766847,30.792998],[122.759772,30.790605],[122.759228,30.796352],[122.767696,30.797613],[122.76896,30.795003],[122.766847,30.792998]]],[[[122.628052,30.824427],[122.635583,30.818454],[122.629924,30.816152],[122.616545,30.823766],[122.611569,30.820826],[122.605949,30.820157],[122.605077,30.821406],[122.612649,30.827561],[122.618507,30.828088],[122.628052,30.824427]]],[[[122.644728,30.815834],[122.637049,30.819133],[122.638696,30.821658],[122.642445,30.821768],[122.639306,30.82823],[122.641198,30.829197],[122.650376,30.822006],[122.650529,30.820419],[122.644728,30.815834]]],[[[122.687235,30.85004],[122.690362,30.850839],[122.691591,30.854162],[122.696545,30.854278],[122.701099,30.850533],[122.699672,30.847876],[122.693033,30.847479],[122.690042,30.841438],[122.684998,30.840815],[122.68145,30.843175],[122.671442,30.844525],[122.662387,30.850413],[122.671299,30.854726],[122.669591,30.859003],[122.671432,30.862068],[122.674353,30.863003],[122.687235,30.85004]]],[[[121.608649,28.470375],[121.600407,28.464094],[121.595873,28.428703],[121.605302,28.423407],[121.638365,28.413619],[121.64173,28.416025],[121.646071,28.416381],[121.659465,28.403406],[121.6568,28.400807],[121.644964,28.396676],[121.637477,28.384064],[121.643709,28.37873],[121.649727,28.37968],[121.644624,28.371223],[121.628498,28.36266],[121.622819,28.361202],[121.617304,28.361888],[121.622103,28.356726],[121.619984,28.350572],[121.617305,28.348321],[121.628314,28.341808],[121.629873,28.344338],[121.642811,28.352353],[121.656194,28.354533],[121.6551,28.352203],[121.648016,28.347394],[121.647453,28.344137],[121.659464,28.347789],[121.665367,28.347223],[121.650408,28.332302],[121.646474,28.331394],[121.646157,28.326005],[121.652513,28.32649],[121.651664,28.323285],[121.640327,28.316846],[121.64024,28.31195],[121.644128,28.307711],[121.642069,28.302236],[121.638927,28.298743],[121.631906,28.295437],[121.632009,28.293597],[121.640202,28.289154],[121.635856,28.285703],[121.629311,28.28623],[121.625609,28.279451],[121.622235,28.27817],[121.616001,28.278812],[121.617298,28.273047],[121.614474,28.269726],[121.614461,28.265989],[121.615938,28.265241],[121.622164,28.267446],[121.624949,28.265681],[121.620016,28.263566],[121.615398,28.257197],[121.610026,28.253906],[121.604818,28.256175],[121.602316,28.253627],[121.597475,28.255592],[121.591166,28.2501],[121.582665,28.250177],[121.585003,28.260443],[121.591462,28.266538],[121.592178,28.273305],[121.584672,28.273866],[121.583414,28.26797],[121.571365,28.270367],[121.57154,28.276022],[121.577829,28.279375],[121.580052,28.292389],[121.578038,28.301675],[121.563506,28.309221],[121.546889,28.312572],[121.546804,28.317945],[121.513427,28.33023],[121.479485,28.332255],[121.461812,28.328338],[121.460076,28.327044],[121.462074,28.303994],[121.452871,28.307669],[121.44775,28.307009],[121.446968,28.304023],[121.449917,28.301049],[121.449928,28.297535],[121.448239,28.29507],[121.442744,28.295159],[121.438632,28.266362],[121.43324,28.262686],[121.422956,28.259796],[121.420869,28.254742],[121.426684,28.249238],[121.418764,28.240442],[121.406841,28.23207],[121.402926,28.225747],[121.403269,28.214087],[121.391518,28.207521],[121.388484,28.208404],[121.385473,28.21235],[121.387608,28.216432],[121.386556,28.21965],[121.378698,28.223524],[121.365276,28.223573],[121.362727,28.216762],[121.363238,28.212765],[121.367635,28.209359],[121.373216,28.208518],[121.381464,28.200307],[121.369914,28.195621],[121.369169,28.19395],[121.380228,28.185391],[121.385489,28.186503],[121.390233,28.194395],[121.393347,28.188281],[121.392139,28.182667],[121.384926,28.17543],[121.385237,28.165916],[121.383976,28.163074],[121.375855,28.16067],[121.372992,28.161954],[121.363499,28.14948],[121.36269,28.141557],[121.358874,28.139304],[121.354368,28.14128],[121.353531,28.146377],[121.341059,28.141167],[121.33695,28.150855],[121.333451,28.151149],[121.329506,28.143234],[121.322752,28.139394],[121.29956,28.109409],[121.291386,28.107059],[121.291043,28.100862],[121.2868,28.096593],[121.28618,28.090489],[121.28119,28.089071],[121.276054,28.084412],[121.277171,28.081916],[121.28106,28.081954],[121.288099,28.077819],[121.291337,28.073205],[121.291102,28.071305],[121.287837,28.071903],[121.285139,28.075626],[121.280306,28.071115],[121.279464,28.0758],[121.273524,28.074921],[121.269804,28.071846],[121.266137,28.072047],[121.267801,28.07801],[121.26245,28.082667],[121.253494,28.079739],[121.252487,28.081376],[121.240342,28.082048],[121.231802,28.08034],[121.229894,28.077944],[121.229786,28.074598],[121.235245,28.07268],[121.241646,28.073356],[121.246185,28.06872],[121.251204,28.067737],[121.244956,28.065065],[121.24905,28.063663],[121.246133,28.060527],[121.246362,28.058467],[121.250012,28.058374],[121.247039,28.054753],[121.24439,28.054831],[121.245103,28.05845],[121.236585,28.059881],[121.241261,28.064589],[121.24045,28.06631],[121.232715,28.064437],[121.218741,28.07108],[121.2206,28.064517],[121.209795,28.063307],[121.207534,28.061617],[121.208475,28.060301],[121.21924,28.05988],[121.224595,28.05745],[121.22372,28.0566],[121.202639,28.051189],[121.196584,28.051368],[121.178144,28.042545],[121.178091,28.044964],[121.174427,28.047553],[121.154697,28.040039],[121.1529,28.040701],[121.153104,28.044326],[121.156157,28.046975],[121.156811,28.049814],[121.155615,28.053677],[121.146958,28.054993],[121.143354,28.058735],[121.150602,28.058547],[121.154811,28.06378],[121.15767,28.073394],[121.153979,28.074606],[121.145714,28.08234],[121.134336,28.100496],[121.134637,28.117001],[121.130221,28.128179],[121.129189,28.135873],[121.14733,28.143685],[121.150757,28.138475],[121.154853,28.136649],[121.158603,28.137563],[121.157938,28.142757],[121.16407,28.14905],[121.16913,28.149055],[121.175567,28.153591],[121.189593,28.167292],[121.196128,28.169953],[121.203425,28.170379],[121.201701,28.183841],[121.204917,28.193272],[121.208954,28.196581],[121.205691,28.203631],[121.196499,28.211286],[121.194164,28.217555],[121.211122,28.258442],[121.218458,28.263167],[121.227353,28.263572],[121.232434,28.267312],[121.237979,28.274393],[121.237181,28.285018],[121.243361,28.291201],[121.230325,28.297097],[121.233709,28.301111],[121.231833,28.307409],[121.227496,28.31074],[121.223343,28.310903],[121.214573,28.320813],[121.214564,28.329018],[121.217285,28.337542],[121.220504,28.340695],[121.225449,28.342226],[121.240216,28.342633],[121.237966,28.349221],[121.218964,28.345872],[121.214998,28.346734],[121.215965,28.358541],[121.200939,28.378964],[121.2036,28.384781],[121.202658,28.390889],[121.190553,28.391846],[121.18127,28.387761],[121.180387,28.379806],[121.178762,28.377376],[121.176132,28.378278],[121.171009,28.389894],[121.168867,28.38906],[121.174407,28.373519],[121.183729,28.369528],[121.185385,28.360587],[121.18303,28.356501],[121.175647,28.35311],[121.165061,28.353521],[121.163463,28.348595],[121.161474,28.347445],[121.156595,28.352018],[121.154198,28.344102],[121.147074,28.342427],[121.146612,28.321751],[121.14488,28.319416],[121.131857,28.313351],[121.128173,28.307157],[121.132526,28.306297],[121.136166,28.301739],[121.134229,28.297321],[121.124104,28.294644],[121.118589,28.28475],[121.107273,28.286273],[121.084688,28.283147],[121.07974,28.287604],[121.079892,28.294006],[121.071443,28.290173],[121.073063,28.286361],[121.06881,28.286962],[121.06706,28.284561],[121.082476,28.278104],[121.094017,28.277074],[121.108197,28.279565],[121.11374,28.278053],[121.119216,28.263701],[121.130666,28.247342],[121.129905,28.241229],[121.120941,28.214295],[121.119726,28.206199],[121.106723,28.186179],[121.101831,28.183176],[121.097131,28.175513],[121.094776,28.164954],[121.097975,28.162508],[121.091782,28.145791],[121.086877,28.146976],[121.070137,28.159102],[121.065733,28.159572],[121.074685,28.153788],[121.063728,28.140189],[121.023973,28.111143],[121.017699,28.113147],[121.006757,28.090669],[121.002364,28.091223],[121.001204,28.089688],[121.002438,28.0872],[121.013508,28.082698],[121.010008,28.071306],[121.01171,28.037265],[121.01038,28.035973],[121.005253,28.036052],[121.00516,28.033508],[121.006947,28.033406],[121.006493,28.031115],[121.007866,28.030779],[121.007661,28.024497],[121.003732,28.012407],[121.00597,28.011639],[120.997645,28.003247],[120.992184,28.001605],[120.989232,27.997954],[120.956983,27.980868],[120.950864,27.953459],[120.971317,27.939913],[120.940335,27.903422],[120.918791,27.924662],[120.913899,27.922291],[120.884248,27.916512],[120.912143,27.890662],[120.91397,27.882933],[120.831314,27.767995],[120.805114,27.784117],[120.801976,27.781798],[120.781805,27.795208],[120.779737,27.790211],[120.767888,27.776791],[120.754182,27.748951],[120.747428,27.733929],[120.752485,27.730895],[120.752635,27.729086],[120.74751,27.723055],[120.721126,27.707678],[120.709415,27.711108],[120.705133,27.70967],[120.700714,27.710956],[120.691045,27.717801],[120.677806,27.703291],[120.691727,27.688983],[120.691577,27.685214],[120.677103,27.648579],[120.673197,27.648127],[120.676598,27.640939],[120.674456,27.637778],[120.662668,27.634024],[120.663158,27.626008],[120.659962,27.61594],[120.649807,27.612242],[120.644886,27.614739],[120.637741,27.604977],[120.638347,27.602174],[120.641426,27.601892],[120.651226,27.594543],[120.649832,27.592683],[120.628559,27.583913],[120.604514,27.594209],[120.591831,27.59391],[120.592064,27.589413],[120.599292,27.588255],[120.604998,27.583101],[120.611041,27.574236],[120.638233,27.55694],[120.659616,27.512049],[120.666635,27.508735],[120.668427,27.509004],[120.670533,27.512547],[120.672595,27.511714],[120.670387,27.508801],[120.662134,27.504843],[120.658372,27.506397],[120.658702,27.510695],[120.64223,27.508019],[120.630693,27.495315],[120.63458,27.494239],[120.638329,27.499638],[120.649313,27.498871],[120.651943,27.500927],[120.662537,27.501411],[120.673475,27.495423],[120.671157,27.492403],[120.664313,27.494901],[120.664461,27.48569],[120.677608,27.477806],[120.686796,27.478483],[120.68819,27.476349],[120.672664,27.458535],[120.667513,27.456209],[120.662394,27.451318],[120.666251,27.449268],[120.662592,27.445482],[120.658168,27.445107],[120.656465,27.450227],[120.654595,27.45108],[120.648347,27.447765],[120.648149,27.439758],[120.639956,27.424513],[120.641942,27.412703],[120.636329,27.408747],[120.63815,27.405338],[120.641452,27.404979],[120.647032,27.40781],[120.647534,27.40024],[120.65073,27.393205],[120.651145,27.385981],[120.65029,27.384111],[120.646936,27.383662],[120.648548,27.37643],[120.646616,27.366022],[120.645099,27.364503],[120.637731,27.367345],[120.632181,27.366471],[120.628955,27.364231],[120.622313,27.363757],[120.615607,27.367873],[120.617055,27.371522],[120.622893,27.37414],[120.622851,27.376973],[120.62023,27.380635],[120.614023,27.380294],[120.608174,27.384188],[120.608719,27.386756],[120.612657,27.388441],[120.61251,27.392394],[120.599905,27.390305],[120.598512,27.388012],[120.600946,27.386561],[120.600711,27.385248],[120.594284,27.381014],[120.579492,27.388764],[120.575089,27.396224],[120.562693,27.403082],[120.547352,27.406283],[120.541841,27.400454],[120.542894,27.398274],[120.552873,27.392137],[120.546652,27.39078],[120.541368,27.393446],[120.540044,27.387748],[120.547923,27.381551],[120.552685,27.384075],[120.559372,27.379714],[120.555993,27.370991],[120.543479,27.361171],[120.537347,27.360049],[120.535721,27.361221],[120.532126,27.358367],[120.529302,27.34765],[120.537434,27.343733],[120.535817,27.338117],[120.532208,27.339767],[120.526332,27.339649],[120.525517,27.338178],[120.517897,27.337035],[120.514281,27.339974],[120.509371,27.339986],[120.514446,27.332245],[120.524153,27.326527],[120.540621,27.330235],[120.541245,27.324599],[120.539225,27.322481],[120.54193,27.318358],[120.545263,27.318346],[120.55076,27.321784],[120.553902,27.321441],[120.556796,27.314529],[120.542448,27.304671],[120.539784,27.300391],[120.54088,27.299096],[120.550029,27.302576],[120.554898,27.302656],[120.563409,27.295344],[120.558848,27.294501],[120.553276,27.296806],[120.543578,27.291396],[120.543578,27.289043],[120.549998,27.287825],[120.550438,27.284446],[120.528156,27.274527],[120.526084,27.276838],[120.518402,27.279331],[120.517689,27.273486],[120.524673,27.264217],[120.516381,27.260379],[120.516682,27.250444],[120.520053,27.247176],[120.534754,27.246077],[120.537158,27.243394],[120.534491,27.237466],[120.528958,27.236177],[120.525559,27.233132],[120.532136,27.225594],[120.528053,27.223668],[120.516738,27.226891],[120.514452,27.219631],[120.509673,27.215089],[120.50905,27.207433],[120.510342,27.204872],[120.519105,27.204078],[120.520397,27.200425],[120.519257,27.195983],[120.503144,27.190787],[120.496484,27.191577],[120.490837,27.180772],[120.487589,27.180416],[120.48318,27.175038],[120.483351,27.171288],[120.479802,27.166475],[120.46667,27.171345],[120.462659,27.176518],[120.459291,27.192613],[120.463117,27.192328],[120.466701,27.197771],[120.465681,27.20005],[120.463445,27.200159],[120.458087,27.211167],[120.462498,27.214809],[120.457652,27.220926],[120.453682,27.222693],[120.447624,27.21885],[120.446068,27.211623],[120.443997,27.20956],[120.441462,27.20986],[120.440498,27.21491],[120.432219,27.214921],[120.430783,27.213668],[120.429838,27.203638],[120.422131,27.188302],[120.423423,27.186049],[120.428421,27.18524],[120.434682,27.178542],[120.434519,27.171285],[120.432265,27.167739],[120.429995,27.172251],[120.421125,27.177115],[120.419284,27.180462],[120.419284,27.187576],[120.412991,27.19184],[120.402683,27.204741],[120.402882,27.2131],[120.397155,27.216451],[120.40159,27.217005],[120.399211,27.221129],[120.399947,27.223424],[120.405718,27.225377],[120.410147,27.234673],[120.401777,27.241626],[120.392248,27.245026],[120.391147,27.247689],[120.395429,27.254028],[120.408388,27.260251],[120.417771,27.25344],[120.426517,27.260157],[120.420336,27.271129],[120.411957,27.270633],[120.40167,27.280935],[120.400704,27.285547],[120.403373,27.292599],[120.392825,27.305699],[120.391896,27.310396],[120.383163,27.311492],[120.374098,27.321448],[120.373032,27.327603],[120.368494,27.332233],[120.353942,27.341436],[120.352694,27.346121],[120.345462,27.347275],[120.344421,27.351305],[120.352094,27.356408],[120.34789,27.362188],[120.342024,27.365305],[120.339854,27.368384],[120.342709,27.37328],[120.346596,27.389097],[120.341497,27.399218],[120.333074,27.402017],[120.320906,27.399892],[120.315004,27.403959],[120.318387,27.40616],[120.318078,27.411363],[120.3133,27.412268],[120.306899,27.398728],[120.298158,27.396768],[120.291237,27.399384],[120.284969,27.399488],[120.281743,27.397763],[120.27882,27.393333],[120.268803,27.390876],[120.262159,27.404261],[120.252703,27.412249],[120.255223,27.418891],[120.261053,27.42261],[120.259747,27.431097],[120.255068,27.437637],[120.244491,27.443098],[120.245229,27.439213],[120.242016,27.435548],[120.231847,27.430694],[120.226454,27.430639],[120.213785,27.421511],[120.205816,27.422549],[120.200428,27.431707],[120.185235,27.428736],[120.179006,27.424632],[120.173579,27.423584],[120.158344,27.428515],[120.143821,27.425762],[120.130644,27.425481],[120.124265,27.416751],[120.127591,27.411009],[120.132568,27.410507],[120.13372,27.402511],[120.128095,27.396557],[120.12315,27.395],[120.113362,27.398605],[120.100661,27.399167],[120.093826,27.395291],[120.091876,27.393633],[120.093141,27.385167],[120.090237,27.38063],[120.075009,27.373924],[120.055517,27.350496],[120.050276,27.35222],[120.048074,27.350658],[120.048746,27.343486],[120.046193,27.340392],[120.036649,27.340697],[120.034033,27.344926],[120.027866,27.347145],[120.022053,27.355356],[120.007844,27.367882],[120.004047,27.368842],[120.002838,27.374011],[120.00516,27.376108],[119.995483,27.382581],[119.990002,27.383158],[119.984651,27.380547],[119.984195,27.374915],[119.982697,27.373482],[119.974345,27.374692],[119.957203,27.370599],[119.95188,27.367893],[119.951419,27.361783],[119.958112,27.363721],[119.961911,27.362653],[119.951465,27.352743],[119.945426,27.350682],[119.943986,27.34303],[119.932142,27.339477],[119.933428,27.338183],[119.939555,27.338511],[119.933997,27.332873],[119.934687,27.326192],[119.939551,27.325965],[119.941529,27.320119],[119.940812,27.317781],[119.932197,27.319738],[119.901392,27.321884],[119.895465,27.319028],[119.893847,27.314291],[119.887722,27.313897],[119.88251,27.316919],[119.874639,27.313304],[119.873549,27.305077],[119.871535,27.30409],[119.859939,27.310586],[119.860444,27.312408],[119.866958,27.315877],[119.867265,27.31867],[119.850275,27.320051],[119.841206,27.327399],[119.836821,27.32446],[119.830162,27.315856],[119.835302,27.310889],[119.84043,27.309788],[119.838852,27.304131],[119.836639,27.302313],[119.829806,27.304764],[119.818804,27.305419],[119.816967,27.300193],[119.813927,27.299556],[119.808613,27.30226],[119.804592,27.308197],[119.790379,27.313853],[119.788611,27.313651],[119.785107,27.305569],[119.769618,27.309566],[119.765879,27.308947],[119.763754,27.311913],[119.766641,27.31579],[119.765133,27.327068],[119.766154,27.329995],[119.769425,27.329456],[119.773718,27.323313],[119.780357,27.327093],[119.780549,27.329746],[119.776729,27.33398],[119.76918,27.334436],[119.764551,27.338087],[119.763126,27.341607],[119.764873,27.346232],[119.763571,27.350137],[119.755066,27.350204],[119.746156,27.353832],[119.74282,27.363265],[119.735362,27.366281],[119.74076,27.372915],[119.745697,27.376029],[119.744895,27.381083],[119.739704,27.380677],[119.736105,27.378634],[119.736547,27.38496],[119.734847,27.390394],[119.728032,27.39277],[119.726365,27.395654],[119.726981,27.398211],[119.72235,27.400163],[119.719766,27.40504],[119.7059,27.40685],[119.7046,27.409018],[119.705745,27.414261],[119.699756,27.420025],[119.700899,27.422143],[119.700133,27.427863],[119.685531,27.433592],[119.680822,27.441683],[119.684224,27.444132],[119.689349,27.442116],[119.697969,27.449291],[119.699372,27.461806],[119.704806,27.465396],[119.702081,27.474836],[119.704714,27.478215],[119.701899,27.489647],[119.705989,27.492512],[119.705429,27.499356],[119.698144,27.503112],[119.699228,27.510343],[119.70397,27.514841],[119.70399,27.517795],[119.697397,27.520548],[119.694645,27.528918],[119.682543,27.541509],[119.661491,27.538433],[119.653855,27.545045],[119.660132,27.556655],[119.664843,27.560595],[119.668889,27.572135],[119.672763,27.575022],[119.672055,27.576984],[119.669054,27.578834],[119.641689,27.581908],[119.636443,27.584913],[119.631274,27.583815],[119.627223,27.585697],[119.627056,27.595124],[119.62451,27.602571],[119.624733,27.612638],[119.621197,27.615427],[119.620143,27.618825],[119.623568,27.625873],[119.630393,27.62931],[119.636832,27.629901],[119.638639,27.636106],[119.643018,27.638551],[119.643518,27.643812],[119.640646,27.645605],[119.635014,27.653779],[119.640011,27.66382],[119.63842,27.667033],[119.636616,27.669051],[119.631839,27.669661],[119.628302,27.673113],[119.617217,27.673279],[119.615436,27.676796],[119.603202,27.67751],[119.595498,27.675482],[119.589905,27.67005],[119.58168,27.666756],[119.575711,27.670206],[119.574549,27.673846],[119.569611,27.674588],[119.570426,27.672318],[119.564366,27.66701],[119.557971,27.668854],[119.552634,27.665682],[119.545067,27.667233],[119.546101,27.672999],[119.5379,27.679499],[119.534734,27.678706],[119.538069,27.669265],[119.533394,27.661382],[119.521392,27.663854],[119.519436,27.662083],[119.518711,27.655795],[119.515067,27.652047],[119.51249,27.652753],[119.509659,27.656788],[119.496551,27.652685],[119.495992,27.637589],[119.492792,27.629306],[119.494415,27.618645],[119.499613,27.614536],[119.497924,27.611485],[119.493609,27.609731],[119.486195,27.603224],[119.481932,27.595354],[119.486965,27.591531],[119.481605,27.580372],[119.487361,27.56979],[119.481408,27.559659],[119.479839,27.553164],[119.473033,27.548761],[119.468664,27.541624],[119.464967,27.527793],[119.452523,27.522031],[119.443983,27.513845],[119.434746,27.510947],[119.427668,27.511616],[119.426751,27.520401],[119.428747,27.526883],[119.419475,27.535205],[119.410695,27.538715],[119.407359,27.537634],[119.391482,27.538255],[119.367505,27.532583],[119.364726,27.533604],[119.359768,27.531005],[119.351927,27.52305],[119.348342,27.521889],[119.345061,27.524702],[119.340763,27.524202],[119.334627,27.51132],[119.339331,27.506542],[119.342274,27.499622],[119.342836,27.496258],[119.340461,27.49153],[119.334937,27.49107],[119.334293,27.486001],[119.331204,27.483669],[119.323418,27.482154],[119.316541,27.485604],[119.316077,27.478071],[119.311999,27.470432],[119.309301,27.468492],[119.298286,27.467194],[119.296223,27.469467],[119.286643,27.465655],[119.285568,27.458978],[119.282597,27.456827],[119.2787,27.456477],[119.277053,27.458634],[119.275174,27.457844],[119.273078,27.441588],[119.264213,27.427117],[119.264707,27.425117],[119.262933,27.424396],[119.246008,27.42435],[119.242795,27.421522],[119.241737,27.424656],[119.243617,27.433312],[119.240918,27.433967],[119.237903,27.430679],[119.239882,27.422537],[119.235193,27.421832],[119.22975,27.4239],[119.220394,27.419743],[119.20586,27.425208],[119.196981,27.424496],[119.191121,27.421277],[119.187959,27.424257],[119.176489,27.429493],[119.153144,27.428566],[119.151406,27.431567],[119.147623,27.431722],[119.143029,27.428479],[119.141041,27.434391],[119.134342,27.437876],[119.12458,27.434871],[119.116816,27.439307],[119.118444,27.448235],[119.122297,27.456441],[119.11346,27.463804],[119.118961,27.466425],[119.12415,27.465263],[119.126743,27.467449],[119.125599,27.477282],[119.121412,27.483878],[119.110178,27.487404],[119.091959,27.475174],[119.085804,27.467743],[119.077308,27.467987],[119.072074,27.475192],[119.068286,27.475424],[119.061008,27.470184],[119.054915,27.471846],[119.052482,27.474187],[119.051191,27.476166],[119.051789,27.480842],[119.050388,27.482055],[119.039104,27.485244],[119.035646,27.481802],[119.033492,27.482266],[119.029497,27.485308],[119.027527,27.492319],[119.019031,27.496343],[119.018558,27.499997],[119.016003,27.50171],[119.011069,27.502536],[119.008044,27.501301],[119.007422,27.499051],[118.994575,27.499879],[118.993637,27.498337],[118.985901,27.506468],[118.977343,27.500914],[118.979164,27.496758],[118.98421,27.496344],[118.986174,27.489759],[118.984838,27.481518],[118.980807,27.478172],[118.972087,27.479613],[118.96101,27.47616],[118.957506,27.473274],[118.956624,27.471834],[118.958776,27.465385],[118.955773,27.461169],[118.954165,27.453419],[118.952325,27.452332],[118.949191,27.453129],[118.945166,27.459102],[118.938693,27.461611],[118.933381,27.465818],[118.927237,27.46706],[118.914857,27.466365],[118.908491,27.463777],[118.898877,27.465143],[118.896467,27.469431],[118.898417,27.472473],[118.897409,27.476526],[118.891014,27.484558],[118.8851,27.484926],[118.883227,27.488073],[118.886768,27.493493],[118.885335,27.498474],[118.882375,27.502231],[118.876058,27.502723],[118.872883,27.511329],[118.872664,27.519805],[118.8698,27.521057],[118.8615,27.518939],[118.856316,27.515378],[118.854807,27.517689],[118.853865,27.526629],[118.855633,27.530211],[118.860021,27.532149],[118.860146,27.535096],[118.864884,27.5439],[118.868313,27.545474],[118.874442,27.543223],[118.878984,27.543959],[118.879674,27.547226],[118.890768,27.557581],[118.893737,27.570055],[118.906663,27.572287],[118.906601,27.57521],[118.903865,27.575351],[118.898534,27.580064],[118.897868,27.585921],[118.900039,27.591217],[118.89885,27.594496],[118.903216,27.600002],[118.902596,27.603346],[118.905176,27.612358],[118.912661,27.616629],[118.908334,27.6238],[118.903752,27.627307],[118.901499,27.626552],[118.898889,27.628294],[118.900183,27.63416],[118.897467,27.635297],[118.896416,27.637755],[118.898903,27.642968],[118.897287,27.650592],[118.893516,27.653468],[118.891811,27.658299],[118.887299,27.663066],[118.884697,27.662117],[118.88161,27.664271],[118.875064,27.674192],[118.875708,27.677291],[118.870568,27.681948],[118.869958,27.685655],[118.874002,27.68895],[118.876685,27.693846],[118.876011,27.699046],[118.870219,27.702654],[118.871313,27.707678],[118.882087,27.709149],[118.889981,27.708332],[118.896971,27.71087],[118.890822,27.718877],[118.893598,27.722543],[118.890416,27.723066],[118.886646,27.721056],[118.879471,27.727242],[118.876416,27.735257],[118.867583,27.737083],[118.865965,27.739059],[118.864847,27.748953],[118.859339,27.755045],[118.858046,27.761736],[118.855285,27.765542],[118.850579,27.767177],[118.851101,27.779457],[118.843791,27.778872],[118.838124,27.781181],[118.835511,27.78569],[118.834786,27.79294],[118.846237,27.795384],[118.847897,27.798753],[118.842748,27.804612],[118.844956,27.815199],[118.843191,27.817297],[118.840425,27.817552],[118.83393,27.824105],[118.83387,27.827096],[118.830633,27.832195],[118.833022,27.836566],[118.83106,27.842608],[118.821838,27.850189],[118.825913,27.852344],[118.833046,27.867726],[118.828595,27.874581],[118.822923,27.877907],[118.823311,27.887548],[118.828515,27.890862],[118.820489,27.892545],[118.815343,27.898648],[118.814555,27.902422],[118.816372,27.904362],[118.816331,27.909067],[118.810982,27.912827],[118.81404,27.920505],[118.805119,27.921236],[118.802973,27.920122],[118.798178,27.922205],[118.796099,27.923828],[118.802428,27.926324],[118.795077,27.934439],[118.792746,27.934197],[118.780645,27.940334],[118.770998,27.940743],[118.757823,27.946059],[118.748877,27.94435],[118.747243,27.9463],[118.747256,27.953324],[118.745123,27.956368],[118.732089,27.968826],[118.727266,27.970392],[118.724188,27.973912],[118.724195,27.977967],[118.727793,27.979201],[118.728418,27.984268],[118.727325,27.993524],[118.720982,28.00408],[118.720304,28.014364],[118.729466,28.031199],[118.728996,28.035537],[118.7257,28.042144],[118.716135,28.034515],[118.712893,28.035373],[118.714846,28.051375],[118.71338,28.063962],[118.71135,28.06686],[118.712253,28.06796],[118.716716,28.069426],[118.718713,28.068287],[118.723204,28.075933],[118.730379,28.078173],[118.739143,28.091749],[118.745319,28.096137],[118.752375,28.094874],[118.759165,28.098325],[118.760849,28.105497],[118.767518,28.117262],[118.771555,28.115942],[118.779803,28.118479],[118.791662,28.11622],[118.795234,28.117338],[118.798729,28.121114],[118.796441,28.123858],[118.798113,28.130146],[118.795565,28.136455],[118.795695,28.142348],[118.803245,28.14254],[118.806119,28.151646],[118.801545,28.153605],[118.80029,28.159111],[118.792014,28.166448],[118.792664,28.169306],[118.790543,28.171792],[118.787244,28.171288],[118.778164,28.176326],[118.768276,28.169972],[118.75751,28.170061],[118.756191,28.173747],[118.759676,28.177786],[118.759928,28.182215],[118.76363,28.185218],[118.768024,28.193434],[118.780269,28.196803],[118.784121,28.204745],[118.789065,28.207779],[118.790739,28.211353],[118.798349,28.21081],[118.799748,28.212367],[118.801474,28.219754],[118.806103,28.226063],[118.808716,28.233882],[118.798597,28.236309],[118.800504,28.238813],[118.795901,28.245422],[118.788473,28.246652],[118.781579,28.246367],[118.76138,28.23925],[118.749568,28.24911],[118.748317,28.255847],[118.729221,28.257406],[118.728112,28.260471],[118.737748,28.261993],[118.740127,28.263897],[118.740722,28.268061],[118.733584,28.265919],[118.731722,28.266767],[118.73177,28.268766],[118.736429,28.273329],[118.736251,28.278194],[118.735573,28.279851],[118.727915,28.283757],[118.734086,28.288545],[118.734621,28.291936],[118.732777,28.294613],[118.729029,28.295862],[118.725639,28.288307],[118.722962,28.287534],[118.721625,28.288975],[118.720548,28.300416],[118.721883,28.303381],[118.724679,28.304169],[118.724688,28.307267],[118.716932,28.317231],[118.715416,28.315085],[118.712214,28.314428],[118.70996,28.316697],[118.703609,28.314193],[118.697331,28.314545],[118.689058,28.307857],[118.688043,28.294695],[118.683812,28.290777],[118.678759,28.279995],[118.671457,28.273892],[118.662023,28.274273],[118.656473,28.272472],[118.652419,28.278613],[118.645957,28.280251],[118.640651,28.276879],[118.635613,28.277136],[118.631322,28.271873],[118.629176,28.26551],[118.624472,28.263993],[118.621596,28.265724],[118.616974,28.259676],[118.614198,28.259971],[118.608761,28.265118],[118.610754,28.272481],[118.609963,28.275183],[118.60215,28.260236],[118.596995,28.257132],[118.592387,28.259384],[118.59055,28.260941],[118.590441,28.263932],[118.593006,28.27525],[118.576389,28.290278],[118.57361,28.287969],[118.567601,28.291418],[118.555555,28.2823],[118.548396,28.281938],[118.543596,28.284959],[118.541475,28.27701],[118.53329,28.274785],[118.529149,28.274639],[118.518799,28.281374],[118.514072,28.280496],[118.515927,28.275453],[118.511022,28.27318],[118.509152,28.274728],[118.508988,28.278934],[118.501201,28.283046],[118.492013,28.279348],[118.489561,28.277559],[118.490341,28.273325],[118.487295,28.267026],[118.495731,28.260601],[118.497809,28.249548],[118.492339,28.248348],[118.486893,28.241445],[118.475329,28.24995],[118.463587,28.248466],[118.46052,28.246318],[118.454936,28.246706],[118.438936,28.254732],[118.444906,28.262274],[118.44368,28.264666],[118.433522,28.264379],[118.436568,28.269694],[118.435823,28.271816],[118.429671,28.271186],[118.424825,28.282689],[118.428085,28.291406],[118.441107,28.296366],[118.461374,28.309672],[118.465954,28.315509],[118.466346,28.320586],[118.472616,28.322729],[118.475617,28.322009],[118.482052,28.331815],[118.476369,28.338287],[118.474156,28.337166],[118.476477,28.334262],[118.475258,28.330641],[118.46997,28.327805],[118.464413,28.33065],[118.473008,28.337163],[118.470979,28.337523],[118.469183,28.334221],[118.46686,28.335996],[118.469373,28.341159],[118.468055,28.344734],[118.465152,28.346927],[118.464797,28.357721],[118.463453,28.361031],[118.458351,28.362847],[118.458717,28.368596],[118.452662,28.382601],[118.448256,28.388854],[118.435821,28.394582],[118.436012,28.397902],[118.43306,28.402944],[118.42517,28.401516],[118.426414,28.405087],[118.434394,28.409324],[118.433151,28.412607],[118.434872,28.415135],[118.442549,28.417348],[118.446336,28.416649],[118.452155,28.419228],[118.447817,28.423022],[118.448597,28.421518],[118.445692,28.420301],[118.444919,28.421344],[118.453871,28.431712],[118.456573,28.444543],[118.458775,28.445969],[118.461382,28.45212],[118.459453,28.453366],[118.457884,28.458812],[118.461483,28.458207],[118.464954,28.454205],[118.465085,28.457738],[118.460723,28.46198],[118.464955,28.463652],[118.469394,28.470495],[118.475117,28.470532],[118.474643,28.468895],[118.4772,28.474181],[118.471946,28.474417],[118.47307,28.477735],[118.467038,28.484608],[118.456279,28.484155],[118.451923,28.480404],[118.448326,28.479645],[118.432836,28.496213],[118.431808,28.494074],[118.425376,28.494888],[118.411698,28.498358],[118.409309,28.501003],[118.413725,28.505501],[118.418945,28.502979],[118.425673,28.504651],[118.436911,28.510586],[118.440607,28.515709],[118.440683,28.518508],[118.433388,28.523472],[118.426438,28.522624],[118.420108,28.525927],[118.418747,28.540002],[118.420708,28.539428],[118.422354,28.534482],[118.423095,28.537296],[118.419591,28.541773],[118.416776,28.542883],[118.415279,28.547562],[118.416597,28.548878],[118.421284,28.548679],[118.423184,28.550601],[118.416129,28.551901],[118.407099,28.558899],[118.409212,28.563864],[118.408019,28.567031],[118.405011,28.568612],[118.404654,28.571317],[118.40654,28.576534],[118.41302,28.576096],[118.412882,28.579306],[118.410679,28.579992],[118.411404,28.586444],[118.413876,28.588326],[118.415837,28.587109],[118.420522,28.58924],[118.415651,28.596699],[118.408279,28.598666],[118.408055,28.611422],[118.409662,28.61324],[118.415101,28.613673],[118.411882,28.611338],[118.412621,28.610577],[118.420174,28.61431],[118.425626,28.62085],[118.428885,28.628818],[118.423784,28.633111],[118.418303,28.642931],[118.416817,28.64949],[118.426576,28.652883],[118.427458,28.654581],[118.422701,28.655772],[118.426183,28.658934],[118.425373,28.663188],[118.427644,28.667049],[118.42452,28.677081],[118.427885,28.679331],[118.426816,28.682402],[118.422947,28.684355],[118.416257,28.682587],[118.409513,28.689608],[118.409158,28.692367],[118.411684,28.696299],[118.407275,28.699978],[118.40271,28.700945],[118.397434,28.706246],[118.388317,28.702208],[118.385713,28.703372],[118.385282,28.708028],[118.387157,28.713533],[118.396859,28.717324],[118.396048,28.722991],[118.391996,28.723797],[118.390051,28.726089],[118.393098,28.728622],[118.394354,28.727675],[118.392623,28.724909],[118.395134,28.726253],[118.394628,28.730718],[118.387518,28.73262],[118.38692,28.734489],[118.389936,28.737079],[118.395528,28.737517],[118.394104,28.739682],[118.388506,28.741894],[118.384387,28.747707],[118.384235,28.749541],[118.388452,28.751531],[118.387654,28.757024],[118.381317,28.760428],[118.379164,28.776351],[118.374494,28.776829],[118.375188,28.78791],[118.378353,28.790324],[118.368478,28.799061],[118.366706,28.804542],[118.368131,28.807051],[118.36551,28.811795],[118.359208,28.816199],[118.351859,28.818293],[118.349162,28.81828],[118.348184,28.816594],[118.335635,28.818099],[118.32865,28.817122],[118.320999,28.822005],[118.306098,28.824414],[118.300722,28.826703],[118.291745,28.836096],[118.293023,28.839042],[118.3,28.843622],[118.291997,28.851284],[118.289175,28.863803],[118.283267,28.870562],[118.282518,28.875479],[118.277321,28.886],[118.276558,28.894552],[118.272805,28.898419],[118.269379,28.90567],[118.265625,28.92099],[118.256123,28.92271],[118.251828,28.926403],[118.249687,28.926354],[118.245581,28.922381],[118.236607,28.923064],[118.221066,28.914625],[118.199293,28.90811],[118.194839,28.905248],[118.189928,28.90776],[118.188207,28.910643],[118.18995,28.917145],[118.191818,28.919501],[118.20252,28.923625],[118.210477,28.933866],[118.218808,28.93971],[118.223017,28.945309],[118.220422,28.949893],[118.215738,28.951994],[118.210341,28.950589],[118.206565,28.952126],[118.204649,28.957507],[118.199392,28.955506],[118.195831,28.957331],[118.191104,28.96793],[118.181587,28.980005],[118.177928,28.980195],[118.162499,28.988655],[118.159899,28.989687],[118.150907,28.986651],[118.149969,28.990327],[118.141859,28.987648],[118.140971,28.982066],[118.128331,28.986503],[118.119917,28.998402],[118.124336,29.003657],[118.127141,29.01104],[118.122015,29.018788],[118.115568,29.014264],[118.109264,29.0121],[118.1057,29.006284],[118.104897,28.994322],[118.094592,28.993106],[118.103773,29.006455],[118.10234,29.014307],[118.09829,29.013222],[118.095529,29.00492],[118.091532,29.001288],[118.082878,29.015733],[118.084054,29.018392],[118.082588,29.033529],[118.07863,29.034151],[118.074141,29.040374],[118.070766,29.038543],[118.067719,29.039062],[118.065511,29.043542],[118.066703,29.047429],[118.060576,29.052443],[118.060146,29.056678],[118.072285,29.065555],[118.068082,29.070104],[118.070254,29.078021],[118.064084,29.083802],[118.057876,29.084176],[118.046494,29.090806],[118.037868,29.091821],[118.031918,29.097776],[118.030838,29.101376],[118.034959,29.110505],[118.038351,29.113485],[118.048473,29.11565],[118.048158,29.118681],[118.04066,29.12488],[118.033659,29.127988],[118.03266,29.131735],[118.035253,29.133424],[118.038526,29.141491],[118.038423,29.160474],[118.035656,29.163944],[118.025377,29.16674],[118.022574,29.17044],[118.022894,29.172739],[118.029187,29.179218],[118.027695,29.18567],[118.035948,29.201394],[118.034046,29.205107],[118.035579,29.212118],[118.040463,29.218103],[118.043092,29.220116],[118.051146,29.217122],[118.077095,29.22071],[118.079367,29.22297],[118.074668,29.228232],[118.074196,29.233019],[118.07706,29.23834],[118.077112,29.242128],[118.075097,29.246487],[118.070203,29.248683],[118.070566,29.255798],[118.073648,29.261363],[118.073342,29.276124],[118.07196,29.285278],[118.069881,29.288244],[118.066504,29.288863],[118.067589,29.291916],[118.072567,29.293739],[118.097168,29.286402],[118.101088,29.287638],[118.102921,29.291841],[118.108926,29.295664],[118.128543,29.286966],[118.13091,29.286594],[118.138598,29.290096],[118.143642,29.289856],[118.154807,29.284801],[118.164897,29.284427],[118.165138,29.287809],[118.162112,29.294307],[118.174106,29.301772],[118.169751,29.310588],[118.161798,29.313265],[118.16174,29.316671],[118.174357,29.323989],[118.177944,29.32887],[118.177511,29.333455],[118.179902,29.336252],[118.188408,29.342919],[118.201853,29.346304],[118.203921,29.350375],[118.203314,29.362228],[118.198253,29.370366],[118.201421,29.373502],[118.203011,29.37964],[118.189633,29.389535],[118.185261,29.394979],[118.190817,29.397366],[118.195025,29.395191],[118.199578,29.398454],[118.201086,29.404346],[118.20732,29.412934],[118.21062,29.420631],[118.214341,29.424363],[118.22095,29.427505],[118.230291,29.427099],[118.243341,29.433401],[118.254915,29.428877],[118.265585,29.43031],[118.271679,29.426121],[118.281022,29.429164],[118.286211,29.427098],[118.286792,29.422185],[118.291504,29.420828],[118.302534,29.422592],[118.309882,29.425652],[118.310613,29.43592],[118.309286,29.44134],[118.311661,29.451695],[118.30227,29.479742],[118.300834,29.494134],[118.302288,29.497518],[118.306146,29.50029],[118.310811,29.497865],[118.317872,29.499944],[118.325853,29.498325],[118.32658,29.493042],[118.330913,29.485377],[118.340938,29.478466],[118.34802,29.481775],[118.35398,29.481932],[118.356481,29.484684],[118.3568,29.48884],[118.363916,29.492788],[118.369152,29.500779],[118.375281,29.504583],[118.37824,29.512654],[118.389736,29.509939],[118.395518,29.510772],[118.399677,29.509489],[118.40392,29.510545],[118.406561,29.513242],[118.410226,29.512661],[118.420601,29.505145],[118.424872,29.503788],[118.431434,29.511858],[118.432588,29.516902],[118.435736,29.517949],[118.435759,29.514222],[118.444969,29.515598],[118.449363,29.51063],[118.454272,29.508898],[118.453719,29.515835],[118.461713,29.516097],[118.468684,29.51158],[118.473682,29.511567],[118.478874,29.517376],[118.489698,29.521248],[118.4908,29.524064],[118.489459,29.531176],[118.492932,29.544325],[118.488672,29.55334],[118.493137,29.563837],[118.494458,29.578749],[118.504381,29.581635],[118.515026,29.589332],[118.531227,29.593667],[118.532516,29.598474],[118.544969,29.615822],[118.553304,29.617753],[118.554645,29.622479],[118.563007,29.632003],[118.563498,29.635771],[118.568802,29.640241],[118.588278,29.647129],[118.597251,29.645985],[118.605365,29.652349],[118.615735,29.656954],[118.629551,29.650812],[118.631198,29.647241],[118.63751,29.643727],[118.644879,29.647949],[118.652611,29.657856],[118.668697,29.67123],[118.66977,29.67765],[118.676626,29.683557],[118.67759,29.691903],[118.687569,29.696655],[118.688051,29.703408],[118.696039,29.70936],[118.704338,29.7086],[118.714845,29.711219],[118.718561,29.718077],[118.718903,29.724509],[118.72097,29.728597],[118.72326,29.728642],[118.729391,29.733281],[118.733639,29.739043],[118.740515,29.741972],[118.740648,29.746547],[118.743611,29.752098],[118.744415,29.763243],[118.740055,29.770057],[118.742524,29.776814],[118.737328,29.784409],[118.732489,29.787245],[118.731152,29.791287],[118.733983,29.811436],[118.732873,29.815292],[118.739531,29.820608],[118.752902,29.820514],[118.756794,29.822426],[118.756848,29.829409],[118.749518,29.834323],[118.748558,29.845468],[118.749817,29.847532],[118.761494,29.851959],[118.772314,29.844896],[118.779323,29.846042],[118.784043,29.854778],[118.797912,29.864424],[118.804985,29.872927],[118.820123,29.881254],[118.838271,29.895427],[118.840532,29.904418],[118.838778,29.920943],[118.839826,29.922568],[118.835704,29.934006],[118.846876,29.943692],[118.85901,29.93993],[118.867551,29.95048],[118.887601,29.938044],[118.88871,29.949077],[118.885591,29.955335],[118.888793,29.957632],[118.886319,29.965563],[118.889419,29.977062],[118.894353,29.984715],[118.894023,29.98733],[118.885782,29.999412],[118.889306,30.003478],[118.888008,30.014337],[118.893607,30.018247],[118.896875,30.027109],[118.896001,30.030861],[118.887512,30.035584],[118.88611,30.039266],[118.8856,30.044013],[118.8873,30.045903],[118.888185,30.056999],[118.88667,30.059737],[118.886329,30.07015],[118.883864,30.071726],[118.884777,30.078345],[118.878554,30.088257],[118.879027,30.10157],[118.875584,30.104463],[118.871496,30.104751],[118.867975,30.103541],[118.866491,30.09997],[118.861738,30.100883],[118.861274,30.106225],[118.857809,30.111781],[118.861194,30.123131],[118.850863,30.122201],[118.852903,30.124511],[118.854864,30.132892],[118.859043,30.136353],[118.864544,30.134815],[118.876992,30.12703],[118.887869,30.131445],[118.893293,30.139056],[118.893952,30.144898],[118.887134,30.152648],[118.883958,30.152225],[118.884151,30.148085],[118.879534,30.142629],[118.876636,30.134565],[118.868508,30.142063],[118.859418,30.140444],[118.851913,30.143741],[118.852384,30.150348],[118.850751,30.154228],[118.848472,30.156183],[118.841577,30.155455],[118.84154,30.159733],[118.84346,30.165757],[118.845383,30.166831],[118.858835,30.170128],[118.89007,30.183234],[118.894989,30.182439],[118.90172,30.189173],[118.902529,30.192954],[118.910741,30.200556],[118.922318,30.203906],[118.927337,30.207943],[118.918111,30.210517],[118.917922,30.215893],[118.910411,30.215299],[118.899531,30.2177],[118.899824,30.22095],[118.902969,30.222435],[118.892928,30.229877],[118.88578,30.238652],[118.883234,30.239262],[118.87691,30.247878],[118.877203,30.252244],[118.884963,30.25439],[118.890167,30.260174],[118.887342,30.268083],[118.8782,30.276209],[118.877913,30.280461],[118.872995,30.285376],[118.873295,30.291388],[118.875376,30.295056],[118.877751,30.29594],[118.878936,30.304454],[118.875984,30.311987],[118.875779,30.317564],[118.885371,30.318566],[118.89488,30.323249],[118.900938,30.331055],[118.908862,30.335597],[118.914239,30.336364],[118.921338,30.344328],[118.927832,30.344061],[118.934644,30.34712],[118.934187,30.352887],[118.935431,30.355324],[118.946323,30.359336],[118.948808,30.362046],[118.950822,30.360666],[118.95536,30.348832],[118.958251,30.349349],[118.958559,30.352294],[118.964061,30.354649],[118.970019,30.347975],[118.982344,30.351167],[118.983978,30.348591],[118.982632,30.335175],[118.984373,30.333574],[118.994219,30.330137],[119.003403,30.32905],[119.004669,30.329056],[119.005818,30.332205],[119.00974,30.332485],[119.026401,30.330312],[119.026791,30.320291],[119.030302,30.31423],[119.040046,30.314816],[119.04427,30.313489],[119.046026,30.308992],[119.050267,30.305362],[119.060306,30.306073],[119.066987,30.315133],[119.081647,30.324702],[119.085785,30.325525],[119.093913,30.319975],[119.097526,30.319995],[119.105358,30.313677],[119.118082,30.311021],[119.121986,30.30699],[119.128277,30.305398],[119.137765,30.307588],[119.145171,30.305865],[119.149037,30.30684],[119.151636,30.302051],[119.155061,30.29947],[119.161154,30.301864],[119.164238,30.298074],[119.173564,30.298809],[119.181871,30.294029],[119.198516,30.292707],[119.204294,30.294429],[119.205825,30.297093],[119.201472,30.303799],[119.207136,30.30116],[119.209315,30.295346],[119.211777,30.294541],[119.216338,30.301961],[119.219032,30.3025],[119.221051,30.298856],[119.219058,30.296191],[119.219918,30.293385],[119.222998,30.29063],[119.224904,30.294432],[119.231596,30.295532],[119.23722,30.309157],[119.240462,30.321921],[119.238801,30.336139],[119.244212,30.343966],[119.250876,30.340388],[119.25899,30.339258],[119.267569,30.344956],[119.272401,30.343098],[119.288192,30.354163],[119.2953,30.366349],[119.304009,30.367405],[119.320971,30.37441],[119.329899,30.370365],[119.330613,30.368616],[119.338459,30.366076],[119.339988,30.357766],[119.343387,30.351726],[119.349234,30.35041],[119.351054,30.352901],[119.358046,30.352919],[119.372785,30.357775],[119.377002,30.360303],[119.383022,30.367469],[119.393401,30.367901],[119.397175,30.371862],[119.39876,30.376047],[119.397975,30.381576],[119.38626,30.386321],[119.368421,30.386008],[119.362526,30.387944],[119.362296,30.398949],[119.356575,30.399079],[119.351381,30.409306],[119.351699,30.411864],[119.356391,30.417049],[119.35674,30.420097],[119.352293,30.419702],[119.347329,30.422297],[119.346142,30.425359],[119.347841,30.429097],[119.342549,30.44136],[119.336763,30.446249],[119.32959,30.449098],[119.333242,30.455438],[119.332627,30.463478],[119.329061,30.468592],[119.33179,30.473933],[119.323402,30.486237],[119.325331,30.492234],[119.327745,30.493985],[119.328074,30.502184],[119.332704,30.506621],[119.331574,30.513077],[119.323791,30.523594],[119.323241,30.529766],[119.32551,30.535768],[119.309816,30.534136],[119.295947,30.521716],[119.283968,30.514708],[119.275441,30.512353],[119.266008,30.51211],[119.256176,30.52072],[119.257703,30.526052],[119.256968,30.529428],[119.248746,30.531999],[119.246237,30.531439],[119.245331,30.528033],[119.241416,30.528243],[119.237344,30.534894],[119.235886,30.54264],[119.23247,30.548801],[119.236826,30.551331],[119.24366,30.559092],[119.243589,30.561164],[119.24131,30.563014],[119.243368,30.565869],[119.254667,30.574203],[119.262632,30.576547],[119.256807,30.589168],[119.249143,30.59273],[119.252133,30.594801],[119.251366,30.597454],[119.244207,30.600472],[119.234715,30.60749],[119.235149,30.611899],[119.243085,30.622361],[119.246605,30.622066],[119.251284,30.616018],[119.259046,30.61879],[119.260546,30.617607],[119.27346,30.620815],[119.281115,30.617372],[119.288595,30.619571],[119.288895,30.623024],[119.299051,30.6211],[119.307672,30.623216],[119.310017,30.626826],[119.316793,30.6296],[119.320534,30.635147],[119.320581,30.642441],[119.326758,30.646928],[119.328662,30.650798],[119.328393,30.655446],[119.335098,30.660681],[119.333227,30.666072],[119.339143,30.666534],[119.346792,30.670444],[119.352126,30.669501],[119.357346,30.676466],[119.362205,30.677064],[119.366912,30.683594],[119.376629,30.681998],[119.381961,30.686431],[119.38464,30.691305],[119.389652,30.687138],[119.389474,30.68145],[119.393771,30.674169],[119.39698,30.655101],[119.405669,30.645707],[119.414091,30.644261],[119.425974,30.647085],[119.437292,30.651575],[119.439771,30.654428],[119.439784,30.668414],[119.442595,30.672875],[119.457452,30.681209],[119.459224,30.687205],[119.46386,30.690773],[119.464439,30.697878],[119.46837,30.700587],[119.480333,30.703563],[119.4814,30.71506],[119.484869,30.721264],[119.47514,30.735471],[119.475851,30.740209],[119.482094,30.747217],[119.473855,30.756015],[119.476913,30.762887],[119.477581,30.767931],[119.475148,30.773783],[119.47728,30.777086],[119.487033,30.779937],[119.49704,30.773341],[119.504502,30.772162],[119.509457,30.775966],[119.521969,30.778388],[119.524917,30.784278],[119.524039,30.788797],[119.525678,30.792145],[119.53146,30.799236],[119.535878,30.801972],[119.541429,30.815468],[119.550513,30.828205],[119.557472,30.831563],[119.56773,30.831063],[119.56993,30.829115],[119.573708,30.831355],[119.57431,30.83753],[119.567368,30.844796],[119.570093,30.850191],[119.569464,30.861101],[119.568829,30.862272],[119.556534,30.862365],[119.553759,30.871935],[119.555512,30.872105],[119.555242,30.873967],[119.552514,30.877786],[119.55094,30.884167],[119.553526,30.885458],[119.553829,30.888874],[119.548064,30.902896],[119.551981,30.907783],[119.558422,30.908697],[119.559683,30.913825],[119.558289,30.917005],[119.567373,30.920733],[119.569398,30.922407],[119.567854,30.92334],[119.57182,30.929095],[119.579981,30.932748],[119.580256,30.935611],[119.576033,30.935591],[119.574826,30.941953],[119.577607,30.947003],[119.586954,30.949037],[119.58725,30.953774],[119.577036,30.959469],[119.57437,30.962439],[119.574833,30.965442],[119.582771,30.966383],[119.589795,30.972744],[119.591975,30.977751],[119.590606,30.98081],[119.592468,30.987638],[119.606207,30.994102],[119.613205,31.004861],[119.625767,31.009719],[119.627326,31.011924],[119.625699,31.016827],[119.626101,31.023339],[119.632903,31.030009],[119.627343,31.03026],[119.623768,31.032183],[119.622932,31.040989],[119.628621,31.047047],[119.624534,31.056246],[119.620988,31.056648],[119.628188,31.067159],[119.622991,31.070453],[119.6254,31.075938],[119.622259,31.077876],[119.620716,31.083038],[119.629118,31.093856],[119.631047,31.099857],[119.635128,31.10307],[119.635692,31.105942],[119.642556,31.102176],[119.645188,31.105312],[119.641805,31.108678],[119.629863,31.112872],[119.63701,31.11487],[119.637909,31.116277],[119.636756,31.116684],[119.632162,31.117442],[119.625605,31.113208],[119.620781,31.113741],[119.619771,31.121785],[119.615581,31.122661],[119.614697,31.124763],[119.617184,31.127203],[119.617831,31.130615],[119.622676,31.129506],[119.629106,31.135181],[119.639674,31.136167],[119.640756,31.133439],[119.647713,31.13321],[119.648519,31.136208],[119.646563,31.142088],[119.643268,31.141096],[119.638215,31.1364],[119.633347,31.13641],[119.638977,31.142119],[119.636234,31.146819],[119.636588,31.150318],[119.645665,31.156232],[119.652286,31.155293],[119.658397,31.163766],[119.663093,31.165746],[119.670302,31.164239],[119.675476,31.167066],[119.676845,31.162503],[119.685998,31.160726],[119.698114,31.153465],[119.707838,31.164042],[119.708344,31.169578],[119.710367,31.172478],[119.724816,31.173501],[119.725715,31.171708],[119.736206,31.174792],[119.738139,31.174226],[119.739104,31.170762],[119.744968,31.171042],[119.747571,31.17399],[119.752139,31.174159],[119.752234,31.172605],[119.758945,31.175552],[119.760559,31.182556],[119.765668,31.178457],[119.775321,31.182434],[119.788581,31.170217],[119.788012,31.166773],[119.784344,31.16312],[119.78356,31.156586],[119.787207,31.156461],[119.787947,31.158463],[119.793554,31.160359],[119.798003,31.157771],[119.802736,31.150243],[119.809133,31.151788],[119.816168,31.155781],[119.820284,31.155355],[119.827158,31.163199],[119.826615,31.164276],[119.820806,31.167109],[119.816749,31.163425],[119.81187,31.166515],[119.814199,31.170214],[119.821646,31.171469],[119.825583,31.174234],[119.832195,31.17512],[119.838128,31.170483],[119.845732,31.169049],[119.849589,31.169611],[119.851624,31.173821],[119.856385,31.169882],[119.862991,31.170866],[119.864882,31.164969],[119.87277,31.163659],[119.886517,31.165718],[119.89834,31.171559],[119.908275,31.17082],[119.915411,31.173566],[119.917146,31.163024],[119.932922,31.148486],[119.935792,31.14406],[119.935934,31.131452],[119.942635,31.113038],[119.942117,31.107433],[119.956212,31.090061],[119.965556,31.074454],[119.980697,31.061124],[119.984018,31.04926],[119.989364,31.039191],[119.989631,31.034417],[120.012955,31.019555],[120.048197,31.007235],[120.069132,30.989117],[120.082024,30.98047],[120.104076,30.959436],[120.127399,30.945915],[120.144911,30.939389],[120.219023,30.928847],[120.251237,30.928513],[120.300817,30.93327],[120.342645,30.942971],[120.365515,30.950306],[120.367929,30.946626],[120.36626,30.943797],[120.355356,30.93607],[120.356307,30.92974],[120.358025,30.929266],[120.359855,30.925035],[120.353182,30.922433],[120.354855,30.916297],[120.349304,30.911806],[120.354676,30.901581],[120.3555,30.894913],[120.352877,30.890721],[120.355077,30.886698],[120.360973,30.882268],[120.367842,30.883841],[120.36764,30.887],[120.37282,30.887733],[120.374707,30.892889],[120.389799,30.892707],[120.408218,30.897322],[120.413652,30.901415],[120.419527,30.902789],[120.413482,30.928454],[120.419254,30.929802],[120.422362,30.925589],[120.431505,30.925941],[120.432941,30.915942],[120.429216,30.915098],[120.427959,30.91322],[120.42972,30.905597],[120.433717,30.902148],[120.433036,30.898136],[120.430529,30.895087],[120.432055,30.886156],[120.436275,30.886027],[120.440808,30.876793],[120.447338,30.870153],[120.435241,30.86188],[120.435737,30.860148],[120.438258,30.85499],[120.44303,30.851824],[120.449289,30.852566],[120.45156,30.849254],[120.449764,30.847114],[120.455358,30.83931],[120.456066,30.830123],[120.455415,30.827517],[120.452281,30.826534],[120.453955,30.817764],[120.458367,30.817346],[120.461341,30.808051],[120.472244,30.808508],[120.472959,30.803103],[120.471299,30.794289],[120.472637,30.787984],[120.484678,30.765873],[120.499578,30.760281],[120.51575,30.778195],[120.544071,30.818418],[120.554014,30.829756],[120.554813,30.833284],[120.559467,30.837743],[120.577059,30.848076],[120.584849,30.858364],[120.591697,30.855647],[120.590944,30.853929],[120.604767,30.850791],[120.614018,30.852792],[120.622191,30.858514],[120.632157,30.856338],[120.637357,30.857797],[120.639773,30.856641],[120.640127,30.853652],[120.65117,30.849419],[120.65079,30.857809],[120.653753,30.858884],[120.654764,30.867816],[120.657728,30.866532],[120.659024,30.863595],[120.663115,30.864555],[120.666193,30.869884],[120.668051,30.878892],[120.675059,30.880108],[120.677131,30.885372],[120.680363,30.887022],[120.686704,30.872818],[120.694808,30.871117],[120.698137,30.879012],[120.694451,30.884276],[120.708802,30.88784],[120.705527,30.909069],[120.707444,30.913496],[120.708246,30.922566],[120.706027,30.933396],[120.701727,30.942494],[120.69256,30.95251],[120.678668,30.958229],[120.685011,30.967384],[120.688193,30.967763],[120.692395,30.971885],[120.693584,30.972272],[120.698261,30.96695],[120.704463,30.969621],[120.703502,30.973953],[120.724496,30.97347],[120.734092,30.969322],[120.735764,30.965801],[120.741493,30.96525],[120.74355,30.970678],[120.753341,30.977488],[120.757628,30.978994],[120.761017,30.977971],[120.765995,30.980471],[120.762418,30.992929],[120.7649,30.998849],[120.768154,30.999697],[120.769262,30.996871],[120.772659,30.999262],[120.768974,31.003633],[120.817361,31.00831],[120.834952,31.002294],[120.83776,30.994267],[120.843161,30.991977],[120.848554,30.994804],[120.861441,30.99263],[120.863539,30.995534],[120.874864,31.001038],[120.885822,31.003742],[120.889427,31.007078],[120.887777,31.01318],[120.89309,31.019835],[120.906946,31.019307],[120.908701,31.0129],[120.914307,31.014768],[120.927708,31.013856],[120.935451,31.011472],[120.936316,31.012572],[120.93178,31.019519],[120.945785,31.019961],[120.946886,31.026432],[120.944411,31.027271],[120.944083,31.031422],[120.950233,31.032308],[120.953948,31.031041],[120.955944,31.023461],[120.95937,31.018568],[120.978815,31.018043],[120.985069,31.014874],[120.988125,31.010078],[120.988153,31.001305],[120.998213,30.980783],[120.99682,30.976156],[120.989082,30.974213],[120.987505,30.970559],[120.990424,30.960647],[120.988095,30.960592],[120.98862,30.957248],[120.992984,30.952804],[120.992972,30.946421],[120.99144,30.946185],[120.996832,30.939829],[120.995097,30.911883],[121.000669,30.910864],[120.998674,30.907403],[120.994705,30.908174],[120.989045,30.904918],[120.986177,30.897976],[120.988798,30.892212],[121.003197,30.890537],[121.005737,30.889101],[121.002769,30.885736],[121.006667,30.8844],[121.013556,30.884955],[121.017483,30.877241],[121.015924,30.874608],[121.011923,30.872925],[121.011293,30.86262],[121.007336,30.854707],[121.005561,30.855147],[120.999311,30.848237],[120.993605,30.846906],[120.990888,30.84021],[120.988719,30.840917],[120.984801,30.835798],[120.98574,30.825746],[120.989915,30.823551],[120.994123,30.82882],[121.000756,30.83051],[121.007131,30.837535],[121.010162,30.838252],[121.025174,30.831277],[121.031514,30.822388],[121.032993,30.817178],[121.034984,30.816743],[121.040516,30.8181],[121.039034,30.822384],[121.034372,30.821161],[121.033365,30.822966],[121.035997,30.829094],[121.044229,30.829445],[121.04306,30.833168],[121.056796,30.840677],[121.056292,30.847264],[121.061392,30.850382],[121.076163,30.850844],[121.092716,30.858949],[121.097118,30.852188],[121.109739,30.854288],[121.115849,30.851659],[121.117784,30.848024],[121.115454,30.844742],[121.115289,30.838419],[121.127363,30.837996],[121.132913,30.832592],[121.133033,30.827087],[121.125601,30.817759],[121.1229,30.807157],[121.121624,30.795936],[121.122484,30.780897],[121.136468,30.779303],[121.139145,30.781745],[121.147729,30.781153],[121.155759,30.7789],[121.1563,30.77732],[121.164683,30.778199],[121.169861,30.775322],[121.178934,30.777254],[121.181354,30.778741],[121.181925,30.78136],[121.185743,30.782576],[121.192449,30.775674],[121.196416,30.776047],[121.194758,30.782902],[121.195455,30.78562],[121.197987,30.787084],[121.214396,30.788247],[121.217885,30.778789],[121.22027,30.779334],[121.223755,30.774414],[121.22761,30.758213],[121.252164,30.74604],[121.260455,30.737365],[121.264026,30.73707],[121.265269,30.734504],[121.267339,30.725952],[121.260858,30.712074],[121.265679,30.704265],[121.26789,30.691701],[121.256972,30.685356],[121.227328,30.367158],[121.265754,30.36925],[121.270963,30.4044],[121.302786,30.396462],[121.333681,30.383099],[121.373884,30.3583],[121.362254,30.342115],[121.367386,30.348404],[121.377779,30.343188],[121.372258,30.336365],[121.39921,30.320874],[121.438756,30.294959],[121.464365,30.274983],[121.481843,30.248591],[121.518028,30.219526],[121.549386,30.170619],[121.598438,30.09897],[121.612379,30.105254],[121.627836,30.083439],[121.617986,30.071315],[121.627723,30.05715],[121.64781,30.071302],[121.677987,30.016039],[121.667591,30.008713],[121.675087,30.001275],[121.691448,29.991949],[121.71866,29.980317],[121.730667,29.977575],[121.732796,29.979266],[121.746476,29.980865],[121.754655,29.977739],[121.755453,29.974122],[121.770884,29.973063],[121.810061,29.955624],[121.812804,29.950508],[121.810898,29.947007],[121.812758,29.945511],[121.818775,29.948636],[121.828256,29.943632],[121.83454,29.943038],[121.847684,29.937423],[121.876227,29.928953],[121.911881,29.923185],[121.932882,29.898283],[121.93348,29.896378],[121.929228,29.891095],[121.957753,29.887782],[121.964111,29.889119],[121.993841,29.889444],[121.99965,29.891567],[122.007665,29.891913],[122.009645,29.878805],[122.012742,29.876912],[122.017756,29.879438],[122.021457,29.883928],[122.024914,29.893822],[122.044102,29.888546],[122.058307,29.88748],[122.084558,29.892993],[122.098959,29.902136],[122.10635,29.902073],[122.111843,29.90707],[122.126196,29.904885],[122.133433,29.901813],[122.138309,29.889533],[122.138158,29.881158],[122.13277,29.877954],[122.12174,29.873187],[122.114002,29.873215],[122.103956,29.870058],[122.102055,29.864812],[122.070099,29.852187],[122.04707,29.837449],[122.020299,29.828035],[122.015572,29.827941],[122.002932,29.822438],[122.003738,29.819105],[122.023864,29.823755],[122.030551,29.817725],[122.030893,29.809185],[122.02031,29.797266],[122.02516,29.793146],[121.993268,29.765023],[121.92749,29.751331],[121.911283,29.749283],[121.909585,29.749885],[121.908425,29.753411],[121.900681,29.749471],[121.894114,29.741052],[121.889147,29.74151],[121.89155,29.731336],[121.886268,29.717036],[121.86495,29.697663],[121.850406,29.689418],[121.846627,29.688349],[121.845182,29.689431],[121.835037,29.686089],[121.824495,29.679742],[121.800457,29.669459],[121.775557,29.652086],[121.770826,29.640381],[121.758051,29.629687],[121.743386,29.607844],[121.725948,29.592876],[121.71551,29.588654],[121.707003,29.572404],[121.708301,29.570815],[121.706843,29.566835],[121.70111,29.561097],[121.690808,29.56196],[121.690679,29.565442],[121.687668,29.565588],[121.672713,29.55563],[121.653642,29.549601],[121.646411,29.550679],[121.642455,29.549225],[121.642655,29.547355],[121.641043,29.546423],[121.636327,29.546792],[121.633894,29.548945],[121.625684,29.546703],[121.618483,29.549942],[121.612071,29.543971],[121.604038,29.541],[121.5914,29.540562],[121.580425,29.548267],[121.568698,29.548018],[121.564126,29.546325],[121.560968,29.542303],[121.56348,29.538294],[121.562368,29.53537],[121.556668,29.535169],[121.552568,29.529438],[121.547601,29.529031],[121.549231,29.5263],[121.543084,29.523106],[121.540704,29.524234],[121.536802,29.519585],[121.538958,29.517372],[121.525762,29.507795],[121.515154,29.507109],[121.522115,29.515934],[121.517617,29.528466],[121.47291,29.519357],[121.467564,29.51653],[121.456636,29.514218],[121.450324,29.50578],[121.451313,29.503008],[121.457852,29.502131],[121.461349,29.498815],[121.458895,29.491852],[121.455509,29.491147],[121.44288,29.476553],[121.433144,29.474612],[121.427191,29.466625],[121.427427,29.460796],[121.429322,29.457757],[121.43384,29.455848],[121.44033,29.457322],[121.439944,29.450796],[121.445927,29.439695],[121.444435,29.434839],[121.438184,29.426727],[121.44023,29.418036],[121.438902,29.415294],[121.434525,29.413734],[121.434712,29.41109],[121.436226,29.410956],[121.452631,29.414485],[121.468477,29.421656],[121.466267,29.428091],[121.466411,29.43371],[121.470791,29.449084],[121.473845,29.451214],[121.476376,29.461666],[121.475447,29.46638],[121.487561,29.476287],[121.495106,29.477504],[121.497731,29.479374],[121.502158,29.487363],[121.502959,29.491925],[121.509811,29.491464],[121.522915,29.479034],[121.521678,29.472913],[121.528956,29.468781],[121.533084,29.461945],[121.524375,29.459133],[121.520896,29.454433],[121.52423,29.45198],[121.522325,29.444353],[121.517468,29.444555],[121.519634,29.446015],[121.517693,29.448856],[121.514235,29.448173],[121.512787,29.445782],[121.514683,29.439387],[121.512026,29.429815],[121.514557,29.422784],[121.513608,29.419936],[121.507039,29.418944],[121.499645,29.420876],[121.487604,29.411255],[121.486202,29.397399],[121.486825,29.389449],[121.488193,29.389083],[121.48905,29.392914],[121.494797,29.397207],[121.513791,29.40147],[121.51813,29.40947],[121.524096,29.412394],[121.528761,29.417598],[121.538762,29.435535],[121.546322,29.439638],[121.543136,29.443331],[121.542988,29.453399],[121.555196,29.457687],[121.562183,29.465124],[121.562417,29.469438],[121.565328,29.474436],[121.642785,29.496898],[121.656283,29.504688],[121.669694,29.514331],[121.671919,29.518336],[121.68319,29.52373],[121.689693,29.529815],[121.70257,29.531282],[121.722649,29.54078],[121.729758,29.540768],[121.734424,29.538062],[121.738258,29.532308],[121.751222,29.528051],[121.761403,29.530121],[121.76332,29.536825],[121.780397,29.536537],[121.767864,29.518723],[121.765136,29.517957],[121.761668,29.510972],[121.759477,29.492846],[121.763422,29.478925],[121.769241,29.471235],[121.774826,29.468735],[121.78448,29.471557],[121.789192,29.476558],[121.795813,29.477495],[121.801882,29.475691],[121.808924,29.485946],[121.816977,29.490694],[121.818713,29.495908],[121.817106,29.504311],[121.818899,29.511197],[121.823123,29.515987],[121.830651,29.533995],[121.83774,29.530488],[121.840709,29.531368],[121.843671,29.536009],[121.842801,29.537125],[121.829551,29.543457],[121.826342,29.547173],[121.817744,29.548119],[121.798283,29.548916],[121.792481,29.546822],[121.779415,29.546149],[121.779567,29.548276],[121.772486,29.549751],[121.768641,29.545729],[121.756453,29.546657],[121.748003,29.542683],[121.743382,29.54595],[121.743479,29.557357],[121.754863,29.561235],[121.761231,29.56839],[121.766417,29.56961],[121.7756,29.575125],[121.780797,29.586125],[121.789761,29.592956],[121.789822,29.599484],[121.796161,29.604841],[121.80483,29.604961],[121.817601,29.607728],[121.821523,29.61319],[121.860051,29.619062],[121.862049,29.619706],[121.861175,29.621714],[121.865034,29.623896],[121.867494,29.623845],[121.878934,29.616294],[121.883334,29.620844],[121.890863,29.62464],[121.892952,29.622405],[121.902419,29.625156],[121.911281,29.632251],[121.912423,29.635031],[121.910938,29.642454],[121.921085,29.643084],[121.929476,29.638817],[121.931842,29.635953],[121.939787,29.634717],[121.941739,29.637096],[121.956102,29.632918],[121.951424,29.622341],[121.95158,29.618703],[121.953925,29.620087],[121.968717,29.619049],[121.974661,29.614511],[121.973033,29.610135],[121.975248,29.597437],[121.977279,29.596263],[121.983729,29.599082],[121.988489,29.599202],[121.990717,29.595207],[121.991068,29.584319],[121.984526,29.582548],[121.976549,29.577276],[121.979526,29.575709],[121.978673,29.569193],[121.980075,29.568519],[121.982352,29.559635],[121.981841,29.553936],[121.991652,29.551161],[121.989022,29.54788],[121.97954,29.545022],[121.954452,29.509403],[121.956159,29.477526],[121.961755,29.47237],[121.972886,29.468395],[121.982165,29.458903],[121.984441,29.455072],[121.985057,29.447557],[121.982628,29.447075],[121.976978,29.451692],[121.971159,29.446758],[121.97603,29.439872],[121.967625,29.440235],[121.965694,29.436973],[121.962322,29.43615],[121.962748,29.431744],[121.970228,29.431087],[121.960603,29.428146],[121.965978,29.420022],[121.964068,29.420103],[121.939087,29.401153],[121.937981,29.39704],[121.931583,29.389058],[121.925509,29.386076],[121.925757,29.374146],[121.928722,29.37072],[121.928222,29.367415],[121.92661,29.364068],[121.920922,29.36344],[121.918575,29.36039],[121.934262,29.342307],[121.93822,29.338947],[121.944752,29.338389],[121.945258,29.336961],[121.935753,29.324516],[121.928474,29.323237],[121.921005,29.314868],[121.921286,29.313088],[121.928773,29.307389],[121.928493,29.296166],[121.923942,29.287496],[121.924939,29.285862],[121.953212,29.283881],[121.968428,29.2751],[121.97533,29.277016],[121.979327,29.280824],[121.979826,29.285807],[121.986818,29.284703],[121.990808,29.279491],[121.98955,29.27462],[121.981647,29.269243],[121.968375,29.265153],[121.964523,29.261591],[121.963358,29.255575],[121.958688,29.252452],[121.958914,29.239774],[121.966062,29.237498],[121.97314,29.222503],[121.961482,29.214306],[121.957845,29.225473],[121.955393,29.227208],[121.949923,29.227672],[121.946908,29.223135],[121.940934,29.201087],[121.936474,29.196662],[121.911411,29.190908],[121.900203,29.186755],[121.879762,29.173619],[121.879597,29.171122],[121.875589,29.168299],[121.867168,29.170707],[121.860572,29.170621],[121.847404,29.1612],[121.818446,29.157481],[121.806586,29.159411],[121.800664,29.165143],[121.795874,29.167442],[121.789441,29.167863],[121.782525,29.17648],[121.782653,29.181139],[121.784607,29.197037],[121.787546,29.203384],[121.793654,29.228735],[121.792708,29.236765],[121.798221,29.248208],[121.794072,29.269324],[121.802025,29.285037],[121.805971,29.287095],[121.805714,29.296258],[121.803403,29.300189],[121.804469,29.304797],[121.810218,29.312145],[121.812928,29.313151],[121.81878,29.310787],[121.824499,29.315536],[121.822668,29.32172],[121.829335,29.323874],[121.835552,29.322332],[121.838867,29.323411],[121.839984,29.329015],[121.824856,29.332357],[121.812479,29.338844],[121.806789,29.337361],[121.801478,29.331963],[121.801652,29.325289],[121.805124,29.321352],[121.792489,29.320029],[121.789136,29.330675],[121.793408,29.3336],[121.798076,29.333337],[121.793931,29.340902],[121.795168,29.343167],[121.799975,29.342256],[121.802053,29.343536],[121.802414,29.346175],[121.799414,29.34909],[121.800113,29.352447],[121.803785,29.354371],[121.802179,29.360486],[121.792778,29.360628],[121.790116,29.364298],[121.805587,29.371208],[121.807662,29.375007],[121.807388,29.379143],[121.797511,29.375977],[121.790161,29.370549],[121.781675,29.370788],[121.780381,29.365045],[121.777946,29.363493],[121.773274,29.363666],[121.76782,29.357607],[121.770635,29.353986],[121.782269,29.352039],[121.78809,29.346351],[121.784824,29.337642],[121.779569,29.338817],[121.777342,29.327349],[121.782726,29.324932],[121.78459,29.320555],[121.781672,29.313356],[121.7798,29.298356],[121.783488,29.26703],[121.77528,29.240538],[121.76052,29.205773],[121.7565,29.1612],[121.747549,29.15031],[121.705104,29.131924],[121.685007,29.140504],[121.679049,29.147545],[121.670811,29.153076],[121.663461,29.164629],[121.625389,29.190106],[121.62641,29.191041],[121.613223,29.218219],[121.601948,29.237915],[121.600446,29.243133],[121.601811,29.255736],[121.599581,29.268733],[121.590149,29.266114],[121.588634,29.263064],[121.580462,29.258916],[121.578046,29.261429],[121.56447,29.26398],[121.555374,29.271443],[121.540524,29.277905],[121.529966,29.275843],[121.527606,29.269627],[121.517216,29.270286],[121.525512,29.26749],[121.529498,29.26859],[121.530393,29.272911],[121.532615,29.274744],[121.539291,29.27455],[121.549918,29.266443],[121.55096,29.262577],[121.57462,29.247492],[121.57837,29.243302],[121.575194,29.236485],[121.579947,29.233707],[121.581983,29.229859],[121.576225,29.221298],[121.569503,29.224337],[121.566151,29.227709],[121.548989,29.224076],[121.548988,29.22273],[121.533996,29.22258],[121.53243,29.220877],[121.532592,29.211994],[121.530436,29.205871],[121.522433,29.201616],[121.524949,29.188249],[121.529921,29.188719],[121.533869,29.187001],[121.535304,29.180701],[121.551278,29.168283],[121.557127,29.172695],[121.572025,29.171119],[121.570265,29.158008],[121.582383,29.15577],[121.585523,29.157446],[121.593501,29.15781],[121.59646,29.154846],[121.598661,29.148958],[121.597255,29.14162],[121.567369,29.136049],[121.548594,29.140066],[121.542976,29.144067],[121.509366,29.149114],[121.500465,29.152656],[121.49569,29.156799],[121.493131,29.165645],[121.494469,29.169539],[121.493504,29.17028],[121.490594,29.16642],[121.484888,29.16796],[121.479019,29.164093],[121.476753,29.157729],[121.474102,29.156201],[121.470043,29.157513],[121.463496,29.155401],[121.459984,29.161704],[121.452539,29.167891],[121.4405,29.168103],[121.437,29.162358],[121.437439,29.159602],[121.448574,29.157959],[121.457842,29.15285],[121.461485,29.139946],[121.466151,29.139777],[121.469943,29.143604],[121.487585,29.139276],[121.498454,29.13839],[121.498949,29.125574],[121.507985,29.12148],[121.532036,29.125348],[121.546878,29.120533],[121.547144,29.11786],[121.551751,29.114155],[121.568288,29.117699],[121.57677,29.117739],[121.595116,29.112561],[121.606343,29.106379],[121.613975,29.104498],[121.623325,29.105978],[121.642655,29.103942],[121.648328,29.104943],[121.649721,29.103114],[121.643924,29.0979],[121.633657,29.09357],[121.628506,29.078724],[121.63148,29.072065],[121.629492,29.061029],[121.638213,29.056034],[121.630084,29.042072],[121.612528,29.042453],[121.609882,29.044801],[121.589706,29.041556],[121.587482,29.042104],[121.585216,29.046251],[121.576035,29.05527],[121.559108,29.055222],[121.544219,29.0531],[121.541728,29.050893],[121.539353,29.044077],[121.542324,29.038135],[121.544274,29.037982],[121.54464,29.033088],[121.53746,29.023065],[121.532201,29.020515],[121.529115,29.013726],[121.529584,29.002123],[121.532374,29.00068],[121.554666,29.010491],[121.559626,29.014212],[121.547281,29.023962],[121.549508,29.03008],[121.548562,29.042181],[121.550736,29.046087],[121.556552,29.049713],[121.568777,29.050234],[121.57521,29.048184],[121.583981,29.039122],[121.594922,29.035315],[121.602282,29.036522],[121.607468,29.039689],[121.622221,29.036999],[121.631135,29.038189],[121.637166,29.041414],[121.648197,29.051895],[121.662141,29.053678],[121.664869,29.045786],[121.667963,29.045875],[121.675508,29.042249],[121.6768,29.034167],[121.679038,29.034709],[121.684274,29.029697],[121.683888,29.027806],[121.67906,29.026271],[121.679238,29.020821],[121.688056,29.019592],[121.691678,29.021806],[121.695134,29.021784],[121.700473,29.017253],[121.700824,29.015308],[121.695495,29.013994],[121.685347,29.01733],[121.677615,29.015354],[121.676675,29.011604],[121.679708,29.006352],[121.682505,28.990225],[121.670395,28.985002],[121.664627,28.979908],[121.665977,28.976652],[121.686788,28.962886],[121.689689,28.964946],[121.691669,28.971344],[121.693576,28.971669],[121.697382,28.96176],[121.701685,28.958143],[121.704267,28.95787],[121.707529,28.960882],[121.711535,28.960157],[121.711907,28.958251],[121.709937,28.956016],[121.703552,28.951754],[121.704318,28.945133],[121.724835,28.945771],[121.727892,28.944426],[121.727787,28.9427],[121.708309,28.930972],[121.699093,28.920325],[121.700158,28.91521],[121.694625,28.913283],[121.693616,28.917398],[121.691144,28.918213],[121.692274,28.914186],[121.683973,28.911477],[121.68057,28.91788],[121.682301,28.910439],[121.660312,28.900902],[121.651788,28.898703],[121.60039,28.921355],[121.569108,28.928977],[121.560399,28.934164],[121.55012,28.944729],[121.54626,28.953813],[121.548258,28.954226],[121.547431,28.955143],[121.534469,28.953973],[121.513845,28.941641],[121.516066,28.938047],[121.518728,28.937302],[121.524003,28.938916],[121.533118,28.933127],[121.539864,28.932852],[121.560878,28.925305],[121.549574,28.925054],[121.549745,28.904351],[121.563321,28.903502],[121.568391,28.908148],[121.584888,28.910382],[121.593625,28.899413],[121.601895,28.89789],[121.607144,28.901519],[121.618697,28.900738],[121.639441,28.890039],[121.644153,28.885565],[121.643799,28.876033],[121.647211,28.86554],[121.646209,28.86277],[121.64303,28.862054],[121.643215,28.860487],[121.676576,28.862735],[121.66764,28.844195],[121.662052,28.839175],[121.665407,28.833216],[121.673641,28.833271],[121.678634,28.834955],[121.681354,28.832778],[121.681563,28.830667],[121.677477,28.827952],[121.676767,28.825805],[121.682478,28.823724],[121.683874,28.82162],[121.68749,28.80563],[121.678555,28.803646],[121.681431,28.801259],[121.676668,28.797038],[121.680157,28.792222],[121.680504,28.787692],[121.677752,28.786589],[121.665493,28.730134],[121.663378,28.724355],[121.659492,28.720133],[121.659589,28.717544],[121.651799,28.716776],[121.649166,28.711431],[121.647765,28.711279],[121.645011,28.71501],[121.642408,28.715212],[121.641225,28.714237],[121.642466,28.710857],[121.635199,28.704924],[121.619583,28.705696],[121.618155,28.703952],[121.567893,28.691916],[121.492258,28.696031],[121.48167,28.674703],[121.501211,28.668385],[121.51007,28.663221],[121.542827,28.65242],[121.55771,28.632869],[121.572668,28.601947],[121.590849,28.572672],[121.60034,28.553771],[121.598589,28.550893],[121.598648,28.53709],[121.601396,28.533822],[121.60374,28.540835],[121.610884,28.540879],[121.620957,28.53375],[121.618861,28.522636],[121.624506,28.522639],[121.630504,28.518808],[121.616078,28.512478],[121.61576,28.509644],[121.618872,28.507624],[121.619169,28.504819],[121.610543,28.500086],[121.610844,28.49318],[121.608186,28.492732],[121.604963,28.495003],[121.595398,28.491493],[121.583516,28.493711],[121.580952,28.495698],[121.578871,28.493943],[121.584776,28.484639],[121.605898,28.48214],[121.61144,28.491326],[121.621929,28.494763],[121.636659,28.486916],[121.631189,28.482722],[121.636509,28.476431],[121.636319,28.474527],[121.634777,28.473347],[121.630534,28.474985],[121.631848,28.474128],[121.629716,28.473177],[121.63734,28.47054],[121.637896,28.467529],[121.640184,28.470216],[121.643124,28.469863],[121.644184,28.471323],[121.649533,28.46982],[121.647993,28.466637],[121.651618,28.466593],[121.654835,28.464194],[121.652941,28.461929],[121.649306,28.462035],[121.651519,28.460307],[121.649663,28.459337],[121.632578,28.462254],[121.63226,28.463848],[121.629819,28.46352],[121.627049,28.466118],[121.621681,28.465718],[121.610396,28.471742],[121.608649,28.470375]]]]}},{type:"Feature",properties:{name:"安徽省",province_adcode:34e4,province_type:"省",name_en:"Anhui",name_var:"ān Huī",adcode:34e4},geometry:{type:"Polygon",coordinates:[[[116.424854,34.65234],[116.43225,34.642575],[116.431015,34.631074],[116.432857,34.625163],[116.438317,34.622976],[116.451366,34.623011],[116.457266,34.611815],[116.475755,34.611531],[116.477776,34.60756],[116.476526,34.594023],[116.481743,34.590897],[116.495406,34.590329],[116.493575,34.584637],[116.488055,34.584522],[116.487039,34.570219],[116.489127,34.566652],[116.505492,34.55688],[116.512253,34.557546],[116.520159,34.554369],[116.519992,34.551416],[116.516634,34.551179],[116.51451,34.547592],[116.515182,34.542528],[116.524081,34.540986],[116.542054,34.543191],[116.550103,34.538103],[116.554005,34.532914],[116.575454,34.524138],[116.57672,34.517093],[116.582988,34.511571],[116.589031,34.514079],[116.594147,34.5136],[116.595366,34.505708],[116.5895,34.496376],[116.582529,34.495262],[116.570829,34.499706],[116.564171,34.497564],[116.563462,34.492739],[116.567699,34.486617],[116.572664,34.48528],[116.579701,34.486983],[116.616334,34.487684],[116.624662,34.486003],[116.623724,34.485073],[116.625682,34.483063],[116.633489,34.482355],[116.657895,34.473953],[116.710219,34.474902],[116.727675,34.468221],[116.734462,34.467519],[116.741271,34.469012],[116.751534,34.465332],[116.771462,34.451533],[116.777206,34.43996],[116.777168,34.431556],[116.784455,34.428189],[116.78791,34.421353],[116.804532,34.409729],[116.811255,34.406956],[116.828384,34.385898],[116.838273,34.395337],[116.848087,34.398461],[116.85718,34.397537],[116.86643,34.393103],[116.867421,34.407105],[116.872237,34.411247],[116.876976,34.411916],[116.877328,34.408288],[116.883705,34.405971],[116.89463,34.404601],[116.911425,34.405173],[116.925751,34.40217],[116.950519,34.393455],[116.952807,34.394838],[116.96544,34.392726],[116.965541,34.388134],[116.96317,34.387791],[116.953887,34.365611],[116.974239,34.360069],[116.977638,34.355044],[116.976293,34.34336],[116.967081,34.331995],[116.963888,34.324445],[116.963946,34.320077],[116.969621,34.320253],[116.971491,34.318891],[116.971982,34.30473],[116.96621,34.30192],[116.969628,34.288778],[116.97726,34.278489],[116.984096,34.272714],[116.993148,34.268587],[116.996133,34.261136],[116.993851,34.260023],[116.998574,34.256238],[117.012588,34.261184],[117.0145,34.260019],[117.016202,34.255976],[117.013897,34.243892],[117.023808,34.242244],[117.034227,34.249163],[117.038643,34.249821],[117.043926,34.244752],[117.044438,34.238388],[117.036337,34.233719],[117.039618,34.225603],[117.042479,34.204909],[117.023372,34.18572],[117.021693,34.182762],[117.019967,34.168506],[117.028004,34.166806],[117.050807,34.156021],[117.062705,34.152536],[117.064397,34.144374],[117.089127,34.144542],[117.092763,34.140115],[117.092752,34.137772],[117.099013,34.131247],[117.115346,34.129797],[117.123807,34.127081],[117.131606,34.115578],[117.13082,34.1114],[117.118354,34.111835],[117.115907,34.110591],[117.113837,34.104983],[117.133944,34.100246],[117.14289,34.099418],[117.145318,34.101933],[117.152548,34.100995],[117.143598,34.079875],[117.159126,34.078445],[117.173847,34.074022],[117.173576,34.071675],[117.174942,34.071445],[117.202308,34.070151],[117.209742,34.072761],[117.21971,34.066149],[117.227618,34.065626],[117.266249,34.076975],[117.286387,34.077483],[117.2843,34.07],[117.300748,34.064531],[117.307886,34.065742],[117.310616,34.071082],[117.310904,34.078531],[117.313858,34.085123],[117.352483,34.088669],[117.352441,34.08522],[117.362111,34.080583],[117.366894,34.080016],[117.371912,34.075723],[117.371423,34.068509],[117.365235,34.061482],[117.370699,34.057176],[117.383502,34.058778],[117.389405,34.05359],[117.394703,34.045571],[117.393568,34.029268],[117.407141,34.025421],[117.408558,34.02244],[117.425619,34.02349],[117.42909,34.025027],[117.429369,34.027723],[117.4507,34.026818],[117.449202,34.035565],[117.467784,34.043513],[117.474555,34.048911],[117.491251,34.047375],[117.493869,34.048473],[117.503818,34.062321],[117.508375,34.062286],[117.512773,34.05973],[117.521679,34.057851],[117.540599,34.046119],[117.535661,34.022653],[117.537564,34.009077],[117.551716,34.005081],[117.560698,33.997257],[117.560461,33.992982],[117.558185,33.989767],[117.558758,33.979729],[117.570294,33.980425],[117.583414,33.986467],[117.584186,33.997415],[117.593617,33.997237],[117.60715,33.999671],[117.609401,34.002025],[117.609214,34.00503],[117.606819,34.00688],[117.607404,34.011166],[117.608388,34.014075],[117.612578,34.016406],[117.613043,34.01846],[117.605164,34.026804],[117.6011,34.026863],[117.601172,34.035199],[117.61765,34.034347],[117.621127,34.025763],[117.639134,34.011405],[117.657473,34.002885],[117.664711,33.996114],[117.665748,33.987896],[117.662447,33.986693],[117.65455,33.972995],[117.659283,33.959386],[117.670041,33.948407],[117.668389,33.944256],[117.665125,33.941591],[117.665271,33.93391],[117.668741,33.929791],[117.678655,33.927825],[117.685817,33.922245],[117.695326,33.902558],[117.696034,33.895572],[117.704431,33.883214],[117.712692,33.881078],[117.717781,33.882387],[117.717525,33.888793],[117.731346,33.894011],[117.747043,33.890714],[117.752973,33.887444],[117.754842,33.875542],[117.74908,33.852404],[117.749902,33.842331],[117.745185,33.831879],[117.740135,33.827605],[117.740499,33.82161],[117.746753,33.814064],[117.745761,33.796852],[117.734529,33.776791],[117.738357,33.764989],[117.728603,33.747927],[117.718081,33.747403],[117.717312,33.74204],[117.719809,33.738811],[117.726915,33.735809],[117.732636,33.72686],[117.754054,33.718181],[117.757456,33.719118],[117.76227,33.723578],[117.772519,33.724005],[117.782541,33.729599],[117.786126,33.734794],[117.800148,33.737668],[117.811076,33.736072],[117.821349,33.738843],[117.830678,33.735631],[117.838928,33.737631],[117.849447,33.73643],[117.874635,33.729427],[117.884205,33.729244],[117.896345,33.724146],[117.891814,33.733299],[117.892398,33.735106],[117.895113,33.737289],[117.910326,33.739951],[117.913174,33.735467],[117.926631,33.727531],[117.947362,33.73131],[117.948536,33.747928],[117.951794,33.758809],[117.955064,33.761985],[117.962528,33.76021],[117.966392,33.755216],[117.967097,33.751416],[117.972318,33.749341],[117.998378,33.746448],[118.003578,33.747403],[118.004489,33.750454],[118.00811,33.750214],[118.013243,33.747354],[118.014472,33.740103],[118.016758,33.739886],[118.022697,33.741608],[118.024055,33.744544],[118.02288,33.747826],[118.024585,33.749455],[118.041498,33.752808],[118.059209,33.762433],[118.059977,33.767041],[118.098374,33.766361],[118.105553,33.771645],[118.110562,33.770371],[118.124648,33.754925],[118.136003,33.748906],[118.143438,33.747761],[118.157979,33.752267],[118.180417,33.746127],[118.180783,33.743022],[118.175003,33.733127],[118.169273,33.731546],[118.160333,33.733957],[118.156677,33.732081],[118.151021,33.723417],[118.16002,33.709145],[118.158401,33.693843],[118.15999,33.675179],[118.162975,33.665256],[118.115199,33.62361],[118.106405,33.618201],[118.109649,33.609863],[118.112159,33.595489],[118.104371,33.538981],[118.103563,33.516391],[118.101157,33.505239],[118.10231,33.480818],[118.101333,33.476823],[118.055583,33.492281],[118.044235,33.493425],[118.038742,33.472701],[118.033353,33.470548],[118.025468,33.461218],[118.019014,33.446614],[118.018086,33.427581],[118.011184,33.404914],[118.023191,33.39235],[118.018704,33.371711],[118.008516,33.356985],[117.990657,33.348712],[117.979719,33.3508],[117.96455,33.351182],[117.964292,33.342515],[117.969501,33.337023],[117.986059,33.335324],[117.982002,33.320788],[117.978793,33.315712],[117.978388,33.297962],[117.974215,33.29533],[117.969574,33.289188],[117.966707,33.280867],[117.946368,33.271888],[117.939313,33.266002],[117.938807,33.262691],[117.942157,33.257902],[117.943295,33.252074],[117.94182,33.244913],[117.935696,33.23579],[117.935253,33.231984],[117.939295,33.226292],[117.950503,33.223831],[117.956155,33.224234],[117.966777,33.230003],[117.973947,33.228668],[117.982056,33.21998],[117.979952,33.207834],[117.977099,33.204457],[117.973876,33.203687],[117.985448,33.180149],[117.995318,33.180888],[118.001006,33.179206],[117.999938,33.173629],[118.000966,33.171368],[118.00774,33.168366],[118.019644,33.158295],[118.030537,33.154937],[118.032275,33.137139],[118.039533,33.139984],[118.036788,33.153454],[118.056682,33.14893],[118.059201,33.141351],[118.065009,33.141747],[118.084004,33.152441],[118.145373,33.170725],[118.15247,33.176374],[118.154505,33.180671],[118.150944,33.195424],[118.152169,33.200259],[118.158622,33.210472],[118.165696,33.216448],[118.172659,33.218105],[118.189573,33.213177],[118.196097,33.209327],[118.207267,33.199153],[118.213849,33.18828],[118.217599,33.177153],[118.2171,33.165134],[118.214277,33.162065],[118.217535,33.159053],[118.21807,33.155035],[118.215463,33.116051],[118.198133,33.113556],[118.197705,33.111918],[118.204211,33.106227],[118.216301,33.107784],[118.219058,33.100399],[118.21931,33.089459],[118.203246,33.092462],[118.200322,33.09245],[118.200289,33.091097],[118.204857,33.088688],[118.219665,33.086101],[118.222811,33.073852],[118.209505,33.072387],[118.205882,33.06323],[118.220354,33.061487],[118.226807,33.064603],[118.231339,33.055471],[118.2375,33.035997],[118.239314,32.997016],[118.251072,32.979689],[118.256036,32.975597],[118.263759,32.972354],[118.294056,32.971389],[118.304286,32.967226],[118.304773,32.964898],[118.304248,32.961324],[118.286976,32.949504],[118.23661,32.938625],[118.222939,32.926701],[118.23529,32.883008],[118.239669,32.879998],[118.238937,32.855244],[118.247264,32.846719],[118.252972,32.850507],[118.251325,32.8535],[118.259681,32.857675],[118.28094,32.859029],[118.280435,32.854107],[118.284408,32.848636],[118.293733,32.844245],[118.300197,32.818168],[118.299472,32.80724],[118.293494,32.802925],[118.291625,32.79951],[118.296082,32.7848],[118.304137,32.781097],[118.313994,32.781638],[118.319594,32.776748],[118.319946,32.772835],[118.317374,32.764144],[118.319815,32.762664],[118.329535,32.763648],[118.331519,32.769252],[118.33795,32.775351],[118.358275,32.77405],[118.365919,32.755591],[118.365305,32.74384],[118.362188,32.740603],[118.360289,32.72872],[118.364774,32.72069],[118.375494,32.719694],[118.387907,32.722372],[118.407575,32.718439],[118.418443,32.718036],[118.425145,32.722727],[118.432806,32.731187],[118.43907,32.741663],[118.446364,32.745485],[118.448241,32.743166],[118.44969,32.733243],[118.453544,32.727214],[118.464408,32.723313],[118.478613,32.722468],[118.512488,32.726617],[118.535986,32.731484],[118.552774,32.732642],[118.562674,32.727123],[118.575659,32.724121],[118.601996,32.72961],[118.606185,32.736229],[118.606284,32.739189],[118.60929,32.741512],[118.632369,32.747879],[118.647747,32.744362],[118.648448,32.740324],[118.652442,32.738033],[118.699927,32.723155],[118.721785,32.727709],[118.729751,32.734675],[118.742507,32.738413],[118.748786,32.736967],[118.754614,32.739181],[118.755151,32.740249],[118.751773,32.74225],[118.750733,32.75059],[118.74532,32.759159],[118.738483,32.762823],[118.730147,32.772554],[118.732947,32.783732],[118.731941,32.7956],[118.735107,32.802722],[118.739739,32.80522],[118.741066,32.816836],[118.738632,32.822745],[118.733563,32.853567],[118.740673,32.858442],[118.749363,32.85966],[118.762511,32.853014],[118.76557,32.854624],[118.776646,32.850609],[118.7842,32.849855],[118.789898,32.853953],[118.805372,32.85591],[118.808695,32.86198],[118.806613,32.880182],[118.809484,32.890324],[118.807437,32.903193],[118.802701,32.911671],[118.802475,32.917041],[118.812011,32.922802],[118.816331,32.922675],[118.824433,32.918893],[118.831145,32.919242],[118.842244,32.924442],[118.843544,32.933891],[118.835567,32.945845],[118.843448,32.960086],[118.886267,32.961962],[118.889557,32.961043],[118.885289,32.953115],[118.887084,32.942588],[118.898865,32.945513],[118.899634,32.947421],[118.929461,32.939348],[118.934157,32.943777],[118.943669,32.947609],[118.957589,32.948649],[118.980457,32.957065],[118.987276,32.960159],[118.986525,32.962919],[118.996612,32.963361],[119.003751,32.961694],[119.016443,32.955228],[119.019794,32.949373],[119.024642,32.929656],[119.023743,32.927393],[119.015771,32.927239],[119.012222,32.924603],[119.008884,32.912667],[119.00977,32.908803],[119.029465,32.909704],[119.039409,32.912832],[119.040389,32.900572],[119.039352,32.894467],[119.047437,32.883718],[119.047991,32.873553],[119.053015,32.868225],[119.057657,32.868957],[119.071455,32.859991],[119.094812,32.833467],[119.107648,32.829615],[119.126652,32.82743],[119.179513,32.827807],[119.205116,32.728678],[119.20598,32.694822],[119.203405,32.643753],[119.207083,32.632585],[119.20936,32.631281],[119.213243,32.63212],[119.214614,32.630179],[119.204202,32.620568],[119.203391,32.616402],[119.21013,32.612104],[119.215143,32.61106],[119.223437,32.612472],[119.223252,32.605635],[119.211387,32.593308],[119.212032,32.582145],[119.216385,32.579972],[119.206147,32.570522],[119.187319,32.582895],[119.183291,32.59039],[119.184411,32.598203],[119.182939,32.600318],[119.179789,32.600805],[119.17135,32.595599],[119.172282,32.585525],[119.168183,32.577723],[119.15549,32.567741],[119.146975,32.558562],[119.152519,32.554833],[119.159021,32.546089],[119.161851,32.538391],[119.158627,32.534405],[119.154062,32.534201],[119.15484,32.536688],[119.151739,32.537986],[119.145999,32.535435],[119.144802,32.525336],[119.149625,32.513541],[119.147163,32.505903],[119.133245,32.494331],[119.125139,32.495365],[119.115356,32.482134],[119.095894,32.473834],[119.089149,32.477078],[119.085009,32.468811],[119.086251,32.459423],[119.079676,32.452563],[119.077207,32.452261],[119.071578,32.455268],[119.067012,32.461342],[119.062895,32.463554],[119.056116,32.463237],[119.060027,32.469548],[119.060708,32.476882],[119.055415,32.488549],[119.041433,32.496476],[119.034904,32.516059],[119.026021,32.518771],[119.013552,32.518533],[118.993397,32.505992],[118.970394,32.507156],[118.962902,32.519409],[118.964734,32.523662],[118.961796,32.529632],[118.944432,32.545304],[118.935323,32.550613],[118.929265,32.559734],[118.908589,32.561402],[118.908322,32.557469],[118.912289,32.554253],[118.910672,32.55193],[118.906262,32.552277],[118.902509,32.555905],[118.898259,32.556774],[118.890042,32.551312],[118.882596,32.554924],[118.882497,32.560261],[118.890042,32.564179],[118.891385,32.579113],[118.897573,32.58598],[118.879873,32.592148],[118.877317,32.587407],[118.870259,32.583008],[118.839749,32.569436],[118.820537,32.573004],[118.812413,32.582917],[118.811818,32.588067],[118.81339,32.589967],[118.818639,32.591378],[118.819722,32.604051],[118.812429,32.604379],[118.803479,32.599992],[118.798223,32.592645],[118.799382,32.586786],[118.782178,32.584829],[118.770543,32.592237],[118.7721,32.59873],[118.769895,32.601114],[118.756383,32.606764],[118.746378,32.606379],[118.749578,32.602171],[118.745717,32.600004],[118.738041,32.599404],[118.737409,32.592615],[118.732236,32.591208],[118.728269,32.592489],[118.721486,32.596277],[118.719937,32.608607],[118.71462,32.612181],[118.691159,32.607722],[118.690602,32.603617],[118.695569,32.600943],[118.695805,32.589976],[118.693967,32.588973],[118.683713,32.589663],[118.677106,32.593486],[118.649823,32.600413],[118.647763,32.599772],[118.643788,32.593162],[118.636242,32.585509],[118.630383,32.581931],[118.625546,32.584865],[118.622853,32.59111],[118.605992,32.599365],[118.597279,32.600841],[118.578908,32.597355],[118.564282,32.588093],[118.558292,32.568615],[118.559353,32.564785],[118.572422,32.554638],[118.592174,32.547355],[118.604046,32.539749],[118.599842,32.534114],[118.601544,32.522658],[118.605052,32.522392],[118.608814,32.524429],[118.610591,32.5204],[118.611217,32.512618],[118.604488,32.505016],[118.601161,32.502822],[118.588222,32.50489],[118.587001,32.485664],[118.588611,32.482383],[118.593158,32.478942],[118.606402,32.47343],[118.622271,32.470435],[118.63827,32.472556],[118.647347,32.478724],[118.667621,32.472044],[118.67866,32.475096],[118.685885,32.475115],[118.687274,32.466639],[118.681536,32.431627],[118.683756,32.421034],[118.680483,32.407572],[118.673235,32.395041],[118.67473,32.391466],[118.683187,32.385215],[118.688623,32.38439],[118.692072,32.385965],[118.696413,32.381754],[118.698556,32.371034],[118.697542,32.369825],[118.691041,32.369764],[118.687562,32.354395],[118.692094,32.345007],[118.70186,32.341566],[118.702462,32.33695],[118.698721,32.33156],[118.690217,32.331528],[118.678387,32.327114],[118.667166,32.313286],[118.655606,32.307855],[118.652754,32.304989],[118.652179,32.301895],[118.654538,32.298769],[118.663255,32.297745],[118.665758,32.288297],[118.654431,32.269239],[118.654479,32.266322],[118.660591,32.260489],[118.669849,32.258099],[118.670491,32.25374],[118.661052,32.236459],[118.638583,32.211837],[118.63198,32.209833],[118.623751,32.204536],[118.612174,32.207787],[118.602896,32.20381],[118.593213,32.202056],[118.588976,32.196911],[118.5857,32.202774],[118.580547,32.201041],[118.57301,32.201995],[118.571003,32.204635],[118.571191,32.209274],[118.566123,32.210463],[118.560401,32.204924],[118.561166,32.201839],[118.556576,32.199099],[118.545823,32.201825],[118.543316,32.197167],[118.534546,32.194612],[118.526444,32.197971],[118.517748,32.190406],[118.513047,32.191272],[118.504286,32.196688],[118.503363,32.185188],[118.499265,32.18228],[118.494281,32.183851],[118.491719,32.181786],[118.489923,32.175472],[118.489602,32.163949],[118.492921,32.163085],[118.5012,32.143202],[118.499387,32.14131],[118.4945,32.143843],[118.489422,32.134316],[118.495438,32.12295],[118.488754,32.123572],[118.482876,32.122345],[118.477903,32.119152],[118.469793,32.118902],[118.465507,32.11022],[118.460081,32.10495],[118.44424,32.09965],[118.442652,32.096348],[118.429928,32.092357],[118.427995,32.088591],[118.409215,32.088058],[118.40649,32.082723],[118.389638,32.078697],[118.391567,32.073942],[118.389319,32.066467],[118.38729,32.064168],[118.377947,32.061493],[118.380998,32.056843],[118.384618,32.054728],[118.386864,32.046125],[118.379284,32.038807],[118.376896,32.033056],[118.381641,32.028755],[118.393795,32.026261],[118.396084,32.023308],[118.395733,32.017884],[118.388172,32.020699],[118.385753,32.019821],[118.383335,32.01476],[118.383037,32.004044],[118.390529,31.994557],[118.38837,31.991085],[118.383861,31.988744],[118.383952,31.985817],[118.377579,31.981257],[118.370921,31.986135],[118.366328,31.986011],[118.377185,31.969045],[118.362971,31.967805],[118.364245,31.965091],[118.365932,31.964982],[118.366786,31.961145],[118.36301,31.958625],[118.362109,31.955404],[118.361681,31.948847],[118.363847,31.943427],[118.361979,31.93975],[118.356852,31.936621],[118.355067,31.937249],[118.353772,31.935201],[118.357752,31.92922],[118.363375,31.930749],[118.369043,31.928977],[118.3697,31.924105],[118.375231,31.919467],[118.368143,31.915765],[118.370424,31.912697],[118.377672,31.909819],[118.388223,31.918468],[118.404673,31.911945],[118.404345,31.897676],[118.409403,31.89212],[118.409158,31.888922],[118.415651,31.887382],[118.418398,31.888825],[118.420542,31.895797],[118.429589,31.901564],[118.437605,31.89115],[118.444451,31.888908],[118.446866,31.886076],[118.462564,31.887002],[118.47307,31.885183],[118.475122,31.877197],[118.468535,31.871422],[118.461305,31.870864],[118.459374,31.865545],[118.461485,31.859774],[118.469974,31.852424],[118.484085,31.845713],[118.499002,31.842554],[118.477954,31.793574],[118.477321,31.784887],[118.481327,31.779774],[118.497208,31.777163],[118.504488,31.767817],[118.509353,31.76865],[118.516648,31.763799],[118.528134,31.769021],[118.54084,31.762232],[118.541749,31.761076],[118.540161,31.759673],[118.533477,31.762216],[118.531264,31.759261],[118.533188,31.752798],[118.528877,31.751829],[118.523598,31.753688],[118.514908,31.747174],[118.517647,31.74447],[118.523254,31.744811],[118.52385,31.739044],[118.529922,31.741846],[118.53363,31.737498],[118.534386,31.73362],[118.53833,31.733313],[118.539322,31.735172],[118.538147,31.736514],[118.542397,31.737944],[118.546639,31.732408],[118.549965,31.732174],[118.553872,31.733075],[118.55394,31.737028],[118.55906,31.744202],[118.565521,31.748751],[118.567543,31.742804],[118.574509,31.743327],[118.579041,31.74571],[118.586549,31.746027],[118.596711,31.759705],[118.603669,31.760889],[118.612313,31.753246],[118.622177,31.761403],[118.634194,31.761989],[118.637261,31.761309],[118.63823,31.755679],[118.643372,31.752921],[118.641475,31.749618],[118.639374,31.751598],[118.636238,31.747425],[118.6456,31.742151],[118.647364,31.734504],[118.652543,31.732501],[118.659905,31.733052],[118.672852,31.730983],[118.685433,31.722997],[118.680237,31.718149],[118.68145,31.716661],[118.686234,31.717579],[118.685883,31.709524],[118.683777,31.70551],[118.677398,31.701086],[118.665802,31.699221],[118.659653,31.682669],[118.651161,31.680259],[118.640167,31.680829],[118.637538,31.673839],[118.642425,31.668438],[118.642508,31.663125],[118.639357,31.657662],[118.638655,31.652403],[118.647198,31.648712],[118.651791,31.643473],[118.656438,31.641883],[118.662398,31.644575],[118.665588,31.643986],[118.681388,31.636476],[118.684432,31.637903],[118.686774,31.641744],[118.693468,31.64245],[118.703238,31.640904],[118.705615,31.645297],[118.707706,31.64512],[118.710366,31.641012],[118.709308,31.636325],[118.713701,31.62993],[118.721741,31.630139],[118.722689,31.631333],[118.721357,31.634125],[118.722906,31.636179],[118.728174,31.634787],[118.73157,31.636707],[118.733567,31.649159],[118.739131,31.65678],[118.74103,31.662113],[118.741844,31.666903],[118.738423,31.669906],[118.743233,31.675402],[118.742729,31.679045],[118.745352,31.681255],[118.762528,31.680437],[118.76899,31.684145],[118.774467,31.681856],[118.77504,31.679163],[118.779709,31.675349],[118.782646,31.675126],[118.783829,31.67666],[118.790438,31.671468],[118.791778,31.666932],[118.784622,31.661327],[118.778076,31.658815],[118.777229,31.656014],[118.783553,31.648146],[118.78672,31.640246],[118.787116,31.631839],[118.790061,31.631394],[118.795806,31.623021],[118.798995,31.620852],[118.81047,31.622356],[118.815071,31.626118],[118.814216,31.632264],[118.822387,31.631386],[118.828735,31.633197],[118.828902,31.635752],[118.837478,31.634794],[118.838823,31.628798],[118.841233,31.627168],[118.8553,31.628391],[118.856292,31.626055],[118.854743,31.623346],[118.856452,31.619378],[118.858138,31.617755],[118.859375,31.618984],[118.863441,31.617982],[118.860893,31.613721],[118.866775,31.611307],[118.867881,31.606588],[118.863913,31.599888],[118.856719,31.598776],[118.855002,31.597097],[118.858817,31.593367],[118.868918,31.594827],[118.872214,31.592321],[118.868903,31.584025],[118.868353,31.574275],[118.866461,31.572975],[118.864485,31.573797],[118.865508,31.57598],[118.867949,31.575868],[118.865546,31.577059],[118.862471,31.573312],[118.875746,31.571455],[118.878676,31.570073],[118.878958,31.56765],[118.87609,31.564317],[118.872832,31.564356],[118.864958,31.559862],[118.864005,31.557211],[118.87078,31.552448],[118.871855,31.540627],[118.875746,31.535859],[118.878385,31.537328],[118.880855,31.535543],[118.88247,31.531316],[118.878197,31.500157],[118.873961,31.483172],[118.876439,31.450023],[118.87129,31.436381],[118.850228,31.407435],[118.847505,31.399428],[118.838568,31.394556],[118.832449,31.387878],[118.821456,31.379782],[118.806267,31.373549],[118.795184,31.371039],[118.779838,31.370705],[118.764225,31.365066],[118.761568,31.366341],[118.765627,31.379696],[118.761441,31.386222],[118.760255,31.391129],[118.749529,31.38743],[118.740487,31.374648],[118.729841,31.347308],[118.714945,31.324927],[118.713255,31.297197],[118.697863,31.304582],[118.696491,31.301914],[118.704112,31.298171],[118.722724,31.28391],[118.748893,31.281917],[118.75748,31.278838],[118.764519,31.270909],[118.770307,31.267456],[118.77504,31.261286],[118.774135,31.245752],[118.782052,31.236371],[118.789976,31.231602],[118.79751,31.230602],[118.806242,31.236411],[118.812549,31.237476],[118.815675,31.236565],[118.819514,31.232349],[118.826519,31.231562],[118.834755,31.238337],[118.864919,31.244531],[118.868616,31.240787],[118.877941,31.240175],[118.879333,31.231595],[118.899768,31.235046],[118.913623,31.246459],[118.92335,31.24165],[118.927683,31.242683],[118.939323,31.239019],[118.957431,31.238721],[118.963091,31.241804],[118.967135,31.240047],[118.96609,31.237813],[118.968241,31.237729],[118.975108,31.24004],[118.979715,31.235384],[118.986155,31.231984],[119.004748,31.239105],[119.006617,31.244662],[119.014361,31.245145],[119.030619,31.237969],[119.033862,31.242412],[119.037882,31.236878],[119.04764,31.232541],[119.053065,31.2363],[119.052249,31.239704],[119.053797,31.240569],[119.065242,31.239252],[119.074237,31.233571],[119.077418,31.23409],[119.084193,31.242751],[119.08932,31.243288],[119.091929,31.24281],[119.095309,31.238686],[119.095416,31.236365],[119.099039,31.235745],[119.100265,31.237872],[119.09978,31.251656],[119.101283,31.255222],[119.110736,31.259483],[119.110911,31.261053],[119.115161,31.263774],[119.12704,31.263776],[119.132892,31.270396],[119.140246,31.274755],[119.145577,31.283149],[119.148326,31.284784],[119.146182,31.291016],[119.152813,31.296694],[119.162069,31.293885],[119.169978,31.295382],[119.176029,31.302533],[119.180722,31.303464],[119.185306,31.297184],[119.191689,31.298097],[119.194866,31.297683],[119.195568,31.296132],[119.192431,31.27805],[119.194461,31.26954],[119.19883,31.267797],[119.20246,31.274964],[119.206439,31.277366],[119.209301,31.277039],[119.213786,31.272808],[119.212405,31.270282],[119.219122,31.267784],[119.222675,31.264105],[119.227092,31.263136],[119.233902,31.256173],[119.238253,31.255565],[119.244102,31.258],[119.245806,31.261073],[119.244514,31.263681],[119.247957,31.267031],[119.258119,31.262103],[119.261058,31.256231],[119.269527,31.25653],[119.275667,31.262464],[119.280803,31.262053],[119.282169,31.259982],[119.286996,31.261837],[119.289929,31.266207],[119.297901,31.271486],[119.314014,31.266179],[119.334947,31.266236],[119.337101,31.26147],[119.342342,31.259704],[119.345013,31.26039],[119.346248,31.262865],[119.344852,31.264716],[119.341358,31.265073],[119.335206,31.277306],[119.342304,31.278974],[119.343197,31.283499],[119.346478,31.285411],[119.341221,31.295213],[119.343288,31.296385],[119.345875,31.295337],[119.344311,31.301936],[119.342436,31.302085],[119.348667,31.304642],[119.356762,31.302087],[119.35622,31.299135],[119.363354,31.293838],[119.362484,31.291726],[119.360523,31.291384],[119.360599,31.286897],[119.366566,31.282947],[119.364643,31.272046],[119.369072,31.270461],[119.375148,31.271699],[119.375843,31.267789],[119.375453,31.260701],[119.370914,31.260697],[119.368824,31.258786],[119.370777,31.253721],[119.369624,31.249514],[119.366237,31.247113],[119.363521,31.242015],[119.356708,31.238466],[119.35992,31.234927],[119.35715,31.228182],[119.362346,31.22419],[119.359324,31.217756],[119.35658,31.217068],[119.355586,31.213635],[119.35805,31.199998],[119.360263,31.196146],[119.363612,31.195792],[119.373492,31.189781],[119.382846,31.193205],[119.385241,31.192273],[119.38901,31.200234],[119.391742,31.200641],[119.402797,31.19679],[119.402308,31.193855],[119.389483,31.194768],[119.385511,31.186351],[119.387332,31.180464],[119.380724,31.170721],[119.385981,31.170168],[119.39007,31.172333],[119.393706,31.176],[119.392024,31.177393],[119.395205,31.181219],[119.403986,31.18452],[119.408671,31.175173],[119.413104,31.174959],[119.418864,31.180292],[119.422831,31.186797],[119.425128,31.186747],[119.428142,31.184747],[119.42525,31.180711],[119.425837,31.178103],[119.430575,31.178554],[119.440066,31.175607],[119.444178,31.17641],[119.446047,31.174707],[119.445773,31.17066],[119.455126,31.158493],[119.463793,31.158248],[119.472582,31.160566],[119.476336,31.156495],[119.476656,31.153239],[119.478808,31.153522],[119.481089,31.15566],[119.481776,31.164257],[119.485187,31.166611],[119.491168,31.166239],[119.503371,31.157866],[119.511518,31.157029],[119.51641,31.1615],[119.52751,31.161254],[119.531018,31.159452],[119.528919,31.155877],[119.530474,31.152958],[119.536548,31.156743],[119.538439,31.156001],[119.539211,31.147783],[119.537173,31.145726],[119.545882,31.149292],[119.55138,31.145369],[119.55774,31.144617],[119.555292,31.140141],[119.565416,31.132926],[119.567454,31.132474],[119.572384,31.135677],[119.570692,31.127173],[119.566468,31.127637],[119.565676,31.124048],[119.570338,31.116698],[119.571208,31.111727],[119.574777,31.111122],[119.57938,31.116978],[119.58551,31.108188],[119.585342,31.105217],[119.589047,31.10939],[119.586836,31.110817],[119.58609,31.11438],[119.600878,31.110085],[119.603704,31.10488],[119.602327,31.103699],[119.606076,31.105106],[119.601737,31.114776],[119.597095,31.113138],[119.597288,31.116575],[119.602588,31.124233],[119.606914,31.125549],[119.608852,31.131367],[119.617475,31.133408],[119.618668,31.132101],[119.617184,31.127203],[119.614697,31.124763],[119.615581,31.122661],[119.619771,31.121785],[119.620781,31.113741],[119.625605,31.113208],[119.632162,31.117442],[119.636756,31.116684],[119.637909,31.116277],[119.63701,31.11487],[119.629863,31.112872],[119.641805,31.108678],[119.645188,31.105312],[119.642556,31.102176],[119.635692,31.105942],[119.635128,31.10307],[119.631047,31.099857],[119.629118,31.093856],[119.620716,31.083038],[119.622259,31.077876],[119.6254,31.075938],[119.622991,31.070453],[119.628188,31.067159],[119.620988,31.056648],[119.624534,31.056246],[119.628621,31.047047],[119.622932,31.040989],[119.623768,31.032183],[119.628724,31.02996],[119.63154,31.031015],[119.632979,31.028789],[119.626101,31.023339],[119.625699,31.016827],[119.627326,31.011924],[119.625767,31.009719],[119.613205,31.004861],[119.606207,30.994102],[119.592468,30.987638],[119.590606,30.98081],[119.591975,30.977751],[119.589795,30.972744],[119.582771,30.966383],[119.574833,30.965442],[119.57437,30.962439],[119.577036,30.959469],[119.58725,30.953774],[119.586954,30.949037],[119.577607,30.947003],[119.574826,30.941953],[119.576033,30.935591],[119.580256,30.935611],[119.579981,30.932748],[119.57182,30.929095],[119.567854,30.92334],[119.569398,30.922407],[119.567373,30.920733],[119.558289,30.917005],[119.559683,30.913825],[119.558422,30.908697],[119.551981,30.907783],[119.548064,30.902896],[119.553829,30.888874],[119.553526,30.885458],[119.55094,30.884167],[119.552514,30.877786],[119.555242,30.873967],[119.555512,30.872105],[119.553759,30.871935],[119.556534,30.862365],[119.568829,30.862272],[119.569464,30.861101],[119.570093,30.850191],[119.567368,30.844796],[119.57431,30.83753],[119.573708,30.831355],[119.56993,30.829115],[119.56773,30.831063],[119.557472,30.831563],[119.550513,30.828205],[119.541429,30.815468],[119.535878,30.801972],[119.53146,30.799236],[119.525678,30.792145],[119.524039,30.788797],[119.524917,30.784278],[119.521969,30.778388],[119.509457,30.775966],[119.504502,30.772162],[119.49704,30.773341],[119.487033,30.779937],[119.47728,30.777086],[119.475148,30.773783],[119.477581,30.767931],[119.476913,30.762887],[119.473855,30.756015],[119.482094,30.747217],[119.475851,30.740209],[119.47514,30.735471],[119.484869,30.721264],[119.4814,30.71506],[119.480333,30.703563],[119.46837,30.700587],[119.464439,30.697878],[119.46386,30.690773],[119.459224,30.687205],[119.457452,30.681209],[119.442595,30.672875],[119.439784,30.668414],[119.439771,30.654428],[119.437292,30.651575],[119.4192,30.64512],[119.414091,30.644261],[119.405669,30.645707],[119.39698,30.655101],[119.393771,30.674169],[119.389474,30.68145],[119.389652,30.687138],[119.38464,30.691305],[119.381961,30.686431],[119.376629,30.681998],[119.366912,30.683594],[119.362205,30.677064],[119.357346,30.676466],[119.352126,30.669501],[119.346792,30.670444],[119.339143,30.666534],[119.333227,30.666072],[119.335098,30.660681],[119.328393,30.655446],[119.328662,30.650798],[119.326758,30.646928],[119.320581,30.642441],[119.320534,30.635147],[119.316793,30.6296],[119.310017,30.626826],[119.307672,30.623216],[119.299051,30.6211],[119.288895,30.623024],[119.288595,30.619571],[119.281115,30.617372],[119.27346,30.620815],[119.260546,30.617607],[119.259046,30.61879],[119.251284,30.616018],[119.246605,30.622066],[119.243085,30.622361],[119.235149,30.611899],[119.234715,30.60749],[119.244207,30.600472],[119.251366,30.597454],[119.252133,30.594801],[119.249143,30.59273],[119.256807,30.589168],[119.262632,30.576547],[119.254667,30.574203],[119.243368,30.565869],[119.24131,30.563014],[119.243589,30.561164],[119.24366,30.559092],[119.236826,30.551331],[119.23247,30.548801],[119.235886,30.54264],[119.237344,30.534894],[119.241416,30.528243],[119.245331,30.528033],[119.246237,30.531439],[119.248746,30.531999],[119.256968,30.529428],[119.257703,30.526052],[119.256176,30.52072],[119.266008,30.51211],[119.275441,30.512353],[119.283968,30.514708],[119.295947,30.521716],[119.309816,30.534136],[119.32551,30.535768],[119.323241,30.529766],[119.323791,30.523594],[119.331574,30.513077],[119.332704,30.506621],[119.328074,30.502184],[119.327745,30.493985],[119.325331,30.492234],[119.323402,30.486237],[119.33179,30.473933],[119.329061,30.468592],[119.332627,30.463478],[119.333242,30.455438],[119.32959,30.449098],[119.336763,30.446249],[119.342549,30.44136],[119.347841,30.429097],[119.346142,30.425359],[119.347329,30.422297],[119.352293,30.419702],[119.35674,30.420097],[119.356391,30.417049],[119.351699,30.411864],[119.351381,30.409306],[119.356575,30.399079],[119.362296,30.398949],[119.362526,30.387944],[119.368421,30.386008],[119.38626,30.386321],[119.397975,30.381576],[119.39876,30.376047],[119.397175,30.371862],[119.393401,30.367901],[119.383022,30.367469],[119.377002,30.360303],[119.372785,30.357775],[119.358046,30.352919],[119.351054,30.352901],[119.349234,30.35041],[119.343387,30.351726],[119.339988,30.357766],[119.338459,30.366076],[119.330613,30.368616],[119.329899,30.370365],[119.320971,30.37441],[119.304009,30.367405],[119.2953,30.366349],[119.288192,30.354163],[119.272401,30.343098],[119.267569,30.344956],[119.25899,30.339258],[119.250876,30.340388],[119.244212,30.343966],[119.238801,30.336139],[119.240462,30.321921],[119.23722,30.309157],[119.231596,30.295532],[119.224904,30.294432],[119.222998,30.29063],[119.219918,30.293385],[119.219058,30.296191],[119.221051,30.298856],[119.219032,30.3025],[119.216338,30.301961],[119.211777,30.294541],[119.209315,30.295346],[119.207136,30.30116],[119.201472,30.303799],[119.205825,30.297093],[119.204294,30.294429],[119.198516,30.292707],[119.181871,30.294029],[119.173564,30.298809],[119.164238,30.298074],[119.161154,30.301864],[119.155061,30.29947],[119.151636,30.302051],[119.149037,30.30684],[119.145171,30.305865],[119.137765,30.307588],[119.128277,30.305398],[119.121986,30.30699],[119.118082,30.311021],[119.105358,30.313677],[119.097526,30.319995],[119.093913,30.319975],[119.085785,30.325525],[119.081647,30.324702],[119.066987,30.315133],[119.060306,30.306073],[119.050267,30.305362],[119.046026,30.308992],[119.04427,30.313489],[119.040046,30.314816],[119.030302,30.31423],[119.026791,30.320291],[119.026401,30.330312],[119.00974,30.332485],[119.005818,30.332205],[119.004669,30.329056],[119.003403,30.32905],[118.994219,30.330137],[118.984373,30.333574],[118.982632,30.335175],[118.983978,30.348591],[118.982344,30.351167],[118.970019,30.347975],[118.964061,30.354649],[118.958559,30.352294],[118.958251,30.349349],[118.95536,30.348832],[118.950822,30.360666],[118.948808,30.362046],[118.946323,30.359336],[118.935431,30.355324],[118.934187,30.352887],[118.934644,30.34712],[118.927832,30.344061],[118.921338,30.344328],[118.914239,30.336364],[118.908862,30.335597],[118.900938,30.331055],[118.89488,30.323249],[118.885371,30.318566],[118.875779,30.317564],[118.875984,30.311987],[118.878936,30.304454],[118.877751,30.29594],[118.875376,30.295056],[118.873295,30.291388],[118.872995,30.285376],[118.877913,30.280461],[118.8782,30.276209],[118.887342,30.268083],[118.890167,30.260174],[118.884963,30.25439],[118.877203,30.252244],[118.87691,30.247878],[118.883234,30.239262],[118.88578,30.238652],[118.892928,30.229877],[118.902969,30.222435],[118.899824,30.22095],[118.899531,30.2177],[118.910411,30.215299],[118.917922,30.215893],[118.918111,30.210517],[118.927337,30.207943],[118.922318,30.203906],[118.910741,30.200556],[118.902529,30.192954],[118.90172,30.189173],[118.894989,30.182439],[118.89007,30.183234],[118.858835,30.170128],[118.845383,30.166831],[118.84346,30.165757],[118.84154,30.159733],[118.841577,30.155455],[118.848472,30.156183],[118.850751,30.154228],[118.852384,30.150348],[118.851913,30.143741],[118.859418,30.140444],[118.868508,30.142063],[118.876636,30.134565],[118.879534,30.142629],[118.884151,30.148085],[118.883958,30.152225],[118.887134,30.152648],[118.893952,30.144898],[118.893293,30.139056],[118.887869,30.131445],[118.876992,30.12703],[118.864544,30.134815],[118.859043,30.136353],[118.854864,30.132892],[118.852903,30.124511],[118.850863,30.122201],[118.861194,30.123131],[118.857809,30.111781],[118.861274,30.106225],[118.861738,30.100883],[118.866491,30.09997],[118.867975,30.103541],[118.871496,30.104751],[118.875584,30.104463],[118.879027,30.10157],[118.878554,30.088257],[118.884777,30.078345],[118.883864,30.071726],[118.886329,30.07015],[118.88667,30.059737],[118.888185,30.056999],[118.8873,30.045903],[118.8856,30.044013],[118.88611,30.039266],[118.887512,30.035584],[118.896001,30.030861],[118.896875,30.027109],[118.893607,30.018247],[118.888008,30.014337],[118.889306,30.003478],[118.885782,29.999412],[118.894023,29.98733],[118.894353,29.984715],[118.889419,29.977062],[118.886319,29.965563],[118.888793,29.957632],[118.885591,29.955335],[118.88871,29.949077],[118.887601,29.938044],[118.867551,29.95048],[118.85901,29.93993],[118.846876,29.943692],[118.835704,29.934006],[118.839826,29.922568],[118.838778,29.920943],[118.840532,29.904418],[118.838271,29.895427],[118.820123,29.881254],[118.804985,29.872927],[118.797912,29.864424],[118.784043,29.854778],[118.779323,29.846042],[118.772314,29.844896],[118.761494,29.851959],[118.749817,29.847532],[118.748558,29.845468],[118.749518,29.834323],[118.756848,29.829409],[118.756794,29.822426],[118.752902,29.820514],[118.739531,29.820608],[118.732873,29.815292],[118.733983,29.811436],[118.731152,29.791287],[118.732489,29.787245],[118.737328,29.784409],[118.742524,29.776814],[118.740055,29.770057],[118.744415,29.763243],[118.743611,29.752098],[118.740648,29.746547],[118.740515,29.741972],[118.733639,29.739043],[118.729391,29.733281],[118.72326,29.728642],[118.72097,29.728597],[118.718903,29.724509],[118.718561,29.718077],[118.714845,29.711219],[118.704338,29.7086],[118.696039,29.70936],[118.688051,29.703408],[118.687569,29.696655],[118.67759,29.691903],[118.676626,29.683557],[118.66977,29.67765],[118.668697,29.67123],[118.652611,29.657856],[118.644879,29.647949],[118.63751,29.643727],[118.631198,29.647241],[118.629551,29.650812],[118.615735,29.656954],[118.605365,29.652349],[118.597251,29.645985],[118.588278,29.647129],[118.568802,29.640241],[118.563498,29.635771],[118.563007,29.632003],[118.554645,29.622479],[118.553304,29.617753],[118.544969,29.615822],[118.532516,29.598474],[118.531227,29.593667],[118.515026,29.589332],[118.504381,29.581635],[118.494458,29.578749],[118.493137,29.563837],[118.488672,29.55334],[118.492932,29.544325],[118.489459,29.531176],[118.4908,29.524064],[118.489698,29.521248],[118.478874,29.517376],[118.473682,29.511567],[118.468684,29.51158],[118.461713,29.516097],[118.453719,29.515835],[118.454272,29.508898],[118.449363,29.51063],[118.444969,29.515598],[118.435759,29.514222],[118.435736,29.517949],[118.432588,29.516902],[118.431434,29.511858],[118.424872,29.503788],[118.420601,29.505145],[118.410226,29.512661],[118.406561,29.513242],[118.40392,29.510545],[118.399677,29.509489],[118.395518,29.510772],[118.389736,29.509939],[118.37824,29.512654],[118.375281,29.504583],[118.369152,29.500779],[118.363916,29.492788],[118.3568,29.48884],[118.356481,29.484684],[118.35398,29.481932],[118.34802,29.481775],[118.340938,29.478466],[118.330913,29.485377],[118.32658,29.493042],[118.325853,29.498325],[118.317872,29.499944],[118.310811,29.497865],[118.306146,29.50029],[118.302288,29.497518],[118.300834,29.494134],[118.30227,29.479742],[118.311661,29.451695],[118.309286,29.44134],[118.310613,29.43592],[118.309882,29.425652],[118.305723,29.423435],[118.291504,29.420828],[118.286792,29.422185],[118.286211,29.427098],[118.281022,29.429164],[118.271679,29.426121],[118.265585,29.43031],[118.254915,29.428877],[118.243341,29.433401],[118.230291,29.427099],[118.22095,29.427505],[118.214341,29.424363],[118.21062,29.420631],[118.20732,29.412934],[118.201086,29.404346],[118.199578,29.398454],[118.195025,29.395191],[118.19221,29.397153],[118.187704,29.396868],[118.188013,29.403824],[118.185886,29.408337],[118.174818,29.406331],[118.156314,29.411565],[118.151832,29.416041],[118.144757,29.415019],[118.134845,29.421272],[118.125022,29.433976],[118.124733,29.442629],[118.132249,29.444419],[118.133741,29.447393],[118.129804,29.453452],[118.131851,29.460017],[118.130242,29.467002],[118.119091,29.47016],[118.118443,29.471888],[118.118938,29.475691],[118.123454,29.481083],[118.131232,29.487867],[118.135918,29.489627],[118.138525,29.493102],[118.136773,29.497502],[118.13308,29.49997],[118.132029,29.506425],[118.124203,29.515572],[118.118908,29.51455],[118.109767,29.523163],[118.103264,29.526366],[118.100233,29.532134],[118.102127,29.536464],[118.098064,29.539291],[118.093134,29.539636],[118.084349,29.536871],[118.076505,29.540955],[118.051204,29.542197],[118.043611,29.548968],[118.042417,29.557174],[118.038521,29.56034],[118.034939,29.566946],[118.027639,29.570007],[118.022197,29.576383],[117.995771,29.577534],[117.989432,29.572703],[117.984785,29.56417],[117.978944,29.560113],[117.97109,29.570021],[117.954136,29.571855],[117.950074,29.568446],[117.943966,29.559302],[117.940598,29.557968],[117.939649,29.552152],[117.930705,29.55998],[117.927848,29.560782],[117.912575,29.558072],[117.906122,29.553317],[117.899271,29.553446],[117.888956,29.546027],[117.876233,29.546135],[117.872176,29.550608],[117.874069,29.55467],[117.873093,29.557797],[117.870205,29.558177],[117.866177,29.556166],[117.860584,29.557543],[117.858906,29.568437],[117.851619,29.564848],[117.826864,29.565584],[117.822747,29.571914],[117.815792,29.572717],[117.811884,29.577044],[117.8069,29.578442],[117.800908,29.57419],[117.78899,29.569607],[117.780922,29.561207],[117.769297,29.562359],[117.776555,29.570208],[117.769187,29.575048],[117.765091,29.567825],[117.765088,29.562326],[117.760931,29.559279],[117.753039,29.560221],[117.751295,29.564296],[117.735611,29.553468],[117.724114,29.549393],[117.721119,29.554658],[117.71172,29.562652],[117.705484,29.562183],[117.703481,29.557229],[117.703598,29.551552],[117.700022,29.553582],[117.684579,29.556815],[117.683291,29.560957],[117.677927,29.565012],[117.67514,29.570717],[117.679779,29.577572],[117.680177,29.586966],[117.677761,29.594489],[117.673121,29.597135],[117.663349,29.596997],[117.661617,29.599116],[117.661963,29.602626],[117.658439,29.612738],[117.652227,29.613181],[117.642882,29.617207],[117.635556,29.615308],[117.629771,29.610689],[117.62195,29.608147],[117.619697,29.603114],[117.607396,29.592954],[117.597868,29.591066],[117.592624,29.585625],[117.585164,29.58604],[117.57678,29.595307],[117.552355,29.592875],[117.549816,29.596722],[117.541049,29.596978],[117.537429,29.591135],[117.534605,29.595686],[117.534202,29.5996],[117.525747,29.607649],[117.523798,29.611746],[117.522132,29.624584],[117.519187,29.627804],[117.518195,29.632208],[117.520543,29.647079],[117.526503,29.653553],[117.522496,29.66203],[117.51861,29.66234],[117.509234,29.667505],[117.507945,29.671379],[117.504244,29.67432],[117.496562,29.66947],[117.495486,29.665952],[117.493107,29.664381],[117.48498,29.663666],[117.481159,29.665157],[117.481439,29.668438],[117.479543,29.669124],[117.467894,29.666835],[117.468913,29.683349],[117.464232,29.687264],[117.453108,29.680421],[117.451552,29.68461],[117.453496,29.688043],[117.450452,29.691515],[117.445626,29.693414],[117.444435,29.70029],[117.446921,29.70873],[117.451231,29.712664],[117.453232,29.718209],[117.451764,29.722085],[117.449186,29.723003],[117.446179,29.727592],[117.454555,29.735977],[117.449739,29.738005],[117.439911,29.749567],[117.438987,29.752236],[117.443099,29.758069],[117.441803,29.763115],[117.436567,29.763699],[117.43063,29.761278],[117.425381,29.765629],[117.420939,29.774314],[117.415956,29.777909],[117.417329,29.781681],[117.41555,29.786898],[117.406753,29.792013],[117.407756,29.797122],[117.403356,29.801371],[117.407173,29.808091],[117.412517,29.8099],[117.411341,29.822185],[117.418464,29.829879],[117.41801,29.833441],[117.424586,29.843843],[117.42068,29.850886],[117.411662,29.853555],[117.387744,29.849143],[117.382914,29.845281],[117.379177,29.832072],[117.38024,29.826535],[117.37874,29.822564],[117.37315,29.823911],[117.363881,29.814987],[117.356543,29.815477],[117.35249,29.818622],[117.351171,29.822559],[117.343321,29.826972],[117.344195,29.83443],[117.337367,29.837149],[117.341548,29.84667],[117.332584,29.857923],[117.317363,29.847899],[117.314784,29.844588],[117.314525,29.841044],[117.298648,29.841487],[117.284396,29.837662],[117.28967,29.828485],[117.285284,29.822878],[117.281405,29.825964],[117.270141,29.827684],[117.265788,29.834887],[117.253268,29.834891],[117.248938,29.837035],[117.241944,29.84369],[117.238389,29.853119],[117.25062,29.861865],[117.256587,29.877622],[117.261452,29.884479],[117.259548,29.894362],[117.252079,29.904666],[117.250431,29.911958],[117.246188,29.915858],[117.240407,29.918268],[117.22483,29.918142],[117.220569,29.920019],[117.21225,29.927745],[117.201488,29.933205],[117.195403,29.92708],[117.191715,29.926047],[117.189238,29.927596],[117.177974,29.924117],[117.174605,29.92481],[117.165494,29.920047],[117.157367,29.923663],[117.152045,29.919094],[117.147046,29.919308],[117.142219,29.915602],[117.136997,29.914516],[117.132918,29.909004],[117.122768,29.902009],[117.120254,29.894351],[117.121401,29.889108],[117.128589,29.883325],[117.128616,29.878472],[117.124677,29.871483],[117.123912,29.864576],[117.11202,29.86173],[117.107925,29.858168],[117.097641,29.854502],[117.094753,29.846856],[117.087781,29.840655],[117.078781,29.838675],[117.077232,29.839902],[117.07171,29.837488],[117.066876,29.831238],[117.067195,29.827953],[117.070137,29.82446],[117.080396,29.822272],[117.08435,29.816429],[117.089806,29.818254],[117.094978,29.812946],[117.095638,29.808625],[117.098686,29.808186],[117.105404,29.800617],[117.117725,29.802831],[117.121258,29.794458],[117.125597,29.791359],[117.130262,29.791747],[117.133705,29.788455],[117.132014,29.781101],[117.128162,29.774956],[117.121615,29.771751],[117.119729,29.768513],[117.115523,29.768224],[117.111338,29.765436],[117.106533,29.756],[117.100343,29.754462],[117.099081,29.752301],[117.103482,29.744427],[117.109501,29.739609],[117.114953,29.727764],[117.114345,29.721965],[117.110692,29.715973],[117.111448,29.712975],[117.109102,29.709973],[117.105488,29.708351],[117.097024,29.709303],[117.08822,29.707953],[117.084258,29.699635],[117.080223,29.701529],[117.066942,29.700602],[117.060311,29.69229],[117.054971,29.692708],[117.051117,29.690195],[117.046057,29.692299],[117.039823,29.688452],[117.03909,29.6856],[117.032209,29.682357],[117.021371,29.688207],[117.012379,29.689839],[117.004917,29.686229],[116.997224,29.687582],[116.991432,29.686398],[116.987623,29.684204],[116.983383,29.679424],[116.978977,29.670641],[116.971566,29.66438],[116.972153,29.654423],[116.970103,29.650536],[116.963534,29.652944],[116.961259,29.655614],[116.950813,29.652215],[116.942746,29.653863],[116.933885,29.647337],[116.924896,29.649372],[116.919479,29.641813],[116.913197,29.639836],[116.90503,29.63402],[116.90393,29.628235],[116.900185,29.625374],[116.892242,29.626723],[116.890217,29.624427],[116.87554,29.619556],[116.871168,29.615418],[116.865778,29.603281],[116.85609,29.601298],[116.844058,29.587194],[116.842753,29.578678],[116.832294,29.571856],[116.811674,29.567746],[116.80718,29.569552],[116.794755,29.564957],[116.792184,29.565953],[116.786552,29.572964],[116.778491,29.570899],[116.775459,29.573481],[116.7744,29.58026],[116.782024,29.593839],[116.770518,29.597871],[116.764002,29.594827],[116.765697,29.603049],[116.760164,29.60325],[116.755443,29.605418],[116.754126,29.601518],[116.757122,29.598832],[116.756141,29.593964],[116.748408,29.597782],[116.733563,29.594276],[116.732345,29.590292],[116.733746,29.587323],[116.732386,29.584422],[116.728725,29.578445],[116.72485,29.578778],[116.725119,29.572177],[116.722735,29.567421],[116.719228,29.566196],[116.71501,29.569303],[116.716072,29.577875],[116.714205,29.58662],[116.708221,29.594162],[116.686113,29.60471],[116.682763,29.603178],[116.681898,29.600807],[116.675094,29.60116],[116.67401,29.605673],[116.679449,29.608931],[116.678402,29.62094],[116.664162,29.629393],[116.658481,29.634988],[116.650919,29.637328],[116.645695,29.642757],[116.645411,29.645939],[116.654553,29.661568],[116.664649,29.666035],[116.668665,29.671515],[116.682577,29.674527],[116.683787,29.675931],[116.682665,29.679721],[116.678141,29.68474],[116.669318,29.690656],[116.647,29.690757],[116.644678,29.692761],[116.644149,29.698654],[116.651815,29.704697],[116.663676,29.701884],[116.665803,29.706081],[116.665503,29.712695],[116.667793,29.715207],[116.670542,29.714959],[116.672115,29.718412],[116.670979,29.728906],[116.674685,29.730323],[116.678939,29.738787],[116.683784,29.74319],[116.69053,29.742969],[116.704029,29.746179],[116.710938,29.762891],[116.717413,29.76775],[116.720083,29.77374],[116.721614,29.7755],[116.72652,29.774928],[116.731357,29.77648],[116.733392,29.783692],[116.738914,29.789045],[116.738044,29.792498],[116.746519,29.799632],[116.753087,29.801123],[116.757637,29.808291],[116.775012,29.798266],[116.77551,29.794893],[116.782019,29.794298],[116.79142,29.804208],[116.79881,29.803723],[116.797606,29.810035],[116.802654,29.815758],[116.803638,29.819165],[116.808619,29.819728],[116.815731,29.817987],[116.822806,29.822172],[116.823983,29.825953],[116.81737,29.837489],[116.819438,29.839355],[116.826922,29.840856],[116.837854,29.848575],[116.847842,29.861574],[116.848896,29.866102],[116.854304,29.868255],[116.861408,29.875544],[116.862965,29.881247],[116.870693,29.884672],[116.872914,29.888779],[116.880815,29.896271],[116.881357,29.907362],[116.884805,29.91238],[116.892787,29.913201],[116.892237,29.921158],[116.887498,29.925308],[116.889147,29.937664],[116.890329,29.942631],[116.898402,29.946584],[116.898843,29.951267],[116.893543,29.962792],[116.894077,29.968841],[116.892778,29.970532],[116.889415,29.971657],[116.882144,29.970631],[116.879747,29.977663],[116.873456,29.976216],[116.870038,29.981375],[116.863386,29.984053],[116.847584,29.973775],[116.839939,29.97203],[116.830602,29.973204],[116.829403,29.966016],[116.831227,29.961802],[116.828389,29.96036],[116.823759,29.965711],[116.821468,29.979507],[116.824718,29.991463],[116.82259,30.000737],[116.824856,30.005407],[116.82452,30.013356],[116.819767,30.012809],[116.816044,30.005071],[116.809246,30.002044],[116.805286,30.002744],[116.796026,29.998676],[116.792232,30.006441],[116.787189,30.006164],[116.785015,30.007892],[116.787983,30.01013],[116.78326,30.016832],[116.78709,30.018034],[116.785511,30.02164],[116.780643,30.024643],[116.777607,30.032226],[116.769123,30.043764],[116.764675,30.046803],[116.758129,30.050835],[116.750279,30.052549],[116.742093,30.059761],[116.734306,30.056144],[116.719297,30.056974],[116.668867,30.077526],[116.650782,30.079549],[116.635875,30.078951],[116.612052,30.075302],[116.60198,30.071041],[116.588814,30.059971],[116.571612,30.032886],[116.565023,30.013764],[116.561434,29.99129],[116.564542,29.955983],[116.553393,29.936774],[116.552996,29.924373],[116.541554,29.907634],[116.534705,29.903238],[116.516534,29.901274],[116.485803,29.904191],[116.475816,29.903573],[116.467035,29.900934],[116.455179,29.895305],[116.425652,29.876032],[116.378278,29.854736],[116.375506,29.851915],[116.347855,29.837807],[116.334543,29.835754],[116.330198,29.833371],[116.316507,29.820746],[116.2988,29.807917],[116.275303,29.792613],[116.258002,29.783737],[116.249542,29.787175],[116.241012,29.794464],[116.233413,29.809011],[116.22715,29.816858],[116.220347,29.823993],[116.209313,29.830221],[116.197968,29.831907],[116.158198,29.831905],[116.142843,29.829797],[116.132865,29.826707],[116.132285,29.835971],[116.125001,29.859579],[116.121598,29.863693],[116.131248,29.87036],[116.129264,29.881807],[116.121392,29.886057],[116.122834,29.892849],[116.124917,29.893219],[116.127929,29.902523],[116.125443,29.901783],[116.124512,29.89913],[116.074899,29.96157],[116.069505,29.966144],[116.07078,29.973831],[116.07651,29.984422],[116.074373,29.991754],[116.075048,30.012887],[116.077091,30.017935],[116.077518,30.028808],[116.080029,30.030557],[116.084193,30.030549],[116.086882,30.033284],[116.084433,30.041836],[116.079702,30.045448],[116.079865,30.055119],[116.077122,30.058252],[116.072283,30.05861],[116.071452,30.06785],[116.082745,30.079981],[116.082972,30.083222],[116.079173,30.085353],[116.076282,30.091189],[116.076656,30.100949],[116.084636,30.106662],[116.085147,30.108782],[116.080089,30.113382],[116.07909,30.118381],[116.083851,30.128857],[116.077389,30.133585],[116.071391,30.135586],[116.066898,30.133992],[116.066417,30.139668],[116.060245,30.147363],[116.061085,30.150443],[116.05476,30.157182],[116.056561,30.159359],[116.057507,30.166398],[116.052819,30.174255],[116.050729,30.186291],[116.062689,30.195254],[116.057222,30.202709],[116.057825,30.205374],[116.061281,30.207798],[116.060541,30.212258],[116.044352,30.22114],[116.042307,30.222838],[116.043033,30.226216],[116.040598,30.228532],[116.035083,30.227407],[116.032602,30.22489],[116.030147,30.225756],[116.032244,30.228572],[116.022723,30.237477],[116.024257,30.23997],[116.021891,30.24389],[116.009111,30.242588],[116.00799,30.244031],[116.011263,30.246602],[116.011074,30.2483],[116.006587,30.251782],[116.004932,30.257649],[115.996009,30.257349],[115.987378,30.263175],[115.982923,30.264058],[115.981125,30.267822],[115.98697,30.27109],[115.98703,30.272916],[115.979673,30.279485],[115.984811,30.289633],[115.972953,30.296523],[115.968612,30.302258],[115.955031,30.303398],[115.947339,30.309989],[115.936854,30.307634],[115.934371,30.3128],[115.932167,30.31159],[115.928859,30.30335],[115.926779,30.304656],[115.920019,30.302563],[115.915488,30.305867],[115.905749,30.307586],[115.899231,30.311613],[115.903725,30.314623],[115.904875,30.318924],[115.903088,30.322155],[115.904997,30.32602],[115.913523,30.327881],[115.911296,30.342708],[115.898728,30.344971],[115.899667,30.350143],[115.897341,30.35421],[115.889399,30.355955],[115.889151,30.368177],[115.879071,30.38368],[115.882038,30.38862],[115.893421,30.393768],[115.894032,30.401102],[115.901263,30.39998],[115.905351,30.401386],[115.919166,30.421259],[115.927161,30.423117],[115.93345,30.419979],[115.93842,30.42291],[115.940556,30.426822],[115.939494,30.429729],[115.915238,30.431615],[115.915714,30.435539],[115.912355,30.445881],[115.898832,30.452522],[115.888955,30.454255],[115.889845,30.463774],[115.894743,30.467144],[115.895985,30.472248],[115.892962,30.47837],[115.892097,30.485884],[115.895888,30.488072],[115.897602,30.496201],[115.902239,30.499841],[115.900914,30.502434],[115.904423,30.508925],[115.917554,30.519847],[115.913435,30.520927],[115.908637,30.519857],[115.901172,30.525391],[115.896113,30.538419],[115.890634,30.54389],[115.887225,30.543817],[115.881564,30.548414],[115.877645,30.556762],[115.879126,30.561289],[115.869916,30.572009],[115.874892,30.578435],[115.873494,30.584133],[115.861852,30.590807],[115.850388,30.592374],[115.849333,30.597175],[115.843061,30.604331],[115.838049,30.6022],[115.832074,30.603063],[115.823009,30.608141],[115.820087,30.605216],[115.818467,30.597806],[115.81334,30.598947],[115.809251,30.606479],[115.804583,30.610942],[115.80191,30.618653],[115.810263,30.624448],[115.808984,30.638179],[115.805732,30.642375],[115.80068,30.642196],[115.795692,30.645853],[115.793087,30.653975],[115.792568,30.662302],[115.778724,30.666166],[115.777117,30.669486],[115.76904,30.670324],[115.770125,30.673406],[115.765587,30.682219],[115.757707,30.686212],[115.756021,30.689884],[115.761379,30.69513],[115.761982,30.712403],[115.765145,30.719558],[115.763451,30.721265],[115.772016,30.729661],[115.772603,30.742103],[115.775259,30.746077],[115.772931,30.748891],[115.781453,30.758474],[115.786716,30.760795],[115.798033,30.761889],[115.813536,30.753051],[115.828744,30.759076],[115.833182,30.759588],[115.836163,30.757035],[115.840355,30.756323],[115.846689,30.760243],[115.848341,30.768853],[115.86398,30.776566],[115.866307,30.784501],[115.864351,30.785061],[115.860635,30.782909],[115.853613,30.785951],[115.851762,30.787864],[115.850633,30.79706],[115.859138,30.7982],[115.86156,30.802941],[115.861398,30.804915],[115.858647,30.805592],[115.857094,30.812187],[115.859727,30.818764],[115.846722,30.825645],[115.841374,30.83277],[115.842732,30.845519],[115.850061,30.849187],[115.859228,30.856858],[115.858943,30.864969],[115.86429,30.871429],[115.873359,30.871997],[115.877859,30.878242],[115.88623,30.883196],[115.887659,30.882135],[115.90229,30.88497],[115.904323,30.88772],[115.900052,30.888313],[115.900122,30.889671],[115.910729,30.890073],[115.913948,30.886949],[115.923574,30.887975],[115.926323,30.890204],[115.929525,30.897479],[115.928978,30.90099],[115.9313,30.905904],[115.941038,30.903761],[115.944728,30.906675],[115.946021,30.912181],[115.949246,30.915525],[115.95921,30.920197],[115.964039,30.919982],[115.968004,30.925954],[115.965343,30.930654],[115.970971,30.932414],[115.974099,30.936833],[115.978707,30.937331],[115.982526,30.935716],[115.990689,30.941554],[115.994757,30.946734],[116.000212,30.94673],[116.003444,30.950846],[116.015672,30.953136],[116.019669,30.956151],[116.029705,30.952847],[116.033292,30.958914],[116.035894,30.960211],[116.0528,30.958415],[116.060133,30.960021],[116.068718,30.957799],[116.065643,30.971814],[116.062125,30.974328],[116.063175,30.983285],[116.055041,30.99822],[116.052467,31.009404],[116.053567,31.013921],[116.052305,31.015576],[116.042442,31.015805],[116.034093,31.018145],[116.026048,31.010769],[116.021428,31.012013],[116.019974,31.015113],[116.017143,31.01617],[116.008927,31.014533],[116.003031,31.020479],[116.00276,31.026108],[116.004309,31.029202],[116.000704,31.035365],[115.991642,31.035084],[115.986396,31.040225],[115.98308,31.038494],[115.976574,31.045031],[115.964201,31.040307],[115.952873,31.041928],[115.948827,31.045542],[115.937403,31.041579],[115.934756,31.046996],[115.941738,31.061568],[115.942176,31.065414],[115.940053,31.070423],[115.92468,31.075055],[115.917211,31.08202],[115.914948,31.088715],[115.909183,31.092649],[115.899203,31.090886],[115.892256,31.096785],[115.887973,31.105389],[115.887562,31.116937],[115.882961,31.120646],[115.887621,31.124974],[115.88883,31.129024],[115.885511,31.130275],[115.880229,31.144613],[115.874302,31.149954],[115.86827,31.150726],[115.855665,31.145497],[115.849229,31.144599],[115.847545,31.139885],[115.841358,31.136357],[115.841112,31.131189],[115.838143,31.129897],[115.822933,31.126715],[115.794699,31.128942],[115.787376,31.12677],[115.782091,31.120489],[115.782003,31.114528],[115.775862,31.107165],[115.770627,31.105518],[115.763534,31.107972],[115.762428,31.109354],[115.76412,31.118832],[115.758098,31.136086],[115.752583,31.139699],[115.750495,31.144944],[115.746171,31.146986],[115.742711,31.155075],[115.73666,31.157697],[115.729312,31.157809],[115.731064,31.166756],[115.727657,31.178015],[115.716403,31.183114],[115.708066,31.184132],[115.70679,31.186541],[115.708722,31.197239],[115.707675,31.20184],[115.698288,31.203082],[115.692817,31.206251],[115.686891,31.203723],[115.670843,31.211977],[115.658682,31.210894],[115.656173,31.219661],[115.649489,31.219747],[115.645331,31.222495],[115.640134,31.22213],[115.638421,31.218261],[115.63823,31.204498],[115.630595,31.187399],[115.626068,31.184573],[115.614265,31.183357],[115.599215,31.171265],[115.59906,31.160882],[115.595308,31.161439],[115.591358,31.164671],[115.590809,31.161073],[115.593516,31.156354],[115.592216,31.153388],[115.588679,31.147881],[115.581941,31.144231],[115.579319,31.144738],[115.564811,31.159471],[115.557912,31.163183],[115.552723,31.163635],[115.549645,31.166553],[115.55337,31.175719],[115.550049,31.17704],[115.541905,31.184911],[115.543739,31.188953],[115.540156,31.195105],[115.537193,31.194134],[115.530951,31.198675],[115.528852,31.204785],[115.534174,31.210243],[115.537615,31.229575],[115.535405,31.236173],[115.527895,31.243925],[115.515147,31.265961],[115.506758,31.270898],[115.503553,31.270202],[115.496747,31.262818],[115.493913,31.267292],[115.479972,31.270478],[115.476851,31.267435],[115.469597,31.265064],[115.464925,31.26966],[115.461663,31.278494],[115.452002,31.282894],[115.451534,31.287851],[115.455577,31.295459],[115.455035,31.307139],[115.458904,31.309919],[115.460312,31.314518],[115.457216,31.321716],[115.451343,31.313878],[115.447462,31.314277],[115.444219,31.317285],[115.44021,31.328136],[115.441651,31.330891],[115.440835,31.340063],[115.437636,31.347493],[115.426722,31.352302],[115.423847,31.348384],[115.418615,31.349023],[115.41464,31.351761],[115.411697,31.347975],[115.411562,31.342778],[115.400494,31.339094],[115.390951,31.345843],[115.386188,31.343923],[115.380477,31.345316],[115.372411,31.349961],[115.366306,31.350858],[115.370226,31.354584],[115.374939,31.355074],[115.376461,31.362639],[115.375948,31.367968],[115.369973,31.37384],[115.37673,31.375514],[115.380828,31.382038],[115.380403,31.384373],[115.387264,31.388443],[115.387216,31.393391],[115.376394,31.399797],[115.369283,31.406578],[115.370188,31.413273],[115.373399,31.415465],[115.378081,31.415863],[115.379268,31.417915],[115.378601,31.431884],[115.381093,31.43546],[115.380679,31.440525],[115.382365,31.442209],[115.380546,31.445723],[115.383555,31.451978],[115.376939,31.462093],[115.377388,31.465801],[115.375754,31.468901],[115.371579,31.472259],[115.373125,31.47669],[115.368883,31.481512],[115.370961,31.489117],[115.366338,31.492187],[115.366468,31.496197],[115.369151,31.501261],[115.373341,31.502524],[115.377719,31.506722],[115.385992,31.507716],[115.391729,31.514128],[115.391251,31.515517],[115.39874,31.517983],[115.401417,31.520398],[115.405903,31.520815],[115.409616,31.526098],[115.413454,31.527271],[115.420833,31.545075],[115.424182,31.547815],[115.422978,31.551745],[115.42533,31.553786],[115.426996,31.561448],[115.423384,31.566345],[115.428081,31.576949],[115.435466,31.580706],[115.432209,31.588915],[115.442902,31.595716],[115.445351,31.594665],[115.449861,31.595845],[115.462081,31.604313],[115.472936,31.608616],[115.477144,31.608396],[115.481652,31.611765],[115.484718,31.616709],[115.486485,31.625026],[115.478918,31.633913],[115.478634,31.636872],[115.475484,31.639004],[115.474109,31.64337],[115.471372,31.64419],[115.471716,31.647266],[115.478166,31.648673],[115.481044,31.651721],[115.482056,31.656668],[115.480571,31.66148],[115.489198,31.66786],[115.489621,31.674997],[115.494286,31.675323],[115.498716,31.679857],[115.50492,31.68138],[115.511204,31.686701],[115.512394,31.690764],[115.51951,31.698241],[115.518464,31.701682],[115.54113,31.699109],[115.54592,31.70482],[115.55455,31.707161],[115.562839,31.711722],[115.569624,31.710869],[115.576336,31.713469],[115.581033,31.717381],[115.580825,31.723474],[115.590623,31.7271],[115.59525,31.733689],[115.599866,31.734064],[115.600358,31.736405],[115.608467,31.736782],[115.611641,31.740406],[115.617668,31.741716],[115.621356,31.746364],[115.627748,31.750103],[115.631763,31.759813],[115.639891,31.75971],[115.657202,31.762888],[115.668935,31.775257],[115.669935,31.779108],[115.673969,31.781261],[115.676951,31.781643],[115.686071,31.777941],[115.687907,31.772802],[115.693916,31.769591],[115.697184,31.769119],[115.706693,31.77377],[115.707541,31.771209],[115.715839,31.765007],[115.720254,31.767036],[115.727325,31.764852],[115.728932,31.762968],[115.732676,31.76486],[115.733876,31.767433],[115.726007,31.769375],[115.725321,31.770856],[115.735433,31.778612],[115.735453,31.784943],[115.757422,31.784522],[115.763091,31.790087],[115.768576,31.786461],[115.784309,31.781454],[115.789269,31.775072],[115.798611,31.773429],[115.802832,31.776021],[115.803352,31.773329],[115.801737,31.771682],[115.803237,31.768377],[115.809621,31.765182],[115.82164,31.773806],[115.82679,31.779697],[115.83317,31.77522],[115.840131,31.785879],[115.84464,31.788337],[115.846158,31.788468],[115.848298,31.785331],[115.848988,31.780766],[115.852045,31.776041],[115.85469,31.775551],[115.863017,31.778304],[115.874915,31.777318],[115.882747,31.779155],[115.885416,31.785472],[115.893847,31.793842],[115.904088,31.793841],[115.905403,31.795195],[115.909751,31.815126],[115.909289,31.822066],[115.900498,31.829511],[115.891464,31.833394],[115.887911,31.838228],[115.888586,31.848893],[115.891686,31.86003],[115.890081,31.865246],[115.890645,31.878598],[115.892755,31.880159],[115.893251,31.883805],[115.900194,31.883309],[115.902477,31.888251],[115.902714,31.893267],[115.905073,31.893972],[115.904587,31.895736],[115.906888,31.896953],[115.906181,31.899481],[115.913862,31.909683],[115.91381,31.91411],[115.917414,31.920545],[115.910677,31.932344],[115.913853,31.936537],[115.911458,31.941486],[115.904425,31.945104],[115.903671,31.952447],[115.90465,31.95553],[115.908606,31.959099],[115.909416,31.966618],[115.912491,31.971406],[115.913231,31.975921],[115.919964,31.985465],[115.918767,31.989207],[115.916427,31.990368],[115.919473,31.99355],[115.919788,31.996409],[115.918491,31.997263],[115.922937,31.999188],[115.92732,31.997436],[115.929379,32],[115.922285,32.009699],[115.923368,32.022062],[115.918959,32.024387],[115.914458,32.030869],[115.915957,32.035697],[115.922676,32.038694],[115.916866,32.052062],[115.920009,32.057562],[115.919639,32.060666],[115.928604,32.060539],[115.938566,32.077215],[115.937718,32.080932],[115.932135,32.08295],[115.927432,32.087473],[115.92137,32.107593],[115.921997,32.111034],[115.926441,32.115112],[115.926854,32.123285],[115.930392,32.12979],[115.93362,32.141981],[115.93415,32.148316],[115.931611,32.154291],[115.93387,32.164238],[115.932652,32.169726],[115.927493,32.178474],[115.929028,32.183214],[115.919394,32.190887],[115.916505,32.206478],[115.907417,32.231254],[115.909175,32.240394],[115.908716,32.253923],[115.910314,32.258727],[115.918215,32.268966],[115.916843,32.273643],[115.905832,32.286441],[115.906723,32.298402],[115.902571,32.30157],[115.899715,32.3218],[115.903809,32.327532],[115.898389,32.341211],[115.892318,32.348669],[115.893969,32.393669],[115.875787,32.434634],[115.879651,32.45492],[115.870943,32.460757],[115.860521,32.460761],[115.858362,32.462402],[115.860772,32.466932],[115.868965,32.473462],[115.876667,32.475984],[115.877726,32.493531],[115.868687,32.500949],[115.868772,32.505458],[115.86682,32.507337],[115.84705,32.507227],[115.840832,32.50423],[115.839254,32.506127],[115.842038,32.511403],[115.849143,32.518393],[115.86807,32.528156],[115.87032,32.533769],[115.870249,32.542821],[115.872471,32.545619],[115.893526,32.557879],[115.906157,32.569892],[115.910196,32.570504],[115.914916,32.567587],[115.924517,32.569653],[115.908381,32.579649],[115.892821,32.58064],[115.887217,32.57904],[115.882228,32.569185],[115.85981,32.543376],[115.853267,32.538881],[115.841329,32.534335],[115.835566,32.528872],[115.831901,32.520107],[115.835851,32.50269],[115.818601,32.504441],[115.813395,32.498053],[115.801476,32.490168],[115.78257,32.470528],[115.778392,32.467981],[115.776059,32.469023],[115.781961,32.480964],[115.781389,32.488713],[115.774006,32.500022],[115.765055,32.507831],[115.762055,32.506251],[115.76228,32.497407],[115.757597,32.486649],[115.750001,32.481562],[115.738841,32.478087],[115.712345,32.488421],[115.698668,32.49773],[115.694258,32.496638],[115.687698,32.491232],[115.686286,32.48588],[115.687931,32.48175],[115.69539,32.474938],[115.69544,32.471522],[115.691262,32.469135],[115.673526,32.46884],[115.669084,32.467098],[115.675907,32.454403],[115.676117,32.444379],[115.666141,32.41781],[115.660439,32.410933],[115.6537,32.409464],[115.650632,32.411334],[115.651236,32.421493],[115.646131,32.426658],[115.638968,32.418656],[115.619936,32.407105],[115.61282,32.416476],[115.605548,32.421409],[115.603505,32.427058],[115.599319,32.428238],[115.583067,32.423286],[115.55826,32.405621],[115.548165,32.409473],[115.54682,32.413821],[115.549729,32.415369],[115.554617,32.412793],[115.559194,32.413747],[115.564025,32.417444],[115.565266,32.422327],[115.552317,32.425714],[115.543306,32.425466],[115.536269,32.437259],[115.53138,32.441782],[115.523866,32.440901],[115.518813,32.443005],[115.51856,32.450684],[115.510188,32.452821],[115.508318,32.454638],[115.506563,32.463084],[115.492289,32.494094],[115.483495,32.500088],[115.480152,32.509695],[115.481162,32.513512],[115.472296,32.513661],[115.472509,32.52117],[115.470344,32.523352],[115.460189,32.52225],[115.432446,32.53452],[115.432038,32.537771],[115.435837,32.539621],[115.437943,32.543398],[115.43675,32.548973],[115.426014,32.554176],[115.415416,32.553899],[115.406236,32.560103],[115.407419,32.567872],[115.404678,32.578367],[115.398881,32.579209],[115.394047,32.575023],[115.38782,32.573117],[115.326749,32.563695],[115.317643,32.556469],[115.303295,32.554085],[115.299915,32.554811],[115.290968,32.56416],[115.29452,32.570015],[115.299935,32.58546],[115.295544,32.590161],[115.27575,32.593303],[115.277036,32.589134],[115.275673,32.586916],[115.260372,32.580177],[115.248844,32.587742],[115.249174,32.589387],[115.254521,32.589797],[115.256246,32.591325],[115.25076,32.597388],[115.244652,32.594652],[115.237484,32.595237],[115.234278,32.591442],[115.229151,32.590071],[115.223858,32.592773],[115.21718,32.592282],[115.211061,32.589346],[115.20669,32.59069],[115.203629,32.594649],[115.194045,32.59462],[115.191753,32.600537],[115.186254,32.604951],[115.191887,32.609753],[115.19595,32.610082],[115.202095,32.61603],[115.194027,32.620981],[115.19799,32.62944],[115.195692,32.635646],[115.194069,32.635839],[115.191783,32.632957],[115.189001,32.633566],[115.189327,32.644858],[115.198303,32.656383],[115.200433,32.662796],[115.200525,32.6694],[115.193668,32.673765],[115.180103,32.664649],[115.175087,32.66289],[115.172081,32.663928],[115.169698,32.668978],[115.179026,32.671292],[115.179364,32.673543],[115.179515,32.680732],[115.174693,32.680266],[115.174355,32.685546],[115.174736,32.69949],[115.178857,32.724343],[115.174217,32.728412],[115.171945,32.741149],[115.172116,32.742852],[115.176114,32.744534],[115.184863,32.770229],[115.183783,32.774143],[115.175596,32.780649],[115.175986,32.788388],[115.185237,32.792896],[115.188395,32.788418],[115.194807,32.785707],[115.207266,32.788167],[115.206408,32.797289],[115.201772,32.800426],[115.197157,32.800474],[115.189676,32.803909],[115.184779,32.808819],[115.185148,32.815975],[115.190868,32.825498],[115.191598,32.831431],[115.185809,32.831486],[115.183509,32.832968],[115.18334,32.840233],[115.18549,32.843416],[115.195157,32.8421],[115.198661,32.847911],[115.194496,32.857138],[115.186882,32.858789],[115.169954,32.857676],[115.159002,32.861639],[115.149646,32.868213],[115.150306,32.880338],[115.139941,32.883848],[115.137389,32.896089],[115.127447,32.900608],[115.108136,32.901179],[115.102978,32.897326],[115.095513,32.895891],[115.082005,32.904132],[115.069762,32.905373],[115.055604,32.904517],[115.037227,32.908191],[115.028434,32.904951],[115.016013,32.909422],[115.018909,32.917786],[115.030199,32.916947],[115.032313,32.920318],[115.037219,32.933298],[115.036549,32.937693],[115.033673,32.939754],[115.029734,32.939438],[115.024925,32.933897],[115.012719,32.934911],[115.008852,32.940986],[114.999566,32.942104],[114.961082,32.941031],[114.951161,32.936416],[114.94145,32.934742],[114.936198,32.936286],[114.929452,32.953275],[114.913754,32.970159],[114.903023,32.972639],[114.89147,32.972787],[114.881238,32.976246],[114.878701,32.987525],[114.879158,32.993482],[114.896992,33.001396],[114.894943,33.010159],[114.887675,33.022431],[114.909936,33.018182],[114.920171,33.01883],[114.927292,33.02726],[114.925726,33.032397],[114.917712,33.038305],[114.915419,33.067491],[114.91142,33.0826],[114.906154,33.086617],[114.892516,33.086478],[114.892374,33.102295],[114.899783,33.110948],[114.900073,33.116316],[114.899868,33.124011],[114.893933,33.12849],[114.90274,33.138382],[114.922277,33.140891],[114.928179,33.145993],[114.929221,33.152266],[114.927018,33.153915],[114.927491,33.156564],[114.972712,33.14879],[114.97602,33.14943],[114.972798,33.144122],[114.966288,33.141618],[114.963348,33.135278],[114.970781,33.127944],[114.98136,33.122591],[114.984989,33.117538],[114.985639,33.106434],[114.989937,33.099716],[115.008074,33.097245],[115.015654,33.090229],[115.0328,33.088509],[115.038568,33.091405],[115.039468,33.094704],[115.043398,33.096367],[115.048055,33.095905],[115.047159,33.09122],[115.048296,33.087956],[115.057896,33.07979],[115.059519,33.084003],[115.064523,33.08871],[115.0796,33.090021],[115.088005,33.088702],[115.087896,33.085866],[115.089506,33.084843],[115.113533,33.077137],[115.119639,33.080492],[115.132169,33.083135],[115.150126,33.081333],[115.167565,33.094894],[115.167845,33.096428],[115.164442,33.096864],[115.162,33.099108],[115.166737,33.111852],[115.186244,33.119918],[115.192977,33.121968],[115.201832,33.118989],[115.228749,33.127173],[115.235084,33.129832],[115.238342,33.138672],[115.241567,33.138552],[115.241677,33.1361],[115.253171,33.13521],[115.270982,33.140669],[115.283375,33.134794],[115.284956,33.138276],[115.282606,33.139796],[115.283808,33.144576],[115.290031,33.144742],[115.294699,33.142596],[115.295986,33.143499],[115.297563,33.150219],[115.293898,33.163836],[115.290767,33.185739],[115.285649,33.192995],[115.288617,33.202554],[115.291791,33.20526],[115.300187,33.207281],[115.306156,33.206645],[115.319566,33.211908],[115.323514,33.217077],[115.32406,33.218467],[115.322056,33.219054],[115.309847,33.219385],[115.308616,33.221082],[115.311873,33.228116],[115.316792,33.228653],[115.324943,33.235208],[115.325268,33.239634],[115.323132,33.24606],[115.327226,33.256376],[115.338228,33.264107],[115.335444,33.268107],[115.333574,33.277871],[115.327753,33.285752],[115.32931,33.299636],[115.337557,33.303074],[115.344363,33.302995],[115.346083,33.301759],[115.346419,33.298465],[115.355731,33.299957],[115.354496,33.316275],[115.356445,33.327265],[115.361848,33.333387],[115.359388,33.341761],[115.345533,33.343425],[115.344205,33.351728],[115.336642,33.362499],[115.335723,33.366769],[115.337902,33.369142],[115.337584,33.373446],[115.325339,33.373814],[115.32647,33.369745],[115.318669,33.365872],[115.315842,33.365959],[115.311654,33.368066],[115.30831,33.375449],[115.307218,33.390777],[115.31923,33.39478],[115.324781,33.400643],[115.324808,33.403708],[115.321726,33.409742],[115.316374,33.410824],[115.311197,33.423401],[115.313355,33.44575],[115.318986,33.457059],[115.335994,33.446119],[115.341867,33.447163],[115.345725,33.455201],[115.345764,33.458249],[115.343524,33.460662],[115.340555,33.460685],[115.337228,33.463723],[115.337498,33.466467],[115.342096,33.470712],[115.345517,33.473516],[115.347276,33.472656],[115.347581,33.475851],[115.345099,33.489854],[115.339978,33.501108],[115.339987,33.505164],[115.353517,33.511727],[115.360683,33.525022],[115.39327,33.505926],[115.395816,33.507883],[115.399074,33.51795],[115.399435,33.53519],[115.404776,33.551486],[115.410206,33.556757],[115.445068,33.565678],[115.444077,33.568654],[115.446457,33.570505],[115.455802,33.571553],[115.463005,33.559146],[115.471599,33.559072],[115.494655,33.568216],[115.496475,33.567589],[115.496785,33.564573],[115.494362,33.560261],[115.504353,33.558641],[115.508268,33.55905],[115.528827,33.569325],[115.536542,33.570624],[115.541039,33.570045],[115.542539,33.567021],[115.548151,33.564268],[115.553594,33.565376],[115.556934,33.577995],[115.597103,33.580256],[115.611835,33.575306],[115.615375,33.584323],[115.630396,33.586067],[115.635227,33.583457],[115.619437,33.627995],[115.609467,33.638078],[115.594904,33.662035],[115.595957,33.662046],[115.595521,33.667823],[115.597704,33.675206],[115.596009,33.677419],[115.590364,33.678439],[115.593843,33.68811],[115.599407,33.691335],[115.590484,33.704219],[115.591155,33.713611],[115.597148,33.718249],[115.592769,33.727106],[115.591865,33.734219],[115.572386,33.754319],[115.565304,33.769988],[115.560058,33.76941],[115.557102,33.771205],[115.55846,33.775958],[115.562486,33.781105],[115.569893,33.788909],[115.575354,33.791318],[115.582816,33.786498],[115.608291,33.777537],[115.615906,33.814916],[115.606584,33.822053],[115.616381,33.824762],[115.622028,33.840446],[115.629487,33.841016],[115.631211,33.844942],[115.629319,33.86845],[115.61911,33.87548],[115.613244,33.875164],[115.599358,33.868615],[115.586622,33.869906],[115.573057,33.878832],[115.56517,33.877843],[115.55724,33.872948],[115.553242,33.874118],[115.550933,33.878457],[115.540758,33.876841],[115.540124,33.883913],[115.540443,33.893343],[115.545904,33.893109],[115.549212,33.898631],[115.54984,33.905799],[115.560316,33.911915],[115.555415,33.915373],[115.554832,33.921692],[115.557453,33.931672],[115.561912,33.932432],[115.564343,33.949472],[115.565332,33.950878],[115.57202,33.952072],[115.572183,33.975034],[115.582142,33.977781],[115.587666,33.982184],[115.585725,33.988521],[115.580286,33.989737],[115.577492,33.99238],[115.583637,34.013837],[115.598219,34.012048],[115.600949,34.016887],[115.597235,34.02319],[115.598859,34.035241],[115.628111,34.037043],[115.628707,34.033626],[115.632572,34.03265],[115.641755,34.033127],[115.645486,34.035286],[115.649757,34.058122],[115.646215,34.063441],[115.649256,34.064781],[115.657057,34.064768],[115.661163,34.058878],[115.664532,34.058474],[115.670914,34.060483],[115.679201,34.06804],[115.693135,34.067665],[115.701258,34.066116],[115.701912,34.064313],[115.707791,34.06392],[115.728589,34.081038],[115.734628,34.080095],[115.736484,34.076715],[115.73556,34.073196],[115.753281,34.070033],[115.752967,34.061706],[115.765057,34.06167],[115.772183,34.063696],[115.777302,34.07197],[115.786305,34.066872],[115.808806,34.066237],[115.812264,34.063247],[115.812779,34.059359],[115.809442,34.053287],[115.822916,34.042534],[115.831878,34.03263],[115.8427,34.032322],[115.84523,34.030754],[115.847827,34.024926],[115.84619,34.006135],[115.850215,34.004228],[115.871572,34.004589],[115.870489,34.021613],[115.874462,34.030469],[115.891898,34.029593],[115.896333,34.02399],[115.895857,34.022367],[115.893231,34.02166],[115.88865,34.023173],[115.888262,34.015628],[115.9009,34.002644],[115.906884,34.001646],[115.922773,34.01229],[115.931975,34.005596],[115.945742,34.004153],[115.949199,34.005919],[115.973713,33.995588],[115.974819,33.99351],[115.980071,33.992415],[115.984191,33.979509],[115.995319,33.969169],[115.999151,33.960718],[115.988674,33.9469],[115.98712,33.936325],[115.976897,33.931037],[115.974544,33.915227],[115.979974,33.902794],[115.989667,33.898949],[115.995404,33.90317],[116.004641,33.901185],[116.006959,33.898819],[116.00978,33.88852],[116.02138,33.885838],[116.025337,33.88053],[116.036611,33.878162],[116.040874,33.874858],[116.052783,33.852408],[116.059959,33.848293],[116.060057,33.845872],[116.057431,33.825624],[116.052156,33.830325],[116.041826,33.832457],[116.039652,33.829459],[116.038705,33.822258],[116.042576,33.820787],[116.04521,33.821432],[116.045608,33.823498],[116.053054,33.822094],[116.055721,33.813005],[116.054122,33.809436],[116.054423,33.803719],[116.062359,33.797354],[116.066846,33.79077],[116.064615,33.784593],[116.067752,33.781761],[116.075246,33.781428],[116.075747,33.783747],[116.094164,33.783773],[116.095698,33.779926],[116.093019,33.773711],[116.095991,33.772617],[116.098318,33.764775],[116.103849,33.759608],[116.117108,33.756484],[116.127163,33.750157],[116.13563,33.739859],[116.140046,33.726906],[116.148752,33.71605],[116.150535,33.709584],[116.153755,33.70875],[116.175282,33.707591],[116.184923,33.71099],[116.189405,33.72398],[116.197661,33.728774],[116.19919,33.727484],[116.198141,33.722256],[116.201311,33.720201],[116.217081,33.722758],[116.221081,33.726036],[116.223068,33.730138],[116.222406,33.732883],[116.219925,33.733572],[116.216102,33.73815],[116.23187,33.745528],[116.23539,33.74573],[116.237344,33.733331],[116.24889,33.727148],[116.255607,33.726696],[116.2588,33.729548],[116.260852,33.739467],[116.267231,33.749881],[116.27314,33.754242],[116.291101,33.754855],[116.298313,33.753263],[116.308529,33.766698],[116.32346,33.77031],[116.326225,33.777525],[116.332611,33.783916],[116.340855,33.7826],[116.343607,33.778123],[116.345721,33.777373],[116.37553,33.780975],[116.377832,33.78356],[116.388786,33.785347],[116.39404,33.794814],[116.395983,33.80256],[116.401019,33.80717],[116.409998,33.804482],[116.417352,33.796721],[116.420672,33.798874],[116.427206,33.796442],[116.428598,33.799137],[116.432255,33.800772],[116.427699,33.815944],[116.431357,33.843146],[116.434315,33.848287],[116.452373,33.850847],[116.454479,33.855356],[116.45327,33.857696],[116.454005,33.861688],[116.46986,33.864939],[116.479056,33.870918],[116.495528,33.866151],[116.51043,33.867906],[116.515831,33.869386],[116.518083,33.881278],[116.519402,33.88195],[116.526535,33.883371],[116.53146,33.881341],[116.534118,33.875789],[116.553122,33.882017],[116.5534,33.887744],[116.550716,33.895064],[116.551518,33.900922],[116.557213,33.909539],[116.568481,33.913676],[116.570248,33.91425],[116.576013,33.907015],[116.575834,33.901824],[116.582763,33.900443],[116.595356,33.900917],[116.599573,33.898318],[116.599922,33.894745],[116.609492,33.889435],[116.637596,33.885059],[116.644088,33.899816],[116.642105,33.9037],[116.634818,33.908475],[116.636003,33.928445],[116.641104,33.936588],[116.636842,33.94554],[116.640015,33.95273],[116.642805,33.952736],[116.643955,33.956902],[116.644816,33.974936],[116.64048,33.975001],[116.63403,33.980548],[116.632863,33.978931],[116.628291,33.980448],[116.614495,33.993312],[116.60134,34.002105],[116.602198,34.009668],[116.597626,34.016638],[116.598865,34.024281],[116.591315,34.040271],[116.58201,34.047495],[116.581267,34.052005],[116.576498,34.055799],[116.575175,34.060828],[116.564717,34.072853],[116.560445,34.086168],[116.549819,34.098042],[116.53592,34.098298],[116.534461,34.101933],[116.536208,34.111142],[116.528899,34.117251],[116.527022,34.122468],[116.529738,34.142861],[116.547927,34.169124],[116.556906,34.168128],[116.559732,34.169997],[116.560636,34.174715],[116.555911,34.179827],[116.555069,34.187745],[116.548437,34.188564],[116.54131,34.196309],[116.538473,34.206022],[116.537519,34.221156],[116.538503,34.225475],[116.54192,34.230086],[116.538771,34.241726],[116.540862,34.243652],[116.548975,34.243545],[116.555284,34.249916],[116.563654,34.253398],[116.577035,34.267691],[116.579663,34.276662],[116.561219,34.280462],[116.560732,34.284607],[116.550058,34.292704],[116.525726,34.291781],[116.518854,34.292501],[116.516281,34.294981],[116.507995,34.296585],[116.490748,34.294059],[116.491039,34.291891],[116.475362,34.272747],[116.471681,34.271857],[116.446718,34.272133],[116.443229,34.283287],[116.449377,34.288044],[116.442861,34.289702],[116.434888,34.287763],[116.427655,34.281948],[116.425934,34.277161],[116.427652,34.271358],[116.410658,34.269484],[116.400541,34.277687],[116.375771,34.274211],[116.366549,34.268829],[116.359096,34.272698],[116.356864,34.280693],[116.365047,34.290891],[116.369495,34.292759],[116.369736,34.299061],[116.362669,34.311366],[116.351955,34.320038],[116.345059,34.328255],[116.341519,34.326181],[116.326495,34.325989],[116.322678,34.334529],[116.308352,34.339541],[116.303993,34.335716],[116.301606,34.336569],[116.291978,34.348933],[116.290666,34.352729],[116.293174,34.353284],[116.293646,34.355097],[116.293236,34.357497],[116.290104,34.360216],[116.278611,34.358689],[116.271813,34.361454],[116.265625,34.370294],[116.250618,34.379341],[116.245003,34.380055],[116.235603,34.374279],[116.227657,34.375119],[116.227844,34.38193],[116.214864,34.377266],[116.205256,34.380783],[116.201524,34.383431],[116.201453,34.391077],[116.205111,34.401617],[116.211326,34.401999],[116.213164,34.407074],[116.202323,34.415284],[116.196179,34.414745],[116.190061,34.421522],[116.190495,34.425109],[116.180524,34.425326],[116.179308,34.423836],[116.175296,34.425859],[116.17418,34.426984],[116.175014,34.43073],[116.180604,34.430447],[116.17933,34.437994],[116.175401,34.443808],[116.164456,34.445319],[116.152982,34.451022],[116.15406,34.45883],[116.157063,34.458518],[116.161004,34.464349],[116.163401,34.473981],[116.170472,34.474202],[116.171507,34.475741],[116.175113,34.493435],[116.187274,34.503805],[116.201378,34.507721],[116.203351,34.513261],[116.203475,34.51479],[116.187038,34.530115],[116.191255,34.54862],[116.19314,34.548815],[116.196165,34.560736],[116.196039,34.568391],[116.191248,34.576896],[116.197098,34.579475],[116.211059,34.575995],[116.218618,34.56984],[116.224181,34.557619],[116.231084,34.554615],[116.243507,34.553365],[116.247489,34.56353],[116.261831,34.581033],[116.277161,34.582377],[116.278279,34.593595],[116.274259,34.600192],[116.273665,34.606054],[116.289794,34.606998],[116.301838,34.600112],[116.313576,34.598533],[116.319861,34.601505],[116.323555,34.605988],[116.330485,34.622738],[116.339015,34.622119],[116.363136,34.629644],[116.369737,34.637522],[116.37516,34.637963],[116.381702,34.634616],[116.386464,34.638032],[116.391288,34.648507],[116.399769,34.646931],[116.404052,34.643606],[116.412346,34.650501],[116.424854,34.65234]]]}},{type:"Feature",properties:{name:"福建省",province_adcode:35e4,province_type:"省",name_en:"Fujian",name_var:"Fú Jiàn",adcode:35e4},geometry:{type:"MultiPolygon",coordinates:[[[[117.292284,23.59563],[117.284028,23.593494],[117.284289,23.598143],[117.289283,23.603771],[117.29279,23.602226],[117.294153,23.599518],[117.292284,23.59563]]],[[[117.32745,23.609257],[117.318748,23.608517],[117.31662,23.603495],[117.310161,23.603271],[117.30843,23.605258],[117.312366,23.611374],[117.321729,23.613513],[117.329666,23.613487],[117.32745,23.609257]]],[[[117.55507,23.728979],[117.548802,23.72853],[117.543771,23.730985],[117.543024,23.732911],[117.546585,23.733269],[117.548853,23.73606],[117.547146,23.740725],[117.549669,23.74133],[117.549062,23.739102],[117.551925,23.736595],[117.55507,23.728979]]],[[[117.703631,23.781449],[117.714649,23.780382],[117.719912,23.777505],[117.721066,23.773301],[117.717173,23.775369],[117.712781,23.772446],[117.708147,23.771736],[117.703631,23.781449]]],[[[117.685953,23.784331],[117.688537,23.777575],[117.685068,23.778331],[117.683635,23.782003],[117.677964,23.783753],[117.679063,23.785779],[117.684419,23.787363],[117.685953,23.784331]]],[[[117.725713,23.788628],[117.719129,23.790465],[117.718939,23.793355],[117.726416,23.793365],[117.725713,23.788628]]],[[[117.669152,23.789235],[117.666708,23.790961],[117.664682,23.797877],[117.664003,23.803234],[117.665596,23.805701],[117.668618,23.800045],[117.66829,23.795333],[117.671626,23.791491],[117.669152,23.789235]]],[[[117.762596,23.816994],[117.7597,23.815058],[117.753788,23.814365],[117.755971,23.816873],[117.760948,23.818664],[117.762596,23.816994]]],[[[117.443062,23.927115],[117.448012,23.923772],[117.445502,23.918629],[117.430566,23.925882],[117.430082,23.930529],[117.433703,23.931188],[117.443062,23.927115]]],[[[118.149126,24.322144],[118.144331,24.322397],[118.140588,24.339365],[118.14138,24.340885],[118.144169,24.341053],[118.150986,24.334394],[118.147317,24.332458],[118.146079,24.329434],[118.151148,24.324612],[118.149126,24.322144]]],[[[118.075224,24.373215],[118.070064,24.370894],[118.064077,24.372438],[118.0612,24.378897],[118.062696,24.382674],[118.067145,24.385527],[118.073402,24.384765],[118.076198,24.382292],[118.0774,24.378479],[118.075224,24.373215]]],[[[118.16518,24.38886],[118.17261,24.388319],[118.172286,24.385806],[118.167652,24.384557],[118.163311,24.387041],[118.158833,24.393098],[118.161048,24.396246],[118.164708,24.395529],[118.163683,24.392389],[118.16518,24.38886]]],[[[117.919229,24.403528],[117.910472,24.401595],[117.905677,24.404035],[117.914342,24.406303],[117.917444,24.406039],[117.919229,24.403528]]],[[[117.958478,24.40278],[117.942293,24.405707],[117.937405,24.408508],[117.958125,24.417442],[117.97867,24.413402],[117.976047,24.406883],[117.958478,24.40278]]],[[[118.007521,24.43204],[118.00212,24.431786],[118.001144,24.435671],[118.005034,24.436883],[118.010186,24.434381],[118.007521,24.43204]]],[[[118.26693,24.437341],[118.262541,24.422514],[118.257598,24.425368],[118.251038,24.424268],[118.245517,24.418576],[118.232268,24.412812],[118.2258,24.405412],[118.214194,24.409768],[118.212018,24.412231],[118.219544,24.414997],[118.225573,24.422258],[118.229211,24.44416],[118.231841,24.448373],[118.246365,24.452857],[118.250947,24.452343],[118.264518,24.443505],[118.267655,24.443169],[118.26693,24.437341]]],[[[118.069429,24.441123],[118.066069,24.439143],[118.064466,24.442006],[118.053555,24.444971],[118.05601,24.454313],[118.061732,24.45581],[118.070477,24.44738],[118.071317,24.444098],[118.069429,24.441123]]],[[[117.910416,24.477769],[117.923314,24.470136],[117.924665,24.468499],[117.924247,24.46433],[117.915259,24.468098],[117.905559,24.477238],[117.910416,24.477769]]],[[[118.43245,24.509162],[118.449824,24.508754],[118.447438,24.500756],[118.455696,24.482955],[118.461241,24.478957],[118.46175,24.464301],[118.46368,24.455976],[118.468335,24.450535],[118.472685,24.45087],[118.4725,24.441415],[118.470391,24.440445],[118.468008,24.442043],[118.464527,24.441699],[118.460167,24.437716],[118.45954,24.435907],[118.464132,24.429025],[118.456886,24.421489],[118.439051,24.413639],[118.43421,24.413857],[118.431678,24.419724],[118.428149,24.423296],[118.410717,24.428748],[118.408585,24.431858],[118.402827,24.434861],[118.386588,24.435337],[118.374501,24.43277],[118.350121,24.420558],[118.338757,24.40692],[118.330795,24.388502],[118.320194,24.385788],[118.318606,24.388219],[118.293425,24.40084],[118.278129,24.413467],[118.278872,24.414824],[118.300389,24.418177],[118.307758,24.425761],[118.309468,24.431946],[118.309134,24.441005],[118.304457,24.45194],[118.303104,24.461612],[118.288618,24.469951],[118.292381,24.478178],[118.303264,24.485598],[118.311202,24.489653],[118.313804,24.489302],[118.340221,24.469481],[118.351121,24.464352],[118.377197,24.460699],[118.385793,24.4694],[118.387563,24.483152],[118.395482,24.491956],[118.394089,24.506757],[118.411554,24.517524],[118.411563,24.525592],[118.418891,24.527908],[118.422561,24.527065],[118.427294,24.521573],[118.43245,24.509162]]],[[[118.192323,24.473141],[118.1897,24.470317],[118.185775,24.472516],[118.176258,24.459742],[118.137104,24.430482],[118.131842,24.423747],[118.11869,24.42757],[118.114897,24.430048],[118.10128,24.430367],[118.09452,24.434627],[118.084956,24.436137],[118.066867,24.45897],[118.066225,24.462815],[118.070458,24.47804],[118.069205,24.485652],[118.071247,24.497584],[118.077994,24.510579],[118.087882,24.540566],[118.102103,24.555111],[118.111783,24.555417],[118.137531,24.559964],[118.141356,24.559232],[118.15311,24.54716],[118.160673,24.546586],[118.17488,24.54091],[118.190379,24.532846],[118.193713,24.528494],[118.194372,24.495686],[118.197307,24.485167],[118.192323,24.473141]]],[[[118.376526,24.554695],[118.374771,24.555141],[118.374593,24.55851],[118.379649,24.561209],[118.390505,24.562726],[118.39342,24.561209],[118.39229,24.55877],[118.387442,24.556718],[118.376526,24.554695]]],[[[118.322799,24.570876],[118.328295,24.571218],[118.336831,24.568214],[118.338666,24.569305],[118.349849,24.567722],[118.372512,24.562288],[118.373857,24.559111],[118.366201,24.549546],[118.368923,24.541862],[118.357837,24.534603],[118.349789,24.539157],[118.343042,24.537054],[118.337157,24.537485],[118.337771,24.541034],[118.334381,24.543989],[118.327255,24.543521],[118.321935,24.546185],[118.320623,24.539817],[118.313634,24.543498],[118.307855,24.549556],[118.29006,24.559958],[118.291624,24.567859],[118.305264,24.575468],[118.315709,24.576569],[118.322799,24.570876]]],[[[118.774272,24.834217],[118.77679,24.830344],[118.776153,24.828345],[118.764947,24.828577],[118.764905,24.831213],[118.774272,24.834217]]],[[[119.461556,24.992445],[119.460741,24.988787],[119.457492,24.989165],[119.455746,24.987525],[119.452255,24.988674],[119.444599,24.995504],[119.454407,24.995848],[119.461556,24.992445]]],[[[119.027444,25.031081],[119.024089,25.032462],[119.021132,25.040804],[119.022112,25.042873],[119.027301,25.04085],[119.026257,25.037405],[119.029361,25.033411],[119.027444,25.031081]]],[[[119.041151,25.078837],[119.038312,25.075537],[119.035887,25.07567],[119.034178,25.080214],[119.040963,25.084868],[119.042553,25.082139],[119.041151,25.078837]]],[[[119.15266,25.095677],[119.14817,25.095373],[119.140024,25.086834],[119.134033,25.087403],[119.129939,25.080726],[119.130009,25.070837],[119.136141,25.068607],[119.132234,25.059986],[119.135257,25.057953],[119.139989,25.05868],[119.140815,25.055882],[119.130248,25.050548],[119.129314,25.046735],[119.126285,25.045221],[119.124005,25.035776],[119.119228,25.032621],[119.122707,25.026979],[119.115298,25.026192],[119.114877,25.029066],[119.116954,25.032422],[119.110122,25.039525],[119.108944,25.043785],[119.094915,25.049691],[119.091297,25.051704],[119.090733,25.053677],[119.108035,25.049514],[119.116455,25.052131],[119.118153,25.060144],[119.116938,25.064357],[119.106976,25.075846],[119.111437,25.083817],[119.125898,25.094977],[119.141389,25.094596],[119.146946,25.101819],[119.152199,25.105002],[119.15266,25.095677]]],[[[119.367079,25.124729],[119.369672,25.122504],[119.372849,25.123139],[119.368856,25.119215],[119.362164,25.120942],[119.36331,25.129706],[119.3652,25.131159],[119.367786,25.126937],[119.367079,25.124729]]],[[[118.994038,25.180221],[118.99045,25.174855],[118.990817,25.181555],[118.997947,25.189445],[119.000351,25.189692],[118.999999,25.186003],[118.994038,25.180221]]],[[[119.029834,25.188453],[119.02926,25.182012],[119.023617,25.174712],[119.018115,25.173403],[119.013623,25.174533],[119.012017,25.177389],[119.012746,25.186325],[119.015296,25.187667],[119.017299,25.185926],[119.027692,25.191604],[119.029834,25.188453]]],[[[119.595714,25.189107],[119.588234,25.190836],[119.586437,25.19285],[119.590484,25.196869],[119.594214,25.19717],[119.59696,25.19179],[119.595714,25.189107]]],[[[119.642631,25.230492],[119.635101,25.230991],[119.633589,25.234221],[119.640545,25.234548],[119.642894,25.2327],[119.642631,25.230492]]],[[[119.59504,25.241463],[119.590669,25.239108],[119.584098,25.241712],[119.587761,25.244848],[119.591894,25.245257],[119.59504,25.241463]]],[[[119.5841,25.251181],[119.582069,25.245832],[119.575297,25.253979],[119.578229,25.254722],[119.5841,25.251181]]],[[[119.479188,25.242037],[119.482472,25.241966],[119.488343,25.246662],[119.490623,25.245455],[119.491712,25.231245],[119.49028,25.225207],[119.491896,25.222753],[119.504092,25.213258],[119.517047,25.206446],[119.534752,25.2023],[119.55517,25.206908],[119.567325,25.212149],[119.568679,25.210094],[119.572034,25.210006],[119.572448,25.204236],[119.569045,25.199764],[119.558793,25.196825],[119.551625,25.199174],[119.546807,25.198933],[119.535601,25.186786],[119.535492,25.18345],[119.542571,25.182689],[119.54783,25.176598],[119.549557,25.167678],[119.535309,25.165575],[119.503285,25.175786],[119.500358,25.180354],[119.498427,25.188801],[119.481041,25.193704],[119.469219,25.202888],[119.457574,25.204769],[119.4485,25.204225],[119.44172,25.20689],[119.44086,25.217478],[119.445544,25.220553],[119.445281,25.229188],[119.452705,25.236826],[119.457701,25.24475],[119.461842,25.246677],[119.467624,25.258027],[119.471835,25.258741],[119.475476,25.245963],[119.479188,25.242037]]],[[[119.630468,25.25841],[119.62412,25.256156],[119.620988,25.257929],[119.6222,25.260497],[119.625848,25.261228],[119.630763,25.260579],[119.630468,25.25841]]],[[[119.574029,25.265377],[119.567171,25.263377],[119.568314,25.270511],[119.575788,25.269244],[119.574029,25.265377]]],[[[119.524348,25.275667],[119.523953,25.270013],[119.519359,25.270949],[119.51303,25.267674],[119.509501,25.27094],[119.509458,25.274757],[119.513514,25.276255],[119.51495,25.28139],[119.512043,25.282526],[119.513025,25.28299],[119.516237,25.282298],[119.524348,25.275667]]],[[[119.759166,25.293829],[119.756244,25.29318],[119.754123,25.298966],[119.756136,25.305063],[119.758257,25.304933],[119.762059,25.301073],[119.762906,25.295969],[119.759166,25.293829]]],[[[119.370738,25.328206],[119.367429,25.328043],[119.360417,25.330961],[119.355675,25.334396],[119.356006,25.335523],[119.362624,25.333959],[119.369421,25.330402],[119.370738,25.328206]]],[[[119.699882,25.336008],[119.6939,25.334633],[119.694904,25.326133],[119.698709,25.321604],[119.70153,25.321028],[119.706453,25.323245],[119.707034,25.318484],[119.70259,25.320127],[119.699777,25.315967],[119.690612,25.314405],[119.688536,25.308875],[119.684219,25.309354],[119.686157,25.31436],[119.69097,25.317331],[119.684465,25.323445],[119.684314,25.331811],[119.689154,25.334127],[119.689338,25.33825],[119.696608,25.344073],[119.698685,25.341899],[119.699882,25.336008]]],[[[119.4841,25.336545],[119.484416,25.334022],[119.482482,25.332844],[119.478347,25.333076],[119.475556,25.335732],[119.462178,25.3374],[119.46679,25.347413],[119.469472,25.349606],[119.483815,25.354142],[119.480743,25.342763],[119.481395,25.33937],[119.4841,25.336545]]],[[[119.255305,25.35162],[119.253891,25.351517],[119.252468,25.356615],[119.255663,25.360277],[119.259,25.359301],[119.259272,25.356801],[119.255305,25.35162]]],[[[119.727105,25.376152],[119.731113,25.365366],[119.715962,25.359418],[119.704051,25.357471],[119.696309,25.361219],[119.694034,25.36909],[119.699951,25.370686],[119.703401,25.374285],[119.713187,25.374731],[119.720683,25.381117],[119.724561,25.379475],[119.727105,25.376152]]],[[[119.663694,25.406359],[119.661974,25.406055],[119.657562,25.411195],[119.657505,25.416576],[119.660456,25.420173],[119.657545,25.422377],[119.65776,25.429034],[119.664661,25.42838],[119.667298,25.424121],[119.666997,25.420561],[119.663655,25.417665],[119.663694,25.406359]]],[[[119.393955,25.438546],[119.397642,25.436393],[119.384811,25.438451],[119.386744,25.442621],[119.39109,25.44532],[119.390166,25.442865],[119.393955,25.438546]]],[[[119.810315,25.438877],[119.804341,25.437653],[119.79946,25.447397],[119.800288,25.449258],[119.802972,25.448494],[119.810315,25.438877]]],[[[119.900366,25.596285],[119.902777,25.591942],[119.896056,25.585835],[119.87181,25.590508],[119.871336,25.607562],[119.8778,25.606637],[119.881173,25.600952],[119.885433,25.601899],[119.89018,25.605513],[119.887117,25.59745],[119.893695,25.595578],[119.894872,25.596547],[119.892824,25.60402],[119.893403,25.609068],[119.896457,25.609486],[119.900366,25.596285]]],[[[119.713438,25.658076],[119.716142,25.65147],[119.716504,25.642795],[119.71105,25.638323],[119.704851,25.640116],[119.699364,25.644836],[119.691794,25.640387],[119.68085,25.639068],[119.678509,25.636993],[119.67502,25.640849],[119.673444,25.64075],[119.668619,25.636606],[119.665416,25.643488],[119.659625,25.64884],[119.663421,25.654805],[119.671765,25.659876],[119.67471,25.658974],[119.672176,25.653319],[119.67492,25.6505],[119.681028,25.650397],[119.68925,25.655811],[119.704931,25.659598],[119.710123,25.665307],[119.715447,25.666354],[119.713438,25.658076]]],[[[119.778534,25.652114],[119.769777,25.643972],[119.769329,25.636648],[119.771386,25.625757],[119.782853,25.610043],[119.793666,25.614734],[119.79863,25.619421],[119.803732,25.621173],[119.809488,25.620013],[119.813339,25.613456],[119.830926,25.604097],[119.836326,25.602707],[119.837494,25.597904],[119.836051,25.595767],[119.833117,25.595096],[119.826246,25.585037],[119.820847,25.583712],[119.834858,25.572702],[119.845395,25.56622],[119.863194,25.563202],[119.8738,25.565149],[119.881815,25.570027],[119.885281,25.567125],[119.873626,25.549862],[119.856455,25.537588],[119.853957,25.537631],[119.855902,25.547966],[119.850637,25.551151],[119.842028,25.553332],[119.833781,25.552725],[119.824218,25.544332],[119.817149,25.541825],[119.814038,25.544429],[119.810722,25.542472],[119.803892,25.526258],[119.805881,25.513122],[119.803993,25.507511],[119.805148,25.495468],[119.808671,25.494144],[119.814499,25.495161],[119.821412,25.494148],[119.825607,25.492105],[119.823277,25.484465],[119.825171,25.481434],[119.839941,25.486735],[119.84708,25.484051],[119.857213,25.485162],[119.858826,25.482232],[119.856285,25.477738],[119.859355,25.473527],[119.85877,25.469249],[119.852431,25.461962],[119.851615,25.456578],[119.846484,25.456821],[119.84364,25.457553],[119.844181,25.462985],[119.841269,25.468639],[119.830304,25.472285],[119.821651,25.471995],[119.811422,25.46651],[119.808444,25.46293],[119.789859,25.458459],[119.775614,25.446867],[119.758219,25.440844],[119.756203,25.438079],[119.755249,25.43188],[119.749062,25.428289],[119.74995,25.42217],[119.759696,25.413398],[119.763725,25.414798],[119.762311,25.417702],[119.768252,25.418618],[119.776629,25.414897],[119.778546,25.40964],[119.77036,25.397552],[119.766839,25.396743],[119.753914,25.399121],[119.751773,25.403047],[119.743083,25.409185],[119.741989,25.414051],[119.735958,25.418892],[119.714559,25.423043],[119.709736,25.430555],[119.706119,25.43284],[119.6986,25.434172],[119.702286,25.444794],[119.70731,25.447662],[119.701004,25.454407],[119.691982,25.443738],[119.685376,25.442407],[119.680464,25.445152],[119.673389,25.461575],[119.672467,25.477971],[119.679829,25.491514],[119.679738,25.494955],[119.676244,25.496485],[119.67698,25.498608],[119.687847,25.505486],[119.695846,25.513362],[119.706678,25.513442],[119.711627,25.507189],[119.722009,25.510474],[119.733116,25.507429],[119.736818,25.509689],[119.736985,25.513044],[119.733012,25.517103],[119.722562,25.518677],[119.722119,25.522835],[119.717472,25.524132],[119.714905,25.522507],[119.709961,25.524638],[119.71333,25.533833],[119.713617,25.556766],[119.705329,25.575813],[119.697188,25.581588],[119.692442,25.58195],[119.688341,25.58627],[119.689975,25.589947],[119.684233,25.5992],[119.683505,25.603155],[119.699399,25.623305],[119.723945,25.634782],[119.735782,25.64635],[119.764679,25.659836],[119.785907,25.66676],[119.788066,25.666175],[119.788316,25.664095],[119.778534,25.652114]]],[[[119.664383,25.661824],[119.658843,25.658858],[119.649287,25.658677],[119.646628,25.656187],[119.643595,25.65911],[119.647354,25.670162],[119.65552,25.675749],[119.661509,25.667469],[119.666124,25.66494],[119.664383,25.661824]]],[[[119.577245,25.665277],[119.574505,25.664735],[119.572633,25.667331],[119.581248,25.677544],[119.586594,25.680457],[119.585833,25.676358],[119.577245,25.665277]]],[[[119.611904,25.674121],[119.605297,25.666932],[119.607079,25.66266],[119.605178,25.656686],[119.595514,25.646168],[119.583097,25.637051],[119.581262,25.633196],[119.57442,25.630601],[119.556997,25.638169],[119.556808,25.64183],[119.563632,25.64865],[119.574046,25.642859],[119.576327,25.649439],[119.591601,25.665496],[119.604718,25.668805],[119.615806,25.681394],[119.611904,25.674121]]],[[[119.654521,25.683166],[119.64979,25.67858],[119.644171,25.676795],[119.640765,25.673005],[119.635782,25.671283],[119.635928,25.674549],[119.639627,25.679833],[119.647563,25.681093],[119.653821,25.684839],[119.654521,25.683166]]],[[[119.67727,25.759759],[119.673038,25.758917],[119.669003,25.760244],[119.666067,25.766568],[119.668543,25.769066],[119.678821,25.765837],[119.67727,25.759759]]],[[[119.989829,25.971043],[119.984113,25.961902],[119.979892,25.95985],[119.975052,25.953858],[119.971554,25.955624],[119.964587,25.948657],[119.961275,25.950256],[119.969902,25.962171],[119.971144,25.967104],[119.978179,25.969044],[119.981032,25.966308],[119.983718,25.9703],[119.989829,25.971043]]],[[[119.948262,25.980138],[119.948236,25.978262],[119.933653,25.966834],[119.925246,25.975464],[119.923821,25.979191],[119.926694,25.980368],[119.948262,25.980138]]],[[[119.641482,26.113322],[119.639848,26.112936],[119.629936,26.12093],[119.632647,26.122847],[119.643065,26.121643],[119.641482,26.113322]]],[[[119.59858,26.128129],[119.60482,26.123547],[119.626343,26.11801],[119.635666,26.110423],[119.632199,26.109992],[119.631505,26.106694],[119.638146,26.092641],[119.640562,26.089552],[119.64799,26.092068],[119.648945,26.071466],[119.641342,26.065138],[119.63798,26.063062],[119.621903,26.062308],[119.609551,26.064192],[119.59747,26.063895],[119.571911,26.058409],[119.566106,26.06056],[119.559097,26.065727],[119.555024,26.072524],[119.547121,26.080904],[119.540082,26.082453],[119.5387,26.084528],[119.56481,26.117909],[119.584738,26.128044],[119.589418,26.127302],[119.588633,26.128849],[119.59054,26.132405],[119.595399,26.131136],[119.59858,26.128129]]],[[[119.681737,26.138115],[119.680648,26.1368],[119.67478,26.137135],[119.670856,26.132175],[119.672247,26.116327],[119.669448,26.116155],[119.670016,26.120139],[119.667671,26.126],[119.65694,26.132639],[119.657855,26.136871],[119.669904,26.1451],[119.677516,26.143173],[119.681737,26.138115]]],[[[119.637609,26.159951],[119.64097,26.158352],[119.649209,26.160239],[119.660875,26.157661],[119.659199,26.156041],[119.654313,26.156525],[119.650748,26.152569],[119.648327,26.147284],[119.650419,26.141238],[119.650219,26.136374],[119.639314,26.134613],[119.638729,26.137282],[119.634592,26.140058],[119.613703,26.145806],[119.61111,26.149651],[119.602009,26.156148],[119.603173,26.172391],[119.611642,26.174719],[119.626994,26.173257],[119.629999,26.166721],[119.637609,26.159951]]],[[[119.928513,26.169624],[119.923668,26.162405],[119.924859,26.160952],[119.932729,26.161267],[119.935059,26.159303],[119.935709,26.154192],[119.943551,26.158099],[119.943791,26.164308],[119.949067,26.16741],[119.960581,26.168206],[119.965139,26.165988],[119.962268,26.158386],[119.957846,26.154398],[119.942057,26.143346],[119.938262,26.142889],[119.936161,26.145534],[119.93113,26.144173],[119.927707,26.138268],[119.925375,26.137658],[119.92332,26.138334],[119.923371,26.141989],[119.916839,26.141075],[119.90902,26.145281],[119.910697,26.149605],[119.915173,26.153197],[119.917577,26.157777],[119.91916,26.167191],[119.91527,26.169285],[119.916452,26.175145],[119.928035,26.171749],[119.928513,26.169624]]],[[[120.001443,26.235268],[120.001894,26.233651],[120.006428,26.234068],[120.007137,26.227187],[120.011317,26.22856],[120.015455,26.227745],[120.014606,26.223579],[120.012282,26.221583],[120.011649,26.21449],[120.009711,26.214699],[120.007043,26.222031],[120.004252,26.222751],[120.002597,26.222565],[120.000381,26.218871],[119.996183,26.218746],[119.990492,26.214342],[119.989133,26.214639],[119.989484,26.217656],[119.987172,26.218645],[119.976027,26.215055],[119.97267,26.211814],[119.971572,26.20756],[119.973572,26.195617],[119.966488,26.194014],[119.965678,26.202505],[119.969511,26.213811],[119.967348,26.221098],[119.978628,26.225938],[119.98325,26.224874],[119.995328,26.238196],[119.999918,26.237935],[120.001443,26.235268]]],[[[120.006429,26.249736],[120.003203,26.245004],[119.997761,26.241922],[119.995459,26.242537],[119.998229,26.249437],[120.00378,26.251279],[120.006429,26.249736]]],[[[119.985943,26.266446],[119.981302,26.266455],[119.978386,26.27194],[119.986288,26.28248],[119.990446,26.284378],[119.992332,26.275726],[119.99031,26.269638],[119.985943,26.266446]]],[[[120.480133,26.383684],[120.483238,26.377094],[120.481607,26.371128],[120.485048,26.369977],[120.491909,26.370697],[120.493469,26.376717],[120.495976,26.378382],[120.499646,26.37809],[120.49899,26.373812],[120.5026,26.370833],[120.506599,26.372834],[120.510627,26.367822],[120.510936,26.364851],[120.501584,26.36772],[120.498411,26.362444],[120.484306,26.355734],[120.481518,26.358935],[120.486229,26.36678],[120.484604,26.369371],[120.481294,26.37054],[120.477612,26.369091],[120.477149,26.377374],[120.473915,26.376906],[120.471701,26.372413],[120.469387,26.371113],[120.46971,26.377445],[120.473538,26.378688],[120.47534,26.383271],[120.480133,26.383684]]],[[[119.911961,26.411477],[119.906508,26.408702],[119.902989,26.411163],[119.906379,26.413438],[119.91234,26.42347],[119.916801,26.424646],[119.913587,26.421318],[119.915421,26.418223],[119.911883,26.415737],[119.914311,26.414358],[119.911961,26.411477]]],[[[119.886022,26.417278],[119.879187,26.414692],[119.882271,26.425325],[119.88618,26.423408],[119.888831,26.419458],[119.886022,26.417278]]],[[[120.134642,26.487104],[120.130786,26.487004],[120.128954,26.494428],[120.140731,26.498134],[120.141975,26.497063],[120.141341,26.494082],[120.134642,26.487104]]],[[[120.064933,26.519779],[120.064874,26.515422],[120.059944,26.504697],[120.061267,26.501973],[120.055864,26.497682],[120.053289,26.500771],[120.04693,26.503661],[120.044053,26.50288],[120.038164,26.494132],[120.028088,26.493895],[120.025713,26.496587],[120.023949,26.501235],[120.030497,26.502652],[120.034921,26.513053],[120.034302,26.517145],[120.03861,26.5201],[120.044537,26.522013],[120.048361,26.52097],[120.051945,26.517275],[120.055087,26.517475],[120.056886,26.518865],[120.057011,26.524982],[120.061755,26.526848],[120.064734,26.523662],[120.064933,26.519779]]],[[[120.148726,26.536298],[120.14268,26.531442],[120.132744,26.531668],[120.129175,26.533453],[120.129532,26.535118],[120.136026,26.537526],[120.139397,26.545347],[120.14122,26.546258],[120.148726,26.536298]]],[[[120.001191,26.5554],[120.002882,26.555147],[120.003022,26.553247],[120.000412,26.549439],[120.006128,26.54984],[120.006705,26.546552],[120.002293,26.543871],[120.002537,26.540665],[120,26.538362],[119.997736,26.536594],[119.994074,26.536519],[119.999382,26.545668],[119.997914,26.554035],[119.99907,26.555699],[120.001191,26.5554]]],[[[120.150822,26.553711],[120.144208,26.555572],[120.14563,26.55808],[120.149541,26.559277],[120.153118,26.562913],[120.156242,26.56261],[120.159797,26.557417],[120.158119,26.554704],[120.150822,26.553711]]],[[[119.81261,26.574339],[119.810221,26.568652],[119.810356,26.564526],[119.801432,26.566302],[119.797557,26.570544],[119.812105,26.575458],[119.81261,26.574339]]],[[[120.157345,26.57748],[120.148487,26.573894],[120.147783,26.576017],[120.14437,26.575281],[120.141934,26.568387],[120.143298,26.564744],[120.130729,26.555598],[120.120634,26.562619],[120.114421,26.569257],[120.123327,26.577689],[120.127041,26.577187],[120.134757,26.581094],[120.138905,26.593362],[120.147854,26.601028],[120.148684,26.604796],[120.152844,26.606954],[120.159159,26.605989],[120.164666,26.59999],[120.164157,26.590056],[120.157345,26.57748]]],[[[119.800168,26.600353],[119.793153,26.600212],[119.792321,26.601435],[119.795119,26.608125],[119.797977,26.609082],[119.801944,26.605379],[119.802847,26.602984],[119.800168,26.600353]]],[[[119.814123,26.623125],[119.808242,26.614978],[119.796421,26.615236],[119.772427,26.604324],[119.768499,26.609459],[119.763848,26.609373],[119.758128,26.612515],[119.755866,26.620933],[119.756496,26.622366],[119.767034,26.625822],[119.791476,26.631179],[119.807227,26.62785],[119.814123,26.623125]]],[[[120.360403,26.643729],[120.366138,26.644414],[120.365018,26.639034],[120.359272,26.638864],[120.358904,26.64198],[120.356941,26.643372],[120.347941,26.641867],[120.346963,26.646162],[120.35111,26.649644],[120.356234,26.649774],[120.360403,26.643729]]],[[[119.915234,26.649242],[119.922421,26.650571],[119.92481,26.645445],[119.920749,26.643625],[119.91847,26.646333],[119.916519,26.645524],[119.914119,26.646847],[119.913347,26.650538],[119.915234,26.649242]]],[[[120.324967,26.651601],[120.318303,26.650542],[120.317317,26.652748],[120.320788,26.656307],[120.324511,26.656621],[120.327658,26.65403],[120.324967,26.651601]]],[[[119.75579,26.672569],[119.751079,26.665763],[119.745248,26.661351],[119.732808,26.660829],[119.723183,26.655421],[119.718578,26.650441],[119.716045,26.643923],[119.708547,26.640963],[119.688502,26.637457],[119.665329,26.636784],[119.656251,26.648573],[119.652324,26.661201],[119.653196,26.663634],[119.659295,26.668576],[119.658311,26.672178],[119.660158,26.676757],[119.664929,26.679024],[119.678725,26.671584],[119.683264,26.67285],[119.702704,26.668088],[119.726365,26.671019],[119.731759,26.675535],[119.732455,26.678211],[119.74273,26.680992],[119.749999,26.679852],[119.754114,26.676533],[119.75579,26.672569]]],[[[120.384871,26.685105],[120.386533,26.680482],[120.384619,26.677686],[120.379352,26.67795],[120.383291,26.68242],[120.379027,26.684847],[120.380651,26.686119],[120.384871,26.685105]]],[[[119.819061,26.680267],[119.822555,26.677462],[119.821613,26.675374],[119.809804,26.669327],[119.811423,26.672277],[119.810797,26.675335],[119.80721,26.678575],[119.80249,26.677712],[119.797552,26.679905],[119.793168,26.683913],[119.79369,26.686675],[119.801502,26.686713],[119.819061,26.680267]]],[[[119.77373,26.680086],[119.772389,26.680431],[119.77399,26.688157],[119.780183,26.692221],[119.785146,26.691396],[119.787216,26.687172],[119.786452,26.686084],[119.77373,26.680086]]],[[[119.939402,26.696407],[119.945198,26.695224],[119.94712,26.692948],[119.934111,26.680712],[119.932953,26.675501],[119.93994,26.669595],[119.942132,26.664346],[119.934776,26.666709],[119.933269,26.670191],[119.929923,26.671796],[119.926104,26.668237],[119.923155,26.668583],[119.922652,26.67894],[119.919799,26.680101],[119.912328,26.678587],[119.905099,26.683616],[119.902495,26.687364],[119.904315,26.69339],[119.913938,26.694984],[119.916337,26.693167],[119.928352,26.693019],[119.932232,26.693588],[119.937025,26.696889],[119.939402,26.696407]]],[[[120.132989,26.688217],[120.130331,26.687457],[120.121084,26.692079],[120.117038,26.697679],[120.120517,26.698987],[120.130624,26.697688],[120.135865,26.694029],[120.135394,26.6908],[120.132989,26.688217]]],[[[120.35604,26.709117],[120.357627,26.709099],[120.357627,26.707044],[120.365066,26.70453],[120.365789,26.701891],[120.359382,26.701258],[120.356136,26.698952],[120.353462,26.699488],[120.345856,26.694485],[120.347386,26.699255],[120.340887,26.700229],[120.342239,26.70322],[120.348937,26.704628],[120.350192,26.707996],[120.353872,26.711013],[120.35604,26.709117]]],[[[119.653439,26.713684],[119.653129,26.707236],[119.651673,26.705468],[119.640453,26.706692],[119.639827,26.709012],[119.642332,26.71018],[119.636749,26.713307],[119.632372,26.710858],[119.628272,26.705477],[119.62494,26.715024],[119.634764,26.726858],[119.647929,26.735079],[119.652355,26.72657],[119.658485,26.724884],[119.653404,26.719104],[119.65301,26.716896],[119.655533,26.715492],[119.653439,26.713684]]],[[[119.648841,26.749614],[119.642988,26.748911],[119.64124,26.754581],[119.647508,26.757531],[119.651524,26.753938],[119.648841,26.749614]]],[[[119.608431,26.774125],[119.604101,26.772139],[119.6019,26.762724],[119.595057,26.75365],[119.587965,26.751847],[119.57995,26.754583],[119.580148,26.758536],[119.585799,26.766555],[119.589703,26.780306],[119.593767,26.781122],[119.607298,26.778198],[119.608431,26.774125]]],[[[120.152863,26.807555],[120.157133,26.805661],[120.158516,26.802018],[120.157922,26.795759],[120.156223,26.798641],[120.148745,26.795759],[120.140016,26.795622],[120.134893,26.79968],[120.140485,26.802725],[120.144109,26.800928],[120.148117,26.80187],[120.146551,26.80689],[120.151842,26.809275],[120.152863,26.807555]]],[[[120.129947,26.834068],[120.127037,26.831803],[120.112491,26.829613],[120.113197,26.831345],[120.116835,26.832711],[120.129947,26.834068]]],[[[120.21964,26.876879],[120.215111,26.876582],[120.211975,26.883878],[120.213426,26.88631],[120.223859,26.889814],[120.22518,26.881876],[120.21964,26.876879]]],[[[120.264082,26.936703],[120.256995,26.930339],[120.251701,26.92815],[120.259871,26.926911],[120.263951,26.928361],[120.264389,26.925295],[120.261328,26.925316],[120.260634,26.921115],[120.255618,26.923022],[120.246471,26.917601],[120.243467,26.918238],[120.244119,26.922873],[120.248601,26.925677],[120.248494,26.927711],[120.245134,26.929111],[120.246148,26.931201],[120.244741,26.936452],[120.247317,26.936595],[120.254185,26.933001],[120.256008,26.936856],[120.264082,26.936703]]],[[[120.309282,26.925797],[120.287628,26.929188],[120.279812,26.934945],[120.296911,26.939158],[120.2994,26.941897],[120.312554,26.940128],[120.315223,26.935804],[120.312049,26.934256],[120.309185,26.930278],[120.309282,26.925797]]],[[[120.374711,26.959879],[120.379856,26.962843],[120.387916,26.961648],[120.388466,26.959638],[120.383556,26.959989],[120.373812,26.9574],[120.369624,26.961777],[120.371982,26.963382],[120.374711,26.959879]]],[[[120.352887,26.970285],[120.356038,26.96887],[120.355117,26.96404],[120.357864,26.962775],[120.360563,26.964431],[120.363923,26.964079],[120.370582,26.956068],[120.373043,26.938489],[120.38927,26.934795],[120.390631,26.931645],[120.373331,26.933877],[120.362874,26.924437],[120.35371,26.922164],[120.336858,26.928972],[120.32037,26.941972],[120.31915,26.944601],[120.322374,26.955936],[120.318573,26.958362],[120.321048,26.962594],[120.32393,26.962496],[120.338332,26.970386],[120.352887,26.970285]]],[[[120.716052,26.994305],[120.717328,26.992692],[120.721114,26.993564],[120.720808,26.99127],[120.717965,26.990371],[120.721962,26.989528],[120.716602,26.986973],[120.713422,26.987407],[120.717591,26.983528],[120.714062,26.981894],[120.716566,26.978493],[120.71201,26.976638],[120.708124,26.978954],[120.708066,26.980576],[120.711445,26.982154],[120.708684,26.987386],[120.709956,26.993248],[120.716052,26.994305]]],[[[120.696098,27.01077],[120.703971,27.009326],[120.700859,27.004936],[120.698667,27.004702],[120.698983,27.003617],[120.703315,27.004768],[120.703071,27.002318],[120.697453,27.001435],[120.69548,26.996958],[120.691768,26.9963],[120.693127,27.001487],[120.689404,27.008003],[120.696098,27.01077]]],[[[120.420533,27.106336],[120.416746,27.101754],[120.410901,27.099346],[120.40142,27.098384],[120.406922,27.104311],[120.412967,27.106337],[120.420533,27.106336]]],[[[120.282203,27.239405],[120.277005,27.240925],[120.274476,27.244132],[120.276331,27.248199],[120.278968,27.249712],[120.282203,27.239405]]],[[[118.717597,28.317041],[118.724688,28.307267],[118.724679,28.304169],[118.721883,28.303381],[118.720548,28.300416],[118.721625,28.288975],[118.722962,28.287534],[118.725639,28.288307],[118.729029,28.295862],[118.732777,28.294613],[118.734621,28.291936],[118.734086,28.288545],[118.727915,28.283757],[118.735573,28.279851],[118.736251,28.278194],[118.736429,28.273329],[118.73177,28.268766],[118.731722,28.266767],[118.733584,28.265919],[118.740722,28.268061],[118.740127,28.263897],[118.737748,28.261993],[118.728112,28.260471],[118.729221,28.257406],[118.748317,28.255847],[118.749568,28.24911],[118.76138,28.23925],[118.781579,28.246367],[118.795901,28.245422],[118.800504,28.238813],[118.798597,28.236309],[118.808716,28.233882],[118.809046,28.23255],[118.801474,28.219754],[118.799748,28.212367],[118.798349,28.21081],[118.790739,28.211353],[118.789065,28.207779],[118.784121,28.204745],[118.780269,28.196803],[118.768024,28.193434],[118.76363,28.185218],[118.759928,28.182215],[118.759676,28.177786],[118.756191,28.173747],[118.75751,28.170061],[118.768276,28.169972],[118.778164,28.176326],[118.787244,28.171288],[118.790543,28.171792],[118.792664,28.169306],[118.792014,28.166448],[118.80029,28.159111],[118.801545,28.153605],[118.806119,28.151646],[118.803245,28.14254],[118.795695,28.142348],[118.795565,28.136455],[118.798113,28.130146],[118.796441,28.123858],[118.798729,28.121114],[118.795234,28.117338],[118.791662,28.11622],[118.779803,28.118479],[118.771555,28.115942],[118.767518,28.117262],[118.760849,28.105497],[118.759165,28.098325],[118.752375,28.094874],[118.745319,28.096137],[118.739143,28.091749],[118.730379,28.078173],[118.723204,28.075933],[118.718713,28.068287],[118.716716,28.069426],[118.712253,28.06796],[118.71135,28.06686],[118.71338,28.063962],[118.714846,28.051375],[118.712893,28.035373],[118.716135,28.034515],[118.7257,28.042144],[118.728996,28.035537],[118.729466,28.031199],[118.720304,28.014364],[118.720982,28.00408],[118.727325,27.993524],[118.728418,27.984268],[118.727793,27.979201],[118.724195,27.977967],[118.724188,27.973912],[118.727266,27.970392],[118.732089,27.968826],[118.745123,27.956368],[118.747256,27.953324],[118.747243,27.9463],[118.748877,27.94435],[118.757823,27.946059],[118.770998,27.940743],[118.780645,27.940334],[118.792746,27.934197],[118.795077,27.934439],[118.802428,27.926324],[118.796099,27.923828],[118.798178,27.922205],[118.802973,27.920122],[118.805119,27.921236],[118.81404,27.920505],[118.810982,27.912827],[118.816331,27.909067],[118.816372,27.904362],[118.814555,27.902422],[118.815343,27.898648],[118.820489,27.892545],[118.828515,27.890862],[118.823311,27.887548],[118.822923,27.877907],[118.828595,27.874581],[118.833046,27.867726],[118.825913,27.852344],[118.821838,27.850189],[118.83106,27.842608],[118.833022,27.836566],[118.830633,27.832195],[118.83387,27.827096],[118.83393,27.824105],[118.840425,27.817552],[118.843191,27.817297],[118.844956,27.815199],[118.842748,27.804612],[118.847897,27.798753],[118.846237,27.795384],[118.834786,27.79294],[118.835511,27.78569],[118.838124,27.781181],[118.843791,27.778872],[118.851101,27.779457],[118.850579,27.767177],[118.855285,27.765542],[118.858046,27.761736],[118.859339,27.755045],[118.864847,27.748953],[118.865326,27.741356],[118.867583,27.737083],[118.876416,27.735257],[118.879471,27.727242],[118.886646,27.721056],[118.890416,27.723066],[118.893598,27.722543],[118.890822,27.718877],[118.896406,27.712597],[118.896971,27.71087],[118.895519,27.709508],[118.871313,27.707678],[118.870219,27.702654],[118.876011,27.699046],[118.876685,27.693846],[118.874002,27.68895],[118.869958,27.685655],[118.870568,27.681948],[118.875708,27.677291],[118.875064,27.674192],[118.88161,27.664271],[118.884697,27.662117],[118.887299,27.663066],[118.891811,27.658299],[118.893516,27.653468],[118.897287,27.650592],[118.898903,27.642968],[118.896416,27.637755],[118.897467,27.635297],[118.900183,27.63416],[118.898889,27.628294],[118.901499,27.626552],[118.903752,27.627307],[118.908334,27.6238],[118.912661,27.616629],[118.905176,27.612358],[118.902596,27.603346],[118.903216,27.600002],[118.89885,27.594496],[118.900039,27.591217],[118.897868,27.585921],[118.898534,27.580064],[118.903865,27.575351],[118.906601,27.57521],[118.906663,27.572287],[118.893737,27.570055],[118.890768,27.557581],[118.879674,27.547226],[118.878984,27.543959],[118.874442,27.543223],[118.868313,27.545474],[118.864884,27.5439],[118.860146,27.535096],[118.860021,27.532149],[118.854954,27.529348],[118.853423,27.522177],[118.856316,27.515378],[118.8615,27.518939],[118.8698,27.521057],[118.872664,27.519805],[118.872883,27.511329],[118.876058,27.502723],[118.882375,27.502231],[118.885335,27.498474],[118.886768,27.493493],[118.883227,27.488073],[118.8851,27.484926],[118.891014,27.484558],[118.897409,27.476526],[118.898417,27.472473],[118.896467,27.469431],[118.898877,27.465143],[118.908491,27.463777],[118.914857,27.466365],[118.927237,27.46706],[118.933381,27.465818],[118.938693,27.461611],[118.945166,27.459102],[118.949191,27.453129],[118.952325,27.452332],[118.954165,27.453419],[118.955773,27.461169],[118.958776,27.465385],[118.956624,27.471834],[118.957506,27.473274],[118.96101,27.47616],[118.972087,27.479613],[118.980807,27.478172],[118.984838,27.481518],[118.986174,27.489759],[118.98421,27.496344],[118.979164,27.496758],[118.977343,27.500914],[118.985901,27.506468],[118.993637,27.498337],[118.994575,27.499879],[119.007422,27.499051],[119.008044,27.501301],[119.011069,27.502536],[119.016003,27.50171],[119.018558,27.499997],[119.019031,27.496343],[119.027527,27.492319],[119.029497,27.485308],[119.033492,27.482266],[119.035646,27.481802],[119.039104,27.485244],[119.050388,27.482055],[119.051789,27.480842],[119.051191,27.476166],[119.052482,27.474187],[119.054915,27.471846],[119.061008,27.470184],[119.068286,27.475424],[119.072074,27.475192],[119.077308,27.467987],[119.085804,27.467743],[119.091959,27.475174],[119.110178,27.487404],[119.121412,27.483878],[119.125599,27.477282],[119.126743,27.467449],[119.12415,27.465263],[119.118961,27.466425],[119.11346,27.463804],[119.122297,27.456441],[119.118444,27.448235],[119.116816,27.439307],[119.12458,27.434871],[119.134342,27.437876],[119.141041,27.434391],[119.143029,27.428479],[119.147623,27.431722],[119.151406,27.431567],[119.153144,27.428566],[119.176489,27.429493],[119.187959,27.424257],[119.191121,27.421277],[119.196981,27.424496],[119.20586,27.425208],[119.220394,27.419743],[119.22975,27.4239],[119.235193,27.421832],[119.239882,27.422537],[119.237903,27.430679],[119.240918,27.433967],[119.243617,27.433312],[119.241737,27.424656],[119.242795,27.421522],[119.246008,27.42435],[119.262933,27.424396],[119.264707,27.425117],[119.264213,27.427117],[119.273078,27.441588],[119.275174,27.457844],[119.277053,27.458634],[119.2787,27.456477],[119.282597,27.456827],[119.285568,27.458978],[119.286643,27.465655],[119.296223,27.469467],[119.298286,27.467194],[119.309301,27.468492],[119.311999,27.470432],[119.316077,27.478071],[119.316541,27.485604],[119.323418,27.482154],[119.331204,27.483669],[119.334293,27.486001],[119.334937,27.49107],[119.340461,27.49153],[119.342836,27.496258],[119.342274,27.499622],[119.339331,27.506542],[119.334627,27.51132],[119.340763,27.524202],[119.345061,27.524702],[119.348342,27.521889],[119.351927,27.52305],[119.359768,27.531005],[119.364726,27.533604],[119.367505,27.532583],[119.391482,27.538255],[119.407359,27.537634],[119.410695,27.538715],[119.419475,27.535205],[119.428747,27.526883],[119.426751,27.520401],[119.427668,27.511616],[119.434746,27.510947],[119.443983,27.513845],[119.452523,27.522031],[119.464967,27.527793],[119.468664,27.541624],[119.473033,27.548761],[119.479839,27.553164],[119.481408,27.559659],[119.487361,27.56979],[119.481605,27.580372],[119.486965,27.591531],[119.481932,27.595354],[119.486195,27.603224],[119.493609,27.609731],[119.497924,27.611485],[119.499613,27.614536],[119.494415,27.618645],[119.492792,27.629306],[119.495992,27.637589],[119.496551,27.652685],[119.509659,27.656788],[119.51249,27.652753],[119.515067,27.652047],[119.518711,27.655795],[119.519436,27.662083],[119.521392,27.663854],[119.533394,27.661382],[119.538069,27.669265],[119.534734,27.678706],[119.5379,27.679499],[119.546101,27.672999],[119.545067,27.667233],[119.552634,27.665682],[119.557971,27.668854],[119.564366,27.66701],[119.570426,27.672318],[119.569611,27.674588],[119.574549,27.673846],[119.575711,27.670206],[119.58168,27.666756],[119.589905,27.67005],[119.595498,27.675482],[119.603202,27.67751],[119.615436,27.676796],[119.617217,27.673279],[119.628302,27.673113],[119.631839,27.669661],[119.636616,27.669051],[119.63842,27.667033],[119.640011,27.66382],[119.635014,27.653779],[119.640646,27.645605],[119.643518,27.643812],[119.643018,27.638551],[119.638639,27.636106],[119.636832,27.629901],[119.630393,27.62931],[119.623568,27.625873],[119.620143,27.618825],[119.621197,27.615427],[119.624733,27.612638],[119.62451,27.602571],[119.627056,27.595124],[119.627223,27.585697],[119.631274,27.583815],[119.636443,27.584913],[119.641689,27.581908],[119.669054,27.578834],[119.672055,27.576984],[119.672763,27.575022],[119.668889,27.572135],[119.664843,27.560595],[119.660132,27.556655],[119.653855,27.545045],[119.661491,27.538433],[119.682543,27.541509],[119.694645,27.528918],[119.697397,27.520548],[119.70399,27.517795],[119.70397,27.514841],[119.699228,27.510343],[119.698144,27.503112],[119.705429,27.499356],[119.705989,27.492512],[119.701899,27.489647],[119.704714,27.478215],[119.702081,27.474836],[119.704806,27.465396],[119.699372,27.461806],[119.697969,27.449291],[119.689349,27.442116],[119.684224,27.444132],[119.680822,27.441683],[119.685531,27.433592],[119.700133,27.427863],[119.700899,27.422143],[119.699756,27.420025],[119.705745,27.414261],[119.7046,27.409018],[119.7059,27.40685],[119.719766,27.40504],[119.72235,27.400163],[119.726981,27.398211],[119.726365,27.395654],[119.728032,27.39277],[119.734847,27.390394],[119.736547,27.38496],[119.736105,27.378634],[119.739704,27.380677],[119.744895,27.381083],[119.745697,27.376029],[119.74076,27.372915],[119.735362,27.366281],[119.74282,27.363265],[119.746156,27.353832],[119.755066,27.350204],[119.763571,27.350137],[119.764873,27.346232],[119.763126,27.341607],[119.764551,27.338087],[119.76918,27.334436],[119.776729,27.33398],[119.780549,27.329746],[119.780357,27.327093],[119.773718,27.323313],[119.769425,27.329456],[119.766154,27.329995],[119.765133,27.327068],[119.766641,27.31579],[119.763754,27.311913],[119.765879,27.308947],[119.769618,27.309566],[119.785107,27.305569],[119.788611,27.313651],[119.790379,27.313853],[119.804592,27.308197],[119.808613,27.30226],[119.813927,27.299556],[119.816967,27.300193],[119.818804,27.305419],[119.829806,27.304764],[119.836639,27.302313],[119.838852,27.304131],[119.84043,27.309788],[119.835302,27.310889],[119.830162,27.315856],[119.836821,27.32446],[119.841206,27.327399],[119.850275,27.320051],[119.867265,27.31867],[119.866958,27.315877],[119.860444,27.312408],[119.859939,27.310586],[119.871535,27.30409],[119.873549,27.305077],[119.874639,27.313304],[119.88251,27.316919],[119.887722,27.313897],[119.893847,27.314291],[119.895465,27.319028],[119.901392,27.321884],[119.932197,27.319738],[119.940812,27.317781],[119.941529,27.320119],[119.939551,27.325965],[119.934687,27.326192],[119.933997,27.332873],[119.939555,27.338511],[119.933428,27.338183],[119.932142,27.339477],[119.943986,27.34303],[119.945426,27.350682],[119.951465,27.352743],[119.961911,27.362653],[119.958112,27.363721],[119.951419,27.361783],[119.95188,27.367893],[119.957203,27.370599],[119.974345,27.374692],[119.982697,27.373482],[119.984195,27.374915],[119.984651,27.380547],[119.990002,27.383158],[119.995483,27.382581],[120.00516,27.376108],[120.002838,27.374011],[120.004047,27.368842],[120.007844,27.367882],[120.022053,27.355356],[120.027866,27.347145],[120.034033,27.344926],[120.036649,27.340697],[120.046193,27.340392],[120.048746,27.343486],[120.048074,27.350658],[120.050276,27.35222],[120.055517,27.350496],[120.075009,27.373924],[120.090237,27.38063],[120.093141,27.385167],[120.091876,27.393633],[120.093826,27.395291],[120.100661,27.399167],[120.113362,27.398605],[120.12315,27.395],[120.128095,27.396557],[120.13372,27.402511],[120.132568,27.410507],[120.127591,27.411009],[120.124265,27.416751],[120.130644,27.425481],[120.143821,27.425762],[120.158344,27.428515],[120.173579,27.423584],[120.179006,27.424632],[120.185235,27.428736],[120.200428,27.431707],[120.205816,27.422549],[120.213785,27.421511],[120.226454,27.430639],[120.231847,27.430694],[120.242016,27.435548],[120.245229,27.439213],[120.244491,27.443098],[120.255068,27.437637],[120.259747,27.431097],[120.261053,27.42261],[120.255223,27.418891],[120.252703,27.412249],[120.262159,27.404261],[120.268803,27.390876],[120.27882,27.393333],[120.281743,27.397763],[120.284969,27.399488],[120.291237,27.399384],[120.298158,27.396768],[120.306899,27.398728],[120.3133,27.412268],[120.318078,27.411363],[120.318387,27.40616],[120.315004,27.403959],[120.320906,27.399892],[120.333074,27.402017],[120.341592,27.3991],[120.346596,27.389097],[120.342709,27.37328],[120.339854,27.368384],[120.342024,27.365305],[120.34789,27.362188],[120.352094,27.356408],[120.344421,27.351305],[120.345462,27.347275],[120.352694,27.346121],[120.353942,27.341436],[120.368494,27.332233],[120.373032,27.327603],[120.374098,27.321448],[120.383163,27.311492],[120.391896,27.310396],[120.392825,27.305699],[120.403373,27.292599],[120.400704,27.285547],[120.40167,27.280935],[120.411957,27.270633],[120.420336,27.271129],[120.426517,27.260157],[120.417771,27.25344],[120.408388,27.260251],[120.395429,27.254028],[120.391147,27.247689],[120.392248,27.245026],[120.401777,27.241626],[120.410147,27.234673],[120.405718,27.225377],[120.399947,27.223424],[120.399211,27.221129],[120.40159,27.217005],[120.397155,27.216451],[120.402882,27.2131],[120.402129,27.206405],[120.406787,27.199173],[120.414514,27.190421],[120.419284,27.187576],[120.419284,27.180462],[120.421125,27.177115],[120.429995,27.172251],[120.431808,27.167993],[120.42382,27.170215],[120.421633,27.167225],[120.4224,27.163701],[120.420607,27.162098],[120.414438,27.163653],[120.41604,27.179831],[120.410428,27.186573],[120.403513,27.188929],[120.40057,27.195913],[120.385509,27.206741],[120.386919,27.213923],[120.393159,27.215865],[120.399677,27.228286],[120.390172,27.23785],[120.379699,27.233901],[120.377809,27.23682],[120.38219,27.240047],[120.379904,27.242209],[120.372883,27.241575],[120.369333,27.242907],[120.369754,27.248635],[120.367628,27.250095],[120.353395,27.24701],[120.345673,27.24065],[120.34468,27.236062],[120.341255,27.234063],[120.336392,27.234234],[120.332613,27.236477],[120.331449,27.243639],[120.327202,27.244918],[120.322926,27.242552],[120.322873,27.238743],[120.320374,27.236815],[120.307938,27.229234],[120.304871,27.22882],[120.295505,27.241952],[120.300155,27.249122],[120.297064,27.250406],[120.294018,27.25926],[120.301849,27.266516],[120.302662,27.269656],[120.307683,27.275603],[120.315882,27.278357],[120.320032,27.284935],[120.329491,27.290278],[120.328058,27.291681],[120.311117,27.281007],[120.295045,27.274018],[120.291311,27.277633],[120.297687,27.281833],[120.298676,27.28478],[120.287979,27.294331],[120.280711,27.290938],[120.282357,27.283541],[120.276737,27.275101],[120.278382,27.273061],[120.283805,27.273464],[120.288437,27.27152],[120.289635,27.265608],[120.2846,27.265244],[120.275766,27.255774],[120.271678,27.25605],[120.261055,27.270214],[120.268415,27.28041],[120.250727,27.296781],[120.245611,27.304811],[120.243138,27.303128],[120.246726,27.297535],[120.248348,27.289345],[120.254805,27.288408],[120.255651,27.285566],[120.25615,27.281526],[120.25429,27.279973],[120.255242,27.264986],[120.252224,27.263211],[120.246986,27.2638],[120.239514,27.256069],[120.231723,27.252019],[120.229106,27.251969],[120.225494,27.255058],[120.225384,27.259415],[120.229065,27.26113],[120.228765,27.262639],[120.226407,27.265758],[120.219897,27.266584],[120.217677,27.269408],[120.213205,27.285237],[120.208409,27.290543],[120.206717,27.295623],[120.205774,27.291338],[120.207329,27.285669],[120.206044,27.28136],[120.201374,27.278814],[120.191889,27.279543],[120.186795,27.275383],[120.187544,27.270907],[120.195721,27.264],[120.200402,27.253191],[120.198146,27.246959],[120.193582,27.247718],[120.190721,27.245168],[120.189348,27.229693],[120.188278,27.225149],[120.18526,27.221581],[120.18603,27.217558],[120.194284,27.208195],[120.194714,27.201318],[120.196427,27.20112],[120.200414,27.205564],[120.20858,27.2397],[120.223001,27.25135],[120.226738,27.250387],[120.229517,27.24495],[120.241495,27.245322],[120.250003,27.248236],[120.254403,27.253255],[120.262677,27.255283],[120.271546,27.249699],[120.271491,27.244513],[120.273488,27.240271],[120.283845,27.231327],[120.29418,27.2319],[120.29703,27.229707],[120.297125,27.2254],[120.293406,27.225486],[120.292603,27.222884],[120.300683,27.212464],[120.309778,27.208207],[120.312722,27.208192],[120.320342,27.213884],[120.322974,27.223511],[120.331143,27.229802],[120.334731,27.229395],[120.336774,27.226518],[120.345186,27.227571],[120.351846,27.237438],[120.357432,27.23942],[120.363988,27.2357],[120.368755,27.22687],[120.377629,27.221498],[120.375805,27.209848],[120.376581,27.192557],[120.379468,27.182879],[120.382581,27.184153],[120.38864,27.180458],[120.384166,27.175901],[120.387163,27.170936],[120.391246,27.171267],[120.393532,27.173272],[120.395791,27.172644],[120.398791,27.162534],[120.409019,27.151025],[120.425211,27.148611],[120.428285,27.146813],[120.430221,27.147524],[120.433356,27.152772],[120.438815,27.153336],[120.439537,27.150008],[120.429279,27.135109],[120.422864,27.13796],[120.418422,27.142597],[120.411579,27.142883],[120.410201,27.139998],[120.40117,27.137292],[120.37978,27.140036],[120.378755,27.136483],[120.414916,27.124118],[120.416335,27.122361],[120.416273,27.120962],[120.411887,27.120195],[120.402614,27.120842],[120.38989,27.11923],[120.3825,27.119639],[120.374457,27.122446],[120.368209,27.11445],[120.368728,27.111046],[120.379108,27.109684],[120.379235,27.107883],[120.373065,27.103363],[120.370632,27.099206],[120.374156,27.092012],[120.387422,27.092729],[120.395772,27.095055],[120.384734,27.085418],[120.376121,27.088406],[120.355869,27.09056],[120.350805,27.093369],[120.327101,27.094669],[120.32215,27.100968],[120.317501,27.103578],[120.311703,27.102303],[120.301967,27.096003],[120.296273,27.095956],[120.284151,27.105182],[120.278649,27.102377],[120.271321,27.102589],[120.270048,27.108344],[120.273459,27.111314],[120.271155,27.113137],[120.260486,27.113886],[120.255573,27.107983],[120.256027,27.099774],[120.261981,27.090727],[120.263733,27.090373],[120.270441,27.095519],[120.275184,27.093466],[120.27822,27.090078],[120.282407,27.080974],[120.281702,27.073769],[120.276499,27.068897],[120.27867,27.064369],[120.278965,27.0547],[120.283049,27.051381],[120.289931,27.049682],[120.293148,27.0441],[120.292165,27.041009],[120.276138,27.040283],[120.27113,27.051249],[120.27082,27.056069],[120.256851,27.064405],[120.256768,27.056447],[120.25944,27.055545],[120.259594,27.053545],[120.257596,27.054116],[120.249968,27.050776],[120.259082,27.040327],[120.251658,27.045067],[120.24629,27.045067],[120.244862,27.041469],[120.248802,27.0381],[120.244805,27.035759],[120.241607,27.035873],[120.240179,27.030048],[120.243486,27.028292],[120.254017,27.030798],[120.255884,27.028278],[120.261618,27.03199],[120.265319,27.028548],[120.26762,27.015435],[120.267177,27.01028],[120.263373,27.002611],[120.267757,26.999541],[120.264028,26.993047],[120.257989,26.990071],[120.246918,26.989402],[120.249118,26.985026],[120.246435,26.983611],[120.219101,26.976337],[120.213753,26.975654],[120.208938,26.977002],[120.203042,26.981448],[120.199369,26.981469],[120.196758,26.978315],[120.185927,26.978543],[120.196906,26.974301],[120.198708,26.969809],[120.192265,26.969762],[120.192367,26.963578],[120.186436,26.960638],[120.184681,26.956255],[120.197454,26.95624],[120.214526,26.963873],[120.221369,26.964037],[120.231369,26.96941],[120.232168,26.96701],[120.229543,26.964136],[120.243106,26.965383],[120.241962,26.962807],[120.238316,26.960734],[120.238302,26.956423],[120.232294,26.954718],[120.231253,26.952505],[120.231474,26.950788],[120.238158,26.949856],[120.232016,26.937268],[120.233889,26.934748],[120.239313,26.937084],[120.239967,26.934523],[120.236371,26.929985],[120.238668,26.929312],[120.2382,26.926373],[120.234945,26.925696],[120.232458,26.921883],[120.22896,26.9211],[120.229688,26.917538],[120.225248,26.912608],[120.220713,26.912384],[120.223899,26.913734],[120.222907,26.918943],[120.22124,26.922387],[120.215911,26.924153],[120.214273,26.923922],[120.212904,26.918528],[120.207951,26.918444],[120.203663,26.923205],[120.186798,26.920053],[120.184663,26.923823],[120.179088,26.928135],[120.166114,26.927302],[120.160776,26.931067],[120.159597,26.928874],[120.150939,26.924192],[120.146423,26.92374],[120.144802,26.925743],[120.146073,26.929797],[120.139577,26.931682],[120.139163,26.928755],[120.129129,26.918158],[120.127249,26.91897],[120.128035,26.924917],[120.124922,26.928896],[120.117255,26.92897],[120.108589,26.923764],[120.108552,26.916939],[120.104897,26.915169],[120.112892,26.903119],[120.112207,26.901292],[120.114129,26.89883],[120.114812,26.893738],[120.096632,26.876666],[120.092796,26.876163],[120.084096,26.881084],[120.081995,26.879163],[120.074971,26.880111],[120.079807,26.890013],[120.078213,26.891249],[120.064137,26.891056],[120.05185,26.895148],[120.046422,26.887917],[120.047324,26.884735],[120.05571,26.881444],[120.06158,26.881373],[120.065508,26.874996],[120.064258,26.871985],[120.058463,26.869471],[120.068785,26.82237],[120.087531,26.817832],[120.083523,26.814567],[120.083751,26.812751],[120.08803,26.801399],[120.092791,26.793809],[120.095464,26.792128],[120.10075,26.792315],[120.10642,26.796143],[120.116654,26.798762],[120.112104,26.795186],[120.114789,26.791407],[120.133199,26.798591],[120.134826,26.798043],[120.13136,26.791703],[120.112457,26.782026],[120.110007,26.773607],[120.105788,26.76645],[120.100705,26.762655],[120.093861,26.762184],[120.09275,26.757679],[120.094563,26.747985],[120.10173,26.744601],[120.10424,26.7385],[120.10937,26.732537],[120.124711,26.737211],[120.140213,26.73964],[120.142913,26.739013],[120.127798,26.731111],[120.128857,26.726841],[120.142156,26.728061],[120.148498,26.730351],[120.153015,26.727232],[120.150388,26.720057],[120.138518,26.712455],[120.130994,26.713076],[120.124904,26.71145],[120.118345,26.70742],[120.115455,26.708651],[120.111236,26.706971],[120.100144,26.692518],[120.103361,26.687333],[120.105939,26.677744],[120.102131,26.671746],[120.10601,26.667526],[120.111523,26.652853],[120.111412,26.651457],[120.102827,26.64835],[120.105611,26.642679],[120.107879,26.640678],[120.128845,26.650248],[120.132531,26.649781],[120.132813,26.647713],[120.117271,26.635142],[120.099162,26.626201],[120.092187,26.617965],[120.085345,26.618709],[120.076035,26.624587],[120.0757,26.627087],[120.081209,26.632481],[120.079453,26.638036],[120.084777,26.639226],[120.087266,26.644412],[120.087237,26.646957],[120.079234,26.648177],[120.065272,26.641982],[120.057678,26.630638],[120.03393,26.622452],[120.019401,26.613824],[120.013275,26.612033],[120.012042,26.605786],[120.009573,26.604807],[119.999379,26.605229],[119.984842,26.602911],[119.973938,26.604034],[119.970751,26.607715],[119.962509,26.610214],[119.955941,26.60999],[119.940751,26.596748],[119.937178,26.58623],[119.929216,26.582286],[119.92984,26.565763],[119.923653,26.552152],[119.920195,26.55074],[119.916217,26.552054],[119.90159,26.542328],[119.894705,26.526653],[119.881959,26.517967],[119.862605,26.516845],[119.855472,26.520617],[119.848233,26.520157],[119.835571,26.524643],[119.831895,26.539231],[119.836005,26.549128],[119.841385,26.555975],[119.840948,26.558705],[119.834458,26.561405],[119.835216,26.565014],[119.843372,26.568333],[119.845859,26.573726],[119.846027,26.580527],[119.843662,26.58664],[119.855491,26.598279],[119.868104,26.602806],[119.873507,26.606436],[119.878351,26.612303],[119.898282,26.623854],[119.902008,26.62455],[119.912042,26.618487],[119.916264,26.619282],[119.917194,26.622623],[119.933586,26.626009],[119.937893,26.622127],[119.938082,26.6171],[119.935563,26.613163],[119.938128,26.611706],[119.951065,26.617114],[119.950765,26.621316],[119.948182,26.621548],[119.945882,26.626738],[119.946596,26.628159],[119.956061,26.630782],[119.961607,26.636254],[119.965943,26.64352],[119.96654,26.650775],[119.976685,26.662963],[119.9732,26.668251],[119.977278,26.672594],[119.984814,26.674131],[119.990513,26.680026],[119.989507,26.683381],[119.983883,26.681397],[119.974984,26.684968],[119.969616,26.690709],[119.980674,26.698482],[119.985059,26.703792],[119.996467,26.708629],[120.000749,26.706508],[120.002047,26.709234],[120.007319,26.710921],[120.004886,26.714912],[120.001751,26.713434],[120,26.716907],[119.993746,26.716779],[119.98977,26.720073],[119.998169,26.722182],[119.999909,26.724138],[120.016069,26.723493],[120.023442,26.730434],[120.016989,26.736372],[120.025236,26.739364],[120.027548,26.741644],[120.03677,26.741311],[120.040815,26.748926],[120.046883,26.748926],[120.045276,26.752852],[120.047269,26.756855],[120.067283,26.76904],[120.074185,26.776875],[120.074508,26.78113],[120.082965,26.784398],[120.082349,26.786566],[120.079522,26.787749],[120.076853,26.799266],[120.073867,26.802669],[120.070329,26.799486],[120.061427,26.796092],[120.053671,26.796309],[120.050911,26.793139],[120.044351,26.79034],[120.039266,26.790741],[120.033898,26.78868],[120.030643,26.790524],[120.026086,26.788905],[120.005094,26.790541],[119.997443,26.787771],[119.990903,26.788216],[119.982657,26.783656],[119.973578,26.782303],[119.970405,26.779377],[119.966709,26.780979],[119.965355,26.784163],[119.968978,26.783994],[119.97017,26.787368],[119.968331,26.790675],[119.969481,26.792653],[119.961357,26.79261],[119.956032,26.789355],[119.947637,26.789026],[119.938169,26.792355],[119.938942,26.79518],[119.937796,26.795597],[119.93338,26.791216],[119.935027,26.789516],[119.922856,26.782501],[119.91767,26.775254],[119.919107,26.770053],[119.929001,26.755999],[119.931404,26.749014],[119.925904,26.740191],[119.925777,26.734009],[119.903792,26.718677],[119.893652,26.699962],[119.89301,26.693419],[119.897085,26.684798],[119.885078,26.676292],[119.886005,26.673622],[119.892927,26.669459],[119.902989,26.668617],[119.902758,26.667298],[119.897632,26.662385],[119.892038,26.66122],[119.884244,26.657111],[119.881732,26.653911],[119.867155,26.647856],[119.861605,26.651949],[119.860643,26.66183],[119.871104,26.672008],[119.870083,26.675613],[119.858518,26.687773],[119.852108,26.691524],[119.837266,26.696304],[119.840382,26.710572],[119.827282,26.710699],[119.820664,26.706],[119.822447,26.701714],[119.820064,26.696587],[119.808831,26.696591],[119.802198,26.692031],[119.791487,26.697888],[119.785138,26.710134],[119.793076,26.717717],[119.806673,26.723459],[119.806938,26.727247],[119.802533,26.735946],[119.801841,26.74589],[119.794849,26.747823],[119.791601,26.750683],[119.792833,26.753815],[119.800556,26.761068],[119.805292,26.761988],[119.802165,26.772174],[119.806002,26.776626],[119.81316,26.782463],[119.818537,26.783745],[119.831203,26.779606],[119.830239,26.783032],[119.821554,26.785888],[119.821055,26.787387],[119.82272,26.788886],[119.83319,26.786959],[119.835979,26.779828],[119.836489,26.783859],[119.841058,26.782979],[119.842129,26.781099],[119.84339,26.783931],[119.847459,26.784073],[119.847744,26.785406],[119.851956,26.783455],[119.852644,26.778501],[119.854423,26.780335],[119.849946,26.791157],[119.844972,26.793687],[119.850622,26.807804],[119.848,26.814243],[119.843871,26.815858],[119.839646,26.813645],[119.83374,26.801457],[119.829429,26.798473],[119.810404,26.793777],[119.801105,26.794075],[119.797381,26.792163],[119.79825,26.789686],[119.791604,26.783971],[119.786547,26.788094],[119.781694,26.797059],[119.781788,26.80212],[119.786345,26.814383],[119.803229,26.828521],[119.822235,26.829992],[119.836807,26.838066],[119.841832,26.84415],[119.855694,26.848734],[119.852055,26.852],[119.845537,26.851046],[119.810874,26.83587],[119.80278,26.837437],[119.798859,26.849312],[119.800866,26.851896],[119.797525,26.854353],[119.794221,26.847131],[119.795673,26.844847],[119.787628,26.835712],[119.788,26.830211],[119.781376,26.826553],[119.774648,26.819964],[119.776135,26.818777],[119.774135,26.813627],[119.769899,26.809318],[119.758125,26.802513],[119.757969,26.786964],[119.767231,26.777853],[119.77163,26.775914],[119.771191,26.767969],[119.770027,26.763523],[119.763701,26.763469],[119.761695,26.7611],[119.765678,26.752995],[119.75454,26.740493],[119.745473,26.736002],[119.741517,26.735394],[119.727114,26.742718],[119.729188,26.747798],[119.728965,26.753615],[119.724775,26.769655],[119.715548,26.789738],[119.699407,26.815598],[119.689066,26.823217],[119.683191,26.819353],[119.688893,26.805388],[119.69171,26.804124],[119.689195,26.784435],[119.691108,26.779184],[119.689079,26.775879],[119.681829,26.776258],[119.682161,26.762209],[119.680788,26.759047],[119.688054,26.749229],[119.695413,26.749637],[119.700194,26.745629],[119.706057,26.74349],[119.705343,26.740098],[119.718172,26.739451],[119.736246,26.727862],[119.733595,26.720471],[119.72698,26.715484],[119.728749,26.710839],[119.726888,26.70439],[119.710582,26.708002],[119.696739,26.707681],[119.686517,26.716759],[119.675351,26.729733],[119.669592,26.731695],[119.662672,26.731074],[119.662615,26.733701],[119.665128,26.735642],[119.664627,26.739239],[119.657536,26.748053],[119.657293,26.753605],[119.651497,26.760679],[119.641099,26.758406],[119.620885,26.757223],[119.612096,26.75892],[119.611591,26.762734],[119.615672,26.766277],[119.623537,26.781302],[119.622692,26.799123],[119.618539,26.799651],[119.609057,26.795712],[119.598844,26.787235],[119.593557,26.784736],[119.586385,26.785179],[119.58011,26.792146],[119.565946,26.797998],[119.57371,26.791205],[119.578852,26.789531],[119.578402,26.784651],[119.585424,26.7813],[119.587489,26.778219],[119.582,26.764532],[119.577148,26.757616],[119.559063,26.758706],[119.556977,26.757311],[119.553962,26.762854],[119.552024,26.762422],[119.555704,26.751966],[119.561386,26.748519],[119.556415,26.739408],[119.557772,26.738076],[119.564152,26.739128],[119.570815,26.743718],[119.589736,26.750121],[119.597339,26.745569],[119.599476,26.748655],[119.606607,26.74769],[119.606507,26.74452],[119.622982,26.75048],[119.63451,26.743732],[119.635756,26.745834],[119.639188,26.744584],[119.638334,26.742402],[119.643908,26.743204],[119.647596,26.7418],[119.647444,26.738553],[119.637512,26.736203],[119.634275,26.738286],[119.634061,26.734622],[119.642811,26.733354],[119.628648,26.724905],[119.626066,26.718625],[119.623798,26.716844],[119.624562,26.706536],[119.616773,26.710821],[119.614988,26.715369],[119.605336,26.71634],[119.601967,26.719881],[119.593001,26.719995],[119.593116,26.718453],[119.598369,26.719024],[119.603509,26.715027],[119.611315,26.713102],[119.613363,26.708996],[119.626627,26.701469],[119.634089,26.689409],[119.628795,26.681616],[119.624333,26.684352],[119.624155,26.686077],[119.618741,26.687981],[119.613864,26.691907],[119.613269,26.689885],[119.617849,26.685602],[119.61654,26.681616],[119.613685,26.68227],[119.611663,26.687624],[119.606666,26.687208],[119.609283,26.684412],[119.606963,26.67995],[119.603334,26.677749],[119.610175,26.672871],[119.62,26.67094],[119.615245,26.655833],[119.606277,26.650137],[119.598987,26.650902],[119.594151,26.653687],[119.584052,26.655771],[119.578209,26.650542],[119.575074,26.644545],[119.565243,26.639897],[119.558354,26.634348],[119.560022,26.616421],[119.569569,26.61681],[119.57389,26.608324],[119.584741,26.607144],[119.595026,26.596024],[119.594887,26.589848],[119.59828,26.586695],[119.606668,26.588368],[119.625588,26.60075],[119.658722,26.610682],[119.665352,26.616806],[119.665513,26.618668],[119.668835,26.620291],[119.683549,26.614052],[119.698954,26.611243],[119.710662,26.612358],[119.719969,26.615785],[119.732291,26.612787],[119.747495,26.59759],[119.764561,26.593425],[119.767151,26.591146],[119.766065,26.589911],[119.766987,26.588497],[119.775439,26.584474],[119.781435,26.583915],[119.787623,26.577682],[119.770897,26.566247],[119.76831,26.555879],[119.760569,26.550717],[119.758713,26.54829],[119.759427,26.546149],[119.762282,26.545149],[119.768992,26.548719],[119.779657,26.543149],[119.781537,26.540574],[119.777844,26.531158],[119.7795,26.524464],[119.78287,26.521646],[119.791228,26.519446],[119.798226,26.510122],[119.79637,26.507028],[119.782332,26.500937],[119.782474,26.49713],[119.793801,26.496321],[119.802129,26.492942],[119.806602,26.484662],[119.814026,26.478856],[119.816501,26.472193],[119.817167,26.463437],[119.826637,26.449683],[119.825971,26.444639],[119.813027,26.438214],[119.806063,26.441779],[119.800142,26.441372],[119.796632,26.436669],[119.798983,26.433647],[119.794583,26.425292],[119.766866,26.409175],[119.763381,26.408606],[119.759214,26.411493],[119.758219,26.418087],[119.7685,26.423054],[119.7736,26.427513],[119.77262,26.437633],[119.746136,26.455168],[119.74022,26.454945],[119.740214,26.444943],[119.73182,26.447322],[119.724205,26.445397],[119.71473,26.448198],[119.671543,26.476497],[119.637447,26.483057],[119.629331,26.47934],[119.620332,26.473513],[119.612644,26.463696],[119.624351,26.444414],[119.624649,26.441114],[119.633035,26.438489],[119.644557,26.448193],[119.652616,26.441115],[119.662841,26.424524],[119.660852,26.421142],[119.662343,26.4155],[119.658322,26.402554],[119.654572,26.396665],[119.654272,26.384263],[119.666311,26.381196],[119.667676,26.378753],[119.6601,26.367571],[119.652829,26.363539],[119.652901,26.361326],[119.657112,26.361683],[119.65904,26.365609],[119.660396,26.365538],[119.658754,26.361683],[119.662966,26.360898],[119.666321,26.357115],[119.672528,26.343533],[119.694099,26.345878],[119.705933,26.353612],[119.707598,26.356468],[119.728926,26.36041],[119.738028,26.366318],[119.739808,26.362069],[119.738452,26.358036],[119.736581,26.355556],[119.731441,26.35473],[119.731282,26.353462],[119.736002,26.352744],[119.743255,26.354888],[119.745763,26.356914],[119.750456,26.371736],[119.760462,26.377184],[119.7684,26.379376],[119.772411,26.377517],[119.773013,26.374439],[119.77743,26.37685],[119.780124,26.383522],[119.776412,26.388162],[119.80526,26.404669],[119.813872,26.419491],[119.836345,26.429523],[119.837858,26.428044],[119.834241,26.425049],[119.829745,26.416074],[119.829584,26.411883],[119.832439,26.411407],[119.837386,26.413853],[119.854918,26.404368],[119.856198,26.40096],[119.855228,26.39815],[119.843895,26.391893],[119.840286,26.387095],[119.843423,26.383842],[119.854237,26.384889],[119.859953,26.388285],[119.863835,26.384795],[119.868649,26.371085],[119.866374,26.365776],[119.855427,26.361087],[119.854725,26.356298],[119.858761,26.350733],[119.87772,26.35142],[119.885931,26.354071],[119.887993,26.356405],[119.89221,26.356679],[119.895706,26.351746],[119.892272,26.347327],[119.895779,26.343752],[119.898488,26.344117],[119.904131,26.348912],[119.906405,26.35479],[119.912948,26.358619],[119.918078,26.358101],[119.930437,26.365962],[119.945189,26.37221],[119.947144,26.372362],[119.948442,26.370604],[119.943451,26.360986],[119.944366,26.358068],[119.933285,26.352156],[119.925635,26.343117],[119.912421,26.337073],[119.90989,26.333416],[119.898494,26.328775],[119.89753,26.326355],[119.901588,26.323141],[119.903288,26.318334],[119.901432,26.316881],[119.886857,26.316429],[119.884094,26.318424],[119.882223,26.323085],[119.879077,26.322999],[119.866906,26.314404],[119.862826,26.314973],[119.862787,26.324848],[119.86128,26.327244],[119.854156,26.325535],[119.846973,26.330686],[119.84411,26.335394],[119.839604,26.334086],[119.830011,26.327541],[119.812245,26.324202],[119.790422,26.311956],[119.788455,26.310443],[119.787694,26.304366],[119.788816,26.299587],[119.792599,26.294996],[119.804885,26.29491],[119.810016,26.297378],[119.81144,26.296276],[119.810213,26.288513],[119.798977,26.277545],[119.790163,26.277508],[119.786854,26.28041],[119.785903,26.292219],[119.782541,26.29876],[119.763702,26.301434],[119.74982,26.297254],[119.743343,26.289651],[119.730428,26.284161],[119.727938,26.280384],[119.723637,26.278301],[119.713767,26.277654],[119.706317,26.28082],[119.694325,26.279287],[119.669768,26.271985],[119.655799,26.273367],[119.645687,26.27221],[119.635875,26.267456],[119.627182,26.259497],[119.630236,26.253849],[119.643219,26.259315],[119.65161,26.256826],[119.656511,26.251377],[119.653322,26.25005],[119.654047,26.248693],[119.657941,26.249694],[119.66724,26.237291],[119.672745,26.235682],[119.672688,26.232761],[119.660168,26.230657],[119.653136,26.224464],[119.654468,26.217475],[119.658426,26.21264],[119.65148,26.204966],[119.630493,26.202176],[119.62774,26.199367],[119.622532,26.184182],[119.615826,26.182112],[119.613631,26.183656],[119.602168,26.178445],[119.598858,26.174373],[119.5965,26.167641],[119.596522,26.157486],[119.601307,26.150256],[119.607298,26.144789],[119.606969,26.141749],[119.591162,26.135612],[119.577604,26.136964],[119.563727,26.133751],[119.552886,26.128311],[119.548021,26.122872],[119.523877,26.088539],[119.515121,26.082097],[119.510053,26.07039],[119.509249,26.059629],[119.502849,26.050403],[119.502569,26.03306],[119.482171,26.016107],[119.495114,26.015361],[119.499159,26.02295],[119.50539,26.026986],[119.508125,26.030663],[119.509505,26.036085],[119.507987,26.037965],[119.507743,26.044574],[119.51398,26.057712],[119.526045,26.067278],[119.529517,26.07342],[119.536631,26.07417],[119.545989,26.071055],[119.557725,26.051778],[119.575348,26.048189],[119.583744,26.047911],[119.587816,26.049713],[119.608254,26.044893],[119.609073,26.036742],[119.612771,26.033086],[119.623777,26.027367],[119.627284,26.031615],[119.634779,26.030009],[119.649234,26.022217],[119.666737,26.016309],[119.671485,26.017123],[119.67191,26.019221],[119.677516,26.022103],[119.695514,26.025749],[119.709969,26.016576],[119.713827,26.009275],[119.703485,25.963515],[119.692292,25.956182],[119.690427,25.953114],[119.682969,25.919896],[119.679516,25.911029],[119.676851,25.908291],[119.65447,25.910065],[119.637825,25.906458],[119.627124,25.899874],[119.619584,25.890653],[119.614874,25.877147],[119.609653,25.853481],[119.617163,25.845339],[119.617629,25.843039],[119.60906,25.830239],[119.608236,25.825691],[119.611808,25.800691],[119.615268,25.787711],[119.614993,25.782004],[119.620323,25.781147],[119.620799,25.775817],[119.618325,25.773438],[119.617754,25.769155],[119.619657,25.767917],[119.622988,25.769916],[119.62833,25.762921],[119.631628,25.762751],[119.632242,25.753392],[119.627959,25.747777],[119.619298,25.748158],[119.613218,25.74575],[119.604911,25.73336],[119.60463,25.726315],[119.599336,25.713466],[119.602013,25.705019],[119.6061,25.701475],[119.603975,25.698103],[119.598272,25.699762],[119.59463,25.690463],[119.583516,25.687625],[119.578817,25.687444],[119.554653,25.694557],[119.520433,25.690344],[119.515381,25.684347],[119.492635,25.675784],[119.490034,25.672085],[119.482895,25.669325],[119.477297,25.668571],[119.473528,25.670912],[119.472134,25.67475],[119.464761,25.673954],[119.463598,25.668227],[119.460454,25.665204],[119.461175,25.645182],[119.466772,25.649075],[119.469387,25.648968],[119.471345,25.641968],[119.469922,25.639132],[119.467869,25.639539],[119.466329,25.637237],[119.476645,25.627834],[119.48396,25.630795],[119.495303,25.622425],[119.505442,25.627665],[119.527231,25.623952],[119.529592,25.630743],[119.532689,25.631754],[119.535195,25.630754],[119.537447,25.609696],[119.528077,25.596471],[119.530955,25.584731],[119.533579,25.587624],[119.535607,25.587526],[119.542578,25.581776],[119.558959,25.582618],[119.56829,25.578927],[119.573787,25.579679],[119.580963,25.585434],[119.58503,25.591843],[119.589325,25.590233],[119.593132,25.593754],[119.594084,25.590518],[119.596558,25.589567],[119.593608,25.582619],[119.589896,25.580049],[119.588563,25.571387],[119.59237,25.570055],[119.594847,25.566118],[119.598175,25.568038],[119.5987,25.571648],[119.605503,25.567516],[119.608886,25.559494],[119.605055,25.552343],[119.611459,25.543194],[119.612989,25.537926],[119.608265,25.531996],[119.603536,25.534083],[119.594596,25.525635],[119.5999,25.510187],[119.602173,25.51141],[119.606372,25.510208],[119.602793,25.502854],[119.598372,25.500051],[119.603183,25.493553],[119.612366,25.491732],[119.615532,25.492916],[119.61741,25.491326],[119.614364,25.488359],[119.603656,25.486689],[119.601647,25.484548],[119.602858,25.475385],[119.606803,25.473101],[119.606232,25.468818],[119.610871,25.46532],[119.628181,25.466217],[119.632375,25.459823],[119.632791,25.456194],[119.632256,25.45435],[119.624047,25.449472],[119.620366,25.444333],[119.609982,25.439288],[119.607294,25.431855],[119.610277,25.429649],[119.614766,25.435037],[119.617634,25.435077],[119.625565,25.429196],[119.644732,25.432336],[119.651743,25.424229],[119.654013,25.417837],[119.654924,25.413467],[119.651129,25.406609],[119.649603,25.398615],[119.659647,25.376452],[119.659641,25.374682],[119.656018,25.371889],[119.647889,25.373937],[119.640001,25.36676],[119.622309,25.363337],[119.619077,25.359116],[119.621533,25.359434],[119.627373,25.355262],[119.631765,25.35834],[119.640807,25.357684],[119.65089,25.362185],[119.653222,25.359091],[119.653376,25.355918],[119.649656,25.352193],[119.645233,25.350535],[119.645137,25.347299],[119.640569,25.345633],[119.640283,25.347537],[119.638475,25.347822],[119.631527,25.34273],[119.620818,25.343089],[119.607464,25.346301],[119.596072,25.339877],[119.591938,25.340591],[119.590791,25.347632],[119.585765,25.351444],[119.588659,25.352719],[119.593494,25.348779],[119.595474,25.348836],[119.597921,25.352925],[119.597753,25.359202],[119.593977,25.364861],[119.580326,25.376215],[119.579889,25.378423],[119.582679,25.381946],[119.580419,25.382422],[119.580816,25.383904],[119.584388,25.384065],[119.58835,25.381554],[119.591394,25.383124],[119.592747,25.390187],[119.592138,25.391417],[119.585804,25.391364],[119.586544,25.398296],[119.588874,25.400564],[119.584882,25.405995],[119.579899,25.42115],[119.581353,25.425535],[119.585162,25.427499],[119.579071,25.434733],[119.58539,25.452169],[119.580354,25.45815],[119.570314,25.456243],[119.566166,25.461172],[119.561311,25.461677],[119.555371,25.453864],[119.556228,25.451103],[119.55204,25.445297],[119.553563,25.441586],[119.551638,25.43694],[119.550259,25.43693],[119.54807,25.44233],[119.540899,25.445269],[119.535648,25.44375],[119.536267,25.440672],[119.534055,25.435855],[119.530301,25.437166],[119.527978,25.433863],[119.530887,25.428958],[119.538575,25.42635],[119.543467,25.420449],[119.542168,25.417109],[119.54388,25.41585],[119.548658,25.418112],[119.556149,25.425898],[119.560151,25.423134],[119.560545,25.418887],[119.558053,25.416686],[119.558354,25.413298],[119.560995,25.412564],[119.567635,25.41642],[119.570719,25.405484],[119.568164,25.40105],[119.564348,25.400834],[119.561323,25.39694],[119.559861,25.389444],[119.546553,25.384885],[119.540706,25.374904],[119.542936,25.370827],[119.541749,25.369238],[119.529417,25.363606],[119.527831,25.365505],[119.528393,25.368056],[119.533075,25.368764],[119.534455,25.370862],[119.531666,25.377622],[119.51946,25.382616],[119.50817,25.3802],[119.497323,25.373257],[119.491472,25.368481],[119.492933,25.364362],[119.485224,25.365956],[119.482563,25.369084],[119.489671,25.37651],[119.500566,25.383649],[119.50781,25.385636],[119.512571,25.390886],[119.512926,25.396924],[119.508333,25.405669],[119.499147,25.417478],[119.483461,25.430603],[119.496858,25.453414],[119.499402,25.462679],[119.497861,25.463087],[119.496127,25.460995],[119.49403,25.463107],[119.4895,25.459348],[119.48936,25.457595],[119.483422,25.456309],[119.48253,25.453918],[119.474346,25.454433],[119.474884,25.458021],[119.45952,25.459153],[119.455244,25.448468],[119.450541,25.442529],[119.438709,25.432904],[119.432408,25.434232],[119.431996,25.436755],[119.442483,25.445201],[119.445482,25.455494],[119.445814,25.462566],[119.44216,25.47478],[119.44421,25.479685],[119.452164,25.480033],[119.455828,25.493053],[119.455459,25.500814],[119.453446,25.501308],[119.454573,25.506561],[119.451833,25.508552],[119.447462,25.502806],[119.438229,25.503925],[119.427037,25.509154],[119.420996,25.493001],[119.39701,25.500338],[119.406305,25.515793],[119.401518,25.514049],[119.382255,25.519371],[119.381827,25.526073],[119.372485,25.5246],[119.363126,25.52753],[119.355552,25.53533],[119.354191,25.542101],[119.361559,25.555148],[119.354024,25.558107],[119.350745,25.554033],[119.352651,25.553123],[119.349954,25.546066],[119.344179,25.538562],[119.346158,25.528362],[119.342765,25.515451],[119.343123,25.510844],[119.338072,25.501046],[119.332827,25.499426],[119.326994,25.483029],[119.332019,25.468848],[119.328922,25.466313],[119.331287,25.452654],[119.336498,25.44442],[119.340951,25.442195],[119.346759,25.429472],[119.346043,25.415008],[119.343683,25.411542],[119.317421,25.419725],[119.313774,25.415779],[119.31051,25.415367],[119.304065,25.418237],[119.29218,25.415343],[119.282871,25.417826],[119.258379,25.433748],[119.264266,25.4621],[119.270163,25.474664],[119.276695,25.483148],[119.269165,25.488879],[119.262677,25.483971],[119.258124,25.485495],[119.261452,25.498443],[119.259537,25.501844],[119.256907,25.50156],[119.257596,25.50016],[119.249857,25.494203],[119.237116,25.488214],[119.227047,25.480295],[119.224172,25.476937],[119.224951,25.473379],[119.223454,25.472518],[119.219307,25.472896],[119.214971,25.475506],[119.210145,25.474574],[119.210458,25.471692],[119.228166,25.450724],[119.227827,25.449482],[119.191161,25.425975],[119.169005,25.45442],[119.165832,25.453907],[119.151834,25.44436],[119.144321,25.436475],[119.13503,25.420161],[119.137414,25.419017],[119.129322,25.406294],[119.123057,25.409913],[119.118493,25.407705],[119.125823,25.39826],[119.130211,25.386764],[119.138082,25.385306],[119.145205,25.37811],[119.160928,25.382101],[119.162248,25.378836],[119.19531,25.367548],[119.199593,25.358653],[119.202545,25.360669],[119.201029,25.361819],[119.20184,25.365047],[119.205664,25.365052],[119.210718,25.362279],[119.215501,25.357268],[119.213191,25.349025],[119.221482,25.338874],[119.219893,25.331198],[119.225863,25.324946],[119.233852,25.323698],[119.235048,25.320602],[119.230363,25.309818],[119.247196,25.302714],[119.253039,25.304806],[119.252555,25.318947],[119.254399,25.322397],[119.259991,25.322159],[119.269211,25.314842],[119.275993,25.312641],[119.281168,25.313891],[119.289734,25.321267],[119.294731,25.321624],[119.300501,25.317341],[119.302048,25.313653],[119.301691,25.304789],[119.303761,25.302156],[119.313846,25.295402],[119.330525,25.287921],[119.333597,25.281422],[119.342089,25.274583],[119.347587,25.272592],[119.351595,25.274071],[119.357867,25.270397],[119.359201,25.266707],[119.36681,25.267337],[119.369152,25.265624],[119.368238,25.256316],[119.366296,25.253061],[119.362756,25.251462],[119.351048,25.252076],[119.311274,25.242443],[119.301237,25.238332],[119.298026,25.242226],[119.290978,25.243039],[119.286421,25.236465],[119.292796,25.207497],[119.296117,25.202478],[119.3012,25.199052],[119.302057,25.195911],[119.298859,25.191628],[119.288141,25.186791],[119.28068,25.181472],[119.275388,25.17324],[119.270705,25.173411],[119.26857,25.179533],[119.264704,25.18227],[119.24632,25.18626],[119.234442,25.192542],[119.212227,25.191342],[119.190326,25.181289],[119.176964,25.184346],[119.168762,25.189881],[119.162494,25.198806],[119.154589,25.204167],[119.147891,25.206343],[119.144709,25.209657],[119.141498,25.223746],[119.147549,25.229947],[119.141436,25.236504],[119.143347,25.23937],[119.137768,25.242687],[119.135959,25.248416],[119.132793,25.248416],[119.124652,25.238466],[119.124146,25.226442],[119.117588,25.220689],[119.11192,25.218712],[119.107165,25.206987],[119.099397,25.200546],[119.11231,25.175214],[119.115817,25.172763],[119.12122,25.173236],[119.12976,25.169964],[119.13344,25.16946],[119.137298,25.171245],[119.139122,25.168368],[119.13917,25.161221],[119.135087,25.160738],[119.129493,25.156614],[119.13006,25.151607],[119.133219,25.14797],[119.145848,25.145676],[119.148756,25.147556],[119.146975,25.15],[119.149755,25.1531],[119.155095,25.152896],[119.157349,25.151943],[119.160193,25.146821],[119.158813,25.141084],[119.156003,25.135489],[119.152396,25.13284],[119.10094,25.113081],[119.078591,25.115331],[119.06897,25.102566],[119.063865,25.10571],[119.066302,25.109558],[119.03197,25.129733],[119.028133,25.138787],[119.026359,25.150278],[119.030292,25.152815],[119.026247,25.156979],[119.027437,25.158883],[119.024225,25.162928],[119.028508,25.165069],[119.03172,25.174944],[119.053829,25.16614],[119.059923,25.173372],[119.064666,25.18537],[119.065975,25.18499],[119.070356,25.201815],[119.068247,25.202456],[119.070618,25.209533],[119.073192,25.209113],[119.077873,25.219459],[119.077788,25.222592],[119.076487,25.218978],[119.060882,25.212244],[119.057367,25.220247],[119.067409,25.227749],[119.06648,25.229829],[119.055524,25.225284],[119.015015,25.216056],[119.001065,25.215706],[119.001022,25.212067],[118.992713,25.210858],[118.988549,25.213238],[118.989261,25.215016],[118.984112,25.216405],[118.98039,25.219627],[118.974594,25.228745],[118.973743,25.234839],[118.970657,25.235365],[118.970628,25.239506],[118.973209,25.239637],[118.974599,25.241759],[118.974757,25.246927],[118.985099,25.247038],[118.984596,25.255319],[118.989077,25.257505],[118.990131,25.265567],[118.997512,25.263609],[119.002411,25.256495],[119.015535,25.258067],[119.014975,25.260177],[119.017178,25.26197],[119.023734,25.262972],[119.030245,25.278557],[119.017715,25.286687],[119.011888,25.286623],[119.010724,25.283444],[118.996951,25.285486],[118.99578,25.283416],[118.985643,25.282488],[118.982074,25.283987],[118.973381,25.278802],[118.968154,25.279347],[118.954591,25.276349],[118.917386,25.262217],[118.905263,25.260542],[118.911535,25.250795],[118.896896,25.249422],[118.894163,25.24613],[118.881797,25.244635],[118.875697,25.246734],[118.870562,25.246393],[118.870016,25.245296],[118.880101,25.240831],[118.893028,25.243283],[118.899317,25.240482],[118.904525,25.242467],[118.913002,25.240823],[118.913846,25.235172],[118.923016,25.233393],[118.925846,25.226103],[118.936486,25.226445],[118.937259,25.22423],[118.934372,25.221414],[118.937998,25.214493],[118.93486,25.213118],[118.938154,25.206367],[118.946492,25.206342],[118.950285,25.209051],[118.962441,25.21088],[118.965208,25.20994],[118.967291,25.207404],[118.966529,25.193612],[118.975628,25.179297],[118.977227,25.172787],[118.974143,25.166676],[118.970929,25.164965],[118.966504,25.167148],[118.962138,25.159518],[118.959052,25.157643],[118.946198,25.156167],[118.942514,25.146041],[118.936897,25.143359],[118.942584,25.130719],[118.950842,25.123483],[118.96059,25.121646],[118.962303,25.118619],[118.938227,25.107991],[118.909615,25.107673],[118.909185,25.097602],[118.893768,25.096555],[118.894188,25.102343],[118.885031,25.100032],[118.857231,25.087472],[118.860773,25.083684],[118.886407,25.083842],[118.885303,25.081485],[118.923798,25.049295],[118.937349,25.044284],[118.93883,25.046831],[118.939539,25.041928],[118.978204,25.0179],[118.987452,25.02269],[118.989169,25.026152],[118.991189,25.041937],[118.996812,25.051869],[118.995766,25.054874],[119.010843,25.059647],[119.017057,25.053094],[119.010668,25.038425],[119.002742,25.038419],[119.00029,25.034199],[119.000692,25.026223],[118.99456,25.006649],[118.993042,25.00495],[118.986101,25.006243],[118.981245,25.002301],[118.97898,24.994003],[118.979467,24.987346],[118.983389,24.974461],[118.989618,24.967167],[119.005077,24.955786],[119.011858,24.960406],[119.020249,24.963333],[119.027345,24.960496],[119.016751,24.955897],[119.007456,24.944939],[118.996806,24.94638],[118.987673,24.945566],[118.98638,24.947885],[118.979222,24.948545],[118.980974,24.957574],[118.97818,24.962582],[118.966541,24.965221],[118.95294,24.964711],[118.937269,24.959005],[118.933097,24.959266],[118.929828,24.963623],[118.913682,24.961124],[118.898971,24.938489],[118.904991,24.939306],[118.909895,24.933134],[118.907349,24.927551],[118.908295,24.917966],[118.910817,24.914044],[118.917695,24.910888],[118.926244,24.900358],[118.938795,24.895575],[118.939946,24.891631],[118.946612,24.886836],[118.958726,24.886115],[118.956959,24.891726],[118.958527,24.894092],[118.96294,24.899064],[118.97153,24.900566],[118.977998,24.898236],[118.985356,24.887909],[118.985035,24.883182],[118.981183,24.88042],[118.9673,24.882799],[118.952316,24.879824],[118.942303,24.880003],[118.93605,24.878379],[118.933255,24.875539],[118.926152,24.874748],[118.922158,24.87559],[118.923049,24.880253],[118.920798,24.882182],[118.89944,24.882753],[118.895782,24.892689],[118.888498,24.895528],[118.872061,24.89617],[118.854049,24.891099],[118.850276,24.884242],[118.84278,24.879822],[118.833757,24.882007],[118.83042,24.878919],[118.828321,24.86806],[118.830265,24.866367],[118.833628,24.868623],[118.836758,24.865917],[118.830921,24.858525],[118.825453,24.863525],[118.825704,24.866991],[118.823156,24.870712],[118.81594,24.875088],[118.809585,24.875287],[118.802226,24.873973],[118.79436,24.870366],[118.785295,24.861668],[118.778394,24.857994],[118.757105,24.859566],[118.748686,24.858109],[118.741612,24.850541],[118.729752,24.852197],[118.716354,24.848712],[118.711092,24.852169],[118.702086,24.850888],[118.696481,24.855465],[118.700846,24.861306],[118.703102,24.868873],[118.702948,24.871374],[118.69936,24.876109],[118.69866,24.886396],[118.690606,24.895784],[118.688856,24.896857],[118.685511,24.89585],[118.682081,24.905578],[118.686414,24.91788],[118.691948,24.918747],[118.692506,24.922657],[118.696901,24.927074],[118.699266,24.93197],[118.697685,24.934412],[118.699028,24.938557],[118.695031,24.941527],[118.69478,24.947802],[118.691989,24.951174],[118.691122,24.955362],[118.688323,24.957794],[118.67879,24.957063],[118.673292,24.959475],[118.669879,24.956906],[118.676388,24.947729],[118.672635,24.934617],[118.67739,24.929741],[118.679201,24.924676],[118.663354,24.921137],[118.653977,24.913039],[118.652714,24.905585],[118.65937,24.902179],[118.666526,24.902724],[118.673431,24.898902],[118.682816,24.886865],[118.685318,24.880907],[118.681799,24.878695],[118.683409,24.873816],[118.682885,24.86772],[118.678461,24.85959],[118.652752,24.852907],[118.648451,24.853163],[118.647801,24.855273],[118.63901,24.853499],[118.642512,24.845763],[118.63801,24.832183],[118.641878,24.816857],[118.647465,24.806315],[118.65438,24.806835],[118.659246,24.798812],[118.658703,24.796887],[118.650777,24.794736],[118.65037,24.79107],[118.656552,24.788882],[118.682785,24.797985],[118.702734,24.794889],[118.709002,24.796983],[118.711408,24.799456],[118.712167,24.802376],[118.70992,24.809175],[118.716993,24.817965],[118.728102,24.817028],[118.727772,24.809394],[118.722272,24.805923],[118.722399,24.796202],[118.718589,24.791637],[118.726798,24.777976],[118.73201,24.773265],[118.739675,24.770367],[118.745322,24.773122],[118.744529,24.776077],[118.750146,24.779927],[118.759756,24.777306],[118.772795,24.780257],[118.77527,24.779495],[118.778791,24.772166],[118.778316,24.760555],[118.773821,24.748878],[118.761257,24.741739],[118.754404,24.728176],[118.716571,24.693484],[118.713858,24.689201],[118.712758,24.679661],[118.699204,24.669894],[118.681554,24.667701],[118.67633,24.676631],[118.67385,24.687607],[118.667459,24.689538],[118.658894,24.688368],[118.65255,24.683745],[118.648615,24.677752],[118.643761,24.656348],[118.646531,24.63715],[118.657793,24.620541],[118.657597,24.618438],[118.662468,24.619036],[118.669615,24.627735],[118.675436,24.631031],[118.680686,24.630397],[118.681589,24.628123],[118.682863,24.61812],[118.681507,24.608055],[118.67444,24.598632],[118.671932,24.591088],[118.672661,24.589131],[118.665595,24.577708],[118.656552,24.578825],[118.648088,24.567951],[118.604461,24.532793],[118.583358,24.528109],[118.57384,24.520852],[118.568843,24.523231],[118.568605,24.527396],[118.576799,24.556087],[118.568086,24.575966],[118.569719,24.582729],[118.544422,24.59598],[118.53592,24.607126],[118.514797,24.614784],[118.503791,24.617081],[118.49817,24.626285],[118.493788,24.62807],[118.475055,24.631333],[118.465219,24.631222],[118.445589,24.627811],[118.440024,24.629886],[118.447022,24.632247],[118.441584,24.650522],[118.453872,24.673784],[118.453575,24.677294],[118.448578,24.683362],[118.447498,24.688766],[118.442531,24.68951],[118.44223,24.697918],[118.437941,24.697044],[118.435254,24.679126],[118.439064,24.675073],[118.43868,24.669111],[118.43392,24.670854],[118.429707,24.659076],[118.423643,24.650648],[118.424454,24.647639],[118.427407,24.647526],[118.427308,24.637038],[118.433604,24.627582],[118.431138,24.617349],[118.416712,24.605493],[118.411221,24.605319],[118.401952,24.602079],[118.403253,24.599261],[118.398803,24.597215],[118.397606,24.598126],[118.389276,24.595938],[118.392392,24.582587],[118.388094,24.581441],[118.38575,24.590895],[118.376247,24.584982],[118.360465,24.578744],[118.35383,24.582179],[118.329696,24.578522],[118.322089,24.579717],[118.321496,24.582258],[118.305715,24.579887],[118.288594,24.586182],[118.286761,24.579752],[118.292048,24.578371],[118.291935,24.576964],[118.283179,24.564731],[118.283533,24.557367],[118.277817,24.555204],[118.272432,24.555471],[118.26942,24.55627],[118.267336,24.559356],[118.264795,24.558416],[118.265202,24.554793],[118.263638,24.55187],[118.246468,24.537241],[118.23931,24.536401],[118.237311,24.539447],[118.225033,24.541922],[118.219988,24.548965],[118.211993,24.550202],[118.20752,24.54887],[118.198954,24.559339],[118.199049,24.563146],[118.194744,24.566959],[118.192101,24.589225],[118.18764,24.600394],[118.188368,24.603331],[118.190935,24.605405],[118.190712,24.617652],[118.179347,24.622823],[118.178681,24.624917],[118.180204,24.630342],[118.192196,24.6371],[118.204189,24.650996],[118.203522,24.652614],[118.201429,24.652424],[118.200857,24.655184],[118.189504,24.655898],[118.180969,24.663777],[118.177965,24.661077],[118.180705,24.65469],[118.176563,24.642645],[118.167942,24.634263],[118.163708,24.637726],[118.164278,24.640566],[118.151157,24.64442],[118.148955,24.643114],[118.152956,24.639832],[118.145806,24.631524],[118.138796,24.614077],[118.13341,24.606722],[118.111793,24.585601],[118.100024,24.567145],[118.085106,24.565529],[118.084613,24.567844],[118.066893,24.570653],[118.055899,24.555005],[118.049727,24.556602],[118.029147,24.551803],[118.02904,24.537351],[118.031896,24.534245],[118.038703,24.531598],[118.041458,24.531877],[118.041803,24.534204],[118.047654,24.534181],[118.06892,24.507724],[118.066084,24.503423],[118.055221,24.495999],[118.044733,24.486133],[118.033766,24.473534],[118.03358,24.464898],[118.038769,24.456653],[118.041338,24.447543],[118.041434,24.441005],[118.025283,24.441857],[118.01973,24.444683],[117.959708,24.456975],[117.952842,24.460255],[117.953929,24.465151],[117.910822,24.479382],[117.905194,24.4777],[117.901938,24.474272],[117.913566,24.460453],[117.903776,24.437293],[117.894694,24.433122],[117.880859,24.432978],[117.879374,24.432165],[117.879371,24.428834],[117.88508,24.428792],[117.894791,24.423119],[117.906168,24.413302],[117.906006,24.411236],[117.902627,24.4102],[117.888325,24.411218],[117.906108,24.393821],[117.933826,24.396361],[117.949808,24.395847],[117.959958,24.39965],[117.980338,24.401015],[117.995925,24.409347],[118.017042,24.415358],[118.049751,24.412481],[118.065267,24.409141],[118.067549,24.406705],[118.069081,24.401203],[118.066762,24.390814],[118.051418,24.384531],[118.052157,24.372345],[118.056729,24.36529],[118.050049,24.361182],[118.045553,24.354894],[118.038724,24.350712],[118.037914,24.349651],[118.040376,24.3443],[118.054312,24.355307],[118.092836,24.360148],[118.099526,24.356592],[118.106344,24.349785],[118.105665,24.343415],[118.114968,24.330776],[118.113456,24.322474],[118.115966,24.315621],[118.127141,24.3123],[118.133421,24.307701],[118.124458,24.299388],[118.124825,24.291029],[118.129454,24.282094],[118.131684,24.280344],[118.134661,24.281341],[118.136431,24.280104],[118.134671,24.274683],[118.138538,24.270728],[118.13824,24.268735],[118.132649,24.262965],[118.126581,24.268556],[118.122589,24.270043],[118.110035,24.266421],[118.101745,24.260179],[118.095525,24.250302],[118.083593,24.255725],[118.068895,24.251586],[118.060326,24.243749],[118.057952,24.238816],[118.050308,24.237803],[118.045242,24.23369],[118.037332,24.214671],[118.035491,24.217539],[118.032174,24.217543],[118.024626,24.212846],[118.021702,24.206953],[118.011193,24.207157],[118.006209,24.204919],[118,24.19896],[117.997208,24.192635],[117.998476,24.189792],[117.987986,24.186204],[117.984439,24.181794],[117.981236,24.169519],[117.981294,24.161229],[117.968974,24.153567],[117.966634,24.154269],[117.965498,24.158994],[117.969599,24.169822],[117.967788,24.176475],[117.975829,24.189668],[117.968551,24.188889],[117.969295,24.18448],[117.96818,24.182836],[117.962981,24.181774],[117.961337,24.185621],[117.963707,24.19161],[117.956571,24.195071],[117.954984,24.200154],[117.958285,24.204665],[117.955375,24.205226],[117.952631,24.201181],[117.953048,24.196303],[117.956081,24.183454],[117.961007,24.176694],[117.959111,24.170412],[117.954872,24.167277],[117.951235,24.167827],[117.948129,24.1726],[117.94833,24.175827],[117.946808,24.173841],[117.943706,24.178285],[117.941244,24.177183],[117.933827,24.181679],[117.932232,24.180271],[117.945203,24.168284],[117.951571,24.16511],[117.95622,24.16506],[117.96065,24.167604],[117.962525,24.166732],[117.958314,24.161949],[117.94876,24.158366],[117.942703,24.147422],[117.934123,24.139144],[117.92577,24.121359],[117.920883,24.122614],[117.914627,24.120429],[117.90844,24.114265],[117.902289,24.10365],[117.89705,24.087012],[117.896868,24.053644],[117.900998,24.0387],[117.898615,24.03463],[117.891291,24.027281],[117.880956,24.032419],[117.875949,24.031556],[117.874124,24.035725],[117.85006,24.031425],[117.842037,24.027058],[117.829784,24.014988],[117.824207,24.004201],[117.822839,23.997024],[117.820025,24],[117.820753,24.001894],[117.817493,24.003199],[117.807721,23.999532],[117.801022,23.990529],[117.797412,23.980204],[117.795759,23.968745],[117.799373,23.960492],[117.794296,23.9593],[117.788164,23.962257],[117.788401,23.964097],[117.786509,23.964775],[117.776195,23.959473],[117.769649,23.943129],[117.766638,23.928785],[117.766976,23.917752],[117.755693,23.914894],[117.747986,23.906866],[117.74245,23.905611],[117.737062,23.909645],[117.736262,23.912421],[117.738709,23.914305],[117.739403,23.918961],[117.734227,23.931587],[117.730786,23.93575],[117.731141,23.937761],[117.738103,23.940771],[117.756926,23.954613],[117.75466,23.956827],[117.768492,23.97479],[117.765799,23.976726],[117.766524,23.981323],[117.772856,23.989479],[117.779237,23.990565],[117.782137,23.988523],[117.791643,24.001078],[117.789408,24.001992],[117.7885,24.00457],[117.786229,24.004464],[117.785736,23.997687],[117.78237,23.994632],[117.776888,23.993475],[117.77545,23.994077],[117.777914,24.002402],[117.774753,24.001959],[117.774051,23.999308],[117.772801,23.9998],[117.769523,23.995516],[117.766815,23.998308],[117.769815,24.001366],[117.771093,24.00561],[117.75675,24.017923],[117.75895,24.026283],[117.769882,24.037647],[117.769058,24.038533],[117.758161,24.029668],[117.753072,24.02331],[117.753486,24.015056],[117.74338,24.010276],[117.740137,24.015519],[117.727125,24.024384],[117.713684,24.030749],[117.70818,24.043513],[117.702666,24.045534],[117.69733,24.044005],[117.699229,24.040737],[117.703887,24.043993],[117.705848,24.043018],[117.711903,24.023299],[117.706992,24.015025],[117.693421,24],[117.69532,23.998824],[117.691282,23.989805],[117.690213,23.982668],[117.692371,23.976564],[117.695275,23.973915],[117.69683,23.974341],[117.700366,23.968619],[117.700302,23.965866],[117.705636,23.957756],[117.706816,23.951544],[117.689925,23.945301],[117.680212,23.939963],[117.654782,23.920887],[117.643466,23.906562],[117.634602,23.891223],[117.628727,23.874442],[117.62474,23.855799],[117.623749,23.829575],[117.625915,23.814588],[117.628754,23.806956],[117.635692,23.796825],[117.641062,23.793525],[117.625208,23.777501],[117.623651,23.765743],[117.619135,23.764931],[117.616806,23.766321],[117.613044,23.763194],[117.611613,23.752889],[117.605024,23.742875],[117.598675,23.744407],[117.59309,23.739075],[117.592807,23.726472],[117.590273,23.71906],[117.583792,23.719184],[117.582731,23.721111],[117.581743,23.731721],[117.584323,23.734537],[117.587288,23.750153],[117.586913,23.759137],[117.582474,23.764696],[117.580733,23.770053],[117.583544,23.771858],[117.588104,23.771152],[117.592707,23.776576],[117.591582,23.780974],[117.597803,23.787721],[117.60044,23.793354],[117.609071,23.79677],[117.612722,23.810491],[117.594586,23.810539],[117.594604,23.844729],[117.606332,23.844342],[117.598717,23.858249],[117.602184,23.860601],[117.603092,23.863182],[117.596193,23.870755],[117.592132,23.87923],[117.58835,23.879388],[117.582961,23.882839],[117.577572,23.880054],[117.56746,23.883929],[117.566733,23.88623],[117.573757,23.892104],[117.567702,23.900581],[117.566128,23.901126],[117.565219,23.899673],[117.565038,23.893497],[117.560496,23.894102],[117.547841,23.903003],[117.547993,23.906325],[117.529963,23.909448],[117.503952,23.920759],[117.497347,23.921746],[117.493705,23.919093],[117.487485,23.920837],[117.470837,23.920844],[117.460139,23.92307],[117.451918,23.928719],[117.443708,23.938138],[117.433436,23.943769],[117.408933,23.941706],[117.4024,23.938993],[117.401164,23.933989],[117.409023,23.934612],[117.412605,23.932907],[117.41292,23.924892],[117.414445,23.92245],[117.42575,23.915987],[117.449068,23.911239],[117.472406,23.91218],[117.483033,23.906874],[117.492038,23.89379],[117.491815,23.892012],[117.4883,23.889532],[117.488265,23.885089],[117.490596,23.879976],[117.504256,23.865529],[117.493284,23.851947],[117.486433,23.837944],[117.494479,23.834062],[117.496668,23.830945],[117.498928,23.830826],[117.496168,23.824973],[117.494741,23.824306],[117.485524,23.82798],[117.47953,23.822599],[117.470111,23.820917],[117.468856,23.81129],[117.472568,23.798019],[117.45459,23.786792],[117.439986,23.764957],[117.441821,23.761657],[117.44068,23.759394],[117.438643,23.758159],[117.432574,23.760595],[117.425786,23.767453],[117.411602,23.776331],[117.406924,23.777489],[117.403624,23.774031],[117.422573,23.763724],[117.433344,23.746716],[117.434303,23.742665],[117.440693,23.738925],[117.447381,23.744861],[117.453104,23.745688],[117.461433,23.741772],[117.46788,23.74419],[117.468876,23.747379],[117.467754,23.751261],[117.471111,23.754704],[117.488957,23.762613],[117.497651,23.76219],[117.499925,23.755968],[117.496899,23.75282],[117.498605,23.750508],[117.504537,23.749807],[117.508066,23.752414],[117.513515,23.751151],[117.517685,23.743806],[117.528442,23.7411],[117.535977,23.736565],[117.532386,23.733842],[117.525559,23.734754],[117.522489,23.733487],[117.519953,23.729704],[117.516372,23.714403],[117.508608,23.715124],[117.50113,23.726362],[117.499114,23.727249],[117.4932,23.725789],[117.485705,23.72117],[117.482783,23.709597],[117.475522,23.701162],[117.471308,23.691081],[117.471111,23.679759],[117.472818,23.671139],[117.482358,23.668128],[117.489821,23.662175],[117.487334,23.656415],[117.477631,23.655229],[117.47109,23.657267],[117.461043,23.651328],[117.458986,23.653839],[117.458208,23.659029],[117.453803,23.660821],[117.447356,23.659029],[117.445889,23.660382],[117.445909,23.664525],[117.444212,23.665318],[117.436406,23.664437],[117.428744,23.65933],[117.423845,23.653872],[117.417846,23.641347],[117.415046,23.630185],[117.414605,23.616008],[117.416241,23.605099],[117.418183,23.599316],[117.423711,23.59343],[117.427488,23.592573],[117.433563,23.598001],[117.437363,23.59241],[117.443213,23.592592],[117.437568,23.583263],[117.430864,23.582609],[117.429004,23.588695],[117.42322,23.58912],[117.410431,23.583011],[117.395839,23.581388],[117.380968,23.576637],[117.367517,23.567119],[117.367073,23.569522],[117.370508,23.571762],[117.370132,23.575644],[117.367658,23.579227],[117.361155,23.582009],[117.347189,23.581062],[117.318455,23.572572],[117.316353,23.574084],[117.31591,23.577589],[117.322011,23.584619],[117.328084,23.588191],[117.343016,23.60386],[117.35027,23.608702],[117.357798,23.611411],[117.361784,23.619791],[117.375703,23.63508],[117.361719,23.671944],[117.355869,23.675686],[117.34769,23.675864],[117.339602,23.687886],[117.341654,23.695382],[117.352007,23.702517],[117.359449,23.712743],[117.362014,23.71942],[117.361745,23.722299],[117.35021,23.7369],[117.347938,23.745879],[117.350413,23.75127],[117.369771,23.765089],[117.366453,23.769754],[117.370978,23.774095],[117.386523,23.783537],[117.39342,23.783755],[117.396643,23.782289],[117.401407,23.775317],[117.403857,23.774897],[117.405982,23.777031],[117.397101,23.78731],[117.38729,23.788552],[117.380688,23.786769],[117.364587,23.775766],[117.359871,23.770031],[117.359251,23.76649],[117.344879,23.754087],[117.330691,23.753842],[117.325664,23.751345],[117.316112,23.758636],[117.31167,23.756944],[117.314355,23.747049],[117.307982,23.743959],[117.274496,23.735471],[117.272177,23.72283],[117.269301,23.71607],[117.278765,23.681325],[117.276783,23.67838],[117.26959,23.677881],[117.266999,23.675594],[117.265779,23.662855],[117.266063,23.657355],[117.26926,23.649903],[117.280426,23.63696],[117.27949,23.630964],[117.275466,23.627399],[117.255477,23.624262],[117.252382,23.618444],[117.25383,23.616004],[117.253117,23.612761],[117.249092,23.60782],[117.23271,23.603024],[117.229688,23.606514],[117.232123,23.614953],[117.228522,23.629026],[117.235471,23.640085],[117.237457,23.655162],[117.241533,23.659064],[117.246902,23.672158],[117.239816,23.684945],[117.230223,23.691357],[117.227775,23.690166],[117.235974,23.685828],[117.241368,23.67607],[117.237715,23.674488],[117.235173,23.676798],[117.232631,23.675114],[117.23218,23.663593],[117.229254,23.660807],[117.226372,23.660766],[117.225005,23.669599],[117.221624,23.676069],[117.210976,23.68161],[117.208572,23.680367],[117.209377,23.67692],[117.21724,23.669052],[117.216233,23.66121],[117.210716,23.661014],[117.213799,23.654908],[117.216654,23.654038],[117.222214,23.648104],[117.225439,23.625382],[117.205622,23.624055],[117.188675,23.619856],[117.183439,23.631103],[117.170624,23.640433],[117.155259,23.641478],[117.146275,23.649846],[117.142706,23.656082],[117.125844,23.653225],[117.118825,23.648781],[117.116486,23.654393],[117.113625,23.656905],[117.092628,23.667419],[117.088217,23.668331],[117.086037,23.666606],[117.077944,23.675466],[117.07975,23.676631],[117.07867,23.679025],[117.072944,23.682735],[117.069971,23.681005],[117.060908,23.688995],[117.055862,23.689808],[117.04543,23.702657],[117.044717,23.713886],[117.047777,23.719067],[117.045435,23.728658],[117.047031,23.73824],[117.042894,23.752179],[117.029045,23.786341],[117.028198,23.797479],[117.016252,23.811488],[117.027207,23.819135],[117.028635,23.828001],[117.027118,23.829782],[117.023341,23.828303],[117.019289,23.832595],[117.01622,23.843103],[116.998663,23.862565],[116.983716,23.865454],[116.979961,23.864821],[116.977169,23.860432],[116.968918,23.858477],[116.96018,23.861612],[116.955244,23.868992],[116.957861,23.872651],[116.965996,23.871484],[116.972435,23.872524],[116.972888,23.883126],[116.968959,23.890128],[116.971216,23.898158],[116.95501,23.907048],[116.956591,23.914569],[116.950192,23.922914],[116.951199,23.925066],[116.963278,23.926416],[116.96942,23.930304],[116.975579,23.942413],[116.976681,23.949238],[116.975352,23.96409],[116.971762,23.971162],[116.967107,23.975354],[116.971756,23.995139],[116.976823,23.997676],[116.976892,24],[116.975549,24.005026],[116.957457,24.01446],[116.952821,24.010113],[116.95299,24.007046],[116.949656,24.0067],[116.950197,24.01721],[116.953154,24.019618],[116.946159,24.026003],[116.944457,24.030614],[116.937748,24.032876],[116.939147,24.038633],[116.94684,24.040614],[116.94772,24.053845],[116.943148,24.0572],[116.935877,24.055512],[116.930598,24.058387],[116.931907,24.062487],[116.925801,24.069611],[116.924186,24.082038],[116.925517,24.092621],[116.922148,24.103439],[116.923055,24.107337],[116.930798,24.119817],[116.931351,24.131114],[116.935933,24.133023],[116.940033,24.13996],[116.945933,24.141275],[116.943939,24.145681],[116.945562,24.148232],[116.95337,24.148175],[116.953366,24.15032],[116.958623,24.155457],[116.966143,24.156925],[116.969154,24.159289],[116.967852,24.161338],[116.971076,24.16466],[116.978049,24.168187],[116.983195,24.173693],[116.987379,24.17455],[116.993343,24.184983],[116.99285,24.188231],[116.986646,24.189333],[116.985108,24.194361],[116.973022,24.202983],[116.967726,24.200487],[116.961667,24.206789],[116.959664,24.212325],[116.953491,24.215311],[116.951301,24.219806],[116.936852,24.22016],[116.92863,24.223172],[116.9301,24.23444],[116.932922,24.233936],[116.934296,24.240432],[116.934041,24.244674],[116.930202,24.251349],[116.93196,24.254525],[116.934524,24.25507],[116.932641,24.2679],[116.934168,24.271247],[116.934826,24.287245],[116.930326,24.288837],[116.919123,24.288894],[116.915287,24.2861],[116.909388,24.289238],[116.911754,24.293389],[116.907473,24.301754],[116.909072,24.304651],[116.907291,24.312346],[116.915059,24.32366],[116.910359,24.329986],[116.905024,24.333966],[116.902432,24.34683],[116.89027,24.355121],[116.891763,24.357294],[116.894138,24.354428],[116.894859,24.358148],[116.890186,24.367495],[116.897235,24.369554],[116.897655,24.37239],[116.899556,24.373676],[116.889667,24.388653],[116.881611,24.394512],[116.880384,24.397803],[116.868843,24.394663],[116.864837,24.402161],[116.863392,24.410889],[116.858256,24.410676],[116.854285,24.422044],[116.850836,24.426135],[116.841839,24.431548],[116.834799,24.442344],[116.833705,24.447171],[116.838453,24.456831],[116.845965,24.455387],[116.855223,24.460722],[116.855127,24.465107],[116.850239,24.470746],[116.846829,24.478378],[116.828507,24.499524],[116.822227,24.496721],[116.818016,24.491875],[116.808365,24.486593],[116.808767,24.490286],[116.813054,24.494165],[116.795154,24.501342],[116.780125,24.517914],[116.770756,24.536848],[116.766526,24.537671],[116.752183,24.550278],[116.750872,24.554139],[116.75241,24.560218],[116.755792,24.56391],[116.762656,24.567081],[116.76234,24.571985],[116.758758,24.578119],[116.752711,24.583682],[116.756817,24.585458],[116.764162,24.593086],[116.770932,24.597086],[116.774885,24.601888],[116.77596,24.607351],[116.781789,24.615742],[116.793401,24.625515],[116.791948,24.639406],[116.795499,24.642683],[116.806536,24.647814],[116.806659,24.651408],[116.810532,24.657561],[116.805121,24.668978],[116.797138,24.680518],[116.775057,24.681231],[116.769857,24.677682],[116.763182,24.669375],[116.754638,24.665554],[116.753003,24.662331],[116.747657,24.658302],[116.745093,24.658988],[116.735387,24.669631],[116.725072,24.669829],[116.715297,24.667437],[116.700348,24.666667],[116.699842,24.661408],[116.696866,24.658871],[116.686123,24.663761],[116.671884,24.663651],[116.665097,24.660835],[116.652557,24.658772],[116.646159,24.654096],[116.638962,24.654356],[116.63085,24.650826],[116.628092,24.645797],[116.625091,24.644932],[116.619072,24.645079],[116.616807,24.649132],[116.61176,24.650839],[116.60668,24.64982],[116.600054,24.6512],[116.599854,24.655976],[116.592622,24.657784],[116.582598,24.639941],[116.57008,24.634915],[116.56561,24.63034],[116.565458,24.625533],[116.559818,24.624042],[116.552943,24.618823],[116.546714,24.608583],[116.54462,24.611773],[116.546187,24.615466],[116.541011,24.615838],[116.524957,24.607733],[116.522306,24.60785],[116.520121,24.61153],[116.513973,24.615464],[116.506314,24.617575],[116.500095,24.62368],[116.504746,24.626903],[116.503347,24.631327],[116.506568,24.63551],[116.507798,24.640244],[116.505509,24.642989],[116.511582,24.652262],[116.512316,24.656524],[116.507757,24.659596],[116.503908,24.667745],[116.496363,24.675387],[116.497773,24.679718],[116.495678,24.686668],[116.498808,24.694257],[116.497329,24.700552],[116.482546,24.721179],[116.478625,24.723716],[116.473756,24.72088],[116.463781,24.722305],[116.452121,24.717464],[116.439776,24.71871],[116.435209,24.725833],[116.435829,24.734587],[116.430508,24.738493],[116.426932,24.736719],[116.423579,24.738058],[116.423333,24.74376],[116.414413,24.744388],[116.40969,24.749938],[116.41229,24.754317],[116.41465,24.769523],[116.411954,24.774639],[116.400318,24.783218],[116.396431,24.79166],[116.396949,24.794842],[116.394125,24.797237],[116.387473,24.794816],[116.386596,24.79187],[116.379219,24.793782],[116.376615,24.796087],[116.376763,24.798308],[116.37933,24.799749],[116.375387,24.804111],[116.370721,24.80585],[116.371443,24.821556],[116.373195,24.825729],[116.385475,24.831351],[116.402247,24.835924],[116.414231,24.843419],[116.407866,24.850589],[116.402684,24.854143],[116.39433,24.854931],[116.388896,24.861373],[116.386776,24.874047],[116.392426,24.876138],[116.391474,24.880584],[116.375318,24.879759],[116.370162,24.877725],[116.369359,24.87615],[116.371382,24.871438],[116.369471,24.869687],[116.362525,24.873431],[116.35716,24.871883],[116.350268,24.86148],[116.345578,24.859528],[116.347047,24.845533],[116.344988,24.834466],[116.330845,24.826137],[116.325645,24.826928],[116.317464,24.822107],[116.295096,24.804841],[116.280345,24.801837],[116.261238,24.803106],[116.243444,24.795412],[116.239167,24.796576],[116.233701,24.801752],[116.227071,24.802675],[116.235586,24.816157],[116.245428,24.825599],[116.243126,24.834524],[116.234017,24.834243],[116.22735,24.82882],[116.217255,24.832816],[116.21345,24.84228],[116.21603,24.843872],[116.214867,24.848173],[116.208282,24.853855],[116.197931,24.858994],[116.190094,24.871545],[116.18602,24.871993],[116.187025,24.881356],[116.179636,24.878286],[116.176222,24.879043],[116.171661,24.870795],[116.164351,24.866952],[116.160852,24.861021],[116.151115,24.853735],[116.148301,24.847479],[116.145735,24.848229],[116.138847,24.846378],[116.128785,24.84996],[116.093564,24.854057],[116.088534,24.851989],[116.090723,24.847531],[116.088233,24.84072],[116.085969,24.83934],[116.080209,24.842789],[116.083056,24.847276],[116.078712,24.856335],[116.070206,24.856244],[116.063509,24.852625],[116.057706,24.862594],[116.047025,24.864433],[116.042624,24.870703],[116.044104,24.876212],[116.038725,24.878186],[116.035294,24.890902],[116.028988,24.891809],[116.029495,24.894737],[116.022629,24.898346],[116.019589,24.904418],[116.01468,24.908129],[116.008073,24.906547],[115.998695,24.899705],[115.994001,24.898861],[115.986495,24.903008],[115.979567,24.903028],[115.975181,24.918862],[115.960657,24.915648],[115.944639,24.919507],[115.93691,24.923421],[115.921061,24.92173],[115.913739,24.927115],[115.906947,24.92833],[115.903299,24.926701],[115.897801,24.935529],[115.885285,24.942972],[115.880283,24.954218],[115.867829,24.957373],[115.86542,24.971707],[115.868597,24.976222],[115.879293,24.980139],[115.888179,24.973549],[115.887411,24.97088],[115.890379,24.96561],[115.895522,24.963471],[115.900761,24.967346],[115.905999,24.965624],[115.90667,24.96256],[115.912185,24.960322],[115.918028,24.962982],[115.919381,24.966805],[115.911572,24.973721],[115.911799,24.978846],[115.905252,24.985759],[115.897077,24.98896],[115.898314,24.991925],[115.897221,24.995076],[115.877578,25.001338],[115.872878,25.006245],[115.869647,25.023754],[115.877025,25.029429],[115.884679,25.026553],[115.887509,25.034088],[115.892082,25.035093],[115.894265,25.037479],[115.89423,25.04136],[115.899826,25.044448],[115.909621,25.046077],[115.913919,25.041776],[115.915678,25.041766],[115.918034,25.047041],[115.923272,25.048613],[115.924577,25.052324],[115.917195,25.058024],[115.915038,25.063808],[115.910529,25.06382],[115.909428,25.067829],[115.910448,25.073004],[115.912096,25.07437],[115.909618,25.082701],[115.90216,25.08831],[115.891221,25.092246],[115.878147,25.091199],[115.875575,25.096032],[115.874209,25.09909],[115.880429,25.107238],[115.870829,25.116305],[115.869842,25.126587],[115.8755,25.125885],[115.885329,25.129909],[115.881931,25.143738],[115.879865,25.14467],[115.873246,25.155451],[115.871653,25.156071],[115.864134,25.151501],[115.8584,25.152269],[115.857784,25.157116],[115.854731,25.157476],[115.851976,25.155243],[115.848332,25.157742],[115.84634,25.163909],[115.84825,25.168957],[115.851813,25.16982],[115.854934,25.16752],[115.856448,25.169946],[115.848454,25.178933],[115.853788,25.181298],[115.852026,25.186813],[115.852871,25.191852],[115.850737,25.213114],[115.860284,25.218784],[115.863819,25.2254],[115.872315,25.218763],[115.885649,25.219993],[115.896486,25.231357],[115.897616,25.235337],[115.905438,25.23729],[115.915416,25.234047],[115.91769,25.234944],[115.91785,25.236547],[115.92748,25.238851],[115.935039,25.256936],[115.937805,25.258377],[115.94725,25.27388],[115.945949,25.280843],[115.942219,25.287405],[115.94237,25.2928],[115.947953,25.295931],[115.956328,25.294795],[115.960515,25.28986],[115.965267,25.288562],[115.970332,25.29126],[115.970559,25.299678],[115.972678,25.301498],[115.978435,25.301809],[115.982805,25.292723],[115.998818,25.310434],[116.002788,25.319114],[116.003893,25.325701],[115.998194,25.325932],[115.994303,25.328049],[116.002331,25.331708],[116.000554,25.342484],[115.995262,25.347382],[115.982661,25.347417],[115.98813,25.35183],[115.994606,25.352482],[115.996925,25.358745],[115.995064,25.362749],[115.991028,25.363831],[115.99128,25.370047],[115.989212,25.375879],[115.986319,25.377499],[116.003571,25.397669],[115.99733,25.411753],[115.997955,25.415226],[115.999272,25.417279],[116.005074,25.418508],[116.013397,25.414735],[116.01833,25.42603],[116.015939,25.430816],[116.019261,25.439815],[116.006248,25.456586],[116.005269,25.462119],[116.009784,25.472554],[116.014779,25.477335],[116.012728,25.477732],[116.007923,25.472986],[116.001165,25.475602],[116.003476,25.482677],[116.00349,25.490288],[115.999485,25.491726],[116.00119,25.495364],[116.009776,25.50068],[116.007711,25.50391],[116.01011,25.51099],[116.030283,25.515171],[116.032543,25.516887],[116.030283,25.53709],[116.03299,25.550045],[116.03501,25.552023],[116.045728,25.54877],[116.051668,25.550797],[116.059132,25.565087],[116.058891,25.56796],[116.05599,25.568243],[116.053423,25.571438],[116.048277,25.586399],[116.049721,25.587847],[116.05036,25.594389],[116.047192,25.60404],[116.038785,25.604189],[116.035742,25.608781],[116.04116,25.618462],[116.041125,25.621047],[116.035967,25.624999],[116.035114,25.62968],[116.045323,25.630449],[116.047275,25.631911],[116.047793,25.636226],[116.052774,25.642196],[116.05549,25.642715],[116.060709,25.637592],[116.062707,25.637922],[116.064725,25.647378],[116.063788,25.6509],[116.054255,25.659326],[116.05253,25.663907],[116.057812,25.668186],[116.056859,25.671762],[116.054348,25.672487],[116.054886,25.674353],[116.060338,25.678413],[116.05547,25.68128],[116.051129,25.686631],[116.05441,25.6899],[116.053419,25.694873],[116.05508,25.698134],[116.059147,25.697553],[116.061719,25.692843],[116.063394,25.695127],[116.062243,25.70444],[116.063863,25.708793],[116.082675,25.69928],[116.084809,25.701636],[116.101739,25.704223],[116.105237,25.707565],[116.10395,25.728982],[116.107412,25.73307],[116.113565,25.735436],[116.114534,25.737696],[116.11243,25.741061],[116.11542,25.749518],[116.120418,25.75499],[116.124735,25.764243],[116.128924,25.762904],[116.143826,25.763695],[116.155147,25.769629],[116.160267,25.769189],[116.162853,25.766202],[116.159,25.761873],[116.16249,25.750151],[116.169839,25.751182],[116.17321,25.756893],[116.172791,25.770528],[116.173988,25.775349],[116.177946,25.780304],[116.17129,25.790987],[116.166862,25.792789],[116.162862,25.799303],[116.156781,25.800087],[116.154712,25.802026],[116.156302,25.809118],[116.152835,25.815746],[116.136566,25.822669],[116.136343,25.826477],[116.133431,25.830438],[116.130145,25.826773],[116.126042,25.831237],[116.127671,25.837662],[116.125854,25.839562],[116.125211,25.85542],[116.127551,25.861662],[116.13908,25.869423],[116.138776,25.872341],[116.149348,25.880802],[116.159403,25.882307],[116.163105,25.878988],[116.165264,25.879301],[116.171659,25.896586],[116.18364,25.904486],[116.191213,25.905452],[116.19781,25.903311],[116.202085,25.904033],[116.209123,25.909879],[116.220388,25.912039],[116.225564,25.907988],[116.225017,25.90646],[116.22941,25.90237],[116.242324,25.906736],[116.249974,25.903452],[116.254224,25.905614],[116.256135,25.913898],[116.258371,25.916494],[116.265884,25.918323],[116.276342,25.916996],[116.282354,25.922277],[116.288133,25.921591],[116.297255,25.925968],[116.299985,25.934728],[116.305947,25.940847],[116.315843,25.944495],[116.318832,25.952738],[116.319084,25.95871],[116.323267,25.960139],[116.330902,25.959297],[116.339074,25.965347],[116.345322,25.965353],[116.350351,25.962616],[116.362261,25.963031],[116.36476,25.968014],[116.36394,25.976739],[116.354858,25.996245],[116.355642,26.002024],[116.360349,26.009093],[116.366722,26.008463],[116.377664,26.028703],[116.379106,26.035463],[116.382376,26.033872],[116.391112,26.034514],[116.388917,26.038559],[116.389143,26.042877],[116.393522,26.040753],[116.393768,26.039214],[116.391337,26.037778],[116.393468,26.03477],[116.39536,26.035562],[116.39771,26.043244],[116.397052,26.050916],[116.405189,26.053149],[116.401356,26.057003],[116.414066,26.057092],[116.416606,26.069876],[116.422991,26.077745],[116.424012,26.072904],[116.428981,26.077397],[116.443653,26.083649],[116.451907,26.092388],[116.459213,26.096135],[116.463012,26.102735],[116.467264,26.103342],[116.46949,26.107233],[116.480399,26.112606],[116.485086,26.117534],[116.48646,26.123611],[116.484549,26.136432],[116.476467,26.13996],[116.478153,26.152175],[116.473779,26.155378],[116.476995,26.165436],[116.470337,26.172836],[116.471552,26.175962],[116.469006,26.177884],[116.460575,26.177055],[116.439502,26.167991],[116.432996,26.16311],[116.42124,26.160983],[116.41564,26.161316],[116.415272,26.163836],[116.421066,26.167205],[116.416986,26.17198],[116.412457,26.169163],[116.414353,26.166613],[116.411137,26.163356],[116.406642,26.163127],[116.40485,26.163427],[116.404964,26.165664],[116.402041,26.167586],[116.392639,26.169654],[116.386413,26.175146],[116.388592,26.180947],[116.392009,26.183118],[116.395851,26.193617],[116.397813,26.194482],[116.393205,26.199215],[116.38736,26.201975],[116.393655,26.207813],[116.392435,26.213036],[116.388049,26.212858],[116.386412,26.210416],[116.389405,26.209498],[116.386942,26.208366],[116.375941,26.212556],[116.386477,26.212463],[116.386376,26.223075],[116.382379,26.232979],[116.381843,26.241419],[116.391975,26.248417],[116.391683,26.254068],[116.389781,26.257566],[116.386823,26.257202],[116.385438,26.259157],[116.388261,26.263446],[116.393024,26.265611],[116.391682,26.275154],[116.405637,26.281306],[116.414661,26.282344],[116.419226,26.293119],[116.417023,26.296717],[116.410178,26.299696],[116.410085,26.301547],[116.419455,26.303684],[116.422135,26.307364],[116.430022,26.307393],[116.432004,26.311581],[116.437133,26.314536],[116.437077,26.316492],[116.431913,26.317557],[116.43202,26.321502],[116.436796,26.32906],[116.441254,26.32924],[116.451786,26.337161],[116.455209,26.343666],[116.455774,26.350314],[116.460677,26.353477],[116.468132,26.350898],[116.469171,26.354068],[116.467089,26.356968],[116.475147,26.356529],[116.481667,26.359672],[116.481749,26.361555],[116.485794,26.363782],[116.489917,26.36393],[116.493036,26.361037],[116.495124,26.362569],[116.49738,26.36518],[116.496608,26.368386],[116.495583,26.370148],[116.491109,26.370566],[116.490043,26.374169],[116.492413,26.385826],[116.491339,26.389061],[116.494961,26.39231],[116.502158,26.391106],[116.503489,26.389586],[116.510062,26.403209],[116.510027,26.405369],[116.506627,26.408466],[116.512052,26.413693],[116.517305,26.413249],[116.519023,26.411349],[116.523578,26.410347],[116.531494,26.410866],[116.531083,26.403958],[116.543945,26.401363],[116.549014,26.403853],[116.551622,26.402736],[116.552699,26.396294],[116.556062,26.389824],[116.550951,26.384653],[116.554433,26.380438],[116.554374,26.375463],[116.552889,26.3728],[116.547609,26.370276],[116.550112,26.366799],[116.55444,26.367446],[116.559629,26.372695],[116.569696,26.376575],[116.576296,26.370043],[116.582651,26.370643],[116.586874,26.374957],[116.595474,26.374664],[116.598153,26.377839],[116.598898,26.383511],[116.605708,26.387712],[116.607276,26.391495],[116.606791,26.39808],[116.601368,26.404785],[116.598956,26.411071],[116.604566,26.437303],[116.617862,26.444944],[116.621183,26.443987],[116.626538,26.452295],[116.62399,26.457531],[116.625716,26.464145],[116.631528,26.467163],[116.633571,26.47374],[116.645151,26.471807],[116.639107,26.473104],[116.633111,26.477159],[116.634739,26.481249],[116.633977,26.483776],[116.628292,26.482332],[116.622557,26.483817],[116.615812,26.483222],[116.609755,26.47995],[116.606673,26.480794],[116.599348,26.488358],[116.597144,26.485898],[116.5937,26.487596],[116.592887,26.489383],[116.5983,26.495342],[116.585791,26.498465],[116.584246,26.501797],[116.590581,26.50402],[116.591996,26.507425],[116.589486,26.510691],[116.584217,26.510186],[116.583734,26.523803],[116.58063,26.525596],[116.575397,26.525236],[116.57531,26.533771],[116.570323,26.53881],[116.56344,26.542699],[116.558384,26.54937],[116.543839,26.55424],[116.538415,26.55998],[116.52968,26.562767],[116.529369,26.564432],[116.536083,26.567412],[116.549412,26.586183],[116.557858,26.606432],[116.557976,26.634124],[116.562458,26.639256],[116.550001,26.64952],[116.544062,26.651823],[116.550814,26.659848],[116.531147,26.669067],[116.527997,26.672743],[116.527712,26.676541],[116.510737,26.690767],[116.508643,26.694532],[116.507734,26.703049],[116.510829,26.710169],[116.510339,26.712002],[116.506216,26.713371],[116.505473,26.717372],[116.509577,26.719463],[116.514844,26.727089],[116.528513,26.736396],[116.530247,26.742785],[116.556085,26.758444],[116.559875,26.764592],[116.559671,26.76815],[116.556716,26.769709],[116.553934,26.77471],[116.549817,26.788714],[116.543652,26.791593],[116.541901,26.796752],[116.543419,26.801139],[116.539179,26.806882],[116.537377,26.812731],[116.542428,26.822055],[116.541165,26.827289],[116.545092,26.841218],[116.553499,26.846589],[116.561342,26.870039],[116.566142,26.8726],[116.571799,26.87319],[116.576204,26.868802],[116.580813,26.872397],[116.586648,26.881607],[116.581476,26.884651],[116.582964,26.889232],[116.587512,26.89015],[116.593778,26.897698],[116.596315,26.894821],[116.600177,26.893963],[116.605226,26.898942],[116.602948,26.902558],[116.614934,26.913776],[116.618171,26.920832],[116.616469,26.925902],[116.626585,26.9324],[116.639813,26.944766],[116.644717,26.946867],[116.651503,26.95961],[116.649954,26.964903],[116.668476,26.969584],[116.673719,26.975642],[116.67288,26.979746],[116.67907,26.980517],[116.683881,26.985928],[116.693589,26.992109],[116.701791,26.992339],[116.706061,26.994932],[116.713514,26.99389],[116.724469,26.997597],[116.732514,26.997047],[116.737268,26.998545],[116.74095,26.988964],[116.751182,26.980979],[116.757407,26.986455],[116.756346,26.99081],[116.757599,26.995051],[116.761205,27.000914],[116.765073,27.00325],[116.776166,27.001886],[116.784648,27.006951],[116.786607,27.010917],[116.795058,27.014227],[116.806849,27.011257],[116.817026,27.019676],[116.81805,27.0228],[116.820608,27.023746],[116.829625,27.021927],[116.835573,27.015155],[116.835072,27.012551],[116.836765,27.010751],[116.856713,27.011129],[116.865001,27.025408],[116.872675,27.024629],[116.882047,27.032234],[116.888119,27.033047],[116.89071,27.038883],[116.894096,27.040672],[116.898344,27.037727],[116.90631,27.035787],[116.913721,27.038353],[116.917427,27.03526],[116.91864,27.027637],[116.923236,27.02555],[116.929875,27.025793],[116.934805,27.021936],[116.94001,27.032772],[116.948635,27.040628],[116.948744,27.047043],[116.950824,27.050413],[116.962197,27.061809],[116.968958,27.061061],[116.981519,27.070771],[116.986061,27.072523],[116.998475,27.085387],[117.00504,27.087022],[117.008762,27.090338],[117.019035,27.088405],[117.029997,27.091648],[117.037282,27.099594],[117.0474,27.103884],[117.044806,27.10698],[117.04426,27.121686],[117.041751,27.129072],[117.037052,27.135863],[117.037186,27.143079],[117.043547,27.155808],[117.050962,27.163163],[117.058687,27.175441],[117.064459,27.181237],[117.074293,27.18324],[117.080349,27.187655],[117.081618,27.196221],[117.092124,27.210381],[117.095722,27.212368],[117.098621,27.206905],[117.111589,27.21169],[117.115436,27.214701],[117.115439,27.221066],[117.133642,27.23477],[117.136429,27.239696],[117.144733,27.243611],[117.141382,27.251198],[117.147563,27.254355],[117.14791,27.261314],[117.151547,27.267669],[117.156447,27.268327],[117.161065,27.271977],[117.163217,27.28713],[117.167155,27.291201],[117.167335,27.294987],[117.160167,27.294633],[117.154376,27.297171],[117.154584,27.301257],[117.148971,27.305541],[117.145608,27.306486],[117.142283,27.303805],[117.132511,27.305234],[117.130484,27.310975],[117.13218,27.310984],[117.135641,27.315406],[117.136804,27.323165],[117.13539,27.326448],[117.124139,27.325283],[117.10926,27.331737],[117.105467,27.328448],[117.093517,27.341502],[117.097623,27.350836],[117.096805,27.360209],[117.098928,27.370555],[117.097111,27.37576],[117.094296,27.377825],[117.094696,27.383679],[117.099777,27.385079],[117.102742,27.397608],[117.109573,27.400155],[117.120957,27.407898],[117.127793,27.427933],[117.122623,27.433426],[117.120088,27.438939],[117.120017,27.454294],[117.111757,27.454837],[117.103354,27.464457],[117.102347,27.472511],[117.106775,27.479258],[117.100242,27.483486],[117.098352,27.487795],[117.100536,27.492924],[117.108465,27.499143],[117.10304,27.50886],[117.097168,27.515571],[117.095956,27.524959],[117.098118,27.54267],[117.094739,27.547452],[117.085293,27.551153],[117.084258,27.559159],[117.079113,27.567796],[117.072802,27.57009],[117.069232,27.566393],[117.068946,27.561956],[117.060183,27.556419],[117.05883,27.551503],[117.051845,27.546915],[117.047306,27.548885],[117.045388,27.553887],[117.03704,27.550819],[117.016326,27.55847],[117.012265,27.563451],[117.013483,27.569326],[117.012451,27.575215],[117.017004,27.582687],[117.017233,27.590871],[117.019293,27.596022],[117.0153,27.600825],[117.016194,27.603177],[117.014266,27.606918],[117.011483,27.606461],[117.007538,27.608655],[117.012084,27.614149],[117.011624,27.616105],[117.002923,27.620913],[117.001334,27.626915],[116.998317,27.629762],[117.00348,27.637096],[117.008905,27.633456],[117.01259,27.636209],[117.016707,27.645025],[117.014621,27.655711],[117.021975,27.66344],[117.028517,27.666661],[117.031908,27.670257],[117.047223,27.674205],[117.057998,27.669083],[117.065436,27.65898],[117.073557,27.653872],[117.074151,27.651344],[117.072136,27.647931],[117.076111,27.641798],[117.089948,27.631109],[117.09549,27.630571],[117.103362,27.63499],[117.103834,27.636943],[117.101556,27.637502],[117.099421,27.640742],[117.1005,27.646091],[117.103536,27.646218],[117.106479,27.649014],[117.09654,27.666415],[117.090133,27.671469],[117.094108,27.678862],[117.100949,27.684488],[117.103933,27.690323],[117.112237,27.69762],[117.11739,27.69718],[117.12488,27.693073],[117.126264,27.690098],[117.132703,27.692627],[117.137041,27.692328],[117.172209,27.680867],[117.177552,27.682549],[117.181225,27.686517],[117.19445,27.688251],[117.199744,27.687136],[117.200162,27.691198],[117.198354,27.695264],[117.200706,27.70045],[117.198665,27.704158],[117.198099,27.712571],[117.202122,27.71972],[117.212252,27.718393],[117.220048,27.722945],[117.231079,27.722307],[117.235753,27.720094],[117.240197,27.72214],[117.243555,27.729141],[117.248335,27.731749],[117.250564,27.732481],[117.256595,27.729236],[117.259359,27.731944],[117.261503,27.743871],[117.275382,27.75352],[117.270666,27.759405],[117.27173,27.770072],[117.273775,27.77106],[117.277526,27.767807],[117.292503,27.767108],[117.296787,27.775419],[117.301907,27.779812],[117.29915,27.791727],[117.295603,27.795363],[117.292,27.804473],[117.294999,27.810871],[117.293876,27.814859],[117.298188,27.828961],[117.297125,27.839386],[117.288118,27.847862],[117.278513,27.846784],[117.272115,27.850219],[117.273274,27.861472],[117.276478,27.869442],[117.274151,27.874328],[117.292828,27.873772],[117.298504,27.875872],[117.302638,27.878926],[117.311881,27.89733],[117.320399,27.898968],[117.329742,27.891821],[117.331892,27.880142],[117.32981,27.875472],[117.330774,27.871952],[117.327469,27.867154],[117.328319,27.865733],[117.338379,27.859369],[117.347207,27.860767],[117.348934,27.863038],[117.348882,27.869665],[117.360461,27.88609],[117.372804,27.891757],[117.378573,27.889386],[117.391692,27.895559],[117.407341,27.89816],[117.410592,27.903605],[117.426535,27.917369],[117.426178,27.921667],[117.436149,27.927475],[117.438901,27.934377],[117.446691,27.938694],[117.448399,27.943364],[117.45646,27.946302],[117.458652,27.939984],[117.461278,27.937343],[117.471843,27.933424],[117.478154,27.94343],[117.503216,27.96011],[117.502261,27.963048],[117.505895,27.971871],[117.505923,27.97787],[117.517033,27.986949],[117.524097,27.986532],[117.525558,27.985056],[117.524681,27.978349],[117.528993,27.972949],[117.53264,27.97512],[117.542654,27.971805],[117.550628,27.973963],[117.554369,27.964941],[117.560612,27.960088],[117.55485,27.952223],[117.553802,27.947862],[117.561469,27.9386],[117.564966,27.937599],[117.56986,27.948576],[117.575481,27.949963],[117.582747,27.947478],[117.579429,27.941428],[117.582273,27.937033],[117.580767,27.931707],[117.584511,27.919446],[117.578853,27.914688],[117.580934,27.907385],[117.590382,27.904361],[117.591241,27.898074],[117.598857,27.890154],[117.59697,27.872011],[117.603489,27.867139],[117.611761,27.866375],[117.615644,27.867985],[117.617093,27.862647],[117.623861,27.86289],[117.626752,27.859931],[117.645248,27.856012],[117.64709,27.851547],[117.659605,27.846708],[117.663147,27.843709],[117.666877,27.832158],[117.676015,27.826258],[117.683297,27.830927],[117.690211,27.829425],[117.69981,27.837071],[117.702609,27.82929],[117.707584,27.824601],[117.711765,27.817002],[117.720016,27.813061],[117.723914,27.809225],[117.726105,27.803781],[117.734251,27.803665],[117.736971,27.804423],[117.738846,27.808542],[117.742912,27.809571],[117.749271,27.816032],[117.750966,27.825014],[117.754973,27.831884],[117.763511,27.837735],[117.771975,27.839325],[117.774424,27.843434],[117.774483,27.846955],[117.782943,27.855736],[117.783279,27.860547],[117.777942,27.863171],[117.779775,27.874107],[117.785555,27.883525],[117.782617,27.886686],[117.782523,27.900411],[117.784448,27.901601],[117.788646,27.900476],[117.793458,27.903419],[117.795341,27.906346],[117.794095,27.908805],[117.798254,27.912692],[117.806147,27.915216],[117.808227,27.922433],[117.814657,27.926129],[117.832159,27.930561],[117.843876,27.940075],[117.850868,27.949017],[117.854275,27.949522],[117.861648,27.939095],[117.865643,27.942283],[117.876368,27.946401],[117.878837,27.949644],[117.888765,27.950913],[117.894315,27.948421],[117.900745,27.953635],[117.905629,27.953831],[117.912609,27.961572],[117.914351,27.965694],[117.92026,27.968989],[117.927782,27.970093],[117.93047,27.972626],[117.93052,27.976656],[117.936543,27.978998],[117.94986,27.974176],[117.95956,27.965003],[117.962393,27.964809],[117.965697,27.96855],[117.97386,27.968976],[117.976004,27.971064],[117.981614,27.977299],[117.991205,27.99537],[118.000718,27.984177],[118.005886,27.986287],[118.013201,27.984142],[118.015682,27.989229],[118.029473,27.991599],[118.032392,27.98981],[118.037558,27.981563],[118.041296,27.981368],[118.044528,27.985103],[118.051908,27.98328],[118.05644,27.985599],[118.061091,27.984101],[118.064629,27.979617],[118.065801,27.970514],[118.071248,27.971138],[118.07505,27.968355],[118.083187,27.967223],[118.089377,27.970621],[118.089844,27.972704],[118.088472,27.979587],[118.08493,27.986095],[118.088391,27.991092],[118.085861,27.998001],[118.090511,28.009047],[118.098204,28.013159],[118.100117,28.020736],[118.105964,28.016404],[118.117096,28.014848],[118.124613,28.019592],[118.122477,28.023487],[118.121845,28.031095],[118.117198,28.032999],[118.115602,28.036858],[118.11536,28.044933],[118.130232,28.056726],[118.130026,28.058815],[118.132588,28.060871],[118.139763,28.060953],[118.151902,28.065705],[118.152571,28.063088],[118.156046,28.060603],[118.165395,28.060568],[118.182468,28.053605],[118.186077,28.055099],[118.194672,28.052995],[118.200057,28.054658],[118.201442,28.057979],[118.206171,28.061598],[118.213947,28.06257],[118.221249,28.061315],[118.224571,28.067108],[118.232818,28.07226],[118.238434,28.079633],[118.249161,28.071497],[118.251482,28.07208],[118.254782,28.07744],[118.25976,28.081411],[118.270476,28.086249],[118.277223,28.084374],[118.281352,28.088163],[118.288161,28.085591],[118.295462,28.088525],[118.298378,28.092936],[118.306235,28.09487],[118.312388,28.090657],[118.31651,28.090733],[118.31797,28.093928],[118.336051,28.087588],[118.347698,28.089914],[118.351502,28.096694],[118.351728,28.104202],[118.349835,28.106158],[118.354225,28.111185],[118.354166,28.116786],[118.351933,28.120329],[118.351201,28.125949],[118.352335,28.12807],[118.36387,28.133143],[118.362639,28.136483],[118.357122,28.139134],[118.356858,28.144877],[118.35905,28.147755],[118.355011,28.151657],[118.353805,28.155151],[118.355551,28.160256],[118.365825,28.163061],[118.374364,28.169001],[118.368652,28.178614],[118.370537,28.189776],[118.365353,28.19298],[118.352163,28.19598],[118.342476,28.193474],[118.333793,28.196687],[118.329647,28.209956],[118.318576,28.213451],[118.314289,28.219362],[118.307156,28.224503],[118.310158,28.226928],[118.313897,28.226786],[118.32078,28.232527],[118.328195,28.234878],[118.3311,28.238575],[118.339264,28.237874],[118.342388,28.24452],[118.347101,28.247904],[118.344562,28.251716],[118.346055,28.256059],[118.351897,28.254805],[118.359651,28.256875],[118.359787,28.261984],[118.369947,28.270489],[118.372931,28.270666],[118.372998,28.267855],[118.374439,28.267163],[118.383511,28.26972],[118.387827,28.27353],[118.388423,28.27662],[118.417595,28.294447],[118.427102,28.296712],[118.42869,28.291678],[118.424825,28.282689],[118.429671,28.271186],[118.435823,28.271816],[118.436568,28.269694],[118.433522,28.264379],[118.44368,28.264666],[118.444906,28.262274],[118.438936,28.254732],[118.454936,28.246706],[118.46052,28.246318],[118.463587,28.248466],[118.475329,28.24995],[118.486893,28.241445],[118.492339,28.248348],[118.497809,28.249548],[118.495731,28.260601],[118.487295,28.267026],[118.490341,28.273325],[118.489561,28.277559],[118.498152,28.282879],[118.501201,28.283046],[118.508988,28.278934],[118.509152,28.274728],[118.511022,28.27318],[118.515927,28.275453],[118.514072,28.280496],[118.518799,28.281374],[118.529149,28.274639],[118.53329,28.274785],[118.541475,28.27701],[118.543596,28.284959],[118.548396,28.281938],[118.555555,28.2823],[118.567601,28.291418],[118.57361,28.287969],[118.576389,28.290278],[118.593006,28.27525],[118.590441,28.263932],[118.59055,28.260941],[118.592387,28.259384],[118.596995,28.257132],[118.60215,28.260236],[118.609963,28.275183],[118.610754,28.272481],[118.608761,28.265118],[118.614198,28.259971],[118.616974,28.259676],[118.621596,28.265724],[118.624472,28.263993],[118.629176,28.26551],[118.631322,28.271873],[118.635613,28.277136],[118.640651,28.276879],[118.645957,28.280251],[118.652419,28.278613],[118.656473,28.272472],[118.662023,28.274273],[118.671457,28.273892],[118.678759,28.279995],[118.683812,28.290777],[118.688043,28.294695],[118.689058,28.307857],[118.697331,28.314545],[118.703609,28.314193],[118.70996,28.316697],[118.712214,28.314428],[118.717597,28.317041]]]]}},{type:"Feature",properties:{name:"江西省",province_adcode:36e4,province_type:"省",name_en:"Jiangxi",name_var:"Jiāng Xī",adcode:36e4},geometry:{type:"Polygon",coordinates:[[[116.684162,30.0716],[116.719297,30.056974],[116.734306,30.056144],[116.742093,30.059761],[116.750279,30.052549],[116.758129,30.050835],[116.764675,30.046803],[116.769123,30.043764],[116.777607,30.032226],[116.780643,30.024643],[116.785511,30.02164],[116.78709,30.018034],[116.78326,30.016832],[116.787983,30.01013],[116.785015,30.007892],[116.787189,30.006164],[116.792232,30.006441],[116.796026,29.998676],[116.805286,30.002744],[116.809246,30.002044],[116.816044,30.005071],[116.819767,30.012809],[116.82452,30.013356],[116.824856,30.005407],[116.82259,30.000737],[116.824718,29.991463],[116.821468,29.979507],[116.823759,29.965711],[116.828389,29.96036],[116.831227,29.961802],[116.829403,29.966016],[116.830602,29.973204],[116.839939,29.97203],[116.847584,29.973775],[116.863386,29.984053],[116.870038,29.981375],[116.873456,29.976216],[116.879747,29.977663],[116.882144,29.970631],[116.889415,29.971657],[116.892778,29.970532],[116.894077,29.968841],[116.893543,29.962792],[116.898843,29.951267],[116.898402,29.946584],[116.890329,29.942631],[116.889147,29.937664],[116.887498,29.925308],[116.892237,29.921158],[116.892787,29.913201],[116.884805,29.91238],[116.881357,29.907362],[116.880815,29.896271],[116.872914,29.888779],[116.870693,29.884672],[116.862965,29.881247],[116.861408,29.875544],[116.854304,29.868255],[116.848896,29.866102],[116.847842,29.861574],[116.837854,29.848575],[116.826922,29.840856],[116.819438,29.839355],[116.81737,29.837489],[116.823983,29.825953],[116.822806,29.822172],[116.815731,29.817987],[116.808619,29.819728],[116.803638,29.819165],[116.802654,29.815758],[116.797606,29.810035],[116.79881,29.803723],[116.79142,29.804208],[116.782019,29.794298],[116.77551,29.794893],[116.775012,29.798266],[116.757637,29.808291],[116.753087,29.801123],[116.746519,29.799632],[116.738044,29.792498],[116.738914,29.789045],[116.733392,29.783692],[116.731357,29.77648],[116.72652,29.774928],[116.721614,29.7755],[116.720083,29.77374],[116.717413,29.76775],[116.710938,29.762891],[116.704029,29.746179],[116.69053,29.742969],[116.683784,29.74319],[116.678939,29.738787],[116.674685,29.730323],[116.670979,29.728906],[116.672115,29.718412],[116.670542,29.714959],[116.667793,29.715207],[116.665503,29.712695],[116.665803,29.706081],[116.663676,29.701884],[116.651815,29.704697],[116.644149,29.698654],[116.644678,29.692761],[116.647,29.690757],[116.669318,29.690656],[116.678141,29.68474],[116.682665,29.679721],[116.683787,29.675931],[116.682577,29.674527],[116.668665,29.671515],[116.664649,29.666035],[116.654553,29.661568],[116.645411,29.645939],[116.645695,29.642757],[116.650919,29.637328],[116.658481,29.634988],[116.664162,29.629393],[116.678402,29.62094],[116.679449,29.608931],[116.67401,29.605673],[116.675094,29.60116],[116.681898,29.600807],[116.682763,29.603178],[116.686113,29.60471],[116.708221,29.594162],[116.714205,29.58662],[116.716072,29.577875],[116.71501,29.569303],[116.719228,29.566196],[116.722735,29.567421],[116.725119,29.572177],[116.72485,29.578778],[116.728725,29.578445],[116.732386,29.584422],[116.733746,29.587323],[116.732345,29.590292],[116.733563,29.594276],[116.748408,29.597782],[116.756141,29.593964],[116.757122,29.598832],[116.754126,29.601518],[116.755443,29.605418],[116.760164,29.60325],[116.765697,29.603049],[116.764002,29.594827],[116.770518,29.597871],[116.782024,29.593839],[116.7744,29.58026],[116.775459,29.573481],[116.778491,29.570899],[116.786552,29.572964],[116.792184,29.565953],[116.794755,29.564957],[116.80718,29.569552],[116.811674,29.567746],[116.832294,29.571856],[116.842753,29.578678],[116.844058,29.587194],[116.85609,29.601298],[116.865778,29.603281],[116.871168,29.615418],[116.87554,29.619556],[116.890217,29.624427],[116.892242,29.626723],[116.900185,29.625374],[116.90393,29.628235],[116.90503,29.63402],[116.913197,29.639836],[116.919479,29.641813],[116.924896,29.649372],[116.933885,29.647337],[116.942746,29.653863],[116.950813,29.652215],[116.961259,29.655614],[116.963534,29.652944],[116.970103,29.650536],[116.972153,29.654423],[116.971566,29.66438],[116.978977,29.670641],[116.983383,29.679424],[116.987623,29.684204],[116.991432,29.686398],[116.997224,29.687582],[117.004917,29.686229],[117.012379,29.689839],[117.021371,29.688207],[117.032209,29.682357],[117.03909,29.6856],[117.039823,29.688452],[117.046057,29.692299],[117.051117,29.690195],[117.054971,29.692708],[117.060311,29.69229],[117.066942,29.700602],[117.080223,29.701529],[117.084258,29.699635],[117.08822,29.707953],[117.097024,29.709303],[117.105488,29.708351],[117.109102,29.709973],[117.111448,29.712975],[117.110692,29.715973],[117.114345,29.721965],[117.114953,29.727764],[117.109501,29.739609],[117.103482,29.744427],[117.099081,29.752301],[117.100343,29.754462],[117.106533,29.756],[117.111338,29.765436],[117.115523,29.768224],[117.119729,29.768513],[117.121615,29.771751],[117.128162,29.774956],[117.132014,29.781101],[117.133705,29.788455],[117.130262,29.791747],[117.125597,29.791359],[117.121258,29.794458],[117.117725,29.802831],[117.105404,29.800617],[117.098686,29.808186],[117.095638,29.808625],[117.094978,29.812946],[117.089806,29.818254],[117.08435,29.816429],[117.080396,29.822272],[117.070137,29.82446],[117.067195,29.827953],[117.066876,29.831238],[117.07171,29.837488],[117.077232,29.839902],[117.078781,29.838675],[117.087781,29.840655],[117.094753,29.846856],[117.097641,29.854502],[117.107925,29.858168],[117.11202,29.86173],[117.123912,29.864576],[117.124677,29.871483],[117.128616,29.878472],[117.128589,29.883325],[117.121401,29.889108],[117.120254,29.894351],[117.122768,29.902009],[117.132918,29.909004],[117.136997,29.914516],[117.142219,29.915602],[117.147046,29.919308],[117.152045,29.919094],[117.157367,29.923663],[117.165494,29.920047],[117.174605,29.92481],[117.177974,29.924117],[117.189238,29.927596],[117.191715,29.926047],[117.195403,29.92708],[117.201488,29.933205],[117.21225,29.927745],[117.220569,29.920019],[117.22483,29.918142],[117.240407,29.918268],[117.246188,29.915858],[117.250431,29.911958],[117.252079,29.904666],[117.259548,29.894362],[117.261452,29.884479],[117.256587,29.877622],[117.25062,29.861865],[117.238389,29.853119],[117.241944,29.84369],[117.248938,29.837035],[117.253268,29.834891],[117.265788,29.834887],[117.270141,29.827684],[117.281405,29.825964],[117.285284,29.822878],[117.28967,29.828485],[117.284396,29.837662],[117.298648,29.841487],[117.314525,29.841044],[117.314784,29.844588],[117.317363,29.847899],[117.332584,29.857923],[117.341548,29.84667],[117.337367,29.837149],[117.344195,29.83443],[117.343321,29.826972],[117.351171,29.822559],[117.35249,29.818622],[117.356543,29.815477],[117.363881,29.814987],[117.37315,29.823911],[117.37874,29.822564],[117.38024,29.826535],[117.379177,29.832072],[117.382914,29.845281],[117.387744,29.849143],[117.411662,29.853555],[117.42068,29.850886],[117.424586,29.843843],[117.41801,29.833441],[117.418464,29.829879],[117.411341,29.822185],[117.412517,29.8099],[117.407173,29.808091],[117.403356,29.801371],[117.407756,29.797122],[117.406753,29.792013],[117.41555,29.786898],[117.417329,29.781681],[117.415956,29.777909],[117.420939,29.774314],[117.425381,29.765629],[117.43063,29.761278],[117.436567,29.763699],[117.441803,29.763115],[117.443099,29.758069],[117.438987,29.752236],[117.439911,29.749567],[117.449739,29.738005],[117.454555,29.735977],[117.446179,29.727592],[117.449186,29.723003],[117.451764,29.722085],[117.453232,29.718209],[117.451231,29.712664],[117.446921,29.70873],[117.444435,29.70029],[117.445626,29.693414],[117.450452,29.691515],[117.453496,29.688043],[117.451552,29.68461],[117.453108,29.680421],[117.464232,29.687264],[117.468913,29.683349],[117.467894,29.666835],[117.479543,29.669124],[117.481439,29.668438],[117.481159,29.665157],[117.48498,29.663666],[117.493107,29.664381],[117.495486,29.665952],[117.496562,29.66947],[117.504244,29.67432],[117.507945,29.671379],[117.509234,29.667505],[117.51861,29.66234],[117.522496,29.66203],[117.526503,29.653553],[117.520543,29.647079],[117.518195,29.632208],[117.519187,29.627804],[117.522132,29.624584],[117.523798,29.611746],[117.525747,29.607649],[117.534202,29.5996],[117.534605,29.595686],[117.537429,29.591135],[117.541049,29.596978],[117.549816,29.596722],[117.552355,29.592875],[117.57678,29.595307],[117.585164,29.58604],[117.592624,29.585625],[117.597868,29.591066],[117.607396,29.592954],[117.619697,29.603114],[117.62195,29.608147],[117.629771,29.610689],[117.635556,29.615308],[117.642882,29.617207],[117.652227,29.613181],[117.658439,29.612738],[117.661963,29.602626],[117.661617,29.599116],[117.663349,29.596997],[117.673121,29.597135],[117.677761,29.594489],[117.680177,29.586966],[117.679779,29.577572],[117.67514,29.570717],[117.677927,29.565012],[117.683291,29.560957],[117.684579,29.556815],[117.700022,29.553582],[117.703598,29.551552],[117.703481,29.557229],[117.705484,29.562183],[117.71172,29.562652],[117.721119,29.554658],[117.724114,29.549393],[117.735611,29.553468],[117.751295,29.564296],[117.753039,29.560221],[117.760931,29.559279],[117.765088,29.562326],[117.765091,29.567825],[117.769187,29.575048],[117.776555,29.570208],[117.769297,29.562359],[117.780922,29.561207],[117.78899,29.569607],[117.800908,29.57419],[117.8069,29.578442],[117.811884,29.577044],[117.815792,29.572717],[117.822747,29.571914],[117.826864,29.565584],[117.851619,29.564848],[117.858906,29.568437],[117.860584,29.557543],[117.866177,29.556166],[117.870205,29.558177],[117.873093,29.557797],[117.874069,29.55467],[117.872176,29.550608],[117.876233,29.546135],[117.888956,29.546027],[117.899271,29.553446],[117.906122,29.553317],[117.912575,29.558072],[117.927848,29.560782],[117.930705,29.55998],[117.939649,29.552152],[117.940598,29.557968],[117.943966,29.559302],[117.950074,29.568446],[117.954136,29.571855],[117.97109,29.570021],[117.978944,29.560113],[117.984785,29.56417],[117.989432,29.572703],[117.995771,29.577534],[118.022197,29.576383],[118.027639,29.570007],[118.034939,29.566946],[118.038521,29.56034],[118.042417,29.557174],[118.043611,29.548968],[118.051204,29.542197],[118.076505,29.540955],[118.084349,29.536871],[118.093134,29.539636],[118.098064,29.539291],[118.102127,29.536464],[118.100233,29.532134],[118.103264,29.526366],[118.109767,29.523163],[118.118908,29.51455],[118.122928,29.515964],[118.125228,29.514694],[118.132029,29.506425],[118.13308,29.49997],[118.136773,29.497502],[118.138525,29.493102],[118.135918,29.489627],[118.126095,29.48362],[118.118938,29.475691],[118.119091,29.47016],[118.130242,29.467002],[118.131851,29.460017],[118.129804,29.453452],[118.133741,29.447393],[118.132249,29.444419],[118.124733,29.442629],[118.125022,29.433976],[118.134845,29.421272],[118.144757,29.415019],[118.151832,29.416041],[118.156314,29.411565],[118.174818,29.406331],[118.183172,29.408782],[118.186747,29.407432],[118.188248,29.400089],[118.185588,29.393243],[118.203011,29.37964],[118.201421,29.373502],[118.198253,29.370366],[118.203314,29.362228],[118.203921,29.350375],[118.201853,29.346304],[118.188408,29.342919],[118.179902,29.336252],[118.177511,29.333455],[118.177944,29.32887],[118.174357,29.323989],[118.16174,29.316671],[118.161798,29.313265],[118.169751,29.310588],[118.174106,29.301772],[118.162112,29.294307],[118.165138,29.287809],[118.164897,29.284427],[118.154807,29.284801],[118.143642,29.289856],[118.138598,29.290096],[118.13091,29.286594],[118.128543,29.286966],[118.108926,29.295664],[118.102921,29.291841],[118.101088,29.287638],[118.097168,29.286402],[118.072567,29.293739],[118.066683,29.290718],[118.066504,29.288863],[118.069881,29.288244],[118.07196,29.285278],[118.073342,29.276124],[118.073648,29.261363],[118.070566,29.255798],[118.070203,29.248683],[118.075097,29.246487],[118.077112,29.242128],[118.07706,29.23834],[118.074196,29.233019],[118.074668,29.228232],[118.079367,29.22297],[118.077095,29.22071],[118.051146,29.217122],[118.043092,29.220116],[118.035579,29.212118],[118.034046,29.205107],[118.035948,29.201394],[118.027695,29.18567],[118.029187,29.179218],[118.023507,29.173716],[118.022574,29.17044],[118.025377,29.16674],[118.035656,29.163944],[118.038423,29.160474],[118.038526,29.141491],[118.035253,29.133424],[118.03266,29.131735],[118.033659,29.127988],[118.046735,29.120736],[118.048473,29.11565],[118.038351,29.113485],[118.034959,29.110505],[118.030838,29.101376],[118.031918,29.097776],[118.037868,29.091821],[118.046494,29.090806],[118.057876,29.084176],[118.064084,29.083802],[118.070254,29.078021],[118.068082,29.070104],[118.072285,29.065555],[118.060146,29.056678],[118.060576,29.052443],[118.066703,29.047429],[118.065511,29.043542],[118.067719,29.039062],[118.070766,29.038543],[118.074141,29.040374],[118.07863,29.034151],[118.082588,29.033529],[118.084054,29.018392],[118.082878,29.015733],[118.091532,29.001288],[118.095529,29.00492],[118.09829,29.013222],[118.10234,29.014307],[118.103773,29.006455],[118.094592,28.993106],[118.104897,28.994322],[118.1057,29.006284],[118.109264,29.0121],[118.115568,29.014264],[118.122015,29.018788],[118.127141,29.01104],[118.124336,29.003657],[118.119917,28.998402],[118.128331,28.986503],[118.140971,28.982066],[118.141859,28.987648],[118.149969,28.990327],[118.150907,28.986651],[118.159899,28.989687],[118.162499,28.988655],[118.177928,28.980195],[118.181587,28.980005],[118.191104,28.96793],[118.195831,28.957331],[118.199392,28.955506],[118.204649,28.957507],[118.206565,28.952126],[118.210341,28.950589],[118.215738,28.951994],[118.222785,28.947626],[118.223017,28.945309],[118.218808,28.93971],[118.210477,28.933866],[118.20252,28.923625],[118.191818,28.919501],[118.188362,28.912312],[118.189928,28.90776],[118.194839,28.905248],[118.199293,28.90811],[118.221066,28.914625],[118.236607,28.923064],[118.245581,28.922381],[118.249687,28.926354],[118.251828,28.926403],[118.256123,28.92271],[118.264315,28.921896],[118.266457,28.920313],[118.269379,28.90567],[118.272805,28.898419],[118.276558,28.894552],[118.277321,28.886],[118.282518,28.875479],[118.283267,28.870562],[118.289175,28.863803],[118.291997,28.851284],[118.3,28.843622],[118.293023,28.839042],[118.291745,28.836096],[118.300722,28.826703],[118.306098,28.824414],[118.320999,28.822005],[118.32865,28.817122],[118.335635,28.818099],[118.348184,28.816594],[118.349162,28.81828],[118.351859,28.818293],[118.359208,28.816199],[118.36551,28.811795],[118.368131,28.807051],[118.366706,28.804542],[118.368478,28.799061],[118.378353,28.790324],[118.375188,28.78791],[118.374494,28.776829],[118.379164,28.776351],[118.381317,28.760428],[118.387654,28.757024],[118.388452,28.751531],[118.384235,28.749541],[118.384387,28.747707],[118.388506,28.741894],[118.394104,28.739682],[118.395528,28.737517],[118.389936,28.737079],[118.38692,28.734489],[118.387518,28.73262],[118.394628,28.730718],[118.395134,28.726253],[118.392623,28.724909],[118.394354,28.727675],[118.393098,28.728622],[118.390051,28.726089],[118.391996,28.723797],[118.396048,28.722991],[118.396859,28.717324],[118.387157,28.713533],[118.385282,28.708028],[118.385713,28.703372],[118.388317,28.702208],[118.397434,28.706246],[118.40271,28.700945],[118.407275,28.699978],[118.411684,28.696299],[118.409158,28.692367],[118.409513,28.689608],[118.416257,28.682587],[118.422947,28.684355],[118.426816,28.682402],[118.427885,28.679331],[118.42452,28.677081],[118.427644,28.667049],[118.425373,28.663188],[118.426183,28.658934],[118.422701,28.655772],[118.427458,28.654581],[118.426576,28.652883],[118.416817,28.64949],[118.418303,28.642931],[118.423784,28.633111],[118.428885,28.628818],[118.425626,28.62085],[118.420174,28.61431],[118.412621,28.610577],[118.411882,28.611338],[118.415101,28.613673],[118.409662,28.61324],[118.408055,28.611422],[118.408279,28.598666],[118.415651,28.596699],[118.420522,28.58924],[118.415837,28.587109],[118.413876,28.588326],[118.411404,28.586444],[118.410679,28.579992],[118.412882,28.579306],[118.41302,28.576096],[118.40654,28.576534],[118.404654,28.571317],[118.405011,28.568612],[118.408019,28.567031],[118.409212,28.563864],[118.407099,28.558899],[118.416129,28.551901],[118.423184,28.550601],[118.421284,28.548679],[118.416597,28.548878],[118.415279,28.547562],[118.416776,28.542883],[118.419591,28.541773],[118.423095,28.537296],[118.422354,28.534482],[118.420708,28.539428],[118.418747,28.540002],[118.420108,28.525927],[118.426438,28.522624],[118.433388,28.523472],[118.440683,28.518508],[118.440607,28.515709],[118.436911,28.510586],[118.425673,28.504651],[118.418945,28.502979],[118.413725,28.505501],[118.409309,28.501003],[118.411698,28.498358],[118.425376,28.494888],[118.431808,28.494074],[118.432836,28.496213],[118.448326,28.479645],[118.451923,28.480404],[118.456279,28.484155],[118.467038,28.484608],[118.47307,28.477735],[118.471946,28.474417],[118.4772,28.474181],[118.474643,28.468895],[118.475117,28.470532],[118.469394,28.470495],[118.464955,28.463652],[118.460723,28.46198],[118.465085,28.457738],[118.464954,28.454205],[118.461483,28.458207],[118.457884,28.458812],[118.459453,28.453366],[118.461382,28.45212],[118.458775,28.445969],[118.456573,28.444543],[118.453871,28.431712],[118.444919,28.421344],[118.445692,28.420301],[118.448597,28.421518],[118.447817,28.423022],[118.452155,28.419228],[118.446336,28.416649],[118.442549,28.417348],[118.434872,28.415135],[118.433151,28.412607],[118.434394,28.409324],[118.426414,28.405087],[118.42517,28.401516],[118.43306,28.402944],[118.436012,28.397902],[118.435821,28.394582],[118.448256,28.388854],[118.452662,28.382601],[118.458717,28.368596],[118.458351,28.362847],[118.463453,28.361031],[118.464797,28.357721],[118.465152,28.346927],[118.468055,28.344734],[118.469373,28.341159],[118.46686,28.335996],[118.469183,28.334221],[118.470979,28.337523],[118.473008,28.337163],[118.464413,28.33065],[118.46997,28.327805],[118.475258,28.330641],[118.476477,28.334262],[118.474156,28.337166],[118.476369,28.338287],[118.482052,28.331815],[118.475617,28.322009],[118.467207,28.321382],[118.465366,28.319264],[118.465954,28.315509],[118.461374,28.309672],[118.448184,28.300355],[118.429504,28.291805],[118.427102,28.296712],[118.417595,28.294447],[118.388423,28.27662],[118.387827,28.27353],[118.383511,28.26972],[118.374439,28.267163],[118.372998,28.267855],[118.372931,28.270666],[118.369947,28.270489],[118.359787,28.261984],[118.359651,28.256875],[118.351897,28.254805],[118.346055,28.256059],[118.344562,28.251716],[118.347101,28.247904],[118.342388,28.24452],[118.339264,28.237874],[118.3311,28.238575],[118.328195,28.234878],[118.32078,28.232527],[118.313897,28.226786],[118.310158,28.226928],[118.307156,28.224503],[118.314289,28.219362],[118.318576,28.213451],[118.329647,28.209956],[118.333793,28.196687],[118.342476,28.193474],[118.352163,28.19598],[118.365353,28.19298],[118.370537,28.189776],[118.368652,28.178614],[118.374364,28.169001],[118.365825,28.163061],[118.355551,28.160256],[118.353805,28.155151],[118.355011,28.151657],[118.35905,28.147755],[118.356858,28.144877],[118.357122,28.139134],[118.362639,28.136483],[118.36387,28.133143],[118.352335,28.12807],[118.351201,28.125949],[118.351933,28.120329],[118.354166,28.116786],[118.354225,28.111185],[118.349835,28.106158],[118.351728,28.104202],[118.351502,28.096694],[118.347698,28.089914],[118.336051,28.087588],[118.31797,28.093928],[118.31651,28.090733],[118.312388,28.090657],[118.306235,28.09487],[118.298378,28.092936],[118.295462,28.088525],[118.288161,28.085591],[118.281352,28.088163],[118.277223,28.084374],[118.270476,28.086249],[118.25976,28.081411],[118.254782,28.07744],[118.251482,28.07208],[118.249161,28.071497],[118.238434,28.079633],[118.232818,28.07226],[118.224571,28.067108],[118.221249,28.061315],[118.213947,28.06257],[118.206171,28.061598],[118.201442,28.057979],[118.200057,28.054658],[118.194672,28.052995],[118.186077,28.055099],[118.182468,28.053605],[118.165395,28.060568],[118.156046,28.060603],[118.152571,28.063088],[118.151902,28.065705],[118.139763,28.060953],[118.132588,28.060871],[118.130026,28.058815],[118.130232,28.056726],[118.11536,28.044933],[118.115602,28.036858],[118.117198,28.032999],[118.121845,28.031095],[118.122477,28.023487],[118.124613,28.019592],[118.117096,28.014848],[118.105964,28.016404],[118.100117,28.020736],[118.098204,28.013159],[118.090511,28.009047],[118.085861,27.998001],[118.088391,27.991092],[118.08493,27.986095],[118.088472,27.979587],[118.089844,27.972704],[118.089377,27.970621],[118.083187,27.967223],[118.07505,27.968355],[118.071248,27.971138],[118.065801,27.970514],[118.064629,27.979617],[118.061091,27.984101],[118.05644,27.985599],[118.051908,27.98328],[118.044528,27.985103],[118.041296,27.981368],[118.037558,27.981563],[118.032392,27.98981],[118.029473,27.991599],[118.015682,27.989229],[118.013201,27.984142],[118.005886,27.986287],[118.000718,27.984177],[117.991205,27.99537],[117.981614,27.977299],[117.976004,27.971064],[117.97386,27.968976],[117.965697,27.96855],[117.962393,27.964809],[117.95956,27.965003],[117.94986,27.974176],[117.936543,27.978998],[117.93052,27.976656],[117.93047,27.972626],[117.927782,27.970093],[117.92026,27.968989],[117.914351,27.965694],[117.912609,27.961572],[117.905629,27.953831],[117.900745,27.953635],[117.894315,27.948421],[117.888765,27.950913],[117.878837,27.949644],[117.876368,27.946401],[117.865643,27.942283],[117.861648,27.939095],[117.854275,27.949522],[117.850868,27.949017],[117.843876,27.940075],[117.832159,27.930561],[117.814657,27.926129],[117.808227,27.922433],[117.806147,27.915216],[117.798254,27.912692],[117.794095,27.908805],[117.795341,27.906346],[117.793458,27.903419],[117.788646,27.900476],[117.784448,27.901601],[117.782523,27.900411],[117.782617,27.886686],[117.785555,27.883525],[117.779775,27.874107],[117.777942,27.863171],[117.783279,27.860547],[117.782943,27.855736],[117.774483,27.846955],[117.774424,27.843434],[117.771975,27.839325],[117.763511,27.837735],[117.754973,27.831884],[117.750966,27.825014],[117.749271,27.816032],[117.742912,27.809571],[117.738846,27.808542],[117.736971,27.804423],[117.726105,27.803781],[117.723914,27.809225],[117.720016,27.813061],[117.711765,27.817002],[117.707584,27.824601],[117.702609,27.82929],[117.69981,27.837071],[117.690211,27.829425],[117.683297,27.830927],[117.676015,27.826258],[117.666877,27.832158],[117.663147,27.843709],[117.659605,27.846708],[117.64709,27.851547],[117.645248,27.856012],[117.626752,27.859931],[117.623861,27.86289],[117.617093,27.862647],[117.615644,27.867985],[117.611761,27.866375],[117.603489,27.867139],[117.59697,27.872011],[117.598857,27.890154],[117.591241,27.898074],[117.590382,27.904361],[117.580934,27.907385],[117.578853,27.914688],[117.584511,27.919446],[117.580767,27.931707],[117.582273,27.937033],[117.579429,27.941428],[117.582747,27.947478],[117.575481,27.949963],[117.56986,27.948576],[117.564966,27.937599],[117.561469,27.9386],[117.553802,27.947862],[117.55485,27.952223],[117.560612,27.960088],[117.554369,27.964941],[117.550628,27.973963],[117.542654,27.971805],[117.53264,27.97512],[117.528993,27.972949],[117.524681,27.978349],[117.525558,27.985056],[117.524097,27.986532],[117.517033,27.986949],[117.505923,27.97787],[117.505895,27.971871],[117.502261,27.963048],[117.503216,27.96011],[117.478154,27.94343],[117.471843,27.933424],[117.461278,27.937343],[117.458652,27.939984],[117.45646,27.946302],[117.448399,27.943364],[117.446691,27.938694],[117.438901,27.934377],[117.436149,27.927475],[117.426178,27.921667],[117.426535,27.917369],[117.410592,27.903605],[117.407341,27.89816],[117.391692,27.895559],[117.378573,27.889386],[117.372804,27.891757],[117.360461,27.88609],[117.348882,27.869665],[117.348934,27.863038],[117.347207,27.860767],[117.338379,27.859369],[117.328319,27.865733],[117.327469,27.867154],[117.330774,27.871952],[117.32981,27.875472],[117.331892,27.880142],[117.329742,27.891821],[117.320399,27.898968],[117.311881,27.89733],[117.302638,27.878926],[117.298504,27.875872],[117.292828,27.873772],[117.274151,27.874328],[117.276478,27.869442],[117.273274,27.861472],[117.272115,27.850219],[117.278513,27.846784],[117.288118,27.847862],[117.297125,27.839386],[117.298188,27.828961],[117.293876,27.814859],[117.294999,27.810871],[117.292,27.804473],[117.295603,27.795363],[117.29915,27.791727],[117.301907,27.779812],[117.296787,27.775419],[117.292503,27.767108],[117.277526,27.767807],[117.273775,27.77106],[117.27173,27.770072],[117.270666,27.759405],[117.275382,27.75352],[117.261503,27.743871],[117.259359,27.731944],[117.256595,27.729236],[117.250564,27.732481],[117.248335,27.731749],[117.243555,27.729141],[117.240197,27.72214],[117.235753,27.720094],[117.231079,27.722307],[117.220048,27.722945],[117.212252,27.718393],[117.202122,27.71972],[117.198099,27.712571],[117.198665,27.704158],[117.200706,27.70045],[117.198354,27.695264],[117.200162,27.691198],[117.199744,27.687136],[117.19445,27.688251],[117.181225,27.686517],[117.177552,27.682549],[117.172209,27.680867],[117.137041,27.692328],[117.132703,27.692627],[117.126264,27.690098],[117.12488,27.693073],[117.11739,27.69718],[117.112237,27.69762],[117.103933,27.690323],[117.100949,27.684488],[117.094108,27.678862],[117.090133,27.671469],[117.09654,27.666415],[117.106479,27.649014],[117.103536,27.646218],[117.1005,27.646091],[117.099421,27.640742],[117.101556,27.637502],[117.103834,27.636943],[117.103362,27.63499],[117.09549,27.630571],[117.089948,27.631109],[117.076111,27.641798],[117.072136,27.647931],[117.074151,27.651344],[117.073557,27.653872],[117.065436,27.65898],[117.057998,27.669083],[117.047223,27.674205],[117.031908,27.670257],[117.028517,27.666661],[117.021975,27.66344],[117.014621,27.655711],[117.016707,27.645025],[117.01259,27.636209],[117.008905,27.633456],[117.00348,27.637096],[116.998317,27.629762],[117.001334,27.626915],[117.002923,27.620913],[117.011624,27.616105],[117.012084,27.614149],[117.007538,27.608655],[117.011483,27.606461],[117.014266,27.606918],[117.016194,27.603177],[117.0153,27.600825],[117.019293,27.596022],[117.017233,27.590871],[117.017004,27.582687],[117.012451,27.575215],[117.013483,27.569326],[117.012265,27.563451],[117.016326,27.55847],[117.03704,27.550819],[117.045388,27.553887],[117.047306,27.548885],[117.051845,27.546915],[117.05883,27.551503],[117.060183,27.556419],[117.068946,27.561956],[117.069232,27.566393],[117.072802,27.57009],[117.079113,27.567796],[117.084258,27.559159],[117.085293,27.551153],[117.094739,27.547452],[117.098118,27.54267],[117.095956,27.524959],[117.097168,27.515571],[117.10304,27.50886],[117.108465,27.499143],[117.100536,27.492924],[117.098352,27.487795],[117.100242,27.483486],[117.106775,27.479258],[117.102347,27.472511],[117.103354,27.464457],[117.111757,27.454837],[117.120017,27.454294],[117.120088,27.438939],[117.122623,27.433426],[117.127793,27.427933],[117.120957,27.407898],[117.109573,27.400155],[117.102742,27.397608],[117.099777,27.385079],[117.094696,27.383679],[117.094296,27.377825],[117.097111,27.37576],[117.098928,27.370555],[117.096805,27.360209],[117.097623,27.350836],[117.093517,27.341502],[117.105467,27.328448],[117.10926,27.331737],[117.124139,27.325283],[117.13539,27.326448],[117.136804,27.323165],[117.135641,27.315406],[117.13218,27.310984],[117.130484,27.310975],[117.132511,27.305234],[117.142283,27.303805],[117.145608,27.306486],[117.148971,27.305541],[117.154584,27.301257],[117.154376,27.297171],[117.160167,27.294633],[117.167335,27.294987],[117.167155,27.291201],[117.163217,27.28713],[117.161065,27.271977],[117.156447,27.268327],[117.151547,27.267669],[117.14791,27.261314],[117.147563,27.254355],[117.141382,27.251198],[117.144733,27.243611],[117.136429,27.239696],[117.133642,27.23477],[117.115439,27.221066],[117.115436,27.214701],[117.111589,27.21169],[117.098621,27.206905],[117.095722,27.212368],[117.092124,27.210381],[117.081618,27.196221],[117.080349,27.187655],[117.074293,27.18324],[117.064459,27.181237],[117.058687,27.175441],[117.050962,27.163163],[117.043547,27.155808],[117.037186,27.143079],[117.037052,27.135863],[117.041751,27.129072],[117.04426,27.121686],[117.044806,27.10698],[117.0474,27.103884],[117.037282,27.099594],[117.029997,27.091648],[117.019035,27.088405],[117.008762,27.090338],[117.00504,27.087022],[116.998475,27.085387],[116.986061,27.072523],[116.981519,27.070771],[116.968958,27.061061],[116.962197,27.061809],[116.950824,27.050413],[116.948744,27.047043],[116.948635,27.040628],[116.94001,27.032772],[116.934805,27.021936],[116.929875,27.025793],[116.923236,27.02555],[116.91864,27.027637],[116.917427,27.03526],[116.913721,27.038353],[116.90631,27.035787],[116.898344,27.037727],[116.894096,27.040672],[116.89071,27.038883],[116.888119,27.033047],[116.882047,27.032234],[116.872675,27.024629],[116.865001,27.025408],[116.856713,27.011129],[116.836765,27.010751],[116.835072,27.012551],[116.835573,27.015155],[116.829625,27.021927],[116.820608,27.023746],[116.81805,27.0228],[116.817026,27.019676],[116.806849,27.011257],[116.795058,27.014227],[116.786607,27.010917],[116.784648,27.006951],[116.776166,27.001886],[116.765073,27.00325],[116.761205,27.000914],[116.757599,26.995051],[116.756346,26.99081],[116.757407,26.986455],[116.751182,26.980979],[116.74095,26.988964],[116.737268,26.998545],[116.732514,26.997047],[116.724469,26.997597],[116.713514,26.99389],[116.706061,26.994932],[116.701791,26.992339],[116.693589,26.992109],[116.683881,26.985928],[116.67907,26.980517],[116.67288,26.979746],[116.673719,26.975642],[116.668476,26.969584],[116.649954,26.964903],[116.651503,26.95961],[116.644717,26.946867],[116.639813,26.944766],[116.626585,26.9324],[116.616469,26.925902],[116.618171,26.920832],[116.614934,26.913776],[116.602948,26.902558],[116.605226,26.898942],[116.600177,26.893963],[116.596315,26.894821],[116.593778,26.897698],[116.587512,26.89015],[116.582964,26.889232],[116.581476,26.884651],[116.586648,26.881607],[116.580813,26.872397],[116.576204,26.868802],[116.571799,26.87319],[116.566142,26.8726],[116.561342,26.870039],[116.553499,26.846589],[116.545092,26.841218],[116.541165,26.827289],[116.542428,26.822055],[116.537377,26.812731],[116.539179,26.806882],[116.543419,26.801139],[116.541901,26.796752],[116.543652,26.791593],[116.549817,26.788714],[116.553934,26.77471],[116.556716,26.769709],[116.559671,26.76815],[116.559875,26.764592],[116.556085,26.758444],[116.530247,26.742785],[116.528513,26.736396],[116.514844,26.727089],[116.509577,26.719463],[116.505473,26.717372],[116.506216,26.713371],[116.510339,26.712002],[116.510829,26.710169],[116.507734,26.703049],[116.508643,26.694532],[116.510737,26.690767],[116.527712,26.676541],[116.527997,26.672743],[116.531147,26.669067],[116.550814,26.659848],[116.544062,26.651823],[116.550001,26.64952],[116.562458,26.639256],[116.557976,26.634124],[116.557858,26.606432],[116.549412,26.586183],[116.536083,26.567412],[116.529369,26.564432],[116.52968,26.562767],[116.538415,26.55998],[116.543839,26.55424],[116.558384,26.54937],[116.56344,26.542699],[116.570323,26.53881],[116.57531,26.533771],[116.575397,26.525236],[116.58063,26.525596],[116.583734,26.523803],[116.584217,26.510186],[116.589486,26.510691],[116.591996,26.507425],[116.590581,26.50402],[116.584246,26.501797],[116.585791,26.498465],[116.5983,26.495342],[116.592887,26.489383],[116.5937,26.487596],[116.597144,26.485898],[116.599348,26.488358],[116.606673,26.480794],[116.609755,26.47995],[116.615812,26.483222],[116.622557,26.483817],[116.628292,26.482332],[116.633977,26.483776],[116.634739,26.481249],[116.633111,26.477159],[116.639107,26.473104],[116.645151,26.471807],[116.633571,26.47374],[116.631528,26.467163],[116.625716,26.464145],[116.62399,26.457531],[116.626538,26.452295],[116.621183,26.443987],[116.617862,26.444944],[116.604566,26.437303],[116.598956,26.411071],[116.601368,26.404785],[116.606791,26.39808],[116.607276,26.391495],[116.605708,26.387712],[116.598898,26.383511],[116.598153,26.377839],[116.595474,26.374664],[116.586874,26.374957],[116.582651,26.370643],[116.576296,26.370043],[116.569696,26.376575],[116.559629,26.372695],[116.55444,26.367446],[116.550112,26.366799],[116.547609,26.370276],[116.552889,26.3728],[116.554374,26.375463],[116.554433,26.380438],[116.550951,26.384653],[116.556062,26.389824],[116.552699,26.396294],[116.551622,26.402736],[116.549014,26.403853],[116.543945,26.401363],[116.531083,26.403958],[116.531494,26.410866],[116.523578,26.410347],[116.519023,26.411349],[116.517305,26.413249],[116.512052,26.413693],[116.506627,26.408466],[116.510027,26.405369],[116.510062,26.403209],[116.503489,26.389586],[116.502158,26.391106],[116.494961,26.39231],[116.491339,26.389061],[116.492413,26.385826],[116.490043,26.374169],[116.491109,26.370566],[116.495583,26.370148],[116.496608,26.368386],[116.49738,26.36518],[116.495124,26.362569],[116.493036,26.361037],[116.489917,26.36393],[116.485794,26.363782],[116.481749,26.361555],[116.481667,26.359672],[116.475147,26.356529],[116.467089,26.356968],[116.469171,26.354068],[116.468132,26.350898],[116.460677,26.353477],[116.455774,26.350314],[116.455209,26.343666],[116.451786,26.337161],[116.441254,26.32924],[116.436796,26.32906],[116.43202,26.321502],[116.431913,26.317557],[116.437077,26.316492],[116.437133,26.314536],[116.432004,26.311581],[116.430022,26.307393],[116.422135,26.307364],[116.419455,26.303684],[116.410085,26.301547],[116.410178,26.299696],[116.417023,26.296717],[116.419226,26.293119],[116.414661,26.282344],[116.405637,26.281306],[116.391682,26.275154],[116.393024,26.265611],[116.388261,26.263446],[116.385438,26.259157],[116.386823,26.257202],[116.389781,26.257566],[116.391683,26.254068],[116.391975,26.248417],[116.381843,26.241419],[116.382379,26.232979],[116.386376,26.223075],[116.386477,26.212463],[116.375941,26.212556],[116.386942,26.208366],[116.389405,26.209498],[116.386412,26.210416],[116.388049,26.212858],[116.392435,26.213036],[116.393655,26.207813],[116.38736,26.201975],[116.393205,26.199215],[116.397813,26.194482],[116.395851,26.193617],[116.392009,26.183118],[116.388592,26.180947],[116.386413,26.175146],[116.392639,26.169654],[116.402041,26.167586],[116.404964,26.165664],[116.40485,26.163427],[116.406642,26.163127],[116.411137,26.163356],[116.414353,26.166613],[116.412457,26.169163],[116.416986,26.17198],[116.421066,26.167205],[116.415272,26.163836],[116.41564,26.161316],[116.42124,26.160983],[116.432996,26.16311],[116.439502,26.167991],[116.460575,26.177055],[116.469006,26.177884],[116.471552,26.175962],[116.470337,26.172836],[116.476995,26.165436],[116.473779,26.155378],[116.478153,26.152175],[116.476467,26.13996],[116.484549,26.136432],[116.48646,26.123611],[116.485086,26.117534],[116.480399,26.112606],[116.46949,26.107233],[116.467264,26.103342],[116.463012,26.102735],[116.459213,26.096135],[116.451907,26.092388],[116.443653,26.083649],[116.428981,26.077397],[116.424012,26.072904],[116.422991,26.077745],[116.416606,26.069876],[116.414066,26.057092],[116.401356,26.057003],[116.405189,26.053149],[116.397052,26.050916],[116.39771,26.043244],[116.39536,26.035562],[116.393468,26.03477],[116.391337,26.037778],[116.393768,26.039214],[116.393522,26.040753],[116.389143,26.042877],[116.388917,26.038559],[116.391112,26.034514],[116.382376,26.033872],[116.379106,26.035463],[116.377664,26.028703],[116.366722,26.008463],[116.360349,26.009093],[116.355642,26.002024],[116.354858,25.996245],[116.36394,25.976739],[116.36476,25.968014],[116.362261,25.963031],[116.350351,25.962616],[116.345322,25.965353],[116.339074,25.965347],[116.330902,25.959297],[116.323267,25.960139],[116.319084,25.95871],[116.318832,25.952738],[116.315843,25.944495],[116.305947,25.940847],[116.299985,25.934728],[116.297255,25.925968],[116.288133,25.921591],[116.282354,25.922277],[116.276342,25.916996],[116.265884,25.918323],[116.258371,25.916494],[116.256135,25.913898],[116.254224,25.905614],[116.249974,25.903452],[116.242324,25.906736],[116.22941,25.90237],[116.225017,25.90646],[116.225564,25.907988],[116.220388,25.912039],[116.209123,25.909879],[116.202085,25.904033],[116.19781,25.903311],[116.191213,25.905452],[116.18364,25.904486],[116.171659,25.896586],[116.165264,25.879301],[116.163105,25.878988],[116.159403,25.882307],[116.149348,25.880802],[116.138776,25.872341],[116.13908,25.869423],[116.127551,25.861662],[116.125211,25.85542],[116.125854,25.839562],[116.127671,25.837662],[116.126042,25.831237],[116.130145,25.826773],[116.133431,25.830438],[116.136343,25.826477],[116.136566,25.822669],[116.152835,25.815746],[116.156302,25.809118],[116.154712,25.802026],[116.156781,25.800087],[116.162862,25.799303],[116.166862,25.792789],[116.17129,25.790987],[116.177946,25.780304],[116.173988,25.775349],[116.172791,25.770528],[116.17321,25.756893],[116.169839,25.751182],[116.16249,25.750151],[116.159,25.761873],[116.162853,25.766202],[116.160267,25.769189],[116.155147,25.769629],[116.143826,25.763695],[116.128924,25.762904],[116.124735,25.764243],[116.120418,25.75499],[116.11542,25.749518],[116.11243,25.741061],[116.114534,25.737696],[116.113565,25.735436],[116.107412,25.73307],[116.10395,25.728982],[116.105237,25.707565],[116.101739,25.704223],[116.084809,25.701636],[116.082675,25.69928],[116.063863,25.708793],[116.062243,25.70444],[116.063394,25.695127],[116.061719,25.692843],[116.059147,25.697553],[116.05508,25.698134],[116.053419,25.694873],[116.05441,25.6899],[116.051129,25.686631],[116.05547,25.68128],[116.060338,25.678413],[116.054886,25.674353],[116.054348,25.672487],[116.056859,25.671762],[116.057812,25.668186],[116.05253,25.663907],[116.054255,25.659326],[116.063788,25.6509],[116.064725,25.647378],[116.062707,25.637922],[116.060709,25.637592],[116.05549,25.642715],[116.052774,25.642196],[116.047793,25.636226],[116.047275,25.631911],[116.045323,25.630449],[116.035114,25.62968],[116.035967,25.624999],[116.041125,25.621047],[116.04116,25.618462],[116.035742,25.608781],[116.038785,25.604189],[116.047192,25.60404],[116.05036,25.594389],[116.049721,25.587847],[116.048277,25.586399],[116.053423,25.571438],[116.05599,25.568243],[116.058891,25.56796],[116.059132,25.565087],[116.051668,25.550797],[116.045728,25.54877],[116.03501,25.552023],[116.03299,25.550045],[116.030283,25.53709],[116.032543,25.516887],[116.030283,25.515171],[116.01011,25.51099],[116.007711,25.50391],[116.009776,25.50068],[116.00119,25.495364],[115.999485,25.491726],[116.00349,25.490288],[116.003476,25.482677],[116.001165,25.475602],[116.007923,25.472986],[116.012728,25.477732],[116.014779,25.477335],[116.009784,25.472554],[116.005269,25.462119],[116.006248,25.456586],[116.019261,25.439815],[116.015939,25.430816],[116.01833,25.42603],[116.013397,25.414735],[116.005074,25.418508],[115.999272,25.417279],[115.997955,25.415226],[115.99733,25.411753],[116.003571,25.397669],[115.986319,25.377499],[115.989212,25.375879],[115.99128,25.370047],[115.991028,25.363831],[115.995064,25.362749],[115.996925,25.358745],[115.994606,25.352482],[115.98813,25.35183],[115.982661,25.347417],[115.995262,25.347382],[116.000554,25.342484],[116.002331,25.331708],[115.994303,25.328049],[115.998194,25.325932],[116.003893,25.325701],[116.002788,25.319114],[115.998818,25.310434],[115.982805,25.292723],[115.978435,25.301809],[115.972678,25.301498],[115.970559,25.299678],[115.970332,25.29126],[115.965267,25.288562],[115.960515,25.28986],[115.956328,25.294795],[115.947953,25.295931],[115.94237,25.2928],[115.942219,25.287405],[115.945949,25.280843],[115.94725,25.27388],[115.937805,25.258377],[115.935039,25.256936],[115.92748,25.238851],[115.91785,25.236547],[115.91769,25.234944],[115.915416,25.234047],[115.905438,25.23729],[115.897616,25.235337],[115.896486,25.231357],[115.885649,25.219993],[115.872315,25.218763],[115.863819,25.2254],[115.860284,25.218784],[115.850737,25.213114],[115.852871,25.191852],[115.852026,25.186813],[115.853788,25.181298],[115.848454,25.178933],[115.856448,25.169946],[115.854934,25.16752],[115.851813,25.16982],[115.84825,25.168957],[115.84634,25.163909],[115.848332,25.157742],[115.851976,25.155243],[115.854731,25.157476],[115.857784,25.157116],[115.8584,25.152269],[115.864134,25.151501],[115.871653,25.156071],[115.873246,25.155451],[115.879865,25.14467],[115.881931,25.143738],[115.885329,25.129909],[115.8755,25.125885],[115.869842,25.126587],[115.870829,25.116305],[115.880429,25.107238],[115.874209,25.09909],[115.875575,25.096032],[115.878147,25.091199],[115.891221,25.092246],[115.90216,25.08831],[115.909618,25.082701],[115.912096,25.07437],[115.910448,25.073004],[115.909428,25.067829],[115.910529,25.06382],[115.915038,25.063808],[115.917195,25.058024],[115.924577,25.052324],[115.923272,25.048613],[115.918034,25.047041],[115.915678,25.041766],[115.913919,25.041776],[115.909621,25.046077],[115.899826,25.044448],[115.89423,25.04136],[115.894265,25.037479],[115.892082,25.035093],[115.887509,25.034088],[115.884679,25.026553],[115.877025,25.029429],[115.869647,25.023754],[115.872878,25.006245],[115.877578,25.001338],[115.897221,24.995076],[115.898314,24.991925],[115.897077,24.98896],[115.905252,24.985759],[115.911799,24.978846],[115.911572,24.973721],[115.919381,24.966805],[115.918028,24.962982],[115.912185,24.960322],[115.90667,24.96256],[115.905999,24.965624],[115.900761,24.967346],[115.895522,24.963471],[115.890379,24.96561],[115.887411,24.97088],[115.888179,24.973549],[115.879293,24.980139],[115.868597,24.976222],[115.86542,24.971707],[115.867829,24.957373],[115.880283,24.954218],[115.887483,24.9408],[115.884633,24.935724],[115.88085,24.937997],[115.880903,24.940367],[115.877782,24.940727],[115.873327,24.935233],[115.88131,24.917195],[115.878491,24.914308],[115.880199,24.900487],[115.883143,24.9006],[115.886183,24.895387],[115.901341,24.890738],[115.903901,24.883806],[115.894555,24.880398],[115.887357,24.872062],[115.877717,24.871313],[115.868669,24.873434],[115.863249,24.868248],[115.856488,24.866504],[115.854747,24.867573],[115.855588,24.872905],[115.859987,24.878739],[115.855855,24.884168],[115.860525,24.887566],[115.861037,24.893685],[115.850365,24.894732],[115.845454,24.898733],[115.845417,24.902659],[115.833081,24.909446],[115.824465,24.910033],[115.820383,24.912573],[115.815807,24.909829],[115.810295,24.901503],[115.807123,24.899425],[115.804136,24.893579],[115.803764,24.888521],[115.799398,24.882145],[115.799847,24.876575],[115.803642,24.867827],[115.803651,24.864352],[115.801187,24.860789],[115.791189,24.861363],[115.78927,24.865432],[115.784732,24.866636],[115.776696,24.866277],[115.781393,24.859004],[115.788686,24.859312],[115.779335,24.851947],[115.783088,24.842545],[115.78691,24.841064],[115.787232,24.838472],[115.785573,24.836202],[115.782584,24.835862],[115.774693,24.838686],[115.771973,24.833631],[115.77378,24.830638],[115.774304,24.823021],[115.768128,24.817509],[115.767795,24.803606],[115.764407,24.798771],[115.758491,24.794547],[115.764132,24.789111],[115.773268,24.774992],[115.760303,24.766468],[115.758318,24.762254],[115.758857,24.757813],[115.756662,24.754861],[115.752526,24.753315],[115.751154,24.739787],[115.751795,24.737423],[115.759013,24.734571],[115.766705,24.728813],[115.76785,24.722887],[115.765638,24.711767],[115.771447,24.71134],[115.778879,24.704203],[115.787812,24.70256],[115.796448,24.708722],[115.801483,24.706641],[115.803441,24.700767],[115.798087,24.697565],[115.801398,24.689716],[115.792357,24.684679],[115.795145,24.679827],[115.792601,24.677257],[115.783409,24.677701],[115.77271,24.680819],[115.772687,24.678361],[115.767489,24.674299],[115.758207,24.673907],[115.756301,24.671793],[115.76141,24.667186],[115.777354,24.666053],[115.779219,24.656476],[115.786717,24.649962],[115.781299,24.640405],[115.782346,24.634201],[115.793556,24.632452],[115.7959,24.623397],[115.801198,24.623392],[115.801615,24.619889],[115.809611,24.614296],[115.811162,24.608189],[115.81749,24.601677],[115.827558,24.599281],[115.830533,24.592767],[115.835487,24.587825],[115.836043,24.578558],[115.843994,24.575144],[115.849584,24.568234],[115.838991,24.564506],[115.834254,24.567638],[115.818971,24.562109],[115.814952,24.565983],[115.806369,24.57003],[115.803912,24.56711],[115.803191,24.56234],[115.794561,24.56819],[115.785482,24.571533],[115.786317,24.574958],[115.776636,24.570599],[115.771919,24.563162],[115.765879,24.56583],[115.762057,24.558621],[115.737183,24.542801],[115.735931,24.544906],[115.73283,24.545542],[115.71346,24.54302],[115.708729,24.540428],[115.703576,24.546632],[115.697398,24.549307],[115.685699,24.547175],[115.679597,24.550495],[115.679001,24.554256],[115.67367,24.56213],[115.672964,24.568274],[115.682962,24.573257],[115.683012,24.57878],[115.680342,24.582833],[115.680624,24.588161],[115.667667,24.607674],[115.653387,24.610548],[115.648708,24.617388],[115.626379,24.615406],[115.623422,24.624511],[115.615163,24.621943],[115.606833,24.628324],[115.601736,24.628961],[115.59872,24.625858],[115.59935,24.62293],[115.594726,24.618778],[115.583636,24.618886],[115.582346,24.62109],[115.57808,24.61871],[115.578695,24.617702],[115.571428,24.61667],[115.567276,24.62187],[115.564929,24.622591],[115.564153,24.625173],[115.566198,24.627867],[115.565804,24.629824],[115.560998,24.638183],[115.557075,24.640757],[115.555539,24.647834],[115.552884,24.651297],[115.554996,24.661387],[115.550038,24.674433],[115.551577,24.686587],[115.54487,24.687809],[115.537264,24.694053],[115.531613,24.693659],[115.527626,24.69872],[115.515808,24.703884],[115.523954,24.714772],[115.521103,24.719866],[115.503253,24.718922],[115.501167,24.721948],[115.501427,24.729103],[115.491331,24.736288],[115.492706,24.743139],[115.486062,24.749052],[115.482479,24.749038],[115.476541,24.753784],[115.47703,24.758257],[115.469737,24.766554],[115.459699,24.769],[115.451871,24.76646],[115.448493,24.769832],[115.444748,24.768959],[115.438514,24.775347],[115.427734,24.78162],[115.426658,24.786573],[115.416717,24.788927],[115.409668,24.793252],[115.408818,24.795883],[115.403136,24.79756],[115.389149,24.78588],[115.388125,24.779055],[115.382678,24.774077],[115.373291,24.77375],[115.368994,24.777313],[115.363438,24.771319],[115.357176,24.758908],[115.356604,24.753532],[115.359287,24.748687],[115.359379,24.741671],[115.35548,24.737522],[115.349126,24.739776],[115.343735,24.745718],[115.334698,24.750898],[115.324444,24.752701],[115.315722,24.750911],[115.309652,24.753957],[115.304237,24.761477],[115.275729,24.757361],[115.265867,24.75402],[115.264748,24.747442],[115.256437,24.732138],[115.253045,24.730925],[115.240113,24.734923],[115.232466,24.730613],[115.23044,24.727092],[115.220919,24.729597],[115.192952,24.714462],[115.180382,24.710903],[115.180599,24.701046],[115.184818,24.697961],[115.186076,24.699736],[115.189462,24.699574],[115.190767,24.694714],[115.165782,24.69878],[115.163476,24.698242],[115.163768,24.695178],[115.160826,24.693698],[115.157327,24.69485],[115.154109,24.693683],[115.152175,24.690884],[115.142668,24.692481],[115.13997,24.688436],[115.134293,24.68439],[115.126773,24.682673],[115.122851,24.683345],[115.118091,24.676404],[115.118805,24.673232],[115.123734,24.675527],[115.118977,24.66729],[115.11551,24.667423],[115.114443,24.671034],[115.106789,24.674345],[115.105039,24.674097],[115.104069,24.67131],[115.100075,24.670115],[115.098406,24.676766],[115.090547,24.677252],[115.081725,24.690654],[115.082313,24.695761],[115.068729,24.70707],[115.051803,24.706061],[115.049043,24.713561],[115.046395,24.70915],[115.048006,24.70723],[115.047492,24.705351],[115.045004,24.701754],[115.039113,24.701045],[115.037564,24.69904],[115.043022,24.692681],[115.039533,24.691575],[115.032777,24.683072],[115.030447,24.683605],[115.023527,24.680875],[115.022202,24.678782],[115.023109,24.67453],[115.019982,24.670856],[115.017906,24.670987],[115.016714,24.674558],[115.013385,24.677357],[115.008501,24.675532],[115.002595,24.67586],[115.003079,24.679544],[114.998495,24.683267],[114.98458,24.674892],[114.981334,24.677149],[114.97626,24.676382],[114.959245,24.669],[114.948336,24.655778],[114.936448,24.652391],[114.930787,24.65845],[114.932239,24.667322],[114.931097,24.669201],[114.914693,24.669877],[114.90798,24.668272],[114.903446,24.660824],[114.903992,24.647693],[114.897605,24.641218],[114.900506,24.63767],[114.900583,24.633938],[114.894974,24.628213],[114.893666,24.624562],[114.894548,24.618647],[114.898153,24.612676],[114.891562,24.602086],[114.889458,24.585915],[114.887393,24.583874],[114.881213,24.582808],[114.877995,24.57249],[114.867355,24.567922],[114.864995,24.565095],[114.862172,24.565388],[114.856952,24.569997],[114.853946,24.580653],[114.848902,24.584226],[114.855407,24.597036],[114.854535,24.600913],[114.849986,24.601532],[114.844225,24.606197],[114.831069,24.603074],[114.824397,24.599006],[114.823599,24.593811],[114.820677,24.592071],[114.814416,24.59418],[114.809882,24.599395],[114.803059,24.603251],[114.79939,24.608362],[114.797518,24.608543],[114.794191,24.604831],[114.78788,24.60572],[114.788687,24.6084],[114.787378,24.611541],[114.775706,24.61638],[114.774522,24.61604],[114.775891,24.61287],[114.77499,24.611181],[114.766292,24.608804],[114.758188,24.612283],[114.751654,24.618719],[114.745096,24.620624],[114.739851,24.615619],[114.735717,24.614614],[114.728852,24.615645],[114.72389,24.611157],[114.728044,24.602255],[114.724937,24.598793],[114.724399,24.593916],[114.73137,24.587819],[114.728088,24.579278],[114.729035,24.575124],[114.732273,24.573993],[114.732821,24.56755],[114.721347,24.553929],[114.717458,24.557419],[114.713996,24.558051],[114.711756,24.556221],[114.711941,24.551532],[114.706091,24.541355],[114.705684,24.536172],[114.701248,24.530873],[114.694579,24.540887],[114.690053,24.542021],[114.686409,24.540353],[114.677889,24.544763],[114.679248,24.550865],[114.672299,24.557012],[114.666494,24.57036],[114.666826,24.576941],[114.662158,24.581438],[114.663438,24.583869],[114.659368,24.586688],[114.646315,24.579531],[114.641624,24.579404],[114.6325,24.572536],[114.627579,24.573209],[114.621238,24.579956],[114.603792,24.567287],[114.594267,24.55561],[114.591017,24.54437],[114.585965,24.539343],[114.570571,24.545355],[114.563161,24.544657],[114.559576,24.54026],[114.547133,24.543971],[114.540492,24.547029],[114.532611,24.560551],[114.524023,24.562021],[114.514822,24.549834],[114.506229,24.544919],[114.499955,24.544256],[114.496228,24.536665],[114.493261,24.535322],[114.488746,24.537734],[114.480783,24.532492],[114.474017,24.531916],[114.472689,24.530185],[114.473435,24.527837],[114.466085,24.517512],[114.466527,24.514373],[114.454777,24.509055],[114.45001,24.503799],[114.437594,24.501471],[114.427703,24.489807],[114.424007,24.487716],[114.420148,24.496228],[114.416932,24.499112],[114.408454,24.499906],[114.405977,24.503627],[114.406452,24.506237],[114.399791,24.501988],[114.397564,24.502553],[114.397965,24.509393],[114.402026,24.520284],[114.398199,24.53081],[114.383746,24.537769],[114.385222,24.54797],[114.381584,24.551438],[114.385509,24.558516],[114.386182,24.565564],[114.383691,24.567315],[114.375454,24.564017],[114.371393,24.569262],[114.371835,24.574801],[114.366861,24.579737],[114.361643,24.579925],[114.358629,24.588178],[114.348636,24.583025],[114.348294,24.587061],[114.351923,24.593904],[114.341235,24.589728],[114.340399,24.586908],[114.342869,24.586066],[114.346582,24.581258],[114.34213,24.576548],[114.342612,24.58155],[114.338235,24.586494],[114.335544,24.587386],[114.333414,24.586784],[114.330284,24.582057],[114.323838,24.578654],[114.32165,24.578709],[114.317745,24.58276],[114.313527,24.579611],[114.303453,24.576357],[114.299353,24.577934],[114.295378,24.582347],[114.297048,24.589545],[114.294757,24.593705],[114.291239,24.59886],[114.286952,24.600223],[114.285791,24.602323],[114.285398,24.62246],[114.276665,24.622361],[114.278584,24.627699],[114.273718,24.634419],[114.265046,24.633132],[114.259199,24.634114],[114.25558,24.637012],[114.255816,24.64303],[114.253127,24.646444],[114.238585,24.649754],[114.238674,24.647189],[114.222807,24.641787],[114.217743,24.646499],[114.207858,24.647675],[114.204744,24.649706],[114.202292,24.652237],[114.202352,24.65702],[114.194887,24.655315],[114.186516,24.656148],[114.180687,24.65258],[114.17944,24.649595],[114.169819,24.648723],[114.170283,24.652311],[114.167472,24.656624],[114.172894,24.663713],[114.178871,24.659966],[114.176276,24.655859],[114.177198,24.654803],[114.18417,24.657967],[114.185768,24.660492],[114.177369,24.664809],[114.179831,24.6669],[114.180478,24.669867],[114.172372,24.675223],[114.170403,24.682896],[114.167354,24.6829],[114.163551,24.685767],[114.162379,24.689146],[114.163262,24.692563],[114.163937,24.694007],[114.170193,24.695926],[114.173536,24.693327],[114.178668,24.694301],[114.18381,24.697844],[114.193988,24.694665],[114.197735,24.690565],[114.210928,24.694904],[114.225686,24.70238],[114.233514,24.700641],[114.243393,24.70259],[114.253354,24.700026],[114.257392,24.70418],[114.265704,24.703816],[114.270006,24.705191],[114.274344,24.707705],[114.275219,24.713173],[114.271945,24.715069],[114.271506,24.717472],[114.276473,24.727892],[114.280964,24.732935],[114.305453,24.734775],[114.312513,24.744259],[114.328052,24.74947],[114.33363,24.756062],[114.334034,24.76135],[114.339168,24.766758],[114.338796,24.771406],[114.326921,24.781638],[114.325869,24.786013],[114.326656,24.788472],[114.330406,24.79102],[114.337557,24.793107],[114.342949,24.802455],[114.336603,24.811065],[114.34346,24.818748],[114.352453,24.821053],[114.352526,24.825315],[114.350564,24.829109],[114.355068,24.838112],[114.359912,24.841464],[114.357688,24.846271],[114.36848,24.853231],[114.371248,24.862476],[114.375055,24.864887],[114.383291,24.865014],[114.387918,24.8687],[114.38849,24.873824],[114.395732,24.8751],[114.398583,24.880439],[114.400144,24.899895],[114.393693,24.909324],[114.390896,24.909628],[114.384494,24.914933],[114.395385,24.920834],[114.397079,24.930506],[114.396471,24.933586],[114.391964,24.935917],[114.389854,24.939005],[114.394868,24.943662],[114.390788,24.952853],[114.397149,24.956971],[114.414632,24.958316],[114.421454,24.961745],[114.419971,24.964835],[114.416415,24.963917],[114.413634,24.971583],[114.416139,24.974931],[114.433301,24.974246],[114.440875,24.976451],[114.443725,24.97587],[114.450752,24.979644],[114.454917,24.986813],[114.452741,24.987288],[114.451132,24.996936],[114.462427,25.003617],[114.468282,25.004284],[114.477011,25.009719],[114.484757,25.00511],[114.504126,25.003905],[114.509041,25.008092],[114.506992,25.016449],[114.509777,25.021931],[114.509932,25.02773],[114.516998,25.027217],[114.521757,25.023191],[114.533983,25.02953],[114.533893,25.032776],[114.537585,25.041318],[114.535512,25.05211],[114.540433,25.054921],[114.551012,25.067073],[114.551444,25.072741],[114.556737,25.081783],[114.574847,25.08402],[114.584287,25.082573],[114.591934,25.079065],[114.599117,25.087956],[114.607419,25.081346],[114.617768,25.076415],[114.638026,25.073897],[114.639707,25.079179],[114.644183,25.080852],[114.647768,25.079871],[114.653445,25.082194],[114.65566,25.089425],[114.661287,25.093122],[114.659243,25.101616],[114.661039,25.106156],[114.664976,25.106263],[114.665975,25.101903],[114.66964,25.100675],[114.670307,25.102084],[114.668247,25.104916],[114.667329,25.103684],[114.666644,25.105816],[114.672109,25.110278],[114.680029,25.11065],[114.685841,25.107245],[114.692044,25.106732],[114.700063,25.112428],[114.702981,25.110083],[114.705654,25.110192],[114.709516,25.113026],[114.712784,25.118468],[114.718891,25.120434],[114.725392,25.118617],[114.728908,25.125438],[114.734938,25.130312],[114.730404,25.143686],[114.72835,25.14352],[114.726695,25.14593],[114.731055,25.154027],[114.731568,25.158434],[114.726875,25.157572],[114.722482,25.159264],[114.718637,25.164777],[114.715784,25.166244],[114.709842,25.164573],[114.698658,25.166204],[114.696502,25.168791],[114.690107,25.170112],[114.679885,25.175929],[114.68043,25.178554],[114.684131,25.182064],[114.684923,25.188707],[114.678966,25.189065],[114.674408,25.198061],[114.679255,25.199964],[114.690716,25.1986],[114.696726,25.205629],[114.693886,25.206374],[114.689898,25.214026],[114.696154,25.217597],[114.696703,25.220042],[114.69424,25.221808],[114.700027,25.225259],[114.707169,25.223904],[114.720345,25.236739],[114.729504,25.228309],[114.732266,25.227788],[114.744568,25.233051],[114.744216,25.238685],[114.740506,25.23547],[114.73503,25.233853],[114.733005,25.241423],[114.744683,25.244286],[114.73652,25.251131],[114.738323,25.258242],[114.74131,25.261694],[114.738763,25.277567],[114.726649,25.288076],[114.718885,25.286973],[114.718487,25.291027],[114.720747,25.296204],[114.718729,25.301948],[114.715091,25.308027],[114.708816,25.307884],[114.706716,25.310017],[114.709398,25.31254],[114.710328,25.318532],[114.697877,25.31818],[114.696591,25.323167],[114.687526,25.32616],[114.683285,25.323364],[114.685583,25.32128],[114.683639,25.319129],[114.674989,25.315948],[114.669641,25.319224],[114.662175,25.329346],[114.653787,25.330611],[114.632614,25.326934],[114.628946,25.330796],[114.620167,25.334045],[114.621228,25.339408],[114.613677,25.348579],[114.60693,25.362205],[114.597051,25.362134],[114.593522,25.36361],[114.597589,25.372586],[114.591876,25.3715],[114.593177,25.378491],[114.596679,25.379721],[114.596933,25.388206],[114.590951,25.390611],[114.590506,25.394258],[114.583598,25.39949],[114.580633,25.401246],[114.576372,25.400724],[114.573911,25.394639],[114.576787,25.387424],[114.571268,25.384017],[114.567345,25.389005],[114.568539,25.397573],[114.569953,25.400122],[114.573191,25.400852],[114.575136,25.405418],[114.568611,25.403867],[114.562422,25.407892],[114.551427,25.408814],[114.551591,25.410508],[114.545955,25.416572],[114.538944,25.41695],[114.538065,25.419868],[114.535267,25.421941],[114.524273,25.417877],[114.517065,25.409703],[114.516723,25.405751],[114.50144,25.40389],[114.502663,25.39516],[114.506179,25.39204],[114.503907,25.386611],[114.492345,25.381326],[114.490702,25.379035],[114.48192,25.379481],[114.476054,25.37337],[114.468201,25.378771],[114.458031,25.382939],[114.459953,25.38782],[114.457809,25.389854],[114.453576,25.39074],[114.442694,25.389394],[114.43446,25.380711],[114.434492,25.374791],[114.431969,25.366438],[114.426519,25.360886],[114.425512,25.348697],[114.41978,25.340163],[114.410564,25.337487],[114.407068,25.339111],[114.399052,25.338136],[114.395079,25.329529],[114.381054,25.326136],[114.378129,25.320377],[114.375493,25.318675],[114.3703,25.321634],[114.368093,25.327452],[114.365436,25.329707],[114.349946,25.330006],[114.337972,25.333523],[114.333149,25.337215],[114.321918,25.337199],[114.313969,25.341815],[114.310382,25.342207],[114.301212,25.336078],[114.298693,25.323228],[114.29921,25.31845],[114.308137,25.314707],[114.308351,25.307477],[114.303361,25.309366],[114.296153,25.30733],[114.290565,25.303313],[114.289672,25.301622],[114.292053,25.297904],[114.298071,25.293447],[114.294671,25.292312],[114.287322,25.291768],[114.284784,25.300556],[114.282661,25.302203],[114.267799,25.305284],[114.264434,25.304904],[114.263997,25.300849],[114.2589,25.294077],[114.230861,25.303723],[114.224548,25.303142],[114.22309,25.298169],[114.208135,25.304233],[114.20034,25.301798],[114.199881,25.314564],[114.190524,25.321082],[114.186808,25.320931],[114.174105,25.308987],[114.166824,25.309201],[114.16181,25.316947],[114.153467,25.316961],[114.142326,25.310888],[114.134512,25.31485],[114.123498,25.307975],[114.121864,25.302704],[114.111662,25.305941],[114.096321,25.29619],[114.082367,25.284236],[114.078313,25.277828],[114.071233,25.281419],[114.066756,25.280337],[114.063186,25.276273],[114.060145,25.28102],[114.050667,25.281106],[114.042562,25.270557],[114.034956,25.253854],[114.027506,25.254401],[114.024949,25.256909],[114.023658,25.262533],[114.026307,25.265883],[114.024846,25.26999],[114.015737,25.273062],[114.012026,25.277141],[114.011095,25.283063],[114.017831,25.286282],[114.021633,25.292742],[114.022905,25.300611],[114.020658,25.303166],[114.020909,25.305136],[114.030493,25.311912],[114.034752,25.309749],[114.041199,25.309849],[114.051324,25.314243],[114.046912,25.31559],[114.03862,25.322057],[114.028789,25.323552],[114.021805,25.333727],[114.022172,25.337105],[114.029474,25.339202],[114.035881,25.353636],[114.038991,25.355962],[114.03817,25.360302],[114.030793,25.363644],[114.031656,25.366899],[114.036187,25.371194],[114.032098,25.371977],[114.024289,25.377492],[114.024837,25.380624],[114.027643,25.383225],[114.032307,25.384536],[114.038423,25.393508],[114.029658,25.395423],[114.022411,25.391317],[114.018416,25.386997],[114.012049,25.387526],[114.006923,25.390055],[114.002321,25.402282],[113.99638,25.400733],[113.980116,25.406512],[113.977457,25.41729],[113.978449,25.419669],[113.985672,25.4246],[114.002578,25.440842],[113.994278,25.447455],[113.986307,25.445608],[113.969084,25.453028],[113.963351,25.452289],[113.959756,25.455817],[113.956324,25.456811],[113.948562,25.448307],[113.939384,25.444593],[113.934555,25.452815],[113.934432,25.465662],[113.947585,25.475663],[113.950909,25.476599],[113.95469,25.485503],[113.953511,25.489415],[113.946766,25.489636],[113.946576,25.492111],[113.952096,25.503532],[113.951144,25.504484],[113.941626,25.500106],[113.940104,25.500296],[113.940675,25.50239],[113.949213,25.510468],[113.953509,25.519491],[113.955243,25.529422],[113.960311,25.535407],[113.966681,25.530679],[113.982764,25.532877],[113.980764,25.53639],[113.982963,25.558983],[113.987149,25.56237],[113.988667,25.567434],[113.976405,25.572194],[113.972385,25.576515],[113.97162,25.582798],[113.978792,25.602314],[113.976641,25.606822],[113.965312,25.610447],[113.962946,25.61451],[113.954265,25.611019],[113.944316,25.624162],[113.946272,25.637967],[113.937095,25.65497],[113.925636,25.669904],[113.924006,25.682887],[113.917267,25.695288],[113.910789,25.698838],[113.908124,25.703216],[113.909075,25.708546],[113.911881,25.712287],[113.9126,25.718267],[113.912118,25.724027],[113.908279,25.728906],[113.913981,25.74426],[113.942791,25.764649],[113.950362,25.774755],[113.953819,25.782621],[113.952837,25.788233],[113.954712,25.795545],[113.960048,25.807815],[113.963378,25.810498],[113.965377,25.817762],[113.965947,25.828618],[113.964269,25.835404],[113.965386,25.83723],[113.986158,25.862733],[113.998243,25.871547],[114.004241,25.873674],[114.008778,25.888261],[114.013229,25.892051],[114.02006,25.894004],[114.022433,25.896786],[114.017632,25.906482],[114.018606,25.912977],[114.020556,25.915119],[114.01592,25.924962],[114.024738,25.937608],[114.026213,25.944411],[114.021673,25.946049],[114.017971,25.953224],[114.016016,25.957955],[114.018261,25.96307],[114.014901,25.967348],[114.014261,25.971735],[114.016462,25.974261],[114.015904,25.97976],[114.019852,25.980716],[114.023298,25.984918],[114.023294,25.989039],[114.021835,25.995034],[114.018312,25.996639],[114.012785,25.996173],[114.008398,26.004032],[114.004536,26.0048],[114.00236,26.015027],[114.004904,26.01977],[114.011774,26.023592],[114.012746,26.028563],[114.015119,26.031047],[114.022798,26.034525],[114.033315,26.050957],[114.030172,26.056033],[114.033823,26.060546],[114.035167,26.069403],[114.040004,26.080785],[114.043613,26.082627],[114.054061,26.08018],[114.064289,26.08332],[114.07559,26.07187],[114.080687,26.071297],[114.098142,26.07459],[114.110495,26.07951],[114.116525,26.088947],[114.116188,26.090898],[114.107784,26.096321],[114.103487,26.096009],[114.100854,26.101088],[114.101406,26.103841],[114.149837,26.118968],[114.164416,26.126714],[114.184004,26.125719],[114.195312,26.131667],[114.196121,26.134605],[114.200414,26.137277],[114.209171,26.140099],[114.225418,26.15453],[114.232093,26.155858],[114.230705,26.162587],[114.220965,26.162778],[114.213366,26.169133],[114.21353,26.173592],[114.21935,26.17687],[114.2273,26.185584],[114.222506,26.190055],[114.214775,26.193126],[114.216132,26.199096],[114.211801,26.206309],[114.204941,26.206347],[114.196954,26.203377],[114.181262,26.201077],[114.176752,26.215997],[114.172291,26.216883],[114.145988,26.206405],[114.140666,26.207354],[114.131186,26.202142],[114.11628,26.199255],[114.099244,26.191994],[114.094961,26.187741],[114.095361,26.1825],[114.087342,26.178973],[114.084517,26.174425],[114.085125,26.172471],[114.082551,26.170669],[114.063701,26.173433],[114.057605,26.170638],[114.054822,26.166082],[114.05211,26.166649],[114.04995,26.175361],[114.051975,26.181463],[114.050962,26.186376],[114.038775,26.184447],[114.034239,26.190288],[114.030299,26.191948],[114.028643,26.191778],[114.024474,26.184729],[114.021888,26.18344],[114.007355,26.186953],[113.999932,26.183488],[113.998938,26.179541],[113.987462,26.171438],[113.978939,26.170352],[113.971743,26.162436],[113.957053,26.154531],[113.951321,26.158054],[113.949806,26.161376],[113.937462,26.168319],[113.949714,26.175644],[113.948666,26.183647],[113.941008,26.187141],[113.942662,26.195269],[113.948907,26.199154],[113.959863,26.201499],[113.964036,26.204412],[113.967404,26.210091],[113.968989,26.215067],[113.967789,26.221065],[113.975975,26.231154],[113.974153,26.241538],[113.981761,26.249678],[113.996223,26.254945],[114.005484,26.261922],[114.024181,26.269653],[114.016885,26.277636],[114.014925,26.28619],[114.01524,26.293032],[114.01944,26.295843],[114.027139,26.307042],[114.035128,26.312745],[114.031667,26.318193],[114.032712,26.321957],[114.030128,26.328686],[114.034803,26.335485],[114.04375,26.339061],[114.036071,26.346595],[114.032584,26.358102],[114.034698,26.364279],[114.026907,26.371422],[114.02535,26.37589],[114.026233,26.378551],[114.030214,26.379878],[114.036309,26.386281],[114.037017,26.391491],[114.04084,26.395114],[114.04517,26.394933],[114.048194,26.396926],[114.060677,26.412515],[114.067139,26.413198],[114.069015,26.410305],[114.078157,26.408427],[114.083287,26.413501],[114.082258,26.416177],[114.085041,26.421834],[114.082712,26.425205],[114.080363,26.425788],[114.082442,26.431954],[114.082947,26.446863],[114.085695,26.451943],[114.086594,26.460376],[114.093444,26.467325],[114.09429,26.474719],[114.098917,26.478403],[114.092944,26.482015],[114.088696,26.480783],[114.068991,26.483635],[114.066643,26.488872],[114.079303,26.506752],[114.079484,26.511923],[114.077359,26.515663],[114.078302,26.520411],[114.085398,26.536718],[114.092024,26.545108],[114.090823,26.551705],[114.101834,26.563902],[114.104318,26.571814],[114.102451,26.579024],[114.089195,26.580825],[114.079309,26.580382],[114.074274,26.578105],[114.06362,26.579389],[114.056391,26.584207],[114.03652,26.583906],[114.033286,26.58686],[114.022913,26.590162],[114.016182,26.589912],[114.011251,26.591853],[114.013732,26.603562],[114.00713,26.606195],[113.990983,26.619021],[113.98402,26.620161],[113.967339,26.617154],[113.963587,26.62044],[113.954835,26.622528],[113.951181,26.619791],[113.939856,26.61783],[113.902239,26.617293],[113.898191,26.62176],[113.895443,26.631813],[113.892307,26.634757],[113.880202,26.639037],[113.875356,26.661995],[113.86907,26.661535],[113.863839,26.655684],[113.860856,26.656294],[113.855977,26.663723],[113.857388,26.705314],[113.852503,26.712988],[113.848965,26.732465],[113.846739,26.75183],[113.849057,26.757308],[113.848058,26.770993],[113.842204,26.782223],[113.840718,26.79102],[113.837009,26.792493],[113.830719,26.79901],[113.82942,26.804942],[113.833066,26.812301],[113.852135,26.829693],[113.853906,26.839267],[113.870118,26.860888],[113.885877,26.865321],[113.889445,26.881879],[113.88916,26.884163],[113.884521,26.888347],[113.884733,26.898033],[113.887623,26.902521],[113.890767,26.904361],[113.894925,26.911734],[113.897015,26.921201],[113.896364,26.928341],[113.90248,26.936023],[113.910819,26.940032],[113.919668,26.947936],[113.921781,26.952002],[113.916608,26.960165],[113.91674,26.962867],[113.903901,26.962408],[113.889066,26.966296],[113.885537,26.969601],[113.882048,26.97382],[113.881862,26.977407],[113.873204,26.985716],[113.871171,26.992809],[113.865317,26.994665],[113.858893,27.000518],[113.856751,27.004659],[113.858552,27.010748],[113.85641,27.020709],[113.845992,27.02224],[113.839191,27.018793],[113.837049,27.019221],[113.835907,27.025503],[113.837099,27.031544],[113.831234,27.036175],[113.827627,27.03621],[113.827068,27.039194],[113.817503,27.046125],[113.807687,27.047903],[113.800248,27.099084],[113.79832,27.101197],[113.794433,27.100924],[113.77626,27.088902],[113.766426,27.097317],[113.76538,27.101741],[113.766665,27.112511],[113.763798,27.121836],[113.766237,27.132293],[113.769343,27.134374],[113.776373,27.147569],[113.784953,27.14843],[113.796205,27.165927],[113.801874,27.166025],[113.808908,27.175615],[113.816754,27.193584],[113.827341,27.206389],[113.827199,27.208388],[113.823915,27.21053],[113.824343,27.215241],[113.841333,27.243795],[113.841333,27.248506],[113.845473,27.251218],[113.851041,27.26007],[113.852468,27.264781],[113.851183,27.270064],[113.863399,27.286042],[113.865963,27.296748],[113.865047,27.298723],[113.849756,27.296825],[113.848471,27.3039],[113.844045,27.311038],[113.855123,27.332203],[113.862563,27.33849],[113.866864,27.344882],[113.866745,27.360293],[113.864623,27.364238],[113.867347,27.37032],[113.865283,27.383052],[113.859139,27.380898],[113.855903,27.377471],[113.852787,27.370119],[113.850181,27.368193],[113.845518,27.369248],[113.839239,27.376633],[113.831468,27.377631],[113.823502,27.374363],[113.818866,27.362925],[113.811324,27.364828],[113.807304,27.368978],[113.793455,27.369708],[113.790514,27.369041],[113.781663,27.359007],[113.76887,27.362145],[113.749675,27.359234],[113.7456,27.360735],[113.739446,27.358062],[113.727993,27.345406],[113.718226,27.347938],[113.713681,27.35396],[113.709926,27.351828],[113.708763,27.344912],[113.699883,27.336915],[113.6694,27.33011],[113.66144,27.338321],[113.65203,27.354057],[113.643084,27.352344],[113.641816,27.355675],[113.636512,27.356248],[113.6261,27.354725],[113.621363,27.352287],[113.613742,27.352297],[113.602786,27.357403],[113.597419,27.364137],[113.599877,27.377144],[113.595946,27.378749],[113.59472,27.381432],[113.594543,27.388893],[113.600253,27.394984],[113.615363,27.402692],[113.621683,27.403988],[113.625882,27.406702],[113.626767,27.409468],[113.620437,27.411141],[113.620835,27.41855],[113.617597,27.421606],[113.603619,27.420094],[113.595229,27.422195],[113.59119,27.431533],[113.597779,27.437624],[113.597969,27.440099],[113.591878,27.448474],[113.593972,27.453233],[113.594162,27.459325],[113.589041,27.466315],[113.590593,27.470654],[113.608741,27.480978],[113.61565,27.495318],[113.621383,27.501013],[113.62005,27.511863],[113.623667,27.514909],[113.624238,27.518145],[113.621002,27.52595],[113.617195,27.528995],[113.615095,27.528638],[113.609732,27.519512],[113.605456,27.516407],[113.591069,27.519325],[113.580536,27.526974],[113.575871,27.535168],[113.574936,27.539846],[113.575507,27.547841],[113.578743,27.555265],[113.593972,27.569922],[113.597208,27.577727],[113.599873,27.592194],[113.599492,27.608374],[113.60139,27.617866],[113.603868,27.622292],[113.603941,27.626688],[113.600046,27.629154],[113.601862,27.63891],[113.609137,27.642413],[113.611481,27.640783],[113.614351,27.642115],[113.647841,27.664624],[113.652717,27.670559],[113.65828,27.689278],[113.665723,27.696647],[113.670161,27.70531],[113.686972,27.718873],[113.695247,27.722921],[113.696477,27.730676],[113.692141,27.740985],[113.692882,27.742428],[113.705406,27.754352],[113.718084,27.760089],[113.72326,27.771729],[113.73766,27.782498],[113.741547,27.783658],[113.759453,27.805599],[113.761078,27.822481],[113.757441,27.833814],[113.750168,27.839147],[113.754573,27.844212],[113.752982,27.86031],[113.744458,27.863537],[113.743268,27.86663],[113.744933,27.867939],[113.745171,27.871032],[113.741364,27.879479],[113.739104,27.879479],[113.738271,27.87246],[113.734464,27.870794],[113.731014,27.871032],[113.72447,27.874958],[113.722567,27.879955],[113.72367,27.892701],[113.729805,27.907919],[113.739699,27.920406],[113.742095,27.929879],[113.748021,27.938981],[113.766468,27.95705],[113.784789,27.956812],[113.788013,27.960928],[113.786544,27.966246],[113.791644,27.973434],[113.798187,27.978868],[113.81052,27.983353],[113.81875,27.983963],[113.819009,27.978293],[113.821954,27.97537],[113.843715,27.973591],[113.846905,27.982317],[113.845235,27.991302],[113.852126,28],[113.856945,28.009679],[113.859775,28.011234],[113.868455,28.003536],[113.869325,27.998461],[113.872243,27.99572],[113.898407,27.991412],[113.908258,27.993734],[113.91092,27.995891],[113.910623,28.001015],[113.913033,28.00527],[113.924904,28.008616],[113.924002,28.01046],[113.926133,28.024538],[113.93075,28.021763],[113.931105,28.018709],[113.936416,28.0142],[113.9403,28.017492],[113.957586,28.018759],[113.960578,28.023729],[113.950949,28.032348],[113.95354,28.039475],[113.96136,28.043248],[113.971461,28.044794],[113.979428,28.042256],[113.996142,28.044041],[113.998825,28.040764],[114.001764,28.042051],[114.005963,28.04118],[114.02122,28.034663],[114.022737,28.037971],[114.02211,28.045056],[114.027077,28.048265],[114.029385,28.053607],[114.040222,28.056101],[114.039674,28.059113],[114.04163,28.06066],[114.037357,28.071085],[114.03197,28.07586],[114.03268,28.078585],[114.030845,28.08139],[114.026091,28.081764],[114.022604,28.084915],[114.018339,28.0841],[114.013445,28.088624],[114.016892,28.087986],[114.017922,28.089225],[114.022148,28.087233],[114.023136,28.091146],[114.021583,28.095656],[114.017468,28.098491],[114.015839,28.103377],[114.013201,28.102521],[114.012198,28.104145],[114.011736,28.110895],[114.009639,28.115746],[114.011597,28.124296],[114.007629,28.12735],[114.000455,28.127966],[114.000093,28.134669],[114.001952,28.135649],[114.002815,28.141256],[114.000193,28.145945],[114.000593,28.148598],[113.995066,28.15068],[113.992285,28.154038],[113.987027,28.162073],[113.987428,28.166073],[113.992145,28.17108],[113.993848,28.167367],[113.998584,28.167888],[114.002947,28.172808],[114.011525,28.177568],[114.018447,28.176116],[114.025562,28.177317],[114.031882,28.176342],[114.036658,28.176826],[114.043112,28.180689],[114.04772,28.17393],[114.063797,28.174782],[114.07824,28.183017],[114.085479,28.183226],[114.091586,28.185413],[114.095695,28.183868],[114.098833,28.184958],[114.10159,28.189515],[114.10022,28.194398],[114.102656,28.199757],[114.10081,28.204065],[114.102327,28.20795],[114.10724,28.210787],[114.110648,28.21603],[114.115163,28.217894],[114.121271,28.224366],[114.124484,28.232299],[114.137286,28.240154],[114.139258,28.244387],[114.13824,28.247816],[114.139633,28.250814],[114.145404,28.252701],[114.148565,28.252006],[114.16387,28.257613],[114.175822,28.253456],[114.178795,28.259056],[114.176225,28.264134],[114.178816,28.270891],[114.182243,28.270125],[114.189719,28.271781],[114.193271,28.27493],[114.192816,28.283357],[114.189118,28.287997],[114.1916,28.294686],[114.194139,28.295569],[114.206736,28.29052],[114.209381,28.297075],[114.223316,28.304727],[114.223068,28.308327],[114.227818,28.314588],[114.235432,28.315205],[114.237719,28.319081],[114.245405,28.320293],[114.249719,28.324739],[114.249569,28.330228],[114.244891,28.337774],[114.239753,28.337833],[114.242697,28.343255],[114.238823,28.344817],[114.234983,28.343729],[114.235869,28.348731],[114.242696,28.345352],[114.247417,28.35119],[114.256514,28.355096],[114.252917,28.361585],[114.247676,28.364279],[114.245208,28.367516],[114.246195,28.372483],[114.251659,28.374537],[114.254299,28.380269],[114.251758,28.384265],[114.251536,28.390566],[114.248639,28.398043],[114.246087,28.399648],[114.239757,28.398778],[114.228013,28.40198],[114.22397,28.399971],[114.216172,28.405327],[114.210422,28.404082],[114.200876,28.423403],[114.187662,28.434387],[114.180447,28.436394],[114.177075,28.43964],[114.1829,28.442135],[114.187345,28.452033],[114.194141,28.456493],[114.198746,28.462494],[114.204575,28.464356],[114.213295,28.471286],[114.21492,28.475705],[114.212845,28.487709],[114.203992,28.491365],[114.20205,28.494782],[114.194801,28.497497],[114.191535,28.501616],[114.185967,28.502786],[114.181366,28.500318],[114.169582,28.498877],[114.158423,28.505483],[114.153596,28.510227],[114.150449,28.510241],[114.145475,28.515171],[114.14444,28.518214],[114.135084,28.524423],[114.134005,28.531683],[114.130575,28.539063],[114.12235,28.539538],[114.118537,28.536581],[114.114173,28.542435],[114.095286,28.542349],[114.0803,28.560088],[114.091222,28.567167],[114.090954,28.574641],[114.097443,28.581294],[114.097324,28.584516],[114.10049,28.587384],[114.114362,28.589382],[114.128242,28.611932],[114.12517,28.618797],[114.119545,28.620614],[114.116345,28.623658],[114.117928,28.628651],[114.122792,28.63436],[114.128465,28.645239],[114.124228,28.650901],[114.124581,28.654776],[114.127637,28.65687],[114.127382,28.662193],[114.124373,28.666726],[114.127363,28.673593],[114.123358,28.678846],[114.118558,28.681868],[114.116727,28.687711],[114.122878,28.703411],[114.130225,28.70649],[114.133635,28.704109],[114.135672,28.70487],[114.137382,28.718178],[114.143215,28.723601],[114.144603,28.728642],[114.142014,28.737801],[114.146984,28.747825],[114.151997,28.766633],[114.149478,28.770456],[114.149286,28.774798],[114.142044,28.776915],[114.133849,28.781375],[114.132647,28.783607],[114.136028,28.79378],[114.144112,28.79942],[114.147481,28.807909],[114.149407,28.820961],[114.147332,28.823697],[114.148518,28.835243],[114.145199,28.839481],[114.136033,28.830533],[114.130225,28.82932],[114.123944,28.834934],[114.12247,28.839176],[114.123625,28.844821],[114.118516,28.847042],[114.107594,28.841432],[114.104124,28.841824],[114.096789,28.839119],[114.090235,28.834679],[114.077245,28.838397],[114.072872,28.835256],[114.065395,28.844414],[114.064758,28.849593],[114.058169,28.847935],[114.055587,28.849693],[114.053945,28.854283],[114.057704,28.859076],[114.057422,28.86472],[114.051786,28.87048],[114.051715,28.873674],[114.056371,28.884291],[114.061954,28.886064],[114.062834,28.894455],[114.055635,28.90227],[114.052782,28.902806],[114.047085,28.908806],[114.04312,28.910107],[114.036546,28.90766],[114.023618,28.891393],[114.020251,28.89876],[114.019985,28.907488],[114.011818,28.919644],[113.99968,28.920681],[113.997209,28.923124],[113.999823,28.929846],[113.999238,28.936491],[114.002748,28.940473],[114.004645,28.947616],[114.003525,28.95824],[113.999691,28.958778],[113.997597,28.955824],[113.993421,28.954069],[113.988313,28.956186],[113.983708,28.953948],[113.968609,28.93952],[113.965558,28.947332],[113.961587,28.945124],[113.958866,28.945565],[113.958646,28.952286],[113.954963,28.957104],[113.95675,28.961906],[113.954523,28.966347],[113.954261,28.972148],[113.949632,28.980907],[113.955836,29.001224],[113.954075,29.004023],[113.950242,29.004154],[113.949135,29.009319],[113.951369,29.013145],[113.948906,29.01543],[113.942581,29.016689],[113.94046,29.024289],[113.943633,29.035843],[113.942187,29.045803],[113.939486,29.0476],[113.939096,29.057079],[113.94041,29.062768],[113.948264,29.07198],[113.944164,29.077248],[113.947617,29.081255],[113.948053,29.10044],[113.950714,29.10391],[113.96235,29.100376],[113.96543,29.101548],[113.96746,29.105214],[113.971482,29.107681],[113.973492,29.112917],[113.978611,29.118634],[113.980047,29.128611],[113.994029,29.131895],[113.999223,29.136283],[114.002083,29.141978],[114.010726,29.144104],[114.019549,29.149129],[114.020489,29.152043],[114.031479,29.16318],[114.035455,29.164377],[114.034594,29.173278],[114.040488,29.176498],[114.044948,29.176988],[114.055678,29.186425],[114.06133,29.197533],[114.068717,29.202998],[114.066962,29.208384],[114.071866,29.210014],[114.074305,29.209253],[114.085816,29.214921],[114.08991,29.213504],[114.106555,29.215885],[114.117924,29.213228],[114.123845,29.218332],[114.137079,29.212863],[114.143084,29.215904],[114.149377,29.21592],[114.160213,29.220014],[114.166493,29.219014],[114.172593,29.215251],[114.187917,29.226738],[114.199126,29.226385],[114.204595,29.230362],[114.212132,29.232222],[114.210168,29.235386],[114.210913,29.236636],[114.215597,29.235959],[114.226122,29.239792],[114.228297,29.236145],[114.235793,29.231843],[114.249534,29.238656],[114.249928,29.249302],[114.243412,29.261553],[114.241563,29.26953],[114.242286,29.270724],[114.24784,29.270209],[114.250607,29.272988],[114.251107,29.276157],[114.248361,29.279702],[114.248704,29.282832],[114.255999,29.293903],[114.253647,29.300342],[114.250608,29.301237],[114.245806,29.30687],[114.255302,29.32539],[114.254242,29.338582],[114.251603,29.34447],[114.251901,29.345968],[114.268897,29.356904],[114.274935,29.353385],[114.281773,29.359481],[114.290569,29.360775],[114.294625,29.364323],[114.304201,29.368229],[114.319145,29.360097],[114.330077,29.335192],[114.335919,29.329644],[114.343831,29.326519],[114.344708,29.323597],[114.347593,29.323503],[114.356564,29.327688],[114.361657,29.324588],[114.369274,29.323766],[114.383914,29.336316],[114.389565,29.336809],[114.39459,29.340634],[114.398006,29.338528],[114.40705,29.339943],[114.409779,29.33674],[114.415353,29.336943],[114.43424,29.344525],[114.436019,29.349362],[114.43895,29.351747],[114.444955,29.345971],[114.439174,29.343952],[114.437643,29.341834],[114.444984,29.338229],[114.451103,29.338628],[114.449568,29.333373],[114.4504,29.329876],[114.457632,29.323845],[114.475047,29.331889],[114.479985,29.328984],[114.485965,29.328321],[114.493144,29.332126],[114.497522,29.325575],[114.499439,29.325108],[114.508914,29.32585],[114.529296,29.334199],[114.537706,29.333864],[114.545945,29.339153],[114.55228,29.347559],[114.555057,29.345847],[114.56085,29.345834],[114.59501,29.360358],[114.600741,29.365109],[114.607881,29.376741],[114.615486,29.383082],[114.619346,29.384593],[114.627066,29.381433],[114.639215,29.383301],[114.654422,29.393662],[114.658383,29.391858],[114.66544,29.396289],[114.668098,29.396003],[114.678127,29.38913],[114.698332,29.392871],[114.702041,29.395787],[114.707425,29.397272],[114.730103,29.396066],[114.738686,29.387185],[114.735302,29.372167],[114.736709,29.367092],[114.753105,29.365087],[114.755119,29.365369],[114.75825,29.369884],[114.760375,29.377008],[114.76977,29.378169],[114.771941,29.38204],[114.778728,29.386573],[114.787284,29.386194],[114.789531,29.384313],[114.797034,29.383126],[114.801356,29.380058],[114.823237,29.395154],[114.842178,29.399221],[114.843075,29.401875],[114.848395,29.404682],[114.869046,29.408212],[114.873088,29.403185],[114.871112,29.395391],[114.874935,29.393554],[114.880556,29.397682],[114.889934,29.39995],[114.898744,29.410554],[114.897855,29.412707],[114.899655,29.41692],[114.905628,29.424646],[114.912108,29.423112],[114.918258,29.418811],[114.921829,29.419301],[114.926385,29.425948],[114.92746,29.436545],[114.923507,29.441642],[114.922257,29.449123],[114.929277,29.448425],[114.936796,29.453659],[114.937938,29.455468],[114.937176,29.46213],[114.942506,29.463653],[114.94441,29.466318],[114.940032,29.471553],[114.932511,29.469968],[114.933047,29.47486],[114.929718,29.478848],[114.933715,29.482255],[114.934778,29.486589],[114.93364,29.488302],[114.931524,29.490427],[114.922007,29.490744],[114.912292,29.484963],[114.910691,29.479686],[114.90562,29.477705],[114.901396,29.471621],[114.901602,29.47036],[114.917342,29.466284],[114.918282,29.462502],[114.91325,29.458953],[114.908524,29.451951],[114.902747,29.450189],[114.898163,29.450958],[114.887246,29.441261],[114.880161,29.43862],[114.878106,29.442807],[114.877489,29.455314],[114.874542,29.458369],[114.870961,29.470832],[114.869946,29.472034],[114.867465,29.471305],[114.863286,29.467895],[114.858254,29.469604],[114.854716,29.477706],[114.863909,29.482859],[114.867407,29.482667],[114.870574,29.491769],[114.873613,29.49558],[114.878789,29.495345],[114.877506,29.501249],[114.87911,29.503298],[114.885073,29.504236],[114.889794,29.517545],[114.890674,29.530459],[114.89361,29.533287],[114.897584,29.532089],[114.9034,29.522964],[114.898951,29.519583],[114.895201,29.508775],[114.912106,29.511999],[114.914002,29.513565],[114.916093,29.523013],[114.919678,29.524675],[114.921885,29.520089],[114.91808,29.505312],[114.921108,29.501281],[114.927658,29.50255],[114.930824,29.498053],[114.935805,29.497114],[114.946122,29.499848],[114.957168,29.505654],[114.958393,29.507633],[114.957749,29.512743],[114.965518,29.516782],[114.967852,29.522424],[114.958656,29.528329],[114.949142,29.527237],[114.942441,29.529512],[114.941076,29.533704],[114.94279,29.54579],[114.947678,29.546512],[114.952575,29.556607],[114.958844,29.555153],[114.968141,29.555599],[114.973132,29.565354],[114.975498,29.566864],[114.980623,29.564383],[114.989975,29.56597],[114.99424,29.574922],[114.996728,29.574059],[114.99969,29.569251],[115.007395,29.567402],[115.010037,29.561142],[115.013554,29.557521],[115.018258,29.557706],[115.028762,29.54884],[115.042096,29.554509],[115.051481,29.553375],[115.065197,29.56018],[115.076081,29.558278],[115.081773,29.562741],[115.091123,29.556268],[115.094205,29.552212],[115.090856,29.545722],[115.092403,29.540265],[115.087327,29.539761],[115.085006,29.532738],[115.079931,29.52938],[115.080983,29.524118],[115.083723,29.52197],[115.094223,29.522941],[115.121551,29.51105],[115.124218,29.511095],[115.128701,29.514505],[115.141667,29.50985],[115.153331,29.508939],[115.155472,29.510857],[115.149948,29.521683],[115.150821,29.524935],[115.149158,29.529056],[115.140892,29.535052],[115.146054,29.537424],[115.148552,29.543912],[115.14605,29.549265],[115.150952,29.554343],[115.147369,29.558902],[115.152265,29.566869],[115.151642,29.571479],[115.148618,29.574741],[115.148097,29.578049],[115.15225,29.587178],[115.172002,29.592431],[115.172814,29.594746],[115.169864,29.60074],[115.152625,29.604947],[115.149802,29.601062],[115.137347,29.598458],[115.129188,29.592327],[115.118056,29.597034],[115.111388,29.597637],[115.111597,29.599743],[115.123771,29.602538],[115.123169,29.608275],[115.124529,29.612173],[115.130703,29.618254],[115.130772,29.619879],[115.126818,29.62141],[115.128203,29.628135],[115.126994,29.634872],[115.130339,29.638941],[115.137014,29.638701],[115.141211,29.640318],[115.138893,29.642169],[115.135526,29.65421],[115.12352,29.651312],[115.103021,29.661665],[115.10151,29.666609],[115.105184,29.670413],[115.104998,29.676972],[115.108412,29.683398],[115.111843,29.685149],[115.11816,29.682368],[115.12407,29.684029],[115.129479,29.682798],[115.131173,29.681234],[115.129743,29.678181],[115.131762,29.674792],[115.144657,29.660924],[115.158874,29.65807],[115.167593,29.659091],[115.22605,29.653724],[115.230432,29.656266],[115.241167,29.657175],[115.246044,29.660241],[115.24926,29.660637],[115.253227,29.658746],[115.259457,29.65995],[115.269595,29.652097],[115.268195,29.649882],[115.252796,29.643829],[115.251992,29.639018],[115.256481,29.638337],[115.265684,29.624983],[115.272303,29.625849],[115.280829,29.621047],[115.284793,29.626311],[115.299258,29.63665],[115.29994,29.63965],[115.309752,29.637493],[115.315315,29.638897],[115.322328,29.649112],[115.329105,29.64943],[115.332854,29.652969],[115.339247,29.650186],[115.34237,29.653816],[115.354756,29.648917],[115.358351,29.653459],[115.3578,29.655626],[115.370139,29.66672],[115.385621,29.677031],[115.390251,29.676168],[115.394791,29.682904],[115.404408,29.679875],[115.409068,29.680985],[115.413605,29.68896],[115.412472,29.691606],[115.413091,29.699749],[115.419907,29.705083],[115.418731,29.710853],[115.423162,29.713855],[115.425777,29.712111],[115.431544,29.715288],[115.440296,29.727442],[115.444889,29.72471],[115.44824,29.724624],[115.451232,29.734695],[115.45902,29.734068],[115.464589,29.739164],[115.469503,29.746443],[115.471305,29.756145],[115.468573,29.7608],[115.464747,29.761887],[115.460057,29.755856],[115.458504,29.770654],[115.460194,29.773927],[115.46786,29.776495],[115.470412,29.782137],[115.46676,29.785437],[115.466451,29.790098],[115.471404,29.792529],[115.470004,29.7963],[115.470455,29.802705],[115.463834,29.808722],[115.472638,29.812298],[115.479907,29.819896],[115.500393,29.824668],[115.506008,29.84231],[115.51262,29.840577],[115.547186,29.838342],[115.613332,29.840829],[115.642171,29.846826],[115.652878,29.85168],[115.661444,29.853108],[115.674908,29.850831],[115.699535,29.840038],[115.744126,29.808087],[115.751212,29.800099],[115.763815,29.790883],[115.805504,29.772014],[115.839652,29.748003],[115.9131,29.723714],[115.92739,29.720844],[115.944383,29.722293],[115.956845,29.725741],[115.994278,29.742099],[116.035741,29.756099],[116.051365,29.766679],[116.065923,29.784912],[116.077897,29.795867],[116.117845,29.821091],[116.141028,29.829344],[116.164323,29.832141],[116.197968,29.831907],[116.209897,29.830013],[116.220347,29.823993],[116.22715,29.816858],[116.233413,29.809011],[116.241012,29.794464],[116.249542,29.787175],[116.258002,29.783737],[116.275303,29.792613],[116.2988,29.807917],[116.316507,29.820746],[116.330198,29.833371],[116.334543,29.835754],[116.347855,29.837807],[116.375506,29.851915],[116.378278,29.854736],[116.425652,29.876032],[116.455179,29.895305],[116.467035,29.900934],[116.475816,29.903573],[116.485803,29.904191],[116.516534,29.901274],[116.534705,29.903238],[116.541554,29.907634],[116.552996,29.924373],[116.553393,29.936774],[116.564542,29.955983],[116.561434,29.99129],[116.565023,30.013764],[116.571612,30.032886],[116.588814,30.059971],[116.60198,30.071041],[116.612052,30.075302],[116.635875,30.078951],[116.658239,30.079402],[116.668867,30.077526],[116.684162,30.0716]]]}},{type:"Feature",properties:{name:"山东省",province_adcode:37e4,province_type:"省",name_en:"Shandong",name_var:"Shān Dōng",adcode:37e4},geometry:{type:"MultiPolygon",coordinates:[[[[119.924137,35.623837],[119.921735,35.623738],[119.919917,35.627227],[119.923836,35.633015],[119.92938,35.636466],[119.930505,35.634636],[119.924137,35.623837]]],[[[120.166058,35.742512],[120.157854,35.744192],[120.153515,35.747783],[120.153228,35.761092],[120.167039,35.776824],[120.169267,35.785074],[120.17606,35.787757],[120.173277,35.7777],[120.177016,35.76577],[120.186561,35.756534],[120.183161,35.75077],[120.166058,35.742512]]],[[[120.309485,35.939073],[120.307545,35.942381],[120.308471,35.947059],[120.314067,35.942491],[120.309485,35.939073]]],[[[120.49524,35.959305],[120.490399,35.959582],[120.4899,35.961707],[120.492211,35.962899],[120.495248,35.961855],[120.49524,35.959305]]],[[[120.585236,36.093514],[120.589071,36.092258],[120.589082,36.09042],[120.583996,36.089372],[120.58311,36.090759],[120.575506,36.092209],[120.580351,36.093488],[120.581072,36.097467],[120.582809,36.098295],[120.585386,36.097671],[120.583107,36.095219],[120.585236,36.093514]]],[[[120.772369,36.223384],[120.76766,36.225125],[120.764435,36.229417],[120.767998,36.237871],[120.769589,36.231576],[120.772533,36.227396],[120.772369,36.223384]]],[[[120.92196,36.410132],[120.919143,36.410444],[120.922614,36.413207],[120.921525,36.416845],[120.930243,36.418908],[120.92924,36.415557],[120.92196,36.410132]]],[[[120.977896,36.421318],[120.976195,36.419848],[120.969999,36.419699],[120.967597,36.416494],[120.962285,36.41881],[120.954578,36.415994],[120.948316,36.415886],[120.944856,36.417719],[120.95194,36.424384],[120.956216,36.42184],[120.965973,36.420665],[120.969817,36.422028],[120.971048,36.425284],[120.977896,36.421318]]],[[[121.183114,36.652108],[121.179742,36.652518],[121.178283,36.655187],[121.179579,36.6605],[121.183089,36.663187],[121.185171,36.662224],[121.186494,36.655837],[121.183114,36.652108]]],[[[121.191671,36.655699],[121.18929,36.656122],[121.18716,36.661812],[121.186956,36.669101],[121.189041,36.671484],[121.191307,36.669911],[121.194121,36.662327],[121.194068,36.658176],[121.191671,36.655699]]],[[[121.61703,36.714567],[121.614056,36.715019],[121.618717,36.727886],[121.622728,36.73077],[121.625748,36.724011],[121.61703,36.714567]]],[[[122.263833,36.747097],[122.256242,36.748194],[122.257156,36.750727],[122.250408,36.754194],[122.249699,36.755923],[122.262759,36.753158],[122.263833,36.747097]]],[[[119.815523,37.309364],[119.812984,37.310296],[119.812628,37.313364],[119.81747,37.315866],[119.819221,37.31305],[119.815523,37.309364]]],[[[121.642101,37.474781],[121.640341,37.471016],[121.622821,37.463275],[121.60473,37.452306],[121.579871,37.444388],[121.573864,37.445919],[121.575636,37.44964],[121.586879,37.459964],[121.593526,37.463168],[121.599113,37.463729],[121.611909,37.473292],[121.619785,37.474914],[121.630568,37.484605],[121.63938,37.487039],[121.649559,37.48337],[121.642101,37.474781]]],[[[122.181619,37.51185],[122.183205,37.50941],[122.194058,37.509863],[122.193341,37.505083],[122.197775,37.500735],[122.203929,37.50056],[122.210673,37.496243],[122.182465,37.497775],[122.169819,37.500776],[122.169927,37.503299],[122.175257,37.508184],[122.176001,37.512442],[122.178306,37.514764],[122.181619,37.51185]]],[[[121.52172,37.561688],[121.520968,37.558507],[121.512615,37.556916],[121.506235,37.552835],[121.503507,37.552342],[121.502004,37.555602],[121.509269,37.559009],[121.509764,37.560276],[121.506017,37.563698],[121.514627,37.564383],[121.52172,37.561688]]],[[[119.220688,37.781185],[119.216273,37.781786],[119.215474,37.783285],[119.21987,37.785358],[119.225855,37.784461],[119.225825,37.783216],[119.220688,37.781185]]],[[[120.456112,37.783933],[120.45236,37.777418],[120.449284,37.775234],[120.449812,37.771448],[120.447415,37.77099],[120.43988,37.771345],[120.433003,37.783026],[120.436737,37.784256],[120.440446,37.782917],[120.450229,37.786555],[120.456112,37.783933]]],[[[119.243864,37.810025],[119.242389,37.811277],[119.243177,37.81522],[119.246807,37.817465],[119.24961,37.81872],[119.253861,37.815717],[119.252845,37.813135],[119.243864,37.810025]]],[[[120.686835,37.946043],[120.68291,37.931581],[120.677199,37.928397],[120.670637,37.928402],[120.669095,37.929713],[120.669853,37.932341],[120.674908,37.935062],[120.676122,37.938383],[120.672163,37.943278],[120.666842,37.942685],[120.667991,37.946644],[120.675223,37.943463],[120.682205,37.946537],[120.68223,37.95106],[120.684685,37.951856],[120.686835,37.946043]]],[[[120.650355,37.965019],[120.644938,37.962209],[120.639128,37.965623],[120.639637,37.967489],[120.64355,37.969297],[120.644624,37.977353],[120.647965,37.979293],[120.653715,37.974535],[120.650355,37.965019]]],[[[120.619061,37.979612],[120.622114,37.98162],[120.625831,37.979308],[120.626258,37.976299],[120.622514,37.963946],[120.625811,37.961563],[120.626077,37.951543],[120.619973,37.945763],[120.602742,37.955852],[120.595058,37.967864],[120.598002,37.97668],[120.60468,37.98059],[120.612595,37.983201],[120.619061,37.979612]]],[[[120.729904,37.965114],[120.724127,37.959868],[120.726868,37.952147],[120.739362,37.952037],[120.759842,37.921688],[120.754841,37.91625],[120.75352,37.911587],[120.759192,37.894796],[120.753928,37.893966],[120.746284,37.896745],[120.735281,37.909694],[120.725212,37.909185],[120.717088,37.912721],[120.716841,37.915544],[120.724094,37.917054],[120.727371,37.919216],[120.727895,37.921388],[120.72038,37.938792],[120.722287,37.943629],[120.728231,37.948877],[120.724068,37.955876],[120.723369,37.961556],[120.715788,37.965011],[120.706876,37.96509],[120.692828,37.972265],[120.689247,37.980851],[120.680934,37.989722],[120.692597,37.994167],[120.697001,37.993589],[120.703772,37.989503],[120.715141,37.98841],[120.719479,37.986548],[120.724174,37.979694],[120.725542,37.97338],[120.731003,37.969333],[120.729904,37.965114]]],[[[120.938748,38.020021],[120.928538,38.026768],[120.927828,38.035799],[120.944059,38.029203],[120.944763,38.02236],[120.938748,38.020021]]],[[[120.636447,38.133889],[120.633464,38.136549],[120.639543,38.143968],[120.642472,38.137667],[120.636447,38.133889]]],[[[120.752335,38.169821],[120.759019,38.171116],[120.769922,38.170135],[120.779697,38.161157],[120.778987,38.158465],[120.766244,38.157603],[120.754149,38.160036],[120.742658,38.157345],[120.736524,38.159821],[120.73568,38.172904],[120.740871,38.199504],[120.744405,38.19741],[120.752685,38.178597],[120.748352,38.176751],[120.75,38.171756],[120.752335,38.169821]]],[[[117.870589,38.261649],[117.873418,38.250743],[117.878721,38.247292],[117.885953,38.246219],[117.886467,38.251257],[117.891792,38.252047],[117.925661,38.239894],[117.946203,38.228288],[117.954121,38.221254],[117.952277,38.213918],[117.968767,38.203791],[117.965372,38.193844],[117.980627,38.190495],[117.990253,38.195272],[117.992163,38.200126],[118.004488,38.199454],[118.038837,38.184815],[118.037459,38.180507],[118.049378,38.178202],[118.055978,38.169805],[118.075268,38.161662],[118.088939,38.183068],[118.109431,38.189076],[118.117293,38.189487],[118.164891,38.177022],[118.154728,38.139598],[118.157836,38.138929],[118.158493,38.135831],[118.166332,38.136136],[118.168861,38.140327],[118.199217,38.134192],[118.212592,38.133523],[118.221829,38.134904],[118.228311,38.13275],[118.233789,38.125513],[118.237797,38.127004],[118.25322,38.126562],[118.252481,38.119747],[118.26874,38.121068],[118.269777,38.124723],[118.285981,38.121727],[118.291937,38.122276],[118.29427,38.120511],[118.297178,38.111143],[118.30443,38.113344],[118.301607,38.120775],[118.313521,38.120455],[118.323935,38.114973],[118.322162,38.112559],[118.315215,38.112878],[118.309866,38.11058],[118.313248,38.106182],[118.330338,38.106712],[118.335147,38.110258],[118.337769,38.106978],[118.342494,38.086862],[118.342115,38.080309],[118.345614,38.08113],[118.347598,38.088324],[118.343855,38.09402],[118.343527,38.10584],[118.415948,38.105954],[118.416102,38.103245],[118.408746,38.090405],[118.401923,38.086029],[118.400119,38.081461],[118.401537,38.074859],[118.406817,38.073447],[118.408063,38.083518],[118.413144,38.082554],[118.421784,38.101781],[118.436737,38.101745],[118.446598,38.099246],[118.487797,38.096153],[118.505068,38.085991],[118.506829,38.05097],[118.505097,38.051461],[118.505104,38.049975],[118.506858,38.048089],[118.505051,38.043803],[118.505023,38.03304],[118.507572,38.033773],[118.50757,38.04431],[118.509892,38.048169],[118.507344,38.048179],[118.507336,38.072423],[118.521289,38.07248],[118.522546,38.056775],[118.538231,38.056833],[118.53431,38.049846],[118.52753,38.048199],[118.527417,38.036563],[118.51033,38.030637],[118.505062,38.026745],[118.505046,38.020166],[118.506868,38.019104],[118.51233,38.019483],[118.539439,38.046224],[118.549042,38.048417],[118.544479,38.051934],[118.545687,38.05434],[118.554105,38.056698],[118.55661,38.052718],[118.556898,38.048256],[118.563261,38.04275],[118.579623,38.044058],[118.591475,38.042688],[118.570107,38.058595],[118.582449,38.058366],[118.586258,38.053261],[118.597069,38.051534],[118.598758,38.046584],[118.603231,38.044728],[118.60899,38.046061],[118.61106,38.044871],[118.602993,38.03966],[118.604898,38.037356],[118.614767,38.045721],[118.609019,38.047942],[118.600425,38.047718],[118.597461,38.053862],[118.588787,38.05585],[118.577224,38.065763],[118.598763,38.079295],[118.614975,38.086846],[118.619722,38.080472],[118.629789,38.079505],[118.647292,38.086091],[118.643991,38.103057],[118.635615,38.101772],[118.63295,38.111195],[118.650773,38.115525],[118.667857,38.116596],[118.668466,38.101713],[118.695408,38.105952],[118.693351,38.101195],[118.69151,38.100995],[118.692994,38.095841],[118.699048,38.09597],[118.704744,38.093914],[118.703859,38.08866],[118.71431,38.077453],[118.730071,38.074369],[118.739154,38.076068],[118.75621,38.076068],[118.777445,38.072263],[118.7882,38.072103],[118.800497,38.080094],[118.807604,38.090388],[118.80223,38.14646],[118.819458,38.14745],[118.846786,38.144181],[118.846102,38.121126],[118.852378,38.120383],[118.872651,38.123467],[118.877253,38.120883],[118.886819,38.133249],[118.94847,38.098643],[118.954391,38.089484],[118.929212,38.079555],[118.931238,38.07625],[118.942894,38.079515],[118.959286,38.081104],[118.961728,38.077956],[118.963654,38.059098],[118.981425,38.028387],[118.979575,38.025721],[118.969147,38.023795],[118.968637,38.007379],[118.99168,37.97728],[119.002396,37.950511],[119.030582,37.949879],[119.031604,37.947987],[119.060104,37.933444],[119.060405,37.928856],[119.07579,37.922658],[119.088693,37.912432],[119.096533,37.852232],[119.093562,37.84611],[119.083767,37.837989],[119.071751,37.836587],[119.069371,37.826395],[119.069546,37.81647],[119.078354,37.814671],[119.088645,37.815478],[119.092323,37.813612],[119.098513,37.805441],[119.086355,37.790194],[119.080639,37.789682],[119.076878,37.777659],[119.086918,37.777328],[119.090867,37.785843],[119.121084,37.777716],[119.122738,37.783431],[119.130957,37.785574],[119.153573,37.787539],[119.15538,37.78701],[119.15785,37.78202],[119.156044,37.775985],[119.161969,37.767803],[119.164661,37.767302],[119.171827,37.771176],[119.178224,37.78206],[119.195596,37.799051],[119.206872,37.798442],[119.215025,37.781878],[119.225104,37.777856],[119.241067,37.785703],[119.244412,37.789533],[119.242185,37.792921],[119.243914,37.793935],[119.259248,37.7962],[119.266121,37.793315],[119.27157,37.79421],[119.275467,37.797784],[119.274116,37.803705],[119.276911,37.804962],[119.288852,37.79984],[119.294509,37.794709],[119.294516,37.79165],[119.290458,37.78941],[119.293747,37.783607],[119.300726,37.782532],[119.301829,37.778395],[119.296046,37.773977],[119.279924,37.769221],[119.273569,37.769999],[119.271527,37.77213],[119.262221,37.767581],[119.25407,37.758264],[119.245595,37.754059],[119.238944,37.752784],[119.22984,37.75372],[119.204837,37.761445],[119.192608,37.762437],[119.188468,37.760606],[119.178484,37.748667],[119.191967,37.741459],[119.226509,37.71485],[119.245196,37.705486],[119.257753,37.691933],[119.272514,37.680008],[119.274558,37.675446],[119.273699,37.673387],[119.268495,37.673868],[119.225731,37.709585],[119.195572,37.728437],[119.192897,37.725987],[119.215715,37.709543],[119.242241,37.683712],[119.260771,37.657175],[119.260259,37.655415],[119.256815,37.655317],[119.244622,37.6628],[119.238141,37.682772],[119.197637,37.708316],[119.179074,37.718195],[119.17355,37.719075],[119.157647,37.71523],[119.12681,37.715202],[119.122286,37.720638],[119.116405,37.721513],[119.106184,37.709763],[119.101425,37.70839],[119.089784,37.709503],[119.076802,37.715627],[119.063367,37.725965],[119.057107,37.727783],[119.022046,37.722994],[119.027009,37.719926],[119.028608,37.712043],[119.03615,37.697262],[119.029878,37.692654],[119.035136,37.684172],[119.028477,37.67075],[119.021619,37.671816],[119.017155,37.662991],[119.009875,37.656018],[119.005593,37.657347],[119.003911,37.65638],[118.99992,37.648911],[118.979367,37.634143],[118.966204,37.621271],[118.952312,37.596683],[118.954457,37.593945],[118.95052,37.593129],[118.921872,37.536649],[118.915862,37.531633],[118.908564,37.528321],[118.899676,37.526724],[118.887462,37.527071],[118.88854,37.524849],[118.901145,37.523206],[118.906217,37.520053],[118.91585,37.494205],[118.926848,37.482314],[118.927387,37.47739],[118.923449,37.455566],[118.911576,37.423546],[118.923638,37.392611],[118.91813,37.380728],[118.955959,37.369176],[118.99955,37.380788],[119.005071,37.372983],[118.943072,37.355716],[118.933316,37.354416],[118.933887,37.358756],[118.922891,37.356307],[118.913909,37.356236],[118.907498,37.357976],[118.895329,37.364401],[118.884715,37.372366],[118.880261,37.371893],[118.880567,37.35812],[118.881716,37.356657],[118.88306,37.356827],[118.882801,37.362757],[118.884993,37.364587],[118.894256,37.3601],[118.892523,37.346803],[118.890821,37.34547],[118.874661,37.343999],[118.874392,37.329485],[118.869471,37.329217],[118.874575,37.326971],[118.877822,37.327854],[118.881103,37.332632],[118.889712,37.338845],[118.896046,37.341085],[118.893515,37.342844],[118.898022,37.348883],[118.89875,37.355528],[118.90015,37.356747],[118.918452,37.349646],[118.92236,37.346701],[118.929803,37.345785],[118.931188,37.341268],[118.94242,37.34359],[118.949046,37.326609],[118.94964,37.321324],[118.955143,37.310873],[118.985283,37.316996],[118.987822,37.315696],[118.987271,37.283343],[118.979052,37.278789],[118.965212,37.281704],[118.963438,37.277656],[118.973676,37.275189],[118.985283,37.276507],[118.99343,37.273347],[118.995175,37.267851],[119.029352,37.267818],[119.040166,37.260424],[119.040061,37.250571],[119.050239,37.24439],[119.055467,37.238763],[119.075954,37.22837],[119.100129,37.208142],[119.118273,37.218283],[119.127698,37.206969],[119.135048,37.233731],[119.146124,37.228422],[119.156663,37.235972],[119.163781,37.230015],[119.166605,37.232041],[119.169791,37.229315],[119.179452,37.23646],[119.175659,37.237666],[119.177083,37.240628],[119.187416,37.237506],[119.191415,37.246274],[119.189692,37.249441],[119.192228,37.25025],[119.194572,37.245805],[119.184374,37.22473],[119.181138,37.190392],[119.204207,37.191926],[119.201033,37.215218],[119.206415,37.221967],[119.223949,37.216638],[119.242143,37.202779],[119.255442,37.201542],[119.272162,37.206215],[119.28183,37.203946],[119.286768,37.19314],[119.282608,37.184774],[119.278151,37.162805],[119.28898,37.158497],[119.289268,37.149267],[119.250263,37.089391],[119.260694,37.090137],[119.276534,37.096874],[119.281653,37.093076],[119.286891,37.092395],[119.291242,37.094676],[119.295091,37.100076],[119.303356,37.102537],[119.314227,37.097789],[119.327139,37.068139],[119.329827,37.067448],[119.332473,37.067211],[119.33294,37.073083],[119.336421,37.07521],[119.337501,37.093678],[119.346366,37.098377],[119.360899,37.102144],[119.36437,37.10481],[119.368868,37.113647],[119.376358,37.115035],[119.376673,37.118328],[119.380465,37.119396],[119.429942,37.118214],[119.430627,37.11531],[119.465885,37.114846],[119.462692,37.102256],[119.471862,37.087055],[119.477106,37.087863],[119.477915,37.093792],[119.481216,37.096925],[119.48928,37.096322],[119.491728,37.114424],[119.497916,37.114377],[119.499823,37.123472],[119.55035,37.124371],[119.550035,37.086435],[119.547823,37.069246],[119.544268,37.062195],[119.544184,37.055371],[119.547226,37.052571],[119.560967,37.050025],[119.560959,37.056063],[119.555564,37.066503],[119.557942,37.066266],[119.558604,37.067702],[119.55427,37.068485],[119.553823,37.069954],[119.553481,37.079843],[119.557474,37.079684],[119.555891,37.088227],[119.55465,37.088461],[119.556628,37.095565],[119.573325,37.101847],[119.570038,37.106816],[119.577023,37.118644],[119.586517,37.124604],[119.588231,37.122641],[119.605277,37.129955],[119.594253,37.148002],[119.602534,37.150547],[119.676281,37.154548],[119.672629,37.129136],[119.674153,37.115734],[119.704305,37.118186],[119.703219,37.137396],[119.697665,37.156288],[119.71799,37.157768],[119.722347,37.127861],[119.726232,37.119707],[119.749773,37.122231],[119.748882,37.137535],[119.750594,37.141133],[119.775416,37.157536],[119.776864,37.168358],[119.806925,37.188086],[119.807045,37.18465],[119.812324,37.186523],[119.838818,37.202066],[119.841649,37.207484],[119.827572,37.214359],[119.831327,37.214268],[119.842714,37.208574],[119.861074,37.2248],[119.873713,37.227818],[119.870687,37.234041],[119.881544,37.237967],[119.886546,37.245183],[119.888391,37.256492],[119.87573,37.256415],[119.876862,37.262235],[119.89524,37.259596],[119.897246,37.264858],[119.898425,37.264634],[119.899626,37.276988],[119.887142,37.27921],[119.88444,37.285373],[119.884524,37.289131],[119.887776,37.29648],[119.890493,37.295998],[119.890076,37.293376],[119.901531,37.289844],[119.903061,37.294441],[119.899896,37.294796],[119.900103,37.296727],[119.906303,37.296618],[119.905492,37.299736],[119.898889,37.30644],[119.88621,37.306102],[119.882454,37.316289],[119.880722,37.316811],[119.876096,37.314217],[119.874372,37.315761],[119.871162,37.313915],[119.867936,37.319963],[119.875643,37.323227],[119.8728,37.32632],[119.878914,37.330382],[119.875562,37.333646],[119.866818,37.329326],[119.864979,37.321499],[119.858988,37.322641],[119.854916,37.324401],[119.846273,37.33214],[119.848074,37.337169],[119.834012,37.344447],[119.839868,37.352056],[119.842415,37.364336],[119.838043,37.367257],[119.837827,37.370884],[119.843573,37.373516],[119.863682,37.377349],[119.907316,37.380167],[119.930526,37.385327],[119.940499,37.391122],[119.941203,37.393037],[119.942677,37.398693],[119.937189,37.401182],[119.938817,37.413277],[119.952547,37.413583],[119.951537,37.417361],[119.947083,37.418403],[119.951593,37.420083],[119.971411,37.419999],[119.971694,37.413877],[119.994248,37.417907],[120.011179,37.425762],[120.014051,37.431719],[120.011006,37.43286],[120.011323,37.434508],[120.057391,37.437476],[120.082053,37.443228],[120.088285,37.446959],[120.089382,37.457849],[120.101425,37.459698],[120.131239,37.469173],[120.160712,37.481796],[120.221721,37.528392],[120.229482,37.538717],[120.245682,37.5536],[120.240328,37.560128],[120.208261,37.588977],[120.208365,37.592226],[120.247893,37.621279],[120.309926,37.621062],[120.312891,37.636507],[120.316393,37.641071],[120.323875,37.643977],[120.324166,37.648482],[120.321509,37.65475],[120.309029,37.664495],[120.301654,37.658737],[120.303104,37.645764],[120.288477,37.644943],[120.281408,37.651441],[120.287174,37.655011],[120.286416,37.66225],[120.29679,37.662901],[120.304168,37.667532],[120.305711,37.669715],[120.302687,37.672213],[120.283765,37.671428],[120.284079,37.664452],[120.281484,37.66394],[120.27245,37.667566],[120.272176,37.67164],[120.264198,37.672764],[120.250534,37.67011],[120.246351,37.666952],[120.243067,37.667012],[120.227471,37.673552],[120.220127,37.674706],[120.217614,37.67744],[120.216944,37.681571],[120.22164,37.686763],[120.297488,37.686536],[120.338396,37.689602],[120.362587,37.693875],[120.362241,37.695723],[120.378629,37.701201],[120.407813,37.715976],[120.427923,37.730591],[120.429,37.734795],[120.447534,37.747478],[120.468888,37.749959],[120.480074,37.745813],[120.496318,37.74694],[120.544278,37.751368],[120.575896,37.756563],[120.588673,37.760338],[120.598239,37.765208],[120.617586,37.780975],[120.624165,37.7812],[120.629447,37.776862],[120.639964,37.776537],[120.650825,37.782258],[120.648297,37.785483],[120.657731,37.790104],[120.661487,37.785857],[120.672813,37.791179],[120.717872,37.821478],[120.729756,37.825791],[120.746279,37.828036],[120.754236,37.823315],[120.762415,37.821336],[120.782603,37.823691],[120.790258,37.8187],[120.80175,37.814853],[120.819499,37.81212],[120.832904,37.812277],[120.860901,37.827698],[120.874687,37.829316],[120.884675,37.827542],[120.889927,37.824177],[120.909867,37.821434],[120.917055,37.816183],[120.930354,37.816535],[120.941812,37.811921],[120.94316,37.8064],[120.941774,37.800692],[120.934337,37.800336],[120.927855,37.790183],[120.928037,37.785272],[120.931491,37.778613],[120.936698,37.773812],[120.956557,37.764367],[120.968991,37.756591],[120.984789,37.751007],[120.995989,37.751343],[120.999482,37.749285],[120.99777,37.746274],[120.998076,37.742082],[121.004769,37.736619],[121.006786,37.723361],[121.015565,37.716537],[121.030634,37.709939],[121.05607,37.705194],[121.06046,37.705866],[121.063371,37.7134],[121.072239,37.713431],[121.084831,37.710544],[121.108194,37.710663],[121.115797,37.712371],[121.137719,37.711842],[121.138514,37.708389],[121.148687,37.699244],[121.148475,37.69748],[121.14547,37.695168],[121.141131,37.696022],[121.138921,37.69411],[121.135163,37.679412],[121.12282,37.66731],[121.129993,37.656819],[121.136159,37.654925],[121.144832,37.655853],[121.151029,37.651798],[121.153386,37.645629],[121.149024,37.639687],[121.142815,37.638708],[121.137923,37.631017],[121.140517,37.618171],[121.131858,37.616905],[121.132015,37.612726],[121.145421,37.597295],[121.17466,37.583665],[121.198833,37.577848],[121.23415,37.573021],[121.2508,37.572182],[121.277179,37.575731],[121.302575,37.575974],[121.332736,37.582782],[121.349605,37.588839],[121.364555,37.604092],[121.366597,37.608066],[121.358602,37.619919],[121.342717,37.627443],[121.343261,37.630955],[121.373425,37.620557],[121.379032,37.621598],[121.386665,37.618991],[121.388347,37.616644],[121.38764,37.614761],[121.392251,37.610491],[121.400802,37.606192],[121.408062,37.605624],[121.417912,37.600342],[121.427043,37.598518],[121.432459,37.595077],[121.426972,37.593274],[121.413383,37.59338],[121.406322,37.595862],[121.387083,37.598324],[121.377225,37.596339],[121.372411,37.5933],[121.372052,37.590015],[121.378419,37.583554],[121.378428,37.57722],[121.392012,37.577248],[121.392099,37.571245],[121.374943,37.567965],[121.373108,37.555048],[121.383331,37.551732],[121.382316,37.545787],[121.385014,37.544491],[121.399324,37.544623],[121.412394,37.536547],[121.416802,37.53511],[121.424283,37.535544],[121.431901,37.533159],[121.436631,37.523374],[121.444573,37.520011],[121.44299,37.498215],[121.445193,37.492325],[121.45133,37.484817],[121.47179,37.466635],[121.507792,37.452266],[121.516418,37.455796],[121.524894,37.455687],[121.529668,37.448937],[121.555732,37.441082],[121.568868,37.438574],[121.575239,37.441377],[121.595631,37.445261],[121.601565,37.433538],[121.61056,37.435906],[121.612386,37.439019],[121.610069,37.446362],[121.637449,37.456622],[121.636223,37.446185],[121.650527,37.445171],[121.646409,37.455368],[121.644569,37.466536],[121.647965,37.466278],[121.665237,37.460014],[121.683899,37.457366],[121.746202,37.453348],[121.750808,37.44183],[121.755932,37.437676],[121.76657,37.423907],[121.764286,37.434628],[121.753535,37.44407],[121.753789,37.451754],[121.756579,37.453873],[121.898992,37.466048],[121.936018,37.47118],[121.955358,37.477547],[121.96001,37.473795],[121.955864,37.466173],[121.956632,37.461569],[121.962767,37.44937],[121.957869,37.445657],[121.96132,37.442948],[121.973456,37.443052],[121.973587,37.447513],[121.968664,37.449583],[121.963228,37.456127],[121.96163,37.460501],[121.962388,37.464544],[121.967013,37.466071],[121.966801,37.474078],[121.96436,37.481346],[121.966298,37.483536],[121.994759,37.490754],[121.99576,37.495758],[121.999058,37.500263],[122.010897,37.506877],[122.019939,37.520241],[122.019003,37.522639],[122.015735,37.524261],[122.01027,37.524652],[122.01202,37.528077],[122.026594,37.525198],[122.039555,37.528106],[122.046389,37.531513],[122.047272,37.53325],[122.044708,37.537364],[122.050177,37.540598],[122.056436,37.540477],[122.061971,37.533079],[122.071453,37.535677],[122.074193,37.540104],[122.067723,37.562685],[122.07793,37.556916],[122.079667,37.551364],[122.089838,37.542217],[122.104863,37.542314],[122.122233,37.551832],[122.115756,37.561644],[122.117581,37.564438],[122.124087,37.561634],[122.126433,37.558372],[122.126058,37.55563],[122.144034,37.555257],[122.139699,37.550465],[122.136234,37.549692],[122.136667,37.544515],[122.152122,37.54068],[122.157873,37.53637],[122.151702,37.529821],[122.153617,37.525555],[122.1568,37.526181],[122.158753,37.524537],[122.158329,37.520984],[122.148061,37.519712],[122.140123,37.512537],[122.134101,37.513926],[122.130118,37.513104],[122.120699,37.509025],[122.120492,37.507446],[122.125319,37.496875],[122.129868,37.492501],[122.140342,37.491444],[122.138489,37.482139],[122.134631,37.476885],[122.138172,37.466823],[122.148562,37.451726],[122.155159,37.450061],[122.158316,37.443669],[122.157666,37.44015],[122.155729,37.439587],[122.158604,37.434048],[122.170044,37.428525],[122.180219,37.427635],[122.186929,37.430075],[122.192714,37.439605],[122.188805,37.451999],[122.191101,37.453952],[122.197915,37.448755],[122.217931,37.453082],[122.2323,37.461425],[122.245055,37.460886],[122.262903,37.454641],[122.268697,37.456262],[122.27783,37.447849],[122.280445,37.443847],[122.277902,37.442741],[122.265942,37.443199],[122.269316,37.429071],[122.279595,37.422911],[122.302866,37.413239],[122.312835,37.413847],[122.327447,37.409363],[122.337683,37.409033],[122.375024,37.413479],[122.383909,37.412338],[122.386516,37.409846],[122.393142,37.408343],[122.428996,37.4102],[122.449625,37.414185],[122.474397,37.426964],[122.480618,37.427678],[122.478347,37.419541],[122.486906,37.409973],[122.486061,37.407926],[122.478178,37.406606],[122.472748,37.40304],[122.472964,37.397838],[122.473662,37.396782],[122.482911,37.399878],[122.483962,37.386718],[122.478652,37.387006],[122.477622,37.384401],[122.494839,37.379364],[122.496205,37.379433],[122.496299,37.395113],[122.491785,37.398638],[122.489652,37.402126],[122.490083,37.405146],[122.494212,37.402694],[122.498743,37.404149],[122.546377,37.39903],[122.564251,37.398829],[122.581118,37.402008],[122.590565,37.413529],[122.59981,37.414714],[122.60865,37.420237],[122.624699,37.420625],[122.629096,37.424694],[122.63249,37.424942],[122.63522,37.422379],[122.635595,37.417289],[122.6373,37.415033],[122.642097,37.41348],[122.647584,37.415735],[122.648439,37.417495],[122.646373,37.42147],[122.647897,37.423953],[122.653525,37.423991],[122.654706,37.423161],[122.654401,37.41285],[122.665439,37.409737],[122.671652,37.412322],[122.675323,37.417558],[122.669211,37.420235],[122.666316,37.423381],[122.675337,37.422145],[122.696871,37.409829],[122.693541,37.406387],[122.69728,37.398821],[122.705605,37.395843],[122.700609,37.391009],[122.68679,37.386951],[122.685127,37.382252],[122.68748,37.381159],[122.687385,37.379672],[122.681895,37.375169],[122.680291,37.375074],[122.678066,37.380591],[122.676794,37.388153],[122.671207,37.390111],[122.664016,37.389595],[122.653941,37.394435],[122.642281,37.391297],[122.620385,37.379314],[122.605444,37.375707],[122.600777,37.373009],[122.590199,37.362548],[122.581481,37.348813],[122.58029,37.337744],[122.589359,37.328313],[122.585767,37.322657],[122.584417,37.315858],[122.57134,37.30711],[122.570935,37.314453],[122.564153,37.319176],[122.560213,37.319076],[122.554364,37.316009],[122.555477,37.309048],[122.557916,37.309501],[122.569026,37.303631],[122.565962,37.29523],[122.557853,37.29265],[122.557347,37.290512],[122.56223,37.286542],[122.569832,37.283843],[122.565327,37.281323],[122.55589,37.287785],[122.55093,37.286785],[122.548448,37.283189],[122.551131,37.275369],[122.563883,37.27447],[122.564827,37.269989],[122.557199,37.261913],[122.557677,37.255319],[122.577875,37.257483],[122.589504,37.240625],[122.591305,37.234533],[122.588816,37.225936],[122.589792,37.222436],[122.602709,37.213678],[122.6151,37.208251],[122.621651,37.20246],[122.622012,37.200164],[122.620067,37.197112],[122.61102,37.200322],[122.602839,37.197541],[122.59429,37.19209],[122.577819,37.19031],[122.55998,37.182951],[122.557167,37.176458],[122.558348,37.16899],[122.563211,37.167216],[122.568679,37.168003],[122.578066,37.161538],[122.57679,37.14809],[122.561714,37.148853],[122.528568,37.159618],[122.500151,37.154934],[122.491737,37.15604],[122.484873,37.151756],[122.479014,37.144253],[122.469008,37.124568],[122.466251,37.114199],[122.46197,37.11346],[122.457291,37.117998],[122.447089,37.114427],[122.451197,37.104922],[122.459556,37.1015],[122.460264,37.093978],[122.459009,37.090089],[122.463918,37.075037],[122.463719,37.061648],[122.461553,37.059809],[122.441031,37.060135],[122.424749,37.040778],[122.436889,37.021704],[122.446441,37.024564],[122.446509,37.027583],[122.448828,37.030181],[122.456223,37.03327],[122.470014,37.034819],[122.485736,37.023749],[122.4935,37.022178],[122.496775,37.024941],[122.516265,37.027835],[122.555949,37.040792],[122.572705,37.04209],[122.572031,37.039409],[122.566404,37.0373],[122.550616,37.035537],[122.544201,37.031709],[122.534799,37.022223],[122.531432,37.004936],[122.531894,36.997319],[122.53618,36.983342],[122.539647,36.978435],[122.521984,36.956382],[122.519647,36.943971],[122.522775,36.93381],[122.530893,36.920561],[122.525058,36.911364],[122.511549,36.900949],[122.503897,36.900953],[122.497139,36.897987],[122.491407,36.892763],[122.488778,36.894915],[122.488038,36.89821],[122.499153,36.909791],[122.5017,36.910692],[122.506614,36.9213],[122.502678,36.934638],[122.499579,36.934834],[122.493851,36.930385],[122.485625,36.933459],[122.480219,36.932786],[122.473327,36.928035],[122.47336,36.921583],[122.469463,36.921917],[122.466928,36.926172],[122.46154,36.929781],[122.454195,36.928921],[122.451082,36.926228],[122.446913,36.925472],[122.438736,36.926362],[122.428206,36.925176],[122.41286,36.915433],[122.410505,36.906501],[122.414461,36.90124],[122.417731,36.90049],[122.423008,36.895596],[122.424004,36.888392],[122.425808,36.885706],[122.433077,36.88575],[122.436215,36.895308],[122.438727,36.895356],[122.438673,36.882929],[122.44123,36.87676],[122.432028,36.875878],[122.418887,36.86644],[122.404762,36.86285],[122.392362,36.868185],[122.376838,36.867069],[122.373455,36.865276],[122.367598,36.85536],[122.369896,36.852101],[122.37641,36.850703],[122.357781,36.83934],[122.356169,36.839034],[122.352971,36.841772],[122.344629,36.838214],[122.342514,36.835165],[122.345299,36.833059],[122.344029,36.830836],[122.3352,36.833207],[122.33696,36.836982],[122.330947,36.840039],[122.320584,36.837817],[122.318235,36.833598],[122.308557,36.834126],[122.295622,36.838762],[122.266843,36.844815],[122.259365,36.842507],[122.251777,36.84227],[122.231612,36.844983],[122.226433,36.849994],[122.217668,36.852992],[122.191602,36.845257],[122.180673,36.846066],[122.180316,36.84801],[122.186282,36.858503],[122.189485,36.860967],[122.192202,36.85973],[122.193756,36.861104],[122.191276,36.870855],[122.182279,36.878497],[122.181747,36.888415],[122.194385,36.900629],[122.193508,36.907183],[122.200153,36.90803],[122.215995,36.905964],[122.22818,36.908143],[122.242986,36.905129],[122.253294,36.907147],[122.252268,36.909268],[122.245488,36.906576],[122.239347,36.906764],[122.226783,36.909795],[122.213489,36.909569],[122.199409,36.91153],[122.186015,36.919709],[122.185742,36.918011],[122.182384,36.921335],[122.182962,36.923434],[122.1807,36.926988],[122.182236,36.933151],[122.180172,36.938546],[122.162171,36.935749],[122.160659,36.937527],[122.155267,36.937831],[122.154546,36.935041],[122.152036,36.934627],[122.142388,36.938198],[122.148989,36.95143],[122.151636,36.953492],[122.155171,36.952766],[122.165886,36.970958],[122.17501,36.989107],[122.172357,36.997502],[122.176166,37.003647],[122.185991,37.006296],[122.195079,37.005322],[122.198622,37.008022],[122.199312,37.015047],[122.20961,37.026255],[122.215503,37.031215],[122.227158,37.035483],[122.224435,37.03688],[122.216946,37.034081],[122.204422,37.026213],[122.205022,37.03301],[122.200966,37.042445],[122.191998,37.049781],[122.185027,37.048347],[122.190293,37.0484],[122.196481,37.043558],[122.199356,37.02897],[122.197384,37.026244],[122.189626,37.022496],[122.190028,37.015398],[122.162222,37.009022],[122.152319,37.001374],[122.155599,36.998467],[122.153731,36.982469],[122.14811,36.980805],[122.148845,36.968441],[122.145726,36.953553],[122.141515,36.948977],[122.132278,36.950784],[122.120874,36.956404],[122.099892,36.953337],[122.094198,36.949653],[122.085687,36.936577],[122.085604,36.932287],[122.089936,36.923832],[122.085572,36.920864],[122.073281,36.919274],[122.053314,36.913133],[122.041987,36.907204],[122.038155,36.902325],[122.02633,36.909293],[122.027431,36.919791],[122.031924,36.921233],[122.029082,36.94006],[122.023477,36.947448],[122.016484,36.950823],[122.015912,36.955112],[122.018986,36.956223],[122.016471,36.966691],[122.003321,36.969365],[121.998539,36.977402],[122.000171,36.986842],[121.999296,36.991385],[121.994538,36.976746],[121.999677,36.965121],[121.975382,36.963456],[121.966485,36.974073],[121.956345,36.978581],[121.955825,36.980992],[121.950756,36.979862],[121.954252,36.975789],[121.951309,36.972731],[121.955303,36.971787],[121.96191,36.967109],[121.960274,36.964377],[121.961353,36.963067],[121.958272,36.960603],[121.970858,36.954666],[121.970338,36.951607],[121.965536,36.947231],[121.953451,36.94189],[121.915495,36.933413],[121.897932,36.926944],[121.862187,36.917119],[121.858014,36.917791],[121.848328,36.909669],[121.819239,36.902706],[121.803681,36.895315],[121.788449,36.892278],[121.764299,36.883839],[121.758261,36.879162],[121.746143,36.859142],[121.747252,36.855076],[121.750953,36.854749],[121.752388,36.85312],[121.750478,36.843981],[121.731149,36.83824],[121.727331,36.833105],[121.726615,36.829412],[121.721871,36.826874],[121.718764,36.831031],[121.719593,36.832863],[121.715282,36.833012],[121.70819,36.831485],[121.698881,36.824976],[121.682494,36.826034],[121.661498,36.822421],[121.638263,36.812593],[121.629287,36.805705],[121.626397,36.812106],[121.62607,36.81861],[121.643911,36.824677],[121.650967,36.828163],[121.651691,36.830965],[121.644507,36.829337],[121.634937,36.830324],[121.623104,36.823853],[121.620793,36.817344],[121.622265,36.800497],[121.621306,36.795224],[121.622609,36.78193],[121.626434,36.775992],[121.622972,36.767474],[121.623995,36.763057],[121.634393,36.759442],[121.634815,36.748633],[121.642993,36.737266],[121.624062,36.735048],[121.622614,36.73777],[121.599859,36.743668],[121.598037,36.758673],[121.598753,36.766692],[121.587653,36.766437],[121.583776,36.764075],[121.5836,36.759018],[121.575751,36.760817],[121.577094,36.765287],[121.56262,36.767334],[121.549679,36.76389],[121.562547,36.753666],[121.568724,36.74482],[121.568641,36.737241],[121.564488,36.733641],[121.559507,36.733013],[121.542836,36.735327],[121.542252,36.737384],[121.544821,36.740375],[121.54754,36.75173],[121.520163,36.755525],[121.520408,36.760222],[121.518449,36.762532],[121.513945,36.763205],[121.507808,36.760894],[121.503024,36.761905],[121.500955,36.763483],[121.502451,36.767205],[121.50476,36.768514],[121.502988,36.770925],[121.496489,36.773726],[121.485227,36.772475],[121.481301,36.77429],[121.479174,36.778768],[121.480139,36.782285],[121.490769,36.789521],[121.507603,36.793986],[121.525077,36.803227],[121.537966,36.803941],[121.538154,36.801665],[121.547515,36.801683],[121.552271,36.804107],[121.547796,36.810847],[121.55685,36.81803],[121.566266,36.821505],[121.574788,36.827923],[121.57472,36.842198],[121.58647,36.848386],[121.596776,36.85112],[121.602393,36.84431],[121.614361,36.848876],[121.602163,36.846515],[121.596148,36.852347],[121.571182,36.844851],[121.55675,36.838576],[121.557333,36.834997],[121.52696,36.824303],[121.519374,36.820122],[121.515126,36.809681],[121.50242,36.805869],[121.4925,36.800644],[121.491382,36.79941],[121.493387,36.79658],[121.487546,36.794472],[121.484276,36.794394],[121.487205,36.807277],[121.48648,36.819597],[121.48305,36.82276],[121.4747,36.825014],[121.469194,36.822925],[121.465605,36.819707],[121.475661,36.806163],[121.470655,36.797121],[121.467183,36.785444],[121.472059,36.772117],[121.452112,36.766532],[121.45512,36.762852],[121.452347,36.757095],[121.424996,36.754368],[121.4218,36.759183],[121.415439,36.761414],[121.405238,36.761095],[121.397306,36.756943],[121.378512,36.741494],[121.374241,36.729545],[121.375611,36.720869],[121.380737,36.717885],[121.384492,36.721864],[121.399135,36.713424],[121.391171,36.705161],[121.374634,36.702445],[121.368314,36.710743],[121.371156,36.71258],[121.36156,36.718427],[121.348311,36.720401],[121.329786,36.718902],[121.311987,36.711406],[121.302412,36.713739],[121.29504,36.71309],[121.272926,36.706116],[121.244576,36.692937],[121.244014,36.671094],[121.235353,36.669782],[121.237301,36.681984],[121.236949,36.691025],[121.235442,36.693223],[121.222189,36.694972],[121.207994,36.69239],[121.140939,36.663299],[121.113295,36.645367],[121.09832,36.630044],[121.092785,36.628955],[121.083392,36.621356],[121.075351,36.621092],[121.062532,36.616559],[121.051305,36.61634],[121.049868,36.61792],[121.053522,36.630819],[121.053117,36.634751],[121.048631,36.636168],[121.040835,36.610474],[121.040892,36.594086],[121.037139,36.589651],[121.029026,36.589259],[121.01326,36.579303],[121.005865,36.584047],[120.994691,36.58456],[120.991204,36.583287],[120.992034,36.578628],[120.99057,36.578079],[120.970329,36.576735],[120.963549,36.580577],[120.958684,36.586967],[120.955546,36.585777],[120.95188,36.577369],[120.947021,36.579474],[120.946689,36.586499],[120.929232,36.591266],[120.928473,36.603803],[120.932754,36.618812],[120.937759,36.624773],[120.945615,36.629876],[120.939075,36.63034],[120.922471,36.615897],[120.914401,36.627541],[120.899735,36.627553],[120.898517,36.630502],[120.899689,36.639571],[120.895185,36.659684],[120.893084,36.657939],[120.894616,36.634941],[120.88949,36.623291],[120.883139,36.626282],[120.879798,36.63475],[120.874092,36.642658],[120.870644,36.652975],[120.867989,36.654792],[120.855496,36.651241],[120.864332,36.636183],[120.870028,36.630672],[120.869886,36.628933],[120.859942,36.627566],[120.854108,36.624334],[120.840359,36.620335],[120.843797,36.61751],[120.842383,36.615509],[120.817784,36.607205],[120.812356,36.606682],[120.799858,36.61038],[120.794887,36.622108],[120.782392,36.628849],[120.778901,36.62558],[120.791423,36.622102],[120.795117,36.608911],[120.806006,36.603395],[120.806055,36.593626],[120.78885,36.588118],[120.769847,36.588082],[120.766634,36.586382],[120.801518,36.58538],[120.812749,36.591202],[120.816376,36.596494],[120.839096,36.606332],[120.845314,36.610562],[120.850133,36.610875],[120.860884,36.603599],[120.877965,36.60028],[120.889092,36.568197],[120.89799,36.57252],[120.900232,36.561834],[120.916646,36.570721],[120.921784,36.567792],[120.92385,36.563364],[120.957079,36.56033],[120.969476,36.552063],[120.974502,36.544364],[120.973106,36.537934],[120.956675,36.521216],[120.950057,36.509415],[120.950452,36.499465],[120.942169,36.49452],[120.943064,36.488974],[120.949527,36.480851],[120.954998,36.481089],[120.95822,36.477783],[120.959124,36.47223],[120.957661,36.469322],[120.95589,36.469661],[120.943818,36.462138],[120.941979,36.457844],[120.943134,36.453395],[120.938133,36.451147],[120.930154,36.456482],[120.90391,36.455696],[120.899562,36.44213],[120.907561,36.435674],[120.910133,36.430099],[120.911687,36.416538],[120.897799,36.409899],[120.887129,36.399313],[120.881539,36.388474],[120.889473,36.380658],[120.885466,36.375974],[120.877065,36.376285],[120.877041,36.371098],[120.874259,36.370215],[120.872849,36.370696],[120.872837,36.37498],[120.868389,36.379104],[120.865111,36.380018],[120.860295,36.377652],[120.853343,36.381285],[120.850275,36.385068],[120.852764,36.387347],[120.852602,36.404562],[120.859894,36.413396],[120.860518,36.416227],[120.857884,36.423289],[120.852826,36.42801],[120.836623,36.437366],[120.839441,36.440361],[120.838723,36.445591],[120.842861,36.45275],[120.838358,36.463634],[120.814324,36.4718],[120.81258,36.466831],[120.755212,36.463369],[120.743634,36.460607],[120.743044,36.45539],[120.751346,36.453257],[120.749477,36.445949],[120.753636,36.441386],[120.753064,36.4379],[120.747275,36.434558],[120.734618,36.435918],[120.733933,36.438006],[120.727326,36.437933],[120.713521,36.423351],[120.719588,36.422874],[120.721198,36.416249],[120.718728,36.41439],[120.715259,36.414381],[120.709995,36.419969],[120.705543,36.417453],[120.698876,36.402081],[120.691245,36.393472],[120.68789,36.382681],[120.688364,36.371172],[120.694144,36.364669],[120.696475,36.363365],[120.70595,36.363414],[120.71518,36.358933],[120.729493,36.343646],[120.73277,36.334905],[120.72912,36.329349],[120.726109,36.328541],[120.721478,36.331342],[120.705659,36.334622],[120.683471,36.329893],[120.67744,36.335226],[120.66353,36.340213],[120.651268,36.335189],[120.655956,36.332153],[120.651918,36.326211],[120.645986,36.327711],[120.644323,36.322734],[120.65529,36.320983],[120.655264,36.312354],[120.661053,36.309252],[120.661421,36.305559],[120.660562,36.300412],[120.654198,36.295163],[120.649229,36.295375],[120.64426,36.292178],[120.643376,36.290068],[120.645298,36.280916],[120.652603,36.272682],[120.667293,36.27623],[120.671751,36.281089],[120.678948,36.277172],[120.676294,36.264613],[120.673127,36.258874],[120.680645,36.250196],[120.669484,36.244002],[120.66765,36.238021],[120.668812,36.235527],[120.673776,36.233094],[120.678906,36.227463],[120.681172,36.217802],[120.686925,36.204795],[120.687614,36.199158],[120.682574,36.197439],[120.680575,36.19211],[120.682413,36.186947],[120.686993,36.184546],[120.686126,36.178761],[120.683537,36.175241],[120.689707,36.160664],[120.687053,36.154767],[120.690774,36.152485],[120.699152,36.15138],[120.698031,36.14443],[120.695799,36.14148],[120.698601,36.138259],[120.707754,36.13961],[120.71416,36.13696],[120.714214,36.135111],[120.711851,36.134057],[120.702719,36.130994],[120.689705,36.129621],[120.682616,36.130315],[120.671022,36.136681],[120.665678,36.137074],[120.649223,36.125516],[120.634247,36.120371],[120.620933,36.123748],[120.617321,36.126738],[120.610707,36.126243],[120.60624,36.123449],[120.600612,36.116096],[120.599949,36.112106],[120.602099,36.111435],[120.602851,36.109134],[120.594369,36.10358],[120.584421,36.101345],[120.579889,36.102802],[120.584479,36.108639],[120.584275,36.11445],[120.579409,36.117279],[120.56752,36.117255],[120.565058,36.114908],[120.565039,36.112307],[120.560654,36.109685],[120.544321,36.116418],[120.535172,36.108977],[120.535773,36.106514],[120.537867,36.105512],[120.539157,36.106681],[120.546727,36.099938],[120.547193,36.098291],[120.543976,36.094909],[120.52768,36.095406],[120.519846,36.098693],[120.515925,36.097203],[120.514082,36.093424],[120.495679,36.091277],[120.475678,36.095665],[120.472212,36.094895],[120.458255,36.08852],[120.436367,36.065424],[120.431301,36.06644],[120.427247,36.062924],[120.426365,36.059218],[120.417592,36.056642],[120.402716,36.055324],[120.395709,36.052298],[120.389128,36.05127],[120.388208,36.051898],[120.390795,36.056629],[120.381134,36.061254],[120.365093,36.05561],[120.36117,36.05233],[120.343304,36.049846],[120.340561,36.051123],[120.337986,36.056665],[120.334858,36.058148],[120.323091,36.053036],[120.321172,36.060834],[120.316376,36.061941],[120.308485,36.061427],[120.304494,36.054411],[120.305999,36.05207],[120.303527,36.051076],[120.288697,36.052427],[120.285574,36.060319],[120.313371,36.081954],[120.313694,36.083744],[120.307947,36.08521],[120.316616,36.090729],[120.323365,36.089452],[120.326358,36.091236],[120.327247,36.098151],[120.32353,36.101476],[120.31376,36.096712],[120.312245,36.091632],[120.308873,36.089409],[120.307353,36.098696],[120.317907,36.103189],[120.312597,36.106926],[120.317154,36.111804],[120.320861,36.110043],[120.323338,36.112633],[120.335008,36.135695],[120.332924,36.139536],[120.345378,36.156516],[120.34889,36.157236],[120.367475,36.149992],[120.369343,36.149776],[120.369697,36.151614],[120.356807,36.158696],[120.359416,36.162326],[120.358916,36.16409],[120.351935,36.1676],[120.355564,36.17469],[120.366082,36.174649],[120.366798,36.180061],[120.36325,36.193902],[120.356275,36.201985],[120.34824,36.205739],[120.33525,36.215671],[120.333627,36.218988],[120.336305,36.222789],[120.32952,36.224625],[120.322231,36.230753],[120.314688,36.244641],[120.315714,36.250423],[120.318445,36.25353],[120.312111,36.259605],[120.308807,36.253831],[120.301941,36.254763],[120.295048,36.252829],[120.293587,36.244124],[120.295308,36.238822],[120.279084,36.224369],[120.276765,36.217989],[120.279306,36.21789],[120.290996,36.200476],[120.293806,36.201428],[120.298901,36.200336],[120.307182,36.196857],[120.306422,36.189588],[120.297121,36.186789],[120.271084,36.186267],[120.262718,36.181379],[120.256683,36.184432],[120.255467,36.189292],[120.259653,36.191989],[120.262828,36.191811],[120.263376,36.197574],[120.254823,36.201735],[120.244138,36.202624],[120.232261,36.20025],[120.23294,36.195807],[120.226563,36.190629],[120.220065,36.194828],[120.219265,36.211813],[120.216618,36.219996],[120.170197,36.2035],[120.162242,36.196611],[120.159139,36.191212],[120.140149,36.181437],[120.135674,36.180974],[120.130166,36.184594],[120.114632,36.18907],[120.115078,36.192589],[120.118242,36.194545],[120.12837,36.193277],[120.127811,36.195202],[120.118756,36.196526],[120.114753,36.19453],[120.11202,36.190691],[120.113793,36.18687],[120.123163,36.181923],[120.129913,36.174737],[120.125093,36.169622],[120.124554,36.166838],[120.125983,36.159102],[120.130598,36.148898],[120.1277,36.14256],[120.115462,36.1349],[120.108741,36.131866],[120.09836,36.129995],[120.10183,36.122635],[120.104121,36.121529],[120.110784,36.111584],[120.110587,36.107877],[120.107886,36.105802],[120.105917,36.100333],[120.130277,36.093061],[120.13688,36.092919],[120.148686,36.087912],[120.155028,36.078808],[120.15868,36.081684],[120.168495,36.075244],[120.163101,36.070057],[120.17614,36.063883],[120.189218,36.061578],[120.228598,36.062152],[120.235104,36.060708],[120.236886,36.05889],[120.236993,36.054636],[120.233738,36.049603],[120.229706,36.047097],[120.222543,36.047254],[120.220505,36.044002],[120.222828,36.037857],[120.224779,36.03873],[120.229254,36.036478],[120.226953,36.029525],[120.212008,36.019621],[120.21339,36.015083],[120.195684,35.999046],[120.189865,36.005346],[120.187502,36.004086],[120.189927,36.000543],[120.188057,35.998858],[120.193775,35.994735],[120.205303,35.995703],[120.249144,36.023253],[120.259062,36.012855],[120.251931,36.008475],[120.248068,36.002143],[120.241676,36],[120.24582,35.998353],[120.241102,35.979118],[120.237513,35.977161],[120.240071,35.974699],[120.246121,35.977313],[120.253687,35.983324],[120.252099,35.987992],[120.25878,35.99037],[120.25578,35.997905],[120.26046,35.999166],[120.262742,35.993478],[120.271377,35.994433],[120.273814,35.988667],[120.277495,35.989586],[120.273398,36],[120.273471,36.006656],[120.284831,36.015282],[120.289547,36.015956],[120.304273,36.012329],[120.308858,36.003481],[120.30363,36],[120.299486,35.988958],[120.299376,35.982433],[120.292677,35.972951],[120.287371,35.970153],[120.276002,35.968258],[120.260847,35.969688],[120.250002,35.964609],[120.22778,35.945198],[120.206877,35.924028],[120.20354,35.923193],[120.197429,35.917464],[120.189691,35.899833],[120.175107,35.892059],[120.16713,35.890988],[120.165788,35.892276],[120.168639,35.903014],[120.173415,35.909442],[120.177998,35.912262],[120.182547,35.923935],[120.190595,35.925882],[120.190974,35.932404],[120.196597,35.931896],[120.209127,35.937206],[120.208508,35.946922],[120.204489,35.947792],[120.191561,35.9456],[120.172093,35.936285],[120.168516,35.933905],[120.166256,35.925952],[120.159536,35.923899],[120.158641,35.919804],[120.150061,35.909386],[120.142089,35.910872],[120.138154,35.913378],[120.136989,35.921618],[120.129999,35.919691],[120.134134,35.913124],[120.132958,35.911951],[120.134462,35.909386],[120.131064,35.907787],[120.127786,35.907872],[120.126706,35.91364],[120.120987,35.912241],[120.118648,35.91463],[120.10922,35.911357],[120.095034,35.901183],[120.096251,35.898496],[120.092925,35.89639],[120.094971,35.894353],[120.102507,35.899347],[120.111618,35.900999],[120.115437,35.900071],[120.117086,35.897911],[120.116783,35.895259],[120.10879,35.888326],[120.103217,35.887507],[120.098097,35.888717],[120.094923,35.890848],[120.093386,35.89448],[120.091852,35.891976],[120.093225,35.886149],[120.088985,35.882869],[120.081991,35.881618],[120.077951,35.888543],[120.075179,35.889259],[120.0708,35.889117],[120.066613,35.88671],[120.059122,35.878002],[120.04875,35.85982],[120.044316,35.855719],[120.026309,35.818129],[120.024857,35.806652],[120.031012,35.798489],[120.034134,35.7978],[120.039016,35.780984],[120.033537,35.776119],[120.034607,35.76993],[120.017441,35.749794],[120.015079,35.740276],[120.018916,35.736143],[120.009602,35.73278],[120.013441,35.725281],[120.012562,35.722475],[120.005485,35.720588],[119.997376,35.72482],[119.992322,35.724684],[119.985565,35.72805],[119.976915,35.740544],[119.969104,35.740584],[119.967207,35.738306],[119.963068,35.740508],[119.967451,35.746345],[119.965275,35.753534],[119.95423,35.763265],[119.934333,35.768365],[119.926785,35.766603],[119.916325,35.760758],[119.908552,35.750379],[119.908383,35.742987],[119.910559,35.737214],[119.926003,35.724713],[119.940505,35.72371],[119.946556,35.725427],[119.94636,35.716207],[119.936991,35.70804],[119.917119,35.700442],[119.906804,35.683913],[119.903202,35.671184],[119.903911,35.660215],[119.910445,35.655021],[119.920708,35.650691],[119.921214,35.647931],[119.913631,35.63765],[119.903298,35.638476],[119.891893,35.635597],[119.883328,35.624217],[119.878965,35.623763],[119.875913,35.621439],[119.872859,35.613503],[119.865322,35.611277],[119.86151,35.614845],[119.86222,35.620513],[119.852321,35.622334],[119.851763,35.625555],[119.857469,35.62932],[119.854041,35.631915],[119.843275,35.632341],[119.835646,35.627881],[119.830074,35.62243],[119.82816,35.62431],[119.830622,35.631856],[119.827215,35.635711],[119.826836,35.638404],[119.83075,35.643619],[119.81536,35.650719],[119.811787,35.64737],[119.812687,35.644376],[119.815736,35.644475],[119.815299,35.643026],[119.806009,35.64091],[119.799346,35.636245],[119.795131,35.630577],[119.789705,35.629712],[119.787585,35.625879],[119.792506,35.626103],[119.794937,35.621362],[119.783941,35.620709],[119.781547,35.61817],[119.780741,35.615621],[119.783272,35.612416],[119.797899,35.612828],[119.799506,35.607832],[119.784811,35.599801],[119.788155,35.595668],[119.784548,35.593732],[119.792994,35.583583],[119.784448,35.578827],[119.777849,35.586963],[119.767893,35.581561],[119.765978,35.58391],[119.763748,35.582492],[119.75737,35.582577],[119.754963,35.587737],[119.749564,35.588216],[119.749409,35.619812],[119.736633,35.641624],[119.734673,35.640578],[119.736052,35.624866],[119.729562,35.624981],[119.727435,35.621665],[119.72486,35.621945],[119.723841,35.624034],[119.709469,35.617277],[119.710327,35.615321],[119.691541,35.606927],[119.6821,35.600056],[119.676411,35.5932],[119.66965,35.589584],[119.663594,35.589898],[119.661588,35.595609],[119.656542,35.597793],[119.649824,35.605291],[119.640251,35.612439],[119.64209,35.60729],[119.648728,35.601495],[119.654712,35.590606],[119.644682,35.593538],[119.639094,35.592671],[119.658156,35.581682],[119.659256,35.576929],[119.657895,35.572463],[119.654036,35.567133],[119.64666,35.570188],[119.641064,35.570354],[119.640038,35.567322],[119.628706,35.567517],[119.636685,35.566289],[119.636691,35.565144],[119.626878,35.563359],[119.625679,35.560727],[119.629138,35.559445],[119.64366,35.561099],[119.64427,35.560087],[119.628603,35.538819],[119.620653,35.522184],[119.619782,35.518455],[119.624727,35.508687],[119.62373,35.506327],[119.616441,35.506271],[119.61421,35.503771],[119.607648,35.489951],[119.604476,35.473133],[119.599386,35.466918],[119.598114,35.462305],[119.592366,35.461645],[119.579563,35.455252],[119.576143,35.447468],[119.575521,35.43866],[119.566258,35.422936],[119.56039,35.402712],[119.556388,35.406333],[119.553342,35.404667],[119.555085,35.399215],[119.560701,35.399752],[119.560519,35.389184],[119.564117,35.376219],[119.552301,35.362909],[119.550537,35.354395],[119.545559,35.354896],[119.549382,35.369782],[119.553065,35.374606],[119.551968,35.376458],[119.536234,35.377799],[119.533609,35.370898],[119.53403,35.33248],[119.529495,35.332468],[119.530101,35.3062],[119.515955,35.306334],[119.515706,35.337678],[119.49418,35.336619],[119.472121,35.327343],[119.471823,35.331191],[119.468596,35.327193],[119.478956,35.321144],[119.473546,35.314501],[119.461112,35.320624],[119.446294,35.298435],[119.445324,35.305761],[119.442903,35.308685],[119.437657,35.307295],[119.435805,35.304632],[119.442217,35.298112],[119.44143,35.290189],[119.434112,35.282929],[119.429387,35.286271],[119.413926,35.275455],[119.408226,35.269698],[119.406168,35.262873],[119.407762,35.258956],[119.398405,35.225222],[119.388525,35.202879],[119.388884,35.195138],[119.394327,35.194885],[119.394405,35.184893],[119.384078,35.184355],[119.383258,35.177679],[119.390343,35.176174],[119.391115,35.164976],[119.406899,35.164523],[119.407168,35.161238],[119.384303,35.161677],[119.383708,35.159899],[119.37944,35.159282],[119.377264,35.156952],[119.377883,35.148055],[119.375957,35.134382],[119.403234,35.129858],[119.402024,35.126613],[119.412692,35.124069],[119.419927,35.119998],[119.422721,35.113833],[119.421349,35.113521],[119.418517,35.119784],[119.411886,35.117619],[119.408191,35.124466],[119.390846,35.128453],[119.388679,35.117518],[119.399248,35.111861],[119.395092,35.108301],[119.387179,35.112161],[119.383213,35.107313],[119.376582,35.112379],[119.372915,35.107675],[119.373699,35.105244],[119.382444,35.105055],[119.383372,35.099418],[119.389775,35.100006],[119.390911,35.094013],[119.377634,35.092629],[119.378191,35.089035],[119.373804,35.088587],[119.371117,35.097095],[119.363209,35.092059],[119.364039,35.080568],[119.351599,35.079246],[119.350071,35.08677],[119.360125,35.09311],[119.35909,35.096356],[119.351759,35.093447],[119.346689,35.087172],[119.340702,35.090189],[119.334958,35.090817],[119.324098,35.085711],[119.319298,35.087588],[119.316491,35.086983],[119.301836,35.079751],[119.300346,35.080922],[119.298429,35.091016],[119.295762,35.090754],[119.286592,35.109965],[119.281805,35.115291],[119.260607,35.118094],[119.238286,35.127197],[119.234754,35.125905],[119.224925,35.11736],[119.218372,35.108372],[119.203278,35.10923],[119.195397,35.110993],[119.193615,35.112734],[119.193292,35.111593],[119.163409,35.107911],[119.158235,35.100437],[119.146411,35.101471],[119.126975,35.097088],[119.128533,35.09218],[119.13223,35.09075],[119.130795,35.084661],[119.121697,35.073398],[119.116538,35.073004],[119.114842,35.07148],[119.115621,35.065501],[119.121465,35.05589],[119.110464,35.051255],[119.098464,35.051786],[119.094921,35.054206],[119.094951,35.056168],[119.088021,35.057379],[119.069756,35.058054],[119.065962,35.057504],[119.05843,35.052022],[119.043267,35.049443],[119.029067,35.052821],[119.0247,35.056513],[119.007935,35.055251],[118.983643,35.04617],[118.982286,35.047808],[118.97499,35.048744],[118.950398,35.044695],[118.933475,35.045784],[118.9208,35.052467],[118.904972,35.05047],[118.900035,35.045174],[118.882151,35.035015],[118.878286,35.034034],[118.873405,35.035346],[118.863235,35.033065],[118.85473,35.024657],[118.862993,35.005541],[118.86491,34.995715],[118.862753,34.994357],[118.857644,34.985202],[118.851374,34.965705],[118.859082,34.95303],[118.857574,34.946237],[118.852863,34.939091],[118.856939,34.928332],[118.855364,34.926459],[118.845132,34.926711],[118.847705,34.930305],[118.8472,34.932574],[118.842742,34.931082],[118.818404,34.909957],[118.810896,34.897249],[118.812107,34.894565],[118.811213,34.889533],[118.802659,34.88527],[118.794121,34.875515],[118.800219,34.867248],[118.802024,34.85533],[118.801404,34.85084],[118.799054,34.848233],[118.792475,34.844285],[118.787547,34.846286],[118.780562,34.85745],[118.779099,34.85763],[118.776914,34.851572],[118.782103,34.849406],[118.781012,34.844443],[118.767694,34.846934],[118.760977,34.851658],[118.759139,34.849913],[118.756079,34.841931],[118.76296,34.835608],[118.77758,34.834691],[118.782892,34.829385],[118.772308,34.821316],[118.767478,34.807202],[118.769038,34.797817],[118.749999,34.790125],[118.741937,34.791086],[118.738005,34.793279],[118.725462,34.791464],[118.722829,34.788172],[118.725804,34.785398],[118.732834,34.782566],[118.736615,34.782684],[118.734376,34.768054],[118.72439,34.770344],[118.710359,34.766094],[118.70467,34.751385],[118.705037,34.749659],[118.713177,34.746121],[118.721686,34.747712],[118.730937,34.734866],[118.737381,34.735022],[118.756332,34.745694],[118.768775,34.733593],[118.77037,34.73074],[118.771308,34.72086],[118.756987,34.707916],[118.739392,34.698672],[118.726584,34.695567],[118.707259,34.693986],[118.694124,34.685024],[118.681912,34.679745],[118.674407,34.679506],[118.667574,34.697519],[118.641893,34.698111],[118.634803,34.691974],[118.630255,34.684194],[118.619816,34.692388],[118.613668,34.694418],[118.599527,34.690409],[118.59855,34.702201],[118.602933,34.711101],[118.599726,34.715094],[118.59011,34.719628],[118.587998,34.715128],[118.551158,34.71184],[118.541148,34.719167],[118.521263,34.713478],[118.52329,34.711349],[118.518726,34.701667],[118.526124,34.695058],[118.528538,34.694838],[118.525362,34.686164],[118.504722,34.691038],[118.502308,34.689891],[118.497173,34.67258],[118.491927,34.665286],[118.488937,34.663755],[118.481877,34.664173],[118.469248,34.676726],[118.462538,34.674977],[118.458827,34.669488],[118.455282,34.658026],[118.462627,34.64319],[118.466657,34.643242],[118.471378,34.638643],[118.470471,34.622267],[118.465423,34.622824],[118.446783,34.618742],[118.431618,34.628323],[118.425005,34.614633],[118.42292,34.611805],[118.420606,34.612343],[118.417587,34.609171],[118.417266,34.599617],[118.419934,34.596871],[118.421055,34.590973],[118.417818,34.576067],[118.419992,34.566891],[118.426128,34.556248],[118.433248,34.527807],[118.433713,34.519041],[118.431089,34.507362],[118.409486,34.472377],[118.407235,34.453765],[118.407692,34.4425],[118.403679,34.434692],[118.393127,34.428718],[118.378752,34.42738],[118.372978,34.421707],[118.372502,34.418116],[118.370115,34.415425],[118.347721,34.419197],[118.34069,34.422443],[118.314628,34.42302],[118.294609,34.426065],[118.284095,34.420792],[118.282915,34.413374],[118.262971,34.406202],[118.244155,34.407897],[118.237243,34.406718],[118.228843,34.400857],[118.223006,34.401633],[118.214667,34.40727],[118.210396,34.382908],[118.211497,34.378365],[118.199615,34.377357],[118.184882,34.381624],[118.180274,34.389116],[118.176352,34.388639],[118.172698,34.380556],[118.164908,34.382486],[118.16358,34.391519],[118.169066,34.396581],[118.171297,34.404055],[118.17011,34.409712],[118.166587,34.413721],[118.179431,34.434182],[118.175812,34.451333],[118.16996,34.456434],[118.140553,34.472325],[118.141962,34.475563],[118.135361,34.477057],[118.135002,34.475554],[118.129616,34.483408],[118.121607,34.486245],[118.133448,34.502632],[118.158223,34.50244],[118.16541,34.51523],[118.161132,34.523025],[118.162552,34.528586],[118.170938,34.539987],[118.17517,34.538471],[118.179821,34.539401],[118.183888,34.544751],[118.152921,34.553865],[118.15121,34.549249],[118.146372,34.54882],[118.138147,34.552818],[118.132889,34.558198],[118.124345,34.559013],[118.113947,34.5567],[118.107986,34.558907],[118.101492,34.56385],[118.093789,34.564605],[118.072338,34.57116],[118.076753,34.581527],[118.085975,34.585539],[118.096372,34.595309],[118.10926,34.614883],[118.109078,34.619595],[118.095881,34.628447],[118.089806,34.635891],[118.097204,34.647164],[118.095763,34.656448],[118.081497,34.655566],[118.080755,34.652447],[118.072594,34.65361],[118.068711,34.658704],[118.05313,34.656726],[118.043939,34.653686],[118.022994,34.659668],[118.013548,34.656495],[118.009746,34.64948],[118.006441,34.649592],[118.00042,34.650782],[117.984992,34.662235],[117.985708,34.668985],[117.972844,34.672363],[117.956115,34.680422],[117.945772,34.679179],[117.942476,34.677172],[117.941067,34.672211],[117.92635,34.657792],[117.921874,34.657518],[117.917819,34.660365],[117.918523,34.664489],[117.909713,34.671776],[117.904455,34.672386],[117.897751,34.64555],[117.882607,34.645422],[117.87573,34.650875],[117.869067,34.653079],[117.860498,34.651265],[117.856847,34.647616],[117.845254,34.64716],[117.837095,34.651569],[117.818474,34.652524],[117.806047,34.645159],[117.799304,34.644477],[117.800774,34.648458],[117.792499,34.654537],[117.788134,34.65502],[117.785828,34.646321],[117.793306,34.625117],[117.787797,34.592564],[117.784926,34.58535],[117.787671,34.579655],[117.789276,34.566737],[117.78844,34.561345],[117.791315,34.557237],[117.787954,34.549817],[117.793437,34.528757],[117.791409,34.522676],[117.782037,34.52344],[117.747694,34.534412],[117.709997,34.543834],[117.67867,34.54798],[117.675967,34.527869],[117.666702,34.515656],[117.658697,34.511758],[117.655422,34.50704],[117.655121,34.503368],[117.644103,34.497795],[117.633567,34.49908],[117.628028,34.491916],[117.621405,34.489708],[117.60723,34.493065],[117.597701,34.481403],[117.597121,34.476353],[117.583258,34.46328],[117.565153,34.463929],[117.545294,34.477376],[117.539564,34.476182],[117.539206,34.473214],[117.533757,34.468561],[117.523146,34.469548],[117.510023,34.47334],[117.498718,34.473928],[117.495054,34.470959],[117.489431,34.469613],[117.482191,34.470762],[117.480558,34.475091],[117.48191,34.479525],[117.480124,34.485288],[117.470922,34.488406],[117.461249,34.488973],[117.456732,34.491697],[117.451633,34.505231],[117.439619,34.51912],[117.436187,34.529133],[117.432203,34.528662],[117.423987,34.518613],[117.419647,34.518259],[117.419953,34.532442],[117.421986,34.537211],[117.418096,34.541677],[117.41432,34.542475],[117.404518,34.543115],[117.403307,34.540585],[117.397834,34.55631],[117.396906,34.570159],[117.369277,34.584836],[117.361438,34.581377],[117.342319,34.585224],[117.336767,34.583023],[117.336275,34.580049],[117.332407,34.576765],[117.319325,34.573839],[117.311841,34.57424],[117.310104,34.57031],[117.313197,34.567021],[117.319109,34.568583],[117.321125,34.571273],[117.32461,34.569444],[117.325968,34.565364],[117.325016,34.560687],[117.320422,34.561435],[117.320865,34.563064],[117.319537,34.563316],[117.308622,34.561679],[117.306345,34.560603],[117.306548,34.556302],[117.305189,34.555738],[117.297965,34.559494],[117.2964,34.5618],[117.30204,34.574369],[117.299383,34.574392],[117.293738,34.572117],[117.289791,34.566928],[117.286168,34.56552],[117.279988,34.566718],[117.275649,34.564677],[117.266755,34.557387],[117.27078,34.554214],[117.2816,34.556037],[117.296826,34.550184],[117.296847,34.5455],[117.291659,34.538762],[117.280679,34.534414],[117.262464,34.534288],[117.261917,34.529503],[117.26911,34.522061],[117.264815,34.515952],[117.268401,34.504789],[117.26754,34.503019],[117.256959,34.502098],[117.253687,34.498823],[117.257695,34.486863],[117.262084,34.481329],[117.26157,34.476924],[117.252503,34.469514],[117.254314,34.466682],[117.252706,34.457268],[117.25076,34.454544],[117.236318,34.44598],[117.231534,34.445797],[117.233808,34.451637],[117.231862,34.454105],[117.228055,34.455731],[117.220365,34.454781],[117.21996,34.457368],[117.224545,34.46649],[117.222364,34.471374],[117.218943,34.473311],[117.214736,34.468936],[117.208099,34.473319],[117.211321,34.477186],[117.204977,34.48038],[117.198254,34.472721],[117.183798,34.485688],[117.173274,34.483162],[117.171329,34.489412],[117.174982,34.491235],[117.168454,34.508086],[117.148977,34.505694],[117.145651,34.514494],[117.143695,34.540996],[117.14494,34.54861],[117.150399,34.548535],[117.150183,34.557295],[117.154577,34.557419],[117.153775,34.563242],[117.14141,34.599074],[117.133193,34.605498],[117.129484,34.611753],[117.126135,34.62903],[117.131946,34.629479],[117.131159,34.633857],[117.128262,34.635959],[117.125054,34.635485],[117.122725,34.644736],[117.074077,34.640504],[117.061643,34.643122],[117.054529,34.64834],[117.052007,34.654731],[117.053721,34.666103],[117.066479,34.692857],[117.073451,34.698044],[117.074263,34.703347],[117.06441,34.718407],[117.061622,34.727439],[117.047791,34.73889],[117.044668,34.759413],[117.041545,34.766998],[117.010154,34.779605],[116.999233,34.788492],[116.989204,34.801489],[116.97156,34.840091],[116.964866,34.851129],[116.9636,34.870107],[116.944945,34.867354],[116.9377,34.869838],[116.935607,34.874677],[116.93037,34.877337],[116.919848,34.872523],[116.916959,34.874567],[116.916554,34.896489],[116.917661,34.897717],[116.920837,34.897281],[116.920925,34.901368],[116.902659,34.911244],[116.900334,34.910394],[116.900814,34.902002],[116.8933,34.900653],[116.875625,34.907503],[116.868388,34.908107],[116.857539,34.911694],[116.847912,34.921194],[116.843244,34.923566],[116.809896,34.927835],[116.809827,34.938759],[116.812815,34.938574],[116.812979,34.94236],[116.807516,34.943866],[116.807558,34.950634],[116.809054,34.95021],[116.810157,34.955119],[116.810072,34.962629],[116.800191,34.968212],[116.801168,34.937595],[116.806208,34.928903],[116.793481,34.929282],[116.793251,34.932514],[116.79744,34.938029],[116.796112,34.970634],[116.780937,34.97577],[116.77854,34.959211],[116.774985,34.960001],[116.773083,34.962848],[116.777485,34.950238],[116.781702,34.949584],[116.781742,34.946925],[116.785332,34.946957],[116.786106,34.948421],[116.786166,34.946347],[116.792497,34.945247],[116.792862,34.934794],[116.783995,34.939596],[116.783385,34.938104],[116.781753,34.938561],[116.78096,34.940092],[116.775889,34.917521],[116.762379,34.917153],[116.749814,34.908539],[116.746408,34.909901],[116.748456,34.918865],[116.729722,34.925419],[116.715402,34.926861],[116.700651,34.93481],[116.69965,34.937057],[116.683562,34.937079],[116.67671,34.94029],[116.67266,34.940078],[116.670562,34.935539],[116.653179,34.934401],[116.652046,34.933325],[116.65267,34.930009],[116.65074,34.930008],[116.634787,34.933596],[116.633072,34.937379],[116.626615,34.94172],[116.617304,34.94105],[116.61419,34.938876],[116.612529,34.935512],[116.615236,34.934601],[116.614423,34.9322],[116.60682,34.924622],[116.6044,34.924542],[116.601104,34.921265],[116.553757,34.909642],[116.545021,34.910094],[116.517719,34.904803],[116.517674,34.907428],[116.509066,34.908851],[116.498347,34.906678],[116.495148,34.902019],[116.470557,34.897524],[116.450227,34.901355],[116.449805,34.897139],[116.44521,34.895651],[116.43865,34.896885],[116.43809,34.888985],[116.430493,34.884236],[116.416845,34.869385],[116.409332,34.864674],[116.40365,34.853122],[116.404989,34.850591],[116.407705,34.850296],[116.407788,34.848402],[116.403963,34.835005],[116.400849,34.8296],[116.40356,34.824682],[116.405951,34.824362],[116.406784,34.816578],[116.395486,34.811133],[116.398582,34.787185],[116.398867,34.770161],[116.394435,34.766239],[116.390349,34.751759],[116.371204,34.74952],[116.359432,34.750838],[116.357423,34.747341],[116.356529,34.738751],[116.36357,34.730296],[116.362301,34.725854],[116.358144,34.725206],[116.355183,34.720095],[116.362003,34.714132],[116.367988,34.714475],[116.371455,34.716794],[116.372411,34.719605],[116.378222,34.718323],[116.389147,34.702617],[116.389008,34.699219],[116.380317,34.69381],[116.37354,34.680689],[116.375964,34.674796],[116.375849,34.661294],[116.367655,34.653729],[116.362257,34.652316],[116.362124,34.647212],[116.369743,34.637013],[116.363136,34.629644],[116.339015,34.622119],[116.330485,34.622738],[116.323555,34.605988],[116.319861,34.601505],[116.313576,34.598533],[116.301838,34.600112],[116.289794,34.606998],[116.273665,34.606054],[116.274259,34.600192],[116.278279,34.593595],[116.277161,34.582377],[116.261831,34.581033],[116.247489,34.56353],[116.243507,34.553365],[116.227895,34.55547],[116.223994,34.55777],[116.218618,34.56984],[116.212692,34.574999],[116.206882,34.577761],[116.197098,34.579475],[116.191248,34.576896],[116.193592,34.571578],[116.184534,34.569765],[116.18008,34.571131],[116.150422,34.560105],[116.148133,34.556581],[116.143321,34.556958],[116.135275,34.560303],[116.130994,34.56515],[116.124012,34.579514],[116.103623,34.592329],[116.10037,34.598012],[116.051915,34.599187],[116.047811,34.596439],[116.039239,34.596313],[116.00856,34.609431],[116.002774,34.6137],[116.000257,34.603661],[115.99411,34.616277],[115.986807,34.61331],[115.982842,34.609116],[115.980656,34.604618],[115.979634,34.591888],[115.974933,34.584755],[115.971268,34.58255],[115.926285,34.577536],[115.872373,34.569249],[115.842312,34.564354],[115.823235,34.559252],[115.801987,34.571248],[115.791465,34.579286],[115.756801,34.588612],[115.725226,34.591746],[115.70048,34.600897],[115.693359,34.600611],[115.691341,34.598548],[115.691065,34.571245],[115.680906,34.557824],[115.678527,34.55669],[115.662637,34.558347],[115.653579,34.561988],[115.650403,34.565008],[115.63972,34.568726],[115.634315,34.572689],[115.61701,34.576001],[115.612755,34.576304],[115.602861,34.573441],[115.573982,34.572277],[115.5449,34.57346],[115.529014,34.576566],[115.505735,34.588344],[115.485321,34.611022],[115.482621,34.615901],[115.480233,34.62683],[115.473562,34.633831],[115.464017,34.637693],[115.453938,34.634768],[115.456667,34.646993],[115.453462,34.662219],[115.448892,34.66153],[115.449357,34.657016],[115.448308,34.656862],[115.439448,34.662894],[115.439359,34.667162],[115.44474,34.670143],[115.446479,34.693478],[115.434694,34.721929],[115.424705,34.723381],[115.421626,34.731562],[115.422285,34.733592],[115.439145,34.736692],[115.446574,34.743203],[115.446471,34.744858],[115.440542,34.7545],[115.434718,34.770304],[115.422781,34.78837],[115.422143,34.799107],[115.424352,34.799018],[115.425824,34.804815],[115.414015,34.808562],[115.391763,34.831934],[115.377152,34.828641],[115.369293,34.829001],[115.366475,34.833397],[115.349767,34.837054],[115.334134,34.849577],[115.322595,34.852318],[115.311273,34.862888],[115.298028,34.863561],[115.29148,34.862199],[115.285517,34.844001],[115.279544,34.839771],[115.280627,34.852424],[115.268257,34.857981],[115.260973,34.855431],[115.254458,34.838463],[115.240467,34.843751],[115.236857,34.850083],[115.237037,34.859906],[115.23449,34.867314],[115.230667,34.867227],[115.229191,34.892771],[115.237449,34.891439],[115.240755,34.893071],[115.250722,34.902996],[115.249461,34.910174],[115.233583,34.916905],[115.223317,34.916403],[115.21243,34.912986],[115.21006,34.904922],[115.199342,34.90675],[115.183315,34.915597],[115.186521,34.926264],[115.191753,34.928627],[115.19691,34.926463],[115.206142,34.944137],[115.209959,34.941985],[115.213982,34.943366],[115.216844,34.946941],[115.219274,34.954235],[115.205475,34.959584],[115.199237,34.96042],[115.197646,34.959404],[115.196635,34.954093],[115.192907,34.952259],[115.185988,34.953057],[115.186825,34.955675],[115.183265,34.960198],[115.168332,34.962658],[115.156003,34.959035],[115.150854,34.960685],[115.15043,34.965125],[115.145462,34.971389],[115.13446,34.979075],[115.12558,34.982264],[115.123455,34.985114],[115.126212,35.001155],[115.119941,35.007391],[115.112157,35.006921],[115.109226,35.004548],[115.107627,34.998551],[115.095703,34.994952],[115.09498,34.999225],[115.089729,35.000452],[115.086475,35.000456],[115.086577,34.995436],[115.056242,34.995337],[115.047087,34.985474],[115.040865,34.982592],[115.035339,34.982783],[115.02877,34.978031],[115.029209,34.96952],[115.027462,34.968989],[115.025142,34.968855],[115.010261,34.976744],[115.005429,34.981494],[115.003236,34.988682],[114.990905,34.992515],[114.972413,34.991588],[114.968024,34.994752],[114.955603,34.996224],[114.950698,34.995383],[114.93759,34.98841],[114.922491,34.970207],[114.912561,34.969985],[114.901157,34.977555],[114.90205,34.989755],[114.88168,34.993792],[114.876385,34.998218],[114.874857,35.004361],[114.878562,35.01131],[114.8797,35.018425],[114.878955,35.022806],[114.871728,35.026077],[114.864522,35.025113],[114.861988,35.022655],[114.855743,35.003569],[114.851951,35.001678],[114.821883,35.010917],[114.818853,35.009792],[114.810126,35.011262],[114.825453,35.01515],[114.836734,35.021176],[114.847155,35.029942],[114.849724,35.036408],[114.846209,35.042552],[114.828443,35.042925],[114.816633,35.048444],[114.813677,35.05239],[114.811755,35.068746],[114.814006,35.074969],[114.822018,35.079235],[114.868482,35.086833],[114.873002,35.090311],[114.879393,35.103695],[114.877142,35.11728],[114.868474,35.127076],[114.849841,35.14294],[114.841649,35.155879],[114.841197,35.164189],[114.842824,35.169792],[114.854856,35.18159],[114.870265,35.189561],[114.893258,35.195131],[114.925597,35.196055],[114.926895,35.199161],[114.924921,35.248672],[114.929027,35.251871],[114.943037,35.254491],[114.944907,35.256085],[114.963056,35.274214],[114.965803,35.286372],[114.97087,35.286123],[114.98079,35.301353],[114.980778,35.30459],[115.000864,35.318465],[115.007695,35.329418],[115.012937,35.321577],[115.019033,35.321862],[115.011419,35.353215],[115.011386,35.361839],[115.017157,35.370978],[115.027234,35.375256],[115.068607,35.375933],[115.08117,35.392104],[115.08178,35.40196],[115.080314,35.405491],[115.078751,35.405546],[115.077654,35.41105],[115.085537,35.416025],[115.08878,35.41572],[115.089158,35.410626],[115.098595,35.40358],[115.112211,35.402402],[115.116642,35.402671],[115.119129,35.408107],[115.11888,35.419688],[115.132854,35.425631],[115.145245,35.427122],[115.157367,35.426271],[115.171251,35.423092],[115.189887,35.415902],[115.189889,35.421201],[115.206161,35.423566],[115.222188,35.42066],[115.235972,35.424691],[115.251805,35.438487],[115.265081,35.447568],[115.265201,35.456389],[115.272293,35.461495],[115.296256,35.468203],[115.308824,35.476673],[115.315739,35.476375],[115.321754,35.482229],[115.328438,35.486046],[115.349879,35.493745],[115.353383,35.500441],[115.344649,35.530138],[115.347797,35.540991],[115.347381,35.544751],[115.340133,35.547291],[115.338897,35.552738],[115.346619,35.551735],[115.363964,35.565072],[115.375816,35.569047],[115.383633,35.577272],[115.385669,35.586201],[115.392005,35.59372],[115.402003,35.594573],[115.407969,35.625186],[115.417967,35.626158],[115.420099,35.635085],[115.427645,35.650268],[115.441064,35.649504],[115.441397,35.650878],[115.420238,35.655233],[115.442771,35.657287],[115.451964,35.65915],[115.460198,35.663136],[115.456828,35.669371],[115.464191,35.674999],[115.478074,35.701136],[115.491872,35.709089],[115.502156,35.718759],[115.505438,35.72493],[115.523841,35.730482],[115.548696,35.729401],[115.558205,35.735266],[115.586118,35.728516],[115.58634,35.738242],[115.599057,35.737315],[115.616829,35.73972],[115.638586,35.744284],[115.65927,35.751266],[115.687797,35.754199],[115.692449,35.768555],[115.692163,35.782588],[115.690153,35.782794],[115.690717,35.788817],[115.698598,35.79272],[115.700596,35.806083],[115.711812,35.803122],[115.722119,35.815588],[115.728715,35.831571],[115.747325,35.833566],[115.760491,35.844516],[115.767477,35.854184],[115.802949,35.848217],[115.802692,35.845376],[115.810903,35.8447],[115.81416,35.846782],[115.815706,35.852891],[115.835737,35.850209],[115.835283,35.857442],[115.857836,35.859259],[115.859761,35.869085],[115.865138,35.873334],[115.867253,35.873273],[115.865875,35.858619],[115.869623,35.859498],[115.877772,35.895675],[115.883597,35.897831],[115.879289,35.909376],[115.866907,35.909633],[115.864807,35.915162],[115.879864,35.922482],[115.894926,35.924422],[115.903083,35.929874],[115.904265,35.933578],[115.900959,35.94561],[115.906437,35.960542],[115.969562,35.971789],[116.000656,35.972542],[116.012102,35.967931],[116.027623,35.964922],[116.039235,35.967379],[116.042626,35.970497],[116.045196,35.97935],[116.047327,36],[116.056535,36.028762],[116.067782,36.025961],[116.073665,36.042433],[116.073398,36.048803],[116.070949,36.05514],[116.079333,36.053906],[116.084808,36.057721],[116.074306,36.058252],[116.079331,36.065638],[116.084072,36.06587],[116.082881,36.071178],[116.081264,36.071181],[116.081905,36.080755],[116.086056,36.081003],[116.085896,36.089243],[116.090969,36.092071],[116.092587,36.109959],[116.097218,36.113224],[116.095075,36.114265],[116.050492,36.105451],[116.032046,36.082907],[116.019041,36.071461],[116.015961,36.066597],[115.984721,36.046871],[115.963788,36.044489],[115.933713,36.03454],[115.914002,36.020594],[115.89599,36.02695],[115.886255,36.026811],[115.861228,36.016871],[115.860712,36.006523],[115.853952,36.002831],[115.842772,36.005138],[115.831963,36.014408],[115.825772,36.01365],[115.825723,36.01096],[115.81763,36.010717],[115.817682,36.012722],[115.811243,36.012787],[115.794363,36.008327],[115.774147,35.993637],[115.776141,35.991675],[115.768899,35.974713],[115.766813,35.973395],[115.758327,35.970818],[115.730976,35.967433],[115.711838,35.971573],[115.693442,35.9666],[115.685616,35.961791],[115.680814,35.954152],[115.678239,35.944512],[115.674041,35.940493],[115.667374,35.937752],[115.660161,35.937213],[115.6475,35.931999],[115.638298,35.921407],[115.615742,35.924275],[115.610634,35.926928],[115.588965,35.924423],[115.575727,35.919995],[115.561836,35.911432],[115.554609,35.904831],[115.533344,35.893814],[115.49661,35.888748],[115.464318,35.871318],[115.442394,35.861514],[115.394108,35.806019],[115.365868,35.792145],[115.356858,35.781683],[115.353605,35.779957],[115.346897,35.782629],[115.342582,35.788001],[115.337958,35.790858],[115.328429,35.79414],[115.326092,35.796324],[115.328907,35.804318],[115.328478,35.806437],[115.326504,35.805943],[115.327442,35.817975],[115.331327,35.817452],[115.334783,35.822208],[115.33638,35.827157],[115.334127,35.837893],[115.340785,35.848082],[115.343628,35.860983],[115.332361,35.86476],[115.332807,35.868762],[115.333394,35.870716],[115.350873,35.870007],[115.360055,35.899909],[115.35741,35.93051],[115.34665,35.945697],[115.354549,35.95524],[115.354077,35.95738],[115.351099,35.959258],[115.349344,35.967796],[115.352058,35.975238],[115.356653,35.977372],[115.380107,35.972941],[115.384531,35.977515],[115.39124,35.9939],[115.394744,35.9924],[115.403409,35.993396],[115.409371,36.005034],[115.419641,36.008177],[115.431605,36.003443],[115.434292,36.008423],[115.44139,36.008995],[115.441301,36.02186],[115.443307,36.031104],[115.441653,36.06017],[115.443466,36.066147],[115.448581,36.070369],[115.453015,36.079181],[115.467633,36.097187],[115.476511,36.123684],[115.482505,36.130024],[115.478215,36.133824],[115.476874,36.143111],[115.477251,36.148805],[115.481035,36.148335],[115.481297,36.149629],[115.478954,36.157571],[115.473429,36.164927],[115.473382,36.168389],[115.47686,36.170436],[115.475471,36.174805],[115.47047,36.176516],[115.473132,36.187739],[115.468139,36.188886],[115.470514,36.198063],[115.473582,36.197677],[115.476222,36.203194],[115.465081,36.215052],[115.471702,36.223185],[115.470417,36.233555],[115.471745,36.236562],[115.470534,36.24636],[115.458399,36.251213],[115.46015,36.25898],[115.462122,36.259302],[115.461815,36.267707],[115.456633,36.273951],[115.453301,36.275295],[115.440211,36.274133],[115.43026,36.276114],[115.425499,36.279017],[115.424845,36.284192],[115.413621,36.288272],[115.410964,36.292532],[115.416615,36.30166],[115.41408,36.311951],[115.416841,36.322303],[115.413223,36.326031],[115.404006,36.327638],[115.401219,36.326019],[115.398936,36.321876],[115.3932,36.321865],[115.39101,36.318168],[115.385634,36.316526],[115.374012,36.321803],[115.36736,36.309178],[115.35842,36.30716],[115.351179,36.308535],[115.347803,36.312582],[115.348605,36.319389],[115.351745,36.318802],[115.359767,36.324044],[115.362238,36.331708],[115.363144,36.344386],[115.361991,36.347445],[115.357664,36.350887],[115.352301,36.351915],[115.351778,36.350278],[115.34594,36.350472],[115.338189,36.352048],[115.340813,36.364645],[115.336252,36.364283],[115.334959,36.37904],[115.333398,36.378026],[115.338681,36.396456],[115.333319,36.398124],[115.332752,36.396778],[115.321952,36.396923],[115.321012,36.401319],[115.309204,36.405265],[115.305272,36.408949],[115.29065,36.412339],[115.29193,36.417929],[115.299983,36.423022],[115.305966,36.432597],[115.310934,36.432388],[115.311833,36.449837],[115.301681,36.462908],[115.296237,36.465765],[115.29325,36.465348],[115.288855,36.459261],[115.286318,36.459495],[115.28311,36.470618],[115.288428,36.473685],[115.288644,36.475226],[115.279229,36.476359],[115.276664,36.479001],[115.277828,36.491122],[115.287957,36.501875],[115.291144,36.510772],[115.298524,36.523547],[115.305825,36.533134],[115.31627,36.540132],[115.325301,36.549405],[115.32602,36.56341],[115.329059,36.573962],[115.328206,36.582001],[115.333787,36.591572],[115.335433,36.603251],[115.340615,36.605415],[115.338733,36.612851],[115.345676,36.620361],[115.345027,36.622474],[115.348083,36.628343],[115.350515,36.629025],[115.359816,36.621823],[115.373031,36.633142],[115.382125,36.646698],[115.380394,36.656137],[115.386984,36.659953],[115.402273,36.663885],[115.404155,36.67362],[115.406117,36.676245],[115.413599,36.680057],[115.41434,36.686357],[115.424814,36.687912],[115.439318,36.693029],[115.444191,36.705446],[115.443992,36.712701],[115.452371,36.725168],[115.459643,36.73058],[115.469019,36.743215],[115.472417,36.751016],[115.472993,36.759284],[115.506455,36.766396],[115.511017,36.7664],[115.519774,36.763409],[115.52096,36.767189],[115.519393,36.771308],[115.521553,36.773789],[115.527915,36.77091],[115.547602,36.775823],[115.573401,36.774844],[115.579909,36.781397],[115.614116,36.792026],[115.627943,36.799778],[115.65961,36.812396],[115.667618,36.808994],[115.677558,36.812047],[115.681714,36.816291],[115.686534,36.828665],[115.682907,36.839161],[115.68325,36.842403],[115.689842,36.849775],[115.694867,36.860077],[115.694228,36.867046],[115.705114,36.881651],[115.719318,36.89273],[115.729868,36.896843],[115.732345,36.901181],[115.736367,36.904163],[115.741292,36.902001],[115.74612,36.905739],[115.748599,36.904595],[115.748521,36.902669],[115.751286,36.902098],[115.752833,36.902653],[115.753911,36.908694],[115.759299,36.908692],[115.762808,36.915394],[115.762854,36.920593],[115.758254,36.921011],[115.755884,36.924424],[115.759836,36.92944],[115.755615,36.934672],[115.755721,36.936986],[115.7571,36.93916],[115.761273,36.940016],[115.766939,36.936312],[115.77026,36.942317],[115.777714,36.94635],[115.781527,36.951061],[115.79101,36.968651],[115.786107,36.974958],[115.781957,36.969597],[115.778492,36.970307],[115.778176,36.978772],[115.782869,36.979606],[115.781293,36.982517],[115.771421,36.986497],[115.770742,36.991835],[115.785388,37.005761],[115.792238,37.0053],[115.803028,37.010477],[115.804402,37.012253],[115.797821,37.017749],[115.800409,37.018906],[115.807042,37.017879],[115.808149,37.02036],[115.80695,37.028977],[115.814812,37.029019],[115.81891,37.030792],[115.825243,37.044185],[115.843388,37.055666],[115.842535,37.059082],[115.848036,37.058765],[115.850758,37.060602],[115.859494,37.070513],[115.862738,37.076782],[115.863083,37.085258],[115.872972,37.102551],[115.879969,37.123381],[115.87969,37.128578],[115.87377,37.139312],[115.874076,37.15053],[115.880256,37.157448],[115.896135,37.165725],[115.906431,37.176081],[115.906453,37.180787],[115.900946,37.184793],[115.899024,37.188489],[115.903253,37.202703],[115.909232,37.21033],[115.924293,37.221103],[115.93516,37.22714],[115.940696,37.225637],[115.949451,37.227441],[115.96369,37.238971],[115.965557,37.242304],[115.965264,37.24536],[115.961487,37.249617],[115.96747,37.257115],[115.970658,37.275127],[115.962526,37.287419],[115.967866,37.29341],[115.97079,37.301907],[115.975831,37.306621],[115.979034,37.315991],[115.979108,37.326482],[115.970374,37.333824],[115.970579,37.336901],[115.981617,37.341324],[116.003036,37.342268],[116.009086,37.349704],[116.028709,37.357373],[116.046078,37.35688],[116.048,37.361441],[116.054443,37.365839],[116.06542,37.36719],[116.075437,37.372272],[116.079768,37.372654],[116.101546,37.368146],[116.108399,37.373002],[116.123062,37.372886],[116.154576,37.380787],[116.160644,37.384124],[116.177775,37.370174],[116.186293,37.365532],[116.230842,37.360991],[116.245946,37.375929],[116.247452,37.38054],[116.2515,37.381579],[116.25308,37.384412],[116.256838,37.382606],[116.25577,37.389132],[116.266264,37.38872],[116.267575,37.391355],[116.267315,37.397842],[116.278089,37.400996],[116.279867,37.40308],[116.27082,37.40638],[116.268674,37.411986],[116.264389,37.412068],[116.269372,37.418488],[116.264628,37.419411],[116.259893,37.417943],[116.256817,37.41986],[116.257634,37.421882],[116.265108,37.425563],[116.265363,37.427111],[116.262761,37.429381],[116.256006,37.425665],[116.254119,37.42736],[116.246335,37.425098],[116.241574,37.421616],[116.227192,37.423571],[116.221876,37.425743],[116.221584,37.433348],[116.223658,37.437174],[116.232196,37.444962],[116.237366,37.447451],[116.237858,37.455169],[116.229755,37.458664],[116.224144,37.458944],[116.223631,37.467513],[116.221637,37.47379],[116.218448,37.47413],[116.218691,37.478978],[116.229347,37.479],[116.232532,37.487903],[116.235894,37.49096],[116.260001,37.477892],[116.257985,37.473173],[116.26571,37.466063],[116.272962,37.464624],[116.2751,37.469722],[116.265733,37.478555],[116.284624,37.483453],[116.283489,37.48711],[116.277935,37.488232],[116.285289,37.491923],[116.287276,37.496504],[116.286456,37.49763],[116.281014,37.496786],[116.278687,37.498919],[116.279855,37.502053],[116.283745,37.505041],[116.283364,37.508737],[116.274488,37.510083],[116.275739,37.513746],[116.275006,37.518622],[116.270665,37.521569],[116.274371,37.524451],[116.285608,37.522269],[116.280394,37.531425],[116.283555,37.533601],[116.285193,37.541448],[116.285588,37.545191],[116.283276,37.551495],[116.286986,37.55885],[116.294897,37.559247],[116.292562,37.565485],[116.29357,37.568739],[116.295923,37.568295],[116.299598,37.563511],[116.307158,37.565947],[116.314864,37.570719],[116.323009,37.569283],[116.328972,37.573698],[116.327667,37.575632],[116.314676,37.577617],[116.313851,37.57939],[116.321757,37.581312],[116.329622,37.580467],[116.329893,37.57559],[116.335659,37.57406],[116.339082,37.569613],[116.337552,37.565079],[116.346802,37.563366],[116.354268,37.563903],[116.357653,37.56936],[116.363219,37.567827],[116.361755,37.565369],[116.372965,37.562512],[116.370524,37.555728],[116.370948,37.546686],[116.373443,37.543212],[116.369044,37.541039],[116.361888,37.532944],[116.364431,37.525289],[116.372061,37.520779],[116.376821,37.522699],[116.382126,37.520497],[116.37872,37.513911],[116.386189,37.510399],[116.387266,37.511965],[116.398848,37.511913],[116.398531,37.509804],[116.406247,37.500258],[116.404875,37.493869],[116.416998,37.479106],[116.431986,37.475394],[116.440508,37.498991],[116.449935,37.512565],[116.45887,37.51757],[116.479093,37.52226],[116.492959,37.536368],[116.502712,37.542267],[116.514626,37.559777],[116.535181,37.569369],[116.539146,37.58083],[116.552426,37.589545],[116.569843,37.60991],[116.59692,37.623023],[116.622877,37.649467],[116.636544,37.667452],[116.634085,37.668827],[116.631072,37.675323],[116.632172,37.679324],[116.637317,37.681621],[116.638684,37.679507],[116.648098,37.676902],[116.652413,37.679997],[116.659221,37.688749],[116.670158,37.722489],[116.674177,37.7271],[116.684156,37.729396],[116.684568,37.727104],[116.690389,37.728771],[116.69373,37.730063],[116.693146,37.73808],[116.697085,37.739757],[116.700528,37.739227],[116.699798,37.736242],[116.703769,37.7344],[116.718877,37.743711],[116.715644,37.748201],[116.712576,37.757957],[116.71313,37.761668],[116.717471,37.765977],[116.723824,37.764225],[116.727457,37.761025],[116.725915,37.758114],[116.736309,37.75612],[116.74143,37.758813],[116.748027,37.769042],[116.749878,37.791128],[116.752753,37.800632],[116.759892,37.809792],[116.780443,37.82575],[116.784029,37.836158],[116.781076,37.839745],[116.788886,37.846237],[116.795846,37.846196],[116.799154,37.848136],[116.806183,37.847355],[116.807014,37.843015],[116.814021,37.843818],[116.814066,37.840956],[116.821473,37.84044],[116.831824,37.834745],[116.836928,37.833917],[116.872975,37.842907],[116.913807,37.845467],[116.944466,37.839163],[116.971304,37.840125],[117.001334,37.833509],[117.019192,37.831726],[117.030534,37.833518],[117.058106,37.846178],[117.086969,37.848616],[117.145158,37.838581],[117.159386,37.83917],[117.170683,37.847054],[117.178969,37.84888],[117.199514,37.843384],[117.261114,37.838054],[117.280481,37.847126],[117.293546,37.850199],[117.31192,37.860276],[117.335786,37.86231],[117.358708,37.853276],[117.375683,37.853662],[117.397692,37.842807],[117.416431,37.846122],[117.42841,37.850926],[117.432973,37.853819],[117.461078,37.891152],[117.47518,37.914689],[117.485116,37.92565],[117.504366,37.939372],[117.506242,37.942333],[117.514149,37.963748],[117.518888,37.990772],[117.537755,38.014177],[117.539242,38.025485],[117.551602,38.036322],[117.554355,38.040459],[117.551347,38.042945],[117.549639,38.048565],[117.551287,38.054979],[117.557401,38.057027],[117.558017,38.06257],[117.570573,38.064512],[117.575277,38.069287],[117.579484,38.070985],[117.598142,38.073041],[117.613961,38.068137],[117.639739,38.072509],[117.65919,38.071473],[117.665626,38.077033],[117.673923,38.0793],[117.693518,38.074179],[117.70269,38.077137],[117.716069,38.090091],[117.723059,38.092212],[117.723302,38.106225],[117.73103,38.111749],[117.736843,38.12276],[117.747845,38.125741],[117.754194,38.129824],[117.763121,38.13229],[117.766216,38.135186],[117.760009,38.15721],[117.760206,38.16335],[117.782801,38.180139],[117.790005,38.192309],[117.790544,38.196315],[117.784968,38.200897],[117.784655,38.202987],[117.786189,38.20546],[117.794036,38.209582],[117.800248,38.217256],[117.79889,38.224716],[117.800052,38.226849],[117.817594,38.234892],[117.822077,38.246249],[117.839948,38.251804],[117.843651,38.254657],[117.846448,38.262398],[117.847724,38.261543],[117.85366,38.265398],[117.860441,38.267157],[117.870589,38.261649]]],[[[120.839843,38.303185],[120.831077,38.298925],[120.816261,38.299767],[120.807852,38.28827],[120.801915,38.285808],[120.796756,38.285233],[120.794819,38.289178],[120.795184,38.291473],[120.807492,38.29909],[120.806775,38.302409],[120.803092,38.303241],[120.80893,38.312996],[120.82956,38.317236],[120.836217,38.315566],[120.843181,38.310515],[120.839028,38.308313],[120.839843,38.303185]]],[[[120.844993,38.347083],[120.850834,38.343344],[120.845272,38.339489],[120.841757,38.339349],[120.839044,38.336372],[120.836101,38.336101],[120.835942,38.337981],[120.840562,38.343011],[120.83945,38.345801],[120.835918,38.345709],[120.839992,38.350251],[120.838293,38.354706],[120.839948,38.355205],[120.8448,38.350503],[120.844993,38.347083]]],[[[120.906031,38.36787],[120.906043,38.365889],[120.901056,38.363449],[120.901246,38.360038],[120.905433,38.358759],[120.914853,38.363073],[120.914809,38.360199],[120.909315,38.359507],[120.9071,38.356198],[120.909296,38.35058],[120.914524,38.347026],[120.913246,38.345309],[120.91121,38.345318],[120.906855,38.350798],[120.902577,38.351934],[120.893855,38.360491],[120.891637,38.364757],[120.894004,38.369168],[120.899724,38.369577],[120.900219,38.367478],[120.902509,38.367429],[120.908652,38.371835],[120.909321,38.370847],[120.906031,38.36787]]],[[[120.921791,38.391435],[120.925608,38.390665],[120.927877,38.384949],[120.926484,38.383645],[120.92163,38.384884],[120.919008,38.387359],[120.898074,38.382689],[120.895007,38.384291],[120.896488,38.389641],[120.907293,38.392762],[120.908573,38.397982],[120.91068,38.399431],[120.9159,38.399527],[120.918359,38.393202],[120.921791,38.391435]]]]}},{type:"Feature",properties:{name:"河南省",province_adcode:41e4,province_type:"省",name_en:"Henan",name_var:"Hé Nán",adcode:41e4},geometry:{type:"MultiPolygon",coordinates:[[[[111.027702,33.179108],[111.014891,33.174117],[111.009977,33.174913],[111.018406,33.181725],[111.024182,33.189223],[111.027194,33.190525],[111.031297,33.189135],[111.032342,33.187284],[111.027702,33.179108]]],[[[113.749464,36.365474],[113.752964,36.359247],[113.757133,36.355887],[113.770903,36.350085],[113.789828,36.347845],[113.806433,36.332681],[113.814827,36.330901],[113.828118,36.334268],[113.843926,36.33222],[113.848298,36.32949],[113.853742,36.330018],[113.853436,36.333511],[113.844964,36.336788],[113.843337,36.339522],[113.843003,36.345689],[113.845599,36.349779],[113.876055,36.354098],[113.881801,36.352055],[113.902198,36.322045],[113.904179,36.314432],[113.909986,36.314885],[113.925977,36.320145],[113.928782,36.323893],[113.92844,36.336042],[113.932615,36.338169],[113.951717,36.336313],[113.950179,36.344845],[113.947732,36.346396],[113.942359,36.34639],[113.939632,36.348723],[113.938752,36.351758],[113.940577,36.356845],[113.94289,36.358463],[113.951016,36.357659],[113.958025,36.35283],[113.97328,36.327712],[113.976381,36.317655],[113.987221,36.314669],[113.996507,36.334509],[113.988311,36.342987],[113.972745,36.345265],[113.970829,36.35423],[113.972063,36.358755],[113.978292,36.358775],[113.982865,36.35686],[113.992001,36.351878],[114,36.343727],[114.003939,36.342466],[114.008452,36.346499],[114.008575,36.352441],[114.018201,36.354902],[114.022464,36.352781],[114.024141,36.35352],[114.027431,36.349527],[114.025572,36.348457],[114.026592,36.340577],[114.019171,36.329002],[114.020291,36.324467],[114.021812,36.32432],[114.02326,36.326725],[114.039823,36.326304],[114.045874,36.330192],[114.049372,36.32967],[114.053172,36.325978],[114.052949,36.319969],[114.055291,36.317998],[114.051819,36.313353],[114.043785,36.311495],[114.038464,36.305435],[114.031521,36.303914],[114.036731,36.296427],[114.042567,36.294048],[114.051121,36.285751],[114.056073,36.27359],[114.07313,36.271486],[114.075911,36.269206],[114.08364,36.273072],[114.084682,36.275659],[114.106396,36.273033],[114.111934,36.274283],[114.115162,36.272508],[114.121972,36.27469],[114.121801,36.279673],[114.125003,36.281565],[114.154716,36.266916],[114.160746,36.269825],[114.168134,36.265983],[114.170517,36.263022],[114.167107,36.254277],[114.166862,36.248469],[114.163872,36.246021],[114.164716,36.243547],[114.172282,36.242339],[114.179042,36.247204],[114.187631,36.247533],[114.193798,36.244912],[114.19702,36.24559],[114.200673,36.253661],[114.198839,36.258372],[114.204993,36.272944],[114.216352,36.27092],[114.219255,36.266387],[114.226755,36.260721],[114.230256,36.25227],[114.236368,36.251266],[114.245993,36.258711],[114.256287,36.261616],[114.284958,36.249213],[114.284451,36.246996],[114.293014,36.245868],[114.301147,36.246432],[114.303931,36.249984],[114.308524,36.251869],[114.322334,36.248064],[114.323203,36.255798],[114.339102,36.255653],[114.338752,36.252724],[114.340698,36.252585],[114.340515,36.245321],[114.347755,36.242487],[114.3488,36.240764],[114.349893,36.23019],[114.357004,36.227052],[114.35749,36.229353],[114.361686,36.229083],[114.36145,36.225332],[114.362792,36.224765],[114.37535,36.224258],[114.375312,36.221689],[114.390006,36.22077],[114.392669,36.222263],[114.392989,36.229398],[114.402099,36.228418],[114.407272,36.222799],[114.405135,36.2045],[114.408179,36.204122],[114.408515,36.206289],[114.419654,36.205633],[114.419395,36.202333],[114.422538,36.19954],[114.428824,36.197932],[114.435309,36.204846],[114.441283,36.20683],[114.451873,36.207002],[114.457816,36.19193],[114.4645,36.19116],[114.46408,36.187871],[114.473616,36.178277],[114.47856,36.181348],[114.483268,36.17822],[114.506831,36.173945],[114.507755,36.169405],[114.505182,36.16933],[114.506133,36.166024],[114.521009,36.173416],[114.52401,36.173507],[114.527561,36.170833],[114.527171,36.168017],[114.525449,36.167969],[114.52573,36.162287],[114.537032,36.16211],[114.53768,36.156997],[114.551184,36.150994],[114.552413,36.150907],[114.552939,36.153134],[114.562438,36.152452],[114.566077,36.149411],[114.566084,36.145798],[114.569861,36.143428],[114.581305,36.141079],[114.581214,36.133155],[114.585921,36.130757],[114.581168,36.127269],[114.578665,36.128475],[114.577597,36.122284],[114.573495,36.120574],[114.576475,36.117135],[114.582503,36.117144],[114.585333,36.121224],[114.599074,36.121626],[114.601462,36.123024],[114.602469,36.127127],[114.605254,36.128634],[114.614081,36.126702],[114.613867,36.123706],[114.624816,36.124419],[114.625136,36.12794],[114.630738,36.128672],[114.631583,36.135784],[114.635466,36.13755],[114.647872,36.138797],[114.649535,36.140373],[114.685439,36.138448],[114.68669,36.14627],[114.695922,36.146399],[114.705955,36.145438],[114.707442,36.144424],[114.707175,36.141874],[114.715034,36.140695],[114.718452,36.143607],[114.718467,36.147403],[114.724471,36.148783],[114.728637,36.155775],[114.736312,36.154508],[114.736083,36.152368],[114.742981,36.150834],[114.745796,36.146578],[114.744743,36.141718],[114.74578,36.138678],[114.757204,36.134861],[114.759709,36.131629],[114.759329,36.125415],[114.765882,36.12446],[114.766795,36.128549],[114.772203,36.128043],[114.772869,36.133164],[114.776666,36.133412],[114.795527,36.131333],[114.819465,36.123753],[114.825015,36.127142],[114.825898,36.13041],[114.830396,36.131008],[114.840643,36.130488],[114.840851,36.128319],[114.851872,36.127854],[114.853336,36.135924],[114.851084,36.137325],[114.853041,36.144443],[114.856676,36.1438],[114.871142,36.146284],[114.873507,36.143622],[114.876793,36.142927],[114.877684,36.145273],[114.886459,36.143798],[114.888446,36.142828],[114.887942,36.14018],[114.906878,36.14059],[114.901211,36.117275],[114.906636,36.113293],[114.90824,36.106896],[114.920537,36.103948],[114.923414,36.096511],[114.919737,36.090554],[114.920857,36.087082],[114.916214,36.071724],[114.913571,36.066821],[114.908916,36.066107],[114.907139,36.061447],[114.911341,36.060433],[114.912085,36.04876],[114.915879,36.049003],[114.916416,36.051086],[114.915147,36.05104],[114.917259,36.055755],[114.919649,36.055656],[114.923912,36.059791],[114.93027,36.057469],[114.938262,36.063333],[114.948561,36.067875],[114.96198,36.070622],[114.967705,36.067303],[114.981822,36.064359],[114.983746,36.061496],[114.996753,36.067001],[115.002691,36.071241],[115.003974,36.075482],[115.001385,36.077915],[115.024397,36.099703],[115.028649,36.09796],[115.03159,36.098536],[115.034693,36.104489],[115.033198,36.107264],[115.042744,36.113217],[115.044266,36.12139],[115.037363,36.126104],[115.036885,36.130457],[115.038769,36.133174],[115.042059,36.132942],[115.045585,36.145712],[115.043333,36.150707],[115.039512,36.153217],[115.038914,36.156259],[115.042589,36.163693],[115.045732,36.15975],[115.052981,36.166688],[115.053881,36.168854],[115.051353,36.172367],[115.05341,36.179219],[115.065204,36.17917],[115.091268,36.171508],[115.092088,36.174397],[115.098702,36.173437],[115.099616,36.177843],[115.091541,36.180968],[115.095523,36.194101],[115.100221,36.196949],[115.103566,36.196041],[115.105792,36.204115],[115.118009,36.206616],[115.119234,36.210443],[115.136925,36.208194],[115.139568,36.208661],[115.13978,36.210859],[115.143014,36.210533],[115.147232,36.207458],[115.146641,36.203594],[115.148069,36.200301],[115.160251,36.194187],[115.158487,36.19143],[115.16498,36.189755],[115.178407,36.192674],[115.182764,36.195594],[115.190444,36.202191],[115.192504,36.207632],[115.191064,36.207484],[115.190508,36.210079],[115.195854,36.212665],[115.195448,36.209404],[115.199207,36.202887],[115.207357,36.203417],[115.218967,36.195356],[115.221235,36.199575],[115.224358,36.200467],[115.244937,36.189408],[115.245346,36.181595],[115.252287,36.180403],[115.256908,36.172955],[115.255849,36.159741],[115.258254,36.153396],[115.264143,36.152281],[115.267853,36.139316],[115.275756,36.133863],[115.28348,36.132197],[115.283799,36.133495],[115.288202,36.133864],[115.296365,36.132191],[115.297768,36.130169],[115.297176,36.11883],[115.29444,36.111163],[115.291354,36.110319],[115.291067,36.100827],[115.297857,36.098028],[115.298215,36.094902],[115.306415,36.087225],[115.315327,36.085515],[115.322719,36.086282],[115.323498,36.088666],[115.328889,36.091854],[115.333745,36.086902],[115.338004,36.087174],[115.35985,36.098092],[115.364219,36.102861],[115.362315,36.103729],[115.365312,36.111704],[115.368136,36.111225],[115.369173,36.11273],[115.36964,36.115695],[115.364819,36.11869],[115.364656,36.122371],[115.368428,36.127991],[115.386922,36.129019],[115.39404,36.140015],[115.394342,36.143631],[115.391929,36.14818],[115.39828,36.158482],[115.399866,36.159022],[115.4015,36.152899],[115.39919,36.144332],[115.405073,36.137008],[115.411771,36.135872],[115.416041,36.138636],[115.420118,36.137663],[115.426443,36.147822],[115.431954,36.148475],[115.442907,36.146522],[115.447384,36.156492],[115.444677,36.156857],[115.443309,36.166174],[115.445548,36.174015],[115.449415,36.175925],[115.458604,36.169185],[115.465064,36.166672],[115.465784,36.164998],[115.463227,36.159312],[115.462342,36.151701],[115.477193,36.148201],[115.478215,36.133824],[115.482505,36.130024],[115.476511,36.123684],[115.467633,36.097187],[115.453015,36.079181],[115.448581,36.070369],[115.443466,36.066147],[115.441653,36.06017],[115.443307,36.031104],[115.441301,36.02186],[115.44139,36.008995],[115.434292,36.008423],[115.431605,36.003443],[115.419641,36.008177],[115.409371,36.005034],[115.403409,35.993396],[115.394744,35.9924],[115.39124,35.9939],[115.384531,35.977515],[115.381346,35.973553],[115.376489,35.973142],[115.373285,35.97523],[115.355099,35.977264],[115.352058,35.975238],[115.349344,35.967796],[115.351099,35.959258],[115.354077,35.95738],[115.354549,35.95524],[115.34665,35.945697],[115.35741,35.93051],[115.360055,35.899909],[115.350873,35.870007],[115.333394,35.870716],[115.332361,35.86476],[115.343628,35.860983],[115.343385,35.858369],[115.338663,35.84319],[115.334127,35.837893],[115.33638,35.827157],[115.334783,35.822208],[115.331327,35.817452],[115.327442,35.817975],[115.326504,35.805943],[115.328478,35.806437],[115.328907,35.804318],[115.326092,35.796324],[115.328429,35.79414],[115.337958,35.790858],[115.342582,35.788001],[115.346897,35.782629],[115.353605,35.779957],[115.356858,35.781683],[115.365868,35.792145],[115.394108,35.806019],[115.442394,35.861514],[115.464318,35.871318],[115.49661,35.888748],[115.533344,35.893814],[115.554609,35.904831],[115.561836,35.911432],[115.575727,35.919995],[115.588965,35.924423],[115.610634,35.926928],[115.615742,35.924275],[115.638298,35.921407],[115.6475,35.931999],[115.660161,35.937213],[115.667374,35.937752],[115.674041,35.940493],[115.678239,35.944512],[115.680814,35.954152],[115.685616,35.961791],[115.693442,35.9666],[115.711838,35.971573],[115.730976,35.967433],[115.758327,35.970818],[115.766813,35.973395],[115.768899,35.974713],[115.776141,35.991675],[115.774147,35.993637],[115.794363,36.008327],[115.811243,36.012787],[115.817682,36.012722],[115.81763,36.010717],[115.825723,36.01096],[115.825772,36.01365],[115.831963,36.014408],[115.842772,36.005138],[115.853952,36.002831],[115.860712,36.006523],[115.861228,36.016871],[115.886255,36.026811],[115.89599,36.02695],[115.914002,36.020594],[115.933713,36.03454],[115.963788,36.044489],[115.984721,36.046871],[116.015961,36.066597],[116.019041,36.071461],[116.032046,36.082907],[116.050492,36.105451],[116.095075,36.114265],[116.097218,36.113224],[116.09279,36.11057],[116.090969,36.092071],[116.085896,36.089243],[116.086056,36.081003],[116.081905,36.080755],[116.081264,36.071181],[116.082881,36.071178],[116.084072,36.06587],[116.079331,36.065638],[116.074306,36.058252],[116.084808,36.057721],[116.079333,36.053906],[116.070949,36.05514],[116.073398,36.048803],[116.073665,36.042433],[116.067782,36.025961],[116.056535,36.028762],[116.047327,36],[116.043439,35.973117],[116.039235,35.967379],[116.027623,35.964922],[116.012102,35.967931],[116.000656,35.972542],[115.969562,35.971789],[115.906437,35.960542],[115.900959,35.94561],[115.904265,35.933578],[115.903083,35.929874],[115.894926,35.924422],[115.879864,35.922482],[115.864807,35.915162],[115.866907,35.909633],[115.879289,35.909376],[115.883597,35.897831],[115.877772,35.895675],[115.869623,35.859498],[115.865875,35.858619],[115.867253,35.873273],[115.865138,35.873334],[115.859761,35.869085],[115.857836,35.859259],[115.835283,35.857442],[115.835737,35.850209],[115.815706,35.852891],[115.81416,35.846782],[115.810903,35.8447],[115.802692,35.845376],[115.802949,35.848217],[115.767477,35.854184],[115.760491,35.844516],[115.747325,35.833566],[115.728715,35.831571],[115.722119,35.815588],[115.711812,35.803122],[115.700596,35.806083],[115.698598,35.79272],[115.690717,35.788817],[115.690153,35.782794],[115.692163,35.782588],[115.692449,35.768555],[115.687797,35.754199],[115.65927,35.751266],[115.638586,35.744284],[115.616829,35.73972],[115.599057,35.737315],[115.58634,35.738242],[115.586118,35.728516],[115.558205,35.735266],[115.548696,35.729401],[115.523841,35.730482],[115.505438,35.72493],[115.502156,35.718759],[115.491872,35.709089],[115.478074,35.701136],[115.464191,35.674999],[115.456828,35.669371],[115.460198,35.663136],[115.451964,35.65915],[115.442771,35.657287],[115.420238,35.655233],[115.441397,35.650878],[115.441064,35.649504],[115.427645,35.650268],[115.420099,35.635085],[115.417967,35.626158],[115.407969,35.625186],[115.402003,35.594573],[115.392005,35.59372],[115.385669,35.586201],[115.383633,35.577272],[115.375816,35.569047],[115.363964,35.565072],[115.346619,35.551735],[115.338897,35.552738],[115.340133,35.547291],[115.347381,35.544751],[115.347797,35.540991],[115.344649,35.530138],[115.353383,35.500441],[115.349879,35.493745],[115.328438,35.486046],[115.321754,35.482229],[115.315739,35.476375],[115.308824,35.476673],[115.296256,35.468203],[115.272293,35.461495],[115.265201,35.456389],[115.265081,35.447568],[115.251805,35.438487],[115.235972,35.424691],[115.222188,35.42066],[115.206161,35.423566],[115.189889,35.421201],[115.189887,35.415902],[115.171251,35.423092],[115.157367,35.426271],[115.145245,35.427122],[115.132854,35.425631],[115.11888,35.419688],[115.119129,35.408107],[115.116642,35.402671],[115.112211,35.402402],[115.098595,35.40358],[115.089158,35.410626],[115.08878,35.41572],[115.085537,35.416025],[115.077654,35.41105],[115.078751,35.405546],[115.080314,35.405491],[115.08178,35.40196],[115.08117,35.392104],[115.068607,35.375933],[115.027234,35.375256],[115.017157,35.370978],[115.011386,35.361839],[115.011419,35.353215],[115.019033,35.321862],[115.012937,35.321577],[115.007695,35.329418],[115.000864,35.318465],[114.980778,35.30459],[114.98079,35.301353],[114.97087,35.286123],[114.965803,35.286372],[114.963056,35.274214],[114.944907,35.256085],[114.943037,35.254491],[114.929027,35.251871],[114.924921,35.248672],[114.926895,35.199161],[114.925597,35.196055],[114.893258,35.195131],[114.870265,35.189561],[114.854856,35.18159],[114.842824,35.169792],[114.841197,35.164189],[114.841537,35.156241],[114.849841,35.14294],[114.868474,35.127076],[114.877142,35.11728],[114.879467,35.104116],[114.873002,35.090311],[114.865492,35.085998],[114.819482,35.078617],[114.814334,35.075362],[114.811864,35.071179],[114.813593,35.052741],[114.816633,35.048444],[114.828443,35.042925],[114.846209,35.042552],[114.849724,35.036408],[114.847155,35.029942],[114.836734,35.021176],[114.825453,35.01515],[114.810126,35.011262],[114.818853,35.009792],[114.821883,35.010917],[114.851951,35.001678],[114.855743,35.003569],[114.861988,35.022655],[114.864522,35.025113],[114.871728,35.026077],[114.878955,35.022806],[114.8797,35.018425],[114.878562,35.01131],[114.874857,35.004361],[114.876385,34.998218],[114.88168,34.993792],[114.90205,34.989755],[114.901157,34.977555],[114.912561,34.969985],[114.922491,34.970207],[114.93759,34.98841],[114.950698,34.995383],[114.955603,34.996224],[114.968024,34.994752],[114.972413,34.991588],[114.990905,34.992515],[115.003236,34.988682],[115.005429,34.981494],[115.010261,34.976744],[115.025142,34.968855],[115.027462,34.968989],[115.029209,34.96952],[115.02877,34.978031],[115.035339,34.982783],[115.040865,34.982592],[115.047087,34.985474],[115.056242,34.995337],[115.086577,34.995436],[115.086475,35.000456],[115.089729,35.000452],[115.09498,34.999225],[115.095703,34.994952],[115.107627,34.998551],[115.109226,35.004548],[115.112157,35.006921],[115.119941,35.007391],[115.126212,35.001155],[115.123455,34.985114],[115.12558,34.982264],[115.13446,34.979075],[115.145462,34.971389],[115.15043,34.965125],[115.150854,34.960685],[115.156003,34.959035],[115.168332,34.962658],[115.183265,34.960198],[115.186825,34.955675],[115.185988,34.953057],[115.192907,34.952259],[115.196635,34.954093],[115.197646,34.959404],[115.199237,34.96042],[115.205475,34.959584],[115.219274,34.954235],[115.216844,34.946941],[115.213982,34.943366],[115.209959,34.941985],[115.206142,34.944137],[115.19691,34.926463],[115.191753,34.928627],[115.186521,34.926264],[115.183315,34.915597],[115.199342,34.90675],[115.21006,34.904922],[115.21243,34.912986],[115.223317,34.916403],[115.233583,34.916905],[115.249461,34.910174],[115.250722,34.902996],[115.240755,34.893071],[115.237449,34.891439],[115.229191,34.892771],[115.230667,34.867227],[115.23449,34.867314],[115.237037,34.859906],[115.236857,34.850083],[115.240467,34.843751],[115.254458,34.838463],[115.260973,34.855431],[115.268257,34.857981],[115.280627,34.852424],[115.279544,34.839771],[115.285517,34.844001],[115.29148,34.862199],[115.298028,34.863561],[115.311273,34.862888],[115.322595,34.852318],[115.334134,34.849577],[115.349767,34.837054],[115.366475,34.833397],[115.369293,34.829001],[115.377152,34.828641],[115.391763,34.831934],[115.414015,34.808562],[115.425824,34.804815],[115.424352,34.799018],[115.422143,34.799107],[115.422781,34.78837],[115.434718,34.770304],[115.440542,34.7545],[115.446471,34.744858],[115.446574,34.743203],[115.439145,34.736692],[115.422285,34.733592],[115.421626,34.731562],[115.424705,34.723381],[115.434694,34.721929],[115.446479,34.693478],[115.44474,34.670143],[115.439359,34.667162],[115.439448,34.662894],[115.448308,34.656862],[115.449357,34.657016],[115.448892,34.66153],[115.453374,34.662249],[115.45445,34.660588],[115.456667,34.646993],[115.453938,34.634768],[115.464017,34.637693],[115.473562,34.633831],[115.480233,34.62683],[115.482621,34.615901],[115.485321,34.611022],[115.499127,34.59506],[115.507101,34.587427],[115.529014,34.576566],[115.5449,34.57346],[115.573982,34.572277],[115.602861,34.573441],[115.612755,34.576304],[115.61701,34.576001],[115.634315,34.572689],[115.63972,34.568726],[115.650403,34.565008],[115.653579,34.561988],[115.662637,34.558347],[115.678527,34.55669],[115.680906,34.557824],[115.691065,34.571245],[115.691341,34.598548],[115.693359,34.600611],[115.70048,34.600897],[115.725226,34.591746],[115.756801,34.588612],[115.791465,34.579286],[115.801987,34.571248],[115.823235,34.559252],[115.842312,34.564354],[115.872373,34.569249],[115.926285,34.577536],[115.971268,34.58255],[115.974933,34.584755],[115.979634,34.591888],[115.980656,34.604618],[115.982842,34.609116],[115.986807,34.61331],[115.99411,34.616277],[116.000257,34.603661],[116.002774,34.6137],[116.00856,34.609431],[116.039239,34.596313],[116.047811,34.596439],[116.051915,34.599187],[116.10037,34.598012],[116.103623,34.592329],[116.124012,34.579514],[116.130994,34.56515],[116.135275,34.560303],[116.143321,34.556958],[116.148133,34.556581],[116.150422,34.560105],[116.18008,34.571131],[116.184534,34.569765],[116.193592,34.571578],[116.196039,34.568391],[116.196165,34.560736],[116.19314,34.548815],[116.191255,34.54862],[116.187038,34.530115],[116.203475,34.51479],[116.203351,34.513261],[116.201378,34.507721],[116.187274,34.503805],[116.175113,34.493435],[116.171507,34.475741],[116.170472,34.474202],[116.163401,34.473981],[116.161004,34.464349],[116.157063,34.458518],[116.15406,34.45883],[116.152982,34.451022],[116.164456,34.445319],[116.175401,34.443808],[116.17933,34.437994],[116.180604,34.430447],[116.175014,34.43073],[116.17418,34.426984],[116.175296,34.425859],[116.179308,34.423836],[116.180524,34.425326],[116.190495,34.425109],[116.190061,34.421522],[116.196179,34.414745],[116.202323,34.415284],[116.213164,34.407074],[116.211326,34.401999],[116.205111,34.401617],[116.201453,34.391077],[116.201524,34.383431],[116.214864,34.377266],[116.227844,34.38193],[116.227657,34.375119],[116.235603,34.374279],[116.245003,34.380055],[116.250618,34.379341],[116.265625,34.370294],[116.271813,34.361454],[116.278611,34.358689],[116.290104,34.360216],[116.293236,34.357497],[116.293646,34.355097],[116.293174,34.353284],[116.290666,34.352729],[116.291978,34.348933],[116.301606,34.336569],[116.303993,34.335716],[116.308352,34.339541],[116.322678,34.334529],[116.326495,34.325989],[116.341519,34.326181],[116.345059,34.328255],[116.351955,34.320038],[116.362669,34.311366],[116.369736,34.299061],[116.369495,34.292759],[116.365047,34.290891],[116.356864,34.280693],[116.359096,34.272698],[116.366549,34.268829],[116.375771,34.274211],[116.400541,34.277687],[116.410658,34.269484],[116.427652,34.271358],[116.425934,34.277161],[116.427655,34.281948],[116.434888,34.287763],[116.442861,34.289702],[116.449377,34.288044],[116.443229,34.283287],[116.446718,34.272133],[116.471681,34.271857],[116.475362,34.272747],[116.491039,34.291891],[116.490748,34.294059],[116.507995,34.296585],[116.516281,34.294981],[116.518854,34.292501],[116.525726,34.291781],[116.550058,34.292704],[116.560732,34.284607],[116.561219,34.280462],[116.579663,34.276662],[116.577035,34.267691],[116.563654,34.253398],[116.555284,34.249916],[116.548975,34.243545],[116.540862,34.243652],[116.538771,34.241726],[116.54192,34.230086],[116.538503,34.225475],[116.537519,34.221156],[116.538473,34.206022],[116.54131,34.196309],[116.548437,34.188564],[116.555069,34.187745],[116.555911,34.179827],[116.560636,34.174715],[116.559732,34.169997],[116.556906,34.168128],[116.547927,34.169124],[116.529738,34.142861],[116.527022,34.122468],[116.528899,34.117251],[116.536208,34.111142],[116.534461,34.101933],[116.53592,34.098298],[116.549819,34.098042],[116.560445,34.086168],[116.564717,34.072853],[116.575175,34.060828],[116.576498,34.055799],[116.581267,34.052005],[116.58201,34.047495],[116.591315,34.040271],[116.598865,34.024281],[116.597626,34.016638],[116.602198,34.009668],[116.60134,34.002105],[116.614495,33.993312],[116.628291,33.980448],[116.632863,33.978931],[116.63403,33.980548],[116.64048,33.975001],[116.644816,33.974936],[116.643955,33.956902],[116.642805,33.952736],[116.640015,33.95273],[116.636842,33.94554],[116.641104,33.936588],[116.636003,33.928445],[116.634818,33.908475],[116.642105,33.9037],[116.644088,33.899816],[116.637596,33.885059],[116.609492,33.889435],[116.599922,33.894745],[116.599573,33.898318],[116.595356,33.900917],[116.582763,33.900443],[116.575834,33.901824],[116.576013,33.907015],[116.570248,33.91425],[116.568481,33.913676],[116.557213,33.909539],[116.551518,33.900922],[116.550716,33.895064],[116.5534,33.887744],[116.553122,33.882017],[116.534118,33.875789],[116.53146,33.881341],[116.526535,33.883371],[116.519402,33.88195],[116.518083,33.881278],[116.515831,33.869386],[116.51043,33.867906],[116.495528,33.866151],[116.479056,33.870918],[116.46986,33.864939],[116.454005,33.861688],[116.45327,33.857696],[116.454479,33.855356],[116.452373,33.850847],[116.434315,33.848287],[116.431357,33.843146],[116.427699,33.815944],[116.432255,33.800772],[116.428598,33.799137],[116.427206,33.796442],[116.420672,33.798874],[116.417352,33.796721],[116.409998,33.804482],[116.401019,33.80717],[116.395983,33.80256],[116.39404,33.794814],[116.388786,33.785347],[116.377832,33.78356],[116.37553,33.780975],[116.345721,33.777373],[116.343607,33.778123],[116.340855,33.7826],[116.332611,33.783916],[116.326225,33.777525],[116.32346,33.77031],[116.308529,33.766698],[116.298313,33.753263],[116.291101,33.754855],[116.27314,33.754242],[116.267231,33.749881],[116.260852,33.739467],[116.2588,33.729548],[116.255607,33.726696],[116.24889,33.727148],[116.237344,33.733331],[116.23539,33.74573],[116.23187,33.745528],[116.216102,33.73815],[116.219925,33.733572],[116.222406,33.732883],[116.223068,33.730138],[116.221081,33.726036],[116.217081,33.722758],[116.201311,33.720201],[116.198141,33.722256],[116.19919,33.727484],[116.197661,33.728774],[116.189405,33.72398],[116.184923,33.71099],[116.175282,33.707591],[116.153755,33.70875],[116.150535,33.709584],[116.148752,33.71605],[116.140046,33.726906],[116.13563,33.739859],[116.127163,33.750157],[116.117108,33.756484],[116.103849,33.759608],[116.098318,33.764775],[116.095991,33.772617],[116.093019,33.773711],[116.095698,33.779926],[116.094164,33.783773],[116.075747,33.783747],[116.075246,33.781428],[116.067752,33.781761],[116.064615,33.784593],[116.066846,33.79077],[116.062359,33.797354],[116.054423,33.803719],[116.054122,33.809436],[116.055721,33.813005],[116.053054,33.822094],[116.045608,33.823498],[116.04521,33.821432],[116.042576,33.820787],[116.038705,33.822258],[116.039652,33.829459],[116.041826,33.832457],[116.052156,33.830325],[116.057431,33.825624],[116.060057,33.845872],[116.059959,33.848293],[116.052783,33.852408],[116.040874,33.874858],[116.036611,33.878162],[116.025337,33.88053],[116.02138,33.885838],[116.00978,33.88852],[116.006959,33.898819],[116.004641,33.901185],[115.995404,33.90317],[115.989667,33.898949],[115.979974,33.902794],[115.974544,33.915227],[115.976897,33.931037],[115.98712,33.936325],[115.988674,33.9469],[115.999151,33.960718],[115.995319,33.969169],[115.984191,33.979509],[115.980071,33.992415],[115.974819,33.99351],[115.973713,33.995588],[115.949199,34.005919],[115.945742,34.004153],[115.931975,34.005596],[115.922773,34.01229],[115.906884,34.001646],[115.9009,34.002644],[115.888262,34.015628],[115.88865,34.023173],[115.893231,34.02166],[115.895857,34.022367],[115.896333,34.02399],[115.891898,34.029593],[115.874462,34.030469],[115.870489,34.021613],[115.871572,34.004589],[115.850215,34.004228],[115.84619,34.006135],[115.847827,34.024926],[115.84523,34.030754],[115.8427,34.032322],[115.831878,34.03263],[115.822916,34.042534],[115.809442,34.053287],[115.812779,34.059359],[115.812264,34.063247],[115.808806,34.066237],[115.786305,34.066872],[115.777302,34.07197],[115.772183,34.063696],[115.765057,34.06167],[115.752967,34.061706],[115.753281,34.070033],[115.73556,34.073196],[115.736484,34.076715],[115.734628,34.080095],[115.728589,34.081038],[115.707791,34.06392],[115.701912,34.064313],[115.701258,34.066116],[115.693135,34.067665],[115.679201,34.06804],[115.670914,34.060483],[115.664532,34.058474],[115.661163,34.058878],[115.657057,34.064768],[115.646215,34.063441],[115.649757,34.058122],[115.645486,34.035286],[115.641755,34.033127],[115.632572,34.03265],[115.628707,34.033626],[115.628111,34.037043],[115.598859,34.035241],[115.597235,34.02319],[115.600949,34.016887],[115.598219,34.012048],[115.583637,34.013837],[115.577492,33.99238],[115.580286,33.989737],[115.585725,33.988521],[115.587666,33.982184],[115.582142,33.977781],[115.572183,33.975034],[115.57202,33.952072],[115.565332,33.950878],[115.564343,33.949472],[115.561912,33.932432],[115.557453,33.931672],[115.554832,33.921692],[115.555415,33.915373],[115.560316,33.911915],[115.54984,33.905799],[115.549212,33.898631],[115.545904,33.893109],[115.540443,33.893343],[115.540124,33.883913],[115.540758,33.876841],[115.550933,33.878457],[115.553242,33.874118],[115.55724,33.872948],[115.56517,33.877843],[115.573057,33.878832],[115.586622,33.869906],[115.599358,33.868615],[115.613244,33.875164],[115.61911,33.87548],[115.629319,33.86845],[115.631211,33.844942],[115.629487,33.841016],[115.622028,33.840446],[115.616381,33.824762],[115.606584,33.822053],[115.615906,33.814916],[115.608291,33.777537],[115.582816,33.786498],[115.575354,33.791318],[115.569893,33.788909],[115.562486,33.781105],[115.55846,33.775958],[115.557102,33.771205],[115.560058,33.76941],[115.565304,33.769988],[115.572386,33.754319],[115.591865,33.734219],[115.592769,33.727106],[115.597148,33.718249],[115.591155,33.713611],[115.590484,33.704219],[115.599407,33.691335],[115.593843,33.68811],[115.590364,33.678439],[115.596009,33.677419],[115.597704,33.675206],[115.595521,33.667823],[115.595957,33.662046],[115.594904,33.662035],[115.609467,33.638078],[115.619437,33.627995],[115.635227,33.583457],[115.630396,33.586067],[115.615375,33.584323],[115.611835,33.575306],[115.597103,33.580256],[115.556934,33.577995],[115.553594,33.565376],[115.548151,33.564268],[115.542539,33.567021],[115.541039,33.570045],[115.536542,33.570624],[115.528827,33.569325],[115.508268,33.55905],[115.504353,33.558641],[115.494362,33.560261],[115.496785,33.564573],[115.496475,33.567589],[115.494655,33.568216],[115.471599,33.559072],[115.463005,33.559146],[115.455802,33.571553],[115.446457,33.570505],[115.444077,33.568654],[115.445068,33.565678],[115.410206,33.556757],[115.404776,33.551486],[115.399435,33.53519],[115.399074,33.51795],[115.395816,33.507883],[115.39327,33.505926],[115.360683,33.525022],[115.353517,33.511727],[115.339987,33.505164],[115.339978,33.501108],[115.345099,33.489854],[115.347581,33.475851],[115.347276,33.472656],[115.345517,33.473516],[115.342096,33.470712],[115.337498,33.466467],[115.337228,33.463723],[115.340555,33.460685],[115.343524,33.460662],[115.345764,33.458249],[115.345725,33.455201],[115.341867,33.447163],[115.335994,33.446119],[115.318986,33.457059],[115.313355,33.44575],[115.311197,33.423401],[115.316374,33.410824],[115.321726,33.409742],[115.324808,33.403708],[115.324781,33.400643],[115.31923,33.39478],[115.307218,33.390777],[115.30831,33.375449],[115.311654,33.368066],[115.315842,33.365959],[115.318669,33.365872],[115.32647,33.369745],[115.325339,33.373814],[115.337584,33.373446],[115.337902,33.369142],[115.335723,33.366769],[115.336642,33.362499],[115.344205,33.351728],[115.345533,33.343425],[115.359388,33.341761],[115.361848,33.333387],[115.356445,33.327265],[115.354496,33.316275],[115.355731,33.299957],[115.346419,33.298465],[115.346083,33.301759],[115.344363,33.302995],[115.337557,33.303074],[115.32931,33.299636],[115.327753,33.285752],[115.333574,33.277871],[115.335444,33.268107],[115.338228,33.264107],[115.327226,33.256376],[115.323132,33.24606],[115.325268,33.239634],[115.324943,33.235208],[115.316792,33.228653],[115.311873,33.228116],[115.308616,33.221082],[115.309847,33.219385],[115.322056,33.219054],[115.32406,33.218467],[115.323514,33.217077],[115.319566,33.211908],[115.306156,33.206645],[115.300187,33.207281],[115.291791,33.20526],[115.288617,33.202554],[115.285649,33.192995],[115.290767,33.185739],[115.293898,33.163836],[115.297563,33.150219],[115.295986,33.143499],[115.294699,33.142596],[115.290031,33.144742],[115.283808,33.144576],[115.282606,33.139796],[115.284956,33.138276],[115.283375,33.134794],[115.270982,33.140669],[115.253171,33.13521],[115.241677,33.1361],[115.241567,33.138552],[115.238342,33.138672],[115.235084,33.129832],[115.228749,33.127173],[115.201832,33.118989],[115.192977,33.121968],[115.186244,33.119918],[115.166737,33.111852],[115.162,33.099108],[115.164442,33.096864],[115.167845,33.096428],[115.167565,33.094894],[115.150126,33.081333],[115.132169,33.083135],[115.119639,33.080492],[115.113533,33.077137],[115.089506,33.084843],[115.087896,33.085866],[115.088005,33.088702],[115.0796,33.090021],[115.064523,33.08871],[115.059519,33.084003],[115.057896,33.07979],[115.048296,33.087956],[115.047159,33.09122],[115.048055,33.095905],[115.043398,33.096367],[115.039468,33.094704],[115.038568,33.091405],[115.0328,33.088509],[115.015654,33.090229],[115.008074,33.097245],[114.989937,33.099716],[114.985639,33.106434],[114.984989,33.117538],[114.98136,33.122591],[114.970781,33.127944],[114.963348,33.135278],[114.966288,33.141618],[114.972798,33.144122],[114.97602,33.14943],[114.972712,33.14879],[114.927491,33.156564],[114.927018,33.153915],[114.929221,33.152266],[114.928179,33.145993],[114.922277,33.140891],[114.90274,33.138382],[114.893933,33.12849],[114.899868,33.124011],[114.900073,33.116316],[114.899783,33.110948],[114.892374,33.102295],[114.892516,33.086478],[114.906154,33.086617],[114.91142,33.0826],[114.915419,33.067491],[114.917712,33.038305],[114.925726,33.032397],[114.927292,33.02726],[114.920171,33.01883],[114.909936,33.018182],[114.887675,33.022431],[114.894943,33.010159],[114.896992,33.001396],[114.879158,32.993482],[114.878701,32.987525],[114.881238,32.976246],[114.89147,32.972787],[114.903023,32.972639],[114.913754,32.970159],[114.929452,32.953275],[114.936198,32.936286],[114.94145,32.934742],[114.951161,32.936416],[114.961082,32.941031],[114.999566,32.942104],[115.008852,32.940986],[115.012719,32.934911],[115.024925,32.933897],[115.029734,32.939438],[115.033673,32.939754],[115.036549,32.937693],[115.037219,32.933298],[115.032313,32.920318],[115.030199,32.916947],[115.018909,32.917786],[115.016013,32.909422],[115.028434,32.904951],[115.037227,32.908191],[115.055604,32.904517],[115.069762,32.905373],[115.082005,32.904132],[115.095513,32.895891],[115.102978,32.897326],[115.108136,32.901179],[115.127447,32.900608],[115.137389,32.896089],[115.139941,32.883848],[115.150306,32.880338],[115.149646,32.868213],[115.159002,32.861639],[115.169954,32.857676],[115.186882,32.858789],[115.194496,32.857138],[115.198661,32.847911],[115.195157,32.8421],[115.18549,32.843416],[115.18334,32.840233],[115.183509,32.832968],[115.185809,32.831486],[115.191598,32.831431],[115.190868,32.825498],[115.185148,32.815975],[115.184779,32.808819],[115.189676,32.803909],[115.197157,32.800474],[115.201772,32.800426],[115.206408,32.797289],[115.207266,32.788167],[115.194807,32.785707],[115.188395,32.788418],[115.185237,32.792896],[115.175986,32.788388],[115.175596,32.780649],[115.183783,32.774143],[115.184863,32.770229],[115.176114,32.744534],[115.172116,32.742852],[115.171945,32.741149],[115.174217,32.728412],[115.178857,32.724343],[115.174736,32.69949],[115.174355,32.685546],[115.174693,32.680266],[115.179515,32.680732],[115.179364,32.673543],[115.179026,32.671292],[115.169698,32.668978],[115.172081,32.663928],[115.175087,32.66289],[115.180103,32.664649],[115.193668,32.673765],[115.200525,32.6694],[115.200433,32.662796],[115.198303,32.656383],[115.189327,32.644858],[115.189001,32.633566],[115.191783,32.632957],[115.194069,32.635839],[115.195692,32.635646],[115.19799,32.62944],[115.194027,32.620981],[115.202095,32.61603],[115.19595,32.610082],[115.191887,32.609753],[115.186254,32.604951],[115.191753,32.600537],[115.194045,32.59462],[115.203629,32.594649],[115.20669,32.59069],[115.211061,32.589346],[115.21718,32.592282],[115.223858,32.592773],[115.229151,32.590071],[115.234278,32.591442],[115.237484,32.595237],[115.244652,32.594652],[115.25076,32.597388],[115.256246,32.591325],[115.254521,32.589797],[115.249174,32.589387],[115.248844,32.587742],[115.260372,32.580177],[115.275673,32.586916],[115.277036,32.589134],[115.27575,32.593303],[115.295544,32.590161],[115.299935,32.58546],[115.29452,32.570015],[115.290968,32.56416],[115.299915,32.554811],[115.303295,32.554085],[115.317643,32.556469],[115.326749,32.563695],[115.38782,32.573117],[115.394047,32.575023],[115.398881,32.579209],[115.404678,32.578367],[115.407419,32.567872],[115.406236,32.560103],[115.415416,32.553899],[115.426014,32.554176],[115.43675,32.548973],[115.437943,32.543398],[115.435837,32.539621],[115.432038,32.537771],[115.432446,32.53452],[115.460189,32.52225],[115.470344,32.523352],[115.472509,32.52117],[115.472296,32.513661],[115.481162,32.513512],[115.480152,32.509695],[115.483495,32.500088],[115.492289,32.494094],[115.506563,32.463084],[115.508318,32.454638],[115.510188,32.452821],[115.51856,32.450684],[115.518813,32.443005],[115.523866,32.440901],[115.53138,32.441782],[115.536269,32.437259],[115.543306,32.425466],[115.552317,32.425714],[115.565266,32.422327],[115.564025,32.417444],[115.559194,32.413747],[115.554617,32.412793],[115.549729,32.415369],[115.54682,32.413821],[115.548165,32.409473],[115.55826,32.405621],[115.583067,32.423286],[115.599319,32.428238],[115.603505,32.427058],[115.605548,32.421409],[115.61282,32.416476],[115.619936,32.407105],[115.638968,32.418656],[115.646131,32.426658],[115.651236,32.421493],[115.650632,32.411334],[115.6537,32.409464],[115.660439,32.410933],[115.666141,32.41781],[115.676117,32.444379],[115.675907,32.454403],[115.669084,32.467098],[115.673526,32.46884],[115.691262,32.469135],[115.69544,32.471522],[115.69539,32.474938],[115.687931,32.48175],[115.686286,32.48588],[115.687698,32.491232],[115.694258,32.496638],[115.698668,32.49773],[115.712345,32.488421],[115.738841,32.478087],[115.750001,32.481562],[115.757597,32.486649],[115.76228,32.497407],[115.762055,32.506251],[115.765055,32.507831],[115.774006,32.500022],[115.781389,32.488713],[115.781961,32.480964],[115.776059,32.469023],[115.778392,32.467981],[115.78257,32.470528],[115.801476,32.490168],[115.813395,32.498053],[115.818601,32.504441],[115.835851,32.50269],[115.831901,32.520107],[115.835566,32.528872],[115.841329,32.534335],[115.853267,32.538881],[115.85981,32.543376],[115.882228,32.569185],[115.887217,32.57904],[115.892821,32.58064],[115.908381,32.579649],[115.924517,32.569653],[115.914916,32.567587],[115.910196,32.570504],[115.906157,32.569892],[115.893526,32.557879],[115.872471,32.545619],[115.870249,32.542821],[115.87032,32.533769],[115.86807,32.528156],[115.849143,32.518393],[115.842038,32.511403],[115.839254,32.506127],[115.840832,32.50423],[115.84705,32.507227],[115.86682,32.507337],[115.868772,32.505458],[115.868687,32.500949],[115.877726,32.493531],[115.876667,32.475984],[115.868965,32.473462],[115.860772,32.466932],[115.858362,32.462402],[115.860521,32.460761],[115.870943,32.460757],[115.879651,32.45492],[115.875787,32.434634],[115.893969,32.393669],[115.892318,32.348669],[115.898389,32.341211],[115.903809,32.327532],[115.899715,32.3218],[115.902571,32.30157],[115.906723,32.298402],[115.905832,32.286441],[115.916843,32.273643],[115.918215,32.268966],[115.910314,32.258727],[115.908716,32.253923],[115.909175,32.240394],[115.907417,32.231254],[115.916505,32.206478],[115.919394,32.190887],[115.929028,32.183214],[115.927493,32.178474],[115.932652,32.169726],[115.93387,32.164238],[115.931611,32.154291],[115.93415,32.148316],[115.93362,32.141981],[115.930392,32.12979],[115.926854,32.123285],[115.926441,32.115112],[115.921997,32.111034],[115.92137,32.107593],[115.927432,32.087473],[115.932135,32.08295],[115.937718,32.080932],[115.938566,32.077215],[115.928604,32.060539],[115.919639,32.060666],[115.920009,32.057562],[115.916866,32.052062],[115.922676,32.038694],[115.915957,32.035697],[115.914458,32.030869],[115.918959,32.024387],[115.923368,32.022062],[115.922285,32.009699],[115.929379,32],[115.92732,31.997436],[115.922937,31.999188],[115.918491,31.997263],[115.919788,31.996409],[115.919473,31.99355],[115.916427,31.990368],[115.918767,31.989207],[115.919964,31.985465],[115.913231,31.975921],[115.912491,31.971406],[115.909416,31.966618],[115.908606,31.959099],[115.90465,31.95553],[115.903671,31.952447],[115.904425,31.945104],[115.911458,31.941486],[115.913853,31.936537],[115.910677,31.932344],[115.917414,31.920545],[115.91381,31.91411],[115.913862,31.909683],[115.906181,31.899481],[115.906888,31.896953],[115.904587,31.895736],[115.905073,31.893972],[115.902714,31.893267],[115.902477,31.888251],[115.900194,31.883309],[115.893251,31.883805],[115.892755,31.880159],[115.890645,31.878598],[115.890081,31.865246],[115.891686,31.86003],[115.888586,31.848893],[115.887911,31.838228],[115.891464,31.833394],[115.900498,31.829511],[115.909289,31.822066],[115.909751,31.815126],[115.905403,31.795195],[115.904088,31.793841],[115.893847,31.793842],[115.885416,31.785472],[115.882747,31.779155],[115.874915,31.777318],[115.863017,31.778304],[115.85469,31.775551],[115.852045,31.776041],[115.848988,31.780766],[115.848298,31.785331],[115.846158,31.788468],[115.84464,31.788337],[115.840131,31.785879],[115.83317,31.77522],[115.82679,31.779697],[115.82164,31.773806],[115.809621,31.765182],[115.803237,31.768377],[115.801737,31.771682],[115.803352,31.773329],[115.802832,31.776021],[115.798611,31.773429],[115.789269,31.775072],[115.784309,31.781454],[115.768576,31.786461],[115.763091,31.790087],[115.757422,31.784522],[115.735453,31.784943],[115.735433,31.778612],[115.725321,31.770856],[115.726007,31.769375],[115.733876,31.767433],[115.732676,31.76486],[115.728932,31.762968],[115.727325,31.764852],[115.720254,31.767036],[115.715839,31.765007],[115.707541,31.771209],[115.706693,31.77377],[115.697184,31.769119],[115.693916,31.769591],[115.687907,31.772802],[115.686071,31.777941],[115.676951,31.781643],[115.673969,31.781261],[115.669935,31.779108],[115.668935,31.775257],[115.657202,31.762888],[115.639891,31.75971],[115.631763,31.759813],[115.627748,31.750103],[115.621356,31.746364],[115.617668,31.741716],[115.611641,31.740406],[115.608467,31.736782],[115.600358,31.736405],[115.599866,31.734064],[115.59525,31.733689],[115.590623,31.7271],[115.580825,31.723474],[115.581033,31.717381],[115.576336,31.713469],[115.569624,31.710869],[115.562839,31.711722],[115.55455,31.707161],[115.54592,31.70482],[115.54113,31.699109],[115.518464,31.701682],[115.51951,31.698241],[115.512394,31.690764],[115.511204,31.686701],[115.50492,31.68138],[115.498716,31.679857],[115.494286,31.675323],[115.489621,31.674997],[115.489198,31.66786],[115.480571,31.66148],[115.482056,31.656668],[115.481044,31.651721],[115.478166,31.648673],[115.471716,31.647266],[115.471372,31.64419],[115.474109,31.64337],[115.475484,31.639004],[115.478634,31.636872],[115.478918,31.633913],[115.486485,31.625026],[115.484718,31.616709],[115.481652,31.611765],[115.477144,31.608396],[115.472936,31.608616],[115.462081,31.604313],[115.449861,31.595845],[115.445351,31.594665],[115.442902,31.595716],[115.432209,31.588915],[115.435466,31.580706],[115.428081,31.576949],[115.423384,31.566345],[115.426996,31.561448],[115.42533,31.553786],[115.422978,31.551745],[115.424182,31.547815],[115.420833,31.545075],[115.413454,31.527271],[115.409616,31.526098],[115.405903,31.520815],[115.401417,31.520398],[115.39874,31.517983],[115.391251,31.515517],[115.391729,31.514128],[115.385992,31.507716],[115.377719,31.506722],[115.373341,31.502524],[115.369151,31.501261],[115.366468,31.496197],[115.366338,31.492187],[115.370961,31.489117],[115.368883,31.481512],[115.373125,31.47669],[115.371579,31.472259],[115.375754,31.468901],[115.377388,31.465801],[115.376939,31.462093],[115.383555,31.451978],[115.380546,31.445723],[115.382365,31.442209],[115.380679,31.440525],[115.381093,31.43546],[115.378601,31.431884],[115.379996,31.422152],[115.378081,31.415863],[115.373399,31.415465],[115.370188,31.413273],[115.369283,31.406578],[115.35946,31.405277],[115.349073,31.400472],[115.34227,31.402983],[115.33155,31.404123],[115.324626,31.395827],[115.315953,31.38902],[115.307165,31.384823],[115.297013,31.385515],[115.294319,31.388202],[115.290291,31.398585],[115.286892,31.397317],[115.275896,31.402083],[115.265985,31.397665],[115.261484,31.391513],[115.25507,31.388279],[115.251231,31.394355],[115.24669,31.393854],[115.246307,31.395004],[115.246207,31.397914],[115.251043,31.401903],[115.255116,31.411061],[115.252514,31.417507],[115.247069,31.423611],[115.235665,31.42503],[115.232021,31.428138],[115.22878,31.42867],[115.224814,31.428414],[115.221456,31.426231],[115.215151,31.426621],[115.211141,31.436938],[115.206395,31.438963],[115.204567,31.446265],[115.202429,31.448151],[115.213789,31.469869],[115.21123,31.484203],[115.207628,31.489978],[115.207182,31.49431],[115.20821,31.497326],[115.213555,31.501005],[115.215134,31.508351],[115.2123,31.512861],[115.212303,31.517168],[115.21811,31.523336],[115.225807,31.539228],[115.224511,31.543245],[115.225274,31.549026],[115.231485,31.557051],[115.229249,31.559517],[115.222795,31.557296],[115.216752,31.558709],[115.210313,31.555654],[115.205995,31.55707],[115.204484,31.559155],[115.205659,31.563725],[115.203431,31.566549],[115.197473,31.564908],[115.185876,31.565447],[115.187836,31.573042],[115.18142,31.574572],[115.173348,31.582261],[115.170968,31.591975],[115.172678,31.599706],[115.167017,31.604688],[115.150895,31.606128],[115.146554,31.607881],[115.133894,31.605753],[115.120143,31.599715],[115.118686,31.594821],[115.122897,31.590494],[115.123828,31.5837],[115.118824,31.578399],[115.1123,31.576211],[115.108134,31.571407],[115.099925,31.568269],[115.097636,31.561253],[115.098139,31.555564],[115.106615,31.553136],[115.100833,31.548763],[115.100199,31.539971],[115.108664,31.535388],[115.110089,31.53191],[115.092425,31.520889],[115.087134,31.520923],[115.08829,31.51751],[115.093251,31.516072],[115.090881,31.510239],[115.075197,31.510688],[115.049192,31.516151],[115.044785,31.519278],[115.036691,31.516171],[115.024744,31.523769],[115.025583,31.526978],[115.02405,31.529601],[115.019457,31.529822],[115.017618,31.529277],[115.014253,31.520342],[115.009241,31.514315],[115.006395,31.505383],[114.999703,31.503785],[114.998701,31.498632],[115.002436,31.496469],[115.005489,31.489936],[114.998584,31.486981],[114.9966,31.478409],[114.993444,31.472671],[114.991082,31.471277],[114.986215,31.475228],[114.985458,31.480211],[114.979177,31.47867],[114.977564,31.479852],[114.974117,31.488123],[114.975819,31.494743],[114.969521,31.501984],[114.95668,31.497731],[114.955119,31.4931],[114.94998,31.490856],[114.94152,31.482439],[114.936197,31.480428],[114.934143,31.469448],[114.93067,31.474994],[114.919134,31.480316],[114.918293,31.483702],[114.912112,31.482823],[114.90024,31.476708],[114.888179,31.475249],[114.880865,31.470412],[114.871348,31.472232],[114.872204,31.475539],[114.87016,31.480093],[114.860078,31.479912],[114.856283,31.481318],[114.850651,31.476939],[114.847474,31.479189],[114.845174,31.478063],[114.843991,31.470604],[114.834836,31.461042],[114.825602,31.459404],[114.825331,31.462942],[114.817002,31.475049],[114.812722,31.476138],[114.808219,31.480285],[114.797943,31.482144],[114.788166,31.480389],[114.776134,31.486613],[114.778717,31.497929],[114.776239,31.502821],[114.769312,31.503536],[114.77112,31.510312],[114.768601,31.514454],[114.776514,31.521911],[114.781466,31.521768],[114.78184,31.524558],[114.778285,31.527824],[114.774104,31.526102],[114.774706,31.524516],[114.77833,31.525754],[114.775317,31.523065],[114.763428,31.521555],[114.761112,31.525169],[114.75319,31.529253],[114.748251,31.529038],[114.747392,31.523801],[114.7357,31.529472],[114.718055,31.521596],[114.716221,31.519245],[114.714067,31.522308],[114.712581,31.530226],[114.704062,31.529261],[114.700507,31.526693],[114.692083,31.526159],[114.689731,31.528757],[114.689558,31.531438],[114.695684,31.540844],[114.69392,31.547179],[114.691359,31.548466],[114.686705,31.546],[114.671359,31.545326],[114.66521,31.548371],[114.66315,31.552269],[114.658314,31.554451],[114.654759,31.564396],[114.651088,31.563368],[114.652185,31.570061],[114.648626,31.57364],[114.640085,31.576416],[114.639925,31.58346],[114.629965,31.584565],[114.621798,31.58897],[114.616968,31.585862],[114.611669,31.587683],[114.610281,31.583578],[114.606994,31.580486],[114.601474,31.578366],[114.595909,31.579164],[114.591162,31.57771],[114.586584,31.563709],[114.583292,31.562345],[114.569334,31.561993],[114.568002,31.557194],[114.561633,31.558106],[114.554421,31.564729],[114.555257,31.568656],[114.550944,31.575192],[114.553092,31.580858],[114.548618,31.585861],[114.550604,31.590482],[114.548338,31.601092],[114.54555,31.608641],[114.542642,31.61163],[114.544457,31.617769],[114.54304,31.624198],[114.544043,31.6272],[114.547195,31.629662],[114.547791,31.636509],[114.544441,31.645384],[114.550485,31.649662],[114.550858,31.656163],[114.552651,31.658159],[114.558386,31.660583],[114.566355,31.660975],[114.564797,31.665532],[114.569366,31.672752],[114.569763,31.693107],[114.572392,31.694167],[114.583401,31.692501],[114.585931,31.697417],[114.586236,31.705175],[114.577232,31.707529],[114.574158,31.710571],[114.574385,31.713208],[114.578516,31.716568],[114.576683,31.718913],[114.576361,31.723162],[114.57711,31.728441],[114.57986,31.733001],[114.577206,31.742578],[114.58305,31.756392],[114.579537,31.766494],[114.566366,31.766568],[114.550107,31.77015],[114.544816,31.769111],[114.544174,31.76625],[114.549476,31.762061],[114.539881,31.754628],[114.54025,31.74983],[114.532365,31.742042],[114.526081,31.743543],[114.524248,31.748988],[114.525524,31.75179],[114.517097,31.759198],[114.518438,31.764272],[114.512885,31.769897],[114.508924,31.769676],[114.501102,31.766729],[114.50181,31.763817],[114.4985,31.751254],[114.503136,31.750226],[114.505637,31.74666],[114.501233,31.741986],[114.493114,31.738585],[114.490222,31.740153],[114.48851,31.745499],[114.4754,31.742324],[114.468211,31.742439],[114.462981,31.740938],[114.460069,31.736604],[114.455026,31.734392],[114.451291,31.736674],[114.450542,31.739874],[114.447338,31.741319],[114.444912,31.738828],[114.446564,31.732133],[114.44419,31.729601],[114.430866,31.732491],[114.429605,31.735601],[114.426021,31.737997],[114.424408,31.737519],[114.422313,31.733028],[114.414846,31.733754],[114.415609,31.737761],[114.410756,31.745108],[114.400876,31.75022],[114.392542,31.750001],[114.381945,31.742675],[114.374314,31.746382],[114.358958,31.749389],[114.341769,31.758305],[114.325771,31.755122],[114.31843,31.757426],[114.306025,31.753602],[114.303508,31.75642],[114.297443,31.756256],[114.294695,31.751966],[114.291563,31.750657],[114.290201,31.757326],[114.286117,31.763967],[114.278046,31.767971],[114.270693,31.774162],[114.268039,31.782789],[114.258089,31.791103],[114.257234,31.798607],[114.253081,31.80075],[114.25261,31.805034],[114.244839,31.809909],[114.241722,31.816667],[114.234662,31.822894],[114.229488,31.833864],[114.231686,31.839455],[114.230822,31.842934],[114.227242,31.842603],[114.222853,31.838226],[114.221171,31.833754],[114.214739,31.83419],[114.214821,31.837077],[114.207516,31.839828],[114.204912,31.843556],[114.194171,31.846745],[114.189137,31.852223],[114.1761,31.856232],[114.167184,31.856322],[114.163361,31.855624],[114.160904,31.853118],[114.157173,31.848059],[114.155444,31.842468],[114.141468,31.840965],[114.133246,31.845971],[114.126976,31.845217],[114.124545,31.839177],[114.123954,31.829339],[114.114805,31.819638],[114.114215,31.808244],[114.111175,31.806789],[114.098159,31.807211],[114.090764,31.802063],[114.088693,31.797075],[114.092508,31.793235],[114.084529,31.786251],[114.082834,31.781117],[114.071571,31.782686],[114.05763,31.781145],[114.057175,31.77829],[114.050972,31.772512],[114.037371,31.775934],[114.03044,31.770988],[114.023972,31.773963],[114.015303,31.772852],[114.012363,31.773893],[114.006299,31.7707],[113.984694,31.751436],[113.981704,31.751425],[113.975744,31.754869],[113.969465,31.760913],[113.967795,31.769905],[113.963225,31.778055],[113.964044,31.783068],[113.947226,31.794095],[113.946127,31.804175],[113.947812,31.814811],[113.946827,31.818275],[113.942774,31.819464],[113.940776,31.825041],[113.944856,31.83499],[113.950993,31.83939],[113.952595,31.843283],[113.952231,31.859686],[113.946887,31.860315],[113.928122,31.870699],[113.927397,31.874492],[113.929995,31.881016],[113.924699,31.883562],[113.912269,31.881113],[113.901922,31.873202],[113.900216,31.867292],[113.890566,31.850504],[113.887252,31.848525],[113.883261,31.850562],[113.877624,31.848599],[113.870916,31.842904],[113.86832,31.842611],[113.860932,31.847492],[113.852877,31.843405],[113.834087,31.854796],[113.831134,31.862866],[113.832924,31.867513],[113.835381,31.869116],[113.82599,31.875635],[113.825476,31.883723],[113.829913,31.895801],[113.827648,31.900502],[113.832784,31.91088],[113.827186,31.918215],[113.812963,31.92448],[113.800338,31.933015],[113.801735,31.953598],[113.808416,31.967476],[113.797303,31.975833],[113.790479,31.976741],[113.784054,31.975512],[113.77743,31.977099],[113.772126,31.980785],[113.761796,31.981876],[113.753671,31.989552],[113.750331,31.995865],[113.752757,31.999667],[113.752447,32.004648],[113.759319,32.009884],[113.762591,32.016965],[113.765797,32.020501],[113.772097,32.0197],[113.784944,32.034489],[113.786428,32.038747],[113.774124,32.051825],[113.770316,32.051872],[113.757204,32.056769],[113.740553,32.07132],[113.737083,32.07921],[113.724938,32.08314],[113.718752,32.088673],[113.724573,32.099283],[113.719505,32.109505],[113.719074,32.120664],[113.715278,32.124099],[113.718516,32.127562],[113.727488,32.124377],[113.733184,32.120315],[113.73243,32.114923],[113.736644,32.113182],[113.753319,32.127028],[113.760546,32.136177],[113.759103,32.153401],[113.754934,32.159585],[113.771297,32.183017],[113.777257,32.188357],[113.77139,32.210554],[113.758678,32.20528],[113.746141,32.215731],[113.743184,32.237283],[113.733402,32.244922],[113.732433,32.255074],[113.733171,32.259854],[113.743233,32.262456],[113.746198,32.267565],[113.744043,32.275337],[113.73691,32.280864],[113.737844,32.287946],[113.742218,32.295062],[113.767399,32.305074],[113.766344,32.310865],[113.761674,32.312266],[113.763197,32.317997],[113.758273,32.322575],[113.752734,32.323345],[113.747547,32.331593],[113.748961,32.34954],[113.751878,32.353678],[113.756056,32.353821],[113.76405,32.359009],[113.765724,32.364752],[113.764606,32.371302],[113.762516,32.372429],[113.757753,32.372236],[113.75087,32.363121],[113.747318,32.362996],[113.741502,32.366196],[113.737446,32.373667],[113.738998,32.377238],[113.745027,32.378513],[113.744813,32.389694],[113.740847,32.395188],[113.734156,32.394541],[113.730891,32.397522],[113.731999,32.403357],[113.728312,32.412801],[113.717586,32.419027],[113.712633,32.41928],[113.706914,32.4132],[113.701815,32.412552],[113.699391,32.413938],[113.695532,32.422782],[113.692478,32.423028],[113.682754,32.419193],[113.679347,32.421703],[113.673558,32.422872],[113.66645,32.41967],[113.659776,32.423993],[113.658483,32.417585],[113.655007,32.413566],[113.648455,32.415876],[113.645237,32.414853],[113.638435,32.406433],[113.633031,32.390845],[113.619212,32.378027],[113.619298,32.366289],[113.616901,32.361995],[113.609638,32.359784],[113.604762,32.361597],[113.596705,32.368019],[113.592458,32.368809],[113.587445,32.367326],[113.585832,32.36516],[113.587425,32.360656],[113.597132,32.358456],[113.600293,32.356101],[113.599887,32.353063],[113.585547,32.352907],[113.572199,32.342039],[113.567373,32.341074],[113.559059,32.342937],[113.547116,32.332484],[113.54915,32.326387],[113.552791,32.32296],[113.555313,32.309965],[113.568004,32.30383],[113.557911,32.302701],[113.543993,32.307489],[113.541985,32.31009],[113.541631,32.314135],[113.542301,32.31834],[113.544798,32.321102],[113.545435,32.327147],[113.543409,32.330649],[113.526946,32.332169],[113.518726,32.329405],[113.517515,32.325552],[113.508925,32.317791],[113.500536,32.317678],[113.488211,32.311792],[113.484428,32.306217],[113.471045,32.299894],[113.462452,32.301252],[113.459668,32.29397],[113.452974,32.294413],[113.421534,32.271221],[113.414292,32.272152],[113.411047,32.274235],[113.410077,32.277499],[113.403447,32.281688],[113.398287,32.28245],[113.393479,32.28055],[113.389429,32.287074],[113.390602,32.28961],[113.385392,32.295344],[113.375019,32.299542],[113.366333,32.301358],[113.359194,32.297819],[113.352189,32.296538],[113.342,32.301031],[113.329629,32.316803],[113.311814,32.323987],[113.313259,32.330966],[113.32805,32.338712],[113.328966,32.340549],[113.326884,32.344032],[113.31236,32.352174],[113.30255,32.351912],[113.29298,32.355703],[113.287759,32.364527],[113.289626,32.37091],[113.270287,32.381786],[113.268018,32.386638],[113.249818,32.395061],[113.244483,32.400322],[113.226935,32.411196],[113.222288,32.422285],[113.223124,32.424333],[113.207874,32.433587],[113.202956,32.434779],[113.19808,32.434376],[113.180626,32.424208],[113.16838,32.424246],[113.160902,32.421598],[113.159485,32.417731],[113.152479,32.414312],[113.153051,32.407746],[113.155827,32.40412],[113.150259,32.397892],[113.148725,32.387361],[113.150842,32.382943],[113.145067,32.379426],[113.134981,32.38056],[113.113103,32.377265],[113.107303,32.383908],[113.107405,32.392999],[113.10327,32.400024],[113.089037,32.400752],[113.072733,32.395671],[113.059963,32.403846],[113.051588,32.406032],[113.051167,32.413943],[113.042509,32.422185],[113.028078,32.424969],[113.02495,32.427827],[113.00954,32.419527],[112.994756,32.418802],[112.988675,32.411851],[112.985193,32.40327],[112.992481,32.393353],[112.983806,32.370344],[112.976494,32.370869],[112.958662,32.376126],[112.963155,32.393084],[112.958929,32.395114],[112.948339,32.392386],[112.946566,32.388659],[112.948252,32.384229],[112.946348,32.382649],[112.940221,32.383221],[112.919912,32.391194],[112.909639,32.393308],[112.901579,32.39932],[112.884843,32.390298],[112.886787,32.381018],[112.874182,32.378239],[112.87179,32.382072],[112.872267,32.386788],[112.869268,32.396831],[112.866842,32.39938],[112.859633,32.396497],[112.854405,32.389965],[112.845505,32.387866],[112.838687,32.382654],[112.834433,32.376463],[112.821146,32.374697],[112.812758,32.371108],[112.803227,32.372049],[112.796039,32.367883],[112.786975,32.357688],[112.7763,32.358003],[112.770838,32.36084],[112.765897,32.354147],[112.765912,32.348296],[112.756527,32.345661],[112.744535,32.346123],[112.729138,32.352835],[112.730984,32.361385],[112.728329,32.367571],[112.72554,32.368612],[112.711549,32.364126],[112.707778,32.355419],[112.705583,32.353852],[112.69493,32.357112],[112.685482,32.356494],[112.679789,32.358586],[112.67236,32.368484],[112.666516,32.370812],[112.661628,32.371702],[112.65742,32.364098],[112.655219,32.375415],[112.651512,32.377164],[112.637409,32.375982],[112.635417,32.370337],[112.620862,32.375289],[112.598915,32.386892],[112.590477,32.389169],[112.582581,32.384147],[112.576006,32.385259],[112.572088,32.384096],[112.570166,32.385722],[112.572251,32.388406],[112.56557,32.394094],[112.566053,32.396595],[112.548424,32.408929],[112.546215,32.412237],[112.542607,32.413383],[112.53559,32.407027],[112.525433,32.391929],[112.511186,32.385544],[112.498758,32.384331],[112.488421,32.37667],[112.483546,32.377691],[112.47654,32.383174],[112.471437,32.382989],[112.465512,32.372567],[112.453345,32.369738],[112.439512,32.35752],[112.439952,32.352781],[112.446033,32.346924],[112.44478,32.345111],[112.437951,32.346214],[112.429887,32.351014],[112.413695,32.35697],[112.406135,32.365798],[112.394504,32.371026],[112.385884,32.372258],[112.383816,32.365651],[112.361723,32.370761],[112.354811,32.368393],[112.347788,32.360085],[112.345047,32.351724],[112.332658,32.349836],[112.318071,32.328568],[112.311865,32.331189],[112.30502,32.331043],[112.292925,32.337858],[112.282337,32.348244],[112.276123,32.351797],[112.263481,32.356226],[112.255628,32.361402],[112.251843,32.360809],[112.247314,32.363363],[112.244215,32.37032],[112.233832,32.373887],[112.231258,32.373081],[112.221576,32.382749],[112.221474,32.389761],[112.218749,32.389884],[112.219165,32.38809],[112.21611,32.388358],[112.204486,32.393244],[112.199858,32.38596],[112.19684,32.385483],[112.195246,32.38638],[112.194181,32.3948],[112.190734,32.394683],[112.166934,32.387092],[112.166361,32.389844],[112.173002,32.394578],[112.171496,32.400395],[112.163116,32.411764],[112.158625,32.413335],[112.1443,32.413741],[112.137543,32.409027],[112.142647,32.403753],[112.146053,32.403026],[112.149227,32.404559],[112.155601,32.402178],[112.155245,32.395124],[112.143416,32.389048],[112.144563,32.386205],[112.153062,32.388491],[112.15387,32.390539],[112.158427,32.387358],[112.153265,32.378939],[112.149271,32.379229],[112.128596,32.394117],[112.127218,32.404359],[112.121849,32.405153],[112.116842,32.396797],[112.112913,32.401574],[112.102252,32.406572],[112.100115,32.413135],[112.09547,32.416383],[112.088202,32.420356],[112.076609,32.4217],[112.074212,32.426643],[112.073495,32.43539],[112.066894,32.440226],[112.060344,32.442381],[112.060044,32.448122],[112.064121,32.461238],[112.057232,32.47221],[112.058387,32.475935],[112.041127,32.475457],[112.0335,32.473029],[112.028852,32.46934],[112.025641,32.460421],[112.016885,32.454354],[112.005496,32.45246],[112.000143,32.455342],[111.997846,32.461171],[111.99114,32.462608],[111.987574,32.460186],[111.984354,32.46105],[111.982734,32.464711],[111.986095,32.466614],[111.986375,32.471086],[111.968852,32.473775],[111.961068,32.497366],[111.951723,32.513801],[111.945857,32.518625],[111.93325,32.5212],[111.912289,32.507359],[111.886247,32.501783],[111.864177,32.509319],[111.856952,32.516693],[111.857196,32.532096],[111.852334,32.533111],[111.851965,32.53091],[111.82511,32.53072],[111.82293,32.531471],[111.820915,32.537411],[111.815651,32.539612],[111.802918,32.539361],[111.789879,32.546243],[111.782636,32.547134],[111.780732,32.551678],[111.780899,32.558382],[111.776044,32.561536],[111.769264,32.562776],[111.757649,32.562026],[111.741207,32.577498],[111.735353,32.588926],[111.730748,32.592659],[111.722019,32.59623],[111.718985,32.601438],[111.709732,32.608585],[111.697639,32.610406],[111.689364,32.608208],[111.651876,32.617994],[111.643774,32.602241],[111.640171,32.602516],[111.634245,32.610754],[111.631938,32.619905],[111.640171,32.628106],[111.636892,32.629916],[111.621996,32.63066],[111.615908,32.629676],[111.602959,32.609292],[111.590531,32.599275],[111.579491,32.601686],[111.578521,32.594664],[111.572639,32.590429],[111.55587,32.596699],[111.554228,32.60474],[111.548594,32.60984],[111.540543,32.6143],[111.522581,32.619769],[111.531104,32.625775],[111.531124,32.63038],[111.518741,32.641578],[111.519004,32.643886],[111.525832,32.646687],[111.513837,32.668861],[111.511156,32.671746],[111.493951,32.680438],[111.481097,32.693259],[111.469995,32.698271],[111.464314,32.709777],[111.466949,32.714955],[111.465322,32.719588],[111.454691,32.725919],[111.443862,32.724554],[111.430502,32.726487],[111.426131,32.728226],[111.419384,32.73428],[111.419463,32.73702],[111.423145,32.737341],[111.437935,32.728703],[111.436726,32.733154],[111.432643,32.737054],[111.436867,32.738537],[111.443147,32.733113],[111.453366,32.729061],[111.461673,32.740514],[111.464509,32.75417],[111.468296,32.76083],[111.458454,32.775271],[111.456085,32.775978],[111.454918,32.77372],[111.453617,32.763122],[111.449683,32.76197],[111.44325,32.763239],[111.440147,32.754495],[111.435122,32.751906],[111.416517,32.753466],[111.409655,32.755581],[111.397554,32.777428],[111.398757,32.784026],[111.393695,32.792135],[111.385519,32.797357],[111.386595,32.806249],[111.381662,32.816791],[111.366894,32.823211],[111.364404,32.830657],[111.361648,32.833251],[111.357131,32.835542],[111.348504,32.835119],[111.335441,32.837552],[111.322491,32.835646],[111.310836,32.850885],[111.29414,32.856336],[111.284261,32.856585],[111.278443,32.873411],[111.28262,32.874091],[111.287195,32.8789],[111.289815,32.893073],[111.272307,32.900957],[111.26545,32.897302],[111.259056,32.887018],[111.25305,32.88294],[111.238949,32.884305],[111.239201,32.893427],[111.244201,32.900652],[111.246299,32.907385],[111.241968,32.91309],[111.239899,32.919135],[111.239087,32.933918],[111.246297,32.952116],[111.251413,32.952091],[111.266983,32.960954],[111.267425,32.970216],[111.265307,32.978617],[111.269984,32.989509],[111.265946,32.992748],[111.259163,32.991864],[111.257178,32.994672],[111.254094,33.00917],[111.249438,33.013839],[111.244545,33.01334],[111.241629,33.015076],[111.242258,33.029944],[111.23439,33.039276],[111.21338,33.044873],[111.184329,33.040003],[111.178869,33.044618],[111.166992,33.048377],[111.162936,33.047788],[111.152893,33.038278],[111.145708,33.043784],[111.145157,33.048389],[111.146353,33.050064],[111.163123,33.061701],[111.180652,33.065111],[111.188362,33.068402],[111.193039,33.073448],[111.193696,33.077406],[111.188566,33.081186],[111.188501,33.090836],[111.18562,33.094971],[111.176938,33.093126],[111.170082,33.094628],[111.170829,33.110467],[111.17344,33.112552],[111.174507,33.116249],[111.166775,33.119323],[111.156424,33.126436],[111.147883,33.123833],[111.140472,33.125746],[111.133147,33.135869],[111.125637,33.139986],[111.122757,33.152361],[111.124874,33.162686],[111.121743,33.162998],[111.117903,33.159596],[111.113272,33.158905],[111.099801,33.170601],[111.098664,33.173164],[111.084756,33.173372],[111.087271,33.179022],[111.087283,33.18325],[111.085889,33.184539],[111.077587,33.185583],[111.076134,33.182406],[111.072083,33.179428],[111.067215,33.179627],[111.062951,33.177447],[111.056972,33.165562],[111.050254,33.157855],[111.031696,33.155646],[111.031658,33.158319],[111.052,33.175167],[111.052376,33.181814],[111.057422,33.186555],[111.055785,33.194421],[111.021458,33.212968],[111.012051,33.22151],[111.006462,33.231401],[110.995456,33.238862],[110.992429,33.239786],[110.988377,33.238499],[110.988566,33.244789],[110.991744,33.249103],[110.988249,33.253963],[110.989908,33.256596],[110.975485,33.271582],[110.984977,33.278348],[110.991885,33.288377],[110.9899,33.294942],[110.991924,33.302375],[111.001789,33.304418],[110.99849,33.314729],[111.005775,33.32773],[111.008259,33.329368],[111.020239,33.329552],[111.029372,33.335072],[111.020114,33.354478],[111.027928,33.361578],[111.031472,33.370685],[111.025111,33.375277],[111.019438,33.388146],[111.010559,33.393137],[111.003661,33.423968],[110.990918,33.436537],[110.992751,33.439378],[110.996671,33.441187],[111.004387,33.437294],[111.00781,33.437774],[111.01623,33.452592],[111.020017,33.466215],[111.016926,33.468851],[111.017353,33.473049],[111.019702,33.478584],[111.021286,33.478636],[111.026791,33.48532],[111.022543,33.500016],[111.017073,33.511887],[111.015349,33.521825],[110.996582,33.535062],[110.99955,33.551842],[111.004793,33.56039],[111.001813,33.566582],[111.000301,33.5762],[110.9854,33.590885],[110.981103,33.591103],[110.970618,33.600652],[110.968193,33.606287],[110.956949,33.611412],[110.943645,33.609175],[110.938762,33.618904],[110.93308,33.622597],[110.900944,33.628945],[110.885872,33.635503],[110.874472,33.633025],[110.853092,33.658884],[110.832261,33.667056],[110.827892,33.677079],[110.818424,33.686461],[110.818617,33.696904],[110.826585,33.71695],[110.816942,33.726957],[110.811111,33.740174],[110.811656,33.753444],[110.802745,33.757484],[110.796396,33.767717],[110.794612,33.774003],[110.77814,33.783489],[110.776124,33.794017],[110.777211,33.796645],[110.769293,33.798271],[110.760243,33.795753],[110.732821,33.800686],[110.730187,33.804111],[110.7204,33.809793],[110.718081,33.820731],[110.706503,33.835722],[110.701326,33.83769],[110.692948,33.837229],[110.683133,33.839679],[110.666983,33.848391],[110.662132,33.854032],[110.657007,33.854839],[110.635918,33.848484],[110.621271,33.849335],[110.605676,33.853535],[110.60791,33.860272],[110.606486,33.870596],[110.59438,33.872064],[110.592943,33.877886],[110.582159,33.887898],[110.585266,33.900691],[110.598377,33.905216],[110.605966,33.910004],[110.623014,33.908957],[110.622187,33.914426],[110.617892,33.919134],[110.620721,33.927056],[110.628652,33.926854],[110.637332,33.934214],[110.637937,33.937535],[110.645499,33.946131],[110.652712,33.944935],[110.65563,33.939481],[110.665376,33.941867],[110.67192,33.950361],[110.667505,33.955246],[110.666707,33.963596],[110.663404,33.967108],[110.650315,33.971863],[110.644695,33.976856],[110.645591,33.986877],[110.643636,33.995692],[110.631791,34.010134],[110.632562,34.013641],[110.629808,34.017803],[110.622041,34.02085],[110.622824,34.024601],[110.62651,34.025194],[110.626902,34.026901],[110.619941,34.034491],[110.614093,34.037525],[110.610064,34.03573],[110.606711,34.031521],[110.610736,34.031009],[110.608069,34.025039],[110.580427,34.025058],[110.584458,34.04055],[110.577759,34.042736],[110.576025,34.044884],[110.586235,34.046964],[110.582579,34.048966],[110.584786,34.049987],[110.585774,34.059527],[110.583186,34.060326],[110.583362,34.062672],[110.588868,34.067614],[110.58927,34.081559],[110.584734,34.101641],[110.58852,34.10734],[110.599448,34.108722],[110.606971,34.113091],[110.614083,34.125897],[110.620818,34.131552],[110.619439,34.135721],[110.621639,34.141629],[110.633568,34.152332],[110.637755,34.162056],[110.631162,34.169132],[110.618609,34.178185],[110.608898,34.176936],[110.582993,34.180543],[110.583044,34.184666],[110.586107,34.188723],[110.584989,34.190663],[110.571924,34.193638],[110.564694,34.190981],[110.553718,34.194175],[110.548316,34.199368],[110.547,34.211606],[110.543538,34.21635],[110.514108,34.220994],[110.507529,34.216759],[110.505343,34.216891],[110.500236,34.220077],[110.49778,34.224137],[110.480855,34.234098],[110.467564,34.235708],[110.459254,34.240102],[110.443315,34.242373],[110.436284,34.241674],[110.432722,34.245429],[110.432606,34.248842],[110.437583,34.258418],[110.427166,34.273242],[110.422269,34.275954],[110.4237,34.290482],[110.428858,34.292663],[110.431701,34.291502],[110.442677,34.291976],[110.44996,34.296119],[110.454073,34.302517],[110.461296,34.307133],[110.466652,34.31648],[110.467123,34.321273],[110.471228,34.323381],[110.484039,34.31933],[110.496038,34.322375],[110.501289,34.341992],[110.494568,34.351779],[110.481267,34.356912],[110.481157,34.369199],[110.472988,34.383599],[110.468764,34.396455],[110.471409,34.409538],[110.462551,34.411362],[110.456943,34.408744],[110.454159,34.403724],[110.445644,34.402791],[110.424265,34.409875],[110.416473,34.416137],[110.405577,34.421228],[110.4026,34.425854],[110.405069,34.429495],[110.398224,34.435892],[110.39547,34.441914],[110.396846,34.446198],[110.393004,34.452919],[110.389682,34.455341],[110.387544,34.467018],[110.381221,34.4712],[110.374616,34.479834],[110.372547,34.484815],[110.373002,34.487611],[110.368994,34.495441],[110.365976,34.494508],[110.363097,34.497775],[110.356933,34.519225],[110.35571,34.530806],[110.356819,34.534843],[110.368028,34.545086],[110.37424,34.553249],[110.381208,34.555752],[110.388057,34.553456],[110.395719,34.555461],[110.398959,34.559281],[110.393693,34.564476],[110.388736,34.562996],[110.373701,34.563342],[110.36004,34.567996],[110.359129,34.569853],[110.363547,34.573386],[110.366118,34.579111],[110.365401,34.587474],[110.36373,34.589603],[110.371694,34.600639],[110.37987,34.601415],[110.397817,34.592954],[110.418028,34.591859],[110.440442,34.602242],[110.458552,34.616672],[110.466544,34.619735],[110.48248,34.612537],[110.522315,34.587432],[110.530693,34.583975],[110.536863,34.58415],[110.557531,34.59081],[110.579035,34.594518],[110.585216,34.597949],[110.596924,34.609117],[110.607301,34.612922],[110.639315,34.599501],[110.64867,34.59307],[110.657111,34.590036],[110.663293,34.590259],[110.674834,34.594476],[110.680961,34.606376],[110.687864,34.61245],[110.690659,34.612056],[110.699189,34.605232],[110.704213,34.606541],[110.707291,34.609794],[110.710705,34.621501],[110.714669,34.628627],[110.731573,34.637091],[110.736806,34.64212],[110.742362,34.652003],[110.750714,34.654746],[110.777096,34.65302],[110.791901,34.648606],[110.800275,34.638375],[110.809386,34.622175],[110.818432,34.617539],[110.825055,34.617458],[110.835113,34.623742],[110.840465,34.63347],[110.845755,34.638246],[110.853519,34.640476],[110.865063,34.639799],[110.875615,34.64377],[110.885442,34.6517],[110.893855,34.661937],[110.900995,34.678937],[110.90667,34.702965],[110.91499,34.71731],[110.912635,34.72497],[110.91605,34.730788],[110.921851,34.732804],[110.92904,34.732855],[110.94433,34.725506],[110.953892,34.718458],[110.95754,34.712764],[110.958416,34.705075],[110.960742,34.701752],[110.96376,34.701218],[111.009532,34.731838],[111.052029,34.752129],[111.101395,34.756926],[111.117373,34.761175],[111.123685,34.773842],[111.13132,34.795968],[111.148414,34.814972],[111.154704,34.816221],[111.162052,34.814621],[111.171314,34.805374],[111.177254,34.802606],[111.201454,34.802362],[111.207404,34.799732],[111.215818,34.790981],[111.219948,34.789742],[111.230063,34.792256],[111.234703,34.795083],[111.244185,34.817099],[111.250284,34.822274],[111.256777,34.821311],[111.274617,34.810338],[111.284094,34.807261],[111.301432,34.817088],[111.318454,34.822263],[111.335331,34.832499],[111.343449,34.832011],[111.345574,34.826583],[111.35214,34.82259],[111.388645,34.81601],[111.397775,34.819223],[111.409922,34.828695],[111.417412,34.828162],[111.42536,34.830407],[111.434232,34.839378],[111.446678,34.837389],[111.458535,34.827859],[111.472775,34.826768],[111.496448,34.830629],[111.505696,34.841255],[111.51897,34.8499],[111.534795,34.854146],[111.549073,34.853341],[111.553648,34.850598],[111.554733,34.846538],[111.561527,34.843968],[111.564868,34.844738],[111.576699,34.852921],[111.582939,34.861556],[111.585331,34.882479],[111.587081,34.886128],[111.598774,34.893247],[111.606795,34.893167],[111.611617,34.896071],[111.615698,34.907842],[111.615068,34.916182],[111.616221,34.917952],[111.622235,34.918223],[111.625352,34.92567],[111.640283,34.939433],[111.657467,34.940273],[111.675501,34.950977],[111.671479,34.96187],[111.669487,34.973463],[111.658779,34.983071],[111.660304,34.987741],[111.664561,34.989174],[111.680695,34.989453],[111.690084,35.000047],[111.712114,35.004345],[111.734213,35.005298],[111.735747,35.007687],[111.734935,35.011676],[111.743381,35.017164],[111.751462,35.017715],[111.761431,35.016056],[111.768068,35.019625],[111.770651,35.024217],[111.771078,35.028695],[111.77312,35.030526],[111.776721,35.031081],[111.786811,35.027655],[111.795128,35.029642],[111.801667,35.034904],[111.803916,35.039476],[111.805852,35.050181],[111.804,35.064311],[111.811198,35.069545],[111.855191,35.075698],[111.858453,35.077606],[111.87861,35.07022],[111.895288,35.081417],[111.910633,35.072015],[111.91685,35.075516],[111.923682,35.08352],[111.939346,35.083708],[111.950372,35.082447],[111.95765,35.079876],[111.971819,35.068099],[111.984333,35.070268],[112.000533,35.06601],[112.008164,35.069513],[112.015185,35.068382],[112.018125,35.060492],[112.029226,35.053948],[112.032802,35.046071],[112.03687,35.047801],[112.045889,35.045598],[112.054625,35.052926],[112.056472,35.059324],[112.055987,35.078413],[112.04809,35.093823],[112.055596,35.118252],[112.058115,35.13237],[112.053793,35.139564],[112.05985,35.146659],[112.060356,35.151008],[112.05296,35.16684],[112.037319,35.187778],[112.034114,35.197459],[112.038147,35.201315],[112.053723,35.209418],[112.063662,35.216559],[112.074693,35.219506],[112.075368,35.223708],[112.072737,35.241523],[112.068384,35.249923],[112.046194,35.27189],[112.047688,35.27658],[112.051395,35.279826],[112.06962,35.277123],[112.084503,35.279327],[112.102971,35.274598],[112.105994,35.270928],[112.104626,35.268349],[112.111431,35.265112],[112.117485,35.266054],[112.12364,35.271629],[112.129429,35.272012],[112.14411,35.26934],[112.189547,35.256989],[112.202461,35.249866],[112.204577,35.244157],[112.209562,35.239511],[112.219814,35.237704],[112.235997,35.236029],[112.241711,35.238045],[112.257651,35.24834],[112.292216,35.252581],[112.296279,35.248826],[112.296069,35.24704],[112.280595,35.221579],[112.281299,35.218498],[112.300138,35.222013],[112.329362,35.220379],[112.35376,35.222458],[112.358996,35.219994],[112.37633,35.230594],[112.380683,35.234562],[112.381818,35.23923],[112.398878,35.242731],[112.408764,35.239548],[112.442996,35.235209],[112.445581,35.228744],[112.461422,35.23204],[112.47455,35.22598],[112.479333,35.231092],[112.484059,35.232573],[112.490959,35.226936],[112.511751,35.219733],[112.526801,35.224427],[112.537029,35.221543],[112.538791,35.21878],[112.547379,35.214424],[112.559316,35.21097],[112.561292,35.211911],[112.56262,35.220145],[112.566783,35.222421],[112.585041,35.220732],[112.589417,35.224192],[112.613663,35.220824],[112.617723,35.222886],[112.620367,35.228873],[112.629918,35.231122],[112.632601,35.241586],[112.614313,35.246],[112.60961,35.252747],[112.621147,35.263754],[112.622552,35.267452],[112.62095,35.271093],[112.622945,35.273059],[112.626355,35.271302],[112.636525,35.259262],[112.643082,35.259772],[112.645898,35.258078],[112.649504,35.24605],[112.654975,35.239448],[112.676866,35.234085],[112.678537,35.227134],[112.68953,35.219232],[112.701921,35.217299],[112.702578,35.215937],[112.69739,35.21001],[112.697347,35.1997],[112.702082,35.189507],[112.705799,35.187354],[112.707262,35.188446],[112.708215,35.197545],[112.711621,35.205334],[112.721333,35.211202],[112.729681,35.210763],[112.741716,35.203593],[112.755708,35.205063],[112.76197,35.214862],[112.773433,35.222969],[112.775923,35.229654],[112.773489,35.23042],[112.769616,35.237768],[112.778331,35.244937],[112.78783,35.24429],[112.784316,35.238931],[112.797833,35.236801],[112.807892,35.2427],[112.810147,35.246036],[112.810954,35.255928],[112.817902,35.25702],[112.846783,35.253401],[112.861107,35.24452],[112.87763,35.239678],[112.91555,35.247712],[112.920466,35.250039],[112.923464,35.253616],[112.930125,35.271762],[112.929476,35.278511],[112.927027,35.282513],[112.93038,35.284671],[112.947316,35.28733],[112.955129,35.290157],[112.960622,35.294301],[112.965316,35.293575],[112.96881,35.289992],[112.97814,35.285734],[112.979982,35.286485],[112.986733,35.298479],[112.982104,35.308962],[112.978447,35.312205],[112.97794,35.335874],[112.985124,35.351081],[112.983292,35.356392],[112.99049,35.363477],[113.001398,35.359069],[113.003926,35.359648],[113.005299,35.362363],[113.007221,35.362274],[113.018185,35.356567],[113.03003,35.360293],[113.05194,35.352703],[113.057192,35.348741],[113.063801,35.353256],[113.074897,35.343243],[113.088159,35.336503],[113.101459,35.338378],[113.117696,35.330628],[113.128683,35.334139],[113.133122,35.339253],[113.132945,35.343508],[113.130632,35.34513],[113.130374,35.347995],[113.143572,35.350676],[113.140407,35.35746],[113.14026,35.369999],[113.144088,35.371735],[113.15417,35.384914],[113.164297,35.390291],[113.170838,35.396815],[113.169353,35.400852],[113.163131,35.402165],[113.159102,35.415379],[113.170448,35.414593],[113.178792,35.409399],[113.181943,35.41246],[113.182251,35.4167],[113.178262,35.418284],[113.177565,35.420745],[113.178258,35.423489],[113.18626,35.432847],[113.181738,35.437785],[113.184869,35.448813],[113.195987,35.449107],[113.202104,35.446792],[113.214719,35.451549],[113.235023,35.454417],[113.238327,35.44754],[113.250031,35.439223],[113.273797,35.434918],[113.296527,35.424477],[113.299441,35.428692],[113.29361,35.434815],[113.290899,35.441075],[113.291823,35.447721],[113.296359,35.452528],[113.300766,35.453808],[113.298397,35.461694],[113.303627,35.461005],[113.30654,35.458404],[113.308239,35.449671],[113.318955,35.455583],[113.316128,35.461163],[113.301003,35.466382],[113.285504,35.46706],[113.288152,35.47114],[113.303313,35.48226],[113.305423,35.482652],[113.313452,35.477698],[113.317246,35.47399],[113.31663,35.47125],[113.323213,35.468677],[113.342152,35.46774],[113.344479,35.469366],[113.343862,35.473838],[113.366855,35.484461],[113.37479,35.490584],[113.375316,35.49677],[113.378988,35.503201],[113.389522,35.505343],[113.394525,35.508293],[113.398489,35.51483],[113.400137,35.51443],[113.403188,35.505435],[113.407476,35.50371],[113.415665,35.504677],[113.41932,35.508149],[113.454688,35.513911],[113.468486,35.509997],[113.472268,35.514358],[113.471411,35.519125],[113.476624,35.522185],[113.483358,35.520774],[113.486076,35.515276],[113.496435,35.517578],[113.500625,35.514864],[113.502983,35.518246],[113.503273,35.524793],[113.494488,35.528385],[113.489351,35.544849],[113.49179,35.549002],[113.501584,35.556144],[113.502617,35.55897],[113.496975,35.570483],[113.497096,35.573055],[113.498771,35.575577],[113.510322,35.578644],[113.515595,35.586688],[113.521843,35.591951],[113.537068,35.597168],[113.536735,35.603607],[113.539418,35.615355],[113.54223,35.617976],[113.550609,35.621183],[113.548529,35.627425],[113.543163,35.633167],[113.547223,35.636832],[113.543286,35.64774],[113.545055,35.654617],[113.551116,35.654538],[113.552593,35.648853],[113.55595,35.644667],[113.567052,35.638437],[113.57029,35.632721],[113.585362,35.631427],[113.600459,35.633793],[113.613223,35.631734],[113.619362,35.633145],[113.619296,35.642502],[113.617697,35.645008],[113.619594,35.655197],[113.612245,35.663057],[113.612293,35.666889],[113.617688,35.670627],[113.619047,35.6738],[113.608415,35.686077],[113.601232,35.685775],[113.586766,35.693466],[113.59573,35.699041],[113.597268,35.708583],[113.593095,35.713312],[113.60024,35.716863],[113.585635,35.735346],[113.582667,35.751028],[113.599153,35.759796],[113.600634,35.770294],[113.597459,35.774999],[113.588348,35.782491],[113.57744,35.786147],[113.574238,35.790099],[113.583167,35.794742],[113.594901,35.795253],[113.600488,35.79958],[113.591566,35.804556],[113.581222,35.805681],[113.58445,35.815233],[113.57813,35.817436],[113.577526,35.820483],[113.580433,35.826615],[113.585207,35.823526],[113.59857,35.822659],[113.611827,35.829929],[113.614601,35.834464],[113.617255,35.835162],[113.627306,35.833807],[113.631343,35.824554],[113.636146,35.82251],[113.647168,35.826389],[113.656229,35.835635],[113.656304,35.837294],[113.653433,35.837768],[113.650134,35.841178],[113.652292,35.850173],[113.655552,35.852863],[113.654772,35.854311],[113.645305,35.856262],[113.639959,35.853388],[113.631622,35.859604],[113.629434,35.864272],[113.632329,35.874846],[113.639809,35.88521],[113.639122,35.90388],[113.64534,35.908465],[113.64273,35.916344],[113.637793,35.921663],[113.637492,35.923908],[113.646845,35.929224],[113.650515,35.935604],[113.649945,35.946384],[113.645851,35.96063],[113.640534,35.963977],[113.640962,35.968645],[113.639622,35.970927],[113.628885,35.975865],[113.625925,35.982374],[113.625936,35.986353],[113.628921,35.987323],[113.635572,35.985977],[113.641127,35.994847],[113.644434,35.99632],[113.655262,35.990425],[113.662314,35.983578],[113.696301,35.991433],[113.694237,36],[113.689517,36.007854],[113.699031,36.020993],[113.690688,36.025127],[113.674,36.024874],[113.65561,36.029056],[113.652892,36.040002],[113.654996,36.045227],[113.661647,36.050333],[113.678374,36.05527],[113.681701,36.060994],[113.678456,36.076735],[113.665184,36.121212],[113.66981,36.125234],[113.686159,36.124236],[113.698984,36.126669],[113.705435,36.129622],[113.706813,36.133016],[113.698376,36.149199],[113.672574,36.160141],[113.651397,36.165227],[113.646136,36.171424],[113.649149,36.175151],[113.667849,36.175744],[113.685388,36.178912],[113.693294,36.183678],[113.688957,36.190397],[113.679782,36.195097],[113.679321,36.19682],[113.691253,36.20116],[113.697,36.200175],[113.694374,36.211646],[113.689547,36.214991],[113.685455,36.215709],[113.69356,36.247117],[113.691758,36.251821],[113.692422,36.254593],[113.695452,36.259188],[113.707299,36.26301],[113.707204,36.273266],[113.70078,36.297242],[113.701522,36.300473],[113.706366,36.303359],[113.714648,36.302162],[113.720677,36.305426],[113.734004,36.319902],[113.734792,36.323966],[113.719704,36.337834],[113.733849,36.355302],[113.736944,36.35704],[113.735196,36.361308],[113.735975,36.364519],[113.743543,36.366508],[113.749464,36.365474]],[[113.751057,32.2844],[113.752882,32.284044],[113.751922,32.278982],[113.756009,32.270627],[113.759051,32.270534],[113.763582,32.280025],[113.762002,32.283178],[113.764024,32.285847],[113.761319,32.287983],[113.758893,32.287747],[113.750601,32.293913],[113.748172,32.289813],[113.751057,32.2844]]]]}},{type:"Feature",properties:{name:"湖北省",province_adcode:42e4,province_type:"省",name_en:"Hubei",name_var:"Hú Běi",adcode:42e4},geometry:{type:"MultiPolygon",coordinates:[[[[113.127396,29.432231],[113.116448,29.423523],[113.108537,29.430113],[113.105325,29.437132],[113.115319,29.437965],[113.127396,29.432231]]],[[[113.759483,32.287626],[113.761319,32.287983],[113.764024,32.285847],[113.762002,32.283178],[113.763582,32.280025],[113.759843,32.271455],[113.756009,32.270627],[113.751922,32.278982],[113.752882,32.284044],[113.748642,32.287098],[113.748476,32.291465],[113.751699,32.293709],[113.759483,32.287626]]],[[[109.631561,33.271732],[109.639312,33.270303],[109.64402,33.256604],[109.652063,33.248161],[109.656194,33.249167],[109.6574,33.251261],[109.655962,33.25288],[109.658183,33.256277],[109.663143,33.257997],[109.694554,33.258115],[109.700391,33.248246],[109.698932,33.243167],[109.707071,33.234698],[109.723132,33.238476],[109.727808,33.23364],[109.735143,33.233952],[109.773975,33.240476],[109.778804,33.239495],[109.781462,33.235935],[109.795215,33.235001],[109.809634,33.237527],[109.812774,33.240639],[109.816644,33.241813],[109.83704,33.244556],[109.850305,33.2497],[109.864909,33.250232],[109.872117,33.244597],[109.881075,33.240582],[109.897421,33.237608],[109.904561,33.232242],[109.914982,33.228554],[109.92662,33.227899],[109.94592,33.215267],[109.979951,33.20031],[109.98483,33.200875],[109.989003,33.205339],[110.007279,33.210633],[110.019342,33.205171],[110.02632,33.196483],[110.039242,33.196644],[110.049126,33.193622],[110.06278,33.198232],[110.062898,33.204037],[110.061407,33.205581],[110.064338,33.207658],[110.074838,33.204361],[110.086742,33.204577],[110.093523,33.209977],[110.100613,33.206263],[110.110364,33.203781],[110.136776,33.207178],[110.157662,33.21275],[110.167066,33.206635],[110.168007,33.204189],[110.165713,33.20094],[110.172062,33.192295],[110.194903,33.182914],[110.206887,33.164526],[110.225874,33.160098],[110.232113,33.165422],[110.240862,33.166258],[110.242852,33.164057],[110.250724,33.163067],[110.25577,33.164282],[110.263484,33.170662],[110.280843,33.172299],[110.30324,33.16979],[110.319706,33.165897],[110.333867,33.160141],[110.335918,33.161698],[110.333042,33.167329],[110.336639,33.175866],[110.351223,33.176337],[110.36525,33.186848],[110.372434,33.18626],[110.370392,33.181076],[110.365861,33.181666],[110.369252,33.178259],[110.39285,33.176915],[110.398887,33.178325],[110.415801,33.171552],[110.423439,33.172705],[110.431502,33.176586],[110.435247,33.180273],[110.441339,33.182286],[110.447746,33.180795],[110.45543,33.175896],[110.465872,33.174351],[110.467155,33.17501],[110.467432,33.181197],[110.464023,33.182789],[110.465536,33.186359],[110.472684,33.192575],[110.47591,33.192287],[110.489886,33.205539],[110.487164,33.210184],[110.49037,33.210504],[110.49878,33.217994],[110.508864,33.236833],[110.513508,33.233138],[110.51355,33.226545],[110.519464,33.226196],[110.526796,33.231721],[110.532593,33.242116],[110.527324,33.24723],[110.527458,33.256953],[110.531345,33.258316],[110.542265,33.255059],[110.558294,33.254136],[110.559779,33.250608],[110.565475,33.245419],[110.570409,33.246024],[110.575295,33.24366],[110.581806,33.23676],[110.582891,33.234748],[110.581184,33.233486],[110.578237,33.224525],[110.583592,33.21813],[110.590224,33.213606],[110.592097,33.20731],[110.59208,33.181646],[110.595535,33.177412],[110.595702,33.171135],[110.593388,33.161455],[110.588238,33.15891],[110.588949,33.157125],[110.595591,33.15186],[110.611981,33.150421],[110.618671,33.144688],[110.625309,33.143946],[110.636212,33.145975],[110.637917,33.147668],[110.640892,33.154562],[110.63805,33.160185],[110.639621,33.164393],[110.649734,33.16309],[110.650705,33.151522],[110.661922,33.137419],[110.66488,33.138018],[110.672455,33.130594],[110.673169,33.121396],[110.705091,33.095969],[110.716567,33.101335],[110.718284,33.105988],[110.717663,33.118522],[110.713908,33.120228],[110.715172,33.126086],[110.719413,33.132341],[110.727751,33.135773],[110.733108,33.136059],[110.734019,33.142072],[110.752825,33.146338],[110.75275,33.150671],[110.757575,33.154553],[110.765111,33.154161],[110.775937,33.148222],[110.790558,33.151758],[110.802389,33.162178],[110.807687,33.154335],[110.812304,33.153598],[110.817256,33.155768],[110.818762,33.160728],[110.817643,33.166399],[110.810815,33.170516],[110.809314,33.174186],[110.815026,33.193668],[110.823219,33.203858],[110.831812,33.206991],[110.84758,33.208048],[110.855,33.211154],[110.857972,33.216028],[110.870061,33.216555],[110.872153,33.215884],[110.87337,33.212586],[110.878271,33.210567],[110.893034,33.211165],[110.895011,33.204117],[110.898169,33.204372],[110.90163,33.212003],[110.909268,33.214478],[110.910748,33.210039],[110.907361,33.209363],[110.907307,33.207315],[110.909701,33.204503],[110.914,33.203976],[110.918749,33.210322],[110.932715,33.221852],[110.937072,33.228649],[110.937735,33.236446],[110.951547,33.24422],[110.955457,33.254488],[110.962621,33.260565],[110.986168,33.254793],[110.990041,33.252979],[110.991735,33.249458],[110.988566,33.244789],[110.988377,33.238499],[110.992429,33.239786],[110.995456,33.238862],[111.006462,33.231401],[111.012051,33.22151],[111.021458,33.212968],[111.055785,33.194421],[111.057422,33.186555],[111.052376,33.181814],[111.052,33.175167],[111.031658,33.158319],[111.032078,33.15528],[111.050254,33.157855],[111.056972,33.165562],[111.062951,33.177447],[111.067215,33.179627],[111.072083,33.179428],[111.076134,33.182406],[111.077587,33.185583],[111.085889,33.184539],[111.087283,33.18325],[111.087271,33.179022],[111.084756,33.173372],[111.098664,33.173164],[111.099801,33.170601],[111.113272,33.158905],[111.117903,33.159596],[111.121743,33.162998],[111.124874,33.162686],[111.122757,33.152361],[111.125637,33.139986],[111.133147,33.135869],[111.140472,33.125746],[111.147883,33.123833],[111.156424,33.126436],[111.166775,33.119323],[111.174709,33.11603],[111.170829,33.110467],[111.170082,33.094628],[111.176938,33.093126],[111.18562,33.094971],[111.188501,33.090836],[111.188566,33.081186],[111.193696,33.077406],[111.193039,33.073448],[111.188362,33.068402],[111.180652,33.065111],[111.163123,33.061701],[111.146353,33.050064],[111.145157,33.048389],[111.145708,33.043784],[111.152893,33.038278],[111.162936,33.047788],[111.166992,33.048377],[111.178869,33.044618],[111.184329,33.040003],[111.21338,33.044873],[111.23439,33.039276],[111.242258,33.029944],[111.241629,33.015076],[111.244545,33.01334],[111.249438,33.013839],[111.254094,33.00917],[111.257178,32.994672],[111.259163,32.991864],[111.265946,32.992748],[111.269984,32.989509],[111.265307,32.978617],[111.267425,32.970216],[111.266983,32.960954],[111.251413,32.952091],[111.246297,32.952116],[111.239087,32.933918],[111.239899,32.919135],[111.241968,32.91309],[111.246299,32.907385],[111.244201,32.900652],[111.239201,32.893427],[111.238949,32.884305],[111.25305,32.88294],[111.259056,32.887018],[111.26545,32.897302],[111.272307,32.900957],[111.289815,32.893073],[111.287195,32.8789],[111.28262,32.874091],[111.278443,32.873411],[111.284261,32.856585],[111.29414,32.856336],[111.310836,32.850885],[111.322491,32.835646],[111.335441,32.837552],[111.348504,32.835119],[111.357131,32.835542],[111.361648,32.833251],[111.364404,32.830657],[111.366894,32.823211],[111.381662,32.816791],[111.386595,32.806249],[111.385519,32.797357],[111.393695,32.792135],[111.398757,32.784026],[111.397554,32.777428],[111.409655,32.755581],[111.416517,32.753466],[111.435122,32.751906],[111.440147,32.754495],[111.44325,32.763239],[111.449683,32.76197],[111.453617,32.763122],[111.454918,32.77372],[111.456085,32.775978],[111.458454,32.775271],[111.468296,32.76083],[111.464509,32.75417],[111.461673,32.740514],[111.453366,32.729061],[111.443147,32.733113],[111.436867,32.738537],[111.432643,32.737054],[111.436726,32.733154],[111.437935,32.728703],[111.42479,32.736834],[111.420227,32.737515],[111.419221,32.734599],[111.426131,32.728226],[111.430502,32.726487],[111.443862,32.724554],[111.454691,32.725919],[111.46391,32.720645],[111.466993,32.716516],[111.464314,32.709777],[111.469995,32.698271],[111.481097,32.693259],[111.493951,32.680438],[111.511919,32.67116],[111.525832,32.646687],[111.519004,32.643886],[111.518741,32.641578],[111.531124,32.63038],[111.531104,32.625775],[111.522738,32.619617],[111.540543,32.6143],[111.548594,32.60984],[111.554228,32.60474],[111.55587,32.596699],[111.572639,32.590429],[111.578521,32.594664],[111.579491,32.601686],[111.590531,32.599275],[111.602791,32.609103],[111.615908,32.629676],[111.621996,32.63066],[111.636892,32.629916],[111.640171,32.628106],[111.631938,32.619905],[111.634245,32.610754],[111.640171,32.602516],[111.643774,32.602241],[111.651876,32.617994],[111.689364,32.608208],[111.697639,32.610406],[111.709732,32.608585],[111.718985,32.601438],[111.722019,32.59623],[111.730748,32.592659],[111.735353,32.588926],[111.741207,32.577498],[111.757649,32.562026],[111.769264,32.562776],[111.776044,32.561536],[111.780899,32.558382],[111.780732,32.551678],[111.782636,32.547134],[111.789879,32.546243],[111.802918,32.539361],[111.815651,32.539612],[111.820915,32.537411],[111.82293,32.531471],[111.82511,32.53072],[111.851965,32.53091],[111.852334,32.533111],[111.857196,32.532096],[111.856952,32.516693],[111.864177,32.509319],[111.886247,32.501783],[111.912289,32.507359],[111.93325,32.5212],[111.946113,32.518507],[111.951723,32.513801],[111.961068,32.497366],[111.968852,32.473775],[111.986375,32.471086],[111.986095,32.466614],[111.982734,32.464711],[111.984354,32.46105],[111.987574,32.460186],[111.99114,32.462608],[111.997846,32.461171],[112.000143,32.455342],[112.005496,32.45246],[112.016885,32.454354],[112.025641,32.460421],[112.028852,32.46934],[112.0335,32.473029],[112.041127,32.475457],[112.058387,32.475935],[112.057232,32.47221],[112.064121,32.461238],[112.060044,32.448122],[112.060344,32.442381],[112.066894,32.440226],[112.073495,32.43539],[112.074212,32.426643],[112.076609,32.4217],[112.088202,32.420356],[112.09547,32.416383],[112.100115,32.413135],[112.102252,32.406572],[112.112913,32.401574],[112.116842,32.396797],[112.121849,32.405153],[112.127218,32.404359],[112.128596,32.394117],[112.149271,32.379229],[112.153265,32.378939],[112.158427,32.387358],[112.15387,32.390539],[112.153062,32.388491],[112.144563,32.386205],[112.143416,32.389048],[112.155245,32.395124],[112.155601,32.402178],[112.149227,32.404559],[112.146053,32.403026],[112.142647,32.403753],[112.137543,32.409027],[112.1443,32.413741],[112.158625,32.413335],[112.163116,32.411764],[112.171496,32.400395],[112.173002,32.394578],[112.166361,32.389844],[112.166934,32.387092],[112.190734,32.394683],[112.194181,32.3948],[112.195246,32.38638],[112.19684,32.385483],[112.199858,32.38596],[112.204486,32.393244],[112.21611,32.388358],[112.219165,32.38809],[112.218749,32.389884],[112.221474,32.389761],[112.221576,32.382749],[112.231258,32.373081],[112.233832,32.373887],[112.244215,32.37032],[112.247314,32.363363],[112.251843,32.360809],[112.255628,32.361402],[112.263481,32.356226],[112.276123,32.351797],[112.282337,32.348244],[112.292925,32.337858],[112.30502,32.331043],[112.311865,32.331189],[112.318071,32.328568],[112.332658,32.349836],[112.345047,32.351724],[112.347788,32.360085],[112.354811,32.368393],[112.361899,32.370781],[112.383816,32.365651],[112.385884,32.372258],[112.394504,32.371026],[112.406135,32.365798],[112.413695,32.35697],[112.429887,32.351014],[112.437951,32.346214],[112.44478,32.345111],[112.446033,32.346924],[112.439952,32.352781],[112.439512,32.35752],[112.453345,32.369738],[112.465512,32.372567],[112.471437,32.382989],[112.47654,32.383174],[112.483546,32.377691],[112.488421,32.37667],[112.498758,32.384331],[112.511186,32.385544],[112.525433,32.391929],[112.53559,32.407027],[112.542607,32.413383],[112.546215,32.412237],[112.548424,32.408929],[112.566053,32.396595],[112.56557,32.394094],[112.572251,32.388406],[112.570166,32.385722],[112.572088,32.384096],[112.576006,32.385259],[112.582581,32.384147],[112.590477,32.389169],[112.598915,32.386892],[112.620862,32.375289],[112.635417,32.370337],[112.637409,32.375982],[112.651512,32.377164],[112.655219,32.375415],[112.65742,32.364098],[112.661628,32.371702],[112.666516,32.370812],[112.67236,32.368484],[112.679789,32.358586],[112.685482,32.356494],[112.69493,32.357112],[112.705583,32.353852],[112.707778,32.355419],[112.711549,32.364126],[112.72554,32.368612],[112.728329,32.367571],[112.730984,32.361385],[112.729138,32.352835],[112.744535,32.346123],[112.756527,32.345661],[112.765912,32.348296],[112.765897,32.354147],[112.770838,32.36084],[112.7763,32.358003],[112.786975,32.357688],[112.796039,32.367883],[112.803227,32.372049],[112.812758,32.371108],[112.821146,32.374697],[112.834433,32.376463],[112.838687,32.382654],[112.845505,32.387866],[112.854405,32.389965],[112.859633,32.396497],[112.866842,32.39938],[112.869268,32.396831],[112.872267,32.386788],[112.87179,32.382072],[112.874182,32.378239],[112.886787,32.381018],[112.884843,32.390298],[112.901579,32.39932],[112.909639,32.393308],[112.919912,32.391194],[112.940221,32.383221],[112.946348,32.382649],[112.948252,32.384229],[112.946566,32.388659],[112.948339,32.392386],[112.958929,32.395114],[112.963155,32.393084],[112.958662,32.376126],[112.976494,32.370869],[112.983806,32.370344],[112.992481,32.393353],[112.985193,32.40327],[112.988675,32.411851],[112.994756,32.418802],[113.00954,32.419527],[113.02495,32.427827],[113.028078,32.424969],[113.042509,32.422185],[113.051167,32.413943],[113.051588,32.406032],[113.059963,32.403846],[113.072733,32.395671],[113.089037,32.400752],[113.10327,32.400024],[113.107405,32.392999],[113.107303,32.383908],[113.113103,32.377265],[113.134981,32.38056],[113.145067,32.379426],[113.150842,32.382943],[113.148725,32.387361],[113.150259,32.397892],[113.155827,32.40412],[113.153051,32.407746],[113.152479,32.414312],[113.159485,32.417731],[113.160902,32.421598],[113.16838,32.424246],[113.180626,32.424208],[113.19808,32.434376],[113.202956,32.434779],[113.207874,32.433587],[113.223124,32.424333],[113.222288,32.422285],[113.226935,32.411196],[113.244483,32.400322],[113.249818,32.395061],[113.268018,32.386638],[113.270287,32.381786],[113.289626,32.37091],[113.287759,32.364527],[113.29298,32.355703],[113.30255,32.351912],[113.31236,32.352174],[113.326884,32.344032],[113.328966,32.340549],[113.32805,32.338712],[113.313259,32.330966],[113.311814,32.323987],[113.329629,32.316803],[113.342,32.301031],[113.352189,32.296538],[113.359194,32.297819],[113.366333,32.301358],[113.375019,32.299542],[113.385392,32.295344],[113.390602,32.28961],[113.389429,32.287074],[113.393479,32.28055],[113.398287,32.28245],[113.403447,32.281688],[113.410077,32.277499],[113.411047,32.274235],[113.414292,32.272152],[113.421534,32.271221],[113.452974,32.294413],[113.459668,32.29397],[113.462452,32.301252],[113.471045,32.299894],[113.484428,32.306217],[113.488211,32.311792],[113.500536,32.317678],[113.508925,32.317791],[113.517515,32.325552],[113.518726,32.329405],[113.526946,32.332169],[113.543409,32.330649],[113.545435,32.327147],[113.544798,32.321102],[113.542301,32.31834],[113.541631,32.314135],[113.541985,32.31009],[113.543993,32.307489],[113.557911,32.302701],[113.568004,32.30383],[113.555313,32.309965],[113.552791,32.32296],[113.54915,32.326387],[113.547116,32.332484],[113.559059,32.342937],[113.567373,32.341074],[113.572199,32.342039],[113.585547,32.352907],[113.599887,32.353063],[113.600293,32.356101],[113.597132,32.358456],[113.587425,32.360656],[113.585832,32.36516],[113.587445,32.367326],[113.592458,32.368809],[113.596705,32.368019],[113.604762,32.361597],[113.609638,32.359784],[113.616901,32.361995],[113.619298,32.366289],[113.619212,32.378027],[113.633031,32.390845],[113.638435,32.406433],[113.645237,32.414853],[113.648455,32.415876],[113.655007,32.413566],[113.658483,32.417585],[113.659776,32.423993],[113.66645,32.41967],[113.673558,32.422872],[113.679347,32.421703],[113.682754,32.419193],[113.692478,32.423028],[113.695532,32.422782],[113.699391,32.413938],[113.701815,32.412552],[113.706914,32.4132],[113.712633,32.41928],[113.717586,32.419027],[113.728312,32.412801],[113.731999,32.403357],[113.730891,32.397522],[113.734156,32.394541],[113.740847,32.395188],[113.744813,32.389694],[113.745027,32.378513],[113.738998,32.377238],[113.737446,32.373667],[113.741502,32.366196],[113.747318,32.362996],[113.75087,32.363121],[113.757753,32.372236],[113.762516,32.372429],[113.764606,32.371302],[113.765724,32.364752],[113.76405,32.359009],[113.756056,32.353821],[113.751878,32.353678],[113.748961,32.34954],[113.747547,32.331593],[113.752734,32.323345],[113.758273,32.322575],[113.763197,32.317997],[113.761674,32.312266],[113.766344,32.310865],[113.767399,32.305074],[113.742218,32.295062],[113.737844,32.287946],[113.73691,32.280864],[113.744043,32.275337],[113.746198,32.267565],[113.743233,32.262456],[113.733171,32.259854],[113.732433,32.255074],[113.733402,32.244922],[113.743184,32.237283],[113.746141,32.215731],[113.758678,32.20528],[113.77139,32.210554],[113.777257,32.188357],[113.771297,32.183017],[113.754934,32.159585],[113.759103,32.153401],[113.760546,32.136177],[113.753319,32.127028],[113.736644,32.113182],[113.73243,32.114923],[113.733184,32.120315],[113.727488,32.124377],[113.718516,32.127562],[113.715278,32.124099],[113.719074,32.120664],[113.719505,32.109505],[113.724573,32.099283],[113.718752,32.088673],[113.724938,32.08314],[113.737083,32.07921],[113.740553,32.07132],[113.757204,32.056769],[113.770316,32.051872],[113.774124,32.051825],[113.786428,32.038747],[113.784944,32.034489],[113.772097,32.0197],[113.765797,32.020501],[113.762591,32.016965],[113.759319,32.009884],[113.752447,32.004648],[113.752757,31.999667],[113.750331,31.995865],[113.753671,31.989552],[113.761796,31.981876],[113.772126,31.980785],[113.77743,31.977099],[113.784054,31.975512],[113.790479,31.976741],[113.797303,31.975833],[113.808416,31.967476],[113.801735,31.953598],[113.800338,31.933015],[113.812963,31.92448],[113.827186,31.918215],[113.832784,31.91088],[113.827648,31.900502],[113.829913,31.895801],[113.825476,31.883723],[113.82599,31.875635],[113.835381,31.869116],[113.832924,31.867513],[113.831134,31.862866],[113.834087,31.854796],[113.852877,31.843405],[113.860932,31.847492],[113.86832,31.842611],[113.870916,31.842904],[113.877624,31.848599],[113.883261,31.850562],[113.887252,31.848525],[113.890566,31.850504],[113.900216,31.867292],[113.901922,31.873202],[113.912269,31.881113],[113.924699,31.883562],[113.929995,31.881016],[113.927397,31.874492],[113.928122,31.870699],[113.946887,31.860315],[113.952231,31.859686],[113.952595,31.843283],[113.950993,31.83939],[113.944856,31.83499],[113.940776,31.825041],[113.942774,31.819464],[113.946827,31.818275],[113.947812,31.814811],[113.946127,31.804175],[113.94733,31.793695],[113.964044,31.783068],[113.963225,31.778055],[113.967795,31.769905],[113.96972,31.760341],[113.980377,31.752016],[113.984956,31.751585],[114.00185,31.767082],[114.012363,31.773893],[114.015303,31.772852],[114.023972,31.773963],[114.03044,31.770988],[114.037371,31.775934],[114.050972,31.772512],[114.057175,31.77829],[114.05763,31.781145],[114.071571,31.782686],[114.082834,31.781117],[114.084529,31.786251],[114.092508,31.793235],[114.088693,31.797075],[114.090764,31.802063],[114.098159,31.807211],[114.111175,31.806789],[114.114215,31.808244],[114.114805,31.819638],[114.123954,31.829339],[114.124545,31.839177],[114.126976,31.845217],[114.133246,31.845971],[114.141468,31.840965],[114.155444,31.842468],[114.157173,31.848059],[114.160904,31.853118],[114.163361,31.855624],[114.167184,31.856322],[114.1761,31.856232],[114.189137,31.852223],[114.194171,31.846745],[114.204912,31.843556],[114.207516,31.839828],[114.214821,31.837077],[114.214739,31.83419],[114.221171,31.833754],[114.222853,31.838226],[114.227242,31.842603],[114.230822,31.842934],[114.231686,31.839455],[114.229488,31.833864],[114.234662,31.822894],[114.241722,31.816667],[114.244839,31.809909],[114.25261,31.805034],[114.253081,31.80075],[114.257234,31.798607],[114.258089,31.791103],[114.268039,31.782789],[114.270693,31.774162],[114.278046,31.767971],[114.286117,31.763967],[114.290201,31.757326],[114.291563,31.750657],[114.294695,31.751966],[114.297443,31.756256],[114.303508,31.75642],[114.306025,31.753602],[114.31843,31.757426],[114.325771,31.755122],[114.341769,31.758305],[114.358958,31.749389],[114.374314,31.746382],[114.381945,31.742675],[114.392542,31.750001],[114.400876,31.75022],[114.410756,31.745108],[114.415609,31.737761],[114.414846,31.733754],[114.422313,31.733028],[114.424408,31.737519],[114.426021,31.737997],[114.429605,31.735601],[114.430866,31.732491],[114.44419,31.729601],[114.446564,31.732133],[114.444912,31.738828],[114.447338,31.741319],[114.450542,31.739874],[114.451291,31.736674],[114.455026,31.734392],[114.460069,31.736604],[114.462981,31.740938],[114.468211,31.742439],[114.4754,31.742324],[114.48851,31.745499],[114.490222,31.740153],[114.493114,31.738585],[114.501233,31.741986],[114.505637,31.74666],[114.503136,31.750226],[114.4985,31.751254],[114.50181,31.763817],[114.501102,31.766729],[114.508924,31.769676],[114.512885,31.769897],[114.518438,31.764272],[114.517097,31.759198],[114.525524,31.75179],[114.524248,31.748988],[114.526081,31.743543],[114.532365,31.742042],[114.54025,31.74983],[114.539881,31.754628],[114.549476,31.762061],[114.544174,31.76625],[114.544816,31.769111],[114.550107,31.77015],[114.566366,31.766568],[114.579537,31.766494],[114.58305,31.756392],[114.577206,31.742578],[114.57986,31.733001],[114.57711,31.728441],[114.576361,31.723162],[114.576683,31.718913],[114.578516,31.716568],[114.574385,31.713208],[114.574158,31.710571],[114.577232,31.707529],[114.586236,31.705175],[114.585931,31.697417],[114.583401,31.692501],[114.572392,31.694167],[114.569763,31.693107],[114.569366,31.672752],[114.564797,31.665532],[114.566355,31.660975],[114.558386,31.660583],[114.552651,31.658159],[114.550858,31.656163],[114.550485,31.649662],[114.544441,31.645384],[114.547791,31.636509],[114.547195,31.629662],[114.544043,31.6272],[114.54304,31.624198],[114.544457,31.617769],[114.542642,31.61163],[114.54555,31.608641],[114.548338,31.601092],[114.550604,31.590482],[114.548618,31.585861],[114.553092,31.580858],[114.550944,31.575192],[114.555257,31.568656],[114.554421,31.564729],[114.561633,31.558106],[114.568002,31.557194],[114.569334,31.561993],[114.583292,31.562345],[114.586584,31.563709],[114.591162,31.57771],[114.595909,31.579164],[114.601474,31.578366],[114.606994,31.580486],[114.610281,31.583578],[114.611669,31.587683],[114.616968,31.585862],[114.621798,31.58897],[114.629965,31.584565],[114.639925,31.58346],[114.640085,31.576416],[114.648626,31.57364],[114.652185,31.570061],[114.651088,31.563368],[114.654759,31.564396],[114.658314,31.554451],[114.66315,31.552269],[114.66521,31.548371],[114.671359,31.545326],[114.686705,31.546],[114.691359,31.548466],[114.69392,31.547179],[114.695684,31.540844],[114.689558,31.531438],[114.689731,31.528757],[114.692083,31.526159],[114.700507,31.526693],[114.704062,31.529261],[114.712581,31.530226],[114.714067,31.522308],[114.716221,31.519245],[114.718055,31.521596],[114.7357,31.529472],[114.747392,31.523801],[114.748251,31.529038],[114.75319,31.529253],[114.761112,31.525169],[114.763428,31.521555],[114.775317,31.523065],[114.77833,31.525754],[114.774706,31.524516],[114.774104,31.526102],[114.778285,31.527824],[114.78184,31.524558],[114.781466,31.521768],[114.776514,31.521911],[114.768601,31.514454],[114.77112,31.510312],[114.769312,31.503536],[114.776239,31.502821],[114.778717,31.497929],[114.776134,31.486613],[114.788166,31.480389],[114.797943,31.482144],[114.808219,31.480285],[114.812722,31.476138],[114.817002,31.475049],[114.825331,31.462942],[114.825602,31.459404],[114.834836,31.461042],[114.843991,31.470604],[114.845174,31.478063],[114.847474,31.479189],[114.850651,31.476939],[114.856283,31.481318],[114.860078,31.479912],[114.87016,31.480093],[114.872204,31.475539],[114.871348,31.472232],[114.880865,31.470412],[114.888179,31.475249],[114.90024,31.476708],[114.912112,31.482823],[114.918293,31.483702],[114.919134,31.480316],[114.93067,31.474994],[114.934143,31.469448],[114.936197,31.480428],[114.94152,31.482439],[114.94998,31.490856],[114.955119,31.4931],[114.95668,31.497731],[114.969521,31.501984],[114.975819,31.494743],[114.974117,31.488123],[114.977564,31.479852],[114.979177,31.47867],[114.985458,31.480211],[114.986215,31.475228],[114.991082,31.471277],[114.993444,31.472671],[114.9966,31.478409],[114.998584,31.486981],[115.005489,31.489936],[115.002436,31.496469],[114.998701,31.498632],[114.999703,31.503785],[115.006395,31.505383],[115.009241,31.514315],[115.014253,31.520342],[115.017618,31.529277],[115.019457,31.529822],[115.02405,31.529601],[115.025583,31.526978],[115.024744,31.523769],[115.036691,31.516171],[115.044785,31.519278],[115.049192,31.516151],[115.075197,31.510688],[115.090881,31.510239],[115.093251,31.516072],[115.08829,31.51751],[115.087134,31.520923],[115.092425,31.520889],[115.110089,31.53191],[115.108664,31.535388],[115.100199,31.539971],[115.100833,31.548763],[115.106615,31.553136],[115.098139,31.555564],[115.097636,31.561253],[115.099925,31.568269],[115.108134,31.571407],[115.1123,31.576211],[115.118824,31.578399],[115.123828,31.5837],[115.122897,31.590494],[115.118686,31.594821],[115.120143,31.599715],[115.133894,31.605753],[115.146554,31.607881],[115.150895,31.606128],[115.167017,31.604688],[115.172678,31.599706],[115.170968,31.591975],[115.173348,31.582261],[115.18142,31.574572],[115.187836,31.573042],[115.185876,31.565447],[115.197473,31.564908],[115.203431,31.566549],[115.205659,31.563725],[115.204484,31.559155],[115.205995,31.55707],[115.210313,31.555654],[115.216752,31.558709],[115.222795,31.557296],[115.229249,31.559517],[115.231485,31.557051],[115.225274,31.549026],[115.224511,31.543245],[115.225807,31.539228],[115.21811,31.523336],[115.212303,31.517168],[115.2123,31.512861],[115.215134,31.508351],[115.213555,31.501005],[115.20821,31.497326],[115.207182,31.49431],[115.207628,31.489978],[115.21123,31.484203],[115.213789,31.469869],[115.202429,31.448151],[115.204567,31.446265],[115.206395,31.438963],[115.211141,31.436938],[115.215151,31.426621],[115.221456,31.426231],[115.224814,31.428414],[115.22878,31.42867],[115.232021,31.428138],[115.235665,31.42503],[115.247069,31.423611],[115.252514,31.417507],[115.255116,31.411061],[115.251043,31.401903],[115.246207,31.397914],[115.246307,31.395004],[115.24669,31.393854],[115.251231,31.394355],[115.25507,31.388279],[115.261484,31.391513],[115.265985,31.397665],[115.275896,31.402083],[115.286892,31.397317],[115.290291,31.398585],[115.294319,31.388202],[115.300757,31.3844],[115.307165,31.384823],[115.315953,31.38902],[115.324626,31.395827],[115.33155,31.404123],[115.34227,31.402983],[115.349073,31.400472],[115.35946,31.405277],[115.369283,31.406578],[115.37779,31.398788],[115.38398,31.396053],[115.387216,31.393391],[115.387264,31.388443],[115.380403,31.384373],[115.380828,31.382038],[115.37673,31.375514],[115.369973,31.37384],[115.375948,31.367968],[115.374939,31.355074],[115.370226,31.354584],[115.366306,31.350858],[115.372411,31.349961],[115.380477,31.345316],[115.386188,31.343923],[115.390951,31.345843],[115.400494,31.339094],[115.411562,31.342778],[115.411697,31.347975],[115.41464,31.351761],[115.418615,31.349023],[115.423847,31.348384],[115.426722,31.352302],[115.437636,31.347493],[115.440835,31.340063],[115.441651,31.330891],[115.44021,31.328136],[115.444219,31.317285],[115.447462,31.314277],[115.451343,31.313878],[115.457216,31.321716],[115.460312,31.314518],[115.458904,31.309919],[115.455035,31.307139],[115.455577,31.295459],[115.451534,31.287851],[115.452002,31.282894],[115.461663,31.278494],[115.464925,31.26966],[115.469597,31.265064],[115.476851,31.267435],[115.479972,31.270478],[115.493913,31.267292],[115.496747,31.262818],[115.503553,31.270202],[115.506758,31.270898],[115.515147,31.265961],[115.527895,31.243925],[115.535405,31.236173],[115.537615,31.229575],[115.534174,31.210243],[115.528852,31.204785],[115.530951,31.198675],[115.537193,31.194134],[115.540156,31.195105],[115.543739,31.188953],[115.541905,31.184911],[115.550049,31.17704],[115.55337,31.175719],[115.549645,31.166553],[115.552723,31.163635],[115.557912,31.163183],[115.564811,31.159471],[115.579319,31.144738],[115.581941,31.144231],[115.588679,31.147881],[115.592216,31.153388],[115.593516,31.156354],[115.590809,31.161073],[115.591358,31.164671],[115.595308,31.161439],[115.59906,31.160882],[115.599215,31.171265],[115.614265,31.183357],[115.626068,31.184573],[115.630595,31.187399],[115.63823,31.204498],[115.638421,31.218261],[115.640134,31.22213],[115.645331,31.222495],[115.649489,31.219747],[115.656173,31.219661],[115.658682,31.210894],[115.670843,31.211977],[115.686891,31.203723],[115.692817,31.206251],[115.698288,31.203082],[115.707675,31.20184],[115.708722,31.197239],[115.70679,31.186541],[115.708066,31.184132],[115.716403,31.183114],[115.727657,31.178015],[115.731064,31.166756],[115.729312,31.157809],[115.73666,31.157697],[115.742711,31.155075],[115.746171,31.146986],[115.750495,31.144944],[115.752583,31.139699],[115.758098,31.136086],[115.76412,31.118832],[115.762428,31.109354],[115.763534,31.107972],[115.770627,31.105518],[115.775862,31.107165],[115.782003,31.114528],[115.782091,31.120489],[115.787376,31.12677],[115.794699,31.128942],[115.822933,31.126715],[115.838143,31.129897],[115.841112,31.131189],[115.841358,31.136357],[115.847545,31.139885],[115.849229,31.144599],[115.855665,31.145497],[115.86827,31.150726],[115.874302,31.149954],[115.880229,31.144613],[115.885511,31.130275],[115.88883,31.129024],[115.887621,31.124974],[115.882961,31.120646],[115.887562,31.116937],[115.887973,31.105389],[115.892256,31.096785],[115.899203,31.090886],[115.909183,31.092649],[115.914948,31.088715],[115.917211,31.08202],[115.92468,31.075055],[115.940053,31.070423],[115.942176,31.065414],[115.941738,31.061568],[115.934756,31.046996],[115.937403,31.041579],[115.948827,31.045542],[115.952873,31.041928],[115.964201,31.040307],[115.976574,31.045031],[115.98308,31.038494],[115.986396,31.040225],[115.991642,31.035084],[116.000704,31.035365],[116.004309,31.029202],[116.00276,31.026108],[116.003031,31.020479],[116.008927,31.014533],[116.017143,31.01617],[116.019974,31.015113],[116.021428,31.012013],[116.026048,31.010769],[116.034093,31.018145],[116.042442,31.015805],[116.052305,31.015576],[116.055041,30.99822],[116.063175,30.983285],[116.062125,30.974328],[116.065643,30.971814],[116.068718,30.957799],[116.060133,30.960021],[116.0528,30.958415],[116.035894,30.960211],[116.033292,30.958914],[116.029705,30.952847],[116.019669,30.956151],[116.015672,30.953136],[116.003444,30.950846],[116.000212,30.94673],[115.994757,30.946734],[115.990689,30.941554],[115.982526,30.935716],[115.978707,30.937331],[115.974099,30.936833],[115.970971,30.932414],[115.965343,30.930654],[115.968004,30.925954],[115.964039,30.919982],[115.95921,30.920197],[115.949246,30.915525],[115.946021,30.912181],[115.944728,30.906675],[115.941038,30.903761],[115.9313,30.905904],[115.928978,30.90099],[115.929525,30.897479],[115.926323,30.890204],[115.923574,30.887975],[115.913948,30.886949],[115.910729,30.890073],[115.900122,30.889671],[115.900052,30.888313],[115.904323,30.88772],[115.90229,30.88497],[115.887659,30.882135],[115.88623,30.883196],[115.877859,30.878242],[115.873359,30.871997],[115.86429,30.871429],[115.858943,30.864969],[115.859228,30.856858],[115.850061,30.849187],[115.842732,30.845519],[115.841374,30.83277],[115.846722,30.825645],[115.859727,30.818764],[115.857094,30.812187],[115.858647,30.805592],[115.861398,30.804915],[115.86156,30.802941],[115.859138,30.7982],[115.850633,30.79706],[115.851762,30.787864],[115.853613,30.785951],[115.860635,30.782909],[115.864351,30.785061],[115.866307,30.784501],[115.86398,30.776566],[115.848341,30.768853],[115.846689,30.760243],[115.840355,30.756323],[115.836163,30.757035],[115.833182,30.759588],[115.828744,30.759076],[115.813536,30.753051],[115.798033,30.761889],[115.786716,30.760795],[115.781453,30.758474],[115.772931,30.748891],[115.775259,30.746077],[115.772603,30.742103],[115.772016,30.729661],[115.763451,30.721265],[115.765145,30.719558],[115.761982,30.712403],[115.761379,30.69513],[115.756021,30.689884],[115.757707,30.686212],[115.765587,30.682219],[115.770125,30.673406],[115.76904,30.670324],[115.777117,30.669486],[115.778724,30.666166],[115.792568,30.662302],[115.793087,30.653975],[115.795692,30.645853],[115.80068,30.642196],[115.805732,30.642375],[115.808984,30.638179],[115.810263,30.624448],[115.80191,30.618653],[115.804583,30.610942],[115.809251,30.606479],[115.81334,30.598947],[115.818467,30.597806],[115.820087,30.605216],[115.823009,30.608141],[115.832074,30.603063],[115.838049,30.6022],[115.843061,30.604331],[115.849333,30.597175],[115.850388,30.592374],[115.861852,30.590807],[115.873494,30.584133],[115.874892,30.578435],[115.869916,30.572009],[115.879126,30.561289],[115.877645,30.556762],[115.881564,30.548414],[115.887225,30.543817],[115.890634,30.54389],[115.896113,30.538419],[115.901172,30.525391],[115.908637,30.519857],[115.913435,30.520927],[115.917554,30.519847],[115.904423,30.508925],[115.900914,30.502434],[115.902239,30.499841],[115.897602,30.496201],[115.895888,30.488072],[115.892097,30.485884],[115.892962,30.47837],[115.895985,30.472248],[115.894743,30.467144],[115.889845,30.463774],[115.888955,30.454255],[115.898832,30.452522],[115.912355,30.445881],[115.915714,30.435539],[115.915238,30.431615],[115.939494,30.429729],[115.940556,30.426822],[115.93842,30.42291],[115.93345,30.419979],[115.927161,30.423117],[115.919166,30.421259],[115.905351,30.401386],[115.901263,30.39998],[115.894032,30.401102],[115.893421,30.393768],[115.882038,30.38862],[115.879071,30.38368],[115.889151,30.368177],[115.889399,30.355955],[115.897341,30.35421],[115.899667,30.350143],[115.898728,30.344971],[115.911296,30.342708],[115.913523,30.327881],[115.904997,30.32602],[115.903088,30.322155],[115.904875,30.318924],[115.903725,30.314623],[115.899231,30.311613],[115.905749,30.307586],[115.915488,30.305867],[115.920019,30.302563],[115.926779,30.304656],[115.928859,30.30335],[115.932167,30.31159],[115.934371,30.3128],[115.936854,30.307634],[115.947339,30.309989],[115.955031,30.303398],[115.968612,30.302258],[115.972953,30.296523],[115.984811,30.289633],[115.979673,30.279485],[115.98703,30.272916],[115.98697,30.27109],[115.981125,30.267822],[115.982923,30.264058],[115.987378,30.263175],[115.996009,30.257349],[116.004932,30.257649],[116.006587,30.251782],[116.011074,30.2483],[116.011263,30.246602],[116.00799,30.244031],[116.009111,30.242588],[116.021891,30.24389],[116.024257,30.23997],[116.022723,30.237477],[116.032244,30.228572],[116.030147,30.225756],[116.032602,30.22489],[116.035083,30.227407],[116.040598,30.228532],[116.043033,30.226216],[116.042307,30.222838],[116.044352,30.22114],[116.060541,30.212258],[116.061281,30.207798],[116.057825,30.205374],[116.057222,30.202709],[116.062689,30.195254],[116.050729,30.186291],[116.052819,30.174255],[116.057507,30.166398],[116.056561,30.159359],[116.05476,30.157182],[116.061085,30.150443],[116.060245,30.147363],[116.066417,30.139668],[116.066898,30.133992],[116.071391,30.135586],[116.077389,30.133585],[116.083851,30.128857],[116.07909,30.118381],[116.080089,30.113382],[116.085147,30.108782],[116.084636,30.106662],[116.076656,30.100949],[116.076282,30.091189],[116.079173,30.085353],[116.082972,30.083222],[116.082745,30.079981],[116.071452,30.06785],[116.072283,30.05861],[116.077122,30.058252],[116.079865,30.055119],[116.079702,30.045448],[116.084433,30.041836],[116.086882,30.033284],[116.084193,30.030549],[116.080029,30.030557],[116.077518,30.028808],[116.077091,30.017935],[116.075048,30.012887],[116.074373,29.991754],[116.07651,29.984422],[116.07078,29.973831],[116.069505,29.966144],[116.074899,29.96157],[116.124512,29.89913],[116.125443,29.901783],[116.127929,29.902523],[116.124917,29.893219],[116.122834,29.892849],[116.121392,29.886057],[116.129264,29.881807],[116.131248,29.87036],[116.121598,29.863693],[116.125001,29.859579],[116.132285,29.835971],[116.132865,29.826707],[116.121725,29.822911],[116.105145,29.81411],[116.077339,29.795471],[116.065923,29.784912],[116.051365,29.766679],[116.035741,29.756099],[115.994278,29.742099],[115.956845,29.725741],[115.944383,29.722293],[115.92739,29.720844],[115.9131,29.723714],[115.839652,29.748003],[115.805504,29.772014],[115.763815,29.790883],[115.751212,29.800099],[115.744126,29.808087],[115.699535,29.840038],[115.674908,29.850831],[115.661444,29.853108],[115.652878,29.85168],[115.642171,29.846826],[115.613332,29.840829],[115.547186,29.838342],[115.51262,29.840577],[115.506008,29.84231],[115.500393,29.824668],[115.479907,29.819896],[115.472638,29.812298],[115.463834,29.808722],[115.470455,29.802705],[115.470004,29.7963],[115.471404,29.792529],[115.466451,29.790098],[115.46676,29.785437],[115.470412,29.782137],[115.46786,29.776495],[115.460194,29.773927],[115.458504,29.770654],[115.460057,29.755856],[115.464747,29.761887],[115.468573,29.7608],[115.471305,29.756145],[115.469503,29.746443],[115.464589,29.739164],[115.45902,29.734068],[115.451232,29.734695],[115.44824,29.724624],[115.444889,29.72471],[115.440296,29.727442],[115.431544,29.715288],[115.425777,29.712111],[115.423162,29.713855],[115.418731,29.710853],[115.419907,29.705083],[115.413091,29.699749],[115.412472,29.691606],[115.413605,29.68896],[115.409068,29.680985],[115.404408,29.679875],[115.394791,29.682904],[115.390251,29.676168],[115.385621,29.677031],[115.370139,29.66672],[115.3578,29.655626],[115.358351,29.653459],[115.354756,29.648917],[115.34237,29.653816],[115.339247,29.650186],[115.332854,29.652969],[115.329105,29.64943],[115.322328,29.649112],[115.315315,29.638897],[115.309752,29.637493],[115.29994,29.63965],[115.299258,29.63665],[115.284793,29.626311],[115.280829,29.621047],[115.272303,29.625849],[115.265684,29.624983],[115.256481,29.638337],[115.251992,29.639018],[115.252796,29.643829],[115.268195,29.649882],[115.269595,29.652097],[115.259457,29.65995],[115.253227,29.658746],[115.24926,29.660637],[115.246044,29.660241],[115.241167,29.657175],[115.230432,29.656266],[115.22605,29.653724],[115.167593,29.659091],[115.158874,29.65807],[115.144657,29.660924],[115.131762,29.674792],[115.129743,29.678181],[115.131173,29.681234],[115.129479,29.682798],[115.12407,29.684029],[115.11816,29.682368],[115.111843,29.685149],[115.108412,29.683398],[115.104998,29.676972],[115.105184,29.670413],[115.10151,29.666609],[115.103021,29.661665],[115.12352,29.651312],[115.135526,29.65421],[115.138893,29.642169],[115.141211,29.640318],[115.137014,29.638701],[115.130339,29.638941],[115.126994,29.634872],[115.128203,29.628135],[115.126818,29.62141],[115.130772,29.619879],[115.130703,29.618254],[115.124529,29.612173],[115.123169,29.608275],[115.123771,29.602538],[115.111597,29.599743],[115.111388,29.597637],[115.118056,29.597034],[115.129188,29.592327],[115.137347,29.598458],[115.149802,29.601062],[115.152625,29.604947],[115.169864,29.60074],[115.172814,29.594746],[115.172002,29.592431],[115.15225,29.587178],[115.148097,29.578049],[115.148618,29.574741],[115.151642,29.571479],[115.152265,29.566869],[115.147369,29.558902],[115.150952,29.554343],[115.14605,29.549265],[115.148552,29.543912],[115.146054,29.537424],[115.140892,29.535052],[115.149158,29.529056],[115.150821,29.524935],[115.149948,29.521683],[115.155472,29.510857],[115.153331,29.508939],[115.141667,29.50985],[115.128701,29.514505],[115.124218,29.511095],[115.121551,29.51105],[115.094223,29.522941],[115.083723,29.52197],[115.080983,29.524118],[115.079931,29.52938],[115.085006,29.532738],[115.087327,29.539761],[115.092403,29.540265],[115.090856,29.545722],[115.094205,29.552212],[115.091123,29.556268],[115.081773,29.562741],[115.076081,29.558278],[115.065197,29.56018],[115.051481,29.553375],[115.042096,29.554509],[115.028762,29.54884],[115.018258,29.557706],[115.013554,29.557521],[115.010037,29.561142],[115.007395,29.567402],[114.99969,29.569251],[114.996728,29.574059],[114.99424,29.574922],[114.989975,29.56597],[114.980623,29.564383],[114.975498,29.566864],[114.973132,29.565354],[114.968141,29.555599],[114.958844,29.555153],[114.952575,29.556607],[114.947678,29.546512],[114.94279,29.54579],[114.941076,29.533704],[114.942441,29.529512],[114.949142,29.527237],[114.958656,29.528329],[114.967852,29.522424],[114.965518,29.516782],[114.957749,29.512743],[114.958393,29.507633],[114.957168,29.505654],[114.946122,29.499848],[114.935805,29.497114],[114.930824,29.498053],[114.927658,29.50255],[114.921108,29.501281],[114.91808,29.505312],[114.921885,29.520089],[114.919678,29.524675],[114.916093,29.523013],[114.914002,29.513565],[114.912106,29.511999],[114.895201,29.508775],[114.898951,29.519583],[114.9034,29.522964],[114.897584,29.532089],[114.89361,29.533287],[114.890674,29.530459],[114.889794,29.517545],[114.885073,29.504236],[114.87911,29.503298],[114.877506,29.501249],[114.878789,29.495345],[114.873613,29.49558],[114.870574,29.491769],[114.867407,29.482667],[114.863909,29.482859],[114.854716,29.477706],[114.858254,29.469604],[114.863286,29.467895],[114.867465,29.471305],[114.869946,29.472034],[114.870961,29.470832],[114.874542,29.458369],[114.877489,29.455314],[114.878106,29.442807],[114.880161,29.43862],[114.887246,29.441261],[114.898163,29.450958],[114.902747,29.450189],[114.908524,29.451951],[114.91325,29.458953],[114.918282,29.462502],[114.917342,29.466284],[114.901602,29.47036],[114.901396,29.471621],[114.90562,29.477705],[114.910691,29.479686],[114.912292,29.484963],[114.922007,29.490744],[114.931524,29.490427],[114.93364,29.488302],[114.934778,29.486589],[114.933715,29.482255],[114.929718,29.478848],[114.933047,29.47486],[114.932511,29.469968],[114.940032,29.471553],[114.94441,29.466318],[114.942506,29.463653],[114.937176,29.46213],[114.937938,29.455468],[114.936796,29.453659],[114.929277,29.448425],[114.922257,29.449123],[114.923507,29.441642],[114.92746,29.436545],[114.926385,29.425948],[114.921829,29.419301],[114.918258,29.418811],[114.912108,29.423112],[114.905628,29.424646],[114.899655,29.41692],[114.897855,29.412707],[114.898744,29.410554],[114.889934,29.39995],[114.880556,29.397682],[114.874935,29.393554],[114.871112,29.395391],[114.873088,29.403185],[114.869046,29.408212],[114.848395,29.404682],[114.843075,29.401875],[114.842178,29.399221],[114.823237,29.395154],[114.801356,29.380058],[114.797034,29.383126],[114.789531,29.384313],[114.787284,29.386194],[114.778728,29.386573],[114.771941,29.38204],[114.76977,29.378169],[114.760375,29.377008],[114.75825,29.369884],[114.755119,29.365369],[114.753105,29.365087],[114.736709,29.367092],[114.735302,29.372167],[114.738686,29.387185],[114.730103,29.396066],[114.707425,29.397272],[114.702041,29.395787],[114.698332,29.392871],[114.678127,29.38913],[114.668098,29.396003],[114.66544,29.396289],[114.658383,29.391858],[114.654422,29.393662],[114.639215,29.383301],[114.627066,29.381433],[114.619346,29.384593],[114.615486,29.383082],[114.607881,29.376741],[114.600741,29.365109],[114.59501,29.360358],[114.56085,29.345834],[114.555057,29.345847],[114.55228,29.347559],[114.545945,29.339153],[114.537706,29.333864],[114.529296,29.334199],[114.508914,29.32585],[114.499439,29.325108],[114.497522,29.325575],[114.493144,29.332126],[114.485965,29.328321],[114.479985,29.328984],[114.475047,29.331889],[114.457632,29.323845],[114.4504,29.329876],[114.449568,29.333373],[114.451103,29.338628],[114.444984,29.338229],[114.437643,29.341834],[114.439174,29.343952],[114.444955,29.345971],[114.43895,29.351747],[114.436019,29.349362],[114.43424,29.344525],[114.415353,29.336943],[114.409779,29.33674],[114.40705,29.339943],[114.398006,29.338528],[114.39459,29.340634],[114.389565,29.336809],[114.383914,29.336316],[114.369274,29.323766],[114.361657,29.324588],[114.356564,29.327688],[114.347593,29.323503],[114.344708,29.323597],[114.343831,29.326519],[114.335919,29.329644],[114.330077,29.335192],[114.319145,29.360097],[114.304201,29.368229],[114.294625,29.364323],[114.290569,29.360775],[114.281773,29.359481],[114.274935,29.353385],[114.268897,29.356904],[114.251901,29.345968],[114.251603,29.34447],[114.254242,29.338582],[114.255302,29.32539],[114.245806,29.30687],[114.250608,29.301237],[114.253647,29.300342],[114.255999,29.293903],[114.248704,29.282832],[114.248361,29.279702],[114.251107,29.276157],[114.250607,29.272988],[114.24784,29.270209],[114.242286,29.270724],[114.241563,29.26953],[114.243412,29.261553],[114.249928,29.249302],[114.249534,29.238656],[114.235793,29.231843],[114.228297,29.236145],[114.226122,29.239792],[114.215597,29.235959],[114.210913,29.236636],[114.210168,29.235386],[114.212132,29.232222],[114.204595,29.230362],[114.199126,29.226385],[114.187917,29.226738],[114.172593,29.215251],[114.166493,29.219014],[114.160213,29.220014],[114.149377,29.21592],[114.143084,29.215904],[114.137079,29.212863],[114.123845,29.218332],[114.117924,29.213228],[114.106555,29.215885],[114.08991,29.213504],[114.085816,29.214921],[114.074305,29.209253],[114.071866,29.210014],[114.066962,29.208384],[114.068717,29.202998],[114.06133,29.197533],[114.055678,29.186425],[114.044948,29.176988],[114.040488,29.176498],[114.034594,29.173278],[114.035455,29.164377],[114.031479,29.16318],[114.020489,29.152043],[114.019549,29.149129],[114.010726,29.144104],[114.002083,29.141978],[113.999223,29.136283],[113.994029,29.131895],[113.980047,29.128611],[113.978611,29.118634],[113.973492,29.112917],[113.971482,29.107681],[113.96746,29.105214],[113.96543,29.101548],[113.96235,29.100376],[113.950186,29.103404],[113.947883,29.099791],[113.947617,29.081255],[113.944179,29.077632],[113.948264,29.07198],[113.940162,29.06209],[113.939486,29.0476],[113.936207,29.050393],[113.927798,29.048548],[113.921004,29.043656],[113.91154,29.040643],[113.906018,29.033646],[113.895812,29.034591],[113.891909,29.032769],[113.883644,29.036829],[113.870137,29.037753],[113.873779,29.045264],[113.869578,29.0503],[113.869168,29.056206],[113.873804,29.064662],[113.870156,29.067873],[113.858932,29.066032],[113.849772,29.060654],[113.841242,29.063202],[113.840368,29.066973],[113.832834,29.069282],[113.8278,29.072837],[113.832845,29.085314],[113.832187,29.094688],[113.821054,29.103981],[113.813993,29.107542],[113.79893,29.10544],[113.79374,29.100981],[113.788904,29.099213],[113.781972,29.100552],[113.77907,29.097182],[113.76866,29.096025],[113.764413,29.093971],[113.754566,29.071094],[113.747349,29.069331],[113.737665,29.056613],[113.733369,29.061334],[113.725408,29.063162],[113.726485,29.068147],[113.723381,29.074195],[113.725726,29.078923],[113.719876,29.086262],[113.721054,29.093785],[113.725998,29.103425],[113.717619,29.108862],[113.706608,29.098673],[113.701,29.086365],[113.694757,29.085093],[113.691758,29.081683],[113.68753,29.080498],[113.680704,29.080844],[113.679543,29.094194],[113.682284,29.100461],[113.680715,29.104097],[113.683198,29.114247],[113.681359,29.120417],[113.675439,29.125936],[113.678989,29.133973],[113.675269,29.136671],[113.667708,29.138046],[113.663907,29.142422],[113.662016,29.152081],[113.666167,29.15806],[113.655735,29.163208],[113.662143,29.175367],[113.667371,29.179514],[113.670222,29.184503],[113.677393,29.187141],[113.687377,29.200501],[113.68823,29.210804],[113.685279,29.219438],[113.687467,29.22871],[113.679916,29.238133],[113.674516,29.238691],[113.662706,29.231917],[113.660106,29.224221],[113.655412,29.222899],[113.65052,29.228351],[113.644162,29.227809],[113.640294,29.23174],[113.643626,29.233159],[113.641416,29.241619],[113.636085,29.243123],[113.636066,29.246828],[113.631031,29.253062],[113.623753,29.254705],[113.622554,29.248379],[113.618791,29.246751],[113.615533,29.250453],[113.611454,29.251666],[113.611162,29.258643],[113.604391,29.257649],[113.599701,29.259309],[113.600649,29.269489],[113.609509,29.277184],[113.608691,29.28454],[113.615206,29.290575],[113.620341,29.29808],[113.622409,29.302506],[113.623293,29.312611],[113.630775,29.326933],[113.635169,29.327588],[113.637972,29.33059],[113.644707,29.331524],[113.647345,29.334194],[113.655048,29.335932],[113.658534,29.340093],[113.657497,29.344145],[113.661419,29.348292],[113.655669,29.354744],[113.658035,29.36487],[113.655118,29.370494],[113.658673,29.382114],[113.663079,29.384817],[113.6644,29.388292],[113.6695,29.39276],[113.68388,29.396651],[113.691292,29.394011],[113.707898,29.397485],[113.716272,29.39199],[113.725215,29.397221],[113.730227,29.408927],[113.736348,29.415811],[113.736801,29.418324],[113.73096,29.430395],[113.736014,29.433415],[113.740739,29.439208],[113.749575,29.444019],[113.749598,29.451508],[113.744704,29.454042],[113.743413,29.459979],[113.739503,29.461189],[113.738825,29.465503],[113.733345,29.46839],[113.737493,29.472518],[113.718411,29.476139],[113.712694,29.482702],[113.708765,29.483799],[113.704512,29.488006],[113.701582,29.488186],[113.690781,29.500052],[113.690743,29.505598],[113.683973,29.509558],[113.683244,29.512238],[113.672592,29.516408],[113.667438,29.513162],[113.651426,29.514109],[113.645344,29.51101],[113.638011,29.510709],[113.629228,29.513194],[113.628598,29.518307],[113.625835,29.520536],[113.625549,29.526214],[113.64208,29.532599],[113.648953,29.533742],[113.649548,29.538728],[113.65473,29.539918],[113.663314,29.53888],[113.67354,29.541477],[113.674657,29.543306],[113.673607,29.548917],[113.676137,29.551296],[113.684863,29.550811],[113.694155,29.555373],[113.702471,29.555956],[113.705494,29.561545],[113.703991,29.564556],[113.705499,29.571833],[113.729875,29.579066],[113.732926,29.582728],[113.735737,29.592621],[113.733226,29.596197],[113.72388,29.599754],[113.715944,29.614499],[113.702319,29.611951],[113.700119,29.615507],[113.699445,29.626984],[113.697378,29.629391],[113.699177,29.635301],[113.698162,29.637185],[113.693028,29.635356],[113.6873,29.635832],[113.690069,29.64122],[113.682261,29.643673],[113.673049,29.637389],[113.666268,29.640995],[113.666554,29.643957],[113.67428,29.643248],[113.675269,29.645339],[113.66859,29.652232],[113.666008,29.66148],[113.661623,29.666573],[113.663673,29.67297],[113.657536,29.680838],[113.659006,29.686456],[113.656327,29.68723],[113.651798,29.684994],[113.646267,29.686352],[113.639743,29.678696],[113.64167,29.675345],[113.632025,29.67232],[113.607603,29.673522],[113.604311,29.670113],[113.601595,29.669536],[113.594813,29.673182],[113.573021,29.677817],[113.568321,29.67796],[113.559254,29.675002],[113.551185,29.676844],[113.54156,29.682932],[113.533173,29.695083],[113.532093,29.70097],[113.536957,29.712175],[113.543334,29.741151],[113.548513,29.748436],[113.548548,29.763502],[113.550132,29.7664],[113.545281,29.770586],[113.554863,29.786494],[113.562469,29.789613],[113.556191,29.794354],[113.563851,29.807572],[113.570006,29.811375],[113.566519,29.813275],[113.560932,29.81226],[113.559608,29.815785],[113.566238,29.817415],[113.571665,29.821377],[113.570508,29.828264],[113.575726,29.835409],[113.575917,29.838383],[113.565594,29.850387],[113.521456,29.824351],[113.512029,29.815498],[113.497195,29.797352],[113.486412,29.788383],[113.45198,29.762836],[113.432318,29.7538],[113.420102,29.745315],[113.397083,29.727143],[113.344669,29.680113],[113.287283,29.611725],[113.269913,29.595271],[113.264262,29.578442],[113.255987,29.570315],[113.239368,29.560599],[113.221767,29.546399],[113.203682,29.52135],[113.189152,29.506475],[113.165245,29.473737],[113.15224,29.459662],[113.142899,29.454206],[113.139537,29.453889],[113.131718,29.457266],[113.130096,29.46031],[113.109489,29.458676],[113.100506,29.462243],[113.094849,29.461543],[113.096723,29.455552],[113.096082,29.441312],[113.094513,29.438487],[113.086742,29.433623],[113.078066,29.43559],[113.07093,29.44476],[113.067952,29.480467],[113.060749,29.512909],[113.056344,29.522588],[113.048396,29.527383],[113.037839,29.528605],[113.029883,29.527387],[113.006054,29.516416],[112.984417,29.500029],[112.974817,29.490554],[112.968174,29.477297],[112.963642,29.471663],[112.95386,29.46932],[112.947256,29.472886],[112.938303,29.485127],[112.933201,29.524105],[112.924606,29.547155],[112.913237,29.591848],[112.906785,29.607969],[112.906413,29.617307],[112.910234,29.622913],[112.930592,29.642678],[112.934674,29.649246],[112.953965,29.657079],[112.966268,29.670984],[112.97814,29.676776],[112.989256,29.685682],[113.002152,29.701485],[113.009938,29.721425],[113.013273,29.737612],[113.025568,29.763691],[113.024931,29.772775],[113.011489,29.77131],[113.007043,29.768035],[112.997013,29.75561],[112.973945,29.738498],[112.960129,29.721974],[112.962733,29.717459],[112.954589,29.699032],[112.948065,29.691076],[112.939464,29.684756],[112.936346,29.679071],[112.930921,29.67754],[112.924397,29.688167],[112.920733,29.697961],[112.92826,29.738465],[112.924861,29.766228],[112.918222,29.775379],[112.886498,29.79207],[112.88015,29.793733],[112.87044,29.792381],[112.860084,29.787469],[112.81088,29.749801],[112.792245,29.739446],[112.790746,29.734192],[112.79364,29.730927],[112.795772,29.729452],[112.801303,29.730794],[112.802865,29.72853],[112.795448,29.721512],[112.789359,29.719722],[112.787322,29.716234],[112.790949,29.706718],[112.791531,29.700272],[112.779073,29.696605],[112.781022,29.685458],[112.783893,29.683626],[112.783985,29.681356],[112.780658,29.680409],[112.774272,29.682074],[112.763359,29.678753],[112.757873,29.673696],[112.756898,29.663215],[112.750565,29.659916],[112.747977,29.663827],[112.744498,29.65815],[112.740459,29.656917],[112.732081,29.649968],[112.727872,29.650311],[112.723566,29.653042],[112.724776,29.656461],[112.720958,29.660317],[112.711394,29.657404],[112.70868,29.651727],[112.710434,29.649567],[112.710648,29.645386],[112.696701,29.627689],[112.694276,29.613478],[112.686901,29.610528],[112.688482,29.607069],[112.687857,29.602397],[112.678991,29.59355],[112.673288,29.592996],[112.671234,29.598918],[112.666298,29.603058],[112.653547,29.601003],[112.645511,29.595112],[112.642814,29.597676],[112.640672,29.604876],[112.637761,29.605664],[112.633952,29.611072],[112.624097,29.61946],[112.619091,29.618954],[112.60623,29.610299],[112.603728,29.611094],[112.601528,29.617043],[112.576574,29.623993],[112.571542,29.627158],[112.559751,29.623996],[112.555165,29.618504],[112.549051,29.615723],[112.535399,29.603529],[112.529987,29.602332],[112.500365,29.6133],[112.496641,29.619793],[112.494802,29.631007],[112.477155,29.635219],[112.451679,29.638435],[112.440482,29.634727],[112.434034,29.636144],[112.432346,29.633879],[112.432471,29.628388],[112.427938,29.627225],[112.422454,29.622302],[112.421445,29.60332],[112.416952,29.59512],[112.403153,29.579773],[112.394719,29.574839],[112.392597,29.570951],[112.392286,29.564624],[112.389137,29.564465],[112.386892,29.568223],[112.386568,29.573189],[112.380759,29.56415],[112.362237,29.542848],[112.344267,29.546318],[112.323432,29.546199],[112.315899,29.543651],[112.311705,29.538297],[112.309634,29.526729],[112.292653,29.519644],[112.285125,29.51958],[112.280649,29.510225],[112.279202,29.501182],[112.2772,29.498877],[112.272677,29.510863],[112.274158,29.534489],[112.27634,29.539701],[112.281961,29.541818],[112.286403,29.546117],[112.297226,29.568946],[112.297504,29.588283],[112.287916,29.598779],[112.275656,29.599194],[112.259033,29.606254],[112.248315,29.613572],[112.242569,29.614447],[112.236307,29.612791],[112.233641,29.617954],[112.228889,29.617312],[112.223355,29.627807],[112.222954,29.634358],[112.225494,29.642103],[112.235703,29.654326],[112.238727,29.66278],[112.234026,29.662764],[112.221663,29.656803],[112.211191,29.6475],[112.214831,29.641385],[112.212563,29.63796],[112.208228,29.636039],[112.202234,29.63766],[112.196276,29.636239],[112.193717,29.631976],[112.193022,29.619906],[112.184775,29.62776],[112.183574,29.632686],[112.180328,29.635818],[112.178284,29.649215],[112.17241,29.659548],[112.158103,29.664513],[112.153196,29.659086],[112.148186,29.658842],[112.145367,29.656975],[112.138335,29.660734],[112.13074,29.659432],[112.125524,29.660665],[112.11847,29.658819],[112.116927,29.659512],[112.115388,29.66454],[112.112208,29.665895],[112.10575,29.660681],[112.100944,29.674651],[112.089747,29.683306],[112.086573,29.687665],[112.08439,29.687626],[112.081805,29.683996],[112.076839,29.682761],[112.069899,29.683644],[112.066047,29.681639],[112.061435,29.682761],[112.054411,29.698905],[112.058811,29.702546],[112.058251,29.71236],[112.063896,29.714578],[112.068197,29.719468],[112.066599,29.724163],[112.067411,29.737724],[112.070623,29.745355],[112.063967,29.74988],[112.060233,29.756666],[112.060894,29.764071],[112.058861,29.771849],[112.051332,29.765421],[112.048652,29.760925],[112.058938,29.748242],[112.058231,29.745757],[112.056392,29.745386],[112.049867,29.751014],[112.043609,29.751864],[112.041203,29.759235],[112.037673,29.762701],[112.034056,29.763774],[112.029089,29.761981],[112.021246,29.770461],[112.011488,29.774729],[112.004541,29.780913],[111.995648,29.780125],[111.988815,29.783038],[111.982374,29.789551],[111.98099,29.796927],[111.975007,29.797595],[111.971298,29.793763],[111.96677,29.793226],[111.962255,29.796272],[111.956668,29.796098],[111.953589,29.799786],[111.949274,29.798682],[111.948934,29.801166],[111.951374,29.802683],[111.945963,29.811451],[111.945072,29.819191],[111.958374,29.83242],[111.958337,29.841932],[111.947986,29.841862],[111.934043,29.835127],[111.929451,29.835345],[111.914122,29.843239],[111.909575,29.855341],[111.901891,29.856196],[111.898167,29.858801],[111.892314,29.858554],[111.889898,29.860404],[111.880104,29.860701],[111.875825,29.868688],[111.872337,29.87088],[111.870232,29.868498],[111.871875,29.865359],[111.871489,29.859942],[111.866806,29.860003],[111.863862,29.862025],[111.855177,29.861679],[111.854197,29.867747],[111.851335,29.871318],[111.844426,29.872156],[111.840148,29.877552],[111.830914,29.879799],[111.827867,29.87669],[111.824374,29.876211],[111.8264,29.885287],[111.823972,29.892466],[111.81805,29.890287],[111.80811,29.896316],[111.805999,29.895977],[111.803975,29.897828],[111.80597,29.904202],[111.802564,29.906996],[111.793328,29.907473],[111.789574,29.909385],[111.786981,29.908182],[111.784794,29.910816],[111.785072,29.914007],[111.781339,29.916333],[111.773686,29.913916],[111.767427,29.908979],[111.762545,29.912879],[111.758348,29.911035],[111.752889,29.917973],[111.752793,29.921931],[111.751591,29.922772],[111.744266,29.920389],[111.741729,29.924242],[111.73368,29.921136],[111.729549,29.922935],[111.719518,29.918406],[111.717786,29.915379],[111.718058,29.907527],[111.713223,29.903188],[111.710682,29.903955],[111.705771,29.899972],[111.701299,29.899996],[111.701735,29.896613],[111.699078,29.89273],[111.689917,29.889913],[111.685457,29.891599],[111.682539,29.888061],[111.67668,29.887174],[111.670517,29.889842],[111.666237,29.889061],[111.66349,29.891253],[111.65637,29.888595],[111.645684,29.891725],[111.646862,29.893595],[111.64573,29.896043],[111.634981,29.896042],[111.632624,29.89788],[111.628408,29.896812],[111.624671,29.898606],[111.622092,29.896383],[111.619874,29.898194],[111.616325,29.897805],[111.614514,29.893955],[111.607169,29.895043],[111.602969,29.892503],[111.600057,29.893453],[111.592867,29.892163],[111.58867,29.89413],[111.587111,29.897518],[111.582629,29.895704],[111.578713,29.900879],[111.571853,29.897299],[111.561615,29.901182],[111.5463,29.897865],[111.544264,29.901243],[111.543755,29.906529],[111.5333,29.907465],[111.52904,29.913612],[111.52888,29.917064],[111.52174,29.924418],[111.522625,29.928494],[111.517859,29.930944],[111.510347,29.930788],[111.503264,29.928765],[111.501403,29.926412],[111.497825,29.928318],[111.489033,29.927],[111.486897,29.92405],[111.482707,29.924877],[111.480752,29.921538],[111.469743,29.921667],[111.460722,29.926254],[111.459359,29.930093],[111.45161,29.930971],[111.445799,29.92561],[111.438382,29.927973],[111.431583,29.932548],[111.418871,29.924508],[111.412359,29.917384],[111.398281,29.913051],[111.391037,29.914556],[111.384759,29.917262],[111.377127,29.925893],[111.378433,29.930517],[111.383807,29.935104],[111.384666,29.94019],[111.375433,29.935998],[111.372489,29.937517],[111.377829,29.948588],[111.377406,29.952145],[111.37178,29.953037],[111.369281,29.9565],[111.363449,29.956459],[111.35685,29.953533],[111.345867,29.953896],[111.345066,29.947257],[111.342893,29.944251],[111.337624,29.946785],[111.335335,29.948429],[111.334497,29.953871],[111.330308,29.960414],[111.331178,29.964939],[111.324127,29.967581],[111.326405,29.972176],[111.319139,29.980339],[111.316242,29.980672],[111.315472,29.976072],[111.312292,29.974579],[111.306876,29.981909],[111.2973,29.985862],[111.291948,29.99252],[111.292196,30.007124],[111.280867,30.013724],[111.260987,30.011938],[111.250954,30.036975],[111.240923,30.042385],[111.213112,30.042356],[111.206565,30.043907],[111.194809,30.04285],[111.177806,30.046322],[111.165245,30.04411],[111.159997,30.045827],[111.148635,30.045508],[111.125864,30.04871],[111.115965,30.047086],[111.10066,30.050956],[111.092726,30.050581],[111.086761,30.052168],[111.029796,30.051051],[111.000829,30.056823],[110.998158,30.059028],[110.986356,30.061892],[110.980309,30.059812],[110.969139,30.059265],[110.956808,30.064244],[110.950793,30.06256],[110.944313,30.064878],[110.930191,30.064609],[110.918433,30.070993],[110.923395,30.075596],[110.917038,30.078102],[110.917581,30.085026],[110.921691,30.095534],[110.920864,30.099473],[110.918253,30.102097],[110.919384,30.111435],[110.917726,30.114507],[110.911102,30.115582],[110.888574,30.112259],[110.884189,30.115919],[110.866207,30.115156],[110.858526,30.119281],[110.851488,30.119711],[110.851086,30.127141],[110.849338,30.128336],[110.84183,30.128599],[110.836936,30.124246],[110.833816,30.123444],[110.814429,30.128087],[110.809393,30.127781],[110.806999,30.122804],[110.797556,30.116857],[110.789374,30.118848],[110.783459,30.122534],[110.765674,30.122686],[110.739192,30.114638],[110.74855,30.106419],[110.748533,30.100533],[110.744493,30.095623],[110.743473,30.090457],[110.745774,30.087064],[110.751879,30.084348],[110.749579,30.079203],[110.748364,30.065717],[110.751044,30.061421],[110.751085,30.055959],[110.745506,30.04981],[110.734116,30.042998],[110.725792,30.044179],[110.719836,30.042655],[110.708614,30.035517],[110.702023,30.035714],[110.690908,30.043424],[110.68331,30.044771],[110.680582,30.048129],[110.681966,30.061509],[110.68072,30.064849],[110.668774,30.06661],[110.666432,30.06935],[110.657225,30.072669],[110.648964,30.080048],[110.644023,30.080035],[110.634429,30.076069],[110.627581,30.072111],[110.622203,30.066493],[110.606346,30.062141],[110.600323,30.058422],[110.593191,30.057326],[110.589897,30.057435],[110.585767,30.060526],[110.575065,30.060133],[110.571205,30.062738],[110.566787,30.062824],[110.562577,30.056234],[110.559093,30.061823],[110.556047,30.062355],[110.552674,30.061708],[110.551064,30.056711],[110.546217,30.055741],[110.541438,30.059852],[110.530986,30.063398],[110.530344,30.067251],[110.518839,30.064784],[110.514569,30.057295],[110.50357,30.052575],[110.499832,30.052505],[110.498636,30.057637],[110.491683,30.057172],[110.494775,30.051752],[110.490245,30.039308],[110.495471,30.033119],[110.49615,30.029978],[110.487863,30.023861],[110.487033,30.021127],[110.49475,30.013991],[110.507798,30.008806],[110.513854,30.00465],[110.518512,30.005741],[110.5332,30.003287],[110.540896,30.003779],[110.543555,30.001854],[110.546368,29.992834],[110.554677,29.990196],[110.545577,29.9828],[110.524678,29.977912],[110.519652,29.96838],[110.510894,29.965005],[110.50996,29.959435],[110.512989,29.95723],[110.512771,29.954659],[110.503158,29.949099],[110.501433,29.940445],[110.504653,29.937362],[110.506112,29.9323],[110.501514,29.921516],[110.5084,29.91655],[110.511051,29.909892],[110.514671,29.906543],[110.518315,29.908266],[110.530105,29.903237],[110.535707,29.9066],[110.535498,29.892751],[110.531838,29.884262],[110.527207,29.878635],[110.541348,29.87188],[110.545288,29.848853],[110.550771,29.847559],[110.559663,29.849738],[110.563776,29.848797],[110.574206,29.843459],[110.580528,29.837988],[110.596611,29.839013],[110.608042,29.841796],[110.60819,29.834492],[110.619302,29.821164],[110.620551,29.813468],[110.623911,29.808035],[110.625718,29.800758],[110.637854,29.778301],[110.636467,29.770578],[110.628534,29.763283],[110.627118,29.759688],[110.618083,29.756923],[110.611271,29.749382],[110.606356,29.74698],[110.597285,29.745639],[110.582274,29.732392],[110.578908,29.73141],[110.574465,29.732827],[110.569594,29.726904],[110.568304,29.71988],[110.550828,29.713256],[110.542015,29.713978],[110.533917,29.704143],[110.518239,29.694878],[110.514642,29.696228],[110.507022,29.704105],[110.502577,29.701404],[110.507409,29.698842],[110.508398,29.696391],[110.504811,29.695104],[110.49553,29.695506],[110.485347,29.706507],[110.48032,29.708309],[110.470029,29.708298],[110.462846,29.71553],[110.459846,29.715658],[110.444061,29.69376],[110.443417,29.670387],[110.441935,29.667444],[110.433412,29.664222],[110.410597,29.663726],[110.408117,29.65581],[110.369017,29.636388],[110.357037,29.637768],[110.350573,29.641743],[110.346784,29.647848],[110.348909,29.655406],[110.338558,29.665839],[110.338157,29.670388],[110.323585,29.671586],[110.318331,29.673517],[110.303418,29.665366],[110.297682,29.664619],[110.295641,29.669557],[110.285102,29.679813],[110.28647,29.694373],[110.278538,29.69913],[110.276028,29.710201],[110.271399,29.714903],[110.264806,29.718734],[110.259558,29.718132],[110.253133,29.72139],[110.248662,29.726665],[110.249277,29.732256],[110.232979,29.738465],[110.22034,29.740608],[110.217493,29.750286],[110.209323,29.750722],[110.206435,29.75292],[110.203096,29.75992],[110.195191,29.76288],[110.181219,29.764799],[110.174831,29.762897],[110.164262,29.753188],[110.162062,29.752942],[110.144783,29.768277],[110.142706,29.774861],[110.136805,29.780191],[110.13157,29.782616],[110.124666,29.792507],[110.110021,29.786006],[110.104078,29.793198],[110.097381,29.79369],[110.095371,29.792498],[110.090903,29.79412],[110.083201,29.792889],[110.069229,29.794451],[110.045856,29.786626],[110.04075,29.782368],[110.036564,29.784073],[110.028777,29.782513],[110.017517,29.77604],[110.014836,29.775623],[110.012141,29.777347],[110.00598,29.775869],[109.994314,29.777074],[109.979109,29.770869],[109.973947,29.77159],[109.972101,29.77575],[109.966617,29.779274],[109.965105,29.783442],[109.954668,29.780628],[109.948579,29.7768],[109.944299,29.777697],[109.942417,29.782136],[109.936191,29.776875],[109.926598,29.78148],[109.919343,29.775958],[109.914188,29.774842],[109.90468,29.768109],[109.898059,29.765823],[109.896028,29.770334],[109.885861,29.768834],[109.879022,29.776681],[109.873312,29.78063],[109.86776,29.781558],[109.858862,29.779497],[109.845917,29.771516],[109.834004,29.776463],[109.825424,29.774364],[109.81482,29.776199],[109.805113,29.773844],[109.798609,29.767884],[109.792878,29.767878],[109.784295,29.763119],[109.775228,29.761888],[109.767911,29.75246],[109.756919,29.745841],[109.747653,29.742381],[109.748663,29.737057],[109.760324,29.734052],[109.766801,29.727435],[109.764583,29.724635],[109.75951,29.722774],[109.755354,29.715738],[109.751692,29.714148],[109.760201,29.700389],[109.760134,29.695303],[109.742926,29.687426],[109.735867,29.680804],[109.709332,29.675445],[109.710374,29.661118],[109.713949,29.659754],[109.715435,29.656785],[109.708094,29.654034],[109.709028,29.647586],[109.70584,29.644367],[109.700255,29.643588],[109.699373,29.641032],[109.693755,29.639266],[109.69563,29.635944],[109.701919,29.636764],[109.707421,29.629521],[109.706419,29.625032],[109.709281,29.624046],[109.712234,29.619793],[109.708956,29.613529],[109.701582,29.609571],[109.686172,29.610636],[109.679123,29.604327],[109.669338,29.60861],[109.663104,29.602259],[109.658503,29.600309],[109.650699,29.606366],[109.647171,29.614064],[109.649221,29.61802],[109.646729,29.624422],[109.62944,29.627517],[109.613447,29.633616],[109.609939,29.632788],[109.606307,29.637186],[109.60002,29.635121],[109.593871,29.636104],[109.590593,29.634642],[109.581002,29.634459],[109.570545,29.630756],[109.571544,29.623879],[109.566247,29.621204],[109.563721,29.615287],[109.553391,29.615359],[109.550597,29.617932],[109.539994,29.615828],[109.528011,29.617403],[109.526304,29.618447],[109.52842,29.624104],[109.525926,29.624732],[109.524282,29.629185],[109.520029,29.627036],[109.510788,29.628566],[109.509043,29.626145],[109.509609,29.620696],[109.513968,29.614939],[109.519535,29.613998],[109.520536,29.612279],[109.516586,29.610145],[109.51286,29.604081],[109.510258,29.602798],[109.501577,29.604493],[109.497381,29.607252],[109.49166,29.605691],[109.491001,29.600472],[109.49761,29.597835],[109.499179,29.592437],[109.502247,29.58878],[109.498001,29.581223],[109.494317,29.578742],[109.495432,29.573285],[109.494417,29.571038],[109.487875,29.569403],[109.486589,29.567694],[109.488116,29.565422],[109.484165,29.556053],[109.473476,29.555848],[109.4626,29.562729],[109.456762,29.556318],[109.454287,29.54528],[109.453881,29.533433],[109.460465,29.518795],[109.459714,29.516201],[109.455546,29.515307],[109.451407,29.51935],[109.444504,29.521775],[109.442456,29.524766],[109.442577,29.530176],[109.440917,29.531837],[109.433915,29.531838],[109.430722,29.533909],[109.427655,29.533146],[109.424619,29.528606],[109.427424,29.521634],[109.426483,29.508506],[109.428678,29.50398],[109.434787,29.49885],[109.435331,29.494222],[109.429734,29.491776],[109.41864,29.498339],[109.410716,29.499866],[109.405143,29.493339],[109.407926,29.487787],[109.40737,29.48265],[109.400184,29.471394],[109.404474,29.463357],[109.413139,29.456162],[109.413583,29.451857],[109.410968,29.450897],[109.409164,29.453152],[109.406545,29.453131],[109.397511,29.44783],[109.401492,29.444063],[109.401228,29.436777],[109.394238,29.440719],[109.388072,29.442043],[109.383953,29.440001],[109.381591,29.435043],[109.367946,29.426932],[109.363881,29.413662],[109.374327,29.405348],[109.380262,29.39671],[109.380403,29.392644],[109.37727,29.385793],[109.381428,29.384863],[109.387064,29.376208],[109.373418,29.377783],[109.364244,29.386563],[109.361205,29.383486],[109.349725,29.381503],[109.342355,29.377671],[109.333229,29.368473],[109.341734,29.350706],[109.334102,29.342389],[109.325453,29.338766],[109.331182,29.332996],[109.340093,29.330364],[109.340024,29.321731],[109.332865,29.318871],[109.332249,29.315702],[109.339807,29.309667],[109.348277,29.308596],[109.347972,29.304428],[109.35294,29.296833],[109.352186,29.292592],[109.33789,29.276701],[109.320071,29.261869],[109.307298,29.252818],[109.2994,29.249167],[109.291956,29.250155],[109.281948,29.246205],[109.278962,29.243439],[109.28076,29.2396],[109.280031,29.23682],[109.267881,29.230528],[109.264421,29.231678],[109.259388,29.226289],[109.259844,29.223445],[109.263227,29.220375],[109.261911,29.211818],[109.263376,29.210746],[109.265474,29.212028],[109.272234,29.20049],[109.269437,29.192798],[109.27357,29.18877],[109.269469,29.181439],[109.270389,29.177717],[109.268459,29.174284],[109.260048,29.169974],[109.25759,29.162786],[109.260134,29.157251],[109.257148,29.152302],[109.258411,29.148432],[109.264433,29.140787],[109.271053,29.139677],[109.27329,29.134865],[109.271466,29.128761],[109.273757,29.124278],[109.261061,29.123558],[109.252265,29.126808],[109.242151,29.118366],[109.233563,29.117108],[109.226872,29.11802],[109.222562,29.1207],[109.222493,29.129844],[109.215787,29.143405],[109.216014,29.147263],[109.217953,29.149211],[109.211901,29.151359],[109.203046,29.149107],[109.200724,29.156203],[109.196631,29.156893],[109.189182,29.16455],[109.179406,29.16919],[109.175218,29.175101],[109.170266,29.176226],[109.166158,29.181272],[109.16027,29.183973],[109.155615,29.18291],[109.152609,29.1803],[109.154159,29.174704],[109.150668,29.169739],[109.140111,29.169979],[109.137105,29.176204],[109.130285,29.177152],[109.116472,29.196243],[109.113388,29.208852],[109.106892,29.210354],[109.105927,29.220908],[109.115203,29.237827],[109.111103,29.238663],[109.112058,29.242326],[109.119867,29.249302],[109.132371,29.26497],[109.134586,29.265396],[109.136601,29.271651],[109.12838,29.279506],[109.11994,29.284758],[109.117793,29.289969],[109.115892,29.291056],[109.109827,29.288809],[109.100295,29.290423],[109.09952,29.293877],[109.101458,29.298327],[109.111863,29.315983],[109.102654,29.321897],[109.110979,29.335323],[109.104969,29.347922],[109.106051,29.35211],[109.110103,29.35521],[109.107341,29.363247],[109.102971,29.370005],[109.084862,29.383198],[109.065545,29.4006],[109.048373,29.406632],[109.04583,29.400107],[109.041139,29.397178],[109.03137,29.382554],[109.024389,29.385477],[109.024616,29.381374],[109.031924,29.372067],[109.031143,29.363756],[109.000447,29.362318],[108.996099,29.367859],[108.989382,29.356805],[108.985965,29.358201],[108.981386,29.356955],[108.984222,29.345867],[108.98269,29.33948],[108.980688,29.337253],[108.966909,29.331926],[108.949433,29.333899],[108.93307,29.330473],[108.914227,29.330129],[108.912002,29.335163],[108.917102,29.344712],[108.915847,29.34957],[108.923134,29.353853],[108.924023,29.36281],[108.927269,29.370359],[108.925352,29.382293],[108.926855,29.385851],[108.930796,29.388884],[108.929449,29.403129],[108.935421,29.41094],[108.938852,29.413047],[108.930679,29.425175],[108.932353,29.431748],[108.926409,29.438264],[108.912292,29.437152],[108.893872,29.444635],[108.887963,29.440264],[108.882639,29.443178],[108.869167,29.453445],[108.866972,29.460424],[108.868817,29.466399],[108.865275,29.471719],[108.860154,29.474381],[108.865617,29.491034],[108.877218,29.492468],[108.882757,29.499618],[108.880751,29.502438],[108.880855,29.505574],[108.884167,29.510489],[108.884364,29.514253],[108.88222,29.5226],[108.886749,29.528016],[108.887527,29.532336],[108.882758,29.535339],[108.873211,29.536664],[108.873165,29.540445],[108.881043,29.550194],[108.881262,29.554928],[108.884217,29.558991],[108.891104,29.560312],[108.910476,29.574213],[108.905041,29.583371],[108.902292,29.579661],[108.894676,29.586974],[108.902595,29.59424],[108.902733,29.596432],[108.89739,29.603899],[108.895087,29.604862],[108.890233,29.603448],[108.891693,29.600244],[108.894044,29.599764],[108.892635,29.598346],[108.879119,29.591621],[108.875265,29.592447],[108.869242,29.599213],[108.861805,29.602467],[108.861178,29.606019],[108.874803,29.605923],[108.871524,29.607512],[108.871296,29.610195],[108.875707,29.614388],[108.884609,29.629535],[108.881353,29.638434],[108.873217,29.64063],[108.871263,29.645329],[108.869235,29.64556],[108.864202,29.644062],[108.858051,29.638546],[108.850491,29.639533],[108.845212,29.649625],[108.844497,29.65725],[108.841343,29.661725],[108.835314,29.655961],[108.82504,29.654041],[108.822656,29.65721],[108.831936,29.671059],[108.824564,29.674436],[108.823317,29.67423],[108.820882,29.65847],[108.817508,29.653727],[108.814106,29.65332],[108.81167,29.646169],[108.817261,29.637296],[108.817003,29.634503],[108.806287,29.635377],[108.804547,29.640868],[108.798718,29.643735],[108.795196,29.638931],[108.777707,29.636887],[108.774475,29.647542],[108.788585,29.650766],[108.788979,29.656146],[108.793806,29.663594],[108.790941,29.672102],[108.788548,29.674717],[108.780072,29.677407],[108.784748,29.691435],[108.782479,29.694291],[108.772599,29.697633],[108.765933,29.697396],[108.755692,29.69555],[108.748697,29.691852],[108.750916,29.684148],[108.754744,29.680284],[108.756249,29.680595],[108.758133,29.685104],[108.762344,29.685942],[108.772252,29.677643],[108.773336,29.672542],[108.771041,29.669634],[108.770079,29.661283],[108.773132,29.658915],[108.777659,29.660013],[108.781659,29.657697],[108.776599,29.653177],[108.768497,29.65516],[108.763521,29.664509],[108.754413,29.66322],[108.753662,29.661902],[108.76072,29.655772],[108.763986,29.642831],[108.760948,29.639069],[108.756559,29.641152],[108.748085,29.653412],[108.740869,29.655454],[108.739855,29.663604],[108.735032,29.670266],[108.726423,29.676125],[108.705954,29.682037],[108.704406,29.685856],[108.709402,29.687337],[108.714033,29.6917],[108.714691,29.694432],[108.708847,29.702586],[108.69607,29.696167],[108.689114,29.694665],[108.679376,29.695011],[108.682276,29.699099],[108.693598,29.705021],[108.684055,29.712043],[108.676305,29.724336],[108.68185,29.742918],[108.680368,29.749252],[108.672024,29.754595],[108.672484,29.763921],[108.676097,29.771236],[108.675163,29.777143],[108.673425,29.778631],[108.673179,29.786121],[108.67443,29.788005],[108.674142,29.798291],[108.676602,29.804795],[108.666944,29.814206],[108.660855,29.813862],[108.652336,29.820939],[108.652971,29.82304],[108.657831,29.821529],[108.664141,29.822062],[108.666375,29.823955],[108.667061,29.827395],[108.665829,29.832032],[108.661339,29.832237],[108.664478,29.84053],[108.659194,29.844729],[108.657166,29.848395],[108.656202,29.856728],[108.648946,29.856371],[108.635006,29.859512],[108.630225,29.858305],[108.6286,29.859418],[108.630049,29.865449],[108.628865,29.868079],[108.618893,29.870243],[108.617226,29.868316],[108.608317,29.86801],[108.592687,29.863732],[108.587233,29.860492],[108.586171,29.856802],[108.589013,29.853526],[108.57889,29.847829],[108.573663,29.846709],[108.576608,29.837181],[108.575727,29.834527],[108.56525,29.826369],[108.559213,29.818812],[108.550844,29.819283],[108.549185,29.818025],[108.532902,29.793797],[108.535054,29.790091],[108.528607,29.784922],[108.518308,29.768807],[108.517643,29.766709],[108.520902,29.763599],[108.521778,29.759142],[108.537334,29.758133],[108.546425,29.753482],[108.544095,29.747239],[108.539895,29.742696],[108.536966,29.744645],[108.533561,29.743984],[108.52845,29.736275],[108.517364,29.735021],[108.509767,29.740025],[108.50703,29.736193],[108.502237,29.733687],[108.495315,29.734658],[108.495412,29.731117],[108.503651,29.731089],[108.509061,29.726373],[108.506068,29.71956],[108.50179,29.716242],[108.502273,29.710701],[108.500431,29.709941],[108.490611,29.715181],[108.479127,29.725873],[108.467318,29.729143],[108.462063,29.732763],[108.456451,29.742215],[108.443387,29.741198],[108.432795,29.743107],[108.435455,29.753121],[108.434304,29.759396],[108.437811,29.760677],[108.441661,29.768769],[108.441175,29.778403],[108.438126,29.780963],[108.433561,29.78138],[108.426104,29.775779],[108.422103,29.774923],[108.418088,29.776149],[108.414865,29.779322],[108.412888,29.78881],[108.417387,29.802996],[108.423505,29.811908],[108.418654,29.820279],[108.410638,29.820991],[108.401362,29.826393],[108.39923,29.838698],[108.392636,29.840685],[108.388343,29.838207],[108.391681,29.82944],[108.391562,29.823656],[108.387773,29.814811],[108.378622,29.815299],[108.370463,29.820497],[108.364276,29.821172],[108.362545,29.822689],[108.366439,29.835226],[108.369283,29.837099],[108.366894,29.841355],[108.367709,29.844893],[108.379767,29.85265],[108.38463,29.861044],[108.384277,29.86286],[108.392048,29.864316],[108.397016,29.85937],[108.400448,29.859394],[108.400586,29.860997],[108.403496,29.85989],[108.404212,29.863573],[108.406664,29.864065],[108.409167,29.867985],[108.412691,29.867558],[108.421314,29.875064],[108.420177,29.880906],[108.42773,29.882319],[108.433034,29.881117],[108.434881,29.879283],[108.446512,29.875986],[108.453731,29.86741],[108.465016,29.86664],[108.478978,29.872109],[108.485142,29.870209],[108.489393,29.871121],[108.495405,29.880554],[108.503619,29.889021],[108.50747,29.872903],[108.511683,29.869333],[108.520812,29.869315],[108.514743,29.876542],[108.513256,29.887697],[108.519045,29.891225],[108.518876,29.908143],[108.520482,29.910697],[108.517813,29.919421],[108.512572,29.927488],[108.511018,29.934977],[108.515544,29.939024],[108.51973,29.955369],[108.528479,29.967232],[108.533053,29.986261],[108.537525,29.990391],[108.544677,29.981307],[108.546588,29.980003],[108.547672,29.981112],[108.538741,29.995027],[108.536672,30.002122],[108.526723,30.007991],[108.523481,30.01311],[108.525205,30.045073],[108.527942,30.047319],[108.528991,30.053458],[108.527514,30.058854],[108.521531,30.061893],[108.510861,30.05592],[108.508748,30.06081],[108.518376,30.074973],[108.521945,30.076952],[108.524047,30.073012],[108.527642,30.077634],[108.528389,30.08532],[108.542461,30.107438],[108.54339,30.114093],[108.563018,30.156333],[108.561304,30.15963],[108.547937,30.165486],[108.54872,30.172055],[108.559721,30.217206],[108.565038,30.227704],[108.560833,30.2316],[108.563934,30.238191],[108.570471,30.240453],[108.572495,30.242963],[108.579609,30.258805],[108.564161,30.25611],[108.556986,30.257225],[108.558782,30.261504],[108.557637,30.264689],[108.547841,30.267191],[108.542674,30.270917],[108.540734,30.273204],[108.541863,30.279375],[108.532537,30.28243],[108.528657,30.295238],[108.526202,30.297133],[108.520241,30.297555],[108.519459,30.300304],[108.522107,30.302727],[108.522672,30.307663],[108.513562,30.316743],[108.507702,30.317803],[108.500201,30.316598],[108.494333,30.319268],[108.486782,30.330503],[108.465542,30.346201],[108.456435,30.361041],[108.426841,30.356444],[108.419342,30.368792],[108.414363,30.369767],[108.397711,30.379707],[108.39515,30.39339],[108.401208,30.395121],[108.404001,30.393765],[108.418991,30.397691],[108.416649,30.412669],[108.420799,30.416311],[108.423867,30.416683],[108.424866,30.420115],[108.415308,30.433218],[108.412996,30.43371],[108.411095,30.43089],[108.409033,30.430701],[108.40668,30.439954],[108.40997,30.446988],[108.417613,30.451763],[108.41461,30.461167],[108.416491,30.469777],[108.409278,30.478192],[108.42261,30.494569],[108.431467,30.494963],[108.435421,30.488083],[108.438792,30.492089],[108.450289,30.498407],[108.451387,30.497461],[108.450952,30.491341],[108.460789,30.49068],[108.459088,30.487956],[108.461359,30.485373],[108.479298,30.492209],[108.482586,30.502647],[108.485164,30.504361],[108.508267,30.503965],[108.521835,30.493007],[108.523838,30.488717],[108.535928,30.48813],[108.529918,30.493582],[108.539899,30.49424],[108.54822,30.485291],[108.554284,30.483552],[108.558442,30.479421],[108.558998,30.473021],[108.560578,30.471023],[108.564664,30.471883],[108.567536,30.477589],[108.576023,30.482819],[108.577521,30.488517],[108.586696,30.490326],[108.585697,30.495979],[108.58686,30.497791],[108.594113,30.497177],[108.60753,30.50533],[108.609537,30.507903],[108.602172,30.508956],[108.600585,30.510165],[108.600505,30.513159],[108.615444,30.516985],[108.618321,30.519262],[108.620003,30.522715],[108.613934,30.525742],[108.626508,30.530918],[108.632362,30.535534],[108.635771,30.531362],[108.637139,30.525281],[108.640042,30.520975],[108.638152,30.530853],[108.640364,30.537239],[108.645118,30.540986],[108.643961,30.549944],[108.646108,30.552987],[108.645577,30.55674],[108.639368,30.564327],[108.636186,30.577144],[108.63968,30.581906],[108.653904,30.590055],[108.665379,30.591631],[108.686368,30.590096],[108.689126,30.584533],[108.689954,30.574168],[108.695751,30.564235],[108.693222,30.560555],[108.696354,30.545827],[108.708803,30.539003],[108.711656,30.534377],[108.707457,30.530263],[108.708489,30.5243],[108.721617,30.518486],[108.722683,30.515869],[108.720312,30.510758],[108.736414,30.498924],[108.741398,30.49784],[108.747154,30.499151],[108.753192,30.507161],[108.76856,30.505208],[108.784159,30.517477],[108.793129,30.507454],[108.799309,30.504996],[108.801553,30.499344],[108.801296,30.49541],[108.804261,30.493818],[108.814313,30.497696],[108.824886,30.49799],[108.83669,30.506173],[108.859639,30.531473],[108.867559,30.537363],[108.876439,30.548768],[108.89056,30.561343],[108.892334,30.568266],[108.912354,30.585257],[108.916354,30.591154],[108.933387,30.599595],[108.945346,30.613218],[108.952132,30.615584],[108.960087,30.629028],[108.962065,30.626729],[108.972257,30.63227],[108.977593,30.631017],[108.978874,30.627718],[108.983033,30.625011],[108.993996,30.635573],[108.997363,30.633924],[108.999776,30.629793],[109.002053,30.629597],[109.017787,30.645486],[109.023232,30.645996],[109.03762,30.657906],[109.041634,30.655551],[109.041573,30.651955],[109.044879,30.647292],[109.050815,30.644591],[109.060886,30.645367],[109.06717,30.642582],[109.083367,30.649481],[109.086871,30.649057],[109.088829,30.646974],[109.110078,30.64387],[109.113215,30.642046],[109.118461,30.633269],[109.108717,30.620448],[109.104941,30.612025],[109.099272,30.61075],[109.094804,30.613755],[109.079548,30.606052],[109.076052,30.602568],[109.078821,30.597175],[109.082299,30.596662],[109.085626,30.591107],[109.088926,30.579091],[109.087413,30.572677],[109.096454,30.57151],[109.108262,30.555517],[109.109473,30.546283],[109.117532,30.539534],[109.117281,30.535663],[109.120374,30.533634],[109.125014,30.533372],[109.135517,30.537039],[109.135472,30.52828],[109.138451,30.523851],[109.140336,30.523586],[109.164223,30.545967],[109.161176,30.5483],[109.163566,30.550258],[109.191843,30.547438],[109.198502,30.555858],[109.201882,30.564613],[109.209102,30.562587],[109.21199,30.563906],[109.220948,30.57172],[109.236904,30.580837],[109.241509,30.588239],[109.239609,30.590555],[109.230911,30.586497],[109.22682,30.582828],[109.223313,30.583719],[109.226088,30.590513],[109.241459,30.595856],[109.249198,30.595885],[109.252126,30.598378],[109.251843,30.60371],[109.259165,30.604156],[109.274073,30.611938],[109.281498,30.621267],[109.288869,30.626329],[109.292715,30.634],[109.298983,30.633686],[109.294548,30.630283],[109.29437,30.6256],[109.30149,30.62408],[109.305667,30.613715],[109.30846,30.610641],[109.312337,30.612957],[109.312752,30.615944],[109.317276,30.62063],[109.321223,30.621996],[109.323989,30.6178],[109.320269,30.60824],[109.314775,30.603896],[109.309458,30.605001],[109.304522,30.603307],[109.304518,30.601578],[109.320254,30.594379],[109.340296,30.579622],[109.346637,30.573429],[109.344956,30.568334],[109.355437,30.562047],[109.359044,30.556968],[109.342373,30.542468],[109.341229,30.534225],[109.337467,30.532574],[109.332876,30.526628],[109.332488,30.522985],[109.335911,30.519569],[109.336755,30.516417],[109.335793,30.512785],[109.333325,30.511865],[109.332639,30.509702],[109.344185,30.495048],[109.344711,30.489895],[109.346267,30.489616],[109.354978,30.493639],[109.359712,30.500887],[109.366631,30.506567],[109.36705,30.509264],[109.380454,30.52634],[109.396678,30.540026],[109.402805,30.551796],[109.40808,30.555719],[109.412783,30.564473],[109.420921,30.573915],[109.431205,30.598452],[109.441525,30.603315],[109.446269,30.607596],[109.447396,30.609224],[109.446106,30.61214],[109.448843,30.615357],[109.457235,30.621147],[109.471579,30.625104],[109.476985,30.624809],[109.485843,30.638675],[109.49276,30.642712],[109.505235,30.655676],[109.519943,30.662635],[109.526642,30.670124],[109.530945,30.669853],[109.537043,30.657755],[109.535217,30.651115],[109.528883,30.644738],[109.529119,30.641481],[109.53584,30.64076],[109.541608,30.645305],[109.546944,30.644802],[109.557972,30.648192],[109.564329,30.646809],[109.571386,30.651811],[109.573663,30.654883],[109.57176,30.657334],[109.573995,30.663272],[109.575407,30.664988],[109.578567,30.665148],[109.581563,30.669937],[109.575885,30.675133],[109.580439,30.68124],[109.580479,30.689834],[109.582313,30.695932],[109.60706,30.703328],[109.617425,30.703324],[109.625697,30.706851],[109.647048,30.722755],[109.653613,30.729764],[109.658182,30.740535],[109.656335,30.74932],[109.650472,30.754949],[109.649312,30.764725],[109.652039,30.76589],[109.656354,30.764484],[109.664812,30.767956],[109.684149,30.778245],[109.695213,30.786453],[109.698581,30.785202],[109.69979,30.781218],[109.6947,30.776905],[109.693964,30.773555],[109.695607,30.771731],[109.699649,30.772916],[109.703923,30.778786],[109.713871,30.780353],[109.717018,30.784081],[109.716981,30.78684],[109.708827,30.790871],[109.712236,30.794485],[109.710921,30.803983],[109.714665,30.810735],[109.720825,30.810727],[109.753533,30.836356],[109.766581,30.841333],[109.769595,30.847322],[109.773284,30.850088],[109.786149,30.85494],[109.791107,30.858435],[109.806124,30.862193],[109.816459,30.862318],[109.819511,30.865676],[109.831545,30.870841],[109.845463,30.880801],[109.876349,30.89115],[109.882685,30.89912],[109.895984,30.90402],[109.899574,30.903173],[109.91111,30.895116],[109.920772,30.895408],[109.927641,30.88974],[109.93621,30.893598],[109.938564,30.881826],[109.951077,30.878868],[109.971147,30.892376],[109.973053,30.892093],[109.975162,30.888827],[109.989336,30.890546],[109.991067,30.889844],[109.991452,30.885968],[109.997836,30.887657],[110.003338,30.886868],[110.000302,30.872012],[110.012172,30.856822],[110.014284,30.847182],[110.012679,30.842206],[110.013282,30.833426],[110.026259,30.822917],[110.032579,30.819734],[110.033815,30.817058],[110.038862,30.813514],[110.037074,30.809906],[110.038228,30.807363],[110.044191,30.802385],[110.048406,30.80152],[110.075971,30.804259],[110.078359,30.804981],[110.092455,30.832481],[110.109998,30.846993],[110.1092,30.851171],[110.114884,30.856646],[110.120341,30.872674],[110.130872,30.886459],[110.131398,30.889744],[110.139055,30.89941],[110.146728,30.913922],[110.143865,30.920587],[110.140285,30.924285],[110.139835,30.928445],[110.145283,30.942283],[110.148159,30.955185],[110.158991,30.963568],[110.156356,30.971072],[110.167966,30.981769],[110.166966,30.989624],[110.158484,30.993843],[110.131191,30.987803],[110.13287,30.993782],[110.132176,30.999688],[110.136561,31.007678],[110.135519,31.032702],[110.115005,31.034131],[110.115567,31.039755],[110.120381,31.042514],[110.120888,31.053817],[110.125055,31.060605],[110.127906,31.061182],[110.128525,31.065349],[110.12535,31.067771],[110.121031,31.068292],[110.115904,31.073726],[110.115217,31.082746],[110.118789,31.089729],[110.122136,31.092206],[110.125997,31.103698],[110.128704,31.106677],[110.141472,31.110094],[110.141284,31.118664],[110.149386,31.120075],[110.156548,31.11836],[110.171685,31.124742],[110.17652,31.124672],[110.182821,31.131851],[110.181651,31.137143],[110.182379,31.148133],[110.188562,31.151704],[110.195637,31.16036],[110.192146,31.165313],[110.179709,31.172539],[110.175121,31.179765],[110.175487,31.186035],[110.172273,31.200428],[110.173772,31.202828],[110.172974,31.212843],[110.165438,31.223872],[110.164963,31.228191],[110.168368,31.242029],[110.166767,31.249315],[110.165585,31.25292],[110.155709,31.255188],[110.153247,31.258042],[110.156033,31.264274],[110.149431,31.279291],[110.152045,31.289135],[110.158209,31.292438],[110.158731,31.30542],[110.156717,31.309666],[110.157899,31.315122],[110.156204,31.316445],[110.147702,31.316722],[110.145772,31.318864],[110.152784,31.333782],[110.142506,31.346885],[110.141698,31.351359],[110.144335,31.357178],[110.134872,31.369015],[110.135161,31.373135],[110.140159,31.38263],[110.139553,31.387175],[110.13577,31.392593],[110.129917,31.392415],[110.120153,31.395597],[110.115367,31.399428],[110.110531,31.407956],[110.11291,31.41149],[110.110002,31.414207],[110.102362,31.409861],[110.093814,31.412832],[110.082848,31.410283],[110.078072,31.411861],[110.069245,31.409671],[110.051135,31.410893],[110.041434,31.417889],[110.037932,31.428116],[110.028157,31.432538],[110.029374,31.435137],[110.032078,31.436384],[110.030982,31.440905],[110.005773,31.446607],[109.996918,31.454143],[109.999028,31.458415],[109.996557,31.465166],[109.986929,31.47545],[109.973599,31.477496],[109.966715,31.475438],[109.963636,31.476989],[109.9536,31.471241],[109.946677,31.469498],[109.940922,31.47065],[109.935483,31.481819],[109.939955,31.488592],[109.95516,31.492691],[109.956587,31.500988],[109.969058,31.50674],[109.973574,31.51181],[109.978385,31.514403],[109.977169,31.515243],[109.972552,31.51541],[109.961583,31.509805],[109.952983,31.509885],[109.95124,31.511446],[109.948225,31.508323],[109.941017,31.508347],[109.936282,31.514048],[109.931718,31.514984],[109.930852,31.519716],[109.926314,31.522925],[109.922453,31.522422],[109.91901,31.523892],[109.887585,31.519986],[109.87841,31.530071],[109.869354,31.533145],[109.858747,31.53395],[109.859201,31.542611],[109.857644,31.544636],[109.850716,31.546684],[109.845241,31.553583],[109.834187,31.55773],[109.822486,31.55684],[109.814814,31.553945],[109.79405,31.542494],[109.790759,31.544668],[109.788626,31.550822],[109.78405,31.555148],[109.778052,31.552192],[109.769569,31.550947],[109.758715,31.552715],[109.756158,31.548366],[109.749965,31.5517],[109.72969,31.548741],[109.719725,31.552077],[109.714566,31.559294],[109.720816,31.566934],[109.721503,31.572839],[109.729576,31.57734],[109.744372,31.580013],[109.74833,31.582469],[109.739006,31.586131],[109.739957,31.601127],[109.744107,31.603552],[109.751884,31.60257],[109.759709,31.60627],[109.758311,31.609827],[109.74795,31.613483],[109.738615,31.626597],[109.733291,31.629438],[109.73645,31.659932],[109.734754,31.665509],[109.725667,31.674524],[109.7251,31.686881],[109.729919,31.696848],[109.724551,31.701967],[109.704904,31.701428],[109.698989,31.707231],[109.689092,31.708504],[109.687398,31.717345],[109.679514,31.72067],[109.654978,31.71828],[109.651553,31.718583],[109.644597,31.722573],[109.638761,31.722499],[109.622512,31.717628],[109.613574,31.712695],[109.600779,31.715919],[109.586444,31.725729],[109.579602,31.728487],[109.579165,31.732275],[109.589591,31.736078],[109.59257,31.738428],[109.593083,31.742731],[109.600216,31.745121],[109.594838,31.75104],[109.588321,31.752426],[109.587471,31.757728],[109.590528,31.768343],[109.586672,31.781777],[109.588048,31.783733],[109.596612,31.787307],[109.598977,31.795075],[109.597002,31.79888],[109.601104,31.803065],[109.609057,31.807205],[109.626079,31.803259],[109.634506,31.807807],[109.635935,31.812113],[109.633939,31.820602],[109.629889,31.822883],[109.622004,31.833452],[109.622936,31.837545],[109.621116,31.843204],[109.611543,31.851653],[109.6099,31.857639],[109.61236,31.860132],[109.613102,31.868115],[109.60561,31.884651],[109.603326,31.885522],[109.598422,31.883958],[109.592042,31.886094],[109.578716,31.896154],[109.584567,31.900812],[109.586668,31.906904],[109.585011,31.911641],[109.595775,31.925042],[109.602035,31.923278],[109.617893,31.924465],[109.619821,31.92702],[109.621284,31.935132],[109.624744,31.937145],[109.627681,31.942543],[109.624809,31.94603],[109.624138,31.950185],[109.624987,31.959706],[109.619482,31.967015],[109.62131,31.970058],[109.615224,31.981548],[109.597251,31.991396],[109.586474,32.001297],[109.584729,32.023982],[109.581439,32.030473],[109.588788,32.042211],[109.584768,32.047533],[109.597235,32.070229],[109.602575,32.071995],[109.611388,32.078551],[109.609002,32.085753],[109.608423,32.096021],[109.618069,32.100233],[109.61186,32.115315],[109.587817,32.13515],[109.588534,32.145478],[109.584918,32.158789],[109.586447,32.174349],[109.592841,32.183375],[109.596693,32.198451],[109.603582,32.20471],[109.592422,32.214622],[109.584653,32.215314],[109.566378,32.220477],[109.561071,32.224708],[109.554761,32.221144],[109.549841,32.230807],[109.541461,32.236557],[109.533263,32.246197],[109.533478,32.251349],[109.52637,32.265282],[109.513823,32.270216],[109.510934,32.27556],[109.514585,32.281975],[109.511814,32.285385],[109.507256,32.287461],[109.496787,32.284887],[109.486222,32.290466],[109.487592,32.295508],[109.495346,32.308268],[109.494833,32.311041],[109.500316,32.316958],[109.513494,32.337773],[109.505179,32.352954],[109.505976,32.357414],[109.500458,32.370089],[109.495699,32.387855],[109.496386,32.392823],[109.513998,32.398984],[109.522753,32.398169],[109.525207,32.400941],[109.526818,32.404516],[109.526392,32.413623],[109.520324,32.421605],[109.52025,32.428385],[109.524454,32.437466],[109.533862,32.442903],[109.543377,32.453399],[109.544002,32.465109],[109.54949,32.474966],[109.546975,32.482475],[109.562539,32.481689],[109.565286,32.484495],[109.568118,32.489837],[109.569638,32.498094],[109.577137,32.514016],[109.599059,32.523522],[109.612397,32.521301],[109.618794,32.533113],[109.629138,32.533559],[109.633506,32.536882],[109.634577,32.549878],[109.631767,32.55535],[109.62409,32.559426],[109.618715,32.559466],[109.61253,32.562316],[109.613861,32.568765],[109.617027,32.569015],[109.621064,32.575977],[109.621587,32.580052],[109.619046,32.585093],[109.613825,32.589141],[109.621586,32.599504],[109.661608,32.599708],[109.674141,32.602101],[109.688714,32.596619],[109.694299,32.598324],[109.698128,32.605032],[109.705844,32.605683],[109.717101,32.603427],[109.724366,32.607695],[109.750468,32.584472],[109.770777,32.587575],[109.781477,32.580717],[109.791498,32.581539],[109.814101,32.578639],[109.820636,32.574452],[109.824864,32.575143],[109.830699,32.581455],[109.842196,32.584976],[109.850125,32.580683],[109.856459,32.580722],[109.861796,32.585938],[109.871927,32.591238],[109.87991,32.590309],[109.886428,32.592469],[109.88912,32.595274],[109.900886,32.592329],[109.904431,32.589177],[109.916262,32.590519],[109.921352,32.592694],[109.931775,32.584236],[109.940808,32.573212],[109.948589,32.570866],[109.960253,32.576857],[109.965129,32.578119],[109.968388,32.576682],[109.977718,32.554031],[109.98452,32.552364],[109.988197,32.553548],[109.994329,32.552812],[109.999544,32.551094],[110.004739,32.545925],[110.024079,32.5443],[110.029475,32.545042],[110.033733,32.556007],[110.048818,32.561422],[110.056618,32.562428],[110.061799,32.576593],[110.069978,32.583691],[110.076546,32.586051],[110.084451,32.584234],[110.089289,32.586864],[110.089461,32.591739],[110.085308,32.594804],[110.080907,32.608409],[110.081511,32.617215],[110.086344,32.621344],[110.123661,32.619061],[110.126028,32.610371],[110.129752,32.605938],[110.134741,32.607641],[110.139191,32.605169],[110.140503,32.595866],[110.139328,32.592499],[110.148188,32.591527],[110.16416,32.600817],[110.175533,32.61473],[110.180694,32.617563],[110.182525,32.617084],[110.183743,32.621871],[110.198206,32.629673],[110.201225,32.637722],[110.197466,32.641403],[110.19175,32.640875],[110.189181,32.642237],[110.183761,32.651281],[110.179095,32.654663],[110.171396,32.665117],[110.165789,32.667552],[110.148786,32.680686],[110.150321,32.689668],[110.154143,32.695307],[110.154329,32.707689],[110.16172,32.711482],[110.166343,32.719688],[110.158793,32.736832],[110.156965,32.748868],[110.15871,32.755676],[110.158423,32.763696],[110.149251,32.768929],[110.135159,32.765424],[110.125767,32.774332],[110.120871,32.782298],[110.124418,32.787622],[110.132137,32.789776],[110.134204,32.792031],[110.136596,32.797785],[110.136272,32.80974],[110.122877,32.80939],[110.118159,32.811079],[110.115247,32.814146],[110.111715,32.823553],[110.099625,32.834307],[110.075658,32.846356],[110.059609,32.851299],[110.047608,32.852475],[110.031702,32.862172],[110.02526,32.874033],[110.017322,32.875022],[110.010388,32.872351],[109.995116,32.877113],[109.985163,32.88814],[109.968721,32.88667],[109.95059,32.889106],[109.926141,32.887441],[109.924048,32.888231],[109.916428,32.899007],[109.909704,32.904011],[109.903646,32.906091],[109.890573,32.906135],[109.879762,32.90318],[109.86484,32.914896],[109.857979,32.915586],[109.852841,32.912893],[109.845548,32.897594],[109.839658,32.89392],[109.819333,32.891951],[109.810512,32.887999],[109.800876,32.87988],[109.794211,32.879489],[109.78423,32.884874],[109.767282,32.906668],[109.760767,32.91071],[109.767241,32.933672],[109.771118,32.93466],[109.774194,32.940687],[109.770262,32.958017],[109.772031,32.962494],[109.778232,32.964731],[109.779907,32.966831],[109.780179,32.969902],[109.777563,32.974025],[109.779129,32.98147],[109.785223,32.987586],[109.785985,32.997882],[109.782821,33.001337],[109.786408,33.017367],[109.791657,33.020795],[109.786668,33.026765],[109.791405,33.044419],[109.7901,33.04885],[109.792375,33.058842],[109.79664,33.068914],[109.772574,33.069895],[109.763746,33.074986],[109.754087,33.078249],[109.74703,33.085989],[109.739498,33.089093],[109.73546,33.088459],[109.730261,33.090453],[109.725091,33.095703],[109.705162,33.099151],[109.699843,33.102294],[109.693577,33.113092],[109.681711,33.117756],[109.66556,33.114258],[109.660816,33.115713],[109.63629,33.114011],[109.62521,33.114825],[109.604428,33.10634],[109.597989,33.109687],[109.58618,33.122461],[109.578807,33.118005],[109.568284,33.11709],[109.565177,33.122107],[109.567052,33.125021],[109.565706,33.126258],[109.561467,33.126191],[109.554988,33.123456],[109.545904,33.124656],[109.544976,33.125705],[109.547626,33.132264],[109.544998,33.133182],[109.518241,33.135156],[109.502139,33.139458],[109.489023,33.141033],[109.482927,33.139409],[109.462266,33.139168],[109.461102,33.142131],[109.453219,33.146127],[109.441623,33.145801],[109.438396,33.148337],[109.437367,33.152512],[109.448268,33.159649],[109.44881,33.171123],[109.475896,33.184378],[109.478502,33.190983],[109.476882,33.1971],[109.478853,33.202827],[109.500613,33.210247],[109.50301,33.21227],[109.504771,33.218383],[109.499821,33.226917],[109.514076,33.235444],[109.513754,33.24293],[109.520355,33.243364],[109.5265,33.238866],[109.533389,33.238969],[109.535216,33.242588],[109.538479,33.243529],[109.557504,33.236254],[109.564103,33.237174],[109.576017,33.233243],[109.584676,33.232809],[109.595235,33.234611],[109.606198,33.233084],[109.605693,33.241332],[109.602375,33.24944],[109.603141,33.254135],[109.609817,33.259655],[109.619991,33.272876],[109.631561,33.271732]],[[112.889694,29.800251],[112.8943,29.795191],[112.920826,29.779649],[112.932197,29.768176],[112.934438,29.77676],[112.932941,29.785257],[112.922183,29.796905],[112.909706,29.803357],[112.900722,29.805132],[112.892254,29.804204],[112.888971,29.802262],[112.889694,29.800251]],[[111.020026,33.176541],[111.02383,33.176588],[111.027732,33.179137],[111.032286,33.186886],[111.031621,33.188887],[111.027476,33.190524],[111.024235,33.189262],[111.018406,33.181725],[111.009937,33.175122],[111.014851,33.17411],[111.020026,33.176541]]]]}},{type:"Feature",properties:{name:"湖南省",province_adcode:43e4,province_type:"省",name_en:"Hunan",name_var:"Hú Nán",adcode:43e4},geometry:{type:"MultiPolygon",coordinates:[[[[109.477707,26.840052],[109.475649,26.835978],[109.469877,26.832347],[109.462627,26.832475],[109.459002,26.830944],[109.45695,26.833398],[109.457997,26.835466],[109.474784,26.841548],[109.477707,26.840052]]],[[[112.93361,29.783294],[112.934141,29.773228],[112.931935,29.768088],[112.920664,29.779766],[112.891545,29.797174],[112.888971,29.802262],[112.89572,29.805185],[112.900722,29.805132],[112.914247,29.801616],[112.927241,29.792445],[112.93361,29.783294]]],[[[110.847895,30.128613],[110.850996,30.127482],[110.851352,30.119769],[110.858526,30.119281],[110.865513,30.115262],[110.884189,30.115919],[110.889167,30.11222],[110.911102,30.115582],[110.917726,30.114507],[110.919384,30.111435],[110.918253,30.102097],[110.920864,30.099473],[110.921691,30.095534],[110.917581,30.085026],[110.917038,30.078102],[110.923395,30.075596],[110.918433,30.070993],[110.930191,30.064609],[110.944313,30.064878],[110.950793,30.06256],[110.956808,30.064244],[110.969139,30.059265],[110.980309,30.059812],[110.986356,30.061892],[110.998158,30.059028],[111.000829,30.056823],[111.029796,30.051051],[111.086761,30.052168],[111.092726,30.050581],[111.10066,30.050956],[111.115965,30.047086],[111.125864,30.04871],[111.148635,30.045508],[111.159997,30.045827],[111.165245,30.04411],[111.177806,30.046322],[111.194809,30.04285],[111.206565,30.043907],[111.213112,30.042356],[111.240923,30.042385],[111.250954,30.036975],[111.260987,30.011938],[111.280867,30.013724],[111.292196,30.007124],[111.291948,29.99252],[111.2973,29.985862],[111.306876,29.981909],[111.312292,29.974579],[111.315472,29.976072],[111.316242,29.980672],[111.319139,29.980339],[111.326405,29.972176],[111.324127,29.967581],[111.331178,29.964939],[111.330308,29.960414],[111.334497,29.953871],[111.335335,29.948429],[111.337624,29.946785],[111.342893,29.944251],[111.345066,29.947257],[111.345867,29.953896],[111.35685,29.953533],[111.363449,29.956459],[111.369281,29.9565],[111.37178,29.953037],[111.377406,29.952145],[111.377829,29.948588],[111.372489,29.937517],[111.375433,29.935998],[111.384666,29.94019],[111.383807,29.935104],[111.378433,29.930517],[111.377127,29.925893],[111.384759,29.917262],[111.391037,29.914556],[111.398281,29.913051],[111.412359,29.917384],[111.418871,29.924508],[111.431583,29.932548],[111.438382,29.927973],[111.445799,29.92561],[111.45161,29.930971],[111.459359,29.930093],[111.460722,29.926254],[111.469743,29.921667],[111.480752,29.921538],[111.482707,29.924877],[111.486897,29.92405],[111.489033,29.927],[111.497825,29.928318],[111.501403,29.926412],[111.503264,29.928765],[111.510347,29.930788],[111.517859,29.930944],[111.522625,29.928494],[111.52174,29.924418],[111.52888,29.917064],[111.52904,29.913612],[111.5333,29.907465],[111.543755,29.906529],[111.544264,29.901243],[111.5463,29.897865],[111.561615,29.901182],[111.571853,29.897299],[111.578713,29.900879],[111.582629,29.895704],[111.587111,29.897518],[111.58867,29.89413],[111.592867,29.892163],[111.600057,29.893453],[111.602969,29.892503],[111.607169,29.895043],[111.614514,29.893955],[111.616325,29.897805],[111.619874,29.898194],[111.622092,29.896383],[111.624671,29.898606],[111.628408,29.896812],[111.632624,29.89788],[111.634981,29.896042],[111.64573,29.896043],[111.646862,29.893595],[111.645684,29.891725],[111.65637,29.888595],[111.66349,29.891253],[111.666237,29.889061],[111.670517,29.889842],[111.67668,29.887174],[111.682539,29.888061],[111.685457,29.891599],[111.689917,29.889913],[111.699078,29.89273],[111.701735,29.896613],[111.701299,29.899996],[111.705771,29.899972],[111.710682,29.903955],[111.713223,29.903188],[111.718058,29.907527],[111.717786,29.915379],[111.719518,29.918406],[111.729549,29.922935],[111.73368,29.921136],[111.741729,29.924242],[111.744266,29.920389],[111.751591,29.922772],[111.752793,29.921931],[111.752889,29.917973],[111.758348,29.911035],[111.762545,29.912879],[111.767427,29.908979],[111.773686,29.913916],[111.781339,29.916333],[111.785072,29.914007],[111.784794,29.910816],[111.786981,29.908182],[111.789574,29.909385],[111.793328,29.907473],[111.802564,29.906996],[111.80597,29.904202],[111.803975,29.897828],[111.805999,29.895977],[111.80811,29.896316],[111.81805,29.890287],[111.823972,29.892466],[111.8264,29.885287],[111.824374,29.876211],[111.827867,29.87669],[111.830914,29.879799],[111.840148,29.877552],[111.844426,29.872156],[111.851335,29.871318],[111.854197,29.867747],[111.855177,29.861679],[111.863862,29.862025],[111.866806,29.860003],[111.871489,29.859942],[111.871875,29.865359],[111.870232,29.868498],[111.872337,29.87088],[111.875825,29.868688],[111.880104,29.860701],[111.889898,29.860404],[111.892314,29.858554],[111.898167,29.858801],[111.901891,29.856196],[111.909575,29.855341],[111.914122,29.843239],[111.929451,29.835345],[111.934043,29.835127],[111.947986,29.841862],[111.958337,29.841932],[111.958374,29.83242],[111.945072,29.819191],[111.945963,29.811451],[111.951374,29.802683],[111.948934,29.801166],[111.949274,29.798682],[111.953589,29.799786],[111.956668,29.796098],[111.962255,29.796272],[111.96677,29.793226],[111.971298,29.793763],[111.975007,29.797595],[111.98099,29.796927],[111.982374,29.789551],[111.988815,29.783038],[111.995648,29.780125],[112.004541,29.780913],[112.011488,29.774729],[112.021246,29.770461],[112.029089,29.761981],[112.034056,29.763774],[112.037673,29.762701],[112.041203,29.759235],[112.043609,29.751864],[112.049867,29.751014],[112.056392,29.745386],[112.058231,29.745757],[112.058938,29.748242],[112.048652,29.760925],[112.051332,29.765421],[112.058861,29.771849],[112.060894,29.764071],[112.060233,29.756666],[112.063967,29.74988],[112.070623,29.745355],[112.067411,29.737724],[112.066599,29.724163],[112.068197,29.719468],[112.063896,29.714578],[112.058251,29.71236],[112.058811,29.702546],[112.054411,29.698905],[112.061435,29.682761],[112.066047,29.681639],[112.069899,29.683644],[112.076839,29.682761],[112.081805,29.683996],[112.08439,29.687626],[112.086573,29.687665],[112.089747,29.683306],[112.100944,29.674651],[112.10575,29.660681],[112.112208,29.665895],[112.115388,29.66454],[112.116927,29.659512],[112.11847,29.658819],[112.125524,29.660665],[112.13074,29.659432],[112.138335,29.660734],[112.145367,29.656975],[112.148186,29.658842],[112.153196,29.659086],[112.158103,29.664513],[112.17241,29.659548],[112.178284,29.649215],[112.180328,29.635818],[112.183574,29.632686],[112.184775,29.62776],[112.193022,29.619906],[112.193717,29.631976],[112.196276,29.636239],[112.202234,29.63766],[112.208228,29.636039],[112.212563,29.63796],[112.214831,29.641385],[112.211191,29.6475],[112.221663,29.656803],[112.234026,29.662764],[112.238727,29.66278],[112.235703,29.654326],[112.225494,29.642103],[112.222954,29.634358],[112.223355,29.627807],[112.228889,29.617312],[112.233641,29.617954],[112.236307,29.612791],[112.242569,29.614447],[112.248315,29.613572],[112.259033,29.606254],[112.275656,29.599194],[112.287916,29.598779],[112.297504,29.588283],[112.297226,29.568946],[112.286403,29.546117],[112.281961,29.541818],[112.27634,29.539701],[112.274158,29.534489],[112.272677,29.510863],[112.276995,29.498899],[112.279202,29.501182],[112.280649,29.510225],[112.285125,29.51958],[112.292653,29.519644],[112.309634,29.526729],[112.311705,29.538297],[112.315899,29.543651],[112.323432,29.546199],[112.344267,29.546318],[112.362237,29.542848],[112.380759,29.56415],[112.386568,29.573189],[112.386892,29.568223],[112.389137,29.564465],[112.392286,29.564624],[112.392597,29.570951],[112.394719,29.574839],[112.403153,29.579773],[112.416952,29.59512],[112.421445,29.60332],[112.422454,29.622302],[112.427938,29.627225],[112.432471,29.628388],[112.432346,29.633879],[112.434034,29.636144],[112.440482,29.634727],[112.451679,29.638435],[112.477155,29.635219],[112.494802,29.631007],[112.496641,29.619793],[112.500365,29.6133],[112.529987,29.602332],[112.535399,29.603529],[112.549051,29.615723],[112.555165,29.618504],[112.559751,29.623996],[112.571542,29.627158],[112.576574,29.623993],[112.601528,29.617043],[112.603728,29.611094],[112.60623,29.610299],[112.619091,29.618954],[112.624097,29.61946],[112.633952,29.611072],[112.637761,29.605664],[112.640672,29.604876],[112.642814,29.597676],[112.645511,29.595112],[112.653547,29.601003],[112.666298,29.603058],[112.671234,29.598918],[112.673288,29.592996],[112.678991,29.59355],[112.687857,29.602397],[112.688482,29.607069],[112.686901,29.610528],[112.694276,29.613478],[112.696701,29.627689],[112.710648,29.645386],[112.710434,29.649567],[112.70868,29.651727],[112.711394,29.657404],[112.720958,29.660317],[112.724776,29.656461],[112.723566,29.653042],[112.727872,29.650311],[112.732081,29.649968],[112.740459,29.656917],[112.744498,29.65815],[112.747977,29.663827],[112.750565,29.659916],[112.756898,29.663215],[112.757873,29.673696],[112.763359,29.678753],[112.774272,29.682074],[112.780658,29.680409],[112.783985,29.681356],[112.783893,29.683626],[112.781022,29.685458],[112.779073,29.696605],[112.791531,29.700272],[112.790949,29.706718],[112.787322,29.716234],[112.789359,29.719722],[112.795448,29.721512],[112.802865,29.72853],[112.801303,29.730794],[112.795772,29.729452],[112.79364,29.730927],[112.790746,29.734192],[112.792245,29.739446],[112.81088,29.749801],[112.860084,29.787469],[112.87044,29.792381],[112.88015,29.793733],[112.886498,29.79207],[112.918222,29.775379],[112.924861,29.766228],[112.92826,29.738465],[112.920733,29.697961],[112.924397,29.688167],[112.930921,29.67754],[112.936346,29.679071],[112.939464,29.684756],[112.948065,29.691076],[112.954589,29.699032],[112.962733,29.717459],[112.960129,29.721974],[112.973945,29.738498],[112.997013,29.75561],[113.007043,29.768035],[113.011489,29.77131],[113.024931,29.772775],[113.025568,29.763691],[113.013273,29.737612],[113.009938,29.721425],[113.002152,29.701485],[112.989256,29.685682],[112.97814,29.676776],[112.966268,29.670984],[112.953965,29.657079],[112.934674,29.649246],[112.930592,29.642678],[112.910234,29.622913],[112.906413,29.617307],[112.906785,29.607969],[112.913237,29.591848],[112.924606,29.547155],[112.933201,29.524105],[112.938303,29.485127],[112.947256,29.472886],[112.95386,29.46932],[112.963642,29.471663],[112.968174,29.477297],[112.974817,29.490554],[112.984417,29.500029],[113.006054,29.516416],[113.029883,29.527387],[113.037839,29.528605],[113.048396,29.527383],[113.056344,29.522588],[113.060749,29.512909],[113.067952,29.480467],[113.07093,29.44476],[113.078066,29.43559],[113.086742,29.433623],[113.094513,29.438487],[113.096082,29.441312],[113.096723,29.455552],[113.094849,29.461543],[113.100506,29.462243],[113.109489,29.458676],[113.130096,29.46031],[113.131718,29.457266],[113.139537,29.453889],[113.142899,29.454206],[113.15224,29.459662],[113.165245,29.473737],[113.189152,29.506475],[113.203682,29.52135],[113.221767,29.546399],[113.239368,29.560599],[113.255987,29.570315],[113.264262,29.578442],[113.269913,29.595271],[113.287283,29.611725],[113.344669,29.680113],[113.397083,29.727143],[113.420102,29.745315],[113.432318,29.7538],[113.45198,29.762836],[113.486412,29.788383],[113.497195,29.797352],[113.512029,29.815498],[113.521456,29.824351],[113.565521,29.850389],[113.575917,29.838383],[113.575726,29.835409],[113.570508,29.828264],[113.571665,29.821377],[113.566238,29.817415],[113.559608,29.815785],[113.560932,29.81226],[113.566519,29.813275],[113.570006,29.811375],[113.563851,29.807572],[113.556191,29.794354],[113.562469,29.789613],[113.554863,29.786494],[113.545281,29.770586],[113.550132,29.7664],[113.548548,29.763502],[113.548513,29.748436],[113.543334,29.741151],[113.536957,29.712175],[113.53205,29.700664],[113.533173,29.695083],[113.537894,29.68731],[113.543773,29.681223],[113.555116,29.675517],[113.560815,29.675171],[113.568321,29.67796],[113.572541,29.677883],[113.594014,29.673408],[113.602463,29.669508],[113.607603,29.673522],[113.632025,29.67232],[113.64167,29.675345],[113.639743,29.678696],[113.645814,29.686109],[113.651798,29.684994],[113.658506,29.686857],[113.657536,29.680838],[113.663673,29.67297],[113.661623,29.666573],[113.666008,29.66148],[113.66859,29.652232],[113.675269,29.645339],[113.67428,29.643248],[113.666554,29.643957],[113.666268,29.640995],[113.673049,29.637389],[113.682261,29.643673],[113.690069,29.64122],[113.6873,29.635832],[113.693028,29.635356],[113.698162,29.637185],[113.699177,29.635301],[113.697378,29.629391],[113.699445,29.626984],[113.700119,29.615507],[113.702319,29.611951],[113.71564,29.614669],[113.72388,29.599754],[113.735353,29.594135],[113.732926,29.582728],[113.729875,29.579066],[113.705499,29.571833],[113.703991,29.564556],[113.705494,29.561545],[113.702471,29.555956],[113.694155,29.555373],[113.684863,29.550811],[113.67636,29.551397],[113.673607,29.548917],[113.674657,29.543306],[113.67354,29.541477],[113.663314,29.53888],[113.650318,29.538983],[113.648953,29.533742],[113.64208,29.532599],[113.625367,29.525982],[113.625741,29.520837],[113.628598,29.518307],[113.629019,29.513425],[113.637608,29.51078],[113.645344,29.51101],[113.651426,29.514109],[113.667438,29.513162],[113.672592,29.516408],[113.6834,29.512143],[113.683973,29.509558],[113.690743,29.505598],[113.690781,29.500052],[113.701582,29.488186],[113.704512,29.488006],[113.708765,29.483799],[113.712694,29.482702],[113.718411,29.476139],[113.737624,29.472397],[113.733292,29.468502],[113.738825,29.465503],[113.739503,29.461189],[113.743109,29.460471],[113.744704,29.454042],[113.749267,29.452087],[113.749575,29.444019],[113.740739,29.439208],[113.736014,29.433415],[113.73096,29.430395],[113.736498,29.420558],[113.736379,29.415953],[113.730227,29.408927],[113.72488,29.396988],[113.716272,29.39199],[113.707898,29.397485],[113.691292,29.394011],[113.68388,29.396651],[113.6695,29.39276],[113.6644,29.388292],[113.663079,29.384817],[113.658673,29.382114],[113.655118,29.370494],[113.658035,29.36487],[113.655669,29.354744],[113.661419,29.348292],[113.657497,29.344145],[113.658534,29.340093],[113.655048,29.335932],[113.647345,29.334194],[113.644707,29.331524],[113.637972,29.33059],[113.635169,29.327588],[113.630775,29.326933],[113.623293,29.312611],[113.622409,29.302506],[113.620341,29.29808],[113.615206,29.290575],[113.608691,29.28454],[113.609509,29.277184],[113.600649,29.269489],[113.599701,29.259309],[113.604391,29.257649],[113.611162,29.258643],[113.611454,29.251666],[113.615533,29.250453],[113.618791,29.246751],[113.622554,29.248379],[113.623753,29.254705],[113.631031,29.253062],[113.636066,29.246828],[113.636085,29.243123],[113.641416,29.241619],[113.643626,29.233159],[113.640294,29.23174],[113.644162,29.227809],[113.65052,29.228351],[113.655412,29.222899],[113.660106,29.224221],[113.662706,29.231917],[113.674516,29.238691],[113.679916,29.238133],[113.687467,29.22871],[113.685279,29.219438],[113.68823,29.210804],[113.687377,29.200501],[113.677393,29.187141],[113.670222,29.184503],[113.667371,29.179514],[113.662143,29.175367],[113.655735,29.163208],[113.666167,29.15806],[113.662016,29.152081],[113.663907,29.142422],[113.667708,29.138046],[113.675269,29.136671],[113.678989,29.133973],[113.675439,29.125936],[113.681359,29.120417],[113.683198,29.114247],[113.680715,29.104097],[113.682284,29.100461],[113.679543,29.094194],[113.680704,29.080844],[113.68753,29.080498],[113.691758,29.081683],[113.694757,29.085093],[113.701,29.086365],[113.706608,29.098673],[113.717619,29.108862],[113.725998,29.103425],[113.721054,29.093785],[113.719876,29.086262],[113.725726,29.078923],[113.723381,29.074195],[113.726485,29.068147],[113.725408,29.063162],[113.733369,29.061334],[113.737665,29.056613],[113.747349,29.069331],[113.754566,29.071094],[113.764413,29.093971],[113.76866,29.096025],[113.77907,29.097182],[113.781972,29.100552],[113.788904,29.099213],[113.79374,29.100981],[113.79893,29.10544],[113.813993,29.107542],[113.821054,29.103981],[113.832187,29.094688],[113.832845,29.085314],[113.8278,29.072837],[113.832834,29.069282],[113.840368,29.066973],[113.840874,29.06344],[113.850028,29.060649],[113.858932,29.066032],[113.865553,29.06776],[113.869475,29.06824],[113.873518,29.065446],[113.869168,29.056206],[113.869578,29.0503],[113.873779,29.045264],[113.870315,29.037588],[113.883644,29.036829],[113.890284,29.032948],[113.895812,29.034591],[113.904174,29.03315],[113.908769,29.035823],[113.91154,29.040643],[113.921004,29.043656],[113.927309,29.048372],[113.937517,29.050069],[113.942664,29.043705],[113.943551,29.034971],[113.940454,29.024685],[113.942559,29.016735],[113.948906,29.01543],[113.951369,29.013145],[113.949135,29.009319],[113.949382,29.006046],[113.950306,29.00411],[113.954247,29.003901],[113.955836,29.001224],[113.949632,28.980907],[113.954261,28.972148],[113.954523,28.966347],[113.95675,28.961906],[113.954963,28.957104],[113.958646,28.952286],[113.959124,28.945246],[113.965558,28.947332],[113.968609,28.93952],[113.983708,28.953948],[113.988313,28.956186],[113.993421,28.954069],[113.997597,28.955824],[113.999691,28.958778],[114.003525,28.95824],[114.004645,28.947616],[114.002748,28.940473],[113.999238,28.936491],[113.999823,28.929846],[113.997209,28.923124],[113.99968,28.920681],[114.011818,28.919644],[114.019985,28.907488],[114.020251,28.89876],[114.023618,28.891393],[114.036546,28.90766],[114.04312,28.910107],[114.047085,28.908806],[114.052782,28.902806],[114.055635,28.90227],[114.062834,28.894455],[114.061954,28.886064],[114.056371,28.884291],[114.051715,28.873674],[114.051786,28.87048],[114.057422,28.86472],[114.057704,28.859076],[114.053945,28.854283],[114.055587,28.849693],[114.058169,28.847935],[114.064758,28.849593],[114.065395,28.844414],[114.072872,28.835256],[114.077245,28.838397],[114.090235,28.834679],[114.096789,28.839119],[114.104124,28.841824],[114.107594,28.841432],[114.118516,28.847042],[114.123625,28.844821],[114.12247,28.839176],[114.123944,28.834934],[114.130225,28.82932],[114.136033,28.830533],[114.145199,28.839481],[114.146526,28.838555],[114.148755,28.833807],[114.147332,28.823697],[114.149407,28.820961],[114.147481,28.807909],[114.144112,28.79942],[114.136028,28.79378],[114.13268,28.782942],[114.142044,28.776915],[114.149286,28.774798],[114.149478,28.770456],[114.151997,28.766633],[114.151192,28.761686],[114.147831,28.754225],[114.146984,28.747825],[114.142014,28.737801],[114.144603,28.728642],[114.143215,28.723601],[114.137382,28.718178],[114.135672,28.70487],[114.133635,28.704109],[114.130225,28.70649],[114.122878,28.703411],[114.116727,28.687711],[114.118558,28.681868],[114.123358,28.678846],[114.127363,28.673593],[114.124373,28.666726],[114.127382,28.662193],[114.127637,28.65687],[114.124581,28.654776],[114.124228,28.650901],[114.128465,28.645239],[114.122792,28.63436],[114.117928,28.628651],[114.116345,28.623658],[114.119545,28.620614],[114.12517,28.618797],[114.128242,28.611932],[114.114362,28.589382],[114.10049,28.587384],[114.097324,28.584516],[114.097443,28.581294],[114.090954,28.574641],[114.091222,28.567167],[114.0803,28.560088],[114.095286,28.542349],[114.114173,28.542435],[114.118537,28.536581],[114.12235,28.539538],[114.130575,28.539063],[114.134005,28.531683],[114.135084,28.524423],[114.14444,28.518214],[114.145475,28.515171],[114.150449,28.510241],[114.153596,28.510227],[114.158423,28.505483],[114.169582,28.498877],[114.181366,28.500318],[114.185967,28.502786],[114.191535,28.501616],[114.194801,28.497497],[114.20205,28.494782],[114.203992,28.491365],[114.212845,28.487709],[114.21492,28.475705],[114.213295,28.471286],[114.204575,28.464356],[114.198746,28.462494],[114.194141,28.456493],[114.187345,28.452033],[114.1829,28.442135],[114.177075,28.43964],[114.180447,28.436394],[114.187662,28.434387],[114.200876,28.423403],[114.210422,28.404082],[114.216172,28.405327],[114.22397,28.399971],[114.228013,28.40198],[114.239757,28.398778],[114.246087,28.399648],[114.248639,28.398043],[114.251536,28.390566],[114.251758,28.384265],[114.254299,28.380269],[114.251659,28.374537],[114.246195,28.372483],[114.245208,28.367516],[114.247676,28.364279],[114.252917,28.361585],[114.256514,28.355096],[114.247417,28.35119],[114.242696,28.345352],[114.239906,28.347772],[114.235416,28.348344],[114.234983,28.343729],[114.238823,28.344817],[114.242697,28.343255],[114.239753,28.337833],[114.244891,28.337774],[114.249569,28.330228],[114.249719,28.324739],[114.245405,28.320293],[114.237719,28.319081],[114.235432,28.315205],[114.227818,28.314588],[114.223068,28.308327],[114.223316,28.304727],[114.209381,28.297075],[114.206736,28.29052],[114.194139,28.295569],[114.1916,28.294686],[114.189118,28.287997],[114.192816,28.283357],[114.193271,28.27493],[114.189719,28.271781],[114.182243,28.270125],[114.178816,28.270891],[114.176225,28.264134],[114.178795,28.259056],[114.175822,28.253456],[114.16387,28.257613],[114.148565,28.252006],[114.145404,28.252701],[114.139633,28.250814],[114.13824,28.247816],[114.139258,28.244387],[114.137286,28.240154],[114.124484,28.232299],[114.121271,28.224366],[114.115163,28.217894],[114.110648,28.21603],[114.10724,28.210787],[114.102327,28.20795],[114.10081,28.204065],[114.102656,28.199757],[114.10022,28.194398],[114.10159,28.189515],[114.098833,28.184958],[114.095695,28.183868],[114.091586,28.185413],[114.085479,28.183226],[114.07824,28.183017],[114.063797,28.174782],[114.04772,28.17393],[114.043112,28.180689],[114.036658,28.176826],[114.031882,28.176342],[114.025562,28.177317],[114.018447,28.176116],[114.011525,28.177568],[114.002947,28.172808],[113.998584,28.167888],[113.993848,28.167367],[113.992145,28.17108],[113.987428,28.166073],[113.987027,28.162073],[113.992285,28.154038],[113.995066,28.15068],[114.000593,28.148598],[114.000193,28.145945],[114.002815,28.141256],[114.001952,28.135649],[114.000093,28.134669],[114.000455,28.127966],[114.007629,28.12735],[114.011597,28.124296],[114.009639,28.115746],[114.011736,28.110895],[114.012198,28.104145],[114.013201,28.102521],[114.015839,28.103377],[114.017468,28.098491],[114.021583,28.095656],[114.023136,28.091146],[114.022148,28.087233],[114.017922,28.089225],[114.016892,28.087986],[114.013445,28.088624],[114.018339,28.0841],[114.022604,28.084915],[114.026091,28.081764],[114.030845,28.08139],[114.03268,28.078585],[114.03197,28.07586],[114.037357,28.071085],[114.04163,28.06066],[114.039674,28.059113],[114.040222,28.056101],[114.029385,28.053607],[114.027077,28.048265],[114.02211,28.045056],[114.022737,28.037971],[114.02122,28.034663],[114.005963,28.04118],[114.001764,28.042051],[113.998825,28.040764],[113.996142,28.044041],[113.979428,28.042256],[113.971461,28.044794],[113.96136,28.043248],[113.95354,28.039475],[113.950949,28.032348],[113.960578,28.023729],[113.957586,28.018759],[113.9403,28.017492],[113.936416,28.0142],[113.931105,28.018709],[113.93075,28.021763],[113.926133,28.024538],[113.924002,28.01046],[113.924904,28.008616],[113.913033,28.00527],[113.910623,28.001015],[113.91092,27.995891],[113.908258,27.993734],[113.898407,27.991412],[113.872243,27.99572],[113.869325,27.998461],[113.868455,28.003536],[113.859775,28.011234],[113.856945,28.009679],[113.852126,28],[113.845235,27.991302],[113.846905,27.982317],[113.843715,27.973591],[113.821954,27.97537],[113.819009,27.978293],[113.81875,27.983963],[113.81052,27.983353],[113.798187,27.978868],[113.791644,27.973434],[113.786544,27.966246],[113.788013,27.960928],[113.784789,27.956812],[113.766468,27.95705],[113.748021,27.938981],[113.742095,27.929879],[113.739699,27.920406],[113.729805,27.907919],[113.72367,27.892701],[113.722567,27.879955],[113.72447,27.874958],[113.731014,27.871032],[113.734464,27.870794],[113.738271,27.87246],[113.739104,27.879479],[113.741364,27.879479],[113.745171,27.871032],[113.744933,27.867939],[113.743268,27.86663],[113.744458,27.863537],[113.752982,27.86031],[113.754573,27.844212],[113.750168,27.839147],[113.757441,27.833814],[113.761078,27.822481],[113.759453,27.805599],[113.741547,27.783658],[113.73766,27.782498],[113.72326,27.771729],[113.718084,27.760089],[113.705406,27.754352],[113.692882,27.742428],[113.692141,27.740985],[113.696477,27.730676],[113.695247,27.722921],[113.686972,27.718873],[113.670161,27.70531],[113.665723,27.696647],[113.65828,27.689278],[113.652717,27.670559],[113.647841,27.664624],[113.614351,27.642115],[113.611481,27.640783],[113.609137,27.642413],[113.601862,27.63891],[113.600046,27.629154],[113.603941,27.626688],[113.603868,27.622292],[113.60139,27.617866],[113.599492,27.608374],[113.599873,27.592194],[113.596256,27.5743],[113.593972,27.569922],[113.578743,27.555265],[113.574936,27.544224],[113.575871,27.535168],[113.580536,27.526974],[113.59093,27.519392],[113.605456,27.516407],[113.609732,27.519512],[113.615095,27.528638],[113.617195,27.528995],[113.621002,27.52595],[113.624238,27.518145],[113.623667,27.514909],[113.62005,27.511863],[113.621383,27.501013],[113.61565,27.495318],[113.608741,27.480978],[113.590593,27.470654],[113.589041,27.466315],[113.594162,27.459325],[113.593972,27.453233],[113.591878,27.448474],[113.597969,27.440099],[113.597779,27.437624],[113.59119,27.431533],[113.595229,27.422195],[113.603619,27.420094],[113.617597,27.421606],[113.620835,27.41855],[113.620437,27.411141],[113.626767,27.409468],[113.625882,27.406702],[113.621683,27.403988],[113.615363,27.402692],[113.600253,27.394984],[113.594543,27.388893],[113.59472,27.381432],[113.595946,27.378749],[113.599877,27.377144],[113.597419,27.364137],[113.602786,27.357403],[113.613742,27.352297],[113.621363,27.352287],[113.6261,27.354725],[113.636512,27.356248],[113.641816,27.355675],[113.643084,27.352344],[113.65203,27.354057],[113.66144,27.338321],[113.6694,27.33011],[113.699883,27.336915],[113.708763,27.344912],[113.709926,27.351828],[113.713681,27.35396],[113.718226,27.347938],[113.727993,27.345406],[113.739446,27.358062],[113.7456,27.360735],[113.749675,27.359234],[113.76887,27.362145],[113.781663,27.359007],[113.790514,27.369041],[113.793455,27.369708],[113.807304,27.368978],[113.811324,27.364828],[113.818866,27.362925],[113.823502,27.374363],[113.831468,27.377631],[113.839239,27.376633],[113.845518,27.369248],[113.850181,27.368193],[113.852787,27.370119],[113.855903,27.377471],[113.859139,27.380898],[113.865283,27.383052],[113.867347,27.37032],[113.864623,27.364238],[113.866745,27.360293],[113.866864,27.344882],[113.862563,27.33849],[113.855123,27.332203],[113.844045,27.311038],[113.848471,27.3039],[113.849756,27.296825],[113.865047,27.298723],[113.865963,27.296748],[113.863399,27.286042],[113.851183,27.270064],[113.852468,27.264781],[113.851041,27.26007],[113.845473,27.251218],[113.841333,27.248506],[113.841333,27.243795],[113.824343,27.215241],[113.823915,27.21053],[113.827199,27.208388],[113.827341,27.206389],[113.816754,27.193584],[113.808908,27.175615],[113.801874,27.166025],[113.796205,27.165927],[113.784953,27.14843],[113.776373,27.147569],[113.769343,27.134374],[113.766237,27.132293],[113.763798,27.121836],[113.766665,27.112511],[113.76538,27.101741],[113.766426,27.097317],[113.77626,27.088902],[113.794433,27.100924],[113.79832,27.101197],[113.800248,27.099084],[113.807687,27.047903],[113.817503,27.046125],[113.827068,27.039194],[113.827627,27.03621],[113.831234,27.036175],[113.837099,27.031544],[113.835907,27.025503],[113.837049,27.019221],[113.839191,27.018793],[113.845992,27.02224],[113.85641,27.020709],[113.858552,27.010748],[113.856751,27.004659],[113.858893,27.000518],[113.865317,26.994665],[113.871171,26.992809],[113.873204,26.985716],[113.881862,26.977407],[113.882048,26.97382],[113.885537,26.969601],[113.889066,26.966296],[113.903901,26.962408],[113.91674,26.962867],[113.916608,26.960165],[113.921781,26.952002],[113.919668,26.947936],[113.910819,26.940032],[113.90248,26.936023],[113.896364,26.928341],[113.897015,26.921201],[113.894925,26.911734],[113.890767,26.904361],[113.887623,26.902521],[113.884733,26.898033],[113.884521,26.888347],[113.88916,26.884163],[113.889445,26.881879],[113.885877,26.865321],[113.870118,26.860888],[113.853906,26.839267],[113.852135,26.829693],[113.833066,26.812301],[113.82942,26.804942],[113.830719,26.79901],[113.837009,26.792493],[113.840718,26.79102],[113.842204,26.782223],[113.848058,26.770993],[113.849057,26.757308],[113.846739,26.75183],[113.848965,26.732465],[113.852503,26.712988],[113.857388,26.705314],[113.855977,26.663723],[113.860856,26.656294],[113.863839,26.655684],[113.86907,26.661535],[113.875356,26.661995],[113.880202,26.639037],[113.892307,26.634757],[113.895443,26.631813],[113.898191,26.62176],[113.902239,26.617293],[113.939856,26.61783],[113.951181,26.619791],[113.954835,26.622528],[113.963587,26.62044],[113.967339,26.617154],[113.98402,26.620161],[113.990983,26.619021],[114.00713,26.606195],[114.013732,26.603562],[114.011251,26.591853],[114.016182,26.589912],[114.022913,26.590162],[114.033286,26.58686],[114.03652,26.583906],[114.056391,26.584207],[114.06362,26.579389],[114.074274,26.578105],[114.079309,26.580382],[114.089195,26.580825],[114.102451,26.579024],[114.104318,26.571814],[114.101834,26.563902],[114.090823,26.551705],[114.092024,26.545108],[114.085398,26.536718],[114.078302,26.520411],[114.077359,26.515663],[114.079484,26.511923],[114.079303,26.506752],[114.066643,26.488872],[114.068991,26.483635],[114.088696,26.480783],[114.092944,26.482015],[114.098917,26.478403],[114.09429,26.474719],[114.093444,26.467325],[114.086594,26.460376],[114.085695,26.451943],[114.082947,26.446863],[114.082442,26.431954],[114.080363,26.425788],[114.082712,26.425205],[114.085041,26.421834],[114.082258,26.416177],[114.083287,26.413501],[114.078157,26.408427],[114.069015,26.410305],[114.067139,26.413198],[114.060677,26.412515],[114.048194,26.396926],[114.04517,26.394933],[114.04084,26.395114],[114.037017,26.391491],[114.036309,26.386281],[114.030214,26.379878],[114.026233,26.378551],[114.02535,26.37589],[114.026907,26.371422],[114.034698,26.364279],[114.032584,26.358102],[114.036071,26.346595],[114.04375,26.339061],[114.034803,26.335485],[114.030128,26.328686],[114.032712,26.321957],[114.031667,26.318193],[114.035128,26.312745],[114.027139,26.307042],[114.01944,26.295843],[114.01524,26.293032],[114.014925,26.28619],[114.016885,26.277636],[114.024181,26.269653],[114.005484,26.261922],[113.996223,26.254945],[113.981761,26.249678],[113.974153,26.241538],[113.975975,26.231154],[113.967789,26.221065],[113.968989,26.215067],[113.967404,26.210091],[113.964036,26.204412],[113.959863,26.201499],[113.948907,26.199154],[113.942662,26.195269],[113.941008,26.187141],[113.948666,26.183647],[113.949714,26.175644],[113.937462,26.168319],[113.949806,26.161376],[113.951321,26.158054],[113.957053,26.154531],[113.971743,26.162436],[113.978939,26.170352],[113.987462,26.171438],[113.998938,26.179541],[113.999932,26.183488],[114.007355,26.186953],[114.021888,26.18344],[114.024474,26.184729],[114.028643,26.191778],[114.030299,26.191948],[114.034239,26.190288],[114.038775,26.184447],[114.050962,26.186376],[114.051975,26.181463],[114.04995,26.175361],[114.05211,26.166649],[114.054822,26.166082],[114.057605,26.170638],[114.063701,26.173433],[114.082551,26.170669],[114.085125,26.172471],[114.084517,26.174425],[114.087342,26.178973],[114.095361,26.1825],[114.094961,26.187741],[114.099244,26.191994],[114.11628,26.199255],[114.131186,26.202142],[114.140666,26.207354],[114.145988,26.206405],[114.172291,26.216883],[114.176752,26.215997],[114.181262,26.201077],[114.196954,26.203377],[114.204941,26.206347],[114.211801,26.206309],[114.216132,26.199096],[114.214775,26.193126],[114.222506,26.190055],[114.2273,26.185584],[114.21935,26.17687],[114.21353,26.173592],[114.213453,26.168819],[114.220965,26.162778],[114.230705,26.162587],[114.232055,26.15915],[114.231671,26.155516],[114.225418,26.15453],[114.209171,26.140099],[114.200414,26.137277],[114.196121,26.134605],[114.195312,26.131667],[114.184004,26.125719],[114.164416,26.126714],[114.149837,26.118968],[114.101406,26.103841],[114.100854,26.101088],[114.103487,26.096009],[114.107784,26.096321],[114.116188,26.090898],[114.116525,26.088947],[114.110495,26.07951],[114.098142,26.07459],[114.080687,26.071297],[114.07559,26.07187],[114.064289,26.08332],[114.052655,26.08007],[114.046797,26.082277],[114.040985,26.08186],[114.035167,26.069403],[114.033823,26.060546],[114.030172,26.056033],[114.033315,26.050957],[114.022798,26.034525],[114.015119,26.031047],[114.012746,26.028563],[114.011774,26.023592],[114.004904,26.01977],[114.002697,26.016676],[114.004536,26.0048],[114.008398,26.004032],[114.012785,25.996173],[114.018312,25.996639],[114.021835,25.995034],[114.023294,25.989039],[114.023298,25.984918],[114.019852,25.980716],[114.015904,25.97976],[114.016462,25.974261],[114.014261,25.971735],[114.014901,25.967348],[114.018261,25.96307],[114.016016,25.957955],[114.017971,25.953224],[114.021673,25.946049],[114.026213,25.944411],[114.024738,25.937608],[114.01592,25.924962],[114.020556,25.915119],[114.018606,25.912977],[114.017632,25.906482],[114.022433,25.896786],[114.02006,25.894004],[114.013229,25.892051],[114.008778,25.888261],[114.004241,25.873674],[113.998243,25.871547],[113.986158,25.862733],[113.965386,25.83723],[113.964269,25.835404],[113.965947,25.828618],[113.965377,25.817762],[113.963378,25.810498],[113.960048,25.807815],[113.954712,25.795545],[113.952837,25.788233],[113.953819,25.782621],[113.950362,25.774755],[113.942791,25.764649],[113.913981,25.74426],[113.908246,25.728569],[113.912118,25.724027],[113.9126,25.718267],[113.911881,25.712287],[113.909075,25.708546],[113.908124,25.703216],[113.910789,25.698838],[113.917267,25.695288],[113.924006,25.682887],[113.925636,25.669904],[113.937095,25.65497],[113.946272,25.637967],[113.944316,25.624162],[113.954265,25.611019],[113.962946,25.61451],[113.965312,25.610447],[113.976641,25.606822],[113.978801,25.602674],[113.971587,25.582438],[113.9725,25.576152],[113.976283,25.572287],[113.988667,25.567434],[113.987149,25.56237],[113.982963,25.558983],[113.980764,25.53639],[113.982764,25.532877],[113.966681,25.530679],[113.960311,25.535407],[113.955243,25.529422],[113.953509,25.519491],[113.949213,25.510468],[113.940675,25.50239],[113.940104,25.500296],[113.941626,25.500106],[113.951144,25.504484],[113.952096,25.503532],[113.946576,25.492111],[113.946766,25.489636],[113.953511,25.489415],[113.954699,25.485886],[113.950909,25.476599],[113.947585,25.475663],[113.934012,25.464691],[113.934555,25.452815],[113.939384,25.444593],[113.93479,25.44108],[113.930353,25.441238],[113.923873,25.444484],[113.908213,25.446338],[113.911639,25.442612],[113.911068,25.441565],[113.898604,25.444201],[113.879238,25.438963],[113.878343,25.436932],[113.881658,25.429192],[113.877699,25.425421],[113.883466,25.421292],[113.885465,25.416914],[113.882514,25.413297],[113.877089,25.412821],[113.878391,25.401253],[113.870772,25.382654],[113.861817,25.372766],[113.850361,25.373127],[113.836065,25.368763],[113.833047,25.366252],[113.828116,25.359227],[113.826895,25.353844],[113.830071,25.347529],[113.823349,25.344113],[113.816622,25.333262],[113.810297,25.331081],[113.795031,25.330988],[113.777917,25.337379],[113.76057,25.332683],[113.753174,25.332845],[113.750765,25.336241],[113.757735,25.336583],[113.759258,25.337249],[113.759258,25.339343],[113.75783,25.342389],[113.75212,25.343055],[113.754785,25.346386],[113.748707,25.36361],[113.745812,25.367751],[113.742028,25.368763],[113.73788,25.366169],[113.732894,25.35929],[113.731603,25.351877],[113.726398,25.353959],[113.718531,25.361947],[113.715484,25.36251],[113.71227,25.359908],[113.708026,25.36311],[113.701104,25.363994],[113.700723,25.362281],[113.706784,25.358331],[113.702743,25.355256],[113.682164,25.356115],[113.678524,25.349096],[113.682238,25.345203],[113.675619,25.336776],[113.670811,25.339768],[113.659542,25.339666],[113.654754,25.33406],[113.647153,25.330024],[113.641414,25.329498],[113.639763,25.33254],[113.634689,25.33394],[113.623977,25.333228],[113.619633,25.330451],[113.605807,25.330321],[113.605414,25.328071],[113.585115,25.317829],[113.581548,25.311277],[113.576343,25.309195],[113.576456,25.317313],[113.572896,25.318941],[113.572708,25.322389],[113.574894,25.332783],[113.578656,25.33953],[113.575105,25.348061],[113.56194,25.35207],[113.550954,25.353426],[113.540311,25.360167],[113.540796,25.365228],[113.53799,25.370731],[113.530669,25.371414],[113.518552,25.358587],[113.514516,25.356869],[113.507782,25.365361],[113.511057,25.372697],[113.501985,25.375374],[113.495293,25.374631],[113.485477,25.376415],[113.476554,25.380877],[113.472836,25.378646],[113.468205,25.370044],[113.461304,25.369786],[113.456918,25.37337],[113.445027,25.362264],[113.439208,25.362476],[113.421165,25.378627],[113.418001,25.393092],[113.41861,25.396258],[113.411731,25.401486],[113.401399,25.404362],[113.388964,25.400442],[113.383593,25.407638],[113.373306,25.406307],[113.366651,25.407867],[113.363471,25.414947],[113.363817,25.424035],[113.360869,25.434891],[113.355341,25.440285],[113.349004,25.441424],[113.332471,25.452343],[113.324773,25.454107],[113.31784,25.452692],[113.317071,25.449916],[113.31264,25.446665],[113.306994,25.446463],[113.308032,25.473719],[113.303449,25.486019],[113.304192,25.494199],[113.299731,25.503716],[113.293995,25.505906],[113.291208,25.511002],[113.300161,25.517763],[113.297094,25.519864],[113.285334,25.519732],[113.28227,25.512833],[113.286879,25.505498],[113.284058,25.499167],[113.277911,25.496789],[113.272918,25.499671],[113.27123,25.504704],[113.263848,25.508675],[113.26011,25.508124],[113.260989,25.504637],[113.257141,25.500907],[113.254668,25.501576],[113.248072,25.507059],[113.243244,25.517418],[113.240796,25.519463],[113.221099,25.513538],[113.206433,25.505369],[113.203852,25.490061],[113.198353,25.482857],[113.193309,25.480136],[113.18312,25.478777],[113.174118,25.471512],[113.163883,25.482761],[113.164469,25.490512],[113.162267,25.492417],[113.150324,25.495863],[113.144189,25.494667],[113.146543,25.480801],[113.145354,25.479611],[113.139524,25.481039],[113.136787,25.480087],[113.134646,25.472948],[113.136668,25.472472],[113.146626,25.476586],[113.148059,25.474715],[113.147048,25.470963],[113.130095,25.469225],[113.129245,25.470343],[113.12504,25.468577],[113.116479,25.460742],[113.115646,25.457119],[113.118108,25.455049],[113.122284,25.457833],[113.120678,25.454692],[113.122189,25.451938],[113.116033,25.451625],[113.112003,25.449163],[113.11577,25.443082],[113.123703,25.442435],[113.12042,25.44065],[113.122062,25.434297],[113.124227,25.432227],[113.127353,25.417812],[113.123422,25.416065],[113.11592,25.417391],[113.109279,25.423112],[113.106721,25.424005],[113.102854,25.422101],[113.098155,25.4246],[113.086233,25.419981],[113.085382,25.418189],[113.091715,25.413752],[113.085484,25.410323],[113.085425,25.406397],[113.082748,25.404196],[113.08483,25.399437],[113.074573,25.393235],[113.075522,25.386319],[113.07147,25.384571],[113.061987,25.384772],[113.051949,25.379995],[113.036398,25.3684],[113.033721,25.370125],[113.028486,25.370185],[113.028605,25.364236],[113.022061,25.36376],[113.021036,25.361395],[113.01873,25.354421],[113.020163,25.348586],[113.013524,25.348641],[113.01022,25.351102],[113.008558,25.354778],[113.005643,25.35567],[112.994936,25.354718],[112.989909,25.350518],[112.982314,25.356633],[112.979533,25.357167],[112.967998,25.351029],[112.966428,25.351671],[112.965071,25.357168],[112.962287,25.360951],[112.962178,25.349354],[112.959385,25.342459],[112.945425,25.339728],[112.941629,25.330577],[112.936061,25.328436],[112.931025,25.328744],[112.927141,25.325474],[112.922226,25.308787],[112.923385,25.301941],[112.918895,25.299199],[112.905396,25.303119],[112.897586,25.311886],[112.894783,25.319084],[112.890937,25.339613],[112.887385,25.343223],[112.880829,25.335736],[112.873215,25.33764],[112.87093,25.332786],[112.865539,25.329528],[112.850209,25.340896],[112.846494,25.338364],[112.849084,25.328719],[112.85751,25.320888],[112.850343,25.317214],[112.84923,25.314987],[112.853893,25.300139],[112.851228,25.292049],[112.856749,25.290622],[112.861438,25.279415],[112.863572,25.278071],[112.866742,25.279105],[112.870264,25.276821],[112.863517,25.267728],[112.860629,25.259201],[112.863,25.251797],[112.868201,25.250035],[112.878141,25.25089],[112.887223,25.24856],[112.891536,25.241884],[112.896675,25.240884],[112.903059,25.247012],[112.917722,25.251234],[112.92079,25.247485],[112.925257,25.245092],[112.927903,25.245744],[112.926111,25.251579],[112.92904,25.253818],[112.939543,25.252065],[112.946216,25.248879],[112.947786,25.255018],[112.95107,25.25716],[112.955496,25.25716],[112.961206,25.251735],[112.963633,25.251592],[112.965204,25.254019],[112.967202,25.254162],[112.971486,25.248451],[112.980542,25.25045],[112.990001,25.249569],[112.993486,25.24807],[112.993629,25.244406],[112.991674,25.241069],[112.994821,25.237288],[113.000589,25.235372],[113.001303,25.232635],[113.003206,25.231743],[113.006656,25.232576],[113.004753,25.22978],[113.009523,25.217049],[113.013595,25.211331],[113.017987,25.210053],[113.022913,25.214024],[113.03111,25.209187],[113.027398,25.205118],[113.028897,25.199979],[113.024021,25.194067],[113.011611,25.191754],[113.004654,25.192345],[112.965378,25.168097],[112.966433,25.157694],[112.962061,25.151212],[112.963418,25.148649],[112.959991,25.147271],[112.964414,25.138251],[112.982767,25.120112],[113.004235,25.089277],[113.007687,25.088481],[113.010604,25.084592],[112.996928,25.073563],[112.994442,25.069083],[112.99445,25.065748],[112.997512,25.061528],[112.992097,25.051846],[112.983556,25.048911],[112.973681,25.036587],[112.972543,25.029039],[112.975906,25.029005],[112.987764,25.019506],[112.987126,25.01424],[112.980448,25.004766],[112.99218,24.994547],[112.996821,24.993417],[112.999349,24.985535],[113.00443,24.984938],[113.003245,24.965237],[112.997213,24.959933],[112.998868,24.956156],[113.006187,24.952835],[113.007081,24.950003],[113.00217,24.946189],[112.989089,24.943652],[112.984393,24.939463],[112.990426,24.937053],[112.990651,24.927533],[112.985235,24.928876],[112.980059,24.925604],[112.966437,24.921619],[112.952892,24.927045],[112.934299,24.918101],[112.932233,24.918416],[112.929179,24.924074],[112.92312,24.924874],[112.918299,24.921141],[112.903621,24.923477],[112.899749,24.92231],[112.898073,24.919356],[112.892303,24.919869],[112.878726,24.915409],[112.870433,24.910126],[112.870186,24.904263],[112.867782,24.900248],[112.858799,24.898929],[112.839355,24.900704],[112.831134,24.897177],[112.822976,24.896693],[112.814733,24.898444],[112.796837,24.893836],[112.78803,24.89367],[112.777318,24.898097],[112.774268,24.901511],[112.778912,24.907558],[112.782588,24.919952],[112.77568,24.926792],[112.779398,24.931105],[112.776572,24.93512],[112.779524,24.939567],[112.779951,24.944432],[112.775383,24.951184],[112.751219,24.959081],[112.747089,24.958493],[112.737309,24.961822],[112.736772,24.980822],[112.741475,24.986873],[112.738778,24.990459],[112.73671,25.000325],[112.729578,25.003529],[112.728239,25.012006],[112.718796,25.012006],[112.710157,25.028407],[112.71049,25.038733],[112.707865,25.043385],[112.713422,25.046164],[112.71763,25.051639],[112.706765,25.086034],[112.689357,25.091542],[112.690728,25.098258],[112.675668,25.112998],[112.67213,25.115616],[112.665779,25.114769],[112.663845,25.115959],[112.662209,25.119082],[112.663098,25.124278],[112.655985,25.135842],[112.646863,25.138285],[112.641516,25.136649],[112.637661,25.141304],[112.626049,25.143936],[112.623372,25.142895],[112.621439,25.137988],[112.618018,25.135459],[112.608947,25.137542],[112.590938,25.129287],[112.586044,25.133675],[112.581286,25.128619],[112.577865,25.127429],[112.547731,25.126609],[112.547399,25.131822],[112.533001,25.137746],[112.521095,25.135846],[112.517368,25.139939],[112.498257,25.139137],[112.49486,25.140671],[112.491258,25.149718],[112.47527,25.153034],[112.452347,25.154453],[112.451295,25.158607],[112.444157,25.163664],[112.443685,25.165432],[112.44921,25.170987],[112.450768,25.176959],[112.442758,25.18637],[112.436191,25.189689],[112.432854,25.183145],[112.426033,25.180977],[112.424707,25.17703],[112.425433,25.171959],[112.418914,25.156126],[112.406097,25.142259],[112.39801,25.142238],[112.381844,25.15329],[112.381895,25.155998],[112.386752,25.164556],[112.381547,25.167679],[112.378918,25.173166],[112.37429,25.177028],[112.368311,25.178535],[112.36573,25.184397],[112.366229,25.190879],[112.356828,25.195723],[112.341669,25.18797],[112.339769,25.18359],[112.327002,25.178394],[112.317728,25.177329],[112.308613,25.178527],[112.300415,25.168112],[112.302723,25.162287],[112.296657,25.159615],[112.278982,25.161339],[112.275364,25.168869],[112.267333,25.165746],[112.26302,25.167828],[112.251325,25.164168],[112.24754,25.170775],[112.250166,25.175671],[112.241447,25.188618],[112.222429,25.190752],[112.214592,25.186746],[112.208048,25.187467],[112.206805,25.193555],[112.205318,25.194597],[112.197734,25.186863],[112.190754,25.190272],[112.180732,25.186445],[112.183606,25.183443],[112.187175,25.171843],[112.181078,25.164853],[112.177806,25.149387],[112.179888,25.145818],[112.168585,25.13169],[112.170667,25.126931],[112.170073,25.108936],[112.165611,25.104772],[112.155796,25.071311],[112.14673,25.064174],[112.146291,25.048548],[112.142509,25.041421],[112.148727,25.030492],[112.128464,24.999917],[112.117682,24.995276],[112.11531,24.990786],[112.117873,24.973902],[112.114453,24.968994],[112.116421,24.967049],[112.118209,24.959423],[112.122378,24.954722],[112.128635,24.953251],[112.132879,24.95035],[112.1361,24.940715],[112.143876,24.93713],[112.165879,24.932408],[112.16961,24.929458],[112.165135,24.906737],[112.161499,24.89793],[112.159573,24.887852],[112.15989,24.87873],[112.156986,24.873221],[112.157432,24.871287],[112.165028,24.865636],[112.159227,24.853332],[112.155294,24.851929],[112.157021,24.848701],[112.150055,24.844219],[112.149125,24.839681],[112.142721,24.839978],[112.134696,24.847718],[112.122498,24.845039],[112.109143,24.834053],[112.100753,24.830632],[112.098944,24.826516],[112.094482,24.827923],[112.089757,24.82587],[112.091213,24.82004],[112.07701,24.807045],[112.061948,24.804816],[112.053141,24.799829],[112.05421,24.794726],[112.052877,24.792442],[112.044692,24.788064],[112.040929,24.782327],[112.035969,24.781525],[112.030509,24.77782],[112.028691,24.774185],[112.029232,24.758479],[112.024895,24.746236],[112.017257,24.74304],[112.008302,24.748594],[111.99541,24.761818],[111.979439,24.767743],[111.970021,24.765288],[111.95941,24.771512],[111.959469,24.775313],[111.956942,24.776377],[111.942744,24.775247],[111.940596,24.767258],[111.936091,24.764099],[111.931755,24.763719],[111.92308,24.763901],[111.914753,24.771403],[111.896376,24.772494],[111.891604,24.771461],[111.889235,24.772706],[111.884468,24.765556],[111.87697,24.758974],[111.872821,24.758066],[111.871592,24.763657],[111.868236,24.767043],[111.862848,24.781093],[111.843702,24.780526],[111.84253,24.783712],[111.83357,24.784131],[111.816796,24.778459],[111.804195,24.778815],[111.782448,24.788081],[111.782535,24.793258],[111.779401,24.798728],[111.767722,24.793636],[111.757099,24.78453],[111.753399,24.783568],[111.74439,24.785537],[111.737887,24.781604],[111.730044,24.781541],[111.712508,24.791314],[111.702459,24.792674],[111.698436,24.781076],[111.693083,24.786578],[111.689067,24.787917],[111.686836,24.787619],[111.682524,24.782711],[111.674869,24.781565],[111.65471,24.757056],[111.648418,24.741288],[111.636681,24.725901],[111.63301,24.71693],[111.634269,24.714274],[111.638536,24.713203],[111.641813,24.707265],[111.641633,24.70366],[111.637403,24.697262],[111.637104,24.691748],[111.630799,24.689914],[111.622629,24.691985],[111.618407,24.695453],[111.612867,24.694211],[111.601205,24.697723],[111.597134,24.700801],[111.589311,24.700871],[111.587816,24.698912],[111.588707,24.695151],[111.58735,24.690327],[111.579209,24.688518],[111.578531,24.681459],[111.568971,24.65578],[111.569923,24.651689],[111.566334,24.647667],[111.56023,24.644472],[111.556234,24.643362],[111.544362,24.652966],[111.532291,24.647125],[111.530413,24.640219],[111.523941,24.639838],[111.520514,24.641741],[111.519386,24.644223],[111.514335,24.645005],[111.511318,24.65595],[111.500562,24.668133],[111.495975,24.668227],[111.483535,24.675248],[111.467881,24.677821],[111.465106,24.671412],[111.44763,24.665589],[111.444775,24.681226],[111.442226,24.685256],[111.431144,24.684071],[111.425653,24.687994],[111.425164,24.690013],[111.429496,24.697841],[111.443663,24.714486],[111.445112,24.722669],[111.449418,24.729906],[111.458836,24.732706],[111.459854,24.740226],[111.45781,24.744475],[111.454165,24.746754],[111.454583,24.751423],[111.45942,24.756865],[111.467638,24.760181],[111.465925,24.769699],[111.469922,24.774458],[111.474681,24.776552],[111.475252,24.779978],[111.473349,24.784737],[111.474681,24.787592],[111.479686,24.790321],[111.481472,24.803764],[111.474698,24.822224],[111.474301,24.82871],[111.471054,24.828573],[111.455646,24.838037],[111.454313,24.841083],[111.454884,24.849458],[111.449864,24.853237],[111.450751,24.869856],[111.453162,24.876689],[111.451306,24.879116],[111.453876,24.883114],[111.45973,24.885398],[111.460444,24.887968],[111.459444,24.890395],[111.448531,24.898261],[111.44616,24.903748],[111.456697,24.910196],[111.454794,24.920904],[111.463442,24.921375],[111.460158,24.92523],[111.455143,24.92757],[111.457153,24.932545],[111.461521,24.935477],[111.455882,24.946336],[111.443816,24.951732],[111.440107,24.955457],[111.436022,24.965005],[111.430106,24.967169],[111.42858,24.970447],[111.43279,24.982105],[111.439001,24.992775],[111.443131,24.996824],[111.454589,24.996136],[111.457633,24.998905],[111.461135,25.009208],[111.468357,25.020841],[111.461587,25.025465],[111.465302,25.034523],[111.457934,25.038738],[111.444545,25.033958],[111.43446,25.034861],[111.429908,25.035967],[111.42537,25.039643],[111.417019,25.039374],[111.41318,25.04317],[111.414342,25.052451],[111.419229,25.063549],[111.419412,25.06983],[111.422505,25.07462],[111.41961,25.07667],[111.418529,25.086597],[111.422656,25.092712],[111.423259,25.096028],[111.420696,25.099044],[111.424926,25.106917],[111.42069,25.108453],[111.411764,25.104904],[111.402905,25.109077],[111.399681,25.11259],[111.398253,25.122267],[111.399107,25.12857],[111.387203,25.131976],[111.383087,25.131715],[111.380593,25.125729],[111.371565,25.123975],[111.368555,25.12165],[111.37082,25.117753],[111.368213,25.113909],[111.355411,25.106015],[111.350428,25.103308],[111.343505,25.106129],[111.330994,25.102961],[111.316815,25.106905],[111.313956,25.110652],[111.315765,25.114723],[111.31486,25.115627],[111.308089,25.115345],[111.290281,25.124772],[111.285487,25.133502],[111.284708,25.144272],[111.282601,25.147222],[111.27248,25.15089],[111.266896,25.151336],[111.2619,25.149005],[111.254724,25.13155],[111.239829,25.128873],[111.224767,25.120196],[111.219809,25.113088],[111.220184,25.105041],[111.208573,25.096933],[111.203899,25.091505],[111.199498,25.082315],[111.199959,25.07679],[111.197586,25.074264],[111.169057,25.066549],[111.147169,25.055453],[111.138781,25.045077],[111.118869,25.044015],[111.111482,25.045523],[111.102737,25.041151],[111.101682,25.036628],[111.09731,25.030296],[111.101247,25.025407],[111.104638,25.014848],[111.099599,25.009059],[111.102025,25.000022],[111.099873,24.998485],[111.099873,24.995771],[111.103753,24.993523],[111.103945,24.988855],[111.091403,24.979596],[111.091741,24.975431],[111.094443,24.970697],[111.095936,24.949495],[111.092423,24.942276],[111.080566,24.945486],[111.067179,24.938545],[111.040817,24.929511],[111.029865,24.932279],[111.027683,24.93497],[111.0149,24.933541],[111.009498,24.927144],[111.002397,24.923047],[110.992395,24.929653],[110.977055,24.916874],[110.974397,24.919965],[110.975656,24.923943],[110.97898,24.927592],[110.986595,24.928463],[110.990164,24.933966],[110.989718,24.935155],[110.984255,24.934966],[110.981055,24.942942],[110.987647,24.961951],[110.981394,24.96788],[110.965402,24.97034],[110.961958,24.978679],[110.968746,24.981007],[110.972833,24.989355],[110.954895,25.006123],[110.9501,25.021388],[110.952028,25.034335],[110.945874,25.045585],[110.953738,25.064682],[110.953455,25.071201],[110.957072,25.073866],[110.959455,25.07316],[110.960591,25.075178],[110.962219,25.080714],[110.959,25.082922],[110.972844,25.09594],[110.977933,25.102806],[110.977712,25.107673],[110.972704,25.112632],[110.978392,25.120123],[110.979724,25.123549],[110.979344,25.130783],[110.985816,25.142585],[110.989433,25.147915],[110.996666,25.152293],[110.994138,25.166085],[110.995794,25.168549],[111.004839,25.172716],[111.015969,25.173715],[111.032819,25.182381],[111.037593,25.178753],[111.043623,25.187831],[111.051325,25.191241],[111.054846,25.192323],[111.061959,25.189032],[111.064545,25.195304],[111.071706,25.20123],[111.103517,25.216143],[111.107357,25.219198],[111.111817,25.238456],[111.101813,25.257102],[111.105869,25.265765],[111.096673,25.283116],[111.097304,25.287677],[111.103063,25.29019],[111.107922,25.294957],[111.114682,25.294683],[111.130641,25.302883],[111.150897,25.326196],[111.159255,25.34543],[111.162452,25.347044],[111.166876,25.357426],[111.178185,25.37097],[111.205744,25.366658],[111.219944,25.376467],[111.230488,25.380945],[111.248229,25.398154],[111.252834,25.399811],[111.251198,25.405908],[111.252239,25.412154],[111.255709,25.415696],[111.259307,25.424894],[111.26324,25.427371],[111.2741,25.425836],[111.274546,25.432677],[111.283384,25.43464],[111.295566,25.451782],[111.297009,25.45803],[111.29437,25.461522],[111.293836,25.468788],[111.300547,25.480256],[111.31232,25.491569],[111.313956,25.499897],[111.320946,25.518189],[111.323772,25.522055],[111.322436,25.541469],[111.319214,25.545488],[111.316544,25.55395],[111.322613,25.579469],[111.326448,25.583921],[111.324813,25.587491],[111.329423,25.592398],[111.330166,25.597603],[111.335793,25.602781],[111.337903,25.606941],[111.334025,25.615919],[111.327196,25.622896],[111.321605,25.624488],[111.311998,25.63655],[111.311131,25.642218],[111.305206,25.648282],[111.304583,25.65387],[111.30824,25.66797],[111.313063,25.676874],[111.313242,25.686022],[111.311539,25.691237],[111.304769,25.692803],[111.303401,25.697202],[111.30399,25.707364],[111.302406,25.718352],[111.303708,25.724146],[111.309228,25.72464],[111.312453,25.733767],[111.325092,25.740135],[111.327741,25.734111],[111.342441,25.732096],[111.353724,25.734158],[111.361695,25.740225],[111.370143,25.738679],[111.370856,25.745698],[111.373831,25.745341],[111.380374,25.74082],[111.381802,25.740939],[111.383705,25.744865],[111.394169,25.745324],[111.399326,25.748436],[111.397449,25.760788],[111.39965,25.763093],[111.401432,25.762116],[111.404764,25.763425],[111.407296,25.771032],[111.418457,25.770869],[111.434748,25.772928],[111.438358,25.774699],[111.435935,25.78139],[111.438909,25.786744],[111.43534,25.787695],[111.431718,25.80333],[111.432231,25.808464],[111.434775,25.81076],[111.430819,25.81732],[111.433153,25.821135],[111.43042,25.822657],[111.425398,25.8203],[111.421491,25.822033],[111.419657,25.831817],[111.422924,25.839451],[111.43002,25.845929],[111.43296,25.844684],[111.436003,25.848372],[111.442704,25.850871],[111.449924,25.851109],[111.452956,25.849101],[111.455918,25.852671],[111.456724,25.858133],[111.460163,25.860437],[111.465033,25.860472],[111.468652,25.858009],[111.476742,25.86134],[111.481259,25.861176],[111.488125,25.871213],[111.486365,25.873858],[111.480906,25.874427],[111.469961,25.880474],[111.467453,25.880474],[111.457625,25.874573],[111.453314,25.877124],[111.451163,25.88454],[111.456329,25.887964],[111.450012,25.890817],[111.443127,25.885783],[111.438289,25.886204],[111.43282,25.889644],[111.420721,25.890782],[111.415907,25.882428],[111.410285,25.879977],[111.398901,25.889672],[111.394151,25.886939],[111.389986,25.888872],[111.384038,25.88798],[111.381875,25.885142],[111.379428,25.885006],[111.377792,25.885452],[111.377643,25.887385],[111.379406,25.890496],[111.373925,25.892739],[111.372884,25.894672],[111.374452,25.903869],[111.369917,25.910078],[111.362023,25.904721],[111.360235,25.901203],[111.361808,25.899125],[111.360965,25.897573],[111.352807,25.898093],[111.351023,25.903],[111.349387,25.898836],[111.344479,25.8972],[111.339633,25.909433],[111.335778,25.911033],[111.334104,25.908949],[111.327377,25.906421],[111.325146,25.911031],[111.319495,25.903744],[111.320092,25.89922],[111.318603,25.896011],[111.302804,25.89241],[111.299463,25.886698],[111.294957,25.884857],[111.295772,25.881147],[111.285075,25.866175],[111.288692,25.863705],[111.287639,25.858915],[111.281602,25.858591],[111.278454,25.862526],[111.266223,25.865805],[111.263726,25.870134],[111.253143,25.86648],[111.244809,25.870268],[111.242375,25.873619],[111.24366,25.876055],[111.242906,25.883667],[111.237106,25.889021],[111.237188,25.895938],[111.226405,25.899781],[111.219824,25.908057],[111.219898,25.912569],[111.226696,25.913113],[111.230414,25.916831],[111.226101,25.920103],[111.220531,25.921116],[111.219409,25.925903],[111.211378,25.930215],[111.216583,25.934677],[111.216435,25.93899],[111.201973,25.948332],[111.203422,25.952426],[111.197995,25.957548],[111.19061,25.959294],[111.190932,25.973344],[111.198142,25.978621],[111.201655,25.984643],[111.200819,25.991635],[111.208255,26.00502],[111.20543,26.010076],[111.209891,26.015579],[111.209296,26.022271],[111.214893,26.026342],[111.221221,26.035398],[111.22045,26.041753],[111.227886,26.045768],[111.226853,26.051108],[111.230919,26.053569],[111.248263,26.057762],[111.253323,26.056689],[111.253153,26.051333],[111.254967,26.049319],[111.259497,26.048992],[111.258751,26.058014],[111.261362,26.05819],[111.261667,26.059836],[111.260198,26.064173],[111.248858,26.070397],[111.245434,26.0743],[111.247814,26.079824],[111.242707,26.080332],[111.248954,26.093873],[111.261793,26.100347],[111.262537,26.101983],[111.260008,26.104362],[111.254655,26.100347],[111.251302,26.099557],[111.250574,26.101123],[111.251004,26.104981],[111.253197,26.107644],[111.251832,26.111555],[111.253919,26.113327],[111.255792,26.112165],[111.26631,26.121853],[111.2634,26.122557],[111.260549,26.126152],[111.264306,26.132611],[111.253391,26.142756],[111.250957,26.146921],[111.256429,26.163435],[111.269373,26.17307],[111.267247,26.180321],[111.269575,26.182068],[111.269499,26.187711],[111.268575,26.189489],[111.263651,26.191241],[111.265621,26.20816],[111.267824,26.211884],[111.264273,26.218541],[111.268883,26.21988],[111.275484,26.218894],[111.28146,26.222461],[111.287175,26.222557],[111.283969,26.226114],[111.282348,26.232726],[111.282235,26.236848],[111.287347,26.240703],[111.285294,26.257206],[111.283498,26.261389],[111.285093,26.265982],[111.281322,26.265772],[111.277141,26.272246],[111.273702,26.274654],[111.271775,26.275043],[111.269627,26.272377],[111.266206,26.273269],[111.262786,26.280259],[111.260853,26.279812],[111.2602,26.277143],[111.254309,26.279961],[111.252524,26.27431],[111.247319,26.27312],[111.245832,26.271633],[111.246129,26.268762],[111.242351,26.267348],[111.227365,26.265898],[111.226648,26.263305],[111.224863,26.263156],[111.224453,26.269935],[111.21659,26.272771],[111.212742,26.265579],[111.208911,26.266357],[111.207533,26.267561],[111.207463,26.272377],[111.19833,26.279335],[111.195943,26.283112],[111.201369,26.287338],[111.201553,26.292491],[111.19854,26.29513],[111.201662,26.298037],[111.200448,26.309185],[111.191109,26.308257],[111.185691,26.305384],[111.171422,26.311691],[111.166117,26.316969],[111.159873,26.31081],[111.137848,26.308647],[111.125496,26.311159],[111.122398,26.314315],[111.118829,26.309853],[111.115408,26.309407],[111.111393,26.312679],[111.09932,26.30603],[111.094159,26.306762],[111.083795,26.311647],[111.072342,26.320969],[111.067968,26.318776],[111.064547,26.326807],[111.060234,26.323981],[111.058152,26.325766],[111.058207,26.328408],[111.051647,26.327759],[111.048188,26.322048],[111.035845,26.32413],[111.034358,26.326509],[111.037761,26.331291],[111.036778,26.338774],[111.027814,26.336919],[111.023514,26.340527],[111.010144,26.341089],[111.006487,26.339853],[110.998273,26.342829],[110.9964,26.347046],[111.002481,26.361547],[110.984615,26.366443],[110.978018,26.373676],[110.97916,26.380148],[110.969053,26.388486],[110.950416,26.383901],[110.940098,26.37666],[110.943035,26.371435],[110.944767,26.361045],[110.939756,26.355973],[110.942067,26.353676],[110.941518,26.335044],[110.93746,26.327969],[110.923926,26.323913],[110.921493,26.321869],[110.930974,26.310253],[110.932389,26.302421],[110.930238,26.297343],[110.934371,26.291266],[110.925195,26.261532],[110.922282,26.256611],[110.916474,26.258207],[110.92002,26.264724],[110.911581,26.278211],[110.893835,26.278695],[110.891374,26.280729],[110.888083,26.277979],[110.867133,26.273092],[110.856502,26.274637],[110.839027,26.260981],[110.832283,26.257572],[110.82467,26.258168],[110.812792,26.263036],[110.808304,26.260828],[110.803178,26.261432],[110.798504,26.264145],[110.796092,26.267462],[110.796343,26.269845],[110.793422,26.271113],[110.785237,26.264145],[110.780111,26.267914],[110.776191,26.257813],[110.77408,26.256758],[110.772121,26.257512],[110.77297,26.264519],[110.771568,26.264879],[110.764449,26.258204],[110.763457,26.254507],[110.756592,26.250124],[110.754934,26.251029],[110.754632,26.260678],[110.7483,26.260979],[110.743325,26.266557],[110.737897,26.267764],[110.73443,26.274849],[110.737785,26.283516],[110.741113,26.286322],[110.745597,26.294332],[110.748201,26.305565],[110.751315,26.306811],[110.750712,26.308922],[110.74227,26.313294],[110.744163,26.317603],[110.743359,26.319617],[110.735511,26.322683],[110.730812,26.313897],[110.72056,26.310882],[110.726237,26.303455],[110.724363,26.300194],[110.720961,26.298294],[110.708711,26.298509],[110.702397,26.302346],[110.702719,26.30754],[110.679498,26.320352],[110.663683,26.322502],[110.660813,26.320674],[110.660084,26.317259],[110.6436,26.31137],[110.638427,26.311492],[110.635966,26.315576],[110.616985,26.325267],[110.619355,26.335227],[110.617954,26.340024],[110.615325,26.340143],[110.609558,26.336712],[110.592863,26.317471],[110.583002,26.302005],[110.564313,26.292466],[110.551205,26.290514],[110.545726,26.283187],[110.543205,26.279495],[110.542632,26.266609],[110.544738,26.262235],[110.549044,26.259621],[110.548301,26.254565],[110.551941,26.251676],[110.551834,26.247271],[110.547369,26.234502],[110.541906,26.230621],[110.539022,26.222596],[110.532562,26.219999],[110.528255,26.214477],[110.52646,26.2052],[110.518706,26.200432],[110.513501,26.190765],[110.50666,26.187196],[110.499289,26.179585],[110.497316,26.172179],[110.491861,26.169316],[110.483843,26.17596],[110.485313,26.182081],[110.475774,26.186367],[110.474533,26.185723],[110.431959,26.155503],[110.421975,26.146452],[110.419907,26.138334],[110.409415,26.127032],[110.399629,26.119614],[110.395104,26.119635],[110.387494,26.115464],[110.37921,26.104213],[110.374794,26.103185],[110.372668,26.101018],[110.372683,26.084601],[110.371102,26.076235],[110.360794,26.077318],[110.352333,26.067323],[110.352071,26.061959],[110.355653,26.053845],[110.356327,26.047168],[110.351941,26.039274],[110.347831,26.036101],[110.348426,26.030449],[110.345704,26.026081],[110.34337,26.025095],[110.342626,26.017362],[110.327091,25.986941],[110.317791,25.985388],[110.319807,25.97788],[110.318615,25.976398],[110.302458,25.970314],[110.294888,25.973045],[110.291871,25.96847],[110.274597,25.970597],[110.266818,25.969113],[110.261998,25.964665],[110.245259,25.974035],[110.245596,25.985038],[110.248553,25.990251],[110.25328,25.990305],[110.255895,25.994943],[110.247421,25.998749],[110.247603,26.004808],[110.243201,26.002666],[110.240231,26.005157],[110.243558,26.006593],[110.24332,26.011827],[110.246057,26.015634],[110.23749,26.016467],[110.243861,26.019425],[110.241779,26.022335],[110.236952,26.023958],[110.23297,26.027532],[110.236182,26.035265],[110.235825,26.038239],[110.232494,26.038358],[110.229162,26.034551],[110.226307,26.034789],[110.225053,26.040646],[110.207571,26.048181],[110.202988,26.060963],[110.190853,26.06596],[110.188579,26.071565],[110.185192,26.070456],[110.181191,26.064997],[110.17967,26.059536],[110.175743,26.05906],[110.174197,26.056085],[110.168491,26.051943],[110.16426,26.045003],[110.165393,26.039548],[110.16234,26.03573],[110.159743,26.025225],[110.153804,26.020773],[110.143463,26.020856],[110.139273,26.02234],[110.131839,26.029441],[110.13159,26.032079],[110.119478,26.04047],[110.114751,26.039348],[110.103818,26.024157],[110.101099,26.022689],[110.094916,26.027624],[110.089999,26.041225],[110.085957,26.039925],[110.08053,26.041282],[110.080681,26.045352],[110.064381,26.044839],[110.058066,26.041433],[110.069943,26.061147],[110.070264,26.069262],[110.068132,26.080838],[110.076273,26.102219],[110.088859,26.121859],[110.091302,26.130406],[110.096574,26.136687],[110.087115,26.154041],[110.088862,26.163646],[110.093138,26.172702],[110.077917,26.176038],[110.071456,26.169952],[110.065739,26.168894],[110.059498,26.1698],[110.055048,26.17315],[110.047573,26.175761],[110.043749,26.173756],[110.04118,26.166467],[110.023973,26.167952],[110.022339,26.168766],[110.021805,26.173655],[110.012075,26.187824],[109.999922,26.189277],[109.990596,26.184812],[109.980636,26.185932],[109.978771,26.18739],[109.977728,26.193785],[109.973026,26.19993],[109.968924,26.20307],[109.964695,26.204004],[109.945764,26.181793],[109.931653,26.168778],[109.908339,26.155803],[109.90705,26.148127],[109.904185,26.142186],[109.903614,26.131145],[109.904946,26.125815],[109.898224,26.113949],[109.899236,26.107732],[109.892002,26.100688],[109.889527,26.09612],[109.890479,26.087934],[109.887073,26.083301],[109.884612,26.056487],[109.879125,26.04764],[109.86755,26.034637],[109.861764,26.031011],[109.840755,26.033209],[109.821283,26.038679],[109.811738,26.048262],[109.80811,26.048036],[109.796747,26.034911],[109.790232,26.018935],[109.78577,26.017475],[109.781053,25.996464],[109.781999,25.989784],[109.798727,25.985903],[109.801963,25.980954],[109.810339,25.97905],[109.806722,25.972769],[109.809958,25.964202],[109.80592,25.960268],[109.806341,25.953733],[109.814717,25.936791],[109.813982,25.932085],[109.823415,25.923197],[109.826505,25.912661],[109.826073,25.910994],[109.815706,25.904174],[109.810997,25.891497],[109.81195,25.884716],[109.807341,25.883522],[109.803486,25.884824],[109.80006,25.880445],[109.78407,25.878732],[109.779882,25.874544],[109.779501,25.871308],[109.776836,25.869785],[109.766095,25.878122],[109.760481,25.88007],[109.761976,25.882505],[109.762362,25.893576],[109.742314,25.893227],[109.716308,25.887441],[109.712268,25.888206],[109.709365,25.891284],[109.706359,25.891265],[109.692237,25.88229],[109.689038,25.881832],[109.680474,25.885354],[109.675108,25.893784],[109.67457,25.897832],[109.676569,25.903645],[109.682933,25.906325],[109.687319,25.905768],[109.689238,25.911371],[109.679819,25.919033],[109.674506,25.925689],[109.678166,25.937264],[109.687749,25.943073],[109.689653,25.94669],[109.686988,25.96306],[109.691366,25.96306],[109.694017,25.959179],[109.703635,25.955439],[109.705332,25.956687],[109.706404,25.964012],[109.711571,25.967531],[109.714759,25.975859],[109.726099,25.994568],[109.719428,26.006496],[109.71169,26.008463],[109.707164,26.011619],[109.706632,26.014952],[109.703177,26.017297],[109.695996,26.010422],[109.699848,26.003081],[109.699566,26.000744],[109.694282,26.000154],[109.680861,26.015657],[109.679619,26.021823],[109.674461,26.021888],[109.660477,26.015673],[109.649976,26.017481],[109.645453,26.024388],[109.649722,26.048421],[109.645601,26.051299],[109.628559,26.055438],[109.621046,26.052971],[109.611647,26.046623],[109.610803,26.040654],[109.597404,26.027825],[109.579907,26.023641],[109.57897,26.018821],[109.573552,26.013584],[109.567965,26.017851],[109.566957,26.021438],[109.560501,26.026071],[109.553894,26.028051],[109.54315,26.025631],[109.541543,26.013944],[109.542842,26.005112],[109.532776,25.998104],[109.515152,26.002712],[109.507732,26.007035],[109.506437,26.01527],[109.495197,26.022266],[109.492619,26.025607],[109.490362,26.034275],[109.478702,26.033865],[109.476644,26.035355],[109.47283,26.04051],[109.475859,26.049002],[109.474887,26.050334],[109.458557,26.0523],[109.447526,26.057852],[109.446529,26.068984],[109.443001,26.075193],[109.446339,26.10401],[109.449558,26.103905],[109.450067,26.101686],[109.45861,26.095086],[109.461085,26.098893],[109.469958,26.103117],[109.49316,26.102319],[109.499918,26.099845],[109.501155,26.10289],[109.500299,26.108696],[109.506953,26.117538],[109.509671,26.132403],[109.499061,26.138677],[109.491352,26.155429],[109.488306,26.148005],[109.485356,26.148291],[109.481929,26.151431],[109.474653,26.148627],[109.469901,26.15291],[109.464524,26.163689],[109.464374,26.168044],[109.468034,26.173344],[109.46737,26.175679],[109.457767,26.189136],[109.454334,26.197483],[109.457551,26.200448],[109.464775,26.198839],[109.469874,26.204704],[109.461688,26.214313],[109.459895,26.211879],[109.452542,26.210651],[109.450078,26.212097],[109.447799,26.218163],[109.449161,26.228988],[109.445699,26.236221],[109.43186,26.247538],[109.438617,26.254763],[109.439616,26.257885],[109.44346,26.258621],[109.45368,26.273057],[109.45232,26.281124],[109.457036,26.289486],[109.462625,26.296532],[109.471952,26.302171],[109.469262,26.310119],[109.463686,26.316398],[109.460752,26.31762],[109.456431,26.316758],[109.43876,26.30557],[109.442186,26.299145],[109.437893,26.295804],[109.43775,26.293234],[109.431183,26.291949],[109.427756,26.288523],[109.414346,26.291864],[109.376941,26.286867],[109.349956,26.270869],[109.335601,26.266654],[109.330967,26.279191],[109.318549,26.284726],[109.318121,26.28701],[109.321856,26.292048],[109.320902,26.293356],[109.316985,26.294716],[109.301835,26.293234],[109.298945,26.296951],[109.291359,26.301318],[109.28876,26.300896],[109.285901,26.296907],[109.283982,26.296683],[109.275529,26.301359],[109.27661,26.31139],[109.275088,26.319131],[109.268152,26.325129],[109.27257,26.32742],[109.268232,26.335899],[109.272269,26.342812],[109.282911,26.350855],[109.292851,26.346401],[109.296563,26.349399],[109.29385,26.36596],[109.295278,26.372956],[109.29009,26.377741],[109.297647,26.391982],[109.302026,26.393315],[109.308937,26.391759],[109.312482,26.412688],[109.32404,26.42829],[109.324986,26.435285],[109.335914,26.438269],[109.343453,26.448172],[109.354899,26.451062],[109.374703,26.461309],[109.379928,26.466163],[109.379702,26.467828],[109.373942,26.471095],[109.363958,26.470671],[109.358345,26.476703],[109.358173,26.479269],[109.370855,26.492095],[109.379057,26.496061],[109.385275,26.501292],[109.386649,26.504302],[109.38408,26.510441],[109.37666,26.514208],[109.373896,26.521632],[109.376155,26.524516],[109.391789,26.534426],[109.400471,26.5357],[109.404845,26.538772],[109.407042,26.543493],[109.402211,26.548846],[109.401713,26.555371],[109.393237,26.559767],[109.394096,26.573618],[109.391058,26.576065],[109.387176,26.57357],[109.382974,26.574859],[109.383238,26.589253],[109.387224,26.604515],[109.380082,26.609379],[109.376941,26.619087],[109.371802,26.624227],[109.373819,26.63294],[109.370801,26.635229],[109.363664,26.635791],[109.357239,26.642073],[109.354669,26.649354],[109.356383,26.661347],[109.354241,26.662203],[109.350101,26.660633],[109.334544,26.650869],[109.329549,26.651528],[109.328099,26.655786],[109.323829,26.658491],[109.312981,26.658491],[109.304701,26.665059],[109.299259,26.665084],[109.297849,26.666967],[109.296982,26.678131],[109.293967,26.684434],[109.289253,26.687889],[109.284793,26.695015],[109.283331,26.703438],[109.289223,26.705271],[109.296706,26.702892],[109.306745,26.715958],[109.316061,26.710605],[109.323705,26.707695],[109.328543,26.708603],[109.337394,26.703749],[109.349387,26.70846],[109.354384,26.708888],[109.359238,26.707889],[109.36295,26.702892],[109.370517,26.711458],[109.380853,26.714407],[109.388029,26.718378],[109.387469,26.722905],[109.37811,26.726435],[109.377989,26.73252],[109.394811,26.73303],[109.403033,26.724406],[109.406321,26.72383],[109.414662,26.727347],[109.415744,26.7302],[109.41456,26.736738],[109.41078,26.739654],[109.406231,26.739111],[109.405921,26.743782],[109.423372,26.751188],[109.43362,26.750862],[109.435048,26.752004],[109.437903,26.765567],[109.456596,26.764251],[109.46081,26.770776],[109.46533,26.77226],[109.474694,26.770718],[109.47847,26.764319],[109.485569,26.763578],[109.489252,26.769875],[109.491714,26.771166],[109.505685,26.770663],[109.500458,26.760691],[109.500408,26.75382],[109.50175,26.751604],[109.504876,26.750596],[109.518156,26.752598],[109.518138,26.759059],[109.512285,26.760998],[109.514582,26.77862],[109.520963,26.786125],[109.510594,26.793199],[109.51104,26.802865],[109.50985,26.804353],[109.501522,26.805988],[109.500927,26.812681],[109.495127,26.812532],[109.492153,26.816101],[109.496763,26.826214],[109.496912,26.827998],[109.493789,26.830229],[109.493789,26.833947],[109.496614,26.836773],[109.502612,26.839072],[109.509506,26.845688],[109.513268,26.85431],[109.513398,26.857964],[109.511344,26.861019],[109.507008,26.862727],[109.506936,26.865707],[109.507382,26.872806],[109.514132,26.878063],[109.513966,26.879806],[109.508976,26.884326],[109.500655,26.886892],[109.496755,26.887137],[109.492006,26.883671],[109.4834,26.892439],[109.486004,26.896967],[109.484309,26.899179],[109.474464,26.90203],[109.468969,26.898715],[109.467096,26.894484],[109.467659,26.889872],[109.458561,26.881446],[109.452551,26.878172],[109.45337,26.872374],[109.451804,26.869197],[109.444324,26.863503],[109.436081,26.863895],[109.431685,26.865791],[109.437723,26.871275],[109.438318,26.874249],[109.437723,26.877967],[109.433292,26.882977],[109.435056,26.892735],[109.440832,26.894542],[109.467317,26.91351],[109.486132,26.91703],[109.487989,26.923474],[109.503508,26.933019],[109.510466,26.935058],[109.514994,26.932113],[109.516578,26.928866],[109.531825,26.928058],[109.532543,26.933396],[109.530751,26.938707],[109.536988,26.945449],[109.544218,26.947101],[109.551794,26.946133],[109.553608,26.947747],[109.556069,26.954305],[109.555537,26.957379],[109.548023,26.964464],[109.542663,26.97764],[109.545245,26.982812],[109.545393,26.987868],[109.541824,26.987868],[109.531414,26.979094],[109.523055,26.981154],[109.524092,26.991781],[109.526436,26.996133],[109.533435,26.99574],[109.537713,26.998454],[109.538334,27.001755],[109.535429,27.006755],[109.537565,27.014293],[109.536939,27.017153],[109.519976,27.029913],[109.521599,27.040365],[109.514332,27.04619],[109.512634,27.051332],[109.516096,27.061186],[109.508066,27.066688],[109.506132,27.070703],[109.506876,27.072042],[109.512824,27.072191],[109.519505,27.069585],[109.521097,27.072278],[109.515043,27.075839],[109.498548,27.077098],[109.494677,27.082839],[109.48666,27.082325],[109.481523,27.072841],[109.482927,27.06952],[109.486274,27.0689],[109.491835,27.064041],[109.486679,27.062502],[109.485248,27.058183],[109.48317,27.057346],[109.463086,27.067739],[109.451289,27.069089],[109.451181,27.072895],[109.463599,27.074649],[109.47437,27.072787],[109.477871,27.074539],[109.476619,27.084278],[109.462792,27.084826],[109.460285,27.083404],[109.454019,27.085599],[109.45323,27.088181],[109.462112,27.094498],[109.462558,27.096729],[109.461666,27.097919],[109.454974,27.097175],[109.455866,27.10699],[109.453487,27.112641],[109.465533,27.118888],[109.465533,27.128852],[109.470171,27.13432],[109.465473,27.138011],[109.460868,27.138761],[109.454018,27.131969],[109.448282,27.133462],[109.445191,27.129672],[109.436105,27.127451],[109.426596,27.127805],[109.41851,27.140888],[109.412738,27.145359],[109.412178,27.156903],[109.394877,27.156652],[109.396972,27.162282],[109.394052,27.163397],[109.389091,27.158972],[109.389214,27.147918],[109.381302,27.147202],[109.379776,27.150266],[109.381042,27.153369],[109.374343,27.158848],[109.372353,27.157436],[109.371462,27.15298],[109.367897,27.149895],[109.353457,27.156458],[109.339421,27.152944],[109.330044,27.153474],[109.330159,27.144455],[109.331712,27.142177],[109.330143,27.140707],[109.3158,27.139052],[109.301195,27.142003],[109.29094,27.135395],[109.275599,27.134676],[109.266904,27.130822],[109.259636,27.130073],[109.250308,27.142719],[109.253225,27.152638],[109.246419,27.155245],[109.237937,27.152535],[109.233073,27.140754],[109.224607,27.135369],[109.21869,27.125747],[109.20938,27.116944],[109.207423,27.107712],[109.200666,27.097985],[109.191796,27.089916],[109.18343,27.084919],[109.175648,27.086217],[109.173493,27.090198],[109.170167,27.089427],[109.159423,27.068069],[109.152147,27.071471],[109.149568,27.075167],[109.127367,27.074679],[109.126695,27.073123],[109.129092,27.070071],[109.124738,27.06885],[109.096419,27.072785],[109.104747,27.090929],[109.104234,27.09565],[109.111743,27.1052],[109.128576,27.116824],[109.129934,27.123554],[109.126765,27.126994],[109.121727,27.127952],[109.115306,27.124241],[109.105218,27.126407],[109.09047,27.120077],[109.085125,27.121813],[109.077983,27.11986],[109.06727,27.113385],[109.059835,27.105949],[109.057604,27.111154],[109.056007,27.111257],[109.048195,27.100935],[109.04268,27.099646],[109.032253,27.10074],[109.025481,27.108031],[109.021763,27.107883],[109.010609,27.093223],[109.012097,27.088103],[109.006509,27.085123],[109.001635,27.078833],[108.990796,27.078491],[108.982457,27.074744],[108.962529,27.054346],[108.957079,27.052617],[108.94962,27.054082],[108.938536,27.05219],[108.936351,27.05049],[108.939283,27.041046],[108.948049,27.040198],[108.94681,27.033227],[108.948951,27.022802],[108.942797,27.019551],[108.91881,27.012306],[108.916203,27.015012],[108.917722,27.020058],[108.91765,27.029666],[108.916575,27.033242],[108.914115,27.033032],[108.909756,27.029223],[108.913309,27.025859],[108.914193,27.022059],[108.910587,27.021478],[108.906508,27.023114],[108.897357,27.022115],[108.882531,27.005886],[108.871639,27.001002],[108.866353,27.004992],[108.867388,27.007755],[108.873083,27.011842],[108.874138,27.016356],[108.869626,27.032781],[108.868437,27.034119],[108.865611,27.033376],[108.862785,27.02713],[108.859514,27.027873],[108.851334,27.034417],[108.850739,27.038878],[108.845607,27.041225],[108.842757,27.044997],[108.840256,27.053618],[108.84323,27.055282],[108.840112,27.063536],[108.836523,27.065511],[108.83066,27.061951],[108.82357,27.063281],[108.822781,27.068027],[108.816209,27.068959],[108.800181,27.082574],[108.786205,27.087251],[108.80581,27.101094],[108.809932,27.099291],[108.815658,27.093805],[108.82166,27.092674],[108.840931,27.10157],[108.852078,27.101042],[108.851403,27.110153],[108.8589,27.119256],[108.869303,27.118115],[108.876186,27.109507],[108.881644,27.112577],[108.884218,27.119888],[108.88377,27.125978],[108.901143,27.138348],[108.910065,27.156063],[108.909337,27.162317],[108.912014,27.162912],[108.917004,27.160918],[108.923043,27.164815],[108.923677,27.183503],[108.918146,27.192386],[108.918351,27.203006],[108.903428,27.207205],[108.902178,27.21344],[108.910379,27.215557],[108.914145,27.219463],[108.921764,27.223272],[108.938685,27.226507],[108.945165,27.23204],[108.948179,27.238401],[108.961976,27.239809],[108.964799,27.244069],[108.96348,27.248204],[108.982506,27.260618],[108.979543,27.271825],[108.982611,27.273507],[108.985353,27.274106],[108.990567,27.272126],[108.995133,27.267069],[109.019389,27.285692],[109.02988,27.280666],[109.038828,27.279926],[109.042412,27.293551],[109.053295,27.299433],[109.048674,27.315731],[109.044364,27.319065],[109.044589,27.329887],[109.041663,27.337833],[109.048066,27.339637],[109.054981,27.330387],[109.066908,27.326228],[109.06952,27.334929],[109.07376,27.337833],[109.0773,27.337512],[109.078864,27.335087],[109.083064,27.33414],[109.090406,27.33887],[109.100052,27.339866],[109.095779,27.352688],[109.100651,27.359491],[109.105833,27.355688],[109.110949,27.355042],[109.114882,27.367457],[109.110163,27.368601],[109.109802,27.37492],[109.113762,27.38369],[109.120073,27.391154],[109.114916,27.396515],[109.111839,27.403853],[109.122371,27.40661],[109.125498,27.413568],[109.134081,27.417686],[109.139073,27.425169],[109.137328,27.429157],[109.130904,27.433536],[109.123105,27.425672],[109.119556,27.418351],[109.116391,27.41578],[109.111489,27.415227],[109.104973,27.417093],[109.10399,27.42264],[109.105691,27.425952],[109.109683,27.428401],[109.114385,27.421958],[109.11804,27.42093],[109.118664,27.431317],[109.126321,27.436761],[109.136665,27.451268],[109.143556,27.45258],[109.147958,27.449816],[109.151812,27.446598],[109.15647,27.438265],[109.157002,27.431332],[109.155169,27.427737],[109.150917,27.42452],[109.148923,27.419346],[109.1522,27.415653],[109.159644,27.419099],[109.173901,27.434347],[109.190397,27.438622],[109.191824,27.444094],[109.194204,27.446117],[109.198249,27.446117],[109.20396,27.4504],[109.202305,27.455424],[109.205506,27.460215],[109.211217,27.455992],[109.217404,27.45504],[109.220021,27.438503],[109.222519,27.439811],[109.227159,27.439217],[109.239295,27.434933],[109.240972,27.437408],[109.243608,27.436952],[109.242304,27.42456],[109.246389,27.421779],[109.250612,27.422121],[109.256742,27.429374],[109.264277,27.430659],[109.290512,27.42445],[109.292648,27.425559],[109.292316,27.430576],[109.297817,27.444679],[109.307155,27.449384],[109.307726,27.451097],[109.298874,27.465088],[109.298731,27.474368],[109.292307,27.480079],[109.292307,27.484504],[109.296161,27.484933],[109.300867,27.482203],[109.305968,27.483184],[109.312825,27.488165],[109.318289,27.495753],[109.332933,27.498481],[109.336985,27.50295],[109.341704,27.513915],[109.356648,27.521869],[109.370309,27.537218],[109.374208,27.538733],[109.380426,27.537987],[109.388007,27.544087],[109.388903,27.545288],[109.385691,27.548857],[109.387904,27.551427],[109.39768,27.552368],[109.41167,27.559558],[109.417456,27.555243],[109.419215,27.55141],[109.422053,27.550932],[109.431111,27.55453],[109.430579,27.559802],[109.4381,27.566248],[109.452898,27.563325],[109.458275,27.569996],[109.452172,27.576504],[109.44781,27.590326],[109.454492,27.60381],[109.460156,27.606652],[109.462563,27.610226],[109.466045,27.623774],[109.465007,27.630336],[109.470198,27.637069],[109.471058,27.641278],[109.470211,27.644405],[109.462603,27.647796],[109.458221,27.654001],[109.459868,27.659747],[109.454409,27.662376],[109.454191,27.666406],[109.456955,27.676618],[109.468291,27.680448],[109.469576,27.684303],[109.463117,27.686305],[109.451555,27.696507],[109.426174,27.704147],[109.422748,27.706717],[109.419322,27.714141],[109.412469,27.717425],[109.413454,27.724324],[109.407152,27.728555],[109.398179,27.727453],[109.392607,27.723066],[109.387182,27.724113],[109.376432,27.729535],[109.362705,27.727604],[109.357994,27.724962],[109.358065,27.731101],[109.366147,27.733931],[109.371358,27.737694],[109.370029,27.742681],[109.368144,27.744459],[109.354424,27.746877],[109.357974,27.757281],[109.350157,27.767324],[109.346512,27.77602],[109.343773,27.777315],[109.335632,27.776137],[109.33172,27.777104],[109.326511,27.785105],[109.326716,27.786918],[109.334096,27.793628],[109.327831,27.793525],[109.338989,27.812372],[109.334565,27.826835],[109.340377,27.841578],[109.344141,27.845349],[109.316244,27.861932],[109.320993,27.865795],[109.328542,27.867198],[109.331741,27.865969],[109.333892,27.868393],[109.333477,27.870964],[109.325611,27.871241],[109.313113,27.87906],[109.312695,27.889768],[109.314299,27.900444],[109.312809,27.904271],[109.305926,27.908489],[109.304593,27.912011],[109.308244,27.91609],[109.31077,27.924033],[109.305736,27.931903],[109.307966,27.934852],[109.30706,27.938349],[109.295894,27.959285],[109.296829,27.963629],[109.300783,27.966323],[109.301245,27.971031],[109.31093,27.972164],[109.314377,27.993351],[109.317358,27.997372],[109.321739,27.997133],[109.326067,27.999114],[109.332061,28.006191],[109.339154,28.010429],[109.349237,28.008795],[109.358627,28.011747],[109.373797,28.034606],[109.373856,28.037564],[109.362246,28.051181],[109.355446,28.054006],[109.351733,28.057501],[109.344648,28.059232],[109.34397,28.061909],[109.340591,28.064795],[109.332219,28.066944],[109.328522,28.063744],[109.324443,28.055742],[109.324106,28.051692],[109.319355,28.044223],[109.304314,28.041842],[109.303876,28.036565],[109.30165,28.032704],[109.294014,28.032136],[109.292434,28.033823],[109.294195,28.052082],[109.298041,28.055111],[109.298693,28.058642],[109.298918,28.076888],[109.300539,28.081605],[109.309718,28.089312],[109.306877,28.097881],[109.308978,28.104975],[109.323604,28.118613],[109.325073,28.131403],[109.333632,28.14083],[109.336395,28.146188],[109.330763,28.158618],[109.333651,28.162834],[109.340247,28.165687],[109.341918,28.168418],[109.335492,28.186676],[109.337156,28.199827],[109.341108,28.210648],[109.356503,28.22468],[109.355509,28.230256],[109.353586,28.232303],[109.354047,28.235391],[109.359731,28.238349],[109.365296,28.248996],[109.365633,28.254111],[109.36291,28.256095],[109.371714,28.261696],[109.375109,28.265661],[109.392811,28.271238],[109.394077,28.274675],[109.391241,28.275649],[109.384198,28.274436],[109.376949,28.276148],[109.372064,28.279469],[109.365917,28.280226],[109.357327,28.273735],[109.35197,28.267249],[109.346742,28.266664],[109.348726,28.273811],[109.357008,28.283948],[109.357564,28.287709],[109.343051,28.292589],[109.33881,28.29677],[109.33549,28.297114],[109.329921,28.296679],[109.32571,28.292373],[109.324846,28.28899],[109.311469,28.279712],[109.301391,28.276757],[109.291248,28.280594],[109.290816,28.283843],[109.295236,28.293535],[109.288819,28.299858],[109.282378,28.301297],[109.284149,28.307121],[109.276344,28.311188],[109.273364,28.310562],[109.268094,28.312466],[109.270535,28.317751],[109.263384,28.340283],[109.26849,28.346304],[109.269011,28.349754],[109.280373,28.361833],[109.283344,28.368417],[109.284277,28.376576],[109.280418,28.380301],[109.271092,28.380522],[109.272964,28.384516],[109.270926,28.386939],[109.264002,28.387797],[109.259962,28.396604],[109.259938,28.407504],[109.256704,28.410899],[109.253717,28.43252],[109.254028,28.449599],[109.258279,28.461973],[109.25604,28.46748],[109.261564,28.484825],[109.269554,28.491046],[109.268609,28.505366],[109.269651,28.507185],[109.26717,28.517038],[109.273825,28.519921],[109.275717,28.52318],[109.269662,28.528795],[109.269155,28.541381],[109.284044,28.54892],[109.289679,28.560318],[109.290115,28.57056],[109.295387,28.575135],[109.296219,28.580001],[109.312513,28.584603],[109.31554,28.582886],[109.316366,28.588694],[109.306667,28.5953],[109.305851,28.599814],[109.299443,28.605239],[109.30132,28.60949],[109.30458,28.611405],[109.301945,28.624045],[109.295149,28.629764],[109.28915,28.631773],[109.282234,28.630143],[109.274135,28.620254],[109.274094,28.615921],[109.265363,28.61496],[109.253629,28.609659],[109.245967,28.610092],[109.234936,28.619782],[109.233411,28.623043],[109.229769,28.624516],[109.218111,28.615237],[109.197371,28.60257],[109.195593,28.605768],[109.181826,28.613321],[109.175803,28.624427],[109.181203,28.6279],[109.189521,28.640583],[109.199668,28.642284],[109.211452,28.650165],[109.235537,28.658564],[109.267589,28.673764],[109.266318,28.678701],[109.258709,28.685333],[109.252433,28.68587],[109.250407,28.687705],[109.24847,28.69386],[109.249727,28.697152],[109.260359,28.703649],[109.266701,28.701926],[109.274596,28.711564],[109.289522,28.722481],[109.290285,28.724712],[109.285021,28.727287],[109.28367,28.729613],[109.285489,28.733156],[109.296014,28.742458],[109.294745,28.750125],[109.291784,28.752153],[109.273483,28.753566],[109.270227,28.762859],[109.264417,28.763276],[109.251336,28.769419],[109.251694,28.771734],[109.257349,28.777011],[109.251868,28.779152],[109.246373,28.777985],[109.235478,28.781575],[109.235051,28.790229],[109.237384,28.7975],[109.242389,28.803585],[109.240446,28.816561],[109.233792,28.831817],[109.237814,28.836788],[109.236832,28.846804],[109.238853,28.859036],[109.231481,28.8671],[109.230515,28.882945],[109.238339,28.895432],[109.245568,28.899066],[109.244316,28.904949],[109.251575,28.911361],[109.251001,28.930047],[109.259077,28.963204],[109.266216,28.971791],[109.281358,28.975556],[109.283291,28.977372],[109.288283,28.992098],[109.287864,28.998257],[109.2862,29.000933],[109.289072,29.019531],[109.291764,29.02189],[109.298438,29.022764],[109.304584,29.030558],[109.306251,29.03743],[109.312998,29.041358],[109.316413,29.04819],[109.303463,29.070477],[109.297322,29.073817],[109.287506,29.072154],[109.276299,29.076845],[109.267692,29.082795],[109.263743,29.081134],[109.257511,29.08362],[109.254559,29.085374],[109.255038,29.087734],[109.251469,29.090528],[109.240188,29.087503],[109.231563,29.089152],[109.221518,29.116947],[109.225128,29.11861],[109.232983,29.1171],[109.242151,29.118366],[109.252265,29.126808],[109.261061,29.123558],[109.273757,29.124278],[109.271466,29.128761],[109.27329,29.134865],[109.271053,29.139677],[109.264433,29.140787],[109.258411,29.148432],[109.257148,29.152302],[109.260134,29.157251],[109.25759,29.162786],[109.260048,29.169974],[109.268459,29.174284],[109.270389,29.177717],[109.269469,29.181439],[109.27357,29.18877],[109.269437,29.192798],[109.272234,29.20049],[109.265474,29.212028],[109.263376,29.210746],[109.261911,29.211818],[109.263227,29.220375],[109.259844,29.223445],[109.259335,29.226161],[109.264421,29.231678],[109.267881,29.230528],[109.280031,29.23682],[109.28076,29.2396],[109.278937,29.243307],[109.281782,29.246107],[109.291114,29.250009],[109.2994,29.249167],[109.307298,29.252818],[109.320071,29.261869],[109.33789,29.276701],[109.352412,29.292976],[109.352838,29.29725],[109.347972,29.304428],[109.348277,29.308596],[109.339807,29.309667],[109.332249,29.315702],[109.332865,29.318871],[109.340024,29.321731],[109.340093,29.330364],[109.331182,29.332996],[109.325453,29.338766],[109.334102,29.342389],[109.341734,29.350706],[109.333229,29.368473],[109.342355,29.377671],[109.349725,29.381503],[109.361205,29.383486],[109.364244,29.386563],[109.373418,29.377783],[109.387064,29.376208],[109.381428,29.384863],[109.37727,29.385793],[109.380403,29.392644],[109.380262,29.39671],[109.374753,29.404879],[109.364033,29.413404],[109.363579,29.415406],[109.368354,29.427598],[109.381591,29.435043],[109.384406,29.44044],[109.390442,29.442082],[109.401228,29.436777],[109.401492,29.444063],[109.397511,29.44783],[109.406545,29.453131],[109.409164,29.453152],[109.410968,29.450897],[109.413583,29.451857],[109.413139,29.456162],[109.404474,29.463357],[109.400184,29.471394],[109.40737,29.48265],[109.407926,29.487787],[109.405143,29.493339],[109.410716,29.499866],[109.41864,29.498339],[109.429734,29.491776],[109.435331,29.494222],[109.434787,29.49885],[109.428678,29.50398],[109.426483,29.508506],[109.427424,29.521634],[109.425256,29.524444],[109.425458,29.530737],[109.429905,29.533887],[109.433915,29.531838],[109.440917,29.531837],[109.442577,29.530176],[109.442456,29.524766],[109.444504,29.521775],[109.451407,29.51935],[109.455546,29.515307],[109.459714,29.516201],[109.460465,29.518795],[109.453881,29.533433],[109.454287,29.54528],[109.456762,29.556318],[109.4626,29.562729],[109.473476,29.555848],[109.484165,29.556053],[109.488116,29.565422],[109.486589,29.567694],[109.487875,29.569403],[109.494417,29.571038],[109.495432,29.573285],[109.494317,29.578742],[109.498001,29.581223],[109.502247,29.58878],[109.499179,29.592437],[109.49761,29.597835],[109.491001,29.600472],[109.49166,29.605691],[109.497381,29.607252],[109.501577,29.604493],[109.510258,29.602798],[109.51286,29.604081],[109.516586,29.610145],[109.520536,29.612279],[109.519535,29.613998],[109.513968,29.614939],[109.509609,29.620696],[109.509043,29.626145],[109.511523,29.628905],[109.520029,29.627036],[109.524282,29.629185],[109.525926,29.624732],[109.52842,29.624104],[109.526304,29.618447],[109.528011,29.617403],[109.539994,29.615828],[109.550597,29.617932],[109.553391,29.615359],[109.563721,29.615287],[109.566247,29.621204],[109.571544,29.623879],[109.570545,29.630756],[109.581002,29.634459],[109.590593,29.634642],[109.593871,29.636104],[109.60002,29.635121],[109.606307,29.637186],[109.609939,29.632788],[109.613447,29.633616],[109.62944,29.627517],[109.646729,29.624422],[109.649221,29.61802],[109.647171,29.614064],[109.650699,29.606366],[109.658593,29.600294],[109.663104,29.602259],[109.669283,29.608597],[109.675257,29.604936],[109.679634,29.604377],[109.686172,29.610636],[109.701168,29.609519],[109.707928,29.612689],[109.712315,29.619124],[109.709281,29.624046],[109.706357,29.625137],[109.707354,29.629676],[109.701757,29.636894],[109.69577,29.635902],[109.693755,29.639266],[109.699373,29.641032],[109.700255,29.643588],[109.70584,29.644367],[109.709028,29.647586],[109.708094,29.654034],[109.715435,29.656785],[109.713949,29.659754],[109.710374,29.661118],[109.709332,29.675445],[109.736139,29.680919],[109.742529,29.687178],[109.758703,29.694266],[109.761052,29.697317],[109.751692,29.714148],[109.755354,29.715738],[109.75951,29.722774],[109.764583,29.724635],[109.766801,29.727435],[109.760324,29.734052],[109.748663,29.737057],[109.747653,29.742381],[109.756919,29.745841],[109.767911,29.75246],[109.775228,29.761888],[109.784295,29.763119],[109.792878,29.767878],[109.798609,29.767884],[109.805113,29.773844],[109.815026,29.776234],[109.825424,29.774364],[109.834004,29.776463],[109.845917,29.771516],[109.858862,29.779497],[109.868014,29.781548],[109.873312,29.78063],[109.879092,29.776631],[109.885665,29.768934],[109.895821,29.770398],[109.898251,29.765818],[109.905565,29.768604],[109.914188,29.774842],[109.919343,29.775958],[109.926394,29.781463],[109.936191,29.776875],[109.942417,29.782136],[109.944299,29.777697],[109.948579,29.7768],[109.954668,29.780628],[109.965105,29.783442],[109.966617,29.779274],[109.972101,29.77575],[109.973849,29.771678],[109.978935,29.770852],[109.994314,29.777074],[110.00598,29.775869],[110.012141,29.777347],[110.014836,29.775623],[110.017517,29.77604],[110.028777,29.782513],[110.036564,29.784073],[110.04075,29.782368],[110.045856,29.786626],[110.068878,29.794435],[110.083201,29.792889],[110.090903,29.79412],[110.095371,29.792498],[110.097381,29.79369],[110.104078,29.793198],[110.110021,29.786006],[110.124666,29.792507],[110.13157,29.782616],[110.136805,29.780191],[110.142706,29.774861],[110.144783,29.768277],[110.1618,29.753038],[110.164262,29.753188],[110.176956,29.764056],[110.181219,29.764799],[110.195191,29.76288],[110.204417,29.758925],[110.206435,29.75292],[110.209323,29.750722],[110.217363,29.750402],[110.22034,29.740608],[110.232979,29.738465],[110.249277,29.732256],[110.248662,29.726665],[110.250491,29.723524],[110.255939,29.719257],[110.264806,29.718734],[110.268922,29.716895],[110.276028,29.710201],[110.278538,29.69913],[110.28647,29.694373],[110.285102,29.679813],[110.295641,29.669557],[110.297682,29.664619],[110.303418,29.665366],[110.318331,29.673517],[110.323585,29.671586],[110.338157,29.670388],[110.338558,29.665839],[110.348909,29.655406],[110.346784,29.647848],[110.348777,29.643887],[110.356752,29.637861],[110.366302,29.636047],[110.408117,29.65581],[110.410597,29.663726],[110.433412,29.664222],[110.441935,29.667444],[110.443417,29.670387],[110.444061,29.69376],[110.459955,29.715707],[110.462846,29.71553],[110.470029,29.708298],[110.48032,29.708309],[110.485347,29.706507],[110.49553,29.695506],[110.504811,29.695104],[110.508398,29.696391],[110.507409,29.698842],[110.502577,29.701404],[110.507022,29.704105],[110.51645,29.694976],[110.522472,29.69658],[110.529915,29.702882],[110.533917,29.704143],[110.542015,29.713978],[110.550828,29.713256],[110.568304,29.71988],[110.569594,29.726904],[110.574465,29.732827],[110.578908,29.73141],[110.582274,29.732392],[110.597285,29.745639],[110.606356,29.74698],[110.611271,29.749382],[110.618083,29.756923],[110.627118,29.759688],[110.628534,29.763283],[110.636027,29.769658],[110.638083,29.777428],[110.625718,29.800758],[110.623911,29.808035],[110.620551,29.813468],[110.619302,29.821164],[110.60819,29.834492],[110.608042,29.841796],[110.596611,29.839013],[110.580528,29.837988],[110.574206,29.843459],[110.563776,29.848797],[110.559663,29.849738],[110.550771,29.847559],[110.545288,29.848853],[110.541348,29.87188],[110.527207,29.878635],[110.531838,29.884262],[110.535498,29.892751],[110.535707,29.9066],[110.530105,29.903237],[110.518315,29.908266],[110.514671,29.906543],[110.511051,29.909892],[110.5084,29.91655],[110.501514,29.921516],[110.506112,29.9323],[110.504653,29.937362],[110.501433,29.940445],[110.503158,29.949099],[110.512771,29.954659],[110.512989,29.95723],[110.50996,29.959435],[110.510894,29.965005],[110.519652,29.96838],[110.524678,29.977912],[110.545577,29.9828],[110.554677,29.990196],[110.546368,29.992834],[110.543555,30.001854],[110.540896,30.003779],[110.5332,30.003287],[110.518512,30.005741],[110.513854,30.00465],[110.507798,30.008806],[110.49475,30.013991],[110.487033,30.021127],[110.487863,30.023861],[110.49615,30.029978],[110.495471,30.033119],[110.490245,30.039308],[110.494775,30.051752],[110.491636,30.057113],[110.498636,30.057637],[110.499832,30.052505],[110.50357,30.052575],[110.514569,30.057295],[110.518839,30.064784],[110.530344,30.067251],[110.530986,30.063398],[110.541438,30.059852],[110.546217,30.055741],[110.551064,30.056711],[110.552674,30.061708],[110.556047,30.062355],[110.559093,30.061823],[110.562577,30.056234],[110.566787,30.062824],[110.571205,30.062738],[110.575065,30.060133],[110.585767,30.060526],[110.589897,30.057435],[110.593191,30.057326],[110.600323,30.058422],[110.606346,30.062141],[110.622203,30.066493],[110.627581,30.072111],[110.634429,30.076069],[110.644023,30.080035],[110.648964,30.080048],[110.657225,30.072669],[110.666432,30.06935],[110.668774,30.06661],[110.68072,30.064849],[110.681966,30.061509],[110.680582,30.048129],[110.68331,30.044771],[110.690908,30.043424],[110.702023,30.035714],[110.708614,30.035517],[110.719836,30.042655],[110.725792,30.044179],[110.734116,30.042998],[110.745506,30.04981],[110.751049,30.055867],[110.751044,30.061421],[110.748364,30.065717],[110.749579,30.079203],[110.751879,30.084348],[110.745774,30.087064],[110.743473,30.090457],[110.744493,30.095623],[110.748533,30.100533],[110.74855,30.106419],[110.744832,30.110471],[110.739745,30.112968],[110.740288,30.115475],[110.764026,30.122444],[110.77684,30.123038],[110.783459,30.122534],[110.789374,30.118848],[110.797556,30.116857],[110.806999,30.122804],[110.808902,30.127709],[110.814429,30.128087],[110.833816,30.123444],[110.836936,30.124246],[110.84183,30.128599],[110.847895,30.128613]],[[113.108537,29.430113],[113.116448,29.423523],[113.127396,29.432231],[113.115319,29.437965],[113.105563,29.438084],[113.108537,29.430113]],[[109.575811,26.759782],[109.56585,26.751604],[109.557672,26.75479],[109.553573,26.758255],[109.554454,26.751808],[109.561689,26.750712],[109.560764,26.746585],[109.5633,26.744936],[109.555787,26.739218],[109.546589,26.739612],[109.53326,26.74524],[109.531624,26.748146],[109.522304,26.748393],[109.523311,26.744759],[109.534744,26.736678],[109.541418,26.73547],[109.545892,26.731107],[109.543455,26.729697],[109.53958,26.731106],[109.540063,26.724212],[109.542581,26.721249],[109.54405,26.721516],[109.550075,26.72756],[109.564209,26.730223],[109.570166,26.736204],[109.57339,26.736362],[109.574555,26.738578],[109.573012,26.744231],[109.581285,26.750234],[109.580269,26.752931],[109.581569,26.75559],[109.593038,26.758475],[109.593931,26.760058],[109.593332,26.763075],[109.580854,26.767926],[109.578254,26.772719],[109.575441,26.772771],[109.573548,26.775063],[109.573287,26.769853],[109.576538,26.763137],[109.575811,26.759782]]]]}},{type:"Feature",properties:{name:"广东省",province_adcode:44e4,province_type:"省",name_en:"Guangdong",name_var:"Guǎng Dōng",adcode:44e4},geometry:{type:"MultiPolygon",coordinates:[[[[110.590225,20.378521],[110.591913,20.369191],[110.589491,20.36808],[110.565058,20.335397],[110.563036,20.333359],[110.553678,20.333356],[110.567001,20.354462],[110.57394,20.371579],[110.583292,20.375287],[110.585728,20.380393],[110.590225,20.378521]]],[[[110.55018,20.553367],[110.552124,20.552314],[110.553555,20.54686],[110.553824,20.540326],[110.551881,20.538166],[110.547696,20.545942],[110.546778,20.552908],[110.55018,20.553367]]],[[[110.412648,20.612939],[110.415987,20.61146],[110.42259,20.604545],[110.421074,20.594315],[110.41865,20.590977],[110.414086,20.5973],[110.40831,20.610919],[110.409758,20.612747],[110.412648,20.612939]]],[[[110.362232,20.683028],[110.371856,20.673375],[110.372813,20.670305],[110.369243,20.6672],[110.357651,20.672732],[110.35708,20.675231],[110.354082,20.674802],[110.353154,20.679656],[110.348799,20.684225],[110.352679,20.687243],[110.362232,20.683028]]],[[[116.722139,20.708094],[116.724581,20.707529],[116.728571,20.702532],[116.730433,20.697522],[116.706301,20.705539],[116.708566,20.709725],[116.711763,20.710606],[116.722139,20.708094]]],[[[110.417761,20.710353],[110.426585,20.70349],[110.42683,20.698965],[110.429546,20.695252],[110.428382,20.688657],[110.429823,20.680899],[110.427218,20.678571],[110.425888,20.678571],[110.419914,20.689139],[110.41461,20.686166],[110.415599,20.681758],[110.411867,20.67968],[110.407933,20.681841],[110.402446,20.681952],[110.401282,20.683448],[110.399144,20.691313],[110.405099,20.695835],[110.409003,20.694753],[110.41129,20.697936],[110.403499,20.70096],[110.404718,20.704895],[110.409971,20.71042],[110.417761,20.710353]]],[[[109.741897,20.788992],[109.74386,20.789442],[109.745231,20.786928],[109.739566,20.780697],[109.750681,20.76362],[109.736888,20.777726],[109.735081,20.781859],[109.73868,20.797997],[109.740534,20.796773],[109.741897,20.788992]]],[[[110.487722,20.925221],[110.491054,20.923744],[110.494156,20.92515],[110.494788,20.921377],[110.498128,20.919996],[110.499504,20.917034],[110.498531,20.916282],[110.481394,20.925154],[110.487722,20.925221]]],[[[110.59156,20.949148],[110.600661,20.94691],[110.610812,20.940249],[110.612931,20.940452],[110.6143,20.942931],[110.622042,20.938138],[110.630552,20.939531],[110.633585,20.934642],[110.636315,20.934257],[110.637175,20.929994],[110.634355,20.924694],[110.635942,20.916592],[110.622358,20.912032],[110.621321,20.908205],[110.623412,20.90526],[110.622648,20.900605],[110.618974,20.894496],[110.620382,20.891611],[110.616735,20.890713],[110.615498,20.887248],[110.610782,20.889166],[110.607247,20.885611],[110.608233,20.88391],[110.606203,20.881421],[110.604992,20.874709],[110.607034,20.871332],[110.594798,20.867108],[110.592212,20.86831],[110.584818,20.86571],[110.582676,20.868504],[110.573101,20.868341],[110.571919,20.870862],[110.561456,20.871301],[110.560893,20.875783],[110.559364,20.876908],[110.562547,20.879949],[110.561308,20.885087],[110.564128,20.886641],[110.564508,20.889116],[110.561939,20.890353],[110.557877,20.887895],[110.554998,20.887977],[110.549171,20.903109],[110.553771,20.908656],[110.557316,20.910385],[110.562836,20.910194],[110.565692,20.919141],[110.576352,20.92409],[110.576543,20.932179],[110.578944,20.936958],[110.583071,20.937964],[110.584238,20.936915],[110.583118,20.935273],[110.585519,20.932317],[110.588088,20.933375],[110.590239,20.938917],[110.587495,20.93811],[110.585724,20.941785],[110.58718,20.944235],[110.585326,20.947548],[110.59156,20.949148]]],[[[110.245291,20.964359],[110.246967,20.960816],[110.226959,20.956181],[110.204924,20.94454],[110.200375,20.946514],[110.203275,20.972533],[110.208806,20.982737],[110.225235,20.974263],[110.24501,20.972298],[110.245291,20.964359]]],[[[110.407285,21.094988],[110.4229,21.082733],[110.413036,21.070976],[110.417709,21.061846],[110.417869,21.058292],[110.431609,21.052909],[110.432336,21.054991],[110.443598,21.055626],[110.443382,21.061785],[110.44269,21.063046],[110.431432,21.063046],[110.421032,21.071288],[110.42748,21.078594],[110.448218,21.06275],[110.468714,21.061979],[110.468922,21.057141],[110.481184,21.059028],[110.481194,21.066612],[110.512957,21.077832],[110.521681,21.076608],[110.532026,21.06927],[110.541673,21.068894],[110.550287,21.062062],[110.546061,21.035967],[110.527832,20.986573],[110.525995,20.968871],[110.528636,20.935471],[110.527741,20.931115],[110.52435,20.926147],[110.51579,20.923845],[110.503715,20.927337],[110.502132,20.93164],[110.502706,20.936579],[110.497375,20.944539],[110.501132,20.95033],[110.491361,20.960999],[110.483203,20.975141],[110.467326,20.996178],[110.4565,20.998307],[110.434055,20.995041],[110.426781,20.99624],[110.420075,20.998707],[110.416945,21.001913],[110.410176,21.003057],[110.385196,20.99437],[110.360111,20.997053],[110.345271,20.995256],[110.305879,20.97232],[110.251835,20.959125],[110.25241,20.965314],[110.257482,20.965808],[110.25899,20.968092],[110.258264,20.969895],[110.254734,20.970131],[110.255294,20.974664],[110.267865,20.991263],[110.27405,20.996028],[110.28437,21.020035],[110.297438,21.032733],[110.302343,21.033356],[110.315971,21.026472],[110.325314,21.027933],[110.325298,21.030987],[110.320054,21.030952],[110.314689,21.038291],[110.313751,21.041125],[110.31489,21.04448],[110.311374,21.051554],[110.316438,21.051401],[110.320622,21.054378],[110.31885,21.061629],[110.314695,21.068599],[110.304961,21.070448],[110.304527,21.071663],[110.322223,21.073972],[110.330909,21.072646],[110.335326,21.074796],[110.344463,21.074151],[110.353247,21.076218],[110.366881,21.072711],[110.369439,21.080628],[110.378745,21.08736],[110.396726,21.094448],[110.399172,21.092237],[110.399,21.088186],[110.402212,21.087918],[110.402734,21.094482],[110.407285,21.094988]]],[[[110.422986,21.103509],[110.423513,21.100187],[110.418654,21.098501],[110.408773,21.10255],[110.391466,21.103583],[110.395342,21.107241],[110.41227,21.112752],[110.419121,21.110304],[110.422986,21.103509]]],[[[110.441153,21.164369],[110.441149,21.158112],[110.437024,21.150967],[110.420171,21.152384],[110.415951,21.157043],[110.424063,21.164515],[110.441153,21.164369]]],[[[110.513796,21.206197],[110.507512,21.207245],[110.502477,21.21236],[110.510349,21.211534],[110.512965,21.209943],[110.513796,21.206197]]],[[[110.507007,21.202437],[110.511473,21.191129],[110.510093,21.187996],[110.505037,21.186653],[110.501689,21.18193],[110.506846,21.180472],[110.514932,21.18322],[110.522064,21.190266],[110.531886,21.194661],[110.542916,21.194245],[110.555049,21.201781],[110.578798,21.201908],[110.583325,21.194574],[110.590206,21.194665],[110.604331,21.199554],[110.608858,21.203357],[110.612764,21.209621],[110.618713,21.21064],[110.620175,21.209604],[110.619089,21.201636],[110.620271,21.194223],[110.599365,21.164749],[110.576637,21.105665],[110.566668,21.093834],[110.559395,21.094],[110.538114,21.090258],[110.533245,21.092228],[110.529038,21.0999],[110.529657,21.102477],[110.534196,21.10386],[110.533841,21.113524],[110.528538,21.120353],[110.519371,21.11731],[110.516223,21.125302],[110.515944,21.131862],[110.512304,21.134645],[110.511876,21.140855],[110.515801,21.145638],[110.511447,21.147922],[110.514517,21.151063],[110.517372,21.159057],[110.516158,21.160985],[110.51226,21.158726],[110.512242,21.151896],[110.509624,21.151601],[110.506665,21.146494],[110.501668,21.145781],[110.49967,21.146923],[110.496315,21.151491],[110.496645,21.154134],[110.492558,21.155306],[110.488143,21.154214],[110.486233,21.149111],[110.48937,21.144869],[110.485142,21.143838],[110.466549,21.152593],[110.458075,21.154441],[110.450462,21.164559],[110.450449,21.171567],[110.435754,21.169464],[110.430281,21.170996],[110.42986,21.175357],[110.43436,21.174417],[110.432995,21.177183],[110.431047,21.176927],[110.429392,21.180767],[110.430273,21.183118],[110.450493,21.184803],[110.458766,21.188815],[110.466994,21.196412],[110.461952,21.198529],[110.463278,21.20311],[110.472655,21.203408],[110.47492,21.202591],[110.474605,21.200865],[110.47852,21.200861],[110.493603,21.21391],[110.49842,21.212862],[110.507007,21.202437]]],[[[111.189363,21.382458],[111.187554,21.380007],[111.184424,21.381099],[111.18055,21.373848],[111.179002,21.373937],[111.177107,21.377311],[111.177387,21.382335],[111.185118,21.389038],[111.189094,21.389472],[111.189363,21.382458]]],[[[111.046428,21.493939],[111.043029,21.492328],[111.036593,21.492979],[111.036458,21.49987],[111.040591,21.501587],[111.04589,21.496353],[111.046428,21.493939]]],[[[112.186475,21.5589],[112.185071,21.55276],[112.189057,21.550738],[112.192507,21.553593],[112.197623,21.554188],[112.199408,21.552046],[112.197207,21.549786],[112.19328,21.550202],[112.181621,21.546931],[112.177041,21.548894],[112.177338,21.557281],[112.184001,21.560196],[112.186475,21.5589]]],[[[112.799065,21.567435],[112.788579,21.568731],[112.807244,21.581828],[112.812677,21.581696],[112.809451,21.571902],[112.799065,21.567435]]],[[[112.594886,21.595126],[112.582236,21.589586],[112.581936,21.592189],[112.575082,21.593094],[112.575822,21.597222],[112.58597,21.601785],[112.592797,21.601837],[112.597514,21.599724],[112.594886,21.595126]]],[[[112.66069,21.609615],[112.665716,21.605899],[112.659731,21.607674],[112.656314,21.606029],[112.654323,21.603259],[112.655829,21.599036],[112.653692,21.597911],[112.64687,21.601572],[112.649639,21.608271],[112.66069,21.609615]]],[[[112.13886,21.604153],[112.136229,21.605168],[112.138871,21.615646],[112.141785,21.612776],[112.142682,21.607789],[112.141834,21.605075],[112.13886,21.604153]]],[[[112.88825,21.614675],[112.900818,21.610063],[112.898111,21.606121],[112.886503,21.599067],[112.881627,21.598283],[112.873746,21.602498],[112.867452,21.59875],[112.864011,21.598436],[112.862532,21.600484],[112.864392,21.602522],[112.864314,21.609257],[112.85655,21.606094],[112.860659,21.611086],[112.876597,21.616946],[112.88825,21.614675]]],[[[112.66761,21.615228],[112.661472,21.61385],[112.659679,21.617462],[112.663503,21.62006],[112.666647,21.619685],[112.665569,21.617313],[112.66761,21.615228]]],[[[112.115113,21.636566],[112.113245,21.636481],[112.112867,21.644004],[112.120211,21.647615],[112.122923,21.647393],[112.124598,21.643596],[112.11879,21.637504],[112.115113,21.636566]]],[[[111.930706,21.658303],[111.929451,21.655108],[111.93051,21.652188],[111.93891,21.644627],[111.948876,21.649712],[111.953625,21.646379],[111.956812,21.651145],[111.955726,21.655616],[111.959014,21.658252],[111.963676,21.65299],[111.963086,21.649813],[111.96924,21.644657],[111.975065,21.64508],[111.976752,21.651297],[111.983494,21.656],[111.989052,21.656971],[112.004773,21.646545],[112.009799,21.647765],[112.016764,21.645064],[112.019212,21.636788],[112.018047,21.633785],[112.010386,21.628196],[112.00787,21.621856],[112.001683,21.620933],[111.996244,21.623597],[111.99071,21.622424],[111.96644,21.609854],[111.964663,21.606799],[111.958208,21.60518],[111.957886,21.608727],[111.952213,21.609199],[111.947337,21.607429],[111.947249,21.604822],[111.944554,21.607621],[111.944517,21.612513],[111.940911,21.613954],[111.934687,21.613],[111.926017,21.607577],[111.922126,21.609122],[111.913294,21.605813],[111.898416,21.596606],[111.867575,21.571659],[111.863327,21.568077],[111.860262,21.562607],[111.854103,21.564222],[111.852869,21.565752],[111.854092,21.569245],[111.851815,21.572084],[111.848833,21.572532],[111.839178,21.570525],[111.8248,21.562328],[111.822458,21.56408],[111.818122,21.56431],[111.815537,21.559949],[111.807641,21.557089],[111.805828,21.558653],[111.805283,21.560392],[111.808991,21.563067],[111.809073,21.572274],[111.815666,21.570173],[111.81798,21.571479],[111.817159,21.574956],[111.81919,21.577478],[111.824039,21.575408],[111.828202,21.577151],[111.830291,21.583149],[111.828029,21.587127],[111.822864,21.589711],[111.825815,21.591673],[111.827581,21.595956],[111.836566,21.602172],[111.843342,21.601967],[111.852863,21.611155],[111.85538,21.620908],[111.853143,21.628391],[111.848306,21.63642],[111.84391,21.638869],[111.840766,21.637889],[111.833173,21.640377],[111.83907,21.651156],[111.847127,21.657672],[111.849517,21.657152],[111.852048,21.652324],[111.863068,21.649659],[111.875426,21.643322],[111.878825,21.643346],[111.881846,21.647547],[111.891852,21.645319],[111.901243,21.654662],[111.899573,21.658462],[111.905371,21.660006],[111.907525,21.655724],[111.920325,21.665987],[111.93009,21.663408],[111.930706,21.658303]]],[[[112.460589,21.672715],[112.45877,21.668865],[112.453777,21.665183],[112.453211,21.661591],[112.455475,21.660484],[112.455484,21.657958],[112.451051,21.652101],[112.440192,21.652591],[112.437919,21.655741],[112.431741,21.659112],[112.433395,21.662434],[112.431283,21.663851],[112.431758,21.66644],[112.435858,21.667281],[112.438939,21.67253],[112.441303,21.671663],[112.443579,21.672888],[112.448635,21.680313],[112.453002,21.68349],[112.453799,21.685824],[112.451202,21.689797],[112.453019,21.69133],[112.45958,21.689848],[112.457401,21.684854],[112.45942,21.681819],[112.460589,21.672715]]],[[[111.798777,21.700263],[111.801634,21.696576],[111.80613,21.697994],[111.807792,21.695997],[111.797317,21.680287],[111.791356,21.678132],[111.789462,21.680954],[111.788335,21.689827],[111.789591,21.699435],[111.794339,21.70444],[111.797412,21.703901],[111.798777,21.700263]]],[[[112.684642,21.702441],[112.67514,21.701156],[112.673275,21.703545],[112.673903,21.708516],[112.677992,21.710499],[112.68255,21.71615],[112.681839,21.710686],[112.684509,21.708483],[112.685939,21.704108],[112.684642,21.702441]]],[[[112.653426,21.70878],[112.655413,21.710609],[112.655921,21.714338],[112.658527,21.715651],[112.659979,21.707501],[112.664723,21.698435],[112.660989,21.687453],[112.65333,21.686679],[112.64592,21.68189],[112.634304,21.677511],[112.631761,21.67025],[112.633133,21.660187],[112.630582,21.658307],[112.633134,21.652548],[112.634655,21.653834],[112.638941,21.652798],[112.640095,21.649798],[112.638959,21.647516],[112.642984,21.644732],[112.64986,21.645575],[112.658624,21.643466],[112.655186,21.635817],[112.650836,21.634632],[112.644565,21.636798],[112.635377,21.637349],[112.62811,21.635127],[112.624454,21.629466],[112.628758,21.626598],[112.620596,21.62117],[112.61881,21.622144],[112.61495,21.620539],[112.61516,21.60991],[112.612638,21.610629],[112.610246,21.616079],[112.608649,21.616627],[112.601004,21.615978],[112.598361,21.613593],[112.600237,21.609449],[112.596066,21.609444],[112.592654,21.611698],[112.594456,21.615807],[112.592315,21.617859],[112.58681,21.618561],[112.578044,21.61692],[112.576251,21.618084],[112.576609,21.62087],[112.571407,21.623791],[112.563452,21.624895],[112.558581,21.620851],[112.558605,21.618629],[112.537702,21.609696],[112.538219,21.601014],[112.548837,21.596329],[112.554317,21.596883],[112.556131,21.594039],[112.542469,21.58939],[112.540418,21.596253],[112.53847,21.597373],[112.531092,21.595382],[112.52624,21.588465],[112.521142,21.590237],[112.520528,21.597005],[112.527194,21.597477],[112.530705,21.601769],[112.529968,21.605135],[112.524667,21.605987],[112.523558,21.609826],[112.531695,21.609598],[112.532722,21.610843],[112.533214,21.614432],[112.526177,21.61744],[112.533599,21.628036],[112.531953,21.630425],[112.538589,21.639691],[112.540464,21.63887],[112.53945,21.635773],[112.544471,21.631979],[112.546607,21.632655],[112.546088,21.633771],[112.549228,21.636613],[112.55495,21.636207],[112.561448,21.644101],[112.568397,21.647202],[112.568619,21.657071],[112.556166,21.662226],[112.556441,21.668659],[112.565122,21.667818],[112.567446,21.674206],[112.573219,21.672115],[112.584452,21.675618],[112.588834,21.685158],[112.588327,21.688122],[112.584901,21.691341],[112.587373,21.694163],[112.604072,21.703828],[112.617923,21.706471],[112.619656,21.702317],[112.625084,21.700126],[112.627066,21.701056],[112.626908,21.706758],[112.629042,21.710544],[112.635985,21.712269],[112.644725,21.717171],[112.647752,21.716608],[112.648723,21.711939],[112.653426,21.70878]]],[[[111.818412,21.724709],[111.815538,21.722272],[111.811609,21.723084],[111.817917,21.733722],[111.819581,21.725613],[111.818412,21.724709]]],[[[112.849514,21.773008],[112.8591,21.772602],[112.862309,21.774938],[112.872064,21.773864],[112.870944,21.770846],[112.867894,21.769792],[112.872394,21.760314],[112.86854,21.754024],[112.859271,21.744521],[112.848502,21.745348],[112.84722,21.741047],[112.836207,21.740519],[112.829918,21.741429],[112.824005,21.746116],[112.826623,21.742991],[112.818021,21.732116],[112.811162,21.71679],[112.813826,21.714278],[112.805652,21.70802],[112.79946,21.690907],[112.799502,21.680344],[112.808039,21.676351],[112.807079,21.671351],[112.808415,21.666684],[112.814141,21.662663],[112.815792,21.658398],[112.811853,21.653378],[112.80734,21.651659],[112.797876,21.642186],[112.788565,21.620977],[112.792196,21.610808],[112.797635,21.607238],[112.796666,21.598337],[112.806005,21.600222],[112.806923,21.595626],[112.810299,21.59112],[112.796392,21.58004],[112.788412,21.577014],[112.78333,21.577463],[112.777825,21.571672],[112.771044,21.568882],[112.767252,21.569039],[112.769111,21.571042],[112.767906,21.57277],[112.762424,21.575203],[112.75778,21.57441],[112.771628,21.58993],[112.768462,21.594748],[112.760961,21.59314],[112.751962,21.58575],[112.748787,21.587621],[112.74983,21.595637],[112.754452,21.597229],[112.751117,21.602057],[112.75332,21.607885],[112.762225,21.611801],[112.761672,21.614385],[112.753905,21.61481],[112.754818,21.619233],[112.752554,21.621243],[112.744811,21.610207],[112.739581,21.60721],[112.731196,21.605998],[112.729077,21.606435],[112.72742,21.615661],[112.730304,21.620335],[112.737226,21.625084],[112.736602,21.627799],[112.734685,21.628198],[112.735632,21.632323],[112.744088,21.635286],[112.745521,21.642043],[112.747214,21.64309],[112.747621,21.650426],[112.750535,21.651844],[112.761967,21.652219],[112.76251,21.647904],[112.761295,21.646005],[112.764522,21.645746],[112.772183,21.648942],[112.775856,21.648231],[112.780255,21.656683],[112.778341,21.660495],[112.77613,21.660555],[112.776262,21.664255],[112.780469,21.663912],[112.783518,21.667372],[112.781726,21.674209],[112.779126,21.677574],[112.783772,21.682638],[112.778018,21.682598],[112.773585,21.678134],[112.75887,21.687921],[112.754409,21.684917],[112.74845,21.686584],[112.743135,21.679571],[112.742677,21.674396],[112.729608,21.669995],[112.722799,21.680003],[112.71668,21.681473],[112.715201,21.678156],[112.710868,21.676434],[112.710058,21.681555],[112.704996,21.681169],[112.705058,21.684089],[112.708911,21.689508],[112.711134,21.691348],[112.715208,21.691456],[112.716255,21.693225],[112.712034,21.699442],[112.708932,21.700318],[112.707273,21.698923],[112.703951,21.700702],[112.715056,21.710581],[112.71926,21.709907],[112.722265,21.711817],[112.723282,21.714754],[112.720087,21.717163],[112.720963,21.720613],[112.736184,21.728793],[112.747945,21.726053],[112.746045,21.730777],[112.754288,21.732271],[112.757769,21.726565],[112.755655,21.718191],[112.757704,21.716035],[112.76106,21.718211],[112.762358,21.721304],[112.767955,21.724061],[112.770233,21.727669],[112.768015,21.729976],[112.771267,21.734554],[112.77895,21.737967],[112.781172,21.742646],[112.779862,21.746136],[112.774061,21.748537],[112.772798,21.752141],[112.776704,21.754928],[112.775067,21.761743],[112.778985,21.770034],[112.780487,21.770582],[112.781582,21.768824],[112.778391,21.766242],[112.778617,21.761137],[112.78627,21.759755],[112.789375,21.757346],[112.79609,21.758005],[112.79812,21.75958],[112.797687,21.764406],[112.801797,21.769774],[112.80435,21.767042],[112.808835,21.766271],[112.827065,21.77406],[112.830102,21.778405],[112.84033,21.778367],[112.849514,21.773008]]],[[[114.010761,21.862239],[114.007338,21.853022],[114.003138,21.8524],[114.006964,21.860683],[114.005008,21.86246],[114.006008,21.866374],[114.012091,21.871506],[114.026004,21.875846],[114.022542,21.870848],[114.011157,21.865888],[114.010761,21.862239]]],[[[113.165711,21.874889],[113.165096,21.872618],[113.16722,21.867058],[113.173777,21.862913],[113.179207,21.863577],[113.186333,21.872225],[113.189774,21.873801],[113.196775,21.872745],[113.198738,21.86954],[113.19426,21.863241],[113.186674,21.858704],[113.180196,21.857479],[113.181872,21.853249],[113.179634,21.851366],[113.175165,21.851083],[113.173776,21.856501],[113.171853,21.857928],[113.165683,21.857202],[113.163835,21.859683],[113.156485,21.857685],[113.147625,21.851076],[113.138337,21.837733],[113.136397,21.837027],[113.133393,21.841996],[113.131008,21.852604],[113.131498,21.867355],[113.133479,21.873218],[113.137206,21.874707],[113.145446,21.865469],[113.150424,21.864847],[113.155325,21.867855],[113.159071,21.872855],[113.158795,21.874821],[113.15574,21.875405],[113.157873,21.877092],[113.161465,21.877177],[113.165711,21.874889]]],[[[113.044612,21.870467],[113.042863,21.862156],[113.03924,21.857888],[113.034,21.856913],[113.028469,21.858393],[113.022886,21.857057],[113.019173,21.853612],[113.016137,21.845783],[113.016317,21.852839],[113.012248,21.85975],[113.010658,21.867003],[113.004095,21.870736],[113.010054,21.877182],[113.017597,21.877918],[113.019111,21.881106],[113.028658,21.881805],[113.033638,21.884635],[113.038896,21.884387],[113.044612,21.870467]]],[[[114.059527,21.912128],[114.06104,21.90794],[114.056094,21.904072],[114.056588,21.900761],[114.062715,21.899358],[114.070584,21.904877],[114.071702,21.901448],[114.059127,21.894272],[114.055128,21.893709],[114.048628,21.895992],[114.042908,21.894607],[114.040613,21.892219],[114.039844,21.886901],[114.033321,21.883583],[114.03038,21.888774],[114.035577,21.895673],[114.043823,21.899447],[114.052104,21.901055],[114.05472,21.90349],[114.056312,21.912006],[114.058995,21.913524],[114.059527,21.912128]]],[[[113.121239,21.900036],[113.119637,21.899162],[113.123279,21.912529],[113.130945,21.916095],[113.134407,21.920563],[113.131634,21.924038],[113.133115,21.932576],[113.144614,21.940036],[113.152705,21.930453],[113.150699,21.923007],[113.14096,21.91725],[113.134179,21.915673],[113.133387,21.912515],[113.121239,21.900036]]],[[[113.167164,21.943998],[113.163932,21.944251],[113.160869,21.94773],[113.159009,21.952069],[113.160914,21.956009],[113.168822,21.955886],[113.164556,21.950317],[113.168239,21.946141],[113.167164,21.943998]]],[[[113.723646,21.95684],[113.739974,21.951758],[113.740977,21.950596],[113.738742,21.947538],[113.745703,21.947349],[113.746475,21.942752],[113.73736,21.930948],[113.732395,21.928243],[113.725793,21.929417],[113.723518,21.928273],[113.722849,21.925685],[113.717397,21.925315],[113.715005,21.926654],[113.716849,21.933121],[113.716098,21.936336],[113.711759,21.938592],[113.715312,21.948956],[113.71025,21.949806],[113.712855,21.953508],[113.722358,21.957781],[113.723646,21.95684]]],[[[113.701101,21.948847],[113.704519,21.947979],[113.700206,21.94376],[113.699489,21.947731],[113.689367,21.945755],[113.683165,21.941957],[113.678883,21.941643],[113.676031,21.944226],[113.677959,21.946555],[113.678425,21.95392],[113.685988,21.964075],[113.688712,21.965402],[113.701784,21.959826],[113.700344,21.9557],[113.701101,21.948847]]],[[[114.140129,21.97313],[114.142342,21.972315],[114.138204,21.969545],[114.129209,21.968005],[114.123933,21.963471],[114.122406,21.965115],[114.133212,21.972336],[114.140129,21.97313]]],[[[113.772568,21.994679],[113.773137,21.992072],[113.77499,21.992045],[113.772945,21.986984],[113.773102,21.98005],[113.766362,21.974128],[113.762618,21.975853],[113.763041,21.968441],[113.760695,21.96543],[113.754037,21.967544],[113.754482,21.97328],[113.751759,21.975695],[113.746839,21.976738],[113.745328,21.981194],[113.746277,21.983777],[113.738407,21.989566],[113.737362,21.992598],[113.738167,21.99419],[113.74959,21.99602],[113.760996,21.994239],[113.762032,22.000009],[113.767663,22.000595],[113.771598,21.997825],[113.772568,21.994679]]],[[[114.168171,21.99612],[114.16163,21.991829],[114.162406,21.986836],[114.150114,21.982788],[114.137184,21.986871],[114.132979,21.98447],[114.127839,21.985578],[114.121244,21.984602],[114.119212,21.985833],[114.132101,21.991744],[114.136944,21.990185],[114.14304,21.990866],[114.148284,21.994289],[114.146093,21.99764],[114.147473,22.001742],[114.155298,21.99519],[114.159511,21.999552],[114.164999,22.001778],[114.167312,22.00046],[114.168171,21.99612]]],[[[113.826376,21.999327],[113.838199,22.002484],[113.836445,21.998073],[113.830464,21.991961],[113.82374,21.991931],[113.820975,21.993307],[113.820562,22.006404],[113.825428,22.006805],[113.823956,22.004226],[113.826376,21.999327]]],[[[112.378282,22.005726],[112.371732,22.001966],[112.371942,22.005258],[112.375084,22.007489],[112.379967,22.008081],[112.378282,22.005726]]],[[[113.80735,22.003228],[113.813539,22.005179],[113.814241,22.004233],[113.8073,22.00141],[113.800241,22.004225],[113.800436,22.006505],[113.805501,22.00846],[113.80735,22.003228]]],[[[114.183116,22.012405],[114.208102,22.011266],[114.213754,22.012335],[114.21804,22.007575],[114.214805,21.998838],[114.222744,21.998438],[114.216517,21.995164],[114.198095,21.996546],[114.191711,21.995518],[114.185069,21.991626],[114.177837,21.992942],[114.176165,21.995093],[114.175405,22.002646],[114.17734,22.011989],[114.179241,22.013172],[114.183116,22.012405]]],[[[113.717015,22.029166],[113.716165,22.026725],[113.713484,22.026247],[113.70782,22.019988],[113.716824,22.024756],[113.720763,22.024754],[113.724236,22.019129],[113.718726,22.013887],[113.711784,22.010655],[113.709114,22.010672],[113.708734,22.012573],[113.700271,22.010782],[113.699379,22.015841],[113.7008,22.020338],[113.698932,22.02184],[113.696667,22.020794],[113.692331,22.021822],[113.690537,22.023683],[113.697678,22.03175],[113.697657,22.028638],[113.701262,22.027829],[113.707951,22.032492],[113.711406,22.032995],[113.716956,22.031693],[113.717015,22.029166]]],[[[114.00864,22.029223],[114.002944,22.028694],[114.009258,22.04082],[114.014232,22.032487],[114.00864,22.029223]]],[[[113.906835,22.034097],[113.903755,22.035902],[113.906236,22.040794],[113.913398,22.043456],[113.913632,22.039967],[113.906835,22.034097]]],[[[113.670442,22.032296],[113.665404,22.025791],[113.662489,22.026235],[113.662938,22.029531],[113.665979,22.032234],[113.666027,22.036853],[113.660624,22.038836],[113.661489,22.042134],[113.664123,22.043724],[113.668535,22.043129],[113.670442,22.032296]]],[[[114.016404,22.046426],[114.019886,22.046238],[114.021401,22.043945],[114.014473,22.039003],[114.010745,22.041359],[114.014169,22.046589],[114.016404,22.046426]]],[[[113.693632,22.040462],[113.690282,22.039894],[113.688956,22.043977],[113.695581,22.048777],[113.697035,22.047868],[113.693632,22.040462]]],[[[113.922377,22.036915],[113.91854,22.035297],[113.915001,22.038761],[113.916019,22.044508],[113.919987,22.052044],[113.921806,22.048727],[113.927585,22.046864],[113.933538,22.04175],[113.932876,22.039245],[113.922377,22.036915]]],[[[114,22.047868],[113.99521,22.038342],[113.992435,22.040766],[113.993357,22.047777],[113.98985,22.046695],[113.989217,22.04972],[113.990956,22.052368],[113.995654,22.051632],[114.000195,22.049411],[114,22.047868]]],[[[112.397076,22.04697],[112.396319,22.049736],[112.397959,22.05613],[112.399311,22.053653],[112.397076,22.04697]]],[[[113.981186,22.055334],[113.976922,22.055105],[113.973853,22.057371],[113.97256,22.064044],[113.976984,22.064081],[113.981992,22.058712],[113.981186,22.055334]]],[[[114.315813,22.066255],[114.318947,22.06416],[114.317647,22.059382],[114.308058,22.057231],[114.302395,22.044191],[114.294914,22.040069],[114.291913,22.038759],[114.279011,22.039428],[114.273439,22.037119],[114.273124,22.035262],[114.269078,22.035045],[114.261728,22.030856],[114.254579,22.031299],[114.248218,22.030146],[114.244311,22.027379],[114.234987,22.026271],[114.227343,22.019699],[114.217795,22.022227],[114.218366,22.025711],[114.22235,22.029625],[114.231243,22.033218],[114.234145,22.03648],[114.249147,22.039766],[114.251673,22.043097],[114.26486,22.043262],[114.263999,22.045228],[114.276329,22.051653],[114.299296,22.052449],[114.305336,22.057631],[114.300418,22.062149],[114.309121,22.065914],[114.315813,22.066255]]],[[[113.448391,22.07353],[113.441829,22.063419],[113.435458,22.06204],[113.439205,22.068865],[113.444646,22.069627],[113.449723,22.076267],[113.448391,22.07353]]],[[[113.430143,22.071743],[113.426212,22.071685],[113.425692,22.076297],[113.4272,22.080142],[113.434859,22.082076],[113.430143,22.071743]]],[[[113.705205,22.094684],[113.69647,22.09768],[113.694934,22.099871],[113.69638,22.10361],[113.702022,22.102957],[113.706418,22.09784],[113.705205,22.094684]]],[[[114.041427,22.112441],[114.048025,22.104679],[114.050814,22.096424],[114.046913,22.089169],[114.041911,22.093177],[114.038907,22.091794],[114.029474,22.094348],[114.026083,22.096084],[114.023265,22.100116],[114.023396,22.104026],[114.029473,22.105276],[114.032346,22.110401],[114.035789,22.111749],[114.037138,22.110292],[114.041427,22.112441]]],[[[113.891036,22.113253],[113.882935,22.113893],[113.881855,22.115554],[113.885495,22.124999],[113.891902,22.127674],[113.895032,22.126355],[113.898133,22.121717],[113.895778,22.116408],[113.891036,22.113253]]],[[[113.710616,22.144645],[113.714592,22.14622],[113.715469,22.143127],[113.708597,22.138238],[113.702864,22.138207],[113.703274,22.145576],[113.7102,22.146207],[113.710616,22.144645]]],[[[113.832531,22.133268],[113.828015,22.128853],[113.823771,22.121076],[113.816022,22.124015],[113.814342,22.131431],[113.81163,22.132057],[113.813335,22.136061],[113.818018,22.138837],[113.818014,22.148653],[113.814219,22.156413],[113.815639,22.157883],[113.823346,22.158623],[113.822361,22.148556],[113.831112,22.142691],[113.833283,22.136259],[113.832531,22.133268]]],[[[113.802366,22.170377],[113.805304,22.171585],[113.811492,22.163683],[113.809908,22.160281],[113.795383,22.167263],[113.796399,22.176488],[113.802972,22.177576],[113.802366,22.170377]]],[[[113.579832,22.214702],[113.585244,22.212602],[113.580956,22.204052],[113.571611,22.204029],[113.571791,22.208216],[113.570126,22.211405],[113.572055,22.214298],[113.579832,22.214702]]],[[[113.598026,22.251938],[113.600503,22.251511],[113.60016,22.247181],[113.594624,22.24833],[113.596262,22.251593],[113.598026,22.251938]]],[[[113.584752,22.277459],[113.580065,22.277881],[113.580441,22.280207],[113.585075,22.282603],[113.582082,22.286303],[113.584006,22.289676],[113.586199,22.284707],[113.589789,22.282963],[113.584752,22.277459]]],[[[113.801838,22.420616],[113.80465,22.420571],[113.80674,22.422715],[113.81207,22.418004],[113.813896,22.41149],[113.817152,22.409521],[113.818593,22.406448],[113.818242,22.400561],[113.805909,22.402323],[113.798938,22.406279],[113.796156,22.410964],[113.781804,22.417286],[113.782476,22.419726],[113.786599,22.42113],[113.788569,22.420931],[113.789625,22.418494],[113.791576,22.418634],[113.793561,22.419909],[113.794201,22.424646],[113.796748,22.425966],[113.798815,22.425035],[113.799034,22.421583],[113.801838,22.420616]]],[[[113.652457,22.437671],[113.657335,22.434287],[113.660133,22.434244],[113.660745,22.431585],[113.655473,22.425757],[113.659594,22.417634],[113.652804,22.412698],[113.645807,22.410045],[113.644046,22.404693],[113.64679,22.401831],[113.644655,22.397132],[113.640375,22.395704],[113.638098,22.397955],[113.632024,22.39586],[113.627867,22.392466],[113.628451,22.389127],[113.626234,22.387332],[113.613254,22.392679],[113.609131,22.404657],[113.613016,22.42615],[113.615968,22.427468],[113.616514,22.431078],[113.61967,22.429779],[113.620291,22.426713],[113.627918,22.426289],[113.629619,22.426608],[113.634158,22.433236],[113.634166,22.437335],[113.637908,22.438808],[113.646618,22.436216],[113.647306,22.439109],[113.652274,22.440543],[113.652457,22.437671]]],[[[114.650057,22.447552],[114.655046,22.446559],[114.650374,22.438104],[114.651089,22.437117],[114.645468,22.432259],[114.642653,22.433498],[114.637815,22.431765],[114.637588,22.433515],[114.645389,22.444301],[114.650057,22.447552]]],[[[114.63309,22.472785],[114.637646,22.468069],[114.644139,22.46774],[114.64956,22.469913],[114.651599,22.468173],[114.651364,22.46539],[114.647169,22.457342],[114.633732,22.457831],[114.628638,22.453072],[114.624532,22.451866],[114.620818,22.45728],[114.619614,22.465773],[114.616649,22.465991],[114.615971,22.468706],[114.621722,22.471995],[114.626823,22.470662],[114.631363,22.474953],[114.63309,22.472785]]],[[[113.844184,22.494718],[113.83465,22.501514],[113.834494,22.503652],[113.837792,22.506526],[113.847036,22.499619],[113.844184,22.494718]]],[[[114.844418,22.51618],[114.848975,22.516142],[114.849591,22.512711],[114.842742,22.510851],[114.838447,22.505946],[114.835874,22.505848],[114.83534,22.512719],[114.836608,22.515489],[114.841593,22.519157],[114.844418,22.51618]]],[[[113.851861,22.506592],[113.850151,22.505848],[113.845566,22.507827],[113.838598,22.51403],[113.837565,22.518813],[113.840112,22.520265],[113.843737,22.516576],[113.851928,22.512595],[113.851861,22.506592]]],[[[114.639425,22.588803],[114.64141,22.586378],[114.639347,22.585427],[114.640969,22.583194],[114.649452,22.579817],[114.651749,22.577324],[114.654037,22.569831],[114.653955,22.56385],[114.649998,22.566558],[114.6465,22.577409],[114.643026,22.578243],[114.63721,22.576199],[114.634383,22.58696],[114.63852,22.590559],[114.639425,22.588803]]],[[[114.722359,22.581229],[114.719692,22.580307],[114.715307,22.583349],[114.717534,22.591503],[114.720927,22.589015],[114.723396,22.582579],[114.722359,22.581229]]],[[[115.569475,22.652775],[115.571336,22.65146],[115.570131,22.650411],[115.56665,22.650809],[115.569475,22.652775]]],[[[114.647818,22.658996],[114.644867,22.660461],[114.645995,22.666861],[114.649302,22.666406],[114.649391,22.6599],[114.647818,22.658996]]],[[[114.607174,22.67409],[114.61259,22.673025],[114.613262,22.671266],[114.607678,22.664827],[114.603267,22.662929],[114.601093,22.663781],[114.606073,22.674759],[114.607174,22.67409]]],[[[114.648936,22.667042],[114.643481,22.66789],[114.643581,22.671809],[114.646099,22.672086],[114.645312,22.676587],[114.646464,22.677488],[114.648797,22.672105],[114.648936,22.667042]]],[[[114.589739,22.71476],[114.593615,22.71629],[114.596357,22.713781],[114.593069,22.709869],[114.589009,22.709603],[114.588945,22.707986],[114.583442,22.707967],[114.583428,22.709922],[114.580176,22.712826],[114.580176,22.717522],[114.588979,22.717453],[114.589739,22.71476]]],[[[113.636944,22.718296],[113.63992,22.714012],[113.642965,22.715251],[113.645919,22.710518],[113.639529,22.706599],[113.644009,22.699297],[113.646333,22.702038],[113.650622,22.703111],[113.671146,22.669865],[113.667721,22.668901],[113.669884,22.666395],[113.673502,22.665592],[113.673799,22.663772],[113.66635,22.661399],[113.66726,22.658917],[113.676554,22.660306],[113.681054,22.648488],[113.685419,22.629728],[113.695615,22.582787],[113.695765,22.573854],[113.693738,22.573777],[113.672789,22.602234],[113.667778,22.612652],[113.659372,22.642834],[113.654802,22.650184],[113.619048,22.687093],[113.591276,22.704012],[113.586456,22.710311],[113.582378,22.72234],[113.590628,22.721466],[113.592049,22.722523],[113.606338,22.717534],[113.608549,22.715053],[113.62659,22.727544],[113.636944,22.718296]]],[[[114.946421,22.731567],[114.948266,22.731408],[114.949786,22.728738],[114.94554,22.711321],[114.928788,22.721185],[114.927833,22.727772],[114.933143,22.734048],[114.93988,22.735059],[114.939756,22.73369],[114.946421,22.731567]]],[[[115.186572,22.744994],[115.190621,22.744183],[115.191627,22.739518],[115.190555,22.738152],[115.18836,22.740005],[115.186293,22.738086],[115.18135,22.740196],[115.181471,22.742111],[115.186572,22.744994]]],[[[115.107734,22.777316],[115.103218,22.77302],[115.10447,22.781023],[115.103247,22.78498],[115.10599,22.787252],[115.110709,22.787443],[115.112702,22.7841],[115.107572,22.781963],[115.107734,22.777316]]],[[[117.286153,23.264336],[117.283762,23.256376],[117.281533,23.256371],[117.279655,23.259986],[117.286153,23.264336]]],[[[117.300093,23.281298],[117.302135,23.28096],[117.303484,23.276406],[117.299214,23.272712],[117.29785,23.279207],[117.300093,23.281298]]],[[[117.097067,23.472534],[117.096465,23.47853],[117.101832,23.482644],[117.102338,23.478951],[117.097067,23.472534]]],[[[117.125491,23.480499],[117.127763,23.471393],[117.12321,23.470168],[117.120268,23.463904],[117.123199,23.458557],[117.130656,23.457404],[117.137835,23.462174],[117.142169,23.450604],[117.14798,23.448395],[117.149895,23.446037],[117.149385,23.445053],[117.146206,23.44623],[117.143697,23.442548],[117.137203,23.446554],[117.133306,23.444706],[117.130297,23.440736],[117.129941,23.436068],[117.132581,23.434467],[117.134172,23.430412],[117.129862,23.42554],[117.134407,23.421039],[117.137367,23.421053],[117.139762,23.413657],[117.137295,23.403167],[117.132938,23.399397],[117.128527,23.400755],[117.121319,23.392472],[117.117505,23.394289],[117.117737,23.400345],[117.112289,23.403314],[117.106466,23.401692],[117.098548,23.395873],[117.098314,23.397725],[117.100399,23.399231],[117.100226,23.405839],[117.096972,23.408723],[117.0872,23.411925],[117.07542,23.412112],[117.057993,23.407785],[117.05172,23.40321],[117.046994,23.403337],[117.04137,23.406373],[117.033494,23.407224],[117.026902,23.411796],[117.027225,23.416272],[117.023203,23.417925],[116.992587,23.42027],[116.969203,23.418145],[116.959222,23.420265],[116.95658,23.422476],[116.945914,23.422925],[116.940996,23.426264],[116.941311,23.433532],[116.949379,23.445589],[116.957965,23.449429],[116.969267,23.458461],[116.980301,23.463338],[116.987153,23.458915],[116.995129,23.459637],[116.999925,23.454762],[117.003147,23.446068],[117.009321,23.44199],[117.012726,23.437581],[117.022267,23.436147],[117.023784,23.437122],[117.024819,23.445087],[117.033063,23.446839],[117.035463,23.452127],[117.043832,23.45728],[117.048101,23.469343],[117.058962,23.475379],[117.071247,23.476404],[117.078065,23.468834],[117.078904,23.463605],[117.087697,23.460298],[117.101106,23.467241],[117.107566,23.479182],[117.116719,23.480052],[117.122211,23.485651],[117.124482,23.485134],[117.125491,23.480499]]],[[[116.879795,23.552449],[116.884422,23.552655],[116.889545,23.5467],[116.884328,23.548118],[116.876415,23.553123],[116.879795,23.552449]]],[[[117.075473,23.573853],[117.079046,23.570004],[117.079905,23.564875],[117.076014,23.560697],[117.074017,23.562856],[117.064879,23.564729],[117.06154,23.567954],[117.061367,23.573949],[117.069253,23.575752],[117.075473,23.573853]]],[[[117.039165,23.577828],[117.040285,23.57224],[117.037503,23.571284],[117.033818,23.566219],[117.029753,23.565769],[117.030341,23.567592],[117.028862,23.569272],[117.021545,23.570438],[117.018686,23.578619],[117.022076,23.580397],[117.025935,23.57786],[117.030559,23.577525],[117.033969,23.581912],[117.039165,23.577828]]],[[[113.30211,25.497916],[113.304192,25.494199],[113.304043,25.482896],[113.308032,25.473719],[113.30707,25.446409],[113.31264,25.446665],[113.317071,25.449916],[113.31784,25.452692],[113.324773,25.454107],[113.332471,25.452343],[113.349004,25.441424],[113.355341,25.440285],[113.360869,25.434891],[113.363817,25.424035],[113.363471,25.414947],[113.366651,25.407867],[113.373306,25.406307],[113.383593,25.407638],[113.388964,25.400442],[113.401399,25.404362],[113.411731,25.401486],[113.41861,25.396258],[113.418001,25.393092],[113.421165,25.378627],[113.439208,25.362476],[113.445027,25.362264],[113.456918,25.37337],[113.461304,25.369786],[113.468205,25.370044],[113.472836,25.378646],[113.476554,25.380877],[113.485477,25.376415],[113.495293,25.374631],[113.501985,25.375374],[113.511057,25.372697],[113.507782,25.365361],[113.514516,25.356869],[113.518552,25.358587],[113.530669,25.371414],[113.53799,25.370731],[113.540796,25.365228],[113.540311,25.360167],[113.550954,25.353426],[113.56194,25.35207],[113.575105,25.348061],[113.578656,25.33953],[113.574894,25.332783],[113.572708,25.322389],[113.572896,25.318941],[113.576456,25.317313],[113.576343,25.309195],[113.581548,25.311277],[113.585115,25.317829],[113.605414,25.328071],[113.605807,25.330321],[113.619633,25.330451],[113.623977,25.333228],[113.634689,25.33394],[113.639763,25.33254],[113.641414,25.329498],[113.647153,25.330024],[113.654754,25.33406],[113.659542,25.339666],[113.670811,25.339768],[113.675619,25.336776],[113.682238,25.345203],[113.678524,25.349096],[113.682164,25.356115],[113.702743,25.355256],[113.706784,25.358331],[113.700723,25.362281],[113.701104,25.363994],[113.708026,25.36311],[113.71227,25.359908],[113.715484,25.36251],[113.718531,25.361947],[113.726398,25.353959],[113.731603,25.351877],[113.732894,25.35929],[113.73788,25.366169],[113.742028,25.368763],[113.745812,25.367751],[113.748707,25.36361],[113.754785,25.346386],[113.75212,25.343055],[113.75783,25.342389],[113.759258,25.339343],[113.759258,25.337249],[113.757735,25.336583],[113.750765,25.336241],[113.753174,25.332845],[113.76057,25.332683],[113.777917,25.337379],[113.795031,25.330988],[113.810297,25.331081],[113.816622,25.333262],[113.823349,25.344113],[113.830071,25.347529],[113.826895,25.353844],[113.828116,25.359227],[113.833047,25.366252],[113.836065,25.368763],[113.850361,25.373127],[113.861817,25.372766],[113.870772,25.382654],[113.878391,25.401253],[113.877089,25.412821],[113.882514,25.413297],[113.885465,25.416914],[113.883466,25.421292],[113.877699,25.425421],[113.881658,25.429192],[113.878343,25.436932],[113.879238,25.438963],[113.898604,25.444201],[113.911068,25.441565],[113.911639,25.442612],[113.908213,25.446338],[113.923873,25.444484],[113.927488,25.442062],[113.93479,25.44108],[113.948562,25.448307],[113.956324,25.456811],[113.959756,25.455817],[113.963351,25.452289],[113.969084,25.453028],[113.986307,25.445608],[113.993908,25.447655],[114.002578,25.440842],[113.985672,25.4246],[113.978449,25.419669],[113.977457,25.41729],[113.981092,25.405692],[113.996741,25.400667],[114.002321,25.402282],[114.006923,25.390055],[114.012049,25.387526],[114.018416,25.386997],[114.022411,25.391317],[114.029658,25.395423],[114.038423,25.393508],[114.032307,25.384536],[114.027643,25.383225],[114.024837,25.380624],[114.024289,25.377492],[114.032098,25.371977],[114.036187,25.371194],[114.031656,25.366899],[114.030793,25.363644],[114.03817,25.360302],[114.038991,25.355962],[114.035881,25.353636],[114.029474,25.339202],[114.022172,25.337105],[114.021805,25.333727],[114.028789,25.323552],[114.03862,25.322057],[114.046912,25.31559],[114.051324,25.314243],[114.041199,25.309849],[114.034752,25.309749],[114.030493,25.311912],[114.020909,25.305136],[114.020658,25.303166],[114.022905,25.300611],[114.021633,25.292742],[114.017831,25.286282],[114.011033,25.282685],[114.012026,25.277141],[114.015737,25.273062],[114.024846,25.26999],[114.026307,25.265883],[114.023658,25.262533],[114.02406,25.258521],[114.027506,25.254401],[114.03031,25.2538],[114.034956,25.253854],[114.035902,25.255114],[114.042562,25.270557],[114.050667,25.281106],[114.060145,25.28102],[114.063186,25.276273],[114.066756,25.280337],[114.071233,25.281419],[114.078313,25.277828],[114.082367,25.284236],[114.096857,25.296619],[114.112627,25.306195],[114.114448,25.304068],[114.121864,25.302704],[114.123498,25.307975],[114.134512,25.31485],[114.142326,25.310888],[114.150463,25.316384],[114.16181,25.316947],[114.166824,25.309201],[114.174105,25.308987],[114.186113,25.320579],[114.190524,25.321082],[114.199881,25.314564],[114.20034,25.301798],[114.208135,25.304233],[114.22309,25.298169],[114.224548,25.303142],[114.230861,25.303723],[114.2589,25.294077],[114.263997,25.300849],[114.264434,25.304904],[114.267799,25.305284],[114.282661,25.302203],[114.284784,25.300556],[114.287322,25.291768],[114.298071,25.293447],[114.292053,25.297904],[114.289672,25.301622],[114.295424,25.306957],[114.303361,25.309366],[114.308351,25.307477],[114.308137,25.314707],[114.29921,25.31845],[114.298693,25.323228],[114.301212,25.336078],[114.310382,25.342207],[114.313969,25.341815],[114.321918,25.337199],[114.333149,25.337215],[114.337972,25.333523],[114.349946,25.330006],[114.365436,25.329707],[114.368093,25.327452],[114.3703,25.321634],[114.375493,25.318675],[114.378129,25.320377],[114.381054,25.326136],[114.395079,25.329529],[114.399052,25.338136],[114.407068,25.339111],[114.410564,25.337487],[114.41978,25.340163],[114.425512,25.348697],[114.426519,25.360886],[114.431969,25.366438],[114.434492,25.374791],[114.43446,25.380711],[114.442694,25.389394],[114.453576,25.39074],[114.457809,25.389854],[114.459953,25.38782],[114.458031,25.382939],[114.468201,25.378771],[114.476054,25.37337],[114.48192,25.379481],[114.490702,25.379035],[114.492345,25.381326],[114.503907,25.386611],[114.506179,25.39204],[114.502663,25.39516],[114.50144,25.40389],[114.516723,25.405751],[114.517065,25.409703],[114.524273,25.417877],[114.533482,25.421776],[114.538065,25.419868],[114.538944,25.41695],[114.545955,25.416572],[114.551591,25.410508],[114.551427,25.408814],[114.562422,25.407892],[114.568611,25.403867],[114.575136,25.405418],[114.573191,25.400852],[114.569953,25.400122],[114.568539,25.397573],[114.567345,25.389005],[114.571268,25.384017],[114.576787,25.387424],[114.573911,25.394639],[114.576372,25.400724],[114.580633,25.401246],[114.583598,25.39949],[114.590506,25.394258],[114.590951,25.390611],[114.596933,25.388206],[114.596679,25.379721],[114.593177,25.378491],[114.591876,25.3715],[114.597589,25.372586],[114.593522,25.36361],[114.597051,25.362134],[114.60693,25.362205],[114.613677,25.348579],[114.621228,25.339408],[114.620167,25.334045],[114.628946,25.330796],[114.632614,25.326934],[114.653787,25.330611],[114.662175,25.329346],[114.669641,25.319224],[114.674989,25.315948],[114.683639,25.319129],[114.685583,25.32128],[114.683285,25.323364],[114.687526,25.32616],[114.696591,25.323167],[114.697877,25.31818],[114.710328,25.318532],[114.709398,25.31254],[114.706716,25.310017],[114.708816,25.307884],[114.715091,25.308027],[114.718729,25.301948],[114.720747,25.296204],[114.718487,25.291027],[114.718885,25.286973],[114.726649,25.288076],[114.738763,25.277567],[114.74131,25.261694],[114.738323,25.258242],[114.73652,25.251131],[114.744683,25.244286],[114.733005,25.241423],[114.73503,25.233853],[114.740506,25.23547],[114.744216,25.238685],[114.744568,25.233051],[114.732266,25.227788],[114.729504,25.228309],[114.720345,25.236739],[114.707169,25.223904],[114.700027,25.225259],[114.69424,25.221808],[114.696703,25.220042],[114.696154,25.217597],[114.689898,25.214026],[114.693886,25.206374],[114.696726,25.205629],[114.690716,25.1986],[114.679255,25.199964],[114.674408,25.198061],[114.678966,25.189065],[114.684923,25.188707],[114.684131,25.182064],[114.68043,25.178554],[114.679885,25.175929],[114.690107,25.170112],[114.696502,25.168791],[114.698658,25.166204],[114.709842,25.164573],[114.715784,25.166244],[114.718637,25.164777],[114.722482,25.159264],[114.726875,25.157572],[114.731568,25.158434],[114.731055,25.154027],[114.726695,25.14593],[114.72835,25.14352],[114.730404,25.143686],[114.734938,25.130312],[114.728908,25.125438],[114.725392,25.118617],[114.718891,25.120434],[114.712784,25.118468],[114.709516,25.113026],[114.705654,25.110192],[114.702981,25.110083],[114.700063,25.112428],[114.692044,25.106732],[114.685841,25.107245],[114.680029,25.11065],[114.672109,25.110278],[114.666644,25.105816],[114.667329,25.103684],[114.668247,25.104916],[114.670307,25.102084],[114.66964,25.100675],[114.665975,25.101903],[114.664976,25.106263],[114.661039,25.106156],[114.659243,25.101616],[114.661287,25.093122],[114.65566,25.089425],[114.653445,25.082194],[114.647768,25.079871],[114.644183,25.080852],[114.639707,25.079179],[114.638026,25.073897],[114.617768,25.076415],[114.607419,25.081346],[114.599117,25.087956],[114.591934,25.079065],[114.584287,25.082573],[114.574847,25.08402],[114.556737,25.081783],[114.551444,25.072741],[114.551012,25.067073],[114.540433,25.054921],[114.535512,25.05211],[114.537585,25.041318],[114.533893,25.032776],[114.533983,25.02953],[114.521757,25.023191],[114.516998,25.027217],[114.509932,25.02773],[114.509777,25.021931],[114.506992,25.016449],[114.509041,25.008092],[114.504126,25.003905],[114.484757,25.00511],[114.477011,25.009719],[114.468282,25.004284],[114.462427,25.003617],[114.451132,24.996936],[114.452741,24.987288],[114.454917,24.986813],[114.450752,24.979644],[114.443725,24.97587],[114.440875,24.976451],[114.433301,24.974246],[114.416139,24.974931],[114.413634,24.971583],[114.416415,24.963917],[114.419971,24.964835],[114.421454,24.961745],[114.414632,24.958316],[114.397149,24.956971],[114.390788,24.952853],[114.394868,24.943662],[114.389854,24.939005],[114.391964,24.935917],[114.396471,24.933586],[114.397079,24.930506],[114.395385,24.920834],[114.384494,24.914933],[114.390896,24.909628],[114.393693,24.909324],[114.400144,24.899895],[114.398583,24.880439],[114.395732,24.8751],[114.38849,24.873824],[114.387918,24.8687],[114.383291,24.865014],[114.375055,24.864887],[114.371248,24.862476],[114.36848,24.853231],[114.357688,24.846271],[114.359912,24.841464],[114.355068,24.838112],[114.350564,24.829109],[114.352526,24.825315],[114.352453,24.821053],[114.34346,24.818748],[114.336603,24.811065],[114.342949,24.802455],[114.337557,24.793107],[114.330406,24.79102],[114.326656,24.788472],[114.325869,24.786013],[114.326921,24.781638],[114.338796,24.771406],[114.339168,24.766758],[114.334034,24.76135],[114.33363,24.756062],[114.328052,24.74947],[114.312513,24.744259],[114.305453,24.734775],[114.280964,24.732935],[114.276473,24.727892],[114.271506,24.717472],[114.271945,24.715069],[114.275219,24.713173],[114.274344,24.707705],[114.270006,24.705191],[114.265704,24.703816],[114.257392,24.70418],[114.253354,24.700026],[114.243393,24.70259],[114.233514,24.700641],[114.225686,24.70238],[114.210928,24.694904],[114.197735,24.690565],[114.193988,24.694665],[114.18381,24.697844],[114.178668,24.694301],[114.173536,24.693327],[114.170193,24.695926],[114.163937,24.694007],[114.163262,24.692563],[114.162379,24.689146],[114.163551,24.685767],[114.167354,24.6829],[114.170403,24.682896],[114.172372,24.675223],[114.180478,24.669867],[114.179831,24.6669],[114.177369,24.664809],[114.185768,24.660492],[114.18417,24.657967],[114.177198,24.654803],[114.176276,24.655859],[114.178871,24.659966],[114.172894,24.663713],[114.167472,24.656624],[114.170283,24.652311],[114.169819,24.648723],[114.17944,24.649595],[114.180687,24.65258],[114.186516,24.656148],[114.194887,24.655315],[114.202352,24.65702],[114.202292,24.652237],[114.204744,24.649706],[114.207858,24.647675],[114.217743,24.646499],[114.222807,24.641787],[114.238674,24.647189],[114.238585,24.649754],[114.253127,24.646444],[114.255816,24.64303],[114.25558,24.637012],[114.259199,24.634114],[114.265046,24.633132],[114.273718,24.634419],[114.278584,24.627699],[114.276665,24.622361],[114.285398,24.62246],[114.285791,24.602323],[114.286952,24.600223],[114.291239,24.59886],[114.294757,24.593705],[114.297048,24.589545],[114.295378,24.582347],[114.299353,24.577934],[114.303453,24.576357],[114.313527,24.579611],[114.317745,24.58276],[114.32165,24.578709],[114.323838,24.578654],[114.330284,24.582057],[114.333414,24.586784],[114.335544,24.587386],[114.338235,24.586494],[114.342612,24.58155],[114.34213,24.576548],[114.346582,24.581258],[114.342869,24.586066],[114.340399,24.586908],[114.341235,24.589728],[114.351923,24.593904],[114.348294,24.587061],[114.348636,24.583025],[114.358629,24.588178],[114.361643,24.579925],[114.366861,24.579737],[114.371835,24.574801],[114.371393,24.569262],[114.375454,24.564017],[114.383691,24.567315],[114.386182,24.565564],[114.385509,24.558516],[114.381584,24.551438],[114.385222,24.54797],[114.383746,24.537769],[114.398199,24.53081],[114.402026,24.520284],[114.397965,24.509393],[114.397564,24.502553],[114.399791,24.501988],[114.406452,24.506237],[114.405977,24.503627],[114.408454,24.499906],[114.416932,24.499112],[114.420148,24.496228],[114.424007,24.487716],[114.427703,24.489807],[114.437594,24.501471],[114.45001,24.503799],[114.454777,24.509055],[114.466527,24.514373],[114.466085,24.517512],[114.473435,24.527837],[114.472689,24.530185],[114.474017,24.531916],[114.480783,24.532492],[114.488746,24.537734],[114.493261,24.535322],[114.496228,24.536665],[114.499955,24.544256],[114.506229,24.544919],[114.514822,24.549834],[114.524023,24.562021],[114.532611,24.560551],[114.540492,24.547029],[114.547133,24.543971],[114.559576,24.54026],[114.563161,24.544657],[114.570571,24.545355],[114.585965,24.539343],[114.591017,24.54437],[114.594267,24.55561],[114.603792,24.567287],[114.621238,24.579956],[114.627579,24.573209],[114.6325,24.572536],[114.641624,24.579404],[114.646315,24.579531],[114.659368,24.586688],[114.663438,24.583869],[114.662158,24.581438],[114.666826,24.576941],[114.666494,24.57036],[114.672299,24.557012],[114.679248,24.550865],[114.677889,24.544763],[114.686409,24.540353],[114.690053,24.542021],[114.694579,24.540887],[114.701248,24.530873],[114.705684,24.536172],[114.706091,24.541355],[114.711941,24.551532],[114.711756,24.556221],[114.713996,24.558051],[114.717458,24.557419],[114.721347,24.553929],[114.732821,24.56755],[114.732273,24.573993],[114.729035,24.575124],[114.728088,24.579278],[114.73137,24.587819],[114.724399,24.593916],[114.724937,24.598793],[114.728044,24.602255],[114.72389,24.611157],[114.728852,24.615645],[114.735717,24.614614],[114.739851,24.615619],[114.745096,24.620624],[114.751654,24.618719],[114.758188,24.612283],[114.766292,24.608804],[114.77499,24.611181],[114.775891,24.61287],[114.774522,24.61604],[114.775706,24.61638],[114.787378,24.611541],[114.788687,24.6084],[114.78788,24.60572],[114.794191,24.604831],[114.797518,24.608543],[114.79939,24.608362],[114.803059,24.603251],[114.809882,24.599395],[114.814416,24.59418],[114.820677,24.592071],[114.823599,24.593811],[114.824397,24.599006],[114.831069,24.603074],[114.844225,24.606197],[114.849986,24.601532],[114.854535,24.600913],[114.855407,24.597036],[114.848902,24.584226],[114.853946,24.580653],[114.856952,24.569997],[114.862172,24.565388],[114.864995,24.565095],[114.867355,24.567922],[114.877995,24.57249],[114.881213,24.582808],[114.887393,24.583874],[114.889458,24.585915],[114.891562,24.602086],[114.898153,24.612676],[114.894548,24.618647],[114.893666,24.624562],[114.894974,24.628213],[114.900583,24.633938],[114.900506,24.63767],[114.897605,24.641218],[114.903992,24.647693],[114.903446,24.660824],[114.90798,24.668272],[114.914693,24.669877],[114.931097,24.669201],[114.932239,24.667322],[114.930787,24.65845],[114.936448,24.652391],[114.948336,24.655778],[114.959245,24.669],[114.97626,24.676382],[114.981334,24.677149],[114.98458,24.674892],[114.998495,24.683267],[115.003079,24.679544],[115.002595,24.67586],[115.008501,24.675532],[115.013385,24.677357],[115.016714,24.674558],[115.017906,24.670987],[115.019982,24.670856],[115.023109,24.67453],[115.022202,24.678782],[115.023527,24.680875],[115.030447,24.683605],[115.032777,24.683072],[115.039533,24.691575],[115.043022,24.692681],[115.037564,24.69904],[115.039113,24.701045],[115.045004,24.701754],[115.047492,24.705351],[115.048006,24.70723],[115.046395,24.70915],[115.049043,24.713561],[115.051803,24.706061],[115.068729,24.70707],[115.082313,24.695761],[115.081725,24.690654],[115.090547,24.677252],[115.098406,24.676766],[115.100075,24.670115],[115.104069,24.67131],[115.105039,24.674097],[115.106789,24.674345],[115.114443,24.671034],[115.11551,24.667423],[115.118977,24.66729],[115.123734,24.675527],[115.118805,24.673232],[115.118091,24.676404],[115.122851,24.683345],[115.126773,24.682673],[115.134293,24.68439],[115.13997,24.688436],[115.142668,24.692481],[115.152175,24.690884],[115.154109,24.693683],[115.157327,24.69485],[115.160826,24.693698],[115.163768,24.695178],[115.163476,24.698242],[115.165782,24.69878],[115.190767,24.694714],[115.189462,24.699574],[115.186076,24.699736],[115.184818,24.697961],[115.180599,24.701046],[115.180382,24.710903],[115.192952,24.714462],[115.220919,24.729597],[115.23044,24.727092],[115.232466,24.730613],[115.240113,24.734923],[115.253045,24.730925],[115.256437,24.732138],[115.264748,24.747442],[115.265867,24.75402],[115.275729,24.757361],[115.304237,24.761477],[115.309652,24.753957],[115.315722,24.750911],[115.324444,24.752701],[115.334698,24.750898],[115.343735,24.745718],[115.349126,24.739776],[115.35548,24.737522],[115.359379,24.741671],[115.359287,24.748687],[115.356604,24.753532],[115.357176,24.758908],[115.363438,24.771319],[115.368994,24.777313],[115.373291,24.77375],[115.382678,24.774077],[115.388125,24.779055],[115.389149,24.78588],[115.403136,24.79756],[115.408818,24.795883],[115.409668,24.793252],[115.416717,24.788927],[115.426658,24.786573],[115.427734,24.78162],[115.438514,24.775347],[115.444748,24.768959],[115.448493,24.769832],[115.451871,24.76646],[115.459699,24.769],[115.469737,24.766554],[115.47703,24.758257],[115.476541,24.753784],[115.482479,24.749038],[115.486062,24.749052],[115.492706,24.743139],[115.491331,24.736288],[115.501427,24.729103],[115.501167,24.721948],[115.503253,24.718922],[115.521103,24.719866],[115.523954,24.714772],[115.515808,24.703884],[115.527626,24.69872],[115.531613,24.693659],[115.537264,24.694053],[115.54487,24.687809],[115.551577,24.686587],[115.550038,24.674433],[115.554996,24.661387],[115.552884,24.651297],[115.555539,24.647834],[115.557075,24.640757],[115.560998,24.638183],[115.565804,24.629824],[115.566198,24.627867],[115.564153,24.625173],[115.564929,24.622591],[115.567276,24.62187],[115.571428,24.61667],[115.578695,24.617702],[115.57808,24.61871],[115.582346,24.62109],[115.583636,24.618886],[115.594726,24.618778],[115.59935,24.62293],[115.59872,24.625858],[115.601736,24.628961],[115.606833,24.628324],[115.615163,24.621943],[115.623422,24.624511],[115.626379,24.615406],[115.649026,24.617313],[115.653387,24.610548],[115.667667,24.607674],[115.680624,24.588161],[115.680342,24.582833],[115.683012,24.57878],[115.682962,24.573257],[115.672964,24.568274],[115.67367,24.56213],[115.679001,24.554256],[115.679597,24.550495],[115.686563,24.547026],[115.697398,24.549307],[115.703576,24.546632],[115.708729,24.540428],[115.71346,24.54302],[115.73283,24.545542],[115.735931,24.544906],[115.737183,24.542801],[115.762057,24.558621],[115.765879,24.56583],[115.771919,24.563162],[115.776636,24.570599],[115.786317,24.574958],[115.785482,24.571533],[115.794561,24.56819],[115.803191,24.56234],[115.803912,24.56711],[115.806369,24.57003],[115.814952,24.565983],[115.818971,24.562109],[115.834254,24.567638],[115.838991,24.564506],[115.849584,24.568234],[115.843994,24.575144],[115.836043,24.578558],[115.835487,24.587825],[115.830533,24.592767],[115.827558,24.599281],[115.81749,24.601677],[115.811162,24.608189],[115.809611,24.614296],[115.801615,24.619889],[115.801198,24.623392],[115.7959,24.623397],[115.793556,24.632452],[115.782346,24.634201],[115.781299,24.640405],[115.786717,24.649962],[115.779219,24.656476],[115.777354,24.666053],[115.76141,24.667186],[115.756301,24.671793],[115.758207,24.673907],[115.767489,24.674299],[115.772687,24.678361],[115.77271,24.680819],[115.783409,24.677701],[115.792239,24.677093],[115.795145,24.679827],[115.792357,24.684679],[115.801398,24.689716],[115.798087,24.697565],[115.803345,24.700428],[115.801483,24.706641],[115.796448,24.708722],[115.787812,24.70256],[115.778879,24.704203],[115.771447,24.71134],[115.765638,24.711767],[115.76785,24.722887],[115.766705,24.728813],[115.759013,24.734571],[115.751795,24.737423],[115.751403,24.749424],[115.752526,24.753315],[115.756662,24.754861],[115.758857,24.757813],[115.758318,24.762254],[115.760303,24.766468],[115.773268,24.774992],[115.764132,24.789111],[115.758491,24.794547],[115.764407,24.798771],[115.767795,24.803606],[115.768128,24.817509],[115.774304,24.823021],[115.77378,24.830638],[115.771973,24.833631],[115.774693,24.838686],[115.782584,24.835862],[115.785573,24.836202],[115.787232,24.838472],[115.78691,24.841064],[115.783088,24.842545],[115.779335,24.851947],[115.788686,24.859312],[115.781393,24.859004],[115.776696,24.866277],[115.784732,24.866636],[115.78927,24.865432],[115.791189,24.861363],[115.801187,24.860789],[115.803651,24.864352],[115.803642,24.867827],[115.799847,24.876575],[115.799398,24.882145],[115.803764,24.888521],[115.804136,24.893579],[115.807123,24.899425],[115.81792,24.91138],[115.820878,24.912532],[115.824465,24.910033],[115.833081,24.909446],[115.845417,24.902659],[115.845454,24.898733],[115.850365,24.894732],[115.861037,24.893685],[115.860525,24.887566],[115.855855,24.884168],[115.859987,24.878739],[115.855588,24.872905],[115.854747,24.867573],[115.856488,24.866504],[115.863249,24.868248],[115.868669,24.873434],[115.877717,24.871313],[115.887357,24.872062],[115.894555,24.880398],[115.903901,24.883806],[115.901341,24.890738],[115.886183,24.895387],[115.883143,24.9006],[115.880199,24.900487],[115.878491,24.914308],[115.88131,24.917195],[115.873327,24.935233],[115.877782,24.940727],[115.880903,24.940367],[115.88085,24.937997],[115.884633,24.935724],[115.887483,24.9408],[115.893294,24.938587],[115.897801,24.935529],[115.903299,24.926701],[115.906947,24.92833],[115.913739,24.927115],[115.921061,24.92173],[115.93691,24.923421],[115.944639,24.919507],[115.961677,24.915581],[115.975181,24.918862],[115.980613,24.9022],[115.986495,24.903008],[115.995311,24.899005],[116.006036,24.903844],[116.008073,24.906547],[116.01468,24.908129],[116.019589,24.904418],[116.022629,24.898346],[116.029495,24.894737],[116.028988,24.891809],[116.035294,24.890902],[116.038725,24.878186],[116.044104,24.876212],[116.042624,24.870703],[116.047025,24.864433],[116.057706,24.862594],[116.063509,24.852625],[116.070206,24.856244],[116.078712,24.856335],[116.083056,24.847276],[116.080209,24.842789],[116.085969,24.83934],[116.088233,24.84072],[116.090723,24.847531],[116.088534,24.851989],[116.093564,24.854057],[116.128785,24.84996],[116.138847,24.846378],[116.145735,24.848229],[116.148301,24.847479],[116.151115,24.853735],[116.160852,24.861021],[116.164351,24.866952],[116.171661,24.870795],[116.176222,24.879043],[116.179636,24.878286],[116.187025,24.881356],[116.18602,24.871993],[116.190094,24.871545],[116.197931,24.858994],[116.208282,24.853855],[116.214867,24.848173],[116.21603,24.843872],[116.21345,24.84228],[116.217255,24.832816],[116.22735,24.82882],[116.234017,24.834243],[116.243126,24.834524],[116.245428,24.825599],[116.235586,24.816157],[116.227071,24.802675],[116.233701,24.801752],[116.239167,24.796576],[116.243444,24.795412],[116.261238,24.803106],[116.280345,24.801837],[116.295096,24.804841],[116.317464,24.822107],[116.325645,24.826928],[116.330845,24.826137],[116.344988,24.834466],[116.347047,24.845533],[116.345578,24.859528],[116.350268,24.86148],[116.35716,24.871883],[116.362525,24.873431],[116.369471,24.869687],[116.371382,24.871438],[116.369359,24.87615],[116.370162,24.877725],[116.375318,24.879759],[116.391474,24.880584],[116.392426,24.876138],[116.386776,24.874047],[116.388896,24.861373],[116.39433,24.854931],[116.402684,24.854143],[116.407866,24.850589],[116.414231,24.843419],[116.402247,24.835924],[116.385475,24.831351],[116.373195,24.825729],[116.371443,24.821556],[116.370721,24.80585],[116.375387,24.804111],[116.37933,24.799749],[116.376763,24.798308],[116.376615,24.796087],[116.379219,24.793782],[116.386596,24.79187],[116.387473,24.794816],[116.394125,24.797237],[116.396949,24.794842],[116.396431,24.79166],[116.400318,24.783218],[116.411954,24.774639],[116.41465,24.769523],[116.41229,24.754317],[116.40969,24.749938],[116.414413,24.744388],[116.423333,24.74376],[116.423579,24.738058],[116.426932,24.736719],[116.430508,24.738493],[116.435829,24.734587],[116.435209,24.725833],[116.439776,24.71871],[116.452121,24.717464],[116.463781,24.722305],[116.473756,24.72088],[116.478625,24.723716],[116.482546,24.721179],[116.497329,24.700552],[116.498808,24.694257],[116.495678,24.686668],[116.497773,24.679718],[116.496363,24.675387],[116.503908,24.667745],[116.507757,24.659596],[116.512316,24.656524],[116.511582,24.652262],[116.505509,24.642989],[116.507798,24.640244],[116.506568,24.63551],[116.503347,24.631327],[116.504746,24.626903],[116.500095,24.62368],[116.506314,24.617575],[116.513973,24.615464],[116.520121,24.61153],[116.522306,24.60785],[116.524957,24.607733],[116.541011,24.615838],[116.546187,24.615466],[116.54462,24.611773],[116.546714,24.608583],[116.552943,24.618823],[116.559818,24.624042],[116.565458,24.625533],[116.56561,24.63034],[116.57008,24.634915],[116.582598,24.639941],[116.592622,24.657784],[116.599854,24.655976],[116.600054,24.6512],[116.60668,24.64982],[116.61176,24.650839],[116.616807,24.649132],[116.619072,24.645079],[116.625091,24.644932],[116.628092,24.645797],[116.63085,24.650826],[116.638962,24.654356],[116.646159,24.654096],[116.652557,24.658772],[116.665097,24.660835],[116.671884,24.663651],[116.686123,24.663761],[116.696866,24.658871],[116.699842,24.661408],[116.700348,24.666667],[116.715297,24.667437],[116.725072,24.669829],[116.735387,24.669631],[116.745093,24.658988],[116.747657,24.658302],[116.753003,24.662331],[116.754638,24.665554],[116.763182,24.669375],[116.769857,24.677682],[116.7767,24.681612],[116.797138,24.680518],[116.805121,24.668978],[116.810532,24.657561],[116.806659,24.651408],[116.806536,24.647814],[116.795499,24.642683],[116.791948,24.639406],[116.793401,24.625515],[116.781789,24.615742],[116.77596,24.607351],[116.774885,24.601888],[116.770932,24.597086],[116.764162,24.593086],[116.756817,24.585458],[116.752711,24.583682],[116.758758,24.578119],[116.76234,24.571985],[116.762656,24.567081],[116.755792,24.56391],[116.75241,24.560218],[116.750872,24.554139],[116.752183,24.550278],[116.766526,24.537671],[116.770756,24.536848],[116.780125,24.517914],[116.795154,24.501342],[116.813054,24.494165],[116.808767,24.490286],[116.808365,24.486593],[116.818016,24.491875],[116.822227,24.496721],[116.828507,24.499524],[116.846829,24.478378],[116.850239,24.470746],[116.855127,24.465107],[116.855223,24.460722],[116.845965,24.455387],[116.838453,24.456831],[116.833705,24.447171],[116.834799,24.442344],[116.841839,24.431548],[116.850836,24.426135],[116.854285,24.422044],[116.858256,24.410676],[116.863392,24.410889],[116.864837,24.402161],[116.868843,24.394663],[116.880384,24.397803],[116.881611,24.394512],[116.889667,24.388653],[116.899556,24.373676],[116.897655,24.37239],[116.897235,24.369554],[116.890186,24.367495],[116.894859,24.358148],[116.894138,24.354428],[116.891763,24.357294],[116.89027,24.355121],[116.902432,24.34683],[116.905024,24.333966],[116.910359,24.329986],[116.915059,24.32366],[116.907291,24.312346],[116.909072,24.304651],[116.907473,24.301754],[116.911754,24.293389],[116.909388,24.289238],[116.915287,24.2861],[116.919123,24.288894],[116.930326,24.288837],[116.934826,24.287245],[116.934168,24.271247],[116.932641,24.2679],[116.934524,24.25507],[116.93196,24.254525],[116.930202,24.251349],[116.934041,24.244674],[116.934296,24.240432],[116.932922,24.233936],[116.9301,24.23444],[116.92863,24.223172],[116.936852,24.22016],[116.951301,24.219806],[116.953491,24.215311],[116.959664,24.212325],[116.961667,24.206789],[116.967726,24.200487],[116.973022,24.202983],[116.985108,24.194361],[116.986646,24.189333],[116.99285,24.188231],[116.993343,24.184983],[116.987379,24.17455],[116.983195,24.173693],[116.978049,24.168187],[116.971076,24.16466],[116.967852,24.161338],[116.969154,24.159289],[116.966143,24.156925],[116.958623,24.155457],[116.953366,24.15032],[116.95337,24.148175],[116.945562,24.148232],[116.943939,24.145681],[116.945933,24.141275],[116.940033,24.13996],[116.935933,24.133023],[116.931351,24.131114],[116.930798,24.119817],[116.923055,24.107337],[116.922148,24.103439],[116.925517,24.092621],[116.924186,24.082038],[116.925801,24.069611],[116.931907,24.062487],[116.930598,24.058387],[116.935877,24.055512],[116.943148,24.0572],[116.94772,24.053845],[116.94684,24.040614],[116.939147,24.038633],[116.937748,24.032876],[116.944457,24.030614],[116.946159,24.026003],[116.953154,24.019618],[116.950197,24.01721],[116.949656,24.0067],[116.95299,24.007046],[116.952821,24.010113],[116.957457,24.01446],[116.975549,24.005026],[116.976892,24],[116.976823,23.997676],[116.971756,23.995139],[116.967107,23.975354],[116.971762,23.971162],[116.975352,23.96409],[116.976681,23.949238],[116.975579,23.942413],[116.96942,23.930304],[116.963278,23.926416],[116.951199,23.925066],[116.950192,23.922914],[116.956591,23.914569],[116.95501,23.907048],[116.971216,23.898158],[116.968959,23.890128],[116.972888,23.883126],[116.972435,23.872524],[116.965996,23.871484],[116.957861,23.872651],[116.955244,23.868992],[116.96018,23.861612],[116.968918,23.858477],[116.977169,23.860432],[116.979961,23.864821],[116.983716,23.865454],[116.998663,23.862565],[117.01622,23.843103],[117.019289,23.832595],[117.023341,23.828303],[117.027118,23.829782],[117.028635,23.828001],[117.027207,23.819135],[117.016271,23.811347],[117.028198,23.797479],[117.029045,23.786341],[117.044438,23.747734],[117.047031,23.73824],[117.045435,23.728658],[117.047777,23.719067],[117.044717,23.713886],[117.04543,23.702657],[117.055862,23.689808],[117.060908,23.688995],[117.069971,23.681005],[117.072944,23.682735],[117.07867,23.679025],[117.07975,23.676631],[117.077944,23.675466],[117.086037,23.666606],[117.088217,23.668331],[117.092628,23.667419],[117.113625,23.656905],[117.116486,23.654393],[117.118825,23.648781],[117.125844,23.653225],[117.142706,23.656082],[117.146275,23.649846],[117.155259,23.641478],[117.170624,23.640433],[117.183439,23.631103],[117.188675,23.619856],[117.179967,23.617731],[117.161904,23.609151],[117.146717,23.598777],[117.128445,23.578956],[117.125393,23.573487],[117.123945,23.565208],[117.110017,23.566049],[117.105761,23.564929],[117.100654,23.559891],[117.096015,23.56245],[117.088104,23.551264],[117.088837,23.547661],[117.081999,23.545046],[117.082942,23.549425],[117.076578,23.553455],[117.078148,23.559215],[117.084968,23.562462],[117.08089,23.573651],[117.078638,23.575287],[117.07908,23.577381],[117.086853,23.584501],[117.084613,23.589676],[117.076691,23.59703],[117.072581,23.605682],[117.074196,23.620038],[117.033107,23.622147],[117.030565,23.625448],[117.027509,23.622777],[117.030245,23.620847],[117.030126,23.618468],[117.024891,23.617635],[117.020252,23.613352],[117.018229,23.613233],[117.017098,23.617721],[116.987792,23.630279],[116.983922,23.624252],[116.976427,23.617276],[116.964595,23.613685],[116.959113,23.60944],[116.962983,23.59802],[116.966411,23.60091],[116.973,23.601565],[116.97594,23.596668],[116.970751,23.58371],[116.968057,23.580866],[116.96387,23.580075],[116.960834,23.57644],[116.959858,23.56574],[116.964709,23.556419],[116.964354,23.551],[116.967501,23.551182],[116.969018,23.558271],[116.974036,23.562876],[116.985063,23.558842],[116.993308,23.561682],[116.999136,23.567258],[117.008409,23.567189],[117.01792,23.563351],[117.019711,23.556669],[117.018065,23.552633],[117.010758,23.551712],[117.001062,23.547207],[116.995855,23.541276],[116.991842,23.514054],[116.994363,23.511006],[116.989492,23.508546],[116.973948,23.513487],[116.965797,23.51326],[116.956641,23.517231],[116.94041,23.520859],[116.932083,23.528463],[116.931029,23.53072],[116.932594,23.535686],[116.940329,23.538263],[116.960257,23.541023],[116.963439,23.543326],[116.961969,23.544951],[116.959766,23.543054],[116.947084,23.543457],[116.93964,23.546321],[116.93673,23.538577],[116.932249,23.53826],[116.924267,23.539543],[116.921916,23.541754],[116.920586,23.554439],[116.911871,23.552244],[116.890296,23.555571],[116.87546,23.55301],[116.882884,23.548207],[116.89557,23.543973],[116.868982,23.498408],[116.861066,23.504015],[116.861204,23.494157],[116.864391,23.488652],[116.859506,23.479258],[116.860733,23.475828],[116.863452,23.473753],[116.86541,23.473213],[116.869323,23.475339],[116.870915,23.474121],[116.874542,23.468887],[116.872296,23.463152],[116.867747,23.4608],[116.862925,23.462692],[116.851547,23.463088],[116.845629,23.459697],[116.833986,23.457111],[116.826084,23.455726],[116.821189,23.457503],[116.819895,23.454929],[116.826237,23.451505],[116.838686,23.454588],[116.852268,23.452796],[116.863822,23.446486],[116.863435,23.442648],[116.856228,23.433612],[116.856406,23.426796],[116.86072,23.418448],[116.865759,23.418768],[116.866324,23.415924],[116.861851,23.413347],[116.85889,23.414428],[116.858153,23.417587],[116.848661,23.417759],[116.8374,23.4031],[116.8285,23.3865],[116.8258,23.3866],[116.8209,23.3914],[116.8196,23.3908],[116.8156,23.3935],[116.8141,23.3955],[116.814996,23.396985],[116.810233,23.40169],[116.805879,23.402272],[116.804984,23.39577],[116.808315,23.39214],[116.81,23.384],[116.8174,23.3774],[116.8174,23.3753],[116.802,23.3617],[116.7844,23.3318],[116.7753,23.3244],[116.766178,23.332727],[116.763396,23.323986],[116.758716,23.317049],[116.756977,23.305534],[116.762309,23.302968],[116.771029,23.291401],[116.772037,23.259326],[116.774643,23.249398],[116.778613,23.242293],[116.782625,23.238664],[116.78827,23.23725],[116.792662,23.240596],[116.799108,23.242185],[116.807955,23.239781],[116.807885,23.23741],[116.803414,23.237495],[116.800024,23.234014],[116.795444,23.225792],[116.794595,23.22236],[116.797095,23.216358],[116.790606,23.211858],[116.784547,23.212685],[116.777165,23.216647],[116.776701,23.227499],[116.766908,23.230334],[116.761661,23.227844],[116.756747,23.230409],[116.754318,23.235868],[116.747898,23.242422],[116.746502,23.257227],[116.732979,23.263413],[116.728631,23.263179],[116.726696,23.265479],[116.721691,23.263574],[116.719451,23.259418],[116.722812,23.253214],[116.733116,23.256144],[116.741332,23.252095],[116.740977,23.246225],[116.734085,23.247794],[116.718117,23.243703],[116.714891,23.244352],[116.702176,23.23873],[116.691519,23.231373],[116.678648,23.220286],[116.663648,23.202174],[116.661315,23.197654],[116.662167,23.186716],[116.648985,23.166195],[116.637906,23.164319],[116.6289,23.174601],[116.62926,23.176927],[116.633146,23.175627],[116.631105,23.180769],[116.626876,23.182678],[116.616936,23.183602],[116.610153,23.181802],[116.607021,23.183984],[116.60542,23.188833],[116.607348,23.197393],[116.610371,23.199274],[116.615865,23.199536],[116.618763,23.202139],[116.620024,23.21388],[116.618717,23.218527],[116.611811,23.216501],[116.614854,23.211475],[116.614337,23.20434],[116.605885,23.204997],[116.603022,23.198849],[116.603738,23.196097],[116.583158,23.186247],[116.568786,23.175757],[116.551188,23.157008],[116.537823,23.132048],[116.534399,23.119668],[116.534047,23.108539],[116.537312,23.10304],[116.555298,23.087652],[116.551914,23.085407],[116.549447,23.078967],[116.546666,23.057108],[116.550871,23.046962],[116.55495,23.045235],[116.554257,23.033292],[116.559409,23.024141],[116.564253,23.019369],[116.554912,23.012278],[116.557983,23.005175],[116.548731,23.001018],[116.545936,22.997513],[116.544521,22.99796],[116.542443,23.007276],[116.530916,23.005143],[116.521624,22.998209],[116.51728,22.992168],[116.514431,22.984282],[116.513092,22.976964],[116.515652,22.970087],[116.510686,22.968062],[116.504587,22.956034],[116.502962,22.947112],[116.504169,22.943685],[116.498071,22.939396],[116.484433,22.936463],[116.482719,22.938647],[116.483074,22.94147],[116.474303,22.946678],[116.464872,22.946444],[116.457426,22.949398],[116.448371,22.946319],[116.443173,22.941832],[116.434111,22.940693],[116.423356,22.936388],[116.41802,22.936098],[116.415889,22.938618],[116.410477,22.938824],[116.395495,22.931815],[116.391247,22.933514],[116.380764,22.928869],[116.355574,22.937076],[116.340303,22.945117],[116.333747,22.944977],[116.326161,22.951039],[116.326585,22.954043],[116.32138,22.961651],[116.312065,22.962265],[116.286761,22.957865],[116.25979,22.946455],[116.227374,22.924779],[116.217257,22.916852],[116.197004,22.896819],[116.17014,22.867078],[116.143103,22.847396],[116.135893,22.839818],[116.13155,22.837312],[116.117213,22.83624],[116.104796,22.829322],[116.0998,22.822613],[116.095169,22.819562],[116.086894,22.826218],[116.083527,22.840677],[116.078245,22.847531],[116.059084,22.850082],[116.038587,22.848628],[116.021432,22.843106],[116.001352,22.832432],[115.992962,22.835093],[115.983085,22.830002],[115.97222,22.820903],[115.954878,22.802371],[115.9483,22.803005],[115.946283,22.805656],[115.949775,22.810667],[115.955003,22.811559],[115.956112,22.812943],[115.954516,22.814739],[115.948845,22.814363],[115.94391,22.81029],[115.934245,22.81009],[115.925721,22.807324],[115.912634,22.799696],[115.903863,22.791398],[115.89603,22.793714],[115.895228,22.796507],[115.891311,22.799234],[115.886341,22.799718],[115.879927,22.798025],[115.853079,22.780093],[115.819514,22.743057],[115.815709,22.741223],[115.800249,22.750407],[115.794941,22.761856],[115.79961,22.762297],[115.802329,22.768615],[115.79976,22.778482],[115.799489,22.787238],[115.802862,22.791236],[115.802244,22.795159],[115.79547,22.804181],[115.793393,22.810485],[115.795386,22.813706],[115.791597,22.818146],[115.796194,22.821476],[115.801136,22.816029],[115.805468,22.816264],[115.811424,22.806061],[115.816607,22.80917],[115.809454,22.819815],[115.800016,22.821528],[115.801119,22.823545],[115.794154,22.826472],[115.788309,22.823809],[115.774093,22.83335],[115.770663,22.839671],[115.750842,22.84753],[115.724426,22.851588],[115.698091,22.849907],[115.696481,22.852693],[115.6997,22.859919],[115.699699,22.870279],[115.694999,22.875274],[115.689527,22.876922],[115.676415,22.877738],[115.658454,22.876189],[115.634406,22.869597],[115.61517,22.861869],[115.614161,22.862899],[115.615312,22.864647],[115.608678,22.865582],[115.602509,22.859118],[115.602036,22.852975],[115.594444,22.850019],[115.57905,22.838597],[115.559072,22.817376],[115.557658,22.81294],[115.560499,22.809084],[115.554089,22.800494],[115.544373,22.793929],[115.541649,22.789119],[115.539741,22.778516],[115.533665,22.779973],[115.525832,22.772791],[115.525287,22.769175],[115.530201,22.769378],[115.531495,22.766727],[115.529468,22.760524],[115.524468,22.754813],[115.521511,22.753725],[115.532172,22.736516],[115.536465,22.722784],[115.54473,22.714261],[115.548205,22.716955],[115.562796,22.740853],[115.554384,22.744817],[115.558518,22.754289],[115.581759,22.74249],[115.586125,22.74377],[115.597451,22.754636],[115.60103,22.752139],[115.598064,22.744643],[115.601084,22.741983],[115.600019,22.736692],[115.584032,22.73206],[115.572123,22.721346],[115.562669,22.70878],[115.559126,22.700917],[115.557595,22.693838],[115.558605,22.685655],[115.577735,22.672712],[115.572931,22.669194],[115.570057,22.669575],[115.567315,22.666433],[115.567353,22.660362],[115.571309,22.658795],[115.57017,22.653774],[115.559865,22.66253],[115.558865,22.667691],[115.555285,22.67057],[115.54435,22.671961],[115.537007,22.669479],[115.528749,22.675362],[115.522234,22.675031],[115.517718,22.678894],[115.51462,22.686494],[115.493535,22.686872],[115.468733,22.70379],[115.447508,22.700674],[115.437448,22.70184],[115.430293,22.697933],[115.421732,22.689272],[115.401369,22.691869],[115.381577,22.689187],[115.377286,22.698284],[115.362876,22.703283],[115.357223,22.712253],[115.351485,22.712013],[115.346721,22.717719],[115.344272,22.725141],[115.33951,22.732697],[115.341963,22.737078],[115.345958,22.738722],[115.349256,22.743721],[115.348139,22.756079],[115.351673,22.761236],[115.353859,22.761575],[115.356102,22.757175],[115.360762,22.754153],[115.370133,22.751812],[115.397753,22.747578],[115.404719,22.749047],[115.416885,22.757541],[115.422282,22.758023],[115.431352,22.762919],[115.426347,22.76638],[115.41374,22.787901],[115.406973,22.789648],[115.396705,22.789364],[115.387769,22.783406],[115.380264,22.775928],[115.374689,22.77806],[115.369246,22.77735],[115.368285,22.772195],[115.36958,22.765663],[115.36178,22.762649],[115.340379,22.783575],[115.320583,22.792237],[115.313189,22.793784],[115.295171,22.794337],[115.272024,22.792372],[115.256498,22.78748],[115.2355,22.786345],[115.230308,22.781295],[115.228336,22.786988],[115.231777,22.789359],[115.235414,22.789278],[115.237356,22.791917],[115.232688,22.799105],[115.233614,22.804261],[115.243196,22.808745],[115.250336,22.815007],[115.265976,22.820178],[115.267979,22.827353],[115.271043,22.829576],[115.280151,22.833262],[115.284476,22.830104],[115.285644,22.853705],[115.294927,22.851348],[115.30027,22.856345],[115.312151,22.861822],[115.316803,22.868135],[115.31778,22.884853],[115.316308,22.897285],[115.318253,22.902645],[115.323504,22.905698],[115.328157,22.913102],[115.325057,22.91629],[115.321866,22.906155],[115.313553,22.902704],[115.308853,22.903286],[115.30866,22.908317],[115.305533,22.905169],[115.305914,22.901856],[115.311253,22.897648],[115.313019,22.890806],[115.312631,22.880781],[115.309794,22.871837],[115.30259,22.867608],[115.294137,22.865802],[115.281888,22.85802],[115.276288,22.840605],[115.270527,22.839798],[115.256279,22.822735],[115.249996,22.8234],[115.248187,22.824326],[115.248031,22.826563],[115.237462,22.830644],[115.21018,22.834818],[115.188468,22.829842],[115.174306,22.821962],[115.172804,22.814182],[115.165963,22.808732],[115.164705,22.80452],[115.169632,22.79648],[115.178195,22.793193],[115.182862,22.795097],[115.187743,22.790458],[115.189436,22.783888],[115.184267,22.779424],[115.179268,22.778374],[115.172099,22.779375],[115.176043,22.782986],[115.174897,22.784959],[115.169451,22.788173],[115.163901,22.788245],[115.156972,22.793084],[115.153997,22.797112],[115.153021,22.804548],[115.155345,22.81007],[115.148569,22.81336],[115.123294,22.810402],[115.115967,22.808176],[115.100326,22.799099],[115.077556,22.798213],[115.055284,22.789801],[115.053189,22.789956],[115.052241,22.794954],[115.049861,22.798039],[115.048455,22.797633],[115.050379,22.792449],[115.045874,22.78919],[115.042538,22.777026],[115.044908,22.772147],[115.042898,22.763075],[115.047498,22.750502],[115.042572,22.749224],[115.041419,22.7511],[115.027547,22.748634],[115.019954,22.742023],[115.016168,22.734638],[115.01528,22.728759],[115.027703,22.72422],[115.032431,22.716786],[115.028503,22.712477],[115.027409,22.707382],[115.022809,22.705908],[115.003839,22.705807],[114.985331,22.691169],[114.978308,22.68832],[114.974658,22.689019],[114.975436,22.693862],[114.973445,22.695733],[114.966642,22.698516],[114.957497,22.697216],[114.950818,22.70737],[114.949961,22.712079],[114.950177,22.720289],[114.953691,22.730591],[114.951811,22.740364],[114.936246,22.751477],[114.925302,22.752884],[114.920434,22.750478],[114.903974,22.749145],[114.892257,22.756344],[114.888392,22.762664],[114.880776,22.767642],[114.877909,22.760302],[114.867538,22.758732],[114.885108,22.744306],[114.884792,22.73762],[114.878059,22.728095],[114.88776,22.728372],[114.895126,22.719869],[114.902163,22.718629],[114.907276,22.719582],[114.91669,22.725166],[114.919194,22.724028],[114.925952,22.71539],[114.933285,22.713047],[114.950997,22.702144],[114.950961,22.698535],[114.953841,22.695257],[114.965516,22.693152],[114.965099,22.687055],[114.968588,22.679119],[114.939105,22.657743],[114.926176,22.643604],[114.905422,22.609512],[114.900138,22.590339],[114.900441,22.57793],[114.90196,22.575267],[114.911878,22.572016],[114.917026,22.565643],[114.917611,22.561589],[114.913465,22.556228],[114.907238,22.552198],[114.904338,22.551623],[114.892344,22.554703],[114.887857,22.552052],[114.886341,22.546186],[114.8838,22.544237],[114.880968,22.546704],[114.881016,22.553646],[114.882044,22.555691],[114.885529,22.555769],[114.889783,22.559535],[114.889127,22.565217],[114.885533,22.569718],[114.89224,22.578616],[114.886578,22.58912],[114.87493,22.596927],[114.858091,22.602082],[114.840123,22.602952],[114.823022,22.600564],[114.822465,22.595208],[114.817347,22.596259],[114.802735,22.591295],[114.799074,22.597881],[114.788144,22.599924],[114.773954,22.596154],[114.766061,22.597353],[114.763754,22.596346],[114.763916,22.593787],[114.754928,22.589232],[114.752425,22.591144],[114.750808,22.599006],[114.743707,22.601093],[114.736611,22.605496],[114.735229,22.608151],[114.741513,22.614737],[114.743058,22.629235],[114.746684,22.636417],[114.746839,22.640172],[114.742534,22.645662],[114.732259,22.65297],[114.732417,22.659385],[114.740989,22.675697],[114.748916,22.684008],[114.75054,22.68996],[114.748,22.696603],[114.737993,22.708249],[114.736873,22.714226],[114.741598,22.72098],[114.739174,22.731127],[114.743199,22.743424],[114.759308,22.758451],[114.776667,22.762289],[114.790446,22.776208],[114.806817,22.777272],[114.818329,22.782758],[114.824269,22.789613],[114.825343,22.793885],[114.816429,22.79964],[114.804549,22.81081],[114.802378,22.818432],[114.79759,22.820062],[114.794996,22.827806],[114.792137,22.827221],[114.788932,22.822764],[114.789181,22.820056],[114.783476,22.816654],[114.778747,22.829044],[114.77054,22.832686],[114.767251,22.827362],[114.767881,22.824607],[114.771752,22.825565],[114.775279,22.819832],[114.775957,22.804692],[114.7741,22.798019],[114.770915,22.795448],[114.767402,22.787308],[114.764415,22.785801],[114.760769,22.787169],[114.752194,22.783933],[114.744762,22.777713],[114.735793,22.777423],[114.730874,22.782362],[114.722366,22.784418],[114.720667,22.787048],[114.722006,22.789603],[114.714391,22.793551],[114.713482,22.795591],[114.710661,22.793542],[114.711131,22.790726],[114.709836,22.790184],[114.706075,22.793307],[114.689038,22.792303],[114.685024,22.789032],[114.687187,22.780255],[114.683026,22.777676],[114.672501,22.77792],[114.643697,22.76914],[114.638001,22.754214],[114.583087,22.732848],[114.582937,22.726836],[114.574585,22.726764],[114.572172,22.736569],[114.570266,22.737328],[114.567171,22.735526],[114.569777,22.732235],[114.566243,22.729029],[114.559793,22.727341],[114.55673,22.728622],[114.554895,22.727083],[114.554544,22.723806],[114.559493,22.722121],[114.563825,22.722639],[114.568464,22.717844],[114.570388,22.71376],[114.570419,22.706059],[114.575363,22.701154],[114.576388,22.696721],[114.5752,22.691916],[114.568418,22.691215],[114.56445,22.695883],[114.550948,22.695847],[114.550904,22.701461],[114.546278,22.703836],[114.53855,22.713403],[114.533068,22.713152],[114.52921,22.710585],[114.532563,22.703778],[114.532837,22.69906],[114.542217,22.693411],[114.540165,22.68791],[114.535866,22.684388],[114.527292,22.683466],[114.524413,22.680747],[114.516131,22.684164],[114.511838,22.683667],[114.51105,22.681648],[114.51452,22.679193],[114.512049,22.67015],[114.4987,22.658083],[114.497123,22.65484],[114.501503,22.647144],[114.505129,22.645909],[114.50966,22.646963],[114.517388,22.653273],[114.524605,22.655542],[114.536385,22.650218],[114.567987,22.652479],[114.571503,22.653948],[114.571956,22.65735],[114.575491,22.660905],[114.592149,22.656969],[114.595483,22.653716],[114.590687,22.649384],[114.588501,22.640967],[114.583175,22.639451],[114.580112,22.635036],[114.578113,22.629067],[114.579725,22.62571],[114.578076,22.61872],[114.572038,22.616179],[114.540047,22.593981],[114.521398,22.59015],[114.51346,22.595165],[114.508315,22.592948],[114.499491,22.580406],[114.501381,22.568178],[114.49879,22.555604],[114.518888,22.552591],[114.525462,22.560018],[114.524783,22.566907],[114.52655,22.56864],[114.530907,22.567881],[114.543603,22.571419],[114.547217,22.570392],[114.565426,22.5481],[114.589975,22.54257],[114.598267,22.541902],[114.605579,22.544535],[114.60678,22.538908],[114.603468,22.535516],[114.603694,22.531355],[114.616119,22.523594],[114.622924,22.513145],[114.62131,22.509693],[114.610716,22.499268],[114.594233,22.4971],[114.592863,22.492229],[114.581984,22.493867],[114.578356,22.487186],[114.564342,22.484408],[114.558691,22.478092],[114.55326,22.479067],[114.546069,22.484671],[114.537287,22.481271],[114.526238,22.471443],[114.526236,22.46774],[114.529804,22.465859],[114.519038,22.457681],[114.51881,22.453911],[114.515417,22.451875],[114.500603,22.450987],[114.494875,22.455878],[114.496505,22.465136],[114.495387,22.466824],[114.49158,22.46847],[114.484607,22.468551],[114.481711,22.470834],[114.482806,22.47845],[114.487168,22.489916],[114.485202,22.492042],[114.478646,22.494195],[114.479745,22.502583],[114.476203,22.509217],[114.475767,22.513368],[114.479451,22.514237],[114.485921,22.524915],[114.486636,22.535483],[114.478465,22.541214],[114.477531,22.548642],[114.467545,22.551436],[114.459184,22.569827],[114.442321,22.572046],[114.432801,22.57706],[114.434314,22.583437],[114.433746,22.589188],[114.426162,22.602009],[114.414955,22.605231],[114.409709,22.612122],[114.388428,22.614761],[114.369226,22.610182],[114.343322,22.598894],[114.335735,22.599414],[114.326715,22.605183],[114.307301,22.598711],[114.30329,22.596465],[114.2995,22.591662],[114.299284,22.5895],[114.302212,22.585847],[114.300018,22.573075],[114.29667,22.573342],[114.288512,22.582104],[114.279465,22.588743],[114.275296,22.589268],[114.269763,22.583572],[114.271268,22.581897],[114.273382,22.583422],[114.288549,22.566899],[114.274642,22.566445],[114.265928,22.575871],[114.254307,22.566777],[114.24917,22.570751],[114.249448,22.566696],[114.253107,22.56278],[114.245899,22.556985],[114.241676,22.55968],[114.22787,22.544023],[114.226653,22.543748],[114.22641,22.548182],[114.217746,22.555905],[114.197051,22.55677],[114.189285,22.554108],[114.177722,22.555993],[114.173847,22.559738],[114.161071,22.561909],[114.157329,22.557268],[114.15279,22.554952],[114.149824,22.550338],[114.147587,22.541508],[114.136165,22.54292],[114.130675,22.541951],[114.123447,22.538747],[114.11629,22.533717],[114.115294,22.530992],[114.111711,22.529485],[114.104626,22.535045],[114.088557,22.536392],[114.077759,22.528971],[114.08503,22.523938],[114.082636,22.518592],[114.076632,22.515108],[114.071921,22.518183],[114.063374,22.516316],[114.057789,22.511524],[114.05656,22.504298],[114.052342,22.502361],[114.034512,22.507002],[114.032587,22.512651],[114.026433,22.519424],[114.001054,22.529705],[113.996976,22.52865],[113.98866,22.529589],[113.989412,22.524812],[113.985582,22.523043],[113.95063,22.522594],[113.947547,22.490958],[113.930925,22.47998],[113.916548,22.482285],[113.903079,22.474856],[113.894331,22.465886],[113.896022,22.45773],[113.886871,22.446379],[113.871366,22.47496],[113.862917,22.498771],[113.864837,22.502639],[113.862305,22.512518],[113.862932,22.516227],[113.880835,22.5258],[113.886057,22.534996],[113.885166,22.540106],[113.883562,22.543057],[113.876834,22.546463],[113.873286,22.544214],[113.87002,22.54433],[113.862996,22.553679],[113.860481,22.553077],[113.867527,22.529749],[113.857873,22.524991],[113.847639,22.557926],[113.843253,22.56102],[113.835494,22.57277],[113.839194,22.574697],[113.830893,22.58204],[113.833213,22.587281],[113.824517,22.602601],[113.815836,22.608816],[113.807339,22.605843],[113.798473,22.626138],[113.78571,22.649357],[113.765315,22.679192],[113.764179,22.68304],[113.759719,22.682211],[113.75399,22.690196],[113.751647,22.71711],[113.756848,22.737265],[113.764301,22.743739],[113.762447,22.74508],[113.760925,22.74429],[113.748454,22.734336],[113.722508,22.752635],[113.718659,22.749827],[113.712334,22.757095],[113.712783,22.759519],[113.711179,22.756891],[113.71266,22.746569],[113.710731,22.743313],[113.667012,22.745346],[113.663455,22.747723],[113.660403,22.75478],[113.658009,22.75628],[113.657007,22.76136],[113.618427,22.758381],[113.619404,22.753572],[113.607727,22.744313],[113.572206,22.741434],[113.564692,22.744028],[113.557088,22.749965],[113.55018,22.74196],[113.556346,22.735278],[113.558146,22.735704],[113.563209,22.732578],[113.568966,22.725805],[113.567432,22.724172],[113.575034,22.717392],[113.585763,22.696072],[113.593386,22.690358],[113.596401,22.69028],[113.604983,22.684904],[113.644225,22.639705],[113.649202,22.617035],[113.658567,22.600611],[113.6485,22.592119],[113.656314,22.581494],[113.634351,22.562803],[113.612875,22.595402],[113.595245,22.609546],[113.588863,22.602491],[113.588068,22.603986],[113.581209,22.599675],[113.580218,22.596784],[113.575575,22.597701],[113.572932,22.592665],[113.578213,22.590937],[113.570019,22.586489],[113.554111,22.583191],[113.557567,22.57916],[113.568594,22.582186],[113.595763,22.583924],[113.605615,22.577544],[113.614738,22.568291],[113.621216,22.554024],[113.622213,22.526365],[113.625505,22.505392],[113.592735,22.501281],[113.586409,22.528026],[113.583817,22.549896],[113.58529,22.552435],[113.570935,22.56463],[113.569148,22.563579],[113.575143,22.553536],[113.57951,22.540569],[113.579954,22.527485],[113.586605,22.4958],[113.583282,22.487523],[113.577679,22.486391],[113.57041,22.469107],[113.57159,22.467052],[113.580937,22.466938],[113.581086,22.43237],[113.580121,22.427157],[113.56787,22.416015],[113.562377,22.416219],[113.564665,22.391146],[113.566505,22.387186],[113.56838,22.386683],[113.572279,22.392101],[113.586018,22.387125],[113.606259,22.382802],[113.609291,22.374806],[113.61212,22.372468],[113.616954,22.378511],[113.621537,22.378624],[113.624199,22.373146],[113.621646,22.367335],[113.623151,22.36071],[113.617921,22.35097],[113.611542,22.348428],[113.597687,22.350064],[113.590798,22.347136],[113.590502,22.337424],[113.598842,22.328894],[113.600755,22.320335],[113.606634,22.319467],[113.598637,22.314439],[113.59308,22.31729],[113.587678,22.317096],[113.580269,22.312458],[113.574866,22.303394],[113.573415,22.291424],[113.577236,22.278179],[113.576938,22.268826],[113.578714,22.264709],[113.585629,22.261089],[113.587401,22.255213],[113.590443,22.253102],[113.591563,22.249677],[113.588994,22.241128],[113.58502,22.234244],[113.577669,22.236456],[113.562737,22.233305],[113.553703,22.220945],[113.552507,22.218581],[113.554128,22.216821],[113.553457,22.215473],[113.550925,22.215425],[113.550847,22.217036],[113.544356,22.216953],[113.541717,22.213233],[113.534944,22.213525],[113.533083,22.212306],[113.534688,22.206379],[113.527411,22.191479],[113.522016,22.173396],[113.525795,22.167851],[113.530463,22.169606],[113.535581,22.160022],[113.546915,22.146663],[113.546052,22.108727],[113.544472,22.102674],[113.546976,22.096447],[113.554839,22.090812],[113.55065,22.086329],[113.551472,22.084424],[113.555383,22.083551],[113.55468,22.079369],[113.551441,22.076525],[113.544521,22.078157],[113.544056,22.082473],[113.541591,22.084064],[113.534567,22.082359],[113.528906,22.084152],[113.520729,22.081819],[113.504446,22.072089],[113.502524,22.069025],[113.503977,22.064246],[113.493063,22.060872],[113.478267,22.07744],[113.48365,22.079558],[113.494721,22.069316],[113.496153,22.070325],[113.497138,22.077469],[113.49472,22.079494],[113.490358,22.079463],[113.477564,22.08677],[113.467441,22.096185],[113.432296,22.169316],[113.409133,22.169066],[113.413545,22.159348],[113.395676,22.14473],[113.378189,22.13347],[113.36449,22.15431],[113.362183,22.154081],[113.362402,22.148098],[113.377509,22.092113],[113.397061,22.094756],[113.403545,22.082382],[113.406182,22.0787],[113.409318,22.077478],[113.415147,22.068406],[113.398475,22.042722],[113.401254,22.039892],[113.392907,22.033896],[113.390162,22.029234],[113.390368,22.015553],[113.393613,22.013315],[113.400191,22.015882],[113.403136,22.015424],[113.40475,22.014173],[113.406131,22.008241],[113.403112,22.00713],[113.398138,22.010606],[113.382132,22.004458],[113.375791,22.000308],[113.369769,21.990571],[113.362035,21.988868],[113.357149,21.991862],[113.354518,21.997291],[113.3446,22.007009],[113.327554,22.0088],[113.31183,22.002794],[113.29852,22.005384],[113.292096,22.010656],[113.294761,22.023832],[113.280556,22.032747],[113.278686,22.04583],[113.279957,22.056206],[113.277577,22.068222],[113.267,22.0861],[113.2609,22.0833],[113.268059,22.073576],[113.271034,22.061798],[113.269384,22.042555],[113.256235,22.041689],[113.253509,22.032446],[113.2394,22.023971],[113.238595,22.021363],[113.244873,22.017169],[113.250159,22.016602],[113.25338,22.00866],[113.249612,22.004681],[113.263009,21.953945],[113.26794,21.951695],[113.274588,21.942149],[113.273496,21.93742],[113.277592,21.934509],[113.281904,21.925131],[113.289142,21.924432],[113.295367,21.920605],[113.290698,21.916045],[113.28417,21.918166],[113.277883,21.911057],[113.276455,21.907079],[113.285671,21.902032],[113.286761,21.899183],[113.277592,21.897211],[113.274466,21.894516],[113.261746,21.874681],[113.237922,21.889342],[113.233287,21.895486],[113.228867,21.905727],[113.219185,21.902276],[113.217122,21.906673],[113.21472,21.923644],[113.232776,21.94575],[113.224967,21.951557],[113.208696,21.932699],[113.204329,21.936022],[113.202454,21.94141],[113.215249,21.958109],[113.213301,21.959539],[113.215911,21.963852],[113.206694,21.96043],[113.208428,21.957373],[113.196702,21.951282],[113.192492,21.958447],[113.176491,21.96341],[113.154059,21.98975],[113.157207,21.994199],[113.108607,22.05921],[113.107591,22.069458],[113.105751,22.070462],[113.105335,22.08845],[113.10346,22.089596],[113.10791,22.106883],[113.115714,22.126928],[113.116219,22.149504],[113.104328,22.184807],[113.102861,22.193735],[113.105294,22.202793],[113.125699,22.21946],[113.123098,22.222358],[113.10008,22.205579],[113.087102,22.226605],[113.079937,22.225243],[113.08386,22.217881],[113.08405,22.209033],[113.086098,22.203275],[113.082733,22.187705],[113.084157,22.186059],[113.084489,22.169166],[113.072303,22.155773],[113.083283,22.14628],[113.059209,22.118455],[113.030449,22.138839],[113.015311,22.117664],[113.025988,22.105614],[113.022052,22.098358],[113.017977,22.084392],[113.020332,22.082821],[113.020475,22.080323],[113.018405,22.079109],[113.010582,22.080905],[113.009673,22.075008],[113.009913,22.07341],[113.016298,22.073465],[113.014054,22.04858],[113.016364,22.032025],[113.026621,22.001529],[113.026417,21.996617],[113.024093,21.996497],[113.024682,21.980794],[113.021322,21.980836],[113.02099,21.973471],[113.02126,21.971155],[113.029042,21.961833],[113.030373,21.957294],[113.029195,21.949948],[113.018517,21.941879],[113.017646,21.93825],[113.005668,21.936678],[112.989739,21.920242],[112.988386,21.90921],[112.982912,21.892243],[112.960997,21.883272],[112.957682,21.873445],[112.944923,21.869933],[112.93734,21.871795],[112.928197,21.867512],[112.927895,21.855543],[112.90729,21.852363],[112.897288,21.856196],[112.89158,21.863426],[112.889788,21.869089],[112.891321,21.877915],[112.889039,21.884869],[112.884839,21.887803],[112.872713,21.889096],[112.868107,21.893428],[112.862032,21.912013],[112.845112,21.912837],[112.845797,21.918548],[112.859218,21.921289],[112.858532,21.923117],[112.852625,21.923363],[112.852459,21.928083],[112.857796,21.934831],[112.829989,21.954388],[112.822811,21.963398],[112.820976,21.961829],[112.827384,21.954388],[112.826102,21.947134],[112.81018,21.947043],[112.801485,21.943916],[112.781658,21.942354],[112.75205,21.923903],[112.743188,21.912613],[112.744708,21.903237],[112.749759,21.894958],[112.741671,21.888894],[112.737899,21.888175],[112.731913,21.89473],[112.715198,21.885659],[112.710805,21.891881],[112.709471,21.890766],[112.701167,21.881526],[112.690976,21.865415],[112.688067,21.850022],[112.675799,21.852083],[112.66251,21.839415],[112.658982,21.8388],[112.657963,21.827792],[112.649791,21.823812],[112.647889,21.818277],[112.644734,21.786235],[112.62457,21.790258],[112.621737,21.789338],[112.620006,21.788049],[112.624162,21.783274],[112.626067,21.775408],[112.624558,21.772245],[112.620709,21.771744],[112.617342,21.767955],[112.611884,21.765858],[112.604898,21.767834],[112.598467,21.765613],[112.593425,21.761409],[112.571098,21.761657],[112.568256,21.756633],[112.563735,21.755192],[112.543916,21.765118],[112.540994,21.771114],[112.541619,21.775951],[112.52638,21.774229],[112.506771,21.782111],[112.503937,21.784091],[112.503519,21.786552],[112.496562,21.790269],[112.48827,21.792413],[112.479175,21.799381],[112.467885,21.804729],[112.466162,21.809385],[112.461328,21.809831],[112.458543,21.806497],[112.452473,21.809065],[112.445788,21.808996],[112.432133,21.815087],[112.428844,21.818877],[112.419713,21.839898],[112.417959,21.852296],[112.418427,21.869619],[112.41542,21.892846],[112.415911,21.900449],[112.42234,21.91674],[112.429537,21.922957],[112.449284,21.932493],[112.455263,21.934003],[112.463879,21.932845],[112.472973,21.935201],[112.479871,21.939932],[112.487281,21.941576],[112.502077,21.941446],[112.504852,21.94321],[112.505629,21.946828],[112.507567,21.948257],[112.504758,21.951679],[112.502232,21.94427],[112.492267,21.943491],[112.473206,21.952557],[112.460105,21.953033],[112.455957,21.949479],[112.455706,21.942416],[112.451075,21.937541],[112.430704,21.929095],[112.417447,21.920852],[112.414183,21.912547],[112.414067,21.907492],[112.408689,21.904174],[112.39915,21.935593],[112.38923,21.958091],[112.382134,21.96708],[112.384101,21.973541],[112.381344,21.981843],[112.372103,21.99184],[112.373785,22.001176],[112.379124,22.004517],[112.382407,22.010816],[112.387018,22.014912],[112.384787,22.016671],[112.382743,22.015179],[112.382334,22.020308],[112.385311,22.023473],[112.396339,22.027234],[112.400972,22.050859],[112.399891,22.055457],[112.396241,22.060133],[112.399129,22.064695],[112.398731,22.067421],[112.394969,22.061456],[112.396879,22.054085],[112.394685,22.049227],[112.395873,22.043106],[112.394479,22.039496],[112.391268,22.037262],[112.391489,22.033736],[112.389289,22.031426],[112.381704,22.028683],[112.379384,22.031155],[112.374952,22.027521],[112.373649,22.024766],[112.373888,22.012218],[112.367773,22.011933],[112.365744,22.006401],[112.36716,21.999943],[112.366498,21.990328],[112.375158,21.979715],[112.377794,21.963084],[112.382256,21.954054],[112.386189,21.934544],[112.394323,21.916616],[112.395682,21.910695],[112.394424,21.908306],[112.398685,21.899974],[112.400202,21.884994],[112.403722,21.874924],[112.404107,21.849161],[112.413821,21.820556],[112.414164,21.803938],[112.413079,21.801653],[112.409763,21.801699],[112.413506,21.79368],[112.410333,21.787852],[112.411029,21.783746],[112.415562,21.778246],[112.416514,21.774569],[112.408042,21.765559],[112.409016,21.758897],[112.405254,21.754932],[112.404469,21.746711],[112.406673,21.745576],[112.407646,21.742113],[112.403723,21.73714],[112.390803,21.731919],[112.381084,21.72977],[112.375397,21.731026],[112.359788,21.727449],[112.350143,21.72333],[112.348531,21.721751],[112.34796,21.716614],[112.349471,21.714197],[112.345429,21.709927],[112.34233,21.714581],[112.343361,21.716642],[112.342147,21.7189],[112.330819,21.720184],[112.325171,21.717938],[112.32451,21.713107],[112.314907,21.711149],[112.312936,21.706294],[112.308754,21.704261],[112.306532,21.708077],[112.303063,21.707993],[112.292529,21.705464],[112.29035,21.703352],[112.288015,21.705595],[112.268158,21.703563],[112.264568,21.700608],[112.258646,21.703921],[112.25135,21.703949],[112.239402,21.707164],[112.238878,21.709228],[112.244557,21.712301],[112.245093,21.715101],[112.24257,21.720851],[112.243588,21.724915],[112.241709,21.730479],[112.238925,21.730292],[112.236944,21.733799],[112.231118,21.737955],[112.224686,21.739035],[112.213651,21.733146],[112.211241,21.737835],[112.213411,21.74109],[112.212305,21.743234],[112.208001,21.745591],[112.198003,21.745323],[112.192419,21.756597],[112.192902,21.760507],[112.199227,21.764081],[112.199317,21.768094],[112.196154,21.775255],[112.199715,21.792326],[112.195241,21.792781],[112.187499,21.802556],[112.182525,21.805363],[112.153839,21.806815],[112.11927,21.799732],[112.074504,21.783249],[112.042365,21.786996],[112.032386,21.790756],[112.020978,21.791655],[112.019869,21.786725],[112.044319,21.77851],[112.052869,21.777204],[112.05392,21.775027],[112.034689,21.770109],[111.993769,21.755183],[111.955962,21.727667],[111.95439,21.730883],[111.95975,21.739388],[111.974687,21.745534],[111.973587,21.749615],[111.971386,21.749279],[111.958118,21.739888],[111.939677,21.718487],[111.939006,21.720328],[111.943314,21.724334],[111.940864,21.723817],[111.938547,21.727278],[111.935387,21.725702],[111.930502,21.717054],[111.921661,21.708601],[111.914762,21.704938],[111.907666,21.704438],[111.897742,21.695142],[111.891647,21.691695],[111.880035,21.686678],[111.869637,21.685288],[111.859208,21.679521],[111.846175,21.686447],[111.835115,21.685884],[111.830711,21.683385],[111.833067,21.675034],[111.830569,21.67382],[111.825001,21.685384],[111.823716,21.685598],[111.819361,21.696877],[111.829855,21.705443],[111.832169,21.704385],[111.836007,21.708597],[111.837663,21.713266],[111.835546,21.713039],[111.83526,21.717573],[111.837338,21.719517],[111.830083,21.715176],[111.832794,21.712682],[111.832137,21.710626],[111.828868,21.70957],[111.828525,21.706929],[111.822,21.704116],[111.822248,21.702563],[111.818985,21.700388],[111.813646,21.706518],[111.81414,21.708297],[111.810877,21.712549],[111.81414,21.714329],[111.814338,21.717987],[111.821238,21.724333],[111.830095,21.726479],[111.83699,21.732738],[111.833142,21.741589],[111.820714,21.736635],[111.818748,21.738195],[111.82041,21.742395],[111.841821,21.750786],[111.840706,21.751867],[111.835142,21.752694],[111.827918,21.749198],[111.822558,21.750364],[111.818984,21.749354],[111.813779,21.741663],[111.810594,21.741042],[111.80933,21.737127],[111.804004,21.733955],[111.800658,21.733771],[111.798942,21.734804],[111.801,21.742575],[111.798872,21.746762],[111.803065,21.752823],[111.800082,21.756969],[111.799952,21.759996],[111.80135,21.762249],[111.805856,21.764191],[111.803681,21.765201],[111.801117,21.763647],[111.794902,21.754015],[111.791717,21.755568],[111.789232,21.764657],[111.795009,21.775971],[111.793566,21.780446],[111.789401,21.775012],[111.774089,21.76541],[111.773103,21.762699],[111.769069,21.763227],[111.761264,21.769549],[111.759657,21.776571],[111.743076,21.764384],[111.736588,21.762033],[111.731927,21.762709],[111.720727,21.760722],[111.711227,21.763686],[111.707842,21.769055],[111.696544,21.765818],[111.687847,21.773724],[111.685542,21.770949],[111.695585,21.760339],[111.709635,21.757039],[111.713296,21.754022],[111.710683,21.749576],[111.702287,21.750303],[111.700269,21.748056],[111.707723,21.74675],[111.711847,21.748284],[111.714535,21.747593],[111.719375,21.741638],[111.724996,21.737812],[111.719958,21.734497],[111.718038,21.737476],[111.719346,21.733272],[111.728998,21.734321],[111.734874,21.73118],[111.733999,21.724374],[111.735525,21.718007],[111.736927,21.719163],[111.738079,21.727225],[111.742291,21.730286],[111.760505,21.721533],[111.765503,21.721119],[111.786645,21.7135],[111.788111,21.710262],[111.785581,21.692262],[111.786894,21.68395],[111.78118,21.68017],[111.781742,21.677129],[111.786005,21.675402],[111.78572,21.669794],[111.782701,21.661839],[111.775538,21.65153],[111.77405,21.642691],[111.77262,21.642221],[111.767052,21.646226],[111.758555,21.643639],[111.762442,21.638767],[111.76655,21.628492],[111.776812,21.627362],[111.785214,21.619923],[111.748999,21.618654],[111.735521,21.616131],[111.725891,21.613543],[111.696897,21.600188],[111.6781,21.584585],[111.670338,21.570537],[111.668581,21.563226],[111.670677,21.556993],[111.670838,21.543246],[111.673677,21.539134],[111.66993,21.532885],[111.656615,21.529712],[111.646309,21.521183],[111.644815,21.519403],[111.645258,21.516251],[111.640539,21.515588],[111.637865,21.517834],[111.639749,21.51861],[111.639878,21.523597],[111.634277,21.52927],[111.636947,21.535004],[111.63157,21.540433],[111.618104,21.54125],[111.614028,21.548288],[111.612315,21.548776],[111.609068,21.548421],[111.606745,21.542605],[111.614008,21.540398],[111.619944,21.535541],[111.632026,21.530757],[111.632863,21.527517],[111.631807,21.526466],[111.623828,21.53207],[111.616577,21.534357],[111.605582,21.534838],[111.592716,21.532909],[111.574574,21.525592],[111.544293,21.507287],[111.538649,21.511538],[111.541697,21.518212],[111.546773,21.518978],[111.547936,21.524438],[111.543566,21.527314],[111.536976,21.524622],[111.524137,21.525213],[111.508774,21.519927],[111.489537,21.508202],[111.482182,21.507747],[111.474554,21.502705],[111.471023,21.512885],[111.456711,21.519655],[111.45525,21.523006],[111.459513,21.526899],[111.463034,21.526523],[111.466325,21.523967],[111.474388,21.522776],[111.482103,21.523689],[111.485827,21.526],[111.47958,21.529192],[111.471895,21.528497],[111.469317,21.526364],[111.465672,21.528344],[111.467682,21.532508],[111.461857,21.535296],[111.455228,21.546484],[111.45157,21.561224],[111.448476,21.563519],[111.448325,21.568984],[111.445285,21.56996],[111.446829,21.56599],[111.445758,21.563343],[111.440815,21.569639],[111.438688,21.579754],[111.432765,21.580064],[111.435752,21.57651],[111.433535,21.572842],[111.44389,21.554478],[111.441624,21.549939],[111.437903,21.554386],[111.435703,21.548898],[111.437776,21.546355],[111.434576,21.541751],[111.450371,21.532269],[111.432052,21.526677],[111.428141,21.524722],[111.427033,21.521662],[111.422337,21.520923],[111.414636,21.531715],[111.40014,21.533391],[111.396024,21.527753],[111.396544,21.52407],[111.406037,21.52208],[111.41437,21.525144],[111.417377,21.525408],[111.417498,21.524258],[111.414393,21.52383],[111.413322,21.520868],[111.407397,21.518155],[111.381101,21.50861],[111.368496,21.500687],[111.343969,21.475437],[111.311779,21.451946],[111.30224,21.441386],[111.299021,21.442761],[111.294918,21.442122],[111.300956,21.43778],[111.299112,21.431682],[111.292063,21.437304],[111.290041,21.437244],[111.280864,21.428769],[111.278172,21.422813],[111.275354,21.420875],[111.272614,21.420316],[111.265511,21.422684],[111.258355,21.418015],[111.257584,21.415315],[111.254401,21.418738],[111.257158,21.423312],[111.255559,21.427691],[111.257522,21.434393],[111.252436,21.445927],[111.253557,21.447519],[111.257788,21.443462],[111.265927,21.439223],[111.27628,21.439257],[111.277499,21.436241],[111.285863,21.447467],[111.282059,21.455151],[111.278832,21.456765],[111.278755,21.45907],[111.288373,21.474582],[111.294357,21.478148],[111.294088,21.480641],[111.282389,21.490618],[111.275309,21.493371],[111.276817,21.496423],[111.273882,21.498383],[111.267965,21.499362],[111.264784,21.498236],[111.262666,21.492791],[111.260259,21.491016],[111.250503,21.493935],[111.243409,21.491453],[111.225605,21.508729],[111.206151,21.514384],[111.202903,21.506485],[111.186982,21.512687],[111.185473,21.511431],[111.193964,21.506739],[111.19287,21.504014],[111.18604,21.499204],[111.187137,21.496607],[111.201083,21.500489],[111.22072,21.5006],[111.226294,21.4939],[111.233091,21.491358],[111.235308,21.484979],[111.233701,21.480878],[111.23005,21.480045],[111.208995,21.482739],[111.192461,21.479297],[111.16007,21.468162],[111.149311,21.467468],[111.136336,21.464023],[111.135405,21.467132],[111.132962,21.468472],[111.120898,21.468726],[111.100582,21.460804],[111.093928,21.468933],[111.087494,21.473675],[111.085091,21.479391],[111.0952,21.478843],[111.095294,21.484807],[111.083487,21.481697],[111.072538,21.48892],[111.073155,21.495313],[111.077935,21.503733],[111.079626,21.511016],[111.070242,21.516107],[111.048865,21.51785],[111.042216,21.520242],[111.039015,21.516241],[111.032204,21.518599],[111.031565,21.520285],[111.034161,21.524611],[111.033108,21.531894],[111.034622,21.536466],[111.031995,21.538038],[111.029493,21.525865],[111.02153,21.516365],[111.005328,21.501285],[111.000508,21.502444],[110.998156,21.501108],[111.002376,21.496749],[110.997379,21.489904],[110.998147,21.487607],[111.005314,21.486163],[111.00887,21.48815],[111.01693,21.485151],[111.012907,21.474995],[111.017839,21.471451],[111.021055,21.474685],[111.024357,21.482205],[111.029304,21.482695],[111.04348,21.477429],[111.045674,21.483441],[111.054618,21.486918],[111.0629,21.484898],[111.070842,21.479596],[111.08437,21.466961],[111.080166,21.464536],[111.0582,21.460693],[111.028866,21.451188],[111.005454,21.436503],[110.992723,21.426283],[110.988032,21.429456],[110.981096,21.429585],[110.970843,21.425684],[110.958802,21.417899],[110.949481,21.415193],[110.945514,21.415703],[110.946582,21.420597],[110.942891,21.422554],[110.943863,21.418568],[110.936716,21.420003],[110.926924,21.41767],[110.910225,21.407386],[110.890304,21.388591],[110.881641,21.385872],[110.872853,21.387483],[110.866731,21.385746],[110.859088,21.386365],[110.857776,21.386637],[110.857385,21.390151],[110.854343,21.391828],[110.8457,21.392853],[110.831491,21.387531],[110.826118,21.395099],[110.821651,21.398271],[110.815083,21.399346],[110.798256,21.396729],[110.799244,21.401202],[110.796845,21.402731],[110.770266,21.395871],[110.753839,21.382701],[110.746752,21.386038],[110.743623,21.384331],[110.74157,21.376341],[110.727771,21.367526],[110.709807,21.348529],[110.679723,21.309365],[110.669518,21.291454],[110.656567,21.258042],[110.649888,21.247026],[110.643704,21.24329],[110.62995,21.227037],[110.617789,21.221285],[110.611388,21.221245],[110.606267,21.227447],[110.605369,21.233157],[110.603063,21.231062],[110.604602,21.221284],[110.603516,21.219473],[110.587852,21.218839],[110.564219,21.22063],[110.559667,21.223033],[110.544259,21.216877],[110.537341,21.210868],[110.528951,21.20789],[110.523863,21.208801],[110.518947,21.213544],[110.512808,21.2164],[110.497997,21.220864],[110.486722,21.220676],[110.479681,21.216801],[110.479931,21.213162],[110.477111,21.211084],[110.465844,21.210463],[110.456122,21.206235],[110.454061,21.194382],[110.450406,21.191023],[110.443839,21.189734],[110.433512,21.189958],[110.427254,21.197576],[110.429475,21.202766],[110.434795,21.207582],[110.440442,21.220486],[110.441007,21.234602],[110.439292,21.241868],[110.443328,21.242171],[110.444236,21.240051],[110.44679,21.239287],[110.44819,21.24092],[110.446315,21.245487],[110.442564,21.246396],[110.435015,21.243127],[110.43157,21.247761],[110.433092,21.25305],[110.427292,21.258954],[110.42544,21.267096],[110.432358,21.287047],[110.448572,21.30002],[110.45027,21.304768],[110.445904,21.309629],[110.426521,21.299589],[110.425153,21.297418],[110.422747,21.326173],[110.42454,21.329331],[110.427584,21.330754],[110.425802,21.336555],[110.42434,21.356741],[110.433186,21.367798],[110.433357,21.386187],[110.429911,21.38671],[110.42916,21.374632],[110.424976,21.36666],[110.421683,21.366993],[110.398384,21.382794],[110.395083,21.388856],[110.388248,21.394797],[110.384597,21.409819],[110.380908,21.412485],[110.379865,21.410686],[110.374922,21.414811],[110.369878,21.412187],[110.370303,21.411059],[110.381874,21.402138],[110.385911,21.383906],[110.390952,21.374851],[110.395628,21.373636],[110.398346,21.370508],[110.398339,21.367546],[110.396255,21.365795],[110.396879,21.363664],[110.405857,21.346205],[110.409344,21.334026],[110.409563,21.328491],[110.394763,21.327199],[110.390488,21.325002],[110.39094,21.317568],[110.396984,21.323731],[110.408964,21.326814],[110.41258,21.307984],[110.416411,21.300212],[110.416432,21.290557],[110.413691,21.290329],[110.401022,21.27727],[110.40227,21.274396],[110.400043,21.272283],[110.398501,21.272169],[110.392847,21.279307],[110.390677,21.273996],[110.391819,21.269999],[110.389249,21.266858],[110.395759,21.260862],[110.398547,21.261661],[110.406577,21.256121],[110.409557,21.251372],[110.406899,21.248528],[110.411428,21.241251],[110.413704,21.243937],[110.422141,21.238823],[110.423088,21.236446],[110.423856,21.22564],[110.415285,21.207554],[110.414223,21.18986],[110.411938,21.182216],[110.407622,21.183753],[110.4026,21.16688],[110.402454,21.154441],[110.40034,21.148703],[110.403868,21.145902],[110.392999,21.133714],[110.38708,21.131538],[110.377575,21.14222],[110.376155,21.143027],[110.37206,21.141337],[110.364173,21.134326],[110.359929,21.133216],[110.356932,21.126997],[110.356288,21.121277],[110.351042,21.114723],[110.344701,21.110567],[110.335857,21.109441],[110.329889,21.105888],[110.326695,21.108463],[110.32386,21.116009],[110.316648,21.111261],[110.307553,21.108767],[110.307867,21.104071],[110.296214,21.10056],[110.294685,21.102708],[110.267086,21.090315],[110.259285,21.08856],[110.257158,21.089429],[110.253822,21.096038],[110.247793,21.095482],[110.23792,21.098297],[110.247765,21.086942],[110.247642,21.079372],[110.240428,21.07341],[110.237872,21.066608],[110.238832,21.060424],[110.236145,21.050773],[110.2302,21.044538],[110.228723,21.037235],[110.222301,21.03389],[110.217477,21.043305],[110.218001,21.046674],[110.219577,21.047045],[110.217546,21.054053],[110.213267,21.057594],[110.215163,21.063291],[110.21293,21.070003],[110.217001,21.074854],[110.219908,21.100703],[110.225881,21.103654],[110.217176,21.110547],[110.211996,21.108456],[110.212983,21.114348],[110.208766,21.114215],[110.205455,21.109755],[110.19954,21.114131],[110.197757,21.108373],[110.19895,21.104637],[110.202035,21.104239],[110.206755,21.097537],[110.207091,21.086296],[110.209947,21.07105],[110.205815,21.068949],[110.204379,21.062436],[110.195858,21.062884],[110.190974,21.065524],[110.184471,21.064067],[110.184034,21.062484],[110.187789,21.063174],[110.194616,21.060347],[110.199781,21.060563],[110.201987,21.057567],[110.197393,21.051495],[110.200648,21.048971],[110.197458,21.042603],[110.196415,21.040946],[110.192688,21.043698],[110.187761,21.02974],[110.173316,21.003783],[110.173246,21.002456],[110.18325,20.99568],[110.17591,20.996891],[110.171251,20.992847],[110.167571,20.983845],[110.159782,20.987346],[110.155043,20.983102],[110.163545,20.976338],[110.167684,20.97564],[110.169561,20.970024],[110.161972,20.940818],[110.163143,20.920934],[110.168246,20.914053],[110.167713,20.904005],[110.176395,20.884811],[110.186588,20.870806],[110.192786,20.857282],[110.191691,20.854378],[110.183405,20.850157],[110.18425,20.842818],[110.188753,20.844961],[110.198635,20.845179],[110.221759,20.851887],[110.228567,20.856009],[110.243805,20.849201],[110.245461,20.843746],[110.249124,20.843767],[110.263628,20.838482],[110.270535,20.841753],[110.281955,20.842973],[110.287207,20.846238],[110.297205,20.84096],[110.308609,20.847596],[110.323453,20.847931],[110.325148,20.839706],[110.327342,20.836437],[110.331185,20.83913],[110.344932,20.828376],[110.358952,20.824884],[110.378484,20.814616],[110.380602,20.81555],[110.380085,20.817013],[110.377647,20.820548],[110.371392,20.822344],[110.371826,20.82461],[110.37789,20.823794],[110.385146,20.819507],[110.386295,20.800146],[110.380585,20.796891],[110.382584,20.793807],[110.386067,20.792265],[110.387837,20.780673],[110.386924,20.775933],[110.389115,20.774879],[110.392824,20.764517],[110.388187,20.72385],[110.384243,20.714106],[110.382551,20.714678],[110.374171,20.707212],[110.36175,20.709665],[110.355729,20.714219],[110.354241,20.720213],[110.3405,20.733127],[110.342206,20.739245],[110.341312,20.741409],[110.339568,20.741409],[110.338273,20.746219],[110.337048,20.759081],[110.33531,20.759288],[110.328473,20.771884],[110.327591,20.777653],[110.329594,20.780812],[110.326244,20.779122],[110.322985,20.780132],[110.326084,20.778177],[110.326181,20.773361],[110.330313,20.763572],[110.329754,20.755156],[110.331207,20.755114],[110.331282,20.75084],[110.326725,20.743605],[110.320569,20.743496],[110.31427,20.740716],[110.309654,20.742869],[110.313493,20.737735],[110.311843,20.730884],[110.309746,20.730523],[110.307025,20.734656],[110.30538,20.734527],[110.306531,20.730012],[110.313553,20.727645],[110.31778,20.731392],[110.316305,20.739487],[110.328216,20.741336],[110.32992,20.731355],[110.327629,20.727438],[110.329037,20.726153],[110.326807,20.726681],[110.324843,20.724796],[110.326587,20.719638],[110.329416,20.718094],[110.335089,20.707968],[110.334711,20.70356],[110.332209,20.703501],[110.332846,20.698416],[110.320054,20.694661],[110.306397,20.685524],[110.303297,20.681884],[110.300853,20.68264],[110.302554,20.682989],[110.303503,20.686572],[110.300507,20.685049],[110.297434,20.68571],[110.299413,20.678005],[110.303756,20.671952],[110.303086,20.668701],[110.300459,20.665897],[110.299111,20.66007],[110.294541,20.659697],[110.292356,20.662101],[110.289324,20.65959],[110.291778,20.654113],[110.300355,20.653973],[110.306811,20.666694],[110.312314,20.666696],[110.316166,20.670686],[110.318691,20.67067],[110.318698,20.673919],[110.324598,20.680097],[110.331374,20.671667],[110.330976,20.667591],[110.336486,20.666703],[110.330918,20.649077],[110.332971,20.640241],[110.330002,20.635695],[110.335886,20.640862],[110.333708,20.646099],[110.333678,20.650958],[110.33813,20.657276],[110.342414,20.670089],[110.344634,20.670997],[110.349781,20.667364],[110.354928,20.659796],[110.355634,20.656264],[110.353397,20.654027],[110.35934,20.645451],[110.361433,20.651303],[110.36691,20.653145],[110.368014,20.650847],[110.36721,20.64049],[110.369312,20.638165],[110.371201,20.640954],[110.370319,20.653888],[110.371721,20.658225],[110.375053,20.660237],[110.377375,20.65865],[110.386211,20.666355],[110.388936,20.666961],[110.394789,20.658282],[110.39489,20.65586],[110.393578,20.649604],[110.384701,20.646995],[110.382771,20.642037],[110.385684,20.641032],[110.406095,20.649193],[110.407507,20.655411],[110.416148,20.66009],[110.424754,20.661795],[110.425439,20.656982],[110.429931,20.658169],[110.428099,20.659029],[110.429428,20.661438],[110.427823,20.662884],[110.42881,20.666279],[110.435237,20.667496],[110.440753,20.665632],[110.444738,20.660042],[110.444599,20.654362],[110.450852,20.64747],[110.454188,20.646649],[110.457472,20.648364],[110.451137,20.651948],[110.45131,20.656109],[110.456168,20.659617],[110.453303,20.666498],[110.45532,20.674263],[110.457938,20.676743],[110.459795,20.67592],[110.459987,20.673602],[110.461936,20.674774],[110.464027,20.670668],[110.465403,20.670828],[110.470836,20.65952],[110.47794,20.639999],[110.479425,20.630152],[110.4836,20.622615],[110.486408,20.599653],[110.486109,20.587255],[110.484195,20.581329],[110.482126,20.580743],[110.476336,20.586735],[110.464462,20.584444],[110.465399,20.586931],[110.460678,20.584449],[110.460263,20.580346],[110.459413,20.583175],[110.456918,20.584178],[110.455151,20.580849],[110.4499,20.582144],[110.44824,20.578193],[110.444373,20.579026],[110.44247,20.582179],[110.443183,20.592648],[110.439615,20.596827],[110.437712,20.603787],[110.43908,20.615982],[110.434566,20.633693],[110.43284,20.629469],[110.431578,20.629492],[110.423907,20.637719],[110.399874,20.622821],[110.40069,20.618414],[110.399519,20.616698],[110.397546,20.616845],[110.395934,20.605304],[110.400606,20.603217],[110.404255,20.591088],[110.407087,20.589591],[110.40852,20.592173],[110.410713,20.591634],[110.412832,20.585624],[110.408005,20.583184],[110.408229,20.580987],[110.41631,20.585449],[110.420079,20.585665],[110.438369,20.569373],[110.450474,20.563009],[110.459035,20.569953],[110.461842,20.576112],[110.466593,20.579416],[110.472133,20.577558],[110.489288,20.559279],[110.497628,20.545739],[110.503139,20.531097],[110.507476,20.528889],[110.510638,20.523632],[110.517892,20.50526],[110.517368,20.50141],[110.521755,20.496813],[110.531862,20.477761],[110.531556,20.472647],[110.528791,20.470002],[110.524778,20.461344],[110.520667,20.445812],[110.518276,20.427948],[110.50887,20.425494],[110.497332,20.412659],[110.48889,20.407523],[110.479837,20.398771],[110.470071,20.381286],[110.467375,20.368965],[110.468767,20.363647],[110.464819,20.365249],[110.45339,20.355157],[110.44872,20.346903],[110.444345,20.344774],[110.437637,20.329311],[110.424639,20.320875],[110.416412,20.317479],[110.406327,20.305895],[110.399718,20.305068],[110.381435,20.309422],[110.374149,20.308655],[110.36689,20.300447],[110.363708,20.299822],[110.362522,20.301237],[110.359925,20.299344],[110.354848,20.293211],[110.353346,20.286605],[110.341253,20.284238],[110.331995,20.269574],[110.309117,20.260083],[110.299197,20.26092],[110.297843,20.263991],[110.29074,20.264254],[110.282196,20.253312],[110.283625,20.250599],[110.283459,20.243324],[110.281069,20.244474],[110.278679,20.25343],[110.275593,20.255296],[110.275316,20.262876],[110.27219,20.265672],[110.26488,20.267843],[110.250455,20.264237],[110.247774,20.272203],[110.244165,20.27468],[110.234937,20.276757],[110.233266,20.27505],[110.227656,20.275589],[110.218737,20.281629],[110.217317,20.28089],[110.222076,20.27492],[110.231352,20.267981],[110.217105,20.271032],[110.204272,20.269745],[110.196937,20.274124],[110.194,20.272248],[110.194854,20.265337],[110.191504,20.262025],[110.192834,20.25263],[110.18939,20.247515],[110.179036,20.242385],[110.151577,20.242379],[110.143975,20.239588],[110.124048,20.236672],[110.12085,20.242998],[110.122101,20.246359],[110.119673,20.2488],[110.119659,20.2529],[110.114442,20.263702],[110.100153,20.26393],[110.08008,20.268852],[110.069655,20.274307],[110.062173,20.29051],[110.042233,20.292654],[110.04346,20.285766],[110.039473,20.281385],[110.022771,20.278687],[110.017603,20.281193],[110.014907,20.287707],[110.013497,20.287277],[110.010446,20.282689],[110.014044,20.268787],[110.003889,20.269152],[109.996712,20.282111],[109.988256,20.290217],[109.981068,20.290488],[109.976536,20.288739],[109.975924,20.285573],[109.977907,20.280919],[109.961782,20.267396],[109.939415,20.241244],[109.932224,20.228405],[109.9193,20.223273],[109.920995,20.239799],[109.917716,20.248061],[109.918989,20.26351],[109.933498,20.281399],[109.93559,20.290357],[109.924061,20.342375],[109.916913,20.350227],[109.903501,20.359584],[109.895424,20.360472],[109.888574,20.35794],[109.884142,20.363434],[109.876246,20.383011],[109.875855,20.385574],[109.881445,20.386582],[109.880303,20.392625],[109.876829,20.393815],[109.873742,20.399428],[109.892378,20.403562],[109.897684,20.410644],[109.898562,20.423207],[109.90811,20.430233],[109.917928,20.426198],[109.927465,20.418796],[109.930133,20.420847],[109.931869,20.419879],[109.935939,20.411732],[109.943359,20.409016],[109.94833,20.404817],[109.955106,20.403495],[109.9605,20.404316],[109.962569,20.402505],[109.965387,20.40439],[109.971709,20.402798],[109.97508,20.399915],[109.975274,20.397139],[109.963393,20.389472],[109.963467,20.388126],[109.968198,20.378327],[109.972025,20.375837],[109.977295,20.361108],[109.982183,20.361015],[109.978426,20.351058],[109.979988,20.346376],[109.983419,20.35409],[109.988984,20.349497],[109.996306,20.351394],[109.987845,20.356549],[109.985936,20.358897],[109.985981,20.362589],[109.981638,20.364939],[109.981698,20.368449],[109.986249,20.369549],[109.987409,20.373624],[109.986725,20.376777],[109.979706,20.382668],[109.986595,20.384523],[109.992349,20.388395],[109.996534,20.397548],[109.999188,20.396861],[110.005834,20.400201],[110.011702,20.406418],[110.013002,20.418579],[110.008447,20.421232],[110.008406,20.42522],[110.010492,20.426419],[110.006719,20.427715],[109.991677,20.447448],[109.986819,20.445123],[109.979418,20.438282],[109.979983,20.442686],[109.975489,20.457323],[109.970842,20.461608],[109.966609,20.460299],[109.965547,20.463198],[109.974116,20.470253],[109.972787,20.472348],[109.96735,20.471386],[109.962319,20.466323],[109.958116,20.450874],[109.954496,20.443938],[109.945092,20.438537],[109.94216,20.449198],[109.946326,20.458255],[109.937559,20.472573],[109.937046,20.478041],[109.940039,20.486279],[109.936479,20.496599],[109.93303,20.495482],[109.934462,20.490435],[109.932432,20.484879],[109.927571,20.484719],[109.925435,20.467198],[109.926449,20.46442],[109.931764,20.462135],[109.934275,20.458611],[109.933947,20.454526],[109.925959,20.440732],[109.918861,20.436227],[109.916048,20.439661],[109.919685,20.448037],[109.918605,20.461514],[109.91669,20.46604],[109.911496,20.469682],[109.912577,20.475442],[109.899755,20.492085],[109.893051,20.495307],[109.889711,20.494919],[109.889037,20.492446],[109.88107,20.489541],[109.875799,20.490295],[109.871051,20.493641],[109.870512,20.502552],[109.865744,20.504914],[109.850507,20.500299],[109.837844,20.499984],[109.838271,20.505034],[109.834821,20.505946],[109.831293,20.502936],[109.828889,20.506907],[109.82559,20.508214],[109.822071,20.512373],[109.822363,20.523453],[109.816825,20.537083],[109.812214,20.539401],[109.812204,20.543122],[109.817335,20.542369],[109.825659,20.547363],[109.828061,20.545178],[109.840997,20.55329],[109.837327,20.555414],[109.834433,20.563959],[109.833066,20.563012],[109.83284,20.553096],[109.829637,20.548736],[109.827749,20.551097],[109.830659,20.558523],[109.830725,20.567589],[109.824439,20.585227],[109.817857,20.59783],[109.794431,20.629229],[109.780923,20.637328],[109.772794,20.639658],[109.767827,20.638348],[109.762903,20.629203],[109.755431,20.632065],[109.753412,20.629782],[109.748593,20.630496],[109.74199,20.633768],[109.741455,20.637991],[109.744846,20.638467],[109.748772,20.642334],[109.744608,20.643047],[109.744191,20.644356],[109.746555,20.650281],[109.743731,20.659556],[109.740741,20.660239],[109.737231,20.664225],[109.742124,20.667918],[109.741474,20.671299],[109.747703,20.677668],[109.761275,20.679549],[109.764889,20.692668],[109.777592,20.695364],[109.786002,20.691434],[109.794633,20.680574],[109.803282,20.68509],[109.809116,20.694472],[109.812428,20.692718],[109.815583,20.694639],[109.817855,20.697026],[109.817436,20.700554],[109.822003,20.702896],[109.821968,20.704406],[109.810851,20.699202],[109.808643,20.703617],[109.813295,20.70953],[109.81834,20.710713],[109.826493,20.708645],[109.826868,20.710195],[109.819112,20.7155],[109.803415,20.71569],[109.798174,20.713916],[109.79493,20.710332],[109.794083,20.702053],[109.796503,20.689118],[109.794772,20.686049],[109.788752,20.694887],[109.788169,20.698136],[109.787131,20.69873],[109.786415,20.696557],[109.783927,20.697627],[109.769382,20.709157],[109.746464,20.742979],[109.755716,20.75666],[109.755556,20.765649],[109.756278,20.768215],[109.760339,20.77175],[109.76412,20.788725],[109.759718,20.805975],[109.754716,20.811919],[109.737761,20.809093],[109.740557,20.803531],[109.734874,20.804827],[109.734082,20.800118],[109.729735,20.807176],[109.726101,20.807223],[109.728055,20.797798],[109.728183,20.794272],[109.726747,20.793722],[109.714447,20.814575],[109.683996,20.85279],[109.675714,20.866579],[109.66596,20.904518],[109.664881,20.934028],[109.669069,20.957737],[109.679499,20.953985],[109.68083,20.954782],[109.680411,20.960292],[109.678421,20.960749],[109.677195,20.95663],[109.674485,20.957554],[109.673869,20.963467],[109.679567,20.974901],[109.684022,20.996373],[109.690346,21.012896],[109.695187,21.012407],[109.701106,21.020569],[109.71052,21.059309],[109.709637,21.065542],[109.705965,21.073244],[109.696481,21.088512],[109.680054,21.109542],[109.676168,21.116649],[109.675789,21.121599],[109.68186,21.134295],[109.693199,21.150582],[109.707591,21.166579],[109.722827,21.178584],[109.729222,21.187172],[109.734525,21.191335],[109.737004,21.191008],[109.739289,21.186775],[109.737433,21.181686],[109.739082,21.172437],[109.744121,21.165682],[109.749609,21.16722],[109.741487,21.182227],[109.748422,21.191067],[109.750214,21.192096],[109.752498,21.190411],[109.754807,21.192408],[109.765878,21.207265],[109.769017,21.212473],[109.774118,21.228286],[109.774703,21.246204],[109.773198,21.260726],[109.769064,21.269158],[109.765948,21.271181],[109.766988,21.276885],[109.771758,21.27627],[109.773028,21.286726],[109.775224,21.287842],[109.773047,21.314368],[109.770241,21.329038],[109.763872,21.339596],[109.760786,21.34322],[109.757618,21.343864],[109.757513,21.347071],[109.769915,21.354984],[109.772022,21.354665],[109.783391,21.337685],[109.786364,21.336217],[109.789545,21.339216],[109.792393,21.332501],[109.79396,21.33768],[109.791162,21.340653],[109.792711,21.346047],[109.801909,21.351475],[109.82033,21.351438],[109.829138,21.348843],[109.829565,21.346262],[109.831964,21.346848],[109.836007,21.352151],[109.866063,21.358414],[109.916724,21.358332],[109.91715,21.361686],[109.910425,21.36906],[109.902046,21.3736],[109.901263,21.385133],[109.912104,21.408369],[109.908947,21.410985],[109.908386,21.41507],[109.918445,21.41936],[109.924188,21.419132],[109.930131,21.4252],[109.933621,21.433232],[109.931091,21.435943],[109.926512,21.434723],[109.923763,21.432156],[109.920823,21.43234],[109.916834,21.437378],[109.918133,21.444278],[109.912468,21.444484],[109.913579,21.447856],[109.909263,21.455032],[109.909603,21.457796],[109.915789,21.464251],[109.920176,21.465864],[109.921753,21.469696],[109.914156,21.471537],[109.897106,21.456346],[109.875295,21.455742],[109.86428,21.452304],[109.830051,21.452057],[109.822452,21.457183],[109.812845,21.457853],[109.792697,21.470432],[109.792262,21.474441],[109.794996,21.473421],[109.798064,21.477693],[109.79668,21.496868],[109.795135,21.50384],[109.786168,21.516756],[109.791525,21.523106],[109.789821,21.524842],[109.79368,21.529183],[109.793329,21.530616],[109.786568,21.531518],[109.776211,21.537938],[109.76938,21.545847],[109.767032,21.556372],[109.762474,21.560345],[109.767427,21.569885],[109.773233,21.569485],[109.775209,21.570793],[109.775389,21.574422],[109.777586,21.577156],[109.774447,21.575328],[109.77429,21.571794],[109.771138,21.570783],[109.756659,21.570303],[109.754327,21.571939],[109.751967,21.578467],[109.749846,21.574569],[109.750175,21.585162],[109.743966,21.597976],[109.739525,21.603586],[109.739017,21.619547],[109.741857,21.625528],[109.750646,21.630438],[109.750667,21.637166],[109.761765,21.660315],[109.761753,21.670158],[109.765965,21.6755],[109.770352,21.675597],[109.773652,21.673001],[109.780996,21.647217],[109.791,21.632839],[109.796758,21.629783],[109.802895,21.631344],[109.802148,21.639515],[109.805942,21.647888],[109.809279,21.647303],[109.817551,21.64098],[109.835322,21.63938],[109.84029,21.641001],[109.841329,21.647673],[109.871701,21.655978],[109.880543,21.650851],[109.894365,21.652489],[109.898933,21.655616],[109.91162,21.671773],[109.910506,21.68523],[109.904749,21.688476],[109.90123,21.687889],[109.901407,21.696532],[109.911118,21.708572],[109.91851,21.707043],[109.921292,21.708644],[109.918787,21.73117],[109.92475,21.736326],[109.932071,21.735978],[109.935977,21.737884],[109.937716,21.741286],[109.930402,21.74505],[109.927067,21.75488],[109.931104,21.757495],[109.93587,21.771481],[109.93359,21.777794],[109.931825,21.793649],[109.931955,21.816065],[109.937521,21.823443],[109.942798,21.827438],[109.944219,21.839831],[109.940838,21.848899],[109.969653,21.868975],[109.974336,21.868874],[109.983176,21.876185],[109.983036,21.88239],[110.000454,21.883072],[110.007555,21.877426],[110.016821,21.874169],[110.026438,21.874419],[110.033926,21.872481],[110.043506,21.864564],[110.046851,21.85982],[110.049081,21.859351],[110.06569,21.86321],[110.081527,21.871049],[110.087667,21.886501],[110.091393,21.88852],[110.092988,21.888597],[110.095031,21.883562],[110.093879,21.878896],[110.09649,21.872971],[110.103393,21.873325],[110.101763,21.88219],[110.102655,21.885099],[110.116973,21.904497],[110.119598,21.905263],[110.123443,21.905305],[110.128862,21.902516],[110.13489,21.886766],[110.146742,21.899849],[110.163792,21.899462],[110.177845,21.902248],[110.182644,21.897874],[110.190396,21.899224],[110.192671,21.902526],[110.207361,21.895997],[110.205772,21.88969],[110.217092,21.884218],[110.228607,21.881468],[110.252272,21.883074],[110.254232,21.883332],[110.265593,21.896633],[110.268357,21.897704],[110.272644,21.894255],[110.279354,21.894923],[110.285979,21.913905],[110.28493,21.918862],[110.28605,21.920502],[110.292674,21.917508],[110.295353,21.913382],[110.308962,21.908339],[110.312184,21.902062],[110.317259,21.896741],[110.329122,21.892439],[110.331334,21.889823],[110.343013,21.893278],[110.350237,21.889473],[110.352354,21.892354],[110.379093,21.89387],[110.382889,21.892737],[110.385455,21.89388],[110.388632,21.903471],[110.385529,21.90672],[110.393093,21.909269],[110.39127,21.916078],[110.385248,21.919068],[110.385396,21.92499],[110.380948,21.932473],[110.375603,21.934381],[110.37715,21.933234],[110.374192,21.931433],[110.368387,21.936099],[110.373766,21.943571],[110.386694,21.952688],[110.385217,21.956129],[110.372008,21.970692],[110.365941,21.972928],[110.363891,21.971725],[110.350799,21.976808],[110.348468,21.979019],[110.354637,21.990671],[110.356985,22.014635],[110.345421,22.033816],[110.343246,22.041629],[110.344979,22.045471],[110.348847,22.046672],[110.348781,22.064577],[110.352522,22.077306],[110.354464,22.078202],[110.353127,22.088431],[110.345749,22.09177],[110.346096,22.099625],[110.350928,22.101422],[110.353281,22.099193],[110.361602,22.099523],[110.360557,22.126909],[110.355154,22.136977],[110.348827,22.134845],[110.341619,22.137645],[110.32974,22.145496],[110.32211,22.15541],[110.321932,22.163223],[110.323725,22.16803],[110.343883,22.198743],[110.346492,22.198749],[110.349998,22.195597],[110.35445,22.186226],[110.370717,22.169081],[110.376332,22.166767],[110.389054,22.173422],[110.386379,22.181652],[110.393988,22.189596],[110.399317,22.187709],[110.405625,22.192263],[110.406816,22.199626],[110.40517,22.205695],[110.407912,22.209768],[110.413671,22.21175],[110.423426,22.209089],[110.425704,22.210497],[110.451026,22.188966],[110.455545,22.181069],[110.467475,22.17392],[110.479885,22.162079],[110.479662,22.15491],[110.487263,22.145124],[110.497338,22.145405],[110.50683,22.148288],[110.526295,22.157767],[110.524458,22.16564],[110.525947,22.170783],[110.533988,22.17516],[110.538741,22.186821],[110.5457,22.195836],[110.554721,22.199258],[110.579685,22.188479],[110.591453,22.18969],[110.596948,22.186353],[110.599058,22.18219],[110.594174,22.166272],[110.596196,22.161714],[110.602471,22.158084],[110.60746,22.158967],[110.613769,22.162852],[110.62179,22.157991],[110.621955,22.155402],[110.625135,22.151944],[110.637517,22.155672],[110.639753,22.160275],[110.651283,22.170389],[110.654665,22.170115],[110.674345,22.175792],[110.671297,22.192294],[110.662543,22.203094],[110.658519,22.205697],[110.652303,22.206131],[110.646113,22.215777],[110.643144,22.230853],[110.649351,22.242697],[110.660185,22.248057],[110.666885,22.247153],[110.682793,22.251994],[110.690893,22.262038],[110.686192,22.267845],[110.690186,22.273889],[110.699874,22.277768],[110.702969,22.274471],[110.709027,22.28311],[110.716452,22.298304],[110.721655,22.300456],[110.724948,22.298652],[110.730007,22.289918],[110.735182,22.284714],[110.756689,22.279669],[110.770948,22.280568],[110.779609,22.283955],[110.784264,22.289806],[110.784168,22.295801],[110.774297,22.299547],[110.769374,22.303271],[110.76491,22.320939],[110.747409,22.328988],[110.743889,22.333295],[110.742078,22.342265],[110.745869,22.345724],[110.745925,22.350276],[110.744365,22.354783],[110.736529,22.363842],[110.724029,22.369349],[110.719195,22.365984],[110.719001,22.362769],[110.715735,22.362874],[110.705157,22.373645],[110.704394,22.383161],[110.707528,22.38557],[110.708854,22.393407],[110.70359,22.403202],[110.703004,22.409661],[110.708346,22.417064],[110.708909,22.435941],[110.706308,22.44602],[110.69995,22.450804],[110.689267,22.449516],[110.687468,22.452345],[110.689054,22.459056],[110.680617,22.469763],[110.678164,22.476578],[110.684101,22.482318],[110.68624,22.482642],[110.695741,22.477365],[110.697291,22.473871],[110.70377,22.469345],[110.714077,22.464809],[110.720501,22.463933],[110.734394,22.467262],[110.739052,22.469788],[110.744479,22.48008],[110.740736,22.48114],[110.733953,22.490134],[110.734098,22.502467],[110.740131,22.51565],[110.746624,22.522146],[110.755215,22.520137],[110.758924,22.521837],[110.752982,22.535485],[110.755348,22.548878],[110.745259,22.556628],[110.743234,22.560219],[110.747769,22.564837],[110.754125,22.561011],[110.759052,22.56557],[110.759642,22.572348],[110.755734,22.585001],[110.756938,22.58754],[110.765585,22.592093],[110.772204,22.589955],[110.78696,22.576431],[110.791287,22.567995],[110.791343,22.56474],[110.794932,22.560208],[110.800613,22.562141],[110.803016,22.566006],[110.80213,22.57149],[110.803811,22.577548],[110.809525,22.582787],[110.815225,22.582547],[110.824915,22.586796],[110.827812,22.592345],[110.844707,22.586011],[110.849453,22.586749],[110.854395,22.59178],[110.865632,22.590484],[110.875111,22.585456],[110.883366,22.587846],[110.891889,22.594728],[110.89468,22.598913],[110.894069,22.608477],[110.890237,22.610887],[110.892434,22.617131],[110.924712,22.611214],[110.936922,22.611066],[110.945521,22.612977],[110.954383,22.621965],[110.957196,22.627595],[110.955653,22.63594],[110.953239,22.639621],[110.963639,22.639261],[110.968195,22.642789],[110.975771,22.645375],[110.982836,22.643749],[110.984521,22.638205],[110.99211,22.633845],[110.995265,22.639328],[111.003975,22.644112],[111.005849,22.648067],[111.022135,22.654096],[111.025591,22.649192],[111.030172,22.647149],[111.035291,22.651572],[111.050455,22.650677],[111.055384,22.657844],[111.055229,22.667228],[111.060423,22.669715],[111.063699,22.668217],[111.068749,22.669757],[111.074196,22.680305],[111.084023,22.691558],[111.085011,22.696486],[111.078428,22.703822],[111.076993,22.712627],[111.067328,22.719904],[111.056223,22.724883],[111.051572,22.729645],[111.053302,22.733056],[111.056289,22.73419],[111.08237,22.7329],[111.089877,22.738217],[111.090852,22.742325],[111.093338,22.744461],[111.100363,22.743038],[111.110374,22.74394],[111.110638,22.746208],[111.114492,22.746134],[111.126597,22.740311],[111.137186,22.739299],[111.141871,22.740503],[111.145337,22.745563],[111.151508,22.745153],[111.15107,22.742636],[111.152895,22.741895],[111.16726,22.74408],[111.176505,22.73932],[111.189052,22.739216],[111.197331,22.743428],[111.19816,22.753103],[111.214284,22.751123],[111.225986,22.760556],[111.227069,22.764525],[111.234561,22.771786],[111.231254,22.77571],[111.235718,22.783839],[111.249716,22.789561],[111.251896,22.797294],[111.255453,22.797537],[111.259899,22.79545],[111.263165,22.791444],[111.266254,22.792047],[111.268545,22.802457],[111.279452,22.807367],[111.284235,22.806507],[111.285923,22.811188],[111.28555,22.820827],[111.288824,22.827552],[111.298528,22.838077],[111.301531,22.842399],[111.300501,22.84425],[111.307883,22.854123],[111.315085,22.85398],[111.318386,22.857372],[111.322703,22.864377],[111.319722,22.869021],[111.331308,22.871329],[111.334549,22.870407],[111.340417,22.878481],[111.344035,22.880338],[111.347124,22.88524],[111.346847,22.888116],[111.354335,22.892621],[111.355007,22.90882],[111.365285,22.917824],[111.370878,22.931976],[111.368961,22.943466],[111.362955,22.9466],[111.360409,22.951988],[111.362344,22.956311],[111.358342,22.971155],[111.363535,22.972276],[111.370427,22.970458],[111.372463,22.976154],[111.38973,22.983222],[111.397765,22.990295],[111.398148,22.993748],[111.388477,22.999864],[111.384363,23.008764],[111.391929,23.016042],[111.397699,23.016294],[111.406323,23.019797],[111.40946,23.022171],[111.410313,23.027833],[111.418734,23.035543],[111.425626,23.035102],[111.428777,23.039125],[111.428526,23.049865],[111.424091,23.052078],[111.421317,23.05649],[111.421667,23.064528],[111.427475,23.070077],[111.429029,23.074764],[111.42738,23.075574],[111.422832,23.07315],[111.422302,23.070206],[111.41854,23.067191],[111.407883,23.071769],[111.39716,23.068669],[111.388458,23.071107],[111.372128,23.084608],[111.368547,23.092472],[111.369942,23.114372],[111.37613,23.12585],[111.37163,23.134301],[111.371551,23.144499],[111.363511,23.14568],[111.375853,23.154745],[111.378381,23.156118],[111.3851,23.155955],[111.394006,23.162991],[111.391994,23.168244],[111.387151,23.172051],[111.383713,23.168525],[111.378924,23.169529],[111.379482,23.200891],[111.383,23.214599],[111.372071,23.2183],[111.3716,23.220951],[111.373971,23.223912],[111.368659,23.232226],[111.361684,23.238744],[111.359428,23.243506],[111.362432,23.244952],[111.365344,23.250698],[111.367054,23.265099],[111.360925,23.270971],[111.355545,23.273118],[111.350383,23.269157],[111.346936,23.26926],[111.343867,23.274608],[111.347356,23.281634],[111.348652,23.292297],[111.351031,23.290899],[111.355006,23.293354],[111.360749,23.299607],[111.372245,23.307505],[111.374009,23.314873],[111.373084,23.316564],[111.360493,23.322668],[111.35698,23.32721],[111.356736,23.329841],[111.359498,23.344633],[111.362414,23.352172],[111.369307,23.358617],[111.372311,23.371587],[111.384094,23.37908],[111.387004,23.385762],[111.387485,23.393226],[111.37857,23.401306],[111.378079,23.403381],[111.380533,23.410954],[111.384152,23.416108],[111.38585,23.434122],[111.39072,23.441282],[111.38756,23.450353],[111.394027,23.459685],[111.391781,23.464605],[111.39398,23.471302],[111.423352,23.468677],[111.427885,23.48227],[111.429975,23.483616],[111.433804,23.483128],[111.449365,23.501963],[111.452087,23.501174],[111.455402,23.502857],[111.460557,23.515882],[111.463434,23.520751],[111.465729,23.520824],[111.472834,23.541107],[111.475757,23.560623],[111.484458,23.564632],[111.485221,23.569084],[111.48343,23.595076],[111.480362,23.605037],[111.481757,23.629174],[111.497275,23.632191],[111.51125,23.628588],[111.528374,23.631977],[111.535697,23.634905],[111.545606,23.643657],[111.549004,23.643957],[111.554391,23.64108],[111.551917,23.638094],[111.551943,23.635575],[111.562821,23.637515],[111.574961,23.645823],[111.590247,23.644929],[111.597716,23.642782],[111.602853,23.639393],[111.61068,23.641754],[111.612124,23.64816],[111.609079,23.65104],[111.609814,23.660066],[111.619985,23.67878],[111.627192,23.677736],[111.631943,23.680978],[111.634399,23.693678],[111.638102,23.698881],[111.643011,23.697874],[111.660157,23.702688],[111.661417,23.72081],[111.657992,23.722582],[111.640171,23.72414],[111.63744,23.716785],[111.628496,23.724901],[111.617833,23.72761],[111.612258,23.736277],[111.615238,23.739965],[111.618466,23.739793],[111.624673,23.744187],[111.62344,23.748515],[111.622952,23.791452],[111.629132,23.791374],[111.633947,23.793955],[111.649257,23.825848],[111.649926,23.836377],[111.660982,23.837242],[111.670463,23.829739],[111.670958,23.826557],[111.68615,23.81878],[111.688274,23.820012],[111.690866,23.826671],[111.689559,23.833221],[111.692091,23.839778],[111.698612,23.841146],[111.707153,23.840606],[111.709349,23.839914],[111.710038,23.834867],[111.717202,23.825923],[111.738701,23.822784],[111.747279,23.815285],[111.757597,23.81647],[111.767244,23.812739],[111.786334,23.813905],[111.791914,23.818069],[111.798132,23.816953],[111.803776,23.812304],[111.804992,23.808586],[111.808773,23.813775],[111.80596,23.819683],[111.810298,23.832217],[111.8142,23.831699],[111.820054,23.834887],[111.816195,23.85991],[111.818897,23.873777],[111.81384,23.878021],[111.810203,23.878773],[111.808255,23.881924],[111.807289,23.888979],[111.817215,23.913994],[111.820714,23.915273],[111.830756,23.913626],[111.841634,23.907058],[111.847593,23.912847],[111.852349,23.920922],[111.851935,23.930746],[111.845316,23.93826],[111.849682,23.951243],[111.861242,23.94915],[111.864966,23.942243],[111.874069,23.940512],[111.880069,23.944991],[111.892686,23.950326],[111.907118,23.946683],[111.917034,23.958022],[111.918939,23.971142],[111.929034,23.981326],[111.936251,23.985168],[111.935273,23.990649],[111.927903,23.997007],[111.928795,24],[111.918292,24.006749],[111.915509,24.014732],[111.916111,24.018953],[111.918214,24.020846],[111.915279,24.042486],[111.901401,24.050942],[111.892506,24.073104],[111.883309,24.08019],[111.882103,24.083808],[111.884968,24.091346],[111.884214,24.094211],[111.876292,24.102155],[111.87355,24.112747],[111.873769,24.128722],[111.87819,24.139585],[111.883944,24.165394],[111.867727,24.176442],[111.865404,24.183707],[111.869983,24.201325],[111.870674,24.21864],[111.873339,24.224922],[111.872132,24.230041],[111.876748,24.232681],[111.907984,24.224161],[111.910649,24.225493],[111.918391,24.238888],[111.928462,24.236997],[111.932042,24.232668],[111.936037,24.234106],[111.937436,24.238137],[111.935848,24.246559],[111.940522,24.248191],[111.948768,24.255303],[111.949694,24.261931],[111.953037,24.26755],[111.96051,24.26836],[111.967388,24.26365],[111.970427,24.258139],[111.981123,24.259961],[111.98478,24.263791],[111.984582,24.273951],[111.986452,24.282629],[111.997388,24.282364],[112.003329,24.291304],[112.009602,24.297327],[112.024318,24.299118],[112.026374,24.304245],[112.026286,24.313998],[112.032948,24.319561],[112.03948,24.32144],[112.041349,24.331262],[112.053834,24.341041],[112.05675,24.373515],[112.055442,24.389496],[112.048075,24.39327],[112.044068,24.390216],[112.036623,24.396544],[112.034413,24.403299],[112.036101,24.408413],[112.035744,24.413903],[112.023908,24.43486],[112.01882,24.435793],[112.017482,24.437429],[112.018561,24.44341],[112.012272,24.448889],[111.998702,24.450882],[111.99116,24.460627],[111.980898,24.467321],[111.982385,24.473269],[111.978462,24.479067],[111.981455,24.488889],[111.987432,24.496441],[112.003354,24.501674],[112.00499,24.503607],[112.005139,24.505243],[111.99889,24.513147],[112.002333,24.524385],[112.00121,24.538029],[111.992989,24.552956],[111.983712,24.556299],[111.973912,24.562848],[111.973322,24.571561],[111.971006,24.577171],[111.965746,24.582867],[111.958093,24.583925],[111.949101,24.590095],[111.946999,24.59369],[111.933248,24.598042],[111.929944,24.602923],[111.932717,24.605651],[111.931117,24.611345],[111.93258,24.617105],[111.923372,24.630312],[111.92277,24.634292],[111.928122,24.641968],[111.932662,24.64528],[111.939245,24.645876],[111.948304,24.651226],[111.941751,24.658662],[111.940317,24.668408],[111.932856,24.672683],[111.939038,24.677809],[111.939038,24.679769],[111.931392,24.684326],[111.937682,24.693107],[111.946897,24.697314],[111.956089,24.724745],[111.969352,24.730096],[111.981065,24.730261],[111.991284,24.736197],[112.004359,24.732475],[112.012047,24.736888],[112.017257,24.74304],[112.025192,24.746469],[112.029232,24.758479],[112.028691,24.774185],[112.030509,24.77782],[112.035969,24.781525],[112.040929,24.782327],[112.044692,24.788064],[112.052877,24.792442],[112.05421,24.794726],[112.053141,24.799829],[112.061948,24.804816],[112.07701,24.807045],[112.091213,24.82004],[112.089757,24.82587],[112.094482,24.827923],[112.098944,24.826516],[112.100753,24.830632],[112.109143,24.834053],[112.122498,24.845039],[112.134696,24.847718],[112.142721,24.839978],[112.149125,24.839681],[112.150055,24.844219],[112.157021,24.848701],[112.155294,24.851929],[112.159995,24.854567],[112.165049,24.865702],[112.157432,24.871287],[112.156986,24.873221],[112.15989,24.87873],[112.159573,24.887852],[112.161499,24.89793],[112.165135,24.906737],[112.16961,24.929458],[112.165879,24.932408],[112.143876,24.93713],[112.1361,24.940715],[112.132879,24.95035],[112.128635,24.953251],[112.122378,24.954722],[112.117893,24.959781],[112.116421,24.967049],[112.114453,24.968994],[112.117873,24.973902],[112.115284,24.990516],[112.117682,24.995276],[112.128464,24.999917],[112.148727,25.030492],[112.142509,25.041421],[112.146291,25.048548],[112.14673,25.064174],[112.155796,25.071311],[112.165611,25.104772],[112.170073,25.108936],[112.170667,25.126931],[112.168585,25.13169],[112.179888,25.145818],[112.177806,25.149387],[112.181078,25.164853],[112.187175,25.171843],[112.181095,25.187039],[112.190927,25.190271],[112.197734,25.186863],[112.205318,25.194597],[112.206805,25.193555],[112.208048,25.187467],[112.214592,25.186746],[112.222429,25.190752],[112.241402,25.188633],[112.250218,25.175541],[112.247509,25.171114],[112.251147,25.164258],[112.26302,25.167828],[112.267333,25.165746],[112.275364,25.168869],[112.278982,25.161339],[112.296657,25.159615],[112.302723,25.162287],[112.300415,25.168112],[112.308613,25.178527],[112.317728,25.177329],[112.327002,25.178394],[112.339769,25.18359],[112.341669,25.18797],[112.356828,25.195723],[112.366229,25.190879],[112.36573,25.184397],[112.368311,25.178535],[112.37429,25.177028],[112.378918,25.173166],[112.381547,25.167679],[112.386752,25.164556],[112.381895,25.155998],[112.381844,25.15329],[112.39594,25.142985],[112.405821,25.142143],[112.420118,25.157864],[112.425433,25.171959],[112.424707,25.17703],[112.426085,25.181069],[112.432854,25.183145],[112.43661,25.189664],[112.442758,25.18637],[112.450768,25.176959],[112.44921,25.170987],[112.443685,25.165432],[112.444157,25.163664],[112.451295,25.158607],[112.452347,25.154453],[112.47527,25.153034],[112.491258,25.149718],[112.49486,25.140671],[112.498257,25.139137],[112.517368,25.139939],[112.521095,25.135846],[112.533001,25.137746],[112.547399,25.131822],[112.547731,25.126609],[112.577865,25.127429],[112.581286,25.128619],[112.586044,25.133675],[112.590938,25.129287],[112.608947,25.137542],[112.618018,25.135459],[112.621439,25.137988],[112.623372,25.142895],[112.626049,25.143936],[112.637661,25.141304],[112.641516,25.136649],[112.646863,25.138285],[112.655985,25.135842],[112.663098,25.124278],[112.662209,25.119082],[112.663845,25.115959],[112.665779,25.114769],[112.67213,25.115616],[112.675668,25.112998],[112.690728,25.098258],[112.689357,25.091542],[112.706765,25.086034],[112.71763,25.051639],[112.713422,25.046164],[112.707865,25.043385],[112.71049,25.038733],[112.710157,25.028407],[112.718796,25.012006],[112.728239,25.012006],[112.729578,25.003529],[112.73671,25.000325],[112.738778,24.990459],[112.741475,24.986873],[112.736772,24.980822],[112.737418,24.961597],[112.747089,24.958493],[112.751219,24.959081],[112.775301,24.951248],[112.779923,24.944629],[112.779524,24.939567],[112.776572,24.93512],[112.779398,24.931105],[112.77568,24.926792],[112.782588,24.919952],[112.778912,24.907558],[112.774268,24.901511],[112.777318,24.898097],[112.788202,24.893635],[112.796837,24.893836],[112.814733,24.898444],[112.822976,24.896693],[112.831134,24.897177],[112.839355,24.900704],[112.859087,24.898925],[112.867782,24.900248],[112.87022,24.904401],[112.869631,24.909382],[112.878726,24.915409],[112.892303,24.919869],[112.898073,24.919356],[112.899749,24.92231],[112.903621,24.923477],[112.918299,24.921141],[112.92312,24.924874],[112.929179,24.924074],[112.932233,24.918416],[112.934299,24.918101],[112.952892,24.927045],[112.966437,24.921619],[112.980059,24.925604],[112.985235,24.928876],[112.990651,24.927533],[112.990426,24.937053],[112.984393,24.939463],[112.989089,24.943652],[113.00217,24.946189],[113.007081,24.950003],[113.006187,24.952835],[112.998868,24.956156],[112.997213,24.959933],[113.003245,24.965237],[113.00443,24.984938],[112.999349,24.985535],[112.996821,24.993417],[112.99218,24.994547],[112.980448,25.004766],[112.987126,25.01424],[112.987764,25.019506],[112.975906,25.029005],[112.972543,25.029039],[112.973681,25.036587],[112.983556,25.048911],[112.992097,25.051846],[112.997512,25.061528],[112.99445,25.065748],[112.994442,25.069083],[112.996928,25.073563],[113.010604,25.084592],[113.007687,25.088481],[113.004235,25.089277],[112.982767,25.120112],[112.964414,25.138251],[112.959991,25.147271],[112.963418,25.148649],[112.962061,25.151212],[112.966433,25.157694],[112.965378,25.168097],[113.004654,25.192345],[113.011611,25.191754],[113.024021,25.194067],[113.028897,25.199979],[113.027398,25.205118],[113.03111,25.209187],[113.022913,25.214024],[113.017987,25.210053],[113.013595,25.211331],[113.009523,25.217049],[113.004753,25.22978],[113.006656,25.232576],[113.003206,25.231743],[113.001303,25.232635],[113.000589,25.235372],[112.994821,25.237288],[112.991674,25.241069],[112.993629,25.244406],[112.993486,25.24807],[112.990001,25.249569],[112.980542,25.25045],[112.971486,25.248451],[112.967202,25.254162],[112.965204,25.254019],[112.963633,25.251592],[112.961206,25.251735],[112.955496,25.25716],[112.95107,25.25716],[112.947786,25.255018],[112.946216,25.248879],[112.939543,25.252065],[112.92904,25.253818],[112.926111,25.251579],[112.927903,25.245744],[112.925257,25.245092],[112.92079,25.247485],[112.917722,25.251234],[112.903059,25.247012],[112.896675,25.240884],[112.891536,25.241884],[112.887223,25.24856],[112.878141,25.25089],[112.868201,25.250035],[112.863,25.251797],[112.860629,25.259201],[112.863517,25.267728],[112.870264,25.276821],[112.866742,25.279105],[112.863572,25.278071],[112.861438,25.279415],[112.856749,25.290622],[112.851228,25.292049],[112.853893,25.300139],[112.84923,25.314987],[112.850343,25.317214],[112.85751,25.320888],[112.849084,25.328719],[112.84659,25.335136],[112.846775,25.339089],[112.850209,25.340896],[112.865539,25.329528],[112.87093,25.332786],[112.873215,25.33764],[112.880829,25.335736],[112.887385,25.343223],[112.890937,25.339613],[112.894783,25.319084],[112.897586,25.311886],[112.905396,25.303119],[112.919165,25.29923],[112.923385,25.301941],[112.922226,25.308787],[112.927141,25.325474],[112.931025,25.328744],[112.936061,25.328436],[112.941629,25.330577],[112.945425,25.339728],[112.959385,25.342459],[112.962178,25.349354],[112.962287,25.360951],[112.965071,25.357168],[112.966428,25.351671],[112.967998,25.351029],[112.979533,25.357167],[112.982314,25.356633],[112.989909,25.350518],[112.994936,25.354718],[113.005643,25.35567],[113.008558,25.354778],[113.01022,25.351102],[113.013524,25.348641],[113.018973,25.347991],[113.020158,25.349543],[113.01873,25.354421],[113.021036,25.361395],[113.022061,25.36376],[113.028605,25.364236],[113.028486,25.370185],[113.033721,25.370125],[113.036398,25.3684],[113.051949,25.379995],[113.061987,25.384772],[113.07147,25.384571],[113.075522,25.386319],[113.074573,25.393235],[113.08483,25.399437],[113.082748,25.404196],[113.085425,25.406397],[113.085484,25.410323],[113.091715,25.413752],[113.085382,25.418189],[113.086233,25.419981],[113.098155,25.4246],[113.102854,25.422101],[113.106721,25.424005],[113.109279,25.423112],[113.11592,25.417391],[113.123422,25.416065],[113.127251,25.417701],[113.124227,25.432227],[113.122062,25.434297],[113.12042,25.44065],[113.123703,25.442435],[113.11577,25.443082],[113.112003,25.449163],[113.116033,25.451625],[113.122189,25.451938],[113.120678,25.454692],[113.122284,25.457833],[113.118108,25.455049],[113.115646,25.457119],[113.116479,25.460742],[113.12504,25.468577],[113.129245,25.470343],[113.130095,25.469225],[113.147048,25.470963],[113.148059,25.474715],[113.146626,25.476586],[113.136668,25.472472],[113.134646,25.472948],[113.136787,25.480087],[113.139524,25.481039],[113.145354,25.479611],[113.146543,25.480801],[113.144039,25.494624],[113.150324,25.495863],[113.162267,25.492417],[113.164469,25.490512],[113.163883,25.482761],[113.174118,25.471512],[113.18312,25.478777],[113.193309,25.480136],[113.198353,25.482857],[113.203852,25.490061],[113.206433,25.505369],[113.221099,25.513538],[113.238883,25.519538],[113.24276,25.51817],[113.248072,25.507059],[113.254668,25.501576],[113.257141,25.500907],[113.260989,25.504637],[113.26011,25.508124],[113.263848,25.508675],[113.27123,25.504704],[113.272918,25.499671],[113.277911,25.496789],[113.284058,25.499167],[113.286879,25.505498],[113.28227,25.512833],[113.285334,25.519732],[113.297094,25.519864],[113.300161,25.517763],[113.291253,25.51073],[113.293995,25.505906],[113.299731,25.503716],[113.30211,25.497916]]]]}},{type:"Feature",properties:{name:"广西壮族自治区",province_adcode:45e4,province_type:"自治区",name_en:"Guangxi",name_var:"Guǎng Xī",adcode:45e4},geometry:{type:"MultiPolygon",coordinates:[[[[109.206744,20.918983],[109.213903,20.915934],[109.218456,20.910052],[109.217409,20.906839],[109.212373,20.902319],[109.207978,20.903946],[109.204505,20.91017],[109.203092,20.915811],[109.204234,20.919154],[109.206744,20.918983]]],[[[109.13553,21.038448],[109.12368,21.018711],[109.120681,21.021545],[109.11195,21.025],[109.108409,21.029198],[109.103902,21.029814],[109.095887,21.026418],[109.092471,21.021712],[109.093986,21.016533],[109.099695,21.013053],[109.09855,21.008781],[109.086184,21.015705],[109.084992,21.025847],[109.08762,21.033064],[109.083875,21.041407],[109.083009,21.049155],[109.085299,21.052071],[109.088056,21.052342],[109.091265,21.057526],[109.11034,21.068039],[109.121464,21.071225],[109.126903,21.071031],[109.131985,21.068221],[109.136571,21.063019],[109.139538,21.054513],[109.138301,21.044579],[109.13553,21.038448]]],[[[109.512678,21.457436],[109.529189,21.450364],[109.530609,21.453364],[109.535844,21.451079],[109.532836,21.444912],[109.508832,21.455991],[109.504226,21.46429],[109.504174,21.470624],[109.508032,21.47373],[109.515766,21.469328],[109.510436,21.458311],[109.512678,21.457436]]],[[[109.10731,21.485706],[109.084629,21.483344],[109.085852,21.485728],[109.107709,21.488578],[109.109057,21.486349],[109.10731,21.485706]]],[[[108.700004,21.607373],[108.688338,21.596702],[108.68047,21.598692],[108.674682,21.593537],[108.672421,21.594441],[108.681374,21.603846],[108.682731,21.602761],[108.694245,21.613245],[108.700004,21.607373]]],[[[109.03558,21.605209],[109.03211,21.605645],[109.030941,21.60764],[109.033199,21.614735],[109.049843,21.622284],[109.057665,21.628975],[109.066946,21.633863],[109.064097,21.624496],[109.060315,21.62038],[109.047714,21.614562],[109.03558,21.605209]]],[[[109.070076,21.644295],[109.067352,21.649833],[109.071695,21.655084],[109.069081,21.651637],[109.070076,21.644295]]],[[[108.345389,21.663789],[108.344479,21.664818],[108.34599,21.66787],[108.344077,21.671555],[108.347536,21.675027],[108.349234,21.669011],[108.345389,21.663789]]],[[[108.370277,21.675216],[108.376547,21.665402],[108.38157,21.664206],[108.387514,21.659388],[108.386553,21.654774],[108.380072,21.646093],[108.36618,21.638111],[108.366801,21.634359],[108.36418,21.630025],[108.365618,21.627558],[108.367607,21.628014],[108.37424,21.624594],[108.369808,21.617812],[108.368393,21.613557],[108.369446,21.611005],[108.36032,21.600742],[108.356732,21.586777],[108.350396,21.58355],[108.349831,21.578409],[108.35879,21.573483],[108.354352,21.557034],[108.352568,21.55629],[108.336506,21.566552],[108.332707,21.585195],[108.326136,21.60304],[108.331615,21.620201],[108.341505,21.622144],[108.347018,21.6457],[108.357201,21.662442],[108.355229,21.664764],[108.354194,21.670967],[108.363411,21.677093],[108.365883,21.680387],[108.370277,21.675216]]],[[[108.853192,21.711218],[108.85053,21.711833],[108.85266,21.723315],[108.855406,21.724962],[108.857759,21.72247],[108.85775,21.716842],[108.853192,21.711218]]],[[[108.585917,21.740197],[108.591752,21.74035],[108.595195,21.736343],[108.595345,21.730614],[108.591274,21.72098],[108.586396,21.7175],[108.584849,21.719582],[108.586515,21.720683],[108.575919,21.738151],[108.580166,21.741512],[108.585917,21.740197]]],[[[108.555872,21.74057],[108.548496,21.738072],[108.554266,21.733164],[108.553344,21.730398],[108.551232,21.732748],[108.548615,21.731826],[108.547633,21.733908],[108.543806,21.731662],[108.540269,21.735134],[108.540866,21.737241],[108.542825,21.736868],[108.543201,21.741076],[108.552362,21.746727],[108.552362,21.743931],[108.555872,21.74057]]],[[[108.574703,21.740963],[108.573362,21.741002],[108.56995,21.748564],[108.569992,21.751935],[108.57265,21.750896],[108.57536,21.746315],[108.574703,21.740963]]],[[[108.591048,21.761138],[108.589441,21.755658],[108.582463,21.754514],[108.580675,21.75118],[108.565233,21.765918],[108.56708,21.768138],[108.57516,21.770292],[108.583024,21.768295],[108.589993,21.764137],[108.591048,21.761138]]],[[[108.574883,21.772494],[108.565193,21.768002],[108.564423,21.777562],[108.567699,21.778093],[108.573003,21.775287],[108.574883,21.772494]]],[[[108.6215,21.889718],[108.625571,21.884484],[108.62375,21.880847],[108.612049,21.871612],[108.604954,21.869785],[108.601918,21.871343],[108.599538,21.86935],[108.600152,21.865238],[108.591872,21.855358],[108.591129,21.849933],[108.586447,21.847934],[108.588103,21.846335],[108.584505,21.841653],[108.58382,21.837541],[108.572627,21.838055],[108.591399,21.864962],[108.584173,21.86612],[108.579009,21.869281],[108.573504,21.877402],[108.574824,21.883764],[108.587074,21.884729],[108.590304,21.887527],[108.593183,21.887361],[108.593849,21.889074],[108.600369,21.890192],[108.603964,21.895173],[108.608316,21.892688],[108.6215,21.889718]]],[[[111.006285,26.339886],[111.010144,26.341089],[111.023514,26.340527],[111.027814,26.336919],[111.036778,26.338774],[111.037761,26.331291],[111.034358,26.326509],[111.035845,26.32413],[111.048188,26.322048],[111.051647,26.327759],[111.058207,26.328408],[111.058152,26.325766],[111.060234,26.323981],[111.064547,26.326807],[111.067968,26.318776],[111.072342,26.320969],[111.083795,26.311647],[111.094159,26.306762],[111.0999,26.306081],[111.105444,26.310448],[111.111393,26.312679],[111.11749,26.309407],[111.122398,26.314315],[111.125496,26.311159],[111.137848,26.308647],[111.159873,26.31081],[111.166117,26.316969],[111.171422,26.311691],[111.185691,26.305384],[111.191109,26.308257],[111.200448,26.309185],[111.201662,26.298037],[111.19854,26.29513],[111.201553,26.292491],[111.201369,26.287338],[111.195943,26.283112],[111.19833,26.279335],[111.207463,26.272377],[111.207533,26.267561],[111.208911,26.266357],[111.212742,26.265579],[111.21659,26.272771],[111.224453,26.269935],[111.224863,26.263156],[111.226648,26.263305],[111.227365,26.265898],[111.242351,26.267348],[111.246129,26.268762],[111.245832,26.271633],[111.247319,26.27312],[111.252524,26.27431],[111.254309,26.279961],[111.2602,26.277143],[111.260853,26.279812],[111.262786,26.280259],[111.266206,26.273269],[111.269627,26.272377],[111.271775,26.275043],[111.273702,26.274654],[111.277141,26.272246],[111.281322,26.265772],[111.285093,26.265982],[111.283498,26.261389],[111.285294,26.257206],[111.287347,26.240703],[111.282235,26.236848],[111.282348,26.232726],[111.283969,26.226114],[111.287175,26.222557],[111.28146,26.222461],[111.275484,26.218894],[111.268883,26.21988],[111.264273,26.218541],[111.267824,26.211884],[111.265621,26.20816],[111.263651,26.191241],[111.268575,26.189489],[111.269499,26.187711],[111.269575,26.182068],[111.267247,26.180321],[111.269373,26.17307],[111.256429,26.163435],[111.250957,26.146921],[111.253391,26.142756],[111.264306,26.132611],[111.260549,26.126152],[111.2634,26.122557],[111.26631,26.121853],[111.255792,26.112165],[111.253919,26.113327],[111.251832,26.111555],[111.253197,26.107644],[111.251004,26.104981],[111.250574,26.101123],[111.251302,26.099557],[111.254655,26.100347],[111.260008,26.104362],[111.262537,26.101983],[111.261793,26.100347],[111.248954,26.093873],[111.242707,26.080332],[111.247814,26.079824],[111.245434,26.0743],[111.248858,26.070397],[111.260198,26.064173],[111.261667,26.059836],[111.261362,26.05819],[111.258751,26.058014],[111.259497,26.048992],[111.254967,26.049319],[111.253153,26.051333],[111.253323,26.056689],[111.248263,26.057762],[111.230919,26.053569],[111.226853,26.051108],[111.227886,26.045768],[111.22045,26.041753],[111.221221,26.035398],[111.214893,26.026342],[111.209296,26.022271],[111.209891,26.015579],[111.20543,26.010076],[111.208255,26.00502],[111.200819,25.991635],[111.2017,25.984731],[111.198142,25.978621],[111.191101,25.973614],[111.190023,25.967727],[111.19061,25.959294],[111.197995,25.957548],[111.203422,25.952426],[111.201973,25.948332],[111.216435,25.93899],[111.216583,25.934677],[111.211378,25.930215],[111.219409,25.925903],[111.220531,25.921116],[111.229522,25.918616],[111.229373,25.9146],[111.219898,25.912569],[111.219785,25.908151],[111.226405,25.899781],[111.237188,25.895938],[111.237106,25.889021],[111.242906,25.883667],[111.24366,25.876055],[111.242361,25.873667],[111.244051,25.870838],[111.253143,25.86648],[111.263726,25.870134],[111.266223,25.865805],[111.278454,25.862526],[111.281602,25.858591],[111.287089,25.858626],[111.288692,25.863705],[111.285075,25.866175],[111.295772,25.881147],[111.294957,25.884857],[111.299463,25.886698],[111.302804,25.89241],[111.318603,25.896011],[111.320092,25.89922],[111.319495,25.903744],[111.325146,25.911031],[111.327377,25.906421],[111.334104,25.908949],[111.335778,25.911033],[111.339633,25.909433],[111.344479,25.8972],[111.349387,25.898836],[111.351023,25.903],[111.352807,25.898093],[111.360965,25.897573],[111.361808,25.899125],[111.360235,25.901203],[111.362023,25.904721],[111.369917,25.910078],[111.374452,25.903869],[111.372884,25.894672],[111.373925,25.892739],[111.379406,25.890496],[111.377643,25.887385],[111.377792,25.885452],[111.379428,25.885006],[111.381875,25.885142],[111.384038,25.88798],[111.389986,25.888872],[111.394151,25.886939],[111.398901,25.889672],[111.410285,25.879977],[111.415907,25.882428],[111.420721,25.890782],[111.43282,25.889644],[111.438289,25.886204],[111.443127,25.885783],[111.450012,25.890817],[111.456329,25.887964],[111.451163,25.88454],[111.453314,25.877124],[111.457625,25.874573],[111.467453,25.880474],[111.469961,25.880474],[111.480906,25.874427],[111.488176,25.872509],[111.481259,25.861176],[111.476742,25.86134],[111.468652,25.858009],[111.465033,25.860472],[111.460163,25.860437],[111.456724,25.858133],[111.455918,25.852671],[111.452956,25.849101],[111.449924,25.851109],[111.442523,25.850813],[111.436003,25.848372],[111.43296,25.844684],[111.43002,25.845929],[111.422782,25.839173],[111.419657,25.831817],[111.421491,25.822033],[111.425398,25.8203],[111.43042,25.822657],[111.433153,25.821135],[111.430819,25.81732],[111.434775,25.81076],[111.432231,25.808464],[111.431718,25.80333],[111.43534,25.787695],[111.438909,25.786744],[111.435935,25.78139],[111.438358,25.774699],[111.434748,25.772928],[111.418457,25.770869],[111.407296,25.771032],[111.404764,25.763425],[111.401432,25.762116],[111.39965,25.763093],[111.397449,25.760788],[111.399326,25.748436],[111.394169,25.745324],[111.383705,25.744865],[111.381802,25.740939],[111.380374,25.74082],[111.373831,25.745341],[111.370856,25.745698],[111.370143,25.738679],[111.361695,25.740225],[111.353724,25.734158],[111.342441,25.732096],[111.327741,25.734111],[111.325092,25.740135],[111.312453,25.733767],[111.309228,25.72464],[111.303708,25.724146],[111.302406,25.718352],[111.30399,25.707364],[111.303401,25.697202],[111.304769,25.692803],[111.311539,25.691237],[111.313242,25.686022],[111.313063,25.676874],[111.30824,25.66797],[111.304583,25.65387],[111.305206,25.648282],[111.311131,25.642218],[111.311998,25.63655],[111.321605,25.624488],[111.327196,25.622896],[111.334025,25.615919],[111.337903,25.606941],[111.335793,25.602781],[111.330166,25.597603],[111.329423,25.592398],[111.324813,25.587491],[111.326448,25.583921],[111.322613,25.579469],[111.316544,25.55395],[111.319214,25.545488],[111.322436,25.541469],[111.323772,25.522055],[111.320946,25.518189],[111.313956,25.499897],[111.31232,25.491569],[111.300547,25.480256],[111.293836,25.468788],[111.29437,25.461522],[111.296984,25.457783],[111.295566,25.451782],[111.287058,25.43879],[111.281119,25.433325],[111.274546,25.432677],[111.2741,25.425836],[111.26324,25.427371],[111.259307,25.424894],[111.255709,25.415696],[111.252239,25.412154],[111.251198,25.405908],[111.252834,25.399811],[111.248229,25.398154],[111.228055,25.379266],[111.219944,25.376467],[111.205744,25.366658],[111.178185,25.37097],[111.166876,25.357426],[111.162452,25.347044],[111.159255,25.34543],[111.150897,25.326196],[111.130641,25.302883],[111.114682,25.294683],[111.107922,25.294957],[111.103063,25.29019],[111.097304,25.287677],[111.096673,25.283116],[111.105869,25.265765],[111.101813,25.257102],[111.111817,25.238456],[111.107164,25.218975],[111.071706,25.20123],[111.064545,25.195304],[111.061959,25.189032],[111.054846,25.192323],[111.051325,25.191241],[111.043623,25.187831],[111.037593,25.178753],[111.032819,25.182381],[111.015626,25.173596],[111.004739,25.172687],[110.995852,25.168589],[110.994174,25.166268],[110.996666,25.152293],[110.989433,25.147915],[110.985816,25.142585],[110.979344,25.130783],[110.979724,25.123549],[110.978392,25.120123],[110.972704,25.112632],[110.977712,25.107673],[110.977933,25.102806],[110.972844,25.09594],[110.959,25.082922],[110.962219,25.080714],[110.960538,25.075029],[110.959455,25.07316],[110.957072,25.073866],[110.953455,25.071201],[110.953738,25.064682],[110.946066,25.048039],[110.945886,25.045531],[110.952028,25.034335],[110.9501,25.021388],[110.954895,25.006123],[110.972833,24.989355],[110.968746,24.981007],[110.961958,24.978679],[110.965402,24.97034],[110.981394,24.96788],[110.987798,24.96131],[110.981055,24.942942],[110.984255,24.934966],[110.989718,24.935155],[110.990164,24.933966],[110.986595,24.928463],[110.978824,24.927508],[110.974397,24.919965],[110.977055,24.916874],[110.992395,24.929653],[111.002397,24.923047],[111.009498,24.927144],[111.0149,24.933541],[111.027683,24.93497],[111.029865,24.932279],[111.040817,24.929511],[111.067179,24.938545],[111.080566,24.945486],[111.092423,24.942276],[111.095936,24.949495],[111.094443,24.970697],[111.091741,24.975431],[111.091403,24.979596],[111.103945,24.988855],[111.103753,24.993523],[111.099873,24.995771],[111.099873,24.998485],[111.102025,25.000022],[111.099599,25.009059],[111.104638,25.014848],[111.101247,25.025407],[111.09731,25.030296],[111.101682,25.036628],[111.102737,25.041151],[111.111482,25.045523],[111.118869,25.044015],[111.138781,25.045077],[111.147169,25.055453],[111.169057,25.066549],[111.197586,25.074264],[111.199959,25.07679],[111.199498,25.082315],[111.203899,25.091505],[111.208573,25.096933],[111.220184,25.105041],[111.219809,25.113088],[111.224767,25.120196],[111.239829,25.128873],[111.254724,25.13155],[111.2619,25.149005],[111.266896,25.151336],[111.27248,25.15089],[111.282601,25.147222],[111.284708,25.144272],[111.285487,25.133502],[111.290281,25.124772],[111.308089,25.115345],[111.31486,25.115627],[111.315765,25.114723],[111.313956,25.110652],[111.316815,25.106905],[111.330994,25.102961],[111.343505,25.106129],[111.350428,25.103308],[111.355411,25.106015],[111.368213,25.113909],[111.37082,25.117753],[111.368555,25.12165],[111.371565,25.123975],[111.380593,25.125729],[111.383087,25.131715],[111.387203,25.131976],[111.399107,25.12857],[111.398253,25.122267],[111.399681,25.11259],[111.402905,25.109077],[111.411764,25.104904],[111.42069,25.108453],[111.424926,25.106917],[111.420696,25.099044],[111.423259,25.096028],[111.422656,25.092712],[111.418529,25.086597],[111.41961,25.07667],[111.422505,25.07462],[111.419412,25.06983],[111.419229,25.063549],[111.414342,25.052451],[111.41318,25.04317],[111.417019,25.039374],[111.42537,25.039643],[111.429908,25.035967],[111.43446,25.034861],[111.444545,25.033958],[111.457934,25.038738],[111.465302,25.034523],[111.461587,25.025465],[111.468357,25.020841],[111.461135,25.009208],[111.4581,24.999462],[111.454589,24.996136],[111.442166,24.996128],[111.43279,24.982105],[111.42858,24.970164],[111.430106,24.967169],[111.436022,24.965005],[111.440107,24.955457],[111.443816,24.951732],[111.455882,24.946336],[111.461521,24.935477],[111.457153,24.932545],[111.455143,24.92757],[111.460158,24.92523],[111.463442,24.921375],[111.454794,24.920904],[111.456697,24.910196],[111.44616,24.903748],[111.448531,24.898261],[111.459444,24.890395],[111.460444,24.887968],[111.45973,24.885398],[111.453876,24.883114],[111.451306,24.879116],[111.453162,24.876689],[111.450751,24.869856],[111.449864,24.853237],[111.454884,24.849458],[111.454313,24.841083],[111.455646,24.838037],[111.471054,24.828573],[111.474301,24.82871],[111.474698,24.822224],[111.481472,24.803764],[111.479686,24.790321],[111.474681,24.787592],[111.473349,24.784737],[111.475252,24.779978],[111.474681,24.776552],[111.469922,24.774458],[111.465925,24.769699],[111.467638,24.760181],[111.45942,24.756865],[111.454583,24.751423],[111.454165,24.746754],[111.45781,24.744475],[111.459854,24.740226],[111.458836,24.732706],[111.449418,24.729906],[111.445112,24.722669],[111.443663,24.714486],[111.428863,24.696981],[111.425452,24.688227],[111.431257,24.684043],[111.442226,24.685256],[111.444775,24.681226],[111.44763,24.665589],[111.465106,24.671412],[111.467881,24.677821],[111.483535,24.675248],[111.495975,24.668227],[111.500562,24.668133],[111.511318,24.65595],[111.514335,24.645005],[111.519386,24.644223],[111.520514,24.641741],[111.523941,24.639838],[111.530413,24.640219],[111.532291,24.647125],[111.544362,24.652966],[111.557278,24.643161],[111.566334,24.647667],[111.569923,24.651689],[111.568971,24.65578],[111.578531,24.681459],[111.579209,24.688518],[111.58735,24.690327],[111.588707,24.695151],[111.587816,24.698912],[111.589311,24.700871],[111.597134,24.700801],[111.601205,24.697723],[111.612867,24.694211],[111.618407,24.695453],[111.622629,24.691985],[111.630799,24.689914],[111.637104,24.691748],[111.637403,24.697262],[111.641633,24.70366],[111.641813,24.707265],[111.638536,24.713203],[111.634269,24.714274],[111.63301,24.71693],[111.636681,24.725901],[111.648418,24.741288],[111.65471,24.757056],[111.674869,24.781565],[111.682524,24.782711],[111.686836,24.787619],[111.689067,24.787917],[111.693083,24.786578],[111.698436,24.781076],[111.702459,24.792674],[111.712508,24.791314],[111.730044,24.781541],[111.737887,24.781604],[111.74439,24.785537],[111.753399,24.783568],[111.757099,24.78453],[111.767722,24.793636],[111.779401,24.798728],[111.782535,24.793258],[111.782448,24.788081],[111.804195,24.778815],[111.816796,24.778459],[111.83357,24.784131],[111.84253,24.783712],[111.843702,24.780526],[111.862848,24.781093],[111.868236,24.767043],[111.871592,24.763657],[111.872821,24.758066],[111.87697,24.758974],[111.884468,24.765556],[111.889235,24.772706],[111.891604,24.771461],[111.896376,24.772494],[111.914753,24.771403],[111.92308,24.763901],[111.931755,24.763719],[111.936091,24.764099],[111.940596,24.767258],[111.942744,24.775247],[111.955582,24.776418],[111.959469,24.775313],[111.95941,24.771512],[111.970021,24.765288],[111.979439,24.767743],[111.99541,24.761818],[112.008302,24.748594],[112.017257,24.74304],[112.012047,24.736888],[112.004359,24.732475],[111.991284,24.736197],[111.981065,24.730261],[111.969352,24.730096],[111.955885,24.724561],[111.946897,24.697314],[111.937682,24.693107],[111.931392,24.684326],[111.939038,24.679769],[111.939038,24.677809],[111.932856,24.672683],[111.940317,24.668408],[111.941751,24.658662],[111.948304,24.651226],[111.939245,24.645876],[111.932662,24.64528],[111.928122,24.641968],[111.922695,24.633874],[111.923372,24.630312],[111.932531,24.617296],[111.931117,24.611345],[111.932717,24.605651],[111.929944,24.602923],[111.933248,24.598042],[111.946999,24.59369],[111.949101,24.590095],[111.958093,24.583925],[111.965746,24.582867],[111.971006,24.577171],[111.973322,24.571561],[111.973912,24.562848],[111.983712,24.556299],[111.992989,24.552956],[112.001062,24.538559],[112.002333,24.524385],[111.99889,24.513147],[112.005139,24.505243],[112.00499,24.503607],[112.003354,24.501674],[111.987432,24.496441],[111.981455,24.488889],[111.978462,24.479067],[111.982385,24.473269],[111.980898,24.467321],[111.99116,24.460627],[111.998702,24.450882],[112.012272,24.448889],[112.015773,24.446438],[112.018561,24.44341],[112.017482,24.437429],[112.01882,24.435793],[112.023908,24.43486],[112.035744,24.413903],[112.036101,24.408413],[112.034413,24.403299],[112.036623,24.396544],[112.044068,24.390216],[112.048075,24.39327],[112.055442,24.389496],[112.056619,24.369017],[112.053834,24.341041],[112.041349,24.331262],[112.03948,24.32144],[112.032948,24.319561],[112.026286,24.313998],[112.026374,24.304245],[112.024318,24.299118],[112.009602,24.297327],[112.003329,24.291304],[111.997388,24.282364],[111.986452,24.282629],[111.984582,24.273951],[111.98478,24.263791],[111.980398,24.259505],[111.970427,24.258139],[111.967388,24.26365],[111.96051,24.26836],[111.953037,24.26755],[111.949694,24.261931],[111.948768,24.255303],[111.940522,24.248191],[111.935848,24.246559],[111.937436,24.238137],[111.936037,24.234106],[111.932042,24.232668],[111.928462,24.236997],[111.918391,24.238888],[111.910649,24.225493],[111.907984,24.224161],[111.876748,24.232681],[111.872132,24.230041],[111.873339,24.224922],[111.870674,24.21864],[111.869983,24.201325],[111.865404,24.183707],[111.867727,24.176442],[111.883944,24.165394],[111.87819,24.139585],[111.873769,24.128722],[111.87355,24.112747],[111.876292,24.102155],[111.884214,24.094211],[111.884968,24.091346],[111.882103,24.083808],[111.883309,24.08019],[111.892506,24.073104],[111.901401,24.050942],[111.915279,24.042486],[111.918214,24.020846],[111.916111,24.018953],[111.915509,24.014732],[111.918292,24.006749],[111.928795,24],[111.927903,23.997007],[111.935273,23.990649],[111.936846,23.987242],[111.936251,23.985168],[111.929034,23.981326],[111.918939,23.971142],[111.917034,23.958022],[111.907118,23.946683],[111.892686,23.950326],[111.880069,23.944991],[111.874069,23.940512],[111.864966,23.942243],[111.861242,23.94915],[111.849682,23.951243],[111.845316,23.93826],[111.850045,23.93396],[111.852826,23.925674],[111.852349,23.920922],[111.847593,23.912847],[111.841146,23.90705],[111.830756,23.913626],[111.820714,23.915273],[111.817215,23.913994],[111.807289,23.888979],[111.808255,23.881924],[111.810203,23.878773],[111.81384,23.878021],[111.818897,23.873777],[111.816195,23.85991],[111.820054,23.834887],[111.8142,23.831699],[111.810298,23.832217],[111.805997,23.820051],[111.80871,23.814858],[111.808228,23.812652],[111.804992,23.808586],[111.803776,23.812304],[111.798132,23.816953],[111.791914,23.818069],[111.786334,23.813905],[111.767244,23.812739],[111.757597,23.81647],[111.747279,23.815285],[111.738701,23.822784],[111.717202,23.825923],[111.710038,23.834867],[111.709349,23.839914],[111.707153,23.840606],[111.698612,23.841146],[111.692091,23.839778],[111.689559,23.833221],[111.690866,23.826671],[111.688274,23.820012],[111.68615,23.81878],[111.670958,23.826557],[111.670463,23.829739],[111.660982,23.837242],[111.649926,23.836377],[111.649257,23.825848],[111.633947,23.793955],[111.629132,23.791374],[111.622952,23.791452],[111.62344,23.748515],[111.624673,23.744187],[111.618466,23.739793],[111.615238,23.739965],[111.612258,23.736277],[111.617833,23.72761],[111.628496,23.724901],[111.63744,23.716785],[111.640171,23.72414],[111.657992,23.722582],[111.661417,23.72081],[111.660157,23.702688],[111.643011,23.697874],[111.638102,23.698881],[111.634399,23.693678],[111.631943,23.680978],[111.627192,23.677736],[111.619985,23.67878],[111.609814,23.660066],[111.609079,23.65104],[111.612124,23.64816],[111.61068,23.641754],[111.602853,23.639393],[111.597716,23.642782],[111.590247,23.644929],[111.574961,23.645823],[111.562821,23.637515],[111.551943,23.635575],[111.551917,23.638094],[111.554391,23.64108],[111.549004,23.643957],[111.545606,23.643657],[111.535697,23.634905],[111.528374,23.631977],[111.51125,23.628588],[111.497275,23.632191],[111.481757,23.629174],[111.480362,23.605037],[111.48343,23.595076],[111.485221,23.569084],[111.484458,23.564632],[111.475757,23.560623],[111.472834,23.541107],[111.465729,23.520824],[111.463434,23.520751],[111.460557,23.515882],[111.455402,23.502857],[111.452087,23.501174],[111.449365,23.501963],[111.433804,23.483128],[111.429975,23.483616],[111.427885,23.48227],[111.423352,23.468677],[111.39398,23.471302],[111.391781,23.464605],[111.394027,23.459685],[111.38756,23.450353],[111.39072,23.441282],[111.38585,23.434122],[111.384152,23.416108],[111.380533,23.410954],[111.378079,23.403381],[111.37857,23.401306],[111.387485,23.393226],[111.387004,23.385762],[111.384094,23.37908],[111.372311,23.371587],[111.369307,23.358617],[111.362414,23.352172],[111.359498,23.344633],[111.356736,23.329841],[111.35698,23.32721],[111.360493,23.322668],[111.373084,23.316564],[111.374009,23.314873],[111.372245,23.307505],[111.360749,23.299607],[111.355006,23.293354],[111.351031,23.290899],[111.348652,23.292297],[111.347356,23.281634],[111.343867,23.274608],[111.346936,23.26926],[111.350383,23.269157],[111.355545,23.273118],[111.360925,23.270971],[111.367054,23.265099],[111.365344,23.250698],[111.362432,23.244952],[111.359428,23.243506],[111.361684,23.238744],[111.368659,23.232226],[111.373971,23.223912],[111.3716,23.220951],[111.372071,23.2183],[111.383,23.214599],[111.379482,23.200891],[111.378924,23.169529],[111.383713,23.168525],[111.387151,23.172051],[111.391994,23.168244],[111.394006,23.162991],[111.3851,23.155955],[111.378381,23.156118],[111.375853,23.154745],[111.363511,23.14568],[111.371551,23.144499],[111.37163,23.134301],[111.37613,23.12585],[111.369942,23.114372],[111.368547,23.092472],[111.372128,23.084608],[111.388458,23.071107],[111.39716,23.068669],[111.407883,23.071769],[111.41854,23.067191],[111.422302,23.070206],[111.422832,23.07315],[111.42738,23.075574],[111.429029,23.074764],[111.427475,23.070077],[111.421667,23.064528],[111.421317,23.05649],[111.424091,23.052078],[111.428526,23.049865],[111.428777,23.039125],[111.425626,23.035102],[111.418734,23.035543],[111.410313,23.027833],[111.40946,23.022171],[111.406323,23.019797],[111.397699,23.016294],[111.391929,23.016042],[111.384363,23.008764],[111.388477,22.999864],[111.398148,22.993748],[111.397765,22.990295],[111.38973,22.983222],[111.372463,22.976154],[111.370427,22.970458],[111.363535,22.972276],[111.358342,22.971155],[111.362344,22.956311],[111.360409,22.951988],[111.362955,22.9466],[111.368961,22.943466],[111.370878,22.931976],[111.365285,22.917824],[111.355007,22.90882],[111.354335,22.892621],[111.346847,22.888116],[111.347124,22.88524],[111.344035,22.880338],[111.340417,22.878481],[111.334549,22.870407],[111.331308,22.871329],[111.319722,22.869021],[111.322703,22.864377],[111.318386,22.857372],[111.315085,22.85398],[111.307883,22.854123],[111.300501,22.84425],[111.301531,22.842399],[111.298528,22.838077],[111.288824,22.827552],[111.28555,22.820827],[111.285923,22.811188],[111.284235,22.806507],[111.279452,22.807367],[111.268545,22.802457],[111.266254,22.792047],[111.263165,22.791444],[111.259899,22.79545],[111.255453,22.797537],[111.251896,22.797294],[111.249716,22.789561],[111.235718,22.783839],[111.231254,22.77571],[111.234561,22.771786],[111.227069,22.764525],[111.225986,22.760556],[111.214284,22.751123],[111.19816,22.753103],[111.197331,22.743428],[111.189052,22.739216],[111.176505,22.73932],[111.16726,22.74408],[111.152895,22.741895],[111.15107,22.742636],[111.151508,22.745153],[111.145337,22.745563],[111.141871,22.740503],[111.137186,22.739299],[111.126597,22.740311],[111.114492,22.746134],[111.110638,22.746208],[111.110374,22.74394],[111.100363,22.743038],[111.093338,22.744461],[111.090852,22.742325],[111.089877,22.738217],[111.08237,22.7329],[111.056289,22.73419],[111.053302,22.733056],[111.051572,22.729645],[111.056223,22.724883],[111.067328,22.719904],[111.076993,22.712627],[111.078428,22.703822],[111.085011,22.696486],[111.084023,22.691558],[111.074196,22.680305],[111.068749,22.669757],[111.063699,22.668217],[111.060423,22.669715],[111.055229,22.667228],[111.055384,22.657844],[111.050455,22.650677],[111.035291,22.651572],[111.030172,22.647149],[111.025591,22.649192],[111.022135,22.654096],[111.005849,22.648067],[111.003975,22.644112],[110.995265,22.639328],[110.99211,22.633845],[110.984521,22.638205],[110.982836,22.643749],[110.975771,22.645375],[110.968195,22.642789],[110.963639,22.639261],[110.953239,22.639621],[110.955653,22.63594],[110.957196,22.627595],[110.954383,22.621965],[110.945521,22.612977],[110.936922,22.611066],[110.924712,22.611214],[110.892434,22.617131],[110.890237,22.610887],[110.894069,22.608477],[110.89468,22.598913],[110.891889,22.594728],[110.883366,22.587846],[110.875111,22.585456],[110.865632,22.590484],[110.854395,22.59178],[110.849453,22.586749],[110.844707,22.586011],[110.827812,22.592345],[110.824915,22.586796],[110.815225,22.582547],[110.809525,22.582787],[110.803811,22.577548],[110.80213,22.57149],[110.803016,22.566006],[110.800613,22.562141],[110.794932,22.560208],[110.791343,22.56474],[110.791287,22.567995],[110.78696,22.576431],[110.772204,22.589955],[110.765585,22.592093],[110.756938,22.58754],[110.755734,22.585001],[110.759642,22.572348],[110.759052,22.56557],[110.754125,22.561011],[110.747769,22.564837],[110.743234,22.560219],[110.745259,22.556628],[110.755348,22.548878],[110.752982,22.535485],[110.758924,22.521837],[110.755215,22.520137],[110.746624,22.522146],[110.740131,22.51565],[110.734098,22.502467],[110.733953,22.490134],[110.740736,22.48114],[110.744479,22.48008],[110.739052,22.469788],[110.734394,22.467262],[110.720501,22.463933],[110.714077,22.464809],[110.70377,22.469345],[110.697291,22.473871],[110.695741,22.477365],[110.68624,22.482642],[110.684101,22.482318],[110.678164,22.476578],[110.680617,22.469763],[110.689054,22.459056],[110.687468,22.452345],[110.689267,22.449516],[110.69995,22.450804],[110.706308,22.44602],[110.708909,22.435941],[110.708346,22.417064],[110.703004,22.409661],[110.70359,22.403202],[110.708854,22.393407],[110.707528,22.38557],[110.704394,22.383161],[110.705157,22.373645],[110.715735,22.362874],[110.719001,22.362769],[110.719195,22.365984],[110.724029,22.369349],[110.736529,22.363842],[110.744365,22.354783],[110.745925,22.350276],[110.745869,22.345724],[110.742078,22.342265],[110.743889,22.333295],[110.747409,22.328988],[110.76491,22.320939],[110.769374,22.303271],[110.774297,22.299547],[110.784168,22.295801],[110.784264,22.289806],[110.782218,22.286846],[110.779609,22.283955],[110.770948,22.280568],[110.756689,22.279669],[110.735182,22.284714],[110.730007,22.289918],[110.724948,22.298652],[110.721655,22.300456],[110.716452,22.298304],[110.709027,22.28311],[110.702969,22.274471],[110.699874,22.277768],[110.690186,22.273889],[110.686192,22.267845],[110.690893,22.262038],[110.682793,22.251994],[110.666885,22.247153],[110.660185,22.248057],[110.649351,22.242697],[110.643144,22.230853],[110.646113,22.215777],[110.652303,22.206131],[110.658519,22.205697],[110.662543,22.203094],[110.671297,22.192294],[110.674932,22.176604],[110.654665,22.170115],[110.651283,22.170389],[110.639753,22.160275],[110.637517,22.155672],[110.627023,22.15228],[110.625135,22.151944],[110.621955,22.155402],[110.62179,22.157991],[110.613769,22.162852],[110.60746,22.158967],[110.602471,22.158084],[110.596196,22.161714],[110.594174,22.166272],[110.599058,22.18219],[110.596948,22.186353],[110.591453,22.18969],[110.579685,22.188479],[110.556035,22.199388],[110.5457,22.195836],[110.538741,22.186821],[110.533988,22.17516],[110.525947,22.170783],[110.524458,22.16564],[110.526295,22.157767],[110.50683,22.148288],[110.497338,22.145405],[110.487263,22.145124],[110.479662,22.15491],[110.479885,22.162079],[110.467475,22.17392],[110.455545,22.181069],[110.451026,22.188966],[110.425704,22.210497],[110.423426,22.209089],[110.413671,22.21175],[110.407912,22.209768],[110.40517,22.205695],[110.406816,22.199626],[110.405625,22.192263],[110.399317,22.187709],[110.393988,22.189596],[110.386379,22.181652],[110.389054,22.173422],[110.376332,22.166767],[110.370717,22.169081],[110.35445,22.186226],[110.349998,22.195597],[110.346492,22.198749],[110.343883,22.198743],[110.323725,22.16803],[110.321932,22.163223],[110.32211,22.15541],[110.32974,22.145496],[110.341619,22.137645],[110.348827,22.134845],[110.355154,22.136977],[110.360557,22.126909],[110.361602,22.099523],[110.353281,22.099193],[110.350928,22.101422],[110.346096,22.099625],[110.345749,22.09177],[110.353127,22.088431],[110.354464,22.078202],[110.352522,22.077306],[110.348781,22.064577],[110.348847,22.046672],[110.344979,22.045471],[110.343246,22.041629],[110.345421,22.033816],[110.356985,22.014635],[110.354637,21.990671],[110.348468,21.979019],[110.350799,21.976808],[110.363891,21.971725],[110.365941,21.972928],[110.372008,21.970692],[110.385217,21.956129],[110.386694,21.952688],[110.373766,21.943571],[110.368387,21.936099],[110.374192,21.931433],[110.37715,21.933234],[110.375603,21.934381],[110.380948,21.932473],[110.385396,21.92499],[110.385248,21.919068],[110.39127,21.916078],[110.393093,21.909269],[110.385529,21.90672],[110.388632,21.903471],[110.385481,21.893904],[110.382889,21.892737],[110.379093,21.89387],[110.352354,21.892354],[110.350237,21.889473],[110.343013,21.893278],[110.331334,21.889823],[110.329122,21.892439],[110.317259,21.896741],[110.312184,21.902062],[110.308962,21.908339],[110.295353,21.913382],[110.292674,21.917508],[110.28605,21.920502],[110.28493,21.918862],[110.285979,21.913905],[110.279354,21.894923],[110.272644,21.894255],[110.268357,21.897704],[110.265593,21.896633],[110.254232,21.883332],[110.252272,21.883074],[110.228607,21.881468],[110.217092,21.884218],[110.205772,21.88969],[110.207361,21.895997],[110.192671,21.902526],[110.190396,21.899224],[110.182644,21.897874],[110.177845,21.902248],[110.163792,21.899462],[110.146742,21.899849],[110.13489,21.886766],[110.128862,21.902516],[110.123443,21.905305],[110.119598,21.905263],[110.116973,21.904497],[110.102655,21.885099],[110.101763,21.88219],[110.103393,21.873325],[110.09649,21.872971],[110.093879,21.878896],[110.095031,21.883562],[110.092988,21.888597],[110.091393,21.88852],[110.087667,21.886501],[110.081527,21.871049],[110.06569,21.86321],[110.049081,21.859351],[110.046851,21.85982],[110.043506,21.864564],[110.033926,21.872481],[110.026438,21.874419],[110.016821,21.874169],[110.007555,21.877426],[110.000454,21.883072],[109.982055,21.881954],[109.983176,21.876185],[109.974336,21.868874],[109.969653,21.868975],[109.940838,21.848899],[109.944219,21.839831],[109.942798,21.827438],[109.937521,21.823443],[109.931955,21.816065],[109.931825,21.793649],[109.93359,21.777794],[109.93587,21.771481],[109.931104,21.757495],[109.927067,21.75488],[109.930402,21.74505],[109.937716,21.741286],[109.935977,21.737884],[109.932071,21.735978],[109.92475,21.736326],[109.918787,21.73117],[109.921292,21.708644],[109.91851,21.707043],[109.911118,21.708572],[109.901407,21.696532],[109.90123,21.687889],[109.904749,21.688476],[109.910506,21.68523],[109.91162,21.671773],[109.898933,21.655616],[109.894365,21.652489],[109.880543,21.650851],[109.871701,21.655978],[109.841329,21.647673],[109.84029,21.641001],[109.835322,21.63938],[109.817551,21.64098],[109.809279,21.647303],[109.805942,21.647888],[109.802148,21.639515],[109.802895,21.631344],[109.796758,21.629783],[109.791,21.632839],[109.780996,21.647217],[109.773652,21.673001],[109.770352,21.675597],[109.765965,21.6755],[109.761753,21.670158],[109.761765,21.660315],[109.750667,21.637166],[109.750646,21.630438],[109.741857,21.625528],[109.739017,21.619547],[109.739525,21.603586],[109.743966,21.597976],[109.750175,21.585162],[109.749859,21.574589],[109.747558,21.573116],[109.749303,21.566809],[109.748711,21.562814],[109.745252,21.562661],[109.745457,21.561236],[109.752914,21.546543],[109.751481,21.542135],[109.754467,21.541012],[109.757584,21.534481],[109.757873,21.530988],[109.755456,21.52969],[109.761247,21.516166],[109.763419,21.502691],[109.771772,21.488762],[109.770835,21.48395],[109.769988,21.487723],[109.759093,21.499774],[109.755188,21.489852],[109.759747,21.47326],[109.757409,21.463607],[109.751872,21.459111],[109.747515,21.460273],[109.74208,21.465312],[109.737483,21.466469],[109.730472,21.471794],[109.727277,21.46683],[109.715564,21.471626],[109.71698,21.475357],[109.714562,21.476923],[109.715051,21.478358],[109.700574,21.485032],[109.685283,21.496818],[109.681236,21.498177],[109.679633,21.49634],[109.674578,21.497239],[109.674916,21.500823],[109.668079,21.508923],[109.651405,21.519329],[109.652741,21.521465],[109.658396,21.523917],[109.65832,21.527752],[109.661512,21.531954],[109.666396,21.532667],[109.667748,21.536543],[109.674626,21.57533],[109.669421,21.576788],[109.670914,21.59167],[109.666521,21.592781],[109.665194,21.594775],[109.667198,21.597952],[109.675478,21.60112],[109.675061,21.603593],[109.680144,21.603652],[109.678143,21.605773],[109.675112,21.605239],[109.67309,21.60981],[109.680793,21.611243],[109.682049,21.613551],[109.680185,21.612137],[109.671105,21.611478],[109.660891,21.604989],[109.65443,21.602806],[109.650808,21.597644],[109.642822,21.596807],[109.636161,21.584314],[109.636213,21.573548],[109.634099,21.570573],[109.634739,21.566331],[109.63708,21.563731],[109.635997,21.560069],[109.615518,21.571932],[109.609277,21.579064],[109.6099,21.586082],[109.612959,21.587048],[109.617666,21.595299],[109.613053,21.598709],[109.613647,21.601221],[109.60692,21.602962],[109.606589,21.614101],[109.600166,21.622269],[109.601243,21.623456],[109.602914,21.622019],[109.605755,21.622933],[109.604728,21.628586],[109.60607,21.630628],[109.603585,21.632812],[109.605856,21.633436],[109.60582,21.638583],[109.614171,21.642923],[109.616095,21.647264],[109.614924,21.647548],[109.612723,21.644096],[109.609243,21.647257],[109.607271,21.645439],[109.609391,21.642649],[109.596297,21.637113],[109.595331,21.631153],[109.592703,21.628621],[109.583889,21.625837],[109.581226,21.628596],[109.580254,21.636474],[109.578483,21.638863],[109.579188,21.640871],[109.58209,21.640453],[109.581719,21.643394],[109.580073,21.644107],[109.582645,21.650286],[109.579056,21.654451],[109.571267,21.653856],[109.57206,21.658684],[109.577651,21.657834],[109.577356,21.664872],[109.571758,21.667659],[109.567731,21.665893],[109.563968,21.666939],[109.561474,21.67264],[109.566201,21.673817],[109.569387,21.672062],[109.57287,21.67397],[109.567758,21.68189],[109.565901,21.682122],[109.562711,21.678759],[109.559641,21.684113],[109.560914,21.68627],[109.566301,21.687458],[109.569756,21.690888],[109.567916,21.691947],[109.565309,21.687816],[109.560408,21.688598],[109.56169,21.692909],[109.555499,21.693203],[109.555212,21.70003],[109.558863,21.70572],[109.557595,21.707639],[109.560772,21.715856],[109.565621,21.721162],[109.570792,21.724912],[109.575328,21.722127],[109.577426,21.725173],[109.580749,21.724033],[109.586072,21.72594],[109.587928,21.724177],[109.589641,21.725929],[109.587748,21.729253],[109.593176,21.73405],[109.595323,21.733432],[109.597363,21.738735],[109.600276,21.737886],[109.600252,21.742561],[109.603467,21.748141],[109.599654,21.746159],[109.596093,21.747143],[109.594426,21.752952],[109.595148,21.756808],[109.597623,21.757902],[109.597742,21.763447],[109.600264,21.765279],[109.598456,21.765802],[109.598945,21.773008],[109.595937,21.76566],[109.597098,21.764099],[109.596217,21.760656],[109.591979,21.752922],[109.594856,21.748656],[109.593696,21.740207],[109.59181,21.738146],[109.59125,21.740663],[109.58734,21.740905],[109.582063,21.735445],[109.580387,21.7358],[109.583999,21.742964],[109.583996,21.744544],[109.581258,21.744866],[109.57566,21.739],[109.57284,21.732313],[109.570842,21.732765],[109.57068,21.734931],[109.556339,21.736805],[109.551802,21.732961],[109.551787,21.734346],[109.54755,21.736782],[109.546322,21.732394],[109.541383,21.728152],[109.531831,21.724961],[109.528,21.720928],[109.530802,21.716704],[109.524074,21.710816],[109.527446,21.706015],[109.524493,21.704026],[109.5189,21.709117],[109.513206,21.702153],[109.500663,21.703592],[109.50091,21.702203],[109.508628,21.70052],[109.506001,21.697385],[109.511764,21.694404],[109.511707,21.689278],[109.516901,21.690279],[109.521684,21.694537],[109.523705,21.689654],[109.521963,21.688748],[109.524174,21.685304],[109.530748,21.689187],[109.533921,21.685618],[109.534832,21.683213],[109.528668,21.680839],[109.529473,21.677686],[109.532884,21.677319],[109.527851,21.669054],[109.534059,21.669357],[109.536326,21.655614],[109.508528,21.653733],[109.494285,21.662174],[109.484773,21.659654],[109.491206,21.658],[109.493686,21.654749],[109.504264,21.65051],[109.526352,21.647949],[109.533516,21.644529],[109.540186,21.636515],[109.54266,21.628208],[109.544785,21.628569],[109.55936,21.614839],[109.563418,21.613215],[109.567504,21.613938],[109.568462,21.610834],[109.567201,21.603861],[109.569313,21.602467],[109.573397,21.605125],[109.574837,21.602782],[109.569609,21.599254],[109.569658,21.595562],[109.58063,21.589623],[109.586343,21.579647],[109.584685,21.578873],[109.585416,21.571061],[109.58062,21.570022],[109.575901,21.576968],[109.571206,21.573901],[109.577515,21.569536],[109.580143,21.56335],[109.576308,21.555809],[109.564538,21.55616],[109.561209,21.54014],[109.583078,21.534316],[109.584677,21.53443],[109.587133,21.541568],[109.595014,21.539741],[109.594385,21.535972],[109.598725,21.534316],[109.59804,21.529576],[109.570722,21.536475],[109.562861,21.520222],[109.556276,21.522231],[109.54302,21.506634],[109.554861,21.501736],[109.552154,21.495654],[109.556996,21.493566],[109.550496,21.477748],[109.519197,21.490661],[109.490012,21.47514],[109.474766,21.468979],[109.467554,21.467744],[109.457939,21.471305],[109.451345,21.459696],[109.447133,21.457654],[109.422332,21.454201],[109.413706,21.454917],[109.390636,21.460765],[109.384045,21.458109],[109.35731,21.455028],[109.337771,21.450871],[109.330611,21.452714],[109.330167,21.455066],[109.335719,21.45871],[109.336487,21.466288],[109.328314,21.48035],[109.326182,21.478672],[109.330489,21.472368],[109.325112,21.460681],[109.321578,21.456507],[109.302721,21.44395],[109.275795,21.434042],[109.252162,21.43061],[109.248482,21.432036],[109.24404,21.43682],[109.236784,21.44775],[109.24065,21.46168],[109.244294,21.467341],[109.244784,21.478946],[109.242002,21.480957],[109.240027,21.478476],[109.238261,21.466182],[109.234346,21.459068],[109.226775,21.461292],[109.227682,21.454371],[109.229528,21.454056],[109.229886,21.451008],[109.227447,21.442615],[109.227939,21.439023],[109.229645,21.43517],[109.232677,21.435242],[109.230297,21.428163],[109.225963,21.422915],[109.221302,21.420448],[109.210137,21.420199],[109.201521,21.423048],[109.188196,21.417142],[109.187543,21.41223],[109.178999,21.410299],[109.17705,21.414291],[109.163941,21.412879],[109.160246,21.413615],[109.160525,21.416134],[109.158281,21.416344],[109.156215,21.411337],[109.158219,21.409115],[109.163237,21.409811],[109.163547,21.405982],[109.161152,21.403727],[109.155974,21.402501],[109.150971,21.4043],[109.151333,21.406254],[109.148883,21.407251],[109.126099,21.414307],[109.097292,21.425772],[109.090974,21.426848],[109.087374,21.433538],[109.07561,21.43371],[109.070927,21.435366],[109.065102,21.440791],[109.06396,21.444103],[109.058192,21.443989],[109.04895,21.439242],[109.047109,21.440907],[109.046244,21.446518],[109.042714,21.449515],[109.051062,21.461678],[109.055056,21.464473],[109.052713,21.466969],[109.064874,21.474123],[109.073737,21.488067],[109.086628,21.481301],[109.101675,21.483593],[109.123277,21.490584],[109.138036,21.497771],[109.147418,21.504401],[109.161224,21.517454],[109.167321,21.528193],[109.168461,21.535035],[109.166863,21.54326],[109.164522,21.542747],[109.161656,21.547825],[109.160028,21.547279],[109.154935,21.554255],[109.15818,21.557573],[109.155573,21.561853],[109.152113,21.563426],[109.149831,21.561022],[109.14791,21.561534],[109.151993,21.56635],[109.150389,21.570784],[109.150445,21.580703],[109.143263,21.584593],[109.139918,21.57895],[109.137071,21.578123],[109.130498,21.582085],[109.129016,21.585209],[109.120421,21.587076],[109.115314,21.582983],[109.110567,21.581882],[109.102801,21.58451],[109.103565,21.587991],[109.102439,21.588712],[109.096542,21.584728],[109.079016,21.595824],[109.07589,21.599788],[109.073284,21.623027],[109.075886,21.630731],[109.083033,21.634203],[109.092251,21.63477],[109.099123,21.650137],[109.106224,21.652854],[109.109816,21.651022],[109.112074,21.652927],[109.11194,21.655515],[109.124399,21.665131],[109.122283,21.66596],[109.105795,21.653937],[109.097586,21.652105],[109.090671,21.63723],[109.078711,21.636955],[109.073661,21.633195],[109.069047,21.620757],[109.071102,21.616114],[109.071612,21.600272],[109.065711,21.59458],[109.058984,21.595986],[109.05226,21.601861],[109.046618,21.602196],[109.04623,21.604471],[109.055116,21.60917],[109.051523,21.611837],[109.052553,21.613817],[109.060961,21.619309],[109.065729,21.624862],[109.071364,21.640379],[109.069674,21.649637],[109.070741,21.653216],[109.084563,21.662405],[109.086863,21.666332],[109.078824,21.663418],[109.067977,21.654727],[109.065389,21.64782],[109.067683,21.643906],[109.06694,21.637419],[109.062394,21.636686],[109.06115,21.633552],[109.049091,21.625855],[109.039378,21.624223],[109.01827,21.617261],[109.002453,21.602787],[108.983022,21.602627],[108.965219,21.596953],[108.942809,21.608047],[108.929759,21.609632],[108.910054,21.616553],[108.907312,21.619331],[108.907899,21.630744],[108.905433,21.63881],[108.889138,21.653213],[108.888609,21.654728],[108.893703,21.657626],[108.885873,21.660962],[108.877636,21.661272],[108.871474,21.665296],[108.865131,21.672275],[108.866216,21.674862],[108.852857,21.682353],[108.850064,21.686568],[108.85147,21.698924],[108.863258,21.704337],[108.866063,21.703606],[108.870314,21.712707],[108.867799,21.715366],[108.863017,21.715961],[108.860781,21.722719],[108.865734,21.722463],[108.865531,21.726601],[108.860102,21.731909],[108.863675,21.743084],[108.866925,21.744735],[108.875509,21.744983],[108.88154,21.739535],[108.88655,21.73856],[108.895737,21.743713],[108.907739,21.754319],[108.907443,21.755895],[108.899557,21.754041],[108.892236,21.747325],[108.884245,21.747909],[108.890673,21.757949],[108.893283,21.767162],[108.891938,21.768498],[108.884619,21.755285],[108.866618,21.748581],[108.865543,21.752373],[108.867142,21.757633],[108.864568,21.7634],[108.865766,21.774387],[108.867482,21.775768],[108.863234,21.780317],[108.860926,21.780942],[108.85694,21.777663],[108.852721,21.781274],[108.849261,21.786317],[108.847612,21.80082],[108.843692,21.804332],[108.840954,21.802449],[108.838744,21.802984],[108.82773,21.813523],[108.826367,21.809681],[108.833503,21.799765],[108.844579,21.795755],[108.845935,21.79372],[108.84524,21.780995],[108.841056,21.777581],[108.833191,21.7937],[108.824658,21.793513],[108.824316,21.790609],[108.832099,21.791072],[108.836474,21.783444],[108.837474,21.77429],[108.839972,21.772838],[108.85003,21.773674],[108.85367,21.77192],[108.855486,21.769466],[108.855915,21.764414],[108.853715,21.757868],[108.851909,21.757256],[108.854194,21.741316],[108.851203,21.739138],[108.84648,21.727879],[108.843488,21.724907],[108.840306,21.725326],[108.837144,21.722459],[108.844302,21.716622],[108.844384,21.708986],[108.835999,21.702011],[108.826148,21.709423],[108.821108,21.710293],[108.819934,21.707888],[108.829502,21.703107],[108.836159,21.697545],[108.83428,21.695327],[108.830201,21.696063],[108.828435,21.693657],[108.833914,21.686214],[108.839165,21.683827],[108.843705,21.663119],[108.845762,21.661155],[108.844537,21.657158],[108.841736,21.656224],[108.843722,21.650933],[108.848578,21.646433],[108.866271,21.640523],[108.864507,21.631584],[108.865669,21.626636],[108.859401,21.625046],[108.852296,21.629425],[108.84938,21.625826],[108.850464,21.622401],[108.846321,21.620194],[108.832029,21.620056],[108.820028,21.627709],[108.815648,21.634722],[108.810687,21.638671],[108.808664,21.630683],[108.801072,21.632244],[108.799887,21.635852],[108.794733,21.635757],[108.778987,21.630923],[108.767425,21.621447],[108.752464,21.617553],[108.744902,21.610052],[108.744001,21.605932],[108.731338,21.617634],[108.731647,21.628447],[108.735647,21.633773],[108.731358,21.638923],[108.730877,21.643332],[108.721526,21.648694],[108.708002,21.650368],[108.706709,21.651866],[108.708554,21.661508],[108.706436,21.665315],[108.710957,21.669336],[108.712844,21.670177],[108.714503,21.663351],[108.721604,21.659996],[108.725995,21.661081],[108.725838,21.667205],[108.721891,21.667593],[108.719255,21.674954],[108.716223,21.675593],[108.713731,21.682489],[108.709766,21.68328],[108.705983,21.691094],[108.706353,21.695775],[108.711501,21.702392],[108.713893,21.711231],[108.712263,21.715063],[108.714918,21.719396],[108.71624,21.733531],[108.708656,21.733599],[108.709452,21.728762],[108.707945,21.720866],[108.702006,21.714059],[108.695271,21.709376],[108.69636,21.704671],[108.693693,21.697508],[108.687496,21.692364],[108.67448,21.692936],[108.678393,21.673965],[108.675136,21.672171],[108.676219,21.670149],[108.657438,21.660027],[108.651702,21.666887],[108.648328,21.666662],[108.635395,21.683532],[108.635395,21.693316],[108.638882,21.697589],[108.640012,21.720764],[108.64953,21.720526],[108.650839,21.724928],[108.646437,21.727545],[108.651315,21.729924],[108.647151,21.736349],[108.643581,21.736349],[108.642218,21.732791],[108.63942,21.733143],[108.638952,21.738882],[108.645711,21.762485],[108.654987,21.773159],[108.658076,21.7791],[108.657088,21.781695],[108.651608,21.781527],[108.647091,21.771467],[108.642219,21.766848],[108.639229,21.759917],[108.631923,21.766363],[108.628915,21.77384],[108.625305,21.774442],[108.629344,21.764644],[108.633384,21.761292],[108.637701,21.75443],[108.635934,21.750174],[108.637493,21.74949],[108.633384,21.73939],[108.628553,21.705803],[108.628884,21.695516],[108.622591,21.696023],[108.60588,21.701395],[108.606114,21.706225],[108.60401,21.707237],[108.601659,21.706031],[108.594977,21.712882],[108.59346,21.720252],[108.597213,21.731086],[108.596994,21.736631],[108.594266,21.749317],[108.591813,21.752706],[108.593509,21.759558],[108.592307,21.762388],[108.582894,21.769471],[108.576222,21.771479],[108.573378,21.776436],[108.56825,21.778358],[108.564952,21.787709],[108.561562,21.790836],[108.566367,21.800316],[108.569088,21.800956],[108.572338,21.798215],[108.577049,21.798975],[108.580054,21.801605],[108.580506,21.803579],[108.575988,21.806031],[108.576831,21.808327],[108.583253,21.812186],[108.584684,21.817517],[108.592021,21.82548],[108.592703,21.826734],[108.589318,21.827276],[108.589348,21.828971],[108.594375,21.831826],[108.601519,21.826688],[108.603464,21.831369],[108.600681,21.830228],[108.598436,21.831221],[108.603051,21.839188],[108.605213,21.840858],[108.610279,21.841279],[108.612272,21.844096],[108.606171,21.85445],[108.601548,21.859146],[108.602002,21.862079],[108.619549,21.872737],[108.627592,21.880695],[108.633833,21.881529],[108.62758,21.889426],[108.62149,21.894096],[108.620239,21.893858],[108.620408,21.891708],[108.615824,21.891738],[108.606343,21.894645],[108.605322,21.901592],[108.602734,21.901472],[108.60257,21.897806],[108.598693,21.891937],[108.584963,21.890943],[108.581711,21.888084],[108.56453,21.889076],[108.557615,21.893828],[108.550462,21.890768],[108.546201,21.894513],[108.546757,21.903269],[108.554265,21.91627],[108.54826,21.915498],[108.537581,21.904039],[108.536055,21.896566],[108.532505,21.898877],[108.529444,21.894582],[108.529737,21.89245],[108.520509,21.883216],[108.518259,21.882603],[108.512682,21.885411],[108.498774,21.883028],[108.50098,21.876266],[108.504887,21.873714],[108.503487,21.870153],[108.498462,21.869086],[108.479069,21.869923],[108.48226,21.866392],[108.48774,21.865153],[108.49005,21.862689],[108.490087,21.856431],[108.493548,21.85237],[108.491803,21.847017],[108.477173,21.843003],[108.46202,21.857666],[108.459915,21.865977],[108.462011,21.873481],[108.459058,21.874248],[108.457105,21.872855],[108.454974,21.867857],[108.460921,21.852243],[108.469849,21.84405],[108.469568,21.837882],[108.47751,21.830312],[108.485244,21.830976],[108.495295,21.819096],[108.503272,21.813318],[108.502227,21.803176],[108.507319,21.797558],[108.506235,21.792631],[108.508254,21.783561],[108.509023,21.781271],[108.513947,21.7794],[108.513764,21.775751],[108.511438,21.775183],[108.512314,21.771041],[108.509865,21.768457],[108.511107,21.765996],[108.516847,21.769828],[108.518703,21.768007],[108.524949,21.767651],[108.526906,21.764139],[108.522559,21.761953],[108.523367,21.758667],[108.530324,21.751569],[108.534113,21.750005],[108.539209,21.753998],[108.543117,21.750604],[108.549616,21.752158],[108.546664,21.744367],[108.542208,21.742536],[108.538024,21.735359],[108.526828,21.728923],[108.520857,21.721668],[108.51554,21.720252],[108.511281,21.725309],[108.514262,21.729411],[108.507872,21.730985],[108.508794,21.726843],[108.505909,21.724041],[108.509216,21.716992],[108.513959,21.715152],[108.514952,21.710194],[108.518189,21.706903],[108.52241,21.706984],[108.52257,21.714293],[108.531986,21.720246],[108.536219,21.7203],[108.536243,21.726812],[108.540186,21.728201],[108.549482,21.721582],[108.549968,21.718044],[108.542076,21.705991],[108.537575,21.706308],[108.540565,21.704129],[108.54155,21.699044],[108.536271,21.693239],[108.532651,21.694002],[108.528883,21.691013],[108.528906,21.688811],[108.532464,21.68543],[108.542815,21.695347],[108.54457,21.694336],[108.546473,21.69618],[108.548198,21.69386],[108.551143,21.695079],[108.547841,21.698797],[108.551113,21.701147],[108.5515,21.6996],[108.553998,21.700701],[108.553321,21.703145],[108.558386,21.707686],[108.561618,21.706356],[108.560215,21.703348],[108.562178,21.701563],[108.567204,21.701682],[108.567621,21.696864],[108.571033,21.69507],[108.569798,21.690806],[108.570809,21.684362],[108.565661,21.674077],[108.567309,21.665039],[108.56415,21.663848],[108.560278,21.668183],[108.552869,21.668228],[108.550042,21.662214],[108.542752,21.654593],[108.543133,21.65291],[108.550812,21.654915],[108.554356,21.663212],[108.557665,21.661054],[108.557794,21.657409],[108.5518,21.649523],[108.551016,21.643704],[108.542487,21.635455],[108.537559,21.63373],[108.531845,21.63458],[108.533833,21.63715],[108.531607,21.638767],[108.526919,21.640433],[108.524502,21.639218],[108.526216,21.635186],[108.522732,21.634613],[108.523192,21.633234],[108.532203,21.630668],[108.532967,21.626474],[108.530758,21.624383],[108.530241,21.621004],[108.532277,21.618787],[108.527373,21.61376],[108.52786,21.611502],[108.520791,21.607414],[108.522197,21.601715],[108.519932,21.597859],[108.516143,21.595953],[108.514298,21.592694],[108.4846,21.582086],[108.476823,21.583015],[108.476997,21.592848],[108.486916,21.602941],[108.489614,21.608075],[108.494921,21.609815],[108.492485,21.614253],[108.490484,21.614514],[108.486742,21.611033],[108.484741,21.604856],[108.480129,21.604333],[108.472559,21.59076],[108.475529,21.580655],[108.474925,21.574758],[108.478449,21.570841],[108.471776,21.568397],[108.460914,21.57057],[108.458351,21.568366],[108.458582,21.564979],[108.461509,21.565359],[108.463817,21.568262],[108.467338,21.56483],[108.474647,21.564743],[108.476462,21.560893],[108.475592,21.559279],[108.456477,21.558266],[108.444576,21.553254],[108.427333,21.554868],[108.411398,21.553116],[108.408657,21.55066],[108.403004,21.549461],[108.40209,21.53941],[108.37445,21.539581],[108.372508,21.554829],[108.380332,21.574188],[108.398537,21.574474],[108.400001,21.57706],[108.399309,21.581369],[108.394922,21.58815],[108.387634,21.59297],[108.390519,21.596862],[108.402844,21.596849],[108.411119,21.601627],[108.415297,21.599675],[108.432095,21.599816],[108.432859,21.606302],[108.439279,21.609251],[108.444032,21.615462],[108.443766,21.617407],[108.438765,21.61376],[108.428062,21.612034],[108.425874,21.607504],[108.422944,21.606796],[108.418907,21.608778],[108.419629,21.612776],[108.417422,21.613875],[108.409827,21.613982],[108.408004,21.608832],[108.40555,21.608973],[108.406239,21.613282],[108.408311,21.615212],[108.418158,21.622428],[108.422702,21.623408],[108.417848,21.63303],[108.418744,21.636651],[108.426412,21.633042],[108.427913,21.635478],[108.427025,21.637572],[108.433765,21.64208],[108.434502,21.645855],[108.441394,21.653317],[108.446682,21.655883],[108.45563,21.655937],[108.456613,21.661581],[108.460132,21.664219],[108.464481,21.666932],[108.46816,21.665273],[108.471285,21.66655],[108.465391,21.669674],[108.450862,21.668321],[108.448208,21.665923],[108.438059,21.662439],[108.42703,21.654691],[108.425913,21.655576],[108.427181,21.65875],[108.424867,21.658983],[108.421453,21.654242],[108.412141,21.649468],[108.412844,21.652742],[108.418632,21.658972],[108.421101,21.67013],[108.426067,21.675758],[108.428372,21.675239],[108.429212,21.672367],[108.430962,21.672707],[108.434269,21.679192],[108.42979,21.680292],[108.430941,21.686203],[108.435076,21.686551],[108.438601,21.690572],[108.438046,21.691664],[108.435473,21.691742],[108.433776,21.688363],[108.427464,21.692159],[108.421713,21.690388],[108.419128,21.68717],[108.421638,21.685918],[108.41749,21.683521],[108.419197,21.676905],[108.417644,21.673155],[108.391923,21.662156],[108.389002,21.667562],[108.390363,21.670539],[108.389587,21.6729],[108.384117,21.674656],[108.384202,21.670281],[108.37517,21.671675],[108.371646,21.675978],[108.370763,21.682206],[108.365421,21.683676],[108.357564,21.678542],[108.35554,21.679756],[108.355258,21.683299],[108.347911,21.683655],[108.336072,21.690003],[108.333021,21.693852],[108.332745,21.698468],[108.334117,21.706419],[108.338917,21.712621],[108.336766,21.712809],[108.329762,21.705103],[108.326658,21.696033],[108.336825,21.684543],[108.334911,21.670212],[108.330932,21.660019],[108.331784,21.659062],[108.329725,21.657915],[108.328897,21.669822],[108.330231,21.674193],[108.325288,21.676514],[108.330842,21.685785],[108.329364,21.687287],[108.322526,21.678653],[108.318108,21.675719],[108.314719,21.667185],[108.314741,21.652763],[108.323933,21.64828],[108.325907,21.639579],[108.322233,21.631621],[108.318162,21.628775],[108.314766,21.622949],[108.31479,21.621442],[108.319917,21.618883],[108.316786,21.615565],[108.30887,21.611713],[108.300186,21.59729],[108.306569,21.593318],[108.311106,21.596806],[108.316421,21.594038],[108.32214,21.599815],[108.324208,21.596457],[108.323245,21.588264],[108.31509,21.576324],[108.290598,21.552603],[108.294332,21.543637],[108.293536,21.539901],[108.277219,21.538866],[108.26199,21.533194],[108.261365,21.527334],[108.258954,21.523109],[108.255362,21.520676],[108.249421,21.520227],[108.217845,21.499468],[108.217661,21.500955],[108.211713,21.504583],[108.211058,21.507201],[108.225692,21.518563],[108.225811,21.521835],[108.229559,21.525166],[108.228194,21.529419],[108.230854,21.533589],[108.232593,21.534907],[108.236197,21.534298],[108.241234,21.539022],[108.271147,21.597103],[108.266103,21.597743],[108.258222,21.588962],[108.251037,21.589152],[108.247887,21.596162],[108.248947,21.61206],[108.246008,21.617407],[108.240819,21.619474],[108.236175,21.618688],[108.235403,21.61595],[108.222156,21.61718],[108.221794,21.619021],[108.226649,21.623349],[108.227727,21.626728],[108.226668,21.627049],[108.220198,21.62093],[108.215754,21.62589],[108.213162,21.623901],[108.216305,21.620876],[108.216299,21.617208],[108.210684,21.606694],[108.206159,21.603355],[108.204603,21.603254],[108.199697,21.609091],[108.193105,21.610464],[108.193877,21.605915],[108.19136,21.603609],[108.182767,21.602948],[108.17643,21.599555],[108.170736,21.603484],[108.166291,21.602885],[108.165559,21.601615],[108.178227,21.589666],[108.174771,21.582918],[108.169899,21.580714],[108.160924,21.582618],[108.15511,21.580794],[108.150897,21.577377],[108.150551,21.573956],[108.15206,21.572828],[108.146036,21.569171],[108.141253,21.574639],[108.13704,21.573724],[108.139316,21.56863],[108.140388,21.558993],[108.15314,21.550062],[108.172985,21.545315],[108.188811,21.533862],[108.187665,21.532629],[108.121368,21.51738],[108.115093,21.519041],[108.11574,21.521025],[108.133346,21.523939],[108.130935,21.535618],[108.123424,21.531833],[108.104385,21.531909],[108.101044,21.536275],[108.102025,21.539526],[108.104012,21.538791],[108.086266,21.551226],[108.080325,21.551188],[108.079882,21.54755],[108.080561,21.546003],[108.084679,21.546582],[108.083331,21.545046],[108.086841,21.541579],[108.081178,21.540758],[108.079674,21.536289],[108.072064,21.534447],[108.056276,21.537249],[108.052812,21.54032],[108.050943,21.544683],[108.024564,21.550088],[108.022671,21.547927],[108.032719,21.546805],[108.03273,21.545035],[107.999381,21.547214],[107.988646,21.544902],[107.966491,21.536046],[107.961585,21.537585],[107.954773,21.536784],[107.951916,21.539767],[107.947364,21.551283],[107.942759,21.569669],[107.931191,21.576857],[107.923253,21.586072],[107.910082,21.588249],[107.901905,21.586879],[107.89926,21.588271],[107.898672,21.594214],[107.891459,21.597593],[107.882903,21.609629],[107.883484,21.612203],[107.889203,21.61338],[107.890984,21.616198],[107.888306,21.625741],[107.883123,21.629386],[107.879162,21.629877],[107.878134,21.639995],[107.871408,21.6472],[107.8572,21.655013],[107.844456,21.642148],[107.8417,21.641381],[107.834257,21.643584],[107.827485,21.653239],[107.815345,21.658659],[107.796654,21.653784],[107.785769,21.656146],[107.780958,21.653733],[107.779549,21.648233],[107.764339,21.643042],[107.75258,21.642872],[107.741674,21.638856],[107.731323,21.630653],[107.72164,21.628904],[107.715864,21.621457],[107.700064,21.61583],[107.682155,21.605491],[107.674936,21.604787],[107.666475,21.606848],[107.660143,21.610918],[107.65743,21.610768],[107.643559,21.603832],[107.619204,21.601186],[107.600336,21.594256],[107.584724,21.611352],[107.58208,21.61688],[107.577327,21.618185],[107.572474,21.616757],[107.568571,21.611891],[107.560175,21.612919],[107.551324,21.604195],[107.54661,21.593776],[107.542304,21.589348],[107.538781,21.591284],[107.536987,21.594353],[107.533041,21.593097],[107.530984,21.590571],[107.524075,21.59024],[107.518712,21.593668],[107.505555,21.597051],[107.49921,21.595042],[107.488641,21.598791],[107.482535,21.598528],[107.493747,21.604888],[107.494052,21.609338],[107.498008,21.614637],[107.492857,21.625023],[107.488325,21.624313],[107.484761,21.628874],[107.483953,21.647226],[107.47946,21.654879],[107.471867,21.662015],[107.464634,21.661824],[107.44655,21.655352],[107.425801,21.644502],[107.395725,21.6169],[107.392679,21.607192],[107.38259,21.596532],[107.363554,21.599197],[107.359937,21.601481],[107.358034,21.610047],[107.359557,21.646215],[107.358377,21.656458],[107.330623,21.700657],[107.317233,21.717338],[107.304812,21.736573],[107.299214,21.741584],[107.296168,21.741965],[107.281891,21.733399],[107.259429,21.727878],[107.256574,21.724833],[107.248579,21.708272],[107.242868,21.706178],[107.212601,21.712459],[107.202512,21.716076],[107.194708,21.722739],[107.189568,21.7393],[107.185,21.74482],[107.179098,21.748056],[107.157205,21.75386],[107.148612,21.758232],[107.121022,21.7816],[107.09298,21.798184],[107.087251,21.80527],[107.076698,21.808587],[107.051671,21.808587],[107.043078,21.810094],[107.034937,21.812356],[107.011568,21.823361],[107.005377,21.833398],[107.007756,21.85288],[107.012366,21.858085],[107.052222,21.886787],[107.056089,21.8911],[107.057427,21.897495],[107.054899,21.919951],[107.048207,21.926048],[107.034822,21.931997],[107.018315,21.944341],[107.007161,21.945679],[106.994966,21.949546],[106.991397,21.947761],[106.98292,21.93393],[106.976228,21.92813],[106.962992,21.922182],[106.958382,21.922777],[106.933695,21.933484],[106.924676,21.949905],[106.924609,21.964457],[106.915805,21.972428],[106.898163,21.974533],[106.876755,21.980563],[106.86198,21.9878],[106.84404,21.985538],[106.825647,21.977849],[106.815847,21.976945],[106.807103,21.978452],[106.793233,21.988403],[106.781925,22.009208],[106.760844,22.01318],[106.739306,22.013287],[106.734737,22.010813],[106.732262,22.007767],[106.73074,21.99882],[106.72579,21.989112],[106.717986,21.978833],[106.69914,21.967411],[106.691403,21.965594],[106.6881,21.970267],[106.689051,21.976548],[106.681627,21.980165],[106.67601,21.99578],[106.682702,22.006488],[106.702481,22.024036],[106.705009,22.038462],[106.70144,22.05601],[106.708876,22.063982],[106.712889,22.076198],[106.709828,22.094796],[106.701975,22.103124],[106.696384,22.112998],[106.689483,22.138935],[106.693647,22.153925],[106.702987,22.158748],[106.702951,22.162456],[106.69617,22.164835],[106.685653,22.165107],[106.67523,22.1759],[106.673089,22.182086],[106.674368,22.20685],[106.687632,22.203035],[106.694338,22.205324],[106.698786,22.211246],[106.698754,22.226704],[106.690248,22.246275],[106.687155,22.262812],[106.688849,22.275732],[106.687869,22.278437],[106.684621,22.280543],[106.672795,22.282161],[106.668572,22.286444],[106.664527,22.298163],[106.664229,22.307562],[106.658316,22.333641],[106.653525,22.339092],[106.623362,22.337614],[106.587004,22.339328],[106.575715,22.342592],[106.559142,22.351818],[106.559207,22.360437],[106.563669,22.370104],[106.580027,22.37754],[106.588653,22.383489],[106.592073,22.388694],[106.592371,22.391817],[106.583002,22.399699],[106.565602,22.409216],[106.561587,22.422601],[106.560992,22.430929],[106.561587,22.437621],[106.56566,22.44574],[106.55725,22.462421],[106.559915,22.468608],[106.569122,22.476289],[106.571241,22.477067],[106.574976,22.472885],[106.58131,22.521282],[106.589451,22.544198],[106.596396,22.553879],[106.600108,22.563759],[106.600236,22.577229],[106.602345,22.587317],[106.60165,22.590034],[106.598985,22.591943],[106.609412,22.610395],[106.621833,22.611395],[106.62683,22.609539],[106.641481,22.586628],[106.649762,22.580632],[106.657471,22.578133],[106.673705,22.578749],[106.683938,22.582151],[106.704894,22.579287],[106.720573,22.583357],[106.728865,22.597077],[106.729016,22.602354],[106.717859,22.612002],[106.717859,22.616827],[106.727357,22.626626],[106.729769,22.643813],[106.732935,22.651351],[106.753104,22.675696],[106.754888,22.684917],[106.754293,22.69146],[106.765893,22.708414],[106.757119,22.719865],[106.762189,22.723574],[106.76439,22.727441],[106.768948,22.745393],[106.784853,22.753639],[106.782448,22.769745],[106.783489,22.771083],[106.793453,22.769596],[106.807729,22.771529],[106.815928,22.775754],[106.821384,22.784265],[106.829379,22.791975],[106.831021,22.794776],[106.830672,22.798394],[106.821838,22.811328],[106.821647,22.813707],[106.810537,22.820503],[106.805939,22.82105],[106.79871,22.819296],[106.79573,22.815656],[106.791118,22.814568],[106.784743,22.814229],[106.779809,22.817283],[106.773952,22.81716],[106.765092,22.81121],[106.768955,22.82666],[106.753351,22.831527],[106.7518,22.835598],[106.743433,22.839698],[106.742373,22.843765],[106.73703,22.848012],[106.722815,22.855409],[106.719896,22.864872],[106.712659,22.871926],[106.712703,22.883233],[106.707088,22.888753],[106.675917,22.894888],[106.669873,22.893983],[106.664876,22.88932],[106.665321,22.87649],[106.663662,22.873023],[106.65537,22.8685],[106.648586,22.867897],[106.638183,22.875586],[106.637128,22.878149],[106.638033,22.887797],[106.627178,22.890963],[106.618433,22.895939],[106.616172,22.898803],[106.601246,22.929257],[106.590542,22.933478],[106.571998,22.924885],[106.563857,22.925036],[106.555565,22.929106],[106.543203,22.940112],[106.521493,22.950665],[106.514709,22.949309],[106.512296,22.947198],[106.501294,22.931112],[106.502293,22.916907],[106.497796,22.91191],[106.490332,22.907191],[106.481181,22.903955],[106.474129,22.905844],[106.464016,22.900044],[106.454349,22.904506],[106.451078,22.903613],[106.447806,22.893054],[106.442898,22.888444],[106.432042,22.88889],[106.423416,22.892311],[106.418955,22.892162],[106.40914,22.88086],[106.369432,22.883537],[106.366755,22.882049],[106.36393,22.864204],[106.355602,22.858552],[106.344448,22.859296],[106.334484,22.86807],[106.330337,22.869373],[106.313961,22.863014],[106.304425,22.870259],[106.296859,22.871491],[106.282906,22.870684],[106.268454,22.877737],[106.254177,22.889188],[106.254475,22.895285],[106.264141,22.903018],[106.265628,22.908818],[106.231572,22.95269],[106.205717,22.978591],[106.190229,22.984961],[106.181901,22.985853],[106.167327,22.984218],[106.15314,22.990928],[106.14138,22.991531],[106.102634,22.984294],[106.096302,22.988063],[106.084844,23.000124],[106.079115,23.000576],[106.058361,22.987566],[106.02529,22.991454],[106.011581,22.989979],[106.004348,22.986553],[106.001009,22.98193],[106.00198,22.978161],[106.006442,22.973228],[106.007393,22.968659],[106.007203,22.954382],[106.004538,22.951527],[105.995782,22.94772],[105.982647,22.947339],[105.971416,22.951717],[105.963421,22.952859],[105.951406,22.946551],[105.930679,22.949052],[105.906695,22.943342],[105.887348,22.935581],[105.88475,22.93154],[105.885196,22.926781],[105.89174,22.923955],[105.892929,22.921576],[105.891145,22.91875],[105.875908,22.918671],[105.872601,22.921138],[105.870622,22.931986],[105.866309,22.93838],[105.852776,22.947898],[105.851437,22.950724],[105.852032,22.960242],[105.839094,22.973031],[105.837012,22.977939],[105.837756,22.987754],[105.834633,22.992216],[105.82571,22.996826],[105.811328,22.993087],[105.782552,23.024185],[105.76879,23.028655],[105.76054,23.034889],[105.746519,23.031874],[105.741393,23.033532],[105.733252,23.054338],[105.727222,23.062931],[105.723905,23.065042],[105.71893,23.065193],[105.716216,23.062177],[105.71109,23.060971],[105.691189,23.063685],[105.682294,23.065796],[105.644192,23.083025],[105.639961,23.080441],[105.635185,23.071378],[105.630128,23.067809],[105.624923,23.066619],[105.597113,23.074501],[105.580097,23.069249],[105.573606,23.069884],[105.562946,23.076451],[105.558283,23.085398],[105.557521,23.092441],[105.567039,23.111382],[105.562756,23.121756],[105.565611,23.139078],[105.565231,23.163635],[105.561899,23.172772],[105.554476,23.18524],[105.551239,23.187048],[105.544706,23.187555],[105.541203,23.194083],[105.540815,23.197633],[105.546936,23.200755],[105.526312,23.224478],[105.532134,23.232717],[105.530825,23.235925],[105.527511,23.237927],[105.530812,23.245218],[105.542402,23.250682],[105.549967,23.250153],[105.555886,23.255479],[105.560538,23.256186],[105.562979,23.258915],[105.566367,23.269602],[105.565492,23.280962],[105.569956,23.284242],[105.570067,23.290266],[105.587756,23.299286],[105.583053,23.310407],[105.594498,23.317403],[105.607526,23.317815],[105.61104,23.325488],[105.615467,23.329499],[105.620029,23.326969],[105.634979,23.339715],[105.639139,23.338496],[105.642194,23.339632],[105.645755,23.342471],[105.646332,23.347858],[105.648463,23.349728],[105.662241,23.350765],[105.664905,23.346924],[105.671349,23.342766],[105.671285,23.338753],[105.66772,23.33416],[105.667279,23.329872],[105.676691,23.324346],[105.690674,23.32752],[105.697783,23.331967],[105.693509,23.340421],[105.684111,23.349074],[105.675861,23.353022],[105.670676,23.351644],[105.666968,23.354326],[105.66732,23.358],[105.670132,23.360845],[105.679322,23.358206],[105.685636,23.358646],[105.691799,23.367054],[105.690871,23.369617],[105.68582,23.37405],[105.676694,23.37644],[105.671889,23.381307],[105.670746,23.386431],[105.665592,23.391523],[105.658256,23.393278],[105.64666,23.400312],[105.638712,23.401552],[105.633945,23.400267],[105.626266,23.404755],[105.639805,23.407568],[105.6588,23.405345],[105.662014,23.403561],[105.668777,23.411149],[105.67813,23.408388],[105.685255,23.399874],[105.691425,23.399058],[105.696317,23.400646],[105.712175,23.411199],[105.716208,23.41836],[105.729494,23.43237],[105.734465,23.433037],[105.746815,23.438934],[105.750116,23.448177],[105.749129,23.453266],[105.750661,23.45858],[105.756559,23.463393],[105.773737,23.46496],[105.780104,23.467483],[105.783637,23.47077],[105.797042,23.47333],[105.805427,23.467895],[105.809146,23.468619],[105.816383,23.481424],[105.813508,23.485304],[105.815842,23.492166],[105.81241,23.504064],[105.816328,23.507581],[105.820762,23.516832],[105.829005,23.521375],[105.836549,23.528671],[105.850387,23.531679],[105.85026,23.5287],[105.851993,23.527047],[105.86158,23.531816],[105.864311,23.536053],[105.884578,23.532662],[105.900309,23.521963],[105.90236,23.509663],[105.898702,23.504475],[105.903295,23.500385],[105.912045,23.50289],[105.915867,23.506307],[105.922921,23.508532],[105.934777,23.507017],[105.944475,23.494059],[105.958402,23.495021],[105.961106,23.499465],[105.968406,23.492305],[105.982872,23.494742],[105.98962,23.493878],[105.994821,23.481133],[105.994381,23.470816],[105.99316,23.468467],[105.984319,23.464163],[105.982791,23.458638],[105.995637,23.449022],[106.005469,23.452176],[106.008048,23.454128],[106.01385,23.464838],[106.020663,23.466856],[106.020257,23.473854],[106.023915,23.477366],[106.02818,23.477714],[106.033266,23.485456],[106.03256,23.489372],[106.038723,23.489143],[106.04096,23.485846],[106.047467,23.481863],[106.057322,23.49047],[106.068964,23.490933],[106.07012,23.49585],[106.069241,23.499911],[106.076341,23.502947],[106.077232,23.50494],[106.076297,23.506951],[106.072806,23.506779],[106.07149,23.508902],[106.073758,23.512456],[106.078479,23.515338],[106.080064,23.525342],[106.085011,23.534124],[106.087739,23.532343],[106.089967,23.527102],[106.104026,23.530044],[106.103714,23.535504],[106.121317,23.547405],[106.125311,23.559727],[106.123937,23.564053],[106.13042,23.565881],[106.138835,23.575883],[106.118556,23.587908],[106.115584,23.603562],[106.119491,23.610559],[106.125174,23.615766],[106.133291,23.620116],[106.139649,23.634141],[106.138766,23.643948],[106.150919,23.661461],[106.1495,23.682496],[106.147555,23.685576],[106.147637,23.68908],[106.148513,23.692017],[106.15619,23.699733],[106.153503,23.702471],[106.154046,23.709086],[106.157445,23.711104],[106.160129,23.72429],[106.157479,23.726991],[106.153117,23.72678],[106.145202,23.734167],[106.140357,23.754306],[106.143849,23.771065],[106.138666,23.781321],[106.138698,23.792858],[106.133317,23.799736],[106.133167,23.802006],[106.138307,23.805686],[106.137285,23.810118],[106.138843,23.813518],[106.144864,23.81102],[106.159733,23.82013],[106.178807,23.817807],[106.182879,23.818286],[106.1897,23.822794],[106.194982,23.831216],[106.193865,23.839863],[106.184246,23.846707],[106.175483,23.848969],[106.169465,23.865216],[106.177674,23.86627],[106.186387,23.86126],[106.189712,23.861899],[106.196282,23.869538],[106.196896,23.876223],[106.193905,23.882086],[106.190462,23.884992],[106.181912,23.886468],[106.177253,23.883058],[106.170542,23.883032],[106.164613,23.886016],[106.158103,23.886517],[106.158553,23.89181],[106.153218,23.899654],[106.154928,23.902847],[106.151306,23.910386],[106.139974,23.923004],[106.137038,23.924257],[106.135316,23.941448],[106.136288,23.950869],[106.134382,23.957873],[106.130587,23.962513],[106.116839,23.965679],[106.109738,23.96975],[106.100022,23.984244],[106.097469,23.985405],[106.092637,23.992278],[106.084096,23.991869],[106.078165,23.995412],[106.081243,24.001466],[106.088215,24.002581],[106.093534,24.023823],[106.092843,24.027003],[106.088288,24.032914],[106.080938,24.037207],[106.075246,24.029808],[106.067362,24.032637],[106.069766,24.037495],[106.067455,24.04055],[106.05141,24.049309],[106.049441,24.056556],[106.051297,24.067834],[106.045549,24.090821],[106.020456,24.105765],[106.010028,24.10203],[106.003854,24.10719],[105.995003,24.120933],[105.996907,24.123978],[106.002427,24.126072],[106.001285,24.128356],[105.996336,24.128166],[105.975804,24.119466],[105.955505,24.114904],[105.941094,24.117669],[105.932267,24.121785],[105.918442,24.123831],[105.89754,24.111605],[105.896018,24.099422],[105.900015,24.091998],[105.899254,24.090666],[105.893255,24.089904],[105.892038,24.085247],[105.90257,24.075686],[105.903689,24.070474],[105.895596,24.047474],[105.893018,24.043996],[105.888406,24.042254],[105.876684,24.049263],[105.859342,24.055549],[105.854991,24.058872],[105.846858,24.058876],[105.839965,24.033376],[105.82439,24.031582],[105.820151,24.034068],[105.811384,24.031264],[105.806815,24.032406],[105.794037,24.026389],[105.784278,24.033879],[105.786443,24.03901],[105.786258,24.043763],[105.795245,24.049116],[105.797764,24.056429],[105.786147,24.068624],[105.767474,24.070304],[105.757335,24.074573],[105.746715,24.068815],[105.743252,24.061541],[105.73827,24.059213],[105.717585,24.061246],[105.701881,24.066385],[105.697312,24.065529],[105.693172,24.056534],[105.685891,24.051537],[105.676468,24.049253],[105.673613,24.041972],[105.664253,24.038924],[105.659803,24.04191],[105.654933,24.041362],[105.653449,24.040598],[105.652691,24.035018],[105.647941,24.032556],[105.643805,24.033873],[105.635456,24.055455],[105.640345,24.069879],[105.636566,24.074658],[105.636009,24.078627],[105.641092,24.080929],[105.642322,24.088955],[105.639819,24.091478],[105.632219,24.090593],[105.626687,24.10042],[105.624941,24.106818],[105.626964,24.114016],[105.624805,24.129695],[105.613942,24.138316],[105.608551,24.137788],[105.596372,24.141438],[105.591526,24.140349],[105.583157,24.132479],[105.565809,24.134782],[105.554324,24.132088],[105.544824,24.126617],[105.530665,24.132867],[105.525254,24.13088],[105.524315,24.126811],[105.528143,24.117624],[105.517284,24.106698],[105.514672,24.099837],[105.514924,24.078971],[105.512583,24.072896],[105.506057,24.063837],[105.501742,24.047695],[105.507057,24.037303],[105.507612,24.030228],[105.504826,24.027248],[105.49581,24.027181],[105.491553,24.020814],[105.479989,24.021828],[105.460468,24.030126],[105.449118,24.031696],[105.437922,24.036896],[105.429356,24.035254],[105.423716,24.031399],[105.412152,24.031399],[105.407584,24.037038],[105.393955,24.067347],[105.383307,24.067466],[105.377299,24.070737],[105.372112,24.078935],[105.361333,24.079756],[105.35372,24.087055],[105.346296,24.086883],[105.34384,24.089053],[105.344297,24.09385],[105.342241,24.09682],[105.337969,24.098353],[105.32946,24.097193],[105.325475,24.106876],[105.325893,24.113368],[105.322055,24.114549],[105.318676,24.118523],[105.314595,24.120376],[105.307114,24.118378],[105.301518,24.114094],[105.297463,24.114209],[105.291534,24.116961],[105.282351,24.101166],[105.270632,24.103771],[105.269562,24.098061],[105.270775,24.094135],[105.279341,24.09078],[105.290206,24.08114],[105.279853,24.066378],[105.273476,24.064808],[105.262721,24.066283],[105.256091,24.063749],[105.242617,24.076232],[105.233397,24.077719],[105.229382,24.080248],[105.224028,24.089468],[105.209751,24.097796],[105.19949,24.105975],[105.190542,24.126782],[105.181034,24.132601],[105.179235,24.135493],[105.181517,24.150789],[105.180053,24.152823],[105.176583,24.152371],[105.174204,24.159509],[105.179977,24.163809],[105.180959,24.170204],[105.204944,24.171154],[105.206657,24.16887],[105.206848,24.159733],[105.20799,24.159162],[105.224667,24.165899],[105.226835,24.167668],[105.226336,24.17909],[105.233849,24.182213],[105.241755,24.207574],[105.239018,24.213616],[105.233759,24.209793],[105.228563,24.213666],[105.23203,24.218957],[105.230229,24.222095],[105.217728,24.221235],[105.214707,24.216173],[105.212679,24.216558],[105.209482,24.219963],[105.201714,24.234924],[105.20081,24.246107],[105.197669,24.25434],[105.193672,24.257005],[105.18344,24.254483],[105.174779,24.255625],[105.174683,24.259099],[105.179823,24.265666],[105.168182,24.276946],[105.165213,24.282365],[105.155969,24.283043],[105.156504,24.285863],[105.16275,24.29136],[105.172173,24.288433],[105.175492,24.290218],[105.175319,24.295959],[105.168776,24.302406],[105.168776,24.305381],[105.173416,24.310734],[105.193485,24.325751],[105.19646,24.331551],[105.194526,24.338095],[105.18947,24.3433],[105.178762,24.343895],[105.167854,24.348657],[105.161608,24.357937],[105.149652,24.36228],[105.146152,24.368212],[105.141175,24.3715],[105.120326,24.371261],[105.11076,24.367389],[105.108333,24.368495],[105.105298,24.379233],[105.094798,24.390196],[105.094798,24.392837],[105.104613,24.393301],[105.108076,24.397941],[105.105991,24.400936],[105.09909,24.404803],[105.107808,24.411617],[105.107746,24.414484],[105.105476,24.416376],[105.093066,24.421182],[105.085285,24.422155],[105.072771,24.429497],[105.052403,24.432962],[105.051675,24.442231],[105.044993,24.444962],[105.033017,24.442889],[105.016132,24.43539],[105.009885,24.436729],[105.004086,24.432862],[104.987132,24.429442],[104.983472,24.421683],[104.973817,24.413075],[104.966014,24.40877],[104.962594,24.409216],[104.95862,24.413526],[104.953374,24.413411],[104.941179,24.408919],[104.925861,24.40996],[104.922738,24.411893],[104.919763,24.423939],[104.915748,24.426765],[104.902958,24.427062],[104.898634,24.431843],[104.877186,24.434835],[104.866451,24.433388],[104.862925,24.435642],[104.861659,24.441052],[104.849891,24.438641],[104.847967,24.439571],[104.843188,24.449966],[104.832743,24.451005],[104.82026,24.441443],[104.810654,24.438936],[104.802415,24.443312],[104.780208,24.445259],[104.77352,24.447211],[104.771716,24.455971],[104.766395,24.461316],[104.753238,24.46025],[104.750108,24.458389],[104.750232,24.438076],[104.746544,24.437773],[104.727894,24.448108],[104.718274,24.444899],[104.713571,24.445837],[104.700292,24.423521],[104.706088,24.41363],[104.706255,24.398238],[104.708356,24.394892],[104.709744,24.384966],[104.716196,24.3738],[104.714337,24.366064],[104.710822,24.36142],[104.711494,24.358648],[104.715414,24.352387],[104.721427,24.350013],[104.724061,24.346517],[104.717973,24.333727],[104.706652,24.326384],[104.701333,24.319992],[104.697071,24.320206],[104.675845,24.340274],[104.671999,24.347089],[104.659045,24.353186],[104.656533,24.358363],[104.647978,24.367125],[104.636279,24.371752],[104.627016,24.372596],[104.613004,24.378287],[104.606565,24.378228],[104.611777,24.384386],[104.616535,24.396702],[104.62659,24.404377],[104.614935,24.422717],[104.60075,24.423309],[104.589138,24.425706],[104.577795,24.420218],[104.572986,24.426006],[104.572271,24.435464],[104.567325,24.446278],[104.570402,24.448056],[104.571453,24.451171],[104.569854,24.457271],[104.564575,24.465596],[104.565038,24.475488],[104.555813,24.478446],[104.550646,24.483024],[104.544699,24.493229],[104.543883,24.50371],[104.539271,24.509156],[104.540963,24.51213],[104.546808,24.513232],[104.547573,24.523017],[104.540111,24.526199],[104.532251,24.538256],[104.526946,24.53346],[104.51763,24.538975],[104.513094,24.56822],[104.505737,24.576605],[104.504104,24.590657],[104.500664,24.593447],[104.503464,24.630518],[104.486532,24.640442],[104.483733,24.648896],[104.473336,24.648632],[104.472247,24.639924],[104.466419,24.63742],[104.452599,24.637135],[104.448659,24.638734],[104.446832,24.641475],[104.448378,24.647864],[104.460085,24.643888],[104.465732,24.644381],[104.469255,24.646695],[104.473506,24.653766],[104.477696,24.655891],[104.487076,24.656373],[104.489061,24.657802],[104.497863,24.673496],[104.501258,24.68562],[104.5011,24.692051],[104.511217,24.707321],[104.512471,24.71534],[104.516431,24.722453],[104.51675,24.730663],[104.527609,24.734765],[104.555466,24.731402],[104.559441,24.72925],[104.57039,24.717143],[104.593882,24.71286],[104.599618,24.697148],[104.627766,24.663572],[104.63645,24.661731],[104.651679,24.66176],[104.693839,24.654162],[104.701184,24.648469],[104.701349,24.645459],[104.695722,24.638174],[104.703256,24.630198],[104.709955,24.626101],[104.723591,24.621157],[104.738795,24.622727],[104.742197,24.626316],[104.746723,24.636356],[104.74725,24.646784],[104.7492,24.651517],[104.759886,24.660099],[104.780812,24.66608],[104.797076,24.66731],[104.807093,24.674396],[104.81877,24.673039],[104.831424,24.676368],[104.843183,24.682934],[104.847054,24.690995],[104.852904,24.696256],[104.858548,24.704897],[104.859573,24.722814],[104.863015,24.732205],[104.867844,24.738392],[104.878681,24.746193],[104.901339,24.758163],[104.920479,24.760324],[104.937703,24.764843],[104.941341,24.76795],[104.950746,24.767879],[104.956998,24.770101],[104.978162,24.772349],[104.996379,24.779634],[105.010321,24.788291],[105.030969,24.790927],[105.032031,24.792753],[105.030018,24.802653],[105.024189,24.817395],[105.023806,24.823693],[105.031385,24.830335],[105.033797,24.834819],[105.038791,24.856242],[105.037864,24.861469],[105.033542,24.869351],[105.033598,24.873236],[105.039339,24.878639],[105.060015,24.889812],[105.068912,24.901303],[105.069386,24.912746],[105.078463,24.919357],[105.087716,24.931507],[105.096997,24.939241],[105.121979,24.949095],[105.130783,24.965603],[105.142141,24.967592],[105.147762,24.965111],[105.150642,24.961451],[105.154033,24.961778],[105.176142,24.988667],[105.192506,24.997353],[105.208297,24.998566],[105.213196,24.995305],[105.212305,24.984818],[105.219796,24.983307],[105.228406,24.98387],[105.231445,24.981195],[105.233295,24.9769],[105.231423,24.971582],[105.232605,24.968776],[105.241639,24.966839],[105.249809,24.970594],[105.25788,24.965376],[105.260918,24.95843],[105.255363,24.954019],[105.254412,24.947256],[105.256467,24.941829],[105.263634,24.933046],[105.282909,24.931302],[105.300069,24.927449],[105.322833,24.92712],[105.330538,24.929237],[105.33476,24.935167],[105.34593,24.941453],[105.365628,24.946506],[105.388515,24.944603],[105.397207,24.940754],[105.424766,24.933618],[105.438407,24.925689],[105.443941,24.918468],[105.449364,24.89466],[105.451927,24.889354],[105.453358,24.880704],[105.452314,24.876225],[105.46165,24.867788],[105.461036,24.864344],[105.465696,24.856996],[105.479877,24.851005],[105.485851,24.844666],[105.489595,24.836626],[105.489885,24.819245],[105.496322,24.81085],[105.525739,24.803484],[105.531921,24.80462],[105.541888,24.801759],[105.56505,24.800216],[105.573566,24.801383],[105.57781,24.806002],[105.587247,24.81042],[105.595455,24.810533],[105.606148,24.805037],[105.608819,24.799804],[105.609427,24.791579],[105.614632,24.784928],[105.625592,24.779416],[105.649989,24.775278],[105.674445,24.778943],[105.701474,24.772266],[105.717529,24.760298],[105.722587,24.758639],[105.726511,24.752591],[105.734156,24.745555],[105.755741,24.737579],[105.76125,24.73017],[105.762741,24.723905],[105.766596,24.720674],[105.797709,24.705325],[105.812774,24.704082],[105.825192,24.705895],[105.836199,24.712974],[105.853055,24.720055],[105.861422,24.732582],[105.878075,24.733792],[105.887319,24.725982],[105.902447,24.728499],[105.914631,24.727532],[105.935069,24.729748],[105.939217,24.727578],[105.938154,24.723404],[105.941953,24.719298],[105.943388,24.707009],[105.949196,24.696068],[105.950416,24.690062],[105.959668,24.679864],[105.965189,24.67562],[105.971873,24.673401],[105.983702,24.663625],[105.986652,24.65799],[105.985645,24.654059],[105.986822,24.652484],[105.991033,24.651824],[106.010905,24.637315],[106.019549,24.63558],[106.023913,24.644849],[106.035753,24.659272],[106.0424,24.674801],[106.041843,24.684047],[106.043352,24.686196],[106.051683,24.69352],[106.056562,24.695134],[106.063318,24.700746],[106.08067,24.707728],[106.09573,24.7094],[106.107194,24.714713],[106.110461,24.717752],[106.11633,24.728753],[106.131617,24.732494],[106.135233,24.7403],[106.139707,24.759254],[106.146667,24.765902],[106.158845,24.760884],[106.165163,24.76098],[106.17163,24.767289],[106.176979,24.783503],[106.184174,24.791514],[106.180963,24.803615],[106.187845,24.807251],[106.194132,24.817794],[106.197307,24.834864],[106.196736,24.842415],[106.202875,24.854503],[106.201296,24.862618],[106.192947,24.875716],[106.193885,24.888898],[106.189101,24.89909],[106.180574,24.904816],[106.163337,24.929194],[106.159246,24.939496],[106.145437,24.94842],[106.141407,24.95657],[106.145535,24.96082],[106.150274,24.963946],[106.156079,24.964047],[106.168302,24.961214],[106.179114,24.954867],[106.184664,24.954962],[106.188973,24.958248],[106.194514,24.967352],[106.203866,24.97466],[106.20756,24.982086],[106.214064,24.985016],[106.222757,24.984013],[106.242771,24.972852],[106.249329,24.973416],[106.261627,24.981383],[106.276731,24.982109],[106.290352,24.977472],[106.301723,24.977278],[106.308445,24.980742],[106.312958,24.985819],[106.324935,24.990296],[106.350338,24.992971],[106.382615,25.007746],[106.400136,25.008048],[106.409505,25.015967],[106.438915,25.02191],[106.444581,25.035008],[106.454037,25.040956],[106.493971,25.051711],[106.51442,25.055581],[106.526795,25.0741],[106.537999,25.081109],[106.552995,25.087312],[106.577545,25.087016],[106.586641,25.090819],[106.590518,25.095546],[106.594352,25.108614],[106.605674,25.114042],[106.615347,25.121395],[106.625875,25.12441],[106.636514,25.134681],[106.638076,25.143294],[106.636116,25.163415],[106.645241,25.170296],[106.663916,25.173586],[106.681636,25.181568],[106.693121,25.181829],[106.70372,25.177985],[106.71285,25.167678],[106.718449,25.164717],[106.723556,25.164304],[106.730888,25.166623],[106.738259,25.174356],[106.761859,25.186055],[106.767861,25.184598],[106.779662,25.175648],[106.790174,25.174284],[106.80173,25.175551],[106.830728,25.18258],[106.850514,25.189763],[106.876961,25.185185],[106.884058,25.185723],[106.892908,25.19073],[106.896444,25.1973],[106.898017,25.22736],[106.901502,25.236471],[106.904259,25.241315],[106.916134,25.250956],[106.932341,25.253462],[106.951937,25.249378],[106.966254,25.241278],[106.971881,25.236257],[106.981267,25.241078],[106.992711,25.243182],[106.994692,25.246903],[106.984579,25.257315],[106.984494,25.262065],[106.988454,25.266891],[107.005417,25.274519],[107.009699,25.278502],[107.010059,25.283603],[107.006468,25.292089],[107.007951,25.298786],[107.003779,25.312075],[107.003955,25.317838],[107.006947,25.32604],[107.007371,25.340093],[107.010212,25.346993],[107.009596,25.353386],[107.007787,25.357779],[107.003665,25.359364],[106.990085,25.360151],[106.982825,25.363397],[106.974982,25.379534],[106.976383,25.387266],[106.973038,25.399327],[106.973032,25.407172],[106.970875,25.409754],[106.964075,25.412277],[106.965363,25.427018],[106.959834,25.438108],[106.960024,25.440468],[106.96636,25.446025],[106.977303,25.451344],[106.990221,25.446511],[106.994329,25.447668],[106.996064,25.460217],[107.001121,25.469033],[107.003271,25.48173],[107.010811,25.489243],[107.009484,25.496318],[107.011305,25.498597],[107.034561,25.505974],[107.05077,25.50655],[107.06692,25.515593],[107.070016,25.521388],[107.070048,25.52844],[107.069007,25.532488],[107.064188,25.533857],[107.060005,25.544985],[107.062516,25.550401],[107.061519,25.560361],[107.067078,25.559322],[107.075524,25.568529],[107.080211,25.567561],[107.089486,25.571252],[107.102073,25.571577],[107.104601,25.567859],[107.118423,25.566673],[107.124513,25.566833],[107.127506,25.569614],[107.138312,25.565866],[107.150635,25.574066],[107.162901,25.57763],[107.172148,25.577331],[107.181301,25.581437],[107.184328,25.599953],[107.194609,25.600641],[107.199575,25.606957],[107.19979,25.610174],[107.203131,25.613344],[107.214129,25.60989],[107.217586,25.603775],[107.223632,25.600714],[107.22906,25.600285],[107.236921,25.596352],[107.230266,25.589445],[107.225359,25.586895],[107.228482,25.579905],[107.224615,25.571726],[107.224615,25.563992],[107.228779,25.554326],[107.23681,25.551203],[107.241122,25.545998],[107.258425,25.542781],[107.274778,25.534046],[107.284779,25.524805],[107.292551,25.521199],[107.296284,25.515841],[107.299426,25.505799],[107.301568,25.504402],[107.309931,25.507158],[107.315192,25.504722],[107.317545,25.501373],[107.323599,25.50197],[107.325271,25.498775],[107.324904,25.497335],[107.318345,25.496223],[107.317364,25.486079],[107.320028,25.482309],[107.324924,25.479649],[107.324431,25.468923],[107.330989,25.465089],[107.33116,25.46308],[107.325253,25.457154],[107.326105,25.452266],[107.320997,25.438705],[107.313303,25.435873],[107.311019,25.433271],[107.308491,25.432825],[107.305058,25.435019],[107.30172,25.433853],[107.300733,25.431791],[107.305122,25.413943],[107.310643,25.406875],[107.313314,25.405374],[107.321468,25.408145],[107.328036,25.40537],[107.340133,25.405835],[107.34374,25.404108],[107.349151,25.39787],[107.354181,25.396144],[107.364581,25.403043],[107.365162,25.412908],[107.369055,25.413689],[107.389437,25.407023],[107.389179,25.39877],[107.392836,25.392532],[107.418458,25.388737],[107.400194,25.352355],[107.39697,25.349542],[107.400743,25.345061],[107.415716,25.336424],[107.417206,25.33417],[107.41435,25.309522],[107.421044,25.305369],[107.421307,25.294788],[107.426191,25.287425],[107.429965,25.286016],[107.437895,25.286271],[107.43906,25.278478],[107.442562,25.27776],[107.450279,25.286292],[107.470275,25.297423],[107.475026,25.297625],[107.482727,25.289116],[107.481852,25.28619],[107.474089,25.28222],[107.482309,25.274251],[107.482168,25.272228],[107.47776,25.270969],[107.476363,25.266794],[107.477482,25.264454],[107.470146,25.244847],[107.465982,25.238898],[107.467434,25.235406],[107.467482,25.217135],[107.497509,25.211683],[107.501227,25.214063],[107.500781,25.220606],[107.50212,25.22254],[107.504499,25.22254],[107.513422,25.210345],[107.522048,25.227447],[107.532458,25.226109],[107.538341,25.237617],[107.565014,25.252702],[107.574911,25.257367],[107.590658,25.251644],[107.593205,25.2532],[107.588553,25.260873],[107.588681,25.26517],[107.596885,25.264148],[107.599872,25.259256],[107.602637,25.259208],[107.604692,25.26123],[107.606332,25.267375],[107.611182,25.270719],[107.612034,25.279417],[107.608733,25.283532],[107.621008,25.294057],[107.617346,25.296991],[107.619215,25.304419],[107.618371,25.308059],[107.623025,25.31099],[107.62757,25.31141],[107.631947,25.308469],[107.636915,25.312983],[107.640887,25.312749],[107.640551,25.317585],[107.645285,25.321602],[107.650751,25.320032],[107.662372,25.322038],[107.665932,25.310221],[107.664602,25.307047],[107.651749,25.302582],[107.649347,25.298891],[107.652573,25.297902],[107.654189,25.294863],[107.660575,25.292674],[107.659385,25.288359],[107.664434,25.279569],[107.663604,25.267798],[107.658261,25.266614],[107.656084,25.263463],[107.659649,25.260321],[107.659439,25.257683],[107.666764,25.254921],[107.668494,25.252574],[107.665442,25.250409],[107.662594,25.251089],[107.659467,25.249368],[107.671766,25.23964],[107.682661,25.236073],[107.681772,25.226798],[107.684642,25.225474],[107.688958,25.225899],[107.690322,25.228212],[107.694725,25.226959],[107.696641,25.220458],[107.694845,25.213916],[107.682287,25.200127],[107.682244,25.197088],[107.686408,25.197284],[107.697309,25.203809],[107.701431,25.202242],[107.703387,25.204016],[107.70441,25.21222],[107.709159,25.217017],[107.733692,25.229118],[107.734927,25.237389],[107.73842,25.241535],[107.740661,25.238898],[107.740958,25.233545],[107.744081,25.233991],[107.746907,25.236816],[107.745592,25.242371],[107.748495,25.242795],[107.758891,25.234884],[107.762339,25.225722],[107.754344,25.212219],[107.753504,25.202244],[107.759113,25.200158],[107.759859,25.196438],[107.755094,25.192867],[107.762793,25.187858],[107.766767,25.187662],[107.768602,25.182094],[107.779006,25.17271],[107.77927,25.168092],[107.773465,25.163066],[107.778885,25.155731],[107.787632,25.148091],[107.782033,25.141431],[107.762752,25.131146],[107.758712,25.127288],[107.760101,25.121348],[107.764105,25.119531],[107.774657,25.125847],[107.776386,25.12506],[107.775742,25.122671],[107.777114,25.121085],[107.791849,25.119144],[107.809994,25.130459],[107.825321,25.127016],[107.83488,25.119064],[107.862272,25.128058],[107.866849,25.13278],[107.866146,25.143844],[107.886169,25.14804],[107.893513,25.147593],[107.894804,25.151906],[107.899807,25.154263],[107.911204,25.155895],[107.928616,25.162339],[107.942133,25.174003],[107.954971,25.180808],[107.959188,25.181995],[107.963305,25.179394],[107.973381,25.18432],[107.982719,25.18524],[107.988464,25.1881],[107.994036,25.19828],[107.998263,25.199668],[108.002377,25.195866],[108.009457,25.193347],[108.028877,25.201084],[108.042712,25.202106],[108.061061,25.20046],[108.07498,25.195925],[108.112477,25.21452],[108.113917,25.22102],[108.116914,25.225448],[108.124806,25.231186],[108.125088,25.236887],[108.131686,25.232766],[108.134512,25.23597],[108.136435,25.245747],[108.131001,25.249887],[108.129282,25.25526],[108.13332,25.264991],[108.142322,25.273628],[108.143623,25.277604],[108.13421,25.284679],[108.132949,25.287634],[108.140053,25.300193],[108.148622,25.311241],[108.148606,25.32154],[108.154132,25.327655],[108.142506,25.342803],[108.141008,25.347635],[108.148528,25.356453],[108.151398,25.379696],[108.149492,25.384036],[108.144378,25.386044],[108.137345,25.392066],[108.143954,25.396879],[108.153591,25.397583],[108.157449,25.39417],[108.166967,25.395359],[108.177275,25.392757],[108.184166,25.39822],[108.189076,25.406819],[108.188046,25.41033],[108.183375,25.410973],[108.181325,25.414732],[108.185289,25.422009],[108.180913,25.423382],[108.178102,25.427684],[108.169003,25.433925],[108.166429,25.434024],[108.162002,25.430328],[108.159328,25.430943],[108.155711,25.435658],[108.154681,25.443672],[108.167849,25.451503],[108.190814,25.459662],[108.205074,25.453257],[108.205188,25.451794],[108.208766,25.455174],[108.21677,25.453087],[108.221557,25.443211],[108.221219,25.435096],[108.223122,25.431051],[108.233116,25.432003],[108.23833,25.428537],[108.242484,25.428641],[108.246484,25.432052],[108.248708,25.438001],[108.246867,25.441982],[108.238663,25.448371],[108.233855,25.455905],[108.236857,25.46543],[108.250415,25.469651],[108.259624,25.480204],[108.277195,25.479747],[108.288684,25.484041],[108.294225,25.489998],[108.288508,25.494799],[108.288148,25.498431],[108.290757,25.498644],[108.2939,25.505366],[108.298785,25.517873],[108.29848,25.520685],[108.304171,25.528339],[108.313304,25.524326],[108.313066,25.530513],[108.315683,25.533844],[108.324893,25.534263],[108.330326,25.538132],[108.345473,25.537828],[108.34901,25.532965],[108.347624,25.527268],[108.348891,25.523232],[108.354979,25.516733],[108.365141,25.50833],[108.373753,25.50516],[108.379929,25.498152],[108.384167,25.500981],[108.395546,25.494056],[108.411316,25.46458],[108.413074,25.44792],[108.416335,25.443368],[108.425057,25.437771],[108.430126,25.440364],[108.430727,25.44525],[108.434575,25.450348],[108.444385,25.454576],[108.462988,25.458622],[108.483645,25.459779],[108.485695,25.455048],[108.499959,25.448197],[108.502709,25.435572],[108.507468,25.432003],[108.508419,25.42891],[108.504374,25.421296],[108.505088,25.417251],[108.506754,25.415823],[108.510085,25.416061],[108.514208,25.419153],[108.52115,25.420287],[108.550083,25.397346],[108.560611,25.385387],[108.561317,25.380902],[108.559168,25.377978],[108.581407,25.365938],[108.590647,25.35232],[108.58585,25.340708],[108.588277,25.33476],[108.599951,25.323545],[108.606215,25.32112],[108.613981,25.309624],[108.621336,25.311616],[108.620902,25.328916],[108.625153,25.333723],[108.626179,25.337523],[108.622278,25.348442],[108.623585,25.35586],[108.616952,25.357392],[108.61344,25.362951],[108.615741,25.372753],[108.618623,25.374095],[108.615733,25.392028],[108.61145,25.393218],[108.609785,25.395835],[108.614543,25.401546],[108.610952,25.404518],[108.609643,25.410275],[108.605304,25.411155],[108.603004,25.409633],[108.595184,25.409512],[108.591048,25.411253],[108.587351,25.414319],[108.583968,25.425277],[108.591581,25.42969],[108.596227,25.435034],[108.59672,25.439538],[108.592748,25.44369],[108.595032,25.456036],[108.598601,25.459605],[108.606019,25.481273],[108.62051,25.467396],[108.62687,25.46658],[108.629264,25.468298],[108.624799,25.480598],[108.614572,25.477647],[108.613819,25.487295],[108.607034,25.489858],[108.603416,25.495135],[108.616232,25.494858],[108.618492,25.50207],[108.626633,25.510513],[108.626671,25.515773],[108.631171,25.522732],[108.638706,25.527454],[108.646082,25.526192],[108.652715,25.530112],[108.657841,25.528454],[108.66284,25.532397],[108.686431,25.520477],[108.686675,25.529443],[108.684598,25.536967],[108.674774,25.540268],[108.664929,25.550312],[108.654873,25.555097],[108.659653,25.566153],[108.654379,25.577651],[108.664173,25.580768],[108.657638,25.586507],[108.661198,25.591052],[108.67101,25.594171],[108.68309,25.588754],[108.681511,25.61876],[108.682868,25.624942],[108.686691,25.627063],[108.704069,25.626247],[108.71425,25.631124],[108.719266,25.637182],[108.736868,25.638339],[108.745927,25.640744],[108.761717,25.639113],[108.764883,25.636098],[108.759685,25.633326],[108.761082,25.632072],[108.777785,25.627267],[108.782569,25.624474],[108.776478,25.604423],[108.789794,25.595512],[108.793075,25.588457],[108.789759,25.582276],[108.793244,25.580184],[108.791827,25.577309],[108.782561,25.573487],[108.777095,25.557099],[108.782371,25.554536],[108.789199,25.555461],[108.792476,25.552721],[108.795579,25.548129],[108.796112,25.541515],[108.806965,25.528499],[108.813304,25.533464],[108.814398,25.539726],[108.821268,25.552123],[108.83158,25.549187],[108.847501,25.550163],[108.852325,25.552123],[108.847187,25.555599],[108.847636,25.557738],[108.855789,25.557637],[108.859516,25.559154],[108.870417,25.555139],[108.878362,25.558801],[108.885593,25.559439],[108.887514,25.556369],[108.885115,25.545513],[108.889143,25.543374],[108.897669,25.543338],[108.916478,25.549282],[108.9265,25.558305],[108.92874,25.556898],[108.945834,25.559695],[108.951678,25.554385],[108.963868,25.548447],[108.968529,25.533851],[108.986706,25.536637],[108.988262,25.539394],[109.006733,25.521602],[109.021949,25.514008],[109.0246,25.515534],[109.025924,25.520022],[109.0385,25.527808],[109.040709,25.528792],[109.042554,25.524107],[109.048855,25.526069],[109.060531,25.541652],[109.069307,25.539184],[109.073247,25.540162],[109.077369,25.54271],[109.084224,25.552457],[109.077748,25.556147],[109.069273,25.556495],[109.066079,25.561415],[109.057376,25.567926],[109.046368,25.570155],[109.041047,25.57977],[109.039812,25.598538],[109.037419,25.60877],[109.044125,25.615583],[109.042242,25.619753],[109.038027,25.618622],[109.032288,25.620914],[109.027263,25.633017],[109.02691,25.637689],[109.034296,25.640319],[109.035803,25.643787],[109.034748,25.653134],[109.03912,25.659919],[109.044698,25.662783],[109.045904,25.668964],[109.049975,25.67198],[109.050879,25.678161],[109.054196,25.684191],[109.060056,25.690231],[109.068719,25.69537],[109.066821,25.713939],[109.073636,25.720457],[109.07373,25.722572],[109.068202,25.723059],[109.050007,25.731072],[109.048267,25.734017],[109.051124,25.744545],[109.048833,25.747219],[109.036708,25.739974],[109.037188,25.736751],[109.033496,25.727341],[109.026785,25.725333],[109.019719,25.727028],[109.018991,25.731031],[109.016841,25.732215],[108.997741,25.738059],[108.994132,25.736513],[108.996753,25.726859],[108.988291,25.724722],[108.982148,25.725018],[108.979365,25.723193],[108.977403,25.712489],[108.975094,25.708675],[108.958311,25.69384],[108.956804,25.687508],[108.948361,25.684644],[108.942064,25.679442],[108.924794,25.687233],[108.916653,25.683951],[108.914787,25.679695],[108.900542,25.683076],[108.894598,25.686392],[108.892627,25.689451],[108.894539,25.695046],[108.89116,25.701803],[108.890529,25.707122],[108.891356,25.716404],[108.898308,25.720525],[108.905997,25.718565],[108.907353,25.719922],[108.907345,25.728506],[108.917522,25.73522],[108.93554,25.743793],[108.942613,25.739604],[108.940004,25.736982],[108.940043,25.73454],[108.945372,25.732381],[108.957603,25.733874],[108.958494,25.737424],[108.953165,25.741567],[108.954315,25.744603],[108.959466,25.747443],[108.967659,25.747813],[108.97434,25.75354],[108.982423,25.764323],[108.988597,25.76575],[108.995515,25.763351],[108.99526,25.767088],[108.984914,25.780623],[108.993521,25.787039],[109.003389,25.78279],[109.005651,25.783544],[109.006555,25.78475],[109.004143,25.792288],[109.007342,25.795184],[109.020914,25.793581],[109.025856,25.79603],[109.031501,25.792041],[109.044852,25.793371],[109.052084,25.787749],[109.074888,25.779469],[109.073984,25.789558],[109.07725,25.79412],[109.080951,25.798063],[109.088077,25.796926],[109.091075,25.797926],[109.088791,25.80278],[109.088934,25.807777],[109.090504,25.80949],[109.096607,25.807224],[109.103093,25.807541],[109.112917,25.812283],[109.121306,25.811526],[109.12505,25.808373],[109.129214,25.808522],[109.138959,25.799007],[109.139188,25.789645],[109.144238,25.782914],[109.139952,25.777626],[109.129052,25.770186],[109.127209,25.762969],[109.141216,25.745206],[109.143537,25.744243],[109.148513,25.745117],[109.154072,25.752527],[109.154279,25.758332],[109.151911,25.76158],[109.159033,25.761806],[109.163744,25.765375],[109.168154,25.761965],[109.174136,25.762608],[109.18728,25.778685],[109.180876,25.778938],[109.174166,25.782079],[109.173452,25.786362],[109.176593,25.790359],[109.175879,25.791644],[109.161901,25.799085],[109.164913,25.803648],[109.173021,25.809294],[109.186995,25.80312],[109.197292,25.796781],[109.201978,25.79149],[109.20195,25.785362],[109.199854,25.783092],[109.201305,25.77973],[109.200612,25.776432],[109.194904,25.774755],[109.191132,25.770777],[109.191291,25.767855],[109.19389,25.765584],[109.199166,25.766834],[109.202302,25.765698],[109.204849,25.75362],[109.202568,25.741606],[109.21584,25.738788],[109.227018,25.740591],[109.242059,25.731577],[109.250404,25.728969],[109.252076,25.721249],[109.27543,25.717475],[109.283098,25.720117],[109.289816,25.717416],[109.307395,25.722979],[109.308823,25.726049],[109.305119,25.734387],[109.309278,25.73632],[109.336803,25.734869],[109.335684,25.750584],[109.332885,25.757376],[109.330581,25.760133],[109.321756,25.76461],[109.325786,25.771429],[109.334637,25.774369],[109.334637,25.777082],[109.32393,25.785505],[109.330915,25.791694],[109.335061,25.798223],[109.334917,25.805822],[109.331835,25.812824],[109.330563,25.820972],[109.334091,25.837515],[109.337882,25.840707],[109.359907,25.845039],[109.364761,25.84975],[109.367188,25.857032],[109.382546,25.868223],[109.389681,25.882661],[109.390302,25.889396],[109.38606,25.898778],[109.389321,25.904365],[109.423156,25.915994],[109.429342,25.927838],[109.427579,25.933841],[109.430797,25.937722],[109.435231,25.95632],[109.43308,25.959216],[109.426008,25.958825],[109.421515,25.96556],[109.406276,25.965681],[109.400586,25.968137],[109.40655,25.971061],[109.419008,25.973219],[109.425778,25.978358],[109.428559,25.983066],[109.440379,25.990081],[109.446377,25.990856],[109.452092,25.994606],[109.457349,25.999263],[109.456771,26.00334],[109.467814,26.009131],[109.474331,26.01578],[109.478335,26.027561],[109.478702,26.033865],[109.490149,26.034439],[109.492619,26.025607],[109.495197,26.022266],[109.506437,26.01527],[109.508042,26.006761],[109.515152,26.002712],[109.53285,25.998105],[109.542842,26.005112],[109.541543,26.013944],[109.54315,26.025631],[109.553894,26.028051],[109.560501,26.026071],[109.566957,26.021438],[109.567965,26.017851],[109.573392,26.013532],[109.57897,26.018821],[109.579907,26.023641],[109.597981,26.028285],[109.610803,26.040654],[109.611647,26.046623],[109.621046,26.052971],[109.628142,26.0554],[109.63482,26.054838],[109.648616,26.049728],[109.649521,26.045499],[109.645453,26.024388],[109.649798,26.017586],[109.660477,26.015673],[109.674461,26.021888],[109.679619,26.021823],[109.680861,26.015657],[109.694282,26.000154],[109.699566,26.000744],[109.699848,26.003081],[109.695996,26.010422],[109.704218,26.01713],[109.706705,26.014832],[109.707164,26.011619],[109.711826,26.008388],[109.719642,26.006285],[109.726098,25.994676],[109.714759,25.975859],[109.710788,25.966163],[109.706404,25.964012],[109.704624,25.955754],[109.694017,25.959179],[109.691366,25.96306],[109.686988,25.96306],[109.689653,25.94669],[109.687749,25.943073],[109.678166,25.937264],[109.674481,25.925568],[109.679819,25.919033],[109.689238,25.911371],[109.687319,25.905768],[109.682933,25.906325],[109.676723,25.903784],[109.674603,25.89835],[109.675108,25.893784],[109.680043,25.885958],[109.690489,25.881607],[109.706359,25.891265],[109.709365,25.891284],[109.712268,25.888206],[109.716308,25.887441],[109.742314,25.893227],[109.762362,25.893576],[109.761976,25.882505],[109.760481,25.88007],[109.766095,25.878122],[109.776836,25.869785],[109.779501,25.871308],[109.779882,25.874544],[109.78407,25.878732],[109.80006,25.880445],[109.803486,25.884824],[109.807341,25.883522],[109.811917,25.884681],[109.810997,25.891497],[109.815706,25.904174],[109.826564,25.911853],[109.823415,25.923197],[109.813982,25.932085],[109.814717,25.936791],[109.806341,25.953733],[109.80592,25.960268],[109.809958,25.964202],[109.806722,25.972769],[109.810339,25.97905],[109.801963,25.980954],[109.798727,25.985903],[109.781999,25.989784],[109.781053,25.996464],[109.785891,26.017704],[109.790232,26.018935],[109.796747,26.034911],[109.80811,26.048036],[109.811738,26.048262],[109.821283,26.038679],[109.840755,26.033209],[109.861764,26.031011],[109.86755,26.034637],[109.879125,26.04764],[109.884612,26.056487],[109.887073,26.083301],[109.890479,26.087934],[109.889527,26.09612],[109.892002,26.100688],[109.899236,26.107732],[109.898224,26.113949],[109.904946,26.125815],[109.903614,26.131145],[109.904185,26.142186],[109.90705,26.148127],[109.908339,26.155803],[109.931653,26.168778],[109.945764,26.181793],[109.965132,26.203998],[109.973026,26.19993],[109.977728,26.193785],[109.978771,26.18739],[109.980636,26.185932],[109.990596,26.184812],[109.999922,26.189277],[110.012075,26.187824],[110.021805,26.173655],[110.022339,26.168766],[110.023973,26.167952],[110.04118,26.166467],[110.043749,26.173756],[110.047573,26.175761],[110.055048,26.17315],[110.059498,26.1698],[110.065739,26.168894],[110.071456,26.169952],[110.077917,26.176038],[110.093138,26.172702],[110.088862,26.163646],[110.087115,26.154041],[110.096574,26.136687],[110.091302,26.130406],[110.088859,26.121859],[110.076273,26.102219],[110.068132,26.080838],[110.070264,26.069262],[110.069943,26.061147],[110.058066,26.041433],[110.064381,26.044839],[110.080681,26.045352],[110.08053,26.041282],[110.085957,26.039925],[110.089999,26.041225],[110.094916,26.027624],[110.101099,26.022689],[110.103818,26.024157],[110.114751,26.039348],[110.119478,26.04047],[110.13159,26.032079],[110.131839,26.029441],[110.139273,26.02234],[110.143463,26.020856],[110.153804,26.020773],[110.159743,26.025225],[110.16234,26.03573],[110.165393,26.039548],[110.16426,26.045003],[110.168491,26.051943],[110.174197,26.056085],[110.175743,26.05906],[110.17967,26.059536],[110.181191,26.064997],[110.185481,26.070809],[110.188365,26.071639],[110.190853,26.06596],[110.202988,26.060963],[110.207571,26.048181],[110.225053,26.040646],[110.226307,26.034789],[110.229162,26.034551],[110.232494,26.038358],[110.235825,26.038239],[110.236182,26.035265],[110.23297,26.027532],[110.236952,26.023958],[110.241779,26.022335],[110.243861,26.019425],[110.23749,26.016467],[110.246057,26.015634],[110.24332,26.011827],[110.243558,26.006593],[110.240231,26.005157],[110.243201,26.002666],[110.247603,26.004808],[110.247421,25.998749],[110.255895,25.994943],[110.25328,25.990305],[110.248553,25.990251],[110.245596,25.985038],[110.245259,25.974035],[110.261819,25.964668],[110.265143,25.968576],[110.274039,25.970562],[110.291871,25.96847],[110.294888,25.973045],[110.303359,25.970477],[110.318615,25.976398],[110.319807,25.97788],[110.317791,25.985388],[110.326617,25.98635],[110.332998,25.997609],[110.342626,26.017362],[110.34337,26.025095],[110.345704,26.026081],[110.348426,26.030449],[110.347831,26.036101],[110.351941,26.039274],[110.356354,26.047252],[110.355653,26.053845],[110.352071,26.061959],[110.352333,26.067323],[110.360794,26.077318],[110.371102,26.076235],[110.372683,26.084601],[110.372668,26.101018],[110.374794,26.103185],[110.37921,26.104213],[110.387494,26.115464],[110.395104,26.119635],[110.399629,26.119614],[110.409415,26.127032],[110.419907,26.138334],[110.421975,26.146452],[110.431959,26.155503],[110.474533,26.185723],[110.475774,26.186367],[110.485313,26.182081],[110.483843,26.17596],[110.491861,26.169316],[110.497316,26.172179],[110.499289,26.179585],[110.50666,26.187196],[110.513501,26.190765],[110.518706,26.200432],[110.52646,26.2052],[110.528255,26.214477],[110.532562,26.219999],[110.539022,26.222596],[110.541906,26.230621],[110.547369,26.234502],[110.551834,26.247271],[110.551941,26.251676],[110.548301,26.254565],[110.549044,26.259621],[110.544738,26.262235],[110.542632,26.266609],[110.543205,26.279495],[110.545726,26.283187],[110.551205,26.290514],[110.564313,26.292466],[110.583002,26.302005],[110.592863,26.317471],[110.609558,26.336712],[110.615269,26.34012],[110.617954,26.340024],[110.619355,26.335227],[110.616985,26.325267],[110.635966,26.315576],[110.638427,26.311492],[110.6436,26.31137],[110.660084,26.317259],[110.660813,26.320674],[110.663683,26.322502],[110.679498,26.320352],[110.702719,26.30754],[110.702397,26.302346],[110.708711,26.298509],[110.720961,26.298294],[110.724363,26.300194],[110.726237,26.303455],[110.72056,26.310882],[110.730812,26.313897],[110.735511,26.322683],[110.743359,26.319617],[110.744163,26.317603],[110.74227,26.313294],[110.750712,26.308922],[110.751315,26.306811],[110.748201,26.305565],[110.745597,26.294332],[110.741113,26.286322],[110.737785,26.283516],[110.73443,26.274849],[110.737897,26.267764],[110.743325,26.266557],[110.7483,26.260979],[110.754632,26.260678],[110.754934,26.251029],[110.756592,26.250124],[110.763457,26.254507],[110.764449,26.258204],[110.771568,26.264879],[110.77297,26.264519],[110.772121,26.257512],[110.77408,26.256758],[110.776191,26.257813],[110.780111,26.267914],[110.785237,26.264145],[110.793422,26.271113],[110.796343,26.269845],[110.796092,26.267462],[110.798504,26.264145],[110.803178,26.261432],[110.808304,26.260828],[110.812792,26.263036],[110.82467,26.258168],[110.832283,26.257572],[110.839027,26.260981],[110.856502,26.274637],[110.867133,26.273092],[110.888083,26.277979],[110.891374,26.280729],[110.893835,26.278695],[110.911581,26.278211],[110.92002,26.264724],[110.916474,26.258207],[110.923003,26.256931],[110.934371,26.291266],[110.930238,26.297343],[110.932389,26.302421],[110.930974,26.310253],[110.921493,26.321869],[110.923926,26.323913],[110.93746,26.327969],[110.941518,26.335044],[110.942067,26.353676],[110.939756,26.355973],[110.944767,26.361045],[110.943035,26.371435],[110.940025,26.376374],[110.950416,26.383901],[110.968144,26.38852],[110.971695,26.387146],[110.97916,26.380148],[110.978018,26.373676],[110.984615,26.366443],[111.002481,26.361547],[110.996395,26.345851],[110.998273,26.342829],[111.006285,26.339886]],[[105.094214,24.925178],[105.097166,24.927776],[105.095545,24.931915],[105.083016,24.923579],[105.078258,24.917678],[105.085579,24.917483],[105.094214,24.925178]]]]}},{type:"Feature",properties:{name:"海南省",province_adcode:46e4,province_type:"省",name_en:"Hainan",name_var:"Hǎi Nán",adcode:46e4},geometry:{type:"MultiPolygon",coordinates:[[[[112.043812,3.838121],[112.0137,3.837902],[112.010061,3.8395],[112.007556,3.842819],[112.006572,3.850786],[112.007198,3.864998],[112.009159,3.868941],[112.017466,3.874921],[112.03257,3.879796],[112.04815,3.877193],[112.0562,3.862942],[112.056917,3.858158],[112.050794,3.841004],[112.043812,3.838121]]],[[[112.245034,3.860739],[112.23987,3.860624],[112.22888,3.865908],[112.219521,3.874739],[112.217682,3.881473],[112.2199,3.889717],[112.226196,3.901327],[112.238968,3.907699],[112.253471,3.904755],[112.259943,3.899071],[112.261204,3.895361],[112.262313,3.873453],[112.255485,3.865983],[112.245034,3.860739]]],[[[112.259308,3.938894],[112.255285,3.93887],[112.245895,3.943048],[112.244479,3.946206],[112.245278,3.965329],[112.254862,3.974602],[112.265281,3.976533],[112.277459,3.970238],[112.280836,3.961185],[112.280608,3.948746],[112.271281,3.940784],[112.259308,3.938894]]],[[[112.617049,4.943974],[112.606134,4.941224],[112.599091,4.941224],[112.589199,4.945518],[112.58188,4.954237],[112.579457,4.97151],[112.580044,4.976983],[112.583539,4.984297],[112.592421,4.99191],[112.599519,4.995232],[112.616419,4.995387],[112.625054,4.993774],[112.637275,4.987826],[112.638085,4.981894],[112.636229,4.963349],[112.63289,4.95633],[112.626676,4.94862],[112.617049,4.943974]]],[[[112.491689,5.000835],[112.471834,5.002507],[112.465704,5.006653],[112.461036,5.013495],[112.458336,5.030806],[112.460578,5.036792],[112.467007,5.042224],[112.473672,5.0442],[112.488947,5.042694],[112.49476,5.03554],[112.501359,5.013906],[112.502233,5.006268],[112.495905,5.001601],[112.491689,5.000835]]],[[[112.669655,4.998343],[112.659634,4.997374],[112.652628,4.999059],[112.637231,5.00645],[112.618151,5.022664],[112.612878,5.029328],[112.610086,5.03366],[112.610139,5.043791],[112.618586,5.0487],[112.622299,5.04841],[112.643756,5.038701],[112.658473,5.026534],[112.669641,5.014646],[112.673667,5.007957],[112.674065,5.003564],[112.669655,4.998343]]],[[[112.939448,4.992918],[112.935063,4.991294],[112.907689,4.992416],[112.903056,4.994142],[112.906868,5.039488],[112.910031,5.044451],[112.924845,5.051474],[112.933748,5.052508],[112.948356,5.049263],[112.951622,5.046616],[112.954295,5.039488],[112.954727,5.021783],[112.939448,4.992918]]],[[[112.584829,5.074318],[112.565136,5.073102],[112.562226,5.075983],[112.556024,5.093906],[112.55296,5.110736],[112.555104,5.115221],[112.572729,5.121869],[112.597425,5.121021],[112.607145,5.111591],[112.609477,5.104113],[112.6067,5.093009],[112.589852,5.07623],[112.584829,5.074318]]],[[[112.714551,5.063668],[112.678397,5.049972],[112.672633,5.04998],[112.651857,5.056808],[112.64882,5.061559],[112.646806,5.108017],[112.650526,5.114318],[112.67424,5.122422],[112.679808,5.11959],[112.714625,5.076914],[112.715997,5.069872],[112.714551,5.063668]]],[[[112.653827,5.355339],[112.635993,5.349105],[112.617078,5.351047],[112.6077,5.369014],[112.60862,5.389488],[112.619827,5.402911],[112.641219,5.410697],[112.670257,5.412897],[112.686643,5.40787],[112.686863,5.387271],[112.680798,5.37289],[112.653827,5.355339]]],[[[112.616726,5.463861],[112.613395,5.462839],[112.610231,5.466658],[112.602385,5.518703],[112.579037,5.562734],[112.57974,5.567758],[112.589011,5.577463],[112.599865,5.577023],[112.606896,5.574298],[112.612093,5.569984],[112.635438,5.516347],[112.638427,5.490689],[112.635217,5.481233],[112.616726,5.463861]]],[[[112.381353,5.616504],[112.3682,5.610435],[112.357921,5.610994],[112.353544,5.612474],[112.346716,5.619803],[112.345782,5.622749],[112.353442,5.63916],[112.355947,5.641342],[112.380842,5.644173],[112.383334,5.641843],[112.386943,5.627067],[112.386025,5.621287],[112.381353,5.616504]]],[[[112.5517,5.619612],[112.545351,5.61667],[112.540765,5.617565],[112.528312,5.62888],[112.520486,5.645483],[112.518907,5.657201],[112.524363,5.688253],[112.527483,5.692098],[112.536542,5.694378],[112.542868,5.693835],[112.552383,5.686698],[112.557355,5.678225],[112.562099,5.653182],[112.5617,5.631676],[112.5517,5.619612]]],[[[112.490876,5.735607],[112.488079,5.734628],[112.473136,5.736708],[112.469046,5.738081],[112.468082,5.740447],[112.469769,5.761514],[112.473496,5.772181],[112.47858,5.774944],[112.491786,5.777178],[112.493862,5.776132],[112.494304,5.764841],[112.49271,5.73783],[112.490876,5.735607]]],[[[112.55868,5.76032],[112.54452,5.758748],[112.532649,5.761717],[112.527437,5.767726],[112.524342,5.77913],[112.523229,5.795495],[112.524874,5.802232],[112.533898,5.814074],[112.548405,5.823169],[112.553857,5.823672],[112.557653,5.821898],[112.5669,5.798002],[112.56648,5.778339],[112.563294,5.7658],[112.55868,5.76032]]],[[[112.562787,5.953632],[112.549062,5.943842],[112.530642,5.952426],[112.534618,5.97136],[112.550156,5.979949],[112.571363,5.972592],[112.562787,5.953632]]],[[[113.234895,6.290253],[113.226064,6.286478],[113.219455,6.291171],[113.215186,6.297059],[113.213021,6.307694],[113.214426,6.31481],[113.220279,6.323301],[113.226676,6.327371],[113.239321,6.327166],[113.244028,6.319107],[113.245997,6.306629],[113.243381,6.297144],[113.234895,6.290253]]],[[[113.606658,6.922903],[113.603854,6.921669],[113.575807,6.922118],[113.572213,6.92425],[113.570867,6.940068],[113.574792,6.950391],[113.584774,6.959254],[113.591849,6.96318],[113.600937,6.962956],[113.608516,6.959139],[113.617091,6.948595],[113.619105,6.943771],[113.619332,6.937601],[113.617092,6.930757],[113.606658,6.922903]]],[[[114.850903,7.187818],[114.829713,7.184756],[114.815981,7.194354],[114.815633,7.197334],[114.816545,7.204227],[114.820399,7.213767],[114.829071,7.229406],[114.847283,7.244953],[114.850313,7.245785],[114.863437,7.243382],[114.866241,7.240746],[114.867257,7.232499],[114.865842,7.200301],[114.863099,7.194691],[114.85671,7.188969],[114.850903,7.187818]]],[[[113.832608,7.385398],[113.847465,7.384404],[113.853887,7.377626],[113.853683,7.375383],[113.83796,7.366794],[113.824402,7.363737],[113.799352,7.368145],[113.787451,7.373013],[113.787808,7.374644],[113.797033,7.379332],[113.807533,7.378569],[113.821497,7.382289],[113.824912,7.384939],[113.832608,7.385398]]],[[[114.985794,7.477852],[114.977484,7.47783],[114.960878,7.483443],[114.956719,7.4865],[114.945295,7.510513],[114.946919,7.515791],[114.958568,7.522487],[114.982609,7.530831],[115.009856,7.527412],[115.012922,7.524454],[115.014269,7.508707],[115.01088,7.490465],[115.008124,7.486139],[114.985794,7.477852]]],[[[109.933722,7.535527],[109.945121,7.524478],[109.94669,7.514712],[109.935495,7.505985],[109.907435,7.509724],[109.845742,7.521278],[109.802336,7.526145],[109.788188,7.525953],[109.727018,7.517916],[109.705667,7.512276],[109.650508,7.480885],[109.567946,7.374995],[109.509574,7.321565],[109.483042,7.308864],[109.475587,7.307515],[109.463602,7.311098],[109.460417,7.316186],[109.460191,7.345814],[109.462917,7.354877],[109.532268,7.450152],[109.603622,7.521955],[109.649404,7.561007],[109.678624,7.572253],[109.71862,7.5772],[109.777406,7.576751],[109.812772,7.574063],[109.845881,7.567658],[109.90123,7.553174],[109.922387,7.543728],[109.933722,7.535527]]],[[[111.551098,7.5261],[111.538699,7.526017],[111.534774,7.545688],[111.539483,7.567837],[111.559147,7.604084],[111.562676,7.607337],[111.585058,7.611277],[111.602634,7.608908],[111.608089,7.60088],[111.608089,7.593823],[111.590134,7.560834],[111.579216,7.54477],[111.562152,7.529892],[111.551098,7.5261]]],[[[114.679108,7.564236],[114.667856,7.565685],[114.661615,7.573135],[114.660401,7.583967],[114.661976,7.591437],[114.670221,7.609207],[114.674055,7.611907],[114.699984,7.616466],[114.714391,7.613537],[114.720309,7.608293],[114.7201,7.601022],[114.71759,7.59332],[114.684041,7.566084],[114.679108,7.564236]]],[[[113.789803,7.601332],[113.780631,7.600895],[113.769275,7.603189],[113.764362,7.608647],[113.760977,7.622078],[113.762397,7.633542],[113.765018,7.638347],[113.774081,7.64457],[113.787947,7.648719],[113.809456,7.649374],[113.827254,7.646208],[113.831731,7.639002],[113.832605,7.632232],[113.833041,7.626881],[113.829656,7.617711],[113.810767,7.604389],[113.789803,7.601332]]],[[[111.697991,7.646772],[111.683547,7.64437],[111.671771,7.645304],[111.66616,7.652733],[111.668151,7.685412],[111.672484,7.696428],[111.686817,7.713296],[111.704626,7.726564],[111.722035,7.731699],[111.739771,7.725189],[111.742225,7.721834],[111.745196,7.705586],[111.73383,7.683144],[111.702966,7.650248],[111.697991,7.646772]]],[[[110.477757,7.782711],[110.466021,7.782371],[110.461303,7.784595],[110.456915,7.794381],[110.458181,7.807103],[110.481149,7.829236],[110.487974,7.829345],[110.506058,7.821595],[110.508726,7.814714],[110.507783,7.807321],[110.483887,7.784899],[110.477757,7.782711]]],[[[111.576137,7.771019],[111.569231,7.775971],[111.549417,7.809396],[111.550816,7.814981],[111.57895,7.850768],[111.599593,7.863284],[111.605127,7.863463],[111.608738,7.860547],[111.615495,7.847479],[111.615391,7.84225],[111.597085,7.799341],[111.580893,7.77304],[111.576137,7.771019]]],[[[112.925259,7.82939],[112.910503,7.827695],[112.894064,7.829165],[112.889022,7.836849],[112.887761,7.845962],[112.888957,7.855726],[112.90126,7.864208],[112.91595,7.868885],[112.92763,7.869153],[112.930378,7.863719],[112.931371,7.84796],[112.930188,7.838573],[112.925259,7.82939]]],[[[111.702978,7.887887],[111.660816,7.88852],[111.636797,7.905309],[111.634488,7.908799],[111.647456,7.934227],[111.651707,7.935918],[111.682896,7.937441],[111.709166,7.928965],[111.711966,7.926714],[111.720615,7.910313],[111.710959,7.891106],[111.702978,7.887887]]],[[[109.984582,7.814192],[109.972847,7.813279],[109.944429,7.81733],[109.933048,7.825555],[109.932752,7.850009],[109.936574,7.872507],[109.943299,7.883155],[109.949198,7.890302],[110.029176,7.945986],[110.052896,7.954745],[110.074025,7.950879],[110.077563,7.942047],[110.078617,7.932665],[110.078908,7.897987],[110.07242,7.879418],[110.055533,7.854843],[110.046317,7.847866],[109.984582,7.814192]]],[[[114.054575,7.53911],[113.982951,7.537666],[113.974138,7.53925],[113.926569,7.560118],[113.915278,7.568477],[113.893944,7.600695],[113.892813,7.608616],[113.894396,7.619221],[113.902318,7.632759],[113.91738,7.64057],[113.989979,7.659029],[114.024734,7.671248],[114.051738,7.687813],[114.079446,7.714418],[114.090678,7.722284],[114.167552,7.767505],[114.203387,7.783969],[114.260053,7.868203],[114.264124,7.872279],[114.410443,7.954217],[114.435315,7.965188],[114.468481,7.970634],[114.507384,7.968228],[114.529227,7.956738],[114.536875,7.947282],[114.551246,7.892942],[114.550551,7.880942],[114.536604,7.863618],[114.460006,7.816375],[114.42966,7.788958],[114.415877,7.767031],[114.403589,7.684623],[114.399527,7.677175],[114.364253,7.63989],[114.286048,7.61867],[114.153306,7.562694],[114.054575,7.53911]]],[[[114.900526,7.951406],[114.8963,7.951069],[114.879891,7.956634],[114.865988,7.976455],[114.864514,7.985555],[114.865989,7.994656],[114.879481,8.013657],[114.893855,8.014488],[114.904762,8.012238],[114.910461,8.009404],[114.917104,7.99328],[114.918567,7.982572],[114.916311,7.974491],[114.903619,7.953045],[114.900526,7.951406]]],[[[113.966417,7.946448],[113.958006,7.943014],[113.945042,7.943319],[113.931468,7.945779],[113.912045,7.956227],[113.900933,7.965442],[113.892893,7.982086],[113.890573,8.006787],[113.892177,8.014526],[113.896918,8.019542],[113.902563,8.021774],[113.927015,8.02324],[113.935797,8.02009],[113.965516,7.976664],[113.967369,7.9671],[113.966417,7.946448]]],[[[110.636962,7.987072],[110.633878,7.986168],[110.609557,7.989678],[110.606019,7.992912],[110.605348,8.0128],[110.606594,8.019708],[110.615007,8.038429],[110.618971,8.042967],[110.630904,8.042663],[110.634209,8.041477],[110.636835,8.037262],[110.639538,8.007087],[110.63886,7.99079],[110.636962,7.987072]]],[[[111.99057,8.04906],[111.982934,8.048007],[111.960833,8.049207],[111.945123,8.052756],[111.930321,8.059984],[111.922854,8.066841],[111.921137,8.072656],[111.922612,8.090675],[111.934566,8.102466],[111.950231,8.108118],[111.973716,8.108307],[112.008695,8.094924],[112.011732,8.0906],[112.013438,8.064005],[111.99057,8.04906]]],[[[114.109339,8.079512],[114.105117,8.078604],[114.096575,8.080476],[114.09727,8.102645],[114.104523,8.10993],[114.118647,8.117048],[114.129077,8.115144],[114.130979,8.110398],[114.128033,8.092368],[114.109339,8.079512]]],[[[113.228401,8.068686],[113.225929,8.068013],[113.218143,8.07163],[113.217665,8.077892],[113.233685,8.099254],[113.258803,8.119516],[113.265261,8.12166],[113.276642,8.118845],[113.278731,8.116653],[113.278938,8.112643],[113.228401,8.068686]]],[[[114.526219,8.105152],[114.516864,8.104998],[114.50994,8.108732],[114.50564,8.113472],[114.503819,8.121981],[114.505519,8.127884],[114.508429,8.13138],[114.546573,8.144558],[114.558496,8.152317],[114.592196,8.160067],[114.612037,8.157847],[114.620688,8.151359],[114.619904,8.14207],[114.614791,8.134698],[114.591891,8.122615],[114.569698,8.115675],[114.526219,8.105152]]],[[[114.812421,8.117442],[114.808047,8.112235],[114.784106,8.11303],[114.773133,8.115824],[114.770104,8.126057],[114.77428,8.134527],[114.774557,8.153887],[114.782491,8.161052],[114.787821,8.162792],[114.803134,8.162567],[114.80644,8.159707],[114.814479,8.143104],[114.815304,8.131138],[114.812421,8.117442]]],[[[110.485317,8.070911],[110.474446,8.069774],[110.467307,8.073726],[110.457983,8.105112],[110.455825,8.117925],[110.457669,8.12987],[110.564498,8.174449],[110.574427,8.177038],[110.586669,8.176812],[110.591168,8.174923],[110.596114,8.158778],[110.59211,8.145316],[110.578555,8.123435],[110.550616,8.095469],[110.510085,8.07683],[110.485317,8.070911]]],[[[114.692825,8.216072],[114.704516,8.212648],[114.722678,8.212378],[114.726562,8.210432],[114.738532,8.199297],[114.737675,8.191306],[114.71489,8.185726],[114.703774,8.184906],[114.687311,8.18687],[114.668937,8.205041],[114.666138,8.212169],[114.672865,8.21825],[114.684244,8.220145],[114.692825,8.216072]]],[[[113.380841,8.238025],[113.345136,8.174049],[113.311812,8.13474],[113.294991,8.118878],[113.285782,8.114879],[113.284444,8.120975],[113.285373,8.123578],[113.30437,8.146753],[113.326762,8.180891],[113.338219,8.195359],[113.333074,8.201429],[113.327889,8.198805],[113.306218,8.179368],[113.275432,8.135263],[113.270414,8.124502],[113.26704,8.123593],[113.263801,8.125264],[113.26144,8.127945],[113.264256,8.134185],[113.271866,8.145105],[113.289569,8.177939],[113.312987,8.204984],[113.347015,8.235712],[113.348683,8.239823],[113.351595,8.265026],[113.348954,8.274819],[113.345138,8.280214],[113.349356,8.30571],[113.352907,8.309875],[113.367362,8.312361],[113.370677,8.310994],[113.380049,8.297249],[113.381527,8.291019],[113.380841,8.238025]]],[[[115.435631,8.323464],[115.42593,8.324598],[115.416829,8.331123],[115.415339,8.335823],[115.421358,8.358819],[115.426159,8.362828],[115.432213,8.363978],[115.442559,8.359423],[115.444861,8.356559],[115.445473,8.351058],[115.444907,8.334697],[115.440559,8.325488],[115.435631,8.323464]]],[[[115.238744,8.365471],[115.243076,8.364942],[115.249945,8.367527],[115.26338,8.368593],[115.272692,8.365102],[115.276601,8.360736],[115.276838,8.35671],[115.270742,8.351193],[115.258707,8.345256],[115.253948,8.345266],[115.240971,8.349771],[115.197935,8.354811],[115.190257,8.357118],[115.181387,8.366381],[115.177943,8.37218],[115.175993,8.383258],[115.177609,8.387928],[115.180886,8.389462],[115.196015,8.39121],[115.198547,8.389813],[115.204752,8.377434],[115.209822,8.372587],[115.238744,8.365471]]],[[[112.965271,8.404983],[112.950978,8.405095],[112.944487,8.407983],[112.940898,8.41199],[112.941548,8.427974],[112.945046,8.434525],[112.951206,8.438941],[112.960419,8.441269],[112.975294,8.43905],[112.97919,8.435397],[112.981137,8.430985],[112.980209,8.424835],[112.974346,8.411564],[112.965271,8.404983]]],[[[115.281065,8.482871],[115.267026,8.47911],[115.255333,8.488068],[115.253828,8.511627],[115.258056,8.517932],[115.274652,8.523783],[115.291995,8.512872],[115.292841,8.507772],[115.285965,8.48741],[115.281065,8.482871]]],[[[115.528639,8.46121],[115.520684,8.461015],[115.517939,8.462311],[115.506496,8.488119],[115.505478,8.492666],[115.508334,8.519803],[115.529459,8.526012],[115.555001,8.525078],[115.558509,8.520586],[115.565086,8.492217],[115.556931,8.468037],[115.55041,8.46323],[115.528639,8.46121]]],[[[111.483544,8.522674],[111.461517,8.521439],[111.458818,8.524118],[111.458794,8.526754],[111.470156,8.546251],[111.473351,8.549108],[111.484754,8.552379],[111.504845,8.552654],[111.507109,8.54971],[111.507007,8.544441],[111.505076,8.54159],[111.492703,8.526033],[111.483544,8.522674]]],[[[111.919547,8.641971],[111.917807,8.642555],[111.91867,8.64623],[111.922596,8.646438],[111.919547,8.641971]]],[[[111.679926,8.627145],[111.67116,8.624488],[111.661329,8.624887],[111.653625,8.629138],[111.648578,8.635248],[111.646053,8.64375],[111.645521,8.653182],[111.648445,8.665667],[111.657743,8.678952],[111.668104,8.681475],[111.692944,8.680944],[111.705166,8.677225],[111.708753,8.673372],[111.71287,8.660354],[111.713401,8.651853],[111.679926,8.627145]]],[[[114.231701,8.76839],[114.237226,8.759613],[114.243395,8.739818],[114.245211,8.732449],[114.244706,8.726345],[114.235146,8.719665],[114.231269,8.720166],[114.228941,8.72414],[114.219607,8.758386],[114.21644,8.762228],[114.21058,8.76247],[114.208155,8.760277],[114.20741,8.756221],[114.218852,8.729101],[114.222039,8.715241],[114.211405,8.710647],[114.206076,8.714256],[114.196839,8.729736],[114.193637,8.739648],[114.190921,8.75692],[114.190533,8.774436],[114.193399,8.782339],[114.202495,8.788772],[114.207867,8.789446],[114.217872,8.786626],[114.231701,8.76839]]],[[[113.99957,8.792095],[113.975932,8.792521],[113.970916,8.794816],[113.958077,8.814288],[113.950593,8.831974],[113.950594,8.839797],[113.952805,8.843962],[113.964113,8.846344],[113.973296,8.843368],[113.981289,8.833674],[113.988432,8.820921],[114.000845,8.809272],[114.007562,8.800513],[114.007478,8.796092],[114.005352,8.793711],[113.99957,8.792095]]],[[[112.227556,8.8277],[112.211105,8.827254],[112.208557,8.828657],[112.203281,8.837307],[112.205978,8.844104],[112.21444,8.853126],[112.219489,8.857499],[112.22413,8.858671],[112.231869,8.858403],[112.236537,8.854754],[112.237244,8.842937],[112.231488,8.829363],[112.227556,8.8277]]],[[[112.599799,8.859189],[112.61192,8.847819],[112.631796,8.839841],[112.640586,8.827454],[112.638705,8.822219],[112.635552,8.820607],[112.607412,8.816794],[112.566471,8.817482],[112.55764,8.820117],[112.545097,8.826531],[112.534744,8.83992],[112.533545,8.843924],[112.533134,8.848413],[112.53668,8.854358],[112.539874,8.856442],[112.546511,8.854309],[112.552983,8.856297],[112.594032,8.86112],[112.599799,8.859189]]],[[[114.047001,8.779046],[114.043104,8.778757],[114.032756,8.782795],[114.030863,8.785714],[114.027027,8.808319],[114.010481,8.83759],[113.992702,8.849146],[113.985497,8.858997],[113.974676,8.869314],[113.972752,8.874805],[113.975591,8.879817],[113.98563,8.880568],[114.00973,8.86881],[114.036878,8.845892],[114.047229,8.833433],[114.055655,8.818126],[114.059365,8.80156],[114.052518,8.783113],[114.047001,8.779046]]],[[[112.19514,8.85332],[112.187082,8.85412],[112.178594,8.85984],[112.17601,8.863901],[112.177486,8.868452],[112.18819,8.876879],[112.19391,8.88506],[112.199077,8.888566],[112.214639,8.890842],[112.222205,8.888566],[112.223558,8.884875],[112.221712,8.880323],[112.207011,8.862179],[112.19514,8.85332]]],[[[113.921189,8.84038],[113.912213,8.840106],[113.889392,8.864689],[113.889921,8.873607],[113.896718,8.878745],[113.907856,8.891181],[113.916007,8.889832],[113.929982,8.878922],[113.935035,8.877074],[113.936119,8.874163],[113.932586,8.865245],[113.928099,8.8626],[113.932317,8.850382],[113.927977,8.843625],[113.921189,8.84038]]],[[[112.273148,8.854775],[112.268481,8.854288],[112.257145,8.856666],[112.241662,8.872627],[112.239828,8.876413],[112.240895,8.878239],[112.260885,8.891448],[112.273866,8.89254],[112.281032,8.890687],[112.283932,8.887575],[112.286474,8.87576],[112.286016,8.870713],[112.27701,8.856808],[112.273148,8.854775]]],[[[114.641726,8.846778],[114.610668,8.838266],[114.600486,8.839526],[114.594949,8.848163],[114.597794,8.861203],[114.613377,8.883254],[114.633369,8.897341],[114.657098,8.902245],[114.661454,8.901916],[114.676997,8.886564],[114.678282,8.883113],[114.666367,8.863942],[114.654964,8.854084],[114.641726,8.846778]]],[[[116.313291,8.887053],[116.307472,8.88257],[116.300766,8.882928],[116.29772,8.885712],[116.300232,8.868416],[116.294982,8.862071],[116.290445,8.860013],[116.277127,8.866426],[116.273202,8.8704],[116.269679,8.881559],[116.270365,8.887618],[116.282023,8.89861],[116.285599,8.905161],[116.293437,8.909859],[116.302178,8.919161],[116.308653,8.920224],[116.317116,8.919818],[116.32477,8.911503],[116.328192,8.902875],[116.326585,8.896183],[116.317535,8.89533],[116.313291,8.887053]]],[[[112.861132,8.891933],[112.854979,8.891544],[112.837222,8.89591],[112.82053,8.909833],[112.818846,8.912572],[112.820402,8.920821],[112.828762,8.924092],[112.838119,8.924212],[112.848645,8.922201],[112.868636,8.910298],[112.870154,8.906228],[112.868568,8.899335],[112.864276,8.893348],[112.861132,8.891933]]],[[[112.368786,8.910104],[112.351601,8.910609],[112.347092,8.912824],[112.341459,8.927924],[112.346886,8.938921],[112.35243,8.942705],[112.358086,8.945303],[112.38036,8.948781],[112.384153,8.94716],[112.390248,8.937776],[112.388088,8.921279],[112.377785,8.91386],[112.368786,8.910104]]],[[[113.681579,8.975254],[113.675923,8.973248],[113.666937,8.973376],[113.650047,8.96398],[113.642596,8.966871],[113.63375,8.978831],[113.635459,8.985308],[113.640426,8.991505],[113.697528,9.013417],[113.71475,9.021917],[113.721436,9.019344],[113.726397,9.009194],[113.726232,9.005768],[113.70782,8.993864],[113.697485,8.989496],[113.681579,8.975254]]],[[[116.64751,9.031751],[116.645014,9.031398],[116.642598,9.035331],[116.645886,9.039532],[116.650561,9.037223],[116.64969,9.032581],[116.64751,9.031751]]],[[[116.736735,9.030561],[116.728021,9.02504],[116.70506,9.026034],[116.702109,9.031678],[116.700703,9.040301],[116.695537,9.050834],[116.702117,9.058555],[116.713385,9.064868],[116.727309,9.063971],[116.745694,9.058535],[116.736735,9.030561]]],[[[116.480638,9.139715],[116.473205,9.138924],[116.4668,9.142087],[116.451025,9.164583],[116.449602,9.170276],[116.453397,9.176365],[116.456719,9.178499],[116.47617,9.185933],[116.482496,9.186802],[116.486688,9.185774],[116.490799,9.181662],[116.495385,9.172727],[116.49669,9.165887],[116.494001,9.155292],[116.486647,9.144379],[116.480638,9.139715]]],[[[113.672573,9.204734],[113.66988,9.204685],[113.66349,9.21225],[113.655901,9.225715],[113.655877,9.232982],[113.667595,9.244706],[113.675606,9.245986],[113.692731,9.227682],[113.691406,9.22006],[113.678849,9.215351],[113.672573,9.204734]]],[[[111.531381,9.266326],[111.52467,9.264175],[111.516259,9.265762],[111.517865,9.272875],[111.521606,9.277084],[111.526215,9.27838],[111.539991,9.287279],[111.551345,9.286972],[111.552639,9.28281],[111.54934,9.276934],[111.531381,9.266326]]],[[[115.973446,9.324094],[115.995399,9.295536],[115.996858,9.289548],[115.991892,9.279502],[115.972639,9.269942],[115.953837,9.268965],[115.939192,9.271692],[115.918316,9.294259],[115.919166,9.308072],[115.922595,9.313275],[115.930521,9.317698],[115.942222,9.323584],[115.949739,9.322781],[115.958776,9.324953],[115.973446,9.324094]]],[[[114.191562,9.352504],[114.170989,9.34401],[114.162431,9.359331],[114.160729,9.369543],[114.1625,9.386242],[114.18987,9.393348],[114.198428,9.376323],[114.191562,9.352504]]],[[[115.451821,9.348437],[115.445798,9.346931],[115.435339,9.34986],[115.430737,9.353625],[115.427725,9.366594],[115.423291,9.376718],[115.42371,9.380231],[115.427474,9.384834],[115.431658,9.395376],[115.440694,9.405667],[115.4463,9.418552],[115.44906,9.419556],[115.451989,9.418635],[115.453746,9.415121],[115.457845,9.397467],[115.45885,9.373287],[115.465878,9.360821],[115.451821,9.348437]]],[[[116.92745,9.448203],[116.925364,9.446799],[116.92039,9.448644],[116.917461,9.456947],[116.923399,9.46477],[116.930739,9.468019],[116.935714,9.463245],[116.932905,9.453417],[116.92745,9.448203]]],[[[112.564375,9.518915],[112.542509,9.517515],[112.520634,9.519944],[112.503862,9.527509],[112.507604,9.546687],[112.524253,9.560831],[112.544826,9.563504],[112.562881,9.555943],[112.573281,9.536846],[112.564375,9.518915]]],[[[112.882007,9.53624],[112.877316,9.535418],[112.874356,9.537365],[112.874404,9.543676],[112.896208,9.56354],[112.899226,9.564153],[112.902428,9.562458],[112.905207,9.555084],[112.903578,9.551625],[112.882007,9.53624]]],[[[112.878634,9.573208],[112.871554,9.570877],[112.868793,9.573437],[112.869775,9.577978],[112.872086,9.579358],[112.879235,9.57877],[112.879904,9.575455],[112.878634,9.573208]]],[[[112.898592,9.571221],[112.893403,9.569642],[112.889173,9.571132],[112.88726,9.590393],[112.890892,9.592496],[112.900987,9.590448],[112.903023,9.587927],[112.903662,9.580922],[112.902251,9.575167],[112.898592,9.571221]]],[[[116.16651,9.599026],[116.170933,9.597149],[116.183915,9.59735],[116.193193,9.580719],[116.190577,9.571737],[116.185442,9.567077],[116.176364,9.56464],[116.156927,9.564447],[116.15072,9.570653],[116.148637,9.581095],[116.151678,9.59439],[116.16651,9.599026]]],[[[112.932056,9.622713],[112.926492,9.62162],[112.922859,9.6258],[112.93001,9.628549],[112.93387,9.624721],[112.932056,9.622713]]],[[[112.937341,9.632061],[112.932128,9.631904],[112.931346,9.634808],[112.931901,9.636614],[112.93946,9.63968],[112.942546,9.637933],[112.941315,9.634358],[112.937341,9.632061]]],[[[112.956701,9.633124],[112.951788,9.631073],[112.949158,9.631883],[112.950304,9.639404],[112.953402,9.643273],[112.958298,9.645969],[112.964305,9.644517],[112.965894,9.641511],[112.961597,9.635132],[112.956701,9.633124]]],[[[112.98474,9.646046],[112.978988,9.645564],[112.974975,9.647142],[112.972834,9.652868],[112.978507,9.656507],[112.986425,9.656533],[112.989502,9.651637],[112.98474,9.646046]]],[[[113.005876,9.649156],[112.997023,9.650826],[112.997378,9.660351],[113.003034,9.662385],[113.007077,9.65997],[113.007655,9.65388],[113.005876,9.649156]]],[[[113.022901,9.65931],[113.01566,9.65747],[113.013962,9.664177],[113.019889,9.665554],[113.022938,9.661821],[113.022901,9.65931]]],[[[113.037429,9.659313],[113.031396,9.658007],[113.024428,9.660406],[113.015167,9.671366],[113.012448,9.677692],[113.013177,9.679173],[113.018678,9.682365],[113.03177,9.679893],[113.036332,9.67472],[113.040642,9.664529],[113.037429,9.659313]]],[[[116.60615,9.717542],[116.603863,9.715891],[116.599417,9.716271],[116.596559,9.723067],[116.592431,9.725735],[116.593574,9.729926],[116.588429,9.733229],[116.587604,9.737422],[116.591096,9.737866],[116.596433,9.735961],[116.60526,9.72294],[116.60615,9.717542]]],[[[114.282813,9.699458],[114.274728,9.698742],[114.271794,9.700132],[114.269538,9.705584],[114.272374,9.721356],[114.270558,9.726916],[114.27158,9.732022],[114.277221,9.740091],[114.283948,9.740533],[114.287919,9.738036],[114.294273,9.730206],[114.296202,9.724874],[114.295635,9.71852],[114.292004,9.710691],[114.287806,9.703882],[114.282813,9.699458]]],[[[114.716389,9.719137],[114.700772,9.702342],[114.676753,9.709422],[114.673984,9.729074],[114.689575,9.743066],[114.710781,9.738796],[114.716389,9.719137]]],[[[116.58884,9.724561],[116.580919,9.722889],[116.575375,9.724385],[116.562878,9.720689],[116.551702,9.731954],[116.546861,9.739523],[116.547653,9.745683],[116.57168,9.748411],[116.575023,9.747355],[116.584352,9.740226],[116.58928,9.73037],[116.58884,9.724561]]],[[[116.52127,9.740564],[116.516152,9.74042],[116.514962,9.746332],[116.524154,9.749216],[116.535905,9.746656],[116.537816,9.744061],[116.536554,9.741501],[116.52127,9.740564]]],[[[114.351519,9.743585],[114.3458,9.741296],[114.340414,9.744953],[114.340482,9.757421],[114.348527,9.762042],[114.352751,9.759934],[114.355346,9.754749],[114.353479,9.745805],[114.351519,9.743585]]],[[[114.260613,9.760728],[114.256655,9.761331],[114.250125,9.770427],[114.250283,9.77582],[114.254039,9.781388],[114.256052,9.780784],[114.265912,9.767368],[114.265174,9.763679],[114.260613,9.760728]]],[[[115.8803,9.650487],[115.870667,9.649552],[115.863525,9.652144],[115.857701,9.675534],[115.859566,9.681947],[115.857406,9.6963],[115.834644,9.702912],[115.833629,9.71156],[115.842845,9.727584],[115.853567,9.761787],[115.860755,9.773754],[115.866946,9.780733],[115.884697,9.789953],[115.890304,9.794552],[115.897364,9.798076],[115.903712,9.798022],[115.91425,9.792702],[115.921803,9.783543],[115.917138,9.767022],[115.919528,9.750463],[115.915836,9.729946],[115.89723,9.672993],[115.891038,9.659461],[115.8803,9.650487]]],[[[116.447341,9.763266],[116.433269,9.765298],[116.428657,9.770303],[116.426858,9.779292],[116.426624,9.799775],[116.431783,9.805639],[116.443354,9.803294],[116.450077,9.795788],[116.449843,9.766236],[116.447341,9.763266]]],[[[114.400814,9.789254],[114.395807,9.790337],[114.391681,9.797034],[114.391681,9.802446],[114.394437,9.805246],[114.401965,9.805558],[114.409406,9.79744],[114.409473,9.795139],[114.400814,9.789254]]],[[[116.488539,9.783633],[116.480686,9.784089],[116.475924,9.787215],[116.472042,9.802308],[116.466024,9.811581],[116.467874,9.819362],[116.481825,9.82454],[116.486471,9.82327],[116.504443,9.805632],[116.504928,9.803557],[116.504809,9.792845],[116.488539,9.783633]]],[[[114.26336,9.817646],[114.256364,9.81806],[114.251884,9.826165],[114.25817,9.838062],[114.26539,9.839762],[114.267157,9.838023],[114.26965,9.823669],[114.267875,9.819307],[114.26336,9.817646]]],[[[114.465391,9.825174],[114.451984,9.82388],[114.450234,9.83081],[114.45451,9.84111],[114.460598,9.841368],[114.470704,9.832171],[114.471222,9.829062],[114.469408,9.82647],[114.465391,9.825174]]],[[[114.494701,9.848248],[114.490555,9.847406],[114.487511,9.854855],[114.490952,9.855416],[114.494895,9.852006],[114.494701,9.848248]]],[[[114.511348,9.861773],[114.508279,9.861672],[114.504509,9.869512],[114.506044,9.873148],[114.510914,9.874882],[114.516189,9.872153],[114.517953,9.868712],[114.516218,9.865309],[114.511348,9.861773]]],[[[114.309169,9.873803],[114.307129,9.873396],[114.30135,9.876931],[114.299583,9.881962],[114.300942,9.884614],[114.307605,9.885226],[114.31114,9.882234],[114.312908,9.877339],[114.312023,9.875027],[114.309169,9.873803]]],[[[114.590642,9.870591],[114.585772,9.869233],[114.576753,9.874556],[114.579358,9.886038],[114.585867,9.888308],[114.591884,9.885755],[114.596727,9.879989],[114.590642,9.870591]]],[[[114.336466,9.881751],[114.326625,9.881482],[114.322378,9.885324],[114.322311,9.888897],[114.327973,9.891728],[114.331882,9.891121],[114.337342,9.885189],[114.336466,9.881751]]],[[[114.559331,9.869342],[114.553524,9.868447],[114.542882,9.873547],[114.537143,9.884373],[114.538324,9.889195],[114.544835,9.893996],[114.550416,9.894892],[114.556875,9.889809],[114.561953,9.883351],[114.563542,9.876679],[114.562352,9.871628],[114.559331,9.869342]]],[[[114.39838,9.890866],[114.393956,9.890234],[114.388481,9.894886],[114.386875,9.898593],[114.389323,9.904136],[114.394694,9.903294],[114.400592,9.900239],[114.403014,9.89708],[114.403646,9.894025],[114.401856,9.891392],[114.39838,9.890866]]],[[[114.466729,9.891257],[114.461757,9.891004],[114.456449,9.893363],[114.454175,9.896397],[114.45291,9.910636],[114.455522,9.913417],[114.461084,9.914596],[114.46479,9.91308],[114.474312,9.906424],[114.477008,9.902126],[114.472205,9.893532],[114.466729,9.891257]]],[[[114.498046,9.903858],[114.485997,9.906553],[114.485071,9.910766],[114.486587,9.913884],[114.489958,9.915148],[114.492485,9.922816],[114.496951,9.924669],[114.50563,9.920456],[114.504703,9.910429],[114.502343,9.906553],[114.498046,9.903858]]],[[[115.528792,9.933965],[115.546951,9.928613],[115.555798,9.928949],[115.569018,9.924436],[115.5774,9.919277],[115.580947,9.912183],[115.581269,9.898481],[115.560312,9.877686],[115.550318,9.872205],[115.544514,9.870915],[115.537744,9.874139],[115.509049,9.878975],[115.498396,9.892593],[115.495961,9.900005],[115.496703,9.912921],[115.497655,9.918637],[115.50242,9.926155],[115.50982,9.933694],[115.51375,9.935659],[115.528792,9.933965]]],[[[114.529863,9.922898],[114.527672,9.921635],[114.524723,9.922646],[114.514023,9.933936],[114.51436,9.938739],[114.517561,9.942278],[114.522364,9.943458],[114.527757,9.941098],[114.531127,9.937306],[114.531774,9.930271],[114.529863,9.922898]]],[[[114.556941,9.931369],[114.547704,9.93346],[114.545614,9.937105],[114.546489,9.941919],[114.556893,9.949405],[114.567296,9.947509],[114.571039,9.942453],[114.569193,9.937056],[114.564525,9.933654],[114.556941,9.931369]]],[[[114.585486,9.950369],[114.58361,9.947388],[114.574123,9.951105],[114.573915,9.955244],[114.576953,9.960747],[114.582283,9.959805],[114.587595,9.954038],[114.585486,9.950369]]],[[[114.666257,9.92724],[114.65588,9.927236],[114.651202,9.920002],[114.638121,9.919441],[114.634923,9.920593],[114.632081,9.923987],[114.628351,9.935076],[114.628352,9.942949],[114.631271,9.955953],[114.628856,9.960129],[114.614176,9.964173],[114.615009,9.976814],[114.641744,9.981768],[114.648971,9.984955],[114.665402,9.985752],[114.681857,9.981046],[114.680488,9.95524],[114.666257,9.92724]]],[[[114.033863,10.030145],[114.043133,10.029661],[114.04704,10.01816],[114.029861,10.014986],[114.02618,10.025567],[114.033863,10.030145]]],[[[117.380959,10.065331],[117.355921,10.062187],[117.351936,10.062758],[117.35004,10.064883],[117.343976,10.092186],[117.346011,10.102567],[117.349603,10.106463],[117.369559,10.108392],[117.383028,10.102978],[117.385765,10.100438],[117.386917,10.094878],[117.383198,10.068323],[117.380959,10.065331]]],[[[113.856445,9.994115],[113.845927,9.991801],[113.839405,9.996429],[113.841719,10.020833],[113.841088,10.06312],[113.845085,10.078688],[113.852449,10.096571],[113.852238,10.124129],[113.857288,10.128969],[113.868227,10.124971],[113.871383,10.115715],[113.866124,10.099305],[113.863599,10.059333],[113.860653,10.048183],[113.861074,10.005265],[113.856445,9.994115]]],[[[116.071205,10.066958],[116.066188,10.065771],[116.063164,10.067893],[116.04498,10.088544],[116.041459,10.097273],[116.042741,10.101187],[116.069289,10.132877],[116.07223,10.13258],[116.082017,10.124156],[116.091701,10.099348],[116.091943,10.09535],[116.077513,10.071261],[116.071205,10.066958]]],[[[114.371123,10.17332],[114.368594,10.172324],[114.363843,10.175236],[114.344687,10.177918],[114.343002,10.179833],[114.344152,10.183205],[114.362311,10.185886],[114.373881,10.183051],[114.376409,10.180676],[114.371123,10.17332]]],[[[115.298983,10.203925],[115.305348,10.199875],[115.312774,10.20026],[115.326083,10.205855],[115.328496,10.205373],[115.329171,10.20219],[115.324926,10.195245],[115.312099,10.182129],[115.297826,10.175668],[115.286637,10.173256],[115.284419,10.174703],[115.284998,10.182129],[115.278537,10.193702],[115.277668,10.20788],[115.280561,10.212991],[115.284901,10.213377],[115.298983,10.203925]]],[[[114.223124,10.207171],[114.217548,10.207587],[114.215747,10.210885],[114.218502,10.215095],[114.225594,10.218006],[114.229239,10.214899],[114.229287,10.212087],[114.226084,10.208198],[114.223124,10.207171]]],[[[115.365421,10.243571],[115.35846,10.242773],[115.357707,10.244768],[115.361829,10.257094],[115.363426,10.258114],[115.376814,10.256517],[115.37708,10.253946],[115.372788,10.248832],[115.365421,10.243571]]],[[[113.619269,10.22462],[113.613459,10.224168],[113.594047,10.240326],[113.59257,10.243089],[113.592897,10.245251],[113.602102,10.256078],[113.606347,10.259027],[113.620276,10.258399],[113.63376,10.245363],[113.632062,10.23708],[113.619269,10.22462]]],[[[114.256482,10.240299],[114.243042,10.238385],[114.238572,10.2418],[114.238265,10.243786],[114.239814,10.256814],[114.260817,10.27726],[114.288958,10.29553],[114.308258,10.302671],[114.318853,10.297826],[114.322047,10.286523],[114.30032,10.269023],[114.284256,10.261884],[114.256482,10.240299]]],[[[117.280448,10.306043],[117.266462,10.305228],[117.261219,10.309456],[117.255369,10.31732],[117.253776,10.322573],[117.256915,10.347045],[117.263474,10.357021],[117.270558,10.360164],[117.289943,10.354315],[117.295593,10.345052],[117.297386,10.323706],[117.295131,10.315997],[117.285911,10.30829],[117.280448,10.306043]]],[[[114.724622,10.323781],[114.7219,10.321082],[114.708182,10.321695],[114.703775,10.315629],[114.698247,10.31474],[114.694543,10.321422],[114.690272,10.323004],[114.68687,10.328737],[114.685969,10.351723],[114.688966,10.359299],[114.693559,10.362932],[114.699581,10.376048],[114.713301,10.382112],[114.729632,10.380143],[114.741195,10.376387],[114.743143,10.37391],[114.742608,10.360376],[114.738212,10.354603],[114.734277,10.341399],[114.724622,10.323781]]],[[[114.484796,10.370238],[114.477721,10.370339],[114.4739,10.374152],[114.473953,10.380335],[114.476338,10.382865],[114.483264,10.381149],[114.486083,10.377838],[114.486758,10.374099],[114.484796,10.370238]]],[[[114.36709,10.372677],[114.359989,10.372442],[114.3543,10.374168],[114.353752,10.37558],[114.360499,10.380327],[114.368933,10.383426],[114.373485,10.383309],[114.375643,10.380916],[114.375643,10.378287],[114.36709,10.372677]]],[[[114.576449,10.407864],[114.567058,10.408145],[114.564535,10.41059],[114.563727,10.414209],[114.572269,10.420367],[114.583019,10.419619],[114.584397,10.418552],[114.58376,10.412259],[114.576449,10.407864]]],[[[116.520201,10.349493],[116.540377,10.349267],[116.634263,10.367061],[116.64223,10.360953],[116.64409,10.344885],[116.641036,10.33705],[116.617531,10.32284],[116.562819,10.306507],[116.533605,10.301859],[116.50771,10.299735],[116.463091,10.310756],[116.456983,10.319388],[116.455781,10.343203],[116.457905,10.351022],[116.484729,10.397815],[116.522604,10.429108],[116.5306,10.428402],[116.538597,10.422094],[116.535967,10.403363],[116.518507,10.378016],[116.510343,10.360541],[116.511107,10.351362],[116.520201,10.349493]]],[[[115.782923,10.439212],[115.772271,10.436759],[115.758313,10.447382],[115.754173,10.46299],[115.759764,10.472216],[115.771249,10.47298],[115.798011,10.465635],[115.797889,10.448793],[115.782923,10.439212]]],[[[115.739086,10.441576],[115.730996,10.439526],[115.718714,10.447189],[115.721982,10.467381],[115.726653,10.473581],[115.735914,10.469141],[115.739133,10.465438],[115.739086,10.441576]]],[[[116.851204,10.470576],[116.844632,10.470626],[116.830265,10.474404],[116.828707,10.478684],[116.830848,10.485785],[116.841625,10.495078],[116.862557,10.497749],[116.866389,10.496712],[116.869644,10.492737],[116.865916,10.479822],[116.851204,10.470576]]],[[[115.714452,10.480724],[115.702277,10.481595],[115.698712,10.482899],[115.696452,10.487075],[115.700542,10.508819],[115.705239,10.515169],[115.712457,10.515169],[115.715153,10.513516],[115.720543,10.503425],[115.718626,10.483246],[115.714452,10.480724]]],[[[116.648671,10.519931],[116.669976,10.518706],[116.695378,10.519442],[116.698566,10.518578],[116.708554,10.509211],[116.708827,10.50713],[116.704666,10.49473],[116.70015,10.491967],[116.688967,10.49108],[116.649303,10.4934],[116.646817,10.493965],[116.634742,10.504103],[116.634584,10.506232],[116.641469,10.517674],[116.648671,10.519931]]],[[[115.800861,10.506884],[115.791459,10.501896],[115.76948,10.523103],[115.767424,10.533223],[115.778136,10.542835],[115.786183,10.53857],[115.800992,10.526675],[115.804299,10.512333],[115.800861,10.506884]]],[[[115.741676,10.512123],[115.73524,10.512123],[115.718546,10.521779],[115.715677,10.525432],[115.714025,10.532216],[115.716722,10.539175],[115.721419,10.542045],[115.734724,10.542914],[115.742636,10.537869],[115.745592,10.530997],[115.746721,10.518647],[115.744198,10.513167],[115.741676,10.512123]]],[[[117.199485,10.586826],[117.185516,10.587224],[117.173708,10.590599],[117.170966,10.592764],[117.169184,10.595067],[117.168568,10.607598],[117.170501,10.622531],[117.176954,10.623524],[117.18035,10.622009],[117.205522,10.596745],[117.205256,10.591021],[117.199485,10.586826]]],[[[116.166194,10.61029],[116.16077,10.610663],[116.159429,10.615805],[116.163417,10.63417],[116.16232,10.64839],[116.165889,10.649484],[116.168401,10.648601],[116.167968,10.622893],[116.171527,10.616309],[116.170596,10.612645],[116.166194,10.61029]]],[[[117.638254,10.624249],[117.631996,10.623643],[117.628403,10.626624],[117.627092,10.63088],[117.629245,10.642841],[117.643247,10.653728],[117.651005,10.655323],[117.660633,10.652862],[117.66441,10.649124],[117.663274,10.645538],[117.650396,10.630874],[117.638254,10.624249]]],[[[114.427711,10.663251],[114.421191,10.663426],[114.418297,10.665531],[114.418736,10.671992],[114.421864,10.675295],[114.425021,10.675237],[114.42847,10.671817],[114.428938,10.664537],[114.427711,10.663251]]],[[[114.535654,10.704227],[114.531331,10.704906],[114.528014,10.708456],[114.528761,10.713829],[114.532009,10.717169],[114.537382,10.716749],[114.540232,10.713058],[114.540512,10.711003],[114.535654,10.704227]]],[[[116.167857,10.711584],[116.162931,10.712786],[116.160525,10.716068],[116.161047,10.719633],[116.164243,10.723058],[116.1708,10.721161],[116.172411,10.71821],[116.171681,10.71397],[116.167857,10.711584]]],[[[114.355276,10.725527],[114.349279,10.72429],[114.33451,10.712948],[114.334367,10.707284],[114.337286,10.704873],[114.335842,10.700954],[114.329244,10.697527],[114.324452,10.698638],[114.320629,10.694339],[114.315267,10.695322],[114.314981,10.697734],[114.324548,10.710727],[114.347725,10.732349],[114.351405,10.734062],[114.359844,10.733269],[114.361494,10.731556],[114.360954,10.729335],[114.355276,10.725527]]],[[[115.804833,10.730125],[115.802633,10.728446],[115.798696,10.729603],[115.799622,10.736667],[115.802691,10.739273],[115.805586,10.73881],[115.806687,10.736957],[115.804833,10.730125]]],[[[117.213489,10.715422],[117.202682,10.709583],[117.19131,10.713043],[117.180043,10.723802],[117.176849,10.736452],[117.182986,10.743677],[117.20039,10.740806],[117.20974,10.736706],[117.217023,10.729315],[117.213489,10.715422]]],[[[117.405624,10.673457],[117.34446,10.674436],[117.272677,10.687021],[117.262778,10.693436],[117.263519,10.702255],[117.288838,10.737149],[117.297685,10.741716],[117.320953,10.746116],[117.364946,10.744156],[117.398975,10.727095],[117.414165,10.704215],[117.412435,10.678474],[117.405624,10.673457]]],[[[114.563392,10.747652],[114.559845,10.747539],[114.557799,10.749969],[114.557738,10.755474],[114.560045,10.757274],[114.564555,10.756598],[114.566382,10.754384],[114.563392,10.747652]]],[[[114.573177,10.779652],[114.572231,10.77529],[114.56572,10.776696],[114.565746,10.782212],[114.573177,10.779652]]],[[[114.509669,10.72412],[114.489558,10.716673],[114.488898,10.719089],[114.493947,10.738876],[114.520894,10.769301],[114.532351,10.792389],[114.535272,10.795462],[114.550658,10.797413],[114.558818,10.780177],[114.549081,10.758824],[114.509669,10.72412]]],[[[115.823678,10.813472],[115.81927,10.813202],[115.817292,10.815765],[115.822104,10.822467],[115.828042,10.822872],[115.829751,10.819049],[115.823678,10.813472]]],[[[116.096853,10.786631],[116.087131,10.787809],[116.080061,10.795198],[116.076656,10.806565],[116.076658,10.822598],[116.078981,10.828368],[116.083545,10.832346],[116.087862,10.832653],[116.098383,10.82926],[116.103559,10.823829],[116.107531,10.81561],[116.108946,10.800945],[116.10752,10.7927],[116.103517,10.788944],[116.096853,10.786631]]],[[[114.863723,10.81532],[114.85626,10.815148],[114.848756,10.818957],[114.846944,10.82749],[114.850398,10.837634],[114.852439,10.839247],[114.862791,10.837081],[114.867777,10.827471],[114.867847,10.820124],[114.863723,10.81532]]],[[[117.794599,10.755162],[117.773211,10.754024],[117.767465,10.755456],[117.766702,10.775337],[117.769313,10.807706],[117.801424,10.844246],[117.808012,10.845823],[117.822774,10.84247],[117.827507,10.840629],[117.828787,10.838421],[117.833277,10.820011],[117.831827,10.805615],[117.818676,10.775514],[117.794599,10.755162]]],[[[115.858595,10.829893],[115.852109,10.830144],[115.841081,10.840942],[115.8377,10.847615],[115.837878,10.85274],[115.842099,10.855546],[115.850537,10.855245],[115.860131,10.8497],[115.864784,10.844366],[115.865701,10.839268],[115.862646,10.831084],[115.858595,10.829893]]],[[[114.926978,10.84369],[114.918712,10.842607],[114.912623,10.846098],[114.907069,10.860678],[114.907323,10.869449],[114.909518,10.874705],[114.930128,10.904826],[114.938481,10.90995],[114.949734,10.909118],[114.956198,10.903815],[114.95704,10.899482],[114.946348,10.866841],[114.9348,10.850197],[114.926978,10.84369]]],[[[114.589483,10.858466],[114.579201,10.841304],[114.561252,10.838482],[114.557395,10.840189],[114.547541,10.849422],[114.534399,10.855451],[114.509115,10.850447],[114.490397,10.825225],[114.477248,10.815444],[114.473351,10.81437],[114.470953,10.816199],[114.465112,10.837676],[114.466292,10.840607],[114.550729,10.902953],[114.577869,10.910755],[114.58347,10.910892],[114.593752,10.900798],[114.594669,10.897669],[114.589483,10.858466]]],[[[114.086206,10.904282],[114.078548,10.903072],[114.059807,10.905895],[114.05477,10.909319],[114.054971,10.914156],[114.062024,10.919395],[114.070084,10.930881],[114.074518,10.941562],[114.080966,10.945793],[114.09205,10.94922],[114.096639,10.94831],[114.107566,10.93612],[114.107969,10.931688],[114.105349,10.919798],[114.086206,10.904282]]],[[[114.189529,11.024603],[114.184811,11.025168],[114.183342,11.030329],[114.183997,11.033687],[114.188712,11.036945],[114.192071,11.03597],[114.193193,11.032982],[114.192647,11.028613],[114.189529,11.024603]]],[[[117.686206,11.018323],[117.66598,11.017076],[117.652135,11.026487],[117.64934,11.048024],[117.66657,11.056992],[117.686683,11.050562],[117.700425,11.033474],[117.686206,11.018323]]],[[[114.207191,11.050504],[114.204896,11.050977],[114.203092,11.055118],[114.205894,11.059651],[114.209113,11.060047],[114.211026,11.056017],[114.207191,11.050504]]],[[[114.282306,11.047126],[114.277826,11.047634],[114.276515,11.049873],[114.280615,11.060988],[114.284925,11.062593],[114.291535,11.060571],[114.294476,11.056297],[114.294476,11.051099],[114.282306,11.047126]]],[[[114.23095,11.055507],[114.224323,11.054253],[114.220083,11.055209],[114.216083,11.057596],[114.213515,11.062373],[114.214231,11.065419],[114.222173,11.067747],[114.232204,11.066673],[114.235309,11.061299],[114.234653,11.057896],[114.23095,11.055507]]],[[[114.344494,11.058402],[114.346004,11.05226],[114.342782,11.049944],[114.334727,11.052764],[114.31298,11.053066],[114.309958,11.054777],[114.308411,11.059723],[114.323651,11.070082],[114.327679,11.070987],[114.330196,11.069075],[114.331002,11.062932],[114.341674,11.060819],[114.344494,11.058402]]],[[[114.257488,11.067866],[114.253675,11.068758],[114.253199,11.070302],[114.254567,11.073248],[114.252829,11.076325],[114.254573,11.079389],[114.260489,11.078544],[114.263183,11.074053],[114.26214,11.071274],[114.257488,11.067866]]],[[[117.300242,11.028986],[117.280277,11.026895],[117.262969,11.042897],[117.260147,11.064431],[117.277187,11.080397],[117.295209,11.079227],[117.305789,11.052829],[117.300242,11.028986]]],[[[117.462228,11.067506],[117.446398,11.064789],[117.445339,11.066159],[117.447619,11.079943],[117.464375,11.09187],[117.471886,11.09223],[117.481188,11.089077],[117.477166,11.076084],[117.474687,11.073452],[117.462228,11.067506]]],[[[114.372558,11.079629],[114.369357,11.078939],[114.366593,11.080734],[114.364056,11.086944],[114.364142,11.093448],[114.372614,11.097434],[114.379176,11.097037],[114.382279,11.094337],[114.382954,11.091347],[114.372558,11.079629]]],[[[115.009262,11.064726],[115.006879,11.062911],[114.99899,11.062987],[114.988209,11.065581],[114.985346,11.069291],[114.981171,11.080261],[114.981754,11.088452],[114.988782,11.096991],[114.995861,11.097861],[115.006453,11.096492],[115.016503,11.090072],[115.016825,11.081423],[115.015372,11.076104],[115.009262,11.064726]]],[[[114.704296,11.002709],[114.693465,11.004896],[114.693142,11.006219],[114.706511,11.041446],[114.762433,11.111832],[114.767364,11.114074],[114.772712,11.114345],[114.785369,11.108803],[114.7955,11.106666],[114.797398,11.101541],[114.789277,11.078024],[114.782532,11.073408],[114.704296,11.002709]]],[[[114.802979,11.141378],[114.798213,11.142583],[114.795686,11.145856],[114.784143,11.149129],[114.783397,11.153667],[114.78551,11.156339],[114.789996,11.157684],[114.80005,11.157399],[114.804587,11.1547],[114.806884,11.151197],[114.806884,11.145741],[114.802979,11.141378]]],[[[114.59183,11.314469],[114.576416,11.308323],[114.574476,11.308791],[114.566615,11.319907],[114.566164,11.324455],[114.576835,11.338607],[114.582333,11.338734],[114.591167,11.329326],[114.593374,11.3199],[114.59183,11.314469]]],[[[114.302832,11.375739],[114.295039,11.37674],[114.296092,11.390956],[114.299672,11.395643],[114.307255,11.397327],[114.308835,11.394221],[114.304411,11.387639],[114.310309,11.38132],[114.308044,11.377424],[114.302832,11.375739]]],[[[114.363991,11.394571],[114.356377,11.394436],[114.354576,11.395769],[114.353594,11.398071],[114.35466,11.401838],[114.361916,11.407793],[114.368785,11.40808],[114.372622,11.404833],[114.371693,11.399747],[114.363991,11.394571]]],[[[114.332057,11.424541],[114.326889,11.424263],[114.32544,11.426131],[114.327857,11.433384],[114.332756,11.436945],[114.336891,11.434402],[114.334855,11.427022],[114.332057,11.424541]]],[[[114.399237,11.429011],[114.393115,11.427945],[114.391434,11.429948],[114.390422,11.438657],[114.392801,11.441617],[114.40003,11.440445],[114.400633,11.432688],[114.399237,11.429011]]],[[[114.353686,11.447542],[114.34796,11.44646],[114.346336,11.447935],[114.345415,11.450222],[114.348661,11.455749],[114.356676,11.46001],[114.365519,11.46001],[114.366218,11.457911],[114.364564,11.455366],[114.353686,11.447542]]],[[[114.373329,11.447564],[114.368825,11.448961],[114.365874,11.459884],[114.366936,11.464281],[114.370961,11.463606],[114.374265,11.454829],[114.373329,11.447564]]],[[[114.400126,11.452376],[114.397391,11.45155],[114.385495,11.458293],[114.381995,11.461156],[114.381232,11.466054],[114.392046,11.470126],[114.399363,11.468599],[114.401589,11.45982],[114.400126,11.452376]]],[[[114.730045,11.433777],[114.726528,11.430315],[114.718241,11.430811],[114.710799,11.433468],[114.697805,11.441425],[114.691401,11.448634],[114.684793,11.470656],[114.685056,11.479719],[114.687724,11.486107],[114.692535,11.489857],[114.699447,11.493044],[114.716482,11.493306],[114.722612,11.489841],[114.72727,11.48363],[114.733799,11.465101],[114.731933,11.43941],[114.730045,11.433777]]],[[[116.761282,11.43165],[116.746343,11.450532],[116.741912,11.461062],[116.729421,11.477794],[116.723,11.503158],[116.729535,11.515809],[116.734232,11.516237],[116.753489,11.48475],[116.76821,11.446967],[116.767088,11.43654],[116.761282,11.43165]]],[[[114.639469,11.425259],[114.625744,11.423852],[114.618952,11.426515],[114.616748,11.429683],[114.617691,11.471594],[114.615907,11.5174],[114.6171,11.520168],[114.641295,11.532435],[114.653358,11.529039],[114.65788,11.524155],[114.652559,11.489726],[114.648567,11.438621],[114.644552,11.42927],[114.639469,11.425259]]],[[[115.417447,13.931225],[115.393154,13.926363],[115.377786,13.932693],[115.357422,13.950356],[115.372892,13.970315],[115.394684,13.978942],[115.418983,13.978801],[115.434286,13.962412],[115.434175,13.944965],[115.417447,13.931225]]],[[[117.8146,15.120209],[117.8102,15.11852],[117.804601,15.120949],[117.809505,15.12438],[117.813203,15.123259],[117.8146,15.120209]]],[[[117.831041,15.135738],[117.82664,15.134048],[117.821041,15.136478],[117.825946,15.139909],[117.829644,15.138787],[117.831041,15.135738]]],[[[117.744215,15.231528],[117.762217,15.212523],[117.768124,15.201817],[117.778407,15.189203],[117.788371,15.181889],[117.812872,15.172591],[117.834919,15.161114],[117.839348,15.15309],[117.841853,15.141531],[117.840447,15.129138],[117.837635,15.126977],[117.835681,15.128334],[117.829062,15.150202],[117.825067,15.15481],[117.809448,15.159535],[117.775017,15.173881],[117.768479,15.180035],[117.740243,15.219436],[117.735591,15.220892],[117.727767,15.22016],[117.722297,15.214995],[117.716458,15.197126],[117.718158,15.150973],[117.720879,15.133001],[117.726298,15.12849],[117.73265,15.126676],[117.76461,15.123935],[117.823276,15.113531],[117.825027,15.112154],[117.824828,15.11003],[117.813015,15.107184],[117.782864,15.105356],[117.72251,15.107196],[117.714298,15.112343],[117.708383,15.120075],[117.704141,15.14391],[117.703941,15.18433],[117.710847,15.224401],[117.714567,15.230556],[117.731784,15.237224],[117.738557,15.236053],[117.744215,15.231528]]],[[[114.017333,15.411749],[114.007365,15.410458],[113.977964,15.419993],[113.977199,15.422951],[113.981289,15.430854],[113.985677,15.4343],[113.989286,15.435278],[114.00727,15.431795],[114.0199,15.424215],[114.017333,15.411749]]],[[[114.246552,15.431008],[114.243495,15.430507],[114.230586,15.43408],[114.233224,15.449071],[114.238781,15.458228],[114.242133,15.459357],[114.259371,15.448895],[114.260154,15.446522],[114.258679,15.44314],[114.246552,15.431008]]],[[[113.889578,15.46582],[113.869245,15.463621],[113.857235,15.47608],[113.85667,15.481446],[113.868131,15.493343],[113.888063,15.492052],[113.891254,15.488713],[113.894773,15.480374],[113.893521,15.46987],[113.889578,15.46582]]],[[[114.267864,15.525519],[114.26526,15.523969],[114.25743,15.524958],[114.254062,15.526417],[114.253394,15.528324],[114.254853,15.546947],[114.256866,15.549977],[114.260902,15.552017],[114.277292,15.541787],[114.278767,15.539358],[114.267864,15.525519]]],[[[114.475324,15.577253],[114.468238,15.576692],[114.462377,15.578125],[114.453247,15.601168],[114.454754,15.602469],[114.473539,15.603403],[114.487524,15.59514],[114.489137,15.593021],[114.48881,15.589475],[114.475324,15.577253]]],[[[113.736997,15.595606],[113.719826,15.594668],[113.710386,15.602048],[113.713018,15.609946],[113.719678,15.615129],[113.736969,15.61645],[113.752942,15.612594],[113.754883,15.610919],[113.758323,15.603482],[113.757004,15.601333],[113.743122,15.59577],[113.736997,15.595606]]],[[[114.614644,15.634683],[114.606858,15.617181],[114.59006,15.61722],[114.577178,15.627259],[114.586258,15.643508],[114.603064,15.652229],[114.606076,15.651191],[114.614644,15.634683]]],[[[113.897003,15.65259],[113.893237,15.652184],[113.890411,15.653942],[113.889409,15.675806],[113.895869,15.685857],[113.899818,15.687144],[113.915732,15.687149],[113.918314,15.674267],[113.915877,15.661279],[113.913524,15.658662],[113.897003,15.65259]]],[[[112.22632,15.696474],[112.215799,15.695179],[112.203984,15.697139],[112.198872,15.706082],[112.198793,15.715877],[112.221831,15.734399],[112.235677,15.742656],[112.24704,15.744773],[112.255104,15.736664],[112.253507,15.72441],[112.249374,15.713363],[112.22632,15.696474]]],[[[111.205373,15.773611],[111.197017,15.773022],[111.191015,15.775023],[111.188072,15.779731],[111.18819,15.784792],[111.191604,15.791501],[111.216084,15.803388],[111.220791,15.802564],[111.224204,15.797856],[111.224911,15.788676],[111.221145,15.781968],[111.211729,15.775024],[111.205373,15.773611]]],[[[113.968689,15.807469],[113.948708,15.807504],[113.934087,15.820381],[113.934098,15.837216],[113.94879,15.842419],[113.966135,15.841102],[113.975467,15.828165],[113.968689,15.807469]]],[[[114.78592,15.885727],[114.78328,15.869471],[114.763889,15.87078],[114.757491,15.890815],[114.767873,15.903296],[114.785963,15.900741],[114.78592,15.885727]]],[[[114.119967,15.97998],[114.106159,15.980059],[114.100524,15.984582],[114.098779,15.994264],[114.100694,16.005648],[114.101935,16.008565],[114.109001,16.012828],[114.120668,16.012604],[114.127267,16.008945],[114.13322,15.995693],[114.132903,15.988074],[114.129489,15.983472],[114.119967,15.97998]]],[[[114.916136,16.005099],[114.906884,16.004015],[114.896536,16.022506],[114.891389,16.038185],[114.893741,16.048803],[114.904765,16.057156],[114.91401,16.055447],[114.923185,16.035277],[114.922517,16.010672],[114.916136,16.005099]]],[[[114.31465,16.041888],[114.307794,16.036579],[114.303316,16.035897],[114.280515,16.037585],[114.235432,16.037523],[114.210513,16.041002],[114.20849,16.042442],[114.209792,16.044774],[114.229013,16.052436],[114.264466,16.061055],[114.278594,16.062257],[114.301969,16.059401],[114.315317,16.047718],[114.316614,16.045151],[114.31465,16.041888]]],[[[112.59302,16.071817],[112.603098,16.068817],[112.606727,16.060446],[112.608775,16.049995],[112.607629,16.041303],[112.59395,16.026176],[112.579192,16.016921],[112.565356,16.013093],[112.471745,16.003086],[112.443619,16.006896],[112.441363,16.011082],[112.439774,16.022359],[112.441883,16.029644],[112.447638,16.039587],[112.457335,16.04576],[112.522934,16.05989],[112.541666,16.065595],[112.583524,16.072753],[112.59302,16.071817]]],[[[114.480761,16.036499],[114.461632,16.031794],[114.448129,16.032533],[114.443864,16.035764],[114.4444,16.048368],[114.452298,16.061501],[114.460956,16.069092],[114.477307,16.073012],[114.509424,16.07128],[114.519158,16.066243],[114.520886,16.062159],[114.517351,16.058361],[114.480761,16.036499]]],[[[111.786568,16.030688],[111.778664,16.030011],[111.771891,16.031592],[111.756195,16.043559],[111.752358,16.049317],[111.751454,16.05643],[111.753035,16.061173],[111.756874,16.063543],[111.791083,16.071785],[111.811067,16.074947],[111.818858,16.074834],[111.824843,16.072914],[111.827326,16.069527],[111.828229,16.063882],[111.8271,16.057108],[111.823712,16.051237],[111.8026,16.036785],[111.786568,16.030688]]],[[[111.7189,16.203634],[111.700681,16.204233],[111.698506,16.208584],[111.69905,16.21114],[111.701605,16.21424],[111.705413,16.215708],[111.717106,16.213968],[111.720532,16.209672],[111.7189,16.203634]]],[[[114.723619,16.182495],[114.698985,16.17207],[114.700377,16.201171],[114.733786,16.21089],[114.798637,16.216761],[114.806385,16.21652],[114.811406,16.214372],[114.815051,16.209529],[114.814938,16.204915],[114.81194,16.200467],[114.802845,16.19579],[114.787857,16.192337],[114.738094,16.186573],[114.723619,16.182495]]],[[[111.677979,16.262571],[111.676941,16.256607],[111.668643,16.248827],[111.658529,16.242084],[111.644784,16.238972],[111.621443,16.222634],[111.594213,16.200331],[111.590841,16.192292],[111.596288,16.183215],[111.601993,16.179843],[111.609254,16.179583],[111.61911,16.181399],[111.628964,16.186067],[111.637782,16.195922],[111.647377,16.203184],[111.663456,16.208889],[111.691205,16.213038],[111.695095,16.210186],[111.69717,16.202925],[111.695874,16.20033],[111.686018,16.195144],[111.665272,16.192032],[111.651785,16.186067],[111.64219,16.17725],[111.606402,16.158318],[111.585118,16.155707],[111.571892,16.159079],[111.563593,16.164785],[111.561518,16.17386],[111.564888,16.197459],[111.573185,16.210425],[111.608217,16.236379],[111.644784,16.257644],[111.651008,16.260237],[111.655416,16.260237],[111.65801,16.257126],[111.664233,16.260756],[111.676423,16.264127],[111.677979,16.262571]]],[[[111.808369,16.263686],[111.816253,16.247836],[111.817248,16.240367],[111.812103,16.226093],[111.795671,16.209994],[111.77509,16.199371],[111.758493,16.195388],[111.747704,16.194724],[111.726128,16.200534],[111.725463,16.203189],[111.727621,16.208168],[111.730608,16.209496],[111.759654,16.21099],[111.776086,16.216134],[111.785547,16.222442],[111.788866,16.227587],[111.79036,16.237712],[111.789198,16.245014],[111.784883,16.25182],[111.78007,16.254973],[111.768617,16.257629],[111.759489,16.257629],[111.755339,16.25431],[111.745049,16.252317],[111.711687,16.250658],[111.681646,16.257961],[111.679156,16.262442],[111.679488,16.264268],[111.685629,16.266094],[111.697414,16.266426],[111.722642,16.263604],[111.785298,16.276467],[111.793098,16.274475],[111.808369,16.263686]]],[[[112.534114,16.291023],[112.526362,16.28764],[112.470989,16.290664],[112.442508,16.281309],[112.428733,16.272874],[112.406293,16.265223],[112.378611,16.267558],[112.374271,16.270872],[112.374209,16.279224],[112.381076,16.28762],[112.397457,16.295236],[112.42421,16.303751],[112.447526,16.308901],[112.494184,16.315855],[112.504548,16.319253],[112.524427,16.320201],[112.532248,16.3144],[112.53579,16.301056],[112.534114,16.291023]]],[[[112.00697,16.309527],[111.990902,16.308921],[111.972587,16.32084],[111.96967,16.325734],[111.973107,16.335459],[111.977595,16.340344],[111.998082,16.352625],[112.027161,16.35915],[112.0352,16.359209],[112.042309,16.362108],[112.069904,16.351368],[112.073402,16.348074],[112.077248,16.340414],[112.076337,16.333098],[112.071137,16.325422],[112.062448,16.321268],[112.05664,16.316205],[112.051631,16.314715],[112.033047,16.314091],[112.00697,16.309527]]],[[[112.696476,16.333639],[112.688714,16.329426],[112.67487,16.330191],[112.667065,16.333492],[112.666137,16.346015],[112.672977,16.361082],[112.681606,16.364466],[112.69289,16.358677],[112.697282,16.345336],[112.696476,16.333639]]],[[[116.719865,16.299159],[116.709426,16.298637],[116.704014,16.301676],[116.693869,16.317463],[116.690739,16.347442],[116.702218,16.364481],[116.713942,16.375297],[116.720486,16.376521],[116.729971,16.374855],[116.74095,16.367821],[116.743549,16.362374],[116.743435,16.323524],[116.734778,16.305741],[116.731787,16.302503],[116.719865,16.299159]]],[[[112.672812,16.390312],[112.659878,16.38273],[112.650356,16.383517],[112.641684,16.387647],[112.639861,16.405176],[112.646693,16.421077],[112.655303,16.428638],[112.667439,16.42369],[112.674409,16.415374],[112.677074,16.40286],[112.672812,16.390312]]],[[[111.702856,16.454993],[111.711724,16.455681],[111.715463,16.452875],[111.717205,16.448651],[111.714174,16.44591],[111.706469,16.444943],[111.693636,16.448039],[111.692959,16.451166],[111.695924,16.455842],[111.702856,16.454993]]],[[[111.544996,16.443759],[111.541332,16.436665],[111.536904,16.434329],[111.532355,16.434329],[111.511069,16.440798],[111.496236,16.438582],[111.490273,16.439145],[111.489223,16.44492],[111.490508,16.448792],[111.495152,16.453743],[111.516295,16.460643],[111.534009,16.463484],[111.54018,16.462438],[111.543921,16.459378],[111.546568,16.450147],[111.544996,16.443759]]],[[[111.603927,16.440527],[111.595757,16.440288],[111.577965,16.446569],[111.573738,16.449409],[111.568149,16.465354],[111.568306,16.472004],[111.571474,16.48501],[111.579025,16.492871],[111.584068,16.494592],[111.587814,16.492801],[111.607001,16.465865],[111.61106,16.44926],[111.609584,16.442372],[111.603927,16.440527]]],[[[111.586365,16.501563],[111.582331,16.502871],[111.582101,16.506853],[111.584849,16.509621],[111.588734,16.507659],[111.588432,16.502772],[111.586365,16.501563]]],[[[112.502768,16.467899],[112.501918,16.467058],[112.494106,16.471189],[112.491467,16.47702],[112.490529,16.487869],[112.494809,16.49541],[112.514661,16.504707],[112.57072,16.539256],[112.579418,16.533457],[112.582048,16.527626],[112.574323,16.515058],[112.551909,16.50074],[112.527717,16.493091],[112.516527,16.483843],[112.502768,16.467899]]],[[[111.719158,16.544313],[111.718047,16.543073],[111.71579,16.544868],[111.718775,16.545982],[111.719158,16.544313]]],[[[111.606568,16.528901],[111.601216,16.528193],[111.595234,16.530711],[111.594762,16.534412],[111.596808,16.537875],[111.607986,16.546298],[111.622707,16.550077],[111.626642,16.549998],[111.629082,16.547715],[111.627823,16.541969],[111.623572,16.537403],[111.618298,16.535829],[111.610505,16.529216],[111.606568,16.528901]]],[[[111.747228,16.45756],[111.738679,16.453932],[111.734497,16.454793],[111.735481,16.47066],[111.739171,16.475825],[111.747043,16.478039],[111.755032,16.483765],[111.760942,16.497226],[111.760695,16.503622],[111.757866,16.520965],[111.736135,16.540374],[111.734164,16.547755],[111.739616,16.5537],[111.754423,16.547533],[111.781852,16.522072],[111.783573,16.514569],[111.778285,16.498088],[111.762142,16.472142],[111.747228,16.45756]]],[[[111.68747,16.565471],[111.685703,16.565685],[111.685587,16.567188],[111.68747,16.565471]]],[[[112.641475,16.567417],[112.638212,16.565801],[112.632326,16.567252],[112.631884,16.572142],[112.635113,16.573204],[112.640434,16.571079],[112.641475,16.567417]]],[[[111.66467,16.558552],[111.662308,16.556348],[111.650658,16.560599],[111.649477,16.564063],[111.650894,16.567368],[111.667346,16.57839],[111.674746,16.578861],[111.677658,16.576657],[111.677737,16.569888],[111.664827,16.560757],[111.66467,16.558552]]],[[[111.726617,16.562427],[111.719632,16.562132],[111.709693,16.570989],[111.699952,16.575711],[111.696607,16.579845],[111.688735,16.584961],[111.685684,16.589487],[111.686995,16.593964],[111.691673,16.596428],[111.704379,16.598244],[111.712154,16.59608],[111.718156,16.591554],[111.722977,16.585157],[111.728192,16.566068],[111.726617,16.562427]]],[[[112.741339,16.654959],[112.735089,16.653751],[112.723267,16.657742],[112.718162,16.662927],[112.715966,16.669182],[112.717181,16.677863],[112.725393,16.680856],[112.731105,16.680243],[112.743735,16.671414],[112.746643,16.664908],[112.74554,16.659663],[112.741339,16.654959]]],[[[112.878698,16.755662],[112.873318,16.754234],[112.866521,16.757563],[112.865425,16.76453],[112.869349,16.774746],[112.882092,16.785423],[112.888698,16.78885],[112.898394,16.789316],[112.902378,16.786357],[112.902855,16.778286],[112.899366,16.768925],[112.890148,16.759962],[112.878698,16.755662]]],[[[112.249218,16.753719],[112.241692,16.752944],[112.231129,16.75505],[112.199348,16.775879],[112.198507,16.787484],[112.205972,16.797693],[112.219531,16.79706],[112.257317,16.779898],[112.26039,16.771936],[112.255954,16.760296],[112.249218,16.753719]]],[[[112.355437,16.841652],[112.347215,16.831211],[112.335689,16.822885],[112.329798,16.825313],[112.324303,16.836303],[112.326127,16.840095],[112.32856,16.840983],[112.343433,16.841812],[112.346072,16.847531],[112.355619,16.844525],[112.355437,16.841652]]],[[[112.347243,16.913712],[112.338621,16.91518],[112.335228,16.91784],[112.326055,16.937559],[112.298999,16.961957],[112.297257,16.968744],[112.3001,16.975164],[112.313674,16.972412],[112.329082,16.964157],[112.345225,16.945998],[112.355588,16.92692],[112.354305,16.919766],[112.351646,16.916006],[112.347243,16.913712]]],[[[112.288442,16.969469],[112.271741,16.967707],[112.248172,16.968449],[112.217685,16.962229],[112.210446,16.963001],[112.20504,16.964256],[112.198251,16.969376],[112.195561,16.980326],[112.198345,16.985058],[112.203077,16.988585],[112.218016,16.994709],[112.234069,16.999255],[112.250121,16.998698],[112.261813,16.995822],[112.283154,16.986635],[112.291145,16.981342],[112.29433,16.97777],[112.294234,16.975164],[112.288442,16.969469]]],[[[111.470477,17.061371],[111.46375,17.060361],[111.456962,17.066692],[111.454028,17.074552],[111.462006,17.077933],[111.469341,17.074469],[111.472777,17.067745],[111.470477,17.061371]]],[[[111.554678,17.110347],[111.558533,17.101322],[111.557899,17.094683],[111.554427,17.089477],[111.546154,17.083687],[111.522488,17.07544],[111.508409,17.067014],[111.488869,17.060304],[111.481206,17.059774],[111.477447,17.062604],[111.474626,17.075277],[111.477109,17.078686],[111.496656,17.075973],[111.502526,17.08046],[111.506502,17.087028],[111.512344,17.091037],[111.518871,17.093657],[111.528931,17.094137],[111.533515,17.095877],[111.535069,17.10112],[111.531849,17.106464],[111.518663,17.105589],[111.498125,17.097296],[111.481771,17.093959],[111.472838,17.090471],[111.462838,17.082187],[111.45264,17.076873],[111.444409,17.082563],[111.444063,17.088075],[111.44513,17.092871],[111.447083,17.094666],[111.485199,17.107424],[111.503871,17.11828],[111.527907,17.122371],[111.537231,17.121721],[111.546215,17.117175],[111.554678,17.110347]]],[[[109.699403,18.184355],[109.692835,18.182024],[109.690839,18.185339],[109.697808,18.188874],[109.699403,18.184355]]],[[[109.663897,18.213429],[109.658594,18.215958],[109.65776,18.221146],[109.65967,18.222424],[109.664905,18.21761],[109.667506,18.217393],[109.663897,18.213429]]],[[[109.417555,18.21345],[109.412222,18.213474],[109.413323,18.222635],[109.418042,18.21711],[109.417555,18.21345]]],[[[109.485492,18.237304],[109.473242,18.230672],[109.473624,18.235135],[109.479723,18.238524],[109.482661,18.237089],[109.485501,18.238687],[109.485994,18.241613],[109.493844,18.24511],[109.493219,18.24194],[109.485492,18.237304]]],[[[109.37316,18.22661],[109.363413,18.229593],[109.365897,18.243332],[109.368163,18.245968],[109.374846,18.238266],[109.377749,18.2311],[109.37316,18.22661]]],[[[109.278315,18.284439],[109.273946,18.283623],[109.271544,18.28617],[109.271562,18.290651],[109.275962,18.291003],[109.278404,18.288144],[109.278315,18.284439]]],[[[109.283012,18.296441],[109.281359,18.291647],[109.276045,18.292698],[109.275677,18.297175],[109.27821,18.29635],[109.281749,18.29772],[109.283012,18.296441]]],[[[109.762232,18.305976],[109.755705,18.311416],[109.75545,18.315274],[109.764233,18.316286],[109.768421,18.315171],[109.767456,18.309396],[109.762232,18.305976]]],[[[109.116378,18.344141],[109.112442,18.343743],[109.109859,18.34539],[109.107417,18.35134],[109.111097,18.352392],[109.11195,18.348697],[109.1166,18.346771],[109.116378,18.344141]]],[[[110.200008,18.579394],[110.194642,18.574598],[110.192866,18.575128],[110.193658,18.578161],[110.197565,18.58213],[110.200008,18.579394]]],[[[110.196635,18.604252],[110.193295,18.604666],[110.191524,18.606683],[110.19545,18.608421],[110.197906,18.61219],[110.200005,18.607564],[110.196635,18.604252]]],[[[110.205378,18.610058],[110.201132,18.611614],[110.202938,18.613562],[110.202079,18.616934],[110.203128,18.617474],[110.206212,18.617339],[110.208472,18.614758],[110.207866,18.611593],[110.205378,18.610058]]],[[[110.357001,18.637536],[110.352927,18.638384],[110.352989,18.641155],[110.360724,18.643525],[110.363055,18.640251],[110.357001,18.637536]]],[[[110.481322,18.655519],[110.477532,18.656906],[110.474778,18.667734],[110.480419,18.674816],[110.486011,18.674674],[110.493058,18.671314],[110.494588,18.667035],[110.491992,18.661963],[110.485812,18.656859],[110.481322,18.655519]]],[[[110.481062,18.67674],[110.472987,18.675635],[110.469899,18.687929],[110.471415,18.690164],[110.475754,18.690444],[110.479403,18.683553],[110.483297,18.680546],[110.483879,18.679197],[110.481062,18.67674]]],[[[110.466922,18.87577],[110.464695,18.874571],[110.466187,18.874605],[110.467008,18.87143],[110.463353,18.874557],[110.467265,18.877084],[110.466922,18.87577]]],[[[110.565255,19.135044],[110.562139,19.13486],[110.560802,19.136991],[110.560346,19.143604],[110.569041,19.150156],[110.574952,19.150875],[110.574722,19.140972],[110.565255,19.135044]]],[[[110.6208,19.2107],[110.6183,19.2108],[110.6187,19.2193],[110.624,19.2167],[110.6246,19.2142],[110.6208,19.2107]]],[[[113.889461,19.159841],[113.869297,19.153316],[113.84914,19.15407],[113.827353,19.160193],[113.806372,19.172825],[113.794643,19.200794],[113.801892,19.224943],[113.823672,19.233771],[113.845451,19.238001],[113.87119,19.238845],[113.91566,19.225386],[113.924939,19.206992],[113.918498,19.189364],[113.910026,19.174029],[113.889461,19.159841]]],[[[108.666583,19.318611],[108.663663,19.316667],[108.661352,19.317041],[108.668932,19.325289],[108.666583,19.318611]]],[[[113.022474,19.47582],[113.007345,19.470438],[112.995625,19.471382],[112.988185,19.474066],[112.980139,19.482712],[112.975503,19.497875],[112.979999,19.516328],[112.988602,19.527826],[113.003097,19.532845],[113.011372,19.533255],[113.023976,19.53059],[113.036015,19.520332],[113.043239,19.507818],[113.04301,19.495129],[113.033637,19.482212],[113.022474,19.47582]]],[[[109.163947,19.653903],[109.166871,19.654969],[109.167956,19.652799],[109.165981,19.650476],[109.158272,19.647607],[109.151792,19.649985],[109.148321,19.655844],[109.151084,19.658937],[109.155763,19.659988],[109.162005,19.656636],[109.163947,19.653903]]],[[[109.176007,19.6744],[109.179258,19.675333],[109.182302,19.674192],[109.185038,19.66453],[109.177569,19.657773],[109.170382,19.654799],[109.167074,19.658053],[109.164385,19.657965],[109.161745,19.660105],[109.164615,19.673464],[109.16781,19.67576],[109.176007,19.6744]]],[[[109.199811,19.68918],[109.202605,19.686125],[109.200705,19.678021],[109.190546,19.668588],[109.185787,19.667903],[109.18474,19.669826],[109.188181,19.672072],[109.18641,19.675184],[109.191464,19.675027],[109.188538,19.678482],[109.191878,19.679424],[109.194491,19.677968],[109.196318,19.680138],[109.191978,19.684036],[109.19547,19.686709],[109.192535,19.68785],[109.188314,19.685754],[109.188714,19.688323],[109.191357,19.69131],[109.194987,19.692444],[109.198136,19.691674],[109.199811,19.68918]]],[[[111.203637,19.905476],[111.202451,19.904584],[111.199868,19.906039],[111.196966,19.910209],[111.198289,19.914252],[111.199968,19.914225],[111.204041,19.908015],[111.203637,19.905476]]],[[[110.562547,20.024711],[110.566462,20.023308],[110.565089,20.018975],[110.559159,20.020975],[110.558028,20.019845],[110.561994,20.01702],[110.560968,20.014942],[110.555115,20.015826],[110.552958,20.014527],[110.556252,20.023177],[110.562547,20.024711]]],[[[110.228172,20.076909],[110.23241,20.076622],[110.237153,20.071235],[110.240306,20.069873],[110.2445,20.07139],[110.246314,20.076297],[110.245719,20.067642],[110.239087,20.061872],[110.230788,20.062615],[110.227249,20.065292],[110.22475,20.070914],[110.226981,20.078944],[110.228172,20.076909]]],[[[110.686002,20.159675],[110.68779,20.15906],[110.686841,20.155854],[110.689362,20.151098],[110.68977,20.145736],[110.698535,20.134084],[110.705095,20.102377],[110.720959,20.069632],[110.73164,20.057685],[110.74458,20.047732],[110.750488,20.044982],[110.76136,20.044749],[110.763782,20.043156],[110.763859,20.036211],[110.765852,20.030358],[110.771303,20.0217],[110.781237,20.011926],[110.795353,20.007362],[110.811234,20.006406],[110.836406,19.995372],[110.845407,19.995679],[110.853937,19.991616],[110.859827,19.992846],[110.860681,19.99563],[110.870859,19.993457],[110.882962,19.995049],[110.89145,19.998612],[110.905915,19.998537],[110.914029,20.001624],[110.914456,20.005625],[110.917856,20.006425],[110.919123,20.010615],[110.921719,20.01117],[110.923504,20.013928],[110.928089,20.014845],[110.932735,20.011713],[110.952591,19.975406],[110.953209,19.95285],[110.97102,19.903702],[110.970885,19.899099],[110.99518,19.823147],[110.998602,19.741498],[111.002297,19.710702],[111.005891,19.695265],[111.009854,19.683418],[111.011931,19.686175],[111.018583,19.683776],[111.026023,19.683579],[111.022602,19.6814],[111.025207,19.674554],[111.029767,19.670833],[111.030337,19.663173],[111.027303,19.654538],[111.03433,19.650291],[111.033767,19.647762],[111.031297,19.647572],[111.030772,19.644212],[111.03429,19.642179],[111.038925,19.64478],[111.042195,19.643063],[111.04022,19.63832],[111.037674,19.636984],[111.028397,19.635911],[111.014668,19.642371],[110.983237,19.64334],[110.979748,19.641381],[110.965135,19.618118],[110.956122,19.607778],[110.935626,19.594282],[110.917725,19.586355],[110.911701,19.579931],[110.908482,19.573768],[110.901177,19.568896],[110.892955,19.556809],[110.88626,19.551661],[110.8834,19.544825],[110.875507,19.540282],[110.871922,19.530912],[110.864434,19.524223],[110.857291,19.524315],[110.844552,19.532284],[110.844098,19.538299],[110.845362,19.539426],[110.843639,19.546021],[110.830632,19.557701],[110.831448,19.558963],[110.839303,19.554448],[110.842072,19.555239],[110.838681,19.562702],[110.835119,19.563453],[110.829984,19.561441],[110.826771,19.566207],[110.826937,19.574135],[110.831084,19.5785],[110.832235,19.586748],[110.823098,19.597059],[110.832537,19.607067],[110.842153,19.61255],[110.853478,19.606875],[110.867051,19.60767],[110.873789,19.609667],[110.871094,19.610773],[110.868352,19.61708],[110.879857,19.624136],[110.879667,19.634397],[110.882324,19.64088],[110.888694,19.646932],[110.897829,19.64659],[110.903071,19.647575],[110.902624,19.649064],[110.895827,19.647806],[110.888058,19.649262],[110.879713,19.645473],[110.877222,19.641842],[110.879059,19.637628],[110.877904,19.624099],[110.871478,19.620453],[110.862836,19.620852],[110.858178,19.626831],[110.838682,19.626549],[110.835471,19.628085],[110.819242,19.625068],[110.814979,19.625802],[110.812037,19.62288],[110.811992,19.618315],[110.807838,19.61487],[110.808439,19.612601],[110.805382,19.61194],[110.804183,19.612715],[110.806642,19.613226],[110.806325,19.61448],[110.802539,19.616538],[110.800326,19.621435],[110.796821,19.619216],[110.794984,19.624742],[110.79109,19.62913],[110.785305,19.628069],[110.779456,19.623898],[110.780771,19.617208],[110.788737,19.608332],[110.793568,19.609364],[110.79936,19.589919],[110.802184,19.588691],[110.806626,19.590841],[110.811667,19.581628],[110.814412,19.582351],[110.816954,19.579237],[110.817867,19.570628],[110.820464,19.565664],[110.836537,19.54298],[110.837748,19.538277],[110.836403,19.529613],[110.830801,19.530434],[110.827023,19.542385],[110.81698,19.539036],[110.808952,19.532039],[110.805085,19.521391],[110.807995,19.499445],[110.805148,19.485221],[110.789929,19.474581],[110.787752,19.47229],[110.79008,19.470524],[110.781534,19.461645],[110.769879,19.457696],[110.766539,19.453846],[110.760474,19.455338],[110.763821,19.448815],[110.770511,19.452328],[110.774161,19.450701],[110.764986,19.440615],[110.762212,19.427973],[110.759779,19.425428],[110.753482,19.420405],[110.740947,19.415557],[110.731396,19.409286],[110.730559,19.406885],[110.725891,19.411733],[110.72121,19.41393],[110.708845,19.414179],[110.699675,19.410534],[110.691625,19.405559],[110.683661,19.395785],[110.676205,19.391069],[110.67156,19.382163],[110.6726,19.37415],[110.669641,19.361378],[110.675552,19.347431],[110.683708,19.339178],[110.684402,19.334694],[110.682051,19.327286],[110.676977,19.319103],[110.66549,19.314845],[110.659272,19.307095],[110.656514,19.311661],[110.652611,19.313632],[110.644576,19.313436],[110.637657,19.308931],[110.632772,19.297629],[110.633268,19.289717],[110.637432,19.284275],[110.638929,19.276114],[110.637555,19.265672],[110.634061,19.254308],[110.622764,19.237248],[110.619298,19.23639],[110.624188,19.23223],[110.616638,19.222409],[110.613204,19.206982],[110.60782,19.201089],[110.601768,19.19875],[110.597073,19.194639],[110.58864,19.172169],[110.586506,19.158515],[110.579115,19.158455],[110.574349,19.156183],[110.565737,19.150591],[110.563937,19.146891],[110.559807,19.145742],[110.555599,19.142135],[110.562426,19.131646],[110.561047,19.124475],[110.564735,19.11798],[110.560101,19.108234],[110.557305,19.107097],[110.553572,19.10825],[110.554993,19.099131],[110.559938,19.094745],[110.562958,19.095767],[110.562485,19.102064],[110.566355,19.107364],[110.564219,19.111803],[110.567745,19.117078],[110.568294,19.127264],[110.564766,19.130035],[110.564419,19.132502],[110.571727,19.134739],[110.572272,19.132934],[110.576328,19.13164],[110.567501,19.047623],[110.565915,19.046427],[110.559371,19.047669],[110.542047,19.043466],[110.537141,19.038391],[110.532262,19.019804],[110.52403,19.008035],[110.51874,18.99688],[110.513523,18.971403],[110.511045,18.938954],[110.511062,18.920526],[110.514538,18.891481],[110.513124,18.890326],[110.508083,18.894546],[110.491627,18.888843],[110.480094,18.882134],[110.480764,18.880374],[110.471852,18.869773],[110.468372,18.875237],[110.46886,18.87877],[110.465064,18.87654],[110.46276,18.874493],[110.465434,18.871676],[110.46698,18.860064],[110.469569,18.854168],[110.469319,18.849453],[110.464924,18.8469],[110.459733,18.839044],[110.460217,18.837771],[110.436761,18.838215],[110.434906,18.835675],[110.436141,18.830786],[110.433751,18.822899],[110.43464,18.820313],[110.439468,18.813545],[110.444239,18.810417],[110.447321,18.810831],[110.447117,18.808807],[110.455923,18.809719],[110.468547,18.802598],[110.483354,18.801594],[110.487073,18.799009],[110.489338,18.792124],[110.496734,18.793552],[110.497751,18.797916],[110.500292,18.799206],[110.512537,18.801767],[110.51191,18.80683],[110.4984,18.820204],[110.498067,18.823959],[110.505025,18.828848],[110.50229,18.840454],[110.494805,18.848442],[110.491255,18.869356],[110.49669,18.887879],[110.507785,18.891773],[110.510011,18.889803],[110.513736,18.879597],[110.513721,18.866504],[110.519432,18.8286],[110.531361,18.793207],[110.533968,18.791782],[110.535661,18.793373],[110.538178,18.793112],[110.540576,18.790299],[110.539242,18.781853],[110.532677,18.782736],[110.53137,18.786106],[110.533017,18.787458],[110.528532,18.78913],[110.524121,18.788344],[110.517426,18.784066],[110.513212,18.777428],[110.513709,18.773348],[110.506722,18.781649],[110.502403,18.78136],[110.495115,18.7762],[110.492934,18.773074],[110.492843,18.769348],[110.487698,18.765892],[110.488106,18.771453],[110.48318,18.775845],[110.472278,18.774868],[110.46441,18.769329],[110.453396,18.750666],[110.448484,18.732196],[110.444913,18.730118],[110.440466,18.732956],[110.434792,18.726979],[110.429035,18.707882],[110.427249,18.681093],[110.414514,18.668485],[110.41349,18.660372],[110.409088,18.661162],[110.406156,18.663636],[110.404241,18.665931],[110.403742,18.670546],[110.400538,18.671005],[110.397033,18.66922],[110.396676,18.674738],[110.392938,18.676106],[110.388544,18.675614],[110.377448,18.669067],[110.37476,18.672739],[110.371141,18.672347],[110.36218,18.666326],[110.35934,18.661563],[110.35362,18.663016],[110.353416,18.670041],[110.347101,18.673105],[110.338784,18.672742],[110.32728,18.667597],[110.32697,18.670595],[110.33326,18.673573],[110.337015,18.678519],[110.345055,18.684072],[110.359214,18.689185],[110.369682,18.686443],[110.377979,18.686208],[110.383929,18.688617],[110.391096,18.685591],[110.398968,18.684867],[110.401507,18.686151],[110.404862,18.694817],[110.410072,18.695674],[110.409499,18.68595],[110.410664,18.683202],[110.413655,18.683194],[110.413169,18.691409],[110.415613,18.692923],[110.41549,18.696313],[110.411045,18.697318],[110.406295,18.701875],[110.39292,18.703605],[110.391325,18.701566],[110.399229,18.691063],[110.397961,18.687575],[110.382664,18.692195],[110.376935,18.691216],[110.370713,18.687858],[110.363593,18.690682],[110.349089,18.689733],[110.324507,18.674019],[110.322867,18.671228],[110.326271,18.667761],[110.324251,18.664853],[110.312083,18.659928],[110.306452,18.660096],[110.304398,18.664241],[110.296387,18.667443],[110.281869,18.669218],[110.274358,18.664706],[110.26748,18.663838],[110.256174,18.658813],[110.243805,18.648666],[110.226028,18.629533],[110.221045,18.632186],[110.217333,18.631578],[110.197693,18.617928],[110.18811,18.608825],[110.179185,18.59211],[110.17294,18.584852],[110.168683,18.583664],[110.162905,18.584735],[110.15693,18.582304],[110.148352,18.57241],[110.139834,18.553969],[110.132403,18.549778],[110.1293,18.549464],[110.126988,18.552002],[110.124112,18.551073],[110.111225,18.541994],[110.1036,18.531124],[110.098003,18.519126],[110.09258,18.500025],[110.085193,18.4868],[110.07791,18.462898],[110.06764,18.411729],[110.058102,18.411506],[110.063994,18.424114],[110.064349,18.431113],[110.063091,18.436722],[110.055145,18.444489],[110.052697,18.445216],[110.039754,18.431596],[110.038867,18.427646],[110.04059,18.42338],[110.048534,18.420673],[110.047192,18.417223],[110.042744,18.416382],[110.042073,18.410558],[110.047519,18.406991],[110.060423,18.407325],[110.053837,18.394818],[110.05466,18.391005],[110.049502,18.386145],[110.03799,18.385063],[110.026401,18.386336],[110.021234,18.384838],[110.013875,18.378384],[110.000262,18.374572],[109.997502,18.376867],[109.999416,18.379649],[109.998665,18.381706],[109.991738,18.386193],[109.987542,18.386774],[109.97996,18.384722],[109.972375,18.386469],[109.967845,18.389478],[109.96917,18.398423],[109.966089,18.40892],[109.972143,18.410232],[109.988142,18.397272],[110.000556,18.396218],[110.005515,18.39664],[110.018472,18.409491],[110.022277,18.416176],[110.023026,18.421478],[110.029213,18.429472],[110.031948,18.435871],[110.031316,18.440082],[110.02362,18.446684],[110.020236,18.444646],[110.020458,18.438552],[110.018212,18.43832],[110.016331,18.43155],[110.005039,18.432534],[110.002613,18.43566],[109.996766,18.434138],[109.995786,18.432468],[109.986755,18.435332],[109.977435,18.419248],[109.972221,18.417185],[109.967311,18.41116],[109.92925,18.4173],[109.901914,18.413953],[109.890347,18.410407],[109.870973,18.401228],[109.858919,18.39099],[109.846358,18.387959],[109.8225,18.377851],[109.816871,18.380596],[109.817518,18.391254],[109.815144,18.395917],[109.806266,18.401244],[109.796638,18.402863],[109.787236,18.401924],[109.766504,18.391829],[109.754852,18.377823],[109.748101,18.366448],[109.739424,18.346401],[109.73349,18.324117],[109.725757,18.310387],[109.720846,18.297275],[109.719719,18.286045],[109.721163,18.278226],[109.728022,18.275549],[109.733863,18.277127],[109.737415,18.272336],[109.730722,18.270641],[109.724562,18.272533],[109.720901,18.26956],[109.72075,18.265129],[109.719297,18.263697],[109.70921,18.263858],[109.706279,18.266799],[109.704847,18.272893],[109.708107,18.27811],[109.703145,18.28635],[109.700452,18.287325],[109.693746,18.285033],[109.693729,18.277091],[109.685147,18.276922],[109.680924,18.279175],[109.673945,18.275897],[109.6777,18.263057],[109.680672,18.260128],[109.686261,18.258903],[109.692998,18.262364],[109.697697,18.271471],[109.696587,18.281377],[109.699948,18.284728],[109.703261,18.268693],[109.701368,18.265238],[109.704754,18.259748],[109.729097,18.262412],[109.741412,18.254947],[109.742569,18.248958],[109.740946,18.238644],[109.733325,18.233314],[109.730613,18.234205],[109.726319,18.232282],[109.730986,18.224759],[109.727357,18.212653],[109.720875,18.214586],[109.713563,18.220976],[109.706935,18.218618],[109.70186,18.210605],[109.703004,18.207693],[109.70782,18.206543],[109.711523,18.197044],[109.699652,18.19718],[109.688878,18.208695],[109.687521,18.216059],[109.69461,18.22166],[109.69577,18.220754],[109.696062,18.223912],[109.686174,18.235382],[109.671248,18.237175],[109.659876,18.233466],[109.646689,18.232648],[109.632277,18.228619],[109.609787,18.21434],[109.61057,18.201634],[109.606679,18.194017],[109.609837,18.190094],[109.612659,18.190998],[109.615112,18.188766],[109.621958,18.17393],[109.618033,18.17137],[109.606212,18.182168],[109.604684,18.178187],[109.600885,18.174883],[109.598112,18.177401],[109.594181,18.176852],[109.582219,18.180169],[109.579207,18.177557],[109.580711,18.16797],[109.573144,18.167517],[109.572388,18.164058],[109.574017,18.159389],[109.558073,18.172473],[109.56789,18.180552],[109.56528,18.191012],[109.575019,18.202803],[109.575283,18.206974],[109.566126,18.207323],[109.55791,18.210697],[109.557293,18.216297],[109.544536,18.220021],[109.543698,18.221432],[109.549344,18.227583],[109.553521,18.230244],[109.556316,18.229683],[109.561448,18.235217],[109.574252,18.240019],[109.570112,18.255477],[109.565742,18.257493],[109.564138,18.252197],[109.565291,18.244511],[109.563404,18.240071],[109.555584,18.237784],[109.549992,18.233547],[109.545463,18.234238],[109.532613,18.229177],[109.53182,18.224716],[109.533497,18.221834],[109.540198,18.22052],[109.539902,18.208487],[109.537842,18.205235],[109.533695,18.207266],[109.524196,18.222043],[109.513341,18.221856],[109.510257,18.218794],[109.509236,18.212189],[109.505388,18.2085],[109.503337,18.208525],[109.500311,18.211672],[109.496564,18.211299],[109.494277,18.200815],[109.489835,18.191546],[109.488394,18.189427],[109.481667,18.188397],[109.478491,18.19039],[109.471449,18.200914],[109.470923,18.209253],[109.474199,18.212148],[109.486518,18.214781],[109.490478,18.219289],[109.491658,18.224754],[109.490145,18.226697],[109.485005,18.227199],[109.483198,18.229775],[109.496881,18.234687],[109.49824,18.238567],[109.496552,18.250112],[109.491829,18.258687],[109.485922,18.264865],[109.477024,18.272051],[109.460763,18.281115],[109.448741,18.285438],[109.427289,18.289416],[109.354682,18.290138],[109.344444,18.292644],[109.343438,18.296407],[109.334897,18.302836],[109.322535,18.305679],[109.309334,18.306294],[109.258014,18.301273],[109.253061,18.298503],[109.24476,18.297729],[109.23789,18.301667],[109.221648,18.300523],[109.203619,18.293798],[109.193089,18.28641],[109.183783,18.284949],[109.176004,18.286627],[109.167002,18.290325],[109.163316,18.293848],[109.154492,18.294844],[109.141985,18.31628],[109.142114,18.317778],[109.1493,18.318591],[109.149191,18.326493],[109.14679,18.331495],[109.138187,18.340231],[109.121623,18.345715],[109.119332,18.350787],[109.10702,18.36168],[109.084972,18.368989],[109.065983,18.370251],[109.048944,18.369108],[108.992274,18.357889],[108.989016,18.35944],[108.989326,18.365027],[108.985859,18.372503],[108.978164,18.378854],[108.969778,18.382908],[108.961617,18.401243],[108.93733,18.409777],[108.933568,18.412559],[108.908052,18.418989],[108.885705,18.42217],[108.862324,18.431131],[108.866534,18.438208],[108.862773,18.439505],[108.858093,18.435454],[108.855888,18.435751],[108.851609,18.44677],[108.849466,18.445927],[108.844326,18.453424],[108.835084,18.46143],[108.81561,18.472695],[108.790986,18.482558],[108.772717,18.487492],[108.708871,18.495829],[108.694158,18.501154],[108.687663,18.506079],[108.68447,18.515998],[108.6853,18.523216],[108.674819,18.547798],[108.674601,18.552015],[108.67998,18.570622],[108.691028,18.591358],[108.697795,18.609032],[108.700534,18.620742],[108.701201,18.626343],[108.698915,18.64027],[108.702435,18.650617],[108.703089,18.667391],[108.700552,18.678547],[108.698036,18.682591],[108.694643,18.684213],[108.692705,18.682559],[108.694497,18.688864],[108.699239,18.69658],[108.698779,18.705863],[108.696384,18.712555],[108.697906,18.719196],[108.694669,18.726832],[108.696207,18.730428],[108.69414,18.739708],[108.684043,18.755424],[108.676473,18.780182],[108.667372,18.799659],[108.662191,18.806481],[108.652427,18.815081],[108.639162,18.821589],[108.625427,18.823836],[108.623309,18.840104],[108.631986,18.865769],[108.641242,18.877601],[108.652062,18.896138],[108.656953,18.914715],[108.658989,18.931227],[108.656249,18.944442],[108.648327,18.958164],[108.645735,18.967685],[108.644543,18.967287],[108.647641,18.980114],[108.645334,19.002321],[108.633976,19.030335],[108.632379,19.046818],[108.624601,19.068325],[108.622927,19.07979],[108.616304,19.091713],[108.614657,19.099633],[108.621984,19.100678],[108.629943,19.105167],[108.650566,19.122802],[108.659049,19.133846],[108.663408,19.140699],[108.666797,19.150262],[108.671408,19.155343],[108.670265,19.158065],[108.673683,19.162381],[108.675417,19.169113],[108.677998,19.170469],[108.678627,19.176964],[108.676802,19.179359],[108.675592,19.189597],[108.664637,19.201889],[108.656,19.209066],[108.646222,19.213834],[108.631652,19.217786],[108.631414,19.225006],[108.634828,19.235919],[108.633641,19.252928],[108.636139,19.280409],[108.635037,19.288039],[108.639662,19.292185],[108.639755,19.3003],[108.645763,19.304321],[108.646032,19.30617],[108.655221,19.315284],[108.65864,19.313961],[108.660278,19.308652],[108.664998,19.308481],[108.666469,19.309867],[108.664856,19.314815],[108.668768,19.320199],[108.673954,19.320642],[108.676958,19.319219],[108.68188,19.314549],[108.682126,19.309353],[108.688059,19.306659],[108.679743,19.327649],[108.674065,19.330004],[108.666264,19.340701],[108.66383,19.347217],[108.677127,19.356041],[108.684767,19.373121],[108.691369,19.37596],[108.691507,19.373684],[108.693758,19.37265],[108.71484,19.371831],[108.740297,19.37619],[108.74458,19.379117],[108.753134,19.381342],[108.759825,19.387521],[108.776675,19.395214],[108.796364,19.411039],[108.797733,19.415036],[108.808484,19.423986],[108.810999,19.43081],[108.820957,19.440472],[108.835226,19.447388],[108.845653,19.448827],[108.863128,19.454072],[108.885772,19.468692],[108.952955,19.527813],[108.967988,19.535826],[108.976838,19.542993],[108.992535,19.561193],[108.994205,19.567382],[109.008853,19.583371],[109.038111,19.595538],[109.078511,19.604906],[109.11378,19.625771],[109.122516,19.628772],[109.150169,19.643246],[109.158381,19.641989],[109.165731,19.64447],[109.181582,19.654884],[109.196525,19.667614],[109.198127,19.667436],[109.199974,19.671636],[109.208279,19.678751],[109.210997,19.685134],[109.214306,19.704838],[109.210153,19.719378],[109.211373,19.721347],[109.216389,19.719283],[109.222001,19.715182],[109.220939,19.713792],[109.226748,19.710647],[109.230548,19.719015],[109.239265,19.72577],[109.247536,19.721599],[109.272085,19.724372],[109.279012,19.723392],[109.285832,19.719962],[109.289373,19.708485],[109.298514,19.701018],[109.298575,19.697466],[109.300221,19.695836],[109.303225,19.695746],[109.304447,19.702417],[109.307203,19.705077],[109.307371,19.712811],[109.30414,19.720835],[109.295653,19.725978],[109.293429,19.72523],[109.290748,19.726846],[109.285276,19.735475],[109.272742,19.738903],[109.275477,19.746178],[109.292468,19.755533],[109.296869,19.754198],[109.299286,19.75546],[109.302254,19.745756],[109.304628,19.745188],[109.303829,19.755975],[109.298268,19.763355],[109.297983,19.766655],[109.300534,19.767033],[109.301803,19.770762],[109.305414,19.770557],[109.306274,19.77222],[109.311632,19.769491],[109.310449,19.780362],[109.308149,19.783504],[109.304398,19.784589],[109.302016,19.780024],[109.296007,19.782622],[109.292818,19.789434],[109.28709,19.793998],[109.278221,19.788794],[109.273198,19.782327],[109.267167,19.77927],[109.270517,19.765024],[109.266033,19.760872],[109.262489,19.762622],[109.264999,19.764698],[109.263019,19.773942],[109.253566,19.767728],[109.251463,19.759658],[109.249626,19.758408],[109.246191,19.761589],[109.24184,19.762755],[109.235151,19.760486],[109.229516,19.76244],[109.226798,19.75623],[109.230067,19.753213],[109.229911,19.750509],[109.225575,19.743116],[109.216082,19.744739],[109.214545,19.743733],[109.216328,19.735719],[109.213712,19.726495],[109.203582,19.726251],[109.188715,19.733316],[109.183394,19.729327],[109.183626,19.723061],[109.180359,19.720205],[109.177241,19.719931],[109.16822,19.713824],[109.164719,19.717129],[109.160929,19.717139],[109.160939,19.707586],[109.151097,19.707566],[109.151076,19.722169],[109.159194,19.725174],[109.169087,19.725174],[109.169064,19.734238],[109.177003,19.734122],[109.17874,19.737548],[109.17458,19.742719],[109.171263,19.753995],[109.164031,19.762659],[109.164566,19.775588],[109.159244,19.776361],[109.156603,19.789461],[109.16167,19.800201],[109.171187,19.815379],[109.172425,19.814657],[109.188092,19.828283],[109.198389,19.831335],[109.205854,19.824143],[109.207138,19.825039],[109.210414,19.831532],[109.210349,19.840559],[109.228253,19.856867],[109.235182,19.85828],[109.240956,19.855362],[109.24564,19.855967],[109.258953,19.862299],[109.259277,19.868121],[109.256846,19.869079],[109.255011,19.873642],[109.260247,19.876738],[109.263698,19.882822],[109.26353,19.888442],[109.260479,19.890711],[109.261826,19.901118],[109.279865,19.897719],[109.284375,19.894176],[109.288859,19.895617],[109.289919,19.900289],[109.288325,19.903951],[109.289529,19.906488],[109.297062,19.914198],[109.302116,19.917541],[109.306208,19.917726],[109.311116,19.912086],[109.315232,19.916247],[109.318206,19.915058],[109.326955,19.906819],[109.327076,19.903797],[109.324689,19.901961],[109.320613,19.902264],[109.319004,19.900461],[109.32244,19.885884],[109.326596,19.882814],[109.330814,19.881681],[109.359636,19.892548],[109.362096,19.888487],[109.374141,19.888989],[109.374575,19.884212],[109.380067,19.876053],[109.38111,19.881841],[109.37862,19.884393],[109.379211,19.890519],[109.387337,19.885379],[109.389744,19.881976],[109.389437,19.877999],[109.401581,19.869947],[109.406331,19.862082],[109.410401,19.859373],[109.420382,19.858209],[109.42783,19.858487],[109.436721,19.864082],[109.440703,19.873904],[109.4449,19.873215],[109.447564,19.868298],[109.44472,19.866061],[109.450804,19.860287],[109.454385,19.861495],[109.452593,19.86627],[109.453286,19.869149],[109.46215,19.869454],[109.468527,19.859177],[109.466119,19.852697],[109.471089,19.849266],[109.474393,19.839462],[109.474777,19.835245],[109.471285,19.82807],[109.474342,19.824389],[109.478761,19.826244],[109.478848,19.833655],[109.48208,19.839198],[109.487005,19.840999],[109.511273,19.843852],[109.524255,19.850035],[109.530007,19.856402],[109.535282,19.868659],[109.536435,19.864498],[109.534282,19.853034],[109.536138,19.845692],[109.526604,19.843711],[109.518067,19.834836],[109.518799,19.833841],[109.527994,19.837796],[109.535287,19.836468],[109.552412,19.855719],[109.556979,19.856129],[109.560941,19.853358],[109.564839,19.847471],[109.568219,19.851101],[109.568929,19.855874],[109.566933,19.856954],[109.565965,19.862406],[109.562602,19.861597],[109.560681,19.863844],[109.557476,19.862387],[109.546273,19.863237],[109.541632,19.865104],[109.538495,19.871593],[109.530632,19.872823],[109.526575,19.871707],[109.528463,19.870717],[109.52685,19.86915],[109.521143,19.871519],[109.518923,19.874112],[109.523593,19.890112],[109.520161,19.89736],[109.51648,19.897843],[109.519795,19.90826],[109.524492,19.913238],[109.526672,19.914941],[109.542739,19.913752],[109.54403,19.91186],[109.548208,19.91154],[109.550865,19.912854],[109.554959,19.911942],[109.559728,19.914102],[109.557025,19.917413],[109.548926,19.919641],[109.533279,19.915647],[109.528951,19.92194],[109.531793,19.936967],[109.5377,19.946266],[109.551435,19.948736],[109.556019,19.951896],[109.557983,19.955794],[109.569845,19.964474],[109.573262,19.97274],[109.579933,19.980505],[109.609919,19.991587],[109.613766,19.994231],[109.630109,19.99287],[109.644266,19.994434],[109.672645,20.004308],[109.704531,20.006477],[109.708776,20.009054],[109.710769,20.012764],[109.71786,20.004366],[109.728221,19.999066],[109.731882,19.991305],[109.729051,19.990057],[109.72859,19.986617],[109.732694,19.972745],[109.734066,19.973391],[109.734377,19.987638],[109.747071,19.974954],[109.760775,19.965266],[109.768415,19.963739],[109.785648,19.965938],[109.79663,19.96398],[109.802259,19.96497],[109.803662,19.963115],[109.800558,19.960489],[109.799964,19.955322],[109.803711,19.949487],[109.803785,19.939362],[109.810795,19.93932],[109.818313,19.943743],[109.821725,19.951578],[109.821917,19.957369],[109.819352,19.958651],[109.816444,19.963958],[109.818568,19.973757],[109.818443,19.977068],[109.81435,19.982472],[109.815866,19.985161],[109.828369,19.983648],[109.834337,19.978842],[109.837534,19.973614],[109.835719,19.96678],[109.838043,19.951734],[109.853885,19.939236],[109.860866,19.938556],[109.868614,19.947595],[109.875079,19.951102],[109.878586,19.956495],[109.879095,19.958658],[109.876273,19.96112],[109.874152,19.96675],[109.875278,19.967319],[109.879683,19.963907],[109.88485,19.965581],[109.889407,19.973386],[109.889737,19.981121],[109.883933,19.982731],[109.878522,19.989292],[109.892691,19.987819],[109.894653,19.985068],[109.897728,19.983992],[109.904126,19.983569],[109.907961,19.98515],[109.909882,19.983556],[109.915283,19.985867],[109.927414,19.984409],[109.932245,19.989898],[109.940605,19.993209],[109.946507,19.988522],[109.945913,19.984833],[109.953837,19.975143],[109.951648,19.9707],[109.96651,19.953509],[109.976585,19.946414],[109.993325,19.939303],[110.006634,19.938914],[110.013481,19.940689],[110.014519,19.93949],[110.005763,19.934351],[109.993007,19.938702],[109.989505,19.938433],[109.981805,19.928625],[109.97542,19.923191],[109.964384,19.921894],[109.958762,19.91773],[109.965121,19.909758],[109.97675,19.908618],[109.982044,19.910001],[109.98759,19.90796],[109.993229,19.903333],[109.99396,19.897809],[109.996735,19.896886],[109.996425,19.903035],[109.992437,19.915441],[109.995587,19.916691],[110.008665,19.914138],[110.010035,19.917368],[109.998835,19.919555],[109.993461,19.92455],[109.990924,19.923208],[109.98825,19.923974],[109.986738,19.926115],[109.988944,19.93366],[110.003942,19.930104],[110.009214,19.931274],[110.024665,19.939519],[110.02286,19.947591],[110.020053,19.951389],[110.013231,19.951358],[110.009286,19.959793],[110.016179,19.96005],[110.019417,19.955127],[110.024062,19.957343],[110.024563,19.959864],[110.051551,19.9688],[110.052328,19.973865],[110.05545,19.978655],[110.065739,19.982711],[110.083158,19.97235],[110.088331,19.97486],[110.096959,19.976155],[110.115933,19.976266],[110.118351,19.968057],[110.117256,19.964554],[110.113956,19.961696],[110.1144,19.960592],[110.117763,19.961538],[110.120397,19.968141],[110.120125,19.974425],[110.128865,19.980334],[110.125383,19.983396],[110.100163,19.979429],[110.091319,19.98128],[110.083096,19.980667],[110.079162,19.984438],[110.101465,19.987992],[110.113211,19.992379],[110.129492,20.004948],[110.138628,20.016173],[110.144606,20.028086],[110.152159,20.050515],[110.149207,20.051857],[110.153205,20.060286],[110.156909,20.059271],[110.159191,20.06177],[110.175901,20.063052],[110.192498,20.061918],[110.197452,20.063288],[110.20917,20.057604],[110.224321,20.045365],[110.243875,20.032623],[110.256581,20.027403],[110.282422,20.022767],[110.280931,20.0275],[110.275491,20.027804],[110.276166,20.031509],[110.28243,20.030871],[110.28108,20.036352],[110.274031,20.038219],[110.276541,20.045108],[110.278569,20.042662],[110.284653,20.040988],[110.287454,20.041696],[110.290361,20.036002],[110.296854,20.032519],[110.312485,20.04139],[110.312797,20.049754],[110.330753,20.047747],[110.327652,20.051331],[110.308569,20.058459],[110.300755,20.058918],[110.302891,20.0698],[110.30762,20.074814],[110.324199,20.07823],[110.344128,20.087702],[110.366876,20.091436],[110.372027,20.088345],[110.374001,20.085083],[110.374607,20.078812],[110.3886,20.076858],[110.457317,20.038419],[110.489908,20.02376],[110.51401,20.017638],[110.539912,20.020122],[110.546961,20.019027],[110.537592,20.012156],[110.536902,20.001052],[110.539144,19.991289],[110.546653,19.977804],[110.542161,19.975115],[110.5456,19.966745],[110.548708,19.96396],[110.550184,19.968704],[110.555837,19.974768],[110.566902,19.979199],[110.569347,19.983644],[110.567522,19.993471],[110.571771,19.997811],[110.57147,20.000396],[110.585891,19.99617],[110.586444,19.989379],[110.582176,19.983625],[110.578969,19.972727],[110.582128,19.967874],[110.587972,19.963708],[110.590166,19.957739],[110.585771,19.955568],[110.580632,19.95713],[110.575245,19.950176],[110.57589,19.943173],[110.578066,19.942892],[110.584127,19.948149],[110.590594,19.948881],[110.591861,19.945828],[110.589454,19.939542],[110.582329,19.941814],[110.579209,19.936947],[110.584494,19.937134],[110.589224,19.928789],[110.591595,19.929627],[110.5944,19.928333],[110.595674,19.925412],[110.592868,19.916262],[110.599967,19.909091],[110.603461,19.911954],[110.60442,19.922598],[110.625887,19.922339],[110.629693,19.920087],[110.632554,19.920844],[110.634615,19.927541],[110.624538,19.942658],[110.619589,19.972819],[110.611434,19.981874],[110.612255,19.987804],[110.606016,20.007014],[110.608774,20.008724],[110.606407,20.010334],[110.603723,20.005822],[110.601952,20.006641],[110.603261,20.015411],[110.609196,20.010429],[110.613156,20.011615],[110.615625,20.01522],[110.615296,20.017397],[110.610727,20.020384],[110.611726,20.02374],[110.608901,20.022803],[110.604659,20.017535],[110.600759,20.018134],[110.598618,20.024075],[110.59557,20.023458],[110.595163,20.020193],[110.589263,20.021288],[110.594032,20.022528],[110.594666,20.02399],[110.591759,20.024003],[110.591365,20.025506],[110.589472,20.022918],[110.581363,20.022833],[110.578086,20.019655],[110.574916,20.021184],[110.573546,20.031202],[110.567379,20.037987],[110.566378,20.0453],[110.567729,20.050883],[110.570213,20.054926],[110.567601,20.047237],[110.568567,20.043474],[110.568838,20.049266],[110.571564,20.053319],[110.572586,20.052528],[110.571195,20.063342],[110.576186,20.073118],[110.576661,20.078681],[110.577665,20.076151],[110.579407,20.079664],[110.579377,20.084464],[110.576264,20.087084],[110.576343,20.079875],[110.571349,20.091352],[110.574534,20.094729],[110.579425,20.096551],[110.582511,20.095955],[110.590608,20.099954],[110.595697,20.10542],[110.596605,20.108956],[110.59553,20.110237],[110.597207,20.11089],[110.605864,20.110739],[110.630016,20.105028],[110.640775,20.104513],[110.646189,20.107045],[110.657435,20.116082],[110.657349,20.119708],[110.661578,20.12299],[110.661408,20.125907],[110.672241,20.131467],[110.674365,20.134311],[110.676023,20.143845],[110.673908,20.146297],[110.67408,20.150485],[110.671965,20.152291],[110.681865,20.155509],[110.684563,20.16146],[110.686002,20.159675]]]]}},{type:"Feature",properties:{name:"重庆市",province_adcode:5e5,province_type:"直辖市",name_en:"Chongqing",name_var:"Chóng Qìng",adcode:5e5},geometry:{type:"Polygon",coordinates:[[[109.579602,31.728487],[109.586444,31.725729],[109.600779,31.715919],[109.613574,31.712695],[109.622512,31.717628],[109.638761,31.722499],[109.644597,31.722573],[109.651553,31.718583],[109.654978,31.71828],[109.679514,31.72067],[109.687398,31.717345],[109.689092,31.708504],[109.698989,31.707231],[109.704904,31.701428],[109.724551,31.701967],[109.729919,31.696848],[109.7251,31.686881],[109.725667,31.674524],[109.734754,31.665509],[109.73645,31.659932],[109.733291,31.629438],[109.738615,31.626597],[109.74795,31.613483],[109.758311,31.609827],[109.759709,31.60627],[109.751884,31.60257],[109.744107,31.603552],[109.739957,31.601127],[109.739006,31.586131],[109.74833,31.582469],[109.744372,31.580013],[109.729576,31.57734],[109.721503,31.572839],[109.720816,31.566934],[109.714566,31.559294],[109.719725,31.552077],[109.72969,31.548741],[109.749965,31.5517],[109.756158,31.548366],[109.758715,31.552715],[109.769569,31.550947],[109.778052,31.552192],[109.78405,31.555148],[109.788626,31.550822],[109.790759,31.544668],[109.79405,31.542494],[109.814814,31.553945],[109.822486,31.55684],[109.834187,31.55773],[109.845241,31.553583],[109.850716,31.546684],[109.857644,31.544636],[109.859201,31.542611],[109.858747,31.53395],[109.869354,31.533145],[109.87841,31.530071],[109.887585,31.519986],[109.91901,31.523892],[109.922453,31.522422],[109.926314,31.522925],[109.930852,31.519716],[109.931718,31.514984],[109.936282,31.514048],[109.941017,31.508347],[109.948225,31.508323],[109.95124,31.511446],[109.952983,31.509885],[109.961583,31.509805],[109.972552,31.51541],[109.977169,31.515243],[109.978385,31.514403],[109.973574,31.51181],[109.969058,31.50674],[109.956587,31.500988],[109.95516,31.492691],[109.939955,31.488592],[109.935483,31.481819],[109.940922,31.47065],[109.946677,31.469498],[109.9536,31.471241],[109.963636,31.476989],[109.966715,31.475438],[109.973599,31.477496],[109.986929,31.47545],[109.996557,31.465166],[109.999028,31.458415],[109.996918,31.454143],[110.005773,31.446607],[110.030982,31.440905],[110.032078,31.436384],[110.029374,31.435137],[110.028157,31.432538],[110.037932,31.428116],[110.041434,31.417889],[110.051135,31.410893],[110.069245,31.409671],[110.078072,31.411861],[110.082848,31.410283],[110.093814,31.412832],[110.102362,31.409861],[110.110002,31.414207],[110.11291,31.41149],[110.110531,31.407956],[110.115367,31.399428],[110.120153,31.395597],[110.129917,31.392415],[110.13577,31.392593],[110.139553,31.387175],[110.140159,31.38263],[110.135161,31.373135],[110.134872,31.369015],[110.144335,31.357178],[110.141698,31.351359],[110.142506,31.346885],[110.152784,31.333782],[110.145772,31.318864],[110.147702,31.316722],[110.156204,31.316445],[110.157899,31.315122],[110.156717,31.309666],[110.158731,31.30542],[110.158209,31.292438],[110.152045,31.289135],[110.149431,31.279291],[110.156033,31.264274],[110.153247,31.258042],[110.155709,31.255188],[110.165585,31.25292],[110.166767,31.249315],[110.168368,31.242029],[110.164963,31.228191],[110.165438,31.223872],[110.172974,31.212843],[110.173772,31.202828],[110.172273,31.200428],[110.175487,31.186035],[110.175121,31.179765],[110.179709,31.172539],[110.192146,31.165313],[110.195628,31.160274],[110.188562,31.151704],[110.182379,31.148133],[110.181651,31.137143],[110.182821,31.131851],[110.17652,31.124672],[110.171685,31.124742],[110.156548,31.11836],[110.149386,31.120075],[110.141284,31.118664],[110.141472,31.110094],[110.128704,31.106677],[110.125997,31.103698],[110.122136,31.092206],[110.118789,31.089729],[110.115217,31.082746],[110.115904,31.073726],[110.121031,31.068292],[110.12535,31.067771],[110.128525,31.065349],[110.127906,31.061182],[110.125055,31.060605],[110.120888,31.053817],[110.120381,31.042514],[110.115567,31.039755],[110.115005,31.034131],[110.135519,31.032702],[110.136561,31.007678],[110.132176,30.999688],[110.13287,30.993782],[110.131191,30.987803],[110.158484,30.993843],[110.166966,30.989624],[110.167966,30.981769],[110.156356,30.971072],[110.158991,30.963568],[110.148159,30.955185],[110.145283,30.942283],[110.139835,30.928445],[110.140285,30.924285],[110.143865,30.920587],[110.146728,30.913922],[110.143673,30.907807],[110.131398,30.889744],[110.130872,30.886459],[110.120341,30.872674],[110.114884,30.856646],[110.1092,30.851171],[110.109998,30.846993],[110.092455,30.832481],[110.078359,30.804981],[110.044824,30.802083],[110.038228,30.807363],[110.037074,30.809906],[110.038862,30.813514],[110.033815,30.817058],[110.032579,30.819734],[110.014087,30.831867],[110.012665,30.841835],[110.014284,30.847182],[110.012172,30.856822],[110.000302,30.872012],[110.003338,30.886868],[109.997836,30.887657],[109.991452,30.885968],[109.990476,30.890273],[109.975162,30.888827],[109.973053,30.892093],[109.971147,30.892376],[109.951077,30.878868],[109.938564,30.881826],[109.93621,30.893598],[109.927641,30.88974],[109.920772,30.895408],[109.91111,30.895116],[109.899574,30.903173],[109.895984,30.90402],[109.888727,30.902378],[109.882468,30.898942],[109.877182,30.891544],[109.845463,30.880801],[109.831545,30.870841],[109.819511,30.865676],[109.816459,30.862318],[109.806124,30.862193],[109.791107,30.858435],[109.786149,30.85494],[109.773284,30.850088],[109.769595,30.847322],[109.766581,30.841333],[109.753533,30.836356],[109.720825,30.810727],[109.714834,30.810893],[109.710921,30.803983],[109.712236,30.794485],[109.708827,30.790871],[109.716981,30.78684],[109.717018,30.784081],[109.713871,30.780353],[109.703923,30.778786],[109.699649,30.772916],[109.695607,30.771731],[109.693964,30.773555],[109.6947,30.776905],[109.69979,30.781218],[109.698581,30.785202],[109.695213,30.786453],[109.684149,30.778245],[109.664812,30.767956],[109.656354,30.764484],[109.652039,30.76589],[109.649431,30.76482],[109.650472,30.754949],[109.656335,30.74932],[109.658182,30.740535],[109.653613,30.729764],[109.647048,30.722755],[109.625697,30.706851],[109.617425,30.703324],[109.60706,30.703328],[109.582313,30.695932],[109.580479,30.689834],[109.580439,30.68124],[109.575885,30.675133],[109.581563,30.669937],[109.578567,30.665148],[109.575407,30.664988],[109.573995,30.663272],[109.57176,30.657334],[109.573663,30.654883],[109.57188,30.652321],[109.56455,30.646892],[109.557972,30.648192],[109.546944,30.644802],[109.541608,30.645305],[109.53584,30.64076],[109.529119,30.641481],[109.528883,30.644738],[109.535217,30.651115],[109.537043,30.657755],[109.530945,30.669853],[109.527192,30.670283],[109.517102,30.660678],[109.505235,30.655676],[109.49276,30.642712],[109.485843,30.638675],[109.476985,30.624809],[109.471579,30.625104],[109.457235,30.621147],[109.448843,30.615357],[109.446106,30.61214],[109.447396,30.609224],[109.446269,30.607596],[109.441525,30.603315],[109.431205,30.598452],[109.420921,30.573915],[109.412783,30.564473],[109.40808,30.555719],[109.402805,30.551796],[109.396678,30.540026],[109.380454,30.52634],[109.36705,30.509264],[109.366631,30.506567],[109.359712,30.500887],[109.354978,30.493639],[109.346267,30.489616],[109.344711,30.489895],[109.344185,30.495048],[109.332639,30.509702],[109.333325,30.511865],[109.335793,30.512785],[109.336755,30.516417],[109.335911,30.519569],[109.332488,30.522985],[109.332876,30.526628],[109.337467,30.532574],[109.341229,30.534225],[109.342373,30.542468],[109.359044,30.556968],[109.355437,30.562047],[109.344956,30.568334],[109.346637,30.573429],[109.340296,30.579622],[109.320254,30.594379],[109.304518,30.601578],[109.304522,30.603307],[109.309458,30.605001],[109.314775,30.603896],[109.320269,30.60824],[109.323989,30.6178],[109.321223,30.621996],[109.317276,30.62063],[109.312752,30.615944],[109.312337,30.612957],[109.30846,30.610641],[109.305667,30.613715],[109.30149,30.62408],[109.29437,30.6256],[109.294548,30.630283],[109.298983,30.633686],[109.292715,30.634],[109.288869,30.626329],[109.281498,30.621267],[109.274073,30.611938],[109.259165,30.604156],[109.251843,30.60371],[109.252126,30.598378],[109.249198,30.595885],[109.241459,30.595856],[109.226088,30.590513],[109.223313,30.583719],[109.22682,30.582828],[109.230911,30.586497],[109.239609,30.590555],[109.241509,30.588239],[109.236904,30.580837],[109.220948,30.57172],[109.21199,30.563906],[109.209102,30.562587],[109.201882,30.564613],[109.198502,30.555858],[109.191843,30.547438],[109.163566,30.550258],[109.161176,30.5483],[109.164223,30.545967],[109.140336,30.523586],[109.138451,30.523851],[109.135472,30.52828],[109.135517,30.537039],[109.125014,30.533372],[109.120374,30.533634],[109.117281,30.535663],[109.117532,30.539534],[109.109473,30.546283],[109.108262,30.555517],[109.096454,30.57151],[109.087413,30.572677],[109.088926,30.579091],[109.085626,30.591107],[109.082299,30.596662],[109.078821,30.597175],[109.076052,30.602568],[109.079548,30.606052],[109.094804,30.613755],[109.099272,30.61075],[109.104941,30.612025],[109.108717,30.620448],[109.118461,30.633269],[109.113215,30.642046],[109.110078,30.64387],[109.088829,30.646974],[109.086871,30.649057],[109.083367,30.649481],[109.06717,30.642582],[109.060886,30.645367],[109.050815,30.644591],[109.044879,30.647292],[109.041573,30.651955],[109.041634,30.655551],[109.03762,30.657906],[109.023232,30.645996],[109.017787,30.645486],[109.002053,30.629597],[108.999776,30.629793],[108.997363,30.633924],[108.993996,30.635573],[108.983033,30.625011],[108.978874,30.627718],[108.977593,30.631017],[108.972257,30.63227],[108.962065,30.626729],[108.960087,30.629028],[108.952132,30.615584],[108.945346,30.613218],[108.933387,30.599595],[108.916354,30.591154],[108.912354,30.585257],[108.892334,30.568266],[108.89056,30.561343],[108.876439,30.548768],[108.867559,30.537363],[108.859639,30.531473],[108.83669,30.506173],[108.824886,30.49799],[108.814313,30.497696],[108.804261,30.493818],[108.801296,30.49541],[108.801553,30.499344],[108.799309,30.504996],[108.793129,30.507454],[108.784159,30.517477],[108.76856,30.505208],[108.753192,30.507161],[108.747154,30.499151],[108.741398,30.49784],[108.736414,30.498924],[108.720312,30.510758],[108.722683,30.515869],[108.721617,30.518486],[108.708489,30.5243],[108.707457,30.530263],[108.711656,30.534377],[108.708803,30.539003],[108.696354,30.545827],[108.693222,30.560555],[108.695751,30.564235],[108.689954,30.574168],[108.689126,30.584533],[108.686368,30.590096],[108.665379,30.591631],[108.653904,30.590055],[108.63968,30.581906],[108.636186,30.577144],[108.639368,30.564327],[108.645577,30.55674],[108.646108,30.552987],[108.643961,30.549944],[108.645118,30.540986],[108.640364,30.537239],[108.638152,30.530853],[108.640042,30.520975],[108.637139,30.525281],[108.635771,30.531362],[108.632362,30.535534],[108.626508,30.530918],[108.613934,30.525742],[108.620003,30.522715],[108.618321,30.519262],[108.615444,30.516985],[108.600505,30.513159],[108.600585,30.510165],[108.602172,30.508956],[108.609537,30.507903],[108.60753,30.50533],[108.594113,30.497177],[108.58686,30.497791],[108.585697,30.495979],[108.586696,30.490326],[108.577521,30.488517],[108.576023,30.482819],[108.567536,30.477589],[108.564664,30.471883],[108.560578,30.471023],[108.558998,30.473021],[108.558442,30.479421],[108.554284,30.483552],[108.54822,30.485291],[108.539899,30.49424],[108.529918,30.493582],[108.535928,30.48813],[108.523838,30.488717],[108.521835,30.493007],[108.508267,30.503965],[108.485164,30.504361],[108.482586,30.502647],[108.479298,30.492209],[108.461359,30.485373],[108.459088,30.487956],[108.460789,30.49068],[108.450952,30.491341],[108.451387,30.497461],[108.450289,30.498407],[108.438792,30.492089],[108.435421,30.488083],[108.431467,30.494963],[108.42261,30.494569],[108.409278,30.478192],[108.416491,30.469777],[108.41461,30.461167],[108.417613,30.451763],[108.40997,30.446988],[108.40668,30.439954],[108.409033,30.430701],[108.411095,30.43089],[108.412996,30.43371],[108.415308,30.433218],[108.424866,30.420115],[108.423867,30.416683],[108.420799,30.416311],[108.416649,30.412669],[108.418991,30.397691],[108.404001,30.393765],[108.401208,30.395121],[108.39515,30.39339],[108.397711,30.379707],[108.414363,30.369767],[108.419342,30.368792],[108.426841,30.356444],[108.456435,30.361041],[108.465542,30.346201],[108.486782,30.330503],[108.494333,30.319268],[108.500201,30.316598],[108.507702,30.317803],[108.513562,30.316743],[108.522672,30.307663],[108.522107,30.302727],[108.519459,30.300304],[108.520241,30.297555],[108.526202,30.297133],[108.528657,30.295238],[108.532537,30.28243],[108.541863,30.279375],[108.540734,30.273204],[108.542674,30.270917],[108.547841,30.267191],[108.557637,30.264689],[108.558782,30.261504],[108.556986,30.257225],[108.564161,30.25611],[108.579609,30.258805],[108.572495,30.242963],[108.570471,30.240453],[108.563934,30.238191],[108.560833,30.2316],[108.565038,30.227704],[108.559721,30.217206],[108.54872,30.172055],[108.547937,30.165486],[108.561304,30.15963],[108.563018,30.156333],[108.54339,30.114093],[108.542461,30.107438],[108.528389,30.08532],[108.527642,30.077634],[108.524047,30.073012],[108.521945,30.076952],[108.518376,30.074973],[108.508748,30.06081],[108.510861,30.05592],[108.521531,30.061893],[108.527514,30.058854],[108.528991,30.053458],[108.527942,30.047319],[108.525205,30.045073],[108.523481,30.01311],[108.526723,30.007991],[108.536672,30.002122],[108.538741,29.995027],[108.547672,29.981112],[108.546588,29.980003],[108.544677,29.981307],[108.537525,29.990391],[108.533053,29.986261],[108.528479,29.967232],[108.51973,29.955369],[108.515544,29.939024],[108.511018,29.934977],[108.512572,29.927488],[108.517813,29.919421],[108.520482,29.910697],[108.518876,29.908143],[108.519045,29.891225],[108.513256,29.887697],[108.514743,29.876542],[108.520812,29.869315],[108.511683,29.869333],[108.50747,29.872903],[108.503619,29.889021],[108.495405,29.880554],[108.489393,29.871121],[108.485142,29.870209],[108.478978,29.872109],[108.465016,29.86664],[108.453731,29.86741],[108.446512,29.875986],[108.434881,29.879283],[108.433034,29.881117],[108.42773,29.882319],[108.420177,29.880906],[108.421314,29.875064],[108.412691,29.867558],[108.409167,29.867985],[108.406664,29.864065],[108.404212,29.863573],[108.403496,29.85989],[108.400586,29.860997],[108.400448,29.859394],[108.397016,29.85937],[108.392048,29.864316],[108.384277,29.86286],[108.38463,29.861044],[108.379767,29.85265],[108.367709,29.844893],[108.366894,29.841355],[108.369283,29.837099],[108.366439,29.835226],[108.362545,29.822689],[108.364276,29.821172],[108.370463,29.820497],[108.378622,29.815299],[108.387773,29.814811],[108.391562,29.823656],[108.391681,29.82944],[108.388343,29.838207],[108.392636,29.840685],[108.39923,29.838698],[108.401362,29.826393],[108.410638,29.820991],[108.418654,29.820279],[108.423505,29.811908],[108.417387,29.802996],[108.412888,29.78881],[108.414865,29.779322],[108.418088,29.776149],[108.422103,29.774923],[108.426104,29.775779],[108.433561,29.78138],[108.438126,29.780963],[108.441175,29.778403],[108.441661,29.768769],[108.437811,29.760677],[108.434304,29.759396],[108.435455,29.753121],[108.432795,29.743107],[108.443387,29.741198],[108.456451,29.742215],[108.462063,29.732763],[108.467318,29.729143],[108.479127,29.725873],[108.490611,29.715181],[108.500431,29.709941],[108.502273,29.710701],[108.50179,29.716242],[108.506068,29.71956],[108.509061,29.726373],[108.503651,29.731089],[108.495412,29.731117],[108.495315,29.734658],[108.502237,29.733687],[108.50703,29.736193],[108.509767,29.740025],[108.517364,29.735021],[108.52845,29.736275],[108.533561,29.743984],[108.536966,29.744645],[108.539895,29.742696],[108.544095,29.747239],[108.546425,29.753482],[108.537334,29.758133],[108.521778,29.759142],[108.520902,29.763599],[108.517643,29.766709],[108.518308,29.768807],[108.528607,29.784922],[108.535054,29.790091],[108.532902,29.793797],[108.549185,29.818025],[108.550844,29.819283],[108.559213,29.818812],[108.56525,29.826369],[108.575727,29.834527],[108.576608,29.837181],[108.573663,29.846709],[108.57889,29.847829],[108.589013,29.853526],[108.586171,29.856802],[108.587233,29.860492],[108.592687,29.863732],[108.608317,29.86801],[108.617226,29.868316],[108.618893,29.870243],[108.628865,29.868079],[108.630049,29.865449],[108.6286,29.859418],[108.630225,29.858305],[108.635006,29.859512],[108.648946,29.856371],[108.656202,29.856728],[108.657166,29.848395],[108.659194,29.844729],[108.664478,29.84053],[108.661339,29.832237],[108.665829,29.832032],[108.667061,29.827395],[108.666375,29.823955],[108.664141,29.822062],[108.657831,29.821529],[108.652971,29.82304],[108.652336,29.820939],[108.660855,29.813862],[108.666944,29.814206],[108.676602,29.804795],[108.674142,29.798291],[108.67443,29.788005],[108.673179,29.786121],[108.673425,29.778631],[108.675163,29.777143],[108.676097,29.771236],[108.672484,29.763921],[108.672024,29.754595],[108.680368,29.749252],[108.68185,29.742918],[108.676305,29.724336],[108.684055,29.712043],[108.693598,29.705021],[108.682276,29.699099],[108.679376,29.695011],[108.689114,29.694665],[108.69607,29.696167],[108.708847,29.702586],[108.714691,29.694432],[108.714033,29.6917],[108.709402,29.687337],[108.704406,29.685856],[108.705954,29.682037],[108.726423,29.676125],[108.735032,29.670266],[108.739855,29.663604],[108.740869,29.655454],[108.748085,29.653412],[108.756559,29.641152],[108.760948,29.639069],[108.763986,29.642831],[108.76072,29.655772],[108.753662,29.661902],[108.754413,29.66322],[108.763521,29.664509],[108.768497,29.65516],[108.776599,29.653177],[108.781659,29.657697],[108.777659,29.660013],[108.773132,29.658915],[108.770079,29.661283],[108.771041,29.669634],[108.773336,29.672542],[108.772252,29.677643],[108.762344,29.685942],[108.758133,29.685104],[108.756249,29.680595],[108.754744,29.680284],[108.750916,29.684148],[108.748697,29.691852],[108.755692,29.69555],[108.765933,29.697396],[108.772599,29.697633],[108.782479,29.694291],[108.784748,29.691435],[108.780072,29.677407],[108.788548,29.674717],[108.790941,29.672102],[108.793806,29.663594],[108.788979,29.656146],[108.788585,29.650766],[108.774475,29.647542],[108.777707,29.636887],[108.795196,29.638931],[108.798718,29.643735],[108.804547,29.640868],[108.806287,29.635377],[108.817003,29.634503],[108.817261,29.637296],[108.81167,29.646169],[108.814106,29.65332],[108.817508,29.653727],[108.820882,29.65847],[108.823317,29.67423],[108.824564,29.674436],[108.831936,29.671059],[108.822656,29.65721],[108.82504,29.654041],[108.835314,29.655961],[108.841343,29.661725],[108.844497,29.65725],[108.845212,29.649625],[108.850491,29.639533],[108.858051,29.638546],[108.864202,29.644062],[108.869235,29.64556],[108.871263,29.645329],[108.873217,29.64063],[108.881353,29.638434],[108.884609,29.629535],[108.875707,29.614388],[108.871296,29.610195],[108.871524,29.607512],[108.874803,29.605923],[108.861178,29.606019],[108.861805,29.602467],[108.869242,29.599213],[108.875265,29.592447],[108.879119,29.591621],[108.892635,29.598346],[108.894044,29.599764],[108.891693,29.600244],[108.890233,29.603448],[108.895087,29.604862],[108.89739,29.603899],[108.902733,29.596432],[108.902595,29.59424],[108.894676,29.586974],[108.902292,29.579661],[108.905041,29.583371],[108.910476,29.574213],[108.891104,29.560312],[108.884217,29.558991],[108.881262,29.554928],[108.881043,29.550194],[108.873165,29.540445],[108.873211,29.536664],[108.882758,29.535339],[108.887527,29.532336],[108.886749,29.528016],[108.88222,29.5226],[108.884364,29.514253],[108.884167,29.510489],[108.880855,29.505574],[108.880751,29.502438],[108.882757,29.499618],[108.877218,29.492468],[108.865617,29.491034],[108.860154,29.474381],[108.865275,29.471719],[108.868817,29.466399],[108.866972,29.460424],[108.869167,29.453445],[108.882639,29.443178],[108.887963,29.440264],[108.893872,29.444635],[108.912292,29.437152],[108.926409,29.438264],[108.932353,29.431748],[108.930679,29.425175],[108.938852,29.413047],[108.935421,29.41094],[108.929449,29.403129],[108.930796,29.388884],[108.926855,29.385851],[108.925352,29.382293],[108.927269,29.370359],[108.924023,29.36281],[108.923134,29.353853],[108.915847,29.34957],[108.917102,29.344712],[108.912002,29.335163],[108.914227,29.330129],[108.93307,29.330473],[108.949433,29.333899],[108.966909,29.331926],[108.980688,29.337253],[108.98269,29.33948],[108.984222,29.345867],[108.981386,29.356955],[108.985965,29.358201],[108.989382,29.356805],[108.996099,29.367859],[109.000447,29.362318],[109.031143,29.363756],[109.031924,29.372067],[109.024616,29.381374],[109.024389,29.385477],[109.03137,29.382554],[109.041139,29.397178],[109.04583,29.400107],[109.048373,29.406632],[109.065545,29.4006],[109.084862,29.383198],[109.102971,29.370005],[109.107341,29.363247],[109.110103,29.35521],[109.106051,29.35211],[109.104969,29.347922],[109.110979,29.335323],[109.102654,29.321897],[109.111863,29.315983],[109.101458,29.298327],[109.09952,29.293877],[109.100295,29.290423],[109.109827,29.288809],[109.115892,29.291056],[109.117793,29.289969],[109.11994,29.284758],[109.12838,29.279506],[109.136601,29.271651],[109.134586,29.265396],[109.132371,29.26497],[109.119867,29.249302],[109.112058,29.242326],[109.111103,29.238663],[109.115203,29.237827],[109.105927,29.220908],[109.106892,29.210354],[109.113388,29.208852],[109.116631,29.196014],[109.130285,29.177152],[109.137105,29.176204],[109.140111,29.169979],[109.150668,29.169739],[109.154159,29.174704],[109.152609,29.1803],[109.155615,29.18291],[109.16027,29.183973],[109.166158,29.181272],[109.170266,29.176226],[109.175218,29.175101],[109.179406,29.16919],[109.189182,29.16455],[109.196631,29.156893],[109.200724,29.156203],[109.203046,29.149107],[109.211901,29.151359],[109.217953,29.149211],[109.216014,29.147263],[109.215787,29.143405],[109.222493,29.129844],[109.222562,29.1207],[109.226689,29.118324],[109.221503,29.116333],[109.227189,29.103422],[109.23084,29.089802],[109.239774,29.087486],[109.251469,29.090528],[109.255038,29.087734],[109.254559,29.085374],[109.257511,29.08362],[109.263743,29.081134],[109.267692,29.082795],[109.276299,29.076845],[109.287506,29.072154],[109.297322,29.073817],[109.303463,29.070477],[109.316413,29.04819],[109.312998,29.041358],[109.306251,29.03743],[109.304584,29.030558],[109.298438,29.022764],[109.291764,29.02189],[109.289072,29.019531],[109.2862,29.000933],[109.287864,28.998257],[109.288283,28.992098],[109.283291,28.977372],[109.281358,28.975556],[109.266216,28.971791],[109.259077,28.963204],[109.251001,28.930047],[109.251575,28.911361],[109.244316,28.904949],[109.245568,28.899066],[109.238339,28.895432],[109.230515,28.882945],[109.231481,28.8671],[109.238853,28.859036],[109.236832,28.846804],[109.237814,28.836788],[109.233792,28.831817],[109.240446,28.816561],[109.242389,28.803585],[109.237384,28.7975],[109.235051,28.790229],[109.235478,28.781575],[109.246373,28.777985],[109.251868,28.779152],[109.257349,28.777011],[109.251694,28.771734],[109.251336,28.769419],[109.264417,28.763276],[109.270227,28.762859],[109.273272,28.75367],[109.287985,28.753289],[109.294745,28.750125],[109.295683,28.741718],[109.285489,28.733156],[109.28367,28.729613],[109.285021,28.727287],[109.290285,28.724712],[109.286284,28.719457],[109.274596,28.711564],[109.266701,28.701926],[109.260359,28.703649],[109.249727,28.697152],[109.24847,28.69386],[109.250407,28.687705],[109.252433,28.68587],[109.259308,28.684845],[109.266318,28.678701],[109.26738,28.673575],[109.235537,28.658564],[109.211452,28.650165],[109.199668,28.642284],[109.189521,28.640583],[109.181203,28.6279],[109.175803,28.624427],[109.181826,28.613321],[109.195593,28.605768],[109.197371,28.60257],[109.218111,28.615237],[109.229769,28.624516],[109.233411,28.623043],[109.234936,28.619782],[109.245967,28.610092],[109.253629,28.609659],[109.265363,28.61496],[109.274094,28.615921],[109.274135,28.620254],[109.282234,28.630143],[109.28915,28.631773],[109.295149,28.629764],[109.301945,28.624045],[109.30458,28.611405],[109.30132,28.60949],[109.299443,28.605239],[109.305851,28.599814],[109.306667,28.5953],[109.316366,28.588694],[109.31554,28.582886],[109.312513,28.584603],[109.296219,28.580001],[109.295387,28.575135],[109.290115,28.57056],[109.289679,28.560318],[109.284044,28.54892],[109.269155,28.541381],[109.269662,28.528795],[109.275717,28.52318],[109.273825,28.519921],[109.26717,28.517038],[109.269651,28.507185],[109.268609,28.505366],[109.269826,28.497929],[109.260485,28.496443],[109.227578,28.477545],[109.219853,28.482278],[109.213006,28.483411],[109.207752,28.479881],[109.197016,28.478083],[109.185991,28.473007],[109.187597,28.465043],[109.182207,28.46194],[109.180179,28.457006],[109.16823,28.451979],[109.176164,28.445583],[109.172947,28.434983],[109.168626,28.432996],[109.168033,28.434733],[109.162192,28.435131],[109.160284,28.433555],[109.162604,28.428],[109.160254,28.419258],[109.158683,28.417908],[109.147666,28.419932],[109.144496,28.415644],[109.143681,28.412874],[109.151398,28.40607],[109.14681,28.400033],[109.150466,28.394489],[109.1455,28.377498],[109.133737,28.360775],[109.139489,28.359676],[109.146311,28.354304],[109.147568,28.351091],[109.145182,28.346576],[109.139206,28.344362],[109.132077,28.338548],[109.132175,28.335123],[109.13712,28.324889],[109.130264,28.31869],[109.120529,28.29889],[109.111389,28.291631],[109.114692,28.287585],[109.113319,28.282289],[109.107187,28.275833],[109.104681,28.276021],[109.092801,28.266686],[109.082306,28.264138],[109.078981,28.261633],[109.075404,28.252855],[109.079134,28.244804],[109.079382,28.238005],[109.082348,28.23249],[109.090787,28.225861],[109.09741,28.212602],[109.096328,28.203985],[109.093117,28.201256],[109.085926,28.201196],[109.080467,28.18715],[109.074973,28.187935],[109.055586,28.202802],[109.03681,28.20642],[109.037801,28.213735],[109.033791,28.221068],[109.020127,28.223368],[109.019336,28.216685],[109.007999,28.199757],[109.007231,28.194844],[109.00929,28.192646],[109.010178,28.183821],[109.007778,28.175448],[109.001312,28.165719],[108.988997,28.165206],[108.980909,28.166808],[108.974835,28.175692],[108.968999,28.178864],[108.957289,28.181094],[108.950546,28.186851],[108.936069,28.191389],[108.929654,28.19154],[108.924304,28.194832],[108.922857,28.196738],[108.923089,28.204056],[108.928702,28.209724],[108.923243,28.217157],[108.917041,28.221619],[108.903893,28.219321],[108.891298,28.223124],[108.856318,28.207613],[108.850803,28.20189],[108.841204,28.202945],[108.82912,28.213485],[108.828699,28.221831],[108.823125,28.227153],[108.820862,28.232138],[108.818084,28.239324],[108.818861,28.24556],[108.817175,28.248749],[108.809266,28.245899],[108.801557,28.246605],[108.796519,28.237407],[108.796185,28.231042],[108.793147,28.227681],[108.784585,28.22405],[108.77131,28.22118],[108.765654,28.206371],[108.759439,28.195275],[108.755766,28.195203],[108.752975,28.199402],[108.75567,28.218219],[108.753974,28.226269],[108.744247,28.230896],[108.734476,28.229861],[108.732531,28.252467],[108.730576,28.25644],[108.721383,28.264223],[108.720261,28.279859],[108.721207,28.283407],[108.736019,28.297862],[108.744625,28.302744],[108.755029,28.306708],[108.758912,28.306176],[108.762468,28.308542],[108.766355,28.317956],[108.763088,28.322847],[108.75757,28.324337],[108.756099,28.32998],[108.771681,28.343784],[108.774104,28.355836],[108.77205,28.367103],[108.773536,28.372185],[108.778353,28.377083],[108.779445,28.383132],[108.773627,28.384581],[108.768967,28.383913],[108.756626,28.388422],[108.75468,28.390816],[108.758471,28.401208],[108.766332,28.411526],[108.766163,28.414264],[108.769625,28.420853],[108.77708,28.430452],[108.766317,28.444028],[108.758874,28.444671],[108.741082,28.45556],[108.74396,28.458737],[108.737891,28.470614],[108.724073,28.474978],[108.718667,28.490192],[108.719646,28.495689],[108.714111,28.498007],[108.707668,28.503332],[108.704079,28.502416],[108.69913,28.489545],[108.694814,28.485192],[108.682697,28.485733],[108.677652,28.481815],[108.670113,28.481732],[108.663024,28.478524],[108.655063,28.478504],[108.640929,28.473676],[108.636684,28.460653],[108.637536,28.458051],[108.650992,28.449686],[108.661667,28.446727],[108.662951,28.438996],[108.66943,28.432839],[108.679287,28.43062],[108.6846,28.4255],[108.686918,28.417881],[108.693267,28.407707],[108.689746,28.39804],[108.669683,28.392736],[108.661773,28.387743],[108.65785,28.376805],[108.653659,28.371414],[108.651278,28.359502],[108.653368,28.353934],[108.655532,28.353341],[108.670261,28.357587],[108.673704,28.351191],[108.666179,28.340834],[108.663001,28.338104],[108.651929,28.338059],[108.641015,28.33394],[108.634352,28.336837],[108.612244,28.327613],[108.60435,28.328391],[108.603959,28.333609],[108.599608,28.34224],[108.590396,28.345476],[108.576843,28.34576],[108.575081,28.347669],[108.573139,28.362911],[108.574274,28.368497],[108.572523,28.386296],[108.57332,28.39191],[108.576253,28.399116],[108.584196,28.408512],[108.601187,28.409224],[108.603508,28.410764],[108.605709,28.423919],[108.601941,28.426655],[108.60203,28.428852],[108.607331,28.441552],[108.597895,28.44507],[108.593901,28.452515],[108.593638,28.460472],[108.584014,28.464349],[108.58574,28.472871],[108.584538,28.481036],[108.573043,28.500308],[108.573442,28.503983],[108.577105,28.50953],[108.574244,28.513269],[108.569385,28.532076],[108.573932,28.539849],[108.601842,28.54232],[108.607496,28.546141],[108.602704,28.566393],[108.602961,28.579967],[108.600781,28.594134],[108.61698,28.611187],[108.630986,28.623037],[108.631129,28.62531],[108.628792,28.627964],[108.631171,28.637347],[108.624171,28.64507],[108.620884,28.644886],[108.611288,28.640124],[108.598162,28.638186],[108.594525,28.645293],[108.582323,28.643064],[108.579561,28.645296],[108.583105,28.651243],[108.574541,28.662084],[108.563951,28.666524],[108.558961,28.660814],[108.558119,28.654197],[108.555906,28.651366],[108.543113,28.651037],[108.538504,28.655792],[108.532844,28.656083],[108.515454,28.643811],[108.505448,28.643449],[108.499296,28.640945],[108.499325,28.636837],[108.501648,28.634017],[108.49853,28.630163],[108.493054,28.630376],[108.487061,28.633831],[108.469082,28.630648],[108.45373,28.638434],[108.439025,28.635725],[108.415462,28.647459],[108.386403,28.654992],[108.369543,28.666666],[108.356866,28.671996],[108.347718,28.679024],[108.336757,28.677844],[108.329048,28.67938],[108.339332,28.700142],[108.343605,28.712771],[108.342519,28.718508],[108.344854,28.740832],[108.35067,28.743114],[108.354607,28.750265],[108.368596,28.764461],[108.370382,28.770132],[108.380306,28.77564],[108.384111,28.785493],[108.384688,28.793726],[108.38329,28.803763],[108.381152,28.806868],[108.37826,28.808856],[108.358203,28.814179],[108.348423,28.819159],[108.350613,28.837442],[108.343916,28.850778],[108.341986,28.858605],[108.343178,28.864215],[108.351363,28.8756],[108.350813,28.884623],[108.352927,28.894885],[108.345919,28.910371],[108.345843,28.936856],[108.341967,28.945526],[108.336324,28.950352],[108.318171,28.957623],[108.314557,28.967017],[108.308173,29.000095],[108.304209,29.006798],[108.303565,29.014525],[108.305311,29.020444],[108.303698,29.02728],[108.296968,29.039951],[108.293867,29.050729],[108.296421,29.062938],[108.303615,29.082097],[108.291156,29.088872],[108.28035,29.090258],[108.270895,29.095077],[108.264311,29.092657],[108.262865,29.087733],[108.264401,29.0849],[108.26383,29.079556],[108.260732,29.074198],[108.256474,29.0716],[108.254697,29.063832],[108.255851,29.053855],[108.251656,29.044382],[108.240731,29.03637],[108.239609,29.032215],[108.229662,29.030428],[108.221231,29.032753],[108.219476,29.034982],[108.218838,29.039985],[108.22519,29.043138],[108.226336,29.050296],[108.209124,29.059448],[108.201052,29.058991],[108.192311,29.0747],[108.181229,29.073077],[108.165322,29.067313],[108.14728,29.056215],[108.129447,29.055668],[108.127823,29.056372],[108.126932,29.064736],[108.119028,29.072358],[108.104066,29.0797],[108.064678,29.089235],[108.056811,29.083546],[108.055621,29.079319],[108.051683,29.074923],[108.040145,29.066659],[108.03208,29.057044],[108.030215,29.04971],[108.026361,29.048651],[108.018192,29.04071],[108.002227,29.037923],[107.977432,29.036697],[107.949331,29.037706],[107.935395,29.040245],[107.925816,29.039014],[107.918556,29.02308],[107.902625,29.008619],[107.879052,29.011807],[107.878485,29.009139],[107.88279,29.003494],[107.883825,28.996275],[107.880378,28.98911],[107.86783,28.986209],[107.863946,28.973299],[107.863139,28.960866],[107.859706,28.96556],[107.852397,28.96833],[107.841754,28.966187],[107.832695,28.969119],[107.83121,28.970593],[107.832472,28.973939],[107.831362,28.975006],[107.822862,28.979707],[107.804732,28.986001],[107.817118,29.009686],[107.818813,29.036054],[107.810358,29.038224],[107.805431,29.04453],[107.784507,29.047601],[107.780303,29.049848],[107.785858,29.088297],[107.795592,29.107988],[107.797253,29.120418],[107.80687,29.142652],[107.804038,29.146217],[107.797658,29.145876],[107.788586,29.151365],[107.782172,29.160991],[107.777057,29.165059],[107.769703,29.166265],[107.76358,29.175645],[107.761793,29.184484],[107.75664,29.194802],[107.746886,29.202741],[107.743586,29.202067],[107.741862,29.198393],[107.734492,29.191742],[107.71957,29.185289],[107.717445,29.18057],[107.722937,29.178248],[107.713718,29.157569],[107.704692,29.157757],[107.708558,29.164262],[107.705733,29.165821],[107.697209,29.150328],[107.692445,29.145836],[107.661199,29.150346],[107.656664,29.152865],[107.654489,29.163211],[107.651728,29.16568],[107.638998,29.162626],[107.63099,29.164218],[107.625663,29.167611],[107.621348,29.174643],[107.602012,29.16784],[107.597107,29.163961],[107.597319,29.160724],[107.600006,29.15996],[107.599597,29.154086],[107.590429,29.147093],[107.584072,29.152207],[107.582273,29.155838],[107.576276,29.185546],[107.571383,29.189232],[107.568738,29.21203],[107.564778,29.222359],[107.55588,29.224344],[107.550617,29.222705],[107.542944,29.210079],[107.526536,29.197296],[107.519125,29.198958],[107.510697,29.197532],[107.484381,29.17759],[107.469353,29.17417],[107.466895,29.174288],[107.457509,29.180421],[107.460374,29.187218],[107.458942,29.198043],[107.4419,29.204143],[107.439885,29.20775],[107.429545,29.200325],[107.423397,29.1931],[107.412411,29.194188],[107.401393,29.191153],[107.397744,29.188135],[107.396286,29.182072],[107.3978,29.177274],[107.406794,29.166034],[107.403605,29.153467],[107.403482,29.144019],[107.409602,29.137797],[107.41732,29.138618],[107.423455,29.131281],[107.414456,29.114356],[107.414305,29.109952],[107.408725,29.099399],[107.407088,29.097169],[107.404065,29.098214],[107.389339,29.094291],[107.381502,29.098802],[107.378279,29.098609],[107.370508,29.105878],[107.365222,29.096016],[107.372902,29.069832],[107.381414,29.062336],[107.386199,29.062212],[107.389499,29.055389],[107.391022,29.043115],[107.389995,29.039652],[107.38732,29.037388],[107.376489,29.033048],[107.372992,29.030119],[107.35964,29.013112],[107.364923,28.998754],[107.370779,28.996303],[107.38641,28.997783],[107.391967,28.996194],[107.398709,28.987386],[107.401346,28.98043],[107.39921,28.978919],[107.399486,28.975907],[107.404367,28.966057],[107.416876,28.959195],[107.424357,28.957123],[107.433137,28.958332],[107.435122,28.956513],[107.435791,28.951487],[107.417168,28.930165],[107.409124,28.915285],[107.41139,28.899886],[107.414235,28.893061],[107.413399,28.889611],[107.400788,28.889596],[107.396484,28.886011],[107.391264,28.878896],[107.389507,28.871901],[107.392018,28.865889],[107.390282,28.861368],[107.364141,28.848016],[107.35391,28.851708],[107.3267,28.84624],[107.32941,28.839278],[107.335689,28.836449],[107.341001,28.830458],[107.337116,28.826877],[107.332705,28.826092],[107.328413,28.820631],[107.329599,28.814135],[107.323031,28.812193],[107.298527,28.810532],[107.286404,28.804173],[107.278815,28.804013],[107.265655,28.800272],[107.259198,28.794706],[107.250131,28.797033],[107.247576,28.782597],[107.24932,28.780047],[107.249574,28.7728],[107.246583,28.765463],[107.242858,28.764504],[107.225672,28.772181],[107.214971,28.775177],[107.213456,28.776921],[107.211671,28.781857],[107.214459,28.787544],[107.214902,28.792822],[107.20889,28.800322],[107.206642,28.809555],[107.206783,28.821419],[107.211938,28.831924],[107.218941,28.831404],[107.221355,28.838883],[107.188598,28.84128],[107.192637,28.858957],[107.199233,28.87036],[107.191028,28.882423],[107.186899,28.892805],[107.176966,28.890801],[107.1655,28.884233],[107.148664,28.887006],[107.145664,28.883555],[107.147417,28.879943],[107.140837,28.878798],[107.13872,28.882829],[107.14036,28.887917],[107.108484,28.894851],[107.090204,28.894214],[107.082165,28.875565],[107.068238,28.869514],[107.062091,28.869276],[107.05544,28.870838],[107.055612,28.872663],[107.060503,28.881121],[107.069363,28.882927],[107.069868,28.887398],[107.064224,28.898912],[107.056446,28.898153],[107.053075,28.897506],[107.0457,28.888157],[107.041769,28.877714],[107.051301,28.873106],[107.036018,28.867829],[107.033293,28.869588],[107.032988,28.873991],[107.035178,28.884496],[107.013037,28.888974],[107.010201,28.878826],[107.013632,28.875049],[107.013334,28.864693],[106.99835,28.857495],[106.984085,28.856865],[106.979564,28.854423],[106.981356,28.841435],[106.985458,28.832958],[106.976922,28.81649],[106.977294,28.807627],[106.982467,28.796111],[106.984521,28.794586],[106.985647,28.781626],[106.989457,28.77484],[106.974716,28.773874],[106.968762,28.779779],[106.963654,28.777646],[106.958467,28.772441],[106.946923,28.769641],[106.943331,28.782732],[106.936308,28.786383],[106.932586,28.801007],[106.921837,28.813095],[106.912856,28.808922],[106.911378,28.806204],[106.903879,28.803281],[106.896796,28.801639],[106.889916,28.803446],[106.886633,28.801752],[106.874704,28.792394],[106.869693,28.783552],[106.860079,28.777797],[106.858393,28.785979],[106.839732,28.785007],[106.828251,28.773805],[106.818963,28.754817],[106.825534,28.736973],[106.833397,28.733934],[106.841695,28.733265],[106.849782,28.727981],[106.853353,28.722569],[106.858348,28.711704],[106.849584,28.709396],[106.848257,28.706163],[106.848977,28.701834],[106.854963,28.69427],[106.862086,28.694425],[106.870697,28.698531],[106.88233,28.698009],[106.871475,28.671704],[106.86132,28.655663],[106.862196,28.653755],[106.866402,28.652284],[106.863258,28.629453],[106.854688,28.626123],[106.825963,28.626794],[106.823356,28.621921],[106.824597,28.617417],[106.828879,28.616853],[106.82722,28.610738],[106.822258,28.601834],[106.816471,28.60245],[106.807924,28.591479],[106.803315,28.59253],[106.793626,28.601395],[106.787824,28.614204],[106.78678,28.620937],[106.781841,28.62846],[106.778145,28.628012],[106.765296,28.617328],[106.759834,28.616641],[106.752994,28.613242],[106.754042,28.594132],[106.755567,28.590063],[106.763458,28.582386],[106.775952,28.578865],[106.777367,28.574891],[106.776778,28.567277],[106.775545,28.56597],[106.734607,28.558564],[106.724619,28.546861],[106.719629,28.533989],[106.720505,28.523466],[106.737481,28.501677],[106.740161,28.495319],[106.741703,28.471955],[106.726058,28.464456],[106.718299,28.458801],[106.704488,28.453885],[106.699331,28.458312],[106.687659,28.464103],[106.693805,28.478496],[106.684705,28.488865],[106.678965,28.485998],[106.669704,28.485019],[106.662342,28.489974],[106.660301,28.496978],[106.65259,28.487412],[106.646332,28.482631],[106.643632,28.482589],[106.632796,28.486812],[106.628923,28.49192],[106.627444,28.497342],[106.628615,28.507645],[106.618964,28.507543],[106.608889,28.504516],[106.588664,28.516623],[106.579896,28.510896],[106.583087,28.509109],[106.587614,28.503058],[106.588491,28.496253],[106.587076,28.493661],[106.583131,28.491141],[106.580752,28.493435],[106.578435,28.493426],[106.56442,28.48804],[106.560076,28.489175],[106.561125,28.496966],[106.558017,28.502072],[106.555959,28.517122],[106.56068,28.525076],[106.56337,28.526889],[106.583677,28.527462],[106.58516,28.530783],[106.598048,28.54411],[106.612136,28.55441],[106.612356,28.570234],[106.608864,28.583717],[106.602069,28.593217],[106.601654,28.596266],[106.608935,28.612614],[106.616747,28.610129],[106.621005,28.606846],[106.626738,28.608587],[106.632015,28.614355],[106.633141,28.627456],[106.625562,28.635902],[106.613016,28.642779],[106.613856,28.646633],[106.616028,28.649846],[106.630643,28.645925],[106.639693,28.647137],[106.64456,28.650072],[106.647142,28.654456],[106.642193,28.668949],[106.63665,28.668694],[106.629408,28.66159],[106.624591,28.662353],[106.615222,28.66926],[106.607901,28.684198],[106.61147,28.687583],[106.607237,28.692288],[106.589206,28.697153],[106.569401,28.70741],[106.556989,28.723669],[106.555601,28.737827],[106.556853,28.741478],[106.559499,28.743169],[106.560365,28.750529],[106.559211,28.757755],[106.555642,28.763924],[106.545865,28.773667],[106.530782,28.769803],[106.530432,28.781835],[106.519286,28.784602],[106.517357,28.789725],[106.51839,28.793658],[106.514501,28.797973],[106.504068,28.800324],[106.488674,28.809299],[106.473371,28.827876],[106.46996,28.837866],[106.457482,28.83428],[106.463466,28.832418],[106.465012,28.8291],[106.446033,28.817405],[106.447522,28.81003],[106.454734,28.810264],[106.456945,28.808929],[106.461127,28.803027],[106.462611,28.797253],[106.458918,28.795938],[106.451608,28.797386],[106.448031,28.796067],[106.450693,28.781275],[106.462313,28.761643],[106.474609,28.752411],[106.482926,28.749326],[106.494413,28.731652],[106.495101,28.720656],[106.500821,28.718746],[106.509608,28.708338],[106.511209,28.703849],[106.509431,28.698511],[106.512046,28.691613],[106.516153,28.688869],[106.524996,28.677936],[106.515367,28.665964],[106.506772,28.661666],[106.501997,28.664335],[106.499084,28.663736],[106.501571,28.657337],[106.500245,28.65246],[106.502635,28.649674],[106.503053,28.639073],[106.495188,28.62164],[106.490941,28.618468],[106.489631,28.609927],[106.489819,28.604559],[106.501832,28.590727],[106.503319,28.586003],[106.507537,28.581186],[106.521751,28.578722],[106.512017,28.567461],[106.503227,28.570229],[106.499459,28.574632],[106.49762,28.583031],[106.49238,28.589864],[106.488992,28.592775],[106.482674,28.591753],[106.474165,28.599153],[106.473106,28.602596],[106.47069,28.602544],[106.463354,28.592973],[106.462494,28.587367],[106.475727,28.576137],[106.481143,28.569019],[106.481598,28.562837],[106.501389,28.547546],[106.503803,28.542312],[106.498183,28.53779],[106.491142,28.541933],[106.484128,28.536872],[106.475054,28.533293],[106.465242,28.536202],[106.462741,28.540485],[106.463908,28.542294],[106.462797,28.544602],[106.437284,28.562339],[106.427865,28.559555],[106.39507,28.574483],[106.386426,28.570632],[106.380974,28.5637],[106.384682,28.556848],[106.38102,28.543556],[106.372439,28.531162],[106.362229,28.527428],[106.358374,28.530606],[106.353489,28.539895],[106.347503,28.542945],[106.34383,28.542048],[106.340781,28.536685],[106.336409,28.535446],[106.330961,28.55403],[106.327832,28.555837],[106.341109,28.568976],[106.344613,28.587006],[106.337686,28.600809],[106.326738,28.607251],[106.317147,28.623899],[106.321198,28.62457],[106.32325,28.627385],[106.325931,28.634308],[106.324985,28.639791],[106.321873,28.641453],[106.315944,28.640743],[106.307464,28.642642],[106.302189,28.647894],[106.301711,28.652546],[106.304083,28.661393],[106.305981,28.663454],[106.313603,28.664952],[106.316933,28.66754],[106.313891,28.671787],[106.309562,28.672081],[106.302732,28.677445],[106.300247,28.713711],[106.287485,28.717438],[106.281862,28.721519],[106.280984,28.723285],[106.282152,28.724364],[106.287632,28.725285],[106.280798,28.737371],[106.268824,28.743133],[106.267198,28.755845],[106.268172,28.763712],[106.274302,28.769078],[106.276089,28.773918],[106.2607,28.787814],[106.254304,28.78927],[106.249353,28.787603],[106.246568,28.790177],[106.24447,28.797193],[106.24374,28.808828],[106.246646,28.815844],[106.252625,28.820138],[106.249524,28.831507],[106.250452,28.841805],[106.260178,28.848233],[106.261161,28.850957],[106.256565,28.853161],[106.250586,28.867969],[106.246594,28.870743],[106.243133,28.869705],[106.240075,28.871206],[106.230234,28.878168],[106.22625,28.884641],[106.224164,28.893516],[106.212126,28.894722],[106.201764,28.906203],[106.196063,28.910286],[106.18823,28.911437],[106.169454,28.924264],[106.169385,28.919772],[106.165932,28.915132],[106.145592,28.90691],[106.129968,28.908204],[106.111832,28.905193],[106.106574,28.902082],[106.099228,28.90082],[106.089915,28.902452],[106.083239,28.906644],[106.072728,28.916689],[106.07223,28.920831],[106.068856,28.923527],[106.056167,28.919861],[106.05542,28.913987],[106.044317,28.909282],[106.033058,28.914569],[106.037016,28.92525],[106.040672,28.929203],[106.040419,28.935311],[106.034709,28.937998],[106.034539,28.939433],[106.036553,28.944207],[106.043502,28.946707],[106.043861,28.953512],[106.035452,28.958836],[106.027438,28.957037],[106.024131,28.954726],[106.023597,28.951344],[106.015782,28.954653],[106.004407,28.966126],[106.001093,28.974718],[105.980842,28.984173],[105.969095,28.975944],[105.985234,28.972029],[105.986376,28.968182],[105.985188,28.965511],[105.973463,28.96434],[105.967983,28.970435],[105.965138,28.971304],[105.960215,28.966728],[105.956335,28.957972],[105.943669,28.944762],[105.918591,28.935448],[105.903453,28.922656],[105.912512,28.911429],[105.913093,28.906277],[105.90865,28.902606],[105.90028,28.905563],[105.901566,28.909117],[105.894137,28.912232],[105.887944,28.911155],[105.882633,28.915827],[105.885546,28.92386],[105.883592,28.933133],[105.880061,28.936917],[105.872337,28.938749],[105.85116,28.930688],[105.841428,28.93335],[105.839851,28.936638],[105.826117,28.948605],[105.821021,28.945093],[105.805864,28.944936],[105.802405,28.942544],[105.8004,28.938565],[105.795089,28.937934],[105.790967,28.940982],[105.788071,28.946178],[105.789345,28.950604],[105.792098,28.953391],[105.798839,28.949857],[105.802163,28.951357],[105.806363,28.960419],[105.795979,28.959887],[105.792322,28.964245],[105.794196,28.966955],[105.792988,28.969158],[105.78177,28.983199],[105.762573,28.988799],[105.756854,28.993429],[105.75762,29.007051],[105.762744,29.011122],[105.762686,29.017523],[105.751634,29.02703],[105.746845,29.037655],[105.741866,29.038274],[105.738078,29.042935],[105.741166,29.050272],[105.746164,29.054478],[105.754129,29.073186],[105.752086,29.075313],[105.74125,29.078221],[105.73746,29.082278],[105.739384,29.090658],[105.732993,29.098471],[105.724594,29.101005],[105.725695,29.109704],[105.728776,29.116035],[105.72653,29.122295],[105.736353,29.131771],[105.745858,29.131854],[105.749544,29.136115],[105.742544,29.143131],[105.736481,29.137681],[105.733254,29.132011],[105.72511,29.13641],[105.727211,29.149561],[105.725993,29.15606],[105.723871,29.157475],[105.724643,29.162209],[105.714654,29.17639],[105.708932,29.177363],[105.705128,29.180794],[105.709959,29.187674],[105.72011,29.192322],[105.719554,29.198338],[105.713251,29.206999],[105.704333,29.210659],[105.7085,29.222262],[105.703585,29.223855],[105.702057,29.226504],[105.705311,29.236132],[105.705142,29.241993],[105.695445,29.25577],[105.695825,29.26191],[105.693401,29.27034],[105.691606,29.271607],[105.688073,29.270749],[105.68728,29.272617],[105.689829,29.290002],[105.693844,29.292975],[105.712467,29.29299],[105.714237,29.295028],[105.71167,29.298883],[105.697851,29.301794],[105.688556,29.297182],[105.680118,29.289359],[105.67541,29.277508],[105.662518,29.278998],[105.65988,29.27762],[105.658031,29.272624],[105.671293,29.266231],[105.663949,29.256128],[105.6527,29.2548],[105.642825,29.258357],[105.635117,29.265703],[105.640697,29.272044],[105.641149,29.277323],[105.632021,29.283312],[105.628368,29.283937],[105.625118,29.281848],[105.626,29.278694],[105.611663,29.27342],[105.61528,29.266444],[105.60949,29.259664],[105.605034,29.257665],[105.603418,29.259452],[105.606504,29.263886],[105.607998,29.276984],[105.606781,29.27812],[105.60213,29.278804],[105.59518,29.274768],[105.573942,29.273707],[105.554611,29.281439],[105.534965,29.276393],[105.522278,29.271049],[105.517729,29.266533],[105.514475,29.266376],[105.505125,29.27523],[105.506347,29.280572],[105.510679,29.283507],[105.506021,29.289484],[105.481886,29.279916],[105.47137,29.281322],[105.472137,29.284698],[105.470855,29.286542],[105.46279,29.290373],[105.456475,29.290738],[105.455437,29.292986],[105.464294,29.32266],[105.455626,29.330782],[105.450809,29.331972],[105.451074,29.327223],[105.442659,29.322503],[105.438391,29.323926],[105.427737,29.32109],[105.421698,29.317528],[105.419242,29.312391],[105.415365,29.31467],[105.420339,29.333553],[105.416203,29.346391],[105.412202,29.352441],[105.418295,29.359805],[105.4339,29.36687],[105.437076,29.369688],[105.434443,29.374093],[105.427855,29.379545],[105.4273,29.381837],[105.439295,29.390746],[105.437518,29.396016],[105.438249,29.400281],[105.440331,29.401252],[105.439944,29.402988],[105.427891,29.412154],[105.424219,29.421355],[105.396118,29.425882],[105.384371,29.425471],[105.369836,29.420039],[105.368954,29.421393],[105.371232,29.428993],[105.394551,29.440198],[105.393939,29.445266],[105.385634,29.455664],[105.372978,29.460463],[105.360126,29.460896],[105.358794,29.457051],[105.350762,29.44951],[105.346216,29.452876],[105.340239,29.450751],[105.334919,29.442276],[105.32085,29.450711],[105.32208,29.455118],[105.327349,29.453175],[105.33237,29.456707],[105.335363,29.462388],[105.334681,29.466607],[105.326932,29.474944],[105.317166,29.476949],[105.316696,29.486654],[105.320056,29.497908],[105.317193,29.502261],[105.315716,29.51658],[105.305903,29.528775],[105.302546,29.529708],[105.297706,29.53604],[105.291427,29.537197],[105.289838,29.541914],[105.293003,29.566507],[105.296969,29.577306],[105.30371,29.578926],[105.309666,29.575809],[105.313384,29.5799],[105.312955,29.587997],[105.308295,29.592163],[105.307773,29.596971],[105.317365,29.612314],[105.320584,29.612153],[105.32673,29.606628],[105.321051,29.599212],[105.332444,29.599291],[105.338068,29.605373],[105.34342,29.623084],[105.351279,29.62953],[105.357034,29.631675],[105.361477,29.630778],[105.364985,29.623867],[105.371224,29.623718],[105.375178,29.625915],[105.377108,29.63277],[105.3739,29.635414],[105.370832,29.643799],[105.373766,29.646602],[105.383219,29.649493],[105.389863,29.653761],[105.389431,29.657926],[105.382272,29.669774],[105.37965,29.671231],[105.384871,29.672957],[105.386593,29.678859],[105.397767,29.674626],[105.403447,29.678689],[105.409646,29.68657],[105.415882,29.690519],[105.419471,29.690739],[105.430949,29.678951],[105.457394,29.677276],[105.460532,29.675937],[105.473483,29.678018],[105.478101,29.680925],[105.479009,29.681919],[105.469707,29.699969],[105.46857,29.705538],[105.469558,29.710354],[105.475041,29.718681],[105.480968,29.721509],[105.48849,29.723652],[105.491448,29.720233],[105.493985,29.713077],[105.505171,29.708479],[105.508976,29.709091],[105.516977,29.706763],[105.523017,29.698035],[105.535784,29.697087],[105.535389,29.700476],[105.53007,29.702102],[105.526518,29.710451],[105.542775,29.722692],[105.538576,29.730532],[105.539229,29.737051],[105.544631,29.738679],[105.547858,29.738038],[105.555157,29.729511],[105.562671,29.72754],[105.563972,29.730327],[105.560375,29.740118],[105.56368,29.74499],[105.572428,29.748348],[105.572173,29.761433],[105.566323,29.763498],[105.566345,29.767389],[105.582167,29.786635],[105.576327,29.793976],[105.583357,29.815148],[105.578815,29.821144],[105.585331,29.826211],[105.592427,29.82161],[105.601443,29.82034],[105.606456,29.826411],[105.604248,29.829057],[105.604671,29.832993],[105.613459,29.848811],[105.616296,29.84852],[105.617428,29.845008],[105.623027,29.83986],[105.637884,29.840468],[105.641492,29.843038],[105.648958,29.844652],[105.656867,29.844095],[105.665267,29.846859],[105.667763,29.853427],[105.67426,29.857241],[105.68648,29.854985],[105.688443,29.848679],[105.694749,29.845445],[105.705478,29.843344],[105.712804,29.850104],[105.715782,29.855688],[105.716061,29.859641],[105.733954,29.864753],[105.729208,29.869927],[105.731192,29.885281],[105.729504,29.889233],[105.725562,29.895279],[105.718828,29.895614],[105.712395,29.898285],[105.707615,29.902403],[105.707201,29.906471],[105.712187,29.907042],[105.710186,29.918817],[105.705403,29.920758],[105.69755,29.93091],[105.706712,29.930227],[105.710769,29.932568],[105.71563,29.939407],[105.715278,29.942082],[105.713171,29.943026],[105.717168,29.950864],[105.727647,29.960221],[105.726234,29.968301],[105.71992,29.978022],[105.720239,29.986651],[105.728678,30.00146],[105.743723,30.005047],[105.752797,30.016538],[105.749925,30.027066],[105.745075,30.036469],[105.738755,30.035932],[105.726479,30.027931],[105.723077,30.03007],[105.722335,30.037637],[105.717399,30.044066],[105.70348,30.038149],[105.684602,30.041159],[105.680796,30.050622],[105.672362,30.060437],[105.673659,30.067765],[105.668345,30.076212],[105.661789,30.070779],[105.655703,30.07015],[105.636191,30.075945],[105.634608,30.079195],[105.633043,30.09589],[105.638376,30.10209],[105.632234,30.106175],[105.608383,30.11153],[105.592449,30.111746],[105.583002,30.124086],[105.57499,30.128321],[105.569215,30.12739],[105.570766,30.139627],[105.574138,30.143976],[105.580093,30.14645],[105.59063,30.147155],[105.593381,30.161351],[105.58058,30.166086],[105.567493,30.164351],[105.553777,30.15318],[105.552753,30.147203],[105.551335,30.146573],[105.542364,30.149518],[105.532988,30.155192],[105.53138,30.164991],[105.534134,30.170694],[105.556439,30.187109],[105.565967,30.185906],[105.569066,30.182638],[105.568131,30.179371],[105.569435,30.177374],[105.575729,30.175356],[105.582536,30.177026],[105.584516,30.183964],[105.586924,30.18693],[105.594427,30.18713],[105.594513,30.183261],[105.601602,30.180279],[105.609914,30.183587],[105.615784,30.19004],[105.627878,30.186224],[105.640503,30.189029],[105.64111,30.19613],[105.639046,30.201768],[105.642463,30.211528],[105.655767,30.210542],[105.657941,30.214624],[105.656462,30.219961],[105.651793,30.225985],[105.648641,30.225644],[105.648363,30.222789],[105.643164,30.221753],[105.631926,30.22209],[105.615534,30.237911],[105.617844,30.244651],[105.614821,30.247376],[105.613916,30.260904],[105.620635,30.27861],[105.642617,30.276418],[105.650298,30.269355],[105.656855,30.266779],[105.661017,30.266657],[105.661738,30.269005],[105.664127,30.268425],[105.665376,30.25676],[105.666858,30.256115],[105.682483,30.255847],[105.688854,30.259534],[105.697117,30.260222],[105.70783,30.258984],[105.718571,30.253543],[105.721204,30.25822],[105.717528,30.263477],[105.717745,30.266265],[105.726223,30.268794],[105.73142,30.273942],[105.732274,30.27914],[105.723806,30.281055],[105.718813,30.278116],[105.708938,30.287288],[105.706274,30.306944],[105.708721,30.322046],[105.713008,30.327575],[105.720098,30.324744],[105.723389,30.320191],[105.727936,30.320109],[105.728409,30.324227],[105.730078,30.324477],[105.731356,30.322477],[105.737835,30.321736],[105.737352,30.325471],[105.729847,30.336042],[105.730026,30.338546],[105.731574,30.339966],[105.746622,30.342515],[105.751165,30.34589],[105.752406,30.349352],[105.747824,30.361041],[105.765587,30.378822],[105.764043,30.384156],[105.759665,30.384909],[105.755388,30.388418],[105.761763,30.392296],[105.761101,30.394667],[105.76354,30.402565],[105.770069,30.411739],[105.784496,30.41186],[105.791327,30.421429],[105.786579,30.429803],[105.79261,30.433605],[105.797345,30.430013],[105.812661,30.439722],[105.819299,30.439926],[105.82711,30.434841],[105.831029,30.421219],[105.839151,30.415462],[105.834323,30.407869],[105.835368,30.400565],[105.837422,30.396974],[105.841671,30.39412],[105.846948,30.39608],[105.857707,30.412716],[105.860729,30.413292],[105.868416,30.408666],[105.869217,30.404116],[105.865394,30.400627],[105.868203,30.392303],[105.876237,30.388776],[105.882389,30.393532],[105.885301,30.403502],[105.881915,30.406723],[105.882355,30.408847],[105.887691,30.413493],[105.892927,30.407846],[105.898487,30.404951],[105.900079,30.410177],[105.903971,30.405018],[105.899834,30.399371],[105.896351,30.400857],[105.894707,30.399778],[105.894108,30.393408],[105.898308,30.389176],[105.912706,30.398523],[105.920922,30.39343],[105.940809,30.375347],[105.949763,30.376829],[105.954468,30.379919],[105.965346,30.379876],[105.967975,30.376807],[105.974749,30.373841],[105.975947,30.375555],[105.978667,30.375366],[105.981474,30.378858],[105.982884,30.37806],[105.988763,30.381879],[105.984028,30.377811],[105.982583,30.374348],[105.987338,30.37002],[105.989274,30.371456],[105.991716,30.369541],[105.994593,30.371497],[105.993483,30.37283],[105.996227,30.374483],[105.998052,30.379348],[106.019969,30.374394],[106.028496,30.370766],[106.045588,30.352983],[106.050539,30.350069],[106.049554,30.347517],[106.065412,30.342911],[106.070309,30.337542],[106.073353,30.339258],[106.075686,30.347004],[106.084838,30.34839],[106.087602,30.338057],[106.085848,30.32878],[106.098955,30.323915],[106.099649,30.322353],[106.097338,30.317985],[106.10204,30.313434],[106.104617,30.314138],[106.104434,30.316878],[106.109225,30.320234],[106.116423,30.316461],[106.118952,30.316582],[106.12053,30.313426],[106.117964,30.309592],[106.122144,30.304449],[106.127796,30.304764],[106.1296,30.311779],[106.11984,30.327858],[106.128448,30.326957],[106.129567,30.320087],[106.128568,30.316161],[106.153001,30.316493],[106.158108,30.313966],[106.159571,30.309565],[106.166782,30.306877],[106.173163,30.28542],[106.172155,30.277519],[106.175871,30.275191],[106.176427,30.264047],[106.166665,30.252583],[106.175235,30.242615],[106.178756,30.242634],[106.175998,30.234334],[106.197833,30.236785],[106.196811,30.229912],[106.187869,30.218701],[106.200597,30.20655],[106.210073,30.204843],[106.220362,30.211543],[106.223916,30.216351],[106.228697,30.214322],[106.235898,30.204453],[106.235188,30.200359],[106.228822,30.19357],[106.232162,30.187967],[106.240256,30.180491],[106.243907,30.183131],[106.245713,30.191067],[106.24162,30.196681],[106.243003,30.200826],[106.251013,30.20144],[106.253893,30.19813],[106.257353,30.200114],[106.260684,30.197242],[106.260737,30.193617],[106.25854,30.192197],[106.26119,30.187498],[106.265297,30.18712],[106.267792,30.188623],[106.267722,30.208252],[106.266174,30.21015],[106.260376,30.211883],[106.257168,30.216689],[106.262096,30.217621],[106.271881,30.213923],[106.275253,30.211255],[106.275622,30.208251],[106.273149,30.204683],[106.273687,30.198375],[106.280375,30.199439],[106.290117,30.210637],[106.287754,30.222265],[106.30315,30.228963],[106.295361,30.240398],[106.29623,30.241519],[106.305511,30.239835],[106.316811,30.232623],[106.331019,30.228178],[106.336082,30.240763],[106.349913,30.245055],[106.361475,30.245234],[106.368458,30.251281],[106.381566,30.246046],[106.386343,30.245737],[106.382313,30.252512],[106.37898,30.253154],[106.378884,30.258055],[106.386302,30.257783],[106.398418,30.244641],[106.409318,30.24589],[106.419402,30.25503],[106.424957,30.256206],[106.426472,30.262935],[106.424651,30.265274],[106.415828,30.267512],[106.404616,30.277566],[106.414966,30.281699],[106.42114,30.279039],[106.430247,30.27948],[106.431471,30.284135],[106.429144,30.289208],[106.424586,30.292551],[106.425105,30.294423],[106.430971,30.297825],[106.437451,30.290907],[106.442046,30.294782],[106.438153,30.301815],[106.431814,30.306128],[106.436971,30.312447],[106.452228,30.308604],[106.445491,30.306178],[106.44435,30.301352],[106.447412,30.29949],[106.450451,30.299835],[106.452376,30.304606],[106.455394,30.30497],[106.465189,30.301166],[106.467906,30.302283],[106.4693,30.305033],[106.475409,30.30485],[106.495413,30.29824],[106.495893,30.292949],[106.505312,30.291828],[106.507265,30.292475],[106.507094,30.29805],[106.508924,30.300248],[106.521867,30.304828],[106.541204,30.299306],[106.542411,30.311627],[106.547474,30.316616],[106.554214,30.318622],[106.558719,30.316701],[106.567991,30.308732],[106.582451,30.305961],[106.586679,30.297155],[106.589613,30.295189],[106.608259,30.295951],[106.619896,30.282988],[106.620914,30.269294],[106.626914,30.268026],[106.630153,30.269844],[106.639767,30.251928],[106.639232,30.249727],[106.629933,30.248913],[106.619312,30.244671],[106.60448,30.235929],[106.605739,30.232112],[106.609113,30.230117],[106.615976,30.229909],[106.618564,30.22602],[106.624651,30.223934],[106.624125,30.219562],[106.627184,30.218575],[106.62834,30.214904],[106.625848,30.211115],[106.622485,30.210819],[106.621578,30.206691],[106.625298,30.199884],[106.628798,30.198805],[106.631365,30.20036],[106.632953,30.199046],[106.631911,30.195434],[106.628561,30.191986],[106.629165,30.189181],[106.63286,30.18879],[106.635819,30.191033],[106.64208,30.192369],[106.646303,30.191807],[106.645258,30.188997],[106.638094,30.182331],[106.63751,30.179808],[106.6391,30.178036],[106.650381,30.176864],[106.651441,30.17532],[106.651785,30.17154],[106.647116,30.167917],[106.64706,30.165224],[106.652272,30.164379],[106.655554,30.168628],[106.660822,30.170533],[106.662608,30.169162],[106.662296,30.164062],[106.666072,30.158858],[106.673382,30.161398],[106.676221,30.160317],[106.675574,30.156591],[106.670116,30.152509],[106.671053,30.149312],[106.66762,30.124085],[106.689412,30.128479],[106.686463,30.120013],[106.697686,30.117891],[106.696026,30.11348],[106.695846,30.099885],[106.698415,30.095452],[106.697072,30.089076],[106.69398,30.084532],[106.695265,30.076681],[106.700024,30.070601],[106.709553,30.071622],[106.723488,30.058976],[106.723604,30.056048],[106.719083,30.046785],[106.727219,30.029232],[106.738619,30.028254],[106.748658,30.022081],[106.767848,30.018225],[106.782682,30.02002],[106.804411,30.032999],[106.821874,30.034129],[106.831652,30.045249],[106.833806,30.052546],[106.837971,30.051941],[106.856057,30.033755],[106.855119,30.030278],[106.872957,30.033657],[106.882964,30.037496],[106.887617,30.033421],[106.898851,30.035735],[106.901533,30.02929],[106.905982,30.027358],[106.9099,30.027838],[106.919711,30.03774],[106.932775,30.042422],[106.940321,30.039896],[106.943574,30.041531],[106.95255,30.0563],[106.953171,30.059945],[106.950154,30.064132],[106.953028,30.071728],[106.964795,30.084285],[106.976569,30.088408],[106.981352,30.086917],[106.984302,30.082943],[106.994904,30.064473],[106.994749,30.059788],[106.99842,30.055961],[107.010743,30.054444],[107.014285,30.046162],[107.014973,30.04041],[107.020044,30.036937],[107.027317,30.035499],[107.039699,30.037391],[107.037833,30.041952],[107.032982,30.047215],[107.036919,30.057063],[107.039101,30.058093],[107.047634,30.055162],[107.046545,30.05107],[107.04775,30.046418],[107.050903,30.044692],[107.062582,30.048196],[107.071752,30.054664],[107.080608,30.066768],[107.069706,30.077248],[107.0682,30.083846],[107.075939,30.10072],[107.077615,30.101524],[107.091587,30.094133],[107.096726,30.096551],[107.104587,30.104271],[107.101516,30.112757],[107.102574,30.119071],[107.108611,30.120421],[107.116301,30.118906],[107.127418,30.123806],[107.137126,30.136123],[107.141141,30.143446],[107.14154,30.147823],[107.195058,30.193835],[107.215885,30.216297],[107.236221,30.242228],[107.252543,30.26932],[107.256034,30.276307],[107.254236,30.280486],[107.254598,30.285154],[107.262353,30.294953],[107.267955,30.309133],[107.273877,30.315621],[107.278298,30.329677],[107.283011,30.337827],[107.297672,30.355432],[107.308351,30.360932],[107.332358,30.380849],[107.333468,30.385138],[107.332032,30.385914],[107.338063,30.400663],[107.34243,30.417232],[107.339391,30.423369],[107.339676,30.42621],[107.356653,30.465008],[107.366961,30.478861],[107.400329,30.514466],[107.401348,30.516761],[107.400095,30.521371],[107.40428,30.523917],[107.414779,30.518991],[107.42479,30.521737],[107.427721,30.523965],[107.438003,30.53704],[107.428418,30.542927],[107.423463,30.550075],[107.423924,30.55238],[107.453946,30.574289],[107.461842,30.582409],[107.461399,30.588876],[107.480404,30.600461],[107.489929,30.621376],[107.497326,30.626953],[107.509682,30.643633],[107.510879,30.646282],[107.509477,30.649234],[107.491313,30.668211],[107.475328,30.666873],[107.469708,30.66978],[107.460021,30.681154],[107.455884,30.688968],[107.456921,30.697619],[107.442501,30.714981],[107.431625,30.721867],[107.420005,30.742641],[107.42073,30.748185],[107.435,30.748349],[107.441902,30.754288],[107.441571,30.756179],[107.435467,30.758449],[107.433806,30.761367],[107.437992,30.766253],[107.439914,30.77507],[107.437398,30.776167],[107.439944,30.780236],[107.442201,30.780798],[107.458075,30.772611],[107.46198,30.777023],[107.455408,30.788091],[107.461608,30.787032],[107.468689,30.788209],[107.472282,30.794008],[107.472307,30.801296],[107.494366,30.812027],[107.494049,30.814556],[107.487859,30.817438],[107.484863,30.824965],[107.485497,30.828868],[107.488155,30.831169],[107.487665,30.835732],[107.485708,30.836957],[107.482129,30.835993],[107.479865,30.840249],[107.503803,30.850547],[107.512415,30.858235],[107.518532,30.847259],[107.532259,30.850762],[107.542668,30.850854],[107.550474,30.848736],[107.553267,30.849375],[107.556142,30.852618],[107.568863,30.849685],[107.593156,30.837407],[107.601048,30.842928],[107.606643,30.844841],[107.611223,30.837963],[107.614572,30.827543],[107.631329,30.815321],[107.637794,30.814389],[107.638748,30.815247],[107.635783,30.819575],[107.643492,30.827964],[107.646447,30.828138],[107.664267,30.847901],[107.681711,30.87115],[107.688357,30.875731],[107.693405,30.876094],[107.699771,30.873341],[107.712664,30.892329],[107.737861,30.885105],[107.750445,30.86477],[107.75285,30.864943],[107.747682,30.848681],[107.752953,30.842812],[107.751032,30.8325],[107.754006,30.829982],[107.758903,30.819663],[107.763401,30.817727],[107.771461,30.81725],[107.77478,30.820228],[107.783204,30.821315],[107.791724,30.817565],[107.811975,30.804599],[107.818778,30.803851],[107.836625,30.795689],[107.843211,30.794625],[107.854483,30.800041],[107.858079,30.805568],[107.877318,30.818024],[107.886085,30.829182],[107.887124,30.833461],[107.895381,30.84011],[107.927711,30.862933],[107.931916,30.863289],[107.948404,30.873023],[107.951779,30.877992],[107.95096,30.880948],[107.952244,30.885388],[107.978809,30.901237],[107.985346,30.903303],[107.989913,30.907567],[107.990885,30.911151],[107.958767,30.918509],[107.944999,30.919362],[107.932872,30.930348],[107.931016,30.93335],[107.935434,30.952463],[107.934961,30.957435],[107.932989,30.959105],[107.933152,30.970576],[107.936943,30.98911],[107.939393,30.992004],[107.948509,30.987781],[107.966487,30.984151],[107.976822,30.984247],[107.981499,30.989044],[107.992929,31.009475],[108,31.02691],[108.009996,31.026884],[108.018278,31.031227],[108.020939,31.035248],[108.040929,31.04245],[108.048967,31.042665],[108.054955,31.052604],[108.054343,31.05595],[108.045057,31.060234],[108.041808,31.063935],[108.022213,31.064836],[108.019957,31.066488],[108.019478,31.068389],[108.023193,31.073208],[108.020066,31.079831],[108.01994,31.091014],[108.017862,31.095463],[108.010704,31.098103],[108.005092,31.112101],[108.008465,31.117061],[108.013357,31.11531],[108.022552,31.119155],[108.023198,31.124552],[108.030184,31.139819],[108.035944,31.145372],[108.038759,31.147176],[108.052955,31.14877],[108.053732,31.150383],[108.049907,31.1588],[108.067275,31.173858],[108.063174,31.17615],[108.06459,31.178728],[108.073366,31.188786],[108.088085,31.193257],[108.084544,31.208496],[108.080931,31.212192],[108.079343,31.216469],[108.07501,31.219378],[108.06384,31.221864],[108.064876,31.224807],[108.07403,31.229967],[108.072089,31.233993],[108.026564,31.219868],[108.02347,31.226902],[108.024334,31.231504],[108.0271,31.234937],[108.025124,31.24087],[108.015021,31.245853],[108.027627,31.252301],[108.043202,31.257047],[108.048461,31.255782],[108.056406,31.257784],[108.063242,31.264223],[108.076931,31.263571],[108.085383,31.267165],[108.091192,31.271023],[108.0891,31.276294],[108.097049,31.28072],[108.099555,31.284113],[108.131977,31.30097],[108.138268,31.302367],[108.15676,31.31543],[108.157501,31.319747],[108.161121,31.323153],[108.176898,31.327238],[108.182288,31.341716],[108.176428,31.344223],[108.175814,31.354091],[108.168075,31.359002],[108.15432,31.362942],[108.154705,31.367936],[108.149469,31.375389],[108.156873,31.381232],[108.162013,31.381862],[108.163692,31.380006],[108.169155,31.382961],[108.172499,31.388111],[108.172661,31.3917],[108.177498,31.395169],[108.189058,31.397499],[108.196285,31.396298],[108.203188,31.400397],[108.211849,31.414017],[108.212843,31.428614],[108.208337,31.43466],[108.205898,31.441445],[108.218976,31.449338],[108.221664,31.457353],[108.219062,31.469283],[108.207862,31.470962],[108.201372,31.465934],[108.196715,31.466521],[108.192039,31.469995],[108.189789,31.473494],[108.189846,31.479206],[108.184879,31.484082],[108.186554,31.492684],[108.20998,31.497256],[108.220893,31.502512],[108.221336,31.505941],[108.225003,31.508715],[108.232413,31.509705],[108.243241,31.50353],[108.244953,31.50058],[108.25124,31.501053],[108.259506,31.50588],[108.27285,31.503291],[108.278909,31.510698],[108.291102,31.505129],[108.306446,31.508754],[108.318323,31.504173],[108.324005,31.508365],[108.335669,31.51202],[108.342127,31.516204],[108.344522,31.520256],[108.342875,31.527596],[108.336907,31.529964],[108.336296,31.533576],[108.336477,31.542395],[108.344003,31.548505],[108.357653,31.547858],[108.37125,31.545093],[108.385051,31.549021],[108.387575,31.559485],[108.38692,31.564951],[108.373457,31.572473],[108.381311,31.574344],[108.389862,31.579961],[108.384265,31.588375],[108.384731,31.592533],[108.39972,31.607138],[108.40856,31.608179],[108.409629,31.610844],[108.413528,31.612444],[108.416523,31.616961],[108.414383,31.619756],[108.417735,31.623384],[108.420187,31.625193],[108.424524,31.624005],[108.432729,31.634078],[108.44245,31.636404],[108.453894,31.630932],[108.457158,31.623707],[108.461173,31.620414],[108.46384,31.622457],[108.465293,31.62897],[108.463646,31.635852],[108.468835,31.641585],[108.485087,31.642484],[108.488267,31.644827],[108.491157,31.652143],[108.511697,31.659791],[108.513754,31.666745],[108.516141,31.668554],[108.5243,31.668577],[108.529867,31.671756],[108.539161,31.666252],[108.541564,31.668006],[108.542513,31.670719],[108.539061,31.676338],[108.529596,31.68009],[108.511011,31.69635],[108.514279,31.700677],[108.520182,31.703263],[108.521575,31.708115],[108.520508,31.71399],[108.516316,31.727971],[108.512237,31.730819],[108.506584,31.731671],[108.501698,31.736575],[108.514944,31.74843],[108.531791,31.759684],[108.524418,31.760153],[108.521893,31.762832],[108.51785,31.763755],[108.511466,31.763347],[108.507422,31.766575],[108.486975,31.775658],[108.484441,31.774075],[108.483466,31.783085],[108.47135,31.780615],[108.464342,31.784052],[108.460062,31.782825],[108.455362,31.783718],[108.447023,31.790142],[108.449536,31.790895],[108.458966,31.803078],[108.46137,31.808108],[108.458702,31.814217],[108.449732,31.814216],[108.438718,31.811108],[108.420621,31.812981],[108.395547,31.825],[108.3841,31.832962],[108.386164,31.838403],[108.382921,31.846348],[108.381969,31.853829],[108.376862,31.857653],[108.372375,31.857739],[108.367847,31.853796],[108.358982,31.854949],[108.340259,31.863583],[108.331954,31.871571],[108.330393,31.876935],[108.321481,31.885074],[108.306427,31.903276],[108.303871,31.908557],[108.295609,31.913318],[108.283046,31.911558],[108.27793,31.920021],[108.28271,31.937523],[108.276804,31.955154],[108.272874,31.960227],[108.256684,31.968574],[108.263331,31.982571],[108.269456,31.983599],[108.277046,31.982407],[108.280605,31.98455],[108.280951,31.991064],[108.296983,31.994621],[108.303571,31.99966],[108.310236,31.996363],[108.319933,31.987862],[108.334956,31.983643],[108.348115,31.974958],[108.355003,31.982144],[108.363199,31.986524],[108.365999,31.990872],[108.362285,31.995435],[108.340306,32.006007],[108.329876,32.015894],[108.322723,32.019007],[108.335851,32.032244],[108.349824,32.031941],[108.361287,32.038427],[108.352072,32.04899],[108.353426,32.053694],[108.351419,32.057048],[108.341545,32.061136],[108.339412,32.068474],[108.345012,32.07352],[108.354949,32.073476],[108.362395,32.074738],[108.367144,32.078349],[108.373165,32.07781],[108.392698,32.070146],[108.403287,32.069149],[108.405465,32.072126],[108.408125,32.072291],[108.414795,32.066422],[108.423903,32.063239],[108.44309,32.072246],[108.446667,32.075631],[108.448228,32.078306],[108.448525,32.093103],[108.4371,32.095876],[108.428156,32.103401],[108.410231,32.131874],[108.410029,32.13485],[108.40256,32.144073],[108.37699,32.156067],[108.379814,32.155663],[108.384201,32.158453],[108.368779,32.170986],[108.364733,32.176243],[108.365406,32.178017],[108.378142,32.182682],[108.396923,32.195517],[108.402026,32.198052],[108.418565,32.190238],[108.429805,32.193366],[108.43903,32.191013],[108.452936,32.182562],[108.465726,32.184347],[108.474829,32.183223],[108.479619,32.186143],[108.486014,32.194929],[108.4974,32.198722],[108.504557,32.204171],[108.531512,32.18835],[108.534266,32.182256],[108.54507,32.178424],[108.553089,32.180336],[108.566334,32.175675],[108.581468,32.174134],[108.590811,32.159385],[108.596444,32.15763],[108.602286,32.157974],[108.612066,32.151328],[108.628301,32.136478],[108.642017,32.132069],[108.64774,32.126515],[108.649462,32.120396],[108.661178,32.115511],[108.669242,32.104907],[108.687441,32.104798],[108.696412,32.107417],[108.711199,32.10632],[108.727559,32.109582],[108.734712,32.107105],[108.744472,32.100513],[108.746935,32.096974],[108.748296,32.088914],[108.746738,32.08203],[108.748168,32.075026],[108.75035,32.072442],[108.763404,32.067271],[108.772351,32.055834],[108.784766,32.050038],[108.799901,32.046923],[108.810996,32.047753],[108.831206,32.04095],[108.845867,32.030225],[108.851278,32.019821],[108.8655,32.003865],[108.875345,32.001349],[108.89664,31.987887],[108.904233,31.989961],[108.92204,31.989977],[108.932253,31.99224],[108.950259,31.981307],[108.961212,31.985779],[108.979025,31.983773],[108.985351,31.981977],[108.98926,31.978385],[108.999049,31.973523],[109.006895,31.973095],[109.016254,31.965646],[109.026407,31.961742],[109.034837,31.963002],[109.041486,31.957443],[109.043671,31.95199],[109.054534,31.943986],[109.062672,31.942252],[109.075504,31.934601],[109.078515,31.934751],[109.089818,31.920132],[109.104789,31.911333],[109.110858,31.905902],[109.117553,31.894919],[109.128101,31.893642],[109.161474,31.878189],[109.179344,31.862213],[109.185597,31.856218],[109.185206,31.852741],[109.187861,31.84949],[109.195583,31.846238],[109.186607,31.828042],[109.18858,31.821589],[109.199995,31.819945],[109.205595,31.820949],[109.222732,31.815142],[109.227326,31.811421],[109.235775,31.814462],[109.253096,31.806045],[109.265344,31.804358],[109.270532,31.802058],[109.269465,31.793145],[109.27051,31.786906],[109.275016,31.780031],[109.257983,31.77391],[109.254744,31.769749],[109.250009,31.769731],[109.249,31.762423],[109.251207,31.760466],[109.266429,31.75869],[109.267756,31.754644],[109.265278,31.752016],[109.266857,31.750123],[109.274961,31.748473],[109.278614,31.740749],[109.274342,31.730803],[109.276139,31.71932],[109.28003,31.719248],[109.289128,31.714561],[109.298768,31.712206],[109.305641,31.713077],[109.318959,31.710699],[109.360932,31.710486],[109.383936,31.706875],[109.391114,31.71012],[109.40933,31.711159],[109.410506,31.712488],[109.409942,31.719155],[109.41516,31.722844],[109.431686,31.723339],[109.445783,31.725716],[109.450922,31.724099],[109.453869,31.718166],[109.458624,31.716063],[109.473556,31.721424],[109.482528,31.722923],[109.487528,31.723104],[109.499488,31.719191],[109.520623,31.726338],[109.522662,31.723902],[109.526754,31.724297],[109.543853,31.731877],[109.549593,31.727448],[109.574269,31.730412],[109.579602,31.728487]]]}},{type:"Feature",properties:{name:"四川省",province_adcode:51e4,province_type:"省",name_en:"Sichuan",name_var:"Sì Chuān",adcode:51e4},geometry:{type:"Polygon",coordinates:[[[102.958404,34.27996],[102.959629,34.263645],[102.957804,34.261597],[102.968222,34.252726],[102.973512,34.234965],[102.970627,34.198381],[102.977778,34.19827],[102.985739,34.192903],[103.006765,34.185436],[103.016062,34.189498],[103.021592,34.189877],[103.037744,34.18626],[103.048092,34.193393],[103.048264,34.196814],[103.066857,34.188646],[103.079771,34.186292],[103.099195,34.177491],[103.113616,34.176761],[103.122087,34.164723],[103.121254,34.149196],[103.123636,34.138375],[103.128112,34.133084],[103.126197,34.12783],[103.119694,34.122122],[103.120785,34.112402],[103.132922,34.101758],[103.138626,34.104788],[103.147032,34.104569],[103.16166,34.091331],[103.17704,34.08081],[103.17234,34.079465],[103.168518,34.081234],[103.165963,34.077446],[103.165818,34.073529],[103.169427,34.073284],[103.172168,34.069862],[103.169087,34.066704],[103.158231,34.068954],[103.142746,34.06244],[103.128022,34.068206],[103.120951,34.043863],[103.116519,34.036374],[103.124933,34.036923],[103.132903,34.039488],[103.145387,34.036864],[103.14835,34.025813],[103.147645,34.016958],[103.152762,34.014717],[103.155866,34.011366],[103.157119,34.005839],[103.152323,33.996026],[103.145523,33.99371],[103.139127,33.987595],[103.138687,33.980618],[103.134582,33.974133],[103.123152,33.97145],[103.118123,33.963682],[103.116904,33.952081],[103.123238,33.939911],[103.122026,33.93527],[103.12589,33.930297],[103.133867,33.932043],[103.142573,33.927516],[103.149172,33.926845],[103.151256,33.932017],[103.153143,33.9329],[103.166287,33.932181],[103.16937,33.924414],[103.179321,33.912836],[103.183737,33.904065],[103.182395,33.897942],[103.177291,33.892871],[103.167764,33.875322],[103.163167,33.870269],[103.162026,33.864245],[103.164388,33.855035],[103.150332,33.822682],[103.149911,33.816673],[103.158337,33.807032],[103.16286,33.808568],[103.175318,33.803082],[103.18341,33.803902],[103.190131,33.802193],[103.201953,33.794639],[103.215753,33.793853],[103.225179,33.795578],[103.226343,33.801243],[103.244347,33.814582],[103.248445,33.815831],[103.269117,33.811523],[103.279328,33.806195],[103.284021,33.799934],[103.284546,33.789781],[103.278218,33.786094],[103.275774,33.779791],[103.277124,33.774879],[103.29666,33.765239],[103.311287,33.75215],[103.330673,33.743796],[103.337795,33.743024],[103.367419,33.748021],[103.374136,33.751999],[103.387705,33.754009],[103.392754,33.750975],[103.407489,33.748918],[103.41637,33.74981],[103.430878,33.745405],[103.438877,33.752481],[103.44098,33.758305],[103.438896,33.769843],[103.441294,33.77877],[103.446653,33.784914],[103.454994,33.785035],[103.460369,33.788621],[103.473992,33.811713],[103.477535,33.812514],[103.490472,33.807369],[103.502689,33.813711],[103.518242,33.811781],[103.529688,33.802174],[103.529703,33.780332],[103.53444,33.776465],[103.537852,33.768222],[103.533292,33.767422],[103.534366,33.754738],[103.528712,33.753929],[103.528981,33.7512],[103.535756,33.746513],[103.547258,33.742246],[103.543289,33.721801],[103.526285,33.69939],[103.524991,33.689994],[103.522294,33.686884],[103.517548,33.684787],[103.518726,33.680023],[103.52528,33.68322],[103.528889,33.68295],[103.533358,33.681139],[103.538872,33.674957],[103.54826,33.673674],[103.551403,33.677758],[103.559538,33.700299],[103.566532,33.704773],[103.57436,33.704213],[103.577997,33.706099],[103.581316,33.714352],[103.590381,33.717539],[103.58857,33.729726],[103.595046,33.731374],[103.598066,33.730302],[103.596861,33.719554],[103.610003,33.715029],[103.618188,33.717317],[103.61666,33.72537],[103.618994,33.727515],[103.623725,33.728986],[103.631049,33.725702],[103.626418,33.714465],[103.627379,33.712652],[103.633028,33.710222],[103.644499,33.71105],[103.646344,33.714607],[103.645917,33.720444],[103.649603,33.723195],[103.654777,33.716599],[103.66412,33.72125],[103.666615,33.712973],[103.657019,33.70913],[103.648173,33.702599],[103.647845,33.697361],[103.653079,33.701188],[103.664282,33.701123],[103.664707,33.695379],[103.661914,33.692778],[103.66617,33.687496],[103.671459,33.69017],[103.672099,33.693417],[103.674279,33.694703],[103.680223,33.68869],[103.684761,33.688116],[103.686694,33.690271],[103.68704,33.695123],[103.688342,33.695274],[103.706019,33.688377],[103.715859,33.680863],[103.724231,33.681337],[103.728994,33.679471],[103.732298,33.675806],[103.739437,33.673086],[103.750286,33.672174],[103.755802,33.662367],[103.76337,33.657437],[103.782644,33.666529],[103.797044,33.665053],[103.799986,33.666062],[103.807424,33.676732],[103.818437,33.681235],[103.846812,33.679377],[103.854012,33.687352],[103.862771,33.688555],[103.872899,33.687212],[103.882839,33.683275],[103.895787,33.682203],[103.930887,33.684328],[103.944595,33.678142],[103.964846,33.675498],[103.997764,33.682848],[104.011912,33.682849],[104.036123,33.688854],[104.045989,33.687123],[104.060353,33.681441],[104.068117,33.676426],[104.073378,33.676552],[104.108734,33.664235],[104.118276,33.652542],[104.131621,33.641987],[104.132906,33.636747],[104.13486,33.634877],[104.148108,33.62663],[104.149324,33.623021],[104.165876,33.614722],[104.175419,33.596167],[104.1721,33.588717],[104.173667,33.58587],[104.177564,33.583647],[104.178938,33.580279],[104.177892,33.578763],[104.166972,33.57557],[104.164553,33.570848],[104.164307,33.559123],[104.158684,33.556807],[104.154954,33.551866],[104.153207,33.543886],[104.158364,33.53686],[104.157924,33.526601],[104.16494,33.516936],[104.171938,33.515974],[104.173761,33.514354],[104.170692,33.500041],[104.176365,33.494087],[104.179502,33.48725],[104.177825,33.476964],[104.179035,33.469448],[104.184367,33.464037],[104.18953,33.461905],[104.193244,33.457025],[104.206114,33.451633],[104.210815,33.4517],[104.215177,33.443694],[104.217069,33.433408],[104.21575,33.421216],[104.219835,33.405484],[104.230042,33.403284],[104.234267,33.406623],[104.243039,33.409922],[104.249684,33.409503],[104.25676,33.402958],[104.257628,33.399348],[104.260345,33.396836],[104.264094,33.396426],[104.269134,33.389716],[104.270771,33.380243],[104.274839,33.378253],[104.283095,33.36827],[104.283613,33.356732],[104.290988,33.344191],[104.291111,33.338798],[104.293531,33.332473],[104.296215,33.331999],[104.312863,33.340163],[104.319976,33.333492],[104.327827,33.32995],[104.340258,33.335367],[104.342882,33.339283],[104.355435,33.347294],[104.371149,33.350215],[104.38921,33.342826],[104.394398,33.338368],[104.403677,33.338702],[104.411767,33.328735],[104.427391,33.328845],[104.434109,33.323861],[104.41947,33.323629],[104.409837,33.321077],[104.396035,33.314512],[104.391636,33.314451],[104.391581,33.311833],[104.395339,33.306307],[104.394453,33.297078],[104.399801,33.292717],[104.407308,33.291555],[104.410865,33.286239],[104.408439,33.283783],[104.400938,33.288397],[104.393881,33.296499],[104.383325,33.301062],[104.345815,33.302864],[104.336812,33.312409],[104.328541,33.317218],[104.321753,33.316074],[104.308844,33.307434],[104.300025,33.304755],[104.316316,33.28183],[104.320922,33.269593],[104.32096,33.262965],[104.324248,33.256134],[104.326982,33.242516],[104.326336,33.237754],[104.321639,33.227651],[104.324696,33.21672],[104.325598,33.214634],[104.329631,33.215283],[104.332502,33.213315],[104.336955,33.199685],[104.345309,33.189455],[104.349347,33.176418],[104.349578,33.167888],[104.356876,33.149671],[104.355615,33.146152],[104.365685,33.133227],[104.371394,33.117292],[104.38051,33.11018],[104.379948,33.108552],[104.357259,33.101275],[104.355475,33.092075],[104.350933,33.088062],[104.352906,33.085758],[104.36009,33.08952],[104.363622,33.088828],[104.367798,33.086937],[104.367917,33.083492],[104.361975,33.083875],[104.358034,33.081392],[104.357232,33.074501],[104.348521,33.058966],[104.337907,33.05353],[104.330653,33.045447],[104.33469,33.042773],[104.3435,33.041708],[104.353615,33.034747],[104.365696,33.030765],[104.372968,33.03145],[104.378977,33.037727],[104.390036,33.040941],[104.394589,33.036949],[104.414243,33.034779],[104.422477,33.029303],[104.423997,33.016913],[104.415215,33.010427],[104.395734,33.005852],[104.381612,32.996161],[104.375466,32.974097],[104.377077,32.966287],[104.367962,32.947409],[104.357674,32.944028],[104.341717,32.942783],[104.336893,32.947037],[104.330737,32.949563],[104.326605,32.950435],[104.31544,32.94705],[104.302256,32.954328],[104.284661,32.943146],[104.283061,32.940322],[104.284975,32.929386],[104.27939,32.919897],[104.279572,32.907825],[104.274342,32.902649],[104.274529,32.888],[104.280479,32.885533],[104.288957,32.871064],[104.288176,32.863708],[104.291126,32.855262],[104.291021,32.838755],[104.297937,32.832907],[104.31268,32.83077],[104.328823,32.826161],[104.354776,32.82617],[104.364505,32.823007],[104.369925,32.815268],[104.369476,32.809473],[104.383051,32.80183],[104.385474,32.798791],[104.396078,32.796239],[104.396152,32.791825],[104.399809,32.788169],[104.40575,32.785462],[104.417404,32.783802],[104.423693,32.778908],[104.421966,32.773748],[104.424325,32.770902],[104.435053,32.765929],[104.445255,32.763684],[104.451111,32.759025],[104.452294,32.752889],[104.454351,32.750954],[104.462093,32.75012],[104.477262,32.752362],[104.483284,32.754548],[104.488736,32.759172],[104.507604,32.757378],[104.524165,32.730653],[104.531238,32.727032],[104.538811,32.729207],[104.551452,32.73632],[104.56889,32.731409],[104.58112,32.724269],[104.5819,32.710252],[104.590544,32.696615],[104.608849,32.69117],[104.618854,32.680662],[104.63064,32.674068],[104.643106,32.66202],[104.646544,32.665257],[104.6548,32.667497],[104.661556,32.663879],[104.668807,32.665043],[104.677223,32.672091],[104.695151,32.677549],[104.702909,32.676301],[104.70715,32.662795],[104.713586,32.657459],[104.718444,32.649356],[104.724793,32.644959],[104.72831,32.644914],[104.736148,32.638162],[104.741202,32.637635],[104.743481,32.638415],[104.746552,32.642828],[104.757076,32.647923],[104.765537,32.646371],[104.769323,32.643988],[104.78953,32.644966],[104.802879,32.652077],[104.81012,32.652607],[104.815435,32.664019],[104.826477,32.665135],[104.842615,32.656503],[104.852769,32.639962],[104.865081,32.63269],[104.870028,32.626942],[104.872363,32.619343],[104.869781,32.613836],[104.873399,32.608357],[104.879406,32.603421],[104.882586,32.605031],[104.902819,32.604886],[104.91747,32.61094],[104.923201,32.609475],[104.929245,32.617541],[104.939007,32.623359],[104.943138,32.622233],[104.950991,32.623807],[104.964813,32.631305],[104.9686,32.635957],[104.981292,32.634729],[104.992811,32.641562],[105.001542,32.641832],[105.00501,32.640117],[105.012011,32.64176],[105.018588,32.645598],[105.023436,32.652059],[105.026064,32.652749],[105.043545,32.647646],[105.057837,32.647438],[105.065019,32.64183],[105.076794,32.639337],[105.086356,32.622528],[105.091931,32.617333],[105.094135,32.608554],[105.107649,32.596389],[105.135734,32.602571],[105.144616,32.607569],[105.180589,32.61787],[105.184081,32.628484],[105.199878,32.630087],[105.212323,32.641097],[105.211664,32.653781],[105.214298,32.664961],[105.217404,32.668129],[105.221745,32.669398],[105.226665,32.666169],[105.23887,32.670995],[105.248889,32.665483],[105.248789,32.662065],[105.259942,32.654053],[105.265395,32.654728],[105.275532,32.659792],[105.287535,32.656824],[105.29588,32.660462],[105.305116,32.673706],[105.31902,32.673939],[105.324656,32.680294],[105.337834,32.682166],[105.343184,32.685031],[105.351061,32.700325],[105.364581,32.714481],[105.367349,32.715013],[105.372204,32.710548],[105.374942,32.710476],[105.409288,32.724522],[105.422774,32.73563],[105.436063,32.735071],[105.441249,32.733175],[105.446339,32.734675],[105.449382,32.73743],[105.451106,32.741203],[105.450644,32.751666],[105.455076,32.755207],[105.452768,32.766231],[105.449319,32.770095],[105.446756,32.770033],[105.445429,32.765086],[105.441422,32.762002],[105.440113,32.763549],[105.440572,32.77344],[105.438575,32.776186],[105.431883,32.774152],[105.425374,32.775059],[105.424055,32.783352],[105.42066,32.787346],[105.414987,32.803861],[105.400897,32.826586],[105.39256,32.832764],[105.388805,32.837632],[105.394646,32.845618],[105.387964,32.850528],[105.389179,32.853285],[105.393862,32.852601],[105.395284,32.854299],[105.391343,32.86833],[105.385156,32.874893],[105.384894,32.8808],[105.399349,32.884875],[105.405172,32.888358],[105.410345,32.906265],[105.407717,32.911345],[105.408052,32.921722],[105.422337,32.933347],[105.432019,32.935151],[105.438055,32.933878],[105.449451,32.935201],[105.461357,32.932736],[105.483458,32.923159],[105.496803,32.912808],[105.490653,32.906081],[105.491672,32.897928],[105.489423,32.893531],[105.488313,32.884908],[105.489833,32.881033],[105.500981,32.864995],[105.510727,32.861717],[105.520738,32.849679],[105.521318,32.83942],[105.523527,32.832236],[105.530428,32.820875],[105.530072,32.815313],[105.526799,32.812915],[105.525685,32.808811],[105.52876,32.798942],[105.532082,32.793811],[105.537359,32.792483],[105.542578,32.795932],[105.552469,32.797134],[105.553731,32.791992],[105.550814,32.780672],[105.551752,32.776744],[105.558683,32.770157],[105.562538,32.769907],[105.565887,32.764622],[105.563697,32.759894],[105.559498,32.758316],[105.552803,32.751428],[105.554639,32.734691],[105.563537,32.726916],[105.569879,32.727607],[105.581055,32.732392],[105.583893,32.73122],[105.587602,32.717121],[105.587814,32.707182],[105.590538,32.703331],[105.594658,32.702071],[105.612284,32.703246],[105.625244,32.706008],[105.628516,32.71078],[105.638477,32.711261],[105.647,32.721319],[105.65167,32.722534],[105.6557,32.721715],[105.6641,32.728973],[105.67262,32.729243],[105.686884,32.744071],[105.697715,32.745141],[105.700908,32.751618],[105.704921,32.755521],[105.714944,32.761061],[105.733689,32.755054],[105.73371,32.757446],[105.736903,32.761694],[105.745007,32.769677],[105.751195,32.768352],[105.754889,32.764657],[105.761698,32.769312],[105.76641,32.769567],[105.77138,32.763693],[105.772852,32.758124],[105.77753,32.75133],[105.784087,32.754916],[105.793506,32.756494],[105.803947,32.765398],[105.806605,32.773828],[105.814517,32.774915],[105.819762,32.771572],[105.818028,32.785057],[105.814655,32.791525],[105.819015,32.800275],[105.823959,32.803471],[105.81812,32.815664],[105.823365,32.826761],[105.829229,32.827393],[105.838105,32.821819],[105.84719,32.819916],[105.852374,32.822712],[105.853034,32.826937],[105.85509,32.828716],[105.863075,32.832087],[105.869129,32.831431],[105.887416,32.838045],[105.928812,32.829373],[105.952874,32.840138],[105.956352,32.847043],[105.961688,32.85179],[105.965893,32.851279],[105.967887,32.847937],[105.974111,32.84373],[105.980189,32.842548],[105.991242,32.830273],[106.007037,32.831744],[106.009601,32.84064],[106.01805,32.849581],[106.017532,32.858326],[106.025713,32.858487],[106.030951,32.854625],[106.034113,32.855102],[106.038085,32.86132],[106.036365,32.866453],[106.038669,32.867077],[106.044582,32.859126],[106.047482,32.849259],[106.056857,32.838051],[106.067165,32.8303],[106.066091,32.826006],[106.078902,32.826099],[106.082234,32.82812],[106.089383,32.825493],[106.087374,32.81694],[106.089955,32.810082],[106.09493,32.804853],[106.096571,32.794921],[106.092427,32.791901],[106.078593,32.790076],[106.061162,32.784142],[106.058371,32.775488],[106.05986,32.772241],[106.068131,32.77024],[106.069334,32.755242],[106.083201,32.748389],[106.087315,32.744907],[106.089994,32.739863],[106.102968,32.736992],[106.108731,32.722615],[106.123696,32.7238],[106.125387,32.725318],[106.131069,32.722144],[106.140805,32.720656],[106.145054,32.716039],[106.149479,32.707231],[106.164264,32.710718],[106.173372,32.703815],[106.170723,32.70069],[106.170825,32.698481],[106.177863,32.695538],[106.203798,32.696681],[106.206615,32.700189],[106.211037,32.699787],[106.216004,32.694928],[106.237708,32.694119],[106.246127,32.698234],[106.254089,32.696868],[106.261695,32.685279],[106.264304,32.67555],[106.268794,32.672906],[106.285888,32.673523],[106.293761,32.680828],[106.31018,32.673049],[106.3338,32.67653],[106.344453,32.673501],[106.362598,32.663089],[106.375172,32.650052],[106.380166,32.649396],[106.378868,32.63874],[106.387934,32.625522],[106.39979,32.618866],[106.402379,32.621335],[106.417916,32.619114],[106.4291,32.62651],[106.446567,32.640478],[106.45303,32.658125],[106.464678,32.653389],[106.494096,32.651532],[106.496108,32.653424],[106.497154,32.660983],[106.500369,32.664147],[106.512341,32.668534],[106.536205,32.673753],[106.540621,32.677686],[106.545428,32.679324],[106.549076,32.677629],[106.552675,32.670084],[106.56977,32.679816],[106.581759,32.690273],[106.586974,32.690639],[106.60981,32.684916],[106.625068,32.683469],[106.636109,32.689643],[106.645198,32.688768],[106.658842,32.691282],[106.669005,32.697897],[106.672375,32.704856],[106.679984,32.710299],[106.690374,32.713924],[106.703131,32.72244],[106.7058,32.726438],[106.723052,32.735861],[106.727647,32.740879],[106.743228,32.737308],[106.777431,32.739022],[106.779626,32.735497],[106.776352,32.726459],[106.777656,32.717571],[106.775902,32.711417],[106.77753,32.702587],[106.781111,32.69904],[106.78465,32.700043],[106.79057,32.713198],[106.810053,32.713095],[106.810822,32.710793],[106.81897,32.706672],[106.836439,32.71424],[106.839459,32.720547],[106.842511,32.723185],[106.861304,32.727276],[106.867214,32.727328],[106.876174,32.724504],[106.881417,32.720247],[106.891963,32.72599],[106.894375,32.725883],[106.899953,32.722221],[106.900845,32.714247],[106.908843,32.705726],[106.911861,32.705303],[106.932523,32.710432],[106.941294,32.714471],[106.941665,32.716258],[106.946343,32.718764],[106.960525,32.718055],[106.9808,32.712413],[106.985544,32.713116],[106.985666,32.715669],[106.996971,32.722131],[107.00167,32.729751],[107.003995,32.730727],[107.009603,32.72588],[107.012104,32.720406],[107.025729,32.72044],[107.025094,32.716466],[107.027367,32.711805],[107.03296,32.711762],[107.045837,32.717589],[107.061734,32.710706],[107.063502,32.700497],[107.061883,32.697423],[107.056276,32.695022],[107.054444,32.684981],[107.057935,32.67842],[107.061784,32.673592],[107.071439,32.670068],[107.07868,32.669578],[107.083368,32.671655],[107.088352,32.669022],[107.093636,32.655709],[107.09125,32.648478],[107.08485,32.638582],[107.085452,32.625505],[107.093163,32.618695],[107.094796,32.615232],[107.096741,32.610555],[107.09517,32.604022],[107.100235,32.597088],[107.100861,32.592349],[107.095366,32.588544],[107.090068,32.57914],[107.087731,32.57104],[107.083709,32.566963],[107.08569,32.556333],[107.079179,32.545375],[107.067587,32.539156],[107.065247,32.533676],[107.071945,32.531441],[107.075515,32.53205],[107.093513,32.51943],[107.10812,32.516511],[107.115124,32.51298],[107.111886,32.50956],[107.107373,32.508618],[107.108179,32.502113],[107.110104,32.496745],[107.113491,32.497553],[107.118567,32.495915],[107.115572,32.487203],[107.122455,32.480515],[107.133582,32.481937],[107.145355,32.480924],[107.157782,32.477157],[107.16226,32.480853],[107.170193,32.482766],[107.179768,32.472011],[107.189937,32.469295],[107.197145,32.462107],[107.193268,32.453419],[107.199108,32.440919],[107.204065,32.437541],[107.231677,32.426627],[107.237851,32.412006],[107.245587,32.415404],[107.260106,32.405613],[107.266491,32.406564],[107.26936,32.410195],[107.260171,32.42283],[107.265903,32.424975],[107.274742,32.42471],[107.280372,32.437462],[107.278914,32.439928],[107.27857,32.447631],[107.281656,32.451926],[107.280523,32.457815],[107.276482,32.460092],[107.275838,32.465258],[107.282589,32.470387],[107.287519,32.471253],[107.290226,32.475197],[107.294292,32.490359],[107.308065,32.50057],[107.342204,32.512698],[107.362478,32.529459],[107.367052,32.537775],[107.366442,32.541656],[107.371947,32.548631],[107.382201,32.546226],[107.389154,32.542609],[107.422986,32.537807],[107.42982,32.540908],[107.432141,32.518168],[107.424084,32.503774],[107.4289,32.492961],[107.428305,32.48022],[107.434174,32.467797],[107.437452,32.466094],[107.444734,32.465618],[107.453429,32.460531],[107.455847,32.456002],[107.455365,32.44334],[107.450735,32.436643],[107.446177,32.434649],[107.444847,32.428413],[107.450211,32.42442],[107.452029,32.419764],[107.469263,32.421279],[107.474229,32.427885],[107.481281,32.427336],[107.487626,32.416725],[107.49355,32.400127],[107.531376,32.385504],[107.534933,32.38589],[107.538762,32.395803],[107.542194,32.396636],[107.547506,32.394464],[107.551763,32.395158],[107.601843,32.416713],[107.609449,32.407239],[107.614335,32.410319],[107.622151,32.410601],[107.628791,32.406378],[107.630812,32.406319],[107.634331,32.410487],[107.642596,32.415359],[107.649146,32.412254],[107.653306,32.40679],[107.667595,32.398743],[107.674685,32.400271],[107.677141,32.396135],[107.680358,32.39466],[107.687189,32.381188],[107.690472,32.369272],[107.688183,32.365101],[107.69015,32.358201],[107.694423,32.346661],[107.701618,32.334292],[107.710904,32.329816],[107.746089,32.339162],[107.751046,32.337959],[107.753335,32.32922],[107.757786,32.321593],[107.770434,32.309351],[107.784833,32.280289],[107.799994,32.26847],[107.806053,32.250679],[107.81339,32.240536],[107.820097,32.236763],[107.824261,32.229783],[107.829733,32.22443],[107.840017,32.22455],[107.841019,32.220947],[107.861363,32.204066],[107.873632,32.203926],[107.886014,32.216802],[107.899841,32.210767],[107.908109,32.201905],[107.913457,32.199497],[107.917013,32.200683],[107.919466,32.199028],[107.933118,32.183558],[107.954253,32.164206],[107.957607,32.16333],[107.972067,32.147966],[107.989472,32.149358],[107.998085,32.156282],[107.996965,32.159128],[107.997951,32.160885],[108.001485,32.159734],[108.000851,32.164397],[108.002655,32.167366],[108.020514,32.176401],[108.019966,32.181293],[108.013444,32.18604],[108.012684,32.193654],[108.019469,32.200785],[108.019361,32.214516],[108.02506,32.221793],[108.029,32.222549],[108.036242,32.216616],[108.053739,32.220377],[108.058988,32.222928],[108.060946,32.225864],[108.060609,32.229873],[108.066692,32.234533],[108.071002,32.232232],[108.087719,32.234473],[108.095671,32.230825],[108.09853,32.226632],[108.115174,32.223721],[108.118576,32.219585],[108.135998,32.220065],[108.140148,32.221097],[108.14353,32.225671],[108.149318,32.241198],[108.17109,32.229643],[108.175166,32.222703],[108.183722,32.222345],[108.191308,32.227717],[108.188522,32.233326],[108.190023,32.236431],[108.203886,32.243097],[108.208841,32.247465],[108.210131,32.253032],[108.207442,32.257497],[108.208295,32.258874],[108.211908,32.261769],[108.215662,32.259011],[108.218001,32.259109],[108.228045,32.269826],[108.237633,32.276342],[108.247297,32.273614],[108.256463,32.265774],[108.260949,32.258222],[108.282437,32.251674],[108.298458,32.23823],[108.305821,32.234506],[108.3267,32.234913],[108.331109,32.237969],[108.333608,32.243669],[108.345202,32.255954],[108.363887,32.255223],[108.378186,32.258902],[108.387101,32.265551],[108.394242,32.264376],[108.404531,32.258398],[108.41261,32.257304],[108.418015,32.262769],[108.423777,32.264333],[108.429696,32.265352],[108.443519,32.262638],[108.460671,32.265867],[108.4667,32.273512],[108.472833,32.270578],[108.480698,32.26235],[108.478732,32.258554],[108.481025,32.252008],[108.49101,32.246782],[108.494511,32.24921],[108.498743,32.249748],[108.502933,32.245589],[108.502623,32.240984],[108.507347,32.232114],[108.50962,32.220399],[108.506144,32.215914],[108.50294,32.215218],[108.501626,32.211302],[108.504557,32.204171],[108.4974,32.198722],[108.486014,32.194929],[108.479619,32.186143],[108.475138,32.183255],[108.465726,32.184347],[108.452712,32.1826],[108.43903,32.191013],[108.42784,32.193569],[108.418565,32.190238],[108.401932,32.198071],[108.378142,32.182682],[108.364593,32.176999],[108.368779,32.170986],[108.384201,32.158453],[108.379814,32.155663],[108.37699,32.156067],[108.40256,32.144073],[108.410029,32.13485],[108.410231,32.131874],[108.428156,32.103401],[108.4371,32.095876],[108.448525,32.093103],[108.448228,32.078306],[108.446667,32.075631],[108.44309,32.072246],[108.423903,32.063239],[108.414795,32.066422],[108.408125,32.072291],[108.405465,32.072126],[108.403287,32.069149],[108.392698,32.070146],[108.373165,32.07781],[108.367144,32.078349],[108.362395,32.074738],[108.354949,32.073476],[108.345012,32.07352],[108.339412,32.068474],[108.341545,32.061136],[108.351419,32.057048],[108.353426,32.053694],[108.352072,32.04899],[108.361287,32.038427],[108.349824,32.031941],[108.335851,32.032244],[108.322723,32.019007],[108.329876,32.015894],[108.340306,32.006007],[108.362285,31.995435],[108.365999,31.990872],[108.363199,31.986524],[108.355003,31.982144],[108.348115,31.974958],[108.334956,31.983643],[108.319933,31.987862],[108.310236,31.996363],[108.303571,31.99966],[108.296983,31.994621],[108.280951,31.991064],[108.280605,31.98455],[108.277046,31.982407],[108.269456,31.983599],[108.263331,31.982571],[108.256684,31.968574],[108.272874,31.960227],[108.276804,31.955154],[108.28271,31.937523],[108.27793,31.920021],[108.283046,31.911558],[108.295609,31.913318],[108.303871,31.908557],[108.306427,31.903276],[108.321481,31.885074],[108.330393,31.876935],[108.331954,31.871571],[108.340259,31.863583],[108.358982,31.854949],[108.367847,31.853796],[108.372375,31.857739],[108.376862,31.857653],[108.381969,31.853829],[108.382921,31.846348],[108.386164,31.838403],[108.3841,31.832962],[108.395547,31.825],[108.420621,31.812981],[108.438718,31.811108],[108.449732,31.814216],[108.458702,31.814217],[108.46137,31.808108],[108.458966,31.803078],[108.449536,31.790895],[108.447023,31.790142],[108.455362,31.783718],[108.460062,31.782825],[108.464342,31.784052],[108.47135,31.780615],[108.483466,31.783085],[108.484441,31.774075],[108.486975,31.775658],[108.507422,31.766575],[108.511466,31.763347],[108.51785,31.763755],[108.521893,31.762832],[108.524418,31.760153],[108.531791,31.759684],[108.514944,31.74843],[108.501805,31.735673],[108.507428,31.731193],[108.512237,31.730819],[108.516316,31.727971],[108.520508,31.71399],[108.521575,31.708115],[108.520182,31.703263],[108.514279,31.700677],[108.511011,31.69635],[108.529596,31.68009],[108.539061,31.676338],[108.542535,31.669904],[108.539562,31.66626],[108.530514,31.671723],[108.5243,31.668577],[108.516141,31.668554],[108.513754,31.666745],[108.511697,31.659791],[108.491157,31.652143],[108.488267,31.644827],[108.485087,31.642484],[108.468835,31.641585],[108.463646,31.635852],[108.465293,31.62897],[108.46384,31.622457],[108.461173,31.620414],[108.457158,31.623707],[108.453894,31.630932],[108.44245,31.636404],[108.432729,31.634078],[108.424524,31.624005],[108.420187,31.625193],[108.414972,31.621285],[108.414383,31.619756],[108.416523,31.616961],[108.413528,31.612444],[108.409629,31.610844],[108.40856,31.608179],[108.39972,31.607138],[108.384731,31.592533],[108.384265,31.588375],[108.389862,31.579961],[108.381311,31.574344],[108.373457,31.572473],[108.38692,31.564951],[108.387575,31.559485],[108.385051,31.549021],[108.37125,31.545093],[108.357653,31.547858],[108.344003,31.548505],[108.336477,31.542395],[108.336296,31.533576],[108.336907,31.529964],[108.342875,31.527596],[108.344522,31.520256],[108.342127,31.516204],[108.335669,31.51202],[108.324005,31.508365],[108.318323,31.504173],[108.306446,31.508754],[108.291102,31.505129],[108.278909,31.510698],[108.27285,31.503291],[108.259506,31.50588],[108.25124,31.501053],[108.244953,31.50058],[108.243241,31.50353],[108.232413,31.509705],[108.225003,31.508715],[108.221336,31.505941],[108.220893,31.502512],[108.20998,31.497256],[108.186554,31.492684],[108.184879,31.484082],[108.189846,31.479206],[108.189789,31.473494],[108.192039,31.469995],[108.196715,31.466521],[108.201372,31.465934],[108.207862,31.470962],[108.219062,31.469283],[108.221664,31.457353],[108.218976,31.449338],[108.205898,31.441445],[108.208337,31.43466],[108.212843,31.428614],[108.211849,31.414017],[108.203188,31.400397],[108.196285,31.396298],[108.189058,31.397499],[108.177498,31.395169],[108.172661,31.3917],[108.172499,31.388111],[108.169155,31.382961],[108.163692,31.380006],[108.162013,31.381862],[108.156873,31.381232],[108.149469,31.375389],[108.154705,31.367936],[108.15432,31.362942],[108.168075,31.359002],[108.175814,31.354091],[108.176428,31.344223],[108.182288,31.341716],[108.176898,31.327238],[108.161121,31.323153],[108.157501,31.319747],[108.15676,31.31543],[108.138268,31.302367],[108.131977,31.30097],[108.099555,31.284113],[108.097049,31.28072],[108.0891,31.276294],[108.091192,31.271023],[108.085383,31.267165],[108.076931,31.263571],[108.063242,31.264223],[108.056406,31.257784],[108.048461,31.255782],[108.043202,31.257047],[108.027627,31.252301],[108.015021,31.245853],[108.025124,31.24087],[108.0271,31.234937],[108.024334,31.231504],[108.02347,31.226902],[108.026564,31.219868],[108.072089,31.233993],[108.07403,31.229967],[108.064876,31.224807],[108.06384,31.221864],[108.07501,31.219378],[108.079343,31.216469],[108.080931,31.212192],[108.084544,31.208496],[108.088085,31.193257],[108.073366,31.188786],[108.06459,31.178728],[108.063174,31.17615],[108.067275,31.173858],[108.049907,31.1588],[108.053732,31.150383],[108.052955,31.14877],[108.038759,31.147176],[108.035944,31.145372],[108.030184,31.139819],[108.023198,31.124552],[108.022552,31.119155],[108.013357,31.11531],[108.008465,31.117061],[108.005092,31.112101],[108.010704,31.098103],[108.017862,31.095463],[108.01994,31.091014],[108.020066,31.079831],[108.023193,31.073208],[108.019478,31.068389],[108.019957,31.066488],[108.022213,31.064836],[108.041808,31.063935],[108.045057,31.060234],[108.054343,31.05595],[108.054955,31.052604],[108.048967,31.042665],[108.040929,31.04245],[108.020939,31.035248],[108.018278,31.031227],[108.009996,31.026884],[108,31.02691],[107.992929,31.009475],[107.981499,30.989044],[107.976822,30.984247],[107.966487,30.984151],[107.948509,30.987781],[107.939393,30.992004],[107.936943,30.98911],[107.933152,30.970576],[107.932989,30.959105],[107.934961,30.957435],[107.935434,30.952463],[107.931016,30.93335],[107.932872,30.930348],[107.944999,30.919362],[107.958767,30.918509],[107.990885,30.911151],[107.989913,30.907567],[107.985346,30.903303],[107.978809,30.901237],[107.952244,30.885388],[107.95096,30.880948],[107.951779,30.877992],[107.948404,30.873023],[107.931916,30.863289],[107.927711,30.862933],[107.895381,30.84011],[107.887124,30.833461],[107.886085,30.829182],[107.877318,30.818024],[107.858079,30.805568],[107.854483,30.800041],[107.843211,30.794625],[107.836625,30.795689],[107.818778,30.803851],[107.811975,30.804599],[107.791724,30.817565],[107.783204,30.821315],[107.77478,30.820228],[107.771461,30.81725],[107.763401,30.817727],[107.758903,30.819663],[107.754006,30.829982],[107.751032,30.8325],[107.752953,30.842812],[107.747682,30.848681],[107.75285,30.864943],[107.750445,30.86477],[107.737861,30.885105],[107.712664,30.892329],[107.699771,30.873341],[107.693405,30.876094],[107.688357,30.875731],[107.681711,30.87115],[107.664267,30.847901],[107.646447,30.828138],[107.643492,30.827964],[107.635783,30.819575],[107.638748,30.815247],[107.637794,30.814389],[107.631329,30.815321],[107.614572,30.827543],[107.611223,30.837963],[107.606643,30.844841],[107.601048,30.842928],[107.593156,30.837407],[107.568863,30.849685],[107.556142,30.852618],[107.553267,30.849375],[107.550474,30.848736],[107.542668,30.850854],[107.532259,30.850762],[107.518532,30.847259],[107.512415,30.858235],[107.503803,30.850547],[107.479865,30.840249],[107.482129,30.835993],[107.485708,30.836957],[107.487665,30.835732],[107.488155,30.831169],[107.485497,30.828868],[107.484863,30.824965],[107.487859,30.817438],[107.494049,30.814556],[107.494366,30.812027],[107.472307,30.801296],[107.472282,30.794008],[107.468689,30.788209],[107.461608,30.787032],[107.455408,30.788091],[107.46198,30.777023],[107.458075,30.772611],[107.442201,30.780798],[107.439944,30.780236],[107.437398,30.776167],[107.439914,30.77507],[107.437992,30.766253],[107.433806,30.761367],[107.435467,30.758449],[107.441571,30.756179],[107.441902,30.754288],[107.435,30.748349],[107.42073,30.748185],[107.420005,30.742641],[107.431625,30.721867],[107.442501,30.714981],[107.456921,30.697619],[107.455884,30.688968],[107.460021,30.681154],[107.469708,30.66978],[107.475328,30.666873],[107.491313,30.668211],[107.509477,30.649234],[107.510879,30.646282],[107.509682,30.643633],[107.497326,30.626953],[107.489929,30.621376],[107.480404,30.600461],[107.461399,30.588876],[107.461842,30.582409],[107.453946,30.574289],[107.423924,30.55238],[107.423463,30.550075],[107.428418,30.542927],[107.438003,30.53704],[107.427721,30.523965],[107.42479,30.521737],[107.414779,30.518991],[107.40428,30.523917],[107.400095,30.521371],[107.401348,30.516761],[107.400329,30.514466],[107.366961,30.478861],[107.356653,30.465008],[107.339676,30.42621],[107.339391,30.423369],[107.34243,30.417232],[107.338063,30.400663],[107.332032,30.385914],[107.333468,30.385138],[107.332358,30.380849],[107.308351,30.360932],[107.297672,30.355432],[107.283011,30.337827],[107.278298,30.329677],[107.273877,30.315621],[107.267955,30.309133],[107.262353,30.294953],[107.254598,30.285154],[107.255574,30.275079],[107.236221,30.242228],[107.215885,30.216297],[107.195058,30.193835],[107.14154,30.147823],[107.141141,30.143446],[107.137126,30.136123],[107.127418,30.123806],[107.116301,30.118906],[107.108611,30.120421],[107.102574,30.119071],[107.101516,30.112757],[107.104587,30.104271],[107.096726,30.096551],[107.091587,30.094133],[107.077615,30.101524],[107.075939,30.10072],[107.0682,30.083846],[107.069706,30.077248],[107.080608,30.066768],[107.071752,30.054664],[107.062582,30.048196],[107.050903,30.044692],[107.04775,30.046418],[107.046545,30.05107],[107.047634,30.055162],[107.039101,30.058093],[107.036919,30.057063],[107.032982,30.047215],[107.037833,30.041952],[107.039699,30.037391],[107.027317,30.035499],[107.020044,30.036937],[107.014973,30.04041],[107.014285,30.046162],[107.010743,30.054444],[106.99842,30.055961],[106.994749,30.059788],[106.994904,30.064473],[106.984302,30.082943],[106.981352,30.086917],[106.976569,30.088408],[106.964795,30.084285],[106.953028,30.071728],[106.950154,30.064132],[106.953171,30.059945],[106.95255,30.0563],[106.943574,30.041531],[106.940321,30.039896],[106.932775,30.042422],[106.919711,30.03774],[106.9099,30.027838],[106.905982,30.027358],[106.901533,30.02929],[106.898851,30.035735],[106.887617,30.033421],[106.882964,30.037496],[106.872957,30.033657],[106.855119,30.030278],[106.856057,30.033755],[106.837971,30.051941],[106.833806,30.052546],[106.831652,30.045249],[106.821874,30.034129],[106.804411,30.032999],[106.782682,30.02002],[106.767848,30.018225],[106.748658,30.022081],[106.738619,30.028254],[106.727219,30.029232],[106.719083,30.046785],[106.723604,30.056048],[106.723488,30.058976],[106.709553,30.071622],[106.700024,30.070601],[106.695265,30.076681],[106.69398,30.084532],[106.697072,30.089076],[106.698415,30.095452],[106.695846,30.099885],[106.696026,30.11348],[106.697686,30.117891],[106.686463,30.120013],[106.689412,30.128479],[106.66762,30.124085],[106.671053,30.149312],[106.670116,30.152509],[106.675574,30.156591],[106.676221,30.160317],[106.673382,30.161398],[106.666072,30.158858],[106.662296,30.164062],[106.662608,30.169162],[106.660822,30.170533],[106.655554,30.168628],[106.652272,30.164379],[106.64706,30.165224],[106.647116,30.167917],[106.651785,30.17154],[106.651441,30.17532],[106.650381,30.176864],[106.6391,30.178036],[106.63751,30.179808],[106.638094,30.182331],[106.645258,30.188997],[106.646303,30.191807],[106.64208,30.192369],[106.635819,30.191033],[106.63286,30.18879],[106.629165,30.189181],[106.628561,30.191986],[106.631911,30.195434],[106.632953,30.199046],[106.631365,30.20036],[106.628798,30.198805],[106.625298,30.199884],[106.621578,30.206691],[106.622485,30.210819],[106.625848,30.211115],[106.62834,30.214904],[106.627184,30.218575],[106.624125,30.219562],[106.624651,30.223934],[106.618564,30.22602],[106.615976,30.229909],[106.609113,30.230117],[106.605739,30.232112],[106.60448,30.235929],[106.619312,30.244671],[106.629933,30.248913],[106.639232,30.249727],[106.639767,30.251928],[106.630153,30.269844],[106.626914,30.268026],[106.620914,30.269294],[106.619896,30.282988],[106.608259,30.295951],[106.589613,30.295189],[106.586679,30.297155],[106.582451,30.305961],[106.567991,30.308732],[106.558719,30.316701],[106.554214,30.318622],[106.547474,30.316616],[106.542411,30.311627],[106.541204,30.299306],[106.521867,30.304828],[106.508924,30.300248],[106.507094,30.29805],[106.507265,30.292475],[106.505312,30.291828],[106.495893,30.292949],[106.495413,30.29824],[106.475409,30.30485],[106.4693,30.305033],[106.467906,30.302283],[106.465189,30.301166],[106.455394,30.30497],[106.452376,30.304606],[106.450451,30.299835],[106.447412,30.29949],[106.44435,30.301352],[106.445491,30.306178],[106.452228,30.308604],[106.436971,30.312447],[106.431814,30.306128],[106.438153,30.301815],[106.442046,30.294782],[106.437451,30.290907],[106.430971,30.297825],[106.425105,30.294423],[106.424586,30.292551],[106.429144,30.289208],[106.431471,30.284135],[106.430247,30.27948],[106.42114,30.279039],[106.414966,30.281699],[106.404616,30.277566],[106.415828,30.267512],[106.424651,30.265274],[106.426472,30.262935],[106.424957,30.256206],[106.419402,30.25503],[106.409318,30.24589],[106.398418,30.244641],[106.386302,30.257783],[106.378884,30.258055],[106.37898,30.253154],[106.382313,30.252512],[106.386343,30.245737],[106.381566,30.246046],[106.368458,30.251281],[106.361475,30.245234],[106.349913,30.245055],[106.336082,30.240763],[106.331019,30.228178],[106.316811,30.232623],[106.305511,30.239835],[106.29623,30.241519],[106.295361,30.240398],[106.30315,30.228963],[106.287754,30.222265],[106.290117,30.210637],[106.280375,30.199439],[106.273687,30.198375],[106.273149,30.204683],[106.275622,30.208251],[106.275253,30.211255],[106.271881,30.213923],[106.262096,30.217621],[106.257168,30.216689],[106.260376,30.211883],[106.266174,30.21015],[106.267722,30.208252],[106.267792,30.188623],[106.265297,30.18712],[106.26119,30.187498],[106.25854,30.192197],[106.260737,30.193617],[106.260684,30.197242],[106.257353,30.200114],[106.253893,30.19813],[106.251013,30.20144],[106.243003,30.200826],[106.24162,30.196681],[106.245713,30.191067],[106.243907,30.183131],[106.240256,30.180491],[106.232162,30.187967],[106.228822,30.19357],[106.235188,30.200359],[106.235898,30.204453],[106.228697,30.214322],[106.223916,30.216351],[106.220362,30.211543],[106.210073,30.204843],[106.200597,30.20655],[106.187869,30.218701],[106.196811,30.229912],[106.197833,30.236785],[106.175998,30.234334],[106.178756,30.242634],[106.175235,30.242615],[106.166665,30.252583],[106.176427,30.264047],[106.175871,30.275191],[106.172155,30.277519],[106.173163,30.28542],[106.166782,30.306877],[106.159571,30.309565],[106.158108,30.313966],[106.153001,30.316493],[106.128568,30.316161],[106.129567,30.320087],[106.128448,30.326957],[106.11984,30.327858],[106.1296,30.311779],[106.127796,30.304764],[106.122144,30.304449],[106.117964,30.309592],[106.12053,30.313426],[106.118952,30.316582],[106.116423,30.316461],[106.109225,30.320234],[106.104434,30.316878],[106.104617,30.314138],[106.10204,30.313434],[106.097338,30.317985],[106.099649,30.322353],[106.098955,30.323915],[106.085848,30.32878],[106.087602,30.338057],[106.084838,30.34839],[106.075686,30.347004],[106.073353,30.339258],[106.070309,30.337542],[106.065412,30.342911],[106.049554,30.347517],[106.050539,30.350069],[106.045588,30.352983],[106.028496,30.370766],[106.019969,30.374394],[105.998052,30.379348],[105.996227,30.374483],[105.993483,30.37283],[105.994593,30.371497],[105.991716,30.369541],[105.989274,30.371456],[105.987338,30.37002],[105.982583,30.374348],[105.984028,30.377811],[105.988763,30.381879],[105.982884,30.37806],[105.981474,30.378858],[105.978667,30.375366],[105.975947,30.375555],[105.974749,30.373841],[105.967975,30.376807],[105.965346,30.379876],[105.954468,30.379919],[105.949763,30.376829],[105.940809,30.375347],[105.920922,30.39343],[105.912706,30.398523],[105.898308,30.389176],[105.894108,30.393408],[105.894707,30.399778],[105.896351,30.400857],[105.899834,30.399371],[105.903971,30.405018],[105.900079,30.410177],[105.898487,30.404951],[105.892927,30.407846],[105.887691,30.413493],[105.882355,30.408847],[105.881915,30.406723],[105.885301,30.403502],[105.882389,30.393532],[105.876237,30.388776],[105.868203,30.392303],[105.865394,30.400627],[105.869217,30.404116],[105.868416,30.408666],[105.860729,30.413292],[105.857707,30.412716],[105.846948,30.39608],[105.841671,30.39412],[105.837422,30.396974],[105.835368,30.400565],[105.834323,30.407869],[105.839151,30.415462],[105.831029,30.421219],[105.82711,30.434841],[105.819299,30.439926],[105.812661,30.439722],[105.797345,30.430013],[105.79261,30.433605],[105.786996,30.430448],[105.791327,30.421429],[105.784496,30.41186],[105.770119,30.411769],[105.766067,30.406494],[105.762824,30.400825],[105.761763,30.392296],[105.755388,30.388418],[105.759665,30.384909],[105.764043,30.384156],[105.765554,30.378693],[105.747824,30.361041],[105.752334,30.349616],[105.751929,30.347302],[105.74735,30.342809],[105.731574,30.339966],[105.729652,30.337573],[105.737352,30.325471],[105.737835,30.321736],[105.731356,30.322477],[105.730078,30.324477],[105.728409,30.324227],[105.727936,30.320109],[105.723389,30.320191],[105.720098,30.324744],[105.713008,30.327575],[105.708721,30.322046],[105.706274,30.306944],[105.708938,30.287288],[105.718813,30.278116],[105.723806,30.281055],[105.732274,30.27914],[105.73142,30.273942],[105.726223,30.268794],[105.717745,30.266265],[105.717528,30.263477],[105.721204,30.25822],[105.718571,30.253543],[105.70783,30.258984],[105.697117,30.260222],[105.688854,30.259534],[105.682483,30.255847],[105.666858,30.256115],[105.665376,30.25676],[105.664127,30.268425],[105.661738,30.269005],[105.661017,30.266657],[105.656855,30.266779],[105.650298,30.269355],[105.642617,30.276418],[105.620635,30.27861],[105.613916,30.260904],[105.614821,30.247376],[105.617844,30.244651],[105.615534,30.237911],[105.631926,30.22209],[105.643164,30.221753],[105.648363,30.222789],[105.648641,30.225644],[105.651793,30.225985],[105.656462,30.219961],[105.657941,30.214624],[105.655767,30.210542],[105.642463,30.211528],[105.639046,30.201768],[105.64111,30.19613],[105.640503,30.189029],[105.627878,30.186224],[105.615784,30.19004],[105.609914,30.183587],[105.601602,30.180279],[105.594513,30.183261],[105.594427,30.18713],[105.586924,30.18693],[105.584516,30.183964],[105.582536,30.177026],[105.575729,30.175356],[105.569435,30.177374],[105.568131,30.179371],[105.569066,30.182638],[105.565967,30.185906],[105.556439,30.187109],[105.534134,30.170694],[105.53138,30.164991],[105.532988,30.155192],[105.542364,30.149518],[105.551335,30.146573],[105.552753,30.147203],[105.553777,30.15318],[105.567493,30.164351],[105.58058,30.166086],[105.593381,30.161351],[105.59063,30.147155],[105.580093,30.14645],[105.574138,30.143976],[105.570766,30.139627],[105.569215,30.12739],[105.57499,30.128321],[105.583002,30.124086],[105.592449,30.111746],[105.608383,30.11153],[105.632234,30.106175],[105.638376,30.10209],[105.633043,30.09589],[105.634608,30.079195],[105.636191,30.075945],[105.655703,30.07015],[105.661789,30.070779],[105.668345,30.076212],[105.673659,30.067765],[105.672362,30.060437],[105.680796,30.050622],[105.684602,30.041159],[105.70348,30.038149],[105.717399,30.044066],[105.722335,30.037637],[105.723077,30.03007],[105.726479,30.027931],[105.738755,30.035932],[105.745075,30.036469],[105.749925,30.027066],[105.752797,30.016538],[105.743723,30.005047],[105.728678,30.00146],[105.720239,29.986651],[105.71992,29.978022],[105.726234,29.968301],[105.727647,29.960221],[105.717168,29.950864],[105.713171,29.943026],[105.715278,29.942082],[105.71563,29.939407],[105.710769,29.932568],[105.706712,29.930227],[105.69755,29.93091],[105.705403,29.920758],[105.710186,29.918817],[105.712187,29.907042],[105.707201,29.906471],[105.707615,29.902403],[105.712395,29.898285],[105.718828,29.895614],[105.725562,29.895279],[105.729504,29.889233],[105.731192,29.885281],[105.729208,29.869927],[105.733954,29.864753],[105.716061,29.859641],[105.715782,29.855688],[105.712804,29.850104],[105.705478,29.843344],[105.694749,29.845445],[105.688443,29.848679],[105.68648,29.854985],[105.67426,29.857241],[105.667763,29.853427],[105.665267,29.846859],[105.656867,29.844095],[105.648958,29.844652],[105.641492,29.843038],[105.637884,29.840468],[105.623027,29.83986],[105.617428,29.845008],[105.616296,29.84852],[105.613459,29.848811],[105.604671,29.832993],[105.604248,29.829057],[105.606456,29.826411],[105.601443,29.82034],[105.592427,29.82161],[105.585331,29.826211],[105.578815,29.821144],[105.583357,29.815148],[105.576327,29.793976],[105.582167,29.786635],[105.566345,29.767389],[105.566323,29.763498],[105.572173,29.761433],[105.572428,29.748348],[105.56368,29.74499],[105.560375,29.740118],[105.563972,29.730327],[105.562671,29.72754],[105.555157,29.729511],[105.547858,29.738038],[105.544631,29.738679],[105.539229,29.737051],[105.538576,29.730532],[105.542775,29.722692],[105.526518,29.710451],[105.53007,29.702102],[105.535389,29.700476],[105.535784,29.697087],[105.523017,29.698035],[105.516977,29.706763],[105.508976,29.709091],[105.505171,29.708479],[105.493985,29.713077],[105.491448,29.720233],[105.48849,29.723652],[105.480968,29.721509],[105.475041,29.718681],[105.469558,29.710354],[105.46857,29.705538],[105.469707,29.699969],[105.479009,29.681919],[105.478101,29.680925],[105.473483,29.678018],[105.460532,29.675937],[105.457394,29.677276],[105.430949,29.678951],[105.419471,29.690739],[105.415882,29.690519],[105.409646,29.68657],[105.403447,29.678689],[105.397767,29.674626],[105.386593,29.678859],[105.384871,29.672957],[105.37965,29.671231],[105.382272,29.669774],[105.389431,29.657926],[105.389863,29.653761],[105.383219,29.649493],[105.373766,29.646602],[105.370832,29.643799],[105.3739,29.635414],[105.377108,29.63277],[105.375178,29.625915],[105.371224,29.623718],[105.364985,29.623867],[105.361477,29.630778],[105.357034,29.631675],[105.351279,29.62953],[105.34342,29.623084],[105.338068,29.605373],[105.332444,29.599291],[105.321051,29.599212],[105.32673,29.606628],[105.320584,29.612153],[105.317365,29.612314],[105.307773,29.596971],[105.308295,29.592163],[105.312955,29.587997],[105.313384,29.5799],[105.309666,29.575809],[105.30371,29.578926],[105.296969,29.577306],[105.293003,29.566507],[105.289838,29.541914],[105.291427,29.537197],[105.297706,29.53604],[105.302546,29.529708],[105.305903,29.528775],[105.315716,29.51658],[105.317193,29.502261],[105.320056,29.497908],[105.316696,29.486654],[105.317166,29.476949],[105.326932,29.474944],[105.334681,29.466607],[105.335363,29.462388],[105.33237,29.456707],[105.327349,29.453175],[105.32208,29.455118],[105.32085,29.450711],[105.334919,29.442276],[105.340239,29.450751],[105.346216,29.452876],[105.350762,29.44951],[105.358794,29.457051],[105.360126,29.460896],[105.372978,29.460463],[105.385634,29.455664],[105.393939,29.445266],[105.394551,29.440198],[105.371232,29.428993],[105.368954,29.421393],[105.369836,29.420039],[105.384371,29.425471],[105.396118,29.425882],[105.424219,29.421355],[105.427891,29.412154],[105.439944,29.402988],[105.440331,29.401252],[105.438249,29.400281],[105.437518,29.396016],[105.439295,29.390746],[105.4273,29.381837],[105.427855,29.379545],[105.434443,29.374093],[105.437076,29.369688],[105.4339,29.36687],[105.418295,29.359805],[105.412202,29.352441],[105.416203,29.346391],[105.420339,29.333553],[105.415365,29.31467],[105.419242,29.312391],[105.421698,29.317528],[105.427737,29.32109],[105.438391,29.323926],[105.442659,29.322503],[105.451074,29.327223],[105.450809,29.331972],[105.455626,29.330782],[105.464294,29.32266],[105.455437,29.292986],[105.456475,29.290738],[105.46279,29.290373],[105.470855,29.286542],[105.472137,29.284698],[105.47137,29.281322],[105.481886,29.279916],[105.506021,29.289484],[105.510679,29.283507],[105.506347,29.280572],[105.505125,29.27523],[105.514475,29.266376],[105.517729,29.266533],[105.522278,29.271049],[105.534965,29.276393],[105.554611,29.281439],[105.573942,29.273707],[105.59518,29.274768],[105.60213,29.278804],[105.606781,29.27812],[105.607998,29.276984],[105.606504,29.263886],[105.603418,29.259452],[105.605034,29.257665],[105.60949,29.259664],[105.61528,29.266444],[105.611663,29.27342],[105.626,29.278694],[105.625118,29.281848],[105.628368,29.283937],[105.632021,29.283312],[105.641149,29.277323],[105.640697,29.272044],[105.635117,29.265703],[105.642825,29.258357],[105.6527,29.2548],[105.663949,29.256128],[105.671293,29.266231],[105.658031,29.272624],[105.65988,29.27762],[105.662518,29.278998],[105.67541,29.277508],[105.680118,29.289359],[105.688556,29.297182],[105.697851,29.301794],[105.71167,29.298883],[105.714237,29.295028],[105.712467,29.29299],[105.693844,29.292975],[105.689829,29.290002],[105.68728,29.272617],[105.688073,29.270749],[105.691606,29.271607],[105.693401,29.27034],[105.695825,29.26191],[105.695445,29.25577],[105.705142,29.241993],[105.705311,29.236132],[105.702057,29.226504],[105.703585,29.223855],[105.7085,29.222262],[105.704333,29.210659],[105.713251,29.206999],[105.719554,29.198338],[105.72011,29.192322],[105.709959,29.187674],[105.705128,29.180794],[105.708932,29.177363],[105.714654,29.17639],[105.724643,29.162209],[105.723871,29.157475],[105.725993,29.15606],[105.727211,29.149561],[105.72511,29.13641],[105.733254,29.132011],[105.736481,29.137681],[105.742544,29.143131],[105.749544,29.136115],[105.745858,29.131854],[105.736353,29.131771],[105.72653,29.122295],[105.728776,29.116035],[105.725695,29.109704],[105.724594,29.101005],[105.732993,29.098471],[105.739384,29.090658],[105.73746,29.082278],[105.74125,29.078221],[105.752086,29.075313],[105.754129,29.073186],[105.746164,29.054478],[105.741166,29.050272],[105.738078,29.042935],[105.741866,29.038274],[105.746845,29.037655],[105.751634,29.02703],[105.762686,29.017523],[105.762744,29.011122],[105.75762,29.007051],[105.756854,28.993429],[105.762573,28.988799],[105.78177,28.983199],[105.792988,28.969158],[105.794196,28.966955],[105.792322,28.964245],[105.795979,28.959887],[105.806363,28.960419],[105.802163,28.951357],[105.798839,28.949857],[105.792098,28.953391],[105.789345,28.950604],[105.788071,28.946178],[105.790967,28.940982],[105.795089,28.937934],[105.8004,28.938565],[105.802405,28.942544],[105.805864,28.944936],[105.821021,28.945093],[105.826117,28.948605],[105.839851,28.936638],[105.841428,28.93335],[105.85116,28.930688],[105.872337,28.938749],[105.880061,28.936917],[105.883592,28.933133],[105.885546,28.92386],[105.882633,28.915827],[105.887944,28.911155],[105.894137,28.912232],[105.901566,28.909117],[105.90028,28.905563],[105.90865,28.902606],[105.913093,28.906277],[105.912512,28.911429],[105.903453,28.922656],[105.918591,28.935448],[105.943669,28.944762],[105.956335,28.957972],[105.960215,28.966728],[105.965138,28.971304],[105.967983,28.970435],[105.973463,28.96434],[105.985188,28.965511],[105.986376,28.968182],[105.985234,28.972029],[105.969095,28.975944],[105.980842,28.984173],[106.001093,28.974718],[106.004407,28.966126],[106.015782,28.954653],[106.023597,28.951344],[106.024131,28.954726],[106.027438,28.957037],[106.035452,28.958836],[106.043861,28.953512],[106.043502,28.946707],[106.036553,28.944207],[106.034539,28.939433],[106.034709,28.937998],[106.040419,28.935311],[106.040672,28.929203],[106.037016,28.92525],[106.033058,28.914569],[106.044317,28.909282],[106.05542,28.913987],[106.056167,28.919861],[106.068856,28.923527],[106.07223,28.920831],[106.072728,28.916689],[106.083239,28.906644],[106.089915,28.902452],[106.099228,28.90082],[106.106574,28.902082],[106.111832,28.905193],[106.129968,28.908204],[106.145592,28.90691],[106.165932,28.915132],[106.169385,28.919772],[106.169454,28.924264],[106.18823,28.911437],[106.196063,28.910286],[106.201764,28.906203],[106.212126,28.894722],[106.224164,28.893516],[106.22625,28.884641],[106.230234,28.878168],[106.240075,28.871206],[106.243133,28.869705],[106.246594,28.870743],[106.250586,28.867969],[106.256565,28.853161],[106.261161,28.850957],[106.260178,28.848233],[106.250452,28.841805],[106.249524,28.831507],[106.252625,28.820138],[106.246646,28.815844],[106.24374,28.808828],[106.24447,28.797193],[106.246568,28.790177],[106.249353,28.787603],[106.254304,28.78927],[106.2607,28.787814],[106.276089,28.773918],[106.274302,28.769078],[106.268172,28.763712],[106.267198,28.755845],[106.268824,28.743133],[106.280798,28.737371],[106.287632,28.725285],[106.282152,28.724364],[106.280984,28.723285],[106.281862,28.721519],[106.287485,28.717438],[106.300247,28.713711],[106.302732,28.677445],[106.309562,28.672081],[106.313891,28.671787],[106.316933,28.66754],[106.313603,28.664952],[106.305981,28.663454],[106.304083,28.661393],[106.301711,28.652546],[106.302189,28.647894],[106.307464,28.642642],[106.315944,28.640743],[106.321873,28.641453],[106.324985,28.639791],[106.325931,28.634308],[106.32325,28.627385],[106.321198,28.62457],[106.317147,28.623899],[106.326738,28.607251],[106.337686,28.600809],[106.344613,28.587006],[106.341109,28.568976],[106.327832,28.555837],[106.330961,28.55403],[106.336409,28.535446],[106.340781,28.536685],[106.34383,28.542048],[106.347503,28.542945],[106.353489,28.539895],[106.358374,28.530606],[106.362229,28.527428],[106.368409,28.529115],[106.369404,28.527716],[106.372231,28.521395],[106.372691,28.505307],[106.37099,28.502296],[106.375223,28.48292],[106.373953,28.481137],[106.366899,28.478737],[106.362926,28.482819],[106.340158,28.481584],[106.327562,28.483571],[106.312313,28.498835],[106.301976,28.505812],[106.286962,28.541332],[106.274549,28.54227],[106.272795,28.540681],[106.27369,28.536652],[106.271439,28.536428],[106.268402,28.537937],[106.265745,28.542059],[106.24479,28.548569],[106.238816,28.556467],[106.218562,28.569532],[106.218741,28.574772],[106.216239,28.576408],[106.210978,28.576757],[106.203605,28.573874],[106.191099,28.577874],[106.185916,28.581992],[106.180534,28.590896],[106.180872,28.601765],[106.170774,28.614814],[106.166907,28.61641],[106.164521,28.622823],[106.165536,28.631328],[106.161107,28.639385],[106.137513,28.646711],[106.124609,28.646659],[106.117769,28.644117],[106.120375,28.641019],[106.120723,28.637727],[106.117426,28.635591],[106.103981,28.63382],[106.093492,28.643471],[106.091759,28.654182],[106.089798,28.657713],[106.08332,28.659222],[106.08181,28.663939],[106.085008,28.667861],[106.08589,28.672167],[106.081157,28.680031],[106.08159,28.684256],[106.074617,28.689813],[106.065228,28.693295],[106.059835,28.687819],[106.053169,28.689626],[106.048439,28.693855],[106.040801,28.697105],[106.034145,28.692741],[106.027139,28.698903],[106.032718,28.708807],[106.027565,28.710616],[106.016382,28.710936],[106.015899,28.714541],[106.018732,28.717151],[106.025358,28.717747],[106.007929,28.739287],[105.998814,28.747268],[105.994074,28.747365],[105.986915,28.744288],[105.974522,28.749668],[105.97091,28.758612],[105.963596,28.766019],[105.961655,28.763885],[105.960792,28.739593],[105.950692,28.726945],[105.952965,28.717775],[105.943378,28.716588],[105.939109,28.714155],[105.935964,28.7091],[105.928677,28.705896],[105.929614,28.700631],[105.934489,28.692172],[105.932157,28.684534],[105.899518,28.672419],[105.887864,28.671588],[105.884931,28.65485],[105.890164,28.64697],[105.888499,28.626267],[105.90202,28.616022],[105.901704,28.606241],[105.896863,28.605121],[105.892475,28.606593],[105.883431,28.601884],[105.879409,28.597696],[105.874287,28.600029],[105.872081,28.602455],[105.871942,28.60527],[105.869733,28.606486],[105.856434,28.602965],[105.846922,28.609875],[105.838094,28.607616],[105.832684,28.603697],[105.814084,28.605895],[105.805842,28.603282],[105.792196,28.607213],[105.781338,28.614583],[105.777589,28.61013],[105.774472,28.600516],[105.754,28.593283],[105.752971,28.607053],[105.744987,28.619287],[105.742772,28.619883],[105.733625,28.616398],[105.733252,28.612116],[105.723634,28.606283],[105.718337,28.595901],[105.713047,28.590861],[105.70668,28.590439],[105.695437,28.595952],[105.690996,28.593999],[105.6887,28.589647],[105.687426,28.579338],[105.689352,28.570326],[105.681845,28.563415],[105.677954,28.555858],[105.679677,28.538765],[105.66945,28.539415],[105.665558,28.538181],[105.66376,28.535433],[105.666201,28.531075],[105.659717,28.52699],[105.647256,28.526257],[105.642617,28.523248],[105.636373,28.521924],[105.631268,28.521896],[105.629486,28.524612],[105.621427,28.523295],[105.624811,28.513707],[105.622974,28.500046],[105.617921,28.489798],[105.611803,28.486547],[105.606174,28.476957],[105.611426,28.473876],[105.616169,28.466656],[105.615695,28.464659],[105.611976,28.464342],[105.609395,28.460616],[105.605788,28.446189],[105.619128,28.438398],[105.628182,28.435676],[105.633145,28.439321],[105.635762,28.43852],[105.64136,28.433607],[105.644395,28.424545],[105.645241,28.414824],[105.636575,28.403365],[105.647738,28.393379],[105.648161,28.380966],[105.651403,28.374436],[105.650903,28.366524],[105.645941,28.341501],[105.641092,28.333376],[105.634382,28.326112],[105.636397,28.315675],[105.641324,28.310661],[105.642944,28.312583],[105.642774,28.316525],[105.647274,28.321634],[105.653249,28.318059],[105.655826,28.314187],[105.664567,28.31602],[105.672227,28.307438],[105.685395,28.28751],[105.732523,28.273993],[105.735608,28.279913],[105.733529,28.284334],[105.734026,28.290924],[105.731518,28.294548],[105.732115,28.302865],[105.735133,28.308051],[105.757138,28.3125],[105.775676,28.31285],[105.776539,28.316742],[105.767883,28.322196],[105.767393,28.332384],[105.7716,28.338787],[105.774241,28.339927],[105.784594,28.339437],[105.789393,28.330113],[105.793312,28.315969],[105.797351,28.312036],[105.80309,28.31049],[105.815939,28.311091],[105.820729,28.308736],[105.838434,28.269008],[105.842383,28.261707],[105.847012,28.257231],[105.85714,28.252131],[105.859336,28.252523],[105.86099,28.255468],[105.870369,28.258173],[105.870115,28.254303],[105.872265,28.248716],[105.887913,28.240505],[105.886244,28.235593],[105.883434,28.233253],[105.879692,28.217479],[105.874676,28.210393],[105.869904,28.208428],[105.866092,28.203877],[105.866104,28.195235],[105.856504,28.17179],[105.857303,28.162864],[105.859952,28.156102],[105.865239,28.149691],[105.874987,28.142922],[105.872393,28.133061],[105.873909,28.127123],[105.875998,28.125628],[105.892864,28.123447],[105.90249,28.13391],[105.919045,28.141175],[105.925454,28.136615],[105.930428,28.135424],[105.934275,28.136605],[105.936159,28.140665],[105.933842,28.14544],[105.938531,28.147782],[105.950907,28.145207],[105.965443,28.137674],[105.970903,28.119636],[105.978289,28.110108],[105.982058,28.111937],[105.982211,28.11929],[105.984445,28.121649],[105.987465,28.12173],[105.990992,28.119319],[105.995891,28.119462],[106.008609,28.123467],[106.015953,28.119156],[106.016528,28.113451],[106.018776,28.111483],[106.030982,28.110635],[106.033005,28.113868],[106.027595,28.125157],[106.024119,28.127943],[106.024068,28.135026],[106.029606,28.134995],[106.03449,28.141528],[106.041648,28.141777],[106.058558,28.146672],[106.084996,28.164845],[106.109446,28.167468],[106.118692,28.170427],[106.133134,28.165688],[106.142278,28.165965],[106.174865,28.150091],[106.187393,28.140578],[106.203277,28.137869],[106.205604,28.13373],[106.204954,28.127174],[106.208055,28.122414],[106.223129,28.11882],[106.222954,28.113134],[106.225352,28.104436],[106.22859,28.101189],[106.241822,28.098565],[106.246598,28.095456],[106.262866,28.070567],[106.26026,28.05673],[106.261738,28.052505],[106.251773,28.048577],[106.250212,28.044589],[106.238008,28.031775],[106.236458,28.025996],[106.24011,28.016668],[106.24935,28.012293],[106.25139,28.009639],[106.258193,28.009934],[106.26251,28.007064],[106.276752,28.010501],[106.289902,28.007082],[106.293311,28.002669],[106.293996,27.997461],[106.310918,27.982797],[106.310018,27.97477],[106.313899,27.974158],[106.315852,27.965428],[106.324669,27.961864],[106.323965,27.955688],[106.313971,27.948281],[106.310946,27.941096],[106.304687,27.940078],[106.306391,27.929694],[106.304653,27.921331],[106.305776,27.916383],[106.297812,27.9125],[106.298285,27.904081],[106.30152,27.902288],[106.313525,27.901492],[106.317072,27.899549],[106.322744,27.899822],[106.325145,27.892183],[106.32953,27.888218],[106.326889,27.884771],[106.321032,27.883003],[106.326692,27.87991],[106.329864,27.880914],[106.334889,27.878547],[106.337557,27.86928],[106.334106,27.860762],[106.327579,27.85407],[106.322198,27.851122],[106.312479,27.839184],[106.313528,27.835939],[106.316659,27.833361],[106.327382,27.827037],[106.333175,27.830342],[106.339477,27.828114],[106.338425,27.823396],[106.319587,27.813049],[106.306813,27.813508],[106.291868,27.806201],[106.28317,27.797912],[106.262181,27.783675],[106.250792,27.778454],[106.245032,27.773438],[106.238572,27.770578],[106.227389,27.771051],[106.22113,27.764446],[106.206496,27.767505],[106.189807,27.757702],[106.174942,27.765644],[106.162717,27.766103],[106.143558,27.775709],[106.120942,27.782462],[106.109396,27.781102],[106.101728,27.783356],[106.075565,27.779204],[106.0697,27.781463],[106.060426,27.780853],[106.055373,27.775248],[106.059878,27.768171],[106.05125,27.762277],[106.031681,27.756701],[106.020056,27.750625],[106.011968,27.749285],[105.983178,27.753625],[105.96549,27.744186],[105.942679,27.735781],[105.929973,27.73294],[105.928746,27.731228],[105.92484,27.735092],[105.920929,27.748636],[105.918955,27.750639],[105.90158,27.748661],[105.888231,27.739594],[105.877326,27.74231],[105.864815,27.736033],[105.865543,27.731355],[105.856987,27.720201],[105.841352,27.709219],[105.83138,27.710601],[105.826904,27.713747],[105.810291,27.714385],[105.808386,27.716168],[105.794634,27.717493],[105.791668,27.719962],[105.779983,27.722403],[105.772233,27.721856],[105.767036,27.719343],[105.761281,27.721518],[105.747591,27.716461],[105.736584,27.715457],[105.719729,27.709878],[105.718499,27.708204],[105.715554,27.692928],[105.71735,27.68799],[105.714958,27.685885],[105.697313,27.6803],[105.681985,27.682185],[105.674453,27.686759],[105.668308,27.688326],[105.662523,27.687909],[105.652309,27.681522],[105.642694,27.666465],[105.637517,27.662701],[105.625857,27.664444],[105.620818,27.669324],[105.618005,27.678749],[105.619283,27.684595],[105.61685,27.690634],[105.606527,27.695777],[105.601043,27.703622],[105.599349,27.709387],[105.601817,27.719543],[105.574816,27.725693],[105.566195,27.723651],[105.555556,27.724164],[105.547093,27.7299],[105.542587,27.735867],[105.539476,27.746573],[105.534305,27.751986],[105.533488,27.757675],[105.520028,27.761709],[105.514953,27.768146],[105.506832,27.771837],[105.496787,27.772047],[105.489856,27.776331],[105.473654,27.77831],[105.464375,27.77616],[105.461475,27.772123],[105.45532,27.771149],[105.445426,27.778615],[105.437225,27.778814],[105.434255,27.772545],[105.427159,27.767473],[105.414643,27.769631],[105.401836,27.768727],[105.393815,27.766394],[105.390454,27.763912],[105.39286,27.760711],[105.390685,27.754387],[105.388076,27.75327],[105.384241,27.753811],[105.383075,27.759551],[105.379638,27.760794],[105.369478,27.757749],[105.363488,27.753544],[105.349814,27.751729],[105.34683,27.748951],[105.33787,27.733094],[105.330459,27.729428],[105.323062,27.730184],[105.315334,27.717517],[105.304976,27.708805],[105.301941,27.712651],[105.28678,27.715119],[105.288544,27.731864],[105.284017,27.744684],[105.284947,27.749455],[105.290624,27.751235],[105.29068,27.754209],[105.287349,27.758847],[105.287005,27.764372],[105.285173,27.76684],[105.290391,27.771057],[105.288132,27.774992],[105.2794,27.779004],[105.272138,27.787542],[105.272503,27.794162],[105.269692,27.798876],[105.275656,27.800742],[105.27853,27.799025],[105.283201,27.800177],[105.285486,27.803113],[105.284605,27.810501],[105.287656,27.811859],[105.301934,27.814847],[105.30513,27.813567],[105.311549,27.81485],[105.312111,27.822124],[105.297117,27.823204],[105.282819,27.819858],[105.279438,27.82148],[105.269633,27.821312],[105.260756,27.823929],[105.258068,27.831719],[105.24833,27.829485],[105.239795,27.825413],[105.235745,27.832949],[105.241339,27.836311],[105.247411,27.844095],[105.247318,27.847422],[105.241929,27.856285],[105.245337,27.862036],[105.241865,27.868396],[105.237593,27.871518],[105.240217,27.874776],[105.240275,27.879233],[105.237538,27.882802],[105.236551,27.889266],[105.22879,27.895773],[105.233715,27.90249],[105.232365,27.906222],[105.239105,27.908754],[105.244941,27.915006],[105.250476,27.917291],[105.26324,27.915088],[105.27122,27.927542],[105.278519,27.932352],[105.280988,27.939437],[105.281616,27.947509],[105.278258,27.956482],[105.280337,27.963388],[105.277219,27.968738],[105.27704,27.972767],[105.266552,27.984602],[105.268161,27.996431],[105.266984,28],[105.25947,28.003658],[105.243555,28.005271],[105.246057,28.010223],[105.242503,28.011913],[105.234858,28.00612],[105.228741,28.006117],[105.222087,28],[105.218354,27.993935],[105.213488,27.993365],[105.204686,27.995778],[105.196863,27.995965],[105.179092,28.000121],[105.172271,28.009803],[105.170744,28.01486],[105.166623,28.018969],[105.164418,28.026711],[105.166305,28.030674],[105.181515,28.044989],[105.179528,28.048347],[105.182921,28.052264],[105.183293,28.058208],[105.176625,28.066068],[105.177082,28.070423],[105.169674,28.06936],[105.166041,28.070431],[105.163541,28.073931],[105.142877,28.069625],[105.129975,28.070566],[105.127658,28.073513],[105.119745,28.073161],[105.116467,28.07608],[105.112772,28.076577],[105.107702,28.082264],[105.093539,28.085624],[105.089763,28.088364],[105.07805,28.088123],[105.071572,28.085607],[105.072415,28.09068],[105.058496,28.094874],[105.057738,28.101562],[105.044571,28.102252],[105.03898,28.097835],[105.038331,28.091826],[105.026668,28.080175],[105.016248,28.077007],[105.014568,28.073069],[105.010275,28.070495],[105.000968,28.06762],[104.996846,28.067772],[104.993552,28.070056],[104.9731,28.065401],[104.974004,28.057521],[104.967959,28.035898],[104.971609,28.026659],[104.97012,28.020507],[104.957879,28.01654],[104.95632,28.007051],[104.944866,27.998619],[104.942495,27.990202],[104.946318,27.984324],[104.935772,27.984682],[104.927055,27.99043],[104.925828,27.986837],[104.921948,27.983877],[104.918972,27.97441],[104.912906,27.970552],[104.910018,27.971383],[104.901204,27.967403],[104.90056,27.952759],[104.912529,27.953517],[104.91821,27.94731],[104.918675,27.944232],[104.892252,27.938725],[104.88651,27.934832],[104.884097,27.931336],[104.885287,27.916734],[104.878384,27.914681],[104.873806,27.910261],[104.845934,27.904138],[104.837903,27.904273],[104.833422,27.90799],[104.830859,27.908141],[104.825954,27.902954],[104.819086,27.902189],[104.812797,27.902746],[104.810136,27.90491],[104.797053,27.902574],[104.794804,27.905932],[104.787216,27.897918],[104.768983,27.891855],[104.768779,27.888595],[104.764295,27.886875],[104.750312,27.888309],[104.747396,27.890116],[104.745783,27.892945],[104.750009,27.90463],[104.747666,27.905918],[104.739414,27.904802],[104.732467,27.901366],[104.729447,27.901743],[104.706112,27.894164],[104.702111,27.890934],[104.693028,27.887804],[104.687258,27.88682],[104.683585,27.888179],[104.67632,27.885743],[104.64565,27.862693],[104.631223,27.854269],[104.628742,27.855336],[104.625726,27.860579],[104.621834,27.862525],[104.613994,27.862374],[104.599822,27.858304],[104.582334,27.850162],[104.577359,27.844735],[104.573469,27.843738],[104.567729,27.845268],[104.565282,27.847627],[104.565984,27.854329],[104.557057,27.855345],[104.555042,27.857457],[104.554746,27.86614],[104.557478,27.871737],[104.552873,27.873764],[104.549364,27.879088],[104.547028,27.87756],[104.545246,27.878656],[104.536071,27.891005],[104.522865,27.892024],[104.515745,27.883299],[104.511174,27.88137],[104.50633,27.882006],[104.500124,27.888147],[104.495682,27.899281],[104.48839,27.900464],[104.485887,27.905014],[104.481228,27.905676],[104.477279,27.90429],[104.473189,27.906872],[104.468437,27.907434],[104.467042,27.910355],[104.46815,27.914495],[104.461548,27.915711],[104.454854,27.925632],[104.451535,27.925758],[104.44825,27.932386],[104.441224,27.930402],[104.438087,27.932345],[104.438105,27.934149],[104.433779,27.93527],[104.432828,27.938706],[104.429624,27.940914],[104.423248,27.941235],[104.415185,27.95157],[104.409224,27.956087],[104.394334,27.956312],[104.390684,27.962977],[104.390815,27.966251],[104.381687,27.970885],[104.38589,27.978897],[104.382482,27.980429],[104.36946,27.992835],[104.370097,27.994115],[104.375403,27.993691],[104.376944,27.997005],[104.36401,28.010241],[104.363794,28.014527],[104.352743,28.0236],[104.34719,28.022464],[104.345712,28.024683],[104.330519,28.028451],[104.307051,28.04067],[104.296296,28.048316],[104.296476,28.050359],[104.301711,28.055574],[104.316582,28.059868],[104.331694,28.058501],[104.341456,28.061084],[104.355794,28.058829],[104.364196,28.055479],[104.374417,28.055872],[104.386302,28.066893],[104.388084,28.064417],[104.39249,28.066376],[104.397026,28.074393],[104.39734,28.084668],[104.394281,28.091466],[104.395215,28.094536],[104.406816,28.100281],[104.41454,28.100184],[104.427398,28.10377],[104.431889,28.111078],[104.430593,28.119365],[104.443255,28.116868],[104.448864,28.120692],[104.44923,28.135824],[104.441816,28.14284],[104.441996,28.147816],[104.443155,28.153984],[104.451714,28.169448],[104.456921,28.172977],[104.44826,28.178511],[104.440563,28.173956],[104.431744,28.171323],[104.419231,28.173248],[104.407759,28.179055],[104.404929,28.182686],[104.403926,28.190891],[104.397478,28.201642],[104.40136,28.206148],[104.414357,28.207537],[104.415141,28.211272],[104.423326,28.213035],[104.431739,28.21178],[104.440744,28.214921],[104.448478,28.223785],[104.449825,28.233053],[104.461246,28.244459],[104.463276,28.249073],[104.440437,28.25972],[104.44128,28.26572],[104.445725,28.273614],[104.431207,28.277624],[104.415001,28.273503],[104.403728,28.274229],[104.4023,28.282555],[104.389362,28.299976],[104.386888,28.32249],[104.380218,28.33366],[104.368876,28.339465],[104.353021,28.341218],[104.350595,28.339309],[104.344569,28.339597],[104.333272,28.332107],[104.315182,28.310994],[104.303505,28.309724],[104.291398,28.313037],[104.28588,28.316497],[104.298807,28.331878],[104.283971,28.339407],[104.284496,28.345105],[104.274961,28.359],[104.266791,28.377069],[104.266263,28.384195],[104.272224,28.391517],[104.272519,28.394299],[104.270777,28.395565],[104.259196,28.394945],[104.252684,28.404508],[104.253212,28.41409],[104.265534,28.424879],[104.264503,28.434364],[104.255967,28.452417],[104.257974,28.45954],[104.265594,28.46614],[104.268164,28.470561],[104.260715,28.483054],[104.257867,28.49197],[104.259442,28.496402],[104.265817,28.503483],[104.263052,28.506422],[104.255587,28.507952],[104.24653,28.513123],[104.244455,28.519536],[104.244462,28.527629],[104.248661,28.534435],[104.259831,28.540309],[104.265995,28.540503],[104.285511,28.536287],[104.296476,28.543925],[104.30543,28.543706],[104.312777,28.54156],[104.319195,28.542933],[104.322436,28.546336],[104.325823,28.559592],[104.331006,28.563927],[104.341937,28.55942],[104.354292,28.559055],[104.356946,28.56184],[104.35778,28.570585],[104.365955,28.589566],[104.37237,28.597557],[104.388469,28.602698],[104.413675,28.600276],[104.419028,28.626017],[104.426494,28.627561],[104.40594,28.642452],[104.399572,28.643994],[104.392294,28.643401],[104.370898,28.652709],[104.351572,28.647929],[104.337733,28.642446],[104.33147,28.63766],[104.320808,28.622969],[104.31216,28.618663],[104.305496,28.618005],[104.299388,28.623255],[104.30122,28.630953],[104.298347,28.636332],[104.292233,28.638439],[104.285364,28.637766],[104.276326,28.634436],[104.270989,28.6357],[104.254194,28.656625],[104.253805,28.661228],[104.248037,28.666756],[104.244769,28.667589],[104.241106,28.665375],[104.239778,28.662449],[104.24095,28.654652],[104.239525,28.647681],[104.235118,28.641716],[104.231546,28.639744],[104.210839,28.641473],[104.191576,28.637601],[104.177734,28.640856],[104.170103,28.646448],[104.158733,28.642793],[104.14936,28.643425],[104.142265,28.64091],[104.123385,28.640555],[104.116301,28.637384],[104.111399,28.631483],[104.10833,28.62113],[104.108718,28.616667],[104.106273,28.613543],[104.098474,28.608122],[104.091857,28.606357],[104.080038,28.611646],[104.078558,28.617552],[104.075485,28.62152],[104.070664,28.622955],[104.064438,28.629165],[104.057158,28.631117],[104.044774,28.630048],[104.010482,28.622759],[103.990875,28.615162],[103.981696,28.615255],[103.964981,28.610919],[103.95709,28.605419],[103.942173,28.604799],[103.938436,28.608971],[103.936132,28.62429],[103.931853,28.628261],[103.923263,28.630456],[103.911223,28.636193],[103.905608,28.633561],[103.901693,28.627276],[103.894431,28.623924],[103.884022,28.624476],[103.874771,28.628782],[103.870668,28.632445],[103.869192,28.636438],[103.872083,28.652091],[103.870446,28.659344],[103.862004,28.67037],[103.856192,28.671814],[103.849135,28.671243],[103.84496,28.667309],[103.838618,28.654294],[103.837945,28.648726],[103.840644,28.64366],[103.841212,28.635862],[103.834106,28.628284],[103.832298,28.62353],[103.831325,28.607612],[103.836337,28.59523],[103.835349,28.588183],[103.817401,28.573786],[103.798731,28.565133],[103.798097,28.55896],[103.801459,28.553253],[103.801165,28.53827],[103.79777,28.534724],[103.779788,28.52761],[103.78976,28.512968],[103.810373,28.496179],[103.828069,28.463911],[103.827307,28.445286],[103.828617,28.438758],[103.837945,28.422389],[103.849242,28.410584],[103.854406,28.400788],[103.858165,28.383824],[103.857536,28.376993],[103.851743,28.357431],[103.858487,28.345687],[103.86806,28.335164],[103.873878,28.326009],[103.875198,28.31578],[103.871107,28.306903],[103.86691,28.303508],[103.853064,28.297404],[103.841706,28.289249],[103.826293,28.28735],[103.820841,28.277674],[103.811167,28.268547],[103.802839,28.266659],[103.783121,28.257197],[103.780425,28.249323],[103.769593,28.23703],[103.75681,28.237338],[103.745537,28.240076],[103.739487,28.239772],[103.734652,28.237568],[103.728042,28.231716],[103.72557,28.218624],[103.718944,28.205295],[103.709912,28.200621],[103.705552,28.200582],[103.698879,28.203741],[103.692309,28.212172],[103.692806,28.228451],[103.689858,28.235656],[103.673168,28.242631],[103.642901,28.263544],[103.638043,28.265418],[103.634552,28.264947],[103.619459,28.255164],[103.617365,28.249036],[103.614082,28.246244],[103.604257,28.241684],[103.573015,28.235294],[103.568777,28.23307],[103.563031,28.226302],[103.562418,28.215392],[103.549385,28.192856],[103.53891,28.186041],[103.537907,28.179953],[103.531294,28.17198],[103.507937,28.157044],[103.500028,28.14651],[103.485775,28.141891],[103.479322,28.137869],[103.468094,28.125592],[103.45309,28.127105],[103.4491,28.125566],[103.445942,28.113169],[103.456557,28.106365],[103.45659,28.101697],[103.45087,28.089728],[103.444633,28.083519],[103.434754,28.079043],[103.430263,28.074764],[103.428276,28.064911],[103.428073,28.049831],[103.430876,28.04364],[103.443015,28.03109],[103.45661,28.024177],[103.463529,28.027811],[103.466068,28.033009],[103.469063,28.034847],[103.478847,28.037545],[103.485911,28.03587],[103.492933,28.028048],[103.494936,28.021493],[103.491273,28.009902],[103.496837,27.987147],[103.501124,27.982561],[103.503209,27.977264],[103.512238,27.969962],[103.529756,27.968194],[103.537914,27.969092],[103.553819,27.98257],[103.559172,27.98254],[103.561858,27.980665],[103.562901,27.969322],[103.56112,27.964566],[103.555023,27.959218],[103.541459,27.957404],[103.535942,27.954414],[103.525127,27.944843],[103.518659,27.933347],[103.507732,27.92511],[103.500247,27.913997],[103.500409,27.889741],[103.498181,27.881111],[103.498311,27.874453],[103.502881,27.85324],[103.507567,27.847541],[103.507256,27.844024],[103.496327,27.815179],[103.487239,27.80039],[103.478692,27.793013],[103.471212,27.790675],[103.460303,27.784274],[103.454447,27.774205],[103.455281,27.769496],[103.449814,27.76209],[103.446234,27.758633],[103.438875,27.757583],[103.434723,27.751296],[103.421221,27.748246],[103.4006,27.727741],[103.39611,27.716519],[103.391125,27.712561],[103.379411,27.715188],[103.367106,27.711739],[103.362248,27.702521],[103.355268,27.696367],[103.352267,27.686536],[103.348491,27.683152],[103.334531,27.676627],[103.323972,27.66638],[103.312059,27.657985],[103.290954,27.636691],[103.282593,27.638689],[103.277393,27.63595],[103.276039,27.629333],[103.277673,27.62333],[103.279739,27.620214],[103.289501,27.613438],[103.29671,27.604279],[103.296486,27.597814],[103.292126,27.58846],[103.292729,27.569101],[103.286855,27.565827],[103.278732,27.565228],[103.265487,27.568251],[103.260807,27.571707],[103.236928,27.573834],[103.221284,27.570379],[103.217458,27.567261],[103.213011,27.548023],[103.207008,27.536513],[103.204024,27.533473],[103.187711,27.52649],[103.17887,27.511155],[103.176979,27.499771],[103.166195,27.493656],[103.148541,27.466812],[103.142165,27.452994],[103.143235,27.434983],[103.140595,27.425214],[103.12385,27.415945],[103.108587,27.403506],[103.097642,27.400787],[103.087674,27.402077],[103.077493,27.400427],[103.069328,27.411112],[103.059889,27.414116],[103.053091,27.412567],[103.038143,27.397483],[103.023355,27.385424],[102.996303,27.376354],[102.985054,27.370973],[102.978658,27.373129],[102.969702,27.380828],[102.960903,27.394101],[102.95733,27.407457],[102.953443,27.415395],[102.951668,27.416626],[102.946249,27.416097],[102.939699,27.408571],[102.929109,27.384895],[102.921943,27.376705],[102.920425,27.369263],[102.911098,27.354614],[102.894193,27.313497],[102.881223,27.300558],[102.880677,27.296294],[102.883119,27.28432],[102.880691,27.274653],[102.881784,27.261217],[102.885889,27.25027],[102.898687,27.240706],[102.902654,27.230844],[102.903227,27.204971],[102.900953,27.197283],[102.906683,27.183697],[102.903866,27.171069],[102.911969,27.143788],[102.907906,27.116925],[102.897648,27.094852],[102.897449,27.079828],[102.883369,27.063098],[102.878199,27.043275],[102.869708,27.030183],[102.871786,27.025731],[102.890883,27.010132],[102.893554,27.004717],[102.892671,26.990786],[102.894121,26.980691],[102.887601,26.959621],[102.887525,26.954861],[102.888712,26.945322],[102.893647,26.938762],[102.896063,26.922838],[102.895258,26.914803],[102.904863,26.907257],[102.922296,26.879402],[102.928675,26.870831],[102.937218,26.863146],[102.946271,26.84733],[102.961269,26.843835],[102.969225,26.834879],[102.966073,26.826332],[102.96968,26.819082],[102.975646,26.814062],[102.98004,26.80757],[102.980532,26.803386],[102.978337,26.79474],[102.979301,26.788948],[102.989466,26.779785],[102.990067,26.777483],[102.987579,26.773133],[102.982537,26.769474],[102.989608,26.754704],[102.992816,26.74281],[102.999639,26.740284],[103.000692,26.738216],[103.000555,26.731554],[102.995365,26.729326],[102.995739,26.725145],[102.999184,26.720107],[103.006309,26.714505],[103.008316,26.71018],[103.008865,26.703805],[103.004883,26.700204],[103.004278,26.680681],[103.026184,26.666094],[103.025687,26.649324],[103.022273,26.643166],[103.027133,26.628773],[103.025256,26.620734],[103.028083,26.605299],[103.024666,26.601413],[103.016736,26.597803],[103.016196,26.595431],[103.027047,26.580077],[103.029352,26.569056],[103.033855,26.559294],[103.035855,26.558155],[103.049697,26.559266],[103.054629,26.550276],[103.052475,26.54521],[103.054691,26.53646],[103.053185,26.524619],[103.050377,26.519085],[103.042082,26.515133],[103.040379,26.504886],[103.031263,26.490344],[103.017312,26.485982],[103.000257,26.48899],[102.992444,26.486925],[102.988016,26.483801],[102.988731,26.478082],[102.996092,26.46323],[102.996699,26.45388],[102.989559,26.435968],[102.986523,26.412008],[102.993293,26.384471],[102.996806,26.377276],[102.989911,26.367355],[102.988014,26.354741],[102.982947,26.348974],[102.974657,26.344735],[102.944808,26.344674],[102.924674,26.338317],[102.918748,26.344269],[102.915144,26.345565],[102.893024,26.342127],[102.891043,26.342729],[102.885246,26.351213],[102.889264,26.360937],[102.881525,26.368347],[102.878317,26.36947],[102.868857,26.353336],[102.865503,26.342584],[102.852742,26.33203],[102.849816,26.324666],[102.836558,26.317195],[102.833391,26.31073],[102.825237,26.308278],[102.8114,26.309406],[102.785066,26.302671],[102.774971,26.296922],[102.760127,26.279072],[102.754751,26.277132],[102.746392,26.27717],[102.738576,26.272962],[102.737417,26.266532],[102.728558,26.258776],[102.723154,26.250786],[102.720749,26.245558],[102.72153,26.231696],[102.711654,26.215895],[102.705782,26.213605],[102.70096,26.213847],[102.699189,26.217384],[102.696264,26.218364],[102.685937,26.211669],[102.674224,26.208918],[102.669222,26.209675],[102.661698,26.213496],[102.658287,26.224315],[102.654063,26.228025],[102.635518,26.23549],[102.622529,26.24393],[102.619899,26.248987],[102.607444,26.249139],[102.601583,26.251832],[102.600691,26.25666],[102.605192,26.265107],[102.607626,26.279894],[102.610358,26.286504],[102.637012,26.310406],[102.634997,26.322546],[102.625648,26.343335],[102.619655,26.347132],[102.609276,26.347604],[102.593251,26.352723],[102.568238,26.366987],[102.549999,26.366031],[102.543589,26.360004],[102.541084,26.343097],[102.531288,26.337097],[102.503923,26.328106],[102.49202,26.327799],[102.439406,26.304562],[102.429987,26.302701],[102.413863,26.303404],[102.392926,26.300806],[102.38909,26.298761],[102.38208,26.292012],[102.375957,26.278866],[102.366461,26.270149],[102.361866,26.262373],[102.348165,26.248057],[102.343654,26.247647],[102.332514,26.241257],[102.315966,26.23585],[102.31102,26.230251],[102.300493,26.230565],[102.298261,26.227869],[102.286272,26.224331],[102.27518,26.223519],[102.260694,26.224775],[102.255044,26.223644],[102.247211,26.218822],[102.243964,26.215947],[102.242851,26.199251],[102.238765,26.190149],[102.234599,26.188893],[102.231257,26.184128],[102.224867,26.179146],[102.2149,26.174339],[102.201008,26.163562],[102.197466,26.161833],[102.186188,26.160627],[102.172897,26.150221],[102.154155,26.121482],[102.150478,26.112762],[102.139958,26.11366],[102.134889,26.110613],[102.132268,26.102249],[102.129272,26.098664],[102.129521,26.090019],[102.11445,26.089147],[102.106041,26.073741],[102.105919,26.070747],[102.098081,26.069421],[102.094105,26.065831],[102.08757,26.069542],[102.076044,26.066998],[102.068501,26.068184],[102.039744,26.082341],[102.030452,26.088818],[102.027074,26.093695],[102.025478,26.099529],[102.023833,26.099808],[102.017553,26.099619],[102.000983,26.093717],[101.987905,26.091511],[101.955498,26.089072],[101.937265,26.10457],[101.91594,26.112999],[101.899506,26.10746],[101.895383,26.104637],[101.871017,26.070711],[101.862685,26.05619],[101.853773,26.054572],[101.844532,26.056116],[101.834484,26.048207],[101.831435,26.05583],[101.833723,26.061255],[101.839431,26.067642],[101.838416,26.086511],[101.826709,26.086403],[101.822142,26.088766],[101.815708,26.093803],[101.796373,26.116658],[101.796621,26.144311],[101.800913,26.152963],[101.810036,26.15721],[101.81032,26.167795],[101.807422,26.165387],[101.769696,26.182178],[101.754271,26.205876],[101.741886,26.218749],[101.734337,26.223487],[101.714655,26.228428],[101.712075,26.227172],[101.70062,26.227454],[101.697455,26.230989],[101.695491,26.239544],[101.691579,26.247215],[101.674639,26.236234],[101.667604,26.233826],[101.662886,26.233695],[101.655259,26.237718],[101.652537,26.237622],[101.643649,26.235485],[101.637995,26.229798],[101.628438,26.227935],[101.62454,26.231081],[101.61382,26.246844],[101.615114,26.25437],[101.606383,26.262003],[101.5963,26.267484],[101.596857,26.280227],[101.588361,26.28371],[101.584134,26.283688],[101.589016,26.29047],[101.594523,26.292567],[101.595326,26.308038],[101.606321,26.313889],[101.625468,26.319985],[101.64611,26.307694],[101.658251,26.310025],[101.659243,26.314166],[101.638595,26.321589],[101.637849,26.325993],[101.639339,26.330336],[101.652129,26.33386],[101.658378,26.343884],[101.661171,26.352427],[101.651487,26.357623],[101.627611,26.361594],[101.627839,26.37162],[101.634948,26.388677],[101.635818,26.399224],[101.630899,26.400437],[101.612665,26.416835],[101.58346,26.433051],[101.578072,26.442002],[101.566692,26.453574],[101.549081,26.460595],[101.543769,26.468963],[101.526199,26.470565],[101.508425,26.500559],[101.489353,26.502261],[101.457166,26.499287],[101.438389,26.51585],[101.437722,26.523398],[101.442006,26.530469],[101.444116,26.530998],[101.437781,26.541997],[101.434197,26.541376],[101.432227,26.538027],[101.426909,26.535183],[101.421145,26.534207],[101.414272,26.544671],[101.417148,26.55308],[101.413843,26.554533],[101.411958,26.554628],[101.408456,26.550071],[101.40023,26.544158],[101.398054,26.544679],[101.396113,26.548717],[101.400209,26.549991],[101.401456,26.559601],[101.394321,26.567174],[101.397365,26.582453],[101.394372,26.595929],[101.396928,26.607313],[101.401838,26.60876],[101.420274,26.604295],[101.428554,26.604153],[101.430328,26.607672],[101.432918,26.608137],[101.448795,26.603781],[101.460614,26.609218],[101.463693,26.619479],[101.46428,26.628635],[101.458966,26.64414],[101.470622,26.657531],[101.47891,26.676247],[101.469073,26.685155],[101.45667,26.690646],[101.453621,26.693457],[101.451443,26.699174],[101.453121,26.707179],[101.454789,26.710513],[101.467973,26.714407],[101.469479,26.721124],[101.47248,26.726043],[101.491858,26.732186],[101.498463,26.73705],[101.498446,26.740512],[101.490935,26.745387],[101.490542,26.751239],[101.497368,26.760784],[101.509276,26.757449],[101.512197,26.769007],[101.511572,26.774262],[101.497542,26.772828],[101.484322,26.780226],[101.482755,26.782468],[101.464674,26.789286],[101.449379,26.786106],[101.445194,26.781336],[101.444416,26.773804],[101.45177,26.766306],[101.458073,26.751711],[101.455213,26.734196],[101.4479,26.735592],[101.434529,26.743727],[101.430924,26.744059],[101.422814,26.739861],[101.419264,26.734184],[101.418748,26.730499],[101.42044,26.728659],[101.41487,26.725011],[101.39548,26.724584],[101.386893,26.726498],[101.389582,26.728926],[101.390396,26.734018],[101.387382,26.756123],[101.385512,26.756681],[101.376034,26.753191],[101.375081,26.759559],[101.367913,26.765962],[101.366202,26.770545],[101.358319,26.770095],[101.355081,26.774392],[101.373485,26.784844],[101.377823,26.790663],[101.379177,26.798304],[101.369355,26.804935],[101.375983,26.807242],[101.378854,26.809856],[101.394093,26.835948],[101.397709,26.839035],[101.398495,26.844584],[101.390991,26.851412],[101.38534,26.860058],[101.37149,26.869041],[101.365124,26.879947],[101.365751,26.886821],[101.350984,26.889486],[101.341413,26.888656],[101.321297,26.890665],[101.318079,26.897392],[101.307823,26.907729],[101.305056,26.907406],[101.302061,26.903461],[101.286913,26.898842],[101.28226,26.90121],[101.280444,26.904424],[101.264341,26.90711],[101.262267,26.910143],[101.261765,26.917539],[101.253237,26.927638],[101.255833,26.937617],[101.264341,26.953761],[101.26336,26.958475],[101.229546,26.957952],[101.2242,26.964167],[101.226488,26.986103],[101.220074,26.992121],[101.209652,26.996864],[101.207026,26.995268],[101.200204,26.996312],[101.186682,27.002717],[101.182058,27.008081],[101.155438,27.013836],[101.133767,27.026503],[101.135276,27.039513],[101.141855,27.047149],[101.143384,27.052015],[101.144718,27.062892],[101.143621,27.067913],[101.14092,27.070884],[101.143784,27.077063],[101.153315,27.083265],[101.155753,27.095139],[101.155623,27.099437],[101.147013,27.104069],[101.143064,27.10965],[101.155063,27.130078],[101.15424,27.133252],[101.168799,27.175771],[101.168589,27.194256],[101.162534,27.201897],[101.147818,27.201343],[101.139565,27.206478],[101.113836,27.210168],[101.099123,27.207726],[101.085187,27.202412],[101.076214,27.195989],[101.057474,27.202132],[101.055148,27.204784],[101.056221,27.210197],[101.054495,27.216727],[101.045956,27.218362],[101.040136,27.224308],[101.037023,27.237863],[101.043573,27.241686],[101.042232,27.248228],[101.024281,27.275615],[101.030396,27.284013],[101.029413,27.29904],[101.01699,27.31109],[101.006855,27.314466],[101.011599,27.324428],[101.019747,27.335064],[101.018915,27.346751],[101.00558,27.35052],[100.997387,27.356047],[100.992426,27.374533],[100.982661,27.38325],[100.967282,27.402229],[100.962015,27.405837],[100.949597,27.433652],[100.953284,27.43763],[100.955508,27.445715],[100.945751,27.462337],[100.935565,27.472825],[100.922833,27.475296],[100.917106,27.473843],[100.910981,27.463236],[100.899912,27.457389],[100.902755,27.483088],[100.90913,27.501084],[100.912716,27.518443],[100.909026,27.527529],[100.898851,27.539162],[100.887311,27.559451],[100.886901,27.564041],[100.878569,27.579569],[100.860898,27.599356],[100.853136,27.599971],[100.854308,27.627238],[100.845711,27.626251],[100.843005,27.61959],[100.832251,27.616042],[100.825792,27.617572],[100.839364,27.639434],[100.850521,27.645884],[100.846758,27.650132],[100.837345,27.650109],[100.830672,27.654217],[100.831111,27.661915],[100.847223,27.675167],[100.841309,27.681376],[100.830802,27.68629],[100.814715,27.687857],[100.789273,27.686543],[100.778952,27.699381],[100.774197,27.742834],[100.77007,27.751041],[100.754852,27.772614],[100.733646,27.782161],[100.72563,27.790969],[100.707844,27.801331],[100.704909,27.805319],[100.701361,27.819644],[100.704805,27.832381],[100.70577,27.843665],[100.711582,27.846907],[100.719414,27.861412],[100.699445,27.872238],[100.69769,27.876282],[100.703219,27.88458],[100.702464,27.892861],[100.699666,27.89355],[100.692333,27.903149],[100.689534,27.912626],[100.678381,27.926585],[100.659968,27.921883],[100.651936,27.912391],[100.647507,27.917305],[100.632335,27.918197],[100.631511,27.911002],[100.622678,27.904558],[100.607539,27.879835],[100.607375,27.873203],[100.610086,27.868777],[100.606733,27.859902],[100.59202,27.851659],[100.572383,27.836454],[100.556159,27.82675],[100.553348,27.823028],[100.552661,27.817556],[100.545389,27.812318],[100.541564,27.814023],[100.539253,27.822506],[100.533018,27.827876],[100.526734,27.827622],[100.51791,27.824039],[100.509694,27.829533],[100.504248,27.854744],[100.496346,27.852067],[100.493671,27.848605],[100.485571,27.853599],[100.478517,27.860365],[100.469241,27.863755],[100.448075,27.868206],[100.436238,27.86891],[100.429687,27.867566],[100.42857,27.866105],[100.431734,27.861283],[100.428898,27.852901],[100.422036,27.84768],[100.414026,27.844533],[100.410415,27.837545],[100.410026,27.826427],[100.411813,27.823666],[100.404832,27.807822],[100.391399,27.790724],[100.381139,27.782843],[100.377276,27.775848],[100.377894,27.772571],[100.374936,27.757599],[100.3595,27.762765],[100.34949,27.759394],[100.343999,27.74828],[100.343236,27.738335],[100.341532,27.735174],[100.335122,27.727891],[100.326155,27.723998],[100.312665,27.725939],[100.302415,27.740013],[100.306317,27.756376],[100.302969,27.772184],[100.304329,27.794339],[100.301458,27.796903],[100.292471,27.798137],[100.285669,27.807627],[100.285389,27.812528],[100.288127,27.821178],[100.29368,27.823996],[100.306938,27.835198],[100.305332,27.84722],[100.301262,27.850622],[100.303456,27.856341],[100.307904,27.861698],[100.306306,27.865784],[100.294033,27.872471],[100.287278,27.870539],[100.267817,27.873588],[100.261294,27.870301],[100.232616,27.872728],[100.221952,27.882167],[100.21057,27.880704],[100.205814,27.881951],[100.180261,27.902007],[100.172569,27.899835],[100.168241,27.900793],[100.16713,27.904583],[100.171936,27.914304],[100.181317,27.926212],[100.193041,27.937486],[100.194164,27.941749],[100.190748,27.949733],[100.186205,27.95664],[100.177433,27.96038],[100.143484,27.995098],[100.141172,27.995343],[100.136148,28],[100.121441,28.02058],[100.113926,28.024601],[100.085116,28.033948],[100.076243,28.045966],[100.07489,28.052265],[100.068538,28.061601],[100.065583,28.074165],[100.063291,28.07525],[100.063023,28.081731],[100.05827,28.088932],[100.052629,28.10673],[100.047754,28.111719],[100.043521,28.120726],[100.042481,28.128276],[100.038033,28.13422],[100.030805,28.136555],[100.019492,28.149233],[100.022248,28.162578],[100.026677,28.170475],[100.028793,28.186085],[100.030484,28.188004],[100.050567,28.188259],[100.059849,28.196552],[100.068892,28.194296],[100.075069,28.190187],[100.078203,28.185151],[100.086664,28.183146],[100.095915,28.195289],[100.096857,28.201377],[100.10457,28.206626],[100.117345,28.204609],[100.129852,28.208965],[100.150889,28.209876],[100.162059,28.219785],[100.167617,28.227591],[100.163137,28.232544],[100.162526,28.236526],[100.1865,28.256109],[100.163566,28.277113],[100.160192,28.278054],[100.157117,28.276536],[100.152561,28.280036],[100.148036,28.286312],[100.146362,28.292504],[100.155951,28.298375],[100.164053,28.297829],[100.167232,28.299808],[100.169157,28.317324],[100.171882,28.326237],[100.166869,28.332366],[100.155973,28.335144],[100.133818,28.355255],[100.100117,28.361918],[100.09331,28.36761],[100.05629,28.37263],[100.054877,28.383967],[100.065069,28.403329],[100.064475,28.405613],[100.060586,28.40797],[100.060556,28.409981],[100.073548,28.428967],[100.06511,28.435784],[100.064144,28.442251],[100.059034,28.45234],[100.041737,28.450165],[100.015914,28.464032],[100.007499,28.467451],[100.00097,28.467587],[99.995049,28.471618],[99.98811,28.479939],[99.983186,28.507828],[99.986225,28.516606],[99.985543,28.531031],[99.977782,28.539388],[99.969417,28.535782],[99.963876,28.540911],[99.959662,28.563587],[99.952326,28.564276],[99.950634,28.566962],[99.949471,28.57947],[99.947931,28.581201],[99.93676,28.584866],[99.933713,28.591432],[99.923226,28.59471],[99.9195,28.602469],[99.906309,28.602759],[99.902924,28.605443],[99.877888,28.611095],[99.875177,28.614973],[99.876184,28.622138],[99.869751,28.626012],[99.871095,28.634372],[99.869737,28.637654],[99.859033,28.639117],[99.854633,28.638092],[99.842988,28.630916],[99.832406,28.630327],[99.832569,28.633643],[99.841309,28.6424],[99.841306,28.64449],[99.835552,28.645677],[99.833179,28.64836],[99.840952,28.655235],[99.841961,28.659117],[99.802977,28.695483],[99.793496,28.696961],[99.792853,28.701711],[99.754558,28.703684],[99.752575,28.710937],[99.732101,28.722943],[99.731133,28.724566],[99.732385,28.73106],[99.735254,28.738587],[99.721427,28.758786],[99.721031,28.776173],[99.723298,28.788412],[99.723768,28.812104],[99.719678,28.832024],[99.718839,28.845359],[99.71703,28.849383],[99.712268,28.840377],[99.698874,28.836351],[99.695453,28.83129],[99.693946,28.823127],[99.688398,28.815749],[99.68258,28.813832],[99.651495,28.817285],[99.622804,28.815802],[99.621074,28.810862],[99.622102,28.799598],[99.615576,28.792433],[99.609166,28.790374],[99.60541,28.780957],[99.607571,28.756781],[99.616736,28.744492],[99.613515,28.742178],[99.600735,28.738479],[99.604099,28.733101],[99.598645,28.728546],[99.569486,28.717443],[99.564227,28.721367],[99.560102,28.720891],[99.551132,28.710336],[99.549706,28.699573],[99.530736,28.684032],[99.530859,28.682166],[99.540521,28.676492],[99.543296,28.668529],[99.54045,28.653439],[99.541018,28.629441],[99.530581,28.62018],[99.522438,28.617508],[99.515262,28.617783],[99.511729,28.621542],[99.506972,28.623142],[99.495223,28.619997],[99.496143,28.604157],[99.49049,28.599513],[99.481125,28.596195],[99.467765,28.583619],[99.46424,28.582796],[99.46321,28.579913],[99.464933,28.567307],[99.463061,28.554059],[99.461638,28.552308],[99.450062,28.554107],[99.440601,28.558208],[99.425538,28.559368],[99.402933,28.550677],[99.40201,28.547833],[99.405726,28.537656],[99.398998,28.530925],[99.394648,28.495605],[99.405918,28.488513],[99.412696,28.481038],[99.412362,28.476984],[99.420765,28.460026],[99.413231,28.452361],[99.40241,28.446797],[99.402493,28.437494],[99.412006,28.422037],[99.418293,28.420028],[99.424263,28.422018],[99.430127,28.420244],[99.436597,28.411315],[99.436975,28.403273],[99.435448,28.398616],[99.430417,28.392526],[99.425358,28.390553],[99.421089,28.378684],[99.421958,28.37228],[99.409127,28.361114],[99.407092,28.342861],[99.408403,28.339592],[99.406674,28.33144],[99.400261,28.325026],[99.391891,28.322468],[99.400493,28.306202],[99.406953,28.302407],[99.41497,28.291264],[99.417343,28.279962],[99.415301,28.269408],[99.404604,28.263682],[99.398526,28.251188],[99.385542,28.21282],[99.387694,28.185949],[99.401976,28.162437],[99.401069,28.153671],[99.393932,28.158496],[99.391742,28.16173],[99.391167,28.168986],[99.375398,28.184101],[99.357741,28.190933],[99.345312,28.207843],[99.340435,28.210982],[99.324385,28.216623],[99.307508,28.230034],[99.305321,28.233315],[99.305273,28.248511],[99.298966,28.260555],[99.285812,28.261424],[99.281026,28.264091],[99.281017,28.270773],[99.283688,28.273634],[99.285729,28.273082],[99.28763,28.276574],[99.288844,28.289869],[99.285991,28.296588],[99.278397,28.302682],[99.259221,28.307157],[99.238413,28.320452],[99.229299,28.341159],[99.229895,28.353586],[99.218612,28.355456],[99.207472,28.366473],[99.200432,28.385056],[99.18492,28.396683],[99.181844,28.400856],[99.174745,28.404414],[99.173574,28.406536],[99.174769,28.41436],[99.173107,28.420565],[99.164283,28.428366],[99.169335,28.433865],[99.18051,28.437452],[99.186314,28.443487],[99.182819,28.454153],[99.183284,28.471361],[99.190923,28.498944],[99.187935,28.510862],[99.177041,28.535238],[99.170056,28.561317],[99.171527,28.570556],[99.178462,28.582702],[99.179621,28.588004],[99.174595,28.595237],[99.1665,28.60003],[99.169476,28.614271],[99.161995,28.625077],[99.162164,28.631192],[99.144023,28.652477],[99.142593,28.668898],[99.129184,28.693076],[99.12781,28.702237],[99.135227,28.722916],[99.133206,28.731691],[99.120699,28.750333],[99.117599,28.758337],[99.115805,28.778766],[99.107472,28.803069],[99.107957,28.858948],[99.123148,28.891997],[99.128288,28.910654],[99.128283,28.932055],[99.130188,28.948184],[99.121807,28.999832],[99.126036,29.013666],[99.126474,29.02171],[99.122665,29.030297],[99.117495,29.035892],[99.117634,29.057571],[99.112776,29.076123],[99.117072,29.104267],[99.111973,29.113232],[99.111964,29.124495],[99.114336,29.130698],[99.11379,29.134439],[99.10967,29.137586],[99.107303,29.142733],[99.114044,29.150263],[99.111922,29.192102],[99.11829,29.202661],[99.117372,29.207232],[99.111088,29.21387],[99.110396,29.219595],[99.115351,29.227922],[99.115096,29.241415],[99.113982,29.24544],[99.108459,29.25274],[99.104547,29.255276],[99.093664,29.269066],[99.09281,29.272887],[99.095006,29.279588],[99.085449,29.292796],[99.070716,29.298712],[99.065697,29.30351],[99.074955,29.318836],[99.067592,29.334957],[99.062625,29.378666],[99.0656,29.387254],[99.060474,29.415248],[99.056854,29.417197],[99.065887,29.422737],[99.067181,29.426591],[99.058624,29.439707],[99.062298,29.444917],[99.062484,29.449974],[99.05578,29.45869],[99.057137,29.467563],[99.06086,29.473424],[99.061505,29.478924],[99.058647,29.483566],[99.052179,29.488578],[99.051207,29.5081],[99.0454,29.527507],[99.050833,29.548206],[99.050859,29.567137],[99.041687,29.573133],[99.041891,29.575739],[99.036007,29.588942],[99.030881,29.595655],[99.014385,29.609914],[99.011481,29.617785],[99.012866,29.624667],[99.010293,29.63177],[99.005482,29.640023],[98.997795,29.646642],[98.996154,29.649819],[98.999354,29.657384],[98.991916,29.659987],[98.990584,29.66448],[98.992319,29.677693],[98.997129,29.691917],[98.996358,29.699847],[99.000094,29.727423],[98.999747,29.737932],[99.007786,29.751627],[99.010979,29.780281],[99.015147,29.784296],[99.018208,29.793778],[99.017065,29.802],[99.01253,29.814792],[99.012633,29.820391],[99.02142,29.832958],[99.023025,29.851154],[99.033576,29.8589],[99.036493,29.874046],[99.041209,29.886262],[99.051884,29.895789],[99.051155,29.905601],[99.056227,29.912569],[99.056011,29.923152],[99.058295,29.924889],[99.064038,29.925079],[99.067567,29.931624],[99.066039,29.934946],[99.055774,29.937307],[99.050256,29.944455],[99.054,29.960806],[99.041259,30.004452],[99.040495,30.042188],[99.035807,30.054018],[99.041223,30.068251],[99.044107,30.08183],[99.041093,30.08717],[99.031354,30.095029],[99.025866,30.107144],[99.020172,30.111187],[99.009643,30.123054],[99.008874,30.128407],[99.013891,30.138513],[99.010321,30.145612],[99.003827,30.151566],[98.989348,30.153961],[98.985782,30.159582],[98.985888,30.163223],[98.990114,30.169749],[98.99007,30.17318],[98.984258,30.176883],[98.981706,30.180464],[98.980919,30.186986],[98.987238,30.202774],[98.992845,30.209675],[98.993088,30.215869],[98.99026,30.219908],[98.976538,30.229698],[98.97402,30.233359],[98.968874,30.259415],[98.970175,30.263555],[98.977794,30.268744],[98.984404,30.277543],[98.985776,30.282501],[98.978974,30.294731],[98.979868,30.300677],[98.97825,30.306981],[98.980663,30.3246],[98.966774,30.33813],[98.968581,30.34691],[98.973001,30.355324],[98.966993,30.363396],[98.96652,30.378761],[98.972865,30.382843],[98.974684,30.394034],[98.973135,30.401842],[98.965699,30.410459],[98.962317,30.426473],[98.962249,30.430861],[98.964771,30.435731],[98.964578,30.453933],[98.944602,30.483935],[98.942702,30.492264],[98.945044,30.502942],[98.936726,30.51327],[98.931653,30.523615],[98.931084,30.531675],[98.935818,30.54269],[98.937422,30.5517],[98.936156,30.554007],[98.929,30.558483],[98.925934,30.572915],[98.935477,30.581783],[98.9405,30.589127],[98.94201,30.594232],[98.941061,30.599008],[98.938297,30.602251],[98.930644,30.604156],[98.92139,30.612014],[98.919885,30.6192],[98.924733,30.627073],[98.923201,30.642332],[98.914012,30.654733],[98.91226,30.667949],[98.904617,30.690491],[98.904067,30.695958],[98.906958,30.700965],[98.931911,30.706814],[98.936553,30.712119],[98.936041,30.718485],[98.937936,30.721208],[98.955788,30.724625],[98.961253,30.728085],[98.963314,30.73581],[98.959237,30.747062],[98.957427,30.767325],[98.953001,30.771865],[98.902779,30.786539],[98.889652,30.80099],[98.880977,30.803602],[98.877667,30.813742],[98.879384,30.821688],[98.877264,30.826237],[98.872024,30.830446],[98.856918,30.832435],[98.849921,30.85152],[98.83279,30.860909],[98.811224,30.876115],[98.795963,30.882193],[98.779709,30.896114],[98.777963,30.899641],[98.777984,30.90575],[98.7741,30.911625],[98.779785,30.927407],[98.795777,30.948692],[98.799061,30.969553],[98.805813,30.982311],[98.806849,30.995542],[98.796772,31.01372],[98.782946,31.021308],[98.773727,31.033995],[98.762263,31.036559],[98.75798,31.035781],[98.734852,31.053136],[98.731872,31.058702],[98.735503,31.06449],[98.733674,31.069053],[98.725017,31.072396],[98.71185,31.085275],[98.709907,31.120413],[98.693607,31.134096],[98.688989,31.135174],[98.677032,31.151466],[98.669872,31.158594],[98.653072,31.168916],[98.643083,31.172516],[98.642881,31.177122],[98.639853,31.180951],[98.61261,31.182955],[98.60443,31.186753],[98.600886,31.193869],[98.61494,31.198547],[98.620844,31.206579],[98.622778,31.224331],[98.618163,31.230071],[98.609153,31.23013],[98.606025,31.232124],[98.603629,31.239228],[98.603076,31.258899],[98.614625,31.29294],[98.618175,31.309497],[98.625945,31.320588],[98.626893,31.32775],[98.631182,31.33354],[98.638215,31.338992],[98.646425,31.341574],[98.664093,31.340198],[98.692343,31.334984],[98.703072,31.324437],[98.713462,31.30758],[98.733115,31.292185],[98.735343,31.281943],[98.741149,31.27038],[98.747934,31.265238],[98.761201,31.259953],[98.771991,31.25183],[98.775987,31.250977],[98.779694,31.253668],[98.782973,31.261281],[98.805179,31.281277],[98.808462,31.28957],[98.809155,31.306574],[98.813818,31.314521],[98.821296,31.321756],[98.832353,31.326725],[98.836781,31.334559],[98.843196,31.340021],[98.860713,31.346178],[98.862652,31.353535],[98.883436,31.371787],[98.886631,31.377481],[98.87826,31.384283],[98.868023,31.398412],[98.859454,31.407281],[98.853867,31.410303],[98.850537,31.410402],[98.842895,31.417007],[98.842801,31.42031],[98.846217,31.425186],[98.844619,31.431389],[98.8372,31.438946],[98.811948,31.448247],[98.797479,31.459778],[98.79307,31.470902],[98.787542,31.475927],[98.744228,31.493528],[98.711122,31.517658],[98.701753,31.52855],[98.696017,31.532315],[98.695588,31.542939],[98.661502,31.569292],[98.655939,31.5704],[98.639123,31.589808],[98.633536,31.593229],[98.628961,31.594075],[98.622328,31.592133],[98.618652,31.59404],[98.605601,31.609802],[98.599881,31.614135],[98.593273,31.623719],[98.587278,31.627841],[98.588027,31.633558],[98.584751,31.63756],[98.565597,31.64768],[98.553543,31.659313],[98.555616,31.670988],[98.558643,31.676485],[98.557565,31.679135],[98.548492,31.683529],[98.547821,31.685401],[98.549107,31.687532],[98.555517,31.688258],[98.557713,31.690706],[98.544902,31.701106],[98.544166,31.707144],[98.54802,31.714373],[98.546117,31.719417],[98.541391,31.720942],[98.536804,31.716345],[98.522444,31.718142],[98.512938,31.741985],[98.502592,31.760824],[98.493407,31.773881],[98.476653,31.784632],[98.459734,31.78391],[98.455786,31.791502],[98.458128,31.795994],[98.462732,31.797722],[98.462314,31.800795],[98.454974,31.805407],[98.447736,31.806802],[98.437965,31.819662],[98.442894,31.83018],[98.42688,31.832431],[98.41764,31.831223],[98.415089,31.832278],[98.413911,31.835123],[98.414501,31.845791],[98.418189,31.852026],[98.424438,31.855981],[98.424958,31.858714],[98.416511,31.862895],[98.411616,31.872784],[98.410365,31.886847],[98.398446,31.898411],[98.398186,31.902112],[98.403447,31.913469],[98.420633,31.918949],[98.432916,31.925855],[98.43449,31.938694],[98.425469,31.940706],[98.420786,31.945361],[98.423743,31.954466],[98.433413,31.961696],[98.430616,31.976832],[98.428055,31.978496],[98.427339,31.983158],[98.431863,31.988318],[98.431739,31.990022],[98.427167,31.998513],[98.435268,32.002807],[98.435965,32.005626],[98.42926,32.014529],[98.418796,32.018049],[98.416919,32.022671],[98.403322,32.026497],[98.400958,32.036946],[98.405442,32.045539],[98.372175,32.07455],[98.363065,32.080272],[98.357954,32.08898],[98.343292,32.090227],[98.342421,32.092381],[98.344934,32.095391],[98.343262,32.099079],[98.327902,32.111074],[98.311282,32.113905],[98.312539,32.127548],[98.302912,32.123849],[98.30121,32.125721],[98.299353,32.13863],[98.294589,32.14629],[98.295124,32.152474],[98.288579,32.159802],[98.278927,32.175178],[98.277002,32.183053],[98.271256,32.186481],[98.26826,32.197488],[98.259878,32.210797],[98.24906,32.218747],[98.240794,32.228958],[98.227545,32.231294],[98.218473,32.237097],[98.222898,32.250443],[98.219259,32.258658],[98.221221,32.260995],[98.229762,32.264515],[98.229445,32.269606],[98.224312,32.275968],[98.218618,32.287075],[98.208199,32.321696],[98.209268,32.328225],[98.213183,32.332127],[98.218104,32.345451],[98.203815,32.349156],[98.199922,32.353585],[98.197327,32.36162],[98.194773,32.362667],[98.18637,32.360509],[98.181387,32.368653],[98.173037,32.373877],[98.162678,32.377624],[98.150367,32.376267],[98.138555,32.38141],[98.138755,32.38656],[98.13722,32.388624],[98.125068,32.393834],[98.127411,32.398829],[98.126901,32.402948],[98.123201,32.402893],[98.118316,32.397622],[98.108112,32.393307],[98.10201,32.397417],[98.097411,32.40521],[98.093318,32.40156],[98.086315,32.400669],[98.077889,32.404008],[98.073844,32.408468],[98.073206,32.413238],[98.077198,32.41582],[98.077684,32.419205],[98.067906,32.418642],[98.059293,32.420121],[98.051272,32.430464],[98.03904,32.429705],[98.035802,32.431112],[98.030206,32.440889],[98.024384,32.445536],[98.025342,32.451089],[98.023127,32.454896],[98.009621,32.453124],[97.99578,32.460288],[97.990758,32.466753],[97.981384,32.4669],[97.975725,32.471756],[97.967705,32.474183],[97.96049,32.469866],[97.95407,32.471315],[97.953036,32.474373],[97.943471,32.47677],[97.941277,32.481581],[97.936499,32.484223],[97.927843,32.485945],[97.923997,32.489052],[97.91932,32.486709],[97.91567,32.486828],[97.905304,32.492583],[97.899757,32.489376],[97.885187,32.49017],[97.881186,32.48797],[97.870021,32.493661],[97.860239,32.494136],[97.837283,32.507075],[97.832702,32.506299],[97.827397,32.502],[97.814346,32.504248],[97.810901,32.501727],[97.806569,32.502118],[97.801313,32.511207],[97.801204,32.51779],[97.795303,32.523726],[97.789171,32.522004],[97.783519,32.523037],[97.774116,32.519284],[97.767972,32.521147],[97.763295,32.530654],[97.758123,32.533186],[97.746799,32.532484],[97.737743,32.528751],[97.726133,32.531538],[97.717588,32.531818],[97.702063,32.536693],[97.697902,32.539673],[97.695442,32.546303],[97.674813,32.550284],[97.665812,32.556007],[97.663858,32.561507],[97.646316,32.569961],[97.638243,32.579051],[97.633093,32.579838],[97.630053,32.57807],[97.627081,32.580298],[97.61621,32.58996],[97.61035,32.598726],[97.608141,32.615143],[97.606523,32.617563],[97.598388,32.618811],[97.587281,32.611699],[97.583987,32.617534],[97.581044,32.61924],[97.56751,32.620836],[97.560004,32.62408],[97.547815,32.622131],[97.543766,32.624131],[97.540568,32.628509],[97.539606,32.634384],[97.534122,32.640995],[97.528981,32.641658],[97.526114,32.639697],[97.526815,32.636599],[97.523911,32.636183],[97.518556,32.639554],[97.516973,32.647062],[97.513802,32.650771],[97.500292,32.649083],[97.482305,32.656308],[97.479489,32.663058],[97.479951,32.666508],[97.476875,32.667484],[97.469925,32.666282],[97.464632,32.675226],[97.459276,32.677796],[97.44738,32.69022],[97.435865,32.698746],[97.427131,32.702408],[97.422714,32.707672],[97.428607,32.713057],[97.425291,32.728154],[97.413543,32.737561],[97.393392,32.772285],[97.385008,32.782462],[97.384105,32.791599],[97.380464,32.798043],[97.378674,32.827535],[97.392291,32.830697],[97.391392,32.845266],[97.388628,32.85046],[97.381789,32.857603],[97.382334,32.861669],[97.387917,32.864431],[97.388273,32.86642],[97.385458,32.869019],[97.375146,32.871782],[97.372212,32.875357],[97.378308,32.883647],[97.376634,32.887274],[97.354444,32.889462],[97.347493,32.897405],[97.349425,32.906261],[97.355735,32.907623],[97.35908,32.912217],[97.357802,32.916485],[97.359606,32.923196],[97.368245,32.929637],[97.360137,32.943767],[97.360663,32.947065],[97.363657,32.951575],[97.373009,32.958299],[97.384197,32.956769],[97.395242,32.961913],[97.401781,32.960642],[97.408456,32.962275],[97.412828,32.970132],[97.416131,32.972114],[97.42242,32.973904],[97.429426,32.973756],[97.435598,32.977849],[97.44161,32.979376],[97.463649,32.974228],[97.477422,32.983833],[97.48656,32.980626],[97.503209,32.981207],[97.514292,32.988205],[97.521881,32.990082],[97.520914,32.994983],[97.500909,33.010685],[97.497733,33.021114],[97.49995,33.022731],[97.5177,33.023968],[97.525912,33.031764],[97.534822,33.032292],[97.543414,33.038829],[97.537528,33.04745],[97.536858,33.060988],[97.532933,33.066245],[97.529249,33.068238],[97.527316,33.076348],[97.515581,33.095993],[97.49808,33.100605],[97.491388,33.103999],[97.484632,33.11053],[97.489634,33.117032],[97.489937,33.126383],[97.496054,33.131534],[97.498538,33.139328],[97.49579,33.14231],[97.485563,33.146886],[97.488686,33.164358],[97.486362,33.169934],[97.508408,33.176124],[97.516337,33.183366],[97.517974,33.189975],[97.524437,33.194238],[97.527762,33.20375],[97.533118,33.208255],[97.548617,33.206287],[97.55716,33.215745],[97.575398,33.223021],[97.574732,33.233505],[97.586123,33.243223],[97.60006,33.259239],[97.606384,33.26356],[97.608086,33.267147],[97.608675,33.275981],[97.605174,33.286547],[97.616303,33.308986],[97.620367,33.329617],[97.618739,33.334258],[97.622389,33.341319],[97.637076,33.347854],[97.649039,33.343065],[97.664545,33.342258],[97.669527,33.345135],[97.676425,33.342722],[97.679695,33.348138],[97.674277,33.355206],[97.676457,33.359537],[97.687327,33.363956],[97.690855,33.36216],[97.701717,33.361349],[97.707672,33.374671],[97.72029,33.388712],[97.736374,33.389989],[97.73981,33.396054],[97.749791,33.399598],[97.748132,33.405598],[97.751877,33.407172],[97.758233,33.405063],[97.753836,33.411602],[97.739219,33.414004],[97.722237,33.422905],[97.716228,33.422715],[97.710105,33.429409],[97.704967,33.431067],[97.690303,33.431114],[97.683314,33.435635],[97.675528,33.434674],[97.670737,33.438958],[97.670501,33.442362],[97.673193,33.444702],[97.67078,33.446791],[97.663056,33.44955],[97.645981,33.450493],[97.627278,33.463354],[97.614353,33.461734],[97.602443,33.453546],[97.595363,33.460927],[97.591099,33.460751],[97.587945,33.462583],[97.580891,33.472517],[97.57461,33.470794],[97.569074,33.466362],[97.562578,33.467288],[97.556505,33.465361],[97.552761,33.466644],[97.550922,33.469045],[97.551257,33.476539],[97.5466,33.4826],[97.542482,33.496209],[97.53222,33.500342],[97.522821,33.507162],[97.519455,33.511526],[97.518839,33.516588],[97.510484,33.522697],[97.515898,33.531263],[97.516755,33.539193],[97.51531,33.545951],[97.520231,33.555398],[97.522012,33.570293],[97.526026,33.575837],[97.524798,33.578475],[97.511253,33.583981],[97.495171,33.58595],[97.485123,33.58887],[97.471711,33.589507],[97.452439,33.581021],[97.443935,33.594473],[97.433257,33.602554],[97.423822,33.603315],[97.414822,33.607464],[97.408141,33.618627],[97.404496,33.628498],[97.414601,33.63818],[97.424943,33.664181],[97.42753,33.664713],[97.428726,33.666757],[97.429733,33.670601],[97.42768,33.67489],[97.428558,33.679885],[97.434913,33.682266],[97.42955,33.696653],[97.424623,33.700308],[97.420887,33.709773],[97.427159,33.716762],[97.428167,33.72387],[97.417334,33.728819],[97.418045,33.740118],[97.414731,33.749636],[97.419732,33.753033],[97.421371,33.758177],[97.418131,33.765301],[97.410126,33.769534],[97.4096,33.772552],[97.413151,33.776316],[97.406903,33.781658],[97.405856,33.795803],[97.397311,33.808726],[97.384608,33.809446],[97.385147,33.81358],[97.378535,33.819031],[97.374309,33.819317],[97.368541,33.825151],[97.367827,33.826935],[97.3715,33.830211],[97.372991,33.835177],[97.372541,33.839127],[97.369663,33.843148],[97.38179,33.848674],[97.391637,33.848932],[97.399784,33.852089],[97.394512,33.860443],[97.390824,33.863489],[97.391131,33.866328],[97.396107,33.871817],[97.387584,33.886019],[97.388088,33.889251],[97.390285,33.890655],[97.396101,33.890645],[97.411912,33.886147],[97.422312,33.889321],[97.427708,33.887846],[97.442101,33.890021],[97.459635,33.888942],[97.4617,33.900596],[97.468244,33.904861],[97.477882,33.9002],[97.483446,33.900126],[97.488024,33.903682],[97.49729,33.904621],[97.50141,33.913368],[97.504121,33.914422],[97.517388,33.907246],[97.520122,33.902773],[97.524375,33.903044],[97.532307,33.904814],[97.550939,33.916945],[97.558434,33.916713],[97.57426,33.920757],[97.600635,33.932421],[97.611183,33.930076],[97.619283,33.924975],[97.631894,33.920617],[97.635893,33.921072],[97.641537,33.925515],[97.643904,33.946073],[97.647246,33.948656],[97.654332,33.949281],[97.66043,33.960517],[97.657709,33.970644],[97.66055,33.977074],[97.65257,33.997551],[97.654931,34.010241],[97.661728,34.015602],[97.673093,34.01273],[97.687793,34.018101],[97.694115,34.031403],[97.700264,34.036354],[97.70231,34.044391],[97.702745,34.059553],[97.699995,34.065106],[97.695538,34.068941],[97.694944,34.078731],[97.681874,34.081738],[97.676152,34.095794],[97.6617,34.116286],[97.66537,34.128689],[97.678632,34.133754],[97.686026,34.134559],[97.687605,34.133474],[97.698305,34.135448],[97.706349,34.142543],[97.709797,34.142451],[97.736303,34.151891],[97.741872,34.157494],[97.76679,34.160212],[97.7733,34.163709],[97.787116,34.172591],[97.78466,34.17677],[97.795145,34.196597],[97.800016,34.202553],[97.810412,34.209258],[97.813717,34.208024],[97.83486,34.210038],[97.865748,34.206528],[97.878098,34.208336],[97.888808,34.206354],[97.893976,34.210559],[97.898505,34.211642],[97.931267,34.199138],[97.945142,34.198216],[97.953924,34.189026],[97.977573,34.170404],[97.992512,34.161788],[97.996856,34.156069],[98.005158,34.153108],[98.013655,34.146224],[98.02654,34.125424],[98.043861,34.11742],[98.050752,34.116793],[98.053129,34.120774],[98.061302,34.122324],[98.076248,34.119737],[98.081197,34.121075],[98.081762,34.125367],[98.09845,34.124733],[98.114631,34.118523],[98.131418,34.108564],[98.142051,34.105861],[98.149586,34.109914],[98.156754,34.108972],[98.172246,34.099292],[98.189981,34.093633],[98.197553,34.093675],[98.205713,34.085941],[98.206996,34.080395],[98.218282,34.08314],[98.228369,34.087928],[98.238292,34.084139],[98.259428,34.085497],[98.267392,34.087695],[98.270514,34.090286],[98.28141,34.087418],[98.309127,34.089401],[98.315969,34.091069],[98.325307,34.097924],[98.328498,34.098552],[98.402018,34.087921],[98.399394,34.085867],[98.397274,34.072958],[98.391075,34.058211],[98.404567,34.050343],[98.413822,34.038888],[98.420987,34.037013],[98.439168,34.0133],[98.437825,34.007708],[98.432267,33.998805],[98.435587,33.991535],[98.440313,33.987505],[98.436926,33.974212],[98.431364,33.97343],[98.430232,33.962899],[98.411765,33.957138],[98.409648,33.955055],[98.409262,33.953214],[98.413013,33.949628],[98.406847,33.941022],[98.40591,33.927884],[98.408539,33.925124],[98.41746,33.921502],[98.425972,33.912349],[98.428513,33.906674],[98.42884,33.901216],[98.42542,33.896014],[98.411872,33.883553],[98.407427,33.868089],[98.412082,33.863258],[98.41706,33.863446],[98.425993,33.858558],[98.425848,33.85564],[98.430203,33.850146],[98.438824,33.842846],[98.445612,33.842609],[98.455994,33.850843],[98.458539,33.851761],[98.461136,33.85064],[98.477897,33.829397],[98.483488,33.817083],[98.486122,33.805989],[98.492517,33.797205],[98.485985,33.782736],[98.491101,33.772608],[98.496726,33.770029],[98.508106,33.774596],[98.51764,33.775567],[98.528456,33.766947],[98.530617,33.756538],[98.537717,33.749346],[98.550818,33.745348],[98.561095,33.740187],[98.582131,33.734257],[98.595862,33.720645],[98.594159,33.704291],[98.597306,33.698272],[98.60555,33.690401],[98.623945,33.678373],[98.624624,33.673518],[98.635065,33.671844],[98.640547,33.666849],[98.640039,33.661974],[98.641903,33.65897],[98.649085,33.659203],[98.642265,33.645653],[98.640178,33.64424],[98.613218,33.638812],[98.611771,33.635506],[98.61744,33.627841],[98.622618,33.612182],[98.63596,33.609101],[98.649947,33.599976],[98.660434,33.590743],[98.664889,33.588931],[98.658857,33.577312],[98.645735,33.562776],[98.647447,33.551691],[98.650592,33.545754],[98.653331,33.543417],[98.657736,33.542938],[98.662831,33.54838],[98.670966,33.545396],[98.673623,33.535011],[98.678756,33.529559],[98.677453,33.526594],[98.689762,33.522316],[98.710351,33.508877],[98.713818,33.508095],[98.720053,33.50985],[98.723778,33.507651],[98.724728,33.505878],[98.72202,33.494188],[98.723132,33.485936],[98.731021,33.486442],[98.736309,33.47974],[98.742642,33.480474],[98.743272,33.4671],[98.741395,33.461063],[98.743502,33.457356],[98.736924,33.434742],[98.733166,33.411861],[98.735998,33.409284],[98.746143,33.407059],[98.74877,33.404969],[98.75191,33.400066],[98.753955,33.388179],[98.760112,33.385247],[98.759735,33.382128],[98.761694,33.380358],[98.767654,33.380561],[98.776899,33.376037],[98.778707,33.370113],[98.777973,33.360448],[98.780211,33.346226],[98.769525,33.339687],[98.774186,33.32997],[98.762743,33.324488],[98.772614,33.305129],[98.771793,33.299206],[98.765167,33.294093],[98.760016,33.292641],[98.757388,33.282528],[98.75869,33.279435],[98.773334,33.27655],[98.77992,33.280213],[98.785622,33.278815],[98.788734,33.274316],[98.803082,33.272326],[98.80824,33.264424],[98.809629,33.256266],[98.812988,33.253257],[98.808397,33.244762],[98.807723,33.233241],[98.804504,33.224943],[98.805369,33.220478],[98.812337,33.208842],[98.817066,33.20603],[98.823069,33.205701],[98.829163,33.201615],[98.83039,33.196403],[98.828129,33.182298],[98.844756,33.167774],[98.854612,33.155158],[98.860738,33.151195],[98.868592,33.152257],[98.873874,33.147474],[98.874816,33.14381],[98.88292,33.141395],[98.888573,33.141504],[98.898412,33.133714],[98.906224,33.124999],[98.91635,33.12458],[98.919162,33.121911],[98.937371,33.116842],[98.955843,33.120783],[98.965517,33.118262],[98.968447,33.11443],[98.966021,33.107467],[98.969274,33.101685],[98.976043,33.099827],[98.983278,33.094376],[98.996521,33.09162],[99.001141,33.083358],[99.014835,33.08317],[99.017588,33.08564],[99.017822,33.090296],[99.026391,33.09603],[99.028655,33.095715],[99.039011,33.085876],[99.047683,33.085217],[99.060843,33.089765],[99.061691,33.082058],[99.067854,33.077644],[99.091121,33.080231],[99.092939,33.078525],[99.09372,33.070395],[99.095865,33.066689],[99.101883,33.063139],[99.112224,33.066309],[99.115392,33.062666],[99.117837,33.054154],[99.123608,33.04766],[99.128153,33.048065],[99.133974,33.052452],[99.148197,33.051999],[99.169499,33.047076],[99.178063,33.046736],[99.180695,33.042674],[99.18726,33.038219],[99.195481,33.035583],[99.20741,33.020809],[99.207505,33.016983],[99.204513,33.01349],[99.211291,33.008375],[99.214545,32.999308],[99.213505,32.995018],[99.217004,32.991471],[99.223632,32.994199],[99.234548,32.986885],[99.234145,32.984],[99.230581,32.982024],[99.228747,32.972683],[99.231332,32.969198],[99.231393,32.957856],[99.236232,32.955818],[99.242314,32.957195],[99.250537,32.952869],[99.250064,32.948952],[99.246178,32.948054],[99.244744,32.945152],[99.247411,32.939607],[99.244829,32.927555],[99.258343,32.910589],[99.260261,32.901988],[99.26541,32.890939],[99.264606,32.88198],[99.268058,32.881535],[99.272515,32.884804],[99.283061,32.888424],[99.290827,32.886767],[99.297999,32.888098],[99.302353,32.886313],[99.303423,32.883385],[99.306997,32.880827],[99.325704,32.884349],[99.329389,32.888602],[99.330296,32.895647],[99.338192,32.898596],[99.341773,32.897821],[99.346022,32.891216],[99.352573,32.888247],[99.355045,32.890972],[99.36248,32.8931],[99.377988,32.903371],[99.385257,32.901741],[99.400836,32.890221],[99.408601,32.889226],[99.422741,32.881225],[99.432407,32.879316],[99.437174,32.873271],[99.448585,32.865291],[99.476813,32.859688],[99.489815,32.853301],[99.496379,32.854577],[99.515853,32.850348],[99.517678,32.848768],[99.52905,32.850545],[99.541189,32.846706],[99.549582,32.847131],[99.561826,32.838758],[99.564324,32.831405],[99.586585,32.80647],[99.587404,32.803073],[99.58533,32.796019],[99.58735,32.792865],[99.600153,32.789416],[99.602393,32.786779],[99.602284,32.783617],[99.606987,32.78154],[99.616339,32.786837],[99.624311,32.784987],[99.634269,32.793856],[99.641214,32.794328],[99.644479,32.789279],[99.643273,32.785226],[99.6453,32.777369],[99.650018,32.77385],[99.654276,32.774792],[99.656088,32.778887],[99.664988,32.782192],[99.670675,32.772411],[99.677799,32.768162],[99.682018,32.770125],[99.694963,32.771526],[99.700614,32.769078],[99.709442,32.760051],[99.712475,32.750263],[99.712093,32.74567],[99.716824,32.735562],[99.726139,32.72795],[99.729144,32.728083],[99.738907,32.733266],[99.740033,32.739078],[99.736734,32.744996],[99.73713,32.749365],[99.739878,32.75345],[99.745569,32.755705],[99.751448,32.761741],[99.76483,32.782723],[99.76509,32.786075],[99.761841,32.788026],[99.761395,32.795902],[99.768932,32.805182],[99.765699,32.811876],[99.766068,32.816475],[99.768193,32.818926],[99.7645,32.827238],[99.77323,32.83827],[99.772542,32.847794],[99.773743,32.85165],[99.787222,32.867841],[99.787861,32.870962],[99.78613,32.873744],[99.791188,32.886433],[99.784839,32.893956],[99.783541,32.903644],[99.786269,32.907315],[99.77897,32.912508],[99.778277,32.922986],[99.774831,32.926572],[99.760494,32.92732],[99.76817,32.937453],[99.765334,32.942592],[99.775422,32.955627],[99.782239,32.95878],[99.788449,32.958521],[99.805661,32.94075],[99.808531,32.945647],[99.815351,32.94478],[99.825148,32.952816],[99.828552,32.953506],[99.835358,32.952673],[99.842829,32.944796],[99.850964,32.944941],[99.855106,32.949448],[99.856731,32.953896],[99.857865,32.96167],[99.8564,32.966787],[99.865815,32.978663],[99.864639,32.983838],[99.876874,32.997972],[99.875827,33.002191],[99.879422,33.009416],[99.881806,33.026805],[99.878169,33.034604],[99.878123,33.044669],[99.876407,33.047972],[99.886026,33.049642],[99.892867,33.048302],[99.90195,33.049269],[99.906553,33.043781],[99.905995,33.027875],[99.909268,33.020865],[99.912407,33.018905],[99.916776,33.019069],[99.919313,33.010655],[99.923491,33.005889],[99.928977,33.004146],[99.935243,32.999367],[99.939415,32.991873],[99.943844,32.992674],[99.94732,32.990596],[99.948372,32.970813],[99.952756,32.962176],[99.953054,32.953677],[99.958029,32.948247],[99.967436,32.943017],[99.978247,32.941368],[99.985741,32.943314],[99.996308,32.941932],[100.001148,32.94377],[100.013432,32.934969],[100.02165,32.93294],[100.029529,32.934948],[100.039039,32.931919],[100.035594,32.926876],[100.036737,32.923208],[100.035727,32.918996],[100.027175,32.905039],[100.026829,32.897767],[100.030517,32.897169],[100.035793,32.900414],[100.040941,32.900885],[100.057412,32.895765],[100.061217,32.897377],[100.068534,32.897102],[100.078808,32.887611],[100.078809,32.880113],[100.080827,32.874643],[100.087542,32.867358],[100.091533,32.869408],[100.096795,32.86953],[100.110418,32.862201],[100.107382,32.855271],[100.107349,32.849607],[100.11699,32.841166],[100.120269,32.836076],[100.115658,32.82167],[100.117079,32.81726],[100.113841,32.803523],[100.118707,32.796596],[100.116288,32.786743],[100.132182,32.752324],[100.136217,32.723522],[100.133945,32.717639],[100.129636,32.716128],[100.122347,32.716902],[100.114469,32.707223],[100.114309,32.701567],[100.102979,32.696023],[100.103861,32.692477],[100.10095,32.68618],[100.098459,32.684651],[100.091224,32.68497],[100.086167,32.671691],[100.102919,32.661202],[100.106516,32.656602],[100.111183,32.644499],[100.122996,32.642528],[100.130199,32.633825],[100.147216,32.637929],[100.154163,32.635746],[100.158453,32.638014],[100.161097,32.636904],[100.162646,32.632502],[100.170609,32.628647],[100.18234,32.630228],[100.187532,32.633451],[100.192644,32.629935],[100.191228,32.626451],[100.195992,32.614181],[100.209101,32.608398],[100.21363,32.609291],[100.215721,32.610383],[100.216174,32.613223],[100.212413,32.617794],[100.215765,32.622643],[100.223308,32.625016],[100.223505,32.628622],[100.221478,32.629776],[100.22095,32.632632],[100.230714,32.656086],[100.230602,32.669679],[100.227658,32.674105],[100.226951,32.679901],[100.231855,32.685205],[100.229507,32.688968],[100.229067,32.696263],[100.235061,32.706938],[100.239595,32.725096],[100.250991,32.72462],[100.26095,32.729156],[100.256665,32.742581],[100.258249,32.745056],[100.263382,32.744908],[100.279841,32.737093],[100.294851,32.734549],[100.31305,32.726976],[100.320958,32.729086],[100.327725,32.725468],[100.331075,32.721288],[100.335648,32.720614],[100.339746,32.721514],[100.340528,32.724759],[100.344155,32.728009],[100.367701,32.739601],[100.371945,32.745517],[100.390017,32.75088],[100.394541,32.755803],[100.400939,32.757113],[100.40093,32.753912],[100.398728,32.75129],[100.400458,32.747595],[100.404425,32.744545],[100.397251,32.73992],[100.392902,32.732669],[100.387558,32.718019],[100.379393,32.705675],[100.376548,32.703723],[100.378209,32.699727],[100.387047,32.696987],[100.391252,32.697897],[100.397373,32.71249],[100.418839,32.733854],[100.421315,32.730529],[100.426776,32.728462],[100.427241,32.724628],[100.435081,32.720568],[100.44301,32.697614],[100.448984,32.696295],[100.45565,32.703617],[100.462646,32.698179],[100.469607,32.696096],[100.472926,32.689595],[100.472199,32.684454],[100.475802,32.673707],[100.482569,32.670299],[100.492871,32.659648],[100.49648,32.658824],[100.496542,32.655256],[100.500348,32.65296],[100.508717,32.641282],[100.509388,32.636001],[100.515751,32.634362],[100.515131,32.632086],[100.509498,32.629181],[100.503351,32.629714],[100.506235,32.625715],[100.514388,32.624674],[100.515951,32.62291],[100.51491,32.618951],[100.507105,32.616119],[100.507304,32.612303],[100.524805,32.612948],[100.530439,32.605458],[100.523575,32.59785],[100.523211,32.593533],[100.526804,32.591626],[100.537725,32.598225],[100.538696,32.59474],[100.534925,32.591916],[100.534021,32.589191],[100.537521,32.584114],[100.544351,32.583689],[100.542207,32.575017],[100.543933,32.572427],[100.551073,32.573219],[100.555712,32.567525],[100.563193,32.572348],[100.564808,32.571527],[100.566459,32.566165],[100.576237,32.563788],[100.570863,32.558424],[100.571325,32.556596],[100.574704,32.554816],[100.586016,32.561366],[100.588211,32.55999],[100.58744,32.554505],[100.589197,32.55323],[100.592759,32.553526],[100.598204,32.55685],[100.601499,32.556412],[100.601218,32.548519],[100.614631,32.547388],[100.614386,32.542039],[100.61673,32.53967],[100.622574,32.542924],[100.6317,32.536194],[100.639213,32.535985],[100.643228,32.532928],[100.645404,32.528031],[100.668737,32.52547],[100.663998,32.537404],[100.65577,32.548004],[100.65846,32.561262],[100.659927,32.585455],[100.656744,32.599262],[100.657908,32.610693],[100.660647,32.618958],[100.663835,32.625137],[100.669938,32.630955],[100.675122,32.630178],[100.695454,32.619535],[100.698453,32.615852],[100.705764,32.612185],[100.715422,32.617255],[100.719056,32.624257],[100.712031,32.633789],[100.712063,32.643499],[100.706556,32.652896],[100.683595,32.676883],[100.686169,32.684679],[100.690945,32.68158],[100.692523,32.678218],[100.699949,32.679116],[100.708455,32.675727],[100.713282,32.669356],[100.727426,32.661648],[100.736507,32.658857],[100.745363,32.658365],[100.751152,32.653219],[100.755786,32.653357],[100.76026,32.662948],[100.763154,32.665654],[100.766488,32.666208],[100.767951,32.648973],[100.77229,32.643543],[100.777347,32.641161],[100.782647,32.641916],[100.79442,32.65635],[100.797526,32.658236],[100.800518,32.656906],[100.802412,32.651451],[100.806394,32.648991],[100.824106,32.64704],[100.833758,32.651512],[100.845004,32.648408],[100.845454,32.645612],[100.848858,32.642215],[100.856703,32.642679],[100.860259,32.638078],[100.869693,32.641799],[100.872017,32.634063],[100.877667,32.636295],[100.882268,32.633244],[100.888016,32.635282],[100.89286,32.623324],[100.898245,32.616591],[100.904093,32.617447],[100.907488,32.622115],[100.920069,32.615337],[100.924527,32.608127],[100.925991,32.601859],[100.931964,32.603945],[100.950763,32.618661],[100.964087,32.626348],[100.969239,32.62541],[100.981717,32.629096],[100.986946,32.628263],[100.999033,32.631418],[101.001,32.635742],[101.014105,32.642308],[101.018077,32.64599],[101.029934,32.661675],[101.044592,32.669667],[101.051718,32.675807],[101.061211,32.680426],[101.066414,32.680734],[101.070595,32.683601],[101.074755,32.684033],[101.076892,32.679366],[101.081696,32.674425],[101.100008,32.668852],[101.106541,32.670813],[101.105525,32.674164],[101.107104,32.675149],[101.110776,32.674322],[101.112586,32.668],[101.107623,32.656364],[101.109903,32.639592],[101.112893,32.636776],[101.119182,32.634897],[101.123166,32.63705],[101.119356,32.637686],[101.116266,32.640349],[101.117275,32.650955],[101.119313,32.655809],[101.123985,32.660236],[101.131974,32.662622],[101.140769,32.662903],[101.146864,32.660863],[101.157304,32.661722],[101.178508,32.686128],[101.182481,32.684036],[101.193086,32.689102],[101.200261,32.698989],[101.203696,32.708746],[101.206522,32.711414],[101.211403,32.712622],[101.220601,32.723832],[101.224387,32.737045],[101.224087,32.749912],[101.226942,32.758324],[101.225826,32.766838],[101.221958,32.772244],[101.226937,32.779942],[101.232152,32.782682],[101.233473,32.787005],[101.232451,32.789736],[101.228577,32.791084],[101.226716,32.799061],[101.236875,32.829109],[101.225948,32.835959],[101.219001,32.843704],[101.222277,32.853456],[101.219142,32.864363],[101.213021,32.867226],[101.202933,32.869047],[101.201269,32.873447],[101.193532,32.882073],[101.184885,32.884758],[101.1766,32.894964],[101.166394,32.897369],[101.160369,32.903465],[101.139174,32.905106],[101.13121,32.904341],[101.119558,32.913309],[101.127133,32.922996],[101.130215,32.924674],[101.130899,32.928033],[101.125699,32.939274],[101.129606,32.944979],[101.132534,32.956892],[101.130094,32.959952],[101.131087,32.968773],[101.128269,32.98158],[101.126027,32.984572],[101.127028,32.991347],[101.132816,32.991424],[101.162158,32.985316],[101.170269,32.985278],[101.184091,32.987984],[101.175789,32.998569],[101.176028,33.002144],[101.169488,33.015475],[101.174249,33.026641],[101.180914,33.029004],[101.179255,33.039814],[101.182766,33.04416],[101.179474,33.04855],[101.170256,33.048062],[101.168459,33.05407],[101.160241,33.058509],[101.144895,33.058296],[101.141272,33.060415],[101.14356,33.063012],[101.14495,33.073649],[101.140776,33.08269],[101.141095,33.087645],[101.146633,33.094596],[101.167343,33.099534],[101.167602,33.102496],[101.162277,33.122106],[101.154026,33.124175],[101.148444,33.132362],[101.153837,33.137023],[101.154152,33.142283],[101.15804,33.14877],[101.150062,33.153154],[101.142351,33.152671],[101.14211,33.164492],[101.133223,33.165496],[101.128253,33.171135],[101.128489,33.177698],[101.1352,33.185068],[101.135631,33.189893],[101.131864,33.191083],[101.121479,33.189619],[101.119396,33.190452],[101.114626,33.197574],[101.120734,33.20445],[101.123538,33.215937],[101.123757,33.224632],[101.134001,33.227814],[101.14205,33.232986],[101.144144,33.236394],[101.153097,33.236065],[101.155165,33.240162],[101.152374,33.246685],[101.153197,33.249472],[101.158968,33.251236],[101.165913,33.249196],[101.169419,33.249979],[101.169098,33.260877],[101.170661,33.263954],[101.177841,33.267739],[101.182499,33.27226],[101.202356,33.271524],[101.203759,33.26991],[101.202633,33.264273],[101.20457,33.257598],[101.216822,33.258198],[101.215714,33.261065],[101.220573,33.27164],[101.226088,33.273966],[101.227074,33.271037],[101.244074,33.26494],[101.264211,33.267085],[101.271382,33.270714],[101.275666,33.267039],[101.285175,33.266716],[101.295102,33.264152],[101.301399,33.259558],[101.309044,33.24679],[101.323787,33.242887],[101.327597,33.237875],[101.325951,33.232116],[101.326467,33.226932],[101.333495,33.223306],[101.3372,33.2192],[101.342718,33.209845],[101.342893,33.205187],[101.355564,33.196218],[101.355756,33.183778],[101.360366,33.181462],[101.361207,33.176568],[101.365457,33.173461],[101.369628,33.174637],[101.371721,33.17368],[101.375069,33.166865],[101.375428,33.160861],[101.382026,33.154433],[101.391586,33.161724],[101.392805,33.168418],[101.389779,33.173598],[101.390322,33.182619],[101.394869,33.189166],[101.390388,33.200262],[101.392255,33.203192],[101.391767,33.20543],[101.386611,33.21017],[101.391104,33.21392],[101.398185,33.226136],[101.403431,33.228419],[101.420965,33.228629],[101.428909,33.232372],[101.451165,33.226501],[101.45817,33.227757],[101.470493,33.226294],[101.486197,33.228817],[101.493329,33.223642],[101.501634,33.208348],[101.511592,33.206157],[101.513972,33.193871],[101.516698,33.191629],[101.520959,33.191762],[101.527226,33.188795],[101.526791,33.184523],[101.528303,33.181376],[101.536035,33.180506],[101.55766,33.168626],[101.559928,33.166475],[101.559785,33.162028],[101.573745,33.151763],[101.578709,33.150721],[101.584671,33.141596],[101.600253,33.128725],[101.600382,33.125509],[101.603636,33.122434],[101.607482,33.121714],[101.610261,33.116163],[101.623647,33.10809],[101.625503,33.103323],[101.631204,33.103356],[101.641037,33.118039],[101.645841,33.122282],[101.647636,33.12972],[101.650955,33.13426],[101.658196,33.137811],[101.658908,33.151933],[101.654124,33.161457],[101.653695,33.16543],[101.66318,33.167567],[101.67487,33.173919],[101.680609,33.178777],[101.686751,33.187662],[101.676474,33.203176],[101.706943,33.214991],[101.715678,33.222892],[101.72334,33.240162],[101.726036,33.242816],[101.726856,33.250502],[101.723777,33.255086],[101.739011,33.26928],[101.736277,33.277392],[101.729252,33.285809],[101.72049,33.289769],[101.713287,33.290661],[101.712628,33.295699],[101.708141,33.300108],[101.687165,33.300873],[101.678627,33.298879],[101.674849,33.300602],[101.668516,33.308318],[101.65784,33.312345],[101.652361,33.318109],[101.647662,33.325019],[101.64712,33.32877],[101.648544,33.338154],[101.652356,33.344423],[101.651609,33.351151],[101.658432,33.37033],[101.659746,33.385189],[101.672329,33.393901],[101.672222,33.399668],[101.688158,33.422675],[101.691002,33.423887],[101.692899,33.434447],[101.694853,33.436845],[101.718824,33.445317],[101.765201,33.448649],[101.769208,33.449956],[101.773347,33.454411],[101.767581,33.458397],[101.766516,33.466476],[101.773165,33.493947],[101.771907,33.516731],[101.773058,33.521537],[101.776495,33.522406],[101.776066,33.536471],[101.772481,33.540078],[101.766573,33.540768],[101.768477,33.548154],[101.77588,33.552241],[101.781725,33.558976],[101.786341,33.556553],[101.798599,33.558376],[101.804877,33.549823],[101.809006,33.548552],[101.811029,33.551101],[101.819045,33.555225],[101.830085,33.556876],[101.832821,33.566706],[101.829907,33.583498],[101.833144,33.594404],[101.839546,33.59763],[101.842318,33.605032],[101.846113,33.603015],[101.856221,33.588618],[101.861902,33.587853],[101.87301,33.582111],[101.880867,33.58187],[101.882978,33.578908],[101.880878,33.567944],[101.883463,33.565309],[101.896062,33.560843],[101.901724,33.555724],[101.905663,33.54284],[101.903372,33.53427],[101.896175,33.51977],[101.897398,33.516522],[101.903271,33.510756],[101.898993,33.501383],[101.89882,33.497001],[101.901336,33.489632],[101.906522,33.4815],[101.923991,33.476294],[101.9273,33.472833],[101.926629,33.464327],[101.922887,33.451732],[101.924663,33.449276],[101.945052,33.443564],[101.929567,33.437057],[101.924719,33.437244],[101.913592,33.427738],[101.917396,33.42278],[101.912179,33.407738],[101.903914,33.404516],[101.901314,33.397836],[101.895179,33.395908],[101.884395,33.384456],[101.880183,33.374758],[101.880823,33.361566],[101.87371,33.351823],[101.874711,33.339916],[101.87084,33.329482],[101.877242,33.320728],[101.875865,33.316819],[101.858719,33.315043],[101.854439,33.311348],[101.847932,33.300216],[101.836651,33.294794],[101.830127,33.293752],[101.828309,33.289823],[101.828492,33.285315],[101.822148,33.273024],[101.807625,33.290407],[101.80746,33.285864],[101.804868,33.283035],[101.789319,33.281578],[101.784848,33.275041],[101.769434,33.270739],[101.765635,33.266057],[101.769854,33.263155],[101.770981,33.25878],[101.769508,33.248089],[101.789605,33.231883],[101.796274,33.234896],[101.811229,33.221309],[101.829087,33.215027],[101.829095,33.210571],[101.833175,33.200028],[101.839326,33.192616],[101.840784,33.184587],[101.837025,33.161124],[101.838294,33.150247],[101.833139,33.139711],[101.821068,33.136232],[101.820506,33.132931],[101.824525,33.121097],[101.832107,33.120679],[101.84211,33.113461],[101.857029,33.111786],[101.860853,33.106686],[101.866673,33.106585],[101.877856,33.119983],[101.878217,33.126609],[101.884589,33.137204],[101.897747,33.144914],[101.90567,33.148244],[101.910541,33.148484],[101.917783,33.153367],[101.924054,33.160538],[101.931893,33.176833],[101.933334,33.188288],[101.937411,33.189568],[101.957044,33.188864],[101.96594,33.191636],[101.970057,33.193211],[101.978782,33.203439],[101.984782,33.20391],[101.989184,33.201957],[101.996203,33.204779],[102.007585,33.198896],[102.020171,33.198429],[102.026709,33.196642],[102.040784,33.199853],[102.053422,33.196169],[102.058746,33.196136],[102.066132,33.201861],[102.07663,33.199381],[102.079723,33.194802],[102.083511,33.200462],[102.080413,33.205701],[102.082895,33.207324],[102.087433,33.205667],[102.095131,33.218405],[102.094982,33.221329],[102.088377,33.221347],[102.086219,33.228019],[102.09927,33.235279],[102.100719,33.241235],[102.095073,33.249364],[102.108099,33.260621],[102.107307,33.266557],[102.101522,33.272599],[102.102826,33.275535],[102.097186,33.276645],[102.102751,33.287732],[102.105862,33.290676],[102.106992,33.297712],[102.113445,33.2977],[102.11276,33.291237],[102.114863,33.285016],[102.124982,33.281602],[102.127301,33.278273],[102.141652,33.276272],[102.150347,33.262461],[102.150501,33.2555],[102.160386,33.242862],[102.173365,33.235452],[102.183966,33.232413],[102.192202,33.232538],[102.198468,33.225675],[102.20684,33.226754],[102.214363,33.2349],[102.21219,33.244144],[102.215683,33.250235],[102.20998,33.266649],[102.211441,33.272229],[102.20734,33.282928],[102.209301,33.29099],[102.200452,33.3031],[102.201189,33.314738],[102.203435,33.321786],[102.18629,33.329297],[102.185878,33.332338],[102.190402,33.338759],[102.199737,33.343448],[102.203985,33.349984],[102.214024,33.353089],[102.216723,33.360343],[102.222473,33.362524],[102.233492,33.372023],[102.232678,33.374474],[102.228451,33.375808],[102.227428,33.378819],[102.2324,33.388178],[102.236391,33.391822],[102.240348,33.392971],[102.246035,33.39194],[102.252158,33.396413],[102.260408,33.399258],[102.255495,33.408],[102.255933,33.412004],[102.26164,33.417498],[102.264905,33.423758],[102.267307,33.424483],[102.269252,33.421211],[102.267897,33.415543],[102.271521,33.410739],[102.280175,33.408393],[102.283657,33.409035],[102.288561,33.414694],[102.295262,33.415386],[102.299459,33.413259],[102.307383,33.400497],[102.311831,33.399002],[102.331092,33.403192],[102.34096,33.412613],[102.343821,33.413781],[102.346569,33.412928],[102.353247,33.404669],[102.352567,33.400495],[102.355369,33.3954],[102.365974,33.393558],[102.368069,33.395249],[102.369705,33.400772],[102.364309,33.409915],[102.366526,33.414073],[102.371262,33.415433],[102.375819,33.414759],[102.384011,33.406497],[102.392615,33.406647],[102.395439,33.41104],[102.394375,33.416022],[102.402908,33.421519],[102.402858,33.427561],[102.405765,33.429806],[102.412293,33.430855],[102.41969,33.437538],[102.425744,33.440269],[102.433118,33.441222],[102.437483,33.451685],[102.440783,33.455059],[102.449859,33.456712],[102.462271,33.45095],[102.466346,33.45268],[102.467604,33.455554],[102.466113,33.45923],[102.454074,33.462391],[102.448525,33.466199],[102.450349,33.471415],[102.460856,33.477781],[102.459615,33.480006],[102.451193,33.48475],[102.450077,33.488343],[102.450856,33.493151],[102.460261,33.506084],[102.458582,33.51137],[102.448155,33.521699],[102.444249,33.532882],[102.448306,33.535848],[102.453248,33.535982],[102.464514,33.531105],[102.470626,33.530641],[102.474901,33.534215],[102.476436,33.543939],[102.471765,33.549262],[102.454245,33.555272],[102.446996,33.570364],[102.443378,33.57435],[102.437523,33.57657],[102.411588,33.579844],[102.404326,33.58331],[102.392355,33.594355],[102.346535,33.60669],[102.338086,33.612926],[102.336155,33.615913],[102.336874,33.624965],[102.333475,33.640002],[102.330416,33.645878],[102.321037,33.656103],[102.313718,33.670634],[102.314513,33.676532],[102.326819,33.703687],[102.339967,33.723085],[102.340108,33.730782],[102.337505,33.734306],[102.333309,33.736279],[102.323895,33.735597],[102.317808,33.731213],[102.312819,33.719932],[102.30436,33.712123],[102.298375,33.71259],[102.284546,33.71807],[102.284042,33.726584],[102.287069,33.734686],[102.3122,33.747126],[102.319096,33.753983],[102.319286,33.759466],[102.301982,33.778354],[102.288473,33.78245],[102.283654,33.785822],[102.283471,33.78761],[102.269166,33.789783],[102.244588,33.788833],[102.236677,33.792098],[102.23508,33.795572],[102.236545,33.802887],[102.244863,33.80972],[102.251185,33.811365],[102.254427,33.814127],[102.26428,33.829402],[102.266002,33.834596],[102.262534,33.846406],[102.254239,33.853524],[102.248332,33.862593],[102.236551,33.866061],[102.230113,33.871359],[102.228639,33.87713],[102.222595,33.881742],[102.206521,33.900712],[102.186443,33.931475],[102.174574,33.937075],[102.163839,33.944705],[102.151647,33.95989],[102.131801,33.965348],[102.129676,33.968002],[102.135458,33.96846],[102.143235,33.977653],[102.165766,33.984823],[102.177853,33.981021],[102.17742,33.975341],[102.171878,33.973078],[102.172471,33.969847],[102.177571,33.970055],[102.179597,33.972098],[102.180683,33.98017],[102.195005,33.980451],[102.19872,33.978594],[102.193627,33.977766],[102.193346,33.976433],[102.200793,33.968326],[102.210055,33.970165],[102.212319,33.969123],[102.211733,33.966638],[102.206375,33.963679],[102.209228,33.961241],[102.21427,33.960246],[102.216897,33.963141],[102.222365,33.965093],[102.238496,33.965781],[102.238687,33.967976],[102.228413,33.968498],[102.22759,33.970736],[102.229748,33.972024],[102.236517,33.970006],[102.242394,33.973771],[102.242553,33.978088],[102.239517,33.983774],[102.241803,33.986277],[102.247325,33.988203],[102.254246,33.980269],[102.252368,33.977323],[102.246407,33.975679],[102.252131,33.968875],[102.260019,33.967096],[102.260864,33.969413],[102.256376,33.973922],[102.256668,33.977165],[102.262049,33.988327],[102.265647,33.991353],[102.271929,33.993249],[102.275531,33.992193],[102.285599,33.97926],[102.288917,33.97862],[102.300872,33.987653],[102.303908,33.995434],[102.30833,33.996521],[102.314486,33.995414],[102.317647,33.988694],[102.310865,33.984565],[102.307978,33.972433],[102.310759,33.968243],[102.320923,33.975744],[102.323581,33.983575],[102.325609,33.985427],[102.330111,33.983881],[102.334605,33.977192],[102.341993,33.970748],[102.346141,33.972634],[102.348414,33.978389],[102.353835,33.980813],[102.356258,33.979738],[102.358298,33.972713],[102.362507,33.970068],[102.36901,33.970004],[102.372056,33.976135],[102.387067,33.974538],[102.389829,33.971801],[102.396981,34.016489],[102.403847,34.033984],[102.416069,34.044078],[102.421709,34.055901],[102.425576,34.075001],[102.429279,34.075758],[102.43245,34.078774],[102.435797,34.088077],[102.449887,34.084861],[102.460573,34.080277],[102.462681,34.074358],[102.483688,34.077422],[102.493139,34.0763],[102.513098,34.085968],[102.531788,34.08861],[102.545633,34.086828],[102.551384,34.088918],[102.564693,34.090109],[102.567267,34.100203],[102.58019,34.103158],[102.59026,34.100957],[102.602124,34.102713],[102.61396,34.099986],[102.620928,34.092439],[102.642019,34.087727],[102.649804,34.078679],[102.656809,34.075641],[102.654985,34.092182],[102.658791,34.094455],[102.662452,34.094018],[102.66455,34.098909],[102.658414,34.107168],[102.66176,34.11418],[102.650481,34.120004],[102.640346,34.115029],[102.634486,34.115326],[102.635279,34.122195],[102.633157,34.128465],[102.624325,34.134529],[102.606585,34.141494],[102.59808,34.149394],[102.596302,34.153037],[102.602822,34.156145],[102.605,34.153812],[102.610699,34.154392],[102.613588,34.164921],[102.619171,34.165135],[102.62442,34.162346],[102.629158,34.165006],[102.629818,34.169936],[102.633514,34.173153],[102.6472,34.167302],[102.648324,34.169683],[102.643995,34.178252],[102.645702,34.182725],[102.648253,34.184322],[102.651861,34.183021],[102.655447,34.183928],[102.658206,34.193164],[102.664756,34.194811],[102.670992,34.192317],[102.680774,34.196359],[102.68318,34.198815],[102.694848,34.199821],[102.695959,34.212858],[102.710536,34.214806],[102.715492,34.22355],[102.722812,34.22734],[102.725387,34.23609],[102.728342,34.238589],[102.736876,34.235999],[102.745324,34.238844],[102.776694,34.239438],[102.782204,34.247313],[102.780692,34.25325],[102.781315,34.259079],[102.787482,34.260878],[102.78932,34.263043],[102.792248,34.268902],[102.792942,34.277099],[102.795891,34.274756],[102.82122,34.274477],[102.828793,34.276915],[102.838804,34.271649],[102.854152,34.272396],[102.853873,34.277533],[102.862548,34.28546],[102.863446,34.297368],[102.857891,34.30062],[102.858777,34.30579],[102.871429,34.312314],[102.878879,34.314626],[102.912074,34.314339],[102.922504,34.308784],[102.956877,34.296444],[102.950066,34.290642],[102.948879,34.285769],[102.958404,34.27996]]]}},{type:"Feature",properties:{name:"贵州省",province_adcode:52e4,province_type:"省",name_en:"Guizhou",name_var:"Guì Zhōu",adcode:52e4},geometry:{type:"MultiPolygon",coordinates:[[[[105.094673,24.925201],[105.085579,24.917483],[105.078258,24.917678],[105.083016,24.923579],[105.095495,24.931923],[105.097166,24.927776],[105.094673,24.925201]]],[[[109.575441,26.772771],[109.578254,26.772719],[109.58255,26.766999],[109.593332,26.763075],[109.593038,26.758475],[109.581569,26.75559],[109.580269,26.752931],[109.581285,26.750234],[109.573012,26.744231],[109.574555,26.738578],[109.57339,26.736362],[109.570166,26.736204],[109.564209,26.730223],[109.550075,26.72756],[109.542581,26.721249],[109.540063,26.724212],[109.53958,26.731106],[109.543455,26.729697],[109.545892,26.731107],[109.541418,26.73547],[109.534744,26.736678],[109.523311,26.744759],[109.522304,26.748393],[109.531624,26.748146],[109.53326,26.74524],[109.547784,26.739194],[109.556033,26.739283],[109.5633,26.744936],[109.560764,26.746585],[109.561689,26.750712],[109.554454,26.751808],[109.553573,26.758255],[109.557672,26.75479],[109.56585,26.751604],[109.575811,26.759782],[109.576538,26.763137],[109.573287,26.769853],[109.573548,26.775063],[109.575441,26.772771]]],[[[107.570161,29.204705],[107.571383,29.189232],[107.576276,29.185546],[107.582273,29.155838],[107.584072,29.152207],[107.590429,29.147093],[107.599597,29.154086],[107.600006,29.15996],[107.597319,29.160724],[107.597107,29.163961],[107.602012,29.16784],[107.621348,29.174643],[107.625663,29.167611],[107.63099,29.164218],[107.638998,29.162626],[107.651728,29.16568],[107.654489,29.163211],[107.656664,29.152865],[107.661199,29.150346],[107.692445,29.145836],[107.697209,29.150328],[107.705733,29.165821],[107.708558,29.164262],[107.704692,29.157757],[107.713718,29.157569],[107.722937,29.178248],[107.717445,29.18057],[107.71957,29.185289],[107.734492,29.191742],[107.745684,29.202835],[107.75636,29.195246],[107.761793,29.184484],[107.76358,29.175645],[107.769703,29.166265],[107.777057,29.165059],[107.782172,29.160991],[107.788586,29.151365],[107.797658,29.145876],[107.804038,29.146217],[107.80687,29.142652],[107.797253,29.120418],[107.795592,29.107988],[107.785858,29.088297],[107.780303,29.049848],[107.784507,29.047601],[107.805431,29.04453],[107.810358,29.038224],[107.818813,29.036054],[107.817118,29.009686],[107.804732,28.986001],[107.822862,28.979707],[107.831362,28.975006],[107.832472,28.973939],[107.83121,28.970593],[107.832695,28.969119],[107.841754,28.966187],[107.852397,28.96833],[107.859706,28.96556],[107.863139,28.960866],[107.863946,28.973299],[107.86783,28.986209],[107.880378,28.98911],[107.883825,28.996275],[107.88279,29.003494],[107.878485,29.009139],[107.879052,29.011807],[107.902625,29.008619],[107.918556,29.02308],[107.925816,29.039014],[107.935395,29.040245],[107.949331,29.037706],[107.977432,29.036697],[108.002227,29.037923],[108.018192,29.04071],[108.026361,29.048651],[108.030215,29.04971],[108.03208,29.057044],[108.040145,29.066659],[108.051683,29.074923],[108.055621,29.079319],[108.056811,29.083546],[108.064678,29.089235],[108.104066,29.0797],[108.119028,29.072358],[108.126932,29.064736],[108.127823,29.056372],[108.129447,29.055668],[108.14728,29.056215],[108.165322,29.067313],[108.181229,29.073077],[108.192311,29.0747],[108.201052,29.058991],[108.209124,29.059448],[108.226336,29.050296],[108.22519,29.043138],[108.218838,29.039985],[108.219476,29.034982],[108.221231,29.032753],[108.229305,29.030433],[108.239609,29.032215],[108.240731,29.03637],[108.251656,29.044382],[108.255851,29.053855],[108.254697,29.063832],[108.256474,29.0716],[108.260732,29.074198],[108.26383,29.079556],[108.264401,29.0849],[108.262865,29.087733],[108.264552,29.092828],[108.27113,29.09502],[108.28035,29.090258],[108.291156,29.088872],[108.303615,29.082097],[108.296421,29.062938],[108.293867,29.050729],[108.296968,29.039951],[108.303698,29.02728],[108.305311,29.020444],[108.303565,29.014525],[108.304209,29.006798],[108.308173,29.000095],[108.314557,28.967017],[108.318171,28.957623],[108.336324,28.950352],[108.341967,28.945526],[108.345843,28.936856],[108.345919,28.910371],[108.352927,28.894885],[108.350813,28.884623],[108.351363,28.8756],[108.343178,28.864215],[108.341986,28.858605],[108.343916,28.850778],[108.350613,28.837442],[108.348423,28.819159],[108.358203,28.814179],[108.37826,28.808856],[108.381152,28.806868],[108.38329,28.803763],[108.384688,28.793726],[108.384111,28.785493],[108.380306,28.77564],[108.370382,28.770132],[108.368596,28.764461],[108.354607,28.750265],[108.35067,28.743114],[108.344854,28.740832],[108.342519,28.718508],[108.343605,28.712771],[108.339332,28.700142],[108.329048,28.67938],[108.336757,28.677844],[108.347718,28.679024],[108.356866,28.671996],[108.369543,28.666666],[108.386403,28.654992],[108.415462,28.647459],[108.439025,28.635725],[108.45373,28.638434],[108.469082,28.630648],[108.487061,28.633831],[108.493054,28.630376],[108.49853,28.630163],[108.501648,28.634017],[108.499325,28.636837],[108.499296,28.640945],[108.505448,28.643449],[108.515454,28.643811],[108.532844,28.656083],[108.538504,28.655792],[108.543113,28.651037],[108.555906,28.651366],[108.558119,28.654197],[108.558961,28.660814],[108.563951,28.666524],[108.574708,28.661923],[108.583307,28.650927],[108.579561,28.645296],[108.582561,28.642964],[108.594525,28.645293],[108.598162,28.638186],[108.612345,28.640433],[108.620884,28.644886],[108.626547,28.643734],[108.631244,28.63711],[108.628792,28.627964],[108.631124,28.623293],[108.612835,28.607206],[108.60071,28.593802],[108.602961,28.579967],[108.602704,28.566393],[108.607496,28.546141],[108.601842,28.54232],[108.573932,28.539849],[108.569313,28.531691],[108.574244,28.513269],[108.577105,28.50953],[108.573442,28.503983],[108.573043,28.500308],[108.584538,28.481036],[108.58574,28.472871],[108.584014,28.464349],[108.593638,28.460472],[108.593901,28.452515],[108.597895,28.44507],[108.607331,28.441552],[108.60203,28.428852],[108.601941,28.426655],[108.605709,28.423919],[108.603508,28.410764],[108.601187,28.409224],[108.584196,28.408512],[108.576253,28.399116],[108.57332,28.39191],[108.572523,28.386296],[108.574274,28.368497],[108.573139,28.362911],[108.575081,28.347669],[108.576843,28.34576],[108.590396,28.345476],[108.599608,28.34224],[108.603959,28.333609],[108.60435,28.328391],[108.612244,28.327613],[108.634352,28.336837],[108.641015,28.33394],[108.651929,28.338059],[108.663001,28.338104],[108.666179,28.340834],[108.673704,28.351191],[108.670261,28.357587],[108.655532,28.353341],[108.653368,28.353934],[108.651278,28.359502],[108.653659,28.371414],[108.65785,28.376805],[108.661773,28.387743],[108.669683,28.392736],[108.689746,28.39804],[108.693267,28.407707],[108.686918,28.417881],[108.6846,28.4255],[108.679287,28.43062],[108.66943,28.432839],[108.662951,28.438996],[108.661667,28.446727],[108.651267,28.449548],[108.636838,28.458708],[108.639785,28.47224],[108.648849,28.476933],[108.663024,28.478524],[108.670113,28.481732],[108.678032,28.481932],[108.6819,28.48555],[108.694814,28.485192],[108.69913,28.489545],[108.705247,28.503373],[108.709248,28.502718],[108.714111,28.498007],[108.719479,28.495902],[108.718667,28.490192],[108.72213,28.477501],[108.725798,28.473799],[108.737891,28.470614],[108.74396,28.458737],[108.741082,28.45556],[108.758874,28.444671],[108.766317,28.444028],[108.77708,28.430452],[108.769625,28.420853],[108.766163,28.414264],[108.766332,28.411526],[108.758471,28.401208],[108.75468,28.390816],[108.756626,28.388422],[108.768967,28.383913],[108.773627,28.384581],[108.779445,28.383132],[108.778353,28.377083],[108.773536,28.372185],[108.77205,28.367103],[108.774104,28.355836],[108.771681,28.343784],[108.756099,28.32998],[108.75757,28.324337],[108.763088,28.322847],[108.766355,28.317956],[108.762468,28.308542],[108.758912,28.306176],[108.755029,28.306708],[108.744625,28.302744],[108.736019,28.297862],[108.721207,28.283407],[108.720261,28.279859],[108.721383,28.264223],[108.730576,28.25644],[108.732531,28.252467],[108.734476,28.229861],[108.744247,28.230896],[108.753974,28.226269],[108.75567,28.218219],[108.752975,28.199402],[108.756003,28.195068],[108.759439,28.195275],[108.765654,28.206371],[108.77131,28.22118],[108.784585,28.22405],[108.793147,28.227681],[108.796185,28.231042],[108.796519,28.237407],[108.801557,28.246605],[108.809266,28.245899],[108.817175,28.248749],[108.818861,28.24556],[108.818084,28.239324],[108.820862,28.232138],[108.823125,28.227153],[108.828699,28.221831],[108.82912,28.213485],[108.841204,28.202945],[108.850803,28.20189],[108.856318,28.207613],[108.891298,28.223124],[108.903893,28.219321],[108.917041,28.221619],[108.923243,28.217157],[108.928702,28.209724],[108.923089,28.204056],[108.922857,28.196738],[108.924304,28.194832],[108.929654,28.19154],[108.936069,28.191389],[108.950546,28.186851],[108.957289,28.181094],[108.968999,28.178864],[108.974835,28.175692],[108.980909,28.166808],[108.988997,28.165206],[109.001312,28.165719],[109.007778,28.175448],[109.010178,28.183821],[109.00929,28.192646],[109.007231,28.194844],[109.007999,28.199757],[109.019336,28.216685],[109.020127,28.223368],[109.033791,28.221068],[109.037801,28.213735],[109.03681,28.20642],[109.055586,28.202802],[109.074973,28.187935],[109.080467,28.18715],[109.085926,28.201196],[109.093117,28.201256],[109.096328,28.203985],[109.09741,28.212602],[109.090787,28.225861],[109.082348,28.23249],[109.079382,28.238005],[109.079134,28.244804],[109.075404,28.252855],[109.078981,28.261633],[109.082306,28.264138],[109.092801,28.266686],[109.104681,28.276021],[109.107187,28.275833],[109.113319,28.282289],[109.114692,28.287585],[109.111389,28.291631],[109.120529,28.29889],[109.130264,28.31869],[109.13712,28.324889],[109.132175,28.335123],[109.132077,28.338548],[109.139206,28.344362],[109.145182,28.346576],[109.147568,28.351091],[109.146311,28.354304],[109.139489,28.359676],[109.133737,28.360775],[109.1455,28.377498],[109.150466,28.394489],[109.14681,28.400033],[109.151398,28.40607],[109.143681,28.412874],[109.144496,28.415644],[109.147666,28.419932],[109.158683,28.417908],[109.160254,28.419258],[109.162604,28.428],[109.160284,28.433555],[109.162192,28.435131],[109.168033,28.434733],[109.168626,28.432996],[109.172947,28.434983],[109.176164,28.445583],[109.16823,28.451979],[109.180179,28.457006],[109.182207,28.46194],[109.187597,28.465043],[109.185991,28.473007],[109.197016,28.478083],[109.207752,28.479881],[109.213006,28.483411],[109.219853,28.482278],[109.227578,28.477545],[109.243032,28.485376],[109.254973,28.493632],[109.264835,28.497662],[109.269826,28.497929],[109.269554,28.491046],[109.261564,28.484825],[109.25604,28.46748],[109.258279,28.461973],[109.254028,28.449599],[109.253717,28.43252],[109.256704,28.410899],[109.259938,28.407504],[109.259962,28.396604],[109.264002,28.387797],[109.270926,28.386939],[109.272964,28.384516],[109.271092,28.380522],[109.280418,28.380301],[109.284277,28.376576],[109.283344,28.368417],[109.280373,28.361833],[109.269011,28.349754],[109.26849,28.346304],[109.263384,28.340283],[109.270535,28.317751],[109.268094,28.312466],[109.273364,28.310562],[109.276344,28.311188],[109.284149,28.307121],[109.282378,28.301297],[109.288819,28.299858],[109.295236,28.293535],[109.290816,28.283843],[109.291248,28.280594],[109.301391,28.276757],[109.311469,28.279712],[109.324846,28.28899],[109.32571,28.292373],[109.329921,28.296679],[109.33549,28.297114],[109.33881,28.29677],[109.343051,28.292589],[109.357564,28.287709],[109.357008,28.283948],[109.348726,28.273811],[109.346742,28.266664],[109.35197,28.267249],[109.357327,28.273735],[109.365917,28.280226],[109.372064,28.279469],[109.376949,28.276148],[109.384198,28.274436],[109.394057,28.274768],[109.392811,28.271238],[109.375109,28.265661],[109.371714,28.261696],[109.36291,28.256095],[109.365633,28.254111],[109.365296,28.248996],[109.359731,28.238349],[109.354047,28.235391],[109.353586,28.232303],[109.355509,28.230256],[109.356503,28.22468],[109.341108,28.210648],[109.337156,28.199827],[109.335492,28.186676],[109.341918,28.168418],[109.340247,28.165687],[109.333651,28.162834],[109.330763,28.158618],[109.336395,28.146188],[109.333632,28.14083],[109.325073,28.131403],[109.323604,28.118613],[109.308978,28.104975],[109.306877,28.097881],[109.309718,28.089312],[109.300539,28.081605],[109.298918,28.076888],[109.298693,28.058642],[109.298041,28.055111],[109.294195,28.052082],[109.292434,28.033823],[109.294014,28.032136],[109.30165,28.032704],[109.303876,28.036565],[109.304314,28.041842],[109.319355,28.044223],[109.324106,28.051692],[109.324443,28.055742],[109.328522,28.063744],[109.332219,28.066944],[109.340591,28.064795],[109.34397,28.061909],[109.344648,28.059232],[109.351733,28.057501],[109.355446,28.054006],[109.362246,28.051181],[109.373856,28.037564],[109.373797,28.034606],[109.358627,28.011747],[109.349237,28.008795],[109.339154,28.010429],[109.332061,28.006191],[109.326067,27.999114],[109.321739,27.997133],[109.317358,27.997372],[109.314377,27.993351],[109.31093,27.972164],[109.301245,27.971031],[109.300783,27.966323],[109.296829,27.963629],[109.295894,27.959285],[109.30706,27.938349],[109.307966,27.934852],[109.305736,27.931903],[109.31077,27.924033],[109.308244,27.91609],[109.304593,27.912011],[109.305926,27.908489],[109.312809,27.904271],[109.314299,27.900444],[109.312695,27.889768],[109.313113,27.87906],[109.325611,27.871241],[109.333477,27.870964],[109.333892,27.868393],[109.331741,27.865969],[109.328542,27.867198],[109.320993,27.865795],[109.316244,27.861932],[109.344141,27.845349],[109.340377,27.841578],[109.334565,27.826835],[109.338989,27.812372],[109.327831,27.793525],[109.334096,27.793628],[109.326716,27.786918],[109.326511,27.785105],[109.33172,27.777104],[109.335632,27.776137],[109.343773,27.777315],[109.346512,27.77602],[109.350157,27.767324],[109.357974,27.757281],[109.354424,27.746877],[109.368144,27.744459],[109.370029,27.742681],[109.371358,27.737694],[109.366147,27.733931],[109.358065,27.731101],[109.357994,27.724962],[109.362705,27.727604],[109.376432,27.729535],[109.387182,27.724113],[109.392607,27.723066],[109.398179,27.727453],[109.407152,27.728555],[109.413454,27.724324],[109.412469,27.717425],[109.419322,27.714141],[109.422748,27.706717],[109.426174,27.704147],[109.451555,27.696507],[109.463117,27.686305],[109.469576,27.684303],[109.468291,27.680448],[109.456955,27.676618],[109.454191,27.666406],[109.454409,27.662376],[109.459868,27.659747],[109.458221,27.654001],[109.462603,27.647796],[109.470211,27.644405],[109.471058,27.641278],[109.470198,27.637069],[109.465007,27.630336],[109.466045,27.623774],[109.462563,27.610226],[109.460156,27.606652],[109.454492,27.60381],[109.44781,27.590326],[109.452172,27.576504],[109.458275,27.569996],[109.452898,27.563325],[109.4381,27.566248],[109.430579,27.559802],[109.431111,27.55453],[109.422053,27.550932],[109.419215,27.55141],[109.417456,27.555243],[109.41167,27.559558],[109.39768,27.552368],[109.387904,27.551427],[109.385691,27.548857],[109.388903,27.545288],[109.388007,27.544087],[109.380426,27.537987],[109.374208,27.538733],[109.370309,27.537218],[109.356648,27.521869],[109.341704,27.513915],[109.336985,27.50295],[109.332933,27.498481],[109.318289,27.495753],[109.312825,27.488165],[109.305968,27.483184],[109.300867,27.482203],[109.296161,27.484933],[109.292307,27.484504],[109.292307,27.480079],[109.298731,27.474368],[109.298874,27.465088],[109.307726,27.451097],[109.307155,27.449384],[109.297817,27.444679],[109.292316,27.430576],[109.292648,27.425559],[109.290512,27.42445],[109.264277,27.430659],[109.256742,27.429374],[109.250612,27.422121],[109.246389,27.421779],[109.242304,27.42456],[109.243608,27.436952],[109.240972,27.437408],[109.239295,27.434933],[109.227159,27.439217],[109.222519,27.439811],[109.220021,27.438503],[109.217404,27.45504],[109.211217,27.455992],[109.205506,27.460215],[109.202305,27.455424],[109.20396,27.4504],[109.198249,27.446117],[109.194204,27.446117],[109.191824,27.444094],[109.190397,27.438622],[109.173901,27.434347],[109.159644,27.419099],[109.1522,27.415653],[109.148923,27.419346],[109.150917,27.42452],[109.155169,27.427737],[109.157002,27.431332],[109.15647,27.438265],[109.151812,27.446598],[109.147958,27.449816],[109.143556,27.45258],[109.136665,27.451268],[109.126321,27.436761],[109.118664,27.431317],[109.11804,27.42093],[109.114385,27.421958],[109.109683,27.428401],[109.105691,27.425952],[109.10399,27.42264],[109.104973,27.417093],[109.111489,27.415227],[109.116391,27.41578],[109.119556,27.418351],[109.123105,27.425672],[109.130904,27.433536],[109.137328,27.429157],[109.139073,27.425169],[109.134081,27.417686],[109.125498,27.413568],[109.122371,27.40661],[109.111839,27.403853],[109.114916,27.396515],[109.120073,27.391154],[109.113762,27.38369],[109.109802,27.37492],[109.110163,27.368601],[109.114882,27.367457],[109.110949,27.355042],[109.105833,27.355688],[109.100651,27.359491],[109.095779,27.352688],[109.100052,27.339866],[109.090406,27.33887],[109.083064,27.33414],[109.078864,27.335087],[109.0773,27.337512],[109.07376,27.337833],[109.06952,27.334929],[109.066908,27.326228],[109.054981,27.330387],[109.048066,27.339637],[109.041663,27.337833],[109.044589,27.329887],[109.044364,27.319065],[109.048674,27.315731],[109.053295,27.299433],[109.042412,27.293551],[109.038828,27.279926],[109.02988,27.280666],[109.019389,27.285692],[108.995133,27.267069],[108.990567,27.272126],[108.985353,27.274106],[108.982611,27.273507],[108.979543,27.271825],[108.982506,27.260618],[108.96348,27.248204],[108.964799,27.244069],[108.961976,27.239809],[108.948179,27.238401],[108.945165,27.23204],[108.938685,27.226507],[108.921764,27.223272],[108.914145,27.219463],[108.910379,27.215557],[108.902178,27.21344],[108.903428,27.207205],[108.918351,27.203006],[108.918146,27.192386],[108.923677,27.183503],[108.923043,27.164815],[108.917004,27.160918],[108.912014,27.162912],[108.909337,27.162317],[108.910065,27.156063],[108.901143,27.138348],[108.88377,27.125978],[108.884218,27.119888],[108.881644,27.112577],[108.876186,27.109507],[108.869303,27.118115],[108.8589,27.119256],[108.851403,27.110153],[108.852078,27.101042],[108.840931,27.10157],[108.82166,27.092674],[108.815658,27.093805],[108.809932,27.099291],[108.80581,27.101094],[108.786106,27.087573],[108.800181,27.082574],[108.816209,27.068959],[108.822781,27.068027],[108.82357,27.063281],[108.83066,27.061951],[108.836523,27.065511],[108.840112,27.063536],[108.84323,27.055282],[108.840256,27.053618],[108.842757,27.044997],[108.845607,27.041225],[108.850739,27.038878],[108.851334,27.034417],[108.859514,27.027873],[108.862785,27.02713],[108.865611,27.033376],[108.868437,27.034119],[108.869626,27.032781],[108.874138,27.016356],[108.873083,27.011842],[108.867388,27.007755],[108.866353,27.004992],[108.871639,27.001002],[108.882531,27.005886],[108.897357,27.022115],[108.906508,27.023114],[108.910587,27.021478],[108.914193,27.022059],[108.913309,27.025859],[108.909756,27.029223],[108.914115,27.033032],[108.916575,27.033242],[108.91765,27.029666],[108.917722,27.020058],[108.916203,27.015012],[108.91881,27.012306],[108.942797,27.019551],[108.948951,27.022802],[108.94681,27.033227],[108.948049,27.040198],[108.939283,27.041046],[108.936351,27.05049],[108.938536,27.05219],[108.94962,27.054082],[108.957079,27.052617],[108.962529,27.054346],[108.982457,27.074744],[108.990796,27.078491],[109.001635,27.078833],[109.006509,27.085123],[109.012097,27.088103],[109.010609,27.093223],[109.021763,27.107883],[109.025481,27.108031],[109.032253,27.10074],[109.04268,27.099646],[109.048195,27.100935],[109.056007,27.111257],[109.057604,27.111154],[109.059835,27.105949],[109.06727,27.113385],[109.077983,27.11986],[109.085125,27.121813],[109.09047,27.120077],[109.105218,27.126407],[109.115306,27.124241],[109.121727,27.127952],[109.126765,27.126994],[109.129934,27.123554],[109.128576,27.116824],[109.111743,27.1052],[109.104234,27.09565],[109.104747,27.090929],[109.096419,27.072785],[109.124738,27.06885],[109.129092,27.070071],[109.126695,27.073123],[109.127367,27.074679],[109.149568,27.075167],[109.152147,27.071471],[109.159423,27.068069],[109.170167,27.089427],[109.173493,27.090198],[109.175648,27.086217],[109.18343,27.084919],[109.191796,27.089916],[109.200666,27.097985],[109.207423,27.107712],[109.20938,27.116944],[109.21869,27.125747],[109.224607,27.135369],[109.233073,27.140754],[109.237937,27.152535],[109.246419,27.155245],[109.253225,27.152638],[109.250308,27.142719],[109.259636,27.130073],[109.266904,27.130822],[109.275599,27.134676],[109.29094,27.135395],[109.301195,27.142003],[109.3158,27.139052],[109.330143,27.140707],[109.331712,27.142177],[109.330159,27.144455],[109.330044,27.153474],[109.339421,27.152944],[109.353457,27.156458],[109.367897,27.149895],[109.371462,27.15298],[109.372353,27.157436],[109.374343,27.158848],[109.381042,27.153369],[109.379776,27.150266],[109.381302,27.147202],[109.389214,27.147918],[109.389091,27.158972],[109.394052,27.163397],[109.396972,27.162282],[109.394877,27.156652],[109.412178,27.156903],[109.412738,27.145359],[109.41851,27.140888],[109.426596,27.127805],[109.436105,27.127451],[109.445191,27.129672],[109.448282,27.133462],[109.454018,27.131969],[109.460868,27.138761],[109.465473,27.138011],[109.470171,27.13432],[109.465533,27.128852],[109.465533,27.118888],[109.453487,27.112641],[109.455866,27.10699],[109.454974,27.097175],[109.461666,27.097919],[109.462558,27.096729],[109.462112,27.094498],[109.45323,27.088181],[109.454019,27.085599],[109.460285,27.083404],[109.462792,27.084826],[109.476619,27.084278],[109.477871,27.074539],[109.47437,27.072787],[109.463599,27.074649],[109.451181,27.072895],[109.451289,27.069089],[109.463086,27.067739],[109.48317,27.057346],[109.485248,27.058183],[109.486679,27.062502],[109.491835,27.064041],[109.486274,27.0689],[109.482927,27.06952],[109.481523,27.072841],[109.48666,27.082325],[109.494677,27.082839],[109.498548,27.077098],[109.515043,27.075839],[109.521156,27.072162],[109.519505,27.069585],[109.512824,27.072191],[109.506876,27.072042],[109.506132,27.070703],[109.508066,27.066688],[109.516096,27.061186],[109.512634,27.051332],[109.514332,27.04619],[109.521599,27.040365],[109.519976,27.029913],[109.536939,27.017153],[109.537565,27.014293],[109.535429,27.006755],[109.538334,27.001755],[109.537713,26.998454],[109.533435,26.99574],[109.526436,26.996133],[109.524092,26.991781],[109.523055,26.981154],[109.531414,26.979094],[109.541824,26.987868],[109.545393,26.987868],[109.545245,26.982812],[109.542663,26.97764],[109.548023,26.964464],[109.555537,26.957379],[109.556069,26.954305],[109.553608,26.947747],[109.551794,26.946133],[109.544218,26.947101],[109.536988,26.945449],[109.530751,26.938707],[109.532543,26.933396],[109.531825,26.928058],[109.516578,26.928866],[109.514994,26.932113],[109.510466,26.935058],[109.503508,26.933019],[109.487989,26.923474],[109.486132,26.91703],[109.467317,26.91351],[109.440832,26.894542],[109.435056,26.892735],[109.433292,26.882977],[109.437723,26.877967],[109.438318,26.874249],[109.437723,26.871275],[109.431685,26.865791],[109.436081,26.863895],[109.444324,26.863503],[109.451804,26.869197],[109.45337,26.872374],[109.452551,26.878172],[109.458561,26.881446],[109.467659,26.889872],[109.467096,26.894484],[109.468969,26.898715],[109.474464,26.90203],[109.484309,26.899179],[109.486004,26.896967],[109.4834,26.892439],[109.492006,26.883671],[109.496755,26.887137],[109.500655,26.886892],[109.508976,26.884326],[109.513966,26.879806],[109.514132,26.878063],[109.507382,26.872806],[109.506936,26.865707],[109.507008,26.862727],[109.511344,26.861019],[109.513398,26.857964],[109.513268,26.85431],[109.509506,26.845688],[109.502612,26.839072],[109.496614,26.836773],[109.493789,26.833947],[109.493789,26.830229],[109.496912,26.827998],[109.496763,26.826214],[109.492153,26.816101],[109.495127,26.812532],[109.500927,26.812681],[109.501522,26.805988],[109.50985,26.804353],[109.51104,26.802865],[109.510594,26.793199],[109.520963,26.786125],[109.514582,26.77862],[109.512285,26.760998],[109.518138,26.759059],[109.518156,26.752598],[109.504876,26.750596],[109.50175,26.751604],[109.500408,26.75382],[109.500458,26.760691],[109.505685,26.770663],[109.491714,26.771166],[109.489252,26.769875],[109.485569,26.763578],[109.47847,26.764319],[109.474694,26.770718],[109.46533,26.77226],[109.46081,26.770776],[109.456596,26.764251],[109.437903,26.765567],[109.435048,26.752004],[109.43362,26.750862],[109.423372,26.751188],[109.405921,26.743782],[109.406231,26.739111],[109.41078,26.739654],[109.41456,26.736738],[109.415744,26.7302],[109.414662,26.727347],[109.406321,26.72383],[109.403033,26.724406],[109.394811,26.73303],[109.377989,26.73252],[109.37811,26.726435],[109.387469,26.722905],[109.388029,26.718378],[109.380853,26.714407],[109.370517,26.711458],[109.36295,26.702892],[109.359238,26.707889],[109.354384,26.708888],[109.349387,26.70846],[109.337394,26.703749],[109.328543,26.708603],[109.323705,26.707695],[109.316061,26.710605],[109.306745,26.715958],[109.296706,26.702892],[109.289223,26.705271],[109.283318,26.703386],[109.284793,26.695015],[109.289253,26.687889],[109.293967,26.684434],[109.296982,26.678131],[109.297849,26.666967],[109.299259,26.665084],[109.304701,26.665059],[109.312981,26.658491],[109.323829,26.658491],[109.328099,26.655786],[109.329549,26.651528],[109.334544,26.650869],[109.350101,26.660633],[109.354241,26.662203],[109.356383,26.661347],[109.354669,26.649354],[109.357239,26.642073],[109.363664,26.635791],[109.370801,26.635229],[109.373819,26.63294],[109.371802,26.624227],[109.376941,26.619087],[109.380082,26.609379],[109.387224,26.604515],[109.383238,26.589253],[109.382974,26.574859],[109.387176,26.57357],[109.391058,26.576065],[109.394096,26.573618],[109.393237,26.559767],[109.401713,26.555371],[109.402211,26.548846],[109.407042,26.543493],[109.404845,26.538772],[109.400471,26.5357],[109.391789,26.534426],[109.376155,26.524516],[109.373896,26.521632],[109.37666,26.514208],[109.38408,26.510441],[109.386649,26.504302],[109.385275,26.501292],[109.379057,26.496061],[109.370855,26.492095],[109.358173,26.479269],[109.358345,26.476703],[109.363958,26.470671],[109.373942,26.471095],[109.379702,26.467828],[109.37975,26.465915],[109.373376,26.46051],[109.354899,26.451062],[109.343453,26.448172],[109.335914,26.438269],[109.325101,26.435391],[109.32404,26.42829],[109.312482,26.412688],[109.308937,26.391759],[109.300312,26.393315],[109.296886,26.39084],[109.290053,26.377583],[109.295278,26.372956],[109.29385,26.36596],[109.296563,26.349399],[109.292851,26.346401],[109.282867,26.350837],[109.272269,26.342812],[109.268231,26.33595],[109.27257,26.32742],[109.268152,26.325129],[109.275088,26.319131],[109.276405,26.313953],[109.27545,26.301485],[109.283982,26.296683],[109.285901,26.296907],[109.28876,26.300896],[109.291359,26.301318],[109.298945,26.296951],[109.301835,26.293234],[109.316985,26.294716],[109.320902,26.293356],[109.321856,26.292048],[109.318121,26.28701],[109.318549,26.284726],[109.330967,26.279191],[109.336095,26.266644],[109.349956,26.270869],[109.376941,26.286867],[109.414346,26.291864],[109.427756,26.288523],[109.431183,26.291949],[109.43775,26.293234],[109.437893,26.295804],[109.442186,26.299145],[109.43876,26.30557],[109.456431,26.316758],[109.460752,26.31762],[109.463686,26.316398],[109.469262,26.310119],[109.471952,26.302171],[109.462625,26.296532],[109.457036,26.289486],[109.45232,26.281124],[109.45368,26.273057],[109.44346,26.258621],[109.439616,26.257885],[109.438617,26.254763],[109.43186,26.247538],[109.445699,26.236221],[109.449161,26.228988],[109.447799,26.218163],[109.450078,26.212097],[109.452542,26.210651],[109.459895,26.211879],[109.461688,26.214313],[109.469874,26.204704],[109.464775,26.198839],[109.457551,26.200448],[109.454334,26.197483],[109.457767,26.189136],[109.46737,26.175679],[109.468034,26.173344],[109.464374,26.168044],[109.464524,26.163689],[109.469901,26.15291],[109.474653,26.148627],[109.481929,26.151431],[109.485356,26.148291],[109.488306,26.148005],[109.491352,26.155429],[109.499061,26.138677],[109.509671,26.132528],[109.506953,26.117538],[109.500299,26.108696],[109.501155,26.10289],[109.499918,26.099845],[109.49316,26.102319],[109.469958,26.103117],[109.461085,26.098893],[109.45861,26.095086],[109.450067,26.101686],[109.449558,26.103905],[109.446339,26.10401],[109.443001,26.075193],[109.446529,26.068984],[109.447526,26.057852],[109.458557,26.0523],[109.474887,26.050334],[109.475859,26.049002],[109.47283,26.04051],[109.478702,26.033865],[109.478335,26.027561],[109.473708,26.014938],[109.467814,26.009131],[109.456771,26.00334],[109.457349,25.999263],[109.452092,25.994606],[109.446377,25.990856],[109.440379,25.990081],[109.428559,25.983066],[109.425778,25.978358],[109.419008,25.973219],[109.401052,25.969014],[109.400581,25.96765],[109.404199,25.966024],[109.421515,25.96556],[109.426008,25.958825],[109.433907,25.958679],[109.435322,25.955602],[109.430797,25.937722],[109.427579,25.933841],[109.429342,25.927838],[109.427193,25.923463],[109.423065,25.915907],[109.387769,25.902818],[109.386096,25.898464],[109.389127,25.894386],[109.390425,25.888047],[109.385707,25.873391],[109.382546,25.868223],[109.367188,25.857032],[109.362477,25.846895],[109.357052,25.843611],[109.350661,25.844086],[109.337882,25.840707],[109.334091,25.837515],[109.330563,25.820972],[109.331835,25.812824],[109.334917,25.805822],[109.335061,25.798223],[109.330915,25.791694],[109.32393,25.785505],[109.334637,25.777082],[109.334637,25.774369],[109.325786,25.771429],[109.321756,25.76461],[109.330581,25.760133],[109.332885,25.757376],[109.335684,25.750584],[109.336846,25.734929],[109.309278,25.73632],[109.305119,25.734387],[109.308823,25.726049],[109.307395,25.722979],[109.289816,25.717416],[109.283098,25.720117],[109.27543,25.717475],[109.252076,25.721249],[109.250404,25.728969],[109.242059,25.731577],[109.227018,25.740591],[109.21584,25.738788],[109.202568,25.741606],[109.204849,25.75362],[109.202302,25.765698],[109.199166,25.766834],[109.19389,25.765584],[109.191291,25.767855],[109.191132,25.770777],[109.194904,25.774755],[109.200612,25.776432],[109.201305,25.77973],[109.199854,25.783092],[109.20195,25.785362],[109.201978,25.79149],[109.197292,25.796781],[109.186995,25.80312],[109.173021,25.809294],[109.164913,25.803648],[109.161901,25.799085],[109.175879,25.791644],[109.176593,25.790359],[109.173452,25.786362],[109.174166,25.782079],[109.180876,25.778938],[109.18728,25.778685],[109.174136,25.762608],[109.168154,25.761965],[109.163744,25.765375],[109.159033,25.761806],[109.151911,25.76158],[109.154279,25.758332],[109.154072,25.752527],[109.148513,25.745117],[109.143537,25.744243],[109.141216,25.745206],[109.127209,25.762969],[109.129052,25.770186],[109.139952,25.777626],[109.144238,25.782914],[109.139188,25.789645],[109.139151,25.798571],[109.129214,25.808522],[109.12505,25.808373],[109.121306,25.811526],[109.114405,25.812342],[109.103093,25.807541],[109.096607,25.807224],[109.090504,25.80949],[109.088934,25.807777],[109.088791,25.80278],[109.091075,25.797926],[109.088077,25.796926],[109.080951,25.798063],[109.07725,25.79412],[109.073984,25.789558],[109.074888,25.779469],[109.052084,25.787749],[109.044852,25.793371],[109.031501,25.792041],[109.025856,25.79603],[109.020914,25.793581],[109.007342,25.795184],[109.004143,25.792288],[109.006555,25.78475],[109.005651,25.783544],[109.003389,25.78279],[108.993521,25.787039],[108.984914,25.780623],[108.99526,25.767088],[108.995515,25.763351],[108.988597,25.76575],[108.982423,25.764323],[108.97434,25.75354],[108.967659,25.747813],[108.959466,25.747443],[108.954315,25.744603],[108.953165,25.741567],[108.958494,25.737424],[108.957603,25.733874],[108.945372,25.732381],[108.940043,25.73454],[108.940004,25.736982],[108.942613,25.739604],[108.935823,25.743838],[108.909243,25.729922],[108.907345,25.728506],[108.907353,25.719922],[108.905997,25.718565],[108.898308,25.720525],[108.891356,25.716404],[108.890529,25.707122],[108.89116,25.701803],[108.894539,25.695046],[108.892627,25.689451],[108.894059,25.686865],[108.900341,25.683146],[108.914435,25.679693],[108.916653,25.683951],[108.924794,25.687233],[108.940778,25.679425],[108.948361,25.684644],[108.956804,25.687508],[108.958311,25.69384],[108.975094,25.708675],[108.977403,25.712489],[108.979118,25.722963],[108.981918,25.72497],[108.988291,25.724722],[108.996753,25.726859],[108.994132,25.736513],[108.997741,25.738059],[109.016841,25.732215],[109.018991,25.731031],[109.019719,25.727028],[109.026785,25.725333],[109.033496,25.727341],[109.037188,25.736751],[109.036708,25.739974],[109.048833,25.747219],[109.051124,25.744545],[109.048267,25.734017],[109.050007,25.731072],[109.068202,25.723059],[109.073802,25.722467],[109.073636,25.720457],[109.066821,25.713939],[109.068719,25.69537],[109.060056,25.690231],[109.054196,25.684191],[109.050879,25.678161],[109.049975,25.67198],[109.045904,25.668964],[109.044698,25.662783],[109.03912,25.659919],[109.034748,25.653134],[109.035803,25.643787],[109.034296,25.640319],[109.02691,25.637689],[109.027056,25.633695],[109.032288,25.620914],[109.038027,25.618622],[109.042242,25.619753],[109.044125,25.615583],[109.037419,25.60877],[109.039812,25.598538],[109.041047,25.57977],[109.046368,25.570155],[109.057376,25.567926],[109.066079,25.561415],[109.069273,25.556495],[109.077748,25.556147],[109.084224,25.552457],[109.077288,25.542656],[109.071053,25.539173],[109.060625,25.541708],[109.049769,25.526633],[109.042554,25.524107],[109.040709,25.528792],[109.0385,25.527808],[109.025924,25.520022],[109.022633,25.513985],[109.006733,25.521602],[108.988262,25.539394],[108.986706,25.536637],[108.968529,25.533851],[108.963868,25.548447],[108.951678,25.554385],[108.945834,25.559695],[108.92874,25.556898],[108.9265,25.558305],[108.916478,25.549282],[108.897669,25.543338],[108.889143,25.543374],[108.885115,25.545513],[108.887514,25.556369],[108.885593,25.559439],[108.878362,25.558801],[108.870417,25.555139],[108.859516,25.559154],[108.855789,25.557637],[108.847636,25.557738],[108.847187,25.555599],[108.852325,25.552123],[108.847501,25.550163],[108.83158,25.549187],[108.821268,25.552123],[108.814398,25.539726],[108.813304,25.533464],[108.806965,25.528499],[108.796112,25.541515],[108.795579,25.548129],[108.792476,25.552721],[108.789199,25.555461],[108.782371,25.554536],[108.777095,25.557099],[108.782561,25.573487],[108.791827,25.577309],[108.793244,25.580184],[108.789759,25.582276],[108.793075,25.588457],[108.789794,25.595512],[108.776478,25.604423],[108.782569,25.624474],[108.777785,25.627267],[108.761082,25.632072],[108.759685,25.633326],[108.764883,25.636098],[108.761717,25.639113],[108.745927,25.640744],[108.736868,25.638339],[108.719266,25.637182],[108.71425,25.631124],[108.704069,25.626247],[108.686691,25.627063],[108.682868,25.624942],[108.681059,25.610619],[108.68309,25.588754],[108.670885,25.594183],[108.660852,25.590799],[108.657638,25.586507],[108.664173,25.580768],[108.654423,25.577835],[108.659653,25.566153],[108.654873,25.555097],[108.664929,25.550312],[108.674774,25.540268],[108.684598,25.536967],[108.686675,25.529443],[108.686431,25.520477],[108.66284,25.532397],[108.657841,25.528454],[108.652715,25.530112],[108.646082,25.526192],[108.638706,25.527454],[108.631171,25.522732],[108.626671,25.515773],[108.626633,25.510513],[108.618492,25.50207],[108.616232,25.494858],[108.603416,25.495135],[108.607034,25.489858],[108.613819,25.487295],[108.614572,25.477647],[108.624799,25.480598],[108.629264,25.468298],[108.62687,25.46658],[108.62051,25.467396],[108.606019,25.481273],[108.598601,25.459605],[108.595032,25.456036],[108.592748,25.44369],[108.59672,25.439538],[108.596227,25.435034],[108.591581,25.42969],[108.583968,25.425277],[108.587351,25.414319],[108.591048,25.411253],[108.595184,25.409512],[108.603004,25.409633],[108.605304,25.411155],[108.609643,25.410275],[108.610952,25.404518],[108.614543,25.401546],[108.609785,25.395835],[108.61145,25.393218],[108.615733,25.392028],[108.618623,25.374095],[108.615741,25.372753],[108.61344,25.362951],[108.616952,25.357392],[108.623585,25.35586],[108.622278,25.348442],[108.626175,25.337871],[108.625153,25.333723],[108.620902,25.328916],[108.621347,25.311683],[108.619628,25.310471],[108.613387,25.30968],[108.606215,25.32112],[108.599951,25.323545],[108.588277,25.33476],[108.58585,25.340708],[108.590582,25.352455],[108.581407,25.365938],[108.559168,25.377978],[108.561317,25.380902],[108.560611,25.385387],[108.550083,25.397346],[108.52115,25.420287],[108.514208,25.419153],[108.510085,25.416061],[108.506754,25.415823],[108.505088,25.417251],[108.504374,25.421296],[108.508419,25.42891],[108.507468,25.432003],[108.502709,25.435572],[108.499959,25.448197],[108.485695,25.455048],[108.483645,25.459779],[108.462988,25.458622],[108.444385,25.454576],[108.434575,25.450348],[108.430727,25.44525],[108.430126,25.440364],[108.425057,25.437771],[108.416335,25.443368],[108.413074,25.44792],[108.411316,25.46458],[108.395546,25.494056],[108.384167,25.500981],[108.379929,25.498152],[108.373753,25.50516],[108.365141,25.50833],[108.354979,25.516733],[108.348891,25.523232],[108.347624,25.527268],[108.34901,25.532965],[108.345473,25.537828],[108.330326,25.538132],[108.324893,25.534263],[108.315683,25.533844],[108.313066,25.530513],[108.313304,25.524326],[108.304171,25.528339],[108.29848,25.520685],[108.298785,25.517873],[108.2939,25.505366],[108.290757,25.498644],[108.288148,25.498431],[108.288508,25.494799],[108.294225,25.489998],[108.288684,25.484041],[108.277195,25.479747],[108.259624,25.480204],[108.250415,25.469651],[108.236857,25.46543],[108.233855,25.455905],[108.238663,25.448371],[108.246867,25.441982],[108.248708,25.438001],[108.246484,25.432052],[108.242484,25.428641],[108.23833,25.428537],[108.233116,25.432003],[108.223122,25.431051],[108.221219,25.435096],[108.221557,25.443211],[108.21677,25.453087],[108.208766,25.455174],[108.205188,25.451794],[108.205074,25.453257],[108.190814,25.459662],[108.167849,25.451503],[108.154681,25.443672],[108.155711,25.435658],[108.159328,25.430943],[108.162002,25.430328],[108.166429,25.434024],[108.169003,25.433925],[108.178102,25.427684],[108.180913,25.423382],[108.185289,25.422009],[108.181325,25.414732],[108.183375,25.410973],[108.188046,25.41033],[108.189076,25.406819],[108.184166,25.39822],[108.177275,25.392757],[108.166967,25.395359],[108.157449,25.39417],[108.153591,25.397583],[108.143954,25.396879],[108.137345,25.392066],[108.144378,25.386044],[108.149492,25.384036],[108.151398,25.379696],[108.148528,25.356453],[108.141008,25.347635],[108.142506,25.342803],[108.154132,25.327655],[108.148606,25.32154],[108.148622,25.311241],[108.140053,25.300193],[108.132949,25.287634],[108.13421,25.284679],[108.143623,25.277604],[108.142322,25.273628],[108.13332,25.264991],[108.129282,25.25526],[108.131001,25.249887],[108.136435,25.245747],[108.134512,25.23597],[108.131686,25.232766],[108.125088,25.236887],[108.124806,25.231186],[108.116914,25.225448],[108.113917,25.22102],[108.112477,25.21452],[108.07498,25.195925],[108.061061,25.20046],[108.042712,25.202106],[108.028877,25.201084],[108.009457,25.193347],[108.002377,25.195866],[107.998263,25.199668],[107.994036,25.19828],[107.988464,25.1881],[107.982719,25.18524],[107.973381,25.18432],[107.963305,25.179394],[107.959188,25.181995],[107.954971,25.180808],[107.942133,25.174003],[107.928616,25.162339],[107.911204,25.155895],[107.899807,25.154263],[107.894804,25.151906],[107.893513,25.147593],[107.886169,25.14804],[107.866146,25.143844],[107.866849,25.13278],[107.862272,25.128058],[107.83488,25.119064],[107.825321,25.127016],[107.809994,25.130459],[107.791849,25.119144],[107.777114,25.121085],[107.775742,25.122671],[107.776386,25.12506],[107.774657,25.125847],[107.764105,25.119531],[107.760101,25.121348],[107.758712,25.127288],[107.762752,25.131146],[107.782033,25.141431],[107.787632,25.148091],[107.778885,25.155731],[107.773465,25.163066],[107.77927,25.168092],[107.779006,25.17271],[107.768602,25.182094],[107.766767,25.187662],[107.762793,25.187858],[107.755094,25.192867],[107.759859,25.196438],[107.759113,25.200158],[107.753504,25.202244],[107.754344,25.212219],[107.762339,25.225722],[107.758891,25.234884],[107.748495,25.242795],[107.745592,25.242371],[107.746907,25.236816],[107.744081,25.233991],[107.740958,25.233545],[107.740661,25.238898],[107.73842,25.241535],[107.734927,25.237389],[107.733692,25.229118],[107.709159,25.217017],[107.70441,25.21222],[107.703387,25.204016],[107.701431,25.202242],[107.697309,25.203809],[107.686408,25.197284],[107.682244,25.197088],[107.682287,25.200127],[107.694845,25.213916],[107.696641,25.220458],[107.694725,25.226959],[107.690322,25.228212],[107.688958,25.225899],[107.684642,25.225474],[107.681772,25.226798],[107.682661,25.236073],[107.671766,25.23964],[107.659467,25.249368],[107.662594,25.251089],[107.665442,25.250409],[107.668494,25.252574],[107.666764,25.254921],[107.659439,25.257683],[107.659649,25.260321],[107.656084,25.263463],[107.658261,25.266614],[107.663604,25.267798],[107.664434,25.279569],[107.659385,25.288359],[107.660575,25.292674],[107.654189,25.294863],[107.652573,25.297902],[107.649347,25.298891],[107.651749,25.302582],[107.664602,25.307047],[107.665932,25.310221],[107.662372,25.322038],[107.650751,25.320032],[107.645285,25.321602],[107.640551,25.317585],[107.640887,25.312749],[107.636915,25.312983],[107.631947,25.308469],[107.62757,25.31141],[107.623025,25.31099],[107.618371,25.308059],[107.619215,25.304419],[107.617346,25.296991],[107.621008,25.294057],[107.608733,25.283532],[107.612034,25.279417],[107.611182,25.270719],[107.606332,25.267375],[107.604692,25.26123],[107.602637,25.259208],[107.599872,25.259256],[107.596885,25.264148],[107.588681,25.26517],[107.588553,25.260873],[107.593205,25.2532],[107.590658,25.251644],[107.574911,25.257367],[107.565014,25.252702],[107.538341,25.237617],[107.532458,25.226109],[107.522048,25.227447],[107.513422,25.210345],[107.504499,25.22254],[107.50212,25.22254],[107.500781,25.220606],[107.501227,25.214063],[107.497509,25.211683],[107.467482,25.217135],[107.467434,25.235406],[107.465982,25.238898],[107.470146,25.244847],[107.477482,25.264454],[107.476363,25.266794],[107.47776,25.270969],[107.482168,25.272228],[107.482309,25.274251],[107.474089,25.28222],[107.481852,25.28619],[107.482727,25.289116],[107.475026,25.297625],[107.470275,25.297423],[107.450279,25.286292],[107.442562,25.27776],[107.43906,25.278478],[107.437895,25.286271],[107.429965,25.286016],[107.426191,25.287425],[107.421307,25.294788],[107.421044,25.305369],[107.41435,25.309522],[107.417206,25.33417],[107.415716,25.336424],[107.400743,25.345061],[107.39697,25.349542],[107.400194,25.352355],[107.418458,25.388737],[107.392836,25.392532],[107.389179,25.39877],[107.389437,25.407023],[107.369055,25.413689],[107.365162,25.412908],[107.364581,25.403043],[107.354181,25.396144],[107.349151,25.39787],[107.34374,25.404108],[107.340133,25.405835],[107.328036,25.40537],[107.321468,25.408145],[107.313314,25.405374],[107.310643,25.406875],[107.305122,25.413943],[107.300733,25.431791],[107.30172,25.433853],[107.305058,25.435019],[107.308491,25.432825],[107.311019,25.433271],[107.313303,25.435873],[107.320997,25.438705],[107.326105,25.452266],[107.325253,25.457154],[107.33116,25.46308],[107.330989,25.465089],[107.324431,25.468923],[107.324924,25.479649],[107.320028,25.482309],[107.317364,25.486079],[107.318345,25.496223],[107.324904,25.497335],[107.325271,25.498775],[107.323599,25.50197],[107.317545,25.501373],[107.315192,25.504722],[107.309931,25.507158],[107.301568,25.504402],[107.299426,25.505799],[107.296284,25.515841],[107.292551,25.521199],[107.284779,25.524805],[107.274778,25.534046],[107.258425,25.542781],[107.241122,25.545998],[107.23681,25.551203],[107.228779,25.554326],[107.224615,25.563992],[107.224615,25.571726],[107.228482,25.579905],[107.225359,25.586895],[107.230266,25.589445],[107.236921,25.596352],[107.22906,25.600285],[107.223632,25.600714],[107.217586,25.603775],[107.214129,25.60989],[107.203131,25.613344],[107.19979,25.610174],[107.199575,25.606957],[107.194609,25.600641],[107.184328,25.599953],[107.181301,25.581437],[107.172148,25.577331],[107.162901,25.57763],[107.150635,25.574066],[107.138312,25.565866],[107.127506,25.569614],[107.124513,25.566833],[107.118423,25.566673],[107.104601,25.567859],[107.102073,25.571577],[107.089486,25.571252],[107.080211,25.567561],[107.075524,25.568529],[107.067078,25.559322],[107.061519,25.560361],[107.062516,25.550401],[107.060005,25.544985],[107.064188,25.533857],[107.069007,25.532488],[107.070048,25.52844],[107.070016,25.521388],[107.06692,25.515593],[107.05077,25.50655],[107.034561,25.505974],[107.011305,25.498597],[107.009484,25.496318],[107.010811,25.489243],[107.003271,25.48173],[107.001121,25.469033],[106.996064,25.460217],[106.994329,25.447668],[106.990221,25.446511],[106.977303,25.451344],[106.96636,25.446025],[106.960024,25.440468],[106.959834,25.438108],[106.965363,25.427018],[106.964075,25.412277],[106.970875,25.409754],[106.973032,25.407172],[106.973038,25.399327],[106.976383,25.387266],[106.974982,25.379534],[106.982825,25.363397],[106.990085,25.360151],[107.003665,25.359364],[107.007787,25.357779],[107.009596,25.353386],[107.010212,25.346993],[107.007371,25.340093],[107.006947,25.32604],[107.003955,25.317838],[107.003779,25.312075],[107.007951,25.298786],[107.006468,25.292089],[107.010059,25.283603],[107.009699,25.278502],[107.005417,25.274519],[106.988454,25.266891],[106.984494,25.262065],[106.984579,25.257315],[106.994692,25.246903],[106.992711,25.243182],[106.981267,25.241078],[106.971881,25.236257],[106.966254,25.241278],[106.951937,25.249378],[106.932341,25.253462],[106.916134,25.250956],[106.904259,25.241315],[106.901502,25.236471],[106.898017,25.22736],[106.896444,25.1973],[106.892908,25.19073],[106.884058,25.185723],[106.876961,25.185185],[106.850514,25.189763],[106.830728,25.18258],[106.80173,25.175551],[106.790174,25.174284],[106.779662,25.175648],[106.767861,25.184598],[106.761859,25.186055],[106.738259,25.174356],[106.730888,25.166623],[106.723556,25.164304],[106.718449,25.164717],[106.71285,25.167678],[106.70372,25.177985],[106.693121,25.181829],[106.681636,25.181568],[106.663916,25.173586],[106.645241,25.170296],[106.636116,25.163415],[106.638076,25.143294],[106.636514,25.134681],[106.625875,25.12441],[106.615347,25.121395],[106.605674,25.114042],[106.594352,25.108614],[106.590518,25.095546],[106.586641,25.090819],[106.577545,25.087016],[106.552995,25.087312],[106.537999,25.081109],[106.526795,25.0741],[106.51442,25.055581],[106.493971,25.051711],[106.454037,25.040956],[106.444581,25.035008],[106.438915,25.02191],[106.409505,25.015967],[106.400136,25.008048],[106.382615,25.007746],[106.350338,24.992971],[106.324935,24.990296],[106.312958,24.985819],[106.308445,24.980742],[106.301723,24.977278],[106.290352,24.977472],[106.276731,24.982109],[106.261627,24.981383],[106.249329,24.973416],[106.242771,24.972852],[106.222757,24.984013],[106.214064,24.985016],[106.20756,24.982086],[106.203866,24.97466],[106.194514,24.967352],[106.188973,24.958248],[106.184664,24.954962],[106.179114,24.954867],[106.168302,24.961214],[106.156079,24.964047],[106.150274,24.963946],[106.145535,24.96082],[106.141407,24.95657],[106.145437,24.94842],[106.159246,24.939496],[106.163337,24.929194],[106.180574,24.904816],[106.189101,24.89909],[106.193885,24.888898],[106.192947,24.875716],[106.201296,24.862618],[106.202875,24.854503],[106.196736,24.842415],[106.197307,24.834864],[106.194132,24.817794],[106.187845,24.807251],[106.180963,24.803615],[106.184174,24.791514],[106.176979,24.783503],[106.17163,24.767289],[106.165163,24.76098],[106.158845,24.760884],[106.146667,24.765902],[106.139707,24.759254],[106.135233,24.7403],[106.131617,24.732494],[106.11633,24.728753],[106.110461,24.717752],[106.107194,24.714713],[106.09573,24.7094],[106.08067,24.707728],[106.063318,24.700746],[106.056562,24.695134],[106.051683,24.69352],[106.043352,24.686196],[106.041843,24.684047],[106.0424,24.674801],[106.035753,24.659272],[106.023913,24.644849],[106.019549,24.63558],[106.010905,24.637315],[105.991033,24.651824],[105.986822,24.652484],[105.985645,24.654059],[105.986652,24.65799],[105.983702,24.663625],[105.971873,24.673401],[105.965189,24.67562],[105.959668,24.679864],[105.950416,24.690062],[105.949196,24.696068],[105.943388,24.707009],[105.941953,24.719298],[105.938154,24.723404],[105.939217,24.727578],[105.935069,24.729748],[105.914631,24.727532],[105.902447,24.728499],[105.887319,24.725982],[105.878075,24.733792],[105.861422,24.732582],[105.853055,24.720055],[105.836199,24.712974],[105.825192,24.705895],[105.812774,24.704082],[105.797709,24.705325],[105.766596,24.720674],[105.762741,24.723905],[105.76125,24.73017],[105.755741,24.737579],[105.734156,24.745555],[105.726511,24.752591],[105.722587,24.758639],[105.717529,24.760298],[105.701474,24.772266],[105.674445,24.778943],[105.649989,24.775278],[105.625592,24.779416],[105.614632,24.784928],[105.609427,24.791579],[105.608819,24.799804],[105.606148,24.805037],[105.595455,24.810533],[105.587247,24.81042],[105.57781,24.806002],[105.573566,24.801383],[105.56505,24.800216],[105.541888,24.801759],[105.531921,24.80462],[105.525739,24.803484],[105.496322,24.81085],[105.489885,24.819245],[105.489595,24.836626],[105.485851,24.844666],[105.479877,24.851005],[105.465696,24.856996],[105.461036,24.864344],[105.46165,24.867788],[105.452314,24.876225],[105.453358,24.880704],[105.451927,24.889354],[105.449364,24.89466],[105.443941,24.918468],[105.438407,24.925689],[105.424766,24.933618],[105.397207,24.940754],[105.388515,24.944603],[105.365628,24.946506],[105.34593,24.941453],[105.33476,24.935167],[105.330538,24.929237],[105.322833,24.92712],[105.300069,24.927449],[105.282909,24.931302],[105.263634,24.933046],[105.256467,24.941829],[105.254412,24.947256],[105.255363,24.954019],[105.260918,24.95843],[105.25788,24.965376],[105.249809,24.970594],[105.241639,24.966839],[105.232605,24.968776],[105.231423,24.971582],[105.233295,24.9769],[105.231445,24.981195],[105.228406,24.98387],[105.219796,24.983307],[105.212305,24.984818],[105.213196,24.995305],[105.208297,24.998566],[105.192506,24.997353],[105.176142,24.988667],[105.154033,24.961778],[105.150642,24.961451],[105.147762,24.965111],[105.142141,24.967592],[105.130783,24.965603],[105.121979,24.949095],[105.096997,24.939241],[105.087716,24.931507],[105.078463,24.919357],[105.069386,24.912746],[105.068912,24.901303],[105.060015,24.889812],[105.039339,24.878639],[105.033598,24.873236],[105.033542,24.869351],[105.037864,24.861469],[105.038791,24.856242],[105.033797,24.834819],[105.031385,24.830335],[105.023806,24.823693],[105.024189,24.817395],[105.030018,24.802653],[105.031276,24.791181],[105.010321,24.788291],[104.996379,24.779634],[104.978162,24.772349],[104.956998,24.770101],[104.950746,24.767879],[104.941341,24.76795],[104.937703,24.764843],[104.920479,24.760324],[104.901339,24.758163],[104.878681,24.746193],[104.867844,24.738392],[104.863015,24.732205],[104.859573,24.722814],[104.858548,24.704897],[104.852904,24.696256],[104.847054,24.690995],[104.843492,24.683252],[104.837712,24.678924],[104.819117,24.673075],[104.80664,24.674288],[104.797076,24.66731],[104.780812,24.66608],[104.759886,24.660099],[104.7492,24.651517],[104.74725,24.646784],[104.746723,24.636356],[104.740596,24.623769],[104.731273,24.621064],[104.723591,24.621157],[104.716659,24.623208],[104.700624,24.632343],[104.695722,24.638174],[104.701349,24.645459],[104.701184,24.648469],[104.693839,24.654162],[104.651679,24.66176],[104.63645,24.661731],[104.627766,24.663572],[104.599618,24.697148],[104.593882,24.71286],[104.57039,24.717143],[104.559441,24.72925],[104.555466,24.731402],[104.527609,24.734765],[104.526566,24.740114],[104.532125,24.750457],[104.539808,24.758847],[104.537891,24.770655],[104.543324,24.780013],[104.539505,24.790697],[104.535243,24.797109],[104.537914,24.817052],[104.54478,24.827023],[104.550109,24.829692],[104.569068,24.848052],[104.58436,24.874348],[104.59455,24.888113],[104.604498,24.892494],[104.606815,24.896831],[104.618341,24.897776],[104.63309,24.907339],[104.636483,24.921209],[104.648669,24.936708],[104.649557,24.944517],[104.661989,24.955029],[104.661686,24.967526],[104.672671,24.974447],[104.685297,24.978463],[104.68529,24.981079],[104.682274,24.985634],[104.685061,24.990496],[104.698548,24.998051],[104.704266,24.996807],[104.709762,24.99894],[104.711713,25.001455],[104.703903,25.014786],[104.702535,25.027509],[104.697996,25.03477],[104.697647,25.040946],[104.686369,25.051384],[104.682349,25.057517],[104.665731,25.062371],[104.652326,25.062264],[104.633849,25.057745],[104.623545,25.061251],[104.617577,25.060847],[104.617373,25.062176],[104.622078,25.064136],[104.641774,25.063824],[104.65492,25.066728],[104.65904,25.065997],[104.669826,25.070742],[104.683554,25.080709],[104.683784,25.097625],[104.690934,25.106523],[104.693408,25.125738],[104.715101,25.143438],[104.716955,25.156532],[104.730527,25.17155],[104.732496,25.176493],[104.732276,25.185705],[104.730738,25.189095],[104.725245,25.193987],[104.720964,25.194979],[104.739407,25.211026],[104.743972,25.212969],[104.751773,25.21198],[104.76668,25.203046],[104.776953,25.186148],[104.792042,25.169634],[104.807046,25.160861],[104.815326,25.158219],[104.816968,25.162074],[104.814041,25.168856],[104.819609,25.169427],[104.821108,25.173496],[104.807854,25.187831],[104.807404,25.19603],[104.815338,25.2009],[104.808791,25.209906],[104.805332,25.226243],[104.807383,25.230185],[104.806661,25.233178],[104.827662,25.240263],[104.825016,25.242224],[104.819428,25.254092],[104.816293,25.26501],[104.812294,25.268917],[104.803241,25.265698],[104.795617,25.256855],[104.790041,25.254062],[104.788167,25.259987],[104.778393,25.271751],[104.765703,25.278603],[104.754191,25.278958],[104.752606,25.272754],[104.753695,25.266042],[104.752431,25.265921],[104.738058,25.268925],[104.722719,25.27943],[104.711824,25.283888],[104.706658,25.283329],[104.70822,25.292609],[104.705287,25.299822],[104.699931,25.298871],[104.697869,25.295637],[104.691235,25.299889],[104.674799,25.294895],[104.667681,25.296234],[104.669048,25.291566],[104.661765,25.284596],[104.649323,25.29494],[104.639596,25.296513],[104.636366,25.300932],[104.639367,25.303535],[104.644205,25.304047],[104.647925,25.306542],[104.648133,25.313074],[104.643381,25.318834],[104.64548,25.331482],[104.643939,25.337952],[104.64696,25.342081],[104.640249,25.356517],[104.643845,25.360036],[104.634396,25.368402],[104.613067,25.367571],[104.590601,25.385691],[104.591159,25.39117],[104.586151,25.395834],[104.571024,25.406398],[104.566766,25.405912],[104.56126,25.402411],[104.557783,25.395069],[104.549145,25.397365],[104.535368,25.409952],[104.535729,25.412688],[104.542109,25.417204],[104.540733,25.423685],[104.543886,25.432743],[104.542462,25.440882],[104.543646,25.449041],[104.542205,25.454976],[104.539623,25.456353],[104.539363,25.461021],[104.541726,25.468424],[104.54843,25.474675],[104.554615,25.527645],[104.54729,25.533287],[104.543676,25.531084],[104.541348,25.523774],[104.546285,25.521042],[104.548562,25.514769],[104.546812,25.514274],[104.536796,25.521197],[104.534632,25.52517],[104.533085,25.526062],[104.531598,25.524039],[104.528057,25.524121],[104.521326,25.529506],[104.516613,25.526016],[104.502889,25.510053],[104.496192,25.509051],[104.4827,25.497148],[104.477094,25.495352],[104.468734,25.497355],[104.448439,25.498526],[104.446691,25.495821],[104.44612,25.478609],[104.442467,25.475766],[104.434015,25.475996],[104.431789,25.487314],[104.417985,25.496854],[104.41694,25.502579],[104.421185,25.506391],[104.430286,25.508391],[104.433992,25.521171],[104.431566,25.536404],[104.433304,25.53987],[104.429691,25.548265],[104.433077,25.555823],[104.425377,25.562939],[104.423128,25.572613],[104.425832,25.57587],[104.422811,25.581741],[104.417863,25.5879],[104.408191,25.589422],[104.406634,25.594966],[104.402539,25.597535],[104.395539,25.595075],[104.384648,25.595397],[104.371091,25.586066],[104.362158,25.577496],[104.360709,25.578666],[104.361345,25.582707],[104.365605,25.586751],[104.364565,25.604503],[104.359747,25.605395],[104.353992,25.602527],[104.347389,25.602177],[104.340786,25.607768],[104.339774,25.602415],[104.335848,25.602177],[104.326661,25.623107],[104.322906,25.62617],[104.31845,25.626602],[104.314981,25.629801],[104.314303,25.634174],[104.320787,25.640332],[104.321785,25.644034],[104.31036,25.656536],[104.309107,25.663468],[104.313457,25.673879],[104.315277,25.696162],[104.321076,25.709316],[104.317313,25.720362],[104.321716,25.727795],[104.324232,25.73878],[104.325243,25.744181],[104.321503,25.7523],[104.326447,25.766143],[104.329926,25.766375],[104.3364,25.755139],[104.348923,25.748549],[104.34811,25.743972],[104.350946,25.739958],[104.362108,25.733326],[104.369047,25.734475],[104.380698,25.74477],[104.388481,25.764778],[104.394192,25.763064],[104.398075,25.765931],[104.397127,25.779255],[104.402524,25.787734],[104.401331,25.790342],[104.402343,25.794836],[104.399657,25.798103],[104.399759,25.800283],[104.408382,25.801196],[104.410609,25.805023],[104.410516,25.808757],[104.417043,25.818666],[104.420601,25.821076],[104.427968,25.821981],[104.426685,25.833445],[104.421669,25.844369],[104.432563,25.86676],[104.438988,25.871428],[104.43912,25.873239],[104.435668,25.876974],[104.432012,25.897261],[104.426846,25.899213],[104.419765,25.894074],[104.415644,25.895521],[104.416563,25.899286],[104.412094,25.917119],[104.421553,25.924173],[104.427967,25.923937],[104.430445,25.927949],[104.436102,25.931686],[104.437926,25.93663],[104.437353,25.942135],[104.439824,25.941454],[104.444364,25.944031],[104.444829,25.9473],[104.441691,25.94988],[104.439424,25.95883],[104.44743,25.972225],[104.449807,25.97157],[104.453933,25.976076],[104.459988,25.988988],[104.459116,25.996844],[104.462937,26.002628],[104.462608,26.011674],[104.467766,26.014227],[104.462025,26.020961],[104.459674,26.031993],[104.467058,26.039037],[104.469859,26.051664],[104.468166,26.057309],[104.459276,26.05972],[104.463648,26.060474],[104.466208,26.063838],[104.453478,26.077978],[104.453494,26.082167],[104.455119,26.088032],[104.457937,26.089725],[104.467888,26.089987],[104.490273,26.074252],[104.494078,26.074095],[104.500306,26.077475],[104.503337,26.0838],[104.507448,26.087087],[104.513991,26.088618],[104.517552,26.091701],[104.524458,26.103728],[104.52626,26.117104],[104.524254,26.125559],[104.519254,26.131041],[104.516763,26.136621],[104.515661,26.143756],[104.516449,26.168476],[104.519318,26.173887],[104.526695,26.179059],[104.531038,26.191249],[104.537066,26.200405],[104.538381,26.205569],[104.536519,26.210754],[104.538205,26.215276],[104.542116,26.218684],[104.547825,26.220277],[104.546101,26.232889],[104.540878,26.245687],[104.539978,26.25711],[104.545319,26.262565],[104.55455,26.278767],[104.565258,26.284588],[104.5784,26.296968],[104.580464,26.306376],[104.590081,26.32101],[104.598847,26.325075],[104.611402,26.326314],[104.620162,26.332579],[104.631747,26.331742],[104.645908,26.334352],[104.657192,26.339201],[104.655626,26.355222],[104.657431,26.360362],[104.666641,26.368206],[104.676573,26.367034],[104.681499,26.372601],[104.680448,26.378937],[104.682189,26.381259],[104.668986,26.389885],[104.661507,26.404361],[104.666442,26.412285],[104.662917,26.437972],[104.656527,26.440764],[104.639739,26.443021],[104.630649,26.454563],[104.629552,26.465576],[104.633574,26.471985],[104.636225,26.481884],[104.627862,26.493911],[104.618645,26.500896],[104.612918,26.512164],[104.604551,26.516561],[104.597717,26.523868],[104.59088,26.526619],[104.577178,26.52945],[104.568778,26.528523],[104.565981,26.537176],[104.567203,26.542787],[104.579011,26.561063],[104.577006,26.571583],[104.570133,26.572919],[104.570727,26.578078],[104.56904,26.582395],[104.562014,26.589967],[104.553811,26.59433],[104.54084,26.588398],[104.51447,26.591315],[104.506679,26.590103],[104.503429,26.59285],[104.497995,26.592817],[104.485179,26.58283],[104.470597,26.591128],[104.461713,26.598534],[104.457294,26.605871],[104.455898,26.613986],[104.458598,26.631408],[104.465439,26.647925],[104.465186,26.655132],[104.462009,26.656854],[104.454783,26.667143],[104.439992,26.675756],[104.438626,26.680925],[104.440805,26.685294],[104.439882,26.688616],[104.431574,26.701419],[104.421176,26.706704],[104.422064,26.710432],[104.418489,26.715117],[104.412048,26.713503],[104.406117,26.71448],[104.39661,26.711743],[104.395932,26.689887],[104.379403,26.667513],[104.378882,26.664454],[104.380742,26.659875],[104.378642,26.653651],[104.377309,26.651649],[104.362711,26.646406],[104.361272,26.63516],[104.35185,26.626003],[104.346269,26.623088],[104.3359,26.624396],[104.327505,26.623088],[104.31025,26.616122],[104.305127,26.616893],[104.307017,26.624014],[104.301761,26.630431],[104.291305,26.635529],[104.279969,26.636971],[104.269206,26.63504],[104.269695,26.625957],[104.264666,26.623292],[104.254609,26.622457],[104.248373,26.629918],[104.240102,26.631422],[104.232097,26.628859],[104.22804,26.623529],[104.20237,26.629615],[104.189615,26.637327],[104.189809,26.640362],[104.187316,26.642416],[104.183239,26.641157],[104.18116,26.638472],[104.17126,26.638718],[104.166767,26.644626],[104.157669,26.649907],[104.150824,26.650529],[104.146369,26.64651],[104.137848,26.644968],[104.124874,26.647106],[104.118862,26.641471],[104.111456,26.628564],[104.103774,26.61905],[104.101291,26.610231],[104.093647,26.603289],[104.078864,26.584218],[104.06634,26.577314],[104.06226,26.563536],[104.0689,26.543989],[104.067922,26.540666],[104.069049,26.529977],[104.071628,26.52595],[104.059471,26.514872],[104.05485,26.513815],[104.04859,26.509083],[104.042207,26.515576],[104.035741,26.518967],[104.019156,26.5187],[104.00381,26.514223],[103.99933,26.524345],[103.990971,26.523781],[103.983758,26.51929],[103.959522,26.523555],[103.950198,26.523634],[103.912458,26.515976],[103.902812,26.518308],[103.880779,26.520133],[103.863287,26.515901],[103.860628,26.516903],[103.855361,26.524754],[103.847693,26.526943],[103.845481,26.531856],[103.840916,26.534608],[103.835408,26.535656],[103.831128,26.532524],[103.824862,26.531997],[103.816881,26.533843],[103.813434,26.536526],[103.810377,26.547379],[103.81379,26.556514],[103.798494,26.569913],[103.789861,26.574209],[103.77716,26.57743],[103.765396,26.585515],[103.762161,26.58936],[103.765042,26.591223],[103.768795,26.600091],[103.767473,26.607742],[103.762682,26.611198],[103.760002,26.61627],[103.746599,26.627212],[103.747215,26.633554],[103.750639,26.64133],[103.759093,26.652744],[103.759082,26.664183],[103.756594,26.668794],[103.758104,26.680704],[103.756998,26.690994],[103.76014,26.696884],[103.766353,26.703409],[103.765689,26.711015],[103.771063,26.720003],[103.767008,26.73691],[103.76455,26.740071],[103.760001,26.740934],[103.754852,26.737535],[103.748016,26.729707],[103.743737,26.728953],[103.735681,26.73184],[103.734492,26.735234],[103.728906,26.738922],[103.723227,26.747715],[103.723047,26.757528],[103.716857,26.764359],[103.718575,26.775477],[103.716912,26.77998],[103.710039,26.787536],[103.703965,26.799506],[103.701304,26.812223],[103.700856,26.817245],[103.705395,26.832843],[103.707229,26.834184],[103.713626,26.834251],[103.722041,26.844519],[103.720117,26.854986],[103.727452,26.85878],[103.750853,26.863814],[103.758883,26.869488],[103.770681,26.869777],[103.777158,26.877695],[103.775247,26.883055],[103.770755,26.886193],[103.76701,26.892025],[103.764901,26.903584],[103.761438,26.909593],[103.763468,26.920753],[103.774496,26.936828],[103.775922,26.947184],[103.771929,26.955269],[103.752035,26.966619],[103.751387,26.976611],[103.742895,26.99589],[103.732404,27.008101],[103.729179,27.016479],[103.730063,27.022088],[103.728706,27.024521],[103.721732,27.030544],[103.718527,27.035602],[103.709331,27.04249],[103.70822,27.047845],[103.703128,27.052617],[103.686544,27.054954],[103.672623,27.054767],[103.663927,27.044108],[103.654182,27.036366],[103.651869,27.026245],[103.630427,27.017121],[103.620976,27.0106],[103.616541,27.011188],[103.611299,27.008303],[103.611915,27.012787],[103.622077,27.019347],[103.627376,27.02095],[103.623983,27.026882],[103.622013,27.038822],[103.616623,27.038438],[103.613152,27.040872],[103.604722,27.052772],[103.599417,27.063849],[103.600791,27.066637],[103.604382,27.066639],[103.607105,27.069533],[103.610756,27.08184],[103.615437,27.08354],[103.632635,27.072815],[103.643124,27.068975],[103.656658,27.068347],[103.658429,27.072059],[103.658429,27.075657],[103.65089,27.095758],[103.640106,27.09332],[103.632079,27.094939],[103.619395,27.101399],[103.621889,27.113446],[103.625635,27.120678],[103.650361,27.129887],[103.659091,27.126128],[103.673634,27.13485],[103.687279,27.133964],[103.695687,27.130467],[103.709683,27.14413],[103.704924,27.161262],[103.70649,27.16459],[103.712657,27.163284],[103.718249,27.164712],[103.725172,27.177336],[103.725685,27.181192],[103.730384,27.185887],[103.735348,27.187127],[103.7375,27.198676],[103.745155,27.202804],[103.746866,27.214603],[103.756892,27.214771],[103.761355,27.217853],[103.774501,27.230072],[103.773014,27.232987],[103.77926,27.233641],[103.787206,27.242658],[103.78896,27.244814],[103.787108,27.257136],[103.79797,27.250415],[103.800519,27.25501],[103.798556,27.267588],[103.801564,27.270751],[103.820094,27.267143],[103.832932,27.270598],[103.838035,27.275033],[103.840013,27.28739],[103.84349,27.290765],[103.856621,27.288781],[103.861964,27.292799],[103.863262,27.305727],[103.874254,27.320219],[103.871361,27.326156],[103.873464,27.336242],[103.888047,27.341933],[103.893409,27.346119],[103.898152,27.34558],[103.90285,27.348104],[103.901593,27.350286],[103.902711,27.386677],[103.904445,27.391184],[103.912394,27.392129],[103.912495,27.401306],[103.918426,27.40912],[103.919927,27.414145],[103.923958,27.416665],[103.924448,27.429812],[103.925736,27.434338],[103.928402,27.436823],[103.93076,27.447987],[103.944636,27.436571],[103.955118,27.437022],[103.953372,27.430721],[103.954971,27.429198],[103.96608,27.42655],[103.972763,27.426835],[103.978177,27.420404],[103.983103,27.422006],[103.986383,27.421197],[103.997754,27.430466],[104.004,27.433562],[104.013245,27.432708],[104.014547,27.426481],[104.012977,27.423918],[104.013849,27.416339],[104.017672,27.413962],[104.018069,27.408055],[104.017469,27.392712],[104.015282,27.387234],[104.019142,27.378898],[104.027499,27.371443],[104.037843,27.365774],[104.055097,27.359194],[104.060688,27.35036],[104.077328,27.342824],[104.082069,27.334222],[104.11094,27.341468],[104.115664,27.333904],[104.12775,27.330165],[104.131946,27.324776],[104.131844,27.32192],[104.129486,27.319115],[104.129239,27.309617],[104.146806,27.287388],[104.171101,27.266735],[104.185043,27.277921],[104.187842,27.289532],[104.190634,27.291498],[104.195002,27.290966],[104.200758,27.283289],[104.207337,27.281674],[104.215516,27.283161],[104.217004,27.288366],[104.215994,27.29424],[104.211468,27.298858],[104.211434,27.303592],[104.218914,27.303913],[104.226826,27.295692],[104.230957,27.296111],[104.241655,27.302753],[104.243886,27.30201],[104.246265,27.295169],[104.251768,27.298143],[104.248942,27.3032],[104.253422,27.305802],[104.256684,27.312528],[104.246807,27.327136],[104.245968,27.340081],[104.255983,27.344721],[104.267978,27.363876],[104.27586,27.364768],[104.275711,27.375476],[104.276901,27.377112],[104.279131,27.371609],[104.282633,27.371237],[104.290887,27.376946],[104.30031,27.39484],[104.304022,27.408355],[104.309923,27.411211],[104.317061,27.410544],[104.326008,27.415684],[104.331913,27.429216],[104.333116,27.436152],[104.334454,27.436301],[104.33728,27.430203],[104.338767,27.430055],[104.339808,27.43868],[104.331331,27.445224],[104.330885,27.447603],[104.343972,27.458162],[104.345996,27.46764],[104.348774,27.469531],[104.360088,27.471749],[104.369514,27.464206],[104.375997,27.467688],[104.387178,27.46306],[104.395138,27.462142],[104.400534,27.458185],[104.408347,27.461459],[104.409229,27.457741],[104.406433,27.453312],[104.406582,27.450268],[104.412212,27.445558],[104.414217,27.438076],[104.426573,27.437509],[104.430759,27.431062],[104.443488,27.429551],[104.468621,27.417803],[104.474622,27.418356],[104.483352,27.416124],[104.491699,27.418685],[104.495038,27.417521],[104.495323,27.41554],[104.488647,27.409249],[104.488311,27.406085],[104.498741,27.401207],[104.506727,27.403618],[104.514722,27.403047],[104.514151,27.401333],[104.506727,27.397526],[104.505775,27.389531],[104.520433,27.366498],[104.520016,27.361363],[104.5245,27.352102],[104.534675,27.344793],[104.538042,27.339563],[104.538903,27.335494],[104.536842,27.330126],[104.539889,27.328686],[104.551226,27.333663],[104.568251,27.335994],[104.573597,27.333623],[104.588755,27.321019],[104.593375,27.314264],[104.598491,27.31593],[104.60896,27.310576],[104.63061,27.322436],[104.649967,27.325946],[104.658737,27.321887],[104.673487,27.322492],[104.685009,27.33607],[104.704144,27.34222],[104.720552,27.345431],[104.731427,27.338799],[104.736781,27.338941],[104.745172,27.347677],[104.749547,27.34915],[104.762434,27.336468],[104.767387,27.322794],[104.771767,27.32109],[104.783967,27.322713],[104.803889,27.355931],[104.821499,27.355369],[104.829165,27.348964],[104.842978,27.345943],[104.854429,27.334789],[104.850161,27.329179],[104.850789,27.304769],[104.868574,27.29451],[104.87926,27.301679],[104.884157,27.301105],[104.888364,27.30289],[104.891631,27.308818],[104.898495,27.307945],[104.901631,27.309806],[104.909286,27.329218],[104.932951,27.33821],[104.934736,27.343266],[104.940527,27.349218],[104.958572,27.36068],[104.969434,27.361264],[104.987737,27.369943],[105.010277,27.38546],[105.030308,27.403177],[105.035554,27.40396],[105.041652,27.397734],[105.045419,27.400887],[105.042231,27.403846],[105.043136,27.409894],[105.054006,27.411525],[105.068019,27.422921],[105.085842,27.422194],[105.094336,27.413484],[105.110191,27.420564],[105.133009,27.419178],[105.14653,27.412556],[105.149736,27.406907],[105.153754,27.407801],[105.157072,27.41185],[105.161217,27.413749],[105.168107,27.405677],[105.180292,27.39706],[105.180055,27.382765],[105.178324,27.375154],[105.179398,27.373365],[105.18248,27.372651],[105.188614,27.375857],[105.19079,27.386427],[105.199936,27.392933],[105.210349,27.404746],[105.22732,27.431063],[105.230475,27.439391],[105.222253,27.446867],[105.236065,27.470697],[105.234868,27.474642],[105.230831,27.477987],[105.233584,27.484904],[105.232742,27.490931],[105.236694,27.4948],[105.244081,27.495526],[105.257836,27.51742],[105.257042,27.52643],[105.247228,27.546223],[105.243351,27.547787],[105.235979,27.544211],[105.232119,27.544963],[105.229392,27.548365],[105.230471,27.551114],[105.237706,27.552932],[105.243617,27.566332],[105.244636,27.572008],[105.241278,27.575355],[105.240743,27.578779],[105.242324,27.581173],[105.244523,27.580992],[105.257628,27.588323],[105.270412,27.592248],[105.301043,27.615335],[105.301901,27.618837],[105.30006,27.628938],[105.290995,27.636804],[105.301166,27.644254],[105.305915,27.655916],[105.305359,27.668397],[105.297223,27.689436],[105.298308,27.700177],[105.303071,27.7078],[105.315334,27.717517],[105.323062,27.730184],[105.330459,27.729428],[105.33787,27.733094],[105.34683,27.748951],[105.349814,27.751729],[105.363488,27.753544],[105.369478,27.757749],[105.379638,27.760794],[105.383075,27.759551],[105.384241,27.753811],[105.388076,27.75327],[105.390685,27.754387],[105.39286,27.760711],[105.390454,27.763912],[105.393815,27.766394],[105.401836,27.768727],[105.414643,27.769631],[105.427159,27.767473],[105.434255,27.772545],[105.437225,27.778814],[105.445426,27.778615],[105.45532,27.771149],[105.461475,27.772123],[105.464375,27.77616],[105.473654,27.77831],[105.489856,27.776331],[105.496787,27.772047],[105.506832,27.771837],[105.514953,27.768146],[105.520028,27.761709],[105.534592,27.756737],[105.534305,27.751986],[105.539476,27.746573],[105.542587,27.735867],[105.547093,27.7299],[105.555556,27.724164],[105.566195,27.723651],[105.574816,27.725693],[105.601817,27.719543],[105.599349,27.709387],[105.601043,27.703622],[105.606527,27.695777],[105.61685,27.690634],[105.619283,27.684595],[105.618005,27.678749],[105.620818,27.669324],[105.625857,27.664444],[105.634116,27.662549],[105.639585,27.66344],[105.652309,27.681522],[105.662523,27.687909],[105.668308,27.688326],[105.674453,27.686759],[105.681985,27.682185],[105.697313,27.6803],[105.714958,27.685885],[105.71735,27.68799],[105.715554,27.692928],[105.718499,27.708204],[105.719729,27.709878],[105.736584,27.715457],[105.747591,27.716461],[105.761281,27.721518],[105.767036,27.719343],[105.772233,27.721856],[105.779983,27.722403],[105.791668,27.719962],[105.794634,27.717493],[105.808386,27.716168],[105.810291,27.714385],[105.826904,27.713747],[105.83138,27.710601],[105.841352,27.709219],[105.856987,27.720201],[105.865543,27.731355],[105.864815,27.736033],[105.877326,27.74231],[105.888231,27.739594],[105.90158,27.748661],[105.918955,27.750639],[105.920929,27.748636],[105.92484,27.735092],[105.928746,27.731228],[105.929973,27.73294],[105.942679,27.735781],[105.96549,27.744186],[105.983178,27.753625],[106.011968,27.749285],[106.020056,27.750625],[106.031681,27.756701],[106.05125,27.762277],[106.059878,27.768171],[106.055373,27.775248],[106.060426,27.780853],[106.0697,27.781463],[106.075565,27.779204],[106.101728,27.783356],[106.109396,27.781102],[106.120942,27.782462],[106.143558,27.775709],[106.162717,27.766103],[106.174942,27.765644],[106.189807,27.757702],[106.206496,27.767505],[106.22113,27.764446],[106.227389,27.771051],[106.238572,27.770578],[106.245032,27.773438],[106.250792,27.778454],[106.262181,27.783675],[106.28317,27.797912],[106.291868,27.806201],[106.306813,27.813508],[106.319587,27.813049],[106.338425,27.823396],[106.339477,27.828114],[106.333175,27.830342],[106.327382,27.827037],[106.316659,27.833361],[106.312591,27.837835],[106.312825,27.840046],[106.322198,27.851122],[106.327579,27.85407],[106.334106,27.860762],[106.337557,27.86928],[106.334889,27.878547],[106.329864,27.880914],[106.326692,27.87991],[106.321032,27.883003],[106.326889,27.884771],[106.32953,27.888218],[106.325145,27.892183],[106.322744,27.899822],[106.317072,27.899549],[106.313525,27.901492],[106.30152,27.902288],[106.298285,27.904081],[106.297812,27.9125],[106.305776,27.916383],[106.304653,27.921331],[106.306391,27.929694],[106.304687,27.940078],[106.310946,27.941096],[106.313971,27.948281],[106.323965,27.955688],[106.324669,27.961864],[106.315852,27.965428],[106.313899,27.974158],[106.310018,27.97477],[106.310918,27.982797],[106.293996,27.997461],[106.293311,28.002669],[106.289902,28.007082],[106.276752,28.010501],[106.26251,28.007064],[106.258193,28.009934],[106.25139,28.009639],[106.24935,28.012293],[106.241383,28.01513],[106.237339,28.023368],[106.236538,28.027034],[106.238008,28.031775],[106.250212,28.044589],[106.251773,28.048577],[106.261738,28.052505],[106.26026,28.05673],[106.262866,28.070567],[106.246927,28.095103],[106.241822,28.098565],[106.227698,28.101852],[106.224009,28.107231],[106.223129,28.11882],[106.208195,28.122278],[106.204954,28.127174],[106.205604,28.13373],[106.203115,28.137978],[106.187393,28.140578],[106.174865,28.150091],[106.142278,28.165965],[106.133134,28.165688],[106.121956,28.170239],[106.084996,28.164845],[106.058558,28.146672],[106.041648,28.141777],[106.03449,28.141528],[106.029606,28.134995],[106.024068,28.135026],[106.024119,28.127943],[106.027595,28.125157],[106.033005,28.113868],[106.030982,28.110635],[106.018776,28.111483],[106.016528,28.113451],[106.015953,28.119156],[106.008609,28.123467],[105.995891,28.119462],[105.990992,28.119319],[105.987465,28.12173],[105.984445,28.121649],[105.982211,28.11929],[105.982058,28.111937],[105.978289,28.110108],[105.970903,28.119636],[105.965443,28.137674],[105.950907,28.145207],[105.938531,28.147782],[105.933842,28.14544],[105.936159,28.140665],[105.934275,28.136605],[105.930428,28.135424],[105.925454,28.136615],[105.919045,28.141175],[105.90249,28.13391],[105.892864,28.123447],[105.875998,28.125628],[105.873909,28.127123],[105.872393,28.133061],[105.874987,28.142922],[105.865239,28.149691],[105.859952,28.156102],[105.857303,28.162864],[105.856504,28.17179],[105.866104,28.195235],[105.866092,28.203877],[105.869904,28.208428],[105.874676,28.210393],[105.879692,28.217479],[105.883434,28.233253],[105.886244,28.235593],[105.887913,28.240505],[105.872265,28.248716],[105.870115,28.254303],[105.870369,28.258173],[105.86099,28.255468],[105.859336,28.252523],[105.85714,28.252131],[105.847012,28.257231],[105.842383,28.261707],[105.838434,28.269008],[105.820729,28.308736],[105.815939,28.311091],[105.80309,28.31049],[105.797351,28.312036],[105.793312,28.315969],[105.789393,28.330113],[105.784594,28.339437],[105.774241,28.339927],[105.7716,28.338787],[105.767393,28.332384],[105.767883,28.322196],[105.776539,28.316742],[105.775676,28.31285],[105.757138,28.3125],[105.735133,28.308051],[105.732115,28.302865],[105.731518,28.294548],[105.734026,28.290924],[105.733529,28.284334],[105.735608,28.279913],[105.732523,28.273993],[105.685395,28.28751],[105.672227,28.307438],[105.664567,28.31602],[105.655826,28.314187],[105.653249,28.318059],[105.647274,28.321634],[105.642774,28.316525],[105.642944,28.312583],[105.641324,28.310661],[105.636397,28.315675],[105.634382,28.326112],[105.641092,28.333376],[105.645941,28.341501],[105.650903,28.366524],[105.651403,28.374436],[105.648161,28.380966],[105.647738,28.393379],[105.636575,28.403365],[105.645241,28.414824],[105.644395,28.424545],[105.64136,28.433607],[105.635762,28.43852],[105.633145,28.439321],[105.628182,28.435676],[105.619128,28.438398],[105.605788,28.446189],[105.609395,28.460616],[105.611976,28.464342],[105.615695,28.464659],[105.616169,28.466656],[105.611426,28.473876],[105.606174,28.476957],[105.611803,28.486547],[105.617921,28.489798],[105.622974,28.500046],[105.624811,28.513707],[105.621427,28.523295],[105.629486,28.524612],[105.631268,28.521896],[105.636373,28.521924],[105.642617,28.523248],[105.647256,28.526257],[105.659717,28.52699],[105.666201,28.531075],[105.66376,28.535433],[105.665558,28.538181],[105.66945,28.539415],[105.679677,28.538765],[105.677954,28.555858],[105.681845,28.563415],[105.689352,28.570326],[105.687426,28.579338],[105.6887,28.589647],[105.690996,28.593999],[105.695437,28.595952],[105.70668,28.590439],[105.713047,28.590861],[105.718337,28.595901],[105.723634,28.606283],[105.733252,28.612116],[105.733625,28.616398],[105.742772,28.619883],[105.744987,28.619287],[105.752971,28.607053],[105.754,28.593283],[105.774472,28.600516],[105.777589,28.61013],[105.781338,28.614583],[105.792196,28.607213],[105.805842,28.603282],[105.814084,28.605895],[105.832684,28.603697],[105.838094,28.607616],[105.846922,28.609875],[105.856434,28.602965],[105.869733,28.606486],[105.871942,28.60527],[105.872081,28.602455],[105.874287,28.600029],[105.879409,28.597696],[105.883431,28.601884],[105.892475,28.606593],[105.896863,28.605121],[105.901704,28.606241],[105.90202,28.616022],[105.888499,28.626267],[105.890164,28.64697],[105.884931,28.65485],[105.887864,28.671588],[105.899518,28.672419],[105.932157,28.684534],[105.934489,28.692172],[105.929614,28.700631],[105.928677,28.705896],[105.935964,28.7091],[105.939109,28.714155],[105.943378,28.716588],[105.952965,28.717775],[105.950692,28.726945],[105.960792,28.739593],[105.961655,28.763885],[105.963596,28.766019],[105.97091,28.758612],[105.974522,28.749668],[105.986915,28.744288],[105.994074,28.747365],[105.998814,28.747268],[106.007929,28.739287],[106.025358,28.717747],[106.018732,28.717151],[106.015899,28.714541],[106.016382,28.710936],[106.027565,28.710616],[106.032718,28.708807],[106.027139,28.698903],[106.034145,28.692741],[106.040801,28.697105],[106.048439,28.693855],[106.053169,28.689626],[106.059835,28.687819],[106.065228,28.693295],[106.074617,28.689813],[106.08159,28.684256],[106.081157,28.680031],[106.08589,28.672167],[106.085008,28.667861],[106.08181,28.663939],[106.08332,28.659222],[106.089798,28.657713],[106.091759,28.654182],[106.093492,28.643471],[106.103981,28.63382],[106.117426,28.635591],[106.120723,28.637727],[106.120375,28.641019],[106.117769,28.644117],[106.124609,28.646659],[106.137513,28.646711],[106.161107,28.639385],[106.165536,28.631328],[106.164521,28.622823],[106.166907,28.61641],[106.170774,28.614814],[106.180872,28.601765],[106.180534,28.590896],[106.185916,28.581992],[106.191099,28.577874],[106.203605,28.573874],[106.210978,28.576757],[106.216239,28.576408],[106.218741,28.574772],[106.218562,28.569532],[106.238816,28.556467],[106.24479,28.548569],[106.265745,28.542059],[106.268402,28.537937],[106.271439,28.536428],[106.27369,28.536652],[106.272795,28.540681],[106.274549,28.54227],[106.286962,28.541332],[106.301976,28.505812],[106.312313,28.498835],[106.327562,28.483571],[106.340158,28.481584],[106.362926,28.482819],[106.366899,28.478737],[106.373953,28.481137],[106.375223,28.48292],[106.37099,28.502296],[106.372691,28.505307],[106.372231,28.521395],[106.368409,28.529115],[106.372439,28.531162],[106.38102,28.543556],[106.384871,28.557768],[106.380974,28.5637],[106.386426,28.570632],[106.39507,28.574483],[106.427865,28.559555],[106.437284,28.562339],[106.462797,28.544602],[106.463908,28.542294],[106.462741,28.540485],[106.464794,28.536484],[106.475054,28.533293],[106.484128,28.536872],[106.4894,28.541837],[106.492475,28.541461],[106.496682,28.537546],[106.503803,28.542312],[106.501389,28.547546],[106.481598,28.562837],[106.481143,28.569019],[106.475727,28.576137],[106.462494,28.587367],[106.463354,28.592973],[106.47069,28.602544],[106.473106,28.602596],[106.474165,28.599153],[106.482674,28.591753],[106.488992,28.592775],[106.49238,28.589864],[106.49762,28.583031],[106.499459,28.574632],[106.503227,28.570229],[106.512017,28.567461],[106.521751,28.578722],[106.507537,28.581186],[106.503319,28.586003],[106.501832,28.590727],[106.489819,28.604559],[106.489631,28.609927],[106.490941,28.618468],[106.495188,28.62164],[106.503053,28.639073],[106.502635,28.649674],[106.500245,28.65246],[106.501571,28.657337],[106.499084,28.663736],[106.501997,28.664335],[106.506772,28.661666],[106.515367,28.665964],[106.524996,28.677936],[106.516153,28.688869],[106.512046,28.691613],[106.509431,28.698511],[106.511209,28.703849],[106.509608,28.708338],[106.500821,28.718746],[106.495101,28.720656],[106.494413,28.731652],[106.482926,28.749326],[106.474609,28.752411],[106.462313,28.761643],[106.450693,28.781275],[106.448031,28.796067],[106.451608,28.797386],[106.458918,28.795938],[106.462611,28.797253],[106.461127,28.803027],[106.456945,28.808929],[106.454734,28.810264],[106.447522,28.81003],[106.446033,28.817405],[106.465012,28.8291],[106.463466,28.832418],[106.457482,28.83428],[106.46996,28.837866],[106.473371,28.827876],[106.488674,28.809299],[106.504068,28.800324],[106.514501,28.797973],[106.51839,28.793658],[106.517357,28.789725],[106.519286,28.784602],[106.530432,28.781835],[106.530782,28.769803],[106.545865,28.773667],[106.555642,28.763924],[106.559211,28.757755],[106.560365,28.750529],[106.559499,28.743169],[106.556853,28.741478],[106.555601,28.737827],[106.556989,28.723669],[106.569401,28.70741],[106.589206,28.697153],[106.607237,28.692288],[106.61147,28.687583],[106.607901,28.684198],[106.615222,28.66926],[106.624591,28.662353],[106.629408,28.66159],[106.63665,28.668694],[106.642193,28.668949],[106.647142,28.654456],[106.64456,28.650072],[106.639693,28.647137],[106.630643,28.645925],[106.616028,28.649846],[106.613856,28.646633],[106.613016,28.642779],[106.625562,28.635902],[106.633141,28.627456],[106.632015,28.614355],[106.626738,28.608587],[106.621005,28.606846],[106.616747,28.610129],[106.608935,28.612614],[106.601654,28.596266],[106.602069,28.593217],[106.608864,28.583717],[106.612356,28.570234],[106.612136,28.55441],[106.598048,28.54411],[106.58516,28.530783],[106.583677,28.527462],[106.56337,28.526889],[106.56068,28.525076],[106.555959,28.517122],[106.558017,28.502072],[106.561125,28.496966],[106.560076,28.489175],[106.56442,28.48804],[106.578435,28.493426],[106.580752,28.493435],[106.583131,28.491141],[106.587076,28.493661],[106.588491,28.496253],[106.587614,28.503058],[106.583087,28.509109],[106.579896,28.510896],[106.588664,28.516623],[106.608889,28.504516],[106.618964,28.507543],[106.628615,28.507645],[106.627444,28.497342],[106.628923,28.49192],[106.632796,28.486812],[106.643632,28.482589],[106.646332,28.482631],[106.65259,28.487412],[106.660301,28.496978],[106.662342,28.489974],[106.669704,28.485019],[106.678965,28.485998],[106.684705,28.488865],[106.693805,28.478496],[106.687659,28.464103],[106.699331,28.458312],[106.704488,28.453885],[106.718299,28.458801],[106.726058,28.464456],[106.741703,28.471955],[106.740161,28.495319],[106.737481,28.501677],[106.720505,28.523466],[106.719629,28.533989],[106.724619,28.546861],[106.734607,28.558564],[106.775545,28.56597],[106.776778,28.567277],[106.777367,28.574891],[106.775952,28.578865],[106.763458,28.582386],[106.755567,28.590063],[106.754042,28.594132],[106.752994,28.613242],[106.759834,28.616641],[106.765296,28.617328],[106.778145,28.628012],[106.781841,28.62846],[106.78678,28.620937],[106.787824,28.614204],[106.793626,28.601395],[106.803315,28.59253],[106.807924,28.591479],[106.816471,28.60245],[106.822258,28.601834],[106.82722,28.610738],[106.828879,28.616853],[106.824597,28.617417],[106.823356,28.621921],[106.825963,28.626794],[106.854688,28.626123],[106.863258,28.629453],[106.866402,28.652284],[106.862196,28.653755],[106.86132,28.655663],[106.871475,28.671704],[106.88233,28.698009],[106.870697,28.698531],[106.862086,28.694425],[106.854963,28.69427],[106.848977,28.701834],[106.848257,28.706163],[106.849584,28.709396],[106.857719,28.711017],[106.858162,28.713326],[106.85091,28.726859],[106.841695,28.733265],[106.833397,28.733934],[106.825534,28.736973],[106.823065,28.741569],[106.818963,28.754817],[106.828251,28.773805],[106.837982,28.783893],[106.858393,28.785979],[106.860079,28.777797],[106.869693,28.783552],[106.874704,28.792394],[106.886633,28.801752],[106.889916,28.803446],[106.896796,28.801639],[106.903879,28.803281],[106.911378,28.806204],[106.912856,28.808922],[106.921837,28.813095],[106.932586,28.801007],[106.936308,28.786383],[106.943331,28.782732],[106.946923,28.769641],[106.958467,28.772441],[106.963654,28.777646],[106.968762,28.779779],[106.974716,28.773874],[106.989457,28.77484],[106.985647,28.781626],[106.984521,28.794586],[106.982467,28.796111],[106.977294,28.807627],[106.976922,28.81649],[106.985458,28.832958],[106.981356,28.841435],[106.979564,28.854423],[106.984085,28.856865],[106.99835,28.857495],[107.013334,28.864693],[107.013632,28.875049],[107.010201,28.878826],[107.013037,28.888974],[107.035178,28.884496],[107.032988,28.873991],[107.034297,28.868021],[107.048561,28.871453],[107.051301,28.873106],[107.041769,28.877714],[107.0457,28.888157],[107.053075,28.897506],[107.064224,28.898912],[107.069868,28.887398],[107.069854,28.883767],[107.067166,28.881747],[107.060503,28.881121],[107.055307,28.871682],[107.062091,28.869276],[107.068238,28.869514],[107.082165,28.875565],[107.090204,28.894214],[107.108484,28.894851],[107.14036,28.887917],[107.13872,28.882829],[107.140837,28.878798],[107.147417,28.879943],[107.145664,28.883555],[107.148664,28.887006],[107.1655,28.884233],[107.176966,28.890801],[107.186899,28.892805],[107.191028,28.882423],[107.199233,28.87036],[107.192637,28.858957],[107.188598,28.84128],[107.221355,28.838883],[107.218941,28.831404],[107.211938,28.831924],[107.206783,28.821419],[107.206642,28.809555],[107.20889,28.800322],[107.214902,28.792822],[107.214459,28.787544],[107.211671,28.781857],[107.213456,28.776921],[107.239035,28.765507],[107.245522,28.764605],[107.249574,28.7728],[107.24932,28.780047],[107.247576,28.782597],[107.250131,28.797033],[107.259198,28.794706],[107.265655,28.800272],[107.278815,28.804013],[107.286404,28.804173],[107.298527,28.810532],[107.323031,28.812193],[107.329599,28.814135],[107.328413,28.820631],[107.332705,28.826092],[107.337116,28.826877],[107.341001,28.830458],[107.335689,28.836449],[107.32941,28.839278],[107.3267,28.84624],[107.35391,28.851708],[107.364141,28.848016],[107.390282,28.861368],[107.392018,28.865889],[107.389507,28.871901],[107.391264,28.878896],[107.396484,28.886011],[107.400788,28.889596],[107.413399,28.889611],[107.414235,28.893061],[107.41139,28.899886],[107.409124,28.915285],[107.410342,28.918172],[107.417168,28.930165],[107.435261,28.949766],[107.435122,28.956513],[107.433137,28.958332],[107.424357,28.957123],[107.416876,28.959195],[107.404367,28.966057],[107.399486,28.975907],[107.39921,28.978919],[107.401346,28.98043],[107.398709,28.987386],[107.391967,28.996194],[107.38641,28.997783],[107.373159,28.996085],[107.366197,28.997198],[107.359522,29.012534],[107.372992,29.030119],[107.376489,29.033048],[107.38732,29.037388],[107.389995,29.039652],[107.391022,29.043115],[107.389499,29.055389],[107.386199,29.062212],[107.381414,29.062336],[107.372902,29.069832],[107.365219,29.094247],[107.36989,29.105723],[107.378279,29.098609],[107.381502,29.098802],[107.388889,29.094375],[107.404065,29.098214],[107.407088,29.097169],[107.423455,29.131281],[107.41732,29.138618],[107.409602,29.137797],[107.403482,29.144019],[107.403605,29.153467],[107.406794,29.166034],[107.3978,29.177274],[107.396286,29.182072],[107.397744,29.188135],[107.401393,29.191153],[107.412411,29.194188],[107.423397,29.1931],[107.429545,29.200325],[107.439885,29.20775],[107.4419,29.204143],[107.458942,29.198043],[107.460374,29.187218],[107.457602,29.181865],[107.458296,29.179204],[107.467875,29.174104],[107.480775,29.17638],[107.494402,29.184122],[107.510697,29.197532],[107.519125,29.198958],[107.526536,29.197296],[107.542944,29.210079],[107.549331,29.221697],[107.55588,29.224344],[107.56556,29.22189],[107.570161,29.204705]],[[109.471728,26.839993],[109.457997,26.835466],[109.45695,26.833398],[109.459002,26.830944],[109.462627,26.832475],[109.469877,26.832347],[109.475649,26.835978],[109.47805,26.839677],[109.476143,26.84173],[109.471728,26.839993]]]]}},{type:"Feature",properties:{name:"云南省",province_adcode:53e4,province_type:"省",name_en:"Yunnan",name_var:"Yún Nán",adcode:53e4},geometry:{type:"Polygon",coordinates:[[[99.112758,29.211494],[99.117372,29.207232],[99.11829,29.202661],[99.111922,29.192102],[99.114044,29.150263],[99.107303,29.142733],[99.10967,29.137586],[99.11379,29.134439],[99.114336,29.130698],[99.111964,29.124495],[99.111973,29.113232],[99.117072,29.104267],[99.112776,29.076123],[99.117634,29.057571],[99.117495,29.035892],[99.122665,29.030297],[99.126474,29.02171],[99.126036,29.013666],[99.121807,28.999832],[99.130188,28.948184],[99.128283,28.932055],[99.128288,28.910654],[99.123148,28.891997],[99.107957,28.858948],[99.107472,28.803069],[99.115805,28.778766],[99.117599,28.758337],[99.120699,28.750333],[99.133206,28.731691],[99.135227,28.722916],[99.12781,28.702237],[99.129184,28.693076],[99.142593,28.668898],[99.144023,28.652477],[99.162164,28.631192],[99.161995,28.625077],[99.169476,28.614271],[99.1665,28.60003],[99.174595,28.595237],[99.179621,28.588004],[99.178462,28.582702],[99.171527,28.570556],[99.170056,28.561317],[99.177041,28.535238],[99.187935,28.510862],[99.190923,28.498944],[99.183284,28.471361],[99.182819,28.454153],[99.186314,28.443487],[99.18051,28.437452],[99.169335,28.433865],[99.164283,28.428366],[99.173107,28.420565],[99.174769,28.41436],[99.173574,28.406536],[99.174745,28.404414],[99.181844,28.400856],[99.18492,28.396683],[99.200432,28.385056],[99.207472,28.366473],[99.218612,28.355456],[99.229895,28.353586],[99.229299,28.341159],[99.2374,28.321476],[99.259221,28.307157],[99.278397,28.302682],[99.285991,28.296588],[99.288844,28.289869],[99.28763,28.276574],[99.285729,28.273082],[99.283688,28.273634],[99.281017,28.270773],[99.281026,28.264091],[99.285812,28.261424],[99.298966,28.260555],[99.305273,28.248511],[99.305321,28.233315],[99.307508,28.230034],[99.324385,28.216623],[99.340435,28.210982],[99.345312,28.207843],[99.357741,28.190933],[99.375398,28.184101],[99.391167,28.168986],[99.391742,28.16173],[99.393932,28.158496],[99.401069,28.153671],[99.401976,28.162437],[99.387694,28.185949],[99.385542,28.21282],[99.398526,28.251188],[99.404604,28.263682],[99.415301,28.269408],[99.417343,28.279962],[99.41497,28.291264],[99.406953,28.302407],[99.400493,28.306202],[99.391891,28.322468],[99.400261,28.325026],[99.406674,28.33144],[99.408403,28.339592],[99.407092,28.342861],[99.409127,28.361114],[99.421958,28.37228],[99.421089,28.378684],[99.425358,28.390553],[99.430417,28.392526],[99.435448,28.398616],[99.436975,28.403273],[99.436597,28.411315],[99.430127,28.420244],[99.424263,28.422018],[99.418293,28.420028],[99.412006,28.422037],[99.402493,28.437494],[99.40241,28.446797],[99.413231,28.452361],[99.420765,28.460026],[99.412362,28.476984],[99.412696,28.481038],[99.405918,28.488513],[99.394648,28.495605],[99.398998,28.530925],[99.405726,28.537656],[99.40201,28.547833],[99.402933,28.550677],[99.425538,28.559368],[99.440601,28.558208],[99.450062,28.554107],[99.461638,28.552308],[99.463061,28.554059],[99.464933,28.567307],[99.46321,28.579913],[99.46424,28.582796],[99.467765,28.583619],[99.481125,28.596195],[99.49049,28.599513],[99.496143,28.604157],[99.495223,28.619997],[99.506972,28.623142],[99.511729,28.621542],[99.515262,28.617783],[99.522438,28.617508],[99.530581,28.62018],[99.541018,28.629441],[99.54045,28.653439],[99.543296,28.668529],[99.540521,28.676492],[99.530859,28.682166],[99.530736,28.684032],[99.549706,28.699573],[99.551132,28.710336],[99.560102,28.720891],[99.564227,28.721367],[99.569486,28.717443],[99.598645,28.728546],[99.604099,28.733101],[99.600735,28.738479],[99.613515,28.742178],[99.616736,28.744492],[99.607571,28.756781],[99.60541,28.780957],[99.609166,28.790374],[99.615576,28.792433],[99.622102,28.799598],[99.621074,28.810862],[99.622804,28.815802],[99.651495,28.817285],[99.68258,28.813832],[99.688398,28.815749],[99.693946,28.823127],[99.695453,28.83129],[99.698874,28.836351],[99.712268,28.840377],[99.71703,28.849383],[99.718839,28.845359],[99.719678,28.832024],[99.723768,28.812104],[99.723298,28.788412],[99.721031,28.776173],[99.721427,28.758786],[99.735254,28.738587],[99.732385,28.73106],[99.731133,28.724566],[99.732101,28.722943],[99.752575,28.710937],[99.754558,28.703684],[99.792853,28.701711],[99.793496,28.696961],[99.802977,28.695483],[99.841961,28.659117],[99.840952,28.655235],[99.833179,28.64836],[99.835552,28.645677],[99.841306,28.64449],[99.841309,28.6424],[99.832569,28.633643],[99.832406,28.630327],[99.842988,28.630916],[99.854633,28.638092],[99.859033,28.639117],[99.869737,28.637654],[99.871095,28.634372],[99.869751,28.626012],[99.876184,28.622138],[99.875177,28.614973],[99.877888,28.611095],[99.902924,28.605443],[99.906309,28.602759],[99.9195,28.602469],[99.923226,28.59471],[99.933713,28.591432],[99.93676,28.584866],[99.947931,28.581201],[99.949471,28.57947],[99.950634,28.566962],[99.952326,28.564276],[99.959662,28.563587],[99.963876,28.540911],[99.969417,28.535782],[99.977782,28.539388],[99.985543,28.531031],[99.986225,28.516606],[99.983186,28.507828],[99.98811,28.479939],[99.995049,28.471618],[100.00097,28.467587],[100.007499,28.467451],[100.015914,28.464032],[100.041737,28.450165],[100.059034,28.45234],[100.064144,28.442251],[100.06511,28.435784],[100.073548,28.428967],[100.060556,28.409981],[100.060586,28.40797],[100.064475,28.405613],[100.065069,28.403329],[100.054877,28.383967],[100.05629,28.37263],[100.09331,28.36761],[100.100117,28.361918],[100.133818,28.355255],[100.155973,28.335144],[100.166869,28.332366],[100.171882,28.326237],[100.169157,28.317324],[100.167232,28.299808],[100.164053,28.297829],[100.155951,28.298375],[100.146362,28.292504],[100.148036,28.286312],[100.152561,28.280036],[100.157117,28.276536],[100.160192,28.278054],[100.163566,28.277113],[100.1865,28.256109],[100.162526,28.236526],[100.163137,28.232544],[100.167617,28.227591],[100.162059,28.219785],[100.150889,28.209876],[100.129852,28.208965],[100.117345,28.204609],[100.10457,28.206626],[100.096857,28.201377],[100.095915,28.195289],[100.086664,28.183146],[100.078203,28.185151],[100.075069,28.190187],[100.068892,28.194296],[100.059849,28.196552],[100.050567,28.188259],[100.030484,28.188004],[100.028793,28.186085],[100.026677,28.170475],[100.022248,28.162578],[100.019492,28.149233],[100.030805,28.136555],[100.038033,28.13422],[100.042481,28.128276],[100.043521,28.120726],[100.047754,28.111719],[100.052629,28.10673],[100.05827,28.088932],[100.063023,28.081731],[100.063291,28.07525],[100.065583,28.074165],[100.068538,28.061601],[100.07489,28.052265],[100.076243,28.045966],[100.085116,28.033948],[100.113926,28.024601],[100.121441,28.02058],[100.136148,28],[100.141172,27.995343],[100.143484,27.995098],[100.177433,27.96038],[100.186205,27.95664],[100.190748,27.949733],[100.194164,27.941749],[100.193041,27.937486],[100.181317,27.926212],[100.171936,27.914304],[100.16713,27.904583],[100.168241,27.900793],[100.172569,27.899835],[100.180261,27.902007],[100.205814,27.881951],[100.21057,27.880704],[100.221952,27.882167],[100.232616,27.872728],[100.261294,27.870301],[100.267817,27.873588],[100.287278,27.870539],[100.294033,27.872471],[100.306306,27.865784],[100.307904,27.861698],[100.303456,27.856341],[100.301262,27.850622],[100.305332,27.84722],[100.306938,27.835198],[100.29368,27.823996],[100.288127,27.821178],[100.285389,27.812528],[100.285669,27.807627],[100.292471,27.798137],[100.301458,27.796903],[100.304329,27.794339],[100.302969,27.772184],[100.306317,27.756376],[100.302415,27.740013],[100.312665,27.725939],[100.326155,27.723998],[100.335122,27.727891],[100.341532,27.735174],[100.343236,27.738335],[100.343999,27.74828],[100.34949,27.759394],[100.3595,27.762765],[100.374936,27.757599],[100.377894,27.772571],[100.377276,27.775848],[100.381139,27.782843],[100.391399,27.790724],[100.404832,27.807822],[100.411813,27.823666],[100.410026,27.826427],[100.410415,27.837545],[100.414026,27.844533],[100.422036,27.84768],[100.428898,27.852901],[100.431734,27.861283],[100.42857,27.866105],[100.429687,27.867566],[100.436238,27.86891],[100.448075,27.868206],[100.469241,27.863755],[100.478517,27.860365],[100.485571,27.853599],[100.493671,27.848605],[100.496346,27.852067],[100.504248,27.854744],[100.509694,27.829533],[100.51791,27.824039],[100.526734,27.827622],[100.533018,27.827876],[100.539253,27.822506],[100.541564,27.814023],[100.545389,27.812318],[100.552661,27.817556],[100.553348,27.823028],[100.556159,27.82675],[100.572383,27.836454],[100.59202,27.851659],[100.606733,27.859902],[100.610086,27.868777],[100.607375,27.873203],[100.607539,27.879835],[100.622678,27.904558],[100.631511,27.911002],[100.632335,27.918197],[100.647507,27.917305],[100.651936,27.912391],[100.659968,27.921883],[100.678381,27.926585],[100.689534,27.912626],[100.692333,27.903149],[100.699666,27.89355],[100.702464,27.892861],[100.703219,27.88458],[100.69769,27.876282],[100.699445,27.872238],[100.719414,27.861412],[100.711582,27.846907],[100.70577,27.843665],[100.704805,27.832381],[100.701361,27.819644],[100.704909,27.805319],[100.707844,27.801331],[100.72563,27.790969],[100.733646,27.782161],[100.754852,27.772614],[100.77007,27.751041],[100.774197,27.742834],[100.778952,27.699381],[100.789273,27.686543],[100.814715,27.687857],[100.830802,27.68629],[100.841309,27.681376],[100.847223,27.675167],[100.831111,27.661915],[100.830672,27.654217],[100.837345,27.650109],[100.846758,27.650132],[100.850521,27.645884],[100.839364,27.639434],[100.825792,27.617572],[100.832251,27.616042],[100.843005,27.61959],[100.845711,27.626251],[100.854308,27.627238],[100.853136,27.599971],[100.860898,27.599356],[100.878569,27.579569],[100.886901,27.564041],[100.887311,27.559451],[100.898851,27.539162],[100.909026,27.527529],[100.912716,27.518443],[100.90913,27.501084],[100.902755,27.483088],[100.899912,27.457389],[100.910981,27.463236],[100.917106,27.473843],[100.922833,27.475296],[100.935565,27.472825],[100.945751,27.462337],[100.955508,27.445715],[100.953284,27.43763],[100.949597,27.433652],[100.962015,27.405837],[100.967282,27.402229],[100.982661,27.38325],[100.992426,27.374533],[100.997387,27.356047],[101.00558,27.35052],[101.018915,27.346751],[101.019747,27.335064],[101.011599,27.324428],[101.006855,27.314466],[101.01699,27.31109],[101.029413,27.29904],[101.030396,27.284013],[101.024281,27.275615],[101.042232,27.248228],[101.043573,27.241686],[101.037023,27.237863],[101.040136,27.224308],[101.045956,27.218362],[101.054495,27.216727],[101.056221,27.210197],[101.055148,27.204784],[101.057474,27.202132],[101.076214,27.195989],[101.085187,27.202412],[101.099123,27.207726],[101.113836,27.210168],[101.139565,27.206478],[101.147818,27.201343],[101.162534,27.201897],[101.168589,27.194256],[101.168799,27.175771],[101.15424,27.133252],[101.155063,27.130078],[101.143064,27.10965],[101.147013,27.104069],[101.155623,27.099437],[101.155753,27.095139],[101.153315,27.083265],[101.143784,27.077063],[101.14092,27.070884],[101.143621,27.067913],[101.144718,27.062892],[101.143384,27.052015],[101.141855,27.047149],[101.135276,27.039513],[101.133767,27.026503],[101.155438,27.013836],[101.182058,27.008081],[101.186682,27.002717],[101.200204,26.996312],[101.207026,26.995268],[101.209652,26.996864],[101.220074,26.992121],[101.226488,26.986103],[101.2242,26.964167],[101.229546,26.957952],[101.26336,26.958475],[101.264341,26.953761],[101.255833,26.937617],[101.253237,26.927638],[101.261765,26.917539],[101.262267,26.910143],[101.264341,26.90711],[101.280444,26.904424],[101.28226,26.90121],[101.286913,26.898842],[101.302061,26.903461],[101.305056,26.907406],[101.307823,26.907729],[101.318079,26.897392],[101.321297,26.890665],[101.341413,26.888656],[101.350984,26.889486],[101.365751,26.886821],[101.365124,26.879947],[101.37149,26.869041],[101.38534,26.860058],[101.390991,26.851412],[101.398495,26.844584],[101.397709,26.839035],[101.394093,26.835948],[101.378854,26.809856],[101.375983,26.807242],[101.369355,26.804935],[101.379177,26.798304],[101.377823,26.790663],[101.373485,26.784844],[101.355081,26.774392],[101.358319,26.770095],[101.366202,26.770545],[101.367913,26.765962],[101.375081,26.759559],[101.376034,26.753191],[101.385512,26.756681],[101.387382,26.756123],[101.390396,26.734018],[101.389582,26.728926],[101.386893,26.726498],[101.39548,26.724584],[101.41487,26.725011],[101.42044,26.728659],[101.418748,26.730499],[101.419264,26.734184],[101.422814,26.739861],[101.430924,26.744059],[101.434529,26.743727],[101.4479,26.735592],[101.455213,26.734196],[101.458073,26.751711],[101.45177,26.766306],[101.444416,26.773804],[101.445194,26.781336],[101.449379,26.786106],[101.464674,26.789286],[101.482755,26.782468],[101.484322,26.780226],[101.497542,26.772828],[101.511572,26.774262],[101.512197,26.769007],[101.509276,26.757449],[101.497368,26.760784],[101.490542,26.751239],[101.490935,26.745387],[101.498446,26.740512],[101.498463,26.73705],[101.491858,26.732186],[101.47248,26.726043],[101.469479,26.721124],[101.467973,26.714407],[101.454789,26.710513],[101.453121,26.707179],[101.451443,26.699174],[101.453621,26.693457],[101.45667,26.690646],[101.469073,26.685155],[101.47891,26.676247],[101.470622,26.657531],[101.458966,26.64414],[101.46428,26.628635],[101.463693,26.619479],[101.460614,26.609218],[101.448795,26.603781],[101.432918,26.608137],[101.430328,26.607672],[101.428554,26.604153],[101.420274,26.604295],[101.401838,26.60876],[101.396928,26.607313],[101.394372,26.595929],[101.397365,26.582453],[101.394321,26.567174],[101.401456,26.559601],[101.400209,26.549991],[101.396113,26.548717],[101.398054,26.544679],[101.40023,26.544158],[101.408456,26.550071],[101.411958,26.554628],[101.413843,26.554533],[101.417148,26.55308],[101.414272,26.544671],[101.421145,26.534207],[101.426909,26.535183],[101.432227,26.538027],[101.434197,26.541376],[101.437781,26.541997],[101.444116,26.530998],[101.442006,26.530469],[101.437722,26.523398],[101.438389,26.51585],[101.457166,26.499287],[101.489353,26.502261],[101.508425,26.500559],[101.526199,26.470565],[101.543769,26.468963],[101.549081,26.460595],[101.566692,26.453574],[101.578072,26.442002],[101.58346,26.433051],[101.612665,26.416835],[101.630899,26.400437],[101.635818,26.399224],[101.634948,26.388677],[101.627839,26.37162],[101.627611,26.361594],[101.651487,26.357623],[101.661171,26.352427],[101.658378,26.343884],[101.652129,26.33386],[101.639339,26.330336],[101.637849,26.325993],[101.638595,26.321589],[101.659243,26.314166],[101.658251,26.310025],[101.64611,26.307694],[101.625468,26.319985],[101.606321,26.313889],[101.595326,26.308038],[101.594523,26.292567],[101.589016,26.29047],[101.584134,26.283688],[101.588361,26.28371],[101.596857,26.280227],[101.5963,26.267484],[101.606383,26.262003],[101.615114,26.25437],[101.61382,26.246844],[101.62454,26.231081],[101.628438,26.227935],[101.637995,26.229798],[101.643649,26.235485],[101.652537,26.237622],[101.655259,26.237718],[101.662886,26.233695],[101.667604,26.233826],[101.674639,26.236234],[101.691579,26.247215],[101.695491,26.239544],[101.697455,26.230989],[101.70062,26.227454],[101.712075,26.227172],[101.714655,26.228428],[101.734337,26.223487],[101.741886,26.218749],[101.754271,26.205876],[101.769696,26.182178],[101.807422,26.165387],[101.81032,26.167795],[101.810036,26.15721],[101.800913,26.152963],[101.796621,26.144311],[101.796373,26.116658],[101.815708,26.093803],[101.822142,26.088766],[101.826709,26.086403],[101.838416,26.086511],[101.839431,26.067642],[101.833723,26.061255],[101.831435,26.05583],[101.834484,26.048207],[101.844532,26.056116],[101.853773,26.054572],[101.862685,26.05619],[101.871017,26.070711],[101.895383,26.104637],[101.899506,26.10746],[101.91594,26.112999],[101.937265,26.10457],[101.955498,26.089072],[101.987905,26.091511],[102.000983,26.093717],[102.017553,26.099619],[102.023833,26.099808],[102.025478,26.099529],[102.027074,26.093695],[102.030452,26.088818],[102.039744,26.082341],[102.068501,26.068184],[102.076044,26.066998],[102.08757,26.069542],[102.094105,26.065831],[102.098081,26.069421],[102.105919,26.070747],[102.106041,26.073741],[102.11445,26.089147],[102.129521,26.090019],[102.129272,26.098664],[102.132268,26.102249],[102.134889,26.110613],[102.139958,26.11366],[102.150478,26.112762],[102.154155,26.121482],[102.172897,26.150221],[102.186188,26.160627],[102.197466,26.161833],[102.201008,26.163562],[102.2149,26.174339],[102.224867,26.179146],[102.231257,26.184128],[102.234599,26.188893],[102.238765,26.190149],[102.242851,26.199251],[102.243964,26.215947],[102.247211,26.218822],[102.255044,26.223644],[102.260694,26.224775],[102.27518,26.223519],[102.286272,26.224331],[102.298261,26.227869],[102.300493,26.230565],[102.31102,26.230251],[102.315966,26.23585],[102.332514,26.241257],[102.343654,26.247647],[102.348165,26.248057],[102.361866,26.262373],[102.366461,26.270149],[102.375957,26.278866],[102.38208,26.292012],[102.38909,26.298761],[102.392926,26.300806],[102.413863,26.303404],[102.429987,26.302701],[102.439406,26.304562],[102.49202,26.327799],[102.503923,26.328106],[102.531288,26.337097],[102.541084,26.343097],[102.543589,26.360004],[102.549999,26.366031],[102.568238,26.366987],[102.593251,26.352723],[102.609276,26.347604],[102.619655,26.347132],[102.625648,26.343335],[102.634997,26.322546],[102.637012,26.310406],[102.610358,26.286504],[102.607626,26.279894],[102.605192,26.265107],[102.600691,26.25666],[102.601583,26.251832],[102.607444,26.249139],[102.619899,26.248987],[102.622529,26.24393],[102.635518,26.23549],[102.654063,26.228025],[102.658287,26.224315],[102.661698,26.213496],[102.669222,26.209675],[102.674224,26.208918],[102.685937,26.211669],[102.696264,26.218364],[102.699189,26.217384],[102.70096,26.213847],[102.705782,26.213605],[102.711654,26.215895],[102.72153,26.231696],[102.720749,26.245558],[102.723154,26.250786],[102.728558,26.258776],[102.737417,26.266532],[102.738576,26.272962],[102.746392,26.27717],[102.754751,26.277132],[102.760127,26.279072],[102.774971,26.296922],[102.785066,26.302671],[102.8114,26.309406],[102.825237,26.308278],[102.833391,26.31073],[102.836558,26.317195],[102.849816,26.324666],[102.852742,26.33203],[102.865503,26.342584],[102.868857,26.353336],[102.878317,26.36947],[102.881525,26.368347],[102.889264,26.360937],[102.885246,26.351213],[102.891043,26.342729],[102.893024,26.342127],[102.915144,26.345565],[102.918748,26.344269],[102.924674,26.338317],[102.944808,26.344674],[102.974657,26.344735],[102.982947,26.348974],[102.988014,26.354741],[102.989911,26.367355],[102.996806,26.377276],[102.993293,26.384471],[102.986523,26.412008],[102.989559,26.435968],[102.996699,26.45388],[102.996092,26.46323],[102.988731,26.478082],[102.988016,26.483801],[102.992444,26.486925],[103.000257,26.48899],[103.017312,26.485982],[103.031263,26.490344],[103.040379,26.504886],[103.042082,26.515133],[103.050377,26.519085],[103.053185,26.524619],[103.054691,26.53646],[103.052475,26.54521],[103.054629,26.550276],[103.049697,26.559266],[103.035855,26.558155],[103.033855,26.559294],[103.029352,26.569056],[103.027047,26.580077],[103.016196,26.595431],[103.016736,26.597803],[103.024666,26.601413],[103.028083,26.605299],[103.025256,26.620734],[103.027133,26.628773],[103.022273,26.643166],[103.025687,26.649324],[103.026184,26.666094],[103.004278,26.680681],[103.004883,26.700204],[103.008865,26.703805],[103.008316,26.71018],[103.006309,26.714505],[102.999184,26.720107],[102.995739,26.725145],[102.995365,26.729326],[103.000555,26.731554],[103.000692,26.738216],[102.999639,26.740284],[102.992816,26.74281],[102.989608,26.754704],[102.982537,26.769474],[102.987579,26.773133],[102.990067,26.777483],[102.989466,26.779785],[102.979301,26.788948],[102.978337,26.79474],[102.980532,26.803386],[102.98004,26.80757],[102.975646,26.814062],[102.96968,26.819082],[102.966073,26.826332],[102.969225,26.834879],[102.961269,26.843835],[102.946271,26.84733],[102.937218,26.863146],[102.928675,26.870831],[102.922296,26.879402],[102.904863,26.907257],[102.895258,26.914803],[102.896063,26.922838],[102.893647,26.938762],[102.888712,26.945322],[102.887525,26.954861],[102.887601,26.959621],[102.894121,26.980691],[102.892671,26.990786],[102.893554,27.004717],[102.890883,27.010132],[102.871786,27.025731],[102.869708,27.030183],[102.878199,27.043275],[102.883369,27.063098],[102.897449,27.079828],[102.897648,27.094852],[102.907906,27.116925],[102.911969,27.143788],[102.903866,27.171069],[102.906683,27.183697],[102.900953,27.197283],[102.903227,27.204971],[102.902654,27.230844],[102.898687,27.240706],[102.885889,27.25027],[102.881784,27.261217],[102.880691,27.274653],[102.883119,27.28432],[102.880677,27.296294],[102.881223,27.300558],[102.894193,27.313497],[102.911098,27.354614],[102.920425,27.369263],[102.921943,27.376705],[102.929109,27.384895],[102.939699,27.408571],[102.946249,27.416097],[102.951668,27.416626],[102.953443,27.415395],[102.95733,27.407457],[102.960903,27.394101],[102.969702,27.380828],[102.978658,27.373129],[102.985054,27.370973],[102.996303,27.376354],[103.023355,27.385424],[103.038143,27.397483],[103.053091,27.412567],[103.059889,27.414116],[103.069328,27.411112],[103.077493,27.400427],[103.087674,27.402077],[103.097642,27.400787],[103.108587,27.403506],[103.12385,27.415945],[103.140595,27.425214],[103.143235,27.434983],[103.142165,27.452994],[103.148541,27.466812],[103.166195,27.493656],[103.176979,27.499771],[103.17887,27.511155],[103.187711,27.52649],[103.204024,27.533473],[103.207008,27.536513],[103.213011,27.548023],[103.217458,27.567261],[103.221284,27.570379],[103.236928,27.573834],[103.260807,27.571707],[103.265487,27.568251],[103.278732,27.565228],[103.286855,27.565827],[103.292729,27.569101],[103.292126,27.58846],[103.296486,27.597814],[103.29671,27.604279],[103.289501,27.613438],[103.279739,27.620214],[103.277673,27.62333],[103.276039,27.629333],[103.277393,27.63595],[103.282593,27.638689],[103.290954,27.636691],[103.312059,27.657985],[103.323972,27.66638],[103.334531,27.676627],[103.348491,27.683152],[103.352267,27.686536],[103.355268,27.696367],[103.362248,27.702521],[103.367106,27.711739],[103.379411,27.715188],[103.391125,27.712561],[103.39611,27.716519],[103.4006,27.727741],[103.421221,27.748246],[103.434723,27.751296],[103.438875,27.757583],[103.446234,27.758633],[103.449814,27.76209],[103.455281,27.769496],[103.454447,27.774205],[103.460303,27.784274],[103.471212,27.790675],[103.478692,27.793013],[103.487239,27.80039],[103.496327,27.815179],[103.507256,27.844024],[103.507567,27.847541],[103.502881,27.85324],[103.498311,27.874453],[103.498181,27.881111],[103.500409,27.889741],[103.500247,27.913997],[103.507732,27.92511],[103.518659,27.933347],[103.525127,27.944843],[103.535942,27.954414],[103.541459,27.957404],[103.555023,27.959218],[103.56112,27.964566],[103.562901,27.969322],[103.561858,27.980665],[103.559172,27.98254],[103.553819,27.98257],[103.537914,27.969092],[103.529756,27.968194],[103.512238,27.969962],[103.503209,27.977264],[103.501124,27.982561],[103.496837,27.987147],[103.491273,28.009902],[103.494936,28.021493],[103.492933,28.028048],[103.485911,28.03587],[103.478847,28.037545],[103.469063,28.034847],[103.466068,28.033009],[103.463529,28.027811],[103.45661,28.024177],[103.443015,28.03109],[103.430876,28.04364],[103.428073,28.049831],[103.428276,28.064911],[103.430263,28.074764],[103.434754,28.079043],[103.444633,28.083519],[103.45087,28.089728],[103.45659,28.101697],[103.456557,28.106365],[103.445942,28.113169],[103.4491,28.125566],[103.45309,28.127105],[103.468094,28.125592],[103.479322,28.137869],[103.485775,28.141891],[103.500028,28.14651],[103.507937,28.157044],[103.531294,28.17198],[103.537907,28.179953],[103.53891,28.186041],[103.549385,28.192856],[103.562418,28.215392],[103.563031,28.226302],[103.568777,28.23307],[103.573015,28.235294],[103.604257,28.241684],[103.614082,28.246244],[103.617365,28.249036],[103.619459,28.255164],[103.634552,28.264947],[103.638043,28.265418],[103.642901,28.263544],[103.673168,28.242631],[103.689858,28.235656],[103.692806,28.228451],[103.692309,28.212172],[103.698879,28.203741],[103.705552,28.200582],[103.709912,28.200621],[103.718944,28.205295],[103.72557,28.218624],[103.728042,28.231716],[103.734652,28.237568],[103.739487,28.239772],[103.745537,28.240076],[103.75681,28.237338],[103.769593,28.23703],[103.780425,28.249323],[103.783121,28.257197],[103.802839,28.266659],[103.811167,28.268547],[103.820841,28.277674],[103.826293,28.28735],[103.841706,28.289249],[103.853064,28.297404],[103.86691,28.303508],[103.871107,28.306903],[103.875198,28.31578],[103.873878,28.326009],[103.86806,28.335164],[103.858487,28.345687],[103.851743,28.357431],[103.857536,28.376993],[103.858165,28.383824],[103.854406,28.400788],[103.849242,28.410584],[103.837945,28.422389],[103.828617,28.438758],[103.827307,28.445286],[103.828069,28.463911],[103.810373,28.496179],[103.78976,28.512968],[103.779788,28.52761],[103.79777,28.534724],[103.801165,28.53827],[103.801459,28.553253],[103.798097,28.55896],[103.798731,28.565133],[103.817401,28.573786],[103.835349,28.588183],[103.836337,28.59523],[103.831325,28.607612],[103.832298,28.62353],[103.834106,28.628284],[103.841212,28.635862],[103.840644,28.64366],[103.837945,28.648726],[103.838618,28.654294],[103.84496,28.667309],[103.849135,28.671243],[103.856192,28.671814],[103.862004,28.67037],[103.870446,28.659344],[103.872083,28.652091],[103.869192,28.636438],[103.870668,28.632445],[103.874771,28.628782],[103.884022,28.624476],[103.894431,28.623924],[103.901693,28.627276],[103.905608,28.633561],[103.911223,28.636193],[103.923263,28.630456],[103.931853,28.628261],[103.936132,28.62429],[103.938436,28.608971],[103.942173,28.604799],[103.95709,28.605419],[103.964981,28.610919],[103.981696,28.615255],[103.990875,28.615162],[104.010482,28.622759],[104.044774,28.630048],[104.057158,28.631117],[104.064438,28.629165],[104.070664,28.622955],[104.075485,28.62152],[104.078558,28.617552],[104.080038,28.611646],[104.091857,28.606357],[104.098474,28.608122],[104.106273,28.613543],[104.108718,28.616667],[104.10833,28.62113],[104.111399,28.631483],[104.116301,28.637384],[104.123385,28.640555],[104.142265,28.64091],[104.14936,28.643425],[104.158733,28.642793],[104.170103,28.646448],[104.177734,28.640856],[104.191576,28.637601],[104.210839,28.641473],[104.231546,28.639744],[104.235118,28.641716],[104.239525,28.647681],[104.24095,28.654652],[104.239778,28.662449],[104.241106,28.665375],[104.244769,28.667589],[104.248037,28.666756],[104.253805,28.661228],[104.254194,28.656625],[104.270989,28.6357],[104.276326,28.634436],[104.285364,28.637766],[104.292233,28.638439],[104.298347,28.636332],[104.30122,28.630953],[104.299388,28.623255],[104.305496,28.618005],[104.31216,28.618663],[104.320808,28.622969],[104.33147,28.63766],[104.337733,28.642446],[104.351572,28.647929],[104.370898,28.652709],[104.392294,28.643401],[104.399572,28.643994],[104.40594,28.642452],[104.426494,28.627561],[104.419028,28.626017],[104.413675,28.600276],[104.388469,28.602698],[104.37237,28.597557],[104.365955,28.589566],[104.35778,28.570585],[104.356946,28.56184],[104.354292,28.559055],[104.341937,28.55942],[104.331006,28.563927],[104.325823,28.559592],[104.322436,28.546336],[104.319195,28.542933],[104.312777,28.54156],[104.30543,28.543706],[104.296476,28.543925],[104.285511,28.536287],[104.265995,28.540503],[104.259831,28.540309],[104.248661,28.534435],[104.244462,28.527629],[104.244455,28.519536],[104.24653,28.513123],[104.255587,28.507952],[104.263052,28.506422],[104.265817,28.503483],[104.259442,28.496402],[104.257867,28.49197],[104.260715,28.483054],[104.268164,28.470561],[104.265594,28.46614],[104.257974,28.45954],[104.255967,28.452417],[104.264503,28.434364],[104.265534,28.424879],[104.253212,28.41409],[104.252684,28.404508],[104.259196,28.394945],[104.270777,28.395565],[104.272519,28.394299],[104.272224,28.391517],[104.266263,28.384195],[104.266791,28.377069],[104.274961,28.359],[104.284496,28.345105],[104.283971,28.339407],[104.298807,28.331878],[104.28588,28.316497],[104.291398,28.313037],[104.303505,28.309724],[104.315182,28.310994],[104.333272,28.332107],[104.344569,28.339597],[104.350595,28.339309],[104.353021,28.341218],[104.368876,28.339465],[104.380218,28.33366],[104.386888,28.32249],[104.389362,28.299976],[104.4023,28.282555],[104.403728,28.274229],[104.415001,28.273503],[104.431207,28.277624],[104.445725,28.273614],[104.44128,28.26572],[104.440437,28.25972],[104.463276,28.249073],[104.461246,28.244459],[104.449825,28.233053],[104.448478,28.223785],[104.440744,28.214921],[104.431739,28.21178],[104.423326,28.213035],[104.415141,28.211272],[104.414357,28.207537],[104.40136,28.206148],[104.397478,28.201642],[104.403926,28.190891],[104.404929,28.182686],[104.407759,28.179055],[104.419231,28.173248],[104.431744,28.171323],[104.440563,28.173956],[104.44826,28.178511],[104.456921,28.172977],[104.451714,28.169448],[104.443155,28.153984],[104.441996,28.147816],[104.441816,28.14284],[104.44923,28.135824],[104.448864,28.120692],[104.443255,28.116868],[104.430593,28.119365],[104.431889,28.111078],[104.427398,28.10377],[104.41454,28.100184],[104.406816,28.100281],[104.395215,28.094536],[104.394281,28.091466],[104.39734,28.084668],[104.397026,28.074393],[104.39249,28.066376],[104.388084,28.064417],[104.386302,28.066893],[104.374417,28.055872],[104.364196,28.055479],[104.355794,28.058829],[104.341456,28.061084],[104.331694,28.058501],[104.316582,28.059868],[104.301711,28.055574],[104.296476,28.050359],[104.296296,28.048316],[104.307051,28.04067],[104.330519,28.028451],[104.345712,28.024683],[104.34719,28.022464],[104.352743,28.0236],[104.363794,28.014527],[104.36401,28.010241],[104.376944,27.997005],[104.375403,27.993691],[104.370097,27.994115],[104.36946,27.992835],[104.382482,27.980429],[104.38589,27.978897],[104.381687,27.970885],[104.390815,27.966251],[104.390684,27.962977],[104.394334,27.956312],[104.409224,27.956087],[104.415185,27.95157],[104.423248,27.941235],[104.429624,27.940914],[104.432828,27.938706],[104.433779,27.93527],[104.438105,27.934149],[104.438087,27.932345],[104.441224,27.930402],[104.44825,27.932386],[104.451535,27.925758],[104.454854,27.925632],[104.461548,27.915711],[104.46815,27.914495],[104.467042,27.910355],[104.468437,27.907434],[104.473189,27.906872],[104.477279,27.90429],[104.481228,27.905676],[104.485887,27.905014],[104.48839,27.900464],[104.495682,27.899281],[104.500124,27.888147],[104.50633,27.882006],[104.511174,27.88137],[104.515745,27.883299],[104.522865,27.892024],[104.536071,27.891005],[104.545246,27.878656],[104.547028,27.87756],[104.549364,27.879088],[104.552873,27.873764],[104.557478,27.871737],[104.554746,27.86614],[104.555042,27.857457],[104.557057,27.855345],[104.565984,27.854329],[104.565282,27.847627],[104.567729,27.845268],[104.573469,27.843738],[104.577359,27.844735],[104.582334,27.850162],[104.599822,27.858304],[104.613994,27.862374],[104.621834,27.862525],[104.625726,27.860579],[104.628742,27.855336],[104.631223,27.854269],[104.64565,27.862693],[104.67632,27.885743],[104.683585,27.888179],[104.687258,27.88682],[104.693028,27.887804],[104.702111,27.890934],[104.706112,27.894164],[104.729447,27.901743],[104.732467,27.901366],[104.739414,27.904802],[104.747666,27.905918],[104.750009,27.90463],[104.745783,27.892945],[104.747396,27.890116],[104.750312,27.888309],[104.764295,27.886875],[104.768779,27.888595],[104.768983,27.891855],[104.787216,27.897918],[104.794804,27.905932],[104.797053,27.902574],[104.810136,27.90491],[104.812797,27.902746],[104.819086,27.902189],[104.825954,27.902954],[104.830859,27.908141],[104.833422,27.90799],[104.837903,27.904273],[104.845934,27.904138],[104.873806,27.910261],[104.878384,27.914681],[104.885287,27.916734],[104.884097,27.931336],[104.88651,27.934832],[104.892252,27.938725],[104.918675,27.944232],[104.91821,27.94731],[104.912529,27.953517],[104.90056,27.952759],[104.901204,27.967403],[104.910018,27.971383],[104.912906,27.970552],[104.918972,27.97441],[104.921948,27.983877],[104.925828,27.986837],[104.927055,27.99043],[104.935772,27.984682],[104.946318,27.984324],[104.942495,27.990202],[104.944866,27.998619],[104.95632,28.007051],[104.957879,28.01654],[104.97012,28.020507],[104.971609,28.026659],[104.967959,28.035898],[104.974004,28.057521],[104.9731,28.065401],[104.993552,28.070056],[104.996846,28.067772],[105.000968,28.06762],[105.010275,28.070495],[105.014568,28.073069],[105.016248,28.077007],[105.026668,28.080175],[105.038331,28.091826],[105.03898,28.097835],[105.044571,28.102252],[105.057738,28.101562],[105.058496,28.094874],[105.072415,28.09068],[105.071572,28.085607],[105.07805,28.088123],[105.089763,28.088364],[105.093539,28.085624],[105.107702,28.082264],[105.112772,28.076577],[105.116467,28.07608],[105.119745,28.073161],[105.127658,28.073513],[105.129975,28.070566],[105.142877,28.069625],[105.163541,28.073931],[105.166041,28.070431],[105.169674,28.06936],[105.177082,28.070423],[105.176625,28.066068],[105.183293,28.058208],[105.182921,28.052264],[105.179528,28.048347],[105.181515,28.044989],[105.166305,28.030674],[105.164418,28.026711],[105.166623,28.018969],[105.170744,28.01486],[105.172271,28.009803],[105.179092,28.000121],[105.196863,27.995965],[105.204686,27.995778],[105.213488,27.993365],[105.218354,27.993935],[105.222087,28],[105.228741,28.006117],[105.234858,28.00612],[105.242503,28.011913],[105.246057,28.010223],[105.243555,28.005271],[105.250328,28.00533],[105.264937,28.001763],[105.268161,27.996431],[105.266552,27.984602],[105.27704,27.972767],[105.277219,27.968738],[105.280337,27.963388],[105.278258,27.956482],[105.281616,27.947509],[105.280448,27.93741],[105.27844,27.935042],[105.278519,27.932352],[105.27122,27.927542],[105.26324,27.915088],[105.250476,27.917291],[105.244941,27.915006],[105.239105,27.908754],[105.232365,27.906222],[105.233715,27.90249],[105.22879,27.895773],[105.236551,27.889266],[105.237538,27.882802],[105.240275,27.879233],[105.240217,27.874776],[105.237593,27.871518],[105.241865,27.868396],[105.245337,27.862036],[105.241929,27.856285],[105.247318,27.847422],[105.247411,27.844095],[105.241339,27.836311],[105.235745,27.832949],[105.239795,27.825413],[105.24833,27.829485],[105.258068,27.831719],[105.260756,27.823929],[105.269633,27.821312],[105.279438,27.82148],[105.282819,27.819858],[105.297117,27.823204],[105.312111,27.822124],[105.311549,27.81485],[105.30513,27.813567],[105.301934,27.814847],[105.287656,27.811859],[105.284605,27.810501],[105.285486,27.803113],[105.283201,27.800177],[105.27853,27.799025],[105.275656,27.800742],[105.269692,27.798876],[105.272503,27.794162],[105.272138,27.787542],[105.2794,27.779004],[105.288132,27.774992],[105.290391,27.771057],[105.285173,27.76684],[105.287005,27.764372],[105.287349,27.758847],[105.29068,27.754209],[105.290624,27.751235],[105.284947,27.749455],[105.284017,27.744684],[105.288544,27.731864],[105.28678,27.715119],[105.301941,27.712651],[105.304976,27.708805],[105.301559,27.706188],[105.298308,27.700177],[105.297223,27.689436],[105.305359,27.668397],[105.305915,27.655916],[105.301166,27.644254],[105.290995,27.636804],[105.30006,27.628938],[105.301901,27.618837],[105.300084,27.614137],[105.270412,27.592248],[105.257628,27.588323],[105.244523,27.580992],[105.242324,27.581173],[105.240743,27.578779],[105.241278,27.575355],[105.244636,27.572008],[105.243617,27.566332],[105.237706,27.552932],[105.230471,27.551114],[105.229392,27.548365],[105.232119,27.544963],[105.235979,27.544211],[105.243351,27.547787],[105.247228,27.546223],[105.257042,27.52643],[105.257836,27.51742],[105.244081,27.495526],[105.236694,27.4948],[105.232742,27.490931],[105.233584,27.484904],[105.230831,27.477987],[105.234868,27.474642],[105.236065,27.470697],[105.222253,27.446867],[105.230475,27.439391],[105.22732,27.431063],[105.210349,27.404746],[105.199936,27.392933],[105.19079,27.386427],[105.188614,27.375857],[105.18248,27.372651],[105.179398,27.373365],[105.178324,27.375154],[105.180055,27.382765],[105.180292,27.39706],[105.168107,27.405677],[105.161217,27.413749],[105.157072,27.41185],[105.153754,27.407801],[105.149736,27.406907],[105.14653,27.412556],[105.133009,27.419178],[105.110191,27.420564],[105.094336,27.413484],[105.085842,27.422194],[105.068019,27.422921],[105.054006,27.411525],[105.043136,27.409894],[105.042231,27.403846],[105.045419,27.400887],[105.041652,27.397734],[105.035554,27.40396],[105.030308,27.403177],[105.010277,27.38546],[104.987737,27.369943],[104.969434,27.361264],[104.958572,27.36068],[104.940527,27.349218],[104.934736,27.343266],[104.932951,27.33821],[104.909286,27.329218],[104.901631,27.309806],[104.898495,27.307945],[104.891631,27.308818],[104.888364,27.30289],[104.884157,27.301105],[104.87926,27.301679],[104.868574,27.29451],[104.850789,27.304769],[104.850161,27.329179],[104.854429,27.334789],[104.842978,27.345943],[104.829165,27.348964],[104.821499,27.355369],[104.805627,27.356081],[104.80189,27.354218],[104.797464,27.344081],[104.783967,27.322713],[104.771767,27.32109],[104.767387,27.322794],[104.762434,27.336468],[104.749547,27.34915],[104.745172,27.347677],[104.736781,27.338941],[104.731427,27.338799],[104.720552,27.345431],[104.704144,27.34222],[104.685009,27.33607],[104.673487,27.322492],[104.658737,27.321887],[104.649967,27.325946],[104.63061,27.322436],[104.611675,27.311405],[104.6067,27.310695],[104.598491,27.31593],[104.593375,27.314264],[104.588755,27.321019],[104.573597,27.333623],[104.568251,27.335994],[104.551226,27.333663],[104.541269,27.328764],[104.536842,27.330126],[104.538903,27.335494],[104.538042,27.339563],[104.534675,27.344793],[104.5245,27.352102],[104.520016,27.361363],[104.520433,27.366498],[104.505775,27.389531],[104.506727,27.397526],[104.514151,27.401333],[104.514722,27.403047],[104.506727,27.403618],[104.498741,27.401207],[104.488311,27.406085],[104.488647,27.409249],[104.494986,27.414364],[104.495038,27.417521],[104.486812,27.418141],[104.483352,27.416124],[104.474622,27.418356],[104.468621,27.417803],[104.443488,27.429551],[104.430759,27.431062],[104.426573,27.437509],[104.414217,27.438076],[104.412212,27.445558],[104.406582,27.450268],[104.406433,27.453312],[104.409229,27.457741],[104.408347,27.461459],[104.400534,27.458185],[104.395138,27.462142],[104.387178,27.46306],[104.375997,27.467688],[104.369514,27.464206],[104.360088,27.471749],[104.348774,27.469531],[104.345996,27.46764],[104.343972,27.458162],[104.330885,27.447603],[104.331331,27.445224],[104.339808,27.43868],[104.338767,27.430055],[104.33728,27.430203],[104.334454,27.436301],[104.333116,27.436152],[104.331913,27.429216],[104.326008,27.415684],[104.317061,27.410544],[104.309923,27.411211],[104.304022,27.408355],[104.30031,27.39484],[104.290887,27.376946],[104.282633,27.371237],[104.279131,27.371609],[104.276901,27.377112],[104.275711,27.375476],[104.27586,27.364768],[104.267978,27.363876],[104.255983,27.344721],[104.245968,27.340081],[104.246807,27.327136],[104.256684,27.312528],[104.253422,27.305802],[104.248942,27.3032],[104.251768,27.298143],[104.246265,27.295169],[104.243886,27.30201],[104.241655,27.302753],[104.230957,27.296111],[104.226826,27.295692],[104.218914,27.303913],[104.211434,27.303592],[104.211468,27.298858],[104.215994,27.29424],[104.217004,27.288366],[104.215516,27.283161],[104.207337,27.281674],[104.200758,27.283289],[104.195002,27.290966],[104.190634,27.291498],[104.187842,27.289532],[104.185043,27.277921],[104.171101,27.266735],[104.146806,27.287388],[104.129239,27.309617],[104.129486,27.319115],[104.131844,27.32192],[104.131946,27.324776],[104.12775,27.330165],[104.115664,27.333904],[104.11094,27.341468],[104.082069,27.334222],[104.077328,27.342824],[104.060688,27.35036],[104.055097,27.359194],[104.037843,27.365774],[104.027499,27.371443],[104.019142,27.378898],[104.015282,27.387234],[104.017469,27.392712],[104.018069,27.408055],[104.017672,27.413962],[104.013849,27.416339],[104.012977,27.423918],[104.014547,27.426481],[104.013245,27.432708],[104.004,27.433562],[103.997754,27.430466],[103.986383,27.421197],[103.983103,27.422006],[103.978177,27.420404],[103.972763,27.426835],[103.96608,27.42655],[103.954971,27.429198],[103.953372,27.430721],[103.955118,27.437022],[103.944636,27.436571],[103.93076,27.447987],[103.928402,27.436823],[103.925736,27.434338],[103.924448,27.429812],[103.923958,27.416665],[103.919927,27.414145],[103.918426,27.40912],[103.912495,27.401306],[103.912394,27.392129],[103.904445,27.391184],[103.902711,27.386677],[103.901593,27.350286],[103.90285,27.348104],[103.898152,27.34558],[103.893409,27.346119],[103.888047,27.341933],[103.873464,27.336242],[103.871361,27.326156],[103.874254,27.320219],[103.863262,27.305727],[103.861964,27.292799],[103.856621,27.288781],[103.84349,27.290765],[103.840013,27.28739],[103.838035,27.275033],[103.832932,27.270598],[103.820094,27.267143],[103.801564,27.270751],[103.798556,27.267588],[103.800519,27.25501],[103.79797,27.250415],[103.787108,27.257136],[103.78896,27.244814],[103.787206,27.242658],[103.77926,27.233641],[103.773014,27.232987],[103.774501,27.230072],[103.761355,27.217853],[103.756892,27.214771],[103.746866,27.214603],[103.745155,27.202804],[103.7375,27.198676],[103.735348,27.187127],[103.730384,27.185887],[103.725685,27.181192],[103.725172,27.177336],[103.718249,27.164712],[103.712657,27.163284],[103.70649,27.16459],[103.704924,27.161262],[103.709683,27.14413],[103.695687,27.130467],[103.687279,27.133964],[103.673634,27.13485],[103.659091,27.126128],[103.650361,27.129887],[103.625635,27.120678],[103.621889,27.113446],[103.619395,27.101399],[103.632079,27.094939],[103.640106,27.09332],[103.65089,27.095758],[103.658429,27.075657],[103.656658,27.068347],[103.643124,27.068975],[103.63827,27.070574],[103.622266,27.078293],[103.615437,27.08354],[103.613206,27.083365],[103.610756,27.08184],[103.60628,27.068272],[103.604382,27.066639],[103.600791,27.066637],[103.599417,27.063849],[103.604722,27.052772],[103.613152,27.040872],[103.616623,27.038438],[103.622013,27.038822],[103.623983,27.026882],[103.627376,27.02095],[103.622077,27.019347],[103.611915,27.012787],[103.611619,27.008189],[103.616541,27.011188],[103.620976,27.0106],[103.630427,27.017121],[103.651869,27.026245],[103.654182,27.036366],[103.663927,27.044108],[103.672623,27.054767],[103.686544,27.054954],[103.703128,27.052617],[103.70822,27.047845],[103.709331,27.04249],[103.718527,27.035602],[103.721732,27.030544],[103.728706,27.024521],[103.730063,27.022088],[103.729179,27.016479],[103.732404,27.008101],[103.742895,26.99589],[103.751387,26.976611],[103.752035,26.966619],[103.773611,26.953192],[103.775922,26.947184],[103.774496,26.936828],[103.763468,26.920753],[103.761438,26.909593],[103.764901,26.903584],[103.76701,26.892025],[103.770755,26.886193],[103.775247,26.883055],[103.777158,26.877695],[103.770681,26.869777],[103.758883,26.869488],[103.750853,26.863814],[103.727452,26.85878],[103.720117,26.854986],[103.722041,26.844519],[103.713626,26.834251],[103.707229,26.834184],[103.705395,26.832843],[103.700856,26.817245],[103.701304,26.812223],[103.703965,26.799506],[103.710039,26.787536],[103.716912,26.77998],[103.718575,26.775477],[103.716857,26.764359],[103.723047,26.757528],[103.723227,26.747715],[103.728906,26.738922],[103.734492,26.735234],[103.735681,26.73184],[103.743737,26.728953],[103.748016,26.729707],[103.754852,26.737535],[103.760001,26.740934],[103.76455,26.740071],[103.767008,26.73691],[103.771063,26.720003],[103.765689,26.711015],[103.766353,26.703409],[103.76014,26.696884],[103.756998,26.690994],[103.758104,26.680704],[103.756594,26.668794],[103.759082,26.664183],[103.759093,26.652744],[103.750639,26.64133],[103.747215,26.633554],[103.746599,26.627212],[103.760002,26.61627],[103.762682,26.611198],[103.767473,26.607742],[103.768795,26.600091],[103.765042,26.591223],[103.762161,26.58936],[103.765396,26.585515],[103.77716,26.57743],[103.789861,26.574209],[103.798494,26.569913],[103.81379,26.556514],[103.810377,26.547379],[103.813434,26.536526],[103.816881,26.533843],[103.824862,26.531997],[103.831128,26.532524],[103.835408,26.535656],[103.840916,26.534608],[103.845481,26.531856],[103.847693,26.526943],[103.855361,26.524754],[103.860628,26.516903],[103.863287,26.515901],[103.880779,26.520133],[103.902812,26.518308],[103.912458,26.515976],[103.950198,26.523634],[103.959522,26.523555],[103.983758,26.51929],[103.990971,26.523781],[103.99933,26.524345],[104.00381,26.514223],[104.019156,26.5187],[104.035741,26.518967],[104.042207,26.515576],[104.04859,26.509083],[104.05485,26.513815],[104.059471,26.514872],[104.071628,26.52595],[104.069049,26.529977],[104.067922,26.540666],[104.0689,26.543989],[104.06226,26.563536],[104.06634,26.577314],[104.078864,26.584218],[104.093647,26.603289],[104.101291,26.610231],[104.103774,26.61905],[104.111456,26.628564],[104.118862,26.641471],[104.124874,26.647106],[104.137848,26.644968],[104.146369,26.64651],[104.150824,26.650529],[104.157669,26.649907],[104.166767,26.644626],[104.17126,26.638718],[104.18116,26.638472],[104.183239,26.641157],[104.187316,26.642416],[104.189809,26.640362],[104.189615,26.637327],[104.20237,26.629615],[104.22804,26.623529],[104.232097,26.628859],[104.240102,26.631422],[104.248373,26.629918],[104.254609,26.622457],[104.264666,26.623292],[104.269695,26.625957],[104.269206,26.63504],[104.279969,26.636971],[104.291305,26.635529],[104.301761,26.630431],[104.307017,26.624014],[104.305127,26.616893],[104.31025,26.616122],[104.327505,26.623088],[104.3359,26.624396],[104.346269,26.623088],[104.35185,26.626003],[104.361272,26.63516],[104.362711,26.646406],[104.377309,26.651649],[104.378642,26.653651],[104.380742,26.659875],[104.378882,26.664454],[104.379403,26.667513],[104.395932,26.689887],[104.39661,26.711743],[104.406117,26.71448],[104.412048,26.713503],[104.418489,26.715117],[104.422064,26.710432],[104.421176,26.706704],[104.431574,26.701419],[104.439882,26.688616],[104.440805,26.685294],[104.438626,26.680925],[104.439992,26.675756],[104.454783,26.667143],[104.462009,26.656854],[104.465186,26.655132],[104.465439,26.647925],[104.458598,26.631408],[104.455898,26.613986],[104.457294,26.605871],[104.461713,26.598534],[104.470597,26.591128],[104.485179,26.58283],[104.497995,26.592817],[104.503429,26.59285],[104.506679,26.590103],[104.51447,26.591315],[104.54084,26.588398],[104.553811,26.59433],[104.562014,26.589967],[104.56904,26.582395],[104.570727,26.578078],[104.570133,26.572919],[104.577006,26.571583],[104.579011,26.561063],[104.567203,26.542787],[104.565981,26.537176],[104.568778,26.528523],[104.577178,26.52945],[104.59088,26.526619],[104.597717,26.523868],[104.604551,26.516561],[104.612918,26.512164],[104.618645,26.500896],[104.627862,26.493911],[104.636225,26.481884],[104.633574,26.471985],[104.629552,26.465576],[104.630649,26.454563],[104.639739,26.443021],[104.656527,26.440764],[104.662917,26.437972],[104.666442,26.412285],[104.661507,26.404361],[104.668986,26.389885],[104.682189,26.381259],[104.680448,26.378937],[104.681499,26.372601],[104.676573,26.367034],[104.666641,26.368206],[104.657431,26.360362],[104.655626,26.355222],[104.657192,26.339201],[104.645908,26.334352],[104.631747,26.331742],[104.620162,26.332579],[104.611402,26.326314],[104.598847,26.325075],[104.590081,26.32101],[104.580464,26.306376],[104.5784,26.296968],[104.565258,26.284588],[104.55455,26.278767],[104.545319,26.262565],[104.539978,26.25711],[104.540878,26.245687],[104.546101,26.232889],[104.547825,26.220277],[104.542116,26.218684],[104.538205,26.215276],[104.536519,26.210754],[104.538381,26.205569],[104.537066,26.200405],[104.531038,26.191249],[104.526695,26.179059],[104.519318,26.173887],[104.516449,26.168476],[104.515661,26.143756],[104.516763,26.136621],[104.519254,26.131041],[104.524254,26.125559],[104.52626,26.117104],[104.524458,26.103728],[104.517552,26.091701],[104.513991,26.088618],[104.507448,26.087087],[104.503337,26.0838],[104.500306,26.077475],[104.494078,26.074095],[104.490273,26.074252],[104.467888,26.089987],[104.457937,26.089725],[104.455119,26.088032],[104.453494,26.082167],[104.453478,26.077978],[104.466208,26.063838],[104.463648,26.060474],[104.459276,26.05972],[104.468166,26.057309],[104.469859,26.051664],[104.467058,26.039037],[104.459674,26.031993],[104.462025,26.020961],[104.467766,26.014227],[104.462608,26.011674],[104.462937,26.002628],[104.459116,25.996844],[104.459988,25.988988],[104.453933,25.976076],[104.449807,25.97157],[104.44743,25.972225],[104.439424,25.95883],[104.441691,25.94988],[104.444829,25.9473],[104.444364,25.944031],[104.439824,25.941454],[104.437353,25.942135],[104.437926,25.93663],[104.436102,25.931686],[104.430445,25.927949],[104.427967,25.923937],[104.421553,25.924173],[104.412094,25.917119],[104.416563,25.899286],[104.415644,25.895521],[104.419765,25.894074],[104.426846,25.899213],[104.432012,25.897261],[104.435668,25.876974],[104.43912,25.873239],[104.438988,25.871428],[104.432563,25.86676],[104.421669,25.844369],[104.426685,25.833445],[104.427968,25.821981],[104.420601,25.821076],[104.417043,25.818666],[104.410516,25.808757],[104.410609,25.805023],[104.408382,25.801196],[104.399759,25.800283],[104.399657,25.798103],[104.402343,25.794836],[104.401331,25.790342],[104.402524,25.787734],[104.397127,25.779255],[104.398075,25.765931],[104.394192,25.763064],[104.388481,25.764778],[104.380698,25.74477],[104.369047,25.734475],[104.362108,25.733326],[104.350946,25.739958],[104.34811,25.743972],[104.348923,25.748549],[104.3364,25.755139],[104.329926,25.766375],[104.326447,25.766143],[104.321503,25.7523],[104.325243,25.744181],[104.324232,25.73878],[104.321716,25.727795],[104.317313,25.720362],[104.321076,25.709316],[104.315277,25.696162],[104.313457,25.673879],[104.309107,25.663468],[104.31036,25.656536],[104.321785,25.644034],[104.320787,25.640332],[104.314303,25.634174],[104.314981,25.629801],[104.31845,25.626602],[104.322906,25.62617],[104.326661,25.623107],[104.335848,25.602177],[104.339774,25.602415],[104.340786,25.607768],[104.347389,25.602177],[104.353992,25.602527],[104.359747,25.605395],[104.364565,25.604503],[104.365605,25.586751],[104.361345,25.582707],[104.360709,25.578666],[104.362158,25.577496],[104.371091,25.586066],[104.384648,25.595397],[104.395539,25.595075],[104.402539,25.597535],[104.406634,25.594966],[104.408191,25.589422],[104.417863,25.5879],[104.422811,25.581741],[104.425832,25.57587],[104.423128,25.572613],[104.425377,25.562939],[104.433077,25.555823],[104.429691,25.548265],[104.433304,25.53987],[104.431566,25.536404],[104.433992,25.521171],[104.430286,25.508391],[104.421185,25.506391],[104.41694,25.502579],[104.417985,25.496854],[104.431789,25.487314],[104.434015,25.475996],[104.442467,25.475766],[104.44612,25.478609],[104.446691,25.495821],[104.448439,25.498526],[104.468734,25.497355],[104.477094,25.495352],[104.4827,25.497148],[104.496192,25.509051],[104.502889,25.510053],[104.516613,25.526016],[104.521326,25.529506],[104.528057,25.524121],[104.531598,25.524039],[104.533085,25.526062],[104.534632,25.52517],[104.536796,25.521197],[104.546812,25.514274],[104.548562,25.514769],[104.546285,25.521042],[104.541348,25.523774],[104.543676,25.531084],[104.54729,25.533287],[104.554615,25.527645],[104.54843,25.474675],[104.541726,25.468424],[104.539363,25.461021],[104.539623,25.456353],[104.542205,25.454976],[104.543646,25.449041],[104.542462,25.440882],[104.543886,25.432743],[104.540733,25.423685],[104.542109,25.417204],[104.535729,25.412688],[104.535368,25.409952],[104.549145,25.397365],[104.557783,25.395069],[104.56126,25.402411],[104.566766,25.405912],[104.571024,25.406398],[104.586151,25.395834],[104.591159,25.39117],[104.590601,25.385691],[104.613067,25.367571],[104.634396,25.368402],[104.643845,25.360036],[104.640249,25.356517],[104.64696,25.342081],[104.643939,25.337952],[104.64548,25.331482],[104.643381,25.318834],[104.648133,25.313074],[104.647925,25.306542],[104.644205,25.304047],[104.639367,25.303535],[104.636366,25.300932],[104.639596,25.296513],[104.649323,25.29494],[104.661765,25.284596],[104.669048,25.291566],[104.667681,25.296234],[104.674799,25.294895],[104.691235,25.299889],[104.697869,25.295637],[104.699931,25.298871],[104.705287,25.299822],[104.70822,25.292609],[104.706658,25.283329],[104.711824,25.283888],[104.722719,25.27943],[104.738058,25.268925],[104.752431,25.265921],[104.753695,25.266042],[104.752606,25.272754],[104.754191,25.278958],[104.765703,25.278603],[104.778393,25.271751],[104.788167,25.259987],[104.790041,25.254062],[104.795617,25.256855],[104.803241,25.265698],[104.812294,25.268917],[104.816293,25.26501],[104.819428,25.254092],[104.825016,25.242224],[104.827662,25.240263],[104.806661,25.233178],[104.807383,25.230185],[104.805332,25.226243],[104.808791,25.209906],[104.815338,25.2009],[104.807404,25.19603],[104.807854,25.187831],[104.821108,25.173496],[104.819609,25.169427],[104.814041,25.168856],[104.816968,25.162074],[104.815326,25.158219],[104.807046,25.160861],[104.792042,25.169634],[104.776953,25.186148],[104.76668,25.203046],[104.751773,25.21198],[104.743972,25.212969],[104.739407,25.211026],[104.720964,25.194979],[104.725245,25.193987],[104.730738,25.189095],[104.732276,25.185705],[104.732496,25.176493],[104.730527,25.17155],[104.716955,25.156532],[104.715101,25.143438],[104.693408,25.125738],[104.690934,25.106523],[104.683784,25.097625],[104.683554,25.080709],[104.669826,25.070742],[104.65904,25.065997],[104.65492,25.066728],[104.641774,25.063824],[104.622078,25.064136],[104.617373,25.062176],[104.617577,25.060847],[104.623545,25.061251],[104.633849,25.057745],[104.652326,25.062264],[104.665731,25.062371],[104.682349,25.057517],[104.686369,25.051384],[104.697647,25.040946],[104.697996,25.03477],[104.702535,25.027509],[104.703903,25.014786],[104.711713,25.001455],[104.709762,24.99894],[104.704266,24.996807],[104.698548,24.998051],[104.685061,24.990496],[104.682274,24.985634],[104.68529,24.981079],[104.685297,24.978463],[104.672671,24.974447],[104.661686,24.967526],[104.661989,24.955029],[104.649557,24.944517],[104.648669,24.936708],[104.636483,24.921209],[104.63309,24.907339],[104.618341,24.897776],[104.606815,24.896831],[104.604498,24.892494],[104.59455,24.888113],[104.58436,24.874348],[104.569068,24.848052],[104.550109,24.829692],[104.54478,24.827023],[104.537914,24.817052],[104.535243,24.797109],[104.539505,24.790697],[104.543324,24.780013],[104.537891,24.770655],[104.539808,24.758847],[104.527607,24.743353],[104.526566,24.740114],[104.527609,24.734765],[104.51675,24.730663],[104.516431,24.722453],[104.512471,24.71534],[104.511217,24.707321],[104.5011,24.692051],[104.501258,24.68562],[104.497863,24.673496],[104.488131,24.656767],[104.477696,24.655891],[104.473506,24.653766],[104.468055,24.645431],[104.460085,24.643888],[104.448378,24.647864],[104.446887,24.645634],[104.446832,24.641475],[104.448659,24.638734],[104.452599,24.637135],[104.466419,24.63742],[104.472247,24.639924],[104.473336,24.648632],[104.483733,24.648896],[104.486532,24.640442],[104.503464,24.630518],[104.500664,24.593447],[104.504104,24.590657],[104.505737,24.576605],[104.513094,24.56822],[104.51763,24.538975],[104.526946,24.53346],[104.532251,24.538256],[104.540111,24.526199],[104.547573,24.523017],[104.546808,24.513232],[104.540963,24.51213],[104.539271,24.509156],[104.543883,24.50371],[104.544699,24.493229],[104.550646,24.483024],[104.555813,24.478446],[104.565038,24.475488],[104.564575,24.465596],[104.569854,24.457271],[104.571453,24.451171],[104.570402,24.448056],[104.567325,24.446278],[104.572271,24.435464],[104.572986,24.426006],[104.577795,24.420218],[104.589138,24.425706],[104.60075,24.423309],[104.614935,24.422717],[104.62659,24.404377],[104.616535,24.396702],[104.611777,24.384386],[104.606565,24.378228],[104.613004,24.378287],[104.627016,24.372596],[104.636279,24.371752],[104.647978,24.367125],[104.656533,24.358363],[104.659045,24.353186],[104.671999,24.347089],[104.675845,24.340274],[104.692808,24.323803],[104.697071,24.320206],[104.701333,24.319992],[104.706652,24.326384],[104.717973,24.333727],[104.724061,24.346517],[104.721427,24.350013],[104.715414,24.352387],[104.711494,24.358648],[104.710822,24.36142],[104.714337,24.366064],[104.716196,24.3738],[104.709744,24.384966],[104.708356,24.394892],[104.706255,24.398238],[104.706088,24.41363],[104.700292,24.423521],[104.713571,24.445837],[104.718274,24.444899],[104.727894,24.448108],[104.746544,24.437773],[104.750232,24.438076],[104.750108,24.458389],[104.753238,24.46025],[104.766395,24.461316],[104.771716,24.455971],[104.77352,24.447211],[104.780208,24.445259],[104.802415,24.443312],[104.810654,24.438936],[104.82026,24.441443],[104.832743,24.451005],[104.843188,24.449966],[104.847967,24.439571],[104.849891,24.438641],[104.861659,24.441052],[104.862925,24.435642],[104.866451,24.433388],[104.877186,24.434835],[104.898634,24.431843],[104.902958,24.427062],[104.915748,24.426765],[104.919763,24.423939],[104.923481,24.410555],[104.941179,24.408919],[104.953374,24.413411],[104.95862,24.413526],[104.962594,24.409216],[104.966014,24.40877],[104.973817,24.413075],[104.983472,24.421683],[104.987132,24.429442],[105.004086,24.432862],[105.009885,24.436729],[105.016132,24.43539],[105.033017,24.442889],[105.044993,24.444962],[105.050188,24.443867],[105.052365,24.439624],[105.052403,24.432962],[105.072771,24.429497],[105.085285,24.422155],[105.093066,24.421182],[105.107746,24.414484],[105.107547,24.411311],[105.09909,24.404803],[105.107362,24.399369],[105.106576,24.394872],[105.101972,24.39273],[105.096083,24.393337],[105.094727,24.391659],[105.096226,24.387912],[105.105298,24.379233],[105.108333,24.368495],[105.11076,24.367389],[105.120326,24.371261],[105.141175,24.3715],[105.146152,24.368212],[105.149652,24.36228],[105.161608,24.357937],[105.167854,24.348657],[105.178762,24.343895],[105.18947,24.3433],[105.194526,24.338095],[105.19646,24.331551],[105.193485,24.325751],[105.173416,24.310734],[105.168776,24.305381],[105.168776,24.302406],[105.175319,24.295959],[105.175492,24.290218],[105.172173,24.288433],[105.16275,24.29136],[105.156504,24.285863],[105.155969,24.283043],[105.165213,24.282365],[105.168182,24.276946],[105.179823,24.265666],[105.174683,24.259099],[105.174779,24.255625],[105.18344,24.254483],[105.193672,24.257005],[105.197669,24.25434],[105.20081,24.246107],[105.201714,24.234924],[105.209482,24.219963],[105.212679,24.216558],[105.214707,24.216173],[105.217728,24.221235],[105.230229,24.222095],[105.23203,24.218957],[105.228563,24.213666],[105.233759,24.209793],[105.239018,24.213616],[105.241755,24.207574],[105.233849,24.182213],[105.226336,24.17909],[105.226835,24.167668],[105.224667,24.165899],[105.20799,24.159162],[105.206848,24.159733],[105.206657,24.16887],[105.204944,24.171154],[105.182601,24.170679],[105.18053,24.16949],[105.178972,24.162379],[105.174442,24.160104],[105.175691,24.153442],[105.177773,24.152014],[105.180053,24.152823],[105.181517,24.150789],[105.179264,24.135399],[105.181034,24.132601],[105.190542,24.126782],[105.19949,24.105975],[105.209751,24.097796],[105.224028,24.089468],[105.229382,24.080248],[105.233397,24.077719],[105.242617,24.076232],[105.256091,24.063749],[105.262721,24.066283],[105.273476,24.064808],[105.281471,24.06752],[105.290206,24.08114],[105.279341,24.09078],[105.270775,24.094135],[105.269562,24.098061],[105.270632,24.103771],[105.282351,24.101166],[105.291534,24.116961],[105.297463,24.114209],[105.301518,24.114094],[105.30957,24.11952],[105.317175,24.119549],[105.322055,24.114549],[105.325893,24.113368],[105.325475,24.106876],[105.32946,24.097193],[105.337969,24.098353],[105.342241,24.09682],[105.344297,24.09385],[105.34384,24.089053],[105.346296,24.086883],[105.35372,24.087055],[105.361333,24.079756],[105.372112,24.078935],[105.377299,24.070737],[105.383307,24.067466],[105.393955,24.067347],[105.407584,24.037038],[105.410582,24.032541],[105.415436,24.030757],[105.423716,24.031399],[105.429356,24.035254],[105.437922,24.036896],[105.446916,24.032398],[105.460468,24.030126],[105.479989,24.021828],[105.48931,24.02037],[105.492137,24.021168],[105.49581,24.027181],[105.506684,24.0284],[105.507057,24.037303],[105.501742,24.047695],[105.506057,24.063837],[105.512583,24.072896],[105.514924,24.078971],[105.514672,24.099837],[105.517284,24.106698],[105.528143,24.117624],[105.524315,24.126811],[105.525254,24.13088],[105.527462,24.132439],[105.536431,24.131208],[105.544824,24.126617],[105.554324,24.132088],[105.565809,24.134782],[105.583157,24.132479],[105.591526,24.140349],[105.596372,24.141438],[105.608551,24.137788],[105.613942,24.138316],[105.623233,24.131635],[105.625929,24.12492],[105.626964,24.114016],[105.624941,24.106818],[105.626687,24.10042],[105.632219,24.090593],[105.639819,24.091478],[105.642322,24.088955],[105.641092,24.080929],[105.636009,24.078627],[105.636566,24.074658],[105.640345,24.069879],[105.635456,24.055455],[105.643805,24.033873],[105.647941,24.032556],[105.652691,24.035018],[105.653449,24.040598],[105.654933,24.041362],[105.659803,24.04191],[105.664253,24.038924],[105.673613,24.041972],[105.676468,24.049253],[105.685891,24.051537],[105.693172,24.056534],[105.697312,24.065529],[105.701881,24.066385],[105.717585,24.061246],[105.73827,24.059213],[105.743252,24.061541],[105.746715,24.068815],[105.757335,24.074573],[105.767474,24.070304],[105.786147,24.068624],[105.797764,24.056429],[105.795245,24.049116],[105.786258,24.043763],[105.786443,24.03901],[105.784278,24.033879],[105.795203,24.026327],[105.799677,24.029979],[105.806815,24.032406],[105.811384,24.031264],[105.820151,24.034068],[105.82439,24.031582],[105.839965,24.033376],[105.846858,24.058876],[105.854991,24.058872],[105.859342,24.055549],[105.876684,24.049263],[105.887221,24.042157],[105.893018,24.043996],[105.895596,24.047474],[105.903689,24.070474],[105.90257,24.075686],[105.892038,24.085247],[105.893255,24.089904],[105.899254,24.090666],[105.900015,24.091998],[105.896018,24.099422],[105.89754,24.111605],[105.918442,24.123831],[105.932267,24.121785],[105.941094,24.117669],[105.955505,24.114904],[105.975804,24.119466],[105.996336,24.128166],[106.001285,24.128356],[106.002427,24.126072],[105.996907,24.123978],[105.995003,24.120933],[106.003854,24.10719],[106.010028,24.10203],[106.020456,24.105765],[106.045549,24.090821],[106.051297,24.067834],[106.049441,24.056556],[106.052424,24.047989],[106.067455,24.04055],[106.069766,24.037495],[106.067362,24.032637],[106.075246,24.029808],[106.080938,24.037207],[106.088288,24.032914],[106.092843,24.027003],[106.093534,24.023823],[106.088215,24.002581],[106.081243,24.001466],[106.078165,23.995412],[106.084096,23.991869],[106.092637,23.992278],[106.097469,23.985405],[106.100022,23.984244],[106.109738,23.96975],[106.116839,23.965679],[106.130587,23.962513],[106.134382,23.957873],[106.136288,23.950869],[106.135316,23.941448],[106.137038,23.924257],[106.139974,23.923004],[106.151306,23.910386],[106.154928,23.902847],[106.153218,23.899654],[106.158553,23.89181],[106.158103,23.886517],[106.164613,23.886016],[106.170542,23.883032],[106.177253,23.883058],[106.181912,23.886468],[106.190462,23.884992],[106.193905,23.882086],[106.196896,23.876223],[106.196282,23.869538],[106.189712,23.861899],[106.186387,23.86126],[106.177674,23.86627],[106.169465,23.865216],[106.175483,23.848969],[106.184246,23.846707],[106.193865,23.839863],[106.194982,23.831216],[106.1897,23.822794],[106.182879,23.818286],[106.178807,23.817807],[106.159733,23.82013],[106.144864,23.81102],[106.138843,23.813518],[106.137285,23.810118],[106.138307,23.805686],[106.133167,23.802006],[106.133317,23.799736],[106.138698,23.792858],[106.138666,23.781321],[106.143849,23.771065],[106.140357,23.754306],[106.145202,23.734167],[106.153117,23.72678],[106.157479,23.726991],[106.160129,23.72429],[106.157445,23.711104],[106.154046,23.709086],[106.153503,23.702471],[106.15619,23.699733],[106.148513,23.692017],[106.147637,23.68908],[106.147555,23.685576],[106.1495,23.682496],[106.150919,23.661461],[106.138766,23.643948],[106.139649,23.634141],[106.133291,23.620116],[106.125174,23.615766],[106.119491,23.610559],[106.115584,23.603562],[106.118556,23.587908],[106.138835,23.575883],[106.13042,23.565881],[106.123769,23.563783],[106.125311,23.559727],[106.121317,23.547405],[106.103714,23.535504],[106.104026,23.530044],[106.089967,23.527102],[106.087739,23.532343],[106.085011,23.534124],[106.080064,23.525342],[106.078479,23.515338],[106.073758,23.512456],[106.07149,23.508902],[106.072806,23.506779],[106.076297,23.506951],[106.077232,23.50494],[106.076341,23.502947],[106.069241,23.499911],[106.07012,23.49585],[106.068821,23.490804],[106.057322,23.49047],[106.047467,23.481863],[106.04096,23.485846],[106.038723,23.489143],[106.03256,23.489372],[106.033266,23.485456],[106.02818,23.477714],[106.023915,23.477366],[106.020257,23.473854],[106.021369,23.468763],[106.020268,23.466321],[106.01385,23.464838],[106.006165,23.45244],[105.995637,23.449022],[105.982791,23.458638],[105.984319,23.464163],[105.99316,23.468467],[105.994381,23.470816],[105.994821,23.481133],[105.98962,23.493878],[105.982872,23.494742],[105.968406,23.492305],[105.961106,23.499465],[105.958402,23.495021],[105.944475,23.494059],[105.934777,23.507017],[105.922921,23.508532],[105.915867,23.506307],[105.912045,23.50289],[105.903295,23.500385],[105.898702,23.504475],[105.90236,23.509663],[105.900736,23.521338],[105.883757,23.532901],[105.864311,23.536053],[105.86158,23.531816],[105.851993,23.527047],[105.85026,23.5287],[105.850387,23.531679],[105.837744,23.529142],[105.829005,23.521375],[105.820762,23.516832],[105.816328,23.507581],[105.81258,23.504626],[105.815842,23.492166],[105.813508,23.485304],[105.816383,23.481424],[105.809146,23.468619],[105.805427,23.467895],[105.797042,23.47333],[105.783637,23.47077],[105.780104,23.467483],[105.773737,23.46496],[105.756559,23.463393],[105.750661,23.45858],[105.749129,23.453266],[105.750116,23.448177],[105.746815,23.438934],[105.734465,23.433037],[105.729494,23.43237],[105.716208,23.41836],[105.712175,23.411199],[105.696317,23.400646],[105.691425,23.399058],[105.685255,23.399874],[105.67813,23.408388],[105.668777,23.411149],[105.662014,23.403561],[105.6588,23.405345],[105.639805,23.407568],[105.626266,23.404755],[105.633945,23.400267],[105.638712,23.401552],[105.64666,23.400312],[105.658256,23.393278],[105.665592,23.391523],[105.670746,23.386431],[105.671889,23.381307],[105.676694,23.37644],[105.68582,23.37405],[105.690871,23.369617],[105.691799,23.367054],[105.685636,23.358646],[105.679322,23.358206],[105.670132,23.360845],[105.66732,23.358],[105.666968,23.354326],[105.670676,23.351644],[105.675861,23.353022],[105.684111,23.349074],[105.693509,23.340421],[105.697748,23.331823],[105.690674,23.32752],[105.676691,23.324346],[105.667279,23.329872],[105.66772,23.33416],[105.671285,23.338753],[105.671349,23.342766],[105.664905,23.346924],[105.662241,23.350765],[105.648947,23.349888],[105.646332,23.347858],[105.645755,23.342471],[105.642194,23.339632],[105.639139,23.338496],[105.634979,23.339715],[105.620029,23.326969],[105.615467,23.329499],[105.61104,23.325488],[105.607526,23.317815],[105.594498,23.317403],[105.583053,23.310407],[105.587756,23.299286],[105.570067,23.290266],[105.569956,23.284242],[105.565492,23.280962],[105.566367,23.269602],[105.562979,23.258915],[105.560538,23.256186],[105.555886,23.255479],[105.549967,23.250153],[105.542402,23.250682],[105.530812,23.245218],[105.527542,23.238079],[105.530825,23.235925],[105.532134,23.232717],[105.526312,23.224478],[105.546936,23.200755],[105.540694,23.197399],[105.544706,23.187555],[105.530238,23.188031],[105.522591,23.197328],[105.516785,23.197423],[105.50089,23.205703],[105.498511,23.218743],[105.486328,23.239492],[105.477476,23.249581],[105.462438,23.257671],[105.459107,23.261288],[105.447876,23.290412],[105.440166,23.298026],[105.434931,23.300025],[105.431029,23.299169],[105.424176,23.288985],[105.412469,23.285748],[105.407234,23.289365],[105.393909,23.308782],[105.390415,23.311036],[105.382967,23.310786],[105.370881,23.319191],[105.368631,23.324396],[105.351607,23.344734],[105.349774,23.354648],[105.350471,23.364605],[105.348381,23.36871],[105.330612,23.383168],[105.32727,23.389806],[105.323012,23.392624],[105.311956,23.382464],[105.307862,23.381854],[105.302131,23.371006],[105.278356,23.341943],[105.273691,23.340777],[105.260575,23.341983],[105.254695,23.338516],[105.254243,23.334897],[105.257107,23.326907],[105.256203,23.321027],[105.251228,23.305499],[105.243087,23.296453],[105.239619,23.27414],[105.234493,23.265999],[105.215497,23.269014],[105.199215,23.274592],[105.191827,23.279869],[105.178259,23.28198],[105.174791,23.281075],[105.166499,23.274592],[105.114486,23.249264],[105.108908,23.24836],[105.105139,23.24836],[105.095188,23.261024],[105.086896,23.264793],[105.08162,23.264642],[105.068805,23.255898],[105.0542,23.250281],[105.044534,23.239574],[105.025404,23.223156],[105.000705,23.216018],[104.998706,23.214304],[104.996136,23.201741],[104.993995,23.200028],[104.965156,23.200742],[104.958588,23.197743],[104.954591,23.192033],[104.948023,23.160909],[104.946167,23.15734],[104.94217,23.154485],[104.936602,23.155912],[104.932605,23.16248],[104.917328,23.165621],[104.910774,23.174464],[104.905277,23.177748],[104.896354,23.177105],[104.881935,23.171466],[104.879294,23.166112],[104.877866,23.144126],[104.875582,23.134061],[104.8693,23.12578],[104.861805,23.124067],[104.856094,23.12785],[104.845886,23.125923],[104.825275,23.116715],[104.821574,23.111634],[104.815863,23.118844],[104.813008,23.119772],[104.803728,23.117559],[104.800016,23.114204],[104.801943,23.090505],[104.803728,23.085436],[104.81363,23.077855],[104.814343,23.075654],[104.811072,23.059117],[104.819405,23.049153],[104.81643,23.040349],[104.817144,23.036066],[104.822974,23.031307],[104.830617,23.004807],[104.836894,22.991451],[104.842485,22.984669],[104.861626,22.973026],[104.861045,22.949691],[104.855242,22.941209],[104.841292,22.930088],[104.823028,22.925048],[104.806071,22.912162],[104.785322,22.909497],[104.774472,22.904833],[104.770665,22.901122],[104.763621,22.88675],[104.760766,22.87904],[104.759529,22.86857],[104.755951,22.86247],[104.748202,22.860004],[104.73364,22.859814],[104.731165,22.858862],[104.729116,22.85495],[104.728584,22.848898],[104.735748,22.829316],[104.732617,22.824622],[104.728834,22.823765],[104.701922,22.826977],[104.670085,22.820624],[104.656541,22.833869],[104.630513,22.837852],[104.627028,22.840279],[104.623392,22.84702],[104.620604,22.845204],[104.617738,22.835243],[104.61876,22.833214],[104.621202,22.833594],[104.624077,22.830856],[104.623325,22.827596],[104.618367,22.824414],[104.613562,22.816346],[104.61035,22.819773],[104.600075,22.816245],[104.597656,22.818346],[104.59837,22.824057],[104.60408,22.826972],[104.604816,22.831257],[104.601953,22.834324],[104.59801,22.844341],[104.594584,22.848528],[104.57412,22.848433],[104.56228,22.835724],[104.558319,22.833407],[104.532937,22.825445],[104.526152,22.817907],[104.52359,22.806449],[104.518614,22.798006],[104.509116,22.791825],[104.500975,22.789714],[104.497055,22.77901],[104.481828,22.77313],[104.459817,22.754134],[104.425079,22.739987],[104.411183,22.728851],[104.40671,22.723426],[104.401331,22.705968],[104.388721,22.705437],[104.374159,22.693635],[104.369495,22.691827],[104.362071,22.693825],[104.344082,22.706103],[104.338447,22.722437],[104.329328,22.726128],[104.324802,22.729781],[104.317108,22.731501],[104.301997,22.730181],[104.280215,22.741272],[104.26958,22.74203],[104.269356,22.753312],[104.262047,22.761454],[104.257289,22.776451],[104.259184,22.789983],[104.26811,22.813749],[104.266606,22.819946],[104.271114,22.829222],[104.265869,22.838444],[104.258659,22.843226],[104.244025,22.845225],[104.219469,22.832804],[104.200838,22.828307],[104.175925,22.824738],[104.160934,22.819384],[104.141946,22.807606],[104.138448,22.80682],[104.124029,22.811389],[104.118746,22.809248],[104.1019,22.79697],[104.095832,22.790759],[104.091222,22.777476],[104.08334,22.76885],[104.061494,22.753173],[104.046432,22.733899],[104.036866,22.718694],[104.029514,22.685786],[104.03294,22.681503],[104.038223,22.678505],[104.039151,22.675792],[104.031298,22.649666],[104.030156,22.640243],[104.031891,22.632316],[104.027965,22.625499],[104.025859,22.614327],[104.020931,22.605972],[104.019575,22.595621],[104.014422,22.593069],[104.013656,22.583476],[104.005322,22.57599],[104.01292,22.570408],[104.016307,22.564898],[104.009837,22.562347],[104.010361,22.557232],[104.014489,22.551847],[104.014961,22.544182],[104.008798,22.544017],[104.005217,22.538646],[104.009244,22.534398],[104.012498,22.523857],[104.005678,22.5171],[103.999498,22.519831],[103.990638,22.519772],[103.980383,22.508381],[103.977326,22.507015],[103.964228,22.505563],[103.953884,22.511546],[103.946145,22.525224],[103.932422,22.527477],[103.927673,22.538701],[103.91407,22.545421],[103.888879,22.570268],[103.885289,22.569726],[103.882369,22.563731],[103.874652,22.56739],[103.868682,22.577795],[103.859948,22.587968],[103.847192,22.59475],[103.839418,22.606377],[103.823886,22.617179],[103.814016,22.637966],[103.794093,22.661377],[103.781573,22.670461],[103.777766,22.678795],[103.767884,22.690603],[103.754844,22.688012],[103.752026,22.689394],[103.744467,22.698699],[103.739137,22.700748],[103.737445,22.702616],[103.736971,22.71058],[103.734253,22.715622],[103.725775,22.725042],[103.702855,22.744987],[103.694095,22.746828],[103.684939,22.752965],[103.680518,22.763888],[103.667036,22.76998],[103.663607,22.785293],[103.659097,22.789546],[103.651054,22.790986],[103.640858,22.797707],[103.638477,22.795919],[103.639301,22.79193],[103.637924,22.786445],[103.633223,22.787305],[103.619154,22.785744],[103.617712,22.782517],[103.620606,22.77467],[103.608868,22.763769],[103.609788,22.756481],[103.60639,22.754308],[103.603973,22.749255],[103.598799,22.749319],[103.596578,22.742455],[103.591347,22.739827],[103.591622,22.735221],[103.583052,22.732052],[103.580528,22.72777],[103.581924,22.723689],[103.575032,22.722366],[103.574731,22.717384],[103.572451,22.715816],[103.569877,22.70909],[103.564259,22.705861],[103.562627,22.700058],[103.565546,22.693276],[103.564747,22.688241],[103.567114,22.684544],[103.567702,22.679766],[103.578412,22.670677],[103.579831,22.664277],[103.577118,22.660981],[103.577212,22.657289],[103.571683,22.647566],[103.571128,22.642204],[103.553627,22.637649],[103.537811,22.603318],[103.530007,22.596465],[103.525828,22.596166],[103.50882,22.602631],[103.507996,22.609611],[103.499867,22.621853],[103.476046,22.639492],[103.458256,22.660749],[103.456598,22.67085],[103.458484,22.680903],[103.439831,22.702122],[103.431238,22.722626],[103.431992,22.734536],[103.44093,22.748812],[103.439026,22.760828],[103.423203,22.767015],[103.41083,22.782124],[103.406903,22.78498],[103.387092,22.790924],[103.371102,22.805058],[103.365677,22.807199],[103.331555,22.813053],[103.323932,22.811967],[103.321019,22.809626],[103.317707,22.798919],[103.31922,22.785931],[103.313138,22.775362],[103.308713,22.761371],[103.303002,22.758372],[103.299575,22.749949],[103.286441,22.737814],[103.28487,22.729533],[103.288197,22.709178],[103.281312,22.697985],[103.283543,22.684886],[103.270741,22.674672],[103.26048,22.671566],[103.251738,22.672787],[103.249541,22.669305],[103.236353,22.659828],[103.227404,22.647806],[103.221579,22.646512],[103.207062,22.647442],[103.195838,22.651072],[103.184854,22.644437],[103.182829,22.640279],[103.184458,22.631517],[103.174897,22.625884],[103.168658,22.618746],[103.166516,22.615177],[103.163875,22.602344],[103.157764,22.594277],[103.162409,22.583163],[103.168314,22.57815],[103.177631,22.564345],[103.182828,22.560723],[103.182303,22.558046],[103.155219,22.542894],[103.141656,22.540682],[103.136802,22.538326],[103.112341,22.520075],[103.093924,22.516516],[103.081075,22.511281],[103.073841,22.494054],[103.072414,22.485868],[103.07327,22.480634],[103.080884,22.470069],[103.081836,22.460551],[103.078505,22.453127],[103.074507,22.45227],[103.055757,22.453603],[103.04367,22.448463],[103.029298,22.447987],[103.003314,22.466357],[102.99344,22.468039],[102.991346,22.476414],[102.988273,22.480521],[102.967928,22.483008],[102.961841,22.486123],[102.944233,22.486789],[102.932865,22.489382],[102.922532,22.499448],[102.921676,22.508299],[102.913291,22.515134],[102.907652,22.528983],[102.90501,22.531981],[102.895231,22.536906],[102.894274,22.550883],[102.892775,22.553667],[102.88401,22.560535],[102.885152,22.564675],[102.882868,22.57167],[102.874016,22.576239],[102.873017,22.578523],[102.873302,22.582092],[102.878728,22.588945],[102.879085,22.5928],[102.866235,22.608933],[102.854814,22.613787],[102.845534,22.614929],[102.842108,22.621496],[102.835683,22.62735],[102.823976,22.630205],[102.810485,22.625993],[102.800705,22.627635],[102.786952,22.626761],[102.785958,22.628825],[102.787831,22.647629],[102.783738,22.652483],[102.764322,22.654006],[102.75766,22.658574],[102.749569,22.668473],[102.734445,22.671087],[102.714885,22.686934],[102.711602,22.695215],[102.692614,22.705779],[102.68776,22.705637],[102.679622,22.70064],[102.664774,22.695215],[102.655208,22.696214],[102.641217,22.705208],[102.611236,22.733905],[102.60681,22.735475],[102.594961,22.732191],[102.586252,22.710633],[102.583682,22.708064],[102.5774,22.70892],[102.572403,22.712632],[102.560411,22.733762],[102.536921,22.762191],[102.521716,22.767521],[102.515149,22.776943],[102.508677,22.781417],[102.498398,22.783035],[102.491545,22.782273],[102.461952,22.766799],[102.453921,22.750655],[102.456182,22.740403],[102.455579,22.736483],[102.431608,22.701958],[102.42407,22.695325],[102.413228,22.690156],[102.396704,22.690847],[102.39263,22.690363],[102.39016,22.687635],[102.387448,22.678843],[102.412777,22.647508],[102.418785,22.636932],[102.416314,22.634918],[102.410037,22.635079],[102.403347,22.632989],[102.390165,22.61894],[102.387099,22.610591],[102.371842,22.593531],[102.351807,22.589401],[102.347425,22.589924],[102.345747,22.583684],[102.354864,22.572435],[102.35534,22.566654],[102.336106,22.559276],[102.321516,22.557423],[102.321571,22.547601],[102.303925,22.534076],[102.290114,22.511396],[102.278312,22.496596],[102.27767,22.486017],[102.282072,22.482626],[102.281953,22.48102],[102.272688,22.477571],[102.261751,22.467135],[102.253566,22.462281],[102.260514,22.449051],[102.267938,22.428683],[102.268604,22.424685],[102.265748,22.417159],[102.260418,22.417064],[102.249568,22.423632],[102.233292,22.429342],[102.206452,22.432578],[102.175614,22.432864],[102.171807,22.432102],[102.162384,22.425154],[102.151724,22.408403],[102.143818,22.400625],[102.129742,22.410475],[102.126322,22.41806],[102.126322,22.432188],[102.124091,22.436203],[102.120076,22.439178],[102.10637,22.442411],[102.079625,22.443639],[102.060292,22.449736],[102.048097,22.45628],[102.022815,22.456577],[102.010323,22.445721],[102.001698,22.44468],[101.993449,22.436181],[101.978316,22.429117],[101.971556,22.429275],[101.958041,22.436223],[101.933517,22.442113],[101.909697,22.44151],[101.903666,22.439701],[101.910307,22.418533],[101.910149,22.400352],[101.906983,22.394773],[101.899681,22.388007],[101.889042,22.386482],[101.865372,22.390401],[101.858739,22.392814],[101.842004,22.412563],[101.829039,22.420705],[101.821002,22.432028],[101.820109,22.437382],[101.82234,22.459243],[101.808212,22.470695],[101.802858,22.47932],[101.798694,22.479766],[101.791417,22.484966],[101.784421,22.498975],[101.777515,22.506212],[101.76441,22.508166],[101.759889,22.506857],[101.749182,22.496507],[101.745017,22.494365],[101.73312,22.494008],[101.72848,22.491986],[101.722651,22.48568],[101.711943,22.479256],[101.690391,22.477257],[101.682396,22.479827],[101.675067,22.480017],[101.672402,22.478685],[101.669928,22.473545],[101.671926,22.461933],[101.668082,22.44128],[101.65603,22.421088],[101.646495,22.412393],[101.645258,22.404481],[101.64659,22.401162],[101.666673,22.380889],[101.669813,22.37061],[101.665435,22.365851],[101.657726,22.364804],[101.649445,22.365755],[101.647256,22.364233],[101.648493,22.347196],[101.646019,22.33092],[101.633303,22.316094],[101.629882,22.302412],[101.625718,22.296166],[101.623487,22.283525],[101.619621,22.27951],[101.597611,22.270736],[101.583631,22.270141],[101.571139,22.274751],[101.564149,22.27252],[101.560729,22.268207],[101.547005,22.240151],[101.546444,22.233906],[101.547696,22.231283],[101.562365,22.218685],[101.564744,22.213629],[101.566232,22.203665],[101.573519,22.189685],[101.589283,22.172137],[101.593893,22.162768],[101.596718,22.14284],[101.602072,22.134958],[101.599841,22.130199],[101.587103,22.128951],[101.574741,22.12473],[101.57263,22.1187],[101.573233,22.113423],[101.576399,22.10694],[101.589214,22.08915],[101.592078,22.073018],[101.595546,22.066686],[101.602679,22.058847],[101.60886,22.04573],[101.614589,22.038494],[101.619564,22.022513],[101.624389,22.012864],[101.623333,22.006381],[101.617001,22.000803],[101.618403,21.989674],[101.61528,21.978372],[101.609926,21.974059],[101.605482,21.967091],[101.625761,21.962657],[101.649336,21.949818],[101.665694,21.937475],[101.669561,21.937624],[101.686069,21.945803],[101.691125,21.945654],[101.696776,21.94268],[101.701386,21.937772],[101.702576,21.933311],[101.69802,21.909938],[101.699578,21.901071],[101.704188,21.893189],[101.713111,21.883373],[101.736425,21.87527],[101.738988,21.870584],[101.739285,21.866122],[101.737054,21.853779],[101.741665,21.842923],[101.753413,21.836974],[101.769772,21.835933],[101.77349,21.83281],[101.775869,21.828943],[101.776018,21.824184],[101.760998,21.804554],[101.757875,21.797564],[101.759064,21.775703],[101.755198,21.763359],[101.748208,21.754139],[101.746275,21.748339],[101.747167,21.733913],[101.752075,21.726924],[101.762039,21.721867],[101.765016,21.71828],[101.767839,21.708929],[101.767987,21.698222],[101.770516,21.686027],[101.769921,21.661935],[101.77691,21.651142],[101.778992,21.643197],[101.786577,21.641115],[101.79669,21.64632],[101.802638,21.648104],[101.805613,21.647063],[101.809191,21.644378],[101.810794,21.630374],[101.825719,21.620424],[101.826775,21.618012],[101.820292,21.603991],[101.812905,21.593889],[101.800391,21.582733],[101.791798,21.577607],[101.781546,21.578059],[101.763756,21.586502],[101.752298,21.588764],[101.746871,21.585748],[101.743403,21.579416],[101.745061,21.571577],[101.75667,21.564792],[101.757575,21.55831],[101.753203,21.550168],[101.753504,21.541424],[101.759233,21.529212],[101.765867,21.527403],[101.76858,21.518508],[101.76451,21.509764],[101.740991,21.493632],[101.736769,21.48519],[101.742621,21.471817],[101.743216,21.458581],[101.746785,21.440586],[101.745893,21.429284],[101.748421,21.419469],[101.747826,21.416792],[101.735632,21.405489],[101.736375,21.396566],[101.732909,21.367608],[101.72537,21.350316],[101.745084,21.297201],[101.75437,21.291126],[101.763442,21.289491],[101.775839,21.290832],[101.778504,21.289118],[101.788593,21.289309],[101.793543,21.285121],[101.802489,21.26856],[101.817337,21.254854],[101.821525,21.254473],[101.827807,21.256567],[101.831233,21.255235],[101.833137,21.250857],[101.832756,21.246098],[101.828759,21.240006],[101.828188,21.235628],[101.834089,21.210501],[101.832756,21.207265],[101.82933,21.206123],[101.819431,21.207075],[101.809441,21.21329],[101.80204,21.210166],[101.79163,21.20972],[101.787317,21.201391],[101.782856,21.184884],[101.76843,21.159602],[101.7604,21.150828],[101.749395,21.144731],[101.712364,21.146069],[101.698236,21.150977],[101.69318,21.157371],[101.694072,21.17031],[101.676991,21.18326],[101.672803,21.194491],[101.668996,21.198869],[101.653387,21.200202],[101.6393,21.197727],[101.607891,21.176407],[101.598945,21.176407],[101.589808,21.184021],[101.587333,21.18859],[101.587714,21.192968],[101.602752,21.218476],[101.605226,21.226281],[101.604275,21.232372],[101.599325,21.237131],[101.592196,21.239735],[101.540194,21.253354],[101.517204,21.252747],[101.507404,21.249732],[101.479664,21.246415],[101.474689,21.244305],[101.462176,21.234204],[101.44529,21.229228],[101.395237,21.22953],[101.383327,21.227118],[101.332379,21.196448],[101.317479,21.192012],[101.305091,21.190719],[101.29107,21.181221],[101.285492,21.181372],[101.273129,21.193282],[101.251361,21.209007],[101.244461,21.218287],[101.223046,21.228043],[101.220666,21.234943],[101.225663,21.246365],[101.227033,21.258744],[101.236658,21.268024],[101.243511,21.280516],[101.247065,21.292315],[101.246509,21.298148],[101.240227,21.305286],[101.21096,21.316422],[101.201823,21.321419],[101.18155,21.336409],[101.177838,21.353399],[101.169272,21.360394],[101.1628,21.368828],[101.146619,21.396049],[101.141099,21.410516],[101.143764,21.415846],[101.148332,21.41813],[101.176696,21.416607],[101.184691,21.41832],[101.190782,21.422889],[101.193828,21.431265],[101.194018,21.436595],[101.191543,21.46096],[101.192099,21.478301],[101.205138,21.487628],[101.222651,21.503237],[101.220176,21.504951],[101.216179,21.504284],[101.2131,21.505713],[101.206781,21.518629],[101.206067,21.527694],[101.209874,21.537629],[101.210475,21.543671],[101.206311,21.55069],[101.205617,21.559],[101.195722,21.55997],[101.177281,21.557948],[101.149094,21.564145],[101.144333,21.563581],[101.138043,21.572359],[101.140977,21.580705],[101.147386,21.589119],[101.152099,21.59127],[101.166456,21.592133],[101.169355,21.595604],[101.170084,21.602432],[101.16946,21.605848],[101.16113,21.619327],[101.159298,21.63086],[101.16235,21.638064],[101.160159,21.645743],[101.156691,21.649523],[101.151075,21.651717],[101.150339,21.660674],[101.152803,21.67056],[101.149221,21.672423],[101.142786,21.671536],[101.135192,21.673868],[101.125968,21.684525],[101.12534,21.690254],[101.118769,21.689221],[101.115164,21.692855],[101.118842,21.707398],[101.11855,21.717139],[101.109854,21.751732],[101.111165,21.760427],[101.114334,21.767337],[101.121915,21.774393],[101.120617,21.776206],[101.090733,21.776176],[101.085798,21.774498],[101.078667,21.765938],[101.041696,21.741552],[101.039751,21.73377],[101.028497,21.726323],[101.018405,21.723028],[101.013627,21.715503],[101.014032,21.70989],[101.010368,21.707768],[101.004513,21.709206],[100.986261,21.703895],[100.981211,21.704621],[100.975892,21.699753],[100.967252,21.698366],[100.964,21.700707],[100.960223,21.699388],[100.955466,21.701691],[100.940138,21.699668],[100.924685,21.688992],[100.915027,21.691218],[100.910697,21.690339],[100.913326,21.684587],[100.91222,21.683133],[100.909169,21.683405],[100.904288,21.687772],[100.898429,21.687489],[100.890282,21.684005],[100.887023,21.687823],[100.88448,21.687242],[100.88177,21.682184],[100.871396,21.674481],[100.867252,21.673286],[100.867829,21.67126],[100.854898,21.65506],[100.851931,21.647796],[100.848393,21.643938],[100.846591,21.63788],[100.836397,21.637361],[100.818632,21.630613],[100.804633,21.616616],[100.799868,21.608914],[100.798381,21.600139],[100.790202,21.57917],[100.777468,21.569611],[100.753022,21.557904],[100.741423,21.545412],[100.727741,21.520576],[100.718669,21.51433],[100.712274,21.513289],[100.698322,21.514781],[100.687186,21.511069],[100.680048,21.504644],[100.666771,21.487798],[100.660061,21.483515],[100.654064,21.482372],[100.641358,21.484657],[100.632792,21.481801],[100.620942,21.475805],[100.609521,21.467239],[100.591675,21.462242],[100.582395,21.45696],[100.573401,21.454104],[100.563835,21.453105],[100.555983,21.454676],[100.545133,21.459958],[100.527572,21.474949],[100.524003,21.475948],[100.513866,21.47295],[100.494307,21.463242],[100.488454,21.461814],[100.482172,21.463099],[100.470608,21.471808],[100.465515,21.479601],[100.459097,21.491313],[100.452744,21.510087],[100.443536,21.520224],[100.437896,21.532288],[100.429265,21.54177],[100.425041,21.542781],[100.420758,21.542067],[100.397558,21.529278],[100.387446,21.525708],[100.380902,21.526601],[100.370195,21.532103],[100.349891,21.53191],[100.336502,21.520144],[100.32797,21.507254],[100.319734,21.501242],[100.314703,21.49218],[100.305209,21.491063],[100.297206,21.480759],[100.290581,21.479979],[100.281054,21.486039],[100.272264,21.475975],[100.265203,21.471577],[100.255302,21.472392],[100.252477,21.47142],[100.249748,21.467301],[100.246878,21.466673],[100.239094,21.470226],[100.23638,21.468419],[100.209233,21.508833],[100.204521,21.514116],[100.198097,21.516685],[100.191815,21.518399],[100.17863,21.516792],[100.172131,21.492724],[100.167603,21.486025],[100.147454,21.50077],[100.130558,21.506834],[100.125122,21.512108],[100.121102,21.523494],[100.123303,21.531465],[100.123124,21.537889],[100.118733,21.548814],[100.121904,21.55648],[100.121735,21.568976],[100.117326,21.577878],[100.107828,21.58573],[100.106867,21.594236],[100.111484,21.603044],[100.117529,21.605904],[100.121498,21.610313],[100.131091,21.614481],[100.133935,21.618582],[100.134461,21.627213],[100.137582,21.634134],[100.139753,21.636986],[100.145558,21.639723],[100.152545,21.649946],[100.160893,21.650599],[100.168725,21.648637],[100.173106,21.65145],[100.173318,21.65672],[100.168393,21.665909],[100.157269,21.676775],[100.149573,21.68727],[100.14586,21.690269],[100.137465,21.692216],[100.130563,21.698892],[100.130951,21.70198],[100.110068,21.705582],[100.04816,21.676912],[100.041292,21.668999],[100.028858,21.67761],[100.028946,21.684488],[100.031781,21.694543],[100.009006,21.697946],[99.998302,21.701413],[99.99001,21.707293],[99.985638,21.713927],[99.981718,21.729154],[99.975412,21.740835],[99.967485,21.769043],[99.961228,21.777091],[99.958037,21.798896],[99.948976,21.8087],[99.943221,21.825101],[99.945713,21.830787],[99.947144,21.844335],[99.944908,21.848118],[99.945408,21.865341],[99.958766,21.875569],[99.963015,21.885274],[99.959118,21.91004],[99.965133,21.910569],[99.975395,21.91482],[99.980724,21.921087],[99.98237,21.926439],[99.981506,21.934502],[99.984597,21.948078],[99.996658,21.97014],[99.994471,21.980786],[99.989873,21.990327],[99.963565,22.01923],[99.959343,22.030688],[99.957987,22.037623],[99.959343,22.041996],[99.969008,22.050412],[99.971216,22.05595],[99.961415,22.058285],[99.94226,22.057214],[99.932504,22.06114],[99.918823,22.06114],[99.896271,22.067993],[99.873962,22.069752],[99.866726,22.067189],[99.864012,22.065078],[99.862203,22.060706],[99.863861,22.052263],[99.872455,22.040805],[99.871098,22.03387],[99.862655,22.029046],[99.847277,22.026332],[99.834462,22.028594],[99.831447,22.030855],[99.824211,22.042916],[99.815211,22.049255],[99.789535,22.05558],[99.760623,22.070797],[99.749768,22.071852],[99.723083,22.066123],[99.720357,22.061838],[99.718349,22.050793],[99.714147,22.042279],[99.710506,22.039423],[99.705153,22.038638],[99.694017,22.042707],[99.686758,22.048136],[99.69398,22.068274],[99.691696,22.074413],[99.683986,22.07784],[99.673136,22.077412],[99.641394,22.105299],[99.62865,22.102686],[99.623417,22.097875],[99.6122,22.096968],[99.601102,22.110047],[99.592537,22.115228],[99.590621,22.113687],[99.59083,22.110519],[99.58293,22.107488],[99.572954,22.097231],[99.563972,22.111687],[99.557279,22.114648],[99.54406,22.110195],[99.526119,22.100999],[99.519033,22.100546],[99.509837,22.104768],[99.497474,22.11517],[99.48627,22.12872],[99.471646,22.134148],[99.467576,22.133394],[99.453404,22.119071],[99.445564,22.113795],[99.427171,22.109724],[99.414276,22.109135],[99.404996,22.103484],[99.398631,22.10164],[99.389351,22.100212],[99.371089,22.102413],[99.362582,22.106339],[99.3567,22.099194],[99.349884,22.096834],[99.340534,22.099112],[99.328185,22.09904],[99.307277,22.102436],[99.286335,22.109815],[99.278007,22.109518],[99.271192,22.10332],[99.264434,22.10056],[99.260722,22.101512],[99.255107,22.111791],[99.249015,22.115693],[99.226903,22.119193],[99.21981,22.114254],[99.21732,22.114853],[99.189812,22.139819],[99.164918,22.153241],[99.154871,22.163808],[99.158723,22.169509],[99.170025,22.169628],[99.178532,22.166832],[99.185135,22.166832],[99.193098,22.167959],[99.199162,22.171185],[99.199342,22.174806],[99.194736,22.174378],[99.189922,22.171033],[99.18639,22.176519],[99.182617,22.175701],[99.174496,22.178943],[99.172788,22.184226],[99.174454,22.191365],[99.190991,22.210282],[99.199319,22.229912],[99.20288,22.233059],[99.212406,22.23705],[99.223292,22.238349],[99.233149,22.24986],[99.23496,22.253686],[99.230278,22.267898],[99.23172,22.277162],[99.23469,22.283352],[99.232542,22.298906],[99.240422,22.310427],[99.246252,22.314391],[99.251487,22.321906],[99.255014,22.334582],[99.26813,22.345551],[99.277135,22.348741],[99.277501,22.361907],[99.263305,22.376723],[99.252413,22.383441],[99.249237,22.388494],[99.249102,22.394156],[99.25377,22.397869],[99.271537,22.400838],[99.280741,22.404336],[99.29689,22.415441],[99.308896,22.430644],[99.308371,22.434952],[99.310742,22.439924],[99.324946,22.444781],[99.332903,22.449199],[99.336445,22.455585],[99.344953,22.46224],[99.349929,22.470492],[99.360808,22.476817],[99.366111,22.487244],[99.377954,22.493131],[99.380879,22.496592],[99.38064,22.503659],[99.378757,22.508043],[99.366701,22.513923],[99.358698,22.523684],[99.357843,22.527515],[99.359011,22.539486],[99.364735,22.546309],[99.368383,22.554329],[99.384293,22.573463],[99.384797,22.576631],[99.382368,22.584204],[99.383176,22.587968],[99.369608,22.60522],[99.372717,22.61157],[99.370789,22.614347],[99.367514,22.615438],[99.367479,22.620414],[99.363356,22.631982],[99.361884,22.645449],[99.357761,22.657568],[99.359705,22.664282],[99.34717,22.674631],[99.348347,22.67834],[99.342732,22.69792],[99.340112,22.700023],[99.338463,22.71123],[99.333878,22.715051],[99.328878,22.716316],[99.321469,22.727736],[99.317204,22.731438],[99.314127,22.739535],[99.320633,22.741066],[99.324127,22.744798],[99.323366,22.747987],[99.325416,22.754565],[99.331195,22.752856],[99.338123,22.7549],[99.343386,22.761129],[99.350981,22.761302],[99.351815,22.759693],[99.358691,22.760409],[99.365935,22.767752],[99.382119,22.764508],[99.384769,22.765161],[99.388398,22.781325],[99.385367,22.790687],[99.389491,22.799418],[99.391257,22.807679],[99.386689,22.813506],[99.394399,22.816861],[99.394613,22.82457],[99.415096,22.826938],[99.423559,22.837414],[99.428108,22.837402],[99.435215,22.844977],[99.440114,22.847555],[99.454354,22.849113],[99.461483,22.847541],[99.460531,22.852175],[99.457176,22.856997],[99.451257,22.861375],[99.449773,22.878256],[99.443849,22.887588],[99.439521,22.908471],[99.434769,22.916024],[99.43866,22.921406],[99.436872,22.930493],[99.439731,22.935721],[99.45065,22.936133],[99.49705,22.907436],[99.52696,22.89915],[99.535383,22.899935],[99.547637,22.904456],[99.554704,22.910595],[99.559772,22.918733],[99.560917,22.931452],[99.553927,22.947662],[99.542327,22.958816],[99.531025,22.963099],[99.52855,22.965954],[99.526914,22.976662],[99.520231,22.985044],[99.511034,23.00193],[99.513899,23.013539],[99.521135,23.029369],[99.526554,23.055265],[99.524228,23.067683],[99.515091,23.074393],[99.48205,23.082018],[99.473425,23.085439],[99.463921,23.086537],[99.447185,23.082671],[99.432528,23.083052],[99.426246,23.085146],[99.41655,23.091392],[99.393505,23.095616],[99.378925,23.10091],[99.352007,23.123788],[99.346487,23.130261],[99.341537,23.133116],[99.325738,23.136162],[99.321163,23.134538],[99.322882,23.121885],[99.32174,23.117507],[99.314887,23.109702],[99.307463,23.104372],[99.300991,23.102659],[99.278965,23.102557],[99.273159,23.10059],[99.265544,23.094309],[99.257169,23.077938],[99.247175,23.077272],[99.232993,23.086314],[99.212343,23.091842],[99.20292,23.104476],[99.2036,23.111218],[99.200354,23.111874],[99.195227,23.109896],[99.189504,23.102944],[99.185459,23.10223],[99.170111,23.104609],[99.155478,23.102587],[99.143937,23.104966],[99.124121,23.100396],[99.119065,23.10099],[99.112224,23.105303],[99.11029,23.104113],[99.109249,23.091175],[99.103747,23.090878],[99.089767,23.095637],[99.062701,23.108129],[99.045747,23.120324],[99.048722,23.1404],[99.058537,23.159585],[99.058686,23.163451],[99.056262,23.167516],[99.053324,23.166778],[99.04504,23.159483],[99.02776,23.16377],[98.993798,23.165095],[98.979521,23.171805],[98.96453,23.171377],[98.945951,23.181407],[98.926078,23.186367],[98.919064,23.18971],[98.903997,23.188176],[98.890522,23.179752],[98.884991,23.182818],[98.884484,23.194032],[98.889786,23.196745],[98.894916,23.205968],[98.89422,23.209064],[98.889529,23.211373],[98.889575,23.215644],[98.894859,23.216929],[98.905922,23.226083],[98.911102,23.237653],[98.910271,23.252145],[98.912781,23.255632],[98.92295,23.263056],[98.926015,23.270484],[98.927228,23.276194],[98.920661,23.296896],[98.924016,23.299037],[98.929798,23.297181],[98.932297,23.298395],[98.932096,23.304926],[98.935779,23.314846],[98.913974,23.33082],[98.905193,23.335362],[98.899376,23.335812],[98.888383,23.332268],[98.884754,23.325586],[98.883326,23.325395],[98.876569,23.327394],[98.872596,23.330325],[98.871842,23.332888],[98.872897,23.335149],[98.879983,23.338014],[98.884054,23.341783],[98.889481,23.350075],[98.899733,23.359723],[98.915262,23.354296],[98.919924,23.35665],[98.920691,23.361129],[98.917265,23.378071],[98.907176,23.395583],[98.906414,23.400723],[98.911744,23.412715],[98.913648,23.425469],[98.911744,23.428705],[98.896325,23.438985],[98.895183,23.443934],[98.896706,23.460685],[98.885856,23.470584],[98.872242,23.488183],[98.851306,23.485426],[98.847324,23.483192],[98.848072,23.479338],[98.835682,23.479075],[98.828913,23.474889],[98.814939,23.491843],[98.809734,23.512217],[98.803488,23.520545],[98.800662,23.537052],[98.801852,23.541811],[98.808693,23.553262],[98.845575,23.582113],[98.859548,23.585161],[98.877036,23.594659],[98.883519,23.601896],[98.885178,23.607927],[98.884876,23.615012],[98.87975,23.624058],[98.866031,23.629335],[98.851418,23.632605],[98.847561,23.634309],[98.845299,23.637475],[98.84153,23.64833],[98.835952,23.681498],[98.83354,23.686926],[98.828263,23.69175],[98.813411,23.697919],[98.812206,23.699993],[98.812015,23.706226],[98.820983,23.721663],[98.822306,23.730043],[98.817931,23.739833],[98.805627,23.753568],[98.793091,23.779622],[98.781935,23.786758],[98.764803,23.780381],[98.746815,23.780095],[98.742936,23.782675],[98.740723,23.78771],[98.725037,23.793771],[98.716471,23.795413],[98.710617,23.788203],[98.704423,23.78578],[98.70122,23.786721],[98.690302,23.795972],[98.68713,23.803151],[98.677173,23.805695],[98.674221,23.804775],[98.669958,23.811292],[98.672203,23.814325],[98.683298,23.818582],[98.691124,23.825285],[98.699006,23.836885],[98.695883,23.84566],[98.689785,23.852947],[98.694568,23.864673],[98.695139,23.872097],[98.692149,23.887751],[98.684878,23.899644],[98.681606,23.908567],[98.684646,23.921292],[98.688572,23.929263],[98.698328,23.94116],[98.699161,23.948061],[98.697971,23.952701],[98.694841,23.954222],[98.67745,23.955382],[98.672133,23.962113],[98.672361,23.963965],[98.69521,23.985707],[98.700939,23.985602],[98.706962,23.982586],[98.713134,23.975191],[98.716554,23.973704],[98.72518,23.974299],[98.737981,23.982044],[98.755855,23.998436],[98.764058,24],[98.766319,24.005458],[98.764058,24.012996],[98.764844,24.016746],[98.771747,24.023851],[98.797527,24.026715],[98.80858,24.032578],[98.821348,24.046013],[98.84155,24.054305],[98.853762,24.062144],[98.862506,24.072848],[98.868799,24.086913],[98.886176,24.096367],[98.891452,24.102398],[98.892508,24.106921],[98.890917,24.128598],[98.887236,24.142174],[98.881147,24.151433],[98.876684,24.155435],[98.859817,24.137115],[98.853635,24.133024],[98.841096,24.129761],[98.806594,24.13403],[98.774736,24.132589],[98.756075,24.126639],[98.744558,24.128608],[98.710972,24.128681],[98.705831,24.125962],[98.697737,24.113602],[98.691397,24.107712],[98.675597,24.103905],[98.666269,24.103524],[98.652373,24.106189],[98.637365,24.104845],[98.617527,24.091088],[98.592014,24.081186],[98.590535,24.088685],[98.585681,24.093396],[98.572832,24.098964],[98.554843,24.112813],[98.550417,24.125805],[98.543279,24.130516],[98.521063,24.127245],[98.483031,24.125376],[98.452479,24.129088],[98.422926,24.122093],[98.403224,24.121522],[98.389233,24.118381],[98.3731,24.118809],[98.364391,24.113812],[98.36125,24.1101],[98.359398,24.103321],[98.355254,24.10439],[98.34526,24.102962],[98.322988,24.106388],[98.299146,24.103533],[98.291151,24.104961],[98.27556,24.110991],[98.235476,24.112458],[98.216345,24.116884],[98.198785,24.111316],[98.190361,24.11203],[98.178366,24.105739],[98.173087,24.10565],[98.164378,24.108505],[98.164378,24.102652],[98.162379,24.100653],[98.153242,24.09794],[98.134202,24.096011],[98.105843,24.096325],[98.090281,24.089901],[98.08043,24.08005],[98.039456,24.074054],[98.02675,24.067201],[98.019146,24.059069],[98.012616,24.05478],[97.998624,24.051496],[97.984205,24.035935],[97.977185,24.032827],[97.948085,24.024371],[97.938662,24.01866],[97.913678,24.02023],[97.904209,24.016368],[97.886328,24.001288],[97.897046,23.981819],[97.897046,23.978696],[97.894369,23.976019],[97.886635,23.976762],[97.87395,23.986781],[97.868637,23.987477],[97.847226,23.979439],[97.844808,23.974028],[97.8444,23.963378],[97.839939,23.960552],[97.836667,23.961147],[97.82807,23.971323],[97.825833,23.971262],[97.824835,23.954331],[97.81986,23.945285],[97.816091,23.944833],[97.818353,23.95614],[97.816393,23.961718],[97.813138,23.962299],[97.806932,23.954576],[97.796397,23.954602],[97.794878,23.952333],[97.79619,23.946793],[97.794984,23.943928],[97.779004,23.940159],[97.772441,23.935246],[97.767998,23.921615],[97.759857,23.910761],[97.753374,23.906991],[97.733309,23.901684],[97.721412,23.887995],[97.707391,23.888749],[97.703807,23.887275],[97.702475,23.88461],[97.703426,23.88147],[97.718369,23.869382],[97.716847,23.865004],[97.71047,23.861006],[97.704283,23.861482],[97.698086,23.866658],[97.695052,23.871571],[97.692552,23.882649],[97.68872,23.886948],[97.686459,23.886948],[97.683915,23.883582],[97.681916,23.870305],[97.676348,23.863881],[97.670637,23.861311],[97.663764,23.861477],[97.656361,23.86852],[97.654576,23.867164],[97.652435,23.857956],[97.643991,23.853368],[97.639878,23.873379],[97.634357,23.880269],[97.624622,23.888377],[97.616535,23.893403],[97.60372,23.893889],[97.595093,23.899082],[97.589365,23.907578],[97.577307,23.910356],[97.5745,23.912009],[97.572835,23.916119],[97.568851,23.914935],[97.565548,23.911763],[97.550668,23.923539],[97.543097,23.922664],[97.531842,23.929715],[97.528236,23.92904],[97.527278,23.936405],[97.529209,23.946263],[97.535314,23.953588],[97.541284,23.955549],[97.544653,23.959887],[97.561671,23.964778],[97.564555,23.969499],[97.567908,23.971001],[97.571654,23.984974],[97.573669,23.987583],[97.581574,23.990617],[97.586746,23.99025],[97.599896,23.997131],[97.612676,23.999513],[97.617494,24.003912],[97.622661,24.005836],[97.628205,24.005669],[97.622044,24.019515],[97.624067,24.025202],[97.632625,24.022571],[97.632802,24.031879],[97.631085,24.034355],[97.635627,24.043567],[97.632914,24.047298],[97.633207,24.049359],[97.637999,24.049763],[97.642246,24.046045],[97.656075,24.065954],[97.663603,24.068106],[97.666742,24.072601],[97.677763,24.074466],[97.679751,24.080116],[97.684103,24.085209],[97.691966,24.090404],[97.692594,24.098317],[97.70001,24.096177],[97.707969,24.098763],[97.713134,24.109387],[97.728696,24.114933],[97.729999,24.130425],[97.734086,24.133853],[97.737822,24.142117],[97.736948,24.146912],[97.733246,24.152225],[97.741336,24.152906],[97.737181,24.155255],[97.743256,24.157797],[97.740503,24.161592],[97.752265,24.165873],[97.750857,24.174504],[97.742564,24.185644],[97.735828,24.188188],[97.726253,24.188895],[97.725905,24.222591],[97.740981,24.242944],[97.766027,24.261879],[97.747553,24.283182],[97.742461,24.285283],[97.736519,24.290955],[97.727953,24.291574],[97.719863,24.297491],[97.716342,24.298062],[97.699305,24.293589],[97.663934,24.300193],[97.663828,24.305601],[97.656784,24.324102],[97.657736,24.334929],[97.660473,24.339331],[97.669277,24.343733],[97.686885,24.341234],[97.699972,24.343614],[97.712821,24.354916],[97.715319,24.361817],[97.714833,24.37412],[97.710948,24.380456],[97.707712,24.382931],[97.699988,24.38356],[97.690946,24.387367],[97.686568,24.390508],[97.68238,24.396409],[97.679144,24.413541],[97.679334,24.426295],[97.676003,24.446948],[97.673958,24.451038],[97.670066,24.454656],[97.666921,24.455012],[97.64794,24.448784],[97.644127,24.449615],[97.619459,24.442381],[97.612954,24.4436],[97.606928,24.441072],[97.603201,24.442327],[97.599614,24.446914],[97.593393,24.443862],[97.590277,24.438255],[97.576161,24.444068],[97.572986,24.441813],[97.569887,24.44297],[97.562743,24.439779],[97.547622,24.441019],[97.533206,24.435992],[97.531202,24.43757],[97.535489,24.457727],[97.544658,24.470795],[97.553697,24.490274],[97.554201,24.501968],[97.557123,24.516447],[97.555673,24.523311],[97.559286,24.528391],[97.560843,24.559664],[97.563819,24.563483],[97.561438,24.5738],[97.56144,24.57737],[97.564908,24.584894],[97.563094,24.593362],[97.564356,24.59693],[97.570255,24.603368],[97.567185,24.616408],[97.567078,24.655201],[97.572516,24.658114],[97.573953,24.661143],[97.567915,24.665788],[97.56979,24.677012],[97.569141,24.68633],[97.564838,24.700613],[97.568424,24.708364],[97.567718,24.722646],[97.56347,24.72849],[97.557652,24.729201],[97.550204,24.733173],[97.548279,24.736404],[97.548979,24.740187],[97.546149,24.741311],[97.552741,24.748749],[97.562999,24.75485],[97.565005,24.758389],[97.56564,24.765039],[97.572314,24.770987],[97.588765,24.770006],[97.593095,24.772646],[97.596941,24.772565],[97.598665,24.775758],[97.618415,24.77957],[97.621419,24.784147],[97.628662,24.788113],[97.65118,24.795845],[97.675163,24.827034],[97.681597,24.830507],[97.691724,24.832745],[97.700353,24.843043],[97.705239,24.841882],[97.710379,24.836171],[97.715138,24.833887],[97.725572,24.832701],[97.732841,24.829128],[97.762156,24.828176],[97.777666,24.833847],[97.797484,24.850085],[97.798575,24.859549],[97.795238,24.861851],[97.790427,24.861163],[97.789176,24.869745],[97.781999,24.880194],[97.774705,24.88434],[97.775077,24.885797],[97.772926,24.887151],[97.766028,24.885298],[97.762971,24.881256],[97.757497,24.883467],[97.754376,24.889705],[97.743329,24.896906],[97.739254,24.906421],[97.729402,24.911726],[97.728077,24.930967],[97.731159,24.937375],[97.730412,24.953228],[97.726528,24.964116],[97.7186,24.972415],[97.719416,24.974904],[97.715949,24.981752],[97.717967,24.988865],[97.719603,25.012595],[97.718083,25.015853],[97.727594,25.046917],[97.724778,25.061695],[97.725493,25.067636],[97.721143,25.076579],[97.719757,25.083619],[97.725908,25.085353],[97.728885,25.088594],[97.730952,25.081605],[97.737239,25.079786],[97.743686,25.081736],[97.746662,25.086387],[97.748497,25.093578],[97.752083,25.09578],[97.756491,25.096097],[97.759625,25.103786],[97.77582,25.121855],[97.777925,25.125601],[97.776485,25.130761],[97.786443,25.150537],[97.795787,25.160371],[97.799679,25.167124],[97.795712,25.170894],[97.798099,25.176575],[97.801211,25.177843],[97.802815,25.192364],[97.805775,25.192999],[97.807363,25.195403],[97.808565,25.199384],[97.806787,25.203612],[97.814049,25.216995],[97.814969,25.224973],[97.819106,25.231432],[97.819229,25.236634],[97.826471,25.245955],[97.827743,25.251674],[97.832768,25.256381],[97.833882,25.263385],[97.838273,25.273411],[97.84184,25.273237],[97.85254,25.267889],[97.868006,25.265509],[97.880855,25.252184],[97.902746,25.221965],[97.909647,25.216968],[97.917023,25.216017],[97.946146,25.221507],[97.966278,25.242667],[97.991976,25.265985],[97.999352,25.275741],[98.004111,25.28288],[98.00768,25.304771],[98.011726,25.308578],[98.017067,25.310754],[98.044562,25.306912],[98.061932,25.310481],[98.065501,25.313575],[98.067643,25.316192],[98.074067,25.334752],[98.077399,25.337369],[98.086917,25.340462],[98.089772,25.344983],[98.091367,25.352425],[98.098338,25.366399],[98.100479,25.393762],[98.103628,25.395191],[98.133489,25.385869],[98.138551,25.38829],[98.1514,25.419699],[98.149734,25.428978],[98.144499,25.432786],[98.144499,25.434213],[98.15231,25.440689],[98.156284,25.455941],[98.154017,25.468002],[98.150686,25.47633],[98.130937,25.506073],[98.128319,25.511546],[98.129033,25.51712],[98.130461,25.51916],[98.150686,25.526774],[98.154255,25.530581],[98.161695,25.544785],[98.176146,25.554376],[98.183421,25.565967],[98.185418,25.580149],[98.175495,25.610399],[98.171392,25.617559],[98.170912,25.626474],[98.174719,25.627901],[98.181381,25.626474],[98.192565,25.618621],[98.203945,25.620967],[98.227037,25.612544],[98.248026,25.611224],[98.275846,25.592923],[98.28227,25.586261],[98.287267,25.580312],[98.299402,25.555566],[98.306541,25.551521],[98.313203,25.551521],[98.316059,25.553662],[98.325101,25.567939],[98.33676,25.576029],[98.348419,25.581502],[98.355558,25.581502],[98.362934,25.584357],[98.386967,25.601013],[98.398626,25.601965],[98.402433,25.605296],[98.406737,25.615924],[98.406002,25.656931],[98.408858,25.664783],[98.421469,25.678346],[98.427893,25.681915],[98.441932,25.688578],[98.455648,25.690444],[98.465965,25.71499],[98.464061,25.722842],[98.459302,25.730932],[98.45954,25.742353],[98.463823,25.74735],[98.473579,25.754013],[98.476196,25.759248],[98.476434,25.764244],[98.472389,25.777331],[98.473817,25.784708],[98.503322,25.816355],[98.51165,25.820638],[98.518313,25.831821],[98.519978,25.838246],[98.523548,25.842291],[98.531876,25.845622],[98.552815,25.849905],[98.557098,25.849429],[98.568519,25.843956],[98.580417,25.829204],[98.586841,25.8273],[98.603318,25.81526],[98.62063,25.810406],[98.62872,25.80303],[98.637476,25.802411],[98.64728,25.80993],[98.653923,25.818932],[98.659381,25.820051],[98.670598,25.817068],[98.674405,25.817544],[98.677261,25.822779],[98.682016,25.840451],[98.687726,25.846923],[98.696483,25.851111],[98.700698,25.856495],[98.70543,25.87186],[98.70543,25.890705],[98.702106,25.89872],[98.684871,25.92535],[98.681457,25.94228],[98.66781,25.950379],[98.662423,25.9558],[98.660068,25.96251],[98.658268,25.963219],[98.656927,25.960968],[98.65383,25.961466],[98.648418,25.964793],[98.644896,25.97332],[98.639376,25.976937],[98.617865,25.972368],[98.61501,25.97332],[98.613297,25.983028],[98.604921,26.006061],[98.605873,26.013485],[98.602066,26.029285],[98.602827,26.049463],[98.601429,26.058093],[98.597514,26.067697],[98.592213,26.075526],[98.585917,26.073651],[98.58022,26.074495],[98.586351,26.085622],[98.584718,26.098705],[98.580887,26.100759],[98.578562,26.108029],[98.579367,26.110097],[98.574081,26.116771],[98.572577,26.121461],[98.581627,26.128099],[98.583761,26.132674],[98.58436,26.139829],[98.586163,26.141961],[98.592709,26.141044],[98.601376,26.134475],[98.604517,26.134333],[98.624718,26.146925],[98.634046,26.14921],[98.647371,26.147496],[98.657928,26.140758],[98.66572,26.127174],[98.665958,26.119441],[98.656781,26.105884],[98.656446,26.103349],[98.6582,26.094959],[98.661562,26.09094],[98.664275,26.091209],[98.67939,26.102797],[98.690201,26.115516],[98.693628,26.116278],[98.699259,26.112738],[98.702384,26.112661],[98.718945,26.132839],[98.718184,26.13893],[98.709046,26.1494],[98.709046,26.153017],[98.712591,26.157958],[98.727892,26.167674],[98.732651,26.179857],[98.731889,26.190517],[98.72277,26.20557],[98.723808,26.215973],[98.715328,26.227256],[98.713805,26.234489],[98.704859,26.243627],[98.699148,26.244388],[98.68963,26.238297],[98.686394,26.238297],[98.672498,26.241342],[98.671927,26.243817],[98.67944,26.258732],[98.67916,26.271609],[98.677066,26.278843],[98.677638,26.284553],[98.683539,26.296736],[98.682407,26.311797],[98.694506,26.318785],[98.708856,26.331571],[98.72142,26.345467],[98.729497,26.350631],[98.725988,26.358221],[98.725246,26.3672],[98.730937,26.382777],[98.741961,26.388679],[98.74367,26.404275],[98.748921,26.4224],[98.742518,26.435556],[98.741781,26.441506],[98.745755,26.452879],[98.751085,26.482955],[98.756795,26.497232],[98.756513,26.501185],[98.751455,26.507858],[98.749206,26.513742],[98.754167,26.54628],[98.755357,26.565078],[98.757435,26.571095],[98.768682,26.578878],[98.774696,26.591608],[98.776927,26.600977],[98.776891,26.615514],[98.779478,26.624911],[98.771991,26.635174],[98.769006,26.647012],[98.765335,26.652377],[98.762019,26.662478],[98.761868,26.666097],[98.765185,26.672429],[98.769621,26.692243],[98.76277,26.695131],[98.749255,26.697034],[98.743735,26.702745],[98.743164,26.71607],[98.750397,26.73206],[98.756108,26.756045],[98.759654,26.790108],[98.763534,26.806602],[98.761057,26.8122],[98.753062,26.819244],[98.748874,26.829713],[98.730029,26.853698],[98.733075,26.858647],[98.748494,26.870259],[98.756517,26.88209],[98.755917,26.90243],[98.752301,26.92394],[98.751349,26.927747],[98.744686,26.936884],[98.743735,26.949448],[98.736795,26.968303],[98.741927,26.993547],[98.733332,27.005129],[98.737245,27.012117],[98.759408,27.023274],[98.766192,27.038953],[98.765136,27.050863],[98.762574,27.055838],[98.743196,27.07353],[98.73943,27.074386],[98.724129,27.071668],[98.715778,27.075801],[98.714028,27.079672],[98.713877,27.093378],[98.711314,27.104685],[98.713274,27.123681],[98.709505,27.136044],[98.712544,27.143454],[98.708902,27.167855],[98.701967,27.192429],[98.69721,27.194929],[98.69458,27.201475],[98.698701,27.213406],[98.707394,27.220773],[98.720058,27.225748],[98.721717,27.231712],[98.718501,27.239645],[98.720166,27.242025],[98.729856,27.247054],[98.729382,27.250127],[98.719452,27.256777],[98.716359,27.260823],[98.716226,27.264294],[98.718976,27.273672],[98.728494,27.282714],[98.731588,27.289614],[98.740376,27.328694],[98.734443,27.339345],[98.735995,27.350491],[98.73345,27.353972],[98.715169,27.357667],[98.710648,27.360522],[98.705176,27.36885],[98.701844,27.381699],[98.7047,27.392407],[98.704213,27.412161],[98.703024,27.415582],[98.690829,27.427925],[98.688896,27.432536],[98.689937,27.445771],[98.692316,27.449043],[98.704362,27.455884],[98.706444,27.459453],[98.70689,27.464212],[98.705403,27.467038],[98.694547,27.476853],[98.686516,27.48994],[98.692762,27.50273],[98.693357,27.506894],[98.689666,27.513556],[98.690479,27.515497],[98.706336,27.521498],[98.701197,27.540201],[98.703818,27.561475],[98.690061,27.565042],[98.671073,27.586886],[98.663649,27.588028],[98.660137,27.587555],[98.657795,27.585315],[98.648469,27.56925],[98.645084,27.569426],[98.62196,27.579176],[98.611538,27.581175],[98.602972,27.579605],[98.596691,27.569754],[98.589981,27.570325],[98.584786,27.573938],[98.584179,27.578012],[98.587553,27.5876],[98.587982,27.591597],[98.586269,27.59588],[98.575561,27.612441],[98.566684,27.631021],[98.563681,27.642219],[98.557326,27.648573],[98.552638,27.649289],[98.548007,27.642422],[98.540639,27.639602],[98.534016,27.624719],[98.528305,27.623577],[98.5136,27.627146],[98.50432,27.635284],[98.498895,27.637283],[98.491185,27.638996],[98.48162,27.638568],[98.470379,27.642064],[98.464916,27.646563],[98.45221,27.661982],[98.440074,27.666836],[98.435934,27.666407],[98.433507,27.664266],[98.431223,27.658127],[98.434364,27.642994],[98.438954,27.631095],[98.433079,27.620294],[98.434792,27.610585],[98.431088,27.590387],[98.43417,27.574066],[98.428909,27.553247],[98.420333,27.549577],[98.41252,27.54891],[98.406212,27.545538],[98.391533,27.520356],[98.377248,27.511128],[98.361409,27.510648],[98.352701,27.515645],[98.337476,27.51409],[98.32015,27.519214],[98.317799,27.534031],[98.3083,27.547625],[98.306444,27.553478],[98.308585,27.5639],[98.309493,27.583804],[98.303018,27.60002],[98.299734,27.632429],[98.297164,27.636141],[98.288884,27.638568],[98.286885,27.641566],[98.284109,27.657063],[98.278715,27.66053],[98.269324,27.661125],[98.265755,27.674117],[98.263614,27.676116],[98.237202,27.689536],[98.23506,27.692391],[98.233204,27.70624],[98.230492,27.709809],[98.222397,27.714432],[98.22421,27.719089],[98.224495,27.727512],[98.22835,27.731652],[98.24177,27.737506],[98.244483,27.740504],[98.24547,27.745046],[98.242979,27.749313],[98.225923,27.756922],[98.2175,27.765203],[98.216072,27.773055],[98.216929,27.778766],[98.221494,27.789442],[98.223924,27.808033],[98.222497,27.811174],[98.216072,27.815457],[98.202937,27.820025],[98.178478,27.835759],[98.173099,27.844582],[98.173384,27.85686],[98.178096,27.867995],[98.18552,27.875134],[98.197121,27.875008],[98.199796,27.876276],[98.202091,27.879362],[98.202652,27.890267],[98.20051,27.903687],[98.189374,27.930385],[98.187518,27.94095],[98.182522,27.942806],[98.161535,27.940664],[98.149257,27.944947],[98.145259,27.948802],[98.138549,27.961937],[98.132696,27.984066],[98.133267,27.992632],[98.141056,28.009757],[98.142779,28.020709],[98.140318,28.040889],[98.141248,28.046307],[98.154099,28.067836],[98.159144,28.086663],[98.156683,28.106104],[98.146347,28.128991],[98.135519,28.144372],[98.145482,28.151061],[98.159007,28.163533],[98.168822,28.164402],[98.170337,28.180096],[98.167222,28.183685],[98.167045,28.212567],[98.181456,28.220692],[98.201708,28.223405],[98.209291,28.219612],[98.240245,28.236578],[98.253028,28.241639],[98.265152,28.243384],[98.266641,28.247484],[98.266021,28.252718],[98.254029,28.271406],[98.244473,28.279916],[98.239929,28.292502],[98.238079,28.305141],[98.227146,28.320643],[98.217871,28.324252],[98.206939,28.333516],[98.20467,28.340834],[98.203719,28.352678],[98.204978,28.358374],[98.209319,28.361881],[98.228771,28.356397],[98.232955,28.369125],[98.236494,28.373407],[98.247705,28.379138],[98.266267,28.381019],[98.277052,28.388486],[98.278468,28.393285],[98.277245,28.395344],[98.278945,28.397492],[98.289313,28.396919],[98.301464,28.38872],[98.303198,28.381588],[98.299783,28.377741],[98.299547,28.373993],[98.303757,28.362398],[98.314176,28.357733],[98.32081,28.351607],[98.322867,28.347516],[98.323649,28.33781],[98.320756,28.329964],[98.321778,28.319303],[98.353611,28.288191],[98.368695,28.267727],[98.377606,28.249652],[98.379391,28.216688],[98.372346,28.198766],[98.36989,28.186592],[98.375143,28.182925],[98.381692,28.182672],[98.388899,28.170609],[98.390551,28.153706],[98.390025,28.122597],[98.388067,28.115926],[98.395297,28.108832],[98.428274,28.107179],[98.433804,28.118446],[98.460588,28.137013],[98.453253,28.143286],[98.455858,28.14793],[98.464392,28.15459],[98.468232,28.15311],[98.471606,28.154714],[98.482445,28.153924],[98.484559,28.150456],[98.494595,28.144922],[98.501288,28.145288],[98.508608,28.149718],[98.520721,28.163379],[98.524087,28.167717],[98.523921,28.172879],[98.536269,28.180788],[98.558109,28.187112],[98.578399,28.184434],[98.606577,28.174319],[98.626017,28.169121],[98.629969,28.173308],[98.630639,28.179942],[98.634399,28.186919],[98.649181,28.203763],[98.663679,28.21406],[98.670122,28.213688],[98.675641,28.211123],[98.683096,28.212268],[98.693655,28.217957],[98.710981,28.232498],[98.710972,28.249232],[98.708701,28.261852],[98.716394,28.279291],[98.714544,28.284988],[98.710514,28.29005],[98.71382,28.309035],[98.721822,28.316546],[98.73261,28.319202],[98.745544,28.325152],[98.752842,28.341247],[98.750351,28.345439],[98.742292,28.3499],[98.73521,28.357089],[98.735278,28.366599],[98.73199,28.374185],[98.718338,28.388186],[98.710461,28.402292],[98.709364,28.411939],[98.705746,28.420015],[98.695116,28.433026],[98.684367,28.439325],[98.688469,28.452633],[98.678417,28.46444],[98.674786,28.477848],[98.647989,28.48945],[98.631324,28.491035],[98.618751,28.502895],[98.62015,28.514638],[98.626474,28.521657],[98.634709,28.538818],[98.623674,28.58097],[98.618882,28.590651],[98.616494,28.618027],[98.61922,28.621947],[98.618836,28.627553],[98.609819,28.638474],[98.59652,28.672402],[98.594439,28.683668],[98.595932,28.68576],[98.604628,28.686709],[98.615103,28.683781],[98.633782,28.689711],[98.635105,28.698666],[98.6386,28.702244],[98.648191,28.707506],[98.654825,28.708848],[98.676665,28.726491],[98.681363,28.732424],[98.680015,28.738173],[98.682956,28.744198],[98.682371,28.755417],[98.675447,28.759716],[98.674949,28.762152],[98.678485,28.774631],[98.67761,28.778716],[98.665636,28.788608],[98.65214,28.814936],[98.653287,28.823332],[98.657955,28.830147],[98.662723,28.843488],[98.651753,28.86347],[98.643275,28.895861],[98.647576,28.918647],[98.656994,28.930428],[98.657387,28.933458],[98.65352,28.934742],[98.647035,28.933733],[98.644619,28.936075],[98.629199,28.961698],[98.630167,28.976131],[98.635568,28.97758],[98.638987,28.975917],[98.645997,28.978723],[98.657241,28.980439],[98.684551,28.97253],[98.689811,28.969348],[98.705187,28.966919],[98.71443,28.974259],[98.717509,28.981182],[98.746205,28.995272],[98.75618,29.006121],[98.766967,29.009217],[98.782784,29.002417],[98.790045,28.993716],[98.799828,28.974669],[98.815358,28.950417],[98.810088,28.932169],[98.816782,28.911889],[98.821059,28.891745],[98.822037,28.869397],[98.828786,28.849121],[98.829572,28.840854],[98.82636,28.825126],[98.83895,28.805583],[98.854359,28.801805],[98.87157,28.81247],[98.890282,28.807828],[98.896776,28.80358],[98.91104,28.80354],[98.921626,28.810823],[98.923534,28.823427],[98.933914,28.829086],[98.940317,28.827732],[98.940944,28.829263],[98.969987,28.831685],[98.972248,28.837144],[98.964208,28.854528],[98.970723,28.858174],[98.974134,28.863997],[98.972608,28.870583],[98.965374,28.877279],[98.958106,28.874245],[98.950556,28.874968],[98.916859,28.890582],[98.912884,28.910927],[98.919411,28.922954],[98.920613,28.951201],[98.924746,28.98028],[98.928129,28.984268],[98.933941,28.9875],[98.94428,28.98783],[98.956912,28.999709],[98.963069,29.011645],[98.994115,29.030488],[98.999789,29.030934],[99.007838,29.034841],[99.014669,29.043026],[99.014069,29.055675],[99.01197,29.06296],[99.005541,29.081305],[98.994902,29.102451],[98.991615,29.10813],[98.966854,29.13311],[98.961462,29.14943],[98.960967,29.176456],[98.967629,29.181568],[98.97355,29.183844],[98.974488,29.207661],[98.992644,29.205421],[99.010757,29.200358],[99.024272,29.199937],[99.025415,29.204205],[99.035987,29.21084],[99.046056,29.210342],[99.074898,29.213665],[99.090071,29.225286],[99.113087,29.224265],[99.110396,29.219595],[99.112758,29.211494]]]}},{type:"Feature",properties:{name:"西藏自治区",province_adcode:54e4,province_type:"自治区",name_en:"Xizang",name_var:"Xī Zàng",adcode:54e4},geometry:{type:"Polygon",coordinates:[[[88.388208,36.478538],[88.3952,36.477687],[88.400511,36.47331],[88.411878,36.472027],[88.418782,36.477382],[88.438984,36.47922],[88.445594,36.477051],[88.472661,36.481503],[88.479075,36.477765],[88.476142,36.459646],[88.477955,36.456034],[88.503774,36.451318],[88.513385,36.456606],[88.518253,36.45689],[88.529479,36.451783],[88.546191,36.447983],[88.556184,36.460478],[88.566859,36.462932],[88.58449,36.461039],[88.589696,36.44625],[88.599463,36.440506],[88.602177,36.436105],[88.606532,36.434082],[88.610953,36.422649],[88.614421,36.420757],[88.611627,36.412406],[88.613905,36.404061],[88.614062,36.392041],[88.621915,36.388339],[88.64147,36.383257],[88.649869,36.383922],[88.65687,36.381765],[88.662647,36.368786],[88.714548,36.355548],[88.715666,36.352095],[88.713752,36.345231],[88.71402,36.338622],[88.727791,36.329938],[88.722767,36.323286],[88.724757,36.317754],[88.730323,36.313808],[88.744578,36.311017],[88.751904,36.299174],[88.763832,36.292826],[88.780689,36.292271],[88.785858,36.2968],[88.791109,36.308942],[88.789046,36.31723],[88.789564,36.323394],[88.795408,36.329332],[88.796904,36.336904],[88.819668,36.344575],[88.843111,36.360157],[88.858965,36.35093],[88.866967,36.349084],[88.875461,36.350799],[88.89968,36.361889],[88.906182,36.362762],[88.913028,36.361006],[88.920153,36.363618],[88.924382,36.363488],[88.926913,36.36121],[88.929121,36.355355],[88.932245,36.353014],[88.934801,36.342383],[88.937996,36.337009],[88.946452,36.330724],[88.948962,36.327086],[88.959843,36.321125],[88.96454,36.314378],[88.967685,36.314543],[88.971192,36.318488],[88.97389,36.319193],[88.988882,36.311568],[88.998619,36.317162],[89.011589,36.315737],[89.024928,36.309121],[89.031569,36.310803],[89.043665,36.303838],[89.047872,36.299335],[89.048096,36.295552],[89.050938,36.292677],[89.059662,36.293965],[89.068829,36.287042],[89.080733,36.283901],[89.097454,36.282675],[89.097436,36.276807],[89.103828,36.270067],[89.105127,36.264087],[89.108374,36.260854],[89.125277,36.251526],[89.153289,36.258316],[89.160831,36.263485],[89.168974,36.263218],[89.185395,36.259555],[89.198553,36.260578],[89.202782,36.264939],[89.205303,36.270987],[89.213378,36.274175],[89.216745,36.278281],[89.220491,36.280063],[89.223436,36.289317],[89.229119,36.292791],[89.238817,36.292898],[89.243692,36.291335],[89.25043,36.285846],[89.246426,36.283288],[89.251725,36.274263],[89.251093,36.268708],[89.26023,36.264641],[89.272056,36.263508],[89.274402,36.261986],[89.269769,36.25703],[89.270126,36.255395],[89.285816,36.235886],[89.293426,36.229803],[89.301922,36.229432],[89.314585,36.233216],[89.320093,36.237005],[89.333477,36.237929],[89.35099,36.230791],[89.361292,36.233091],[89.367475,36.223236],[89.37356,36.220478],[89.376359,36.214109],[89.386336,36.21316],[89.397227,36.215551],[89.399718,36.21381],[89.402151,36.207164],[89.403885,36.207032],[89.406503,36.210637],[89.415203,36.208449],[89.425562,36.201148],[89.427068,36.19743],[89.426007,36.189554],[89.431821,36.189107],[89.43297,36.186263],[89.440588,36.183328],[89.441749,36.177624],[89.450478,36.178409],[89.457208,36.172223],[89.461646,36.172187],[89.465664,36.169211],[89.471363,36.168335],[89.475812,36.159691],[89.483769,36.154103],[89.49006,36.157251],[89.497404,36.15597],[89.51304,36.140853],[89.540037,36.135139],[89.552129,36.138018],[89.557839,36.141424],[89.572483,36.133112],[89.581954,36.132135],[89.5875,36.127864],[89.591663,36.127086],[89.599805,36.117963],[89.607493,36.114982],[89.614201,36.109818],[89.627461,36.108072],[89.63496,36.109361],[89.648094,36.098416],[89.65558,36.097555],[89.662533,36.103257],[89.665553,36.100848],[89.66626,36.097121],[89.670213,36.095769],[89.674169,36.096802],[89.679096,36.091593],[89.689882,36.097809],[89.695766,36.098601],[89.706885,36.096985],[89.709324,36.093193],[89.706633,36.090058],[89.686925,36.09145],[89.681872,36.085967],[89.660073,36.074177],[89.657075,36.06993],[89.650568,36.070037],[89.645734,36.068299],[89.642134,36.069709],[89.639857,36.06652],[89.641585,36.064161],[89.641641,36.057788],[89.635852,36.052926],[89.636308,36.049841],[89.630088,36.048412],[89.617437,36.048878],[89.61459,36.043027],[89.601806,36.039016],[89.581164,36.036924],[89.576122,36.038546],[89.564308,36.03736],[89.547956,36.029372],[89.541379,36.03072],[89.531972,36.028906],[89.525515,36.030212],[89.510303,36.026095],[89.504019,36.029585],[89.495969,36.029354],[89.490686,36.027169],[89.485041,36.027206],[89.480837,36.023466],[89.472981,36.022585],[89.463153,36.030289],[89.448833,36.028384],[89.445481,36.031809],[89.438447,36.031978],[89.432317,36.036848],[89.429373,36.044593],[89.424551,36.044108],[89.421493,36.046712],[89.41726,36.046737],[89.411908,36.041271],[89.40099,36.019686],[89.403998,36.014356],[89.418995,36.006822],[89.432221,35.992902],[89.426252,35.990491],[89.424579,35.985309],[89.424535,35.97908],[89.426495,35.975843],[89.42406,35.967627],[89.430863,35.959623],[89.432259,35.952494],[89.431537,35.947589],[89.426422,35.93913],[89.419746,35.935398],[89.419189,35.926307],[89.421332,35.91916],[89.430697,35.915092],[89.438955,35.913707],[89.466574,35.90137],[89.47286,35.901149],[89.480866,35.903586],[89.489389,35.902844],[89.53856,35.882555],[89.55001,35.8819],[89.554013,35.876575],[89.552769,35.873165],[89.534268,35.875449],[89.527245,35.873029],[89.529667,35.870426],[89.542945,35.866884],[89.54352,35.863402],[89.548,35.856871],[89.552846,35.860753],[89.557543,35.862087],[89.572802,35.86261],[89.587026,35.857134],[89.596459,35.855569],[89.602336,35.861661],[89.604491,35.862109],[89.608813,35.86028],[89.622936,35.85987],[89.628678,35.855714],[89.639683,35.855292],[89.650573,35.849394],[89.65509,35.848535],[89.660505,35.851137],[89.672477,35.853312],[89.686714,35.848904],[89.693618,35.850118],[89.704261,35.84915],[89.721817,35.853185],[89.731749,35.859879],[89.741428,35.859477],[89.74552,35.854726],[89.775912,35.862405],[89.789523,35.858468],[89.800077,35.848519],[89.795251,35.841342],[89.779896,35.830055],[89.782189,35.822657],[89.777956,35.806931],[89.765424,35.801135],[89.765785,35.796908],[89.771221,35.786794],[89.779967,35.775856],[89.777635,35.762783],[89.76782,35.76055],[89.761027,35.764734],[89.755766,35.760992],[89.744805,35.757312],[89.75056,35.739757],[89.750187,35.730249],[89.740751,35.719102],[89.739096,35.714535],[89.740947,35.711504],[89.749223,35.711645],[89.748552,35.704548],[89.741902,35.701488],[89.744721,35.69539],[89.747845,35.692473],[89.745052,35.686414],[89.746526,35.672333],[89.745771,35.662235],[89.744322,35.659725],[89.740183,35.657777],[89.731685,35.658046],[89.727759,35.656634],[89.722623,35.650499],[89.72358,35.648211],[89.731897,35.642149],[89.736065,35.636097],[89.74135,35.62078],[89.749255,35.616046],[89.754919,35.606271],[89.762106,35.60234],[89.762496,35.589933],[89.754876,35.583505],[89.742112,35.579669],[89.720131,35.583976],[89.709306,35.583329],[89.706403,35.578184],[89.701619,35.551244],[89.697275,35.548067],[89.696507,35.543841],[89.696165,35.53858],[89.699694,35.539894],[89.703497,35.536603],[89.700916,35.529433],[89.702503,35.521262],[89.707791,35.517916],[89.703316,35.50861],[89.713883,35.508311],[89.719704,35.503978],[89.723648,35.506652],[89.728631,35.505202],[89.738917,35.507866],[89.746179,35.502631],[89.752746,35.491352],[89.763117,35.485988],[89.764224,35.483945],[89.741393,35.480744],[89.738052,35.469632],[89.72504,35.469114],[89.729404,35.464414],[89.723522,35.454963],[89.718279,35.451307],[89.710426,35.448917],[89.70949,35.439787],[89.696178,35.436078],[89.699333,35.428099],[89.692133,35.426329],[89.685538,35.417012],[89.655328,35.426876],[89.639441,35.421085],[89.631924,35.420208],[89.627806,35.417155],[89.619968,35.414993],[89.600005,35.399273],[89.598837,35.393906],[89.589309,35.385665],[89.578169,35.383189],[89.565033,35.382835],[89.561714,35.380304],[89.549527,35.377264],[89.532567,35.36945],[89.511832,35.373083],[89.504088,35.372472],[89.49556,35.36268],[89.49648,35.356148],[89.499194,35.35236],[89.508064,35.350565],[89.512018,35.34307],[89.513865,35.332331],[89.503122,35.322532],[89.493456,35.301374],[89.493113,35.295934],[89.497483,35.287417],[89.507425,35.284891],[89.523585,35.28782],[89.529475,35.285471],[89.530804,35.280839],[89.527409,35.276419],[89.518167,35.272058],[89.514674,35.268553],[89.502743,35.263058],[89.484643,35.257541],[89.471709,35.246711],[89.455625,35.238833],[89.446779,35.226134],[89.465798,35.216006],[89.472867,35.209155],[89.483101,35.186041],[89.502692,35.164305],[89.51032,35.148151],[89.511486,35.138432],[89.526342,35.131545],[89.532849,35.13086],[89.536216,35.126205],[89.536211,35.123467],[89.554268,35.120311],[89.565829,35.123302],[89.579115,35.119324],[89.581987,35.113481],[89.589879,35.109111],[89.588925,35.103677],[89.585088,35.102031],[89.583539,35.099302],[89.591627,35.088403],[89.589176,35.060871],[89.587894,35.058446],[89.578776,35.05768],[89.576719,35.054371],[89.585405,35.046289],[89.586117,35.041899],[89.580353,35.021513],[89.57745,35.019118],[89.570332,35.017436],[89.564513,35.012893],[89.567293,35.007856],[89.574717,35.001079],[89.574937,34.989106],[89.565036,34.965861],[89.567822,34.960996],[89.567407,34.949847],[89.562214,34.94844],[89.558841,34.939912],[89.559742,34.930962],[89.56641,34.918764],[89.582778,34.91099],[89.580651,34.899909],[89.577199,34.895912],[89.585672,34.894713],[89.590778,34.896663],[89.621342,34.894296],[89.623075,34.892561],[89.620275,34.886515],[89.620341,34.883129],[89.633972,34.883751],[89.644862,34.887591],[89.648835,34.88742],[89.649676,34.884649],[89.652573,34.884235],[89.654365,34.885522],[89.654083,34.888577],[89.665434,34.889693],[89.669106,34.892091],[89.670862,34.897347],[89.681578,34.902278],[89.68889,34.902993],[89.696534,34.907099],[89.70436,34.920764],[89.711991,34.921022],[89.715768,34.916731],[89.730381,34.908092],[89.740261,34.910784],[89.744156,34.904235],[89.753916,34.90991],[89.758787,34.915479],[89.76342,34.917457],[89.771211,34.916994],[89.784904,34.923612],[89.803296,34.916522],[89.808208,34.912935],[89.812809,34.906331],[89.819607,34.904838],[89.815343,34.900769],[89.813939,34.893086],[89.821201,34.883992],[89.821659,34.88057],[89.813432,34.878863],[89.808881,34.874063],[89.813479,34.871221],[89.823214,34.87076],[89.838684,34.865142],[89.844315,34.858672],[89.842651,34.853335],[89.84858,34.839326],[89.848565,34.823784],[89.866791,34.817754],[89.863278,34.810932],[89.854376,34.809895],[89.848116,34.806026],[89.840208,34.80697],[89.824046,34.79931],[89.824606,34.792076],[89.82737,34.789129],[89.824928,34.783361],[89.822187,34.779907],[89.804419,34.769402],[89.805792,34.752465],[89.79864,34.745009],[89.792865,34.744789],[89.767811,34.75061],[89.76451,34.747935],[89.762688,34.741447],[89.746473,34.740292],[89.74457,34.735478],[89.729568,34.73353],[89.729115,34.728802],[89.725763,34.726324],[89.726026,34.721974],[89.735081,34.714915],[89.723855,34.711041],[89.721142,34.704849],[89.724181,34.700262],[89.730096,34.697163],[89.733436,34.691122],[89.734341,34.683038],[89.7314,34.672636],[89.724573,34.666432],[89.724253,34.663689],[89.725857,34.661362],[89.730497,34.661976],[89.736434,34.657933],[89.737287,34.650947],[89.740662,34.645214],[89.752975,34.641803],[89.766321,34.641209],[89.773481,34.63875],[89.774544,34.641944],[89.781014,34.644701],[89.783767,34.641536],[89.78523,34.634222],[89.795202,34.63057],[89.796319,34.628673],[89.790841,34.615354],[89.792538,34.604879],[89.781518,34.601046],[89.775197,34.596606],[89.775196,34.588547],[89.779313,34.584422],[89.77542,34.577272],[89.782869,34.571527],[89.790712,34.568106],[89.813212,34.550918],[89.808327,34.54427],[89.809492,34.540435],[89.816083,34.53544],[89.810679,34.531467],[89.80966,34.528388],[89.817521,34.522821],[89.816763,34.517221],[89.812559,34.512194],[89.809804,34.504599],[89.816508,34.485281],[89.806414,34.477022],[89.81379,34.47118],[89.815509,34.467847],[89.813991,34.464061],[89.819884,34.458988],[89.821508,34.455572],[89.817458,34.450186],[89.820181,34.443243],[89.818089,34.438067],[89.820459,34.42892],[89.819344,34.425819],[89.815632,34.420634],[89.807995,34.415598],[89.805696,34.406081],[89.797528,34.396297],[89.800975,34.392922],[89.811144,34.388251],[89.822707,34.386704],[89.818828,34.370386],[89.822849,34.365648],[89.829895,34.361198],[89.838782,34.358692],[89.858755,34.360952],[89.861056,34.354337],[89.85982,34.34642],[89.869559,34.345032],[89.870639,34.340525],[89.86936,34.33497],[89.865375,34.326351],[89.855877,34.320543],[89.845697,34.3087],[89.837698,34.306145],[89.822893,34.2965],[89.825168,34.281118],[89.831583,34.274659],[89.836045,34.263391],[89.831968,34.255732],[89.82824,34.238918],[89.819387,34.226082],[89.822407,34.218475],[89.821658,34.206163],[89.813086,34.200624],[89.809508,34.194451],[89.801945,34.190981],[89.802816,34.188379],[89.816142,34.179085],[89.813757,34.170642],[89.788409,34.152826],[89.779756,34.151817],[89.77063,34.154086],[89.757335,34.154304],[89.756452,34.148976],[89.751341,34.141972],[89.751603,34.135991],[89.753438,34.13466],[89.75442,34.12945],[89.754693,34.125964],[89.753089,34.124617],[89.744744,34.125419],[89.744575,34.128094],[89.74252,34.128977],[89.721295,34.129821],[89.710188,34.13366],[89.70186,34.131148],[89.692518,34.131299],[89.681119,34.109534],[89.669576,34.102666],[89.66511,34.103491],[89.66054,34.097434],[89.654975,34.09873],[89.653267,34.096934],[89.653521,34.091608],[89.648842,34.083256],[89.650524,34.078962],[89.650939,34.065818],[89.653926,34.060265],[89.648205,34.054488],[89.633172,34.052607],[89.633971,34.044088],[89.647149,34.041197],[89.65045,34.03588],[89.650301,34.026969],[89.656749,34.021613],[89.664756,34.020614],[89.665035,34.01506],[89.671999,34.007952],[89.674697,34.000306],[89.682503,33.993275],[89.682565,33.989044],[89.679567,33.9847],[89.685599,33.972119],[89.68403,33.960117],[89.689119,33.959759],[89.694499,33.961878],[89.706085,33.9568],[89.715725,33.948862],[89.724595,33.929659],[89.729569,33.92804],[89.736807,33.919581],[89.750939,33.913995],[89.761762,33.913322],[89.763097,33.907977],[89.760551,33.902063],[89.762095,33.896939],[89.764564,33.894198],[89.781812,33.884725],[89.77922,33.8814],[89.779942,33.878658],[89.786921,33.873775],[89.792615,33.866469],[89.801007,33.864193],[89.804263,33.867452],[89.810918,33.864393],[89.831359,33.87082],[89.843355,33.86766],[89.857331,33.857623],[89.859539,33.853309],[89.859999,33.843488],[89.867106,33.84242],[89.869112,33.840237],[89.870186,33.831855],[89.882953,33.825172],[89.893303,33.824589],[89.899777,33.809522],[89.922234,33.812143],[89.939381,33.804011],[89.93209,33.798493],[89.912964,33.768697],[89.90022,33.761701],[89.904828,33.746618],[89.904661,33.741272],[89.92403,33.743814],[89.936294,33.743488],[89.957466,33.734736],[89.980307,33.727962],[89.982189,33.722682],[89.979415,33.716779],[89.980931,33.714334],[89.985902,33.71184],[89.983573,33.707473],[89.983935,33.704255],[89.996936,33.696508],[90.001381,33.695998],[90.006429,33.69125],[90.006664,33.68925],[90.002164,33.687424],[89.991766,33.672],[89.991988,33.668622],[89.995431,33.663069],[89.998757,33.661327],[89.999712,33.657591],[89.995534,33.648037],[89.988315,33.643495],[89.984388,33.629805],[89.985586,33.624836],[89.981478,33.615201],[89.987723,33.601389],[89.985819,33.587637],[89.988295,33.583997],[89.995296,33.579862],[90.006157,33.55856],[90.010688,33.554805],[90.028669,33.547645],[90.046597,33.545562],[90.045992,33.541051],[90.065536,33.536248],[90.071717,33.536273],[90.078718,33.53383],[90.08108,33.53131],[90.082012,33.528716],[90.080847,33.524743],[90.085366,33.506777],[90.08566,33.49992],[90.08925,33.490774],[90.085992,33.480525],[90.090204,33.470387],[90.106218,33.463124],[90.129067,33.459388],[90.147092,33.452634],[90.171876,33.447277],[90.176876,33.444946],[90.18433,33.444326],[90.190289,33.441387],[90.192505,33.438301],[90.212972,33.439167],[90.215906,33.441161],[90.221845,33.439449],[90.228029,33.433107],[90.242739,33.427801],[90.320249,33.325424],[90.361945,33.284549],[90.368607,33.285881],[90.381361,33.281884],[90.388595,33.278077],[90.392592,33.271985],[90.399636,33.26894],[90.404966,33.2638],[90.482388,33.268923],[90.487883,33.2672],[90.498046,33.255742],[90.517728,33.244607],[90.539308,33.241408],[90.558501,33.233253],[90.562659,33.230124],[90.562328,33.22586],[90.572587,33.218149],[90.603404,33.203941],[90.619539,33.187104],[90.623257,33.185526],[90.625766,33.181209],[90.649496,33.170672],[90.652726,33.165009],[90.658504,33.161966],[90.693821,33.146132],[90.701319,33.13824],[90.716445,33.140684],[90.726018,33.140021],[90.74038,33.14494],[90.746088,33.14456],[90.761921,33.138488],[90.770809,33.130188],[90.783031,33.124237],[90.788205,33.124245],[90.797316,33.117267],[90.802853,33.116416],[90.80881,33.11878],[90.818518,33.119541],[90.834413,33.117748],[90.841867,33.112818],[90.853831,33.119233],[90.860479,33.11863],[90.865762,33.121452],[90.880667,33.122673],[90.888613,33.101735],[90.892864,33.099013],[90.900389,33.088177],[90.908004,33.099219],[90.909515,33.113329],[90.927515,33.12357],[90.936784,33.121931],[90.94625,33.117521],[90.954893,33.120799],[90.965019,33.122277],[90.97132,33.120784],[90.985792,33.122012],[90.997814,33.119363],[91.001049,33.120079],[91.003095,33.122887],[91.011148,33.123582],[91.013187,33.122821],[91.01685,33.116341],[91.021365,33.117101],[91.028654,33.113313],[91.030991,33.10585],[91.036196,33.100841],[91.043866,33.104144],[91.045925,33.107148],[91.050149,33.107311],[91.053299,33.111496],[91.058218,33.113248],[91.062901,33.112823],[91.068252,33.115547],[91.096697,33.096045],[91.116029,33.087484],[91.132751,33.075798],[91.145119,33.074235],[91.144409,33.080407],[91.147063,33.092484],[91.158638,33.099703],[91.158524,33.107538],[91.160463,33.111735],[91.171789,33.115987],[91.176836,33.113749],[91.178694,33.110075],[91.186202,33.108376],[91.195144,33.118192],[91.193193,33.124876],[91.194416,33.127856],[91.202568,33.130922],[91.214219,33.129525],[91.222343,33.135121],[91.221658,33.141726],[91.229301,33.144615],[91.251052,33.144562],[91.253994,33.142482],[91.260309,33.143285],[91.266582,33.134356],[91.273731,33.130384],[91.278592,33.133045],[91.285273,33.130994],[91.295863,33.118318],[91.313522,33.109265],[91.325077,33.110339],[91.338758,33.10807],[91.350322,33.104213],[91.369146,33.102599],[91.379603,33.099597],[91.383346,33.097419],[91.390319,33.089399],[91.395481,33.08647],[91.400285,33.084867],[91.418946,33.08375],[91.424473,33.081565],[91.429437,33.071085],[91.434215,33.068141],[91.437155,33.068344],[91.440223,33.071552],[91.457168,33.075844],[91.455089,33.081518],[91.459132,33.087588],[91.460288,33.093852],[91.472735,33.09751],[91.484595,33.10832],[91.497155,33.111005],[91.500492,33.10923],[91.504141,33.103654],[91.509456,33.100524],[91.511288,33.100528],[91.515472,33.105399],[91.525036,33.100419],[91.529445,33.102745],[91.534088,33.102068],[91.542927,33.094744],[91.546383,33.088442],[91.55403,33.086408],[91.55829,33.078637],[91.552667,33.072683],[91.55173,33.062681],[91.561627,33.060975],[91.562613,33.052461],[91.575792,33.049315],[91.579456,33.045075],[91.579493,33.04156],[91.610599,33.033606],[91.61303,33.031226],[91.632427,33.024503],[91.63765,33.024157],[91.643888,33.016892],[91.661254,33.01419],[91.66351,33.012957],[91.664218,33.004602],[91.66615,33.00145],[91.679112,32.993744],[91.685594,32.991152],[91.706442,32.988231],[91.710742,32.984292],[91.719891,32.983612],[91.723012,32.982219],[91.7289,32.973189],[91.742256,32.969212],[91.74925,32.970746],[91.753645,32.967138],[91.753928,32.9634],[91.763037,32.961184],[91.781159,32.9474],[91.795103,32.943055],[91.79833,32.944296],[91.799244,32.950817],[91.811409,32.955985],[91.825781,32.949222],[91.831524,32.951793],[91.836859,32.950249],[91.838562,32.944178],[91.843764,32.940248],[91.848078,32.924004],[91.855511,32.922278],[91.857525,32.919668],[91.858659,32.911102],[91.856707,32.904881],[91.877276,32.908555],[91.886795,32.907461],[91.893526,32.908692],[91.9001,32.896917],[91.893236,32.890283],[91.89304,32.888143],[91.898095,32.884308],[91.90457,32.874887],[91.908308,32.87414],[91.91425,32.876274],[91.923357,32.869491],[91.925486,32.864869],[91.925719,32.85816],[91.933202,32.855282],[91.934342,32.84861],[91.939782,32.837957],[91.949045,32.835334],[91.950004,32.833915],[91.948672,32.830326],[91.956748,32.821425],[91.966906,32.823796],[91.97443,32.822391],[91.979646,32.827997],[91.991417,32.826875],[91.997091,32.838035],[92.011769,32.832029],[92.027209,32.832487],[92.028634,32.841439],[92.0236,32.848398],[92.02787,32.856074],[92.034282,32.859452],[92.037095,32.863035],[92.042614,32.862319],[92.043485,32.860157],[92.048536,32.858694],[92.064116,32.863198],[92.086735,32.860242],[92.098856,32.860698],[92.110832,32.868135],[92.11388,32.871636],[92.116557,32.878946],[92.125111,32.880551],[92.135897,32.886524],[92.14437,32.88732],[92.148328,32.885587],[92.149738,32.88315],[92.149185,32.878267],[92.152699,32.873575],[92.165078,32.874265],[92.173714,32.871211],[92.19729,32.869717],[92.201585,32.866318],[92.204132,32.859266],[92.223584,32.845087],[92.228863,32.843754],[92.229309,32.83955],[92.226694,32.832989],[92.226598,32.823383],[92.214901,32.821706],[92.201072,32.80876],[92.193072,32.806003],[92.196628,32.801526],[92.205045,32.79599],[92.211244,32.787695],[92.209554,32.782188],[92.205694,32.777831],[92.20347,32.764109],[92.200803,32.759364],[92.197843,32.757555],[92.198234,32.756341],[92.200319,32.753812],[92.208552,32.750967],[92.216394,32.737281],[92.219081,32.736068],[92.234184,32.737897],[92.239888,32.73267],[92.254338,32.72451],[92.267138,32.72354],[92.271804,32.725772],[92.274278,32.731134],[92.285082,32.732896],[92.289945,32.736044],[92.289773,32.742111],[92.291417,32.743939],[92.299149,32.746979],[92.298995,32.751883],[92.301006,32.753384],[92.309094,32.754201],[92.32307,32.752546],[92.329589,32.749757],[92.331512,32.744012],[92.336871,32.740851],[92.352518,32.74361],[92.35659,32.750558],[92.354314,32.757393],[92.354993,32.764935],[92.377303,32.759441],[92.384952,32.754555],[92.41226,32.748333],[92.414479,32.748843],[92.413433,32.753299],[92.431722,32.763132],[92.454429,32.766767],[92.459744,32.76402],[92.465626,32.75569],[92.481096,32.75017],[92.485789,32.744867],[92.494649,32.746309],[92.501747,32.742452],[92.505388,32.74833],[92.516752,32.743829],[92.521462,32.740128],[92.523773,32.735943],[92.528913,32.735261],[92.532439,32.737857],[92.54492,32.739337],[92.551908,32.73517],[92.553015,32.732442],[92.570982,32.734618],[92.573342,32.736482],[92.572318,32.741248],[92.576881,32.74414],[92.587175,32.73768],[92.592112,32.736618],[92.594218,32.742984],[92.597484,32.745867],[92.603018,32.734819],[92.608172,32.730803],[92.613907,32.72936],[92.621113,32.733996],[92.626819,32.734246],[92.632175,32.731224],[92.629136,32.72602],[92.634232,32.722686],[92.649423,32.723234],[92.663042,32.732255],[92.666013,32.732477],[92.669736,32.73644],[92.67578,32.745865],[92.679296,32.762198],[92.68614,32.767624],[92.697555,32.764261],[92.712143,32.753989],[92.717157,32.754552],[92.72131,32.749689],[92.724986,32.749483],[92.726882,32.751656],[92.736068,32.751458],[92.73933,32.746493],[92.743478,32.743696],[92.753324,32.745994],[92.773375,32.725876],[92.781344,32.726015],[92.784971,32.721216],[92.7898,32.722005],[92.79342,32.728587],[92.799567,32.730023],[92.811574,32.731804],[92.824975,32.729759],[92.834816,32.7203],[92.843241,32.715085],[92.849946,32.713992],[92.862246,32.7044],[92.863708,32.699134],[92.872681,32.698891],[92.878041,32.712953],[92.881316,32.709707],[92.885907,32.709274],[92.893176,32.71498],[92.89837,32.714607],[92.913366,32.706662],[92.917024,32.711366],[92.927122,32.71174],[92.931978,32.718112],[92.930905,32.720732],[92.932739,32.721764],[92.9392,32.721626],[92.944095,32.716697],[92.949258,32.715759],[92.957331,32.720205],[92.962616,32.715496],[92.971965,32.722326],[92.979201,32.722027],[92.984286,32.725488],[92.984384,32.728773],[92.987972,32.734585],[92.997224,32.743816],[93.001888,32.741994],[93.009533,32.741864],[93.016174,32.740521],[93.019153,32.736955],[93.024324,32.710744],[93.022535,32.703149],[93.04541,32.697651],[93.045418,32.694147],[93.038141,32.677276],[93.046039,32.672347],[93.046689,32.657676],[93.050053,32.654719],[93.054923,32.65342],[93.052753,32.644973],[93.056906,32.640192],[93.058262,32.633787],[93.064643,32.628532],[93.071222,32.628387],[93.080232,32.631129],[93.08703,32.638551],[93.11004,32.640375],[93.113363,32.643073],[93.116454,32.649475],[93.127402,32.643114],[93.141312,32.643592],[93.156692,32.646767],[93.162951,32.666339],[93.172688,32.671656],[93.177365,32.672382],[93.184974,32.668227],[93.192623,32.667904],[93.206041,32.658923],[93.21641,32.66147],[93.223215,32.657125],[93.23194,32.659952],[93.237028,32.665151],[93.240977,32.665222],[93.25163,32.658061],[93.248945,32.648163],[93.256317,32.632823],[93.262737,32.627039],[93.272394,32.624673],[93.284272,32.626312],[93.287062,32.620598],[93.29649,32.621675],[93.302949,32.617742],[93.29921,32.614029],[93.298335,32.608838],[93.308047,32.607254],[93.314255,32.601588],[93.312317,32.591114],[93.307729,32.579622],[93.308491,32.575678],[93.318714,32.57823],[93.336764,32.573075],[93.36413,32.551083],[93.367071,32.545661],[93.372279,32.54342],[93.374776,32.531667],[93.380578,32.526786],[93.382986,32.526251],[93.385869,32.52816],[93.385254,32.533354],[93.390443,32.539294],[93.391447,32.542809],[93.400185,32.546094],[93.40987,32.547142],[93.408756,32.555894],[93.409757,32.558552],[93.434909,32.559361],[93.44352,32.56417],[93.447878,32.561812],[93.455197,32.561095],[93.46197,32.557403],[93.46214,32.543444],[93.473712,32.530379],[93.473099,32.517499],[93.475274,32.504527],[93.484539,32.500221],[93.486405,32.502385],[93.501605,32.505735],[93.501926,32.500363],[93.509471,32.489517],[93.51311,32.47892],[93.521194,32.476131],[93.527928,32.476991],[93.529934,32.478717],[93.531943,32.486204],[93.536475,32.490917],[93.543144,32.491826],[93.54956,32.488976],[93.555163,32.488602],[93.558557,32.492805],[93.564133,32.495773],[93.562285,32.50123],[93.567321,32.503401],[93.573179,32.509065],[93.582095,32.508808],[93.591535,32.515495],[93.59989,32.517267],[93.608793,32.524483],[93.618708,32.527746],[93.62022,32.52955],[93.619158,32.532921],[93.628276,32.545339],[93.622974,32.554003],[93.640605,32.55555],[93.645728,32.571014],[93.651916,32.575896],[93.66643,32.577151],[93.676816,32.569932],[93.681405,32.573043],[93.688781,32.573138],[93.697182,32.577822],[93.71719,32.580278],[93.724636,32.577208],[93.739155,32.57615],[93.748867,32.565306],[93.761366,32.57025],[93.769476,32.56373],[93.776405,32.56051],[93.783183,32.558382],[93.804005,32.557422],[93.823404,32.548684],[93.824046,32.539659],[93.827813,32.534819],[93.82535,32.522335],[93.83963,32.515608],[93.850214,32.512713],[93.851737,32.505655],[93.851096,32.50006],[93.848525,32.496526],[93.854967,32.495719],[93.858329,32.489985],[93.854038,32.478172],[93.854915,32.469256],[93.856742,32.467601],[93.86056,32.467911],[93.866675,32.475264],[93.874084,32.47641],[93.882465,32.47395],[93.893368,32.47572],[93.899946,32.473052],[93.906967,32.465556],[93.912117,32.463869],[93.912649,32.470574],[93.920718,32.475691],[93.933217,32.480526],[93.939531,32.480231],[93.949549,32.484601],[93.960006,32.486535],[93.965853,32.481743],[93.974932,32.46241],[93.980725,32.46174],[93.993429,32.465998],[93.996781,32.46395],[93.999978,32.457699],[94.011146,32.447942],[94.028465,32.448055],[94.031481,32.451492],[94.029683,32.460148],[94.041876,32.461459],[94.048232,32.471893],[94.055384,32.472047],[94.0671,32.470419],[94.070029,32.468242],[94.079163,32.465889],[94.085414,32.466648],[94.091787,32.464138],[94.098818,32.454688],[94.100451,32.449316],[94.109142,32.445563],[94.11725,32.44541],[94.13826,32.434012],[94.149736,32.444112],[94.15298,32.456252],[94.164917,32.456922],[94.17024,32.454785],[94.179802,32.457517],[94.179478,32.464642],[94.183943,32.468898],[94.181563,32.479058],[94.176992,32.483311],[94.178338,32.494095],[94.182217,32.502409],[94.194068,32.510077],[94.196061,32.517139],[94.216278,32.512531],[94.230294,32.511373],[94.235104,32.512911],[94.241455,32.518447],[94.249513,32.518865],[94.255445,32.514639],[94.289342,32.504994],[94.291591,32.508369],[94.292208,32.520174],[94.31122,32.531047],[94.317514,32.532894],[94.334747,32.531182],[94.340422,32.534317],[94.349768,32.535861],[94.352722,32.534583],[94.352265,32.528854],[94.354592,32.522629],[94.357987,32.521169],[94.367195,32.523045],[94.370595,32.531006],[94.370666,32.535152],[94.379358,32.540954],[94.382641,32.545643],[94.383077,32.554055],[94.376588,32.560143],[94.376231,32.565186],[94.384122,32.57785],[94.385156,32.584365],[94.393559,32.595138],[94.392395,32.605147],[94.404911,32.600096],[94.408485,32.590773],[94.407216,32.584546],[94.414777,32.581895],[94.429037,32.571877],[94.432188,32.564002],[94.439859,32.565147],[94.449543,32.573144],[94.462082,32.573799],[94.461999,32.59305],[94.463645,32.595651],[94.457381,32.598035],[94.456784,32.600507],[94.463632,32.608806],[94.471597,32.611883],[94.479137,32.609923],[94.479952,32.60561],[94.483958,32.601537],[94.494356,32.600162],[94.497028,32.604868],[94.505017,32.605994],[94.51368,32.60045],[94.530913,32.59977],[94.552262,32.611679],[94.557925,32.621551],[94.566768,32.631611],[94.595255,32.631545],[94.596242,32.633399],[94.589945,32.644264],[94.601328,32.652177],[94.599245,32.661701],[94.599783,32.66672],[94.603687,32.671974],[94.611266,32.676854],[94.633198,32.657961],[94.640348,32.645166],[94.674628,32.621753],[94.690866,32.616502],[94.685732,32.610117],[94.685806,32.606652],[94.694904,32.604604],[94.701083,32.600164],[94.709091,32.600988],[94.712646,32.605411],[94.720844,32.6064],[94.723508,32.596243],[94.725789,32.59411],[94.734926,32.591444],[94.736777,32.58691],[94.73327,32.583344],[94.744167,32.571991],[94.743206,32.564269],[94.747005,32.560979],[94.758165,32.557501],[94.772416,32.556401],[94.771889,32.552731],[94.760087,32.551875],[94.756375,32.54921],[94.75436,32.542449],[94.755233,32.535028],[94.759784,32.53033],[94.768688,32.526586],[94.775384,32.527099],[94.786334,32.524639],[94.78684,32.519595],[94.792627,32.515304],[94.791277,32.509843],[94.79316,32.501963],[94.797439,32.497237],[94.80421,32.492425],[94.819375,32.487674],[94.824314,32.483628],[94.839926,32.480271],[94.842243,32.475415],[94.851847,32.465018],[94.870923,32.472217],[94.880491,32.470773],[94.884894,32.471769],[94.88906,32.475213],[94.890868,32.47426],[94.898716,32.46339],[94.901094,32.456368],[94.9038,32.454616],[94.901644,32.44804],[94.907779,32.437108],[94.911423,32.419983],[94.920385,32.412242],[94.938662,32.410821],[94.940864,32.406329],[94.945528,32.407284],[94.95166,32.414667],[94.956123,32.414223],[94.96055,32.41054],[94.967123,32.409613],[94.979108,32.411641],[94.986679,32.419513],[94.98422,32.424739],[94.987044,32.425117],[95.004903,32.417413],[95.011981,32.412247],[95.018407,32.410695],[95.025633,32.412229],[95.032396,32.405023],[95.047349,32.399544],[95.052051,32.399706],[95.055685,32.397045],[95.057201,32.390727],[95.073687,32.378217],[95.078441,32.38578],[95.088138,32.390154],[95.098452,32.390198],[95.105535,32.38592],[95.110002,32.388721],[95.116818,32.389623],[95.118409,32.386536],[95.128366,32.388302],[95.129758,32.389876],[95.127876,32.395171],[95.129511,32.400548],[95.143523,32.399419],[95.152982,32.403773],[95.149391,32.394616],[95.151661,32.388594],[95.154904,32.38753],[95.167083,32.387015],[95.170329,32.394507],[95.181444,32.396493],[95.184596,32.395441],[95.185723,32.39167],[95.189946,32.388654],[95.207922,32.390559],[95.211711,32.395319],[95.211328,32.397345],[95.213428,32.398298],[95.216174,32.397556],[95.216971,32.394806],[95.222402,32.39135],[95.220831,32.383364],[95.228271,32.378268],[95.230199,32.367309],[95.243737,32.365284],[95.258135,32.351435],[95.251152,32.347792],[95.2241,32.345288],[95.205424,32.340519],[95.199054,32.336092],[95.192156,32.334174],[95.174716,32.335895],[95.164328,32.3343],[95.15193,32.334778],[95.138841,32.329609],[95.122174,32.325851],[95.095536,32.324754],[95.096457,32.321599],[95.09462,32.316316],[95.088505,32.311436],[95.088315,32.307773],[95.083216,32.300906],[95.078672,32.298451],[95.078085,32.292585],[95.080321,32.289784],[95.077898,32.282459],[95.104114,32.261486],[95.11153,32.262839],[95.117917,32.267546],[95.128356,32.267832],[95.137485,32.276407],[95.155484,32.279617],[95.161115,32.283358],[95.167902,32.282668],[95.177832,32.285339],[95.189906,32.295423],[95.204976,32.298714],[95.206601,32.302435],[95.206471,32.311157],[95.212579,32.31302],[95.214573,32.324784],[95.21823,32.325486],[95.226265,32.320647],[95.239958,32.322905],[95.239482,32.304318],[95.242767,32.302433],[95.245342,32.295948],[95.240383,32.292599],[95.238331,32.28937],[95.238624,32.28626],[95.240983,32.283041],[95.246467,32.280083],[95.255084,32.257348],[95.252826,32.253666],[95.255929,32.244344],[95.254909,32.237057],[95.259852,32.228098],[95.262373,32.219352],[95.261682,32.214193],[95.276799,32.209892],[95.279412,32.203527],[95.270379,32.201507],[95.26896,32.196862],[95.279863,32.185497],[95.285312,32.174426],[95.300409,32.165741],[95.306436,32.166388],[95.311727,32.151183],[95.314384,32.151108],[95.32108,32.154784],[95.329609,32.151011],[95.341685,32.157535],[95.350374,32.153727],[95.350366,32.149927],[95.352464,32.148149],[95.361991,32.149826],[95.365322,32.153517],[95.359409,32.161414],[95.358054,32.167319],[95.364519,32.179144],[95.367577,32.182435],[95.381563,32.182999],[95.385276,32.185278],[95.391431,32.185158],[95.395812,32.182978],[95.403517,32.185834],[95.419409,32.171161],[95.421662,32.16132],[95.433542,32.162754],[95.439329,32.159938],[95.434976,32.150978],[95.435933,32.144784],[95.440006,32.139763],[95.434793,32.130148],[95.430407,32.126485],[95.433408,32.122163],[95.440179,32.122083],[95.449061,32.10982],[95.450307,32.103396],[95.448091,32.08111],[95.45363,32.064772],[95.44205,32.061129],[95.434808,32.061668],[95.430759,32.054431],[95.42787,32.052826],[95.424104,32.053249],[95.418146,32.04632],[95.419427,32.036973],[95.422097,32.032567],[95.430688,32.025037],[95.448833,32.014641],[95.453223,32.009447],[95.449105,32.005367],[95.440878,32.004797],[95.430708,32.001457],[95.429325,32.00639],[95.421514,32.010409],[95.41906,32.009578],[95.419507,32.005911],[95.414776,32.003114],[95.399755,32.005362],[95.394902,32.003883],[95.388565,31.994816],[95.382145,31.98986],[95.373139,31.979283],[95.368435,31.967894],[95.369361,31.947621],[95.359855,31.943101],[95.359623,31.940838],[95.36831,31.929786],[95.371308,31.928238],[95.382359,31.92804],[95.392838,31.921656],[95.400073,31.920317],[95.40489,31.921592],[95.408211,31.919718],[95.408691,31.917593],[95.404902,31.907683],[95.405255,31.90042],[95.418761,31.887629],[95.421143,31.883656],[95.422312,31.880762],[95.41841,31.873425],[95.422759,31.863066],[95.440066,31.832515],[95.448343,31.829412],[95.462332,31.815725],[95.461881,31.813743],[95.453527,31.809089],[95.453049,31.804298],[95.463833,31.798581],[95.486633,31.790384],[95.488183,31.781738],[95.508493,31.763768],[95.50994,31.754937],[95.513503,31.750487],[95.536378,31.742566],[95.554078,31.740772],[95.56563,31.742043],[95.578402,31.749852],[95.580689,31.77039],[95.583854,31.771224],[95.598123,31.769457],[95.606895,31.771076],[95.610877,31.776368],[95.613184,31.78437],[95.616815,31.786221],[95.723704,31.765305],[95.740596,31.763924],[95.770939,31.754722],[95.779761,31.74938],[95.789613,31.738052],[95.793503,31.72225],[95.80378,31.699515],[95.814003,31.688836],[95.823812,31.683212],[95.833937,31.688854],[95.8506,31.708613],[95.852883,31.71591],[95.850069,31.73382],[95.851535,31.74096],[95.86761,31.77487],[95.878033,31.786408],[95.898353,31.819047],[95.918793,31.823023],[95.981091,31.819055],[95.992005,31.812089],[95.9887,31.790489],[95.993122,31.775287],[96,31.775034],[96.037539,31.73827],[96.043916,31.734036],[96.053518,31.733098],[96.070143,31.723092],[96.097719,31.714665],[96.106156,31.708501],[96.107361,31.703117],[96.120731,31.698837],[96.134356,31.69942],[96.14305,31.69438],[96.146814,31.6896],[96.147156,31.673693],[96.15219,31.655369],[96.149866,31.618483],[96.153905,31.605741],[96.162136,31.602061],[96.172766,31.603376],[96.189337,31.608089],[96.196488,31.607779],[96.197136,31.603891],[96.205844,31.600668],[96.210939,31.604116],[96.2163,31.611335],[96.214321,31.618401],[96.218341,31.623018],[96.225728,31.627555],[96.22233,31.65175],[96.223559,31.65569],[96.229854,31.659475],[96.246154,31.660695],[96.250523,31.666937],[96.246082,31.680466],[96.246859,31.683543],[96.251118,31.687556],[96.251733,31.699321],[96.234003,31.718375],[96.233158,31.725105],[96.223821,31.731789],[96.221835,31.734895],[96.223177,31.744392],[96.231427,31.750768],[96.20576,31.767404],[96.191368,31.773397],[96.179372,31.775297],[96.176028,31.777716],[96.177158,31.785099],[96.181892,31.797005],[96.180089,31.808728],[96.175282,31.822179],[96.18271,31.837921],[96.1954,31.841811],[96.200127,31.840877],[96.202903,31.844522],[96.214137,31.878053],[96.203909,31.880794],[96.197696,31.886752],[96.187364,31.905815],[96.192238,31.908262],[96.201817,31.909505],[96.206666,31.905829],[96.218402,31.907789],[96.236447,31.918295],[96.239841,31.928135],[96.243816,31.93068],[96.252,31.932338],[96.268891,31.923572],[96.279235,31.9222],[96.354028,31.918445],[96.363558,31.923304],[96.36675,31.927106],[96.385846,31.925595],[96.390002,31.919835],[96.401602,31.892263],[96.401315,31.885965],[96.398327,31.878977],[96.404073,31.868583],[96.407167,31.85658],[96.40741,31.847941],[96.41222,31.835676],[96.426278,31.831427],[96.428792,31.828397],[96.432006,31.819571],[96.43255,31.803995],[96.437441,31.796923],[96.461106,31.781873],[96.473977,31.77092],[96.486531,31.767559],[96.505835,31.75475],[96.514469,31.752187],[96.524523,31.745438],[96.528844,31.737725],[96.543791,31.730845],[96.555889,31.720831],[96.567487,31.714448],[96.573786,31.71574],[96.615058,31.739416],[96.621007,31.73462],[96.625444,31.725421],[96.633929,31.718455],[96.646258,31.711125],[96.659339,31.707806],[96.670758,31.71374],[96.667417,31.722061],[96.667665,31.72832],[96.675543,31.730511],[96.694569,31.722502],[96.699641,31.71479],[96.711637,31.703765],[96.719884,31.690554],[96.730106,31.682492],[96.746283,31.675827],[96.756614,31.676953],[96.77334,31.675743],[96.782683,31.686226],[96.781729,31.691181],[96.787946,31.700356],[96.797038,31.704734],[96.802512,31.705329],[96.819628,31.703077],[96.832548,31.713317],[96.841282,31.725823],[96.840587,31.72984],[96.830758,31.743576],[96.823371,31.742915],[96.819579,31.745439],[96.809863,31.766187],[96.799267,31.773349],[96.798075,31.785787],[96.799385,31.792378],[96.797203,31.798621],[96.768275,31.81734],[96.764471,31.822998],[96.759237,31.856713],[96.761676,31.868927],[96.767786,31.870954],[96.795407,31.87167],[96.800438,31.885093],[96.809836,31.893664],[96.810843,31.899871],[96.80826,31.903363],[96.798932,31.909202],[96.789004,31.911475],[96.784635,31.914654],[96.777339,31.927369],[96.778199,31.933833],[96.775145,31.93976],[96.770715,31.943065],[96.75658,31.946209],[96.746895,31.970953],[96.738894,31.981275],[96.740126,31.992864],[96.743488,32.00063],[96.742626,32.00415],[96.720757,32.017928],[96.719527,32.020416],[96.72376,32.026429],[96.732584,32.029728],[96.7461,32.015766],[96.760575,32.018113],[96.763115,32.017438],[96.766082,32.013507],[96.773388,32.013531],[96.783493,32.016005],[96.792665,32.022732],[96.799539,32.020821],[96.804205,32.014969],[96.82015,32.012605],[96.82319,32.010777],[96.827383,32.002959],[96.834047,32.000695],[96.839146,32.002603],[96.846818,31.991491],[96.847817,31.979729],[96.852361,31.974657],[96.855688,31.975021],[96.86618,31.967648],[96.869825,31.974056],[96.86316,31.991435],[96.863496,31.998573],[96.874875,31.998685],[96.884119,32.003977],[96.888754,32.004268],[96.890492,32.015314],[96.894223,32.017614],[96.911163,32.004834],[96.924334,31.998167],[96.943404,31.991326],[96.955837,31.996624],[96.958831,32.004535],[96.966634,32.010864],[96.96624,32.016643],[96.958714,32.023411],[96.951378,32.024698],[96.943853,32.028221],[96.935304,32.04233],[96.934631,32.050277],[96.947456,32.061557],[96.966364,32.06792],[96.975061,32.069222],[96.988811,32.066717],[97.002082,32.068911],[97.004523,32.071278],[97.012641,32.067084],[97.016594,32.057957],[97.027702,32.051851],[97.051243,32.05053],[97.057776,32.047206],[97.068219,32.047645],[97.075393,32.051667],[97.098365,32.040017],[97.10738,32.041242],[97.110782,32.044702],[97.130543,32.046252],[97.139235,32.041829],[97.143223,32.042377],[97.153281,32.039332],[97.155288,32.034225],[97.166309,32.02668],[97.170215,32.029202],[97.16947,32.03781],[97.178255,32.043813],[97.186599,32.057675],[97.191881,32.058635],[97.196841,32.056991],[97.212962,32.044734],[97.22781,32.046034],[97.234721,32.048614],[97.236042,32.053508],[97.233155,32.067344],[97.225201,32.074758],[97.210861,32.083059],[97.200686,32.09302],[97.20241,32.099794],[97.212467,32.099973],[97.217927,32.109248],[97.220583,32.110723],[97.229563,32.108578],[97.231513,32.098162],[97.236173,32.094711],[97.238348,32.08713],[97.244771,32.086577],[97.256807,32.074805],[97.274408,32.073566],[97.29402,32.077209],[97.301706,32.074701],[97.307121,32.078045],[97.307039,32.081217],[97.292145,32.098456],[97.296753,32.110702],[97.30468,32.125169],[97.313498,32.132963],[97.300193,32.135769],[97.28889,32.133549],[97.285901,32.134334],[97.280867,32.139027],[97.271025,32.142512],[97.273037,32.153357],[97.275723,32.156938],[97.269445,32.162429],[97.263749,32.185914],[97.276591,32.213328],[97.275569,32.2182],[97.277713,32.229713],[97.280316,32.234658],[97.281112,32.247303],[97.286439,32.26122],[97.292441,32.291869],[97.296788,32.295742],[97.306457,32.298007],[97.319309,32.305817],[97.327293,32.304984],[97.341207,32.30133],[97.344257,32.298811],[97.340736,32.282996],[97.344598,32.282834],[97.350871,32.285748],[97.357547,32.279402],[97.370731,32.275605],[97.378549,32.281109],[97.388773,32.285269],[97.39618,32.29403],[97.405043,32.297668],[97.410607,32.295066],[97.41501,32.297712],[97.417336,32.308494],[97.413813,32.319063],[97.426656,32.324705],[97.412411,32.329641],[97.407396,32.335171],[97.413149,32.341438],[97.412507,32.353135],[97.415859,32.357927],[97.413704,32.36749],[97.409727,32.371108],[97.412616,32.379783],[97.409064,32.381105],[97.401926,32.392576],[97.400013,32.404243],[97.397286,32.408339],[97.387491,32.41689],[97.387355,32.418752],[97.391394,32.422991],[97.388708,32.427714],[97.383441,32.431084],[97.377628,32.430421],[97.372468,32.432158],[97.369096,32.437025],[97.365642,32.438807],[97.354961,32.434777],[97.347623,32.434209],[97.340981,32.441292],[97.339937,32.445814],[97.346165,32.455316],[97.347137,32.465794],[97.366168,32.477912],[97.374897,32.485315],[97.381793,32.499923],[97.388441,32.503603],[97.369429,32.508743],[97.368851,32.512579],[97.357192,32.514734],[97.349906,32.519767],[97.346494,32.517052],[97.337044,32.516225],[97.327925,32.520534],[97.328393,32.523604],[97.332392,32.525755],[97.332669,32.533032],[97.330473,32.539806],[97.331748,32.543432],[97.340545,32.559014],[97.347242,32.56468],[97.356082,32.566116],[97.363851,32.553579],[97.373647,32.548929],[97.386196,32.55132],[97.401952,32.564646],[97.408005,32.56582],[97.411646,32.57755],[97.446885,32.589358],[97.461283,32.573073],[97.464009,32.560744],[97.462531,32.557296],[97.472075,32.54999],[97.471447,32.547476],[97.484953,32.543638],[97.501119,32.533333],[97.504589,32.534199],[97.505346,32.536241],[97.508865,32.536229],[97.51256,32.534626],[97.514002,32.529904],[97.519593,32.528262],[97.531471,32.528204],[97.534176,32.534328],[97.541125,32.539742],[97.573519,32.52713],[97.585777,32.526103],[97.591819,32.533693],[97.594266,32.530259],[97.598736,32.527919],[97.603213,32.52629],[97.613695,32.52668],[97.621058,32.522076],[97.623723,32.522413],[97.629065,32.526868],[97.634562,32.527327],[97.670693,32.520158],[97.684074,32.532938],[97.701104,32.525458],[97.725005,32.52674],[97.730446,32.529841],[97.737743,32.528751],[97.746799,32.532484],[97.758123,32.533186],[97.763295,32.530654],[97.766746,32.522756],[97.769277,32.520411],[97.774116,32.519284],[97.783519,32.523037],[97.79763,32.522688],[97.801204,32.51779],[97.801313,32.511207],[97.806569,32.502118],[97.810901,32.501727],[97.814346,32.504248],[97.827397,32.502],[97.832702,32.506299],[97.837283,32.507075],[97.860239,32.494136],[97.870021,32.493661],[97.881186,32.48797],[97.885187,32.49017],[97.899757,32.489376],[97.905304,32.492583],[97.91567,32.486828],[97.91932,32.486709],[97.923997,32.489052],[97.927843,32.485945],[97.936499,32.484223],[97.941277,32.481581],[97.943471,32.47677],[97.953036,32.474373],[97.95407,32.471315],[97.96049,32.469866],[97.967705,32.474183],[97.975725,32.471756],[97.981384,32.4669],[97.990758,32.466753],[97.99578,32.460288],[98.009621,32.453124],[98.023127,32.454896],[98.025342,32.451089],[98.024384,32.445536],[98.030206,32.440889],[98.035802,32.431112],[98.03904,32.429705],[98.051272,32.430464],[98.059293,32.420121],[98.067906,32.418642],[98.077684,32.419205],[98.077198,32.41582],[98.073206,32.413238],[98.073844,32.408468],[98.077889,32.404008],[98.086315,32.400669],[98.093318,32.40156],[98.097411,32.40521],[98.10201,32.397417],[98.108112,32.393307],[98.118316,32.397622],[98.123201,32.402893],[98.126901,32.402948],[98.127411,32.398829],[98.125068,32.393834],[98.13722,32.388624],[98.138755,32.38656],[98.138555,32.38141],[98.150367,32.376267],[98.162678,32.377624],[98.173037,32.373877],[98.181387,32.368653],[98.18637,32.360509],[98.194773,32.362667],[98.197327,32.36162],[98.199922,32.353585],[98.203815,32.349156],[98.218104,32.345451],[98.213183,32.332127],[98.209268,32.328225],[98.208199,32.321696],[98.218618,32.287075],[98.224312,32.275968],[98.229445,32.269606],[98.229762,32.264515],[98.221221,32.260995],[98.219259,32.258658],[98.222898,32.250443],[98.218473,32.237097],[98.227545,32.231294],[98.240794,32.228958],[98.24906,32.218747],[98.259878,32.210797],[98.26826,32.197488],[98.271256,32.186481],[98.277002,32.183053],[98.278927,32.175178],[98.288579,32.159802],[98.295124,32.152474],[98.294589,32.14629],[98.299353,32.13863],[98.30121,32.125721],[98.302912,32.123849],[98.312539,32.127548],[98.311282,32.113905],[98.327902,32.111074],[98.343262,32.099079],[98.344934,32.095391],[98.342421,32.092381],[98.343292,32.090227],[98.357954,32.08898],[98.363065,32.080272],[98.372175,32.07455],[98.405442,32.045539],[98.400958,32.036946],[98.403322,32.026497],[98.416919,32.022671],[98.418796,32.018049],[98.42926,32.014529],[98.435965,32.005626],[98.435268,32.002807],[98.427167,31.998513],[98.431739,31.990022],[98.431863,31.988318],[98.427339,31.983158],[98.428055,31.978496],[98.430616,31.976832],[98.433413,31.961696],[98.423743,31.954466],[98.420786,31.945361],[98.425469,31.940706],[98.43449,31.938694],[98.432916,31.925855],[98.420633,31.918949],[98.403447,31.913469],[98.398186,31.902112],[98.398446,31.898411],[98.410365,31.886847],[98.411616,31.872784],[98.416511,31.862895],[98.424958,31.858714],[98.424438,31.855981],[98.418189,31.852026],[98.414501,31.845791],[98.413911,31.835123],[98.415089,31.832278],[98.41764,31.831223],[98.42688,31.832431],[98.442894,31.83018],[98.437965,31.819662],[98.447736,31.806802],[98.454974,31.805407],[98.462314,31.800795],[98.462732,31.797722],[98.458128,31.795994],[98.455786,31.791502],[98.459734,31.78391],[98.476653,31.784632],[98.493407,31.773881],[98.502592,31.760824],[98.512938,31.741985],[98.522444,31.718142],[98.536804,31.716345],[98.541391,31.720942],[98.546117,31.719417],[98.54802,31.714373],[98.544166,31.707144],[98.544902,31.701106],[98.557713,31.690706],[98.555517,31.688258],[98.549107,31.687532],[98.547821,31.685401],[98.548492,31.683529],[98.557565,31.679135],[98.558643,31.676485],[98.555616,31.670988],[98.553543,31.659313],[98.565597,31.64768],[98.584751,31.63756],[98.588027,31.633558],[98.587278,31.627841],[98.593273,31.623719],[98.599881,31.614135],[98.605601,31.609802],[98.618652,31.59404],[98.622328,31.592133],[98.628961,31.594075],[98.633536,31.593229],[98.639123,31.589808],[98.655939,31.5704],[98.661502,31.569292],[98.695588,31.542939],[98.696017,31.532315],[98.701753,31.52855],[98.711122,31.517658],[98.744228,31.493528],[98.787542,31.475927],[98.79307,31.470902],[98.797479,31.459778],[98.811948,31.448247],[98.8372,31.438946],[98.844619,31.431389],[98.846217,31.425186],[98.842801,31.42031],[98.842895,31.417007],[98.850537,31.410402],[98.853867,31.410303],[98.859454,31.407281],[98.868023,31.398412],[98.87826,31.384283],[98.886631,31.377481],[98.883436,31.371787],[98.862652,31.353535],[98.860713,31.346178],[98.843196,31.340021],[98.836781,31.334559],[98.832353,31.326725],[98.821296,31.321756],[98.813818,31.314521],[98.809155,31.306574],[98.808462,31.28957],[98.805179,31.281277],[98.782973,31.261281],[98.779694,31.253668],[98.775987,31.250977],[98.771991,31.25183],[98.761201,31.259953],[98.747934,31.265238],[98.741149,31.27038],[98.735343,31.281943],[98.733115,31.292185],[98.713462,31.30758],[98.703072,31.324437],[98.692343,31.334984],[98.664093,31.340198],[98.646425,31.341574],[98.638215,31.338992],[98.631182,31.33354],[98.626893,31.32775],[98.625945,31.320588],[98.618175,31.309497],[98.614625,31.29294],[98.603076,31.258899],[98.603629,31.239228],[98.606025,31.232124],[98.609153,31.23013],[98.618163,31.230071],[98.622778,31.224331],[98.620844,31.206579],[98.61494,31.198547],[98.600886,31.193869],[98.60443,31.186753],[98.61261,31.182955],[98.639853,31.180951],[98.642881,31.177122],[98.643083,31.172516],[98.653072,31.168916],[98.669872,31.158594],[98.677032,31.151466],[98.688989,31.135174],[98.693607,31.134096],[98.709907,31.120413],[98.71185,31.085275],[98.725017,31.072396],[98.733674,31.069053],[98.735503,31.06449],[98.731872,31.058702],[98.734852,31.053136],[98.75798,31.035781],[98.762263,31.036559],[98.773727,31.033995],[98.782946,31.021308],[98.796772,31.01372],[98.806849,30.995542],[98.805813,30.982311],[98.799061,30.969553],[98.795777,30.948692],[98.779785,30.927407],[98.7741,30.911625],[98.777984,30.90575],[98.777963,30.899641],[98.779709,30.896114],[98.795963,30.882193],[98.811224,30.876115],[98.83279,30.860909],[98.849921,30.85152],[98.856918,30.832435],[98.872024,30.830446],[98.877264,30.826237],[98.879384,30.821688],[98.877667,30.813742],[98.880977,30.803602],[98.889652,30.80099],[98.902779,30.786539],[98.953001,30.771865],[98.957427,30.767325],[98.959237,30.747062],[98.963314,30.73581],[98.961253,30.728085],[98.955788,30.724625],[98.937936,30.721208],[98.936041,30.718485],[98.936553,30.712119],[98.931911,30.706814],[98.906958,30.700965],[98.904067,30.695958],[98.904617,30.690491],[98.91226,30.667949],[98.914012,30.654733],[98.923201,30.642332],[98.924733,30.627073],[98.919885,30.6192],[98.92139,30.612014],[98.930644,30.604156],[98.938297,30.602251],[98.941061,30.599008],[98.94201,30.594232],[98.9405,30.589127],[98.935477,30.581783],[98.925934,30.572915],[98.929,30.558483],[98.936156,30.554007],[98.937422,30.5517],[98.935818,30.54269],[98.931084,30.531675],[98.931653,30.523615],[98.936726,30.51327],[98.945044,30.502942],[98.942702,30.492264],[98.944602,30.483935],[98.964578,30.453933],[98.964771,30.435731],[98.962249,30.430861],[98.962317,30.426473],[98.965699,30.410459],[98.973135,30.401842],[98.974684,30.394034],[98.972865,30.382843],[98.96652,30.378761],[98.966993,30.363396],[98.973001,30.355324],[98.968581,30.34691],[98.966774,30.33813],[98.980663,30.3246],[98.97825,30.306981],[98.979868,30.300677],[98.978974,30.294731],[98.985776,30.282501],[98.984404,30.277543],[98.977794,30.268744],[98.970175,30.263555],[98.968874,30.259415],[98.97402,30.233359],[98.976538,30.229698],[98.99026,30.219908],[98.993088,30.215869],[98.992845,30.209675],[98.987238,30.202774],[98.980919,30.186986],[98.981706,30.180464],[98.984258,30.176883],[98.99007,30.17318],[98.990114,30.169749],[98.985888,30.163223],[98.985782,30.159582],[98.989348,30.153961],[99.003827,30.151566],[99.010321,30.145612],[99.013891,30.138513],[99.008874,30.128407],[99.009643,30.123054],[99.020172,30.111187],[99.025866,30.107144],[99.031354,30.095029],[99.041093,30.08717],[99.044107,30.08183],[99.041223,30.068251],[99.035807,30.054018],[99.040495,30.042188],[99.041259,30.004452],[99.054,29.960806],[99.050256,29.944455],[99.055774,29.937307],[99.066039,29.934946],[99.067567,29.931624],[99.064038,29.925079],[99.058295,29.924889],[99.056011,29.923152],[99.056227,29.912569],[99.051155,29.905601],[99.051884,29.895789],[99.041209,29.886262],[99.036493,29.874046],[99.033576,29.8589],[99.023025,29.851154],[99.02142,29.832958],[99.012633,29.820391],[99.01253,29.814792],[99.017065,29.802],[99.018208,29.793778],[99.015147,29.784296],[99.010979,29.780281],[99.007786,29.751627],[98.999747,29.737932],[99.000094,29.727423],[98.996358,29.699847],[98.997129,29.691917],[98.992319,29.677693],[98.990584,29.66448],[98.991916,29.659987],[98.999354,29.657384],[98.996154,29.649819],[98.997795,29.646642],[99.005482,29.640023],[99.010293,29.63177],[99.012866,29.624667],[99.011481,29.617785],[99.014385,29.609914],[99.030881,29.595655],[99.036007,29.588942],[99.041891,29.575739],[99.041687,29.573133],[99.050859,29.567137],[99.050833,29.548206],[99.0454,29.527507],[99.051207,29.5081],[99.052179,29.488578],[99.058647,29.483566],[99.061505,29.478924],[99.06086,29.473424],[99.057137,29.467563],[99.05578,29.45869],[99.062484,29.449974],[99.062298,29.444917],[99.058624,29.439707],[99.067181,29.426591],[99.065887,29.422737],[99.056854,29.417197],[99.060474,29.415248],[99.0656,29.387254],[99.062625,29.378666],[99.067592,29.334957],[99.074955,29.318836],[99.065697,29.30351],[99.070716,29.298712],[99.085449,29.292796],[99.095006,29.279588],[99.09281,29.272887],[99.093664,29.269066],[99.113982,29.24544],[99.115351,29.227922],[99.113087,29.224265],[99.090071,29.225286],[99.074898,29.213665],[99.046056,29.210342],[99.035987,29.21084],[99.025415,29.204205],[99.024272,29.199937],[99.010757,29.200358],[98.992644,29.205421],[98.974488,29.207661],[98.97355,29.183844],[98.967629,29.181568],[98.960967,29.176456],[98.961462,29.14943],[98.966854,29.13311],[98.991615,29.10813],[98.994902,29.102451],[99.005541,29.081305],[99.01197,29.06296],[99.014069,29.055675],[99.014669,29.043026],[99.007838,29.034841],[98.999789,29.030934],[98.994115,29.030488],[98.963069,29.011645],[98.956912,28.999709],[98.94428,28.98783],[98.933941,28.9875],[98.928129,28.984268],[98.924746,28.98028],[98.920613,28.951201],[98.919411,28.922954],[98.912884,28.910927],[98.916859,28.890582],[98.950556,28.874968],[98.958106,28.874245],[98.965374,28.877279],[98.972608,28.870583],[98.974134,28.863997],[98.970723,28.858174],[98.964208,28.854528],[98.972025,28.835416],[98.969987,28.831685],[98.965833,28.830813],[98.940944,28.829263],[98.940317,28.827732],[98.933914,28.829086],[98.928745,28.826419],[98.923534,28.823427],[98.921626,28.810823],[98.91104,28.80354],[98.896776,28.80358],[98.890282,28.807828],[98.87157,28.81247],[98.854359,28.801805],[98.83895,28.805583],[98.82636,28.825126],[98.829572,28.840854],[98.828786,28.849121],[98.822037,28.869397],[98.821059,28.891745],[98.816782,28.911889],[98.810088,28.932169],[98.815358,28.950417],[98.799828,28.974669],[98.790045,28.993716],[98.782784,29.002417],[98.766967,29.009217],[98.75618,29.006121],[98.746205,28.995272],[98.717509,28.981182],[98.71443,28.974259],[98.705187,28.966919],[98.689811,28.969348],[98.684551,28.97253],[98.657241,28.980439],[98.645997,28.978723],[98.638987,28.975917],[98.635568,28.97758],[98.630167,28.976131],[98.629199,28.961698],[98.644619,28.936075],[98.647035,28.933733],[98.65352,28.934742],[98.657387,28.933458],[98.656994,28.930428],[98.647576,28.918647],[98.643275,28.895861],[98.651753,28.86347],[98.662723,28.843488],[98.657955,28.830147],[98.653287,28.823332],[98.65214,28.814936],[98.665636,28.788608],[98.67761,28.778716],[98.678485,28.774631],[98.674949,28.762152],[98.675447,28.759716],[98.682371,28.755417],[98.682956,28.744198],[98.680015,28.738173],[98.681363,28.732424],[98.676665,28.726491],[98.654825,28.708848],[98.648191,28.707506],[98.6386,28.702244],[98.635105,28.698666],[98.633782,28.689711],[98.615103,28.683781],[98.604628,28.686709],[98.595932,28.68576],[98.594439,28.683668],[98.59652,28.672402],[98.609819,28.638474],[98.618836,28.627553],[98.61922,28.621947],[98.616494,28.618027],[98.618882,28.590651],[98.623674,28.58097],[98.634709,28.538818],[98.626474,28.521657],[98.62015,28.514638],[98.618751,28.502895],[98.631324,28.491035],[98.647989,28.48945],[98.674786,28.477848],[98.678417,28.46444],[98.688469,28.452633],[98.684367,28.439325],[98.695116,28.433026],[98.705746,28.420015],[98.709364,28.411939],[98.710461,28.402292],[98.718338,28.388186],[98.73199,28.374185],[98.735278,28.366599],[98.73521,28.357089],[98.742292,28.3499],[98.750351,28.345439],[98.752842,28.341247],[98.745544,28.325152],[98.73261,28.319202],[98.721822,28.316546],[98.71382,28.309035],[98.710514,28.29005],[98.714544,28.284988],[98.716394,28.279291],[98.708701,28.261852],[98.710972,28.249232],[98.710981,28.232498],[98.693655,28.217957],[98.683096,28.212268],[98.675641,28.211123],[98.670122,28.213688],[98.663679,28.21406],[98.649181,28.203763],[98.634399,28.186919],[98.630639,28.179942],[98.629969,28.173308],[98.626017,28.169121],[98.606577,28.174319],[98.578399,28.184434],[98.558109,28.187112],[98.536269,28.180788],[98.523921,28.172879],[98.524087,28.167717],[98.520721,28.163379],[98.508608,28.149718],[98.501288,28.145288],[98.494595,28.144922],[98.484559,28.150456],[98.482445,28.153924],[98.471606,28.154714],[98.468232,28.15311],[98.464392,28.15459],[98.455858,28.14793],[98.453253,28.143286],[98.460588,28.137013],[98.433804,28.118446],[98.428274,28.107179],[98.395297,28.108832],[98.388067,28.115926],[98.390025,28.122597],[98.390551,28.153706],[98.388899,28.170609],[98.381692,28.182672],[98.375143,28.182925],[98.36989,28.186592],[98.372346,28.198766],[98.379391,28.216688],[98.377606,28.249652],[98.368695,28.267727],[98.353611,28.288191],[98.321778,28.319303],[98.320756,28.329964],[98.323649,28.33781],[98.322867,28.347516],[98.32081,28.351607],[98.314176,28.357733],[98.303757,28.362398],[98.299547,28.373993],[98.299783,28.377741],[98.303198,28.381588],[98.301464,28.38872],[98.289313,28.396919],[98.278945,28.397492],[98.277245,28.395344],[98.278468,28.393285],[98.277052,28.388486],[98.266267,28.381019],[98.247705,28.379138],[98.236494,28.373407],[98.232955,28.369125],[98.228771,28.356397],[98.209319,28.361881],[98.204978,28.358374],[98.203719,28.352678],[98.20467,28.340834],[98.206939,28.333516],[98.217871,28.324252],[98.227146,28.320643],[98.238079,28.305141],[98.239929,28.292502],[98.244473,28.279916],[98.254029,28.271406],[98.266021,28.252718],[98.266641,28.247484],[98.265152,28.243384],[98.253028,28.241639],[98.240245,28.236578],[98.209291,28.219612],[98.201708,28.223405],[98.181456,28.220692],[98.167045,28.212567],[98.167222,28.183685],[98.170337,28.180096],[98.168822,28.164402],[98.159007,28.163533],[98.145482,28.151061],[98.135519,28.144372],[98.131154,28.153497],[98.126044,28.158769],[98.116692,28.163814],[98.097989,28.169105],[98.09479,28.174273],[98.090852,28.194207],[98.088534,28.198531],[98.083592,28.20159],[98.075717,28.204297],[98.054676,28.202943],[98.052042,28.200946],[98.050862,28.193715],[98.047908,28.1899],[98.040772,28.188793],[98.028221,28.191131],[98.020592,28.195807],[98.011609,28.20442],[98.008164,28.211188],[98.00841,28.218817],[98.01973,28.247118],[98.018377,28.259792],[98.01247,28.267913],[97.991552,28.289447],[97.983677,28.292892],[97.96362,28.296214],[97.955991,28.29929],[97.952546,28.303597],[97.953462,28.306548],[97.958015,28.308506],[97.959806,28.31381],[97.963497,28.316394],[97.963251,28.318978],[97.955,28.325185],[97.948705,28.325175],[97.943585,28.327545],[97.937042,28.338051],[97.928551,28.343096],[97.912432,28.363645],[97.906895,28.366352],[97.881257,28.365968],[97.873302,28.364998],[97.864566,28.36143],[97.854845,28.354785],[97.848324,28.348141],[97.846355,28.332021],[97.844755,28.330422],[97.838726,28.32993],[97.816891,28.33331],[97.806118,28.329807],[97.79812,28.329807],[97.794674,28.332637],[97.784954,28.359215],[97.781168,28.364573],[97.772772,28.374104],[97.764897,28.379887],[97.754315,28.378411],[97.749023,28.380749],[97.745332,28.3901],[97.739795,28.398591],[97.740287,28.405112],[97.74324,28.41188],[97.73598,28.420739],[97.736349,28.433044],[97.739672,28.441042],[97.739303,28.446703],[97.736719,28.45064],[97.737211,28.470574],[97.729582,28.479064],[97.72023,28.495307],[97.709771,28.501459],[97.696359,28.503305],[97.691683,28.506012],[97.69058,28.51533],[97.686392,28.521147],[97.671995,28.522624],[97.66855,28.5257],[97.664735,28.533944],[97.63508,28.534805],[97.624155,28.518853],[97.602227,28.518317],[97.599027,28.519793],[97.59792,28.531729],[97.594598,28.536159],[97.587092,28.543173],[97.581554,28.546003],[97.576387,28.546223],[97.569865,28.543911],[97.556945,28.528776],[97.54464,28.522377],[97.537872,28.511426],[97.519784,28.498137],[97.508094,28.496045],[97.506864,28.493461],[97.508833,28.463314],[97.51843,28.453101],[97.521138,28.445718],[97.517692,28.439566],[97.512893,28.435628],[97.500096,28.429722],[97.498883,28.426931],[97.499902,28.423567],[97.506741,28.415694],[97.506126,28.407942],[97.503542,28.40179],[97.487176,28.390716],[97.483239,28.386532],[97.482008,28.382348],[97.486315,28.370536],[97.491975,28.362414],[97.492098,28.349002],[97.493795,28.346683],[97.515231,28.335344],[97.518677,28.330791],[97.516216,28.322793],[97.511294,28.317994],[97.506741,28.316148],[97.48853,28.315902],[97.476102,28.312457],[97.470811,28.30938],[97.46835,28.305443],[97.468473,28.300029],[97.480039,28.283786],[97.47967,28.281695],[97.474379,28.279357],[97.464904,28.271482],[97.459859,28.271482],[97.446816,28.277757],[97.430232,28.292712],[97.420361,28.296091],[97.415439,28.29363],[97.402888,28.283171],[97.401042,28.278987],[97.402455,28.272528],[97.413839,28.253886],[97.411255,28.249825],[97.382093,28.237766],[97.37471,28.237643],[97.370895,28.24035],[97.358098,28.241581],[97.352315,28.239489],[97.347762,28.23026],[97.346778,28.21611],[97.348377,28.210942],[97.360313,28.20319],[97.361421,28.199867],[97.357979,28.181183],[97.357522,28.161938],[97.347723,28.150073],[97.334679,28.146462],[97.329597,28.144007],[97.328397,28.141894],[97.327712,28.139781],[97.330567,28.133956],[97.343245,28.123277],[97.343187,28.113954],[97.310294,28.093067],[97.306468,28.082845],[97.306525,28.071766],[97.309095,28.063885],[97.313093,28.06063],[97.320574,28.058346],[97.375739,28.067369],[97.377923,28.064286],[97.372427,28.044355],[97.375967,28.037102],[97.381907,28.032876],[97.390987,28.032591],[97.398182,28.030249],[97.408347,28.022026],[97.410346,28.018485],[97.409775,28.012261],[97.407434,28.00912],[97.394856,27.99802],[97.389002,27.990025],[97.382179,27.977329],[97.380436,27.970608],[97.377962,27.935773],[97.379865,27.929111],[97.385195,27.921687],[97.385195,27.919022],[97.381959,27.913882],[97.374155,27.907791],[97.374375,27.904601],[97.381769,27.895798],[97.384053,27.890278],[97.383482,27.882854],[97.368254,27.874288],[97.361781,27.873526],[97.342746,27.881521],[97.327136,27.883044],[97.324091,27.886851],[97.322786,27.899931],[97.311478,27.914923],[97.308839,27.915869],[97.290237,27.912104],[97.264492,27.90067],[97.237209,27.881769],[97.199638,27.847099],[97.192499,27.837284],[97.185658,27.831633],[97.172274,27.825535],[97.167664,27.814084],[97.152495,27.806053],[97.142382,27.80412],[97.13911,27.801889],[97.137474,27.796089],[97.128997,27.789843],[97.102144,27.780847],[97.099146,27.777278],[97.097647,27.769354],[97.097724,27.753085],[97.092394,27.744424],[97.087159,27.741093],[97.063428,27.746696],[97.052808,27.744694],[97.056234,27.754021],[97.056083,27.763866],[97.048415,27.777729],[97.048117,27.785414],[97.050958,27.794822],[97.056575,27.80329],[97.049977,27.811205],[97.047184,27.821548],[97.041354,27.82131],[97.027968,27.814544],[97.011988,27.813036],[97.002037,27.809568],[96.99857,27.810775],[96.995404,27.814544],[96.992238,27.82374],[96.981986,27.835705],[96.977915,27.848465],[96.971282,27.856757],[96.962537,27.862938],[96.945258,27.868187],[96.931179,27.878015],[96.918063,27.882538],[96.898614,27.881482],[96.884744,27.875753],[96.878412,27.87515],[96.856897,27.878798],[96.83584,27.890897],[96.827906,27.891433],[96.817119,27.895944],[96.811473,27.905453],[96.801975,27.91269],[96.798055,27.925053],[96.794286,27.930631],[96.761872,27.935757],[96.749661,27.947215],[96.730815,27.951587],[96.715348,27.959391],[96.705894,27.959736],[96.686299,27.954982],[96.678199,27.95822],[96.67123,27.966397],[96.65664,27.97601],[96.648047,27.990484],[96.638699,27.997569],[96.631014,28.020306],[96.625303,28.029062],[96.606839,28.0441],[96.588374,28.048478],[96.584186,28.052095],[96.581902,28.0599],[96.577143,28.063707],[96.571813,28.065991],[96.55233,28.065878],[96.544043,28.075193],[96.518866,28.080168],[96.515097,28.079112],[96.508916,28.074288],[96.503639,28.067654],[96.495423,28.078386],[96.486618,28.097457],[96.483747,28.117078],[96.46928,28.138969],[96.455955,28.152675],[96.450976,28.155775],[96.429686,28.162764],[96.419787,28.162002],[96.396944,28.153246],[96.395209,28.147012],[96.400575,28.136087],[96.398087,28.127357],[96.395612,28.124692],[96.366868,28.12374],[96.358683,28.125263],[96.34725,28.13088],[96.328336,28.132266],[96.297109,28.144049],[96.291867,28.152413],[96.281588,28.186177],[96.28273,28.216444],[96.2774,28.225962],[96.27169,28.231863],[96.268458,28.232373],[96.244129,28.233098],[96.228732,28.23134],[96.194214,28.21949],[96.156333,28.215492],[96.120927,28.214541],[96.097323,28.216063],[96.091231,28.214921],[96.08514,28.211495],[96.077526,28.2035],[96.068769,28.198931],[96.060774,28.196837],[96.020609,28.195124],[95.983549,28.199583],[95.977363,28.20339],[95.967304,28.212229],[95.962605,28.218503],[95.939053,28.23813],[95.929899,28.240239],[95.914149,28.239724],[95.908022,28.242348],[95.902407,28.250634],[95.900506,28.266921],[95.896223,28.278105],[95.875522,28.296665],[95.871953,28.297141],[95.853127,28.289188],[95.835547,28.294523],[95.826743,28.294523],[95.799141,28.276439],[95.791289,28.27287],[95.783199,28.271442],[95.775822,28.272632],[95.766067,28.277391],[95.745603,28.276677],[95.728709,28.272394],[95.715384,28.26597],[95.683023,28.259069],[95.623775,28.225995],[95.538828,28.186734],[95.436273,28.162701],[95.395585,28.143665],[95.379404,28.127247],[95.369886,28.110829],[95.364652,28.085844],[95.358039,28.075117],[95.357275,28.061574],[95.350137,28.038969],[95.322297,28.012319],[95.304031,27.967381],[95.291896,27.948345],[95.279285,27.93621],[95.267863,27.929071],[95.246924,27.920029],[95.169116,27.89219],[95.109867,27.86435],[95.065371,27.839128],[95.019448,27.8308],[95.003743,27.825803],[94.973048,27.805577],[94.941163,27.788921],[94.890243,27.746329],[94.881439,27.742284],[94.814576,27.720868],[94.800537,27.714206],[94.78626,27.703736],[94.775553,27.698739],[94.75271,27.691601],[94.722624,27.686137],[94.7006,27.675183],[94.681564,27.66162],[94.65539,27.649485],[94.607087,27.629021],[94.544745,27.607368],[94.528803,27.599278],[94.511195,27.595471],[94.475979,27.602133],[94.463605,27.597136],[94.447901,27.587381],[94.439811,27.585477],[94.420299,27.585953],[94.400788,27.589284],[94.394601,27.58857],[94.382704,27.583811],[94.352485,27.579528],[94.344157,27.580242],[94.322741,27.586429],[94.29514,27.586429],[94.277532,27.58286],[94.270155,27.578577],[94.240509,27.547152],[94.218047,27.536611],[94.174265,27.488546],[94.161891,27.478076],[94.134766,27.449523],[94.085511,27.407168],[94.059337,27.380994],[94.026976,27.355534],[94.018172,27.350299],[93.978435,27.316511],[93.945123,27.276298],[93.875642,27.211101],[93.85732,27.187782],[93.850182,27.177074],[93.847089,27.168746],[93.845661,27.161846],[93.847327,27.11854],[93.843757,27.056674],[93.841616,27.047632],[93.837809,27.040493],[93.833288,27.035734],[93.819963,27.027644],[93.807352,27.024313],[93.747627,27.016223],[93.735968,27.012178],[93.720263,27.006229],[93.697659,26.990287],[93.624371,26.955547],[93.570357,26.939604],[93.522054,26.933655],[93.498531,26.932851],[93.28525,26.912954],[93.248845,26.911051],[93.190072,26.89725],[93.095369,26.880118],[93.075144,26.880831],[93.040642,26.887494],[92.942608,26.911526],[92.921193,26.915096],[92.90882,26.915572],[92.871462,26.910099],[92.806741,26.89606],[92.793416,26.896774],[92.780805,26.901057],[92.715369,26.9313],[92.677298,26.951287],[92.663259,26.954381],[92.649458,26.954143],[92.591162,26.950811],[92.557135,26.946766],[92.524775,26.937724],[92.503597,26.928444],[92.470523,26.919165],[92.425075,26.909171],[92.387058,26.904892],[92.357514,26.905126],[92.318491,26.901509],[92.290509,26.896179],[92.204077,26.874883],[92.168385,26.870124],[92.105449,26.857037],[92.10961,26.890233],[92.11495,26.905608],[92.11271,26.930632],[92.121972,26.949482],[92.122274,26.962147],[92.11157,26.976017],[92.103428,26.98265],[92.101469,26.988078],[92.101167,27.001948],[92.098755,27.006018],[92.094081,27.010994],[92.079759,27.017024],[92.077799,27.019587],[92.076894,27.042051],[92.070261,27.047177],[92.045536,27.053056],[92.04041,27.056524],[92.036188,27.061951],[92.026992,27.083812],[92.023072,27.107482],[92.025484,27.119844],[92.032118,27.131151],[92.034379,27.13884],[92.03061,27.161907],[92.031515,27.173365],[92.039053,27.1803],[92.050661,27.185878],[92.05639,27.190853],[92.066341,27.214523],[92.068977,27.240785],[92.077733,27.256584],[92.09128,27.271128],[92.108032,27.271178],[92.114289,27.273298],[92.11878,27.275972],[92.125108,27.283318],[92.115598,27.291637],[92.044089,27.429525],[92.038283,27.437211],[92.023149,27.446634],[92.020294,27.451631],[92.014155,27.476044],[92.011871,27.477614],[92.007873,27.478328],[91.981747,27.469762],[91.949767,27.467335],[91.939202,27.46862],[91.90451,27.4779],[91.883094,27.48618],[91.862964,27.486609],[91.834887,27.493024],[91.811282,27.488646],[91.793008,27.482935],[91.75665,27.468277],[91.741992,27.465612],[91.715342,27.472084],[91.689835,27.486552],[91.678794,27.490168],[91.669847,27.49645],[91.663375,27.508823],[91.660329,27.510727],[91.622365,27.514523],[91.616486,27.519499],[91.610757,27.533067],[91.606083,27.538193],[91.59764,27.538193],[91.58377,27.544374],[91.57985,27.548897],[91.575629,27.562315],[91.564774,27.574527],[91.561457,27.584025],[91.56387,27.591714],[91.574121,27.598046],[91.578192,27.60287],[91.576986,27.606489],[91.565076,27.619605],[91.561307,27.626389],[91.559648,27.633324],[91.561005,27.64041],[91.567186,27.653376],[91.620104,27.696795],[91.624325,27.705087],[91.622667,27.710364],[91.630959,27.718958],[91.635633,27.728606],[91.636236,27.735391],[91.633974,27.744135],[91.635029,27.747753],[91.640155,27.753934],[91.643171,27.762226],[91.633823,27.782579],[91.63126,27.7966],[91.619199,27.812581],[91.610304,27.821325],[91.602977,27.822941],[91.591841,27.818087],[91.572139,27.814661],[91.561574,27.81823],[91.546583,27.8198],[91.541444,27.82494],[91.541444,27.828795],[91.556006,27.857063],[91.559004,27.859347],[91.571282,27.861346],[91.578706,27.859918],[91.588414,27.853922],[91.591698,27.853779],[91.602691,27.859347],[91.61397,27.860346],[91.620251,27.868627],[91.619966,27.874337],[91.615968,27.885188],[91.609829,27.893754],[91.600407,27.899607],[91.589556,27.90389],[91.579705,27.90389],[91.574851,27.903034],[91.562288,27.89561],[91.554293,27.893754],[91.551295,27.895324],[91.550153,27.899036],[91.549025,27.916578],[91.537871,27.921059],[91.525311,27.923021],[91.508179,27.934443],[91.495615,27.935585],[91.483766,27.941724],[91.481624,27.949148],[91.488049,27.965994],[91.488049,27.973989],[91.484765,27.976702],[91.475628,27.978701],[91.47006,27.98227],[91.465491,27.992121],[91.462946,28.00599],[91.460662,28.007703],[91.444482,28.010368],[91.432489,28.006561],[91.421448,28.019124],[91.40978,28.020798],[91.398419,28.031036],[91.387375,28.032069],[91.377857,28.03797],[91.367387,28.047868],[91.351588,28.051295],[91.345877,28.060622],[91.341879,28.063668],[91.334455,28.065571],[91.322844,28.063287],[91.314658,28.063478],[91.311613,28.058528],[91.310661,28.051866],[91.314849,28.0433],[91.31047,28.033401],[91.303808,28.028833],[91.296003,28.029404],[91.290673,28.026548],[91.279252,28.007893],[91.272269,27.989087],[91.257397,27.975554],[91.252787,27.974215],[91.244607,27.975405],[91.238956,27.977636],[91.223192,27.98879],[91.214269,27.991913],[91.18988,27.985815],[91.186608,27.979569],[91.165994,27.968051],[91.169907,27.95296],[91.163111,27.939713],[91.15047,27.92618],[91.154634,27.895396],[91.149726,27.888703],[91.133219,27.874427],[91.115819,27.850483],[91.09557,27.851236],[91.079009,27.854662],[91.049884,27.857137],[91.029505,27.860722],[91.01838,27.86576],[90.994258,27.886264],[90.970136,27.899079],[90.962899,27.904506],[90.963351,27.907823],[90.968327,27.914909],[90.970437,27.926065],[90.978729,27.939332],[90.978428,27.941745],[90.963351,27.955615],[90.930485,27.94476],[90.915258,27.950037],[90.898222,27.94868],[90.891588,27.950338],[90.879527,27.959082],[90.859325,27.968279],[90.8444,27.971596],[90.835957,27.987124],[90.803365,28.016935],[90.803603,28.034186],[90.800509,28.044418],[90.79349,28.046084],[90.782663,28.042039],[90.777072,28.04418],[90.754229,28.047154],[90.726508,28.064643],[90.712231,28.070235],[90.701286,28.077731],[90.686652,28.077849],[90.68344,28.072615],[90.673446,28.062859],[90.660954,28.054174],[90.631449,28.046679],[90.620647,28.045695],[90.600635,28.027524],[90.592306,28.02455],[90.58267,28.029665],[90.569821,28.044299],[90.565181,28.04763],[90.546978,28.052389],[90.517948,28.064643],[90.509689,28.066654],[90.486539,28.050486],[90.476546,28.047392],[90.461317,28.047868],[90.452037,28.050962],[90.448587,28.053936],[90.444899,28.060717],[90.437879,28.065357],[90.409564,28.067142],[90.400998,28.066547],[90.387554,28.06274],[90.379583,28.063811],[90.37637,28.067142],[90.366971,28.089866],[90.361856,28.09748],[90.344129,28.110448],[90.325926,28.131149],[90.322,28.133529],[90.304154,28.136741],[90.295215,28.157395],[90.26287,28.151494],[90.247879,28.150304],[90.228487,28.145902],[90.219683,28.145783],[90.212663,28.148995],[90.199338,28.15887],[90.188702,28.16163],[90.18499,28.166699],[90.181992,28.179476],[90.172058,28.186757],[90.157067,28.192611],[90.126107,28.193382],[90.122854,28.192045],[90.12109,28.186757],[90.121558,28.168556],[90.101959,28.142642],[90.099246,28.142071],[90.096391,28.147354],[90.084229,28.154345],[90.070999,28.156461],[90.059857,28.153008],[90.044453,28.140171],[90.04135,28.138352],[90.036643,28.138245],[90.027336,28.14445],[90.016104,28.166166],[90.002598,28.173679],[89.98708,28.187074],[89.978378,28.190969],[89.968265,28.191415],[89.938373,28.189631],[89.906994,28.182938],[89.90283,28.183236],[89.895989,28.188292],[89.87963,28.213128],[89.865205,28.227404],[89.856579,28.230081],[89.84379,28.229189],[89.835759,28.231271],[89.82178,28.242871],[89.809882,28.243466],[89.804826,28.248671],[89.801554,28.248671],[89.79397,28.244507],[89.787724,28.231866],[89.771811,28.226363],[89.771365,28.22443],[89.78118,28.219374],[89.785642,28.214169],[89.777314,28.200338],[89.767201,28.193943],[89.741324,28.186061],[89.724073,28.172974],[89.720206,28.172974],[89.68392,28.183979],[89.677079,28.181005],[89.67113,28.171338],[89.640941,28.17],[89.629192,28.167174],[89.609115,28.167026],[89.6051,28.16539],[89.601233,28.162118],[89.573423,28.123898],[89.557957,28.11676],[89.549767,28.108717],[89.543774,28.096191],[89.536654,28.088931],[89.533799,28.088217],[89.516191,28.091786],[89.48383,28.053953],[89.460987,28.034203],[89.460799,28.031613],[89.46599,28.027863],[89.471457,28.020402],[89.471695,28.012074],[89.46646,28.007315],[89.460749,28.005887],[89.458846,28.00327],[89.4553,27.988586],[89.435808,27.954082],[89.409396,27.924339],[89.392502,27.897927],[89.377987,27.880557],[89.367279,27.871039],[89.345388,27.865091],[89.323259,27.852955],[89.303986,27.851052],[89.298989,27.848672],[89.284236,27.834633],[89.274956,27.82226],[89.265676,27.81298],[89.245451,27.800131],[89.237599,27.792041],[89.225225,27.766105],[89.229271,27.743738],[89.229509,27.730413],[89.226891,27.727558],[89.206904,27.723513],[89.202145,27.721133],[89.197386,27.706618],[89.184537,27.688535],[89.182871,27.684014],[89.184299,27.677827],[89.182633,27.67402],[89.156221,27.659505],[89.148607,27.653794],[89.141468,27.647132],[89.139089,27.639042],[89.130285,27.634045],[89.123728,27.614931],[89.125619,27.611221],[89.146227,27.597639],[89.149559,27.593832],[89.153096,27.585228],[89.160571,27.577791],[89.160761,27.573033],[89.158667,27.567893],[89.149321,27.556474],[89.124574,27.542911],[89.111963,27.541246],[89.106252,27.537439],[89.103873,27.531728],[89.105301,27.520069],[89.103635,27.511503],[89.094593,27.484853],[89.095069,27.474145],[89.107204,27.462486],[89.117912,27.441784],[89.130523,27.445116],[89.134092,27.443688],[89.137185,27.433456],[89.1517,27.422749],[89.163122,27.4099],[89.163597,27.396813],[89.170498,27.388247],[89.179778,27.381108],[89.178588,27.373732],[89.170736,27.369211],[89.159696,27.35809],[89.159314,27.339706],[89.153128,27.324239],[89.150272,27.32067],[89.125288,27.316387],[89.088644,27.297113],[89.080792,27.290451],[89.070798,27.28593],[89.069609,27.283312],[89.071036,27.250714],[89.067705,27.245479],[89.058425,27.239292],[89.048194,27.235247],[89.035344,27.233344],[89.001501,27.223556],[88.982846,27.213086],[88.978848,27.213848],[88.961906,27.234787],[88.948581,27.261437],[88.923835,27.274],[88.908807,27.275214],[88.912889,27.291513],[88.91308,27.305409],[88.91841,27.314737],[88.918877,27.323797],[88.916826,27.328817],[88.914222,27.330346],[88.897851,27.331488],[88.893854,27.334915],[88.885668,27.346717],[88.880529,27.358709],[88.866252,27.370702],[88.862445,27.38555],[88.853498,27.387072],[88.838841,27.379648],[88.835795,27.380981],[88.825135,27.403824],[88.807812,27.407631],[88.80629,27.409535],[88.809906,27.420004],[88.809906,27.425524],[88.805338,27.426286],[88.796201,27.431045],[88.795249,27.44456],[88.787635,27.454459],[88.781924,27.466071],[88.782114,27.478824],[88.790109,27.491959],[88.786683,27.49767],[88.786683,27.50319],[88.795439,27.524891],[88.79582,27.529269],[88.795249,27.532505],[88.782685,27.535551],[88.778878,27.538596],[88.775452,27.554396],[88.769741,27.564866],[88.771074,27.568673],[88.775071,27.571719],[88.788206,27.575335],[88.808955,27.601414],[88.812571,27.612836],[88.810477,27.636821],[88.813142,27.64158],[88.81714,27.645387],[88.835605,27.651859],[88.840173,27.655856],[88.850452,27.672227],[88.851023,27.679461],[88.84893,27.685362],[88.850643,27.696212],[88.847216,27.702684],[88.839576,27.709459],[88.839602,27.712202],[88.859018,27.719055],[88.865871,27.731809],[88.868156,27.739233],[88.867394,27.747989],[88.857052,27.753053],[88.856734,27.755223],[88.858447,27.777114],[88.863968,27.79634],[88.862254,27.814424],[88.864158,27.81804],[88.879006,27.827178],[88.883003,27.831936],[88.887762,27.855541],[88.8811,27.870198],[88.88129,27.891708],[88.880719,27.895135],[88.876151,27.900846],[88.874437,27.911315],[88.861303,27.92464],[88.840935,27.925592],[88.84379,27.958904],[88.842613,28.002766],[88.839377,28.013236],[88.812346,28.024467],[88.79274,28.046548],[88.777892,28.054163],[88.767232,28.067107],[88.761521,28.072437],[88.756762,28.074531],[88.7501,28.074912],[88.734681,28.072247],[88.70251,28.074531],[88.678335,28.069772],[88.669959,28.076054],[88.665391,28.088617],[88.657015,28.094138],[88.652446,28.099658],[88.646545,28.113364],[88.639883,28.114887],[88.634363,28.112412],[88.617611,28.094138],[88.60086,28.08462],[88.586773,28.081764],[88.575542,28.085191],[88.563359,28.085001],[88.560885,28.082526],[88.559743,28.076815],[88.560504,28.048262],[88.559362,28.040267],[88.556507,28.033033],[88.552319,28.030558],[88.531951,28.034175],[88.513105,28.043883],[88.501874,28.044645],[88.480745,28.035317],[88.476176,28.018376],[88.470656,28.012665],[88.456569,28.010952],[88.436391,28.005622],[88.429539,28.002195],[88.414318,27.985455],[88.40678,27.981536],[88.401352,27.980782],[88.394266,27.982289],[88.37723,27.989224],[88.364415,27.992089],[88.339238,27.986209],[88.310442,27.971284],[88.293079,27.966437],[88.28713,27.959596],[88.267499,27.947698],[88.256792,27.937883],[88.253818,27.938478],[88.251736,27.942642],[88.245192,27.972683],[88.24311,27.97417],[88.225264,27.961678],[88.222587,27.961678],[88.217531,27.968519],[88.215151,27.969708],[88.213367,27.968519],[88.207418,27.94978],[88.204444,27.947996],[88.180649,27.951862],[88.168745,27.955511],[88.162542,27.959152],[88.144793,27.961334],[88.140796,27.958859],[88.136746,27.95274],[88.135088,27.936609],[88.132426,27.930855],[88.119095,27.918884],[88.138521,27.888718],[88.14097,27.880145],[88.131548,27.877491],[88.122503,27.877189],[88.11798,27.872365],[88.103657,27.868596],[88.090993,27.875229],[88.083455,27.891813],[88.0726,27.892265],[88.055263,27.890155],[88.037473,27.903573],[88.029181,27.902819],[88.009129,27.89317],[87.996164,27.888949],[87.982293,27.887893],[87.97174,27.890456],[87.942492,27.911261],[87.917013,27.912769],[87.873292,27.911864],[87.865302,27.916086],[87.863342,27.920609],[87.861231,27.94066],[87.857914,27.943675],[87.846004,27.948952],[87.837109,27.950611],[87.831682,27.948198],[87.829269,27.94458],[87.827159,27.930107],[87.82339,27.92287],[87.790222,27.90116],[87.784041,27.894979],[87.779216,27.875531],[87.773487,27.862414],[87.755697,27.841157],[87.743335,27.831659],[87.7364,27.814472],[87.733083,27.808743],[87.729766,27.806481],[87.723434,27.805577],[87.707453,27.808894],[87.695091,27.809497],[87.670667,27.806029],[87.667199,27.813266],[87.667652,27.832111],[87.664636,27.835579],[87.658757,27.836332],[87.646054,27.834459],[87.642354,27.832455],[87.626192,27.815527],[87.619106,27.811004],[87.615036,27.809949],[87.600864,27.814773],[87.590612,27.82201],[87.59016,27.841458],[87.58428,27.854575],[87.576893,27.861962],[87.560361,27.865947],[87.554234,27.864876],[87.536639,27.84583],[87.520809,27.843418],[87.509351,27.844323],[87.494576,27.843117],[87.480857,27.839649],[87.468947,27.830905],[87.454775,27.82593],[87.445277,27.825628],[87.4103,27.830302],[87.404491,27.829747],[87.402952,27.834129],[87.405161,27.837357],[87.418793,27.841026],[87.426808,27.840208],[87.432001,27.842662],[87.433264,27.846499],[87.430275,27.85055],[87.426892,27.852231],[87.425205,27.859614],[87.419904,27.860345],[87.413559,27.856111],[87.381487,27.841946],[87.36822,27.829282],[87.359174,27.824458],[87.352842,27.825061],[87.345606,27.829584],[87.339123,27.825061],[87.333846,27.824006],[87.326911,27.825362],[87.318167,27.827775],[87.308669,27.832901],[87.294045,27.844208],[87.28729,27.846025],[87.269169,27.846771],[87.250927,27.841192],[87.235549,27.829433],[87.231629,27.823402],[87.226353,27.820236],[87.206,27.81707],[87.192129,27.817221],[87.167254,27.821895],[87.157153,27.825965],[87.149162,27.83275],[87.143584,27.835011],[87.129412,27.836217],[87.121573,27.839082],[87.116296,27.844208],[87.109813,27.863807],[87.10529,27.871043],[87.090817,27.888532],[87.082676,27.895919],[87.081319,27.904513],[87.075138,27.917328],[87.070162,27.923057],[87.034281,27.948083],[87.014682,27.953511],[86.982268,27.952606],[86.954678,27.955923],[86.934778,27.961953],[86.930255,27.970698],[86.929953,27.979894],[86.928144,27.983211],[86.912917,27.990598],[86.892413,27.993161],[86.887013,27.995986],[86.875663,28.006866],[86.866859,28.022808],[86.862576,28.02614],[86.85163,28.02614],[86.83545,28.016622],[86.823076,28.015432],[86.816652,28.017098],[86.809752,28.02257],[86.788574,28.022808],[86.767873,28.033754],[86.760259,28.03542],[86.751217,28.044699],[86.750027,28.04922],[86.7555,28.066115],[86.762876,28.072063],[86.762876,28.074205],[86.749313,28.076822],[86.747172,28.078726],[86.744792,28.089909],[86.737416,28.09562],[86.719332,28.102996],[86.707197,28.1049],[86.675788,28.100141],[86.66627,28.096334],[86.659845,28.090385],[86.652231,28.078726],[86.645807,28.073015],[86.640572,28.069922],[86.634147,28.069208],[86.624154,28.070398],[86.611067,28.074443],[86.604166,28.083723],[86.601073,28.096096],[86.596076,28.102044],[86.578706,28.108707],[86.573233,28.109421],[86.566333,28.107041],[86.563953,28.105376],[86.563239,28.099665],[86.562526,28.065639],[86.557291,28.055645],[86.552532,28.052314],[86.537779,28.048269],[86.532068,28.044461],[86.530971,28.026932],[86.515667,28],[86.514009,27.983031],[86.517727,27.972918],[86.512522,27.961467],[86.509548,27.957898],[86.475492,27.94496],[86.471625,27.940647],[86.468205,27.930534],[86.458241,27.915662],[86.441287,27.91016],[86.411395,27.909268],[86.37838,27.937672],[86.365144,27.940349],[86.34938,27.939606],[86.343729,27.944216],[86.335122,27.965746],[86.315192,27.948923],[86.305658,27.957898],[86.299858,27.970093],[86.295694,27.974852],[86.289894,27.977677],[86.275915,27.979462],[86.266992,27.978421],[86.251109,27.973406],[86.226987,27.977528],[86.225351,27.979908],[86.222305,27.999877],[86.222442,28.017459],[86.219586,28.037684],[86.210545,28.056006],[86.207927,28.074328],[86.208403,28.082894],[86.210307,28.087653],[86.2134,28.093126],[86.222324,28.099927],[86.221776,28.103738],[86.211877,28.12049],[86.201407,28.129817],[86.1976,28.15799],[86.191509,28.16884],[86.185989,28.171886],[86.18161,28.171124],[86.178184,28.166937],[86.174377,28.144094],[86.148679,28.127533],[86.134592,28.11002],[86.125455,28.090794],[86.095498,28.094482],[86.087288,28.092341],[86.083005,28.089128],[86.081221,28.084845],[86.088002,28.060932],[86.086218,28.041301],[86.081221,28.020957],[86.082292,28.009535],[86.095732,27.996687],[86.10267,27.9862],[86.110225,27.959324],[86.126357,27.93671],[86.125603,27.92887],[86.123824,27.927311],[86.099219,27.923141],[86.051578,27.902034],[86.015998,27.91304],[85.995947,27.913944],[85.979664,27.922538],[85.96896,27.93083],[85.94935,27.940548],[85.954267,27.952343],[85.95573,27.964327],[85.97751,27.98759],[85.977509,27.994235],[85.926901,28.030454],[85.8993,28.052583],[85.894779,28.064956],[85.894303,28.071857],[85.899776,28.089465],[85.898348,28.10041],[85.890972,28.110166],[85.87027,28.12135],[85.867891,28.126109],[85.866701,28.143955],[85.849093,28.176791],[85.845048,28.18036],[85.829819,28.184167],[85.809356,28.193209],[85.786275,28.199634],[85.777233,28.204631],[85.771761,28.20939],[85.752011,28.234136],[85.743207,28.252934],[85.737496,28.271256],[85.731548,28.318845],[85.723695,28.342164],[85.719412,28.368814],[85.713226,28.380949],[85.708943,28.385232],[85.679992,28.381186],[85.680503,28.346561],[85.670973,28.344595],[85.666132,28.339754],[85.662653,28.324021],[85.658568,28.317517],[85.647525,28.288623],[85.634969,28.272739],[85.622262,28.262755],[85.613035,28.25852],[85.599874,28.255797],[85.597907,28.256704],[85.597605,28.258973],[85.598058,28.294674],[85.596697,28.30012],[85.562647,28.307662],[85.55654,28.310367],[85.548658,28.310219],[85.542263,28.312896],[85.525012,28.325536],[85.502259,28.332229],[85.462584,28.330953],[85.44456,28.335489],[85.42475,28.328812],[85.417041,28.325385],[85.410188,28.31996],[85.394626,28.294119],[85.387916,28.287266],[85.375412,28.279555],[85.372356,28.281665],[85.355565,28.28469],[85.349816,28.288472],[85.342706,28.298607],[85.327636,28.29867],[85.317494,28.292623],[85.294369,28.287492],[85.274593,28.285013],[85.270095,28.295884],[85.267977,28.296792],[85.252451,28.294205],[85.245285,28.310104],[85.203987,28.341569],[85.186742,28.331283],[85.175548,28.327955],[85.165412,28.326896],[85.153008,28.328257],[85.12714,28.334308],[85.116248,28.342023],[85.11413,28.347923],[85.11882,28.36774],[85.126383,28.38438],[85.1105,28.416904],[85.109592,28.423409],[85.113071,28.432183],[85.112315,28.437478],[85.108382,28.442621],[85.10702,28.447613],[85.106566,28.464707],[85.109743,28.473027],[85.117761,28.483919],[85.141511,28.488608],[85.150587,28.492239],[85.158454,28.500257],[85.166169,28.530058],[85.183868,28.54216],[85.185986,28.546698],[85.187499,28.560161],[85.186742,28.567271],[85.182053,28.580281],[85.180842,28.596921],[85.194457,28.615226],[85.184322,28.64548],[85.180994,28.646993],[85.156941,28.646388],[85.151798,28.649414],[85.14136,28.664087],[85.116551,28.682845],[85.103844,28.682543],[85.084178,28.672559],[85.080547,28.672105],[85.066327,28.678307],[85.057251,28.67861],[85.048023,28.671802],[85.03108,28.654557],[85.018827,28.646237],[85.003246,28.627327],[84.990436,28.615536],[84.984336,28.595106],[84.981916,28.593139],[84.959527,28.586937],[84.954233,28.586786],[84.947274,28.595711],[84.942433,28.598434],[84.929424,28.600098],[84.907791,28.597526],[84.892513,28.593291],[84.879548,28.587439],[84.857062,28.573035],[84.787296,28.611571],[84.777998,28.613864],[84.744112,28.616133],[84.736246,28.619007],[84.726867,28.626269],[84.697973,28.641547],[84.702209,28.671651],[84.694796,28.676794],[84.681182,28.680879],[84.670592,28.686022],[84.659398,28.698578],[84.649868,28.719454],[84.635497,28.730497],[84.615831,28.737002],[84.583307,28.738212],[84.568785,28.742448],[84.555019,28.748952],[84.522494,28.744717],[84.503888,28.745019],[84.48997,28.738363],[84.480894,28.741843],[84.470153,28.751978],[84.45079,28.76408],[84.441109,28.767862],[84.440352,28.773005],[84.443075,28.784502],[84.442924,28.790856],[84.441714,28.794184],[84.433091,28.802958],[84.430973,28.809765],[84.433242,28.823682],[84.427191,28.828826],[84.406164,28.830036],[84.403139,28.831548],[84.404198,28.837902],[84.409946,28.845617],[84.4104,28.84955],[84.409492,28.853483],[84.403895,28.861047],[84.397088,28.86377],[84.374396,28.867854],[84.35942,28.864224],[84.345805,28.870124],[84.339149,28.869216],[84.328409,28.863619],[84.32145,28.86377],[84.310256,28.87088],[84.287565,28.879049],[84.270471,28.897656],[84.264117,28.898866],[84.256856,28.897958],[84.242636,28.891907],[84.234467,28.891907],[84.229475,28.89463],[84.223122,28.912632],[84.22176,28.929877],[84.226601,28.94924],[84.235829,28.969814],[84.24551,29.001581],[84.248687,29.02518],[84.248082,29.036677],[84.237947,29.046359],[84.229929,29.050443],[84.220399,29.052258],[84.208145,29.051502],[84.198615,29.049082],[84.190749,29.048779],[84.189085,29.050141],[84.188026,29.062091],[84.190144,29.079488],[84.205422,29.121088],[84.204363,29.12366],[84.180008,29.129862],[84.176226,29.132283],[84.17426,29.138334],[84.172596,29.156941],[84.16594,29.170253],[84.163973,29.179481],[84.163671,29.184321],[84.168814,29.197785],[84.172747,29.201718],[84.188177,29.208828],[84.196043,29.214425],[84.200582,29.227737],[84.201338,29.235452],[84.200128,29.240596],[84.190749,29.244529],[84.180001,29.245066],[84.140223,29.240747],[84.132659,29.241503],[84.124642,29.244831],[84.117078,29.253303],[84.117683,29.265405],[84.119548,29.270598],[84.118137,29.282499],[84.105581,29.294298],[84.098169,29.297172],[84.093025,29.298231],[84.085915,29.296567],[84.077293,29.29097],[84.06867,29.288852],[84.05914,29.298534],[84.053694,29.299895],[84.047367,29.299167],[84.023288,29.289911],[84.01769,29.289911],[84.010278,29.292634],[83.995278,29.30192],[83.994607,29.304936],[84.001424,29.31629],[84.001305,29.31855],[83.980319,29.329209],[83.965852,29.328257],[83.960142,29.325592],[83.94872,29.316455],[83.943009,29.316836],[83.927019,29.326354],[83.912933,29.328067],[83.862679,29.310173],[83.85811,29.307318],[83.853732,29.301607],[83.849164,29.299704],[83.832793,29.302559],[83.820229,29.301226],[83.816612,29.298181],[83.810508,29.288139],[83.800242,29.278384],[83.79929,29.274957],[83.802145,29.260109],[83.799861,29.255921],[83.791676,29.24983],[83.782729,29.247165],[83.766549,29.245833],[83.744277,29.248878],[83.717246,29.243739],[83.701488,29.233161],[83.683553,29.215185],[83.666051,29.204702],[83.661787,29.196955],[83.659496,29.182468],[83.656332,29.1754],[83.646053,29.167406],[83.632157,29.165502],[83.625494,29.167215],[83.619783,29.178637],[83.614073,29.180159],[83.590659,29.180921],[83.578857,29.183776],[83.574479,29.196149],[83.57524,29.206429],[83.573527,29.208332],[83.565341,29.209474],[83.55944,29.206238],[83.547638,29.204906],[83.538311,29.208903],[83.524986,29.220325],[83.522321,29.225084],[83.523653,29.235744],[83.522321,29.24469],[83.512422,29.259729],[83.504237,29.266581],[83.493387,29.272102],[83.488628,29.283523],[83.483869,29.284665],[83.477968,29.282191],[83.471686,29.28181],[83.463881,29.285998],[83.448272,29.305414],[83.443397,29.313491],[83.442119,29.322145],[83.444285,29.327863],[83.442848,29.343832],[83.444544,29.347564],[83.440473,29.351936],[83.418764,29.364148],[83.418728,29.377475],[83.424945,29.399728],[83.423889,29.40802],[83.417557,29.422644],[83.405496,29.427016],[83.386651,29.426563],[83.377605,29.429277],[83.370467,29.442768],[83.357158,29.457522],[83.348207,29.471189],[83.347453,29.490035],[83.345191,29.49501],[83.340669,29.499533],[83.325441,29.506317],[83.320165,29.506166],[83.306279,29.502044],[83.293768,29.503837],[83.273067,29.511451],[83.270925,29.527156],[83.260931,29.550475],[83.262121,29.554282],[83.279015,29.558327],[83.280919,29.56023],[83.270211,29.574507],[83.256172,29.582835],[83.237137,29.584501],[83.229285,29.586642],[83.21477,29.608295],[83.200731,29.611865],[83.192165,29.609009],[83.183837,29.600443],[83.17646,29.59735],[83.168132,29.598064],[83.164325,29.604012],[83.165039,29.611627],[83.163611,29.617337],[83.15909,29.621382],[83.14529,29.626617],[83.134582,29.627569],[83.128871,29.632328],[83.125778,29.631852],[83.117212,29.622572],[83.111739,29.620193],[83.090562,29.611627],[83.082071,29.612939],[83.076717,29.616657],[83.069727,29.626919],[83.059763,29.629298],[83.054856,29.633165],[83.036712,29.65458],[83.029276,29.657554],[83.022435,29.663949],[83.018123,29.671534],[83.0092,29.673318],[82.965626,29.667072],[82.957893,29.668411],[82.954472,29.670641],[82.947482,29.694436],[82.947185,29.712877],[82.9454,29.714513],[82.941088,29.714513],[82.922201,29.70782],[82.897216,29.702764],[82.890078,29.698005],[82.875801,29.693841],[82.857806,29.692354],[82.842191,29.693841],[82.834309,29.692354],[82.828509,29.694287],[82.822858,29.702615],[82.823156,29.719718],[82.821668,29.723584],[82.775269,29.731318],[82.770956,29.733697],[82.765008,29.754071],[82.760397,29.762994],[82.755044,29.76805],[82.743741,29.771917],[82.736305,29.772066],[82.699424,29.766861],[82.694516,29.767902],[82.693772,29.769984],[82.697788,29.787086],[82.701803,29.791696],[82.727525,29.80552],[82.73229,29.810137],[82.733628,29.81787],[82.729762,29.828281],[82.701506,29.852819],[82.696003,29.854752],[82.689311,29.854752],[82.682619,29.85267],[82.664773,29.844193],[82.641573,29.837055],[82.63384,29.836757],[82.627296,29.839137],[82.624619,29.841814],[82.624768,29.847614],[82.634435,29.857132],[82.641276,29.87007],[82.642019,29.875126],[82.640829,29.8781],[82.635178,29.881372],[82.617481,29.885388],[82.608112,29.891485],[82.593835,29.916023],[82.57242,29.937884],[82.559574,29.960063],[82.553626,29.96249],[82.531672,29.964207],[82.522154,29.961828],[82.507431,29.950823],[82.503118,29.950971],[82.49469,29.954089],[82.485963,29.960837],[82.472134,29.978283],[82.463996,29.982138],[82.441296,29.98842],[82.429018,29.997271],[82.418739,30.010406],[82.403891,30.020828],[82.379763,30.028823],[82.375623,30.028823],[82.371911,30.021542],[82.369341,30.020114],[82.365201,30.019829],[82.358633,30.022827],[82.347783,30.032678],[82.341644,30.043956],[82.335077,30.049953],[82.33165,30.050952],[82.325511,30.048953],[82.311663,30.040815],[82.308808,30.040673],[82.300241,30.044099],[82.284251,30.06166],[82.263265,30.06737],[82.246418,30.074509],[82.226431,30.06837],[82.183029,30.06994],[82.175605,30.071225],[82.172464,30.073366],[82.170751,30.081933],[82.172179,30.08593],[82.187455,30.104062],[82.189454,30.110629],[82.187598,30.112913],[82.182028,30.113656],[82.180204,30.116545],[82.181744,30.126619],[82.202446,30.141324],[82.208299,30.152603],[82.208299,30.156314],[82.190025,30.164452],[82.186456,30.191007],[82.157617,30.194433],[82.142055,30.20614],[82.135821,30.223035],[82.1313,30.225414],[82.121068,30.226366],[82.110598,30.230411],[82.10465,30.239215],[82.105839,30.245639],[82.115686,30.257291],[82.119209,30.28906],[82.121886,30.297388],[82.130065,30.305121],[82.129768,30.307649],[82.123224,30.314788],[82.117424,30.331741],[82.107907,30.344233],[82.101661,30.349141],[82.082774,30.356131],[82.078015,30.355982],[82.063887,30.34691],[82.052584,30.337095],[82.046041,30.335013],[82.038902,30.3365],[82.026261,30.343639],[82.022097,30.343341],[82.000533,30.325346],[81.992057,30.325049],[81.979564,30.33189],[81.9696,30.339772],[81.965734,30.344233],[81.960677,30.355833],[81.955324,30.361038],[81.946401,30.35732],[81.93837,30.348546],[81.935247,30.348546],[81.918145,30.35509],[81.890632,30.362377],[81.872528,30.376384],[81.868245,30.37805],[81.82946,30.377574],[81.803285,30.387092],[81.760931,30.389233],[81.745227,30.394468],[81.731426,30.409697],[81.720956,30.412076],[81.694782,30.424449],[81.680981,30.427543],[81.651,30.438726],[81.624283,30.446591],[81.618572,30.445068],[81.62295,30.422986],[81.618762,30.415753],[81.614194,30.413468],[81.603534,30.414611],[81.575361,30.426413],[81.566985,30.426413],[81.56413,30.422986],[81.564701,30.410423],[81.563559,30.406806],[81.557848,30.401857],[81.558039,30.373303],[81.552709,30.3714],[81.535196,30.372732],[81.491414,30.384154],[81.482467,30.389103],[81.460385,30.406235],[81.451629,30.415182],[81.444205,30.415372],[81.423266,30.421654],[81.418126,30.421463],[81.40956,30.414611],[81.406134,30.40338],[81.406895,30.39843],[81.409179,30.394623],[81.43088,30.382631],[81.431071,30.380156],[81.429738,30.376159],[81.426502,30.373494],[81.413748,30.370638],[81.403088,30.370638],[81.401565,30.367783],[81.406895,30.35027],[81.407276,30.340942],[81.405943,30.335041],[81.400994,30.326285],[81.401375,30.322859],[81.42022,30.313912],[81.423837,30.311437],[81.424979,30.308201],[81.424027,30.305346],[81.406515,30.294115],[81.401185,30.288404],[81.401756,30.285549],[81.415271,30.282313],[81.419649,30.27546],[81.419078,30.27051],[81.402898,30.252807],[81.397758,30.242909],[81.395664,30.235294],[81.396806,30.213403],[81.395664,30.205979],[81.384814,30.196081],[81.355118,30.177807],[81.334397,30.157413],[81.333021,30.152787],[81.318331,30.155542],[81.304972,30.164182],[81.303529,30.159302],[81.259369,30.153251],[81.258226,30.14754],[81.26032,30.143542],[81.290778,30.115941],[81.292491,30.103758],[81.284496,30.071778],[81.27631,30.054455],[81.272503,30.048935],[81.263937,30.042844],[81.246044,30.034658],[81.245663,30.032374],[81.255942,30.022095],[81.253468,30.015813],[81.246031,30.012592],[81.224343,30.010864],[81.208353,30.019239],[81.199026,30.017717],[81.18551,30.011435],[81.15886,30.011435],[81.144964,30.015242],[81.131639,30.023046],[81.096233,30.054075],[81.096614,30.06226],[81.100992,30.072159],[81.106893,30.079392],[81.109558,30.090623],[81.107273,30.094811],[81.088047,30.103187],[81.086144,30.106232],[81.081195,30.150205],[81.07891,30.153822],[81.068441,30.160484],[81.056067,30.172477],[81.038174,30.201221],[81.037793,30.206741],[81.0416,30.209406],[81.042552,30.212452],[81.03589,30.224825],[81.028885,30.229231],[81.032835,30.244843],[81.031476,30.249082],[81.02862,30.252128],[81.015676,30.258219],[81.007995,30.265403],[80.998145,30.2701],[80.982233,30.273669],[80.942526,30.269208],[80.933872,30.26971],[80.930779,30.271138],[80.930541,30.274231],[80.933634,30.282797],[80.924116,30.289222],[80.912219,30.301833],[80.904604,30.304926],[80.886521,30.303974],[80.877003,30.305402],[80.869626,30.310875],[80.865105,30.316586],[80.8356,30.316348],[80.806474,30.329222],[80.794481,30.339311],[80.782489,30.361773],[80.759836,30.380238],[80.748796,30.393182],[80.715091,30.419378],[80.699019,30.414619],[80.693784,30.416047],[80.685163,30.427716],[80.676079,30.43468],[80.658567,30.445911],[80.623288,30.463768],[80.611739,30.473132],[80.600353,30.472471],[80.551077,30.454951],[80.543781,30.453716],[80.504378,30.489312],[80.475063,30.492168],[80.464403,30.495594],[80.441179,30.507777],[80.431852,30.516533],[80.423857,30.52015],[80.410912,30.523577],[80.392638,30.523957],[80.371318,30.529668],[80.350379,30.524909],[80.346381,30.527003],[80.340861,30.533285],[80.318589,30.566978],[80.310467,30.57161],[80.299806,30.573448],[80.266255,30.569879],[80.256262,30.571069],[80.224743,30.584871],[80.214083,30.588298],[80.206659,30.588488],[80.190487,30.582732],[80.166875,30.57859],[80.146093,30.564169],[80.138954,30.561551],[80.132054,30.561789],[80.094934,30.577256],[80.090413,30.581301],[80.088272,30.587487],[80.081847,30.595577],[80.077326,30.597719],[80.065905,30.599147],[80.040859,30.608095],[80.038955,30.611331],[80.037813,30.633793],[80.034006,30.643311],[80.022584,30.656255],[80.016302,30.665964],[80.001183,30.680524],[79.97747,30.688045],[79.96681,30.69623],[79.962072,30.706862],[79.976199,30.708411],[79.967952,30.726687],[79.958434,30.739441],[79.953485,30.74934],[79.953485,30.752957],[79.959957,30.76019],[79.960528,30.76552],[79.956911,30.778845],[79.942444,30.79236],[79.932355,30.793312],[79.923408,30.798642],[79.906086,30.801307],[79.896568,30.80797],[79.894664,30.816917],[79.896378,30.819582],[79.911035,30.825292],[79.911225,30.832526],[79.908751,30.837665],[79.900946,30.844518],[79.892761,30.854798],[79.88686,30.859556],[79.872012,30.862221],[79.836796,30.854036],[79.824613,30.85594],[79.813001,30.867551],[79.800057,30.890775],[79.75361,30.940648],[79.748562,30.943859],[79.733789,30.94605],[79.717133,30.951523],[79.69429,30.970558],[79.67385,30.982337],[79.666046,30.983098],[79.663381,30.970344],[79.659383,30.96292],[79.618861,30.950333],[79.601491,30.932249],[79.598874,30.931773],[79.591497,30.943432],[79.564847,30.955092],[79.552783,30.958161],[79.548025,30.962349],[79.536984,30.981194],[79.519281,30.998136],[79.506336,31.023263],[79.500245,31.03202],[79.490727,31.033923],[79.457224,31.032401],[79.430384,31.025738],[79.425625,31.026119],[79.42277,31.029736],[79.423031,31.057207],[79.420485,31.065142],[79.414584,31.070091],[79.405447,31.074469],[79.401069,31.07466],[79.39117,31.067236],[79.374419,31.048962],[79.365472,31.041728],[79.355764,31.036588],[79.320929,31.025928],[79.314457,31.022121],[79.311982,31.01089],[79.322489,30.99904],[79.321514,30.987612],[79.327401,30.974913],[79.325117,30.967108],[79.318073,30.963682],[79.304939,30.965014],[79.298276,30.969773],[79.292566,30.970725],[79.286284,30.969202],[79.266867,30.958352],[79.25773,30.954925],[79.245357,30.953593],[79.224989,30.954164],[79.219278,30.956829],[79.215281,30.960826],[79.212806,30.966727],[79.209951,30.985192],[79.201385,31.003657],[79.183872,31.020408],[79.175306,31.018314],[79.155318,31.007273],[79.150179,31.006322],[79.129049,31.008225],[79.114011,30.998707],[79.1083,30.997946],[79.090978,31.000421],[79.082221,31.007083],[79.058807,31.031639],[79.030254,31.044012],[79.010647,31.047058],[79.008172,31.049152],[78.992944,31.076183],[78.98992,31.096588],[78.975241,31.110066],[78.971053,31.116919],[78.97505,31.127198],[78.992754,31.155181],[78.994657,31.162224],[78.99085,31.173645],[78.986472,31.178214],[78.959822,31.191729],[78.952969,31.198582],[78.947258,31.216285],[78.931649,31.221996],[78.928413,31.225042],[78.922702,31.245981],[78.917372,31.253595],[78.895672,31.263494],[78.88958,31.271108],[78.876826,31.302517],[78.872448,31.30937],[78.866166,31.315461],[78.861788,31.316413],[78.859504,31.314129],[78.856839,31.2989],[78.854935,31.296425],[78.841039,31.294332],[78.832854,31.294522],[78.824288,31.297187],[78.811915,31.306134],[78.806585,31.307466],[78.793831,31.306134],[78.789643,31.307466],[78.778031,31.32041],[78.767371,31.342873],[78.76147,31.351819],[78.75614,31.356388],[78.752333,31.371807],[78.757663,31.395792],[78.778983,31.425678],[78.786026,31.43196],[78.790975,31.442239],[78.789262,31.446427],[78.775556,31.454041],[78.770226,31.45899],[78.761089,31.474409],[78.754046,31.480501],[78.723018,31.482214],[78.721495,31.484117],[78.721685,31.491541],[78.726064,31.514003],[78.729109,31.52276],[78.739769,31.535894],[78.758995,31.544841],[78.768513,31.545793],[78.776127,31.549219],[78.797067,31.562925],[78.808107,31.572443],[78.823336,31.580819],[78.837803,31.595095],[78.843894,31.606707],[78.843894,31.609718],[78.837993,31.617558],[78.825049,31.625933],[78.80411,31.643827],[78.800112,31.652583],[78.796876,31.680566],[78.767942,31.674284],[78.757092,31.67752],[78.715404,31.762229],[78.687421,31.799539],[78.655632,31.820668],[78.654109,31.825237],[78.658487,31.844653],[78.666482,31.855884],[78.673335,31.862166],[78.684185,31.869971],[78.702459,31.877395],[78.737866,31.887864],[78.741082,31.905693],[78.762041,31.929933],[78.767561,31.941926],[78.76699,31.945542],[78.763945,31.949921],[78.75062,31.951253],[78.742054,31.954489],[78.736152,31.962104],[78.718069,31.978665],[78.696368,31.988563],[78.687802,31.994274],[78.613332,32.023068],[78.596297,32.032681],[78.594038,32.041524],[78.606047,32.052903],[78.607191,32.057229],[78.604636,32.061638],[78.597204,32.066755],[78.590437,32.066557],[78.573533,32.077383],[78.560445,32.094753],[78.537603,32.109506],[78.52404,32.120452],[78.515712,32.129493],[78.513332,32.134014],[78.510715,32.146626],[78.507621,32.149719],[78.500721,32.151622],[78.471454,32.137346],[78.465267,32.13568],[78.459794,32.136394],[78.451466,32.142105],[78.447183,32.157809],[78.442424,32.18898],[78.439028,32.194178],[78.428623,32.197784],[78.427434,32.200639],[78.427672,32.214202],[78.439569,32.219199],[78.449563,32.231334],[78.46027,32.233476],[78.474547,32.238949],[78.482637,32.246087],[78.486682,32.254653],[78.489062,32.270358],[78.491917,32.278448],[78.509287,32.300339],[78.506908,32.307715],[78.500959,32.314853],[78.492393,32.320088],[78.477878,32.325561],[78.477878,32.328654],[78.483351,32.340314],[78.483827,32.350069],[78.48002,32.35697],[78.463839,32.370295],[78.458367,32.377909],[78.46027,32.385999],[78.465267,32.39171],[78.467171,32.401704],[78.47074,32.429781],[78.468122,32.437396],[78.450752,32.455242],[78.450752,32.465711],[78.446945,32.471898],[78.434334,32.484271],[78.411967,32.511159],[78.406018,32.515918],[78.395679,32.528335],[78.394121,32.533526],[78.404353,32.546137],[78.40697,32.5528],[78.417916,32.563983],[78.448611,32.571359],[78.45908,32.575642],[78.475737,32.573977],[78.497152,32.580877],[78.514998,32.604672],[78.518567,32.606813],[78.535223,32.608479],[78.556162,32.614903],[78.56687,32.613476],[78.57615,32.621804],[78.57734,32.631798],[78.579005,32.632749],[78.585906,32.632512],[78.605655,32.627753],[78.615887,32.627753],[78.624453,32.630608],[78.631829,32.635367],[78.645154,32.649406],[78.665856,32.65702],[78.672756,32.661303],[78.680846,32.67439],[78.684653,32.677721],[78.701785,32.684146],[78.708448,32.688667],[78.712493,32.697709],[78.717966,32.701516],[78.727008,32.706275],[78.733194,32.705561],[78.737953,32.69985],[78.742712,32.689619],[78.74295,32.67439],[78.739381,32.662017],[78.740571,32.651785],[78.74533,32.645361],[78.768172,32.622994],[78.778166,32.607289],[78.77769,32.595392],[78.774835,32.588491],[78.770314,32.582067],[78.760558,32.573025],[78.756989,32.565411],[78.757227,32.559938],[78.77769,32.507352],[78.778166,32.485937],[78.78007,32.47856],[78.792205,32.468567],[78.805768,32.43811],[78.815048,32.426926],[78.839794,32.409556],[78.84836,32.406939],[78.861447,32.406463],[78.869537,32.403131],[78.875248,32.396231],[78.883814,32.391472],[78.894284,32.389569],[78.898091,32.386237],[78.902612,32.372198],[78.905229,32.368629],[78.924503,32.356494],[78.938304,32.349832],[78.955198,32.338886],[78.962812,32.331986],[78.967571,32.330082],[78.970427,32.330796],[78.977089,32.349594],[78.981134,32.356256],[78.988748,32.364822],[79.000646,32.371485],[79.011829,32.37434],[79.036576,32.376006],[79.049187,32.380051],[79.062036,32.378385],[79.090113,32.367677],[79.09868,32.369343],[79.100583,32.372198],[79.102963,32.397659],[79.105818,32.40218],[79.120095,32.414077],[79.121522,32.418122],[79.12176,32.423119],[79.116763,32.439061],[79.117239,32.44501],[79.119857,32.45191],[79.128423,32.46476],[79.129613,32.470708],[79.140796,32.474515],[79.155073,32.487126],[79.167484,32.489035],[79.178391,32.495217],[79.181485,32.49831],[79.18434,32.508542],[79.187909,32.512587],[79.204566,32.508066],[79.217415,32.508304],[79.224791,32.517821],[79.240733,32.513301],[79.247634,32.51687],[79.258579,32.531384],[79.268097,32.537333],[79.271666,32.541616],[79.273094,32.544709],[79.269763,32.561842],[79.271666,32.565887],[79.293319,32.595154],[79.305693,32.600865],[79.302599,32.61181],[79.296651,32.623232],[79.295461,32.636557],[79.293557,32.639888],[79.283564,32.647502],[79.277139,32.656782],[79.269525,32.67558],[79.272856,32.68486],[79.28404,32.693664],[79.281898,32.706275],[79.282612,32.710082],[79.283802,32.712699],[79.297602,32.722455],[79.298792,32.725548],[79.298078,32.730545],[79.284278,32.748629],[79.28047,32.756481],[79.273332,32.780038],[79.270715,32.782655],[79.254772,32.788604],[79.22858,32.785987],[79.224262,32.787995],[79.223125,32.79146],[79.224553,32.807164],[79.23074,32.829293],[79.23074,32.859512],[79.232643,32.878786],[79.229312,32.901153],[79.24899,32.942294],[79.24899,32.94729],[79.245064,32.953358],[79.23507,32.961924],[79.209417,32.967212],[79.197959,32.983494],[79.17582,32.988556],[79.167655,33.010933],[79.16117,33.013902],[79.138365,33.104571],[79.135589,33.12136],[79.142501,33.150084],[79.156778,33.166454],[79.157539,33.172165],[79.153429,33.183058],[79.14058,33.196859],[79.132965,33.199714],[79.116508,33.199848],[79.109885,33.201856],[79.071099,33.229458],[79.067292,33.23612],[79.077524,33.248017],[79.078238,33.250635],[79.075382,33.253252],[79.042097,33.268483],[79.037423,33.273157],[79.035463,33.279338],[79.033805,33.310395],[79.023373,33.323937],[79.00712,33.329693],[78.985711,33.328638],[78.978322,33.329212],[78.972294,33.331653],[78.959026,33.348086],[78.952864,33.362005],[78.951338,33.370248],[78.944691,33.380963],[78.928572,33.389998],[78.90837,33.40628],[78.892691,33.41608],[78.883344,33.418643],[78.860126,33.420754],[78.848819,33.42407],[78.837662,33.430252],[78.834647,33.434775],[78.830426,33.44774],[78.821832,33.454977],[78.818214,33.460404],[78.814897,33.468093],[78.813239,33.485129],[78.809168,33.490255],[78.792701,33.49933],[78.775543,33.514337],[78.755175,33.536038],[78.736139,33.563639],[78.734426,33.56954],[78.735568,33.5802],[78.739566,33.593525],[78.751177,33.613894],[78.753652,33.619985],[78.753271,33.623031],[78.750416,33.625315],[78.721291,33.624173],[78.708918,33.627599],[78.697306,33.636927],[78.68303,33.655201],[78.680936,33.660531],[78.680745,33.668716],[78.683601,33.677282],[78.696735,33.687752],[78.772497,33.73477],[78.775353,33.739719],[78.775543,33.744288],[78.773449,33.75095],[78.754985,33.786738],[78.754413,33.793971],[78.766025,33.830139],[78.764122,33.849555],[78.754985,33.871256],[78.754223,33.87849],[78.754033,33.884391],[78.762599,33.898287],[78.76317,33.907805],[78.760886,33.912944],[78.739185,33.919416],[78.732522,33.923604],[78.731,33.92646],[78.735758,33.960153],[78.740327,33.977856],[78.738233,33.997272],[78.731951,34.004125],[78.708347,34.015737],[78.698258,34.023351],[78.675606,34.025635],[78.663423,34.029633],[78.649908,34.037247],[78.649908,34.053047],[78.6619,34.066753],[78.660948,34.07094],[78.655999,34.077222],[78.655428,34.08122],[78.658283,34.08674],[78.668562,34.095116],[78.672941,34.094354],[78.679603,34.086169],[78.682649,34.085598],[78.686456,34.08674],[78.691405,34.09226],[78.695974,34.094735],[78.701875,34.095306],[78.723766,34.092451],[78.74166,34.095877],[78.75784,34.105585],[78.779541,34.124621],[78.790552,34.137458],[78.796203,34.140433],[78.801259,34.14073],[78.822674,34.129725],[78.827136,34.129428],[78.831895,34.131807],[78.837546,34.142515],[78.842602,34.146084],[78.85093,34.146976],[78.854797,34.149058],[78.861935,34.165119],[78.866397,34.166904],[78.872345,34.167201],[78.885135,34.153222],[78.901494,34.146976],[78.90655,34.146976],[78.92053,34.157386],[78.924396,34.164822],[78.92652,34.184519],[78.939565,34.217765],[78.943134,34.224606],[78.951463,34.230852],[78.955627,34.237693],[78.96455,34.268626],[78.975257,34.291528],[78.972878,34.309672],[78.973711,34.316037],[78.97728,34.318416],[78.986084,34.318892],[79.028914,34.318416],[79.035101,34.321985],[79.03867,34.326268],[79.039384,34.331027],[79.035373,34.334316],[79.040203,34.335754],[79.042781,34.338905],[79.046261,34.3512],[79.032427,34.361665],[79.023762,34.376347],[79.024643,34.378691],[79.021814,34.387192],[79.008326,34.403314],[79.023857,34.411386],[79.035046,34.422421],[79.049889,34.428871],[79.063977,34.427542],[79.06484,34.422625],[79.068942,34.41539],[79.077587,34.41263],[79.082271,34.414358],[79.093586,34.425895],[79.103231,34.428877],[79.118377,34.430453],[79.141039,34.436602],[79.147523,34.446542],[79.156461,34.449317],[79.161573,34.44449],[79.161218,34.437586],[79.164248,34.433395],[79.172502,34.430692],[79.177842,34.431661],[79.186649,34.430131],[79.188564,34.427563],[79.189387,34.420837],[79.193335,34.41815],[79.211041,34.41775],[79.227362,34.423671],[79.232106,34.420369],[79.248693,34.419109],[79.266305,34.42663],[79.263625,34.435626],[79.264823,34.438255],[79.281751,34.442467],[79.303777,34.443032],[79.313452,34.440615],[79.326996,34.442759],[79.337005,34.442598],[79.34577,34.440072],[79.350089,34.435651],[79.351172,34.432176],[79.358465,34.430843],[79.362104,34.431788],[79.366645,34.435722],[79.380287,34.437275],[79.391555,34.435961],[79.40348,34.446674],[79.417256,34.450403],[79.446335,34.443828],[79.453941,34.446117],[79.460377,34.453756],[79.485398,34.446822],[79.523923,34.459459],[79.53434,34.469558],[79.537784,34.480145],[79.546012,34.477496],[79.551655,34.467193],[79.562277,34.456855],[79.586293,34.460464],[79.592294,34.466483],[79.6016,34.466009],[79.606982,34.463441],[79.611851,34.457853],[79.612618,34.454266],[79.627988,34.449162],[79.631698,34.453264],[79.645895,34.45536],[79.655928,34.45192],[79.674371,34.455164],[79.682049,34.461502],[79.686096,34.470787],[79.685155,34.47603],[79.702333,34.484685],[79.705998,34.485207],[79.719694,34.47298],[79.727305,34.471688],[79.748685,34.478007],[79.786123,34.480428],[79.792049,34.479645],[79.806887,34.492789],[79.819642,34.493487],[79.823948,34.506342],[79.823352,34.516395],[79.833837,34.518634],[79.843366,34.517897],[79.846714,34.526603],[79.846427,34.531803],[79.841134,34.534803],[79.843122,34.538285],[79.847434,34.538378],[79.858785,34.534454],[79.859882,34.541545],[79.83818,34.550891],[79.841904,34.57041],[79.859501,34.581372],[79.863573,34.585927],[79.84998,34.590915],[79.860234,34.600942],[79.864403,34.610622],[79.864977,34.620221],[79.88794,34.62534],[79.888068,34.640122],[79.890441,34.650002],[79.885497,34.652803],[79.866467,34.657742],[79.86506,34.672567],[79.88129,34.679584],[79.905507,34.685827],[79.896379,34.733938],[79.906539,34.750615],[79.92571,34.77562],[79.926894,34.788403],[79.934603,34.799311],[79.941518,34.81682],[79.940096,34.826583],[79.933132,34.831297],[79.923796,34.852571],[79.933669,34.861222],[79.956074,34.864551],[79.988369,34.858692],[79.996995,34.865332],[79.996477,34.881227],[80.00223,34.89676],[80.015503,34.902826],[80.034837,34.904853],[80.035196,34.913809],[80.031141,34.926026],[80.03744,34.930908],[80.040333,34.93904],[80.040155,34.942944],[80.03815,34.946259],[80.029865,34.947916],[80.024814,34.952932],[80.022852,34.973052],[80.027283,34.979488],[80.04056,34.982162],[80.038944,34.989373],[80.030326,34.991793],[80.027545,34.995522],[80.026758,35.001636],[80.029628,35.005994],[80.035074,35.005704],[80.038028,35.00869],[80.040902,35.025429],[80.031532,35.03321],[80.02808,35.039563],[80.073126,35.078042],[80.099711,35.067965],[80.111266,35.067179],[80.118087,35.069497],[80.186373,35.114886],[80.207997,35.124655],[80.216482,35.138539],[80.236009,35.151689],[80.235393,35.154526],[80.22242,35.165404],[80.219753,35.177435],[80.243311,35.184728],[80.248015,35.187844],[80.252591,35.193195],[80.25243,35.201614],[80.255538,35.204259],[80.263281,35.204734],[80.281442,35.202408],[80.284142,35.210641],[80.297685,35.209235],[80.30762,35.204743],[80.320776,35.201973],[80.326377,35.204092],[80.344534,35.205449],[80.358318,35.202684],[80.360572,35.208354],[80.359725,35.210254],[80.330108,35.224238],[80.329445,35.240819],[80.312478,35.259258],[80.2958,35.267064],[80.280817,35.280733],[80.270481,35.293075],[80.274392,35.31333],[80.275263,35.329261],[80.280758,35.33395],[80.285364,35.354335],[80.288528,35.35957],[80.293021,35.362029],[80.301417,35.371837],[80.303158,35.381016],[80.315249,35.38699],[80.369203,35.387714],[80.37471,35.389519],[80.379146,35.393901],[80.389371,35.409698],[80.403743,35.422899],[80.407987,35.424517],[80.416829,35.442727],[80.428249,35.449366],[80.434297,35.449825],[80.439055,35.44745],[80.436508,35.42731],[80.441667,35.418244],[80.460311,35.41539],[80.491879,35.406612],[80.500809,35.402174],[80.50163,35.396229],[80.512013,35.392211],[80.526271,35.398787],[80.529949,35.405892],[80.54021,35.404871],[80.555785,35.397657],[80.557951,35.394515],[80.564651,35.39286],[80.586848,35.402394],[80.593745,35.408177],[80.612443,35.404307],[80.619293,35.396188],[80.632308,35.391943],[80.652181,35.398622],[80.659678,35.393083],[80.660972,35.388114],[80.660551,35.385731],[80.654268,35.382522],[80.654723,35.374464],[80.666576,35.368702],[80.680377,35.366118],[80.685489,35.360365],[80.685482,35.353304],[80.683492,35.346515],[80.679575,35.342567],[80.687384,35.337987],[80.719487,35.335069],[80.726303,35.336496],[80.751815,35.335228],[80.787136,35.341572],[80.821706,35.34396],[80.832368,35.341927],[80.855336,35.342602],[80.860468,35.341513],[80.880257,35.330621],[80.884192,35.32265],[80.908566,35.324745],[80.926133,35.332078],[80.93495,35.325765],[80.937905,35.319774],[80.942982,35.316053],[80.966649,35.311113],[80.987746,35.31194],[80.991212,35.313538],[81.003777,35.312214],[81.008526,35.309064],[81.022904,35.311903],[81.023701,35.312795],[81.016826,35.316256],[81.002283,35.330543],[81.000408,35.335493],[81.021151,35.33651],[81.027916,35.338352],[81.030493,35.341718],[81.037273,35.366443],[81.027642,35.372377],[81.027943,35.378678],[81.030279,35.384173],[81.048815,35.404287],[81.050862,35.404923],[81.059595,35.400692],[81.070928,35.400133],[81.0885,35.410842],[81.098,35.406743],[81.099599,35.403557],[81.098864,35.399797],[81.093001,35.392007],[81.094396,35.385843],[81.096185,35.384157],[81.103457,35.384764],[81.106509,35.387187],[81.110259,35.387704],[81.121328,35.386848],[81.126973,35.371316],[81.151056,35.363033],[81.178622,35.371686],[81.191558,35.366081],[81.195878,35.355883],[81.214212,35.324333],[81.222601,35.325902],[81.232998,35.33335],[81.241098,35.334842],[81.253782,35.325889],[81.258848,35.325326],[81.260066,35.331662],[81.266534,35.343159],[81.272152,35.347852],[81.299015,35.344722],[81.31089,35.338733],[81.322797,35.339037],[81.326773,35.340975],[81.325535,35.347356],[81.326992,35.349877],[81.33465,35.350403],[81.345605,35.343067],[81.349572,35.344575],[81.355174,35.351142],[81.363461,35.354117],[81.370236,35.344625],[81.383528,35.340606],[81.400549,35.34125],[81.407796,35.337187],[81.440584,35.333517],[81.444478,35.327355],[81.445563,35.318344],[81.450658,35.313259],[81.479116,35.294326],[81.491384,35.29336],[81.499111,35.285338],[81.502253,35.277843],[81.497277,35.260556],[81.49715,35.252793],[81.512731,35.235272],[81.53938,35.24189],[81.548683,35.241264],[81.558785,35.237214],[81.569684,35.236712],[81.603852,35.237247],[81.615395,35.238771],[81.626468,35.234648],[81.647757,35.232983],[81.680441,35.23553],[81.692984,35.240356],[81.703878,35.250306],[81.724573,35.261563],[81.730643,35.262594],[81.735463,35.260461],[81.751226,35.267907],[81.765333,35.26595],[81.79721,35.276289],[81.802735,35.272216],[81.819563,35.266921],[81.857441,35.261077],[81.86343,35.262091],[81.868602,35.266838],[81.896877,35.274055],[81.911522,35.274503],[81.925726,35.272198],[81.929035,35.273256],[81.935319,35.280015],[81.940756,35.297708],[81.954185,35.309437],[81.969562,35.31385],[81.983187,35.306723],[81.987585,35.306353],[82.010568,35.311337],[82.015104,35.319669],[82.035561,35.32801],[82.04115,35.331957],[82.04266,35.339163],[82.049786,35.34927],[82.049934,35.361246],[82.045934,35.369252],[82.034833,35.405581],[82.025265,35.429358],[82.028163,35.449958],[82.031156,35.454753],[82.039289,35.454218],[82.04775,35.451236],[82.07708,35.451685],[82.086534,35.465299],[82.097206,35.471332],[82.139364,35.482704],[82.147579,35.490135],[82.149791,35.496808],[82.158124,35.499373],[82.164212,35.497185],[82.165187,35.491729],[82.169783,35.486623],[82.177914,35.487269],[82.183724,35.491339],[82.182535,35.493368],[82.183882,35.510324],[82.187664,35.515194],[82.193021,35.518515],[82.203339,35.521252],[82.210315,35.522092],[82.218519,35.520588],[82.241972,35.52263],[82.253613,35.531096],[82.25911,35.54664],[82.268493,35.55229],[82.279919,35.541956],[82.283999,35.5404],[82.310638,35.542981],[82.323057,35.555468],[82.335945,35.572764],[82.328418,35.578008],[82.328855,35.591277],[82.337673,35.598211],[82.350607,35.613025],[82.343452,35.633084],[82.333957,35.639985],[82.333828,35.654256],[82.34907,35.656507],[82.360886,35.651623],[82.365671,35.651157],[82.393352,35.654897],[82.398067,35.657597],[82.402108,35.663534],[82.402345,35.681966],[82.398603,35.685568],[82.402354,35.695109],[82.412578,35.709599],[82.462461,35.715376],[82.477441,35.713528],[82.499157,35.705161],[82.508685,35.698085],[82.527373,35.699187],[82.544179,35.708712],[82.585855,35.69497],[82.602,35.695528],[82.6075,35.698321],[82.622152,35.692787],[82.626634,35.687333],[82.631407,35.685711],[82.637686,35.684431],[82.642289,35.687486],[82.646637,35.685785],[82.649887,35.683321],[82.65478,35.669462],[82.668034,35.666838],[82.676344,35.669886],[82.691071,35.665756],[82.720217,35.641104],[82.731596,35.638109],[82.736541,35.638534],[82.736009,35.64206],[82.739873,35.646098],[82.751442,35.653112],[82.769995,35.658603],[82.778219,35.665826],[82.778651,35.670875],[82.784189,35.684962],[82.790522,35.68715],[82.794204,35.690792],[82.803898,35.686045],[82.832295,35.678701],[82.858827,35.689795],[82.874665,35.690156],[82.877585,35.688472],[82.874242,35.683288],[82.883723,35.67554],[82.89861,35.678722],[82.94832,35.67928],[82.965045,35.672187],[82.967101,35.663087],[82.963864,35.658296],[82.959616,35.658444],[82.955595,35.652499],[82.957971,35.646668],[82.955443,35.632831],[82.958222,35.624962],[82.972743,35.618009],[82.980811,35.609066],[82.976894,35.592157],[82.983899,35.586471],[82.984471,35.584101],[82.983394,35.57765],[82.97793,35.571836],[82.983686,35.554779],[82.979757,35.548824],[82.973798,35.547232],[82.967602,35.539619],[82.972353,35.538058],[82.982555,35.52591],[82.98427,35.521464],[82.984262,35.514234],[82.981856,35.505572],[82.996156,35.499961],[82.99616,35.492813],[83.001587,35.481556],[83.007448,35.477501],[83.010988,35.477951],[83.012547,35.480716],[83.015375,35.481803],[83.051104,35.476392],[83.075486,35.450037],[83.07783,35.439136],[83.075951,35.433585],[83.077783,35.430315],[83.093394,35.424071],[83.098104,35.418396],[83.100047,35.409449],[83.115762,35.400704],[83.148846,35.398487],[83.177353,35.389414],[83.202844,35.397434],[83.207959,35.401684],[83.223973,35.409384],[83.238685,35.424478],[83.259552,35.409211],[83.273962,35.408288],[83.281818,35.405561],[83.290161,35.398882],[83.31428,35.39527],[83.343889,35.398169],[83.360579,35.396335],[83.361399,35.391228],[83.35667,35.384335],[83.358101,35.378297],[83.37477,35.376836],[83.414173,35.383369],[83.423899,35.380903],[83.435158,35.383175],[83.447853,35.383196],[83.455953,35.373103],[83.463087,35.372301],[83.472597,35.374544],[83.476695,35.372655],[83.480877,35.365518],[83.49034,35.360684],[83.50252,35.36153],[83.516745,35.367662],[83.524097,35.368455],[83.536898,35.365305],[83.539319,35.362148],[83.539172,35.359582],[83.528609,35.350471],[83.53382,35.345061],[83.574393,35.35308],[83.576025,35.351839],[83.607706,35.348462],[83.608633,35.339565],[83.614356,35.336294],[83.642472,35.344785],[83.679485,35.363983],[83.691135,35.365454],[83.730288,35.368435],[83.750053,35.364337],[83.770194,35.364524],[83.782489,35.366864],[83.786161,35.364817],[83.787987,35.357684],[83.795523,35.3527],[83.818497,35.358227],[83.819861,35.360827],[83.822313,35.361512],[83.855081,35.359463],[83.879547,35.367284],[83.89026,35.381697],[83.890087,35.383943],[83.887486,35.385161],[83.887863,35.388248],[83.902031,35.404328],[83.91009,35.408657],[83.920778,35.411776],[83.927391,35.407807],[83.935086,35.407441],[83.945285,35.410903],[83.965672,35.413136],[84.003896,35.42212],[84.009256,35.418834],[84.011101,35.415146],[84.024662,35.41549],[84.027926,35.413575],[84.029202,35.410218],[84.041428,35.413414],[84.046772,35.417538],[84.05165,35.415512],[84.053627,35.412944],[84.063176,35.41078],[84.074442,35.399804],[84.076851,35.393475],[84.086257,35.38238],[84.092339,35.363553],[84.097761,35.362594],[84.119726,35.375395],[84.123628,35.37625],[84.13041,35.37494],[84.137299,35.379638],[84.156406,35.363208],[84.157496,35.359643],[84.172378,35.358474],[84.182733,35.364382],[84.200654,35.383127],[84.220532,35.38785],[84.232085,35.397214],[84.24317,35.393844],[84.242935,35.396986],[84.245942,35.400581],[84.253543,35.40473],[84.286194,35.406697],[84.307381,35.412213],[84.319854,35.413072],[84.334603,35.416513],[84.341191,35.423165],[84.354026,35.432252],[84.391013,35.447322],[84.402815,35.45708],[84.413659,35.463248],[84.424593,35.468309],[84.45145,35.474616],[84.451958,35.476607],[84.448679,35.481976],[84.461215,35.495946],[84.463454,35.512074],[84.471979,35.514834],[84.474799,35.517936],[84.47158,35.527551],[84.457872,35.527557],[84.455719,35.531138],[84.449969,35.530957],[84.445635,35.534199],[84.443823,35.547234],[84.44639,35.551847],[84.454739,35.553416],[84.460312,35.556693],[84.477729,35.559139],[84.496983,35.566748],[84.507836,35.564985],[84.51964,35.566294],[84.541489,35.578103],[84.554519,35.582265],[84.561734,35.587121],[84.568991,35.589526],[84.580907,35.591],[84.58615,35.589845],[84.602366,35.59051],[84.631267,35.596176],[84.666486,35.610021],[84.689543,35.615665],[84.696032,35.615921],[84.698842,35.617734],[84.710925,35.613617],[84.724005,35.613434],[84.737227,35.617201],[84.739384,35.620113],[84.748849,35.624048],[84.76,35.624035],[84.769844,35.634407],[84.783317,35.638177],[84.786636,35.642745],[84.79603,35.648177],[84.811773,35.646942],[84.816937,35.65084],[84.831315,35.653717],[84.839526,35.666537],[84.857661,35.669692],[84.859758,35.67193],[84.860618,35.676519],[84.917935,35.691873],[84.944478,35.701848],[84.958811,35.704977],[84.970996,35.709635],[84.995342,35.74026],[85.026927,35.747545],[85.035238,35.751009],[85.052771,35.752981],[85.063048,35.749631],[85.089597,35.745462],[85.146625,35.743811],[85.160467,35.747774],[85.161518,35.749672],[85.172906,35.755026],[85.193226,35.758538],[85.204559,35.76405],[85.21697,35.76677],[85.22393,35.771197],[85.223374,35.773691],[85.217876,35.778621],[85.21841,35.78057],[85.236417,35.779156],[85.249713,35.781918],[85.263049,35.789278],[85.281259,35.787961],[85.283759,35.785681],[85.27917,35.77942],[85.279527,35.776338],[85.299405,35.768665],[85.315085,35.765253],[85.340874,35.752922],[85.353215,35.742841],[85.36481,35.728369],[85.367402,35.706457],[85.371272,35.700956],[85.379772,35.702174],[85.386962,35.701195],[85.435536,35.68945],[85.453472,35.688142],[85.484369,35.682791],[85.506431,35.685085],[85.51645,35.680919],[85.519305,35.670382],[85.525671,35.662237],[85.547054,35.654638],[85.549259,35.650602],[85.556737,35.648598],[85.560788,35.645607],[85.560886,35.643103],[85.56973,35.640208],[85.576108,35.645472],[85.58411,35.646786],[85.588705,35.644601],[85.596327,35.645827],[85.603766,35.653052],[85.612045,35.653134],[85.612181,35.661412],[85.617509,35.663345],[85.619295,35.667333],[85.618628,35.673864],[85.627758,35.680203],[85.62651,35.688343],[85.627334,35.698732],[85.639248,35.70653],[85.643531,35.718134],[85.648969,35.723011],[85.648308,35.727406],[85.64958,35.729928],[85.660482,35.733929],[85.669746,35.734994],[85.67896,35.744263],[85.689276,35.751799],[85.694156,35.752703],[85.698617,35.751298],[85.723404,35.755522],[85.731628,35.758757],[85.738614,35.765966],[85.749637,35.766563],[85.758166,35.771354],[85.776787,35.769769],[85.78488,35.770884],[85.791058,35.772723],[85.798258,35.777886],[85.805814,35.780036],[85.810216,35.779575],[85.821061,35.773935],[85.82334,35.774787],[85.835478,35.77265],[85.848836,35.776857],[85.853955,35.780589],[85.881741,35.781658],[85.904705,35.78639],[85.911704,35.782943],[85.932773,35.781695],[85.946847,35.779112],[85.95162,35.782264],[85.953401,35.786948],[85.966089,35.789489],[85.970178,35.798368],[85.976079,35.801331],[85.988924,35.816716],[85.999674,35.819681],[86.009934,35.833428],[86.016429,35.834882],[86.021381,35.838647],[86.027504,35.839117],[86.029652,35.843109],[86.037161,35.848083],[86.047249,35.846092],[86.049217,35.843061],[86.0523,35.842646],[86.056557,35.846179],[86.059042,35.853881],[86.061298,35.856231],[86.078389,35.862265],[86.080139,35.870611],[86.085407,35.875834],[86.090567,35.887581],[86.088476,35.893532],[86.092214,35.902722],[86.091932,35.909214],[86.103946,35.927429],[86.117092,35.928096],[86.122133,35.939694],[86.126,35.942166],[86.128389,35.960477],[86.128387,35.97533],[86.143376,35.998878],[86.159293,36.008109],[86.170992,36.00836],[86.172197,36.010909],[86.170151,36.018566],[86.176995,36.029638],[86.197428,36.033082],[86.198415,36.036722],[86.196846,36.040884],[86.197191,36.04932],[86.194045,36.053899],[86.186187,36.05541],[86.185058,36.061479],[86.17994,36.06518],[86.17978,36.071891],[86.176756,36.074913],[86.181509,36.081092],[86.18272,36.087072],[86.180714,36.092928],[86.180844,36.096654],[86.184145,36.101209],[86.184247,36.131392],[86.188657,36.133583],[86.194128,36.132993],[86.212395,36.136939],[86.21789,36.136537],[86.22203,36.140526],[86.235872,36.140694],[86.244911,36.145461],[86.248931,36.149931],[86.260515,36.151328],[86.266795,36.158765],[86.276193,36.159764],[86.277299,36.163999],[86.275477,36.166691],[86.276207,36.172502],[86.283379,36.169127],[86.292546,36.169859],[86.309317,36.166714],[86.315823,36.164421],[86.316894,36.162317],[86.324206,36.163371],[86.344884,36.159788],[86.350125,36.162381],[86.363141,36.16379],[86.361966,36.170886],[86.370541,36.181648],[86.373026,36.188792],[86.379294,36.189754],[86.384223,36.192951],[86.389321,36.202682],[86.396515,36.206857],[86.415659,36.206246],[86.430787,36.208116],[86.437769,36.226964],[86.444794,36.223124],[86.453029,36.222003],[86.454465,36.215673],[86.463736,36.215887],[86.490246,36.20171],[86.5,36.198663],[86.506262,36.200927],[86.523053,36.201543],[86.524091,36.203522],[86.51362,36.209682],[86.516928,36.212006],[86.52257,36.212218],[86.520851,36.21879],[86.525536,36.229425],[86.538872,36.227196],[86.553745,36.222204],[86.565004,36.222799],[86.580389,36.218178],[86.58601,36.222385],[86.588778,36.222346],[86.591681,36.219656],[86.596237,36.220666],[86.600031,36.224908],[86.603602,36.226295],[86.606185,36.222868],[86.615289,36.219385],[86.619262,36.225146],[86.637995,36.230417],[86.650181,36.230905],[86.655013,36.238135],[86.652753,36.245033],[86.65502,36.246176],[86.67821,36.243683],[86.682983,36.244842],[86.686002,36.247786],[86.691099,36.245468],[86.697958,36.245092],[86.70058,36.253556],[86.703504,36.25737],[86.705023,36.26458],[86.715964,36.263825],[86.719727,36.26202],[86.730193,36.267142],[86.733238,36.275807],[86.735466,36.277957],[86.731371,36.284047],[86.731724,36.286151],[86.737895,36.287614],[86.739626,36.289668],[86.747021,36.290626],[86.753181,36.28937],[86.761789,36.293104],[86.763146,36.297506],[86.764836,36.298206],[86.808249,36.2945],[86.820347,36.289657],[86.844052,36.29545],[86.85143,36.300455],[86.860954,36.300425],[86.862041,36.299165],[86.860501,36.296457],[86.863686,36.288187],[86.870148,36.284952],[86.873266,36.275905],[86.882901,36.271767],[86.885384,36.266609],[86.890294,36.262221],[86.912569,36.267904],[86.921799,36.265548],[86.928897,36.265567],[86.933871,36.274273],[86.934854,36.280686],[86.946694,36.289888],[86.954345,36.290484],[86.960805,36.288696],[86.969834,36.291436],[86.975177,36.296285],[86.984117,36.293997],[86.990655,36.294212],[86.994424,36.295451],[87.002425,36.302125],[87.021409,36.295572],[87.025472,36.295669],[87.029788,36.298063],[87.038,36.29358],[87.050459,36.292108],[87.051804,36.297754],[87.054361,36.300565],[87.071763,36.303577],[87.073509,36.304783],[87.074444,36.30937],[87.089723,36.301987],[87.096002,36.303754],[87.09844,36.302275],[87.099762,36.298085],[87.10477,36.296262],[87.131554,36.295761],[87.141293,36.293125],[87.144847,36.299653],[87.152657,36.298366],[87.159869,36.303418],[87.160536,36.308562],[87.151411,36.314029],[87.154824,36.318534],[87.154433,36.320053],[87.165719,36.324742],[87.186103,36.345702],[87.195955,36.352979],[87.210951,36.354547],[87.219417,36.352378],[87.228324,36.361904],[87.244806,36.364083],[87.261668,36.356709],[87.264958,36.356578],[87.27228,36.358004],[87.273632,36.362476],[87.283655,36.36579],[87.293319,36.358465],[87.298515,36.358267],[87.306419,36.362669],[87.325438,36.383003],[87.333414,36.38569],[87.345967,36.393129],[87.342566,36.396879],[87.342868,36.400272],[87.358771,36.409572],[87.360196,36.41415],[87.35845,36.41801],[87.360561,36.421163],[87.368533,36.420329],[87.372062,36.41789],[87.384623,36.415334],[87.398544,36.416169],[87.410521,36.422116],[87.423616,36.426182],[87.431322,36.415889],[87.45084,36.413768],[87.456744,36.411509],[87.453262,36.388463],[87.463101,36.359709],[87.466946,36.355468],[87.478649,36.352942],[87.493392,36.353487],[87.50641,36.356516],[87.514266,36.349416],[87.537344,36.349059],[87.562399,36.340011],[87.572819,36.346677],[87.583926,36.346866],[87.59589,36.357085],[87.611544,36.358179],[87.618412,36.362548],[87.624531,36.35797],[87.63372,36.359492],[87.640814,36.363665],[87.645193,36.370121],[87.650992,36.370408],[87.655448,36.37303],[87.659999,36.36866],[87.682343,36.369435],[87.693629,36.372653],[87.701637,36.377054],[87.703928,36.382522],[87.730342,36.38509],[87.761158,36.379455],[87.769059,36.376486],[87.778377,36.376383],[87.7981,36.380122],[87.802239,36.391264],[87.806564,36.390304],[87.811117,36.38598],[87.814013,36.385257],[87.819289,36.386791],[87.821512,36.391199],[87.824227,36.391829],[87.82717,36.390274],[87.828064,36.38641],[87.837458,36.384674],[87.850756,36.390246],[87.866385,36.393691],[87.869007,36.393168],[87.872112,36.389547],[87.913226,36.393591],[87.922541,36.397086],[87.93053,36.404734],[87.938251,36.401108],[87.949398,36.400945],[87.962554,36.404028],[87.96766,36.40727],[87.966605,36.411102],[87.968143,36.419347],[87.96599,36.427476],[87.967319,36.432197],[87.97507,36.429973],[87.994417,36.430307],[88.004225,36.427731],[88.016168,36.431204],[88.052245,36.430825],[88.061046,36.43139],[88.071566,36.434495],[88.076462,36.432086],[88.100349,36.429252],[88.136527,36.429435],[88.156361,36.433933],[88.158107,36.435265],[88.158256,36.439236],[88.165861,36.438366],[88.170883,36.444036],[88.170457,36.448518],[88.182815,36.455703],[88.193402,36.451032],[88.201355,36.45241],[88.206201,36.447044],[88.214904,36.446952],[88.220872,36.448754],[88.234742,36.467074],[88.241938,36.47148],[88.246309,36.470094],[88.26067,36.471913],[88.270136,36.469204],[88.274717,36.465665],[88.280531,36.464906],[88.288111,36.46707],[88.29637,36.464156],[88.316086,36.466665],[88.32135,36.463052],[88.33555,36.462322],[88.342492,36.458815],[88.356106,36.457772],[88.363325,36.458295],[88.364806,36.462737],[88.360911,36.4675],[88.359849,36.473211],[88.354523,36.47715],[88.359563,36.481198],[88.368856,36.47847],[88.374908,36.484382],[88.376826,36.484453],[88.38496,36.483066],[88.385757,36.480141],[88.388208,36.478538]]]}},{type:"Feature",properties:{name:"陕西省",province_adcode:61e4,province_type:"省",name_en:"Shaanxi",name_var:"Shǎn Xī",adcode:61e4},geometry:{type:"Polygon",coordinates:[[[108.134538,36.579186],[108.131313,36.582261],[108.116505,36.576338],[108.113942,36.577846],[108.112174,36.591489],[108.109706,36.59309],[108.096186,36.589085],[108.093233,36.583114],[108.088394,36.583524],[108.08603,36.592161],[108.087612,36.603417],[108.080974,36.606986],[108.078872,36.614087],[108.074977,36.612129],[108.069838,36.599634],[108.068053,36.60149],[108.067411,36.612554],[108.061926,36.599658],[108.053369,36.594295],[108.037992,36.604141],[108.026567,36.617134],[108.008899,36.629287],[108.006761,36.63408],[108.001857,36.635954],[107.998706,36.633982],[107.996539,36.638752],[107.996465,36.645114],[107.999495,36.647235],[108.005954,36.644313],[108.017238,36.646967],[108.020812,36.661326],[108.020144,36.666926],[108.017967,36.670456],[108.006973,36.681445],[108.001729,36.683364],[107.981219,36.675063],[107.980044,36.667789],[107.983052,36.660989],[107.98053,36.651909],[107.976004,36.653364],[107.972145,36.658687],[107.972315,36.664583],[107.969432,36.666653],[107.960391,36.660869],[107.94833,36.660806],[107.941256,36.654126],[107.934202,36.655575],[107.932661,36.658776],[107.93398,36.673701],[107.936885,36.682895],[107.934741,36.704607],[107.928098,36.711013],[107.92573,36.709311],[107.922537,36.710517],[107.918481,36.720767],[107.912571,36.729359],[107.910846,36.730702],[107.909555,36.729876],[107.900891,36.745176],[107.895026,36.748067],[107.877125,36.747273],[107.85732,36.769013],[107.852069,36.770773],[107.842766,36.771082],[107.840487,36.772485],[107.836769,36.780332],[107.825327,36.786139],[107.821744,36.785215],[107.81544,36.776697],[107.799945,36.77889],[107.773533,36.789022],[107.770402,36.798044],[107.765584,36.797946],[107.762717,36.792689],[107.739944,36.811021],[107.732513,36.812515],[107.724937,36.812984],[107.725123,36.8064],[107.716351,36.802172],[107.700548,36.803805],[107.68445,36.813884],[107.687607,36.816363],[107.686891,36.821288],[107.684212,36.824042],[107.661782,36.830754],[107.635267,36.818571],[107.627657,36.817856],[107.598726,36.825919],[107.596067,36.830701],[107.59075,36.83465],[107.576542,36.83765],[107.556326,36.830494],[107.542637,36.83574],[107.542389,36.824282],[107.53369,36.825964],[107.530779,36.828211],[107.52476,36.840601],[107.527327,36.843769],[107.531015,36.84264],[107.531635,36.845654],[107.526194,36.850738],[107.520299,36.85196],[107.526229,36.856866],[107.527704,36.860966],[107.527306,36.867139],[107.510384,36.879058],[107.498096,36.885334],[107.486289,36.894499],[107.483197,36.898771],[107.483456,36.908669],[107.488308,36.909381],[107.481442,36.914013],[107.454674,36.904737],[107.451246,36.902259],[107.447484,36.894418],[107.439021,36.888715],[107.4359,36.889763],[107.43501,36.90538],[107.429532,36.908531],[107.422435,36.908235],[107.414947,36.89855],[107.409118,36.901599],[107.392366,36.90346],[107.387354,36.907042],[107.374301,36.909278],[107.358397,36.903584],[107.354783,36.904607],[107.349161,36.91244],[107.340835,36.915019],[107.333651,36.919314],[107.334267,36.926923],[107.329429,36.927663],[107.322854,36.926279],[107.324693,36.921763],[107.313793,36.91401],[107.305779,36.911602],[107.30284,36.912801],[107.302032,36.916498],[107.303594,36.920016],[107.294191,36.934607],[107.296381,36.941184],[107.298398,36.941462],[107.299608,36.951569],[107.294103,36.968713],[107.286333,36.977831],[107.282501,36.991703],[107.281077,37.010136],[107.283168,37.013957],[107.281537,37.019148],[107.278373,37.020627],[107.274977,37.027716],[107.278482,37.032956],[107.275387,37.038511],[107.269679,37.039899],[107.269437,37.04126],[107.270659,37.042326],[107.27487,37.041166],[107.277139,37.046471],[107.279248,37.056949],[107.276872,37.065144],[107.279041,37.066501],[107.276428,37.069181],[107.269748,37.093097],[107.263739,37.099045],[107.270834,37.09721],[107.276193,37.098532],[107.269093,37.10943],[107.272104,37.11394],[107.268301,37.124551],[107.273843,37.128227],[107.298072,37.106549],[107.30196,37.100249],[107.317982,37.121681],[107.326024,37.129708],[107.333678,37.15873],[107.329169,37.173187],[107.325462,37.180246],[107.322259,37.180715],[107.313748,37.199158],[107.311567,37.198714],[107.283375,37.215155],[107.281918,37.218284],[107.268591,37.223104],[107.257754,37.224237],[107.254842,37.227064],[107.254524,37.228857],[107.258407,37.232985],[107.276302,37.239202],[107.302186,37.233313],[107.304654,37.235636],[107.30471,37.242421],[107.301257,37.257197],[107.294489,37.269416],[107.288421,37.277314],[107.270316,37.292938],[107.263652,37.296727],[107.257048,37.311694],[107.251274,37.333586],[107.257815,37.348404],[107.259385,37.393569],[107.269102,37.395602],[107.27351,37.398288],[107.279011,37.416044],[107.271897,37.417363],[107.271576,37.418646],[107.274084,37.434025],[107.282534,37.4519],[107.280604,37.481867],[107.289477,37.491272],[107.313914,37.504709],[107.316986,37.492791],[107.325237,37.495044],[107.324908,37.510755],[107.338046,37.519802],[107.3431,37.520969],[107.349169,37.530485],[107.346299,37.534228],[107.366698,37.578212],[107.363016,37.587373],[107.337102,37.581203],[107.325722,37.583209],[107.307554,37.608534],[107.319452,37.605974],[107.322252,37.605871],[107.325264,37.608447],[107.342956,37.606731],[107.355405,37.611771],[107.359767,37.616677],[107.361142,37.624052],[107.393724,37.653143],[107.414632,37.649526],[107.41598,37.65057],[107.416943,37.664785],[107.38214,37.670748],[107.383912,37.675627],[107.38072,37.691846],[107.399383,37.691113],[107.41146,37.683924],[107.411145,37.679695],[107.415294,37.677602],[107.436987,37.688228],[107.466013,37.686594],[107.463424,37.688506],[107.462394,37.693113],[107.466317,37.702768],[107.478967,37.715814],[107.491145,37.724482],[107.498368,37.734572],[107.494032,37.739457],[107.490708,37.746987],[107.492248,37.764268],[107.534483,37.781424],[107.543735,37.770342],[107.55931,37.772113],[107.577011,37.778844],[107.58418,37.778114],[107.587859,37.786336],[107.582834,37.788221],[107.579201,37.785514],[107.570951,37.790919],[107.579438,37.798115],[107.58435,37.796478],[107.582261,37.790584],[107.59605,37.787363],[107.611533,37.768583],[107.623688,37.772252],[107.626404,37.78748],[107.638428,37.804665],[107.650145,37.800641],[107.651236,37.803053],[107.651621,37.805315],[107.643981,37.807402],[107.64923,37.825182],[107.647929,37.831711],[107.658969,37.834627],[107.661713,37.836811],[107.661362,37.851953],[107.645058,37.864202],[107.671002,37.875322],[107.67876,37.887684],[107.687484,37.887775],[107.690635,37.884957],[107.684322,37.87829],[107.686803,37.874471],[107.704981,37.86893],[107.726184,37.84964],[107.737587,37.844273],[107.769056,37.839022],[107.783204,37.833861],[107.794605,37.833245],[107.811539,37.828177],[107.817897,37.831893],[107.830107,37.830637],[107.83808,37.828497],[107.845557,37.821349],[107.880565,37.807792],[107.886198,37.813114],[107.890224,37.81317],[107.918522,37.803518],[107.931895,37.794509],[107.977519,37.786585],[107.974635,37.764855],[107.988986,37.745706],[107.987803,37.734781],[108.002915,37.732987],[108.010426,37.723424],[108.020065,37.696866],[108.020432,37.691977],[108.018074,37.682928],[108.010725,37.672125],[108.010565,37.661752],[108.018063,37.650553],[108.022768,37.649373],[108.054747,37.65167],[108.072088,37.641445],[108.105117,37.63904],[108.118362,37.630675],[108.118312,37.627276],[108.128883,37.621007],[108.143399,37.620923],[108.180134,37.632848],[108.196471,37.644584],[108.196833,37.65353],[108.206206,37.658067],[108.235214,37.665283],[108.264266,37.664161],[108.278725,37.661196],[108.28809,37.656895],[108.292647,37.644655],[108.297312,37.637804],[108.330004,37.631557],[108.363863,37.641831],[108.398526,37.645202],[108.424065,37.649958],[108.482459,37.677669],[108.529055,37.690804],[108.549286,37.684972],[108.601327,37.65689],[108.631195,37.653126],[108.657609,37.661863],[108.677155,37.664192],[108.696766,37.668667],[108.712491,37.683852],[108.743881,37.686338],[108.760952,37.677486],[108.779766,37.687531],[108.788419,37.701611],[108.788485,37.709147],[108.786231,37.717483],[108.77872,37.734548],[108.777245,37.754169],[108.781047,37.765719],[108.790147,37.778276],[108.794699,37.779675],[108.797097,37.78342],[108.797118,37.797663],[108.793132,37.806505],[108.788992,37.833627],[108.78735,37.863934],[108.791267,37.91941],[108.79472,37.944465],[108.816768,37.97938],[108.824107,37.9827],[108.821653,38.013483],[108.789605,38.045673],[108.792198,38.051485],[108.830415,38.05103],[108.838714,38.04833],[108.870771,38.028879],[108.884731,37.998452],[108.88415,37.989258],[108.890363,37.97538],[108.928844,37.922565],[108.932279,37.920408],[108.939162,37.920453],[108.967312,37.929464],[108.969376,37.93111],[108.976889,37.946672],[108.974796,37.95672],[108.977858,37.96153],[108.994834,37.966757],[109.012674,37.978888],[109.02188,37.990627],[109.038128,38.005961],[109.062908,38.021821],[109.063919,38.02668],[109.041958,38.054908],[109.062068,38.093769],[109.000442,38.135331],[108.947391,38.166379],[108.938685,38.179027],[108.940441,38.213796],[108.956451,38.229149],[108.969227,38.250188],[108.968535,38.25792],[108.965368,38.260183],[108.96543,38.273673],[108.971109,38.293505],[108.982355,38.30545],[109.008634,38.360685],[109.026544,38.367368],[109.058488,38.398329],[109.055715,38.415182],[109.046119,38.431554],[109.090525,38.456641],[109.118491,38.470275],[109.125001,38.4771],[109.144942,38.50666],[109.179021,38.525348],[109.207389,38.561292],[109.246001,38.601853],[109.264414,38.616589],[109.268076,38.61815],[109.27595,38.617793],[109.30475,38.598207],[109.31897,38.594927],[109.35779,38.623713],[109.3567,38.628417],[109.336175,38.644984],[109.331172,38.653718],[109.32161,38.664543],[109.320664,38.668628],[109.329374,38.688365],[109.340264,38.698512],[109.374944,38.71175],[109.399854,38.73],[109.446789,38.783512],[109.503732,38.82996],[109.512278,38.830167],[109.540955,38.805278],[109.547243,38.803552],[109.552504,38.806016],[109.607174,38.853017],[109.621696,38.857115],[109.642745,38.882169],[109.657238,38.906969],[109.680758,38.936489],[109.681066,38.961177],[109.678472,38.965827],[109.657216,38.981724],[109.667445,38.997731],[109.686353,38.988624],[109.689006,39.000324],[109.698036,39.018451],[109.721262,39.018709],[109.750468,39.051182],[109.763264,39.060429],[109.789397,39.073798],[109.826063,39.108001],[109.851309,39.123024],[109.859357,39.123427],[109.872814,39.118419],[109.878377,39.109712],[109.879808,39.10272],[109.915286,39.102265],[109.916341,39.103453],[109.908502,39.120839],[109.891403,39.145237],[109.893507,39.148607],[109.906102,39.155455],[109.906529,39.157069],[109.903646,39.160723],[109.910167,39.170716],[109.930854,39.169119],[109.954169,39.185329],[109.954925,39.19102],[109.894226,39.226948],[109.879908,39.230957],[109.865387,39.241741],[109.86596,39.251596],[109.877638,39.263707],[109.900837,39.270433],[109.922331,39.252799],[109.936973,39.236315],[109.940956,39.228413],[109.95647,39.211496],[109.988864,39.209952],[109.992091,39.207829],[110.031393,39.213462],[110.045743,39.220746],[110.078686,39.228138],[110.082518,39.234303],[110.094668,39.243148],[110.135056,39.259595],[110.186102,39.279493],[110.209837,39.281506],[110.20194,39.289323],[110.200369,39.303323],[110.19392,39.322767],[110.186522,39.334944],[110.178276,39.356175],[110.1716,39.36753],[110.164857,39.3704],[110.162459,39.373494],[110.160037,39.382426],[110.15427,39.388084],[110.139558,39.386956],[110.131134,39.390672],[110.120356,39.41382],[110.119593,39.424326],[110.124029,39.446408],[110.130477,39.45171],[110.140214,39.454637],[110.194557,39.437152],[110.21107,39.442517],[110.226053,39.434405],[110.232864,39.423121],[110.269425,39.425158],[110.271153,39.418736],[110.266513,39.404078],[110.263415,39.400459],[110.275423,39.393116],[110.287477,39.382134],[110.289922,39.37808],[110.289754,39.375234],[110.305858,39.364764],[110.327867,39.34558],[110.351322,39.332108],[110.366797,39.326812],[110.380053,39.309121],[110.387889,39.311174],[110.400883,39.318977],[110.422932,39.338313],[110.420912,39.342294],[110.410168,39.347817],[110.414605,39.361012],[110.423846,39.377937],[110.441624,39.380296],[110.460368,39.375882],[110.464455,39.37375],[110.47524,39.361193],[110.492398,39.358218],[110.506762,39.368582],[110.504785,39.374383],[110.505028,39.380174],[110.517224,39.382088],[110.532056,39.372072],[110.552311,39.352841],[110.564984,39.329672],[110.561166,39.317666],[110.565333,39.309624],[110.575881,39.296827],[110.594566,39.278261],[110.616772,39.26794],[110.624641,39.266338],[110.682214,39.267597],[110.693386,39.270805],[110.702463,39.276038],[110.72056,39.298391],[110.734441,39.348916],[110.739522,39.357943],[110.76178,39.378554],[110.775638,39.386261],[110.779532,39.390071],[110.788558,39.408168],[110.804522,39.419038],[110.818594,39.43345],[110.858128,39.482445],[110.860409,39.490674],[110.878025,39.506847],[110.894828,39.510829],[110.905524,39.508156],[110.953912,39.517686],[110.979013,39.531322],[110.987283,39.539013],[110.992506,39.548371],[110.995439,39.550483],[111.010031,39.550357],[111.016476,39.552385],[111.016774,39.560688],[111.018388,39.561459],[111.021787,39.560912],[111.0255,39.556337],[111.028475,39.557099],[111.029182,39.55973],[111.026656,39.563075],[111.018151,39.565043],[111.018687,39.569762],[111.023675,39.570133],[111.032804,39.567929],[111.035661,39.564919],[111.035292,39.552548],[111.038324,39.550759],[111.055147,39.555673],[111.07627,39.554867],[111.082295,39.55038],[111.084636,39.550323],[111.112114,39.564275],[111.116159,39.576648],[111.122822,39.582358],[111.130436,39.584976],[111.135195,39.583548],[111.135604,39.576475],[111.145133,39.570349],[111.150128,39.561948],[111.142181,39.530918],[111.13779,39.523321],[111.118154,39.514094],[111.099605,39.497335],[111.092431,39.485641],[111.089232,39.472649],[111.081232,39.461565],[111.051364,39.445403],[111.048001,39.431886],[111.053778,39.403639],[111.059135,39.398943],[111.066858,39.399737],[111.074604,39.409356],[111.078872,39.411177],[111.085091,39.41041],[111.092375,39.400715],[111.07949,39.38024],[111.094347,39.357536],[111.10451,39.355952],[111.114374,39.359163],[111.118452,39.365325],[111.148569,39.367507],[111.151195,39.364339],[111.152285,39.356339],[111.146756,39.340062],[111.151774,39.335234],[111.156569,39.334543],[111.161066,39.336542],[111.163248,39.343591],[111.174512,39.349779],[111.18263,39.34943],[111.187548,39.346258],[111.187434,39.339368],[111.1759,39.331975],[111.172585,39.326856],[111.188577,39.308719],[111.20763,39.300569],[111.234664,39.302316],[111.240018,39.301872],[111.241907,39.300295],[111.231265,39.288962],[111.221909,39.284692],[111.210935,39.267839],[111.20823,39.253793],[111.213385,39.243222],[111.212748,39.23894],[111.204963,39.228277],[111.196977,39.222309],[111.179542,39.182812],[111.175211,39.176681],[111.165334,39.167887],[111.15699,39.15337],[111.157091,39.148697],[111.165195,39.141745],[111.167724,39.134323],[111.156253,39.10658],[111.150963,39.102965],[111.141557,39.099869],[111.137599,39.09563],[111.140162,39.087764],[111.139786,39.079265],[111.135936,39.068946],[111.130749,39.061982],[111.111091,39.044648],[111.09708,39.037755],[111.081676,39.025634],[111.068704,39.021828],[111.031991,39.018801],[111.023674,39.015529],[110.989187,38.995172],[110.979751,38.983502],[110.975347,38.975045],[110.974108,38.97103],[110.974982,38.967269],[110.990644,38.957585],[111.005532,38.92988],[111.004788,38.915139],[111.010322,38.88771],[111.008924,38.883045],[110.997239,38.871449],[110.991764,38.86907],[110.989205,38.865991],[110.990484,38.860878],[110.999261,38.851398],[111.001776,38.840168],[111,38.834962],[110.992588,38.827136],[110.986486,38.816896],[110.982913,38.809692],[110.983614,38.805488],[110.979252,38.795772],[110.970874,38.785824],[110.955125,38.779976],[110.950133,38.775283],[110.950134,38.770497],[110.959024,38.759344],[110.958877,38.754165],[110.951576,38.740825],[110.939769,38.729027],[110.934371,38.720751],[110.927668,38.714626],[110.916479,38.70911],[110.91023,38.704202],[110.904606,38.692387],[110.905186,38.686007],[110.910567,38.675217],[110.909857,38.670736],[110.89934,38.662453],[110.890656,38.660104],[110.888504,38.657953],[110.882674,38.638519],[110.873413,38.622524],[110.874188,38.614707],[110.888847,38.596931],[110.890859,38.588293],[110.895126,38.585506],[110.91315,38.580884],[110.915025,38.579044],[110.913185,38.57277],[110.90522,38.564221],[110.90338,38.559079],[110.903345,38.552253],[110.906556,38.544818],[110.903753,38.524944],[110.900428,38.519156],[110.894003,38.514462],[110.873587,38.515141],[110.864132,38.509025],[110.864234,38.503555],[110.869017,38.493904],[110.866119,38.475184],[110.872757,38.46037],[110.868387,38.453497],[110.844649,38.440551],[110.838736,38.438755],[110.830992,38.44089],[110.819032,38.449088],[110.809824,38.451785],[110.790042,38.452591],[110.78011,38.448839],[110.775468,38.44476],[110.762141,38.419664],[110.751315,38.394972],[110.748856,38.379445],[110.745729,38.370896],[110.732936,38.361268],[110.723732,38.35799],[110.715099,38.357441],[110.690348,38.343852],[110.662561,38.312401],[110.650797,38.306706],[110.638044,38.304171],[110.590574,38.308297],[110.582859,38.306356],[110.577519,38.303027],[110.566708,38.285762],[110.56832,38.269174],[110.562181,38.240829],[110.563876,38.224672],[110.561829,38.218658],[110.556444,38.212312],[110.551276,38.21003],[110.530278,38.211436],[110.516096,38.207096],[110.506716,38.197797],[110.500414,38.184567],[110.499494,38.158174],[110.515031,38.128088],[110.515782,38.122147],[110.511848,38.114115],[110.495915,38.097161],[110.494658,38.08625],[110.502518,38.070588],[110.503402,38.064087],[110.502804,38.057858],[110.49568,38.03816],[110.498152,38.021827],[110.501188,38.013842],[110.513513,38.007661],[110.519007,38.001094],[110.52213,37.994355],[110.521064,37.98748],[110.511483,37.97253],[110.512302,37.96091],[110.520365,37.951258],[110.529846,37.947334],[110.550361,37.942757],[110.586992,37.922778],[110.650304,37.829017],[110.663329,37.802013],[110.664015,37.795787],[110.668745,37.790992],[110.675918,37.787461],[110.697099,37.783436],[110.712504,37.777698],[110.733985,37.766595],[110.751304,37.753476],[110.753171,37.748409],[110.752136,37.742089],[110.74917,37.737645],[110.730548,37.73056],[110.7181,37.729304],[110.710002,37.726775],[110.699773,37.721232],[110.696729,37.71734],[110.696499,37.713871],[110.702652,37.702686],[110.706941,37.698886],[110.735201,37.68812],[110.750842,37.68691],[110.761286,37.684011],[110.775873,37.674702],[110.791003,37.660367],[110.790903,37.65566],[110.783763,37.646682],[110.779896,37.645056],[110.76433,37.64525],[110.758665,37.640313],[110.757453,37.635644],[110.759653,37.627305],[110.763456,37.622746],[110.766009,37.615502],[110.766947,37.599613],[110.769234,37.589957],[110.77462,37.58176],[110.787086,37.568601],[110.790536,37.561146],[110.789571,37.557334],[110.776597,37.544161],[110.765194,37.537042],[110.766384,37.519303],[110.758068,37.511351],[110.753604,37.501635],[110.751376,37.489104],[110.753929,37.478354],[110.753611,37.473218],[110.745457,37.455384],[110.742468,37.451907],[110.732595,37.449049],[110.674673,37.441233],[110.644916,37.439877],[110.641002,37.438021],[110.637192,37.431492],[110.625281,37.395432],[110.625158,37.376046],[110.630387,37.363631],[110.636919,37.358977],[110.645439,37.355623],[110.682705,37.354574],[110.691978,37.350179],[110.694762,37.346231],[110.696022,37.339894],[110.694702,37.333453],[110.691581,37.328123],[110.684576,37.32177],[110.674591,37.318066],[110.672377,37.315186],[110.674003,37.305961],[110.685628,37.292511],[110.686017,37.288028],[110.683769,37.284257],[110.679875,37.281588],[110.673854,37.280595],[110.658479,37.282139],[110.651929,37.278197],[110.648706,37.272306],[110.647091,37.256654],[110.633473,37.245453],[110.627445,37.232092],[110.607196,37.213675],[110.573877,37.175114],[110.532068,37.142738],[110.528142,37.129038],[110.530381,37.115571],[110.528863,37.111163],[110.523512,37.105347],[110.501291,37.095206],[110.493564,37.089735],[110.482383,37.074102],[110.472057,37.065847],[110.461615,37.051224],[110.453677,37.043727],[110.44525,37.041153],[110.430298,37.042627],[110.420568,37.039722],[110.413013,37.034904],[110.411526,37.02909],[110.414828,37.024547],[110.442575,37.01966],[110.444751,37.015267],[110.443093,37.009272],[110.435229,37.00525],[110.426298,37.005528],[110.419128,37.008863],[110.404302,37.019797],[110.391166,37.022186],[110.375648,37.02046],[110.372447,37.017942],[110.370717,37.013115],[110.37132,37.009293],[110.375393,37.002679],[110.390876,36.992782],[110.398637,36.991332],[110.403543,36.987658],[110.417991,36.965178],[110.419945,36.957384],[110.41851,36.948366],[110.409052,36.932042],[110.403313,36.892485],[110.39588,36.886113],[110.387091,36.883818],[110.374737,36.884108],[110.369229,36.880349],[110.369263,36.876194],[110.372968,36.871997],[110.381026,36.869333],[110.403751,36.866906],[110.414502,36.861567],[110.418544,36.855739],[110.417221,36.842323],[110.415091,36.835961],[110.41251,36.833468],[110.402715,36.82961],[110.400764,36.827198],[110.401785,36.823823],[110.414329,36.820945],[110.41734,36.818379],[110.417489,36.809231],[110.412427,36.794169],[110.400413,36.774078],[110.392063,36.772502],[110.380956,36.775289],[110.377396,36.773448],[110.376792,36.769466],[110.382092,36.765019],[110.399182,36.763877],[110.414822,36.760071],[110.425303,36.750135],[110.426738,36.746754],[110.425048,36.741728],[110.417486,36.735721],[110.414228,36.735348],[110.409753,36.730917],[110.408855,36.726207],[110.41066,36.722773],[110.416002,36.721188],[110.419639,36.721808],[110.423487,36.724821],[110.430777,36.735028],[110.43654,36.736957],[110.445471,36.734713],[110.447031,36.730326],[110.442157,36.720747],[110.429549,36.707791],[110.428353,36.700434],[110.432639,36.686919],[110.429238,36.680016],[110.424048,36.678936],[110.418307,36.679915],[110.408286,36.693097],[110.398336,36.696691],[110.391426,36.694658],[110.388135,36.691765],[110.385976,36.686352],[110.386661,36.680012],[110.394438,36.672477],[110.40374,36.666829],[110.414541,36.663021],[110.420492,36.657847],[110.440671,36.622899],[110.465451,36.596152],[110.474071,36.590459],[110.487153,36.585688],[110.491726,36.582018],[110.491091,36.573435],[110.483179,36.560844],[110.482394,36.555385],[110.483954,36.550017],[110.496414,36.533485],[110.494979,36.517987],[110.49789,36.492685],[110.497508,36.483777],[110.493742,36.475292],[110.473158,36.460198],[110.469232,36.456163],[110.467311,36.451446],[110.469981,36.443411],[110.484446,36.426844],[110.486315,36.418344],[110.480853,36.400698],[110.482267,36.395537],[110.472675,36.379615],[110.464127,36.369613],[110.463294,36.349526],[110.457515,36.342418],[110.454306,36.334872],[110.454286,36.329295],[110.457153,36.323369],[110.468811,36.309577],[110.462539,36.297084],[110.461944,36.292829],[110.470297,36.28173],[110.469181,36.268732],[110.471486,36.259546],[110.468057,36.247201],[110.450223,36.225895],[110.44695,36.218491],[110.447426,36.214201],[110.453444,36.203798],[110.454205,36.196643],[110.441387,36.166911],[110.444354,36.145416],[110.444314,36.134333],[110.452392,36.108979],[110.465103,36.093883],[110.465337,36.084081],[110.462038,36.074126],[110.47527,36.057854],[110.476252,36.053131],[110.487048,36.033747],[110.488903,36.019306],[110.494758,36.007698],[110.486383,35.994636],[110.486662,35.992332],[110.493362,35.983306],[110.506185,35.977714],[110.511298,35.972216],[110.509341,35.95805],[110.500176,35.953107],[110.497273,35.949423],[110.498018,35.94284],[110.501273,35.935246],[110.511132,35.92342],[110.507812,35.908758],[110.510213,35.897538],[110.505932,35.880038],[110.512034,35.877289],[110.52292,35.87544],[110.537174,35.879536],[110.542703,35.878334],[110.546028,35.875405],[110.543779,35.847871],[110.545466,35.838558],[110.559181,35.822121],[110.566218,35.803482],[110.566003,35.800327],[110.559566,35.79083],[110.558503,35.785786],[110.570226,35.766566],[110.568785,35.751955],[110.57245,35.7389],[110.572596,35.728687],[110.57453,35.722094],[110.574426,35.713956],[110.57192,35.70796],[110.572381,35.701797],[110.579636,35.68997],[110.584429,35.687337],[110.586365,35.684092],[110.58596,35.664969],[110.5909,35.661549],[110.598427,35.659709],[110.606154,35.650956],[110.609092,35.644537],[110.610006,35.636649],[110.608699,35.623643],[110.607219,35.614155],[110.603864,35.60775],[110.605506,35.603171],[110.604057,35.600041],[110.606979,35.595888],[110.608227,35.588895],[110.599353,35.57198],[110.593466,35.570298],[110.582472,35.563536],[110.579367,35.558611],[110.57354,35.556812],[110.567341,35.547955],[110.536238,35.47576],[110.529212,35.464969],[110.501265,35.436522],[110.47976,35.430889],[110.469308,35.41842],[110.465013,35.404328],[110.455699,35.398537],[110.447109,35.396172],[110.439532,35.387775],[110.432824,35.366364],[110.416287,35.348733],[110.412555,35.338953],[110.413649,35.328272],[110.405647,35.316535],[110.408624,35.307939],[110.403364,35.302437],[110.403072,35.292769],[110.393802,35.283335],[110.384333,35.282354],[110.378221,35.27841],[110.37301,35.263483],[110.367719,35.258778],[110.364264,35.252908],[110.365619,35.236776],[110.364169,35.222192],[110.362109,35.212394],[110.355999,35.200273],[110.353628,35.186179],[110.354527,35.175822],[110.361002,35.149478],[110.370009,35.139395],[110.364804,35.125294],[110.355473,35.110827],[110.34959,35.088572],[110.340875,35.075803],[110.332857,35.070469],[110.335956,35.061855],[110.334859,35.052359],[110.317857,35.029625],[110.300096,35.025056],[110.298396,35.021487],[110.300822,35.004172],[110.29686,34.996001],[110.27192,34.980996],[110.266551,34.972776],[110.266371,34.961041],[110.261105,34.956596],[110.249716,34.951861],[110.235138,34.936611],[110.230973,34.924488],[110.230241,34.907971],[110.230789,34.89782],[110.25218,34.777897],[110.253383,34.762636],[110.252134,34.737821],[110.233974,34.666864],[110.234284,34.658109],[110.237383,34.649875],[110.244823,34.638162],[110.253673,34.630318],[110.267175,34.621881],[110.285155,34.613995],[110.30171,34.608896],[110.353445,34.607425],[110.371694,34.600639],[110.36373,34.589603],[110.365401,34.587474],[110.366118,34.579111],[110.363547,34.573386],[110.359129,34.569853],[110.36004,34.567996],[110.373701,34.563342],[110.388736,34.562996],[110.393693,34.564476],[110.398959,34.559281],[110.395719,34.555461],[110.388057,34.553456],[110.381208,34.555752],[110.37424,34.553249],[110.368028,34.545086],[110.356819,34.534843],[110.35571,34.530806],[110.356933,34.519225],[110.363097,34.497775],[110.365976,34.494508],[110.368994,34.495441],[110.373002,34.487611],[110.372547,34.484815],[110.374616,34.479834],[110.381221,34.4712],[110.387544,34.467018],[110.389682,34.455341],[110.393004,34.452919],[110.396846,34.446198],[110.39547,34.441914],[110.398224,34.435892],[110.405069,34.429495],[110.4026,34.425854],[110.405577,34.421228],[110.416473,34.416137],[110.424265,34.409875],[110.445644,34.402791],[110.454159,34.403724],[110.456943,34.408744],[110.462551,34.411362],[110.471409,34.409538],[110.468764,34.396455],[110.472988,34.383599],[110.481157,34.369199],[110.481267,34.356912],[110.494568,34.351779],[110.501183,34.342475],[110.496038,34.322375],[110.48391,34.319331],[110.471228,34.323381],[110.467123,34.321273],[110.466652,34.31648],[110.460853,34.306511],[110.454073,34.302517],[110.44996,34.296119],[110.442677,34.291976],[110.431701,34.291502],[110.428858,34.292663],[110.423268,34.289967],[110.422269,34.275954],[110.427166,34.273242],[110.437658,34.258106],[110.43535,34.252518],[110.433213,34.251269],[110.432722,34.245429],[110.436408,34.241638],[110.443315,34.242373],[110.459254,34.240102],[110.467564,34.235708],[110.480855,34.234098],[110.49778,34.224137],[110.500236,34.220077],[110.504935,34.216991],[110.507529,34.216759],[110.514108,34.220994],[110.543703,34.216285],[110.547,34.211606],[110.548316,34.199368],[110.553718,34.194175],[110.564694,34.190981],[110.571924,34.193638],[110.584989,34.190663],[110.586107,34.188723],[110.583044,34.184666],[110.582993,34.180543],[110.608898,34.176936],[110.618609,34.178185],[110.631162,34.169132],[110.637755,34.162056],[110.633568,34.152332],[110.621639,34.141629],[110.619439,34.135721],[110.620818,34.131552],[110.614083,34.125897],[110.606971,34.113091],[110.599448,34.108722],[110.58852,34.10734],[110.584734,34.101641],[110.58927,34.081559],[110.588868,34.067614],[110.583362,34.062672],[110.583186,34.060326],[110.585774,34.059527],[110.584786,34.049987],[110.582579,34.048966],[110.586235,34.046964],[110.576025,34.044884],[110.577759,34.042736],[110.584458,34.04055],[110.580427,34.025058],[110.608069,34.025039],[110.610736,34.031009],[110.606711,34.031521],[110.610064,34.03573],[110.614093,34.037525],[110.619941,34.034491],[110.626902,34.026901],[110.62651,34.025194],[110.622824,34.024601],[110.622041,34.02085],[110.629808,34.017803],[110.632562,34.013641],[110.631791,34.010134],[110.643636,33.995692],[110.645591,33.986877],[110.644695,33.976856],[110.650315,33.971863],[110.663404,33.967108],[110.666707,33.963596],[110.667505,33.955246],[110.67192,33.950361],[110.665376,33.941867],[110.65563,33.939481],[110.652712,33.944935],[110.645499,33.946131],[110.637937,33.937535],[110.637332,33.934214],[110.628652,33.926854],[110.620721,33.927056],[110.617892,33.919134],[110.622187,33.914426],[110.623014,33.908957],[110.605966,33.910004],[110.598377,33.905216],[110.585266,33.900691],[110.582159,33.887898],[110.592943,33.877886],[110.59438,33.872064],[110.606486,33.870596],[110.60792,33.860489],[110.605776,33.853473],[110.621271,33.849335],[110.635918,33.848484],[110.657007,33.854839],[110.662132,33.854032],[110.666983,33.848391],[110.683133,33.839679],[110.692948,33.837229],[110.701326,33.83769],[110.706503,33.835722],[110.718081,33.820731],[110.7204,33.809793],[110.730187,33.804111],[110.732821,33.800686],[110.760243,33.795753],[110.769293,33.798271],[110.777211,33.796645],[110.776124,33.794017],[110.77814,33.783489],[110.794612,33.774003],[110.796396,33.767717],[110.802745,33.757484],[110.811656,33.753444],[110.811111,33.740174],[110.816942,33.726957],[110.826585,33.71695],[110.818617,33.696904],[110.818424,33.686461],[110.827892,33.677079],[110.832261,33.667056],[110.853092,33.658884],[110.874472,33.633025],[110.885872,33.635503],[110.900944,33.628945],[110.93308,33.622597],[110.938762,33.618904],[110.943645,33.609175],[110.956949,33.611412],[110.968193,33.606287],[110.970618,33.600652],[110.981103,33.591103],[110.9854,33.590885],[110.999977,33.576693],[111.001813,33.566582],[111.004793,33.56039],[110.99955,33.551842],[110.996582,33.535062],[111.015349,33.521825],[111.017073,33.511887],[111.022543,33.500016],[111.026791,33.48532],[111.021286,33.478636],[111.019702,33.478584],[111.017353,33.473049],[111.016926,33.468851],[111.020017,33.466215],[111.01623,33.452592],[111.00781,33.437774],[111.004387,33.437294],[110.996671,33.441187],[110.992751,33.439378],[110.990918,33.436537],[111.003661,33.423968],[111.010559,33.393137],[111.019438,33.388146],[111.025111,33.375277],[111.031472,33.370685],[111.027928,33.361578],[111.020114,33.354478],[111.029372,33.335072],[111.020239,33.329552],[111.008259,33.329368],[111.005775,33.32773],[110.99849,33.314729],[111.001789,33.304418],[110.991924,33.302375],[110.9899,33.294942],[110.991885,33.288377],[110.984977,33.278348],[110.975485,33.271845],[110.989636,33.257125],[110.988249,33.253963],[110.962621,33.260565],[110.955457,33.254488],[110.951547,33.24422],[110.937735,33.236446],[110.937072,33.228649],[110.932715,33.221852],[110.918749,33.210322],[110.914,33.203976],[110.909701,33.204503],[110.907307,33.207315],[110.907361,33.209363],[110.910748,33.210039],[110.909268,33.214478],[110.90163,33.212003],[110.898169,33.204372],[110.895011,33.204117],[110.893034,33.211165],[110.878271,33.210567],[110.87337,33.212586],[110.872153,33.215884],[110.870061,33.216555],[110.857972,33.216028],[110.855,33.211154],[110.84758,33.208048],[110.831812,33.206991],[110.823219,33.203858],[110.815026,33.193668],[110.809314,33.174186],[110.810815,33.170516],[110.817643,33.166399],[110.818762,33.160728],[110.817256,33.155768],[110.812304,33.153598],[110.807687,33.154335],[110.802389,33.162178],[110.790558,33.151758],[110.775937,33.148222],[110.765111,33.154161],[110.757575,33.154553],[110.75275,33.150671],[110.752825,33.146338],[110.734019,33.142072],[110.733108,33.136059],[110.727751,33.135773],[110.719413,33.132341],[110.715172,33.126086],[110.713908,33.120228],[110.717663,33.118522],[110.718284,33.105988],[110.716567,33.101335],[110.705091,33.095969],[110.673169,33.121396],[110.672455,33.130594],[110.66488,33.138018],[110.661922,33.137419],[110.650705,33.151522],[110.649734,33.16309],[110.639621,33.164393],[110.63805,33.160185],[110.640892,33.154562],[110.637917,33.147668],[110.636212,33.145975],[110.625309,33.143946],[110.618671,33.144688],[110.611981,33.150421],[110.595591,33.15186],[110.589153,33.156908],[110.588238,33.15891],[110.593388,33.161455],[110.595763,33.175708],[110.59208,33.181646],[110.592097,33.20731],[110.590224,33.213606],[110.583592,33.21813],[110.578237,33.224525],[110.582418,33.235924],[110.575716,33.243426],[110.570409,33.246024],[110.565475,33.245419],[110.559779,33.250608],[110.558294,33.254136],[110.542265,33.255059],[110.530908,33.258354],[110.52735,33.256744],[110.527228,33.247648],[110.532422,33.24356],[110.532517,33.2411],[110.526519,33.231349],[110.519464,33.226196],[110.51355,33.226545],[110.513508,33.233138],[110.508864,33.236833],[110.49878,33.217994],[110.49037,33.210504],[110.487164,33.210184],[110.489886,33.205539],[110.47591,33.192287],[110.472684,33.192575],[110.465536,33.186359],[110.464023,33.182789],[110.467432,33.181197],[110.467155,33.17501],[110.465872,33.174351],[110.45543,33.175896],[110.447746,33.180795],[110.441339,33.182286],[110.435247,33.180273],[110.431502,33.176586],[110.423439,33.172705],[110.415801,33.171552],[110.398887,33.178325],[110.39285,33.176915],[110.369252,33.178259],[110.365861,33.181666],[110.370392,33.181076],[110.372434,33.18626],[110.36525,33.186848],[110.351223,33.176337],[110.336639,33.175866],[110.333042,33.167329],[110.335918,33.161698],[110.333867,33.160141],[110.319706,33.165897],[110.30324,33.16979],[110.280843,33.172299],[110.263484,33.170662],[110.25577,33.164282],[110.250724,33.163067],[110.242852,33.164057],[110.240862,33.166258],[110.232113,33.165422],[110.225874,33.160098],[110.206887,33.164526],[110.194903,33.182914],[110.172062,33.192295],[110.165713,33.20094],[110.168007,33.204189],[110.167066,33.206635],[110.157662,33.21275],[110.136776,33.207178],[110.110364,33.203781],[110.100613,33.206263],[110.093523,33.209977],[110.086742,33.204577],[110.074838,33.204361],[110.064338,33.207658],[110.061407,33.205581],[110.062898,33.204037],[110.06278,33.198232],[110.049126,33.193622],[110.039242,33.196644],[110.02632,33.196483],[110.019342,33.205171],[110.007279,33.210633],[109.989003,33.205339],[109.98483,33.200875],[109.979951,33.20031],[109.94592,33.215267],[109.92662,33.227899],[109.914982,33.228554],[109.904561,33.232242],[109.897421,33.237608],[109.881075,33.240582],[109.872117,33.244597],[109.864909,33.250232],[109.850305,33.2497],[109.83704,33.244556],[109.816644,33.241813],[109.812774,33.240639],[109.809634,33.237527],[109.795215,33.235001],[109.781462,33.235935],[109.778804,33.239495],[109.773975,33.240476],[109.735143,33.233952],[109.727808,33.23364],[109.723132,33.238476],[109.707071,33.234698],[109.698932,33.243167],[109.700391,33.248246],[109.694554,33.258115],[109.663143,33.257997],[109.658183,33.256277],[109.655962,33.25288],[109.6574,33.251261],[109.656194,33.249167],[109.652063,33.248161],[109.64402,33.256604],[109.639312,33.270303],[109.619991,33.272876],[109.609817,33.259655],[109.602993,33.253766],[109.602375,33.24944],[109.605693,33.241332],[109.606198,33.233084],[109.595235,33.234611],[109.584676,33.232809],[109.576017,33.233243],[109.564103,33.237174],[109.557504,33.236254],[109.538479,33.243529],[109.535216,33.242588],[109.533389,33.238969],[109.5265,33.238866],[109.520355,33.243364],[109.513754,33.24293],[109.514076,33.235444],[109.499821,33.226917],[109.504771,33.218383],[109.50301,33.21227],[109.500613,33.210247],[109.478853,33.202827],[109.476882,33.1971],[109.478502,33.190983],[109.475896,33.184378],[109.44864,33.170944],[109.448268,33.159649],[109.437367,33.152512],[109.437722,33.149918],[109.441623,33.145801],[109.453219,33.146127],[109.457147,33.144505],[109.461102,33.142131],[109.461808,33.13925],[109.482927,33.139409],[109.489023,33.141033],[109.502139,33.139458],[109.518241,33.135156],[109.544998,33.133182],[109.547626,33.132264],[109.544976,33.125705],[109.545904,33.124656],[109.554988,33.123456],[109.561467,33.126191],[109.565706,33.126258],[109.567052,33.125021],[109.565177,33.122107],[109.568284,33.11709],[109.578807,33.118005],[109.58618,33.122461],[109.597989,33.109687],[109.604428,33.10634],[109.62521,33.114825],[109.63629,33.114011],[109.660816,33.115713],[109.66556,33.114258],[109.681711,33.117756],[109.693577,33.113092],[109.699843,33.102294],[109.705162,33.099151],[109.725091,33.095703],[109.730261,33.090453],[109.73546,33.088459],[109.739498,33.089093],[109.74703,33.085989],[109.754087,33.078249],[109.763746,33.074986],[109.772574,33.069895],[109.79664,33.068914],[109.792375,33.058842],[109.7901,33.04885],[109.791405,33.044419],[109.786668,33.026765],[109.791657,33.020795],[109.786408,33.017367],[109.782821,33.001337],[109.785985,32.997882],[109.785223,32.987586],[109.779129,32.98147],[109.777563,32.974025],[109.780179,32.969902],[109.779907,32.966831],[109.778232,32.964731],[109.772031,32.962494],[109.770262,32.958017],[109.774194,32.940687],[109.771118,32.93466],[109.767241,32.933672],[109.760767,32.91071],[109.767282,32.906668],[109.78423,32.884874],[109.794211,32.879489],[109.800876,32.87988],[109.810512,32.887999],[109.819333,32.891951],[109.839658,32.89392],[109.845548,32.897594],[109.852841,32.912893],[109.857979,32.915586],[109.86484,32.914896],[109.879762,32.90318],[109.890573,32.906135],[109.903646,32.906091],[109.909704,32.904011],[109.916428,32.899007],[109.924048,32.888231],[109.926141,32.887441],[109.95059,32.889106],[109.968721,32.88667],[109.985163,32.88814],[109.995116,32.877113],[110.010388,32.872351],[110.017322,32.875022],[110.02526,32.874033],[110.031702,32.862172],[110.047608,32.852475],[110.059609,32.851299],[110.075658,32.846356],[110.099625,32.834307],[110.111715,32.823553],[110.115247,32.814146],[110.118159,32.811079],[110.122877,32.80939],[110.136272,32.80974],[110.136596,32.797785],[110.134204,32.792031],[110.132137,32.789776],[110.124418,32.787622],[110.120871,32.782298],[110.125767,32.774332],[110.135159,32.765424],[110.149251,32.768929],[110.158423,32.763696],[110.15871,32.755676],[110.156965,32.748868],[110.158793,32.736832],[110.166343,32.719688],[110.16172,32.711482],[110.154329,32.707689],[110.154143,32.695307],[110.150321,32.689668],[110.148786,32.680686],[110.165789,32.667552],[110.171396,32.665117],[110.179095,32.654663],[110.183761,32.651281],[110.189181,32.642237],[110.19175,32.640875],[110.197466,32.641403],[110.201225,32.637722],[110.198206,32.629673],[110.183743,32.621871],[110.182525,32.617084],[110.180694,32.617563],[110.175533,32.61473],[110.16416,32.600817],[110.148188,32.591527],[110.139328,32.592499],[110.140503,32.595866],[110.139191,32.605169],[110.134741,32.607641],[110.129752,32.605938],[110.126028,32.610371],[110.123661,32.619061],[110.086344,32.621344],[110.081511,32.617215],[110.080907,32.608409],[110.085308,32.594804],[110.089461,32.591739],[110.089289,32.586864],[110.084451,32.584234],[110.076546,32.586051],[110.069978,32.583691],[110.061799,32.576593],[110.056618,32.562428],[110.048818,32.561422],[110.033733,32.556007],[110.029475,32.545042],[110.024079,32.5443],[110.004739,32.545925],[109.999544,32.551094],[109.994329,32.552812],[109.988197,32.553548],[109.98452,32.552364],[109.977718,32.554031],[109.968388,32.576682],[109.965129,32.578119],[109.960253,32.576857],[109.948589,32.570866],[109.940808,32.573212],[109.931775,32.584236],[109.921352,32.592694],[109.916262,32.590519],[109.904431,32.589177],[109.900886,32.592329],[109.88912,32.595274],[109.886428,32.592469],[109.87991,32.590309],[109.871927,32.591238],[109.861796,32.585938],[109.856459,32.580722],[109.850125,32.580683],[109.844105,32.584688],[109.837704,32.584134],[109.830699,32.581455],[109.82361,32.574398],[109.819321,32.574613],[109.817464,32.577648],[109.813333,32.578757],[109.791498,32.581539],[109.781477,32.580717],[109.770777,32.587575],[109.750468,32.584472],[109.724366,32.607695],[109.717101,32.603427],[109.705844,32.605683],[109.698128,32.605032],[109.694299,32.598324],[109.688714,32.596619],[109.673963,32.602094],[109.661608,32.599708],[109.622001,32.599634],[109.61596,32.593371],[109.613825,32.589141],[109.621239,32.582392],[109.621466,32.578512],[109.617027,32.569015],[109.613861,32.568765],[109.612594,32.562048],[109.618715,32.559466],[109.62409,32.559426],[109.631767,32.55535],[109.634577,32.549878],[109.633506,32.536882],[109.629138,32.533559],[109.618794,32.533113],[109.612397,32.521301],[109.599059,32.523522],[109.577137,32.514016],[109.569638,32.498094],[109.568118,32.489837],[109.565286,32.484495],[109.562539,32.481689],[109.546975,32.482475],[109.54949,32.474966],[109.544002,32.465109],[109.543377,32.453399],[109.533862,32.442903],[109.524454,32.437466],[109.52025,32.428385],[109.520324,32.421605],[109.526392,32.413623],[109.526818,32.404516],[109.525207,32.400941],[109.522753,32.398169],[109.513998,32.398984],[109.496386,32.392823],[109.495699,32.387855],[109.500458,32.370089],[109.505976,32.357414],[109.505179,32.352954],[109.513494,32.337773],[109.500316,32.316958],[109.494833,32.311041],[109.495346,32.308268],[109.487592,32.295508],[109.486222,32.290466],[109.496787,32.284887],[109.507256,32.287461],[109.511814,32.285385],[109.514585,32.281975],[109.510934,32.27556],[109.513823,32.270216],[109.52637,32.265282],[109.533478,32.251349],[109.533263,32.246197],[109.541461,32.236557],[109.549841,32.230807],[109.554761,32.221144],[109.561071,32.224708],[109.566378,32.220477],[109.584653,32.215314],[109.592422,32.214622],[109.603582,32.20471],[109.596693,32.198451],[109.592841,32.183375],[109.586447,32.174349],[109.584918,32.158789],[109.588534,32.145478],[109.587817,32.13515],[109.61186,32.115315],[109.618069,32.100233],[109.608423,32.096021],[109.609002,32.085753],[109.611388,32.078551],[109.602575,32.071995],[109.597235,32.070229],[109.584768,32.047533],[109.588788,32.042211],[109.581439,32.030473],[109.584729,32.023982],[109.586474,32.001297],[109.597251,31.991396],[109.615224,31.981548],[109.62131,31.970058],[109.619482,31.967015],[109.624987,31.959706],[109.624138,31.950185],[109.624809,31.94603],[109.627681,31.942543],[109.624744,31.937145],[109.621284,31.935132],[109.619821,31.92702],[109.617893,31.924465],[109.602035,31.923278],[109.595775,31.925042],[109.585011,31.911641],[109.586668,31.906904],[109.584567,31.900812],[109.578716,31.896154],[109.592042,31.886094],[109.598422,31.883958],[109.603326,31.885522],[109.60561,31.884651],[109.613102,31.868115],[109.61236,31.860132],[109.6099,31.857639],[109.611543,31.851653],[109.621116,31.843204],[109.622936,31.837545],[109.622004,31.833452],[109.629889,31.822883],[109.633939,31.820602],[109.635935,31.812113],[109.634506,31.807807],[109.626079,31.803259],[109.609057,31.807205],[109.601104,31.803065],[109.597002,31.79888],[109.598977,31.795075],[109.596612,31.787307],[109.588048,31.783733],[109.586672,31.781777],[109.590528,31.768343],[109.587471,31.757728],[109.588321,31.752426],[109.594838,31.75104],[109.600216,31.745121],[109.593083,31.742731],[109.59257,31.738428],[109.589591,31.736078],[109.579165,31.732275],[109.579602,31.728487],[109.574269,31.730412],[109.549593,31.727448],[109.543853,31.731877],[109.526754,31.724297],[109.522662,31.723902],[109.520623,31.726338],[109.499488,31.719191],[109.487528,31.723104],[109.482528,31.722923],[109.473556,31.721424],[109.458624,31.716063],[109.453869,31.718166],[109.450922,31.724099],[109.445783,31.725716],[109.431686,31.723339],[109.41516,31.722844],[109.409942,31.719155],[109.410506,31.712488],[109.40933,31.711159],[109.391114,31.71012],[109.383936,31.706875],[109.360932,31.710486],[109.318959,31.710699],[109.305641,31.713077],[109.298768,31.712206],[109.289128,31.714561],[109.28003,31.719248],[109.276139,31.71932],[109.274342,31.730803],[109.278614,31.740749],[109.274961,31.748473],[109.266857,31.750123],[109.265278,31.752016],[109.267756,31.754644],[109.266429,31.75869],[109.251207,31.760466],[109.249,31.762423],[109.250009,31.769731],[109.254744,31.769749],[109.257983,31.77391],[109.275016,31.780031],[109.27051,31.786906],[109.269465,31.793145],[109.270532,31.802058],[109.265344,31.804358],[109.253096,31.806045],[109.235775,31.814462],[109.227326,31.811421],[109.222732,31.815142],[109.205595,31.820949],[109.199995,31.819945],[109.18858,31.821589],[109.186607,31.828042],[109.195583,31.846238],[109.187861,31.84949],[109.185206,31.852741],[109.185597,31.856218],[109.161809,31.87799],[109.128101,31.893642],[109.117553,31.894919],[109.110858,31.905902],[109.104789,31.911333],[109.089818,31.920132],[109.078515,31.934751],[109.075504,31.934601],[109.062672,31.942252],[109.054534,31.943986],[109.043671,31.95199],[109.041486,31.957443],[109.034837,31.963002],[109.026407,31.961742],[109.016254,31.965646],[109.006895,31.973095],[108.999049,31.973523],[108.98926,31.978385],[108.985351,31.981977],[108.979025,31.983773],[108.961212,31.985779],[108.950259,31.981307],[108.932253,31.99224],[108.92204,31.989977],[108.904233,31.989961],[108.897405,31.987623],[108.875345,32.001349],[108.867317,32.002808],[108.851278,32.019821],[108.845867,32.030225],[108.831206,32.04095],[108.810996,32.047753],[108.799901,32.046923],[108.784766,32.050038],[108.772351,32.055834],[108.763281,32.067359],[108.750297,32.072473],[108.746941,32.079416],[108.748296,32.088914],[108.746935,32.096974],[108.740379,32.103837],[108.731531,32.108764],[108.723836,32.109356],[108.711199,32.10632],[108.696412,32.107417],[108.687441,32.104798],[108.669242,32.104907],[108.661178,32.115511],[108.649462,32.120396],[108.64774,32.126515],[108.642017,32.132069],[108.628301,32.136478],[108.612066,32.151328],[108.602286,32.157974],[108.596444,32.15763],[108.590811,32.159385],[108.581468,32.174134],[108.566334,32.175675],[108.553089,32.180336],[108.54507,32.178424],[108.534266,32.182256],[108.531512,32.18835],[108.506124,32.202687],[108.502524,32.207096],[108.501536,32.210954],[108.50294,32.215218],[108.506144,32.215914],[108.50962,32.220399],[108.507347,32.232114],[108.502623,32.240984],[108.502933,32.245589],[108.498743,32.249748],[108.494511,32.24921],[108.49101,32.246782],[108.481025,32.252008],[108.478732,32.258554],[108.480591,32.26256],[108.472833,32.270578],[108.467578,32.273617],[108.460671,32.265867],[108.443519,32.262638],[108.429696,32.265352],[108.423777,32.264333],[108.418015,32.262769],[108.41261,32.257304],[108.404531,32.258398],[108.394242,32.264376],[108.387335,32.265556],[108.378186,32.258902],[108.363887,32.255223],[108.346071,32.256372],[108.333608,32.243669],[108.331109,32.237969],[108.325205,32.234588],[108.305821,32.234506],[108.298458,32.23823],[108.282437,32.251674],[108.260949,32.258222],[108.256463,32.265774],[108.247297,32.273614],[108.238121,32.276377],[108.228045,32.269826],[108.218001,32.259109],[108.215662,32.259011],[108.211908,32.261769],[108.208295,32.258874],[108.207442,32.257497],[108.210131,32.253032],[108.208841,32.247465],[108.203886,32.243097],[108.190023,32.236431],[108.188522,32.233326],[108.191308,32.227717],[108.183722,32.222345],[108.175166,32.222703],[108.17109,32.229643],[108.149318,32.241198],[108.14353,32.225671],[108.140148,32.221097],[108.135998,32.220065],[108.118576,32.219585],[108.115174,32.223721],[108.09853,32.226632],[108.095671,32.230825],[108.087719,32.234473],[108.071002,32.232232],[108.066692,32.234533],[108.060609,32.229873],[108.060946,32.225864],[108.058988,32.222928],[108.053739,32.220377],[108.036242,32.216616],[108.029,32.222549],[108.02506,32.221793],[108.019361,32.214516],[108.019469,32.200785],[108.012684,32.193654],[108.013444,32.18604],[108.019966,32.181293],[108.020514,32.176401],[108.002655,32.167366],[108.000851,32.164397],[108.001485,32.159734],[107.997951,32.160885],[107.996965,32.159128],[107.998085,32.156282],[107.989472,32.149358],[107.972067,32.147966],[107.957607,32.16333],[107.954253,32.164206],[107.933118,32.183558],[107.919466,32.199028],[107.917013,32.200683],[107.913457,32.199497],[107.908109,32.201905],[107.899841,32.210767],[107.886014,32.216802],[107.873632,32.203926],[107.861363,32.204066],[107.841019,32.220947],[107.840017,32.22455],[107.829733,32.22443],[107.824261,32.229783],[107.820097,32.236763],[107.81339,32.240536],[107.806053,32.250679],[107.799994,32.26847],[107.784833,32.280289],[107.770434,32.309351],[107.757786,32.321593],[107.753335,32.32922],[107.751046,32.337959],[107.746089,32.339162],[107.710904,32.329816],[107.701618,32.334292],[107.694423,32.346661],[107.69015,32.358201],[107.688183,32.365101],[107.690472,32.369272],[107.687189,32.381188],[107.680358,32.39466],[107.677141,32.396135],[107.674685,32.400271],[107.667595,32.398743],[107.653306,32.40679],[107.649146,32.412254],[107.642596,32.415359],[107.634331,32.410487],[107.630812,32.406319],[107.628791,32.406378],[107.622151,32.410601],[107.614335,32.410319],[107.609449,32.407239],[107.601843,32.416713],[107.551763,32.395158],[107.547506,32.394464],[107.542194,32.396636],[107.538762,32.395803],[107.534933,32.38589],[107.531376,32.385504],[107.49355,32.400127],[107.487626,32.416725],[107.481281,32.427336],[107.474229,32.427885],[107.469263,32.421279],[107.452029,32.419764],[107.450211,32.42442],[107.444847,32.428413],[107.446177,32.434649],[107.450735,32.436643],[107.455365,32.44334],[107.455847,32.456002],[107.453429,32.460531],[107.444734,32.465618],[107.437452,32.466094],[107.434174,32.467797],[107.428305,32.48022],[107.4289,32.492961],[107.424084,32.503774],[107.432141,32.518168],[107.42982,32.540908],[107.422986,32.537807],[107.389154,32.542609],[107.382201,32.546226],[107.371947,32.548631],[107.366442,32.541656],[107.367052,32.537775],[107.362478,32.529459],[107.342204,32.512698],[107.308065,32.50057],[107.294292,32.490359],[107.290226,32.475197],[107.287519,32.471253],[107.282589,32.470387],[107.275838,32.465258],[107.276482,32.460092],[107.280523,32.457815],[107.281656,32.451926],[107.27857,32.447631],[107.278914,32.439928],[107.280372,32.437462],[107.274742,32.42471],[107.265903,32.424975],[107.260171,32.42283],[107.26936,32.410195],[107.266491,32.406564],[107.260106,32.405613],[107.245587,32.415404],[107.237851,32.412006],[107.231677,32.426627],[107.204065,32.437541],[107.199108,32.440919],[107.193268,32.453419],[107.197145,32.462107],[107.189937,32.469295],[107.179768,32.472011],[107.169486,32.482917],[107.16226,32.480853],[107.157782,32.477157],[107.145355,32.480924],[107.133582,32.481937],[107.122455,32.480515],[107.115572,32.487203],[107.118567,32.495915],[107.113491,32.497553],[107.110104,32.496745],[107.108179,32.502113],[107.107373,32.508618],[107.111886,32.50956],[107.115124,32.51298],[107.10812,32.516511],[107.093513,32.51943],[107.075515,32.53205],[107.071945,32.531441],[107.065247,32.533676],[107.067587,32.539156],[107.079179,32.545375],[107.08569,32.556333],[107.083709,32.566963],[107.087731,32.57104],[107.090068,32.57914],[107.095366,32.588544],[107.100861,32.592349],[107.100235,32.597088],[107.09517,32.604022],[107.096741,32.610555],[107.094796,32.615232],[107.093163,32.618695],[107.085452,32.625505],[107.08485,32.638582],[107.09125,32.648478],[107.093636,32.655709],[107.088352,32.669022],[107.085973,32.671169],[107.083368,32.671655],[107.07868,32.669578],[107.071439,32.670068],[107.061784,32.673592],[107.057935,32.67842],[107.054444,32.684981],[107.056276,32.695022],[107.061883,32.697423],[107.063502,32.700497],[107.061734,32.710706],[107.045837,32.717589],[107.03296,32.711762],[107.027367,32.711805],[107.025094,32.716466],[107.025729,32.72044],[107.012104,32.720406],[107.009603,32.72588],[107.003995,32.730727],[107.00167,32.729751],[106.996971,32.722131],[106.985666,32.715669],[106.985544,32.713116],[106.9808,32.712413],[106.960525,32.718055],[106.946343,32.718764],[106.941665,32.716258],[106.941294,32.714471],[106.932523,32.710432],[106.911861,32.705303],[106.908843,32.705726],[106.900845,32.714247],[106.899953,32.722221],[106.894375,32.725883],[106.891963,32.72599],[106.881417,32.720247],[106.876174,32.724504],[106.867214,32.727328],[106.861304,32.727276],[106.842511,32.723185],[106.839459,32.720547],[106.836439,32.71424],[106.81897,32.706672],[106.810822,32.710793],[106.810053,32.713095],[106.79057,32.713198],[106.78465,32.700043],[106.781111,32.69904],[106.77753,32.702587],[106.775902,32.711417],[106.777656,32.717571],[106.776352,32.726459],[106.779626,32.735497],[106.777431,32.739022],[106.743228,32.737308],[106.727647,32.740879],[106.723052,32.735861],[106.7058,32.726438],[106.703131,32.72244],[106.690374,32.713924],[106.679984,32.710299],[106.672375,32.704856],[106.669005,32.697897],[106.658842,32.691282],[106.645198,32.688768],[106.636109,32.689643],[106.625068,32.683469],[106.60981,32.684916],[106.586974,32.690639],[106.581759,32.690273],[106.56977,32.679816],[106.552675,32.670084],[106.549076,32.677629],[106.545428,32.679324],[106.540621,32.677686],[106.536205,32.673753],[106.512341,32.668534],[106.500369,32.664147],[106.497154,32.660983],[106.496108,32.653424],[106.494096,32.651532],[106.464678,32.653389],[106.45303,32.658125],[106.446567,32.640478],[106.4291,32.62651],[106.417916,32.619114],[106.402379,32.621335],[106.39979,32.618866],[106.387934,32.625522],[106.378868,32.63874],[106.380166,32.649396],[106.375172,32.650052],[106.362598,32.663089],[106.344453,32.673501],[106.3338,32.67653],[106.31018,32.673049],[106.293761,32.680828],[106.285888,32.673523],[106.268794,32.672906],[106.264304,32.67555],[106.261695,32.685279],[106.254089,32.696868],[106.246127,32.698234],[106.237708,32.694119],[106.216004,32.694928],[106.211037,32.699787],[106.206615,32.700189],[106.203798,32.696681],[106.177863,32.695538],[106.170825,32.698481],[106.170723,32.70069],[106.173372,32.703815],[106.164264,32.710718],[106.149479,32.707231],[106.145054,32.716039],[106.140805,32.720656],[106.131069,32.722144],[106.125387,32.725318],[106.123696,32.7238],[106.108731,32.722615],[106.102968,32.736992],[106.089994,32.739863],[106.087315,32.744907],[106.083201,32.748389],[106.069334,32.755242],[106.068131,32.77024],[106.05986,32.772241],[106.058371,32.775488],[106.061162,32.784142],[106.078593,32.790076],[106.092427,32.791901],[106.096571,32.794921],[106.09493,32.804853],[106.089955,32.810082],[106.087374,32.81694],[106.089383,32.825493],[106.082234,32.82812],[106.078902,32.826099],[106.066091,32.826006],[106.067165,32.8303],[106.056857,32.838051],[106.047482,32.849259],[106.044582,32.859126],[106.038669,32.867077],[106.036365,32.866453],[106.038085,32.86132],[106.034113,32.855102],[106.030951,32.854625],[106.025713,32.858487],[106.017532,32.858326],[106.01805,32.849581],[106.009601,32.84064],[106.007037,32.831744],[105.991242,32.830273],[105.980189,32.842548],[105.974111,32.84373],[105.967887,32.847937],[105.965893,32.851279],[105.961688,32.85179],[105.956352,32.847043],[105.952874,32.840138],[105.928812,32.829373],[105.887416,32.838045],[105.869129,32.831431],[105.863075,32.832087],[105.85509,32.828716],[105.853034,32.826937],[105.852374,32.822712],[105.84719,32.819916],[105.838105,32.821819],[105.829229,32.827393],[105.823365,32.826761],[105.81812,32.815664],[105.823959,32.803471],[105.819015,32.800275],[105.814655,32.791525],[105.818028,32.785057],[105.819762,32.771572],[105.814517,32.774915],[105.806605,32.773828],[105.803947,32.765398],[105.793506,32.756494],[105.784087,32.754916],[105.77753,32.75133],[105.772852,32.758124],[105.77138,32.763693],[105.76641,32.769567],[105.761698,32.769312],[105.754889,32.764657],[105.751195,32.768352],[105.745007,32.769677],[105.736903,32.761694],[105.73371,32.757446],[105.733689,32.755054],[105.714944,32.761061],[105.704921,32.755521],[105.700908,32.751618],[105.697715,32.745141],[105.686884,32.744071],[105.67262,32.729243],[105.6641,32.728973],[105.6557,32.721715],[105.65167,32.722534],[105.647,32.721319],[105.638477,32.711261],[105.628516,32.71078],[105.625244,32.706008],[105.612284,32.703246],[105.593049,32.702313],[105.589518,32.704172],[105.587814,32.707182],[105.587602,32.717121],[105.583893,32.73122],[105.581055,32.732392],[105.569879,32.727607],[105.563537,32.726916],[105.554639,32.734691],[105.552803,32.751428],[105.559498,32.758316],[105.563697,32.759894],[105.565946,32.763882],[105.562538,32.769907],[105.558683,32.770157],[105.551752,32.776744],[105.550814,32.780672],[105.553731,32.791992],[105.552469,32.797134],[105.542578,32.795932],[105.537359,32.792483],[105.532082,32.793811],[105.52876,32.798942],[105.525685,32.808811],[105.526799,32.812915],[105.530072,32.815313],[105.530428,32.820875],[105.523527,32.832236],[105.521318,32.83942],[105.520738,32.849679],[105.510727,32.861717],[105.500981,32.864995],[105.488313,32.884908],[105.489423,32.893531],[105.491672,32.897928],[105.490653,32.906081],[105.492633,32.909223],[105.506021,32.920529],[105.521041,32.922641],[105.527169,32.918005],[105.529666,32.912738],[105.53433,32.908959],[105.53853,32.908866],[105.544505,32.911892],[105.561164,32.910188],[105.572484,32.897299],[105.574352,32.89224],[105.572935,32.888273],[105.588696,32.880758],[105.603831,32.886787],[105.613056,32.886569],[105.619689,32.884231],[105.632505,32.884942],[105.649134,32.893435],[105.650984,32.900167],[105.662893,32.906675],[105.691702,32.906841],[105.696851,32.908902],[105.702356,32.91532],[105.714687,32.912249],[105.722304,32.906798],[105.725704,32.906568],[105.733484,32.910847],[105.740375,32.919574],[105.752975,32.926432],[105.76471,32.926926],[105.774208,32.934981],[105.803564,32.940961],[105.808566,32.945402],[105.813242,32.953492],[105.819905,32.959133],[105.826804,32.959254],[105.832342,32.953884],[105.849061,32.948989],[105.852878,32.942716],[105.858477,32.943327],[105.864447,32.947422],[105.864955,32.958523],[105.869229,32.9648],[105.881035,32.967256],[105.88575,32.970687],[105.88874,32.980988],[105.897562,32.990696],[105.916221,32.996912],[105.918456,33.010174],[105.915264,33.0184],[105.925967,33.027602],[105.925837,33.028984],[105.922822,33.040542],[105.908527,33.055046],[105.908217,33.057729],[105.911224,33.068634],[105.925742,33.072995],[105.928705,33.07841],[105.921427,33.082572],[105.914344,33.095024],[105.914102,33.107376],[105.923862,33.114354],[105.932676,33.115247],[105.934166,33.120786],[105.929812,33.124118],[105.920919,33.123032],[105.914567,33.130776],[105.905739,33.132607],[105.90832,33.135939],[105.921173,33.137025],[105.924324,33.149994],[105.919223,33.151446],[105.915628,33.146934],[105.902894,33.138999],[105.890994,33.148483],[105.899871,33.159559],[105.911146,33.161803],[105.921792,33.169672],[105.91409,33.177219],[105.913441,33.179863],[105.918352,33.184223],[105.921904,33.190374],[105.921166,33.194621],[105.922647,33.198161],[105.928051,33.201773],[105.933399,33.199965],[105.936051,33.191635],[105.935613,33.187375],[105.924622,33.179387],[105.930572,33.176482],[105.942637,33.177572],[105.942955,33.174444],[105.937607,33.169816],[105.939468,33.160245],[105.941916,33.155798],[105.954866,33.150313],[105.966514,33.148417],[105.967908,33.14937],[105.971614,33.163437],[105.965084,33.173112],[105.964789,33.183744],[105.960152,33.187484],[105.958598,33.212341],[105.955245,33.216112],[105.945865,33.213223],[105.93664,33.214113],[105.932586,33.218566],[105.941182,33.218323],[105.944186,33.221022],[105.940286,33.224464],[105.929091,33.22519],[105.932991,33.231485],[105.918802,33.24349],[105.896892,33.24565],[105.889481,33.241962],[105.877022,33.240404],[105.870512,33.237216],[105.858517,33.234494],[105.843578,33.243155],[105.837301,33.251363],[105.830376,33.25589],[105.823653,33.257804],[105.815328,33.256809],[105.806923,33.263478],[105.799898,33.26275],[105.79132,33.265623],[105.785625,33.27763],[105.787028,33.284184],[105.760202,33.288618],[105.747187,33.287638],[105.735445,33.310907],[105.735055,33.315114],[105.750343,33.315834],[105.754329,33.323071],[105.744556,33.342279],[105.725192,33.351549],[105.723908,33.354444],[105.724323,33.361572],[105.720114,33.365614],[105.717221,33.365982],[105.711633,33.377045],[105.704947,33.37963],[105.698867,33.391324],[105.709211,33.394857],[105.72889,33.397673],[105.732299,33.387337],[105.745042,33.381591],[105.758043,33.379323],[105.765642,33.378505],[105.765662,33.383836],[105.768112,33.388455],[105.77466,33.391721],[105.780463,33.389385],[105.781972,33.386979],[105.798965,33.384339],[105.808883,33.385908],[105.814814,33.382206],[105.819622,33.382552],[105.825201,33.389379],[105.827816,33.396254],[105.826811,33.402557],[105.831074,33.416033],[105.834074,33.438623],[105.830494,33.448876],[105.826539,33.456178],[105.82348,33.458611],[105.823253,33.464713],[105.825576,33.466636],[105.832108,33.466516],[105.840786,33.471139],[105.833324,33.477981],[105.833839,33.483225],[105.837124,33.485405],[105.839979,33.49055],[105.839919,33.492236],[105.836679,33.493487],[105.837398,33.496385],[105.84053,33.501359],[105.84575,33.505115],[105.850552,33.506627],[105.865011,33.517654],[105.86991,33.519383],[105.872927,33.524416],[105.874829,33.538796],[105.88722,33.53944],[105.894252,33.549399],[105.894427,33.559767],[105.897456,33.565988],[105.903333,33.564832],[105.908433,33.56036],[105.908918,33.557289],[105.913617,33.556811],[105.918284,33.558976],[105.931672,33.570705],[105.934471,33.575426],[105.931716,33.577138],[105.934016,33.580899],[105.947714,33.588619],[105.955909,33.59657],[105.9584,33.607764],[105.952397,33.615188],[105.979694,33.61382],[105.985906,33.607939],[105.99347,33.605536],[106.014045,33.611657],[106.015313,33.600138],[106.018226,33.597666],[106.023933,33.596587],[106.038343,33.609668],[106.046572,33.610746],[106.052016,33.608998],[106.054814,33.606139],[106.060359,33.605908],[106.082359,33.619105],[106.09596,33.611004],[106.106741,33.610186],[106.113294,33.604149],[106.118568,33.603472],[106.124795,33.605662],[106.126113,33.603467],[106.126912,33.598576],[106.120944,33.593537],[106.116386,33.591575],[106.106176,33.592749],[106.106373,33.587316],[106.10039,33.575536],[106.102205,33.572833],[106.105863,33.570802],[106.128188,33.573288],[106.127115,33.581215],[106.132962,33.583099],[106.143165,33.58333],[106.14501,33.581759],[106.136975,33.576228],[106.138938,33.567744],[106.145165,33.560828],[106.157337,33.55836],[106.170591,33.54935],[106.18266,33.545666],[106.188086,33.548196],[106.197379,33.556204],[106.201641,33.564607],[106.213059,33.566431],[106.220532,33.564867],[106.231558,33.567052],[106.238623,33.577348],[106.253063,33.59125],[106.267434,33.599383],[106.273196,33.600347],[106.27348,33.606663],[106.28521,33.610412],[106.311943,33.607519],[106.311794,33.604031],[106.308816,33.599669],[106.309532,33.597077],[106.328099,33.593564],[106.331807,33.590473],[106.341295,33.587011],[106.34367,33.587931],[106.350863,33.598853],[106.354862,33.602014],[106.361289,33.601406],[106.372926,33.604842],[106.368821,33.618824],[106.386493,33.620039],[106.404351,33.618722],[106.415245,33.623495],[106.43335,33.622704],[106.444004,33.618118],[106.444757,33.59231],[106.451273,33.581911],[106.448018,33.564918],[106.451413,33.548252],[106.454215,33.541619],[106.459816,33.541512],[106.464513,33.532774],[106.465441,33.526502],[106.47991,33.532245],[106.48744,33.540791],[106.492381,33.538986],[106.499993,33.533299],[106.5054,33.518494],[106.513158,33.514776],[106.514985,33.516728],[106.539269,33.51957],[106.543758,33.525035],[106.552289,33.528651],[106.555154,33.532136],[106.558156,33.549387],[106.54841,33.564233],[106.548424,33.578869],[106.558519,33.579996],[106.567485,33.579052],[106.571372,33.576678],[106.577571,33.578463],[106.577754,33.581883],[106.572516,33.583646],[106.570903,33.586332],[106.575077,33.589526],[106.577181,33.606617],[106.579565,33.613445],[106.577177,33.619238],[106.576712,33.627902],[106.572535,33.636495],[106.564131,33.639822],[106.561004,33.642756],[106.562003,33.649897],[106.545978,33.660824],[106.549749,33.668289],[106.551004,33.675168],[106.548579,33.677399],[106.535065,33.68079],[106.534838,33.683724],[106.519476,33.702881],[106.509827,33.705474],[106.503933,33.703159],[106.488792,33.710146],[106.480478,33.711619],[106.476839,33.716972],[106.478073,33.731262],[106.479593,33.73387],[106.4827,33.735087],[106.484405,33.745049],[106.4786,33.750246],[106.480286,33.757973],[106.479832,33.776135],[106.476719,33.78778],[106.4719,33.78956],[106.470445,33.787883],[106.459401,33.78718],[106.454868,33.792466],[106.455487,33.804739],[106.458735,33.815677],[106.456623,33.818805],[106.458795,33.828642],[106.464685,33.833918],[106.468538,33.83464],[106.475826,33.831593],[106.480133,33.833504],[106.493638,33.850106],[106.490741,33.857196],[106.47286,33.867161],[106.47036,33.87713],[106.458883,33.886053],[106.452261,33.883751],[106.457973,33.880831],[106.446395,33.870552],[106.42285,33.870322],[106.416194,33.87639],[106.413196,33.884019],[106.417693,33.894886],[106.412261,33.904572],[106.40377,33.90771],[106.406538,33.911525],[106.419201,33.915352],[106.428435,33.925294],[106.431078,33.930299],[106.441547,33.936491],[106.444616,33.941441],[106.442964,33.948168],[106.449937,33.957516],[106.462139,33.959618],[106.466967,33.970559],[106.466613,33.977448],[106.470746,33.989665],[106.475383,33.993004],[106.47572,33.995873],[106.474233,34.007493],[106.466626,34.017778],[106.466415,34.03282],[106.473222,34.037952],[106.480028,34.035711],[106.483437,34.047338],[106.495234,34.064008],[106.499212,34.064607],[106.504838,34.07353],[106.500623,34.086497],[106.496029,34.094675],[106.494848,34.104729],[106.496802,34.112643],[106.513349,34.113349],[106.523997,34.111548],[106.532146,34.112477],[106.538672,34.115621],[106.550999,34.111457],[106.556323,34.111205],[106.563744,34.125831],[106.57815,34.143162],[106.581079,34.150618],[106.578368,34.15582],[106.569908,34.1605],[106.566724,34.164473],[106.567494,34.170486],[106.564976,34.177812],[106.559827,34.181134],[106.556178,34.191189],[106.560221,34.19567],[106.560592,34.199026],[106.553283,34.203308],[106.55261,34.205686],[106.553049,34.228075],[106.544061,34.232168],[106.537344,34.24523],[106.537122,34.2485],[106.522685,34.257643],[106.518415,34.252281],[106.517402,34.243646],[106.495346,34.244059],[106.484185,34.250339],[106.485729,34.254778],[106.498639,34.264544],[106.506877,34.277133],[106.505,34.280742],[106.505287,34.284093],[106.511365,34.288174],[106.518177,34.289183],[106.523416,34.297623],[106.528637,34.295629],[106.535263,34.28782],[106.550736,34.282277],[106.566697,34.284319],[106.575868,34.274282],[106.57898,34.264889],[106.577361,34.260752],[106.585682,34.251665],[106.60111,34.263021],[106.61469,34.266226],[106.618006,34.265345],[106.627074,34.25664],[106.643457,34.247946],[106.67459,34.255558],[106.675852,34.256568],[106.676594,34.267324],[106.681378,34.275202],[106.688238,34.273266],[106.690994,34.273955],[106.701215,34.284105],[106.693496,34.289477],[106.697261,34.298259],[106.699397,34.316392],[106.696287,34.327311],[106.681768,34.33184],[106.681856,34.336156],[106.684879,34.341472],[106.690173,34.345012],[106.710121,34.350171],[106.715078,34.359553],[106.714191,34.37258],[106.707123,34.377557],[106.704235,34.377652],[106.698976,34.371053],[106.695443,34.370414],[106.692209,34.372529],[106.689102,34.379641],[106.686082,34.379915],[106.683668,34.376716],[106.677801,34.37564],[106.67917,34.381914],[106.675306,34.385546],[106.659842,34.382404],[106.647855,34.393337],[106.642034,34.391735],[106.634165,34.393138],[106.632641,34.395331],[106.634052,34.39894],[106.629381,34.405318],[106.620958,34.412341],[106.619663,34.429696],[106.614916,34.431028],[106.610516,34.442498],[106.615703,34.446288],[106.615893,34.450045],[106.606873,34.455869],[106.601725,34.45507],[106.59827,34.449734],[106.586862,34.455755],[106.586588,34.45762],[106.591248,34.462671],[106.594067,34.463742],[106.59806,34.462359],[106.598938,34.466004],[106.596303,34.467589],[106.582583,34.465699],[106.578928,34.467592],[106.581975,34.471213],[106.580007,34.473146],[106.574581,34.475927],[106.567899,34.474309],[106.564297,34.476132],[106.565122,34.480805],[106.570039,34.482969],[106.568321,34.485309],[106.548445,34.491191],[106.541672,34.485663],[106.537838,34.487384],[106.537766,34.490398],[106.534034,34.493992],[106.509884,34.499204],[106.50793,34.502534],[106.507662,34.510415],[106.484885,34.517636],[106.483504,34.524891],[106.481796,34.526003],[106.479095,34.526036],[106.478233,34.523661],[106.47376,34.522714],[106.466352,34.524352],[106.464545,34.531073],[106.452916,34.532656],[106.448588,34.53169],[106.446446,34.526215],[106.44325,34.524984],[106.435051,34.525411],[106.432287,34.529189],[106.421169,34.524674],[106.410002,34.525651],[106.402985,34.524215],[106.397812,34.518395],[106.396985,34.512217],[106.3936,34.510701],[106.381977,34.511992],[106.381807,34.519264],[106.376952,34.522091],[106.363724,34.513372],[106.346551,34.519437],[106.335187,34.517909],[106.329288,34.518805],[106.34003,34.538394],[106.338953,34.545028],[106.3349,34.549447],[106.340062,34.559967],[106.337016,34.569135],[106.324462,34.577273],[106.309252,34.579756],[106.306806,34.582404],[106.308977,34.588859],[106.316274,34.58968],[106.333075,34.59633],[106.354525,34.616561],[106.360252,34.616902],[106.362237,34.612749],[106.365232,34.612682],[106.37523,34.625138],[106.379145,34.627515],[106.38043,34.624589],[106.38427,34.621983],[106.396358,34.637268],[106.40037,34.63892],[106.406359,34.637149],[106.41499,34.643356],[106.414436,34.648017],[106.417886,34.656653],[106.439512,34.640756],[106.442487,34.636755],[106.458295,34.63896],[106.462661,34.642264],[106.46821,34.652229],[106.461496,34.658685],[106.44638,34.667115],[106.447547,34.678612],[106.451227,34.684971],[106.449814,34.687019],[106.445873,34.688148],[106.44447,34.696492],[106.452854,34.712643],[106.456915,34.715731],[106.460829,34.716239],[106.463519,34.714375],[106.461178,34.711477],[106.463695,34.708757],[106.48133,34.717491],[106.487363,34.727808],[106.494706,34.730328],[106.493462,34.738223],[106.491655,34.739797],[106.492591,34.743936],[106.496078,34.748655],[106.505692,34.743564],[106.527937,34.749868],[106.541911,34.749196],[106.545563,34.751981],[106.543085,34.761615],[106.547037,34.764689],[106.554761,34.767623],[106.558999,34.765668],[106.571201,34.771587],[106.574737,34.78358],[106.574053,34.790787],[106.561231,34.798948],[106.562059,34.804507],[106.56088,34.810096],[106.551093,34.817722],[106.546765,34.829973],[106.547946,34.83201],[106.55677,34.833904],[106.558105,34.836053],[106.552266,34.844964],[106.556317,34.851567],[106.554231,34.857931],[106.55214,34.861656],[106.546042,34.865148],[106.540691,34.873777],[106.532416,34.880372],[106.523504,34.879122],[106.508242,34.891907],[106.506075,34.895977],[106.515411,34.92222],[106.512563,34.924238],[106.503215,34.923617],[106.496306,34.937571],[106.485055,34.941148],[106.489229,34.960488],[106.485343,34.971822],[106.478812,34.981022],[106.483774,34.987542],[106.491982,34.989048],[106.495519,34.991757],[106.497405,34.996391],[106.490799,35.000009],[106.49139,35.0176],[106.484279,35.022024],[106.498769,35.034655],[106.516263,35.028353],[106.522691,35.031387],[106.523463,35.040659],[106.534943,35.062287],[106.541175,35.068714],[106.540648,35.078982],[106.53696,35.083487],[106.539652,35.086732],[106.555826,35.092287],[106.563734,35.083727],[106.570458,35.081018],[106.570887,35.084914],[106.567987,35.08922],[106.572528,35.091394],[106.586787,35.089317],[106.598648,35.085082],[106.614159,35.072842],[106.637077,35.07252],[106.639463,35.073575],[106.640974,35.07607],[106.640019,35.078105],[106.64169,35.079531],[106.651619,35.077091],[106.659357,35.069431],[106.661336,35.075207],[106.664187,35.077481],[106.692203,35.080227],[106.702009,35.082854],[106.702722,35.08926],[106.710711,35.093733],[106.710536,35.099446],[106.715824,35.102467],[106.730682,35.104262],[106.745153,35.098115],[106.771732,35.092193],[106.792742,35.0912],[106.810462,35.086217],[106.816545,35.082066],[106.821335,35.08122],[106.84079,35.081361],[106.845548,35.088336],[106.855529,35.094161],[106.875588,35.09346],[106.882551,35.095909],[106.896584,35.096481],[106.906672,35.089459],[106.908221,35.083031],[106.921324,35.076722],[106.924893,35.078435],[106.928106,35.084306],[106.930699,35.084986],[106.940007,35.081356],[106.950846,35.071957],[106.961091,35.065949],[106.9767,35.070743],[106.984534,35.071583],[106.986234,35.069133],[106.981727,35.066687],[106.980726,35.06398],[106.984308,35.060475],[106.99078,35.061076],[107.00037,35.051627],[107.006989,35.039622],[107.004788,35.030302],[107.010574,35.028775],[107.01794,35.032342],[107.026891,35.030688],[107.031125,35.033663],[107.029917,35.038542],[107.035926,35.043271],[107.046112,35.039624],[107.042662,35.027733],[107.052436,35.026464],[107.054699,35.021816],[107.060668,35.019625],[107.070005,35.019999],[107.082906,35.017245],[107.089595,35.008092],[107.09187,34.995431],[107.089786,34.988666],[107.081572,34.980484],[107.086561,34.97253],[107.093586,34.969761],[107.096612,34.962751],[107.101554,34.957893],[107.10628,34.955748],[107.113582,34.955238],[107.119921,34.94679],[107.131149,34.945914],[107.138972,34.948525],[107.146332,34.942341],[107.146606,34.93765],[107.151479,34.937006],[107.156899,34.94012],[107.17034,34.937309],[107.184331,34.906629],[107.179074,34.900547],[107.178641,34.89628],[107.189452,34.881264],[107.189996,34.882967],[107.196893,34.886347],[107.202398,34.887075],[107.211866,34.879452],[107.218185,34.879155],[107.227786,34.891254],[107.237251,34.889849],[107.238345,34.885143],[107.24314,34.882593],[107.247937,34.88337],[107.257883,34.905994],[107.257606,34.908129],[107.265686,34.910723],[107.271266,34.907712],[107.277416,34.909949],[107.278186,34.912401],[107.275197,34.913655],[107.275052,34.916256],[107.284179,34.930984],[107.284814,34.939506],[107.291413,34.944625],[107.296773,34.938216],[107.303674,34.937091],[107.337614,34.94147],[107.343319,34.938262],[107.347791,34.929925],[107.35374,34.929148],[107.357984,34.922411],[107.359647,34.915794],[107.363487,34.912647],[107.363731,34.918859],[107.37383,34.931816],[107.387897,34.936447],[107.395218,34.931877],[107.411187,34.93573],[107.429251,34.921325],[107.44849,34.915877],[107.455823,34.916513],[107.466841,34.914792],[107.472793,34.919458],[107.473799,34.924142],[107.487447,34.914068],[107.488618,34.90943],[107.493626,34.907654],[107.500383,34.913626],[107.524477,34.914049],[107.525564,34.914687],[107.523858,34.919531],[107.520025,34.922131],[107.525206,34.931533],[107.53313,34.932512],[107.541339,34.938162],[107.546407,34.944619],[107.550065,34.953955],[107.560666,34.965013],[107.568899,34.968822],[107.583513,34.963028],[107.589213,34.953887],[107.593171,34.952345],[107.596581,34.956809],[107.59725,34.963647],[107.60646,34.968497],[107.610255,34.969115],[107.628243,34.960952],[107.630085,34.956955],[107.629459,34.952013],[107.627303,34.939219],[107.62184,34.922472],[107.634843,34.919314],[107.633034,34.934574],[107.634589,34.936643],[107.641934,34.935325],[107.642923,34.931706],[107.645451,34.932453],[107.653319,34.937377],[107.652161,34.944598],[107.670484,34.951547],[107.69293,34.952398],[107.699933,34.950954],[107.708622,34.9652],[107.711903,34.958592],[107.711992,34.952574],[107.715659,34.952081],[107.722652,34.953256],[107.729269,34.956658],[107.739779,34.953657],[107.745303,34.96229],[107.765924,34.964048],[107.778112,34.958943],[107.784882,34.959093],[107.794666,34.962117],[107.799788,34.957395],[107.79513,34.967648],[107.80194,34.974457],[107.813719,34.975814],[107.815447,34.974229],[107.824836,34.981145],[107.833527,34.979717],[107.845174,34.982217],[107.854618,34.988411],[107.859461,34.997881],[107.857495,35.000978],[107.843324,35.000829],[107.839191,35.004554],[107.836326,35.014614],[107.844105,35.02513],[107.806991,35.026111],[107.794182,35.03557],[107.780156,35.053778],[107.770567,35.05989],[107.762093,35.06804],[107.755186,35.071448],[107.752642,35.077822],[107.757614,35.081456],[107.761375,35.08781],[107.716878,35.114077],[107.717685,35.119545],[107.723295,35.120883],[107.724336,35.127322],[107.721154,35.144455],[107.716299,35.151543],[107.710872,35.153257],[107.708607,35.159676],[107.70938,35.17365],[107.713445,35.178102],[107.700493,35.191383],[107.685714,35.197485],[107.683816,35.200919],[107.688323,35.204453],[107.684753,35.213218],[107.680061,35.219491],[107.673618,35.218915],[107.664698,35.215402],[107.660556,35.224496],[107.65381,35.231558],[107.65874,35.237979],[107.658441,35.240272],[107.655415,35.241924],[107.648352,35.241363],[107.65363,35.252473],[107.660072,35.257736],[107.666769,35.256813],[107.668446,35.25494],[107.690105,35.251792],[107.69126,35.25563],[107.693917,35.257551],[107.699911,35.254612],[107.700672,35.250321],[107.705812,35.243758],[107.70995,35.242876],[107.716178,35.244995],[107.718758,35.248954],[107.71342,35.249916],[107.70549,35.257478],[107.708884,35.261453],[107.718429,35.258994],[107.72583,35.264814],[107.722792,35.266815],[107.717847,35.264198],[107.711782,35.264844],[107.716375,35.271074],[107.725077,35.272141],[107.726762,35.267295],[107.731108,35.268435],[107.737311,35.274124],[107.737095,35.279362],[107.731238,35.278025],[107.734933,35.290651],[107.73768,35.293563],[107.734869,35.296595],[107.723399,35.301593],[107.716597,35.300862],[107.713673,35.295387],[107.707665,35.292812],[107.70397,35.297137],[107.710556,35.305139],[107.719209,35.305006],[107.737285,35.312395],[107.741555,35.31127],[107.744404,35.307172],[107.749646,35.304124],[107.772846,35.302473],[107.774885,35.295482],[107.784069,35.297013],[107.796801,35.287285],[107.805142,35.2879],[107.812078,35.281926],[107.812208,35.27938],[107.814912,35.277213],[107.828347,35.272445],[107.830608,35.272686],[107.834208,35.276172],[107.84057,35.276864],[107.8449,35.27022],[107.85633,35.264572],[107.858906,35.262495],[107.858346,35.259411],[107.862018,35.257786],[107.874916,35.262615],[107.883387,35.260826],[107.886279,35.25823],[107.890651,35.259609],[107.891887,35.261806],[107.904608,35.260792],[107.908561,35.255221],[107.914919,35.254182],[107.916062,35.257718],[107.920603,35.257721],[107.92299,35.254281],[107.922014,35.250458],[107.924157,35.249765],[107.931104,35.254332],[107.931346,35.257832],[107.929663,35.260625],[107.93036,35.269042],[107.952668,35.268228],[107.955519,35.267078],[107.956712,35.263553],[107.947771,35.248821],[107.963106,35.242586],[107.969942,35.244866],[107.980965,35.244296],[107.998291,35.248563],[108.039923,35.254568],[108.071807,35.267024],[108.077866,35.275001],[108.082478,35.273026],[108.08741,35.274776],[108.08964,35.278887],[108.098058,35.278115],[108.113158,35.28311],[108.116429,35.28114],[108.128168,35.287286],[108.125728,35.289773],[108.12636,35.291101],[108.135379,35.291892],[108.136116,35.289543],[108.14324,35.284919],[108.148736,35.292784],[108.166402,35.306444],[108.17318,35.300617],[108.188145,35.30206],[108.199318,35.300948],[108.205698,35.297755],[108.217655,35.30026],[108.2198,35.290349],[108.223405,35.287504],[108.227354,35.28833],[108.228012,35.287172],[108.227393,35.283618],[108.222509,35.279986],[108.22366,35.276115],[108.235945,35.261441],[108.243508,35.258611],[108.245564,35.254124],[108.249837,35.252869],[108.251233,35.25703],[108.249678,35.266855],[108.25218,35.268238],[108.262244,35.270683],[108.2639,35.266936],[108.259794,35.265463],[108.263937,35.26357],[108.274132,35.264003],[108.293031,35.269014],[108.304531,35.279702],[108.300211,35.295165],[108.303146,35.297405],[108.305372,35.295657],[108.306481,35.289482],[108.308678,35.287471],[108.320696,35.287012],[108.326262,35.289059],[108.332204,35.29987],[108.34091,35.301964],[108.34715,35.29901],[108.352597,35.290825],[108.346067,35.287411],[108.34655,35.28628],[108.354592,35.279991],[108.359411,35.278265],[108.361709,35.27921],[108.363275,35.285456],[108.376231,35.28948],[108.391033,35.284782],[108.391871,35.282897],[108.390417,35.280127],[108.392932,35.278843],[108.412956,35.275405],[108.418876,35.278082],[108.444811,35.273611],[108.461452,35.277389],[108.477695,35.277965],[108.492497,35.282866],[108.492965,35.281912],[108.516236,35.287292],[108.536531,35.306201],[108.539105,35.30691],[108.541827,35.306007],[108.544125,35.301165],[108.560815,35.292078],[108.576068,35.291845],[108.578156,35.292873],[108.582075,35.306837],[108.600246,35.311128],[108.602113,35.313312],[108.603141,35.320764],[108.607195,35.325147],[108.611333,35.326243],[108.615866,35.333542],[108.605644,35.335403],[108.607613,35.353082],[108.604264,35.358943],[108.61216,35.369933],[108.610948,35.380386],[108.61375,35.384406],[108.633405,35.399926],[108.634026,35.401875],[108.633921,35.406825],[108.630516,35.414338],[108.625165,35.420728],[108.621863,35.427839],[108.624078,35.433034],[108.623328,35.449022],[108.622159,35.451401],[108.618281,35.452484],[108.612264,35.46588],[108.615005,35.470021],[108.61453,35.483387],[108.605071,35.488983],[108.600096,35.502068],[108.603236,35.51776],[108.610451,35.519516],[108.619726,35.532508],[108.620303,35.536049],[108.614146,35.544603],[108.616152,35.551743],[108.614736,35.557853],[108.611173,35.558373],[108.592883,35.568814],[108.579833,35.581201],[108.566649,35.584285],[108.562422,35.589702],[108.561959,35.593887],[108.557716,35.600185],[108.551161,35.598856],[108.542661,35.600092],[108.537367,35.604284],[108.522585,35.64535],[108.519846,35.648612],[108.514079,35.649034],[108.517314,35.661054],[108.526692,35.682442],[108.524274,35.686708],[108.521279,35.687179],[108.513347,35.694033],[108.513133,35.699246],[108.530296,35.709167],[108.526924,35.712278],[108.514355,35.714687],[108.510656,35.71924],[108.512761,35.724886],[108.515521,35.723583],[108.52074,35.725751],[108.527187,35.73786],[108.526905,35.751606],[108.518155,35.759976],[108.517091,35.772346],[108.523093,35.774095],[108.525196,35.784064],[108.524106,35.7917],[108.521113,35.797203],[108.522487,35.803268],[108.522601,35.822397],[108.518504,35.826242],[108.519025,35.835171],[108.514306,35.844213],[108.501721,35.852631],[108.501689,35.861059],[108.503318,35.863844],[108.502193,35.866794],[108.493935,35.870657],[108.492536,35.873759],[108.496684,35.885933],[108.501993,35.886012],[108.506556,35.895519],[108.517356,35.906208],[108.539316,35.910894],[108.558484,35.919031],[108.559708,35.925395],[108.557037,35.928847],[108.557327,35.933039],[108.564655,35.939195],[108.578026,35.941948],[108.578728,35.946657],[108.581509,35.950234],[108.600423,35.940811],[108.606674,35.944733],[108.618324,35.942687],[108.623876,35.936362],[108.630135,35.93964],[108.629351,35.942672],[108.633582,35.947301],[108.635559,35.947542],[108.64113,35.943166],[108.646587,35.944006],[108.654191,35.95858],[108.655176,35.969688],[108.653414,35.983496],[108.65707,35.992451],[108.666675,35.997579],[108.682073,36.021237],[108.681449,36.02664],[108.677682,36.033902],[108.674897,36.051791],[108.678354,36.082508],[108.686681,36.086873],[108.703617,36.109666],[108.70091,36.113465],[108.692024,36.117942],[108.700794,36.132396],[108.706998,36.138326],[108.709007,36.1432],[108.706239,36.151831],[108.678316,36.18713],[108.654579,36.21371],[108.645404,36.242649],[108.644302,36.261574],[108.650567,36.273966],[108.641699,36.29268],[108.6367,36.311581],[108.637915,36.316155],[108.636408,36.358503],[108.645508,36.386158],[108.633171,36.400797],[108.628223,36.417005],[108.610539,36.438536],[108.602037,36.433992],[108.595393,36.427337],[108.589445,36.428365],[108.57025,36.436255],[108.559489,36.433333],[108.541578,36.450287],[108.517491,36.462787],[108.506651,36.474825],[108.503004,36.46965],[108.502897,36.46233],[108.51012,36.445739],[108.491192,36.421258],[108.468843,36.424617],[108.432403,36.434458],[108.396326,36.446292],[108.395809,36.450137],[108.401389,36.463144],[108.400539,36.47453],[108.388355,36.499587],[108.358697,36.52636],[108.35291,36.546534],[108.344671,36.555842],[108.31734,36.556718],[108.291901,36.567428],[108.290323,36.56511],[108.290162,36.554243],[108.288439,36.552565],[108.283894,36.552701],[108.268879,36.565797],[108.263335,36.568148],[108.256012,36.559694],[108.257783,36.55335],[108.256705,36.547324],[108.254928,36.546893],[108.23983,36.569962],[108.216596,36.570654],[108.20432,36.573849],[108.201137,36.597329],[108.202016,36.606854],[108.212805,36.622227],[108.217606,36.630799],[108.21654,36.631562],[108.201444,36.633062],[108.194062,36.625753],[108.182882,36.612759],[108.174819,36.600086],[108.177761,36.595028],[108.177711,36.591469],[108.169829,36.577177],[108.153953,36.559736],[108.145857,36.55996],[108.133008,36.563747],[108.131575,36.565986],[108.134538,36.579186]]]}},{type:"Feature",properties:{name:"甘肃省",province_adcode:62e4,province_type:"省",name_en:"Gansu",name_var:"Gān Sù",adcode:62e4},geometry:{type:"Polygon",coordinates:[[[97.190512,42.762867],[97.238913,42.666678],[97.342984,42.500064],[97.500042,42.242298],[97.846453,41.655091],[97.614331,41.476473],[97.615757,41.46333],[97.631821,41.452495],[97.629055,41.439189],[97.910184,41.159689],[97.971527,41.096661],[98.141551,41.000395],[98.184156,40.986704],[98.249644,40.937949],[98.293184,40.930923],[98.332319,40.917813],[98.3434,40.567285],[98.62735,40.677057],[98.569462,40.745958],[98.667835,40.771913],[98.68714,40.695846],[98.696715,40.679186],[98.714792,40.661087],[98.76408,40.637485],[98.798655,40.610071],[98.801812,40.606135],[98.801481,40.615463],[98.795103,40.630609],[98.801397,40.64405],[98.801173,40.653506],[98.806118,40.658191],[98.788121,40.678542],[98.790009,40.704512],[98.983928,40.781802],[99.040253,40.692624],[99.100543,40.67517],[99.124078,40.713959],[99.171619,40.74611],[99.173246,40.857061],[99.564569,40.845746],[99.671634,40.931799],[100.055372,40.906645],[100.106223,40.874144],[100.235713,40.715719],[100.241018,40.617629],[100.16803,40.540228],[100.167947,40.276595],[100.006043,40.199158],[99.988243,40.187376],[99.960352,40.1598],[99.954949,40.151213],[99.926317,40.063247],[99.871905,40.025237],[99.858445,40.018544],[99.840039,40.012571],[99.749663,40.005986],[99.732935,39.985763],[99.724207,39.979202],[99.716307,39.976232],[99.712797,39.971438],[99.693655,39.960324],[99.676124,39.951495],[99.66851,39.950158],[99.662467,39.945118],[99.620247,39.9267],[99.561491,39.904969],[99.55033,39.902315],[99.533414,39.890909],[99.51996,39.885512],[99.508075,39.882626],[99.491123,39.882181],[99.476973,39.887438],[99.470494,39.893243],[99.456219,39.896325],[99.444925,39.89295],[99.440861,39.883465],[99.460405,39.87523],[99.657544,39.888449],[99.67773,39.888332],[99.724095,39.875804],[99.741396,39.874478],[99.770943,39.868505],[99.81356,39.86457],[99.820234,39.862209],[99.90372,39.787385],[99.964562,39.766918],[100.034917,39.755422],[100.114428,39.704728],[100.26236,39.676704],[100.310814,39.608055],[100.298063,39.571813],[100.323598,39.508267],[100.441488,39.485148],[100.497777,39.480275],[100.496815,39.399839],[100.525578,39.399805],[100.552039,39.394827],[100.560487,39.395642],[100.565432,39.392764],[100.571028,39.393765],[100.583029,39.390784],[100.586674,39.392059],[100.59429,39.388258],[100.607214,39.387473],[100.661265,39.392649],[100.708079,39.404385],[100.73106,39.401811],[100.751258,39.403851],[100.829754,39.404077],[100.835961,39.249573],[100.838219,39.206663],[100.839608,39.206401],[100.839994,39.203395],[100.838821,39.199637],[100.846296,39.19411],[100.844268,39.176285],[100.850606,39.16355],[100.850274,39.158266],[100.854961,39.14452],[100.864464,39.124546],[100.862333,39.118665],[100.864883,39.115635],[100.866485,39.109655],[100.826759,39.072832],[100.830188,39.063961],[100.828758,39.027616],[100.832879,39.025777],[100.841619,39.017733],[100.843593,39.018483],[100.880453,38.99572],[100.900071,39.030078],[100.957829,39.005705],[100.964164,39.000338],[100.968807,38.966566],[100.961543,38.943721],[101.125437,38.976811],[101.22661,39.021162],[101.196492,38.948138],[101.218159,38.920874],[101.234289,38.906235],[101.237829,38.858796],[101.258307,38.858731],[101.277398,38.848843],[101.301518,38.849696],[101.332179,38.846525],[101.338118,38.83357],[101.338008,38.827233],[101.340858,38.824135],[101.338912,38.824057],[101.339193,38.820221],[101.331222,38.812816],[101.333668,38.809961],[101.33319,38.808335],[101.326404,38.807363],[101.322377,38.804143],[101.30364,38.800752],[101.307029,38.786431],[101.319759,38.781444],[101.326741,38.776315],[101.338086,38.778212],[101.350933,38.772961],[101.352675,38.773762],[101.357884,38.77178],[101.366537,38.773019],[101.37856,38.768488],[101.394528,38.772372],[101.40445,38.76705],[101.407579,38.762268],[101.418767,38.762453],[101.422293,38.759025],[101.43762,38.756021],[101.44218,38.751453],[101.44615,38.752371],[101.451482,38.748933],[101.458001,38.747838],[101.471098,38.73703],[101.484716,38.736036],[101.495493,38.730603],[101.557794,38.71295],[101.586681,38.669078],[101.603717,38.648137],[101.612158,38.656531],[101.634597,38.669323],[101.637673,38.675766],[101.641215,38.677001],[101.647578,38.685351],[101.668174,38.690197],[101.674396,38.687474],[101.677897,38.690355],[101.697701,38.682501],[101.711301,38.681135],[101.718489,38.677512],[101.741941,38.677303],[101.746671,38.673651],[101.749189,38.674258],[101.754148,38.670888],[101.759821,38.66955],[101.773329,38.658824],[101.854665,38.71774],[101.937267,38.81215],[102.071454,38.890545],[101.976202,38.96831],[101.828531,39.09284],[102.281849,39.191758],[102.350984,39.231176],[102.45407,39.254969],[102.602275,39.172791],[102.800717,39.140842],[103.010055,39.098543],[103.135665,39.197024],[103.16897,39.205866],[103.259361,39.265726],[103.342278,39.329009],[103.357952,39.333678],[103.847816,39.46069],[103.94299,39.458687],[104.087398,39.419292],[104.059272,39.333678],[104.044301,39.29664],[104.174235,39.154339],[104.200218,39.083962],[104.187575,39.045492],[104.194031,38.987606],[104.169223,38.939124],[104.032063,38.891862],[104.001866,38.847014],[103.917952,38.729935],[103.914449,38.7201],[103.897501,38.699995],[103.859419,38.646256],[103.411842,38.40452],[103.42529,38.395221],[103.463928,38.35111],[103.470579,38.33364],[103.550096,38.159516],[103.360744,38.086499],[103.350046,38.066438],[103.347779,38.0604],[103.347978,38.055784],[103.35071,38.04934],[103.357117,38.04257],[103.35337,38.034168],[103.353311,38.024117],[103.358616,38.006243],[103.361664,38.001196],[103.364124,37.984821],[103.369599,37.972858],[103.377659,37.967191],[103.391382,37.904007],[103.395284,37.881138],[103.394964,37.868415],[103.397496,37.861437],[103.671686,37.784988],[103.837663,37.64727],[103.86724,37.606605],[103.935677,37.570948],[104.076054,37.471779],[104.179473,37.406945],[104.235116,37.411397],[104.282495,37.429974],[104.284474,37.42733],[104.284332,37.420891],[104.294585,37.413571],[104.312632,37.414859],[104.343819,37.420078],[104.361887,37.417562],[104.367395,37.419533],[104.37249,37.424791],[104.383605,37.42633],[104.388237,37.431751],[104.39478,37.433051],[104.401907,37.437833],[104.43357,37.445872],[104.443034,37.434507],[104.445995,37.42334],[104.457129,37.419367],[104.477103,37.420274],[104.478128,37.421886],[104.482687,37.422301],[104.492698,37.419801],[104.498291,37.42117],[104.505056,37.424879],[104.506037,37.428828],[104.511696,37.42803],[104.516343,37.43039],[104.517062,37.434565],[104.523396,37.432102],[104.528437,37.433669],[104.529367,37.429376],[104.533923,37.429385],[104.541745,37.422916],[104.548478,37.425737],[104.555392,37.425877],[104.559018,37.424136],[104.572551,37.425673],[104.584511,37.424514],[104.58722,37.42267],[104.58734,37.420021],[104.590255,37.42239],[104.595316,37.420416],[104.597872,37.421757],[104.604916,37.418925],[104.614683,37.418367],[104.620351,37.415698],[104.629383,37.416186],[104.634704,37.419717],[104.636537,37.417824],[104.648128,37.417254],[104.651366,37.413242],[104.658333,37.411173],[104.665443,37.411975],[104.670017,37.410984],[104.672362,37.408234],[104.675749,37.408427],[104.676298,37.405971],[104.674254,37.401355],[104.667715,37.399652],[104.66867,37.398606],[104.66667,37.394947],[104.66764,37.392676],[104.665532,37.387654],[104.6654,37.380585],[104.662896,37.378281],[104.659394,37.378225],[104.657474,37.374245],[104.658827,37.367885],[104.663134,37.361534],[104.664656,37.355918],[104.671839,37.35248],[104.679557,37.352072],[104.681287,37.350044],[104.698151,37.344497],[104.704312,37.345903],[104.708233,37.349624],[104.714557,37.349148],[104.714916,37.337273],[104.710761,37.328948],[104.7013,37.329758],[104.685845,37.319032],[104.674889,37.319022],[104.667513,37.315395],[104.663407,37.310704],[104.66161,37.298849],[104.652817,37.295139],[104.650132,37.290556],[104.641653,37.291249],[104.629181,37.2988],[104.621531,37.298419],[104.61807,37.296111],[104.616069,37.291365],[104.622595,37.284939],[104.623023,37.280383],[104.621106,37.277868],[104.608842,37.277523],[104.608421,37.272126],[104.598244,37.25799],[104.599174,37.247419],[104.596876,37.244633],[104.599839,37.239455],[104.599094,37.23834],[104.601421,37.23707],[104.603546,37.230375],[104.606457,37.227251],[104.606879,37.222498],[104.612415,37.220762],[104.617116,37.215343],[104.621527,37.213068],[104.62353,37.205146],[104.635506,37.201441],[104.642302,37.204487],[104.650707,37.203141],[104.656701,37.204188],[104.659711,37.208391],[104.665567,37.203415],[104.675406,37.205059],[104.679774,37.202557],[104.686004,37.205856],[104.690255,37.204252],[104.697523,37.205115],[104.700497,37.207686],[104.710182,37.208712],[104.715799,37.207273],[104.715489,37.209561],[104.726313,37.214787],[104.727563,37.21908],[104.734437,37.221118],[104.739621,37.226549],[104.744564,37.228482],[104.746276,37.234005],[104.749344,37.236948],[104.753099,37.235737],[104.755155,37.238841],[104.758714,37.237216],[104.760867,37.238852],[104.764343,37.237129],[104.763556,37.239403],[104.771737,37.246319],[104.78294,37.240968],[104.789948,37.230896],[104.790356,37.228034],[104.793287,37.230301],[104.799676,37.231709],[104.802507,37.234548],[104.806471,37.230937],[104.824141,37.227567],[104.82849,37.222506],[104.842651,37.218002],[104.849355,37.212662],[104.855163,37.211982],[104.855319,37.182641],[104.858695,37.180646],[104.862033,37.17104],[104.867144,37.167169],[104.876378,37.164695],[104.886553,37.154513],[104.894733,37.141252],[104.895168,37.127444],[104.900843,37.124936],[104.902695,37.12618],[104.904807,37.122987],[104.907872,37.122366],[104.912652,37.11731],[104.914285,37.112703],[104.917027,37.111238],[104.917722,37.10727],[104.913185,37.104477],[104.913064,37.101342],[104.911385,37.099744],[104.913103,37.094523],[104.915963,37.094502],[104.916864,37.092061],[104.92253,37.090744],[104.92866,37.086156],[104.944144,37.082648],[104.951152,37.078222],[104.950154,37.076754],[104.951395,37.073673],[104.951311,37.039689],[104.962491,37.031188],[104.966732,37.030297],[104.982675,37.033278],[104.985015,37.03839],[104.988138,37.034443],[105.000867,37.035138],[105.004709,37.033775],[105.010192,37.03158],[105.007624,37.016631],[105.02433,37.010201],[105.027772,37.006533],[105.035659,37.006324],[105.039706,37.014156],[105.045881,37.01965],[105.054338,37.022528],[105.072581,37.011796],[105.107195,36.999752],[105.113079,36.999755],[105.125313,36.995872],[105.1428,36.994941],[105.154267,36.996566],[105.161557,36.994632],[105.16133,36.981314],[105.165293,36.966963],[105.173998,36.958957],[105.175622,36.947129],[105.179659,36.945216],[105.178222,36.943493],[105.182272,36.941448],[105.180979,36.936553],[105.182764,36.935806],[105.18258,36.933944],[105.18024,36.929032],[105.183031,36.925584],[105.173769,36.928915],[105.178128,36.916533],[105.180273,36.903057],[105.179381,36.898586],[105.175512,36.900275],[105.174657,36.899003],[105.178543,36.89763],[105.175112,36.892135],[105.187541,36.886079],[105.187986,36.891598],[105.194124,36.894893],[105.194509,36.897149],[105.199455,36.895902],[105.202784,36.897601],[105.216179,36.891124],[105.220676,36.893893],[105.222908,36.886059],[105.232112,36.894642],[105.233285,36.894037],[105.236614,36.896625],[105.241863,36.89405],[105.238673,36.89043],[105.240511,36.888898],[105.245022,36.891674],[105.270204,36.871003],[105.275512,36.869431],[105.277851,36.856452],[105.276344,36.853206],[105.27333,36.852799],[105.293822,36.843358],[105.292489,36.839099],[105.289398,36.839518],[105.288523,36.835599],[105.290225,36.833595],[105.294608,36.832856],[105.294716,36.826593],[105.297283,36.822408],[105.323538,36.804906],[105.328934,36.805814],[105.332246,36.789479],[105.33181,36.78253],[105.336836,36.768888],[105.337559,36.764368],[105.329587,36.7624],[105.325774,36.750424],[105.318942,36.744743],[105.311765,36.741851],[105.30589,36.741089],[105.289478,36.749519],[105.279183,36.750135],[105.273729,36.752864],[105.271036,36.751466],[105.272439,36.749768],[105.268412,36.744382],[105.269197,36.741173],[105.267897,36.739005],[105.254085,36.741319],[105.235183,36.740723],[105.23542,36.732455],[105.225109,36.73138],[105.22272,36.733686],[105.220735,36.731525],[105.212712,36.729224],[105.20605,36.714963],[105.199038,36.704966],[105.198889,36.692348],[105.203303,36.681156],[105.223656,36.662847],[105.224447,36.659971],[105.220043,36.651542],[105.216508,36.631076],[105.238228,36.625557],[105.237918,36.613165],[105.246051,36.601696],[105.257303,36.602549],[105.267174,36.593153],[105.261544,36.589217],[105.263264,36.584813],[105.270008,36.577621],[105.271851,36.56276],[105.248167,36.554748],[105.245367,36.54757],[105.263361,36.531432],[105.277734,36.522502],[105.292569,36.526642],[105.317635,36.536526],[105.326356,36.526099],[105.340435,36.515209],[105.357638,36.497617],[105.364101,36.486391],[105.365939,36.459797],[105.365903,36.454551],[105.35965,36.445087],[105.358906,36.438949],[105.36552,36.431588],[105.366809,36.432594],[105.366336,36.436827],[105.379555,36.441253],[105.394586,36.430641],[105.396018,36.42435],[105.393369,36.419313],[105.393072,36.407918],[105.397827,36.38512],[105.410021,36.384002],[105.415351,36.377605],[105.411238,36.370439],[105.407704,36.369073],[105.396654,36.369265],[105.398648,36.365141],[105.404925,36.358819],[105.408211,36.351455],[105.41482,36.342692],[105.420816,36.339551],[105.422103,36.329462],[105.432296,36.325037],[105.441669,36.325935],[105.44906,36.323324],[105.449313,36.321334],[105.451858,36.319704],[105.452011,36.314852],[105.455501,36.309085],[105.461279,36.306844],[105.473942,36.291593],[105.470399,36.276841],[105.463708,36.275839],[105.456775,36.267151],[105.462339,36.250819],[105.459755,36.245977],[105.453891,36.241307],[105.456831,36.22314],[105.460787,36.220276],[105.46584,36.219803],[105.475728,36.212761],[105.4854,36.183252],[105.496837,36.164774],[105.497256,36.158943],[105.509216,36.150745],[105.510915,36.147894],[105.503589,36.138515],[105.487474,36.101271],[105.482282,36.098921],[105.467896,36.100107],[105.457884,36.10722],[105.445072,36.104109],[105.427017,36.10397],[105.40354,36.075137],[105.401281,36.07438],[105.396258,36.079764],[105.388383,36.076933],[105.386087,36.063669],[105.373889,36.061864],[105.359209,36.048627],[105.356535,36.044484],[105.356841,36.04155],[105.359223,36.040066],[105.361867,36.034657],[105.339953,36.033817],[105.335023,36.018024],[105.333974,36.00523],[105.32915,35.99757],[105.331221,35.985401],[105.328224,35.951687],[105.325536,35.95017],[105.321389,35.941874],[105.324519,35.934607],[105.33201,35.927802],[105.333315,35.913455],[105.320852,35.906469],[105.32125,35.905331],[105.329803,35.890874],[105.340808,35.878777],[105.346258,35.87559],[105.352533,35.877312],[105.358813,35.875741],[105.365738,35.871701],[105.371714,35.870685],[105.373673,35.872422],[105.37871,35.871822],[105.390609,35.865242],[105.395602,35.857709],[105.395781,35.854922],[105.392202,35.847468],[105.387443,35.847856],[105.381825,35.853689],[105.369566,35.846956],[105.368881,35.841169],[105.372566,35.836531],[105.377383,35.813365],[105.370006,35.806128],[105.374383,35.796866],[105.378575,35.792742],[105.386377,35.800265],[105.394157,35.814544],[105.406608,35.82275],[105.410861,35.82489],[105.414871,35.813807],[105.42213,35.821354],[105.425435,35.820282],[105.427523,35.7898],[105.433933,35.780595],[105.443234,35.780815],[105.452735,35.769797],[105.448246,35.755254],[105.450122,35.74761],[105.4694,35.748989],[105.472948,35.738702],[105.473093,35.733208],[105.476978,35.727766],[105.488466,35.726759],[105.492825,35.721976],[105.501731,35.718521],[105.506619,35.719056],[105.526676,35.728309],[105.534652,35.7221],[105.542031,35.730049],[105.551824,35.726663],[105.56659,35.715445],[105.55575,35.699885],[105.560457,35.689033],[105.562493,35.688578],[105.569065,35.693524],[105.574701,35.702442],[105.570286,35.712495],[105.575724,35.716207],[105.586739,35.717667],[105.59864,35.726185],[105.617829,35.729582],[105.636937,35.740116],[105.665994,35.75147],[105.669926,35.747343],[105.671809,35.740244],[105.674971,35.738051],[105.682453,35.739009],[105.699527,35.734066],[105.704534,35.738021],[105.705675,35.74086],[105.710614,35.741101],[105.721668,35.735204],[105.733491,35.723422],[105.735603,35.725853],[105.73596,35.729512],[105.740874,35.733343],[105.752517,35.73109],[105.75473,35.728835],[105.755794,35.722682],[105.748059,35.71217],[105.742334,35.707292],[105.738022,35.700126],[105.734303,35.698906],[105.724508,35.701989],[105.720705,35.726481],[105.717306,35.728192],[105.701793,35.703755],[105.695503,35.705235],[105.686787,35.699344],[105.687367,35.685312],[105.688624,35.683813],[105.70096,35.686866],[105.704572,35.683],[105.706519,35.677645],[105.70894,35.677162],[105.71634,35.680412],[105.719958,35.672717],[105.716806,35.663565],[105.709212,35.652907],[105.709512,35.647148],[105.716147,35.646598],[105.724871,35.637707],[105.727474,35.640048],[105.736737,35.636233],[105.737763,35.635121],[105.736788,35.632997],[105.745051,35.624523],[105.756712,35.632596],[105.761057,35.631648],[105.75583,35.618859],[105.741109,35.614976],[105.745109,35.610774],[105.751321,35.610905],[105.757554,35.603438],[105.763004,35.602379],[105.765743,35.603621],[105.776461,35.599598],[105.781754,35.591632],[105.780564,35.588993],[105.774214,35.589034],[105.772888,35.587055],[105.784471,35.579205],[105.788508,35.572838],[105.796009,35.565682],[105.806322,35.570606],[105.811559,35.57676],[105.81253,35.576047],[105.820337,35.561594],[105.817907,35.556122],[105.819491,35.543449],[105.831911,35.538237],[105.833071,35.52415],[105.828854,35.519061],[105.830997,35.509313],[105.831319,35.495999],[105.833757,35.492995],[105.839953,35.490613],[105.845679,35.492984],[105.851441,35.506232],[105.851929,35.511409],[105.857391,35.515115],[105.86048,35.523145],[105.862093,35.535017],[105.865531,35.543236],[105.867887,35.538511],[105.875352,35.538317],[105.879673,35.541842],[105.883231,35.547776],[105.886097,35.5486],[105.900804,35.547812],[105.908693,35.540825],[105.922339,35.535262],[105.928182,35.53503],[105.931576,35.53819],[105.954232,35.538201],[105.978499,35.530644],[105.990449,35.52908],[105.998834,35.522804],[106.006413,35.526324],[106.011489,35.522531],[106.012607,35.511983],[106.011666,35.510461],[106.00665,35.511149],[106.006212,35.501425],[106.0174,35.494936],[106.030953,35.495362],[106.043502,35.498059],[106.057284,35.5014],[106.06189,35.504638],[106.064186,35.504319],[106.06535,35.502134],[106.063914,35.49205],[106.067049,35.492417],[106.075017,35.499004],[106.075966,35.50305],[106.071198,35.507086],[106.076521,35.511944],[106.079625,35.512791],[106.09101,35.510373],[106.096166,35.50107],[106.085895,35.49642],[106.083497,35.489711],[106.066016,35.48896],[106.062613,35.491024],[106.064093,35.481777],[106.068877,35.469722],[106.068262,35.463218],[106.064248,35.455414],[106.06886,35.448513],[106.073495,35.447646],[106.075681,35.426097],[106.07866,35.421518],[106.083984,35.402906],[106.098858,35.401638],[106.093503,35.39086],[106.095582,35.391245],[106.102049,35.387878],[106.097407,35.381595],[106.103535,35.364898],[106.10932,35.362221],[106.112533,35.364912],[106.108747,35.373106],[106.113396,35.375758],[106.117283,35.373819],[106.119084,35.374436],[106.125421,35.396406],[106.137789,35.403619],[106.153337,35.417965],[106.162411,35.420606],[106.165378,35.426694],[106.166613,35.435242],[106.168801,35.437375],[106.175361,35.436534],[106.175028,35.424007],[106.180427,35.427173],[106.188062,35.411813],[106.199112,35.40949],[106.208864,35.410367],[106.211508,35.413966],[106.213748,35.414446],[106.223198,35.410357],[106.23449,35.411084],[106.236094,35.407743],[106.23605,35.39395],[106.24021,35.377413],[106.245106,35.37615],[106.247046,35.369038],[106.245453,35.366267],[106.237831,35.360916],[106.237538,35.358339],[106.238767,35.354851],[106.243436,35.35272],[106.24687,35.34824],[106.248748,35.343735],[106.247744,35.340882],[106.251392,35.334994],[106.256899,35.331649],[106.266004,35.332022],[106.271574,35.328833],[106.282907,35.312001],[106.283493,35.307643],[106.281118,35.30484],[106.281277,35.302506],[106.296812,35.288413],[106.305144,35.289181],[106.31641,35.278277],[106.317416,35.275758],[106.314519,35.267698],[106.32942,35.252152],[106.340745,35.25247],[106.348355,35.247111],[106.35117,35.240672],[106.359387,35.238644],[106.365816,35.245049],[106.371079,35.255342],[106.365397,35.263669],[106.36302,35.270607],[106.370361,35.274194],[106.383539,35.270057],[106.391855,35.276077],[106.398368,35.274592],[106.411476,35.279206],[106.416683,35.282433],[106.425486,35.293296],[106.43257,35.298959],[106.442985,35.299661],[106.452713,35.308745],[106.46947,35.311827],[106.485195,35.328846],[106.48296,35.340582],[106.488751,35.352155],[106.498599,35.354675],[106.501423,35.360138],[106.496005,35.366755],[106.496813,35.373941],[106.494267,35.388285],[106.48934,35.39209],[106.492191,35.403941],[106.495972,35.40799],[106.500458,35.41799],[106.494305,35.424063],[106.491645,35.434727],[106.485568,35.443148],[106.479201,35.445854],[106.477986,35.449564],[106.479414,35.461828],[106.486077,35.477711],[106.485037,35.484158],[106.46633,35.47902],[106.461113,35.481457],[106.461516,35.496922],[106.459202,35.502091],[106.455656,35.505005],[106.446671,35.508261],[106.445302,35.510032],[106.44832,35.515162],[106.447761,35.518711],[106.43897,35.519553],[106.43547,35.52469],[106.439069,35.530851],[106.446695,35.536411],[106.450556,35.56826],[106.454178,35.576332],[106.459042,35.580952],[106.475382,35.574861],[106.476782,35.577443],[106.476207,35.579995],[106.472224,35.583672],[106.468288,35.600897],[106.460925,35.607551],[106.46001,35.615278],[106.461559,35.620685],[106.458991,35.624006],[106.450505,35.629089],[106.448846,35.63229],[106.448643,35.636553],[106.45395,35.639538],[106.455865,35.644178],[106.451632,35.64483],[106.443348,35.650906],[106.432168,35.664487],[106.429821,35.68888],[106.439013,35.69196],[106.444952,35.695848],[106.446367,35.700527],[106.460777,35.718614],[106.483331,35.722955],[106.482883,35.727783],[106.488033,35.736506],[106.501865,35.738458],[106.513199,35.734846],[106.512881,35.732985],[106.5177,35.725484],[106.518332,35.737231],[106.521671,35.74234],[106.55611,35.739019],[106.560147,35.740247],[106.580619,35.728222],[106.592676,35.727989],[106.597406,35.731722],[106.592609,35.746493],[106.598392,35.748292],[106.599847,35.741694],[106.606716,35.738535],[106.614874,35.744161],[106.6161,35.740465],[106.614963,35.733991],[106.626071,35.714993],[106.639417,35.710139],[106.655836,35.708014],[106.657773,35.703164],[106.669173,35.700665],[106.668747,35.707253],[106.664248,35.71044],[106.664371,35.717938],[106.667878,35.724567],[106.676678,35.731418],[106.692545,35.724455],[106.689729,35.721249],[106.698411,35.71066],[106.71177,35.705336],[106.709268,35.703882],[106.709312,35.701573],[106.714648,35.697856],[106.723083,35.695296],[106.72498,35.693349],[106.722273,35.690853],[106.726334,35.688132],[106.730841,35.688519],[106.740171,35.692766],[106.748194,35.688593],[106.74943,35.690814],[106.746614,35.697557],[106.742991,35.696474],[106.742882,35.695182],[106.735322,35.702038],[106.742955,35.708265],[106.751835,35.722617],[106.76129,35.729589],[106.762686,35.730241],[106.76368,35.724666],[106.767821,35.721654],[106.787386,35.720812],[106.793669,35.713741],[106.800408,35.708969],[106.817024,35.719594],[106.81414,35.729046],[106.815321,35.743363],[106.816641,35.744964],[106.819483,35.746196],[106.84743,35.745264],[106.859937,35.736411],[106.862995,35.74521],[106.861214,35.756279],[106.865625,35.770443],[106.870164,35.779366],[106.884696,35.775767],[106.881998,35.764829],[106.884158,35.762527],[106.894101,35.763102],[106.892251,35.768816],[106.897639,35.775403],[106.899703,35.775627],[106.902497,35.772083],[106.903707,35.767697],[106.907361,35.768764],[106.909234,35.771514],[106.911606,35.78757],[106.910876,35.795065],[106.89948,35.798182],[106.887374,35.810624],[106.889946,35.813192],[106.912994,35.805872],[106.917402,35.80225],[106.925034,35.807676],[106.915741,35.818964],[106.909908,35.830175],[106.907831,35.831809],[106.904444,35.831654],[106.898233,35.826855],[106.895732,35.827155],[106.871752,35.855592],[106.863359,35.868515],[106.867702,35.875449],[106.879447,35.8667],[106.878733,35.877294],[106.874607,35.882868],[106.870719,35.882969],[106.871153,35.880177],[106.868438,35.878355],[106.84928,35.882946],[106.847599,35.887237],[106.85036,35.891098],[106.856941,35.894045],[106.86312,35.902632],[106.873992,35.908704],[106.875679,35.913422],[106.888557,35.917855],[106.902862,35.910819],[106.905135,35.914186],[106.902243,35.917168],[106.900959,35.916155],[106.9016,35.92582],[106.908399,35.932693],[106.914173,35.928978],[106.924649,35.925501],[106.933334,35.929084],[106.94144,35.941018],[106.938768,35.94363],[106.936552,35.949989],[106.924917,35.952614],[106.922447,35.951887],[106.916041,35.944341],[106.914257,35.937116],[106.903907,35.938132],[106.897796,35.942843],[106.889831,35.957373],[106.885368,35.971723],[106.894233,35.972532],[106.894452,35.965506],[106.8878,35.967461],[106.888721,35.96496],[106.890966,35.964225],[106.897914,35.962923],[106.907133,35.96729],[106.910137,35.961793],[106.906435,35.957363],[106.900434,35.955164],[106.899075,35.951933],[106.904374,35.942213],[106.911424,35.940686],[106.908539,35.953194],[106.914233,35.965332],[106.918522,35.967296],[106.927134,35.975021],[106.92763,35.979868],[106.936988,35.982659],[106.945362,35.991549],[106.944598,36.004799],[106.928747,36.007647],[106.92396,36.011763],[106.923687,36.015857],[106.926207,36.029236],[106.937694,36.032853],[106.937136,36.045235],[106.933143,36.057475],[106.934744,36.063927],[106.945074,36.068255],[106.954878,36.075766],[106.952011,36.093961],[106.944413,36.100008],[106.938105,36.100347],[106.931083,36.107562],[106.93634,36.108516],[106.942231,36.122297],[106.9358,36.126875],[106.93219,36.122539],[106.930036,36.116475],[106.924857,36.113435],[106.921329,36.11633],[106.921323,36.118358],[106.92608,36.138729],[106.92333,36.138146],[106.916595,36.130108],[106.905077,36.131219],[106.902685,36.135609],[106.904807,36.144528],[106.903296,36.155756],[106.894667,36.169143],[106.888533,36.169265],[106.886774,36.166723],[106.884112,36.16673],[106.875968,36.178757],[106.869825,36.178653],[106.864656,36.183197],[106.861068,36.19414],[106.85357,36.20701],[106.847009,36.207772],[106.844596,36.205855],[106.844889,36.202173],[106.840041,36.202846],[106.836839,36.207626],[106.834211,36.221563],[106.829665,36.229493],[106.82598,36.226376],[106.823448,36.215493],[106.817911,36.220964],[106.813617,36.22236],[106.806086,36.218474],[106.80353,36.211053],[106.795236,36.215921],[106.791278,36.223195],[106.784468,36.226506],[106.769836,36.22251],[106.768233,36.212747],[106.758798,36.215078],[106.744986,36.22392],[106.731615,36.237332],[106.724965,36.232218],[106.711737,36.232028],[106.697669,36.239597],[106.694602,36.243706],[106.683488,36.270145],[106.680327,36.273847],[106.666434,36.268875],[106.659762,36.262985],[106.653122,36.267333],[106.651171,36.259215],[106.649311,36.257275],[106.64365,36.259637],[106.641641,36.265128],[106.641191,36.279002],[106.644478,36.28251],[106.639515,36.285184],[106.636299,36.280698],[106.633548,36.265875],[106.607434,36.272932],[106.605423,36.276426],[106.604908,36.290614],[106.600872,36.296093],[106.596177,36.293192],[106.593743,36.283353],[106.595709,36.279289],[106.590311,36.270632],[106.582244,36.278584],[106.580246,36.283627],[106.555459,36.292326],[106.55373,36.28791],[106.554009,36.279781],[106.557276,36.273916],[106.553988,36.263617],[106.550589,36.258835],[106.536627,36.25404],[106.530258,36.261091],[106.511701,36.271867],[106.50603,36.271845],[106.499518,36.268784],[106.479975,36.285372],[106.474015,36.29814],[106.466418,36.305794],[106.465739,36.311917],[106.468583,36.313881],[106.478578,36.3153],[106.487712,36.309337],[106.494399,36.301074],[106.495504,36.295226],[106.502536,36.28942],[106.507413,36.291993],[106.505177,36.296107],[106.505685,36.300882],[106.494968,36.31204],[106.498167,36.314043],[106.49635,36.320594],[106.501642,36.326989],[106.503549,36.343715],[106.500678,36.35111],[106.50079,36.363361],[106.503109,36.370028],[106.511725,36.367456],[106.526903,36.370934],[106.527909,36.375369],[106.522183,36.391076],[106.500359,36.401485],[106.488188,36.399283],[106.483085,36.402087],[106.486968,36.405455],[106.488076,36.422866],[106.494081,36.422904],[106.494782,36.416904],[106.500585,36.414656],[106.507668,36.422982],[106.506696,36.426836],[106.496188,36.432824],[106.496051,36.43422],[106.49942,36.442626],[106.504344,36.448016],[106.511443,36.450921],[106.515516,36.456075],[106.519255,36.467505],[106.518467,36.47776],[106.500345,36.484017],[106.489799,36.494522],[106.486874,36.491582],[106.486705,36.482538],[106.479884,36.480666],[106.473131,36.488446],[106.472181,36.495508],[106.458134,36.499462],[106.450913,36.496808],[106.428507,36.517806],[106.417749,36.514425],[106.406408,36.519171],[106.41381,36.526769],[106.411462,36.531937],[106.394136,36.547705],[106.388458,36.548282],[106.378877,36.545153],[106.367161,36.548733],[106.367168,36.557166],[106.357051,36.57329],[106.360194,36.577692],[106.36395,36.5766],[106.373974,36.5685],[106.377726,36.562717],[106.387108,36.556337],[106.39092,36.559879],[106.392889,36.573681],[106.391383,36.577193],[106.40279,36.572475],[106.41333,36.563805],[106.426073,36.558892],[106.451555,36.559789],[106.454784,36.566215],[106.451275,36.57293],[106.463401,36.581939],[106.450092,36.595661],[106.44229,36.596689],[106.438932,36.600942],[106.440381,36.609977],[106.443083,36.612235],[106.440656,36.624812],[106.464505,36.620184],[106.478776,36.62728],[106.488176,36.629465],[106.490342,36.666464],[106.48565,36.680578],[106.486563,36.68548],[106.499634,36.691895],[106.506495,36.693079],[106.51236,36.690429],[106.514189,36.687499],[106.526367,36.689733],[106.518776,36.706464],[106.514447,36.71],[106.510327,36.715923],[106.51104,36.716892],[106.52721,36.725356],[106.53456,36.726581],[106.550242,36.737995],[106.562272,36.732769],[106.566621,36.733008],[106.56914,36.734609],[106.568438,36.737614],[106.572681,36.746192],[106.591469,36.746357],[106.607136,36.73034],[106.608697,36.73502],[106.611722,36.737863],[106.628081,36.72332],[106.641439,36.723468],[106.639948,36.726892],[106.634582,36.728248],[106.627652,36.735334],[106.622978,36.752786],[106.629598,36.753744],[106.633088,36.760502],[106.635295,36.771659],[106.634771,36.78746],[106.640057,36.79183],[106.640993,36.794861],[106.640768,36.798735],[106.637604,36.802697],[106.642692,36.809629],[106.646577,36.807184],[106.652396,36.809263],[106.653897,36.811498],[106.653544,36.817672],[106.643234,36.82913],[106.636263,36.83379],[106.638137,36.841369],[106.638202,36.853008],[106.622571,36.86194],[106.634802,36.867771],[106.635831,36.882225],[106.627978,36.889554],[106.621932,36.892452],[106.614127,36.888811],[106.613155,36.885019],[106.606322,36.880288],[106.604959,36.881066],[106.597019,36.890362],[106.596123,36.895066],[106.60287,36.903415],[106.606118,36.904447],[106.604626,36.909746],[106.598341,36.917732],[106.575509,36.93056],[106.569544,36.932129],[106.56713,36.930286],[106.558667,36.930964],[106.546738,36.939215],[106.54454,36.943239],[106.548116,36.950409],[106.547829,36.955354],[106.537621,36.969644],[106.534613,36.978567],[106.53583,36.983709],[106.538402,36.985422],[106.542283,36.982086],[106.54621,36.973417],[106.56595,36.957798],[106.569968,36.952758],[106.570907,36.946128],[106.564116,36.945753],[106.571193,36.937165],[106.575311,36.934792],[106.579316,36.9355],[106.587099,36.940343],[106.588526,36.94505],[106.585689,36.955854],[106.586241,36.963053],[106.590834,36.968979],[106.602891,36.962003],[106.618547,36.959225],[106.638946,36.962551],[106.63567,36.974521],[106.639135,36.994562],[106.63726,37.011778],[106.642487,37.012523],[106.65356,37.007562],[106.662438,37.017165],[106.653259,37.023537],[106.645438,37.036598],[106.641219,37.064855],[106.636545,37.074936],[106.630399,37.082857],[106.622991,37.088149],[106.616233,37.095644],[106.606573,37.11984],[106.601136,37.126539],[106.602601,37.129479],[106.609516,37.134289],[106.613423,37.134705],[106.630372,37.128337],[106.636551,37.118632],[106.648329,37.123718],[106.658429,37.125602],[106.661926,37.122033],[106.663055,37.114052],[106.666889,37.110684],[106.672516,37.113954],[106.676089,37.121189],[106.683134,37.129708],[106.68724,37.12332],[106.695024,37.117487],[106.724355,37.120885],[106.72151,37.113182],[106.722871,37.108968],[106.733192,37.099769],[106.743712,37.09994],[106.746184,37.096594],[106.744317,37.09325],[106.745476,37.089699],[106.755707,37.080489],[106.758388,37.092383],[106.751912,37.101086],[106.754963,37.106521],[106.760782,37.110233],[106.768698,37.121387],[106.76894,37.12315],[106.765448,37.126235],[106.761821,37.135199],[106.770318,37.155666],[106.771675,37.157588],[106.776332,37.158305],[106.786391,37.154503],[106.787523,37.151376],[106.797319,37.145025],[106.805697,37.144949],[106.812024,37.142834],[106.822367,37.131136],[106.834723,37.126423],[106.850376,37.11348],[106.866736,37.115486],[106.880388,37.104021],[106.891498,37.099976],[106.902251,37.115702],[106.912664,37.123134],[106.909183,37.132001],[106.897353,37.133131],[106.886543,37.13952],[106.895318,37.149816],[106.900282,37.151029],[106.92603,37.141312],[106.94368,37.13196],[106.952113,37.124431],[106.95507,37.120045],[106.955768,37.11468],[106.959266,37.112527],[106.979707,37.107154],[106.992067,37.10579],[106.995693,37.10852],[106.990718,37.110959],[106.9845,37.117422],[106.989146,37.12165],[107.016386,37.112313],[107.024676,37.106636],[107.02613,37.11504],[107.020459,37.130328],[107.02586,37.140193],[107.032464,37.137105],[107.040216,37.129676],[107.057102,37.123569],[107.060571,37.126612],[107.068982,37.129017],[107.081764,37.125556],[107.086132,37.120981],[107.088186,37.120838],[107.089495,37.116691],[107.106514,37.126254],[107.133655,37.134981],[107.158674,37.140133],[107.177575,37.140841],[107.201793,37.123742],[107.23201,37.097],[107.249925,37.103844],[107.263739,37.099045],[107.269748,37.093097],[107.276428,37.069181],[107.279041,37.066501],[107.276872,37.065144],[107.279248,37.056949],[107.27487,37.041166],[107.270659,37.042326],[107.269679,37.039899],[107.275387,37.038511],[107.278482,37.032956],[107.274977,37.027716],[107.278373,37.020627],[107.281537,37.019148],[107.283168,37.013957],[107.281077,37.010136],[107.282501,36.991703],[107.286333,36.977831],[107.294103,36.968713],[107.299608,36.951569],[107.298398,36.941462],[107.296381,36.941184],[107.294191,36.934607],[107.303594,36.920016],[107.302032,36.916498],[107.303833,36.912016],[107.313793,36.91401],[107.324693,36.921763],[107.322854,36.926279],[107.329429,36.927663],[107.334267,36.926923],[107.333651,36.919314],[107.340835,36.915019],[107.349161,36.91244],[107.354783,36.904607],[107.358397,36.903584],[107.374301,36.909278],[107.387354,36.907042],[107.392366,36.90346],[107.409118,36.901599],[107.414947,36.89855],[107.422435,36.908235],[107.429532,36.908531],[107.43501,36.90538],[107.4359,36.889763],[107.439021,36.888715],[107.447484,36.894418],[107.451246,36.902259],[107.454674,36.904737],[107.481442,36.914013],[107.488308,36.909381],[107.483456,36.908669],[107.483197,36.898771],[107.486289,36.894499],[107.498096,36.885334],[107.510384,36.879058],[107.527306,36.867139],[107.527704,36.860966],[107.526229,36.856866],[107.520299,36.85196],[107.526194,36.850738],[107.531635,36.845654],[107.531015,36.84264],[107.527327,36.843769],[107.52476,36.840601],[107.530779,36.828211],[107.53369,36.825964],[107.542389,36.824282],[107.542637,36.83574],[107.556326,36.830494],[107.576542,36.83765],[107.59075,36.83465],[107.596067,36.830701],[107.598726,36.825919],[107.627657,36.817856],[107.635267,36.818571],[107.661782,36.830754],[107.684212,36.824042],[107.686891,36.821288],[107.687607,36.816363],[107.68445,36.813884],[107.700548,36.803805],[107.716351,36.802172],[107.725123,36.8064],[107.724937,36.812984],[107.732513,36.812515],[107.739944,36.811021],[107.762717,36.792689],[107.765584,36.797946],[107.770402,36.798044],[107.773533,36.789022],[107.799945,36.77889],[107.81544,36.776697],[107.821744,36.785215],[107.825327,36.786139],[107.836769,36.780332],[107.840487,36.772485],[107.842766,36.771082],[107.852069,36.770773],[107.85732,36.769013],[107.877125,36.747273],[107.895026,36.748067],[107.900891,36.745176],[107.909555,36.729876],[107.910846,36.730702],[107.912571,36.729359],[107.918481,36.720767],[107.922537,36.710517],[107.92573,36.709311],[107.928098,36.711013],[107.934741,36.704607],[107.936885,36.682895],[107.93398,36.673701],[107.932661,36.658776],[107.934202,36.655575],[107.941256,36.654126],[107.94833,36.660806],[107.960391,36.660869],[107.969432,36.666653],[107.972315,36.664583],[107.972145,36.658687],[107.976004,36.653364],[107.98053,36.651909],[107.983052,36.660989],[107.980044,36.667789],[107.981219,36.675063],[108.001729,36.683364],[108.007246,36.681325],[108.017967,36.670456],[108.020144,36.666926],[108.020812,36.661326],[108.017238,36.646967],[108.005954,36.644313],[107.999495,36.647235],[107.996465,36.645114],[107.996539,36.638752],[107.998706,36.633982],[108.001857,36.635954],[108.006761,36.63408],[108.008899,36.629287],[108.026567,36.617134],[108.037992,36.604141],[108.053369,36.594295],[108.061926,36.599658],[108.067411,36.612554],[108.068053,36.60149],[108.069838,36.599634],[108.074977,36.612129],[108.078872,36.614087],[108.080974,36.606986],[108.087612,36.603417],[108.08603,36.592161],[108.08828,36.583629],[108.093821,36.583415],[108.096186,36.589085],[108.107832,36.592963],[108.111893,36.59218],[108.113942,36.577846],[108.116505,36.576338],[108.128415,36.581464],[108.13321,36.581501],[108.135172,36.577571],[108.132665,36.575149],[108.13157,36.565445],[108.133518,36.563392],[108.145857,36.55996],[108.154072,36.559814],[108.169829,36.577177],[108.177711,36.591469],[108.177761,36.595028],[108.174819,36.600086],[108.182882,36.612759],[108.194062,36.625753],[108.201444,36.633062],[108.2168,36.63144],[108.212805,36.622227],[108.202016,36.606854],[108.201137,36.597329],[108.20432,36.573849],[108.216596,36.570654],[108.23983,36.569962],[108.254928,36.546893],[108.256705,36.547324],[108.257783,36.55335],[108.256012,36.559694],[108.263335,36.568148],[108.268879,36.565797],[108.283894,36.552701],[108.288439,36.552565],[108.290162,36.554243],[108.290323,36.56511],[108.291901,36.567428],[108.31734,36.556718],[108.344671,36.555842],[108.35291,36.546534],[108.358697,36.52636],[108.388355,36.499587],[108.400539,36.47453],[108.401389,36.463144],[108.395809,36.450137],[108.396326,36.446292],[108.432403,36.434458],[108.468843,36.424617],[108.491192,36.421258],[108.51012,36.445739],[108.502897,36.46233],[108.503004,36.46965],[108.506651,36.474825],[108.517491,36.462787],[108.541578,36.450287],[108.559489,36.433333],[108.57025,36.436255],[108.589445,36.428365],[108.595393,36.427337],[108.602037,36.433992],[108.609999,36.438644],[108.62449,36.421808],[108.628318,36.416809],[108.633171,36.400797],[108.645883,36.384706],[108.636408,36.358503],[108.637915,36.316155],[108.6367,36.311581],[108.641699,36.29268],[108.650567,36.273966],[108.644302,36.261574],[108.645404,36.242649],[108.654698,36.213527],[108.678316,36.18713],[108.706239,36.151831],[108.709007,36.1432],[108.706998,36.138326],[108.700794,36.132396],[108.692024,36.117942],[108.70091,36.113465],[108.703644,36.109732],[108.686681,36.086873],[108.678633,36.083459],[108.674897,36.051791],[108.677682,36.033902],[108.681449,36.02664],[108.682073,36.021237],[108.666675,35.997579],[108.65707,35.992451],[108.653414,35.983496],[108.655176,35.969688],[108.654191,35.95858],[108.646727,35.944133],[108.64113,35.943166],[108.635559,35.947542],[108.633582,35.947301],[108.629351,35.942672],[108.630135,35.93964],[108.623876,35.936362],[108.618324,35.942687],[108.606674,35.944733],[108.600423,35.940811],[108.581509,35.950234],[108.578728,35.946657],[108.578026,35.941948],[108.564655,35.939195],[108.557327,35.933039],[108.557037,35.928847],[108.559708,35.925395],[108.558484,35.919031],[108.539316,35.910894],[108.517356,35.906208],[108.506556,35.895519],[108.501993,35.886012],[108.496684,35.885933],[108.492536,35.873759],[108.493935,35.870657],[108.502193,35.866794],[108.503318,35.863844],[108.501689,35.861059],[108.501721,35.852631],[108.514306,35.844213],[108.519025,35.835171],[108.518504,35.826242],[108.522601,35.822397],[108.522487,35.803268],[108.521113,35.797203],[108.524106,35.7917],[108.525196,35.784064],[108.523093,35.774095],[108.517091,35.772346],[108.518155,35.759976],[108.526905,35.751606],[108.527187,35.73786],[108.52074,35.725751],[108.515521,35.723583],[108.512761,35.724886],[108.510656,35.71924],[108.514355,35.714687],[108.526924,35.712278],[108.530296,35.709167],[108.513133,35.699246],[108.513347,35.694033],[108.521279,35.687179],[108.524274,35.686708],[108.526692,35.682442],[108.517314,35.661054],[108.514079,35.649034],[108.519846,35.648612],[108.522585,35.64535],[108.537367,35.604284],[108.542661,35.600092],[108.551161,35.598856],[108.557716,35.600185],[108.561959,35.593887],[108.562422,35.589702],[108.566649,35.584285],[108.579833,35.581201],[108.592883,35.568814],[108.611173,35.558373],[108.614736,35.557853],[108.616152,35.551743],[108.614146,35.544603],[108.620303,35.536049],[108.619726,35.532508],[108.610451,35.519516],[108.603236,35.51776],[108.600096,35.502068],[108.605071,35.488983],[108.61453,35.483387],[108.615005,35.470021],[108.612264,35.46588],[108.618281,35.452484],[108.622159,35.451401],[108.623328,35.449022],[108.624078,35.433034],[108.621863,35.427839],[108.625165,35.420728],[108.630516,35.414338],[108.633921,35.406825],[108.634043,35.402123],[108.633405,35.399926],[108.615309,35.385855],[108.611142,35.380751],[108.61216,35.369933],[108.604264,35.358943],[108.607613,35.353082],[108.605644,35.335403],[108.615865,35.333555],[108.611389,35.326303],[108.607195,35.325147],[108.603141,35.320764],[108.602657,35.315174],[108.600357,35.311177],[108.581798,35.306579],[108.578156,35.292873],[108.576691,35.292025],[108.560815,35.292078],[108.544125,35.301165],[108.541827,35.306007],[108.539105,35.30691],[108.536531,35.306201],[108.516236,35.287292],[108.492965,35.281912],[108.492497,35.282866],[108.477695,35.277965],[108.461452,35.277389],[108.444811,35.273611],[108.418876,35.278082],[108.412956,35.275405],[108.392932,35.278843],[108.390417,35.280127],[108.391871,35.282897],[108.391033,35.284782],[108.376231,35.28948],[108.363275,35.285456],[108.361709,35.27921],[108.359411,35.278265],[108.354592,35.279991],[108.34655,35.28628],[108.346067,35.287411],[108.352597,35.290825],[108.34715,35.29901],[108.34091,35.301964],[108.332204,35.29987],[108.326262,35.289059],[108.320696,35.287012],[108.308678,35.287471],[108.306481,35.289482],[108.305372,35.295657],[108.303146,35.297405],[108.300211,35.295165],[108.304531,35.279702],[108.293031,35.269014],[108.274132,35.264003],[108.263937,35.26357],[108.259794,35.265463],[108.2639,35.266936],[108.262244,35.270683],[108.25218,35.268238],[108.249678,35.266855],[108.251233,35.25703],[108.249837,35.252869],[108.245564,35.254124],[108.243508,35.258611],[108.235945,35.261441],[108.22366,35.276115],[108.222509,35.279986],[108.227393,35.283618],[108.228012,35.287172],[108.227354,35.28833],[108.223405,35.287504],[108.2198,35.290349],[108.217655,35.30026],[108.205698,35.297755],[108.199318,35.300948],[108.188145,35.30206],[108.17318,35.300617],[108.166402,35.306444],[108.148736,35.292784],[108.14324,35.284919],[108.136116,35.289543],[108.135379,35.291892],[108.12636,35.291101],[108.125728,35.289773],[108.128168,35.287286],[108.116429,35.28114],[108.113158,35.28311],[108.098058,35.278115],[108.08964,35.278887],[108.08741,35.274776],[108.082478,35.273026],[108.077866,35.275001],[108.071807,35.267024],[108.039923,35.254568],[107.998291,35.248563],[107.980965,35.244296],[107.969942,35.244866],[107.963106,35.242586],[107.947771,35.248821],[107.956712,35.263553],[107.955519,35.267078],[107.952668,35.268228],[107.93036,35.269042],[107.929663,35.260625],[107.931346,35.257832],[107.931104,35.254332],[107.924157,35.249765],[107.922014,35.250458],[107.92299,35.254281],[107.920603,35.257721],[107.916062,35.257718],[107.914919,35.254182],[107.908561,35.255221],[107.904608,35.260792],[107.891887,35.261806],[107.890651,35.259609],[107.886279,35.25823],[107.883387,35.260826],[107.874916,35.262615],[107.862018,35.257786],[107.858346,35.259411],[107.858906,35.262495],[107.85633,35.264572],[107.8449,35.27022],[107.84057,35.276864],[107.834208,35.276172],[107.830608,35.272686],[107.828347,35.272445],[107.814912,35.277213],[107.812208,35.27938],[107.812078,35.281926],[107.805142,35.2879],[107.796801,35.287285],[107.784069,35.297013],[107.774885,35.295482],[107.772846,35.302473],[107.749646,35.304124],[107.744404,35.307172],[107.741555,35.31127],[107.737285,35.312395],[107.719209,35.305006],[107.710556,35.305139],[107.70397,35.297137],[107.707665,35.292812],[107.713673,35.295387],[107.716597,35.300862],[107.723399,35.301593],[107.734869,35.296595],[107.73768,35.293563],[107.734933,35.290651],[107.731238,35.278025],[107.737095,35.279362],[107.737311,35.274124],[107.731108,35.268435],[107.726762,35.267295],[107.725077,35.272141],[107.716375,35.271074],[107.711782,35.264844],[107.717847,35.264198],[107.722792,35.266815],[107.72583,35.264814],[107.718429,35.258994],[107.708884,35.261453],[107.70549,35.257478],[107.71342,35.249916],[107.718758,35.248954],[107.716178,35.244995],[107.70995,35.242876],[107.705812,35.243758],[107.700672,35.250321],[107.699911,35.254612],[107.693917,35.257551],[107.69126,35.25563],[107.690105,35.251792],[107.668446,35.25494],[107.666769,35.256813],[107.660072,35.257736],[107.65363,35.252473],[107.648352,35.241363],[107.655415,35.241924],[107.658441,35.240272],[107.65874,35.237979],[107.65381,35.231558],[107.660556,35.224496],[107.664698,35.215402],[107.673618,35.218915],[107.680061,35.219491],[107.684753,35.213218],[107.688323,35.204453],[107.683816,35.200919],[107.685714,35.197485],[107.700493,35.191383],[107.713445,35.178102],[107.70938,35.17365],[107.708607,35.159676],[107.710872,35.153257],[107.716299,35.151543],[107.721154,35.144455],[107.724336,35.127322],[107.723295,35.120883],[107.717685,35.119545],[107.716878,35.114077],[107.761375,35.08781],[107.757614,35.081456],[107.752642,35.077822],[107.755186,35.071448],[107.762093,35.06804],[107.770567,35.05989],[107.780156,35.053778],[107.794182,35.03557],[107.806991,35.026111],[107.844105,35.02513],[107.836326,35.014614],[107.839191,35.004554],[107.843324,35.000829],[107.857495,35.000978],[107.859461,34.997881],[107.854618,34.988411],[107.845174,34.982217],[107.833527,34.979717],[107.824836,34.981145],[107.815447,34.974229],[107.813719,34.975814],[107.80194,34.974457],[107.79513,34.967648],[107.799788,34.957395],[107.794666,34.962117],[107.784882,34.959093],[107.778112,34.958943],[107.765924,34.964048],[107.745303,34.96229],[107.739779,34.953657],[107.729269,34.956658],[107.722652,34.953256],[107.715659,34.952081],[107.711992,34.952574],[107.711903,34.958592],[107.708622,34.9652],[107.699933,34.950954],[107.69293,34.952398],[107.670484,34.951547],[107.652161,34.944598],[107.653319,34.937377],[107.645451,34.932453],[107.642923,34.931706],[107.641934,34.935325],[107.634589,34.936643],[107.633034,34.934574],[107.634843,34.919314],[107.62184,34.922472],[107.627303,34.939219],[107.629459,34.952013],[107.630085,34.956955],[107.628243,34.960952],[107.610255,34.969115],[107.60646,34.968497],[107.59725,34.963647],[107.596581,34.956809],[107.593171,34.952345],[107.589213,34.953887],[107.583513,34.963028],[107.568899,34.968822],[107.560666,34.965013],[107.550065,34.953955],[107.546407,34.944619],[107.541339,34.938162],[107.53313,34.932512],[107.525206,34.931533],[107.520025,34.922131],[107.523858,34.919531],[107.525564,34.914687],[107.524477,34.914049],[107.500383,34.913626],[107.493626,34.907654],[107.488618,34.90943],[107.487447,34.914068],[107.473799,34.924142],[107.472793,34.919458],[107.466841,34.914792],[107.455823,34.916513],[107.44849,34.915877],[107.429251,34.921325],[107.411187,34.93573],[107.395218,34.931877],[107.387897,34.936447],[107.37383,34.931816],[107.363731,34.918859],[107.363487,34.912647],[107.359647,34.915794],[107.357984,34.922411],[107.35374,34.929148],[107.347791,34.929925],[107.343319,34.938262],[107.337614,34.94147],[107.303674,34.937091],[107.296773,34.938216],[107.291413,34.944625],[107.284814,34.939506],[107.284179,34.930984],[107.275052,34.916256],[107.275197,34.913655],[107.278186,34.912401],[107.277416,34.909949],[107.271266,34.907712],[107.265686,34.910723],[107.257606,34.908129],[107.257883,34.905994],[107.247937,34.88337],[107.24314,34.882593],[107.238345,34.885143],[107.237251,34.889849],[107.227786,34.891254],[107.218185,34.879155],[107.211866,34.879452],[107.202398,34.887075],[107.196893,34.886347],[107.189996,34.882967],[107.189452,34.881264],[107.178641,34.89628],[107.179074,34.900547],[107.184331,34.906629],[107.17034,34.937309],[107.156899,34.94012],[107.151479,34.937006],[107.146606,34.93765],[107.146332,34.942341],[107.138972,34.948525],[107.131149,34.945914],[107.119921,34.94679],[107.113582,34.955238],[107.10628,34.955748],[107.101554,34.957893],[107.096612,34.962751],[107.093586,34.969761],[107.086561,34.97253],[107.081572,34.980484],[107.089786,34.988666],[107.09187,34.995431],[107.089595,35.008092],[107.082906,35.017245],[107.070005,35.019999],[107.060668,35.019625],[107.054699,35.021816],[107.052436,35.026464],[107.042662,35.027733],[107.046112,35.039624],[107.035926,35.043271],[107.029917,35.038542],[107.031125,35.033663],[107.026891,35.030688],[107.01794,35.032342],[107.010574,35.028775],[107.004788,35.030302],[107.006989,35.039622],[107.00037,35.051627],[106.99078,35.061076],[106.984308,35.060475],[106.980726,35.06398],[106.981727,35.066687],[106.986234,35.069133],[106.984534,35.071583],[106.9767,35.070743],[106.961091,35.065949],[106.950846,35.071957],[106.940007,35.081356],[106.930699,35.084986],[106.928106,35.084306],[106.924893,35.078435],[106.921324,35.076722],[106.908221,35.083031],[106.906672,35.089459],[106.896584,35.096481],[106.882551,35.095909],[106.875588,35.09346],[106.855529,35.094161],[106.845548,35.088336],[106.84079,35.081361],[106.821335,35.08122],[106.816545,35.082066],[106.810462,35.086217],[106.792742,35.0912],[106.771732,35.092193],[106.745153,35.098115],[106.730682,35.104262],[106.715824,35.102467],[106.710536,35.099446],[106.710711,35.093733],[106.702722,35.08926],[106.702009,35.082854],[106.692203,35.080227],[106.664187,35.077481],[106.661336,35.075207],[106.659357,35.069431],[106.651619,35.077091],[106.64169,35.079531],[106.640019,35.078105],[106.640974,35.07607],[106.639463,35.073575],[106.637077,35.07252],[106.614159,35.072842],[106.598648,35.085082],[106.586787,35.089317],[106.572528,35.091394],[106.567987,35.08922],[106.570887,35.084914],[106.570458,35.081018],[106.563734,35.083727],[106.555826,35.092287],[106.539652,35.086732],[106.53696,35.083487],[106.540648,35.078982],[106.541175,35.068714],[106.534943,35.062287],[106.523463,35.040659],[106.522691,35.031387],[106.516263,35.028353],[106.498769,35.034655],[106.484279,35.022024],[106.49139,35.0176],[106.490799,35.000009],[106.497405,34.996391],[106.495519,34.991757],[106.491982,34.989048],[106.483774,34.987542],[106.478812,34.981022],[106.485343,34.971822],[106.489229,34.960488],[106.485055,34.941148],[106.496306,34.937571],[106.503215,34.923617],[106.512563,34.924238],[106.515411,34.92222],[106.506075,34.895977],[106.508242,34.891907],[106.523504,34.879122],[106.532416,34.880372],[106.540691,34.873777],[106.546042,34.865148],[106.55214,34.861656],[106.554231,34.857931],[106.556317,34.851567],[106.552266,34.844964],[106.558105,34.836053],[106.55677,34.833904],[106.547946,34.83201],[106.546765,34.829973],[106.551093,34.817722],[106.56088,34.810096],[106.562059,34.804507],[106.561231,34.798948],[106.574053,34.790787],[106.574737,34.78358],[106.571201,34.771587],[106.558999,34.765668],[106.554761,34.767623],[106.547037,34.764689],[106.543085,34.761615],[106.545563,34.751981],[106.541911,34.749196],[106.527937,34.749868],[106.505692,34.743564],[106.496078,34.748655],[106.492591,34.743936],[106.491655,34.739797],[106.493462,34.738223],[106.494706,34.730328],[106.487363,34.727808],[106.48133,34.717491],[106.463695,34.708757],[106.461178,34.711477],[106.463519,34.714375],[106.460829,34.716239],[106.456915,34.715731],[106.452854,34.712643],[106.44447,34.696492],[106.445873,34.688148],[106.449814,34.687019],[106.451227,34.684971],[106.447547,34.678612],[106.44638,34.667115],[106.461496,34.658685],[106.46821,34.652229],[106.462661,34.642264],[106.458295,34.63896],[106.442487,34.636755],[106.439512,34.640756],[106.417886,34.656653],[106.414436,34.648017],[106.41499,34.643356],[106.406359,34.637149],[106.40037,34.63892],[106.396358,34.637268],[106.38427,34.621983],[106.38043,34.624589],[106.379145,34.627515],[106.37523,34.625138],[106.365232,34.612682],[106.362237,34.612749],[106.360252,34.616902],[106.354525,34.616561],[106.333075,34.59633],[106.316274,34.58968],[106.308977,34.588859],[106.306806,34.582404],[106.309252,34.579756],[106.324462,34.577273],[106.337016,34.569135],[106.340062,34.559967],[106.3349,34.549447],[106.338953,34.545028],[106.34003,34.538394],[106.329288,34.518805],[106.335187,34.517909],[106.346551,34.519437],[106.363724,34.513372],[106.376952,34.522091],[106.381807,34.519264],[106.381977,34.511992],[106.3936,34.510701],[106.396985,34.512217],[106.397812,34.518395],[106.402985,34.524215],[106.410002,34.525651],[106.421169,34.524674],[106.432287,34.529189],[106.435051,34.525411],[106.44325,34.524984],[106.446446,34.526215],[106.448588,34.53169],[106.452916,34.532656],[106.464545,34.531073],[106.466352,34.524352],[106.47376,34.522714],[106.478233,34.523661],[106.479095,34.526036],[106.481796,34.526003],[106.483504,34.524891],[106.484885,34.517636],[106.507662,34.510415],[106.50793,34.502534],[106.509884,34.499204],[106.534034,34.493992],[106.537766,34.490398],[106.537838,34.487384],[106.541672,34.485663],[106.548445,34.491191],[106.568321,34.485309],[106.570039,34.482969],[106.565122,34.480805],[106.564297,34.476132],[106.567899,34.474309],[106.574581,34.475927],[106.580007,34.473146],[106.581975,34.471213],[106.578928,34.467592],[106.582583,34.465699],[106.596303,34.467589],[106.598938,34.466004],[106.59806,34.462359],[106.594067,34.463742],[106.591248,34.462671],[106.586588,34.45762],[106.586862,34.455755],[106.59827,34.449734],[106.601725,34.45507],[106.606873,34.455869],[106.615893,34.450045],[106.615703,34.446288],[106.610516,34.442498],[106.614916,34.431028],[106.619663,34.429696],[106.620958,34.412341],[106.629381,34.405318],[106.634052,34.39894],[106.632641,34.395331],[106.634165,34.393138],[106.642034,34.391735],[106.647855,34.393337],[106.659842,34.382404],[106.675306,34.385546],[106.67917,34.381914],[106.677801,34.37564],[106.683668,34.376716],[106.686082,34.379915],[106.689102,34.379641],[106.692209,34.372529],[106.695443,34.370414],[106.698976,34.371053],[106.704235,34.377652],[106.707123,34.377557],[106.714191,34.37258],[106.715078,34.359553],[106.710121,34.350171],[106.690173,34.345012],[106.684879,34.341472],[106.681856,34.336156],[106.681768,34.33184],[106.696287,34.327311],[106.699397,34.316392],[106.697261,34.298259],[106.693496,34.289477],[106.701215,34.284105],[106.690994,34.273955],[106.688238,34.273266],[106.681378,34.275202],[106.676594,34.267324],[106.675852,34.256568],[106.67459,34.255558],[106.643457,34.247946],[106.627074,34.25664],[106.618006,34.265345],[106.61469,34.266226],[106.60111,34.263021],[106.585682,34.251665],[106.577361,34.260752],[106.57898,34.264889],[106.575868,34.274282],[106.566697,34.284319],[106.550736,34.282277],[106.535263,34.28782],[106.528637,34.295629],[106.523416,34.297623],[106.518177,34.289183],[106.511365,34.288174],[106.505287,34.284093],[106.505,34.280742],[106.506877,34.277133],[106.498639,34.264544],[106.485729,34.254778],[106.484185,34.250339],[106.495346,34.244059],[106.517402,34.243646],[106.518415,34.252281],[106.522685,34.257643],[106.537122,34.2485],[106.537344,34.24523],[106.544061,34.232168],[106.553049,34.228075],[106.55261,34.205686],[106.553283,34.203308],[106.560592,34.199026],[106.560221,34.19567],[106.556178,34.191189],[106.559827,34.181134],[106.564976,34.177812],[106.567494,34.170486],[106.566724,34.164473],[106.569908,34.1605],[106.578368,34.15582],[106.581079,34.150618],[106.57815,34.143162],[106.563744,34.125831],[106.556323,34.111205],[106.550999,34.111457],[106.538672,34.115621],[106.532146,34.112477],[106.523997,34.111548],[106.513349,34.113349],[106.496802,34.112643],[106.494848,34.104729],[106.496029,34.094675],[106.500623,34.086497],[106.504838,34.07353],[106.499212,34.064607],[106.495234,34.064008],[106.483437,34.047338],[106.480028,34.035711],[106.473222,34.037952],[106.466415,34.03282],[106.466626,34.017778],[106.474233,34.007493],[106.47572,33.995873],[106.475383,33.993004],[106.470746,33.989665],[106.466613,33.977448],[106.466967,33.970559],[106.462139,33.959618],[106.449937,33.957516],[106.442964,33.948168],[106.444616,33.941441],[106.441547,33.936491],[106.431078,33.930299],[106.428435,33.925294],[106.419201,33.915352],[106.406538,33.911525],[106.40377,33.90771],[106.412261,33.904572],[106.417693,33.894886],[106.413196,33.884019],[106.416194,33.87639],[106.42285,33.870322],[106.446395,33.870552],[106.457973,33.880831],[106.452261,33.883751],[106.458883,33.886053],[106.47036,33.87713],[106.47286,33.867161],[106.490741,33.857196],[106.493304,33.851522],[106.49284,33.848338],[106.480133,33.833504],[106.475826,33.831593],[106.467254,33.834797],[106.46015,33.830933],[106.456623,33.818805],[106.458735,33.815677],[106.455487,33.804739],[106.454394,33.793705],[106.459401,33.78718],[106.470445,33.787883],[106.4719,33.78956],[106.477712,33.786038],[106.480517,33.771069],[106.4786,33.750246],[106.484405,33.745049],[106.4827,33.735087],[106.479593,33.73387],[106.477162,33.727504],[106.476839,33.716972],[106.479988,33.711912],[106.488792,33.710146],[106.503933,33.703159],[106.509827,33.705474],[106.519476,33.702881],[106.534838,33.683724],[106.535065,33.68079],[106.548579,33.677399],[106.551004,33.675168],[106.549749,33.668289],[106.545978,33.660824],[106.562003,33.649897],[106.561004,33.642756],[106.564131,33.639822],[106.572535,33.636495],[106.575673,33.631618],[106.577177,33.619238],[106.579565,33.613445],[106.577181,33.606617],[106.575077,33.589526],[106.570903,33.586332],[106.572516,33.583646],[106.577754,33.581883],[106.577571,33.578463],[106.571372,33.576678],[106.567485,33.579052],[106.553087,33.580246],[106.548159,33.578406],[106.54841,33.564233],[106.558156,33.549387],[106.555154,33.532136],[106.552289,33.528651],[106.543758,33.525035],[106.539269,33.51957],[106.514985,33.516728],[106.513158,33.514776],[106.5054,33.518494],[106.499993,33.533299],[106.488057,33.540801],[106.47991,33.532245],[106.465441,33.526502],[106.464513,33.532774],[106.459816,33.541512],[106.455022,33.540931],[106.451413,33.548252],[106.448018,33.564918],[106.451273,33.581911],[106.444757,33.59231],[106.444004,33.618118],[106.43335,33.622704],[106.415245,33.623495],[106.404351,33.618722],[106.386493,33.620039],[106.368821,33.618824],[106.372926,33.604842],[106.361289,33.601406],[106.354862,33.602014],[106.350863,33.598853],[106.34367,33.587931],[106.341295,33.587011],[106.331807,33.590473],[106.328099,33.593564],[106.309532,33.597077],[106.308816,33.599669],[106.311794,33.604031],[106.311943,33.607519],[106.28521,33.610412],[106.27348,33.606663],[106.273196,33.600347],[106.267434,33.599383],[106.253063,33.59125],[106.238623,33.577348],[106.231558,33.567052],[106.220532,33.564867],[106.213059,33.566431],[106.201641,33.564607],[106.197379,33.556204],[106.188086,33.548196],[106.18266,33.545666],[106.170591,33.54935],[106.157337,33.55836],[106.145165,33.560828],[106.138938,33.567744],[106.136975,33.576228],[106.14501,33.581759],[106.143165,33.58333],[106.132962,33.583099],[106.127115,33.581215],[106.128188,33.573288],[106.105863,33.570802],[106.102205,33.572833],[106.10039,33.575536],[106.106373,33.587316],[106.106176,33.592749],[106.116386,33.591575],[106.120944,33.593537],[106.126912,33.598576],[106.126113,33.603467],[106.124795,33.605662],[106.118568,33.603472],[106.113294,33.604149],[106.106741,33.610186],[106.09596,33.611004],[106.082359,33.619105],[106.060359,33.605908],[106.054814,33.606139],[106.052016,33.608998],[106.046572,33.610746],[106.038343,33.609668],[106.023933,33.596587],[106.018226,33.597666],[106.015313,33.600138],[106.014045,33.611657],[105.99347,33.605536],[105.985906,33.607939],[105.979694,33.61382],[105.952397,33.615188],[105.9584,33.607764],[105.955909,33.59657],[105.947714,33.588619],[105.934016,33.580899],[105.931716,33.577138],[105.934471,33.575426],[105.931672,33.570705],[105.918284,33.558976],[105.913617,33.556811],[105.908918,33.557289],[105.908433,33.56036],[105.903333,33.564832],[105.897456,33.565988],[105.894427,33.559767],[105.894252,33.549399],[105.88722,33.53944],[105.874829,33.538796],[105.872927,33.524416],[105.86991,33.519383],[105.865011,33.517654],[105.850552,33.506627],[105.84575,33.505115],[105.84053,33.501359],[105.837398,33.496385],[105.836679,33.493487],[105.839919,33.492236],[105.839979,33.49055],[105.837124,33.485405],[105.833839,33.483225],[105.833324,33.477981],[105.840786,33.471139],[105.832108,33.466516],[105.825576,33.466636],[105.823253,33.464713],[105.82348,33.458611],[105.826539,33.456178],[105.830494,33.448876],[105.834074,33.438623],[105.831074,33.416033],[105.826811,33.402557],[105.827816,33.396254],[105.825201,33.389379],[105.819622,33.382552],[105.814814,33.382206],[105.808883,33.385908],[105.798965,33.384339],[105.781972,33.386979],[105.780463,33.389385],[105.77466,33.391721],[105.768112,33.388455],[105.765662,33.383836],[105.765642,33.378505],[105.758043,33.379323],[105.745042,33.381591],[105.732299,33.387337],[105.72889,33.397673],[105.709211,33.394857],[105.698867,33.391324],[105.704947,33.37963],[105.711633,33.377045],[105.717221,33.365982],[105.720114,33.365614],[105.724323,33.361572],[105.723908,33.354444],[105.725192,33.351549],[105.744556,33.342279],[105.754329,33.323071],[105.750343,33.315834],[105.735055,33.315114],[105.735445,33.310907],[105.747187,33.287638],[105.760202,33.288618],[105.787028,33.284184],[105.785625,33.27763],[105.79132,33.265623],[105.799898,33.26275],[105.806923,33.263478],[105.815328,33.256809],[105.823653,33.257804],[105.830376,33.25589],[105.837301,33.251363],[105.843578,33.243155],[105.858517,33.234494],[105.870512,33.237216],[105.877022,33.240404],[105.889481,33.241962],[105.896892,33.24565],[105.918802,33.24349],[105.932991,33.231485],[105.929091,33.22519],[105.940286,33.224464],[105.944186,33.221022],[105.941182,33.218323],[105.932586,33.218566],[105.93664,33.214113],[105.945865,33.213223],[105.955245,33.216112],[105.958598,33.212341],[105.960152,33.187484],[105.964789,33.183744],[105.965084,33.173112],[105.971614,33.163437],[105.967908,33.14937],[105.966514,33.148417],[105.954866,33.150313],[105.941916,33.155798],[105.939468,33.160245],[105.937607,33.169816],[105.942955,33.174444],[105.942637,33.177572],[105.930572,33.176482],[105.924622,33.179387],[105.935613,33.187375],[105.936051,33.191635],[105.933399,33.199965],[105.928051,33.201773],[105.922647,33.198161],[105.921166,33.194621],[105.921904,33.190374],[105.918352,33.184223],[105.913441,33.179863],[105.91409,33.177219],[105.921792,33.169672],[105.911146,33.161803],[105.899871,33.159559],[105.890994,33.148483],[105.902894,33.138999],[105.915628,33.146934],[105.919223,33.151446],[105.924324,33.149994],[105.921173,33.137025],[105.90832,33.135939],[105.905739,33.132607],[105.914567,33.130776],[105.920919,33.123032],[105.929812,33.124118],[105.934166,33.120786],[105.932676,33.115247],[105.923862,33.114354],[105.914102,33.107376],[105.914344,33.095024],[105.921427,33.082572],[105.928705,33.07841],[105.925742,33.072995],[105.911224,33.068634],[105.908217,33.057729],[105.908527,33.055046],[105.922822,33.040542],[105.925837,33.028984],[105.925967,33.027602],[105.915264,33.0184],[105.918456,33.010174],[105.916221,32.996912],[105.897562,32.990696],[105.88874,32.980988],[105.88575,32.970687],[105.881035,32.967256],[105.869229,32.9648],[105.864955,32.958523],[105.864447,32.947422],[105.858477,32.943327],[105.852878,32.942716],[105.849061,32.948989],[105.832342,32.953884],[105.826804,32.959254],[105.819905,32.959133],[105.813242,32.953492],[105.808566,32.945402],[105.803564,32.940961],[105.774208,32.934981],[105.76471,32.926926],[105.752975,32.926432],[105.740375,32.919574],[105.733484,32.910847],[105.725704,32.906568],[105.722304,32.906798],[105.714687,32.912249],[105.703057,32.915395],[105.696851,32.908902],[105.691702,32.906841],[105.662893,32.906675],[105.650984,32.900167],[105.649134,32.893435],[105.632505,32.884942],[105.619689,32.884231],[105.613056,32.886569],[105.603831,32.886787],[105.588696,32.880758],[105.572935,32.888273],[105.574352,32.89224],[105.572484,32.897299],[105.559025,32.911146],[105.544505,32.911892],[105.53853,32.908866],[105.53433,32.908959],[105.529666,32.912738],[105.527169,32.918005],[105.521041,32.922641],[105.506021,32.920529],[105.496803,32.912808],[105.483458,32.923159],[105.461357,32.932736],[105.449451,32.935201],[105.438055,32.933878],[105.432019,32.935151],[105.422337,32.933347],[105.408052,32.921722],[105.407717,32.911345],[105.410345,32.906265],[105.404582,32.887482],[105.384894,32.8808],[105.385156,32.874893],[105.391343,32.86833],[105.395284,32.854299],[105.393862,32.852601],[105.389179,32.853285],[105.387964,32.850528],[105.394646,32.845618],[105.388805,32.837632],[105.39256,32.832764],[105.400897,32.826586],[105.414987,32.803861],[105.42066,32.787346],[105.424055,32.783352],[105.425374,32.775059],[105.431883,32.774152],[105.438575,32.776186],[105.440572,32.77344],[105.440113,32.763549],[105.441422,32.762002],[105.445429,32.765086],[105.446756,32.770033],[105.449319,32.770095],[105.452768,32.766231],[105.455076,32.755207],[105.450644,32.751666],[105.451106,32.741203],[105.449382,32.73743],[105.446339,32.734675],[105.441249,32.733175],[105.436063,32.735071],[105.422774,32.73563],[105.409288,32.724522],[105.374942,32.710476],[105.372204,32.710548],[105.367349,32.715013],[105.364581,32.714481],[105.351061,32.700325],[105.343184,32.685031],[105.337834,32.682166],[105.324656,32.680294],[105.31902,32.673939],[105.305116,32.673706],[105.29588,32.660462],[105.287535,32.656824],[105.275532,32.659792],[105.265395,32.654728],[105.259942,32.654053],[105.248789,32.662065],[105.248889,32.665483],[105.23887,32.670995],[105.226665,32.666169],[105.221745,32.669398],[105.217404,32.668129],[105.214298,32.664961],[105.211664,32.653781],[105.212323,32.641097],[105.199878,32.630087],[105.184081,32.628484],[105.180589,32.61787],[105.144616,32.607569],[105.135734,32.602571],[105.107649,32.596389],[105.094135,32.608554],[105.091931,32.617333],[105.086356,32.622528],[105.076794,32.639337],[105.065019,32.64183],[105.057837,32.647438],[105.043545,32.647646],[105.027647,32.652583],[105.023436,32.652059],[105.018588,32.645598],[105.012011,32.64176],[105.00501,32.640117],[105.001542,32.641832],[104.992811,32.641562],[104.981292,32.634729],[104.9686,32.635957],[104.964813,32.631305],[104.950991,32.623807],[104.943138,32.622233],[104.939007,32.623359],[104.929245,32.617541],[104.923201,32.609475],[104.91747,32.61094],[104.902819,32.604886],[104.882586,32.605031],[104.879406,32.603421],[104.873399,32.608357],[104.869781,32.613836],[104.872363,32.619343],[104.870028,32.626942],[104.865081,32.63269],[104.852769,32.639962],[104.842615,32.656503],[104.826477,32.665135],[104.815435,32.664019],[104.81012,32.652607],[104.802879,32.652077],[104.78953,32.644966],[104.769323,32.643988],[104.765537,32.646371],[104.757076,32.647923],[104.746552,32.642828],[104.743481,32.638415],[104.741202,32.637635],[104.736148,32.638162],[104.72831,32.644914],[104.724793,32.644959],[104.718444,32.649356],[104.713586,32.657459],[104.70715,32.662795],[104.702909,32.676301],[104.695151,32.677549],[104.677223,32.672091],[104.668807,32.665043],[104.661556,32.663879],[104.6548,32.667497],[104.646544,32.665257],[104.643106,32.66202],[104.63064,32.674068],[104.618854,32.680662],[104.608849,32.69117],[104.590544,32.696615],[104.5819,32.710252],[104.58112,32.724269],[104.56889,32.731409],[104.551452,32.73632],[104.538811,32.729207],[104.531238,32.727032],[104.524165,32.730653],[104.507604,32.757378],[104.488736,32.759172],[104.483284,32.754548],[104.477262,32.752362],[104.462093,32.75012],[104.454351,32.750954],[104.452294,32.752889],[104.451111,32.759025],[104.445255,32.763684],[104.435053,32.765929],[104.424325,32.770902],[104.421966,32.773748],[104.423693,32.778908],[104.417404,32.783802],[104.40575,32.785462],[104.399809,32.788169],[104.396152,32.791825],[104.396078,32.796239],[104.385474,32.798791],[104.383051,32.80183],[104.369476,32.809473],[104.369925,32.815268],[104.364505,32.823007],[104.354776,32.82617],[104.328823,32.826161],[104.31268,32.83077],[104.297937,32.832907],[104.291021,32.838755],[104.291126,32.855262],[104.288176,32.863708],[104.288957,32.871064],[104.280479,32.885533],[104.274529,32.888],[104.274342,32.902649],[104.279572,32.907825],[104.27939,32.919897],[104.284975,32.929386],[104.283291,32.941221],[104.287617,32.945608],[104.302256,32.954328],[104.31544,32.94705],[104.326605,32.950435],[104.330737,32.949563],[104.336893,32.947037],[104.341717,32.942783],[104.357674,32.944028],[104.367962,32.947409],[104.377077,32.966287],[104.375466,32.974097],[104.381612,32.996161],[104.395734,33.005852],[104.415215,33.010427],[104.423997,33.016913],[104.422477,33.029303],[104.414243,33.034779],[104.394589,33.036949],[104.390036,33.040941],[104.378977,33.037727],[104.372968,33.03145],[104.365696,33.030765],[104.353615,33.034747],[104.3435,33.041708],[104.33469,33.042773],[104.330653,33.045447],[104.337907,33.05353],[104.348521,33.058966],[104.357232,33.074501],[104.358034,33.081392],[104.361975,33.083875],[104.367917,33.083492],[104.367798,33.086937],[104.363622,33.088828],[104.36009,33.08952],[104.352906,33.085758],[104.350933,33.088062],[104.355475,33.092075],[104.357259,33.101275],[104.379948,33.108552],[104.38051,33.11018],[104.371394,33.117292],[104.365685,33.133227],[104.355615,33.146152],[104.356876,33.149671],[104.349578,33.167888],[104.349347,33.176418],[104.345309,33.189455],[104.336955,33.199685],[104.332502,33.213315],[104.329631,33.215283],[104.325598,33.214634],[104.324696,33.21672],[104.321639,33.227651],[104.326336,33.237754],[104.326982,33.242516],[104.324248,33.256134],[104.32096,33.262965],[104.320922,33.269593],[104.316316,33.28183],[104.300025,33.304755],[104.308844,33.307434],[104.321753,33.316074],[104.328541,33.317218],[104.336812,33.312409],[104.345815,33.302864],[104.383325,33.301062],[104.393881,33.296499],[104.400938,33.288397],[104.408439,33.283783],[104.410865,33.286239],[104.407308,33.291555],[104.399801,33.292717],[104.394453,33.297078],[104.395339,33.306307],[104.391581,33.311833],[104.391636,33.314451],[104.396035,33.314512],[104.409837,33.321077],[104.41947,33.323629],[104.434109,33.323861],[104.427391,33.328845],[104.411767,33.328735],[104.403677,33.338702],[104.394398,33.338368],[104.38921,33.342826],[104.371149,33.350215],[104.355435,33.347294],[104.342882,33.339283],[104.340258,33.335367],[104.327827,33.32995],[104.319976,33.333492],[104.312863,33.340163],[104.296215,33.331999],[104.293531,33.332473],[104.291111,33.338798],[104.290988,33.344191],[104.283613,33.356732],[104.283095,33.36827],[104.274839,33.378253],[104.270771,33.380243],[104.269134,33.389716],[104.264094,33.396426],[104.260345,33.396836],[104.257628,33.399348],[104.25676,33.402958],[104.249684,33.409503],[104.243039,33.409922],[104.234267,33.406623],[104.230042,33.403284],[104.219835,33.405484],[104.21575,33.421216],[104.217069,33.433408],[104.215177,33.443694],[104.210815,33.4517],[104.206114,33.451633],[104.193244,33.457025],[104.18953,33.461905],[104.184367,33.464037],[104.179035,33.469448],[104.177825,33.476964],[104.179502,33.48725],[104.176365,33.494087],[104.170692,33.500041],[104.173761,33.514354],[104.171938,33.515974],[104.16494,33.516936],[104.157924,33.526601],[104.158364,33.53686],[104.153207,33.543886],[104.154954,33.551866],[104.158684,33.556807],[104.164307,33.559123],[104.164553,33.570848],[104.166972,33.57557],[104.177892,33.578763],[104.178938,33.580279],[104.177564,33.583647],[104.173667,33.58587],[104.1721,33.588717],[104.175419,33.596167],[104.165876,33.614722],[104.149324,33.623021],[104.148108,33.62663],[104.13486,33.634877],[104.132906,33.636747],[104.131621,33.641987],[104.118276,33.652542],[104.108734,33.664235],[104.073378,33.676552],[104.068117,33.676426],[104.060353,33.681441],[104.045989,33.687123],[104.036123,33.688854],[104.011912,33.682849],[103.997764,33.682848],[103.964846,33.675498],[103.944595,33.678142],[103.930887,33.684328],[103.895787,33.682203],[103.882839,33.683275],[103.872899,33.687212],[103.862771,33.688555],[103.854012,33.687352],[103.846812,33.679377],[103.818437,33.681235],[103.807424,33.676732],[103.799986,33.666062],[103.797044,33.665053],[103.782644,33.666529],[103.76337,33.657437],[103.755802,33.662367],[103.750286,33.672174],[103.739437,33.673086],[103.732298,33.675806],[103.728994,33.679471],[103.724231,33.681337],[103.715859,33.680863],[103.706019,33.688377],[103.688342,33.695274],[103.68704,33.695123],[103.686694,33.690271],[103.684761,33.688116],[103.680223,33.68869],[103.674279,33.694703],[103.672099,33.693417],[103.671459,33.69017],[103.66617,33.687496],[103.661914,33.692778],[103.664707,33.695379],[103.664282,33.701123],[103.653079,33.701188],[103.647845,33.697361],[103.648173,33.702599],[103.657019,33.70913],[103.666615,33.712973],[103.66412,33.72125],[103.654777,33.716599],[103.649603,33.723195],[103.645917,33.720444],[103.646344,33.714607],[103.644499,33.71105],[103.633028,33.710222],[103.627379,33.712652],[103.626418,33.714465],[103.631049,33.725702],[103.623725,33.728986],[103.618994,33.727515],[103.61666,33.72537],[103.618188,33.717317],[103.610003,33.715029],[103.596861,33.719554],[103.598066,33.730302],[103.595046,33.731374],[103.58857,33.729726],[103.590381,33.717539],[103.581316,33.714352],[103.577997,33.706099],[103.57436,33.704213],[103.566532,33.704773],[103.559538,33.700299],[103.551403,33.677758],[103.54826,33.673674],[103.538872,33.674957],[103.533358,33.681139],[103.528889,33.68295],[103.52528,33.68322],[103.518726,33.680023],[103.517548,33.684787],[103.522294,33.686884],[103.524991,33.689994],[103.526285,33.69939],[103.543289,33.721801],[103.547258,33.742246],[103.535756,33.746513],[103.528981,33.7512],[103.528712,33.753929],[103.534366,33.754738],[103.533292,33.767422],[103.537852,33.768222],[103.53444,33.776465],[103.529703,33.780332],[103.529688,33.802174],[103.518242,33.811781],[103.502689,33.813711],[103.490472,33.807369],[103.477535,33.812514],[103.473992,33.811713],[103.460369,33.788621],[103.454994,33.785035],[103.446653,33.784914],[103.441294,33.77877],[103.438896,33.769843],[103.44098,33.758305],[103.438877,33.752481],[103.430878,33.745405],[103.41637,33.74981],[103.407489,33.748918],[103.392754,33.750975],[103.387705,33.754009],[103.374136,33.751999],[103.367419,33.748021],[103.337795,33.743024],[103.330673,33.743796],[103.311287,33.75215],[103.29666,33.765239],[103.277124,33.774879],[103.275774,33.779791],[103.278218,33.786094],[103.284546,33.789781],[103.284021,33.799934],[103.279328,33.806195],[103.269117,33.811523],[103.248445,33.815831],[103.244347,33.814582],[103.226343,33.801243],[103.225179,33.795578],[103.215753,33.793853],[103.201953,33.794639],[103.190131,33.802193],[103.18341,33.803902],[103.175318,33.803082],[103.16286,33.808568],[103.158337,33.807032],[103.149911,33.816673],[103.150332,33.822682],[103.164388,33.855035],[103.162026,33.864245],[103.163167,33.870269],[103.167764,33.875322],[103.177291,33.892871],[103.182395,33.897942],[103.183737,33.904065],[103.179321,33.912836],[103.16937,33.924414],[103.166287,33.932181],[103.153143,33.9329],[103.151256,33.932017],[103.149172,33.926845],[103.142573,33.927516],[103.133867,33.932043],[103.12589,33.930297],[103.122026,33.93527],[103.123238,33.939911],[103.116904,33.952081],[103.118123,33.963682],[103.123152,33.97145],[103.134582,33.974133],[103.138687,33.980618],[103.139127,33.987595],[103.145523,33.99371],[103.152323,33.996026],[103.157119,34.005839],[103.155866,34.011366],[103.152762,34.014717],[103.147645,34.016958],[103.14835,34.025813],[103.145387,34.036864],[103.132903,34.039488],[103.124933,34.036923],[103.116519,34.036374],[103.120951,34.043863],[103.128022,34.068206],[103.142746,34.06244],[103.158231,34.068954],[103.169087,34.066704],[103.172168,34.069862],[103.169427,34.073284],[103.165818,34.073529],[103.165963,34.077446],[103.168518,34.081234],[103.17234,34.079465],[103.17704,34.08081],[103.16166,34.091331],[103.147032,34.104569],[103.138626,34.104788],[103.132922,34.101758],[103.120785,34.112402],[103.119694,34.122122],[103.126197,34.12783],[103.128112,34.133084],[103.123636,34.138375],[103.121254,34.149196],[103.122087,34.164723],[103.113616,34.176761],[103.099195,34.177491],[103.079771,34.186292],[103.066857,34.188646],[103.048264,34.196814],[103.048092,34.193393],[103.037744,34.18626],[103.021592,34.189877],[103.016062,34.189498],[103.006765,34.185436],[102.985739,34.192903],[102.977778,34.19827],[102.970627,34.198381],[102.969911,34.201741],[102.97208,34.206801],[102.973587,34.224208],[102.971706,34.244019],[102.968222,34.252726],[102.957804,34.261597],[102.959629,34.263645],[102.958383,34.280178],[102.948879,34.285769],[102.950066,34.290642],[102.956877,34.296444],[102.934865,34.303914],[102.90849,34.315239],[102.878879,34.314626],[102.858777,34.30579],[102.857891,34.30062],[102.863446,34.297368],[102.862548,34.28546],[102.853873,34.277533],[102.854152,34.272396],[102.838804,34.271649],[102.828793,34.276915],[102.82122,34.274477],[102.795891,34.274756],[102.792942,34.277099],[102.792248,34.268902],[102.78932,34.263043],[102.787482,34.260878],[102.781315,34.259079],[102.780692,34.25325],[102.782204,34.247313],[102.776694,34.239438],[102.745324,34.238844],[102.736876,34.235999],[102.728342,34.238589],[102.725387,34.23609],[102.722812,34.22734],[102.715492,34.22355],[102.710536,34.214806],[102.695959,34.212858],[102.694848,34.199821],[102.68318,34.198815],[102.680774,34.196359],[102.670992,34.192317],[102.664756,34.194811],[102.658206,34.193164],[102.655447,34.183928],[102.651861,34.183021],[102.648253,34.184322],[102.645702,34.182725],[102.643995,34.178252],[102.648324,34.169683],[102.6472,34.167302],[102.633514,34.173153],[102.629818,34.169936],[102.629158,34.165006],[102.62442,34.162346],[102.619171,34.165135],[102.613588,34.164921],[102.610699,34.154392],[102.605,34.153812],[102.602822,34.156145],[102.596302,34.153037],[102.59808,34.149394],[102.606585,34.141494],[102.624325,34.134529],[102.633157,34.128465],[102.635279,34.122195],[102.634486,34.115326],[102.640346,34.115029],[102.650481,34.120004],[102.66176,34.11418],[102.658414,34.107168],[102.66455,34.098909],[102.662452,34.094018],[102.658791,34.094455],[102.654985,34.092182],[102.656809,34.075641],[102.649804,34.078679],[102.642019,34.087727],[102.620928,34.092439],[102.61396,34.099986],[102.602124,34.102713],[102.59026,34.100957],[102.58019,34.103158],[102.567267,34.100203],[102.564693,34.090109],[102.551384,34.088918],[102.545633,34.086828],[102.531788,34.08861],[102.513098,34.085968],[102.493139,34.0763],[102.483688,34.077422],[102.462681,34.074358],[102.460573,34.080277],[102.449887,34.084861],[102.435797,34.088077],[102.43245,34.078774],[102.429279,34.075758],[102.425576,34.075001],[102.421709,34.055901],[102.416069,34.044078],[102.403847,34.033984],[102.396981,34.016489],[102.389829,33.971801],[102.387067,33.974538],[102.372056,33.976135],[102.36901,33.970004],[102.362507,33.970068],[102.358298,33.972713],[102.356258,33.979738],[102.353835,33.980813],[102.348414,33.978389],[102.346141,33.972634],[102.341993,33.970748],[102.334605,33.977192],[102.330111,33.983881],[102.325609,33.985427],[102.323581,33.983575],[102.320923,33.975744],[102.310759,33.968243],[102.307978,33.972433],[102.310865,33.984565],[102.317647,33.988694],[102.314486,33.995414],[102.30833,33.996521],[102.303908,33.995434],[102.300872,33.987653],[102.288917,33.97862],[102.285599,33.97926],[102.275531,33.992193],[102.271929,33.993249],[102.265647,33.991353],[102.262049,33.988327],[102.256668,33.977165],[102.256376,33.973922],[102.260864,33.969413],[102.260019,33.967096],[102.252131,33.968875],[102.246407,33.975679],[102.252368,33.977323],[102.254246,33.980269],[102.247325,33.988203],[102.241803,33.986277],[102.239517,33.983774],[102.242553,33.978088],[102.242394,33.973771],[102.236517,33.970006],[102.229748,33.972024],[102.22759,33.970736],[102.228413,33.968498],[102.238687,33.967976],[102.238496,33.965781],[102.222365,33.965093],[102.216897,33.963141],[102.21427,33.960246],[102.209228,33.961241],[102.206375,33.963679],[102.211733,33.966638],[102.212319,33.969123],[102.210055,33.970165],[102.200793,33.968326],[102.193346,33.976433],[102.193627,33.977766],[102.19872,33.978594],[102.195005,33.980451],[102.180683,33.98017],[102.179597,33.972098],[102.177571,33.970055],[102.172471,33.969847],[102.171878,33.973078],[102.17742,33.975341],[102.177853,33.981021],[102.165766,33.984823],[102.143235,33.977653],[102.135458,33.96846],[102.129676,33.968002],[102.131801,33.965348],[102.151647,33.95989],[102.163839,33.944705],[102.174574,33.937075],[102.186443,33.931475],[102.206521,33.900712],[102.222595,33.881742],[102.228639,33.87713],[102.230113,33.871359],[102.236551,33.866061],[102.248332,33.862593],[102.254239,33.853524],[102.262534,33.846406],[102.266002,33.834596],[102.26428,33.829402],[102.254427,33.814127],[102.251185,33.811365],[102.244863,33.80972],[102.236545,33.802887],[102.23508,33.795572],[102.236677,33.792098],[102.244588,33.788833],[102.269166,33.789783],[102.283471,33.78761],[102.283654,33.785822],[102.288473,33.78245],[102.301982,33.778354],[102.319286,33.759466],[102.319096,33.753983],[102.3122,33.747126],[102.287069,33.734686],[102.284042,33.726584],[102.284546,33.71807],[102.298375,33.71259],[102.30436,33.712123],[102.312819,33.719932],[102.317808,33.731213],[102.323895,33.735597],[102.333309,33.736279],[102.337505,33.734306],[102.340108,33.730782],[102.339967,33.723085],[102.326819,33.703687],[102.314513,33.676532],[102.313718,33.670634],[102.321037,33.656103],[102.330416,33.645878],[102.333475,33.640002],[102.336874,33.624965],[102.336155,33.615913],[102.338086,33.612926],[102.346535,33.60669],[102.392355,33.594355],[102.404326,33.58331],[102.411588,33.579844],[102.437523,33.57657],[102.443378,33.57435],[102.446996,33.570364],[102.454245,33.555272],[102.471765,33.549262],[102.475925,33.545369],[102.474901,33.534215],[102.470626,33.530641],[102.464514,33.531105],[102.453248,33.535982],[102.448306,33.535848],[102.444249,33.532882],[102.448155,33.521699],[102.458582,33.51137],[102.460261,33.506084],[102.450856,33.493151],[102.450077,33.488343],[102.451193,33.48475],[102.459615,33.480006],[102.460856,33.477781],[102.450349,33.471415],[102.448525,33.466199],[102.454074,33.462391],[102.466113,33.45923],[102.467212,33.453914],[102.462271,33.45095],[102.449859,33.456712],[102.440783,33.455059],[102.437483,33.451685],[102.433118,33.441222],[102.425744,33.440269],[102.41969,33.437538],[102.412293,33.430855],[102.405765,33.429806],[102.402858,33.427561],[102.402908,33.421519],[102.394375,33.416022],[102.395439,33.41104],[102.392615,33.406647],[102.384011,33.406497],[102.375819,33.414759],[102.371262,33.415433],[102.366526,33.414073],[102.364309,33.409915],[102.369705,33.400772],[102.368069,33.395249],[102.365974,33.393558],[102.355369,33.3954],[102.352567,33.400495],[102.353247,33.404669],[102.350068,33.410165],[102.343821,33.413781],[102.331092,33.403192],[102.311831,33.399002],[102.307383,33.400497],[102.299459,33.413259],[102.295262,33.415386],[102.288561,33.414694],[102.283657,33.409035],[102.280175,33.408393],[102.271521,33.410739],[102.267897,33.415543],[102.269252,33.421211],[102.26812,33.423675],[102.264905,33.423758],[102.26164,33.417498],[102.255933,33.412004],[102.255495,33.408],[102.260408,33.399258],[102.252158,33.396413],[102.246035,33.39194],[102.239865,33.392956],[102.233702,33.389645],[102.227428,33.378819],[102.228451,33.375808],[102.232678,33.374474],[102.233492,33.372023],[102.222473,33.362524],[102.216723,33.360343],[102.214024,33.353089],[102.203985,33.349984],[102.199737,33.343448],[102.190402,33.338759],[102.185878,33.332338],[102.18629,33.329297],[102.203435,33.321786],[102.201189,33.314738],[102.200452,33.3031],[102.209301,33.29099],[102.20734,33.282928],[102.211441,33.272229],[102.20998,33.266649],[102.215683,33.250235],[102.21219,33.244144],[102.214363,33.2349],[102.20684,33.226754],[102.198468,33.225675],[102.192202,33.232538],[102.183966,33.232413],[102.173365,33.235452],[102.160386,33.242862],[102.150501,33.2555],[102.150347,33.262461],[102.141652,33.276272],[102.127301,33.278273],[102.124982,33.281602],[102.114863,33.285016],[102.11276,33.291237],[102.113445,33.2977],[102.106992,33.297712],[102.105862,33.290676],[102.102751,33.287732],[102.097186,33.276645],[102.102826,33.275535],[102.101522,33.272599],[102.107307,33.266557],[102.108099,33.260621],[102.095073,33.249364],[102.100719,33.241235],[102.09927,33.235279],[102.086219,33.228019],[102.088377,33.221347],[102.094982,33.221329],[102.095131,33.218405],[102.087433,33.205667],[102.082895,33.207324],[102.080413,33.205701],[102.083511,33.200462],[102.079723,33.194802],[102.07663,33.199381],[102.070298,33.201504],[102.063584,33.200938],[102.058746,33.196136],[102.053422,33.196169],[102.040784,33.199853],[102.026709,33.196642],[102.020171,33.198429],[102.007585,33.198896],[101.995748,33.204817],[101.989184,33.201957],[101.984782,33.20391],[101.978782,33.203439],[101.970002,33.19316],[101.957377,33.188937],[101.937411,33.189568],[101.933334,33.188288],[101.931893,33.176833],[101.924668,33.161367],[101.917783,33.153367],[101.910541,33.148484],[101.90567,33.148244],[101.897747,33.144914],[101.884589,33.137204],[101.878217,33.126609],[101.877856,33.119983],[101.874566,33.115059],[101.866673,33.106585],[101.861494,33.106403],[101.857371,33.11164],[101.84211,33.113461],[101.832107,33.120679],[101.825854,33.120305],[101.823135,33.122876],[101.820506,33.132931],[101.821068,33.136232],[101.833139,33.139711],[101.838294,33.150247],[101.837025,33.161124],[101.840784,33.184587],[101.839208,33.192881],[101.833175,33.200028],[101.829095,33.210571],[101.829446,33.214692],[101.811229,33.221309],[101.796274,33.234896],[101.789605,33.231883],[101.773817,33.244117],[101.769034,33.249405],[101.771035,33.258444],[101.770031,33.262907],[101.765635,33.266057],[101.769434,33.270739],[101.784848,33.275041],[101.789319,33.281578],[101.804868,33.283035],[101.80746,33.285864],[101.807625,33.290407],[101.822148,33.273024],[101.828492,33.285315],[101.828309,33.289823],[101.830127,33.293752],[101.836651,33.294794],[101.847932,33.300216],[101.854439,33.311348],[101.858719,33.315043],[101.875865,33.316819],[101.877242,33.320728],[101.87084,33.329482],[101.874711,33.339916],[101.87371,33.351823],[101.880823,33.361566],[101.880183,33.374758],[101.884395,33.384456],[101.895179,33.395908],[101.901314,33.397836],[101.903914,33.404516],[101.912179,33.407738],[101.917396,33.42278],[101.913592,33.427738],[101.924719,33.437244],[101.929567,33.437057],[101.945052,33.443564],[101.924663,33.449276],[101.922887,33.451732],[101.926629,33.464327],[101.9273,33.472833],[101.923991,33.476294],[101.906522,33.4815],[101.901336,33.489632],[101.89882,33.497001],[101.898993,33.501383],[101.903271,33.510756],[101.897398,33.516522],[101.896175,33.51977],[101.903372,33.53427],[101.905663,33.54284],[101.901724,33.555724],[101.896062,33.560843],[101.883463,33.565309],[101.880878,33.567944],[101.882978,33.578908],[101.880867,33.58187],[101.87301,33.582111],[101.861902,33.587853],[101.856221,33.588618],[101.846113,33.603015],[101.842318,33.605032],[101.839546,33.59763],[101.833144,33.594404],[101.829907,33.583498],[101.832821,33.566706],[101.830085,33.556876],[101.819045,33.555225],[101.811029,33.551101],[101.809006,33.548552],[101.804877,33.549823],[101.798599,33.558376],[101.786341,33.556553],[101.781486,33.558876],[101.77588,33.552241],[101.768544,33.548271],[101.766573,33.540768],[101.75754,33.538507],[101.757251,33.524305],[101.751112,33.517791],[101.749326,33.510915],[101.746271,33.506946],[101.73962,33.506159],[101.733502,33.498496],[101.731204,33.499465],[101.715883,33.497123],[101.698994,33.504809],[101.688784,33.500755],[101.679463,33.502429],[101.668842,33.501202],[101.660434,33.504156],[101.647641,33.504749],[101.643528,33.49681],[101.630383,33.49416],[101.623802,33.500486],[101.615526,33.520093],[101.614673,33.529521],[101.616893,33.530477],[101.618545,33.535139],[101.615045,33.542303],[101.614915,33.549726],[101.618366,33.55989],[101.610496,33.567568],[101.60974,33.57764],[101.61267,33.583585],[101.609883,33.593903],[101.61216,33.598166],[101.615921,33.599107],[101.616664,33.605212],[101.611051,33.615801],[101.610564,33.620228],[101.605624,33.627639],[101.605841,33.631349],[101.601514,33.635061],[101.587444,33.639701],[101.585691,33.642067],[101.58497,33.64705],[101.587867,33.669895],[101.585933,33.672561],[101.580962,33.676798],[101.57688,33.677512],[101.565501,33.67006],[101.558342,33.670718],[101.554257,33.675817],[101.553081,33.687884],[101.548907,33.693256],[101.542577,33.69657],[101.538848,33.697339],[101.525632,33.693503],[101.510529,33.696108],[101.507841,33.697308],[101.50378,33.703723],[101.498661,33.704725],[101.480532,33.697383],[101.472591,33.690176],[101.467839,33.687901],[101.452732,33.686498],[101.441776,33.683561],[101.437229,33.68724],[101.431691,33.68627],[101.428271,33.683962],[101.426386,33.680193],[101.427762,33.666291],[101.426814,33.661451],[101.421572,33.655898],[101.415105,33.652671],[101.389191,33.646743],[101.381595,33.647522],[101.350269,33.659096],[101.346738,33.658427],[101.344209,33.654783],[101.335137,33.660899],[101.321056,33.658796],[101.31505,33.664721],[101.310014,33.666108],[101.30303,33.660111],[101.300011,33.66404],[101.296773,33.66537],[101.291615,33.662745],[101.280302,33.664045],[101.271294,33.668428],[101.257024,33.672544],[101.243441,33.68311],[101.233386,33.687159],[101.227851,33.684163],[101.214991,33.672546],[101.196681,33.672152],[101.18456,33.666491],[101.180393,33.659869],[101.181146,33.65601],[101.17778,33.655872],[101.166067,33.660634],[101.164546,33.662996],[101.165472,33.670673],[101.173504,33.679078],[101.173997,33.686117],[101.16334,33.69557],[101.161071,33.722149],[101.165487,33.728587],[101.170539,33.732686],[101.1771,33.735274],[101.178463,33.743874],[101.185068,33.743776],[101.187662,33.745189],[101.187117,33.754817],[101.183167,33.760595],[101.182335,33.767534],[101.190234,33.788983],[101.189093,33.792176],[101.183701,33.797241],[101.171806,33.804278],[101.16069,33.814074],[101.159424,33.820217],[101.150937,33.824884],[101.148109,33.828749],[101.148518,33.833065],[101.153973,33.838876],[101.152689,33.845008],[101.145322,33.847341],[101.136808,33.846432],[101.124817,33.852846],[101.115578,33.851495],[101.111078,33.852683],[101.109543,33.853929],[101.109526,33.859374],[101.106536,33.862751],[101.085354,33.858153],[101.074837,33.859379],[101.0519,33.865387],[101.046656,33.871168],[101.046696,33.880802],[101.043116,33.886258],[101.037614,33.887818],[101.030595,33.884484],[101.018616,33.899363],[100.994007,33.892682],[100.98686,33.908528],[100.976222,33.918343],[100.972862,33.925043],[100.969319,33.939135],[100.964592,33.945224],[100.964479,33.94899],[100.950308,33.95351],[100.943425,33.964323],[100.926252,33.977355],[100.925651,33.98155],[100.929775,33.993012],[100.925923,33.995327],[100.916487,34.008701],[100.911792,34.008401],[100.901774,34.019187],[100.896538,34.02951],[100.89655,34.038187],[100.882051,34.03456],[100.879265,34.040139],[100.875615,34.061008],[100.867848,34.067157],[100.865985,34.072003],[100.870451,34.084715],[100.856495,34.091104],[100.846616,34.091641],[100.842947,34.100723],[100.837011,34.109311],[100.838066,34.115747],[100.827172,34.131112],[100.81707,34.137355],[100.813739,34.141185],[100.806869,34.155818],[100.794709,34.161165],[100.787204,34.160787],[100.782894,34.168655],[100.775885,34.170238],[100.766281,34.17544],[100.762581,34.18033],[100.76728,34.191407],[100.779461,34.19708],[100.778662,34.203855],[100.779927,34.206298],[100.782418,34.209398],[100.787598,34.210823],[100.795381,34.227555],[100.79384,34.234528],[100.802035,34.239213],[100.80773,34.24745],[100.803232,34.253735],[100.796792,34.258057],[100.798668,34.26417],[100.807249,34.273309],[100.803951,34.288816],[100.812496,34.292193],[100.815817,34.29556],[100.814861,34.307406],[100.817879,34.311696],[100.820464,34.320751],[100.830352,34.320507],[100.836848,34.327663],[100.846333,34.327523],[100.869794,34.335944],[100.879481,34.352314],[100.890789,34.358679],[100.891926,34.363928],[100.890561,34.365983],[100.890855,34.371569],[100.893027,34.376514],[100.900024,34.378352],[100.917454,34.375523],[100.934775,34.379045],[100.948917,34.384876],[100.955955,34.378283],[100.973525,34.370199],[100.984859,34.37557],[101.001061,34.367675],[101.00832,34.357885],[101.019524,34.351731],[101.021422,34.344739],[101.028643,34.33992],[101.035589,34.337835],[101.037581,34.341693],[101.042877,34.342414],[101.049149,34.340109],[101.052534,34.326043],[101.064205,34.330033],[101.0702,34.330231],[101.080685,34.323829],[101.09512,34.329817],[101.099363,34.329138],[101.101665,34.326067],[101.112358,34.328033],[101.116866,34.330396],[101.133486,34.327414],[101.143639,34.333184],[101.152926,34.331729],[101.168253,34.319972],[101.176964,34.322157],[101.182995,34.32702],[101.192054,34.338167],[101.197864,34.334142],[101.205031,34.33216],[101.2264,34.331259],[101.233681,34.325826],[101.233016,34.317358],[101.229676,34.313038],[101.227944,34.298758],[101.231119,34.296439],[101.238317,34.294775],[101.246127,34.300172],[101.263841,34.294451],[101.265388,34.292109],[101.260648,34.288022],[101.266927,34.281095],[101.278948,34.275346],[101.291317,34.274352],[101.294557,34.269588],[101.316148,34.269039],[101.322545,34.270699],[101.326121,34.26676],[101.329761,34.253208],[101.328293,34.251261],[101.320468,34.251353],[101.320888,34.248062],[101.324033,34.245984],[101.330955,34.246439],[101.341531,34.250604],[101.368299,34.24918],[101.374538,34.247028],[101.383266,34.239994],[101.404679,34.237044],[101.410082,34.233991],[101.412511,34.229614],[101.426371,34.230437],[101.429306,34.227267],[101.439328,34.222664],[101.456766,34.223555],[101.483135,34.219807],[101.487256,34.217546],[101.489659,34.212567],[101.484316,34.203852],[101.485822,34.199499],[101.489308,34.197702],[101.50118,34.196849],[101.512713,34.199649],[101.523317,34.209918],[101.536772,34.213615],[101.541378,34.212112],[101.543689,34.206387],[101.554118,34.204164],[101.553164,34.196517],[101.557343,34.192821],[101.568338,34.194706],[101.575627,34.198963],[101.578634,34.198556],[101.582927,34.189873],[101.594144,34.185304],[101.604198,34.175964],[101.619784,34.17082],[101.628362,34.163843],[101.649034,34.156998],[101.653426,34.150494],[101.64121,34.1404],[101.651155,34.123616],[101.667295,34.113878],[101.685818,34.10912],[101.69153,34.111485],[101.692843,34.121692],[101.697645,34.122759],[101.702413,34.120525],[101.712742,34.109855],[101.713166,34.104252],[101.709623,34.096402],[101.709301,34.089521],[101.710118,34.087304],[101.714145,34.085288],[101.718895,34.089019],[101.722553,34.098874],[101.727086,34.101305],[101.730066,34.09596],[101.728893,34.087162],[101.735865,34.081237],[101.739645,34.086771],[101.747143,34.09079],[101.755656,34.101592],[101.756233,34.10652],[101.761507,34.118731],[101.761772,34.124222],[101.776013,34.126076],[101.786003,34.133103],[101.791325,34.133276],[101.796326,34.128936],[101.828455,34.131113],[101.833218,34.12625],[101.838638,34.126655],[101.848006,34.133489],[101.850529,34.141963],[101.844637,34.152619],[101.847599,34.15477],[101.863338,34.152003],[101.866154,34.15019],[101.866374,34.144361],[101.872645,34.131826],[101.884654,34.131472],[101.894336,34.135901],[101.903532,34.130624],[101.909806,34.130267],[101.915526,34.123248],[101.945892,34.114263],[101.955765,34.109593],[101.963106,34.149178],[101.967196,34.156425],[101.957938,34.160647],[101.957416,34.164198],[101.963917,34.16946],[101.968919,34.16998],[101.981999,34.168451],[101.987067,34.165283],[102.001186,34.162684],[102.007896,34.167431],[102.012423,34.178923],[102.011304,34.185501],[102.012604,34.187758],[102.016922,34.191768],[102.028561,34.192308],[102.026654,34.20677],[102.023448,34.211856],[102.012001,34.220284],[102.014725,34.22655],[102.023578,34.225269],[102.031629,34.231592],[102.049447,34.230595],[102.057399,34.227724],[102.06177,34.231731],[102.062697,34.242712],[102.056373,34.252791],[102.0624,34.265463],[102.058662,34.280433],[102.065288,34.293913],[102.083123,34.292237],[102.090733,34.287773],[102.102723,34.28497],[102.105856,34.285674],[102.126059,34.277912],[102.131736,34.273815],[102.145073,34.273014],[102.150333,34.286229],[102.147018,34.290169],[102.147898,34.294032],[102.154663,34.292814],[102.158978,34.300696],[102.167349,34.308697],[102.168467,34.311863],[102.16718,34.328099],[102.175502,34.335243],[102.180559,34.347878],[102.18648,34.356095],[102.18832,34.356133],[102.191969,34.35269],[102.191893,34.350841],[102.209777,34.347145],[102.21972,34.340835],[102.242378,34.346234],[102.25236,34.351851],[102.257537,34.357103],[102.241144,34.372075],[102.235357,34.380013],[102.221808,34.388693],[102.207881,34.404428],[102.205068,34.40945],[102.204607,34.418598],[102.194953,34.427632],[102.196,34.433139],[102.18975,34.440073],[102.185001,34.441798],[102.172543,34.451512],[102.172855,34.453436],[102.167952,34.45953],[102.168056,34.46786],[102.170638,34.475782],[102.163641,34.488144],[102.155373,34.497741],[102.15606,34.504646],[102.153872,34.509113],[102.142735,34.505421],[102.135919,34.505506],[102.123111,34.520943],[102.117454,34.524802],[102.111744,34.521041],[102.106388,34.521161],[102.090021,34.538082],[102.079264,34.538248],[102.073588,34.536022],[102.055384,34.540028],[102.037671,34.536076],[102.013192,34.539934],[102,34.539992],[101.989002,34.545079],[101.97282,34.54952],[101.972296,34.55294],[101.974154,34.558748],[101.960517,34.565372],[101.956116,34.574189],[101.954893,34.585281],[101.94568,34.584374],[101.936005,34.586286],[101.932614,34.589439],[101.922202,34.609475],[101.91883,34.626544],[101.921574,34.633268],[101.918509,34.6416],[101.918878,34.652505],[101.915863,34.66487],[101.91703,34.669391],[101.924711,34.677457],[101.928822,34.685164],[101.92779,34.688271],[101.922208,34.692546],[101.920016,34.696424],[101.915808,34.707622],[101.914213,34.718398],[101.916774,34.728179],[101.914642,34.738315],[101.917679,34.743051],[101.916676,34.751564],[101.921284,34.763319],[101.918691,34.767958],[101.918981,34.776157],[101.915904,34.780687],[101.915985,34.787014],[101.918814,34.802208],[101.923294,34.804386],[101.925466,34.808409],[101.92631,34.826945],[101.925512,34.830551],[101.921921,34.834221],[101.92178,34.837541],[101.929221,34.841248],[101.932312,34.846032],[101.930409,34.850132],[101.919929,34.855143],[101.91606,34.878055],[101.926139,34.878539],[101.934229,34.890444],[101.955843,34.889671],[101.963251,34.89143],[101.972259,34.896386],[101.977887,34.895016],[101.981409,34.898657],[101.976984,34.903292],[101.991915,34.898329],[102,34.900329],[102.003163,34.896738],[102.022703,34.901944],[102.026064,34.897391],[102.03294,34.892545],[102.04751,34.88774],[102.057845,34.889213],[102.065902,34.893773],[102.063398,34.897226],[102.050607,34.90391],[102.048,34.910255],[102.047164,34.921843],[102.049584,34.93211],[102.050574,34.93368],[102.056891,34.93334],[102.061168,34.936123],[102.062133,34.937434],[102.060004,34.938186],[102.060686,34.943424],[102.073259,34.948731],[102.074632,34.954067],[102.06628,34.958489],[102.084236,34.96786],[102.093818,34.989366],[102.098379,34.990984],[102.105895,34.990709],[102.107531,34.992665],[102.10676,34.996838],[102.122363,35.003804],[102.124983,35.012128],[102.129943,35.015834],[102.133124,35.015349],[102.136253,35.009443],[102.145867,35.014757],[102.149856,35.014117],[102.153458,35.010877],[102.156349,35.01098],[102.161533,35.021777],[102.171921,35.033366],[102.211069,35.035996],[102.212589,35.040852],[102.211514,35.049317],[102.216854,35.060657],[102.222895,35.060418],[102.226952,35.056182],[102.250312,35.049051],[102.260158,35.055091],[102.269162,35.055596],[102.278469,35.058381],[102.293004,35.07144],[102.300628,35.106722],[102.306001,35.110554],[102.309805,35.117288],[102.30932,35.129452],[102.314776,35.131927],[102.319932,35.131167],[102.331416,35.136165],[102.337848,35.140797],[102.337533,35.150541],[102.342384,35.162778],[102.34941,35.166024],[102.355559,35.163295],[102.371911,35.161832],[102.38445,35.166506],[102.40451,35.179306],[102.395308,35.197631],[102.378367,35.214206],[102.378878,35.219822],[102.376595,35.229508],[102.373868,35.231456],[102.368016,35.232305],[102.361732,35.239486],[102.367894,35.248497],[102.366114,35.253322],[102.368349,35.261379],[102.339105,35.282747],[102.322514,35.281554],[102.309299,35.28355],[102.288716,35.294848],[102.276077,35.305716],[102.282145,35.314626],[102.291443,35.317622],[102.302435,35.316167],[102.308995,35.312842],[102.316703,35.343158],[102.305991,35.349495],[102.304306,35.361761],[102.296088,35.364867],[102.285887,35.36578],[102.284833,35.367717],[102.284036,35.37879],[102.280378,35.387989],[102.282009,35.394914],[102.289352,35.408202],[102.292305,35.409659],[102.292026,35.42533],[102.300102,35.426392],[102.306327,35.432602],[102.313208,35.435412],[102.319733,35.43317],[102.32398,35.428747],[102.343369,35.429951],[102.362453,35.421167],[102.365978,35.422865],[102.372432,35.421794],[102.389897,35.415978],[102.398989,35.410097],[102.405865,35.409019],[102.405401,35.41557],[102.420195,35.418435],[102.428006,35.426402],[102.44693,35.438208],[102.448304,35.449847],[102.441901,35.450539],[102.436033,35.455701],[102.439223,35.466658],[102.448242,35.479077],[102.455906,35.473684],[102.460567,35.480845],[102.464133,35.498136],[102.463431,35.503105],[102.459781,35.507143],[102.48011,35.51313],[102.483367,35.516596],[102.487748,35.53425],[102.495785,35.550824],[102.495977,35.572469],[102.50017,35.572971],[102.508627,35.568591],[102.512877,35.570455],[102.509382,35.581044],[102.500943,35.58453],[102.502708,35.589432],[102.508303,35.589289],[102.511624,35.583315],[102.518348,35.5789],[102.529276,35.581454],[102.541853,35.572577],[102.544658,35.563681],[102.548447,35.56042],[102.584279,35.542453],[102.611734,35.53843],[102.62425,35.541481],[102.631921,35.541506],[102.631847,35.535384],[102.649978,35.534044],[102.662865,35.530141],[102.666951,35.533882],[102.678684,35.529228],[102.681167,35.529395],[102.682098,35.532559],[102.690528,35.531386],[102.700132,35.525675],[102.70695,35.520625],[102.7081,35.518152],[102.741508,35.494132],[102.743224,35.494436],[102.752094,35.502077],[102.756415,35.510892],[102.76822,35.518958],[102.773324,35.520541],[102.780947,35.527948],[102.780605,35.530738],[102.775967,35.536091],[102.772308,35.535639],[102.7457,35.528717],[102.739464,35.521747],[102.726292,35.524303],[102.725473,35.532745],[102.738843,35.540796],[102.741695,35.546158],[102.755278,35.546803],[102.773749,35.552101],[102.779314,35.549133],[102.791368,35.560835],[102.803448,35.556825],[102.805123,35.563325],[102.802025,35.571833],[102.771928,35.592163],[102.767575,35.598901],[102.768881,35.607193],[102.761035,35.613025],[102.760424,35.624154],[102.766534,35.643765],[102.764703,35.651468],[102.76094,35.653973],[102.744415,35.657403],[102.740214,35.659848],[102.73144,35.672823],[102.725946,35.692433],[102.714167,35.699153],[102.699003,35.714956],[102.697369,35.71837],[102.694132,35.749473],[102.690483,35.753185],[102.683483,35.769258],[102.685103,35.774922],[102.691255,35.779754],[102.694006,35.784013],[102.692278,35.789935],[102.694386,35.79709],[102.701989,35.798178],[102.707419,35.802225],[102.715024,35.81719],[102.722517,35.817871],[102.729519,35.821365],[102.738348,35.821714],[102.741655,35.827818],[102.751219,35.835073],[102.753394,35.839996],[102.759701,35.842151],[102.769278,35.851114],[102.774849,35.85912],[102.782083,35.862226],[102.788023,35.861675],[102.794874,35.858115],[102.808495,35.855113],[102.816129,35.850773],[102.819812,35.851408],[102.826348,35.856944],[102.840056,35.856674],[102.850071,35.853618],[102.855365,35.847516],[102.859931,35.845509],[102.882825,35.850325],[102.893288,35.846476],[102.910461,35.847022],[102.913776,35.844765],[102.921166,35.83391],[102.932661,35.835645],[102.940904,35.830317],[102.943887,35.830886],[102.948395,35.836952],[102.94534,35.847192],[102.946443,35.852692],[102.953013,35.859144],[102.95411,35.86211],[102.952479,35.868196],[102.949149,35.871448],[102.945391,35.8848],[102.945876,35.890878],[102.948553,35.896272],[102.946815,35.904266],[102.948234,35.921576],[102.948036,35.92318],[102.940751,35.927686],[102.943126,35.945085],[102.949577,35.954205],[102.9497,35.967211],[102.971559,35.995071],[102.965734,35.996953],[102.961805,36.00833],[102.952015,36.016749],[102.950083,36.023963],[102.959113,36.033628],[102.967627,36.033653],[102.973717,36.036335],[102.966155,36.044734],[102.928237,36.049559],[102.926573,36.05061],[102.925484,36.057194],[102.915912,36.066348],[102.905509,36.07132],[102.902426,36.070423],[102.900158,36.066054],[102.894581,36.066572],[102.891756,36.077451],[102.88441,36.077991],[102.879989,36.083394],[102.884777,36.092725],[102.893429,36.092383],[102.904482,36.088344],[102.911403,36.089626],[102.916028,36.095135],[102.92859,36.102096],[102.939837,36.106213],[102.944291,36.121993],[102.944281,36.131715],[102.952831,36.14003],[102.946833,36.147788],[102.947247,36.150676],[102.949605,36.152274],[102.964235,36.15164],[102.969979,36.169298],[102.981461,36.18105],[102.981833,36.187301],[102.985118,36.194086],[102.999745,36.19582],[103.004135,36.198165],[103.005984,36.201187],[103.015858,36.204607],[103.031059,36.203465],[103.036615,36.199585],[103.04342,36.198618],[103.060361,36.201153],[103.068897,36.207078],[103.065488,36.215226],[103.06271,36.219204],[103.057191,36.220048],[103.05141,36.21864],[103.045693,36.226632],[103.03774,36.228896],[103.028216,36.234023],[103.019254,36.23214],[103.024711,36.248594],[103.022087,36.257162],[103.011994,36.258178],[103.007401,36.262536],[102.990732,36.264046],[102.984022,36.272114],[102.973747,36.276017],[102.968946,36.284063],[102.961137,36.283599],[102.95207,36.288061],[102.94101,36.289509],[102.933444,36.294206],[102.920993,36.298915],[102.914177,36.315367],[102.901447,36.323076],[102.895057,36.332464],[102.885212,36.331942],[102.873572,36.336069],[102.871166,36.333544],[102.857598,36.330882],[102.8366,36.34091],[102.832744,36.350915],[102.828305,36.357345],[102.827816,36.366764],[102.831568,36.370167],[102.825147,36.374751],[102.816303,36.392063],[102.824522,36.407196],[102.8077,36.408282],[102.806016,36.410445],[102.806775,36.421346],[102.791183,36.42727],[102.78691,36.436561],[102.786021,36.447329],[102.771862,36.457931],[102.764818,36.465447],[102.771038,36.475179],[102.786715,36.481827],[102.789555,36.487292],[102.791319,36.4994],[102.770187,36.521342],[102.751498,36.525498],[102.742535,36.539311],[102.740842,36.54492],[102.742158,36.547078],[102.738177,36.559295],[102.732696,36.562056],[102.736667,36.570427],[102.747981,36.56747],[102.760177,36.568931],[102.762558,36.575512],[102.752837,36.583199],[102.74099,36.582927],[102.7305,36.591403],[102.724009,36.592053],[102.713209,36.599327],[102.72315,36.613135],[102.721839,36.614725],[102.713385,36.616695],[102.697403,36.616542],[102.682932,36.618763],[102.664917,36.633859],[102.631826,36.649544],[102.628275,36.652176],[102.619402,36.669035],[102.606863,36.677908],[102.60514,36.681911],[102.602936,36.692281],[102.606994,36.701607],[102.600174,36.709223],[102.599864,36.717269],[102.603975,36.72125],[102.612198,36.738499],[102.61541,36.740302],[102.63425,36.733443],[102.642627,36.733995],[102.64564,36.736403],[102.645696,36.739687],[102.649571,36.747601],[102.654651,36.746982],[102.678246,36.762282],[102.682411,36.769125],[102.690876,36.775389],[102.715468,36.767463],[102.718541,36.767953],[102.71904,36.769463],[102.71588,36.769996],[102.704678,36.781946],[102.700618,36.788696],[102.699876,36.793086],[102.684535,36.809147],[102.682787,36.809536],[102.679177,36.806562],[102.675905,36.80722],[102.666581,36.818617],[102.656121,36.826068],[102.65572,36.829061],[102.646333,36.83421],[102.63734,36.852901],[102.634787,36.853864],[102.627162,36.850535],[102.624891,36.852016],[102.624368,36.858755],[102.611936,36.864784],[102.585491,36.869579],[102.580537,36.878205],[102.571955,36.882615],[102.56671,36.895402],[102.560046,36.900568],[102.558795,36.9059],[102.563381,36.911678],[102.559511,36.919248],[102.550363,36.923587],[102.525739,36.927506],[102.521452,36.932438],[102.522367,36.938752],[102.520484,36.940201],[102.509152,36.93914],[102.498015,36.94306],[102.496357,36.946858],[102.4977,36.953312],[102.496063,36.956404],[102.492677,36.957157],[102.488822,36.953701],[102.480841,36.95366],[102.472188,36.95724],[102.464905,36.954458],[102.459337,36.957754],[102.456214,36.962931],[102.448813,36.968616],[102.450458,36.970508],[102.458822,36.972509],[102.465257,36.976139],[102.466555,36.983504],[102.464586,36.988563],[102.469836,36.995272],[102.504748,37.019498],[102.500058,37.031218],[102.493904,37.03993],[102.493118,37.044408],[102.496382,37.05485],[102.489671,37.063335],[102.490236,37.073067],[102.488309,37.076692],[102.485227,37.07854],[102.495365,37.087149],[102.506273,37.092106],[102.510776,37.09209],[102.529627,37.086727],[102.536206,37.090229],[102.56225,37.094179],[102.573119,37.096737],[102.57702,37.099586],[102.600248,37.104741],[102.620489,37.103527],[102.640477,37.099906],[102.639447,37.114057],[102.636234,37.120851],[102.626395,37.134067],[102.607322,37.150852],[102.606434,37.161323],[102.600269,37.173592],[102.595908,37.175193],[102.593078,37.172403],[102.588503,37.171288],[102.578172,37.17156],[102.566459,37.179741],[102.558099,37.19206],[102.554253,37.192902],[102.543108,37.202018],[102.541922,37.204771],[102.543219,37.207992],[102.534985,37.212719],[102.518198,37.21892],[102.514076,37.219575],[102.503775,37.217058],[102.487837,37.222972],[102.482174,37.229639],[102.481061,37.236037],[102.477982,37.241067],[102.45569,37.249766],[102.450321,37.264864],[102.451424,37.270964],[102.444762,37.274789],[102.44086,37.275224],[102.42689,37.283873],[102.417714,37.29314],[102.417449,37.296636],[102.4257,37.307963],[102.41599,37.31396],[102.402602,37.317008],[102.390756,37.324405],[102.381826,37.322373],[102.362323,37.329491],[102.339953,37.342191],[102.338983,37.347858],[102.316168,37.358438],[102.30936,37.359577],[102.297905,37.369797],[102.296268,37.380936],[102.298507,37.39049],[102.268942,37.392429],[102.252386,37.403317],[102.247196,37.41054],[102.219136,37.417434],[102.195536,37.419037],[102.18491,37.427514],[102.187481,37.43426],[102.176449,37.456111],[102.156933,37.468947],[102.126292,37.481134],[102.101219,37.481599],[102.10066,37.49158],[102.110943,37.507112],[102.120356,37.515838],[102.114998,37.527116],[102.115528,37.531155],[102.120516,37.536888],[102.124794,37.539158],[102.128179,37.546871],[102.124057,37.552362],[102.118796,37.551837],[102.099723,37.573596],[102.071384,37.583204],[102.063206,37.591649],[102.065709,37.600966],[102.053883,37.61376],[102.037495,37.620722],[102.03324,37.627625],[102.043287,37.640959],[102.045997,37.651861],[102.041783,37.655961],[102.038126,37.656182],[102.033077,37.664816],[102.019155,37.680413],[102.013152,37.698261],[102.013904,37.707584],[102.008517,37.712936],[101.999907,37.715211],[101.996767,37.72575],[101.976071,37.727657],[101.964871,37.724447],[101.953672,37.728283],[101.934362,37.723859],[101.929064,37.721582],[101.922722,37.716204],[101.920701,37.712282],[101.914446,37.707841],[101.906466,37.703435],[101.893185,37.701081],[101.874919,37.685931],[101.871873,37.686048],[101.867678,37.672405],[101.859694,37.664626],[101.861888,37.658646],[101.856671,37.662713],[101.851525,37.664322],[101.828645,37.655482],[101.812726,37.653508],[101.809319,37.665607],[101.809127,37.672366],[101.812692,37.681484],[101.795845,37.686877],[101.789238,37.695447],[101.722548,37.7118],[101.675221,37.727446],[101.666127,37.727882],[101.656988,37.73219],[101.656237,37.740634],[101.663665,37.748128],[101.668341,37.756374],[101.667556,37.758902],[101.660005,37.763798],[101.65318,37.770746],[101.640994,37.774698],[101.628334,37.789742],[101.618027,37.805433],[101.617683,37.809633],[101.602159,37.81716],[101.597023,37.827699],[101.590751,37.830194],[101.583694,37.830638],[101.573978,37.835479],[101.561425,37.836544],[101.558318,37.83879],[101.552926,37.835592],[101.542795,37.838312],[101.524049,37.84677],[101.521265,37.849404],[101.515929,37.850298],[101.513469,37.852683],[101.499532,37.857877],[101.497236,37.857766],[101.494293,37.854961],[101.485876,37.856261],[101.480619,37.853281],[101.472045,37.855892],[101.467094,37.855033],[101.459883,37.858499],[101.456623,37.866586],[101.446586,37.865997],[101.438252,37.86777],[101.435792,37.866332],[101.434403,37.863519],[101.435049,37.860619],[101.431861,37.857317],[101.418078,37.84682],[101.408193,37.844529],[101.401775,37.839598],[101.401415,37.831154],[101.393403,37.828061],[101.387278,37.827632],[101.37783,37.821281],[101.376118,37.818004],[101.377612,37.81555],[101.37243,37.805171],[101.375302,37.800253],[101.365125,37.796627],[101.360845,37.791295],[101.353428,37.789661],[101.347993,37.794753],[101.347519,37.798799],[101.340945,37.798981],[101.337905,37.802997],[101.328202,37.804419],[101.324485,37.807665],[101.316191,37.811054],[101.310707,37.809522],[101.309341,37.814465],[101.302237,37.817422],[101.301754,37.824293],[101.289889,37.824173],[101.281843,37.827745],[101.281105,37.832963],[101.276639,37.836044],[101.26661,37.83435],[101.262677,37.832107],[101.255724,37.832508],[101.234373,37.843501],[101.224087,37.841527],[101.21839,37.845603],[101.201987,37.846446],[101.196497,37.848491],[101.190638,37.85555],[101.18321,37.855956],[101.181937,37.859276],[101.178558,37.860568],[101.170563,37.860057],[101.170398,37.865157],[101.168764,37.866933],[101.164989,37.869284],[101.157805,37.867313],[101.156292,37.874024],[101.148023,37.876101],[101.150544,37.881988],[101.149549,37.894178],[101.143347,37.899014],[101.138875,37.899897],[101.136223,37.903848],[101.132329,37.906111],[101.132303,37.909889],[101.12649,37.914236],[101.122855,37.916101],[101.11707,37.914886],[101.114179,37.917149],[101.111988,37.919968],[101.112804,37.924925],[101.109719,37.935852],[101.100984,37.946453],[101.093991,37.944562],[101.089697,37.93915],[101.081719,37.941911],[101.073727,37.941785],[101.068719,37.94697],[101.064242,37.948652],[101.062693,37.952814],[101.058699,37.954862],[101.057364,37.95943],[101.051934,37.962483],[101.04828,37.962226],[101.040638,37.965068],[101.035086,37.975144],[101.031513,37.976221],[101.025657,37.973667],[101.020385,37.973804],[101.007449,37.982124],[101.002366,37.98803],[100.999479,37.986876],[100.9961,37.988249],[100.991489,37.994214],[100.991937,37.996764],[100.990508,37.998494],[100.983104,37.999212],[100.97668,38.007225],[100.971074,38.006364],[100.959065,38.011519],[100.955992,38.008486],[100.955192,38.004878],[100.949558,38.006763],[100.941506,38.002294],[100.934975,38.006845],[100.926037,38.006454],[100.920017,38.000306],[100.915239,37.99987],[100.903745,38.006312],[100.896523,38.012452],[100.894573,38.016454],[100.896173,38.02876],[100.889023,38.038697],[100.885964,38.054317],[100.893914,38.063729],[100.906744,38.073098],[100.907444,38.076936],[100.913154,38.082856],[100.917854,38.08318],[100.921274,38.08545],[100.922794,38.089864],[100.921604,38.099324],[100.916575,38.11255],[100.917429,38.128332],[100.922775,38.140344],[100.923165,38.148847],[100.930955,38.15352],[100.936883,38.160163],[100.910243,38.178118],[100.89798,38.178776],[100.893452,38.174309],[100.889537,38.167099],[100.881859,38.165497],[100.879293,38.161078],[100.864482,38.154767],[100.859007,38.147387],[100.842326,38.147721],[100.840341,38.15026],[100.831305,38.154006],[100.828471,38.156926],[100.823375,38.157625],[100.817872,38.162518],[100.815549,38.168131],[100.811725,38.171172],[100.804575,38.183609],[100.798762,38.18509],[100.786955,38.192914],[100.784942,38.202408],[100.778566,38.20431],[100.777293,38.212473],[100.755224,38.235487],[100.747296,38.240399],[100.738704,38.237597],[100.731282,38.245105],[100.726164,38.245869],[100.713555,38.252778],[100.710041,38.253342],[100.703202,38.247906],[100.690663,38.247601],[100.682804,38.251292],[100.677201,38.251845],[100.674533,38.254961],[100.669232,38.257282],[100.664101,38.255515],[100.646791,38.260849],[100.640549,38.260451],[100.624832,38.266704],[100.619306,38.266159],[100.603672,38.256113],[100.598459,38.255726],[100.598853,38.248699],[100.593876,38.24285],[100.573077,38.250709],[100.564884,38.250265],[100.560442,38.247502],[100.55012,38.250029],[100.54502,38.245276],[100.542958,38.246518],[100.539897,38.253984],[100.53428,38.257204],[100.528798,38.263634],[100.520186,38.266163],[100.518705,38.273986],[100.511527,38.27474],[100.506308,38.272697],[100.49497,38.272549],[100.494074,38.277513],[100.485658,38.278982],[100.482222,38.282083],[100.481601,38.285869],[100.473202,38.288057],[100.47325,38.284881],[100.466912,38.279111],[100.469328,38.272192],[100.466825,38.269201],[100.462501,38.268428],[100.457608,38.264774],[100.448852,38.265155],[100.443249,38.268902],[100.4359,38.267387],[100.429675,38.27319],[100.431136,38.276023],[100.433362,38.276793],[100.435297,38.281807],[100.431766,38.286163],[100.435862,38.296216],[100.43327,38.300709],[100.424284,38.300331],[100.423907,38.305048],[100.422089,38.30696],[100.417809,38.307633],[100.406911,38.299536],[100.400268,38.297164],[100.395249,38.292134],[100.387281,38.297289],[100.380934,38.297703],[100.379925,38.300817],[100.381223,38.305041],[100.372659,38.30916],[100.35905,38.307313],[100.354897,38.311685],[100.347791,38.310674],[100.339972,38.317219],[100.318171,38.325206],[100.316198,38.328879],[100.322221,38.330853],[100.323847,38.335055],[100.327158,38.337558],[100.33093,38.337384],[100.3312,38.340606],[100.321288,38.35215],[100.318308,38.35957],[100.318724,38.362732],[100.3022,38.379406],[100.302155,38.386424],[100.300336,38.388138],[100.297731,38.388257],[100.290402,38.383982],[100.286175,38.377826],[100.279242,38.376641],[100.273712,38.379138],[100.270589,38.377505],[100.260946,38.367043],[100.260008,38.364152],[100.247525,38.37282],[100.247052,38.376021],[100.25281,38.383588],[100.250067,38.394334],[100.246987,38.398125],[100.248576,38.402066],[100.244416,38.407373],[100.244363,38.412011],[100.247594,38.418563],[100.241681,38.426793],[100.23959,38.433973],[100.240289,38.437833],[100.238204,38.441913],[100.230103,38.446845],[100.218703,38.446756],[100.214948,38.452801],[100.210895,38.454627],[100.185969,38.457573],[100.176391,38.456882],[100.171986,38.459186],[100.164204,38.459665],[100.153816,38.467468],[100.154083,38.472401],[100.150342,38.474935],[100.148277,38.478848],[100.131529,38.481649],[100.128949,38.484346],[100.123245,38.48611],[100.111075,38.496648],[100.099706,38.49286],[100.086033,38.493062],[100.077615,38.501926],[100.071433,38.504807],[100.062862,38.518904],[100.056012,38.520185],[100.046879,38.511481],[100.038277,38.508764],[100.027814,38.510669],[100.02205,38.507137],[100.021316,38.496722],[100.012623,38.48923],[100.008483,38.481684],[100.000874,38.473028],[99.999265,38.46751],[100.009117,38.457129],[100.016501,38.452248],[100.025095,38.450599],[100.029339,38.444151],[100.022113,38.43857],[100.021239,38.431623],[100.044676,38.428267],[100.047391,38.423978],[100.046271,38.420771],[100.056683,38.415743],[100.059887,38.419947],[100.066987,38.418161],[100.069792,38.413869],[100.080424,38.405181],[100.090348,38.407499],[100.093088,38.400599],[100.092561,38.396235],[100.096694,38.389357],[100.109555,38.377333],[100.109781,38.370134],[100.119449,38.356423],[100.118808,38.354187],[100.112723,38.352012],[100.116876,38.34284],[100.139575,38.331897],[100.162099,38.327431],[100.167348,38.320494],[100.164194,38.314925],[100.158439,38.312575],[100.15651,38.309844],[100.158421,38.303082],[100.162303,38.300134],[100.158508,38.289321],[100.162528,38.287015],[100.164836,38.281626],[100.164273,38.272661],[100.165916,38.266138],[100.173673,38.258329],[100.175664,38.251697],[100.183574,38.241607],[100.18032,38.219856],[100.17093,38.215579],[100.162508,38.215121],[100.155815,38.217284],[100.153367,38.22235],[100.147168,38.224857],[100.134492,38.229396],[100.127114,38.228907],[100.122722,38.234823],[100.116784,38.251591],[100.098723,38.258642],[100.095088,38.261875],[100.093062,38.266382],[100.09881,38.270545],[100.092436,38.271997],[100.07578,38.28487],[100.066662,38.283704],[100.062649,38.284735],[100.057277,38.280596],[100.046534,38.286073],[100.039002,38.286429],[100.028443,38.29595],[100.016704,38.2983],[100.016561,38.30509],[100.014731,38.30704],[100.009361,38.307442],[100.006866,38.312771],[99.990144,38.312259],[99.972826,38.316673],[99.957654,38.315029],[99.949237,38.322876],[99.94812,38.327407],[99.943297,38.331306],[99.942596,38.334024],[99.944292,38.338306],[99.942343,38.340717],[99.938508,38.341208],[99.928361,38.335823],[99.913055,38.336823],[99.908963,38.343987],[99.901815,38.343265],[99.899382,38.347897],[99.885694,38.346387],[99.881484,38.351841],[99.869017,38.354296],[99.860428,38.359294],[99.844409,38.359545],[99.838711,38.362718],[99.839026,38.366796],[99.835888,38.368761],[99.83106,38.367149],[99.814443,38.367298],[99.811263,38.371242],[99.807657,38.372863],[99.805927,38.378706],[99.801885,38.379739],[99.799616,38.384479],[99.79646,38.386718],[99.788581,38.386944],[99.77707,38.390357],[99.778625,38.397675],[99.770808,38.40697],[99.759867,38.406618],[99.755084,38.411002],[99.75123,38.409686],[99.744674,38.410962],[99.732268,38.40818],[99.723706,38.411725],[99.721687,38.418392],[99.718884,38.421517],[99.699757,38.427953],[99.690227,38.427673],[99.678984,38.430679],[99.675921,38.429899],[99.673198,38.434262],[99.657339,38.439646],[99.654802,38.44322],[99.65505,38.449719],[99.659437,38.456723],[99.657671,38.460098],[99.659128,38.464523],[99.651997,38.470685],[99.645751,38.473062],[99.642061,38.477056],[99.628819,38.474542],[99.623009,38.477829],[99.617343,38.484325],[99.608021,38.484898],[99.598074,38.489005],[99.594586,38.496556],[99.582848,38.499098],[99.580551,38.504453],[99.552385,38.522405],[99.550813,38.529559],[99.547248,38.535039],[99.534089,38.541832],[99.524574,38.548985],[99.512098,38.567393],[99.51445,38.576365],[99.509847,38.586511],[99.511445,38.589137],[99.510409,38.592975],[99.51404,38.597631],[99.508268,38.602387],[99.509304,38.609703],[99.504904,38.609007],[99.500431,38.612051],[99.49005,38.610164],[99.487307,38.614689],[99.484017,38.615612],[99.470139,38.609346],[99.466551,38.605738],[99.452595,38.605181],[99.442942,38.609658],[99.439021,38.615116],[99.428944,38.62049],[99.42656,38.624227],[99.433739,38.628407],[99.435454,38.631312],[99.42973,38.638064],[99.430796,38.645104],[99.424447,38.649942],[99.422616,38.654233],[99.415075,38.659932],[99.416522,38.662778],[99.416232,38.669795],[99.399907,38.671746],[99.393626,38.670763],[99.385611,38.676103],[99.382261,38.682278],[99.383894,38.685622],[99.37629,38.692869],[99.375863,38.698958],[99.377922,38.701428],[99.37647,38.708698],[99.368761,38.709607],[99.362401,38.712954],[99.361162,38.715707],[99.361865,38.722709],[99.353919,38.723857],[99.352914,38.726096],[99.354161,38.730533],[99.349398,38.736668],[99.344825,38.738427],[99.336427,38.735691],[99.330342,38.739047],[99.32143,38.739748],[99.318796,38.742603],[99.319786,38.749156],[99.31335,38.75236],[99.310255,38.758423],[99.305414,38.760094],[99.292261,38.760335],[99.290586,38.764909],[99.283655,38.768592],[99.275091,38.770249],[99.272331,38.773572],[99.259478,38.772554],[99.256515,38.778935],[99.247163,38.783837],[99.237698,38.785708],[99.235766,38.791729],[99.217822,38.794406],[99.217814,38.801877],[99.208733,38.800214],[99.199983,38.804054],[99.200393,38.809152],[99.190778,38.816069],[99.183531,38.814277],[99.178788,38.815217],[99.176705,38.817846],[99.17732,38.821234],[99.17458,38.830281],[99.157178,38.832073],[99.15552,38.83864],[99.148713,38.848027],[99.148889,38.850291],[99.139441,38.851949],[99.13886,38.857909],[99.120108,38.863845],[99.10971,38.870252],[99.103612,38.877743],[99.091485,38.880081],[99.090573,38.88757],[99.087606,38.890175],[99.07713,38.893474],[99.071858,38.900188],[99.063945,38.904699],[99.065568,38.909048],[99.073718,38.916627],[99.079365,38.934034],[99.089144,38.934912],[99.096978,38.942614],[99.102092,38.944708],[99.104474,38.949626],[99.098369,38.954956],[99.091512,38.957618],[99.090746,38.955565],[99.084108,38.95252],[99.073222,38.95581],[99.0629,38.953947],[99.056233,38.954435],[99.053519,38.964137],[99.044355,38.972855],[99.031387,38.977948],[99.02683,38.977695],[99.020964,38.982287],[99.011377,38.984262],[99.007408,38.979902],[98.994602,38.975404],[98.988768,38.978554],[98.984016,38.98429],[98.979551,38.983038],[98.972476,38.985048],[98.969189,38.982776],[98.960509,38.985545],[98.956341,38.984548],[98.948897,38.988108],[98.943119,38.993923],[98.934652,38.994126],[98.929135,39.001755],[98.920236,39.001935],[98.913134,39.007411],[98.903342,39.010802],[98.899433,39.021824],[98.890542,39.028925],[98.886718,39.038616],[98.882983,39.042127],[98.877807,39.04309],[98.874494,39.046777],[98.870363,39.048138],[98.856103,39.04671],[98.855247,39.051778],[98.846768,39.054683],[98.839877,39.052634],[98.838376,39.056626],[98.818395,39.063276],[98.818184,39.065765],[98.821611,39.067723],[98.822688,39.071705],[98.815087,39.080888],[98.816808,39.084176],[98.811056,39.087109],[98.808111,39.084604],[98.805859,39.087173],[98.800567,39.086272],[98.779142,39.088512],[98.76502,39.084853],[98.758391,39.089185],[98.75526,39.087381],[98.742319,39.085412],[98.740298,39.074011],[98.729281,39.055598],[98.72099,39.052949],[98.71861,39.048292],[98.704777,39.042949],[98.696115,39.031736],[98.691822,39.020983],[98.676769,39.009419],[98.670385,39.007261],[98.666911,39.001841],[98.664823,38.994358],[98.661891,38.99287],[98.645758,38.991445],[98.640752,38.986396],[98.631599,38.98663],[98.626897,38.983609],[98.612768,38.97917],[98.611991,38.976047],[98.62324,38.960839],[98.624862,38.957036],[98.624216,38.954235],[98.617168,38.950714],[98.615897,38.946626],[98.596655,38.946469],[98.593751,38.938016],[98.589689,38.931831],[98.58045,38.928343],[98.575107,38.931549],[98.57172,38.931779],[98.566751,38.938654],[98.560633,38.941547],[98.558504,38.944417],[98.546545,38.94992],[98.535755,38.950682],[98.525337,38.955492],[98.517129,38.954851],[98.511737,38.956916],[98.503115,38.952475],[98.496803,38.952435],[98.483193,38.948705],[98.475405,38.953992],[98.457232,38.958743],[98.454797,38.961698],[98.442485,38.963495],[98.440907,38.96656],[98.431959,38.973027],[98.431923,38.975901],[98.428522,38.977876],[98.434435,38.983726],[98.435204,38.998054],[98.429273,38.999533],[98.426171,38.997503],[98.421969,38.999149],[98.408412,38.99711],[98.406057,39.000278],[98.40429,38.999912],[98.40189,39.005787],[98.404051,39.009582],[98.401089,39.015188],[98.39853,39.016713],[98.399376,39.023935],[98.390774,39.026065],[98.381275,39.032366],[98.373129,39.029415],[98.362315,39.029296],[98.352564,39.033004],[98.336062,39.035073],[98.330211,39.038037],[98.318107,39.036058],[98.316217,39.037775],[98.311107,39.037984],[98.304725,39.035567],[98.300642,39.035638],[98.295453,39.038771],[98.290766,39.037263],[98.285844,39.032964],[98.290664,39.028319],[98.283891,39.021835],[98.285253,39.008112],[98.275718,38.975074],[98.259161,38.94934],[98.246469,38.936512],[98.243218,38.929243],[98.2367,38.922734],[98.237848,38.914742],[98.248731,38.911878],[98.252054,38.907537],[98.253078,38.899814],[98.251125,38.887675],[98.247071,38.88137],[98.235599,38.874644],[98.223817,38.871809],[98.215962,38.867817],[98.205851,38.858491],[98.196286,38.854695],[98.188873,38.848017],[98.178099,38.845943],[98.172721,38.84305],[98.169929,38.839388],[98.16017,38.832619],[98.152254,38.820009],[98.132824,38.81481],[98.132365,38.811847],[98.119445,38.808229],[98.116144,38.797334],[98.102905,38.79471],[98.097904,38.787132],[98.093203,38.784862],[98.080088,38.797563],[98.068427,38.816622],[98.061771,38.820048],[98.051082,38.81893],[98.045439,38.822331],[98.046314,38.825415],[98.037714,38.831084],[98.031006,38.831799],[98.027305,38.837241],[98.027164,38.844607],[98.013749,38.855059],[98.011432,38.858961],[97.994998,38.861485],[97.980784,38.860608],[97.967274,38.864492],[97.960219,38.868377],[97.955113,38.87487],[97.952819,38.873219],[97.942671,38.874255],[97.935971,38.877505],[97.93501,38.88089],[97.933398,38.881527],[97.92533,38.883137],[97.923026,38.879964],[97.918914,38.878721],[97.909721,38.881703],[97.906314,38.884031],[97.904611,38.887511],[97.901442,38.886801],[97.896931,38.888816],[97.890032,38.898417],[97.88215,38.897753],[97.869035,38.903444],[97.866233,38.907875],[97.862346,38.909084],[97.85704,38.915142],[97.853112,38.92221],[97.84064,38.921114],[97.829751,38.929179],[97.825442,38.928718],[97.820838,38.934148],[97.813706,38.937023],[97.811654,38.939341],[97.803118,38.935504],[97.797741,38.936545],[97.793408,38.94056],[97.783979,38.938721],[97.773274,38.940203],[97.768252,38.943313],[97.759606,38.944461],[97.75415,38.948151],[97.751781,38.955372],[97.745596,38.958248],[97.738281,38.956817],[97.734664,38.958926],[97.735227,38.96071],[97.73285,38.963367],[97.721734,38.967772],[97.712119,38.966656],[97.702856,38.969651],[97.685131,38.969596],[97.681389,38.980753],[97.679554,38.982455],[97.685354,38.989491],[97.685324,39.005258],[97.678464,39.006477],[97.671039,39.011338],[97.665094,39.011431],[97.657043,39.017254],[97.645736,39.018865],[97.641732,39.025173],[97.62857,39.031845],[97.623581,39.030461],[97.616154,39.035305],[97.605799,39.036523],[97.594135,39.040716],[97.586185,39.048095],[97.574621,39.052542],[97.572202,39.054872],[97.565396,39.054579],[97.556731,39.057383],[97.54912,39.068519],[97.538061,39.071287],[97.529647,39.071148],[97.519503,39.074385],[97.517247,39.076987],[97.507376,39.076276],[97.498273,39.079278],[97.491576,39.079656],[97.486694,39.086063],[97.489235,39.093158],[97.485558,39.096237],[97.473832,39.098526],[97.476809,39.104383],[97.475996,39.106541],[97.465818,39.113995],[97.465263,39.117749],[97.463237,39.119427],[97.460808,39.119987],[97.456676,39.115855],[97.443339,39.112435],[97.439005,39.120207],[97.432142,39.12534],[97.425875,39.122408],[97.42018,39.123999],[97.418415,39.127669],[97.42033,39.136125],[97.411079,39.140029],[97.402847,39.148329],[97.395201,39.148196],[97.383111,39.152921],[97.365297,39.148979],[97.361262,39.151424],[97.353543,39.160735],[97.345416,39.174699],[97.316321,39.167584],[97.311572,39.162392],[97.306266,39.161117],[97.288481,39.165599],[97.278224,39.170988],[97.263108,39.172641],[97.25405,39.179893],[97.219863,39.188916],[97.211222,39.19678],[97.195089,39.196576],[97.177865,39.189688],[97.169453,39.189517],[97.153126,39.199062],[97.1446,39.200604],[97.141353,39.198422],[97.135409,39.203173],[97.130079,39.197644],[97.126062,39.196684],[97.106213,39.200361],[97.097608,39.19783],[97.090016,39.204158],[97.076282,39.199938],[97.068078,39.200258],[97.062312,39.197836],[97.059579,39.198719],[97.058864,39.202637],[97.055577,39.206395],[97.047607,39.209243],[97.03904,39.208421],[97.03471,39.21039],[97.022522,39.21041],[97.020557,39.208833],[97.012218,39.212599],[96.998877,39.203963],[96.978969,39.205355],[96.973029,39.200603],[96.962029,39.197602],[96.961838,39.194275],[96.965839,39.193533],[96.969595,39.190681],[96.970101,39.182231],[96.972721,39.179459],[96.979659,39.176059],[96.982671,39.178156],[96.985193,39.176128],[96.996539,39.160998],[96.99543,39.158955],[96.996906,39.151819],[97.003283,39.150281],[97.012512,39.141359],[97.00975,39.136721],[97.001443,39.131931],[96.999856,39.124751],[96.992345,39.12356],[96.990955,39.118095],[96.986117,39.116017],[96.982081,39.109848],[96.97145,39.103141],[96.970455,39.099889],[96.973788,39.094566],[96.97304,39.085234],[96.970325,39.079974],[96.960535,39.074889],[96.960438,39.07161],[96.964605,39.066992],[96.965166,39.060925],[96.957807,39.05682],[96.95556,39.042036],[96.958762,39.040182],[96.963268,39.040062],[96.968567,39.034667],[96.970678,39.024257],[96.965997,39.012724],[96.946553,38.994315],[96.943708,38.985048],[96.944446,38.981895],[96.934175,38.970898],[96.936094,38.954269],[96.945666,38.944215],[96.947516,38.934653],[96.939985,38.927518],[96.942418,38.922174],[96.938927,38.908553],[96.940172,38.906579],[96.946193,38.906174],[96.950301,38.903952],[96.949372,38.899132],[96.950915,38.892738],[96.955298,38.888003],[96.969422,38.88768],[96.97467,38.885749],[96.978083,38.886577],[96.986115,38.884967],[96.989235,38.885794],[96.993535,38.883987],[96.990702,38.880356],[96.990381,38.877235],[96.983999,38.871845],[96.983641,38.868565],[96.986832,38.865778],[96.987239,38.861834],[96.989729,38.860979],[96.98863,38.850522],[96.99319,38.834803],[96.991136,38.831347],[96.989916,38.822742],[96.987467,38.819742],[96.989703,38.799268],[96.987321,38.791845],[96.991286,38.783208],[96.994457,38.769196],[96.995632,38.766404],[96.998742,38.764603],[97.000074,38.760783],[97.010212,38.759678],[97.022263,38.75499],[97.019625,38.753436],[97.019428,38.748134],[97.021345,38.744155],[97.020961,38.730449],[97.011406,38.7194],[97.012113,38.714708],[97.014255,38.712016],[97.012574,38.709519],[97.012937,38.706325],[97.008535,38.702502],[97.01495,38.691472],[97.016216,38.686027],[97.025025,38.685392],[97.028348,38.679891],[97.035113,38.678721],[97.039722,38.680089],[97.043624,38.68519],[97.051011,38.681146],[97.050875,38.67468],[97.055662,38.672006],[97.051465,38.667003],[97.046744,38.652967],[97.036136,38.651444],[97.034214,38.649787],[97.038573,38.64593],[97.048977,38.645979],[97.052037,38.644217],[97.052409,38.638651],[97.049264,38.62928],[97.055297,38.592818],[97.000791,38.566303],[96.994772,38.565115],[96.99429,38.563397],[96.974385,38.559556],[96.959315,38.554061],[96.939427,38.558996],[96.937295,38.558032],[96.935525,38.554321],[96.927674,38.554806],[96.920158,38.560319],[96.908411,38.563083],[96.906158,38.565601],[96.905826,38.569484],[96.901023,38.572608],[96.88043,38.575917],[96.873038,38.574137],[96.857509,38.582501],[96.855558,38.586385],[96.848708,38.592321],[96.845196,38.589442],[96.842429,38.589416],[96.831242,38.596657],[96.821516,38.59672],[96.815376,38.599943],[96.809238,38.608038],[96.794418,38.60777],[96.797971,38.590772],[96.808894,38.58149],[96.810985,38.57712],[96.810208,38.574312],[96.811988,38.568143],[96.815407,38.564277],[96.814054,38.56143],[96.808225,38.561896],[96.806459,38.565714],[96.799189,38.571377],[96.782341,38.563797],[96.772812,38.566397],[96.76161,38.555329],[96.760089,38.546858],[96.768047,38.54031],[96.786415,38.530864],[96.79082,38.526944],[96.78909,38.514207],[96.77876,38.504852],[96.764278,38.503517],[96.751668,38.499463],[96.701105,38.50625],[96.695289,38.503633],[96.691743,38.495929],[96.685038,38.494592],[96.670369,38.497956],[96.657606,38.488604],[96.659304,38.481083],[96.681722,38.466248],[96.69084,38.462752],[96.698484,38.457589],[96.691607,38.450377],[96.687259,38.414376],[96.679363,38.411503],[96.667467,38.39827],[96.663133,38.388385],[96.646264,38.37669],[96.640904,38.369467],[96.626543,38.356198],[96.623644,38.346553],[96.624272,38.339593],[96.632176,38.327045],[96.633845,38.316618],[96.640917,38.30727],[96.655192,38.296027],[96.64809,38.292118],[96.650519,38.286617],[96.657749,38.278334],[96.663264,38.259369],[96.665325,38.222149],[96.540645,38.253716],[96.531128,38.258978],[96.489035,38.266839],[96.443632,38.278488],[96.432944,38.280199],[96.396096,38.28071],[96.377549,38.276857],[96.352065,38.258232],[96.338957,38.255009],[96.33049,38.24129],[96.329727,38.232838],[96.326492,38.229552],[96.311075,38.20046],[96.3102,38.196587],[96.312639,38.192613],[96.312472,38.189535],[96.301553,38.182152],[96.30488,38.176137],[96.309377,38.174428],[96.312315,38.161218],[96.304818,38.155701],[96.293827,38.156383],[96.278066,38.151667],[96.272482,38.145325],[96.265166,38.144713],[96.262891,38.145427],[96.255396,38.154758],[96.254116,38.157191],[96.255687,38.159082],[96.252839,38.166801],[96.239572,38.166442],[96.23537,38.169976],[96.212017,38.16713],[96.218504,38.155496],[96.205666,38.148482],[96.19148,38.148986],[96.18797,38.155117],[96.184841,38.156663],[96.176345,38.157323],[96.166678,38.160361],[96.162981,38.167167],[96.146261,38.166763],[96.147501,38.172501],[96.146595,38.175544],[96.118648,38.178326],[96.114824,38.17981],[96.113657,38.183153],[96.106029,38.187224],[96.100624,38.18774],[96.088313,38.183407],[96.073078,38.187686],[96.068212,38.176253],[96.063852,38.172127],[96.048832,38.177295],[96.027124,38.191561],[96.024145,38.198553],[96.019398,38.200011],[96.008584,38.199124],[96.005929,38.207115],[96,38.206408],[95.984671,38.209637],[95.98293,38.210906],[95.982219,38.216001],[95.974999,38.217564],[95.969895,38.221099],[95.968959,38.226638],[95.954163,38.227839],[95.950349,38.23403],[95.93867,38.23718],[95.928999,38.251121],[95.932892,38.257905],[95.927559,38.260913],[95.924475,38.266422],[95.916521,38.269921],[95.897392,38.289199],[95.885678,38.28952],[95.860464,38.28359],[95.855408,38.284344],[95.849021,38.292279],[95.846327,38.311192],[95.841598,38.321975],[95.836591,38.342494],[95.825374,38.354005],[95.821693,38.354555],[95.804895,38.350398],[95.794237,38.352457],[95.791078,38.35508],[95.774483,38.355503],[95.763137,38.361491],[95.764998,38.365404],[95.763014,38.371346],[95.7481,38.366829],[95.743644,38.372838],[95.735468,38.371309],[95.730514,38.373095],[95.721985,38.378542],[95.720781,38.382707],[95.713154,38.390177],[95.713991,38.393463],[95.705829,38.394399],[95.70192,38.399677],[95.696631,38.396282],[95.686019,38.396857],[95.681748,38.391326],[95.673163,38.390241],[95.669503,38.383845],[95.673124,38.379213],[95.661075,38.364488],[95.655045,38.364068],[95.646875,38.366831],[95.637971,38.365527],[95.636398,38.363611],[95.637386,38.358878],[95.632769,38.353855],[95.62538,38.347178],[95.611475,38.339949],[95.607557,38.339384],[95.588549,38.343999],[95.581182,38.341739],[95.572562,38.335562],[95.568794,38.33054],[95.568822,38.325703],[95.554331,38.323772],[95.5484,38.315074],[95.535246,38.314067],[95.53125,38.305952],[95.519176,38.299445],[95.516914,38.295094],[95.505374,38.296282],[95.504272,38.309483],[95.500311,38.312965],[95.493787,38.31532],[95.487138,38.314277],[95.475509,38.30199],[95.453671,38.291366],[95.443538,38.299125],[95.444781,38.305893],[95.440279,38.310524],[95.430906,38.306381],[95.423057,38.311078],[95.419858,38.310614],[95.413438,38.305553],[95.411999,38.301339],[95.40774,38.299988],[95.401145,38.301424],[95.397148,38.305008],[95.386774,38.301217],[95.375541,38.304372],[95.36092,38.313595],[95.332968,38.307899],[95.33004,38.310427],[95.327964,38.316531],[95.321028,38.320442],[95.3144,38.318576],[95.310168,38.311647],[95.301932,38.312742],[95.286939,38.308028],[95.2809,38.305306],[95.28105,38.301423],[95.27757,38.298342],[95.267424,38.297292],[95.258297,38.302972],[95.257724,38.308077],[95.251656,38.315966],[95.233761,38.322385],[95.232643,38.326351],[95.228244,38.330646],[95.220552,38.329515],[95.210585,38.325645],[95.203425,38.331299],[95.202438,38.336804],[95.194539,38.344604],[95.193495,38.352834],[95.195641,38.356214],[95.188282,38.359608],[95.187043,38.362595],[95.190195,38.365035],[95.190853,38.371609],[95.183411,38.379101],[95.178555,38.376787],[95.174188,38.37763],[95.168945,38.382136],[95.168034,38.38653],[95.13904,38.391667],[95.131376,38.405003],[95.122574,38.413444],[95.11658,38.415034],[95.111273,38.414373],[95.106172,38.416803],[95.103131,38.413902],[95.084157,38.405434],[95.077115,38.40492],[95.071544,38.401979],[95.059564,38.40761],[95.057826,38.410519],[95.043442,38.418094],[95.038634,38.413108],[95.031492,38.411277],[95.021715,38.418852],[95.019596,38.423866],[95.016282,38.425882],[95.010375,38.421608],[94.999765,38.423414],[94.996442,38.425746],[94.987947,38.423487],[94.982451,38.423708],[94.971202,38.430351],[94.935181,38.426391],[94.925632,38.420977],[94.920272,38.421676],[94.910348,38.419356],[94.900976,38.420292],[94.894815,38.412688],[94.883408,38.414417],[94.880112,38.412124],[94.880129,38.407114],[94.876347,38.400262],[94.854552,38.391236],[94.828591,38.391073],[94.81559,38.388775],[94.811287,38.385788],[94.786154,38.387287],[94.773688,38.384067],[94.766427,38.385934],[94.749114,38.38422],[94.734832,38.386126],[94.726898,38.388917],[94.718765,38.388447],[94.716086,38.386809],[94.704189,38.386785],[94.697459,38.384366],[94.685661,38.384689],[94.676369,38.387124],[94.650016,38.383853],[94.636124,38.380769],[94.63118,38.376583],[94.614419,38.374302],[94.609897,38.370987],[94.595239,38.373844],[94.589439,38.370024],[94.580421,38.367843],[94.57602,38.362399],[94.571277,38.361132],[94.561426,38.354261],[94.550545,38.350269],[94.536278,38.355457],[94.528374,38.361392],[94.526482,38.375877],[94.527185,38.412602],[94.528802,38.418896],[94.527787,38.422234],[94.512033,38.441735],[94.369657,38.761648],[94.327529,38.752657],[94.289191,38.755695],[94.27337,38.759499],[93.971706,38.724703],[93.964792,38.719378],[93.949395,38.714353],[93.939176,38.713767],[93.918861,38.716653],[93.90141,38.721783],[93.874224,38.720443],[93.860101,38.724504],[93.798839,38.750523],[93.784819,38.765191],[93.770792,38.772293],[93.763414,38.796093],[93.759481,38.802828],[93.755362,38.803883],[93.754508,38.806044],[93.762087,38.818335],[93.768515,38.820564],[93.882953,38.826035],[93.883466,38.867471],[93.832998,38.867391],[93.746601,38.911942],[93.730341,38.923698],[93.504448,38.91729],[93.49364,38.918378],[93.330813,38.903686],[93.302294,38.89414],[93.282453,38.893612],[93.271698,38.896262],[93.259842,38.905575],[93.236394,38.915652],[93.222849,38.914303],[93.206393,38.915429],[93.18761,38.919062],[93.179168,38.922776],[93.183104,38.929187],[93.196615,39.04571],[93.191323,39.050714],[93.191392,39.05629],[93.184468,39.063949],[93.177846,39.066794],[93.173779,39.071838],[93.172595,39.076108],[93.16599,39.084152],[93.163991,39.090118],[93.147348,39.101277],[93.13863,39.10271],[93.130107,39.107668],[93.130343,39.111963],[93.126817,39.115005],[93.125003,39.122038],[93.131807,39.126659],[93.130627,39.138168],[93.136145,39.153802],[93.140786,39.159783],[93.138472,39.164299],[93.129197,39.172419],[93.115371,39.178958],[93.098029,39.176059],[93.096403,39.168668],[93.085324,39.167189],[93.076262,39.161714],[93.065924,39.150537],[93.053579,39.151476],[93.04437,39.146031],[93.026938,39.149619],[93.022128,39.148765],[93.010128,39.151441],[92.997089,39.151572],[92.989059,39.15102],[92.985571,39.14732],[92.976079,39.143713],[92.971649,39.145436],[92.965032,39.151639],[92.96001,39.165123],[92.938319,39.168587],[92.920424,39.165939],[92.905338,39.161562],[92.896619,39.162043],[92.890135,39.160607],[92.871541,39.145875],[92.865048,39.13823],[92.851996,39.140148],[92.843293,39.139226],[92.829288,39.143135],[92.823922,39.135453],[92.81141,39.1321],[92.805368,39.138761],[92.798679,39.13723],[92.791097,39.139135],[92.779013,39.139076],[92.772004,39.136258],[92.762823,39.135914],[92.759333,39.129571],[92.747953,39.129313],[92.732958,39.125171],[92.727978,39.121196],[92.709785,39.127197],[92.701357,39.120245],[92.689486,39.114012],[92.674814,39.117441],[92.667647,39.114851],[92.665897,39.111661],[92.658695,39.109281],[92.644324,39.119307],[92.640578,39.115856],[92.610973,39.108812],[92.599101,39.109025],[92.597229,39.111516],[92.593065,39.112461],[92.586861,39.108675],[92.580133,39.107257],[92.573526,39.108953],[92.570054,39.106841],[92.565893,39.107332],[92.562904,39.109945],[92.551968,39.109035],[92.545801,39.110803],[92.54037,39.106528],[92.543106,39.10067],[92.537533,39.099929],[92.527408,39.103092],[92.492788,39.101689],[92.483255,39.093825],[92.479366,39.087939],[92.480204,39.083925],[92.464918,39.071941],[92.457838,39.063773],[92.461507,39.056671],[92.459475,39.042915],[92.456468,39.041852],[92.437949,39.043424],[92.433439,39.045637],[92.422923,39.046874],[92.419794,39.044596],[92.418772,39.040601],[92.406893,39.037314],[92.404603,39.041409],[92.39854,39.04441],[92.394826,39.05184],[92.386465,39.059963],[92.377213,39.056748],[92.372125,39.057173],[92.366042,39.058311],[92.355723,39.063601],[92.352851,39.068055],[92.353354,39.072739],[92.34937,39.082932],[92.364694,39.095384],[92.363468,39.101685],[92.357799,39.109474],[92.359196,39.113552],[92.357864,39.117322],[92.352134,39.120243],[92.352602,39.128812],[92.348003,39.138629],[92.344425,39.141375],[92.342644,39.145622],[92.343721,39.158396],[92.340229,39.17745],[92.340369,39.19009],[92.345911,39.202146],[92.338519,39.237423],[92.358905,39.249689],[92.374082,39.257203],[92.380414,39.258637],[92.388803,39.267811],[92.518868,39.365711],[92.524521,39.367895],[92.638825,39.513823],[92.686546,39.656744],[92.744313,39.867563],[92.77008,40],[92.795315,40.153167],[92.905801,40.31008],[92.919493,40.39125],[92.927343,40.572008],[93.504832,40.647567],[93.759278,40.663972],[93.819683,40.792801],[93.806114,40.875999],[93.906965,40.982423],[94.00932,41.113524],[94.182663,41.2671],[94.533035,41.504538],[94.748873,41.536783],[94.80865,41.617788],[94.861057,41.667156],[94.967648,41.71727],[95.009938,41.72473],[95.109131,41.766615],[95.135633,41.771366],[95.139524,41.759928],[95.159081,41.74419],[95.170455,41.731074],[95.197229,41.719234],[95.197952,41.717131],[95.195401,41.714589],[95.195525,41.710601],[95.19088,41.704776],[95.189494,41.700426],[95.192979,41.692235],[95.209943,41.675052],[95.214092,41.66433],[95.221389,41.659299],[95.227087,41.644491],[95.249109,41.606658],[95.296309,41.564998],[95.306863,41.572315],[95.311323,41.583491],[95.314075,41.597152],[95.32619,41.621555],[95.33294,41.641169],[95.338316,41.649166],[95.360124,41.668287],[95.395512,41.692669],[95.439988,41.715392],[95.497108,41.749327],[95.511387,41.755475],[95.532692,41.771504],[95.55465,41.779148],[95.565659,41.787591],[95.57007,41.793784],[95.611418,41.802939],[95.639882,41.815399],[95.651066,41.822204],[95.671529,41.82729],[95.697118,41.827547],[95.715562,41.832318],[95.76233,41.83461],[95.785515,41.839578],[95.800656,41.846403],[95.806794,41.847621],[95.822443,41.848461],[95.836301,41.84612],[95.850609,41.84688],[95.857105,41.849085],[95.883109,41.865709],[95.912791,41.872044],[95.934618,41.881401],[95.951136,41.885655],[95.959756,41.890878],[95.983265,41.900137],[96,41.904817],[96.016954,41.915022],[96.02382,41.91645],[96.041626,41.92557],[96.054325,41.934066],[96.072211,41.950771],[96.114373,41.982416],[96.116903,41.986005],[96.118275,41.995369],[96.123196,42.000428],[96.125038,42.007106],[96.12873,42.011831],[96.132989,42.013173],[96.136506,42.01785],[96.13627,42.025741],[96.133464,42.028577],[96.137944,42.05243],[96.076144,42.147904],[96.177572,42.21631],[96.040058,42.32485],[96.041029,42.351188],[96.065063,42.412791],[95.977883,42.435242],[96.016598,42.480474],[96.023002,42.540715],[96.072149,42.567808],[96.10275,42.602439],[96.157102,42.618194],[96.167141,42.630058],[96.184492,42.632102],[96.21464,42.643421],[96.222443,42.648914],[96.280841,42.676279],[96.297476,42.682001],[96.35521,42.707212],[96.384783,42.725351],[96.641482,42.746136],[96.748317,42.756903],[96.813585,42.754852],[96.977727,42.754332],[97.17172,42.794532],[97.190512,42.762867]],[[106.021729,35.482833],[106.012384,35.480428],[106.005834,35.482571],[105.989722,35.477734],[105.980119,35.471489],[105.944908,35.461354],[105.932632,35.459363],[105.923674,35.454884],[105.922754,35.451746],[105.913221,35.451179],[105.910117,35.454974],[105.905415,35.456506],[105.8922,35.452792],[105.88641,35.446187],[105.885299,35.438969],[105.889486,35.41817],[105.893461,35.413526],[105.901229,35.416996],[105.906449,35.415593],[105.9264,35.42719],[105.936643,35.425647],[105.941918,35.423029],[105.94819,35.430357],[105.955682,35.434169],[105.961369,35.427155],[105.963253,35.426887],[105.98126,35.436335],[105.987658,35.438073],[105.992658,35.44947],[105.998514,35.446155],[105.99841,35.44028],[106.001234,35.440346],[106.005584,35.442775],[106.007372,35.446415],[106.004228,35.450565],[106.006882,35.456179],[106.014294,35.464613],[106.02717,35.471039],[106.030992,35.468657],[106.048679,35.448971],[106.051526,35.454951],[106.044878,35.460956],[106.047929,35.466682],[106.049166,35.476672],[106.054588,35.486324],[106.054202,35.489714],[106.030747,35.489317],[106.024099,35.487902],[106.021729,35.482833]],[[106.059814,35.427118],[106.064042,35.423686],[106.064697,35.421152],[106.06855,35.420871],[106.067232,35.426887],[106.070944,35.431531],[106.062058,35.437304],[106.061465,35.439597],[106.058194,35.439046],[106.060346,35.434915],[106.059814,35.427118]]]}},{type:"Feature",properties:{name:"青海省",province_adcode:63e4,province_type:"省",name_en:"Qinghai",name_var:"Qīng Hǎi",adcode:63e4},geometry:{type:"Polygon",coordinates:[[[100.916935,38.173437],[100.936883,38.160163],[100.930955,38.15352],[100.923165,38.148847],[100.922775,38.140344],[100.917429,38.128332],[100.916575,38.11255],[100.921604,38.099324],[100.922794,38.089864],[100.921274,38.08545],[100.917854,38.08318],[100.913154,38.082856],[100.907444,38.076936],[100.906744,38.073098],[100.893914,38.063729],[100.885964,38.054317],[100.889023,38.038697],[100.896173,38.02876],[100.894573,38.016454],[100.896523,38.012452],[100.903745,38.006312],[100.915239,37.99987],[100.920017,38.000306],[100.926037,38.006454],[100.934975,38.006845],[100.941506,38.002294],[100.949558,38.006763],[100.955192,38.004878],[100.955992,38.008486],[100.959065,38.011519],[100.971074,38.006364],[100.97668,38.007225],[100.983104,37.999212],[100.990508,37.998494],[100.991937,37.996764],[100.991489,37.994214],[100.9961,37.988249],[100.999479,37.986876],[101.002366,37.98803],[101.007449,37.982124],[101.020385,37.973804],[101.025657,37.973667],[101.031513,37.976221],[101.035086,37.975144],[101.040638,37.965068],[101.04828,37.962226],[101.051934,37.962483],[101.057364,37.95943],[101.058699,37.954862],[101.062693,37.952814],[101.064242,37.948652],[101.068719,37.94697],[101.073727,37.941785],[101.081719,37.941911],[101.089697,37.93915],[101.093991,37.944562],[101.100984,37.946453],[101.109719,37.935852],[101.112804,37.924925],[101.111988,37.919968],[101.114179,37.917149],[101.11707,37.914886],[101.122855,37.916101],[101.12649,37.914236],[101.132303,37.909889],[101.132329,37.906111],[101.136223,37.903848],[101.138875,37.899897],[101.143347,37.899014],[101.149549,37.894178],[101.150544,37.881988],[101.148023,37.876101],[101.156292,37.874024],[101.157805,37.867313],[101.164989,37.869284],[101.168764,37.866933],[101.170398,37.865157],[101.170563,37.860057],[101.178558,37.860568],[101.181937,37.859276],[101.18321,37.855956],[101.190638,37.85555],[101.196497,37.848491],[101.201987,37.846446],[101.21839,37.845603],[101.224087,37.841527],[101.234373,37.843501],[101.255724,37.832508],[101.262677,37.832107],[101.26661,37.83435],[101.276639,37.836044],[101.281105,37.832963],[101.281843,37.827745],[101.289889,37.824173],[101.301754,37.824293],[101.302237,37.817422],[101.309341,37.814465],[101.310707,37.809522],[101.316191,37.811054],[101.324485,37.807665],[101.328202,37.804419],[101.337905,37.802997],[101.340945,37.798981],[101.347519,37.798799],[101.347993,37.794753],[101.353428,37.789661],[101.360845,37.791295],[101.365125,37.796627],[101.375302,37.800253],[101.37243,37.805171],[101.377612,37.81555],[101.376118,37.818004],[101.37783,37.821281],[101.387278,37.827632],[101.393403,37.828061],[101.401415,37.831154],[101.401775,37.839598],[101.408193,37.844529],[101.418078,37.84682],[101.431861,37.857317],[101.435049,37.860619],[101.434403,37.863519],[101.435792,37.866332],[101.438252,37.86777],[101.446586,37.865997],[101.456623,37.866586],[101.459883,37.858499],[101.467094,37.855033],[101.472045,37.855892],[101.480619,37.853281],[101.485876,37.856261],[101.494293,37.854961],[101.497236,37.857766],[101.499532,37.857877],[101.513469,37.852683],[101.515929,37.850298],[101.521265,37.849404],[101.524049,37.84677],[101.542795,37.838312],[101.552926,37.835592],[101.558318,37.83879],[101.561425,37.836544],[101.573978,37.835479],[101.583694,37.830638],[101.590751,37.830194],[101.597023,37.827699],[101.602159,37.81716],[101.617683,37.809633],[101.618027,37.805433],[101.628334,37.789742],[101.640994,37.774698],[101.65318,37.770746],[101.660005,37.763798],[101.667556,37.758902],[101.668341,37.756374],[101.663665,37.748128],[101.656237,37.740634],[101.656988,37.73219],[101.666127,37.727882],[101.675221,37.727446],[101.722548,37.7118],[101.789238,37.695447],[101.795845,37.686877],[101.812692,37.681484],[101.809127,37.672366],[101.809319,37.665607],[101.812726,37.653508],[101.828645,37.655482],[101.851525,37.664322],[101.856671,37.662713],[101.861888,37.658646],[101.859694,37.664626],[101.867678,37.672405],[101.871873,37.686048],[101.874919,37.685931],[101.893185,37.701081],[101.906466,37.703435],[101.914446,37.707841],[101.920701,37.712282],[101.922722,37.716204],[101.929064,37.721582],[101.934362,37.723859],[101.953672,37.728283],[101.964871,37.724447],[101.976071,37.727657],[101.996767,37.72575],[101.999907,37.715211],[102.008517,37.712936],[102.013904,37.707584],[102.013152,37.698261],[102.019155,37.680413],[102.033077,37.664816],[102.038126,37.656182],[102.041783,37.655961],[102.045997,37.651861],[102.043287,37.640959],[102.03324,37.627625],[102.037495,37.620722],[102.053883,37.61376],[102.065709,37.600966],[102.063206,37.591649],[102.071384,37.583204],[102.099723,37.573596],[102.118796,37.551837],[102.124057,37.552362],[102.128179,37.546871],[102.124794,37.539158],[102.120516,37.536888],[102.115528,37.531155],[102.114998,37.527116],[102.120356,37.515838],[102.110943,37.507112],[102.10066,37.49158],[102.101219,37.481599],[102.126292,37.481134],[102.152542,37.471005],[102.171336,37.460045],[102.176449,37.456111],[102.187481,37.43426],[102.18491,37.427514],[102.195536,37.419037],[102.219136,37.417434],[102.247196,37.41054],[102.252386,37.403317],[102.268942,37.392429],[102.298507,37.39049],[102.296268,37.380936],[102.297905,37.369797],[102.30936,37.359577],[102.316168,37.358438],[102.338983,37.347858],[102.339953,37.342191],[102.362323,37.329491],[102.381826,37.322373],[102.390756,37.324405],[102.402602,37.317008],[102.41599,37.31396],[102.4257,37.307963],[102.417449,37.296636],[102.417714,37.29314],[102.42689,37.283873],[102.44086,37.275224],[102.444762,37.274789],[102.451424,37.270964],[102.450321,37.264864],[102.45569,37.249766],[102.477982,37.241067],[102.481061,37.236037],[102.482174,37.229639],[102.487837,37.222972],[102.503775,37.217058],[102.514076,37.219575],[102.518198,37.21892],[102.534985,37.212719],[102.543219,37.207992],[102.5421,37.203667],[102.546585,37.198494],[102.554253,37.192902],[102.558099,37.19206],[102.566459,37.179741],[102.578172,37.17156],[102.588503,37.171288],[102.593078,37.172403],[102.595908,37.175193],[102.600269,37.173592],[102.602064,37.171215],[102.607038,37.159193],[102.607322,37.150852],[102.626395,37.134067],[102.636234,37.120851],[102.639447,37.114057],[102.640477,37.099906],[102.620489,37.103527],[102.600248,37.104741],[102.57702,37.099586],[102.573119,37.096737],[102.56225,37.094179],[102.536206,37.090229],[102.529627,37.086727],[102.510776,37.09209],[102.506273,37.092106],[102.495365,37.087149],[102.485227,37.07854],[102.488309,37.076692],[102.490236,37.073067],[102.489671,37.063335],[102.496382,37.05485],[102.493118,37.044408],[102.493904,37.03993],[102.500058,37.031218],[102.504748,37.019498],[102.469836,36.995272],[102.464586,36.988563],[102.466555,36.983504],[102.465257,36.976139],[102.458822,36.972509],[102.450458,36.970508],[102.448813,36.968616],[102.456214,36.962931],[102.459337,36.957754],[102.464905,36.954458],[102.472188,36.95724],[102.480841,36.95366],[102.488822,36.953701],[102.492677,36.957157],[102.496063,36.956404],[102.4977,36.953312],[102.496357,36.946858],[102.498015,36.94306],[102.509152,36.93914],[102.520484,36.940201],[102.522367,36.938752],[102.521452,36.932438],[102.525739,36.927506],[102.550363,36.923587],[102.559511,36.919248],[102.563381,36.911678],[102.558795,36.9059],[102.560046,36.900568],[102.56671,36.895402],[102.571955,36.882615],[102.580537,36.878205],[102.585491,36.869579],[102.611936,36.864784],[102.624368,36.858755],[102.624891,36.852016],[102.627162,36.850535],[102.634787,36.853864],[102.63734,36.852901],[102.646333,36.83421],[102.65572,36.829061],[102.656121,36.826068],[102.666581,36.818617],[102.675905,36.80722],[102.679177,36.806562],[102.682787,36.809536],[102.684535,36.809147],[102.699876,36.793086],[102.700618,36.788696],[102.704678,36.781946],[102.71588,36.769996],[102.71904,36.769463],[102.718541,36.767953],[102.715468,36.767463],[102.690876,36.775389],[102.682411,36.769125],[102.678246,36.762282],[102.654651,36.746982],[102.649571,36.747601],[102.645696,36.739687],[102.64564,36.736403],[102.642627,36.733995],[102.63425,36.733443],[102.61541,36.740302],[102.612198,36.738499],[102.603975,36.72125],[102.599864,36.717269],[102.600174,36.709223],[102.606994,36.701607],[102.602936,36.692281],[102.60514,36.681911],[102.606863,36.677908],[102.619402,36.669035],[102.628275,36.652176],[102.631826,36.649544],[102.664917,36.633859],[102.682932,36.618763],[102.697403,36.616542],[102.713385,36.616695],[102.721839,36.614725],[102.72315,36.613135],[102.713209,36.599327],[102.724009,36.592053],[102.7305,36.591403],[102.74099,36.582927],[102.752837,36.583199],[102.762558,36.575512],[102.760177,36.568931],[102.747981,36.56747],[102.736667,36.570427],[102.732696,36.562056],[102.738177,36.559295],[102.742158,36.547078],[102.740842,36.54492],[102.742535,36.539311],[102.751498,36.525498],[102.770187,36.521342],[102.791319,36.4994],[102.789555,36.487292],[102.786715,36.481827],[102.771038,36.475179],[102.764818,36.465447],[102.771862,36.457931],[102.786021,36.447329],[102.78691,36.436561],[102.791183,36.42727],[102.806775,36.421346],[102.806016,36.410445],[102.8077,36.408282],[102.824522,36.407196],[102.816303,36.392063],[102.825147,36.374751],[102.831568,36.370167],[102.827816,36.366764],[102.828305,36.357345],[102.832744,36.350915],[102.8366,36.34091],[102.857598,36.330882],[102.871166,36.333544],[102.873572,36.336069],[102.885212,36.331942],[102.895057,36.332464],[102.901447,36.323076],[102.914177,36.315367],[102.920993,36.298915],[102.933444,36.294206],[102.94101,36.289509],[102.95207,36.288061],[102.961137,36.283599],[102.968946,36.284063],[102.973747,36.276017],[102.984022,36.272114],[102.990732,36.264046],[103.007401,36.262536],[103.011994,36.258178],[103.022087,36.257162],[103.024711,36.248594],[103.019254,36.23214],[103.028216,36.234023],[103.03774,36.228896],[103.045693,36.226632],[103.05141,36.21864],[103.057191,36.220048],[103.06271,36.219204],[103.068897,36.207078],[103.060361,36.201153],[103.04342,36.198618],[103.036615,36.199585],[103.031059,36.203465],[103.015858,36.204607],[103.005984,36.201187],[103.004135,36.198165],[102.999745,36.19582],[102.985118,36.194086],[102.981833,36.187301],[102.981461,36.18105],[102.969979,36.169298],[102.964235,36.15164],[102.949605,36.152274],[102.947247,36.150676],[102.946833,36.147788],[102.952831,36.14003],[102.944281,36.131715],[102.944291,36.121993],[102.939837,36.106213],[102.92859,36.102096],[102.916028,36.095135],[102.911403,36.089626],[102.904482,36.088344],[102.893429,36.092383],[102.884777,36.092725],[102.879989,36.083394],[102.88441,36.077991],[102.891756,36.077451],[102.894581,36.066572],[102.900158,36.066054],[102.902426,36.070423],[102.905509,36.07132],[102.915912,36.066348],[102.925484,36.057194],[102.926573,36.05061],[102.928237,36.049559],[102.966155,36.044734],[102.973717,36.036335],[102.967627,36.033653],[102.959113,36.033628],[102.950083,36.023963],[102.952015,36.016749],[102.961805,36.00833],[102.965734,35.996953],[102.971559,35.995071],[102.9497,35.967211],[102.949577,35.954205],[102.943126,35.945085],[102.940751,35.927686],[102.948036,35.92318],[102.948234,35.921576],[102.946815,35.904266],[102.948553,35.896272],[102.945876,35.890878],[102.945391,35.8848],[102.949149,35.871448],[102.952479,35.868196],[102.95411,35.86211],[102.953013,35.859144],[102.946443,35.852692],[102.94534,35.847192],[102.948395,35.836952],[102.944658,35.83169],[102.940904,35.830317],[102.932661,35.835645],[102.921166,35.83391],[102.913776,35.844765],[102.910461,35.847022],[102.893288,35.846476],[102.882825,35.850325],[102.859931,35.845509],[102.855365,35.847516],[102.850071,35.853618],[102.840056,35.856674],[102.826348,35.856944],[102.819812,35.851408],[102.816129,35.850773],[102.808495,35.855113],[102.794874,35.858115],[102.788023,35.861675],[102.782083,35.862226],[102.774849,35.85912],[102.769278,35.851114],[102.759701,35.842151],[102.753394,35.839996],[102.751219,35.835073],[102.741655,35.827818],[102.738348,35.821714],[102.729519,35.821365],[102.722517,35.817871],[102.715024,35.81719],[102.707419,35.802225],[102.701989,35.798178],[102.694386,35.79709],[102.692278,35.789935],[102.694006,35.784013],[102.691255,35.779754],[102.685103,35.774922],[102.683483,35.769258],[102.690483,35.753185],[102.694132,35.749473],[102.697369,35.71837],[102.699003,35.714956],[102.714167,35.699153],[102.725946,35.692433],[102.73144,35.672823],[102.740214,35.659848],[102.744415,35.657403],[102.76094,35.653973],[102.764703,35.651468],[102.766534,35.643765],[102.760424,35.624154],[102.761035,35.613025],[102.768881,35.607193],[102.767575,35.598901],[102.771928,35.592163],[102.802025,35.571833],[102.805123,35.563325],[102.803448,35.556825],[102.791368,35.560835],[102.779314,35.549133],[102.773749,35.552101],[102.755278,35.546803],[102.741695,35.546158],[102.738843,35.540796],[102.725473,35.532745],[102.726292,35.524303],[102.739464,35.521747],[102.7457,35.528717],[102.775967,35.536091],[102.779422,35.53326],[102.780947,35.527948],[102.773324,35.520541],[102.76822,35.518958],[102.756415,35.510892],[102.752094,35.502077],[102.741508,35.494132],[102.7081,35.518152],[102.70695,35.520625],[102.700132,35.525675],[102.690528,35.531386],[102.682098,35.532559],[102.681167,35.529395],[102.678684,35.529228],[102.666951,35.533882],[102.662865,35.530141],[102.649978,35.534044],[102.631847,35.535384],[102.631921,35.541506],[102.62425,35.541481],[102.611734,35.53843],[102.584279,35.542453],[102.548447,35.56042],[102.544658,35.563681],[102.541853,35.572577],[102.529276,35.581454],[102.518348,35.5789],[102.511624,35.583315],[102.508303,35.589289],[102.502708,35.589432],[102.500943,35.58453],[102.509382,35.581044],[102.512877,35.570455],[102.508627,35.568591],[102.50017,35.572971],[102.495977,35.572469],[102.495785,35.550824],[102.487748,35.53425],[102.483367,35.516596],[102.48011,35.51313],[102.459781,35.507143],[102.463431,35.503105],[102.464133,35.498136],[102.460567,35.480845],[102.455906,35.473684],[102.448242,35.479077],[102.439223,35.466658],[102.436033,35.455701],[102.441901,35.450539],[102.448304,35.449847],[102.447001,35.438269],[102.428006,35.426402],[102.420195,35.418435],[102.405401,35.41557],[102.405865,35.409019],[102.398989,35.410097],[102.389897,35.415978],[102.372432,35.421794],[102.365978,35.422865],[102.362453,35.421167],[102.343369,35.429951],[102.32398,35.428747],[102.319733,35.43317],[102.313208,35.435412],[102.306327,35.432602],[102.300102,35.426392],[102.292026,35.42533],[102.292305,35.409659],[102.289352,35.408202],[102.282009,35.394914],[102.280471,35.386067],[102.284036,35.37879],[102.285382,35.366162],[102.296088,35.364867],[102.304306,35.361761],[102.305991,35.349495],[102.316703,35.343158],[102.308995,35.312842],[102.302435,35.316167],[102.291443,35.317622],[102.282145,35.314626],[102.276077,35.305716],[102.288716,35.294848],[102.309299,35.28355],[102.322514,35.281554],[102.339105,35.282747],[102.368349,35.261379],[102.366114,35.253322],[102.367894,35.248497],[102.361732,35.239486],[102.368016,35.232305],[102.373868,35.231456],[102.376595,35.229508],[102.378878,35.219822],[102.378367,35.214206],[102.395308,35.197631],[102.40451,35.179306],[102.38445,35.166506],[102.371911,35.161832],[102.355559,35.163295],[102.34941,35.166024],[102.342384,35.162778],[102.337533,35.150541],[102.337848,35.140797],[102.331416,35.136165],[102.319932,35.131167],[102.314776,35.131927],[102.30932,35.129452],[102.309805,35.117288],[102.306001,35.110554],[102.300628,35.106722],[102.293004,35.07144],[102.278469,35.058381],[102.269162,35.055596],[102.260158,35.055091],[102.250312,35.049051],[102.226952,35.056182],[102.222895,35.060418],[102.216854,35.060657],[102.211514,35.049317],[102.212589,35.040852],[102.211069,35.035996],[102.171921,35.033366],[102.161533,35.021777],[102.156349,35.01098],[102.153458,35.010877],[102.149856,35.014117],[102.145867,35.014757],[102.136253,35.009443],[102.133124,35.015349],[102.129943,35.015834],[102.124983,35.012128],[102.122363,35.003804],[102.10676,34.996838],[102.107531,34.992665],[102.105895,34.990709],[102.098379,34.990984],[102.093818,34.989366],[102.084236,34.96786],[102.06628,34.958489],[102.074632,34.954067],[102.073259,34.948731],[102.060686,34.943424],[102.060004,34.938186],[102.062133,34.937434],[102.061168,34.936123],[102.056891,34.93334],[102.050574,34.93368],[102.049584,34.93211],[102.047164,34.921843],[102.048,34.910255],[102.050607,34.90391],[102.063398,34.897226],[102.065902,34.893773],[102.057845,34.889213],[102.04751,34.88774],[102.03294,34.892545],[102.026064,34.897391],[102.022703,34.901944],[102.003163,34.896738],[102,34.900329],[101.991915,34.898329],[101.976984,34.903292],[101.981409,34.898657],[101.977887,34.895016],[101.972259,34.896386],[101.963251,34.89143],[101.955843,34.889671],[101.934229,34.890444],[101.926139,34.878539],[101.91606,34.878055],[101.919929,34.855143],[101.930409,34.850132],[101.932312,34.846032],[101.929221,34.841248],[101.92178,34.837541],[101.921921,34.834221],[101.925512,34.830551],[101.92631,34.826945],[101.925466,34.808409],[101.923294,34.804386],[101.918814,34.802208],[101.915985,34.787014],[101.915904,34.780687],[101.918981,34.776157],[101.918691,34.767958],[101.921284,34.763319],[101.916676,34.751564],[101.917679,34.743051],[101.914642,34.738315],[101.916774,34.728179],[101.914213,34.718398],[101.915808,34.707622],[101.920016,34.696424],[101.922208,34.692546],[101.92779,34.688271],[101.928822,34.685164],[101.924711,34.677457],[101.91703,34.669391],[101.915863,34.66487],[101.918878,34.652505],[101.918509,34.6416],[101.921574,34.633268],[101.91883,34.626544],[101.922202,34.609475],[101.932614,34.589439],[101.936005,34.586286],[101.94568,34.584374],[101.954893,34.585281],[101.956116,34.574189],[101.960517,34.565372],[101.974154,34.558748],[101.972296,34.55294],[101.97282,34.54952],[101.989002,34.545079],[102,34.539992],[102.013192,34.539934],[102.037671,34.536076],[102.055384,34.540028],[102.073588,34.536022],[102.079264,34.538248],[102.090021,34.538082],[102.106388,34.521161],[102.111744,34.521041],[102.117454,34.524802],[102.123111,34.520943],[102.135919,34.505506],[102.142735,34.505421],[102.153872,34.509113],[102.15606,34.504646],[102.155373,34.497741],[102.163641,34.488144],[102.170638,34.475782],[102.168056,34.46786],[102.167952,34.45953],[102.172855,34.453436],[102.172543,34.451512],[102.185001,34.441798],[102.18975,34.440073],[102.196,34.433139],[102.194953,34.427632],[102.204607,34.418598],[102.205068,34.40945],[102.207881,34.404428],[102.221808,34.388693],[102.235357,34.380013],[102.241144,34.372075],[102.257537,34.357103],[102.25729,34.35587],[102.242378,34.346234],[102.21972,34.340835],[102.209777,34.347145],[102.191893,34.350841],[102.191969,34.35269],[102.18832,34.356133],[102.18648,34.356095],[102.180559,34.347878],[102.175502,34.335243],[102.16718,34.328099],[102.168467,34.311863],[102.167349,34.308697],[102.158978,34.300696],[102.154663,34.292814],[102.147898,34.294032],[102.147018,34.290169],[102.150333,34.286229],[102.145073,34.273014],[102.131736,34.273815],[102.126059,34.277912],[102.105856,34.285674],[102.102723,34.28497],[102.090733,34.287773],[102.083123,34.292237],[102.065288,34.293913],[102.058662,34.280433],[102.0624,34.265463],[102.056373,34.252791],[102.062697,34.242712],[102.06177,34.231731],[102.057399,34.227724],[102.049447,34.230595],[102.031629,34.231592],[102.023578,34.225269],[102.014725,34.22655],[102.012001,34.220284],[102.023448,34.211856],[102.026654,34.20677],[102.028561,34.192308],[102.016922,34.191768],[102.012604,34.187758],[102.011304,34.185501],[102.012423,34.178923],[102.007896,34.167431],[102.001186,34.162684],[101.987067,34.165283],[101.981999,34.168451],[101.968919,34.16998],[101.963917,34.16946],[101.957416,34.164198],[101.957938,34.160647],[101.967196,34.156425],[101.963106,34.149178],[101.955765,34.109593],[101.945892,34.114263],[101.915526,34.123248],[101.909806,34.130267],[101.903532,34.130624],[101.894336,34.135901],[101.884654,34.131472],[101.872645,34.131826],[101.866374,34.144361],[101.866154,34.15019],[101.863338,34.152003],[101.847599,34.15477],[101.844637,34.152619],[101.850529,34.141963],[101.848006,34.133489],[101.838638,34.126655],[101.833631,34.12607],[101.827403,34.131217],[101.796326,34.128936],[101.790406,34.13335],[101.786003,34.133103],[101.776013,34.126076],[101.761772,34.124222],[101.761507,34.118731],[101.756233,34.10652],[101.755656,34.101592],[101.747143,34.09079],[101.739645,34.086771],[101.73524,34.081046],[101.728893,34.087162],[101.730066,34.09596],[101.727086,34.101305],[101.722553,34.098874],[101.718895,34.089019],[101.715415,34.085364],[101.710118,34.087304],[101.709284,34.094654],[101.713166,34.104252],[101.712742,34.109855],[101.700233,34.121868],[101.692843,34.121692],[101.69153,34.111485],[101.685818,34.10912],[101.667295,34.113878],[101.651155,34.123616],[101.64121,34.1404],[101.653426,34.150494],[101.649034,34.156998],[101.628362,34.163843],[101.619784,34.17082],[101.604198,34.175964],[101.594144,34.185304],[101.582927,34.189873],[101.578634,34.198556],[101.575627,34.198963],[101.568338,34.194706],[101.557343,34.192821],[101.553164,34.196517],[101.554118,34.204164],[101.543689,34.206387],[101.541378,34.212112],[101.536772,34.213615],[101.523317,34.209918],[101.512713,34.199649],[101.50118,34.196849],[101.489308,34.197702],[101.485822,34.199499],[101.484316,34.203852],[101.489659,34.212567],[101.487256,34.217546],[101.483135,34.219807],[101.456766,34.223555],[101.439328,34.222664],[101.429306,34.227267],[101.426371,34.230437],[101.412511,34.229614],[101.410082,34.233991],[101.404679,34.237044],[101.383266,34.239994],[101.374538,34.247028],[101.368299,34.24918],[101.341531,34.250604],[101.330955,34.246439],[101.324033,34.245984],[101.320888,34.248062],[101.320468,34.251353],[101.328293,34.251261],[101.329761,34.253208],[101.326121,34.26676],[101.322545,34.270699],[101.316148,34.269039],[101.294557,34.269588],[101.291317,34.274352],[101.278948,34.275346],[101.266927,34.281095],[101.260648,34.288022],[101.265388,34.292109],[101.263841,34.294451],[101.246127,34.300172],[101.238317,34.294775],[101.231119,34.296439],[101.227944,34.298758],[101.229676,34.313038],[101.233016,34.317358],[101.233681,34.325826],[101.2264,34.331259],[101.205031,34.33216],[101.197864,34.334142],[101.192054,34.338167],[101.182995,34.32702],[101.176964,34.322157],[101.168253,34.319972],[101.152926,34.331729],[101.143639,34.333184],[101.133486,34.327414],[101.116866,34.330396],[101.112358,34.328033],[101.101665,34.326067],[101.099363,34.329138],[101.09512,34.329817],[101.080685,34.323829],[101.0702,34.330231],[101.064205,34.330033],[101.052534,34.326043],[101.049149,34.340109],[101.042877,34.342414],[101.037581,34.341693],[101.035589,34.337835],[101.028643,34.33992],[101.021422,34.344739],[101.019524,34.351731],[101.00832,34.357885],[101.001061,34.367675],[100.984859,34.37557],[100.973525,34.370199],[100.955955,34.378283],[100.948917,34.384876],[100.934775,34.379045],[100.917454,34.375523],[100.900024,34.378352],[100.893027,34.376514],[100.890855,34.371569],[100.890561,34.365983],[100.891926,34.363928],[100.890789,34.358679],[100.879481,34.352314],[100.869794,34.335944],[100.846333,34.327523],[100.836848,34.327663],[100.830352,34.320507],[100.820312,34.320549],[100.817879,34.311696],[100.814861,34.307406],[100.815817,34.29556],[100.812496,34.292193],[100.803951,34.288816],[100.807249,34.273309],[100.798668,34.26417],[100.796792,34.258057],[100.803232,34.253735],[100.80773,34.24745],[100.802035,34.239213],[100.79384,34.234528],[100.795447,34.22776],[100.789347,34.213621],[100.786918,34.210138],[100.782418,34.209398],[100.780111,34.206649],[100.778662,34.203855],[100.778834,34.196189],[100.766801,34.190847],[100.762756,34.179672],[100.766281,34.17544],[100.775885,34.170238],[100.782894,34.168655],[100.787204,34.160787],[100.794709,34.161165],[100.806869,34.155818],[100.813739,34.141185],[100.81707,34.137355],[100.827172,34.131112],[100.838066,34.115747],[100.837011,34.109311],[100.842947,34.100723],[100.846616,34.091641],[100.856495,34.091104],[100.870451,34.084715],[100.865985,34.072003],[100.867848,34.067157],[100.875615,34.061008],[100.879265,34.040139],[100.882051,34.03456],[100.89655,34.038187],[100.896538,34.02951],[100.901774,34.019187],[100.911792,34.008401],[100.916487,34.008701],[100.925923,33.995327],[100.929775,33.993012],[100.925651,33.98155],[100.926252,33.977355],[100.943425,33.964323],[100.950308,33.95351],[100.964479,33.94899],[100.964592,33.945224],[100.969319,33.939135],[100.972862,33.925043],[100.976222,33.918343],[100.98686,33.908528],[100.994007,33.892682],[101.018616,33.899363],[101.030595,33.884484],[101.037614,33.887818],[101.043116,33.886258],[101.046696,33.880802],[101.046656,33.871168],[101.0519,33.865387],[101.074837,33.859379],[101.085354,33.858153],[101.106536,33.862751],[101.109526,33.859374],[101.109543,33.853929],[101.111078,33.852683],[101.115578,33.851495],[101.124817,33.852846],[101.136808,33.846432],[101.145322,33.847341],[101.152689,33.845008],[101.153973,33.838876],[101.148518,33.833065],[101.148109,33.828749],[101.150937,33.824884],[101.159424,33.820217],[101.16069,33.814074],[101.171806,33.804278],[101.183701,33.797241],[101.189093,33.792176],[101.190234,33.788983],[101.182335,33.767534],[101.183167,33.760595],[101.187117,33.754817],[101.187662,33.745189],[101.185068,33.743776],[101.178463,33.743874],[101.1771,33.735274],[101.170539,33.732686],[101.165487,33.728587],[101.161071,33.722149],[101.16334,33.69557],[101.173997,33.686117],[101.173504,33.679078],[101.165472,33.670673],[101.165317,33.6612],[101.173226,33.65736],[101.181146,33.65601],[101.180393,33.659869],[101.18456,33.666491],[101.196681,33.672152],[101.214991,33.672546],[101.227851,33.684163],[101.233386,33.687159],[101.243441,33.68311],[101.257024,33.672544],[101.271294,33.668428],[101.280302,33.664045],[101.291615,33.662745],[101.296773,33.66537],[101.300011,33.66404],[101.30303,33.660111],[101.310014,33.666108],[101.31505,33.664721],[101.321056,33.658796],[101.335137,33.660899],[101.344209,33.654783],[101.346738,33.658427],[101.350269,33.659096],[101.381595,33.647522],[101.389191,33.646743],[101.415105,33.652671],[101.421572,33.655898],[101.426814,33.661451],[101.427762,33.666291],[101.426386,33.680193],[101.428271,33.683962],[101.431691,33.68627],[101.437229,33.68724],[101.441776,33.683561],[101.452732,33.686498],[101.467839,33.687901],[101.472591,33.690176],[101.480532,33.697383],[101.498661,33.704725],[101.50378,33.703723],[101.507841,33.697308],[101.510529,33.696108],[101.525632,33.693503],[101.538848,33.697339],[101.546627,33.694735],[101.550735,33.691324],[101.554155,33.685251],[101.554257,33.675817],[101.558342,33.670718],[101.565501,33.67006],[101.57688,33.677512],[101.580962,33.676798],[101.585933,33.672561],[101.587867,33.669895],[101.58497,33.64705],[101.585691,33.642067],[101.587444,33.639701],[101.601514,33.635061],[101.605841,33.631349],[101.605624,33.627639],[101.610564,33.620228],[101.611051,33.615801],[101.616664,33.605212],[101.615921,33.599107],[101.61216,33.598166],[101.609883,33.593903],[101.61267,33.583585],[101.60974,33.57764],[101.610496,33.567568],[101.618366,33.55989],[101.614915,33.549726],[101.615045,33.542303],[101.618545,33.535139],[101.616893,33.530477],[101.614673,33.529521],[101.615526,33.520093],[101.623802,33.500486],[101.629893,33.494271],[101.643528,33.49681],[101.647641,33.504749],[101.660434,33.504156],[101.668842,33.501202],[101.679463,33.502429],[101.688784,33.500755],[101.698994,33.504809],[101.715883,33.497123],[101.731204,33.499465],[101.733502,33.498496],[101.73962,33.506159],[101.746271,33.506946],[101.749326,33.510915],[101.751112,33.517791],[101.757251,33.524305],[101.75754,33.538507],[101.769188,33.54084],[101.774151,33.53909],[101.776044,33.536674],[101.776495,33.522406],[101.773058,33.521537],[101.771907,33.516731],[101.773165,33.493947],[101.766516,33.466476],[101.767581,33.458397],[101.773347,33.454411],[101.769208,33.449956],[101.765201,33.448649],[101.718824,33.445317],[101.694853,33.436845],[101.692899,33.434447],[101.691002,33.423887],[101.688158,33.422675],[101.672222,33.399668],[101.672329,33.393901],[101.659746,33.385189],[101.658432,33.37033],[101.651609,33.351151],[101.652356,33.344423],[101.648544,33.338154],[101.64712,33.32877],[101.647662,33.325019],[101.652361,33.318109],[101.65784,33.312345],[101.668516,33.308318],[101.674849,33.300602],[101.678627,33.298879],[101.687165,33.300873],[101.708141,33.300108],[101.712628,33.295699],[101.713287,33.290661],[101.72049,33.289769],[101.729252,33.285809],[101.736277,33.277392],[101.739011,33.26928],[101.723777,33.255086],[101.726856,33.250502],[101.726036,33.242816],[101.72334,33.240162],[101.715678,33.222892],[101.706943,33.214991],[101.676474,33.203176],[101.686751,33.187662],[101.680609,33.178777],[101.67487,33.173919],[101.66318,33.167567],[101.653695,33.16543],[101.654124,33.161457],[101.658908,33.151933],[101.658196,33.137811],[101.650955,33.13426],[101.647636,33.12972],[101.645841,33.122282],[101.641037,33.118039],[101.631204,33.103356],[101.625503,33.103323],[101.623647,33.10809],[101.610261,33.116163],[101.607482,33.121714],[101.603636,33.122434],[101.600382,33.125509],[101.600253,33.128725],[101.584671,33.141596],[101.578709,33.150721],[101.573745,33.151763],[101.559785,33.162028],[101.559928,33.166475],[101.55766,33.168626],[101.536035,33.180506],[101.528303,33.181376],[101.526791,33.184523],[101.527226,33.188795],[101.520959,33.191762],[101.516698,33.191629],[101.513972,33.193871],[101.511592,33.206157],[101.501634,33.208348],[101.493329,33.223642],[101.486197,33.228817],[101.470493,33.226294],[101.45817,33.227757],[101.451165,33.226501],[101.428909,33.232372],[101.420965,33.228629],[101.403431,33.228419],[101.398185,33.226136],[101.391104,33.21392],[101.386611,33.21017],[101.391767,33.20543],[101.392255,33.203192],[101.390388,33.200262],[101.394869,33.189166],[101.390322,33.182619],[101.389779,33.173598],[101.392805,33.168418],[101.391586,33.161724],[101.382026,33.154433],[101.375428,33.160861],[101.375069,33.166865],[101.371721,33.17368],[101.369628,33.174637],[101.365457,33.173461],[101.361207,33.176568],[101.360366,33.181462],[101.355756,33.183778],[101.355564,33.196218],[101.342893,33.205187],[101.342718,33.209845],[101.3372,33.2192],[101.333495,33.223306],[101.326467,33.226932],[101.325951,33.232116],[101.327597,33.237875],[101.323787,33.242887],[101.309044,33.24679],[101.301399,33.259558],[101.295102,33.264152],[101.285175,33.266716],[101.275666,33.267039],[101.271382,33.270714],[101.264211,33.267085],[101.244074,33.26494],[101.227074,33.271037],[101.226088,33.273966],[101.220573,33.27164],[101.215714,33.261065],[101.216822,33.258198],[101.20457,33.257598],[101.202633,33.264273],[101.203759,33.26991],[101.202356,33.271524],[101.182499,33.27226],[101.177841,33.267739],[101.170661,33.263954],[101.169098,33.260877],[101.169419,33.249979],[101.165913,33.249196],[101.158968,33.251236],[101.153197,33.249472],[101.152374,33.246685],[101.155165,33.240162],[101.153097,33.236065],[101.144144,33.236394],[101.14205,33.232986],[101.134001,33.227814],[101.123757,33.224632],[101.123538,33.215937],[101.120734,33.20445],[101.114626,33.197574],[101.119396,33.190452],[101.121479,33.189619],[101.131864,33.191083],[101.135631,33.189893],[101.1352,33.185068],[101.128489,33.177698],[101.128253,33.171135],[101.133223,33.165496],[101.14211,33.164492],[101.142351,33.152671],[101.150062,33.153154],[101.15804,33.14877],[101.154152,33.142283],[101.153837,33.137023],[101.148444,33.132362],[101.154026,33.124175],[101.162277,33.122106],[101.167602,33.102496],[101.167343,33.099534],[101.146633,33.094596],[101.141095,33.087645],[101.140776,33.08269],[101.14495,33.073649],[101.14356,33.063012],[101.141272,33.060415],[101.144895,33.058296],[101.160241,33.058509],[101.168459,33.05407],[101.170256,33.048062],[101.179474,33.04855],[101.182766,33.04416],[101.179255,33.039814],[101.180914,33.029004],[101.174249,33.026641],[101.169488,33.015475],[101.176028,33.002144],[101.175789,32.998569],[101.184091,32.987984],[101.170269,32.985278],[101.162158,32.985316],[101.132816,32.991424],[101.127028,32.991347],[101.126027,32.984572],[101.128269,32.98158],[101.131087,32.968773],[101.130094,32.959952],[101.132534,32.956892],[101.129606,32.944979],[101.125699,32.939274],[101.130899,32.928033],[101.130215,32.924674],[101.127133,32.922996],[101.119558,32.913309],[101.13121,32.904341],[101.139174,32.905106],[101.160369,32.903465],[101.166394,32.897369],[101.1766,32.894964],[101.184885,32.884758],[101.193532,32.882073],[101.201269,32.873447],[101.202933,32.869047],[101.213021,32.867226],[101.219142,32.864363],[101.222277,32.853456],[101.219001,32.843704],[101.225948,32.835959],[101.236875,32.829109],[101.226716,32.799061],[101.228577,32.791084],[101.232451,32.789736],[101.233473,32.787005],[101.232152,32.782682],[101.226937,32.779942],[101.221958,32.772244],[101.225826,32.766838],[101.226942,32.758324],[101.224087,32.749912],[101.224387,32.737045],[101.220073,32.722859],[101.211403,32.712622],[101.206522,32.711414],[101.203696,32.708746],[101.200261,32.698989],[101.193086,32.689102],[101.182481,32.684036],[101.178508,32.686128],[101.157304,32.661722],[101.146864,32.660863],[101.140769,32.662903],[101.131974,32.662622],[101.123985,32.660236],[101.118109,32.653966],[101.116077,32.640981],[101.119356,32.637686],[101.123166,32.63705],[101.121651,32.635555],[101.117559,32.634995],[101.109903,32.639592],[101.107623,32.656364],[101.112586,32.668],[101.110776,32.674322],[101.107104,32.675149],[101.105525,32.674164],[101.106541,32.670813],[101.100008,32.668852],[101.081696,32.674425],[101.076892,32.679366],[101.074755,32.684033],[101.070595,32.683601],[101.066414,32.680734],[101.061211,32.680426],[101.051718,32.675807],[101.044592,32.669667],[101.029934,32.661675],[101.018077,32.64599],[101.014105,32.642308],[101.001,32.635742],[100.999033,32.631418],[100.986946,32.628263],[100.981717,32.629096],[100.969239,32.62541],[100.964087,32.626348],[100.950763,32.618661],[100.931964,32.603945],[100.925991,32.601859],[100.924527,32.608127],[100.920069,32.615337],[100.907488,32.622115],[100.904093,32.617447],[100.898245,32.616591],[100.89286,32.623324],[100.888016,32.635282],[100.882268,32.633244],[100.877667,32.636295],[100.872017,32.634063],[100.869693,32.641799],[100.860259,32.638078],[100.856703,32.642679],[100.848858,32.642215],[100.845454,32.645612],[100.845004,32.648408],[100.833758,32.651512],[100.824106,32.64704],[100.806394,32.648991],[100.802412,32.651451],[100.800518,32.656906],[100.797526,32.658236],[100.79442,32.65635],[100.782647,32.641916],[100.777347,32.641161],[100.77229,32.643543],[100.767951,32.648973],[100.766488,32.666208],[100.763154,32.665654],[100.76026,32.662948],[100.755786,32.653357],[100.751152,32.653219],[100.745363,32.658365],[100.736507,32.658857],[100.727426,32.661648],[100.713282,32.669356],[100.708455,32.675727],[100.699949,32.679116],[100.692523,32.678218],[100.690945,32.68158],[100.686169,32.684679],[100.683595,32.676883],[100.706556,32.652896],[100.712063,32.643499],[100.712031,32.633789],[100.719056,32.624257],[100.715422,32.617255],[100.706395,32.612147],[100.674606,32.630369],[100.669612,32.63092],[100.663835,32.625137],[100.657612,32.60919],[100.656744,32.598449],[100.658317,32.596422],[100.659927,32.585455],[100.65846,32.561262],[100.65577,32.548004],[100.663998,32.537404],[100.668776,32.525589],[100.645404,32.528031],[100.643228,32.532928],[100.639213,32.535985],[100.6317,32.536194],[100.622574,32.542924],[100.61673,32.53967],[100.614386,32.542039],[100.614631,32.547388],[100.601218,32.548519],[100.601499,32.556412],[100.598204,32.55685],[100.592759,32.553526],[100.589197,32.55323],[100.58744,32.554505],[100.588211,32.55999],[100.586016,32.561366],[100.574704,32.554816],[100.571325,32.556596],[100.570863,32.558424],[100.576237,32.563788],[100.566459,32.566165],[100.564808,32.571527],[100.56122,32.57196],[100.555712,32.567525],[100.551073,32.573219],[100.543933,32.572427],[100.542207,32.575017],[100.544351,32.583689],[100.537521,32.584114],[100.534021,32.589191],[100.534925,32.591916],[100.538696,32.59474],[100.537725,32.598225],[100.526804,32.591626],[100.523211,32.593533],[100.523575,32.59785],[100.530439,32.605458],[100.524805,32.612948],[100.507304,32.612303],[100.507105,32.616119],[100.51491,32.618951],[100.515951,32.62291],[100.514388,32.624674],[100.506235,32.625715],[100.503351,32.629714],[100.509498,32.629181],[100.515131,32.632086],[100.515751,32.634362],[100.509388,32.636001],[100.508717,32.641282],[100.500348,32.65296],[100.496542,32.655256],[100.49648,32.658824],[100.492871,32.659648],[100.482569,32.670299],[100.475802,32.673707],[100.472199,32.684454],[100.472926,32.689595],[100.469607,32.696096],[100.462646,32.698179],[100.45565,32.703617],[100.448984,32.696295],[100.44301,32.697614],[100.435081,32.720568],[100.427241,32.724628],[100.426776,32.728462],[100.421315,32.730529],[100.418839,32.733854],[100.397373,32.71249],[100.391252,32.697897],[100.387047,32.696987],[100.378209,32.699727],[100.376548,32.703723],[100.379393,32.705675],[100.387558,32.718019],[100.392902,32.732669],[100.397251,32.73992],[100.404425,32.744545],[100.400458,32.747595],[100.398728,32.75129],[100.40093,32.753912],[100.400939,32.757113],[100.394541,32.755803],[100.390017,32.75088],[100.371945,32.745517],[100.367701,32.739601],[100.344155,32.728009],[100.340528,32.724759],[100.339746,32.721514],[100.335648,32.720614],[100.331075,32.721288],[100.327725,32.725468],[100.320958,32.729086],[100.31305,32.726976],[100.294851,32.734549],[100.279841,32.737093],[100.263382,32.744908],[100.258249,32.745056],[100.256665,32.742581],[100.26095,32.729156],[100.250991,32.72462],[100.239595,32.725096],[100.235061,32.706938],[100.229067,32.696263],[100.229507,32.688968],[100.231855,32.685205],[100.226951,32.679901],[100.227658,32.674105],[100.230602,32.669679],[100.230714,32.656086],[100.22095,32.632632],[100.221478,32.629776],[100.223505,32.628622],[100.223308,32.625016],[100.215765,32.622643],[100.212413,32.617794],[100.216174,32.613223],[100.214472,32.609646],[100.209101,32.608398],[100.195992,32.614181],[100.191228,32.626451],[100.192644,32.629935],[100.187532,32.633451],[100.18234,32.630228],[100.170609,32.628647],[100.162646,32.632502],[100.161097,32.636904],[100.158453,32.638014],[100.154163,32.635746],[100.147216,32.637929],[100.14055,32.636801],[100.136197,32.634259],[100.129533,32.634005],[100.122996,32.642528],[100.111183,32.644499],[100.106516,32.656602],[100.102919,32.661202],[100.086141,32.670943],[100.09105,32.684764],[100.098459,32.684651],[100.10095,32.68618],[100.103861,32.692477],[100.102979,32.696023],[100.114309,32.701567],[100.114469,32.707223],[100.122347,32.716902],[100.129636,32.716128],[100.135758,32.719621],[100.135811,32.732902],[100.134169,32.734565],[100.132182,32.752324],[100.116288,32.786743],[100.118707,32.796596],[100.113841,32.803523],[100.117079,32.81726],[100.115658,32.82167],[100.120269,32.836076],[100.11699,32.841166],[100.107349,32.849607],[100.107382,32.855271],[100.110418,32.862201],[100.096795,32.86953],[100.091533,32.869408],[100.087542,32.867358],[100.080827,32.874643],[100.078809,32.880113],[100.078808,32.887611],[100.068534,32.897102],[100.061217,32.897377],[100.057412,32.895765],[100.040941,32.900885],[100.035793,32.900414],[100.030517,32.897169],[100.026829,32.897767],[100.027175,32.905039],[100.035727,32.918996],[100.036737,32.923208],[100.035594,32.926876],[100.039039,32.931919],[100.029529,32.934948],[100.02165,32.93294],[100.013432,32.934969],[100.001148,32.94377],[99.996308,32.941932],[99.985741,32.943314],[99.978247,32.941368],[99.967436,32.943017],[99.958029,32.948247],[99.953054,32.953677],[99.952756,32.962176],[99.948372,32.970813],[99.94732,32.990596],[99.943844,32.992674],[99.939415,32.991873],[99.935243,32.999367],[99.928977,33.004146],[99.923491,33.005889],[99.919313,33.010655],[99.916776,33.019069],[99.912407,33.018905],[99.909268,33.020865],[99.905995,33.027875],[99.906553,33.043781],[99.901666,33.049322],[99.892867,33.048302],[99.886026,33.049642],[99.876407,33.047972],[99.878123,33.044669],[99.878169,33.034604],[99.881806,33.026805],[99.879422,33.009416],[99.875827,33.002191],[99.876874,32.997972],[99.864639,32.983838],[99.865815,32.978663],[99.8564,32.966787],[99.857865,32.96167],[99.856731,32.953896],[99.855106,32.949448],[99.850964,32.944941],[99.842829,32.944796],[99.835358,32.952673],[99.828552,32.953506],[99.825148,32.952816],[99.815351,32.94478],[99.808531,32.945647],[99.805661,32.94075],[99.788449,32.958521],[99.782239,32.95878],[99.775422,32.955627],[99.765334,32.942592],[99.76817,32.937453],[99.760494,32.92732],[99.774831,32.926572],[99.778277,32.922986],[99.77897,32.912508],[99.786269,32.907315],[99.783541,32.903644],[99.784839,32.893956],[99.791188,32.886433],[99.78613,32.873744],[99.787861,32.870962],[99.787222,32.867841],[99.773743,32.85165],[99.772542,32.847794],[99.77323,32.83827],[99.7645,32.827238],[99.768193,32.818926],[99.766068,32.816475],[99.765699,32.811876],[99.768932,32.805182],[99.761395,32.795902],[99.761841,32.788026],[99.76509,32.786075],[99.76483,32.782723],[99.751448,32.761741],[99.745569,32.755705],[99.739878,32.75345],[99.73713,32.749365],[99.736734,32.744996],[99.740033,32.739078],[99.738907,32.733266],[99.729144,32.728083],[99.726139,32.72795],[99.716824,32.735562],[99.712093,32.74567],[99.712475,32.750263],[99.709442,32.760051],[99.700614,32.769078],[99.697053,32.770723],[99.682018,32.770125],[99.677799,32.768162],[99.670675,32.772411],[99.664988,32.782192],[99.656088,32.778887],[99.654276,32.774792],[99.650018,32.77385],[99.6453,32.777369],[99.643273,32.785226],[99.644479,32.789279],[99.641214,32.794328],[99.634269,32.793856],[99.624311,32.784987],[99.616339,32.786837],[99.606987,32.78154],[99.602284,32.783617],[99.602393,32.786779],[99.600153,32.789416],[99.58735,32.792865],[99.58533,32.796019],[99.587404,32.803073],[99.586585,32.80647],[99.564324,32.831405],[99.561826,32.838758],[99.552732,32.845554],[99.548354,32.847396],[99.541189,32.846706],[99.52905,32.850545],[99.517678,32.848768],[99.515853,32.850348],[99.496379,32.854577],[99.489815,32.853301],[99.476813,32.859688],[99.448585,32.865291],[99.437174,32.873271],[99.432407,32.879316],[99.422741,32.881225],[99.408601,32.889226],[99.400836,32.890221],[99.383196,32.90262],[99.377988,32.903371],[99.36248,32.8931],[99.355045,32.890972],[99.352573,32.888247],[99.346022,32.891216],[99.341773,32.897821],[99.338192,32.898596],[99.330296,32.895647],[99.329389,32.888602],[99.325704,32.884349],[99.306997,32.880827],[99.303423,32.883385],[99.302353,32.886313],[99.297999,32.888098],[99.290827,32.886767],[99.283061,32.888424],[99.272515,32.884804],[99.268058,32.881535],[99.264606,32.88198],[99.26541,32.890939],[99.260261,32.901988],[99.258343,32.910589],[99.244829,32.927555],[99.247411,32.939607],[99.244744,32.945152],[99.246178,32.948054],[99.250064,32.948952],[99.250537,32.952869],[99.242314,32.957195],[99.236232,32.955818],[99.231393,32.957856],[99.231332,32.969198],[99.228747,32.972683],[99.230581,32.982024],[99.234145,32.984],[99.234548,32.986885],[99.223632,32.994199],[99.217004,32.991471],[99.213505,32.995018],[99.214545,32.999308],[99.211291,33.008375],[99.204513,33.01349],[99.207505,33.016983],[99.20741,33.020809],[99.195481,33.035583],[99.18726,33.038219],[99.180695,33.042674],[99.178063,33.046736],[99.169499,33.047076],[99.148197,33.051999],[99.133974,33.052452],[99.128153,33.048065],[99.123608,33.04766],[99.117837,33.054154],[99.115392,33.062666],[99.112224,33.066309],[99.101883,33.063139],[99.095865,33.066689],[99.09372,33.070395],[99.092939,33.078525],[99.091121,33.080231],[99.067854,33.077644],[99.061691,33.082058],[99.060843,33.089765],[99.047683,33.085217],[99.039011,33.085876],[99.028655,33.095715],[99.026391,33.09603],[99.017822,33.090296],[99.017588,33.08564],[99.014835,33.08317],[99.001141,33.083358],[98.996521,33.09162],[98.983278,33.094376],[98.976043,33.099827],[98.969274,33.101685],[98.966021,33.107467],[98.968447,33.11443],[98.965517,33.118262],[98.955843,33.120783],[98.937371,33.116842],[98.919162,33.121911],[98.91635,33.12458],[98.906224,33.124999],[98.898412,33.133714],[98.888573,33.141504],[98.88292,33.141395],[98.874816,33.14381],[98.873874,33.147474],[98.868592,33.152257],[98.860738,33.151195],[98.854612,33.155158],[98.844756,33.167774],[98.828129,33.182298],[98.829724,33.187042],[98.82948,33.201188],[98.823069,33.205701],[98.817066,33.20603],[98.812337,33.208842],[98.805369,33.220478],[98.804504,33.224943],[98.807723,33.233241],[98.808397,33.244762],[98.812988,33.253257],[98.809629,33.256266],[98.80824,33.264424],[98.803082,33.272326],[98.788734,33.274316],[98.785622,33.278815],[98.77992,33.280213],[98.773334,33.27655],[98.75869,33.279435],[98.757388,33.282528],[98.760016,33.292641],[98.765167,33.294093],[98.771793,33.299206],[98.772614,33.305129],[98.762743,33.324488],[98.774186,33.32997],[98.769525,33.339687],[98.780211,33.346226],[98.777973,33.360448],[98.778707,33.370113],[98.776899,33.376037],[98.767654,33.380561],[98.761694,33.380358],[98.759735,33.382128],[98.760112,33.385247],[98.753955,33.388179],[98.75191,33.400066],[98.74877,33.404969],[98.746143,33.407059],[98.735998,33.409284],[98.733166,33.411861],[98.736924,33.434742],[98.743502,33.457356],[98.741395,33.461063],[98.743272,33.4671],[98.742642,33.480474],[98.736309,33.47974],[98.731021,33.486442],[98.723132,33.485936],[98.72202,33.494188],[98.724728,33.505878],[98.723778,33.507651],[98.720053,33.50985],[98.713818,33.508095],[98.710351,33.508877],[98.689762,33.522316],[98.677453,33.526594],[98.678756,33.529559],[98.673623,33.535011],[98.670966,33.545396],[98.662831,33.54838],[98.657736,33.542938],[98.653331,33.543417],[98.650592,33.545754],[98.647447,33.551691],[98.645735,33.562776],[98.658857,33.577312],[98.664889,33.588931],[98.660434,33.590743],[98.649947,33.599976],[98.63596,33.609101],[98.622618,33.612182],[98.61744,33.627841],[98.611771,33.635506],[98.613218,33.638812],[98.640178,33.64424],[98.642265,33.645653],[98.649085,33.659203],[98.641903,33.65897],[98.640039,33.661974],[98.640547,33.666849],[98.635065,33.671844],[98.624624,33.673518],[98.623945,33.678373],[98.60555,33.690401],[98.597306,33.698272],[98.594159,33.704291],[98.595862,33.720645],[98.582131,33.734257],[98.561095,33.740187],[98.550818,33.745348],[98.537717,33.749346],[98.530617,33.756538],[98.528456,33.766947],[98.51764,33.775567],[98.508106,33.774596],[98.496726,33.770029],[98.491101,33.772608],[98.485985,33.782736],[98.492517,33.797205],[98.486122,33.805989],[98.483488,33.817083],[98.477897,33.829397],[98.461136,33.85064],[98.458539,33.851761],[98.455994,33.850843],[98.445612,33.842609],[98.438824,33.842846],[98.430203,33.850146],[98.425848,33.85564],[98.425993,33.858558],[98.41706,33.863446],[98.412082,33.863258],[98.407427,33.868089],[98.411872,33.883553],[98.42542,33.896014],[98.42884,33.901216],[98.428513,33.906674],[98.425972,33.912349],[98.41746,33.921502],[98.408539,33.925124],[98.40591,33.927884],[98.406847,33.941022],[98.413013,33.949628],[98.409262,33.953214],[98.409648,33.955055],[98.411765,33.957138],[98.430232,33.962899],[98.431364,33.97343],[98.436926,33.974212],[98.440313,33.987505],[98.435587,33.991535],[98.432267,33.998805],[98.437825,34.007708],[98.439168,34.0133],[98.420987,34.037013],[98.413822,34.038888],[98.404567,34.050343],[98.391075,34.058211],[98.397274,34.072958],[98.399394,34.085867],[98.402018,34.087921],[98.328498,34.098552],[98.325307,34.097924],[98.315969,34.091069],[98.309127,34.089401],[98.28141,34.087418],[98.270514,34.090286],[98.267392,34.087695],[98.259428,34.085497],[98.238292,34.084139],[98.228369,34.087928],[98.218282,34.08314],[98.206996,34.080395],[98.205713,34.085941],[98.197553,34.093675],[98.189981,34.093633],[98.172246,34.099292],[98.156754,34.108972],[98.149586,34.109914],[98.142051,34.105861],[98.131418,34.108564],[98.114631,34.118523],[98.09845,34.124733],[98.081762,34.125367],[98.081197,34.121075],[98.076248,34.119737],[98.061302,34.122324],[98.053129,34.120774],[98.050752,34.116793],[98.043861,34.11742],[98.02654,34.125424],[98.013655,34.146224],[98.005158,34.153108],[97.996856,34.156069],[97.992512,34.161788],[97.977573,34.170404],[97.953924,34.189026],[97.945142,34.198216],[97.931267,34.199138],[97.898505,34.211642],[97.893976,34.210559],[97.888808,34.206354],[97.878098,34.208336],[97.865748,34.206528],[97.83486,34.210038],[97.813717,34.208024],[97.810412,34.209258],[97.800016,34.202553],[97.795145,34.196597],[97.78466,34.17677],[97.787116,34.172591],[97.7733,34.163709],[97.76679,34.160212],[97.741872,34.157494],[97.736303,34.151891],[97.709797,34.142451],[97.706349,34.142543],[97.698305,34.135448],[97.687605,34.133474],[97.686026,34.134559],[97.678632,34.133754],[97.66537,34.128689],[97.6617,34.116286],[97.676152,34.095794],[97.681874,34.081738],[97.694944,34.078731],[97.695538,34.068941],[97.699995,34.065106],[97.702745,34.059553],[97.70231,34.044391],[97.700264,34.036354],[97.694115,34.031403],[97.687793,34.018101],[97.673093,34.01273],[97.661728,34.015602],[97.654931,34.010241],[97.65257,33.997551],[97.66055,33.977074],[97.657709,33.970644],[97.66043,33.960517],[97.654332,33.949281],[97.647246,33.948656],[97.643904,33.946073],[97.641925,33.925847],[97.635893,33.921072],[97.631894,33.920617],[97.619283,33.924975],[97.611183,33.930076],[97.600635,33.932421],[97.57426,33.920757],[97.558434,33.916713],[97.550939,33.916945],[97.532307,33.904814],[97.524375,33.903044],[97.520122,33.902773],[97.517388,33.907246],[97.504121,33.914422],[97.50141,33.913368],[97.49729,33.904621],[97.488024,33.903682],[97.483446,33.900126],[97.477882,33.9002],[97.468244,33.904861],[97.4617,33.900596],[97.459635,33.888942],[97.442101,33.890021],[97.427708,33.887846],[97.422312,33.889321],[97.411912,33.886147],[97.396101,33.890645],[97.390285,33.890655],[97.388088,33.889251],[97.387584,33.886019],[97.396107,33.871817],[97.391131,33.866328],[97.390824,33.863489],[97.394512,33.860443],[97.399784,33.852089],[97.391637,33.848932],[97.38179,33.848674],[97.370596,33.844168],[97.369654,33.842899],[97.372541,33.839127],[97.372991,33.835177],[97.3715,33.830211],[97.367827,33.826935],[97.374309,33.819317],[97.378535,33.819031],[97.385147,33.81358],[97.384608,33.809446],[97.397311,33.808726],[97.405856,33.795803],[97.406903,33.781658],[97.413151,33.776316],[97.4096,33.772552],[97.410126,33.769534],[97.418131,33.765301],[97.421371,33.758177],[97.419732,33.753033],[97.414731,33.749636],[97.418045,33.740118],[97.417334,33.728819],[97.428167,33.72387],[97.427159,33.716762],[97.420887,33.709773],[97.424623,33.700308],[97.42955,33.696653],[97.434913,33.682266],[97.428558,33.679885],[97.42768,33.67489],[97.429733,33.670601],[97.428726,33.666757],[97.42753,33.664713],[97.424943,33.664181],[97.414601,33.63818],[97.404562,33.628756],[97.408141,33.618627],[97.414822,33.607464],[97.423822,33.603315],[97.433257,33.602554],[97.443935,33.594473],[97.452439,33.581021],[97.471711,33.589507],[97.485123,33.58887],[97.495171,33.58595],[97.511253,33.583981],[97.524798,33.578475],[97.526026,33.575837],[97.522012,33.570293],[97.520231,33.555398],[97.51531,33.545951],[97.516755,33.539193],[97.515898,33.531263],[97.510484,33.522697],[97.518839,33.516588],[97.519455,33.511526],[97.522821,33.507162],[97.53222,33.500342],[97.542482,33.496209],[97.5466,33.4826],[97.551257,33.476539],[97.550922,33.469045],[97.552761,33.466644],[97.556505,33.465361],[97.562578,33.467288],[97.569074,33.466362],[97.57461,33.470794],[97.580891,33.472517],[97.587945,33.462583],[97.591099,33.460751],[97.595363,33.460927],[97.602443,33.453546],[97.614353,33.461734],[97.627278,33.463354],[97.645981,33.450493],[97.663056,33.44955],[97.67078,33.446791],[97.673193,33.444702],[97.670501,33.442362],[97.670737,33.438958],[97.675528,33.434674],[97.683314,33.435635],[97.690303,33.431114],[97.704967,33.431067],[97.710105,33.429409],[97.716228,33.422715],[97.722237,33.422905],[97.739219,33.414004],[97.753836,33.411602],[97.758233,33.405063],[97.751877,33.407172],[97.748132,33.405598],[97.749791,33.399598],[97.73981,33.396054],[97.736374,33.389989],[97.72029,33.388712],[97.707672,33.374671],[97.701717,33.361349],[97.690855,33.36216],[97.687327,33.363956],[97.676457,33.359537],[97.674277,33.355206],[97.679695,33.348138],[97.676425,33.342722],[97.669527,33.345135],[97.664545,33.342258],[97.649039,33.343065],[97.637076,33.347854],[97.622389,33.341319],[97.618739,33.334258],[97.620367,33.329617],[97.616303,33.308986],[97.605174,33.286547],[97.608675,33.275981],[97.608086,33.267147],[97.606384,33.26356],[97.60006,33.259239],[97.586123,33.243223],[97.574732,33.233505],[97.575398,33.223021],[97.55716,33.215745],[97.548617,33.206287],[97.533118,33.208255],[97.527762,33.20375],[97.524437,33.194238],[97.517974,33.189975],[97.516337,33.183366],[97.508408,33.176124],[97.486362,33.169934],[97.488686,33.164358],[97.485563,33.146886],[97.49579,33.14231],[97.498538,33.139328],[97.496054,33.131534],[97.489937,33.126383],[97.489634,33.117032],[97.484632,33.11053],[97.491388,33.103999],[97.49808,33.100605],[97.515581,33.095993],[97.527316,33.076348],[97.529249,33.068238],[97.532933,33.066245],[97.536858,33.060988],[97.537528,33.04745],[97.543414,33.038829],[97.534822,33.032292],[97.525912,33.031764],[97.5177,33.023968],[97.49995,33.022731],[97.497733,33.021114],[97.500909,33.010685],[97.520914,32.994983],[97.521881,32.990082],[97.514292,32.988205],[97.503209,32.981207],[97.48656,32.980626],[97.477422,32.983833],[97.463649,32.974228],[97.44133,32.97934],[97.435598,32.977849],[97.429426,32.973756],[97.42242,32.973904],[97.416131,32.972114],[97.412828,32.970132],[97.408456,32.962275],[97.401781,32.960642],[97.395242,32.961913],[97.384197,32.956769],[97.373009,32.958299],[97.363657,32.951575],[97.360663,32.947065],[97.360137,32.943767],[97.368245,32.929637],[97.359606,32.923196],[97.357802,32.916485],[97.35908,32.912217],[97.355735,32.907623],[97.349425,32.906261],[97.347493,32.897405],[97.354444,32.889462],[97.376634,32.887274],[97.378308,32.883647],[97.372212,32.875357],[97.375146,32.871782],[97.385458,32.869019],[97.388273,32.86642],[97.387917,32.864431],[97.382334,32.861669],[97.381789,32.857603],[97.388628,32.85046],[97.391392,32.845266],[97.392291,32.830697],[97.381215,32.829061],[97.378088,32.825918],[97.381139,32.795084],[97.384105,32.791599],[97.385008,32.782462],[97.393392,32.772285],[97.413543,32.737561],[97.425291,32.728154],[97.428607,32.713057],[97.422714,32.707672],[97.427131,32.702408],[97.435865,32.698746],[97.44738,32.69022],[97.459276,32.677796],[97.464632,32.675226],[97.469925,32.666282],[97.476875,32.667484],[97.479951,32.666508],[97.479489,32.663058],[97.482305,32.656308],[97.500292,32.649083],[97.513802,32.650771],[97.516973,32.647062],[97.518556,32.639554],[97.523911,32.636183],[97.526815,32.636599],[97.526114,32.639697],[97.528981,32.641658],[97.534122,32.640995],[97.539606,32.634384],[97.540568,32.628509],[97.543766,32.624131],[97.547815,32.622131],[97.560004,32.62408],[97.56751,32.620836],[97.581044,32.61924],[97.583987,32.617534],[97.587281,32.611699],[97.598388,32.618811],[97.606523,32.617563],[97.608141,32.615143],[97.61035,32.598726],[97.61621,32.58996],[97.630053,32.57807],[97.633093,32.579838],[97.638243,32.579051],[97.646316,32.569961],[97.663858,32.561507],[97.665812,32.556007],[97.674813,32.550284],[97.695442,32.546303],[97.697902,32.539673],[97.702063,32.536693],[97.717588,32.531818],[97.726133,32.531538],[97.73023,32.529447],[97.725005,32.52674],[97.701104,32.525458],[97.684433,32.532982],[97.670857,32.520175],[97.634562,32.527327],[97.629065,32.526868],[97.621416,32.522032],[97.613695,32.52668],[97.603213,32.52629],[97.598736,32.527919],[97.594266,32.530259],[97.591835,32.533692],[97.585777,32.526103],[97.573316,32.527172],[97.560481,32.533274],[97.555384,32.533825],[97.541125,32.539742],[97.534176,32.534328],[97.531471,32.528204],[97.519246,32.528334],[97.514002,32.529904],[97.51256,32.534626],[97.508865,32.536229],[97.505346,32.536241],[97.504589,32.534199],[97.501119,32.533333],[97.484953,32.543638],[97.471447,32.547476],[97.472075,32.54999],[97.462531,32.557296],[97.464009,32.560744],[97.461283,32.573073],[97.446885,32.589358],[97.411646,32.57755],[97.408005,32.56582],[97.401952,32.564646],[97.386196,32.55132],[97.374134,32.548887],[97.365037,32.55274],[97.356082,32.566116],[97.345946,32.56419],[97.34119,32.559787],[97.330534,32.540313],[97.332669,32.533032],[97.332507,32.526587],[97.328393,32.523604],[97.327925,32.520534],[97.337044,32.516225],[97.346494,32.517052],[97.349906,32.519767],[97.357192,32.514734],[97.368851,32.512579],[97.369429,32.508743],[97.388441,32.503603],[97.381793,32.499923],[97.374897,32.485315],[97.366168,32.477912],[97.347137,32.465794],[97.346165,32.455316],[97.339937,32.445814],[97.340981,32.441292],[97.347623,32.434209],[97.354961,32.434777],[97.365642,32.438807],[97.369096,32.437025],[97.372468,32.432158],[97.377628,32.430421],[97.383441,32.431084],[97.388708,32.427714],[97.391394,32.422991],[97.387355,32.418752],[97.387491,32.41689],[97.397286,32.408339],[97.400013,32.404243],[97.401926,32.392576],[97.409064,32.381105],[97.412616,32.379783],[97.409727,32.371108],[97.413704,32.36749],[97.415859,32.357927],[97.412507,32.353135],[97.413149,32.341438],[97.407396,32.335171],[97.412411,32.329641],[97.426656,32.324705],[97.413813,32.319063],[97.417336,32.308494],[97.41501,32.297712],[97.410607,32.295066],[97.405043,32.297668],[97.39618,32.29403],[97.388773,32.285269],[97.378549,32.281109],[97.370731,32.275605],[97.357547,32.279402],[97.350871,32.285748],[97.344598,32.282834],[97.340736,32.282996],[97.344257,32.298811],[97.341207,32.30133],[97.327293,32.304984],[97.319309,32.305817],[97.306457,32.298007],[97.296788,32.295742],[97.292441,32.291869],[97.286439,32.26122],[97.281112,32.247303],[97.280316,32.234658],[97.277713,32.229713],[97.275569,32.2182],[97.276591,32.213328],[97.263749,32.185914],[97.269445,32.162429],[97.275723,32.156938],[97.273037,32.153357],[97.271025,32.142512],[97.280867,32.139027],[97.285901,32.134334],[97.28889,32.133549],[97.300193,32.135769],[97.313498,32.132963],[97.30468,32.125169],[97.29236,32.100051],[97.292484,32.097737],[97.307345,32.080765],[97.307388,32.078296],[97.302052,32.074787],[97.29402,32.077209],[97.274408,32.073566],[97.256807,32.074805],[97.244771,32.086577],[97.238348,32.08713],[97.236173,32.094711],[97.231513,32.098162],[97.229563,32.108578],[97.220583,32.110723],[97.217927,32.109248],[97.212467,32.099973],[97.20241,32.099794],[97.200686,32.09302],[97.210861,32.083059],[97.225201,32.074758],[97.233155,32.067344],[97.236042,32.053508],[97.234721,32.048614],[97.22781,32.046034],[97.212962,32.044734],[97.196841,32.056991],[97.191881,32.058635],[97.186599,32.057675],[97.178255,32.043813],[97.16947,32.03781],[97.170215,32.029202],[97.166309,32.02668],[97.155288,32.034225],[97.153281,32.039332],[97.143223,32.042377],[97.139235,32.041829],[97.130543,32.046252],[97.110782,32.044702],[97.10738,32.041242],[97.098365,32.040017],[97.075393,32.051667],[97.068219,32.047645],[97.057776,32.047206],[97.051243,32.05053],[97.027702,32.051851],[97.016594,32.057957],[97.012641,32.067084],[97.004523,32.071278],[97.002082,32.068911],[96.988811,32.066717],[96.975061,32.069222],[96.966364,32.06792],[96.947456,32.061557],[96.934631,32.050277],[96.935304,32.04233],[96.943853,32.028221],[96.951378,32.024698],[96.958714,32.023411],[96.96624,32.016643],[96.966634,32.010864],[96.958831,32.004535],[96.955837,31.996624],[96.943404,31.991326],[96.924334,31.998167],[96.911163,32.004834],[96.894223,32.017614],[96.890492,32.015314],[96.888754,32.004268],[96.884119,32.003977],[96.874875,31.998685],[96.863496,31.998573],[96.86316,31.991435],[96.869825,31.974056],[96.86618,31.967648],[96.855688,31.975021],[96.852361,31.974657],[96.847817,31.979729],[96.846818,31.991491],[96.839146,32.002603],[96.834047,32.000695],[96.827383,32.002959],[96.82319,32.010777],[96.82015,32.012605],[96.804205,32.014969],[96.799539,32.020821],[96.792665,32.022732],[96.783493,32.016005],[96.773388,32.013531],[96.766082,32.013507],[96.763115,32.017438],[96.760575,32.018113],[96.7461,32.015766],[96.732584,32.029728],[96.72376,32.026429],[96.719527,32.020416],[96.720757,32.017928],[96.742626,32.00415],[96.743488,32.00063],[96.740126,31.992864],[96.738894,31.981275],[96.746895,31.970953],[96.75658,31.946209],[96.770715,31.943065],[96.775145,31.93976],[96.778199,31.933833],[96.777339,31.927369],[96.784635,31.914654],[96.789004,31.911475],[96.798932,31.909202],[96.80826,31.903363],[96.810843,31.899871],[96.809836,31.893664],[96.800438,31.885093],[96.795407,31.87167],[96.767786,31.870954],[96.761676,31.868927],[96.759237,31.856713],[96.764471,31.822998],[96.768275,31.81734],[96.797203,31.798621],[96.799385,31.792378],[96.798075,31.785787],[96.799267,31.773349],[96.809863,31.766187],[96.819579,31.745439],[96.823371,31.742915],[96.830758,31.743576],[96.840587,31.72984],[96.841282,31.725823],[96.832548,31.713317],[96.819628,31.703077],[96.802512,31.705329],[96.797038,31.704734],[96.787946,31.700356],[96.781729,31.691181],[96.782683,31.686226],[96.77334,31.675743],[96.756614,31.676953],[96.746283,31.675827],[96.730106,31.682492],[96.719884,31.690554],[96.711637,31.703765],[96.699641,31.71479],[96.694569,31.722502],[96.675543,31.730511],[96.667665,31.72832],[96.667417,31.722061],[96.670758,31.71374],[96.659339,31.707806],[96.646258,31.711125],[96.633929,31.718455],[96.625444,31.725421],[96.621007,31.73462],[96.615058,31.739416],[96.573786,31.71574],[96.567487,31.714448],[96.555889,31.720831],[96.543791,31.730845],[96.528844,31.737725],[96.524523,31.745438],[96.514469,31.752187],[96.505835,31.75475],[96.486531,31.767559],[96.473977,31.77092],[96.461106,31.781873],[96.437441,31.796923],[96.43255,31.803995],[96.432006,31.819571],[96.428792,31.828397],[96.426278,31.831427],[96.41222,31.835676],[96.40741,31.847941],[96.407167,31.85658],[96.404073,31.868583],[96.398327,31.878977],[96.401315,31.885965],[96.401602,31.892263],[96.390002,31.919835],[96.385846,31.925595],[96.36675,31.927106],[96.363558,31.923304],[96.354028,31.918445],[96.292526,31.921476],[96.268891,31.923572],[96.252,31.932338],[96.243816,31.93068],[96.239841,31.928135],[96.236447,31.918295],[96.218402,31.907789],[96.206666,31.905829],[96.201817,31.909505],[96.192238,31.908262],[96.187364,31.905815],[96.197696,31.886752],[96.203909,31.880794],[96.214137,31.878053],[96.202903,31.844522],[96.200127,31.840877],[96.1954,31.841811],[96.18271,31.837921],[96.175282,31.822179],[96.180089,31.808728],[96.181892,31.797005],[96.177158,31.785099],[96.176028,31.777716],[96.179372,31.775297],[96.191368,31.773397],[96.20576,31.767404],[96.231427,31.750768],[96.223177,31.744392],[96.221835,31.734895],[96.223821,31.731789],[96.233158,31.725105],[96.234003,31.718375],[96.251733,31.699321],[96.251118,31.687556],[96.246859,31.683543],[96.246082,31.680466],[96.250523,31.666937],[96.246154,31.660695],[96.229854,31.659475],[96.223559,31.65569],[96.22233,31.65175],[96.225728,31.627555],[96.218341,31.623018],[96.214321,31.618401],[96.2163,31.611335],[96.210939,31.604116],[96.205844,31.600668],[96.197136,31.603891],[96.196488,31.607779],[96.189337,31.608089],[96.172766,31.603376],[96.162136,31.602061],[96.153905,31.605741],[96.149866,31.618483],[96.15219,31.655369],[96.147156,31.673693],[96.146814,31.6896],[96.14305,31.69438],[96.134356,31.69942],[96.120731,31.698837],[96.107361,31.703117],[96.106156,31.708501],[96.097719,31.714665],[96.070143,31.723092],[96.053518,31.733098],[96.043916,31.734036],[96.037539,31.73827],[96,31.775034],[95.993122,31.775287],[95.9887,31.790489],[95.992005,31.812089],[95.981091,31.819055],[95.918793,31.823023],[95.898353,31.819047],[95.878033,31.786408],[95.86761,31.77487],[95.851535,31.74096],[95.850069,31.73382],[95.852883,31.71591],[95.8506,31.708613],[95.833937,31.688854],[95.823812,31.683212],[95.814003,31.688836],[95.80378,31.699515],[95.793503,31.72225],[95.789613,31.738052],[95.779761,31.74938],[95.770939,31.754722],[95.740596,31.763924],[95.723704,31.765305],[95.616815,31.786221],[95.613184,31.78437],[95.610877,31.776368],[95.606895,31.771076],[95.598123,31.769457],[95.583854,31.771224],[95.580689,31.77039],[95.578402,31.749852],[95.56563,31.742043],[95.554078,31.740772],[95.536378,31.742566],[95.513503,31.750487],[95.50994,31.754937],[95.508493,31.763768],[95.488183,31.781738],[95.486633,31.790384],[95.463833,31.798581],[95.453049,31.804298],[95.453527,31.809089],[95.461881,31.813743],[95.462332,31.815725],[95.448343,31.829412],[95.440066,31.832515],[95.422759,31.863066],[95.41841,31.873425],[95.422312,31.880762],[95.421143,31.883656],[95.418761,31.887629],[95.405255,31.90042],[95.404902,31.907683],[95.408691,31.917593],[95.408211,31.919718],[95.40489,31.921592],[95.400073,31.920317],[95.392838,31.921656],[95.382359,31.92804],[95.371308,31.928238],[95.36831,31.929786],[95.359623,31.940838],[95.359855,31.943101],[95.369361,31.947621],[95.368435,31.967894],[95.373139,31.979283],[95.382145,31.98986],[95.388565,31.994816],[95.394902,32.003883],[95.399755,32.005362],[95.414776,32.003114],[95.419507,32.005911],[95.41906,32.009578],[95.421514,32.010409],[95.429325,32.00639],[95.430708,32.001457],[95.440878,32.004797],[95.449105,32.005367],[95.453223,32.009447],[95.448833,32.014641],[95.430688,32.025037],[95.422097,32.032567],[95.419427,32.036973],[95.418146,32.04632],[95.424104,32.053249],[95.42787,32.052826],[95.430759,32.054431],[95.434808,32.061668],[95.44205,32.061129],[95.45363,32.064772],[95.448091,32.08111],[95.450307,32.103396],[95.449061,32.10982],[95.440179,32.122083],[95.433408,32.122163],[95.430407,32.126485],[95.434793,32.130148],[95.440006,32.139763],[95.435933,32.144784],[95.434976,32.150978],[95.439329,32.159938],[95.433542,32.162754],[95.421662,32.16132],[95.419409,32.171161],[95.403517,32.185834],[95.395812,32.182978],[95.391431,32.185158],[95.385276,32.185278],[95.381563,32.182999],[95.367577,32.182435],[95.364519,32.179144],[95.358054,32.167319],[95.359409,32.161414],[95.365322,32.153517],[95.361991,32.149826],[95.352464,32.148149],[95.350366,32.149927],[95.350374,32.153727],[95.341685,32.157535],[95.329609,32.151011],[95.32108,32.154784],[95.314384,32.151108],[95.311727,32.151183],[95.306436,32.166388],[95.300409,32.165741],[95.285312,32.174426],[95.279863,32.185497],[95.26896,32.196862],[95.270379,32.201507],[95.279412,32.203527],[95.276799,32.209892],[95.261682,32.214193],[95.262373,32.219352],[95.259852,32.228098],[95.254909,32.237057],[95.255929,32.244344],[95.252826,32.253666],[95.255084,32.257348],[95.246467,32.280083],[95.240983,32.283041],[95.238624,32.28626],[95.238331,32.28937],[95.240383,32.292599],[95.245342,32.295948],[95.242767,32.302433],[95.239482,32.304318],[95.239958,32.322905],[95.226265,32.320647],[95.21823,32.325486],[95.214573,32.324784],[95.212579,32.31302],[95.206471,32.311157],[95.206601,32.302435],[95.204976,32.298714],[95.189906,32.295423],[95.177832,32.285339],[95.167902,32.282668],[95.161115,32.283358],[95.155484,32.279617],[95.137485,32.276407],[95.128356,32.267832],[95.117917,32.267546],[95.11153,32.262839],[95.104114,32.261486],[95.077898,32.282459],[95.080321,32.289784],[95.078085,32.292585],[95.078672,32.298451],[95.083216,32.300906],[95.088315,32.307773],[95.088505,32.311436],[95.09462,32.316316],[95.096457,32.321599],[95.095536,32.324754],[95.122174,32.325851],[95.138841,32.329609],[95.15193,32.334778],[95.164328,32.3343],[95.174716,32.335895],[95.192156,32.334174],[95.199054,32.336092],[95.205424,32.340519],[95.2241,32.345288],[95.251152,32.347792],[95.258135,32.351435],[95.243737,32.365284],[95.230199,32.367309],[95.228271,32.378268],[95.220831,32.383364],[95.222402,32.39135],[95.216971,32.394806],[95.216174,32.397556],[95.213428,32.398298],[95.211328,32.397345],[95.211711,32.395319],[95.207922,32.390559],[95.189946,32.388654],[95.185723,32.39167],[95.184596,32.395441],[95.181444,32.396493],[95.170329,32.394507],[95.167083,32.387015],[95.154904,32.38753],[95.151661,32.388594],[95.149391,32.394616],[95.152982,32.403773],[95.143523,32.399419],[95.129511,32.400548],[95.127876,32.395171],[95.129758,32.389876],[95.128366,32.388302],[95.118409,32.386536],[95.116818,32.389623],[95.110002,32.388721],[95.105535,32.38592],[95.098452,32.390198],[95.088138,32.390154],[95.078441,32.38578],[95.073687,32.378217],[95.057201,32.390727],[95.055685,32.397045],[95.052051,32.399706],[95.047349,32.399544],[95.032396,32.405023],[95.025633,32.412229],[95.018407,32.410695],[95.011981,32.412247],[95.004903,32.417413],[94.987044,32.425117],[94.98422,32.424739],[94.986679,32.419513],[94.979108,32.411641],[94.967123,32.409613],[94.96055,32.41054],[94.956123,32.414223],[94.95166,32.414667],[94.945528,32.407284],[94.940864,32.406329],[94.938662,32.410821],[94.920385,32.412242],[94.911423,32.419983],[94.907779,32.437108],[94.901644,32.44804],[94.9038,32.454616],[94.901094,32.456368],[94.898716,32.46339],[94.890868,32.47426],[94.88906,32.475213],[94.884894,32.471769],[94.880491,32.470773],[94.870923,32.472217],[94.851847,32.465018],[94.842243,32.475415],[94.839926,32.480271],[94.824314,32.483628],[94.819375,32.487674],[94.80421,32.492425],[94.797439,32.497237],[94.79316,32.501963],[94.791277,32.509843],[94.792627,32.515304],[94.78684,32.519595],[94.786334,32.524639],[94.775384,32.527099],[94.768688,32.526586],[94.759784,32.53033],[94.755233,32.535028],[94.75436,32.542449],[94.756375,32.54921],[94.760087,32.551875],[94.771889,32.552731],[94.772416,32.556401],[94.758165,32.557501],[94.747005,32.560979],[94.743206,32.564269],[94.744167,32.571991],[94.73327,32.583344],[94.736777,32.58691],[94.734926,32.591444],[94.725789,32.59411],[94.723508,32.596243],[94.720844,32.6064],[94.712646,32.605411],[94.709091,32.600988],[94.701083,32.600164],[94.694904,32.604604],[94.685806,32.606652],[94.685732,32.610117],[94.690866,32.616502],[94.674628,32.621753],[94.640348,32.645166],[94.633198,32.657961],[94.611266,32.676854],[94.603687,32.671974],[94.599783,32.66672],[94.599245,32.661701],[94.601328,32.652177],[94.589945,32.644264],[94.596242,32.633399],[94.595255,32.631545],[94.566768,32.631611],[94.557925,32.621551],[94.552262,32.611679],[94.530913,32.59977],[94.51368,32.60045],[94.505017,32.605994],[94.497028,32.604868],[94.494356,32.600162],[94.483958,32.601537],[94.479952,32.60561],[94.479137,32.609923],[94.471597,32.611883],[94.463632,32.608806],[94.456784,32.600507],[94.457381,32.598035],[94.463645,32.595651],[94.461999,32.59305],[94.462082,32.573799],[94.449543,32.573144],[94.439859,32.565147],[94.432188,32.564002],[94.429037,32.571877],[94.414777,32.581895],[94.407216,32.584546],[94.408485,32.590773],[94.404911,32.600096],[94.392395,32.605147],[94.393559,32.595138],[94.385156,32.584365],[94.384122,32.57785],[94.376231,32.565186],[94.376588,32.560143],[94.383077,32.554055],[94.382641,32.545643],[94.379358,32.540954],[94.370666,32.535152],[94.370595,32.531006],[94.367195,32.523045],[94.357987,32.521169],[94.354592,32.522629],[94.352265,32.528854],[94.352722,32.534583],[94.349768,32.535861],[94.340422,32.534317],[94.334747,32.531182],[94.317514,32.532894],[94.31122,32.531047],[94.292208,32.520174],[94.291591,32.508369],[94.289342,32.504994],[94.255445,32.514639],[94.249513,32.518865],[94.241455,32.518447],[94.235104,32.512911],[94.230294,32.511373],[94.216278,32.512531],[94.196061,32.517139],[94.194068,32.510077],[94.182217,32.502409],[94.178338,32.494095],[94.176992,32.483311],[94.181563,32.479058],[94.183943,32.468898],[94.179478,32.464642],[94.179802,32.457517],[94.17024,32.454785],[94.164917,32.456922],[94.15298,32.456252],[94.149736,32.444112],[94.13826,32.434012],[94.11725,32.44541],[94.109142,32.445563],[94.100451,32.449316],[94.098818,32.454688],[94.091787,32.464138],[94.085414,32.466648],[94.079163,32.465889],[94.070029,32.468242],[94.0671,32.470419],[94.055384,32.472047],[94.048232,32.471893],[94.041876,32.461459],[94.029683,32.460148],[94.031481,32.451492],[94.028465,32.448055],[94.011146,32.447942],[93.999978,32.457699],[93.996781,32.46395],[93.993429,32.465998],[93.980725,32.46174],[93.974932,32.46241],[93.965853,32.481743],[93.960006,32.486535],[93.949549,32.484601],[93.939531,32.480231],[93.933217,32.480526],[93.920718,32.475691],[93.912649,32.470574],[93.912117,32.463869],[93.906967,32.465556],[93.899946,32.473052],[93.893368,32.47572],[93.882465,32.47395],[93.874084,32.47641],[93.866675,32.475264],[93.86056,32.467911],[93.856742,32.467601],[93.854915,32.469256],[93.854038,32.478172],[93.858329,32.489985],[93.854967,32.495719],[93.848525,32.496526],[93.851096,32.50006],[93.851737,32.505655],[93.850214,32.512713],[93.83963,32.515608],[93.82535,32.522335],[93.827813,32.534819],[93.824046,32.539659],[93.823404,32.548684],[93.804005,32.557422],[93.783183,32.558382],[93.776405,32.56051],[93.769476,32.56373],[93.761366,32.57025],[93.748867,32.565306],[93.739155,32.57615],[93.724636,32.577208],[93.71719,32.580278],[93.697182,32.577822],[93.688781,32.573138],[93.681405,32.573043],[93.676816,32.569932],[93.66643,32.577151],[93.651916,32.575896],[93.645728,32.571014],[93.640605,32.55555],[93.622974,32.554003],[93.628276,32.545339],[93.619158,32.532921],[93.62022,32.52955],[93.618708,32.527746],[93.608793,32.524483],[93.59989,32.517267],[93.591535,32.515495],[93.582095,32.508808],[93.573179,32.509065],[93.567321,32.503401],[93.562285,32.50123],[93.564133,32.495773],[93.558557,32.492805],[93.555163,32.488602],[93.54956,32.488976],[93.543144,32.491826],[93.536475,32.490917],[93.531943,32.486204],[93.529934,32.478717],[93.527928,32.476991],[93.521194,32.476131],[93.51311,32.47892],[93.509471,32.489517],[93.501926,32.500363],[93.501605,32.505735],[93.486405,32.502385],[93.484539,32.500221],[93.475274,32.504527],[93.473099,32.517499],[93.473712,32.530379],[93.46214,32.543444],[93.46197,32.557403],[93.455197,32.561095],[93.447878,32.561812],[93.44352,32.56417],[93.434909,32.559361],[93.409757,32.558552],[93.408756,32.555894],[93.40987,32.547142],[93.400185,32.546094],[93.391447,32.542809],[93.390443,32.539294],[93.385254,32.533354],[93.385869,32.52816],[93.382986,32.526251],[93.380578,32.526786],[93.374776,32.531667],[93.372279,32.54342],[93.367071,32.545661],[93.36413,32.551083],[93.336764,32.573075],[93.318714,32.57823],[93.308491,32.575678],[93.307729,32.579622],[93.312317,32.591114],[93.314255,32.601588],[93.308047,32.607254],[93.298335,32.608838],[93.29921,32.614029],[93.302949,32.617742],[93.29649,32.621675],[93.287062,32.620598],[93.284272,32.626312],[93.272394,32.624673],[93.262737,32.627039],[93.256317,32.632823],[93.248945,32.648163],[93.25163,32.658061],[93.240977,32.665222],[93.237028,32.665151],[93.23194,32.659952],[93.223215,32.657125],[93.21641,32.66147],[93.206041,32.658923],[93.192623,32.667904],[93.184974,32.668227],[93.177365,32.672382],[93.172688,32.671656],[93.162951,32.666339],[93.156692,32.646767],[93.141312,32.643592],[93.127402,32.643114],[93.116454,32.649475],[93.113363,32.643073],[93.11004,32.640375],[93.08703,32.638551],[93.080232,32.631129],[93.071222,32.628387],[93.064643,32.628532],[93.058262,32.633787],[93.056906,32.640192],[93.052753,32.644973],[93.054923,32.65342],[93.050053,32.654719],[93.046689,32.657676],[93.046039,32.672347],[93.038141,32.677276],[93.045418,32.694147],[93.04541,32.697651],[93.022535,32.703149],[93.024324,32.710744],[93.019153,32.736955],[93.016174,32.740521],[93.009533,32.741864],[93.001888,32.741994],[92.997224,32.743816],[92.987972,32.734585],[92.984384,32.728773],[92.984286,32.725488],[92.979201,32.722027],[92.971965,32.722326],[92.962616,32.715496],[92.957331,32.720205],[92.949258,32.715759],[92.944095,32.716697],[92.9392,32.721626],[92.932739,32.721764],[92.930905,32.720732],[92.931978,32.718112],[92.927122,32.71174],[92.917024,32.711366],[92.913366,32.706662],[92.89837,32.714607],[92.893176,32.71498],[92.885907,32.709274],[92.881316,32.709707],[92.878041,32.712953],[92.872681,32.698891],[92.863708,32.699134],[92.862246,32.7044],[92.849946,32.713992],[92.843241,32.715085],[92.834816,32.7203],[92.824975,32.729759],[92.811574,32.731804],[92.799567,32.730023],[92.79342,32.728587],[92.7898,32.722005],[92.784971,32.721216],[92.781344,32.726015],[92.773375,32.725876],[92.753324,32.745994],[92.743478,32.743696],[92.73933,32.746493],[92.736068,32.751458],[92.726882,32.751656],[92.724986,32.749483],[92.72131,32.749689],[92.717157,32.754552],[92.712143,32.753989],[92.697555,32.764261],[92.68614,32.767624],[92.679296,32.762198],[92.67578,32.745865],[92.669736,32.73644],[92.666013,32.732477],[92.663042,32.732255],[92.649423,32.723234],[92.634232,32.722686],[92.629136,32.72602],[92.632175,32.731224],[92.626819,32.734246],[92.621113,32.733996],[92.613907,32.72936],[92.608172,32.730803],[92.603018,32.734819],[92.597484,32.745867],[92.594218,32.742984],[92.592112,32.736618],[92.587175,32.73768],[92.576881,32.74414],[92.572318,32.741248],[92.573342,32.736482],[92.570982,32.734618],[92.553015,32.732442],[92.551908,32.73517],[92.54492,32.739337],[92.532439,32.737857],[92.528913,32.735261],[92.523773,32.735943],[92.521462,32.740128],[92.516752,32.743829],[92.505388,32.74833],[92.501747,32.742452],[92.494649,32.746309],[92.485789,32.744867],[92.481096,32.75017],[92.465626,32.75569],[92.459744,32.76402],[92.454429,32.766767],[92.431722,32.763132],[92.413433,32.753299],[92.414479,32.748843],[92.41226,32.748333],[92.384952,32.754555],[92.377303,32.759441],[92.354993,32.764935],[92.354314,32.757393],[92.35659,32.750558],[92.352518,32.74361],[92.336871,32.740851],[92.331512,32.744012],[92.329589,32.749757],[92.32307,32.752546],[92.309094,32.754201],[92.301006,32.753384],[92.298995,32.751883],[92.299149,32.746979],[92.291417,32.743939],[92.289773,32.742111],[92.289945,32.736044],[92.285082,32.732896],[92.274278,32.731134],[92.271804,32.725772],[92.267138,32.72354],[92.254338,32.72451],[92.239888,32.73267],[92.234184,32.737897],[92.219081,32.736068],[92.216394,32.737281],[92.208552,32.750967],[92.200319,32.753812],[92.198234,32.756341],[92.197843,32.757555],[92.200803,32.759364],[92.20347,32.764109],[92.205694,32.777831],[92.209554,32.782188],[92.211244,32.787695],[92.205045,32.79599],[92.196628,32.801526],[92.193072,32.806003],[92.201072,32.80876],[92.214901,32.821706],[92.226598,32.823383],[92.226694,32.832989],[92.229309,32.83955],[92.228863,32.843754],[92.223584,32.845087],[92.204132,32.859266],[92.201585,32.866318],[92.19729,32.869717],[92.173714,32.871211],[92.165078,32.874265],[92.152699,32.873575],[92.149185,32.878267],[92.149738,32.88315],[92.148328,32.885587],[92.14437,32.88732],[92.135897,32.886524],[92.125111,32.880551],[92.116557,32.878946],[92.11388,32.871636],[92.110832,32.868135],[92.098856,32.860698],[92.086735,32.860242],[92.064116,32.863198],[92.048536,32.858694],[92.043485,32.860157],[92.042614,32.862319],[92.037095,32.863035],[92.034282,32.859452],[92.02787,32.856074],[92.0236,32.848398],[92.028634,32.841439],[92.027209,32.832487],[92.011769,32.832029],[91.997091,32.838035],[91.991417,32.826875],[91.979646,32.827997],[91.97443,32.822391],[91.966906,32.823796],[91.956748,32.821425],[91.948672,32.830326],[91.950004,32.833915],[91.949045,32.835334],[91.939782,32.837957],[91.934342,32.84861],[91.933202,32.855282],[91.925719,32.85816],[91.925486,32.864869],[91.923357,32.869491],[91.91425,32.876274],[91.908308,32.87414],[91.90457,32.874887],[91.898095,32.884308],[91.89304,32.888143],[91.893236,32.890283],[91.9001,32.896917],[91.893526,32.908692],[91.886795,32.907461],[91.877276,32.908555],[91.856707,32.904881],[91.858659,32.911102],[91.857525,32.919668],[91.855511,32.922278],[91.848078,32.924004],[91.843764,32.940248],[91.838562,32.944178],[91.836859,32.950249],[91.831524,32.951793],[91.825781,32.949222],[91.811409,32.955985],[91.799244,32.950817],[91.79833,32.944296],[91.795103,32.943055],[91.781159,32.9474],[91.763037,32.961184],[91.753928,32.9634],[91.753645,32.967138],[91.74925,32.970746],[91.742256,32.969212],[91.7289,32.973189],[91.723012,32.982219],[91.719891,32.983612],[91.710742,32.984292],[91.706442,32.988231],[91.685594,32.991152],[91.679112,32.993744],[91.66615,33.00145],[91.664218,33.004602],[91.66351,33.012957],[91.661254,33.01419],[91.643888,33.016892],[91.63765,33.024157],[91.632427,33.024503],[91.61303,33.031226],[91.610599,33.033606],[91.579493,33.04156],[91.579456,33.045075],[91.575792,33.049315],[91.562613,33.052461],[91.561627,33.060975],[91.55173,33.062681],[91.552667,33.072683],[91.55829,33.078637],[91.55403,33.086408],[91.546383,33.088442],[91.542927,33.094744],[91.534088,33.102068],[91.529445,33.102745],[91.525036,33.100419],[91.515472,33.105399],[91.511288,33.100528],[91.509456,33.100524],[91.504141,33.103654],[91.500492,33.10923],[91.497155,33.111005],[91.484595,33.10832],[91.472735,33.09751],[91.460288,33.093852],[91.459132,33.087588],[91.455089,33.081518],[91.457168,33.075844],[91.440223,33.071552],[91.437155,33.068344],[91.434215,33.068141],[91.429437,33.071085],[91.424473,33.081565],[91.418946,33.08375],[91.400285,33.084867],[91.395481,33.08647],[91.390319,33.089399],[91.383346,33.097419],[91.379603,33.099597],[91.369146,33.102599],[91.350322,33.104213],[91.338758,33.10807],[91.325077,33.110339],[91.313522,33.109265],[91.295863,33.118318],[91.285273,33.130994],[91.278592,33.133045],[91.273731,33.130384],[91.266582,33.134356],[91.260309,33.143285],[91.253994,33.142482],[91.251052,33.144562],[91.229301,33.144615],[91.221658,33.141726],[91.222343,33.135121],[91.214219,33.129525],[91.202568,33.130922],[91.194416,33.127856],[91.193193,33.124876],[91.195144,33.118192],[91.186202,33.108376],[91.178694,33.110075],[91.176836,33.113749],[91.171789,33.115987],[91.160463,33.111735],[91.158524,33.107538],[91.158638,33.099703],[91.147063,33.092484],[91.144409,33.080407],[91.145119,33.074235],[91.132751,33.075798],[91.116029,33.087484],[91.096697,33.096045],[91.068252,33.115547],[91.062901,33.112823],[91.058218,33.113248],[91.053299,33.111496],[91.050149,33.107311],[91.045925,33.107148],[91.043866,33.104144],[91.036196,33.100841],[91.030991,33.10585],[91.028654,33.113313],[91.021365,33.117101],[91.01685,33.116341],[91.013187,33.122821],[91.011148,33.123582],[91.003095,33.122887],[91.001049,33.120079],[90.997814,33.119363],[90.985792,33.122012],[90.97132,33.120784],[90.965019,33.122277],[90.954893,33.120799],[90.94625,33.117521],[90.936784,33.121931],[90.927515,33.12357],[90.909515,33.113329],[90.908004,33.099219],[90.900389,33.088177],[90.892864,33.099013],[90.888613,33.101735],[90.880667,33.122673],[90.865762,33.121452],[90.860479,33.11863],[90.853831,33.119233],[90.841867,33.112818],[90.834413,33.117748],[90.818518,33.119541],[90.80881,33.11878],[90.802853,33.116416],[90.797316,33.117267],[90.788205,33.124245],[90.783031,33.124237],[90.770809,33.130188],[90.761921,33.138488],[90.746088,33.14456],[90.74038,33.14494],[90.726018,33.140021],[90.716445,33.140684],[90.701319,33.13824],[90.693821,33.146132],[90.658504,33.161966],[90.652726,33.165009],[90.649496,33.170672],[90.625766,33.181209],[90.623257,33.185526],[90.619539,33.187104],[90.603404,33.203941],[90.572587,33.218149],[90.562328,33.22586],[90.562659,33.230124],[90.558501,33.233253],[90.539308,33.241408],[90.517728,33.244607],[90.498046,33.255742],[90.487883,33.2672],[90.482388,33.268923],[90.404966,33.2638],[90.399636,33.26894],[90.392592,33.271985],[90.388595,33.278077],[90.381361,33.281884],[90.368607,33.285881],[90.361945,33.284549],[90.320249,33.325424],[90.242739,33.427801],[90.228029,33.433107],[90.221845,33.439449],[90.215906,33.441161],[90.212972,33.439167],[90.192505,33.438301],[90.190289,33.441387],[90.18433,33.444326],[90.176876,33.444946],[90.171876,33.447277],[90.147092,33.452634],[90.129067,33.459388],[90.106218,33.463124],[90.090204,33.470387],[90.085992,33.480525],[90.08925,33.490774],[90.08566,33.49992],[90.085366,33.506777],[90.080847,33.524743],[90.082012,33.528716],[90.08108,33.53131],[90.078718,33.53383],[90.071717,33.536273],[90.065536,33.536248],[90.045992,33.541051],[90.046597,33.545562],[90.028669,33.547645],[90.010688,33.554805],[90.006157,33.55856],[89.995296,33.579862],[89.988295,33.583997],[89.985819,33.587637],[89.987723,33.601389],[89.981478,33.615201],[89.985586,33.624836],[89.984388,33.629805],[89.988315,33.643495],[89.995534,33.648037],[89.999712,33.657591],[89.998757,33.661327],[89.995431,33.663069],[89.991988,33.668622],[89.991766,33.672],[90.002164,33.687424],[90.006664,33.68925],[90.006429,33.69125],[90.001381,33.695998],[89.996936,33.696508],[89.983935,33.704255],[89.983573,33.707473],[89.985902,33.71184],[89.980931,33.714334],[89.979415,33.716779],[89.982189,33.722682],[89.980307,33.727962],[89.957466,33.734736],[89.936294,33.743488],[89.92403,33.743814],[89.904661,33.741272],[89.904828,33.746618],[89.90022,33.761701],[89.912964,33.768697],[89.93209,33.798493],[89.939381,33.804011],[89.922234,33.812143],[89.899777,33.809522],[89.893303,33.824589],[89.882953,33.825172],[89.870186,33.831855],[89.869112,33.840237],[89.867106,33.84242],[89.859999,33.843488],[89.859539,33.853309],[89.857331,33.857623],[89.843355,33.86766],[89.831359,33.87082],[89.810918,33.864393],[89.804263,33.867452],[89.801007,33.864193],[89.792615,33.866469],[89.786921,33.873775],[89.779942,33.878658],[89.77922,33.8814],[89.781812,33.884725],[89.764564,33.894198],[89.762095,33.896939],[89.760551,33.902063],[89.763097,33.907977],[89.761762,33.913322],[89.750939,33.913995],[89.736807,33.919581],[89.729569,33.92804],[89.724595,33.929659],[89.715725,33.948862],[89.706085,33.9568],[89.694499,33.961878],[89.689119,33.959759],[89.68403,33.960117],[89.685599,33.972119],[89.679567,33.9847],[89.682565,33.989044],[89.682503,33.993275],[89.674697,34.000306],[89.671999,34.007952],[89.665035,34.01506],[89.664756,34.020614],[89.656749,34.021613],[89.650301,34.026969],[89.65045,34.03588],[89.647149,34.041197],[89.634039,34.043896],[89.633172,34.052607],[89.648205,34.054488],[89.653926,34.060265],[89.650939,34.065818],[89.650524,34.078962],[89.648842,34.083256],[89.653521,34.091608],[89.653267,34.096934],[89.654975,34.09873],[89.66054,34.097434],[89.66511,34.103491],[89.669576,34.102666],[89.681119,34.109534],[89.692518,34.131299],[89.70186,34.131148],[89.710188,34.13366],[89.721295,34.129821],[89.74252,34.128977],[89.744575,34.128094],[89.744744,34.125419],[89.753089,34.124617],[89.754693,34.125964],[89.75442,34.12945],[89.753438,34.13466],[89.751603,34.135991],[89.751341,34.141972],[89.756452,34.148976],[89.757335,34.154304],[89.77063,34.154086],[89.779756,34.151817],[89.788409,34.152826],[89.813757,34.170642],[89.816142,34.179085],[89.802816,34.188379],[89.801945,34.190981],[89.809508,34.194451],[89.813086,34.200624],[89.821658,34.206163],[89.822407,34.218475],[89.819387,34.226082],[89.82824,34.238918],[89.831968,34.255732],[89.836045,34.263391],[89.831583,34.274659],[89.825168,34.281118],[89.822893,34.2965],[89.837698,34.306145],[89.845697,34.3087],[89.855877,34.320543],[89.865375,34.326351],[89.86936,34.33497],[89.870639,34.340525],[89.869559,34.345032],[89.85982,34.34642],[89.861056,34.354337],[89.858755,34.360952],[89.838782,34.358692],[89.829895,34.361198],[89.822849,34.365648],[89.818828,34.370386],[89.822707,34.386704],[89.811144,34.388251],[89.800975,34.392922],[89.797528,34.396297],[89.805696,34.406081],[89.807995,34.415598],[89.815632,34.420634],[89.819344,34.425819],[89.820459,34.42892],[89.818089,34.438067],[89.820181,34.443243],[89.817458,34.450186],[89.821508,34.455572],[89.819884,34.458988],[89.813991,34.464061],[89.815509,34.467847],[89.81379,34.47118],[89.806414,34.477022],[89.816508,34.485281],[89.809804,34.504599],[89.812559,34.512194],[89.816763,34.517221],[89.817521,34.522821],[89.80966,34.528388],[89.810679,34.531467],[89.816083,34.53544],[89.809492,34.540435],[89.808327,34.54427],[89.813212,34.550918],[89.790712,34.568106],[89.782869,34.571527],[89.77542,34.577272],[89.779313,34.584422],[89.775196,34.588547],[89.775197,34.596606],[89.781518,34.601046],[89.792538,34.604879],[89.790841,34.615354],[89.796319,34.628673],[89.795202,34.63057],[89.78523,34.634222],[89.783767,34.641536],[89.781014,34.644701],[89.774544,34.641944],[89.773481,34.63875],[89.766321,34.641209],[89.752975,34.641803],[89.740662,34.645214],[89.737287,34.650947],[89.736434,34.657933],[89.730497,34.661976],[89.725857,34.661362],[89.724253,34.663689],[89.724573,34.666432],[89.7314,34.672636],[89.734341,34.683038],[89.733436,34.691122],[89.730096,34.697163],[89.724181,34.700262],[89.721142,34.704849],[89.723855,34.711041],[89.735081,34.714915],[89.726026,34.721974],[89.725763,34.726324],[89.729115,34.728802],[89.729568,34.73353],[89.74457,34.735478],[89.746473,34.740292],[89.762688,34.741447],[89.76451,34.747935],[89.767811,34.75061],[89.792865,34.744789],[89.79864,34.745009],[89.805792,34.752465],[89.804419,34.769402],[89.822187,34.779907],[89.824928,34.783361],[89.82737,34.789129],[89.824606,34.792076],[89.824046,34.79931],[89.840208,34.80697],[89.848116,34.806026],[89.854376,34.809895],[89.863278,34.810932],[89.866791,34.817754],[89.848565,34.823784],[89.84858,34.839326],[89.842651,34.853335],[89.844315,34.858672],[89.838684,34.865142],[89.823214,34.87076],[89.813479,34.871221],[89.808881,34.874063],[89.813432,34.878863],[89.821659,34.88057],[89.821201,34.883992],[89.813939,34.893086],[89.815343,34.900769],[89.819607,34.904838],[89.812809,34.906331],[89.808208,34.912935],[89.803296,34.916522],[89.784904,34.923612],[89.771211,34.916994],[89.76342,34.917457],[89.758787,34.915479],[89.753916,34.90991],[89.744156,34.904235],[89.740261,34.910784],[89.730381,34.908092],[89.715768,34.916731],[89.711991,34.921022],[89.70436,34.920764],[89.696534,34.907099],[89.68889,34.902993],[89.681578,34.902278],[89.670862,34.897347],[89.669106,34.892091],[89.665434,34.889693],[89.654083,34.888577],[89.654365,34.885522],[89.652573,34.884235],[89.649676,34.884649],[89.648835,34.88742],[89.644862,34.887591],[89.633972,34.883751],[89.620341,34.883129],[89.620275,34.886515],[89.623075,34.892561],[89.621342,34.894296],[89.590778,34.896663],[89.585672,34.894713],[89.577199,34.895912],[89.580651,34.899909],[89.582778,34.91099],[89.56641,34.918764],[89.559742,34.930962],[89.558841,34.939912],[89.562214,34.94844],[89.567407,34.949847],[89.567822,34.960996],[89.565036,34.965861],[89.574937,34.989106],[89.574717,35.001079],[89.567293,35.007856],[89.564513,35.012893],[89.570332,35.017436],[89.57745,35.019118],[89.580353,35.021513],[89.586117,35.041899],[89.585405,35.046289],[89.576719,35.054371],[89.578776,35.05768],[89.587894,35.058446],[89.589176,35.060871],[89.591627,35.088403],[89.583539,35.099302],[89.585088,35.102031],[89.588925,35.103677],[89.589879,35.109111],[89.581987,35.113481],[89.579115,35.119324],[89.565829,35.123302],[89.554268,35.120311],[89.536211,35.123467],[89.536216,35.126205],[89.532849,35.13086],[89.526342,35.131545],[89.511486,35.138432],[89.51032,35.148151],[89.502692,35.164305],[89.483101,35.186041],[89.472867,35.209155],[89.465798,35.216006],[89.446779,35.226134],[89.455625,35.238833],[89.471709,35.246711],[89.484643,35.257541],[89.502743,35.263058],[89.514674,35.268553],[89.518167,35.272058],[89.527409,35.276419],[89.530804,35.280839],[89.529475,35.285471],[89.523585,35.28782],[89.507425,35.284891],[89.497483,35.287417],[89.493113,35.295934],[89.493456,35.301374],[89.503122,35.322532],[89.513865,35.332331],[89.512018,35.34307],[89.508064,35.350565],[89.499194,35.35236],[89.49648,35.356148],[89.49556,35.36268],[89.504088,35.372472],[89.511832,35.373083],[89.532567,35.36945],[89.549527,35.377264],[89.561714,35.380304],[89.565033,35.382835],[89.578169,35.383189],[89.589309,35.385665],[89.598837,35.393906],[89.600005,35.399273],[89.619968,35.414993],[89.627806,35.417155],[89.631924,35.420208],[89.639441,35.421085],[89.655328,35.426876],[89.685538,35.417012],[89.692133,35.426329],[89.699333,35.428099],[89.696178,35.436078],[89.70949,35.439787],[89.710426,35.448917],[89.718279,35.451307],[89.723522,35.454963],[89.729404,35.464414],[89.72504,35.469114],[89.738052,35.469632],[89.741393,35.480744],[89.764224,35.483945],[89.763117,35.485988],[89.752746,35.491352],[89.746179,35.502631],[89.738917,35.507866],[89.728631,35.505202],[89.723648,35.506652],[89.719704,35.503978],[89.713883,35.508311],[89.703316,35.50861],[89.707791,35.517916],[89.702503,35.521262],[89.700916,35.529433],[89.703497,35.536603],[89.699694,35.539894],[89.696165,35.53858],[89.696507,35.543841],[89.697275,35.548067],[89.701619,35.551244],[89.706403,35.578184],[89.709306,35.583329],[89.720131,35.583976],[89.742112,35.579669],[89.754876,35.583505],[89.762496,35.589933],[89.762106,35.60234],[89.754919,35.606271],[89.749255,35.616046],[89.74135,35.62078],[89.736065,35.636097],[89.731897,35.642149],[89.72358,35.648211],[89.722623,35.650499],[89.727759,35.656634],[89.731685,35.658046],[89.740183,35.657777],[89.744322,35.659725],[89.745771,35.662235],[89.746526,35.672333],[89.745052,35.686414],[89.747845,35.692473],[89.744721,35.69539],[89.741902,35.701488],[89.748552,35.704548],[89.749223,35.711645],[89.740947,35.711504],[89.739096,35.714535],[89.740751,35.719102],[89.750187,35.730249],[89.75056,35.739757],[89.744805,35.757312],[89.755766,35.760992],[89.761027,35.764734],[89.76782,35.76055],[89.777635,35.762783],[89.779967,35.775856],[89.771221,35.786794],[89.765785,35.796908],[89.765424,35.801135],[89.777956,35.806931],[89.782189,35.822657],[89.779896,35.830055],[89.795251,35.841342],[89.800077,35.848519],[89.789523,35.858468],[89.775912,35.862405],[89.74552,35.854726],[89.741428,35.859477],[89.731749,35.859879],[89.721817,35.853185],[89.704261,35.84915],[89.693618,35.850118],[89.686714,35.848904],[89.672477,35.853312],[89.660505,35.851137],[89.65509,35.848535],[89.650573,35.849394],[89.639683,35.855292],[89.628678,35.855714],[89.622936,35.85987],[89.608813,35.86028],[89.604491,35.862109],[89.602336,35.861661],[89.596459,35.855569],[89.587026,35.857134],[89.572802,35.86261],[89.557543,35.862087],[89.547392,35.857142],[89.542945,35.866884],[89.529667,35.870426],[89.527245,35.873029],[89.534268,35.875449],[89.552769,35.873165],[89.554013,35.876575],[89.55001,35.8819],[89.53856,35.882555],[89.489389,35.902844],[89.480866,35.903586],[89.47286,35.901149],[89.466574,35.90137],[89.438955,35.913707],[89.430697,35.915092],[89.421332,35.91916],[89.419189,35.926307],[89.419746,35.935398],[89.426422,35.93913],[89.431537,35.947589],[89.432259,35.952494],[89.430863,35.959623],[89.42406,35.967627],[89.426495,35.975843],[89.424535,35.97908],[89.424579,35.985309],[89.426252,35.990491],[89.432221,35.992902],[89.418995,36.006822],[89.404816,36.013741],[89.401886,36.017289],[89.40099,36.019686],[89.408684,36.035828],[89.414909,36.045033],[89.416965,36.046662],[89.421493,36.046712],[89.424551,36.044108],[89.429796,36.044296],[89.432317,36.036848],[89.438447,36.031978],[89.445481,36.031809],[89.448833,36.028384],[89.463153,36.030289],[89.465725,36.027012],[89.475176,36.022495],[89.483098,36.024368],[89.485041,36.027206],[89.490686,36.027169],[89.495969,36.029354],[89.504019,36.029585],[89.510303,36.026095],[89.525515,36.030212],[89.531972,36.028906],[89.541379,36.03072],[89.547956,36.029372],[89.564308,36.03736],[89.596034,36.037895],[89.614145,36.042773],[89.617437,36.048878],[89.630088,36.048412],[89.636308,36.049841],[89.635852,36.052926],[89.641641,36.057788],[89.641585,36.064161],[89.639857,36.06652],[89.642134,36.069709],[89.645734,36.068299],[89.650568,36.070037],[89.657075,36.06993],[89.660073,36.074177],[89.681872,36.085967],[89.686925,36.09145],[89.693021,36.091821],[89.703187,36.089534],[89.708082,36.090818],[89.709324,36.093193],[89.725322,36.088028],[89.730144,36.083309],[89.750662,36.080359],[89.761387,36.073139],[89.765569,36.075119],[89.767886,36.079637],[89.77265,36.078969],[89.77508,36.075116],[89.79174,36.071391],[89.808365,36.076297],[89.810595,36.08018],[89.817174,36.081144],[89.822151,36.077966],[89.831596,36.079245],[89.847202,36.07615],[89.850622,36.077955],[89.850549,36.079999],[89.858575,36.082129],[89.884648,36.077474],[89.898578,36.078225],[89.900945,36.079622],[89.907002,36.075411],[89.91154,36.079868],[89.919095,36.076986],[89.926053,36.077096],[89.940837,36.067949],[89.945768,36.070201],[89.944686,36.079159],[89.941506,36.084221],[89.943098,36.093683],[89.947529,36.099987],[89.945156,36.111674],[89.940498,36.116005],[89.935562,36.131313],[89.943048,36.141312],[89.977809,36.15507],[89.991104,36.164018],[89.996464,36.169571],[90.001397,36.178139],[90.007965,36.184439],[90.008617,36.187661],[90.005879,36.193552],[90.006242,36.196855],[90.011507,36.202147],[90.016713,36.212575],[90.021518,36.233244],[90.021559,36.243824],[90.02637,36.253255],[90.025754,36.257386],[90.021733,36.263844],[90.006187,36.267069],[90.000708,36.274384],[90.000276,36.278311],[90.003148,36.280492],[90.007179,36.277394],[90.015489,36.275405],[90.041558,36.276719],[90.044763,36.272918],[90.045301,36.266683],[90.050934,36.260068],[90.06159,36.253963],[90.069166,36.256906],[90.079465,36.256929],[90.085567,36.250205],[90.101434,36.250251],[90.105133,36.24963],[90.10862,36.246602],[90.115661,36.248447],[90.126865,36.245807],[90.132043,36.242656],[90.141511,36.241958],[90.143245,36.239831],[90.136248,36.233802],[90.128498,36.223381],[90.125306,36.211906],[90.12698,36.208883],[90.142149,36.20332],[90.154431,36.194458],[90.167597,36.193052],[90.175272,36.189753],[90.194946,36.189874],[90.20947,36.17814],[90.227585,36.168103],[90.235704,36.16138],[90.251079,36.158051],[90.269331,36.162238],[90.289161,36.158727],[90.308247,36.160595],[90.323919,36.159657],[90.330867,36.155349],[90.33575,36.148282],[90.341713,36.145479],[90.358726,36.144017],[90.369982,36.148506],[90.381264,36.144053],[90.408063,36.140144],[90.429902,36.134834],[90.458741,36.13391],[90.473422,36.1313],[90.480688,36.132489],[90.485775,36.139437],[90.498419,36.144334],[90.516321,36.148218],[90.527533,36.14899],[90.552263,36.145481],[90.563388,36.138996],[90.56651,36.133422],[90.574946,36.131033],[90.586324,36.134608],[90.599264,36.13032],[90.614905,36.127553],[90.626406,36.132438],[90.642483,36.133101],[90.651064,36.136294],[90.683287,36.128084],[90.712209,36.115869],[90.7241,36.105127],[90.731911,36.102722],[90.737887,36.098363],[90.745756,36.095292],[90.757587,36.093998],[90.773472,36.087907],[90.793898,36.053523],[90.804119,36.044228],[90.810742,36.045498],[90.818804,36.041453],[90.81596,36.039206],[90.814797,36.03497],[90.824886,36.03069],[90.840084,36.018358],[90.852014,36.018391],[90.860889,36.020929],[90.870053,36.026573],[90.877006,36.027381],[90.886493,36.024907],[90.891796,36.028682],[90.90241,36.031114],[90.912015,36.031915],[90.919194,36.029356],[90.925335,36.031228],[90.931159,36.040806],[90.9408,36.047499],[90.949402,36.061012],[90.959605,36.091587],[90.964008,36.096874],[90.970721,36.099159],[90.973825,36.10537],[90.976069,36.106567],[90.985956,36.104992],[90.991983,36.108189],[90.997601,36.107133],[90.998749,36.102911],[91.001819,36.101236],[91.010845,36.104035],[91.029751,36.101572],[91.036666,36.093799],[91.054701,36.09547],[91.078676,36.088283],[91.106104,36.093816],[91.11844,36.103815],[91.123661,36.113025],[91.120282,36.115582],[91.117067,36.122879],[91.115184,36.133232],[91.116109,36.139109],[91.114433,36.142751],[91.107477,36.148181],[91.105555,36.154632],[91.095207,36.16198],[91.093112,36.161866],[91.092092,36.165118],[91.098632,36.171384],[91.100531,36.175935],[91.098479,36.179719],[91.090159,36.186105],[91.093834,36.198419],[91.092375,36.205605],[91.096831,36.217484],[91.050195,36.238624],[91.044665,36.245909],[91.04571,36.254255],[91.053084,36.270562],[91.07408,36.287149],[91.07584,36.293013],[91.067783,36.30107],[91.061285,36.30119],[91.056097,36.298664],[91.050386,36.300681],[91.047044,36.304304],[91.05071,36.309619],[91.039676,36.314229],[91.034288,36.319685],[91.024931,36.324186],[91.02569,36.333423],[91.035278,36.341668],[91.031618,36.345431],[91.027558,36.358809],[91.031013,36.367186],[91.037818,36.37703],[91.037978,36.383539],[91.041694,36.385012],[91.032659,36.392128],[91.031457,36.397159],[91.036869,36.401921],[91.038537,36.411926],[91.047267,36.42218],[91.051333,36.430083],[91.049588,36.43424],[91.034487,36.435615],[91.028755,36.438677],[91.025761,36.442731],[91.027721,36.457346],[91.031094,36.46568],[91.027636,36.470926],[91.039191,36.475982],[91.032399,36.482394],[91.030955,36.485701],[91.035,36.496582],[91.031606,36.500921],[91.027205,36.503238],[91.025788,36.507156],[91.025967,36.511153],[91.033689,36.531286],[91.015478,36.532711],[91.009799,36.539244],[91.001095,36.542217],[90.986849,36.543259],[90.970635,36.548357],[90.954876,36.550103],[90.943064,36.553526],[90.928525,36.55442],[90.917797,36.550091],[90.909487,36.553398],[90.908937,36.557057],[90.905753,36.560038],[90.902788,36.56047],[90.897019,36.560879],[90.883426,36.557706],[90.877867,36.559368],[90.86813,36.556893],[90.858046,36.557712],[90.845224,36.561613],[90.833414,36.559239],[90.823738,36.561201],[90.817182,36.560262],[90.816065,36.565052],[90.817368,36.568758],[90.825514,36.57833],[90.810838,36.585225],[90.803858,36.582207],[90.787874,36.583584],[90.775833,36.582564],[90.76597,36.586745],[90.755624,36.586224],[90.749112,36.583539],[90.739264,36.585786],[90.72586,36.604277],[90.721414,36.617665],[90.721927,36.619854],[90.731282,36.621102],[90.733455,36.623896],[90.73422,36.633557],[90.728678,36.646797],[90.730525,36.655308],[90.718665,36.661683],[90.70946,36.658923],[90.704643,36.661054],[90.713536,36.672418],[90.709234,36.683432],[90.719407,36.690741],[90.71757,36.697667],[90.719718,36.70674],[90.731621,36.710486],[90.740863,36.711181],[90.755712,36.722236],[90.751951,36.732085],[90.737423,36.736982],[90.735313,36.739872],[90.734398,36.747498],[90.728396,36.750281],[90.725697,36.754776],[90.725603,36.756283],[90.730495,36.760227],[90.7304,36.76765],[90.72324,36.772813],[90.720964,36.79798],[90.727769,36.803272],[90.726902,36.811712],[90.730503,36.81851],[90.731453,36.826489],[90.738535,36.827477],[90.751095,36.824226],[90.760855,36.827631],[90.763108,36.833838],[90.778989,36.836611],[90.788144,36.845667],[90.791614,36.847124],[90.791152,36.853195],[90.794013,36.861623],[90.806319,36.871528],[90.811304,36.87696],[90.812842,36.881296],[90.854656,36.916263],[90.869938,36.920608],[90.890851,36.918023],[90.901736,36.920479],[90.929629,36.920334],[90.946179,36.91816],[90.963356,36.91931],[90.981291,36.913303],[90.991458,36.914964],[91.023396,36.926266],[91.036802,36.928994],[91.041753,36.944561],[91.043834,36.958401],[91.045634,36.963799],[91.047832,36.965708],[91.061104,36.967949],[91.114604,36.970256],[91.12464,36.977215],[91.128412,36.98362],[91.129958,37.005764],[91.137331,37.008961],[91.145753,37.009894],[91.154583,37.016164],[91.166926,37.020335],[91.176239,37.02124],[91.179196,37.025211],[91.185139,37.025688],[91.215108,37.009634],[91.232038,37.009843],[91.245699,37.014574],[91.275097,37.01141],[91.295283,37.013245],[91.304213,37.012434],[91.312826,37.020575],[91.305443,37.035074],[91.296395,37.037554],[91.287593,37.043153],[91.290303,37.051216],[91.300639,37.059928],[91.301708,37.083503],[91.296602,37.093486],[91.284618,37.105222],[91.279319,37.134679],[91.279617,37.142723],[91.274606,37.14993],[91.278512,37.15806],[91.277626,37.160185],[91.275362,37.163959],[91.26499,37.166332],[91.261602,37.170425],[91.261329,37.173677],[91.256058,37.176906],[91.250188,37.179317],[91.236463,37.178384],[91.229132,37.182104],[91.228532,37.188746],[91.224079,37.189786],[91.220024,37.192951],[91.21724,37.199741],[91.204665,37.199495],[91.190649,37.20324],[91.188447,37.205336],[91.196117,37.211282],[91.193757,37.217379],[91.190216,37.218722],[91.188039,37.222579],[91.192087,37.235347],[91.190473,37.23726],[91.189297,37.245239],[91.18623,37.246898],[91.187372,37.255869],[91.189391,37.258986],[91.186214,37.267311],[91.191253,37.272483],[91.191382,37.275549],[91.188489,37.277987],[91.18318,37.277637],[91.171026,37.282433],[91.165379,37.288024],[91.166086,37.293358],[91.17009,37.298979],[91.168556,37.302678],[91.156539,37.312948],[91.145865,37.315181],[91.132851,37.322943],[91.131861,37.327295],[91.134155,37.328732],[91.134301,37.337603],[91.1313,37.347508],[91.135181,37.353194],[91.134165,37.356041],[91.128235,37.360828],[91.120567,37.364246],[91.126036,37.369823],[91.126291,37.373745],[91.116486,37.377241],[91.111775,37.382467],[91.107811,37.405323],[91.107487,37.428818],[91.099285,37.44548],[91.094327,37.451476],[91.079212,37.462804],[91.079634,37.464434],[91.074278,37.469731],[91.073123,37.476165],[91.066537,37.477713],[91.054363,37.484668],[91.050875,37.48411],[91.021275,37.492601],[91.012248,37.493784],[91.007496,37.49241],[90.999638,37.495196],[90.993111,37.491298],[90.988559,37.48579],[90.973989,37.485683],[90.95528,37.477928],[90.935684,37.481742],[90.935442,37.488005],[90.941043,37.490348],[90.940695,37.497279],[90.938707,37.499992],[90.932744,37.502941],[90.92417,37.503399],[90.908963,37.519713],[90.9054,37.517833],[90.900438,37.518521],[90.880906,37.529201],[90.866568,37.530003],[90.861683,37.532617],[90.86259,37.544533],[90.869252,37.556121],[90.86895,37.562344],[90.875553,37.565503],[90.882126,37.573359],[90.876388,37.579027],[90.877349,37.5818],[90.85621,37.59337],[90.852793,37.597738],[90.852531,37.60185],[90.843245,37.605573],[90.842563,37.608842],[90.83362,37.60705],[90.822575,37.610212],[90.816493,37.615058],[90.810941,37.626523],[90.802447,37.631525],[90.791201,37.630369],[90.789306,37.63838],[90.786265,37.642819],[90.776714,37.647381],[90.775254,37.649951],[90.765024,37.651235],[90.761634,37.653424],[90.752615,37.65252],[90.746891,37.653641],[90.7412,37.65575],[90.740434,37.658993],[90.741826,37.663991],[90.729922,37.666968],[90.721565,37.672731],[90.714766,37.67487],[90.706216,37.673534],[90.698914,37.67796],[90.684775,37.681834],[90.679749,37.681183],[90.674268,37.682893],[90.67603,37.691792],[90.67299,37.697088],[90.663846,37.695271],[90.659783,37.696604],[90.656611,37.700483],[90.656801,37.704623],[90.650703,37.703573],[90.642789,37.697677],[90.632899,37.701448],[90.621681,37.699243],[90.617182,37.696641],[90.605985,37.700472],[90.602162,37.704025],[90.582407,37.704563],[90.57755,37.716026],[90.578321,37.721867],[90.56256,37.723469],[90.549478,37.728933],[90.53857,37.726698],[90.532217,37.72938],[90.526766,37.729323],[90.520699,37.727147],[90.518296,37.730284],[90.514727,38.204315],[90.529277,38.319773],[90.400319,38.310996],[90.359718,38.299872],[90.350954,38.233211],[90.278958,38.237922],[90.187864,38.30017],[90.142142,38.333662],[90.135632,38.340299],[90.147004,38.348817],[90.150485,38.349418],[90.147544,38.35199],[90.139805,38.352646],[90.140009,38.360458],[90.143643,38.362069],[90.157874,38.359931],[90.16712,38.372095],[90.177196,38.396805],[90.170094,38.400067],[90.136489,38.403697],[90.1262,38.399932],[90.112123,38.414023],[90.107863,38.427451],[90.109493,38.437285],[90.109671,38.476382],[90.111037,38.48201],[90.119566,38.485751],[90.126721,38.492538],[90.132922,38.494641],[90.146081,38.489973],[90.182495,38.493886],[90.197125,38.49115],[90.205014,38.491265],[90.218952,38.494725],[90.236683,38.495468],[90.243841,38.492677],[90.255387,38.491714],[90.259913,38.49262],[90.268773,38.498744],[90.299774,38.500808],[90.303788,38.502231],[90.314537,38.500203],[90.308079,38.495207],[90.310702,38.490459],[90.315469,38.490702],[90.320579,38.493116],[90.327611,38.492756],[90.343346,38.484914],[90.35373,38.481623],[90.370653,38.48537],[90.383168,38.484195],[90.392709,38.486772],[90.398266,38.490074],[90.409076,38.491917],[90.422108,38.491029],[90.427851,38.495817],[90.428743,38.500452],[90.432995,38.507516],[90.46344,38.520399],[90.463343,38.524618],[90.457158,38.530807],[90.461445,38.538738],[90.458984,38.543346],[90.455879,38.545223],[90.455031,38.548754],[90.462694,38.55443],[90.476578,38.556775],[90.500927,38.555413],[90.511178,38.560153],[90.527096,38.561062],[90.534173,38.568762],[90.529344,38.578116],[90.530378,38.580083],[90.533323,38.581887],[90.541394,38.579632],[90.559266,38.594529],[90.579762,38.590989],[90.598603,38.59534],[90.60975,38.596239],[90.605213,38.607678],[90.608724,38.614231],[90.614162,38.617273],[90.622159,38.625356],[90.632074,38.630376],[90.644966,38.634141],[90.641007,38.64093],[90.624909,38.658018],[90.617085,38.663864],[90.621212,38.666252],[90.652142,38.67255],[90.666268,38.669915],[90.675196,38.66649],[90.690955,38.667968],[90.709045,38.663163],[90.724452,38.656505],[90.748625,38.660916],[90.765869,38.659426],[90.790064,38.665597],[90.802268,38.666225],[90.803991,38.665155],[90.804512,38.661627],[90.799752,38.656402],[90.805721,38.656245],[90.814958,38.659133],[90.831018,38.668266],[90.893846,38.67869],[90.921176,38.687473],[90.938353,38.688877],[90.966297,38.697046],[90.993162,38.693533],[91.023871,38.697252],[91.03918,38.703672],[91.070555,38.706529],[91.080338,38.70901],[91.102444,38.706912],[91.114556,38.707457],[91.119198,38.709464],[91.122348,38.71494],[91.126489,38.716994],[91.191137,38.732541],[91.206963,38.740334],[91.209394,38.742919],[91.216579,38.744415],[91.222457,38.742927],[91.228986,38.743755],[91.229741,38.747636],[91.235561,38.750024],[91.250139,38.750831],[91.269601,38.745305],[91.273595,38.749392],[91.286416,38.745245],[91.303636,38.748413],[91.311035,38.754677],[91.311986,38.758793],[91.31471,38.761582],[91.321997,38.761232],[91.324817,38.762393],[91.327656,38.766325],[91.334519,38.769006],[91.342911,38.76988],[91.351725,38.767232],[91.364317,38.780171],[91.377489,38.787096],[91.387783,38.788569],[91.391656,38.79339],[91.412107,38.793038],[91.416128,38.800222],[91.438498,38.808107],[91.440349,38.810304],[91.449937,38.813825],[91.45378,38.813055],[91.469541,38.815591],[91.483453,38.813866],[91.491239,38.815563],[91.49442,38.818591],[91.500511,38.815108],[91.51669,38.819587],[91.53492,38.827252],[91.547289,38.824755],[91.563403,38.831055],[91.569678,38.831912],[91.575728,38.830738],[91.583567,38.836332],[91.594427,38.836605],[91.60155,38.838914],[91.606575,38.837538],[91.62278,38.845581],[91.631104,38.84589],[91.637331,38.856608],[91.643315,38.856904],[91.65429,38.853274],[91.662178,38.856919],[91.667203,38.85444],[91.679206,38.852601],[91.678426,38.856532],[91.680761,38.859543],[91.695554,38.866399],[91.71119,38.868949],[91.727138,38.864502],[91.746248,38.869027],[91.758824,38.868218],[91.778388,38.862933],[91.800073,38.870338],[91.806718,38.874424],[91.817092,38.87514],[91.820327,38.877072],[91.836194,38.873867],[91.842853,38.876621],[91.853641,38.876184],[91.868265,38.881149],[91.874839,38.881442],[91.877042,38.882704],[91.876525,38.892594],[91.877821,38.897439],[91.880729,38.899939],[91.895948,38.90132],[91.908691,38.906775],[91.919336,38.908361],[91.92141,38.91254],[91.92616,38.915221],[91.932089,38.91501],[91.948642,38.923233],[91.958046,38.923445],[91.962329,38.926432],[91.96318,38.930567],[91.975631,38.934228],[91.98172,38.933963],[91.99066,38.939631],[91.997236,38.936319],[92.008383,38.942728],[92.022249,38.941746],[92.028552,38.947388],[92.037825,38.950648],[92.043703,38.948384],[92.050002,38.949061],[92.06579,38.955138],[92.078837,38.95382],[92.089574,38.954757],[92.09824,38.960205],[92.106599,38.963168],[92.111984,38.963342],[92.115308,38.961473],[92.125583,38.962649],[92.131043,38.960624],[92.139361,38.963111],[92.147741,38.960388],[92.152996,38.963381],[92.157624,38.963964],[92.165621,38.962828],[92.169461,38.959251],[92.179031,38.967887],[92.184433,38.977303],[92.192996,38.982024],[92.203128,38.983325],[92.208288,38.982072],[92.212463,38.986401],[92.219278,38.989194],[92.242249,38.995801],[92.251637,38.996605],[92.256008,39.000897],[92.3167,39.002756],[92.324584,39.002355],[92.345721,38.997331],[92.379903,38.998517],[92.386881,39.003703],[92.396918,39.006611],[92.401067,39.011601],[92.409565,39.012444],[92.417148,39.009975],[92.417374,39.014308],[92.411137,39.022048],[92.405102,39.032719],[92.405081,39.035216],[92.406111,39.037081],[92.418772,39.040601],[92.419291,39.043758],[92.422221,39.046672],[92.433439,39.045637],[92.443062,39.042811],[92.454385,39.041726],[92.459371,39.042778],[92.461507,39.056671],[92.457838,39.063773],[92.464918,39.071941],[92.480204,39.083925],[92.479366,39.087939],[92.483255,39.093825],[92.492788,39.101689],[92.527408,39.103092],[92.537533,39.099929],[92.543106,39.10067],[92.54037,39.106528],[92.545801,39.110803],[92.551968,39.109035],[92.562904,39.109945],[92.565893,39.107332],[92.570054,39.106841],[92.573526,39.108953],[92.580133,39.107257],[92.586861,39.108675],[92.593065,39.112461],[92.597229,39.111516],[92.599101,39.109025],[92.610973,39.108812],[92.640578,39.115856],[92.644324,39.119307],[92.658695,39.109281],[92.665897,39.111661],[92.667647,39.114851],[92.674814,39.117441],[92.689486,39.114012],[92.701357,39.120245],[92.709785,39.127197],[92.727978,39.121196],[92.732958,39.125171],[92.747953,39.129313],[92.759333,39.129571],[92.762823,39.135914],[92.772004,39.136258],[92.779013,39.139076],[92.791097,39.139135],[92.798679,39.13723],[92.805368,39.138761],[92.81141,39.1321],[92.823922,39.135453],[92.829288,39.143135],[92.843293,39.139226],[92.851996,39.140148],[92.865048,39.13823],[92.871541,39.145875],[92.890135,39.160607],[92.896619,39.162043],[92.905338,39.161562],[92.920424,39.165939],[92.938319,39.168587],[92.96001,39.165123],[92.965032,39.151639],[92.971649,39.145436],[92.976079,39.143713],[92.985571,39.14732],[92.989059,39.15102],[92.997089,39.151572],[93.010128,39.151441],[93.022128,39.148765],[93.026938,39.149619],[93.04437,39.146031],[93.053579,39.151476],[93.065924,39.150537],[93.076262,39.161714],[93.085324,39.167189],[93.096403,39.168668],[93.098029,39.176059],[93.114416,39.179141],[93.119974,39.177748],[93.129197,39.172419],[93.138472,39.164299],[93.140786,39.159783],[93.136145,39.153802],[93.130627,39.138168],[93.131807,39.126659],[93.125003,39.122038],[93.126817,39.115005],[93.130343,39.111963],[93.130107,39.107668],[93.13863,39.10271],[93.147348,39.101277],[93.163991,39.090118],[93.16599,39.084152],[93.172595,39.076108],[93.173779,39.071838],[93.177846,39.066794],[93.184468,39.063949],[93.191392,39.05629],[93.191323,39.050714],[93.196615,39.04571],[93.183104,38.929187],[93.179168,38.922776],[93.18761,38.919062],[93.206393,38.915429],[93.222849,38.914303],[93.236394,38.915652],[93.259842,38.905575],[93.271698,38.896262],[93.282453,38.893612],[93.302294,38.89414],[93.330813,38.903686],[93.49364,38.918378],[93.504448,38.91729],[93.730341,38.923698],[93.746601,38.911942],[93.832998,38.867391],[93.883466,38.867471],[93.882953,38.826035],[93.768515,38.820564],[93.762087,38.818335],[93.754508,38.806044],[93.755362,38.803883],[93.759481,38.802828],[93.763414,38.796093],[93.770792,38.772293],[93.784819,38.765191],[93.798839,38.750523],[93.860101,38.724504],[93.874224,38.720443],[93.90141,38.721783],[93.918861,38.716653],[93.939176,38.713767],[93.949395,38.714353],[93.964792,38.719378],[93.971706,38.724703],[94.27337,38.759499],[94.289191,38.755695],[94.327529,38.752657],[94.369657,38.761648],[94.512033,38.441735],[94.527787,38.422234],[94.528802,38.418896],[94.527185,38.412602],[94.526482,38.375877],[94.528374,38.361392],[94.536278,38.355457],[94.550545,38.350269],[94.561426,38.354261],[94.571277,38.361132],[94.57602,38.362399],[94.580421,38.367843],[94.589439,38.370024],[94.595239,38.373844],[94.609897,38.370987],[94.614419,38.374302],[94.63118,38.376583],[94.636124,38.380769],[94.650016,38.383853],[94.676369,38.387124],[94.685661,38.384689],[94.697459,38.384366],[94.704189,38.386785],[94.716086,38.386809],[94.718765,38.388447],[94.726898,38.388917],[94.734832,38.386126],[94.749114,38.38422],[94.766427,38.385934],[94.773688,38.384067],[94.786154,38.387287],[94.811287,38.385788],[94.81559,38.388775],[94.828591,38.391073],[94.854552,38.391236],[94.876347,38.400262],[94.880129,38.407114],[94.880112,38.412124],[94.883408,38.414417],[94.894815,38.412688],[94.900976,38.420292],[94.910348,38.419356],[94.920272,38.421676],[94.925632,38.420977],[94.935181,38.426391],[94.971202,38.430351],[94.982451,38.423708],[94.987947,38.423487],[94.996442,38.425746],[94.999765,38.423414],[95.010375,38.421608],[95.016282,38.425882],[95.019596,38.423866],[95.021715,38.418852],[95.031492,38.411277],[95.038634,38.413108],[95.043442,38.418094],[95.057826,38.410519],[95.059564,38.40761],[95.071544,38.401979],[95.077115,38.40492],[95.084157,38.405434],[95.103131,38.413902],[95.106172,38.416803],[95.111273,38.414373],[95.11658,38.415034],[95.122574,38.413444],[95.131376,38.405003],[95.13904,38.391667],[95.168034,38.38653],[95.168945,38.382136],[95.174188,38.37763],[95.178555,38.376787],[95.183411,38.379101],[95.190853,38.371609],[95.190195,38.365035],[95.187043,38.362595],[95.188282,38.359608],[95.195641,38.356214],[95.193495,38.352834],[95.194539,38.344604],[95.202438,38.336804],[95.203425,38.331299],[95.210585,38.325645],[95.220552,38.329515],[95.228244,38.330646],[95.232643,38.326351],[95.233761,38.322385],[95.251656,38.315966],[95.257724,38.308077],[95.258297,38.302972],[95.267424,38.297292],[95.27757,38.298342],[95.28105,38.301423],[95.2809,38.305306],[95.286939,38.308028],[95.301932,38.312742],[95.310168,38.311647],[95.3144,38.318576],[95.321028,38.320442],[95.327964,38.316531],[95.33004,38.310427],[95.332968,38.307899],[95.36092,38.313595],[95.375541,38.304372],[95.386774,38.301217],[95.397148,38.305008],[95.401145,38.301424],[95.40774,38.299988],[95.411999,38.301339],[95.413438,38.305553],[95.419858,38.310614],[95.423057,38.311078],[95.430906,38.306381],[95.440279,38.310524],[95.444781,38.305893],[95.443538,38.299125],[95.453671,38.291366],[95.475509,38.30199],[95.487138,38.314277],[95.493787,38.31532],[95.500311,38.312965],[95.504272,38.309483],[95.505374,38.296282],[95.516914,38.295094],[95.519176,38.299445],[95.53125,38.305952],[95.535246,38.314067],[95.5484,38.315074],[95.554331,38.323772],[95.568822,38.325703],[95.568794,38.33054],[95.572562,38.335562],[95.581182,38.341739],[95.588549,38.343999],[95.607557,38.339384],[95.611475,38.339949],[95.62538,38.347178],[95.632769,38.353855],[95.637386,38.358878],[95.636398,38.363611],[95.637971,38.365527],[95.646875,38.366831],[95.655045,38.364068],[95.661075,38.364488],[95.673124,38.379213],[95.669503,38.383845],[95.673163,38.390241],[95.681748,38.391326],[95.686019,38.396857],[95.696631,38.396282],[95.70192,38.399677],[95.705829,38.394399],[95.713991,38.393463],[95.713154,38.390177],[95.720781,38.382707],[95.721985,38.378542],[95.730514,38.373095],[95.735468,38.371309],[95.743644,38.372838],[95.7481,38.366829],[95.763014,38.371346],[95.764998,38.365404],[95.763137,38.361491],[95.774483,38.355503],[95.791078,38.35508],[95.794237,38.352457],[95.804895,38.350398],[95.821693,38.354555],[95.825374,38.354005],[95.836591,38.342494],[95.841598,38.321975],[95.846327,38.311192],[95.849021,38.292279],[95.855408,38.284344],[95.860464,38.28359],[95.885678,38.28952],[95.897392,38.289199],[95.916521,38.269921],[95.924475,38.266422],[95.927559,38.260913],[95.932892,38.257905],[95.928999,38.251121],[95.93867,38.23718],[95.950349,38.23403],[95.954163,38.227839],[95.968959,38.226638],[95.969895,38.221099],[95.974999,38.217564],[95.982219,38.216001],[95.98293,38.210906],[95.984671,38.209637],[96,38.206408],[96.005929,38.207115],[96.008584,38.199124],[96.019398,38.200011],[96.024145,38.198553],[96.027124,38.191561],[96.048832,38.177295],[96.063852,38.172127],[96.068212,38.176253],[96.073078,38.187686],[96.088313,38.183407],[96.100624,38.18774],[96.106029,38.187224],[96.113657,38.183153],[96.114824,38.17981],[96.118648,38.178326],[96.146595,38.175544],[96.147501,38.172501],[96.146261,38.166763],[96.162981,38.167167],[96.166678,38.160361],[96.176345,38.157323],[96.184841,38.156663],[96.18797,38.155117],[96.19148,38.148986],[96.205666,38.148482],[96.218504,38.155496],[96.212017,38.16713],[96.23537,38.169976],[96.239572,38.166442],[96.252839,38.166801],[96.255687,38.159082],[96.254116,38.157191],[96.262891,38.145427],[96.272482,38.145325],[96.278066,38.151667],[96.293827,38.156383],[96.304818,38.155701],[96.312315,38.161218],[96.309377,38.174428],[96.30488,38.176137],[96.301553,38.182152],[96.312472,38.189535],[96.312639,38.192613],[96.3102,38.196587],[96.311075,38.20046],[96.326492,38.229552],[96.329727,38.232838],[96.33049,38.24129],[96.338957,38.255009],[96.352065,38.258232],[96.377549,38.276857],[96.396096,38.28071],[96.432944,38.280199],[96.443632,38.278488],[96.489035,38.266839],[96.531128,38.258978],[96.540645,38.253716],[96.665325,38.222149],[96.663264,38.259369],[96.657749,38.278334],[96.650519,38.286617],[96.64809,38.292118],[96.655192,38.296027],[96.640917,38.30727],[96.633845,38.316618],[96.632176,38.327045],[96.624272,38.339593],[96.623644,38.346553],[96.626543,38.356198],[96.640904,38.369467],[96.646264,38.37669],[96.663133,38.388385],[96.667467,38.39827],[96.679363,38.411503],[96.687259,38.414376],[96.691607,38.450377],[96.698484,38.457589],[96.69084,38.462752],[96.681722,38.466248],[96.659304,38.481083],[96.657606,38.488604],[96.670369,38.497956],[96.685038,38.494592],[96.691743,38.495929],[96.695289,38.503633],[96.701105,38.50625],[96.751668,38.499463],[96.764278,38.503517],[96.77876,38.504852],[96.78909,38.514207],[96.79082,38.526944],[96.786415,38.530864],[96.768047,38.54031],[96.760089,38.546858],[96.76161,38.555329],[96.772812,38.566397],[96.782341,38.563797],[96.799189,38.571377],[96.806459,38.565714],[96.808225,38.561896],[96.814054,38.56143],[96.815407,38.564277],[96.811988,38.568143],[96.810208,38.574312],[96.810985,38.57712],[96.808894,38.58149],[96.797971,38.590772],[96.794418,38.60777],[96.809238,38.608038],[96.815376,38.599943],[96.821516,38.59672],[96.831242,38.596657],[96.842429,38.589416],[96.845196,38.589442],[96.848708,38.592321],[96.855558,38.586385],[96.857509,38.582501],[96.873038,38.574137],[96.88043,38.575917],[96.901023,38.572608],[96.905826,38.569484],[96.906158,38.565601],[96.908411,38.563083],[96.920158,38.560319],[96.927674,38.554806],[96.935525,38.554321],[96.937295,38.558032],[96.939427,38.558996],[96.959315,38.554061],[96.974385,38.559556],[96.99429,38.563397],[96.994772,38.565115],[97.000791,38.566303],[97.055297,38.592818],[97.049264,38.62928],[97.052409,38.638651],[97.052037,38.644217],[97.048977,38.645979],[97.038573,38.64593],[97.034214,38.649787],[97.036136,38.651444],[97.046744,38.652967],[97.051465,38.667003],[97.055662,38.672006],[97.050875,38.67468],[97.051011,38.681146],[97.043624,38.68519],[97.039722,38.680089],[97.035113,38.678721],[97.028348,38.679891],[97.025025,38.685392],[97.016216,38.686027],[97.01495,38.691472],[97.008535,38.702502],[97.012937,38.706325],[97.012574,38.709519],[97.014255,38.712016],[97.012113,38.714708],[97.011406,38.7194],[97.020961,38.730449],[97.021345,38.744155],[97.019428,38.748134],[97.019625,38.753436],[97.022263,38.75499],[97.010212,38.759678],[97.000074,38.760783],[96.998742,38.764603],[96.995632,38.766404],[96.994457,38.769196],[96.991286,38.783208],[96.987321,38.791845],[96.989703,38.799268],[96.987467,38.819742],[96.989916,38.822742],[96.991136,38.831347],[96.99319,38.834803],[96.98863,38.850522],[96.989729,38.860979],[96.987239,38.861834],[96.986832,38.865778],[96.983641,38.868565],[96.983999,38.871845],[96.990381,38.877235],[96.990702,38.880356],[96.993535,38.883987],[96.989235,38.885794],[96.986115,38.884967],[96.978083,38.886577],[96.97467,38.885749],[96.969422,38.88768],[96.955298,38.888003],[96.950915,38.892738],[96.949372,38.899132],[96.950301,38.903952],[96.946193,38.906174],[96.940172,38.906579],[96.939257,38.913383],[96.942418,38.922174],[96.939985,38.927518],[96.947516,38.934653],[96.945666,38.944215],[96.936094,38.954269],[96.934175,38.970898],[96.944446,38.981895],[96.943708,38.985048],[96.946553,38.994315],[96.965997,39.012724],[96.969765,39.019497],[96.970678,39.024257],[96.968567,39.034667],[96.963268,39.040062],[96.958762,39.040182],[96.95556,39.042036],[96.955105,39.04456],[96.957807,39.05682],[96.965166,39.060925],[96.964605,39.066992],[96.960438,39.07161],[96.960535,39.074889],[96.970325,39.079974],[96.97304,39.085234],[96.973788,39.094566],[96.971036,39.097875],[96.971145,39.102654],[96.982081,39.109848],[96.986117,39.116017],[96.990955,39.118095],[96.992345,39.12356],[96.999856,39.124751],[97.001443,39.131931],[97.00975,39.136721],[97.012512,39.141359],[97.003283,39.150281],[96.996906,39.151819],[96.99543,39.158955],[96.996539,39.160998],[96.989638,39.17115],[96.98328,39.177998],[96.979659,39.176059],[96.970625,39.181316],[96.969595,39.190681],[96.965839,39.193533],[96.961838,39.194275],[96.961737,39.196945],[96.965504,39.199236],[96.973029,39.200603],[96.979251,39.205426],[96.99261,39.203413],[96.998877,39.203963],[97.012218,39.212599],[97.020557,39.208833],[97.022522,39.21041],[97.03471,39.21039],[97.03904,39.208421],[97.047607,39.209243],[97.055577,39.206395],[97.058864,39.202637],[97.059579,39.198719],[97.062312,39.197836],[97.068078,39.200258],[97.076282,39.199938],[97.090016,39.204158],[97.097608,39.19783],[97.106213,39.200361],[97.126062,39.196684],[97.130079,39.197644],[97.135409,39.203173],[97.141353,39.198422],[97.1446,39.200604],[97.153126,39.199062],[97.169453,39.189517],[97.177865,39.189688],[97.195089,39.196576],[97.211222,39.19678],[97.219863,39.188916],[97.25405,39.179893],[97.263108,39.172641],[97.278224,39.170988],[97.288481,39.165599],[97.306266,39.161117],[97.311572,39.162392],[97.316321,39.167584],[97.345416,39.174699],[97.353543,39.160735],[97.361262,39.151424],[97.365297,39.148979],[97.383111,39.152921],[97.395201,39.148196],[97.402847,39.148329],[97.411079,39.140029],[97.42033,39.136125],[97.418415,39.127669],[97.42018,39.123999],[97.425875,39.122408],[97.432142,39.12534],[97.439005,39.120207],[97.443339,39.112435],[97.456676,39.115855],[97.460808,39.119987],[97.463237,39.119427],[97.465263,39.117749],[97.465818,39.113995],[97.475996,39.106541],[97.476809,39.104383],[97.473832,39.098526],[97.485558,39.096237],[97.489235,39.093158],[97.486694,39.086063],[97.491576,39.079656],[97.498273,39.079278],[97.507376,39.076276],[97.517247,39.076987],[97.519503,39.074385],[97.529647,39.071148],[97.538061,39.071287],[97.54912,39.068519],[97.556731,39.057383],[97.565396,39.054579],[97.572202,39.054872],[97.574621,39.052542],[97.586185,39.048095],[97.594135,39.040716],[97.605799,39.036523],[97.616154,39.035305],[97.623581,39.030461],[97.62857,39.031845],[97.641732,39.025173],[97.645736,39.018865],[97.657043,39.017254],[97.665094,39.011431],[97.671039,39.011338],[97.678464,39.006477],[97.685324,39.005258],[97.685354,38.989491],[97.679554,38.982455],[97.681389,38.980753],[97.685131,38.969596],[97.702856,38.969651],[97.712119,38.966656],[97.721734,38.967772],[97.73285,38.963367],[97.735227,38.96071],[97.734664,38.958926],[97.738281,38.956817],[97.745596,38.958248],[97.751781,38.955372],[97.75415,38.948151],[97.759606,38.944461],[97.768252,38.943313],[97.773274,38.940203],[97.783979,38.938721],[97.793408,38.94056],[97.797741,38.936545],[97.803118,38.935504],[97.811654,38.939341],[97.813706,38.937023],[97.820838,38.934148],[97.825442,38.928718],[97.829751,38.929179],[97.84064,38.921114],[97.853112,38.92221],[97.85704,38.915142],[97.862346,38.909084],[97.866233,38.907875],[97.869035,38.903444],[97.88215,38.897753],[97.890032,38.898417],[97.896931,38.888816],[97.901442,38.886801],[97.904611,38.887511],[97.906314,38.884031],[97.909721,38.881703],[97.918914,38.878721],[97.923026,38.879964],[97.92533,38.883137],[97.933398,38.881527],[97.93501,38.88089],[97.935971,38.877505],[97.942671,38.874255],[97.952819,38.873219],[97.955113,38.87487],[97.960219,38.868377],[97.967274,38.864492],[97.980784,38.860608],[97.994998,38.861485],[98.011432,38.858961],[98.013749,38.855059],[98.027164,38.844607],[98.027305,38.837241],[98.031006,38.831799],[98.037714,38.831084],[98.046314,38.825415],[98.045439,38.822331],[98.051082,38.81893],[98.061771,38.820048],[98.068427,38.816622],[98.080088,38.797563],[98.093203,38.784862],[98.097904,38.787132],[98.102905,38.79471],[98.116144,38.797334],[98.119445,38.808229],[98.132365,38.811847],[98.132824,38.81481],[98.152254,38.820009],[98.16017,38.832619],[98.169929,38.839388],[98.172721,38.84305],[98.178099,38.845943],[98.188873,38.848017],[98.196286,38.854695],[98.205851,38.858491],[98.215962,38.867817],[98.223817,38.871809],[98.235599,38.874644],[98.247071,38.88137],[98.251125,38.887675],[98.253078,38.899814],[98.252054,38.907537],[98.248731,38.911878],[98.237848,38.914742],[98.2367,38.922734],[98.243218,38.929243],[98.246469,38.936512],[98.259161,38.94934],[98.275718,38.975074],[98.285253,39.008112],[98.283891,39.021835],[98.290664,39.028319],[98.285844,39.032964],[98.290766,39.037263],[98.295453,39.038771],[98.300642,39.035638],[98.304725,39.035567],[98.311107,39.037984],[98.316217,39.037775],[98.318107,39.036058],[98.330211,39.038037],[98.336062,39.035073],[98.352564,39.033004],[98.362315,39.029296],[98.373129,39.029415],[98.381275,39.032366],[98.390774,39.026065],[98.399376,39.023935],[98.39853,39.016713],[98.401089,39.015188],[98.404051,39.009582],[98.40189,39.005787],[98.40429,38.999912],[98.406057,39.000278],[98.408412,38.99711],[98.421969,38.999149],[98.426171,38.997503],[98.429273,38.999533],[98.435204,38.998054],[98.434435,38.983726],[98.428522,38.977876],[98.431923,38.975901],[98.431959,38.973027],[98.440907,38.96656],[98.442485,38.963495],[98.454797,38.961698],[98.457232,38.958743],[98.475405,38.953992],[98.483193,38.948705],[98.496803,38.952435],[98.503115,38.952475],[98.511737,38.956916],[98.517129,38.954851],[98.525337,38.955492],[98.535755,38.950682],[98.546545,38.94992],[98.558504,38.944417],[98.560633,38.941547],[98.566751,38.938654],[98.57172,38.931779],[98.575107,38.931549],[98.58045,38.928343],[98.589689,38.931831],[98.593751,38.938016],[98.596655,38.946469],[98.615897,38.946626],[98.617168,38.950714],[98.624216,38.954235],[98.624862,38.957036],[98.62324,38.960839],[98.611991,38.976047],[98.612768,38.97917],[98.626897,38.983609],[98.631599,38.98663],[98.640752,38.986396],[98.645758,38.991445],[98.661891,38.99287],[98.664823,38.994358],[98.666911,39.001841],[98.670385,39.007261],[98.676769,39.009419],[98.691822,39.020983],[98.696115,39.031736],[98.704777,39.042949],[98.71861,39.048292],[98.72099,39.052949],[98.729281,39.055598],[98.740298,39.074011],[98.742319,39.085412],[98.75526,39.087381],[98.758391,39.089185],[98.76502,39.084853],[98.779142,39.088512],[98.800567,39.086272],[98.805859,39.087173],[98.808111,39.084604],[98.811686,39.086996],[98.816808,39.084176],[98.815087,39.080888],[98.822688,39.071705],[98.821611,39.067723],[98.818184,39.065765],[98.818395,39.063276],[98.838376,39.056626],[98.839877,39.052634],[98.846768,39.054683],[98.855247,39.051778],[98.856103,39.04671],[98.870363,39.048138],[98.874494,39.046777],[98.877807,39.04309],[98.882983,39.042127],[98.886718,39.038616],[98.890542,39.028925],[98.899433,39.021824],[98.903342,39.010802],[98.913134,39.007411],[98.920236,39.001935],[98.929135,39.001755],[98.934652,38.994126],[98.943119,38.993923],[98.948897,38.988108],[98.956341,38.984548],[98.960509,38.985545],[98.969189,38.982776],[98.972476,38.985048],[98.979551,38.983038],[98.984016,38.98429],[98.988768,38.978554],[98.994602,38.975404],[99.007408,38.979902],[99.011377,38.984262],[99.020964,38.982287],[99.02683,38.977695],[99.031387,38.977948],[99.044355,38.972855],[99.053519,38.964137],[99.056233,38.954435],[99.0629,38.953947],[99.073222,38.95581],[99.084108,38.95252],[99.090746,38.955565],[99.091512,38.957618],[99.098369,38.954956],[99.104474,38.949626],[99.102092,38.944708],[99.096978,38.942614],[99.089144,38.934912],[99.079365,38.934034],[99.073718,38.916627],[99.065568,38.909048],[99.063945,38.904699],[99.071858,38.900188],[99.07713,38.893474],[99.087606,38.890175],[99.090573,38.88757],[99.091485,38.880081],[99.103612,38.877743],[99.10971,38.870252],[99.120108,38.863845],[99.13886,38.857909],[99.139441,38.851949],[99.148889,38.850291],[99.148713,38.848027],[99.15552,38.83864],[99.157178,38.832073],[99.17458,38.830281],[99.17732,38.821234],[99.176705,38.817846],[99.178788,38.815217],[99.183531,38.814277],[99.190778,38.816069],[99.200393,38.809152],[99.199983,38.804054],[99.208733,38.800214],[99.217814,38.801877],[99.217822,38.794406],[99.235766,38.791729],[99.237698,38.785708],[99.247163,38.783837],[99.256515,38.778935],[99.259478,38.772554],[99.272331,38.773572],[99.275091,38.770249],[99.283655,38.768592],[99.290586,38.764909],[99.292261,38.760335],[99.305414,38.760094],[99.310255,38.758423],[99.31335,38.75236],[99.319786,38.749156],[99.318796,38.742603],[99.32143,38.739748],[99.330342,38.739047],[99.336427,38.735691],[99.344825,38.738427],[99.349398,38.736668],[99.354161,38.730533],[99.352914,38.726096],[99.353919,38.723857],[99.361865,38.722709],[99.361162,38.715707],[99.362401,38.712954],[99.368761,38.709607],[99.37647,38.708698],[99.377922,38.701428],[99.375863,38.698958],[99.37629,38.692869],[99.383894,38.685622],[99.382261,38.682278],[99.385611,38.676103],[99.393626,38.670763],[99.399907,38.671746],[99.416232,38.669795],[99.416522,38.662778],[99.415075,38.659932],[99.422616,38.654233],[99.424447,38.649942],[99.430796,38.645104],[99.42973,38.638064],[99.435454,38.631312],[99.433739,38.628407],[99.42656,38.624227],[99.428944,38.62049],[99.439021,38.615116],[99.442942,38.609658],[99.452595,38.605181],[99.466551,38.605738],[99.470139,38.609346],[99.484017,38.615612],[99.487307,38.614689],[99.49005,38.610164],[99.500431,38.612051],[99.504904,38.609007],[99.509304,38.609703],[99.508268,38.602387],[99.51404,38.597631],[99.510409,38.592975],[99.511445,38.589137],[99.509847,38.586511],[99.51445,38.576365],[99.512098,38.567393],[99.524574,38.548985],[99.534089,38.541832],[99.547248,38.535039],[99.550813,38.529559],[99.552385,38.522405],[99.580551,38.504453],[99.582848,38.499098],[99.594586,38.496556],[99.598074,38.489005],[99.608021,38.484898],[99.617343,38.484325],[99.623009,38.477829],[99.628819,38.474542],[99.642061,38.477056],[99.645751,38.473062],[99.651997,38.470685],[99.659128,38.464523],[99.657671,38.460098],[99.659437,38.456723],[99.65505,38.449719],[99.654802,38.44322],[99.657339,38.439646],[99.673198,38.434262],[99.675921,38.429899],[99.678984,38.430679],[99.690227,38.427673],[99.699757,38.427953],[99.718884,38.421517],[99.721687,38.418392],[99.723706,38.411725],[99.732268,38.40818],[99.744674,38.410962],[99.75123,38.409686],[99.755084,38.411002],[99.759867,38.406618],[99.770808,38.40697],[99.778625,38.397675],[99.77707,38.390357],[99.788581,38.386944],[99.79646,38.386718],[99.799616,38.384479],[99.801885,38.379739],[99.805927,38.378706],[99.807657,38.372863],[99.811263,38.371242],[99.814443,38.367298],[99.83106,38.367149],[99.835888,38.368761],[99.839026,38.366796],[99.838711,38.362718],[99.844409,38.359545],[99.860428,38.359294],[99.869017,38.354296],[99.881484,38.351841],[99.885694,38.346387],[99.899382,38.347897],[99.901815,38.343265],[99.908963,38.343987],[99.913055,38.336823],[99.928361,38.335823],[99.938508,38.341208],[99.942343,38.340717],[99.944292,38.338306],[99.942596,38.334024],[99.943297,38.331306],[99.94812,38.327407],[99.949237,38.322876],[99.957654,38.315029],[99.972826,38.316673],[99.990144,38.312259],[100.006866,38.312771],[100.009361,38.307442],[100.014731,38.30704],[100.016561,38.30509],[100.016704,38.2983],[100.028443,38.29595],[100.039002,38.286429],[100.046534,38.286073],[100.057277,38.280596],[100.062649,38.284735],[100.066662,38.283704],[100.07578,38.28487],[100.092436,38.271997],[100.09881,38.270545],[100.093062,38.266382],[100.095088,38.261875],[100.098723,38.258642],[100.116784,38.251591],[100.122722,38.234823],[100.127114,38.228907],[100.134492,38.229396],[100.147168,38.224857],[100.153367,38.22235],[100.155815,38.217284],[100.162508,38.215121],[100.17093,38.215579],[100.18032,38.219856],[100.183574,38.241607],[100.175664,38.251697],[100.173673,38.258329],[100.165916,38.266138],[100.164273,38.272661],[100.164836,38.281626],[100.162528,38.287015],[100.158508,38.289321],[100.162303,38.300134],[100.158421,38.303082],[100.15651,38.309844],[100.158439,38.312575],[100.164194,38.314925],[100.167348,38.320494],[100.162099,38.327431],[100.139575,38.331897],[100.116876,38.34284],[100.112723,38.352012],[100.118808,38.354187],[100.119449,38.356423],[100.109781,38.370134],[100.109555,38.377333],[100.096694,38.389357],[100.092561,38.396235],[100.093088,38.400599],[100.090348,38.407499],[100.080424,38.405181],[100.069792,38.413869],[100.066987,38.418161],[100.059887,38.419947],[100.056683,38.415743],[100.046271,38.420771],[100.047391,38.423978],[100.044676,38.428267],[100.021239,38.431623],[100.022113,38.43857],[100.029339,38.444151],[100.025095,38.450599],[100.016501,38.452248],[100.009117,38.457129],[99.999265,38.46751],[100.000874,38.473028],[100.008483,38.481684],[100.012623,38.48923],[100.021316,38.496722],[100.02205,38.507137],[100.027814,38.510669],[100.038277,38.508764],[100.046879,38.511481],[100.056012,38.520185],[100.062862,38.518904],[100.071433,38.504807],[100.077615,38.501926],[100.086033,38.493062],[100.099706,38.49286],[100.111075,38.496648],[100.123245,38.48611],[100.128949,38.484346],[100.131529,38.481649],[100.148277,38.478848],[100.150342,38.474935],[100.154083,38.472401],[100.153816,38.467468],[100.164204,38.459665],[100.171986,38.459186],[100.176391,38.456882],[100.185969,38.457573],[100.210895,38.454627],[100.214948,38.452801],[100.218703,38.446756],[100.230103,38.446845],[100.238204,38.441913],[100.240289,38.437833],[100.23959,38.433973],[100.241681,38.426793],[100.247594,38.418563],[100.244363,38.412011],[100.244416,38.407373],[100.248576,38.402066],[100.246987,38.398125],[100.250067,38.394334],[100.25281,38.383588],[100.247052,38.376021],[100.247525,38.37282],[100.260008,38.364152],[100.260946,38.367043],[100.270589,38.377505],[100.273712,38.379138],[100.279242,38.376641],[100.286175,38.377826],[100.290402,38.383982],[100.297731,38.388257],[100.300336,38.388138],[100.302155,38.386424],[100.3022,38.379406],[100.318724,38.362732],[100.318308,38.35957],[100.321288,38.35215],[100.3312,38.340606],[100.33093,38.337384],[100.327158,38.337558],[100.323847,38.335055],[100.322221,38.330853],[100.316198,38.328879],[100.318171,38.325206],[100.339972,38.317219],[100.347791,38.310674],[100.354897,38.311685],[100.35905,38.307313],[100.372659,38.30916],[100.381223,38.305041],[100.379925,38.300817],[100.380934,38.297703],[100.387281,38.297289],[100.395249,38.292134],[100.400268,38.297164],[100.406911,38.299536],[100.417809,38.307633],[100.422089,38.30696],[100.423907,38.305048],[100.424284,38.300331],[100.43327,38.300709],[100.435862,38.296216],[100.431766,38.286163],[100.435297,38.281807],[100.433362,38.276793],[100.431136,38.276023],[100.429675,38.27319],[100.4359,38.267387],[100.443249,38.268902],[100.448852,38.265155],[100.457608,38.264774],[100.462501,38.268428],[100.466825,38.269201],[100.469328,38.272192],[100.466912,38.279111],[100.47325,38.284881],[100.473202,38.288057],[100.481601,38.285869],[100.482222,38.282083],[100.485658,38.278982],[100.494074,38.277513],[100.49497,38.272549],[100.506308,38.272697],[100.511527,38.27474],[100.518705,38.273986],[100.520186,38.266163],[100.528798,38.263634],[100.53428,38.257204],[100.539897,38.253984],[100.542958,38.246518],[100.54502,38.245276],[100.55012,38.250029],[100.560442,38.247502],[100.564884,38.250265],[100.573077,38.250709],[100.593876,38.24285],[100.598853,38.248699],[100.598459,38.255726],[100.603672,38.256113],[100.619306,38.266159],[100.624832,38.266704],[100.640549,38.260451],[100.646791,38.260849],[100.664101,38.255515],[100.669232,38.257282],[100.674533,38.254961],[100.677201,38.251845],[100.682804,38.251292],[100.690663,38.247601],[100.703202,38.247906],[100.710041,38.253342],[100.713555,38.252778],[100.726164,38.245869],[100.731282,38.245105],[100.738704,38.237597],[100.747296,38.240399],[100.755224,38.235487],[100.777293,38.212473],[100.778566,38.20431],[100.784942,38.202408],[100.786955,38.192914],[100.798762,38.18509],[100.804575,38.183609],[100.811725,38.171172],[100.815549,38.168131],[100.817872,38.162518],[100.823375,38.157625],[100.828471,38.156926],[100.831305,38.154006],[100.840341,38.15026],[100.842326,38.147721],[100.859007,38.147387],[100.864482,38.154767],[100.879293,38.161078],[100.881859,38.165497],[100.889537,38.167099],[100.893452,38.174309],[100.898535,38.179092],[100.909702,38.178356],[100.916935,38.173437]]]}},{type:"Feature",properties:{name:"宁夏回族自治区",province_adcode:64e4,province_type:"自治区",name_en:"Ningxia",name_var:"Níng Xià Huí Zú",adcode:64e4},geometry:{type:"MultiPolygon",coordinates:[[[[106.062183,35.437277],[106.070944,35.431531],[106.067232,35.426887],[106.068035,35.420639],[106.064697,35.421152],[106.063945,35.423804],[106.059116,35.427835],[106.060346,35.434915],[106.058194,35.439046],[106.06168,35.439551],[106.062183,35.437277]]],[[[106.052292,35.480619],[106.049166,35.476672],[106.047929,35.466682],[106.044878,35.460956],[106.051526,35.454951],[106.048679,35.448971],[106.030992,35.468657],[106.02717,35.471039],[106.014294,35.464613],[106.006882,35.456179],[106.004228,35.450565],[106.007372,35.446415],[106.005584,35.442775],[106.001234,35.440346],[105.99841,35.44028],[105.998514,35.446155],[105.992658,35.44947],[105.987658,35.438073],[105.98126,35.436335],[105.963253,35.426887],[105.961369,35.427155],[105.955682,35.434169],[105.94819,35.430357],[105.941918,35.423029],[105.936643,35.425647],[105.9264,35.42719],[105.906449,35.415593],[105.901229,35.416996],[105.893461,35.413526],[105.889486,35.41817],[105.885299,35.438969],[105.88641,35.446187],[105.8922,35.452792],[105.905415,35.456506],[105.910117,35.454974],[105.913221,35.451179],[105.922754,35.451746],[105.923674,35.454884],[105.932632,35.459363],[105.944908,35.461354],[105.980119,35.471489],[105.989722,35.477734],[106.005834,35.482571],[106.012384,35.480428],[106.02109,35.482343],[106.024099,35.487902],[106.030747,35.489317],[106.054202,35.489714],[106.054588,35.486324],[106.052292,35.480619]]],[[[106.751304,39.372471],[106.778624,39.370382],[106.788075,39.359664],[106.794448,39.347521],[106.789922,39.339025],[106.789689,39.333495],[106.802323,39.316696],[106.797092,39.295639],[106.801851,39.276442],[106.798331,39.266369],[106.79088,39.256588],[106.786341,39.244044],[106.787843,39.239306],[106.793921,39.234398],[106.800047,39.223832],[106.815774,39.210375],[106.820591,39.192611],[106.828778,39.186656],[106.829965,39.174237],[106.835668,39.167859],[106.835216,39.164349],[106.831909,39.160913],[106.834422,39.151433],[106.842934,39.135485],[106.844589,39.123109],[106.859761,39.103012],[106.859998,39.09143],[106.871835,39.088316],[106.877429,39.088681],[106.893529,39.085533],[106.903149,39.079538],[106.911273,39.079431],[106.926414,39.076318],[106.930142,39.0721],[106.938755,39.068777],[106.940562,39.06365],[106.955844,39.053799],[106.966281,39.052732],[106.963021,39.047553],[106.967417,39.025191],[106.953727,38.944342],[106.822715,38.838782],[106.793503,38.803655],[106.75223,38.749337],[106.699864,38.71408],[106.659193,38.600718],[106.645144,38.47287],[106.596177,38.390404],[106.479067,38.319766],[106.479223,38.315472],[106.481313,38.313537],[106.484441,38.304623],[106.490207,38.305206],[106.515309,38.295169],[106.52752,38.283852],[106.540422,38.268676],[106.54985,38.262479],[106.585249,38.249408],[106.619713,38.232664],[106.653379,38.227079],[106.669357,38.219329],[106.694751,38.213326],[106.712025,38.205108],[106.72382,38.202925],[106.736767,38.194004],[106.745175,38.183105],[106.767389,38.172721],[106.854017,38.155074],[106.870908,38.148446],[106.891506,38.146114],[106.908443,38.13902],[106.943725,38.130157],[106.98904,38.122199],[107.011678,38.120025],[107.027784,38.116149],[107.035184,38.125507],[107.119039,38.141564],[107.12651,38.151657],[107.127989,38.157043],[107.134256,38.159102],[107.145939,38.153477],[107.161649,38.160406],[107.185038,38.154248],[107.206684,38.131063],[107.229052,38.119667],[107.239748,38.110428],[107.253689,38.105097],[107.266529,38.103709],[107.273674,38.098984],[107.283154,38.096178],[107.297894,38.095955],[107.329784,38.087375],[107.338216,38.080245],[107.346243,38.060479],[107.353484,38.05051],[107.368871,38.039633],[107.378585,38.029914],[107.435455,37.995276],[107.412654,37.961482],[107.406208,37.947958],[107.415185,37.939546],[107.445121,37.93227],[107.45319,37.941231],[107.469975,37.944042],[107.48925,37.944018],[107.500405,37.931459],[107.554945,37.893072],[107.631178,37.87212],[107.642962,37.86421],[107.645058,37.864202],[107.661362,37.851953],[107.661713,37.836811],[107.658969,37.834627],[107.647929,37.831711],[107.64923,37.825182],[107.643981,37.807402],[107.651621,37.805315],[107.651236,37.803053],[107.650145,37.800641],[107.638428,37.804665],[107.626404,37.78748],[107.623688,37.772252],[107.611533,37.768583],[107.59605,37.787363],[107.582261,37.790584],[107.58435,37.796478],[107.579438,37.798115],[107.570951,37.790919],[107.579201,37.785514],[107.582834,37.788221],[107.587859,37.786336],[107.58418,37.778114],[107.577011,37.778844],[107.55931,37.772113],[107.543735,37.770342],[107.534483,37.781424],[107.492248,37.764268],[107.490708,37.746987],[107.494032,37.739457],[107.498368,37.734572],[107.491145,37.724482],[107.478967,37.715814],[107.466317,37.702768],[107.462394,37.693113],[107.463424,37.688506],[107.466013,37.686594],[107.436987,37.688228],[107.415294,37.677602],[107.411145,37.679695],[107.41146,37.683924],[107.399383,37.691113],[107.38072,37.691846],[107.383912,37.675627],[107.38214,37.670748],[107.416943,37.664785],[107.41598,37.65057],[107.414632,37.649526],[107.393724,37.653143],[107.361142,37.624052],[107.359767,37.616677],[107.355405,37.611771],[107.342956,37.606731],[107.325264,37.608447],[107.322252,37.605871],[107.319452,37.605974],[107.307554,37.608534],[107.325722,37.583209],[107.337102,37.581203],[107.363016,37.587373],[107.366698,37.578212],[107.346299,37.534228],[107.349169,37.530485],[107.3431,37.520969],[107.338046,37.519802],[107.324908,37.510755],[107.325237,37.495044],[107.316986,37.492791],[107.313914,37.504709],[107.289477,37.491272],[107.280604,37.481867],[107.282534,37.4519],[107.274084,37.434025],[107.271576,37.418646],[107.271897,37.417363],[107.279011,37.416044],[107.27351,37.398288],[107.269102,37.395602],[107.259385,37.393569],[107.258877,37.391491],[107.259739,37.377297],[107.257815,37.348404],[107.251274,37.333586],[107.254875,37.318262],[107.263652,37.296727],[107.270316,37.292938],[107.288421,37.277314],[107.297651,37.264876],[107.303527,37.251084],[107.304654,37.235636],[107.302186,37.233313],[107.276302,37.239202],[107.260673,37.234147],[107.254387,37.228336],[107.257754,37.224237],[107.268591,37.223104],[107.281918,37.218284],[107.283375,37.215155],[107.311567,37.198714],[107.313748,37.199158],[107.322259,37.180715],[107.325462,37.180246],[107.329169,37.173187],[107.333678,37.15873],[107.326024,37.129708],[107.317982,37.121681],[107.30196,37.100249],[107.298072,37.106549],[107.273843,37.128227],[107.268301,37.124551],[107.272104,37.11394],[107.269093,37.10943],[107.276193,37.098532],[107.270834,37.09721],[107.249925,37.103844],[107.23201,37.097],[107.201793,37.123742],[107.177575,37.140841],[107.158674,37.140133],[107.133655,37.134981],[107.106514,37.126254],[107.089495,37.116691],[107.088186,37.120838],[107.086132,37.120981],[107.081764,37.125556],[107.068982,37.129017],[107.060571,37.126612],[107.057102,37.123569],[107.040216,37.129676],[107.032464,37.137105],[107.02586,37.140193],[107.020459,37.130328],[107.02613,37.11504],[107.024676,37.106636],[107.016386,37.112313],[106.989146,37.12165],[106.9845,37.117422],[106.995542,37.108031],[106.992067,37.10579],[106.979707,37.107154],[106.959266,37.112527],[106.955768,37.11468],[106.95507,37.120045],[106.952113,37.124431],[106.94368,37.13196],[106.92603,37.141312],[106.901938,37.151098],[106.895318,37.149816],[106.886543,37.13952],[106.897353,37.133131],[106.909183,37.132001],[106.912664,37.123134],[106.902251,37.115702],[106.891498,37.099976],[106.880388,37.104021],[106.866736,37.115486],[106.850376,37.11348],[106.834723,37.126423],[106.822367,37.131136],[106.812024,37.142834],[106.805697,37.144949],[106.797319,37.145025],[106.787523,37.151376],[106.786391,37.154503],[106.776332,37.158305],[106.771675,37.157588],[106.770318,37.155666],[106.761821,37.135199],[106.765448,37.126235],[106.76894,37.12315],[106.768698,37.121387],[106.760782,37.110233],[106.754963,37.106521],[106.751912,37.101086],[106.758388,37.092383],[106.755707,37.080489],[106.745476,37.089699],[106.744317,37.09325],[106.746184,37.096594],[106.743712,37.09994],[106.733192,37.099769],[106.722871,37.108968],[106.72151,37.113182],[106.724355,37.120885],[106.695024,37.117487],[106.68724,37.12332],[106.683134,37.129708],[106.676089,37.121189],[106.672516,37.113954],[106.666889,37.110684],[106.663055,37.114052],[106.661926,37.122033],[106.658429,37.125602],[106.648329,37.123718],[106.636551,37.118632],[106.630372,37.128337],[106.611743,37.134951],[106.601101,37.127164],[106.606573,37.11984],[106.616233,37.095644],[106.622991,37.088149],[106.630399,37.082857],[106.636545,37.074936],[106.641219,37.064855],[106.645438,37.036598],[106.653259,37.023537],[106.662438,37.017165],[106.65356,37.007562],[106.642487,37.012523],[106.63726,37.011778],[106.639135,36.994562],[106.63567,36.974521],[106.638946,36.962551],[106.618547,36.959225],[106.602891,36.962003],[106.590834,36.968979],[106.586241,36.963053],[106.585689,36.955854],[106.588526,36.94505],[106.587099,36.940343],[106.579316,36.9355],[106.575311,36.934792],[106.571193,36.937165],[106.564116,36.945753],[106.570907,36.946128],[106.569968,36.952758],[106.56595,36.957798],[106.54621,36.973417],[106.542283,36.982086],[106.538402,36.985422],[106.53583,36.983709],[106.534613,36.978567],[106.537621,36.969644],[106.547829,36.955354],[106.548116,36.950409],[106.54454,36.943239],[106.546738,36.939215],[106.558667,36.930964],[106.56713,36.930286],[106.569544,36.932129],[106.575509,36.93056],[106.598341,36.917732],[106.604626,36.909746],[106.606118,36.904447],[106.60287,36.903415],[106.596123,36.895066],[106.597019,36.890362],[106.604959,36.881066],[106.606322,36.880288],[106.613155,36.885019],[106.614127,36.888811],[106.621932,36.892452],[106.627978,36.889554],[106.635831,36.882225],[106.634802,36.867771],[106.622571,36.86194],[106.638202,36.853008],[106.638137,36.841369],[106.636263,36.83379],[106.643234,36.82913],[106.653544,36.817672],[106.653897,36.811498],[106.652396,36.809263],[106.646577,36.807184],[106.642692,36.809629],[106.637604,36.802697],[106.640768,36.798735],[106.640993,36.794861],[106.640057,36.79183],[106.634771,36.78746],[106.635295,36.771659],[106.633088,36.760502],[106.629598,36.753744],[106.622978,36.752786],[106.627652,36.735334],[106.634582,36.728248],[106.639948,36.726892],[106.641439,36.723468],[106.628081,36.72332],[106.611722,36.737863],[106.608697,36.73502],[106.607136,36.73034],[106.591469,36.746357],[106.572681,36.746192],[106.568438,36.737614],[106.56914,36.734609],[106.566621,36.733008],[106.562272,36.732769],[106.550242,36.737995],[106.53456,36.726581],[106.52721,36.725356],[106.51315,36.718538],[106.510327,36.715923],[106.518776,36.706464],[106.526367,36.689733],[106.514189,36.687499],[106.51236,36.690429],[106.506495,36.693079],[106.499634,36.691895],[106.486563,36.68548],[106.48565,36.680578],[106.490342,36.666464],[106.488176,36.629465],[106.478776,36.62728],[106.464505,36.620184],[106.440656,36.624812],[106.443083,36.612235],[106.440381,36.609977],[106.438932,36.600942],[106.44229,36.596689],[106.450092,36.595661],[106.463401,36.581939],[106.451275,36.57293],[106.454784,36.566215],[106.451555,36.559789],[106.426073,36.558892],[106.41333,36.563805],[106.40279,36.572475],[106.391383,36.577193],[106.392889,36.573681],[106.39092,36.559879],[106.387108,36.556337],[106.377726,36.562717],[106.373974,36.5685],[106.36395,36.5766],[106.360194,36.577692],[106.357051,36.57329],[106.357583,36.571043],[106.367168,36.557166],[106.367161,36.548733],[106.378877,36.545153],[106.388458,36.548282],[106.394136,36.547705],[106.411462,36.531937],[106.41381,36.526769],[106.406408,36.519171],[106.417749,36.514425],[106.428507,36.517806],[106.450913,36.496808],[106.458134,36.499462],[106.472181,36.495508],[106.473131,36.488446],[106.479884,36.480666],[106.486705,36.482538],[106.486874,36.491582],[106.489799,36.494522],[106.500345,36.484017],[106.518467,36.47776],[106.519255,36.467505],[106.515516,36.456075],[106.511443,36.450921],[106.504344,36.448016],[106.49942,36.442626],[106.496051,36.43422],[106.496188,36.432824],[106.506696,36.426836],[106.507668,36.422982],[106.500585,36.414656],[106.494782,36.416904],[106.494081,36.422904],[106.488076,36.422866],[106.486968,36.405455],[106.483085,36.402087],[106.488188,36.399283],[106.500359,36.401485],[106.522183,36.391076],[106.527909,36.375369],[106.526903,36.370934],[106.511725,36.367456],[106.503109,36.370028],[106.50079,36.363361],[106.500678,36.35111],[106.503549,36.343715],[106.501642,36.326989],[106.49635,36.320594],[106.498167,36.314043],[106.494968,36.31204],[106.505685,36.300882],[106.505177,36.296107],[106.507413,36.291993],[106.502536,36.28942],[106.495504,36.295226],[106.494399,36.301074],[106.487712,36.309337],[106.478578,36.3153],[106.468583,36.313881],[106.465739,36.311917],[106.466418,36.305794],[106.474015,36.29814],[106.479975,36.285372],[106.499518,36.268784],[106.50603,36.271845],[106.511701,36.271867],[106.530258,36.261091],[106.536627,36.25404],[106.550589,36.258835],[106.553988,36.263617],[106.557276,36.273916],[106.554009,36.279781],[106.55373,36.28791],[106.555459,36.292326],[106.580246,36.283627],[106.582244,36.278584],[106.590311,36.270632],[106.595709,36.279289],[106.593743,36.283353],[106.596177,36.293192],[106.600872,36.296093],[106.604908,36.290614],[106.605423,36.276426],[106.607434,36.272932],[106.633548,36.265875],[106.636299,36.280698],[106.639515,36.285184],[106.644478,36.28251],[106.641191,36.279002],[106.641641,36.265128],[106.64365,36.259637],[106.649311,36.257275],[106.651171,36.259215],[106.653122,36.267333],[106.659762,36.262985],[106.666434,36.268875],[106.680327,36.273847],[106.683488,36.270145],[106.694602,36.243706],[106.697669,36.239597],[106.711737,36.232028],[106.724965,36.232218],[106.731615,36.237332],[106.744986,36.22392],[106.758798,36.215078],[106.768233,36.212747],[106.769836,36.22251],[106.784468,36.226506],[106.791278,36.223195],[106.795236,36.215921],[106.80353,36.211053],[106.806086,36.218474],[106.813617,36.22236],[106.817911,36.220964],[106.823448,36.215493],[106.82598,36.226376],[106.829665,36.229493],[106.834211,36.221563],[106.836839,36.207626],[106.840041,36.202846],[106.844889,36.202173],[106.844596,36.205855],[106.847009,36.207772],[106.85357,36.20701],[106.861068,36.19414],[106.864656,36.183197],[106.869825,36.178653],[106.875968,36.178757],[106.884112,36.16673],[106.886774,36.166723],[106.888533,36.169265],[106.894667,36.169143],[106.903296,36.155756],[106.904807,36.144528],[106.902685,36.135609],[106.905077,36.131219],[106.916595,36.130108],[106.92333,36.138146],[106.92608,36.138729],[106.921323,36.118358],[106.921329,36.11633],[106.924857,36.113435],[106.930036,36.116475],[106.93219,36.122539],[106.9358,36.126875],[106.942231,36.122297],[106.93634,36.108516],[106.931083,36.107562],[106.938105,36.100347],[106.944413,36.100008],[106.952011,36.093961],[106.954878,36.075766],[106.945074,36.068255],[106.934744,36.063927],[106.933143,36.057475],[106.937136,36.045235],[106.937694,36.032853],[106.926207,36.029236],[106.923687,36.015857],[106.92396,36.011763],[106.928747,36.007647],[106.944598,36.004799],[106.945362,35.991549],[106.936988,35.982659],[106.92763,35.979868],[106.927134,35.975021],[106.918522,35.967296],[106.914233,35.965332],[106.908539,35.953194],[106.911424,35.940686],[106.904374,35.942213],[106.899075,35.951933],[106.900434,35.955164],[106.906435,35.957363],[106.910137,35.961793],[106.907133,35.96729],[106.897914,35.962923],[106.890966,35.964225],[106.888721,35.96496],[106.8878,35.967461],[106.894452,35.965506],[106.894233,35.972532],[106.885368,35.971723],[106.889831,35.957373],[106.897796,35.942843],[106.903907,35.938132],[106.914257,35.937116],[106.916041,35.944341],[106.922447,35.951887],[106.924917,35.952614],[106.936552,35.949989],[106.938768,35.94363],[106.94144,35.941018],[106.933334,35.929084],[106.924649,35.925501],[106.914173,35.928978],[106.908399,35.932693],[106.9016,35.92582],[106.900959,35.916155],[106.902243,35.917168],[106.905135,35.914186],[106.902862,35.910819],[106.888557,35.917855],[106.875679,35.913422],[106.873992,35.908704],[106.86312,35.902632],[106.856941,35.894045],[106.85036,35.891098],[106.847599,35.887237],[106.84928,35.882946],[106.868438,35.878355],[106.871153,35.880177],[106.870719,35.882969],[106.874607,35.882868],[106.878733,35.877294],[106.879447,35.8667],[106.867702,35.875449],[106.863359,35.868515],[106.871752,35.855592],[106.895732,35.827155],[106.898233,35.826855],[106.904444,35.831654],[106.907831,35.831809],[106.909908,35.830175],[106.915741,35.818964],[106.925034,35.807676],[106.917402,35.80225],[106.912994,35.805872],[106.889946,35.813192],[106.887374,35.810624],[106.89948,35.798182],[106.910876,35.795065],[106.911606,35.78757],[106.909234,35.771514],[106.907361,35.768764],[106.903707,35.767697],[106.902497,35.772083],[106.899703,35.775627],[106.897639,35.775403],[106.892251,35.768816],[106.894101,35.763102],[106.884158,35.762527],[106.881998,35.764829],[106.884696,35.775767],[106.870164,35.779366],[106.865625,35.770443],[106.861214,35.756279],[106.862995,35.74521],[106.859937,35.736411],[106.84743,35.745264],[106.819483,35.746196],[106.816641,35.744964],[106.815321,35.743363],[106.81414,35.729046],[106.817024,35.719594],[106.800408,35.708969],[106.793669,35.713741],[106.787386,35.720812],[106.767821,35.721654],[106.76368,35.724666],[106.762686,35.730241],[106.76129,35.729589],[106.751835,35.722617],[106.742955,35.708265],[106.735322,35.702038],[106.742882,35.695182],[106.742991,35.696474],[106.746614,35.697557],[106.74943,35.690814],[106.748194,35.688593],[106.740171,35.692766],[106.730841,35.688519],[106.726334,35.688132],[106.722273,35.690853],[106.72498,35.693349],[106.723083,35.695296],[106.714648,35.697856],[106.709312,35.701573],[106.709268,35.703882],[106.71177,35.705336],[106.698411,35.71066],[106.689729,35.721249],[106.692545,35.724455],[106.676678,35.731418],[106.667878,35.724567],[106.664371,35.717938],[106.664248,35.71044],[106.668747,35.707253],[106.669173,35.700665],[106.657773,35.703164],[106.655836,35.708014],[106.639417,35.710139],[106.626071,35.714993],[106.614963,35.733991],[106.6161,35.740465],[106.614874,35.744161],[106.606716,35.738535],[106.599847,35.741694],[106.598392,35.748292],[106.592609,35.746493],[106.597406,35.731722],[106.592676,35.727989],[106.580619,35.728222],[106.560147,35.740247],[106.55611,35.739019],[106.521671,35.74234],[106.518332,35.737231],[106.5177,35.725484],[106.512881,35.732985],[106.513199,35.734846],[106.501865,35.738458],[106.488033,35.736506],[106.482883,35.727783],[106.483331,35.722955],[106.460777,35.718614],[106.446367,35.700527],[106.444952,35.695848],[106.439013,35.69196],[106.429821,35.68888],[106.432168,35.664487],[106.443348,35.650906],[106.451632,35.64483],[106.455865,35.644178],[106.45395,35.639538],[106.448643,35.636553],[106.448846,35.63229],[106.450505,35.629089],[106.458991,35.624006],[106.461559,35.620685],[106.46001,35.615278],[106.460925,35.607551],[106.468288,35.600897],[106.472224,35.583672],[106.476207,35.579995],[106.476782,35.577443],[106.475382,35.574861],[106.459042,35.580952],[106.454178,35.576332],[106.450556,35.56826],[106.446695,35.536411],[106.439069,35.530851],[106.43547,35.52469],[106.43897,35.519553],[106.447761,35.518711],[106.44832,35.515162],[106.445302,35.510032],[106.446671,35.508261],[106.455656,35.505005],[106.459202,35.502091],[106.461516,35.496922],[106.461113,35.481457],[106.46633,35.47902],[106.485037,35.484158],[106.486077,35.477711],[106.479414,35.461828],[106.477986,35.449564],[106.479201,35.445854],[106.485568,35.443148],[106.491645,35.434727],[106.494305,35.424063],[106.500458,35.41799],[106.495972,35.40799],[106.492191,35.403941],[106.48934,35.39209],[106.494267,35.388285],[106.496813,35.373941],[106.496005,35.366755],[106.501423,35.360138],[106.498599,35.354675],[106.488751,35.352155],[106.48296,35.340582],[106.485195,35.328846],[106.46947,35.311827],[106.452713,35.308745],[106.442985,35.299661],[106.43257,35.298959],[106.425486,35.293296],[106.416683,35.282433],[106.411476,35.279206],[106.398368,35.274592],[106.391855,35.276077],[106.383539,35.270057],[106.370361,35.274194],[106.36302,35.270607],[106.365397,35.263669],[106.371079,35.255342],[106.365816,35.245049],[106.358693,35.238497],[106.35117,35.240672],[106.348355,35.247111],[106.340745,35.25247],[106.32942,35.252152],[106.314519,35.267698],[106.317416,35.275758],[106.31641,35.278277],[106.305144,35.289181],[106.296812,35.288413],[106.281277,35.302506],[106.281118,35.30484],[106.283493,35.307643],[106.282907,35.312001],[106.271574,35.328833],[106.266004,35.332022],[106.256899,35.331649],[106.251392,35.334994],[106.247744,35.340882],[106.248748,35.343735],[106.24687,35.34824],[106.243436,35.35272],[106.238767,35.354851],[106.237538,35.358339],[106.237831,35.360916],[106.245453,35.366267],[106.247046,35.369038],[106.245106,35.37615],[106.24021,35.377413],[106.23605,35.39395],[106.236094,35.407743],[106.23449,35.411084],[106.223198,35.410357],[106.213748,35.414446],[106.211508,35.413966],[106.208864,35.410367],[106.199112,35.40949],[106.188062,35.411813],[106.180427,35.427173],[106.175028,35.424007],[106.175361,35.436534],[106.168801,35.437375],[106.166613,35.435242],[106.165378,35.426694],[106.162411,35.420606],[106.153337,35.417965],[106.137789,35.403619],[106.125421,35.396406],[106.119084,35.374436],[106.117283,35.373819],[106.113396,35.375758],[106.108747,35.373106],[106.112533,35.364912],[106.10932,35.362221],[106.103535,35.364898],[106.097407,35.381595],[106.102049,35.387878],[106.095582,35.391245],[106.093503,35.39086],[106.098858,35.401638],[106.083984,35.402906],[106.07866,35.421518],[106.075681,35.426097],[106.073495,35.447646],[106.06886,35.448513],[106.064248,35.455414],[106.068262,35.463218],[106.068877,35.469722],[106.064093,35.481777],[106.062613,35.491024],[106.066016,35.48896],[106.083497,35.489711],[106.085895,35.49642],[106.096166,35.50107],[106.09101,35.510373],[106.079625,35.512791],[106.076521,35.511944],[106.071198,35.507086],[106.075966,35.50305],[106.075017,35.499004],[106.067049,35.492417],[106.063914,35.49205],[106.06535,35.502134],[106.064186,35.504319],[106.06189,35.504638],[106.057284,35.5014],[106.043502,35.498059],[106.030953,35.495362],[106.0174,35.494936],[106.006212,35.501425],[106.00665,35.511149],[106.011666,35.510461],[106.012607,35.511983],[106.011489,35.522531],[106.006413,35.526324],[105.998834,35.522804],[105.990449,35.52908],[105.978499,35.530644],[105.954232,35.538201],[105.931576,35.53819],[105.928182,35.53503],[105.922339,35.535262],[105.908693,35.540825],[105.900804,35.547812],[105.886097,35.5486],[105.883231,35.547776],[105.879673,35.541842],[105.875352,35.538317],[105.867887,35.538511],[105.865531,35.543236],[105.862093,35.535017],[105.86048,35.523145],[105.857391,35.515115],[105.851929,35.511409],[105.851441,35.506232],[105.845679,35.492984],[105.839953,35.490613],[105.833757,35.492995],[105.831319,35.495999],[105.830997,35.509313],[105.828854,35.519061],[105.833071,35.52415],[105.831911,35.538237],[105.819491,35.543449],[105.817907,35.556122],[105.820337,35.561594],[105.81253,35.576047],[105.811559,35.57676],[105.806322,35.570606],[105.796009,35.565682],[105.788508,35.572838],[105.784471,35.579205],[105.772888,35.587055],[105.774214,35.589034],[105.780564,35.588993],[105.781754,35.591632],[105.776461,35.599598],[105.765743,35.603621],[105.763004,35.602379],[105.757554,35.603438],[105.751321,35.610905],[105.745109,35.610774],[105.741109,35.614976],[105.75583,35.618859],[105.761057,35.631648],[105.756712,35.632596],[105.745051,35.624523],[105.736788,35.632997],[105.737763,35.635121],[105.736737,35.636233],[105.727474,35.640048],[105.724871,35.637707],[105.716147,35.646598],[105.709512,35.647148],[105.709212,35.652907],[105.716806,35.663565],[105.719958,35.672717],[105.71634,35.680412],[105.70894,35.677162],[105.706519,35.677645],[105.704572,35.683],[105.70096,35.686866],[105.688624,35.683813],[105.687367,35.685312],[105.686787,35.699344],[105.695503,35.705235],[105.701793,35.703755],[105.717306,35.728192],[105.720705,35.726481],[105.724508,35.701989],[105.734303,35.698906],[105.738022,35.700126],[105.742334,35.707292],[105.748059,35.71217],[105.755794,35.722682],[105.75473,35.728835],[105.752517,35.73109],[105.740874,35.733343],[105.73596,35.729512],[105.735603,35.725853],[105.733491,35.723422],[105.721668,35.735204],[105.710614,35.741101],[105.705675,35.74086],[105.704534,35.738021],[105.699527,35.734066],[105.682453,35.739009],[105.674971,35.738051],[105.671809,35.740244],[105.669926,35.747343],[105.665994,35.75147],[105.636937,35.740116],[105.617829,35.729582],[105.59864,35.726185],[105.586739,35.717667],[105.575724,35.716207],[105.570286,35.712495],[105.574701,35.702442],[105.569065,35.693524],[105.562493,35.688578],[105.560087,35.689548],[105.55575,35.699885],[105.56659,35.715445],[105.551824,35.726663],[105.542031,35.730049],[105.534652,35.7221],[105.526676,35.728309],[105.506619,35.719056],[105.501731,35.718521],[105.492825,35.721976],[105.488466,35.726759],[105.476978,35.727766],[105.473093,35.733208],[105.472948,35.738702],[105.4694,35.748989],[105.450122,35.74761],[105.448246,35.755254],[105.452735,35.769797],[105.443234,35.780815],[105.433933,35.780595],[105.427523,35.7898],[105.425435,35.820282],[105.42213,35.821354],[105.414871,35.813807],[105.410861,35.82489],[105.394157,35.814544],[105.388888,35.804112],[105.381291,35.794219],[105.378575,35.792742],[105.374383,35.796866],[105.370006,35.806128],[105.377383,35.813365],[105.372566,35.836531],[105.368881,35.841169],[105.369566,35.846956],[105.381825,35.853689],[105.387443,35.847856],[105.392202,35.847468],[105.395781,35.854922],[105.395602,35.857709],[105.390609,35.865242],[105.37871,35.871822],[105.373673,35.872422],[105.371714,35.870685],[105.365738,35.871701],[105.358813,35.875741],[105.352533,35.877312],[105.346258,35.87559],[105.340808,35.878777],[105.329803,35.890874],[105.320852,35.906469],[105.333315,35.913455],[105.33201,35.927802],[105.324519,35.934607],[105.321389,35.941874],[105.325536,35.95017],[105.328224,35.951687],[105.331221,35.985401],[105.32915,35.99757],[105.333974,36.00523],[105.335023,36.018024],[105.337843,36.0287],[105.339953,36.033817],[105.361867,36.034657],[105.359223,36.040066],[105.356841,36.04155],[105.356535,36.044484],[105.359209,36.048627],[105.373889,36.061864],[105.386087,36.063669],[105.388383,36.076933],[105.396258,36.079764],[105.401281,36.07438],[105.40354,36.075137],[105.427017,36.10397],[105.445072,36.104109],[105.457884,36.10722],[105.467896,36.100107],[105.482282,36.098921],[105.487474,36.101271],[105.503589,36.138515],[105.510915,36.147894],[105.509216,36.150745],[105.497256,36.158943],[105.496837,36.164774],[105.4854,36.183252],[105.475728,36.212761],[105.46584,36.219803],[105.460787,36.220276],[105.456831,36.22314],[105.453891,36.241307],[105.459755,36.245977],[105.462339,36.250819],[105.456775,36.267151],[105.463708,36.275839],[105.470399,36.276841],[105.473942,36.291593],[105.461279,36.306844],[105.455501,36.309085],[105.452011,36.314852],[105.451858,36.319704],[105.449313,36.321334],[105.44906,36.323324],[105.441669,36.325935],[105.432296,36.325037],[105.422103,36.329462],[105.420816,36.339551],[105.41482,36.342692],[105.408211,36.351455],[105.404925,36.358819],[105.398648,36.365141],[105.396654,36.369265],[105.407704,36.369073],[105.411238,36.370439],[105.415351,36.377605],[105.410021,36.384002],[105.397827,36.38512],[105.393072,36.407918],[105.393369,36.419313],[105.396018,36.42435],[105.394586,36.430641],[105.379555,36.441253],[105.366336,36.436827],[105.366809,36.432594],[105.36552,36.431588],[105.358906,36.438949],[105.35965,36.445087],[105.365903,36.454551],[105.365939,36.459797],[105.364101,36.486391],[105.357638,36.497617],[105.340435,36.515209],[105.326356,36.526099],[105.317635,36.536526],[105.292569,36.526642],[105.277734,36.522502],[105.263361,36.531432],[105.245367,36.54757],[105.248167,36.554748],[105.271851,36.56276],[105.270008,36.577621],[105.263264,36.584813],[105.261544,36.589217],[105.267174,36.593153],[105.257303,36.602549],[105.246051,36.601696],[105.237918,36.613165],[105.238228,36.625557],[105.216508,36.631076],[105.220043,36.651542],[105.224447,36.659971],[105.223656,36.662847],[105.203303,36.681156],[105.198889,36.692348],[105.199038,36.704966],[105.20605,36.714963],[105.212712,36.729224],[105.220735,36.731525],[105.22272,36.733686],[105.225109,36.73138],[105.23542,36.732455],[105.235183,36.740723],[105.254085,36.741319],[105.267897,36.739005],[105.269197,36.741173],[105.268412,36.744382],[105.272439,36.749768],[105.271036,36.751466],[105.273729,36.752864],[105.279183,36.750135],[105.289478,36.749519],[105.30589,36.741089],[105.311765,36.741851],[105.318942,36.744743],[105.325774,36.750424],[105.329587,36.7624],[105.337559,36.764368],[105.336836,36.768888],[105.33181,36.78253],[105.332246,36.789479],[105.328934,36.805814],[105.323538,36.804906],[105.297283,36.822408],[105.294716,36.826593],[105.294608,36.832856],[105.290225,36.833595],[105.288523,36.835599],[105.289398,36.839518],[105.292489,36.839099],[105.293822,36.843358],[105.27333,36.852799],[105.276344,36.853206],[105.277851,36.856452],[105.275512,36.869431],[105.270204,36.871003],[105.245022,36.891674],[105.240511,36.888898],[105.238673,36.89043],[105.241863,36.89405],[105.236614,36.896625],[105.233285,36.894037],[105.232112,36.894642],[105.222908,36.886059],[105.220676,36.893893],[105.216179,36.891124],[105.202784,36.897601],[105.199455,36.895902],[105.194509,36.897149],[105.194124,36.894893],[105.187986,36.891598],[105.187541,36.886079],[105.175112,36.892135],[105.178543,36.89763],[105.174657,36.899003],[105.175512,36.900275],[105.179381,36.898586],[105.180273,36.903057],[105.178128,36.916533],[105.173769,36.928915],[105.183031,36.925584],[105.18024,36.929032],[105.18258,36.933944],[105.182764,36.935806],[105.180979,36.936553],[105.182272,36.941448],[105.178222,36.943493],[105.179659,36.945216],[105.175622,36.947129],[105.173998,36.958957],[105.165293,36.966963],[105.16133,36.981314],[105.161557,36.994632],[105.154267,36.996566],[105.1428,36.994941],[105.125313,36.995872],[105.113079,36.999755],[105.107195,36.999752],[105.072581,37.011796],[105.054338,37.022528],[105.045881,37.01965],[105.039706,37.014156],[105.035659,37.006324],[105.027772,37.006533],[105.02433,37.010201],[105.007624,37.016631],[105.010192,37.03158],[105.004709,37.033775],[105.000867,37.035138],[104.988138,37.034443],[104.985015,37.03839],[104.982675,37.033278],[104.966732,37.030297],[104.962491,37.031188],[104.951311,37.039689],[104.951395,37.073673],[104.950154,37.076754],[104.951152,37.078222],[104.944144,37.082648],[104.92866,37.086156],[104.92253,37.090744],[104.916864,37.092061],[104.915963,37.094502],[104.913103,37.094523],[104.911385,37.099744],[104.913064,37.101342],[104.913185,37.104477],[104.917722,37.10727],[104.917027,37.111238],[104.914285,37.112703],[104.912652,37.11731],[104.907872,37.122366],[104.904807,37.122987],[104.902695,37.12618],[104.900843,37.124936],[104.895168,37.127444],[104.894733,37.141252],[104.886553,37.154513],[104.876378,37.164695],[104.867144,37.167169],[104.862033,37.17104],[104.858695,37.180646],[104.855319,37.182641],[104.855163,37.211982],[104.849355,37.212662],[104.842651,37.218002],[104.82849,37.222506],[104.824141,37.227567],[104.806471,37.230937],[104.802507,37.234548],[104.799676,37.231709],[104.793287,37.230301],[104.790356,37.228034],[104.789948,37.230896],[104.78294,37.240968],[104.771737,37.246319],[104.763556,37.239403],[104.764343,37.237129],[104.760867,37.238852],[104.758714,37.237216],[104.755155,37.238841],[104.753099,37.235737],[104.749344,37.236948],[104.746276,37.234005],[104.744564,37.228482],[104.739621,37.226549],[104.734437,37.221118],[104.727563,37.21908],[104.726313,37.214787],[104.715489,37.209561],[104.715799,37.207273],[104.710182,37.208712],[104.700497,37.207686],[104.697523,37.205115],[104.690255,37.204252],[104.686004,37.205856],[104.679774,37.202557],[104.675406,37.205059],[104.665567,37.203415],[104.659711,37.208391],[104.656701,37.204188],[104.650707,37.203141],[104.642302,37.204487],[104.635506,37.201441],[104.62353,37.205146],[104.621527,37.213068],[104.617116,37.215343],[104.612415,37.220762],[104.606879,37.222498],[104.606457,37.227251],[104.603546,37.230375],[104.601421,37.23707],[104.599094,37.23834],[104.599839,37.239455],[104.596876,37.244633],[104.599174,37.247419],[104.598244,37.25799],[104.608421,37.272126],[104.608842,37.277523],[104.621106,37.277868],[104.623023,37.280383],[104.622595,37.284939],[104.616069,37.291365],[104.61807,37.296111],[104.621531,37.298419],[104.629181,37.2988],[104.641653,37.291249],[104.650132,37.290556],[104.652817,37.295139],[104.66161,37.298849],[104.663407,37.310704],[104.667513,37.315395],[104.674889,37.319022],[104.685845,37.319032],[104.7013,37.329758],[104.710761,37.328948],[104.714916,37.337273],[104.714557,37.349148],[104.708233,37.349624],[104.704312,37.345903],[104.698151,37.344497],[104.681287,37.350044],[104.679557,37.352072],[104.671839,37.35248],[104.664656,37.355918],[104.663134,37.361534],[104.658827,37.367885],[104.657474,37.374245],[104.659394,37.378225],[104.662896,37.378281],[104.6654,37.380585],[104.665532,37.387654],[104.66764,37.392676],[104.66667,37.394947],[104.66867,37.398606],[104.667715,37.399652],[104.674254,37.401355],[104.676298,37.405971],[104.675749,37.408427],[104.672362,37.408234],[104.670017,37.410984],[104.665443,37.411975],[104.658333,37.411173],[104.651366,37.413242],[104.648128,37.417254],[104.636537,37.417824],[104.634704,37.419717],[104.629383,37.416186],[104.620351,37.415698],[104.614683,37.418367],[104.604916,37.418925],[104.597872,37.421757],[104.595316,37.420416],[104.590255,37.42239],[104.58734,37.420021],[104.58722,37.42267],[104.584511,37.424514],[104.572551,37.425673],[104.559018,37.424136],[104.555392,37.425877],[104.548478,37.425737],[104.541745,37.422916],[104.533923,37.429385],[104.529367,37.429376],[104.528437,37.433669],[104.523396,37.432102],[104.517062,37.434565],[104.516343,37.43039],[104.511696,37.42803],[104.506037,37.428828],[104.505056,37.424879],[104.498291,37.42117],[104.492698,37.419801],[104.482687,37.422301],[104.478128,37.421886],[104.477103,37.420274],[104.457129,37.419367],[104.445995,37.42334],[104.443034,37.434507],[104.43357,37.445872],[104.401907,37.437833],[104.39478,37.433051],[104.388237,37.431751],[104.383605,37.42633],[104.37249,37.424791],[104.367395,37.419533],[104.361887,37.417562],[104.343819,37.420078],[104.312632,37.414859],[104.294585,37.413571],[104.284332,37.420891],[104.284474,37.42733],[104.300827,37.441642],[104.319346,37.447983],[104.323535,37.448186],[104.331565,37.44426],[104.33768,37.443829],[104.35316,37.448951],[104.360503,37.456454],[104.367964,37.46112],[104.388934,37.46039],[104.404635,37.464323],[104.408762,37.485786],[104.416569,37.511097],[104.427572,37.51031],[104.43011,37.514638],[104.61047,37.521256],[104.801925,37.538604],[104.829612,37.554195],[104.863954,37.566359],[104.900808,37.566325],[104.919558,37.571577],[105.021443,37.579262],[105.034335,37.584452],[105.090796,37.616082],[105.158417,37.657847],[105.170231,37.663427],[105.201529,37.67049],[105.233293,37.671938],[105.261667,37.685574],[105.358531,37.713898],[105.366168,37.714833],[105.387532,37.709214],[105.445471,37.699829],[105.465167,37.702523],[105.569845,37.700771],[105.596918,37.706552],[105.612309,37.718455],[105.612635,37.753153],[105.618621,37.778074],[105.631387,37.781081],[105.637909,37.780525],[105.651852,37.775949],[105.657479,37.769204],[105.660211,37.768914],[105.670693,37.772205],[105.694982,37.783884],[105.738741,37.798777],[105.747749,37.798733],[105.752269,37.796504],[105.75255,37.79434],[105.768221,37.794389],[105.770774,37.807117],[105.769225,37.819777],[105.779584,37.834566],[105.79747,37.852079],[105.802597,37.861242],[105.803586,37.870752],[105.799611,37.894664],[105.792111,37.909411],[105.792384,37.915033],[105.799843,37.938042],[105.798504,37.946388],[105.795023,37.951028],[105.795374,37.954086],[105.797032,37.957754],[105.811597,37.967714],[105.835773,37.995853],[105.840631,38.004306],[105.827967,38.020308],[105.808299,38.038946],[105.795054,38.059151],[105.784359,38.069456],[105.780591,38.077493],[105.777802,38.078609],[105.778302,38.083378],[105.768123,38.11392],[105.761048,38.12136],[105.767389,38.148072],[105.770485,38.174926],[105.777037,38.21047],[105.815392,38.220751],[105.821409,38.22049],[105.829789,38.228156],[105.836593,38.236934],[105.842808,38.254017],[105.84788,38.261959],[105.855973,38.28325],[105.862298,38.295082],[105.851193,38.312677],[105.846455,38.314156],[105.838542,38.324097],[105.833237,38.336479],[105.822608,38.34635],[105.817266,38.360588],[105.818353,38.368247],[105.824239,38.37945],[105.831117,38.384535],[105.830745,38.390878],[105.822789,38.414627],[105.824067,38.427497],[105.822243,38.432242],[105.828531,38.437624],[105.837958,38.436201],[105.844901,38.441777],[105.846041,38.444541],[105.841848,38.455167],[105.835856,38.464985],[105.832087,38.467522],[105.831141,38.471677],[105.845087,38.5146],[105.856472,38.521905],[105.858858,38.525369],[105.860576,38.538048],[105.858439,38.548547],[105.850421,38.564086],[105.851858,38.572882],[105.855894,38.57899],[105.869232,38.582037],[105.871115,38.590269],[105.861371,38.604645],[105.855482,38.609724],[105.848699,38.630002],[105.848663,38.64008],[105.8564,38.653421],[105.867292,38.655598],[105.870563,38.659199],[105.871059,38.660287],[105.867164,38.664577],[105.867737,38.670893],[105.878826,38.676209],[105.888561,38.689374],[105.890527,38.693376],[105.889819,38.696002],[105.882496,38.707971],[105.881486,38.713634],[105.90244,38.729082],[105.904931,38.738029],[105.903407,38.745483],[105.896856,38.750731],[105.899684,38.771198],[105.893567,38.778276],[105.892905,38.787064],[105.932308,38.801496],[105.930766,38.808751],[105.939134,38.820624],[105.970296,38.844078],[105.988941,38.854729],[105.998128,38.869377],[105.999625,38.874598],[105.97993,38.874104],[105.965436,38.891688],[105.964584,38.894193],[105.965871,38.898012],[105.984599,38.916582],[105.989266,38.920099],[105.998684,38.923296],[105.999031,38.928499],[105.996767,38.936885],[106.0052,38.942717],[106.009155,38.943246],[106.025586,38.958168],[106.031651,38.960411],[106.040979,38.959992],[106.043202,38.958593],[106.054936,38.966774],[106.057886,38.972083],[106.057759,38.976804],[106.060731,38.985081],[106.083774,39.004772],[106.085004,39.01677],[106.071394,39.028686],[106.077524,39.033324],[106.080718,39.042348],[106.078898,39.049271],[106.084665,39.06748],[106.091818,39.073536],[106.092952,39.080718],[106.091979,39.082222],[106.097101,39.089604],[106.105574,39.0968],[106.110248,39.113444],[106.108336,39.114384],[106.108037,39.120154],[106.112872,39.122346],[106.117343,39.121763],[106.122088,39.125747],[106.130625,39.138103],[106.145399,39.154962],[106.152229,39.157936],[106.164578,39.15705],[106.168469,39.155102],[106.177252,39.146323],[106.191281,39.140966],[106.194984,39.135951],[106.212056,39.131772],[106.224973,39.138668],[106.249091,39.131473],[106.268054,39.135099],[106.280193,39.139822],[106.283307,39.142888],[106.28898,39.158119],[106.288008,39.182983],[106.285688,39.187411],[106.277472,39.193485],[106.274804,39.206412],[106.276267,39.208864],[106.282708,39.211178],[106.285264,39.216659],[106.284135,39.224493],[106.276903,39.23699],[106.27117,39.263854],[106.277069,39.273456],[106.288764,39.27624],[106.314271,39.275672],[106.319404,39.276409],[106.319246,39.279556],[106.341754,39.281877],[106.347171,39.280274],[106.395016,39.28538],[106.428452,39.286719],[106.438854,39.283179],[106.456596,39.282077],[106.503776,39.269428],[106.525674,39.300037],[106.555031,39.330196],[106.572037,39.344738],[106.598287,39.374611],[106.626109,39.365751],[106.632716,39.359811],[106.640895,39.356486],[106.6694,39.353738],[106.677869,39.355512],[106.688933,39.364782],[106.728055,39.378249],[106.732658,39.384],[106.745788,39.387783],[106.747932,39.376873],[106.751304,39.372471]]]]}},{type:"Feature",properties:{name:"新疆维吾尔自治区",province_adcode:65e4,province_type:"自治区",name_en:"Xinjiang",name_var:"Xīn Jiāng",adcode:65e4},geometry:{type:"Polygon",coordinates:[[[87.797202,49.180599],[87.819158,49.172684],[87.817918,49.153465],[87.819061,49.149967],[87.821061,49.148637],[87.837045,49.148552],[87.841297,49.146546],[87.847865,49.140978],[87.865282,49.116565],[87.86671,49.111282],[87.864624,49.105574],[87.858824,49.101261],[87.849901,49.098435],[87.843804,49.094271],[87.843474,49.086778],[87.845378,49.08071],[87.851327,49.072144],[87.850256,49.067861],[87.8336,49.056796],[87.832053,49.053941],[87.834433,49.045375],[87.83795,49.040647],[87.849105,49.035411],[87.870282,49.032913],[87.877539,49.030652],[87.8798,49.024941],[87.878848,49.009594],[87.879919,49.000076],[87.882298,48.995436],[87.888185,48.99179],[87.900671,48.988918],[87.90662,48.985052],[87.90769,48.979126],[87.877605,48.970716],[87.87116,48.963116],[87.873158,48.951442],[87.872266,48.948021],[87.868846,48.945047],[87.862451,48.944006],[87.842225,48.945493],[87.816051,48.949211],[87.81159,48.94579],[87.807872,48.938355],[87.802061,48.932543],[87.7972,48.931129],[87.792524,48.927244],[87.756828,48.926252],[87.755271,48.924018],[87.756352,48.911118],[87.737983,48.881422],[87.738934,48.87476],[87.745407,48.870191],[87.752926,48.868383],[87.781581,48.869712],[87.787945,48.862075],[87.790615,48.849671],[87.793851,48.845674],[87.807557,48.842057],[87.819359,48.834823],[87.82526,48.829303],[87.82507,48.826067],[87.820691,48.824544],[87.802227,48.823592],[87.797468,48.822641],[87.796135,48.820547],[87.812827,48.809745],[87.818866,48.80273],[87.824576,48.798923],[87.829216,48.798447],[87.858008,48.802968],[87.871452,48.798923],[87.925465,48.763588],[87.936887,48.757996],[87.939497,48.758226],[87.947713,48.765848],[87.958064,48.771321],[87.96544,48.772392],[87.97829,48.768942],[88.022429,48.750977],[88.048008,48.7367],[88.05586,48.730037],[88.055622,48.718735],[88.059072,48.712192],[88.083517,48.71755],[88.096996,48.714779],[88.09037,48.700513],[88.078092,48.689187],[88.051708,48.670189],[88.028389,48.656031],[88.024106,48.651034],[88.021839,48.644958],[88.027723,48.637807],[88.028467,48.633791],[88.026236,48.628884],[87.996871,48.613646],[87.980894,48.610867],[87.971857,48.607049],[87.957967,48.598181],[87.958495,48.591631],[87.963373,48.582946],[87.981907,48.568324],[88.004677,48.565012],[88.028386,48.551997],[88.037474,48.548968],[88.058223,48.545256],[88.078591,48.549539],[88.095818,48.548778],[88.105241,48.546017],[88.108858,48.543257],[88.115996,48.531645],[88.123611,48.523365],[88.142932,48.528219],[88.149713,48.525602],[88.184572,48.498119],[88.196734,48.492015],[88.216462,48.501328],[88.235173,48.49741],[88.250307,48.497838],[88.263013,48.492556],[88.313838,48.478707],[88.339536,48.469998],[88.353813,48.463859],[88.356954,48.460147],[88.351814,48.441445],[88.357097,48.434878],[88.383652,48.421457],[88.416917,48.408037],[88.428909,48.401755],[88.437761,48.393332],[88.443471,48.390762],[88.446177,48.390033],[88.460113,48.393001],[88.490302,48.409359],[88.503092,48.412334],[88.512461,48.4104],[88.520046,48.405344],[88.522425,48.380508],[88.530902,48.369057],[88.534952,48.367077],[88.570168,48.367719],[88.571358,48.364506],[88.569454,48.355702],[88.573142,48.349992],[88.58266,48.344757],[88.596342,48.341783],[88.60589,48.335553],[88.606236,48.332379],[88.600138,48.319298],[88.575868,48.2936],[88.572061,48.282892],[88.57444,48.276229],[88.585624,48.268258],[88.592048,48.257075],[88.595809,48.2456],[88.595498,48.229949],[88.597997,48.220312],[88.600971,48.216981],[88.616212,48.211961],[88.626907,48.206392],[88.631785,48.198302],[88.632737,48.189617],[88.639076,48.180547],[88.657997,48.173856],[88.672922,48.171595],[88.692208,48.179454],[88.696629,48.180541],[88.703678,48.179585],[88.711819,48.175062],[88.716643,48.166318],[88.721468,48.161192],[88.746796,48.152599],[88.773783,48.137824],[88.801372,48.128175],[88.80573,48.124398],[88.812671,48.112518],[88.819456,48.107241],[88.828351,48.106186],[88.844181,48.111463],[88.873429,48.110558],[88.913833,48.111915],[88.93756,48.109412],[88.939368,48.100703],[88.951444,48.092441],[88.953013,48.089871],[89.012594,48.060596],[89.032744,48.041917],[89.037846,48.030513],[89.037846,48.014714],[89.041537,48.00997],[89.053029,48.00416],[89.058245,47.995202],[89.059643,47.991433],[89.058616,47.990383],[89.062466,47.987878],[89.096818,47.985087],[89.153212,47.993653],[89.166418,47.99282],[89.206155,47.979852],[89.220193,47.979733],[89.25303,47.989965],[89.268853,47.989727],[89.280786,47.994044],[89.286476,48],[89.288489,48.004675],[89.289761,48.016088],[89.296117,48.01952],[89.328152,48.025749],[89.347474,48.025622],[89.361203,48.028291],[89.369212,48.037317],[89.379066,48.044941],[89.398704,48.035919],[89.443959,48.034648],[89.468606,48.02763],[89.4844,48.025973],[89.52545,48.035491],[89.544728,48.03843],[89.561468,48.037133],[89.580225,48.030997],[89.591449,48.018716],[89.594304,48.010435],[89.59368,48.001309],[89.589686,48.000063],[89.588261,47.983428],[89.59007,47.969437],[89.595495,47.963536],[89.612627,47.953257],[89.637469,47.947355],[89.644321,47.942787],[89.643179,47.917184],[89.645273,47.91252],[89.712088,47.90186],[89.725889,47.898339],[89.738358,47.891866],[89.745211,47.884062],[89.747685,47.87759],[89.747209,47.864455],[89.752872,47.845035],[89.762747,47.830223],[89.766313,47.828915],[89.794388,47.83491],[89.809408,47.83491],[89.860586,47.828699],[89.867296,47.829342],[89.87936,47.836409],[89.89535,47.838979],[89.935188,47.832519],[89.946341,47.832519],[89.953034,47.834303],[89.957941,47.838467],[89.959131,47.84397],[89.956603,47.868359],[89.960172,47.884718],[89.963444,47.885313],[89.985751,47.880405],[90.005987,47.879764],[90.032329,47.874568],[90.039758,47.874611],[90.061582,47.883154],[90.067386,47.88187],[90.082474,47.869958],[90.08327,47.863122],[90.081339,47.847933],[90.077388,47.832211],[90.073001,47.821872],[90.072534,47.791577],[90.075791,47.782372],[90.086014,47.767082],[90.100693,47.752988],[90.111004,47.746384],[90.130293,47.726284],[90.14644,47.721247],[90.175141,47.722938],[90.194019,47.722246],[90.211437,47.707369],[90.22615,47.701145],[90.241971,47.70623],[90.247044,47.706349],[90.267735,47.694831],[90.319307,47.683158],[90.348837,47.672133],[90.376548,47.6531],[90.391729,47.645224],[90.390624,47.64258],[90.362822,47.645572],[90.35546,47.644836],[90.349731,47.640993],[90.347197,47.63665],[90.347233,47.631652],[90.352551,47.622343],[90.377928,47.600198],[90.395137,47.563154],[90.400474,47.544415],[90.408873,47.536458],[90.436301,47.52306],[90.467864,47.497602],[90.473391,47.459113],[90.468769,47.44987],[90.461109,47.442562],[90.457469,47.436634],[90.460692,47.424553],[90.460649,47.410551],[90.467531,47.404414],[90.50312,47.399272],[90.515766,47.389636],[90.522161,47.381676],[90.52093,47.37184],[90.50286,47.356313],[90.500533,47.349025],[90.507023,47.338972],[90.505864,47.333709],[90.494518,47.3268],[90.487469,47.319305],[90.491024,47.31275],[90.514016,47.295137],[90.526555,47.273074],[90.538554,47.243153],[90.543226,47.23782],[90.559803,47.228813],[90.561054,47.205906],[90.586136,47.18953],[90.597021,47.168632],[90.621939,47.150283],[90.631647,47.136432],[90.637058,47.133364],[90.653362,47.129526],[90.655298,47.1251],[90.653966,47.110488],[90.664362,47.096856],[90.669843,47.091013],[90.686136,47.081961],[90.701084,47.063356],[90.73571,47.026826],[90.74801,47.018879],[90.756399,47.010707],[90.761734,46.992057],[90.777643,46.99132],[90.806863,46.995076],[90.825776,46.994052],[90.845459,46.987025],[90.867247,46.971132],[90.880279,46.964732],[90.891819,46.962678],[90.90374,46.956406],[90.906631,46.949971],[90.91689,46.940952],[90.919522,46.92395],[90.917347,46.91169],[90.922144,46.901366],[90.930729,46.88975],[90.937249,46.886094],[90.951477,46.882273],[90.954477,46.878554],[90.95321,46.853636],[90.941258,46.832302],[90.940833,46.824727],[90.969588,46.800272],[90.98367,46.794564],[90.988371,46.790479],[90.989023,46.784537],[90.99308,46.774337],[90.996908,46.770385],[91.020643,46.76097],[91.023196,46.756251],[91.023702,46.748223],[91.043216,46.723252],[91.052905,46.71499],[91.034862,46.668247],[91.014679,46.584599],[91.020584,46.579362],[91.064705,46.57861],[91.070061,46.57077],[91.073824,46.554099],[91.07123,46.547432],[91.058743,46.533042],[91.057683,46.523193],[91.050356,46.506205],[91.034488,46.499029],[91.034642,46.487481],[91.018116,46.461642],[91.020416,46.439866],[91.000002,46.428392],[90.994579,46.422641],[90.98756,46.403455],[90.983284,46.384961],[90.977625,46.374096],[90.968249,46.363356],[90.913849,46.32438],[90.908278,46.313856],[90.896088,46.310613],[90.898084,46.299951],[90.94972,46.232634],[90.943671,46.218092],[90.981918,46.154049],[91.014053,46.125743],[91.014153,46.077685],[91.009784,46.069023],[91.010331,46.065221],[91.021681,46.053985],[91.024141,46.03867],[91.022275,46.023573],[91.001756,46.003143],[90.988313,45.99693],[90.847466,45.887242],[90.773267,45.803217],[90.714061,45.726144],[90.676843,45.601906],[90.666658,45.541172],[90.670221,45.486902],[90.688521,45.472917],[90.733672,45.454373],[90.756933,45.439671],[90.769807,45.428175],[90.771691,45.404404],[90.789706,45.361356],[90.808475,45.324069],[90.807034,45.30452],[90.80402,45.289773],[90.832675,45.297376],[90.87523,45.278516],[90.894042,45.247694],[90.865367,45.203503],[90.883728,45.194749],[90.879507,45.189384],[90.961339,45.198906],[90.993205,45.216057],[91.015902,45.214649],[91.049186,45.20652],[91.079767,45.214965],[91.093708,45.214996],[91.110149,45.209981],[91.123672,45.214205],[91.167563,45.197686],[91.168523,45.184745],[91.171986,45.177656],[91.176161,45.173531],[91.193726,45.158864],[91.209113,45.155002],[91.221812,45.153679],[91.229281,45.14951],[91.237926,45.136276],[91.242051,45.133482],[91.273728,45.131972],[91.300073,45.128658],[91.330638,45.128163],[91.373164,45.108982],[91.386772,45.111927],[91.385572,45.124473],[91.427807,45.153622],[91.445952,45.154779],[91.455108,45.149856],[91.48628,45.122081],[91.494803,45.105238],[91.499775,45.100096],[91.533954,45.088619],[91.559686,45.070227],[91.571616,45.078353],[91.581399,45.079982],[91.617042,45.066031],[91.669978,45.066035],[91.68089,45.063924],[91.703985,45.065686],[91.712319,45.068583],[91.803234,45.081028],[91.890992,45.078434],[92.051939,45.082633],[92.09644,45.079485],[92.142797,45.056592],[92.239975,45.012999],[92.248244,45.021695],[92.252936,45.022969],[92.265046,45.018633],[92.315092,45.026675],[92.343142,45.012391],[92.413114,45.016514],[92.487003,45.000028],[92.518164,45.004441],[92.541375,45.018326],[92.591382,45.01659],[92.651985,45.021081],[92.686608,45.025754],[92.723303,45.034178],[92.750598,45.042917],[92.776586,45.044971],[92.84388,45.036046],[92.875026,45.044753],[92.883571,45.045073],[92.903927,45.036209],[92.922064,45.034318],[92.930682,45.017274],[92.96928,45.015277],[92.983059,45.001198],[92.988564,45.001198],[92.992591,45.004532],[93.015782,45.010716],[93.046896,45.015755],[93.059327,45.014423],[93.095217,45.005079],[93.143725,45.012873],[93.156661,45.01088],[93.168201,45.013403],[93.288093,44.981631],[93.30714,44.97977],[93.310913,44.982522],[93.314177,44.990323],[93.317139,44.991934],[93.342736,44.985192],[93.364841,44.98462],[93.384023,44.977724],[93.397831,44.975771],[93.426794,44.955769],[93.435628,44.953163],[93.464222,44.955906],[93.479022,44.961177],[93.487598,44.959997],[93.496807,44.954528],[93.503243,44.954213],[93.505634,44.959251],[93.504429,44.966876],[93.508337,44.968764],[93.523665,44.957739],[93.548522,44.948001],[93.576074,44.940242],[93.614129,44.924991],[93.642316,44.917588],[93.671337,44.907194],[93.685,44.898182],[93.713397,44.894433],[93.716111,44.870699],[93.72317,44.864867],[93.73365,44.859727],[93.826052,44.825393],[94.062234,44.732337],[94.149982,44.683626],[94.183627,44.676859],[94.214886,44.667452],[94.223197,44.656693],[94.225898,44.645804],[94.261294,44.617406],[94.281009,44.604607],[94.325362,44.585419],[94.331642,44.580391],[94.341405,44.564843],[94.350999,44.542438],[94.351333,44.534052],[94.348454,44.524943],[94.352027,44.518422],[94.359936,44.515087],[94.385416,44.522774],[94.43874,44.514859],[94.486903,44.503557],[94.535312,44.472418],[94.606862,44.44977],[94.675177,44.393932],[94.687429,44.382729],[94.715327,44.349724],[94.729541,44.339073],[94.776583,44.340902],[94.827889,44.320293],[94.887377,44.309678],[94.901457,44.302236],[94.914127,44.303375],[94.944878,44.289537],[94.948448,44.282215],[94.955993,44.276381],[94.997531,44.250873],[95.029873,44.256596],[95.123537,44.266956],[95.188427,44.270021],[95.409814,44.293924],[95.428386,44.281957],[95.422593,44.264815],[95.403937,44.242594],[95.371578,44.22528],[95.352491,44.1666],[95.348389,44.087123],[95.323153,44.025912],[95.374677,44.024872],[95.426513,44.005734],[95.522804,44.005061],[95.622005,43.851858],[95.647408,43.776503],[95.674333,43.72225],[95.711634,43.653126],[95.72772,43.614163],[95.733867,43.594777],[95.85565,43.414427],[95.875889,43.278943],[95.909,43.237942],[95.934579,43.216378],[96.003032,43.16667],[96.360702,42.897623],[96.384783,42.725351],[96.35521,42.707212],[96.297476,42.682001],[96.280841,42.676279],[96.222443,42.648914],[96.21464,42.643421],[96.184492,42.632102],[96.167141,42.630058],[96.157102,42.618194],[96.102176,42.602072],[96.072149,42.567808],[96.023002,42.540715],[96.016598,42.480474],[95.977883,42.435242],[96.065063,42.412791],[96.041029,42.351188],[96.040058,42.32485],[96.177572,42.21631],[96.076144,42.147904],[96.137944,42.05243],[96.133464,42.028577],[96.13627,42.025741],[96.136506,42.01785],[96.132989,42.013173],[96.12873,42.011831],[96.125038,42.007106],[96.123196,42.000428],[96.118275,41.995369],[96.116903,41.986005],[96.114373,41.982416],[96.072211,41.950771],[96.054325,41.934066],[96.033487,41.920629],[96.016954,41.915022],[96,41.904817],[95.983265,41.900137],[95.959756,41.890878],[95.951136,41.885655],[95.934618,41.881401],[95.912791,41.872044],[95.883109,41.865709],[95.857105,41.849085],[95.850609,41.84688],[95.836301,41.84612],[95.822443,41.848461],[95.806794,41.847621],[95.800656,41.846403],[95.785515,41.839578],[95.76233,41.83461],[95.715562,41.832318],[95.697118,41.827547],[95.671529,41.82729],[95.651066,41.822204],[95.639882,41.815399],[95.611418,41.802939],[95.57007,41.793784],[95.565659,41.787591],[95.55465,41.779148],[95.532692,41.771504],[95.511387,41.755475],[95.497108,41.749327],[95.439988,41.715392],[95.395512,41.692669],[95.360124,41.668287],[95.338316,41.649166],[95.33294,41.641169],[95.32619,41.621555],[95.314075,41.597152],[95.311323,41.583491],[95.306863,41.572315],[95.296309,41.564998],[95.249109,41.606658],[95.227087,41.644491],[95.221389,41.659299],[95.214092,41.66433],[95.209943,41.675052],[95.192979,41.692235],[95.189494,41.700426],[95.19088,41.704776],[95.195525,41.710601],[95.195401,41.714589],[95.197952,41.717131],[95.197229,41.719234],[95.170455,41.731074],[95.159081,41.74419],[95.139524,41.759928],[95.135633,41.771366],[95.109131,41.766615],[95.009938,41.72473],[94.967648,41.71727],[94.861057,41.667156],[94.80865,41.617788],[94.748873,41.536783],[94.533035,41.504538],[94.182663,41.2671],[94.00932,41.113524],[93.906965,40.982423],[93.806114,40.875999],[93.819683,40.792801],[93.759278,40.663972],[93.504832,40.647567],[92.927343,40.572008],[92.919493,40.39125],[92.905801,40.31008],[92.795315,40.153167],[92.77008,40],[92.744313,39.867563],[92.686546,39.656744],[92.638825,39.513823],[92.524521,39.367895],[92.518868,39.365711],[92.388803,39.267811],[92.380414,39.258637],[92.374082,39.257203],[92.358905,39.249689],[92.338519,39.237423],[92.345911,39.202146],[92.340369,39.19009],[92.340229,39.17745],[92.343721,39.158396],[92.342644,39.145622],[92.344425,39.141375],[92.348003,39.138629],[92.352602,39.128812],[92.352134,39.120243],[92.357864,39.117322],[92.359196,39.113552],[92.357799,39.109474],[92.363468,39.101685],[92.364694,39.095384],[92.34937,39.082932],[92.353354,39.072739],[92.352851,39.068055],[92.355723,39.063601],[92.367855,39.057762],[92.377213,39.056748],[92.384791,39.060247],[92.389312,39.058275],[92.395344,39.051098],[92.39854,39.04441],[92.404603,39.041409],[92.406893,39.037314],[92.405002,39.032947],[92.417374,39.014308],[92.416726,39.009642],[92.409565,39.012444],[92.401067,39.011601],[92.396918,39.006611],[92.386881,39.003703],[92.382225,38.999494],[92.378008,38.998112],[92.345438,38.997353],[92.321383,39.002651],[92.256008,39.000897],[92.251637,38.996605],[92.242249,38.995801],[92.219278,38.989194],[92.212463,38.986401],[92.208288,38.982072],[92.203128,38.983325],[92.192996,38.982024],[92.184433,38.977303],[92.179031,38.967887],[92.169461,38.959251],[92.165621,38.962828],[92.157624,38.963964],[92.152996,38.963381],[92.147741,38.960388],[92.139361,38.963111],[92.131043,38.960624],[92.125583,38.962649],[92.115308,38.961473],[92.111984,38.963342],[92.106599,38.963168],[92.09824,38.960205],[92.089574,38.954757],[92.078837,38.95382],[92.06579,38.955138],[92.050002,38.949061],[92.043703,38.948384],[92.037825,38.950648],[92.028552,38.947388],[92.022249,38.941746],[92.008383,38.942728],[91.997236,38.936319],[91.99066,38.939631],[91.98172,38.933963],[91.970832,38.933305],[91.962473,38.930073],[91.962329,38.926432],[91.958046,38.923445],[91.948642,38.923233],[91.932089,38.91501],[91.92616,38.915221],[91.92141,38.91254],[91.919336,38.908361],[91.908691,38.906775],[91.895948,38.90132],[91.880729,38.899939],[91.877821,38.897439],[91.876525,38.892594],[91.877042,38.882704],[91.874839,38.881442],[91.868265,38.881149],[91.853641,38.876184],[91.842853,38.876621],[91.836194,38.873867],[91.820327,38.877072],[91.817092,38.87514],[91.806718,38.874424],[91.800073,38.870338],[91.778388,38.862933],[91.758824,38.868218],[91.746248,38.869027],[91.727138,38.864502],[91.71119,38.868949],[91.695554,38.866399],[91.680761,38.859543],[91.678426,38.856532],[91.679206,38.852601],[91.667203,38.85444],[91.662178,38.856919],[91.65429,38.853274],[91.643315,38.856904],[91.637331,38.856608],[91.631104,38.84589],[91.62278,38.845581],[91.606575,38.837538],[91.60155,38.838914],[91.594427,38.836605],[91.583567,38.836332],[91.575728,38.830738],[91.569678,38.831912],[91.563403,38.831055],[91.547289,38.824755],[91.53492,38.827252],[91.51669,38.819587],[91.500511,38.815108],[91.49442,38.818591],[91.491239,38.815563],[91.483453,38.813866],[91.469541,38.815591],[91.45378,38.813055],[91.449937,38.813825],[91.440349,38.810304],[91.438498,38.808107],[91.416128,38.800222],[91.412107,38.793038],[91.391656,38.79339],[91.387783,38.788569],[91.377489,38.787096],[91.364317,38.780171],[91.351725,38.767232],[91.342911,38.76988],[91.334519,38.769006],[91.327656,38.766325],[91.324817,38.762393],[91.321997,38.761232],[91.31471,38.761582],[91.311986,38.758793],[91.311035,38.754677],[91.303636,38.748413],[91.286416,38.745245],[91.273595,38.749392],[91.269601,38.745305],[91.250139,38.750831],[91.235561,38.750024],[91.229741,38.747636],[91.228986,38.743755],[91.222457,38.742927],[91.216579,38.744415],[91.209394,38.742919],[91.206963,38.740334],[91.191137,38.732541],[91.126489,38.716994],[91.122348,38.71494],[91.119198,38.709464],[91.114556,38.707457],[91.102444,38.706912],[91.080338,38.70901],[91.070555,38.706529],[91.03918,38.703672],[91.023871,38.697252],[90.993162,38.693533],[90.966297,38.697046],[90.938353,38.688877],[90.921176,38.687473],[90.893846,38.67869],[90.831018,38.668266],[90.814958,38.659133],[90.805721,38.656245],[90.799752,38.656402],[90.804512,38.661627],[90.803991,38.665155],[90.802268,38.666225],[90.790064,38.665597],[90.765869,38.659426],[90.748625,38.660916],[90.724452,38.656505],[90.709045,38.663163],[90.690955,38.667968],[90.675196,38.66649],[90.666268,38.669915],[90.652142,38.67255],[90.621212,38.666252],[90.617085,38.663864],[90.624909,38.658018],[90.641007,38.64093],[90.644966,38.634141],[90.632074,38.630376],[90.622159,38.625356],[90.614162,38.617273],[90.608724,38.614231],[90.605213,38.607678],[90.60975,38.596239],[90.598603,38.59534],[90.579762,38.590989],[90.559266,38.594529],[90.541394,38.579632],[90.533323,38.581887],[90.530378,38.580083],[90.529344,38.578116],[90.534173,38.568762],[90.527096,38.561062],[90.511178,38.560153],[90.500927,38.555413],[90.476578,38.556775],[90.462694,38.55443],[90.455031,38.548754],[90.455879,38.545223],[90.458984,38.543346],[90.461445,38.538738],[90.457158,38.530807],[90.463343,38.524618],[90.46344,38.520399],[90.432995,38.507516],[90.428743,38.500452],[90.428303,38.496508],[90.423032,38.49133],[90.409076,38.491917],[90.398266,38.490074],[90.392709,38.486772],[90.383168,38.484195],[90.370653,38.48537],[90.35373,38.481623],[90.343346,38.484914],[90.327611,38.492756],[90.320579,38.493116],[90.315469,38.490702],[90.310702,38.490459],[90.308079,38.495207],[90.314537,38.500203],[90.303699,38.502231],[90.299774,38.500808],[90.268773,38.498744],[90.259913,38.49262],[90.255387,38.491714],[90.243841,38.492677],[90.236683,38.495468],[90.226062,38.495515],[90.205014,38.491265],[90.197125,38.49115],[90.182495,38.493886],[90.146081,38.489973],[90.132922,38.494641],[90.126721,38.492538],[90.119566,38.485751],[90.111037,38.48201],[90.109361,38.470822],[90.109493,38.437285],[90.107863,38.427451],[90.11332,38.412462],[90.1262,38.399932],[90.136489,38.403697],[90.170094,38.400067],[90.177196,38.396805],[90.16712,38.372095],[90.157874,38.359931],[90.143643,38.362069],[90.140009,38.360458],[90.139805,38.352646],[90.147544,38.35199],[90.150485,38.349418],[90.147004,38.348817],[90.135632,38.340299],[90.142142,38.333662],[90.187864,38.30017],[90.278958,38.237922],[90.350954,38.233211],[90.359718,38.299872],[90.400319,38.310996],[90.529277,38.319773],[90.514727,38.204315],[90.518064,37.730793],[90.519206,37.72885],[90.521021,37.727142],[90.531362,37.72952],[90.53857,37.726698],[90.549478,37.728933],[90.56256,37.723469],[90.578321,37.721867],[90.57755,37.716026],[90.582407,37.704563],[90.602162,37.704025],[90.605985,37.700472],[90.617182,37.696641],[90.621681,37.699243],[90.632899,37.701448],[90.642789,37.697677],[90.650703,37.703573],[90.656801,37.704623],[90.656611,37.700483],[90.659783,37.696604],[90.663846,37.695271],[90.67299,37.697088],[90.67603,37.691792],[90.674268,37.682893],[90.679749,37.681183],[90.684775,37.681834],[90.698914,37.67796],[90.706216,37.673534],[90.714766,37.67487],[90.721565,37.672731],[90.729922,37.666968],[90.741826,37.663991],[90.740434,37.658993],[90.7412,37.65575],[90.746891,37.653641],[90.752615,37.65252],[90.761634,37.653424],[90.765024,37.651235],[90.775254,37.649951],[90.776714,37.647381],[90.786265,37.642819],[90.789306,37.63838],[90.791201,37.630369],[90.802447,37.631525],[90.810941,37.626523],[90.816493,37.615058],[90.822575,37.610212],[90.83362,37.60705],[90.842563,37.608842],[90.843245,37.605573],[90.852531,37.60185],[90.852793,37.597738],[90.85621,37.59337],[90.877349,37.5818],[90.876388,37.579027],[90.882126,37.573359],[90.875553,37.565503],[90.86895,37.562344],[90.869252,37.556121],[90.86259,37.544533],[90.861683,37.532617],[90.866568,37.530003],[90.880906,37.529201],[90.900438,37.518521],[90.9054,37.517833],[90.908963,37.519713],[90.92417,37.503399],[90.932744,37.502941],[90.938707,37.499992],[90.940695,37.497279],[90.941043,37.490348],[90.935442,37.488005],[90.935684,37.481742],[90.95528,37.477928],[90.973989,37.485683],[90.988559,37.48579],[90.993111,37.491298],[90.999638,37.495196],[91.007496,37.49241],[91.012248,37.493784],[91.021275,37.492601],[91.050875,37.48411],[91.054363,37.484668],[91.066537,37.477713],[91.073123,37.476165],[91.074278,37.469731],[91.079634,37.464434],[91.079212,37.462804],[91.094327,37.451476],[91.099285,37.44548],[91.107487,37.428818],[91.107811,37.405323],[91.111775,37.382467],[91.116486,37.377241],[91.126291,37.373745],[91.126036,37.369823],[91.120567,37.364246],[91.128235,37.360828],[91.134165,37.356041],[91.135181,37.353194],[91.1313,37.347508],[91.134301,37.337603],[91.134155,37.328732],[91.131861,37.327295],[91.132851,37.322943],[91.145865,37.315181],[91.156539,37.312948],[91.168556,37.302678],[91.17009,37.298979],[91.166086,37.293358],[91.165379,37.288024],[91.171026,37.282433],[91.18318,37.277637],[91.188489,37.277987],[91.191382,37.275549],[91.191253,37.272483],[91.186214,37.267311],[91.189391,37.258986],[91.187372,37.255869],[91.18623,37.246898],[91.189297,37.245239],[91.190473,37.23726],[91.192087,37.235347],[91.188039,37.222579],[91.190216,37.218722],[91.193757,37.217379],[91.196117,37.211282],[91.188447,37.205336],[91.190649,37.20324],[91.204665,37.199495],[91.21724,37.199741],[91.220024,37.192951],[91.224079,37.189786],[91.228532,37.188746],[91.229132,37.182104],[91.236463,37.178384],[91.250188,37.179317],[91.256058,37.176906],[91.261329,37.173677],[91.261602,37.170425],[91.264221,37.16695],[91.275362,37.163959],[91.278457,37.158458],[91.274606,37.14993],[91.279617,37.142723],[91.279319,37.134679],[91.284618,37.105222],[91.296602,37.093486],[91.301708,37.083503],[91.300639,37.059928],[91.290303,37.051216],[91.287593,37.043153],[91.296395,37.037554],[91.305443,37.035074],[91.307741,37.032304],[91.312826,37.020575],[91.305389,37.013022],[91.275097,37.01141],[91.245699,37.014574],[91.232038,37.009843],[91.21489,37.009643],[91.185139,37.025688],[91.179196,37.025211],[91.176239,37.02124],[91.166926,37.020335],[91.154583,37.016164],[91.145753,37.009894],[91.137331,37.008961],[91.129958,37.005764],[91.128412,36.98362],[91.12464,36.977215],[91.114604,36.970256],[91.061104,36.967949],[91.047832,36.965708],[91.045634,36.963799],[91.043834,36.958401],[91.041753,36.944561],[91.036802,36.928994],[91.023396,36.926266],[90.991458,36.914964],[90.981291,36.913303],[90.963356,36.91931],[90.946179,36.91816],[90.929629,36.920334],[90.901736,36.920479],[90.890851,36.918023],[90.869938,36.920608],[90.854656,36.916263],[90.812842,36.881296],[90.811304,36.87696],[90.806319,36.871528],[90.794013,36.861623],[90.791152,36.853195],[90.791614,36.847124],[90.788144,36.845667],[90.778989,36.836611],[90.763108,36.833838],[90.760855,36.827631],[90.751095,36.824226],[90.738535,36.827477],[90.731453,36.826489],[90.730503,36.81851],[90.726902,36.811712],[90.727769,36.803272],[90.720964,36.79798],[90.72324,36.772813],[90.7304,36.76765],[90.730495,36.760227],[90.725603,36.756283],[90.725697,36.754776],[90.728396,36.750281],[90.734398,36.747498],[90.735313,36.739872],[90.737423,36.736982],[90.751951,36.732085],[90.755712,36.722236],[90.740863,36.711181],[90.731621,36.710486],[90.719718,36.70674],[90.71757,36.697667],[90.719407,36.690741],[90.709234,36.683432],[90.713536,36.672418],[90.704643,36.661054],[90.70946,36.658923],[90.718665,36.661683],[90.730525,36.655308],[90.728678,36.646797],[90.73422,36.633557],[90.733455,36.623896],[90.731282,36.621102],[90.721927,36.619854],[90.721414,36.617665],[90.72586,36.604277],[90.739264,36.585786],[90.749112,36.583539],[90.755624,36.586224],[90.76597,36.586745],[90.775833,36.582564],[90.787874,36.583584],[90.803858,36.582207],[90.810838,36.585225],[90.825514,36.57833],[90.817368,36.568758],[90.816065,36.565052],[90.817182,36.560262],[90.823738,36.561201],[90.833414,36.559239],[90.845224,36.561613],[90.858046,36.557712],[90.86813,36.556893],[90.877867,36.559368],[90.883426,36.557706],[90.897019,36.560879],[90.902788,36.56047],[90.905753,36.560038],[90.908937,36.557057],[90.909487,36.553398],[90.917797,36.550091],[90.928525,36.55442],[90.943064,36.553526],[90.954876,36.550103],[90.970635,36.548357],[90.986849,36.543259],[91.001095,36.542217],[91.009799,36.539244],[91.015478,36.532711],[91.033689,36.531286],[91.025967,36.511153],[91.025788,36.507156],[91.027205,36.503238],[91.031606,36.500921],[91.035,36.496582],[91.030955,36.485701],[91.032399,36.482394],[91.039191,36.475982],[91.027636,36.470926],[91.031094,36.46568],[91.027721,36.457346],[91.025761,36.442731],[91.028755,36.438677],[91.034487,36.435615],[91.049588,36.43424],[91.051333,36.430083],[91.047267,36.42218],[91.038537,36.411926],[91.036869,36.401921],[91.031457,36.397159],[91.032659,36.392128],[91.041694,36.385012],[91.037978,36.383539],[91.037818,36.37703],[91.031013,36.367186],[91.027558,36.358809],[91.031618,36.345431],[91.035278,36.341668],[91.02569,36.333423],[91.024931,36.324186],[91.034288,36.319685],[91.039676,36.314229],[91.05071,36.309619],[91.047044,36.304304],[91.050386,36.300681],[91.056097,36.298664],[91.061285,36.30119],[91.067783,36.30107],[91.07584,36.293013],[91.07408,36.287149],[91.053084,36.270562],[91.04571,36.254255],[91.044665,36.245909],[91.050195,36.238624],[91.096831,36.217484],[91.092375,36.205605],[91.093834,36.198419],[91.090159,36.186105],[91.098479,36.179719],[91.100531,36.175935],[91.098632,36.171384],[91.092092,36.165118],[91.093112,36.161866],[91.095207,36.16198],[91.105555,36.154632],[91.107477,36.148181],[91.114433,36.142751],[91.116109,36.139109],[91.115184,36.133232],[91.117067,36.122879],[91.120282,36.115582],[91.123661,36.113025],[91.11844,36.103815],[91.111364,36.097076],[91.104479,36.093079],[91.079326,36.088237],[91.054701,36.09547],[91.036666,36.093799],[91.029751,36.101572],[91.010845,36.104035],[91.001819,36.101236],[90.998749,36.102911],[90.997601,36.107133],[90.991983,36.108189],[90.985956,36.104992],[90.975771,36.10648],[90.970721,36.099159],[90.964008,36.096874],[90.959605,36.091587],[90.949402,36.061012],[90.9408,36.047499],[90.931159,36.040806],[90.925335,36.031228],[90.919194,36.029356],[90.912015,36.031915],[90.90241,36.031114],[90.891796,36.028682],[90.886493,36.024907],[90.877006,36.027381],[90.870053,36.026573],[90.860889,36.020929],[90.852014,36.018391],[90.840084,36.018358],[90.824886,36.03069],[90.814797,36.03497],[90.81596,36.039206],[90.818804,36.041453],[90.810742,36.045498],[90.804119,36.044228],[90.793898,36.053523],[90.773472,36.087907],[90.757587,36.093998],[90.745756,36.095292],[90.737887,36.098363],[90.731911,36.102722],[90.7241,36.105127],[90.712209,36.115869],[90.683287,36.128084],[90.651064,36.136294],[90.642483,36.133101],[90.626406,36.132438],[90.614905,36.127553],[90.599264,36.13032],[90.586324,36.134608],[90.574946,36.131033],[90.56651,36.133422],[90.563388,36.138996],[90.552263,36.145481],[90.527533,36.14899],[90.516321,36.148218],[90.498419,36.144334],[90.485775,36.139437],[90.480688,36.132489],[90.473422,36.1313],[90.458741,36.13391],[90.429902,36.134834],[90.408063,36.140144],[90.381264,36.144053],[90.369982,36.148506],[90.358726,36.144017],[90.341713,36.145479],[90.33575,36.148282],[90.330867,36.155349],[90.323919,36.159657],[90.308247,36.160595],[90.289161,36.158727],[90.269331,36.162238],[90.251079,36.158051],[90.235704,36.16138],[90.227585,36.168103],[90.20947,36.17814],[90.194946,36.189874],[90.175272,36.189753],[90.167597,36.193052],[90.154431,36.194458],[90.142149,36.20332],[90.12698,36.208883],[90.125306,36.211906],[90.128498,36.223381],[90.136248,36.233802],[90.143245,36.239831],[90.141511,36.241958],[90.132043,36.242656],[90.126865,36.245807],[90.115661,36.248447],[90.10862,36.246602],[90.105133,36.24963],[90.101434,36.250251],[90.085567,36.250205],[90.079465,36.256929],[90.069166,36.256906],[90.06159,36.253963],[90.050934,36.260068],[90.045301,36.266683],[90.044763,36.272918],[90.041558,36.276719],[90.015489,36.275405],[90.007179,36.277394],[90.003148,36.280492],[90.000276,36.278311],[90.000708,36.274384],[90.006187,36.267069],[90.021733,36.263844],[90.025754,36.257386],[90.02637,36.253255],[90.021559,36.243824],[90.021518,36.233244],[90.016713,36.212575],[90.011507,36.202147],[90.006242,36.196855],[90.005879,36.193552],[90.008617,36.187661],[90.007965,36.184439],[90.001397,36.178139],[89.996464,36.169571],[89.991104,36.164018],[89.977809,36.15507],[89.943048,36.141312],[89.935562,36.131313],[89.940498,36.116005],[89.945156,36.111674],[89.947529,36.099987],[89.943098,36.093683],[89.941506,36.084221],[89.944686,36.079159],[89.945692,36.070107],[89.940374,36.067968],[89.926053,36.077096],[89.919095,36.076986],[89.91154,36.079868],[89.907002,36.075411],[89.900945,36.079622],[89.898578,36.078225],[89.884648,36.077474],[89.858361,36.082134],[89.850549,36.079999],[89.850622,36.077955],[89.847202,36.07615],[89.831596,36.079245],[89.822151,36.077966],[89.817174,36.081144],[89.810595,36.08018],[89.808365,36.076297],[89.79174,36.071391],[89.77508,36.075116],[89.77265,36.078969],[89.767886,36.079637],[89.765569,36.075119],[89.761387,36.073139],[89.750662,36.080359],[89.729764,36.083429],[89.725322,36.088028],[89.708733,36.093377],[89.705585,36.097778],[89.689882,36.097809],[89.678856,36.091606],[89.674169,36.096802],[89.670213,36.095769],[89.66626,36.097121],[89.665553,36.100848],[89.662533,36.103257],[89.65558,36.097555],[89.648094,36.098416],[89.63496,36.109361],[89.627461,36.108072],[89.615422,36.109295],[89.607493,36.114982],[89.599805,36.117963],[89.591663,36.127086],[89.5875,36.127864],[89.581954,36.132135],[89.572483,36.133112],[89.557839,36.141424],[89.552129,36.138018],[89.540037,36.135139],[89.51304,36.140853],[89.497404,36.15597],[89.49006,36.157251],[89.483769,36.154103],[89.475812,36.159691],[89.471363,36.168335],[89.465664,36.169211],[89.461646,36.172187],[89.457208,36.172223],[89.450478,36.178409],[89.441749,36.177624],[89.440588,36.183328],[89.43297,36.186263],[89.431821,36.189107],[89.426007,36.189554],[89.427068,36.19743],[89.425562,36.201148],[89.415203,36.208449],[89.406503,36.210637],[89.403885,36.207032],[89.402151,36.207164],[89.399718,36.21381],[89.397227,36.215551],[89.386336,36.21316],[89.376359,36.214109],[89.37356,36.220478],[89.367475,36.223236],[89.361292,36.233091],[89.35099,36.230791],[89.333477,36.237929],[89.320093,36.237005],[89.314585,36.233216],[89.301922,36.229432],[89.293426,36.229803],[89.285816,36.235886],[89.270126,36.255395],[89.269769,36.25703],[89.274402,36.261986],[89.272056,36.263508],[89.26023,36.264641],[89.251093,36.268708],[89.251725,36.274263],[89.246426,36.283288],[89.25043,36.285846],[89.241076,36.29228],[89.229384,36.292843],[89.225114,36.290574],[89.222122,36.288214],[89.222321,36.283698],[89.220491,36.280063],[89.216745,36.278281],[89.213378,36.274175],[89.205303,36.270987],[89.202782,36.264939],[89.198553,36.260578],[89.185395,36.259555],[89.168974,36.263218],[89.160831,36.263485],[89.153289,36.258316],[89.125277,36.251526],[89.108374,36.260854],[89.105127,36.264087],[89.103828,36.270067],[89.097436,36.276807],[89.097454,36.282675],[89.080733,36.283901],[89.068829,36.287042],[89.059662,36.293965],[89.050938,36.292677],[89.048096,36.295552],[89.047872,36.299335],[89.043665,36.303838],[89.031569,36.310803],[89.024928,36.309121],[89.011589,36.315737],[88.998619,36.317162],[88.988882,36.311568],[88.97389,36.319193],[88.971192,36.318488],[88.967685,36.314543],[88.96454,36.314378],[88.959843,36.321125],[88.948962,36.327086],[88.946452,36.330724],[88.937996,36.337009],[88.934801,36.342383],[88.932245,36.353014],[88.929121,36.355355],[88.926913,36.36121],[88.924382,36.363488],[88.920153,36.363618],[88.913028,36.361006],[88.906182,36.362762],[88.89968,36.361889],[88.875461,36.350799],[88.866967,36.349084],[88.858965,36.35093],[88.843111,36.360157],[88.819668,36.344575],[88.796904,36.336904],[88.795408,36.329332],[88.789564,36.323394],[88.789046,36.31723],[88.791109,36.308942],[88.785858,36.2968],[88.780689,36.292271],[88.763832,36.292826],[88.751904,36.299174],[88.744578,36.311017],[88.730323,36.313808],[88.724757,36.317754],[88.722767,36.323286],[88.727791,36.329938],[88.71402,36.338622],[88.713752,36.345231],[88.715666,36.352095],[88.714548,36.355548],[88.662647,36.368786],[88.65687,36.381765],[88.649869,36.383922],[88.64147,36.383257],[88.621915,36.388339],[88.614062,36.392041],[88.613905,36.404061],[88.611627,36.412406],[88.614421,36.420757],[88.610953,36.422649],[88.606532,36.434082],[88.602177,36.436105],[88.599463,36.440506],[88.589696,36.44625],[88.58449,36.461039],[88.566859,36.462932],[88.556184,36.460478],[88.546191,36.447983],[88.529479,36.451783],[88.518253,36.45689],[88.513385,36.456606],[88.503774,36.451318],[88.477955,36.456034],[88.476142,36.459646],[88.479075,36.477765],[88.473916,36.481193],[88.468061,36.481487],[88.445594,36.477051],[88.438984,36.47922],[88.418782,36.477382],[88.411878,36.472027],[88.406157,36.472096],[88.400511,36.47331],[88.3952,36.477687],[88.38654,36.479345],[88.38496,36.483066],[88.375336,36.484511],[88.369371,36.478568],[88.359563,36.481198],[88.354523,36.47715],[88.359849,36.473211],[88.360911,36.4675],[88.364698,36.463558],[88.363325,36.458295],[88.345858,36.458141],[88.33555,36.462322],[88.331882,36.461567],[88.320098,36.463382],[88.316086,36.466665],[88.29637,36.464156],[88.288111,36.46707],[88.280531,36.464906],[88.274717,36.465665],[88.270136,36.469204],[88.26067,36.471913],[88.246309,36.470094],[88.241938,36.47148],[88.234742,36.467074],[88.220872,36.448754],[88.214904,36.446952],[88.206201,36.447044],[88.201355,36.45241],[88.193402,36.451032],[88.182815,36.455703],[88.170457,36.448518],[88.170883,36.444036],[88.165861,36.438366],[88.158256,36.439236],[88.158107,36.435265],[88.156361,36.433933],[88.136527,36.429435],[88.100349,36.429252],[88.076462,36.432086],[88.071566,36.434495],[88.061046,36.43139],[88.052245,36.430825],[88.016168,36.431204],[88.004225,36.427731],[87.994417,36.430307],[87.97507,36.429973],[87.967319,36.432197],[87.96599,36.427476],[87.968143,36.419347],[87.966605,36.411102],[87.96766,36.40727],[87.962554,36.404028],[87.949398,36.400945],[87.938251,36.401108],[87.93053,36.404734],[87.922541,36.397086],[87.913226,36.393591],[87.872112,36.389547],[87.869007,36.393168],[87.866385,36.393691],[87.850756,36.390246],[87.837458,36.384674],[87.828064,36.38641],[87.82717,36.390274],[87.824227,36.391829],[87.821512,36.391199],[87.819289,36.386791],[87.814013,36.385257],[87.811117,36.38598],[87.806564,36.390304],[87.802239,36.391264],[87.7981,36.380122],[87.778377,36.376383],[87.769059,36.376486],[87.761158,36.379455],[87.730342,36.38509],[87.703928,36.382522],[87.701637,36.377054],[87.693629,36.372653],[87.682343,36.369435],[87.659999,36.36866],[87.655448,36.37303],[87.650992,36.370408],[87.645193,36.370121],[87.640814,36.363665],[87.63372,36.359492],[87.624531,36.35797],[87.618412,36.362548],[87.611544,36.358179],[87.59589,36.357085],[87.583926,36.346866],[87.572819,36.346677],[87.562399,36.340011],[87.537344,36.349059],[87.514266,36.349416],[87.50641,36.356516],[87.493392,36.353487],[87.478649,36.352942],[87.466946,36.355468],[87.463101,36.359709],[87.453262,36.388463],[87.456744,36.411509],[87.45084,36.413768],[87.431322,36.415889],[87.423616,36.426182],[87.410521,36.422116],[87.398544,36.416169],[87.384623,36.415334],[87.372062,36.41789],[87.368533,36.420329],[87.360561,36.421163],[87.35845,36.41801],[87.360196,36.41415],[87.358771,36.409572],[87.342868,36.400272],[87.342566,36.396879],[87.345967,36.393129],[87.333414,36.38569],[87.325438,36.383003],[87.306419,36.362669],[87.298515,36.358267],[87.293319,36.358465],[87.283655,36.36579],[87.273632,36.362476],[87.27228,36.358004],[87.264958,36.356578],[87.261668,36.356709],[87.244806,36.364083],[87.228324,36.361904],[87.219417,36.352378],[87.210951,36.354547],[87.195955,36.352979],[87.186103,36.345702],[87.165719,36.324742],[87.154433,36.320053],[87.154824,36.318534],[87.151411,36.314029],[87.160536,36.308562],[87.159869,36.303418],[87.152657,36.298366],[87.144847,36.299653],[87.141293,36.293125],[87.131554,36.295761],[87.10477,36.296262],[87.099762,36.298085],[87.09844,36.302275],[87.096002,36.303754],[87.089723,36.301987],[87.074444,36.30937],[87.073509,36.304783],[87.071763,36.303577],[87.054361,36.300565],[87.051804,36.297754],[87.050459,36.292108],[87.038,36.29358],[87.029788,36.298063],[87.025472,36.295669],[87.021409,36.295572],[87.002425,36.302125],[86.994424,36.295451],[86.990655,36.294212],[86.984117,36.293997],[86.975177,36.296285],[86.969834,36.291436],[86.960805,36.288696],[86.954345,36.290484],[86.946694,36.289888],[86.934854,36.280686],[86.933871,36.274273],[86.928897,36.265567],[86.921799,36.265548],[86.912569,36.267904],[86.890294,36.262221],[86.885384,36.266609],[86.882901,36.271767],[86.873266,36.275905],[86.870148,36.284952],[86.863686,36.288187],[86.860501,36.296457],[86.862041,36.299165],[86.860954,36.300425],[86.85143,36.300455],[86.844052,36.29545],[86.820347,36.289657],[86.808249,36.2945],[86.764836,36.298206],[86.763146,36.297506],[86.761789,36.293104],[86.753181,36.28937],[86.747021,36.290626],[86.739626,36.289668],[86.737895,36.287614],[86.731724,36.286151],[86.731371,36.284047],[86.735466,36.277957],[86.733238,36.275807],[86.730193,36.267142],[86.719727,36.26202],[86.715964,36.263825],[86.705023,36.26458],[86.703504,36.25737],[86.70058,36.253556],[86.697958,36.245092],[86.691099,36.245468],[86.686002,36.247786],[86.682983,36.244842],[86.67821,36.243683],[86.65502,36.246176],[86.652753,36.245033],[86.655013,36.238135],[86.650181,36.230905],[86.637995,36.230417],[86.619262,36.225146],[86.615289,36.219385],[86.606185,36.222868],[86.603602,36.226295],[86.600031,36.224908],[86.596237,36.220666],[86.591681,36.219656],[86.588778,36.222346],[86.58601,36.222385],[86.580389,36.218178],[86.565004,36.222799],[86.553745,36.222204],[86.538872,36.227196],[86.525536,36.229425],[86.520851,36.21879],[86.52257,36.212218],[86.516928,36.212006],[86.51362,36.209682],[86.524091,36.203522],[86.523053,36.201543],[86.506262,36.200927],[86.5,36.198663],[86.490246,36.20171],[86.463736,36.215887],[86.454465,36.215673],[86.453029,36.222003],[86.444794,36.223124],[86.437769,36.226964],[86.430787,36.208116],[86.415659,36.206246],[86.396515,36.206857],[86.389321,36.202682],[86.384223,36.192951],[86.379294,36.189754],[86.373026,36.188792],[86.370541,36.181648],[86.361966,36.170886],[86.363141,36.16379],[86.350125,36.162381],[86.344884,36.159788],[86.324206,36.163371],[86.316894,36.162317],[86.315823,36.164421],[86.309317,36.166714],[86.292546,36.169859],[86.283379,36.169127],[86.276207,36.172502],[86.275477,36.166691],[86.277299,36.163999],[86.276193,36.159764],[86.266795,36.158765],[86.260515,36.151328],[86.248931,36.149931],[86.244911,36.145461],[86.235872,36.140694],[86.22203,36.140526],[86.21789,36.136537],[86.212395,36.136939],[86.194128,36.132993],[86.188657,36.133583],[86.184247,36.131392],[86.184145,36.101209],[86.180844,36.096654],[86.180714,36.092928],[86.18272,36.087072],[86.181509,36.081092],[86.176756,36.074913],[86.17978,36.071891],[86.17994,36.06518],[86.185058,36.061479],[86.186187,36.05541],[86.194045,36.053899],[86.197191,36.04932],[86.196846,36.040884],[86.198415,36.036722],[86.197428,36.033082],[86.176995,36.029638],[86.170151,36.018566],[86.172197,36.010909],[86.170992,36.00836],[86.159293,36.008109],[86.143376,35.998878],[86.128387,35.97533],[86.128389,35.960477],[86.126,35.942166],[86.122133,35.939694],[86.117092,35.928096],[86.103946,35.927429],[86.091932,35.909214],[86.092214,35.902722],[86.088476,35.893532],[86.090567,35.887581],[86.085407,35.875834],[86.080139,35.870611],[86.078389,35.862265],[86.061298,35.856231],[86.059042,35.853881],[86.056557,35.846179],[86.0523,35.842646],[86.049217,35.843061],[86.047249,35.846092],[86.037161,35.848083],[86.029652,35.843109],[86.027504,35.839117],[86.021381,35.838647],[86.016429,35.834882],[86.009934,35.833428],[85.999674,35.819681],[85.988924,35.816716],[85.976079,35.801331],[85.970178,35.798368],[85.966089,35.789489],[85.953401,35.786948],[85.95162,35.782264],[85.946847,35.779112],[85.932773,35.781695],[85.911704,35.782943],[85.904705,35.78639],[85.881741,35.781658],[85.853955,35.780589],[85.848836,35.776857],[85.835478,35.77265],[85.82334,35.774787],[85.821061,35.773935],[85.810216,35.779575],[85.805814,35.780036],[85.798258,35.777886],[85.791058,35.772723],[85.78488,35.770884],[85.776787,35.769769],[85.758166,35.771354],[85.749637,35.766563],[85.738614,35.765966],[85.731628,35.758757],[85.723404,35.755522],[85.698617,35.751298],[85.694156,35.752703],[85.689276,35.751799],[85.67896,35.744263],[85.669746,35.734994],[85.660482,35.733929],[85.64958,35.729928],[85.648308,35.727406],[85.648969,35.723011],[85.643531,35.718134],[85.639248,35.70653],[85.627334,35.698732],[85.62651,35.688343],[85.627758,35.680203],[85.618628,35.673864],[85.619295,35.667333],[85.617509,35.663345],[85.612181,35.661412],[85.612045,35.653134],[85.603766,35.653052],[85.596327,35.645827],[85.588705,35.644601],[85.58411,35.646786],[85.576108,35.645472],[85.56973,35.640208],[85.560886,35.643103],[85.560788,35.645607],[85.556737,35.648598],[85.549259,35.650602],[85.547054,35.654638],[85.525671,35.662237],[85.519305,35.670382],[85.51645,35.680919],[85.506431,35.685085],[85.484369,35.682791],[85.453472,35.688142],[85.435536,35.68945],[85.386962,35.701195],[85.379772,35.702174],[85.371272,35.700956],[85.367402,35.706457],[85.36481,35.728369],[85.353215,35.742841],[85.340874,35.752922],[85.315085,35.765253],[85.299405,35.768665],[85.279527,35.776338],[85.27917,35.77942],[85.283759,35.785681],[85.281259,35.787961],[85.263049,35.789278],[85.249713,35.781918],[85.236417,35.779156],[85.21841,35.78057],[85.217876,35.778621],[85.223374,35.773691],[85.22393,35.771197],[85.21697,35.76677],[85.204559,35.76405],[85.193226,35.758538],[85.172906,35.755026],[85.161518,35.749672],[85.160467,35.747774],[85.146625,35.743811],[85.089597,35.745462],[85.063048,35.749631],[85.052771,35.752981],[85.035238,35.751009],[85.026927,35.747545],[84.995342,35.74026],[84.970996,35.709635],[84.958811,35.704977],[84.944478,35.701848],[84.917935,35.691873],[84.860618,35.676519],[84.859758,35.67193],[84.857661,35.669692],[84.839526,35.666537],[84.831315,35.653717],[84.816937,35.65084],[84.811773,35.646942],[84.79603,35.648177],[84.786636,35.642745],[84.783317,35.638177],[84.769844,35.634407],[84.76,35.624035],[84.748849,35.624048],[84.739384,35.620113],[84.737227,35.617201],[84.724005,35.613434],[84.710925,35.613617],[84.698842,35.617734],[84.696032,35.615921],[84.689543,35.615665],[84.666486,35.610021],[84.631267,35.596176],[84.602366,35.59051],[84.58615,35.589845],[84.580907,35.591],[84.568991,35.589526],[84.561734,35.587121],[84.554519,35.582265],[84.541489,35.578103],[84.51964,35.566294],[84.507836,35.564985],[84.496983,35.566748],[84.477729,35.559139],[84.460312,35.556693],[84.454739,35.553416],[84.44639,35.551847],[84.443823,35.547234],[84.445635,35.534199],[84.449969,35.530957],[84.455719,35.531138],[84.457872,35.527557],[84.47158,35.527551],[84.474799,35.517936],[84.471979,35.514834],[84.463454,35.512074],[84.461215,35.495946],[84.448679,35.481976],[84.451958,35.476607],[84.45145,35.474616],[84.424593,35.468309],[84.413659,35.463248],[84.402815,35.45708],[84.391013,35.447322],[84.354026,35.432252],[84.341191,35.423165],[84.334603,35.416513],[84.319854,35.413072],[84.307381,35.412213],[84.286194,35.406697],[84.253543,35.40473],[84.245942,35.400581],[84.242935,35.396986],[84.24317,35.393844],[84.232085,35.397214],[84.220532,35.38785],[84.200654,35.383127],[84.182733,35.364382],[84.172378,35.358474],[84.157496,35.359643],[84.156406,35.363208],[84.137299,35.379638],[84.13041,35.37494],[84.123628,35.37625],[84.119726,35.375395],[84.097761,35.362594],[84.092339,35.363553],[84.086257,35.38238],[84.076851,35.393475],[84.074442,35.399804],[84.063176,35.41078],[84.053627,35.412944],[84.05165,35.415512],[84.046772,35.417538],[84.041428,35.413414],[84.029202,35.410218],[84.027926,35.413575],[84.024662,35.41549],[84.011101,35.415146],[84.009256,35.418834],[84.003896,35.42212],[83.965672,35.413136],[83.945285,35.410903],[83.935086,35.407441],[83.927391,35.407807],[83.920778,35.411776],[83.91009,35.408657],[83.902031,35.404328],[83.887863,35.388248],[83.887486,35.385161],[83.890087,35.383943],[83.89026,35.381697],[83.879547,35.367284],[83.855081,35.359463],[83.822313,35.361512],[83.819861,35.360827],[83.818497,35.358227],[83.795523,35.3527],[83.787987,35.357684],[83.786161,35.364817],[83.782489,35.366864],[83.770194,35.364524],[83.750053,35.364337],[83.730288,35.368435],[83.691135,35.365454],[83.679485,35.363983],[83.642472,35.344785],[83.614356,35.336294],[83.608633,35.339565],[83.607706,35.348462],[83.576025,35.351839],[83.574393,35.35308],[83.53382,35.345061],[83.528609,35.350471],[83.539172,35.359582],[83.539319,35.362148],[83.536898,35.365305],[83.524097,35.368455],[83.516745,35.367662],[83.50252,35.36153],[83.49034,35.360684],[83.480877,35.365518],[83.476695,35.372655],[83.472597,35.374544],[83.463087,35.372301],[83.455953,35.373103],[83.447853,35.383196],[83.435158,35.383175],[83.423899,35.380903],[83.414173,35.383369],[83.37477,35.376836],[83.358101,35.378297],[83.35667,35.384335],[83.361399,35.391228],[83.360579,35.396335],[83.343889,35.398169],[83.31428,35.39527],[83.290161,35.398882],[83.281818,35.405561],[83.273962,35.408288],[83.259552,35.409211],[83.238685,35.424478],[83.223973,35.409384],[83.207959,35.401684],[83.202844,35.397434],[83.177353,35.389414],[83.148846,35.398487],[83.115762,35.400704],[83.100047,35.409449],[83.098104,35.418396],[83.093394,35.424071],[83.077783,35.430315],[83.075951,35.433585],[83.07783,35.439136],[83.075486,35.450037],[83.051104,35.476392],[83.015375,35.481803],[83.012547,35.480716],[83.010988,35.477951],[83.007448,35.477501],[83.001587,35.481556],[82.99616,35.492813],[82.996156,35.499961],[82.981856,35.505572],[82.984262,35.514234],[82.98427,35.521464],[82.982555,35.52591],[82.972353,35.538058],[82.967602,35.539619],[82.973798,35.547232],[82.979757,35.548824],[82.983686,35.554779],[82.97793,35.571836],[82.983394,35.57765],[82.984471,35.584101],[82.983899,35.586471],[82.976894,35.592157],[82.980811,35.609066],[82.972743,35.618009],[82.958222,35.624962],[82.955443,35.632831],[82.957971,35.646668],[82.955595,35.652499],[82.959616,35.658444],[82.963864,35.658296],[82.967101,35.663087],[82.965045,35.672187],[82.94832,35.67928],[82.89861,35.678722],[82.883723,35.67554],[82.874242,35.683288],[82.877585,35.688472],[82.874665,35.690156],[82.858827,35.689795],[82.832295,35.678701],[82.803898,35.686045],[82.794204,35.690792],[82.790522,35.68715],[82.784189,35.684962],[82.778651,35.670875],[82.778219,35.665826],[82.769995,35.658603],[82.751442,35.653112],[82.739873,35.646098],[82.736009,35.64206],[82.736541,35.638534],[82.731596,35.638109],[82.720217,35.641104],[82.691071,35.665756],[82.676344,35.669886],[82.668034,35.666838],[82.65478,35.669462],[82.649887,35.683321],[82.646637,35.685785],[82.642289,35.687486],[82.637686,35.684431],[82.631407,35.685711],[82.626634,35.687333],[82.622152,35.692787],[82.6075,35.698321],[82.602,35.695528],[82.585855,35.69497],[82.544179,35.708712],[82.527373,35.699187],[82.508685,35.698085],[82.499157,35.705161],[82.477441,35.713528],[82.462461,35.715376],[82.412578,35.709599],[82.402354,35.695109],[82.398603,35.685568],[82.402345,35.681966],[82.402108,35.663534],[82.398067,35.657597],[82.393352,35.654897],[82.365671,35.651157],[82.360886,35.651623],[82.34907,35.656507],[82.333828,35.654256],[82.333957,35.639985],[82.343452,35.633084],[82.350607,35.613025],[82.337673,35.598211],[82.328855,35.591277],[82.328418,35.578008],[82.335945,35.572764],[82.323057,35.555468],[82.310638,35.542981],[82.283999,35.5404],[82.279919,35.541956],[82.268493,35.55229],[82.25911,35.54664],[82.253613,35.531096],[82.241972,35.52263],[82.218519,35.520588],[82.210315,35.522092],[82.203339,35.521252],[82.193021,35.518515],[82.187664,35.515194],[82.183882,35.510324],[82.182535,35.493368],[82.183724,35.491339],[82.177914,35.487269],[82.169783,35.486623],[82.165187,35.491729],[82.164212,35.497185],[82.158124,35.499373],[82.149791,35.496808],[82.147579,35.490135],[82.139364,35.482704],[82.097206,35.471332],[82.086534,35.465299],[82.07708,35.451685],[82.04775,35.451236],[82.039289,35.454218],[82.031156,35.454753],[82.028163,35.449958],[82.025265,35.429358],[82.034833,35.405581],[82.045934,35.369252],[82.049934,35.361246],[82.049786,35.34927],[82.04266,35.339163],[82.04115,35.331957],[82.035561,35.32801],[82.015104,35.319669],[82.010568,35.311337],[81.987585,35.306353],[81.983187,35.306723],[81.969562,35.31385],[81.954185,35.309437],[81.940756,35.297708],[81.935319,35.280015],[81.929035,35.273256],[81.925726,35.272198],[81.911522,35.274503],[81.896877,35.274055],[81.868602,35.266838],[81.86343,35.262091],[81.857441,35.261077],[81.819563,35.266921],[81.802735,35.272216],[81.79721,35.276289],[81.765333,35.26595],[81.751226,35.267907],[81.735463,35.260461],[81.730643,35.262594],[81.724573,35.261563],[81.703878,35.250306],[81.692984,35.240356],[81.680441,35.23553],[81.647757,35.232983],[81.626468,35.234648],[81.615395,35.238771],[81.603852,35.237247],[81.569684,35.236712],[81.558785,35.237214],[81.548683,35.241264],[81.53938,35.24189],[81.512731,35.235272],[81.49715,35.252793],[81.497277,35.260556],[81.502253,35.277843],[81.499111,35.285338],[81.491384,35.29336],[81.479116,35.294326],[81.450658,35.313259],[81.445563,35.318344],[81.444478,35.327355],[81.440584,35.333517],[81.407796,35.337187],[81.400549,35.34125],[81.383528,35.340606],[81.370236,35.344625],[81.363461,35.354117],[81.355174,35.351142],[81.349572,35.344575],[81.345605,35.343067],[81.33465,35.350403],[81.326992,35.349877],[81.325535,35.347356],[81.326773,35.340975],[81.322797,35.339037],[81.31089,35.338733],[81.299015,35.344722],[81.272152,35.347852],[81.266534,35.343159],[81.260066,35.331662],[81.258848,35.325326],[81.253782,35.325889],[81.241098,35.334842],[81.232998,35.33335],[81.222601,35.325902],[81.214212,35.324333],[81.195878,35.355883],[81.191558,35.366081],[81.178622,35.371686],[81.151056,35.363033],[81.126973,35.371316],[81.121328,35.386848],[81.110259,35.387704],[81.106509,35.387187],[81.103457,35.384764],[81.096185,35.384157],[81.094396,35.385843],[81.093001,35.392007],[81.098864,35.399797],[81.099599,35.403557],[81.098,35.406743],[81.0885,35.410842],[81.070928,35.400133],[81.059595,35.400692],[81.050862,35.404923],[81.048815,35.404287],[81.030279,35.384173],[81.027943,35.378678],[81.027642,35.372377],[81.037273,35.366443],[81.030493,35.341718],[81.027916,35.338352],[81.021151,35.33651],[81.000408,35.335493],[81.002283,35.330543],[81.016826,35.316256],[81.023701,35.312795],[81.022904,35.311903],[81.008526,35.309064],[81.003777,35.312214],[80.991212,35.313538],[80.987746,35.31194],[80.96602,35.31115],[80.942982,35.316053],[80.937905,35.319774],[80.93495,35.325765],[80.926133,35.332078],[80.908566,35.324745],[80.884192,35.32265],[80.880257,35.330621],[80.860468,35.341513],[80.855336,35.342602],[80.832368,35.341927],[80.821706,35.34396],[80.787136,35.341572],[80.751815,35.335228],[80.726303,35.336496],[80.719487,35.335069],[80.687384,35.337987],[80.679575,35.342567],[80.683492,35.346515],[80.685482,35.353304],[80.685489,35.360365],[80.680377,35.366118],[80.666576,35.368702],[80.654723,35.374464],[80.654268,35.382522],[80.660551,35.385731],[80.660972,35.388114],[80.659678,35.393083],[80.652181,35.398622],[80.632308,35.391943],[80.619293,35.396188],[80.612443,35.404307],[80.593745,35.408177],[80.586848,35.402394],[80.564651,35.39286],[80.557951,35.394515],[80.555785,35.397657],[80.54021,35.404871],[80.529949,35.405892],[80.526271,35.398787],[80.512013,35.392211],[80.50163,35.396229],[80.500809,35.402174],[80.491879,35.406612],[80.460311,35.41539],[80.441667,35.418244],[80.436508,35.42731],[80.439055,35.44745],[80.434297,35.449825],[80.42956,35.449964],[80.416829,35.442727],[80.407987,35.424517],[80.403743,35.422899],[80.389371,35.409698],[80.379146,35.393901],[80.37471,35.389519],[80.369203,35.387714],[80.315249,35.38699],[80.303158,35.381016],[80.301417,35.371837],[80.293021,35.362029],[80.288528,35.35957],[80.285364,35.354335],[80.280758,35.33395],[80.275263,35.329261],[80.274392,35.31333],[80.270481,35.293075],[80.280817,35.280733],[80.2958,35.267064],[80.312478,35.259258],[80.329445,35.240819],[80.330108,35.224238],[80.359725,35.210254],[80.360572,35.208354],[80.358318,35.202684],[80.344534,35.205449],[80.326377,35.204092],[80.320776,35.201973],[80.30762,35.204743],[80.297685,35.209235],[80.284142,35.210641],[80.281442,35.202408],[80.263281,35.204734],[80.255538,35.204259],[80.25243,35.201614],[80.252591,35.193195],[80.248015,35.187844],[80.243311,35.184728],[80.219753,35.177435],[80.22242,35.165404],[80.235393,35.154526],[80.236009,35.151689],[80.216482,35.138539],[80.207997,35.124655],[80.186373,35.114886],[80.118087,35.069497],[80.111266,35.067179],[80.099711,35.067965],[80.073126,35.078042],[80.02808,35.039563],[80.031532,35.03321],[80.040902,35.025429],[80.038028,35.00869],[80.035074,35.005704],[80.029628,35.005994],[80.026758,35.001636],[80.027545,34.995522],[80.030326,34.991793],[80.038944,34.989373],[80.04056,34.982162],[80.027283,34.979488],[80.022852,34.973052],[80.024814,34.952932],[80.029865,34.947916],[80.03815,34.946259],[80.040155,34.942944],[80.040333,34.93904],[80.03744,34.930908],[80.031141,34.926026],[80.035196,34.913809],[80.034837,34.904853],[80.015503,34.902826],[80.00223,34.89676],[79.996477,34.881227],[79.996995,34.865332],[79.988369,34.858692],[79.956074,34.864551],[79.933669,34.861222],[79.923796,34.852571],[79.933132,34.831297],[79.940096,34.826583],[79.941518,34.81682],[79.934603,34.799311],[79.926894,34.788403],[79.92571,34.77562],[79.906539,34.750615],[79.896379,34.733938],[79.905507,34.685827],[79.88129,34.679584],[79.86506,34.672567],[79.866467,34.657742],[79.885497,34.652803],[79.890441,34.650002],[79.888068,34.640122],[79.88794,34.62534],[79.864977,34.620221],[79.864403,34.610622],[79.860234,34.600942],[79.84998,34.590915],[79.863573,34.585927],[79.859501,34.581372],[79.841904,34.57041],[79.83818,34.550891],[79.859882,34.541545],[79.858785,34.534454],[79.847434,34.538378],[79.843122,34.538285],[79.841134,34.534803],[79.846427,34.531803],[79.846714,34.526603],[79.843366,34.517897],[79.833837,34.518634],[79.823352,34.516395],[79.823948,34.506342],[79.819642,34.493487],[79.806887,34.492789],[79.792049,34.479645],[79.786123,34.480428],[79.748685,34.478007],[79.727305,34.471688],[79.719694,34.47298],[79.705998,34.485207],[79.702333,34.484685],[79.685155,34.47603],[79.686096,34.470787],[79.682049,34.461502],[79.674371,34.455164],[79.655928,34.45192],[79.645895,34.45536],[79.631698,34.453264],[79.627988,34.449162],[79.612618,34.454266],[79.611851,34.457853],[79.606982,34.463441],[79.6016,34.466009],[79.592294,34.466483],[79.586293,34.460464],[79.562277,34.456855],[79.551655,34.467193],[79.546012,34.477496],[79.537784,34.480145],[79.53434,34.469558],[79.523923,34.459459],[79.485398,34.446822],[79.460377,34.453756],[79.453941,34.446117],[79.446335,34.443828],[79.417256,34.450403],[79.40348,34.446674],[79.391555,34.435961],[79.380287,34.437275],[79.366645,34.435722],[79.362104,34.431788],[79.358465,34.430843],[79.351172,34.432176],[79.350089,34.435651],[79.34577,34.440072],[79.337005,34.442598],[79.326996,34.442759],[79.313452,34.440615],[79.303777,34.443032],[79.281751,34.442467],[79.264823,34.438255],[79.263625,34.435626],[79.266305,34.42663],[79.248693,34.419109],[79.232106,34.420369],[79.227362,34.423671],[79.211041,34.41775],[79.193335,34.41815],[79.189387,34.420837],[79.188564,34.427563],[79.186649,34.430131],[79.177842,34.431661],[79.172502,34.430692],[79.164248,34.433395],[79.161218,34.437586],[79.161573,34.44449],[79.156461,34.449317],[79.147523,34.446542],[79.141039,34.436602],[79.118377,34.430453],[79.103231,34.428877],[79.093586,34.425895],[79.082271,34.414358],[79.077587,34.41263],[79.068942,34.41539],[79.06484,34.422625],[79.063977,34.427542],[79.050819,34.429197],[79.035046,34.422421],[79.023857,34.411386],[79.008326,34.403314],[79.021814,34.387192],[79.024643,34.378691],[79.023762,34.376347],[79.032427,34.361665],[79.046261,34.3512],[79.042781,34.338905],[79.040203,34.335754],[79.035373,34.334316],[79.022594,34.338123],[79.002264,34.350301],[78.985846,34.356012],[78.968,34.366243],[78.962765,34.3829],[78.95634,34.38861],[78.948488,34.388134],[78.942778,34.385755],[78.920886,34.366957],[78.902089,34.357915],[78.89495,34.356488],[78.889478,34.357439],[78.878527,34.365947],[78.872948,34.373786],[78.871591,34.379063],[78.872195,34.398059],[78.869933,34.401828],[78.85953,34.409216],[78.850937,34.414492],[78.831338,34.418261],[78.814452,34.4258],[78.805256,34.433941],[78.788521,34.441931],[78.770279,34.44178],[78.752489,34.448565],[78.746458,34.452635],[78.743745,34.456555],[78.743443,34.460023],[78.746308,34.464546],[78.7546,34.471481],[78.757012,34.479019],[78.755504,34.483994],[78.750378,34.489271],[78.741785,34.493341],[78.724146,34.498316],[78.719623,34.501784],[78.713743,34.509322],[78.710728,34.520026],[78.708316,34.523795],[78.704396,34.525906],[78.684797,34.528318],[78.652986,34.539022],[78.62419,34.539173],[78.617104,34.538269],[78.599021,34.528631],[78.591644,34.520779],[78.587837,34.513878],[78.582126,34.510547],[78.569991,34.510547],[78.563805,34.51364],[78.558808,34.520541],[78.555952,34.533628],[78.558094,34.552425],[78.55619,34.559802],[78.551669,34.56694],[78.532872,34.576696],[78.503128,34.579075],[78.493135,34.579075],[78.483855,34.576696],[78.47053,34.569795],[78.464819,34.569795],[78.459346,34.567654],[78.455539,34.563847],[78.45079,34.552758],[78.442928,34.546477],[78.437931,34.545049],[78.433648,34.546001],[78.430793,34.551949],[78.426986,34.58669],[78.424368,34.592162],[78.410567,34.598825],[78.39058,34.605011],[78.377731,34.606915],[78.36274,34.605487],[78.352271,34.602632],[78.342991,34.602632],[78.318958,34.612626],[78.274462,34.621668],[78.271607,34.625237],[78.262803,34.657598],[78.262803,34.662356],[78.270893,34.673302],[78.27351,34.680916],[78.272797,34.688768],[78.269703,34.697572],[78.258996,34.707566],[78.250192,34.710422],[78.226873,34.715418],[78.208769,34.717263],[78.203862,34.726228],[78.201651,34.741117],[78.204268,34.755393],[78.206647,34.759676],[78.2214,34.771812],[78.224731,34.777522],[78.226635,34.822018],[78.229014,34.832488],[78.232346,34.878174],[78.228776,34.881267],[78.203554,34.882695],[78.199271,34.885074],[78.201889,34.900065],[78.201175,34.905061],[78.193085,34.915293],[78.175952,34.928618],[78.174525,34.933139],[78.175477,34.936232],[78.194036,34.951461],[78.198319,34.957648],[78.199509,34.961693],[78.198319,34.969307],[78.182139,34.980252],[78.161676,34.986201],[78.155727,34.990008],[78.121701,35.034266],[78.120035,35.037597],[78.120273,35.044736],[78.123604,35.048305],[78.134839,35.054555],[78.145588,35.070658],[78.144544,35.078524],[78.138119,35.091611],[78.128601,35.102557],[78.12289,35.106602],[78.11599,35.10803],[78.075777,35.100891],[78.064832,35.105412],[78.060311,35.110647],[78.058645,35.115406],[78.057217,35.163233],[78.053648,35.187028],[78.041513,35.201542],[78.016767,35.220816],[78.010104,35.233903],[78.008914,35.25627],[78.012246,35.290772],[78.013685,35.362432],[78.017811,35.365968],[78.04041,35.376779],[78.053135,35.398247],[78.070668,35.410598],[78.075512,35.415898],[78.092045,35.423244],[78.100026,35.430276],[78.106427,35.438149],[78.104733,35.450994],[78.112255,35.470875],[78.13538,35.486806],[78.137608,35.491803],[78.121494,35.495853],[78.10808,35.496275],[78.0832,35.496154],[78.054511,35.491278],[78.045184,35.491849],[78.040996,35.490516],[78.038902,35.475669],[78.034904,35.471861],[78.030717,35.470719],[78.023483,35.472433],[78.010158,35.486709],[78.002734,35.490516],[78,35.494815],[77.990851,35.491723],[77.976043,35.491489],[77.969561,35.489077],[77.95961,35.482443],[77.952977,35.481539],[77.944835,35.482443],[77.937599,35.485609],[77.924483,35.495107],[77.919658,35.496163],[77.915889,35.495409],[77.914984,35.49375],[77.915889,35.47596],[77.913175,35.469779],[77.907748,35.467065],[77.902773,35.466613],[77.896487,35.468915],[77.88578,35.477719],[77.870075,35.495565],[77.865079,35.498658],[77.861034,35.498658],[77.853181,35.49033],[77.850802,35.49033],[77.827245,35.5077],[77.816776,35.520549],[77.813384,35.520987],[77.809886,35.520559],[77.80676,35.517989],[77.797337,35.495003],[77.786201,35.492862],[77.760259,35.498121],[77.756392,35.497674],[77.73468,35.481464],[77.732003,35.477895],[77.730813,35.464065],[77.728731,35.461834],[77.717577,35.458413],[77.706424,35.459157],[77.699732,35.457521],[77.690055,35.45043],[77.686962,35.450668],[77.679586,35.458996],[77.661502,35.474463],[77.650556,35.47827],[77.644845,35.47827],[77.641276,35.476604],[77.640324,35.461138],[77.638183,35.457806],[77.633662,35.457568],[77.608202,35.465897],[77.59916,35.465897],[77.583693,35.462089],[77.582028,35.465183],[77.582266,35.474938],[77.580838,35.478032],[77.525872,35.48398],[77.506242,35.482672],[77.440896,35.462821],[77.428332,35.463963],[77.414436,35.469103],[77.385502,35.471387],[77.37922,35.475194],[77.375794,35.480334],[77.373319,35.487377],[77.372938,35.495753],[77.351047,35.494991],[77.346669,35.498227],[77.335248,35.523926],[77.33087,35.528494],[77.320019,35.535347],[77.301364,35.543532],[77.278331,35.538583],[77.265387,35.538964],[77.252062,35.532872],[77.233026,35.527542],[77.211325,35.517644],[77.189054,35.519167],[77.181249,35.522593],[77.168305,35.533824],[77.146414,35.539345],[77.13366,35.551527],[77.093304,35.566185],[77.06951,35.590741],[77.061324,35.59569],[77.04193,35.597374],[77.008752,35.611166],[77.000126,35.610869],[76.995367,35.608489],[76.987337,35.600756],[76.972298,35.599983],[76.969633,35.59846],[76.966968,35.593701],[76.961829,35.591417],[76.95726,35.59294],[76.95155,35.598079],[76.933275,35.605693],[76.904341,35.612737],[76.895394,35.619399],[76.888922,35.63044],[76.859036,35.651569],[76.848186,35.666988],[76.84514,35.669082],[76.831244,35.665085],[76.820774,35.664894],[76.772043,35.654234],[76.762144,35.656519],[76.756362,35.666179],[76.755173,35.675459],[76.751128,35.682598],[76.723288,35.708534],[76.716149,35.714007],[76.701159,35.721621],[76.692831,35.746129],[76.68712,35.749936],[76.651428,35.756361],[76.648097,35.75993],[76.646669,35.764927],[76.6431,35.767782],[76.63263,35.767306],[76.620495,35.76112],[76.600032,35.766831],[76.59218,35.771589],[76.586945,35.781107],[76.583851,35.794908],[76.57362,35.803236],[76.568286,35.810028],[76.566243,35.816561],[76.566957,35.822748],[76.573858,35.830838],[76.588134,35.841784],[76.589086,35.844163],[76.583376,35.859392],[76.582711,35.874043],[76.594506,35.891876],[76.594982,35.896873],[76.589271,35.909008],[76.576898,35.921857],[76.56976,35.923761],[76.555483,35.924951],[76.549534,35.922809],[76.546441,35.919954],[76.5443,35.914005],[76.544775,35.90306],[76.542396,35.900204],[76.525026,35.891162],[76.515886,35.881265],[76.512177,35.881407],[76.498138,35.888545],[76.488204,35.890686],[76.47702,35.889259],[76.458698,35.883786],[76.452274,35.879503],[76.442994,35.865226],[76.43538,35.857612],[76.431573,35.851425],[76.387553,35.858564],[76.368279,35.860943],[76.362568,35.860229],[76.358999,35.857374],[76.358285,35.852853],[76.360903,35.838338],[76.366613,35.827393],[76.366137,35.824537],[76.36352,35.823586],[76.354716,35.827393],[76.330683,35.833103],[76.308554,35.833341],[76.302368,35.840718],[76.296895,35.841432],[76.257634,35.837149],[76.230032,35.8381],[76.225035,35.836435],[76.222656,35.828345],[76.210283,35.824062],[76.166025,35.824299],[76.159362,35.826917],[76.146751,35.835959],[76.145561,35.841907],[76.154365,35.861895],[76.153652,35.884024],[76.162218,35.910912],[76.160552,35.918526],[76.142706,35.945652],[76.102969,35.992765],[76.102249,36.01174],[76.100604,36.017275],[76.091926,36.022362],[76.064248,36.026102],[76.043901,36.02685],[76.023301,36.01507],[76.003806,36.016078],[75.966104,36.041512],[75.955182,36.057071],[75.956479,36.067145],[75.949348,36.070387],[75.949497,36.07308],[75.955631,36.077418],[75.947702,36.087891],[75.942166,36.101655],[75.944111,36.107789],[75.9483,36.112726],[75.947851,36.116018],[75.942316,36.121553],[75.933938,36.12664],[75.932442,36.129034],[75.93289,36.134719],[75.971714,36.147286],[75.971315,36.151476],[75.965929,36.156862],[75.96952,36.160452],[75.974308,36.162048],[75.998653,36.162935],[76.012716,36.165328],[76.011968,36.196298],[76.007866,36.229661],[76.018923,36.23395],[76.031217,36.233477],[76.042092,36.229221],[76.061006,36.225438],[76.065734,36.227803],[76.067153,36.234422],[76.062897,36.244352],[76.027907,36.273668],[76.024124,36.292582],[76.020341,36.298729],[75.998591,36.310077],[75.987242,36.328991],[75.985351,36.337029],[75.988011,36.35086],[76.000778,36.368592],[76.006452,36.379231],[76.013899,36.385614],[76.023829,36.389869],[76.029857,36.39448],[76.031985,36.405119],[76.029148,36.421077],[76.023944,36.433471],[76.006944,36.45635],[76.007707,36.460616],[76.013061,36.467255],[76.012264,36.472575],[76.00987,36.474968],[75.999455,36.477096],[75.995565,36.47949],[75.99362,36.486222],[75.995416,36.492356],[75.994219,36.496546],[75.990628,36.500735],[75.982208,36.504492],[75.974545,36.510659],[75.963175,36.522029],[75.957789,36.530806],[75.952203,36.549158],[75.944822,36.559332],[75.932854,36.570902],[75.932255,36.578283],[75.934051,36.588057],[75.940407,36.600542],[75.940024,36.604028],[75.930533,36.609357],[75.905662,36.633343],[75.894122,36.635437],[75.885799,36.642075],[75.872661,36.657743],[75.859306,36.670495],[75.824804,36.693814],[75.811122,36.696312],[75.799925,36.708038],[75.787095,36.716159],[75.787452,36.721013],[75.763815,36.726404],[75.751279,36.735678],[75.725213,36.751104],[75.72016,36.751902],[75.706063,36.746583],[75.699946,36.746317],[75.69702,36.747647],[75.691169,36.755626],[75.67388,36.765467],[75.641697,36.77185],[75.609515,36.768925],[75.598876,36.766797],[75.593024,36.763339],[75.582385,36.762009],[75.568023,36.771584],[75.535308,36.77318],[75.530254,36.754828],[75.532914,36.739667],[75.528924,36.728231],[75.519083,36.727433],[75.511636,36.730358],[75.504721,36.735944],[75.501851,36.744249],[75.493816,36.742859],[75.486369,36.739135],[75.470942,36.725039],[75.465889,36.722645],[75.45126,36.725571],[75.441951,36.740199],[75.439025,36.75004],[75.42812,36.768925],[75.421264,36.784735],[75.42153,36.80229],[75.423126,36.811067],[75.430041,36.829153],[75.431815,36.847366],[75.428863,36.854479],[75.423924,36.87889],[75.416211,36.890327],[75.396263,36.903094],[75.391209,36.909477],[75.391475,36.920914],[75.395731,36.931553],[75.407965,36.934745],[75.414506,36.940133],[75.411705,36.947781],[75.406104,36.954427],[75.402646,36.956022],[75.382334,36.95411],[75.358792,36.961232],[75.337031,36.963013],[75.311689,36.97223],[75.299742,36.972452],[75.284147,36.975194],[75.264031,36.972311],[75.242071,36.963804],[75.234949,36.964793],[75.225651,36.973695],[75.176787,36.984378],[75.168676,36.988928],[75.166302,36.993281],[75.1665,36.999018],[75.170258,37.010492],[75.169665,37.016031],[75.1665,37.018405],[75.15918,37.020186],[75.150471,37.026059],[75.13821,37.027308],[75.132077,37.022164],[75.131285,37.015636],[75.129505,37.013064],[75.123372,37.011679],[75.089939,37.010888],[75.073123,37.005942],[75.066199,37.005942],[75.060264,37.006338],[75.041865,37.014844],[75.029402,37.016625],[75.02505,37.015042],[75.014762,37.004162],[75.000519,36.994863],[74.987462,36.995259],[74.979548,36.997435],[74.960359,36.990511],[74.944238,36.987601],[74.930873,36.981635],[74.926727,36.976663],[74.925738,36.966376],[74.93563,36.950153],[74.935432,36.945405],[74.918814,36.946197],[74.919407,36.936305],[74.916044,36.93492],[74.898833,36.935712],[74.895272,36.937097],[74.886172,36.949956],[74.867608,36.987939],[74.856749,37.004163],[74.850727,37.01801],[74.849408,37.036474],[74.847404,37.044143],[74.849253,37.056095],[74.805621,37.055202],[74.799291,37.053883],[74.795334,37.049927],[74.792696,37.04386],[74.79296,37.032517],[74.79085,37.029616],[74.785047,37.027769],[74.75946,37.025395],[74.736248,37.028297],[74.726752,37.035155],[74.720685,37.044124],[74.718839,37.050718],[74.721213,37.062588],[74.719894,37.065226],[74.714882,37.067336],[74.709079,37.07393],[74.706178,37.087647],[74.70354,37.091603],[74.69589,37.091603],[74.663974,37.076568],[74.637332,37.06971],[74.626517,37.06206],[74.619395,37.05019],[74.612273,37.045179],[74.604096,37.04175],[74.574074,37.03539],[74.569079,37.032167],[74.543819,37.057105],[74.540127,37.06176],[74.536436,37.073638],[74.533226,37.079095],[74.529213,37.081985],[74.524718,37.08359],[74.517213,37.082001],[74.506521,37.066825],[74.503934,37.06579],[74.500657,37.066825],[74.494751,37.076191],[74.494138,37.104703],[74.493219,37.112674],[74.491072,37.11666],[74.485247,37.120952],[74.475559,37.123802],[74.46256,37.130763],[74.460108,37.136588],[74.460108,37.141186],[74.461334,37.146705],[74.465626,37.151917],[74.480342,37.160501],[74.486474,37.160808],[74.489613,37.162565],[74.490668,37.179318],[74.488313,37.183801],[74.47513,37.194532],[74.473904,37.198211],[74.476586,37.204266],[74.493219,37.212313],[74.498737,37.217525],[74.506402,37.235614],[74.515599,37.244198],[74.52449,37.246344],[74.549936,37.246957],[74.568331,37.239599],[74.575382,37.233467],[74.585193,37.233161],[74.591325,37.236227],[74.594697,37.242052],[74.59623,37.258607],[74.597763,37.260753],[74.60788,37.260447],[74.620143,37.256461],[74.624435,37.264432],[74.628421,37.266578],[74.633326,37.266578],[74.642217,37.258914],[74.652334,37.242052],[74.65632,37.238986],[74.662806,37.238373],[74.666442,37.239585],[74.68212,37.257822],[74.693502,37.267134],[74.714197,37.279723],[74.735063,37.287483],[74.746445,37.284379],[74.774976,37.262412],[74.783915,37.253473],[74.791395,37.251649],[74.796138,37.248183],[74.806719,37.225562],[74.810002,37.220271],[74.814381,37.217717],[74.880237,37.225379],[74.89248,37.232692],[74.902212,37.234133],[74.912366,37.238392],[74.914332,37.246908],[74.920883,37.260011],[74.924177,37.272676],[74.932912,37.282285],[74.993619,37.288399],[75.050427,37.306698],[75.076123,37.317989],[75.081184,37.318768],[75.099094,37.315264],[75.115254,37.316118],[75.119291,37.317697],[75.122503,37.322661],[75.126591,37.338429],[75.138672,37.356461],[75.138328,37.365592],[75.130679,37.374638],[75.130387,37.39099],[75.131477,37.393467],[75.150768,37.404912],[75.152844,37.41218],[75.151287,37.423082],[75.132598,37.454748],[75.126369,37.461496],[75.088993,37.489009],[75.083802,37.495239],[75.080168,37.507179],[75.076015,37.510812],[75.068747,37.512889],[75.061479,37.512889],[75.0376,37.503545],[75.029294,37.502506],[75.003338,37.509774],[74.999039,37.51627],[75.003338,37.525348],[75.003338,37.528981],[74.986727,37.538326],[74.942083,37.555976],[74.929624,37.573625],[74.922875,37.60633],[74.914569,37.629171],[74.907014,37.637616],[74.892766,37.659799],[74.89913,37.6726],[74.903863,37.676281],[74.913207,37.679785],[74.918657,37.684457],[74.921383,37.691854],[74.920604,37.714825],[74.928002,37.719108],[74.941563,37.720536],[74.948831,37.725208],[74.960252,37.736109],[74.967519,37.745972],[74.997628,37.76518],[75.006972,37.772966],[75.009693,37.777537],[75.00853,37.783349],[74.998147,37.794769],[74.96129,37.816572],[74.925471,37.833184],[74.919241,37.838375],[74.917684,37.850315],[74.935334,37.878347],[74.935853,37.881981],[74.932738,37.889249],[74.917165,37.912609],[74.917165,37.924029],[74.919407,37.937031],[74.912574,37.954917],[74.911114,37.963969],[74.912493,37.972307],[74.924413,37.99822],[74.926008,38.013083],[74.923913,38.027853],[74.919241,38.031487],[74.91405,38.033044],[74.904706,38.032006],[74.891728,38.027853],[74.874597,38.030967],[74.863696,38.041869],[74.857441,38.059975],[74.83701,38.078726],[74.821242,38.097706],[74.818322,38.106467],[74.813927,38.149506],[74.810438,38.157567],[74.810438,38.177131],[74.814818,38.197572],[74.81511,38.224144],[74.794086,38.266192],[74.793893,38.272406],[74.805443,38.285385],[74.793761,38.317922],[74.790651,38.329327],[74.790996,38.33624],[74.808968,38.355594],[74.822102,38.365271],[74.83247,38.363889],[74.834889,38.369419],[74.844566,38.379441],[74.865303,38.410892],[74.869105,38.431975],[74.86323,38.473448],[74.860129,38.485635],[74.855261,38.491626],[74.850768,38.494247],[74.846463,38.494621],[74.829614,38.491564],[74.818727,38.493119],[74.806544,38.520077],[74.797472,38.530446],[74.786326,38.538481],[74.770255,38.538999],[74.740964,38.534074],[74.730855,38.53563],[74.719709,38.540295],[74.696639,38.55844],[74.63067,38.605012],[74.624449,38.606048],[74.611316,38.596371],[74.603712,38.596026],[74.587036,38.602036],[74.566405,38.60673],[74.556383,38.607076],[74.544632,38.610877],[74.537719,38.615025],[74.530116,38.623665],[74.520023,38.630289],[74.513527,38.632651],[74.488988,38.636107],[74.459265,38.633342],[74.446132,38.636453],[74.417792,38.648549],[74.409497,38.649932],[74.352759,38.655269],[74.329257,38.655269],[74.310824,38.652044],[74.299304,38.652965],[74.268429,38.659878],[74.242623,38.658495],[74.221887,38.659417],[74.16198,38.670016],[74.144469,38.676006],[74.138479,38.675545],[74.120953,38.655817],[74.117324,38.645708],[74.115769,38.622897],[74.113695,38.616935],[74.104154,38.612972],[74.081845,38.610909],[74.063042,38.587274],[74.06357,38.579415],[74.081067,38.552586],[74.083425,38.543219],[74.03262,38.5427],[74.015771,38.532073],[73.998404,38.525074],[73.991406,38.524815],[73.973261,38.534665],[73.965485,38.535443],[73.951208,38.53228],[73.91779,38.536479],[73.90794,38.547625],[73.903534,38.556439],[73.898468,38.57277],[73.894333,38.577776],[73.889981,38.579299],[73.870651,38.578372],[73.853203,38.582128],[73.814593,38.599724],[73.805307,38.604947],[73.801245,38.609009],[73.806808,38.633234],[73.806414,38.63784],[73.795665,38.649164],[73.794433,38.65596],[73.791787,38.66037],[73.776118,38.672372],[73.772117,38.678706],[73.764783,38.712377],[73.750781,38.721045],[73.751984,38.755986],[73.753003,38.7604],[73.761154,38.767193],[73.76421,38.773306],[73.762512,38.779418],[73.747431,38.795295],[73.74663,38.801596],[73.741796,38.81236],[73.725155,38.828322],[73.724136,38.836812],[73.721061,38.841006],[73.699149,38.8523],[73.697007,38.85487],[73.69572,38.866842],[73.699121,38.881932],[73.706573,38.897986],[73.714277,38.904116],[73.720866,38.904116],[73.723063,38.906533],[73.72482,38.917515],[73.729872,38.925203],[73.740855,38.934868],[73.756035,38.935649],[73.760868,38.942019],[73.767677,38.943117],[73.781295,38.93499],[73.800405,38.93499],[73.8037,38.933672],[73.813886,38.918809],[73.818398,38.917606],[73.822308,38.920614],[73.842625,38.947412],[73.843201,38.95495],[73.838347,38.981791],[73.836491,39.004633],[73.814605,39.040365],[73.81178,39.04093],[73.791102,39.038995],[73.787388,39.037057],[73.781974,39.026398],[73.765536,39.027476],[73.757766,39.023489],[73.748118,39.021623],[73.737759,39.021752],[73.734289,39.024875],[73.732484,39.046081],[73.728649,39.055555],[73.722107,39.065481],[73.71173,39.074731],[73.713351,39.113402],[73.705727,39.130836],[73.702117,39.134747],[73.692755,39.137078],[73.689597,39.140462],[73.687115,39.154674],[73.680122,39.156253],[73.665293,39.152712],[73.654592,39.158509],[73.650046,39.162772],[73.652825,39.180843],[73.65086,39.189462],[73.642674,39.191446],[73.640418,39.194153],[73.635392,39.215058],[73.631405,39.224118],[73.617082,39.239427],[73.606559,39.24098],[73.596381,39.238047],[73.58189,39.236667],[73.574817,39.238737],[73.567053,39.245983],[73.564811,39.266512],[73.5586,39.269445],[73.541004,39.269617],[73.542384,39.277553],[73.549457,39.283936],[73.552735,39.290491],[73.551872,39.30136],[73.541176,39.313608],[73.541004,39.318093],[73.549105,39.335909],[73.551699,39.346633],[73.550642,39.35299],[73.528483,39.367118],[73.501142,39.379088],[73.502927,39.383401],[73.537734,39.389666],[73.553321,39.39044],[73.576698,39.396656],[73.584729,39.403794],[73.590996,39.418679],[73.593793,39.436309],[73.599974,39.454702],[73.609112,39.458721],[73.618216,39.467366],[73.627111,39.470683],[73.643835,39.471202],[73.653314,39.468443],[73.697328,39.46325],[73.715872,39.459179],[73.745026,39.458748],[73.752743,39.459543],[73.775574,39.466265],[73.81236,39.465662],[73.85118,39.4749],[73.864023,39.476596],[73.866913,39.479991],[73.868433,39.491586],[73.880878,39.514105],[73.892085,39.523734],[73.891998,39.532392],[73.886008,39.53673],[73.883487,39.540643],[73.898554,39.555928],[73.908656,39.558243],[73.918547,39.567713],[73.918547,39.572344],[73.916022,39.577815],[73.917164,39.588127],[73.934039,39.588748],[73.941773,39.59058],[73.948693,39.594447],[73.951746,39.60096],[73.95297,39.610677],[73.951197,39.622961],[73.944413,39.653083],[73.937511,39.664981],[73.930233,39.682502],[73.929406,39.698156],[73.925416,39.70474],[73.91564,39.715114],[73.91584,39.717109],[73.921902,39.719539],[73.920965,39.723376],[73.913791,39.726277],[73.911959,39.728719],[73.909822,39.738946],[73.905067,39.743044],[73.878533,39.745638],[73.87574,39.746635],[73.866962,39.757408],[73.863171,39.758007],[73.858391,39.757785],[73.848608,39.752022],[73.844418,39.751623],[73.841825,39.754416],[73.841226,39.761199],[73.844418,39.814266],[73.848408,39.823842],[73.857785,39.840401],[73.870353,39.84858],[73.89968,39.861348],[73.913246,39.871324],[73.916837,39.87671],[73.918234,39.882695],[73.916247,39.903476],[73.910861,39.918888],[73.912357,39.926519],[73.933994,39.954153],[73.950187,39.96755],[73.964677,39.988461],[73.972266,39.995746],[73.972737,40.006887],[73.970237,40.009702],[73.962604,40.013519],[73.945595,40.015528],[73.940908,40.018474],[73.941511,40.021822],[73.946332,40.02584],[73.989657,40.04026],[73.999222,40.0454],[74.003933,40.050825],[74.012928,40.079093],[74.023493,40.088515],[74.038906,40.094893],[74.049476,40.092727],[74.077959,40.079949],[74.087881,40.079521],[74.099017,40.08202],[74.107012,40.085946],[74.117291,40.100579],[74.12393,40.105077],[74.140134,40.107147],[74.210233,40.122066],[74.232861,40.122209],[74.252492,40.126278],[74.263342,40.126063],[74.267197,40.124493],[74.273479,40.10679],[74.276477,40.102293],[74.280689,40.09958],[74.286042,40.099223],[74.304816,40.108289],[74.3235,40.10253],[74.338728,40.093013],[74.346248,40.090633],[74.364998,40.096439],[74.393742,40.117378],[74.440379,40.139174],[74.451515,40.149453],[74.46484,40.167252],[74.504434,40.199613],[74.532736,40.208703],[74.539365,40.216459],[74.547915,40.221258],[74.568138,40.252663],[74.583968,40.270001],[74.601607,40.277991],[74.616985,40.280705],[74.630403,40.279348],[74.650153,40.26985],[74.659802,40.26985],[74.666463,40.27301],[74.682085,40.285373],[74.688135,40.287121],[74.688538,40.290617],[74.686233,40.294798],[74.701402,40.323946],[74.699171,40.339264],[74.702182,40.346666],[74.704776,40.348005],[74.74795,40.346254],[74.785724,40.349823],[74.807437,40.348336],[74.823498,40.344915],[74.860677,40.327962],[74.878672,40.327962],[74.889825,40.335695],[74.902764,40.336885],[74.908986,40.34506],[74.908701,40.349486],[74.902037,40.355324],[74.881688,40.365608],[74.865585,40.379566],[74.857722,40.390091],[74.797681,40.437743],[74.793368,40.442948],[74.794261,40.450979],[74.810471,40.457076],[74.813148,40.461686],[74.81523,40.470461],[74.817267,40.506228],[74.837351,40.520793],[74.846774,40.520793],[74.864382,40.514035],[74.893412,40.506516],[74.904357,40.501472],[74.923964,40.486909],[74.944142,40.476059],[74.964666,40.462382],[74.985449,40.456071],[74.991634,40.455736],[75.002968,40.458415],[75.016816,40.466695],[75.039516,40.456987],[75.052936,40.448564],[75.095389,40.441798],[75.102891,40.442489],[75.1111,40.447343],[75.129088,40.461834],[75.136512,40.462191],[75.165494,40.457651],[75.204501,40.447781],[75.223886,40.447657],[75.237877,40.450227],[75.24573,40.463076],[75.259864,40.472641],[75.265574,40.482778],[75.270428,40.484491],[75.287703,40.484777],[75.298839,40.490487],[75.306549,40.507905],[75.346744,40.534559],[75.383738,40.550532],[75.40106,40.552245],[75.417145,40.556623],[75.429994,40.56576],[75.444545,40.580341],[75.453396,40.583767],[75.459535,40.58805],[75.466674,40.599186],[75.472813,40.603327],[75.494371,40.615319],[75.540485,40.645015],[75.551192,40.650583],[75.57853,40.660248],[75.593737,40.659577],[75.599019,40.656579],[75.601304,40.650725],[75.613439,40.644586],[75.615152,40.637163],[75.61915,40.633165],[75.63257,40.624028],[75.632284,40.618174],[75.626909,40.613337],[75.624575,40.608895],[75.623718,40.597045],[75.627573,40.549075],[75.628572,40.544364],[75.637852,40.535512],[75.647132,40.51324],[75.655841,40.505673],[75.664978,40.501819],[75.684109,40.498678],[75.696815,40.489969],[75.723084,40.478119],[75.728795,40.47198],[75.715375,40.454991],[75.713376,40.443284],[75.705239,40.435717],[75.688677,40.425295],[75.679255,40.411732],[75.679563,40.403377],[75.674621,40.40059],[75.672983,40.394832],[75.673972,40.379324],[75.666786,40.362331],[75.668404,40.356767],[75.684109,40.343632],[75.695388,40.320361],[75.703383,40.311081],[75.701955,40.3038],[75.69653,40.295091],[75.696244,40.292093],[75.698671,40.284669],[75.702383,40.281671],[75.711235,40.281957],[75.722656,40.285383],[75.726511,40.292236],[75.734255,40.298231],[75.747069,40.296947],[75.761203,40.303514],[75.768913,40.302801],[75.774195,40.298946],[75.782476,40.300659],[75.812029,40.318077],[75.823593,40.326786],[75.828019,40.326643],[75.830446,40.320361],[75.836442,40.313365],[75.845579,40.310796],[75.856144,40.310225],[75.87142,40.311652],[75.907826,40.30223],[75.914971,40.293036],[75.920827,40.29354],[75.92611,40.297252],[75.929488,40.313194],[75.925634,40.331278],[75.931606,40.338439],[75.939934,40.341116],[75.943652,40.34409],[75.955103,40.35807],[75.953021,40.373536],[75.955047,40.375391],[75.978006,40.381864],[75.988564,40.379634],[75.997339,40.3719],[76.010128,40.365506],[76.01753,40.358717],[76.023439,40.355807],[76.041238,40.355521],[76.044474,40.356187],[76.047234,40.359043],[76.039715,40.378935],[76.041523,40.385597],[76.046758,40.390261],[76.061892,40.392926],[76.066554,40.395674],[76.075788,40.395591],[76.097869,40.390737],[76.10634,40.395401],[76.113478,40.397304],[76.144031,40.391403],[76.163447,40.383408],[76.172489,40.3816],[76.17839,40.382361],[76.20799,40.394259],[76.220459,40.403015],[76.233308,40.415769],[76.253391,40.421765],[76.2611,40.42719],[76.268238,40.435185],[76.274044,40.438517],[76.278042,40.437184],[76.283277,40.431378],[76.282801,40.426619],[76.278042,40.415198],[76.279469,40.410629],[76.283086,40.407203],[76.30888,40.404252],[76.312687,40.401968],[76.315828,40.395591],[76.322871,40.38988],[76.324203,40.386169],[76.320777,40.367133],[76.323061,40.35476],[76.331722,40.343243],[76.333911,40.341339],[76.338575,40.340768],[76.342953,40.34943],[76.343573,40.357249],[76.352369,40.363688],[76.355407,40.37372],[76.362039,40.382008],[76.370186,40.386672],[76.377771,40.387862],[76.383571,40.378047],[76.388627,40.376113],[76.394427,40.377006],[76.411827,40.386523],[76.43116,40.38697],[76.455996,40.408831],[76.459467,40.414795],[76.471051,40.426289],[76.502544,40.427718],[76.505518,40.430544],[76.510799,40.447888],[76.535708,40.461625],[76.538087,40.4646],[76.540281,40.490333],[76.536749,40.507876],[76.53779,40.51323],[76.546415,40.527209],[76.552804,40.54219],[76.567979,40.560373],[76.597871,40.579855],[76.606667,40.599949],[76.615352,40.60807],[76.641193,40.615494],[76.653328,40.621918],[76.655184,40.625202],[76.656755,40.631341],[76.651329,40.640621],[76.649473,40.647046],[76.649616,40.653042],[76.657468,40.662607],[76.655327,40.679168],[76.657754,40.683594],[76.670889,40.690447],[76.672031,40.694159],[76.66475,40.708293],[76.647475,40.725568],[76.64205,40.739131],[76.642139,40.757756],[76.644566,40.762039],[76.659556,40.767892],[76.667837,40.780599],[76.670978,40.781598],[76.684398,40.778743],[76.690251,40.779457],[76.707034,40.79783],[76.717806,40.815149],[76.725087,40.817576],[76.7268,40.820145],[76.726514,40.825142],[76.716663,40.835279],[76.716663,40.84099],[76.719662,40.843274],[76.729671,40.845552],[76.729988,40.851031],[76.726848,40.85617],[76.728751,40.865212],[76.731892,40.871304],[76.732463,40.899857],[76.736365,40.913087],[76.747882,40.92527],[76.756829,40.952206],[76.759874,40.955917],[76.767013,40.958868],[76.777197,40.959725],[76.791759,40.955917],[76.794805,40.95706],[76.798707,40.968291],[76.809367,40.972669],[76.830402,40.976476],[76.837921,40.976666],[76.843822,40.974668],[76.846677,40.976095],[76.854823,41.002191],[76.870884,41.022392],[76.877166,41.027175],[76.880307,41.028531],[76.896368,41.020322],[76.904147,41.019199],[76.935844,41.028032],[76.948336,41.03617],[76.970108,41.058227],[76.989024,41.070719],[76.998661,41.071861],[77.001997,41.070691],[77.01408,41.055158],[77.016293,41.054372],[77.027286,41.057228],[77.075369,41.061767],[77.085779,41.061767],[77.099015,41.056859],[77.108533,41.049423],[77.105559,41.037377],[77.106451,41.034254],[77.110318,41.031577],[77.127717,41.029346],[77.13242,41.024147],[77.150207,41.018029],[77.165049,41.008512],[77.183932,41.0115],[77.191814,41.019234],[77.206822,41.019658],[77.22007,41.025034],[77.227803,41.026075],[77.247434,41.02429],[77.251747,41.017747],[77.262157,41.016111],[77.264834,41.01388],[77.269593,41.004362],[77.28848,41.002578],[77.302459,41.006147],[77.325807,41.022059],[77.355848,41.032023],[77.359288,41.040436],[77.362681,41.043122],[77.371445,41.037609],[77.382228,41.037845],[77.384238,41.031813],[77.389161,41.029198],[77.400188,41.033569],[77.409237,41.033957],[77.413003,41.031912],[77.415037,41.028305],[77.42634,41.024885],[77.436304,41.019829],[77.459206,41.021911],[77.467385,41.021018],[77.469021,41.019085],[77.466047,41.005403],[77.466939,40.997967],[77.472144,40.99529],[77.487462,40.993952],[77.53218,41.003223],[77.541602,40.997988],[77.551501,41.001034],[77.557021,41.001129],[77.564431,40.998395],[77.578056,40.998654],[77.608323,41.007316],[77.623075,41.008267],[77.645157,41.01474],[77.649154,41.014835],[77.660004,41.009029],[77.673425,41.006745],[77.68989,41.007792],[77.70293,41.013502],[77.725487,41.01769],[77.732055,41.030063],[77.734339,41.031396],[77.754136,41.021402],[77.765938,41.019689],[77.771409,41.021927],[77.775075,41.025875],[77.786877,41.045768],[77.795729,41.048623],[77.81248,41.046053],[77.820206,41.050527],[77.823061,41.05481],[77.820491,41.064661],[77.809498,41.075654],[77.804929,41.083934],[77.799219,41.101352],[77.799794,41.109406],[77.802428,41.112589],[77.80628,41.124839],[77.818068,41.141165],[77.828989,41.149731],[77.874047,41.167705],[77.883941,41.176382],[77.901399,41.183713],[77.924242,41.187628],[77.954176,41.190076],[77.970538,41.185978],[77.992832,41.190132],[77.997908,41.19267],[78.008137,41.190499],[78.014705,41.191213],[78.04302,41.19759],[78.06604,41.209412],[78.085851,41.217054],[78.10522,41.216959],[78.118069,41.221623],[78.12938,41.229687],[78.132065,41.237932],[78.143754,41.310367],[78.145896,41.315792],[78.159744,41.333353],[78.160392,41.336866],[78.155319,41.350056],[78.152891,41.361763],[78.154605,41.3719],[78.15903,41.378182],[78.176163,41.385463],[78.227131,41.396456],[78.266677,41.392173],[78.27867,41.388033],[78.293232,41.392744],[78.304511,41.391745],[78.312077,41.393315],[78.321786,41.385606],[78.325926,41.385606],[78.339489,41.395885],[78.347198,41.39617],[78.362189,41.39303],[78.381605,41.392601],[78.387744,41.396313],[78.389743,41.401025],[78.389886,41.406878],[78.395882,41.408912],[78.414788,41.412098],[78.429146,41.410978],[78.450647,41.411979],[78.470158,41.422543],[78.482912,41.424447],[78.504137,41.431109],[78.528122,41.443863],[78.541352,41.462042],[78.563712,41.478388],[78.576187,41.481459],[78.586752,41.471846],[78.59351,41.469562],[78.599982,41.469657],[78.614544,41.475558],[78.621587,41.476605],[78.631105,41.474225],[78.641194,41.468324],[78.645763,41.467848],[78.648237,41.470704],[78.650902,41.479365],[78.659468,41.490501],[78.681454,41.507252],[78.698967,41.517056],[78.701156,41.520101],[78.701537,41.523433],[78.693066,41.539042],[78.693542,41.542373],[78.703346,41.549607],[78.744938,41.557316],[78.776728,41.558839],[78.787578,41.56198],[78.792813,41.566358],[78.799245,41.565333],[78.802521,41.56198],[78.808613,41.5596],[78.815275,41.561504],[78.846018,41.577113],[78.849064,41.586821],[78.855345,41.592437],[78.86315,41.593579],[78.868392,41.593579],[78.872382,41.591771],[78.878093,41.592627],[78.890276,41.599861],[78.906266,41.610997],[78.913289,41.619313],[78.923779,41.624322],[78.925492,41.626035],[78.926539,41.633078],[78.928823,41.635743],[78.940435,41.637552],[78.943558,41.643921],[78.950143,41.649258],[78.99383,41.663345],[79.012295,41.657539],[79.021813,41.656587],[79.026476,41.658776],[79.034227,41.676655],[79.038183,41.679525],[79.066642,41.687996],[79.090565,41.69272],[79.104009,41.697585],[79.114657,41.702523],[79.123513,41.718756],[79.135791,41.724181],[79.175338,41.725038],[79.202821,41.723253],[79.210744,41.725609],[79.228947,41.73446],[79.249351,41.756068],[79.254823,41.760351],[79.266126,41.764455],[79.27029,41.771534],[79.26916,41.780933],[79.287719,41.787655],[79.311574,41.799255],[79.321746,41.809308],[79.32478,41.810082],[79.32936,41.808654],[79.332513,41.804728],[79.344529,41.796519],[79.350002,41.793187],[79.354939,41.79289],[79.365349,41.80562],[79.403004,41.833162],[79.413474,41.838159],[79.427691,41.839825],[79.464237,41.849824],[79.478729,41.84688],[79.48253,41.844085],[79.483764,41.839025],[79.48725,41.837234],[79.508265,41.834264],[79.546813,41.833978],[79.581991,41.843572],[79.606159,41.852632],[79.613114,41.857164],[79.622023,41.871384],[79.632587,41.882234],[79.640868,41.886631],[79.679244,41.888744],[79.735551,41.899823],[79.756114,41.896429],[79.765133,41.892456],[79.770044,41.892456],[79.795009,41.919057],[79.805145,41.938758],[79.807858,41.954035],[79.811534,41.958617],[79.847761,41.979661],[79.853115,41.986514],[79.848261,42.002861],[79.849546,42.01414],[79.862323,42.022991],[79.915362,42.042622],[79.950197,42.043336],[79.962832,42.041266],[79.996739,42.041337],[80.030504,42.045049],[80.076404,42.045406],[80.087183,42.044478],[80.128427,42.03317],[80.155057,42.03665],[80.15677,42.038648],[80.155527,42.045003],[80.157617,42.05288],[80.188704,42.082444],[80.185181,42.087403],[80.165407,42.097469],[80.135355,42.150221],[80.141851,42.151934],[80.152344,42.150364],[80.159197,42.151435],[80.162909,42.190981],[80.167763,42.203117],[80.190241,42.207435],[80.208325,42.207435],[80.231534,42.211614],[80.261054,42.224377],[80.281843,42.230835],[80.285991,42.239129],[80.287418,42.263495],[80.282945,42.270728],[80.26981,42.281864],[80.268668,42.285767],[80.268288,42.293],[80.26981,42.298806],[80.277901,42.309942],[80.278519,42.317604],[80.260801,42.33158],[80.233648,42.348666],[80.229125,42.357606],[80.23195,42.392405],[80.224366,42.405195],[80.205479,42.425718],[80.204534,42.434448],[80.21081,42.466781],[80.218805,42.479154],[80.234795,42.489243],[80.27365,42.503744],[80.277768,42.509152],[80.275695,42.511316],[80.255517,42.510745],[80.251615,42.512077],[80.24914,42.517407],[80.230289,42.524396],[80.221196,42.532741],[80.181998,42.585233],[80.164105,42.612359],[80.162487,42.621496],[80.164295,42.63425],[80.173584,42.656597],[80.175749,42.671839],[80.203251,42.686929],[80.227619,42.694007],[80.215912,42.713281],[80.260097,42.7802],[80.258038,42.823363],[80.2694,42.833421],[80.274897,42.835419],[80.279251,42.835348],[80.287175,42.830565],[80.291172,42.830351],[80.311731,42.836419],[80.32251,42.837061],[80.327649,42.835277],[80.324794,42.831565],[80.324937,42.827353],[80.333003,42.82514],[80.351634,42.825426],[80.355346,42.830708],[80.35913,42.831565],[80.365197,42.827781],[80.371408,42.828138],[80.374406,42.829709],[80.377761,42.834563],[80.384971,42.838917],[80.388254,42.837989],[80.39575,42.831493],[80.399033,42.830922],[80.416496,42.839818],[80.421519,42.849767],[80.441578,42.857691],[80.451429,42.85662],[80.455926,42.857905],[80.469917,42.866043],[80.49119,42.871183],[80.498271,42.876117],[80.50224,42.877144],[80.512549,42.873375],[80.518331,42.874375],[80.531108,42.881228],[80.539374,42.881462],[80.549126,42.87896],[80.549021,42.882676],[80.552469,42.88691],[80.569542,42.885066],[80.56978,42.889884],[80.571386,42.890776],[80.576145,42.890776],[80.585782,42.887326],[80.592979,42.889587],[80.596608,42.893751],[80.59756,42.897677],[80.593336,42.906005],[80.571981,42.924327],[80.535278,42.936819],[80.500359,42.940329],[80.476651,42.945238],[80.399462,42.990783],[80.376284,43.017227],[80.37408,43.02394],[80.381409,43.033649],[80.394332,43.04597],[80.410179,43.054965],[80.430615,43.062312],[80.480278,43.070098],[80.506833,43.081234],[80.526963,43.092084],[80.551948,43.101222],[80.576218,43.119639],[80.583785,43.127634],[80.591352,43.132059],[80.603772,43.133344],[80.631041,43.14291],[80.648316,43.145908],[80.662825,43.145773],[80.673871,43.143481],[80.696571,43.142196],[80.707279,43.139055],[80.722127,43.128918],[80.728551,43.128776],[80.737403,43.140197],[80.745152,43.146091],[80.754249,43.145194],[80.775379,43.136342],[80.785944,43.1352],[80.790655,43.138198],[80.791512,43.150728],[80.798662,43.173889],[80.796877,43.181474],[80.790334,43.189058],[80.783939,43.207797],[80.783047,43.239622],[80.780073,43.245273],[80.771447,43.253006],[80.766688,43.259699],[80.766391,43.270852],[80.77501,43.296881],[80.772488,43.306395],[80.768473,43.310262],[80.758509,43.313385],[80.73326,43.310358],[80.721125,43.310787],[80.693142,43.315355],[80.685147,43.32435],[80.683434,43.329918],[80.699995,43.35276],[80.720697,43.374747],[80.726836,43.379173],[80.732118,43.387167],[80.734374,43.409979],[80.740827,43.432853],[80.75339,43.44299],[80.756531,43.447558],[80.751743,43.490713],[80.687496,43.577692],[80.518823,43.813981],[80.520339,43.823359],[80.517159,43.840218],[80.518682,43.847166],[80.516055,43.859749],[80.509185,43.865206],[80.50865,43.867704],[80.509669,43.896147],[80.505504,43.903575],[80.494018,43.912942],[80.48727,43.923507],[80.478347,43.930931],[80.476135,43.934571],[80.475492,43.941424],[80.477848,43.945707],[80.484415,43.949847],[80.486271,43.952346],[80.485914,43.954701],[80.461429,43.970549],[80.456237,43.985701],[80.453221,44.005879],[80.454915,44.030648],[80.451724,44.048496],[80.444372,44.067632],[80.445511,44.075224],[80.443184,44.081698],[80.434742,44.08803],[80.395908,44.107795],[80.391876,44.112006],[80.390719,44.115921],[80.390116,44.120746],[80.399614,44.133259],[80.401674,44.138348],[80.399024,44.195189],[80.40669,44.251354],[80.404063,44.290015],[80.398062,44.302768],[80.39205,44.309944],[80.385269,44.343851],[80.383365,44.37288],[80.37587,44.4169],[80.36421,44.445097],[80.350814,44.463395],[80.346674,44.480242],[80.350087,44.487018],[80.362806,44.499373],[80.370659,44.513792],[80.372943,44.533066],[80.388219,44.56219],[80.395643,44.593742],[80.405196,44.609221],[80.405672,44.616836],[80.402935,44.623379],[80.342686,44.68839],[80.328263,44.698681],[80.31263,44.705819],[80.266741,44.720545],[80.239805,44.725399],[80.216867,44.739009],[80.198966,44.75708],[80.199298,44.768817],[80.196443,44.774956],[80.181024,44.790518],[80.178129,44.79886],[80.18527,44.81917],[80.178931,44.831391],[80.166531,44.845432],[80.156633,44.846479],[80.149895,44.829193],[80.121709,44.815568],[80.105775,44.81542],[80.095175,44.817528],[80.06261,44.814362],[80.043915,44.80607],[80.017833,44.801999],[80.010597,44.79627],[80.0014,44.79416],[79.995671,44.796421],[79.993259,44.800944],[79.997179,44.8121],[79.997782,44.818583],[79.994767,44.827177],[79.953851,44.849309],[79.949328,44.853982],[79.94782,44.859108],[79.950986,44.868908],[79.96365,44.875541],[79.965007,44.879461],[79.914351,44.897703],[79.893395,44.896497],[79.886158,44.903885],[79.886309,44.907051],[79.890983,44.913232],[79.925438,44.931344],[79.934307,44.932775],[79.941542,44.93718],[79.945679,44.952812],[79.951479,44.959356],[79.964566,44.964858],[79.977653,44.964858],[79.98152,44.966346],[79.996094,44.976161],[80.002252,44.983524],[80.01974,44.989397],[80.033422,44.996832],[80.046509,45.00635],[80.053612,45.015511],[80.06194,45.030358],[80.07062,45.036126],[80.087295,45.041094],[80.095713,45.049426],[80.104993,45.053709],[80.113702,45.052281],[80.133212,45.044251],[80.13928,45.047749],[80.141684,45.059705],[80.145777,45.061514],[80.153105,45.060943],[80.164648,45.054569],[80.192142,45.03214],[80.2063,45.028928],[80.226834,45.030921],[80.248646,45.035818],[80.258596,45.043507],[80.266134,45.056171],[80.279703,45.063407],[80.298699,45.06989],[80.316489,45.072302],[80.32855,45.070342],[80.334731,45.056623],[80.341365,45.048783],[80.353426,45.043808],[80.375136,45.043507],[80.39383,45.047276],[80.40559,45.056774],[80.436963,45.076182],[80.441321,45.0818],[80.444652,45.101741],[80.484023,45.127407],[80.492882,45.128386],[80.497555,45.125522],[80.506299,45.114667],[80.513536,45.111501],[80.522313,45.110351],[80.552734,45.114214],[80.567208,45.112104],[80.584847,45.105319],[80.590064,45.104857],[80.607543,45.108665],[80.62495,45.117079],[80.69656,45.136074],[80.719988,45.150298],[80.726108,45.155694],[80.726394,45.159977],[80.723396,45.163546],[80.716257,45.166973],[80.713318,45.173157],[80.715022,45.176074],[80.723017,45.178241],[80.730106,45.176824],[80.753763,45.159363],[80.768939,45.154266],[80.798378,45.154455],[80.813696,45.152968],[80.829311,45.148804],[80.849388,45.128578],[80.887161,45.128281],[80.896233,45.129619],[80.920176,45.147906],[80.930493,45.158453],[80.942296,45.163307],[80.957143,45.166828],[80.969993,45.16778],[80.981884,45.161826],[80.9969,45.162617],[81.024264,45.167138],[81.044965,45.174157],[81.060551,45.176893],[81.078278,45.183318],[81.08268,45.194026],[81.087075,45.197688],[81.100764,45.202592],[81.103738,45.205209],[81.104928,45.217701],[81.10695,45.2202],[81.113732,45.221389],[81.130983,45.220557],[81.147877,45.212347],[81.155491,45.209849],[81.162154,45.209611],[81.166556,45.213061],[81.168697,45.22484],[81.171434,45.228885],[81.182617,45.232573],[81.20546,45.236618],[81.21581,45.236618],[81.22747,45.246493],[81.239129,45.244946],[81.258135,45.237512],[81.273988,45.23638],[81.323005,45.259699],[81.338948,45.263387],[81.356397,45.263387],[81.370356,45.258152],[81.376662,45.257676],[81.38035,45.260531],[81.385347,45.268384],[81.40505,45.278622],[81.432698,45.281947],[81.43603,45.279686],[81.446261,45.266123],[81.462085,45.264815],[81.476837,45.270049],[81.499655,45.281934],[81.517407,45.2804],[81.52514,45.285159],[81.532636,45.30586],[81.54025,45.308121],[81.571373,45.310567],[81.573395,45.327805],[81.57569,45.333666],[81.621054,45.353636],[81.635093,45.35899],[81.649845,45.358514],[81.669952,45.355183],[81.697791,45.368627],[81.71421,45.363749],[81.726583,45.362916],[81.734197,45.370292],[81.746094,45.376836],[81.770841,45.379572],[81.776812,45.385658],[81.781956,45.384992],[81.791609,45.377418],[81.79682,45.369144],[81.814293,45.35451],[81.827618,45.337497],[81.830985,45.323774],[81.854858,45.300203],[81.869847,45.287497],[81.875599,45.28633],[81.901098,45.265191],[81.913144,45.250171],[81.91716,45.240802],[81.924075,45.232212],[81.949112,45.237939],[81.989932,45.238823],[82.006071,45.242103],[82.015886,45.247457],[82.031799,45.248349],[82.049347,45.255934],[82.06065,45.255041],[82.088906,45.25058],[82.089947,45.242549],[82.085783,45.229611],[82.08754,45.222402],[82.100357,45.213103],[82.107495,45.210724],[82.115377,45.210575],[82.126085,45.214144],[82.136792,45.220242],[82.151069,45.223662],[82.173823,45.224554],[82.205202,45.234667],[82.280934,45.244494],[82.290874,45.24429],[82.355477,45.212602],[82.398791,45.201986],[82.479283,45.178561],[82.549375,45.199721],[82.58453,45.222829],[82.596841,45.346805],[82.560924,45.397112],[82.544668,45.424778],[82.442837,45.460895],[82.277842,45.538716],[82.278079,45.552815],[82.26275,45.618253],[82.282281,45.644388],[82.285432,45.65921],[82.287003,45.716745],[82.291,45.726596],[82.331689,45.767428],[82.337971,45.783418],[82.344824,45.824535],[82.344538,45.838669],[82.330975,45.87536],[82.333688,45.885639],[82.338113,45.891921],[82.340398,45.903628],[82.338685,45.936179],[82.341629,45.941166],[82.393458,45.971682],[82.409162,45.973109],[82.431416,45.968313],[82.455687,45.977245],[82.517853,46.160353],[82.604275,46.29208],[82.724922,46.492928],[82.772466,46.599031],[82.784232,46.678458],[82.824119,46.77375],[82.874563,46.797545],[82.872232,46.822712],[82.921142,46.943226],[82.93023,46.969254],[82.935294,47.015541],[82.956727,47.031433],[82.971385,47.045043],[82.989685,47.065663],[82.996552,47.089803],[83.009877,47.114111],[83.009862,47.124617],[83.015572,47.132422],[83.025376,47.168209],[83.023282,47.213323],[83.025185,47.221794],[83.046165,47.219339],[83.071752,47.22772],[83.089811,47.226972],[83.100519,47.223403],[83.124647,47.229971],[83.139961,47.237764],[83.147061,47.237109],[83.154057,47.234396],[83.167192,47.224545],[83.180897,47.219406],[83.1996,47.215979],[83.204311,47.213124],[83.215733,47.191709],[83.218017,47.189996],[83.231437,47.187854],[83.236699,47.18556],[83.245,47.177575],[83.256707,47.174577],[83.282405,47.176861],[83.298109,47.180145],[83.30896,47.178717],[83.320952,47.171007],[83.332945,47.170436],[83.349649,47.176575],[83.364181,47.177598],[83.366659,47.167084],[83.371269,47.161879],[83.392685,47.148049],[83.405177,47.131095],[83.414695,47.120982],[83.420197,47.119495],[83.426902,47.120559],[83.451875,47.132244],[83.460798,47.132244],[83.468085,47.124065],[83.476136,47.120183],[83.485336,47.109473],[83.487907,47.108375],[83.498399,47.109758],[83.509464,47.106832],[83.530808,47.087344],[83.537661,47.083346],[83.546655,47.08149],[83.565786,47.08149],[83.568356,47.079063],[83.569212,47.07478],[83.566642,47.066928],[83.567356,47.063359],[83.570497,47.061217],[83.598051,47.058505],[83.613042,47.05051],[83.631078,47.046658],[83.662987,47.042899],[83.693825,47.034713],[83.695728,47.031953],[83.694681,47.01958],[83.697822,47.014821],[83.704294,47.016058],[83.717748,47.023593],[83.739373,47.028556],[83.749389,47.028598],[83.772616,47.025254],[83.791446,47.015213],[83.823712,47.008146],[83.84592,46.997356],[83.873545,46.993715],[83.876686,46.991431],[83.880113,46.984364],[83.882111,46.983579],[83.889678,46.98315],[83.900957,46.985577],[83.907024,46.984649],[83.911807,46.974442],[83.917803,46.968231],[83.927297,46.969516],[83.940933,46.983773],[83.94827,46.986934],[83.959406,46.987076],[83.970256,46.983222],[83.974896,46.983293],[83.993099,46.991419],[84.004619,46.989445],[84.008745,46.986617],[84.057963,46.969422],[84.093513,46.966424],[84.129776,46.971136],[84.151619,46.979416],[84.192879,47.003401],[84.236423,47.000974],[84.24299,46.997262],[84.248415,46.996405],[84.262692,47.002259],[84.289961,46.995263],[84.303667,46.995834],[84.316801,46.999118],[84.329508,47.004829],[84.33636,47.004543],[84.347015,46.996178],[84.376621,46.995406],[84.41631,47.005543],[84.429302,47.007256],[84.44158,47.007113],[84.448005,47.004686],[84.458818,46.994073],[84.482166,46.985447],[84.511017,46.972063],[84.54894,46.989016],[84.58679,46.997266],[84.636273,46.994807],[84.655457,47.000904],[84.664083,46.995699],[84.667206,46.995997],[84.675832,47.004027],[84.684606,47.007596],[84.747364,47.008191],[84.751677,47.005961],[84.773538,46.981125],[84.792723,46.972797],[84.813158,46.96818],[84.845963,46.956884],[84.853994,46.935915],[84.864106,46.92491],[84.910655,46.889813],[84.920172,46.872413],[84.929095,46.863044],[84.937312,46.864375],[84.947602,46.863276],[84.97203,46.880957],[84.974291,46.883973],[84.972331,46.903723],[84.981679,46.915331],[84.98982,46.92091],[85.00972,46.928297],[85.06309,46.930709],[85.071835,46.932971],[85.083041,46.947798],[85.089034,46.959998],[85.137069,46.989295],[85.168002,46.995839],[85.17752,47.006546],[85.201842,47.044112],[85.214977,47.053392],[85.235748,47.055984],[85.264517,47.054677],[85.267307,47.055826],[85.269086,47.058817],[85.269942,47.066955],[85.273083,47.067954],[85.279508,47.067954],[85.323195,47.044255],[85.356085,47.052457],[85.365763,47.052699],[85.380016,47.048966],[85.425131,47.060673],[85.442977,47.061815],[85.460537,47.061672],[85.478812,47.056961],[85.537101,47.055556],[85.540963,47.060142],[85.538108,47.087414],[85.549139,47.115888],[85.564701,47.13045],[85.575547,47.137645],[85.642081,47.197979],[85.6572,47.215087],[85.682199,47.232529],[85.687767,47.239096],[85.690051,47.245378],[85.68791,47.263367],[85.696636,47.281812],[85.696464,47.291806],[85.693076,47.298734],[85.673195,47.315454],[85.670081,47.319674],[85.670138,47.322073],[85.673964,47.330696],[85.683305,47.342966],[85.685776,47.356185],[85.689088,47.364065],[85.699139,47.375087],[85.700053,47.382682],[85.698168,47.39319],[85.688003,47.413863],[85.688175,47.427283],[85.68629,47.437905],[85.683435,47.441845],[85.670586,47.450468],[85.651112,47.460405],[85.641518,47.469257],[85.635408,47.479764],[85.631639,47.492099],[85.624009,47.49843],[85.614625,47.503265],[85.612953,47.509157],[85.613739,47.521212],[85.617653,47.540476],[85.552218,47.966142],[85.549845,47.979658],[85.540053,47.993007],[85.539867,47.99639],[85.543329,48],[85.542558,48.014446],[85.539395,48.020893],[85.530454,48.024547],[85.526535,48.024152],[85.53225,48.035323],[85.534119,48.044358],[85.543637,48.05697],[85.541139,48.076481],[85.549705,48.078028],[85.550239,48.079629],[85.543518,48.084928],[85.543518,48.088378],[85.548634,48.093137],[85.549467,48.104797],[85.556119,48.109155],[85.555297,48.11134],[85.551489,48.113363],[85.549586,48.118003],[85.555535,48.12764],[85.562197,48.130376],[85.566004,48.13454],[85.566123,48.137276],[85.563133,48.141321],[85.565528,48.1531],[85.569521,48.157262],[85.574179,48.159134],[85.581563,48.167664],[85.584088,48.178084],[85.590394,48.184985],[85.591821,48.19831],[85.605503,48.203663],[85.61169,48.208422],[85.616449,48.208422],[85.62097,48.2064],[85.62561,48.20747],[85.62787,48.211278],[85.627405,48.2178],[85.636198,48.227925],[85.638816,48.233763],[85.644149,48.236122],[85.651427,48.242567],[85.661076,48.245586],[85.667488,48.251847],[85.668797,48.258748],[85.676887,48.266838],[85.678077,48.272668],[85.686881,48.279092],[85.684977,48.287063],[85.688427,48.295392],[85.688546,48.301102],[85.695923,48.303958],[85.696637,48.306575],[85.694376,48.310501],[85.697313,48.31878],[85.695328,48.325293],[85.697231,48.333463],[85.715434,48.355354],[85.715841,48.360723],[85.71819,48.365053],[85.746612,48.386037],[85.753098,48.391638],[85.752484,48.395788],[85.769076,48.407445],[85.785383,48.414007],[85.787454,48.417476],[85.799131,48.416887],[85.811138,48.419808],[85.825009,48.426441],[85.83259,48.426171],[85.858661,48.43069],[85.88742,48.429524],[85.898105,48.431055],[85.914362,48.436493],[86.064101,48.441029],[86.224295,48.431946],[86.231443,48.436371],[86.246219,48.441868],[86.255981,48.450671],[86.27435,48.457238],[86.287878,48.473935],[86.292874,48.475431],[86.310143,48.489623],[86.32825,48.489178],[86.336673,48.491819],[86.360016,48.493247],[86.368242,48.497723],[86.368534,48.500758],[86.376077,48.502884],[86.379361,48.501456],[86.390282,48.487893],[86.406565,48.478482],[86.587008,48.541071],[86.590738,48.54423],[86.59166,48.550565],[86.595646,48.555413],[86.595914,48.558744],[86.593855,48.562034],[86.59561,48.568577],[86.593408,48.572027],[86.593494,48.576067],[86.602032,48.585733],[86.60887,48.588074],[86.611668,48.595898],[86.616078,48.596364],[86.622065,48.602209],[86.627776,48.604017],[86.63362,48.611308],[86.633639,48.614848],[86.630955,48.618579],[86.636418,48.628421],[86.643728,48.630267],[86.654544,48.629459],[86.663562,48.630792],[86.665137,48.632586],[86.670915,48.634042],[86.676675,48.634049],[86.681636,48.639239],[86.688296,48.640983],[86.690582,48.644288],[86.69044,48.648096],[86.692581,48.648357],[86.697507,48.653973],[86.700076,48.668226],[86.705026,48.672533],[86.70814,48.673039],[86.733738,48.689469],[86.73558,48.693909],[86.739049,48.695765],[86.740377,48.698649],[86.743532,48.69932],[86.751971,48.707102],[86.76392,48.713677],[86.768467,48.713857],[86.772174,48.719806],[86.772643,48.726724],[86.776486,48.730721],[86.776355,48.737332],[86.772072,48.747302],[86.772286,48.750253],[86.752013,48.776771],[86.750157,48.780697],[86.750633,48.783505],[86.751942,48.786955],[86.756867,48.790619],[86.760413,48.801731],[86.764417,48.807235],[86.800552,48.822138],[86.817933,48.831747],[86.82004,48.847981],[86.814499,48.858117],[86.803662,48.86558],[86.797843,48.872489],[86.767822,48.892229],[86.740876,48.91449],[86.740938,48.927015],[86.739367,48.933939],[86.732729,48.946146],[86.730242,48.955877],[86.733014,48.971344],[86.731817,48.981703],[86.732838,48.992315],[86.740657,49.004661],[86.745523,49.007343],[86.760087,49.021744],[86.772194,49.027514],[86.78145,49.027657],[86.797486,49.038837],[86.80664,49.041199],[86.82382,49.048753],[86.834048,49.050198],[86.835252,49.054264],[86.846075,49.062857],[86.847379,49.066051],[86.844483,49.072989],[86.842633,49.086546],[86.844135,49.100917],[86.853185,49.110559],[86.858534,49.112804],[86.863411,49.117531],[86.875403,49.120916],[86.876036,49.125485],[86.886927,49.131808],[86.907818,49.135118],[86.936119,49.13082],[86.966605,49.133395],[86.999424,49.142967],[87.016446,49.140691],[87.044165,49.131215],[87.051735,49.135681],[87.060868,49.137229],[87.08286,49.133686],[87.101037,49.145389],[87.106988,49.155292],[87.138349,49.15453],[87.154339,49.148153],[87.159193,49.144632],[87.199073,49.14092],[87.205493,49.138729],[87.231719,49.114555],[87.276977,49.1171],[87.290895,49.11951],[87.309337,49.107566],[87.3299,49.10743],[87.37223,49.10129],[87.380245,49.098252],[87.414753,49.079059],[87.432835,49.076402],[87.464279,49.088235],[87.473464,49.087451],[87.482638,49.089108],[87.510239,49.103028],[87.510482,49.109386],[87.504172,49.117662],[87.490609,49.130154],[87.491323,49.138601],[87.496319,49.142289],[87.505123,49.144193],[87.538912,49.145264],[87.558185,49.142765],[87.569131,49.14336],[87.599231,49.153473],[87.622074,49.15038],[87.630997,49.150617],[87.64218,49.154425],[87.673232,49.156447],[87.681204,49.161563],[87.688342,49.171438],[87.696018,49.17644],[87.713683,49.180718],[87.734266,49.182145],[87.75925,49.174055],[87.767459,49.173698],[87.778048,49.176316],[87.78352,49.18155],[87.790302,49.183097],[87.797202,49.180599]]]}},{type:"Feature",properties:{name:"台湾省",province_adcode:71e4,province_type:"省",name_en:"Taiwan",name_var:"Tái Wān",adcode:71e4},geometry:{type:"MultiPolygon",coordinates:[[[[123.697932,25.929303],[123.690546,25.930977],[123.691622,25.937281],[123.695521,25.938765],[123.700281,25.935324],[123.701472,25.931378],[123.697932,25.929303]]],[[[123.492345,25.741924],[123.476758,25.741528],[123.464416,25.735345],[123.46004,25.736147],[123.458589,25.739436],[123.46011,25.743947],[123.464793,25.747515],[123.477036,25.751765],[123.488521,25.748567],[123.493387,25.744016],[123.492345,25.741924]]],[[[122.073633,25.625059],[122.070375,25.625399],[122.064919,25.629282],[122.066194,25.634263],[122.07673,25.63535],[122.077211,25.63112],[122.073633,25.625059]]],[[[121.550215,25.290851],[121.565836,25.291932],[121.568754,25.296729],[121.577039,25.298313],[121.586932,25.291854],[121.597731,25.289222],[121.618048,25.277116],[121.627043,25.268802],[121.633474,25.258715],[121.634993,25.250523],[121.634423,25.238616],[121.64339,25.230598],[121.651507,25.233063],[121.65226,25.229213],[121.649594,25.222959],[121.656818,25.212127],[121.672219,25.201934],[121.676149,25.203406],[121.67979,25.202549],[121.685714,25.207867],[121.68757,25.205226],[121.692336,25.207908],[121.691496,25.20401],[121.694111,25.202781],[121.687311,25.195216],[121.686086,25.189028],[121.692173,25.180496],[121.697565,25.181234],[121.708473,25.175122],[121.707196,25.16483],[121.724761,25.164832],[121.729996,25.163255],[121.733798,25.158142],[121.737843,25.160731],[121.742704,25.156996],[121.74921,25.156779],[121.75,25.154648],[121.745867,25.15182],[121.750297,25.146948],[121.753128,25.148164],[121.753548,25.145451],[121.744627,25.13963],[121.740751,25.133552],[121.740264,25.131484],[121.742154,25.130468],[121.74632,25.136733],[121.757955,25.143459],[121.764492,25.151103],[121.772672,25.155377],[121.791447,25.143133],[121.79474,25.144429],[121.793354,25.146747],[121.795649,25.14758],[121.806385,25.148208],[121.807297,25.146803],[121.801576,25.14085],[121.802748,25.135952],[121.808567,25.132854],[121.819509,25.134296],[121.822155,25.133384],[121.818343,25.128553],[121.819622,25.123006],[121.8215,25.121365],[121.825606,25.121111],[121.830619,25.126122],[121.83609,25.12794],[121.848792,25.127065],[121.865712,25.122169],[121.885123,25.12325],[121.89219,25.119999],[121.898194,25.119533],[121.909789,25.12238],[121.917113,25.127115],[121.924251,25.12923],[121.922781,25.123355],[121.912432,25.113722],[121.915688,25.111719],[121.921919,25.113061],[121.923251,25.10458],[121.918646,25.101578],[121.913267,25.0852],[121.91507,25.077142],[121.924113,25.070852],[121.931599,25.062852],[121.927911,25.049556],[121.928098,25.041027],[121.937426,25.027588],[121.935468,25.022733],[121.94511,25.019415],[121.950025,25.019524],[121.976353,25.025378],[121.989381,25.020837],[121.9902,25.012218],[121.996864,25.01676],[121.99922,25.016593],[122.004764,25.010383],[122.004885,25.007167],[122.002694,25.003018],[121.994469,25.00085],[121.977027,24.991897],[121.965936,24.983996],[121.956241,24.982727],[121.926185,24.9692],[121.918143,24.957444],[121.904522,24.946678],[121.903589,24.94403],[121.889036,24.937058],[121.885686,24.930877],[121.887487,24.926781],[121.884736,24.917529],[121.858211,24.893695],[121.851143,24.890789],[121.833537,24.865349],[121.834426,24.860258],[121.826807,24.842033],[121.819886,24.804394],[121.817906,24.782892],[121.818768,24.759304],[121.822944,24.739226],[121.83353,24.717165],[121.838527,24.666541],[121.849753,24.629703],[121.858216,24.616253],[121.865102,24.6089],[121.880414,24.605296],[121.885705,24.59944],[121.879222,24.599047],[121.865427,24.604848],[121.859467,24.603826],[121.857025,24.599568],[121.86245,24.593279],[121.864076,24.587129],[121.871404,24.586921],[121.877101,24.579297],[121.871584,24.577671],[121.869361,24.574111],[121.873542,24.53455],[121.869393,24.528122],[121.841434,24.520015],[121.838417,24.510728],[121.838569,24.500818],[121.840603,24.49762],[121.847634,24.496442],[121.850087,24.494549],[121.851649,24.483759],[121.849163,24.479857],[121.843131,24.477163],[121.838091,24.471449],[121.82033,24.462189],[121.818927,24.453488],[121.814929,24.446909],[121.802221,24.436344],[121.796435,24.426337],[121.789584,24.404587],[121.786926,24.377465],[121.770739,24.336931],[121.773222,24.317227],[121.771533,24.305796],[121.766927,24.303707],[121.75918,24.306724],[121.746992,24.277431],[121.743908,24.264147],[121.740992,24.258696],[121.727692,24.246089],[121.71967,24.244399],[121.715369,24.241735],[121.70458,24.224794],[121.683573,24.211638],[121.673679,24.207596],[121.664949,24.196066],[121.659803,24.184698],[121.658054,24.174334],[121.658469,24.167561],[121.663042,24.157028],[121.664838,24.147394],[121.663376,24.136275],[121.653179,24.120691],[121.628478,24.103265],[121.61713,24.083197],[121.615414,24.068847],[121.619214,24.051167],[121.629221,24.031194],[121.636732,24.022834],[121.643345,24.018834],[121.646879,24.007713],[121.640317,23.996121],[121.636528,23.993112],[121.63203,23.985863],[121.61668,23.974509],[121.608158,23.962791],[121.606294,23.957324],[121.605931,23.952717],[121.61016,23.942715],[121.611283,23.933691],[121.604123,23.908855],[121.604763,23.898068],[121.60196,23.877854],[121.597254,23.857771],[121.587478,23.830281],[121.584703,23.828758],[121.582321,23.818994],[121.575949,23.811237],[121.572412,23.80163],[121.570041,23.780455],[121.570536,23.764661],[121.572845,23.760259],[121.571772,23.756356],[121.559724,23.729537],[121.556681,23.725483],[121.552778,23.724179],[121.549461,23.717996],[121.548693,23.709563],[121.549797,23.701736],[121.551656,23.699305],[121.551075,23.693786],[121.546893,23.681128],[121.544509,23.665765],[121.541138,23.660317],[121.542979,23.654622],[121.536305,23.649905],[121.531012,23.631575],[121.529484,23.597098],[121.525683,23.582618],[121.525951,23.577774],[121.511314,23.553345],[121.502771,23.519251],[121.505465,23.494119],[121.506575,23.491563],[121.511424,23.492613],[121.514449,23.488813],[121.502754,23.466588],[121.496542,23.441103],[121.474245,23.386475],[121.465766,23.32187],[121.458561,23.313194],[121.454548,23.313941],[121.447326,23.310099],[121.42992,23.286099],[121.414035,23.233539],[121.415471,23.227211],[121.418423,23.228356],[121.42012,23.225956],[121.409361,23.214417],[121.402899,23.212469],[121.397274,23.207567],[121.396054,23.204572],[121.395391,23.197567],[121.397299,23.186967],[121.406977,23.165812],[121.404181,23.154642],[121.399196,23.148856],[121.398796,23.136593],[121.402369,23.128613],[121.412014,23.12322],[121.402299,23.114421],[121.396298,23.117222],[121.38238,23.096879],[121.366676,23.096829],[121.359292,23.089146],[121.34785,23.06703],[121.345341,23.05621],[121.345737,23.051193],[121.322235,22.993327],[121.315704,22.980897],[121.310583,22.97267],[121.2993,22.959786],[121.293699,22.954925],[121.287024,22.952861],[121.283683,22.949172],[121.279082,22.935953],[121.260443,22.905296],[121.252093,22.888491],[121.237928,22.877858],[121.234858,22.866914],[121.231791,22.864798],[121.225655,22.868201],[121.209888,22.864626],[121.199049,22.85807],[121.189505,22.848407],[121.185497,22.833333],[121.195437,22.814191],[121.199855,22.796859],[121.197441,22.793924],[121.192617,22.791329],[121.188567,22.791978],[121.182956,22.787676],[121.179369,22.780197],[121.177182,22.763203],[121.17407,22.757903],[121.155985,22.747102],[121.126216,22.718487],[121.102604,22.706132],[121.093353,22.704199],[121.082043,22.699055],[121.054978,22.677089],[121.034259,22.667164],[121.026055,22.657206],[121.017564,22.638667],[121.011459,22.616901],[121.007382,22.589802],[120.99811,22.57945],[120.984836,22.569143],[120.97886,22.558903],[120.958304,22.503891],[120.943679,22.45228],[120.931141,22.420635],[120.926802,22.414969],[120.921688,22.398328],[120.914814,22.387085],[120.907559,22.358414],[120.902743,22.354029],[120.893372,22.331694],[120.890717,22.289465],[120.894109,22.138805],[120.885302,22.129123],[120.887814,22.116682],[120.891344,22.108914],[120.899955,22.104274],[120.890379,22.087031],[120.89013,22.078563],[120.892488,22.069866],[120.892608,22.050732],[120.899882,22.034404],[120.888244,22.026886],[120.886134,22.017777],[120.874123,21.999878],[120.854271,21.989683],[120.849121,21.989832],[120.845499,21.987561],[120.843462,21.979925],[120.844739,21.976261],[120.843926,21.968798],[120.840048,21.957075],[120.84075,21.949795],[120.847831,21.933258],[120.853989,21.927743],[120.861066,21.916821],[120.86049,21.909034],[120.866201,21.900485],[120.860855,21.897118],[120.852905,21.897433],[120.848596,21.900797],[120.847216,21.913349],[120.836468,21.916869],[120.832267,21.924437],[120.822119,21.934964],[120.813775,21.9338],[120.799165,21.937785],[120.782463,21.945268],[120.771416,21.952272],[120.765995,21.959273],[120.755092,21.956607],[120.746266,21.948731],[120.744657,21.941629],[120.746735,21.93423],[120.743857,21.932324],[120.741976,21.927899],[120.739363,21.926919],[120.739226,21.919962],[120.728499,21.918536],[120.723365,21.921666],[120.719416,21.927795],[120.719523,21.932702],[120.716536,21.935056],[120.711283,21.93473],[120.710506,21.940108],[120.712577,21.964878],[120.716191,21.972071],[120.714863,21.978981],[120.712912,21.983465],[120.694295,22.005228],[120.686835,22.021672],[120.685853,22.026999],[120.690185,22.036516],[120.698043,22.041658],[120.69488,22.047767],[120.697447,22.054397],[120.69907,22.055875],[120.703667,22.054924],[120.706673,22.056259],[120.706557,22.069699],[120.700903,22.083366],[120.702448,22.085416],[120.716004,22.090115],[120.717562,22.094417],[120.685663,22.20898],[120.678621,22.219206],[120.671838,22.234303],[120.659098,22.24755],[120.649718,22.253943],[120.652273,22.26739],[120.643535,22.290661],[120.642664,22.303128],[120.630507,22.319391],[120.606554,22.340119],[120.600679,22.353616],[120.593101,22.364283],[120.584977,22.372231],[120.548162,22.396528],[120.479271,22.431842],[120.454014,22.447151],[120.456058,22.449087],[120.460574,22.448789],[120.464491,22.445169],[120.464419,22.443361],[120.483848,22.433411],[120.4871,22.436589],[120.489102,22.442482],[120.485446,22.444396],[120.485182,22.448975],[120.479781,22.448861],[120.479636,22.453756],[120.472798,22.45571],[120.471989,22.45384],[120.46104,22.456239],[120.458388,22.453921],[120.458838,22.452079],[120.452216,22.44831],[120.437251,22.465012],[120.440638,22.468301],[120.44649,22.469122],[120.445462,22.471946],[120.442258,22.471513],[120.437485,22.474548],[120.43466,22.471568],[120.435504,22.469747],[120.439311,22.473026],[120.440848,22.471797],[120.435487,22.468728],[120.434676,22.473135],[120.425518,22.477511],[120.414656,22.480118],[120.415084,22.476753],[120.412779,22.47588],[120.396939,22.481909],[120.355558,22.510881],[120.351347,22.508366],[120.329583,22.526336],[120.312696,22.515075],[120.303502,22.526554],[120.309726,22.533235],[120.317379,22.523927],[120.324988,22.530278],[120.31264,22.54447],[120.319268,22.550976],[120.322803,22.550041],[120.33116,22.538236],[120.340306,22.541397],[120.341498,22.543588],[120.321554,22.557062],[120.297627,22.58431],[120.281838,22.609973],[120.283588,22.610891],[120.28716,22.609234],[120.291251,22.614614],[120.280025,22.620159],[120.265897,22.617162],[120.263253,22.627932],[120.259432,22.634046],[120.256269,22.636159],[120.25169,22.645397],[120.250401,22.656553],[120.252201,22.663419],[120.256294,22.668556],[120.259114,22.668753],[120.262786,22.672514],[120.265749,22.680126],[120.274001,22.683563],[120.274872,22.70677],[120.268444,22.709357],[120.265207,22.708629],[120.262982,22.70072],[120.261623,22.701622],[120.256958,22.712421],[120.256297,22.718198],[120.24881,22.730266],[120.245072,22.740387],[120.233591,22.761758],[120.214992,22.804638],[120.212693,22.807727],[120.203714,22.806338],[120.202363,22.812766],[120.208523,22.814071],[120.209216,22.817848],[120.19709,22.849815],[120.193122,22.848385],[120.189796,22.858203],[120.193373,22.859304],[120.193339,22.861264],[120.19978,22.860699],[120.202102,22.859461],[120.204168,22.853193],[120.206617,22.853618],[120.208121,22.851548],[120.210176,22.851685],[120.21246,22.845613],[120.217958,22.845568],[120.218385,22.848767],[120.215222,22.850778],[120.215801,22.852406],[120.207021,22.85507],[120.208762,22.855817],[120.207736,22.860774],[120.204951,22.861558],[120.206862,22.862555],[120.207751,22.870372],[120.211388,22.873313],[120.210924,22.879427],[120.207906,22.879504],[120.203882,22.87695],[120.203572,22.873391],[120.201715,22.872307],[120.20334,22.86836],[120.202102,22.865884],[120.197163,22.863933],[120.196358,22.864944],[120.1983,22.865892],[120.196151,22.871876],[120.192815,22.870838],[120.195391,22.863586],[120.193016,22.863212],[120.18794,22.87964],[120.179616,22.898664],[120.174306,22.916796],[120.17579,22.93223],[120.172897,22.94699],[120.162692,22.967254],[120.166798,22.970638],[120.170382,22.96864],[120.173372,22.971307],[120.175231,22.976722],[120.171351,22.978823],[120.167876,22.978662],[120.163108,22.983673],[120.159536,22.984015],[120.155919,22.988774],[120.155919,22.994342],[120.153397,22.994722],[120.148651,22.987466],[120.141841,22.993362],[120.140074,22.997447],[120.133155,23.001048],[120.109587,23.019047],[120.077471,23.037943],[120.067284,23.041915],[120.069788,23.048189],[120.06688,23.053959],[120.060363,23.055474],[120.053097,23.053539],[120.049371,23.05842],[120.038649,23.06347],[120.039982,23.06882],[120.038445,23.075093],[120.0369,23.075507],[120.036371,23.102149],[120.053959,23.11429],[120.073379,23.12315],[120.083908,23.123997],[120.085831,23.126512],[120.084747,23.129892],[120.086641,23.135345],[120.085184,23.14437],[120.076586,23.144318],[120.076004,23.171441],[120.070819,23.176962],[120.069001,23.184581],[120.079907,23.202913],[120.081671,23.209639],[120.08792,23.20718],[120.088994,23.214359],[120.084661,23.215183],[120.084139,23.212982],[120.082283,23.212589],[120.081712,23.214695],[120.084139,23.223118],[120.08396,23.232826],[120.086628,23.232983],[120.085621,23.225074],[120.090878,23.223319],[120.091567,23.218267],[120.095232,23.218776],[120.09576,23.236432],[120.100475,23.244658],[120.108302,23.251996],[120.109422,23.255051],[120.10596,23.258282],[120.106119,23.262819],[120.109701,23.267949],[120.117804,23.271665],[120.114911,23.274031],[120.104543,23.268548],[120.098071,23.271417],[120.097262,23.290357],[120.100212,23.293927],[120.114349,23.29348],[120.114659,23.298647],[120.10529,23.300095],[120.114322,23.316671],[120.116467,23.324642],[120.119759,23.324535],[120.123339,23.328044],[120.128508,23.337387],[120.119127,23.344625],[120.13219,23.368753],[120.135541,23.369361],[120.13783,23.367539],[120.129977,23.36033],[120.134689,23.358259],[120.136242,23.35865],[120.140043,23.366011],[120.14427,23.365631],[120.145467,23.359983],[120.148404,23.357978],[120.151284,23.358008],[120.154955,23.362821],[120.154938,23.37645],[120.147534,23.376496],[120.147702,23.378453],[120.140028,23.378637],[120.138259,23.382167],[120.131609,23.382139],[120.13157,23.38446],[120.1582,23.384874],[120.163403,23.39289],[120.159412,23.406011],[120.154049,23.404331],[120.153698,23.400616],[120.151663,23.398998],[120.149435,23.406155],[120.148196,23.414762],[120.149544,23.422922],[120.155931,23.427264],[120.155699,23.428628],[120.145546,23.42864],[120.148441,23.439372],[120.154266,23.447144],[120.14731,23.453483],[120.135391,23.447773],[120.133293,23.451527],[120.13916,23.45805],[120.144876,23.45977],[120.146896,23.465218],[120.143528,23.469019],[120.149076,23.474753],[120.151367,23.480544],[120.155768,23.484126],[120.156589,23.487605],[120.15469,23.492902],[120.153736,23.493956],[120.132915,23.488379],[120.12519,23.488617],[120.119532,23.495817],[120.11919,23.515994],[120.121102,23.518811],[120.125655,23.520143],[120.142408,23.517297],[120.142733,23.518465],[120.153322,23.517924],[120.155549,23.518532],[120.157128,23.52204],[120.154601,23.526389],[120.148573,23.529406],[120.15041,23.531993],[120.149464,23.536456],[120.14443,23.540564],[120.139582,23.549693],[120.143732,23.571826],[120.141132,23.573487],[120.141613,23.61238],[120.138552,23.615975],[120.141725,23.628676],[120.141813,23.641346],[120.143911,23.649296],[120.147777,23.653105],[120.152124,23.664407],[120.153918,23.663727],[120.163257,23.683274],[120.176347,23.698744],[120.179365,23.700402],[120.183415,23.699043],[120.187496,23.700295],[120.187268,23.702805],[120.171827,23.705012],[120.169722,23.707051],[120.173822,23.736895],[120.180092,23.754968],[120.201668,23.75654],[120.20083,23.759645],[120.195292,23.75949],[120.196722,23.76281],[120.19252,23.764802],[120.184978,23.759632],[120.169703,23.758657],[120.165595,23.76735],[120.169608,23.772012],[120.184143,23.797846],[120.173792,23.800318],[120.175194,23.804377],[120.205649,23.821778],[120.223736,23.818789],[120.22364,23.825641],[120.220416,23.827474],[120.222464,23.83313],[120.238431,23.827187],[120.240426,23.82278],[120.243033,23.822445],[120.245166,23.82334],[120.250195,23.834051],[120.260505,23.835209],[120.264896,23.840901],[120.262926,23.844357],[120.25438,23.849955],[120.250648,23.856733],[120.252303,23.860561],[120.254349,23.857735],[120.262098,23.85726],[120.263403,23.864569],[120.266479,23.866368],[120.269924,23.865182],[120.275345,23.865969],[120.287489,23.875616],[120.288862,23.881229],[120.295064,23.889193],[120.297217,23.895991],[120.304514,23.906669],[120.31875,23.936057],[120.305681,23.938256],[120.304588,23.940517],[120.321656,23.965784],[120.330302,23.988792],[120.34589,23.990099],[120.349651,24.002888],[120.359025,24.020393],[120.368614,24.032185],[120.371601,24.039728],[120.401314,24.053814],[120.403883,24.052732],[120.407355,24.056649],[120.407417,24.062778],[120.410687,24.070847],[120.415302,24.073633],[120.417996,24.080253],[120.422157,24.084087],[120.42807,24.085349],[120.434437,24.090034],[120.435278,24.094142],[120.431379,24.096121],[120.437806,24.125325],[120.418483,24.124937],[120.41304,24.10463],[120.408639,24.100053],[120.399561,24.098327],[120.396924,24.092753],[120.381456,24.092162],[120.379784,24.094051],[120.402881,24.124171],[120.415052,24.128609],[120.415207,24.130884],[120.423559,24.141229],[120.42379,24.142544],[120.419452,24.14536],[120.429284,24.158011],[120.45959,24.15893],[120.4676,24.16565],[120.462308,24.16825],[120.477324,24.184505],[120.488742,24.205287],[120.461159,24.21619],[120.472105,24.240818],[120.482217,24.237248],[120.494788,24.269714],[120.500153,24.267447],[120.508433,24.283746],[120.51164,24.282453],[120.500617,24.253483],[120.498328,24.249492],[120.490567,24.252207],[120.478634,24.222736],[120.484269,24.220693],[120.491995,24.239378],[120.496846,24.237607],[120.502066,24.228801],[120.506085,24.230857],[120.501401,24.240997],[120.517007,24.277379],[120.520636,24.276077],[120.5225,24.272915],[120.517798,24.261923],[120.520167,24.259594],[120.522728,24.262041],[120.526768,24.274197],[120.522569,24.281392],[120.523424,24.283545],[120.533832,24.28478],[120.533083,24.287847],[120.519718,24.286594],[120.517827,24.288952],[120.523335,24.292847],[120.519286,24.294074],[120.518076,24.292353],[120.514888,24.293427],[120.511744,24.292029],[120.510528,24.292438],[120.511355,24.294641],[120.52215,24.302746],[120.527604,24.313539],[120.545029,24.304428],[120.549473,24.307088],[120.553098,24.324245],[120.55138,24.328295],[120.563089,24.34979],[120.582472,24.368315],[120.581503,24.376444],[120.589924,24.394872],[120.598916,24.405464],[120.60562,24.416896],[120.612369,24.421726],[120.625906,24.442734],[120.633523,24.444561],[120.646665,24.4597],[120.687427,24.523829],[120.694813,24.544998],[120.706064,24.568028],[120.711339,24.585774],[120.723297,24.605578],[120.736193,24.611321],[120.74708,24.605898],[120.747842,24.610473],[120.754032,24.613767],[120.762982,24.611686],[120.768128,24.607763],[120.771746,24.6086],[120.771903,24.612295],[120.76188,24.620663],[120.755254,24.623947],[120.760659,24.632913],[120.763702,24.641791],[120.779794,24.660823],[120.80597,24.665772],[120.829,24.673097],[120.833605,24.679797],[120.859412,24.701266],[120.866018,24.724811],[120.890242,24.743446],[120.89513,24.746393],[120.899685,24.746192],[120.903468,24.748181],[120.905696,24.75421],[120.906284,24.76364],[120.912175,24.766222],[120.913687,24.771566],[120.914978,24.782605],[120.913471,24.7988],[120.916574,24.801382],[120.910823,24.801932],[120.910907,24.8069],[120.916949,24.806395],[120.919124,24.809941],[120.91587,24.810972],[120.909229,24.809828],[120.906958,24.814309],[120.907225,24.819319],[120.911456,24.828629],[120.917952,24.837732],[120.919089,24.847126],[120.923041,24.844727],[120.925395,24.850017],[120.923445,24.85223],[120.928174,24.85189],[120.929539,24.848005],[120.939349,24.842654],[120.942318,24.843233],[120.938724,24.846493],[120.939993,24.848716],[120.942485,24.847793],[120.944761,24.843614],[120.946243,24.843863],[120.943608,24.848942],[120.937154,24.853422],[120.948451,24.857837],[120.950288,24.860072],[120.939962,24.858105],[120.938107,24.859116],[120.935094,24.857476],[120.934716,24.858755],[120.94665,24.872753],[120.954934,24.889496],[120.966318,24.90442],[120.968395,24.91767],[120.974144,24.92754],[120.987041,24.938474],[120.990957,24.948711],[120.999508,24.9542],[121.003925,24.961551],[121.014216,24.972537],[121.016266,24.980248],[121.014225,24.988447],[121.02418,25.005175],[121.033652,25.015199],[121.034301,25.020341],[121.03986,25.02424],[121.037955,25.027104],[121.040717,25.029507],[121.043646,25.029394],[121.049734,25.035781],[121.061558,25.042669],[121.05918,25.045015],[121.061504,25.04723],[121.065403,25.043522],[121.07419,25.045163],[121.102758,25.06597],[121.12662,25.074187],[121.154265,25.079568],[121.174653,25.086317],[121.180872,25.091446],[121.212133,25.108594],[121.230496,25.112267],[121.244379,25.117909],[121.259849,25.121786],[121.271663,25.118498],[121.286245,25.117054],[121.291629,25.118215],[121.304897,25.126013],[121.309644,25.12576],[121.310291,25.12309],[121.316672,25.122974],[121.336052,25.125503],[121.35189,25.130652],[121.375355,25.142152],[121.389607,25.147262],[121.388134,25.151661],[121.39771,25.161903],[121.400023,25.160587],[121.415752,25.169342],[121.422888,25.163926],[121.433006,25.160586],[121.44102,25.154136],[121.448997,25.141718],[121.45288,25.128227],[121.456731,25.120931],[121.461528,25.12219],[121.455391,25.151637],[121.445578,25.166349],[121.431018,25.175062],[121.421044,25.176373],[121.418147,25.17989],[121.407102,25.184899],[121.40701,25.186794],[121.418607,25.191554],[121.415731,25.195004],[121.420319,25.202095],[121.423407,25.202206],[121.433131,25.214842],[121.440161,25.219368],[121.444906,25.235214],[121.452701,25.249831],[121.45591,25.251002],[121.45855,25.249176],[121.462789,25.249478],[121.471699,25.253037],[121.475074,25.256122],[121.474588,25.258429],[121.479338,25.267403],[121.510036,25.2826],[121.508926,25.288654],[121.510274,25.290472],[121.512403,25.289745],[121.511988,25.287165],[121.513584,25.285156],[121.527059,25.285145],[121.533234,25.288448],[121.535296,25.291985],[121.533429,25.295327],[121.53731,25.299014],[121.539806,25.297207],[121.540392,25.293743],[121.550215,25.290851]]],[[[121.390205,25.169377],[121.393776,25.165879],[121.371827,25.156543],[121.369826,25.16035],[121.378598,25.164266],[121.377563,25.16713],[121.374529,25.168319],[121.375882,25.169849],[121.375123,25.171669],[121.386946,25.171851],[121.390205,25.169377]]],[[[121.764015,25.153167],[121.761336,25.152349],[121.759316,25.15446],[121.757445,25.160916],[121.764653,25.163473],[121.775995,25.157901],[121.764015,25.153167]]],[[[121.374977,25.143718],[121.366222,25.139905],[121.364549,25.143052],[121.373294,25.14694],[121.372094,25.14922],[121.379059,25.152277],[121.381896,25.14692],[121.374977,25.143718]]],[[[121.961973,24.835529],[121.942313,24.837711],[121.93982,24.840217],[121.939624,24.84378],[121.948503,24.850358],[121.95557,24.849633],[121.964466,24.839883],[121.964403,24.83672],[121.961973,24.835529]]],[[[120.398617,24.058556],[120.368224,24.057988],[120.36545,24.059499],[120.377438,24.084971],[120.419434,24.086021],[120.414555,24.075681],[120.409263,24.07193],[120.405535,24.063538],[120.401806,24.059606],[120.398617,24.058556]]],[[[120.24895,23.833575],[120.244363,23.825541],[120.239988,23.830067],[120.233182,23.832041],[120.230881,23.83468],[120.24895,23.833575]]],[[[119.622316,23.743437],[119.619412,23.741508],[119.61078,23.741217],[119.602006,23.730745],[119.600041,23.735444],[119.596482,23.737701],[119.598288,23.741749],[119.602794,23.744301],[119.607601,23.750559],[119.610065,23.755869],[119.620494,23.749344],[119.622316,23.743437]]],[[[120.165489,23.717868],[120.153528,23.71758],[120.156383,23.738481],[120.168647,23.737006],[120.165489,23.717868]]],[[[120.137439,23.645424],[120.136359,23.648743],[120.137801,23.664688],[120.146338,23.681533],[120.15028,23.684674],[120.150198,23.681757],[120.140625,23.666299],[120.137439,23.645424]]],[[[119.587598,23.672847],[119.599573,23.671724],[119.60362,23.668991],[119.606986,23.657496],[119.612201,23.652833],[119.609977,23.648148],[119.603957,23.649372],[119.600796,23.648204],[119.601795,23.64269],[119.597423,23.641252],[119.59911,23.636146],[119.601909,23.633775],[119.604602,23.634077],[119.606916,23.636623],[119.610358,23.635716],[119.60953,23.632707],[119.606322,23.632446],[119.602465,23.629231],[119.603623,23.624289],[119.593176,23.624575],[119.588459,23.622691],[119.590874,23.629244],[119.595178,23.632954],[119.595749,23.635439],[119.59449,23.640556],[119.582401,23.652584],[119.583123,23.655441],[119.580925,23.66176],[119.571033,23.662259],[119.567462,23.660141],[119.562532,23.652347],[119.554147,23.657584],[119.551066,23.661916],[119.555006,23.668546],[119.57454,23.673072],[119.58223,23.677479],[119.587598,23.672847]]],[[[119.522915,23.655212],[119.524283,23.654725],[119.523876,23.651365],[119.51976,23.647925],[119.516982,23.652562],[119.514747,23.652024],[119.513578,23.654108],[119.522915,23.655212]]],[[[119.522825,23.642251],[119.524941,23.643466],[119.527455,23.640505],[119.534498,23.638586],[119.543657,23.640685],[119.538853,23.6333],[119.53253,23.63268],[119.529567,23.630314],[119.521682,23.631485],[119.51754,23.627419],[119.521018,23.620937],[119.521584,23.614322],[119.5197,23.610986],[119.522858,23.605129],[119.523026,23.601625],[119.519617,23.594526],[119.51481,23.59449],[119.512241,23.592159],[119.516282,23.584234],[119.511783,23.581978],[119.511779,23.579392],[119.513584,23.569289],[119.517918,23.566915],[119.515716,23.564352],[119.511563,23.564256],[119.496826,23.568338],[119.493216,23.567211],[119.489517,23.562761],[119.480906,23.564459],[119.476413,23.559924],[119.467962,23.560835],[119.469303,23.565032],[119.477841,23.568765],[119.481507,23.574751],[119.48376,23.574784],[119.488474,23.570081],[119.493302,23.569688],[119.500376,23.574608],[119.502988,23.578391],[119.503758,23.588956],[119.498133,23.593262],[119.492427,23.594946],[119.494904,23.599427],[119.496702,23.599225],[119.498778,23.595333],[119.504,23.596817],[119.502758,23.603137],[119.505698,23.609895],[119.508933,23.612023],[119.507256,23.614739],[119.501857,23.61701],[119.500264,23.619281],[119.504189,23.623946],[119.502182,23.631126],[119.50393,23.635483],[119.507444,23.635982],[119.512367,23.64852],[119.516825,23.649097],[119.519497,23.647484],[119.519643,23.643818],[119.522825,23.642251]]],[[[119.612294,23.620239],[119.613481,23.619971],[119.613693,23.613884],[119.609956,23.610372],[119.605053,23.609118],[119.596955,23.61674],[119.602234,23.617343],[119.60694,23.622272],[119.612294,23.620239]]],[[[119.65588,23.607274],[119.657244,23.603046],[119.655597,23.599922],[119.662251,23.589539],[119.668213,23.591148],[119.669254,23.597872],[119.671874,23.59933],[119.681187,23.584535],[119.680019,23.574449],[119.68305,23.565776],[119.686729,23.562237],[119.693373,23.559973],[119.693422,23.555189],[119.676527,23.551743],[119.674272,23.554402],[119.676822,23.556373],[119.676127,23.559775],[119.669296,23.562211],[119.663449,23.56035],[119.647791,23.560588],[119.643013,23.559075],[119.630078,23.547776],[119.613193,23.537594],[119.609491,23.53143],[119.605607,23.528706],[119.60443,23.525185],[119.606347,23.522116],[119.61163,23.521814],[119.610996,23.519153],[119.607692,23.517331],[119.608003,23.509278],[119.606471,23.507968],[119.601576,23.509468],[119.598203,23.513408],[119.588946,23.512349],[119.584919,23.509453],[119.57836,23.509411],[119.57574,23.507523],[119.572699,23.508115],[119.57069,23.512497],[119.573968,23.517555],[119.572462,23.522173],[119.564028,23.526239],[119.557066,23.523441],[119.553424,23.528427],[119.554167,23.530469],[119.549551,23.538971],[119.54349,23.537736],[119.541249,23.539007],[119.542462,23.545606],[119.546577,23.549924],[119.54809,23.554285],[119.551203,23.548206],[119.550848,23.540592],[119.5568,23.538045],[119.557107,23.533654],[119.554487,23.531337],[119.557344,23.526772],[119.561213,23.526963],[119.565929,23.531362],[119.571793,23.532005],[119.571947,23.52593],[119.574063,23.520732],[119.579754,23.523231],[119.581156,23.526303],[119.580542,23.531691],[119.582703,23.532697],[119.58912,23.531342],[119.596067,23.526779],[119.599131,23.531605],[119.594973,23.538041],[119.603025,23.540465],[119.602383,23.547881],[119.599523,23.550473],[119.591912,23.552835],[119.584024,23.548454],[119.57311,23.546289],[119.562475,23.550129],[119.561597,23.554651],[119.562813,23.556813],[119.572737,23.553891],[119.575815,23.554865],[119.579812,23.563442],[119.574425,23.568114],[119.566827,23.562668],[119.558833,23.562744],[119.567385,23.575034],[119.561786,23.585051],[119.575433,23.585689],[119.58303,23.590931],[119.586177,23.587842],[119.582582,23.5833],[119.585908,23.573528],[119.588177,23.572175],[119.594457,23.573336],[119.600192,23.576581],[119.598807,23.583477],[119.606913,23.585872],[119.607816,23.593753],[119.602913,23.599651],[119.605496,23.601934],[119.605746,23.605683],[119.612648,23.605846],[119.613167,23.60197],[119.616714,23.600931],[119.621621,23.602953],[119.620373,23.606699],[119.630469,23.606849],[119.630864,23.605064],[119.625546,23.600374],[119.625282,23.578788],[119.628912,23.580611],[119.633907,23.589372],[119.633226,23.595925],[119.639719,23.599195],[119.641445,23.596387],[119.637882,23.591521],[119.639795,23.587338],[119.64342,23.587528],[119.64401,23.589488],[119.641932,23.590423],[119.643887,23.595955],[119.646566,23.597073],[119.649561,23.60721],[119.646651,23.607017],[119.65131,23.60986],[119.65588,23.607274]]],[[[120.153636,23.518767],[120.146719,23.519919],[120.145174,23.525627],[120.154231,23.522751],[120.155712,23.52051],[120.153636,23.518767]]],[[[120.095548,23.515347],[120.0956,23.512037],[120.093747,23.511033],[120.084228,23.511747],[120.067739,23.500496],[120.065541,23.496332],[120.07009,23.496629],[120.07079,23.494576],[120.068422,23.490111],[120.065731,23.491584],[120.056645,23.491783],[120.063241,23.489329],[120.064585,23.487415],[120.062872,23.480524],[120.0538,23.478935],[120.053954,23.480869],[120.05862,23.482449],[120.05448,23.488022],[120.052573,23.487721],[120.053877,23.483431],[120.052286,23.481373],[120.045532,23.477287],[120.038273,23.478136],[120.038894,23.480171],[120.035224,23.482758],[120.027558,23.477654],[120.023052,23.470278],[120.025046,23.463834],[120.02409,23.459423],[120.014703,23.459625],[120.017012,23.46779],[120.020163,23.468531],[120.017302,23.469435],[120.012833,23.467799],[120.007851,23.461053],[120.015042,23.452348],[120.021628,23.440842],[120.022184,23.437665],[120.019887,23.435846],[120.004667,23.458641],[120,23.462386],[120,23.468045],[120.016664,23.484202],[120.076862,23.522063],[120.082243,23.523656],[120.08646,23.52257],[120.091525,23.519991],[120.095548,23.515347]]],[[[119.530634,23.487801],[119.517486,23.485619],[119.511771,23.483136],[119.508903,23.485499],[119.510139,23.491335],[119.512518,23.490913],[119.515383,23.48634],[119.529291,23.495766],[119.535901,23.49624],[119.537604,23.498051],[119.543665,23.494578],[119.530634,23.487801]]],[[[119.326103,23.399704],[119.319773,23.398083],[119.315177,23.399186],[119.314417,23.4021],[119.317709,23.404541],[119.319335,23.411747],[119.33081,23.406054],[119.326103,23.399704]]],[[[119.498091,23.390265],[119.501612,23.389166],[119.504395,23.391832],[119.507163,23.388081],[119.508532,23.381868],[119.508286,23.371352],[119.514062,23.37108],[119.515404,23.368694],[119.507711,23.36439],[119.50959,23.356138],[119.490591,23.353207],[119.486887,23.356089],[119.494933,23.365566],[119.493963,23.377834],[119.495908,23.387424],[119.489937,23.394747],[119.490965,23.396511],[119.494581,23.396508],[119.497218,23.393877],[119.498091,23.390265]]],[[[119.540747,23.372218],[119.541885,23.369017],[119.540619,23.365993],[119.532216,23.366811],[119.523845,23.360709],[119.518879,23.363746],[119.51972,23.367006],[119.525195,23.366588],[119.529557,23.371657],[119.538746,23.374323],[119.540747,23.372218]]],[[[119.505757,23.272431],[119.509692,23.272377],[119.51049,23.267238],[119.504849,23.268356],[119.503406,23.27254],[119.505757,23.272431]]],[[[119.519949,23.264298],[119.521779,23.264195],[119.52206,23.262077],[119.51596,23.256086],[119.512367,23.255832],[119.514615,23.262407],[119.518111,23.264869],[119.519949,23.264298]]],[[[119.673725,23.262513],[119.676658,23.26284],[119.678899,23.260831],[119.677857,23.256277],[119.67275,23.251041],[119.671942,23.244069],[119.666394,23.25043],[119.668185,23.255406],[119.66559,23.258562],[119.667206,23.261485],[119.673725,23.262513]]],[[[120.089389,23.236495],[120.086392,23.237589],[120.086271,23.239937],[120.094719,23.256963],[120.096678,23.258079],[120.09603,23.252977],[120.092277,23.249136],[120.089553,23.241654],[120.089389,23.236495]]],[[[119.61968,23.252939],[119.621469,23.252619],[119.620129,23.245653],[119.615282,23.244845],[119.608626,23.249049],[119.608741,23.251318],[119.613086,23.252998],[119.61968,23.252939]]],[[[119.443451,23.204539],[119.442861,23.200432],[119.436213,23.201913],[119.429956,23.196793],[119.429789,23.188322],[119.423169,23.192086],[119.420909,23.203505],[119.410596,23.214438],[119.431361,23.220153],[119.444878,23.220653],[119.447731,23.219413],[119.443603,23.213502],[119.441962,23.206371],[119.443451,23.204539]]],[[[120.051136,23.120782],[120.049252,23.120669],[120.049569,23.124488],[120.058253,23.136587],[120.057373,23.131562],[120.051136,23.120782]]],[[[120.153225,22.987979],[120.15731,22.98638],[120.164135,22.976281],[120.165268,22.972068],[120.16295,22.970767],[120.160488,22.971691],[120.158397,22.969964],[120.155564,22.972695],[120.157634,22.974479],[120.157465,22.976637],[120.149425,22.986834],[120.153225,22.987979]]],[[[121.492437,22.675572],[121.506307,22.677641],[121.509206,22.676239],[121.509833,22.666121],[121.505647,22.655169],[121.50766,22.654357],[121.505905,22.652127],[121.500449,22.651161],[121.498514,22.645929],[121.501717,22.644026],[121.505209,22.636276],[121.503803,22.635348],[121.49592,22.634506],[121.493055,22.639537],[121.487491,22.643648],[121.472796,22.647289],[121.475254,22.658279],[121.464128,22.673156],[121.465522,22.677194],[121.478028,22.674952],[121.484927,22.678001],[121.490842,22.677982],[121.492437,22.675572]]],[[[121.510604,22.65417],[121.508447,22.654848],[121.510205,22.655993],[121.510604,22.65417]]],[[[120.271695,22.613468],[120.278472,22.608172],[120.292793,22.583648],[120.317539,22.55541],[120.316748,22.554162],[120.314668,22.55355],[120.307237,22.557566],[120.301625,22.567316],[120.262688,22.613808],[120.264664,22.616308],[120.271695,22.613468]]],[[[120.360431,22.322178],[120.35499,22.322951],[120.352859,22.325997],[120.354539,22.330172],[120.360482,22.335072],[120.362336,22.341532],[120.360978,22.346472],[120.367165,22.351686],[120.378387,22.355746],[120.388143,22.350365],[120.389008,22.348169],[120.386882,22.342244],[120.376451,22.336424],[120.368397,22.327044],[120.360431,22.322178]]],[[[121.511837,22.081175],[121.556123,22.083658],[121.560057,22.080722],[121.567734,22.085675],[121.570945,22.080868],[121.568032,22.0748],[121.568698,22.066974],[121.576141,22.06042],[121.570256,22.060331],[121.566268,22.058312],[121.563914,22.054838],[121.564047,22.050206],[121.568166,22.04058],[121.577468,22.033668],[121.592549,22.027104],[121.600466,22.020677],[121.601192,22.017567],[121.596741,22.013127],[121.593808,22.003219],[121.586745,22.000715],[121.580341,22.004383],[121.571606,22.003632],[121.569558,22.008546],[121.557883,22.02181],[121.548979,22.026172],[121.53946,22.02439],[121.534157,22.0263],[121.527248,22.033291],[121.525484,22.03773],[121.511338,22.047229],[121.510522,22.051844],[121.507743,22.055506],[121.510978,22.065408],[121.509587,22.070341],[121.499386,22.080791],[121.501387,22.084243],[121.50533,22.085911],[121.511837,22.081175]]],[[[121.613868,21.953497],[121.613605,21.946069],[121.607493,21.944583],[121.60339,21.952114],[121.61124,21.954599],[121.613868,21.953497]]],[[[124.357789,25.967425],[124.455901,25.982002],[124.613477,25.970892],[124.641284,25.923661],[124.632015,25.859731],[124.567131,25.829143],[124.45899,25.868072],[124.384837,25.890311],[124.357789,25.967425]]]]}},{type:"Feature",properties:{name:"香港特别行政区",province_adcode:81e4,province_type:"特别行政区",name_en:"HongKong",name_var:"Hong Kong",adcode:81e4},geometry:{type:"MultiPolygon",coordinates:[[[[114.226653,22.543748],[114.223772,22.544619],[114.217893,22.54277],[114.209415,22.535037],[114.209465,22.524346],[114.216344,22.525553],[114.235952,22.53345],[114.242763,22.548843],[114.245665,22.549037],[114.248769,22.545461],[114.252891,22.544959],[114.256407,22.549472],[114.2584,22.547106],[114.256774,22.538341],[114.262259,22.540592],[114.267673,22.535369],[114.267151,22.533384],[114.263968,22.532757],[114.262174,22.525353],[114.279277,22.528524],[114.278698,22.523415],[114.281436,22.51988],[114.271783,22.512853],[114.274417,22.509718],[114.283121,22.510521],[114.287727,22.506254],[114.293148,22.508431],[114.29518,22.505255],[114.304391,22.499294],[114.314623,22.504065],[114.321651,22.504696],[114.333801,22.511353],[114.336634,22.508241],[114.325354,22.50047],[114.315206,22.489284],[114.307042,22.483192],[114.267978,22.465303],[114.26281,22.462223],[114.25498,22.453016],[114.247673,22.455129],[114.23158,22.472148],[114.214321,22.473567],[114.197538,22.452775],[114.192806,22.450989],[114.181207,22.451915],[114.177106,22.449455],[114.178442,22.444918],[114.181186,22.443039],[114.188562,22.439049],[114.194928,22.439582],[114.213294,22.427039],[114.21513,22.423772],[114.213724,22.410965],[114.217316,22.408031],[114.219023,22.406978],[114.221049,22.410265],[114.226299,22.425614],[114.238036,22.436872],[114.241797,22.437507],[114.245949,22.435589],[114.267555,22.433458],[114.27077,22.430101],[114.270739,22.42315],[114.272063,22.419183],[114.273776,22.418351],[114.282667,22.422243],[114.285537,22.424733],[114.285827,22.429427],[114.278594,22.444361],[114.281045,22.449064],[114.292128,22.458408],[114.299927,22.454131],[114.30322,22.455384],[114.304012,22.458782],[114.302546,22.462881],[114.305547,22.46769],[114.321494,22.480482],[114.323419,22.477722],[114.323888,22.472313],[114.329362,22.470884],[114.326986,22.460706],[114.337221,22.463002],[114.339709,22.471577],[114.337621,22.474382],[114.341391,22.478853],[114.347163,22.463718],[114.345026,22.460843],[114.341722,22.461425],[114.33876,22.45967],[114.337476,22.453404],[114.341566,22.444466],[114.338975,22.440491],[114.334547,22.441357],[114.332738,22.43938],[114.337479,22.433459],[114.335646,22.429498],[114.333211,22.428307],[114.337791,22.428517],[114.343841,22.437949],[114.346474,22.439189],[114.350983,22.426508],[114.347285,22.425209],[114.34695,22.423471],[114.349849,22.421593],[114.356098,22.422283],[114.353955,22.431781],[114.354884,22.450538],[114.360006,22.452038],[114.361061,22.460857],[114.367067,22.458307],[114.370145,22.454208],[114.369638,22.449594],[114.36654,22.44587],[114.369541,22.437877],[114.382217,22.436274],[114.391236,22.439247],[114.397711,22.436088],[114.398511,22.431793],[114.396043,22.428995],[114.397493,22.424054],[114.403362,22.419627],[114.40569,22.412797],[114.399193,22.411932],[114.394907,22.415479],[114.392889,22.420248],[114.386836,22.420898],[114.375444,22.41076],[114.374584,22.403399],[114.376523,22.398237],[114.384442,22.389278],[114.38708,22.389847],[114.390632,22.387456],[114.39147,22.367669],[114.389769,22.365082],[114.386985,22.365919],[114.382942,22.373833],[114.376995,22.374726],[114.375209,22.372059],[114.380915,22.366492],[114.380705,22.363852],[114.378127,22.362986],[114.373164,22.354334],[114.365231,22.355016],[114.359439,22.350599],[114.361477,22.341101],[114.359193,22.336473],[114.357048,22.335337],[114.355178,22.336173],[114.352113,22.353928],[114.349497,22.353848],[114.34426,22.347494],[114.342456,22.347617],[114.331324,22.363139],[114.334815,22.373552],[114.333475,22.375521],[114.321469,22.382503],[114.318502,22.381609],[114.319932,22.388008],[114.317251,22.390581],[114.321147,22.392333],[114.319968,22.393691],[114.310459,22.392369],[114.307644,22.385474],[114.295286,22.389637],[114.286191,22.395558],[114.278675,22.39462],[114.276561,22.391405],[114.275146,22.375211],[114.271695,22.370143],[114.272643,22.364641],[114.278775,22.359125],[114.275326,22.350803],[114.271525,22.355335],[114.267088,22.357623],[114.270108,22.365506],[114.267962,22.370236],[114.265108,22.371137],[114.255465,22.357672],[114.250735,22.354129],[114.252052,22.35219],[114.257305,22.354405],[114.26233,22.354432],[114.268172,22.351158],[114.268649,22.34945],[114.266649,22.348004],[114.265609,22.344192],[114.26597,22.340257],[114.272242,22.322529],[114.280663,22.320405],[114.296784,22.310999],[114.303412,22.310508],[114.310831,22.301887],[114.312226,22.298445],[114.310118,22.293068],[114.302234,22.287532],[114.294413,22.288322],[114.294107,22.290811],[114.291357,22.291448],[114.287625,22.287848],[114.288264,22.280396],[114.292994,22.275955],[114.30051,22.279303],[114.300498,22.269489],[114.302557,22.268235],[114.306243,22.269528],[114.306871,22.266056],[114.305292,22.264289],[114.297394,22.261683],[114.295588,22.265585],[114.289712,22.270123],[114.282017,22.271525],[114.277264,22.26242],[114.273897,22.262453],[114.264521,22.275474],[114.268095,22.287562],[114.263131,22.30067],[114.260461,22.301194],[114.255579,22.299171],[114.243494,22.285827],[114.239752,22.286195],[114.222137,22.305906],[114.218781,22.305884],[114.215635,22.303217],[114.196607,22.320224],[114.191999,22.314463],[114.191786,22.30991],[114.193862,22.308333],[114.19312,22.302772],[114.177072,22.29368],[114.169769,22.293],[114.166673,22.300418],[114.155322,22.298605],[114.155038,22.303386],[114.157193,22.303388],[114.159917,22.307025],[114.159914,22.315515],[114.159371,22.316823],[114.155392,22.316824],[114.153586,22.322785],[114.144663,22.328139],[114.14264,22.326474],[114.142045,22.323023],[114.143711,22.321239],[114.143661,22.318156],[114.129412,22.317538],[114.121614,22.321509],[114.126696,22.328366],[114.119826,22.348602],[114.113315,22.360041],[114.112232,22.364971],[114.105701,22.368979],[114.091056,22.367105],[114.079836,22.368998],[114.068201,22.363186],[114.060065,22.366202],[114.052857,22.362086],[114.026073,22.355132],[114.019771,22.35667],[114.014505,22.363164],[114.009349,22.365157],[113.998373,22.361743],[113.986252,22.373662],[113.979738,22.377076],[113.976536,22.381622],[113.968388,22.378763],[113.972576,22.370741],[113.95637,22.372747],[113.952428,22.3703],[113.947404,22.359639],[113.942718,22.35851],[113.93717,22.359234],[113.91498,22.375253],[113.920077,22.380965],[113.920354,22.388373],[113.916109,22.392437],[113.915254,22.398775],[113.912822,22.403049],[113.901563,22.406598],[113.913307,22.41835],[113.914267,22.421036],[113.937596,22.426316],[113.945004,22.431013],[113.947632,22.439384],[113.957425,22.449937],[113.975805,22.456898],[113.984976,22.472204],[113.992558,22.477199],[113.995528,22.485577],[113.99893,22.489295],[114.009442,22.486545],[114.012942,22.487071],[114.011481,22.485792],[114.01028,22.475887],[114.012956,22.472672],[114.022232,22.478858],[114.024406,22.479282],[114.025513,22.477182],[114.027632,22.479894],[114.030557,22.478242],[114.031023,22.479967],[114.033145,22.48025],[114.031853,22.487364],[114.034726,22.496553],[114.033957,22.498162],[114.043296,22.502827],[114.043731,22.504336],[114.0505,22.502194],[114.05656,22.504298],[114.057789,22.511524],[114.06476,22.516943],[114.071921,22.518183],[114.076632,22.515108],[114.081757,22.517855],[114.085181,22.523391],[114.077759,22.528971],[114.079268,22.530599],[114.091481,22.53694],[114.106625,22.534382],[114.112047,22.529533],[114.123447,22.538747],[114.130675,22.541951],[114.136165,22.54292],[114.147587,22.541508],[114.149824,22.550338],[114.15279,22.554952],[114.157329,22.557268],[114.161114,22.561921],[114.173847,22.559738],[114.177722,22.555993],[114.189285,22.554108],[114.197051,22.55677],[114.217746,22.555905],[114.22641,22.548182],[114.226653,22.543748]]],[[[114.296634,22.550769],[114.303675,22.550132],[114.305441,22.551435],[114.315498,22.549942],[114.303085,22.544713],[114.298195,22.548866],[114.293657,22.546607],[114.293571,22.543762],[114.298817,22.53887],[114.302132,22.536425],[114.305316,22.536528],[114.304656,22.532208],[114.298973,22.53662],[114.293991,22.534075],[114.286709,22.533119],[114.287584,22.538444],[114.294615,22.539251],[114.290639,22.546],[114.288688,22.553586],[114.292993,22.554881],[114.293023,22.551746],[114.296634,22.550769]]],[[[114.430439,22.54788],[114.431271,22.544915],[114.435347,22.541966],[114.440923,22.541496],[114.439921,22.538403],[114.43504,22.537576],[114.427123,22.540689],[114.425662,22.543021],[114.425651,22.55144],[114.429254,22.553068],[114.430439,22.54788]]],[[[114.319915,22.537716],[114.321611,22.53387],[114.32069,22.524634],[114.318999,22.523001],[114.308113,22.528997],[114.307837,22.532763],[114.310062,22.535169],[114.315655,22.528565],[114.319012,22.53201],[114.318233,22.536886],[114.319915,22.537716]]],[[[114.313889,22.511211],[114.311738,22.510821],[114.310524,22.508111],[114.307214,22.509529],[114.299088,22.504318],[114.295674,22.507153],[114.296369,22.511917],[114.301657,22.51283],[114.304015,22.510012],[114.307468,22.513555],[114.310286,22.518777],[114.308318,22.525115],[114.309245,22.526231],[114.314106,22.524298],[114.321396,22.516725],[114.313889,22.511211]]],[[[114.359753,22.504782],[114.363995,22.50375],[114.357962,22.495871],[114.355798,22.500712],[114.356913,22.503695],[114.359753,22.504782]]],[[[114.359785,22.486412],[114.363765,22.485104],[114.36675,22.476477],[114.366666,22.472743],[114.363616,22.467031],[114.360931,22.465142],[114.358369,22.466249],[114.356783,22.477703],[114.353321,22.480723],[114.359785,22.486412]]],[[[113.880675,22.380588],[113.885243,22.379256],[113.88298,22.375335],[113.884169,22.373336],[113.881933,22.370243],[113.880553,22.370956],[113.882171,22.377191],[113.877344,22.381374],[113.879271,22.381969],[113.880675,22.380588]]],[[[114.305654,22.375555],[114.304785,22.373122],[114.306656,22.373678],[114.309919,22.379377],[114.312654,22.380412],[114.317801,22.377706],[114.317434,22.372243],[114.320353,22.366908],[114.320684,22.360285],[114.327449,22.356001],[114.327368,22.350931],[114.323122,22.342217],[114.310399,22.343677],[114.303903,22.350805],[114.30387,22.3544],[114.306915,22.357639],[114.300696,22.380288],[114.30559,22.37989],[114.305654,22.375555]]],[[[114.323869,22.37593],[114.329381,22.373578],[114.328604,22.3658],[114.327211,22.366004],[114.325679,22.369883],[114.320551,22.372736],[114.321098,22.37638],[114.323869,22.37593]]],[[[114.294318,22.375476],[114.294802,22.373944],[114.293341,22.37335],[114.297154,22.35632],[114.296315,22.352863],[114.288019,22.366999],[114.291459,22.374099],[114.294318,22.375476]]],[[[114.107469,22.363096],[114.117662,22.330981],[114.114042,22.327435],[114.106195,22.327012],[114.103861,22.328305],[114.091923,22.326055],[114.089139,22.330838],[114.092767,22.338318],[114.091385,22.341868],[114.089698,22.343673],[114.084282,22.344439],[114.084781,22.348343],[114.083575,22.351113],[114.07991,22.352709],[114.078997,22.358596],[114.088473,22.362763],[114.090049,22.361601],[114.096311,22.361771],[114.10059,22.363725],[114.107469,22.363096]]],[[[114.060865,22.343055],[114.059108,22.34258],[114.054544,22.349457],[114.056537,22.355293],[114.064792,22.35588],[114.064531,22.3488],[114.066315,22.345662],[114.060865,22.343055]]],[[[114.047827,22.346349],[114.05187,22.344975],[114.058316,22.33562],[114.055889,22.334423],[114.053003,22.319796],[114.055228,22.310734],[114.047798,22.307148],[114.039344,22.305886],[114.028321,22.312151],[114.025665,22.310053],[114.017701,22.3104],[114.015746,22.30396],[114.019934,22.302805],[114.02001,22.301321],[114.015106,22.300248],[114.015171,22.29695],[114.019985,22.295696],[114.024427,22.29855],[114.025862,22.297176],[114.02296,22.292145],[114.020216,22.29416],[114.019027,22.292545],[114.019398,22.286153],[114.02255,22.283096],[114.021524,22.266879],[114.014189,22.265374],[114.002626,22.272693],[113.995023,22.265987],[114,22.266289],[114.002417,22.262866],[114.006464,22.260889],[114.01222,22.252656],[114.00548,22.249024],[114.001638,22.249119],[113.999673,22.245391],[113.993625,22.242552],[113.993929,22.240679],[113.997061,22.239506],[113.998984,22.240805],[113.99947,22.238576],[114.005315,22.233222],[114.010721,22.233607],[114.020413,22.230188],[114.01738,22.225619],[114.004954,22.217436],[114.004285,22.215048],[114.00065,22.214713],[113.999524,22.218149],[113.99765,22.21843],[113.989801,22.212599],[113.987109,22.212195],[113.980871,22.216936],[113.984302,22.222854],[113.977724,22.228429],[113.981402,22.235176],[113.980143,22.238858],[113.973174,22.240704],[113.962987,22.235788],[113.961104,22.233144],[113.950904,22.234191],[113.93536,22.228359],[113.932852,22.225332],[113.92767,22.224023],[113.925793,22.225615],[113.916888,22.218905],[113.923402,22.217156],[113.926851,22.218748],[113.929247,22.217524],[113.931177,22.215245],[113.930788,22.210335],[113.921102,22.207631],[113.915616,22.212047],[113.912091,22.206401],[113.899226,22.21445],[113.896908,22.218287],[113.898178,22.222105],[113.891434,22.222904],[113.883259,22.219583],[113.877553,22.211724],[113.872382,22.209749],[113.867701,22.202829],[113.864096,22.202089],[113.864648,22.204029],[113.861729,22.204524],[113.853628,22.20196],[113.852437,22.199733],[113.854041,22.197063],[113.847622,22.196199],[113.846083,22.197419],[113.849199,22.203781],[113.841997,22.208229],[113.841675,22.21151],[113.843278,22.212094],[113.844061,22.215615],[113.839916,22.220674],[113.84158,22.233902],[113.8457,22.235491],[113.849038,22.230584],[113.850788,22.230616],[113.852571,22.233089],[113.851413,22.24334],[113.861339,22.247036],[113.861367,22.253633],[113.853264,22.252828],[113.851664,22.255939],[113.859902,22.261261],[113.862367,22.261164],[113.863368,22.258474],[113.864976,22.259005],[113.873355,22.268693],[113.884427,22.269889],[113.88766,22.268755],[113.888009,22.27148],[113.885636,22.274706],[113.886447,22.277981],[113.894067,22.282249],[113.894238,22.287697],[113.897171,22.291198],[113.904594,22.292975],[113.921992,22.291306],[113.929837,22.280247],[113.932634,22.281446],[113.93658,22.290581],[113.940058,22.293778],[113.947257,22.297058],[113.956713,22.296681],[113.972867,22.301424],[113.986444,22.311141],[113.992288,22.312358],[114,22.320808],[114.011463,22.325463],[114.020218,22.333132],[114.023972,22.331614],[114.020661,22.325889],[114.02383,22.32714],[114.030356,22.336204],[114.033255,22.335985],[114.038362,22.33886],[114.045559,22.347562],[114.047827,22.346349]]],[[[114.326137,22.340575],[114.3305,22.333803],[114.330757,22.328653],[114.328194,22.326122],[114.322787,22.327543],[114.320805,22.326175],[114.315654,22.33851],[114.317077,22.340376],[114.32227,22.341752],[114.326137,22.340575]]],[[[114.368024,22.336462],[114.366699,22.330027],[114.364002,22.329321],[114.361414,22.330734],[114.361056,22.338716],[114.366593,22.339512],[114.368024,22.336462]]],[[[114.300159,22.322088],[114.29506,22.323677],[114.292812,22.327375],[114.293617,22.331687],[114.302149,22.325307],[114.300159,22.322088]]],[[[114.356532,22.323611],[114.353676,22.317257],[114.347518,22.312947],[114.346295,22.317791],[114.349453,22.324143],[114.350632,22.325206],[114.353702,22.323664],[114.355503,22.326551],[114.356814,22.326169],[114.356532,22.323611]]],[[[113.935553,22.321038],[113.94565,22.32333],[113.943485,22.314042],[113.946199,22.314505],[113.949575,22.322185],[113.950899,22.32245],[113.958579,22.320861],[113.961624,22.317286],[113.957851,22.310136],[113.94845,22.313049],[113.94077,22.310467],[113.941168,22.304774],[113.937503,22.296567],[113.938383,22.294788],[113.933938,22.290564],[113.915912,22.295343],[113.898771,22.293627],[113.894217,22.294487],[113.898108,22.302348],[113.896112,22.307277],[113.892646,22.308791],[113.893194,22.310894],[113.93338,22.323879],[113.935553,22.321038]]],[[[114.366438,22.320839],[114.369397,22.314966],[114.369457,22.310554],[114.36745,22.306705],[114.364825,22.308178],[114.360953,22.31655],[114.36116,22.319987],[114.366438,22.320839]]],[[[114.228186,22.283272],[114.234921,22.284193],[114.240888,22.27905],[114.244361,22.272683],[114.241769,22.26986],[114.243144,22.268221],[114.24888,22.269242],[114.257411,22.261749],[114.255341,22.259974],[114.256704,22.256203],[114.254372,22.248478],[114.246334,22.246024],[114.248401,22.24241],[114.250451,22.242015],[114.253759,22.235505],[114.250312,22.227559],[114.255227,22.217541],[114.255592,22.212781],[114.254396,22.211562],[114.258508,22.21106],[114.261324,22.207869],[114.246947,22.206796],[114.242658,22.208082],[114.241305,22.210958],[114.243201,22.212072],[114.241798,22.218243],[114.23757,22.218427],[114.235653,22.222571],[114.236181,22.227934],[114.23373,22.241338],[114.227273,22.241943],[114.225106,22.246797],[114.223494,22.246516],[114.221617,22.244837],[114.225845,22.238689],[114.22867,22.237575],[114.22948,22.230094],[114.226141,22.230159],[114.223151,22.232977],[114.221663,22.229683],[114.214963,22.224347],[114.213972,22.221313],[114.214454,22.218954],[114.222454,22.214284],[114.222666,22.212753],[114.217981,22.209129],[114.224032,22.197837],[114.222915,22.195808],[114.214016,22.194171],[114.211501,22.196486],[114.211016,22.200231],[114.211686,22.208701],[114.215021,22.212448],[114.213538,22.216362],[114.210267,22.218541],[114.204336,22.21277],[114.197265,22.210497],[114.197271,22.214134],[114.200445,22.216761],[114.199358,22.220977],[114.19379,22.224183],[114.198105,22.225365],[114.198173,22.235118],[114.194778,22.238126],[114.191421,22.235966],[114.188638,22.237172],[114.186651,22.240137],[114.188345,22.243049],[114.187638,22.244711],[114.185841,22.245923],[114.179508,22.244852],[114.174376,22.235841],[114.173273,22.230535],[114.171067,22.230017],[114.166099,22.233144],[114.164091,22.245472],[114.1361,22.248949],[114.132828,22.251964],[114.124522,22.266313],[114.116367,22.274722],[114.118031,22.280828],[114.127541,22.283957],[114.132305,22.288226],[114.138763,22.29033],[114.180015,22.280691],[114.190119,22.284983],[114.19482,22.292837],[114.214431,22.292072],[114.228186,22.283272]]],[[[114.045852,22.290966],[114.039653,22.286766],[114.041637,22.284654],[114.042863,22.286592],[114.046096,22.286592],[114.047469,22.283973],[114.045784,22.281056],[114.041041,22.279808],[114.037821,22.281239],[114.035193,22.289291],[114.040441,22.291534],[114.045852,22.290966]]],[[[114.055387,22.26422],[114.05633,22.262625],[114.053714,22.259022],[114.050848,22.257194],[114.047157,22.258363],[114.047567,22.262328],[114.050774,22.264243],[114.055387,22.26422]]],[[[114.2958,22.258757],[114.297797,22.254844],[114.296137,22.252533],[114.298591,22.249503],[114.296084,22.242029],[114.289933,22.239406],[114.28715,22.239995],[114.280358,22.245135],[114.280421,22.249437],[114.284583,22.254512],[114.2958,22.258757]]],[[[114.045295,22.256213],[114.047231,22.24618],[114.043617,22.241209],[114.040443,22.243196],[114.038619,22.249455],[114.032519,22.254441],[114.027776,22.254082],[114.026457,22.25658],[114.032707,22.258683],[114.0421,22.258317],[114.045295,22.256213]]],[[[114.162521,22.228919],[114.143945,22.243737],[114.148753,22.245528],[114.159223,22.245269],[114.162521,22.228919]]],[[[114.121141,22.233817],[114.120301,22.229524],[114.124814,22.226489],[114.126396,22.223648],[114.125366,22.222203],[114.127399,22.219671],[114.130864,22.218236],[114.133764,22.221723],[114.136837,22.218516],[114.135583,22.214317],[114.126838,22.209505],[114.126553,22.205899],[114.129998,22.2019],[114.131492,22.206036],[114.134301,22.207902],[114.139743,22.20921],[114.142931,22.208347],[114.150241,22.211897],[114.160289,22.208606],[114.157484,22.204004],[114.151622,22.20638],[114.139368,22.1972],[114.141131,22.195009],[114.142064,22.196147],[114.149234,22.181207],[114.136051,22.191905],[114.134382,22.1906],[114.13411,22.187046],[114.13749,22.182252],[114.137223,22.177714],[114.132433,22.183321],[114.127894,22.178706],[114.125543,22.178238],[114.123499,22.181262],[114.11821,22.180051],[114.114151,22.183401],[114.115096,22.187755],[114.120752,22.190964],[114.122226,22.202871],[114.120127,22.218581],[114.113408,22.220011],[114.113467,22.214703],[114.107687,22.21131],[114.103339,22.211444],[114.103135,22.218147],[114.107534,22.224084],[114.111456,22.22589],[114.110071,22.23125],[114.105791,22.23413],[114.11812,22.241181],[114.123009,22.23724],[114.121141,22.233817]]],[[[114.033045,22.215902],[114.029119,22.213747],[114.030087,22.210154],[114.034874,22.206849],[114.038176,22.208631],[114.04125,22.205686],[114.036468,22.201361],[114.03363,22.203487],[114.029929,22.202408],[114.02847,22.199524],[114.021571,22.195738],[114.018242,22.19791],[114.017239,22.201071],[114.023437,22.20539],[114.02745,22.205718],[114.028678,22.207731],[114.0281,22.21042],[114.023975,22.21352],[114.026836,22.221628],[114.034953,22.223087],[114.035852,22.217136],[114.033045,22.215902]]],[[[113.99085,22.188587],[113.982404,22.193867],[113.983047,22.197759],[113.987416,22.202228],[113.990918,22.201032],[113.994905,22.194257],[113.993962,22.190417],[113.99085,22.188587]]],[[[114.255459,22.189587],[114.256119,22.182721],[114.250844,22.179305],[114.244491,22.17856],[114.24367,22.188022],[114.255459,22.189587]]],[[[114.289064,22.181685],[114.28413,22.181402],[114.282882,22.185587],[114.287071,22.189953],[114.289595,22.188163],[114.289064,22.181685]]],[[[113.911825,22.183541],[113.915734,22.183772],[113.920919,22.179664],[113.91895,22.178729],[113.917659,22.180746],[113.913243,22.178577],[113.912971,22.181646],[113.911553,22.182087],[113.905377,22.179227],[113.906584,22.187974],[113.911825,22.183541]]],[[[114.273898,22.164993],[114.274312,22.162821],[114.272687,22.162167],[114.266917,22.162061],[114.265916,22.164428],[114.26434,22.164174],[114.260817,22.160109],[114.261015,22.15818],[114.254806,22.155132],[114.257993,22.159675],[114.250746,22.163883],[114.249818,22.165874],[114.255574,22.174841],[114.265926,22.180774],[114.271574,22.176081],[114.273898,22.164993]]],[[[113.914546,22.162832],[113.915439,22.159559],[113.904085,22.156375],[113.898808,22.159776],[113.901863,22.163236],[113.905529,22.162275],[113.908734,22.163839],[113.910331,22.165782],[113.909188,22.16919],[113.91148,22.170126],[113.917423,22.168027],[113.914546,22.162832]]]]}},{type:"Feature",properties:{name:"澳门特别行政区",province_adcode:82e4,province_type:"特别行政区",name_en:"Aomen",name_var:"ào Mén",adcode:82e4},geometry:{type:"MultiPolygon",coordinates:[[[[113.553457,22.215473],[113.560983,22.210117],[113.562414,22.199663],[113.55777,22.194828],[113.558649,22.187173],[113.557066,22.185695],[113.555604,22.187236],[113.551341,22.186127],[113.55032,22.182858],[113.545992,22.18085],[113.531698,22.179347],[113.528673,22.184749],[113.535039,22.194157],[113.537461,22.206036],[113.541921,22.207613],[113.541306,22.209419],[113.534641,22.207405],[113.533083,22.212306],[113.534944,22.213525],[113.541717,22.213233],[113.544356,22.216953],[113.550847,22.217036],[113.550925,22.215425],[113.553457,22.215473]]],[[[113.569837,22.18945],[113.565131,22.190826],[113.562548,22.210627],[113.568641,22.207323],[113.570183,22.20164],[113.569837,22.18945]]],[[[113.571611,22.204029],[113.580956,22.204052],[113.580967,22.198573],[113.578758,22.197065],[113.571993,22.197049],[113.571611,22.204029]]],[[[113.573266,22.165767],[113.578412,22.163923],[113.587402,22.165134],[113.598202,22.135275],[113.594533,22.134335],[113.589789,22.146859],[113.588556,22.147047],[113.580632,22.138362],[113.580505,22.135385],[113.589305,22.135448],[113.592502,22.12923],[113.580132,22.123317],[113.574078,22.124761],[113.569869,22.117954],[113.570174,22.11641],[113.573664,22.115652],[113.574031,22.113657],[113.570416,22.112],[113.561612,22.112975],[113.554665,22.109844],[113.550061,22.112122],[113.551734,22.14459],[113.541695,22.15521],[113.539476,22.162478],[113.552262,22.165924],[113.565983,22.165038],[113.56818,22.16782],[113.573266,22.165767]]]]}},{type:"Feature",properties:{name:"江苏省",province_adcode:32e4,province_type:"省",name_en:"Jiangsu",name_var:"Jiāng Sū",adcode:32e4},geometry:{type:"MultiPolygon",coordinates:[[[[121.566166,32.229276],[121.566927,32.177297],[121.557511,32.176777],[121.556886,32.216346],[121.543793,32.216379],[121.544305,32.18084],[121.53488,32.184167],[121.534057,32.22876],[121.566166,32.229276]]],[[[121.406162,32.522424],[121.398632,32.524293],[121.397384,32.527164],[121.399334,32.527872],[121.399824,32.53153],[121.424196,32.532113],[121.431141,32.529198],[121.430289,32.522696],[121.406162,32.522424]]],[[[119.45108,34.77015],[119.45543,34.76655],[119.46138,34.76528],[119.47269,34.76599],[119.49244,34.75948],[119.49635,34.75578],[119.49514,34.75404],[119.480839,34.74852],[119.462829,34.75119],[119.45664,34.76118],[119.44662,34.7638],[119.440451,34.767922],[119.434561,34.767643],[119.434587,34.759831],[119.394552,34.757813],[119.387627,34.761833],[119.375598,34.761925],[119.375433,34.763973],[119.441229,34.768557],[119.44372,34.77288],[119.44134,34.77571],[119.4374,34.77697],[119.4384,34.778],[119.44982,34.77607],[119.45108,34.77015]]],[[[119.239671,35.126896],[119.260607,35.118094],[119.269037,35.11599],[119.281024,35.115594],[119.286592,35.109965],[119.295762,35.090754],[119.296052,35.083654],[119.29086,35.079956],[119.280959,35.076706],[119.299758,35.034686],[119.287057,35.031038],[119.283933,35.037874],[119.285414,35.038434],[119.278312,35.05398],[119.288928,35.057274],[119.280256,35.076476],[119.256292,35.069809],[119.258327,35.062904],[119.24402,35.056706],[119.241737,35.06281],[119.237192,35.061251],[119.237479,35.05811],[119.229629,35.055927],[119.220966,35.039759],[119.214811,35.041705],[119.214364,35.040721],[119.204652,35.006271],[119.204276,34.995102],[119.198751,34.973068],[119.197254,34.948949],[119.201245,34.920391],[119.198081,34.920483],[119.195041,34.917673],[119.198593,34.914347],[119.1982,34.908824],[119.196094,34.901342],[119.190778,34.892343],[119.194076,34.891099],[119.192957,34.888848],[119.186651,34.888836],[119.184381,34.886913],[119.202148,34.88117],[119.198614,34.85441],[119.184261,34.854729],[119.182854,34.851993],[119.209909,34.852162],[119.212977,34.844095],[119.212123,34.842691],[119.192573,34.835124],[119.192645,34.828267],[119.198233,34.825181],[119.206733,34.828662],[119.209696,34.82237],[119.20879,34.814333],[119.21199,34.809813],[119.218905,34.80554],[119.22461,34.794873],[119.220019,34.790693],[119.225239,34.787482],[119.237036,34.786403],[119.242453,34.78368],[119.259093,34.795115],[119.264502,34.796058],[119.288828,34.78073],[119.322399,34.767637],[119.326625,34.762715],[119.329919,34.764191],[119.340969,34.764051],[119.348339,34.766881],[119.364159,34.765361],[119.368019,34.763581],[119.372363,34.749078],[119.386519,34.749712],[119.405929,34.747791],[119.406639,34.745521],[119.414125,34.743932],[119.416089,34.74392],[119.418159,34.74762],[119.42132,34.748508],[119.426169,34.74502],[119.426279,34.7422],[119.433499,34.74066],[119.436069,34.74095],[119.436129,34.74477],[119.445479,34.74475],[119.446989,34.74202],[119.456409,34.7372],[119.454159,34.7342],[119.459949,34.73006],[119.468701,34.729917],[119.47136,34.736946],[119.498938,34.728029],[119.507747,34.728483],[119.519044,34.733094],[119.516225,34.724323],[119.509219,34.722113],[119.501985,34.722111],[119.501979,34.713693],[119.474409,34.716559],[119.482096,34.707323],[119.478039,34.70009],[119.472539,34.70025],[119.467749,34.69838],[119.464469,34.69273],[119.465588,34.68912],[119.461728,34.68406],[119.458478,34.68105],[119.451809,34.680362],[119.449388,34.67547],[119.461689,34.66664],[119.47607,34.658925],[119.499132,34.638889],[119.525031,34.619805],[119.537109,34.631204],[119.555239,34.628437],[119.551548,34.610526],[119.565433,34.604928],[119.56024,34.596327],[119.581567,34.586888],[119.581054,34.585711],[119.642119,34.559875],[119.646195,34.551153],[119.645317,34.537737],[119.646706,34.522297],[119.642666,34.519217],[119.641888,34.515107],[119.655115,34.519109],[119.677086,34.520667],[119.681796,34.524187],[119.688136,34.523087],[119.700206,34.526637],[119.715566,34.525507],[119.767134,34.504811],[119.773161,34.498456],[119.778234,34.499488],[119.787997,34.49045],[119.779939,34.484665],[119.787479,34.480306],[119.787319,34.478379],[119.782138,34.473159],[119.79176,34.466943],[119.820751,34.467277],[119.83452,34.462084],[119.876043,34.458278],[119.905279,34.450513],[119.927657,34.447851],[119.997616,34.425814],[120,34.422359],[120.008799,34.425383],[120.054031,34.403085],[120.088505,34.378693],[120.090012,34.376922],[120.086877,34.369161],[120.095495,34.369311],[120.097198,34.370972],[120.107661,34.367814],[120.113631,34.363942],[120.11569,34.366168],[120.14428,34.355862],[120.171672,34.343877],[120.185662,34.340995],[120.201028,34.332144],[120.238111,34.32001],[120.262211,34.309481],[120.276162,34.297172],[120.277128,34.293617],[120.272549,34.278372],[120.280539,34.271352],[120.282925,34.258938],[120.27777,34.258561],[120.27562,34.25494],[120.282933,34.243789],[120.293822,34.208352],[120.297359,34.206953],[120.296799,34.191467],[120.301559,34.174002],[120.311801,34.148422],[120.315324,34.144972],[120.315328,34.140991],[120.317539,34.14018],[120.324904,34.129132],[120.327017,34.122037],[120.324329,34.1166],[120.323448,34.103139],[120.3302,34.09926],[120.33748,34.092199],[120.353404,34.065735],[120.352416,34.063542],[120.356441,34.063377],[120.364951,34.050335],[120.390263,33.991397],[120.393472,33.991258],[120.398209,33.97711],[120.40278,33.973348],[120.417193,33.9491],[120.421885,33.935221],[120.416889,33.933874],[120.422553,33.933239],[120.425438,33.922786],[120.455035,33.881679],[120.47598,33.843613],[120.481034,33.831633],[120.481482,33.82061],[120.475618,33.81449],[120.473039,33.808409],[120.46858,33.80589],[120.46814,33.799418],[120.472056,33.797048],[120.484883,33.809071],[120.487296,33.809614],[120.513616,33.793612],[120.526546,33.775925],[120.548707,33.724938],[120.552844,33.719706],[120.559137,33.702521],[120.563555,33.697823],[120.573524,33.662476],[120.578083,33.66324],[120.581118,33.657097],[120.580888,33.648114],[120.576679,33.639558],[120.568443,33.636258],[120.561969,33.630792],[120.568758,33.628791],[120.576067,33.629659],[120.581731,33.626063],[120.579928,33.60785],[120.580395,33.594243],[120.553108,33.578678],[120.560783,33.566029],[120.541762,33.555642],[120.550628,33.544429],[120.593716,33.512717],[120.598258,33.510368],[120.604859,33.510094],[120.605338,33.508555],[120.623932,33.507088],[120.640667,33.500529],[120.650685,33.498899],[120.651793,33.497299],[120.651642,33.480191],[120.654859,33.469359],[120.65612,33.469114],[120.659471,33.477009],[120.669913,33.476863],[120.678679,33.46739],[120.691065,33.424668],[120.701323,33.427106],[120.7053,33.425305],[120.712363,33.411434],[120.713188,33.396562],[120.714582,33.393245],[120.717672,33.393931],[120.72052,33.384678],[120.715568,33.376816],[120.718135,33.374519],[120.721123,33.356981],[120.719526,33.348001],[120.714471,33.343718],[120.707152,33.344694],[120.692321,33.338524],[120.689971,33.334918],[120.671181,33.330084],[120.691958,33.330718],[120.699688,33.334199],[120.700757,33.339063],[120.707996,33.341344],[120.717418,33.341035],[120.723604,33.348493],[120.726164,33.349221],[120.733431,33.334507],[120.738497,33.330987],[120.742263,33.331664],[120.746908,33.327353],[120.746024,33.32375],[120.75116,33.319336],[120.758447,33.300254],[120.757908,33.296242],[120.77521,33.273326],[120.773636,33.271618],[120.794614,33.224839],[120.829016,33.231126],[120.836169,33.21527],[120.824759,33.21126],[120.831593,33.201414],[120.837352,33.182468],[120.823389,33.178121],[120.83386,33.16291],[120.836343,33.15451],[120.844018,33.142031],[120.843072,33.140888],[120.844736,33.140757],[120.85163,33.129488],[120.852019,33.125205],[120.849793,33.12123],[120.854626,33.112008],[120.861906,33.091285],[120.861223,33.055762],[120.824778,33.055825],[120.812338,33.046669],[120.817996,33.04206],[120.826837,33.041967],[120.883767,33.020157],[120.884723,33.018545],[120.879143,33.016393],[120.880081,33.010143],[120.890969,33.012892],[120.890159,33.015239],[120.902733,33.021264],[120.903956,33.025764],[120.905278,33.025156],[120.91161,33.01453],[120.909881,33.012941],[120.91001,33.009802],[120.912915,33.010794],[120.915346,33.00628],[120.913607,33.005379],[120.91546,33.000512],[120.924709,32.982432],[120.924227,32.967973],[120.918321,32.967894],[120.91722,32.953672],[120.902043,32.956883],[120.892733,32.953024],[120.894835,32.951062],[120.90415,32.950466],[120.905911,32.949088],[120.910961,32.952743],[120.917398,32.947717],[120.921897,32.940728],[120.922596,32.934802],[120.925161,32.934776],[120.924549,32.929967],[120.920375,32.929949],[120.922031,32.911181],[120.930857,32.911402],[120.932949,32.902307],[120.931337,32.89162],[120.927222,32.886614],[120.919746,32.888559],[120.912999,32.886341],[120.908014,32.878603],[120.909891,32.872256],[120.920003,32.873969],[120.942286,32.881243],[120.966325,32.881401],[120.968687,32.876016],[120.959377,32.761506],[120.950626,32.759178],[120.945311,32.722462],[120.907866,32.720427],[120.906659,32.712257],[120.897544,32.706159],[120.892362,32.696939],[120.89584,32.69392],[120.895861,32.687074],[120.89756,32.685905],[120.901578,32.687778],[120.93162,32.687003],[120.944748,32.688975],[120.953646,32.668265],[120.967895,32.649546],[120.972107,32.637945],[120.971332,32.635923],[120.941646,32.60201],[120.946451,32.599904],[120.951848,32.607693],[120.966772,32.608473],[120.972296,32.607215],[120.982112,32.601516],[120.988456,32.603313],[121.006993,32.597019],[121.013016,32.602738],[121.015361,32.602763],[121.040464,32.588467],[121.037509,32.58143],[121.027429,32.566365],[121.040961,32.559563],[121.053586,32.55414],[121.111026,32.541028],[121.211722,32.495128],[121.22226,32.483528],[121.260897,32.470557],[121.246104,32.457262],[121.247733,32.456521],[121.266838,32.44902],[121.270164,32.455031],[121.279461,32.451414],[121.280038,32.449155],[121.282585,32.44808],[121.288415,32.459375],[121.291524,32.460565],[121.329774,32.446383],[121.412714,32.404188],[121.415963,32.331412],[121.418846,32.314893],[121.425927,32.310893],[121.434267,32.310774],[121.436539,32.309185],[121.436433,32.277541],[121.446897,32.269284],[121.455651,32.269275],[121.46843,32.266273],[121.478757,32.259751],[121.479031,32.24496],[121.46708,32.243785],[121.45813,32.240288],[121.483231,32.232309],[121.481992,32.216184],[121.479007,32.215511],[121.469382,32.220632],[121.469443,32.210515],[121.454782,32.209217],[121.453293,32.199304],[121.442651,32.200357],[121.442889,32.209872],[121.436865,32.209767],[121.429723,32.202861],[121.429311,32.198852],[121.427085,32.197409],[121.412137,32.197162],[121.412163,32.176071],[121.417456,32.175991],[121.426337,32.168905],[121.427531,32.166028],[121.44539,32.16154],[121.453103,32.152416],[121.490302,32.168342],[121.514848,32.158011],[121.507785,32.149799],[121.489791,32.145361],[121.459513,32.14457],[121.460222,32.140611],[121.441786,32.140431],[121.438642,32.135637],[121.439882,32.133993],[121.460197,32.134426],[121.464735,32.136546],[121.476719,32.13624],[121.473551,32.117304],[121.481442,32.115577],[121.485986,32.13639],[121.499718,32.1368],[121.496815,32.118155],[121.505124,32.115873],[121.508266,32.137026],[121.519654,32.135456],[121.513459,32.11261],[121.531866,32.109041],[121.535206,32.105407],[121.564483,32.095845],[121.573025,32.112171],[121.604975,32.103339],[121.60429,32.101279],[121.625649,32.093765],[121.627807,32.099405],[121.670511,32.087425],[121.657728,32.082954],[121.62536,32.091917],[121.622123,32.08348],[121.659375,32.072759],[121.660649,32.069982],[121.656223,32.063087],[121.664752,32.057419],[121.671566,32.067779],[121.67491,32.06882],[121.7025,32.056328],[121.706504,32.062419],[121.67785,32.075707],[121.68272,32.083632],[121.72387,32.06418],[121.732408,32.058449],[121.751254,32.041162],[121.733686,32.019067],[121.739652,32.018419],[121.747406,32.010654],[121.760435,32.004465],[121.761799,32.005079],[121.768892,32],[121.785295,31.985559],[121.804061,31.964465],[121.808109,31.969445],[121.826506,31.958597],[121.868783,31.868689],[121.870502,31.86142],[121.869986,31.849325],[121.871641,31.84457],[121.904294,31.792047],[121.924325,31.766436],[121.931147,31.747253],[121.931945,31.737205],[121.953167,31.736918],[121.956881,31.735365],[121.958169,31.733037],[121.957752,31.716408],[121.956093,31.711975],[121.95138,31.707155],[121.881981,31.690838],[121.883093,31.666666],[121.874761,31.635156],[121.805888,31.648857],[121.73995,31.667325],[121.638881,31.700078],[121.630972,31.698259],[121.600798,31.710687],[121.599264,31.710418],[121.599768,31.703065],[121.588232,31.707223],[121.588848,31.709566],[121.561612,31.719399],[121.547054,31.730601],[121.545836,31.728672],[121.535696,31.735484],[121.536,31.737802],[121.51108,31.744752],[121.495631,31.754309],[121.457419,31.759979],[121.445998,31.763434],[121.443454,31.765694],[121.426044,31.772014],[121.417622,31.780103],[121.406046,31.797173],[121.411697,31.799396],[121.40646,31.808463],[121.39925,31.813413],[121.370369,31.84913],[121.30138,31.872463],[121.29084,31.872548],[121.28064,31.870005],[121.218673,31.847235],[121.171073,31.819395],[121.143256,31.79371],[121.104597,31.768463],[121.096977,31.765102],[121.124708,31.741362],[121.238284,31.666776],[121.257527,31.651238],[121.321621,31.582716],[121.382228,31.547084],[121.319978,31.5019],[121.30894,31.502531],[121.306188,31.507824],[121.301249,31.507085],[121.295513,31.501809],[121.298044,31.500613],[121.293795,31.493176],[121.285231,31.490608],[121.275607,31.49164],[121.270182,31.487108],[121.262873,31.487054],[121.257542,31.483056],[121.256197,31.479948],[121.242711,31.479059],[121.236322,31.495609],[121.232287,31.493869],[121.223978,31.484415],[121.225901,31.483204],[121.225527,31.479371],[121.213968,31.477366],[121.20891,31.477898],[121.21046,31.48026],[121.209119,31.480794],[121.198488,31.474389],[121.198122,31.471633],[121.188715,31.469185],[121.181246,31.461965],[121.181103,31.456459],[121.17738,31.454365],[121.168528,31.451072],[121.163592,31.450804],[121.161226,31.452344],[121.156645,31.451375],[121.142915,31.445297],[121.141595,31.440997],[121.143907,31.437471],[121.149477,31.434962],[121.15981,31.43328],[121.159807,31.429211],[121.154771,31.427301],[121.14869,31.427356],[121.143327,31.423408],[121.143869,31.418114],[121.153944,31.412094],[121.145306,31.404152],[121.14074,31.395799],[121.140176,31.393563],[121.144207,31.389003],[121.143416,31.387402],[121.13324,31.383157],[121.119749,31.378454],[121.118687,31.380263],[121.109075,31.37623],[121.11036,31.373158],[121.114139,31.372857],[121.115718,31.370928],[121.106102,31.366683],[121.101951,31.368568],[121.102413,31.3573],[121.104044,31.352851],[121.112328,31.354019],[121.115102,31.349786],[121.11248,31.349353],[121.112936,31.345582],[121.125663,31.346087],[121.125596,31.338817],[121.128779,31.332128],[121.128781,31.328242],[121.125046,31.324188],[121.123024,31.318902],[121.125325,31.304512],[121.134321,31.304856],[121.134245,31.308089],[121.138885,31.311799],[121.146387,31.30183],[121.146549,31.293859],[121.151489,31.289218],[121.154809,31.289327],[121.156487,31.284023],[121.149332,31.278724],[121.139134,31.276753],[121.132883,31.279264],[121.133404,31.280828],[121.127066,31.28309],[121.12646,31.281982],[121.122311,31.282975],[121.119628,31.286449],[121.116439,31.28764],[121.110168,31.287553],[121.100007,31.275672],[121.093437,31.278666],[121.089652,31.290486],[121.082683,31.294086],[121.076444,31.278928],[121.079926,31.277537],[121.07781,31.273553],[121.075059,31.271734],[121.057664,31.270034],[121.056708,31.2481],[121.059328,31.248083],[121.059241,31.2453],[121.058726,31.240503],[121.056174,31.240028],[121.059641,31.232684],[121.058573,31.225806],[121.063143,31.20323],[121.06488,31.196556],[121.067648,31.193092],[121.064201,31.187351],[121.070235,31.175619],[121.06698,31.173152],[121.067296,31.171805],[121.071204,31.172478],[121.07311,31.163922],[121.072072,31.160731],[121.068616,31.159069],[121.064012,31.151679],[121.060453,31.151184],[121.057416,31.155116],[121.045311,31.152457],[121.044832,31.154606],[121.040086,31.156293],[121.040069,31.152795],[121.03668,31.151312],[121.036848,31.149],[121.040478,31.146795],[121.036179,31.139655],[121.031542,31.139532],[121.031097,31.142682],[121.027074,31.144171],[121.021085,31.143308],[121.013516,31.13641],[120.978996,31.134073],[120.925874,31.143769],[120.90651,31.137628],[120.900872,31.136745],[120.894881,31.138177],[120.874379,31.135424],[120.86781,31.128605],[120.863254,31.117814],[120.858698,31.115899],[120.854011,31.11065],[120.852382,31.105252],[120.854009,31.10317],[120.864213,31.099514],[120.868705,31.102695],[120.872378,31.102293],[120.874162,31.100227],[120.873707,31.097577],[120.886232,31.096672],[120.893669,31.089017],[120.898241,31.087887],[120.90061,31.081082],[120.897638,31.08039],[120.895004,31.075437],[120.890546,31.058102],[120.893238,31.047046],[120.897751,31.038478],[120.897247,31.019664],[120.89309,31.019835],[120.887777,31.01318],[120.889427,31.007078],[120.885822,31.003742],[120.880341,31.003277],[120.863539,30.995534],[120.861441,30.99263],[120.848554,30.994804],[120.843278,30.99196],[120.83776,30.994267],[120.834952,31.002294],[120.817361,31.00831],[120.768974,31.003633],[120.772659,30.999262],[120.769262,30.996871],[120.768154,30.999697],[120.7649,30.998849],[120.762418,30.992929],[120.765995,30.980471],[120.761017,30.977971],[120.757628,30.978994],[120.753341,30.977488],[120.74355,30.970678],[120.741493,30.96525],[120.735764,30.965801],[120.734092,30.969322],[120.72415,30.973501],[120.703502,30.973953],[120.704463,30.969621],[120.699825,30.967402],[120.698244,30.966961],[120.693584,30.972272],[120.688193,30.967763],[120.685011,30.967384],[120.678668,30.958229],[120.69256,30.95251],[120.701727,30.942494],[120.706027,30.933396],[120.708246,30.922566],[120.707444,30.913496],[120.705527,30.909069],[120.708802,30.88784],[120.694451,30.884276],[120.698137,30.879012],[120.694808,30.871117],[120.686704,30.872818],[120.680363,30.887022],[120.677131,30.885372],[120.675059,30.880108],[120.668051,30.878892],[120.666193,30.869884],[120.663115,30.864555],[120.659024,30.863595],[120.657728,30.866532],[120.654764,30.867816],[120.653753,30.858884],[120.65079,30.857809],[120.65117,30.849419],[120.640127,30.853652],[120.639773,30.856641],[120.637357,30.857797],[120.632157,30.856338],[120.622191,30.858514],[120.614018,30.852792],[120.604767,30.850791],[120.590944,30.853929],[120.591697,30.855647],[120.584849,30.858364],[120.577059,30.848076],[120.559467,30.837743],[120.554813,30.833284],[120.554014,30.829756],[120.544071,30.818418],[120.51575,30.778195],[120.500004,30.760322],[120.484678,30.765873],[120.472637,30.787984],[120.471299,30.794289],[120.472959,30.803103],[120.472244,30.808508],[120.461341,30.808051],[120.458367,30.817346],[120.453955,30.817764],[120.452281,30.826534],[120.455415,30.827517],[120.456066,30.830123],[120.455358,30.83931],[120.449764,30.847114],[120.45156,30.849254],[120.449289,30.852566],[120.44303,30.851824],[120.438258,30.85499],[120.435737,30.860148],[120.435241,30.86188],[120.447338,30.870153],[120.440808,30.876793],[120.436275,30.886027],[120.432055,30.886156],[120.430529,30.895087],[120.433036,30.898136],[120.433717,30.902148],[120.42972,30.905597],[120.427959,30.91322],[120.429216,30.915098],[120.432941,30.915942],[120.431505,30.925941],[120.422362,30.925589],[120.419254,30.929802],[120.413482,30.928454],[120.419527,30.902789],[120.413652,30.901415],[120.408218,30.897322],[120.389799,30.892707],[120.374707,30.892889],[120.37282,30.887733],[120.36764,30.887],[120.367842,30.883841],[120.360973,30.882268],[120.355077,30.886698],[120.352877,30.890721],[120.3555,30.894913],[120.354676,30.901581],[120.349304,30.911806],[120.354855,30.916297],[120.353182,30.922433],[120.359855,30.925035],[120.358025,30.929266],[120.356307,30.92974],[120.355356,30.93607],[120.36626,30.943797],[120.367929,30.946626],[120.365515,30.950306],[120.342645,30.942971],[120.300817,30.93327],[120.251237,30.928513],[120.219023,30.928847],[120.144911,30.939389],[120.127399,30.945915],[120.104076,30.959436],[120.082024,30.98047],[120.069132,30.989117],[120.048197,31.007235],[120.012955,31.019555],[119.989631,31.034417],[119.989364,31.039191],[119.984018,31.04926],[119.980697,31.061124],[119.965556,31.074454],[119.956212,31.090061],[119.942117,31.107433],[119.942635,31.113038],[119.935934,31.131452],[119.935792,31.14406],[119.932922,31.148486],[119.917146,31.163024],[119.915411,31.173566],[119.908275,31.17082],[119.89834,31.171559],[119.886517,31.165718],[119.87277,31.163659],[119.864882,31.164969],[119.862991,31.170866],[119.856385,31.169882],[119.851624,31.173821],[119.849589,31.169611],[119.845732,31.169049],[119.838128,31.170483],[119.832195,31.17512],[119.825583,31.174234],[119.821646,31.171469],[119.814199,31.170214],[119.81187,31.166515],[119.816749,31.163425],[119.820806,31.167109],[119.826615,31.164276],[119.827158,31.163199],[119.820284,31.155355],[119.816168,31.155781],[119.809133,31.151788],[119.802736,31.150243],[119.798003,31.157771],[119.793554,31.160359],[119.787947,31.158463],[119.787207,31.156461],[119.78356,31.156586],[119.784344,31.16312],[119.788012,31.166773],[119.788581,31.170217],[119.775321,31.182434],[119.765668,31.178457],[119.760559,31.182556],[119.758945,31.175552],[119.752234,31.172605],[119.752139,31.174159],[119.747571,31.17399],[119.744968,31.171042],[119.739104,31.170762],[119.738139,31.174226],[119.736206,31.174792],[119.725715,31.171708],[119.724816,31.173501],[119.710367,31.172478],[119.708344,31.169578],[119.707838,31.164042],[119.698114,31.153465],[119.685998,31.160726],[119.676845,31.162503],[119.675476,31.167066],[119.670302,31.164239],[119.663093,31.165746],[119.658397,31.163766],[119.652286,31.155293],[119.645665,31.156232],[119.636588,31.150318],[119.636234,31.146819],[119.638977,31.142119],[119.633347,31.13641],[119.638215,31.1364],[119.643268,31.141096],[119.646563,31.142088],[119.648519,31.136208],[119.647713,31.13321],[119.640756,31.133439],[119.639674,31.136167],[119.629106,31.135181],[119.622676,31.129506],[119.617831,31.130615],[119.618668,31.132101],[119.617475,31.133408],[119.610503,31.132194],[119.608852,31.131367],[119.606914,31.125549],[119.602588,31.124233],[119.596752,31.113549],[119.601737,31.114776],[119.606076,31.105106],[119.602327,31.103699],[119.603704,31.10488],[119.600878,31.110085],[119.58609,31.11438],[119.586836,31.110817],[119.589047,31.10939],[119.585342,31.105217],[119.58551,31.108188],[119.57938,31.116978],[119.574777,31.111122],[119.571208,31.111727],[119.570338,31.116698],[119.565676,31.124048],[119.566468,31.127637],[119.570692,31.127173],[119.572384,31.135677],[119.567454,31.132474],[119.565416,31.132926],[119.555292,31.140141],[119.55774,31.144617],[119.55138,31.145369],[119.545882,31.149292],[119.537173,31.145726],[119.539211,31.147783],[119.538439,31.156001],[119.536548,31.156743],[119.530474,31.152958],[119.528919,31.155877],[119.531018,31.159452],[119.52751,31.161254],[119.51641,31.1615],[119.511518,31.157029],[119.503371,31.157866],[119.491168,31.166239],[119.485187,31.166611],[119.481776,31.164257],[119.481089,31.15566],[119.478808,31.153522],[119.476656,31.153239],[119.476336,31.156495],[119.472582,31.160566],[119.463793,31.158248],[119.455126,31.158493],[119.445773,31.17066],[119.446047,31.174707],[119.444178,31.17641],[119.440066,31.175607],[119.430575,31.178554],[119.425837,31.178103],[119.42525,31.180711],[119.428142,31.184747],[119.425128,31.186747],[119.422831,31.186797],[119.418864,31.180292],[119.413104,31.174959],[119.408671,31.175173],[119.403986,31.18452],[119.395205,31.181219],[119.392024,31.177393],[119.393706,31.176],[119.39007,31.172333],[119.385981,31.170168],[119.380724,31.170721],[119.387332,31.180464],[119.385511,31.186351],[119.389483,31.194768],[119.402308,31.193855],[119.402797,31.19679],[119.391742,31.200641],[119.38901,31.200234],[119.385241,31.192273],[119.382846,31.193205],[119.373492,31.189781],[119.363612,31.195792],[119.360263,31.196146],[119.35805,31.199998],[119.355586,31.213635],[119.35658,31.217068],[119.359324,31.217756],[119.362346,31.22419],[119.35715,31.228182],[119.35992,31.234927],[119.356708,31.238466],[119.363521,31.242015],[119.366237,31.247113],[119.369624,31.249514],[119.370777,31.253721],[119.368824,31.258786],[119.370914,31.260697],[119.375453,31.260701],[119.375843,31.267789],[119.375148,31.271699],[119.369072,31.270461],[119.364643,31.272046],[119.366566,31.282947],[119.360599,31.286897],[119.360523,31.291384],[119.362484,31.291726],[119.363354,31.293838],[119.35622,31.299135],[119.356762,31.302087],[119.348667,31.304642],[119.342436,31.302085],[119.344311,31.301936],[119.345875,31.295337],[119.343288,31.296385],[119.341221,31.295213],[119.346478,31.285411],[119.343197,31.283499],[119.342304,31.278974],[119.335206,31.277306],[119.341358,31.265073],[119.344852,31.264716],[119.346248,31.262865],[119.345013,31.26039],[119.342342,31.259704],[119.337101,31.26147],[119.334947,31.266236],[119.314014,31.266179],[119.297901,31.271486],[119.289929,31.266207],[119.286996,31.261837],[119.282169,31.259982],[119.280803,31.262053],[119.275667,31.262464],[119.269527,31.25653],[119.261058,31.256231],[119.258119,31.262103],[119.247957,31.267031],[119.244514,31.263681],[119.245806,31.261073],[119.244102,31.258],[119.238253,31.255565],[119.233902,31.256173],[119.227092,31.263136],[119.222675,31.264105],[119.219122,31.267784],[119.212405,31.270282],[119.213786,31.272808],[119.209301,31.277039],[119.206439,31.277366],[119.20246,31.274964],[119.19883,31.267797],[119.194461,31.26954],[119.192431,31.27805],[119.195568,31.296132],[119.194866,31.297683],[119.191689,31.298097],[119.185306,31.297184],[119.180722,31.303464],[119.176029,31.302533],[119.169978,31.295382],[119.162069,31.293885],[119.152813,31.296694],[119.146182,31.291016],[119.148326,31.284784],[119.145577,31.283149],[119.140246,31.274755],[119.132892,31.270396],[119.12704,31.263776],[119.115161,31.263774],[119.110911,31.261053],[119.110736,31.259483],[119.101283,31.255222],[119.09978,31.251656],[119.100265,31.237872],[119.099039,31.235745],[119.095416,31.236365],[119.095309,31.238686],[119.091929,31.24281],[119.08932,31.243288],[119.084193,31.242751],[119.077418,31.23409],[119.074237,31.233571],[119.065242,31.239252],[119.053797,31.240569],[119.052249,31.239704],[119.053065,31.2363],[119.04764,31.232541],[119.037882,31.236878],[119.033862,31.242412],[119.030619,31.237969],[119.014361,31.245145],[119.006617,31.244662],[119.004748,31.239105],[118.986155,31.231984],[118.979715,31.235384],[118.975108,31.24004],[118.968241,31.237729],[118.96609,31.237813],[118.967135,31.240047],[118.963091,31.241804],[118.957431,31.238721],[118.939323,31.239019],[118.927683,31.242683],[118.92335,31.24165],[118.913623,31.246459],[118.899768,31.235046],[118.879333,31.231595],[118.877941,31.240175],[118.868616,31.240787],[118.864919,31.244531],[118.834755,31.238337],[118.826519,31.231562],[118.819514,31.232349],[118.815675,31.236565],[118.812549,31.237476],[118.806242,31.236411],[118.79751,31.230602],[118.789976,31.231602],[118.782052,31.236371],[118.775636,31.242716],[118.773822,31.24896],[118.77504,31.261286],[118.770307,31.267456],[118.764519,31.270909],[118.75748,31.278838],[118.748893,31.281917],[118.722724,31.28391],[118.704112,31.298171],[118.696491,31.301914],[118.697863,31.304582],[118.713255,31.297197],[118.714945,31.324927],[118.729841,31.347308],[118.740487,31.374648],[118.749529,31.38743],[118.760255,31.391129],[118.761441,31.386222],[118.765627,31.379696],[118.761568,31.366341],[118.764225,31.365066],[118.779838,31.370705],[118.795184,31.371039],[118.806267,31.373549],[118.821456,31.379782],[118.832449,31.387878],[118.838568,31.394556],[118.847505,31.399428],[118.850228,31.407435],[118.87129,31.436381],[118.876439,31.450023],[118.873961,31.483172],[118.878197,31.500157],[118.88247,31.531316],[118.880855,31.535543],[118.878385,31.537328],[118.875746,31.535859],[118.871855,31.540627],[118.87078,31.552448],[118.864005,31.557211],[118.864958,31.559862],[118.872832,31.564356],[118.87609,31.564317],[118.878958,31.56765],[118.878676,31.570073],[118.875746,31.571455],[118.862471,31.573312],[118.865546,31.577059],[118.867949,31.575868],[118.865508,31.57598],[118.864485,31.573797],[118.866461,31.572975],[118.868353,31.574275],[118.868903,31.584025],[118.872214,31.592321],[118.868918,31.594827],[118.858817,31.593367],[118.855002,31.597097],[118.856719,31.598776],[118.863913,31.599888],[118.867881,31.606588],[118.866775,31.611307],[118.860893,31.613721],[118.863441,31.617982],[118.859375,31.618984],[118.858138,31.617755],[118.855095,31.621269],[118.856292,31.626055],[118.8553,31.628391],[118.841233,31.627168],[118.838823,31.628798],[118.837478,31.634794],[118.828902,31.635752],[118.828735,31.633197],[118.822387,31.631386],[118.814216,31.632264],[118.815071,31.626118],[118.81047,31.622356],[118.798995,31.620852],[118.795806,31.623021],[118.790061,31.631394],[118.787116,31.631839],[118.78672,31.640246],[118.783553,31.648146],[118.777229,31.656014],[118.778076,31.658815],[118.784622,31.661327],[118.791778,31.666932],[118.790438,31.671468],[118.783829,31.67666],[118.782646,31.675126],[118.779709,31.675349],[118.77504,31.679163],[118.774467,31.681856],[118.76899,31.684145],[118.762528,31.680437],[118.745352,31.681255],[118.742729,31.679045],[118.743233,31.675402],[118.738423,31.669906],[118.741844,31.666903],[118.74103,31.662113],[118.739131,31.65678],[118.733567,31.649159],[118.73157,31.636707],[118.728174,31.634787],[118.722906,31.636179],[118.721357,31.634125],[118.722689,31.631333],[118.721741,31.630139],[118.713701,31.62993],[118.709308,31.636325],[118.710366,31.641012],[118.707706,31.64512],[118.705615,31.645297],[118.703238,31.640904],[118.693468,31.64245],[118.686774,31.641744],[118.684432,31.637903],[118.681388,31.636476],[118.665588,31.643986],[118.662398,31.644575],[118.656438,31.641883],[118.651791,31.643473],[118.647198,31.648712],[118.638655,31.652403],[118.639357,31.657662],[118.642508,31.663125],[118.642425,31.668438],[118.637538,31.673839],[118.640167,31.680829],[118.651161,31.680259],[118.659653,31.682669],[118.665802,31.699221],[118.677398,31.701086],[118.683777,31.70551],[118.685883,31.709524],[118.686234,31.717579],[118.680946,31.71674],[118.680237,31.718149],[118.685433,31.722997],[118.672852,31.730983],[118.659905,31.733052],[118.652543,31.732501],[118.647364,31.734504],[118.6456,31.742151],[118.636238,31.747425],[118.639374,31.751598],[118.641475,31.749618],[118.643372,31.752921],[118.63823,31.755679],[118.637261,31.761309],[118.622177,31.761403],[118.612313,31.753246],[118.603669,31.760889],[118.596711,31.759705],[118.586549,31.746027],[118.567543,31.742804],[118.565521,31.748751],[118.55906,31.744202],[118.55394,31.737028],[118.553872,31.733075],[118.549965,31.732174],[118.546639,31.732408],[118.542397,31.737944],[118.538147,31.736514],[118.539322,31.735172],[118.53833,31.733313],[118.534386,31.73362],[118.53363,31.737498],[118.529922,31.741846],[118.52385,31.739044],[118.523254,31.744811],[118.515511,31.745226],[118.515624,31.748061],[118.523598,31.753688],[118.528877,31.751829],[118.533188,31.752798],[118.531264,31.759261],[118.533477,31.762216],[118.540161,31.759673],[118.541749,31.761076],[118.528134,31.769021],[118.516648,31.763799],[118.509353,31.76865],[118.504488,31.767817],[118.497208,31.777163],[118.48351,31.778974],[118.478027,31.783115],[118.477954,31.793574],[118.499002,31.842554],[118.484085,31.845713],[118.469974,31.852424],[118.461485,31.859774],[118.459374,31.865545],[118.461305,31.870864],[118.468535,31.871422],[118.475122,31.877197],[118.47307,31.885183],[118.462564,31.887002],[118.446866,31.886076],[118.444451,31.888908],[118.437605,31.89115],[118.429589,31.901564],[118.420542,31.895797],[118.418398,31.888825],[118.415651,31.887382],[118.409158,31.888922],[118.409403,31.89212],[118.404345,31.897676],[118.404673,31.911945],[118.388223,31.918468],[118.377672,31.909819],[118.370424,31.912697],[118.368143,31.915765],[118.375231,31.919467],[118.3697,31.924105],[118.369043,31.928977],[118.363375,31.930749],[118.357752,31.92922],[118.354197,31.933753],[118.355067,31.937249],[118.359225,31.937608],[118.363847,31.943427],[118.361681,31.948847],[118.362109,31.955404],[118.36301,31.958625],[118.366786,31.961145],[118.365932,31.964982],[118.364245,31.965091],[118.362971,31.967805],[118.377185,31.969045],[118.366328,31.986011],[118.370921,31.986135],[118.377579,31.981257],[118.383952,31.985817],[118.383861,31.988744],[118.38837,31.991085],[118.390529,31.994557],[118.383037,32.004044],[118.383335,32.01476],[118.385753,32.019821],[118.388172,32.020699],[118.392117,32.01846],[118.396549,32.018821],[118.396084,32.023308],[118.393795,32.026261],[118.381641,32.028755],[118.376896,32.033056],[118.379284,32.038807],[118.386864,32.046125],[118.384618,32.054728],[118.380998,32.056843],[118.377947,32.061493],[118.38729,32.064168],[118.389319,32.066467],[118.391567,32.073942],[118.389638,32.078697],[118.40649,32.082723],[118.409215,32.088058],[118.427995,32.088591],[118.429928,32.092357],[118.442652,32.096348],[118.44424,32.09965],[118.460081,32.10495],[118.465507,32.11022],[118.469793,32.118902],[118.477903,32.119152],[118.482876,32.122345],[118.488754,32.123572],[118.495438,32.12295],[118.489422,32.134316],[118.4945,32.143843],[118.499387,32.14131],[118.5012,32.143202],[118.492921,32.163085],[118.489602,32.163949],[118.489923,32.175472],[118.491719,32.181786],[118.494281,32.183851],[118.499265,32.18228],[118.503363,32.185188],[118.504286,32.196688],[118.513047,32.191272],[118.517748,32.190406],[118.526444,32.197971],[118.534546,32.194612],[118.543316,32.197167],[118.545823,32.201825],[118.556576,32.199099],[118.561166,32.201839],[118.560401,32.204924],[118.566123,32.210463],[118.571191,32.209274],[118.571003,32.204635],[118.57301,32.201995],[118.580547,32.201041],[118.5857,32.202774],[118.588976,32.196911],[118.593213,32.202056],[118.602896,32.20381],[118.612174,32.207787],[118.623751,32.204536],[118.63198,32.209833],[118.638583,32.211837],[118.661052,32.236459],[118.670491,32.25374],[118.669849,32.258099],[118.660591,32.260489],[118.654479,32.266322],[118.654431,32.269239],[118.665758,32.288297],[118.663255,32.297745],[118.654538,32.298769],[118.652179,32.301895],[118.652754,32.304989],[118.655606,32.307855],[118.667166,32.313286],[118.678387,32.327114],[118.690217,32.331528],[118.698721,32.33156],[118.702462,32.33695],[118.70186,32.341566],[118.692094,32.345007],[118.687562,32.354395],[118.691041,32.369764],[118.697542,32.369825],[118.698556,32.371034],[118.696413,32.381754],[118.692072,32.385965],[118.688623,32.38439],[118.683187,32.385215],[118.67473,32.391466],[118.673235,32.395041],[118.680483,32.407572],[118.683756,32.421034],[118.681536,32.431627],[118.687274,32.466639],[118.685885,32.475115],[118.67866,32.475096],[118.667621,32.472044],[118.647347,32.478724],[118.63827,32.472556],[118.622271,32.470435],[118.606402,32.47343],[118.593158,32.478942],[118.588611,32.482383],[118.587001,32.485664],[118.588222,32.50489],[118.601161,32.502822],[118.604488,32.505016],[118.611217,32.512618],[118.610591,32.5204],[118.608814,32.524429],[118.605052,32.522392],[118.601544,32.522658],[118.599842,32.534114],[118.604046,32.539749],[118.592174,32.547355],[118.572422,32.554638],[118.559353,32.564785],[118.558292,32.568615],[118.564282,32.588093],[118.578908,32.597355],[118.597279,32.600841],[118.605992,32.599365],[118.622853,32.59111],[118.625546,32.584865],[118.630383,32.581931],[118.636242,32.585509],[118.643788,32.593162],[118.647763,32.599772],[118.649823,32.600413],[118.677106,32.593486],[118.683713,32.589663],[118.693967,32.588973],[118.695805,32.589976],[118.695569,32.600943],[118.690602,32.603617],[118.691159,32.607722],[118.71462,32.612181],[118.719937,32.608607],[118.721486,32.596277],[118.728269,32.592489],[118.732236,32.591208],[118.737409,32.592615],[118.738041,32.599404],[118.745717,32.600004],[118.749578,32.602171],[118.746378,32.606379],[118.756383,32.606764],[118.769895,32.601114],[118.7721,32.59873],[118.770543,32.592237],[118.782178,32.584829],[118.799382,32.586786],[118.798223,32.592645],[118.803479,32.599992],[118.812429,32.604379],[118.819722,32.604051],[118.818639,32.591378],[118.81339,32.589967],[118.811818,32.588067],[118.812413,32.582917],[118.820537,32.573004],[118.839749,32.569436],[118.870259,32.583008],[118.877317,32.587407],[118.879873,32.592148],[118.897573,32.58598],[118.891385,32.579113],[118.890042,32.564179],[118.882497,32.560261],[118.882596,32.554924],[118.890042,32.551312],[118.898259,32.556774],[118.902509,32.555905],[118.906262,32.552277],[118.910672,32.55193],[118.912289,32.554253],[118.908322,32.557469],[118.908589,32.561402],[118.929265,32.559734],[118.935323,32.550613],[118.944432,32.545304],[118.961796,32.529632],[118.964734,32.523662],[118.962902,32.519409],[118.970394,32.507156],[118.993397,32.505992],[119.013552,32.518533],[119.026021,32.518771],[119.034904,32.516059],[119.041433,32.496476],[119.055415,32.488549],[119.060708,32.476882],[119.060027,32.469548],[119.056116,32.463237],[119.062895,32.463554],[119.067012,32.461342],[119.071578,32.455268],[119.077207,32.452261],[119.079676,32.452563],[119.086251,32.459423],[119.085009,32.468811],[119.089149,32.477078],[119.095894,32.473834],[119.115356,32.482134],[119.125139,32.495365],[119.133245,32.494331],[119.147163,32.505903],[119.149625,32.513541],[119.144802,32.525336],[119.145999,32.535435],[119.151739,32.537986],[119.15484,32.536688],[119.154062,32.534201],[119.158627,32.534405],[119.161851,32.538391],[119.159021,32.546089],[119.152519,32.554833],[119.146975,32.558562],[119.15549,32.567741],[119.168183,32.577723],[119.172282,32.585525],[119.17135,32.595599],[119.179789,32.600805],[119.182939,32.600318],[119.184411,32.598203],[119.183291,32.59039],[119.187319,32.582895],[119.206147,32.570522],[119.216385,32.579972],[119.212032,32.582145],[119.211387,32.593308],[119.223252,32.605635],[119.223437,32.612472],[119.215143,32.61106],[119.21013,32.612104],[119.203391,32.616402],[119.204202,32.620568],[119.214614,32.630179],[119.213243,32.63212],[119.20936,32.631281],[119.207083,32.632585],[119.203405,32.643753],[119.20598,32.694822],[119.205116,32.728678],[119.179513,32.827807],[119.126652,32.82743],[119.107648,32.829615],[119.094812,32.833467],[119.071455,32.859991],[119.057657,32.868957],[119.053015,32.868225],[119.047991,32.873553],[119.047437,32.883718],[119.039352,32.894467],[119.040389,32.900572],[119.039409,32.912832],[119.029465,32.909704],[119.00977,32.908803],[119.008884,32.912667],[119.012222,32.924603],[119.015771,32.927239],[119.023743,32.927393],[119.024642,32.929656],[119.019794,32.949373],[119.016443,32.955228],[119.003751,32.961694],[118.996612,32.963361],[118.986525,32.962919],[118.987276,32.960159],[118.980457,32.957065],[118.957589,32.948649],[118.943669,32.947609],[118.934157,32.943777],[118.929461,32.939348],[118.899634,32.947421],[118.898865,32.945513],[118.887084,32.942588],[118.885289,32.953115],[118.889557,32.961043],[118.886267,32.961962],[118.843448,32.960086],[118.835567,32.945845],[118.843544,32.933891],[118.842244,32.924442],[118.831145,32.919242],[118.824433,32.918893],[118.816331,32.922675],[118.812011,32.922802],[118.802475,32.917041],[118.802701,32.911671],[118.807437,32.903193],[118.809484,32.890324],[118.806613,32.880182],[118.808695,32.86198],[118.805372,32.85591],[118.789898,32.853953],[118.7842,32.849855],[118.776646,32.850609],[118.76557,32.854624],[118.762511,32.853014],[118.749363,32.85966],[118.740673,32.858442],[118.733563,32.853567],[118.738632,32.822745],[118.741066,32.816836],[118.739739,32.80522],[118.735107,32.802722],[118.731941,32.7956],[118.732947,32.783732],[118.730147,32.772554],[118.738483,32.762823],[118.74532,32.759159],[118.750733,32.75059],[118.751773,32.74225],[118.755151,32.740249],[118.754614,32.739181],[118.748786,32.736967],[118.742507,32.738413],[118.729751,32.734675],[118.721785,32.727709],[118.699927,32.723155],[118.652442,32.738033],[118.648448,32.740324],[118.647747,32.744362],[118.632369,32.747879],[118.60929,32.741512],[118.606284,32.739189],[118.606185,32.736229],[118.601996,32.72961],[118.575659,32.724121],[118.562674,32.727123],[118.552774,32.732642],[118.535986,32.731484],[118.512488,32.726617],[118.478613,32.722468],[118.464408,32.723313],[118.453544,32.727214],[118.44969,32.733243],[118.448241,32.743166],[118.446364,32.745485],[118.43907,32.741663],[118.432806,32.731187],[118.425145,32.722727],[118.418443,32.718036],[118.407575,32.718439],[118.387907,32.722372],[118.375494,32.719694],[118.364774,32.72069],[118.360289,32.72872],[118.362188,32.740603],[118.365305,32.74384],[118.365919,32.755591],[118.358275,32.77405],[118.33795,32.775351],[118.331519,32.769252],[118.329535,32.763648],[118.319815,32.762664],[118.317374,32.764144],[118.319946,32.772835],[118.319594,32.776748],[118.313994,32.781638],[118.304137,32.781097],[118.296082,32.7848],[118.291625,32.79951],[118.293494,32.802925],[118.299472,32.80724],[118.300197,32.818168],[118.293733,32.844245],[118.284408,32.848636],[118.280435,32.854107],[118.28094,32.859029],[118.259681,32.857675],[118.251325,32.8535],[118.252972,32.850507],[118.247264,32.846719],[118.238937,32.855244],[118.239669,32.879998],[118.23529,32.883008],[118.222939,32.926701],[118.23661,32.938625],[118.286976,32.949504],[118.304248,32.961324],[118.304773,32.964898],[118.304286,32.967226],[118.294056,32.971389],[118.263759,32.972354],[118.256036,32.975597],[118.251072,32.979689],[118.239314,32.997016],[118.2375,33.035997],[118.231339,33.055471],[118.226807,33.064603],[118.220354,33.061487],[118.205882,33.06323],[118.209505,33.072387],[118.222811,33.073852],[118.219665,33.086101],[118.204857,33.088688],[118.200289,33.091097],[118.200322,33.09245],[118.203246,33.092462],[118.21931,33.089459],[118.219058,33.100399],[118.216301,33.107784],[118.204211,33.106227],[118.197705,33.111918],[118.198133,33.113556],[118.215463,33.116051],[118.21807,33.155035],[118.217535,33.159053],[118.214277,33.162065],[118.2171,33.165134],[118.217599,33.177153],[118.213849,33.18828],[118.207267,33.199153],[118.196097,33.209327],[118.189573,33.213177],[118.172659,33.218105],[118.165696,33.216448],[118.158622,33.210472],[118.152169,33.200259],[118.150944,33.195424],[118.154505,33.180671],[118.15247,33.176374],[118.145373,33.170725],[118.084004,33.152441],[118.065009,33.141747],[118.059201,33.141351],[118.056682,33.14893],[118.036788,33.153454],[118.039533,33.139984],[118.032275,33.137139],[118.030537,33.154937],[118.019644,33.158295],[118.00774,33.168366],[118.000966,33.171368],[117.999938,33.173629],[118.001006,33.179206],[117.995318,33.180888],[117.985448,33.180149],[117.973876,33.203687],[117.977099,33.204457],[117.979952,33.207834],[117.982056,33.21998],[117.973947,33.228668],[117.966777,33.230003],[117.956155,33.224234],[117.950503,33.223831],[117.939295,33.226292],[117.935253,33.231984],[117.935696,33.23579],[117.94182,33.244913],[117.943295,33.252074],[117.942157,33.257902],[117.938807,33.262691],[117.939313,33.266002],[117.946368,33.271888],[117.966707,33.280867],[117.969574,33.289188],[117.974215,33.29533],[117.978388,33.297962],[117.978793,33.315712],[117.982002,33.320788],[117.986059,33.335324],[117.969501,33.337023],[117.964292,33.342515],[117.96455,33.351182],[117.979719,33.3508],[117.990657,33.348712],[118.008516,33.356985],[118.018704,33.371711],[118.023191,33.39235],[118.011184,33.404914],[118.018086,33.427581],[118.019014,33.446614],[118.025468,33.461218],[118.033353,33.470548],[118.038742,33.472701],[118.044235,33.493425],[118.055583,33.492281],[118.101333,33.476823],[118.10231,33.480818],[118.101157,33.505239],[118.103563,33.516391],[118.104371,33.538981],[118.112159,33.595489],[118.109649,33.609863],[118.106405,33.618201],[118.115199,33.62361],[118.162975,33.665256],[118.15999,33.675179],[118.158401,33.693843],[118.16002,33.709145],[118.151021,33.723417],[118.156677,33.732081],[118.160333,33.733957],[118.169273,33.731546],[118.175003,33.733127],[118.180783,33.743022],[118.180417,33.746127],[118.157979,33.752267],[118.143438,33.747761],[118.136003,33.748906],[118.124648,33.754925],[118.110562,33.770371],[118.105553,33.771645],[118.098374,33.766361],[118.059977,33.767041],[118.059209,33.762433],[118.041498,33.752808],[118.024585,33.749455],[118.02288,33.747826],[118.024055,33.744544],[118.022697,33.741608],[118.016758,33.739886],[118.014472,33.740103],[118.013243,33.747354],[118.00811,33.750214],[118.004489,33.750454],[118.003578,33.747403],[117.998378,33.746448],[117.972318,33.749341],[117.967097,33.751416],[117.966392,33.755216],[117.962528,33.76021],[117.955064,33.761985],[117.951794,33.758809],[117.948536,33.747928],[117.947362,33.73131],[117.926631,33.727531],[117.913174,33.735467],[117.910326,33.739951],[117.895113,33.737289],[117.892398,33.735106],[117.891814,33.733299],[117.896345,33.724146],[117.884205,33.729244],[117.874635,33.729427],[117.849447,33.73643],[117.838928,33.737631],[117.830678,33.735631],[117.821349,33.738843],[117.811076,33.736072],[117.800148,33.737668],[117.786126,33.734794],[117.782541,33.729599],[117.772519,33.724005],[117.76227,33.723578],[117.757456,33.719118],[117.754054,33.718181],[117.732636,33.72686],[117.726915,33.735809],[117.719809,33.738811],[117.717312,33.74204],[117.718081,33.747403],[117.728603,33.747927],[117.738357,33.764989],[117.734529,33.776791],[117.745761,33.796852],[117.746753,33.814064],[117.740499,33.82161],[117.740135,33.827605],[117.745185,33.831879],[117.749902,33.842331],[117.74908,33.852404],[117.754842,33.875542],[117.752973,33.887444],[117.747043,33.890714],[117.731346,33.894011],[117.717525,33.888793],[117.717781,33.882387],[117.712692,33.881078],[117.704431,33.883214],[117.696034,33.895572],[117.695326,33.902558],[117.685817,33.922245],[117.678655,33.927825],[117.668741,33.929791],[117.665271,33.93391],[117.665125,33.941591],[117.668389,33.944256],[117.670041,33.948407],[117.659283,33.959386],[117.65455,33.972995],[117.662447,33.986693],[117.665748,33.987896],[117.664711,33.996114],[117.657473,34.002885],[117.639134,34.011405],[117.621127,34.025763],[117.61765,34.034347],[117.601172,34.035199],[117.6011,34.026863],[117.605164,34.026804],[117.613043,34.01846],[117.612578,34.016406],[117.608388,34.014075],[117.607404,34.011166],[117.606819,34.00688],[117.609214,34.00503],[117.609401,34.002025],[117.60715,33.999671],[117.593617,33.997237],[117.584186,33.997415],[117.583414,33.986467],[117.570294,33.980425],[117.558758,33.979729],[117.558185,33.989767],[117.560461,33.992982],[117.560698,33.997257],[117.551716,34.005081],[117.537564,34.009077],[117.535661,34.022653],[117.540599,34.046119],[117.521679,34.057851],[117.512773,34.05973],[117.508375,34.062286],[117.503818,34.062321],[117.493869,34.048473],[117.491251,34.047375],[117.474555,34.048911],[117.467784,34.043513],[117.449202,34.035565],[117.4507,34.026818],[117.429369,34.027723],[117.42909,34.025027],[117.425619,34.02349],[117.408558,34.02244],[117.407141,34.025421],[117.393568,34.029268],[117.394703,34.045571],[117.389405,34.05359],[117.383502,34.058778],[117.370699,34.057176],[117.365235,34.061482],[117.371423,34.068509],[117.371912,34.075723],[117.366894,34.080016],[117.362111,34.080583],[117.352441,34.08522],[117.352483,34.088669],[117.313858,34.085123],[117.310904,34.078531],[117.310616,34.071082],[117.307886,34.065742],[117.300748,34.064531],[117.2843,34.07],[117.286387,34.077483],[117.266249,34.076975],[117.227618,34.065626],[117.21971,34.066149],[117.209742,34.072761],[117.202308,34.070151],[117.174942,34.071445],[117.173576,34.071675],[117.173847,34.074022],[117.159126,34.078445],[117.143598,34.079875],[117.152548,34.100995],[117.145318,34.101933],[117.14289,34.099418],[117.133944,34.100246],[117.113837,34.104983],[117.115907,34.110591],[117.118354,34.111835],[117.13082,34.1114],[117.131606,34.115578],[117.123807,34.127081],[117.115346,34.129797],[117.099013,34.131247],[117.092752,34.137772],[117.092763,34.140115],[117.089127,34.144542],[117.064397,34.144374],[117.062705,34.152536],[117.050807,34.156021],[117.028004,34.166806],[117.019967,34.168506],[117.021693,34.182762],[117.023372,34.18572],[117.042479,34.204909],[117.039618,34.225603],[117.036337,34.233719],[117.044438,34.238388],[117.043926,34.244752],[117.038643,34.249821],[117.034227,34.249163],[117.023808,34.242244],[117.013897,34.243892],[117.016202,34.255976],[117.0145,34.260019],[117.012588,34.261184],[116.998574,34.256238],[116.993851,34.260023],[116.996133,34.261136],[116.993148,34.268587],[116.984096,34.272714],[116.97726,34.278489],[116.969628,34.288778],[116.96621,34.30192],[116.971982,34.30473],[116.971491,34.318891],[116.969621,34.320253],[116.963946,34.320077],[116.963888,34.324445],[116.967081,34.331995],[116.976293,34.34336],[116.977638,34.355044],[116.974239,34.360069],[116.953887,34.365611],[116.96317,34.387791],[116.965541,34.388134],[116.96544,34.392726],[116.952807,34.394838],[116.950519,34.393455],[116.925751,34.40217],[116.911425,34.405173],[116.89463,34.404601],[116.883705,34.405971],[116.877328,34.408288],[116.876976,34.411916],[116.872237,34.411247],[116.867421,34.407105],[116.86643,34.393103],[116.85718,34.397537],[116.848087,34.398461],[116.838273,34.395337],[116.828384,34.385898],[116.811255,34.406956],[116.804532,34.409729],[116.78791,34.421353],[116.784455,34.428189],[116.777168,34.431556],[116.777206,34.43996],[116.771462,34.451533],[116.751534,34.465332],[116.741271,34.469012],[116.734462,34.467519],[116.727675,34.468221],[116.710219,34.474902],[116.657895,34.473953],[116.633489,34.482355],[116.625682,34.483063],[116.623724,34.485073],[116.624662,34.486003],[116.616334,34.487684],[116.579701,34.486983],[116.572664,34.48528],[116.567699,34.486617],[116.563462,34.492739],[116.564171,34.497564],[116.570829,34.499706],[116.582529,34.495262],[116.5895,34.496376],[116.595366,34.505708],[116.594147,34.5136],[116.589031,34.514079],[116.582988,34.511571],[116.57672,34.517093],[116.575454,34.524138],[116.554005,34.532914],[116.550103,34.538103],[116.542054,34.543191],[116.524081,34.540986],[116.515182,34.542528],[116.51451,34.547592],[116.516634,34.551179],[116.519992,34.551416],[116.520159,34.554369],[116.512253,34.557546],[116.505492,34.55688],[116.489127,34.566652],[116.487039,34.570219],[116.488055,34.584522],[116.493575,34.584637],[116.495406,34.590329],[116.481743,34.590897],[116.476526,34.594023],[116.477776,34.60756],[116.475755,34.611531],[116.457266,34.611815],[116.451366,34.623011],[116.438317,34.622976],[116.432857,34.625163],[116.431015,34.631074],[116.43225,34.642575],[116.424854,34.65234],[116.412346,34.650501],[116.404052,34.643606],[116.399769,34.646931],[116.391288,34.648507],[116.386464,34.638032],[116.381702,34.634616],[116.37516,34.637963],[116.369743,34.637013],[116.362124,34.647212],[116.362257,34.652316],[116.367655,34.653729],[116.375849,34.661294],[116.375964,34.674796],[116.37354,34.680689],[116.380317,34.69381],[116.389008,34.699219],[116.389147,34.702617],[116.378222,34.718323],[116.372411,34.719605],[116.371455,34.716794],[116.367988,34.714475],[116.362003,34.714132],[116.355183,34.720095],[116.358144,34.725206],[116.362301,34.725854],[116.36357,34.730296],[116.356529,34.738751],[116.357423,34.747341],[116.359432,34.750838],[116.371204,34.74952],[116.390349,34.751759],[116.394435,34.766239],[116.398867,34.770161],[116.398582,34.787185],[116.395486,34.811133],[116.406784,34.816578],[116.405951,34.824362],[116.40356,34.824682],[116.400849,34.8296],[116.403963,34.835005],[116.407788,34.848402],[116.407705,34.850296],[116.404989,34.850591],[116.40365,34.853122],[116.409332,34.864674],[116.416845,34.869385],[116.430493,34.884236],[116.43809,34.888985],[116.43865,34.896885],[116.44521,34.895651],[116.449805,34.897139],[116.450227,34.901355],[116.470557,34.897524],[116.495148,34.902019],[116.498347,34.906678],[116.509066,34.908851],[116.517674,34.907428],[116.517719,34.904803],[116.545021,34.910094],[116.553757,34.909642],[116.601104,34.921265],[116.6044,34.924542],[116.60682,34.924622],[116.614423,34.9322],[116.615236,34.934601],[116.612529,34.935512],[116.61419,34.938876],[116.617304,34.94105],[116.626615,34.94172],[116.633072,34.937379],[116.634787,34.933596],[116.65074,34.930008],[116.65267,34.930009],[116.652046,34.933325],[116.653179,34.934401],[116.670562,34.935539],[116.67266,34.940078],[116.67671,34.94029],[116.683562,34.937079],[116.69965,34.937057],[116.700651,34.93481],[116.715402,34.926861],[116.729722,34.925419],[116.748456,34.918865],[116.746408,34.909901],[116.749814,34.908539],[116.762379,34.917153],[116.775889,34.917521],[116.78096,34.940092],[116.781753,34.938561],[116.783385,34.938104],[116.783995,34.939596],[116.792862,34.934794],[116.792497,34.945247],[116.786166,34.946347],[116.786106,34.948421],[116.785332,34.946957],[116.781742,34.946925],[116.781702,34.949584],[116.777485,34.950238],[116.773083,34.962848],[116.774985,34.960001],[116.77854,34.959211],[116.780937,34.97577],[116.796112,34.970634],[116.79744,34.938029],[116.793251,34.932514],[116.793481,34.929282],[116.806208,34.928903],[116.801168,34.937595],[116.800191,34.968212],[116.810072,34.962629],[116.810157,34.955119],[116.809054,34.95021],[116.807558,34.950634],[116.807516,34.943866],[116.812979,34.94236],[116.812815,34.938574],[116.809827,34.938759],[116.809896,34.927835],[116.843244,34.923566],[116.847912,34.921194],[116.857539,34.911694],[116.868388,34.908107],[116.875625,34.907503],[116.8933,34.900653],[116.900814,34.902002],[116.900334,34.910394],[116.902659,34.911244],[116.920925,34.901368],[116.920837,34.897281],[116.917661,34.897717],[116.916554,34.896489],[116.916959,34.874567],[116.919848,34.872523],[116.93037,34.877337],[116.935607,34.874677],[116.9377,34.869838],[116.944945,34.867354],[116.9636,34.870107],[116.964866,34.851129],[116.97156,34.840091],[116.989204,34.801489],[116.999233,34.788492],[117.010154,34.779605],[117.041545,34.766998],[117.044668,34.759413],[117.047791,34.73889],[117.061622,34.727439],[117.06441,34.718407],[117.074263,34.703347],[117.073451,34.698044],[117.066479,34.692857],[117.053721,34.666103],[117.052007,34.654731],[117.054529,34.64834],[117.061643,34.643122],[117.074077,34.640504],[117.122725,34.644736],[117.125054,34.635485],[117.128262,34.635959],[117.131159,34.633857],[117.131946,34.629479],[117.126135,34.62903],[117.129484,34.611753],[117.133193,34.605498],[117.14141,34.599074],[117.153775,34.563242],[117.154577,34.557419],[117.150183,34.557295],[117.150399,34.548535],[117.14494,34.54861],[117.143695,34.540996],[117.145651,34.514494],[117.148977,34.505694],[117.168454,34.508086],[117.174982,34.491235],[117.171329,34.489412],[117.173274,34.483162],[117.183798,34.485688],[117.198254,34.472721],[117.204977,34.48038],[117.211321,34.477186],[117.208099,34.473319],[117.214736,34.468936],[117.218943,34.473311],[117.222364,34.471374],[117.224545,34.46649],[117.21996,34.457368],[117.220365,34.454781],[117.228055,34.455731],[117.231862,34.454105],[117.233808,34.451637],[117.231534,34.445797],[117.236318,34.44598],[117.25076,34.454544],[117.252706,34.457268],[117.254314,34.466682],[117.252503,34.469514],[117.26157,34.476924],[117.262084,34.481329],[117.257695,34.486863],[117.253687,34.498823],[117.256959,34.502098],[117.26754,34.503019],[117.268401,34.504789],[117.264815,34.515952],[117.26911,34.522061],[117.261917,34.529503],[117.262464,34.534288],[117.280679,34.534414],[117.291659,34.538762],[117.296847,34.5455],[117.296826,34.550184],[117.2816,34.556037],[117.27078,34.554214],[117.266755,34.557387],[117.275649,34.564677],[117.279988,34.566718],[117.286168,34.56552],[117.289791,34.566928],[117.293738,34.572117],[117.299383,34.574392],[117.30204,34.574369],[117.2964,34.5618],[117.297965,34.559494],[117.305189,34.555738],[117.306548,34.556302],[117.306345,34.560603],[117.308622,34.561679],[117.319537,34.563316],[117.320865,34.563064],[117.320422,34.561435],[117.325016,34.560687],[117.325968,34.565364],[117.32461,34.569444],[117.321125,34.571273],[117.319109,34.568583],[117.313197,34.567021],[117.310104,34.57031],[117.311841,34.57424],[117.319325,34.573839],[117.332407,34.576765],[117.336275,34.580049],[117.336767,34.583023],[117.342319,34.585224],[117.361438,34.581377],[117.369277,34.584836],[117.396906,34.570159],[117.397834,34.55631],[117.403307,34.540585],[117.404518,34.543115],[117.41432,34.542475],[117.418096,34.541677],[117.421986,34.537211],[117.419953,34.532442],[117.419647,34.518259],[117.423987,34.518613],[117.432203,34.528662],[117.436187,34.529133],[117.439619,34.51912],[117.451633,34.505231],[117.456732,34.491697],[117.461249,34.488973],[117.470922,34.488406],[117.480124,34.485288],[117.48191,34.479525],[117.480558,34.475091],[117.482191,34.470762],[117.489431,34.469613],[117.495054,34.470959],[117.498718,34.473928],[117.510023,34.47334],[117.523146,34.469548],[117.533757,34.468561],[117.539206,34.473214],[117.539564,34.476182],[117.545294,34.477376],[117.565153,34.463929],[117.583258,34.46328],[117.597121,34.476353],[117.597701,34.481403],[117.60723,34.493065],[117.621405,34.489708],[117.628028,34.491916],[117.633567,34.49908],[117.644103,34.497795],[117.655121,34.503368],[117.655422,34.50704],[117.658697,34.511758],[117.666702,34.515656],[117.675967,34.527869],[117.67867,34.54798],[117.709997,34.543834],[117.747694,34.534412],[117.782037,34.52344],[117.791409,34.522676],[117.793437,34.528757],[117.787954,34.549817],[117.791315,34.557237],[117.78844,34.561345],[117.789276,34.566737],[117.787671,34.579655],[117.784926,34.58535],[117.787797,34.592564],[117.793306,34.625117],[117.785828,34.646321],[117.788134,34.65502],[117.792499,34.654537],[117.800774,34.648458],[117.799304,34.644477],[117.806047,34.645159],[117.818474,34.652524],[117.837095,34.651569],[117.845254,34.64716],[117.856847,34.647616],[117.860498,34.651265],[117.869067,34.653079],[117.87573,34.650875],[117.882607,34.645422],[117.897751,34.64555],[117.904455,34.672386],[117.909713,34.671776],[117.918523,34.664489],[117.917819,34.660365],[117.921874,34.657518],[117.92635,34.657792],[117.941067,34.672211],[117.942476,34.677172],[117.945772,34.679179],[117.957121,34.680368],[117.972844,34.672363],[117.985708,34.668985],[117.984992,34.662235],[118.00042,34.650782],[118.006441,34.649592],[118.009746,34.64948],[118.013548,34.656495],[118.022994,34.659668],[118.043939,34.653686],[118.05313,34.656726],[118.068711,34.658704],[118.072594,34.65361],[118.080755,34.652447],[118.081497,34.655566],[118.095763,34.656448],[118.097204,34.647164],[118.089806,34.635891],[118.095881,34.628447],[118.109078,34.619595],[118.10926,34.614883],[118.096372,34.595309],[118.085975,34.585539],[118.076753,34.581527],[118.072338,34.57116],[118.093789,34.564605],[118.101492,34.56385],[118.107986,34.558907],[118.113947,34.5567],[118.124345,34.559013],[118.132889,34.558198],[118.138147,34.552818],[118.146372,34.54882],[118.15121,34.549249],[118.152921,34.553865],[118.183888,34.544751],[118.179821,34.539401],[118.17517,34.538471],[118.170938,34.539987],[118.162552,34.528586],[118.161132,34.523025],[118.16541,34.51523],[118.158223,34.50244],[118.133448,34.502632],[118.121607,34.486245],[118.129616,34.483408],[118.135002,34.475554],[118.135361,34.477057],[118.141962,34.475563],[118.140553,34.472325],[118.16996,34.456434],[118.175812,34.451333],[118.179431,34.434182],[118.166587,34.413721],[118.17011,34.409712],[118.171297,34.404055],[118.169066,34.396581],[118.16358,34.391519],[118.164908,34.382486],[118.172698,34.380556],[118.176352,34.388639],[118.180274,34.389116],[118.184882,34.381624],[118.199615,34.377357],[118.211497,34.378365],[118.210396,34.382908],[118.214667,34.40727],[118.223006,34.401633],[118.228843,34.400857],[118.237243,34.406718],[118.244155,34.407897],[118.262971,34.406202],[118.282915,34.413374],[118.284095,34.420792],[118.294609,34.426065],[118.314628,34.42302],[118.34069,34.422443],[118.347721,34.419197],[118.370115,34.415425],[118.372502,34.418116],[118.372978,34.421707],[118.378752,34.42738],[118.393127,34.428718],[118.40316,34.434077],[118.407654,34.442268],[118.407235,34.453765],[118.409486,34.472377],[118.431089,34.507362],[118.433713,34.519041],[118.433248,34.527807],[118.426128,34.556248],[118.419992,34.566891],[118.417818,34.576067],[118.421055,34.590973],[118.419934,34.596871],[118.417266,34.599617],[118.417587,34.609171],[118.420606,34.612343],[118.42292,34.611805],[118.425005,34.614633],[118.431618,34.628323],[118.446783,34.618742],[118.465423,34.622824],[118.470471,34.622267],[118.471378,34.638643],[118.466657,34.643242],[118.462627,34.64319],[118.455432,34.657244],[118.458827,34.669488],[118.462538,34.674977],[118.469248,34.676726],[118.481877,34.664173],[118.488937,34.663755],[118.491927,34.665286],[118.497173,34.67258],[118.502308,34.689891],[118.504722,34.691038],[118.525362,34.686164],[118.528538,34.694838],[118.526124,34.695058],[118.518726,34.701667],[118.52329,34.711349],[118.521263,34.713478],[118.541148,34.719167],[118.551158,34.71184],[118.587998,34.715128],[118.58933,34.71993],[118.599726,34.715094],[118.602933,34.711101],[118.59855,34.702201],[118.599527,34.690409],[118.613668,34.694418],[118.619816,34.692388],[118.630255,34.684194],[118.634803,34.691974],[118.641893,34.698111],[118.667574,34.697519],[118.674407,34.679506],[118.681912,34.679745],[118.694124,34.685024],[118.707259,34.693986],[118.726584,34.695567],[118.739392,34.698672],[118.756987,34.707916],[118.766692,34.715729],[118.771842,34.721985],[118.77037,34.73074],[118.765746,34.737538],[118.756332,34.745694],[118.737381,34.735022],[118.730937,34.734866],[118.721686,34.747712],[118.713177,34.746121],[118.705037,34.749659],[118.70467,34.751385],[118.710359,34.766094],[118.72439,34.770344],[118.734376,34.768054],[118.736615,34.782684],[118.732834,34.782566],[118.725804,34.785398],[118.722829,34.788172],[118.725462,34.791464],[118.738005,34.793279],[118.741937,34.791086],[118.749999,34.790125],[118.769038,34.797817],[118.767478,34.807202],[118.772308,34.821316],[118.782892,34.829385],[118.77758,34.834691],[118.76296,34.835608],[118.756079,34.841931],[118.759139,34.849913],[118.760977,34.851658],[118.767694,34.846934],[118.781012,34.844443],[118.782103,34.849406],[118.776914,34.851572],[118.779099,34.85763],[118.780562,34.85745],[118.787547,34.846286],[118.792475,34.844285],[118.799054,34.848233],[118.801404,34.85084],[118.802024,34.85533],[118.800219,34.867248],[118.794121,34.875515],[118.802659,34.88527],[118.811213,34.889533],[118.812107,34.894565],[118.810896,34.897249],[118.818404,34.909957],[118.842742,34.931082],[118.8472,34.932574],[118.847705,34.930305],[118.845132,34.926711],[118.855364,34.926459],[118.856939,34.928332],[118.852863,34.939091],[118.857574,34.946237],[118.859082,34.95303],[118.851374,34.965705],[118.857644,34.985202],[118.862753,34.994357],[118.86491,34.995715],[118.862993,35.005541],[118.85473,35.024657],[118.863235,35.033065],[118.873405,35.035346],[118.878286,35.034034],[118.882151,35.035015],[118.900035,35.045174],[118.904972,35.05047],[118.9208,35.052467],[118.933475,35.045784],[118.950398,35.044695],[118.97499,35.048744],[118.982286,35.047808],[118.983643,35.04617],[119.007935,35.055251],[119.0247,35.056513],[119.029067,35.052821],[119.043267,35.049443],[119.05843,35.052022],[119.065962,35.057504],[119.069756,35.058054],[119.088021,35.057379],[119.094951,35.056168],[119.094921,35.054206],[119.098464,35.051786],[119.110464,35.051255],[119.121465,35.05589],[119.115621,35.065501],[119.114842,35.07148],[119.116538,35.073004],[119.121697,35.073398],[119.130795,35.084661],[119.13223,35.09075],[119.128533,35.09218],[119.126975,35.097088],[119.146411,35.101471],[119.158235,35.100437],[119.163409,35.107911],[119.193292,35.111593],[119.193615,35.112734],[119.195397,35.110993],[119.203278,35.10923],[119.218372,35.108372],[119.224925,35.11736],[119.234754,35.125905],[119.239671,35.126896]]]]}},{type:"Feature",properties:{name:"",adchar:"JD",adcode:"100000_JD"},geometry:{type:"MultiPolygon",coordinates:[[[[122.518653,23.460785],[122.798614,24.573674],[122.798893,24.57679],[122.798196,24.57984],[122.79659,24.582525],[122.794233,24.584583],[122.791356,24.585811],[122.78824,24.58609],[122.78519,24.585393],[122.782504,24.583787],[122.780447,24.58143],[122.779218,24.578553],[122.499257,23.465664],[122.498978,23.462548],[122.499676,23.459498],[122.501281,23.456813],[122.503638,23.454755],[122.506516,23.453527],[122.509632,23.453248],[122.512682,23.453945],[122.515367,23.455551],[122.517425,23.457908],[122.518653,23.460785]]],[[[121.172026,20.805459],[121.909388,21.687433],[121.910995,21.690118],[121.911693,21.693168],[121.911415,21.696284],[121.910187,21.699162],[121.90813,21.70152],[121.905445,21.703126],[121.902396,21.703824],[121.899279,21.703546],[121.896402,21.702318],[121.894044,21.700262],[121.156682,20.818287],[121.155076,20.815603],[121.154377,20.812553],[121.154656,20.809437],[121.155883,20.806559],[121.15794,20.804201],[121.160625,20.802595],[121.163675,20.801896],[121.166791,20.802175],[121.169669,20.803402],[121.172026,20.805459]]],[[[119.473662,18.007073],[120.025697,19.024038],[120.026741,19.026987],[120.026823,19.030115],[120.025934,19.033115],[120.024162,19.035693],[120.021679,19.037597],[120.01873,19.038641],[120.015602,19.038723],[120.012603,19.037834],[120.010024,19.036062],[120.00812,19.033579],[119.456084,18.016614],[119.45504,18.013665],[119.454959,18.010537],[119.455848,18.007538],[119.45762,18.004959],[119.460102,18.003055],[119.463052,18.002011],[119.466179,18.001929],[119.469179,18.002818],[119.471757,18.004591],[119.473662,18.007073]]],[[[119.072676,15.040985],[119.072676,16.043885],[119.072186,16.046975],[119.070766,16.049763],[119.068554,16.051975],[119.065766,16.053396],[119.062676,16.053885],[119.059586,16.053396],[119.056798,16.051975],[119.054586,16.049763],[119.053165,16.046975],[119.052676,16.043885],[119.052676,15.041059],[119.052184,15.00781],[119.052628,15.004713],[119.054007,15.001905],[119.056186,14.99966],[119.058952,14.998198],[119.062035,14.997663],[119.065132,14.998107],[119.06794,14.999486],[119.070185,15.001665],[119.071647,15.004432],[119.072182,15.007514],[119.072675,15.040837],[119.072676,15.040985]]],[[[118.686467,11.189592],[118.525187,10.915478],[118.524042,10.912566],[118.523852,10.909443],[118.524637,10.906414],[118.52632,10.903777],[118.528735,10.901788],[118.531646,10.900642],[118.534769,10.900453],[118.537798,10.901238],[118.540436,10.90292],[118.542425,10.905335],[118.704092,11.180108],[118.704762,11.181475],[118.874316,11.606662],[118.874599,11.607472],[118.98895,11.985731],[118.989375,11.988831],[118.988822,11.99191],[118.987345,11.994668],[118.985088,11.996834],[118.982271,11.998197],[118.979172,11.998623],[118.976092,11.99807],[118.973334,11.996592],[118.971168,11.994335],[118.969805,11.991519],[118.855579,11.613671],[118.686467,11.189592]]],[[[115.544669,7.146723],[116.250486,7.979279],[116.252111,7.981953],[116.25283,7.984998],[116.252573,7.988116],[116.251365,7.991002],[116.249325,7.993373],[116.246651,7.994998],[116.243606,7.995718],[116.240488,7.995461],[116.237602,7.994253],[116.23523,7.992212],[115.529413,7.159656],[115.527788,7.156982],[115.527069,7.153937],[115.527326,7.150819],[115.528534,7.147933],[115.530574,7.145561],[115.533248,7.143937],[115.536293,7.143217],[115.539411,7.143474],[115.542297,7.144682],[115.544669,7.146723]]],[[[112.307052,3.534873],[111.786901,3.416873],[111.783996,3.415712],[111.781591,3.41371],[111.779923,3.411063],[111.779155,3.40803],[111.779361,3.404908],[111.780522,3.402003],[111.782524,3.399598],[111.785171,3.39793],[111.788204,3.397162],[111.791326,3.397368],[112.311817,3.515445],[112.312489,3.515623],[112.521474,3.578591],[112.522814,3.579102],[112.852064,3.732569],[112.854658,3.734318],[112.856584,3.736783],[112.857655,3.739723],[112.857765,3.74285],[112.856903,3.745857],[112.855154,3.748451],[112.852688,3.750378],[112.849749,3.751448],[112.846622,3.751558],[112.843614,3.750696],[112.515016,3.597533],[112.307052,3.534873]]],[[[108.26056,6.089125],[108.290133,6.012663],[108.291704,6.009957],[108.294035,6.00787],[108.296896,6.006604],[108.300008,6.006285],[108.303067,6.006943],[108.305773,6.008515],[108.30786,6.010845],[108.309126,6.013706],[108.309445,6.016819],[108.308786,6.019877],[108.279563,6.095434],[108.256117,6.227526],[108.2168,6.538165],[108.218763,6.949641],[108.244195,7.073907],[108.244335,7.077033],[108.243503,7.080049],[108.241779,7.08266],[108.239333,7.08461],[108.236403,7.085709],[108.233278,7.085849],[108.230262,7.085017],[108.227651,7.083293],[108.225701,7.080847],[108.224601,7.077917],[108.198971,6.952682],[108.198768,6.950725],[108.196797,6.537606],[108.196876,6.536302],[108.236307,6.224768],[108.236382,6.224276],[108.26004,6.090984],[108.26056,6.089125]]],[[[110.128228,11.368945],[110.055537,11.253354],[110.054306,11.250477],[110.054025,11.247362],[110.05472,11.244311],[110.056323,11.241625],[110.058679,11.239565],[110.061555,11.238334],[110.064671,11.238053],[110.067722,11.238748],[110.070408,11.240352],[110.072467,11.242707],[110.145415,11.358705],[110.145887,11.359542],[110.207005,11.481288],[110.207284,11.481893],[110.258544,11.603587],[110.259018,11.604996],[110.304363,11.782612],[110.304569,11.783642],[110.328228,11.945713],[110.328328,11.946854],[110.334243,12.141598],[110.334246,12.142102],[110.332274,12.240384],[110.331723,12.243463],[110.330247,12.246222],[110.32799,12.248389],[110.325175,12.249754],[110.322075,12.250181],[110.318996,12.24963],[110.316237,12.248154],[110.31407,12.245897],[110.312705,12.243082],[110.312278,12.239982],[110.314245,12.141953],[110.308355,11.948035],[110.284855,11.787051],[110.239823,11.610665],[110.188981,11.489964],[110.128228,11.368945]]],[[[109.829516,15.228968],[109.845225,15.153166],[109.846332,15.150239],[109.848288,15.147798],[109.850903,15.14608],[109.853921,15.145255],[109.857047,15.145403],[109.859973,15.146509],[109.862415,15.148466],[109.864132,15.151081],[109.864957,15.154099],[109.864809,15.157224],[109.849037,15.23333],[109.848892,15.233933],[109.789745,15.450683],[109.789239,15.452106],[109.690661,15.674324],[109.690053,15.675484],[109.591475,15.836774],[109.591161,15.837256],[109.532015,15.922592],[109.531666,15.923065],[109.30888,16.207258],[109.306588,16.209388],[109.303751,16.210706],[109.300645,16.211082],[109.297575,16.21048],[109.294841,16.208958],[109.292711,16.206667],[109.291393,16.203829],[109.291017,16.200723],[109.291619,16.197653],[109.29314,16.194919],[109.515744,15.910958],[109.57456,15.826099],[109.672646,15.665615],[109.77065,15.444688],[109.829516,15.228968]]]]}}]},Pq={海门:[121.15,31.89],鄂尔多斯:[109.781327,39.608266],招远:[120.38,37.35],舟山:[122.207216,29.985295],齐齐哈尔:[123.97,47.33],盐城:[120.13,33.38],赤峰:[118.87,42.28],青岛:[120.33,36.07],乳山:[121.52,36.89],金昌:[102.188043,38.520089],泉州:[118.58,24.93],莱西:[120.53,36.86],日照:[119.46,35.42],胶南:[119.97,35.88],南通:[121.05,32.08],拉萨:[91.11,29.97],云浮:[112.02,22.93],梅州:[116.1,24.55],文登:[122.05,37.2],上海:[121.48,31.22],攀枝花:[101.718637,26.582347],威海:[122.1,37.5],承德:[117.93,40.97],厦门:[118.1,24.46],汕尾:[115.375279,22.786211],潮州:[116.63,23.68],丹东:[124.37,40.13],太仓:[121.1,31.45],曲靖:[103.79,25.51],烟台:[121.39,37.52],福州:[119.3,26.08],瓦房店:[121.979603,39.627114],即墨:[120.45,36.38],抚顺:[123.97,41.97],玉溪:[102.52,24.35],张家口:[114.87,40.82],阳泉:[113.57,37.85],莱州:[119.942327,37.177017],湖州:[120.1,30.86],汕头:[116.69,23.39],昆山:[120.95,31.39],宁波:[121.56,29.86],湛江:[110.359377,21.270708],揭阳:[116.35,23.55],荣成:[122.41,37.16],连云港:[119.16,34.59],葫芦岛:[120.836932,40.711052],常熟:[120.74,31.64],东莞:[113.75,23.04],河源:[114.68,23.73],淮安:[119.15,33.5],泰州:[119.9,32.49],南宁:[108.33,22.84],营口:[122.18,40.65],惠州:[114.4,23.09],江阴:[120.26,31.91],蓬莱:[120.75,37.8],韶关:[113.62,24.84],嘉峪关:[98.289152,39.77313],广州:[113.23,23.16],延安:[109.47,36.6],太原:[112.53,37.87],清远:[113.01,23.7],中山:[113.38,22.52],昆明:[102.73,25.04],寿光:[118.73,36.86],盘锦:[122.070714,41.119997],长治:[113.08,36.18],深圳:[114.07,22.62],珠海:[113.52,22.3],宿迁:[118.3,33.96],咸阳:[108.72,34.36],铜川:[109.11,35.09],平度:[119.97,36.77],佛山:[113.11,23.05],海口:[110.35,20.02],江门:[113.06,22.61],章丘:[117.53,36.72],肇庆:[112.44,23.05],大连:[121.62,38.92],临汾:[111.5,36.08],吴江:[120.63,31.16],石嘴山:[106.39,39.04],沈阳:[123.38,41.8],苏州:[120.62,31.32],茂名:[110.88,21.68],嘉兴:[120.76,30.77],长春:[125.35,43.88],胶州:[120.03336,36.264622],银川:[106.27,38.47],张家港:[120.555821,31.875428],三门峡:[111.19,34.76],锦州:[121.15,41.13],南昌:[115.89,28.68],柳州:[109.4,24.33],三亚:[109.511909,18.252847],自贡:[104.778442,29.33903],吉林:[126.57,43.87],阳江:[111.95,21.85],泸州:[105.39,28.91],西宁:[101.74,36.56],宜宾:[104.56,29.77],呼和浩特:[111.65,40.82],成都:[104.06,30.67],大同:[113.3,40.12],镇江:[119.44,32.2],桂林:[110.28,25.29],张家界:[110.479191,29.117096],宜兴:[119.82,31.36],北海:[109.12,21.49],西安:[108.95,34.27],金坛:[119.56,31.74],东营:[118.49,37.46],牡丹江:[129.58,44.6],遵义:[106.9,27.7],绍兴:[120.58,30.01],扬州:[119.42,32.39],常州:[119.95,31.79],潍坊:[119.1,36.62],重庆:[106.54,29.59],台州:[121.420757,28.656386],南京:[118.78,32.04],滨州:[118.03,37.36],贵阳:[106.71,26.57],无锡:[120.29,31.59],本溪:[123.73,41.3],克拉玛依:[84.77,45.59],渭南:[109.5,34.52],马鞍山:[118.48,31.56],宝鸡:[107.15,34.38],焦作:[113.21,35.24],句容:[119.16,31.95],北京:[116.46,39.92],徐州:[117.2,34.26],衡水:[115.72,37.72],包头:[110,40.58],绵阳:[104.73,31.48],乌鲁木齐:[87.68,43.77],枣庄:[117.57,34.86],杭州:[120.19,30.26],淄博:[118.05,36.78],鞍山:[122.85,41.12],溧阳:[119.48,31.43],库尔勒:[86.06,41.68],安阳:[114.35,36.1],开封:[114.35,34.79],济南:[117,36.65],德阳:[104.37,31.13],温州:[120.65,28.01],九江:[115.97,29.71],邯郸:[114.47,36.6],临安:[119.72,30.23],兰州:[103.73,36.03],沧州:[116.83,38.33],临沂:[118.35,35.05],南充:[106.110698,30.837793],天津:[117.2,39.13],富阳:[119.95,30.07],泰安:[117.13,36.18],诸暨:[120.23,29.71],郑州:[113.65,34.76],哈尔滨:[126.63,45.75],聊城:[115.97,36.45],芜湖:[118.38,31.33],唐山:[118.02,39.63],平顶山:[113.29,33.75],邢台:[114.48,37.05],德州:[116.29,37.45],济宁:[116.59,35.38],荆州:[112.239741,30.335165],宜昌:[111.3,30.7],义乌:[120.06,29.32],丽水:[119.92,28.45],洛阳:[112.44,34.7],秦皇岛:[119.57,39.95],株洲:[113.16,27.83],石家庄:[114.48,38.03],莱芜:[117.67,36.19],常德:[111.69,29.05],保定:[115.48,38.85],湘潭:[112.91,27.87],金华:[119.64,29.12],岳阳:[113.09,29.37],长沙:[113,28.21],衢州:[118.88,28.97],廊坊:[116.7,39.53],菏泽:[115.480656,35.23375],合肥:[117.27,31.86],武汉:[114.31,30.52],大庆:[125.03,46.58]},Rq=(r,e)=>{const t=r.chart;let a=r.queue||[];a.length>0&&a[a.length-1].time===e.time?a[a.length-1]=e:a.push(e),a.length>=20&&a.shift(),r.queue=a,t==null||t.hideLoading(),t==null||t.setOption({title:{text:e.desc},tooltip:{trigger:"axis",axisPointer:{type:"cross"}},xAxis:{type:"category",boundaryGap:!1,data:a.map(n=>{var i;return(i=n==null?void 0:n.time)==null?void 0:i.substring(11)})},yAxis:{type:"value",axisLabel:{formatter:"{value}"}},series:[{name:"数量",type:"line",smooth:!0,stack:"a",areaStyle:{},data:a.map(n=>n.value)}]})},Xd=function(r){for(var e=[],t=0;t{e.chart=Yt(this.$refs[e.chartRef][0]),e.chart.setOption(r),e.chart.showLoading()}),Rn=Yt(this.chinaRef),h1([ux]),ks("chinaMap",Iq),Rn.setOption({geo:{type:"map",map:"chinaMap",roam:!0,zoom:2,center:[104.114129,37.550339]},title:{text:"smart-mqtt",subtext:"终端在线实时监控大屏",sublink:"http://smartboot.tech",left:"center"},tooltip:{trigger:"item"}})},setup(){const e=["client_online","topic_count","packets_publish_received","packets_publish_sent","packets_received","packets_sent"].map(s=>({key:s,chartRef:"chart_"+s})),t=tt(),a=tt({username:"",password:"",desc:"",datetime:[]}),n=tt({client_online:{value:0},topic_count:{value:0},subscribe_topic_count:{value:0}}),i=async()=>{const{data:s}=await Lw();n.value=s.metric,e.map(f=>{Rq(f,s.metric[f.key])});const l=s.group.clientRegions.map(f=>({name:f.code,value:f.value})),u=s.group.brokerNodes.map(f=>({name:f.code,value:f.value}));console.log("d",l),Rn.setOption({series:[{name:"客户端",type:"scatter",coordinateSystem:"geo",data:Xd(l),symbolSize:function(f){return Math.min(Math.max(f[2],1),30)},encode:{value:2},label:{formatter:"{b}",position:"right",show:!1},emphasis:{label:{show:!0}}},{name:"服务节点",type:"effectScatter",coordinateSystem:"geo",data:Xd(u.sort(function(f,h){return h.value-f.value}).slice(0,6)),symbolSize:20,encode:{value:2},showEffectOn:"render",rippleEffect:{brushType:"stroke"},label:{formatter:"{b}",position:"right",show:!0},itemStyle:{shadowBlur:10,shadowColor:"#333"},emphasis:{scale:!0},zlevel:1}]})};i();let o=setInterval(()=>{i()},5e3);return bw(()=>{console.log("clear timer"),clearInterval(o)}),{chinaRef:t,metrics:e,metric:n,license:a}}};const kq=q1("h3",null,"连接数",-1),Oq=q1("h3",null,"主题数",-1),Nq=q1("h3",null,"订阅数",-1),Bq={class:"chart",id:"chinaMap",ref:"chinaRef"};function Vq(r,e,t,a,n,i){const o=Rw,s=Aw,l=Tw,u=Dw,f=zw;return t0(),$8(kn,null,[d2(l,{space:"10"},{default:E2(()=>[d2(s,{md:"24",sm:"24",xs:"24"},{default:E2(()=>[d2(f,{title:"资源指标"},{default:E2(()=>[d2(u,null,{default:E2(()=>[d2(l,{space:"10"},{default:E2(()=>[d2(s,{md:"8"},{default:E2(()=>[q1("a",null,[kq,q1("p",null,[q1("cite",null,[q1("h1",null,[d2(o,{"end-val":a.metric.client_online.value,duration:2e3},null,8,["end-val"])])])])])]),_:1}),d2(s,{md:"8"},{default:E2(()=>[q1("a",null,[Oq,q1("p",null,[q1("cite",null,[q1("h1",null,[d2(o,{"end-val":a.metric.topic_count.value,duration:2e3},null,8,["end-val"])])])])])]),_:1}),d2(s,{md:"8"},{default:E2(()=>[q1("a",null,[Nq,q1("p",null,[q1("cite",null,[d2(o,{"end-val":a.metric.subscribe_topic_count.value,duration:2e3},null,8,["end-val"])])])])]),_:1})]),_:1})]),_:1})]),_:1})]),_:1})]),_:1}),d2(l,null,{default:E2(()=>[d2(s,{md:"24",sm:"24",xs:"24"},{default:E2(()=>[d2(u,null,{default:E2(()=>[q1("div",Bq,null,512)]),_:1})]),_:1})]),_:1}),d2(l,null,{default:E2(()=>[(t0(!0),$8(kn,null,Cw(a.metrics,(h,v)=>(t0(),Mw(s,{md:"12",sm:"24",xs:"24",key:v},{default:E2(()=>[d2(u,null,{default:E2(()=>[q1("div",{class:"chart",ref_for:!0,ref:h.chartRef},null,512)]),_:2},1024)]),_:2},1024))),128))]),_:1})],64)}const Hq=ww(Eq,[["render",Vq]]);export{Hq as default}; + */var wo=l_.split("."),l0=wo[0]>4,Cq=function(){return AMap.version>=2};function Aq(r,e){return r&&e&&r[0]===e[0]&&r[1]===e[1]}var To={};function Hd(r,e,t){var a="[ECharts][Extension][AMap]".concat(r?" "+r+":":""," ").concat(e);t&&To[a]||console.warn(a),t&&(To[a]=!0)}function Mq(){To={}}function Dq(r,e){return e=e||[0,0],G([0,1],function(t){var a=e[t],n=r[t]/2,i=[],o=[];return i[t]=a-n,o[t]=a+n,i[1-t]=o[1-t]=e[1-t],Math.abs(this.dataToPoint(i)[t]-this.dataToPoint(o)[t])},this)}var Lq=["echartsLayerZIndex","echartsLayerInteractive","renderOnMoving","largeMode","returnMapCameraState","layers"];function T6(r,e){this._amap=r,this._api=e,this._mapOffset=[0,0]}var H2=T6.prototype;H2.setZoom=function(r){this._zoom=r};H2.setCenter=function(r){var e=new AMap.LngLat(r[0],r[1]);this._center=this._amap.lngLatToContainer(e)};H2.setMapOffset=function(r){this._mapOffset=r};H2.setAMap=function(r){this._amap=r};H2.getAMap=function(){return this._amap};H2.dataToPoint=function(r){var e=new AMap.LngLat(r[0],r[1]),t=this._amap.lngLatToContainer(e),a=this._mapOffset;return[t.x-a[0],t.y-a[1]]};H2.pointToData=function(r){var e=this._mapOffset,t=this._amap.containerToLngLat(new AMap.Pixel(r[0]+e[0],r[1]+e[1]));return[t.lng,t.lat]};H2.getViewRect=function(){var r=this._api;return new s1(0,0,r.getWidth(),r.getHeight())};H2.getRoamTransform=function(){return F2()};H2.prepareCustoms=function(){var r=this.getViewRect();return{coordSys:{type:"amap",x:r.x,y:r.y,width:r.width,height:r.height},api:{coord:U(this.dataToPoint,this),size:U(Dq,this)}}};H2.convertToPixel=function(r,e,t){return this.dataToPoint(t)};H2.convertFromPixel=function(r,e,t){return this.pointToData(t)};T6.create=function(r,e){var t;return r.eachComponent("amap",function(a){if(typeof AMap>"u")throw new Error("AMap api is not loaded");if(t)throw new Error("Only one amap component is allowed");var n=a.getAMap(),i=a.get("echartsLayerInteractive");if(!n){var o=e.getDom(),s=e.getZr().painter,l=s.getViewportRoot();l.className="amap-ec-layer",l.style.visibility="hidden";var u=o.querySelector(".ec-extension-amap");u&&(l.style.left="0px",l.style.top="0px",o.removeChild(u)),u=document.createElement("div"),u.className="ec-extension-amap",u.style.cssText="position:absolute;top:0;left:0;bottom:0;right:0;",o.appendChild(u);var f=e1(a.get());"echartsLayerZIndex"in f&&Hd("DEPRECATED","the option `echartsLayerZIndex` has been removed since v1.9.0, use `echartsLayerInteractive` instead."),A(Lq,function(b){delete f[b]}),n=new AMap.Map(u,f),n.on("complete",function(){u.querySelector(".amap-maps").appendChild(l),l.style.visibility=""}),a.setAMap(n),a.setEChartsLayer(l),s.getViewportRootOffset=function(){return{offsetLeft:0,offsetTop:0}}}var h=a.__echartsLayerInteractive;h!==i&&(a.setEChartsLayerInteractive(i),a.__echartsLayerInteractive=i);var v=a.get("center"),c=a.get("zoom");if(v&&c){var p=n.getCenter(),d=n.getZoom(),g=a.centerOrZoomChanged([p.lng,p.lat],d);g&&n.setZoomAndCenter(c,new AMap.LngLat(v[0],v[1]))}var y=a.__mapStyle,m=a.get("mapStyle");if(y!==m&&n.setMapStyle(a.__mapStyle=m),n.setLang){var _=a.__mapLang,S=a.get("lang");_!==S&&n.setLang(a.__mapLang=S)}else Hd("CAVEAT","The current map doesn't support `setLang` API!",!0);t=new T6(n,e),t.setMapOffset(a.__mapOffset||[0,0]),t.setZoom(c),t.setCenter(v),a.coordinateSystem=t}),r.eachSeries(function(a){a.get("coordinateSystem")==="amap"&&(a.coordinateSystem=t)}),t&&[t]};H2.dimensions=T6.dimensions=["lng","lat"];H2.type="amap";var Wd={type:"amap",setAMap:function(e){this.__amap=e},getAMap:function(){return this.__amap},setEChartsLayer:function(e){this.__echartsLayer=e},getEChartsLayer:function(){return this.__echartsLayer},setEChartsLayerVisiblity:function(e){this.__echartsLayer.style.display=e?"block":"none"},setEChartsLayerInteractive:function(e){this.option.echartsLayerInteractive=!!e,this.__echartsLayer.style.pointerEvents=e?"auto":"none"},setCenterAndZoom:function(e,t){this.option.center=e,this.option.zoom=t},centerOrZoomChanged:function(e,t){var a=this.option;return!(Aq(e,a.center)&&t===a.zoom)},defaultOption:{center:[116.397428,39.90923],zoom:5,isHotspot:!1,resizeEnable:!0,echartsLayerInteractive:!0,renderOnMoving:!0,largeMode:!1,returnMapCameraState:!1}},$d=l0?_1.extend(Wd):Wd,$5,Ud={type:"amap",init:function(){this._isFirstRender=!0,$5=Cq()},render:function(e,t,a){var n=!0,i=e.getAMap(),o=a.getZr().painter.getViewportRoot(),s=i.getContainer(),l=e.coordinateSystem,u=e.get("renderOnMoving"),f=e.get("resizeEnable"),h=e.get("largeMode"),v=e.get("returnMapCameraState"),c=i.getViewMode_(),p=c==="3D",d=function(b){if(!n){var x=s.style,w=[-parseInt(x.left,10)||0,-parseInt(x.top,10)||0],T=o.style,C=w[0]+"px",M=w[1]+"px";T.left!==C&&(T.left=C),T.top!==M&&(T.top=M),l.setMapOffset(e.__mapOffset=w);var D={type:"amapRoam",animation:{duration:0}};if(v){b=b||{};var L=b.center;L||(L=i.getCenter(),L=[L.lng,L.lat]),D.camera={viewMode:c,center:L,zoom:b.zoom||i.getZoom(),rotation:b.rotation==null?i.getRotation():b.rotation,pitch:b.pitch==null?i.getPitch():b.pitch,scale:i.getScale(),bounds:i.getBounds()}}a.dispatchAction(D)}};if(i.off("mapmove",this._moveHandler),i.off("moveend",this._moveHandler),i.off("viewchange",this._moveHandler),i.off("camerachange",this._moveHandler),i.off("zoom",this._moveHandler),this._resizeHandler&&i.off("resize",this._resizeHandler),this._moveStartHandler&&i.off("movestart",this._moveStartHandler),this._moveEndHandler&&(i.off("moveend",this._moveEndHandler),i.off("zoomend",this._moveEndHandler)),i.on(u?$5?"viewchange":p?"camerachange":"mapmove":"moveend",!$5&&h?d=c0(d,20,!0):d),this._moveHandler=d,u&&!($5&&p)&&i.on("zoom",d),!u){i.on("movestart",this._moveStartHandler=function(){setTimeout(function(){e.setEChartsLayerVisiblity(!1)},0)});var g=this._moveEndHandler=function(S){(!S||S.type!=="moveend")&&d(S),setTimeout(function(){e.setEChartsLayerVisiblity(!0)},$5||!h?0:20)};if(i.on("moveend",g),i.on("zoomend",g),this._isFirstRender&&p){var y=i.setPitch,m=i.setRotation;i.setPitch=function(){y.apply(this,arguments),g()},i.setRotation=function(){m.apply(this,arguments),g()}}}if(f){var _=function(){qe(a.getDom()).resize()};!$5&&h&&(_=c0(_,20,!0)),i.on("resize",this._resizeHandler=_)}this._isFirstRender=n=!1},dispose:function(){Mq();var e=this.__model;e&&(e.getAMap().destroy(),e.setAMap(null),e.setEChartsLayer(null),e.coordinateSystem&&(e.coordinateSystem.setAMap(null),e.coordinateSystem=null),delete this._moveHandler,delete this._resizeHandler,delete this._moveStartHandler,delete this._moveEndHandler)}},Yd=l0?z1.extend(Ud):Ud;function Zd(r){(!l0||wo[0]==5&&wo[1]<4)&&r.registerLayout(function(e,t){e.eachSeriesByType("pie",function(a){var n=a.coordinateSystem,i=a.getData(),o=i.mapDimension("value");if(n&&n.type==="amap"){var s=a.get("center"),l=n.dataToPoint(s),u=l[0],f=l[1];i.each(o,function(h,v){var c=i.getItemLayout(v);c.cx=u,c.cy=f})}})}),l0?r.registerComponentModel($d):r.extendComponentModel($d),l0?r.registerComponentView(Yd):r.extendComponentView(Yd),r.registerCoordinateSystem("amap",T6),r.registerAction({type:"amapRoam",event:"amapRoam",update:"updateLayout"},function(e,t){t.eachComponent("amap",function(a){var n=a.getAMap(),i=n.getCenter();a.setCenterAndZoom([i.lng,i.lat],n.getZoom())})})}l0?h1(Zd):Zd(Tq);const Iq={type:"FeatureCollection",features:[{type:"Feature",properties:{name:"北京市",province_adcode:11e4,province_type:"直辖市",name_en:"Beijing",name_var:"Běi Jīng",adcode:11e4},geometry:{type:"Polygon",coordinates:[[[117.38335,40.226472],[117.386923,40.220122],[117.370862,40.21713],[117.37185,40.208658],[117.376015,40.205496],[117.386593,40.20243],[117.376761,40.200912],[117.37566,40.203131],[117.373169,40.200509],[117.372844,40.197676],[117.377177,40.186535],[117.381663,40.186813],[117.391011,40.191466],[117.400994,40.186045],[117.398135,40.182537],[117.38473,40.176696],[117.376098,40.174567],[117.344938,40.171715],[117.344471,40.170302],[117.353989,40.15564],[117.348335,40.146648],[117.350771,40.142628],[117.347985,40.137719],[117.338097,40.133309],[117.328653,40.132644],[117.325528,40.132752],[117.317867,40.138046],[117.307079,40.138616],[117.30113,40.135673],[117.298116,40.126764],[117.291128,40.117683],[117.278354,40.119937],[117.268997,40.110935],[117.259844,40.110933],[117.24287,40.115226],[117.233228,40.111505],[117.222584,40.101014],[117.218746,40.094885],[117.204921,40.094783],[117.205347,40.083511],[117.19722,40.077556],[117.197185,40.07541],[117.201753,40.075542],[117.197923,40.068528],[117.193428,40.067131],[117.1854,40.071663],[117.182386,40.07873],[117.183029,40.081375],[117.179272,40.0836],[117.175073,40.078762],[117.179899,40.074126],[117.174305,40.068627],[117.154238,40.075179],[117.149307,40.067603],[117.132687,40.062647],[117.121921,40.064165],[117.112965,40.071003],[117.079084,40.073705],[117.078855,40.070949],[117.074533,40.0674],[117.063155,40.066161],[117.060302,40.061933],[117.051425,40.05923],[117.04725,40.053441],[117.031366,40.046805],[117.021013,40.036533],[117.02217,40.032732],[117.018586,40.028833],[117.015539,40.028384],[116.994076,40.028642],[116.994068,40.030943],[116.981145,40.037226],[116.96961,40.036466],[116.963212,40.047427],[116.955873,40.050229],[116.939149,40.040286],[116.92573,40.050943],[116.911009,40.046519],[116.908077,40.05153],[116.902745,40.051143],[116.890976,40.045976],[116.873567,40.043377],[116.864986,40.039219],[116.851835,40.050778],[116.844521,40.053885],[116.843414,40.050957],[116.825677,40.050019],[116.817111,40.042648],[116.814682,40.037955],[116.814687,40.031433],[116.809254,40.02972],[116.794193,40.027637],[116.783448,40.031087],[116.783903,40.032678],[116.773437,40.03334],[116.769392,40.025538],[116.766282,40.012278],[116.769828,40.000746],[116.768961,39.998095],[116.770341,39.992015],[116.760019,39.979127],[116.759565,39.971156],[116.75638,39.971455],[116.751373,39.964299],[116.751128,39.961269],[116.751373,39.959394],[116.757917,39.954273],[116.764843,39.951849],[116.770762,39.952363],[116.777569,39.942579],[116.77569,39.926767],[116.776071,39.908231],[116.77776,39.902984],[116.777229,39.895075],[116.780037,39.88515],[116.793861,39.877391],[116.798095,39.876909],[116.798229,39.883678],[116.802222,39.883719],[116.802276,39.888437],[116.806251,39.888527],[116.807108,39.880119],[116.81081,39.877486],[116.819453,39.877175],[116.841103,39.853914],[116.851962,39.84827],[116.880132,39.843642],[116.887987,39.833414],[116.896525,39.830005],[116.901042,39.830829],[116.901746,39.833878],[116.89649,39.84102],[116.895529,39.845565],[116.898359,39.850072],[116.901649,39.851513],[116.913542,39.845826],[116.921276,39.830152],[116.92294,39.811444],[116.931986,39.804464],[116.929141,39.804331],[116.928423,39.800302],[116.932083,39.79226],[116.939633,39.78489],[116.938633,39.776002],[116.932167,39.780622],[116.915209,39.77948],[116.902546,39.765394],[116.895718,39.76229],[116.893678,39.757583],[116.895624,39.754174],[116.901363,39.754906],[116.907233,39.744877],[116.908561,39.74071],[116.903552,39.738589],[116.907056,39.734757],[116.910015,39.734786],[116.909528,39.73031],[116.896398,39.728371],[116.896671,39.726623],[116.893449,39.725037],[116.881665,39.724446],[116.876706,39.717531],[116.878613,39.715019],[116.88059,39.715373],[116.879376,39.714082],[116.885019,39.707406],[116.881249,39.705959],[116.88229,39.701757],[116.887977,39.694821],[116.886593,39.68903],[116.898984,39.688758],[116.903564,39.681905],[116.899766,39.681066],[116.900652,39.676611],[116.885333,39.673032],[116.883013,39.674674],[116.877023,39.674393],[116.867308,39.670411],[116.858041,39.669382],[116.854477,39.666228],[116.843968,39.666501],[116.845378,39.651383],[116.835017,39.648092],[116.827796,39.64349],[116.817926,39.634008],[116.832557,39.621112],[116.826814,39.61599],[116.818986,39.612718],[116.818053,39.61608],[116.813546,39.617926],[116.807311,39.616181],[116.804666,39.613784],[116.783996,39.609353],[116.784537,39.595267],[116.778969,39.592282],[116.771785,39.592497],[116.768891,39.597991],[116.768232,39.604449],[116.765184,39.604529],[116.75676,39.612463],[116.748524,39.616828],[116.738284,39.61795],[116.737982,39.615616],[116.731857,39.61418],[116.724504,39.617954],[116.719414,39.622961],[116.704098,39.616896],[116.700043,39.617856],[116.699393,39.620302],[116.694649,39.619865],[116.69723,39.609074],[116.711476,39.602387],[116.720332,39.596629],[116.720773,39.594897],[116.721067,39.591867],[116.719579,39.591283],[116.699228,39.586813],[116.694676,39.589904],[116.693202,39.594319],[116.688951,39.598173],[116.664594,39.602161],[116.664186,39.603822],[116.65597,39.604252],[116.65099,39.601708],[116.651856,39.599683],[116.648566,39.59853],[116.640744,39.598075],[116.639756,39.601034],[116.632598,39.603897],[116.630041,39.603808],[116.629645,39.598898],[116.622586,39.59853],[116.614768,39.600655],[116.611119,39.606286],[116.60962,39.612853],[116.604484,39.617943],[116.601943,39.623849],[116.596521,39.623277],[116.593515,39.621593],[116.594391,39.618639],[116.589586,39.617035],[116.582889,39.620942],[116.577396,39.621913],[116.573512,39.621371],[116.573646,39.618631],[116.560165,39.618737],[116.560224,39.615097],[116.56215,39.614641],[116.563876,39.610719],[116.557734,39.602602],[116.543939,39.595196],[116.539976,39.594757],[116.538222,39.595632],[116.538018,39.598155],[116.539678,39.598416],[116.537422,39.602186],[116.536614,39.595991],[116.534593,39.593367],[116.530076,39.593623],[116.524797,39.597436],[116.519872,39.595601],[116.515368,39.589091],[116.516233,39.585138],[116.515395,39.580954],[116.513796,39.580714],[116.514497,39.576007],[116.519702,39.57612],[116.520967,39.571992],[116.512358,39.568364],[116.511682,39.565206],[116.505857,39.562669],[116.502859,39.55917],[116.501587,39.555168],[116.502414,39.549578],[116.497398,39.548483],[116.467146,39.551891],[116.467065,39.548285],[116.471966,39.541939],[116.472837,39.537963],[116.471676,39.534973],[116.462736,39.533083],[116.458497,39.530335],[116.458349,39.526343],[116.43065,39.525014],[116.434138,39.51506],[116.436592,39.514854],[116.437671,39.508516],[116.426855,39.506093],[116.425974,39.508097],[116.41846,39.508391],[116.417505,39.520151],[116.415259,39.523965],[116.406434,39.523498],[116.396483,39.525532],[116.39856,39.512406],[116.402154,39.50896],[116.411718,39.504757],[116.417096,39.49527],[116.412229,39.494639],[116.409667,39.486969],[116.40514,39.483703],[116.405737,39.480602],[116.416148,39.483072],[116.420445,39.486451],[116.423794,39.479996],[116.419194,39.479974],[116.419392,39.477448],[116.422126,39.474876],[116.42745,39.476839],[116.430096,39.48159],[116.438008,39.480886],[116.442639,39.474981],[116.442516,39.463826],[116.447957,39.456967],[116.449903,39.458105],[116.449995,39.454604],[116.448733,39.452311],[116.444354,39.451329],[116.444079,39.447216],[116.43108,39.444644],[116.428638,39.442078],[116.418598,39.445987],[116.40167,39.44921],[116.394551,39.448797],[116.386719,39.451632],[116.381906,39.449756],[116.361499,39.450349],[116.355915,39.453552],[116.327842,39.454671],[116.314658,39.466398],[116.307724,39.476854],[116.300583,39.482379],[116.301365,39.484833],[116.29932,39.488225],[116.286877,39.490964],[116.272787,39.490928],[116.252935,39.498931],[116.248835,39.507798],[116.239462,39.514933],[116.240793,39.527572],[116.239089,39.530247],[116.240818,39.537977],[116.236511,39.551793],[116.239873,39.554077],[116.240045,39.556252],[116.23467,39.562909],[116.221421,39.564619],[116.214982,39.577745],[116.202072,39.576504],[116.198396,39.582302],[116.197998,39.587579],[116.195491,39.587669],[116.195116,39.585165],[116.190801,39.584911],[116.191344,39.587723],[116.174583,39.589379],[116.170778,39.588735],[116.17074,39.58463],[116.159375,39.582269],[116.149009,39.582355],[116.145671,39.579233],[116.143414,39.571759],[116.140511,39.570609],[116.140803,39.573948],[116.139425,39.574157],[116.13796,39.570451],[116.130455,39.567185],[116.115222,39.569206],[116.11438,39.573468],[116.106379,39.569173],[116.09998,39.569542],[116.099975,39.574523],[116.095106,39.578654],[116.09574,39.574779],[116.092803,39.573817],[116.029202,39.570372],[116.026564,39.571143],[116.02671,39.573364],[116.018595,39.574453],[116.020081,39.586176],[116.013658,39.585564],[116.010214,39.586953],[116.007618,39.586852],[116.008508,39.58321],[116.007232,39.580766],[116.001536,39.576033],[115.989157,39.575934],[115.99091,39.582065],[115.987331,39.582387],[115.985478,39.585356],[115.985441,39.592462],[115.972103,39.593152],[115.970379,39.575769],[115.97217,39.571752],[115.968595,39.569759],[115.962957,39.569928],[115.960766,39.563781],[115.951617,39.559885],[115.949068,39.565064],[115.944499,39.56534],[115.943245,39.572272],[115.937279,39.576372],[115.932051,39.576471],[115.928572,39.581604],[115.928273,39.587046],[115.924327,39.592383],[115.904447,39.599718],[115.900919,39.589033],[115.902855,39.583045],[115.909751,39.582075],[115.905892,39.573194],[115.906965,39.57201],[115.901977,39.565896],[115.894104,39.568876],[115.884541,39.567618],[115.884773,39.562954],[115.886414,39.563689],[115.887513,39.560885],[115.887163,39.555241],[115.881617,39.549779],[115.877049,39.547128],[115.860411,39.545504],[115.856061,39.547531],[115.849517,39.553959],[115.841568,39.549276],[115.840033,39.542252],[115.835111,39.540521],[115.822651,39.540236],[115.822343,39.534391],[115.813123,39.529776],[115.813689,39.517449],[115.8175,39.511062],[115.820223,39.513123],[115.823597,39.511766],[115.824208,39.508287],[115.822645,39.505986],[115.814258,39.508639],[115.798804,39.510362],[115.780353,39.508899],[115.771754,39.51269],[115.761241,39.514726],[115.764658,39.509827],[115.762572,39.507736],[115.759146,39.513708],[115.745982,39.512913],[115.745676,39.515657],[115.738323,39.523271],[115.735574,39.535142],[115.732543,39.539087],[115.732339,39.545179],[115.724157,39.546491],[115.720469,39.545321],[115.720769,39.542766],[115.716983,39.542836],[115.714758,39.546551],[115.714047,39.553613],[115.710842,39.559342],[115.705492,39.561193],[115.692308,39.562208],[115.686256,39.56542],[115.688342,39.569124],[115.692457,39.56948],[115.6934,39.575856],[115.687248,39.579413],[115.689008,39.583438],[115.682841,39.591701],[115.681935,39.599878],[115.666284,39.608323],[115.661253,39.614489],[115.661775,39.608516],[115.659431,39.604148],[115.65096,39.598702],[115.63848,39.597936],[115.635759,39.602246],[115.631989,39.603326],[115.628125,39.602534],[115.628283,39.597177],[115.626508,39.596711],[115.619797,39.598473],[115.616114,39.601875],[115.612047,39.602972],[115.603905,39.599577],[115.593352,39.598493],[115.58653,39.595894],[115.582784,39.593215],[115.580433,39.588615],[115.575117,39.588402],[115.565501,39.590661],[115.566107,39.593016],[115.558577,39.603011],[115.539588,39.61771],[115.527869,39.61226],[115.524213,39.603229],[115.512839,39.593563],[115.512549,39.59133],[115.50888,39.59048],[115.509109,39.59396],[115.505729,39.604236],[115.506343,39.610134],[115.515906,39.621102],[115.514161,39.631726],[115.516221,39.638849],[115.505273,39.643265],[115.503505,39.648273],[115.500446,39.650947],[115.49056,39.65153],[115.48804,39.647335],[115.472652,39.649532],[115.471819,39.651036],[115.475834,39.661554],[115.485325,39.667821],[115.480298,39.672344],[115.482405,39.680193],[115.485344,39.681125],[115.492611,39.688558],[115.492637,39.695455],[115.485174,39.702649],[115.486961,39.70753],[115.481815,39.728797],[115.486245,39.737242],[115.476451,39.740947],[115.46448,39.741075],[115.460749,39.738972],[115.433921,39.750403],[115.429381,39.756859],[115.427736,39.763216],[115.428802,39.768813],[115.424409,39.770704],[115.420727,39.768218],[115.418326,39.772979],[115.424331,39.774135],[115.427314,39.780772],[115.436353,39.783815],[115.445298,39.780814],[115.45173,39.780959],[115.469875,39.791034],[115.477042,39.797488],[115.48508,39.794887],[115.500607,39.782367],[115.508481,39.78786],[115.530121,39.791026],[115.533296,39.793595],[115.537874,39.794603],[115.545914,39.793586],[115.548756,39.794472],[115.55886,39.803368],[115.56323,39.812757],[115.561067,39.815404],[115.557382,39.81538],[115.541606,39.821771],[115.536572,39.825966],[115.524691,39.828961],[115.520299,39.834111],[115.509424,39.836906],[115.507114,39.840657],[115.505963,39.84295],[115.50718,39.84524],[115.511236,39.849103],[115.516245,39.857832],[115.516186,39.864663],[115.522458,39.871057],[115.522339,39.874561],[115.510418,39.87925],[115.504425,39.879813],[115.50276,39.882995],[115.50475,39.886692],[115.516782,39.897779],[115.514289,39.90103],[115.502807,39.909122],[115.498721,39.913985],[115.492543,39.916739],[115.488122,39.916841],[115.480756,39.922559],[115.47458,39.934356],[115.458649,39.939089],[115.437224,39.95042],[115.431446,39.951284],[115.422824,39.948191],[115.419701,39.94904],[115.419693,39.951553],[115.417205,39.954289],[115.419248,39.961846],[115.416827,39.968868],[115.419361,39.976571],[115.426543,39.987299],[115.435168,39.99253],[115.4397,39.993021],[115.44223,39.996879],[115.442682,40.00062],[115.436188,40.005607],[115.435552,40.009171],[115.445563,40.019431],[115.448277,40.028603],[115.454176,40.030832],[115.461946,40.030575],[115.477417,40.038158],[115.486018,40.047293],[115.498764,40.054594],[115.504019,40.06139],[115.50339,40.064273],[115.508655,40.065753],[115.521077,40.074921],[115.531676,40.076656],[115.537732,40.074772],[115.544913,40.077903],[115.549327,40.081552],[115.547573,40.090583],[115.557788,40.097109],[115.570498,40.098369],[115.572439,40.09533],[115.576537,40.094024],[115.584623,40.095363],[115.588379,40.114602],[115.59224,40.118136],[115.600904,40.119025],[115.635679,40.114819],[115.637657,40.115987],[115.638473,40.125577],[115.648387,40.130224],[115.651773,40.128126],[115.659475,40.128239],[115.66906,40.128922],[115.675015,40.131549],[115.683283,40.130753],[115.693814,40.126453],[115.69807,40.126978],[115.698548,40.128489],[115.693515,40.131227],[115.704378,40.133408],[115.718105,40.127575],[115.729826,40.128722],[115.742978,40.136496],[115.748575,40.14424],[115.747832,40.147359],[115.743266,40.151768],[115.748039,40.162026],[115.763599,40.168953],[115.766818,40.175186],[115.771414,40.176622],[115.780769,40.177504],[115.780697,40.169211],[115.800372,40.152079],[115.815394,40.151627],[115.829858,40.145893],[115.845848,40.146944],[115.847968,40.148824],[115.847504,40.153067],[115.838701,40.163914],[115.838208,40.166491],[115.843998,40.172487],[115.847505,40.17951],[115.842002,40.182876],[115.849096,40.187773],[115.858004,40.184764],[115.865884,40.186197],[115.879985,40.204998],[115.877293,40.210243],[115.878589,40.216207],[115.892503,40.233447],[115.906304,40.233054],[115.910961,40.246059],[115.924088,40.253541],[115.929499,40.254649],[115.937043,40.252331],[115.953981,40.255536],[115.958577,40.257906],[115.961815,40.262413],[115.946214,40.280237],[115.933845,40.302022],[115.935247,40.310669],[115.930587,40.312278],[115.921437,40.319208],[115.918088,40.325189],[115.91555,40.344065],[115.912323,40.352811],[115.904155,40.356696],[115.858619,40.358274],[115.853218,40.361273],[115.851962,40.36279],[115.855974,40.362853],[115.856215,40.369549],[115.854346,40.374541],[115.843086,40.375722],[115.842912,40.374086],[115.840761,40.373935],[115.835316,40.376703],[115.831316,40.380089],[115.830418,40.384511],[115.772968,40.441347],[115.764541,40.441309],[115.763842,40.443847],[115.768113,40.45645],[115.76771,40.460798],[115.764706,40.462591],[115.76347,40.46826],[115.775876,40.488145],[115.775746,40.491703],[115.757243,40.498365],[115.735867,40.495346],[115.729542,40.502664],[115.734665,40.509507],[115.733371,40.511598],[115.737155,40.514327],[115.742052,40.523932],[115.746545,40.528825],[115.746649,40.534952],[115.778415,40.557038],[115.784367,40.559606],[115.78871,40.55962],[115.792822,40.556377],[115.807928,40.555956],[115.81383,40.558209],[115.815337,40.56202],[115.814337,40.566649],[115.821555,40.586055],[115.838141,40.590003],[115.848777,40.588923],[115.879937,40.594758],[115.882886,40.596634],[115.887747,40.604972],[115.901787,40.616094],[115.912782,40.615869],[115.960735,40.605015],[115.967699,40.59685],[115.969593,40.587822],[115.975308,40.578339],[115.977312,40.577465],[115.989075,40.578535],[116.003606,40.587724],[116.01319,40.599974],[116.022062,40.605817],[116.02394,40.601086],[116.022045,40.597455],[116.024866,40.596017],[116.044205,40.604557],[116.059309,40.608669],[116.082517,40.625352],[116.09246,40.628994],[116.094624,40.626193],[116.097984,40.625401],[116.115325,40.627568],[116.113873,40.631624],[116.106334,40.639359],[116.104904,40.645658],[116.118831,40.6525],[116.128478,40.665494],[116.13682,40.665319],[116.145942,40.661622],[116.158329,40.661827],[116.172932,40.707504],[116.18597,40.723123],[116.213846,40.744353],[116.214313,40.747668],[116.224377,40.762043],[116.225186,40.769347],[116.229699,40.779221],[116.241502,40.790279],[116.252394,40.785334],[116.261961,40.776033],[116.26388,40.769104],[116.268003,40.762427],[116.272582,40.760671],[116.275268,40.762421],[116.284067,40.762772],[116.288499,40.757332],[116.302458,40.750434],[116.304514,40.750481],[116.304937,40.753557],[116.301771,40.76219],[116.306985,40.768632],[116.311376,40.770603],[116.373107,40.770609],[116.384632,40.774941],[116.4015,40.778713],[116.408128,40.775988],[116.410147,40.76768],[116.418516,40.765755],[116.44179,40.765991],[116.447679,40.764229],[116.455423,40.768117],[116.459591,40.772892],[116.454685,40.781006],[116.453063,40.794269],[116.438561,40.804392],[116.43436,40.809425],[116.430804,40.81889],[116.415798,40.821165],[116.400377,40.831268],[116.399584,40.838241],[116.393739,40.848135],[116.36029,40.874894],[116.357855,40.880424],[116.338668,40.892703],[116.328186,40.902918],[116.328098,40.919774],[116.337259,40.931031],[116.346357,40.934855],[116.353064,40.934412],[116.358751,40.941432],[116.364004,40.941856],[116.370065,40.937865],[116.378167,40.92194],[116.392566,40.904145],[116.408326,40.898334],[116.413109,40.900671],[116.422996,40.901166],[116.430357,40.897544],[116.452394,40.898851],[116.455726,40.897823],[116.457701,40.894686],[116.467948,40.894348],[116.471382,40.900687],[116.467383,40.918225],[116.461921,40.923861],[116.446047,40.949075],[116.444378,40.958105],[116.445316,40.967542],[116.44923,40.978055],[116.45785,40.982687],[116.465874,40.97887],[116.482741,40.978496],[116.498387,40.974227],[116.510198,40.973551],[116.527065,40.983956],[116.540298,40.986813],[116.550731,40.986297],[116.552666,40.987072],[116.554529,40.991628],[116.557373,40.992092],[116.563235,40.990094],[116.582575,40.975492],[116.592291,40.973176],[116.595888,40.974247],[116.608605,40.981797],[116.611078,40.996399],[116.610939,41.005751],[116.616977,41.019211],[116.614338,41.029174],[116.607998,41.034924],[116.608022,41.041499],[116.61147,41.050227],[116.625531,41.058964],[116.641621,41.057721],[116.648596,41.054172],[116.651003,41.04969],[116.654466,41.047578],[116.670916,41.041086],[116.676793,41.040121],[116.683779,41.042571],[116.68974,41.029317],[116.689307,41.024003],[116.692697,41.019145],[116.684851,41.005597],[116.677009,40.998859],[116.676481,40.984652],[116.671601,40.974586],[116.671658,40.96962],[116.68086,40.961614],[116.683145,40.94932],[116.696013,40.938193],[116.696677,40.934908],[116.714525,40.924453],[116.710974,40.920079],[116.707287,40.908709],[116.714285,40.906939],[116.727238,40.896357],[116.752343,40.886299],[116.752001,40.88055],[116.754643,40.8791],[116.761155,40.880522],[116.774214,40.874531],[116.786944,40.862279],[116.793007,40.851092],[116.796337,40.840842],[116.798794,40.838901],[116.807113,40.846778],[116.814605,40.846755],[116.817388,40.843604],[116.850426,40.833563],[116.856064,40.826534],[116.869447,40.820063],[116.875771,40.813406],[116.875845,40.80709],[116.874179,40.802976],[116.88366,40.796938],[116.890545,40.79539],[116.889726,40.782697],[116.888768,40.780215],[116.887189,40.782622],[116.885335,40.782428],[116.886434,40.778971],[116.892581,40.77539],[116.898546,40.775943],[116.919102,40.7715],[116.916414,40.769053],[116.920528,40.758651],[116.917155,40.751322],[116.917766,40.748709],[116.920873,40.744443],[116.930277,40.739197],[116.936631,40.728522],[116.939548,40.726162],[116.956981,40.717172],[116.960907,40.713274],[116.959716,40.709265],[116.962801,40.706162],[116.975014,40.701721],[116.981948,40.701732],[116.996185,40.695885],[117.021702,40.692198],[117.037898,40.698827],[117.051724,40.699946],[117.069295,40.698704],[117.102419,40.705571],[117.110562,40.69833],[117.131636,40.695483],[117.164586,40.69559],[117.199523,40.693052],[117.222277,40.683501],[117.234971,40.675123],[117.25492,40.679743],[117.261436,40.675118],[117.272283,40.662876],[117.284948,40.658667],[117.314898,40.656923],[117.330472,40.661797],[117.330272,40.665773],[117.336038,40.672006],[117.353597,40.672435],[117.402564,40.68567],[117.410251,40.685332],[117.439686,40.675312],[117.458737,40.671939],[117.463954,40.67232],[117.474649,40.676316],[117.489115,40.673049],[117.508239,40.659284],[117.507542,40.654387],[117.49627,40.651622],[117.498561,40.645172],[117.493875,40.634755],[117.479819,40.631992],[117.471477,40.63372],[117.46718,40.64289],[117.45532,40.651507],[117.442191,40.649888],[117.444739,40.644987],[117.44593,40.635828],[117.444599,40.630324],[117.440354,40.626664],[117.426167,40.624184],[117.4221,40.632298],[117.422132,40.636032],[117.418508,40.636459],[117.414433,40.633823],[117.413783,40.627622],[117.417291,40.622769],[117.417854,40.618693],[117.412433,40.615508],[117.405982,40.603529],[117.416365,40.581142],[117.423063,40.577721],[117.423241,40.574557],[117.415009,40.567789],[117.412546,40.567238],[117.40262,40.570301],[117.394738,40.569888],[117.385926,40.565096],[117.383282,40.560149],[117.380921,40.559218],[117.371164,40.562062],[117.35491,40.574545],[117.339855,40.580421],[117.321138,40.575296],[117.318403,40.576711],[117.304781,40.575831],[117.293891,40.56635],[117.279663,40.563927],[117.272883,40.558936],[117.26406,40.559623],[117.243102,40.546812],[117.241643,40.53992],[117.248784,40.526273],[117.257669,40.515908],[117.256955,40.511829],[117.239596,40.512143],[117.230525,40.514068],[117.222424,40.51002],[117.212269,40.512958],[117.207056,40.510832],[117.201562,40.498497],[117.202195,40.495866],[117.205596,40.493311],[117.211467,40.493225],[117.221322,40.480749],[117.2194,40.474435],[117.227169,40.461903],[117.228844,40.456118],[117.240423,40.450891],[117.255585,40.439039],[117.243817,40.426858],[117.228718,40.415955],[117.230667,40.399063],[117.232957,40.392917],[117.220283,40.3827],[117.217596,40.370071],[117.219764,40.367785],[117.230704,40.369206],[117.236386,40.368282],[117.247679,40.353601],[117.250382,40.341345],[117.25352,40.334738],[117.260821,40.334356],[117.268437,40.331309],[117.264715,40.323913],[117.267913,40.307261],[117.281465,40.300301],[117.286862,40.295216],[117.288088,40.289537],[117.286338,40.282953],[117.28924,40.276919],[117.300558,40.277532],[117.325344,40.288314],[117.32744,40.284519],[117.330468,40.268095],[117.33561,40.255126],[117.333248,40.24491],[117.344343,40.228494],[117.349261,40.228092],[117.354022,40.231138],[117.362036,40.231496],[117.379944,40.225502],[117.38335,40.226472]]]}},{type:"Feature",properties:{name:"天津市",province_adcode:12e4,province_type:"直辖市",name_en:"Tianjin",name_var:"Tiān Jīn",adcode:12e4},geometry:{type:"Polygon",coordinates:[[[117.569368,40.191526],[117.566909,40.188923],[117.570138,40.177503],[117.578121,40.170404],[117.582315,40.167374],[117.594981,40.170148],[117.600312,40.162036],[117.612347,40.156526],[117.613479,40.151828],[117.624301,40.146717],[117.630725,40.135683],[117.628562,40.133048],[117.629565,40.131121],[117.643931,40.127025],[117.645977,40.112383],[117.649794,40.108065],[117.649142,40.105443],[117.642198,40.102689],[117.642122,40.097735],[117.639153,40.095893],[117.643187,40.090047],[117.647947,40.089645],[117.652513,40.095762],[117.661959,40.098728],[117.668157,40.089954],[117.668576,40.080979],[117.681875,40.081649],[117.683755,40.092153],[117.690414,40.093723],[117.701581,40.092729],[117.704963,40.08144],[117.715861,40.078567],[117.731552,40.076796],[117.736842,40.077224],[117.740803,40.080287],[117.745059,40.080732],[117.748282,40.078585],[117.752044,40.072054],[117.74693,40.072058],[117.74796,40.067284],[117.751597,40.064593],[117.761104,40.064698],[117.769649,40.057926],[117.766961,40.050646],[117.752456,40.042906],[117.746363,40.044019],[117.746312,40.046676],[117.741699,40.046432],[117.741806,40.038597],[117.738791,40.032504],[117.736765,40.016504],[117.74,40.01635],[117.747756,40.010288],[117.752002,40.011704],[117.751959,40.016732],[117.755105,40.01936],[117.763994,40.022295],[117.776042,40.022261],[117.777896,40.016854],[117.785638,40.014341],[117.787955,40.009846],[117.787162,40.003488],[117.790106,39.997208],[117.790054,39.995284],[117.783272,39.989702],[117.780287,39.980316],[117.781184,39.972755],[117.7755,39.965071],[117.757027,39.971468],[117.74978,39.963846],[117.745422,39.965121],[117.735125,39.972451],[117.72849,39.970091],[117.721858,39.970732],[117.713709,39.97849],[117.704894,39.983628],[117.699168,39.984878],[117.682657,39.982842],[117.675954,39.978813],[117.677192,39.974606],[117.669693,39.96731],[117.661132,39.965642],[117.652354,39.96731],[117.646069,39.971085],[117.631638,39.970685],[117.62893,39.9679],[117.625603,39.967675],[117.608632,39.971364],[117.605237,39.974212],[117.6055,39.976516],[117.602086,39.98312],[117.593527,39.992594],[117.585536,39.995647],[117.572698,39.992775],[117.571145,39.994897],[117.566521,39.995159],[117.559996,39.989785],[117.556834,39.991007],[117.55275,39.99555],[117.540345,39.997774],[117.53764,39.992953],[117.531302,39.996258],[117.528913,39.994613],[117.531391,39.988828],[117.540059,39.980376],[117.541116,39.975732],[117.532508,39.968938],[117.528028,39.959258],[117.528137,39.953547],[117.526701,39.951418],[117.524014,39.949981],[117.520926,39.951167],[117.517867,39.945301],[117.513149,39.947368],[117.509049,39.945264],[117.504395,39.939063],[117.505256,39.932725],[117.519156,39.928415],[117.515591,39.919432],[117.50497,39.920088],[117.49902,39.916937],[117.498229,39.914419],[117.500488,39.91384],[117.506368,39.917407],[117.507381,39.908875],[117.505558,39.90643],[117.501374,39.907639],[117.497505,39.903622],[117.500767,39.902916],[117.503635,39.892592],[117.510542,39.893949],[117.512307,39.890572],[117.514682,39.8706],[117.538498,39.84341],[117.536832,39.83457],[117.540383,39.826351],[117.552151,39.810842],[117.555305,39.801526],[117.554117,39.793909],[117.5479,39.793997],[117.548434,39.786152],[117.541049,39.77681],[117.540869,39.775145],[117.545948,39.773233],[117.548626,39.770381],[117.544115,39.761848],[117.539822,39.762523],[117.533134,39.759982],[117.537152,39.75954],[117.543228,39.755654],[117.549186,39.761516],[117.554331,39.754069],[117.564521,39.755542],[117.570785,39.749464],[117.59018,39.744773],[117.589512,39.743028],[117.584569,39.741473],[117.590666,39.737343],[117.590603,39.734691],[117.58733,39.734213],[117.582257,39.736893],[117.582674,39.730404],[117.577381,39.73063],[117.5745,39.728758],[117.570821,39.725177],[117.572208,39.72193],[117.578984,39.721233],[117.586914,39.714963],[117.58666,39.710038],[117.596638,39.704255],[117.608892,39.704961],[117.62163,39.702286],[117.62825,39.700088],[117.628527,39.696255],[117.630535,39.695613],[117.638167,39.70104],[117.642871,39.694239],[117.640321,39.69066],[117.639953,39.686264],[117.643479,39.684582],[117.647969,39.677917],[117.65401,39.673749],[117.650662,39.667691],[117.655857,39.664989],[117.662827,39.66553],[117.662183,39.661772],[117.657119,39.655953],[117.660406,39.648692],[117.660249,39.641239],[117.657898,39.636493],[117.656229,39.635234],[117.646029,39.638012],[117.646815,39.627834],[117.63682,39.625668],[117.638702,39.621844],[117.634078,39.619215],[117.635201,39.611603],[117.625808,39.612666],[117.624498,39.605548],[117.619172,39.601922],[117.617125,39.602329],[117.614853,39.605658],[117.613388,39.605112],[117.614994,39.591206],[117.62054,39.593605],[117.625357,39.600911],[117.630845,39.602721],[117.631075,39.596158],[117.633351,39.592083],[117.63661,39.591543],[117.644402,39.593756],[117.648934,39.588838],[117.649082,39.583078],[117.644592,39.578284],[117.64716,39.574278],[117.650777,39.573735],[117.65799,39.575712],[117.6657,39.581448],[117.667811,39.588438],[117.671054,39.58942],[117.67961,39.587648],[117.688184,39.579523],[117.69998,39.575086],[117.702548,39.570311],[117.700792,39.566342],[117.698123,39.564541],[117.689058,39.564291],[117.683284,39.568498],[117.679107,39.564195],[117.683814,39.558124],[117.698563,39.555859],[117.695723,39.552433],[117.699768,39.548957],[117.699524,39.545645],[117.703217,39.535905],[117.709821,39.528851],[117.716473,39.534057],[117.726575,39.53514],[117.73895,39.546921],[117.7292,39.559442],[117.731679,39.572832],[117.746808,39.574708],[117.745563,39.577582],[117.749023,39.579962],[117.74564,39.582329],[117.739588,39.590863],[117.743135,39.589039],[117.761358,39.597794],[117.783067,39.593216],[117.78528,39.598936],[117.795808,39.600548],[117.819645,39.58982],[117.832504,39.588736],[117.840963,39.590029],[117.845243,39.588273],[117.84642,39.590619],[117.851154,39.591383],[117.860292,39.598991],[117.868207,39.597224],[117.868151,39.592889],[117.87689,39.589414],[117.886125,39.589935],[117.895329,39.587955],[117.896499,39.589813],[117.913075,39.584381],[117.911278,39.582106],[117.92395,39.57713],[117.927801,39.572795],[117.92547,39.568067],[117.918484,39.562369],[117.912495,39.55474],[117.907009,39.541449],[117.898832,39.533423],[117.899595,39.529623],[117.90627,39.519424],[117.906621,39.516054],[117.902236,39.510509],[117.892563,39.508685],[117.890802,39.48828],[117.886194,39.485451],[117.892034,39.481684],[117.892752,39.471143],[117.88725,39.470261],[117.881243,39.466942],[117.872559,39.466121],[117.868748,39.453878],[117.86454,39.453928],[117.865711,39.410472],[117.841019,39.407166],[117.842169,39.400203],[117.8534,39.401816],[117.856367,39.396005],[117.854313,39.383804],[117.859711,39.377372],[117.852009,39.372494],[117.846212,39.380062],[117.833211,39.376612],[117.806141,39.374128],[117.799913,39.372262],[117.798145,39.370107],[117.796584,39.359866],[117.805503,39.352347],[117.823002,39.355854],[117.834016,39.351679],[117.847019,39.359706],[117.841852,39.366177],[117.845821,39.368646],[117.856759,39.361374],[117.845897,39.349055],[117.843722,39.340874],[117.839804,39.341264],[117.838594,39.337615],[117.835808,39.335417],[117.84191,39.331126],[117.840874,39.327708],[117.848367,39.327228],[117.849971,39.328086],[117.849404,39.330911],[117.85493,39.333002],[117.860613,39.328993],[117.88196,39.331353],[117.88689,39.3268],[117.885737,39.322574],[117.896522,39.319689],[117.899498,39.315517],[117.920096,39.318589],[117.941335,39.316934],[117.946087,39.314939],[117.961287,39.315403],[117.968538,39.312216],[117.966406,39.308934],[117.972147,39.298329],[117.986094,39.295563],[117.989371,39.292941],[117.987128,39.28902],[117.98885,39.287709],[118.003491,39.28687],[118.010704,39.283053],[118.014242,39.28496],[118.018454,39.29126],[118.020643,39.290277],[118.025236,39.284263],[118.022528,39.277141],[118.026772,39.27443],[118.027822,39.266944],[118.033903,39.262823],[118.058355,39.25484],[118.058463,39.230068],[118.030767,39.229349],[118.029895,39.22145],[117.978142,39.219375],[117.943411,39.212182],[117.954961,39.181099],[117.934773,39.176849],[117.922175,39.209449],[117.868125,39.191524],[117.879636,39.172218],[117.879579,39.169157],[117.876483,39.163758],[117.876359,39.17418],[117.871074,39.182472],[117.863916,39.180132],[117.863434,39.178025],[117.874501,39.170317],[117.874344,39.164462],[117.867019,39.169377],[117.85739,39.182244],[117.852873,39.180501],[117.864669,39.16101],[117.860129,39.161543],[117.846901,39.18106],[117.826453,39.171388],[117.824894,39.170145],[117.825486,39.168702],[117.829726,39.168585],[117.834464,39.166196],[117.834514,39.164206],[117.818684,39.163697],[117.817636,39.162178],[117.819292,39.156493],[117.816998,39.151375],[117.807799,39.147012],[117.797519,39.149274],[117.793853,39.146896],[117.785877,39.134841],[117.841688,39.102641],[117.818343,39.073132],[117.814179,39.073118],[117.744574,39.096342],[117.72922,39.093725],[117.724328,39.089815],[117.738162,39.080892],[117.80484,39.058473],[117.829041,38.973728],[117.811338,38.976143],[117.808257,38.975118],[117.793651,38.984534],[117.790841,38.988158],[117.775126,39.046388],[117.762777,39.050318],[117.760118,39.047427],[117.762723,39.044866],[117.779485,38.9858],[117.788884,38.977791],[117.786629,38.973629],[117.743925,38.987854],[117.741985,38.984201],[117.719321,38.993131],[117.713673,38.991571],[117.714134,38.988441],[117.725276,38.982239],[117.757259,38.971653],[117.799645,38.965194],[117.80835,38.963152],[117.807405,38.959699],[117.844423,38.953577],[117.843802,38.951166],[117.878499,38.945635],[117.873817,38.929115],[117.736706,38.963852],[117.725585,38.968627],[117.718703,38.973649],[117.714834,38.977404],[117.715454,38.982318],[117.713955,38.985904],[117.706493,38.985516],[117.709695,38.97683],[117.723856,38.961926],[117.736999,38.953675],[117.770058,38.944393],[117.764002,38.928916],[117.778548,38.924899],[117.784696,38.939434],[117.820695,38.929137],[117.814433,38.914752],[117.825092,38.911786],[117.831267,38.92619],[117.856848,38.918785],[117.829958,38.879616],[117.845281,38.873194],[117.837618,38.861939],[117.796872,38.878568],[117.735157,38.896092],[117.732098,38.888558],[117.711356,38.893739],[117.71033,38.891227],[117.683676,38.897769],[117.680267,38.891111],[117.750909,38.873596],[117.753745,38.868503],[117.746589,38.856496],[117.690476,38.870723],[117.684666,38.857105],[117.738849,38.843494],[117.729475,38.827643],[117.646576,38.848104],[117.63848,38.856105],[117.629737,38.846217],[117.618628,38.841351],[117.6056,38.819307],[117.598258,38.812239],[117.595903,38.812011],[117.583262,38.779357],[117.58761,38.778336],[117.588331,38.775727],[117.597349,38.769855],[117.595145,38.767901],[117.586811,38.766809],[117.583816,38.760927],[117.596892,38.758061],[117.609025,38.757844],[117.60884,38.714544],[117.6248,38.714402],[117.625112,38.744882],[117.642177,38.758137],[117.687697,38.757973],[117.687594,38.723697],[117.70665,38.723469],[117.707242,38.752576],[117.719926,38.752308],[117.719571,38.70136],[117.649993,38.701486],[117.649727,38.664782],[117.608055,38.664839],[117.608074,38.673817],[117.578686,38.673923],[117.579351,38.666079],[117.582292,38.654962],[117.584503,38.654665],[117.588252,38.637352],[117.597614,38.638846],[117.60152,38.634894],[117.60314,38.630252],[117.602154,38.617015],[117.581072,38.615605],[117.569345,38.610215],[117.561492,38.612315],[117.553466,38.612073],[117.548683,38.615709],[117.538584,38.617748],[117.536399,38.611311],[117.532409,38.609099],[117.535269,38.602992],[117.520545,38.599906],[117.518005,38.600575],[117.516387,38.606348],[117.517616,38.61095],[117.515914,38.61353],[117.509155,38.610528],[117.499752,38.616021],[117.472555,38.616508],[117.475222,38.610543],[117.464766,38.610315],[117.425616,38.600238],[117.409029,38.589748],[117.403614,38.593007],[117.394731,38.587106],[117.402607,38.584317],[117.391577,38.574099],[117.362686,38.563886],[117.362434,38.581567],[117.348407,38.579891],[117.351486,38.569719],[117.347106,38.566798],[117.344147,38.5609],[117.340851,38.560801],[117.335064,38.563825],[117.318601,38.56384],[117.309209,38.556972],[117.302019,38.554824],[117.299366,38.555867],[117.297819,38.563862],[117.293663,38.570728],[117.289051,38.571348],[117.285413,38.57093],[117.286199,38.561713],[117.259179,38.556042],[117.257212,38.561554],[117.247005,38.555494],[117.238889,38.566218],[117.233238,38.577999],[117.256171,38.583024],[117.255042,38.586021],[117.234498,38.580921],[117.231628,38.584544],[117.239153,38.594595],[117.25046,38.597643],[117.252798,38.602928],[117.249779,38.613326],[117.240345,38.617938],[117.226532,38.620095],[117.226476,38.625239],[117.230522,38.630545],[117.218878,38.630078],[117.219923,38.633369],[117.223466,38.634912],[117.224102,38.64153],[117.214152,38.643012],[117.206719,38.639546],[117.204113,38.629776],[117.196928,38.629415],[117.19756,38.625672],[117.193996,38.621118],[117.170324,38.617415],[117.160056,38.613817],[117.158227,38.617747],[117.152812,38.617565],[117.152002,38.614861],[117.150439,38.614721],[117.150757,38.616703],[117.144792,38.616854],[117.1437,38.614762],[117.144509,38.60846],[117.137281,38.604591],[117.131972,38.598815],[117.11825,38.599052],[117.115119,38.596676],[117.112595,38.590214],[117.103322,38.586349],[117.103497,38.583973],[117.091855,38.586009],[117.09055,38.599736],[117.0809,38.598617],[117.080003,38.605479],[117.064534,38.607552],[117.064083,38.615191],[117.058267,38.628387],[117.057977,38.634855],[117.054484,38.638236],[117.046783,38.640666],[117.046694,38.642927],[117.050449,38.644679],[117.050419,38.656188],[117.055084,38.67294],[117.062192,38.679402],[117.048087,38.683372],[117.048697,38.685331],[117.039336,38.685439],[117.039156,38.69133],[117.032756,38.687789],[117.033217,38.693462],[117.039279,38.704925],[117.035815,38.70604],[117.009389,38.700492],[117.008389,38.689176],[116.987014,38.691592],[116.988467,38.695731],[116.945108,38.68956],[116.938849,38.685349],[116.924707,38.686153],[116.921438,38.685151],[116.921865,38.679514],[116.912399,38.678738],[116.915454,38.686357],[116.911982,38.686996],[116.890255,38.679861],[116.871583,38.680095],[116.869802,38.681916],[116.869771,38.692627],[116.867269,38.691949],[116.866669,38.693648],[116.868894,38.696937],[116.866129,38.701278],[116.869421,38.712159],[116.866913,38.715021],[116.860706,38.716388],[116.860089,38.719613],[116.860797,38.721862],[116.862174,38.721728],[116.864356,38.729271],[116.862892,38.72927],[116.863861,38.737356],[116.861938,38.745584],[116.854917,38.744472],[116.853703,38.740654],[116.786935,38.745608],[116.785372,38.744319],[116.785294,38.739203],[116.778136,38.737347],[116.778598,38.739772],[116.769099,38.742036],[116.760427,38.74117],[116.759859,38.745626],[116.753012,38.754105],[116.738731,38.751773],[116.74628,38.779222],[116.731548,38.7837],[116.735504,38.795419],[116.739845,38.794947],[116.740173,38.79779],[116.734848,38.798427],[116.738118,38.804559],[116.732555,38.806261],[116.738697,38.814159],[116.740278,38.823835],[116.743149,38.823623],[116.74527,38.83046],[116.743486,38.831122],[116.741575,38.82937],[116.737832,38.83075],[116.736985,38.834107],[116.738878,38.85061],[116.717153,38.851509],[116.716653,38.896279],[116.702073,38.896188],[116.702425,38.929809],[116.704506,38.935683],[116.706874,38.938018],[116.710388,38.938002],[116.716385,38.954637],[116.717101,38.963373],[116.724483,38.974354],[116.729376,38.978778],[116.734727,38.979936],[116.738382,38.987244],[116.744401,38.993012],[116.74647,39.00269],[116.748572,39.002532],[116.750415,39.012147],[116.748936,39.012166],[116.748974,39.018188],[116.752396,39.018498],[116.753068,39.019947],[116.753415,39.030743],[116.748566,39.034139],[116.745736,39.033699],[116.745508,39.036962],[116.750422,39.049358],[116.754621,39.049681],[116.766997,39.045928],[116.772853,39.048479],[116.775405,39.052504],[116.775625,39.057567],[116.781344,39.060938],[116.791351,39.059831],[116.790018,39.055634],[116.779015,39.054642],[116.777748,39.051822],[116.778975,39.047287],[116.781767,39.050853],[116.791416,39.053087],[116.796726,39.049974],[116.813405,39.050111],[116.813037,39.047046],[116.817259,39.04643],[116.826707,39.048959],[116.834266,39.048875],[116.834335,39.05248],[116.836287,39.052504],[116.83629,39.048753],[116.838346,39.048628],[116.854629,39.049837],[116.854526,39.051599],[116.86583,39.053839],[116.864328,39.058732],[116.864347,39.069169],[116.872332,39.071692],[116.875654,39.07092],[116.877125,39.077119],[116.881088,39.077039],[116.88479,39.084024],[116.887565,39.083592],[116.890788,39.090925],[116.895936,39.090077],[116.900389,39.103073],[116.904416,39.105869],[116.905262,39.110179],[116.913537,39.108402],[116.91782,39.118026],[116.920269,39.118798],[116.914116,39.119178],[116.91299,39.122793],[116.917711,39.123212],[116.912776,39.137673],[116.909529,39.137436],[116.90586,39.148965],[116.888388,39.154083],[116.863746,39.15326],[116.860917,39.155008],[116.85764,39.1534],[116.859852,39.155301],[116.860482,39.164528],[116.857361,39.174246],[116.858473,39.181227],[116.856576,39.200359],[116.854846,39.204915],[116.851244,39.204723],[116.849953,39.214767],[116.865816,39.21681],[116.865785,39.215394],[116.869815,39.215672],[116.868788,39.229325],[116.869996,39.229763],[116.873542,39.229216],[116.878198,39.224175],[116.886796,39.223065],[116.886131,39.230272],[116.880067,39.231853],[116.879037,39.23989],[116.874419,39.23892],[116.870526,39.240541],[116.869673,39.252972],[116.873013,39.254464],[116.865694,39.26836],[116.870436,39.269696],[116.869254,39.282359],[116.864902,39.297602],[116.87043,39.302121],[116.880296,39.30333],[116.883665,39.322276],[116.879623,39.338193],[116.870027,39.338266],[116.86617,39.340831],[116.865094,39.345955],[116.866038,39.350222],[116.866793,39.351722],[116.870244,39.351717],[116.868952,39.354987],[116.864883,39.356527],[116.853702,39.355399],[116.853863,39.348281],[116.843234,39.338669],[116.836752,39.339856],[116.823139,39.338308],[116.819032,39.352741],[116.817544,39.352021],[116.816604,39.354385],[116.81719,39.356848],[116.826007,39.359122],[116.830779,39.363563],[116.828999,39.364924],[116.820938,39.362568],[116.814632,39.365617],[116.812188,39.372453],[116.831678,39.373081],[116.835343,39.378089],[116.835251,39.3805],[116.827964,39.397952],[116.828164,39.401664],[116.833315,39.403579],[116.832237,39.409403],[116.837624,39.41351],[116.838414,39.411476],[116.846063,39.412798],[116.847787,39.417228],[116.858086,39.425625],[116.862071,39.427672],[116.865092,39.426291],[116.869938,39.433506],[116.862533,39.438054],[116.855876,39.436294],[116.84957,39.442353],[116.841255,39.440327],[116.841337,39.437663],[116.82654,39.434493],[116.821064,39.437536],[116.820798,39.444643],[116.809855,39.450671],[116.804182,39.449677],[116.804749,39.446844],[116.80165,39.444661],[116.795104,39.447995],[116.789994,39.445716],[116.786194,39.453079],[116.791563,39.449839],[116.792061,39.456248],[116.783628,39.46451],[116.779519,39.466073],[116.782494,39.466674],[116.783017,39.46984],[116.79247,39.474589],[116.814601,39.479489],[116.815412,39.485312],[116.808373,39.500278],[116.808,39.509153],[116.817863,39.510955],[116.819047,39.516246],[116.81742,39.524679],[116.819152,39.526359],[116.816084,39.533335],[116.812405,39.531873],[116.810076,39.527927],[116.799843,39.528042],[116.789258,39.544723],[116.781501,39.547546],[116.781673,39.553399],[116.785644,39.558603],[116.793769,39.567665],[116.801949,39.570852],[116.805655,39.575811],[116.79596,39.58471],[116.792793,39.589886],[116.792538,39.59619],[116.802304,39.596241],[116.799222,39.602225],[116.793846,39.602815],[116.803884,39.607528],[116.804689,39.60469],[116.800996,39.602686],[116.802177,39.599282],[116.807434,39.599168],[116.810069,39.604409],[116.806373,39.614805],[116.807311,39.616181],[116.81406,39.617927],[116.818053,39.61608],[116.818986,39.612718],[116.826814,39.61599],[116.832557,39.621112],[116.817926,39.634008],[116.827796,39.64349],[116.835017,39.648092],[116.845378,39.651383],[116.843968,39.666501],[116.854477,39.666228],[116.858041,39.669382],[116.867308,39.670411],[116.877023,39.674393],[116.883013,39.674674],[116.885333,39.673032],[116.900652,39.676611],[116.899766,39.681066],[116.903564,39.681905],[116.900146,39.686916],[116.906702,39.688189],[116.905409,39.694382],[116.910653,39.698861],[116.911035,39.705336],[116.914096,39.705739],[116.945,39.705756],[116.946373,39.695881],[116.938071,39.68584],[116.943302,39.677974],[116.952163,39.670129],[116.949481,39.657678],[116.954312,39.645852],[116.958169,39.642548],[116.964232,39.647662],[116.966307,39.647476],[116.969175,39.644903],[116.96901,39.636789],[116.970821,39.63514],[116.983819,39.640308],[116.998224,39.643284],[117.009495,39.652835],[117.052638,39.642813],[117.069982,39.637327],[117.096317,39.627892],[117.099233,39.623991],[117.105893,39.62302],[117.115448,39.615816],[117.120897,39.615463],[117.125261,39.617016],[117.134439,39.615136],[117.136852,39.615719],[117.141423,39.621254],[117.146186,39.622147],[117.147759,39.624786],[117.143258,39.627552],[117.150928,39.634271],[117.166338,39.635161],[117.166723,39.639886],[117.169653,39.644691],[117.162477,39.64616],[117.152464,39.659887],[117.152291,39.662585],[117.153144,39.665619],[117.158196,39.66674],[117.163684,39.672044],[117.162403,39.680334],[117.163836,39.687969],[117.162996,39.697044],[117.164838,39.699936],[117.162182,39.70218],[117.161866,39.706825],[117.164267,39.706975],[117.162714,39.712201],[117.15783,39.710492],[117.157126,39.714459],[117.162777,39.716285],[117.161734,39.720211],[117.159875,39.720858],[117.158955,39.717022],[117.152449,39.721984],[117.146728,39.721375],[117.147214,39.734954],[117.159483,39.736486],[117.155741,39.744794],[117.156499,39.748543],[117.166921,39.750582],[117.178334,39.750601],[117.195362,39.75863],[117.199567,39.762624],[117.186772,39.77391],[117.17346,39.781614],[117.171874,39.79407],[117.164795,39.798483],[117.151044,39.795369],[117.150683,39.8054],[117.155348,39.805659],[117.149928,39.816057],[117.152755,39.820551],[117.156187,39.816553],[117.160746,39.817861],[117.160702,39.822384],[117.188617,39.824419],[117.186116,39.831906],[117.200985,39.833717],[117.213756,39.829375],[117.214357,39.826038],[117.222017,39.830862],[117.230653,39.832936],[117.250927,39.828825],[117.249712,39.831596],[117.24642,39.831006],[117.245376,39.832839],[117.250195,39.84192],[117.249176,39.848969],[117.245362,39.856697],[117.241834,39.859599],[117.233528,39.859188],[117.224977,39.855974],[117.221841,39.851695],[117.204679,39.858706],[117.193896,39.860987],[117.187852,39.86039],[117.180902,39.865198],[117.176819,39.862913],[117.174083,39.863198],[117.174771,39.867303],[117.171595,39.869424],[117.168494,39.865219],[117.161782,39.865641],[117.160006,39.867363],[117.168173,39.87343],[117.163451,39.876533],[117.161698,39.871683],[117.15853,39.871312],[117.156143,39.875485],[117.14721,39.879269],[117.151905,39.888124],[117.141877,39.896526],[117.142955,39.900138],[117.151978,39.904461],[117.152353,39.907757],[117.14998,39.909262],[117.138858,39.909476],[117.137828,39.910965],[117.135956,39.920721],[117.139789,39.931811],[117.143529,39.934749],[117.148603,39.932788],[117.149983,39.933627],[117.149481,39.938059],[117.144467,39.942853],[117.14515,39.944488],[117.158734,39.951557],[117.160134,39.953703],[117.158902,39.962133],[117.164758,39.9624],[117.167444,39.957914],[117.16944,39.957771],[117.173153,39.964187],[117.172172,39.975941],[117.181691,39.977493],[117.184724,39.980345],[117.184461,39.985147],[117.191705,39.991445],[117.18682,40.015211],[117.181357,40.024547],[117.181069,40.04524],[117.175385,40.056823],[117.17666,40.060283],[117.187185,40.065324],[117.21147,40.063121],[117.216369,40.064158],[117.213325,40.069845],[117.203363,40.080958],[117.205347,40.083511],[117.205937,40.088167],[117.204607,40.089494],[117.204921,40.094783],[117.218746,40.094885],[117.222584,40.101014],[117.233228,40.111505],[117.24287,40.115226],[117.259844,40.110933],[117.268997,40.110935],[117.278354,40.119937],[117.291128,40.117683],[117.298116,40.126764],[117.30113,40.135673],[117.307079,40.138616],[117.317867,40.138046],[117.325528,40.132752],[117.328653,40.132644],[117.338097,40.133309],[117.347985,40.137719],[117.350771,40.142628],[117.348335,40.146648],[117.353989,40.15564],[117.344471,40.170302],[117.344938,40.171715],[117.376098,40.174567],[117.38473,40.176696],[117.400268,40.184688],[117.400972,40.186117],[117.391147,40.191457],[117.381663,40.186813],[117.377177,40.186535],[117.372844,40.197676],[117.373169,40.200509],[117.37566,40.203131],[117.376761,40.200912],[117.386593,40.20243],[117.376015,40.205496],[117.37185,40.208658],[117.370862,40.21713],[117.386923,40.220122],[117.38335,40.226472],[117.387744,40.230305],[117.39849,40.228553],[117.40863,40.235309],[117.408359,40.239426],[117.406014,40.24208],[117.409212,40.247412],[117.41978,40.246738],[117.433037,40.251765],[117.443505,40.251113],[117.465994,40.241853],[117.474386,40.240264],[117.477057,40.235596],[117.496464,40.22747],[117.506969,40.22634],[117.54036,40.231688],[117.542179,40.231442],[117.544756,40.226846],[117.558039,40.227904],[117.562297,40.224887],[117.565361,40.218176],[117.562903,40.212776],[117.560951,40.212156],[117.558925,40.204103],[117.565953,40.193714],[117.569368,40.191526]]]}},{type:"Feature",properties:{name:"河北省",province_adcode:13e4,province_type:"省",name_en:"Hebei",name_var:"Hé Běi",adcode:13e4},geometry:{type:"MultiPolygon",coordinates:[[[[118.269448,38.980972],[118.264679,38.983378],[118.265986,38.984727],[118.269232,38.983882],[118.270657,38.982332],[118.269448,38.980972]]],[[[118.198244,39.006352],[118.193593,39.008774],[118.195138,39.011296],[118.200226,39.009235],[118.198244,39.006352]]],[[[118.728399,39.028109],[118.72566,39.029701],[118.727296,39.03142],[118.730124,39.028971],[118.728399,39.028109]]],[[[118.229936,39.035861],[118.231657,39.035153],[118.229194,39.031966],[118.222572,39.034943],[118.22474,39.037294],[118.229936,39.035861]]],[[[118.712883,39.043906],[118.709788,39.044723],[118.710606,39.049243],[118.713142,39.047943],[118.712883,39.043906]]],[[[118.841686,39.106443],[118.832953,39.105689],[118.842868,39.107247],[118.841686,39.106443]]],[[[118.865175,39.127643],[118.858364,39.110693],[118.855815,39.107959],[118.849343,39.10679],[118.844885,39.108657],[118.846812,39.117815],[118.859398,39.123503],[118.858015,39.127397],[118.851707,39.128783],[118.850588,39.131403],[118.852083,39.133275],[118.85684,39.135448],[118.86209,39.135013],[118.865381,39.130795],[118.865175,39.127643]]],[[[118.824683,39.125068],[118.819986,39.122663],[118.815271,39.123142],[118.810952,39.126486],[118.809983,39.131667],[118.811099,39.136073],[118.820022,39.145122],[118.833392,39.152395],[118.838238,39.151616],[118.839173,39.147586],[118.837423,39.139118],[118.834008,39.133119],[118.824683,39.125068]]],[[[117.187727,40.069827],[117.193428,40.067131],[117.198812,40.068994],[117.201753,40.075542],[117.197185,40.07541],[117.19706,40.07721],[117.202133,40.081211],[117.206682,40.077922],[117.216606,40.064495],[117.21147,40.063121],[117.187185,40.065324],[117.17666,40.060283],[117.175385,40.056823],[117.181069,40.04524],[117.181357,40.024547],[117.18682,40.015211],[117.191705,39.991445],[117.184461,39.985147],[117.184724,39.980345],[117.181691,39.977493],[117.172172,39.975941],[117.173153,39.964187],[117.16944,39.957771],[117.167444,39.957914],[117.164758,39.9624],[117.158902,39.962133],[117.160134,39.953703],[117.158734,39.951557],[117.14515,39.944488],[117.144467,39.942853],[117.150767,39.934911],[117.148603,39.932788],[117.143529,39.934749],[117.139789,39.931811],[117.13586,39.917732],[117.138858,39.909476],[117.14998,39.909262],[117.152353,39.907757],[117.151978,39.904461],[117.142955,39.900138],[117.14203,39.895516],[117.151905,39.888124],[117.14721,39.879269],[117.156143,39.875485],[117.15853,39.871312],[117.161698,39.871683],[117.163451,39.876533],[117.168173,39.87343],[117.160247,39.866615],[117.168494,39.865219],[117.171595,39.869424],[117.174771,39.867303],[117.174083,39.863198],[117.176819,39.862913],[117.180902,39.865198],[117.187852,39.86039],[117.193896,39.860987],[117.204679,39.858706],[117.221841,39.851695],[117.224977,39.855974],[117.233528,39.859188],[117.241834,39.859599],[117.245362,39.856697],[117.249176,39.848969],[117.250195,39.84192],[117.245376,39.832839],[117.24642,39.831006],[117.249712,39.831596],[117.250927,39.828825],[117.230653,39.832936],[117.222017,39.830862],[117.214357,39.826038],[117.213756,39.829375],[117.200985,39.833717],[117.186116,39.831906],[117.188617,39.824419],[117.160702,39.822384],[117.160746,39.817861],[117.156187,39.816553],[117.152755,39.820551],[117.149928,39.816057],[117.155348,39.805659],[117.150683,39.8054],[117.151044,39.795369],[117.164795,39.798483],[117.171874,39.79407],[117.17346,39.781614],[117.186772,39.77391],[117.199567,39.762624],[117.195362,39.75863],[117.178334,39.750601],[117.166921,39.750582],[117.156499,39.748543],[117.155741,39.744794],[117.159483,39.736486],[117.147214,39.734954],[117.146728,39.721375],[117.152449,39.721984],[117.158955,39.717022],[117.159875,39.720858],[117.161734,39.720211],[117.162777,39.716285],[117.157126,39.714459],[117.15783,39.710492],[117.162714,39.712201],[117.164267,39.706975],[117.161866,39.706825],[117.162182,39.70218],[117.164838,39.699936],[117.162996,39.697044],[117.163836,39.687969],[117.162403,39.680334],[117.163684,39.672044],[117.158196,39.66674],[117.153144,39.665619],[117.152291,39.662585],[117.152464,39.659887],[117.162477,39.64616],[117.169653,39.644691],[117.166723,39.639886],[117.166338,39.635161],[117.150928,39.634271],[117.143258,39.627552],[117.147759,39.624786],[117.146186,39.622147],[117.141423,39.621254],[117.136852,39.615719],[117.134439,39.615136],[117.125261,39.617016],[117.120897,39.615463],[117.115448,39.615816],[117.105893,39.62302],[117.099233,39.623991],[117.096317,39.627892],[117.069982,39.637327],[117.052638,39.642813],[117.009495,39.652835],[116.998224,39.643284],[116.983819,39.640308],[116.9703,39.635304],[116.96901,39.636789],[116.969175,39.644903],[116.966307,39.647476],[116.964232,39.647662],[116.958169,39.642548],[116.954312,39.645852],[116.949481,39.657678],[116.952163,39.670129],[116.943302,39.677974],[116.938071,39.68584],[116.946373,39.695881],[116.945,39.705756],[116.911035,39.705336],[116.910653,39.698861],[116.905409,39.694382],[116.906702,39.688189],[116.900146,39.686916],[116.897018,39.689543],[116.886593,39.68903],[116.887977,39.694821],[116.88229,39.701757],[116.881249,39.705959],[116.885019,39.707406],[116.879376,39.714082],[116.88059,39.715373],[116.878613,39.715019],[116.876706,39.717531],[116.881665,39.724446],[116.893449,39.725037],[116.896671,39.726623],[116.896398,39.728371],[116.909528,39.73031],[116.910015,39.734786],[116.907056,39.734757],[116.903552,39.738589],[116.908561,39.74071],[116.907233,39.744877],[116.901363,39.754906],[116.895624,39.754174],[116.893678,39.757583],[116.895718,39.76229],[116.902546,39.765394],[116.915209,39.77948],[116.932167,39.780622],[116.938633,39.776002],[116.939633,39.78489],[116.932083,39.79226],[116.928423,39.800302],[116.929141,39.804331],[116.931986,39.804464],[116.92294,39.811444],[116.921276,39.830152],[116.913542,39.845826],[116.901649,39.851513],[116.898359,39.850072],[116.895529,39.845565],[116.89649,39.84102],[116.901746,39.833878],[116.901042,39.830829],[116.896525,39.830005],[116.887987,39.833414],[116.880132,39.843642],[116.851962,39.84827],[116.841103,39.853914],[116.819453,39.877175],[116.81081,39.877486],[116.807108,39.880119],[116.806251,39.888527],[116.802276,39.888437],[116.802222,39.883719],[116.798229,39.883678],[116.798095,39.876909],[116.793861,39.877391],[116.780037,39.88515],[116.777229,39.895075],[116.77776,39.902984],[116.776071,39.908231],[116.77569,39.926767],[116.777569,39.942579],[116.770762,39.952363],[116.764843,39.951849],[116.757917,39.954273],[116.751373,39.959394],[116.751128,39.961269],[116.751373,39.964299],[116.75638,39.971455],[116.759565,39.971156],[116.760019,39.979127],[116.770341,39.992015],[116.768961,39.998095],[116.769828,40.000746],[116.766282,40.012278],[116.769392,40.025538],[116.773437,40.03334],[116.775054,40.033592],[116.783903,40.032678],[116.783448,40.031087],[116.794193,40.027637],[116.814687,40.031433],[116.814682,40.037955],[116.817111,40.042648],[116.825677,40.050019],[116.843414,40.050957],[116.844179,40.053888],[116.851835,40.050778],[116.864986,40.039219],[116.873567,40.043377],[116.890976,40.045976],[116.902745,40.051143],[116.908077,40.05153],[116.911009,40.046519],[116.92573,40.050943],[116.939149,40.040286],[116.955873,40.050229],[116.963212,40.047427],[116.96961,40.036466],[116.981145,40.037226],[116.994068,40.030943],[116.994076,40.028642],[117.015539,40.028384],[117.018586,40.028833],[117.02217,40.032732],[117.021013,40.036533],[117.031366,40.046805],[117.04725,40.053441],[117.051425,40.05923],[117.060302,40.061933],[117.063155,40.066161],[117.074533,40.0674],[117.078855,40.070949],[117.079084,40.073705],[117.112965,40.071003],[117.121921,40.064165],[117.132687,40.062647],[117.149307,40.067603],[117.154238,40.075179],[117.174305,40.068627],[117.179899,40.074126],[117.175073,40.078762],[117.179272,40.0836],[117.183029,40.081375],[117.182386,40.07873],[117.185229,40.071887],[117.187727,40.069827]]],[[[117.799844,42.613699],[117.796801,42.601178],[117.787442,42.587422],[117.800709,42.573027],[117.808525,42.573921],[117.830779,42.560367],[117.83946,42.544596],[117.850977,42.539248],[117.863914,42.515527],[117.86304,42.513878],[117.8659,42.49895],[117.86972,42.491582],[117.88208,42.490289],[117.89871,42.481602],[117.92176,42.472355],[117.934896,42.461186],[117.936167,42.450494],[117.957831,42.429424],[117.972119,42.427885],[117.980033,42.419008],[118.001952,42.411291],[118.013221,42.400303],[118.01333,42.394978],[118.016184,42.387943],[118.024556,42.382517],[118.02517,42.37537],[118.019748,42.368709],[118.012253,42.366049],[118.003926,42.348306],[118.003217,42.342583],[118.008125,42.328201],[118.013062,42.32707],[118.01938,42.32225],[118.021637,42.318525],[118.021718,42.313197],[118.040135,42.312138],[118.052362,42.306556],[118.053806,42.280477],[118.028093,42.268456],[118.00957,42.265605],[118.007622,42.256072],[117.997624,42.254126],[117.991468,42.255531],[117.985308,42.25437],[117.963896,42.240781],[117.971984,42.233592],[117.99586,42.222757],[118.006201,42.214007],[118.02773,42.206393],[118.035556,42.19095],[118.050338,42.19102],[118.057375,42.189501],[118.095042,42.176624],[118.111426,42.164668],[118.103604,42.152846],[118.094128,42.144297],[118.089884,42.132472],[118.0908,42.1194],[118.088646,42.112944],[118.085958,42.111148],[118.085447,42.107586],[118.109336,42.094726],[118.119005,42.093887],[118.128735,42.095697],[118.140992,42.088087],[118.153671,42.086111],[118.157145,42.078702],[118.15245,42.074164],[118.150695,42.065843],[118.152951,42.061613],[118.152572,42.055608],[118.139408,42.061588],[118.134646,42.065724],[118.132902,42.065478],[118.132193,42.063448],[118.140847,42.051769],[118.138185,42.047673],[118.131781,42.043303],[118.110541,42.041375],[118.109536,42.0366],[118.113158,42.034648],[118.145941,42.028358],[118.154364,42.025241],[118.189525,42.030466],[118.206922,42.040388],[118.21846,42.054878],[118.218412,42.058907],[118.212283,42.063214],[118.213409,42.078211],[118.225752,42.087117],[118.236422,42.090266],[118.249419,42.08601],[118.257227,42.08593],[118.26497,42.082484],[118.264996,42.075987],[118.273499,42.06393],[118.276964,42.061563],[118.286352,42.059518],[118.2898,42.055986],[118.290844,42.046782],[118.277149,42.035628],[118.277682,42.026447],[118.2674,42.025182],[118.252781,42.017498],[118.238299,42.017952],[118.230355,42.013404],[118.232797,42.006717],[118.234732,42.005705],[118.258036,42.008264],[118.285458,42.005443],[118.289222,42.001644],[118.289039,41.996912],[118.294855,41.991193],[118.297826,41.988755],[118.307107,41.986182],[118.306188,41.980585],[118.302211,41.978318],[118.299308,41.971589],[118.299673,41.961866],[118.303255,41.959129],[118.297136,41.950903],[118.298281,41.942629],[118.29689,41.93733],[118.280832,41.931655],[118.262216,41.927914],[118.261094,41.91918],[118.265933,41.914421],[118.284079,41.906591],[118.298524,41.891969],[118.317854,41.877957],[118.328648,41.875433],[118.332273,41.87046],[118.33237,41.867945],[118.33205,41.864762],[118.32752,41.85944],[118.331854,41.852961],[118.335668,41.851345],[118.339505,41.84677],[118.339492,41.842789],[118.326254,41.838774],[118.318105,41.828265],[118.315694,41.821341],[118.309006,41.812213],[118.306939,41.793841],[118.302395,41.783333],[118.301612,41.776921],[118.294188,41.772031],[118.287117,41.771131],[118.280462,41.768019],[118.276988,41.761541],[118.273793,41.759681],[118.255581,41.7598],[118.245054,41.769959],[118.23884,41.777998],[118.238307,41.787734],[118.241362,41.793376],[118.22776,41.809843],[118.221099,41.812147],[118.210616,41.812117],[118.195939,41.806004],[118.179116,41.814711],[118.141824,41.796485],[118.139204,41.794192],[118.144402,41.787651],[118.145996,41.782288],[118.138366,41.779213],[118.135623,41.774535],[118.132677,41.763539],[118.139037,41.758158],[118.135823,41.742581],[118.132266,41.739315],[118.128682,41.728768],[118.145479,41.722626],[118.149884,41.719345],[118.151462,41.706104],[118.158206,41.697687],[118.161505,41.684277],[118.155155,41.677601],[118.16298,41.67726],[118.167174,41.675471],[118.176153,41.667602],[118.190165,41.660072],[118.195936,41.652799],[118.195719,41.649731],[118.20174,41.643563],[118.209437,41.643058],[118.213394,41.640059],[118.215277,41.634921],[118.207127,41.621549],[118.211978,41.607013],[118.214899,41.603783],[118.219948,41.592084],[118.222716,41.590848],[118.228774,41.577829],[118.246141,41.574592],[118.25141,41.577149],[118.26236,41.570338],[118.278235,41.56883],[118.279601,41.559167],[118.282928,41.557699],[118.285525,41.557566],[118.299759,41.566353],[118.310016,41.563246],[118.313863,41.559262],[118.304205,41.554096],[118.301586,41.544174],[118.304186,41.531098],[118.307457,41.525257],[118.319019,41.514453],[118.317358,41.507973],[118.310901,41.500353],[118.302367,41.498833],[118.298793,41.492297],[118.300715,41.48472],[118.298493,41.481925],[118.288107,41.482095],[118.275451,41.479976],[118.269397,41.475084],[118.264828,41.464949],[118.269402,41.46159],[118.275757,41.460539],[118.285075,41.459367],[118.290037,41.46103],[118.315912,41.449699],[118.33275,41.446709],[118.336858,41.443027],[118.340819,41.432523],[118.354166,41.419723],[118.348018,41.416536],[118.346329,41.391948],[118.348902,41.389289],[118.360468,41.386374],[118.361455,41.382764],[118.342479,41.369741],[118.348429,41.365096],[118.351778,41.359599],[118.351031,41.355363],[118.354509,41.335857],[118.351093,41.331724],[118.355691,41.324774],[118.36893,41.311157],[118.395802,41.308673],[118.404622,41.319023],[118.412757,41.316745],[118.411251,41.326403],[118.407625,41.329356],[118.41009,41.333455],[118.443974,41.337154],[118.452549,41.341525],[118.462585,41.343659],[118.480281,41.345324],[118.508883,41.343779],[118.511586,41.344893],[118.520212,41.356192],[118.524271,41.356727],[118.539538,41.346878],[118.546726,41.3517],[118.553445,41.353171],[118.559194,41.350825],[118.573997,41.351638],[118.585049,41.349971],[118.599325,41.345577],[118.609812,41.348494],[118.612425,41.348236],[118.615438,41.345234],[118.628362,41.346274],[118.650924,41.345329],[118.653613,41.345964],[118.658765,41.351509],[118.665091,41.353553],[118.673672,41.348007],[118.685845,41.334557],[118.691797,41.330971],[118.696723,41.334549],[118.702894,41.334261],[118.714013,41.325744],[118.740416,41.32188],[118.755444,41.328131],[118.761775,41.33874],[118.761746,41.342319],[118.765327,41.349158],[118.777153,41.357998],[118.800032,41.360866],[118.811688,41.364751],[118.813758,41.369742],[118.826343,41.368899],[118.832997,41.37189],[118.838553,41.379546],[118.841923,41.381188],[118.839909,41.366424],[118.833914,41.361478],[118.843874,41.338973],[118.849911,41.333744],[118.857906,41.321309],[118.859269,41.312874],[118.866271,41.302694],[118.878492,41.306086],[118.890221,41.302077],[118.892151,41.297673],[118.899507,41.299131],[118.90891,41.305309],[118.931159,41.300462],[118.934712,41.305596],[118.946629,41.31267],[118.964406,41.304687],[118.972357,41.307695],[118.980269,41.307072],[118.986802,41.304141],[119.016607,41.30274],[119.036531,41.293435],[119.041965,41.292369],[119.053601,41.293209],[119.067598,41.296923],[119.081025,41.291633],[119.094809,41.29192],[119.11262,41.295832],[119.131496,41.293804],[119.146954,41.297315],[119.15297,41.296925],[119.178866,41.287728],[119.194696,41.286649],[119.205527,41.2934],[119.207881,41.30203],[119.212421,41.305717],[119.226164,41.310984],[119.232937,41.3108],[119.242791,41.283358],[119.242487,41.275679],[119.236199,41.265617],[119.226981,41.255352],[119.214581,41.254306],[119.202769,41.242255],[119.204221,41.229495],[119.20747,41.226046],[119.20118,41.22243],[119.186104,41.21917],[119.173764,41.222303],[119.167482,41.21948],[119.162813,41.213001],[119.167401,41.207355],[119.17401,41.203142],[119.186942,41.200649],[119.191767,41.190121],[119.177184,41.18399],[119.149535,41.164184],[119.138455,41.153883],[119.13607,41.148264],[119.137071,41.146125],[119.130601,41.14048],[119.123127,41.13782],[119.094602,41.132837],[119.073834,41.133462],[119.072371,41.131288],[119.076669,41.125974],[119.077985,41.119559],[119.074958,41.104365],[119.074753,41.087264],[119.071668,41.079347],[119.067014,41.073595],[119.058952,41.070268],[119.050532,41.073642],[119.048079,41.076324],[119.039868,41.076617],[119.038893,41.073361],[119.04085,41.073387],[119.036343,41.065148],[119.031116,41.060906],[119.025314,41.060702],[119.012276,41.066053],[118.993531,41.068752],[118.983205,41.072834],[118.980072,41.075715],[118.958635,41.077552],[118.93217,41.051412],[118.930175,41.035815],[118.936478,41.024512],[118.945848,41.016148],[118.953256,41.017607],[118.964583,41.016856],[118.98216,41.007083],[118.987409,41.006821],[118.989785,41.008976],[118.99448,41.009632],[119.01585,41.004933],[119.017203,41.002812],[119.01446,40.997211],[119.01525,40.988032],[119.004114,40.98148],[118.995265,40.966299],[118.985386,40.965576],[118.966199,40.957538],[118.938111,40.956497],[118.911784,40.96661],[118.896133,40.959417],[118.893397,40.952507],[118.892897,40.943789],[118.888372,40.926742],[118.881771,40.923623],[118.884001,40.903085],[118.883566,40.889606],[118.879731,40.871993],[118.86598,40.850677],[118.864524,40.846185],[118.850019,40.838874],[118.846598,40.82569],[118.840265,40.819447],[118.839668,40.812066],[118.843046,40.799461],[118.851499,40.800738],[118.856985,40.797148],[118.860217,40.792781],[118.870122,40.788733],[118.872706,40.782256],[118.886296,40.776558],[118.894258,40.779135],[118.90381,40.77593],[118.8969,40.759904],[118.889875,40.75648],[118.889704,40.7523],[118.901896,40.755183],[118.943315,40.74641],[118.94895,40.741609],[118.954414,40.719013],[118.980475,40.700719],[118.995871,40.694592],[119.005092,40.68603],[119.008424,40.686341],[119.013637,40.690501],[119.022027,40.690256],[119.042708,40.679736],[119.045083,40.674176],[119.044696,40.669248],[119.048274,40.663458],[119.059014,40.661807],[119.072058,40.676274],[119.079441,40.674371],[119.085179,40.667005],[119.099214,40.662269],[119.118532,40.671052],[119.128555,40.67994],[119.144179,40.685546],[119.148213,40.687897],[119.150471,40.691768],[119.156335,40.694055],[119.160254,40.693714],[119.174466,40.685237],[119.180302,40.675215],[119.176256,40.661673],[119.167403,40.652559],[119.159708,40.647524],[119.148939,40.643277],[119.138104,40.632134],[119.144098,40.624699],[119.147553,40.622751],[119.152055,40.615241],[119.151295,40.602427],[119.15656,40.598249],[119.158993,40.598071],[119.170542,40.607594],[119.177587,40.610491],[119.177565,40.603443],[119.180559,40.602159],[119.205135,40.607431],[119.222397,40.60557],[119.228872,40.600268],[119.235678,40.5999],[119.232189,40.591967],[119.2244,40.588117],[119.219984,40.58305],[119.214414,40.573803],[119.214643,40.569624],[119.220537,40.569461],[119.226198,40.565973],[119.22829,40.562722],[119.227312,40.557093],[119.250724,40.5463],[119.254361,40.536571],[119.266012,40.536379],[119.271294,40.539869],[119.287274,40.53636],[119.291865,40.530862],[119.291011,40.527474],[119.298768,40.527523],[119.319591,40.535032],[119.327406,40.529035],[119.337775,40.529875],[119.341081,40.535252],[119.352263,40.540672],[119.36434,40.54587],[119.375674,40.547532],[119.380089,40.546607],[119.387191,40.541455],[119.379988,40.53289],[119.386612,40.524716],[119.395725,40.526512],[119.400746,40.534974],[119.432627,40.542112],[119.438994,40.533677],[119.447402,40.529655],[119.448941,40.53217],[119.448528,40.536226],[119.454052,40.537811],[119.47702,40.530399],[119.482821,40.533465],[119.497463,40.552583],[119.514327,40.546081],[119.522315,40.548015],[119.527262,40.552636],[119.538859,40.548247],[119.545296,40.537746],[119.563999,40.533084],[119.563506,40.527253],[119.554132,40.523754],[119.546297,40.518542],[119.54076,40.512111],[119.541567,40.509432],[119.544065,40.504821],[119.559077,40.500334],[119.556498,40.487984],[119.5741,40.473454],[119.584857,40.471266],[119.592944,40.466258],[119.594991,40.449188],[119.593657,40.44565],[119.582127,40.435673],[119.584703,40.426805],[119.592188,40.424537],[119.592148,40.419369],[119.58899,40.417097],[119.588152,40.413813],[119.591841,40.406472],[119.588854,40.391722],[119.583894,40.388785],[119.578694,40.388419],[119.57303,40.376276],[119.584031,40.370806],[119.58584,40.366407],[119.597529,40.362704],[119.584935,40.344191],[119.585816,40.342097],[119.58887,40.339062],[119.605439,40.330359],[119.608341,40.326608],[119.606111,40.322359],[119.60919,40.315497],[119.605759,40.31074],[119.609222,40.304113],[119.625129,40.294495],[119.63633,40.290121],[119.641261,40.284458],[119.64604,40.271207],[119.632121,40.24964],[119.627538,40.247176],[119.624441,40.241417],[119.620939,40.227164],[119.617424,40.225273],[119.620549,40.222436],[119.624621,40.221672],[119.634493,40.228314],[119.64188,40.228082],[119.657126,40.236784],[119.664109,40.238112],[119.668369,40.23565],[119.675027,40.219418],[119.690495,40.206498],[119.700945,40.203639],[119.702646,40.199134],[119.708717,40.195055],[119.711069,40.194559],[119.715365,40.198906],[119.713084,40.204474],[119.737419,40.20592],[119.744996,40.189813],[119.745965,40.168305],[119.756839,40.14117],[119.748595,40.127428],[119.747316,40.120534],[119.729555,40.107067],[119.728246,40.10437],[119.748563,40.088055],[119.76157,40.083102],[119.761487,40.077487],[119.752942,40.066838],[119.764992,40.047485],[119.769533,40.049479],[119.773366,40.048208],[119.789267,40.038505],[119.8022,40.041001],[119.807081,40.048524],[119.811137,40.051589],[119.818941,40.046543],[119.8318,40.042451],[119.839063,40.036188],[119.84879,40.031828],[119.844301,40.018881],[119.837469,40.010925],[119.835977,40.004957],[119.840605,40.003584],[119.841353,40.001408],[119.839867,40],[119.843081,39.99817],[119.846982,39.992457],[119.847964,39.989824],[119.846757,39.989488],[119.865713,39.956606],[119.856906,39.952688],[119.849721,39.962245],[119.837903,39.957016],[119.831443,39.965443],[119.837963,39.968288],[119.834807,39.972532],[119.838675,39.974244],[119.836727,39.976829],[119.831719,39.978963],[119.834952,39.984165],[119.821291,39.981252],[119.823113,39.978217],[119.815317,39.976085],[119.814053,39.976073],[119.812365,39.981375],[119.800025,39.976201],[119.794944,39.970331],[119.795411,39.967038],[119.786582,39.95759],[119.781365,39.954225],[119.750999,39.952423],[119.712873,39.942971],[119.710815,39.940636],[119.710399,39.935311],[119.691933,39.936517],[119.690762,39.925079],[119.679359,39.925061],[119.674341,39.934324],[119.670319,39.936254],[119.641041,39.923984],[119.638461,39.927737],[119.633875,39.926787],[119.625788,39.920807],[119.615486,39.909922],[119.611645,39.908576],[119.601212,39.906892],[119.595644,39.911243],[119.581378,39.909915],[119.582539,39.899363],[119.575116,39.898934],[119.574389,39.905992],[119.564915,39.906829],[119.560981,39.905757],[119.539192,39.89324],[119.532932,39.887758],[119.525678,39.872858],[119.519371,39.847186],[119.516005,39.845324],[119.513514,39.839797],[119.51354,39.8346],[119.521819,39.835919],[119.526102,39.830875],[119.530385,39.831065],[119.531147,39.827924],[119.528862,39.821452],[119.530766,39.809745],[119.526388,39.808508],[119.524008,39.80946],[119.520421,39.814816],[119.508272,39.814197],[119.504641,39.816312],[119.500615,39.816228],[119.489161,39.812258],[119.478557,39.812726],[119.454192,39.807535],[119.44485,39.799995],[119.442376,39.800503],[119.425497,39.790898],[119.415899,39.780284],[119.417544,39.776993],[119.412579,39.777318],[119.40774,39.775341],[119.404103,39.77154],[119.380872,39.75805],[119.360798,39.743578],[119.347817,39.725153],[119.336347,39.702844],[119.327824,39.676043],[119.319286,39.659998],[119.29683,39.602842],[119.289039,39.589396],[119.285724,39.577192],[119.266943,39.54613],[119.260765,39.529788],[119.256931,39.511218],[119.256455,39.490802],[119.262873,39.484653],[119.265825,39.491047],[119.273686,39.485785],[119.274472,39.481785],[119.292575,39.463273],[119.297977,39.455208],[119.304171,39.440831],[119.304989,39.43113],[119.303742,39.42358],[119.289572,39.402601],[119.288796,39.39889],[119.279932,39.387163],[119.258238,39.365565],[119.248404,39.361464],[119.236743,39.36157],[119.227016,39.359731],[119.219219,39.35583],[119.205303,39.35252],[119.201708,39.365098],[119.200211,39.364771],[119.19586,39.371479],[119.19578,39.375013],[119.193865,39.374396],[119.193967,39.369935],[119.187648,39.367031],[119.173661,39.351567],[119.173105,39.348479],[119.175655,39.345777],[119.1615,39.334751],[119.154923,39.325609],[119.131435,39.300151],[119.126203,39.292053],[119.127765,39.287719],[119.12518,39.283148],[119.117405,39.285131],[119.107673,39.277372],[119.100285,39.268189],[119.083394,39.252031],[119.096101,39.2377],[119.096094,39.234173],[119.028495,39.197759],[119.031968,39.186508],[119.037716,39.181966],[119.031851,39.177341],[119.023731,39.181949],[118.991507,39.172909],[118.987625,39.181218],[118.982835,39.18024],[118.979779,39.177935],[118.98198,39.175744],[118.92223,39.12657],[118.911109,39.121807],[118.890566,39.118911],[118.887252,39.119919],[118.883823,39.125416],[118.888126,39.132299],[118.898271,39.141273],[118.92785,39.162138],[118.95241,39.175813],[118.98186,39.186263],[118.981078,39.189608],[118.952981,39.179771],[118.942612,39.179458],[118.939285,39.184195],[118.934125,39.176998],[118.932881,39.177226],[118.932732,39.179807],[118.902745,39.17153],[118.895096,39.16589],[118.895794,39.164244],[118.892583,39.162282],[118.893008,39.161222],[118.884486,39.160001],[118.870792,39.15464],[118.867155,39.162139],[118.862538,39.163593],[118.858435,39.167192],[118.856898,39.172235],[118.857984,39.17477],[118.866489,39.175557],[118.870513,39.179908],[118.865803,39.185513],[118.862945,39.184032],[118.85976,39.186133],[118.858864,39.183928],[118.864586,39.181361],[118.865539,39.1788],[118.863885,39.177588],[118.859305,39.178699],[118.856336,39.177019],[118.852547,39.171443],[118.853568,39.165296],[118.844193,39.164736],[118.846332,39.160445],[118.830739,39.15428],[118.827438,39.157647],[118.809931,39.143944],[118.810478,39.141994],[118.806906,39.138877],[118.792416,39.136432],[118.791349,39.137542],[118.772119,39.136852],[118.753197,39.133606],[118.752825,39.138366],[118.717892,39.138384],[118.704542,39.142941],[118.699157,39.139571],[118.692332,39.145918],[118.684425,39.143269],[118.674514,39.153966],[118.67186,39.154338],[118.668175,39.150602],[118.652663,39.156938],[118.634652,39.159546],[118.621709,39.158946],[118.615102,39.157017],[118.622233,39.15829],[118.624998,39.154486],[118.618002,39.152668],[118.614502,39.157015],[118.596367,39.148235],[118.57476,39.143441],[118.561253,39.144032],[118.547663,39.149552],[118.541361,39.149694],[118.539355,39.148283],[118.535552,39.151376],[118.533063,39.149408],[118.536015,39.146174],[118.576007,39.110589],[118.570795,39.102351],[118.535519,39.115619],[118.530673,39.107976],[118.546211,39.101779],[118.538288,39.089344],[118.503052,39.102759],[118.498841,39.095006],[118.51375,39.08913],[118.505628,39.07682],[118.477976,39.087569],[118.471047,39.084296],[118.469897,39.081051],[118.476033,39.0786],[118.474199,39.072741],[118.481099,39.058584],[118.476687,39.055385],[118.480635,39.050521],[118.48417,39.048534],[118.492703,39.048961],[118.524383,39.044011],[118.567828,38.990924],[118.586061,39.012523],[118.610536,39.032482],[118.620929,39.037505],[118.621977,39.041132],[118.629346,39.048502],[118.61596,39.067254],[118.633454,39.074449],[118.647404,39.055769],[118.647389,39.045112],[118.595895,38.974247],[118.51544,38.918624],[118.509467,38.917135],[118.502895,38.918044],[118.481455,38.93692],[118.490433,38.944663],[118.46886,38.971389],[118.468171,39.011156],[118.461261,39.021338],[118.449035,39.016414],[118.455363,39.007678],[118.454349,38.948967],[118.427291,38.960963],[118.418378,38.959681],[118.418373,39.009225],[118.426573,39.020104],[118.451239,39.033902],[118.479327,39.046823],[118.474173,39.054219],[118.418342,39.026489],[118.403913,39.007353],[118.403887,38.966637],[118.372146,38.981628],[118.372014,39.023175],[118.367613,39.037625],[118.363816,39.037278],[118.358628,39.027566],[118.351899,39.022669],[118.345683,39.021106],[118.341362,39.026899],[118.33491,39.024995],[118.314618,39.030362],[118.307511,39.034478],[118.304259,39.042574],[118.299923,39.039849],[118.286764,39.040526],[118.273336,39.043822],[118.269613,39.038956],[118.257021,39.040482],[118.243736,39.045874],[118.211433,39.069085],[118.199725,39.080883],[118.18833,39.095979],[118.176923,39.121246],[118.158959,39.150248],[118.152746,39.15776],[118.149174,39.156606],[118.139433,39.16579],[118.144229,39.169201],[118.137707,39.174816],[118.134583,39.169714],[118.126584,39.178436],[118.13054,39.18731],[118.097557,39.197771],[118.102466,39.203444],[118.080532,39.211254],[118.079206,39.209431],[118.075756,39.210624],[118.066044,39.217819],[118.060445,39.214343],[118.04306,39.21303],[118.043093,39.201078],[118.023094,39.202095],[118.030291,39.217063],[118.030767,39.229349],[118.058372,39.22997],[118.059171,39.236764],[118.058233,39.25503],[118.033903,39.262823],[118.027822,39.266944],[118.026772,39.27443],[118.022528,39.277141],[118.025236,39.284263],[118.020713,39.29024],[118.018454,39.29126],[118.014242,39.28496],[118.010704,39.283053],[118.003491,39.28687],[117.98885,39.287709],[117.987128,39.28902],[117.989371,39.292941],[117.986094,39.295563],[117.972147,39.298329],[117.966406,39.308934],[117.968538,39.312216],[117.961287,39.315403],[117.946087,39.314939],[117.941335,39.316934],[117.920096,39.318589],[117.899498,39.315517],[117.896522,39.319689],[117.885737,39.322574],[117.88689,39.3268],[117.88196,39.331353],[117.860613,39.328993],[117.85493,39.333002],[117.849404,39.330911],[117.849971,39.328086],[117.848367,39.327228],[117.840874,39.327708],[117.84191,39.331126],[117.835808,39.335417],[117.838594,39.337615],[117.839804,39.341264],[117.843722,39.340874],[117.845897,39.349055],[117.856759,39.361374],[117.845821,39.368646],[117.841852,39.366177],[117.847019,39.359706],[117.834016,39.351679],[117.823002,39.355854],[117.805503,39.352347],[117.798061,39.35754],[117.796198,39.363666],[117.799913,39.372262],[117.811309,39.3754],[117.842485,39.378142],[117.846212,39.380062],[117.852009,39.372494],[117.859711,39.377372],[117.854313,39.383804],[117.856367,39.396005],[117.8534,39.401816],[117.842169,39.400203],[117.841019,39.407166],[117.865711,39.410472],[117.86454,39.453928],[117.868748,39.453878],[117.872559,39.466121],[117.881243,39.466942],[117.88725,39.470261],[117.892752,39.471143],[117.892034,39.481684],[117.886194,39.485451],[117.890802,39.48828],[117.892563,39.508685],[117.902236,39.510509],[117.906621,39.516054],[117.90627,39.519424],[117.899595,39.529623],[117.898832,39.533423],[117.907009,39.541449],[117.912495,39.55474],[117.918484,39.562369],[117.92547,39.568067],[117.927801,39.572795],[117.92395,39.57713],[117.911278,39.582106],[117.913075,39.584381],[117.896499,39.589813],[117.895329,39.587955],[117.886125,39.589935],[117.87689,39.589414],[117.868151,39.592889],[117.868207,39.597224],[117.860292,39.598991],[117.851154,39.591383],[117.84642,39.590619],[117.845243,39.588273],[117.840963,39.590029],[117.832504,39.588736],[117.819645,39.58982],[117.795808,39.600548],[117.78528,39.598936],[117.783067,39.593216],[117.761358,39.597794],[117.743135,39.589039],[117.739588,39.590863],[117.74564,39.582329],[117.749023,39.579962],[117.745563,39.577582],[117.746808,39.574708],[117.731679,39.572832],[117.7292,39.559442],[117.73895,39.546921],[117.726575,39.53514],[117.716473,39.534057],[117.709821,39.528851],[117.703217,39.535905],[117.699524,39.545645],[117.699768,39.548957],[117.695723,39.552433],[117.698563,39.555859],[117.683814,39.558124],[117.679107,39.564195],[117.683284,39.568498],[117.689058,39.564291],[117.698123,39.564541],[117.700792,39.566342],[117.702548,39.570311],[117.69998,39.575086],[117.688184,39.579523],[117.67961,39.587648],[117.671054,39.58942],[117.667811,39.588438],[117.6657,39.581448],[117.65799,39.575712],[117.650777,39.573735],[117.64716,39.574278],[117.644592,39.578284],[117.649082,39.583078],[117.648934,39.588838],[117.644402,39.593756],[117.63661,39.591543],[117.633351,39.592083],[117.631075,39.596158],[117.630845,39.602721],[117.625357,39.600911],[117.62054,39.593605],[117.614994,39.591206],[117.613388,39.605112],[117.614853,39.605658],[117.617125,39.602329],[117.619172,39.601922],[117.624498,39.605548],[117.625808,39.612666],[117.635201,39.611603],[117.634078,39.619215],[117.638702,39.621844],[117.63682,39.625668],[117.646815,39.627834],[117.646029,39.638012],[117.656229,39.635234],[117.657898,39.636493],[117.660249,39.641239],[117.660406,39.648692],[117.657119,39.655953],[117.662183,39.661772],[117.662827,39.66553],[117.655857,39.664989],[117.650662,39.667691],[117.65401,39.673749],[117.647969,39.677917],[117.643479,39.684582],[117.639953,39.686264],[117.640321,39.69066],[117.642871,39.694239],[117.638167,39.70104],[117.630535,39.695613],[117.628527,39.696255],[117.62825,39.700088],[117.62163,39.702286],[117.608892,39.704961],[117.596638,39.704255],[117.58666,39.710038],[117.586914,39.714963],[117.578984,39.721233],[117.572208,39.72193],[117.570821,39.725177],[117.5745,39.728758],[117.577381,39.73063],[117.582674,39.730404],[117.582257,39.736893],[117.58733,39.734213],[117.590603,39.734691],[117.590666,39.737343],[117.584569,39.741473],[117.589512,39.743028],[117.59018,39.744773],[117.570785,39.749464],[117.564521,39.755542],[117.554331,39.754069],[117.549186,39.761516],[117.543228,39.755654],[117.537152,39.75954],[117.533134,39.759982],[117.539822,39.762523],[117.544115,39.761848],[117.548626,39.770381],[117.545948,39.773233],[117.540869,39.775145],[117.541049,39.77681],[117.548434,39.786152],[117.5479,39.793997],[117.554117,39.793909],[117.555305,39.801526],[117.552151,39.810842],[117.540383,39.826351],[117.536832,39.83457],[117.538498,39.84341],[117.514682,39.8706],[117.512307,39.890572],[117.510542,39.893949],[117.503635,39.892592],[117.500767,39.902916],[117.497505,39.903622],[117.501374,39.907639],[117.505558,39.90643],[117.507381,39.908875],[117.506368,39.917407],[117.500488,39.91384],[117.498229,39.914419],[117.49902,39.916937],[117.50497,39.920088],[117.515591,39.919432],[117.519156,39.928415],[117.505256,39.932725],[117.504395,39.939063],[117.509049,39.945264],[117.513149,39.947368],[117.517867,39.945301],[117.520926,39.951167],[117.524014,39.949981],[117.527283,39.952087],[117.528028,39.959258],[117.532508,39.968938],[117.541237,39.976341],[117.540059,39.980376],[117.531463,39.988731],[117.528919,39.994673],[117.531869,39.996205],[117.537682,39.992954],[117.540479,39.997791],[117.55275,39.99555],[117.556834,39.991007],[117.559996,39.989785],[117.566521,39.995159],[117.571145,39.994897],[117.572698,39.992775],[117.585536,39.995647],[117.593527,39.992594],[117.602086,39.98312],[117.6055,39.976516],[117.605237,39.974212],[117.608632,39.971364],[117.625603,39.967675],[117.62893,39.9679],[117.631638,39.970685],[117.646069,39.971085],[117.652354,39.96731],[117.661132,39.965642],[117.669693,39.96731],[117.677192,39.974606],[117.675954,39.978813],[117.684973,39.983572],[117.698495,39.984898],[117.704894,39.983628],[117.713709,39.97849],[117.721858,39.970732],[117.72849,39.970091],[117.735125,39.972451],[117.745422,39.965121],[117.749841,39.963847],[117.757142,39.971459],[117.7755,39.965071],[117.781184,39.972755],[117.780287,39.980316],[117.783272,39.989702],[117.79012,39.995394],[117.787162,40.003488],[117.787955,40.009846],[117.785638,40.014341],[117.777896,40.016854],[117.776042,40.022261],[117.763994,40.022295],[117.755105,40.01936],[117.751959,40.016732],[117.752002,40.011704],[117.747756,40.010288],[117.74,40.01635],[117.736765,40.016504],[117.738791,40.032504],[117.741806,40.038597],[117.741699,40.046432],[117.746312,40.046676],[117.746363,40.044019],[117.752456,40.042906],[117.766961,40.050646],[117.769649,40.057926],[117.761104,40.064698],[117.751597,40.064593],[117.74796,40.067284],[117.74693,40.072058],[117.752022,40.072383],[117.749977,40.07661],[117.745408,40.080642],[117.740885,40.080322],[117.736842,40.077224],[117.726888,40.076657],[117.704963,40.08144],[117.701202,40.092862],[117.684574,40.093],[117.681892,40.081662],[117.671526,40.080941],[117.668576,40.080979],[117.668157,40.089954],[117.661959,40.098728],[117.652513,40.095762],[117.647947,40.089645],[117.643187,40.090047],[117.639153,40.095893],[117.642122,40.097735],[117.642198,40.102689],[117.649142,40.105443],[117.649794,40.108065],[117.645977,40.112383],[117.643931,40.127025],[117.629565,40.131121],[117.628562,40.133048],[117.630725,40.135683],[117.624301,40.146717],[117.613479,40.151828],[117.612347,40.156526],[117.600312,40.162036],[117.594981,40.170148],[117.582315,40.167374],[117.570169,40.177446],[117.566909,40.188923],[117.569368,40.191526],[117.565953,40.193714],[117.558925,40.204103],[117.560951,40.212156],[117.562903,40.212776],[117.565361,40.218176],[117.562297,40.224887],[117.558039,40.227904],[117.544756,40.226846],[117.542179,40.231442],[117.54036,40.231688],[117.506969,40.22634],[117.496464,40.22747],[117.477057,40.235596],[117.474386,40.240264],[117.465994,40.241853],[117.443505,40.251113],[117.433037,40.251765],[117.41978,40.246738],[117.409212,40.247412],[117.406014,40.24208],[117.408359,40.239426],[117.40863,40.235309],[117.39849,40.228553],[117.387744,40.230305],[117.380036,40.225491],[117.364361,40.231373],[117.355037,40.231353],[117.349261,40.228092],[117.344343,40.228494],[117.333248,40.24491],[117.33561,40.255126],[117.330468,40.268095],[117.32744,40.284519],[117.325344,40.288314],[117.300558,40.277532],[117.28924,40.276919],[117.286338,40.282953],[117.288088,40.289537],[117.286862,40.295216],[117.281465,40.300301],[117.267913,40.307261],[117.264715,40.323913],[117.268437,40.331309],[117.260821,40.334356],[117.25352,40.334738],[117.250382,40.341345],[117.247679,40.353601],[117.236386,40.368282],[117.230704,40.369206],[117.219764,40.367785],[117.217596,40.370071],[117.220283,40.3827],[117.232957,40.392917],[117.230667,40.399063],[117.228718,40.415955],[117.243817,40.426858],[117.255585,40.439039],[117.240423,40.450891],[117.228844,40.456118],[117.227169,40.461903],[117.2194,40.474435],[117.221322,40.480749],[117.211467,40.493225],[117.205596,40.493311],[117.202195,40.495866],[117.201537,40.498288],[117.207056,40.510832],[117.212269,40.512958],[117.222424,40.51002],[117.230525,40.514068],[117.239596,40.512143],[117.256955,40.511829],[117.257669,40.515908],[117.248784,40.526273],[117.241643,40.53992],[117.243102,40.546812],[117.26406,40.559623],[117.272883,40.558936],[117.279663,40.563927],[117.293891,40.56635],[117.304781,40.575831],[117.318403,40.576711],[117.321138,40.575296],[117.339855,40.580421],[117.35491,40.574545],[117.371164,40.562062],[117.380921,40.559218],[117.383282,40.560149],[117.385926,40.565096],[117.394738,40.569888],[117.40262,40.570301],[117.412546,40.567238],[117.415009,40.567789],[117.423241,40.574557],[117.423063,40.577721],[117.416365,40.581142],[117.405982,40.603529],[117.412433,40.615508],[117.417854,40.618693],[117.417291,40.622769],[117.413783,40.627622],[117.414433,40.633823],[117.418508,40.636459],[117.422132,40.636032],[117.4221,40.632298],[117.426167,40.624184],[117.440354,40.626664],[117.444599,40.630324],[117.44593,40.635828],[117.444739,40.644987],[117.442191,40.649888],[117.45532,40.651507],[117.46718,40.64289],[117.471477,40.63372],[117.479819,40.631992],[117.493875,40.634755],[117.498561,40.645172],[117.49627,40.651622],[117.507542,40.654387],[117.507998,40.659549],[117.489115,40.673049],[117.474649,40.676316],[117.463954,40.67232],[117.458737,40.671939],[117.439686,40.675312],[117.410251,40.685332],[117.402564,40.68567],[117.353597,40.672435],[117.336038,40.672006],[117.330272,40.665773],[117.330472,40.661797],[117.314898,40.656923],[117.284948,40.658667],[117.272283,40.662876],[117.261436,40.675118],[117.25492,40.679743],[117.234971,40.675123],[117.222277,40.683501],[117.199523,40.693052],[117.164586,40.69559],[117.131636,40.695483],[117.110562,40.69833],[117.102419,40.705571],[117.069295,40.698704],[117.051724,40.699946],[117.037898,40.698827],[117.021702,40.692198],[116.996185,40.695885],[116.981948,40.701732],[116.975014,40.701721],[116.962801,40.706162],[116.959716,40.709265],[116.960907,40.713274],[116.956981,40.717172],[116.939548,40.726162],[116.936631,40.728522],[116.930277,40.739197],[116.920873,40.744443],[116.917766,40.748709],[116.917155,40.751322],[116.920528,40.758651],[116.916414,40.769053],[116.919102,40.7715],[116.898546,40.775943],[116.892581,40.77539],[116.886434,40.778971],[116.885335,40.782428],[116.887189,40.782622],[116.888768,40.780215],[116.889726,40.782697],[116.890545,40.79539],[116.88366,40.796938],[116.874179,40.802976],[116.875845,40.80709],[116.875771,40.813406],[116.869447,40.820063],[116.856064,40.826534],[116.850426,40.833563],[116.817388,40.843604],[116.814605,40.846755],[116.807113,40.846778],[116.798794,40.838901],[116.796337,40.840842],[116.793007,40.851092],[116.786944,40.862279],[116.774214,40.874531],[116.761155,40.880522],[116.754643,40.8791],[116.752001,40.88055],[116.752343,40.886299],[116.727238,40.896357],[116.714285,40.906939],[116.707287,40.908709],[116.710974,40.920079],[116.714525,40.924453],[116.696677,40.934908],[116.696013,40.938193],[116.683145,40.94932],[116.68086,40.961614],[116.671658,40.96962],[116.671601,40.974586],[116.676481,40.984652],[116.677009,40.998859],[116.684851,41.005597],[116.692697,41.019145],[116.689186,41.024382],[116.688949,41.031467],[116.683531,41.042827],[116.675274,41.040102],[116.6596,41.045028],[116.651003,41.04969],[116.648596,41.054172],[116.641444,41.057788],[116.625531,41.058964],[116.61147,41.050227],[116.608022,41.041499],[116.607998,41.034924],[116.614338,41.029174],[116.616977,41.019211],[116.610939,41.005751],[116.611078,40.996399],[116.608605,40.981797],[116.595888,40.974247],[116.592291,40.973176],[116.582575,40.975492],[116.563235,40.990094],[116.557373,40.992092],[116.554529,40.991628],[116.552666,40.987072],[116.550731,40.986297],[116.540298,40.986813],[116.527065,40.983956],[116.510198,40.973551],[116.498387,40.974227],[116.482741,40.978496],[116.465874,40.97887],[116.45785,40.982687],[116.44923,40.978055],[116.445316,40.967542],[116.444378,40.958105],[116.446047,40.949075],[116.461921,40.923861],[116.467383,40.918225],[116.471382,40.900687],[116.467948,40.894348],[116.457701,40.894686],[116.455726,40.897823],[116.452394,40.898851],[116.430357,40.897544],[116.422996,40.901166],[116.413109,40.900671],[116.408326,40.898334],[116.392566,40.904145],[116.378167,40.92194],[116.370065,40.937865],[116.364004,40.941856],[116.358751,40.941432],[116.353064,40.934412],[116.346357,40.934855],[116.337259,40.931031],[116.327953,40.919525],[116.328186,40.902918],[116.338668,40.892703],[116.357855,40.880424],[116.36029,40.874894],[116.393739,40.848135],[116.399584,40.838241],[116.401305,40.830508],[116.415798,40.821165],[116.431076,40.818668],[116.43436,40.809425],[116.438561,40.804392],[116.453063,40.794269],[116.454685,40.781006],[116.459591,40.772892],[116.458891,40.770664],[116.447679,40.764229],[116.44179,40.765991],[116.418516,40.765755],[116.410147,40.76768],[116.408128,40.775988],[116.4015,40.778713],[116.384632,40.774941],[116.373107,40.770609],[116.311376,40.770603],[116.306985,40.768632],[116.301771,40.76219],[116.304937,40.753557],[116.304514,40.750481],[116.302458,40.750434],[116.288499,40.757332],[116.284067,40.762772],[116.275268,40.762421],[116.272582,40.760671],[116.268003,40.762427],[116.26388,40.769104],[116.261961,40.776033],[116.252394,40.785334],[116.241502,40.790279],[116.229699,40.779221],[116.225186,40.769347],[116.224377,40.762043],[116.214313,40.747668],[116.213846,40.744353],[116.18597,40.723123],[116.172932,40.707504],[116.158329,40.661827],[116.145942,40.661622],[116.13682,40.665319],[116.128478,40.665494],[116.118831,40.6525],[116.104904,40.645658],[116.106334,40.639359],[116.113873,40.631624],[116.115325,40.627568],[116.097984,40.625401],[116.094624,40.626193],[116.09246,40.628994],[116.082517,40.625352],[116.059309,40.608669],[116.044205,40.604557],[116.024866,40.596017],[116.022045,40.597455],[116.02394,40.601086],[116.022062,40.605817],[116.01319,40.599974],[116.003606,40.587724],[115.989075,40.578535],[115.977312,40.577465],[115.975308,40.578339],[115.969593,40.587822],[115.967699,40.59685],[115.960735,40.605015],[115.912782,40.615869],[115.901787,40.616094],[115.887747,40.604972],[115.882886,40.596634],[115.879937,40.594758],[115.848777,40.588923],[115.838141,40.590003],[115.821555,40.586055],[115.814337,40.566649],[115.815337,40.56202],[115.81383,40.558209],[115.807928,40.555956],[115.792822,40.556377],[115.78871,40.55962],[115.784367,40.559606],[115.778415,40.557038],[115.746649,40.534952],[115.746545,40.528825],[115.742052,40.523932],[115.737155,40.514327],[115.733371,40.511598],[115.734665,40.509507],[115.729542,40.502664],[115.735867,40.495346],[115.757243,40.498365],[115.775746,40.491703],[115.775876,40.488145],[115.76347,40.46826],[115.764706,40.462591],[115.76771,40.460798],[115.768113,40.45645],[115.763842,40.443847],[115.764541,40.441309],[115.772968,40.441347],[115.830418,40.384511],[115.831316,40.380089],[115.835316,40.376703],[115.840761,40.373935],[115.842912,40.374086],[115.843086,40.375722],[115.854346,40.374541],[115.856215,40.369549],[115.855974,40.362853],[115.851962,40.36279],[115.853218,40.361273],[115.858619,40.358274],[115.904155,40.356696],[115.912323,40.352811],[115.91555,40.344065],[115.918088,40.325189],[115.921437,40.319208],[115.930587,40.312278],[115.935247,40.310669],[115.933845,40.302022],[115.946214,40.280237],[115.961815,40.262413],[115.958577,40.257906],[115.953981,40.255536],[115.937043,40.252331],[115.929499,40.254649],[115.924088,40.253541],[115.910961,40.246059],[115.906304,40.233054],[115.892503,40.233447],[115.878589,40.216207],[115.877293,40.210243],[115.879985,40.204998],[115.865884,40.186197],[115.858004,40.184764],[115.849096,40.187773],[115.842002,40.182876],[115.847505,40.17951],[115.843998,40.172487],[115.838208,40.166491],[115.838701,40.163914],[115.847504,40.153067],[115.847968,40.148824],[115.845848,40.146944],[115.829858,40.145893],[115.815394,40.151627],[115.800372,40.152079],[115.780697,40.169211],[115.780769,40.177504],[115.771414,40.176622],[115.766818,40.175186],[115.763599,40.168953],[115.748039,40.162026],[115.743266,40.151768],[115.747832,40.147359],[115.748575,40.14424],[115.742978,40.136496],[115.729826,40.128722],[115.718105,40.127575],[115.704378,40.133408],[115.693515,40.131227],[115.698548,40.128489],[115.69807,40.126978],[115.693814,40.126453],[115.683283,40.130753],[115.675015,40.131549],[115.66906,40.128922],[115.659475,40.128239],[115.651773,40.128126],[115.648387,40.130224],[115.638473,40.125577],[115.637657,40.115987],[115.635679,40.114819],[115.600904,40.119025],[115.59224,40.118136],[115.588379,40.114602],[115.584623,40.095363],[115.576537,40.094024],[115.572439,40.09533],[115.570498,40.098369],[115.557788,40.097109],[115.547573,40.090583],[115.549327,40.081552],[115.544913,40.077903],[115.537732,40.074772],[115.531676,40.076656],[115.520163,40.074453],[115.508655,40.065753],[115.50339,40.064273],[115.504019,40.06139],[115.498764,40.054594],[115.486018,40.047293],[115.477417,40.038158],[115.461946,40.030575],[115.454176,40.030832],[115.447813,40.028129],[115.445563,40.019431],[115.435552,40.009171],[115.436188,40.005607],[115.442682,40.00062],[115.44223,39.996879],[115.4397,39.993021],[115.435168,39.99253],[115.426543,39.987299],[115.419361,39.976571],[115.416827,39.968868],[115.419248,39.961846],[115.417205,39.954289],[115.419693,39.951553],[115.419701,39.94904],[115.422824,39.948191],[115.431446,39.951284],[115.437224,39.95042],[115.458649,39.939089],[115.47458,39.934356],[115.480756,39.922559],[115.488122,39.916841],[115.492543,39.916739],[115.498721,39.913985],[115.502807,39.909122],[115.514289,39.90103],[115.516782,39.897779],[115.50475,39.886692],[115.50276,39.882995],[115.504425,39.879813],[115.510418,39.87925],[115.522339,39.874561],[115.522458,39.871057],[115.516186,39.864663],[115.516245,39.857832],[115.511236,39.849103],[115.50718,39.84524],[115.505963,39.84295],[115.507114,39.840657],[115.509424,39.836906],[115.520299,39.834111],[115.524691,39.828961],[115.536572,39.825966],[115.541606,39.821771],[115.557382,39.81538],[115.561067,39.815404],[115.56323,39.812757],[115.55886,39.803368],[115.548756,39.794472],[115.545914,39.793586],[115.537874,39.794603],[115.533296,39.793595],[115.530121,39.791026],[115.508481,39.78786],[115.500607,39.782367],[115.48508,39.794887],[115.477042,39.797488],[115.469875,39.791034],[115.45173,39.780959],[115.445298,39.780814],[115.436353,39.783815],[115.427314,39.780772],[115.424331,39.774135],[115.418355,39.773152],[115.420727,39.768218],[115.424409,39.770704],[115.428802,39.768813],[115.427736,39.763216],[115.429381,39.756859],[115.433921,39.750403],[115.460749,39.738972],[115.46448,39.741075],[115.476451,39.740947],[115.486245,39.737242],[115.481815,39.728797],[115.486961,39.70753],[115.485174,39.702649],[115.492637,39.695455],[115.492611,39.688558],[115.485344,39.681125],[115.482405,39.680193],[115.480298,39.672344],[115.485325,39.667821],[115.475834,39.661554],[115.471819,39.651036],[115.472652,39.649532],[115.48804,39.647335],[115.49056,39.65153],[115.500446,39.650947],[115.503505,39.648273],[115.505273,39.643265],[115.516221,39.638849],[115.514161,39.631726],[115.515906,39.621102],[115.506343,39.610134],[115.505729,39.604236],[115.509109,39.59396],[115.50809,39.590935],[115.512017,39.590889],[115.512839,39.593563],[115.524213,39.603229],[115.527869,39.61226],[115.539588,39.61771],[115.558577,39.603011],[115.566107,39.593016],[115.565501,39.590661],[115.575117,39.588402],[115.580433,39.588615],[115.582784,39.593215],[115.58653,39.595894],[115.593352,39.598493],[115.603905,39.599577],[115.612047,39.602972],[115.616114,39.601875],[115.619797,39.598473],[115.626508,39.596711],[115.628283,39.597177],[115.628125,39.602534],[115.631989,39.603326],[115.635759,39.602246],[115.63848,39.597936],[115.65096,39.598702],[115.659431,39.604148],[115.661775,39.608516],[115.661253,39.614489],[115.666284,39.608323],[115.681935,39.599878],[115.682841,39.591701],[115.689008,39.583438],[115.687248,39.579413],[115.6934,39.575856],[115.692457,39.56948],[115.688342,39.569124],[115.686256,39.56542],[115.692308,39.562208],[115.705492,39.561193],[115.710842,39.559342],[115.714047,39.553613],[115.714758,39.546551],[115.716983,39.542836],[115.720769,39.542766],[115.720469,39.545321],[115.724157,39.546491],[115.732339,39.545179],[115.732543,39.539087],[115.735574,39.535142],[115.738323,39.523271],[115.745676,39.515657],[115.745982,39.512913],[115.759146,39.513708],[115.762572,39.507736],[115.764658,39.509827],[115.761241,39.514726],[115.771754,39.51269],[115.780353,39.508899],[115.798804,39.510362],[115.814258,39.508639],[115.822645,39.505986],[115.824208,39.508287],[115.823597,39.511766],[115.820223,39.513123],[115.8175,39.511062],[115.813689,39.517449],[115.813123,39.529776],[115.822343,39.534391],[115.822651,39.540236],[115.835111,39.540521],[115.840033,39.542252],[115.841568,39.549276],[115.849517,39.553959],[115.856061,39.547531],[115.860411,39.545504],[115.877049,39.547128],[115.881617,39.549779],[115.887163,39.555241],[115.887513,39.560885],[115.886414,39.563689],[115.884773,39.562954],[115.884541,39.567618],[115.894104,39.568876],[115.901977,39.565896],[115.906965,39.57201],[115.905892,39.573194],[115.909751,39.582075],[115.902855,39.583045],[115.900919,39.589033],[115.904447,39.599718],[115.924327,39.592383],[115.928273,39.587046],[115.928572,39.581604],[115.932051,39.576471],[115.937279,39.576372],[115.943245,39.572272],[115.944499,39.56534],[115.949068,39.565064],[115.951617,39.559885],[115.960766,39.563781],[115.962957,39.569928],[115.968595,39.569759],[115.97217,39.571752],[115.970379,39.575769],[115.972103,39.593152],[115.985441,39.592462],[115.985478,39.585356],[115.987331,39.582387],[115.99091,39.582065],[115.989157,39.575934],[116.001536,39.576033],[116.007232,39.580766],[116.008508,39.58321],[116.007618,39.586852],[116.010214,39.586953],[116.013658,39.585564],[116.020081,39.586176],[116.018595,39.574453],[116.02671,39.573364],[116.026564,39.571143],[116.029202,39.570372],[116.092803,39.573817],[116.09574,39.574779],[116.095106,39.578654],[116.099975,39.574523],[116.09998,39.569542],[116.106379,39.569173],[116.11438,39.573468],[116.115222,39.569206],[116.130455,39.567185],[116.13796,39.570451],[116.139425,39.574157],[116.140803,39.573948],[116.140511,39.570609],[116.143414,39.571759],[116.145671,39.579233],[116.149009,39.582355],[116.159375,39.582269],[116.17074,39.58463],[116.170778,39.588735],[116.174583,39.589379],[116.191344,39.587723],[116.190801,39.584911],[116.195116,39.585165],[116.195491,39.587669],[116.197998,39.587579],[116.198396,39.582302],[116.202072,39.576504],[116.214982,39.577745],[116.221421,39.564619],[116.23467,39.562909],[116.240045,39.556252],[116.239873,39.554077],[116.236511,39.551793],[116.240818,39.537977],[116.239089,39.530247],[116.240793,39.527572],[116.239462,39.514933],[116.248835,39.507798],[116.252935,39.498931],[116.272787,39.490928],[116.286877,39.490964],[116.29932,39.488225],[116.301365,39.484833],[116.300583,39.482379],[116.307724,39.476854],[116.314658,39.466398],[116.327842,39.454671],[116.355915,39.453552],[116.361499,39.450349],[116.381906,39.449756],[116.386719,39.451632],[116.394551,39.448797],[116.40167,39.44921],[116.418598,39.445987],[116.428638,39.442078],[116.43108,39.444644],[116.444079,39.447216],[116.444354,39.451329],[116.448733,39.452311],[116.449995,39.454604],[116.449903,39.458105],[116.447957,39.456967],[116.442516,39.463826],[116.442639,39.474981],[116.438008,39.480886],[116.430096,39.48159],[116.42745,39.476839],[116.422126,39.474876],[116.419392,39.477448],[116.419194,39.479974],[116.423794,39.479996],[116.420445,39.486451],[116.416148,39.483072],[116.405737,39.480602],[116.40514,39.483703],[116.409667,39.486969],[116.412229,39.494639],[116.417096,39.49527],[116.411718,39.504757],[116.402154,39.50896],[116.39856,39.512406],[116.396483,39.525532],[116.406434,39.523498],[116.415259,39.523965],[116.417505,39.520151],[116.41846,39.508391],[116.425974,39.508097],[116.426855,39.506093],[116.437671,39.508516],[116.436592,39.514854],[116.434138,39.51506],[116.43065,39.525014],[116.458349,39.526343],[116.458497,39.530335],[116.462736,39.533083],[116.471676,39.534973],[116.472837,39.537963],[116.471966,39.541939],[116.467065,39.548285],[116.467146,39.551891],[116.497398,39.548483],[116.502414,39.549578],[116.501587,39.555168],[116.502859,39.55917],[116.505857,39.562669],[116.511682,39.565206],[116.512358,39.568364],[116.520967,39.571992],[116.519702,39.57612],[116.514497,39.576007],[116.513796,39.580714],[116.515395,39.580954],[116.516233,39.585138],[116.515368,39.589091],[116.519872,39.595601],[116.524797,39.597436],[116.530076,39.593623],[116.534593,39.593367],[116.536614,39.595991],[116.537422,39.602186],[116.539678,39.598416],[116.538018,39.598155],[116.538222,39.595632],[116.539976,39.594757],[116.543939,39.595196],[116.557734,39.602602],[116.563876,39.610719],[116.56215,39.614641],[116.560224,39.615097],[116.560165,39.618737],[116.573646,39.618631],[116.573512,39.621371],[116.577396,39.621913],[116.582889,39.620942],[116.589586,39.617035],[116.594391,39.618639],[116.593515,39.621593],[116.596521,39.623277],[116.601943,39.623849],[116.604484,39.617943],[116.60962,39.612853],[116.611119,39.606286],[116.614768,39.600655],[116.622586,39.59853],[116.629645,39.598898],[116.630041,39.603808],[116.632598,39.603897],[116.639756,39.601034],[116.640744,39.598075],[116.648566,39.59853],[116.651856,39.599683],[116.65099,39.601708],[116.65597,39.604252],[116.664186,39.603822],[116.664594,39.602161],[116.688951,39.598173],[116.693202,39.594319],[116.694676,39.589904],[116.699228,39.586813],[116.719579,39.591283],[116.721067,39.591867],[116.720773,39.594897],[116.720332,39.596629],[116.711476,39.602387],[116.69723,39.609074],[116.694808,39.619909],[116.699393,39.620302],[116.700043,39.617856],[116.704098,39.616896],[116.719414,39.622961],[116.724504,39.617954],[116.731857,39.61418],[116.737982,39.615616],[116.738284,39.61795],[116.747901,39.617098],[116.75676,39.612463],[116.765184,39.604529],[116.768232,39.604449],[116.768891,39.597991],[116.773323,39.591902],[116.778969,39.592282],[116.784499,39.595189],[116.783996,39.609353],[116.806373,39.614805],[116.810069,39.604409],[116.807434,39.599168],[116.802177,39.599282],[116.800996,39.602686],[116.804689,39.60469],[116.803884,39.607528],[116.799781,39.606075],[116.793846,39.602791],[116.799222,39.602225],[116.802298,39.596229],[116.792538,39.59619],[116.791893,39.593186],[116.79596,39.58471],[116.805655,39.575811],[116.801949,39.570852],[116.793769,39.567665],[116.781673,39.553399],[116.781005,39.550548],[116.781508,39.547538],[116.789258,39.544723],[116.799843,39.528042],[116.810076,39.527927],[116.812405,39.531873],[116.816049,39.533348],[116.817041,39.531668],[116.819152,39.526359],[116.81742,39.524679],[116.819047,39.516246],[116.817863,39.510955],[116.808,39.509153],[116.808373,39.500278],[116.815412,39.485312],[116.814606,39.479503],[116.79247,39.474589],[116.783017,39.46984],[116.782494,39.466674],[116.779519,39.466073],[116.783628,39.46451],[116.792061,39.456248],[116.791563,39.449839],[116.786194,39.453079],[116.789994,39.445716],[116.795104,39.447995],[116.80165,39.444661],[116.804749,39.446844],[116.804182,39.449677],[116.809855,39.450671],[116.820798,39.444643],[116.821064,39.437536],[116.82654,39.434493],[116.841337,39.437663],[116.841255,39.440327],[116.84957,39.442353],[116.855876,39.436294],[116.862533,39.438054],[116.869938,39.433506],[116.865092,39.426291],[116.862071,39.427672],[116.858086,39.425625],[116.847787,39.417228],[116.846063,39.412798],[116.838414,39.411476],[116.837624,39.41351],[116.832237,39.409403],[116.833315,39.403579],[116.828164,39.401664],[116.827964,39.397952],[116.835251,39.3805],[116.835343,39.378089],[116.831678,39.373081],[116.812188,39.372453],[116.814632,39.365617],[116.820938,39.362568],[116.828999,39.364924],[116.830779,39.363563],[116.826007,39.359122],[116.81719,39.356848],[116.816604,39.354385],[116.817544,39.352021],[116.819032,39.352741],[116.823139,39.338308],[116.836752,39.339856],[116.843234,39.338669],[116.853863,39.348281],[116.853702,39.355399],[116.864883,39.356527],[116.868952,39.354987],[116.870244,39.351717],[116.866793,39.351722],[116.866038,39.350222],[116.865094,39.345955],[116.866551,39.340267],[116.870027,39.338266],[116.879623,39.338193],[116.883695,39.321864],[116.880943,39.304928],[116.88027,39.303306],[116.87043,39.302121],[116.864902,39.297602],[116.869254,39.282359],[116.870436,39.269696],[116.865694,39.26836],[116.873013,39.254464],[116.869673,39.252972],[116.870526,39.240541],[116.874419,39.23892],[116.879037,39.23989],[116.880067,39.231853],[116.886131,39.230272],[116.886796,39.223065],[116.878198,39.224175],[116.873542,39.229216],[116.869996,39.229763],[116.868788,39.229325],[116.869815,39.215672],[116.865785,39.215394],[116.865816,39.21681],[116.849953,39.214767],[116.851244,39.204723],[116.854846,39.204915],[116.856576,39.200359],[116.858473,39.181227],[116.857361,39.174246],[116.860482,39.164528],[116.859852,39.155301],[116.85764,39.1534],[116.860917,39.155008],[116.863746,39.15326],[116.888388,39.154083],[116.90586,39.148965],[116.909529,39.137436],[116.912776,39.137673],[116.917711,39.123212],[116.91299,39.122793],[116.914116,39.119178],[116.920269,39.118798],[116.91782,39.118026],[116.913537,39.108402],[116.905262,39.110179],[116.904416,39.105869],[116.900389,39.103073],[116.895936,39.090077],[116.890788,39.090925],[116.887565,39.083592],[116.88479,39.084024],[116.881088,39.077039],[116.877125,39.077119],[116.875654,39.07092],[116.872332,39.071692],[116.864347,39.069169],[116.864328,39.058732],[116.86583,39.053839],[116.854526,39.051599],[116.854629,39.049837],[116.838346,39.048628],[116.83629,39.048753],[116.836287,39.052504],[116.834335,39.05248],[116.834266,39.048875],[116.826707,39.048959],[116.817259,39.04643],[116.813037,39.047046],[116.813405,39.050111],[116.796726,39.049974],[116.791416,39.053087],[116.781767,39.050853],[116.778975,39.047287],[116.777748,39.051822],[116.779015,39.054642],[116.790018,39.055634],[116.791351,39.059831],[116.781344,39.060938],[116.775625,39.057567],[116.775405,39.052504],[116.772853,39.048479],[116.766997,39.045928],[116.754621,39.049681],[116.750422,39.049358],[116.745508,39.036962],[116.745736,39.033699],[116.748566,39.034139],[116.753415,39.030743],[116.753068,39.019947],[116.752396,39.018498],[116.748974,39.018188],[116.748936,39.012166],[116.750415,39.012147],[116.748572,39.002532],[116.74647,39.00269],[116.744401,38.993012],[116.738382,38.987244],[116.734727,38.979936],[116.729376,38.978778],[116.724483,38.974354],[116.717101,38.963373],[116.716385,38.954637],[116.710388,38.938002],[116.706874,38.938018],[116.704506,38.935683],[116.702425,38.929809],[116.702073,38.896188],[116.716653,38.896279],[116.717153,38.851509],[116.738878,38.85061],[116.736985,38.834107],[116.737832,38.83075],[116.741575,38.82937],[116.743486,38.831122],[116.74527,38.83046],[116.743149,38.823623],[116.740278,38.823835],[116.738697,38.814159],[116.732555,38.806261],[116.738118,38.804559],[116.734848,38.798427],[116.740173,38.79779],[116.739845,38.794947],[116.735504,38.795419],[116.731548,38.7837],[116.74628,38.779222],[116.738731,38.751773],[116.753012,38.754105],[116.759859,38.745626],[116.760427,38.74117],[116.769099,38.742036],[116.778598,38.739772],[116.778136,38.737347],[116.785294,38.739203],[116.785372,38.744319],[116.786935,38.745608],[116.853703,38.740654],[116.854917,38.744472],[116.861938,38.745584],[116.863861,38.737356],[116.862892,38.72927],[116.864356,38.729271],[116.862174,38.721728],[116.860797,38.721862],[116.860089,38.719613],[116.860706,38.716388],[116.866913,38.715021],[116.869421,38.712159],[116.866129,38.701278],[116.868894,38.696937],[116.866669,38.693648],[116.867269,38.691949],[116.869771,38.692627],[116.869802,38.681916],[116.871583,38.680095],[116.890255,38.679861],[116.911982,38.686996],[116.915454,38.686357],[116.912399,38.678738],[116.921865,38.679514],[116.921438,38.685151],[116.924707,38.686153],[116.938849,38.685349],[116.945108,38.68956],[116.988467,38.695731],[116.987014,38.691592],[117.008389,38.689176],[117.009389,38.700492],[117.035815,38.70604],[117.039279,38.704925],[117.033217,38.693462],[117.032756,38.687789],[117.039156,38.69133],[117.039336,38.685439],[117.048697,38.685331],[117.048087,38.683372],[117.062192,38.679402],[117.055084,38.67294],[117.050419,38.656188],[117.050449,38.644679],[117.046694,38.642927],[117.046783,38.640666],[117.054484,38.638236],[117.057977,38.634855],[117.058267,38.628387],[117.064083,38.615191],[117.064534,38.607552],[117.080003,38.605479],[117.0809,38.598617],[117.09055,38.599736],[117.091855,38.586009],[117.103497,38.583973],[117.103322,38.586349],[117.112595,38.590214],[117.115119,38.596676],[117.11825,38.599052],[117.131972,38.598815],[117.137281,38.604591],[117.144509,38.60846],[117.1437,38.614762],[117.144792,38.616854],[117.150757,38.616703],[117.150439,38.614721],[117.152002,38.614861],[117.152812,38.617565],[117.158227,38.617747],[117.160056,38.613817],[117.170324,38.617415],[117.193996,38.621118],[117.19756,38.625672],[117.196928,38.629415],[117.204113,38.629776],[117.206791,38.639621],[117.213877,38.64298],[117.2235,38.64207],[117.223466,38.634912],[117.219923,38.633369],[117.218861,38.630127],[117.230522,38.630545],[117.226476,38.625239],[117.226532,38.620095],[117.240345,38.617938],[117.24906,38.613868],[117.252176,38.605554],[117.252798,38.602928],[117.25046,38.597643],[117.239153,38.594595],[117.231628,38.584544],[117.234498,38.580921],[117.255042,38.586021],[117.256171,38.583024],[117.233238,38.577999],[117.238889,38.566218],[117.247005,38.555494],[117.257212,38.561554],[117.259179,38.556042],[117.286199,38.561713],[117.285413,38.57093],[117.289051,38.571348],[117.293663,38.570728],[117.297819,38.563862],[117.299366,38.555867],[117.302019,38.554824],[117.309209,38.556972],[117.318601,38.56384],[117.335064,38.563825],[117.340851,38.560801],[117.344147,38.5609],[117.347106,38.566798],[117.351486,38.569719],[117.348407,38.579891],[117.362434,38.581567],[117.362686,38.563886],[117.391577,38.574099],[117.402607,38.584317],[117.394731,38.587106],[117.403614,38.593007],[117.409029,38.589748],[117.425616,38.600238],[117.464766,38.610315],[117.475222,38.610543],[117.472555,38.616508],[117.499752,38.616021],[117.509155,38.610528],[117.515914,38.61353],[117.517616,38.61095],[117.516387,38.606348],[117.518005,38.600575],[117.520179,38.599913],[117.535269,38.602992],[117.532409,38.609099],[117.536399,38.611311],[117.538584,38.617748],[117.548683,38.615709],[117.553466,38.612073],[117.561492,38.612315],[117.568246,38.610251],[117.579612,38.614172],[117.586656,38.612907],[117.592882,38.595339],[117.593365,38.589481],[117.590756,38.588722],[117.598252,38.578594],[117.59576,38.577779],[117.598571,38.567193],[117.610365,38.548236],[117.614644,38.536094],[117.627319,38.514353],[117.632504,38.497978],[117.632331,38.494277],[117.627864,38.488887],[117.629174,38.486259],[117.628719,38.48923],[117.636541,38.487641],[117.643358,38.482488],[117.653425,38.470985],[117.6944,38.405275],[117.703331,38.388105],[117.722329,38.369444],[117.733717,38.355674],[117.734209,38.353655],[117.731953,38.352151],[117.743122,38.342535],[117.75789,38.332933],[117.761479,38.327609],[117.768757,38.331193],[117.762347,38.337018],[117.781237,38.349793],[117.788103,38.343624],[117.802586,38.35337],[117.811494,38.345207],[117.83307,38.359743],[117.848797,38.356484],[117.853523,38.352131],[117.824864,38.332843],[117.833756,38.324725],[117.871964,38.35041],[118.003775,38.409355],[118.015315,38.393537],[117.959485,38.374135],[117.921803,38.353701],[117.919673,38.344935],[117.89433,38.334157],[117.875548,38.336241],[117.863499,38.32809],[117.877964,38.314559],[117.887973,38.321408],[117.891113,38.318581],[117.90092,38.324931],[117.900439,38.320951],[117.883169,38.307029],[117.84689,38.282776],[117.840648,38.275651],[117.849079,38.272689],[117.84454,38.26435],[117.846448,38.262398],[117.843651,38.254657],[117.834882,38.249726],[117.822077,38.246249],[117.817594,38.234892],[117.800052,38.226849],[117.79889,38.224716],[117.800248,38.217256],[117.794036,38.209582],[117.786189,38.20546],[117.784655,38.202987],[117.784968,38.200897],[117.790544,38.196315],[117.790005,38.192309],[117.782801,38.180139],[117.760206,38.16335],[117.760009,38.15721],[117.766216,38.135186],[117.763121,38.13229],[117.754194,38.129824],[117.747845,38.125741],[117.736843,38.12276],[117.73103,38.111749],[117.723302,38.106225],[117.723059,38.092212],[117.716069,38.090091],[117.70269,38.077137],[117.693518,38.074179],[117.673923,38.0793],[117.665626,38.077033],[117.65919,38.071473],[117.639739,38.072509],[117.613961,38.068137],[117.598142,38.073041],[117.579484,38.070985],[117.575277,38.069287],[117.570573,38.064512],[117.558017,38.06257],[117.557401,38.057027],[117.551287,38.054979],[117.549639,38.048565],[117.551347,38.042945],[117.554355,38.040459],[117.551602,38.036322],[117.539242,38.025485],[117.537755,38.014177],[117.518888,37.990772],[117.514149,37.963748],[117.506242,37.942333],[117.504366,37.939372],[117.485116,37.92565],[117.47518,37.914689],[117.461078,37.891152],[117.432973,37.853819],[117.42841,37.850926],[117.416431,37.846122],[117.397692,37.842807],[117.375683,37.853662],[117.358708,37.853276],[117.335786,37.86231],[117.31192,37.860276],[117.293546,37.850199],[117.280481,37.847126],[117.261114,37.838054],[117.199514,37.843384],[117.178969,37.84888],[117.170683,37.847054],[117.159386,37.83917],[117.145158,37.838581],[117.086969,37.848616],[117.058106,37.846178],[117.030534,37.833518],[117.019192,37.831726],[117.001334,37.833509],[116.971304,37.840125],[116.944466,37.839163],[116.913807,37.845467],[116.872975,37.842907],[116.836928,37.833917],[116.831824,37.834745],[116.821473,37.84044],[116.814066,37.840956],[116.814021,37.843818],[116.807014,37.843015],[116.806183,37.847355],[116.799154,37.848136],[116.795846,37.846196],[116.788886,37.846237],[116.781076,37.839745],[116.784029,37.836158],[116.780443,37.82575],[116.759892,37.809792],[116.752753,37.800632],[116.749878,37.791128],[116.748027,37.769042],[116.74143,37.758813],[116.736309,37.75612],[116.725915,37.758114],[116.727457,37.761025],[116.723824,37.764225],[116.717471,37.765977],[116.71313,37.761668],[116.712576,37.757957],[116.715644,37.748201],[116.718877,37.743711],[116.703769,37.7344],[116.699798,37.736242],[116.700528,37.739227],[116.697085,37.739757],[116.693146,37.73808],[116.69373,37.730063],[116.690389,37.728771],[116.684568,37.727104],[116.684156,37.729396],[116.674177,37.7271],[116.670158,37.722489],[116.659221,37.688749],[116.652413,37.679997],[116.648098,37.676902],[116.638684,37.679507],[116.637317,37.681621],[116.632172,37.679324],[116.631072,37.675323],[116.634085,37.668827],[116.636544,37.667452],[116.622877,37.649467],[116.59692,37.623023],[116.569843,37.60991],[116.552426,37.589545],[116.539146,37.58083],[116.535181,37.569369],[116.514626,37.559777],[116.502712,37.542267],[116.492959,37.536368],[116.479093,37.52226],[116.45887,37.51757],[116.449935,37.512565],[116.440508,37.498991],[116.431986,37.475394],[116.416998,37.479106],[116.404875,37.493869],[116.406247,37.500258],[116.398531,37.509804],[116.398848,37.511913],[116.387266,37.511965],[116.386189,37.510399],[116.37872,37.513911],[116.382126,37.520497],[116.376821,37.522699],[116.372061,37.520779],[116.364431,37.525289],[116.361888,37.532944],[116.369044,37.541039],[116.373443,37.543212],[116.370948,37.546686],[116.370524,37.555728],[116.372965,37.562512],[116.361755,37.565369],[116.363219,37.567827],[116.357653,37.56936],[116.354268,37.563903],[116.346802,37.563366],[116.337552,37.565079],[116.339082,37.569613],[116.335659,37.57406],[116.329893,37.57559],[116.329622,37.580467],[116.321757,37.581312],[116.313851,37.57939],[116.314676,37.577617],[116.327667,37.575632],[116.328972,37.573698],[116.323009,37.569283],[116.314864,37.570719],[116.307158,37.565947],[116.299598,37.563511],[116.295923,37.568295],[116.29357,37.568739],[116.292562,37.565485],[116.294897,37.559247],[116.286986,37.55885],[116.283276,37.551495],[116.285588,37.545191],[116.285193,37.541448],[116.283555,37.533601],[116.280394,37.531425],[116.285608,37.522269],[116.274371,37.524451],[116.270665,37.521569],[116.275006,37.518622],[116.275739,37.513746],[116.274488,37.510083],[116.283364,37.508737],[116.283745,37.505041],[116.279855,37.502053],[116.278687,37.498919],[116.281014,37.496786],[116.286456,37.49763],[116.287276,37.496504],[116.285289,37.491923],[116.277935,37.488232],[116.283489,37.48711],[116.284624,37.483453],[116.265733,37.478555],[116.2751,37.469722],[116.272962,37.464624],[116.26571,37.466063],[116.257985,37.473173],[116.260001,37.477892],[116.235894,37.49096],[116.232532,37.487903],[116.229347,37.479],[116.218691,37.478978],[116.218448,37.47413],[116.221637,37.47379],[116.223631,37.467513],[116.224144,37.458944],[116.229755,37.458664],[116.237858,37.455169],[116.237366,37.447451],[116.232196,37.444962],[116.223658,37.437174],[116.221584,37.433348],[116.221876,37.425743],[116.227192,37.423571],[116.241574,37.421616],[116.246335,37.425098],[116.254119,37.42736],[116.256006,37.425665],[116.262761,37.429381],[116.265363,37.427111],[116.265108,37.425563],[116.257634,37.421882],[116.256817,37.41986],[116.259893,37.417943],[116.264628,37.419411],[116.269372,37.418488],[116.264389,37.412068],[116.268674,37.411986],[116.27082,37.40638],[116.279867,37.40308],[116.278089,37.400996],[116.267315,37.397842],[116.267575,37.391355],[116.266264,37.38872],[116.25577,37.389132],[116.256838,37.382606],[116.25308,37.384412],[116.2515,37.381579],[116.247452,37.38054],[116.245946,37.375929],[116.230842,37.360991],[116.186293,37.365532],[116.177775,37.370174],[116.160644,37.384124],[116.154576,37.380787],[116.123062,37.372886],[116.108399,37.373002],[116.101546,37.368146],[116.079768,37.372654],[116.075437,37.372272],[116.06542,37.36719],[116.054443,37.365839],[116.048,37.361441],[116.046078,37.35688],[116.028709,37.357373],[116.009086,37.349704],[116.003036,37.342268],[115.981617,37.341324],[115.970579,37.336901],[115.970374,37.333824],[115.979108,37.326482],[115.979034,37.315991],[115.975831,37.306621],[115.97079,37.301907],[115.967866,37.29341],[115.962526,37.287419],[115.970658,37.275127],[115.96747,37.257115],[115.961487,37.249617],[115.965264,37.24536],[115.965557,37.242304],[115.96369,37.238971],[115.949451,37.227441],[115.940696,37.225637],[115.93516,37.22714],[115.924293,37.221103],[115.909232,37.21033],[115.903253,37.202703],[115.899024,37.188489],[115.900946,37.184793],[115.906453,37.180787],[115.906431,37.176081],[115.896135,37.165725],[115.880256,37.157448],[115.874076,37.15053],[115.87377,37.139312],[115.87969,37.128578],[115.879969,37.123381],[115.872972,37.102551],[115.863083,37.085258],[115.862738,37.076782],[115.859494,37.070513],[115.850758,37.060602],[115.848036,37.058765],[115.842535,37.059082],[115.843388,37.055666],[115.825243,37.044185],[115.81891,37.030792],[115.814812,37.029019],[115.80695,37.028977],[115.808149,37.02036],[115.807042,37.017879],[115.800409,37.018906],[115.797821,37.017749],[115.804402,37.012253],[115.803028,37.010477],[115.792238,37.0053],[115.785388,37.005761],[115.770742,36.991835],[115.771421,36.986497],[115.781293,36.982517],[115.782869,36.979606],[115.778176,36.978772],[115.778492,36.970307],[115.781957,36.969597],[115.786107,36.974958],[115.79101,36.968651],[115.781527,36.951061],[115.777714,36.94635],[115.77026,36.942317],[115.766939,36.936312],[115.761273,36.940016],[115.7571,36.93916],[115.755721,36.936986],[115.755615,36.934672],[115.759836,36.92944],[115.755884,36.924424],[115.758254,36.921011],[115.762854,36.920593],[115.762808,36.915394],[115.759299,36.908692],[115.753911,36.908694],[115.752833,36.902653],[115.751286,36.902098],[115.748521,36.902669],[115.748599,36.904595],[115.74612,36.905739],[115.741292,36.902001],[115.736367,36.904163],[115.732345,36.901181],[115.729868,36.896843],[115.719318,36.89273],[115.705114,36.881651],[115.694228,36.867046],[115.694867,36.860077],[115.689842,36.849775],[115.68325,36.842403],[115.682907,36.839161],[115.686534,36.828665],[115.681714,36.816291],[115.677558,36.812047],[115.667618,36.808994],[115.65961,36.812396],[115.627943,36.799778],[115.614116,36.792026],[115.579909,36.781397],[115.573401,36.774844],[115.547602,36.775823],[115.527915,36.77091],[115.521553,36.773789],[115.519393,36.771308],[115.52096,36.767189],[115.519774,36.763409],[115.511017,36.7664],[115.506455,36.766396],[115.472993,36.759284],[115.472417,36.751016],[115.469019,36.743215],[115.459643,36.73058],[115.452371,36.725168],[115.443992,36.712701],[115.444191,36.705446],[115.439318,36.693029],[115.424814,36.687912],[115.41434,36.686357],[115.413599,36.680057],[115.406117,36.676245],[115.404155,36.67362],[115.402273,36.663885],[115.386984,36.659953],[115.380394,36.656137],[115.382125,36.646698],[115.373031,36.633142],[115.359816,36.621823],[115.350515,36.629025],[115.348083,36.628343],[115.345027,36.622474],[115.345676,36.620361],[115.338733,36.612851],[115.340615,36.605415],[115.335433,36.603251],[115.333787,36.591572],[115.328206,36.582001],[115.329059,36.573962],[115.32602,36.56341],[115.325301,36.549405],[115.31627,36.540132],[115.305825,36.533134],[115.291144,36.510772],[115.287957,36.501875],[115.277828,36.491122],[115.277509,36.476915],[115.288644,36.475226],[115.288428,36.473685],[115.28311,36.470618],[115.286318,36.459495],[115.288855,36.459261],[115.29325,36.465348],[115.296237,36.465765],[115.301681,36.462908],[115.311833,36.449837],[115.310934,36.432388],[115.305966,36.432597],[115.299983,36.423022],[115.29193,36.417929],[115.29065,36.412339],[115.305272,36.408949],[115.309204,36.405265],[115.321012,36.401319],[115.321952,36.396923],[115.332752,36.396778],[115.333319,36.398124],[115.338681,36.396456],[115.333398,36.378026],[115.334959,36.37904],[115.336252,36.364283],[115.340813,36.364645],[115.338189,36.352048],[115.34594,36.350472],[115.351778,36.350278],[115.352301,36.351915],[115.357664,36.350887],[115.361991,36.347445],[115.363144,36.344386],[115.362238,36.331708],[115.359767,36.324044],[115.351745,36.318802],[115.348605,36.319389],[115.347803,36.312582],[115.351179,36.308535],[115.35842,36.30716],[115.366184,36.308575],[115.374012,36.321803],[115.385634,36.316526],[115.39101,36.318168],[115.3932,36.321865],[115.398936,36.321876],[115.401219,36.326019],[115.404006,36.327638],[115.413223,36.326031],[115.416841,36.322303],[115.41408,36.311951],[115.416615,36.30166],[115.410964,36.292532],[115.413621,36.288272],[115.424845,36.284192],[115.425499,36.279017],[115.43026,36.276114],[115.440211,36.274133],[115.453301,36.275295],[115.456633,36.273951],[115.461815,36.267707],[115.462122,36.259302],[115.46015,36.25898],[115.458399,36.251213],[115.470534,36.24636],[115.471745,36.236562],[115.470417,36.233555],[115.471702,36.223185],[115.465081,36.215052],[115.476222,36.203194],[115.473582,36.197677],[115.470514,36.198063],[115.468139,36.188886],[115.473132,36.187739],[115.47047,36.176516],[115.475471,36.174805],[115.476868,36.171141],[115.473382,36.168389],[115.473429,36.164927],[115.478954,36.157571],[115.481035,36.148335],[115.470699,36.148968],[115.462342,36.151701],[115.465396,36.166074],[115.449415,36.175925],[115.445548,36.174015],[115.443309,36.166174],[115.444677,36.156857],[115.447384,36.156492],[115.442907,36.146522],[115.431954,36.148475],[115.426443,36.147822],[115.420118,36.137663],[115.416041,36.138636],[115.411771,36.135872],[115.405073,36.137008],[115.39919,36.144332],[115.4015,36.152899],[115.399866,36.159022],[115.39828,36.158482],[115.391929,36.14818],[115.394342,36.143631],[115.39404,36.140015],[115.386922,36.129019],[115.368428,36.127991],[115.364656,36.122371],[115.364819,36.11869],[115.36964,36.115695],[115.369173,36.11273],[115.368136,36.111225],[115.365312,36.111704],[115.362315,36.103729],[115.364219,36.102861],[115.35985,36.098092],[115.338004,36.087174],[115.333745,36.086902],[115.328889,36.091854],[115.323498,36.088666],[115.322719,36.086282],[115.314761,36.085609],[115.306415,36.087225],[115.298215,36.094902],[115.297857,36.098028],[115.291067,36.100827],[115.291354,36.110319],[115.29444,36.111163],[115.297176,36.11883],[115.297768,36.130169],[115.296365,36.132191],[115.288202,36.133864],[115.283799,36.133495],[115.28348,36.132197],[115.275756,36.133863],[115.267853,36.139316],[115.264143,36.152281],[115.258254,36.153396],[115.255849,36.159741],[115.256908,36.172955],[115.252287,36.180403],[115.245346,36.181595],[115.244937,36.189408],[115.224358,36.200467],[115.221235,36.199575],[115.218967,36.195356],[115.207357,36.203417],[115.199207,36.202887],[115.195448,36.209404],[115.195854,36.212665],[115.190508,36.210079],[115.191064,36.207484],[115.192504,36.207632],[115.190444,36.202191],[115.182764,36.195594],[115.178407,36.192674],[115.16498,36.189755],[115.158487,36.19143],[115.160251,36.194187],[115.148069,36.200301],[115.146641,36.203594],[115.147232,36.207458],[115.143014,36.210533],[115.13978,36.210859],[115.139568,36.208661],[115.136925,36.208194],[115.119234,36.210443],[115.118009,36.206616],[115.105792,36.204115],[115.103566,36.196041],[115.100221,36.196949],[115.095523,36.194101],[115.091541,36.180968],[115.099616,36.177843],[115.098702,36.173437],[115.092088,36.174397],[115.091268,36.171508],[115.065204,36.17917],[115.05341,36.179219],[115.051353,36.172367],[115.053881,36.168854],[115.052981,36.166688],[115.045732,36.15975],[115.042589,36.163693],[115.038914,36.156259],[115.039512,36.153217],[115.043333,36.150707],[115.045585,36.145712],[115.042059,36.132942],[115.038769,36.133174],[115.036885,36.130457],[115.037363,36.126104],[115.044266,36.12139],[115.042744,36.113217],[115.033198,36.107264],[115.034693,36.104489],[115.03159,36.098536],[115.028649,36.09796],[115.024397,36.099703],[115.001385,36.077915],[115.003974,36.075482],[115.002691,36.071241],[114.996753,36.067001],[114.983746,36.061496],[114.981822,36.064359],[114.967705,36.067303],[114.96198,36.070622],[114.948561,36.067875],[114.938262,36.063333],[114.93027,36.057469],[114.923912,36.059791],[114.919649,36.055656],[114.917259,36.055755],[114.915147,36.05104],[114.916416,36.051086],[114.915879,36.049003],[114.912085,36.04876],[114.911341,36.060433],[114.907139,36.061447],[114.908916,36.066107],[114.913571,36.066821],[114.916214,36.071724],[114.920857,36.087082],[114.919737,36.090554],[114.923414,36.096511],[114.920537,36.103948],[114.90824,36.106896],[114.906636,36.113293],[114.901211,36.117275],[114.906878,36.14059],[114.887942,36.14018],[114.888446,36.142828],[114.886459,36.143798],[114.877684,36.145273],[114.876793,36.142927],[114.873507,36.143622],[114.871142,36.146284],[114.856676,36.1438],[114.853041,36.144443],[114.851084,36.137325],[114.853336,36.135924],[114.851872,36.127854],[114.840851,36.128319],[114.840643,36.130488],[114.830396,36.131008],[114.825898,36.13041],[114.825015,36.127142],[114.819465,36.123753],[114.795527,36.131333],[114.776666,36.133412],[114.772869,36.133164],[114.772203,36.128043],[114.766795,36.128549],[114.765882,36.12446],[114.759329,36.125415],[114.759709,36.131629],[114.757204,36.134861],[114.74578,36.138678],[114.744743,36.141718],[114.745796,36.146578],[114.742981,36.150834],[114.736083,36.152368],[114.736312,36.154508],[114.728637,36.155775],[114.724471,36.148783],[114.718467,36.147403],[114.718452,36.143607],[114.715034,36.140695],[114.707175,36.141874],[114.707442,36.144424],[114.705955,36.145438],[114.695922,36.146399],[114.68669,36.14627],[114.685439,36.138448],[114.649535,36.140373],[114.647872,36.138797],[114.635466,36.13755],[114.631583,36.135784],[114.630738,36.128672],[114.625136,36.12794],[114.624816,36.124419],[114.613867,36.123706],[114.614081,36.126702],[114.605254,36.128634],[114.602469,36.127127],[114.601462,36.123024],[114.599074,36.121626],[114.585333,36.121224],[114.582503,36.117144],[114.576475,36.117135],[114.573495,36.120574],[114.577597,36.122284],[114.578665,36.128475],[114.581168,36.127269],[114.585921,36.130757],[114.581214,36.133155],[114.581305,36.141079],[114.569861,36.143428],[114.566084,36.145798],[114.566077,36.149411],[114.562438,36.152452],[114.552939,36.153134],[114.552413,36.150907],[114.551184,36.150994],[114.53768,36.156997],[114.537032,36.16211],[114.52573,36.162287],[114.525449,36.167969],[114.527171,36.168017],[114.527561,36.170833],[114.52401,36.173507],[114.521009,36.173416],[114.506133,36.166024],[114.505182,36.16933],[114.507755,36.169405],[114.506831,36.173945],[114.483268,36.17822],[114.47856,36.181348],[114.473616,36.178277],[114.46408,36.187871],[114.4645,36.19116],[114.457816,36.19193],[114.451873,36.207002],[114.441283,36.20683],[114.435309,36.204846],[114.428824,36.197932],[114.422538,36.19954],[114.419395,36.202333],[114.419654,36.205633],[114.408515,36.206289],[114.408179,36.204122],[114.405135,36.2045],[114.407272,36.222799],[114.402099,36.228418],[114.392989,36.229398],[114.392669,36.222263],[114.390006,36.22077],[114.375312,36.221689],[114.37535,36.224258],[114.362792,36.224765],[114.36145,36.225332],[114.361686,36.229083],[114.35749,36.229353],[114.357004,36.227052],[114.349893,36.23019],[114.3488,36.240764],[114.347755,36.242487],[114.340515,36.245321],[114.340698,36.252585],[114.338752,36.252724],[114.339102,36.255653],[114.323203,36.255798],[114.322334,36.248064],[114.308524,36.251869],[114.303931,36.249984],[114.301147,36.246432],[114.293014,36.245868],[114.284451,36.246996],[114.284958,36.249213],[114.256287,36.261616],[114.245993,36.258711],[114.236368,36.251266],[114.230256,36.25227],[114.226755,36.260721],[114.219255,36.266387],[114.216352,36.27092],[114.204993,36.272944],[114.198839,36.258372],[114.200673,36.253661],[114.19702,36.24559],[114.193798,36.244912],[114.187631,36.247533],[114.179042,36.247204],[114.172282,36.242339],[114.164716,36.243547],[114.163872,36.246021],[114.166862,36.248469],[114.167107,36.254277],[114.170517,36.263022],[114.168134,36.265983],[114.160746,36.269825],[114.154716,36.266916],[114.125003,36.281565],[114.121801,36.279673],[114.121972,36.27469],[114.115162,36.272508],[114.111934,36.274283],[114.106396,36.273033],[114.084682,36.275659],[114.08364,36.273072],[114.075911,36.269206],[114.07313,36.271486],[114.056073,36.27359],[114.051121,36.285751],[114.042567,36.294048],[114.036731,36.296427],[114.031521,36.303914],[114.038464,36.305435],[114.043785,36.311495],[114.051819,36.313353],[114.055291,36.317998],[114.052949,36.319969],[114.053172,36.325978],[114.049372,36.32967],[114.045874,36.330192],[114.039823,36.326304],[114.02326,36.326725],[114.021812,36.32432],[114.020291,36.324467],[114.019171,36.329002],[114.025736,36.337392],[114.025572,36.348457],[114.027431,36.349527],[114.024141,36.35352],[114.022464,36.352781],[114.018201,36.354902],[114.008575,36.352441],[114.008452,36.346499],[114.003939,36.342466],[114,36.343727],[113.992001,36.351878],[113.982865,36.35686],[113.978292,36.358775],[113.972063,36.358755],[113.970829,36.35423],[113.972745,36.345265],[113.988311,36.342987],[113.996507,36.334509],[113.987221,36.314669],[113.976381,36.317655],[113.97328,36.327712],[113.958025,36.35283],[113.951016,36.357659],[113.9449,36.35897],[113.940577,36.356845],[113.939161,36.350035],[113.942359,36.34639],[113.947732,36.346396],[113.950179,36.344845],[113.951717,36.336313],[113.936185,36.338617],[113.92844,36.336042],[113.928782,36.323893],[113.925977,36.320145],[113.909986,36.314885],[113.90323,36.315002],[113.902198,36.322045],[113.881801,36.352055],[113.876055,36.354098],[113.845599,36.349779],[113.843003,36.345689],[113.843337,36.339522],[113.844964,36.336788],[113.853436,36.333511],[113.853742,36.330018],[113.848298,36.32949],[113.843926,36.33222],[113.828118,36.334268],[113.814827,36.330901],[113.808502,36.331856],[113.798953,36.338519],[113.791364,36.346993],[113.780903,36.349728],[113.770903,36.350085],[113.757133,36.355887],[113.748339,36.366199],[113.735975,36.364519],[113.735092,36.362183],[113.736438,36.35774],[113.732733,36.359293],[113.731269,36.361469],[113.732527,36.365768],[113.73953,36.370439],[113.736033,36.374018],[113.724228,36.380475],[113.707994,36.410489],[113.705038,36.422547],[113.697876,36.425278],[113.690432,36.425927],[113.673782,36.42241],[113.653317,36.429928],[113.646165,36.434416],[113.638305,36.443597],[113.621279,36.458887],[113.607141,36.460002],[113.587489,36.454392],[113.579827,36.457382],[113.573629,36.475378],[113.578297,36.479824],[113.577303,36.482513],[113.558918,36.491501],[113.550042,36.492478],[113.547468,36.498196],[113.556326,36.530841],[113.542756,36.533736],[113.539079,36.53542],[113.538291,36.538029],[113.539362,36.541282],[113.541484,36.542332],[113.564387,36.543167],[113.573611,36.540503],[113.579661,36.540987],[113.584506,36.5488],[113.583044,36.56262],[113.546727,36.584729],[113.534695,36.588967],[113.530297,36.59275],[113.530028,36.598384],[113.541003,36.609941],[113.54425,36.622641],[113.519541,36.622774],[113.477673,36.635599],[113.472593,36.639708],[113.47018,36.653066],[113.472534,36.663535],[113.491537,36.67689],[113.504904,36.688812],[113.509822,36.697951],[113.494526,36.709735],[113.491405,36.709975],[113.472498,36.704117],[113.463056,36.704057],[113.455004,36.713632],[113.455664,36.716893],[113.477934,36.740343],[113.491733,36.740508],[113.503059,36.737628],[113.510099,36.733129],[113.511575,36.7292],[113.530458,36.736268],[113.538261,36.74129],[113.538476,36.747739],[113.530149,36.751719],[113.533511,36.754763],[113.569635,36.763022],[113.572008,36.75821],[113.576221,36.755446],[113.591648,36.75214],[113.605719,36.759026],[113.633096,36.780531],[113.6523,36.788138],[113.659385,36.789026],[113.666197,36.79294],[113.669334,36.798503],[113.666355,36.804593],[113.673307,36.826091],[113.668413,36.830378],[113.669998,36.851773],[113.684413,36.88053],[113.692104,36.886511],[113.702133,36.887906],[113.722794,36.882805],[113.726774,36.875911],[113.724822,36.861245],[113.73435,36.850056],[113.741298,36.849335],[113.748908,36.851601],[113.74802,36.854505],[113.750585,36.862676],[113.773191,36.868664],[113.781892,36.869203],[113.791217,36.880322],[113.791619,36.88235],[113.778833,36.909904],[113.772764,36.917045],[113.75273,36.952627],[113.754795,36.960226],[113.761426,36.963523],[113.783614,36.992895],[113.790364,36.995592],[113.772572,37.002998],[113.760638,37.015717],[113.767373,37.028029],[113.782025,37.040213],[113.785917,37.051068],[113.775267,37.060296],[113.772939,37.057406],[113.765616,37.060105],[113.754719,37.069538],[113.752355,37.075052],[113.756219,37.079259],[113.753892,37.094252],[113.762489,37.097399],[113.767629,37.102651],[113.769107,37.120559],[113.764791,37.132633],[113.766158,37.152156],[113.774293,37.155489],[113.789245,37.1536],[113.795256,37.157466],[113.798265,37.164118],[113.817764,37.169715],[113.82706,37.175951],[113.828362,37.187929],[113.859647,37.221447],[113.876181,37.249209],[113.877735,37.257201],[113.876343,37.260159],[113.881038,37.271591],[113.889071,37.276409],[113.890864,37.308728],[113.893583,37.3156],[113.913286,37.329678],[113.914049,37.334895],[113.912169,37.337476],[113.912486,37.339793],[113.918161,37.347296],[113.92363,37.348055],[113.933871,37.343309],[113.937997,37.338586],[113.947932,37.345513],[113.94982,37.350157],[113.947926,37.362952],[113.950625,37.367834],[113.946497,37.37396],[113.947427,37.379248],[113.952771,37.381944],[113.964762,37.3953],[113.969058,37.408937],[113.982814,37.417944],[113.992486,37.420692],[114.004958,37.417723],[114.018375,37.436814],[114.022658,37.439536],[114.028618,37.453472],[114.028425,37.462198],[114.024018,37.468616],[114.023699,37.473599],[114.026832,37.479693],[114.032342,37.486057],[114.03736,37.48724],[114.042037,37.49862],[114.047316,37.502203],[114.051172,37.509834],[114.057662,37.513133],[114.062104,37.511525],[114.06353,37.512453],[114.06639,37.516408],[114.070637,37.533027],[114.073846,37.53934],[114.082187,37.544783],[114.085559,37.543863],[114.088485,37.545442],[114.087264,37.554698],[114.089112,37.558722],[114.087052,37.567731],[114.09855,37.569356],[114.103288,37.572373],[114.105407,37.58337],[114.110665,37.584771],[114.122037,37.600826],[114.123117,37.604877],[114.118833,37.610871],[114.102162,37.616704],[114.108865,37.625768],[114.11183,37.635902],[114.132492,37.645963],[114.1283,37.653759],[114.128749,37.664293],[114.131689,37.667682],[114.132737,37.675257],[114.127539,37.682116],[114.126134,37.69401],[114.112226,37.700442],[114.106453,37.710404],[114.102653,37.706731],[114.097846,37.707687],[114.095071,37.716007],[114.093013,37.712763],[114.084852,37.710181],[114.077785,37.715011],[114.062534,37.715889],[114.052225,37.724218],[114.034963,37.726784],[114.029334,37.726099],[114.02758,37.723102],[114.029857,37.716484],[114.024958,37.712908],[114.011927,37.718549],[113.992127,37.709365],[113.985918,37.713443],[113.984014,37.719304],[113.993695,37.742522],[114.011348,37.746383],[114.014385,37.745294],[114.02267,37.74616],[114.037195,37.75223],[114.034014,37.758257],[114.037976,37.765375],[114.033769,37.774773],[114.037843,37.781681],[114.037446,37.786444],[114.027043,37.789358],[114.023226,37.794166],[114.011019,37.798768],[114.005575,37.802796],[114.004832,37.805308],[114.007871,37.807764],[114.007979,37.811658],[113.987234,37.818786],[113.969664,37.816046],[113.965862,37.817563],[113.958342,37.827396],[113.956959,37.849158],[113.960653,37.856407],[113.970333,37.862821],[113.968417,37.878036],[113.945867,37.915442],[113.942402,37.917685],[113.929548,37.920646],[113.917662,37.942873],[113.920476,37.949525],[113.891087,37.985047],[113.880676,37.991041],[113.871041,37.988915],[113.866118,37.990419],[113.858274,37.998176],[113.858672,38.001172],[113.870598,38.011332],[113.871022,38.055705],[113.817243,38.106843],[113.805344,38.109673],[113.809781,38.127615],[113.828642,38.162603],[113.827334,38.166269],[113.811439,38.166729],[113.793967,38.161233],[113.787106,38.161263],[113.745985,38.171275],[113.71886,38.191759],[113.709776,38.206002],[113.696537,38.207416],[113.678499,38.204817],[113.655375,38.221802],[113.647621,38.231469],[113.641641,38.233139],[113.617329,38.232005],[113.583273,38.236709],[113.578983,38.235742],[113.574716,38.237885],[113.559014,38.240851],[113.538261,38.257294],[113.534296,38.264925],[113.533832,38.287998],[113.542868,38.313825],[113.548302,38.324882],[113.55725,38.329354],[113.556429,38.339861],[113.547186,38.346861],[113.542256,38.352712],[113.530645,38.355375],[113.527438,38.358487],[113.523206,38.36969],[113.516983,38.376164],[113.527086,38.418907],[113.532875,38.423378],[113.541214,38.425864],[113.548861,38.423631],[113.55595,38.423976],[113.561443,38.437812],[113.561611,38.449489],[113.571208,38.455305],[113.582875,38.456848],[113.585059,38.459922],[113.582976,38.464399],[113.566409,38.474735],[113.556226,38.478988],[113.548477,38.490266],[113.547042,38.496851],[113.548839,38.501413],[113.546882,38.509104],[113.540609,38.516072],[113.553065,38.52296],[113.553573,38.541141],[113.548318,38.555254],[113.56096,38.567588],[113.588734,38.581288],[113.60362,38.593902],[113.60597,38.601483],[113.596234,38.608467],[113.594156,38.613189],[113.594591,38.616966],[113.597458,38.628371],[113.614956,38.650501],[113.628552,38.654511],[113.654586,38.650496],[113.667483,38.6462],[113.694349,38.651804],[113.701789,38.65662],[113.712812,38.667558],[113.713294,38.670861],[113.706464,38.682331],[113.704439,38.71091],[113.706479,38.7134],[113.715543,38.716156],[113.719544,38.71479],[113.736973,38.702525],[113.747378,38.698615],[113.760332,38.70423],[113.767737,38.711503],[113.767583,38.72773],[113.792117,38.762566],[113.794318,38.763575],[113.81007,38.758378],[113.824223,38.75805],[113.822947,38.763099],[113.825823,38.768751],[113.824508,38.783559],[113.821739,38.791605],[113.828992,38.802806],[113.848617,38.811423],[113.849637,38.818275],[113.839662,38.83804],[113.830013,38.840533],[113.82545,38.840162],[113.812258,38.844343],[113.798731,38.851554],[113.791994,38.863601],[113.76623,38.889629],[113.77031,38.906483],[113.767491,38.92887],[113.76228,38.940437],[113.759949,38.962147],[113.761731,38.976979],[113.770673,38.991347],[113.779175,38.993899],[113.780948,38.991475],[113.788261,38.990557],[113.806132,38.992646],[113.809897,38.996255],[113.813236,39.012135],[113.847853,39.026708],[113.862979,39.042205],[113.88105,39.066785],[113.893123,39.069122],[113.896576,39.066854],[113.916337,39.062163],[113.923245,39.066789],[113.926465,39.076845],[113.940549,39.091984],[113.957355,39.099894],[113.963685,39.098536],[113.970013,39.091505],[113.979894,39.090254],[113.989843,39.098918],[113.990894,39.10769],[114,39.11935],[114.011004,39.123722],[114.033253,39.126473],[114.039274,39.131837],[114.043524,39.128692],[114.046359,39.119136],[114.059937,39.104113],[114.061043,39.098897],[114.058291,39.095896],[114.058284,39.093061],[114.063355,39.091536],[114.07317,39.093005],[114.078709,39.092234],[114.091676,39.084423],[114.097932,39.076807],[114.101652,39.076201],[114.103383,39.074038],[114.105629,39.056938],[114.115727,39.048578],[114.144288,39.046748],[114.151634,39.05113],[114.161464,39.062208],[114.165272,39.063401],[114.168912,39.062464],[114.1812,39.051729],[114.195119,39.049091],[114.202326,39.049291],[114.208987,39.054773],[114.209778,39.063377],[114.21924,39.065528],[114.236245,39.065655],[114.245799,39.072423],[114.253121,39.073284],[114.261784,39.070817],[114.277587,39.074285],[114.2835,39.073532],[114.292797,39.078354],[114.301236,39.076448],[114.312879,39.070836],[114.326476,39.075765],[114.335075,39.073478],[114.3399,39.074544],[114.34272,39.075614],[114.35313,39.089],[114.35613,39.094214],[114.355827,39.098375],[114.363204,39.106796],[114.36314,39.12141],[114.359584,39.129295],[114.353862,39.13342],[114.353344,39.1398],[114.366521,39.146462],[114.373337,39.147457],[114.369846,39.151488],[114.369358,39.155907],[114.372907,39.166329],[114.376825,39.172638],[114.40228,39.177366],[114.40746,39.176646],[114.41564,39.171073],[114.424215,39.171598],[114.426614,39.174158],[114.437132,39.172773],[114.439291,39.181265],[114.43782,39.184418],[114.44152,39.190672],[114.446436,39.19155],[114.458911,39.186817],[114.464165,39.192868],[114.467079,39.200673],[114.465374,39.206327],[114.469535,39.214541],[114.467266,39.218901],[114.46118,39.223932],[114.44642,39.227743],[114.42936,39.228452],[114.417896,39.233962],[114.409752,39.24153],[114.411478,39.244838],[114.421034,39.247748],[114.428779,39.255854],[114.430514,39.259995],[114.430463,39.261686],[114.426447,39.26387],[114.420184,39.271557],[114.419776,39.284604],[114.426589,39.293817],[114.426307,39.307297],[114.428245,39.315156],[114.433868,39.318059],[114.442477,39.319435],[114.442799,39.32612],[114.44592,39.327707],[114.458826,39.327211],[114.461047,39.329662],[114.461051,39.336261],[114.472727,39.344746],[114.47413,39.34959],[114.462704,39.354427],[114.465549,39.363116],[114.46742,39.364425],[114.464754,39.377148],[114.466607,39.378491],[114.466815,39.387908],[114.469512,39.396792],[114.468961,39.40684],[114.471217,39.410921],[114.474987,39.411146],[114.475576,39.418153],[114.483047,39.426906],[114.491607,39.430861],[114.498392,39.460437],[114.498619,39.46649],[114.495597,39.471561],[114.495773,39.475617],[114.508763,39.477662],[114.516905,39.483952],[114.526297,39.484868],[114.532449,39.501187],[114.530131,39.511349],[114.534423,39.514477],[114.541709,39.524977],[114.551493,39.530817],[114.553127,39.543279],[114.551563,39.549737],[114.55719,39.554009],[114.558587,39.56439],[114.56294,39.572976],[114.560408,39.577857],[114.552635,39.581207],[114.528756,39.570561],[114.523752,39.562264],[114.519544,39.564185],[114.509187,39.563894],[114.498355,39.588343],[114.499829,39.591376],[114.499158,39.594801],[114.495047,39.603055],[114.491144,39.603817],[114.487892,39.601358],[114.484012,39.601131],[114.470417,39.607741],[114.454624,39.611326],[114.442025,39.606175],[114.429204,39.606008],[114.421568,39.612517],[114.419203,39.616741],[114.420244,39.621161],[114.417131,39.62749],[114.411812,39.629906],[114.407525,39.638881],[114.403855,39.641668],[114.398112,39.642775],[114.393206,39.65804],[114.398266,39.662787],[114.396026,39.666996],[114.399507,39.683099],[114.396142,39.691215],[114.398606,39.696924],[114.397703,39.706839],[114.401209,39.713255],[114.40315,39.722866],[114.40205,39.731577],[114.399335,39.734022],[114.401468,39.745395],[114.407967,39.74836],[114.407461,39.752751],[114.402494,39.762347],[114.402019,39.768061],[114.408916,39.769294],[114.410563,39.775581],[114.408613,39.782557],[114.402314,39.781007],[114.401319,39.785456],[114.402478,39.789565],[114.395465,39.792829],[114.391833,39.799255],[114.390886,39.810024],[114.383797,39.817947],[114.386753,39.822152],[114.396139,39.82446],[114.401038,39.832259],[114.391241,39.842674],[114.393149,39.855324],[114.388682,39.865815],[114.381016,39.865404],[114.375727,39.868295],[114.342668,39.861098],[114.331797,39.861548],[114.32083,39.864232],[114.30942,39.858673],[114.303157,39.858449],[114.295817,39.861201],[114.279227,39.857191],[114.280437,39.869853],[114.276039,39.872743],[114.270604,39.873317],[114.261418,39.867721],[114.247943,39.865195],[114.239129,39.860722],[114.231441,39.861127],[114.22202,39.85918],[114.218701,39.855473],[114.220438,39.851509],[114.219354,39.850177],[114.215443,39.855341],[114.215513,39.859773],[114.212794,39.861827],[114.209176,39.861054],[114.196528,39.870276],[114.192944,39.877553],[114.198031,39.88396],[114.221317,39.894707],[114.222735,39.896622],[114.220312,39.90643],[114.209646,39.91648],[114.206042,39.913932],[114.205326,39.917769],[114.199414,39.909834],[114.193435,39.907028],[114.183961,39.906832],[114.180638,39.902679],[114.174272,39.898781],[114.169815,39.897839],[114.160555,39.900262],[114.152645,39.899088],[114.149976,39.896122],[114.143541,39.894274],[114.140453,39.895017],[114.13319,39.901436],[114.118874,39.904106],[114.112631,39.908216],[114.097028,39.909924],[114.082246,39.909485],[114.076184,39.912516],[114.064855,39.921927],[114.048123,39.920342],[114.042514,39.913969],[114.03246,39.932265],[114.028997,39.949062],[114.02356,39.955445],[114.020805,39.967808],[114.022841,39.984223],[114.018349,39.988401],[114.009847,39.990585],[113.992669,39.991353],[113.950336,40.000834],[113.931119,40.007039],[113.916446,40.001835],[113.907806,40.001886],[113.903285,40.008145],[113.903047,40.010939],[113.907592,40.020937],[113.950455,40.029465],[113.959421,40.044756],[113.966612,40.051897],[113.974498,40.070002],[113.972058,40.089825],[113.967196,40.096787],[113.973297,40.111161],[113.988558,40.110006],[114.004031,40.10562],[114.013609,40.101037],[114.018887,40.088974],[114.028188,40.079163],[114.027351,40.063739],[114.035113,40.056278],[114.038733,40.055573],[114.044414,40.058067],[114.052542,40.065787],[114.075521,40.069045],[114.084188,40.073744],[114.084986,40.085398],[114.09494,40.098466],[114.094419,40.107381],[114.082308,40.12011],[114.077675,40.128937],[114.071846,40.153769],[114.060443,40.180242],[114.060815,40.184251],[114.062623,40.185698],[114.068601,40.184381],[114.076703,40.18506],[114.087071,40.18853],[114.091181,40.192317],[114.103673,40.192314],[114.116627,40.187328],[114.117133,40.181296],[114.114989,40.178347],[114.116175,40.177138],[114.127849,40.174133],[114.140539,40.17493],[114.150659,40.17945],[114.156224,40.185495],[114.175514,40.189911],[114.195634,40.190671],[114.206654,40.187413],[114.209682,40.189012],[114.209722,40.194853],[114.212531,40.196774],[114.216936,40.19714],[114.224769,40.193283],[114.230008,40.198109],[114.230049,40.200008],[114.2225,40.211678],[114.236494,40.217243],[114.253798,40.235285],[114.260567,40.232311],[114.261414,40.224871],[114.276928,40.223545],[114.279648,40.22447],[114.280939,40.228543],[114.287308,40.229773],[114.296926,40.227148],[114.307718,40.236804],[114.321914,40.236056],[114.328018,40.238486],[114.333723,40.243515],[114.351639,40.247978],[114.35879,40.247257],[114.380574,40.238008],[114.407827,40.24236],[114.413987,40.24456],[114.414594,40.246641],[114.449186,40.254427],[114.484963,40.272611],[114.48926,40.277113],[114.492395,40.285261],[114.489454,40.291987],[114.509087,40.301374],[114.513413,40.305419],[114.518656,40.318464],[114.516871,40.3277],[114.522161,40.329095],[114.525835,40.337976],[114.525652,40.342054],[114.514822,40.34844],[114.51137,40.353261],[114.505556,40.356731],[114.489813,40.346552],[114.470873,40.343406],[114.464606,40.346599],[114.462527,40.35177],[114.44556,40.369349],[114.434991,40.368726],[114.429052,40.363669],[114.413576,40.36571],[114.40088,40.358599],[114.394856,40.349265],[114.390986,40.348675],[114.376955,40.35262],[114.376805,40.357889],[114.374617,40.361474],[114.368549,40.36221],[114.360224,40.360827],[114.348766,40.365461],[114.342618,40.365793],[114.307225,40.362296],[114.297416,40.367718],[114.296187,40.370396],[114.29764,40.3762],[114.297128,40.388075],[114.290245,40.399053],[114.28799,40.41408],[114.2798,40.423627],[114.281865,40.430044],[114.292094,40.435962],[114.291898,40.445706],[114.280099,40.449078],[114.27786,40.455949],[114.268855,40.456777],[114.265633,40.45874],[114.262737,40.462972],[114.260751,40.472941],[114.267568,40.48599],[114.276028,40.493614],[114.2797,40.510068],[114.280233,40.520572],[114.283255,40.528368],[114.290527,40.536155],[114.287924,40.54604],[114.284693,40.549299],[114.273157,40.549783],[114.266869,40.552766],[114.270394,40.577103],[114.279075,40.581518],[114.281059,40.584209],[114.276864,40.594236],[114.267854,40.598044],[114.262127,40.606376],[114.254803,40.611088],[114.245254,40.604776],[114.226985,40.6062],[114.218168,40.61035],[114.208798,40.621785],[114.204487,40.622476],[114.202414,40.627739],[114.209594,40.632996],[114.208992,40.636903],[114.205287,40.641163],[114.196692,40.646374],[114.172824,40.67708],[114.166551,40.689075],[114.168628,40.693744],[114.167968,40.695493],[114.164293,40.698763],[114.158686,40.700322],[114.155083,40.712988],[114.142329,40.723972],[114.139868,40.731544],[114.12668,40.744953],[114.098147,40.757084],[114.095352,40.767174],[114.09898,40.778806],[114.097558,40.79594],[114.083614,40.794182],[114.073292,40.788918],[114.066298,40.793568],[114.064097,40.799857],[114.053735,40.808911],[114.046535,40.824734],[114.038013,40.82951],[114.049992,40.841316],[114.060225,40.844701],[114.068311,40.85204],[114.062051,40.856326],[114.050241,40.860008],[114.046511,40.862869],[114.044204,40.889228],[114.035355,40.902647],[114.033502,40.916608],[114.039929,40.921908],[114.050606,40.923389],[114.047961,40.928125],[114.040995,40.932874],[114.025131,40.931924],[114.006429,40.933036],[113.993922,40.946463],[113.990857,40.940976],[113.99025,40.936339],[113.976989,40.941552],[113.972252,40.947437],[113.975638,40.9617],[113.976084,40.978152],[113.968807,40.993743],[113.966334,40.993244],[113.963285,40.986627],[113.956936,40.989074],[113.950412,41.003434],[113.934227,41.007028],[113.921339,41.012931],[113.91684,41.016672],[113.91223,41.024221],[113.913283,41.029475],[113.910035,41.034894],[113.893226,41.042352],[113.889072,41.041344],[113.880236,41.053884],[113.86361,41.059689],[113.866228,41.062757],[113.863794,41.069287],[113.856316,41.077131],[113.83977,41.076353],[113.835517,41.073985],[113.818201,41.093788],[113.818866,41.099965],[113.833064,41.107749],[113.853943,41.108048],[113.877531,41.10422],[113.877179,41.10848],[113.86964,41.112855],[113.875724,41.121423],[113.875073,41.128222],[113.878864,41.133351],[113.886707,41.132438],[113.896001,41.139879],[113.90632,41.16591],[113.912783,41.17148],[113.930021,41.173063],[113.935158,41.17672],[113.946248,41.173621],[113.949945,41.170641],[113.953872,41.170614],[113.964343,41.174939],[113.96549,41.177988],[113.968025,41.179181],[113.977044,41.18119],[113.991256,41.179985],[113.995363,41.184442],[113.999923,41.217751],[114.00434,41.221845],[114.005387,41.231615],[114.000332,41.237781],[114.000236,41.249028],[113.988658,41.257033],[113.987918,41.264094],[113.984857,41.267896],[113.978323,41.268455],[113.970249,41.264739],[113.971682,41.259916],[113.971258,41.253076],[113.967649,41.25216],[113.964655,41.237796],[113.959619,41.238771],[113.955044,41.243165],[113.954696,41.252456],[113.947422,41.256094],[113.945149,41.262707],[113.949705,41.284596],[113.929644,41.293058],[113.915943,41.289427],[113.908502,41.292917],[113.903971,41.299917],[113.895501,41.306466],[113.894604,41.312242],[113.89252,41.31377],[113.893742,41.315345],[113.899123,41.318054],[113.904065,41.316732],[113.906432,41.321295],[113.912592,41.324131],[113.920399,41.324884],[113.920004,41.327],[113.91544,41.329239],[113.913976,41.331767],[113.921921,41.331935],[113.916865,41.336913],[113.918043,41.342055],[113.925762,41.352383],[113.931236,41.355308],[113.931878,41.365223],[113.93101,41.367594],[113.928451,41.367449],[113.927379,41.374949],[113.929615,41.380714],[113.937448,41.389108],[113.937478,41.392609],[113.927184,41.392485],[113.911591,41.40202],[113.864477,41.411542],[113.871391,41.429275],[113.878225,41.436316],[113.900503,41.443979],[113.910698,41.450183],[113.914575,41.455443],[113.922023,41.479338],[113.925344,41.484767],[113.930375,41.485312],[113.936165,41.482163],[113.947117,41.48184],[113.953848,41.488614],[113.970937,41.500314],[113.971484,41.504285],[113.996086,41.512],[113.998046,41.517333],[114.009359,41.517857],[114.01887,41.521895],[114.023959,41.525871],[114.034665,41.529811],[114.049433,41.522687],[114.055399,41.528094],[114.062668,41.530044],[114.07804,41.527235],[114.080557,41.530222],[114.09426,41.535638],[114.099678,41.536037],[114.126641,41.529199],[114.196094,41.516875],[114.208023,41.509269],[114.214155,41.509067],[114.224349,41.511623],[114.224906,41.543146],[114.216455,41.561303],[114.214553,41.571727],[114.214925,41.579902],[114.219118,41.581296],[114.230579,41.594188],[114.223702,41.605394],[114.221006,41.607279],[114.220209,41.616903],[114.228535,41.620192],[114.247131,41.620764],[114.247736,41.628302],[114.208503,41.682476],[114.209469,41.693356],[114.212596,41.698163],[114.221378,41.69467],[114.230884,41.696592],[114.226264,41.705398],[114.228884,41.708568],[114.225842,41.715627],[114.199992,41.736312],[114.206849,41.744036],[114.20953,41.751832],[114.208525,41.754385],[114.199583,41.756429],[114.19794,41.760671],[114.201648,41.769276],[114.193293,41.77688],[114.193774,41.78749],[114.196384,41.791511],[114.211306,41.803939],[114.223727,41.811518],[114.235959,41.825751],[114.235259,41.832146],[114.250249,41.839456],[114.258404,41.845943],[114.265588,41.847691],[114.26918,41.846342],[114.275908,41.851688],[114.277422,41.860803],[114.282401,41.868878],[114.291642,41.870162],[114.29181,41.877923],[114.289833,41.881528],[114.295241,41.893386],[114.304257,41.893402],[114.312542,41.899312],[114.324241,41.912151],[114.324334,41.914217],[114.319396,41.920663],[114.319016,41.927082],[114.336467,41.924784],[114.343252,41.928326],[114.344864,41.933099],[114.344813,41.94131],[114.341339,41.945439],[114.345943,41.951845],[114.34897,41.951032],[114.349627,41.947519],[114.358964,41.946007],[114.364828,41.947995],[114.364263,41.951165],[114.366591,41.954335],[114.374054,41.954933],[114.415313,41.939972],[114.426348,41.94387],[114.456007,41.95017],[114.470059,41.950829],[114.470745,41.953961],[114.480827,41.965123],[114.489413,41.968602],[114.5041,41.971135],[114.505211,41.979924],[114.494852,41.990723],[114.485682,41.992901],[114.478137,41.997062],[114.475505,42.003448],[114.475449,42.010463],[114.480895,42.011968],[114.468965,42.017527],[114.464202,42.022442],[114.459405,42.031602],[114.459369,42.035827],[114.467624,42.045831],[114.47323,42.06217],[114.480284,42.060574],[114.486632,42.056755],[114.495812,42.065092],[114.498485,42.077099],[114.497606,42.087023],[114.502851,42.097297],[114.505038,42.112421],[114.507566,42.116072],[114.513023,42.119066],[114.547174,42.120287],[114.552266,42.121341],[114.551754,42.125204],[114.554184,42.126161],[114.57968,42.130482],[114.592254,42.129396],[114.603129,42.126209],[114.620572,42.118067],[114.641422,42.102972],[114.65061,42.105887],[114.660909,42.11436],[114.671433,42.112684],[114.683691,42.120101],[114.698551,42.119361],[114.702508,42.116767],[114.729678,42.114527],[114.731449,42.113158],[114.748365,42.113694],[114.768686,42.120304],[114.769601,42.126851],[114.78288,42.12896],[114.787576,42.147272],[114.822105,42.14557],[114.819205,42.139836],[114.820891,42.135446],[114.838663,42.11723],[114.841566,42.111573],[114.854993,42.100072],[114.856888,42.093699],[114.852516,42.091062],[114.855126,42.07169],[114.854533,42.052914],[114.861209,42.052154],[114.867688,42.040357],[114.878789,42.035484],[114.882699,42.027833],[114.881086,42.021861],[114.868967,42.02105],[114.868905,42.019386],[114.889207,42.012374],[114.895709,42.013432],[114.903573,42.001334],[114.910531,41.978954],[114.910644,41.969198],[114.907095,41.966934],[114.909245,41.957073],[114.926963,41.941633],[114.926591,41.935481],[114.90982,41.934907],[114.912762,41.92662],[114.911868,41.918617],[114.908871,41.915592],[114.909691,41.910924],[114.917797,41.906254],[114.919479,41.899098],[114.90533,41.883325],[114.91012,41.880269],[114.906223,41.871781],[114.913761,41.853957],[114.923013,41.852702],[114.928201,41.854158],[114.932313,41.849075],[114.933206,41.844827],[114.92014,41.832261],[114.916088,41.823255],[114.881822,41.80925],[114.871674,41.812472],[114.862569,41.811596],[114.860028,41.80266],[114.880442,41.783133],[114.888028,41.783787],[114.894617,41.74118],[114.894551,41.717906],[114.899198,41.669983],[114.897635,41.66905],[114.897843,41.635715],[114.873177,41.621578],[114.864446,41.611803],[114.858623,41.601613],[114.859659,41.598547],[114.874902,41.597589],[114.874037,41.602405],[114.875389,41.60527],[114.916383,41.608148],[114.933143,41.611293],[114.963044,41.612516],[114.963571,41.606112],[114.979802,41.606507],[115.003182,41.611364],[115.015869,41.611601],[115.032453,41.603371],[115.027795,41.598947],[115.0304,41.597467],[115.047779,41.595753],[115.064343,41.601427],[115.07165,41.611301],[115.076847,41.611267],[115.080779,41.62084],[115.092218,41.621691],[115.106735,41.613547],[115.113612,41.611424],[115.141501,41.614392],[115.143055,41.603886],[115.144962,41.600822],[115.191785,41.602244],[115.199232,41.597838],[115.197567,41.569306],[115.23306,41.57449],[115.24628,41.577153],[115.254396,41.582246],[115.259957,41.591339],[115.256747,41.61353],[115.27536,41.61948],[115.290935,41.612218],[115.304295,41.590614],[115.358338,41.593608],[115.370815,41.60026],[115.358359,41.610115],[115.338801,41.633477],[115.354214,41.659124],[115.355707,41.665923],[115.348791,41.669964],[115.330179,41.672945],[115.324733,41.680932],[115.309655,41.692093],[115.308399,41.700979],[115.317307,41.706008],[115.332394,41.710813],[115.413382,41.730111],[115.434773,41.74103],[115.501713,41.76083],[115.527938,41.770314],[115.546358,41.779835],[115.551231,41.784917],[115.563891,41.790803],[115.565112,41.789445],[115.589858,41.801614],[115.611872,41.81278],[115.615595,41.816884],[115.645021,41.826508],[115.654109,41.835593],[115.69152,41.857253],[115.721875,41.872669],[115.721807,41.880919],[115.726029,41.892638],[115.73258,41.894437],[115.738629,41.892553],[115.7441,41.887476],[115.756943,41.884488],[115.763929,41.885786],[115.790926,41.904449],[115.788592,41.909933],[115.789437,41.912658],[115.80357,41.913341],[115.81318,41.917822],[115.823564,41.932865],[115.840643,41.936468],[115.848598,41.933956],[115.878518,41.935701],[115.915462,41.948683],[115.928272,41.913343],[115.936184,41.899177],[115.958367,41.867189],[115.995632,41.827134],[115.994382,41.817582],[115.995464,41.80246],[116.007124,41.7891],[116.010136,41.774909],[116.027297,41.774663],[116.02756,41.779343],[116.030555,41.78041],[116.04611,41.780393],[116.077414,41.779505],[116.074481,41.774114],[116.091909,41.774184],[116.101014,41.784166],[116.106277,41.785498],[116.12306,41.805998],[116.12135,41.811992],[116.118651,41.815208],[116.099392,41.830861],[116.100507,41.845796],[116.105362,41.851791],[116.119937,41.864925],[116.131597,41.868701],[116.134869,41.868512],[116.148228,41.859082],[116.157791,41.863025],[116.163971,41.870737],[116.166587,41.871454],[116.183032,41.860777],[116.187328,41.859675],[116.192941,41.862128],[116.198532,41.868634],[116.198745,41.872233],[116.205676,41.883707],[116.203002,41.890792],[116.20842,41.896411],[116.208779,41.905477],[116.223699,41.921353],[116.223577,41.925742],[116.219959,41.927794],[116.218547,41.930601],[116.223122,41.936049],[116.227566,41.939747],[116.235552,41.942814],[116.24157,41.942694],[116.255824,41.953542],[116.263687,41.953193],[116.273698,41.955673],[116.276781,41.957473],[116.276481,41.960872],[116.284838,41.969769],[116.2893,41.970761],[116.292792,41.96808],[116.295837,41.968163],[116.301654,41.975265],[116.307894,41.993119],[116.316384,42.002268],[116.327681,42.007363],[116.344078,42.006183],[116.34977,42.009309],[116.375063,42.007888],[116.377004,42.005764],[116.376626,42.003212],[116.394993,41.995058],[116.409152,41.992622],[116.41413,41.987757],[116.40878,41.963569],[116.393732,41.947949],[116.389435,41.94868],[116.384073,41.94685],[116.383241,41.944226],[116.386321,41.941969],[116.393883,41.94158],[116.40061,41.944187],[116.411626,41.942861],[116.417445,41.938232],[116.428891,41.938012],[116.453792,41.948162],[116.456982,41.952247],[116.481459,41.969865],[116.48448,41.977893],[116.490469,41.980694],[116.518761,41.958387],[116.523795,41.956935],[116.529648,41.952335],[116.53049,41.949951],[116.527653,41.945164],[116.540332,41.93156],[116.551375,41.929473],[116.558952,41.931673],[116.569613,41.925979],[116.582045,41.923583],[116.587596,41.926504],[116.585006,41.931994],[116.586426,41.934192],[116.605022,41.931486],[116.613408,41.932702],[116.626145,41.928531],[116.632771,41.928118],[116.635777,41.929167],[116.644441,41.940731],[116.654427,41.94511],[116.663202,41.945784],[116.688355,41.942688],[116.687543,41.9479],[116.718379,41.95037],[116.740115,41.980054],[116.751901,41.991541],[116.760609,41.993943],[116.768115,41.990226],[116.764949,41.986009],[116.765444,41.984438],[116.783123,41.971447],[116.832415,41.992448],[116.84001,42.002496],[116.854671,42.001638],[116.869338,42.008353],[116.876805,42.015473],[116.877827,42.024048],[116.875148,42.028056],[116.881608,42.05229],[116.879695,42.062326],[116.873837,42.066282],[116.873904,42.069551],[116.876069,42.075861],[116.881259,42.078753],[116.884252,42.085265],[116.885829,42.103412],[116.878655,42.111034],[116.862934,42.12071],[116.869261,42.125624],[116.853818,42.132372],[116.843867,42.154492],[116.819047,42.153254],[116.77685,42.205667],[116.812048,42.198045],[116.850759,42.195852],[116.851685,42.186947],[116.87712,42.1928],[116.897907,42.186284],[116.916162,42.192176],[116.918846,42.208276],[116.917747,42.211018],[116.91042,42.216809],[116.912729,42.230832],[116.89821,42.238758],[116.905058,42.28227],[116.894392,42.31261],[116.883827,42.33299],[116.878707,42.351398],[116.881876,42.366252],[116.889778,42.376886],[116.888332,42.385886],[116.895339,42.387656],[116.930761,42.408439],[116.965783,42.425958],[116.973685,42.426315],[116.989391,42.423261],[116.993004,42.425218],[116.999881,42.433835],[117.002818,42.440257],[117.00266,42.447837],[117.006988,42.452986],[117.021347,42.457062],[117.042653,42.452298],[117.047339,42.452527],[117.071448,42.458612],[117.075685,42.463026],[117.085021,42.479484],[117.088966,42.481949],[117.091968,42.481613],[117.107191,42.471814],[117.112745,42.470323],[117.120008,42.472143],[117.155848,42.463836],[117.195237,42.465909],[117.211593,42.470156],[117.252084,42.472454],[117.257645,42.474186],[117.258871,42.477386],[117.269593,42.479648],[117.2812,42.477242],[117.299464,42.46816],[117.317622,42.465366],[117.317607,42.463567],[117.326187,42.45869],[117.34644,42.457658],[117.38442,42.459399],[117.390988,42.464783],[117.406346,42.469237],[117.406993,42.476078],[117.404756,42.479073],[117.406038,42.485238],[117.410277,42.492831],[117.409195,42.510344],[117.406419,42.51557],[117.40137,42.517704],[117.384663,42.516187],[117.388019,42.523088],[117.389391,42.534102],[117.400516,42.541653],[117.415395,42.547469],[117.426616,42.554063],[117.431163,42.569603],[117.431471,42.578359],[117.429632,42.581926],[117.449155,42.587307],[117.454363,42.595992],[117.466555,42.600218],[117.478274,42.598634],[117.483335,42.595214],[117.502662,42.596105],[117.50829,42.597801],[117.517617,42.588868],[117.523159,42.588164],[117.532543,42.601502],[117.541977,42.604362],[117.581048,42.602775],[117.594028,42.600819],[117.604284,42.590445],[117.641039,42.586738],[117.660683,42.580459],[117.673298,42.583856],[117.68024,42.581088],[117.70105,42.586135],[117.717943,42.595679],[117.745,42.598534],[117.747489,42.602442],[117.77178,42.610456],[117.795698,42.615453],[117.799844,42.613699]]]]}},{type:"Feature",properties:{name:"山西省",province_adcode:14e4,province_type:"省",name_en:"Shanxi",name_var:"Shān Xī",adcode:14e4},geometry:{type:"Polygon",coordinates:[[[114.13714,40.734448],[114.140542,40.730489],[114.142329,40.723972],[114.155083,40.712988],[114.158686,40.700322],[114.164293,40.698763],[114.167968,40.695493],[114.168628,40.693744],[114.166551,40.689075],[114.172824,40.67708],[114.196692,40.646374],[114.208372,40.637955],[114.209594,40.632996],[114.202414,40.627739],[114.204487,40.622476],[114.208798,40.621785],[114.218168,40.61035],[114.226985,40.6062],[114.245254,40.604776],[114.254803,40.611088],[114.262127,40.606376],[114.267854,40.598044],[114.276864,40.594236],[114.281015,40.58489],[114.279075,40.581518],[114.270394,40.577103],[114.266869,40.552766],[114.273157,40.549783],[114.284693,40.549299],[114.287924,40.54604],[114.290527,40.536155],[114.283255,40.528368],[114.280233,40.520572],[114.2797,40.510068],[114.276028,40.493614],[114.267568,40.48599],[114.260751,40.472941],[114.262737,40.462972],[114.265633,40.45874],[114.268855,40.456777],[114.27786,40.455949],[114.280099,40.449078],[114.291898,40.445706],[114.292094,40.435962],[114.281865,40.430044],[114.2798,40.423627],[114.28799,40.41408],[114.290245,40.399053],[114.297128,40.388075],[114.29764,40.3762],[114.296187,40.370396],[114.297416,40.367718],[114.307225,40.362296],[114.342618,40.365793],[114.348766,40.365461],[114.360224,40.360827],[114.368549,40.36221],[114.374617,40.361474],[114.376805,40.357889],[114.376955,40.35262],[114.390986,40.348675],[114.394856,40.349265],[114.40088,40.358599],[114.413576,40.36571],[114.429052,40.363669],[114.434991,40.368726],[114.44556,40.369349],[114.462527,40.35177],[114.464606,40.346599],[114.470873,40.343406],[114.489813,40.346552],[114.505943,40.356693],[114.51137,40.353261],[114.514822,40.34844],[114.525652,40.342054],[114.525301,40.335402],[114.522161,40.329095],[114.516871,40.3277],[114.518656,40.318464],[114.513413,40.305419],[114.509087,40.301374],[114.489454,40.291987],[114.492367,40.284842],[114.486714,40.274359],[114.449186,40.254427],[114.414594,40.246641],[114.413987,40.24456],[114.407827,40.24236],[114.380574,40.238008],[114.35879,40.247257],[114.351639,40.247978],[114.333723,40.243515],[114.328018,40.238486],[114.321914,40.236056],[114.307718,40.236804],[114.296926,40.227148],[114.287308,40.229773],[114.280939,40.228543],[114.279648,40.22447],[114.276928,40.223545],[114.261414,40.224871],[114.260567,40.232311],[114.253798,40.235285],[114.236494,40.217243],[114.2225,40.211678],[114.230049,40.200008],[114.230008,40.198109],[114.224769,40.193283],[114.216936,40.19714],[114.212531,40.196774],[114.209722,40.194853],[114.209682,40.189012],[114.206654,40.187413],[114.195634,40.190671],[114.175514,40.189911],[114.156224,40.185495],[114.150659,40.17945],[114.140539,40.17493],[114.127849,40.174133],[114.116175,40.177138],[114.114989,40.178347],[114.117133,40.181296],[114.116627,40.187328],[114.103673,40.192314],[114.091181,40.192317],[114.087071,40.18853],[114.076703,40.18506],[114.068601,40.184381],[114.062623,40.185698],[114.060815,40.184251],[114.060443,40.180242],[114.071846,40.153769],[114.077675,40.128937],[114.082308,40.12011],[114.094419,40.107381],[114.09494,40.098466],[114.084986,40.085398],[114.084188,40.073744],[114.075521,40.069045],[114.052542,40.065787],[114.044414,40.058067],[114.038733,40.055573],[114.035113,40.056278],[114.027351,40.063739],[114.028188,40.079163],[114.018887,40.088974],[114.013609,40.101037],[114.004031,40.10562],[113.988558,40.110006],[113.973297,40.111161],[113.967196,40.096787],[113.972058,40.089825],[113.974498,40.070002],[113.966612,40.051897],[113.959421,40.044756],[113.950455,40.029465],[113.907592,40.020937],[113.903047,40.010939],[113.903285,40.008145],[113.907806,40.001886],[113.916446,40.001835],[113.931119,40.007039],[113.950336,40.000834],[113.992669,39.991353],[114.009847,39.990585],[114.018349,39.988401],[114.022841,39.984223],[114.020805,39.967808],[114.02356,39.955445],[114.028997,39.949062],[114.03246,39.932265],[114.042514,39.913969],[114.048123,39.920342],[114.064855,39.921927],[114.076184,39.912516],[114.082246,39.909485],[114.097028,39.909924],[114.112631,39.908216],[114.118874,39.904106],[114.13319,39.901436],[114.140453,39.895017],[114.143541,39.894274],[114.149976,39.896122],[114.152645,39.899088],[114.160555,39.900262],[114.169815,39.897839],[114.174272,39.898781],[114.180638,39.902679],[114.183961,39.906832],[114.193435,39.907028],[114.199414,39.909834],[114.205326,39.917769],[114.206042,39.913932],[114.209646,39.91648],[114.220312,39.90643],[114.222735,39.896622],[114.221317,39.894707],[114.198031,39.88396],[114.192944,39.877553],[114.196528,39.870276],[114.209176,39.861054],[114.212794,39.861827],[114.215513,39.859773],[114.215443,39.855341],[114.219354,39.850177],[114.220438,39.851509],[114.218701,39.855473],[114.22202,39.85918],[114.231441,39.861127],[114.239129,39.860722],[114.247943,39.865195],[114.261418,39.867721],[114.270604,39.873317],[114.276039,39.872743],[114.280437,39.869853],[114.279227,39.857191],[114.295817,39.861201],[114.303157,39.858449],[114.30942,39.858673],[114.32083,39.864232],[114.331797,39.861548],[114.342668,39.861098],[114.375727,39.868295],[114.381016,39.865404],[114.388682,39.865815],[114.393149,39.855324],[114.391241,39.842674],[114.401038,39.832259],[114.396139,39.82446],[114.386753,39.822152],[114.383797,39.817947],[114.390886,39.810024],[114.391833,39.799255],[114.395465,39.792829],[114.402478,39.789565],[114.401319,39.785456],[114.402314,39.781007],[114.408613,39.782557],[114.410563,39.775581],[114.408916,39.769294],[114.402019,39.768061],[114.402494,39.762347],[114.407461,39.752751],[114.407967,39.74836],[114.401468,39.745395],[114.399335,39.734022],[114.40205,39.731577],[114.40315,39.722866],[114.401209,39.713255],[114.397703,39.706839],[114.398606,39.696924],[114.396142,39.691215],[114.399507,39.683099],[114.396026,39.666996],[114.398266,39.662787],[114.393206,39.65804],[114.398112,39.642775],[114.403855,39.641668],[114.407525,39.638881],[114.411812,39.629906],[114.417131,39.62749],[114.420244,39.621161],[114.419203,39.616741],[114.421568,39.612517],[114.429204,39.606008],[114.442025,39.606175],[114.454624,39.611326],[114.470417,39.607741],[114.484012,39.601131],[114.487892,39.601358],[114.491144,39.603817],[114.495047,39.603055],[114.499158,39.594801],[114.499829,39.591376],[114.498355,39.588343],[114.509187,39.563894],[114.519544,39.564185],[114.523752,39.562264],[114.528756,39.570561],[114.552635,39.581207],[114.560408,39.577857],[114.56294,39.572976],[114.558587,39.56439],[114.55719,39.554009],[114.551563,39.549737],[114.553127,39.543279],[114.551493,39.530817],[114.541709,39.524977],[114.534423,39.514477],[114.530131,39.511349],[114.532449,39.501187],[114.526297,39.484868],[114.516905,39.483952],[114.508763,39.477662],[114.495773,39.475617],[114.495597,39.471561],[114.498619,39.46649],[114.498392,39.460437],[114.491607,39.430861],[114.483047,39.426906],[114.475576,39.418153],[114.474987,39.411146],[114.471217,39.410921],[114.468961,39.40684],[114.469512,39.396792],[114.466815,39.387908],[114.466607,39.378491],[114.464754,39.377148],[114.46742,39.364425],[114.465549,39.363116],[114.462704,39.354427],[114.47413,39.34959],[114.472727,39.344746],[114.461051,39.336261],[114.461047,39.329662],[114.458826,39.327211],[114.44592,39.327707],[114.442799,39.32612],[114.442477,39.319435],[114.433868,39.318059],[114.428245,39.315156],[114.426307,39.307297],[114.426589,39.293817],[114.419776,39.284604],[114.420184,39.271557],[114.426447,39.26387],[114.430463,39.261686],[114.430514,39.259995],[114.428779,39.255854],[114.421034,39.247748],[114.411478,39.244838],[114.409752,39.24153],[114.417896,39.233962],[114.42936,39.228452],[114.44642,39.227743],[114.46118,39.223932],[114.467266,39.218901],[114.469535,39.214541],[114.465374,39.206327],[114.467079,39.200673],[114.464165,39.192868],[114.458911,39.186817],[114.446436,39.19155],[114.44152,39.190672],[114.43782,39.184418],[114.439291,39.181265],[114.437132,39.172773],[114.426614,39.174158],[114.424215,39.171598],[114.41564,39.171073],[114.40746,39.176646],[114.40228,39.177366],[114.376825,39.172638],[114.372907,39.166329],[114.369358,39.155907],[114.369846,39.151488],[114.373337,39.147457],[114.366521,39.146462],[114.353344,39.1398],[114.353862,39.13342],[114.359584,39.129295],[114.36314,39.12141],[114.363204,39.106796],[114.355827,39.098375],[114.35613,39.094214],[114.35313,39.089],[114.34272,39.075614],[114.3399,39.074544],[114.335075,39.073478],[114.326476,39.075765],[114.312879,39.070836],[114.301236,39.076448],[114.292797,39.078354],[114.2835,39.073532],[114.277587,39.074285],[114.261784,39.070817],[114.253121,39.073284],[114.245799,39.072423],[114.236245,39.065655],[114.21924,39.065528],[114.209778,39.063377],[114.208987,39.054773],[114.202326,39.049291],[114.195119,39.049091],[114.1812,39.051729],[114.168912,39.062464],[114.165272,39.063401],[114.161464,39.062208],[114.151634,39.05113],[114.144288,39.046748],[114.115727,39.048578],[114.105629,39.056938],[114.103383,39.074038],[114.101652,39.076201],[114.097932,39.076807],[114.091676,39.084423],[114.078709,39.092234],[114.07317,39.093005],[114.063355,39.091536],[114.058284,39.093061],[114.058291,39.095896],[114.061043,39.098897],[114.059937,39.104113],[114.046359,39.119136],[114.043524,39.128692],[114.039274,39.131837],[114.033253,39.126473],[114.011004,39.123722],[114,39.11935],[113.990894,39.10769],[113.989843,39.098918],[113.979894,39.090254],[113.970013,39.091505],[113.963685,39.098536],[113.957355,39.099894],[113.940549,39.091984],[113.926465,39.076845],[113.923245,39.066789],[113.916337,39.062163],[113.896576,39.066854],[113.893123,39.069122],[113.88105,39.066785],[113.862979,39.042205],[113.847853,39.026708],[113.813236,39.012135],[113.809897,38.996255],[113.806132,38.992646],[113.788261,38.990557],[113.780948,38.991475],[113.779175,38.993899],[113.770673,38.991347],[113.761731,38.976979],[113.759949,38.962147],[113.76228,38.940437],[113.767491,38.92887],[113.77031,38.906483],[113.76623,38.889629],[113.791994,38.863601],[113.798731,38.851554],[113.812258,38.844343],[113.82545,38.840162],[113.830013,38.840533],[113.839662,38.83804],[113.849637,38.818275],[113.848617,38.811423],[113.828992,38.802806],[113.821739,38.791605],[113.824508,38.783559],[113.825823,38.768751],[113.822947,38.763099],[113.824223,38.75805],[113.81007,38.758378],[113.794318,38.763575],[113.792117,38.762566],[113.767583,38.72773],[113.767737,38.711503],[113.760332,38.70423],[113.747378,38.698615],[113.736973,38.702525],[113.719544,38.71479],[113.715543,38.716156],[113.706479,38.7134],[113.704439,38.71091],[113.706464,38.682331],[113.713294,38.670861],[113.712812,38.667558],[113.701789,38.65662],[113.694349,38.651804],[113.667483,38.6462],[113.654586,38.650496],[113.628552,38.654511],[113.614956,38.650501],[113.597458,38.628371],[113.594591,38.616966],[113.594156,38.613189],[113.596234,38.608467],[113.60597,38.601483],[113.60362,38.593902],[113.588734,38.581288],[113.56096,38.567588],[113.548318,38.555254],[113.553573,38.541141],[113.553065,38.52296],[113.540609,38.516072],[113.546882,38.509104],[113.548839,38.501413],[113.547042,38.496851],[113.548477,38.490266],[113.556226,38.478988],[113.566409,38.474735],[113.582976,38.464399],[113.585059,38.459922],[113.582875,38.456848],[113.571208,38.455305],[113.561611,38.449489],[113.561443,38.437812],[113.55595,38.423976],[113.548861,38.423631],[113.541214,38.425864],[113.532875,38.423378],[113.527086,38.418907],[113.516983,38.376164],[113.523206,38.36969],[113.527438,38.358487],[113.530645,38.355375],[113.542256,38.352712],[113.547186,38.346861],[113.556429,38.339861],[113.55725,38.329354],[113.548302,38.324882],[113.542868,38.313825],[113.533832,38.287998],[113.534296,38.264925],[113.538261,38.257294],[113.559014,38.240851],[113.574716,38.237885],[113.578983,38.235742],[113.583273,38.236709],[113.617329,38.232005],[113.641641,38.233139],[113.647621,38.231469],[113.655375,38.221802],[113.678499,38.204817],[113.696537,38.207416],[113.709776,38.206002],[113.71886,38.191759],[113.745985,38.171275],[113.787106,38.161263],[113.793967,38.161233],[113.811439,38.166729],[113.827334,38.166269],[113.828642,38.162603],[113.809781,38.127615],[113.805344,38.109673],[113.817243,38.106843],[113.871022,38.055705],[113.870598,38.011332],[113.858672,38.001172],[113.858274,37.998176],[113.866118,37.990419],[113.871041,37.988915],[113.880676,37.991041],[113.891087,37.985047],[113.920476,37.949525],[113.917662,37.942873],[113.929548,37.920646],[113.942402,37.917685],[113.945867,37.915442],[113.968417,37.878036],[113.970333,37.862821],[113.960653,37.856407],[113.956959,37.849158],[113.958342,37.827396],[113.965862,37.817563],[113.969664,37.816046],[113.987234,37.818786],[114.007979,37.811658],[114.007871,37.807764],[114.004832,37.805308],[114.005575,37.802796],[114.011019,37.798768],[114.023226,37.794166],[114.027043,37.789358],[114.037446,37.786444],[114.037843,37.781681],[114.033769,37.774773],[114.037976,37.765375],[114.034014,37.758257],[114.037195,37.75223],[114.02267,37.74616],[114.014385,37.745294],[114.011348,37.746383],[113.993695,37.742522],[113.984014,37.719304],[113.985918,37.713443],[113.992127,37.709365],[114.011927,37.718549],[114.024958,37.712908],[114.029857,37.716484],[114.02758,37.723102],[114.029334,37.726099],[114.034963,37.726784],[114.052225,37.724218],[114.062534,37.715889],[114.077785,37.715011],[114.084852,37.710181],[114.093013,37.712763],[114.095071,37.716007],[114.097846,37.707687],[114.102653,37.706731],[114.106453,37.710404],[114.112226,37.700442],[114.126134,37.69401],[114.127539,37.682116],[114.132733,37.675469],[114.132365,37.669569],[114.128749,37.664293],[114.1283,37.653759],[114.132492,37.645963],[114.11183,37.635902],[114.108865,37.625768],[114.102162,37.616704],[114.118833,37.610871],[114.123117,37.604877],[114.122037,37.600826],[114.110665,37.584771],[114.105407,37.58337],[114.103288,37.572373],[114.09855,37.569356],[114.087052,37.567731],[114.089112,37.558722],[114.087264,37.554698],[114.088485,37.545442],[114.085559,37.543863],[114.082187,37.544783],[114.073846,37.53934],[114.070637,37.533027],[114.06639,37.516408],[114.06353,37.512453],[114.062104,37.511525],[114.057662,37.513133],[114.051172,37.509834],[114.047316,37.502203],[114.042037,37.49862],[114.03736,37.48724],[114.032342,37.486057],[114.026832,37.479693],[114.023699,37.473599],[114.024018,37.468616],[114.028425,37.462198],[114.028618,37.453472],[114.022658,37.439536],[114.018375,37.436814],[114.004958,37.417723],[113.992486,37.420692],[113.982814,37.417944],[113.969058,37.408937],[113.964762,37.3953],[113.952771,37.381944],[113.947427,37.379248],[113.946497,37.37396],[113.950625,37.367834],[113.947926,37.362952],[113.94982,37.350157],[113.947932,37.345513],[113.937997,37.338586],[113.933871,37.343309],[113.92363,37.348055],[113.918161,37.347296],[113.912486,37.339793],[113.912169,37.337476],[113.914049,37.334895],[113.913286,37.329678],[113.893583,37.3156],[113.890864,37.308728],[113.889071,37.276409],[113.881038,37.271591],[113.876343,37.260159],[113.877735,37.257201],[113.876181,37.249209],[113.859647,37.221447],[113.828362,37.187929],[113.82706,37.175951],[113.817764,37.169715],[113.798265,37.164118],[113.795256,37.157466],[113.789245,37.1536],[113.774293,37.155489],[113.766158,37.152156],[113.764791,37.132633],[113.769107,37.120559],[113.767629,37.102651],[113.762489,37.097399],[113.753892,37.094252],[113.756219,37.079259],[113.752355,37.075052],[113.754719,37.069538],[113.765616,37.060105],[113.772939,37.057406],[113.775267,37.060296],[113.785917,37.051068],[113.782025,37.040213],[113.767373,37.028029],[113.760638,37.015717],[113.772572,37.002998],[113.790364,36.995592],[113.783614,36.992895],[113.761426,36.963523],[113.754795,36.960226],[113.75273,36.952627],[113.772764,36.917045],[113.778833,36.909904],[113.791619,36.88235],[113.791217,36.880322],[113.781892,36.869203],[113.773191,36.868664],[113.750585,36.862676],[113.74802,36.854505],[113.748908,36.851601],[113.741298,36.849335],[113.73435,36.850056],[113.724822,36.861245],[113.726774,36.875911],[113.722794,36.882805],[113.702133,36.887906],[113.692104,36.886511],[113.684413,36.88053],[113.669998,36.851773],[113.668413,36.830378],[113.673307,36.826091],[113.666355,36.804593],[113.669334,36.798503],[113.666197,36.79294],[113.659385,36.789026],[113.6523,36.788138],[113.633096,36.780531],[113.605719,36.759026],[113.591648,36.75214],[113.576221,36.755446],[113.572008,36.75821],[113.569635,36.763022],[113.533511,36.754763],[113.530149,36.751719],[113.538476,36.747739],[113.538261,36.74129],[113.530458,36.736268],[113.511575,36.7292],[113.510099,36.733129],[113.503059,36.737628],[113.491733,36.740508],[113.477934,36.740343],[113.458928,36.721454],[113.4549,36.714198],[113.463056,36.704057],[113.472498,36.704117],[113.491405,36.709975],[113.494526,36.709735],[113.509822,36.697951],[113.504904,36.688812],[113.491537,36.67689],[113.472534,36.663535],[113.47018,36.653066],[113.472593,36.639708],[113.477673,36.635599],[113.519541,36.622774],[113.54425,36.622641],[113.541003,36.609941],[113.530028,36.598384],[113.530297,36.59275],[113.534695,36.588967],[113.546727,36.584729],[113.583044,36.56262],[113.584506,36.5488],[113.579661,36.540987],[113.573611,36.540503],[113.560571,36.543256],[113.539362,36.541282],[113.539144,36.535373],[113.556326,36.530841],[113.547468,36.498196],[113.550042,36.492478],[113.558918,36.491501],[113.577303,36.482513],[113.578297,36.479824],[113.573782,36.475921],[113.574048,36.471696],[113.580493,36.457061],[113.587489,36.454392],[113.607141,36.460002],[113.621279,36.458887],[113.638305,36.443597],[113.646165,36.434416],[113.653317,36.429928],[113.673782,36.42241],[113.690432,36.425927],[113.697876,36.425278],[113.705038,36.422547],[113.707994,36.410489],[113.724228,36.380475],[113.736033,36.374018],[113.739553,36.370308],[113.732897,36.366285],[113.731294,36.362189],[113.732235,36.359741],[113.735268,36.357573],[113.736669,36.358419],[113.736944,36.35704],[113.733849,36.355302],[113.719704,36.337834],[113.734792,36.323966],[113.73412,36.320078],[113.720677,36.305426],[113.713065,36.301847],[113.706174,36.303287],[113.70165,36.300657],[113.700785,36.297871],[113.707204,36.273266],[113.707299,36.26301],[113.695452,36.259188],[113.692422,36.254593],[113.691758,36.251821],[113.69356,36.247117],[113.685455,36.215709],[113.689547,36.214991],[113.694374,36.211646],[113.697,36.200175],[113.691253,36.20116],[113.679321,36.19682],[113.679782,36.195097],[113.688957,36.190397],[113.693294,36.183678],[113.685388,36.178912],[113.667849,36.175744],[113.649149,36.175151],[113.646136,36.171424],[113.651397,36.165227],[113.672574,36.160141],[113.698376,36.149199],[113.706813,36.133016],[113.705435,36.129622],[113.698984,36.126669],[113.686159,36.124236],[113.66981,36.125234],[113.665184,36.121212],[113.678456,36.076735],[113.681701,36.060994],[113.678374,36.05527],[113.661647,36.050333],[113.654996,36.045227],[113.652892,36.040002],[113.65561,36.029056],[113.674,36.024874],[113.690688,36.025127],[113.699031,36.020993],[113.689517,36.007854],[113.694237,36],[113.696301,35.991433],[113.662314,35.983578],[113.655262,35.990425],[113.644434,35.99632],[113.641127,35.994847],[113.635572,35.985977],[113.628921,35.987323],[113.625936,35.986353],[113.625925,35.982374],[113.628885,35.975865],[113.639622,35.970927],[113.640962,35.968645],[113.640534,35.963977],[113.645851,35.96063],[113.649945,35.946384],[113.650515,35.935604],[113.646845,35.929224],[113.637492,35.923908],[113.637793,35.921663],[113.64273,35.916344],[113.64534,35.908465],[113.639122,35.90388],[113.639809,35.88521],[113.632329,35.874846],[113.629434,35.864272],[113.631622,35.859604],[113.639959,35.853388],[113.645305,35.856262],[113.654772,35.854311],[113.655552,35.852863],[113.652292,35.850173],[113.650134,35.841178],[113.653433,35.837768],[113.656304,35.837294],[113.656229,35.835635],[113.647168,35.826389],[113.636146,35.82251],[113.631343,35.824554],[113.627306,35.833807],[113.617255,35.835162],[113.614601,35.834464],[113.611827,35.829929],[113.59857,35.822659],[113.585207,35.823526],[113.580433,35.826615],[113.577526,35.820483],[113.57813,35.817436],[113.58445,35.815233],[113.581222,35.805681],[113.591566,35.804556],[113.600488,35.79958],[113.594901,35.795253],[113.583167,35.794742],[113.574238,35.790099],[113.57744,35.786147],[113.588348,35.782491],[113.597459,35.774999],[113.600634,35.770294],[113.599153,35.759796],[113.582667,35.751028],[113.585635,35.735346],[113.60024,35.716863],[113.593095,35.713312],[113.597268,35.708583],[113.59573,35.699041],[113.586766,35.693466],[113.601232,35.685775],[113.608415,35.686077],[113.619047,35.6738],[113.617688,35.670627],[113.612293,35.666889],[113.612245,35.663057],[113.619594,35.655197],[113.617697,35.645008],[113.619296,35.642502],[113.619362,35.633145],[113.613223,35.631734],[113.600459,35.633793],[113.585362,35.631427],[113.57029,35.632721],[113.567052,35.638437],[113.55595,35.644667],[113.552593,35.648853],[113.551116,35.654538],[113.545055,35.654617],[113.543286,35.64774],[113.547223,35.636832],[113.543163,35.633167],[113.548529,35.627425],[113.550609,35.621183],[113.54223,35.617976],[113.539418,35.615355],[113.536735,35.603607],[113.537068,35.597168],[113.521843,35.591951],[113.515595,35.586688],[113.510322,35.578644],[113.498771,35.575577],[113.497096,35.573055],[113.496975,35.570483],[113.502617,35.55897],[113.501584,35.556144],[113.49179,35.549002],[113.489351,35.544849],[113.494488,35.528385],[113.503273,35.524793],[113.502983,35.518246],[113.500587,35.514844],[113.496435,35.517578],[113.486076,35.515276],[113.483358,35.520774],[113.476624,35.522185],[113.471411,35.519125],[113.472268,35.514358],[113.468486,35.509997],[113.454688,35.513911],[113.41932,35.508149],[113.415665,35.504677],[113.407476,35.50371],[113.403188,35.505435],[113.400137,35.51443],[113.398489,35.51483],[113.394525,35.508293],[113.389522,35.505343],[113.378988,35.503201],[113.375316,35.49677],[113.37479,35.490584],[113.366855,35.484461],[113.343862,35.473838],[113.344479,35.469366],[113.342152,35.46774],[113.323213,35.468677],[113.31663,35.47125],[113.317246,35.47399],[113.313452,35.477698],[113.305423,35.482652],[113.303313,35.48226],[113.288152,35.47114],[113.285504,35.46706],[113.301003,35.466382],[113.316128,35.461163],[113.318955,35.455583],[113.308239,35.449671],[113.30654,35.458404],[113.303627,35.461005],[113.298397,35.461694],[113.300766,35.453808],[113.296359,35.452528],[113.291823,35.447721],[113.290899,35.441075],[113.29361,35.434815],[113.299441,35.428692],[113.296527,35.424477],[113.273797,35.434918],[113.250031,35.439223],[113.238327,35.44754],[113.235023,35.454417],[113.214719,35.451549],[113.202104,35.446792],[113.195987,35.449107],[113.184869,35.448813],[113.181738,35.437785],[113.18626,35.432847],[113.178258,35.423489],[113.177565,35.420745],[113.178262,35.418284],[113.182251,35.4167],[113.181943,35.41246],[113.178792,35.409399],[113.170448,35.414593],[113.159102,35.415379],[113.163131,35.402165],[113.169353,35.400852],[113.170838,35.396815],[113.164297,35.390291],[113.15417,35.384914],[113.144088,35.371735],[113.14026,35.369999],[113.140407,35.35746],[113.143572,35.350676],[113.130374,35.347995],[113.130632,35.34513],[113.132945,35.343508],[113.133122,35.339253],[113.128683,35.334139],[113.117696,35.330628],[113.101459,35.338378],[113.088159,35.336503],[113.074897,35.343243],[113.063801,35.353256],[113.057192,35.348741],[113.05194,35.352703],[113.03003,35.360293],[113.018185,35.356567],[113.007221,35.362274],[113.005299,35.362363],[113.003926,35.359648],[113.001398,35.359069],[112.99049,35.363477],[112.983292,35.356392],[112.985124,35.351081],[112.97794,35.335874],[112.978447,35.312205],[112.982104,35.308962],[112.986733,35.298479],[112.979982,35.286485],[112.97814,35.285734],[112.96881,35.289992],[112.965316,35.293575],[112.960622,35.294301],[112.955129,35.290157],[112.947316,35.28733],[112.93038,35.284671],[112.927027,35.282513],[112.929476,35.278511],[112.930125,35.271762],[112.923464,35.253616],[112.920466,35.250039],[112.91555,35.247712],[112.87763,35.239678],[112.861107,35.24452],[112.846783,35.253401],[112.817902,35.25702],[112.810954,35.255928],[112.810147,35.246036],[112.807892,35.2427],[112.797833,35.236801],[112.784316,35.238931],[112.78783,35.24429],[112.778331,35.244937],[112.769616,35.237768],[112.773489,35.23042],[112.775923,35.229654],[112.773433,35.222969],[112.76197,35.214862],[112.755708,35.205063],[112.741716,35.203593],[112.729681,35.210763],[112.721333,35.211202],[112.711621,35.205334],[112.708215,35.197545],[112.707262,35.188446],[112.705799,35.187354],[112.702082,35.189507],[112.697347,35.1997],[112.69739,35.21001],[112.702578,35.215937],[112.701921,35.217299],[112.68953,35.219232],[112.678537,35.227134],[112.676866,35.234085],[112.654975,35.239448],[112.649504,35.24605],[112.645898,35.258078],[112.643082,35.259772],[112.636525,35.259262],[112.626355,35.271302],[112.622945,35.273059],[112.62095,35.271093],[112.622552,35.267452],[112.621147,35.263754],[112.60961,35.252747],[112.614313,35.246],[112.632601,35.241586],[112.629918,35.231122],[112.620367,35.228873],[112.617723,35.222886],[112.613663,35.220824],[112.589417,35.224192],[112.585041,35.220732],[112.566783,35.222421],[112.56262,35.220145],[112.561292,35.211911],[112.559316,35.21097],[112.547379,35.214424],[112.538791,35.21878],[112.537029,35.221543],[112.526801,35.224427],[112.511751,35.219733],[112.490959,35.226936],[112.484059,35.232573],[112.479333,35.231092],[112.47455,35.22598],[112.461422,35.23204],[112.445581,35.228744],[112.442996,35.235209],[112.408764,35.239548],[112.398878,35.242731],[112.381818,35.23923],[112.380683,35.234562],[112.37633,35.230594],[112.358996,35.219994],[112.35376,35.222458],[112.329362,35.220379],[112.300138,35.222013],[112.281299,35.218498],[112.280595,35.221579],[112.296069,35.24704],[112.296279,35.248826],[112.292216,35.252581],[112.257651,35.24834],[112.241711,35.238045],[112.235997,35.236029],[112.219814,35.237704],[112.209562,35.239511],[112.204577,35.244157],[112.202461,35.249866],[112.189547,35.256989],[112.14411,35.26934],[112.129429,35.272012],[112.12364,35.271629],[112.117485,35.266054],[112.111431,35.265112],[112.104626,35.268349],[112.105994,35.270928],[112.102971,35.274598],[112.084503,35.279327],[112.06962,35.277123],[112.05174,35.279964],[112.047894,35.276884],[112.046194,35.27189],[112.068384,35.249923],[112.072737,35.241523],[112.075368,35.223708],[112.074693,35.219506],[112.063662,35.216559],[112.053723,35.209418],[112.038147,35.201315],[112.034114,35.197459],[112.037319,35.187778],[112.05296,35.16684],[112.060356,35.151008],[112.05985,35.146659],[112.053793,35.139564],[112.058115,35.13237],[112.055596,35.118252],[112.04809,35.093823],[112.055903,35.078866],[112.056418,35.058622],[112.054625,35.052926],[112.045889,35.045598],[112.03687,35.047801],[112.032769,35.04609],[112.03018,35.05296],[112.018468,35.06012],[112.015886,35.067742],[112.014058,35.068835],[112.008164,35.069513],[112.000533,35.06601],[111.984333,35.070268],[111.971819,35.068099],[111.9578,35.079793],[111.9458,35.08307],[111.923885,35.083591],[111.91685,35.075516],[111.910633,35.072015],[111.895288,35.081417],[111.87861,35.07022],[111.858453,35.077606],[111.855191,35.075698],[111.81154,35.069684],[111.804,35.064311],[111.805852,35.050181],[111.803916,35.039476],[111.801667,35.034904],[111.795128,35.029642],[111.786811,35.027655],[111.776721,35.031081],[111.77312,35.030526],[111.771078,35.028695],[111.770651,35.024217],[111.768068,35.019625],[111.761431,35.016056],[111.751462,35.017715],[111.743381,35.017164],[111.734935,35.011676],[111.735747,35.007687],[111.734213,35.005298],[111.712114,35.004345],[111.690084,35.000047],[111.680695,34.989453],[111.664561,34.989174],[111.660304,34.987741],[111.658779,34.983071],[111.669487,34.973463],[111.671479,34.96187],[111.675501,34.950977],[111.657467,34.940273],[111.640283,34.939433],[111.625352,34.92567],[111.622235,34.918223],[111.616221,34.917952],[111.615068,34.916182],[111.615698,34.907842],[111.611617,34.896071],[111.606795,34.893167],[111.598774,34.893247],[111.587081,34.886128],[111.585331,34.882479],[111.582939,34.861556],[111.576699,34.852921],[111.564868,34.844738],[111.561527,34.843968],[111.554733,34.846538],[111.553648,34.850598],[111.549073,34.853341],[111.534795,34.854146],[111.51897,34.8499],[111.505696,34.841255],[111.496448,34.830629],[111.472775,34.826768],[111.458535,34.827859],[111.446678,34.837389],[111.434232,34.839378],[111.42536,34.830407],[111.417412,34.828162],[111.409922,34.828695],[111.397775,34.819223],[111.388645,34.81601],[111.35214,34.82259],[111.345574,34.826583],[111.343449,34.832011],[111.335331,34.832499],[111.318454,34.822263],[111.301432,34.817088],[111.284094,34.807261],[111.274617,34.810338],[111.256777,34.821311],[111.250284,34.822274],[111.244185,34.817099],[111.234703,34.795083],[111.230063,34.792256],[111.219948,34.789742],[111.215818,34.790981],[111.207404,34.799732],[111.201454,34.802362],[111.177254,34.802606],[111.171314,34.805374],[111.162052,34.814621],[111.154704,34.816221],[111.148414,34.814972],[111.13132,34.795968],[111.123685,34.773842],[111.117373,34.761175],[111.101395,34.756926],[111.052029,34.752129],[111.009532,34.731838],[110.96376,34.701218],[110.960742,34.701752],[110.958416,34.705075],[110.95754,34.712764],[110.953892,34.718458],[110.94433,34.725506],[110.92904,34.732855],[110.921851,34.732804],[110.91605,34.730788],[110.912635,34.72497],[110.91499,34.71731],[110.90667,34.702965],[110.900995,34.678937],[110.893855,34.661937],[110.885442,34.6517],[110.875615,34.64377],[110.865063,34.639799],[110.853519,34.640476],[110.845755,34.638246],[110.840465,34.63347],[110.835113,34.623742],[110.826977,34.617941],[110.818432,34.617539],[110.809386,34.622175],[110.800275,34.638375],[110.791901,34.648606],[110.777096,34.65302],[110.747753,34.654428],[110.742224,34.651856],[110.736806,34.64212],[110.731573,34.637091],[110.718007,34.631256],[110.714115,34.628029],[110.707291,34.609794],[110.704213,34.606541],[110.699189,34.605232],[110.690659,34.612056],[110.687864,34.61245],[110.680961,34.606376],[110.675188,34.594838],[110.669059,34.591941],[110.663293,34.590259],[110.655393,34.590459],[110.646928,34.593891],[110.638835,34.599725],[110.607136,34.612912],[110.596924,34.609117],[110.585216,34.597949],[110.579035,34.594518],[110.557531,34.59081],[110.546476,34.586504],[110.53267,34.583784],[110.522315,34.587432],[110.48248,34.612537],[110.466544,34.619735],[110.458552,34.616672],[110.440442,34.602242],[110.421051,34.592893],[110.405849,34.592056],[110.39554,34.593529],[110.37987,34.601415],[110.371694,34.600639],[110.353911,34.607351],[110.298792,34.609328],[110.272586,34.619205],[110.258386,34.627109],[110.245682,34.637336],[110.241198,34.642923],[110.236928,34.650845],[110.233741,34.662425],[110.2381,34.685343],[110.24567,34.709604],[110.252134,34.737821],[110.253408,34.759833],[110.25218,34.777897],[110.23071,34.89833],[110.230862,34.92345],[110.233477,34.933369],[110.240135,34.943207],[110.249665,34.951819],[110.261105,34.956596],[110.266371,34.961041],[110.266551,34.972776],[110.271104,34.980206],[110.29686,34.996001],[110.300822,35.004172],[110.298396,35.021487],[110.300096,35.025056],[110.317857,35.029625],[110.334859,35.052359],[110.335956,35.061855],[110.332857,35.070469],[110.340875,35.075803],[110.34959,35.088572],[110.355473,35.110827],[110.364804,35.125294],[110.370009,35.139395],[110.361002,35.149478],[110.354527,35.175822],[110.353628,35.186179],[110.355999,35.200273],[110.362109,35.212394],[110.364169,35.222192],[110.365619,35.236776],[110.364264,35.252908],[110.367719,35.258778],[110.37301,35.263483],[110.378221,35.27841],[110.384333,35.282354],[110.393802,35.283335],[110.403072,35.292769],[110.403364,35.302437],[110.408624,35.307939],[110.405647,35.316535],[110.413649,35.328272],[110.412555,35.338953],[110.416287,35.348733],[110.432824,35.366364],[110.439532,35.387775],[110.447109,35.396172],[110.455699,35.398537],[110.465013,35.404328],[110.469308,35.41842],[110.47976,35.430889],[110.501265,35.436522],[110.529212,35.464969],[110.536238,35.47576],[110.567341,35.547955],[110.57354,35.556812],[110.579367,35.558611],[110.582472,35.563536],[110.593466,35.570298],[110.599353,35.57198],[110.608227,35.588895],[110.606979,35.595888],[110.604057,35.600041],[110.605506,35.603171],[110.603864,35.60775],[110.607219,35.614155],[110.608699,35.623643],[110.610006,35.636649],[110.609092,35.644537],[110.606154,35.650956],[110.598427,35.659709],[110.5909,35.661549],[110.58596,35.664969],[110.586365,35.684092],[110.584429,35.687337],[110.579636,35.68997],[110.572381,35.701797],[110.57192,35.70796],[110.574426,35.713956],[110.57453,35.722094],[110.572596,35.728687],[110.57245,35.7389],[110.568785,35.751955],[110.570226,35.766566],[110.558503,35.785786],[110.559566,35.79083],[110.566003,35.800327],[110.566218,35.803482],[110.559181,35.822121],[110.545466,35.838558],[110.543779,35.847871],[110.546028,35.875405],[110.542703,35.878334],[110.537174,35.879536],[110.52292,35.87544],[110.512034,35.877289],[110.505932,35.880038],[110.510213,35.897538],[110.507812,35.908758],[110.511132,35.92342],[110.501273,35.935246],[110.498018,35.94284],[110.497273,35.949423],[110.500176,35.953107],[110.509341,35.95805],[110.511298,35.972216],[110.506185,35.977714],[110.493362,35.983306],[110.486662,35.992332],[110.486383,35.994636],[110.494758,36.007698],[110.488903,36.019306],[110.487048,36.033747],[110.476252,36.053131],[110.47527,36.057854],[110.462038,36.074126],[110.465337,36.084081],[110.465103,36.093883],[110.452392,36.108979],[110.444314,36.134333],[110.444354,36.145416],[110.441387,36.166911],[110.454205,36.196643],[110.453444,36.203798],[110.447426,36.214201],[110.44695,36.218491],[110.450223,36.225895],[110.468057,36.247201],[110.471486,36.259546],[110.469181,36.268732],[110.470297,36.28173],[110.461944,36.292829],[110.462539,36.297084],[110.468811,36.309577],[110.457153,36.323369],[110.454286,36.329295],[110.454306,36.334872],[110.457515,36.342418],[110.463294,36.349526],[110.464127,36.369613],[110.472675,36.379615],[110.482267,36.395537],[110.480853,36.400698],[110.486315,36.418344],[110.484446,36.426844],[110.469981,36.443411],[110.467311,36.451446],[110.469232,36.456163],[110.473158,36.460198],[110.493742,36.475292],[110.497508,36.483777],[110.49789,36.492685],[110.494979,36.517987],[110.496414,36.533485],[110.483954,36.550017],[110.482394,36.555385],[110.483179,36.560844],[110.491091,36.573435],[110.491726,36.582018],[110.487153,36.585688],[110.474071,36.590459],[110.465451,36.596152],[110.440671,36.622899],[110.420492,36.657847],[110.414541,36.663021],[110.40374,36.666829],[110.394438,36.672477],[110.386661,36.680012],[110.385976,36.686352],[110.388135,36.691765],[110.391426,36.694658],[110.398336,36.696691],[110.408286,36.693097],[110.418307,36.679915],[110.424048,36.678936],[110.429238,36.680016],[110.432639,36.686919],[110.428353,36.700434],[110.429549,36.707791],[110.442157,36.720747],[110.447031,36.730326],[110.445471,36.734713],[110.43654,36.736957],[110.430777,36.735028],[110.423487,36.724821],[110.419639,36.721808],[110.416002,36.721188],[110.41066,36.722773],[110.408855,36.726207],[110.409753,36.730917],[110.414228,36.735348],[110.417486,36.735721],[110.425048,36.741728],[110.426738,36.746754],[110.425303,36.750135],[110.414822,36.760071],[110.399182,36.763877],[110.382092,36.765019],[110.376792,36.769466],[110.377396,36.773448],[110.380956,36.775289],[110.392063,36.772502],[110.400413,36.774078],[110.412427,36.794169],[110.417489,36.809231],[110.41734,36.818379],[110.414329,36.820945],[110.401785,36.823823],[110.400764,36.827198],[110.402715,36.82961],[110.41251,36.833468],[110.415091,36.835961],[110.417221,36.842323],[110.418544,36.855739],[110.414502,36.861567],[110.403751,36.866906],[110.381026,36.869333],[110.372968,36.871997],[110.369263,36.876194],[110.369229,36.880349],[110.374737,36.884108],[110.387091,36.883818],[110.39588,36.886113],[110.403313,36.892485],[110.409052,36.932042],[110.41851,36.948366],[110.419945,36.957384],[110.417991,36.965178],[110.403543,36.987658],[110.398637,36.991332],[110.390876,36.992782],[110.375393,37.002679],[110.37132,37.009293],[110.370717,37.013115],[110.372447,37.017942],[110.375648,37.02046],[110.391166,37.022186],[110.404302,37.019797],[110.419128,37.008863],[110.426298,37.005528],[110.435229,37.00525],[110.443093,37.009272],[110.444751,37.015267],[110.442575,37.01966],[110.414828,37.024547],[110.411526,37.02909],[110.413013,37.034904],[110.420568,37.039722],[110.430298,37.042627],[110.44525,37.041153],[110.453677,37.043727],[110.461615,37.051224],[110.472057,37.065847],[110.482383,37.074102],[110.493564,37.089735],[110.501291,37.095206],[110.523512,37.105347],[110.528863,37.111163],[110.530381,37.115571],[110.528142,37.129038],[110.532068,37.142738],[110.573877,37.175114],[110.607196,37.213675],[110.627445,37.232092],[110.633473,37.245453],[110.647091,37.256654],[110.648706,37.272306],[110.651929,37.278197],[110.658479,37.282139],[110.673854,37.280595],[110.679875,37.281588],[110.683769,37.284257],[110.686017,37.288028],[110.685628,37.292511],[110.674003,37.305961],[110.672377,37.315186],[110.674591,37.318066],[110.684576,37.32177],[110.691581,37.328123],[110.694702,37.333453],[110.696022,37.339894],[110.694762,37.346231],[110.691978,37.350179],[110.682705,37.354574],[110.645439,37.355623],[110.636919,37.358977],[110.630387,37.363631],[110.625158,37.376046],[110.625281,37.395432],[110.637192,37.431492],[110.641002,37.438021],[110.644916,37.439877],[110.674673,37.441233],[110.732595,37.449049],[110.742468,37.451907],[110.745457,37.455384],[110.753611,37.473218],[110.753929,37.478354],[110.751376,37.489104],[110.753604,37.501635],[110.758068,37.511351],[110.766384,37.519303],[110.765194,37.537042],[110.776597,37.544161],[110.789571,37.557334],[110.790536,37.561146],[110.787086,37.568601],[110.77462,37.58176],[110.769234,37.589957],[110.766947,37.599613],[110.766009,37.615502],[110.763456,37.622746],[110.759653,37.627305],[110.757453,37.635644],[110.758665,37.640313],[110.76433,37.64525],[110.779896,37.645056],[110.783763,37.646682],[110.790903,37.65566],[110.791003,37.660367],[110.775873,37.674702],[110.761286,37.684011],[110.750842,37.68691],[110.735201,37.68812],[110.706941,37.698886],[110.702652,37.702686],[110.696499,37.713871],[110.696729,37.71734],[110.699773,37.721232],[110.710002,37.726775],[110.7181,37.729304],[110.730548,37.73056],[110.74917,37.737645],[110.752136,37.742089],[110.753171,37.748409],[110.751304,37.753476],[110.733985,37.766595],[110.712504,37.777698],[110.697099,37.783436],[110.675918,37.787461],[110.668745,37.790992],[110.664015,37.795787],[110.663329,37.802013],[110.650304,37.829017],[110.586992,37.922778],[110.550361,37.942757],[110.529846,37.947334],[110.520365,37.951258],[110.512302,37.96091],[110.511483,37.97253],[110.521064,37.98748],[110.52213,37.994355],[110.519007,38.001094],[110.513513,38.007661],[110.501188,38.013842],[110.498152,38.021827],[110.49568,38.03816],[110.502804,38.057858],[110.503402,38.064087],[110.502518,38.070588],[110.494658,38.08625],[110.495915,38.097161],[110.511848,38.114115],[110.515782,38.122147],[110.515031,38.128088],[110.499494,38.158174],[110.500414,38.184567],[110.506716,38.197797],[110.516096,38.207096],[110.530278,38.211436],[110.551276,38.21003],[110.556444,38.212312],[110.561829,38.218658],[110.563876,38.224672],[110.562181,38.240829],[110.56832,38.269174],[110.566708,38.285762],[110.57378,38.298538],[110.578479,38.303762],[110.590466,38.308293],[110.632708,38.303989],[110.651316,38.306889],[110.665955,38.314965],[110.677955,38.330769],[110.69043,38.34391],[110.715099,38.357441],[110.729965,38.359976],[110.740593,38.365885],[110.747333,38.373799],[110.751315,38.394972],[110.762141,38.419664],[110.775468,38.44476],[110.782071,38.450029],[110.79083,38.452643],[110.811417,38.451488],[110.819718,38.448745],[110.831277,38.440753],[110.839068,38.438779],[110.862601,38.449772],[110.871991,38.4577],[110.872564,38.461242],[110.866119,38.475184],[110.869017,38.493904],[110.864234,38.503555],[110.864046,38.508821],[110.873587,38.515141],[110.893804,38.514392],[110.901537,38.520462],[110.904641,38.527964],[110.906553,38.544641],[110.90328,38.552606],[110.903926,38.561555],[110.912984,38.572452],[110.915107,38.578292],[110.91345,38.580776],[110.901895,38.582945],[110.89073,38.58843],[110.888847,38.596931],[110.874188,38.614707],[110.873467,38.622697],[110.882674,38.638519],[110.888504,38.657953],[110.890656,38.660104],[110.89934,38.662453],[110.909857,38.670736],[110.910567,38.675217],[110.905186,38.686007],[110.904606,38.692387],[110.91023,38.704202],[110.916479,38.70911],[110.927668,38.714626],[110.934371,38.720751],[110.939769,38.729027],[110.951576,38.740825],[110.958877,38.754165],[110.958931,38.759544],[110.949758,38.771323],[110.950416,38.775842],[110.95531,38.78007],[110.970703,38.785716],[110.975044,38.789671],[110.982655,38.802824],[110.982866,38.809532],[110.986486,38.816896],[111.001555,38.838976],[110.999261,38.851398],[110.990484,38.860878],[110.989131,38.865651],[110.991595,38.868953],[110.997239,38.871449],[111.008924,38.883045],[111.010038,38.885973],[111.010322,38.89183],[111.004788,38.915139],[111.006074,38.927182],[110.990644,38.957585],[110.981052,38.962345],[110.974936,38.967341],[110.974119,38.971277],[110.975347,38.975045],[110.979751,38.983502],[110.989187,38.995172],[111.023674,39.015529],[111.031991,39.018801],[111.068704,39.021828],[111.081676,39.025634],[111.09708,39.037755],[111.111091,39.044648],[111.130749,39.061982],[111.135936,39.068946],[111.139786,39.079265],[111.140162,39.087764],[111.137599,39.09563],[111.141557,39.099869],[111.150963,39.102965],[111.156253,39.10658],[111.167724,39.134323],[111.165195,39.141745],[111.157091,39.148697],[111.15699,39.15337],[111.165334,39.167887],[111.175211,39.176681],[111.179542,39.182812],[111.196977,39.222309],[111.204963,39.228277],[111.212748,39.23894],[111.213385,39.243222],[111.20823,39.253793],[111.210935,39.267839],[111.221909,39.284692],[111.231265,39.288962],[111.241907,39.300295],[111.240018,39.301872],[111.234664,39.302316],[111.20763,39.300569],[111.191727,39.306821],[111.172585,39.326856],[111.1759,39.331975],[111.187434,39.339368],[111.188091,39.345273],[111.185419,39.348143],[111.181139,39.349732],[111.17358,39.349419],[111.163248,39.343591],[111.161066,39.336542],[111.152912,39.334672],[111.146756,39.340062],[111.152285,39.356339],[111.149547,39.366857],[111.14467,39.368047],[111.119086,39.365205],[111.108316,39.368872],[111.107392,39.373457],[111.114143,39.379257],[111.127624,39.386584],[111.132932,39.399861],[111.139008,39.409232],[111.145153,39.413714],[111.15292,39.417337],[111.157222,39.417308],[111.168201,39.423139],[111.178465,39.41956],[111.192034,39.418385],[111.19897,39.419861],[111.202398,39.424468],[111.210095,39.425426],[111.212635,39.423648],[111.222357,39.422309],[111.226172,39.423789],[111.229056,39.42721],[111.237908,39.427607],[111.250668,39.424016],[111.262161,39.423411],[111.273081,39.420438],[111.281469,39.415978],[111.299011,39.420508],[111.32684,39.419007],[111.334895,39.42091],[111.348034,39.427445],[111.353049,39.43241],[111.356882,39.444212],[111.357443,39.467215],[111.366496,39.478901],[111.383434,39.491464],[111.401468,39.498172],[111.413246,39.499076],[111.424429,39.50658],[111.427118,39.521696],[111.425006,39.526887],[111.416039,39.537157],[111.415934,39.539408],[111.418513,39.548327],[111.423557,39.555322],[111.434632,39.596191],[111.422917,39.610548],[111.422567,39.615769],[111.424808,39.619506],[111.4339,39.62021],[111.441877,39.614333],[111.44976,39.605356],[111.455062,39.606516],[111.456693,39.611582],[111.456369,39.620327],[111.454261,39.626275],[111.437108,39.629624],[111.433667,39.632606],[111.432033,39.640304],[111.436736,39.640748],[111.446935,39.646197],[111.461731,39.648047],[111.486278,39.659019],[111.504917,39.660999],[111.519877,39.659937],[111.526074,39.655313],[111.534932,39.651533],[111.572574,39.642463],[111.582284,39.642053],[111.588595,39.638123],[111.609283,39.630989],[111.618674,39.631403],[111.624692,39.638377],[111.634904,39.643857],[111.647652,39.637683],[111.68127,39.629949],[111.702981,39.616928],[111.706604,39.613328],[111.709824,39.604968],[111.775248,39.586334],[111.782303,39.588287],[111.81202,39.604761],[111.817598,39.61147],[111.828988,39.620713],[111.837416,39.619525],[111.842269,39.615445],[111.872106,39.601858],[111.877332,39.61122],[111.894041,39.616527],[111.906498,39.61502],[111.921158,39.608343],[111.925699,39.609042],[111.928177,39.615361],[111.92803,39.635781],[111.931223,39.644939],[111.918421,39.660187],[111.917975,39.664947],[111.947883,39.68487],[111.963895,39.711744],[111.95903,39.720021],[111.963226,39.785416],[111.966285,39.795117],[111.984785,39.807286],[112.023883,39.848713],[112.025871,39.848544],[112.038297,39.877043],[112.036887,39.885017],[112.047021,39.901065],[112.05844,39.905738],[112.071453,39.919999],[112.078392,39.937094],[112.085451,39.948798],[112.10986,39.977361],[112.115194,39.988353],[112.121212,39.990822],[112.124952,39.994808],[112.128328,40.012557],[112.133968,40.018696],[112.135423,40.026025],[112.155531,40.041498],[112.158079,40.045855],[112.169048,40.050509],[112.175406,40.061073],[112.174944,40.06864],[112.177483,40.084246],[112.190904,40.093633],[112.196817,40.102171],[112.207216,40.112651],[112.216055,40.127088],[112.224065,40.131494],[112.21933,40.15244],[112.224195,40.159601],[112.226495,40.168914],[112.282516,40.200719],[112.292875,40.21031],[112.290829,40.216183],[112.28344,40.222239],[112.296842,40.237468],[112.305153,40.252639],[112.303543,40.255148],[112.318267,40.257523],[112.32847,40.253127],[112.342684,40.253296],[112.352903,40.255388],[112.386362,40.274957],[112.406793,40.293891],[112.456592,40.298593],[112.523551,40.261167],[112.566704,40.252541],[112.618552,40.23801],[112.657809,40.211653],[112.683568,40.190733],[112.724534,40.164695],[112.739759,40.162195],[112.754709,40.166541],[112.79557,40.18567],[112.84763,40.203041],[112.88749,40.297725],[112.891475,40.316641],[112.889921,40.3263],[112.968147,40.350564],[112.991424,40.354423],[113.021485,40.36371],[113.059726,40.367965],[113.113482,40.376541],[113.119583,40.375551],[113.135969,40.383946],[113.147472,40.387573],[113.1686,40.392394],[113.223458,40.401015],[113.250974,40.413804],[113.251726,40.399772],[113.271865,40.384318],[113.284518,40.362711],[113.294557,40.335009],[113.309331,40.318602],[113.319212,40.318686],[113.321451,40.315346],[113.325363,40.316494],[113.329012,40.314875],[113.331933,40.315914],[113.332521,40.318612],[113.352394,40.317449],[113.355723,40.313693],[113.361937,40.31186],[113.432542,40.321603],[113.504322,40.335545],[113.529336,40.332613],[113.556317,40.345568],[113.567963,40.349346],[113.571735,40.352176],[113.57419,40.361675],[113.584414,40.370907],[113.597839,40.380008],[113.613318,40.387936],[113.622719,40.396047],[113.631793,40.407249],[113.641581,40.408331],[113.655867,40.415264],[113.662585,40.420219],[113.67332,40.436146],[113.672885,40.441575],[113.675138,40.443861],[113.692664,40.448898],[113.729654,40.467372],[113.735623,40.465414],[113.750799,40.4684],[113.763506,40.482829],[113.776714,40.491441],[113.787458,40.518037],[113.791406,40.517864],[113.797858,40.514394],[113.806932,40.503602],[113.811932,40.500144],[113.817499,40.498947],[113.831251,40.478949],[113.837825,40.476534],[113.849594,40.466333],[113.863413,40.448312],[113.873622,40.451583],[113.891478,40.463688],[113.896319,40.468237],[113.896415,40.471159],[113.893911,40.474284],[113.894685,40.47696],[113.914022,40.490494],[113.919627,40.489413],[113.934834,40.500354],[113.941273,40.515618],[113.945554,40.51539],[113.946107,40.517883],[113.949036,40.520029],[113.958333,40.52057],[113.965407,40.525117],[113.975659,40.522131],[113.997145,40.52179],[114.011025,40.51813],[114.015155,40.519601],[114.02293,40.525967],[114.043536,40.527857],[114.068751,40.541567],[114.07777,40.554839],[114.077854,40.557391],[114.070171,40.559383],[114.068009,40.561658],[114.071571,40.578787],[114.06642,40.583056],[114.055695,40.585829],[114.049446,40.589617],[114.049372,40.592464],[114.043882,40.602194],[114.036034,40.606661],[114.034221,40.609231],[114.041556,40.622268],[114.057966,40.635798],[114.061136,40.642127],[114.060644,40.658945],[114.065128,40.679046],[114.064986,40.686554],[114.059542,40.698447],[114.053611,40.702573],[114.054179,40.718706],[114.060215,40.725041],[114.078918,40.733614],[114.088099,40.740307],[114.095371,40.739243],[114.10193,40.734752],[114.109402,40.733346],[114.12668,40.744953],[114.13714,40.734448]]]}},{type:"Feature",properties:{name:"内蒙古自治区",province_adcode:15e4,province_type:"自治区",name_en:"Neimenggu",name_var:"Nèi Měng Gǔ",adcode:15e4},geometry:{type:"Polygon",coordinates:[[[121.498126,53.326066],[121.501835,53.317319],[121.50435,53.315769],[121.518673,53.319901],[121.524617,53.316381],[121.53396,53.304742],[121.544704,53.299374],[121.544417,53.291498],[121.567327,53.295694],[121.577128,53.285567],[121.578749,53.28192],[121.591976,53.275463],[121.595508,53.266482],[121.6078,53.25862],[121.613233,53.257425],[121.635012,53.258683],[121.642791,53.257226],[121.673552,53.237947],[121.672233,53.223473],[121.666201,53.21327],[121.664802,53.207718],[121.665222,53.203841],[121.670585,53.198833],[121.645803,53.191257],[121.651905,53.173677],[121.65713,53.169207],[121.669968,53.163993],[121.696394,53.15645],[121.711808,53.144944],[121.726676,53.143558],[121.739641,53.147893],[121.744687,53.147084],[121.754082,53.140571],[121.759782,53.124806],[121.770205,53.117617],[121.777619,53.117442],[121.77178,53.112673],[121.77299,53.105856],[121.778532,53.102067],[121.766134,53.090796],[121.766977,53.088432],[121.772749,53.087018],[121.781756,53.080964],[121.781467,53.078517],[121.785032,53.074887],[121.806329,53.068812],[121.813433,53.062197],[121.808876,53.058701],[121.807242,53.053041],[121.79468,53.049464],[121.790809,53.042847],[121.789439,53.036398],[121.781763,53.031575],[121.781183,53.028873],[121.783088,53.024723],[121.778731,53.016483],[121.763311,53.013232],[121.742801,53.000668],[121.703107,52.996353],[121.7076,52.987559],[121.699764,52.982693],[121.693585,52.972308],[121.692374,52.967047],[121.687852,52.964984],[121.682586,52.955607],[121.67407,52.951845],[121.670594,52.92934],[121.657839,52.916211],[121.655451,52.91072],[121.647559,52.906389],[121.638619,52.905173],[121.630464,52.901736],[121.625163,52.894521],[121.601317,52.89072],[121.606327,52.884596],[121.595804,52.870048],[121.610022,52.861984],[121.610836,52.856961],[121.614702,52.851182],[121.597486,52.841373],[121.592068,52.836348],[121.589542,52.829315],[121.580699,52.819765],[121.532669,52.801135],[121.521585,52.789997],[121.504175,52.778923],[121.500872,52.773282],[121.471445,52.771707],[121.468048,52.76211],[121.460588,52.757304],[121.453792,52.745074],[121.447477,52.739419],[121.447573,52.733381],[121.445832,52.730698],[121.421905,52.719715],[121.397077,52.699736],[121.382144,52.695902],[121.373516,52.684469],[121.354538,52.67983],[121.339096,52.679938],[121.325581,52.676441],[121.312377,52.676837],[121.301304,52.672977],[121.299703,52.668496],[121.301959,52.665583],[121.285034,52.659704],[121.284889,52.649496],[121.264627,52.636689],[121.255338,52.63581],[121.235287,52.627431],[121.232793,52.621858],[121.227227,52.616346],[121.199864,52.608465],[121.195697,52.603512],[121.183188,52.595807],[121.184732,52.589872],[121.192297,52.583912],[121.224621,52.572717],[121.241686,52.581277],[121.259996,52.580532],[121.269183,52.585823],[121.298934,52.573453],[121.316494,52.572047],[121.319212,52.565823],[121.320582,52.553666],[121.325564,52.549482],[121.330121,52.550444],[121.333977,52.549322],[121.33792,52.543391],[121.343722,52.539956],[121.345262,52.537027],[121.344236,52.534528],[121.345709,52.533357],[121.360228,52.528692],[121.376934,52.529852],[121.38208,52.524023],[121.403396,52.520758],[121.403915,52.505909],[121.413441,52.497922],[121.442294,52.48903],[121.455613,52.487947],[121.464033,52.480794],[121.489886,52.482386],[121.494802,52.47551],[121.504289,52.472632],[121.509675,52.459578],[121.520446,52.452523],[121.526261,52.452847],[121.542027,52.459657],[121.550354,52.460551],[121.558403,52.459175],[121.563037,52.454235],[121.571387,52.454408],[121.574162,52.45232],[121.57659,52.446346],[121.581422,52.440616],[121.596396,52.43915],[121.637975,52.443303],[121.649122,52.430813],[121.663968,52.427566],[121.675078,52.418416],[121.664775,52.413016],[121.66575,52.407994],[121.662273,52.398572],[121.654533,52.386881],[121.662732,52.385824],[121.676904,52.373617],[121.687902,52.371151],[121.694548,52.356881],[121.708452,52.347723],[121.714228,52.3333],[121.710902,52.32859],[121.71122,52.315643],[121.71339,52.313617],[121.731768,52.308891],[121.739646,52.310305],[121.744878,52.307809],[121.75819,52.30678],[121.780584,52.299054],[121.797791,52.297318],[121.802655,52.29151],[121.820238,52.287678],[121.833092,52.279442],[121.863076,52.285234],[121.870407,52.280857],[121.899491,52.279726],[121.905171,52.282055],[121.920137,52.282703],[121.930852,52.287175],[121.935973,52.291673],[121.948974,52.310606],[121.944763,52.313447],[121.944675,52.315388],[121.971927,52.32653],[121.973285,52.328269],[121.97087,52.329956],[121.969408,52.333887],[121.974785,52.342164],[121.984127,52.34636],[122.000626,52.36244],[122.018802,52.367564],[122.02873,52.380673],[122.037977,52.388193],[122.039163,52.390584],[122.032382,52.409041],[122.04771,52.410108],[122.061559,52.417619],[122.069531,52.416969],[122.081904,52.418914],[122.079457,52.425964],[122.073237,52.431122],[122.078796,52.442803],[122.090934,52.442643],[122.103134,52.449759],[122.104062,52.454921],[122.108734,52.459061],[122.109908,52.466298],[122.127853,52.475198],[122.130429,52.478616],[122.122415,52.483914],[122.132041,52.492554],[122.132656,52.507611],[122.151538,52.515121],[122.160977,52.513752],[122.159409,52.512027],[122.160158,52.505744],[122.167444,52.495463],[122.165447,52.490604],[122.168968,52.48392],[122.199895,52.466602],[122.220355,52.470923],[122.223913,52.468814],[122.246352,52.468763],[122.256086,52.466087],[122.270782,52.470369],[122.279008,52.475922],[122.305501,52.474127],[122.305356,52.469027],[122.308525,52.46228],[122.314813,52.461766],[122.317605,52.459904],[122.321285,52.434316],[122.326865,52.428855],[122.337809,52.42255],[122.337122,52.415038],[122.338681,52.410298],[122.345944,52.409223],[122.354138,52.411552],[122.361529,52.410198],[122.364728,52.404919],[122.365697,52.397834],[122.370588,52.39331],[122.387062,52.392721],[122.392877,52.390855],[122.393891,52.384509],[122.398473,52.375936],[122.401105,52.374],[122.40577,52.374024],[122.409953,52.377811],[122.42137,52.378693],[122.429857,52.387098],[122.435777,52.390413],[122.444024,52.383936],[122.443292,52.377198],[122.451233,52.371503],[122.449968,52.36646],[122.451219,52.364202],[122.457749,52.357261],[122.464194,52.355106],[122.474535,52.348064],[122.474865,52.345192],[122.471571,52.340471],[122.474075,52.330317],[122.464969,52.328464],[122.466494,52.323183],[122.472462,52.3148],[122.469344,52.304707],[122.462423,52.300097],[122.467512,52.295212],[122.472399,52.295885],[122.485738,52.292985],[122.497439,52.285458],[122.528794,52.284737],[122.545852,52.280054],[122.563532,52.28009],[122.573325,52.271634],[122.574487,52.268275],[122.590709,52.265571],[122.612203,52.267247],[122.626638,52.270592],[122.642119,52.271205],[122.648828,52.276067],[122.651452,52.281085],[122.653908,52.282283],[122.666647,52.273889],[122.690228,52.267922],[122.685098,52.259644],[122.696437,52.253111],[122.723064,52.258318],[122.736165,52.257481],[122.745861,52.258654],[122.756087,52.262769],[122.76132,52.261451],[122.765424,52.256323],[122.783692,52.250498],[122.785275,52.248394],[122.783385,52.242617],[122.776484,52.23534],[122.763874,52.231652],[122.755582,52.225095],[122.769471,52.200146],[122.768719,52.193583],[122.76452,52.183983],[122.76901,52.178835],[122.768806,52.176815],[122.758038,52.174379],[122.754025,52.169231],[122.737294,52.165459],[122.73771,52.15965],[122.730305,52.148108],[122.712839,52.143982],[122.695608,52.144991],[122.680747,52.135734],[122.670525,52.137241],[122.644703,52.134768],[122.630397,52.135108],[122.622748,52.127121],[122.639701,52.107532],[122.639237,52.102206],[122.642229,52.09821],[122.63388,52.095402],[122.632564,52.084941],[122.61795,52.07143],[122.61868,52.064943],[122.623541,52.060786],[122.638634,52.061193],[122.64745,52.059087],[122.649726,52.050961],[122.646449,52.047162],[122.644781,52.031903],[122.650022,52.023045],[122.658851,52.019307],[122.661884,52.016364],[122.657431,52.009924],[122.656803,51.997059],[122.666209,51.988486],[122.667403,51.981013],[122.666154,51.975878],[122.672073,51.972138],[122.681732,51.970689],[122.696665,51.9755],[122.710658,51.976028],[122.71654,51.968513],[122.720263,51.956948],[122.711595,51.94704],[122.711706,51.942672],[122.72658,51.92362],[122.726809,51.921422],[122.717157,51.913626],[122.71011,51.910787],[122.693282,51.887119],[122.698137,51.880807],[122.705176,51.881371],[122.712568,51.879538],[122.714911,51.877509],[122.719105,51.868394],[122.719246,51.859193],[122.72851,51.849755],[122.724631,51.831951],[122.730944,51.820606],[122.741571,51.806382],[122.752801,51.797107],[122.765846,51.769403],[122.749327,51.750497],[122.740633,51.745081],[122.74139,51.740004],[122.750959,51.733628],[122.765142,51.728847],[122.767199,51.712319],[122.77244,51.68968],[122.778433,51.683513],[122.788858,51.678965],[122.79488,51.671092],[122.79961,51.660328],[122.811975,51.655592],[122.811498,51.642311],[122.814693,51.633572],[122.82279,51.625759],[122.829154,51.626321],[122.835151,51.624658],[122.847676,51.612166],[122.851157,51.60317],[122.850225,51.599752],[122.831703,51.591645],[122.826032,51.578687],[122.829438,51.574522],[122.837902,51.573304],[122.851007,51.567617],[122.881035,51.548154],[122.880252,51.533908],[122.863408,51.531585],[122.848346,51.526497],[122.860053,51.511835],[122.863148,51.510351],[122.871623,51.511536],[122.87912,51.504123],[122.872828,51.489153],[122.854512,51.478245],[122.851138,51.47252],[122.852255,51.468983],[122.858604,51.465802],[122.864762,51.45944],[122.869214,51.44749],[122.901433,51.444841],[122.893851,51.43804],[122.890588,51.429923],[122.891551,51.420013],[122.894867,51.414606],[122.912951,51.40613],[122.928846,51.407543],[122.933861,51.406597],[122.943145,51.395972],[122.960975,51.387386],[122.957644,51.370663],[122.949689,51.360321],[122.963362,51.34309],[122.963371,51.337047],[122.970615,51.328224],[122.995329,51.309459],[123.008743,51.30507],[123.013847,51.307473],[123.016528,51.314037],[123.023155,51.31889],[123.060056,51.318628],[123.08237,51.308692],[123.102906,51.306615],[123.12305,51.295426],[123.125485,51.295474],[123.135568,51.301544],[123.140886,51.302098],[123.154085,51.297827],[123.156274,51.291418],[123.160839,51.285636],[123.182122,51.281025],[123.204154,51.281574],[123.219552,51.277679],[123.228507,51.267383],[123.240964,51.258358],[123.248899,51.256987],[123.275565,51.244761],[123.300003,51.264831],[123.331262,51.270799],[123.333511,51.272403],[123.34449,51.270295],[123.35561,51.264283],[123.365548,51.262101],[123.372169,51.263159],[123.377905,51.269453],[123.3955,51.276788],[123.423175,51.270536],[123.443876,51.270633],[123.448727,51.273554],[123.448847,51.285575],[123.451938,51.288113],[123.483318,51.291678],[123.497761,51.289036],[123.502714,51.283616],[123.523706,51.283151],[123.527921,51.28657],[123.537199,51.288855],[123.549182,51.287621],[123.575059,51.291636],[123.571626,51.30557],[123.574995,51.309674],[123.578722,51.310895],[123.594434,51.310514],[123.619141,51.315946],[123.635337,51.32172],[123.646592,51.317157],[123.649819,51.317825],[123.652894,51.3245],[123.649821,51.332314],[123.653727,51.346157],[123.660315,51.345672],[123.672614,51.353264],[123.674739,51.362825],[123.671082,51.365322],[123.67448,51.37234],[123.694861,51.392197],[123.711413,51.398192],[123.716381,51.396949],[123.718755,51.390235],[123.724583,51.385377],[123.745039,51.37508],[123.786997,51.359954],[123.813427,51.367829],[123.832249,51.36374],[123.850313,51.353298],[123.850748,51.347555],[123.854319,51.340931],[123.886396,51.31374],[123.907377,51.303575],[123.920745,51.300251],[123.937902,51.311833],[123.970873,51.321493],[123.985659,51.323591],[124.003384,51.323445],[124.022393,51.318262],[124.04182,51.320079],[124.062985,51.317726],[124.072776,51.323506],[124.084588,51.340465],[124.110496,51.344902],[124.12558,51.33886],[124.13,51.338548],[124.143411,51.344439],[124.170652,51.337629],[124.206154,51.3483],[124.226404,51.341694],[124.239055,51.334348],[124.255335,51.32268],[124.261875,51.315345],[124.291229,51.295613],[124.293507,51.292955],[124.293317,51.288472],[124.301668,51.287035],[124.324063,51.292005],[124.330324,51.289704],[124.327521,51.279647],[124.337334,51.27068],[124.347869,51.278815],[124.372932,51.27866],[124.384419,51.273878],[124.396834,51.271786],[124.400303,51.281024],[124.419043,51.298091],[124.422257,51.305951],[124.41789,51.341519],[124.42488,51.352602],[124.440647,51.360768],[124.459767,51.362243],[124.470084,51.360801],[124.47409,51.372691],[124.477428,51.377785],[124.489053,51.3811],[124.493839,51.381596],[124.514724,51.373852],[124.531654,51.371236],[124.544701,51.37561],[124.554047,51.373519],[124.583018,51.356936],[124.588867,51.351433],[124.589327,51.347854],[124.593499,51.343285],[124.62278,51.323691],[124.644547,51.336544],[124.655994,51.334737],[124.660074,51.332384],[124.705356,51.339623],[124.742634,51.354507],[124.748588,51.360508],[124.748579,51.366451],[124.744466,51.370456],[124.749939,51.377619],[124.772291,51.390919],[124.780815,51.394318],[124.795815,51.387879],[124.846057,51.378489],[124.86052,51.37809],[124.866548,51.379914],[124.878698,51.390221],[124.878555,51.392756],[124.871965,51.396595],[124.870162,51.399955],[124.871163,51.402367],[124.90437,51.432573],[124.919715,51.433423],[124.936851,51.442429],[124.931149,51.454611],[124.91224,51.47859],[124.913648,51.494637],[124.916617,51.498597],[124.93908,51.503463],[124.964726,51.502151],[124.978285,51.506744],[124.980906,51.509568],[124.982441,51.516751],[124.990401,51.521753],[125.007693,51.525943],[125.040677,51.526984],[125.05325,51.533061],[125.053665,51.53837],[125.058029,51.548673],[125.069589,51.553388],[125.0658,51.561203],[125.062091,51.564298],[125.056723,51.580532],[125.053414,51.597008],[125.060466,51.623301],[125.079981,51.639102],[125.095767,51.656636],[125.114396,51.66105],[125.12062,51.656936],[125.123298,51.644856],[125.121329,51.633161],[125.127098,51.630989],[125.140162,51.631691],[125.145593,51.634744],[125.165515,51.637539],[125.198955,51.626553],[125.209667,51.624584],[125.214093,51.632576],[125.218375,51.636431],[125.223288,51.638179],[125.252773,51.627509],[125.260057,51.63152],[125.264965,51.63642],[125.27978,51.632788],[125.289076,51.624216],[125.290844,51.617319],[125.308299,51.607163],[125.311363,51.607062],[125.314835,51.615172],[125.328322,51.620385],[125.347301,51.621148],[125.359293,51.616405],[125.362747,51.612716],[125.367309,51.603089],[125.370578,51.600302],[125.369448,51.591627],[125.372544,51.583982],[125.39733,51.571783],[125.411571,51.562783],[125.416151,51.561992],[125.425209,51.551343],[125.432601,51.54879],[125.448028,51.537557],[125.453469,51.530699],[125.469625,51.525591],[125.472037,51.522638],[125.471305,51.519513],[125.47472,51.516647],[125.488199,51.509553],[125.49922,51.499472],[125.516437,51.489912],[125.523044,51.481622],[125.535627,51.472813],[125.538113,51.463103],[125.557515,51.456109],[125.558356,51.452147],[125.560178,51.451272],[125.570516,51.449653],[125.572218,51.444932],[125.569404,51.440942],[125.560503,51.437344],[125.561484,51.435019],[125.566673,51.431846],[125.565541,51.429331],[125.571919,51.426699],[125.573926,51.428357],[125.579822,51.425055],[125.584771,51.418901],[125.594607,51.411685],[125.601336,51.401153],[125.606257,51.39886],[125.616572,51.397808],[125.616807,51.395847],[125.613719,51.394373],[125.611024,51.389582],[125.616138,51.385036],[125.617182,51.379326],[125.628024,51.372258],[125.637058,51.369038],[125.633896,51.365083],[125.635556,51.362743],[125.648422,51.353044],[125.660333,51.348269],[125.663161,51.344477],[125.66297,51.341112],[125.67616,51.336139],[125.680496,51.337339],[125.681327,51.339278],[125.686139,51.338017],[125.694171,51.323984],[125.695204,51.317032],[125.70728,51.308774],[125.700127,51.303782],[125.704381,51.300976],[125.708681,51.30036],[125.713219,51.293254],[125.739166,51.266743],[125.756761,51.259967],[125.754329,51.2529],[125.755303,51.247996],[125.757597,51.245205],[125.75655,51.242268],[125.744174,51.232713],[125.749579,51.226032],[125.763341,51.224125],[125.78097,51.225791],[125.788539,51.223158],[125.812862,51.225601],[125.833383,51.21892],[125.836268,51.21541],[125.833765,51.212494],[125.842244,51.207304],[125.84652,51.206443],[125.844233,51.201496],[125.850967,51.195167],[125.849836,51.188557],[125.859715,51.176632],[125.855231,51.170153],[125.865663,51.162122],[125.870845,51.161225],[125.871266,51.157646],[125.859036,51.151026],[125.857416,51.146069],[125.857934,51.144089],[125.868074,51.13792],[125.881406,51.138463],[125.883357,51.136834],[125.88158,51.134698],[125.883636,51.133226],[125.90185,51.138251],[125.907002,51.137222],[125.913901,51.133799],[125.913129,51.131233],[125.909206,51.131845],[125.911706,51.127797],[125.91353,51.127446],[125.917163,51.130239],[125.925975,51.126957],[125.921556,51.125832],[125.917501,51.122179],[125.920873,51.12025],[125.927236,51.111522],[125.938134,51.107138],[125.956397,51.116503],[125.965975,51.124035],[125.976169,51.121076],[125.97533,51.115764],[125.977267,51.112921],[125.981444,51.113879],[125.983082,51.118071],[125.986932,51.118013],[125.987348,51.114091],[125.982477,51.110033],[125.98073,51.101817],[125.981084,51.099601],[125.984007,51.098134],[125.981811,51.095732],[125.97524,51.09588],[125.969357,51.090293],[125.976061,51.086417],[125.982759,51.086814],[125.983523,51.084392],[125.978912,51.083218],[125.97162,51.085865],[125.968187,51.083871],[125.983212,51.077732],[125.99591,51.068712],[126.005587,51.066911],[126.010164,51.068832],[126.014098,51.068516],[126.013413,51.065154],[126.000369,51.057668],[126.001372,51.056235],[126.019823,51.054976],[126.021481,51.052021],[126.020759,51.049738],[126.023206,51.048299],[126.034529,51.044094],[126.043709,51.045579],[126.052224,51.041094],[126.052842,51.035618],[126.048611,51.03257],[126.042806,51.033049],[126.038221,51.037389],[126.033573,51.037344],[126.031395,51.035438],[126.0324,51.032969],[126.036275,51.031046],[126.041526,51.031359],[126.044188,51.02865],[126.037269,51.015125],[126.032371,51.013541],[126.025817,51.008526],[126.030816,50.999039],[126.038776,50.996016],[126.040998,50.988539],[126.040044,50.985263],[126.034491,50.982858],[126.033999,50.9801],[126.045871,50.975687],[126.062438,50.97953],[126.065536,50.978545],[126.061152,50.964849],[126.038705,50.943822],[126.035097,50.924087],[126.029613,50.924456],[126.031483,50.931235],[126.028588,50.933397],[126.013704,50.926405],[126.011555,50.922499],[126.01471,50.912043],[126.022565,50.905621],[126.022481,50.90238],[126.020273,50.900226],[126.011419,50.901068],[126.008516,50.907772],[126.006653,50.908878],[126.003561,50.90836],[125.998434,50.903058],[125.987867,50.904341],[125.988761,50.899955],[125.992482,50.899928],[125.996984,50.896885],[125.99437,50.894359],[125.988168,50.895521],[125.987043,50.894188],[125.98732,50.887107],[125.993629,50.879891],[125.989296,50.870249],[125.975804,50.869647],[125.968212,50.875231],[125.965,50.879761],[125.967663,50.889679],[125.967444,50.894875],[125.962177,50.898315],[125.953676,50.899592],[125.95154,50.898937],[125.94665,50.891612],[125.941726,50.875502],[125.934176,50.869716],[125.948709,50.864667],[125.944341,50.857454],[125.93579,50.853126],[125.923491,50.852216],[125.912626,50.852846],[125.901044,50.857463],[125.886881,50.85604],[125.887008,50.854539],[125.899849,50.853712],[125.910249,50.849608],[125.918051,50.842679],[125.91545,50.833237],[125.912068,50.828639],[125.905801,50.824538],[125.879665,50.82152],[125.874417,50.818921],[125.871207,50.814018],[125.88272,50.807041],[125.883147,50.804734],[125.877304,50.80022],[125.870428,50.79836],[125.862515,50.792941],[125.850204,50.78929],[125.83415,50.792943],[125.828469,50.791835],[125.823947,50.783921],[125.825687,50.779292],[125.839401,50.767645],[125.832982,50.755254],[125.828124,50.754178],[125.820079,50.755896],[125.819668,50.759808],[125.81481,50.763469],[125.803818,50.766484],[125.793763,50.772516],[125.785073,50.771235],[125.770902,50.765992],[125.760511,50.756208],[125.753156,50.751617],[125.750355,50.746462],[125.751676,50.744715],[125.759628,50.743617],[125.766055,50.746269],[125.77189,50.746223],[125.786273,50.739236],[125.78795,50.736523],[125.786406,50.732336],[125.776665,50.72943],[125.773323,50.72622],[125.773264,50.723969],[125.783942,50.717846],[125.79616,50.714701],[125.800144,50.710722],[125.810953,50.708524],[125.817973,50.702393],[125.814701,50.69665],[125.813637,50.690924],[125.80925,50.686236],[125.790011,50.681211],[125.779811,50.676393],[125.782885,50.672039],[125.796855,50.661439],[125.796533,50.656342],[125.78645,50.649617],[125.785137,50.64312],[125.788262,50.636878],[125.794226,50.630266],[125.803872,50.626135],[125.807414,50.622441],[125.805258,50.610179],[125.800895,50.602082],[125.802603,50.598683],[125.809503,50.594196],[125.810116,50.584316],[125.818143,50.574568],[125.821997,50.565539],[125.821757,50.560006],[125.814119,50.556389],[125.816512,50.548263],[125.813974,50.546839],[125.804101,50.546816],[125.792486,50.539278],[125.789556,50.533415],[125.782789,50.529563],[125.760856,50.529353],[125.758976,50.525673],[125.76516,50.523229],[125.766012,50.519096],[125.75654,50.516087],[125.755469,50.513839],[125.757137,50.511153],[125.750399,50.506452],[125.745368,50.505482],[125.733606,50.508501],[125.733117,50.509879],[125.734908,50.511043],[125.743967,50.511374],[125.746134,50.516106],[125.737493,50.520707],[125.729697,50.521403],[125.71701,50.515081],[125.705501,50.503493],[125.695219,50.495982],[125.678105,50.493754],[125.674721,50.490438],[125.675065,50.486582],[125.681343,50.484637],[125.690906,50.485828],[125.693195,50.484157],[125.692718,50.481914],[125.687331,50.479076],[125.67791,50.479911],[125.670411,50.47574],[125.658893,50.477411],[125.646921,50.469071],[125.639743,50.450734],[125.62727,50.44312],[125.614187,50.442162],[125.610399,50.44361],[125.607533,50.448662],[125.584344,50.451077],[125.573067,50.447629],[125.569276,50.444124],[125.571883,50.441256],[125.580494,50.440836],[125.582005,50.438856],[125.580655,50.436348],[125.561141,50.440933],[125.557151,50.440437],[125.554541,50.436188],[125.557244,50.428379],[125.562604,50.423601],[125.565297,50.417398],[125.576127,50.407499],[125.575327,50.404329],[125.571769,50.400664],[125.566088,50.399949],[125.559827,50.401411],[125.527063,50.419172],[125.520577,50.418595],[125.517574,50.411519],[125.505407,50.40753],[125.506005,50.405268],[125.513915,50.403885],[125.517416,50.401717],[125.530342,50.379233],[125.527974,50.376195],[125.515991,50.372323],[125.512904,50.370078],[125.513041,50.368281],[125.519656,50.363639],[125.535703,50.361683],[125.539351,50.357698],[125.531032,50.350738],[125.515159,50.349587],[125.509669,50.344937],[125.509618,50.33897],[125.51655,50.333052],[125.523045,50.329861],[125.522253,50.326762],[125.511756,50.323102],[125.501423,50.323694],[125.495103,50.319746],[125.495356,50.317571],[125.498267,50.315544],[125.511894,50.314691],[125.514407,50.312287],[125.513982,50.310787],[125.505275,50.308403],[125.497027,50.310893],[125.489348,50.310656],[125.479758,50.305333],[125.471143,50.295212],[125.466622,50.294348],[125.459433,50.295894],[125.456175,50.294464],[125.456236,50.281209],[125.459574,50.266926],[125.454775,50.263988],[125.446889,50.266611],[125.44321,50.266204],[125.436034,50.261158],[125.434476,50.25772],[125.436621,50.254801],[125.444225,50.250441],[125.440769,50.238413],[125.452752,50.233143],[125.456788,50.229117],[125.456491,50.227556],[125.449332,50.225462],[125.435977,50.230634],[125.428341,50.229386],[125.427269,50.227787],[125.428079,50.222303],[125.440907,50.215027],[125.440833,50.210025],[125.433725,50.204096],[125.418422,50.199838],[125.410537,50.194432],[125.399899,50.193528],[125.384952,50.197877],[125.380947,50.197379],[125.375379,50.190882],[125.375436,50.182759],[125.380629,50.178134],[125.380139,50.175046],[125.376632,50.171114],[125.370135,50.171063],[125.361772,50.168578],[125.349692,50.162281],[125.334316,50.164584],[125.326864,50.16344],[125.331194,50.157124],[125.350343,50.147014],[125.369683,50.143455],[125.372428,50.138749],[125.370292,50.136742],[125.3439,50.133843],[125.333189,50.135257],[125.320908,50.133953],[125.320075,50.130075],[125.322313,50.126303],[125.321788,50.121102],[125.320295,50.117882],[125.318243,50.117194],[125.311501,50.119255],[125.308139,50.122182],[125.306973,50.133827],[125.304975,50.138314],[125.296295,50.138283],[125.284776,50.129888],[125.270671,50.125009],[125.2719,50.117695],[125.275874,50.111321],[125.271268,50.106613],[125.267974,50.10467],[125.249716,50.100872],[125.251041,50.098421],[125.257092,50.096033],[125.267393,50.09629],[125.277487,50.093126],[125.281593,50.090283],[125.280727,50.088419],[125.263485,50.078855],[125.266545,50.073733],[125.270423,50.070995],[125.291553,50.066129],[125.324517,50.063396],[125.327485,50.061599],[125.330913,50.055662],[125.320826,50.048498],[125.305055,50.043501],[125.300478,50.043694],[125.291602,50.047144],[125.284489,50.054747],[125.278986,50.05715],[125.267808,50.053162],[125.256991,50.045137],[125.244488,50.04395],[125.244109,50.041493],[125.25104,50.036066],[125.261527,50.034108],[125.271542,50.035301],[125.278054,50.033483],[125.285662,50.028755],[125.290158,50.020935],[125.290756,50.015854],[125.287588,50.005651],[125.281932,50.000535],[125.269442,49.994165],[125.245403,49.992053],[125.237219,49.989159],[125.234205,49.986032],[125.233406,49.982557],[125.235746,49.973859],[125.235565,49.968149],[125.224513,49.956694],[125.221264,49.956131],[125.203301,49.960055],[125.183,49.957857],[125.176786,49.95547],[125.176251,49.950667],[125.191339,49.940554],[125.192591,49.932385],[125.202539,49.92946],[125.210457,49.923454],[125.219223,49.921908],[125.21863,49.91999],[125.205792,49.910131],[125.206182,49.904169],[125.225297,49.891378],[125.237958,49.869819],[125.236714,49.866519],[125.233931,49.864974],[125.219923,49.865853],[125.215296,49.863226],[125.216457,49.857506],[125.232454,49.847274],[125.231454,49.842622],[125.22859,49.838759],[125.215044,49.834003],[125.178148,49.82954],[125.171883,49.82791],[125.170556,49.826188],[125.170847,49.822294],[125.173966,49.81746],[125.205727,49.803721],[125.215939,49.796496],[125.219938,49.789736],[125.2145,49.782916],[125.219914,49.775552],[125.220727,49.772017],[125.214106,49.753123],[125.201193,49.743097],[125.196032,49.734156],[125.198002,49.731579],[125.211706,49.727694],[125.218264,49.724088],[125.210938,49.712759],[125.209349,49.704877],[125.21381,49.670806],[125.212384,49.667274],[125.191973,49.647246],[125.19191,49.635294],[125.184208,49.629224],[125.177494,49.633846],[125.18199,49.649651],[125.176981,49.656217],[125.161522,49.665589],[125.130033,49.672181],[125.123187,49.668737],[125.120112,49.659375],[125.122421,49.640646],[125.129322,49.633124],[125.131866,49.62428],[125.137343,49.618778],[125.145298,49.615019],[125.153102,49.615409],[125.158436,49.619446],[125.160324,49.627638],[125.165887,49.628469],[125.167291,49.62769],[125.166639,49.622484],[125.170253,49.616992],[125.175178,49.612193],[125.190572,49.602354],[125.196951,49.592525],[125.207076,49.590042],[125.217125,49.593644],[125.226675,49.591649],[125.227195,49.587406],[125.221713,49.581768],[125.227407,49.575579],[125.227919,49.572966],[125.213433,49.567961],[125.208717,49.564544],[125.212601,49.561859],[125.223102,49.560467],[125.226024,49.558057],[125.228129,49.536407],[125.225703,49.534083],[125.220737,49.532851],[125.207795,49.539566],[125.204088,49.539095],[125.202567,49.536623],[125.216138,49.517699],[125.216878,49.504842],[125.219293,49.50291],[125.232717,49.501461],[125.236767,49.496253],[125.233791,49.492425],[125.221645,49.489994],[125.220062,49.488104],[125.220585,49.486269],[125.258744,49.457376],[125.263809,49.450733],[125.26161,49.443697],[125.248685,49.433563],[125.252593,49.424801],[125.251631,49.41675],[125.25272,49.404497],[125.248374,49.393934],[125.249381,49.390693],[125.260424,49.38866],[125.268535,49.382827],[125.269722,49.374268],[125.262075,49.366004],[125.268787,49.361912],[125.269847,49.359699],[125.265739,49.356786],[125.25495,49.3604],[125.246486,49.356106],[125.247265,49.349507],[125.253135,49.344148],[125.257219,49.335869],[125.2546,49.33263],[125.244449,49.329729],[125.242701,49.325919],[125.245331,49.323144],[125.256928,49.319997],[125.25655,49.314949],[125.246084,49.310629],[125.234411,49.300911],[125.219129,49.282272],[125.2096,49.280903],[125.206271,49.276961],[125.207201,49.273388],[125.218652,49.271071],[125.220545,49.269047],[125.220719,49.266447],[125.21374,49.26134],[125.213819,49.257443],[125.22727,49.256915],[125.229996,49.254321],[125.224869,49.250588],[125.216632,49.252465],[125.209744,49.251966],[125.205548,49.246035],[125.206589,49.243125],[125.218409,49.238402],[125.221087,49.228295],[125.21924,49.215671],[125.211276,49.204035],[125.213273,49.192693],[125.212203,49.187394],[125.20138,49.183632],[125.189602,49.185218],[125.179318,49.183987],[125.175543,49.18025],[125.170828,49.171036],[125.157886,49.16372],[125.154011,49.159913],[125.150959,49.148618],[125.148326,49.145077],[125.140819,49.140024],[125.126065,49.138694],[125.11349,49.126254],[125.108235,49.124152],[125.096402,49.126644],[125.079321,49.133625],[125.055477,49.13883],[125.047305,49.145052],[125.02964,49.151518],[125.026148,49.156444],[125.026904,49.160403],[125.033738,49.166579],[125.034797,49.169305],[125.033074,49.17481],[125.030364,49.175593],[125.026098,49.175549],[125.012209,49.170855],[124.996333,49.174069],[124.984103,49.163983],[124.974555,49.161101],[124.963208,49.164055],[124.947529,49.162871],[124.914268,49.178584],[124.906819,49.181181],[124.898691,49.18122],[124.873088,49.173642],[124.855217,49.165529],[124.843081,49.133736],[124.838236,49.126038],[124.825553,49.118798],[124.809466,49.117634],[124.801811,49.113266],[124.800472,49.106102],[124.816636,49.084845],[124.822864,49.073663],[124.82138,49.068658],[124.812966,49.063072],[124.809106,49.057295],[124.810208,49.052519],[124.815881,49.046078],[124.81518,49.042447],[124.803509,49.031847],[124.802917,49.022831],[124.800256,49.017121],[124.7928,49.008018],[124.784037,48.999383],[124.77254,48.995171],[124.757009,48.977755],[124.74157,48.948189],[124.74315,48.938743],[124.74769,48.930992],[124.745217,48.923796],[124.736333,48.91859],[124.712752,48.918369],[124.705783,48.910551],[124.704416,48.899072],[124.700562,48.888809],[124.70794,48.884652],[124.700245,48.859714],[124.678697,48.838799],[124.670754,48.840302],[124.649432,48.833415],[124.647122,48.831397],[124.639821,48.819067],[124.636715,48.806811],[124.639509,48.797199],[124.646614,48.785128],[124.642201,48.775326],[124.619721,48.764323],[124.616819,48.755901],[124.60662,48.74654],[124.612816,48.715182],[124.617677,48.70131],[124.608989,48.667239],[124.596254,48.656679],[124.597939,48.639483],[124.596707,48.63215],[124.57547,48.616548],[124.57307,48.606957],[124.566462,48.59311],[124.5592,48.588762],[124.557425,48.584609],[124.540774,48.582285],[124.536006,48.579214],[124.520247,48.558488],[124.518067,48.544308],[124.53661,48.538483],[124.542902,48.530678],[124.539479,48.525437],[124.530195,48.519079],[124.526595,48.512313],[124.530447,48.49385],[124.532943,48.489778],[124.532808,48.475178],[124.53422,48.473506],[124.546206,48.470502],[124.550069,48.465769],[124.548226,48.46216],[124.532093,48.459198],[124.518718,48.4497],[124.503846,48.448064],[124.500629,48.445568],[124.500611,48.442783],[124.503892,48.437879],[124.518799,48.424536],[124.519828,48.417988],[124.514684,48.408544],[124.516714,48.405184],[124.514703,48.397999],[124.518912,48.390751],[124.518881,48.386607],[124.508825,48.379455],[124.508058,48.377346],[124.509644,48.373955],[124.519726,48.366947],[124.53111,48.367485],[124.535461,48.364183],[124.538721,48.357547],[124.539215,48.351681],[124.542689,48.345731],[124.534105,48.3368],[124.533931,48.333302],[124.54046,48.326653],[124.556692,48.318856],[124.559758,48.313618],[124.559022,48.307362],[124.562362,48.304511],[124.571491,48.302516],[124.575902,48.298579],[124.576556,48.296045],[124.573048,48.292871],[124.56209,48.291535],[124.557119,48.289378],[124.553513,48.284449],[124.55255,48.275806],[124.548573,48.270933],[124.549094,48.268069],[124.552015,48.266356],[124.567002,48.265269],[124.569884,48.263827],[124.57227,48.25942],[124.572455,48.252246],[124.568719,48.24864],[124.560383,48.245209],[124.553538,48.239056],[124.551621,48.234302],[124.556013,48.228849],[124.555924,48.224392],[124.546691,48.216795],[124.544823,48.210533],[124.545632,48.205388],[124.531855,48.19277],[124.512541,48.185044],[124.513298,48.18015],[124.519994,48.175385],[124.522242,48.171898],[124.521092,48.170145],[124.518431,48.168215],[124.508936,48.168255],[124.505177,48.166629],[124.504942,48.164475],[124.507637,48.162495],[124.522033,48.158099],[124.521647,48.147578],[124.519444,48.142708],[124.515893,48.139884],[124.504558,48.135727],[124.499735,48.130667],[124.498554,48.12366],[124.495128,48.118889],[124.489738,48.118756],[124.480962,48.124717],[124.472394,48.122986],[124.468492,48.117505],[124.471777,48.111592],[124.469247,48.104117],[124.459183,48.096072],[124.452823,48.095306],[124.442978,48.097044],[124.430757,48.093081],[124.428435,48.090369],[124.429928,48.083573],[124.427529,48.080722],[124.422291,48.080638],[124.416454,48.085823],[124.410959,48.086522],[124.415012,48.091974],[124.415003,48.095595],[124.412463,48.099978],[124.413236,48.102155],[124.418815,48.104521],[124.427811,48.105349],[124.431253,48.110158],[124.430567,48.112437],[124.422555,48.118665],[124.423112,48.123045],[124.427054,48.124738],[124.461128,48.129307],[124.466044,48.132135],[124.467586,48.138436],[124.461159,48.142886],[124.456255,48.15012],[124.455955,48.153512],[124.458602,48.15771],[124.469671,48.160875],[124.471405,48.165138],[124.464115,48.172518],[124.458548,48.171229],[124.459907,48.174789],[124.456805,48.1783],[124.455698,48.178439],[124.454166,48.173493],[124.447518,48.170954],[124.443691,48.174455],[124.43636,48.17681],[124.430277,48.176186],[124.416432,48.180184],[124.410571,48.187264],[124.4118,48.190873],[124.409428,48.206863],[124.402446,48.213407],[124.404849,48.217157],[124.410196,48.219885],[124.419877,48.219373],[124.421585,48.221318],[124.420267,48.232725],[124.415054,48.23637],[124.415303,48.244015],[124.395544,48.246394],[124.389827,48.255623],[124.395768,48.260298],[124.395189,48.263327],[124.381805,48.271266],[124.373447,48.271696],[124.369538,48.27361],[124.360231,48.288821],[124.353947,48.291272],[124.343901,48.300911],[124.345683,48.306102],[124.350943,48.30949],[124.333975,48.316011],[124.320567,48.339521],[124.31031,48.345541],[124.311178,48.349037],[124.317907,48.3518],[124.319121,48.35452],[124.309273,48.363768],[124.308205,48.369603],[124.318942,48.37679],[124.317007,48.387069],[124.320669,48.390887],[124.312423,48.395023],[124.308297,48.406169],[124.301996,48.410131],[124.306833,48.418462],[124.316441,48.419523],[124.317623,48.421922],[124.321421,48.423357],[124.326259,48.430355],[124.307682,48.441987],[124.297273,48.453459],[124.296221,48.470899],[124.304781,48.474105],[124.30838,48.478761],[124.302808,48.494213],[124.303518,48.503156],[124.29777,48.510717],[124.295394,48.517399],[124.292045,48.519734],[124.281028,48.521404],[124.270855,48.525908],[124.261207,48.534164],[124.25224,48.534527],[124.231634,48.517804],[124.170039,48.484851],[124.124306,48.458278],[124.095109,48.44376],[124.074845,48.435572],[124.047784,48.414662],[124.015292,48.393047],[123.964506,48.35557],[123.928681,48.325854],[123.884073,48.294907],[123.850022,48.266424],[123.815918,48.245812],[123.797019,48.229964],[123.741905,48.196663],[123.695673,48.148261],[123.650507,48.112866],[123.606993,48.071938],[123.568762,48.040637],[123.527923,48.019494],[123.371024,47.973396],[123.342833,47.962723],[123.317303,47.958849],[123.313194,47.96042],[123.309919,47.957103],[123.293321,47.951861],[123.281848,47.940073],[123.274426,47.918322],[123.259534,47.896241],[123.251583,47.879993],[123.237455,47.858243],[123.207263,47.822005],[123.160866,47.781577],[123.036266,47.744243],[122.976605,47.715536],[122.941153,47.702109],[122.84639,47.674175],[122.823385,47.660106],[122.777218,47.627002],[122.772401,47.621301],[122.755989,47.611157],[122.682493,47.580543],[122.646858,47.569044],[122.587275,47.545061],[122.568741,47.533306],[122.537591,47.493204],[122.534547,47.487156],[122.530606,47.465824],[122.514227,47.442185],[122.508862,47.414991],[122.501569,47.399756],[122.459988,47.378156],[122.411749,47.348176],[122.413471,47.328909],[122.417688,47.327331],[122.422212,47.328496],[122.423729,47.326239],[122.422461,47.325662],[122.42669,47.323287],[122.430479,47.317278],[122.426431,47.314799],[122.427146,47.311322],[122.436985,47.306317],[122.438044,47.303101],[122.441668,47.304405],[122.44262,47.302878],[122.450441,47.301168],[122.450526,47.295786],[122.45489,47.295132],[122.451815,47.293137],[122.452172,47.288377],[122.456283,47.284068],[122.45489,47.279055],[122.471417,47.261802],[122.490216,47.254096],[122.499894,47.244875],[122.500821,47.241816],[122.503946,47.241014],[122.518134,47.213242],[122.531416,47.199105],[122.547089,47.173517],[122.558304,47.169496],[122.558465,47.166173],[122.562695,47.163329],[122.568467,47.164401],[122.572359,47.157841],[122.577085,47.157986],[122.586386,47.151026],[122.588354,47.153436],[122.5914,47.152896],[122.606645,47.134759],[122.604458,47.132103],[122.604585,47.12813],[122.620347,47.115484],[122.649096,47.105011],[122.657934,47.105035],[122.659783,47.102181],[122.659663,47.098696],[122.667417,47.095158],[122.673273,47.095038],[122.682061,47.089745],[122.68789,47.094444],[122.693592,47.096605],[122.720208,47.088087],[122.732925,47.087044],[122.735405,47.078546],[122.743441,47.079166],[122.745604,47.076099],[122.776034,47.073416],[122.783016,47.076632],[122.798593,47.074111],[122.808152,47.067884],[122.809567,47.064964],[122.815626,47.064272],[122.817781,47.066203],[122.825834,47.064706],[122.840638,47.06737],[122.846265,47.070227],[122.850083,47.057229],[122.840198,47.05093],[122.839938,47.046492],[122.836472,47.042806],[122.795465,47.020314],[122.794043,47.017162],[122.772053,47.000895],[122.776229,46.98749],[122.769973,46.986322],[122.768552,46.972016],[122.777124,46.964073],[122.777434,46.962175],[122.781022,46.960801],[122.779818,46.959868],[122.792504,46.95555],[122.791487,46.952202],[122.786413,46.947851],[122.784964,46.939612],[122.78897,46.939675],[122.790699,46.936173],[122.794628,46.938323],[122.796286,46.935385],[122.813117,46.935252],[122.824201,46.936997],[122.833846,46.935139],[122.843757,46.938357],[122.853563,46.945918],[122.855573,46.945641],[122.866143,46.951773],[122.868681,46.95528],[122.874219,46.950054],[122.876305,46.951724],[122.87261,46.955253],[122.889244,46.958436],[122.890131,46.956602],[122.888454,46.955976],[122.893292,46.951203],[122.891832,46.945214],[122.893962,46.939733],[122.889106,46.925537],[122.893645,46.92155],[122.893449,46.916329],[122.886584,46.897176],[122.88778,46.893438],[122.874366,46.891155],[122.873871,46.889202],[122.874648,46.885174],[122.880147,46.877022],[122.886335,46.871796],[122.890593,46.866582],[122.891119,46.86219],[122.894079,46.860697],[122.894687,46.85419],[122.891929,46.852454],[122.894991,46.849312],[122.894181,46.842579],[122.895361,46.840241],[122.891992,46.835561],[122.893357,46.833131],[122.892508,46.826384],[122.902124,46.816623],[122.901006,46.805647],[122.912386,46.802199],[122.914495,46.797687],[122.918752,46.796359],[122.920965,46.788132],[122.920027,46.781474],[122.927633,46.783573],[122.933112,46.787127],[122.935765,46.783119],[122.944329,46.780911],[122.949436,46.772728],[122.991947,46.758741],[122.988083,46.740576],[122.990582,46.737726],[122.995993,46.737374],[123.000448,46.726062],[123.019573,46.721984],[123.030616,46.725635],[123.038965,46.73113],[123.048537,46.732416],[123.053384,46.736773],[123.059657,46.734807],[123.059759,46.740531],[123.069735,46.742525],[123.078734,46.739187],[123.084786,46.739504],[123.086963,46.737775],[123.087152,46.734992],[123.090671,46.736011],[123.103284,46.73184],[123.11324,46.732574],[123.141811,46.740344],[123.149144,46.740084],[123.170768,46.753407],[123.173328,46.760526],[123.172938,46.767984],[123.176168,46.771479],[123.178444,46.782757],[123.1847,46.792288],[123.192002,46.798165],[123.192823,46.801983],[123.197992,46.801683],[123.200378,46.803984],[123.203745,46.815954],[123.21195,46.814904],[123.217652,46.81997],[123.214583,46.825867],[123.21204,46.826966],[123.209617,46.833638],[123.210937,46.840052],[123.213215,46.841428],[123.215195,46.847533],[123.210202,46.849533],[123.228823,46.861781],[123.230669,46.858991],[123.245597,46.852969],[123.255967,46.860569],[123.265989,46.859985],[123.279141,46.854426],[123.283404,46.858265],[123.283125,46.861276],[123.289332,46.863325],[123.302222,46.860265],[123.316664,46.85163],[123.326393,46.840076],[123.324363,46.836106],[123.328878,46.826838],[123.333927,46.824535],[123.338226,46.829268],[123.341369,46.830387],[123.344705,46.829448],[123.349127,46.833736],[123.354279,46.832985],[123.3596,46.83535],[123.367671,46.8355],[123.392387,46.885052],[123.399775,46.904017],[123.399287,46.914059],[123.39669,46.918567],[123.397954,46.933524],[123.383654,46.936308],[123.382943,46.943562],[123.379942,46.950473],[123.354374,46.968564],[123.297121,46.962426],[123.291457,46.988639],[123.295633,46.994836],[123.294966,46.998056],[123.311436,46.989805],[123.316524,46.988304],[123.320269,46.989623],[123.334765,46.984324],[123.343514,46.976619],[123.346018,46.976852],[123.380892,46.952613],[123.383989,46.947602],[123.385737,46.93875],[123.411864,46.932467],[123.419923,46.932058],[123.435116,46.935988],[123.446725,46.940058],[123.449062,46.943889],[123.456934,46.945247],[123.459175,46.948268],[123.466771,46.948828],[123.46912,46.951057],[123.479038,46.952809],[123.491694,46.949336],[123.509166,46.950103],[123.509908,46.952406],[123.52085,46.957219],[123.521795,46.943148],[123.517076,46.923073],[123.505204,46.907264],[123.499114,46.891483],[123.492029,46.884601],[123.489535,46.870293],[123.477637,46.85785],[123.477482,46.844617],[123.48143,46.836925],[123.489905,46.82917],[123.496397,46.825826],[123.507562,46.824033],[123.531963,46.827742],[123.552196,46.822951],[123.564175,46.8275],[123.569104,46.846826],[123.567628,46.852941],[123.562139,46.863322],[123.570834,46.872501],[123.569941,46.888167],[123.572039,46.89078],[123.575636,46.891812],[123.583757,46.889407],[123.599896,46.888986],[123.602438,46.885298],[123.602824,46.881062],[123.592973,46.867337],[123.59254,46.862083],[123.598338,46.856019],[123.614721,46.848647],[123.616307,46.845359],[123.615619,46.84054],[123.609717,46.835503],[123.578327,46.828103],[123.574046,46.824209],[123.57893,46.817515],[123.590382,46.811747],[123.626833,46.812473],[123.624502,46.811016],[123.623413,46.807242],[123.619071,46.804346],[123.621957,46.787672],[123.620372,46.787091],[123.620353,46.783701],[123.624762,46.7625],[123.618084,46.761822],[123.62015,46.741242],[123.622281,46.739925],[123.625025,46.726553],[123.612653,46.719744],[123.597914,46.688035],[123.467233,46.684906],[123.360523,46.675778],[123.342887,46.669065],[123.322853,46.665327],[123.312424,46.660513],[123.290155,46.661926],[123.270833,46.659657],[123.264641,46.649523],[123.267912,46.648273],[123.271828,46.642818],[123.269878,46.637296],[123.272906,46.615331],[123.236645,46.60179],[123.23826,46.596911],[123.237638,46.592783],[123.221955,46.586465],[123.215875,46.590594],[123.210782,46.588762],[123.208565,46.586165],[123.206449,46.588282],[123.203416,46.587615],[123.199205,46.589833],[123.174026,46.612391],[123.091707,46.601245],[123.095137,46.590774],[123.079582,46.589411],[123.073794,46.604346],[123.071337,46.620895],[123.042369,46.617399],[123.039268,46.615353],[123.044607,46.592501],[123.045982,46.578122],[123.002097,46.575067],[122.996689,46.573504],[122.996542,46.560698],[123.00404,46.522974],[123.0043,46.461678],[123.001996,46.460255],[123.001149,46.449548],[123.005098,46.433079],[123.088237,46.340222],[123.133296,46.298765],[123.172047,46.246139],[123.137999,46.227473],[123.121865,46.208451],[123.121176,46.172675],[123.096356,46.16999],[123.105665,46.127992],[123.063415,46.121538],[123.039339,46.098034],[122.787115,46.071319],[122.822387,45.91141],[122.820475,45.906865],[122.821203,45.896267],[122.814744,45.889515],[122.815018,45.88688],[122.811079,45.877586],[122.795042,45.855454],[122.792367,45.8471],[122.803159,45.78118],[122.797401,45.774029],[122.78756,45.767584],[122.781698,45.760813],[122.768856,45.751502],[122.769266,45.749504],[122.766365,45.748308],[122.765227,45.744218],[122.753407,45.739674],[122.752542,45.73489],[122.74518,45.734108],[122.747379,45.728991],[122.754186,45.723692],[122.755072,45.720252],[122.740649,45.71858],[122.742283,45.710597],[122.740279,45.71051],[122.741167,45.707605],[122.7357,45.707092],[122.736088,45.703123],[122.665688,45.698751],[122.663075,45.717023],[122.65775,45.718724],[122.659178,45.726177],[122.65547,45.731316],[122.624118,45.74312],[122.593122,45.750869],[122.53616,45.772077],[122.510054,45.80101],[122.497394,45.808572],[122.497294,45.819652],[122.489938,45.856252],[122.485125,45.862424],[122.469061,45.875899],[122.439895,45.914828],[122.374905,45.918121],[122.364742,45.917741],[122.356004,45.915352],[122.355827,45.902686],[122.35434,45.900826],[122.356397,45.884891],[122.362923,45.859973],[122.367036,45.854002],[122.349149,45.853103],[122.337686,45.858109],[122.331686,45.857992],[122.329067,45.854476],[122.332115,45.851697],[122.33075,45.850708],[122.33201,45.849626],[122.315346,45.842302],[122.315149,45.838193],[122.312501,45.833774],[122.314934,45.828425],[122.297056,45.827898],[122.29737,45.824138],[122.305008,45.824143],[122.30669,45.822786],[122.293218,45.816283],[122.295903,45.813936],[122.295704,45.811001],[122.286015,45.809048],[122.276711,45.804505],[122.279816,45.800243],[122.274843,45.800317],[122.268763,45.803274],[122.263053,45.799706],[122.263193,45.797957],[122.256847,45.792995],[122.252951,45.792878],[122.248492,45.795682],[122.248023,45.799883],[122.241165,45.807443],[122.238831,45.82177],[122.236198,45.82492],[122.230591,45.829153],[122.215028,45.827874],[122.211401,45.831421],[122.212286,45.841071],[122.205562,45.84674],[122.197963,45.850104],[122.194985,45.854878],[122.184966,45.852111],[122.179379,45.857093],[122.165151,45.859703],[122.15817,45.863233],[122.148019,45.864454],[122.141053,45.862707],[122.134454,45.867329],[122.135083,45.869193],[122.132057,45.871064],[122.121909,45.869712],[122.11185,45.871386],[122.100534,45.876715],[122.096953,45.875547],[122.095516,45.879162],[122.085387,45.879857],[122.082748,45.889852],[122.075739,45.895529],[122.078974,45.908983],[122.073596,45.920407],[122.065062,45.928504],[122.056573,45.927547],[122.055611,45.930348],[122.052378,45.931769],[122.048737,45.931055],[122.046112,45.933184],[122.034164,45.947075],[122.033377,45.950138],[122.034973,45.955018],[122.033498,45.957178],[122.016605,45.959809],[122.008932,45.958761],[122.000852,45.964396],[122.002607,45.967672],[121.99948,45.978895],[121.997502,45.980538],[121.990778,45.981384],[121.988422,45.980005],[121.986259,45.973483],[121.98209,45.969803],[121.980365,45.972616],[121.972952,45.975057],[121.9598,45.977034],[121.955402,45.98028],[121.953685,45.985243],[121.947296,45.984182],[121.934586,45.987662],[121.922349,45.986622],[121.921367,45.992168],[121.918685,45.9937],[121.918307,46.001995],[121.912818,46.005866],[121.907,46.006112],[121.905798,46.004247],[121.888992,46.006518],[121.887484,46.000258],[121.870731,45.999271],[121.86481,45.997528],[121.854145,46.00443],[121.853014,46.00851],[121.842179,46.013132],[121.837926,46.022433],[121.813034,46.02151],[121.807032,46.024077],[121.808587,46.019115],[121.806191,46.015837],[121.795354,46.010874],[121.78048,46.009163],[121.779321,46.001376],[121.770603,46.000772],[121.762113,45.997903],[121.7585,45.998797],[121.753034,45.991709],[121.758977,45.987976],[121.763725,45.982321],[121.775369,45.984257],[121.778202,45.983382],[121.778931,45.979768],[121.786347,45.977131],[121.79235,45.969801],[121.798596,45.966845],[121.803304,45.959677],[121.800342,45.955571],[121.804584,45.946521],[121.7977,45.942548],[121.798398,45.940292],[121.803436,45.937327],[121.804363,45.93447],[121.802301,45.929771],[121.811884,45.926551],[121.810782,45.921632],[121.815183,45.918705],[121.815464,45.916515],[121.810927,45.912671],[121.810941,45.908718],[121.800283,45.899277],[121.805854,45.895662],[121.803632,45.893143],[121.800816,45.892658],[121.805779,45.887311],[121.80292,45.885764],[121.80754,45.881417],[121.806273,45.87984],[121.811221,45.873744],[121.797734,45.871027],[121.792643,45.866749],[121.788766,45.866255],[121.779022,45.85755],[121.778081,45.851203],[121.764702,45.8411],[121.75966,45.834859],[121.758436,45.831677],[121.759366,45.828669],[121.766851,45.824572],[121.761284,45.817097],[121.755136,45.815742],[121.751568,45.817001],[121.747725,45.813131],[121.74715,45.807797],[121.750009,45.804194],[121.748683,45.79857],[121.747546,45.801994],[121.744981,45.803028],[121.748209,45.796765],[121.748173,45.792932],[121.735576,45.789924],[121.737997,45.787086],[121.729658,45.783997],[121.725365,45.784533],[121.721081,45.79237],[121.717015,45.792226],[121.722533,45.7842],[121.709168,45.780216],[121.700032,45.773372],[121.690172,45.769089],[121.689253,45.766507],[121.691063,45.761075],[121.682081,45.761459],[121.670277,45.766597],[121.662855,45.766102],[121.65449,45.769296],[121.651654,45.768625],[121.649727,45.762008],[121.638965,45.75297],[121.638964,45.750693],[121.644275,45.745033],[121.664102,45.737641],[121.665366,45.733384],[121.660724,45.731114],[121.658662,45.727871],[121.660646,45.725683],[121.664571,45.726625],[121.66465,45.721516],[121.673082,45.717951],[121.680033,45.710361],[121.682926,45.71076],[121.708051,45.699865],[121.727045,45.697476],[121.750841,45.688765],[121.771025,45.692201],[121.80541,45.685031],[121.802626,45.691973],[121.806688,45.696043],[121.806553,45.699479],[121.809531,45.701434],[121.825515,45.709042],[121.855093,45.717083],[121.869113,45.716908],[121.88847,45.711818],[121.89381,45.714788],[121.910379,45.714948],[121.928717,45.71155],[121.939337,45.711649],[121.943341,45.70919],[121.964387,45.690863],[121.986941,45.639131],[121.985442,45.635584],[121.988228,45.635651],[121.994171,45.631802],[121.997452,45.621303],[121.989672,45.603271],[121.990249,45.596987],[121.97404,45.593715],[121.965017,45.595746],[121.960727,45.594245],[121.966757,45.567054],[121.971647,45.56449],[121.972581,45.56042],[121.977333,45.560226],[121.987648,45.550792],[121.988051,45.537854],[121.997477,45.52232],[121.996605,45.505874],[122.017502,45.488153],[122.034111,45.483278],[122.058757,45.471065],[122.081676,45.465622],[122.100627,45.463121],[122.115911,45.452098],[122.139262,45.448128],[122.158946,45.441886],[122.164094,45.435178],[122.168912,45.418589],[122.174059,45.407326],[122.147482,45.377912],[122.145259,45.370644],[122.140045,45.367713],[122.136918,45.352286],[122.13613,45.324109],[122.138248,45.304402],[122.138838,45.30123],[122.140449,45.300936],[122.141269,45.293422],[122.233218,45.274273],[122.232745,45.261204],[122.236041,45.24575],[122.224295,45.204834],[122.210578,45.191873],[122.186756,45.178594],[122.137235,45.180878],[122.120779,45.156884],[122.103806,45.139877],[122.11263,45.097754],[122.113421,45.06644],[122.102169,45.047757],[122.092865,45.019396],[122.06857,45.004496],[122.080757,44.950828],[122.073137,44.912117],[122.060715,44.910034],[122.054486,44.912072],[122.046608,44.910769],[122.038982,44.897439],[122.048004,44.894893],[122.048768,44.889883],[122.047396,44.887037],[122.050334,44.880739],[122.053832,44.879513],[122.059451,44.882085],[122.063045,44.880367],[122.067476,44.874887],[122.066294,44.870204],[122.068861,44.858529],[122.075033,44.856269],[122.077985,44.849479],[122.076029,44.8382],[122.083353,44.831157],[122.092834,44.815014],[122.094078,44.806981],[122.086352,44.797419],[122.088191,44.789392],[122.093889,44.780268],[122.10899,44.774485],[122.151467,44.775296],[122.163263,44.768195],[122.159918,44.765207],[122.147902,44.76171],[122.136766,44.751648],[122.121444,44.755668],[122.104663,44.765709],[122.092883,44.742702],[122.096738,44.734175],[122.110343,44.737755],[122.146542,44.74178],[122.155515,44.726219],[122.149286,44.72585],[122.151421,44.72087],[122.142963,44.713876],[122.125151,44.708278],[122.111447,44.700058],[122.113084,44.697308],[122.109603,44.686539],[122.097068,44.671858],[122.107482,44.613361],[122.126035,44.601606],[122.132439,44.586046],[122.125734,44.575432],[122.190612,44.557909],[122.199913,44.551164],[122.201071,44.542547],[122.20846,44.532507],[122.218411,44.524268],[122.220622,44.516477],[122.216897,44.495789],[122.210282,44.494105],[122.209014,44.491756],[122.222426,44.478182],[122.23924,44.473771],[122.253173,44.474218],[122.266976,44.471499],[122.280438,44.475792],[122.288782,44.408923],[122.285985,44.308229],[122.268593,44.271779],[122.260295,44.265211],[122.265756,44.253621],[122.291653,44.238544],[122.313701,44.230784],[122.366888,44.233889],[122.476964,44.234797],[122.507259,44.248195],[122.55383,44.25832],[122.594112,44.271244],[122.637346,44.281711],[122.669971,44.283836],[122.684423,44.294897],[122.686063,44.301349],[122.697434,44.316967],[122.733878,44.351516],[122.754873,44.367705],[122.771249,44.373933],[122.848713,44.395931],[122.858181,44.400036],[122.86428,44.404352],[122.914531,44.429394],[122.935178,44.44359],[122.943337,44.446336],[122.962618,44.45689],[122.978349,44.468043],[122.990624,44.474322],[122.994271,44.474696],[122.99697,44.478326],[123.018788,44.490959],[123.034077,44.497012],[123.060877,44.504038],[123.092542,44.505333],[123.1072,44.50786],[123.118525,44.507457],[123.129815,44.500289],[123.127618,44.491806],[123.131352,44.48714],[123.127181,44.479308],[123.123918,44.476119],[123.119573,44.474874],[123.125738,44.46631],[123.129301,44.464766],[123.128627,44.460528],[123.130774,44.459717],[123.121752,44.45567],[123.11826,44.455788],[123.13594,44.426152],[123.131269,44.413419],[123.128925,44.412971],[123.129912,44.403848],[123.119613,44.40377],[123.10819,44.400284],[123.108142,44.397336],[123.122063,44.364728],[123.117634,44.365249],[123.11715,44.362095],[123.125535,44.360165],[123.142435,44.359465],[123.165521,44.348055],[123.167489,44.34311],[123.190791,44.342964],[123.270914,44.250487],[123.280646,44.209679],[123.286874,44.212039],[123.289003,44.20274],[123.293833,44.192979],[123.309989,44.187829],[123.313032,44.180594],[123.317359,44.177606],[123.379925,44.159569],[123.383995,44.160487],[123.379683,44.15631],[123.380559,44.154857],[123.377358,44.155502],[123.375846,44.14862],[123.377901,44.139403],[123.355423,44.131066],[123.352764,44.118673],[123.347567,44.10753],[123.347873,44.10441],[123.342158,44.095007],[123.344274,44.090355],[123.340565,44.0855],[123.337512,44.083884],[123.33511,44.0876],[123.33174,44.085104],[123.328468,44.086265],[123.322084,44.081616],[123.325438,44.071003],[123.322212,44.06865],[123.326819,44.063827],[123.324553,44.062651],[123.325691,44.060187],[123.322792,44.059513],[123.325095,44.05369],[123.314685,44.049813],[123.316784,44.043169],[123.319973,44.043435],[123.322737,44.032938],[123.321373,44.031994],[123.325125,44.02687],[123.353547,44.015107],[123.356003,44.011542],[123.357446,44.011593],[123.363961,44],[123.392966,43.976036],[123.382837,43.972432],[123.375032,43.972438],[123.371464,43.963788],[123.375698,43.950581],[123.394178,43.944542],[123.414331,43.926008],[123.422875,43.915295],[123.432501,43.898603],[123.433613,43.885304],[123.437617,43.874809],[123.446776,43.875782],[123.451738,43.872572],[123.460844,43.85701],[123.46189,43.850664],[123.460651,43.839117],[123.456332,43.833718],[123.455724,43.82018],[123.46076,43.813601],[123.46592,43.813624],[123.471975,43.797921],[123.476403,43.792379],[123.486557,43.786692],[123.491278,43.778033],[123.491009,43.768191],[123.479169,43.759965],[123.478955,43.746515],[123.476336,43.739212],[123.474382,43.738018],[123.476832,43.736903],[123.477401,43.731929],[123.483633,43.727471],[123.487271,43.726677],[123.491629,43.729052],[123.507668,43.713669],[123.513659,43.70518],[123.513375,43.699985],[123.519681,43.687011],[123.513723,43.682644],[123.511897,43.6789],[123.516943,43.67439],[123.521495,43.66663],[123.523669,43.660421],[123.523126,43.657177],[123.5272,43.655167],[123.532262,43.640615],[123.531668,43.631502],[123.530526,43.629566],[123.523629,43.626448],[123.514044,43.626338],[123.50388,43.622557],[123.501238,43.617144],[123.500374,43.608722],[123.506297,43.604591],[123.506406,43.590108],[123.452377,43.586199],[123.429159,43.598686],[123.425226,43.599184],[123.422056,43.602165],[123.420007,43.608015],[123.417373,43.60976],[123.416771,43.607675],[123.419024,43.603959],[123.414741,43.595658],[123.427077,43.573049],[123.432982,43.574818],[123.432167,43.577096],[123.439917,43.578384],[123.454575,43.566016],[123.455675,43.561169],[123.449633,43.545447],[123.446758,43.543348],[123.393675,43.556871],[123.350733,43.565168],[123.346651,43.565192],[123.337875,43.558824],[123.29837,43.548247],[123.300283,43.532399],[123.323655,43.516521],[123.319254,43.503711],[123.309865,43.489515],[123.329153,43.478324],[123.35816,43.480786],[123.361828,43.475456],[123.369508,43.473938],[123.38155,43.459203],[123.383143,43.45515],[123.383131,43.446781],[123.389109,43.439146],[123.40759,43.423268],[123.413464,43.40744],[123.436307,43.417959],[123.437372,43.420644],[123.433494,43.426543],[123.435536,43.435027],[123.480504,43.442929],[123.486834,43.437127],[123.49583,43.421226],[123.514725,43.399161],[123.519346,43.396294],[123.526402,43.399123],[123.539296,43.412979],[123.550532,43.404201],[123.578606,43.374739],[123.601381,43.364623],[123.698539,43.368125],[123.698168,43.359051],[123.709025,43.331678],[123.706897,43.328197],[123.697222,43.325283],[123.696697,43.32397],[123.70122,43.318356],[123.705816,43.316824],[123.713031,43.317202],[123.714875,43.313418],[123.709181,43.308682],[123.698607,43.308524],[123.689864,43.291921],[123.691931,43.284956],[123.691877,43.278383],[123.694196,43.276289],[123.699328,43.275936],[123.699618,43.271786],[123.691658,43.269982],[123.686738,43.271504],[123.681619,43.275428],[123.663027,43.267274],[123.658827,43.262348],[123.659679,43.255321],[123.667976,43.246118],[123.669674,43.241619],[123.662578,43.232106],[123.671156,43.224303],[123.671019,43.222138],[123.664734,43.218951],[123.654359,43.220013],[123.651552,43.218964],[123.641997,43.212903],[123.640431,43.207036],[123.642608,43.201148],[123.648826,43.192682],[123.659669,43.190818],[123.664499,43.18549],[123.664462,43.181537],[123.661464,43.177626],[123.653127,43.173784],[123.64521,43.173727],[123.642211,43.171535],[123.642023,43.166674],[123.648176,43.157413],[123.629564,43.13753],[123.630953,43.13148],[123.63578,43.127861],[123.63261,43.122646],[123.623986,43.118425],[123.625758,43.103701],[123.625472,43.086878],[123.620829,43.077911],[123.610603,43.075041],[123.596967,43.061317],[123.59886,43.052885],[123.605384,43.049216],[123.605417,43.046212],[123.588582,43.03305],[123.579224,43.032846],[123.577742,43.034723],[123.575334,43.034242],[123.575704,43.018898],[123.582128,43.014585],[123.57319,43.00815],[123.558272,43.00584],[123.556327,43.00279],[123.547969,43.007042],[123.53012,43.004989],[123.529428,43.002939],[123.520702,43.004639],[123.523253,43.009716],[123.522211,43.011837],[123.517151,43.017801],[123.509325,43.020218],[123.508748,43.024767],[123.498269,43.020082],[123.488876,43.023008],[123.485988,43.024219],[123.485093,43.028155],[123.480649,43.032673],[123.47088,43.038798],[123.465627,43.040222],[123.457079,43.036626],[123.44266,43.035803],[123.435596,43.028869],[123.428632,43.02519],[123.417423,43.027084],[123.405761,43.02619],[123.401646,43.021022],[123.396577,43.018026],[123.376943,43.0142],[123.3774,43.012172],[123.364025,43.008513],[123.327027,43.002898],[123.316275,42.998606],[123.268593,42.994907],[123.25281,42.990846],[123.229819,42.97123],[123.226595,42.965636],[123.227663,42.963322],[123.224206,42.95944],[123.213368,42.951154],[123.204643,42.951059],[123.200254,42.949281],[123.193888,42.940077],[123.186905,42.934493],[123.178009,42.923105],[123.182611,42.895016],[123.181632,42.886305],[123.180298,42.883242],[123.175787,42.880263],[123.165038,42.859692],[123.163909,42.856653],[123.164671,42.849699],[123.176319,42.843631],[123.183419,42.845788],[123.212738,42.834126],[123.219495,42.829948],[123.219395,42.827546],[123.21594,42.822992],[123.210681,42.825022],[123.199836,42.82234],[123.181262,42.823017],[123.176278,42.821286],[123.173863,42.819234],[123.17467,42.816848],[123.160367,42.808551],[123.12627,42.800253],[123.111415,42.798624],[123.101832,42.79162],[123.097303,42.792246],[123.090118,42.787342],[123.084105,42.787052],[123.075241,42.783816],[123.054419,42.76702],[123.042634,42.768385],[123.032155,42.767462],[122.98953,42.773261],[122.983015,42.776326],[122.976424,42.775763],[122.971299,42.772831],[122.963562,42.764843],[122.967993,42.760467],[122.955,42.753936],[122.940507,42.751601],[122.926813,42.768301],[122.923426,42.770023],[122.881911,42.767998],[122.873327,42.757311],[122.872466,42.749009],[122.873706,42.745489],[122.868,42.738489],[122.869877,42.737303],[122.854089,42.724456],[122.8513,42.709238],[122.849979,42.705121],[122.848328,42.705002],[122.840975,42.706171],[122.843424,42.71541],[122.842146,42.717824],[122.832719,42.712337],[122.808151,42.734732],[122.799794,42.739355],[122.79247,42.737128],[122.779729,42.7553],[122.768165,42.757332],[122.760246,42.756957],[122.751534,42.765813],[122.742918,42.765134],[122.732759,42.768554],[122.728517,42.776855],[122.727491,42.783549],[122.725802,42.784683],[122.673292,42.77887],[122.648118,42.780153],[122.619837,42.77112],[122.612629,42.776441],[122.582286,42.784587],[122.575375,42.787909],[122.573235,42.794678],[122.564326,42.80554],[122.570521,42.818067],[122.558513,42.8238],[122.521725,42.828482],[122.499452,42.834386],[122.476627,42.83508],[122.431288,42.840472],[122.41421,42.840236],[122.392467,42.836664],[122.353451,42.833593],[122.346723,42.829124],[122.344402,42.823474],[122.344393,42.819151],[122.350372,42.810005],[122.356311,42.789399],[122.36672,42.773486],[122.376744,42.77145],[122.432182,42.767631],[122.438237,42.770723],[122.449785,42.772481],[122.451987,42.771078],[122.455711,42.756436],[122.455039,42.752927],[122.450095,42.749677],[122.435842,42.744767],[122.434162,42.736393],[122.428444,42.726426],[122.417459,42.719578],[122.394057,42.709607],[122.390495,42.703483],[122.39018,42.691551],[122.392913,42.684227],[122.389334,42.681408],[122.354999,42.68104],[122.332274,42.667884],[122.329345,42.670453],[122.328575,42.678023],[122.318997,42.682505],[122.310099,42.681476],[122.304678,42.683475],[122.302368,42.688139],[122.297706,42.689966],[122.254076,42.694448],[122.252213,42.701941],[122.23596,42.710539],[122.232631,42.716596],[122.221457,42.725335],[122.210615,42.728205],[122.202886,42.72836],[122.1995,42.730351],[122.198172,42.728998],[122.2043,42.70962],[122.201026,42.704547],[122.198724,42.681932],[122.196819,42.679479],[122.190713,42.676745],[122.19047,42.678562],[122.194287,42.683697],[122.193993,42.686744],[122.191884,42.688751],[122.149053,42.685536],[122.146764,42.683821],[122.137564,42.685439],[122.106323,42.701279],[122.096919,42.700355],[122.074695,42.708176],[122.06721,42.708222],[122.067763,42.714387],[122.059343,42.719192],[122.051436,42.720113],[122.043184,42.713866],[122.043049,42.711011],[122.018636,42.700317],[122.007851,42.699075],[121.985043,42.703112],[121.983538,42.701354],[121.983853,42.692351],[121.980716,42.689423],[121.971544,42.698189],[121.966153,42.698965],[121.955677,42.69704],[121.952075,42.694832],[121.957671,42.688194],[121.955998,42.682874],[121.945212,42.685397],[121.93142,42.686079],[121.930382,42.681055],[121.936566,42.66668],[121.936093,42.663085],[121.932543,42.661815],[121.92243,42.663504],[121.913264,42.657044],[121.909127,42.636447],[121.903246,42.63728],[121.896915,42.63372],[121.896689,42.631826],[121.90139,42.627058],[121.910857,42.629018],[121.913987,42.62707],[121.912785,42.624253],[121.904644,42.621186],[121.898251,42.622977],[121.896452,42.62134],[121.898632,42.616159],[121.914254,42.603279],[121.907324,42.599492],[121.912443,42.586665],[121.904554,42.582766],[121.898638,42.592083],[121.892019,42.592686],[121.891148,42.591508],[121.894276,42.583192],[121.902189,42.575636],[121.903066,42.573351],[121.901118,42.570158],[121.891784,42.560586],[121.880491,42.553044],[121.87702,42.558361],[121.864566,42.559036],[121.86148,42.55344],[121.85999,42.545326],[121.86016,42.542964],[121.862816,42.540795],[121.860995,42.534764],[121.866111,42.528106],[121.860363,42.527511],[121.857763,42.533485],[121.851579,42.538042],[121.848041,42.53675],[121.848016,42.532831],[121.846414,42.531686],[121.833669,42.536297],[121.823027,42.536125],[121.825753,42.531202],[121.81891,42.523319],[121.813344,42.504666],[121.811176,42.501893],[121.803595,42.497579],[121.798297,42.498015],[121.800731,42.508411],[121.799863,42.510596],[121.797081,42.511772],[121.780528,42.495291],[121.753072,42.485373],[121.745988,42.487231],[121.741645,42.484681],[121.741708,42.482392],[121.731476,42.469151],[121.720493,42.459201],[121.720432,42.456036],[121.715251,42.449594],[121.707722,42.443513],[121.696488,42.437447],[121.685086,42.435293],[121.668885,42.438084],[121.661411,42.435147],[121.651284,42.440972],[121.641429,42.4523],[121.636237,42.466873],[121.637089,42.471499],[121.632736,42.478445],[121.622611,42.474046],[121.611129,42.481458],[121.598448,42.493776],[121.595821,42.498976],[121.605198,42.507177],[121.604581,42.51076],[121.601478,42.514386],[121.592665,42.509036],[121.585221,42.507081],[121.585626,42.500366],[121.575996,42.495734],[121.572825,42.492458],[121.572614,42.489699],[121.563503,42.484475],[121.546966,42.488546],[121.519986,42.481747],[121.515975,42.486703],[121.511891,42.488368],[121.504572,42.486443],[121.503989,42.482629],[121.499006,42.480242],[121.495987,42.481913],[121.491428,42.490856],[121.473106,42.494067],[121.465,42.48643],[121.464413,42.482147],[121.459519,42.47889],[121.446449,42.474336],[121.438741,42.475377],[121.434578,42.472742],[121.427994,42.473061],[121.42281,42.475895],[121.421096,42.480351],[121.417297,42.48302],[121.409954,42.483798],[121.411174,42.475999],[121.409724,42.474323],[121.384052,42.473352],[121.379936,42.471633],[121.38087,42.459855],[121.380533,42.451105],[121.379272,42.449675],[121.366499,42.452215],[121.357164,42.458484],[121.343972,42.457784],[121.342531,42.452498],[121.33465,42.446949],[121.321434,42.441232],[121.305665,42.438095],[121.298806,42.43335],[121.300908,42.429126],[121.308924,42.425767],[121.300727,42.420388],[121.301427,42.412973],[121.298105,42.403125],[121.293394,42.396692],[121.281543,42.389753],[121.27905,42.385536],[121.274124,42.384658],[121.258303,42.377139],[121.246616,42.380653],[121.245611,42.377474],[121.250589,42.375123],[121.237413,42.370842],[121.213132,42.369679],[121.210213,42.366708],[121.208385,42.359593],[121.194421,42.351999],[121.185985,42.351235],[121.180134,42.347925],[121.179485,42.343802],[121.182302,42.339782],[121.178638,42.330548],[121.163555,42.320223],[121.145917,42.312127],[121.14528,42.309903],[121.14757,42.307611],[121.142646,42.298736],[121.134427,42.296591],[121.133785,42.300516],[121.12782,42.297945],[121.126139,42.292217],[121.117671,42.285395],[121.113064,42.278505],[121.099832,42.278633],[121.097445,42.280923],[121.08148,42.276085],[121.070157,42.262465],[121.063468,42.250416],[121.057571,42.250915],[121.042487,42.257617],[121.027178,42.250164],[121.03312,42.245948],[121.028643,42.241886],[121.024902,42.243847],[121.022596,42.240525],[121.02027,42.242759],[121.016424,42.240977],[121.011864,42.243273],[121.009575,42.248346],[121.000865,42.252202],[121.006292,42.255408],[121.005346,42.258595],[120.997102,42.257688],[120.98212,42.260873],[120.965468,42.260232],[120.95758,42.264288],[120.955426,42.270722],[120.948624,42.274984],[120.928754,42.278039],[120.92457,42.272241],[120.90622,42.269994],[120.899992,42.26542],[120.893733,42.265213],[120.885459,42.269602],[120.882309,42.269591],[120.877918,42.267791],[120.877742,42.26479],[120.88597,42.250575],[120.885077,42.242404],[120.882678,42.240245],[120.876074,42.241533],[120.862787,42.24963],[120.857623,42.247404],[120.85413,42.248367],[120.855024,42.252336],[120.852596,42.253348],[120.844061,42.24618],[120.840627,42.248877],[120.829946,42.245517],[120.824277,42.250522],[120.818367,42.239156],[120.822404,42.233121],[120.822605,42.224957],[120.821238,42.223917],[120.812857,42.225638],[120.81306,42.230637],[120.804833,42.233594],[120.797404,42.233467],[120.790904,42.232225],[120.785904,42.229352],[120.788982,42.219906],[120.787446,42.216894],[120.732461,42.221176],[120.728592,42.218817],[120.727991,42.209467],[120.720206,42.205361],[120.720118,42.198633],[120.717291,42.197982],[120.712845,42.200617],[120.705114,42.201159],[120.699922,42.199673],[120.69478,42.194143],[120.691545,42.194139],[120.686068,42.185388],[120.67772,42.179885],[120.66905,42.177958],[120.661442,42.173181],[120.655299,42.172764],[120.651273,42.170705],[120.647844,42.165346],[120.643167,42.164118],[120.63243,42.165458],[120.630073,42.161299],[120.608182,42.153982],[120.60419,42.160134],[120.597551,42.164152],[120.587645,42.162402],[120.579483,42.163134],[120.575917,42.155994],[120.560833,42.145075],[120.556071,42.143728],[120.553706,42.139202],[120.548762,42.138919],[120.542618,42.142245],[120.535938,42.141209],[120.530582,42.137912],[120.528279,42.133372],[120.510485,42.130745],[120.505928,42.125078],[120.485791,42.117496],[120.469894,42.10801],[120.46633,42.102739],[120.462638,42.102276],[120.471077,42.089544],[120.474084,42.088573],[120.478037,42.089833],[120.483403,42.093716],[120.487599,42.093365],[120.493326,42.08906],[120.489885,42.085372],[120.477557,42.083108],[120.485612,42.075396],[120.487876,42.070743],[120.486095,42.066559],[120.481926,42.063436],[120.463601,42.059019],[120.459912,42.056127],[120.444857,42.054614],[120.443716,42.048533],[120.446298,42.041433],[120.448034,42.028319],[120.445895,42.020943],[120.450306,42.012749],[120.444559,42.009378],[120.440288,42.008878],[120.434313,42.004014],[120.422517,42.005383],[120.417193,41.999183],[120.410213,41.995627],[120.408111,41.993361],[120.414559,41.989201],[120.415627,41.983349],[120.404526,41.981753],[120.393752,41.982431],[120.385247,41.984516],[120.368278,41.992251],[120.364589,41.991199],[120.363802,41.987969],[120.352054,41.983338],[120.347426,41.978343],[120.340565,41.975649],[120.335077,41.97604],[120.329311,41.97309],[120.330863,41.968566],[120.329126,41.962734],[120.308731,41.953761],[120.304557,41.949978],[120.304762,41.939362],[120.311716,41.936318],[120.311944,41.931935],[120.300805,41.923843],[120.293261,41.920462],[120.299741,41.926591],[120.30032,41.928955],[120.299145,41.932503],[120.290369,41.934454],[120.281269,41.932639],[120.274973,41.923413],[120.277809,41.918505],[120.284254,41.917543],[120.284627,41.916366],[120.275383,41.914164],[120.274091,41.91929],[120.270687,41.923416],[120.266474,41.923403],[120.261203,41.912711],[120.264311,41.906046],[120.254694,41.901946],[120.26818,41.896353],[120.274303,41.89808],[120.280749,41.896695],[120.285877,41.894329],[120.290789,41.887504],[120.281969,41.877816],[120.268526,41.880984],[120.245868,41.881577],[120.24076,41.878606],[120.239296,41.874386],[120.22198,41.861355],[120.221296,41.857273],[120.199065,41.850099],[120.19646,41.847978],[120.187267,41.847834],[120.182966,41.844404],[120.183207,41.835079],[120.179492,41.821744],[120.165867,41.816103],[120.161077,41.805932],[120.155253,41.805083],[120.154671,41.795317],[120.152255,41.792005],[120.141235,41.787596],[120.137084,41.778749],[120.13443,41.776877],[120.126877,41.775729],[120.122862,41.770427],[120.121879,41.764965],[120.125432,41.759584],[120.123273,41.752209],[120.119525,41.748892],[120.123892,41.745823],[120.12587,41.73746],[120.133048,41.728754],[120.131516,41.725641],[120.108052,41.711121],[120.094601,41.696087],[120.085974,41.696798],[120.078772,41.69277],[120.074336,41.696511],[120.060236,41.698812],[120.049418,41.702935],[120.044039,41.70685],[120.029741,41.705608],[120.028016,41.71159],[120.029615,41.7137],[120.029862,41.723541],[120.022002,41.729799],[120.018952,41.734338],[120.019041,41.737245],[120.029991,41.745258],[120.02541,41.747888],[120.028121,41.755089],[120.030714,41.754757],[120.030976,41.761164],[120.038103,41.763297],[120.04602,41.773225],[120.03854,41.772492],[120.026067,41.778935],[120.037136,41.786023],[120.03654,41.794394],[120.039147,41.800198],[120.037127,41.809128],[120.037679,41.818386],[120.042702,41.823273],[120.042965,41.825327],[120.041488,41.826089],[120.038856,41.821655],[120.02999,41.817773],[120.020118,41.815329],[120.018726,41.815897],[120.014727,41.826682],[120.007139,41.830625],[120.004006,41.838466],[120.003775,41.845502],[120.005643,41.852653],[120.003851,41.856404],[120,41.857801],[119.98674,41.873709],[119.986213,41.885603],[119.988181,41.893327],[119.98716,41.897132],[119.969887,41.909788],[119.95167,41.917356],[119.949904,41.919629],[119.956194,41.945652],[119.957229,41.957326],[119.950581,41.974156],[119.938922,41.977197],[119.92566,41.987548],[119.919818,41.997819],[119.916419,42.008801],[119.902306,42.012808],[119.894359,42.018241],[119.896566,42.022298],[119.896277,42.028781],[119.888249,42.044271],[119.879816,42.05153],[119.880337,42.059371],[119.871752,42.071945],[119.850118,42.093194],[119.842902,42.092723],[119.835873,42.099189],[119.836846,42.109023],[119.833949,42.117174],[119.829612,42.122051],[119.826197,42.139791],[119.827811,42.141735],[119.839546,42.145826],[119.848187,42.157682],[119.849298,42.161395],[119.847093,42.1661],[119.856037,42.177769],[119.850523,42.183158],[119.847091,42.199844],[119.840108,42.209095],[119.820811,42.211606],[119.805332,42.209361],[119.784809,42.213117],[119.774538,42.20943],[119.763119,42.208313],[119.757979,42.209675],[119.76036,42.211025],[119.759506,42.212265],[119.736324,42.212589],[119.735781,42.215721],[119.726521,42.219948],[119.712229,42.217865],[119.712014,42.219366],[119.716468,42.223421],[119.714579,42.22769],[119.697901,42.221374],[119.677304,42.233724],[119.676374,42.234652],[119.67764,42.237062],[119.673882,42.238649],[119.665987,42.239619],[119.641339,42.236589],[119.634808,42.239052],[119.629568,42.246677],[119.620405,42.253474],[119.611695,42.249424],[119.607591,42.264306],[119.602484,42.2752],[119.583257,42.277111],[119.576088,42.281446],[119.567176,42.278591],[119.562656,42.281862],[119.567025,42.29112],[119.565157,42.295929],[119.557366,42.290544],[119.547312,42.292055],[119.534861,42.290194],[119.53284,42.292535],[119.533821,42.298092],[119.547659,42.320364],[119.559547,42.326213],[119.564908,42.335573],[119.566856,42.352599],[119.566044,42.357505],[119.541883,42.362987],[119.5342,42.361627],[119.522057,42.369456],[119.51324,42.371845],[119.511178,42.374415],[119.510464,42.380736],[119.503855,42.38644],[119.495924,42.386827],[119.492292,42.367397],[119.485509,42.358667],[119.483719,42.351425],[119.481381,42.34843],[119.449483,42.331119],[119.435915,42.32954],[119.429257,42.324003],[119.429447,42.320442],[119.42706,42.315112],[119.410355,42.307792],[119.385755,42.305064],[119.371354,42.299356],[119.355476,42.301424],[119.342333,42.299507],[119.33422,42.294773],[119.327191,42.284403],[119.300854,42.267139],[119.289762,42.26627],[119.276912,42.26224],[119.270503,42.255136],[119.271902,42.24862],[119.268182,42.237351],[119.258928,42.226897],[119.246543,42.217848],[119.241678,42.205186],[119.231657,42.19875],[119.237932,42.194932],[119.241756,42.185982],[119.25768,42.187354],[119.263045,42.18632],[119.26931,42.179863],[119.278852,42.164402],[119.279852,42.153254],[119.281406,42.151069],[119.285951,42.148762],[119.297363,42.147935],[119.301418,42.145543],[119.301996,42.14334],[119.297479,42.139104],[119.296715,42.135188],[119.300345,42.123843],[119.303887,42.119853],[119.317551,42.114495],[119.341959,42.116814],[119.368055,42.101847],[119.377273,42.087878],[119.370844,42.068266],[119.37771,42.050345],[119.367475,42.019656],[119.361277,42.012362],[119.35763,42.010286],[119.350635,41.99663],[119.340161,41.984891],[119.323165,41.97457],[119.31905,41.968964],[119.321532,41.963233],[119.323869,41.949737],[119.318257,41.936904],[119.326351,41.925265],[119.326835,41.898841],[119.319005,41.890996],[119.318479,41.887329],[119.32104,41.878781],[119.326388,41.872458],[119.328671,41.867042],[119.323894,41.862945],[119.32216,41.859022],[119.319512,41.850081],[119.320035,41.846063],[119.315264,41.843814],[119.310149,41.832604],[119.313038,41.829862],[119.310519,41.813703],[119.305177,41.802891],[119.291775,41.794468],[119.283427,41.782693],[119.289151,41.772471],[119.293183,41.769738],[119.307681,41.765399],[119.311226,41.761908],[119.305388,41.748547],[119.294034,41.740684],[119.296924,41.738338],[119.305637,41.739145],[119.310576,41.733526],[119.312771,41.727176],[119.311222,41.723901],[119.299963,41.718428],[119.293325,41.707756],[119.293395,41.702762],[119.298193,41.690958],[119.307559,41.680046],[119.307674,41.662137],[119.302063,41.658983],[119.301314,41.656017],[119.306595,41.63788],[119.309831,41.637869],[119.312496,41.640529],[119.318463,41.638027],[119.33482,41.62144],[119.336528,41.614051],[119.341733,41.611303],[119.352413,41.606711],[119.362578,41.606271],[119.380652,41.595847],[119.391319,41.594894],[119.409414,41.587786],[119.413345,41.57927],[119.404354,41.577663],[119.413324,41.566371],[119.407779,41.559793],[119.39037,41.560781],[119.382919,41.563077],[119.355129,41.56365],[119.356406,41.552536],[119.362988,41.539227],[119.376892,41.529722],[119.376189,41.520139],[119.384296,41.519043],[119.398328,41.507933],[119.399612,41.50089],[119.391835,41.501231],[119.389059,41.497557],[119.392049,41.488117],[119.399821,41.479764],[119.389657,41.47062],[119.374196,41.463954],[119.3651,41.448926],[119.364462,41.441955],[119.370806,41.422254],[119.368745,41.418869],[119.355229,41.41811],[119.352525,41.412054],[119.344619,41.409773],[119.324165,41.410423],[119.312089,41.404248],[119.305478,41.398567],[119.305471,41.392922],[119.318185,41.390754],[119.324115,41.385454],[119.323746,41.36995],[119.314481,41.364294],[119.313885,41.362518],[119.315096,41.357372],[119.322002,41.351001],[119.325153,41.335618],[119.31884,41.328143],[119.314493,41.32909],[119.312039,41.331506],[119.310531,41.341721],[119.308154,41.346361],[119.305262,41.343455],[119.300118,41.32964],[119.289509,41.32298],[119.285896,41.323725],[119.28265,41.326675],[119.273066,41.327691],[119.243142,41.32294],[119.236835,41.317744],[119.235503,41.31321],[119.232937,41.3108],[119.226164,41.310984],[119.208427,41.302788],[119.205527,41.2934],[119.194696,41.286649],[119.178866,41.287728],[119.15297,41.296925],[119.146954,41.297315],[119.131496,41.293804],[119.11262,41.295832],[119.094809,41.29192],[119.081025,41.291633],[119.067598,41.296923],[119.053601,41.293209],[119.041965,41.292369],[119.036531,41.293435],[119.016607,41.30274],[118.986802,41.304141],[118.980269,41.307072],[118.972357,41.307695],[118.964406,41.304687],[118.946629,41.31267],[118.934712,41.305596],[118.931113,41.300455],[118.90891,41.305309],[118.899507,41.299131],[118.892151,41.297673],[118.890221,41.302077],[118.878492,41.306086],[118.866401,41.30265],[118.859269,41.312874],[118.857473,41.322121],[118.849911,41.333744],[118.843874,41.338973],[118.833914,41.361478],[118.839909,41.366424],[118.841923,41.381188],[118.838553,41.379546],[118.832997,41.37189],[118.826343,41.368899],[118.813758,41.369742],[118.811688,41.364751],[118.800032,41.360866],[118.777153,41.357998],[118.765327,41.349158],[118.761746,41.342319],[118.761775,41.33874],[118.755444,41.328131],[118.740416,41.32188],[118.714013,41.325744],[118.702894,41.334261],[118.696723,41.334549],[118.691797,41.330971],[118.685845,41.334557],[118.673672,41.348007],[118.665091,41.353553],[118.658765,41.351509],[118.653613,41.345964],[118.650924,41.345329],[118.628362,41.346274],[118.615438,41.345234],[118.612425,41.348236],[118.609812,41.348494],[118.599325,41.345577],[118.585049,41.349971],[118.573997,41.351638],[118.559194,41.350825],[118.553445,41.353171],[118.546726,41.3517],[118.539538,41.346878],[118.524271,41.356727],[118.520212,41.356192],[118.511586,41.344893],[118.508883,41.343779],[118.480281,41.345324],[118.462585,41.343659],[118.452549,41.341525],[118.443974,41.337154],[118.41009,41.333455],[118.407625,41.329356],[118.411251,41.326403],[118.412757,41.316745],[118.404622,41.319023],[118.395948,41.30871],[118.36893,41.311157],[118.363916,41.315377],[118.351093,41.331724],[118.354509,41.335857],[118.351031,41.355363],[118.351778,41.359599],[118.348429,41.365096],[118.342479,41.369741],[118.361455,41.382764],[118.360468,41.386374],[118.348902,41.389289],[118.346329,41.391948],[118.348018,41.416536],[118.354166,41.419723],[118.340819,41.432523],[118.336858,41.443027],[118.33275,41.446709],[118.315912,41.449699],[118.290037,41.46103],[118.285075,41.459367],[118.275757,41.460539],[118.269402,41.46159],[118.264828,41.464949],[118.269397,41.475084],[118.275451,41.479976],[118.288107,41.482095],[118.298493,41.481925],[118.300715,41.48472],[118.298793,41.492297],[118.302367,41.498833],[118.310901,41.500353],[118.317358,41.507973],[118.319019,41.514453],[118.307457,41.525257],[118.304186,41.531098],[118.301586,41.544174],[118.304205,41.554096],[118.313863,41.559262],[118.310016,41.563246],[118.299759,41.566353],[118.285525,41.557566],[118.282928,41.557699],[118.279601,41.559167],[118.278235,41.56883],[118.26236,41.570338],[118.25141,41.577149],[118.246141,41.574592],[118.228774,41.577829],[118.222716,41.590848],[118.219948,41.592084],[118.214899,41.603783],[118.211978,41.607013],[118.207127,41.621549],[118.215277,41.634921],[118.213394,41.640059],[118.209437,41.643058],[118.20174,41.643563],[118.195719,41.649731],[118.195936,41.652799],[118.190165,41.660072],[118.176153,41.667602],[118.167174,41.675471],[118.16298,41.67726],[118.155155,41.677601],[118.161505,41.684277],[118.158206,41.697687],[118.151462,41.706104],[118.149884,41.719345],[118.145479,41.722626],[118.128682,41.728768],[118.132266,41.739315],[118.135823,41.742581],[118.139037,41.758158],[118.132677,41.763539],[118.135623,41.774535],[118.138366,41.779213],[118.145996,41.782288],[118.144402,41.787651],[118.139204,41.794192],[118.141824,41.796485],[118.179116,41.814711],[118.195939,41.806004],[118.210616,41.812117],[118.221099,41.812147],[118.22776,41.809843],[118.241362,41.793376],[118.238307,41.787734],[118.23884,41.777998],[118.245054,41.769959],[118.255581,41.7598],[118.273793,41.759681],[118.276988,41.761541],[118.280462,41.768019],[118.287117,41.771131],[118.294188,41.772031],[118.301612,41.776921],[118.302395,41.783333],[118.306939,41.793841],[118.309006,41.812213],[118.315694,41.821341],[118.318105,41.828265],[118.326254,41.838774],[118.339492,41.842789],[118.339505,41.84677],[118.335668,41.851345],[118.331854,41.852961],[118.32752,41.85944],[118.33205,41.864762],[118.33237,41.867945],[118.332273,41.87046],[118.328648,41.875433],[118.317854,41.877957],[118.298524,41.891969],[118.284079,41.906591],[118.265933,41.914421],[118.261094,41.91918],[118.262216,41.927914],[118.280832,41.931655],[118.29689,41.93733],[118.298281,41.942629],[118.297136,41.950903],[118.303255,41.959129],[118.299673,41.961866],[118.299308,41.971589],[118.302211,41.978318],[118.306188,41.980585],[118.307107,41.986182],[118.297826,41.988755],[118.294855,41.991193],[118.289039,41.996912],[118.289222,42.001644],[118.285458,42.005443],[118.258036,42.008264],[118.234732,42.005705],[118.232797,42.006717],[118.230355,42.013404],[118.238299,42.017952],[118.252781,42.017498],[118.2674,42.025182],[118.277682,42.026447],[118.277149,42.035628],[118.290844,42.046782],[118.2898,42.055986],[118.286352,42.059518],[118.276964,42.061563],[118.273499,42.06393],[118.264996,42.075987],[118.26497,42.082484],[118.257227,42.08593],[118.249419,42.08601],[118.236422,42.090266],[118.225752,42.087117],[118.213409,42.078211],[118.212283,42.063214],[118.218412,42.058907],[118.21846,42.054878],[118.206922,42.040388],[118.189525,42.030466],[118.154364,42.025241],[118.145941,42.028358],[118.113158,42.034648],[118.109536,42.0366],[118.110541,42.041375],[118.131781,42.043303],[118.138185,42.047673],[118.140847,42.051769],[118.132193,42.063448],[118.132902,42.065478],[118.134646,42.065724],[118.139408,42.061588],[118.152572,42.055608],[118.152951,42.061613],[118.150695,42.065843],[118.15245,42.074164],[118.157145,42.078702],[118.153671,42.086111],[118.140992,42.088087],[118.128735,42.095697],[118.119005,42.093887],[118.109336,42.094726],[118.085447,42.107586],[118.085958,42.111148],[118.088646,42.112944],[118.0908,42.1194],[118.089884,42.132472],[118.094128,42.144297],[118.103604,42.152846],[118.111426,42.164668],[118.095042,42.176624],[118.057375,42.189501],[118.050338,42.19102],[118.035556,42.19095],[118.02773,42.206393],[118.006201,42.214007],[117.99586,42.222757],[117.971984,42.233592],[117.963896,42.240781],[117.985308,42.25437],[117.991468,42.255531],[117.997624,42.254126],[118.007622,42.256072],[118.00957,42.265605],[118.028093,42.268456],[118.053806,42.280477],[118.052362,42.306556],[118.040135,42.312138],[118.021718,42.313197],[118.021637,42.318525],[118.01938,42.32225],[118.013062,42.32707],[118.008125,42.328201],[118.003217,42.342583],[118.003926,42.348306],[118.012253,42.366049],[118.019748,42.368709],[118.02517,42.37537],[118.024556,42.382517],[118.016184,42.387943],[118.01333,42.394978],[118.013221,42.400303],[118.001952,42.411291],[117.980033,42.419008],[117.972119,42.427885],[117.957831,42.429424],[117.936167,42.450494],[117.934896,42.461186],[117.92176,42.472355],[117.89871,42.481602],[117.88208,42.490289],[117.86972,42.491582],[117.8659,42.49895],[117.86304,42.513878],[117.863914,42.515527],[117.850977,42.539248],[117.83946,42.544596],[117.830779,42.560367],[117.808525,42.573921],[117.800709,42.573027],[117.787442,42.587422],[117.796801,42.601178],[117.799962,42.612735],[117.797595,42.615146],[117.781951,42.613216],[117.753944,42.605295],[117.747489,42.602442],[117.7443,42.598344],[117.717943,42.595679],[117.70105,42.586135],[117.68024,42.581088],[117.673298,42.583856],[117.660683,42.580459],[117.641039,42.586738],[117.604284,42.590445],[117.594028,42.600819],[117.581048,42.602775],[117.541977,42.604362],[117.532543,42.601502],[117.523159,42.588164],[117.517617,42.588868],[117.50829,42.597801],[117.502662,42.596105],[117.483335,42.595214],[117.478274,42.598634],[117.466555,42.600218],[117.454363,42.595992],[117.449155,42.587307],[117.429632,42.581926],[117.431471,42.578359],[117.431163,42.569603],[117.426616,42.554063],[117.415395,42.547469],[117.400516,42.541653],[117.389391,42.534102],[117.388019,42.523088],[117.384663,42.516187],[117.40137,42.517704],[117.406419,42.51557],[117.409195,42.510344],[117.410277,42.492831],[117.406038,42.485238],[117.404756,42.479073],[117.406993,42.476078],[117.406346,42.469237],[117.390988,42.464783],[117.38442,42.459399],[117.34644,42.457658],[117.326187,42.45869],[117.317607,42.463567],[117.317622,42.465366],[117.299464,42.46816],[117.2812,42.477242],[117.269593,42.479648],[117.258871,42.477386],[117.257645,42.474186],[117.252084,42.472454],[117.211593,42.470156],[117.195237,42.465909],[117.155848,42.463836],[117.120008,42.472143],[117.112745,42.470323],[117.107191,42.471814],[117.091968,42.481613],[117.088966,42.481949],[117.085021,42.479484],[117.075685,42.463026],[117.071448,42.458612],[117.047339,42.452527],[117.042653,42.452298],[117.021347,42.457062],[117.006988,42.452986],[117.00266,42.447837],[117.002818,42.440257],[116.999881,42.433835],[116.993004,42.425218],[116.989391,42.423261],[116.973685,42.426315],[116.965783,42.425958],[116.930761,42.408439],[116.895339,42.387656],[116.888332,42.385886],[116.889778,42.376886],[116.881876,42.366252],[116.878707,42.351398],[116.883827,42.33299],[116.894392,42.31261],[116.905058,42.28227],[116.89821,42.238758],[116.912729,42.230832],[116.91042,42.216809],[116.917747,42.211018],[116.918846,42.208276],[116.916162,42.192176],[116.897907,42.186284],[116.87712,42.1928],[116.851685,42.186947],[116.850759,42.195852],[116.812048,42.198045],[116.77685,42.205667],[116.819047,42.153254],[116.843867,42.154492],[116.853818,42.132372],[116.869261,42.125624],[116.862934,42.12071],[116.878655,42.111034],[116.885829,42.103412],[116.884252,42.085265],[116.881259,42.078753],[116.876069,42.075861],[116.873904,42.069551],[116.873837,42.066282],[116.879695,42.062326],[116.881608,42.05229],[116.875148,42.028056],[116.877827,42.024048],[116.876805,42.015473],[116.869338,42.008353],[116.854671,42.001638],[116.84001,42.002496],[116.832415,41.992448],[116.783123,41.971447],[116.765444,41.984438],[116.764949,41.986009],[116.768115,41.990226],[116.760609,41.993943],[116.751901,41.991541],[116.740115,41.980054],[116.718379,41.95037],[116.687543,41.9479],[116.688355,41.942688],[116.663202,41.945784],[116.654427,41.94511],[116.644441,41.940731],[116.635777,41.929167],[116.632771,41.928118],[116.626145,41.928531],[116.613408,41.932702],[116.605022,41.931486],[116.586426,41.934192],[116.585006,41.931994],[116.587596,41.926504],[116.582045,41.923583],[116.569613,41.925979],[116.558952,41.931673],[116.551375,41.929473],[116.540332,41.93156],[116.527653,41.945164],[116.53049,41.949951],[116.529648,41.952335],[116.523795,41.956935],[116.518761,41.958387],[116.490469,41.980694],[116.48448,41.977893],[116.481459,41.969865],[116.456982,41.952247],[116.453792,41.948162],[116.428891,41.938012],[116.417445,41.938232],[116.411626,41.942861],[116.40061,41.944187],[116.393883,41.94158],[116.386321,41.941969],[116.383241,41.944226],[116.384073,41.94685],[116.389435,41.94868],[116.393732,41.947949],[116.40878,41.963569],[116.41413,41.987757],[116.409152,41.992622],[116.394993,41.995058],[116.376626,42.003212],[116.377004,42.005764],[116.375063,42.007888],[116.34977,42.009309],[116.344078,42.006183],[116.327681,42.007363],[116.316384,42.002268],[116.307894,41.993119],[116.301654,41.975265],[116.295837,41.968163],[116.292792,41.96808],[116.2893,41.970761],[116.284838,41.969769],[116.276481,41.960872],[116.276781,41.957473],[116.273698,41.955673],[116.263687,41.953193],[116.255824,41.953542],[116.24157,41.942694],[116.235552,41.942814],[116.227566,41.939747],[116.223122,41.936049],[116.218547,41.930601],[116.219959,41.927794],[116.223577,41.925742],[116.223699,41.921353],[116.208779,41.905477],[116.20842,41.896411],[116.203002,41.890792],[116.205676,41.883707],[116.198745,41.872233],[116.198532,41.868634],[116.192941,41.862128],[116.187328,41.859675],[116.183032,41.860777],[116.166587,41.871454],[116.163971,41.870737],[116.157791,41.863025],[116.148228,41.859082],[116.134869,41.868512],[116.131597,41.868701],[116.119937,41.864925],[116.105362,41.851791],[116.100507,41.845796],[116.099392,41.830861],[116.118651,41.815208],[116.12135,41.811992],[116.12306,41.805998],[116.106277,41.785498],[116.101014,41.784166],[116.091909,41.774184],[116.074481,41.774114],[116.077414,41.779505],[116.04611,41.780393],[116.030555,41.78041],[116.02756,41.779343],[116.027297,41.774663],[116.010136,41.774909],[116.007124,41.7891],[115.995464,41.80246],[115.994382,41.817582],[115.995632,41.827134],[115.958367,41.867189],[115.936184,41.899177],[115.928272,41.913343],[115.915462,41.948683],[115.878518,41.935701],[115.848598,41.933956],[115.840643,41.936468],[115.823564,41.932865],[115.81318,41.917822],[115.80357,41.913341],[115.789437,41.912658],[115.788592,41.909933],[115.790926,41.904449],[115.763929,41.885786],[115.756943,41.884488],[115.7441,41.887476],[115.738629,41.892553],[115.73258,41.894437],[115.726029,41.892638],[115.721807,41.880919],[115.721875,41.872669],[115.69152,41.857253],[115.654109,41.835593],[115.645021,41.826508],[115.615595,41.816884],[115.611872,41.81278],[115.589858,41.801614],[115.565112,41.789445],[115.563891,41.790803],[115.551231,41.784917],[115.546358,41.779835],[115.527938,41.770314],[115.501713,41.76083],[115.434773,41.74103],[115.413382,41.730111],[115.332394,41.710813],[115.317307,41.706008],[115.308399,41.700979],[115.309655,41.692093],[115.324733,41.680932],[115.330179,41.672945],[115.348791,41.669964],[115.355707,41.665923],[115.354214,41.659124],[115.338801,41.633477],[115.358359,41.610115],[115.370815,41.60026],[115.358338,41.593608],[115.304295,41.590614],[115.290935,41.612218],[115.27536,41.61948],[115.256747,41.61353],[115.259957,41.591339],[115.254396,41.582246],[115.24628,41.577153],[115.23306,41.57449],[115.197567,41.569306],[115.199232,41.597838],[115.191785,41.602244],[115.144962,41.600822],[115.143055,41.603886],[115.141501,41.614392],[115.113612,41.611424],[115.106735,41.613547],[115.092218,41.621691],[115.080779,41.62084],[115.076847,41.611267],[115.07165,41.611301],[115.064343,41.601427],[115.047779,41.595753],[115.0304,41.597467],[115.027795,41.598947],[115.032453,41.603371],[115.015869,41.611601],[115.003182,41.611364],[114.979802,41.606507],[114.963571,41.606112],[114.963044,41.612516],[114.933143,41.611293],[114.916383,41.608148],[114.875389,41.60527],[114.874037,41.602405],[114.874902,41.597589],[114.859659,41.598547],[114.858623,41.601613],[114.864446,41.611803],[114.873177,41.621578],[114.897843,41.635715],[114.897635,41.66905],[114.899198,41.669983],[114.894551,41.717906],[114.894617,41.74118],[114.888028,41.783787],[114.880442,41.783133],[114.860028,41.80266],[114.862569,41.811596],[114.871674,41.812472],[114.881822,41.80925],[114.916088,41.823255],[114.92014,41.832261],[114.933206,41.844827],[114.932313,41.849075],[114.928201,41.854158],[114.923013,41.852702],[114.913761,41.853957],[114.906223,41.871781],[114.91012,41.880269],[114.90533,41.883325],[114.919479,41.899098],[114.917797,41.906254],[114.909691,41.910924],[114.908871,41.915592],[114.911868,41.918617],[114.912762,41.92662],[114.90982,41.934907],[114.926591,41.935481],[114.926963,41.941633],[114.909245,41.957073],[114.907095,41.966934],[114.910644,41.969198],[114.910531,41.978954],[114.903573,42.001334],[114.895709,42.013432],[114.889207,42.012374],[114.868905,42.019386],[114.868967,42.02105],[114.881086,42.021861],[114.882699,42.027833],[114.878789,42.035484],[114.867688,42.040357],[114.861209,42.052154],[114.854533,42.052914],[114.855126,42.07169],[114.852516,42.091062],[114.856888,42.093699],[114.854993,42.100072],[114.841566,42.111573],[114.838663,42.11723],[114.820891,42.135446],[114.819205,42.139836],[114.822105,42.14557],[114.787576,42.147272],[114.78288,42.12896],[114.769601,42.126851],[114.768686,42.120304],[114.748365,42.113694],[114.731449,42.113158],[114.729678,42.114527],[114.702508,42.116767],[114.698551,42.119361],[114.683691,42.120101],[114.671433,42.112684],[114.660909,42.11436],[114.65061,42.105887],[114.641422,42.102972],[114.620572,42.118067],[114.603129,42.126209],[114.592254,42.129396],[114.57968,42.130482],[114.554184,42.126161],[114.551754,42.125204],[114.552266,42.121341],[114.547174,42.120287],[114.513023,42.119066],[114.507566,42.116072],[114.505038,42.112421],[114.502851,42.097297],[114.497606,42.087023],[114.498485,42.077099],[114.495812,42.065092],[114.486632,42.056755],[114.480284,42.060574],[114.47323,42.06217],[114.467624,42.045831],[114.459369,42.035827],[114.459405,42.031602],[114.464202,42.022442],[114.468965,42.017527],[114.480895,42.011968],[114.475449,42.010463],[114.475505,42.003448],[114.478137,41.997062],[114.485682,41.992901],[114.494852,41.990723],[114.505211,41.979924],[114.5041,41.971135],[114.489413,41.968602],[114.480827,41.965123],[114.470745,41.953961],[114.470059,41.950829],[114.456007,41.95017],[114.426348,41.94387],[114.415313,41.939972],[114.374054,41.954933],[114.366591,41.954335],[114.364263,41.951165],[114.364828,41.947995],[114.358964,41.946007],[114.349627,41.947519],[114.34897,41.951032],[114.345943,41.951845],[114.341339,41.945439],[114.344813,41.94131],[114.344864,41.933099],[114.343252,41.928326],[114.336467,41.924784],[114.319016,41.927082],[114.319396,41.920663],[114.324334,41.914217],[114.324241,41.912151],[114.312542,41.899312],[114.304257,41.893402],[114.295241,41.893386],[114.289833,41.881528],[114.29181,41.877923],[114.291642,41.870162],[114.282401,41.868878],[114.277422,41.860803],[114.275908,41.851688],[114.26918,41.846342],[114.265588,41.847691],[114.258404,41.845943],[114.250249,41.839456],[114.235259,41.832146],[114.235959,41.825751],[114.223727,41.811518],[114.211306,41.803939],[114.196384,41.791511],[114.193774,41.78749],[114.193293,41.77688],[114.201648,41.769276],[114.19794,41.760671],[114.199583,41.756429],[114.208525,41.754385],[114.20953,41.751832],[114.206849,41.744036],[114.199992,41.736312],[114.225842,41.715627],[114.228884,41.708568],[114.226264,41.705398],[114.230884,41.696592],[114.221378,41.69467],[114.212596,41.698163],[114.209469,41.693356],[114.208503,41.682476],[114.247736,41.628302],[114.247131,41.620764],[114.228535,41.620192],[114.220209,41.616903],[114.221006,41.607279],[114.223702,41.605394],[114.230579,41.594188],[114.219118,41.581296],[114.214925,41.579902],[114.214553,41.571727],[114.216455,41.561303],[114.224906,41.543146],[114.224349,41.511623],[114.214155,41.509067],[114.208023,41.509269],[114.196094,41.516875],[114.126641,41.529199],[114.099678,41.536037],[114.09426,41.535638],[114.080557,41.530222],[114.07804,41.527235],[114.062668,41.530044],[114.055399,41.528094],[114.049433,41.522687],[114.034665,41.529811],[114.023959,41.525871],[114.01887,41.521895],[114.009359,41.517857],[113.998046,41.517333],[113.996086,41.512],[113.971484,41.504285],[113.970937,41.500314],[113.953848,41.488614],[113.947117,41.48184],[113.936165,41.482163],[113.930375,41.485312],[113.925344,41.484767],[113.922678,41.481094],[113.913029,41.452783],[113.90196,41.444661],[113.877013,41.435533],[113.870005,41.426724],[113.864483,41.411687],[113.911591,41.40202],[113.927184,41.392485],[113.937478,41.392609],[113.937448,41.389108],[113.929615,41.380714],[113.927379,41.374949],[113.928451,41.367449],[113.93101,41.367594],[113.931878,41.365223],[113.931236,41.355308],[113.925762,41.352383],[113.918043,41.342055],[113.916865,41.336913],[113.921921,41.331935],[113.913976,41.331767],[113.91544,41.329239],[113.920004,41.327],[113.920399,41.324884],[113.912592,41.324131],[113.904731,41.31997],[113.904388,41.316896],[113.898223,41.317855],[113.89252,41.31377],[113.894604,41.312242],[113.895501,41.306466],[113.903971,41.299917],[113.908502,41.292917],[113.915943,41.289427],[113.929644,41.293058],[113.949705,41.284596],[113.945149,41.262707],[113.947422,41.256094],[113.954696,41.252456],[113.955044,41.243165],[113.959619,41.238771],[113.964655,41.237796],[113.967649,41.25216],[113.971258,41.253076],[113.971682,41.259916],[113.970249,41.264739],[113.978323,41.268455],[113.984857,41.267896],[113.987918,41.264094],[113.988658,41.257033],[114.000236,41.249028],[114.000332,41.237781],[114.005387,41.231615],[114.00434,41.221845],[113.999923,41.217751],[113.995363,41.184442],[113.991256,41.179985],[113.977044,41.18119],[113.968025,41.179181],[113.96549,41.177988],[113.964343,41.174939],[113.953872,41.170614],[113.949945,41.170641],[113.946248,41.173621],[113.935158,41.17672],[113.930021,41.173063],[113.912783,41.17148],[113.90632,41.16591],[113.896001,41.139879],[113.886707,41.132438],[113.878864,41.133351],[113.875073,41.128222],[113.875724,41.121423],[113.86964,41.112855],[113.877179,41.10848],[113.877531,41.10422],[113.853943,41.108048],[113.833064,41.107749],[113.818866,41.099965],[113.818094,41.093986],[113.835517,41.073985],[113.83977,41.076353],[113.856316,41.077131],[113.863794,41.069287],[113.866228,41.062757],[113.86361,41.059689],[113.880236,41.053884],[113.889072,41.041344],[113.893226,41.042352],[113.910035,41.034894],[113.913283,41.029475],[113.91223,41.024221],[113.91684,41.016672],[113.921339,41.012931],[113.934227,41.007028],[113.950412,41.003434],[113.956936,40.989074],[113.963285,40.986627],[113.966334,40.993244],[113.968807,40.993743],[113.976084,40.978152],[113.975638,40.9617],[113.972252,40.947437],[113.976389,40.941989],[113.99025,40.936339],[113.990857,40.940976],[113.993922,40.946463],[114.005553,40.933374],[114.025131,40.931924],[114.040995,40.932874],[114.047708,40.928394],[114.050312,40.924645],[114.050606,40.923389],[114.039067,40.921538],[114.033502,40.916608],[114.035355,40.902647],[114.044204,40.889228],[114.046511,40.862869],[114.050241,40.860008],[114.062051,40.856326],[114.068311,40.85204],[114.060225,40.844701],[114.049992,40.841316],[114.038013,40.82951],[114.046535,40.824734],[114.053735,40.808911],[114.064097,40.799857],[114.066298,40.793568],[114.073292,40.788918],[114.083614,40.794182],[114.097558,40.79594],[114.09898,40.778806],[114.095352,40.767174],[114.098147,40.757084],[114.12668,40.744953],[114.109402,40.733346],[114.10193,40.734752],[114.095371,40.739243],[114.088099,40.740307],[114.078918,40.733614],[114.060215,40.725041],[114.054179,40.718706],[114.053611,40.702573],[114.059542,40.698447],[114.064986,40.686554],[114.065128,40.679046],[114.060644,40.658945],[114.061136,40.642127],[114.057966,40.635798],[114.041556,40.622268],[114.034221,40.609231],[114.036034,40.606661],[114.043882,40.602194],[114.049372,40.592464],[114.049446,40.589617],[114.055695,40.585829],[114.06642,40.583056],[114.071571,40.578787],[114.068009,40.561658],[114.070171,40.559383],[114.077854,40.557391],[114.07777,40.554839],[114.068751,40.541567],[114.043536,40.527857],[114.02293,40.525967],[114.015155,40.519601],[114.011025,40.51813],[113.997145,40.52179],[113.975659,40.522131],[113.965407,40.525117],[113.958333,40.52057],[113.949036,40.520029],[113.946107,40.517883],[113.945554,40.51539],[113.941273,40.515618],[113.934834,40.500354],[113.919627,40.489413],[113.914022,40.490494],[113.894685,40.47696],[113.893911,40.474284],[113.896415,40.471159],[113.896319,40.468237],[113.891478,40.463688],[113.873622,40.451583],[113.863413,40.448312],[113.849594,40.466333],[113.837825,40.476534],[113.831251,40.478949],[113.817499,40.498947],[113.811932,40.500144],[113.806932,40.503602],[113.797858,40.514394],[113.791406,40.517864],[113.787458,40.518037],[113.776714,40.491441],[113.763506,40.482829],[113.750799,40.4684],[113.735623,40.465414],[113.729654,40.467372],[113.692664,40.448898],[113.675138,40.443861],[113.672885,40.441575],[113.67332,40.436146],[113.662585,40.420219],[113.655867,40.415264],[113.641581,40.408331],[113.631793,40.407249],[113.622719,40.396047],[113.613318,40.387936],[113.597839,40.380008],[113.584414,40.370907],[113.57419,40.361675],[113.571735,40.352176],[113.567963,40.349346],[113.556317,40.345568],[113.529336,40.332613],[113.504322,40.335545],[113.432542,40.321603],[113.361937,40.31186],[113.355723,40.313693],[113.352394,40.317449],[113.332521,40.318612],[113.331933,40.315914],[113.329012,40.314875],[113.325363,40.316494],[113.321451,40.315346],[113.319212,40.318686],[113.309331,40.318602],[113.294557,40.335009],[113.284518,40.362711],[113.271865,40.384318],[113.251726,40.399772],[113.250974,40.413804],[113.223458,40.401015],[113.1686,40.392394],[113.147472,40.387573],[113.135969,40.383946],[113.119583,40.375551],[113.113482,40.376541],[113.059726,40.367965],[113.022799,40.36396],[112.991424,40.354423],[112.968147,40.350564],[112.889921,40.3263],[112.891475,40.316641],[112.88749,40.297725],[112.848846,40.20542],[112.846089,40.201601],[112.79557,40.18567],[112.754709,40.166541],[112.739759,40.162195],[112.724534,40.164695],[112.683568,40.190733],[112.657809,40.211653],[112.618552,40.23801],[112.566704,40.252541],[112.523551,40.261167],[112.456592,40.298593],[112.406793,40.293891],[112.386362,40.274957],[112.352903,40.255388],[112.342684,40.253296],[112.32847,40.253127],[112.318267,40.257523],[112.303543,40.255148],[112.305153,40.252639],[112.296842,40.237468],[112.28344,40.222239],[112.290829,40.216183],[112.292875,40.21031],[112.282516,40.200719],[112.226495,40.168914],[112.224195,40.159601],[112.21933,40.15244],[112.224065,40.131494],[112.216055,40.127088],[112.207216,40.112651],[112.196817,40.102171],[112.190904,40.093633],[112.177483,40.084246],[112.174944,40.06864],[112.175406,40.061073],[112.169048,40.050509],[112.158079,40.045855],[112.155531,40.041498],[112.135423,40.026025],[112.133968,40.018696],[112.128328,40.012557],[112.124952,39.994808],[112.121212,39.990822],[112.115194,39.988353],[112.10986,39.977361],[112.085451,39.948798],[112.078392,39.937094],[112.071453,39.919999],[112.05844,39.905738],[112.047021,39.901065],[112.036887,39.885017],[112.038297,39.877043],[112.025871,39.848544],[112.023883,39.848713],[111.984785,39.807286],[111.966285,39.795117],[111.963226,39.785416],[111.95903,39.720021],[111.963895,39.711744],[111.947883,39.68487],[111.917975,39.664947],[111.918421,39.660187],[111.931223,39.644939],[111.92803,39.635781],[111.928177,39.615361],[111.925699,39.609042],[111.921158,39.608343],[111.906498,39.61502],[111.894041,39.616527],[111.877332,39.61122],[111.872106,39.601858],[111.842269,39.615445],[111.837416,39.619525],[111.828988,39.620713],[111.817598,39.61147],[111.81202,39.604761],[111.782303,39.588287],[111.775248,39.586334],[111.709824,39.604968],[111.706604,39.613328],[111.702981,39.616928],[111.68127,39.629949],[111.647652,39.637683],[111.634904,39.643857],[111.624692,39.638377],[111.618674,39.631403],[111.609283,39.630989],[111.588595,39.638123],[111.582284,39.642053],[111.572574,39.642463],[111.534932,39.651533],[111.526074,39.655313],[111.519877,39.659937],[111.504917,39.660999],[111.486278,39.659019],[111.461731,39.648047],[111.446935,39.646197],[111.436736,39.640748],[111.432033,39.640304],[111.433667,39.632606],[111.437108,39.629624],[111.454261,39.626275],[111.456369,39.620327],[111.456693,39.611582],[111.455062,39.606516],[111.44976,39.605356],[111.441877,39.614333],[111.4339,39.62021],[111.424808,39.619506],[111.422567,39.615769],[111.422917,39.610548],[111.434632,39.596191],[111.423557,39.555322],[111.418513,39.548327],[111.415934,39.539408],[111.416039,39.537157],[111.425006,39.526887],[111.427118,39.521696],[111.424429,39.50658],[111.413246,39.499076],[111.401468,39.498172],[111.383434,39.491464],[111.366496,39.478901],[111.357443,39.467215],[111.357443,39.446655],[111.354232,39.434962],[111.350694,39.429473],[111.336282,39.421517],[111.32684,39.419007],[111.299011,39.420508],[111.281469,39.415978],[111.273081,39.420438],[111.262161,39.423411],[111.250668,39.424016],[111.237908,39.427607],[111.229056,39.42721],[111.226172,39.423789],[111.222357,39.422309],[111.212635,39.423648],[111.210095,39.425426],[111.202398,39.424468],[111.19897,39.419861],[111.192034,39.418385],[111.178465,39.41956],[111.168201,39.423139],[111.157222,39.417308],[111.15292,39.417337],[111.145153,39.413714],[111.13705,39.40726],[111.127624,39.386584],[111.114143,39.379257],[111.107392,39.373457],[111.108316,39.368872],[111.118452,39.365325],[111.11459,39.359316],[111.107007,39.356632],[111.102642,39.355856],[111.094078,39.357759],[111.07949,39.38024],[111.092194,39.400353],[111.09208,39.402308],[111.085665,39.410061],[111.079859,39.411249],[111.074604,39.409356],[111.066858,39.399737],[111.06098,39.398756],[111.056762,39.400386],[111.053778,39.403639],[111.048091,39.434179],[111.051364,39.445403],[111.081232,39.461565],[111.089232,39.472649],[111.092431,39.485641],[111.099605,39.497335],[111.118154,39.514094],[111.13779,39.523321],[111.142035,39.530641],[111.150128,39.561948],[111.145133,39.570349],[111.135604,39.576475],[111.135195,39.583548],[111.130436,39.584976],[111.122822,39.582358],[111.116159,39.576648],[111.112114,39.564275],[111.084636,39.550323],[111.082295,39.55038],[111.07627,39.554867],[111.055147,39.555673],[111.038324,39.550759],[111.035292,39.552548],[111.035661,39.564919],[111.032804,39.567929],[111.023675,39.570133],[111.018687,39.569762],[111.018151,39.565043],[111.026656,39.563075],[111.029182,39.55973],[111.028475,39.557099],[111.0255,39.556337],[111.021787,39.560912],[111.018388,39.561459],[111.016774,39.560688],[111.016476,39.552385],[111.010031,39.550357],[110.995439,39.550483],[110.992506,39.548371],[110.987283,39.539013],[110.979013,39.531322],[110.953912,39.517686],[110.905524,39.508156],[110.894828,39.510829],[110.878025,39.506847],[110.860409,39.490674],[110.858128,39.482445],[110.818594,39.43345],[110.804522,39.419038],[110.788558,39.408168],[110.779532,39.390071],[110.775638,39.386261],[110.76178,39.378554],[110.739522,39.357943],[110.734441,39.348916],[110.72056,39.298391],[110.702463,39.276038],[110.693386,39.270805],[110.682214,39.267597],[110.624641,39.266338],[110.616772,39.26794],[110.594566,39.278261],[110.575881,39.296827],[110.565333,39.309624],[110.561166,39.317666],[110.564984,39.329672],[110.552311,39.352841],[110.532056,39.372072],[110.517224,39.382088],[110.505028,39.380174],[110.504785,39.374383],[110.506762,39.368582],[110.492398,39.358218],[110.47524,39.361193],[110.464455,39.37375],[110.460368,39.375882],[110.441624,39.380296],[110.423846,39.377937],[110.414605,39.361012],[110.410168,39.347817],[110.420912,39.342294],[110.422932,39.338313],[110.400883,39.318977],[110.387889,39.311174],[110.380053,39.309121],[110.366797,39.326812],[110.351322,39.332108],[110.327867,39.34558],[110.305858,39.364764],[110.289754,39.375234],[110.289922,39.37808],[110.287477,39.382134],[110.275423,39.393116],[110.263415,39.400459],[110.266513,39.404078],[110.271153,39.418736],[110.269425,39.425158],[110.232864,39.423121],[110.226053,39.434405],[110.21107,39.442517],[110.194557,39.437152],[110.141581,39.454446],[110.130477,39.45171],[110.124029,39.446408],[110.119593,39.424326],[110.120356,39.41382],[110.122226,39.409233],[110.132197,39.389766],[110.139558,39.386956],[110.15427,39.388084],[110.160037,39.382426],[110.162459,39.373494],[110.164857,39.3704],[110.1716,39.36753],[110.178276,39.356175],[110.186522,39.334944],[110.19392,39.322767],[110.200369,39.303323],[110.20194,39.289323],[110.209837,39.281506],[110.186102,39.279493],[110.135056,39.259595],[110.094668,39.243148],[110.082518,39.234303],[110.078686,39.228138],[110.045743,39.220746],[110.031393,39.213462],[109.992091,39.207829],[109.988864,39.209952],[109.95647,39.211496],[109.940956,39.228413],[109.936973,39.236315],[109.922331,39.252799],[109.900837,39.270433],[109.877638,39.263707],[109.86596,39.251596],[109.865387,39.241741],[109.879908,39.230957],[109.894226,39.226948],[109.954925,39.19102],[109.954169,39.185329],[109.930854,39.169119],[109.910167,39.170716],[109.903646,39.160723],[109.906529,39.157069],[109.906102,39.155455],[109.893507,39.148607],[109.891403,39.145237],[109.908502,39.120839],[109.916341,39.103453],[109.915286,39.102265],[109.879808,39.10272],[109.878377,39.109712],[109.872814,39.118419],[109.859357,39.123427],[109.851309,39.123024],[109.826063,39.108001],[109.789397,39.073798],[109.763264,39.060429],[109.750468,39.051182],[109.721262,39.018709],[109.698036,39.018451],[109.689006,39.000324],[109.686353,38.988624],[109.667445,38.997731],[109.657216,38.981724],[109.678472,38.965827],[109.681066,38.961177],[109.680758,38.936489],[109.657238,38.906969],[109.642745,38.882169],[109.621696,38.857115],[109.607174,38.853017],[109.552504,38.806016],[109.547243,38.803552],[109.540955,38.805278],[109.512278,38.830167],[109.503732,38.82996],[109.446789,38.783512],[109.399854,38.73],[109.374944,38.71175],[109.340264,38.698512],[109.329374,38.688365],[109.320664,38.668628],[109.32161,38.664543],[109.331172,38.653718],[109.336175,38.644984],[109.3567,38.628417],[109.35779,38.623713],[109.31897,38.594927],[109.30475,38.598207],[109.27595,38.617793],[109.268076,38.61815],[109.264414,38.616589],[109.246001,38.601853],[109.207389,38.561292],[109.179021,38.525348],[109.144942,38.50666],[109.125001,38.4771],[109.118491,38.470275],[109.090525,38.456641],[109.046434,38.431999],[109.046162,38.429969],[109.055715,38.415182],[109.058488,38.398329],[109.026544,38.367368],[109.008634,38.360685],[108.982355,38.30545],[108.971109,38.293505],[108.96543,38.273673],[108.965368,38.260183],[108.968535,38.25792],[108.969227,38.250188],[108.956451,38.229149],[108.940441,38.213796],[108.938685,38.179027],[108.947391,38.166379],[109.000442,38.135331],[109.062068,38.093769],[109.041958,38.054908],[109.063919,38.02668],[109.062908,38.021821],[109.038128,38.005961],[109.02188,37.990627],[109.012674,37.978888],[108.994834,37.966757],[108.977858,37.96153],[108.974796,37.95672],[108.976889,37.946672],[108.969376,37.93111],[108.967312,37.929464],[108.939162,37.920453],[108.932279,37.920408],[108.928844,37.922565],[108.890363,37.97538],[108.88415,37.989258],[108.884731,37.998452],[108.870771,38.028879],[108.838714,38.04833],[108.830415,38.05103],[108.792198,38.051485],[108.789605,38.045673],[108.821653,38.013483],[108.824107,37.9827],[108.816768,37.97938],[108.79472,37.944465],[108.791267,37.91941],[108.78735,37.863934],[108.788992,37.833627],[108.793132,37.806505],[108.797118,37.797663],[108.797097,37.78342],[108.794699,37.779675],[108.790147,37.778276],[108.781047,37.765719],[108.777245,37.754169],[108.77872,37.734548],[108.786231,37.717483],[108.788485,37.709147],[108.788419,37.701611],[108.779766,37.687531],[108.760952,37.677486],[108.743881,37.686338],[108.712491,37.683852],[108.696766,37.668667],[108.677155,37.664192],[108.657609,37.661863],[108.631195,37.653126],[108.601327,37.65689],[108.549286,37.684972],[108.529055,37.690804],[108.482459,37.677669],[108.424065,37.649958],[108.398526,37.645202],[108.363863,37.641831],[108.330004,37.631557],[108.297312,37.637804],[108.292647,37.644655],[108.28809,37.656895],[108.278725,37.661196],[108.264266,37.664161],[108.235214,37.665283],[108.206206,37.658067],[108.196833,37.65353],[108.196471,37.644584],[108.180134,37.632848],[108.143399,37.620923],[108.128883,37.621007],[108.118312,37.627276],[108.118362,37.630675],[108.105117,37.63904],[108.072088,37.641445],[108.054747,37.65167],[108.022768,37.649373],[108.018063,37.650553],[108.010565,37.661752],[108.010725,37.672125],[108.018074,37.682928],[108.020432,37.691977],[108.020065,37.696866],[108.010426,37.723424],[108.002915,37.732987],[107.987803,37.734781],[107.988986,37.745706],[107.974635,37.764855],[107.977519,37.786585],[107.931895,37.794509],[107.918522,37.803518],[107.890224,37.81317],[107.886198,37.813114],[107.880565,37.807792],[107.845557,37.821349],[107.83808,37.828497],[107.830107,37.830637],[107.817897,37.831893],[107.811539,37.828177],[107.794605,37.833245],[107.783204,37.833861],[107.769056,37.839022],[107.737587,37.844273],[107.726184,37.84964],[107.704981,37.86893],[107.686803,37.874471],[107.684322,37.87829],[107.690635,37.884957],[107.687484,37.887775],[107.67876,37.887684],[107.671002,37.875322],[107.642962,37.86421],[107.631178,37.87212],[107.554945,37.893072],[107.500405,37.931459],[107.48925,37.944018],[107.469975,37.944042],[107.45319,37.941231],[107.445121,37.93227],[107.415185,37.939546],[107.406208,37.947958],[107.412654,37.961482],[107.435455,37.995276],[107.378585,38.029914],[107.368871,38.039633],[107.353484,38.05051],[107.346243,38.060479],[107.338216,38.080245],[107.329784,38.087375],[107.297894,38.095955],[107.283154,38.096178],[107.273674,38.098984],[107.266529,38.103709],[107.253689,38.105097],[107.239748,38.110428],[107.229052,38.119667],[107.206684,38.131063],[107.185038,38.154248],[107.161649,38.160406],[107.145939,38.153477],[107.134256,38.159102],[107.127989,38.157043],[107.12651,38.151657],[107.119039,38.141564],[107.035184,38.125507],[107.027784,38.116149],[107.011678,38.120025],[106.98904,38.122199],[106.943725,38.130157],[106.908443,38.13902],[106.891506,38.146114],[106.870908,38.148446],[106.854017,38.155074],[106.767389,38.172721],[106.745175,38.183105],[106.736767,38.194004],[106.72382,38.202925],[106.712025,38.205108],[106.694751,38.213326],[106.669357,38.219329],[106.653379,38.227079],[106.619713,38.232664],[106.585249,38.249408],[106.54985,38.262479],[106.540422,38.268676],[106.52752,38.283852],[106.515309,38.295169],[106.490207,38.305206],[106.484612,38.304469],[106.481313,38.313537],[106.479223,38.315472],[106.479067,38.319766],[106.596177,38.390404],[106.645144,38.47287],[106.659193,38.600718],[106.699864,38.71408],[106.75223,38.749337],[106.793503,38.803655],[106.822715,38.838782],[106.953727,38.944342],[106.967417,39.025191],[106.963021,39.047553],[106.966281,39.052732],[106.955844,39.053799],[106.940562,39.06365],[106.938755,39.068777],[106.930142,39.0721],[106.926414,39.076318],[106.911273,39.079431],[106.903149,39.079538],[106.893529,39.085533],[106.877429,39.088681],[106.871835,39.088316],[106.859998,39.09143],[106.859761,39.103012],[106.844589,39.123109],[106.842934,39.135485],[106.834422,39.151433],[106.831909,39.160913],[106.835216,39.164349],[106.835668,39.167859],[106.829965,39.174237],[106.828778,39.186656],[106.820591,39.192611],[106.815774,39.210375],[106.800047,39.223832],[106.793921,39.234398],[106.787843,39.239306],[106.786341,39.244044],[106.79088,39.256588],[106.798331,39.266369],[106.801851,39.276442],[106.797092,39.295639],[106.802323,39.316696],[106.789689,39.333495],[106.789922,39.339025],[106.794448,39.347521],[106.788075,39.359664],[106.778624,39.370382],[106.75713,39.371578],[106.749921,39.373373],[106.745788,39.387783],[106.732658,39.384],[106.728055,39.378249],[106.688933,39.364782],[106.677869,39.355512],[106.6694,39.353738],[106.640895,39.356486],[106.632716,39.359811],[106.626109,39.365751],[106.598287,39.374611],[106.572037,39.344738],[106.555031,39.330196],[106.525674,39.300037],[106.503776,39.269428],[106.456596,39.282077],[106.438854,39.283179],[106.428452,39.286719],[106.395016,39.28538],[106.347171,39.280274],[106.341754,39.281877],[106.319246,39.279556],[106.319404,39.276409],[106.314271,39.275672],[106.288764,39.27624],[106.277069,39.273456],[106.27117,39.263854],[106.276903,39.23699],[106.284135,39.224493],[106.285264,39.216659],[106.282708,39.211178],[106.276267,39.208864],[106.274804,39.206412],[106.277472,39.193485],[106.285688,39.187411],[106.288008,39.182983],[106.28898,39.158119],[106.283307,39.142888],[106.280193,39.139822],[106.268054,39.135099],[106.249091,39.131473],[106.224973,39.138668],[106.212056,39.131772],[106.194984,39.135951],[106.191281,39.140966],[106.177252,39.146323],[106.168469,39.155102],[106.164578,39.15705],[106.152229,39.157936],[106.145399,39.154962],[106.130625,39.138103],[106.122088,39.125747],[106.117343,39.121763],[106.112872,39.122346],[106.108037,39.120154],[106.108336,39.114384],[106.110248,39.113444],[106.105574,39.0968],[106.097101,39.089604],[106.091979,39.082222],[106.092952,39.080718],[106.091818,39.073536],[106.084665,39.06748],[106.078898,39.049271],[106.080718,39.042348],[106.077524,39.033324],[106.071394,39.028686],[106.085004,39.01677],[106.083774,39.004772],[106.060731,38.985081],[106.057759,38.976804],[106.057886,38.972083],[106.054936,38.966774],[106.043202,38.958593],[106.040979,38.959992],[106.031651,38.960411],[106.025586,38.958168],[106.009155,38.943246],[106.0052,38.942717],[105.996767,38.936885],[105.999031,38.928499],[105.998684,38.923296],[105.989266,38.920099],[105.984599,38.916582],[105.965871,38.898012],[105.964584,38.894193],[105.965436,38.891688],[105.97993,38.874104],[105.999625,38.874598],[105.998128,38.869377],[105.988941,38.854729],[105.970296,38.844078],[105.939134,38.820624],[105.930766,38.808751],[105.932308,38.801496],[105.892905,38.787064],[105.893567,38.778276],[105.899684,38.771198],[105.896856,38.750731],[105.903407,38.745483],[105.904931,38.738029],[105.90244,38.729082],[105.881486,38.713634],[105.882496,38.707971],[105.889819,38.696002],[105.890527,38.693376],[105.888561,38.689374],[105.878826,38.676209],[105.867737,38.670893],[105.867164,38.664577],[105.871059,38.660287],[105.870563,38.659199],[105.867292,38.655598],[105.8564,38.653421],[105.848663,38.64008],[105.848699,38.630002],[105.855482,38.609724],[105.861371,38.604645],[105.871115,38.590269],[105.869232,38.582037],[105.855894,38.57899],[105.851858,38.572882],[105.850421,38.564086],[105.858439,38.548547],[105.860576,38.538048],[105.858858,38.525369],[105.856472,38.521905],[105.845087,38.5146],[105.831141,38.471677],[105.832087,38.467522],[105.835856,38.464985],[105.841848,38.455167],[105.846041,38.444541],[105.844901,38.441777],[105.837958,38.436201],[105.828531,38.437624],[105.822243,38.432242],[105.824067,38.427497],[105.822789,38.414627],[105.830745,38.390878],[105.831117,38.384535],[105.824239,38.37945],[105.818353,38.368247],[105.817266,38.360588],[105.822608,38.34635],[105.833237,38.336479],[105.838542,38.324097],[105.846455,38.314156],[105.851193,38.312677],[105.862298,38.295082],[105.855973,38.28325],[105.84788,38.261959],[105.842808,38.254017],[105.836593,38.236934],[105.829789,38.228156],[105.821409,38.22049],[105.815392,38.220751],[105.777037,38.21047],[105.770485,38.174926],[105.767389,38.148072],[105.761048,38.12136],[105.768123,38.11392],[105.778302,38.083378],[105.777802,38.078609],[105.780591,38.077493],[105.784359,38.069456],[105.795054,38.059151],[105.808299,38.038946],[105.827967,38.020308],[105.840631,38.004306],[105.835773,37.995853],[105.811597,37.967714],[105.797032,37.957754],[105.795374,37.954086],[105.795023,37.951028],[105.798504,37.946388],[105.799843,37.938042],[105.792384,37.915033],[105.792111,37.909411],[105.799611,37.894664],[105.803586,37.870752],[105.802597,37.861242],[105.79747,37.852079],[105.779584,37.834566],[105.769225,37.819777],[105.770774,37.807117],[105.768221,37.794389],[105.75255,37.79434],[105.752269,37.796504],[105.747749,37.798733],[105.738741,37.798777],[105.694982,37.783884],[105.670693,37.772205],[105.660211,37.768914],[105.657479,37.769204],[105.651852,37.775949],[105.637909,37.780525],[105.631387,37.781081],[105.618621,37.778074],[105.612635,37.753153],[105.612309,37.718455],[105.596918,37.706552],[105.569845,37.700771],[105.465167,37.702523],[105.445471,37.699829],[105.387532,37.709214],[105.366168,37.714833],[105.358531,37.713898],[105.261667,37.685574],[105.233293,37.671938],[105.201529,37.67049],[105.170231,37.663427],[105.158417,37.657847],[105.090796,37.616082],[105.034335,37.584452],[105.021443,37.579262],[104.919558,37.571577],[104.900808,37.566325],[104.863954,37.566359],[104.829612,37.554195],[104.801925,37.538604],[104.61047,37.521256],[104.43011,37.514638],[104.427572,37.51031],[104.416569,37.511097],[104.408762,37.485786],[104.404635,37.464323],[104.388934,37.46039],[104.367964,37.46112],[104.360503,37.456454],[104.35316,37.448951],[104.33768,37.443829],[104.331565,37.44426],[104.323535,37.448186],[104.319346,37.447983],[104.300827,37.441642],[104.284475,37.42733],[104.282495,37.429974],[104.235116,37.411397],[104.180927,37.406647],[104.076054,37.471779],[103.935677,37.570948],[103.86724,37.606605],[103.837663,37.64727],[103.671686,37.784988],[103.397496,37.861437],[103.394964,37.868415],[103.395284,37.881138],[103.391382,37.904007],[103.377659,37.967191],[103.369599,37.972858],[103.364124,37.984821],[103.361664,38.001196],[103.358616,38.006243],[103.353311,38.024117],[103.353267,38.033618],[103.356332,38.038816],[103.356913,38.043649],[103.35071,38.04934],[103.347798,38.056898],[103.350046,38.066438],[103.360744,38.086499],[103.550096,38.159516],[103.470579,38.33364],[103.463928,38.35111],[103.42529,38.395221],[103.411842,38.40452],[103.859419,38.646256],[103.897501,38.699995],[103.914449,38.7201],[103.917952,38.729935],[104.001866,38.847014],[104.032063,38.891862],[104.169223,38.939124],[104.194031,38.987606],[104.187575,39.045492],[104.195332,39.066583],[104.200062,39.085203],[104.174235,39.154339],[104.044301,39.29664],[104.059272,39.333678],[104.087398,39.419292],[103.94299,39.458687],[103.847816,39.46069],[103.357952,39.333678],[103.342278,39.329009],[103.259361,39.265726],[103.16897,39.205866],[103.135665,39.197024],[103.010055,39.098543],[102.800717,39.140842],[102.602275,39.172791],[102.45407,39.254969],[102.350984,39.231176],[102.281849,39.191758],[101.828531,39.09284],[101.976202,38.96831],[102.071454,38.890545],[101.937267,38.81215],[101.854665,38.71774],[101.773329,38.658824],[101.759821,38.66955],[101.754148,38.670888],[101.749189,38.674258],[101.746671,38.673651],[101.741941,38.677303],[101.718489,38.677512],[101.711301,38.681135],[101.697701,38.682501],[101.677897,38.690355],[101.674396,38.687474],[101.668174,38.690197],[101.647578,38.685351],[101.641215,38.677001],[101.637673,38.675766],[101.634597,38.669323],[101.612158,38.656531],[101.603717,38.648137],[101.586681,38.669078],[101.557794,38.71295],[101.495493,38.730603],[101.484716,38.736036],[101.471098,38.73703],[101.458001,38.747838],[101.451482,38.748933],[101.44615,38.752371],[101.44218,38.751453],[101.43762,38.756021],[101.422293,38.759025],[101.418767,38.762453],[101.407579,38.762268],[101.40445,38.76705],[101.394528,38.772372],[101.37856,38.768488],[101.366537,38.773019],[101.357884,38.77178],[101.352675,38.773762],[101.350933,38.772961],[101.338086,38.778212],[101.326741,38.776315],[101.319759,38.781444],[101.307029,38.786431],[101.30364,38.800752],[101.322377,38.804143],[101.326404,38.807363],[101.33319,38.808335],[101.333668,38.809961],[101.331222,38.812816],[101.339193,38.820221],[101.338912,38.824057],[101.340858,38.824135],[101.338008,38.827233],[101.338118,38.83357],[101.332179,38.846525],[101.301518,38.849696],[101.277398,38.848843],[101.258307,38.858731],[101.237829,38.858796],[101.234289,38.906235],[101.218159,38.920874],[101.196492,38.948138],[101.22661,39.021162],[101.125437,38.976811],[100.961543,38.943721],[100.968807,38.966566],[100.964164,39.000338],[100.957829,39.005705],[100.900071,39.030078],[100.880453,38.99572],[100.843593,39.018483],[100.841619,39.017733],[100.832879,39.025777],[100.828758,39.027616],[100.830188,39.063961],[100.826759,39.072832],[100.866485,39.109655],[100.864883,39.115635],[100.862333,39.118665],[100.864464,39.124546],[100.854961,39.14452],[100.850274,39.158266],[100.850606,39.16355],[100.844268,39.176285],[100.846296,39.19411],[100.838821,39.199637],[100.839994,39.203395],[100.839608,39.206401],[100.838219,39.206663],[100.835961,39.249573],[100.829754,39.404077],[100.751258,39.403851],[100.73106,39.401811],[100.708079,39.404385],[100.661265,39.392649],[100.607214,39.387473],[100.59429,39.388258],[100.586674,39.392059],[100.583029,39.390784],[100.571028,39.393765],[100.565432,39.392764],[100.560487,39.395642],[100.552039,39.394827],[100.525578,39.399805],[100.496815,39.399839],[100.497777,39.480275],[100.441488,39.485148],[100.323598,39.508267],[100.298063,39.571813],[100.310814,39.608055],[100.26236,39.676704],[100.114428,39.704728],[100.034917,39.755422],[99.964562,39.766918],[99.90372,39.787385],[99.820234,39.862209],[99.81356,39.86457],[99.770943,39.868505],[99.741396,39.874478],[99.724095,39.875804],[99.67773,39.888332],[99.657544,39.888449],[99.460405,39.87523],[99.440861,39.883465],[99.444925,39.89295],[99.456219,39.896325],[99.470494,39.893243],[99.476973,39.887438],[99.491123,39.882181],[99.508075,39.882626],[99.51996,39.885512],[99.533414,39.890909],[99.55033,39.902315],[99.561491,39.904969],[99.620247,39.9267],[99.662467,39.945118],[99.66851,39.950158],[99.676124,39.951495],[99.693655,39.960324],[99.712797,39.971438],[99.716307,39.976232],[99.724207,39.979202],[99.732935,39.985763],[99.749663,40.005986],[99.840039,40.012571],[99.858445,40.018544],[99.871905,40.025237],[99.926317,40.063247],[99.954949,40.151213],[99.960352,40.1598],[99.988243,40.187376],[100.006043,40.199158],[100.167947,40.276595],[100.16803,40.540228],[100.241018,40.617629],[100.235713,40.715719],[100.106223,40.874144],[100.055372,40.906645],[99.671634,40.931799],[99.564569,40.845746],[99.173246,40.857061],[99.171619,40.74611],[99.124078,40.713959],[99.100543,40.67517],[99.040253,40.692624],[98.983928,40.781802],[98.790009,40.704512],[98.788121,40.678542],[98.806118,40.658191],[98.801173,40.653506],[98.801397,40.64405],[98.795103,40.630609],[98.801481,40.615463],[98.801812,40.606135],[98.798655,40.610071],[98.76408,40.637485],[98.714792,40.661087],[98.696715,40.679186],[98.68714,40.695846],[98.667835,40.771913],[98.569462,40.745958],[98.62735,40.677057],[98.3434,40.567285],[98.332319,40.917813],[98.293184,40.930923],[98.249644,40.937949],[98.184156,40.986704],[98.141551,41.000395],[97.971527,41.096661],[97.910184,41.159689],[97.629055,41.439189],[97.631821,41.452495],[97.615757,41.46333],[97.614331,41.476473],[97.846453,41.655091],[97.500042,42.242298],[97.342984,42.500064],[97.238913,42.666678],[97.190512,42.762867],[97.17172,42.794532],[97.692743,42.724375],[98.194463,42.651979],[98.544598,42.637491],[98.947042,42.604565],[99,42.603086],[99.505319,42.567485],[99.968197,42.648372],[100.267503,42.635917],[100.270327,42.641675],[100.320772,42.689599],[100.848259,42.672515],[101.566794,42.527418],[101.801479,42.505943],[102,42.302701],[102.074681,42.228643],[102.446948,42.147384],[102.544339,42.162303],[102.643164,42.153454],[102.709789,42.154286],[102.995666,42.035949],[103.417616,41.880189],[103.747054,41.8246],[103.85824,41.799748],[104.073805,41.803783],[104.525231,41.87466],[104.518045,41.658949],[104.68267,41.644035],[104.918354,41.651303],[105.004288,41.578484],[105.224365,41.749404],[105.284512,41.746905],[105.357808,41.778351],[105.378921,41.794343],[105.479331,41.835097],[105.583086,41.885464],[105.716129,41.938193],[105.885612,41.990273],[106.076244,42.053668],[106.367293,42.159554],[106.605824,42.241708],[106.781466,42.293436],[107.046561,42.320019],[107.267166,42.366698],[107.286292,42.413818],[107.461208,42.462091],[107.495285,42.459762],[107.567987,42.414661],[107.728581,42.417144],[107.931628,42.405707],[107.958539,42.416355],[107.978318,42.41576],[108.019323,42.434176],[108.083036,42.435145],[108.241508,42.459059],[108.292072,42.437108],[108.524482,42.443104],[108.69757,42.411293],[108.790123,42.413665],[108.826909,42.40241],[108.83833,42.393701],[108.992305,42.453604],[109.005511,42.446109],[109.018033,42.457441],[109.28492,42.433408],[109.304253,42.440547],[109.478904,42.455878],[109.495026,42.467494],[109.535166,42.470471],[109.676853,42.55786],[109.901378,42.634859],[110.102562,42.639452],[110.133019,42.673228],[110.332778,42.73481],[110.433331,42.779821],[110.463169,42.836697],[110.623668,42.933581],[110.682517,43.01744],[110.6813,43.037077],[110.729742,43.085602],[110.765551,43.099751],[111.01217,43.328859],[111.055298,43.348787],[111.060354,43.355925],[111.140554,43.378108],[111.175532,43.393426],[111.311084,43.429831],[111.336041,43.431186],[111.348638,43.437743],[111.391171,43.471353],[111.450657,43.492173],[111.5036,43.488009],[111.55846,43.487967],[111.60092,43.512964],[111.784912,43.671109],[111.884186,43.67316],[111.919523,43.68792],[111.942135,43.692672],[111.961019,43.746413],[111.95825,43.798255],[111.951778,43.821288],[111.863833,43.937251],[111.7752,44.004053],[111.740654,44.013003],[111.713795,44.024112],[111.67945,44.042597],[111.656331,44.058614],[111.636879,44.079107],[111.602079,44.111557],[111.589944,44.133686],[111.556394,44.164024],[111.544259,44.183952],[111.533856,44.210774],[111.525342,44.242903],[111.527731,44.263287],[111.513207,44.282164],[111.481798,44.301438],[111.424062,44.319514],[111.408272,44.356046],[111.419694,44.392452],[111.469187,44.48418],[111.507972,44.507083],[111.525461,44.550032],[111.554609,44.565142],[111.562825,44.575084],[111.553419,44.644616],[111.577772,44.704176],[111.600176,44.748777],[111.617308,44.778044],[111.665988,44.839361],[111.692332,44.868725],[111.738375,44.942607],[111.765025,44.974552],[111.883641,45.046114],[111.996251,45.090007],[112.063755,45.093744],[112.106141,45.071709],[112.391153,45.06257],[112.424849,45.072496],[112.535019,45.000428],[112.595338,44.930472],[112.70401,44.879297],[112.847739,44.840499],[112.924774,44.839904],[113.000203,44.828256],[113.118403,44.796984],[113.272592,44.789489],[113.496868,44.775593],[113.538201,44.757124],[113.622646,44.74441],[113.704381,44.78617],[113.791017,44.849136],[113.854346,44.861212],[113.857535,44.868975],[113.860581,44.87145],[113.871241,44.873544],[113.876951,44.877922],[113.878736,44.88718],[113.883636,44.892396],[113.895226,44.89829],[113.896558,44.909331],[113.902546,44.911999],[113.911484,44.913163],[113.931191,44.91221],[113.947942,44.914875],[113.959103,44.919366],[114,44.925],[114.058433,44.929354],[114.106617,44.954696],[114.149804,44.99128],[114.171695,45.035538],[114.182165,45.035538],[114.322553,45.114476],[114.340756,45.118046],[114.404525,45.178603],[114.45378,45.210726],[114.514813,45.287463],[114.534087,45.327438],[114.544081,45.385021],[114.737231,45.437302],[114.920749,45.381333],[114.968577,45.375265],[115.017118,45.381333],[115.165839,45.394647],[115.357856,45.391208],[115.550355,45.433205],[115.689751,45.458631],[115.871047,45.581743],[115.931176,45.633984],[116.020298,45.658421],[116.027088,45.680828],[116.043141,45.686737],[116.08415,45.684312],[116.113395,45.678617],[116.134215,45.688135],[116.170788,45.689222],[116.199478,45.710649],[116.209915,45.722268],[116.216799,45.744385],[116.257209,45.774694],[116.281956,45.776787],[116.27118,45.829104],[116.280219,45.83794],[116.25666,45.864821],[116.23489,45.875434],[116.263146,45.965348],[116.404367,46.129739],[116.429054,46.135093],[116.525482,46.22804],[116.561023,46.252346],[116.579376,46.290144],[116.59865,46.302636],[116.668606,46.323338],[116.74576,46.327353],[116.763904,46.334491],[116.771934,46.345496],[116.784427,46.349958],[116.796919,46.350255],[116.805842,46.353527],[116.816252,46.375835],[116.821606,46.379999],[116.828447,46.381486],[116.896023,46.371552],[117.02273,46.362331],[117.08519,46.355788],[117.238904,46.363937],[117.360453,46.359567],[117.374949,46.394424],[117.36674,46.416553],[117.388393,46.471786],[117.436815,46.526603],[117.408619,46.578713],[117.443597,46.582996],[117.486427,46.596202],[117.508913,46.594061],[117.543891,46.598701],[117.57185,46.590254],[117.587197,46.601318],[117.616584,46.592247],[117.628481,46.583026],[117.634132,46.572913],[117.634727,46.557447],[117.64246,46.547037],[117.66566,46.529488],[117.691537,46.515509],[117.711167,46.515509],[117.741803,46.520863],[117.756972,46.528893],[117.761731,46.533652],[117.769761,46.53395],[117.803669,46.528596],[117.82092,46.529786],[117.838468,46.534247],[117.861073,46.546145],[117.852448,46.563396],[117.853935,46.569939],[117.861371,46.574698],[117.880406,46.578862],[117.886058,46.581836],[117.894683,46.596411],[117.908365,46.607118],[117.918478,46.611877],[117.940488,46.614851],[117.969636,46.612175],[117.979154,46.616339],[117.984508,46.629723],[118.026743,46.627641],[118.049943,46.630913],[118.118352,46.676717],[118.140957,46.679989],[118.172783,46.679989],[118.190629,46.683261],[118.213828,46.693076],[118.22632,46.705568],[118.235541,46.71003],[118.266652,46.713867],[118.306627,46.73671],[118.401092,46.725526],[118.436784,46.702207],[118.582466,46.69153],[118.629899,46.718387],[118.645522,46.720291],[118.654326,46.715294],[118.668127,46.695069],[118.71643,46.693165],[118.777582,46.683172],[118.788766,46.685789],[118.792335,46.694117],[118.788052,46.704349],[118.780913,46.713391],[118.837307,46.768594],[118.869905,46.767643],[118.897269,46.77145],[118.907263,46.771212],[118.912973,46.763835],[118.915591,46.739327],[118.907263,46.730523],[118.91797,46.722671],[118.931083,46.722297],[118.941765,46.71934],[118.963418,46.733616],[119.0003,46.744086],[119.019811,46.718864],[119.057645,46.679127],[119.095716,46.648194],[119.109279,46.640579],[119.117845,46.642245],[119.143305,46.65438],[119.152585,46.655332],[119.195415,46.643673],[119.233725,46.648194],[119.255378,46.644387],[119.259185,46.63582],[119.282504,46.624637],[119.306774,46.605601],[119.317482,46.604887],[119.341752,46.614643],[119.350794,46.614881],[119.357933,46.609408],[119.363703,46.599325],[119.376968,46.601318],[119.388212,46.611708],[119.424754,46.635102],[119.483706,46.625796],[119.510965,46.633124],[119.550026,46.631085],[119.574833,46.616795],[119.602244,46.616224],[119.641648,46.622696],[119.65307,46.616414],[119.667917,46.610894],[119.674281,46.603451],[119.675805,46.58974],[119.670285,46.581174],[119.711569,46.595665],[119.724513,46.60861],[119.736505,46.612607],[119.754589,46.612226],[119.768866,46.616985],[119.800275,46.654486],[119.804272,46.668953],[119.794945,46.677519],[119.864425,46.664955],[119.904086,46.666086],[119.904683,46.684299],[119.908754,46.690179],[119.921569,46.700883],[119.927599,46.709627],[119.914181,46.73194],[119.908,46.750032],[119.908574,46.758706],[119.902775,46.764617],[119.929145,46.787347],[119.930811,46.797579],[119.918503,46.823478],[119.919642,46.838586],[119.931352,46.845131],[119.911602,46.850128],[119.910888,46.890816],[119.920852,46.902562],[119.853068,46.915801],[119.84581,46.941826],[119.867924,46.955402],[119.865259,46.958393],[119.836352,46.961605],[119.788525,47.011336],[119.783528,47.020616],[119.7831,47.024447],[119.785384,47.029967],[119.782148,47.035488],[119.782909,47.042912],[119.79947,47.051478],[119.757698,47.123137],[119.714868,47.177389],[119.695036,47.191759],[119.679617,47.199563],[119.667624,47.209652],[119.643452,47.234787],[119.632343,47.237157],[119.631833,47.240182],[119.623362,47.245189],[119.608818,47.24759],[119.588331,47.246031],[119.584417,47.247019],[119.572946,47.244758],[119.56691,47.246963],[119.558777,47.246785],[119.549868,47.256564],[119.558334,47.25678],[119.555828,47.263717],[119.56043,47.267348],[119.561988,47.270889],[119.557707,47.275302],[119.555972,47.274936],[119.557056,47.272753],[119.555521,47.27245],[119.547935,47.278219],[119.550851,47.279773],[119.55456,47.278566],[119.555453,47.276522],[119.560967,47.277118],[119.56148,47.282257],[119.559095,47.283524],[119.556045,47.280579],[119.552551,47.283513],[119.556448,47.283449],[119.559729,47.285692],[119.551082,47.285952],[119.550552,47.295544],[119.552789,47.298058],[119.551754,47.301274],[119.532646,47.299899],[119.528132,47.302293],[119.531901,47.305066],[119.529566,47.307411],[119.527585,47.304689],[119.520143,47.302536],[119.516264,47.309975],[119.521204,47.310946],[119.522426,47.310222],[119.520841,47.308863],[119.523774,47.30936],[119.522453,47.314944],[119.519636,47.314129],[119.512564,47.319794],[119.508393,47.3211],[119.504195,47.320388],[119.499234,47.322388],[119.498413,47.326175],[119.494683,47.322816],[119.489283,47.321922],[119.485964,47.323073],[119.486307,47.324752],[119.474475,47.327775],[119.475964,47.330429],[119.475197,47.332224],[119.478909,47.333549],[119.479167,47.335205],[119.471955,47.3369],[119.471288,47.335376],[119.467319,47.340499],[119.463692,47.339048],[119.452806,47.344013],[119.45519,47.347191],[119.455924,47.350162],[119.45476,47.351041],[119.44775,47.348295],[119.443476,47.35032],[119.444293,47.356824],[119.436802,47.358288],[119.436145,47.362765],[119.432487,47.366943],[119.435117,47.367121],[119.435522,47.369019],[119.430598,47.376536],[119.422773,47.377736],[119.417157,47.374239],[119.413978,47.374495],[119.411983,47.376624],[119.41701,47.379405],[119.407394,47.386075],[119.402647,47.386535],[119.382967,47.395383],[119.378896,47.394721],[119.374891,47.396369],[119.371407,47.399263],[119.373617,47.401937],[119.372663,47.403099],[119.362066,47.403165],[119.362713,47.405194],[119.368135,47.406125],[119.368164,47.408553],[119.362814,47.409212],[119.358458,47.412271],[119.360033,47.417851],[119.357698,47.422253],[119.347445,47.424451],[119.342189,47.423686],[119.347416,47.427681],[119.346793,47.429169],[119.343837,47.429769],[119.337759,47.427815],[119.333583,47.430509],[119.332557,47.429181],[119.334487,47.426659],[119.330508,47.423007],[119.324333,47.42485],[119.316321,47.422249],[119.318534,47.430871],[119.356034,47.475034],[119.195539,47.519072],[119.142299,47.538405],[119.123921,47.659371],[118.765452,47.768261],[118.567682,47.984418],[118.556082,47.990962],[118.450715,47.996147],[118.446628,47.998042],[118.442897,47.99737],[118.439579,47.992735],[118.43503,47.991532],[118.432795,47.994016],[118.435656,47.997173],[118.435795,48],[118.415914,48.014034],[118.409353,48.009577],[118.404968,48.008975],[118.38368,48.010348],[118.363407,48.014134],[118.35425,48.010501],[118.354635,48.008797],[118.358257,48.007396],[118.356813,48.004985],[118.34182,48.003065],[118.337293,48.006805],[118.326892,48.005712],[118.321999,48.003565],[118.311954,48.00592],[118.307911,48.010346],[118.302802,48.010781],[118.300509,48.009665],[118.301495,48.006776],[118.299913,48.004078],[118.289416,48.002883],[118.278739,48.006816],[118.276825,48.009634],[118.27397,48.010196],[118.266903,48.016076],[118.25817,48.017431],[118.257529,48.019749],[118.259102,48.022691],[118.256598,48.025012],[118.248868,48.024746],[118.242743,48.027013],[118.239466,48.025663],[118.229251,48.028516],[118.229191,48.030522],[118.232911,48.033576],[118.231914,48.040098],[118.230129,48.041188],[118.211582,48.038921],[118.194073,48.043205],[118.190319,48.040348],[118.180055,48.038997],[118.178208,48.04032],[118.17908,48.042677],[118.177218,48.045736],[118.169999,48.048552],[118.159867,48.042342],[118.152616,48.043152],[118.14987,48.040877],[118.149816,48.037289],[118.143659,48.034149],[118.140875,48.03379],[118.135685,48.036206],[118.133046,48.032644],[118.125372,48.034906],[118.123054,48.037482],[118.123737,48.039922],[118.115343,48.045553],[118.106546,48.042499],[118.103579,48.039856],[118.100322,48.032396],[118.100752,48.029036],[118.099121,48.028424],[118.095262,48.031031],[118.08998,48.030855],[118.08659,48.02722],[118.07699,48.025007],[118.073295,48.028757],[118.071368,48.027642],[118.072026,48.02447],[118.070451,48.022857],[118.057175,48.0194],[118.053056,48.021893],[118.04094,48.019377],[118.039255,48.016245],[118.043216,48.014599],[118.044243,48.012323],[118.039579,48.011026],[118.034883,48.012804],[118.028888,48.011958],[118.018782,48.013308],[118.010839,48.010877],[118.007193,48.013581],[118.003068,48.012403],[118.001092,48.007977],[117.990481,48.007541],[117.98453,48.014571],[117.973944,48.016136],[117.971906,48.013275],[117.964095,48.0113],[117.960153,48.01484],[117.957757,48.015013],[117.953989,48.013506],[117.955437,48.009897],[117.949281,48.009696],[117.940628,48.012169],[117.939443,48.01484],[117.937094,48.015363],[117.927055,48.013214],[117.920013,48.013658],[117.918249,48.014724],[117.918093,48.018799],[117.913373,48.021706],[117.89694,48.018049],[117.897139,48.022527],[117.887879,48.026826],[117.804415,48.014381],[117.522888,47.778395],[117.522293,47.771554],[117.519617,47.764713],[117.507422,47.759062],[117.485352,47.755701],[117.376789,47.639137],[117.0859,47.820571],[116.87282,47.891152],[116.784951,47.897402],[116.664736,47.888654],[116.44059,47.834283],[116.258919,47.874258],[116.107013,47.815067],[115.960772,47.685924],[115.931624,47.680034],[115.573594,47.919778],[115.560518,48.000002],[115.536922,48.100174],[115.525946,48.102621],[115.524846,48.104491],[115.525286,48.108893],[115.540252,48.120448],[115.544214,48.128371],[115.541243,48.134204],[115.529062,48.136652],[115.530737,48.148855],[115.811315,48.257355],[115.790678,48.520385],[116.070753,48.821627],[116.039106,48.870108],[116.715409,49.850533],[117.053768,49.694351],[117.273055,49.631545],[117.47523,49.629422],[117.627932,49.571571],[117.802384,49.516973],[117.80851,49.518957],[117.810694,49.521684],[117.806527,49.522388],[117.808032,49.531976],[117.813698,49.532205],[117.818832,49.537688],[117.830454,49.541707],[117.842184,49.550058],[117.845022,49.554491],[117.840437,49.562395],[117.859644,49.57173],[117.859251,49.577833],[117.855074,49.578741],[117.85932,49.590265],[117.876577,49.595171],[117.880693,49.592329],[117.888147,49.595304],[117.891077,49.593946],[117.89477,49.595335],[117.902563,49.591341],[117.912157,49.593332],[117.912638,49.596712],[117.916803,49.598387],[117.925528,49.598356],[117.939634,49.595285],[117.945868,49.597731],[117.945066,49.604986],[117.946943,49.608271],[117.9559,49.610872],[117.960287,49.609564],[117.967405,49.610224],[117.973139,49.614908],[117.971888,49.616282],[117.973173,49.619337],[117.981642,49.621447],[117.993189,49.620943],[117.994406,49.619585],[117.99193,49.615221],[117.995951,49.613096],[118.020361,49.61331],[118.041109,49.609709],[118.050303,49.610033],[118.056913,49.614298],[118.074114,49.61619],[118.07762,49.618525],[118.08079,49.625864],[118.096468,49.641214],[118.096972,49.649389],[118.108313,49.653891],[118.113653,49.670073],[118.115988,49.670908],[118.147409,49.658247],[118.157072,49.657869],[118.164698,49.659456],[118.165319,49.660833],[118.161497,49.665445],[118.163908,49.66921],[118.173056,49.673613],[118.173655,49.676889],[118.171034,49.681814],[118.177504,49.685774],[118.1821,49.682467],[118.181364,49.679216],[118.183008,49.678503],[118.189623,49.684008],[118.197874,49.682798],[118.203875,49.688738],[118.204134,49.696447],[118.209539,49.70064],[118.210203,49.703577],[118.20677,49.704939],[118.203783,49.710272],[118.212122,49.716616],[118.218863,49.714453],[118.224531,49.71525],[118.224802,49.72183],[118.226881,49.725969],[118.234468,49.731169],[118.233618,49.733248],[118.228201,49.73427],[118.227457,49.736483],[118.238409,49.737444],[118.244146,49.734056],[118.246988,49.739328],[118.250002,49.740961],[118.28245,49.743872],[118.289501,49.748789],[118.286276,49.75149],[118.286444,49.753786],[118.291071,49.75598],[118.292131,49.752779],[118.294512,49.752562],[118.29677,49.754725],[118.295641,49.759134],[118.303404,49.761354],[118.307951,49.765726],[118.304941,49.77265],[118.317438,49.769098],[118.320848,49.765799],[118.326712,49.764822],[118.330587,49.767042],[118.329645,49.771177],[118.330904,49.773226],[118.338865,49.774294],[118.344751,49.777853],[118.354464,49.775652],[118.359804,49.779234],[118.367136,49.778616],[118.371557,49.780249],[118.377901,49.777822],[118.380313,49.77848],[118.381469,49.78068],[118.380397,49.78416],[118.371557,49.787064],[118.374234,49.791517],[118.381149,49.791752],[118.38047,49.795584],[118.37726,49.798724],[118.382017,49.804495],[118.389487,49.800034],[118.395478,49.804912],[118.388056,49.808913],[118.389232,49.8154],[118.387494,49.818091],[118.382699,49.818086],[118.379977,49.819995],[118.377942,49.822447],[118.377341,49.825124],[118.378496,49.826048],[118.395317,49.828286],[118.405902,49.823061],[118.417511,49.822903],[118.428598,49.825076],[118.42876,49.826451],[118.424309,49.828119],[118.431114,49.833333],[118.45115,49.832952],[118.45512,49.835282],[118.457444,49.834253],[118.457054,49.831069],[118.462636,49.823247],[118.465041,49.823194],[118.472592,49.828156],[118.476403,49.828366],[118.467898,49.837804],[118.470942,49.841097],[118.475274,49.842827],[118.481226,49.838728],[118.491102,49.839815],[118.489148,49.844066],[118.479829,49.848069],[118.479072,49.855155],[118.482073,49.856208],[118.482424,49.859404],[118.477727,49.864846],[118.481009,49.871332],[118.493651,49.877841],[118.501306,49.879371],[118.508406,49.876824],[118.5169,49.880166],[118.517722,49.883769],[118.523936,49.886646],[118.519443,49.888494],[118.523592,49.8912],[118.519884,49.894989],[118.525175,49.90035],[118.53583,49.900128],[118.547532,49.904765],[118.555461,49.903303],[118.556513,49.900546],[118.557829,49.90078],[118.557622,49.903426],[118.551753,49.907488],[118.545619,49.906337],[118.543658,49.907694],[118.552801,49.91107],[118.561145,49.910779],[118.559431,49.91376],[118.553687,49.914394],[118.553089,49.918763],[118.554301,49.922226],[118.566031,49.929657],[118.57539,49.925376],[118.579921,49.926789],[118.584935,49.931036],[118.590185,49.931441],[118.597615,49.92565],[118.608578,49.924339],[118.610064,49.926914],[118.604918,49.930483],[118.604388,49.933826],[118.619167,49.937136],[118.612622,49.940554],[118.609972,49.943818],[118.611302,49.946506],[118.614883,49.947751],[118.620837,49.945411],[118.62206,49.940737],[118.629595,49.941098],[118.63735,49.936017],[118.642629,49.936006],[118.648685,49.938365],[118.646578,49.94316],[118.647587,49.947012],[118.643025,49.94847],[118.644929,49.949567],[118.655717,49.949639],[118.655553,49.946494],[118.666499,49.948471],[118.669803,49.950685],[118.67507,49.950557],[118.679103,49.953569],[118.684529,49.952325],[118.685791,49.948972],[118.689538,49.94773],[118.698975,49.949426],[118.697433,49.951166],[118.698246,49.952098],[118.702938,49.951176],[118.7058,49.947402],[118.711416,49.949369],[118.721512,49.946873],[118.726736,49.951129],[118.73023,49.945961],[118.733011,49.945039],[118.740873,49.949767],[118.746654,49.947415],[118.747964,49.948591],[118.747725,49.95237],[118.755778,49.958334],[118.762781,49.957769],[118.764338,49.953843],[118.782099,49.952529],[118.787094,49.95683],[118.780752,49.95985],[118.794729,49.962413],[118.794901,49.967032],[118.797433,49.967658],[118.812119,49.966223],[118.816574,49.962531],[118.828085,49.959375],[118.82963,49.963635],[118.838308,49.964578],[118.842931,49.968005],[118.850143,49.96815],[118.854112,49.966292],[118.860672,49.968924],[118.862,49.97233],[118.874199,49.973069],[118.869403,49.975943],[118.869763,49.97912],[118.877788,49.977174],[118.881471,49.974714],[118.880957,49.972987],[118.892975,49.978205],[118.895186,49.978112],[118.897805,49.975431],[118.90344,49.976414],[118.911325,49.978703],[118.911656,49.983202],[118.921732,49.988295],[118.929935,49.987683],[118.931412,49.984146],[118.938142,49.983799],[118.941695,49.984663],[118.940761,49.988131],[118.94881,49.988185],[118.950292,49.985877],[118.96831,49.986579],[118.971704,49.984678],[118.972342,49.982546],[118.9659,49.983923],[118.963926,49.98303],[118.973796,49.979038],[118.975307,49.977081],[118.979397,49.981753],[118.982153,49.981992],[118.986797,49.973631],[118.992493,49.974487],[118.996633,49.979523],[119.014108,49.979498],[119.020064,49.981299],[119.022781,49.986819],[119.031845,49.988135],[119.041468,49.985835],[119.042319,49.979589],[119.047826,49.97826],[119.049201,49.982146],[119.052898,49.985737],[119.060059,49.989181],[119.064906,49.990285],[119.078454,49.987662],[119.086601,49.98823],[119.113747,50.001069],[119.118026,50.00599],[119.117462,50.018378],[119.119033,50.020492],[119.123547,50.022314],[119.136805,50.021356],[119.13733,50.030299],[119.142042,50.030966],[119.152134,50.026255],[119.157982,50.026146],[119.156207,50.03357],[119.169714,50.04825],[119.172724,50.060193],[119.187354,50.065475],[119.185701,50.068172],[119.177758,50.071762],[119.180307,50.074143],[119.18452,50.074064],[119.186398,50.076313],[119.180708,50.08299],[119.180648,50.086562],[119.186003,50.087176],[119.199516,50.08027],[119.215407,50.079298],[119.219635,50.074395],[119.226209,50.073295],[119.230304,50.075811],[119.232498,50.084815],[119.245915,50.091871],[119.247924,50.098523],[119.261532,50.101223],[119.269338,50.109037],[119.280638,50.106634],[119.285176,50.108355],[119.287194,50.111332],[119.288283,50.124134],[119.28715,50.13637],[119.30022,50.137035],[119.310115,50.142552],[119.311233,50.150386],[119.305523,50.158022],[119.306679,50.161258],[119.336761,50.163662],[119.336899,50.165461],[119.326087,50.177324],[119.325587,50.181558],[119.331439,50.185965],[119.351001,50.192094],[119.352614,50.194147],[119.328519,50.209019],[119.321706,50.209515],[119.320037,50.214386],[119.313963,50.21395],[119.310901,50.217284],[119.311098,50.219617],[119.31655,50.225119],[119.314362,50.22973],[119.318657,50.23851],[119.33215,50.242664],[119.329338,50.246533],[119.330293,50.250577],[119.327551,50.25475],[119.332183,50.256546],[119.33774,50.253179],[119.339879,50.25506],[119.339647,50.258895],[119.337819,50.260532],[119.32735,50.260401],[119.324624,50.26202],[119.327113,50.268785],[119.333578,50.270166],[119.333089,50.275661],[119.32341,50.275711],[119.316945,50.281253],[119.322096,50.283865],[119.343751,50.284222],[119.344039,50.286086],[119.339487,50.290548],[119.33992,50.296509],[119.343437,50.302948],[119.360348,50.307101],[119.366679,50.310767],[119.368753,50.31691],[119.377194,50.318896],[119.37842,50.320957],[119.371292,50.322775],[119.359413,50.322243],[119.350801,50.326464],[119.352998,50.32998],[119.363584,50.331024],[119.364106,50.339277],[119.361873,50.341553],[119.352374,50.343795],[119.35133,50.345823],[119.352366,50.346881],[119.360658,50.347486],[119.361481,50.348782],[119.352348,50.351241],[119.35153,50.356292],[119.348416,50.358118],[119.333847,50.354914],[119.326965,50.359484],[119.321436,50.360242],[119.315894,50.35726],[119.313999,50.35068],[119.310351,50.349637],[119.303455,50.355323],[119.298755,50.355182],[119.296675,50.352868],[119.300831,50.346977],[119.294495,50.344369],[119.292365,50.346245],[119.290039,50.355138],[119.281128,50.357453],[119.269013,50.364524],[119.263211,50.361346],[119.262006,50.358456],[119.26356,50.355675],[119.261137,50.352593],[119.2492,50.350521],[119.25,50.348223],[119.253584,50.346824],[119.253094,50.344766],[119.25,50.34263],[119.244415,50.342018],[119.22822,50.346016],[119.226741,50.349245],[119.229493,50.354587],[119.227126,50.363462],[119.208752,50.363093],[119.199047,50.359303],[119.186167,50.347552],[119.178421,50.346547],[119.172743,50.348361],[119.171729,50.352624],[119.184559,50.357203],[119.187704,50.3602],[119.186758,50.36225],[119.167353,50.357111],[119.150694,50.358553],[119.147877,50.361536],[119.14833,50.3641],[119.152077,50.367393],[119.166904,50.371955],[119.168968,50.375279],[119.167938,50.377977],[119.148877,50.37932],[119.146204,50.381115],[119.144234,50.388594],[119.140355,50.390518],[119.134088,50.388152],[119.133157,50.381821],[119.127463,50.380253],[119.121405,50.383151],[119.117591,50.387177],[119.118243,50.389179],[119.131907,50.394701],[119.140072,50.410483],[119.154319,50.411281],[119.155893,50.413715],[119.154292,50.418132],[119.157802,50.421682],[119.167123,50.419926],[119.180981,50.421986],[119.196739,50.40975],[119.203941,50.408499],[119.207164,50.409427],[119.208967,50.414319],[119.204067,50.421515],[119.206416,50.424222],[119.213538,50.425435],[119.216601,50.42775],[119.215636,50.44023],[119.221524,50.442096],[119.234489,50.440571],[119.241928,50.446056],[119.2433,50.448853],[119.241005,50.452134],[119.232541,50.457205],[119.23289,50.459842],[119.237439,50.463117],[119.254999,50.466736],[119.257238,50.469372],[119.257509,50.47388],[119.252787,50.48183],[119.255373,50.486645],[119.250598,50.492024],[119.243256,50.495552],[119.231441,50.496067],[119.227376,50.498357],[119.22657,50.501585],[119.23178,50.504731],[119.247569,50.504418],[119.254666,50.509471],[119.256004,50.516835],[119.260862,50.527008],[119.257485,50.531911],[119.25671,50.536349],[119.271278,50.543007],[119.275035,50.551295],[119.271591,50.556559],[119.263094,50.555969],[119.25963,50.557889],[119.25891,50.560546],[119.260925,50.562539],[119.261425,50.567096],[119.265786,50.569709],[119.278715,50.569672],[119.285103,50.570985],[119.288206,50.573244],[119.291085,50.583113],[119.281661,50.587974],[119.279381,50.591057],[119.279442,50.595839],[119.273679,50.599926],[119.276026,50.604663],[119.289015,50.614963],[119.3049,50.613265],[119.316791,50.6206],[119.325719,50.623389],[119.328935,50.627262],[119.324443,50.635911],[119.327187,50.639956],[119.334461,50.639523],[119.339175,50.630815],[119.342804,50.628171],[119.345778,50.627715],[119.351554,50.63017],[119.363322,50.641027],[119.369773,50.65458],[119.374411,50.657362],[119.382535,50.659156],[119.385985,50.661927],[119.385389,50.666345],[119.371928,50.672899],[119.371623,50.676394],[119.374173,50.679812],[119.380475,50.681302],[119.398324,50.681116],[119.409758,50.68498],[119.422589,50.68243],[119.426286,50.683306],[119.442088,50.693279],[119.443335,50.698756],[119.44177,50.705693],[119.443137,50.707481],[119.451168,50.708355],[119.457742,50.71113],[119.46088,50.718598],[119.467924,50.723825],[119.477113,50.73798],[119.487782,50.743596],[119.492301,50.748103],[119.492238,50.755459],[119.498543,50.762067],[119.499024,50.764718],[119.488864,50.770402],[119.48782,50.773697],[119.492076,50.77589],[119.498899,50.774593],[119.502156,50.775956],[119.501828,50.778058],[119.496704,50.782372],[119.4976,50.785338],[119.507574,50.788184],[119.516084,50.78792],[119.516256,50.788995],[119.509296,50.792525],[119.5054,50.796583],[119.50336,50.806193],[119.507741,50.8109],[119.506752,50.814697],[119.495602,50.822368],[119.488761,50.82933],[119.487948,50.84406],[119.495989,50.852627],[119.492201,50.863623],[119.485751,50.864147],[119.482674,50.866397],[119.481981,50.872355],[119.483386,50.877665],[119.488416,50.880318],[119.496041,50.880983],[119.497332,50.883338],[119.50717,50.888786],[119.510037,50.896636],[119.515792,50.905287],[119.546515,50.920048],[119.563007,50.933353],[119.568241,50.945717],[119.574601,50.950576],[119.57523,50.956298],[119.582476,50.96734],[119.583293,50.974874],[119.58976,50.982571],[119.598281,50.987237],[119.60729,50.988366],[119.620914,50.993528],[119.62444,50.997441],[119.620067,51.002866],[119.62385,51.008283],[119.636729,51.009467],[119.647814,51.012435],[119.659767,51.011363],[119.679905,51.020244],[119.684503,51.02877],[119.682805,51.030238],[119.676641,51.030146],[119.673889,51.033122],[119.68146,51.035331],[119.68938,51.034457],[119.703971,51.045053],[119.715459,51.046931],[119.718761,51.049196],[119.722511,51.062289],[119.720298,51.066395],[119.710507,51.068565],[119.709572,51.070385],[119.710804,51.072909],[119.716605,51.074968],[119.727246,51.073183],[119.735113,51.073961],[119.738378,51.077301],[119.734576,51.084214],[119.736463,51.08764],[119.740379,51.088933],[119.750373,51.088315],[119.756211,51.090632],[119.756241,51.099541],[119.745048,51.111588],[119.744081,51.114611],[119.750649,51.12277],[119.765215,51.123865],[119.770001,51.132697],[119.768473,51.143442],[119.775871,51.153354],[119.769115,51.158],[119.754514,51.158885],[119.752526,51.162492],[119.754992,51.164996],[119.759991,51.166353],[119.777366,51.162309],[119.779417,51.163375],[119.780886,51.167312],[119.780502,51.172902],[119.778612,51.175716],[119.7685,51.179768],[119.76537,51.183324],[119.763518,51.190755],[119.758422,51.199924],[119.758951,51.205743],[119.752806,51.211174],[119.752863,51.213079],[119.758313,51.217086],[119.76767,51.219382],[119.769877,51.223718],[119.772973,51.224723],[119.797602,51.217196],[119.798883,51.21472],[119.802924,51.213364],[119.814924,51.213903],[119.817553,51.21945],[119.815803,51.224563],[119.796071,51.236244],[119.790232,51.242078],[119.789371,51.244904],[119.792403,51.249543],[119.80095,51.254409],[119.816689,51.257807],[119.820261,51.259987],[119.82047,51.262463],[119.816294,51.267275],[119.804065,51.27638],[119.804609,51.28061],[119.816813,51.287941],[119.833893,51.293355],[119.847598,51.294209],[119.86288,51.292757],[119.870686,51.294687],[119.877356,51.301356],[119.87874,51.306969],[119.874912,51.327418],[119.875991,51.334342],[119.878,51.337098],[119.896654,51.34588],[119.914758,51.343913],[119.920625,51.348586],[119.933804,51.354406],[119.939473,51.360414],[119.939285,51.363763],[119.936099,51.366037],[119.906406,51.373431],[119.902625,51.379962],[119.902497,51.38855],[119.91457,51.395201],[119.927263,51.396827],[119.939984,51.395285],[119.958024,51.396881],[119.963802,51.399108],[119.968427,51.411039],[119.964526,51.421855],[119.96815,51.426653],[119.968055,51.435467],[119.976327,51.444104],[119.993686,51.448769],[119.995782,51.453822],[119.994098,51.459763],[119.98579,51.472706],[119.975122,51.481321],[119.975826,51.487704],[119.984669,51.495211],[119.978844,51.500021],[119.978048,51.503563],[119.999067,51.512756],[120.009368,51.519443],[120.021581,51.529715],[120.025164,51.543724],[120.029851,51.545695],[120.037324,51.546082],[120.044621,51.551858],[120.044603,51.559248],[120.042171,51.564275],[120.041455,51.570813],[120.028498,51.581479],[120.027518,51.584115],[120.033549,51.591227],[120.037865,51.60119],[120.043951,51.60663],[120.044615,51.60929],[120.042465,51.615676],[120.052693,51.620968],[120.049363,51.628253],[120.052815,51.633375],[120.062862,51.640208],[120.071363,51.643279],[120.088664,51.645687],[120.094926,51.649668],[120.095455,51.656766],[120.086305,51.665098],[120.080138,51.674392],[120.079949,51.677287],[120.084063,51.67992],[120.089707,51.680311],[120.118697,51.673798],[120.135413,51.672877],[120.16701,51.679074],[120.183836,51.688505],[120.19476,51.70085],[120.218036,51.715514],[120.221106,51.722096],[120.225171,51.72568],[120.240824,51.727509],[120.25528,51.733767],[120.25928,51.744217],[120.263869,51.74881],[120.268474,51.750248],[120.28074,51.7486],[120.287079,51.749897],[120.289519,51.759447],[120.296943,51.764185],[120.303437,51.77968],[120.307677,51.783445],[120.340762,51.787732],[120.354776,51.787806],[120.36082,51.798478],[120.368624,51.806888],[120.371965,51.808293],[120.388298,51.808729],[120.398666,51.81304],[120.399061,51.815242],[120.391351,51.826174],[120.391073,51.829979],[120.39277,51.831743],[120.407281,51.835926],[120.423451,51.836848],[120.44515,51.841628],[120.467583,51.849961],[120.473125,51.854152],[120.475191,51.858224],[120.473871,51.865459],[120.464675,51.875347],[120.465304,51.878884],[120.471641,51.883461],[120.493896,51.885789],[120.514331,51.879649],[120.534495,51.877988],[120.542113,51.881443],[120.54553,51.887118],[120.54502,51.897535],[120.540772,51.904932],[120.548389,51.911312],[120.553909,51.912442],[120.569561,51.908991],[120.578329,51.90892],[120.616353,51.919695],[120.635508,51.92063],[120.651111,51.925842],[120.65458,51.929756],[120.652908,51.936159],[120.655307,51.943686],[120.653819,51.951028],[120.655733,51.956711],[120.664712,51.965088],[120.673809,51.966546],[120.679645,51.969349],[120.686341,51.975548],[120.697491,51.98205],[120.702879,51.989615],[120.712224,52.008363],[120.711932,52.012932],[120.709514,52.015205],[120.686025,52.024885],[120.679363,52.033393],[120.679926,52.039112],[120.685111,52.047664],[120.692516,52.055611],[120.704778,52.06529],[120.710233,52.071553],[120.720431,52.078673],[120.72598,52.08002],[120.739842,52.07564],[120.745682,52.077864],[120.746781,52.081831],[120.745699,52.085065],[120.737294,52.087942],[120.735105,52.091702],[120.741298,52.09823],[120.756954,52.104444],[120.761971,52.111811],[120.762842,52.120952],[120.759532,52.127837],[120.753988,52.134105],[120.753583,52.139823],[120.770111,52.148506],[120.779142,52.157584],[120.779617,52.163301],[120.760555,52.178579],[120.737776,52.206469],[120.737897,52.216179],[120.735879,52.219601],[120.736173,52.222456],[120.743441,52.237301],[120.75461,52.246323],[120.751819,52.254881],[120.746714,52.257651],[120.733675,52.259703],[120.716009,52.25885],[120.709502,52.260045],[120.703379,52.265131],[120.698411,52.27422],[120.696544,52.282247],[120.692921,52.286239],[120.688493,52.288813],[120.670843,52.292179],[120.653212,52.298481],[120.631498,52.311657],[120.620651,52.323044],[120.621613,52.341776],[120.615358,52.346477],[120.613126,52.35303],[120.613895,52.356461],[120.617647,52.360672],[120.636794,52.360364],[120.643228,52.36363],[120.645995,52.36764],[120.646575,52.371643],[120.641134,52.383624],[120.641465,52.388162],[120.65839,52.400642],[120.659512,52.408035],[120.682627,52.42858],[120.683471,52.439968],[120.677417,52.449629],[120.676355,52.466165],[120.681026,52.474176],[120.695598,52.484618],[120.699598,52.49034],[120.690963,52.500595],[120.681462,52.50516],[120.680512,52.511442],[120.687017,52.517466],[120.713984,52.525361],[120.72121,52.528952],[120.727409,52.53734],[120.721903,52.544327],[120.716335,52.548201],[120.705967,52.550508],[120.685465,52.546694],[120.679358,52.547023],[120.670139,52.557404],[120.658496,52.563889],[120.648346,52.566648],[120.617743,52.570629],[120.606188,52.578001],[120.597692,52.588201],[120.591877,52.591166],[120.563821,52.592471],[120.554074,52.594409],[120.533172,52.605733],[120.511902,52.613171],[120.476965,52.62854],[120.461346,52.641617],[120.455639,52.643706],[120.429725,52.638068],[120.398649,52.617619],[120.390753,52.615045],[120.344898,52.615536],[120.310788,52.617616],[120.28535,52.621997],[120.279418,52.621654],[120.263604,52.61542],[120.245535,52.605175],[120.213314,52.591036],[120.196153,52.58032],[120.188601,52.577722],[120.120372,52.585105],[120.10033,52.583249],[120.087592,52.584499],[120.07848,52.583585],[120.061756,52.58632],[120.049273,52.59191],[120.040916,52.59764],[120.036407,52.606939],[120.036455,52.619155],[120.026578,52.636129],[120.027198,52.645526],[120.039137,52.668477],[120.040965,52.675462],[120.047532,52.686705],[120.058253,52.696138],[120.062605,52.703982],[120.061867,52.706761],[120.05418,52.713881],[120.051752,52.718331],[120.050042,52.730322],[120.046187,52.738736],[120.025323,52.764064],[120.023456,52.771339],[120.024976,52.774231],[120.032202,52.779018],[120.05534,52.778514],[120.074416,52.783065],[120.083769,52.78302],[120.092367,52.786545],[120.100757,52.797348],[120.119869,52.803256],[120.130874,52.810239],[120.138422,52.812665],[120.150779,52.813117],[120.17151,52.805862],[120.180099,52.806543],[120.191512,52.821862],[120.208553,52.834489],[120.214154,52.840904],[120.231824,52.846676],[120.250001,52.85485],[120.273964,52.858708],[120.284928,52.863876],[120.289536,52.869294],[120.287042,52.88734],[120.289223,52.89192],[120.30013,52.896735],[120.329945,52.897751],[120.339364,52.90074],[120.34318,52.905922],[120.340428,52.915398],[120.341687,52.920612],[120.34929,52.929555],[120.352986,52.937475],[120.359117,52.942106],[120.364919,52.944078],[120.378459,52.944593],[120.404356,52.956919],[120.408616,52.96209],[120.411957,52.972698],[120.422211,52.987788],[120.440639,53.004869],[120.451153,53.011036],[120.489878,53.026071],[120.497187,53.031411],[120.4997,53.036156],[120.503808,53.039622],[120.520729,53.043095],[120.523083,53.045984],[120.526751,53.058239],[120.529806,53.061961],[120.538703,53.070774],[120.553656,53.079729],[120.571371,53.086151],[120.584838,53.087719],[120.603813,53.098205],[120.635053,53.103091],[120.642428,53.114598],[120.642751,53.122891],[120.650983,53.134042],[120.676743,53.13942],[120.687602,53.145114],[120.687906,53.14725],[120.685221,53.151574],[120.691145,53.156534],[120.691192,53.161217],[120.684011,53.170982],[120.684623,53.174904],[120.698591,53.178887],[120.703891,53.183842],[120.71841,53.191896],[120.722504,53.19796],[120.72762,53.201958],[120.746727,53.210662],[120.761976,53.21281],[120.777484,53.218951],[120.810607,53.239485],[120.816492,53.240717],[120.827476,53.237134],[120.831783,53.237868],[120.834035,53.242817],[120.831394,53.250003],[120.826401,53.255961],[120.813866,53.262544],[120.812954,53.266311],[120.826181,53.271514],[120.85716,53.276542],[120.875724,53.281943],[120.877099,53.284457],[120.873963,53.290234],[120.875728,53.293051],[120.8813,53.293213],[120.899246,53.284849],[120.927532,53.285425],[120.940435,53.294654],[120.946269,53.296255],[120.967545,53.293933],[120.985383,53.289086],[121.016734,53.289962],[121.035771,53.286934],[121.04591,53.289527],[121.06338,53.301988],[121.088393,53.30525],[121.091877,53.304182],[121.092496,53.299052],[121.094972,53.296009],[121.109815,53.293108],[121.111772,53.289877],[121.113141,53.280597],[121.117069,53.276867],[121.121885,53.275082],[121.129564,53.275724],[121.148102,53.283536],[121.163192,53.280291],[121.179378,53.282939],[121.220332,53.278937],[121.232894,53.280822],[121.24607,53.290066],[121.253512,53.292557],[121.258779,53.292859],[121.270185,53.28934],[121.275765,53.289331],[121.295091,53.296618],[121.302478,53.301066],[121.318501,53.318583],[121.330087,53.323571],[121.346269,53.324677],[121.360987,53.323676],[121.388775,53.318106],[121.406788,53.316658],[121.411849,53.317785],[121.420472,53.324038],[121.446879,53.322228],[121.483029,53.333395],[121.493109,53.333779],[121.498126,53.326066]]]}},{type:"Feature",properties:{name:"辽宁省",province_adcode:21e4,province_type:"省",name_en:"Liaoning",name_var:"Liáo Níng",adcode:21e4},geometry:{type:"MultiPolygon",coordinates:[[[[121.035212,38.87021],[121.03885,38.868004],[121.030412,38.868938],[121.024832,38.866091],[121.021408,38.869358],[121.031763,38.872164],[121.035212,38.87021]]],[[[121.826905,38.894462],[121.834706,38.893639],[121.828885,38.882285],[121.837413,38.872744],[121.825636,38.863329],[121.819705,38.867179],[121.818374,38.870524],[121.818654,38.880696],[121.827729,38.88207],[121.827092,38.886261],[121.82018,38.888375],[121.82271,38.89399],[121.826905,38.894462]]],[[[121.831995,38.911944],[121.825823,38.914436],[121.82538,38.916555],[121.83606,38.917116],[121.831995,38.911944]]],[[[120.982732,38.94645],[120.974278,38.9502],[120.971313,38.953939],[120.971917,38.95503],[120.975161,38.957442],[120.983111,38.95386],[120.984448,38.949898],[120.982732,38.94645]]],[[[122.720063,39.046211],[122.724874,39.033605],[122.732912,39.032659],[122.736222,39.035732],[122.744544,39.033736],[122.745664,39.031036],[122.744553,39.027415],[122.746627,39.022173],[122.750822,39.020546],[122.755725,39.021646],[122.758644,39.013103],[122.752698,39.009574],[122.738977,39.012579],[122.730536,39.016555],[122.727489,39.013122],[122.713272,39.023679],[122.707146,39.023461],[122.704836,39.027113],[122.715104,39.026906],[122.715818,39.029066],[122.714222,39.030872],[122.711591,39.030799],[122.708057,39.036994],[122.699894,39.042309],[122.7077,39.04353],[122.71099,39.047081],[122.717785,39.048537],[122.720063,39.046211]]],[[[122.834213,39.050267],[122.834113,39.046108],[122.818747,39.040732],[122.811828,39.044141],[122.814163,39.049651],[122.813682,39.052374],[122.818328,39.050046],[122.821276,39.050929],[122.823608,39.054471],[122.82138,39.057746],[122.823058,39.058219],[122.8314,39.054209],[122.834213,39.050267]]],[[[122.860807,39.062619],[122.865357,39.064363],[122.865972,39.061386],[122.870451,39.063628],[122.870073,39.06549],[122.873369,39.06431],[122.8743,39.061844],[122.871853,39.060566],[122.872115,39.057546],[122.867873,39.057553],[122.86571,39.050542],[122.857832,39.051277],[122.858954,39.055473],[122.854232,39.056623],[122.853399,39.062944],[122.845904,39.067356],[122.845462,39.069065],[122.851825,39.067797],[122.860807,39.062619]]],[[[122.78202,39.076361],[122.78424,39.076333],[122.785465,39.078058],[122.794455,39.071852],[122.78514,39.068979],[122.784284,39.070752],[122.778867,39.072646],[122.775501,39.077659],[122.78202,39.076361]]],[[[122.808438,39.074787],[122.812107,39.075759],[122.814218,39.074156],[122.811109,39.071707],[122.812553,39.070027],[122.811019,39.06711],[122.806938,39.07187],[122.801122,39.071965],[122.796523,39.075455],[122.796308,39.078585],[122.803376,39.080789],[122.808438,39.074787]]],[[[121.170601,39.091219],[121.171264,39.086127],[121.168356,39.086032],[121.167508,39.088452],[121.163411,39.089182],[121.157601,39.08388],[121.153415,39.087191],[121.153641,39.089942],[121.164143,39.095356],[121.170601,39.091219]]],[[[123.178714,39.082329],[123.182664,39.07873],[123.192508,39.076114],[123.187582,39.071724],[123.187738,39.069587],[123.191694,39.066279],[123.197087,39.066438],[123.197152,39.055862],[123.193532,39.052244],[123.188684,39.051958],[123.164247,39.034831],[123.162287,39.027082],[123.150669,39.028127],[123.143731,39.036839],[123.14016,39.045586],[123.145908,39.052298],[123.146523,39.060955],[123.149126,39.063169],[123.148343,39.069857],[123.150418,39.070628],[123.156502,39.067039],[123.157454,39.059],[123.165986,39.05501],[123.168775,39.057345],[123.165193,39.06426],[123.167042,39.070789],[123.159586,39.076065],[123.14747,39.079273],[123.138137,39.075651],[123.137013,39.079035],[123.1412,39.081598],[123.138222,39.087106],[123.140195,39.088557],[123.156087,39.083802],[123.170138,39.082599],[123.17358,39.086614],[123.17437,39.090292],[123.172598,39.094919],[123.16755,39.097055],[123.168744,39.100538],[123.177017,39.09769],[123.18033,39.093596],[123.17622,39.085349],[123.178714,39.082329]]],[[[121.228922,39.104642],[121.221854,39.103801],[121.218614,39.106767],[121.227466,39.108451],[121.228922,39.104642]]],[[[122.408327,39.179288],[122.413825,39.173394],[122.416854,39.173918],[122.420801,39.170803],[122.3975,39.17702],[122.406043,39.180291],[122.408327,39.179288]]],[[[121.563514,39.192718],[121.569762,39.192583],[121.576618,39.185309],[121.564921,39.18554],[121.564336,39.189544],[121.56231,39.191308],[121.563514,39.192718]]],[[[121.456339,39.203644],[121.458314,39.199034],[121.471365,39.193747],[121.476022,39.187202],[121.47054,39.18617],[121.468021,39.187498],[121.464013,39.194326],[121.458914,39.196564],[121.454952,39.200753],[121.44725,39.202408],[121.443663,39.201185],[121.441577,39.202815],[121.456339,39.203644]]],[[[122.302759,39.199399],[122.304605,39.196811],[122.295548,39.198544],[122.294902,39.200369],[122.308481,39.204662],[122.302759,39.199399]]],[[[121.496695,39.202911],[121.489919,39.198716],[121.488174,39.193017],[121.480776,39.199001],[121.482663,39.202719],[121.488871,39.202658],[121.493073,39.206715],[121.494893,39.206482],[121.496695,39.202911]]],[[[122.399196,39.212646],[122.393156,39.209975],[122.390091,39.212123],[122.387405,39.211767],[122.378076,39.197875],[122.377969,39.189527],[122.389126,39.176115],[122.387765,39.171021],[122.389994,39.16815],[122.393349,39.167354],[122.393811,39.161157],[122.390821,39.160776],[122.377767,39.166997],[122.375085,39.166624],[122.374994,39.164278],[122.373774,39.164402],[122.372546,39.167232],[122.376565,39.170158],[122.374744,39.173382],[122.370226,39.174888],[122.361191,39.17357],[122.356828,39.169963],[122.361943,39.163463],[122.356531,39.15956],[122.358858,39.154442],[122.341661,39.144327],[122.336236,39.14327],[122.332072,39.145056],[122.326636,39.153228],[122.320679,39.158479],[122.314684,39.159419],[122.313849,39.170663],[122.317307,39.171653],[122.317909,39.173831],[122.310601,39.183495],[122.32434,39.183553],[122.332282,39.185208],[122.33608,39.191656],[122.341072,39.19284],[122.343635,39.195387],[122.339701,39.202102],[122.357381,39.201397],[122.368518,39.203199],[122.375335,39.205939],[122.374845,39.209704],[122.387052,39.212259],[122.397434,39.217587],[122.402689,39.216939],[122.402655,39.214041],[122.399196,39.212646]]],[[[122.606938,39.217984],[122.607096,39.215342],[122.602865,39.211933],[122.597202,39.209652],[122.591957,39.209527],[122.592791,39.206082],[122.588366,39.206375],[122.588145,39.208533],[122.583506,39.20989],[122.587461,39.212703],[122.589209,39.21103],[122.59114,39.211678],[122.591978,39.218255],[122.59506,39.220589],[122.597054,39.217914],[122.601395,39.219086],[122.602428,39.221126],[122.600252,39.223585],[122.603119,39.224005],[122.606938,39.217984]]],[[[122.783153,39.227266],[122.800785,39.22903],[122.80673,39.226331],[122.802905,39.225328],[122.801192,39.222581],[122.787573,39.224686],[122.78194,39.220972],[122.781616,39.219212],[122.776945,39.217935],[122.772432,39.221593],[122.773765,39.223333],[122.772532,39.224572],[122.767665,39.221724],[122.765832,39.227332],[122.771912,39.229393],[122.778311,39.229409],[122.77947,39.227387],[122.783153,39.227266]]],[[[122.543293,39.232454],[122.541718,39.227976],[122.531385,39.223594],[122.52359,39.222551],[122.507231,39.222183],[122.504846,39.224783],[122.487323,39.230018],[122.487975,39.233944],[122.490561,39.235408],[122.513674,39.235071],[122.5249,39.232284],[122.540631,39.23563],[122.543293,39.232454]]],[[[122.430365,39.235596],[122.439848,39.232931],[122.438454,39.230604],[122.443747,39.226142],[122.440233,39.223585],[122.436099,39.22536],[122.428486,39.222913],[122.426683,39.21908],[122.422884,39.224952],[122.419143,39.225362],[122.417469,39.22317],[122.412701,39.224547],[122.430365,39.235596]]],[[[122.736103,39.24571],[122.734881,39.236218],[122.748535,39.232679],[122.74791,39.229723],[122.728818,39.220772],[122.727847,39.22411],[122.722578,39.224548],[122.720343,39.222476],[122.723968,39.21738],[122.719221,39.21372],[122.71239,39.215737],[122.707379,39.215116],[122.704187,39.213345],[122.704587,39.209989],[122.699521,39.206723],[122.694418,39.205666],[122.689788,39.207526],[122.689785,39.210991],[122.700081,39.224538],[122.703187,39.225157],[122.703118,39.227632],[122.700117,39.231202],[122.680932,39.234011],[122.674927,39.231188],[122.664007,39.234372],[122.658651,39.229755],[122.654479,39.232992],[122.645106,39.231146],[122.642883,39.228873],[122.643671,39.226019],[122.637423,39.224864],[122.62514,39.227401],[122.623848,39.231208],[122.624745,39.234811],[122.64531,39.24163],[122.667357,39.239931],[122.680775,39.24102],[122.695162,39.244438],[122.717801,39.240533],[122.71958,39.240688],[122.722144,39.244581],[122.734846,39.24673],[122.736103,39.24571]]],[[[123.002036,39.259052],[123.007094,39.261053],[123.011258,39.256737],[123.004668,39.257194],[123.005055,39.251748],[122.999473,39.248495],[122.994877,39.251174],[122.98422,39.252878],[122.982767,39.255744],[122.995254,39.261404],[123.002036,39.259052]]],[[[122.421447,39.267226],[122.429579,39.268545],[122.435188,39.26292],[122.443405,39.262915],[122.447178,39.258679],[122.456721,39.255749],[122.448485,39.25635],[122.439669,39.253464],[122.439859,39.255435],[122.437644,39.257485],[122.430609,39.26013],[122.428172,39.262849],[122.420861,39.265881],[122.413459,39.26668],[122.415372,39.267673],[122.414885,39.270331],[122.421447,39.267226]]],[[[122.292587,39.275072],[122.297717,39.277041],[122.298748,39.27237],[122.288367,39.26583],[122.288903,39.269587],[122.284471,39.270031],[122.280209,39.272993],[122.281198,39.276832],[122.27827,39.278381],[122.292587,39.275072]]],[[[122.544401,39.297866],[122.536584,39.296338],[122.540239,39.29331],[122.543744,39.293636],[122.544766,39.291745],[122.540987,39.290181],[122.540281,39.286317],[122.54906,39.285429],[122.551109,39.292773],[122.558155,39.295274],[122.570316,39.283124],[122.591264,39.277139],[122.622796,39.279752],[122.627216,39.283046],[122.626233,39.287137],[122.631323,39.28691],[122.634014,39.28515],[122.636788,39.286942],[122.640558,39.28414],[122.642895,39.279078],[122.660314,39.271417],[122.666031,39.272901],[122.667408,39.269154],[122.672053,39.267771],[122.674239,39.26954],[122.681332,39.269032],[122.682739,39.271538],[122.684305,39.27129],[122.684805,39.267983],[122.687754,39.266465],[122.678123,39.26637],[122.672348,39.263313],[122.665813,39.256701],[122.660186,39.254881],[122.653913,39.260704],[122.642372,39.265055],[122.617364,39.264878],[122.604303,39.269706],[122.586566,39.270555],[122.581837,39.266908],[122.587511,39.263658],[122.587189,39.261745],[122.583212,39.260298],[122.581202,39.254643],[122.576035,39.253163],[122.576264,39.255504],[122.569041,39.262364],[122.573925,39.266358],[122.570253,39.270381],[122.561715,39.272903],[122.549351,39.273498],[122.541917,39.278424],[122.534452,39.280132],[122.529461,39.284412],[122.503429,39.289553],[122.492773,39.298143],[122.509737,39.298785],[122.510305,39.301575],[122.514022,39.304245],[122.518123,39.302153],[122.519095,39.297389],[122.527439,39.297109],[122.526931,39.299786],[122.528198,39.301029],[122.534718,39.305322],[122.537938,39.305402],[122.54036,39.300755],[122.544401,39.297866]]],[[[122.34294,39.339019],[122.342522,39.334793],[122.339859,39.335773],[122.333684,39.332127],[122.325096,39.337045],[122.341661,39.342532],[122.342808,39.342636],[122.34294,39.339019]]],[[[123.063572,39.450558],[123.071527,39.448577],[123.082821,39.448939],[123.095061,39.442719],[123.098149,39.438947],[123.089845,39.442277],[123.080651,39.439572],[123.079176,39.436471],[123.082309,39.426268],[123.073968,39.427741],[123.070649,39.434826],[123.065522,39.435044],[123.062979,39.431164],[123.055076,39.439686],[123.054664,39.442359],[123.050466,39.443253],[123.049203,39.445346],[123.051875,39.450296],[123.049178,39.455652],[123.063572,39.450558]]],[[[123.06315,39.501437],[123.059458,39.500461],[123.057975,39.493124],[123.063606,39.486853],[123.056212,39.487638],[123.053666,39.491895],[123.054845,39.494388],[123.051679,39.501018],[123.057191,39.507252],[123.062852,39.50659],[123.064055,39.504057],[123.06315,39.501437]]],[[[123.102218,39.514042],[123.103646,39.51393],[123.10462,39.508235],[123.106984,39.507811],[123.105645,39.503081],[123.103384,39.504902],[123.099751,39.503474],[123.098177,39.504462],[123.099469,39.507361],[123.097365,39.509326],[123.100678,39.510805],[123.102218,39.514042]]],[[[122.976335,39.549924],[122.975955,39.548131],[122.978437,39.550076],[122.992228,39.549256],[122.992463,39.54378],[122.99681,39.545032],[122.994251,39.548094],[122.996916,39.551727],[123.003533,39.55182],[123.008192,39.547173],[123.021656,39.542557],[123.031772,39.532475],[123.03074,39.529631],[123.028091,39.528876],[123.018124,39.518124],[123.01561,39.511999],[123.010996,39.507642],[123.007366,39.507545],[123,39.502742],[123.000721,39.499559],[122.989579,39.493581],[122.98663,39.494488],[122.987213,39.496514],[122.981511,39.497266],[122.979604,39.493807],[122.968226,39.498295],[122.968052,39.507194],[122.963915,39.51118],[122.965677,39.516317],[122.964802,39.517446],[122.952911,39.520903],[122.947806,39.521002],[122.944025,39.518501],[122.939542,39.520482],[122.943506,39.523974],[122.945927,39.531107],[122.954618,39.534976],[122.956099,39.539635],[122.960611,39.539744],[122.960582,39.546992],[122.966391,39.54973],[122.972956,39.556824],[122.978294,39.55132],[122.976335,39.549924]]],[[[123.03313,39.647428],[123.038244,39.647162],[123.041069,39.645152],[123.031825,39.642621],[123.026672,39.646408],[123.029332,39.649456],[123.03313,39.647428]]],[[[123.726144,39.763214],[123.728086,39.76105],[123.734911,39.763177],[123.743593,39.760753],[123.751551,39.751131],[123.755951,39.751],[123.755778,39.749187],[123.752614,39.747801],[123.752636,39.750087],[123.751098,39.750988],[123.744965,39.748674],[123.740183,39.7514],[123.716517,39.748051],[123.715232,39.744714],[123.711525,39.743464],[123.706077,39.74571],[123.711766,39.753448],[123.717213,39.756584],[123.715654,39.760998],[123.726144,39.763214]]],[[[123.815942,39.794397],[123.820422,39.794143],[123.818224,39.789717],[123.823509,39.784367],[123.82092,39.784557],[123.81564,39.788938],[123.812472,39.788882],[123.811528,39.786786],[123.80903,39.788418],[123.807886,39.786467],[123.803827,39.788848],[123.809799,39.793252],[123.815942,39.794397]]],[[[124.4874,40.155497],[124.481863,40.139163],[124.477988,40.13435],[124.480618,40.132951],[124.478196,40.132969],[124.478105,40.137734],[124.479922,40.138721],[124.4874,40.155497]]],[[[120.61092,40.393407],[120.609703,40.39615],[120.614494,40.405522],[120.617021,40.397524],[120.614418,40.394013],[120.61092,40.393407]]],[[[120.825414,40.507432],[120.827936,40.492661],[120.822349,40.48854],[120.80878,40.486932],[120.794055,40.488597],[120.785733,40.476624],[120.780596,40.472924],[120.774255,40.474972],[120.770562,40.47897],[120.770762,40.486975],[120.777459,40.49628],[120.784208,40.497077],[120.788555,40.494811],[120.793763,40.497012],[120.79337,40.50223],[120.795621,40.508723],[120.816098,40.514722],[120.824578,40.512324],[120.825414,40.507432]]],[[[121.107347,40.867221],[121.103593,40.862399],[121.101316,40.863877],[121.09823,40.861634],[121.101182,40.859348],[121.097469,40.854885],[121.093007,40.855125],[121.089259,40.858586],[121.08927,40.863745],[121.09247,40.867276],[121.09584,40.867065],[121.097199,40.863009],[121.099477,40.86499],[121.097709,40.868001],[121.099012,40.869843],[121.105886,40.870461],[121.107347,40.867221]]],[[[121.496586,40.858221],[121.504814,40.856243],[121.506432,40.853709],[121.501033,40.850512],[121.487487,40.849549],[121.484327,40.850634],[121.483023,40.849473],[121.472819,40.855392],[121.471272,40.85911],[121.476626,40.871691],[121.493848,40.877456],[121.504226,40.870167],[121.497442,40.864931],[121.495334,40.85944],[121.496586,40.858221]]],[[[123.799292,43.480545],[123.819848,43.469127],[123.827416,43.471176],[123.839788,43.465158],[123.843251,43.467746],[123.855176,43.459465],[123.852424,43.4565],[123.865262,43.448375],[123.850053,43.435035],[123.847381,43.429053],[123.84709,43.416624],[123.84535,43.411764],[123.84644,43.403748],[123.857685,43.398606],[123.860378,43.392701],[123.882675,43.386972],[123.886867,43.38721],[123.88968,43.381876],[123.895537,43.376643],[123.89167,43.360896],[123.889949,43.359238],[123.905188,43.355807],[123.917844,43.358005],[123.958233,43.338488],[123.955924,43.336265],[123.965839,43.328175],[123.986718,43.306143],[124.003599,43.293983],[124.005531,43.294469],[124.026618,43.278258],[124.037556,43.28543],[124.050108,43.28674],[124.059015,43.28986],[124.091907,43.290258],[124.094894,43.29176],[124.096953,43.286827],[124.092127,43.278481],[124.098927,43.279662],[124.110991,43.274589],[124.10547,43.266465],[124.110892,43.260783],[124.108336,43.256896],[124.108354,43.244726],[124.117852,43.245633],[124.125744,43.24886],[124.128592,43.251816],[124.152536,43.246552],[124.150588,43.245617],[124.151015,43.243778],[124.172873,43.239728],[124.191288,43.244877],[124.199659,43.250134],[124.210657,43.253968],[124.213229,43.247756],[124.211047,43.243437],[124.222954,43.232606],[124.236516,43.232383],[124.244355,43.236296],[124.246376,43.23567],[124.245549,43.231493],[124.247586,43.229609],[124.251889,43.230781],[124.252507,43.236131],[124.256255,43.236115],[124.260396,43.228252],[124.265518,43.229867],[124.277402,43.227412],[124.274882,43.225224],[124.275915,43.219775],[124.274606,43.213777],[124.280199,43.205765],[124.275315,43.200788],[124.272766,43.192527],[124.275894,43.184831],[124.267744,43.176293],[124.271312,43.17507],[124.277607,43.168573],[124.2758,43.166653],[124.277901,43.163561],[124.302774,43.15267],[124.318949,43.143595],[124.335456,43.125561],[124.341993,43.122224],[124.358186,43.11961],[124.378862,43.102099],[124.386263,43.093063],[124.392618,43.088776],[124.412317,43.080677],[124.419696,43.073679],[124.363918,43.023327],[124.334442,43.002327],[124.327342,42.994873],[124.340815,42.986527],[124.350001,42.97693],[124.364773,42.970164],[124.381135,42.967181],[124.392159,42.967734],[124.408338,42.97317],[124.415899,42.973508],[124.423192,42.964215],[124.426911,42.963352],[124.435417,42.957277],[124.436252,42.954129],[124.433939,42.948952],[124.43606,42.939002],[124.427748,42.934621],[124.425697,42.928286],[124.416244,42.926887],[124.4086,42.923833],[124.407302,42.919406],[124.392207,42.917184],[124.391584,42.912591],[124.383201,42.908589],[124.374406,42.91001],[124.362351,42.900962],[124.360307,42.889322],[124.363816,42.884363],[124.362832,42.880261],[124.365544,42.878435],[124.391431,42.878242],[124.396665,42.876334],[124.408053,42.876968],[124.414516,42.875298],[124.419521,42.871674],[124.428338,42.878339],[124.433349,42.875594],[124.435574,42.86402],[124.439944,42.862927],[124.444785,42.859123],[124.445451,42.858033],[124.443404,42.856151],[124.448532,42.850005],[124.448321,42.843949],[124.446032,42.838476],[124.447995,42.832155],[124.446058,42.829331],[124.445511,42.823746],[124.448973,42.821152],[124.459572,42.820125],[124.466038,42.824364],[124.466471,42.829375],[124.460921,42.839216],[124.461693,42.844867],[124.469236,42.852966],[124.473013,42.853169],[124.486598,42.860369],[124.490556,42.85634],[124.493812,42.856505],[124.496223,42.858528],[124.495581,42.862743],[124.507853,42.870816],[124.517282,42.868365],[124.527855,42.868102],[124.530284,42.865363],[124.533187,42.864938],[124.537057,42.8767],[124.535877,42.881328],[124.537747,42.883643],[124.547708,42.88772],[124.557535,42.889578],[124.569933,42.89877],[124.580364,42.902898],[124.585333,42.909781],[124.598037,42.921536],[124.599097,42.926024],[124.596179,42.928631],[124.597917,42.931941],[124.602455,42.935568],[124.616168,42.938831],[124.615632,42.946227],[124.626324,42.947639],[124.633052,42.952764],[124.627667,42.957129],[124.628731,42.960951],[124.627608,42.966844],[124.629491,42.970803],[124.641804,42.974695],[124.653971,42.97104],[124.65677,42.979136],[124.654506,42.981314],[124.66528,42.987824],[124.665584,42.992908],[124.671754,43.000059],[124.669405,43.0291],[124.680238,43.048085],[124.684953,43.052191],[124.712496,43.067566],[124.735065,43.065647],[124.743529,43.067529],[124.748827,43.071397],[124.750027,43.079396],[124.752487,43.083847],[124.77212,43.095795],[124.777742,43.101127],[124.779262,43.103698],[124.780245,43.114989],[124.792699,43.120304],[124.796123,43.119976],[124.799692,43.115019],[124.801646,43.114487],[124.813451,43.118282],[124.815857,43.122817],[124.825777,43.121211],[124.835921,43.124668],[124.852241,43.116718],[124.867447,43.123656],[124.876934,43.131948],[124.885431,43.130636],[124.890383,43.117451],[124.882038,43.107144],[124.878952,43.096909],[124.881653,43.08205],[124.886071,43.074933],[124.885296,43.072311],[124.88345,43.069268],[124.873124,43.064025],[124.853335,43.049709],[124.852376,43.040646],[124.849733,43.033579],[124.839233,43.033249],[124.834864,43.030299],[124.834164,43.026411],[124.834296,43.02437],[124.850705,43.011574],[124.855004,43.001001],[124.85304,42.995562],[124.854998,42.989052],[124.865677,42.983513],[124.861965,42.97923],[124.862672,42.970626],[124.864852,42.965155],[124.864251,42.953391],[124.860007,42.945783],[124.859214,42.938176],[124.863612,42.932256],[124.863567,42.926702],[124.858096,42.92312],[124.861857,42.917592],[124.857262,42.909738],[124.847385,42.899963],[124.845563,42.896196],[124.844609,42.890117],[124.848558,42.887901],[124.845494,42.86802],[124.84391,42.865671],[124.85019,42.860304],[124.848557,42.850162],[124.85296,42.842999],[124.85462,42.833994],[124.853647,42.829569],[124.85166,42.828394],[124.852788,42.819904],[124.860171,42.805922],[124.866585,42.787229],[124.880331,42.788433],[124.892408,42.785493],[124.894775,42.786147],[124.900871,42.791397],[124.904882,42.800342],[124.90962,42.80226],[124.909169,42.811077],[124.907065,42.813204],[124.910306,42.815637],[124.918224,42.813965],[124.922513,42.817753],[124.932139,42.810648],[124.941391,42.806558],[124.968205,42.801509],[124.970396,42.795579],[124.970064,42.784818],[124.973559,42.779109],[124.980245,42.77875],[124.983707,42.776675],[124.987325,42.768975],[124.986408,42.763412],[124.982176,42.757527],[124.976114,42.758874],[124.973592,42.750823],[124.981451,42.749919],[124.990584,42.74289],[124.986959,42.735806],[124.984755,42.734974],[124.981822,42.730386],[124.983585,42.725779],[124.971636,42.724397],[124.96217,42.720405],[124.965907,42.718037],[124.973118,42.704117],[124.979346,42.699705],[124.983245,42.693097],[124.979946,42.684348],[124.961648,42.677987],[124.959277,42.675554],[124.960127,42.673861],[124.962834,42.671198],[124.96938,42.670657],[124.977909,42.672915],[124.97862,42.674902],[124.985373,42.674896],[124.990697,42.672365],[124.990224,42.667846],[124.998525,42.667061],[125.008587,42.663552],[125.005773,42.659225],[125.013482,42.651257],[125.009996,42.64649],[125.010779,42.639553],[125.004607,42.630183],[125.014571,42.625638],[125.020438,42.620978],[125.023811,42.614398],[125.032218,42.613037],[125.048821,42.621633],[125.057747,42.618294],[125.065856,42.622693],[125.074991,42.623639],[125.090894,42.619907],[125.090328,42.617412],[125.09324,42.610717],[125.08342,42.604373],[125.089909,42.598332],[125.078158,42.590571],[125.075258,42.586289],[125.081216,42.582477],[125.082147,42.573915],[125.085083,42.569496],[125.083205,42.565546],[125.075624,42.561273],[125.074826,42.558089],[125.070165,42.556422],[125.071395,42.553651],[125.069428,42.545732],[125.070613,42.537236],[125.069155,42.535992],[125.064874,42.536383],[125.060748,42.533214],[125.065645,42.527847],[125.073807,42.524012],[125.077205,42.519178],[125.08255,42.516165],[125.084726,42.511345],[125.083162,42.5097],[125.074771,42.51086],[125.071059,42.507689],[125.071284,42.503257],[125.060486,42.500351],[125.062688,42.497158],[125.079521,42.498342],[125.087171,42.492171],[125.098193,42.488626],[125.098981,42.484143],[125.103072,42.481973],[125.101405,42.475995],[125.104611,42.473782],[125.129739,42.469054],[125.13713,42.459292],[125.143512,42.456626],[125.142945,42.449071],[125.137282,42.447535],[125.133895,42.444234],[125.134728,42.441858],[125.165109,42.431964],[125.172253,42.43146],[125.180787,42.42451],[125.18225,42.4177],[125.180569,42.411848],[125.189654,42.40809],[125.191068,42.405602],[125.187005,42.394209],[125.181225,42.391957],[125.179509,42.379096],[125.19414,42.374436],[125.197628,42.366959],[125.196792,42.363949],[125.1881,42.357934],[125.181414,42.358262],[125.165183,42.352823],[125.161375,42.353433],[125.161813,42.349652],[125.170502,42.344634],[125.1702,42.335408],[125.17274,42.329504],[125.175136,42.328099],[125.175404,42.324954],[125.166686,42.315939],[125.168591,42.306321],[125.182569,42.30467],[125.205948,42.298278],[125.21528,42.298184],[125.21863,42.299399],[125.220217,42.302411],[125.235321,42.310223],[125.24913,42.307398],[125.252639,42.307615],[125.256755,42.310839],[125.259255,42.303784],[125.269275,42.299504],[125.27252,42.294385],[125.284016,42.291408],[125.293039,42.287161],[125.292305,42.283656],[125.287657,42.281612],[125.279392,42.27109],[125.271452,42.269298],[125.269743,42.264803],[125.275929,42.255051],[125.280937,42.252443],[125.283262,42.244848],[125.282597,42.24092],[125.278963,42.235337],[125.275057,42.232758],[125.27446,42.22864],[125.293721,42.220232],[125.302584,42.21968],[125.306616,42.21744],[125.298767,42.210509],[125.300548,42.207538],[125.301331,42.199985],[125.292747,42.197983],[125.286144,42.187568],[125.283235,42.179487],[125.274192,42.172178],[125.278196,42.168634],[125.283344,42.172371],[125.291749,42.172765],[125.310618,42.198458],[125.310768,42.187662],[125.306088,42.183258],[125.304956,42.179938],[125.306236,42.167058],[125.308432,42.163161],[125.302957,42.157691],[125.299332,42.147525],[125.299759,42.143801],[125.31299,42.139407],[125.324986,42.139589],[125.328517,42.141203],[125.328763,42.143283],[125.339115,42.140748],[125.351324,42.143773],[125.353384,42.149336],[125.347452,42.150047],[125.345594,42.152042],[125.350602,42.165154],[125.349034,42.176218],[125.362487,42.180343],[125.367814,42.176988],[125.378177,42.174659],[125.38237,42.167934],[125.402643,42.155972],[125.412338,42.152226],[125.439358,42.149762],[125.446322,42.152747],[125.451739,42.157929],[125.459518,42.154564],[125.484396,42.133637],[125.481567,42.12861],[125.473013,42.124641],[125.467767,42.118731],[125.460424,42.115348],[125.458984,42.108924],[125.450631,42.109957],[125.449738,42.101873],[125.442391,42.096804],[125.438944,42.095948],[125.413682,42.099761],[125.40586,42.098269],[125.410131,42.088619],[125.415362,42.086933],[125.416755,42.084792],[125.41745,42.075741],[125.413296,42.072856],[125.411621,42.062761],[125.402256,42.059727],[125.396687,42.048668],[125.357227,42.014953],[125.360814,42.007223],[125.360764,42.000174],[125.346819,41.996063],[125.335479,41.997806],[125.333704,41.990621],[125.330054,41.985004],[125.316735,41.980937],[125.311367,41.974741],[125.301818,41.974586],[125.292141,41.971796],[125.291387,41.965455],[125.286689,41.961528],[125.285898,41.957517],[125.304203,41.950545],[125.310679,41.943054],[125.325143,41.938592],[125.341163,41.936404],[125.344155,41.933056],[125.34539,41.926066],[125.318477,41.92715],[125.301241,41.922462],[125.298629,41.913085],[125.299548,41.90251],[125.290315,41.884076],[125.289677,41.879003],[125.293777,41.861338],[125.29056,41.851429],[125.287803,41.825462],[125.295815,41.807409],[125.296273,41.801484],[125.306745,41.796747],[125.310857,41.791751],[125.314609,41.779724],[125.313869,41.773968],[125.321221,41.765953],[125.319388,41.75226],[125.324793,41.743282],[125.325369,41.738122],[125.327814,41.734368],[125.324717,41.727423],[125.328211,41.716603],[125.326509,41.710864],[125.318903,41.697552],[125.319773,41.693756],[125.312541,41.679557],[125.308939,41.677107],[125.314477,41.669582],[125.319118,41.667858],[125.324027,41.67184],[125.334506,41.671188],[125.344142,41.67623],[125.352997,41.677125],[125.356745,41.67499],[125.371767,41.684671],[125.385309,41.684657],[125.390462,41.687591],[125.405555,41.688942],[125.425597,41.672354],[125.44086,41.673365],[125.444173,41.671622],[125.443108,41.666998],[125.444376,41.663181],[125.450162,41.660156],[125.445952,41.653933],[125.452849,41.64094],[125.464166,41.637024],[125.462249,41.630555],[125.447973,41.619369],[125.446286,41.605704],[125.443373,41.601644],[125.444166,41.595408],[125.44883,41.58628],[125.457656,41.578645],[125.454245,41.571036],[125.456324,41.565957],[125.470541,41.558035],[125.470125,41.553651],[125.473547,41.547931],[125.471011,41.545567],[125.473282,41.544651],[125.473646,41.542638],[125.477636,41.542164],[125.47802,41.540433],[125.48641,41.534344],[125.501278,41.531579],[125.497389,41.521146],[125.488985,41.51978],[125.487113,41.516572],[125.486328,41.511694],[125.488245,41.50895],[125.487671,41.506536],[125.499423,41.501417],[125.500322,41.496767],[125.50526,41.494071],[125.511918,41.486964],[125.510477,41.476432],[125.526592,41.477014],[125.53326,41.467594],[125.536447,41.465801],[125.533633,41.462042],[125.535035,41.456135],[125.532632,41.454733],[125.529593,41.445224],[125.534403,41.43459],[125.53169,41.432866],[125.532001,41.430209],[125.528436,41.426703],[125.532715,41.421951],[125.534143,41.41785],[125.54079,41.417218],[125.541709,41.413077],[125.545364,41.412407],[125.546891,41.407334],[125.54361,41.404601],[125.542623,41.39877],[125.546945,41.398709],[125.554586,41.394747],[125.561204,41.395357],[125.573923,41.393532],[125.582128,41.380413],[125.575373,41.373729],[125.576714,41.366158],[125.583521,41.36373],[125.596923,41.364403],[125.605611,41.361541],[125.623957,41.348848],[125.632044,41.340402],[125.634574,41.330277],[125.631707,41.324365],[125.626542,41.319193],[125.614801,41.31529],[125.616821,41.311527],[125.636383,41.29414],[125.632875,41.281956],[125.633349,41.276722],[125.63766,41.272489],[125.641009,41.262585],[125.656416,41.266173],[125.6642,41.271191],[125.664336,41.273697],[125.66979,41.275568],[125.680278,41.270709],[125.685715,41.255986],[125.686704,41.246238],[125.690781,41.243768],[125.706888,41.246322],[125.713329,41.241675],[125.730106,41.243704],[125.743695,41.24338],[125.752437,41.23048],[125.737257,41.208626],[125.733266,41.201571],[125.732045,41.194714],[125.729454,41.192082],[125.731349,41.177559],[125.74098,41.176347],[125.757717,41.169978],[125.768805,41.168601],[125.77727,41.169946],[125.785614,41.164837],[125.759748,41.146409],[125.759031,41.143236],[125.754171,41.137258],[125.754207,41.131594],[125.751784,41.127981],[125.741827,41.12272],[125.73231,41.124121],[125.726975,41.122921],[125.718164,41.116201],[125.714991,41.108969],[125.707754,41.103058],[125.704982,41.0968],[125.70604,41.093962],[125.715988,41.094166],[125.725977,41.0921],[125.733164,41.087997],[125.733569,41.084689],[125.730944,41.077717],[125.727267,41.074794],[125.726985,41.068516],[125.721454,41.058292],[125.720611,41.053403],[125.707821,41.043033],[125.70074,41.03152],[125.681958,41.023924],[125.678107,41.019689],[125.67718,41.014583],[125.679232,41.00853],[125.674842,41.004668],[125.673269,40.997994],[125.675432,40.988515],[125.67837,40.984465],[125.676128,40.978675],[125.668722,40.972868],[125.661115,40.976305],[125.656447,40.975554],[125.64395,40.968393],[125.637266,40.950534],[125.629608,40.940015],[125.618332,40.941251],[125.609179,40.940439],[125.591056,40.931231],[125.583699,40.929412],[125.586179,40.92292],[125.585014,40.916716],[125.579789,40.917085],[125.580064,40.91175],[125.571012,40.901579],[125.572203,40.892778],[125.580651,40.889724],[125.591902,40.894055],[125.602004,40.90056],[125.615425,40.90381],[125.640958,40.90585],[125.642783,40.90765],[125.642054,40.912014],[125.643353,40.914335],[125.649527,40.915128],[125.654282,40.913179],[125.664777,40.903626],[125.677673,40.899706],[125.685377,40.89423],[125.698962,40.87447],[125.700699,40.864673],[125.705728,40.856809],[125.694816,40.841049],[125.687634,40.836449],[125.666556,40.828225],[125.660861,40.821519],[125.660304,40.818876],[125.644028,40.814365],[125.64208,40.802454],[125.647319,40.79609],[125.655622,40.796131],[125.668049,40.793429],[125.68364,40.786643],[125.687333,40.781478],[125.688302,40.772596],[125.687864,40.767876],[125.685246,40.763556],[125.674401,40.759465],[125.642214,40.760984],[125.599746,40.752745],[125.589682,40.75514],[125.586588,40.759134],[125.585441,40.766197],[125.582379,40.764787],[125.576811,40.766212],[125.568217,40.765324],[125.558963,40.767585],[125.555723,40.761833],[125.556024,40.751064],[125.550428,40.741061],[125.552211,40.737579],[125.543296,40.720676],[125.53891,40.716739],[125.524499,40.712693],[125.512419,40.713166],[125.490957,40.718189],[125.477373,40.715363],[125.468999,40.709835],[125.459293,40.697761],[125.456881,40.691099],[125.458636,40.690804],[125.456413,40.68885],[125.456341,40.686958],[125.458245,40.687034],[125.456711,40.684958],[125.458414,40.684832],[125.456863,40.682374],[125.458117,40.682243],[125.456999,40.675235],[125.451565,40.665622],[125.440566,40.661058],[125.421184,40.668325],[125.415374,40.667808],[125.412973,40.664012],[125.413615,40.658692],[125.416,40.656508],[125.415263,40.654669],[125.420748,40.645876],[125.422433,40.63269],[125.418205,40.624975],[125.413126,40.622425],[125.407708,40.620571],[125.400285,40.620954],[125.388773,40.626043],[125.378137,40.637297],[125.378604,40.638852],[125.375,40.643041],[125.373211,40.643019],[125.374109,40.644015],[125.372411,40.645159],[125.370831,40.643766],[125.371535,40.645905],[125.367466,40.647628],[125.351557,40.643733],[125.334652,40.63497],[125.322791,40.633299],[125.312758,40.638659],[125.311176,40.641034],[125.305853,40.643059],[125.303509,40.642483],[125.302834,40.644991],[125.292114,40.651218],[125.287863,40.650576],[125.285611,40.651943],[125.286485,40.649996],[125.282446,40.651401],[125.281431,40.649279],[125.28021,40.650075],[125.27701,40.647351],[125.280855,40.644708],[125.277639,40.643323],[125.276746,40.645159],[125.274051,40.645558],[125.272261,40.644054],[125.273787,40.642977],[125.270877,40.641798],[125.270807,40.623016],[125.262888,40.611294],[125.2405,40.603972],[125.225717,40.606158],[125.195259,40.596556],[125.162222,40.589701],[125.154746,40.585214],[125.152571,40.581928],[125.1514,40.583017],[125.150381,40.580518],[125.144864,40.578887],[125.124728,40.563314],[125.044076,40.53469],[125.025087,40.529717],[125.020276,40.526651],[125.021411,40.525259],[125.018732,40.525578],[125.011537,40.520064],[125.013965,40.519906],[125.008578,40.516918],[125.012356,40.50354],[125.050988,40.49231],[125.060199,40.491395],[125.06274,40.488369],[125.058726,40.478528],[125.060841,40.474112],[125.053909,40.463055],[125.041286,40.455262],[125.022557,40.451437],[125.008824,40.454488],[125.001804,40.458136],[124.998709,40.457894],[124.998454,40.459928],[124.985748,40.467319],[124.981382,40.466215],[124.978574,40.463003],[124.97622,40.463303],[124.965705,40.45881],[124.962389,40.460697],[124.963496,40.459611],[124.95266,40.453668],[124.930495,40.451765],[124.915225,40.45487],[124.905893,40.460045],[124.903028,40.462619],[124.902218,40.46595],[124.90598,40.471524],[124.90604,40.476558],[124.901891,40.479798],[124.896979,40.479153],[124.891911,40.473701],[124.879135,40.450337],[124.867907,40.439112],[124.861418,40.427869],[124.853754,40.421274],[124.842295,40.416657],[124.803204,40.393866],[124.767206,40.384115],[124.745366,40.367514],[124.742872,40.363333],[124.744865,40.363403],[124.736882,40.352727],[124.73552,40.34397],[124.73152,40.337236],[124.733211,40.336415],[124.731585,40.326106],[124.724721,40.317033],[124.719622,40.314284],[124.713795,40.316939],[124.709867,40.313778],[124.714924,40.313805],[124.698449,40.309921],[124.674007,40.299062],[124.642845,40.29064],[124.62412,40.288285],[124.61602,40.28502],[124.601803,40.274243],[124.59871,40.274361],[124.599188,40.272683],[124.591457,40.266527],[124.584418,40.250568],[124.583582,40.235842],[124.576202,40.229009],[124.573765,40.227875],[124.574656,40.229242],[124.572748,40.22951],[124.563743,40.223903],[124.544803,40.218596],[124.538433,40.213975],[124.538172,40.21506],[124.526433,40.212324],[124.514804,40.20724],[124.513658,40.204257],[124.516842,40.202234],[124.517344,40.196874],[124.519879,40.197731],[124.518405,40.186816],[124.521106,40.182783],[124.524347,40.170928],[124.522185,40.166061],[124.516056,40.16407],[124.500592,40.16559],[124.491732,40.159356],[124.494072,40.163322],[124.499446,40.166139],[124.516958,40.165201],[124.521148,40.166804],[124.523343,40.169809],[124.523328,40.171212],[124.522199,40.170105],[124.520801,40.182309],[124.518893,40.181814],[124.517305,40.185767],[124.516498,40.202087],[124.513147,40.202558],[124.512929,40.20663],[124.491704,40.189233],[124.488641,40.178312],[124.484664,40.172834],[124.481262,40.171288],[124.470356,40.174269],[124.461375,40.173221],[124.460657,40.169128],[124.450823,40.156006],[124.441756,40.150921],[124.440788,40.146356],[124.437586,40.142695],[124.423418,40.137541],[124.412978,40.136948],[124.404845,40.132054],[124.400305,40.121055],[124.415095,40.122586],[124.426385,40.121335],[124.430525,40.123108],[124.43144,40.126415],[124.43373,40.127742],[124.450044,40.12818],[124.456519,40.129839],[124.461123,40.132647],[124.464884,40.138578],[124.470312,40.15146],[124.468472,40.158773],[124.470593,40.162656],[124.468949,40.158596],[124.471194,40.154332],[124.470379,40.149316],[124.467369,40.144065],[124.466086,40.136887],[124.460011,40.128197],[124.445124,40.125781],[124.425014,40.11802],[124.43503,40.112623],[124.422719,40.117184],[124.401123,40.116159],[124.373439,40.096692],[124.366004,40.086189],[124.369029,40.077153],[124.376556,40.067625],[124.377369,40.055683],[124.373479,40.050367],[124.373027,40.046324],[124.379009,40.027341],[124.375615,40.010032],[124.368626,39.998425],[124.362463,39.982269],[124.364385,39.965635],[124.363371,39.960753],[124.367242,39.95706],[124.366443,39.950223],[124.366698,39.957138],[124.362912,39.960204],[124.333584,39.934334],[124.349326,39.935007],[124.354361,39.938506],[124.356028,39.943093],[124.358637,39.944602],[124.356113,39.942997],[124.354626,39.938336],[124.34883,39.934162],[124.33219,39.933675],[124.325629,39.931093],[124.315142,39.921455],[124.311072,39.914766],[124.311952,39.904642],[124.318071,39.900522],[124.329693,39.886625],[124.338766,39.882553],[124.344124,39.876268],[124.347958,39.867213],[124.351051,39.850404],[124.372901,39.837471],[124.368608,39.848802],[124.359549,39.8556],[124.363925,39.863104],[124.360536,39.878846],[124.35606,39.883879],[124.347825,39.885164],[124.339873,39.898391],[124.348016,39.885324],[124.356871,39.88386],[124.361334,39.878472],[124.364659,39.862596],[124.360893,39.855494],[124.366955,39.853041],[124.376107,39.844003],[124.378055,39.844169],[124.378357,39.842279],[124.38252,39.846304],[124.38267,39.85634],[124.390219,39.871776],[124.385205,39.87791],[124.377833,39.880884],[124.386748,39.876861],[124.390656,39.87164],[124.384308,39.859058],[124.383422,39.850869],[124.393391,39.848507],[124.403892,39.835767],[124.409375,39.831441],[124.414747,39.830898],[124.417755,39.826224],[124.416303,39.822639],[124.412454,39.820732],[124.412667,39.8117],[124.409489,39.806592],[124.268601,39.819403],[124.271776,39.836147],[124.266966,39.857661],[124.267159,39.871268],[124.271687,39.888059],[124.276964,39.897785],[124.27547,39.899587],[124.27684,39.910306],[124.2833,39.926985],[124.281117,39.930157],[124.27711,39.929062],[124.266405,39.932633],[124.239254,39.927559],[124.230557,39.922633],[124.225043,39.916598],[124.222155,39.910581],[124.22121,39.902955],[124.216566,39.893785],[124.21969,39.862657],[124.218172,39.856986],[124.219931,39.852107],[124.217182,39.851226],[124.214502,39.847747],[124.214469,39.845038],[124.210808,39.841596],[124.201241,39.834828],[124.189324,39.830737],[124.18486,39.826953],[124.159455,39.829203],[124.156688,39.8167],[124.148746,39.825597],[124.140293,39.821024],[124.152494,39.808732],[124.154265,39.793919],[124.139807,39.804685],[124.132482,39.798866],[124.154477,39.782379],[124.151295,39.769864],[124.133241,39.783275],[124.123027,39.775328],[124.147737,39.756903],[124.14087,39.74643],[124.098525,39.778227],[124.108112,39.790623],[124.12377,39.829394],[124.108146,39.828804],[124.093386,39.825398],[124.091095,39.829233],[124.056513,39.817],[124.054053,39.81845],[124.040779,39.811104],[124.004042,39.801297],[123.991695,39.802541],[123.961209,39.80922],[123.949249,39.816301],[123.946648,39.820299],[123.9174,39.819433],[123.904973,39.820265],[123.899066,39.823353],[123.881631,39.82507],[123.880551,39.823197],[123.864052,39.823895],[123.831312,39.830653],[123.831554,39.83282],[123.839548,39.834496],[123.843134,39.838858],[123.842888,39.840413],[123.839308,39.841723],[123.818964,39.833436],[123.798553,39.831002],[123.777532,39.822625],[123.749239,39.8223],[123.736958,39.820597],[123.736128,39.824696],[123.734649,39.824953],[123.692043,39.813461],[123.679307,39.826117],[123.672548,39.828046],[123.661874,39.827176],[123.649317,39.828822],[123.628625,39.832919],[123.629994,39.822531],[123.632419,39.816447],[123.637336,39.810856],[123.63541,39.801082],[123.626238,39.800639],[123.626282,39.793017],[123.61575,39.789091],[123.614109,39.783893],[123.606948,39.776839],[123.593724,39.77335],[123.579615,39.773304],[123.576176,39.783843],[123.566482,39.784691],[123.559176,39.775814],[123.55851,39.772107],[123.561893,39.768406],[123.561561,39.766785],[123.555995,39.761559],[123.543606,39.755949],[123.541289,39.75803],[123.544718,39.762261],[123.544994,39.773571],[123.539053,39.787868],[123.529314,39.787973],[123.515126,39.785339],[123.513897,39.77028],[123.495075,39.770341],[123.495057,39.761333],[123.486837,39.758151],[123.480232,39.764926],[123.476928,39.764737],[123.469241,39.758126],[123.457238,39.758077],[123.459015,39.75385],[123.468932,39.752842],[123.468628,39.747049],[123.4546,39.749428],[123.44664,39.745569],[123.44385,39.742982],[123.443162,39.739127],[123.439476,39.736685],[123.420027,39.732213],[123.413947,39.732695],[123.408553,39.737609],[123.396289,39.728452],[123.387014,39.725386],[123.384337,39.732353],[123.389763,39.753305],[123.408292,39.74797],[123.411225,39.749621],[123.415728,39.757347],[123.412544,39.761998],[123.407438,39.7602],[123.399765,39.753695],[123.391021,39.755061],[123.393785,39.765918],[123.396551,39.770079],[123.396437,39.780336],[123.404358,39.784942],[123.405088,39.789311],[123.403593,39.793954],[123.408641,39.799289],[123.400564,39.798696],[123.401096,39.790599],[123.395404,39.783837],[123.386763,39.782619],[123.388417,39.76051],[123.38305,39.750329],[123.365545,39.748087],[123.364363,39.753519],[123.339094,39.750779],[123.337956,39.756512],[123.322405,39.754511],[123.320418,39.752733],[123.307238,39.752715],[123.298818,39.759945],[123.293781,39.769254],[123.286655,39.776367],[123.282656,39.792183],[123.268302,39.789336],[123.290941,39.761472],[123.288055,39.759591],[123.265106,39.755361],[123.275536,39.742357],[123.267608,39.737729],[123.256283,39.742729],[123.252425,39.747381],[123.239935,39.752066],[123.235113,39.744367],[123.238147,39.738418],[123.246876,39.74027],[123.255422,39.737306],[123.269561,39.725249],[123.261734,39.712404],[123.262222,39.71017],[123.267605,39.705103],[123.278272,39.701457],[123.275601,39.693787],[123.27068,39.696641],[123.258788,39.699636],[123.256178,39.699453],[123.249666,39.693971],[123.222423,39.698852],[123.220742,39.701313],[123.215404,39.700178],[123.208547,39.695551],[123.205664,39.68913],[123.208304,39.685331],[123.212016,39.685889],[123.217952,39.683544],[123.214767,39.681766],[123.21686,39.674706],[123.202001,39.671158],[123.202727,39.67004],[123.196747,39.669877],[123.181528,39.669891],[123.181609,39.67476],[123.172195,39.672717],[123.170723,39.676398],[123.157863,39.673621],[123.155725,39.672222],[123.158489,39.666869],[123.155174,39.662641],[123.139565,39.654541],[123.135801,39.651877],[123.136039,39.647516],[123.131381,39.646163],[123.127097,39.646525],[123.116383,39.654306],[123.116722,39.657244],[123.122687,39.662711],[123.101861,39.675066],[123.097582,39.679845],[123.089336,39.676211],[123.095278,39.66171],[123.08018,39.658557],[123.077115,39.659961],[123.070842,39.668402],[123.046454,39.660766],[123.044059,39.667027],[123.032707,39.666828],[123.01766,39.661166],[123.005741,39.662363],[123.007438,39.671688],[123.004522,39.678882],[123.002644,39.678725],[123.001427,39.672858],[122.997882,39.667052],[122.990066,39.660435],[122.984469,39.659044],[122.976155,39.661979],[122.977229,39.658179],[122.982627,39.656571],[122.988118,39.65725],[122.99757,39.651046],[122.985974,39.643003],[122.978016,39.640517],[122.96144,39.627263],[122.965917,39.621427],[122.96555,39.603592],[122.942018,39.600895],[122.93703,39.613689],[122.901379,39.607076],[122.898482,39.611561],[122.865751,39.603945],[122.861665,39.607585],[122.838791,39.603067],[122.842931,39.59777],[122.831757,39.595844],[122.838666,39.576678],[122.814988,39.567938],[122.806375,39.587065],[122.803446,39.585333],[122.797243,39.585379],[122.785144,39.576398],[122.803287,39.564711],[122.715669,39.532664],[122.699724,39.543244],[122.686996,39.532396],[122.680996,39.519101],[122.681425,39.515249],[122.673593,39.516583],[122.649494,39.540402],[122.636353,39.536116],[122.640359,39.531243],[122.646051,39.528421],[122.640882,39.516822],[122.639483,39.507079],[122.632135,39.493858],[122.626264,39.49495],[122.627793,39.499125],[122.626599,39.500013],[122.623806,39.500013],[122.617133,39.495547],[122.616674,39.489959],[122.621451,39.488695],[122.622907,39.48651],[122.62168,39.481709],[122.607231,39.491283],[122.604218,39.491052],[122.601255,39.488668],[122.605463,39.481825],[122.590367,39.478081],[122.583259,39.469744],[122.571966,39.464955],[122.570187,39.465337],[122.569575,39.467468],[122.579984,39.476943],[122.580023,39.479058],[122.575469,39.487262],[122.563878,39.484358],[122.568394,39.473518],[122.561946,39.453271],[122.567153,39.43048],[122.557957,39.426885],[122.553198,39.441989],[122.52584,39.420133],[122.506573,39.414346],[122.502089,39.422548],[122.498061,39.421685],[122.500801,39.41178],[122.500483,39.407203],[122.492906,39.402323],[122.48387,39.402336],[122.483252,39.40475],[122.451783,39.403334],[122.450666,39.417588],[122.406447,39.41681],[122.387255,39.413933],[122.384376,39.401706],[122.390917,39.392928],[122.36673,39.382414],[122.364542,39.392577],[122.362386,39.391637],[122.3638,39.385655],[122.355101,39.380903],[122.362465,39.368714],[122.353815,39.365706],[122.348715,39.378143],[122.344368,39.375968],[122.340272,39.381995],[122.335904,39.383979],[122.330843,39.382133],[122.33893,39.369359],[122.342856,39.35847],[122.3192,39.346116],[122.300713,39.359852],[122.299063,39.356649],[122.301537,39.351867],[122.314939,39.343425],[122.313259,39.334965],[122.308119,39.331661],[122.300615,39.335008],[122.290105,39.347531],[122.263645,39.319416],[122.252567,39.320801],[122.242278,39.327452],[122.237245,39.326521],[122.242471,39.320304],[122.256262,39.317183],[122.260393,39.314366],[122.260361,39.305488],[122.239734,39.286943],[122.237008,39.279815],[122.242242,39.274278],[122.231014,39.269105],[122.226037,39.274204],[122.215166,39.271971],[122.208685,39.269334],[122.206634,39.266772],[122.208007,39.262503],[122.205085,39.259895],[122.204848,39.25719],[122.19976,39.257074],[122.199383,39.260594],[122.195778,39.260827],[122.194017,39.262554],[122.188618,39.26142],[122.181705,39.259385],[122.16765,39.251159],[122.165622,39.247661],[122.160949,39.247788],[122.154252,39.245342],[122.13981,39.233895],[122.138728,39.230623],[122.133716,39.225386],[122.129719,39.2228],[122.125701,39.22494],[122.122356,39.224417],[122.111592,39.217439],[122.105831,39.206145],[122.110081,39.201598],[122.117542,39.20096],[122.105861,39.178667],[122.08712,39.181951],[122.085289,39.180112],[122.086368,39.177384],[122.097185,39.17789],[122.112304,39.173614],[122.109933,39.163487],[122.122943,39.160394],[122.128931,39.163674],[122.13837,39.15802],[122.147608,39.157777],[122.156493,39.153939],[122.162481,39.154653],[122.163875,39.153008],[122.162741,39.151876],[122.154995,39.149347],[122.153189,39.150107],[122.15434,39.151132],[122.153598,39.153651],[122.151508,39.154717],[122.140477,39.154583],[122.120806,39.147728],[122.113165,39.146599],[122.111475,39.140507],[122.108006,39.136059],[122.090951,39.132051],[122.089392,39.12964],[122.089858,39.123769],[122.084203,39.123475],[122.07841,39.126164],[122.075478,39.119248],[122.082183,39.115771],[122.080564,39.113491],[122.074553,39.113028],[122.066862,39.115932],[122.056005,39.11142],[122.0421,39.11605],[122.040451,39.118567],[122.041304,39.121199],[122.03307,39.123931],[122.031039,39.119613],[122.037453,39.098307],[122.04387,39.083536],[122.049167,39.082255],[122.049603,39.084274],[122.052197,39.084249],[122.059277,39.076918],[122.064535,39.068483],[122.058848,39.061326],[122.049252,39.067943],[122.030429,39.072149],[122.028819,39.07483],[122.014665,39.079794],[122.00137,39.075983],[121.978819,39.066187],[121.968579,39.049681],[121.962366,39.031238],[121.935666,39.044484],[121.930018,39.048104],[121.927631,39.052917],[121.920652,39.05773],[121.905753,39.059314],[121.896561,39.054451],[121.897663,39.046686],[121.903805,39.041121],[121.911139,39.041462],[121.91715,39.025794],[121.919521,39.025365],[121.921501,39.020062],[121.916071,39.01701],[121.913611,39.016874],[121.909179,39.028102],[121.901842,39.032036],[121.886437,39.028754],[121.880658,39.02989],[121.867537,39.036137],[121.837568,39.043276],[121.845218,39.027854],[121.86011,39.016161],[121.873863,39.008823],[121.892906,38.995841],[121.891485,38.988935],[121.896383,38.967342],[121.886429,38.958806],[121.86201,38.943966],[121.858521,38.942681],[121.842124,38.95029],[121.838797,38.949381],[121.833357,38.951234],[121.829182,38.954285],[121.825655,38.958289],[121.827576,38.960514],[121.834505,38.961272],[121.837204,38.963219],[121.829526,38.97247],[121.823013,38.973007],[121.820178,38.970559],[121.811399,38.968654],[121.808248,38.969794],[121.806525,38.971947],[121.811664,38.975458],[121.803281,38.983469],[121.79868,39.00199],[121.78964,39.014741],[121.790278,39.02046],[121.778101,39.025164],[121.768066,39.026905],[121.765869,39.030677],[121.761313,39.032365],[121.755151,39.029962],[121.746114,39.029331],[121.731866,39.03685],[121.723908,39.036733],[121.719732,39.035076],[121.717151,39.029251],[121.720389,39.027241],[121.733088,39.03133],[121.747845,39.014013],[121.739936,39.007741],[121.728806,39.002397],[121.707812,39.003244],[121.70643,39.005121],[121.712035,39.013326],[121.709928,39.015871],[121.695555,39.01936],[121.681228,39.016907],[121.680928,39.009457],[121.678906,39.00881],[121.675916,39.009227],[121.673795,39.014088],[121.668218,39.017631],[121.656239,39.015605],[121.636884,39.004183],[121.635951,39.001787],[121.654644,38.999745],[121.661343,38.995245],[121.659632,38.985177],[121.664806,38.979804],[121.66166,38.974936],[121.643595,38.961764],[121.642672,38.965104],[121.630467,38.961713],[121.620224,38.953598],[121.610629,38.950418],[121.61248,38.945514],[121.610504,38.945186],[121.610051,38.938982],[121.614705,38.939617],[121.616203,38.935648],[121.60672,38.933173],[121.611657,38.927744],[121.617358,38.929065],[121.628189,38.936334],[121.642238,38.942282],[121.646873,38.939611],[121.642157,38.93475],[121.641424,38.931874],[121.642716,38.930308],[121.656527,38.930033],[121.664612,38.933168],[121.672408,38.932616],[121.674099,38.929307],[121.678175,38.92768],[121.714195,38.917281],[121.715613,38.915771],[121.716364,38.902011],[121.705671,38.887102],[121.707372,38.882008],[121.704213,38.875376],[121.692998,38.864477],[121.689396,38.863562],[121.690045,38.865407],[121.684484,38.872445],[121.679263,38.876027],[121.671225,38.876413],[121.669563,38.874559],[121.671088,38.871837],[121.673762,38.8712],[121.67483,38.867678],[121.671261,38.863551],[121.661175,38.863678],[121.653706,38.860842],[121.628812,38.863848],[121.614576,38.863201],[121.599718,38.872452],[121.578391,38.876772],[121.564356,38.876654],[121.559219,38.874958],[121.554272,38.866052],[121.54025,38.853242],[121.530836,38.851516],[121.519951,38.844543],[121.520602,38.837137],[121.512482,38.825575],[121.49511,38.822996],[121.482451,38.824556],[121.47085,38.818077],[121.449843,38.816055],[121.442764,38.818781],[121.423839,38.81691],[121.415501,38.812623],[121.39004,38.815346],[121.357521,38.824949],[121.34577,38.824812],[121.328141,38.820759],[121.323125,38.817468],[121.317335,38.812023],[121.321236,38.805411],[121.320798,38.80369],[121.307512,38.79681],[121.3085,38.793129],[121.295181,38.793285],[121.290805,38.796388],[121.284424,38.796226],[121.262262,38.79086],[121.255028,38.794031],[121.254445,38.797234],[121.257016,38.800087],[121.255418,38.801824],[121.248974,38.803865],[121.235176,38.804772],[121.22906,38.80358],[121.226483,38.802352],[121.221134,38.794344],[121.216262,38.782976],[121.217892,38.774825],[121.219152,38.774541],[121.22374,38.78254],[121.228004,38.785647],[121.248021,38.792797],[121.250463,38.791299],[121.24261,38.77743],[121.232192,38.765708],[121.21742,38.760624],[121.214346,38.751741],[121.213416,38.742002],[121.197885,38.723609],[121.181563,38.72154],[121.153377,38.725027],[121.146149,38.724226],[121.133823,38.728058],[121.130152,38.759722],[121.109604,38.77576],[121.109374,38.778246],[121.111172,38.780398],[121.118231,38.783814],[121.129569,38.778985],[121.134637,38.780137],[121.141171,38.786342],[121.144425,38.794422],[121.137432,38.79636],[121.130536,38.792228],[121.12747,38.793932],[121.128026,38.802809],[121.133225,38.809291],[121.13544,38.807849],[121.139051,38.810858],[121.135498,38.817137],[121.131211,38.817372],[121.126863,38.810846],[121.116163,38.814707],[121.112238,38.819873],[121.113164,38.838126],[121.108532,38.84378],[121.106054,38.8519],[121.11186,38.865056],[121.114795,38.867517],[121.118477,38.866571],[121.125832,38.871116],[121.122591,38.874848],[121.120952,38.889275],[121.109172,38.894449],[121.096798,38.89293],[121.08784,38.895663],[121.086238,38.911735],[121.096042,38.929411],[121.111215,38.934979],[121.120723,38.936314],[121.120807,38.94653],[121.140626,38.953491],[121.161659,38.948794],[121.172203,38.953089],[121.175753,38.952676],[121.183288,38.94958],[121.200074,38.937496],[121.197658,38.934715],[121.200299,38.933441],[121.213481,38.932111],[121.222026,38.933246],[121.228102,38.939223],[121.22973,38.949824],[121.238658,38.955036],[121.259422,38.954875],[121.27318,38.964809],[121.275393,38.96842],[121.298686,38.970683],[121.304129,38.966316],[121.310209,38.965621],[121.337182,38.974218],[121.343314,38.978879],[121.343109,38.984566],[121.338552,38.990182],[121.336061,39.002287],[121.320853,39.000553],[121.317267,39.002463],[121.314915,39.009925],[121.323161,39.012049],[121.329582,39.017488],[121.33347,39.025145],[121.33926,39.027682],[121.3434,39.033193],[121.34161,39.035566],[121.337744,39.036709],[121.343092,39.042514],[121.347078,39.043534],[121.357998,39.041365],[121.361576,39.042966],[121.366704,39.048903],[121.36639,39.055964],[121.373295,39.060295],[121.378037,39.058767],[121.379604,39.051706],[121.389468,39.043503],[121.405609,39.035667],[121.404187,39.030903],[121.405914,39.025771],[121.429388,39.021745],[121.4362,39.025468],[121.457437,39.028353],[121.458127,39.016908],[121.482271,39.022892],[121.506422,39.031322],[121.530134,39.048097],[121.554244,39.058967],[121.562298,39.069256],[121.568163,39.072693],[121.583688,39.073369],[121.587486,39.071196],[121.589694,39.074702],[121.612701,39.094115],[121.608977,39.096807],[121.605928,39.095245],[121.566569,39.124946],[121.57088,39.128392],[121.590208,39.117372],[121.593715,39.121352],[121.575996,39.132278],[121.572722,39.12967],[121.565829,39.135099],[121.573355,39.140157],[121.597651,39.123835],[121.599164,39.125022],[121.601031,39.123612],[121.604239,39.126057],[121.616515,39.116248],[121.619374,39.119463],[121.582434,39.148433],[121.586622,39.151784],[121.632715,39.118023],[121.631547,39.113892],[121.636094,39.111334],[121.592409,39.07579],[121.588654,39.070883],[121.587159,39.064102],[121.614952,39.075712],[121.623557,39.073064],[121.636182,39.077632],[121.631087,39.08462],[121.640251,39.087233],[121.652019,39.093761],[121.659853,39.08564],[121.666533,39.08982],[121.686737,39.110072],[121.684202,39.123436],[121.677255,39.124998],[121.678092,39.130149],[121.684232,39.131528],[121.678501,39.139431],[121.667338,39.14316],[121.661759,39.147901],[121.654301,39.149116],[121.642752,39.15992],[121.638899,39.165919],[121.633829,39.168168],[121.629675,39.165791],[121.620412,39.170767],[121.597821,39.167924],[121.594571,39.177611],[121.59821,39.178487],[121.59756,39.189377],[121.595029,39.190637],[121.589531,39.188068],[121.58413,39.192585],[121.583865,39.196275],[121.58486,39.199502],[121.591932,39.204102],[121.607275,39.202671],[121.609059,39.204985],[121.609322,39.212608],[121.592327,39.213528],[121.588673,39.215237],[121.586178,39.224506],[121.591152,39.225698],[121.603726,39.224634],[121.604728,39.227062],[121.609184,39.227132],[121.630915,39.223159],[121.634015,39.227551],[121.634672,39.235134],[121.638348,39.240426],[121.637462,39.241762],[121.619604,39.245524],[121.614484,39.248763],[121.606576,39.258489],[121.59743,39.25848],[121.594752,39.25373],[121.592609,39.254512],[121.58782,39.26463],[121.588217,39.268272],[121.591437,39.272644],[121.610843,39.270545],[121.618062,39.274071],[121.62099,39.27697],[121.621822,39.280683],[121.624587,39.281467],[121.636767,39.275793],[121.661373,39.272206],[121.67242,39.274296],[121.687755,39.283297],[121.676419,39.302232],[121.667769,39.308411],[121.671875,39.310671],[121.675837,39.307338],[121.694163,39.314942],[121.700754,39.308721],[121.703217,39.310599],[121.709065,39.311046],[121.721964,39.302486],[121.728034,39.303894],[121.729576,39.305086],[121.730603,39.317727],[121.715611,39.318387],[121.716531,39.321776],[121.722026,39.323167],[121.718485,39.331949],[121.707821,39.340098],[121.71752,39.352459],[121.726543,39.350406],[121.729719,39.35674],[121.719969,39.356789],[121.719966,39.359992],[121.725444,39.369065],[121.732855,39.376285],[121.736109,39.376678],[121.735282,39.380038],[121.737441,39.382406],[121.744086,39.38268],[121.755258,39.375903],[121.769892,39.370976],[121.806417,39.366997],[121.814242,39.367722],[121.838703,39.374298],[121.839859,39.373987],[121.839523,39.369722],[121.848501,39.368065],[121.855257,39.36967],[121.865737,39.37979],[121.880412,39.39013],[121.891005,39.390019],[121.890865,39.396152],[121.89738,39.395634],[121.897348,39.390846],[121.905793,39.391628],[121.903812,39.397015],[121.924284,39.400525],[121.911191,39.402577],[121.881507,39.401864],[121.857513,39.395747],[121.835006,39.385949],[121.82229,39.382203],[121.786359,39.384386],[121.771234,39.382322],[121.757242,39.382838],[121.743404,39.389646],[121.730623,39.392787],[121.70838,39.403877],[121.708379,39.409249],[121.706517,39.410461],[121.700878,39.39408],[121.712744,39.373912],[121.706414,39.363986],[121.699268,39.358639],[121.682016,39.353751],[121.68411,39.348484],[121.67775,39.347197],[121.675159,39.354757],[121.669338,39.353821],[121.660053,39.351566],[121.661538,39.348117],[121.657658,39.346802],[121.647183,39.344436],[121.629858,39.343732],[121.626684,39.333605],[121.620253,39.329892],[121.56563,39.323605],[121.563021,39.327753],[121.561431,39.327748],[121.554921,39.324608],[121.547316,39.314779],[121.54326,39.317254],[121.544416,39.328883],[121.559291,39.333339],[121.542751,39.360271],[121.543818,39.363753],[121.541716,39.364271],[121.540164,39.362589],[121.543058,39.354185],[121.554509,39.334131],[121.520166,39.330591],[121.519719,39.297288],[121.50268,39.296211],[121.501926,39.28546],[121.492708,39.28547],[121.490692,39.282088],[121.480894,39.283428],[121.484643,39.298793],[121.465584,39.301023],[121.472282,39.326478],[121.435837,39.332607],[121.450461,39.36297],[121.456253,39.362037],[121.467173,39.382027],[121.46772,39.399205],[121.472868,39.402849],[121.471733,39.407836],[121.466291,39.408745],[121.464915,39.403513],[121.461746,39.403802],[121.455905,39.409147],[121.456884,39.411952],[121.443598,39.422563],[121.439413,39.428963],[121.435112,39.426518],[121.437707,39.419525],[121.443431,39.412282],[121.4432,39.404397],[121.434475,39.385865],[121.4264,39.381623],[121.424015,39.382261],[121.420048,39.377105],[121.420307,39.371135],[121.416922,39.369212],[121.410838,39.369106],[121.399216,39.361936],[121.391509,39.362353],[121.389363,39.366008],[121.378946,39.37293],[121.376094,39.373708],[121.373372,39.371848],[121.350919,39.381752],[121.32695,39.374609],[121.316526,39.379155],[121.315417,39.392045],[121.317815,39.394463],[121.324025,39.392957],[121.333959,39.409743],[121.340238,39.417078],[121.346998,39.413933],[121.357655,39.419244],[121.363076,39.42437],[121.36164,39.432698],[121.364922,39.446515],[121.360301,39.447159],[121.350564,39.443886],[121.32652,39.429636],[121.323301,39.425287],[121.335397,39.419897],[121.322248,39.408613],[121.319284,39.410028],[121.315222,39.407224],[121.306176,39.39494],[121.291246,39.406195],[121.288135,39.399061],[121.289816,39.392659],[121.275356,39.379227],[121.26775,39.376128],[121.261227,39.376014],[121.256388,39.383862],[121.244747,39.388942],[121.24945,39.396452],[121.258776,39.40025],[121.260525,39.406112],[121.258025,39.415409],[121.259676,39.417679],[121.266561,39.420269],[121.271567,39.42652],[121.264042,39.438269],[121.255215,39.437882],[121.245521,39.453865],[121.308811,39.477492],[121.318285,39.48705],[121.334403,39.4908],[121.347311,39.497979],[121.35903,39.507569],[121.372883,39.507388],[121.385985,39.499023],[121.383459,39.488199],[121.401603,39.484787],[121.405388,39.495372],[121.442668,39.507884],[121.441056,39.510843],[121.442659,39.514813],[121.4483,39.518879],[121.460804,39.52073],[121.477707,39.52618],[121.478864,39.526712],[121.478146,39.529684],[121.464626,39.529634],[121.462957,39.526134],[121.450437,39.523378],[121.445751,39.520523],[121.437376,39.514799],[121.431858,39.507842],[121.408658,39.505122],[121.405471,39.501604],[121.399315,39.502863],[121.400255,39.507723],[121.381923,39.518322],[121.357501,39.521663],[121.340165,39.512304],[121.334633,39.512039],[121.331577,39.513782],[121.320042,39.507156],[121.323884,39.502407],[121.297872,39.488843],[121.296189,39.488969],[121.294301,39.504958],[121.290059,39.510339],[121.284384,39.514821],[121.272382,39.514381],[121.270998,39.509938],[121.272148,39.501047],[121.264907,39.500506],[121.263388,39.499099],[121.263656,39.48499],[121.224143,39.484929],[121.223412,39.530311],[121.225837,39.533108],[121.226663,39.544632],[121.22963,39.555073],[121.255115,39.577783],[121.269017,39.572674],[121.283159,39.578335],[121.291342,39.586143],[121.292164,39.594166],[121.295591,39.599435],[121.299439,39.602021],[121.301514,39.602225],[121.312482,39.594879],[121.316631,39.593738],[121.336897,39.600458],[121.353018,39.603204],[121.38472,39.600956],[121.407093,39.605433],[121.41336,39.609726],[121.418159,39.618197],[121.426351,39.617575],[121.426593,39.613671],[121.44443,39.617202],[121.45408,39.623559],[121.459392,39.632537],[121.459384,39.635856],[121.458143,39.641148],[121.455725,39.643888],[121.447674,39.644608],[121.442091,39.643147],[121.443738,39.647769],[121.452649,39.652898],[121.462056,39.652268],[121.478614,39.655431],[121.484964,39.659432],[121.495801,39.658259],[121.514905,39.646126],[121.518743,39.640723],[121.518062,39.635682],[121.519966,39.629258],[121.531983,39.604747],[121.534361,39.590586],[121.539193,39.590578],[121.538119,39.595839],[121.554127,39.597031],[121.557404,39.599003],[121.562303,39.605597],[121.560304,39.606555],[121.555055,39.602477],[121.549366,39.600602],[121.536633,39.602938],[121.533824,39.611982],[121.52581,39.623574],[121.524675,39.632596],[121.52013,39.645799],[121.506816,39.658533],[121.491613,39.662733],[121.495592,39.671789],[121.509966,39.669047],[121.497285,39.680107],[121.504247,39.694348],[121.500971,39.708404],[121.494967,39.713908],[121.489388,39.715442],[121.47157,39.733174],[121.454993,39.742448],[121.456941,39.746253],[121.470205,39.750218],[121.480383,39.755553],[121.486522,39.760521],[121.490284,39.767929],[121.490825,39.777452],[121.483576,39.781488],[121.482902,39.788821],[121.47818,39.788974],[121.472088,39.792082],[121.469842,39.795612],[121.471302,39.806814],[121.472998,39.809817],[121.486608,39.809881],[121.494897,39.81287],[121.506931,39.827236],[121.510229,39.828303],[121.515018,39.833307],[121.520829,39.841846],[121.53029,39.84679],[121.53606,39.858991],[121.534126,39.863345],[121.535474,39.865925],[121.559614,39.857232],[121.582688,39.859481],[121.596292,39.865758],[121.608883,39.866397],[121.626963,39.879432],[121.631593,39.885561],[121.633784,39.892561],[121.633129,39.896534],[121.63515,39.898506],[121.651123,39.899274],[121.660836,39.901815],[121.670671,39.915557],[121.680769,39.915228],[121.684517,39.917061],[121.696172,39.928086],[121.693305,39.932562],[121.694845,39.933571],[121.704887,39.934198],[121.714796,39.928666],[121.714589,39.922544],[121.723615,39.921805],[121.733756,39.918626],[121.733527,39.913072],[121.737819,39.912454],[121.740675,39.912818],[121.740108,39.921569],[121.752005,39.923253],[121.751631,39.929162],[121.77702,39.933998],[121.779528,39.935692],[121.782898,39.949858],[121.812125,39.969111],[121.810096,39.970981],[121.810799,39.97415],[121.805645,39.973609],[121.791836,39.964124],[121.787954,39.978327],[121.796515,39.980089],[121.801751,39.976947],[121.806582,39.980928],[121.801769,39.98436],[121.81484,39.993363],[121.82275,40.003383],[121.81444,40.00932],[121.793463,39.992213],[121.764244,39.986194],[121.76272,39.991299],[121.767906,39.994916],[121.789821,39.999532],[121.804037,40.011667],[121.831131,40.025887],[121.822548,40.033702],[121.839171,40.036157],[121.840867,40.032686],[121.87006,40.039287],[121.871151,40.035199],[121.881681,40.036736],[121.884601,40.038721],[121.882239,40.044532],[121.89237,40.054601],[121.901048,40.060954],[121.904771,40.055727],[121.923977,40.071036],[121.929298,40.079746],[121.931314,40.095738],[121.941466,40.102052],[121.944747,40.108412],[121.956914,40.118478],[121.962795,40.116417],[121.976175,40.117502],[121.992572,40.123393],[122.002594,40.131035],[122.006438,40.138785],[122.010047,40.153953],[122.008696,40.167384],[122.004144,40.177144],[121.998282,40.182225],[121.992429,40.180652],[121.989286,40.177847],[121.9845,40.179341],[121.988257,40.185626],[121.992706,40.187021],[121.992813,40.188371],[121.959972,40.195657],[121.955325,40.200999],[122.019905,40.200788],[122.019713,40.189491],[122.023269,40.189176],[122.049668,40.20085],[122.050512,40.201743],[122.049242,40.20286],[122.056604,40.208866],[122.066163,40.210826],[122.07253,40.214222],[122.100262,40.236435],[122.049993,40.236391],[122.046891,40.237716],[122.044407,40.245874],[122.09498,40.24674],[122.094465,40.280463],[122.100005,40.281761],[122.100494,40.283392],[122.091999,40.294648],[122.082703,40.301578],[122.072267,40.317652],[122.03742,40.304425],[122.038898,40.316237],[122.075926,40.330105],[122.079575,40.328304],[122.093903,40.306337],[122.095944,40.305314],[122.106046,40.308709],[122.108848,40.315244],[122.131815,40.327297],[122.129547,40.329696],[122.13773,40.333975],[122.133212,40.339206],[122.129369,40.33887],[122.119183,40.35031],[122.121652,40.351616],[122.110962,40.363472],[122.128978,40.365326],[122.133278,40.36406],[122.148388,40.344611],[122.160626,40.336286],[122.161827,40.338273],[122.150733,40.347663],[122.150675,40.352273],[122.161694,40.34886],[122.169985,40.352279],[122.173754,40.349637],[122.181966,40.356191],[122.179529,40.358914],[122.184027,40.360712],[122.190021,40.357696],[122.193775,40.362347],[122.191364,40.372016],[122.18543,40.3745],[122.185556,40.377756],[122.194767,40.376582],[122.19936,40.374138],[122.205461,40.377997],[122.205985,40.388792],[122.20266,40.405933],[122.199243,40.415311],[122.19999,40.418754],[122.20856,40.421162],[122.215217,40.418718],[122.22764,40.420134],[122.246677,40.440662],[122.252845,40.445293],[122.245194,40.45475],[122.238285,40.460106],[122.217859,40.461247],[122.218482,40.465597],[122.221219,40.466302],[122.224892,40.476791],[122.219374,40.476888],[122.219931,40.484859],[122.24057,40.485473],[122.229476,40.504141],[122.240104,40.507271],[122.249951,40.512689],[122.248194,40.516603],[122.219918,40.535349],[122.229229,40.539341],[122.207182,40.557556],[122.200275,40.562354],[122.194894,40.559137],[122.190809,40.562125],[122.199896,40.570058],[122.130308,40.615604],[122.134239,40.625712],[122.145991,40.63047],[122.154672,40.642269],[122.161919,40.659149],[122.164312,40.661704],[122.163837,40.667231],[122.158453,40.679258],[122.14162,40.681003],[122.13906,40.671461],[122.127281,40.667632],[122.117601,40.666128],[122.107476,40.66754],[122.076152,40.665564],[122.054164,40.658169],[122.046708,40.666655],[122.04799,40.676523],[122.039744,40.67858],[122.036111,40.674384],[121.975664,40.704327],[122.001605,40.734859],[121.987077,40.742142],[121.969485,40.721564],[121.965982,40.723295],[121.964513,40.729046],[121.971268,40.737096],[121.959803,40.742789],[121.959232,40.747881],[121.962563,40.751902],[121.956633,40.754822],[121.950457,40.748202],[121.959116,40.709739],[121.968607,40.69018],[121.969113,40.684824],[121.962274,40.682809],[121.94986,40.707786],[121.943704,40.73044],[121.940393,40.752739],[121.942166,40.768894],[121.948695,40.768761],[121.953693,40.774668],[121.949123,40.775631],[121.946033,40.77876],[121.952003,40.787416],[121.952725,40.801229],[121.946626,40.802123],[121.935741,40.80733],[121.896169,40.806981],[121.869095,40.815561],[121.864386,40.822826],[121.858168,40.820658],[121.850314,40.834632],[121.850411,40.835917],[121.855677,40.837678],[121.83599,40.872122],[121.839522,40.903365],[121.831754,40.908681],[121.837087,40.918861],[121.836631,40.921367],[121.828282,40.924934],[121.822622,40.932429],[121.821264,40.95401],[121.830825,40.958712],[121.848742,40.979426],[121.836581,40.981671],[121.826057,40.972839],[121.819845,40.969877],[121.81346,40.969093],[121.799413,40.959229],[121.801501,40.946248],[121.790109,40.939038],[121.781356,40.935748],[121.777219,40.929752],[121.777194,40.922122],[121.784145,40.915521],[121.783525,40.90784],[121.772265,40.900772],[121.769845,40.895576],[121.773233,40.894702],[121.773727,40.891753],[121.765894,40.887213],[121.762849,40.883346],[121.760381,40.884356],[121.758467,40.891053],[121.752146,40.891569],[121.75061,40.882654],[121.736631,40.886025],[121.734805,40.889221],[121.738193,40.891058],[121.740682,40.898399],[121.735393,40.899324],[121.72673,40.898346],[121.709909,40.88526],[121.708815,40.883789],[121.722153,40.877178],[121.73108,40.887406],[121.751447,40.876461],[121.746158,40.867848],[121.734889,40.870504],[121.738501,40.862721],[121.727134,40.861812],[121.725212,40.846725],[121.719086,40.846821],[121.718155,40.844902],[121.705501,40.843481],[121.70519,40.851177],[121.695016,40.849643],[121.695184,40.84581],[121.686853,40.847141],[121.685323,40.852411],[121.686541,40.872057],[121.684283,40.872323],[121.680629,40.862485],[121.687968,40.832776],[121.678284,40.830929],[121.672996,40.83893],[121.670513,40.846406],[121.668229,40.847249],[121.666673,40.845449],[121.667592,40.831335],[121.644964,40.830597],[121.644296,40.848144],[121.645415,40.850351],[121.643057,40.852821],[121.637026,40.852279],[121.636656,40.833971],[121.630783,40.833685],[121.630962,40.849337],[121.612059,40.853369],[121.614711,40.858779],[121.607299,40.861459],[121.586543,40.843636],[121.557896,40.840918],[121.555136,40.844934],[121.559125,40.848443],[121.553156,40.84772],[121.551481,40.84934],[121.556137,40.861315],[121.557642,40.870342],[121.557612,40.871919],[121.554809,40.872015],[121.546771,40.849456],[121.53287,40.849709],[121.534301,40.848499],[121.5303,40.843455],[121.531846,40.832837],[121.507487,40.842533],[121.511532,40.848363],[121.517435,40.853048],[121.516886,40.857048],[121.522696,40.865199],[121.516403,40.865978],[121.515038,40.872697],[121.502139,40.874055],[121.500169,40.878206],[121.502017,40.88783],[121.497322,40.88548],[121.496159,40.882313],[121.488855,40.881252],[121.476601,40.88539],[121.434012,40.883763],[121.428357,40.890644],[121.427628,40.9023],[121.425287,40.902925],[121.423232,40.892217],[121.424904,40.885092],[121.423759,40.870771],[121.427903,40.854064],[121.429776,40.841368],[121.429286,40.833352],[121.326764,40.852301],[121.302091,40.848133],[121.298876,40.851183],[121.290099,40.850886],[121.287932,40.867549],[121.28385,40.872504],[121.278051,40.886817],[121.270918,40.899167],[121.255882,40.914371],[121.250038,40.913224],[121.247311,40.90615],[121.242961,40.906115],[121.251554,40.889462],[121.233954,40.888933],[121.233357,40.851882],[121.218152,40.851999],[121.220593,40.859279],[121.195139,40.859479],[121.204578,40.873886],[121.2218,40.878413],[121.221734,40.88787],[121.211845,40.889068],[121.184661,40.888116],[121.185186,40.904246],[121.173607,40.904742],[121.165707,40.89889],[121.160248,40.898425],[121.160458,40.89456],[121.175789,40.89462],[121.175055,40.887134],[121.169613,40.878331],[121.166944,40.876657],[121.156681,40.875493],[121.138689,40.881713],[121.093114,40.873595],[121.077246,40.866543],[121.075008,40.853787],[121.086074,40.852213],[121.085889,40.83962],[121.072889,40.828259],[121.058957,40.824019],[121.072474,40.807646],[121.066866,40.804758],[121.061495,40.811348],[121.054326,40.808607],[121.059688,40.798472],[121.049107,40.79582],[121.041668,40.807466],[121.034045,40.807775],[121.033713,40.79337],[121.013099,40.792301],[121.012992,40.784913],[121.006853,40.785056],[121.007914,40.822735],[120.998381,40.824237],[120.998931,40.827666],[120.974887,40.821186],[120.966333,40.815312],[120.959535,40.802827],[120.963198,40.796496],[120.976615,40.788236],[120.976525,40.786745],[120.969906,40.780363],[120.95394,40.772197],[120.954721,40.770829],[120.968931,40.770278],[120.969149,40.743207],[120.934788,40.743166],[120.93396,40.749334],[120.930406,40.746913],[120.940542,40.737067],[120.984997,40.735029],[120.985114,40.741851],[120.988069,40.744094],[121.012198,40.743937],[121.012152,40.738957],[121.009547,40.738903],[121.009355,40.727546],[121.022359,40.727524],[121.022296,40.72508],[121.035511,40.724919],[121.035482,40.722073],[121.030842,40.722073],[121.031494,40.711594],[121.026669,40.711978],[121.026445,40.710006],[121.012113,40.711056],[121.006872,40.716302],[120.993071,40.717506],[120.970337,40.711842],[120.949788,40.69728],[120.939981,40.692691],[120.924252,40.689617],[120.901509,40.689495],[120.88667,40.684381],[120.874131,40.683464],[120.869419,40.68088],[120.860708,40.681601],[120.855305,40.684686],[120.839674,40.681644],[120.828342,40.677056],[120.820536,40.668071],[120.820471,40.658005],[120.825126,40.649601],[120.824984,40.643292],[120.807811,40.632873],[120.798234,40.620448],[120.791587,40.599883],[120.776057,40.58521],[120.759731,40.565751],[120.749647,40.569784],[120.739389,40.565903],[120.723892,40.556634],[120.72283,40.552629],[120.725029,40.550221],[120.712984,40.5436],[120.697226,40.541477],[120.699235,40.534931],[120.69031,40.530961],[120.694325,40.526391],[120.705078,40.53188],[120.715815,40.519686],[120.711794,40.514532],[120.70091,40.507483],[120.690019,40.504521],[120.684303,40.510081],[120.671203,40.512195],[120.66536,40.505838],[120.660661,40.485662],[120.657481,40.481767],[120.644829,40.479675],[120.636871,40.480144],[120.62497,40.486066],[120.614918,40.480229],[120.613022,40.476751],[120.59412,40.469201],[120.615176,40.45202],[120.61031,40.448208],[120.59528,40.455868],[120.594406,40.454416],[120.594594,40.446184],[120.603986,40.445919],[120.603932,40.441129],[120.597573,40.42973],[120.600534,40.430007],[120.608233,40.426522],[120.609878,40.415287],[120.599009,40.403194],[120.578967,40.413797],[120.580391,40.405125],[120.568901,40.393034],[120.578748,40.379205],[120.588298,40.381707],[120.594955,40.376981],[120.589845,40.374315],[120.585909,40.363252],[120.560775,40.35722],[120.530752,40.341817],[120.515893,40.336364],[120.497783,40.324979],[120.495393,40.313742],[120.498626,40.313345],[120.506705,40.293175],[120.512743,40.285033],[120.516099,40.27228],[120.515553,40.263546],[120.504994,40.263147],[120.503519,40.261172],[120.485866,40.263247],[120.484001,40.261927],[120.497595,40.258702],[120.507032,40.260444],[120.516176,40.257071],[120.507816,40.253045],[120.501244,40.247175],[120.500649,40.237026],[120.496944,40.233116],[120.492187,40.23018],[120.485081,40.235167],[120.48061,40.231511],[120.482069,40.229884],[120.451157,40.20552],[120.443549,40.196139],[120.417724,40.195346],[120.386721,40.19834],[120.37556,40.197826],[120.363675,40.192948],[120.314265,40.186135],[120.296506,40.180037],[120.302844,40.174729],[120.294135,40.166921],[120.277771,40.15673],[120.225839,40.139591],[120.219771,40.139219],[120.218163,40.132079],[120.176657,40.120825],[120.158791,40.115142],[120.152031,40.111356],[120.114426,40.100864],[120.044793,40.083621],[120.029947,40.081693],[120.028192,40.077427],[120.031401,40.071758],[120.024154,40.068959],[120.021382,40.06886],[120.018177,40.074553],[120.016098,40.074477],[119.999284,40.071156],[119.943121,40.05521],[119.921719,40.041986],[119.904811,40.019024],[119.906645,40.012023],[119.913843,39.999666],[119.896035,39.997098],[119.885696,39.997391],[119.874767,39.991704],[119.847964,39.989824],[119.843204,39.998035],[119.839867,40],[119.841353,40.001408],[119.840605,40.003584],[119.835977,40.004957],[119.837469,40.010925],[119.844301,40.018881],[119.84879,40.031828],[119.839063,40.036188],[119.8318,40.042451],[119.818941,40.046543],[119.811137,40.051589],[119.807081,40.048524],[119.8022,40.041001],[119.789267,40.038505],[119.773366,40.048208],[119.769533,40.049479],[119.764992,40.047485],[119.752942,40.066838],[119.761487,40.077487],[119.76157,40.083102],[119.748563,40.088055],[119.728246,40.10437],[119.729555,40.107067],[119.747316,40.120534],[119.748595,40.127428],[119.756839,40.14117],[119.745965,40.168305],[119.744996,40.189813],[119.737419,40.20592],[119.713084,40.204474],[119.715365,40.198906],[119.711069,40.194559],[119.708717,40.195055],[119.702646,40.199134],[119.700945,40.203639],[119.690495,40.206498],[119.675027,40.219418],[119.668369,40.23565],[119.664109,40.238112],[119.657126,40.236784],[119.64188,40.228082],[119.634493,40.228314],[119.624621,40.221672],[119.620549,40.222436],[119.617424,40.225273],[119.620939,40.227164],[119.624441,40.241417],[119.627538,40.247176],[119.632121,40.24964],[119.64604,40.271207],[119.641261,40.284458],[119.63633,40.290121],[119.625129,40.294495],[119.609222,40.304113],[119.605759,40.31074],[119.60919,40.315497],[119.606111,40.322359],[119.608341,40.326608],[119.605439,40.330359],[119.58887,40.339062],[119.585816,40.342097],[119.584935,40.344191],[119.597529,40.362704],[119.58584,40.366407],[119.584031,40.370806],[119.57303,40.376276],[119.578694,40.388419],[119.583894,40.388785],[119.588854,40.391722],[119.591841,40.406472],[119.588152,40.413813],[119.58899,40.417097],[119.592148,40.419369],[119.592188,40.424537],[119.584703,40.426805],[119.582127,40.435673],[119.593657,40.44565],[119.594991,40.449188],[119.592944,40.466258],[119.584857,40.471266],[119.5741,40.473454],[119.556498,40.487984],[119.559077,40.500334],[119.544065,40.504821],[119.541567,40.509432],[119.54076,40.512111],[119.546297,40.518542],[119.554132,40.523754],[119.563506,40.527253],[119.5639,40.533164],[119.545296,40.537746],[119.538859,40.548247],[119.527262,40.552636],[119.522315,40.548015],[119.514327,40.546081],[119.497463,40.552583],[119.482821,40.533465],[119.47702,40.530399],[119.454052,40.537811],[119.448528,40.536226],[119.448941,40.53217],[119.447402,40.529655],[119.438994,40.533677],[119.432627,40.542112],[119.400746,40.534974],[119.395725,40.526512],[119.386612,40.524716],[119.379988,40.53289],[119.387191,40.541455],[119.380089,40.546607],[119.375674,40.547532],[119.36434,40.54587],[119.352263,40.540672],[119.341081,40.535252],[119.337775,40.529875],[119.327406,40.529035],[119.319591,40.535032],[119.298768,40.527523],[119.291011,40.527474],[119.291865,40.530862],[119.287274,40.53636],[119.271294,40.539869],[119.266012,40.536379],[119.254361,40.536571],[119.250724,40.5463],[119.227312,40.557093],[119.22829,40.562722],[119.226198,40.565973],[119.220537,40.569461],[119.214643,40.569624],[119.214414,40.573803],[119.219984,40.58305],[119.2244,40.588117],[119.232189,40.591967],[119.235678,40.5999],[119.228872,40.600268],[119.222397,40.60557],[119.205135,40.607431],[119.180559,40.602159],[119.177565,40.603443],[119.177587,40.610491],[119.170542,40.607594],[119.158993,40.598071],[119.15656,40.598249],[119.151295,40.602427],[119.152055,40.615241],[119.147553,40.622751],[119.144098,40.624699],[119.138104,40.632134],[119.148939,40.643277],[119.159708,40.647524],[119.167403,40.652559],[119.176256,40.661673],[119.180302,40.675215],[119.174466,40.685237],[119.160254,40.693714],[119.156335,40.694055],[119.150471,40.691768],[119.148213,40.687897],[119.144179,40.685546],[119.128555,40.67994],[119.118532,40.671052],[119.099214,40.662269],[119.085179,40.667005],[119.079441,40.674371],[119.072058,40.676274],[119.059014,40.661807],[119.048274,40.663458],[119.044696,40.669248],[119.045083,40.674176],[119.042708,40.679736],[119.022027,40.690256],[119.013637,40.690501],[119.008424,40.686341],[119.005092,40.68603],[118.995871,40.694592],[118.980475,40.700719],[118.954414,40.719013],[118.94895,40.741609],[118.943315,40.74641],[118.901896,40.755183],[118.889704,40.7523],[118.889875,40.75648],[118.8969,40.759904],[118.90381,40.77593],[118.894258,40.779135],[118.886296,40.776558],[118.872706,40.782256],[118.870122,40.788733],[118.860217,40.792781],[118.856985,40.797148],[118.851499,40.800738],[118.843046,40.799461],[118.839668,40.812066],[118.840265,40.819447],[118.846598,40.82569],[118.850019,40.838874],[118.864524,40.846185],[118.86598,40.850677],[118.879731,40.871993],[118.883566,40.889606],[118.884001,40.903085],[118.881771,40.923623],[118.888372,40.926742],[118.892897,40.943789],[118.893397,40.952507],[118.896133,40.959417],[118.911784,40.96661],[118.938111,40.956497],[118.966199,40.957538],[118.985386,40.965576],[118.995265,40.966299],[119.004114,40.98148],[119.01525,40.988032],[119.01446,40.997211],[119.017203,41.002812],[119.01585,41.004933],[118.99448,41.009632],[118.989785,41.008976],[118.987409,41.006821],[118.98216,41.007083],[118.964583,41.016856],[118.953256,41.017607],[118.945848,41.016148],[118.936478,41.024512],[118.930175,41.035815],[118.93217,41.051412],[118.958635,41.077552],[118.980072,41.075715],[118.983205,41.072834],[118.993531,41.068752],[119.012276,41.066053],[119.025314,41.060702],[119.031116,41.060906],[119.036343,41.065148],[119.04085,41.073387],[119.038893,41.073361],[119.039868,41.076617],[119.048079,41.076324],[119.050532,41.073642],[119.058952,41.070268],[119.067014,41.073595],[119.071668,41.079347],[119.074753,41.087264],[119.074958,41.104365],[119.077985,41.119559],[119.076669,41.125974],[119.072371,41.131288],[119.073834,41.133462],[119.094602,41.132837],[119.123127,41.13782],[119.130601,41.14048],[119.137071,41.146125],[119.13607,41.148264],[119.138455,41.153883],[119.149535,41.164184],[119.177184,41.18399],[119.191767,41.190121],[119.186942,41.200649],[119.17401,41.203142],[119.167401,41.207355],[119.162813,41.213001],[119.167482,41.21948],[119.173764,41.222303],[119.186104,41.21917],[119.20118,41.22243],[119.20747,41.226046],[119.204221,41.229495],[119.202769,41.242255],[119.214581,41.254306],[119.226981,41.255352],[119.236199,41.265617],[119.242487,41.275679],[119.242791,41.283358],[119.232937,41.3108],[119.235503,41.31321],[119.236835,41.317744],[119.243142,41.32294],[119.272636,41.327661],[119.28265,41.326675],[119.285896,41.323725],[119.289509,41.32298],[119.300118,41.32964],[119.307598,41.346268],[119.309029,41.346076],[119.310531,41.341721],[119.312039,41.331506],[119.314493,41.32909],[119.31884,41.328143],[119.325153,41.335618],[119.322002,41.351001],[119.315096,41.357372],[119.313885,41.362518],[119.314481,41.364294],[119.323746,41.36995],[119.324115,41.385454],[119.318185,41.390754],[119.305471,41.392922],[119.305478,41.398567],[119.312089,41.404248],[119.324165,41.410423],[119.344619,41.409773],[119.352525,41.412054],[119.355229,41.41811],[119.368745,41.418869],[119.370806,41.422254],[119.364462,41.441955],[119.3651,41.448926],[119.374196,41.463954],[119.389657,41.47062],[119.399679,41.479395],[119.398281,41.482673],[119.392049,41.488117],[119.389059,41.497557],[119.391835,41.501231],[119.399612,41.50089],[119.398328,41.507933],[119.384296,41.519043],[119.376189,41.520139],[119.376892,41.529722],[119.362988,41.539227],[119.356406,41.552536],[119.355129,41.56365],[119.382919,41.563077],[119.39037,41.560781],[119.407779,41.559793],[119.413324,41.566371],[119.404362,41.577895],[119.413239,41.580109],[119.408782,41.588067],[119.391319,41.594894],[119.380652,41.595847],[119.362578,41.606271],[119.351919,41.606846],[119.337155,41.613627],[119.33482,41.62144],[119.318463,41.638027],[119.312496,41.640529],[119.309831,41.637869],[119.306595,41.63788],[119.301314,41.656017],[119.302063,41.658983],[119.307674,41.662137],[119.307559,41.680046],[119.298193,41.690958],[119.293395,41.702762],[119.293325,41.707756],[119.299963,41.718428],[119.311222,41.723901],[119.312771,41.727176],[119.310576,41.733526],[119.305637,41.739145],[119.296924,41.738338],[119.294034,41.740684],[119.305388,41.748547],[119.311226,41.761908],[119.307681,41.765399],[119.293183,41.769738],[119.289151,41.772471],[119.283418,41.782867],[119.291775,41.794468],[119.305177,41.802891],[119.310519,41.813703],[119.313038,41.829862],[119.310149,41.832604],[119.315264,41.843814],[119.320035,41.846063],[119.319512,41.850081],[119.32216,41.859022],[119.323894,41.862945],[119.328671,41.867042],[119.326388,41.872458],[119.32104,41.878781],[119.318479,41.887329],[119.319005,41.890996],[119.326835,41.898841],[119.326351,41.925265],[119.318257,41.936904],[119.323869,41.949737],[119.321532,41.963233],[119.31905,41.968964],[119.323165,41.97457],[119.340161,41.984891],[119.350635,41.99663],[119.35763,42.010286],[119.361277,42.012362],[119.367475,42.019656],[119.37771,42.050345],[119.370844,42.068266],[119.377273,42.087878],[119.368055,42.101847],[119.341959,42.116814],[119.317551,42.114495],[119.303887,42.119853],[119.300345,42.123843],[119.296715,42.135188],[119.297479,42.139104],[119.301996,42.14334],[119.301418,42.145543],[119.297363,42.147935],[119.285951,42.148762],[119.281406,42.151069],[119.279852,42.153254],[119.278852,42.164402],[119.26931,42.179863],[119.263045,42.18632],[119.25768,42.187354],[119.241756,42.185982],[119.237932,42.194932],[119.231657,42.19875],[119.241678,42.205186],[119.246543,42.217848],[119.258928,42.226897],[119.268182,42.237351],[119.271902,42.24862],[119.270503,42.255136],[119.276912,42.26224],[119.289762,42.26627],[119.300854,42.267139],[119.327191,42.284403],[119.33422,42.294773],[119.342333,42.299507],[119.355476,42.301424],[119.371354,42.299356],[119.385755,42.305064],[119.410355,42.307792],[119.42706,42.315112],[119.429447,42.320442],[119.429257,42.324003],[119.435915,42.32954],[119.449483,42.331119],[119.481381,42.34843],[119.483719,42.351425],[119.485509,42.358667],[119.492292,42.367397],[119.495924,42.386827],[119.503855,42.38644],[119.510464,42.380736],[119.511178,42.374415],[119.51324,42.371845],[119.522057,42.369456],[119.5342,42.361627],[119.541883,42.362987],[119.566044,42.357505],[119.566856,42.352599],[119.564908,42.335573],[119.559547,42.326213],[119.547659,42.320364],[119.533821,42.298092],[119.53284,42.292535],[119.534861,42.290194],[119.547312,42.292055],[119.557366,42.290544],[119.565157,42.295929],[119.567025,42.29112],[119.562656,42.281862],[119.567176,42.278591],[119.576088,42.281446],[119.583257,42.277111],[119.602484,42.2752],[119.607591,42.264306],[119.611695,42.249424],[119.620405,42.253474],[119.629568,42.246677],[119.634808,42.239052],[119.641339,42.236589],[119.665987,42.239619],[119.673882,42.238649],[119.67764,42.237062],[119.676374,42.234652],[119.677304,42.233724],[119.697901,42.221374],[119.714579,42.22769],[119.716468,42.223421],[119.712014,42.219366],[119.712229,42.217865],[119.726521,42.219948],[119.735781,42.215721],[119.736324,42.212589],[119.759506,42.212265],[119.76036,42.211025],[119.757979,42.209675],[119.763119,42.208313],[119.774538,42.20943],[119.784809,42.213117],[119.805332,42.209361],[119.820811,42.211606],[119.840108,42.209095],[119.847091,42.199844],[119.850523,42.183158],[119.856037,42.177769],[119.847093,42.1661],[119.849298,42.161395],[119.848187,42.157682],[119.839546,42.145826],[119.827811,42.141735],[119.826197,42.139791],[119.829612,42.122051],[119.833949,42.117174],[119.836846,42.109023],[119.835873,42.099189],[119.842902,42.092723],[119.850118,42.093194],[119.871752,42.071945],[119.880337,42.059371],[119.879816,42.05153],[119.888249,42.044271],[119.896277,42.028781],[119.896566,42.022298],[119.894359,42.018241],[119.902306,42.012808],[119.916419,42.008801],[119.919818,41.997819],[119.92566,41.987548],[119.938922,41.977197],[119.950581,41.974156],[119.957229,41.957326],[119.956194,41.945652],[119.949904,41.919629],[119.95167,41.917356],[119.969887,41.909788],[119.98716,41.897132],[119.988181,41.893327],[119.986213,41.885603],[119.98674,41.873709],[120,41.857801],[120.003851,41.856404],[120.005643,41.852653],[120.003775,41.845502],[120.004006,41.838466],[120.007139,41.830625],[120.014727,41.826682],[120.018726,41.815897],[120.020118,41.815329],[120.02999,41.817773],[120.038856,41.821655],[120.041488,41.826089],[120.042965,41.825327],[120.042702,41.823273],[120.037679,41.818386],[120.037127,41.809128],[120.039147,41.800198],[120.03654,41.794394],[120.037136,41.786023],[120.026067,41.778935],[120.03854,41.772492],[120.04602,41.773225],[120.038103,41.763297],[120.030976,41.761164],[120.030714,41.754757],[120.028121,41.755089],[120.02541,41.747888],[120.029991,41.745258],[120.019041,41.737245],[120.019631,41.73224],[120.029862,41.723541],[120.029615,41.7137],[120.028016,41.71159],[120.029741,41.705608],[120.044039,41.70685],[120.049418,41.702935],[120.060236,41.698812],[120.074336,41.696511],[120.078526,41.692787],[120.085974,41.696798],[120.094601,41.696087],[120.108052,41.711121],[120.130824,41.724945],[120.133225,41.728163],[120.12587,41.73746],[120.123892,41.745823],[120.119613,41.748497],[120.123273,41.752209],[120.125432,41.759584],[120.121879,41.764965],[120.122862,41.770427],[120.126877,41.775729],[120.13443,41.776877],[120.137084,41.778749],[120.141235,41.787596],[120.152255,41.792005],[120.154671,41.795317],[120.155253,41.805083],[120.161077,41.805932],[120.165867,41.816103],[120.179492,41.821744],[120.183207,41.835079],[120.182966,41.844404],[120.187267,41.847834],[120.19646,41.847978],[120.199065,41.850099],[120.221296,41.857273],[120.22198,41.861355],[120.239296,41.874386],[120.24076,41.878606],[120.245868,41.881577],[120.268526,41.880984],[120.281969,41.877816],[120.290789,41.887504],[120.285877,41.894329],[120.280749,41.896695],[120.274303,41.89808],[120.26818,41.896353],[120.254694,41.901946],[120.264311,41.906046],[120.261203,41.912711],[120.266474,41.923403],[120.270687,41.923416],[120.274091,41.91929],[120.275383,41.914164],[120.284627,41.916366],[120.284254,41.917543],[120.277809,41.918505],[120.274973,41.923413],[120.281269,41.932639],[120.290369,41.934454],[120.299145,41.932503],[120.30032,41.928955],[120.299741,41.926591],[120.293261,41.920462],[120.300805,41.923843],[120.311944,41.931935],[120.311716,41.936318],[120.304762,41.939362],[120.304557,41.949978],[120.308731,41.953761],[120.329126,41.962734],[120.330863,41.968566],[120.329311,41.97309],[120.335077,41.97604],[120.340565,41.975649],[120.347426,41.978343],[120.352054,41.983338],[120.363802,41.987969],[120.364589,41.991199],[120.368278,41.992251],[120.385247,41.984516],[120.393752,41.982431],[120.404526,41.981753],[120.415627,41.983349],[120.414559,41.989201],[120.408111,41.993361],[120.410213,41.995627],[120.417193,41.999183],[120.422517,42.005383],[120.434313,42.004014],[120.440288,42.008878],[120.444559,42.009378],[120.450306,42.012749],[120.445895,42.020943],[120.448034,42.028319],[120.446298,42.041433],[120.443716,42.048533],[120.444857,42.054614],[120.459912,42.056127],[120.463601,42.059019],[120.478146,42.061763],[120.486095,42.066559],[120.487843,42.070301],[120.487163,42.07303],[120.477557,42.083108],[120.490744,42.085737],[120.493051,42.089927],[120.487599,42.093365],[120.483403,42.093716],[120.478037,42.089833],[120.472845,42.088784],[120.470178,42.090098],[120.462638,42.102276],[120.46633,42.102739],[120.469894,42.10801],[120.485791,42.117496],[120.505928,42.125078],[120.510701,42.130859],[120.528279,42.133372],[120.530582,42.137912],[120.535938,42.141209],[120.542618,42.142245],[120.548762,42.138919],[120.553706,42.139202],[120.556071,42.143728],[120.560833,42.145075],[120.575917,42.155994],[120.578558,42.159284],[120.579147,42.163043],[120.587645,42.162402],[120.597551,42.164152],[120.60419,42.160134],[120.608182,42.153982],[120.630073,42.161299],[120.63243,42.165458],[120.643167,42.164118],[120.647844,42.165346],[120.651273,42.170705],[120.655299,42.172764],[120.661442,42.173181],[120.66905,42.177958],[120.67772,42.179885],[120.686068,42.185388],[120.691545,42.194139],[120.69478,42.194143],[120.699922,42.199673],[120.705114,42.201159],[120.712845,42.200617],[120.717291,42.197982],[120.720118,42.198633],[120.720206,42.205361],[120.727991,42.209467],[120.728592,42.218817],[120.732461,42.221176],[120.787446,42.216894],[120.788982,42.219906],[120.785904,42.229352],[120.790904,42.232225],[120.797404,42.233467],[120.804833,42.233594],[120.81306,42.230637],[120.812857,42.225638],[120.821238,42.223917],[120.822605,42.224957],[120.822404,42.233121],[120.818367,42.239156],[120.824277,42.250522],[120.829946,42.245517],[120.840627,42.248877],[120.844061,42.24618],[120.852596,42.253348],[120.855024,42.252336],[120.85413,42.248367],[120.857623,42.247404],[120.862787,42.24963],[120.876074,42.241533],[120.882678,42.240245],[120.885077,42.242404],[120.88597,42.250575],[120.877742,42.26479],[120.877918,42.267791],[120.882309,42.269591],[120.885459,42.269602],[120.893733,42.265213],[120.899992,42.26542],[120.90622,42.269994],[120.92457,42.272241],[120.928754,42.278039],[120.948624,42.274984],[120.955426,42.270722],[120.95758,42.264288],[120.965468,42.260232],[120.98212,42.260873],[120.997102,42.257688],[121.005346,42.258595],[121.006292,42.255408],[121.000865,42.252202],[121.009575,42.248346],[121.011864,42.243273],[121.016424,42.240977],[121.02027,42.242759],[121.022596,42.240525],[121.024902,42.243847],[121.028643,42.241886],[121.03312,42.245948],[121.027178,42.250164],[121.042487,42.257617],[121.057571,42.250915],[121.063468,42.250416],[121.070157,42.262465],[121.08148,42.276085],[121.097445,42.280923],[121.099832,42.278633],[121.113064,42.278505],[121.117671,42.285395],[121.126139,42.292217],[121.12782,42.297945],[121.133785,42.300516],[121.134427,42.296591],[121.142646,42.298736],[121.14757,42.307611],[121.14528,42.309903],[121.145917,42.312127],[121.163555,42.320223],[121.178638,42.330548],[121.182302,42.339782],[121.179485,42.343802],[121.180134,42.347925],[121.185985,42.351235],[121.194421,42.351999],[121.208385,42.359593],[121.210213,42.366708],[121.213132,42.369679],[121.237413,42.370842],[121.250589,42.375123],[121.245611,42.377474],[121.246616,42.380653],[121.258303,42.377139],[121.274124,42.384658],[121.27905,42.385536],[121.281543,42.389753],[121.293394,42.396692],[121.298105,42.403125],[121.301427,42.412973],[121.300727,42.420388],[121.308924,42.425767],[121.300908,42.429126],[121.298806,42.43335],[121.305665,42.438095],[121.321434,42.441232],[121.33465,42.446949],[121.342531,42.452498],[121.343972,42.457784],[121.357164,42.458484],[121.366499,42.452215],[121.379272,42.449675],[121.380533,42.451105],[121.38087,42.459855],[121.379936,42.471633],[121.384052,42.473352],[121.409724,42.474323],[121.411174,42.475999],[121.409954,42.483798],[121.417297,42.48302],[121.421096,42.480351],[121.42281,42.475895],[121.427994,42.473061],[121.434578,42.472742],[121.438741,42.475377],[121.446449,42.474336],[121.459519,42.47889],[121.464413,42.482147],[121.465,42.48643],[121.473106,42.494067],[121.491428,42.490856],[121.495987,42.481913],[121.499006,42.480242],[121.503989,42.482629],[121.504572,42.486443],[121.511891,42.488368],[121.515975,42.486703],[121.519986,42.481747],[121.546966,42.488546],[121.563503,42.484475],[121.572614,42.489699],[121.572825,42.492458],[121.575996,42.495734],[121.585626,42.500366],[121.585221,42.507081],[121.592665,42.509036],[121.601478,42.514386],[121.604581,42.51076],[121.605198,42.507177],[121.595821,42.498976],[121.598448,42.493776],[121.611129,42.481458],[121.622611,42.474046],[121.632736,42.478445],[121.637089,42.471499],[121.636237,42.466873],[121.641429,42.4523],[121.651284,42.440972],[121.661411,42.435147],[121.668885,42.438084],[121.685086,42.435293],[121.696488,42.437447],[121.707722,42.443513],[121.715251,42.449594],[121.720432,42.456036],[121.720493,42.459201],[121.731476,42.469151],[121.741708,42.482392],[121.741645,42.484681],[121.745988,42.487231],[121.753072,42.485373],[121.780528,42.495291],[121.797081,42.511772],[121.799863,42.510596],[121.800731,42.508411],[121.798297,42.498015],[121.803595,42.497579],[121.811176,42.501893],[121.813344,42.504666],[121.81891,42.523319],[121.825753,42.531202],[121.823027,42.536125],[121.833669,42.536297],[121.846414,42.531686],[121.848016,42.532831],[121.848041,42.53675],[121.851579,42.538042],[121.857763,42.533485],[121.860363,42.527511],[121.866111,42.528106],[121.860995,42.534764],[121.862816,42.540795],[121.86016,42.542964],[121.85999,42.545326],[121.86148,42.55344],[121.864566,42.559036],[121.87702,42.558361],[121.880491,42.553044],[121.891784,42.560586],[121.901118,42.570158],[121.903066,42.573351],[121.902189,42.575636],[121.894276,42.583192],[121.891148,42.591508],[121.892019,42.592686],[121.898638,42.592083],[121.904554,42.582766],[121.912443,42.586665],[121.907324,42.599492],[121.914254,42.603279],[121.898632,42.616159],[121.896452,42.62134],[121.898251,42.622977],[121.904644,42.621186],[121.912785,42.624253],[121.913987,42.62707],[121.910857,42.629018],[121.90139,42.627058],[121.896689,42.631826],[121.896915,42.63372],[121.903246,42.63728],[121.909127,42.636447],[121.913264,42.657044],[121.92243,42.663504],[121.932543,42.661815],[121.936093,42.663085],[121.936566,42.66668],[121.930382,42.681055],[121.93142,42.686079],[121.945212,42.685397],[121.955998,42.682874],[121.957671,42.688194],[121.952075,42.694832],[121.955677,42.69704],[121.966153,42.698965],[121.971544,42.698189],[121.980716,42.689423],[121.983853,42.692351],[121.983538,42.701354],[121.985043,42.703112],[122.007851,42.699075],[122.018636,42.700317],[122.043049,42.711011],[122.043184,42.713866],[122.051436,42.720113],[122.059343,42.719192],[122.067763,42.714387],[122.06721,42.708222],[122.074695,42.708176],[122.096919,42.700355],[122.106323,42.701279],[122.137564,42.685439],[122.146764,42.683821],[122.149053,42.685536],[122.191884,42.688751],[122.193993,42.686744],[122.194287,42.683697],[122.19047,42.678562],[122.190713,42.676745],[122.196819,42.679479],[122.198724,42.681932],[122.201026,42.704547],[122.2043,42.70962],[122.198172,42.728998],[122.1995,42.730351],[122.202886,42.72836],[122.210615,42.728205],[122.221457,42.725335],[122.232631,42.716596],[122.23596,42.710539],[122.252213,42.701941],[122.254076,42.694448],[122.297706,42.689966],[122.302368,42.688139],[122.304678,42.683475],[122.310099,42.681476],[122.318997,42.682505],[122.328575,42.678023],[122.329345,42.670453],[122.332274,42.667884],[122.354999,42.68104],[122.389334,42.681408],[122.392913,42.684227],[122.39018,42.691551],[122.390495,42.703483],[122.394057,42.709607],[122.417459,42.719578],[122.428444,42.726426],[122.434162,42.736393],[122.435842,42.744767],[122.450095,42.749677],[122.455039,42.752927],[122.455711,42.756436],[122.451987,42.771078],[122.449785,42.772481],[122.438237,42.770723],[122.432182,42.767631],[122.376744,42.77145],[122.36672,42.773486],[122.356311,42.789399],[122.350372,42.810005],[122.344393,42.819151],[122.344402,42.823474],[122.346723,42.829124],[122.353451,42.833593],[122.392467,42.836664],[122.41421,42.840236],[122.431288,42.840472],[122.476627,42.83508],[122.499452,42.834386],[122.521725,42.828482],[122.558513,42.8238],[122.570521,42.818067],[122.564326,42.80554],[122.573235,42.794678],[122.575375,42.787909],[122.582286,42.784587],[122.612629,42.776441],[122.619837,42.77112],[122.648118,42.780153],[122.673292,42.77887],[122.725802,42.784683],[122.727491,42.783549],[122.728517,42.776855],[122.732759,42.768554],[122.742918,42.765134],[122.751534,42.765813],[122.760246,42.756957],[122.768165,42.757332],[122.779729,42.7553],[122.79247,42.737128],[122.799794,42.739355],[122.808151,42.734732],[122.832719,42.712337],[122.842146,42.717824],[122.843424,42.71541],[122.840975,42.706171],[122.848328,42.705002],[122.849979,42.705121],[122.8513,42.709238],[122.854089,42.724456],[122.869877,42.737303],[122.868,42.738489],[122.873706,42.745489],[122.872466,42.749009],[122.873327,42.757311],[122.881911,42.767998],[122.923426,42.770023],[122.926813,42.768301],[122.940507,42.751601],[122.955,42.753936],[122.967993,42.760467],[122.963562,42.764843],[122.971299,42.772831],[122.976424,42.775763],[122.983015,42.776326],[122.98953,42.773261],[123.032155,42.767462],[123.042634,42.768385],[123.054419,42.76702],[123.075241,42.783816],[123.084105,42.787052],[123.090118,42.787342],[123.097303,42.792246],[123.101832,42.79162],[123.111415,42.798624],[123.12627,42.800253],[123.160367,42.808551],[123.17467,42.816848],[123.173863,42.819234],[123.176278,42.821286],[123.181262,42.823017],[123.199836,42.82234],[123.210681,42.825022],[123.21594,42.822992],[123.219395,42.827546],[123.219495,42.829948],[123.212738,42.834126],[123.183419,42.845788],[123.176319,42.843631],[123.164671,42.849699],[123.163909,42.856653],[123.165038,42.859692],[123.175787,42.880263],[123.180298,42.883242],[123.181632,42.886305],[123.182611,42.895016],[123.178009,42.923105],[123.186905,42.934493],[123.193888,42.940077],[123.200254,42.949281],[123.204643,42.951059],[123.213368,42.951154],[123.224206,42.95944],[123.227663,42.963322],[123.226595,42.965636],[123.229819,42.97123],[123.25281,42.990846],[123.268593,42.994907],[123.316275,42.998606],[123.327027,43.002898],[123.364025,43.008513],[123.3774,43.012172],[123.376943,43.0142],[123.396577,43.018026],[123.401646,43.021022],[123.405761,43.02619],[123.417423,43.027084],[123.428632,43.02519],[123.435596,43.028869],[123.44266,43.035803],[123.457079,43.036626],[123.465627,43.040222],[123.47088,43.038798],[123.480649,43.032673],[123.485093,43.028155],[123.485988,43.024219],[123.488876,43.023008],[123.498269,43.020082],[123.508748,43.024767],[123.509325,43.020218],[123.517151,43.017801],[123.522211,43.011837],[123.523253,43.009716],[123.520702,43.004639],[123.529428,43.002939],[123.53012,43.004989],[123.547969,43.007042],[123.556327,43.00279],[123.558272,43.00584],[123.57319,43.00815],[123.582128,43.014585],[123.575704,43.018898],[123.575334,43.034242],[123.577742,43.034723],[123.579224,43.032846],[123.588582,43.03305],[123.605417,43.046212],[123.605384,43.049216],[123.59886,43.052885],[123.596967,43.061317],[123.610603,43.075041],[123.620829,43.077911],[123.625472,43.086878],[123.625758,43.103701],[123.623986,43.118425],[123.63261,43.122646],[123.63578,43.127861],[123.630953,43.13148],[123.629564,43.13753],[123.648176,43.157413],[123.642023,43.166674],[123.642211,43.171535],[123.64521,43.173727],[123.653127,43.173784],[123.661464,43.177626],[123.664462,43.181537],[123.664499,43.18549],[123.659669,43.190818],[123.648826,43.192682],[123.642608,43.201148],[123.640431,43.207036],[123.641997,43.212903],[123.651552,43.218964],[123.654359,43.220013],[123.664734,43.218951],[123.671019,43.222138],[123.671156,43.224303],[123.662578,43.232106],[123.669674,43.241619],[123.667976,43.246118],[123.659679,43.255321],[123.658827,43.262348],[123.663027,43.267274],[123.681619,43.275428],[123.686738,43.271504],[123.691658,43.269982],[123.699618,43.271786],[123.699328,43.275936],[123.694196,43.276289],[123.691877,43.278383],[123.691931,43.284956],[123.689864,43.291921],[123.698607,43.308524],[123.709181,43.308682],[123.714875,43.313418],[123.713031,43.317202],[123.705816,43.316824],[123.70122,43.318356],[123.696697,43.32397],[123.697222,43.325283],[123.706897,43.328197],[123.709025,43.331678],[123.698168,43.359051],[123.698299,43.370496],[123.691216,43.376898],[123.70347,43.413926],[123.718419,43.421668],[123.726958,43.424023],[123.736181,43.433135],[123.746744,43.457866],[123.743041,43.463456],[123.744277,43.469242],[123.753077,43.476174],[123.765661,43.48051],[123.767573,43.477895],[123.780809,43.477356],[123.786607,43.484646],[123.784985,43.487833],[123.786001,43.488548],[123.791829,43.487265],[123.799292,43.480545]],[[124.716776,40.317105],[124.719056,40.315967],[124.72398,40.317986],[124.727323,40.323475],[124.727386,40.32645],[124.716776,40.317105]],[[124.681142,40.305434],[124.672142,40.301591],[124.686269,40.307032],[124.681142,40.305434]],[[124.668882,40.302478],[124.667252,40.303911],[124.656875,40.303306],[124.640955,40.300642],[124.636156,40.298792],[124.636121,40.297383],[124.640754,40.298574],[124.63431,40.295598],[124.632078,40.296285],[124.625173,40.291354],[124.643773,40.293195],[124.668882,40.302478]],[[124.574562,40.256548],[124.573172,40.253447],[124.577359,40.251782],[124.580704,40.252876],[124.583942,40.257822],[124.585122,40.263845],[124.582571,40.26471],[124.574562,40.256548]],[[124.580713,40.251813],[124.575995,40.250791],[124.572678,40.252648],[124.555563,40.243944],[124.548634,40.237943],[124.547694,40.236011],[124.550211,40.229349],[124.550406,40.222146],[124.556747,40.223227],[124.559612,40.225917],[124.564153,40.226129],[124.581251,40.235674],[124.582734,40.240049],[124.582524,40.251153],[124.580713,40.251813]],[[124.546427,40.23007],[124.545721,40.229107],[124.543622,40.230499],[124.540955,40.227652],[124.542878,40.231427],[124.539839,40.233885],[124.539959,40.23567],[124.530116,40.231079],[124.521909,40.229452],[124.517705,40.226314],[124.519629,40.223865],[124.518981,40.221962],[124.509349,40.218514],[124.502694,40.202086],[124.509521,40.207773],[124.521332,40.214229],[124.536897,40.217485],[124.544371,40.220803],[124.547028,40.224406],[124.546427,40.23007]],[[124.570171,40.252709],[124.572617,40.256255],[124.568057,40.255169],[124.558111,40.247766],[124.570171,40.252709]],[[124.456674,40.170542],[124.459456,40.173925],[124.456017,40.172577],[124.456674,40.170542]],[[124.446791,40.154588],[124.450686,40.156195],[124.452881,40.159654],[124.446791,40.154588]],[[124.437698,40.151847],[124.435783,40.150213],[124.435973,40.146576],[124.439455,40.147258],[124.441734,40.152403],[124.437698,40.151847]],[[124.339081,40.056808],[124.338877,40.051222],[124.342532,40.04828],[124.358645,40.042166],[124.36541,40.041555],[124.366354,40.044948],[124.359239,40.061463],[124.357406,40.079248],[124.344745,40.067747],[124.339081,40.056808]],[[124.372035,40.062271],[124.374862,40.061702],[124.376122,40.065825],[124.372228,40.073562],[124.369536,40.072859],[124.368227,40.0681],[124.372035,40.062271]],[[124.322725,39.976952],[124.317699,39.971624],[124.308723,39.966849],[124.295416,39.96875],[124.29149,39.967174],[124.291544,39.964318],[124.286752,39.963619],[124.283343,39.961288],[124.285332,39.955957],[124.283326,39.947158],[124.29014,39.946096],[124.294144,39.943751],[124.285263,39.937811],[124.285455,39.934643],[124.282133,39.932298],[124.282199,39.930469],[124.284298,39.929401],[124.308504,39.947084],[124.339769,39.960897],[124.344727,39.971832],[124.343409,39.974026],[124.343401,39.982312],[124.345169,39.987842],[124.329923,39.982042],[124.32325,39.978639],[124.322725,39.976952]],[[124.322092,39.940117],[124.325103,39.939021],[124.330547,39.943032],[124.328473,39.945075],[124.324646,39.945246],[124.322248,39.942676],[124.322092,39.940117]],[[124.295945,39.914718],[124.297883,39.91278],[124.302146,39.913556],[124.309511,39.92092],[124.311255,39.927509],[124.308579,39.928252],[124.304084,39.92654],[124.297108,39.921889],[124.295945,39.914718]],[[124.346313,39.837977],[124.350401,39.837782],[124.35137,39.839139],[124.349238,39.843596],[124.342456,39.850766],[124.337417,39.85096],[124.337223,39.848441],[124.346313,39.837977]]]]}},{type:"Feature",properties:{name:"吉林省",province_adcode:22e4,province_type:"省",name_en:"Jilin",name_var:"Jí Lín",adcode:22e4},geometry:{type:"Polygon",coordinates:[[[123.903093,46.297443],[123.90214,46.293336],[123.896398,46.289886],[123.901235,46.274907],[123.890189,46.264617],[123.89432,46.259433],[123.900486,46.256365],[123.912698,46.254204],[123.917419,46.261978],[123.924982,46.268736],[123.92608,46.272152],[123.922439,46.274645],[123.929699,46.285396],[123.953818,46.288661],[123.956236,46.280657],[123.958751,46.27741],[123.962815,46.275701],[123.957821,46.268036],[123.946176,46.258257],[123.946039,46.25031],[123.949562,46.239886],[123.95945,46.236699],[123.968843,46.228585],[123.976,46.224827],[123.976626,46.222883],[123.974269,46.217219],[123.965525,46.214161],[123.956242,46.21304],[123.950801,46.209972],[123.950756,46.200959],[123.955058,46.19203],[123.970106,46.181809],[123.972093,46.176775],[123.971431,46.173596],[123.96609,46.167362],[123.965143,46.162822],[123.966571,46.160947],[123.970671,46.159582],[123.980794,46.161334],[123.99086,46.165802],[123.998061,46.164985],[124.002747,46.161716],[124.004119,46.157279],[124.002315,46.153456],[123.987156,46.145978],[123.983746,46.142541],[123.983665,46.137737],[123.987699,46.133557],[124.007531,46.123815],[124.010174,46.120883],[124.010723,46.117443],[124.007625,46.112211],[124.001532,46.108453],[123.988027,46.105069],[123.98545,46.097255],[123.98743,46.092559],[123.989529,46.091525],[123.994451,46.090171],[124.002848,46.090617],[124.010541,46.085989],[124.012878,46.0808],[124.011795,46.074881],[123.998931,46.067285],[123.996602,46.063375],[123.996595,46.060051],[124.001531,46.05486],[124.017375,46.050541],[124.024294,46.046892],[124.031211,46.033797],[124.032775,46.017792],[124.029497,46.015146],[124.014541,46.014955],[123.992785,46.019616],[123.982681,46.015952],[123.981761,46.009182],[123.985699,46.003317],[124.010493,45.995923],[124.014987,45.991284],[124.015512,45.988026],[124.012596,45.983592],[124.000286,45.978037],[123.991973,45.977045],[123.980767,45.979755],[123.9725,45.977966],[123.961739,45.965958],[123.957691,45.958635],[123.956967,45.949361],[123.959709,45.939825],[123.975131,45.917693],[123.997947,45.901349],[124.05226,45.887678],[124.05688,45.882168],[124.057113,45.874713],[124.062394,45.862967],[124.064461,45.841498],[124.062623,45.838039],[124.051884,45.835085],[124.039829,45.838226],[124.033017,45.838165],[124.028062,45.836194],[124.02636,45.831606],[124.027431,45.825394],[124.035979,45.812084],[124.057775,45.800132],[124.059606,45.798388],[124.058876,45.795734],[124.054444,45.793168],[124.045224,45.793111],[124.037201,45.791],[124.023172,45.781418],[124.015342,45.780095],[124.004993,45.78079],[124.000205,45.779057],[123.994678,45.774352],[123.994276,45.767831],[124.010418,45.747313],[124.013784,45.745521],[124.042597,45.750513],[124.051393,45.748776],[124.061954,45.740273],[124.075986,45.733904],[124.081532,45.725976],[124.090927,45.720054],[124.092779,45.715702],[124.091041,45.705235],[124.095116,45.698852],[124.104998,45.693718],[124.12588,45.690624],[124.130927,45.686557],[124.133774,45.680614],[124.132783,45.676389],[124.128226,45.672276],[124.115632,45.667096],[124.115193,45.66509],[124.120865,45.661552],[124.138369,45.661038],[124.144569,45.65836],[124.144708,45.654208],[124.136653,45.645061],[124.130529,45.630546],[124.135476,45.624518],[124.144167,45.617972],[124.156391,45.612902],[124.174952,45.612169],[124.189398,45.616147],[124.214451,45.630901],[124.221408,45.631988],[124.226955,45.631007],[124.231705,45.626036],[124.232564,45.621691],[124.218231,45.606574],[124.217577,45.601809],[124.219611,45.596333],[124.223198,45.592333],[124.233167,45.588522],[124.239481,45.58803],[124.251518,45.590882],[124.258389,45.590913],[124.26636,45.587962],[124.26787,45.583418],[124.254807,45.565286],[124.254088,45.558552],[124.257363,45.553456],[124.275909,45.539585],[124.288133,45.536584],[124.342651,45.544279],[124.349156,45.543903],[124.354791,45.54079],[124.359566,45.533509],[124.362793,45.514145],[124.361613,45.509399],[124.356274,45.501006],[124.345899,45.493741],[124.344785,45.48902],[124.347153,45.484782],[124.359579,45.47735],[124.363701,45.472724],[124.367063,45.464077],[124.366487,45.457946],[124.370768,45.450636],[124.393761,45.437728],[124.407877,45.436424],[124.411695,45.438326],[124.415511,45.445783],[124.424803,45.449624],[124.4454,45.454653],[124.468608,45.455941],[124.4755,45.453346],[124.489684,45.433306],[124.501256,45.422538],[124.53506,45.41062],[124.544699,45.409126],[124.551878,45.410485],[124.558967,45.416137],[124.575217,45.423728],[124.578231,45.427169],[124.578347,45.4337],[124.568119,45.444298],[124.568682,45.447607],[124.573278,45.450953],[124.584435,45.451094],[124.622229,45.435158],[124.639273,45.433551],[124.650742,45.435436],[124.668202,45.445368],[124.685676,45.450197],[124.69095,45.449714],[124.711777,45.442364],[124.728787,45.442218],[124.734141,45.444385],[124.736315,45.446969],[124.741204,45.45784],[124.746928,45.464276],[124.756596,45.467647],[124.761991,45.467656],[124.77487,45.463467],[124.769676,45.442918],[124.771407,45.438008],[124.774706,45.435525],[124.781651,45.434145],[124.793843,45.436497],[124.803141,45.440792],[124.812381,45.448145],[124.826886,45.453866],[124.835645,45.452694],[124.841476,45.450038],[124.863275,45.437044],[124.875466,45.435278],[124.883661,45.440063],[124.886936,45.447232],[124.886304,45.453398],[124.874978,45.479788],[124.87585,45.490296],[124.882177,45.497728],[124.888657,45.498814],[124.895901,45.508077],[124.898771,45.514295],[124.903245,45.51836],[124.902719,45.530316],[124.903901,45.533088],[124.910222,45.539725],[124.914619,45.539874],[124.925219,45.536232],[124.930562,45.531065],[124.937077,45.519203],[124.934761,45.5118],[124.935453,45.506972],[124.940216,45.499608],[124.946357,45.494363],[124.989278,45.489868],[125.022134,45.489542],[125.026101,45.487665],[125.027877,45.46049],[125.037111,45.44352],[125.04396,45.425855],[125.047052,45.423073],[125.055781,45.419894],[125.076611,45.421359],[125.085277,45.419359],[125.086309,45.41184],[125.081481,45.405055],[125.061895,45.397357],[125.059319,45.393405],[125.05968,45.386083],[125.06805,45.378229],[125.079573,45.377301],[125.101438,45.383129],[125.108986,45.387081],[125.121754,45.399135],[125.137238,45.409516],[125.148689,45.409301],[125.160018,45.404517],[125.168779,45.398307],[125.180208,45.396246],[125.190798,45.398181],[125.242679,45.4163],[125.251513,45.417494],[125.262566,45.416207],[125.279291,45.410479],[125.293077,45.400495],[125.298586,45.399345],[125.304918,45.399903],[125.310432,45.402733],[125.310162,45.406122],[125.305387,45.411437],[125.304789,45.414478],[125.307774,45.418398],[125.312484,45.419939],[125.319974,45.41742],[125.320777,45.414159],[125.31954,45.411085],[125.32597,45.408176],[125.335957,45.393119],[125.344654,45.389232],[125.354485,45.388675],[125.367313,45.393762],[125.402904,45.423357],[125.409082,45.431276],[125.415811,45.444711],[125.425299,45.453532],[125.428316,45.460853],[125.427973,45.464576],[125.422718,45.471012],[125.41543,45.4755],[125.41323,45.481384],[125.414743,45.485908],[125.422249,45.486456],[125.437859,45.482497],[125.460838,45.486117],[125.47327,45.485716],[125.478717,45.48091],[125.479763,45.470362],[125.485702,45.465323],[125.490628,45.465269],[125.528091,45.479787],[125.552964,45.485047],[125.573877,45.486651],[125.58177,45.489679],[125.609425,45.515813],[125.619127,45.520981],[125.625832,45.52114],[125.635023,45.518413],[125.643367,45.508518],[125.652153,45.504178],[125.661995,45.503387],[125.669704,45.504598],[125.684517,45.513705],[125.686184,45.507546],[125.699177,45.500855],[125.695857,45.496605],[125.68216,45.492892],[125.679669,45.488989],[125.688263,45.48416],[125.696237,45.485494],[125.702717,45.482555],[125.703269,45.47476],[125.692997,45.472859],[125.690727,45.474439],[125.689743,45.462327],[125.691392,45.459828],[125.693829,45.45931],[125.696463,45.460197],[125.698205,45.463224],[125.702916,45.463168],[125.706686,45.461512],[125.707251,45.458265],[125.702668,45.454421],[125.691241,45.453078],[125.689111,45.449038],[125.690521,45.446756],[125.701027,45.443901],[125.698043,45.438148],[125.698182,45.425697],[125.699696,45.423431],[125.706631,45.422346],[125.711319,45.401651],[125.707969,45.39013],[125.699538,45.38389],[125.694938,45.37074],[125.69117,45.36739],[125.691893,45.363731],[125.688355,45.359996],[125.690485,45.355393],[125.68832,45.351353],[125.696553,45.34118],[125.701768,45.337666],[125.713618,45.338215],[125.718529,45.336015],[125.718932,45.332347],[125.715467,45.328583],[125.709248,45.325501],[125.70831,45.323084],[125.718354,45.321494],[125.723158,45.322992],[125.725658,45.321481],[125.729454,45.311531],[125.734855,45.310751],[125.741085,45.304848],[125.743528,45.299476],[125.747592,45.297188],[125.747357,45.295231],[125.742521,45.290936],[125.745462,45.285897],[125.749292,45.283664],[125.750195,45.280624],[125.754429,45.281085],[125.75739,45.283445],[125.756941,45.285108],[125.752565,45.28716],[125.753202,45.289731],[125.758362,45.286976],[125.766315,45.292823],[125.770493,45.288231],[125.780639,45.286966],[125.780048,45.282194],[125.782335,45.277706],[125.773233,45.274056],[125.770932,45.270896],[125.773829,45.27215],[125.779917,45.269302],[125.783108,45.27379],[125.786838,45.274595],[125.791547,45.269816],[125.808106,45.267199],[125.808061,45.263806],[125.805651,45.260907],[125.808703,45.252825],[125.805922,45.246906],[125.813625,45.236238],[125.830731,45.234936],[125.840825,45.237287],[125.84552,45.234847],[125.848572,45.227155],[125.851918,45.226602],[125.859434,45.229599],[125.866248,45.217174],[125.870779,45.216695],[125.876988,45.219672],[125.88166,45.219049],[125.887741,45.209262],[125.898014,45.207846],[125.901111,45.201996],[125.900558,45.19968],[125.907715,45.194618],[125.912526,45.193914],[125.940202,45.197104],[125.950295,45.191865],[125.966739,45.188793],[125.971706,45.189266],[125.978272,45.193993],[125.982294,45.193318],[125.985816,45.190671],[125.98771,45.186165],[125.981242,45.186237],[125.980205,45.182378],[125.97853,45.18247],[125.977306,45.185116],[125.975475,45.184827],[125.975311,45.182644],[125.978826,45.179179],[125.973934,45.179779],[125.96758,45.178116],[125.964963,45.173999],[125.969451,45.172516],[125.97256,45.176246],[125.975014,45.176847],[125.982457,45.173486],[125.989287,45.177126],[125.99422,45.177244],[125.994984,45.174475],[125.98832,45.17244],[125.987444,45.170835],[125.987667,45.167239],[125.992091,45.164663],[125.989051,45.163016],[125.989729,45.160657],[126,45.161871],[126.003686,45.164313],[126.007062,45.163849],[126.012301,45.1597],[126.021135,45.160388],[126.028927,45.165286],[126.04054,45.169585],[126.044829,45.165638],[126.058263,45.166088],[126.065343,45.162026],[126.07707,45.162806],[126.082194,45.152999],[126.081452,45.150487],[126.08623,45.146289],[126.094905,45.144593],[126.104457,45.13985],[126.108465,45.142094],[126.108516,45.148096],[126.112395,45.149428],[126.114592,45.148118],[126.113476,45.143362],[126.11526,45.141703],[126.125217,45.144582],[126.141868,45.143584],[126.149608,45.136553],[126.161622,45.13073],[126.163818,45.132206],[126.164338,45.138895],[126.174689,45.142658],[126.183737,45.142996],[126.191858,45.150035],[126.196711,45.151185],[126.207509,45.142446],[126.211152,45.143067],[126.212774,45.145094],[126.223936,45.145289],[126.224955,45.139926],[126.229465,45.137715],[126.245165,45.141625],[126.245148,45.144178],[126.239181,45.147594],[126.242891,45.150608],[126.25151,45.147846],[126.256246,45.148981],[126.256484,45.153328],[126.252947,45.155722],[126.252682,45.159298],[126.258156,45.166584],[126.261486,45.166587],[126.276946,45.160041],[126.281072,45.160162],[126.285775,45.162901],[126.283213,45.166197],[126.274149,45.170382],[126.275781,45.173112],[126.283775,45.173607],[126.287721,45.175373],[126.282129,45.185373],[126.283399,45.188233],[126.286732,45.189821],[126.292609,45.189909],[126.296969,45.187291],[126.294708,45.178754],[126.298351,45.175579],[126.307008,45.18001],[126.3167,45.176658],[126.318343,45.181022],[126.326862,45.184802],[126.330135,45.189744],[126.33268,45.190708],[126.337498,45.189756],[126.34218,45.182705],[126.35007,45.182926],[126.354816,45.18629],[126.357856,45.194448],[126.369101,45.197755],[126.374454,45.205702],[126.388748,45.214315],[126.39271,45.218465],[126.408755,45.225847],[126.412799,45.230363],[126.417397,45.23049],[126.425397,45.221054],[126.431243,45.220684],[126.449552,45.226408],[126.452473,45.231582],[126.465611,45.231988],[126.47224,45.234614],[126.483555,45.23494],[126.492128,45.240579],[126.503925,45.237715],[126.508012,45.239972],[126.511423,45.244882],[126.521296,45.244348],[126.531677,45.238336],[126.538668,45.237154],[126.543016,45.238535],[126.54958,45.247551],[126.563174,45.250107],[126.574716,45.249239],[126.589508,45.24414],[126.583227,45.235353],[126.5858,45.231217],[126.593025,45.233636],[126.591163,45.237102],[126.592029,45.239004],[126.597811,45.239619],[126.601514,45.234803],[126.608612,45.235965],[126.6172,45.233314],[126.625238,45.223911],[126.640411,45.22156],[126.642009,45.218812],[126.637884,45.214124],[126.63721,45.210674],[126.642686,45.209856],[126.655002,45.203425],[126.658133,45.197655],[126.656302,45.1938],[126.673207,45.19316],[126.679671,45.185366],[126.683024,45.184511],[126.72354,45.186176],[126.726624,45.184283],[126.725576,45.176236],[126.728455,45.174293],[126.739073,45.172833],[126.747479,45.17573],[126.757047,45.174482],[126.764842,45.163785],[126.780145,45.157318],[126.781153,45.143609],[126.78413,45.13503],[126.787228,45.13266],[126.791103,45.132247],[126.797331,45.13768],[126.805648,45.134957],[126.809594,45.135277],[126.8112,45.136226],[126.814027,45.144336],[126.820026,45.145532],[126.824627,45.144202],[126.825294,45.137019],[126.828523,45.131304],[126.831061,45.130096],[126.834012,45.130611],[126.840363,45.136386],[126.850919,45.140863],[126.862414,45.136987],[126.878232,45.140502],[126.896565,45.138203],[126.908766,45.142298],[126.930799,45.134865],[126.941268,45.13739],[126.950907,45.137471],[126.955232,45.135944],[126.958303,45.131136],[126.950451,45.126601],[126.95006,45.119869],[126.963302,45.115293],[126.966755,45.110386],[126.967121,45.106325],[126.974178,45.105464],[126.971102,45.102289],[126.96087,45.082831],[126.96263,45.071882],[126.967619,45.067664],[126.979577,45.065847],[126.992056,45.054761],[126.995523,45.043144],[127.002173,45.036494],[127.008486,45.033713],[127.007734,45.025816],[127.01735,45.019695],[127.028271,45.015548],[127.028156,45.011253],[127.03326,45.007164],[127.043489,45.004147],[127.043019,45.00228],[127.03211,44.995129],[127.031571,44.990052],[127.051314,44.988425],[127.064037,44.97374],[127.063466,44.967746],[127.0731,44.962645],[127.068506,44.955746],[127.078027,44.953949],[127.086819,44.945184],[127.085176,44.943081],[127.078193,44.940843],[127.082978,44.932604],[127.08202,44.921797],[127.078157,44.91352],[127.073853,44.913229],[127.070916,44.917765],[127.06797,44.916894],[127.065999,44.910452],[127.066191,44.904324],[127.036237,44.903971],[127.030113,44.90156],[127.025788,44.897823],[127.015633,44.896755],[127.014544,44.892785],[127.004984,44.888329],[126.99531,44.873365],[126.996366,44.854131],[126.98933,44.84715],[126.987246,44.836607],[126.978226,44.822943],[126.980077,44.819111],[126.983294,44.796714],[126.988592,44.780949],[126.991454,44.762866],[127.021517,44.728935],[127.023764,44.722272],[127.029815,44.72053],[127.034018,44.714591],[127.034838,44.710084],[127.030916,44.701785],[127.029927,44.690127],[127.026211,44.677161],[127.023515,44.673773],[127.030094,44.658164],[127.036936,44.652694],[127.03835,44.648705],[127.034123,44.632679],[127.035932,44.610569],[127.027274,44.606099],[127.020964,44.598687],[127.023342,44.594581],[127.035278,44.587999],[127.042855,44.564415],[127.047572,44.56488],[127.054106,44.568662],[127.071198,44.58516],[127.08275,44.591402],[127.084331,44.597389],[127.082231,44.60391],[127.088279,44.613549],[127.111667,44.613403],[127.120137,44.607548],[127.131216,44.605496],[127.132801,44.606867],[127.131528,44.609373],[127.134904,44.612547],[127.140229,44.613197],[127.146662,44.616431],[127.163118,44.630114],[127.16541,44.64068],[127.170253,44.637869],[127.179975,44.64274],[127.195131,44.643073],[127.199313,44.645566],[127.204139,44.646041],[127.21335,44.640349],[127.22018,44.641393],[127.224421,44.638776],[127.219977,44.633971],[127.209462,44.628278],[127.207728,44.623827],[127.208748,44.622108],[127.216433,44.61974],[127.223772,44.620417],[127.230862,44.616217],[127.238659,44.617213],[127.255942,44.610785],[127.259601,44.613925],[127.263859,44.621227],[127.265323,44.632375],[127.270851,44.638605],[127.302453,44.637353],[127.31383,44.635521],[127.316236,44.63329],[127.383982,44.630076],[127.394388,44.632304],[127.397062,44.630679],[127.398165,44.625349],[127.40421,44.620308],[127.409825,44.619841],[127.429561,44.611406],[127.435659,44.611052],[127.439235,44.613368],[127.445108,44.612899],[127.459582,44.605447],[127.469432,44.603939],[127.472123,44.600184],[127.475581,44.598622],[127.48105,44.600851],[127.487803,44.598692],[127.500409,44.592489],[127.502363,44.589958],[127.500767,44.587785],[127.502296,44.584087],[127.506992,44.580431],[127.517972,44.578611],[127.518096,44.575152],[127.529584,44.572532],[127.533393,44.574512],[127.541057,44.575264],[127.551914,44.571439],[127.556223,44.562972],[127.562034,44.558219],[127.560591,44.553617],[127.564778,44.54895],[127.54038,44.536656],[127.54056,44.531362],[127.530782,44.520728],[127.524256,44.519691],[127.508008,44.520852],[127.502712,44.525966],[127.499519,44.52665],[127.479146,44.526495],[127.472283,44.523155],[127.470167,44.51665],[127.459182,44.514317],[127.463581,44.503352],[127.469007,44.49654],[127.4582,44.484486],[127.457711,44.478989],[127.472862,44.455605],[127.493899,44.448367],[127.501804,44.436298],[127.495699,44.42799],[127.496401,44.421032],[127.479746,44.407374],[127.477228,44.399532],[127.481323,44.395358],[127.490072,44.39497],[127.50057,44.390879],[127.515393,44.376165],[127.517023,44.370638],[127.515389,44.358758],[127.522493,44.360309],[127.527792,44.357555],[127.53045,44.35169],[127.535724,44.347082],[127.55057,44.338289],[127.552839,44.333487],[127.558358,44.328376],[127.565635,44.326194],[127.573294,44.307877],[127.577984,44.304844],[127.585001,44.303745],[127.590145,44.296291],[127.602754,44.292527],[127.616038,44.280187],[127.618088,44.275628],[127.608509,44.268748],[127.617129,44.256677],[127.617799,44.253109],[127.60883,44.252429],[127.598746,44.243644],[127.595991,44.236096],[127.593938,44.235818],[127.584533,44.22587],[127.592282,44.222254],[127.602053,44.204789],[127.615057,44.192945],[127.619901,44.18627],[127.631708,44.185072],[127.63552,44.191674],[127.652083,44.179832],[127.660809,44.175608],[127.662097,44.169986],[127.675153,44.164717],[127.683724,44.170339],[127.692967,44.173953],[127.697222,44.179079],[127.697531,44.187141],[127.706667,44.197339],[127.713505,44.200147],[127.71824,44.191397],[127.71429,44.160597],[127.714951,44.155706],[127.715841,44.151407],[127.726019,44.133957],[127.729591,44.112081],[127.727688,44.105371],[127.722677,44.096967],[127.732938,44.089557],[127.740386,44.087327],[127.75018,44.081703],[127.760657,44.079765],[127.777518,44.069574],[127.791321,44.074594],[127.79824,44.079173],[127.801893,44.084395],[127.814539,44.079638],[127.829438,44.079399],[127.835375,44.08167],[127.839345,44.080128],[127.841369,44.071497],[127.858401,44.060177],[127.875613,44.063816],[127.883588,44.06748],[127.900853,44.062572],[127.906774,44.062688],[127.913967,44.069229],[127.925086,44.073345],[127.943438,44.086001],[127.954316,44.084843],[127.964505,44.088247],[127.975322,44.088098],[128.000991,44.091975],[128.00757,44.095715],[128.013658,44.102841],[128.020658,44.105973],[128.026835,44.105648],[128.036661,44.101511],[128.046141,44.104584],[128.053419,44.107769],[128.061791,44.115323],[128.08274,44.129113],[128.095574,44.13279],[128.095551,44.134219],[128.085003,44.137083],[128.08072,44.140963],[128.078477,44.145169],[128.081326,44.156072],[128.080388,44.157786],[128.07465,44.15842],[128.068392,44.156639],[128.062614,44.162307],[128.053789,44.167016],[128.055504,44.171447],[128.063946,44.175852],[128.063986,44.179628],[128.080169,44.177888],[128.085922,44.179192],[128.084079,44.212418],[128.085941,44.213371],[128.096731,44.210827],[128.098562,44.212576],[128.095719,44.227905],[128.088529,44.231022],[128.080656,44.23748],[128.081813,44.238963],[128.085543,44.239139],[128.085804,44.245619],[128.072541,44.243668],[128.06057,44.246668],[128.058006,44.248694],[128.057142,44.258225],[128.065308,44.265897],[128.079172,44.271098],[128.083995,44.27482],[128.09334,44.284985],[128.095086,44.291154],[128.091445,44.293447],[128.085282,44.290393],[128.081172,44.291298],[128.074382,44.300255],[128.074249,44.304888],[128.058391,44.305158],[128.05878,44.31126],[128.056544,44.321544],[128.050004,44.326734],[128.050449,44.330841],[128.057811,44.33931],[128.048895,44.34124],[128.044717,44.34491],[128.043863,44.348176],[128.056448,44.354542],[128.061661,44.363818],[128.060519,44.368729],[128.066196,44.372579],[128.070837,44.365932],[128.09021,44.35195],[128.105647,44.356434],[128.117533,44.346346],[128.130971,44.355174],[128.14069,44.355215],[128.148121,44.353562],[128.156349,44.342489],[128.161432,44.341921],[128.166906,44.345737],[128.182683,44.362717],[128.184118,44.366073],[128.183282,44.372646],[128.190821,44.38781],[128.191496,44.395903],[128.196925,44.409809],[128.203142,44.419913],[128.205338,44.429673],[128.212073,44.434227],[128.216868,44.441149],[128.222376,44.443407],[128.247901,44.444619],[128.250873,44.453395],[128.254041,44.456897],[128.265311,44.458058],[128.286537,44.465643],[128.285657,44.468841],[128.290587,44.48029],[128.322929,44.493197],[128.330801,44.502269],[128.339928,44.507059],[128.366364,44.512044],[128.380338,44.493525],[128.382194,44.487167],[128.389307,44.482266],[128.40148,44.479836],[128.414379,44.472054],[128.421192,44.471141],[128.428017,44.458843],[128.431011,44.457305],[128.430125,44.450533],[128.43559,44.444656],[128.440378,44.443998],[128.447049,44.435733],[128.449972,44.435664],[128.45546,44.432165],[128.456236,44.426925],[128.450304,44.417722],[128.450419,44.408223],[128.455112,44.397175],[128.459782,44.391311],[128.465953,44.388529],[128.475227,44.373508],[128.469198,44.360408],[128.468851,44.343688],[128.462611,44.340788],[128.45401,44.340035],[128.448431,44.341437],[128.439956,44.337403],[128.448088,44.33326],[128.448442,44.328149],[128.454495,44.325866],[128.466029,44.317108],[128.468875,44.3085],[128.4616,44.295849],[128.462893,44.285846],[128.450168,44.265369],[128.447231,44.256141],[128.45017,44.252556],[128.458739,44.251925],[128.462643,44.24894],[128.465299,44.24543],[128.464005,44.23833],[128.459386,44.227593],[128.452994,44.220253],[128.452627,44.210642],[128.44362,44.201675],[128.454468,44.199672],[128.459072,44.194405],[128.45664,44.190893],[128.456206,44.184143],[128.465421,44.158624],[128.469439,44.153689],[128.476644,44.149247],[128.485832,44.134646],[128.492843,44.131372],[128.496619,44.124431],[128.511743,44.118267],[128.522741,44.109957],[128.529104,44.098604],[128.532235,44.089036],[128.552797,44.066794],[128.552879,44.060235],[128.554531,44.056485],[128.560144,44.053095],[128.560232,44.048316],[128.568563,44.045455],[128.569737,44.03937],[128.56861,44.030041],[128.571077,44.013332],[128.575237,44.010326],[128.578891,44.000342],[128.578444,43.98863],[128.579781,43.986251],[128.58878,43.978443],[128.602174,43.960604],[128.612702,43.951435],[128.618117,43.948116],[128.634147,43.945414],[128.63517,43.931703],[128.624222,43.922434],[128.623312,43.919265],[128.627121,43.910211],[128.632277,43.903833],[128.628197,43.899777],[128.630345,43.889106],[128.636511,43.889835],[128.641355,43.892468],[128.646666,43.891129],[128.647619,43.888451],[128.654793,43.887654],[128.663614,43.894419],[128.667508,43.891835],[128.675484,43.890277],[128.687608,43.893333],[128.689062,43.899619],[128.690868,43.900817],[128.702587,43.89413],[128.719332,43.891237],[128.728759,43.881377],[128.732251,43.875362],[128.752552,43.859517],[128.754453,43.855746],[128.752278,43.853134],[128.736972,43.84349],[128.720301,43.829759],[128.714065,43.821347],[128.712598,43.815912],[128.718642,43.809715],[128.726701,43.807798],[128.734542,43.802529],[128.736555,43.798849],[128.736692,43.790964],[128.74602,43.775707],[128.752849,43.758474],[128.755965,43.756406],[128.761081,43.756269],[128.756042,43.753145],[128.741045,43.754215],[128.731258,43.750556],[128.722524,43.743642],[128.721085,43.738237],[128.724065,43.734138],[128.729006,43.736351],[128.73737,43.736888],[128.739005,43.735422],[128.735387,43.731431],[128.746753,43.725174],[128.761791,43.729858],[128.766096,43.726254],[128.767066,43.721396],[128.765284,43.717558],[128.77886,43.711853],[128.77689,43.702157],[128.782903,43.693665],[128.780946,43.689637],[128.781166,43.684244],[128.790904,43.675829],[128.798383,43.666273],[128.808287,43.64301],[128.807253,43.636219],[128.814611,43.634288],[128.816407,43.631396],[128.828607,43.584947],[128.833516,43.57876],[128.844794,43.573107],[128.84416,43.565251],[128.848115,43.554784],[128.860737,43.555553],[128.869906,43.541454],[128.875922,43.538797],[128.888979,43.538447],[128.906557,43.541076],[128.914651,43.545793],[128.919497,43.551174],[128.929081,43.553605],[128.938342,43.553341],[128.943197,43.551578],[128.950461,43.541078],[128.956798,43.536545],[128.977252,43.53395],[128.982135,43.530838],[128.991741,43.528738],[129.001793,43.521079],[129.006693,43.520487],[129.033928,43.538687],[129.050204,43.542447],[129.080179,43.545947],[129.08678,43.544966],[129.089598,43.547566],[129.091307,43.553612],[129.102071,43.556823],[129.114559,43.552762],[129.13415,43.561774],[129.137672,43.567234],[129.141493,43.568182],[129.160135,43.568063],[129.163351,43.559688],[129.176531,43.565488],[129.185958,43.573383],[129.190421,43.571116],[129.198804,43.572304],[129.198663,43.575713],[129.202169,43.581258],[129.218032,43.585076],[129.223363,43.591631],[129.223596,43.602061],[129.225878,43.606026],[129.225365,43.632533],[129.220653,43.643346],[129.211075,43.649915],[129.207375,43.661979],[129.207117,43.666806],[129.210947,43.67342],[129.211906,43.679535],[129.210255,43.688106],[129.207377,43.692917],[129.20947,43.695823],[129.219066,43.699708],[129.2254,43.706807],[129.223551,43.713064],[129.215358,43.716425],[129.209805,43.722984],[129.209675,43.726798],[129.214362,43.73961],[129.204435,43.74519],[129.211907,43.749748],[129.20676,43.765409],[129.20434,43.780018],[129.218612,43.795587],[129.233562,43.804145],[129.237005,43.810023],[129.248028,43.817049],[129.261075,43.812089],[129.271647,43.811126],[129.275653,43.806714],[129.279455,43.797605],[129.283566,43.794449],[129.294971,43.793914],[129.300403,43.795362],[129.304089,43.799166],[129.302496,43.80983],[129.315484,43.806965],[129.339871,43.796098],[129.350214,43.796122],[129.363466,43.798916],[129.3793,43.806727],[129.381662,43.810902],[129.388536,43.815815],[129.39968,43.816805],[129.399707,43.829527],[129.407489,43.835555],[129.405691,43.84015],[129.432289,43.842397],[129.443975,43.849534],[129.460696,43.863459],[129.46165,43.865139],[129.459603,43.870447],[129.46125,43.872059],[129.482207,43.871901],[129.485875,43.872904],[129.491255,43.877798],[129.505989,43.87084],[129.518264,43.868301],[129.541669,43.872301],[129.552832,43.869169],[129.560912,43.868741],[129.587925,43.872105],[129.591021,43.876428],[129.602267,43.879956],[129.612927,43.877111],[129.632308,43.875706],[129.649557,43.869538],[129.663887,43.874365],[129.678008,43.875221],[129.690307,43.88008],[129.703799,43.87909],[129.7178,43.875621],[129.728781,43.876981],[129.732342,43.880067],[129.73149,43.88906],[129.732608,43.89333],[129.746234,43.894137],[129.759203,43.889973],[129.773582,43.893029],[129.77903,43.899345],[129.779776,43.907574],[129.770506,43.92582],[129.775151,43.931374],[129.778739,43.932193],[129.782948,43.930671],[129.78712,43.938026],[129.783624,43.9443],[129.778766,43.945937],[129.774777,43.951232],[129.774056,43.95757],[129.775416,43.960616],[129.788319,43.963598],[129.796002,43.962618],[129.803953,43.965072],[129.815742,43.978324],[129.825029,43.983858],[129.833004,43.992718],[129.845764,43.994936],[129.846595,44],[129.861411,44.010329],[129.863205,44.008887],[129.862588,44],[129.873645,43.997899],[129.876103,44.002299],[129.884801,44.009565],[129.89007,44.011373],[129.894511,44.009616],[129.895373,44.014139],[129.900959,44.021931],[129.910872,44.0211],[129.910187,44.01775],[129.917658,44.01314],[129.921358,44.015893],[129.924355,44.021716],[129.931801,44.025711],[129.944188,44.024979],[129.94845,44.023072],[129.953505,44.017785],[129.965487,44.016658],[129.9735,44.012124],[129.97842,44.002135],[129.979151,43.996497],[129.981525,43.996362],[129.982894,43.998944],[129.988486,43.999351],[129.993008,43.996529],[129.994379,43.987139],[129.981816,43.979991],[129.984807,43.975424],[129.988558,43.975877],[129.992186,43.973433],[130.003162,43.962098],[130.010746,43.959029],[130.009938,43.955783],[130.008114,43.954755],[130.018348,43.941186],[130.010363,43.932826],[130.014858,43.929816],[130.016726,43.914917],[130.011336,43.912126],[130.009391,43.909195],[130.002399,43.890654],[130.006009,43.872803],[130.014128,43.859372],[130.019513,43.85246],[130.028243,43.852197],[130.040947,43.848829],[130.042059,43.843084],[130.049474,43.836153],[130.059108,43.83234],[130.072233,43.834724],[130.077071,43.838834],[130.092872,43.841545],[130.102177,43.848146],[130.103471,43.849924],[130.104108,43.863988],[130.109753,43.871658],[130.116409,43.874563],[130.136718,43.876473],[130.146381,43.888637],[130.145261,43.907892],[130.146718,43.9129],[130.155737,43.916609],[130.169546,43.929327],[130.178723,43.929113],[130.182487,43.932175],[130.182425,43.938427],[130.192014,43.940387],[130.197761,43.944667],[130.206167,43.943393],[130.220821,43.946556],[130.225811,43.945382],[130.229258,43.939386],[130.231631,43.938033],[130.249023,43.94536],[130.253393,43.954654],[130.268221,43.96584],[130.267968,43.973211],[130.265631,43.975574],[130.265266,43.978972],[130.280136,43.987605],[130.290386,43.997026],[130.299251,44],[130.300379,44.009524],[130.302866,44.013688],[130.301378,44.019627],[130.30687,44.025593],[130.311772,44.037011],[130.325836,44.038882],[130.336203,44.044037],[130.337818,44.048464],[130.345841,44.047901],[130.358933,44.040165],[130.350872,44.021584],[130.354873,44.015285],[130.360239,44.011699],[130.358853,44.005808],[130.354415,44],[130.356473,43.989692],[130.342858,43.973409],[130.33775,43.961189],[130.330839,43.961434],[130.329223,43.956407],[130.333206,43.951408],[130.331458,43.948158],[130.334948,43.943336],[130.348385,43.938283],[130.362001,43.91888],[130.361176,43.912517],[130.371614,43.909314],[130.376044,43.9036],[130.366784,43.898778],[130.35878,43.886493],[130.35988,43.881509],[130.364029,43.87715],[130.364739,43.869335],[130.376734,43.858171],[130.378994,43.85135],[130.372049,43.850817],[130.360255,43.846015],[130.35652,43.843333],[130.355378,43.840314],[130.360847,43.830345],[130.37236,43.823077],[130.371182,43.816693],[130.373659,43.807574],[130.374522,43.789202],[130.372536,43.778866],[130.384802,43.764319],[130.405936,43.753393],[130.416413,43.740989],[130.414751,43.735763],[130.408618,43.733761],[130.401809,43.719826],[130.401791,43.715211],[130.389826,43.704972],[130.386848,43.699654],[130.388605,43.689091],[130.39101,43.686455],[130.390812,43.67703],[130.39259,43.671639],[130.403412,43.666247],[130.401642,43.662268],[130.405962,43.649395],[130.429803,43.643654],[130.442322,43.643786],[130.448871,43.644718],[130.461805,43.653878],[130.467188,43.654668],[130.481661,43.652828],[130.489438,43.642412],[130.498899,43.634008],[130.508142,43.633787],[130.512635,43.631441],[130.526614,43.628728],[130.52917,43.627777],[130.533868,43.621916],[130.53905,43.620693],[130.545767,43.621545],[130.5458,43.624525],[130.552552,43.62768],[130.564286,43.623915],[130.582295,43.611381],[130.587454,43.614042],[130.589259,43.618813],[130.595861,43.620028],[130.600733,43.617786],[130.611409,43.622233],[130.617098,43.62178],[130.621561,43.618701],[130.625473,43.612868],[130.616759,43.588157],[130.620297,43.583148],[130.624945,43.580832],[130.641737,43.584978],[130.644554,43.581203],[130.650294,43.578276],[130.654934,43.578577],[130.66002,43.58128],[130.664911,43.563505],[130.67211,43.56347],[130.680859,43.566453],[130.692618,43.56556],[130.695198,43.563908],[130.693337,43.559281],[130.695196,43.557598],[130.71196,43.558735],[130.721029,43.557453],[130.724956,43.552554],[130.728411,43.54414],[130.752678,43.537039],[130.754243,43.533116],[130.765375,43.525384],[130.767521,43.521241],[130.785519,43.525036],[130.784265,43.522054],[130.785411,43.518277],[130.789989,43.510308],[130.797114,43.503474],[130.816356,43.500316],[130.81783,43.491527],[130.833343,43.461054],[130.83392,43.45356],[130.844521,43.446929],[130.854325,43.435724],[130.886249,43.431136],[130.896433,43.433344],[130.900463,43.43203],[130.913525,43.450646],[130.937643,43.474058],[130.943271,43.475475],[130.95303,43.483582],[130.978435,43.491124],[130.992305,43.500489],[130.992235,43.504783],[130.993929,43.505639],[131.019457,43.506008],[131.030743,43.498465],[131.04045,43.488686],[131.060871,43.479848],[131.067396,43.469819],[131.082862,43.45625],[131.097709,43.448453],[131.105518,43.44774],[131.113145,43.445006],[131.117702,43.43908],[131.116766,43.433956],[131.118182,43.43076],[131.126997,43.425443],[131.134716,43.422993],[131.150634,43.427703],[131.170128,43.442769],[131.177572,43.441533],[131.184096,43.436664],[131.193494,43.439477],[131.196525,43.445656],[131.197198,43.451872],[131.223467,43.456197],[131.229204,43.462504],[131.226404,43.468187],[131.228352,43.473167],[131.237657,43.474941],[131.246247,43.473706],[131.251458,43.469029],[131.259953,43.466117],[131.275893,43.465267],[131.28499,43.466702],[131.287454,43.470434],[131.281325,43.47388],[131.298884,43.476957],[131.299108,43.483965],[131.289507,43.491695],[131.291057,43.494579],[131.296907,43.499571],[131.304316,43.497542],[131.308184,43.493522],[131.309886,43.488285],[131.307175,43.468485],[131.295204,43.450693],[131.291205,43.436696],[131.295804,43.423498],[131.304603,43.4101],[131.305603,43.404901],[131.303803,43.394703],[131.300603,43.390304],[131.294205,43.386304],[131.272208,43.378706],[131.26541,43.367308],[131.259011,43.342712],[131.258811,43.302119],[131.257411,43.294121],[131.252212,43.284323],[131.246413,43.265526],[131.224617,43.247329],[131.203621,43.236331],[131.195022,43.226933],[131.191623,43.215735],[131.194476,43.205645],[131.211609,43.187655],[131.213177,43.183279],[131.20782,43.167343],[131.211776,43.152328],[131.20582,43.135949],[131.202621,43.13095],[131.168827,43.105954],[131.160428,43.098156],[131.160028,43.093756],[131.164562,43.075762],[131.164546,43.070774],[131.162828,43.068961],[131.140232,43.070161],[131.121235,43.067161],[131.112037,43.063162],[131.109837,43.054763],[131.113179,43.047988],[131.09404,43.031367],[131.088241,43.022169],[131.088441,43.01797],[131.102639,43.003372],[131.108038,42.990575],[131.111037,42.970978],[131.114436,42.966979],[131.123235,42.963179],[131.141232,42.963579],[131.145231,42.96098],[131.145231,42.95898],[131.136433,42.946782],[131.137832,42.938584],[131.136633,42.935384],[131.121235,42.927386],[131.109037,42.914388],[131.098439,42.912388],[131.091041,42.911989],[131.065045,42.920587],[131.054447,42.917188],[131.029851,42.926786],[131.026052,42.925586],[131.014454,42.916388],[131.010855,42.90359],[131.032669,42.866738],[131.032669,42.863747],[131.027434,42.861254],[131.007243,42.857266],[130.970598,42.857016],[130.94218,42.871724],[130.930474,42.872599],[130.915258,42.870976],[130.903043,42.864246],[130.889582,42.852779],[130.885843,42.851782],[130.874875,42.857016],[130.870637,42.861254],[130.853686,42.86275],[130.83474,42.877457],[130.827262,42.87995],[130.799841,42.875962],[130.788873,42.871475],[130.783388,42.865991],[130.771174,42.837822],[130.767185,42.834332],[130.746246,42.83832],[130.738019,42.838071],[130.719714,42.828876],[130.714621,42.829309],[130.704117,42.841062],[130.693149,42.8453],[130.672619,42.846087],[130.613877,42.822865],[130.591193,42.810152],[130.58521,42.808407],[130.563024,42.812644],[130.55754,42.812146],[130.551308,42.808157],[130.542084,42.79669],[130.531116,42.787467],[130.520896,42.781734],[130.489486,42.771264],[130.465805,42.768023],[130.455335,42.763536],[130.426112,42.74165],[130.417195,42.728387],[130.399247,42.728138],[130.397252,42.723402],[130.414951,42.707199],[130.439447,42.701268],[130.44661,42.695981],[130.452094,42.68576],[130.456083,42.683517],[130.488489,42.6895],[130.507185,42.696729],[130.514913,42.698224],[130.526629,42.697477],[130.548566,42.691245],[130.564769,42.684015],[130.5887,42.663325],[130.594683,42.655348],[130.600947,42.639592],[130.614625,42.624936],[130.627456,42.592546],[130.627588,42.588541],[130.61092,42.549368],[130.608047,42.547837],[130.591772,42.555496],[130.58373,42.557028],[130.573964,42.55607],[130.56367,42.552159],[130.569615,42.540385],[130.571284,42.529838],[130.567929,42.499693],[130.597078,42.486844],[130.595198,42.446761],[130.597154,42.442303],[130.618196,42.435057],[130.639985,42.422815],[130.640762,42.421895],[130.63637,42.41701],[130.622403,42.425219],[130.608768,42.429783],[130.602938,42.430869],[130.59216,42.428995],[130.576641,42.429349],[130.568385,42.434214],[130.563381,42.440642],[130.558975,42.455587],[130.566055,42.484456],[130.563162,42.486325],[130.557066,42.486488],[130.548829,42.492738],[130.545455,42.499807],[130.546264,42.507708],[130.540724,42.517558],[130.539792,42.523156],[130.529853,42.538045],[130.523636,42.541342],[130.524836,42.544761],[130.522344,42.551974],[130.524719,42.5653],[130.510956,42.5774],[130.508407,42.582596],[130.509873,42.589008],[130.522146,42.607156],[130.51702,42.611525],[130.504634,42.616573],[130.484309,42.618329],[130.482429,42.615525],[130.476261,42.612539],[130.467934,42.603562],[130.464575,42.593658],[130.467901,42.586113],[130.477376,42.577417],[130.481,42.569466],[130.480064,42.562112],[130.471847,42.550883],[130.465466,42.546521],[130.451781,42.544594],[130.436517,42.546544],[130.430017,42.549134],[130.424606,42.553584],[130.415271,42.565722],[130.412991,42.5729],[130.418003,42.581348],[130.425527,42.585239],[130.434046,42.597829],[130.433748,42.602426],[130.430579,42.606328],[130.419091,42.613742],[130.406138,42.609469],[130.402968,42.604166],[130.394023,42.597432],[130.381824,42.597351],[130.376189,42.60009],[130.373999,42.602228],[130.373693,42.605186],[130.37677,42.60805],[130.369935,42.613737],[130.362222,42.624513],[130.344613,42.636759],[130.31731,42.649955],[130.306153,42.659661],[130.297433,42.674167],[130.292166,42.692579],[130.284544,42.700999],[130.282082,42.702005],[130.274611,42.700298],[130.258752,42.702424],[130.249824,42.707659],[130.249842,42.713915],[130.247302,42.71897],[130.242529,42.721969],[130.232539,42.733846],[130.231997,42.736462],[130.233217,42.745234],[130.241283,42.758741],[130.241962,42.766772],[130.239042,42.771828],[130.231264,42.778151],[130.224311,42.79055],[130.230408,42.796651],[130.234665,42.803937],[130.235891,42.819321],[130.240116,42.825565],[130.242538,42.832887],[130.24168,42.852369],[130.246264,42.857307],[130.259813,42.86531],[130.266898,42.875809],[130.260301,42.882403],[130.257315,42.888582],[130.257852,42.896009],[130.261129,42.904056],[130.251467,42.907423],[130.233716,42.903348],[130.216952,42.903101],[130.168807,42.913747],[130.158744,42.912358],[130.139431,42.902061],[130.133761,42.903589],[130.122442,42.910682],[130.107661,42.912284],[130.104491,42.914356],[130.100879,42.920173],[130.102046,42.926476],[130.113505,42.92977],[130.127779,42.930108],[130.133421,42.93561],[130.132818,42.940165],[130.123559,42.939382],[130.119181,42.94201],[130.115429,42.948118],[130.11504,42.953734],[130.12143,42.959166],[130.137383,42.965554],[130.146283,42.972053],[130.145333,42.977701],[130.142255,42.979749],[130.136969,42.980234],[130.128889,42.977641],[130.123985,42.986275],[130.108393,42.988208],[130.100048,42.987049],[130.085442,42.981548],[130.060815,42.966989],[130.033428,42.967097],[130.026727,42.964527],[130.01966,42.963956],[130.010381,42.967169],[130.000744,42.977519],[129.998152,42.978256],[129.982327,42.975021],[129.977341,42.972386],[129.960388,42.975543],[129.955047,42.977904],[129.950355,42.986705],[129.951997,42.998407],[129.9565,43.004171],[129.956548,43.006641],[129.954853,43.007895],[129.947653,43.009536],[129.920469,43.008648],[129.896087,43.003408],[129.880134,42.99454],[129.877893,42.990013],[129.877974,42.982461],[129.885222,42.978727],[129.903341,42.980066],[129.914257,42.979223],[129.916403,42.975304],[129.907126,42.966837],[129.887177,42.972312],[129.866672,42.9725],[129.864218,42.969934],[129.855032,42.965869],[129.851643,42.961535],[129.84925,42.951684],[129.850672,42.9445],[129.859886,42.932555],[129.861947,42.927663],[129.867803,42.923175],[129.869291,42.919123],[129.867084,42.91627],[129.861678,42.915415],[129.851086,42.921482],[129.843811,42.920972],[129.838635,42.903598],[129.843657,42.89248],[129.835246,42.874175],[129.837864,42.868225],[129.837361,42.865719],[129.834774,42.862131],[129.828846,42.862051],[129.826953,42.860619],[129.822039,42.853832],[129.812551,42.849725],[129.811709,42.848184],[129.814403,42.842247],[129.812704,42.835042],[129.809191,42.829121],[129.808648,42.82426],[129.801437,42.814831],[129.80859,42.805657],[129.806953,42.800539],[129.808719,42.790626],[129.807363,42.788272],[129.801604,42.78593],[129.799195,42.782044],[129.791725,42.775894],[129.785718,42.772691],[129.781793,42.766319],[129.783336,42.758365],[129.780503,42.750008],[129.773626,42.739965],[129.774891,42.736763],[129.772993,42.732603],[129.770725,42.729901],[129.76434,42.729154],[129.76071,42.726403],[129.761824,42.71839],[129.760205,42.714226],[129.760794,42.706794],[129.7732,42.691992],[129.779793,42.687405],[129.787956,42.685961],[129.792458,42.683128],[129.801625,42.68222],[129.803799,42.678941],[129.798548,42.67355],[129.793768,42.672393],[129.791676,42.673175],[129.788082,42.678659],[129.784568,42.679696],[129.777587,42.676329],[129.774206,42.672018],[129.777784,42.666694],[129.7773,42.662705],[129.774115,42.657754],[129.774337,42.652961],[129.785698,42.646862],[129.784078,42.642466],[129.779524,42.641258],[129.770947,42.643684],[129.764852,42.655264],[129.752708,42.651772],[129.747323,42.647196],[129.749772,42.640712],[129.7615,42.638538],[129.766586,42.632522],[129.752393,42.623347],[129.754433,42.615454],[129.757889,42.614277],[129.772422,42.615826],[129.779323,42.613737],[129.779158,42.605067],[129.758198,42.601351],[129.754779,42.597064],[129.755231,42.591845],[129.752859,42.587837],[129.739153,42.579607],[129.736671,42.576112],[129.735359,42.557996],[129.746496,42.541905],[129.743645,42.536186],[129.744562,42.528424],[129.73829,42.52467],[129.736464,42.521085],[129.739657,42.511706],[129.73613,42.504691],[129.732287,42.501367],[129.732648,42.496045],[129.738731,42.493209],[129.740327,42.490881],[129.739281,42.481837],[129.744509,42.467285],[129.74361,42.465661],[129.73535,42.463173],[129.734403,42.458356],[129.727738,42.449985],[129.72478,42.448589],[129.725785,42.442282],[129.709633,42.433665],[129.705146,42.427353],[129.69907,42.425846],[129.688284,42.429015],[129.681837,42.42895],[129.673646,42.434455],[129.660862,42.433433],[129.650596,42.425172],[129.646394,42.424967],[129.644141,42.426405],[129.640648,42.434201],[129.626335,42.44745],[129.619029,42.461034],[129.609894,42.461937],[129.599538,42.45127],[129.587071,42.451066],[129.584278,42.447024],[129.592207,42.441082],[129.6053,42.443796],[129.60843,42.442757],[129.607126,42.43675],[129.595866,42.424665],[129.597202,42.416035],[129.596008,42.412924],[129.59011,42.408648],[129.579894,42.414055],[129.573883,42.410766],[129.570674,42.403982],[129.56259,42.398325],[129.55807,42.388467],[129.5612,42.384925],[129.568852,42.386137],[129.571722,42.385015],[129.569822,42.38016],[129.565207,42.377864],[129.555947,42.377814],[129.55008,42.375598],[129.553024,42.363828],[129.550798,42.361157],[129.545693,42.36023],[129.543792,42.36148],[129.546856,42.366498],[129.545111,42.368915],[129.540622,42.369766],[129.537445,42.363069],[129.53408,42.365364],[129.531131,42.376907],[129.524301,42.384936],[129.521822,42.390796],[129.5043,42.394534],[129.49841,42.39916],[129.496277,42.411228],[129.493526,42.413131],[129.477857,42.419261],[129.458803,42.422578],[129.451889,42.437105],[129.446771,42.441387],[129.437724,42.442679],[129.434551,42.435933],[129.42989,42.432245],[129.419397,42.432608],[129.414616,42.434473],[129.405392,42.442083],[129.400687,42.451079],[129.395939,42.45145],[129.391611,42.449533],[129.387106,42.44392],[129.389994,42.434493],[129.389563,42.430334],[129.385589,42.424915],[129.381852,42.422869],[129.370531,42.426525],[129.359279,42.426271],[129.355439,42.42904],[129.354015,42.431631],[129.36257,42.43775],[129.3666,42.442944],[129.368787,42.447078],[129.36844,42.451157],[129.362642,42.456064],[129.351414,42.454383],[129.339478,42.446874],[129.335458,42.439502],[129.34081,42.431729],[129.348781,42.429447],[129.355716,42.42268],[129.356036,42.418223],[129.352285,42.416363],[129.342235,42.418535],[129.33992,42.416634],[129.339666,42.41418],[129.349408,42.410416],[129.350873,42.406997],[129.348974,42.405979],[129.341667,42.407258],[129.333034,42.414217],[129.329529,42.420129],[129.332988,42.429422],[129.331146,42.431645],[129.323147,42.426169],[129.320572,42.418494],[129.318144,42.418374],[129.313949,42.421934],[129.308748,42.423737],[129.304012,42.414814],[129.304644,42.412502],[129.312314,42.405748],[129.308593,42.403514],[129.301353,42.404862],[129.300992,42.402895],[129.319391,42.388923],[129.319619,42.384447],[129.316216,42.38263],[129.294963,42.390028],[129.293192,42.389361],[129.29352,42.38099],[129.29067,42.37922],[129.281194,42.382216],[129.275834,42.386955],[129.27033,42.387958],[129.266317,42.382719],[129.264344,42.374],[129.259697,42.372177],[129.253136,42.37363],[129.252855,42.377084],[129.25,42.37928],[129.242894,42.37963],[129.232858,42.371808],[129.234801,42.366341],[129.233183,42.361011],[129.224379,42.355932],[129.223887,42.351701],[129.231621,42.345838],[129.24526,42.340318],[129.256589,42.330316],[129.251104,42.324844],[129.25022,42.320055],[129.243323,42.316619],[129.224334,42.313241],[129.214062,42.319746],[129.2046,42.321179],[129.192866,42.314713],[129.212945,42.302786],[129.221402,42.308649],[129.227517,42.31067],[129.236323,42.308117],[129.235667,42.30543],[129.230246,42.303607],[129.225903,42.297516],[129.206608,42.292129],[129.201143,42.285663],[129.213642,42.281618],[129.224242,42.283113],[129.225418,42.281844],[129.224028,42.276188],[129.22067,42.274344],[129.219893,42.268848],[129.217594,42.265595],[129.206647,42.262032],[129.185259,42.265069],[129.179497,42.263006],[129.176386,42.25963],[129.177357,42.253646],[129.175904,42.237044],[129.182304,42.234132],[129.188971,42.242119],[129.201841,42.242417],[129.206449,42.235695],[129.196895,42.22946],[129.196721,42.224079],[129.206588,42.212947],[129.210503,42.213464],[129.215931,42.217175],[129.220002,42.216829],[129.219457,42.210555],[129.222409,42.207125],[129.221169,42.204314],[129.211978,42.202718],[129.20399,42.206456],[129.196614,42.202206],[129.188786,42.203075],[129.187175,42.198296],[129.189556,42.193464],[129.18929,42.18949],[129.175815,42.185956],[129.160852,42.185749],[129.158372,42.183625],[129.157368,42.179394],[129.166285,42.166021],[129.165924,42.163874],[129.163119,42.162707],[129.141054,42.164488],[129.126821,42.160076],[129.131184,42.153426],[129.128705,42.149627],[129.117182,42.145365],[129.113459,42.138646],[129.10601,42.138155],[129.102935,42.140864],[129.098334,42.141688],[129.089808,42.138408],[129.08585,42.138904],[129.081509,42.143266],[129.080078,42.150626],[129.077832,42.153622],[129.073275,42.15665],[129.068111,42.156745],[129.063176,42.150996],[129.071392,42.140496],[129.071379,42.138089],[129.053401,42.138825],[129.039778,42.133042],[129.035452,42.128219],[129.041824,42.116284],[129.039872,42.113871],[129.032416,42.112012],[129.031517,42.109092],[129.03459,42.1056],[129.025435,42.098994],[129.02125,42.097715],[129.015455,42.099618],[129.009376,42.099359],[129.005155,42.094424],[129.003359,42.089143],[128.984035,42.092744],[128.974412,42.089416],[128.965111,42.094709],[128.962264,42.093725],[128.958232,42.088093],[128.948225,42.083118],[128.945687,42.078291],[128.947802,42.073675],[128.945589,42.063413],[128.95872,42.055243],[128.951055,42.048827],[128.948661,42.037314],[128.944743,42.032325],[128.947666,42.02855],[128.946963,42.025222],[128.945103,42.024346],[128.93825,42.026856],[128.93317,42.020467],[128.913242,42.009718],[128.906516,42.009517],[128.904029,42.013088],[128.892633,42.017023],[128.8906,42.018637],[128.89049,42.022911],[128.884371,42.026133],[128.872606,42.02331],[128.861049,42.023504],[128.85531,42.025087],[128.852003,42.02913],[128.835367,42.024211],[128.827633,42.03227],[128.811615,42.041469],[128.805368,42.042323],[128.782516,42.040401],[128.778943,42.039138],[128.776217,42.034897],[128.770049,42.031639],[128.765171,42.03748],[128.755246,42.040623],[128.749474,42.04912],[128.744947,42.051299],[128.729099,42.049619],[128.728193,42.047165],[128.729762,42.041017],[128.714484,42.037454],[128.698718,42.02171],[128.685113,42.013209],[128.67764,42.011831],[128.668511,42.016381],[128.659039,42.018546],[128.653974,42.021801],[128.648563,42.030039],[128.630664,42.037112],[128.613393,42.029788],[128.608355,42.029374],[128.603629,42.031834],[128.590007,42.022838],[128.589569,42.02005],[128.593157,42.015519],[128.59325,42.012438],[128.587037,42.005595],[128.574389,41.99893],[128.564019,41.997223],[128.548827,41.998783],[128.544336,42.002508],[128.538098,42.001983],[128.534,41.999647],[128.511899,42.000396],[128.501305,41.99781],[128.487514,42.000463],[128.484333,42.001603],[128.48202,42.004809],[128.464442,42.007288],[128.463424,42.013902],[128.45671,42.018043],[128.442842,42.014001],[128.429556,42.017256],[128.422358,42.015228],[128.284638,42.024113],[128.089841,42.018705],[128.027866,41.997829],[128.044332,41.97984],[128.068754,41.966934],[128.084603,41.954887],[128.099504,41.945954],[128.100388,41.930495],[128.097106,41.923354],[128.099084,41.909162],[128.102459,41.898941],[128.108377,41.894137],[128.102978,41.87727],[128.103689,41.868557],[128.100596,41.847344],[128.09646,41.83824],[128.106504,41.808868],[128.102224,41.805055],[128.104473,41.794621],[128.106819,41.791084],[128.125882,41.78038],[128.133282,41.779876],[128.134967,41.778253],[128.141403,41.747802],[128.160956,41.712713],[128.166792,41.710144],[128.183702,41.708984],[128.185482,41.704439],[128.201288,41.687458],[128.205457,41.686355],[128.21248,41.687652],[128.213821,41.680975],[128.215562,41.679434],[128.227446,41.678012],[128.23167,41.68052],[128.236528,41.680353],[128.238652,41.679707],[128.242265,41.673314],[128.249949,41.671274],[128.253179,41.671951],[128.26362,41.665465],[128.260646,41.658285],[128.266359,41.65143],[128.268036,41.645086],[128.274967,41.643611],[128.282604,41.631694],[128.284169,41.626233],[128.286141,41.625203],[128.296366,41.628798],[128.297686,41.627693],[128.299602,41.615955],[128.296607,41.614453],[128.293832,41.617221],[128.29199,41.616993],[128.287119,41.612334],[128.287414,41.609693],[128.296486,41.601138],[128.299986,41.600291],[128.303466,41.602338],[128.308962,41.60215],[128.310907,41.599628],[128.304313,41.594429],[128.312161,41.586748],[128.310695,41.579218],[128.311634,41.571529],[128.301432,41.568462],[128.289521,41.560197],[128.285839,41.551658],[128.286136,41.54446],[128.288208,41.543484],[128.291166,41.544655],[128.296224,41.537408],[128.287469,41.532641],[128.280826,41.534233],[128.27625,41.529825],[128.278423,41.525131],[128.277605,41.522272],[128.262293,41.512827],[128.255415,41.503803],[128.250395,41.503469],[128.243774,41.499979],[128.235155,41.498239],[128.23082,41.491656],[128.238419,41.487616],[128.239093,41.484619],[128.237529,41.47367],[128.23215,41.471441],[128.231989,41.465254],[128.22792,41.454576],[128.237943,41.45348],[128.240391,41.450092],[128.239831,41.447872],[128.2322,41.443585],[128.221651,41.443967],[128.214655,41.438424],[128.211448,41.429557],[128.206695,41.426777],[128.205304,41.412588],[128.201974,41.408939],[128.196517,41.408717],[128.190901,41.411356],[128.185991,41.411529],[128.165796,41.402771],[128.162185,41.399719],[128.161172,41.395047],[128.154617,41.384869],[128.14639,41.380967],[128.137241,41.37956],[128.124536,41.380382],[128.121084,41.378991],[128.118387,41.37489],[128.118352,41.368378],[128.114549,41.364007],[128.109317,41.36108],[128.104492,41.361966],[128.096418,41.369524],[128.086502,41.3706],[128.083871,41.372404],[128.089501,41.379769],[128.10251,41.383543],[128.103881,41.386394],[128.102617,41.391349],[128.096901,41.396662],[128.079071,41.391025],[128.07664,41.387287],[128.081098,41.37991],[128.078983,41.377653],[128.07498,41.376767],[128.06838,41.381586],[128.066817,41.385869],[128.068027,41.389181],[128.065832,41.392534],[128.053802,41.395254],[128.04874,41.393318],[128.047183,41.390742],[128.041524,41.389748],[128.030783,41.392383],[128.037336,41.397195],[128.034384,41.40396],[128.040153,41.412091],[128.039584,41.415296],[128.033421,41.419216],[128.029829,41.41944],[128.027309,41.413507],[128.019737,41.409147],[128.017343,41.409219],[128.011717,41.412058],[128.010827,41.418193],[128.013096,41.426318],[128.000502,41.425285],[127.996979,41.428344],[127.998368,41.431149],[128.008661,41.435517],[128.011788,41.441756],[128.009253,41.445013],[128.00345,41.445305],[127.997478,41.44354],[127.98993,41.429283],[127.98774,41.419989],[127.982552,41.415895],[127.978188,41.414853],[127.975446,41.418811],[127.975743,41.430781],[127.964494,41.436073],[127.95183,41.435199],[127.942119,41.437318],[127.940492,41.440465],[127.945171,41.445084],[127.945561,41.447611],[127.943608,41.448912],[127.935922,41.447114],[127.934808,41.45379],[127.932377,41.456535],[127.92684,41.452203],[127.927784,41.443647],[127.920692,41.438892],[127.914461,41.437696],[127.909442,41.432027],[127.907995,41.428068],[127.905373,41.426887],[127.901654,41.428044],[127.898591,41.433061],[127.885402,41.431811],[127.883422,41.435346],[127.882494,41.445018],[127.872784,41.444279],[127.870219,41.441046],[127.868545,41.433956],[127.867918,41.424396],[127.869117,41.42026],[127.866295,41.41462],[127.872262,41.407485],[127.87071,41.404633],[127.864999,41.401306],[127.855015,41.405326],[127.848253,41.418373],[127.84502,41.420155],[127.833201,41.41917],[127.829395,41.417127],[127.828109,41.414913],[127.830015,41.40757],[127.827491,41.404615],[127.822482,41.405748],[127.81908,41.408572],[127.812393,41.419777],[127.805234,41.422275],[127.798632,41.42182],[127.791546,41.41729],[127.790001,41.413109],[127.790899,41.406053],[127.78736,41.404537],[127.78357,41.407153],[127.782251,41.417352],[127.77968,41.422258],[127.776645,41.424407],[127.77339,41.423861],[127.768715,41.419905],[127.763856,41.419152],[127.75207,41.424981],[127.737581,41.424606],[127.716336,41.416763],[127.702202,41.417337],[127.685069,41.421853],[127.678545,41.420378],[127.672062,41.412696],[127.6681,41.412109],[127.66467,41.414513],[127.660744,41.422336],[127.652404,41.426854],[127.646922,41.424053],[127.647849,41.420148],[127.65029,41.416644],[127.659262,41.410064],[127.660203,41.407497],[127.658094,41.405181],[127.64997,41.403494],[127.636955,41.407256],[127.627361,41.413094],[127.612868,41.430522],[127.589114,41.423995],[127.570355,41.42701],[127.556851,41.431456],[127.547357,41.439931],[127.539343,41.450206],[127.538764,41.462804],[127.542446,41.472574],[127.53989,41.474881],[127.531027,41.473782],[127.528565,41.472222],[127.528187,41.468366],[127.520518,41.465053],[127.5107,41.466932],[127.5048,41.469529],[127.499493,41.474595],[127.4935,41.475457],[127.488382,41.471987],[127.475974,41.468271],[127.472479,41.469165],[127.471101,41.471458],[127.4732,41.479982],[127.465808,41.480786],[127.462461,41.479651],[127.459777,41.475818],[127.458773,41.469658],[127.462354,41.463015],[127.461546,41.461237],[127.450395,41.457347],[127.43943,41.458252],[127.42317,41.462165],[127.410309,41.455729],[127.406531,41.456955],[127.399688,41.462949],[127.398604,41.472464],[127.395676,41.477705],[127.392975,41.478795],[127.381776,41.479859],[127.368245,41.476247],[127.356172,41.477316],[127.354641,41.474606],[127.356633,41.463038],[127.354854,41.461245],[127.347631,41.460334],[127.289507,41.483392],[127.277126,41.479956],[127.272983,41.475946],[127.258428,41.476309],[127.253509,41.478002],[127.247604,41.482988],[127.247184,41.485191],[127.249024,41.486908],[127.263311,41.490793],[127.272135,41.491381],[127.281276,41.498443],[127.282359,41.502125],[127.277589,41.510438],[127.270724,41.512265],[127.260976,41.511306],[127.244896,41.498771],[127.240881,41.497307],[127.236986,41.498892],[127.227742,41.506929],[127.233287,41.513255],[127.234851,41.518934],[127.227225,41.521646],[127.215333,41.517477],[127.209343,41.517436],[127.205506,41.522517],[127.208879,41.528401],[127.206664,41.531317],[127.196103,41.531255],[127.191943,41.525652],[127.186393,41.523787],[127.173908,41.524452],[127.170953,41.526665],[127.168058,41.538144],[127.159205,41.53978],[127.155433,41.538391],[127.153827,41.535087],[127.140399,41.524069],[127.134043,41.528742],[127.138191,41.533591],[127.138767,41.537231],[127.136881,41.538913],[127.13171,41.540056],[127.126446,41.537312],[127.109162,41.536032],[127.097723,41.543181],[127.096189,41.54561],[127.096531,41.549016],[127.099647,41.553031],[127.10709,41.551671],[127.113673,41.547662],[127.117006,41.548919],[127.117207,41.552553],[127.113647,41.555],[127.113125,41.558903],[127.121337,41.566476],[127.134754,41.566944],[127.1398,41.568989],[127.14048,41.571137],[127.137558,41.579466],[127.142783,41.584475],[127.148197,41.586442],[127.160305,41.584757],[127.177513,41.585835],[127.178993,41.58701],[127.178404,41.592911],[127.172021,41.597325],[127.161664,41.598039],[127.132849,41.596135],[127.123493,41.597847],[127.116498,41.604415],[127.117386,41.607218],[127.122321,41.609724],[127.120482,41.618104],[127.117658,41.622565],[127.114559,41.623175],[127.101635,41.61831],[127.088879,41.621462],[127.085534,41.624619],[127.085458,41.62721],[127.09587,41.629262],[127.100895,41.632846],[127.103621,41.63692],[127.102922,41.641629],[127.095723,41.644875],[127.090755,41.644325],[127.084311,41.640993],[127.071517,41.64377],[127.069997,41.644586],[127.066239,41.655424],[127.062555,41.658018],[127.041145,41.66432],[127.031373,41.670109],[127.030699,41.673702],[127.039613,41.681561],[127.043099,41.691267],[127.0489,41.692484],[127.057503,41.686539],[127.065242,41.686776],[127.074269,41.692639],[127.076723,41.698199],[127.0764,41.701276],[127.073777,41.70245],[127.057054,41.699727],[127.050225,41.701307],[127.048316,41.706894],[127.050358,41.712393],[127.048347,41.718659],[127.045073,41.722645],[127.04471,41.726617],[127.047925,41.732227],[127.048504,41.740107],[127.043921,41.742155],[127.033138,41.739477],[127.012878,41.739575],[127.001606,41.743783],[126.999128,41.746367],[127.003806,41.755157],[127.002959,41.760288],[126.980775,41.76293],[126.978059,41.764555],[126.976295,41.770488],[126.972384,41.774545],[126.94576,41.772224],[126.937165,41.768836],[126.930947,41.771349],[126.928059,41.774692],[126.929926,41.784422],[126.933575,41.786269],[126.941358,41.785002],[126.944584,41.78654],[126.946609,41.790988],[126.947122,41.798678],[126.945394,41.803934],[126.942187,41.806657],[126.925965,41.810245],[126.922611,41.808948],[126.920669,41.805171],[126.903378,41.795072],[126.885876,41.790787],[126.878414,41.786923],[126.862023,41.771571],[126.852813,41.759194],[126.849114,41.744402],[126.84329,41.734475],[126.841451,41.724425],[126.835623,41.719936],[126.826167,41.720141],[126.816145,41.742408],[126.809455,41.747209],[126.804289,41.746493],[126.795188,41.733859],[126.79517,41.720515],[126.790989,41.710537],[126.797175,41.699103],[126.797614,41.695552],[126.794911,41.6924],[126.782317,41.691203],[126.773145,41.695756],[126.769774,41.702765],[126.770665,41.713809],[126.757676,41.722738],[126.75288,41.725076],[126.74994,41.723932],[126.745747,41.725702],[126.719506,41.742412],[126.697221,41.746915],[126.690359,41.738826],[126.690573,41.734522],[126.695229,41.736887],[126.700164,41.735882],[126.70286,41.731208],[126.725167,41.726188],[126.72951,41.723235],[126.735223,41.715516],[126.725652,41.703019],[126.707688,41.688555],[126.686622,41.67837],[126.687161,41.676778],[126.692016,41.677191],[126.696725,41.673013],[126.697808,41.666481],[126.696186,41.663757],[126.686016,41.660406],[126.667557,41.663607],[126.66426,41.662032],[126.660273,41.651823],[126.653969,41.65024],[126.636896,41.65358],[126.626172,41.661994],[126.619764,41.664844],[126.614354,41.665505],[126.610554,41.662733],[126.609604,41.65615],[126.616119,41.646765],[126.617287,41.642689],[126.610562,41.635546],[126.596582,41.627833],[126.594245,41.621907],[126.595061,41.614606],[126.582725,41.611977],[126.569142,41.612731],[126.566968,41.609219],[126.566815,41.60675],[126.574912,41.587943],[126.593726,41.566187],[126.587798,41.548129],[126.572356,41.541543],[126.569702,41.538642],[126.568594,41.526769],[126.564482,41.519733],[126.563417,41.514552],[126.564059,41.50929],[126.5615,41.505689],[126.553829,41.50318],[126.551385,41.495647],[126.558931,41.489632],[126.558059,41.483451],[126.548843,41.480536],[126.534842,41.470729],[126.529176,41.462199],[126.525068,41.452135],[126.506275,41.434062],[126.515692,41.419842],[126.516682,41.416037],[126.512976,41.406287],[126.512206,41.398245],[126.513946,41.387966],[126.51737,41.384281],[126.514185,41.380734],[126.51739,41.380433],[126.532979,41.371988],[126.53491,41.36577],[126.532673,41.356748],[126.527261,41.350876],[126.516077,41.346875],[126.481049,41.345103],[126.47474,41.345972],[126.474555,41.349717],[126.47658,41.35207],[126.484986,41.354052],[126.499033,41.354108],[126.504929,41.357239],[126.509626,41.362649],[126.506394,41.370849],[126.49039,41.371878],[126.484366,41.37045],[126.457706,41.357702],[126.431328,41.35077],[126.429477,41.348671],[126.428459,41.341023],[126.432583,41.332469],[126.432229,41.329768],[126.425187,41.328971],[126.410822,41.331579],[126.405419,41.328576],[126.397411,41.306931],[126.39392,41.302321],[126.368656,41.286957],[126.362286,41.281343],[126.36118,41.273411],[126.354766,41.258993],[126.355997,41.25114],[126.354968,41.244689],[126.34854,41.24065],[126.326038,41.234378],[126.31703,41.228479],[126.308097,41.211253],[126.306963,41.197164],[126.304731,41.189181],[126.28635,41.188614],[126.283321,41.186978],[126.285806,41.180104],[126.290867,41.173561],[126.291102,41.170636],[126.282217,41.16053],[126.272753,41.15459],[126.247234,41.149781],[126.235857,41.1456],[126.232674,41.143714],[126.223886,41.128245],[126.216954,41.124886],[126.202922,41.122541],[126.188103,41.115634],[126.179884,41.103365],[126.164626,41.092189],[126.146441,41.087526],[126.13476,41.087563],[126.122954,41.09046],[126.117831,41.0889],[126.109513,41.076484],[126.109,41.0716],[126.129365,41.060207],[126.130469,41.055406],[126.123999,41.03953],[126.118583,41.032573],[126.110813,41.032762],[126.104986,41.036809],[126.101665,41.037276],[126.095736,41.033442],[126.094821,41.02626],[126.099398,41.017566],[126.104147,41.01256],[126.1036,41.005896],[126.101332,41.002499],[126.081587,41.003076],[126.07026,41.000055],[126.064042,40.996336],[126.063321,40.991022],[126.076446,40.981995],[126.075674,40.974555],[126.069051,40.969648],[126.051457,40.963373],[126.049004,40.959018],[126.051315,40.949073],[126.035989,40.940899],[126.034462,40.937236],[126.035218,40.928559],[126.03311,40.926386],[126.026421,40.926381],[126.008719,40.932906],[126.001419,40.93222],[125.983204,40.923651],[125.97378,40.914654],[125.974697,40.910277],[125.979078,40.908742],[125.984278,40.909762],[125.994265,40.915656],[126,40.916047],[126.0098,40.913761],[126.013579,40.912053],[126.017065,40.907062],[126.017597,40.903063],[126.021919,40.898378],[125.994027,40.88811],[125.995658,40.890427],[125.98766,40.890755],[125.976805,40.898988],[125.972839,40.89953],[125.973236,40.901599],[125.972229,40.900482],[125.96898,40.901164],[125.965962,40.899079],[125.96342,40.89269],[125.965185,40.886849],[125.960367,40.882206],[125.948252,40.877135],[125.932831,40.876102],[125.916579,40.879247],[125.904999,40.889552],[125.904227,40.893486],[125.910982,40.903807],[125.911048,40.909407],[125.907985,40.909035],[125.904095,40.901192],[125.896985,40.895766],[125.886826,40.896491],[125.873462,40.904161],[125.869262,40.904572],[125.866118,40.90206],[125.86274,40.890889],[125.858519,40.883105],[125.828667,40.872708],[125.822446,40.866877],[125.812466,40.861679],[125.804668,40.861346],[125.795824,40.86429],[125.794164,40.869671],[125.796947,40.875202],[125.793924,40.880945],[125.784558,40.886582],[125.769178,40.890117],[125.763387,40.888149],[125.759885,40.884274],[125.756519,40.877938],[125.756773,40.876896],[125.760209,40.879559],[125.75694,40.875949],[125.755375,40.867189],[125.711561,40.86114],[125.705728,40.856809],[125.700699,40.864673],[125.698962,40.87447],[125.685377,40.89423],[125.677673,40.899706],[125.664777,40.903626],[125.650984,40.914903],[125.643353,40.914335],[125.642054,40.912014],[125.642783,40.90765],[125.640958,40.90585],[125.613353,40.903462],[125.600302,40.899989],[125.591902,40.894055],[125.581629,40.889964],[125.574398,40.890948],[125.571555,40.893806],[125.570815,40.900776],[125.580064,40.91175],[125.579789,40.917085],[125.585014,40.916716],[125.586179,40.92292],[125.583699,40.929412],[125.591056,40.931231],[125.609179,40.940439],[125.618332,40.941251],[125.629608,40.940015],[125.637266,40.950534],[125.64395,40.968393],[125.656447,40.975554],[125.661115,40.976305],[125.668722,40.972868],[125.676128,40.978675],[125.67837,40.984465],[125.675432,40.988515],[125.673269,40.997994],[125.674842,41.004668],[125.679232,41.00853],[125.67718,41.014583],[125.678107,41.019689],[125.681958,41.023924],[125.70074,41.03152],[125.707821,41.043033],[125.720611,41.053403],[125.721454,41.058292],[125.726985,41.068516],[125.727267,41.074794],[125.730944,41.077717],[125.733569,41.084689],[125.733164,41.087997],[125.725977,41.0921],[125.715988,41.094166],[125.70604,41.093962],[125.704982,41.0968],[125.707754,41.103058],[125.714991,41.108969],[125.718164,41.116201],[125.726975,41.122921],[125.73231,41.124121],[125.741827,41.12272],[125.751784,41.127981],[125.754207,41.131594],[125.754171,41.137258],[125.759031,41.143236],[125.759748,41.146409],[125.785535,41.165123],[125.77727,41.169946],[125.768805,41.168601],[125.757717,41.169978],[125.74098,41.176347],[125.731349,41.177559],[125.729454,41.192082],[125.732045,41.194714],[125.733266,41.201571],[125.737257,41.208626],[125.752437,41.23048],[125.743695,41.24338],[125.730106,41.243704],[125.713329,41.241675],[125.706888,41.246322],[125.690781,41.243768],[125.686704,41.246238],[125.685715,41.255986],[125.680278,41.270709],[125.66979,41.275568],[125.664336,41.273697],[125.6642,41.271191],[125.656416,41.266173],[125.641009,41.262585],[125.63766,41.272489],[125.633349,41.276722],[125.632875,41.281956],[125.636383,41.29414],[125.616821,41.311527],[125.614801,41.31529],[125.626542,41.319193],[125.631707,41.324365],[125.634574,41.330277],[125.632044,41.340402],[125.623957,41.348848],[125.605611,41.361541],[125.596923,41.364403],[125.583521,41.36373],[125.576714,41.366158],[125.575373,41.373729],[125.582128,41.380413],[125.573923,41.393532],[125.561204,41.395357],[125.554586,41.394747],[125.546945,41.398709],[125.542623,41.39877],[125.54361,41.404601],[125.546891,41.407334],[125.545364,41.412407],[125.541709,41.413077],[125.54079,41.417218],[125.534143,41.41785],[125.532715,41.421951],[125.528436,41.426703],[125.532001,41.430209],[125.53169,41.432866],[125.534403,41.43459],[125.529593,41.445224],[125.532632,41.454733],[125.535035,41.456135],[125.533633,41.462042],[125.536447,41.465801],[125.53326,41.467594],[125.526592,41.477014],[125.510477,41.476432],[125.511918,41.486964],[125.50526,41.494071],[125.500322,41.496767],[125.499423,41.501417],[125.487671,41.506536],[125.488245,41.50895],[125.486328,41.511694],[125.487113,41.516572],[125.488985,41.51978],[125.497389,41.521146],[125.501278,41.531579],[125.48641,41.534344],[125.47802,41.540433],[125.477636,41.542164],[125.473646,41.542638],[125.473282,41.544651],[125.471011,41.545567],[125.473547,41.547931],[125.470125,41.553651],[125.470541,41.558035],[125.456324,41.565957],[125.454245,41.571036],[125.457656,41.578645],[125.44883,41.58628],[125.444166,41.595408],[125.443373,41.601644],[125.446286,41.605704],[125.447973,41.619369],[125.462249,41.630555],[125.464166,41.637024],[125.452849,41.64094],[125.445952,41.653933],[125.450162,41.660156],[125.444376,41.663181],[125.443108,41.666998],[125.444173,41.671622],[125.44086,41.673365],[125.425597,41.672354],[125.405555,41.688942],[125.390462,41.687591],[125.385309,41.684657],[125.371767,41.684671],[125.356745,41.67499],[125.352997,41.677125],[125.344142,41.67623],[125.334506,41.671188],[125.324027,41.67184],[125.319118,41.667858],[125.314477,41.669582],[125.308939,41.677107],[125.312541,41.679557],[125.319773,41.693756],[125.318903,41.697552],[125.326509,41.710864],[125.328211,41.716603],[125.324717,41.727423],[125.327814,41.734368],[125.325369,41.738122],[125.324793,41.743282],[125.319388,41.75226],[125.321221,41.765953],[125.313869,41.773968],[125.314609,41.779724],[125.310857,41.791751],[125.306745,41.796747],[125.296273,41.801484],[125.295815,41.807409],[125.287803,41.825462],[125.29056,41.851429],[125.293777,41.861338],[125.289677,41.879003],[125.290315,41.884076],[125.299548,41.90251],[125.298629,41.913085],[125.301241,41.922462],[125.318477,41.92715],[125.34539,41.926066],[125.344155,41.933056],[125.341163,41.936404],[125.325143,41.938592],[125.310679,41.943054],[125.304203,41.950545],[125.285898,41.957517],[125.286689,41.961528],[125.291387,41.965455],[125.292141,41.971796],[125.301818,41.974586],[125.311367,41.974741],[125.316735,41.980937],[125.330054,41.985004],[125.333704,41.990621],[125.335479,41.997806],[125.346819,41.996063],[125.360764,42.000174],[125.360814,42.007223],[125.357227,42.014953],[125.396687,42.048668],[125.402256,42.059727],[125.411621,42.062761],[125.413296,42.072856],[125.41745,42.075741],[125.416755,42.084792],[125.415362,42.086933],[125.410131,42.088619],[125.40586,42.098269],[125.413682,42.099761],[125.438944,42.095948],[125.442391,42.096804],[125.449738,42.101873],[125.450631,42.109957],[125.458984,42.108924],[125.460424,42.115348],[125.467767,42.118731],[125.473013,42.124641],[125.481567,42.12861],[125.484396,42.133637],[125.459518,42.154564],[125.451739,42.157929],[125.446322,42.152747],[125.439358,42.149762],[125.412338,42.152226],[125.402643,42.155972],[125.38237,42.167934],[125.378177,42.174659],[125.367814,42.176988],[125.362487,42.180343],[125.349034,42.176218],[125.350602,42.165154],[125.345594,42.152042],[125.347452,42.150047],[125.353384,42.149336],[125.351324,42.143773],[125.339115,42.140748],[125.328763,42.143283],[125.328517,42.141203],[125.324986,42.139589],[125.31299,42.139407],[125.299759,42.143801],[125.299332,42.147525],[125.302957,42.157691],[125.308432,42.163161],[125.306236,42.167058],[125.304956,42.179938],[125.306088,42.183258],[125.310768,42.187662],[125.310618,42.198458],[125.291749,42.172765],[125.283344,42.172371],[125.278196,42.168634],[125.274192,42.172178],[125.283235,42.179487],[125.286144,42.187568],[125.292747,42.197983],[125.301331,42.199985],[125.300548,42.207538],[125.298767,42.210509],[125.306616,42.21744],[125.302584,42.21968],[125.293721,42.220232],[125.27446,42.22864],[125.275057,42.232758],[125.278963,42.235337],[125.282597,42.24092],[125.283262,42.244848],[125.280937,42.252443],[125.275929,42.255051],[125.269743,42.264803],[125.271452,42.269298],[125.279392,42.27109],[125.287657,42.281612],[125.292305,42.283656],[125.293039,42.287161],[125.284016,42.291408],[125.27252,42.294385],[125.269275,42.299504],[125.259255,42.303784],[125.256755,42.310839],[125.252639,42.307615],[125.24913,42.307398],[125.235321,42.310223],[125.220217,42.302411],[125.21863,42.299399],[125.21528,42.298184],[125.205948,42.298278],[125.182569,42.30467],[125.168591,42.306321],[125.166686,42.315939],[125.175404,42.324954],[125.175136,42.328099],[125.17274,42.329504],[125.1702,42.335408],[125.170502,42.344634],[125.161813,42.349652],[125.161375,42.353433],[125.165183,42.352823],[125.181414,42.358262],[125.1881,42.357934],[125.196792,42.363949],[125.197628,42.366959],[125.19414,42.374436],[125.179509,42.379096],[125.181225,42.391957],[125.187005,42.394209],[125.191068,42.405602],[125.189654,42.40809],[125.180569,42.411848],[125.18225,42.4177],[125.180787,42.42451],[125.172253,42.43146],[125.165109,42.431964],[125.134728,42.441858],[125.133895,42.444234],[125.137282,42.447535],[125.142945,42.449071],[125.143512,42.456626],[125.13713,42.459292],[125.129739,42.469054],[125.104611,42.473782],[125.101405,42.475995],[125.103072,42.481973],[125.098981,42.484143],[125.098193,42.488626],[125.087171,42.492171],[125.079521,42.498342],[125.062688,42.497158],[125.060486,42.500351],[125.071284,42.503257],[125.071059,42.507689],[125.074771,42.51086],[125.083162,42.5097],[125.084726,42.511345],[125.08255,42.516165],[125.077205,42.519178],[125.073807,42.524012],[125.065645,42.527847],[125.060748,42.533214],[125.064874,42.536383],[125.069155,42.535992],[125.070613,42.537236],[125.069428,42.545732],[125.071395,42.553651],[125.070165,42.556422],[125.074826,42.558089],[125.075624,42.561273],[125.083205,42.565546],[125.085083,42.569496],[125.082147,42.573915],[125.081216,42.582477],[125.075258,42.586289],[125.078158,42.590571],[125.089909,42.598332],[125.08342,42.604373],[125.09324,42.610717],[125.090328,42.617412],[125.090894,42.619907],[125.074991,42.623639],[125.065856,42.622693],[125.057747,42.618294],[125.048821,42.621633],[125.032218,42.613037],[125.023811,42.614398],[125.020438,42.620978],[125.014571,42.625638],[125.004607,42.630183],[125.010779,42.639553],[125.009996,42.64649],[125.013482,42.651257],[125.005773,42.659225],[125.008587,42.663552],[124.998525,42.667061],[124.990224,42.667846],[124.990697,42.672365],[124.985373,42.674896],[124.97862,42.674902],[124.977909,42.672915],[124.96938,42.670657],[124.962834,42.671198],[124.960127,42.673861],[124.959277,42.675554],[124.961648,42.677987],[124.979946,42.684348],[124.983245,42.693097],[124.979346,42.699705],[124.973118,42.704117],[124.965907,42.718037],[124.96217,42.720405],[124.971636,42.724397],[124.983585,42.725779],[124.981822,42.730386],[124.984755,42.734974],[124.986959,42.735806],[124.990584,42.74289],[124.981451,42.749919],[124.973592,42.750823],[124.976114,42.758874],[124.982176,42.757527],[124.986408,42.763412],[124.987325,42.768975],[124.983707,42.776675],[124.980245,42.77875],[124.973559,42.779109],[124.970064,42.784818],[124.970396,42.795579],[124.968205,42.801509],[124.941391,42.806558],[124.932139,42.810648],[124.922513,42.817753],[124.918224,42.813965],[124.910306,42.815637],[124.907065,42.813204],[124.909169,42.811077],[124.90962,42.80226],[124.904882,42.800342],[124.900871,42.791397],[124.894775,42.786147],[124.892408,42.785493],[124.880331,42.788433],[124.866585,42.787229],[124.860171,42.805922],[124.852788,42.819904],[124.85166,42.828394],[124.853647,42.829569],[124.85462,42.833994],[124.85296,42.842999],[124.848557,42.850162],[124.85019,42.860304],[124.84391,42.865671],[124.845494,42.86802],[124.848558,42.887901],[124.844609,42.890117],[124.845563,42.896196],[124.847385,42.899963],[124.857262,42.909738],[124.861857,42.917592],[124.858096,42.92312],[124.863567,42.926702],[124.863612,42.932256],[124.859214,42.938176],[124.860007,42.945783],[124.864251,42.953391],[124.864852,42.965155],[124.862672,42.970626],[124.861965,42.97923],[124.865677,42.983513],[124.854998,42.989052],[124.85304,42.995562],[124.855004,43.001001],[124.850705,43.011574],[124.834296,43.02437],[124.834164,43.026411],[124.834864,43.030299],[124.839233,43.033249],[124.849733,43.033579],[124.852376,43.040646],[124.853335,43.049709],[124.873124,43.064025],[124.88345,43.069268],[124.885296,43.072311],[124.886071,43.074933],[124.881653,43.08205],[124.878952,43.096909],[124.882038,43.107144],[124.890383,43.117451],[124.885431,43.130636],[124.876934,43.131948],[124.867447,43.123656],[124.852241,43.116718],[124.835921,43.124668],[124.825777,43.121211],[124.815857,43.122817],[124.813451,43.118282],[124.801646,43.114487],[124.799692,43.115019],[124.796123,43.119976],[124.792699,43.120304],[124.780245,43.114989],[124.779262,43.103698],[124.777742,43.101127],[124.77212,43.095795],[124.752487,43.083847],[124.750027,43.079396],[124.748827,43.071397],[124.743529,43.067529],[124.735065,43.065647],[124.712496,43.067566],[124.684953,43.052191],[124.680238,43.048085],[124.669405,43.0291],[124.671754,43.000059],[124.665584,42.992908],[124.66528,42.987824],[124.654506,42.981314],[124.65677,42.979136],[124.65458,42.97164],[124.65353,42.970652],[124.641804,42.974695],[124.629491,42.970803],[124.627608,42.966844],[124.628731,42.960951],[124.627667,42.957129],[124.633052,42.952764],[124.626324,42.947639],[124.615632,42.946227],[124.616168,42.938831],[124.602455,42.935568],[124.597917,42.931941],[124.596179,42.928631],[124.599097,42.926024],[124.598037,42.921536],[124.585333,42.909781],[124.580364,42.902898],[124.569933,42.89877],[124.557535,42.889578],[124.547708,42.88772],[124.537747,42.883643],[124.535877,42.881328],[124.537057,42.8767],[124.533187,42.864938],[124.530284,42.865363],[124.527855,42.868102],[124.517282,42.868365],[124.507853,42.870816],[124.495581,42.862743],[124.496223,42.858528],[124.493812,42.856505],[124.490556,42.85634],[124.486598,42.860369],[124.473013,42.853169],[124.469024,42.852816],[124.461693,42.844867],[124.460921,42.839216],[124.466471,42.829375],[124.466476,42.825106],[124.459572,42.820125],[124.451898,42.82058],[124.445511,42.823746],[124.446058,42.829331],[124.447995,42.832155],[124.446032,42.838476],[124.448321,42.843949],[124.448532,42.850005],[124.443404,42.856151],[124.445451,42.858033],[124.444785,42.859123],[124.439944,42.862927],[124.435574,42.86402],[124.433349,42.875594],[124.428338,42.878339],[124.419521,42.871674],[124.414516,42.875298],[124.408053,42.876968],[124.396665,42.876334],[124.391431,42.878242],[124.365544,42.878435],[124.362832,42.880261],[124.363816,42.884363],[124.360307,42.889322],[124.362351,42.900962],[124.374406,42.91001],[124.383201,42.908589],[124.391584,42.912591],[124.392207,42.917184],[124.407302,42.919406],[124.4086,42.923833],[124.416244,42.926887],[124.425697,42.928286],[124.427748,42.934621],[124.43606,42.939002],[124.433939,42.948952],[124.436252,42.954129],[124.435417,42.957277],[124.426911,42.963352],[124.423192,42.964215],[124.415899,42.973508],[124.408338,42.97317],[124.392159,42.967734],[124.381135,42.967181],[124.364773,42.970164],[124.350001,42.97693],[124.340815,42.986527],[124.327342,42.994873],[124.334442,43.002327],[124.363918,43.023327],[124.419696,43.073679],[124.412317,43.080677],[124.392618,43.088776],[124.386263,43.093063],[124.378862,43.102099],[124.358186,43.11961],[124.341993,43.122224],[124.335456,43.125561],[124.318949,43.143595],[124.302774,43.15267],[124.277901,43.163561],[124.2758,43.166653],[124.277607,43.168573],[124.271312,43.17507],[124.267744,43.176293],[124.275894,43.184831],[124.272766,43.192527],[124.275315,43.200788],[124.280199,43.205765],[124.274606,43.213777],[124.275915,43.219775],[124.274882,43.225224],[124.277402,43.227412],[124.265518,43.229867],[124.260396,43.228252],[124.256255,43.236115],[124.252507,43.236131],[124.251889,43.230781],[124.247586,43.229609],[124.245549,43.231493],[124.246376,43.23567],[124.244355,43.236296],[124.236516,43.232383],[124.222954,43.232606],[124.211047,43.243437],[124.213229,43.247756],[124.210657,43.253968],[124.199659,43.250134],[124.191288,43.244877],[124.172873,43.239728],[124.151015,43.243778],[124.150588,43.245617],[124.152536,43.246552],[124.128592,43.251816],[124.125744,43.24886],[124.117852,43.245633],[124.108354,43.244726],[124.108336,43.256896],[124.110892,43.260783],[124.10547,43.266465],[124.110991,43.274589],[124.098927,43.279662],[124.092127,43.278481],[124.096953,43.286827],[124.094894,43.29176],[124.091907,43.290258],[124.059015,43.28986],[124.050108,43.28674],[124.037556,43.28543],[124.026618,43.278258],[124.005531,43.294469],[124.003599,43.293983],[123.986718,43.306143],[123.965839,43.328175],[123.955924,43.336265],[123.958233,43.338488],[123.917844,43.358005],[123.905188,43.355807],[123.889949,43.359238],[123.89167,43.360896],[123.895537,43.376643],[123.88968,43.381876],[123.886867,43.38721],[123.882675,43.386972],[123.860378,43.392701],[123.857685,43.398606],[123.84644,43.403748],[123.84535,43.411764],[123.84709,43.416624],[123.847381,43.429053],[123.850053,43.435035],[123.865262,43.448375],[123.852424,43.4565],[123.855176,43.459465],[123.843251,43.467746],[123.839788,43.465158],[123.827416,43.471176],[123.819848,43.469127],[123.799292,43.480545],[123.791829,43.487265],[123.786556,43.488474],[123.784985,43.487833],[123.786607,43.484646],[123.780809,43.477356],[123.767573,43.477895],[123.765661,43.48051],[123.753077,43.476174],[123.744277,43.469242],[123.743041,43.463456],[123.746744,43.457866],[123.736181,43.433135],[123.726958,43.424023],[123.718419,43.421668],[123.703689,43.414254],[123.691216,43.376898],[123.698299,43.370496],[123.698539,43.368125],[123.601381,43.364623],[123.578606,43.374739],[123.550532,43.404201],[123.539296,43.412979],[123.526402,43.399123],[123.519346,43.396294],[123.514725,43.399161],[123.49583,43.421226],[123.486834,43.437127],[123.480504,43.442929],[123.435536,43.435027],[123.433494,43.426543],[123.437372,43.420644],[123.436307,43.417959],[123.413464,43.40744],[123.40759,43.423268],[123.389109,43.439146],[123.383131,43.446781],[123.383143,43.45515],[123.38155,43.459203],[123.369508,43.473938],[123.361828,43.475456],[123.35816,43.480786],[123.329153,43.478324],[123.309865,43.489515],[123.319254,43.503711],[123.323655,43.516521],[123.300283,43.532399],[123.29837,43.548247],[123.337875,43.558824],[123.346651,43.565192],[123.350733,43.565168],[123.393675,43.556871],[123.446758,43.543348],[123.449633,43.545447],[123.455675,43.561169],[123.454575,43.566016],[123.439917,43.578384],[123.432167,43.577096],[123.432982,43.574818],[123.427077,43.573049],[123.414741,43.595658],[123.419024,43.603959],[123.416771,43.607675],[123.417373,43.60976],[123.420007,43.608015],[123.422056,43.602165],[123.425226,43.599184],[123.429159,43.598686],[123.452377,43.586199],[123.506406,43.590108],[123.506297,43.604591],[123.500374,43.608722],[123.501238,43.617144],[123.50388,43.622557],[123.514044,43.626338],[123.523629,43.626448],[123.530526,43.629566],[123.532262,43.640615],[123.5272,43.655167],[123.523126,43.657177],[123.523669,43.660421],[123.521495,43.66663],[123.516943,43.67439],[123.511897,43.6789],[123.513723,43.682644],[123.519681,43.687011],[123.513375,43.699985],[123.513659,43.70518],[123.507668,43.713669],[123.491629,43.729052],[123.487271,43.726677],[123.483633,43.727471],[123.477401,43.731929],[123.476832,43.736903],[123.474382,43.738018],[123.476336,43.739212],[123.478955,43.746515],[123.479169,43.759965],[123.491009,43.768191],[123.491278,43.778033],[123.486557,43.786692],[123.476403,43.792379],[123.471975,43.797921],[123.46592,43.813624],[123.46076,43.813601],[123.455724,43.82018],[123.456332,43.833718],[123.460651,43.839117],[123.46189,43.850664],[123.460844,43.85701],[123.451738,43.872572],[123.446776,43.875782],[123.437617,43.874809],[123.433613,43.885304],[123.432501,43.898603],[123.422875,43.915295],[123.414331,43.926008],[123.394178,43.944542],[123.375698,43.950581],[123.371464,43.963788],[123.375032,43.972438],[123.382837,43.972432],[123.392966,43.976036],[123.363961,44],[123.357446,44.011593],[123.356003,44.011542],[123.353547,44.015107],[123.325125,44.02687],[123.321373,44.031994],[123.322737,44.032938],[123.319973,44.043435],[123.316784,44.043169],[123.314685,44.049813],[123.325095,44.05369],[123.322792,44.059513],[123.325691,44.060187],[123.324553,44.062651],[123.326819,44.063827],[123.322212,44.06865],[123.325438,44.071003],[123.322084,44.081616],[123.328468,44.086265],[123.33174,44.085104],[123.33511,44.0876],[123.337512,44.083884],[123.340565,44.0855],[123.344274,44.090355],[123.342158,44.095007],[123.347873,44.10441],[123.347567,44.10753],[123.352764,44.118673],[123.355423,44.131066],[123.377901,44.139403],[123.375846,44.14862],[123.377358,44.155502],[123.380559,44.154857],[123.379683,44.15631],[123.383995,44.160487],[123.379925,44.159569],[123.317359,44.177606],[123.313032,44.180594],[123.309989,44.187829],[123.293833,44.192979],[123.289003,44.20274],[123.286874,44.212039],[123.280646,44.209679],[123.270914,44.250487],[123.190791,44.342964],[123.167489,44.34311],[123.165521,44.348055],[123.142435,44.359465],[123.125535,44.360165],[123.11715,44.362095],[123.117634,44.365249],[123.122063,44.364728],[123.108142,44.397336],[123.10819,44.400284],[123.119613,44.40377],[123.129912,44.403848],[123.128925,44.412971],[123.131269,44.413419],[123.13594,44.426152],[123.11826,44.455788],[123.121752,44.45567],[123.130774,44.459717],[123.128627,44.460528],[123.129301,44.464766],[123.125738,44.46631],[123.119573,44.474874],[123.123918,44.476119],[123.127181,44.479308],[123.131352,44.48714],[123.127618,44.491806],[123.129815,44.500289],[123.118525,44.507457],[123.1072,44.50786],[123.092542,44.505333],[123.060877,44.504038],[123.034077,44.497012],[123.018788,44.490959],[122.99697,44.478326],[122.994271,44.474696],[122.990624,44.474322],[122.978349,44.468043],[122.962618,44.45689],[122.943337,44.446336],[122.935178,44.44359],[122.914531,44.429394],[122.86428,44.404352],[122.858181,44.400036],[122.848713,44.395931],[122.771249,44.373933],[122.754873,44.367705],[122.733878,44.351516],[122.697434,44.316967],[122.686063,44.301349],[122.684423,44.294897],[122.669971,44.283836],[122.637346,44.281711],[122.594112,44.271244],[122.55383,44.25832],[122.507259,44.248195],[122.476964,44.234797],[122.366888,44.233889],[122.313701,44.230784],[122.291653,44.238544],[122.265756,44.253621],[122.260295,44.265211],[122.268593,44.271779],[122.285985,44.308229],[122.288782,44.408923],[122.280438,44.475792],[122.266976,44.471499],[122.253173,44.474218],[122.23924,44.473771],[122.222426,44.478182],[122.209014,44.491756],[122.210282,44.494105],[122.216897,44.495789],[122.220622,44.516477],[122.218411,44.524268],[122.20846,44.532507],[122.201071,44.542547],[122.199913,44.551164],[122.190612,44.557909],[122.125734,44.575432],[122.132439,44.586046],[122.126035,44.601606],[122.107482,44.613361],[122.097068,44.671858],[122.109603,44.686539],[122.113084,44.697308],[122.111447,44.700058],[122.125151,44.708278],[122.142963,44.713876],[122.151421,44.72087],[122.149286,44.72585],[122.155515,44.726219],[122.146542,44.74178],[122.110343,44.737755],[122.096738,44.734175],[122.092883,44.742702],[122.104663,44.765709],[122.121444,44.755668],[122.136766,44.751648],[122.147902,44.76171],[122.159918,44.765207],[122.163263,44.768195],[122.151467,44.775296],[122.10899,44.774485],[122.093889,44.780268],[122.088191,44.789392],[122.086352,44.797419],[122.094078,44.806981],[122.092834,44.815014],[122.083353,44.831157],[122.076029,44.8382],[122.077985,44.849479],[122.075033,44.856269],[122.068861,44.858529],[122.066294,44.870204],[122.067476,44.874887],[122.063045,44.880367],[122.059451,44.882085],[122.053832,44.879513],[122.050334,44.880739],[122.047396,44.887037],[122.048768,44.889883],[122.048004,44.894893],[122.038982,44.897439],[122.046608,44.910769],[122.054486,44.912072],[122.060715,44.910034],[122.073137,44.912117],[122.080757,44.950828],[122.06857,45.004496],[122.092865,45.019396],[122.102169,45.047757],[122.113421,45.06644],[122.11263,45.097754],[122.103806,45.139877],[122.120779,45.156884],[122.137235,45.180878],[122.186756,45.178594],[122.210578,45.191873],[122.224295,45.204834],[122.236041,45.24575],[122.232745,45.261204],[122.233218,45.274273],[122.141269,45.293422],[122.140449,45.300936],[122.138838,45.30123],[122.138248,45.304402],[122.13613,45.324109],[122.136918,45.352286],[122.140045,45.367713],[122.145259,45.370644],[122.147482,45.377912],[122.174059,45.407326],[122.168912,45.418589],[122.164094,45.435178],[122.158946,45.441886],[122.139262,45.448128],[122.115911,45.452098],[122.100627,45.463121],[122.081676,45.465622],[122.058757,45.471065],[122.034111,45.483278],[122.017502,45.488153],[121.996605,45.505874],[121.997477,45.52232],[121.988051,45.537854],[121.987648,45.550792],[121.977333,45.560226],[121.972581,45.56042],[121.971647,45.56449],[121.966757,45.567054],[121.960727,45.594245],[121.965017,45.595746],[121.97404,45.593715],[121.990249,45.596987],[121.989672,45.603271],[121.997452,45.621303],[121.994171,45.631802],[121.988228,45.635651],[121.985442,45.635584],[121.986941,45.639131],[121.964387,45.690863],[121.943341,45.70919],[121.939337,45.711649],[121.928717,45.71155],[121.910379,45.714948],[121.89381,45.714788],[121.88847,45.711818],[121.869113,45.716908],[121.855093,45.717083],[121.825515,45.709042],[121.809531,45.701434],[121.806553,45.699479],[121.806688,45.696043],[121.802626,45.691973],[121.80541,45.685031],[121.771025,45.692201],[121.750841,45.688765],[121.727045,45.697476],[121.708051,45.699865],[121.682926,45.71076],[121.680033,45.710361],[121.673082,45.717951],[121.66465,45.721516],[121.664571,45.726625],[121.660646,45.725683],[121.658662,45.727871],[121.660724,45.731114],[121.665366,45.733384],[121.664102,45.737641],[121.644275,45.745033],[121.638964,45.750693],[121.638965,45.75297],[121.649727,45.762008],[121.651654,45.768625],[121.65449,45.769296],[121.662855,45.766102],[121.670277,45.766597],[121.682081,45.761459],[121.691063,45.761075],[121.689253,45.766507],[121.690172,45.769089],[121.700032,45.773372],[121.709168,45.780216],[121.722533,45.7842],[121.717015,45.792226],[121.721081,45.79237],[121.725365,45.784533],[121.729658,45.783997],[121.737997,45.787086],[121.735576,45.789924],[121.748173,45.792932],[121.748209,45.796765],[121.744981,45.803028],[121.747546,45.801994],[121.748683,45.79857],[121.750009,45.804194],[121.74715,45.807797],[121.747725,45.813131],[121.751568,45.817001],[121.755136,45.815742],[121.761284,45.817097],[121.766851,45.824572],[121.759366,45.828669],[121.758436,45.831677],[121.75966,45.834859],[121.764702,45.8411],[121.778081,45.851203],[121.779022,45.85755],[121.788766,45.866255],[121.792643,45.866749],[121.797734,45.871027],[121.811221,45.873744],[121.806273,45.87984],[121.80754,45.881417],[121.80292,45.885764],[121.805779,45.887311],[121.800816,45.892658],[121.803632,45.893143],[121.805854,45.895662],[121.800283,45.899277],[121.810941,45.908718],[121.810927,45.912671],[121.815464,45.916515],[121.815183,45.918705],[121.810782,45.921632],[121.811884,45.926551],[121.802301,45.929771],[121.804363,45.93447],[121.803436,45.937327],[121.798398,45.940292],[121.7977,45.942548],[121.804584,45.946521],[121.800342,45.955571],[121.803304,45.959677],[121.798596,45.966845],[121.79235,45.969801],[121.786347,45.977131],[121.778931,45.979768],[121.778202,45.983382],[121.775369,45.984257],[121.763725,45.982321],[121.758977,45.987976],[121.753034,45.991709],[121.7585,45.998797],[121.762113,45.997903],[121.770603,46.000772],[121.779321,46.001376],[121.78048,46.009163],[121.795354,46.010874],[121.806191,46.015837],[121.808587,46.019115],[121.807032,46.024077],[121.813034,46.02151],[121.837926,46.022433],[121.842179,46.013132],[121.853014,46.00851],[121.854145,46.00443],[121.86481,45.997528],[121.870731,45.999271],[121.887484,46.000258],[121.888992,46.006518],[121.905798,46.004247],[121.907,46.006112],[121.912818,46.005866],[121.918307,46.001995],[121.918685,45.9937],[121.921367,45.992168],[121.922349,45.986622],[121.934586,45.987662],[121.947296,45.984182],[121.953685,45.985243],[121.955402,45.98028],[121.9598,45.977034],[121.972952,45.975057],[121.980365,45.972616],[121.98209,45.969803],[121.986259,45.973483],[121.988422,45.980005],[121.990778,45.981384],[121.997502,45.980538],[121.99948,45.978895],[122.002607,45.967672],[122.000852,45.964396],[122.008932,45.958761],[122.016605,45.959809],[122.033498,45.957178],[122.034973,45.955018],[122.033377,45.950138],[122.034164,45.947075],[122.046112,45.933184],[122.048737,45.931055],[122.052378,45.931769],[122.055611,45.930348],[122.056573,45.927547],[122.065062,45.928504],[122.073596,45.920407],[122.078974,45.908983],[122.075739,45.895529],[122.082748,45.889852],[122.085387,45.879857],[122.095516,45.879162],[122.096953,45.875547],[122.100534,45.876715],[122.11185,45.871386],[122.121909,45.869712],[122.132057,45.871064],[122.135083,45.869193],[122.134454,45.867329],[122.141053,45.862707],[122.148019,45.864454],[122.15817,45.863233],[122.165151,45.859703],[122.179379,45.857093],[122.184966,45.852111],[122.194985,45.854878],[122.197963,45.850104],[122.205562,45.84674],[122.212286,45.841071],[122.211401,45.831421],[122.215028,45.827874],[122.230591,45.829153],[122.236198,45.82492],[122.238831,45.82177],[122.241165,45.807443],[122.248023,45.799883],[122.248492,45.795682],[122.252951,45.792878],[122.256847,45.792995],[122.263193,45.797957],[122.263053,45.799706],[122.268763,45.803274],[122.274843,45.800317],[122.279816,45.800243],[122.276711,45.804505],[122.286015,45.809048],[122.295704,45.811001],[122.295903,45.813936],[122.293218,45.816283],[122.30669,45.822786],[122.305008,45.824143],[122.29737,45.824138],[122.297056,45.827898],[122.314934,45.828425],[122.312501,45.833774],[122.315149,45.838193],[122.315346,45.842302],[122.33201,45.849626],[122.33075,45.850708],[122.332115,45.851697],[122.329067,45.854476],[122.331686,45.857992],[122.337686,45.858109],[122.349149,45.853103],[122.367036,45.854002],[122.362923,45.859973],[122.356397,45.884891],[122.35434,45.900826],[122.355827,45.902686],[122.356004,45.915352],[122.364742,45.917741],[122.374905,45.918121],[122.439895,45.914828],[122.469061,45.875899],[122.485125,45.862424],[122.489938,45.856252],[122.497294,45.819652],[122.497394,45.808572],[122.510054,45.80101],[122.53616,45.772077],[122.593122,45.750869],[122.624118,45.74312],[122.65547,45.731316],[122.659178,45.726177],[122.65775,45.718724],[122.663075,45.717023],[122.665688,45.698751],[122.736088,45.703123],[122.7357,45.707092],[122.741167,45.707605],[122.740279,45.71051],[122.742283,45.710597],[122.740649,45.71858],[122.755072,45.720252],[122.754186,45.723692],[122.747379,45.728991],[122.74518,45.734108],[122.752542,45.73489],[122.753407,45.739674],[122.765227,45.744218],[122.766365,45.748308],[122.769266,45.749504],[122.768856,45.751502],[122.781698,45.760813],[122.78756,45.767584],[122.797401,45.774029],[122.803159,45.78118],[122.792367,45.8471],[122.795042,45.855454],[122.811079,45.877586],[122.815018,45.88688],[122.814744,45.889515],[122.821203,45.896267],[122.820475,45.906865],[122.822387,45.91141],[122.787115,46.071319],[123.039339,46.098034],[123.063415,46.121538],[123.105665,46.127992],[123.096356,46.16999],[123.121176,46.172675],[123.121865,46.208451],[123.137999,46.227473],[123.15906,46.239411],[123.204729,46.260196],[123.21233,46.267107],[123.216794,46.268639],[123.241674,46.271494],[123.24491,46.266006],[123.247049,46.26566],[123.247138,46.263493],[123.256287,46.265257],[123.257221,46.260919],[123.261521,46.262031],[123.26971,46.259499],[123.272597,46.26141],[123.27096,46.255336],[123.274391,46.25411],[123.273802,46.252051],[123.280507,46.24829],[123.286942,46.250283],[123.295793,46.246347],[123.300969,46.246916],[123.313442,46.249487],[123.314287,46.250379],[123.312556,46.251842],[123.314039,46.252635],[123.323557,46.246309],[123.32654,46.246716],[123.329373,46.242124],[123.333622,46.243354],[123.335459,46.241464],[123.341514,46.24388],[123.34563,46.236752],[123.350625,46.232032],[123.348532,46.230408],[123.352856,46.228714],[123.349107,46.226141],[123.366803,46.220939],[123.374309,46.22284],[123.376301,46.226903],[123.379667,46.22562],[123.382575,46.227992],[123.382896,46.23067],[123.379276,46.231634],[123.379475,46.233634],[123.384087,46.234668],[123.381677,46.236821],[123.382027,46.239354],[123.386379,46.239872],[123.385809,46.241407],[123.387492,46.242612],[123.391378,46.239726],[123.393085,46.240963],[123.397897,46.237558],[123.400631,46.237441],[123.402433,46.242395],[123.410345,46.238337],[123.411963,46.239827],[123.420256,46.238833],[123.424305,46.242084],[123.429407,46.240632],[123.434426,46.236811],[123.439165,46.237798],[123.44447,46.234273],[123.446263,46.230393],[123.452556,46.232965],[123.458017,46.238139],[123.459429,46.237327],[123.463683,46.24028],[123.464816,46.238278],[123.47015,46.240107],[123.472752,46.242517],[123.47112,46.244767],[123.474073,46.244577],[123.471122,46.24769],[123.477541,46.24758],[123.479645,46.251168],[123.492788,46.257683],[123.507769,46.252689],[123.511452,46.248954],[123.520057,46.247325],[123.525048,46.240198],[123.537905,46.233321],[123.545417,46.232519],[123.556102,46.23421],[123.556876,46.228221],[123.563396,46.221892],[123.56355,46.224878],[123.567847,46.228501],[123.59032,46.232356],[123.590229,46.234389],[123.592484,46.235101],[123.592245,46.23761],[123.590885,46.237903],[123.59229,46.243042],[123.59777,46.245862],[123.599153,46.247553],[123.598609,46.25011],[123.613704,46.250295],[123.66654,46.256676],[123.673449,46.252128],[123.677838,46.25122],[123.683522,46.252836],[123.689859,46.252386],[123.698729,46.256241],[123.718506,46.253781],[123.737891,46.262242],[123.744159,46.261588],[123.743727,46.260664],[123.749838,46.258225],[123.770562,46.261731],[123.780663,46.265782],[123.782066,46.26939],[123.785849,46.271539],[123.789796,46.271323],[123.792915,46.272277],[123.793864,46.27416],[123.797513,46.274009],[123.798295,46.28193],[123.812064,46.280558],[123.822164,46.286264],[123.821108,46.28997],[123.824669,46.288842],[123.843327,46.300632],[123.850363,46.298096],[123.861836,46.297289],[123.893686,46.302152],[123.903093,46.297443]],[[130.2348,42.778215],[130.237252,42.778521],[130.24101,42.774097],[130.237856,42.780493],[130.241432,42.782957],[130.249011,42.783284],[130.252403,42.786195],[130.252022,42.791088],[130.241895,42.799137],[130.240258,42.803392],[130.226427,42.78843],[130.2348,42.778215]],[[130.238962,42.751232],[130.240709,42.752168],[130.240233,42.755932],[130.238962,42.751232]],[[130.242531,42.722874],[130.24295,42.723533],[130.242077,42.723832],[130.242531,42.722874]],[[130.546629,42.508331],[130.549213,42.512958],[130.549342,42.516555],[130.547021,42.523205],[130.542089,42.530031],[130.535108,42.532842],[130.540693,42.523216],[130.541511,42.517435],[130.546629,42.508331]],[[130.565995,42.47006],[130.56744,42.469773],[130.580641,42.474249],[130.581819,42.475949],[130.580484,42.481407],[130.573633,42.484222],[130.570041,42.483802],[130.568137,42.481422],[130.565758,42.472499],[130.565995,42.47006]]]}},{type:"Feature",properties:{name:"黑龙江省",province_adcode:23e4,province_type:"省",name_en:"Heilongjiang",name_var:"Hēi Lóng Jiāng",adcode:23e4},geometry:{type:"Polygon",coordinates:[[[123.402487,53.535062],[123.431894,53.53542],[123.452259,53.532999],[123.458907,53.521455],[123.462807,53.507055],[123.467243,53.50197],[123.475936,53.496329],[123.49156,53.494846],[123.499387,53.498048],[123.503309,53.506118],[123.5,53.511566],[123.480455,53.52306],[123.478712,53.527658],[123.48165,53.538159],[123.490403,53.547863],[123.510538,53.556261],[123.517367,53.55696],[123.532568,53.553793],[123.541913,53.549366],[123.55129,53.541911],[123.553138,53.5367],[123.55127,53.528631],[123.528014,53.512436],[123.523124,53.506995],[123.522444,53.503116],[123.525011,53.499816],[123.530749,53.497086],[123.543377,53.495969],[123.55667,53.499781],[123.568243,53.508855],[123.578271,53.526985],[123.579372,53.542623],[123.581278,53.54636],[123.588478,53.549901],[123.600551,53.550102],[123.616136,53.548019],[123.643546,53.537802],[123.657792,53.535298],[123.662134,53.531303],[123.664059,53.524194],[123.670587,53.519287],[123.681102,53.503211],[123.686684,53.497425],[123.700397,53.491909],[123.713151,53.491456],[123.72681,53.495489],[123.747667,53.497347],[123.803816,53.48566],[123.844196,53.48831],[123.857776,53.487496],[123.887864,53.478323],[123.913512,53.462813],[123.942579,53.450021],[123.97034,53.435139],[123.994885,53.419761],[123.997643,53.416763],[124.000315,53.40559],[124.012764,53.396041],[124.027411,53.394334],[124.042705,53.400124],[124.04982,53.400861],[124.056135,53.400917],[124.062046,53.398564],[124.07668,53.387444],[124.076175,53.378112],[124.078975,53.371752],[124.083868,53.368589],[124.095626,53.364825],[124.098924,53.361658],[124.10096,53.354954],[124.103937,53.351],[124.11709,53.346313],[124.133843,53.348324],[124.160066,53.363964],[124.17049,53.368356],[124.183397,53.368957],[124.218496,53.377081],[124.238339,53.377781],[124.24461,53.374849],[124.254028,53.362431],[124.264746,53.355569],[124.286023,53.343373],[124.30515,53.336074],[124.314196,53.330938],[124.320383,53.325322],[124.336322,53.302535],[124.345289,53.284511],[124.352321,53.281182],[124.357494,53.266145],[124.36214,53.260538],[124.376613,53.252048],[124.398934,53.248586],[124.40972,53.244052],[124.418532,53.235594],[124.42503,53.222912],[124.432564,53.217583],[124.440542,53.215743],[124.449788,53.21733],[124.468484,53.214974],[124.47696,53.212595],[124.495116,53.203811],[124.504995,53.202123],[124.536325,53.200591],[124.596082,53.207344],[124.624133,53.207342],[124.672756,53.202482],[124.69172,53.195654],[124.707762,53.193025],[124.717315,53.188682],[124.721529,53.182573],[124.707451,53.162556],[124.706832,53.158647],[124.709479,53.153765],[124.730271,53.144001],[124.754927,53.140189],[124.775321,53.13907],[124.790424,53.140075],[124.824747,53.145053],[124.833819,53.140124],[124.836688,53.135644],[124.844054,53.122509],[124.849825,53.104292],[124.85732,53.098581],[124.863804,53.096618],[124.878904,53.096103],[124.886927,53.097603],[124.895808,53.103986],[124.900329,53.11203],[124.901244,53.116859],[124.899775,53.123183],[124.89168,53.137862],[124.880694,53.15051],[124.877673,53.159373],[124.882194,53.16437],[124.892664,53.169129],[124.931361,53.182619],[124.953935,53.186879],[124.972134,53.195162],[125.070623,53.203023],[125.107135,53.201313],[125.139343,53.202474],[125.155048,53.200447],[125.165788,53.196747],[125.177628,53.197673],[125.190566,53.19579],[125.206556,53.191126],[125.211393,53.189249],[125.214166,53.185558],[125.22092,53.183077],[125.240809,53.179874],[125.275285,53.161469],[125.281496,53.155131],[125.314118,53.142215],[125.351506,53.135739],[125.37155,53.129457],[125.390357,53.12803],[125.434501,53.10956],[125.450011,53.1073],[125.487559,53.097964],[125.498675,53.09162],[125.498825,53.087509],[125.493745,53.078897],[125.494064,53.068401],[125.499418,53.055714],[125.506466,53.048887],[125.516683,53.047863],[125.537278,53.056188],[125.548333,53.062532],[125.557931,53.071171],[125.566117,53.075327],[125.585975,53.080452],[125.607206,53.081903],[125.618794,53.075465],[125.631495,53.062466],[125.635926,53.052921],[125.633808,53.04264],[125.637345,53.03511],[125.641136,53.031996],[125.654251,53.026797],[125.669988,53.010579],[125.679513,53.003103],[125.689211,52.999515],[125.716494,52.996802],[125.730513,52.993674],[125.739553,52.988226],[125.743375,52.983194],[125.740128,52.977534],[125.728146,52.973827],[125.723702,52.968509],[125.722586,52.959762],[125.728166,52.944353],[125.726439,52.939601],[125.710491,52.932011],[125.692466,52.928008],[125.677811,52.92673],[125.661813,52.920042],[125.655374,52.914227],[125.654596,52.910505],[125.658131,52.878885],[125.655473,52.872347],[125.658715,52.867061],[125.664346,52.862485],[125.671431,52.859593],[125.676908,52.859775],[125.698796,52.868349],[125.703217,52.87375],[125.709917,52.878011],[125.742839,52.879986],[125.750467,52.883271],[125.756903,52.887751],[125.762155,52.894856],[125.766878,52.896445],[125.773865,52.896929],[125.798298,52.89365],[125.821594,52.896435],[125.829503,52.89578],[125.842935,52.891387],[125.849187,52.887228],[125.844374,52.877266],[125.845452,52.865815],[125.865891,52.847111],[125.909119,52.820308],[125.917006,52.81223],[125.921444,52.803402],[125.922977,52.7953],[125.927734,52.790392],[125.929026,52.785335],[125.936621,52.780705],[125.947626,52.7769],[125.952544,52.767429],[125.962292,52.758861],[125.976944,52.756435],[125.984724,52.759278],[125.999158,52.774187],[126.007571,52.791097],[126.017162,52.795896],[126.027182,52.797496],[126.045093,52.795836],[126.106358,52.769162],[126.110308,52.762786],[126.108223,52.758483],[126.104173,52.75611],[126.062312,52.75191],[126.046667,52.747329],[126.038398,52.743046],[126.036286,52.737593],[126.036935,52.735461],[126.046027,52.71797],[126.058238,52.702421],[126.062121,52.693626],[126.063092,52.683633],[126.061348,52.679471],[126.049879,52.675841],[126.014637,52.673457],[125.990861,52.675151],[125.982901,52.672269],[125.965626,52.657099],[125.961566,52.647195],[125.961397,52.628915],[125.966616,52.615322],[125.979997,52.602881],[125.99302,52.59323],[126,52.589957],[126.01051,52.580102],[126.025868,52.573543],[126.033863,52.573329],[126.03936,52.575756],[126.051272,52.586708],[126.051788,52.596251],[126.055923,52.601781],[126.060144,52.603659],[126.066953,52.603689],[126.089069,52.59568],[126.110797,52.582196],[126.167908,52.555697],[126.197953,52.534389],[126.203366,52.526921],[126.203619,52.522019],[126.184393,52.491136],[126.181518,52.479326],[126.182344,52.473423],[126.187511,52.466975],[126.200078,52.464477],[126.228234,52.473348],[126.250982,52.474922],[126.263413,52.472909],[126.266941,52.470618],[126.273354,52.459745],[126.292316,52.44044],[126.302073,52.433149],[126.308641,52.430584],[126.325038,52.417367],[126.341512,52.396351],[126.348036,52.384847],[126.349305,52.376183],[126.343271,52.358293],[126.33981,52.353595],[126.333182,52.349085],[126.317933,52.34518],[126.312606,52.339836],[126.310875,52.334753],[126.312158,52.330377],[126.311102,52.321921],[126.315333,52.313586],[126.324272,52.307154],[126.339284,52.301866],[126.39114,52.303231],[126.424685,52.298269],[126.431187,52.293584],[126.432046,52.290301],[126.430789,52.285813],[126.425506,52.279389],[126.421794,52.278532],[126.405313,52.281304],[126.397996,52.280352],[126.371008,52.268103],[126.337662,52.257548],[126.330168,52.251347],[126.310329,52.240333],[126.305262,52.236487],[126.294759,52.219574],[126.294283,52.213566],[126.297837,52.205298],[126.308365,52.200464],[126.34669,52.188307],[126.397567,52.183931],[126.419526,52.171936],[126.445454,52.163725],[126.495075,52.158345],[126.546017,52.136656],[126.556793,52.128718],[126.558477,52.119566],[126.549672,52.106798],[126.53808,52.098348],[126.53261,52.091159],[126.536412,52.074869],[126.535873,52.071406],[126.517749,52.059716],[126.514687,52.056298],[126.513159,52.048886],[126.515287,52.04155],[126.514245,52.036953],[126.509628,52.034778],[126.502908,52.034537],[126.489881,52.038656],[126.47254,52.04038],[126.446446,52.029146],[126.440249,52.022311],[126.437679,52.01039],[126.439478,52.002142],[126.462396,51.985279],[126.462848,51.976685],[126.456516,51.962664],[126.458175,51.946533],[126.464205,51.937185],[126.4731,51.932512],[126.490287,51.929949],[126.49677,51.926934],[126.512449,51.903565],[126.521947,51.894369],[126.533104,51.887735],[126.543506,51.877936],[126.556623,51.860447],[126.568985,51.831953],[126.576674,51.822455],[126.59763,51.804062],[126.615571,51.778885],[126.629377,51.768728],[126.649394,51.762982],[126.658385,51.757768],[126.659667,51.754809],[126.658991,51.750994],[126.655222,51.743757],[126.656578,51.738028],[126.660565,51.733338],[126.666076,51.729585],[126.678439,51.726268],[126.704219,51.730188],[126.710853,51.729887],[126.715527,51.726721],[126.724617,51.713995],[126.724723,51.702297],[126.717194,51.692906],[126.715448,51.688808],[126.715074,51.680978],[126.731658,51.653601],[126.732714,51.646213],[126.731357,51.634002],[126.723204,51.626087],[126.687032,51.615307],[126.671353,51.603849],[126.668489,51.600382],[126.669242,51.595859],[126.675273,51.587416],[126.686731,51.57822],[126.707385,51.569325],[126.77161,51.555907],[126.802366,51.545806],[126.828878,51.534855],[126.83832,51.529298],[126.838684,51.524971],[126.83679,51.520253],[126.829482,51.514247],[126.823022,51.505309],[126.802015,51.489358],[126.797988,51.480293],[126.798225,51.470013],[126.796697,51.466775],[126.776483,51.447991],[126.776487,51.441096],[126.779339,51.435684],[126.78969,51.426845],[126.80926,51.417051],[126.850459,51.411627],[126.895524,51.408034],[126.912423,51.391877],[126.917064,51.383811],[126.921318,51.367755],[126.921318,51.360518],[126.915589,51.348608],[126.905638,51.342578],[126.89614,51.33911],[126.839152,51.344839],[126.829503,51.342728],[126.817698,51.334596],[126.812768,51.328104],[126.80719,51.310917],[126.809753,51.296143],[126.815181,51.278202],[126.820494,51.269649],[126.835664,51.256279],[126.850308,51.250311],[126.861465,51.246843],[126.883928,51.243225],[126.898703,51.245185],[126.913783,51.255976],[126.914918,51.263478],[126.912161,51.270354],[126.904884,51.280614],[126.889959,51.287851],[126.869908,51.301269],[126.867345,51.306998],[126.868626,51.316194],[126.87443,51.31936],[126.929459,51.33127],[126.962023,51.33323],[126.97484,51.326746],[126.976785,51.321294],[126.974963,51.304803],[126.968054,51.290414],[126.945892,51.265689],[126.924333,51.250009],[126.913176,51.229958],[126.8981,51.21458],[126.894331,51.20659],[126.893577,51.201916],[126.896165,51.187754],[126.910161,51.144023],[126.915739,51.110403],[126.916795,51.098493],[126.915136,51.076783],[126.91785,51.059295],[126.925237,51.054169],[126.942274,51.049193],[126.950716,51.044671],[126.987955,51.019041],[127.012797,50.99579],[127.024548,50.977467],[127.0402,50.964902],[127.050521,50.958887],[127.102685,50.938232],[127.12678,50.920126],[127.152342,50.889798],[127.196309,50.827271],[127.208822,50.805109],[127.221788,50.787168],[127.235356,50.773599],[127.244713,50.767122],[127.259557,50.761696],[127.287822,50.755055],[127.295209,50.750834],[127.298978,50.745407],[127.298375,50.733346],[127.28164,50.710731],[127.279885,50.704319],[127.280736,50.691584],[127.287671,50.667915],[127.292797,50.65917],[127.314959,50.635048],[127.333352,50.621932],[127.349182,50.600373],[127.363806,50.584694],[127.365012,50.579719],[127.364861,50.575949],[127.357926,50.558461],[127.356419,50.547757],[127.353554,50.542782],[127.321088,50.530428],[127.314285,50.526402],[127.309526,50.518312],[127.306195,50.499514],[127.300009,50.487855],[127.287873,50.476909],[127.286398,50.473364],[127.291157,50.459801],[127.300675,50.452662],[127.313524,50.448379],[127.338358,50.447119],[127.345683,50.44539],[127.356181,50.439038],[127.361038,50.432287],[127.363255,50.404121],[127.359685,50.394366],[127.354053,50.386729],[127.329553,50.36298],[127.325387,50.352666],[127.325043,50.342507],[127.32899,50.332738],[127.371583,50.290145],[127.383956,50.283959],[127.433867,50.274262],[127.486563,50.257452],[127.539573,50.250646],[127.559084,50.244697],[127.593714,50.238658],[127.599324,50.235735],[127.603104,50.228517],[127.604056,50.211861],[127.597791,50.1737],[127.586686,50.149519],[127.577882,50.137384],[127.563843,50.122393],[127.530578,50.097076],[127.515561,50.081205],[127.501834,50.058814],[127.488625,50.014449],[127.487748,49.999994],[127.491746,49.984765],[127.500883,49.973534],[127.530769,49.947646],[127.53699,49.939918],[127.538954,49.932798],[127.540667,49.924993],[127.539716,49.91281],[127.532672,49.89663],[127.520489,49.85399],[127.525439,49.826579],[127.538016,49.80637],[127.561987,49.788317],[127.57436,49.78451],[127.65412,49.776324],[127.660592,49.773279],[127.665732,49.769091],[127.668587,49.759573],[127.668397,49.738634],[127.672204,49.705321],[127.674304,49.69482],[127.680009,49.680712],[127.688634,49.670599],[127.704993,49.657809],[127.720755,49.649817],[127.740239,49.644425],[127.763141,49.633866],[127.779036,49.62414],[127.786638,49.616466],[127.802997,49.592374],[127.809038,49.58744],[127.813556,49.586128],[127.824115,49.585384],[127.846868,49.587615],[127.881965,49.57542],[127.898415,49.574477],[127.916616,49.578544],[127.946394,49.594336],[127.955758,49.596621],[127.962414,49.595618],[127.975359,49.587615],[127.983687,49.584641],[128.003825,49.579544],[128.032764,49.562333],[128.046148,49.558021],[128.09184,49.546581],[128.112589,49.549246],[128.125914,49.548866],[128.160749,49.539538],[128.18245,49.536302],[128.196298,49.537579],[128.211068,49.543493],[128.231752,49.558955],[128.24679,49.562952],[128.262971,49.564285],[128.284481,49.562952],[128.29457,49.559145],[128.321029,49.542774],[128.327721,49.540937],[128.335707,49.541855],[128.34825,49.547343],[128.363289,49.561429],[128.364811,49.564665],[128.362908,49.574754],[128.363673,49.579728],[128.367096,49.583511],[128.37452,49.586556],[128.396601,49.589983],[128.444571,49.587318],[128.489115,49.589983],[128.510614,49.595771],[128.521704,49.600665],[128.540178,49.603427],[128.613037,49.587889],[128.646349,49.576087],[128.665195,49.571328],[128.685753,49.568853],[128.711315,49.561833],[128.719446,49.563714],[128.72498,49.57042],[128.727986,49.586265],[128.731099,49.591689],[128.743123,49.594621],[128.751195,49.594449],[128.765703,49.589602],[128.783787,49.586556],[128.796731,49.579894],[128.799967,49.576277],[128.804536,49.563142],[128.797641,49.545758],[128.778456,49.534385],[128.748808,49.512077],[128.743636,49.503458],[128.741528,49.496327],[128.742523,49.48737],[128.746287,49.481479],[128.760563,49.473675],[128.786452,49.469677],[128.793716,49.471078],[128.809946,49.477627],[128.85498,49.489094],[128.871351,49.488903],[128.887642,49.485736],[128.904283,49.477863],[128.91856,49.467393],[128.929791,49.462253],[128.942164,49.459017],[128.961321,49.457178],[128.996606,49.457114],[129.010312,49.451213],[129.019829,49.441124],[129.026302,49.431035],[129.033726,49.414664],[129.041644,49.391209],[129.052571,49.372024],[129.061708,49.363648],[129.072558,49.358128],[129.101493,49.351275],[129.117292,49.350514],[129.133663,49.352988],[129.171354,49.385159],[129.209044,49.399055],[129.223892,49.400007],[129.261202,49.391631],[129.274463,49.383795],[129.29916,49.362989],[129.310757,49.355329],[129.338429,49.35147],[129.347243,49.352608],[129.358094,49.354511],[129.36666,49.357938],[129.372751,49.363268],[129.374845,49.371834],[129.374274,49.376212],[129.367802,49.388205],[129.365327,49.400958],[129.369555,49.415721],[129.372942,49.422088],[129.382459,49.428941],[129.401685,49.437317],[129.429287,49.440553],[129.51095,49.420756],[129.524656,49.410476],[129.533603,49.399816],[129.537956,49.389758],[129.543501,49.325006],[129.549036,49.304216],[129.554666,49.294244],[129.562677,49.285875],[129.574563,49.279014],[129.596718,49.274631],[129.615685,49.277148],[129.646127,49.290042],[129.66459,49.294662],[129.695856,49.294901],[129.705652,49.292616],[129.715875,49.287711],[129.73629,49.271946],[129.744683,49.261876],[129.747373,49.247645],[129.747373,49.240107],[129.744708,49.229637],[129.745089,49.22031],[129.747373,49.207746],[129.751243,49.199363],[129.75613,49.193469],[129.776879,49.179954],[129.807146,49.175576],[129.83901,49.177583],[129.849767,49.17308],[129.855306,49.167581],[129.857485,49.157966],[129.855306,49.148355],[129.845788,49.137124],[129.843694,49.131603],[129.84318,49.121577],[129.846549,49.115423],[129.853444,49.109849],[129.860826,49.107809],[129.894519,49.105715],[129.909227,49.102113],[129.92088,49.09464],[129.924786,49.083443],[129.924215,49.076781],[129.919075,49.067072],[129.909748,49.058126],[129.910129,49.046324],[129.912218,49.042668],[129.933543,49.032999],[129.94839,49.029191],[129.965903,49.027478],[130.011779,49.013582],[130.023039,49.005504],[130.035765,48.984989],[130.050672,48.972173],[130.063255,48.96628],[130.09805,48.955228],[130.127348,48.940291],[130.195283,48.898226],[130.205285,48.889978],[130.217174,48.874431],[130.231494,48.863559],[130.244586,48.861297],[130.279459,48.864549],[130.293698,48.86815],[130.359752,48.890802],[130.399425,48.901769],[130.431513,48.906002],[130.451045,48.904171],[130.466029,48.899368],[130.475535,48.889085],[130.485787,48.866027],[130.498742,48.858058],[130.511162,48.853409],[130.533241,48.85184],[130.544488,48.853502],[130.562798,48.85977],[130.584527,48.871187],[130.616479,48.882047],[130.656884,48.88043],[130.675622,48.8748],[130.682168,48.869704],[130.68467,48.864295],[130.684045,48.857384],[130.68029,48.846638],[130.674095,48.840069],[130.650657,48.824292],[130.629905,48.806777],[130.612372,48.787546],[130.603093,48.763534],[130.576985,48.717217],[130.571292,48.70064],[130.559893,48.678591],[130.540132,48.650511],[130.52556,48.633807],[130.522462,48.625795],[130.522157,48.61655],[130.52591,48.610084],[130.534531,48.603674],[130.584442,48.595408],[130.594604,48.591229],[130.603195,48.584887],[130.609542,48.57058],[130.606597,48.554883],[130.608107,48.540604],[130.607969,48.512174],[130.610455,48.504468],[130.622586,48.489189],[130.639477,48.486238],[130.66412,48.490102],[130.699765,48.506124],[130.713483,48.513898],[130.722959,48.516319],[130.738187,48.513172],[130.755139,48.500837],[130.762768,48.490728],[130.764828,48.486038],[130.764492,48.48192],[130.761135,48.474471],[130.756038,48.468559],[130.736933,48.451694],[130.72964,48.440477],[130.729853,48.433234],[130.743967,48.412435],[130.747705,48.403596],[130.758172,48.387347],[130.763756,48.372854],[130.763664,48.363858],[130.767188,48.357571],[130.773298,48.352622],[130.777048,48.355121],[130.81165,48.339446],[130.82296,48.328066],[130.83513,48.3086],[130.837933,48.298617],[130.837196,48.294359],[130.833551,48.289737],[130.823568,48.28225],[130.809696,48.263391],[130.801543,48.259497],[130.779636,48.254563],[130.770136,48.244825],[130.757597,48.219326],[130.757839,48.186957],[130.702086,48.154392],[130.665936,48.126035],[130.660711,48.11709],[130.658514,48.102853],[130.665207,48.091412],[130.678349,48.077055],[130.680172,48.059351],[130.682126,48.051682],[130.686015,48.045962],[130.700505,48.038663],[130.732513,48.030064],[130.747433,48.009925],[130.762468,47.995817],[130.789188,47.984144],[130.863352,47.940909],[130.883544,47.924966],[130.921737,47.866602],[130.953727,47.825642],[130.957016,47.813228],[130.9547,47.780555],[130.958717,47.730844],[130.962371,47.723422],[130.975753,47.710764],[130.99023,47.702915],[131.021872,47.692209],[131.071294,47.687171],[131.107095,47.687245],[131.158092,47.695532],[131.175011,47.700215],[131.228902,47.730626],[131.265397,47.736397],[131.328291,47.732432],[131.351419,47.728298],[131.388675,47.730921],[131.402189,47.736525],[131.428245,47.743957],[131.447595,47.744571],[131.486912,47.738314],[131.525484,47.735998],[131.535828,47.733621],[131.551395,47.722302],[131.560037,47.680254],[131.582275,47.660243],[131.610633,47.656546],[131.624954,47.658617],[131.641041,47.66535],[131.656188,47.675987],[131.666297,47.692375],[131.67191,47.697988],[131.690019,47.706673],[131.701805,47.707984],[131.726387,47.704655],[131.757317,47.689988],[131.767999,47.681153],[131.789519,47.678888],[131.814606,47.672201],[131.835191,47.670975],[131.8499,47.672158],[131.861034,47.676784],[131.895733,47.683192],[131.89934,47.682211],[131.904691,47.676802],[131.908974,47.674803],[131.957114,47.665814],[131.964478,47.665745],[131.973981,47.667641],[131.980284,47.671118],[131.983832,47.676992],[131.990817,47.702746],[131.994906,47.708412],[132.002244,47.711355],[132.013064,47.712838],[132.020804,47.712022],[132.059827,47.699077],[132.094569,47.70129],[132.159411,47.702268],[132.201263,47.713477],[132.218444,47.713058],[132.243407,47.706843],[132.252364,47.707054],[132.273742,47.716559],[132.280212,47.727201],[132.28252,47.737444],[132.291262,47.747876],[132.303755,47.754539],[132.31244,47.756204],[132.340881,47.757043],[132.379883,47.7519],[132.388626,47.749896],[132.415237,47.73675],[132.437923,47.730711],[132.447169,47.730298],[132.481579,47.71785],[132.518924,47.714412],[132.539076,47.714586],[132.578093,47.723813],[132.58824,47.728569],[132.599791,47.736961],[132.605224,47.74856],[132.605102,47.752057],[132.602813,47.755895],[132.589767,47.765367],[132.586624,47.773495],[132.588685,47.786109],[132.5943,47.803582],[132.610475,47.82329],[132.613542,47.832658],[132.620211,47.839799],[132.647341,47.850676],[132.666659,47.862205],[132.672427,47.863069],[132.681979,47.870849],[132.683749,47.881561],[132.680255,47.89514],[132.673099,47.902487],[132.662633,47.918712],[132.654164,47.926221],[132.651738,47.930682],[132.651052,47.935093],[132.65334,47.943347],[132.66097,47.950833],[132.676809,47.960109],[132.708852,47.964643],[132.729192,47.957622],[132.741114,47.942536],[132.758995,47.932335],[132.777555,47.92829],[132.799267,47.92829],[132.810986,47.932395],[132.825679,47.941615],[132.834966,47.95637],[132.848499,47.971473],[132.860817,47.992239],[132.867935,48],[132.91416,48.015592],[132.991955,48.031921],[133.011009,48.046748],[133.024452,48.070464],[133.030858,48.092945],[133.044227,48.109586],[133.09324,48.125783],[133.146147,48.130888],[133.154069,48.133257],[133.198372,48.129529],[133.212492,48.125895],[133.238347,48.122747],[133.254573,48.114883],[133.306965,48.097504],[133.324455,48.103171],[133.337151,48.11028],[133.355187,48.113211],[133.381111,48.122209],[133.394967,48.124985],[133.417275,48.120042],[133.433828,48.112118],[133.449941,48.110672],[133.481645,48.113775],[133.490812,48.116159],[133.526561,48.113779],[133.536663,48.114985],[133.546311,48.118151],[133.553428,48.127045],[133.576763,48.184272],[133.581828,48.190397],[133.585516,48.192426],[133.612343,48.19573],[133.66355,48.181806],[133.671744,48.181106],[133.692651,48.182883],[133.70687,48.189437],[133.712037,48.196148],[133.716055,48.205464],[133.720958,48.2427],[133.724879,48.246948],[133.739131,48.254417],[133.765849,48.25964],[133.797252,48.260346],[133.808948,48.26383],[133.82397,48.27252],[133.831762,48.275018],[133.875009,48.28293],[133.912271,48.293209],[133.941586,48.30325],[133.981823,48.300318],[133.997875,48.304034],[134.009853,48.309678],[134.021085,48.330163],[134.032547,48.339446],[134.060799,48.340011],[134.07097,48.336702],[134.106644,48.332356],[134.128936,48.335168],[134.141016,48.342872],[134.177357,48.372851],[134.197042,48.38248],[134.20627,48.384118],[134.226072,48.3841],[134.250481,48.3798],[134.285185,48.381134],[134.314497,48.376837],[134.360099,48.380465],[134.370379,48.38313],[134.391889,48.394932],[134.406927,48.400262],[134.441805,48.405561],[134.494361,48.422168],[134.505816,48.422788],[134.54651,48.410283],[134.571855,48.405729],[134.594681,48.406201],[134.627267,48.409664],[134.657648,48.407964],[134.678015,48.411042],[134.704233,48.401274],[134.730407,48.384651],[134.758193,48.371875],[134.767497,48.368277],[134.770846,48.368401],[134.798822,48.372038],[134.811488,48.375819],[134.825961,48.383089],[134.841102,48.39751],[134.857329,48.420182],[134.875017,48.436382],[134.896737,48.445635],[134.938933,48.44814],[135.001876,48.437308],[135.027353,48.437294],[135.034248,48.439668],[135.044565,48.447221],[135.056943,48.462359],[135.075027,48.45484],[135.083307,48.44399],[135.088511,48.431675],[135.086063,48.416495],[135.078532,48.398563],[135.073123,48.39383],[135.00223,48.363531],[134.960467,48.355411],[134.948226,48.352595],[134.940514,48.348923],[134.888966,48.337779],[134.875926,48.3365],[134.856362,48.33127],[134.809019,48.311541],[134.790638,48.29197],[134.783658,48.287602],[134.769538,48.288121],[134.761173,48.286148],[134.741271,48.275978],[134.723919,48.274436],[134.713817,48.268254],[134.708525,48.266931],[134.690839,48.265379],[134.680348,48.258756],[134.672857,48.250759],[134.667014,48.236153],[134.668044,48.218988],[134.664046,48.209184],[134.664522,48.200047],[134.669281,48.189006],[134.664343,48.176695],[134.665038,48.168255],[134.668864,48.155578],[134.666206,48.147146],[134.65617,48.137089],[134.635925,48.121973],[134.632637,48.116671],[134.62864,48.102965],[134.621692,48.094685],[134.573933,48.059092],[134.571138,48.05402],[134.568192,48.041989],[134.564134,48.039847],[134.552125,48.037624],[134.545304,48.033006],[134.544663,48.024545],[134.54906,48.010169],[134.544097,47.98493],[134.550011,47.978523],[134.563489,47.972132],[134.575239,47.95963],[134.593123,47.947355],[134.596204,47.938516],[134.600995,47.932116],[134.603864,47.921761],[134.599179,47.90976],[134.600598,47.904041],[134.607022,47.901792],[134.636791,47.90144],[134.647152,47.899543],[134.653866,47.89647],[134.660595,47.888333],[134.666027,47.884641],[134.668518,47.881747],[134.668161,47.877523],[134.660228,47.857901],[134.66627,47.846641],[134.665324,47.836466],[134.666605,47.833722],[134.663324,47.825128],[134.67759,47.811939],[134.692361,47.80786],[134.699273,47.804087],[134.714898,47.792462],[134.728401,47.778001],[134.740593,47.772318],[134.75251,47.769403],[134.762184,47.761972],[134.766044,47.757173],[134.767737,47.750926],[134.775077,47.738196],[134.774771,47.73042],[134.769949,47.71481],[134.756246,47.703148],[134.742864,47.683534],[134.728093,47.674299],[134.718592,47.662],[134.707493,47.650949],[134.686664,47.639548],[134.678455,47.632429],[134.675449,47.625158],[134.680285,47.598117],[134.672304,47.587423],[134.666155,47.582935],[134.653597,47.579318],[134.644457,47.571906],[134.631273,47.558525],[134.628511,47.548047],[134.614167,47.537778],[134.604264,47.532226],[134.586594,47.527401],[134.573808,47.519615],[134.570679,47.513428],[134.573212,47.500356],[134.571259,47.498941],[134.570556,47.489552],[134.560958,47.47691],[134.546935,47.47078],[134.51654,47.465651],[134.507766,47.459497],[134.499693,47.447945],[134.488311,47.44342],[134.478209,47.443307],[134.468627,47.445929],[134.449157,47.446022],[134.432982,47.441689],[134.422271,47.440884],[134.406447,47.435897],[134.391784,47.43425],[134.356259,47.438231],[134.346847,47.441086],[134.338263,47.440127],[134.312679,47.432772],[134.305709,47.42943],[134.260969,47.395804],[134.255369,47.378079],[134.255765,47.367959],[134.253156,47.363813],[134.23042,47.351286],[134.201611,47.346929],[134.17622,47.327505],[134.168163,47.309525],[134.164119,47.293615],[134.155619,47.275937],[134.1542,47.26345],[134.150675,47.258068],[134.149881,47.253367],[134.15867,47.238352],[134.172784,47.228515],[134.181426,47.225963],[134.195989,47.214862],[134.212678,47.198478],[134.218377,47.190134],[134.221837,47.183112],[134.223262,47.165405],[134.220526,47.146061],[134.224921,47.135301],[134.220945,47.112014],[134.213906,47.101411],[134.204432,47.097587],[134.19548,47.095588],[134.146963,47.096082],[134.140783,47.094695],[134.135702,47.090861],[134.128606,47.082325],[134.124125,47.07273],[134.114949,47.066699],[134.112736,47.063529],[134.111195,47.058948],[134.113346,47.050639],[134.112797,47.04115],[134.109516,47.034976],[134.098081,47.022493],[134.096729,47.016742],[134.097577,47.00641],[134.062487,46.985233],[134.054677,46.977602],[134.053819,46.969593],[134.055254,46.966897],[134.067476,46.958573],[134.069566,46.941441],[134.065568,46.929116],[134.055224,46.916751],[134.045763,46.897085],[134.035975,46.883018],[134.038543,46.87187],[134.033553,46.86192],[134.034682,46.847734],[134.027571,46.840437],[134.018553,46.834977],[134.015379,46.829291],[134.016437,46.811758],[134.029983,46.79918],[134.032927,46.793615],[134.042752,46.78267],[134.044878,46.775453],[134.043913,46.769764],[134.028254,46.759867],[134.025916,46.754932],[134.024843,46.745591],[134.018199,46.736616],[134.018367,46.717241],[134.027613,46.699747],[134.027491,46.695446],[134.020349,46.684648],[134.010257,46.659067],[134.009726,46.648331],[134.0076,46.642484],[133.997732,46.631288],[133.969958,46.618678],[133.933601,46.60623],[133.913962,46.592691],[133.904122,46.57869],[133.903183,46.569973],[133.897175,46.563748],[133.893273,46.541192],[133.883185,46.523015],[133.875981,46.517268],[133.864903,46.511624],[133.86389,46.507849],[133.865892,46.502733],[133.864274,46.498069],[133.846618,46.48108],[133.841763,46.472452],[133.844667,46.448148],[133.848379,46.444389],[133.857738,46.443342],[133.875576,46.447539],[133.895254,46.443104],[133.907151,46.436679],[133.923556,46.424408],[133.929171,46.417281],[133.930727,46.406833],[133.94095,46.397608],[133.940636,46.390209],[133.937894,46.381856],[133.92514,46.372862],[133.903779,46.364881],[133.884219,46.363999],[133.87201,46.360492],[133.865776,46.354517],[133.862152,46.34452],[133.862137,46.338938],[133.865306,46.335114],[133.886877,46.326887],[133.897216,46.326363],[133.910171,46.333352],[133.915695,46.331542],[133.915848,46.328449],[133.906142,46.309828],[133.900939,46.304979],[133.899901,46.300462],[133.901854,46.290611],[133.911238,46.28179],[133.91464,46.275404],[133.915022,46.272524],[133.91197,46.269477],[133.90962,46.259819],[133.902082,46.25085],[133.898542,46.249102],[133.883069,46.246388],[133.866315,46.250541],[133.854398,46.248483],[133.852888,46.246431],[133.853528,46.243896],[133.868512,46.23866],[133.873441,46.232875],[133.870236,46.22942],[133.860165,46.226338],[133.854977,46.222458],[133.85188,46.209018],[133.847302,46.203083],[133.842511,46.200282],[133.83598,46.198983],[133.827099,46.203499],[133.825573,46.207662],[133.825711,46.21841],[133.820676,46.224574],[133.813001,46.228049],[133.803098,46.228386],[133.797376,46.225497],[133.793714,46.220613],[133.793393,46.204772],[133.789395,46.192377],[133.774945,46.181885],[133.744163,46.168953],[133.727644,46.165361],[133.699932,46.162529],[133.689693,46.15764],[133.685298,46.150864],[133.681975,46.139603],[133.691325,46.117444],[133.706201,46.09966],[133.723855,46.087916],[133.736993,46.076271],[133.737802,46.074139],[133.736199,46.068593],[133.737618,46.059445],[133.73672,46.056599],[133.722988,46.041345],[133.70974,46.023375],[133.689235,46.008975],[133.679052,45.996026],[133.671775,45.979064],[133.676474,45.960185],[133.674154,45.95467],[133.668188,45.950768],[133.669561,45.942219],[133.665105,45.938995],[133.660833,45.938509],[133.647222,45.945802],[133.631864,45.945446],[133.616445,45.943149],[133.608877,45.941037],[133.604837,45.93817],[133.600786,45.933593],[133.597207,45.924585],[133.609598,45.912139],[133.610796,45.908377],[133.609652,45.900368],[133.604837,45.895554],[133.593662,45.893225],[133.587986,45.889008],[133.586369,45.88305],[133.591709,45.873538],[133.586994,45.868185],[133.581791,45.866542],[133.573444,45.866537],[133.557255,45.877985],[133.554264,45.885086],[133.542614,45.894139],[133.536473,45.896358],[133.52477,45.896473],[133.504231,45.887425],[133.500889,45.875329],[133.504642,45.867515],[133.5042,45.864351],[133.488438,45.866748],[133.485356,45.865129],[133.478504,45.85663],[133.477588,45.851291],[133.488361,45.841173],[133.489368,45.836693],[133.488345,45.835046],[133.4827,45.832722],[133.471973,45.836578],[133.466693,45.836867],[133.460147,45.834103],[133.459628,45.828369],[133.464999,45.819345],[133.461184,45.810688],[133.46271,45.794667],[133.470125,45.790574],[133.489992,45.792107],[133.496828,45.786326],[133.498918,45.778882],[133.495668,45.774502],[133.489302,45.772794],[133.485658,45.77361],[133.475862,45.781059],[133.46528,45.780154],[133.461469,45.778174],[133.461259,45.774921],[133.465745,45.766524],[133.458711,45.758728],[133.457734,45.755008],[133.461045,45.751539],[133.477662,45.747151],[133.48082,45.741623],[133.480057,45.737852],[133.476944,45.736115],[133.466431,45.737094],[133.447739,45.730143],[133.44072,45.721455],[133.434891,45.717354],[133.434646,45.709487],[133.422942,45.698957],[133.421081,45.695413],[133.424285,45.691494],[133.430907,45.691981],[133.432678,45.693314],[133.432693,45.697606],[133.435104,45.702655],[133.442535,45.704156],[133.44667,45.702206],[133.450683,45.694136],[133.45468,45.690879],[133.460006,45.68966],[133.470504,45.692649],[133.477492,45.688734],[133.475829,45.678171],[133.483885,45.670914],[133.48332,45.662319],[133.481474,45.658079],[133.477674,45.655927],[133.460829,45.656853],[133.45326,45.655599],[133.44409,45.652587],[133.439543,45.646501],[133.441206,45.640122],[133.468244,45.625966],[133.470365,45.62191],[133.468702,45.618554],[133.463803,45.615762],[133.458112,45.615937],[133.443937,45.626861],[133.42996,45.628168],[133.42526,45.6258],[133.423566,45.61839],[133.424741,45.612935],[133.422666,45.610896],[133.41879,45.610595],[133.411527,45.617161],[133.405179,45.616663],[133.405133,45.614787],[133.409452,45.611446],[133.411008,45.607549],[133.404858,45.601201],[133.402997,45.593059],[133.415524,45.581726],[133.414654,45.574111],[133.411693,45.570966],[133.39526,45.57142],[133.389965,45.569654],[133.39169,45.573511],[133.385372,45.577669],[133.380108,45.576128],[133.379787,45.572232],[133.372662,45.570174],[133.372082,45.573373],[133.368771,45.573114],[133.365185,45.575438],[133.363278,45.574259],[133.366741,45.567196],[133.361248,45.565862],[133.356441,45.567503],[133.353787,45.563092],[133.35078,45.561618],[133.349361,45.566182],[133.342785,45.5661],[133.3428,45.564184],[133.348049,45.561691],[133.341945,45.561216],[133.336971,45.552744],[133.332683,45.550734],[133.331325,45.551119],[133.332439,45.553866],[133.328335,45.555493],[133.327206,45.559134],[133.324001,45.559438],[133.320385,45.554863],[133.318126,45.548433],[133.310039,45.545821],[133.309185,45.546983],[133.310787,45.549836],[133.308742,45.550067],[133.306255,45.547515],[133.302288,45.546966],[133.299694,45.541646],[133.292843,45.543257],[133.296062,45.540705],[133.295375,45.539728],[133.284557,45.541829],[133.286998,45.538374],[133.285533,45.534434],[133.282329,45.534835],[133.279567,45.539378],[133.277217,45.539527],[133.271923,45.536694],[133.275188,45.533437],[133.272166,45.529185],[133.269176,45.532343],[133.264293,45.531891],[133.251109,45.524883],[133.245631,45.519508],[133.247203,45.516806],[133.246272,45.51586],[133.238078,45.513971],[133.24055,45.51799],[133.239253,45.520602],[133.236446,45.515129],[133.234691,45.514503],[133.228068,45.521257],[133.223598,45.518047],[133.225077,45.512694],[133.223704,45.510352],[133.212672,45.513396],[133.206599,45.510219],[133.203914,45.513839],[133.193583,45.513748],[133.194408,45.510036],[133.198969,45.503913],[133.19221,45.497801],[133.18484,45.499245],[133.183299,45.497673],[133.182749,45.493493],[133.189555,45.493826],[133.180567,45.486755],[133.181315,45.483582],[133.18606,45.479735],[133.180247,45.476943],[133.175135,45.478647],[133.17753,45.470471],[133.171183,45.473159],[133.164499,45.468809],[133.161432,45.464931],[133.161798,45.463394],[133.170877,45.463346],[133.172647,45.461094],[133.16723,45.455307],[133.161402,45.455222],[133.152444,45.444915],[133.153558,45.443412],[133.162942,45.443046],[133.164178,45.441586],[133.157113,45.434926],[133.14071,45.435259],[133.142083,45.433072],[133.14985,45.429617],[133.151543,45.426513],[133.142754,45.426398],[133.13839,45.428725],[133.133843,45.427076],[133.133767,45.424272],[133.137673,45.423359],[133.138024,45.418632],[133.132714,45.415887],[133.132287,45.414242],[133.140236,45.406409],[133.138375,45.40479],[133.132912,45.404364],[133.130684,45.401142],[133.13427,45.399617],[133.138924,45.402644],[133.139931,45.397982],[133.14283,45.395361],[133.139397,45.395413],[133.136986,45.393192],[133.131004,45.380237],[133.141105,45.375669],[133.136848,45.371397],[133.137256,45.365203],[133.13465,45.365747],[133.127891,45.372079],[133.125358,45.371889],[133.126288,45.360643],[133.118003,45.36097],[133.117194,45.359018],[133.122092,45.355846],[133.111258,45.350498],[133.11135,45.346297],[133.114417,45.342092],[133.121375,45.343233],[133.120215,45.339551],[133.123907,45.33483],[133.11759,45.33379],[133.111731,45.330166],[133.114294,45.327455],[133.11347,45.324877],[133.106878,45.325987],[133.108252,45.321133],[133.099127,45.319299],[133.098837,45.310805],[133.103247,45.309411],[133.112051,45.310322],[133.11376,45.308911],[133.111318,45.306022],[133.104925,45.306227],[133.097433,45.30343],[133.10024,45.300957],[133.107732,45.298814],[133.101995,45.29777],[133.102178,45.294889],[133.100652,45.293734],[133.090123,45.291525],[133.089894,45.288714],[133.098836,45.290168],[133.100011,45.287245],[133.090428,45.284386],[133.088582,45.279271],[133.097798,45.279097],[133.102696,45.277446],[133.09023,45.272271],[133.089894,45.269571],[133.094197,45.267798],[133.102284,45.272747],[133.101689,45.269592],[133.104649,45.264697],[133.089955,45.264142],[133.092747,45.259599],[133.087712,45.257513],[133.086338,45.252865],[133.090549,45.246241],[133.093708,45.250267],[133.101887,45.25164],[133.097019,45.248909],[133.100315,45.245477],[133.099995,45.243097],[133.095951,45.244514],[133.087101,45.244172],[133.087696,45.241641],[133.09148,45.238474],[133.098637,45.240028],[133.103321,45.239202],[133.103199,45.238003],[133.096302,45.236399],[133.100635,45.229205],[133.102634,45.228483],[133.105289,45.23214],[133.10709,45.2323],[133.107715,45.222466],[133.109043,45.223141],[133.108264,45.226016],[133.11008,45.226699],[133.113605,45.225227],[133.115298,45.220716],[133.118823,45.219726],[133.112949,45.217069],[133.11246,45.212283],[133.118259,45.213188],[133.117435,45.21052],[133.121081,45.200953],[133.117648,45.194971],[133.120272,45.1946],[133.122012,45.197877],[133.125399,45.198171],[133.123858,45.19124],[133.130205,45.189999],[133.127276,45.186136],[133.126604,45.182102],[133.130022,45.17447],[133.127657,45.171718],[133.123018,45.17031],[133.121111,45.165901],[133.12578,45.161947],[133.130647,45.160897],[133.131547,45.157965],[133.122102,45.151849],[133.131471,45.151508],[133.133745,45.14907],[133.130845,45.150166],[133.125047,45.146098],[133.119477,45.134286],[133.122468,45.133229],[133.123689,45.138774],[133.127961,45.141701],[133.135011,45.141686],[133.135194,45.139228],[133.133118,45.137907],[133.127534,45.137604],[133.129273,45.133282],[133.132905,45.133269],[133.130143,45.129751],[133.13295,45.125766],[133.123886,45.122346],[133.122178,45.124338],[133.125946,45.127446],[133.124741,45.129293],[133.12259,45.129339],[133.118699,45.12483],[133.114564,45.124145],[133.113465,45.126611],[133.109025,45.125143],[133.109574,45.122646],[133.107957,45.121121],[133.100815,45.123072],[133.096482,45.115878],[133.100113,45.114273],[133.100434,45.112569],[133.092804,45.112928],[133.092621,45.109109],[133.09578,45.102998],[133.093949,45.102518],[133.093033,45.104658],[133.088287,45.104542],[133.081787,45.101306],[133.079559,45.099091],[133.083984,45.096723],[133.083709,45.095625],[133.078576,45.095413],[133.073883,45.098793],[133.07225,45.097542],[133.072693,45.095057],[133.060639,45.093859],[133.055496,45.085736],[133.061844,45.085542],[133.063064,45.083705],[133.052994,45.08348],[133.051834,45.077395],[133.044494,45.079465],[133.033355,45.06983],[133.032913,45.067114],[133.038757,45.06761],[133.038986,45.062872],[133.037643,45.061365],[133.032211,45.060745],[133.03128,45.058781],[133.03569,45.058461],[133.037536,45.0564],[133.032088,45.055434],[133.029754,45.052046],[133.02658,45.054556],[133.018218,45.051797],[133.015685,45.050484],[133.013839,45.046844],[132.999495,45.044987],[132.998137,45.041899],[132.994094,45.03975],[132.98918,45.041926],[132.981505,45.041328],[132.97296,45.033996],[132.976378,45.029773],[132.972853,45.021544],[132.964216,45.021251],[132.961272,45.029446],[132.953841,45.026753],[132.947722,45.021662],[132.947493,45.020412],[132.954039,45.019081],[132.953413,45.016447],[132.949293,45.015522],[132.938353,45.019964],[132.937483,45.022526],[132.939406,45.025521],[132.937438,45.031222],[132.926634,45.029825],[132.91661,45.031438],[132.909514,45.029832],[132.911513,45.034283],[132.910537,45.035862],[132.905822,45.033049],[132.899978,45.035394],[132.900313,45.037924],[132.898635,45.038676],[132.883163,45.040631],[132.88623,45.044278],[132.873778,45.046584],[132.874084,45.047926],[132.880035,45.047501],[132.88092,45.048705],[132.87387,45.049573],[132.865066,45.056301],[132.863083,45.061069],[132.85823,45.060281],[132.859146,45.057725],[132.848726,45.059039],[132.000312,45.252228],[131.986656,45.269286],[131.982194,45.272736],[131.966074,45.277138],[131.936271,45.280529],[131.927467,45.286656],[131.923481,45.293675],[131.91415,45.33601],[131.871791,45.341994],[131.866169,45.3408],[131.862597,45.329006],[131.843474,45.318352],[131.82316,45.313915],[131.824919,45.300784],[131.823428,45.295329],[131.793518,45.26524],[131.785901,45.255643],[131.780241,45.24329],[131.778813,45.228421],[131.782702,45.213113],[131.764942,45.213856],[131.726317,45.226093],[131.71767,45.227274],[131.707272,45.224824],[131.695336,45.217751],[131.675189,45.215181],[131.670192,45.211755],[131.657771,45.193481],[131.641567,45.15836],[131.643209,45.154291],[131.646042,45.15355],[131.680302,45.148536],[131.681164,45.147109],[131.6783,45.136879],[131.680382,45.126139],[131.678714,45.116804],[131.629451,45.085153],[131.617828,45.073033],[131.605225,45.063409],[131.57116,45.046701],[131.559807,45.044365],[131.551541,45.030831],[131.537332,45.018655],[131.509011,45.012815],[131.493735,45.00168],[131.483333,45.001382],[131.476984,44.998082],[131.475378,44.995108],[131.476151,44.98553],[131.488361,44.978343],[131.492952,44.972898],[131.488778,44.966921],[131.459848,44.961232],[131.441697,44.96655],[131.423271,44.968395],[131.416192,44.974701],[131.400277,44.983365],[131.391684,44.984695],[131.374147,44.978428],[131.366936,44.977575],[131.354326,44.985884],[131.347689,44.987275],[131.337822,44.982246],[131.315835,44.965042],[131.298867,44.959014],[131.293888,44.945772],[131.288409,44.936243],[131.283413,44.930247],[131.267422,44.921018],[131.260784,44.920681],[131.251966,44.928658],[131.247851,44.928846],[131.227621,44.918775],[131.20341,44.915563],[131.198651,44.917824],[131.179675,44.934242],[131.166345,44.932769],[131.158438,44.933647],[131.139623,44.944207],[131.134385,44.943844],[131.116301,44.932779],[131.090603,44.932184],[131.080312,44.927366],[131.076683,44.922786],[131.07585,44.91874],[131.077278,44.913863],[131.083583,44.90601],[131.089774,44.893994],[131.087985,44.888521],[131.070001,44.888302],[131.054549,44.877022],[131.034474,44.870986],[131.030021,44.871518],[131.021405,44.87568],[131.019234,44.875288],[131.015645,44.87036],[131.010079,44.86658],[130.978521,44.865742],[130.969098,44.861887],[130.959271,44.854939],[130.951469,44.846614],[130.949659,44.839104],[130.950611,44.830538],[130.955251,44.818522],[130.958701,44.815905],[130.962793,44.815649],[130.977912,44.819151],[130.994917,44.81362],[131.006195,44.804555],[131.007409,44.801557],[131.003944,44.783177],[131.006728,44.779251],[131.020614,44.777013],[131.051823,44.780121],[131.057056,44.761825],[131.065051,44.751688],[131.082897,44.742694],[131.080327,44.713998],[131.090084,44.708015],[131.098054,44.709739],[131.299119,44.047078],[131.285289,44.044364],[131.281211,44.035262],[131.277356,44.033121],[131.259024,44.029972],[131.249193,44.001078],[131.248182,43.995861],[131.249987,43.991093],[131.24675,43.986556],[131.241456,43.988323],[131.235795,43.984869],[131.242767,43.976085],[131.242942,43.973776],[131.234504,43.967354],[131.237147,43.956838],[131.241573,43.95027],[131.256156,43.945866],[131.259704,43.939563],[131.259211,43.935428],[131.250682,43.898752],[131.244815,43.890858],[131.233643,43.883908],[131.228762,43.876797],[131.228158,43.868876],[131.231044,43.858143],[131.225831,43.849546],[131.205624,43.827616],[131.205582,43.823035],[131.213097,43.817841],[131.217268,43.803858],[131.212826,43.799811],[131.206119,43.798439],[131.206273,43.796017],[131.212345,43.791889],[131.212878,43.789027],[131.211796,43.786925],[131.203974,43.784069],[131.205463,43.774947],[131.221648,43.762558],[131.223161,43.758457],[131.221231,43.748239],[131.225149,43.739729],[131.210235,43.732233],[131.208611,43.729107],[131.209473,43.723399],[131.219483,43.718383],[131.220786,43.716143],[131.216788,43.70228],[131.212818,43.700475],[131.209911,43.696297],[131.210939,43.686342],[131.214244,43.679278],[131.228482,43.673535],[131.2335,43.663286],[131.232715,43.66],[131.225903,43.658187],[131.22409,43.640864],[131.226831,43.633792],[131.213469,43.629598],[131.211352,43.623334],[131.213807,43.617111],[131.209361,43.609871],[131.217977,43.605722],[131.236003,43.602501],[131.238896,43.600006],[131.230162,43.594679],[131.227165,43.585874],[131.22943,43.582782],[131.228805,43.581569],[131.225509,43.581568],[131.216488,43.589732],[131.209012,43.590366],[131.196882,43.579815],[131.203132,43.575062],[131.20425,43.559536],[131.20053,43.558132],[131.191863,43.560664],[131.187398,43.557652],[131.19716,43.55235],[131.199637,43.549398],[131.199355,43.542043],[131.194295,43.529221],[131.199455,43.529772],[131.205487,43.527342],[131.205499,43.522421],[131.217831,43.515379],[131.243428,43.507552],[131.248864,43.501614],[131.264557,43.493131],[131.273422,43.494094],[131.287324,43.499093],[131.296907,43.499571],[131.289495,43.491755],[131.299108,43.483965],[131.298884,43.476957],[131.281325,43.47388],[131.287454,43.470434],[131.28499,43.466702],[131.275893,43.465267],[131.259953,43.466117],[131.251458,43.469029],[131.246247,43.473706],[131.237657,43.474941],[131.228352,43.473167],[131.226404,43.468187],[131.229204,43.462504],[131.223467,43.456197],[131.197198,43.451872],[131.196525,43.445656],[131.193494,43.439477],[131.184096,43.436664],[131.177572,43.441533],[131.170128,43.442769],[131.150634,43.427703],[131.134716,43.422993],[131.126997,43.425443],[131.118182,43.43076],[131.116766,43.433956],[131.117702,43.43908],[131.113145,43.445006],[131.105518,43.44774],[131.097709,43.448453],[131.082862,43.45625],[131.067396,43.469819],[131.060871,43.479848],[131.04045,43.488686],[131.030743,43.498465],[131.019457,43.506008],[130.993929,43.505639],[130.992235,43.504783],[130.992305,43.500489],[130.978435,43.491124],[130.95303,43.483582],[130.943271,43.475475],[130.937643,43.474058],[130.913525,43.450646],[130.900463,43.43203],[130.896433,43.433344],[130.886249,43.431136],[130.854325,43.435724],[130.844521,43.446929],[130.83392,43.45356],[130.833343,43.461054],[130.81783,43.491527],[130.816356,43.500316],[130.797114,43.503474],[130.789989,43.510308],[130.785411,43.518277],[130.784265,43.522054],[130.785519,43.525036],[130.767521,43.521241],[130.765375,43.525384],[130.754243,43.533116],[130.752678,43.537039],[130.728411,43.54414],[130.724956,43.552554],[130.721029,43.557453],[130.71196,43.558735],[130.695196,43.557598],[130.693337,43.559281],[130.695198,43.563908],[130.692618,43.56556],[130.680859,43.566453],[130.67211,43.56347],[130.664911,43.563505],[130.66002,43.58128],[130.654934,43.578577],[130.650294,43.578276],[130.644554,43.581203],[130.641737,43.584978],[130.624945,43.580832],[130.620297,43.583148],[130.616759,43.588157],[130.625473,43.612868],[130.621561,43.618701],[130.617098,43.62178],[130.611409,43.622233],[130.600733,43.617786],[130.595861,43.620028],[130.589259,43.618813],[130.587454,43.614042],[130.582295,43.611381],[130.564286,43.623915],[130.552552,43.62768],[130.5458,43.624525],[130.545767,43.621545],[130.53905,43.620693],[130.533868,43.621916],[130.52917,43.627777],[130.526614,43.628728],[130.512635,43.631441],[130.508142,43.633787],[130.498899,43.634008],[130.489438,43.642412],[130.481661,43.652828],[130.467188,43.654668],[130.461805,43.653878],[130.448871,43.644718],[130.442322,43.643786],[130.429803,43.643654],[130.405962,43.649395],[130.401642,43.662268],[130.403412,43.666247],[130.39259,43.671639],[130.390812,43.67703],[130.39101,43.686455],[130.388605,43.689091],[130.386848,43.699654],[130.389826,43.704972],[130.401791,43.715211],[130.401809,43.719826],[130.408618,43.733761],[130.414751,43.735763],[130.416413,43.740989],[130.405936,43.753393],[130.384802,43.764319],[130.372536,43.778866],[130.374522,43.789202],[130.373659,43.807574],[130.371182,43.816693],[130.37236,43.823077],[130.360847,43.830345],[130.355378,43.840314],[130.35652,43.843333],[130.360255,43.846015],[130.372049,43.850817],[130.378994,43.85135],[130.376734,43.858171],[130.364739,43.869335],[130.364029,43.87715],[130.35988,43.881509],[130.35878,43.886493],[130.366784,43.898778],[130.376044,43.9036],[130.371614,43.909314],[130.361176,43.912517],[130.362001,43.91888],[130.348385,43.938283],[130.334948,43.943336],[130.331458,43.948158],[130.333206,43.951408],[130.329223,43.956407],[130.330839,43.961434],[130.33775,43.961189],[130.342858,43.973409],[130.356106,43.988525],[130.354415,44],[130.358853,44.005808],[130.360239,44.011699],[130.354873,44.015285],[130.350872,44.021584],[130.355539,44.030375],[130.358708,44.041015],[130.345841,44.047901],[130.340098,44.048736],[130.337818,44.048464],[130.336203,44.044037],[130.325836,44.038882],[130.311772,44.037011],[130.30687,44.025593],[130.301378,44.019627],[130.302866,44.013688],[130.300379,44.009524],[130.299251,44],[130.290386,43.997026],[130.280136,43.987605],[130.265266,43.978972],[130.265631,43.975574],[130.267968,43.973211],[130.268221,43.96584],[130.253393,43.954654],[130.249023,43.94536],[130.231631,43.938033],[130.229258,43.939386],[130.225811,43.945382],[130.220821,43.946556],[130.206167,43.943393],[130.197761,43.944667],[130.192014,43.940387],[130.182425,43.938427],[130.182487,43.932175],[130.178723,43.929113],[130.169546,43.929327],[130.155737,43.916609],[130.146718,43.9129],[130.145261,43.907892],[130.146381,43.888637],[130.136718,43.876473],[130.116409,43.874563],[130.109753,43.871658],[130.104108,43.863988],[130.103471,43.849924],[130.102177,43.848146],[130.092872,43.841545],[130.077071,43.838834],[130.072233,43.834724],[130.059108,43.83234],[130.049474,43.836153],[130.042059,43.843084],[130.040947,43.848829],[130.028243,43.852197],[130.019513,43.85246],[130.014128,43.859372],[130.006009,43.872803],[130.002399,43.890654],[130.009391,43.909195],[130.011336,43.912126],[130.016726,43.914917],[130.014858,43.929816],[130.010363,43.932826],[130.018348,43.941186],[130.008114,43.954755],[130.009938,43.955783],[130.010746,43.959029],[130.003162,43.962098],[129.992186,43.973433],[129.988558,43.975877],[129.984807,43.975424],[129.981816,43.979991],[129.994379,43.987139],[129.993008,43.996529],[129.988486,43.999351],[129.982894,43.998944],[129.981525,43.996362],[129.979151,43.996497],[129.97842,44.002135],[129.9735,44.012124],[129.965487,44.016658],[129.953505,44.017785],[129.94845,44.023072],[129.944188,44.024979],[129.931801,44.025711],[129.924355,44.021716],[129.921358,44.015893],[129.917658,44.01314],[129.910187,44.01775],[129.910872,44.0211],[129.900959,44.021931],[129.895373,44.014139],[129.894511,44.009616],[129.89007,44.011373],[129.884801,44.009565],[129.876103,44.002299],[129.873645,43.997899],[129.862588,44],[129.863205,44.008887],[129.861411,44.010329],[129.846595,44],[129.845764,43.994936],[129.833004,43.992718],[129.825029,43.983858],[129.815742,43.978324],[129.803953,43.965072],[129.796002,43.962618],[129.788319,43.963598],[129.775416,43.960616],[129.774056,43.95757],[129.774777,43.951232],[129.778766,43.945937],[129.783624,43.9443],[129.78712,43.938026],[129.782948,43.930671],[129.778739,43.932193],[129.775151,43.931374],[129.770506,43.92582],[129.779776,43.907574],[129.77903,43.899345],[129.773582,43.893029],[129.759203,43.889973],[129.746234,43.894137],[129.732608,43.89333],[129.73149,43.88906],[129.732342,43.880067],[129.728781,43.876981],[129.7178,43.875621],[129.703799,43.87909],[129.690307,43.88008],[129.678008,43.875221],[129.663887,43.874365],[129.649557,43.869538],[129.632308,43.875706],[129.612927,43.877111],[129.602267,43.879956],[129.591021,43.876428],[129.587925,43.872105],[129.560912,43.868741],[129.552832,43.869169],[129.541669,43.872301],[129.518264,43.868301],[129.505989,43.87084],[129.491255,43.877798],[129.485875,43.872904],[129.482207,43.871901],[129.46125,43.872059],[129.459603,43.870447],[129.46165,43.865139],[129.460696,43.863459],[129.443975,43.849534],[129.432289,43.842397],[129.405691,43.84015],[129.407489,43.835555],[129.399707,43.829527],[129.39968,43.816805],[129.388536,43.815815],[129.381662,43.810902],[129.3793,43.806727],[129.363466,43.798916],[129.350214,43.796122],[129.339871,43.796098],[129.315484,43.806965],[129.302496,43.80983],[129.304089,43.799166],[129.300403,43.795362],[129.294971,43.793914],[129.283566,43.794449],[129.279455,43.797605],[129.275653,43.806714],[129.271541,43.811193],[129.26122,43.812054],[129.251015,43.816889],[129.247538,43.816859],[129.237005,43.810023],[129.233562,43.804145],[129.218612,43.795587],[129.20434,43.780018],[129.20676,43.765409],[129.211907,43.749748],[129.204435,43.74519],[129.214362,43.73961],[129.209675,43.726798],[129.209805,43.722984],[129.215358,43.716425],[129.223551,43.713064],[129.2254,43.706807],[129.219066,43.699708],[129.20947,43.695823],[129.207377,43.692917],[129.210255,43.688106],[129.211906,43.679535],[129.210947,43.67342],[129.207117,43.666806],[129.207375,43.661979],[129.211075,43.649915],[129.220653,43.643346],[129.225365,43.632533],[129.225977,43.606867],[129.223596,43.602061],[129.223363,43.591631],[129.220606,43.587604],[129.21641,43.584103],[129.202169,43.581258],[129.198663,43.575713],[129.198804,43.572304],[129.190421,43.571116],[129.185958,43.573383],[129.176531,43.565488],[129.167353,43.560865],[129.163351,43.559688],[129.159998,43.568115],[129.137834,43.567286],[129.13415,43.561774],[129.114559,43.552762],[129.102071,43.556823],[129.091307,43.553612],[129.089598,43.547566],[129.08678,43.544966],[129.080179,43.545947],[129.050204,43.542447],[129.033928,43.538687],[129.007664,43.520715],[129.00508,43.520532],[129.001004,43.521511],[128.991741,43.528738],[128.982135,43.530838],[128.977252,43.53395],[128.956798,43.536545],[128.950461,43.541078],[128.943197,43.551578],[128.938739,43.553284],[128.929081,43.553605],[128.919497,43.551174],[128.914651,43.545793],[128.907403,43.541302],[128.888392,43.538446],[128.875922,43.538797],[128.869906,43.541454],[128.860737,43.555553],[128.848115,43.554784],[128.84416,43.565251],[128.844794,43.573107],[128.833516,43.57876],[128.828607,43.584947],[128.816601,43.630963],[128.814611,43.634288],[128.807253,43.636219],[128.80834,43.642771],[128.803406,43.656772],[128.793842,43.672257],[128.781166,43.684244],[128.780946,43.689637],[128.782903,43.693665],[128.77689,43.702157],[128.777202,43.707497],[128.779334,43.711221],[128.777314,43.713489],[128.765284,43.717558],[128.767066,43.721396],[128.766096,43.726254],[128.761667,43.729913],[128.747057,43.725131],[128.735387,43.731431],[128.739005,43.735422],[128.73737,43.736888],[128.722663,43.734818],[128.721085,43.738237],[128.722524,43.743642],[128.730655,43.75024],[128.741045,43.754215],[128.756042,43.753145],[128.761081,43.756269],[128.755965,43.756406],[128.752849,43.758474],[128.74602,43.775707],[128.736692,43.790964],[128.736555,43.798849],[128.734542,43.802529],[128.726701,43.807798],[128.718642,43.809715],[128.712598,43.815912],[128.714065,43.821347],[128.720301,43.829759],[128.754453,43.855746],[128.750175,43.862032],[128.741234,43.867247],[128.732251,43.875362],[128.728759,43.881377],[128.719332,43.891237],[128.702587,43.89413],[128.690868,43.900817],[128.689062,43.899619],[128.687608,43.893333],[128.675484,43.890277],[128.667508,43.891835],[128.663614,43.894419],[128.654793,43.887654],[128.647619,43.888451],[128.646666,43.891129],[128.641355,43.892468],[128.636511,43.889835],[128.630345,43.889106],[128.628197,43.899777],[128.632277,43.903833],[128.627121,43.910211],[128.623312,43.919265],[128.624222,43.922434],[128.63517,43.931703],[128.634147,43.945414],[128.618117,43.948116],[128.612702,43.951435],[128.602174,43.960604],[128.58878,43.978443],[128.579781,43.986251],[128.578444,43.98863],[128.578891,44.000342],[128.575237,44.010326],[128.571077,44.013332],[128.56861,44.030041],[128.569737,44.03937],[128.568563,44.045455],[128.560232,44.048316],[128.560144,44.053095],[128.554531,44.056485],[128.552879,44.060235],[128.552797,44.066794],[128.532235,44.089036],[128.529104,44.098604],[128.522741,44.109957],[128.511743,44.118267],[128.496619,44.124431],[128.492843,44.131372],[128.485832,44.134646],[128.476644,44.149247],[128.469439,44.153689],[128.465421,44.158624],[128.456206,44.184143],[128.45664,44.190893],[128.459072,44.194405],[128.454468,44.199672],[128.44362,44.201675],[128.452627,44.210642],[128.452994,44.220253],[128.459386,44.227593],[128.464005,44.23833],[128.465299,44.24543],[128.462643,44.24894],[128.458739,44.251925],[128.45017,44.252556],[128.447231,44.256141],[128.450168,44.265369],[128.462893,44.285846],[128.4616,44.295849],[128.468875,44.3085],[128.466029,44.317108],[128.454495,44.325866],[128.448442,44.328149],[128.448088,44.33326],[128.439956,44.337403],[128.448431,44.341437],[128.45401,44.340035],[128.462611,44.340788],[128.468851,44.343688],[128.469198,44.360408],[128.475227,44.373508],[128.465953,44.388529],[128.459782,44.391311],[128.455112,44.397175],[128.450419,44.408223],[128.450304,44.417722],[128.456236,44.426925],[128.45546,44.432165],[128.449972,44.435664],[128.447049,44.435733],[128.440378,44.443998],[128.43559,44.444656],[128.430125,44.450533],[128.431011,44.457305],[128.428017,44.458843],[128.421192,44.471141],[128.414379,44.472054],[128.40148,44.479836],[128.389307,44.482266],[128.382194,44.487167],[128.380338,44.493525],[128.366364,44.512044],[128.339928,44.507059],[128.330801,44.502269],[128.322929,44.493197],[128.290587,44.48029],[128.285657,44.468841],[128.286537,44.465643],[128.265311,44.458058],[128.254041,44.456897],[128.250873,44.453395],[128.247901,44.444619],[128.222376,44.443407],[128.216868,44.441149],[128.212073,44.434227],[128.205338,44.429673],[128.203142,44.419913],[128.196925,44.409809],[128.191496,44.395903],[128.190821,44.38781],[128.183282,44.372646],[128.184118,44.366073],[128.182683,44.362717],[128.166906,44.345737],[128.161432,44.341921],[128.156349,44.342489],[128.148121,44.353562],[128.14069,44.355215],[128.130971,44.355174],[128.117533,44.346346],[128.105647,44.356434],[128.09021,44.35195],[128.070837,44.365932],[128.066196,44.372579],[128.060519,44.368729],[128.061661,44.363818],[128.056448,44.354542],[128.043863,44.348176],[128.044717,44.34491],[128.048895,44.34124],[128.057811,44.33931],[128.050449,44.330841],[128.050004,44.326734],[128.056544,44.321544],[128.05878,44.31126],[128.058391,44.305158],[128.074249,44.304888],[128.074382,44.300255],[128.081172,44.291298],[128.085282,44.290393],[128.091445,44.293447],[128.095086,44.291154],[128.09334,44.284985],[128.083995,44.27482],[128.079172,44.271098],[128.065308,44.265897],[128.057142,44.258225],[128.058006,44.248694],[128.06057,44.246668],[128.072541,44.243668],[128.085804,44.245619],[128.085543,44.239139],[128.081813,44.238963],[128.080656,44.23748],[128.088529,44.231022],[128.095719,44.227905],[128.098562,44.212576],[128.096731,44.210827],[128.085941,44.213371],[128.084079,44.212418],[128.085922,44.179192],[128.080169,44.177888],[128.063986,44.179628],[128.063946,44.175852],[128.055504,44.171447],[128.053789,44.167016],[128.062614,44.162307],[128.068392,44.156639],[128.07465,44.15842],[128.080388,44.157786],[128.081326,44.156072],[128.078477,44.145169],[128.08072,44.140963],[128.085003,44.137083],[128.095551,44.134219],[128.095574,44.13279],[128.08274,44.129113],[128.061791,44.115323],[128.053419,44.107769],[128.046141,44.104584],[128.036661,44.101511],[128.026835,44.105648],[128.020658,44.105973],[128.013658,44.102841],[128.00757,44.095715],[128.000991,44.091975],[127.975322,44.088098],[127.964505,44.088247],[127.954316,44.084843],[127.943438,44.086001],[127.925086,44.073345],[127.913967,44.069229],[127.906774,44.062688],[127.900853,44.062572],[127.883588,44.06748],[127.875613,44.063816],[127.858401,44.060177],[127.841369,44.071497],[127.839345,44.080128],[127.835375,44.08167],[127.829438,44.079399],[127.814539,44.079638],[127.801893,44.084395],[127.79824,44.079173],[127.791321,44.074594],[127.777518,44.069574],[127.760657,44.079765],[127.75018,44.081703],[127.740386,44.087327],[127.732938,44.089557],[127.722677,44.096967],[127.727688,44.105371],[127.729591,44.112081],[127.726019,44.133957],[127.715841,44.151407],[127.714951,44.155706],[127.71429,44.160597],[127.71824,44.191397],[127.713505,44.200147],[127.706667,44.197339],[127.697531,44.187141],[127.697222,44.179079],[127.692967,44.173953],[127.683724,44.170339],[127.675153,44.164717],[127.662097,44.169986],[127.660809,44.175608],[127.652083,44.179832],[127.63552,44.191674],[127.631708,44.185072],[127.619901,44.18627],[127.615057,44.192945],[127.602053,44.204789],[127.592282,44.222254],[127.584533,44.22587],[127.593938,44.235818],[127.595991,44.236096],[127.598746,44.243644],[127.60883,44.252429],[127.617799,44.253109],[127.617129,44.256677],[127.608509,44.268748],[127.618088,44.275628],[127.616038,44.280187],[127.602754,44.292527],[127.590145,44.296291],[127.585001,44.303745],[127.577984,44.304844],[127.573294,44.307877],[127.565635,44.326194],[127.558358,44.328376],[127.552839,44.333487],[127.55057,44.338289],[127.535724,44.347082],[127.53045,44.35169],[127.527792,44.357555],[127.522493,44.360309],[127.515389,44.358758],[127.517023,44.370638],[127.515393,44.376165],[127.50057,44.390879],[127.490072,44.39497],[127.481323,44.395358],[127.477228,44.399532],[127.479746,44.407374],[127.496401,44.421032],[127.495699,44.42799],[127.501804,44.436298],[127.493899,44.448367],[127.472862,44.455605],[127.457711,44.478989],[127.4582,44.484486],[127.469007,44.49654],[127.463581,44.503352],[127.459182,44.514317],[127.470167,44.51665],[127.472283,44.523155],[127.479146,44.526495],[127.499519,44.52665],[127.502712,44.525966],[127.508008,44.520852],[127.524256,44.519691],[127.530782,44.520728],[127.54056,44.531362],[127.54038,44.536656],[127.564778,44.54895],[127.560591,44.553617],[127.562034,44.558219],[127.556223,44.562972],[127.551914,44.571439],[127.541057,44.575264],[127.533393,44.574512],[127.529584,44.572532],[127.518096,44.575152],[127.517972,44.578611],[127.506992,44.580431],[127.502296,44.584087],[127.500767,44.587785],[127.502363,44.589958],[127.500409,44.592489],[127.487803,44.598692],[127.48105,44.600851],[127.475581,44.598622],[127.472123,44.600184],[127.469432,44.603939],[127.459582,44.605447],[127.445108,44.612899],[127.439235,44.613368],[127.435659,44.611052],[127.429561,44.611406],[127.409825,44.619841],[127.40421,44.620308],[127.398165,44.625349],[127.397062,44.630679],[127.394388,44.632304],[127.383982,44.630076],[127.316236,44.63329],[127.31383,44.635521],[127.302453,44.637353],[127.270851,44.638605],[127.265323,44.632375],[127.263859,44.621227],[127.259601,44.613925],[127.255942,44.610785],[127.238659,44.617213],[127.230862,44.616217],[127.223772,44.620417],[127.216433,44.61974],[127.208748,44.622108],[127.207728,44.623827],[127.209462,44.628278],[127.219977,44.633971],[127.224421,44.638776],[127.22018,44.641393],[127.21335,44.640349],[127.204139,44.646041],[127.199313,44.645566],[127.195131,44.643073],[127.179975,44.64274],[127.170253,44.637869],[127.16541,44.64068],[127.163118,44.630114],[127.146662,44.616431],[127.140229,44.613197],[127.134904,44.612547],[127.131528,44.609373],[127.132801,44.606867],[127.131216,44.605496],[127.120137,44.607548],[127.111667,44.613403],[127.088279,44.613549],[127.082231,44.60391],[127.084331,44.597389],[127.08275,44.591402],[127.071198,44.58516],[127.054106,44.568662],[127.047572,44.56488],[127.042855,44.564415],[127.035278,44.587999],[127.023342,44.594581],[127.020964,44.598687],[127.027274,44.606099],[127.035932,44.610569],[127.034123,44.632679],[127.03835,44.648705],[127.036936,44.652694],[127.030094,44.658164],[127.023515,44.673773],[127.026211,44.677161],[127.029927,44.690127],[127.030916,44.701785],[127.034838,44.710084],[127.034018,44.714591],[127.029815,44.72053],[127.023764,44.722272],[127.021517,44.728935],[126.991454,44.762866],[126.988592,44.780949],[126.983294,44.796714],[126.980077,44.819111],[126.978226,44.822943],[126.987246,44.836607],[126.98933,44.84715],[126.996366,44.854131],[126.99531,44.873365],[127.004984,44.888329],[127.014544,44.892785],[127.015633,44.896755],[127.025788,44.897823],[127.030113,44.90156],[127.036237,44.903971],[127.066191,44.904324],[127.065999,44.910452],[127.06797,44.916894],[127.070916,44.917765],[127.073853,44.913229],[127.078157,44.91352],[127.08202,44.921797],[127.082978,44.932604],[127.078193,44.940843],[127.085176,44.943081],[127.086819,44.945184],[127.078027,44.953949],[127.068506,44.955746],[127.0731,44.962645],[127.063466,44.967746],[127.064037,44.97374],[127.051314,44.988425],[127.031571,44.990052],[127.03211,44.995129],[127.043019,45.00228],[127.043489,45.004147],[127.03326,45.007164],[127.028156,45.011253],[127.028271,45.015548],[127.01735,45.019695],[127.007734,45.025816],[127.008486,45.033713],[127.002173,45.036494],[126.995523,45.043144],[126.992056,45.054761],[126.979577,45.065847],[126.967619,45.067664],[126.96263,45.071882],[126.96087,45.082831],[126.971102,45.102289],[126.974178,45.105464],[126.967121,45.106325],[126.966755,45.110386],[126.963302,45.115293],[126.95006,45.119869],[126.950451,45.126601],[126.958464,45.131887],[126.953321,45.137014],[126.941268,45.13739],[126.930799,45.134865],[126.908766,45.142298],[126.896565,45.138203],[126.878232,45.140502],[126.862414,45.136987],[126.850919,45.140863],[126.840363,45.136386],[126.832191,45.130021],[126.828523,45.131304],[126.825294,45.137019],[126.824627,45.144202],[126.820026,45.145532],[126.814027,45.144336],[126.8112,45.136226],[126.809594,45.135277],[126.805648,45.134957],[126.797331,45.13768],[126.791103,45.132247],[126.787228,45.13266],[126.78413,45.13503],[126.781153,45.143609],[126.780145,45.157318],[126.764842,45.163785],[126.757047,45.174482],[126.747479,45.17573],[126.739073,45.172833],[126.728455,45.174293],[126.725576,45.176236],[126.726624,45.184283],[126.72354,45.186176],[126.683024,45.184511],[126.679671,45.185366],[126.673207,45.19316],[126.656302,45.1938],[126.658133,45.197655],[126.655002,45.203425],[126.642686,45.209856],[126.63721,45.210674],[126.637884,45.214124],[126.642009,45.218812],[126.640411,45.22156],[126.625238,45.223911],[126.6172,45.233314],[126.608612,45.235965],[126.601514,45.234803],[126.597811,45.239619],[126.592029,45.239004],[126.591163,45.237102],[126.593025,45.233636],[126.5858,45.231217],[126.583227,45.235353],[126.589508,45.24414],[126.574716,45.249239],[126.563174,45.250107],[126.54958,45.247551],[126.543016,45.238535],[126.538668,45.237154],[126.531677,45.238336],[126.521296,45.244348],[126.511423,45.244882],[126.508012,45.239972],[126.503925,45.237715],[126.492128,45.240579],[126.483555,45.23494],[126.47224,45.234614],[126.465611,45.231988],[126.452473,45.231582],[126.449552,45.226408],[126.431243,45.220684],[126.425397,45.221054],[126.417397,45.23049],[126.412799,45.230363],[126.408755,45.225847],[126.39271,45.218465],[126.388748,45.214315],[126.374454,45.205702],[126.369101,45.197755],[126.357856,45.194448],[126.354816,45.18629],[126.35007,45.182926],[126.34218,45.182705],[126.337498,45.189756],[126.33268,45.190708],[126.330135,45.189744],[126.326862,45.184802],[126.318343,45.181022],[126.3167,45.176658],[126.307008,45.18001],[126.298351,45.175579],[126.294708,45.178754],[126.296969,45.187291],[126.292609,45.189909],[126.286732,45.189821],[126.283399,45.188233],[126.282129,45.185373],[126.287721,45.175373],[126.283775,45.173607],[126.275781,45.173112],[126.274149,45.170382],[126.283213,45.166197],[126.285775,45.162901],[126.281072,45.160162],[126.276946,45.160041],[126.261486,45.166587],[126.258156,45.166584],[126.252682,45.159298],[126.252947,45.155722],[126.256484,45.153328],[126.256246,45.148981],[126.25151,45.147846],[126.242891,45.150608],[126.239181,45.147594],[126.245148,45.144178],[126.245165,45.141625],[126.229465,45.137715],[126.224955,45.139926],[126.223936,45.145289],[126.212774,45.145094],[126.211152,45.143067],[126.207509,45.142446],[126.196711,45.151185],[126.191858,45.150035],[126.183737,45.142996],[126.174689,45.142658],[126.164338,45.138895],[126.163818,45.132206],[126.161622,45.13073],[126.149608,45.136553],[126.141868,45.143584],[126.125217,45.144582],[126.11526,45.141703],[126.113476,45.143362],[126.114592,45.148118],[126.112395,45.149428],[126.108516,45.148096],[126.108465,45.142094],[126.104457,45.13985],[126.094905,45.144593],[126.08623,45.146289],[126.081452,45.150487],[126.082194,45.152999],[126.07707,45.162806],[126.065343,45.162026],[126.058263,45.166088],[126.044829,45.165638],[126.04054,45.169585],[126.028927,45.165286],[126.021135,45.160388],[126.012301,45.1597],[126.007062,45.163849],[126.003686,45.164313],[126,45.161871],[125.989729,45.160657],[125.989051,45.163016],[125.992091,45.164663],[125.987667,45.167239],[125.987444,45.170835],[125.98832,45.17244],[125.994984,45.174475],[125.99422,45.177244],[125.989287,45.177126],[125.982457,45.173486],[125.975014,45.176847],[125.97256,45.176246],[125.969451,45.172516],[125.964963,45.173999],[125.96758,45.178116],[125.973934,45.179779],[125.978826,45.179179],[125.975311,45.182644],[125.975475,45.184827],[125.977306,45.185116],[125.97853,45.18247],[125.980205,45.182378],[125.981242,45.186237],[125.98771,45.186165],[125.985816,45.190671],[125.982294,45.193318],[125.978272,45.193993],[125.971706,45.189266],[125.966739,45.188793],[125.950295,45.191865],[125.940202,45.197104],[125.912526,45.193914],[125.907715,45.194618],[125.900558,45.19968],[125.901111,45.201996],[125.898014,45.207846],[125.887741,45.209262],[125.88166,45.219049],[125.876988,45.219672],[125.870779,45.216695],[125.866248,45.217174],[125.859434,45.229599],[125.851918,45.226602],[125.848572,45.227155],[125.84552,45.234847],[125.840825,45.237287],[125.830731,45.234936],[125.813625,45.236238],[125.805922,45.246906],[125.808703,45.252825],[125.805651,45.260907],[125.808061,45.263806],[125.808106,45.267199],[125.791547,45.269816],[125.786838,45.274595],[125.783108,45.27379],[125.779917,45.269302],[125.773829,45.27215],[125.770932,45.270896],[125.773233,45.274056],[125.782335,45.277706],[125.780048,45.282194],[125.780639,45.286966],[125.770493,45.288231],[125.766315,45.292823],[125.758362,45.286976],[125.753202,45.289731],[125.752565,45.28716],[125.756941,45.285108],[125.75739,45.283445],[125.754429,45.281085],[125.750195,45.280624],[125.749292,45.283664],[125.745462,45.285897],[125.742521,45.290936],[125.747357,45.295231],[125.747592,45.297188],[125.743528,45.299476],[125.741085,45.304848],[125.734855,45.310751],[125.729454,45.311531],[125.725658,45.321481],[125.723158,45.322992],[125.718354,45.321494],[125.70831,45.323084],[125.709248,45.325501],[125.715467,45.328583],[125.718932,45.332347],[125.718529,45.336015],[125.713618,45.338215],[125.701768,45.337666],[125.696553,45.34118],[125.68832,45.351353],[125.690485,45.355393],[125.688355,45.359996],[125.691893,45.363731],[125.69117,45.36739],[125.694938,45.37074],[125.699538,45.38389],[125.707969,45.39013],[125.711319,45.401651],[125.706631,45.422346],[125.699696,45.423431],[125.698182,45.425697],[125.698043,45.438148],[125.701027,45.443901],[125.690521,45.446756],[125.689111,45.449038],[125.691241,45.453078],[125.702668,45.454421],[125.707251,45.458265],[125.706686,45.461512],[125.702916,45.463168],[125.698205,45.463224],[125.696463,45.460197],[125.693829,45.45931],[125.691392,45.459828],[125.689743,45.462327],[125.690727,45.474439],[125.692997,45.472859],[125.703269,45.47476],[125.702717,45.482555],[125.696237,45.485494],[125.688263,45.48416],[125.679669,45.488989],[125.68216,45.492892],[125.695857,45.496605],[125.699177,45.500855],[125.686184,45.507546],[125.684517,45.513705],[125.669704,45.504598],[125.661995,45.503387],[125.652153,45.504178],[125.643367,45.508518],[125.635023,45.518413],[125.625832,45.52114],[125.619127,45.520981],[125.609425,45.515813],[125.58177,45.489679],[125.573877,45.486651],[125.552964,45.485047],[125.528091,45.479787],[125.490628,45.465269],[125.485702,45.465323],[125.479763,45.470362],[125.478717,45.48091],[125.47327,45.485716],[125.460838,45.486117],[125.437859,45.482497],[125.422249,45.486456],[125.414743,45.485908],[125.41323,45.481384],[125.41543,45.4755],[125.422718,45.471012],[125.427973,45.464576],[125.428316,45.460853],[125.425299,45.453532],[125.415811,45.444711],[125.409082,45.431276],[125.402904,45.423357],[125.367313,45.393762],[125.354485,45.388675],[125.344654,45.389232],[125.335957,45.393119],[125.32597,45.408176],[125.31954,45.411085],[125.320777,45.414159],[125.319974,45.41742],[125.312484,45.419939],[125.307774,45.418398],[125.304789,45.414478],[125.305387,45.411437],[125.310162,45.406122],[125.310432,45.402733],[125.304918,45.399903],[125.298586,45.399345],[125.293077,45.400495],[125.279291,45.410479],[125.262566,45.416207],[125.251513,45.417494],[125.242679,45.4163],[125.190798,45.398181],[125.180208,45.396246],[125.168779,45.398307],[125.160018,45.404517],[125.148689,45.409301],[125.137238,45.409516],[125.121754,45.399135],[125.108986,45.387081],[125.101438,45.383129],[125.079573,45.377301],[125.06805,45.378229],[125.05968,45.386083],[125.059319,45.393405],[125.061895,45.397357],[125.081481,45.405055],[125.086309,45.41184],[125.085277,45.419359],[125.076611,45.421359],[125.055781,45.419894],[125.047052,45.423073],[125.04396,45.425855],[125.037111,45.44352],[125.027877,45.46049],[125.026101,45.487665],[125.022134,45.489542],[124.989278,45.489868],[124.946357,45.494363],[124.940216,45.499608],[124.935453,45.506972],[124.934761,45.5118],[124.937077,45.519203],[124.930562,45.531065],[124.925219,45.536232],[124.914619,45.539874],[124.910222,45.539725],[124.903901,45.533088],[124.902719,45.530316],[124.903245,45.51836],[124.898771,45.514295],[124.895901,45.508077],[124.888657,45.498814],[124.882177,45.497728],[124.87585,45.490296],[124.874978,45.479788],[124.886304,45.453398],[124.886936,45.447232],[124.883661,45.440063],[124.875466,45.435278],[124.863275,45.437044],[124.841476,45.450038],[124.835645,45.452694],[124.826886,45.453866],[124.812381,45.448145],[124.803141,45.440792],[124.793843,45.436497],[124.781651,45.434145],[124.774706,45.435525],[124.771407,45.438008],[124.769676,45.442918],[124.77487,45.463467],[124.761991,45.467656],[124.756596,45.467647],[124.746928,45.464276],[124.741204,45.45784],[124.736315,45.446969],[124.734141,45.444385],[124.728787,45.442218],[124.711777,45.442364],[124.69095,45.449714],[124.685676,45.450197],[124.668202,45.445368],[124.650742,45.435436],[124.639273,45.433551],[124.622229,45.435158],[124.584435,45.451094],[124.573278,45.450953],[124.568682,45.447607],[124.568119,45.444298],[124.578347,45.4337],[124.578231,45.427169],[124.575217,45.423728],[124.558967,45.416137],[124.551878,45.410485],[124.544699,45.409126],[124.53506,45.41062],[124.501256,45.422538],[124.489684,45.433306],[124.4755,45.453346],[124.468608,45.455941],[124.4454,45.454653],[124.424803,45.449624],[124.415511,45.445783],[124.411695,45.438326],[124.407877,45.436424],[124.393761,45.437728],[124.370768,45.450636],[124.366487,45.457946],[124.367063,45.464077],[124.363701,45.472724],[124.359579,45.47735],[124.347153,45.484782],[124.344785,45.48902],[124.345899,45.493741],[124.356274,45.501006],[124.361613,45.509399],[124.362793,45.514145],[124.359566,45.533509],[124.354791,45.54079],[124.349156,45.543903],[124.342651,45.544279],[124.288133,45.536584],[124.275909,45.539585],[124.257363,45.553456],[124.254088,45.558552],[124.254807,45.565286],[124.26787,45.583418],[124.26636,45.587962],[124.258389,45.590913],[124.251518,45.590882],[124.239481,45.58803],[124.233167,45.588522],[124.223198,45.592333],[124.219611,45.596333],[124.217577,45.601809],[124.218231,45.606574],[124.232564,45.621691],[124.231705,45.626036],[124.226955,45.631007],[124.221408,45.631988],[124.214451,45.630901],[124.189398,45.616147],[124.174952,45.612169],[124.156391,45.612902],[124.144167,45.617972],[124.135476,45.624518],[124.130529,45.630546],[124.136653,45.645061],[124.144708,45.654208],[124.144569,45.65836],[124.138369,45.661038],[124.120865,45.661552],[124.115193,45.66509],[124.115632,45.667096],[124.128226,45.672276],[124.132783,45.676389],[124.133774,45.680614],[124.130927,45.686557],[124.12588,45.690624],[124.104998,45.693718],[124.095116,45.698852],[124.091041,45.705235],[124.092779,45.715702],[124.090927,45.720054],[124.081532,45.725976],[124.075986,45.733904],[124.061954,45.740273],[124.051393,45.748776],[124.042597,45.750513],[124.013784,45.745521],[124.010418,45.747313],[123.994276,45.767831],[123.994678,45.774352],[124.000205,45.779057],[124.004993,45.78079],[124.020413,45.780649],[124.02907,45.784395],[124.037201,45.791],[124.057868,45.794405],[124.059706,45.796995],[124.058819,45.799382],[124.035979,45.812084],[124.027431,45.825394],[124.02636,45.831606],[124.028062,45.836194],[124.033017,45.838165],[124.039829,45.838226],[124.051884,45.835085],[124.060261,45.836469],[124.064461,45.841498],[124.064076,45.850192],[124.062394,45.862967],[124.057113,45.874713],[124.05688,45.882168],[124.05226,45.887678],[123.99673,45.90205],[123.973195,45.919968],[123.961103,45.936871],[123.956967,45.949361],[123.957691,45.958635],[123.959982,45.963343],[123.9725,45.977966],[123.980767,45.979755],[123.989272,45.977389],[123.997759,45.977479],[124.007524,45.980668],[124.014867,45.985933],[124.014987,45.991284],[124.010493,45.995923],[123.985699,46.003317],[123.981761,46.009182],[123.982681,46.015952],[123.992785,46.019616],[124.006416,46.016101],[124.026636,46.014584],[124.032293,46.016884],[124.032959,46.019837],[124.031211,46.033797],[124.024294,46.046892],[124.017375,46.050541],[124.001531,46.05486],[123.996595,46.060051],[123.996602,46.063375],[123.998931,46.067285],[124.011795,46.074881],[124.012878,46.0808],[124.011405,46.084644],[124.008796,46.087727],[124.002848,46.090617],[123.994451,46.090171],[123.989529,46.091525],[123.98743,46.092559],[123.98545,46.097255],[123.988027,46.105069],[124.001532,46.108453],[124.007625,46.112211],[124.010723,46.117443],[124.010174,46.120883],[124.007531,46.123815],[123.985041,46.135251],[123.983289,46.139971],[123.984479,46.143711],[123.987156,46.145978],[124.001534,46.152727],[124.003889,46.155883],[124.004004,46.159091],[124.001535,46.163444],[123.993977,46.165775],[123.989162,46.16552],[123.981735,46.161616],[123.971385,46.159675],[123.966571,46.160947],[123.965143,46.162822],[123.96609,46.167362],[123.971431,46.173596],[123.972093,46.176775],[123.970106,46.181809],[123.955058,46.19203],[123.950756,46.200959],[123.950801,46.209972],[123.956242,46.21304],[123.965525,46.214161],[123.974269,46.217219],[123.976626,46.222883],[123.976,46.224827],[123.968843,46.228585],[123.95945,46.236699],[123.949562,46.239886],[123.948588,46.242387],[123.946039,46.25031],[123.946176,46.258257],[123.957821,46.268036],[123.963029,46.27463],[123.956236,46.280657],[123.953818,46.288661],[123.928513,46.284694],[123.922439,46.274645],[123.92608,46.272152],[123.924982,46.268736],[123.917419,46.261978],[123.912698,46.254204],[123.897355,46.257644],[123.890189,46.264617],[123.901235,46.274907],[123.896398,46.289886],[123.90214,46.293336],[123.903168,46.297501],[123.893686,46.302152],[123.861836,46.297289],[123.850363,46.298096],[123.843327,46.300632],[123.824669,46.288842],[123.821108,46.28997],[123.822164,46.286264],[123.812064,46.280558],[123.798295,46.28193],[123.797513,46.274009],[123.793864,46.27416],[123.792915,46.272277],[123.789796,46.271323],[123.785849,46.271539],[123.782066,46.26939],[123.780663,46.265782],[123.772313,46.262164],[123.749838,46.258225],[123.743727,46.260664],[123.744159,46.261588],[123.737891,46.262242],[123.718506,46.253781],[123.698729,46.256241],[123.689859,46.252386],[123.683522,46.252836],[123.677838,46.25122],[123.673449,46.252128],[123.66654,46.256676],[123.613704,46.250295],[123.598609,46.25011],[123.599153,46.247553],[123.59777,46.245862],[123.59229,46.243042],[123.590885,46.237903],[123.592245,46.23761],[123.592484,46.235101],[123.590229,46.234389],[123.59032,46.232356],[123.567847,46.228501],[123.56355,46.224878],[123.563396,46.221892],[123.556876,46.228221],[123.556102,46.23421],[123.545417,46.232519],[123.537905,46.233321],[123.525048,46.240198],[123.520057,46.247325],[123.511452,46.248954],[123.507769,46.252689],[123.492788,46.257683],[123.479645,46.251168],[123.477541,46.24758],[123.471122,46.24769],[123.474073,46.244577],[123.47112,46.244767],[123.472752,46.242517],[123.47015,46.240107],[123.464816,46.238278],[123.463683,46.24028],[123.459429,46.237327],[123.458017,46.238139],[123.452556,46.232965],[123.446263,46.230393],[123.44447,46.234273],[123.439165,46.237798],[123.434426,46.236811],[123.429407,46.240632],[123.424305,46.242084],[123.420256,46.238833],[123.411963,46.239827],[123.410345,46.238337],[123.402433,46.242395],[123.400631,46.237441],[123.397897,46.237558],[123.393085,46.240963],[123.391378,46.239726],[123.387492,46.242612],[123.385809,46.241407],[123.386379,46.239872],[123.382027,46.239354],[123.381677,46.236821],[123.384087,46.234668],[123.379475,46.233634],[123.379276,46.231634],[123.382896,46.23067],[123.382575,46.227992],[123.379667,46.22562],[123.376301,46.226903],[123.374309,46.22284],[123.366803,46.220939],[123.349107,46.226141],[123.352856,46.228714],[123.348532,46.230408],[123.350625,46.232032],[123.34563,46.236752],[123.341514,46.24388],[123.335459,46.241464],[123.333622,46.243354],[123.329373,46.242124],[123.32654,46.246716],[123.323557,46.246309],[123.314039,46.252635],[123.312556,46.251842],[123.314287,46.250379],[123.313442,46.249487],[123.300969,46.246916],[123.295793,46.246347],[123.286942,46.250283],[123.280507,46.24829],[123.273802,46.252051],[123.274391,46.25411],[123.27096,46.255336],[123.272597,46.26141],[123.26971,46.259499],[123.261521,46.262031],[123.257221,46.260919],[123.256287,46.265257],[123.247138,46.263493],[123.247049,46.26566],[123.24491,46.266006],[123.241674,46.271494],[123.213406,46.267705],[123.204729,46.260196],[123.15906,46.239411],[123.172047,46.246139],[123.135402,46.296318],[123.088237,46.340222],[123.005098,46.433079],[123.001149,46.449548],[123.001996,46.460255],[123.0043,46.461678],[123.00404,46.522974],[122.996542,46.560698],[122.996689,46.573504],[123.002097,46.575067],[123.045982,46.578122],[123.044607,46.592501],[123.039268,46.615353],[123.042369,46.617399],[123.071337,46.620895],[123.073794,46.604346],[123.079582,46.589411],[123.095137,46.590774],[123.091707,46.601245],[123.174026,46.612391],[123.199205,46.589833],[123.203416,46.587615],[123.206449,46.588282],[123.208565,46.586165],[123.210782,46.588762],[123.215875,46.590594],[123.221955,46.586465],[123.237638,46.592783],[123.23826,46.596911],[123.236645,46.60179],[123.272906,46.615331],[123.269878,46.637296],[123.271828,46.642818],[123.267912,46.648273],[123.264641,46.649523],[123.270833,46.659657],[123.290155,46.661926],[123.312424,46.660513],[123.322853,46.665327],[123.342887,46.669065],[123.360523,46.675778],[123.467233,46.684906],[123.597914,46.688035],[123.612653,46.719744],[123.623301,46.724814],[123.625278,46.727705],[123.622281,46.739925],[123.62015,46.741242],[123.618084,46.761822],[123.624762,46.7625],[123.620353,46.783701],[123.620372,46.787091],[123.621957,46.787672],[123.619071,46.804346],[123.623413,46.807242],[123.624502,46.811016],[123.626833,46.812473],[123.590382,46.811747],[123.57893,46.817515],[123.574046,46.824209],[123.578327,46.828103],[123.609717,46.835503],[123.615619,46.84054],[123.616307,46.845359],[123.614721,46.848647],[123.598338,46.856019],[123.59254,46.862083],[123.594078,46.869343],[123.60228,46.879311],[123.601852,46.886495],[123.598883,46.889622],[123.583757,46.889407],[123.575636,46.891812],[123.572039,46.89078],[123.569941,46.888167],[123.570834,46.872501],[123.562139,46.863322],[123.567628,46.852941],[123.569104,46.846826],[123.564175,46.8275],[123.552196,46.822951],[123.531963,46.827742],[123.507562,46.824033],[123.496397,46.825826],[123.489905,46.82917],[123.48143,46.836925],[123.477482,46.844617],[123.477637,46.85785],[123.489535,46.870293],[123.492029,46.884601],[123.499114,46.891483],[123.505204,46.907264],[123.517076,46.923073],[123.521795,46.943148],[123.52085,46.957219],[123.509908,46.952406],[123.509166,46.950103],[123.491694,46.949336],[123.479038,46.952809],[123.46912,46.951057],[123.466771,46.948828],[123.459175,46.948268],[123.456934,46.945247],[123.449062,46.943889],[123.446725,46.940058],[123.435116,46.935988],[123.419923,46.932058],[123.411864,46.932467],[123.385737,46.93875],[123.383989,46.947602],[123.380892,46.952613],[123.346018,46.976852],[123.343514,46.976619],[123.334765,46.984324],[123.320269,46.989623],[123.316524,46.988304],[123.311436,46.989805],[123.294966,46.998056],[123.295633,46.994836],[123.291457,46.988639],[123.297121,46.962426],[123.354374,46.968564],[123.379942,46.950473],[123.382943,46.943562],[123.383654,46.936308],[123.397954,46.933524],[123.39669,46.918567],[123.399287,46.914059],[123.399775,46.904017],[123.392387,46.885052],[123.367671,46.8355],[123.3596,46.83535],[123.354279,46.832985],[123.349127,46.833736],[123.344705,46.829448],[123.341369,46.830387],[123.338226,46.829268],[123.333927,46.824535],[123.328878,46.826838],[123.324363,46.836106],[123.326393,46.840076],[123.316664,46.85163],[123.302222,46.860265],[123.289332,46.863325],[123.283125,46.861276],[123.283404,46.858265],[123.279141,46.854426],[123.265989,46.859985],[123.255967,46.860569],[123.245597,46.852969],[123.230669,46.858991],[123.228823,46.861781],[123.210202,46.849533],[123.215195,46.847533],[123.213215,46.841428],[123.210937,46.840052],[123.209617,46.833638],[123.21204,46.826966],[123.214583,46.825867],[123.217652,46.81997],[123.21195,46.814904],[123.203745,46.815954],[123.200378,46.803984],[123.197992,46.801683],[123.192823,46.801983],[123.192002,46.798165],[123.1847,46.792288],[123.178444,46.782757],[123.176168,46.771479],[123.172938,46.767984],[123.173328,46.760526],[123.170768,46.753407],[123.149144,46.740084],[123.141811,46.740344],[123.11324,46.732574],[123.103284,46.73184],[123.090671,46.736011],[123.087152,46.734992],[123.086963,46.737775],[123.084786,46.739504],[123.078734,46.739187],[123.069735,46.742525],[123.059759,46.740531],[123.059657,46.734807],[123.053384,46.736773],[123.048537,46.732416],[123.038965,46.73113],[123.030616,46.725635],[123.019573,46.721984],[123.000448,46.726062],[122.995993,46.737374],[122.990582,46.737726],[122.988083,46.740576],[122.991947,46.758741],[122.949436,46.772728],[122.944329,46.780911],[122.935765,46.783119],[122.933112,46.787127],[122.927633,46.783573],[122.920027,46.781474],[122.920965,46.788132],[122.918752,46.796359],[122.914495,46.797687],[122.912386,46.802199],[122.901006,46.805647],[122.902124,46.816623],[122.892508,46.826384],[122.893357,46.833131],[122.891992,46.835561],[122.895361,46.840241],[122.894181,46.842579],[122.894991,46.849312],[122.891929,46.852454],[122.894687,46.85419],[122.894079,46.860697],[122.891119,46.86219],[122.890593,46.866582],[122.886335,46.871796],[122.880147,46.877022],[122.874648,46.885174],[122.873871,46.889202],[122.874366,46.891155],[122.88778,46.893438],[122.886584,46.897176],[122.893449,46.916329],[122.893645,46.92155],[122.889106,46.925537],[122.893962,46.939733],[122.891832,46.945214],[122.893292,46.951203],[122.888454,46.955976],[122.890131,46.956602],[122.889244,46.958436],[122.87261,46.955253],[122.876305,46.951724],[122.874219,46.950054],[122.868681,46.95528],[122.866143,46.951773],[122.855573,46.945641],[122.853563,46.945918],[122.843757,46.938357],[122.833846,46.935139],[122.824201,46.936997],[122.813117,46.935252],[122.796286,46.935385],[122.794628,46.938323],[122.790699,46.936173],[122.78897,46.939675],[122.784964,46.939612],[122.786413,46.947851],[122.791487,46.952202],[122.792504,46.95555],[122.779818,46.959868],[122.781022,46.960801],[122.777434,46.962175],[122.777124,46.964073],[122.768552,46.972016],[122.769973,46.986322],[122.776229,46.98749],[122.772053,47.000895],[122.794043,47.017162],[122.795465,47.020314],[122.836472,47.042806],[122.839938,47.046492],[122.840198,47.05093],[122.850083,47.057229],[122.846265,47.070227],[122.840638,47.06737],[122.825834,47.064706],[122.817781,47.066203],[122.815626,47.064272],[122.809567,47.064964],[122.808152,47.067884],[122.798593,47.074111],[122.783016,47.076632],[122.776034,47.073416],[122.745604,47.076099],[122.743441,47.079166],[122.735405,47.078546],[122.732925,47.087044],[122.720208,47.088087],[122.693592,47.096605],[122.68789,47.094444],[122.682061,47.089745],[122.673273,47.095038],[122.667417,47.095158],[122.659663,47.098696],[122.659783,47.102181],[122.657934,47.105035],[122.649096,47.105011],[122.620347,47.115484],[122.604585,47.12813],[122.604458,47.132103],[122.606645,47.134759],[122.5914,47.152896],[122.588354,47.153436],[122.586386,47.151026],[122.577085,47.157986],[122.572359,47.157841],[122.568467,47.164401],[122.562695,47.163329],[122.558465,47.166173],[122.558304,47.169496],[122.547089,47.173517],[122.531416,47.199105],[122.518134,47.213242],[122.503946,47.241014],[122.500821,47.241816],[122.499894,47.244875],[122.490216,47.254096],[122.471417,47.261802],[122.45489,47.279055],[122.456283,47.284068],[122.452172,47.288377],[122.451815,47.293137],[122.45489,47.295132],[122.450526,47.295786],[122.450441,47.301168],[122.44262,47.302878],[122.441668,47.304405],[122.438044,47.303101],[122.436985,47.306317],[122.427146,47.311322],[122.426431,47.314799],[122.430479,47.317278],[122.42669,47.323287],[122.422461,47.325662],[122.423729,47.326239],[122.422212,47.328496],[122.417688,47.327331],[122.413471,47.328909],[122.411749,47.348176],[122.459988,47.378156],[122.501569,47.399756],[122.508862,47.414991],[122.514227,47.442185],[122.530606,47.465824],[122.534547,47.487156],[122.537591,47.493204],[122.568741,47.533306],[122.587275,47.545061],[122.646858,47.569044],[122.682493,47.580543],[122.755989,47.611157],[122.772401,47.621301],[122.777218,47.627002],[122.823385,47.660106],[122.84639,47.674175],[122.941153,47.702109],[122.976605,47.715536],[123.036266,47.744243],[123.160866,47.781577],[123.207263,47.822005],[123.237455,47.858243],[123.251583,47.879993],[123.259534,47.896241],[123.274426,47.918322],[123.281848,47.940073],[123.293321,47.951861],[123.309919,47.957103],[123.313194,47.96042],[123.317303,47.958849],[123.342833,47.962723],[123.371024,47.973396],[123.527923,48.019494],[123.568762,48.040637],[123.606993,48.071938],[123.650507,48.112866],[123.695673,48.148261],[123.741905,48.196663],[123.797019,48.229964],[123.815918,48.245812],[123.850022,48.266424],[123.884073,48.294907],[123.928681,48.325854],[123.964506,48.35557],[124.015292,48.393047],[124.047784,48.414662],[124.074845,48.435572],[124.095109,48.44376],[124.124306,48.458278],[124.170039,48.484851],[124.231634,48.517804],[124.25224,48.534527],[124.261207,48.534164],[124.270855,48.525908],[124.281028,48.521404],[124.292045,48.519734],[124.295394,48.517399],[124.29777,48.510717],[124.303518,48.503156],[124.302808,48.494213],[124.30838,48.478761],[124.304781,48.474105],[124.296221,48.470899],[124.297273,48.453459],[124.307682,48.441987],[124.326259,48.430355],[124.321421,48.423357],[124.317623,48.421922],[124.316441,48.419523],[124.306833,48.418462],[124.301996,48.410131],[124.308297,48.406169],[124.312423,48.395023],[124.320669,48.390887],[124.317007,48.387069],[124.318942,48.37679],[124.308205,48.369603],[124.309273,48.363768],[124.319121,48.35452],[124.317907,48.3518],[124.311178,48.349037],[124.31031,48.345541],[124.320567,48.339521],[124.333975,48.316011],[124.350943,48.30949],[124.345683,48.306102],[124.343901,48.300911],[124.353947,48.291272],[124.360231,48.288821],[124.369538,48.27361],[124.373447,48.271696],[124.381805,48.271266],[124.395189,48.263327],[124.395768,48.260298],[124.389827,48.255623],[124.395544,48.246394],[124.415303,48.244015],[124.415054,48.23637],[124.420267,48.232725],[124.421585,48.221318],[124.419877,48.219373],[124.410196,48.219885],[124.404849,48.217157],[124.402446,48.213407],[124.409428,48.206863],[124.4118,48.190873],[124.410571,48.187264],[124.416432,48.180184],[124.430277,48.176186],[124.43636,48.17681],[124.443691,48.174455],[124.447518,48.170954],[124.454166,48.173493],[124.455698,48.178439],[124.456805,48.1783],[124.459907,48.174789],[124.458548,48.171229],[124.464115,48.172518],[124.471405,48.165138],[124.469671,48.160875],[124.458602,48.15771],[124.455955,48.153512],[124.456255,48.15012],[124.461159,48.142886],[124.467586,48.138436],[124.466044,48.132135],[124.461128,48.129307],[124.427054,48.124738],[124.423112,48.123045],[124.422555,48.118665],[124.430567,48.112437],[124.431253,48.110158],[124.427811,48.105349],[124.418815,48.104521],[124.413236,48.102155],[124.412463,48.099978],[124.415003,48.095595],[124.415012,48.091974],[124.410959,48.086522],[124.416454,48.085823],[124.422291,48.080638],[124.427529,48.080722],[124.429928,48.083573],[124.428435,48.090369],[124.430757,48.093081],[124.442978,48.097044],[124.452823,48.095306],[124.459183,48.096072],[124.469247,48.104117],[124.471777,48.111592],[124.468492,48.117505],[124.472394,48.122986],[124.480962,48.124717],[124.489738,48.118756],[124.495128,48.118889],[124.498554,48.12366],[124.499735,48.130667],[124.504558,48.135727],[124.515893,48.139884],[124.519444,48.142708],[124.521647,48.147578],[124.522033,48.158099],[124.507637,48.162495],[124.504942,48.164475],[124.505177,48.166629],[124.508936,48.168255],[124.518431,48.168215],[124.521092,48.170145],[124.522242,48.171898],[124.519994,48.175385],[124.513298,48.18015],[124.512541,48.185044],[124.531855,48.19277],[124.545632,48.205388],[124.544823,48.210533],[124.546691,48.216795],[124.555924,48.224392],[124.556013,48.228849],[124.551621,48.234302],[124.553538,48.239056],[124.560383,48.245209],[124.568719,48.24864],[124.572455,48.252246],[124.57227,48.25942],[124.569884,48.263827],[124.567002,48.265269],[124.552015,48.266356],[124.549094,48.268069],[124.548573,48.270933],[124.55255,48.275806],[124.553513,48.284449],[124.557119,48.289378],[124.56209,48.291535],[124.573048,48.292871],[124.576556,48.296045],[124.575902,48.298579],[124.571491,48.302516],[124.562362,48.304511],[124.559022,48.307362],[124.559758,48.313618],[124.556692,48.318856],[124.54046,48.326653],[124.533931,48.333302],[124.534105,48.3368],[124.542689,48.345731],[124.539215,48.351681],[124.538721,48.357547],[124.535461,48.364183],[124.53111,48.367485],[124.519726,48.366947],[124.509644,48.373955],[124.508058,48.377346],[124.508825,48.379455],[124.518881,48.386607],[124.518912,48.390751],[124.514703,48.397999],[124.516714,48.405184],[124.514684,48.408544],[124.519828,48.417988],[124.518799,48.424536],[124.503892,48.437879],[124.500611,48.442783],[124.500629,48.445568],[124.503846,48.448064],[124.518718,48.4497],[124.532093,48.459198],[124.548226,48.46216],[124.550069,48.465769],[124.546206,48.470502],[124.53422,48.473506],[124.532808,48.475178],[124.532943,48.489778],[124.530447,48.49385],[124.526595,48.512313],[124.530195,48.519079],[124.539479,48.525437],[124.542902,48.530678],[124.53661,48.538483],[124.518067,48.544308],[124.520247,48.558488],[124.536006,48.579214],[124.540774,48.582285],[124.557425,48.584609],[124.5592,48.588762],[124.566462,48.59311],[124.57307,48.606957],[124.57547,48.616548],[124.596707,48.63215],[124.597939,48.639483],[124.596254,48.656679],[124.608989,48.667239],[124.617677,48.70131],[124.612816,48.715182],[124.60662,48.74654],[124.616819,48.755901],[124.619721,48.764323],[124.642201,48.775326],[124.646614,48.785128],[124.639509,48.797199],[124.636715,48.806811],[124.639821,48.819067],[124.647122,48.831397],[124.649432,48.833415],[124.670754,48.840302],[124.678697,48.838799],[124.700245,48.859714],[124.70794,48.884652],[124.700562,48.888809],[124.704416,48.899072],[124.705783,48.910551],[124.712752,48.918369],[124.736333,48.91859],[124.745217,48.923796],[124.74769,48.930992],[124.74315,48.938743],[124.74157,48.948189],[124.757009,48.977755],[124.77254,48.995171],[124.784037,48.999383],[124.7928,49.008018],[124.800256,49.017121],[124.802917,49.022831],[124.803509,49.031847],[124.81518,49.042447],[124.815881,49.046078],[124.810208,49.052519],[124.809106,49.057295],[124.812966,49.063072],[124.82138,49.068658],[124.822864,49.073663],[124.816636,49.084845],[124.800472,49.106102],[124.801811,49.113266],[124.809466,49.117634],[124.825553,49.118798],[124.838236,49.126038],[124.843081,49.133736],[124.855217,49.165529],[124.873088,49.173642],[124.898691,49.18122],[124.906819,49.181181],[124.914268,49.178584],[124.947529,49.162871],[124.963208,49.164055],[124.974555,49.161101],[124.984103,49.163983],[124.996333,49.174069],[125.012209,49.170855],[125.026098,49.175549],[125.030364,49.175593],[125.033074,49.17481],[125.034797,49.169305],[125.033738,49.166579],[125.026904,49.160403],[125.026148,49.156444],[125.02964,49.151518],[125.047305,49.145052],[125.055477,49.13883],[125.079321,49.133625],[125.096402,49.126644],[125.108235,49.124152],[125.11349,49.126254],[125.126065,49.138694],[125.140819,49.140024],[125.148326,49.145077],[125.150959,49.148618],[125.154011,49.159913],[125.157886,49.16372],[125.170828,49.171036],[125.175543,49.18025],[125.179318,49.183987],[125.189602,49.185218],[125.20138,49.183632],[125.212203,49.187394],[125.213273,49.192693],[125.211276,49.204035],[125.21924,49.215671],[125.221087,49.228295],[125.218409,49.238402],[125.206589,49.243125],[125.205548,49.246035],[125.209744,49.251966],[125.216632,49.252465],[125.224869,49.250588],[125.229996,49.254321],[125.22727,49.256915],[125.213819,49.257443],[125.21374,49.26134],[125.220719,49.266447],[125.220545,49.269047],[125.218652,49.271071],[125.207201,49.273388],[125.206271,49.276961],[125.2096,49.280903],[125.219129,49.282272],[125.234411,49.300911],[125.246084,49.310629],[125.25655,49.314949],[125.256928,49.319997],[125.245331,49.323144],[125.242701,49.325919],[125.244449,49.329729],[125.2546,49.33263],[125.257219,49.335869],[125.253135,49.344148],[125.247265,49.349507],[125.246486,49.356106],[125.25495,49.3604],[125.265739,49.356786],[125.269847,49.359699],[125.268787,49.361912],[125.262075,49.366004],[125.269722,49.374268],[125.268535,49.382827],[125.260424,49.38866],[125.249381,49.390693],[125.248374,49.393934],[125.25272,49.404497],[125.251631,49.41675],[125.252593,49.424801],[125.248685,49.433563],[125.26161,49.443697],[125.263809,49.450733],[125.258744,49.457376],[125.220585,49.486269],[125.220062,49.488104],[125.221645,49.489994],[125.233791,49.492425],[125.236767,49.496253],[125.232717,49.501461],[125.219293,49.50291],[125.216878,49.504842],[125.216138,49.517699],[125.202567,49.536623],[125.204088,49.539095],[125.207795,49.539566],[125.220737,49.532851],[125.225703,49.534083],[125.228129,49.536407],[125.226024,49.558057],[125.223102,49.560467],[125.212601,49.561859],[125.208717,49.564544],[125.213433,49.567961],[125.227919,49.572966],[125.227407,49.575579],[125.221713,49.581768],[125.227195,49.587406],[125.226675,49.591649],[125.217125,49.593644],[125.207076,49.590042],[125.196951,49.592525],[125.190572,49.602354],[125.175178,49.612193],[125.170253,49.616992],[125.166639,49.622484],[125.167291,49.62769],[125.165887,49.628469],[125.160324,49.627638],[125.158436,49.619446],[125.153102,49.615409],[125.145298,49.615019],[125.137343,49.618778],[125.131866,49.62428],[125.129322,49.633124],[125.122421,49.640646],[125.120112,49.659375],[125.123187,49.668737],[125.130033,49.672181],[125.161522,49.665589],[125.176981,49.656217],[125.18199,49.649651],[125.177494,49.633846],[125.184208,49.629224],[125.19191,49.635294],[125.191973,49.647246],[125.212384,49.667274],[125.21381,49.670806],[125.209349,49.704877],[125.210938,49.712759],[125.218264,49.724088],[125.211706,49.727694],[125.198002,49.731579],[125.196032,49.734156],[125.201193,49.743097],[125.214106,49.753123],[125.220727,49.772017],[125.219914,49.775552],[125.2145,49.782916],[125.219938,49.789736],[125.215939,49.796496],[125.205727,49.803721],[125.173966,49.81746],[125.170847,49.822294],[125.170556,49.826188],[125.171883,49.82791],[125.178148,49.82954],[125.215044,49.834003],[125.22859,49.838759],[125.231454,49.842622],[125.232454,49.847274],[125.216457,49.857506],[125.215296,49.863226],[125.219923,49.865853],[125.233931,49.864974],[125.236714,49.866519],[125.237958,49.869819],[125.225297,49.891378],[125.206182,49.904169],[125.205792,49.910131],[125.21863,49.91999],[125.219223,49.921908],[125.210457,49.923454],[125.202539,49.92946],[125.192591,49.932385],[125.191339,49.940554],[125.176251,49.950667],[125.176786,49.95547],[125.183,49.957857],[125.203301,49.960055],[125.221264,49.956131],[125.224513,49.956694],[125.235565,49.968149],[125.235746,49.973859],[125.233406,49.982557],[125.234205,49.986032],[125.237219,49.989159],[125.245403,49.992053],[125.269442,49.994165],[125.281932,50.000535],[125.287588,50.005651],[125.290756,50.015854],[125.290158,50.020935],[125.285662,50.028755],[125.278054,50.033483],[125.271542,50.035301],[125.261527,50.034108],[125.25104,50.036066],[125.244109,50.041493],[125.244488,50.04395],[125.256991,50.045137],[125.267808,50.053162],[125.278986,50.05715],[125.284489,50.054747],[125.291602,50.047144],[125.300478,50.043694],[125.305055,50.043501],[125.320826,50.048498],[125.330913,50.055662],[125.327485,50.061599],[125.324517,50.063396],[125.291553,50.066129],[125.270423,50.070995],[125.266545,50.073733],[125.263485,50.078855],[125.280727,50.088419],[125.281593,50.090283],[125.277487,50.093126],[125.267393,50.09629],[125.257092,50.096033],[125.251041,50.098421],[125.249716,50.100872],[125.267974,50.10467],[125.271268,50.106613],[125.275874,50.111321],[125.2719,50.117695],[125.270671,50.125009],[125.284776,50.129888],[125.296295,50.138283],[125.304975,50.138314],[125.306973,50.133827],[125.308139,50.122182],[125.311501,50.119255],[125.318243,50.117194],[125.320295,50.117882],[125.321788,50.121102],[125.322313,50.126303],[125.320075,50.130075],[125.320908,50.133953],[125.333189,50.135257],[125.3439,50.133843],[125.370292,50.136742],[125.372428,50.138749],[125.369683,50.143455],[125.350343,50.147014],[125.331194,50.157124],[125.326864,50.16344],[125.334316,50.164584],[125.349692,50.162281],[125.361772,50.168578],[125.370135,50.171063],[125.376632,50.171114],[125.380139,50.175046],[125.380629,50.178134],[125.375436,50.182759],[125.375379,50.190882],[125.380947,50.197379],[125.384952,50.197877],[125.399899,50.193528],[125.410537,50.194432],[125.418422,50.199838],[125.433725,50.204096],[125.440833,50.210025],[125.440907,50.215027],[125.428079,50.222303],[125.427269,50.227787],[125.428341,50.229386],[125.435977,50.230634],[125.449332,50.225462],[125.456491,50.227556],[125.456788,50.229117],[125.452752,50.233143],[125.440769,50.238413],[125.444225,50.250441],[125.436621,50.254801],[125.434476,50.25772],[125.436034,50.261158],[125.44321,50.266204],[125.446889,50.266611],[125.454775,50.263988],[125.459574,50.266926],[125.456236,50.281209],[125.456175,50.294464],[125.459433,50.295894],[125.466622,50.294348],[125.471143,50.295212],[125.479758,50.305333],[125.489348,50.310656],[125.497027,50.310893],[125.505275,50.308403],[125.513982,50.310787],[125.514407,50.312287],[125.511894,50.314691],[125.498267,50.315544],[125.495356,50.317571],[125.495103,50.319746],[125.501423,50.323694],[125.511756,50.323102],[125.522253,50.326762],[125.523045,50.329861],[125.51655,50.333052],[125.509618,50.33897],[125.509669,50.344937],[125.515159,50.349587],[125.531032,50.350738],[125.539351,50.357698],[125.535703,50.361683],[125.519656,50.363639],[125.513041,50.368281],[125.512904,50.370078],[125.515991,50.372323],[125.527974,50.376195],[125.530342,50.379233],[125.517416,50.401717],[125.513915,50.403885],[125.506005,50.405268],[125.505407,50.40753],[125.517574,50.411519],[125.520577,50.418595],[125.527063,50.419172],[125.559827,50.401411],[125.566088,50.399949],[125.571769,50.400664],[125.575327,50.404329],[125.576127,50.407499],[125.565297,50.417398],[125.562604,50.423601],[125.557244,50.428379],[125.554541,50.436188],[125.557151,50.440437],[125.561141,50.440933],[125.580655,50.436348],[125.582005,50.438856],[125.580494,50.440836],[125.571883,50.441256],[125.569276,50.444124],[125.573067,50.447629],[125.584344,50.451077],[125.607533,50.448662],[125.610399,50.44361],[125.614187,50.442162],[125.62727,50.44312],[125.639743,50.450734],[125.646921,50.469071],[125.658893,50.477411],[125.670411,50.47574],[125.67791,50.479911],[125.687331,50.479076],[125.692718,50.481914],[125.693195,50.484157],[125.690906,50.485828],[125.681343,50.484637],[125.675065,50.486582],[125.674721,50.490438],[125.678105,50.493754],[125.695219,50.495982],[125.705501,50.503493],[125.71701,50.515081],[125.729697,50.521403],[125.737493,50.520707],[125.746134,50.516106],[125.743967,50.511374],[125.734908,50.511043],[125.733117,50.509879],[125.733606,50.508501],[125.745368,50.505482],[125.750399,50.506452],[125.757137,50.511153],[125.755469,50.513839],[125.75654,50.516087],[125.766012,50.519096],[125.76516,50.523229],[125.758976,50.525673],[125.760856,50.529353],[125.782789,50.529563],[125.789556,50.533415],[125.792486,50.539278],[125.804101,50.546816],[125.813974,50.546839],[125.816512,50.548263],[125.814119,50.556389],[125.821757,50.560006],[125.821997,50.565539],[125.818143,50.574568],[125.810116,50.584316],[125.809503,50.594196],[125.802603,50.598683],[125.800895,50.602082],[125.805258,50.610179],[125.807414,50.622441],[125.803872,50.626135],[125.794226,50.630266],[125.788262,50.636878],[125.785137,50.64312],[125.78645,50.649617],[125.796533,50.656342],[125.796855,50.661439],[125.782885,50.672039],[125.779811,50.676393],[125.790011,50.681211],[125.80925,50.686236],[125.813637,50.690924],[125.814701,50.69665],[125.817973,50.702393],[125.810953,50.708524],[125.800144,50.710722],[125.79616,50.714701],[125.783942,50.717846],[125.773264,50.723969],[125.773323,50.72622],[125.776665,50.72943],[125.786406,50.732336],[125.78795,50.736523],[125.786273,50.739236],[125.77189,50.746223],[125.766055,50.746269],[125.759628,50.743617],[125.751676,50.744715],[125.750355,50.746462],[125.753156,50.751617],[125.760511,50.756208],[125.770902,50.765992],[125.785073,50.771235],[125.793763,50.772516],[125.803818,50.766484],[125.81481,50.763469],[125.819668,50.759808],[125.820079,50.755896],[125.828124,50.754178],[125.832982,50.755254],[125.839401,50.767645],[125.825687,50.779292],[125.823947,50.783921],[125.828469,50.791835],[125.83415,50.792943],[125.850204,50.78929],[125.862515,50.792941],[125.870428,50.79836],[125.877304,50.80022],[125.883147,50.804734],[125.88272,50.807041],[125.871207,50.814018],[125.874417,50.818921],[125.879665,50.82152],[125.905801,50.824538],[125.912068,50.828639],[125.91545,50.833237],[125.918051,50.842679],[125.910249,50.849608],[125.899849,50.853712],[125.887008,50.854539],[125.886881,50.85604],[125.901044,50.857463],[125.912626,50.852846],[125.923491,50.852216],[125.93579,50.853126],[125.944341,50.857454],[125.948709,50.864667],[125.934176,50.869716],[125.941726,50.875502],[125.94665,50.891612],[125.95154,50.898937],[125.953676,50.899592],[125.962177,50.898315],[125.967444,50.894875],[125.967663,50.889679],[125.965,50.879761],[125.968212,50.875231],[125.975804,50.869647],[125.989296,50.870249],[125.993629,50.879891],[125.98732,50.887107],[125.987043,50.894188],[125.988168,50.895521],[125.99437,50.894359],[125.996984,50.896885],[125.992482,50.899928],[125.988761,50.899955],[125.987867,50.904341],[125.998434,50.903058],[126.003561,50.90836],[126.006653,50.908878],[126.008516,50.907772],[126.011419,50.901068],[126.020273,50.900226],[126.022481,50.90238],[126.022565,50.905621],[126.01471,50.912043],[126.011555,50.922499],[126.013704,50.926405],[126.028588,50.933397],[126.031483,50.931235],[126.029613,50.924456],[126.035097,50.924087],[126.038705,50.943822],[126.061152,50.964849],[126.065581,50.97679],[126.065536,50.978545],[126.062438,50.97953],[126.045871,50.975687],[126.033999,50.9801],[126.034491,50.982858],[126.040044,50.985263],[126.040998,50.988539],[126.038776,50.996016],[126.030816,50.999039],[126.025817,51.008526],[126.032371,51.013541],[126.037269,51.015125],[126.044188,51.02865],[126.041526,51.031359],[126.036275,51.031046],[126.0324,51.032969],[126.031395,51.035438],[126.033573,51.037344],[126.038221,51.037389],[126.042806,51.033049],[126.048611,51.03257],[126.052842,51.035618],[126.052224,51.041094],[126.043709,51.045579],[126.034529,51.044094],[126.023206,51.048299],[126.020759,51.049738],[126.021481,51.052021],[126.019823,51.054976],[126.001372,51.056235],[126.000369,51.057668],[126.013413,51.065154],[126.014098,51.068516],[126.010164,51.068832],[126.005587,51.066911],[125.99591,51.068712],[125.983212,51.077732],[125.968187,51.083871],[125.97162,51.085865],[125.978912,51.083218],[125.983523,51.084392],[125.982759,51.086814],[125.976061,51.086417],[125.969357,51.090293],[125.97524,51.09588],[125.981811,51.095732],[125.984007,51.098134],[125.981084,51.099601],[125.98073,51.101817],[125.982477,51.110033],[125.987348,51.114091],[125.986932,51.118013],[125.983082,51.118071],[125.981444,51.113879],[125.977267,51.112921],[125.97533,51.115764],[125.976169,51.121076],[125.965975,51.124035],[125.956397,51.116503],[125.938134,51.107138],[125.927236,51.111522],[125.920873,51.12025],[125.917501,51.122179],[125.921556,51.125832],[125.925975,51.126957],[125.917163,51.130239],[125.91353,51.127446],[125.911706,51.127797],[125.909206,51.131845],[125.913129,51.131233],[125.913901,51.133799],[125.907002,51.137222],[125.90185,51.138251],[125.883636,51.133226],[125.88158,51.134698],[125.883357,51.136834],[125.881406,51.138463],[125.868074,51.13792],[125.857934,51.144089],[125.857416,51.146069],[125.859036,51.151026],[125.871266,51.157646],[125.870845,51.161225],[125.865663,51.162122],[125.855231,51.170153],[125.859715,51.176632],[125.849836,51.188557],[125.850967,51.195167],[125.844233,51.201496],[125.84652,51.206443],[125.842244,51.207304],[125.833765,51.212494],[125.836268,51.21541],[125.833383,51.21892],[125.812862,51.225601],[125.788539,51.223158],[125.78097,51.225791],[125.763341,51.224125],[125.749579,51.226032],[125.744174,51.232713],[125.75655,51.242268],[125.757597,51.245205],[125.755303,51.247996],[125.754329,51.2529],[125.756761,51.259967],[125.739166,51.266743],[125.713219,51.293254],[125.708681,51.30036],[125.704381,51.300976],[125.700127,51.303782],[125.70728,51.308774],[125.695204,51.317032],[125.694171,51.323984],[125.686139,51.338017],[125.681327,51.339278],[125.680496,51.337339],[125.67616,51.336139],[125.66297,51.341112],[125.663161,51.344477],[125.660333,51.348269],[125.648422,51.353044],[125.635556,51.362743],[125.633896,51.365083],[125.637058,51.369038],[125.628024,51.372258],[125.617182,51.379326],[125.616138,51.385036],[125.611024,51.389582],[125.613719,51.394373],[125.616807,51.395847],[125.616572,51.397808],[125.606257,51.39886],[125.601336,51.401153],[125.594607,51.411685],[125.584771,51.418901],[125.579822,51.425055],[125.573926,51.428357],[125.571919,51.426699],[125.565541,51.429331],[125.566673,51.431846],[125.561484,51.435019],[125.560503,51.437344],[125.569404,51.440942],[125.572218,51.444932],[125.570516,51.449653],[125.560178,51.451272],[125.558356,51.452147],[125.557515,51.456109],[125.538113,51.463103],[125.535627,51.472813],[125.523044,51.481622],[125.516437,51.489912],[125.49922,51.499472],[125.488199,51.509553],[125.47472,51.516647],[125.471305,51.519513],[125.472037,51.522638],[125.469625,51.525591],[125.453469,51.530699],[125.448028,51.537557],[125.432601,51.54879],[125.425209,51.551343],[125.416151,51.561992],[125.411571,51.562783],[125.39733,51.571783],[125.372544,51.583982],[125.369448,51.591627],[125.370578,51.600302],[125.367309,51.603089],[125.362747,51.612716],[125.359293,51.616405],[125.347301,51.621148],[125.328322,51.620385],[125.314835,51.615172],[125.311363,51.607062],[125.308299,51.607163],[125.290844,51.617319],[125.289076,51.624216],[125.27978,51.632788],[125.264965,51.63642],[125.260057,51.63152],[125.252773,51.627509],[125.223288,51.638179],[125.218375,51.636431],[125.214093,51.632576],[125.209667,51.624584],[125.198955,51.626553],[125.165515,51.637539],[125.145593,51.634744],[125.140162,51.631691],[125.127098,51.630989],[125.121329,51.633161],[125.123298,51.644856],[125.12062,51.656936],[125.114396,51.66105],[125.095767,51.656636],[125.079981,51.639102],[125.060466,51.623301],[125.053414,51.597008],[125.056723,51.580532],[125.062091,51.564298],[125.0658,51.561203],[125.069589,51.553388],[125.058029,51.548673],[125.053665,51.53837],[125.05325,51.533061],[125.040677,51.526984],[125.007693,51.525943],[124.990401,51.521753],[124.982441,51.516751],[124.980906,51.509568],[124.978285,51.506744],[124.964726,51.502151],[124.93908,51.503463],[124.916617,51.498597],[124.913648,51.494637],[124.91224,51.47859],[124.931149,51.454611],[124.936851,51.442429],[124.919715,51.433423],[124.90437,51.432573],[124.871163,51.402367],[124.870162,51.399955],[124.871965,51.396595],[124.878555,51.392756],[124.878698,51.390221],[124.866548,51.379914],[124.86052,51.37809],[124.846057,51.378489],[124.795815,51.387879],[124.780815,51.394318],[124.772291,51.390919],[124.749939,51.377619],[124.744466,51.370456],[124.748579,51.366451],[124.748588,51.360508],[124.742634,51.354507],[124.705356,51.339623],[124.660074,51.332384],[124.655994,51.334737],[124.644547,51.336544],[124.62278,51.323691],[124.593499,51.343285],[124.589327,51.347854],[124.588867,51.351433],[124.583018,51.356936],[124.554047,51.373519],[124.544701,51.37561],[124.531654,51.371236],[124.514724,51.373852],[124.493839,51.381596],[124.489053,51.3811],[124.477428,51.377785],[124.47409,51.372691],[124.470084,51.360801],[124.459767,51.362243],[124.440647,51.360768],[124.42488,51.352602],[124.41789,51.341519],[124.422257,51.305951],[124.419043,51.298091],[124.400303,51.281024],[124.396834,51.271786],[124.384419,51.273878],[124.372932,51.27866],[124.347869,51.278815],[124.337334,51.27068],[124.327521,51.279647],[124.330324,51.289704],[124.324063,51.292005],[124.301668,51.287035],[124.293317,51.288472],[124.293507,51.292955],[124.291229,51.295613],[124.261875,51.315345],[124.255335,51.32268],[124.239055,51.334348],[124.226404,51.341694],[124.206154,51.3483],[124.170652,51.337629],[124.143411,51.344439],[124.13,51.338548],[124.12558,51.33886],[124.110496,51.344902],[124.084588,51.340465],[124.072776,51.323506],[124.062985,51.317726],[124.04182,51.320079],[124.022393,51.318262],[124.003384,51.323445],[123.985659,51.323591],[123.970873,51.321493],[123.937902,51.311833],[123.920745,51.300251],[123.907377,51.303575],[123.886396,51.31374],[123.854319,51.340931],[123.850748,51.347555],[123.850313,51.353298],[123.832249,51.36374],[123.813427,51.367829],[123.786997,51.359954],[123.745039,51.37508],[123.724583,51.385377],[123.718755,51.390235],[123.716381,51.396949],[123.711413,51.398192],[123.694861,51.392197],[123.67448,51.37234],[123.671082,51.365322],[123.674739,51.362825],[123.672614,51.353264],[123.660315,51.345672],[123.653727,51.346157],[123.649821,51.332314],[123.652894,51.3245],[123.649819,51.317825],[123.646592,51.317157],[123.635337,51.32172],[123.619141,51.315946],[123.594434,51.310514],[123.578722,51.310895],[123.574995,51.309674],[123.571626,51.30557],[123.575059,51.291636],[123.549182,51.287621],[123.537199,51.288855],[123.527921,51.28657],[123.523706,51.283151],[123.502714,51.283616],[123.497761,51.289036],[123.483318,51.291678],[123.451938,51.288113],[123.448847,51.285575],[123.448727,51.273554],[123.443876,51.270633],[123.423175,51.270536],[123.3955,51.276788],[123.377905,51.269453],[123.372169,51.263159],[123.365548,51.262101],[123.35561,51.264283],[123.34449,51.270295],[123.333511,51.272403],[123.331262,51.270799],[123.300003,51.264831],[123.275565,51.244761],[123.248899,51.256987],[123.240964,51.258358],[123.228507,51.267383],[123.219552,51.277679],[123.204154,51.281574],[123.182122,51.281025],[123.160839,51.285636],[123.156274,51.291418],[123.154085,51.297827],[123.140886,51.302098],[123.135568,51.301544],[123.125485,51.295474],[123.12305,51.295426],[123.102906,51.306615],[123.08237,51.308692],[123.060056,51.318628],[123.023155,51.31889],[123.016528,51.314037],[123.014456,51.308415],[123.01133,51.305947],[123.008228,51.30507],[122.997509,51.308607],[122.970615,51.328224],[122.963371,51.337047],[122.963362,51.34309],[122.949689,51.360321],[122.957644,51.370663],[122.960975,51.387386],[122.943145,51.395972],[122.933861,51.406597],[122.928846,51.407543],[122.912951,51.40613],[122.894867,51.414606],[122.891551,51.420013],[122.890588,51.429923],[122.893851,51.43804],[122.901433,51.444841],[122.869214,51.44749],[122.864762,51.45944],[122.858604,51.465802],[122.852255,51.468983],[122.851138,51.47252],[122.854512,51.478245],[122.872828,51.489153],[122.87912,51.504123],[122.871623,51.511536],[122.863148,51.510351],[122.860053,51.511835],[122.848346,51.526497],[122.863408,51.531585],[122.880252,51.533908],[122.881035,51.548154],[122.851007,51.567617],[122.837902,51.573304],[122.829438,51.574522],[122.826032,51.578687],[122.831703,51.591645],[122.850225,51.599752],[122.851157,51.60317],[122.847676,51.612166],[122.835151,51.624658],[122.829154,51.626321],[122.82279,51.625759],[122.814693,51.633572],[122.811498,51.642311],[122.811975,51.655592],[122.79961,51.660328],[122.79488,51.671092],[122.788858,51.678965],[122.778433,51.683513],[122.77244,51.68968],[122.767199,51.712319],[122.765142,51.728847],[122.750959,51.733628],[122.74139,51.740004],[122.740633,51.745081],[122.749327,51.750497],[122.765846,51.769403],[122.752801,51.797107],[122.741571,51.806382],[122.730944,51.820606],[122.724631,51.831951],[122.72851,51.849755],[122.719246,51.859193],[122.719105,51.868394],[122.714911,51.877509],[122.712568,51.879538],[122.705176,51.881371],[122.698137,51.880807],[122.693282,51.887119],[122.71011,51.910787],[122.717157,51.913626],[122.726809,51.921422],[122.72658,51.92362],[122.711706,51.942672],[122.711595,51.94704],[122.720263,51.956948],[122.71654,51.968513],[122.710658,51.976028],[122.696665,51.9755],[122.681732,51.970689],[122.672073,51.972138],[122.666154,51.975878],[122.667403,51.981013],[122.666209,51.988486],[122.656803,51.997059],[122.657431,52.009924],[122.661884,52.016364],[122.658851,52.019307],[122.650022,52.023045],[122.644781,52.031903],[122.646449,52.047162],[122.649726,52.050961],[122.64745,52.059087],[122.638634,52.061193],[122.623541,52.060786],[122.61868,52.064943],[122.61795,52.07143],[122.632564,52.084941],[122.63388,52.095402],[122.642229,52.09821],[122.639237,52.102206],[122.639701,52.107532],[122.622748,52.127121],[122.630397,52.135108],[122.644703,52.134768],[122.670525,52.137241],[122.680747,52.135734],[122.695608,52.144991],[122.712839,52.143982],[122.730305,52.148108],[122.73771,52.15965],[122.737294,52.165459],[122.754025,52.169231],[122.758038,52.174379],[122.768806,52.176815],[122.76901,52.178835],[122.76452,52.183983],[122.768719,52.193583],[122.769471,52.200146],[122.755582,52.225095],[122.763874,52.231652],[122.776484,52.23534],[122.783385,52.242617],[122.785275,52.248394],[122.783692,52.250498],[122.765424,52.256323],[122.76132,52.261451],[122.756087,52.262769],[122.745861,52.258654],[122.736165,52.257481],[122.723064,52.258318],[122.696437,52.253111],[122.685098,52.259644],[122.690228,52.267922],[122.666647,52.273889],[122.653908,52.282283],[122.651452,52.281085],[122.648828,52.276067],[122.642119,52.271205],[122.626638,52.270592],[122.612203,52.267247],[122.590709,52.265571],[122.574487,52.268275],[122.573325,52.271634],[122.563532,52.28009],[122.545852,52.280054],[122.528794,52.284737],[122.497439,52.285458],[122.485738,52.292985],[122.472399,52.295885],[122.467512,52.295212],[122.462423,52.300097],[122.469344,52.304707],[122.472462,52.3148],[122.466494,52.323183],[122.464969,52.328464],[122.474075,52.330317],[122.471571,52.340471],[122.474865,52.345192],[122.474535,52.348064],[122.464194,52.355106],[122.457749,52.357261],[122.451219,52.364202],[122.449968,52.36646],[122.451233,52.371503],[122.443292,52.377198],[122.444024,52.383936],[122.435777,52.390413],[122.429857,52.387098],[122.42137,52.378693],[122.409953,52.377811],[122.40577,52.374024],[122.401105,52.374],[122.398473,52.375936],[122.393891,52.384509],[122.392877,52.390855],[122.387062,52.392721],[122.370588,52.39331],[122.365697,52.397834],[122.364728,52.404919],[122.361529,52.410198],[122.354138,52.411552],[122.345944,52.409223],[122.338681,52.410298],[122.337122,52.415038],[122.337809,52.42255],[122.326865,52.428855],[122.321285,52.434316],[122.317605,52.459904],[122.314813,52.461766],[122.308525,52.46228],[122.305356,52.469027],[122.305501,52.474127],[122.279008,52.475922],[122.270782,52.470369],[122.256086,52.466087],[122.246352,52.468763],[122.223913,52.468814],[122.220355,52.470923],[122.199895,52.466602],[122.168968,52.48392],[122.165447,52.490604],[122.167444,52.495463],[122.160158,52.505744],[122.159409,52.512027],[122.160977,52.513752],[122.151538,52.515121],[122.132656,52.507611],[122.132041,52.492554],[122.122415,52.483914],[122.130429,52.478616],[122.127853,52.475198],[122.109908,52.466298],[122.108734,52.459061],[122.104062,52.454921],[122.103134,52.449759],[122.090934,52.442643],[122.078796,52.442803],[122.073237,52.431122],[122.079457,52.425964],[122.081904,52.418914],[122.069531,52.416969],[122.061559,52.417619],[122.04771,52.410108],[122.032382,52.409041],[122.039163,52.390584],[122.037977,52.388193],[122.02873,52.380673],[122.018802,52.367564],[122.000626,52.36244],[121.984127,52.34636],[121.974785,52.342164],[121.969408,52.333887],[121.97087,52.329956],[121.973285,52.328269],[121.971927,52.32653],[121.944675,52.315388],[121.944763,52.313447],[121.948974,52.310606],[121.935973,52.291673],[121.930852,52.287175],[121.920137,52.282703],[121.905171,52.282055],[121.899491,52.279726],[121.870407,52.280857],[121.863076,52.285234],[121.833092,52.279442],[121.820238,52.287678],[121.802655,52.29151],[121.797791,52.297318],[121.780584,52.299054],[121.75819,52.30678],[121.744878,52.307809],[121.739646,52.310305],[121.731768,52.308891],[121.71339,52.313617],[121.71122,52.315643],[121.710902,52.32859],[121.714228,52.3333],[121.708452,52.347723],[121.694548,52.356881],[121.687902,52.371151],[121.676904,52.373617],[121.662732,52.385824],[121.654533,52.386881],[121.662273,52.398572],[121.66575,52.407994],[121.664775,52.413016],[121.675078,52.418416],[121.663968,52.427566],[121.649122,52.430813],[121.637975,52.443303],[121.596396,52.43915],[121.581422,52.440616],[121.57659,52.446346],[121.574162,52.45232],[121.571387,52.454408],[121.563037,52.454235],[121.558403,52.459175],[121.550354,52.460551],[121.542027,52.459657],[121.526261,52.452847],[121.520446,52.452523],[121.509675,52.459578],[121.504289,52.472632],[121.494802,52.47551],[121.489886,52.482386],[121.464033,52.480794],[121.455613,52.487947],[121.442294,52.48903],[121.413441,52.497922],[121.403915,52.505909],[121.403396,52.520758],[121.38208,52.524023],[121.376934,52.529852],[121.360228,52.528692],[121.345709,52.533357],[121.344236,52.534528],[121.345262,52.537027],[121.343722,52.539956],[121.33792,52.543391],[121.333977,52.549322],[121.330121,52.550444],[121.325564,52.549482],[121.320582,52.553666],[121.319212,52.565823],[121.316494,52.572047],[121.298934,52.573453],[121.269183,52.585823],[121.259996,52.580532],[121.241686,52.581277],[121.224621,52.572717],[121.192297,52.583912],[121.184355,52.590441],[121.183188,52.595807],[121.195697,52.603512],[121.199864,52.608465],[121.227227,52.616346],[121.232793,52.621858],[121.235287,52.627431],[121.255338,52.63581],[121.264627,52.636689],[121.284889,52.649496],[121.285034,52.659704],[121.301959,52.665583],[121.299703,52.668496],[121.301651,52.673161],[121.312377,52.676837],[121.325581,52.676441],[121.339096,52.679938],[121.354538,52.67983],[121.373516,52.684469],[121.382144,52.695902],[121.397077,52.699736],[121.421905,52.719715],[121.445832,52.730698],[121.447573,52.733381],[121.447477,52.739419],[121.453792,52.745074],[121.460588,52.757304],[121.468048,52.76211],[121.471445,52.771707],[121.500872,52.773282],[121.504175,52.778923],[121.521585,52.789997],[121.532669,52.801135],[121.580699,52.819765],[121.589542,52.829315],[121.592068,52.836348],[121.597486,52.841373],[121.614702,52.851182],[121.610836,52.856961],[121.610022,52.861984],[121.595804,52.870048],[121.606327,52.884596],[121.601317,52.89072],[121.625163,52.894521],[121.630464,52.901736],[121.638619,52.905173],[121.647559,52.906389],[121.655451,52.91072],[121.657839,52.916211],[121.670594,52.92934],[121.67407,52.951845],[121.682586,52.955607],[121.687852,52.964984],[121.692374,52.967047],[121.693585,52.972308],[121.699764,52.982693],[121.7076,52.987559],[121.703107,52.996353],[121.742801,53.000668],[121.763311,53.013232],[121.778731,53.016483],[121.783088,53.024723],[121.781183,53.028873],[121.781763,53.031575],[121.789439,53.036398],[121.790809,53.042847],[121.79468,53.049464],[121.807242,53.053041],[121.808876,53.058701],[121.813433,53.062197],[121.806329,53.068812],[121.785032,53.074887],[121.781467,53.078517],[121.781756,53.080964],[121.772749,53.087018],[121.766977,53.088432],[121.766134,53.090796],[121.778532,53.102067],[121.77299,53.105856],[121.77178,53.112673],[121.777619,53.117442],[121.770205,53.117617],[121.759782,53.124806],[121.754082,53.140571],[121.744687,53.147084],[121.739641,53.147893],[121.726676,53.143558],[121.711808,53.144944],[121.696394,53.15645],[121.669968,53.163993],[121.65713,53.169207],[121.651905,53.173677],[121.645803,53.191257],[121.670585,53.198833],[121.665222,53.203841],[121.664802,53.207718],[121.666201,53.21327],[121.672233,53.223473],[121.673552,53.237947],[121.642791,53.257226],[121.635012,53.258683],[121.613233,53.257425],[121.6078,53.25862],[121.595508,53.266482],[121.591976,53.275463],[121.578749,53.28192],[121.577128,53.285567],[121.566717,53.29601],[121.544417,53.291498],[121.544517,53.299587],[121.53396,53.304742],[121.524617,53.316381],[121.519702,53.319663],[121.506452,53.315759],[121.502273,53.316821],[121.501162,53.32112],[121.493109,53.333779],[121.518959,53.336731],[121.583999,53.349884],[121.605141,53.35734],[121.623529,53.367043],[121.657944,53.374893],[121.674294,53.385976],[121.686417,53.391052],[121.705181,53.389972],[121.730511,53.385428],[121.738333,53.385744],[121.757966,53.391306],[121.81436,53.414094],[121.845024,53.417539],[121.861811,53.424817],[121.869693,53.426527],[121.889361,53.422711],[121.908207,53.421853],[121.951316,53.42836],[121.980055,53.429173],[122.006183,53.427581],[122.060139,53.420135],[122.095938,53.421678],[122.116644,53.43293],[122.132061,53.445794],[122.150014,53.463912],[122.16435,53.470806],[122.191233,53.467628],[122.205002,53.462538],[122.21617,53.460347],[122.248125,53.462538],[122.290806,53.479269],[122.30623,53.493413],[122.312797,53.497268],[122.341593,53.501543],[122.348775,53.5],[122.353545,53.495804],[122.359584,53.487948],[122.364332,53.479625],[122.365408,53.474185],[122.368978,53.470071],[122.383168,53.462535],[122.401949,53.455729],[122.419244,53.444879],[122.439548,53.441301],[122.447638,53.441788],[122.461663,53.445429],[122.488537,53.457272],[122.522838,53.451313],[122.532702,53.450957],[122.58504,53.463127],[122.6171,53.462677],[122.645124,53.458675],[122.677999,53.457778],[122.74671,53.46175],[122.820349,53.455061],[122.85161,53.456713],[122.898212,53.464146],[122.943722,53.480342],[122.996098,53.491919],[123.004987,53.495944],[123.023462,53.498287],[123.037767,53.503018],[123.056691,53.50615],[123.083836,53.50662],[123.103242,53.50363],[123.124714,53.497024],[123.140581,53.496799],[123.16762,53.506145],[123.193963,53.52563],[123.202597,53.534053],[123.223527,53.54796],[123.242764,53.555219],[123.266362,53.560901],[123.301298,53.557955],[123.354648,53.54128],[123.402487,53.535062]]]}},{type:"Feature",properties:{name:"上海市",province_adcode:31e4,province_type:"直辖市",name_en:"Shanghai",name_var:"Shàng Hǎi",adcode:31e4},geometry:{type:"MultiPolygon",coordinates:[[[[121.874761,31.635156],[121.875433,31.613206],[121.892483,31.604891],[121.897765,31.599513],[121.897767,31.597543],[121.909498,31.588209],[121.909014,31.578511],[121.911641,31.577882],[121.915956,31.58197],[121.95972,31.549776],[121.971695,31.538307],[121.978655,31.529164],[121.985603,31.514132],[121.984639,31.498971],[121.987865,31.497297],[121.987037,31.488369],[121.98322,31.476234],[121.970229,31.483325],[121.966022,31.489568],[121.962565,31.504013],[121.95325,31.506492],[121.938667,31.479048],[121.921094,31.465804],[121.925829,31.46265],[121.900694,31.450441],[121.887207,31.451338],[121.885002,31.44651],[121.886438,31.44399],[121.882701,31.441902],[121.873427,31.362998],[121.941889,31.336413],[122.016283,31.323169],[122.105011,31.320423],[122.112863,31.314415],[122.112411,31.307431],[122.089378,31.263566],[122.046438,31.279998],[122.006471,31.28991],[121.980876,31.293818],[121.854499,31.298795],[121.850073,31.296085],[121.851193,31.259943],[121.845434,31.244701],[121.83763,31.237658],[121.833957,31.23685],[121.83572,31.232652],[121.836315,31.222298],[121.825652,31.223764],[121.814342,31.233042],[121.795802,31.231487],[121.772981,31.216486],[121.789827,31.196579],[121.794405,31.197863],[121.816887,31.173441],[121.8362,31.16242],[121.876891,31.13249],[121.87683,31.130697],[121.859708,31.115568],[121.862362,31.1124],[121.880412,31.128912],[121.919872,31.095614],[121.890735,31.075325],[121.940072,30.999176],[121.97408,30.920472],[121.972491,30.884989],[121.964487,30.878406],[121.88757,30.848221],[121.848243,30.850512],[121.846451,30.848512],[121.835336,30.845286],[121.825181,30.84521],[121.783675,30.848675],[121.764745,30.848156],[121.76437,30.851141],[121.74096,30.851423],[121.662625,30.84588],[121.654685,30.84248],[121.614803,30.837288],[121.615034,30.833353],[121.531286,30.81232],[121.52507,30.819085],[121.507181,30.81344],[121.510032,30.804951],[121.491364,30.797477],[121.474868,30.787912],[121.427567,30.769796],[121.412902,30.761645],[121.358388,30.720846],[121.361338,30.718069],[121.346345,30.704555],[121.339219,30.706208],[121.327369,30.697817],[121.31407,30.696875],[121.306146,30.699004],[121.273131,30.694094],[121.26789,30.691701],[121.265679,30.704265],[121.260858,30.712074],[121.267339,30.725952],[121.264152,30.736914],[121.260455,30.737365],[121.251236,30.7466],[121.22761,30.758213],[121.223755,30.774414],[121.22027,30.779334],[121.217885,30.778789],[121.214396,30.788247],[121.197987,30.787084],[121.195455,30.78562],[121.194758,30.782902],[121.196416,30.776047],[121.192449,30.775674],[121.185743,30.782576],[121.181925,30.78136],[121.181354,30.778741],[121.178934,30.777254],[121.169861,30.775322],[121.164683,30.778199],[121.1563,30.77732],[121.155759,30.7789],[121.147729,30.781153],[121.139145,30.781745],[121.136468,30.779303],[121.122484,30.780897],[121.121624,30.795936],[121.124226,30.812984],[121.125601,30.817759],[121.133406,30.828723],[121.132913,30.832592],[121.127363,30.837996],[121.115289,30.838419],[121.115454,30.844742],[121.117784,30.848024],[121.115849,30.851659],[121.109739,30.854288],[121.097118,30.852188],[121.092716,30.858949],[121.076163,30.850844],[121.062393,30.850851],[121.056292,30.847264],[121.056796,30.840677],[121.04306,30.833168],[121.044229,30.829445],[121.035997,30.829094],[121.033365,30.822966],[121.034372,30.821161],[121.039034,30.822384],[121.040516,30.8181],[121.033608,30.816433],[121.031514,30.822388],[121.025174,30.831277],[121.010162,30.838252],[121.007131,30.837535],[121.000756,30.83051],[120.994123,30.82882],[120.989915,30.823551],[120.98574,30.825746],[120.984801,30.835798],[120.988719,30.840917],[120.990888,30.84021],[120.993605,30.846906],[120.999311,30.848237],[121.005561,30.855147],[121.007336,30.854707],[121.011293,30.86262],[121.011923,30.872925],[121.015924,30.874608],[121.017483,30.877209],[121.013556,30.884955],[121.006667,30.8844],[121.002769,30.885736],[121.005737,30.889101],[121.003197,30.890537],[120.988798,30.892212],[120.986177,30.897976],[120.989045,30.904918],[120.994705,30.908174],[120.998674,30.907403],[121.000669,30.910864],[120.995097,30.911883],[120.996832,30.939829],[120.99144,30.946185],[120.992972,30.946421],[120.992984,30.952804],[120.98862,30.957248],[120.988095,30.960592],[120.990424,30.960647],[120.987505,30.970559],[120.989082,30.974213],[120.99682,30.976156],[120.998213,30.980783],[120.988153,31.001305],[120.988125,31.010078],[120.985069,31.014874],[120.978815,31.018043],[120.95937,31.018568],[120.955944,31.023461],[120.953948,31.031041],[120.950233,31.032308],[120.944083,31.031422],[120.944411,31.027271],[120.946886,31.026432],[120.945785,31.019961],[120.93178,31.019519],[120.936316,31.012572],[120.935451,31.011472],[120.927708,31.013856],[120.914307,31.014768],[120.908701,31.0129],[120.906946,31.019307],[120.897247,31.019664],[120.897751,31.038478],[120.893238,31.047046],[120.890546,31.058102],[120.895004,31.075437],[120.897638,31.08039],[120.90061,31.081082],[120.898241,31.087887],[120.893669,31.089017],[120.886232,31.096672],[120.873707,31.097577],[120.874162,31.100227],[120.872356,31.102301],[120.868705,31.102695],[120.86509,31.099434],[120.854009,31.10317],[120.852326,31.107077],[120.854011,31.11065],[120.858698,31.115899],[120.863254,31.117814],[120.86781,31.128605],[120.875598,31.136256],[120.894881,31.138177],[120.900872,31.136745],[120.912391,31.138638],[120.925874,31.143769],[120.978996,31.134073],[121.013516,31.13641],[121.021085,31.143308],[121.027074,31.144171],[121.031097,31.142682],[121.031542,31.139532],[121.036179,31.139655],[121.040478,31.146795],[121.036848,31.149],[121.03668,31.151312],[121.040069,31.152795],[121.040086,31.156293],[121.044832,31.154606],[121.045311,31.152457],[121.057416,31.155116],[121.060453,31.151184],[121.064012,31.151679],[121.068616,31.159069],[121.072072,31.160731],[121.07311,31.163922],[121.071204,31.172478],[121.067296,31.171805],[121.06698,31.173152],[121.070235,31.175619],[121.064201,31.187351],[121.067648,31.193092],[121.06488,31.196556],[121.063143,31.20323],[121.058573,31.225806],[121.059641,31.232684],[121.056174,31.240028],[121.058726,31.240503],[121.059241,31.2453],[121.059328,31.248083],[121.056708,31.2481],[121.057664,31.270034],[121.075059,31.271734],[121.07781,31.273553],[121.079926,31.277537],[121.076444,31.278928],[121.082683,31.294086],[121.089652,31.290486],[121.093437,31.278666],[121.100007,31.275672],[121.110168,31.287553],[121.116439,31.28764],[121.119628,31.286449],[121.122311,31.282975],[121.12646,31.281982],[121.127066,31.28309],[121.133404,31.280828],[121.132883,31.279264],[121.139134,31.276753],[121.149332,31.278724],[121.156487,31.284023],[121.154809,31.289327],[121.151489,31.289218],[121.146549,31.293859],[121.146387,31.30183],[121.138885,31.311799],[121.134245,31.308089],[121.134321,31.304856],[121.125325,31.304512],[121.123024,31.318902],[121.125046,31.324188],[121.128781,31.328242],[121.128779,31.332128],[121.125596,31.338817],[121.125663,31.346087],[121.112936,31.345582],[121.11248,31.349353],[121.115102,31.349786],[121.112328,31.354019],[121.104044,31.352851],[121.102413,31.3573],[121.101951,31.368568],[121.106102,31.366683],[121.115718,31.370928],[121.114139,31.372857],[121.11036,31.373158],[121.109075,31.37623],[121.118687,31.380263],[121.119749,31.378454],[121.13324,31.383157],[121.143416,31.387402],[121.144207,31.389003],[121.140176,31.393563],[121.14074,31.395799],[121.145306,31.404152],[121.153944,31.412094],[121.143869,31.418114],[121.143327,31.423408],[121.14869,31.427356],[121.154771,31.427301],[121.159807,31.429211],[121.15981,31.43328],[121.149477,31.434962],[121.143907,31.437471],[121.141595,31.440997],[121.142915,31.445297],[121.156645,31.451375],[121.161226,31.452344],[121.163592,31.450804],[121.168528,31.451072],[121.17738,31.454365],[121.181103,31.456459],[121.181246,31.461965],[121.188715,31.469185],[121.198122,31.471633],[121.198488,31.474389],[121.209119,31.480794],[121.21046,31.48026],[121.20891,31.477898],[121.213968,31.477366],[121.225527,31.479371],[121.225901,31.483204],[121.223978,31.484415],[121.232287,31.493869],[121.236322,31.495609],[121.242711,31.479059],[121.256197,31.479948],[121.257542,31.483056],[121.262873,31.487054],[121.270182,31.487108],[121.275607,31.49164],[121.285231,31.490608],[121.293795,31.493176],[121.298044,31.500613],[121.295513,31.501809],[121.301249,31.507085],[121.306188,31.507824],[121.30894,31.502531],[121.319978,31.5019],[121.382228,31.547084],[121.321621,31.582716],[121.257527,31.651238],[121.238284,31.666776],[121.124708,31.741362],[121.096977,31.765102],[121.104597,31.768463],[121.143256,31.79371],[121.171073,31.819395],[121.218673,31.847235],[121.28064,31.870005],[121.29084,31.872548],[121.30138,31.872463],[121.370369,31.84913],[121.39925,31.813413],[121.40646,31.808463],[121.411697,31.799396],[121.406046,31.797173],[121.417622,31.780103],[121.426044,31.772014],[121.443454,31.765694],[121.445998,31.763434],[121.457419,31.759979],[121.495631,31.754309],[121.51108,31.744752],[121.536,31.737802],[121.535696,31.735484],[121.545836,31.728672],[121.547054,31.730601],[121.561612,31.719399],[121.588848,31.709566],[121.588232,31.707223],[121.599768,31.703065],[121.599264,31.710418],[121.600798,31.710687],[121.630972,31.698259],[121.638881,31.700078],[121.73995,31.667325],[121.805888,31.648857],[121.874761,31.635156]]],[[[121.885284,31.244643],[121.8891,31.244768],[121.909016,31.238498],[121.922769,31.228778],[121.923554,31.216803],[121.922299,31.211892],[121.914602,31.200949],[121.908237,31.201206],[121.893532,31.209894],[121.87493,31.232252],[121.87307,31.244179],[121.877959,31.247231],[121.885284,31.244643]]],[[[121.97626,31.227541],[121.996247,31.222592],[122.023087,31.222592],[122.035461,31.215739],[122.037935,31.212503],[122.039839,31.203937],[122.038738,31.194594],[122.027605,31.169422],[122.025166,31.166826],[122.021811,31.165684],[122.021465,31.167582],[122.019078,31.16815],[122.014209,31.165755],[122.012888,31.169003],[122.009832,31.170425],[122.006288,31.159105],[121.99876,31.15471],[121.990408,31.154318],[121.961925,31.162527],[121.945802,31.177477],[121.93465,31.196655],[121.938522,31.200835],[121.934191,31.214978],[121.940259,31.229576],[121.944217,31.232297],[121.951784,31.23382],[121.97626,31.227541]]]]}},{type:"Feature",properties:{name:"浙江省",province_adcode:33e4,province_type:"省",name_en:"Zhejiang",name_var:"Zhè Jiāng",adcode:33e4},geometry:{type:"MultiPolygon",coordinates:[[[[120.479329,27.153215],[120.484154,27.146361],[120.484077,27.143423],[120.481036,27.144549],[120.478907,27.149746],[120.474311,27.151143],[120.468043,27.15029],[120.465488,27.152263],[120.463939,27.161058],[120.465479,27.164358],[120.46874,27.165041],[120.472186,27.162685],[120.47597,27.155434],[120.479329,27.153215]]],[[[120.523054,27.167314],[120.522243,27.162474],[120.524793,27.163598],[120.529988,27.159319],[120.527262,27.15152],[120.523059,27.14928],[120.513323,27.154464],[120.512801,27.163315],[120.516003,27.16639],[120.518868,27.166392],[120.52113,27.183376],[120.522776,27.183581],[120.529278,27.181007],[120.535087,27.173722],[120.528944,27.168717],[120.523054,27.167314]]],[[[120.553624,27.240124],[120.550421,27.242092],[120.549464,27.247512],[120.562589,27.245749],[120.553624,27.240124]]],[[[120.59887,27.349144],[120.594263,27.343398],[120.589073,27.343418],[120.586933,27.336368],[120.582163,27.337766],[120.579561,27.344605],[120.580362,27.346553],[120.585701,27.348331],[120.587117,27.346651],[120.592566,27.351689],[120.599021,27.350915],[120.59887,27.349144]]],[[[121.085045,27.428298],[121.079867,27.427954],[121.070755,27.435006],[121.073175,27.436491],[121.082644,27.434725],[121.085661,27.430694],[121.085045,27.428298]]],[[[121.13104,27.470666],[121.12836,27.469644],[121.122098,27.472562],[121.121958,27.47599],[121.1302,27.473895],[121.13104,27.470666]]],[[[121.112673,27.467272],[121.105773,27.46863],[121.10383,27.476745],[121.112312,27.473988],[121.11773,27.469307],[121.112673,27.467272]]],[[[121.053392,27.486966],[121.059711,27.486185],[121.06315,27.481124],[121.08009,27.474802],[121.084435,27.46756],[121.09405,27.463147],[121.100515,27.457801],[121.101082,27.456599],[121.099169,27.454855],[121.105725,27.447884],[121.097568,27.449778],[121.080666,27.463845],[121.088351,27.453723],[121.060512,27.4653],[121.058063,27.461467],[121.065443,27.452198],[121.066705,27.449153],[121.065792,27.44755],[121.06034,27.450175],[121.053048,27.457619],[121.045066,27.461539],[121.044364,27.463907],[121.047828,27.466555],[121.055773,27.465899],[121.051278,27.477268],[121.057975,27.476809],[121.066869,27.47235],[121.069447,27.473008],[121.068366,27.476192],[121.061839,27.479123],[121.062015,27.481655],[121.055619,27.484243],[121.053392,27.486966]]],[[[121.090369,27.489826],[121.084896,27.491815],[121.08229,27.49524],[121.089638,27.496402],[121.091628,27.494095],[121.090369,27.489826]]],[[[121.220124,27.610296],[121.218219,27.610107],[121.21324,27.615589],[121.215883,27.619627],[121.220177,27.620823],[121.224216,27.61934],[121.222668,27.612209],[121.220124,27.610296]]],[[[121.201875,27.610366],[121.200587,27.612997],[121.205222,27.621377],[121.208897,27.623174],[121.212319,27.622413],[121.205706,27.612043],[121.201875,27.610366]]],[[[121.167895,27.626945],[121.16419,27.626791],[121.162158,27.628706],[121.162593,27.630755],[121.164929,27.633278],[121.170691,27.63441],[121.17371,27.631038],[121.167895,27.626945]]],[[[121.197997,27.618821],[121.193506,27.618246],[121.191013,27.622585],[121.191421,27.624841],[121.194969,27.627498],[121.200674,27.628903],[121.20454,27.6354],[121.215954,27.635227],[121.210407,27.626903],[121.197997,27.618821]]],[[[120.833898,27.651003],[120.82574,27.647934],[120.821851,27.641146],[120.819479,27.640146],[120.819669,27.647819],[120.830281,27.652724],[120.833898,27.651003]]],[[[120.982746,27.666084],[120.982036,27.658605],[120.980205,27.655911],[120.971028,27.649136],[120.966555,27.647838],[120.969334,27.652354],[120.964324,27.661801],[120.964793,27.666225],[120.966132,27.667201],[120.972049,27.665744],[120.975874,27.669111],[120.976092,27.673284],[120.982746,27.666084]]],[[[120.833998,27.677921],[120.825656,27.687761],[120.828121,27.690112],[120.832763,27.688467],[120.837423,27.684085],[120.839021,27.679745],[120.833998,27.677921]]],[[[120.811009,27.691545],[120.809478,27.691156],[120.807993,27.692988],[120.812045,27.697203],[120.817776,27.698175],[120.818903,27.696803],[120.811009,27.691545]]],[[[120.907501,27.695292],[120.906094,27.694073],[120.898104,27.698563],[120.902018,27.703273],[120.907195,27.702762],[120.905152,27.697968],[120.907501,27.695292]]],[[[120.89029,27.708318],[120.884457,27.708032],[120.884138,27.710436],[120.892603,27.714442],[120.898098,27.713915],[120.896644,27.711522],[120.89029,27.708318]]],[[[121.146077,27.758366],[121.142317,27.757524],[121.141535,27.763174],[121.143929,27.765417],[121.14955,27.764911],[121.148773,27.76012],[121.146077,27.758366]]],[[[121.135234,27.758533],[121.128157,27.756963],[121.126578,27.759505],[121.126906,27.765147],[121.134177,27.767824],[121.138541,27.765238],[121.139955,27.761754],[121.135234,27.758533]]],[[[121.13308,27.770324],[121.126783,27.770924],[121.127007,27.774703],[121.133516,27.779402],[121.145664,27.7747],[121.143712,27.771909],[121.13308,27.770324]]],[[[121.084417,27.779084],[121.077286,27.779046],[121.069653,27.781557],[121.071319,27.783968],[121.077088,27.785467],[121.077657,27.792456],[121.079516,27.794411],[121.086016,27.795954],[121.089992,27.791649],[121.091455,27.786926],[121.090518,27.783577],[121.084417,27.779084]]],[[[121.145307,27.804435],[121.139368,27.795094],[121.129811,27.790408],[121.127635,27.791378],[121.126606,27.796082],[121.129491,27.798001],[121.126966,27.800828],[121.127405,27.802311],[121.136616,27.804416],[121.143764,27.8128],[121.152239,27.819609],[121.151792,27.816541],[121.148484,27.814222],[121.146465,27.810311],[121.145307,27.804435]]],[[[121.215142,27.820758],[121.210944,27.81983],[121.209314,27.823189],[121.220419,27.826598],[121.220183,27.824372],[121.215142,27.820758]]],[[[121.180253,27.85779],[121.188993,27.858839],[121.192435,27.852459],[121.182645,27.84095],[121.174281,27.847121],[121.167736,27.845735],[121.174058,27.838952],[121.170037,27.833843],[121.16971,27.822193],[121.178168,27.822334],[121.172779,27.816693],[121.166395,27.815165],[121.158754,27.820582],[121.15621,27.825076],[121.13468,27.817307],[121.119505,27.817807],[121.112024,27.820973],[121.104766,27.81874],[121.088396,27.820554],[121.088037,27.821675],[121.091561,27.823644],[121.099444,27.825943],[121.099467,27.827211],[121.092689,27.829002],[121.091696,27.830604],[121.106382,27.833672],[121.112553,27.840915],[121.122012,27.845374],[121.122766,27.847714],[121.120931,27.849582],[121.127669,27.853275],[121.137623,27.85676],[121.152511,27.853649],[121.1584,27.859527],[121.166744,27.861393],[121.180253,27.85779]]],[[[121.153782,27.862469],[121.144001,27.860381],[121.150542,27.867437],[121.153586,27.873432],[121.173197,27.87538],[121.173416,27.873332],[121.168167,27.868546],[121.153782,27.862469]]],[[[121.038216,27.877665],[121.044188,27.878451],[121.048828,27.87688],[121.051993,27.867077],[121.063938,27.863579],[121.07129,27.867148],[121.084757,27.868572],[121.074211,27.858533],[121.064901,27.854264],[121.064477,27.851517],[121.068009,27.850259],[121.062503,27.844537],[121.059916,27.84517],[121.059321,27.850208],[121.044445,27.853778],[121.030483,27.849705],[121.023317,27.83985],[121.017704,27.843265],[121.016432,27.847832],[121.018283,27.849805],[121.021458,27.848752],[121.023472,27.850584],[121.025162,27.858029],[121.022215,27.86698],[121.031928,27.867373],[121.034216,27.878344],[121.038216,27.877665]]],[[[121.148793,27.882345],[121.147901,27.87874],[121.145474,27.877598],[121.139799,27.87899],[121.14364,27.882207],[121.148793,27.882345]]],[[[121.146188,27.900026],[121.146177,27.895766],[121.141623,27.892207],[121.137748,27.877553],[121.107669,27.868084],[121.102521,27.869672],[121.100982,27.872657],[121.111569,27.88442],[121.107542,27.890842],[121.120728,27.89943],[121.129484,27.902203],[121.137249,27.907994],[121.140398,27.907747],[121.140831,27.902005],[121.146188,27.900026]]],[[[121.116085,27.914128],[121.109299,27.908403],[121.103954,27.912238],[121.107973,27.92051],[121.11913,27.923826],[121.116085,27.914128]]],[[[121.071955,27.977419],[121.081541,27.978793],[121.090392,27.982148],[121.104818,27.981884],[121.114355,27.985698],[121.118315,27.985021],[121.119041,27.979639],[121.124635,27.971271],[121.132913,27.969798],[121.134768,27.967969],[121.133792,27.956355],[121.118496,27.949419],[121.109537,27.947166],[121.102655,27.946367],[121.096998,27.947988],[121.092225,27.941817],[121.088526,27.943951],[121.085915,27.950711],[121.071147,27.956455],[121.05222,27.954412],[121.048095,27.95042],[121.039893,27.949079],[121.03586,27.960535],[121.039052,27.965971],[121.061722,27.97896],[121.064243,27.98394],[121.071958,27.987286],[121.072699,27.985234],[121.069595,27.980157],[121.071955,27.977419]]],[[[121.193809,28.002215],[121.190348,27.996735],[121.198248,27.996577],[121.216503,27.991795],[121.234848,27.996709],[121.234709,27.993874],[121.216104,27.986893],[121.212045,27.987842],[121.206004,27.982704],[121.198748,27.982008],[121.196785,27.983236],[121.190383,27.981895],[121.187992,27.978106],[121.190062,27.976067],[121.188171,27.972086],[121.18172,27.96722],[121.178238,27.973281],[121.178934,27.977515],[121.174288,27.981058],[121.170693,27.979344],[121.168961,27.983646],[121.171982,27.989927],[121.175151,27.992741],[121.193809,28.002215]]],[[[121.072899,28.010388],[121.077644,28.006218],[121.081171,28.008738],[121.084522,28.005326],[121.083805,28.002356],[121.075912,27.999304],[121.063786,27.991259],[121.054136,27.989826],[121.047555,27.98632],[121.037951,27.985063],[121.038238,27.991021],[121.072899,28.010388]]],[[[121.161513,28.024346],[121.155544,28.020526],[121.141754,28.016392],[121.146069,28.02207],[121.153477,28.02441],[121.161513,28.024346]]],[[[121.255099,28.045664],[121.249724,28.043402],[121.246674,28.045822],[121.250295,28.052707],[121.256243,28.053181],[121.256947,28.047584],[121.255099,28.045664]]],[[[121.411332,28.053376],[121.400735,28.054171],[121.41329,28.059712],[121.413342,28.053652],[121.411332,28.053376]]],[[[121.285224,28.062563],[121.278489,28.060635],[121.276631,28.063924],[121.281123,28.066225],[121.289857,28.066687],[121.290158,28.065482],[121.285224,28.062563]]],[[[121.402329,28.081709],[121.399767,28.081177],[121.39932,28.091357],[121.396998,28.095241],[121.400026,28.099899],[121.405678,28.104217],[121.406531,28.09522],[121.409314,28.0911],[121.408949,28.086599],[121.406953,28.083778],[121.402329,28.081709]]],[[[121.527703,28.097731],[121.520725,28.089673],[121.516065,28.092545],[121.511647,28.092942],[121.507531,28.086851],[121.505969,28.080775],[121.500928,28.076965],[121.497907,28.077205],[121.499792,28.085483],[121.504787,28.092756],[121.507249,28.094521],[121.509229,28.093733],[121.515254,28.095722],[121.51901,28.10296],[121.521381,28.104624],[121.522801,28.104981],[121.527703,28.097731]]],[[[121.365623,28.101059],[121.351285,28.092512],[121.344203,28.093335],[121.34169,28.091749],[121.339187,28.095038],[121.342185,28.097912],[121.357106,28.100344],[121.368923,28.112216],[121.367406,28.10325],[121.365623,28.101059]]],[[[121.392653,28.124456],[121.385299,28.122347],[121.381926,28.123433],[121.389263,28.125694],[121.397517,28.132795],[121.399403,28.132457],[121.392653,28.124456]]],[[[121.151069,28.164444],[121.143106,28.165669],[121.147019,28.176611],[121.151039,28.178269],[121.154014,28.174943],[121.154216,28.169939],[121.157797,28.166414],[121.151069,28.164444]]],[[[121.639727,28.226333],[121.634525,28.224505],[121.628344,28.225293],[121.629723,28.231204],[121.639887,28.235635],[121.642297,28.234544],[121.639727,28.226333]]],[[[121.15804,28.209937],[121.1558,28.210515],[121.150785,28.229378],[121.168145,28.239432],[121.176339,28.240188],[121.178694,28.238691],[121.17519,28.226087],[121.167573,28.213633],[121.15804,28.209937]]],[[[121.168497,28.24645],[121.160573,28.246234],[121.161733,28.254805],[121.167637,28.255682],[121.171114,28.248279],[121.168497,28.24645]]],[[[121.138402,28.263809],[121.133879,28.255606],[121.132333,28.255673],[121.131308,28.258012],[121.132467,28.265394],[121.137377,28.265749],[121.138402,28.263809]]],[[[121.158359,28.258373],[121.153403,28.25865],[121.150042,28.262147],[121.147867,28.268658],[121.149109,28.270318],[121.15386,28.269384],[121.161347,28.263632],[121.162813,28.25978],[121.158359,28.258373]]],[[[121.683524,28.276539],[121.675518,28.27996],[121.673367,28.287888],[121.683123,28.29257],[121.685492,28.284344],[121.683524,28.276539]]],[[[121.657666,28.290539],[121.65397,28.290683],[121.655501,28.293513],[121.654472,28.296381],[121.656282,28.298928],[121.660072,28.299245],[121.660216,28.293128],[121.657666,28.290539]]],[[[121.644408,28.295321],[121.641756,28.295866],[121.646953,28.304902],[121.650958,28.302826],[121.647377,28.296377],[121.644408,28.295321]]],[[[121.19255,28.322019],[121.185357,28.322249],[121.181672,28.324903],[121.170215,28.33614],[121.169561,28.338586],[121.174046,28.347376],[121.185881,28.353491],[121.188629,28.353012],[121.193227,28.348577],[121.202361,28.333647],[121.202679,28.32906],[121.19587,28.325821],[121.19623,28.324304],[121.19255,28.322019]]],[[[121.207467,28.351712],[121.206212,28.340879],[121.203364,28.340629],[121.20122,28.34987],[121.196414,28.350094],[121.192883,28.360656],[121.197862,28.363677],[121.203005,28.361391],[121.206868,28.35649],[121.207467,28.351712]]],[[[121.640981,28.35259],[121.638599,28.352919],[121.643373,28.355155],[121.652646,28.367411],[121.654767,28.36817],[121.65281,28.359966],[121.640981,28.35259]]],[[[121.683595,28.37151],[121.679416,28.371205],[121.673927,28.374944],[121.68218,28.377479],[121.685831,28.372477],[121.683595,28.37151]]],[[[121.725949,28.378822],[121.721147,28.378425],[121.719737,28.380581],[121.721429,28.38401],[121.725028,28.385781],[121.727987,28.383222],[121.728077,28.380422],[121.725949,28.378822]]],[[[121.688535,28.379841],[121.681998,28.378369],[121.68654,28.385182],[121.686439,28.387921],[121.691425,28.383952],[121.688535,28.379841]]],[[[121.910406,28.391908],[121.90722,28.391223],[121.906353,28.393202],[121.90967,28.399153],[121.916614,28.398704],[121.910406,28.391908]]],[[[121.660963,28.406523],[121.659223,28.406522],[121.656977,28.410927],[121.668499,28.417519],[121.664234,28.409017],[121.660963,28.406523]]],[[[121.684372,28.412904],[121.685755,28.410708],[121.68495,28.407214],[121.672144,28.411824],[121.669414,28.408896],[121.667626,28.411448],[121.669114,28.415076],[121.67606,28.417676],[121.684372,28.412904]]],[[[121.662356,28.419474],[121.651474,28.420474],[121.649436,28.422199],[121.659984,28.426932],[121.669913,28.423206],[121.667487,28.420795],[121.662356,28.419474]]],[[[121.649732,28.433007],[121.665719,28.43348],[121.66936,28.430121],[121.646408,28.430909],[121.641958,28.428372],[121.63511,28.431355],[121.636782,28.435799],[121.649732,28.433007]]],[[[121.91588,28.454975],[121.910684,28.448279],[121.905944,28.445512],[121.898534,28.444182],[121.890523,28.436313],[121.885235,28.43726],[121.884895,28.441618],[121.883544,28.442111],[121.876665,28.432781],[121.871921,28.433549],[121.877064,28.43926],[121.876774,28.444815],[121.886065,28.451739],[121.914064,28.456052],[121.915162,28.458335],[121.911948,28.4611],[121.912579,28.46589],[121.914089,28.466573],[121.916864,28.465275],[121.91588,28.454975]]],[[[121.89314,28.502693],[121.896284,28.500502],[121.902004,28.500413],[121.904026,28.50232],[121.912969,28.499271],[121.893084,28.480976],[121.87729,28.476684],[121.872703,28.478397],[121.871323,28.480333],[121.882471,28.487648],[121.884206,28.49074],[121.881172,28.49535],[121.88686,28.500571],[121.876301,28.500788],[121.868775,28.49786],[121.867845,28.503054],[121.878457,28.502863],[121.886129,28.509019],[121.886321,28.510772],[121.883393,28.513316],[121.893236,28.516044],[121.893974,28.514587],[121.888154,28.5114],[121.89314,28.502693]]],[[[121.808879,28.59997],[121.80684,28.599343],[121.805094,28.601294],[121.811455,28.60527],[121.816483,28.60484],[121.816486,28.602912],[121.808879,28.59997]]],[[[121.818862,28.60855],[121.816128,28.606501],[121.811389,28.607488],[121.801619,28.602737],[121.803392,28.607946],[121.808487,28.608194],[121.811589,28.614049],[121.819881,28.611413],[121.818862,28.60855]]],[[[121.80403,28.702604],[121.795511,28.698632],[121.791434,28.685538],[121.789113,28.683011],[121.78395,28.68179],[121.778488,28.686187],[121.77508,28.691361],[121.768152,28.694401],[121.764001,28.694655],[121.759848,28.689981],[121.752395,28.687618],[121.743171,28.693667],[121.750908,28.696817],[121.756127,28.694113],[121.756559,28.690437],[121.75787,28.691422],[121.760428,28.695446],[121.761372,28.707606],[121.771853,28.70576],[121.774149,28.703657],[121.775523,28.701329],[121.770291,28.697254],[121.787019,28.692252],[121.78867,28.69558],[121.802646,28.709096],[121.80403,28.702604]]],[[[121.936467,28.721064],[121.917717,28.708873],[121.909711,28.717705],[121.912945,28.72038],[121.924728,28.72049],[121.929684,28.7233],[121.937242,28.724156],[121.938623,28.723123],[121.936467,28.721064]]],[[[121.875004,28.750167],[121.868737,28.745012],[121.865724,28.745525],[121.858708,28.740241],[121.865495,28.738035],[121.868964,28.732657],[121.868475,28.731198],[121.858117,28.726501],[121.854167,28.727028],[121.854259,28.729],[121.857189,28.730694],[121.856775,28.732251],[121.851581,28.733282],[121.843582,28.731664],[121.85287,28.738555],[121.852738,28.742586],[121.848213,28.746471],[121.843029,28.745244],[121.850636,28.752407],[121.854845,28.753126],[121.858613,28.749234],[121.876213,28.753665],[121.875004,28.750167]]],[[[121.896218,28.756081],[121.893554,28.754376],[121.887469,28.755919],[121.876357,28.753802],[121.877208,28.755276],[121.883553,28.756848],[121.890318,28.765366],[121.900479,28.763403],[121.898913,28.761911],[121.89152,28.761281],[121.888083,28.758157],[121.896218,28.756081]]],[[[121.817151,28.7592],[121.815817,28.758573],[121.813173,28.760621],[121.816899,28.763201],[121.817298,28.769418],[121.822594,28.771638],[121.825105,28.771075],[121.820147,28.761287],[121.817151,28.7592]]],[[[121.871861,28.803138],[121.860477,28.802936],[121.857033,28.787603],[121.858401,28.786017],[121.838199,28.774279],[121.833415,28.774212],[121.833533,28.777479],[121.839108,28.777439],[121.844454,28.781335],[121.852737,28.797438],[121.852754,28.807597],[121.846847,28.810403],[121.857495,28.816157],[121.863411,28.815498],[121.871861,28.803138]]],[[[122.236335,28.85761],[122.228629,28.856603],[122.226402,28.861711],[122.228476,28.864074],[122.237949,28.866566],[122.239379,28.864412],[122.236335,28.85761]]],[[[122.262164,28.884817],[122.261221,28.882907],[122.254759,28.883371],[122.255992,28.884326],[122.254613,28.888889],[122.256385,28.891159],[122.26245,28.889469],[122.262164,28.884817]]],[[[121.700531,28.901017],[121.700807,28.890301],[121.687294,28.885264],[121.685015,28.892045],[121.676674,28.895722],[121.672611,28.893984],[121.671741,28.886997],[121.667385,28.887452],[121.659556,28.891552],[121.656325,28.896003],[121.680276,28.906129],[121.697036,28.903864],[121.700531,28.901017]]],[[[121.935862,29.040784],[121.936723,29.037574],[121.93281,29.036628],[121.932787,29.039474],[121.926745,29.039801],[121.926969,29.043625],[121.943857,29.048664],[121.948839,29.048069],[121.948945,29.046687],[121.935862,29.040784]]],[[[121.671624,29.05712],[121.65748,29.062583],[121.654291,29.066953],[121.666286,29.06672],[121.675323,29.062799],[121.674683,29.05943],[121.671624,29.05712]]],[[[121.700306,29.088681],[121.705471,29.085927],[121.703211,29.081542],[121.700621,29.086848],[121.691823,29.089233],[121.692068,29.092919],[121.696236,29.094868],[121.696148,29.090657],[121.700306,29.088681]]],[[[121.816256,29.101242],[121.828311,29.095545],[121.838335,29.086478],[121.835196,29.085388],[121.829482,29.087415],[121.824183,29.086185],[121.827485,29.079091],[121.834324,29.078578],[121.83711,29.075968],[121.83327,29.073113],[121.829276,29.072895],[121.827538,29.070757],[121.828713,29.061721],[121.834028,29.060118],[121.828625,29.054326],[121.819831,29.054466],[121.81536,29.056765],[121.817154,29.063126],[121.815454,29.065946],[121.80746,29.066298],[121.803895,29.064043],[121.794055,29.073826],[121.786692,29.078322],[121.786213,29.081023],[121.788419,29.081758],[121.786668,29.096118],[121.787905,29.099355],[121.805513,29.100306],[121.809063,29.099041],[121.816256,29.101242]]],[[[121.692206,29.096922],[121.688238,29.096152],[121.683793,29.098686],[121.679175,29.107692],[121.678533,29.112068],[121.685191,29.11276],[121.690244,29.108608],[121.692572,29.102848],[121.692206,29.096922]]],[[[121.829817,29.140857],[121.86051,29.14409],[121.867645,29.143524],[121.868663,29.14049],[121.863599,29.131697],[121.863904,29.129736],[121.869817,29.124676],[121.879648,29.124046],[121.883104,29.122321],[121.886658,29.115218],[121.883671,29.11269],[121.877754,29.113441],[121.876326,29.112299],[121.876897,29.103828],[121.87071,29.089837],[121.864714,29.088123],[121.858813,29.088885],[121.857005,29.090693],[121.85766,29.093577],[121.837751,29.092966],[121.828386,29.099381],[121.829638,29.102456],[121.828556,29.106084],[121.807814,29.114888],[121.792279,29.11669],[121.783206,29.11385],[121.77878,29.128183],[121.781339,29.132831],[121.78181,29.146229],[121.785283,29.149605],[121.80075,29.152586],[121.810967,29.150458],[121.816339,29.144276],[121.829817,29.140857]]],[[[121.872167,29.161886],[121.861825,29.161331],[121.854087,29.163135],[121.859715,29.168106],[121.865929,29.168953],[121.874129,29.166066],[121.874283,29.164003],[121.872167,29.161886]]],[[[121.885633,29.163043],[121.88197,29.162481],[121.882048,29.164902],[121.889404,29.168843],[121.898892,29.170249],[121.902214,29.168962],[121.885633,29.163043]]],[[[121.978569,29.150339],[121.977597,29.148518],[121.973845,29.149696],[121.972171,29.148517],[121.971193,29.14091],[121.972943,29.136537],[121.977056,29.136099],[121.979304,29.132216],[121.97455,29.127393],[121.979965,29.121991],[121.982706,29.114422],[121.982394,29.108979],[121.958207,29.096482],[121.963108,29.092786],[121.977574,29.093475],[121.979884,29.089463],[121.969733,29.083372],[121.964245,29.083431],[121.958745,29.080427],[121.96119,29.074853],[121.959449,29.069897],[121.956055,29.068795],[121.95625,29.059656],[121.95756,29.057548],[121.947746,29.051717],[121.942819,29.052813],[121.947114,29.056117],[121.9462,29.05832],[121.939306,29.05842],[121.936169,29.055727],[121.929926,29.056855],[121.927265,29.059552],[121.898999,29.074025],[121.899523,29.07645],[121.906343,29.082801],[121.907812,29.087049],[121.905836,29.09139],[121.902381,29.092329],[121.892585,29.108764],[121.889357,29.111529],[121.888211,29.116268],[121.891404,29.118925],[121.882719,29.127207],[121.867276,29.131064],[121.872495,29.136574],[121.873795,29.143676],[121.877046,29.147198],[121.915766,29.165394],[121.922673,29.170003],[121.929524,29.179401],[121.929106,29.180646],[121.937449,29.184923],[121.943857,29.184846],[121.956556,29.168005],[121.972903,29.157451],[121.978569,29.150339]]],[[[121.973026,29.178532],[121.977125,29.178345],[121.97657,29.167565],[121.973334,29.165704],[121.964106,29.169599],[121.952185,29.183865],[121.948891,29.185302],[121.948546,29.188797],[121.962964,29.193824],[121.968653,29.192371],[121.966787,29.183062],[121.969022,29.179756],[121.973026,29.178532]]],[[[121.59308,29.191998],[121.587545,29.193593],[121.593199,29.19839],[121.595937,29.198356],[121.594647,29.192634],[121.59308,29.191998]]],[[[122.052526,29.190768],[122.041452,29.188604],[122.039385,29.185561],[122.040304,29.180216],[122.043065,29.176232],[122.050683,29.174497],[122.068836,29.179359],[122.068272,29.176362],[122.061401,29.168391],[122.052266,29.161856],[122.045836,29.161868],[122.044685,29.169315],[122.038711,29.171122],[122.034169,29.16619],[122.035343,29.161648],[122.032078,29.155955],[122.011785,29.154988],[122.01511,29.168218],[122.012017,29.170788],[122.011459,29.173589],[122.014775,29.175348],[122.019751,29.172158],[122.025903,29.173983],[122.035246,29.179917],[122.035791,29.187213],[122.028294,29.189241],[122.031167,29.198086],[122.031786,29.20855],[122.033639,29.210003],[122.035203,29.209013],[122.052526,29.190768]]],[[[121.954646,29.215328],[121.958291,29.214689],[121.957746,29.205967],[121.964495,29.200088],[121.962449,29.198558],[121.948839,29.199138],[121.949022,29.214498],[121.954646,29.215328]]],[[[121.993191,29.221721],[121.990164,29.22221],[121.979787,29.230131],[121.982838,29.231335],[121.99115,29.229828],[121.997218,29.224331],[121.993191,29.221721]]],[[[122.006231,29.227255],[122.004443,29.226026],[122.000412,29.227778],[121.997584,29.230402],[121.997395,29.233397],[122.004255,29.236506],[122.009102,29.236243],[122.006231,29.227255]]],[[[121.791719,29.278167],[121.789999,29.277875],[121.790897,29.288788],[121.78707,29.297782],[121.792341,29.306244],[121.793062,29.315083],[121.795304,29.316177],[121.796442,29.301361],[121.799407,29.294939],[121.791719,29.278167]]],[[[121.975639,29.336106],[121.972855,29.336966],[121.967484,29.343199],[121.972176,29.34787],[121.980694,29.350709],[121.981681,29.349257],[121.97366,29.34598],[121.973622,29.342074],[121.980817,29.339316],[121.975639,29.336106]]],[[[122.226311,29.376987],[122.218362,29.378648],[122.221018,29.38138],[122.224775,29.382129],[122.227588,29.3787],[122.226311,29.376987]]],[[[122.175742,29.40248],[122.169764,29.402836],[122.170776,29.405752],[122.176314,29.40855],[122.179253,29.406934],[122.181166,29.403207],[122.175742,29.40248]]],[[[122.014269,29.41163],[122.011349,29.407396],[122.001823,29.407492],[121.998086,29.412609],[122.002086,29.414927],[122.014269,29.41163]]],[[[122.208217,29.441701],[122.219788,29.438727],[122.22241,29.435895],[122.221825,29.43221],[122.207434,29.432171],[122.205014,29.434471],[122.203016,29.43385],[122.198327,29.430757],[122.203235,29.426919],[122.193369,29.417396],[122.18887,29.416692],[122.186633,29.418632],[122.182664,29.419001],[122.179134,29.411251],[122.176662,29.411388],[122.174248,29.421119],[122.176024,29.426855],[122.179525,29.426599],[122.184875,29.423386],[122.191742,29.425618],[122.198188,29.433099],[122.195998,29.434443],[122.194915,29.438115],[122.208217,29.441701]]],[[[122.190156,29.456356],[122.186857,29.455253],[122.179505,29.458334],[122.180453,29.463272],[122.18955,29.467162],[122.193038,29.464365],[122.190156,29.456356]]],[[[121.985263,29.470831],[121.97846,29.473749],[121.974781,29.478194],[121.983231,29.477502],[121.98847,29.472737],[121.985263,29.470831]]],[[[121.569385,29.489042],[121.57203,29.488595],[121.572644,29.486068],[121.568404,29.484312],[121.564499,29.485305],[121.569385,29.489042]]],[[[121.579005,29.491381],[121.576227,29.491045],[121.576532,29.493919],[121.586922,29.497847],[121.585856,29.494179],[121.579005,29.491381]]],[[[121.610748,29.509859],[121.60673,29.506042],[121.590108,29.496634],[121.588354,29.498605],[121.600617,29.509884],[121.610748,29.509859]]],[[[121.993181,29.507489],[121.993659,29.505999],[121.991524,29.504755],[121.983909,29.507105],[121.979044,29.506699],[121.977232,29.49909],[121.972913,29.501654],[121.972621,29.507072],[121.982634,29.511154],[121.988832,29.511738],[121.993181,29.507489]]],[[[121.574617,29.528819],[121.578721,29.525742],[121.585156,29.525194],[121.58486,29.520417],[121.575987,29.521085],[121.56523,29.526823],[121.561265,29.524658],[121.55597,29.5263],[121.561427,29.532686],[121.573804,29.533573],[121.574617,29.528819]]],[[[121.583478,29.532662],[121.577636,29.53389],[121.577809,29.536584],[121.580823,29.539854],[121.585615,29.538201],[121.583478,29.532662]]],[[[121.618715,29.540475],[121.62145,29.536212],[121.611509,29.535348],[121.610764,29.539304],[121.618715,29.540475]]],[[[121.660888,29.53451],[121.655904,29.537025],[121.655682,29.539866],[121.657255,29.541518],[121.659985,29.540956],[121.663448,29.536627],[121.660888,29.53451]]],[[[121.688501,29.556721],[121.68911,29.554811],[121.693395,29.553315],[121.694092,29.550296],[121.691109,29.54457],[121.676278,29.541896],[121.66924,29.543086],[121.664798,29.54656],[121.669049,29.550253],[121.682203,29.556547],[121.688501,29.556721]]],[[[121.740019,29.599522],[121.737933,29.601028],[121.740344,29.602694],[121.748058,29.605339],[121.750857,29.604808],[121.747708,29.60088],[121.740019,29.599522]]],[[[122.151258,29.610966],[122.142448,29.610403],[122.142075,29.612599],[122.148757,29.619824],[122.155741,29.620518],[122.151258,29.610966]]],[[[122.022232,29.608378],[122.018338,29.609348],[122.017343,29.611051],[122.018603,29.621023],[122.023014,29.626639],[122.025978,29.627027],[122.03028,29.624698],[122.03132,29.617378],[122.022232,29.608378]]],[[[122.000806,29.624267],[121.999217,29.623084],[121.996816,29.625095],[122.001611,29.632045],[122.004593,29.629981],[122.005022,29.627802],[122.000806,29.624267]]],[[[122.2163,29.632757],[122.212139,29.633224],[122.209242,29.637463],[122.211262,29.640462],[122.216101,29.642079],[122.226734,29.636892],[122.226202,29.635442],[122.2163,29.632757]]],[[[122.241935,29.658197],[122.240217,29.657469],[122.225747,29.664764],[122.22795,29.666068],[122.238967,29.663371],[122.241935,29.658197]]],[[[122.238128,29.674435],[122.233766,29.673405],[122.230652,29.675642],[122.229347,29.682422],[122.231304,29.683606],[122.231654,29.681549],[122.237574,29.678055],[122.238128,29.674435]]],[[[122.225448,29.690248],[122.224752,29.688184],[122.220482,29.689333],[122.214626,29.686807],[122.209496,29.690064],[122.213676,29.693151],[122.22239,29.693552],[122.224502,29.692744],[122.225448,29.690248]]],[[[122.224832,29.712037],[122.226024,29.703408],[122.231667,29.699691],[122.261472,29.689365],[122.265256,29.691192],[122.27722,29.690782],[122.278321,29.686735],[122.274129,29.688489],[122.273575,29.684861],[122.27338,29.681882],[122.275646,29.678394],[122.269918,29.679188],[122.269066,29.680738],[122.270729,29.682391],[122.26702,29.688155],[122.258895,29.687456],[122.248027,29.689795],[122.241726,29.686722],[122.232181,29.690256],[122.221705,29.699177],[122.217134,29.698614],[122.206726,29.704909],[122.203521,29.71625],[122.209536,29.717233],[122.212145,29.715975],[122.212305,29.713589],[122.214172,29.712355],[122.22303,29.711789],[122.226323,29.717893],[122.230788,29.717955],[122.232167,29.716165],[122.231639,29.714445],[122.224832,29.712037]]],[[[122.216492,29.721202],[122.212927,29.720176],[122.20527,29.7222],[122.193807,29.728597],[122.197151,29.73023],[122.215618,29.726131],[122.216492,29.721202]]],[[[122.237139,29.732765],[122.227788,29.735658],[122.221479,29.740493],[122.224907,29.742792],[122.228492,29.74218],[122.237139,29.732765]]],[[[122.025744,29.734422],[122.022506,29.729675],[122.020538,29.729715],[122.021771,29.719285],[122.019002,29.715951],[122.016482,29.71592],[122.011668,29.723401],[122.012472,29.73141],[122.008051,29.744103],[122.014162,29.752729],[122.02052,29.757144],[122.031757,29.761817],[122.038546,29.755568],[122.039268,29.746719],[122.026732,29.740839],[122.025449,29.739562],[122.025744,29.734422]]],[[[122.187823,29.757798],[122.185464,29.758816],[122.189772,29.767182],[122.195572,29.766998],[122.197505,29.761582],[122.187823,29.757798]]],[[[122.251539,29.751735],[122.25569,29.749149],[122.267779,29.749391],[122.287153,29.743138],[122.288561,29.74593],[122.303152,29.745686],[122.307926,29.739586],[122.307483,29.734949],[122.305503,29.733219],[122.302498,29.733446],[122.290168,29.736327],[122.283299,29.731341],[122.265065,29.738492],[122.258621,29.739058],[122.25833,29.73495],[122.255111,29.735218],[122.242732,29.743609],[122.21467,29.768462],[122.213209,29.770743],[122.214055,29.775548],[122.222079,29.780578],[122.234051,29.784966],[122.24274,29.78343],[122.243368,29.778589],[122.253703,29.777338],[122.256081,29.774831],[122.255223,29.769709],[122.249363,29.76617],[122.242532,29.758602],[122.251539,29.751735]]],[[[122.124718,29.79141],[122.131914,29.775353],[122.128886,29.767362],[122.132321,29.766936],[122.135499,29.758081],[122.134702,29.755732],[122.155187,29.736561],[122.162892,29.732826],[122.173541,29.73106],[122.195451,29.712765],[122.197915,29.701656],[122.206018,29.693073],[122.203983,29.691335],[122.198408,29.692015],[122.194808,29.683531],[122.19587,29.676982],[122.18297,29.660526],[122.181132,29.655316],[122.17369,29.653946],[122.174253,29.66239],[122.179407,29.669872],[122.176186,29.674615],[122.167921,29.671451],[122.164263,29.668485],[122.160604,29.662235],[122.153391,29.661787],[122.149638,29.66331],[122.150739,29.664979],[122.155276,29.665467],[122.156268,29.668131],[122.149995,29.674692],[122.145927,29.673047],[122.143331,29.668393],[122.137166,29.663974],[122.133929,29.666474],[122.137553,29.672871],[122.137316,29.67906],[122.132659,29.673997],[122.128591,29.675432],[122.125442,29.673271],[122.108439,29.677969],[122.074604,29.708589],[122.071066,29.706725],[122.06625,29.711321],[122.048143,29.716297],[122.047836,29.722784],[122.055495,29.734799],[122.062619,29.75241],[122.065311,29.755056],[122.068618,29.769226],[122.067556,29.774166],[122.069184,29.776154],[122.080287,29.782527],[122.089455,29.780623],[122.095561,29.781206],[122.10953,29.785644],[122.115508,29.792088],[122.123263,29.79292],[122.124718,29.79141]]],[[[122.172487,29.798583],[122.180977,29.796565],[122.187911,29.796751],[122.190356,29.798231],[122.195969,29.792461],[122.193093,29.788067],[122.178987,29.790682],[122.170259,29.797939],[122.172487,29.798583]]],[[[122.166504,29.798977],[122.157574,29.80555],[122.161228,29.807826],[122.174986,29.804597],[122.166504,29.798977]]],[[[122.233885,29.801853],[122.223044,29.803194],[122.219602,29.805845],[122.222771,29.810585],[122.224987,29.81087],[122.230065,29.808598],[122.234555,29.804038],[122.233885,29.801853]]],[[[122.194318,29.809311],[122.192509,29.80877],[122.18654,29.811755],[122.181954,29.817848],[122.190269,29.820413],[122.194843,29.818277],[122.198311,29.814212],[122.194318,29.809311]]],[[[122.325768,29.830493],[122.323561,29.82776],[122.315542,29.841301],[122.319567,29.842019],[122.325481,29.835197],[122.325768,29.830493]]],[[[122.372967,29.828789],[122.36533,29.830575],[122.355604,29.839492],[122.359094,29.843146],[122.362702,29.844159],[122.371623,29.843929],[122.374991,29.835126],[122.372967,29.828789]]],[[[122.26013,29.846635],[122.269467,29.844324],[122.280574,29.846108],[122.300524,29.83331],[122.314242,29.830945],[122.318588,29.821983],[122.313548,29.821441],[122.305513,29.826798],[122.294688,29.82301],[122.290868,29.817208],[122.290349,29.813164],[122.304926,29.811341],[122.308393,29.808574],[122.307161,29.802309],[122.301259,29.801739],[122.302141,29.796973],[122.311017,29.785541],[122.319957,29.783561],[122.322974,29.780859],[122.321378,29.777229],[122.3118,29.774839],[122.31253,29.771005],[122.30871,29.770049],[122.29506,29.780236],[122.279384,29.784567],[122.248918,29.806108],[122.246552,29.80858],[122.243492,29.818801],[122.23541,29.82601],[122.227807,29.826224],[122.219729,29.8343],[122.219025,29.837843],[122.224467,29.842923],[122.234438,29.847962],[122.255582,29.848522],[122.26013,29.846635]]],[[[122.261322,29.864926],[122.255719,29.864595],[122.25129,29.87126],[122.25049,29.876394],[122.253013,29.877966],[122.262875,29.877688],[122.273474,29.870252],[122.26937,29.86598],[122.261322,29.864926]]],[[[122.313437,29.880296],[122.318988,29.878411],[122.330888,29.880991],[122.335028,29.884305],[122.344352,29.878939],[122.343434,29.874494],[122.337036,29.874981],[122.333719,29.872951],[122.337247,29.867306],[122.336694,29.863009],[122.326512,29.863049],[122.323306,29.861624],[122.321466,29.858163],[122.316393,29.856293],[122.306608,29.855679],[122.30242,29.852768],[122.285218,29.858171],[122.279759,29.864381],[122.279336,29.875495],[122.297741,29.885461],[122.310926,29.882496],[122.313437,29.880296]]],[[[122.020245,29.892956],[122.021186,29.890114],[122.019733,29.884068],[122.014613,29.878874],[122.011761,29.878358],[122.00961,29.892826],[122.020245,29.892956]]],[[[122.310112,29.893654],[122.300148,29.893018],[122.296696,29.895846],[122.305841,29.897535],[122.310112,29.893654]]],[[[121.995673,29.893144],[121.992183,29.892599],[121.987513,29.895756],[121.995618,29.900134],[121.997985,29.894774],[121.995673,29.893144]]],[[[122.013355,29.902302],[122.013355,29.899316],[122.010146,29.895838],[122.003564,29.896133],[122.002712,29.901169],[122.013355,29.902302]]],[[[122.017355,29.904821],[122.013215,29.903932],[122.005497,29.906083],[122.001902,29.910512],[122.002067,29.915177],[122.006926,29.918527],[122.015983,29.914729],[122.019429,29.908819],[122.017355,29.904821]]],[[[122.303508,29.925676],[122.288626,29.927496],[122.284191,29.937688],[122.296907,29.943366],[122.302637,29.944483],[122.307267,29.943501],[122.309097,29.941773],[122.310667,29.933714],[122.309183,29.930538],[122.303508,29.925676]]],[[[122.056138,29.94044],[122.053999,29.939246],[122.051118,29.943505],[122.050853,29.94537],[122.05416,29.948322],[122.058116,29.947552],[122.056138,29.94044]]],[[[122.455194,29.932956],[122.45308,29.928295],[122.449264,29.9325],[122.44701,29.940907],[122.448891,29.947389],[122.455601,29.95033],[122.458118,29.945099],[122.455194,29.932956]]],[[[121.976187,29.898756],[121.957487,29.897977],[121.953378,29.896979],[121.950868,29.8945],[121.943624,29.893771],[121.932238,29.906757],[121.922302,29.930771],[121.959995,29.953365],[121.96202,29.954027],[121.966664,29.951723],[121.974507,29.944345],[121.983076,29.930598],[121.988008,29.928419],[121.997726,29.920278],[121.994483,29.911918],[121.9937,29.903041],[121.976187,29.898756]]],[[[122.351374,29.950544],[122.367481,29.954603],[122.368709,29.951644],[122.384099,29.947013],[122.387228,29.939414],[122.4065,29.944141],[122.409151,29.947627],[122.412773,29.948317],[122.417172,29.948848],[122.421094,29.94548],[122.420266,29.943703],[122.415244,29.941709],[122.414667,29.936177],[122.417715,29.927742],[122.421172,29.924841],[122.426145,29.92514],[122.427011,29.920349],[122.403116,29.923048],[122.401247,29.918965],[122.405806,29.91413],[122.409539,29.912734],[122.415202,29.913152],[122.429605,29.909442],[122.427793,29.904734],[122.425048,29.904453],[122.42107,29.899683],[122.422279,29.895055],[122.428661,29.893981],[122.431763,29.890792],[122.4288,29.886855],[122.425281,29.886252],[122.417296,29.888953],[122.413574,29.885598],[122.409918,29.878466],[122.404659,29.878124],[122.395905,29.873328],[122.391562,29.86753],[122.390728,29.858237],[122.391706,29.853811],[122.400817,29.852178],[122.410792,29.8481],[122.409819,29.837896],[122.411688,29.83211],[122.402399,29.831597],[122.398352,29.835223],[122.387427,29.835135],[122.382199,29.838152],[122.374414,29.847711],[122.366431,29.864376],[122.37237,29.869169],[122.376594,29.87714],[122.376749,29.884055],[122.371261,29.893223],[122.354773,29.896759],[122.338474,29.908894],[122.325263,29.926566],[122.323375,29.932248],[122.327564,29.933967],[122.326972,29.938291],[122.345861,29.957912],[122.350823,29.953214],[122.351374,29.950544]]],[[[122.090776,29.945392],[122.094715,29.944649],[122.09174,29.941691],[122.078907,29.938955],[122.075706,29.946152],[122.075754,29.952336],[122.078372,29.95583],[122.085309,29.9581],[122.089393,29.955286],[122.088949,29.94695],[122.090776,29.945392]]],[[[122.447359,29.950224],[122.4441,29.949885],[122.441299,29.957075],[122.445853,29.959832],[122.451287,29.958181],[122.454456,29.953308],[122.447359,29.950224]]],[[[122.071636,29.951605],[122.06913,29.954405],[122.067825,29.960384],[122.069718,29.965601],[122.072943,29.965338],[122.071636,29.951605]]],[[[122.037466,29.933784],[122.03458,29.932536],[122.027169,29.939895],[122.026083,29.954411],[122.027204,29.957521],[122.039779,29.966441],[122.045666,29.965706],[122.05292,29.959037],[122.053486,29.956068],[122.048174,29.945375],[122.037466,29.933784]]],[[[122.150205,29.948312],[122.135683,29.947399],[122.12903,29.954922],[122.128898,29.958282],[122.135071,29.962235],[122.15722,29.968196],[122.165308,29.959328],[122.165254,29.956752],[122.161223,29.952274],[122.150205,29.948312]]],[[[122.131461,29.963725],[122.124519,29.964017],[122.124139,29.967729],[122.125601,29.970287],[122.13651,29.969448],[122.140935,29.966644],[122.131461,29.963725]]],[[[122.446712,29.967457],[122.44523,29.966498],[122.440474,29.969955],[122.442671,29.973438],[122.447886,29.975513],[122.449186,29.972858],[122.446712,29.967457]]],[[[122.242082,29.956252],[122.273516,29.938183],[122.272845,29.935776],[122.251308,29.944552],[122.25067,29.943592],[122.230564,29.95044],[122.217191,29.956642],[122.187337,29.976353],[122.186742,29.978257],[122.209211,29.972655],[122.236692,29.961121],[122.238056,29.958432],[122.242082,29.956252]]],[[[122.11294,29.961602],[122.107862,29.961323],[122.10465,29.966474],[122.107911,29.979535],[122.111974,29.982274],[122.121889,29.979265],[122.123387,29.975929],[122.121073,29.963703],[122.11294,29.961602]]],[[[122.093002,29.981563],[122.091726,29.977517],[122.087489,29.976501],[122.082112,29.980001],[122.083397,29.981736],[122.087588,29.98199],[122.089684,29.984403],[122.093002,29.981563]]],[[[122.138328,29.98097],[122.129519,29.986015],[122.137954,29.988601],[122.140523,29.988059],[122.138328,29.98097]]],[[[122.177205,29.977826],[122.188939,29.966362],[122.191391,29.962946],[122.190439,29.960711],[122.18692,29.95909],[122.179652,29.959355],[122.166738,29.969443],[122.149651,29.974064],[122.138733,29.971759],[122.137769,29.974151],[122.138287,29.976915],[122.149585,29.98083],[122.158757,29.989534],[122.163065,29.990596],[122.177205,29.977826]]],[[[122.047768,29.980872],[122.038891,29.983719],[122.044353,29.991188],[122.049609,29.989563],[122.050581,29.981792],[122.047768,29.980872]]],[[[122.089086,29.986937],[122.089823,29.985971],[122.086098,29.982322],[122.076545,29.980349],[122.072816,29.975219],[122.069416,29.974903],[122.066129,29.997278],[122.071936,30.002333],[122.089086,29.986937]]],[[[122.102876,29.996711],[122.098721,29.99746],[122.096875,30.002538],[122.098888,30.003661],[122.103026,30.002117],[122.102876,29.996711]]],[[[122.39973,30.026654],[122.396183,30.014976],[122.39653,30.011298],[122.413828,30.006707],[122.413436,30.003548],[122.407818,30.000968],[122.403738,30.00121],[122.399995,30.003919],[122.39262,30.003176],[122.385677,29.989597],[122.388561,29.980014],[122.381138,29.975492],[122.37339,29.977392],[122.367752,29.981903],[122.365712,29.9858],[122.369398,29.984648],[122.373046,30.004352],[122.374907,30.007399],[122.377247,30.007917],[122.380853,30.019119],[122.377542,30.025039],[122.386158,30.026489],[122.390018,30.024829],[122.401768,30.034587],[122.404528,30.029379],[122.40312,30.02737],[122.39973,30.026654]]],[[[122.432385,30.025186],[122.429125,30.024357],[122.423565,30.027318],[122.425798,30.032464],[122.419823,30.037202],[122.420476,30.041077],[122.422432,30.042846],[122.424022,30.043178],[122.427547,30.035733],[122.430903,30.032744],[122.433606,30.026616],[122.432385,30.025186]]],[[[121.966927,30.051985],[121.96479,30.051737],[121.961312,30.054527],[121.960222,30.061259],[121.96563,30.065798],[121.969671,30.063719],[121.968866,30.055693],[121.966927,30.051985]]],[[[121.982298,30.071354],[121.977678,30.069732],[121.974808,30.070628],[121.971831,30.075579],[121.978216,30.085224],[121.982643,30.086727],[121.983959,30.086238],[121.983209,30.081312],[121.987677,30.07616],[121.982298,30.071354]]],[[[121.974969,30.092074],[121.969851,30.088528],[121.96449,30.09747],[121.970143,30.101774],[121.972156,30.101715],[121.978132,30.097701],[121.977879,30.095057],[121.974969,30.092074]]],[[[121.845471,30.065015],[121.83725,30.06525],[121.828963,30.070322],[121.82032,30.081007],[121.817245,30.089814],[121.824755,30.098439],[121.837395,30.10272],[121.839422,30.079797],[121.84832,30.070265],[121.845471,30.065015]]],[[[121.858564,30.102249],[121.857964,30.099709],[121.876455,30.093556],[121.87556,30.091371],[121.877088,30.09051],[121.87309,30.087961],[121.8852,30.084058],[121.886964,30.081678],[121.884948,30.077208],[121.903337,30.055289],[121.912088,30.056591],[121.919102,30.05147],[121.917832,30.040437],[121.924703,30.016412],[121.928397,30.008574],[121.928411,30.001095],[121.924662,29.998046],[121.905111,29.987498],[121.889313,29.982612],[121.875841,29.972198],[121.868266,29.969744],[121.852221,29.973605],[121.847955,29.973264],[121.849074,29.981352],[121.845914,29.987788],[121.838619,29.992994],[121.837987,29.99172],[121.836141,29.992166],[121.835396,29.994201],[121.836311,30.000742],[121.843527,30.008492],[121.846697,30.009535],[121.843003,30.033451],[121.839573,30.037507],[121.837562,30.049009],[121.840466,30.055747],[121.848978,30.064244],[121.852182,30.071011],[121.847894,30.077833],[121.848823,30.084018],[121.846929,30.102147],[121.851223,30.103502],[121.858564,30.102249]]],[[[121.957994,30.103881],[121.952736,30.0878],[121.947397,30.083469],[121.94376,30.075973],[121.944806,30.07243],[121.940547,30.068595],[121.926588,30.068845],[121.925336,30.070974],[121.930708,30.074982],[121.930796,30.080478],[121.924112,30.086501],[121.916954,30.088547],[121.912759,30.087638],[121.911483,30.090663],[121.907575,30.093554],[121.907089,30.09627],[121.917715,30.10705],[121.938473,30.115983],[121.945206,30.115974],[121.950145,30.110003],[121.957958,30.107632],[121.957994,30.103881]]],[[[121.85856,30.107142],[121.856959,30.107828],[121.857103,30.110377],[121.858668,30.118383],[121.860139,30.119032],[121.864411,30.117364],[121.866361,30.11164],[121.865471,30.10876],[121.85856,30.107142]]],[[[122.149589,30.12387],[122.153853,30.123741],[122.157949,30.120348],[122.154013,30.118903],[122.145304,30.125318],[122.145793,30.1288],[122.149589,30.12387]]],[[[122.782828,30.129651],[122.775579,30.128362],[122.769869,30.129384],[122.766075,30.128786],[122.765205,30.126315],[122.762466,30.126754],[122.755627,30.135119],[122.755003,30.14253],[122.757292,30.144719],[122.768299,30.140998],[122.774024,30.138084],[122.782828,30.129651]]],[[[122.717726,30.171007],[122.714616,30.170707],[122.711863,30.177356],[122.716968,30.181641],[122.723564,30.17512],[122.717726,30.171007]]],[[[121.974884,30.165698],[121.980484,30.168095],[121.992597,30.16085],[122.011858,30.156714],[122.028408,30.148562],[122.046075,30.147203],[122.087461,30.157432],[122.100162,30.157855],[122.105231,30.156256],[122.115312,30.148861],[122.113974,30.142622],[122.116639,30.138827],[122.126686,30.133514],[122.137996,30.119304],[122.150294,30.112323],[122.226067,30.108493],[122.226963,30.110569],[122.232777,30.107568],[122.236837,30.109499],[122.253512,30.099962],[122.276526,30.103674],[122.290232,30.102075],[122.29001,30.0982],[122.292969,30.098083],[122.297436,30.092034],[122.295439,30.078056],[122.287031,30.078149],[122.284447,30.075656],[122.279237,30.077103],[122.280586,30.081017],[122.260712,30.079924],[122.250924,30.073978],[122.250685,30.066817],[122.259662,30.063247],[122.28722,30.065646],[122.292245,30.056537],[122.306192,30.038634],[122.314729,30.036292],[122.320222,30.032401],[122.326021,30.020336],[122.331882,30.018154],[122.338313,30.019551],[122.338858,30.015844],[122.330815,30.012676],[122.327969,30.0057],[122.329376,30.002428],[122.336406,29.998897],[122.318233,29.958222],[122.31512,29.944522],[122.307673,29.946456],[122.300045,29.946044],[122.285744,29.941652],[122.278028,29.941459],[122.234243,29.967411],[122.181647,29.985267],[122.17044,29.992761],[122.162791,29.994519],[122.143556,29.990696],[122.136773,29.991835],[122.120024,29.989932],[122.116672,29.9925],[122.106878,30.006693],[122.098111,30.009536],[122.065706,30.011014],[122.053239,30.005984],[122.051183,30.004522],[122.049957,30.000546],[122.038723,29.997616],[122.034242,29.992986],[122.022848,29.995527],[122.016973,30.012832],[122.008497,30.026051],[121.995523,30.041309],[121.983468,30.048767],[121.976518,30.057299],[121.977215,30.065975],[121.98682,30.072008],[121.988983,30.075766],[121.988097,30.078792],[121.984672,30.08124],[121.986333,30.086267],[121.986087,30.097776],[121.984192,30.104025],[121.96087,30.129616],[121.954531,30.138297],[121.954417,30.142408],[121.952018,30.143322],[121.951604,30.145547],[121.953882,30.145893],[121.946816,30.154554],[121.935353,30.162416],[121.934529,30.167475],[121.937214,30.172979],[121.942719,30.176589],[121.948795,30.184868],[121.972754,30.174925],[121.975821,30.171221],[121.974176,30.16777],[121.974884,30.165698]]],[[[122.054954,30.193974],[122.06014,30.18985],[122.056701,30.181494],[122.035366,30.167686],[122.028016,30.16484],[122.021136,30.164627],[122.021661,30.169379],[122.013676,30.183136],[122.013655,30.187573],[122.018799,30.189705],[122.023365,30.188138],[122.031624,30.197579],[122.046501,30.200903],[122.049968,30.201265],[122.049542,30.200069],[122.054954,30.193974]]],[[[122.173287,30.193407],[122.190185,30.194608],[122.201227,30.189432],[122.20307,30.190478],[122.202238,30.192684],[122.20372,30.192637],[122.207515,30.184449],[122.202635,30.185751],[122.199136,30.183796],[122.200298,30.181206],[122.197709,30.181149],[122.197823,30.179645],[122.203952,30.177208],[122.200355,30.174505],[122.200145,30.176866],[122.197823,30.177456],[122.196586,30.176104],[122.193718,30.17894],[122.188729,30.177469],[122.182772,30.172132],[122.178439,30.167713],[122.179526,30.164927],[122.182908,30.163565],[122.179541,30.157816],[122.171403,30.152557],[122.165229,30.142645],[122.159174,30.140603],[122.148228,30.148741],[122.143135,30.156998],[122.139848,30.168529],[122.141914,30.178523],[122.147352,30.191952],[122.172381,30.201979],[122.173287,30.193407]]],[[[122.585505,30.196539],[122.581497,30.199018],[122.583283,30.201396],[122.582634,30.20416],[122.588993,30.207584],[122.585505,30.196539]]],[[[122.686548,30.182882],[122.683859,30.18994],[122.678145,30.192646],[122.669862,30.204789],[122.669385,30.211377],[122.682204,30.20863],[122.687586,30.20249],[122.689955,30.190632],[122.688275,30.184008],[122.686548,30.182882]]],[[[122.709532,30.190332],[122.704013,30.190307],[122.699042,30.196975],[122.698523,30.20283],[122.702362,30.209373],[122.708496,30.211659],[122.709016,30.206564],[122.707313,30.202328],[122.708051,30.196605],[122.710167,30.193352],[122.709532,30.190332]]],[[[122.649627,30.188631],[122.642682,30.18964],[122.633001,30.209008],[122.635299,30.214156],[122.646453,30.212825],[122.649627,30.188631]]],[[[122.132568,30.213086],[122.122481,30.210338],[122.123049,30.218684],[122.130758,30.223816],[122.1366,30.224323],[122.145366,30.220068],[122.13612,30.217022],[122.132568,30.213086]]],[[[122.328636,30.223177],[122.319448,30.227279],[122.321028,30.22915],[122.328609,30.231357],[122.331497,30.229931],[122.330647,30.225168],[122.328636,30.223177]]],[[[122.199399,30.222163],[122.20074,30.21738],[122.186544,30.215196],[122.184724,30.216114],[122.18541,30.218887],[122.183663,30.220793],[122.175797,30.218711],[122.175527,30.229529],[122.182753,30.232187],[122.187453,30.23221],[122.196153,30.228167],[122.199399,30.222163]]],[[[122.52514,30.232657],[122.524165,30.22696],[122.520107,30.224147],[122.519279,30.226525],[122.521099,30.227978],[122.520669,30.229816],[122.512304,30.232966],[122.52514,30.232657]]],[[[122.49856,30.218427],[122.481719,30.221231],[122.469383,30.22817],[122.476484,30.234107],[122.489961,30.231847],[122.499068,30.227663],[122.49856,30.218427]]],[[[122.239669,30.220566],[122.224468,30.223334],[122.221518,30.226967],[122.221972,30.230304],[122.227511,30.23468],[122.232907,30.234459],[122.239299,30.226925],[122.239669,30.220566]]],[[[122.212728,30.238495],[122.213204,30.234069],[122.204905,30.23214],[122.205389,30.237803],[122.212728,30.238495]]],[[[122.295864,30.272169],[122.297203,30.264007],[122.30755,30.265972],[122.312652,30.259723],[122.311029,30.252872],[122.276512,30.249888],[122.269843,30.247142],[122.262521,30.240645],[122.256975,30.237921],[122.252746,30.238338],[122.250849,30.241835],[122.251653,30.257013],[122.259781,30.271001],[122.295864,30.272169]]],[[[122.402714,30.274187],[122.407417,30.25511],[122.416149,30.252801],[122.416299,30.24852],[122.40506,30.236751],[122.402435,30.230235],[122.394181,30.227685],[122.391857,30.233494],[122.392372,30.236195],[122.395273,30.238441],[122.394047,30.242184],[122.382374,30.24587],[122.378504,30.245642],[122.381055,30.243185],[122.378261,30.240991],[122.382777,30.239307],[122.379372,30.233567],[122.355151,30.239906],[122.342882,30.235949],[122.324497,30.233375],[122.315464,30.241569],[122.308438,30.24289],[122.303149,30.23849],[122.304429,30.234173],[122.302043,30.232527],[122.291872,30.235693],[122.288867,30.232211],[122.281859,30.22954],[122.272508,30.238552],[122.273558,30.241394],[122.277005,30.243781],[122.315081,30.251093],[122.31742,30.252945],[122.315097,30.254221],[122.320642,30.265989],[122.331354,30.271155],[122.343771,30.269082],[122.3536,30.271818],[122.372401,30.273108],[122.375523,30.272842],[122.378159,30.270236],[122.391833,30.274348],[122.402714,30.274187]]],[[[122.370669,30.280772],[122.359318,30.277756],[122.355076,30.279445],[122.356057,30.281876],[122.361461,30.280432],[122.371679,30.284397],[122.370669,30.280772]]],[[[122.190452,30.328084],[122.194505,30.328987],[122.196937,30.332803],[122.201496,30.334111],[122.218268,30.334479],[122.223876,30.331468],[122.216163,30.327002],[122.217619,30.317982],[122.221781,30.312274],[122.226319,30.307858],[122.23284,30.305248],[122.237238,30.306949],[122.238755,30.309443],[122.241009,30.308045],[122.24085,30.304791],[122.234754,30.300075],[122.222841,30.294713],[122.221235,30.296274],[122.217345,30.292665],[122.227984,30.277326],[122.230904,30.278755],[122.233221,30.276741],[122.230595,30.271406],[122.226194,30.269079],[122.223984,30.262187],[122.223217,30.246365],[122.225667,30.236252],[122.221499,30.234222],[122.217361,30.23362],[122.213494,30.239852],[122.19984,30.238614],[122.197218,30.243201],[122.18873,30.247306],[122.159448,30.248767],[122.137821,30.25422],[122.128664,30.258317],[122.099202,30.279047],[122.080345,30.283449],[122.070406,30.290989],[122.072904,30.293523],[122.064176,30.292277],[122.053855,30.297425],[122.048491,30.303119],[122.053754,30.305258],[122.068199,30.303151],[122.065992,30.307931],[122.068728,30.308644],[122.073071,30.30686],[122.092404,30.305551],[122.09407,30.303529],[122.103885,30.3068],[122.102104,30.309022],[122.115906,30.319303],[122.130088,30.316306],[122.13949,30.316616],[122.144929,30.319734],[122.148713,30.319129],[122.151516,30.320818],[122.15133,30.325133],[122.173019,30.34105],[122.17467,30.343936],[122.180735,30.339232],[122.186306,30.33035],[122.190452,30.328084]]],[[[121.995265,30.309638],[121.984115,30.293034],[121.978933,30.292092],[121.964309,30.297789],[121.953175,30.29092],[121.952218,30.293256],[121.922972,30.310258],[121.922592,30.313494],[121.926178,30.31543],[121.938971,30.335304],[121.958312,30.336348],[121.96386,30.339245],[121.973682,30.339501],[121.975098,30.343011],[121.978648,30.344039],[121.984116,30.342148],[121.981248,30.331977],[121.988252,30.329168],[121.995265,30.309638]]],[[[122.469281,30.43144],[122.476677,30.425379],[122.475231,30.422641],[122.48091,30.421656],[122.482534,30.419712],[122.474126,30.414174],[122.470721,30.405905],[122.464684,30.407896],[122.460279,30.413564],[122.464613,30.418127],[122.45538,30.426496],[122.448393,30.423805],[122.446386,30.426454],[122.447459,30.428183],[122.456821,30.429263],[122.456751,30.433135],[122.464476,30.441916],[122.471446,30.43772],[122.468656,30.43448],[122.469281,30.43144]]],[[[122.380037,30.472226],[122.369934,30.470461],[122.366923,30.465989],[122.367289,30.460953],[122.373576,30.456235],[122.383013,30.452908],[122.390246,30.452919],[122.396924,30.456104],[122.415703,30.450193],[122.422816,30.442586],[122.423369,30.439257],[122.422061,30.43155],[122.415087,30.434604],[122.413602,30.433109],[122.413952,30.429628],[122.429746,30.418016],[122.431644,30.419235],[122.434683,30.414442],[122.426097,30.411197],[122.407528,30.416573],[122.397613,30.422704],[122.394691,30.427005],[122.377676,30.425374],[122.371119,30.423724],[122.366582,30.419596],[122.363659,30.419317],[122.360529,30.421996],[122.361252,30.424393],[122.357405,30.426294],[122.361061,30.428517],[122.360609,30.431867],[122.358558,30.432115],[122.357546,30.430133],[122.35479,30.431896],[122.348547,30.43112],[122.348144,30.43215],[122.352029,30.434575],[122.350763,30.43603],[122.346562,30.434854],[122.343507,30.431904],[122.346542,30.425739],[122.342156,30.416471],[122.313483,30.412877],[122.304873,30.418448],[122.290702,30.42065],[122.28019,30.42446],[122.284465,30.431496],[122.277055,30.447694],[122.284597,30.458933],[122.281191,30.463766],[122.277033,30.475345],[122.281819,30.476519],[122.293921,30.467264],[122.301904,30.464794],[122.307844,30.463975],[122.314206,30.469392],[122.323757,30.468127],[122.328537,30.463126],[122.349029,30.458756],[122.364298,30.468327],[122.370021,30.477589],[122.380037,30.472226]]],[[[122.310313,30.496422],[122.320298,30.497305],[122.321662,30.496223],[122.317557,30.49666],[122.310097,30.494301],[122.300634,30.498693],[122.299232,30.501304],[122.301054,30.501995],[122.303257,30.4994],[122.310313,30.496422]]],[[[122.267095,30.514444],[122.254854,30.514313],[122.253451,30.515144],[122.254152,30.520184],[122.265579,30.528431],[122.273248,30.526813],[122.269393,30.519815],[122.270404,30.516325],[122.267095,30.514444]]],[[[122.342366,30.524311],[122.341203,30.515509],[122.33906,30.509994],[122.336225,30.508375],[122.329742,30.510139],[122.323049,30.516647],[122.319261,30.518199],[122.316074,30.516442],[122.313823,30.519579],[122.314985,30.522222],[122.321003,30.523208],[122.320536,30.520079],[122.331097,30.518952],[122.335931,30.522551],[122.336399,30.527243],[122.338997,30.529302],[122.341991,30.528516],[122.342366,30.524311]]],[[[122.068425,30.575013],[122.056646,30.585864],[122.051714,30.588546],[122.052144,30.593801],[122.053911,30.595511],[122.070051,30.597166],[122.079184,30.5972],[122.085664,30.59512],[122.085682,30.592258],[122.078036,30.590429],[122.076369,30.588476],[122.079232,30.585279],[122.079241,30.58156],[122.073834,30.575961],[122.068425,30.575013]]],[[[122.337706,30.598213],[122.333157,30.594736],[122.322723,30.59279],[122.323303,30.596473],[122.331916,30.599664],[122.338085,30.60149],[122.339093,30.60042],[122.337706,30.598213]]],[[[122.369786,30.58989],[122.356097,30.593436],[122.35291,30.595656],[122.351534,30.59907],[122.35357,30.601782],[122.355891,30.601349],[122.363358,30.59681],[122.369786,30.58989]]],[[[122.122775,30.610265],[122.130677,30.61305],[122.128625,30.605822],[122.130813,30.603297],[122.128609,30.598782],[122.119276,30.60105],[122.105509,30.601741],[122.098153,30.604456],[122.099781,30.60786],[122.105744,30.606406],[122.108657,30.61475],[122.122775,30.610265]]],[[[121.627497,30.613059],[121.633295,30.611799],[121.615356,30.608827],[121.614182,30.609865],[121.621821,30.612332],[121.62372,30.614691],[121.627497,30.613059]]],[[[122.14252,30.617161],[122.144763,30.613694],[122.133264,30.613921],[122.132091,30.616934],[122.136924,30.617136],[122.142255,30.619966],[122.14252,30.617161]]],[[[122.422191,30.613644],[122.419764,30.615126],[122.421617,30.622894],[122.422758,30.624758],[122.42809,30.624985],[122.427633,30.620005],[122.422191,30.613644]]],[[[122.103994,30.623971],[122.105945,30.622661],[122.10449,30.617074],[122.096283,30.61256],[122.095779,30.606803],[122.093703,30.604521],[122.089477,30.604406],[122.066255,30.618598],[122.042323,30.635956],[122.037562,30.642897],[122.050286,30.644574],[122.059554,30.647815],[122.068585,30.646419],[122.069194,30.642531],[122.074251,30.641103],[122.076273,30.63575],[122.103994,30.623971]]],[[[122.517456,30.642722],[122.512015,30.644729],[122.508759,30.649799],[122.511997,30.651205],[122.51834,30.645856],[122.517456,30.642722]]],[[[122.2924,30.646858],[122.290345,30.642438],[122.285841,30.643186],[122.280546,30.639366],[122.273379,30.640113],[122.280767,30.650073],[122.285342,30.652767],[122.288707,30.652331],[122.2924,30.646858]]],[[[122.011073,30.660595],[122.015336,30.659387],[122.024028,30.660657],[122.02478,30.658965],[122.034991,30.655387],[122.04258,30.654638],[122.038911,30.653824],[122.040542,30.650086],[122.038286,30.649208],[122.009608,30.656326],[122.011073,30.660595]]],[[[122.53342,30.667411],[122.54031,30.66504],[122.540999,30.66205],[122.538672,30.660812],[122.528816,30.666173],[122.526644,30.66465],[122.520401,30.670901],[122.52013,30.673512],[122.529115,30.674115],[122.53342,30.667411]]],[[[122.565654,30.669568],[122.575433,30.664691],[122.577906,30.667128],[122.583325,30.667343],[122.583944,30.666132],[122.577926,30.659565],[122.572809,30.65802],[122.560443,30.65997],[122.559519,30.655804],[122.568816,30.648566],[122.567677,30.647504],[122.561162,30.649024],[122.559178,30.651231],[122.543433,30.654079],[122.544313,30.658171],[122.548596,30.657385],[122.550138,30.65907],[122.545024,30.665716],[122.553231,30.668455],[122.554525,30.670116],[122.552723,30.67463],[122.555778,30.676983],[122.557868,30.677076],[122.565654,30.669568]]],[[[122.420884,30.679981],[122.424637,30.681132],[122.430674,30.675928],[122.421116,30.67138],[122.414134,30.672848],[122.414453,30.674741],[122.410617,30.671707],[122.40494,30.673845],[122.409656,30.677625],[122.410447,30.683135],[122.417515,30.686136],[122.421583,30.686282],[122.419301,30.68189],[122.420884,30.679981]]],[[[122.793015,30.725503],[122.793376,30.719706],[122.790986,30.719934],[122.789318,30.722811],[122.785686,30.723081],[122.782615,30.722057],[122.778566,30.716694],[122.784707,30.705443],[122.785311,30.699545],[122.780433,30.697613],[122.774436,30.698676],[122.775595,30.703491],[122.773489,30.709291],[122.771267,30.710713],[122.763582,30.710224],[122.755453,30.704472],[122.752443,30.709095],[122.753873,30.714897],[122.765328,30.722786],[122.771345,30.721676],[122.773109,30.72832],[122.776162,30.730061],[122.786556,30.730708],[122.793015,30.725503]]],[[[122.813979,30.73096],[122.818893,30.727054],[122.821147,30.727212],[122.825183,30.731092],[122.82825,30.727409],[122.831901,30.7185],[122.834203,30.70655],[122.832158,30.703224],[122.829666,30.702404],[122.825792,30.705693],[122.825583,30.712474],[122.822506,30.717368],[122.809188,30.716316],[122.803208,30.720712],[122.804621,30.725418],[122.809997,30.732631],[122.813979,30.73096]]],[[[122.484739,30.711898],[122.490944,30.711849],[122.49768,30.714464],[122.502073,30.716853],[122.501848,30.720317],[122.504161,30.722158],[122.509875,30.721894],[122.50907,30.719995],[122.510598,30.71611],[122.514804,30.716427],[122.516541,30.719704],[122.525188,30.726487],[122.53254,30.72231],[122.526485,30.718192],[122.523666,30.719339],[122.520667,30.717442],[122.523521,30.710049],[122.534398,30.706224],[122.529574,30.701116],[122.517473,30.706834],[122.509001,30.705926],[122.49958,30.702212],[122.493428,30.704048],[122.486548,30.698732],[122.484229,30.70175],[122.484703,30.705304],[122.479447,30.705857],[122.466996,30.702172],[122.460174,30.696618],[122.447231,30.698985],[122.443928,30.691634],[122.440894,30.689052],[122.42977,30.685756],[122.423421,30.686912],[122.421959,30.693187],[122.423326,30.700627],[122.426839,30.705723],[122.436817,30.710812],[122.440144,30.718067],[122.44054,30.732858],[122.43799,30.736637],[122.4273,30.74206],[122.428557,30.743582],[122.441578,30.746586],[122.444186,30.745638],[122.456676,30.731316],[122.468481,30.722651],[122.466182,30.718587],[122.466974,30.717176],[122.478982,30.712254],[122.484739,30.711898]]],[[[122.453397,30.745283],[122.449682,30.745224],[122.446639,30.749084],[122.448377,30.756688],[122.461456,30.756712],[122.46445,30.754587],[122.465732,30.750148],[122.463007,30.745775],[122.453397,30.745283]]],[[[122.388753,30.744876],[122.386476,30.747127],[122.388227,30.752982],[122.382611,30.761558],[122.389422,30.763705],[122.390832,30.75772],[122.388753,30.744876]]],[[[122.792349,30.777986],[122.789631,30.777687],[122.773904,30.786249],[122.771746,30.789652],[122.779697,30.793021],[122.784052,30.792472],[122.787251,30.79029],[122.792349,30.777986]]],[[[122.766847,30.792998],[122.759772,30.790605],[122.759228,30.796352],[122.767696,30.797613],[122.76896,30.795003],[122.766847,30.792998]]],[[[122.628052,30.824427],[122.635583,30.818454],[122.629924,30.816152],[122.616545,30.823766],[122.611569,30.820826],[122.605949,30.820157],[122.605077,30.821406],[122.612649,30.827561],[122.618507,30.828088],[122.628052,30.824427]]],[[[122.644728,30.815834],[122.637049,30.819133],[122.638696,30.821658],[122.642445,30.821768],[122.639306,30.82823],[122.641198,30.829197],[122.650376,30.822006],[122.650529,30.820419],[122.644728,30.815834]]],[[[122.687235,30.85004],[122.690362,30.850839],[122.691591,30.854162],[122.696545,30.854278],[122.701099,30.850533],[122.699672,30.847876],[122.693033,30.847479],[122.690042,30.841438],[122.684998,30.840815],[122.68145,30.843175],[122.671442,30.844525],[122.662387,30.850413],[122.671299,30.854726],[122.669591,30.859003],[122.671432,30.862068],[122.674353,30.863003],[122.687235,30.85004]]],[[[121.608649,28.470375],[121.600407,28.464094],[121.595873,28.428703],[121.605302,28.423407],[121.638365,28.413619],[121.64173,28.416025],[121.646071,28.416381],[121.659465,28.403406],[121.6568,28.400807],[121.644964,28.396676],[121.637477,28.384064],[121.643709,28.37873],[121.649727,28.37968],[121.644624,28.371223],[121.628498,28.36266],[121.622819,28.361202],[121.617304,28.361888],[121.622103,28.356726],[121.619984,28.350572],[121.617305,28.348321],[121.628314,28.341808],[121.629873,28.344338],[121.642811,28.352353],[121.656194,28.354533],[121.6551,28.352203],[121.648016,28.347394],[121.647453,28.344137],[121.659464,28.347789],[121.665367,28.347223],[121.650408,28.332302],[121.646474,28.331394],[121.646157,28.326005],[121.652513,28.32649],[121.651664,28.323285],[121.640327,28.316846],[121.64024,28.31195],[121.644128,28.307711],[121.642069,28.302236],[121.638927,28.298743],[121.631906,28.295437],[121.632009,28.293597],[121.640202,28.289154],[121.635856,28.285703],[121.629311,28.28623],[121.625609,28.279451],[121.622235,28.27817],[121.616001,28.278812],[121.617298,28.273047],[121.614474,28.269726],[121.614461,28.265989],[121.615938,28.265241],[121.622164,28.267446],[121.624949,28.265681],[121.620016,28.263566],[121.615398,28.257197],[121.610026,28.253906],[121.604818,28.256175],[121.602316,28.253627],[121.597475,28.255592],[121.591166,28.2501],[121.582665,28.250177],[121.585003,28.260443],[121.591462,28.266538],[121.592178,28.273305],[121.584672,28.273866],[121.583414,28.26797],[121.571365,28.270367],[121.57154,28.276022],[121.577829,28.279375],[121.580052,28.292389],[121.578038,28.301675],[121.563506,28.309221],[121.546889,28.312572],[121.546804,28.317945],[121.513427,28.33023],[121.479485,28.332255],[121.461812,28.328338],[121.460076,28.327044],[121.462074,28.303994],[121.452871,28.307669],[121.44775,28.307009],[121.446968,28.304023],[121.449917,28.301049],[121.449928,28.297535],[121.448239,28.29507],[121.442744,28.295159],[121.438632,28.266362],[121.43324,28.262686],[121.422956,28.259796],[121.420869,28.254742],[121.426684,28.249238],[121.418764,28.240442],[121.406841,28.23207],[121.402926,28.225747],[121.403269,28.214087],[121.391518,28.207521],[121.388484,28.208404],[121.385473,28.21235],[121.387608,28.216432],[121.386556,28.21965],[121.378698,28.223524],[121.365276,28.223573],[121.362727,28.216762],[121.363238,28.212765],[121.367635,28.209359],[121.373216,28.208518],[121.381464,28.200307],[121.369914,28.195621],[121.369169,28.19395],[121.380228,28.185391],[121.385489,28.186503],[121.390233,28.194395],[121.393347,28.188281],[121.392139,28.182667],[121.384926,28.17543],[121.385237,28.165916],[121.383976,28.163074],[121.375855,28.16067],[121.372992,28.161954],[121.363499,28.14948],[121.36269,28.141557],[121.358874,28.139304],[121.354368,28.14128],[121.353531,28.146377],[121.341059,28.141167],[121.33695,28.150855],[121.333451,28.151149],[121.329506,28.143234],[121.322752,28.139394],[121.29956,28.109409],[121.291386,28.107059],[121.291043,28.100862],[121.2868,28.096593],[121.28618,28.090489],[121.28119,28.089071],[121.276054,28.084412],[121.277171,28.081916],[121.28106,28.081954],[121.288099,28.077819],[121.291337,28.073205],[121.291102,28.071305],[121.287837,28.071903],[121.285139,28.075626],[121.280306,28.071115],[121.279464,28.0758],[121.273524,28.074921],[121.269804,28.071846],[121.266137,28.072047],[121.267801,28.07801],[121.26245,28.082667],[121.253494,28.079739],[121.252487,28.081376],[121.240342,28.082048],[121.231802,28.08034],[121.229894,28.077944],[121.229786,28.074598],[121.235245,28.07268],[121.241646,28.073356],[121.246185,28.06872],[121.251204,28.067737],[121.244956,28.065065],[121.24905,28.063663],[121.246133,28.060527],[121.246362,28.058467],[121.250012,28.058374],[121.247039,28.054753],[121.24439,28.054831],[121.245103,28.05845],[121.236585,28.059881],[121.241261,28.064589],[121.24045,28.06631],[121.232715,28.064437],[121.218741,28.07108],[121.2206,28.064517],[121.209795,28.063307],[121.207534,28.061617],[121.208475,28.060301],[121.21924,28.05988],[121.224595,28.05745],[121.22372,28.0566],[121.202639,28.051189],[121.196584,28.051368],[121.178144,28.042545],[121.178091,28.044964],[121.174427,28.047553],[121.154697,28.040039],[121.1529,28.040701],[121.153104,28.044326],[121.156157,28.046975],[121.156811,28.049814],[121.155615,28.053677],[121.146958,28.054993],[121.143354,28.058735],[121.150602,28.058547],[121.154811,28.06378],[121.15767,28.073394],[121.153979,28.074606],[121.145714,28.08234],[121.134336,28.100496],[121.134637,28.117001],[121.130221,28.128179],[121.129189,28.135873],[121.14733,28.143685],[121.150757,28.138475],[121.154853,28.136649],[121.158603,28.137563],[121.157938,28.142757],[121.16407,28.14905],[121.16913,28.149055],[121.175567,28.153591],[121.189593,28.167292],[121.196128,28.169953],[121.203425,28.170379],[121.201701,28.183841],[121.204917,28.193272],[121.208954,28.196581],[121.205691,28.203631],[121.196499,28.211286],[121.194164,28.217555],[121.211122,28.258442],[121.218458,28.263167],[121.227353,28.263572],[121.232434,28.267312],[121.237979,28.274393],[121.237181,28.285018],[121.243361,28.291201],[121.230325,28.297097],[121.233709,28.301111],[121.231833,28.307409],[121.227496,28.31074],[121.223343,28.310903],[121.214573,28.320813],[121.214564,28.329018],[121.217285,28.337542],[121.220504,28.340695],[121.225449,28.342226],[121.240216,28.342633],[121.237966,28.349221],[121.218964,28.345872],[121.214998,28.346734],[121.215965,28.358541],[121.200939,28.378964],[121.2036,28.384781],[121.202658,28.390889],[121.190553,28.391846],[121.18127,28.387761],[121.180387,28.379806],[121.178762,28.377376],[121.176132,28.378278],[121.171009,28.389894],[121.168867,28.38906],[121.174407,28.373519],[121.183729,28.369528],[121.185385,28.360587],[121.18303,28.356501],[121.175647,28.35311],[121.165061,28.353521],[121.163463,28.348595],[121.161474,28.347445],[121.156595,28.352018],[121.154198,28.344102],[121.147074,28.342427],[121.146612,28.321751],[121.14488,28.319416],[121.131857,28.313351],[121.128173,28.307157],[121.132526,28.306297],[121.136166,28.301739],[121.134229,28.297321],[121.124104,28.294644],[121.118589,28.28475],[121.107273,28.286273],[121.084688,28.283147],[121.07974,28.287604],[121.079892,28.294006],[121.071443,28.290173],[121.073063,28.286361],[121.06881,28.286962],[121.06706,28.284561],[121.082476,28.278104],[121.094017,28.277074],[121.108197,28.279565],[121.11374,28.278053],[121.119216,28.263701],[121.130666,28.247342],[121.129905,28.241229],[121.120941,28.214295],[121.119726,28.206199],[121.106723,28.186179],[121.101831,28.183176],[121.097131,28.175513],[121.094776,28.164954],[121.097975,28.162508],[121.091782,28.145791],[121.086877,28.146976],[121.070137,28.159102],[121.065733,28.159572],[121.074685,28.153788],[121.063728,28.140189],[121.023973,28.111143],[121.017699,28.113147],[121.006757,28.090669],[121.002364,28.091223],[121.001204,28.089688],[121.002438,28.0872],[121.013508,28.082698],[121.010008,28.071306],[121.01171,28.037265],[121.01038,28.035973],[121.005253,28.036052],[121.00516,28.033508],[121.006947,28.033406],[121.006493,28.031115],[121.007866,28.030779],[121.007661,28.024497],[121.003732,28.012407],[121.00597,28.011639],[120.997645,28.003247],[120.992184,28.001605],[120.989232,27.997954],[120.956983,27.980868],[120.950864,27.953459],[120.971317,27.939913],[120.940335,27.903422],[120.918791,27.924662],[120.913899,27.922291],[120.884248,27.916512],[120.912143,27.890662],[120.91397,27.882933],[120.831314,27.767995],[120.805114,27.784117],[120.801976,27.781798],[120.781805,27.795208],[120.779737,27.790211],[120.767888,27.776791],[120.754182,27.748951],[120.747428,27.733929],[120.752485,27.730895],[120.752635,27.729086],[120.74751,27.723055],[120.721126,27.707678],[120.709415,27.711108],[120.705133,27.70967],[120.700714,27.710956],[120.691045,27.717801],[120.677806,27.703291],[120.691727,27.688983],[120.691577,27.685214],[120.677103,27.648579],[120.673197,27.648127],[120.676598,27.640939],[120.674456,27.637778],[120.662668,27.634024],[120.663158,27.626008],[120.659962,27.61594],[120.649807,27.612242],[120.644886,27.614739],[120.637741,27.604977],[120.638347,27.602174],[120.641426,27.601892],[120.651226,27.594543],[120.649832,27.592683],[120.628559,27.583913],[120.604514,27.594209],[120.591831,27.59391],[120.592064,27.589413],[120.599292,27.588255],[120.604998,27.583101],[120.611041,27.574236],[120.638233,27.55694],[120.659616,27.512049],[120.666635,27.508735],[120.668427,27.509004],[120.670533,27.512547],[120.672595,27.511714],[120.670387,27.508801],[120.662134,27.504843],[120.658372,27.506397],[120.658702,27.510695],[120.64223,27.508019],[120.630693,27.495315],[120.63458,27.494239],[120.638329,27.499638],[120.649313,27.498871],[120.651943,27.500927],[120.662537,27.501411],[120.673475,27.495423],[120.671157,27.492403],[120.664313,27.494901],[120.664461,27.48569],[120.677608,27.477806],[120.686796,27.478483],[120.68819,27.476349],[120.672664,27.458535],[120.667513,27.456209],[120.662394,27.451318],[120.666251,27.449268],[120.662592,27.445482],[120.658168,27.445107],[120.656465,27.450227],[120.654595,27.45108],[120.648347,27.447765],[120.648149,27.439758],[120.639956,27.424513],[120.641942,27.412703],[120.636329,27.408747],[120.63815,27.405338],[120.641452,27.404979],[120.647032,27.40781],[120.647534,27.40024],[120.65073,27.393205],[120.651145,27.385981],[120.65029,27.384111],[120.646936,27.383662],[120.648548,27.37643],[120.646616,27.366022],[120.645099,27.364503],[120.637731,27.367345],[120.632181,27.366471],[120.628955,27.364231],[120.622313,27.363757],[120.615607,27.367873],[120.617055,27.371522],[120.622893,27.37414],[120.622851,27.376973],[120.62023,27.380635],[120.614023,27.380294],[120.608174,27.384188],[120.608719,27.386756],[120.612657,27.388441],[120.61251,27.392394],[120.599905,27.390305],[120.598512,27.388012],[120.600946,27.386561],[120.600711,27.385248],[120.594284,27.381014],[120.579492,27.388764],[120.575089,27.396224],[120.562693,27.403082],[120.547352,27.406283],[120.541841,27.400454],[120.542894,27.398274],[120.552873,27.392137],[120.546652,27.39078],[120.541368,27.393446],[120.540044,27.387748],[120.547923,27.381551],[120.552685,27.384075],[120.559372,27.379714],[120.555993,27.370991],[120.543479,27.361171],[120.537347,27.360049],[120.535721,27.361221],[120.532126,27.358367],[120.529302,27.34765],[120.537434,27.343733],[120.535817,27.338117],[120.532208,27.339767],[120.526332,27.339649],[120.525517,27.338178],[120.517897,27.337035],[120.514281,27.339974],[120.509371,27.339986],[120.514446,27.332245],[120.524153,27.326527],[120.540621,27.330235],[120.541245,27.324599],[120.539225,27.322481],[120.54193,27.318358],[120.545263,27.318346],[120.55076,27.321784],[120.553902,27.321441],[120.556796,27.314529],[120.542448,27.304671],[120.539784,27.300391],[120.54088,27.299096],[120.550029,27.302576],[120.554898,27.302656],[120.563409,27.295344],[120.558848,27.294501],[120.553276,27.296806],[120.543578,27.291396],[120.543578,27.289043],[120.549998,27.287825],[120.550438,27.284446],[120.528156,27.274527],[120.526084,27.276838],[120.518402,27.279331],[120.517689,27.273486],[120.524673,27.264217],[120.516381,27.260379],[120.516682,27.250444],[120.520053,27.247176],[120.534754,27.246077],[120.537158,27.243394],[120.534491,27.237466],[120.528958,27.236177],[120.525559,27.233132],[120.532136,27.225594],[120.528053,27.223668],[120.516738,27.226891],[120.514452,27.219631],[120.509673,27.215089],[120.50905,27.207433],[120.510342,27.204872],[120.519105,27.204078],[120.520397,27.200425],[120.519257,27.195983],[120.503144,27.190787],[120.496484,27.191577],[120.490837,27.180772],[120.487589,27.180416],[120.48318,27.175038],[120.483351,27.171288],[120.479802,27.166475],[120.46667,27.171345],[120.462659,27.176518],[120.459291,27.192613],[120.463117,27.192328],[120.466701,27.197771],[120.465681,27.20005],[120.463445,27.200159],[120.458087,27.211167],[120.462498,27.214809],[120.457652,27.220926],[120.453682,27.222693],[120.447624,27.21885],[120.446068,27.211623],[120.443997,27.20956],[120.441462,27.20986],[120.440498,27.21491],[120.432219,27.214921],[120.430783,27.213668],[120.429838,27.203638],[120.422131,27.188302],[120.423423,27.186049],[120.428421,27.18524],[120.434682,27.178542],[120.434519,27.171285],[120.432265,27.167739],[120.429995,27.172251],[120.421125,27.177115],[120.419284,27.180462],[120.419284,27.187576],[120.412991,27.19184],[120.402683,27.204741],[120.402882,27.2131],[120.397155,27.216451],[120.40159,27.217005],[120.399211,27.221129],[120.399947,27.223424],[120.405718,27.225377],[120.410147,27.234673],[120.401777,27.241626],[120.392248,27.245026],[120.391147,27.247689],[120.395429,27.254028],[120.408388,27.260251],[120.417771,27.25344],[120.426517,27.260157],[120.420336,27.271129],[120.411957,27.270633],[120.40167,27.280935],[120.400704,27.285547],[120.403373,27.292599],[120.392825,27.305699],[120.391896,27.310396],[120.383163,27.311492],[120.374098,27.321448],[120.373032,27.327603],[120.368494,27.332233],[120.353942,27.341436],[120.352694,27.346121],[120.345462,27.347275],[120.344421,27.351305],[120.352094,27.356408],[120.34789,27.362188],[120.342024,27.365305],[120.339854,27.368384],[120.342709,27.37328],[120.346596,27.389097],[120.341497,27.399218],[120.333074,27.402017],[120.320906,27.399892],[120.315004,27.403959],[120.318387,27.40616],[120.318078,27.411363],[120.3133,27.412268],[120.306899,27.398728],[120.298158,27.396768],[120.291237,27.399384],[120.284969,27.399488],[120.281743,27.397763],[120.27882,27.393333],[120.268803,27.390876],[120.262159,27.404261],[120.252703,27.412249],[120.255223,27.418891],[120.261053,27.42261],[120.259747,27.431097],[120.255068,27.437637],[120.244491,27.443098],[120.245229,27.439213],[120.242016,27.435548],[120.231847,27.430694],[120.226454,27.430639],[120.213785,27.421511],[120.205816,27.422549],[120.200428,27.431707],[120.185235,27.428736],[120.179006,27.424632],[120.173579,27.423584],[120.158344,27.428515],[120.143821,27.425762],[120.130644,27.425481],[120.124265,27.416751],[120.127591,27.411009],[120.132568,27.410507],[120.13372,27.402511],[120.128095,27.396557],[120.12315,27.395],[120.113362,27.398605],[120.100661,27.399167],[120.093826,27.395291],[120.091876,27.393633],[120.093141,27.385167],[120.090237,27.38063],[120.075009,27.373924],[120.055517,27.350496],[120.050276,27.35222],[120.048074,27.350658],[120.048746,27.343486],[120.046193,27.340392],[120.036649,27.340697],[120.034033,27.344926],[120.027866,27.347145],[120.022053,27.355356],[120.007844,27.367882],[120.004047,27.368842],[120.002838,27.374011],[120.00516,27.376108],[119.995483,27.382581],[119.990002,27.383158],[119.984651,27.380547],[119.984195,27.374915],[119.982697,27.373482],[119.974345,27.374692],[119.957203,27.370599],[119.95188,27.367893],[119.951419,27.361783],[119.958112,27.363721],[119.961911,27.362653],[119.951465,27.352743],[119.945426,27.350682],[119.943986,27.34303],[119.932142,27.339477],[119.933428,27.338183],[119.939555,27.338511],[119.933997,27.332873],[119.934687,27.326192],[119.939551,27.325965],[119.941529,27.320119],[119.940812,27.317781],[119.932197,27.319738],[119.901392,27.321884],[119.895465,27.319028],[119.893847,27.314291],[119.887722,27.313897],[119.88251,27.316919],[119.874639,27.313304],[119.873549,27.305077],[119.871535,27.30409],[119.859939,27.310586],[119.860444,27.312408],[119.866958,27.315877],[119.867265,27.31867],[119.850275,27.320051],[119.841206,27.327399],[119.836821,27.32446],[119.830162,27.315856],[119.835302,27.310889],[119.84043,27.309788],[119.838852,27.304131],[119.836639,27.302313],[119.829806,27.304764],[119.818804,27.305419],[119.816967,27.300193],[119.813927,27.299556],[119.808613,27.30226],[119.804592,27.308197],[119.790379,27.313853],[119.788611,27.313651],[119.785107,27.305569],[119.769618,27.309566],[119.765879,27.308947],[119.763754,27.311913],[119.766641,27.31579],[119.765133,27.327068],[119.766154,27.329995],[119.769425,27.329456],[119.773718,27.323313],[119.780357,27.327093],[119.780549,27.329746],[119.776729,27.33398],[119.76918,27.334436],[119.764551,27.338087],[119.763126,27.341607],[119.764873,27.346232],[119.763571,27.350137],[119.755066,27.350204],[119.746156,27.353832],[119.74282,27.363265],[119.735362,27.366281],[119.74076,27.372915],[119.745697,27.376029],[119.744895,27.381083],[119.739704,27.380677],[119.736105,27.378634],[119.736547,27.38496],[119.734847,27.390394],[119.728032,27.39277],[119.726365,27.395654],[119.726981,27.398211],[119.72235,27.400163],[119.719766,27.40504],[119.7059,27.40685],[119.7046,27.409018],[119.705745,27.414261],[119.699756,27.420025],[119.700899,27.422143],[119.700133,27.427863],[119.685531,27.433592],[119.680822,27.441683],[119.684224,27.444132],[119.689349,27.442116],[119.697969,27.449291],[119.699372,27.461806],[119.704806,27.465396],[119.702081,27.474836],[119.704714,27.478215],[119.701899,27.489647],[119.705989,27.492512],[119.705429,27.499356],[119.698144,27.503112],[119.699228,27.510343],[119.70397,27.514841],[119.70399,27.517795],[119.697397,27.520548],[119.694645,27.528918],[119.682543,27.541509],[119.661491,27.538433],[119.653855,27.545045],[119.660132,27.556655],[119.664843,27.560595],[119.668889,27.572135],[119.672763,27.575022],[119.672055,27.576984],[119.669054,27.578834],[119.641689,27.581908],[119.636443,27.584913],[119.631274,27.583815],[119.627223,27.585697],[119.627056,27.595124],[119.62451,27.602571],[119.624733,27.612638],[119.621197,27.615427],[119.620143,27.618825],[119.623568,27.625873],[119.630393,27.62931],[119.636832,27.629901],[119.638639,27.636106],[119.643018,27.638551],[119.643518,27.643812],[119.640646,27.645605],[119.635014,27.653779],[119.640011,27.66382],[119.63842,27.667033],[119.636616,27.669051],[119.631839,27.669661],[119.628302,27.673113],[119.617217,27.673279],[119.615436,27.676796],[119.603202,27.67751],[119.595498,27.675482],[119.589905,27.67005],[119.58168,27.666756],[119.575711,27.670206],[119.574549,27.673846],[119.569611,27.674588],[119.570426,27.672318],[119.564366,27.66701],[119.557971,27.668854],[119.552634,27.665682],[119.545067,27.667233],[119.546101,27.672999],[119.5379,27.679499],[119.534734,27.678706],[119.538069,27.669265],[119.533394,27.661382],[119.521392,27.663854],[119.519436,27.662083],[119.518711,27.655795],[119.515067,27.652047],[119.51249,27.652753],[119.509659,27.656788],[119.496551,27.652685],[119.495992,27.637589],[119.492792,27.629306],[119.494415,27.618645],[119.499613,27.614536],[119.497924,27.611485],[119.493609,27.609731],[119.486195,27.603224],[119.481932,27.595354],[119.486965,27.591531],[119.481605,27.580372],[119.487361,27.56979],[119.481408,27.559659],[119.479839,27.553164],[119.473033,27.548761],[119.468664,27.541624],[119.464967,27.527793],[119.452523,27.522031],[119.443983,27.513845],[119.434746,27.510947],[119.427668,27.511616],[119.426751,27.520401],[119.428747,27.526883],[119.419475,27.535205],[119.410695,27.538715],[119.407359,27.537634],[119.391482,27.538255],[119.367505,27.532583],[119.364726,27.533604],[119.359768,27.531005],[119.351927,27.52305],[119.348342,27.521889],[119.345061,27.524702],[119.340763,27.524202],[119.334627,27.51132],[119.339331,27.506542],[119.342274,27.499622],[119.342836,27.496258],[119.340461,27.49153],[119.334937,27.49107],[119.334293,27.486001],[119.331204,27.483669],[119.323418,27.482154],[119.316541,27.485604],[119.316077,27.478071],[119.311999,27.470432],[119.309301,27.468492],[119.298286,27.467194],[119.296223,27.469467],[119.286643,27.465655],[119.285568,27.458978],[119.282597,27.456827],[119.2787,27.456477],[119.277053,27.458634],[119.275174,27.457844],[119.273078,27.441588],[119.264213,27.427117],[119.264707,27.425117],[119.262933,27.424396],[119.246008,27.42435],[119.242795,27.421522],[119.241737,27.424656],[119.243617,27.433312],[119.240918,27.433967],[119.237903,27.430679],[119.239882,27.422537],[119.235193,27.421832],[119.22975,27.4239],[119.220394,27.419743],[119.20586,27.425208],[119.196981,27.424496],[119.191121,27.421277],[119.187959,27.424257],[119.176489,27.429493],[119.153144,27.428566],[119.151406,27.431567],[119.147623,27.431722],[119.143029,27.428479],[119.141041,27.434391],[119.134342,27.437876],[119.12458,27.434871],[119.116816,27.439307],[119.118444,27.448235],[119.122297,27.456441],[119.11346,27.463804],[119.118961,27.466425],[119.12415,27.465263],[119.126743,27.467449],[119.125599,27.477282],[119.121412,27.483878],[119.110178,27.487404],[119.091959,27.475174],[119.085804,27.467743],[119.077308,27.467987],[119.072074,27.475192],[119.068286,27.475424],[119.061008,27.470184],[119.054915,27.471846],[119.052482,27.474187],[119.051191,27.476166],[119.051789,27.480842],[119.050388,27.482055],[119.039104,27.485244],[119.035646,27.481802],[119.033492,27.482266],[119.029497,27.485308],[119.027527,27.492319],[119.019031,27.496343],[119.018558,27.499997],[119.016003,27.50171],[119.011069,27.502536],[119.008044,27.501301],[119.007422,27.499051],[118.994575,27.499879],[118.993637,27.498337],[118.985901,27.506468],[118.977343,27.500914],[118.979164,27.496758],[118.98421,27.496344],[118.986174,27.489759],[118.984838,27.481518],[118.980807,27.478172],[118.972087,27.479613],[118.96101,27.47616],[118.957506,27.473274],[118.956624,27.471834],[118.958776,27.465385],[118.955773,27.461169],[118.954165,27.453419],[118.952325,27.452332],[118.949191,27.453129],[118.945166,27.459102],[118.938693,27.461611],[118.933381,27.465818],[118.927237,27.46706],[118.914857,27.466365],[118.908491,27.463777],[118.898877,27.465143],[118.896467,27.469431],[118.898417,27.472473],[118.897409,27.476526],[118.891014,27.484558],[118.8851,27.484926],[118.883227,27.488073],[118.886768,27.493493],[118.885335,27.498474],[118.882375,27.502231],[118.876058,27.502723],[118.872883,27.511329],[118.872664,27.519805],[118.8698,27.521057],[118.8615,27.518939],[118.856316,27.515378],[118.854807,27.517689],[118.853865,27.526629],[118.855633,27.530211],[118.860021,27.532149],[118.860146,27.535096],[118.864884,27.5439],[118.868313,27.545474],[118.874442,27.543223],[118.878984,27.543959],[118.879674,27.547226],[118.890768,27.557581],[118.893737,27.570055],[118.906663,27.572287],[118.906601,27.57521],[118.903865,27.575351],[118.898534,27.580064],[118.897868,27.585921],[118.900039,27.591217],[118.89885,27.594496],[118.903216,27.600002],[118.902596,27.603346],[118.905176,27.612358],[118.912661,27.616629],[118.908334,27.6238],[118.903752,27.627307],[118.901499,27.626552],[118.898889,27.628294],[118.900183,27.63416],[118.897467,27.635297],[118.896416,27.637755],[118.898903,27.642968],[118.897287,27.650592],[118.893516,27.653468],[118.891811,27.658299],[118.887299,27.663066],[118.884697,27.662117],[118.88161,27.664271],[118.875064,27.674192],[118.875708,27.677291],[118.870568,27.681948],[118.869958,27.685655],[118.874002,27.68895],[118.876685,27.693846],[118.876011,27.699046],[118.870219,27.702654],[118.871313,27.707678],[118.882087,27.709149],[118.889981,27.708332],[118.896971,27.71087],[118.890822,27.718877],[118.893598,27.722543],[118.890416,27.723066],[118.886646,27.721056],[118.879471,27.727242],[118.876416,27.735257],[118.867583,27.737083],[118.865965,27.739059],[118.864847,27.748953],[118.859339,27.755045],[118.858046,27.761736],[118.855285,27.765542],[118.850579,27.767177],[118.851101,27.779457],[118.843791,27.778872],[118.838124,27.781181],[118.835511,27.78569],[118.834786,27.79294],[118.846237,27.795384],[118.847897,27.798753],[118.842748,27.804612],[118.844956,27.815199],[118.843191,27.817297],[118.840425,27.817552],[118.83393,27.824105],[118.83387,27.827096],[118.830633,27.832195],[118.833022,27.836566],[118.83106,27.842608],[118.821838,27.850189],[118.825913,27.852344],[118.833046,27.867726],[118.828595,27.874581],[118.822923,27.877907],[118.823311,27.887548],[118.828515,27.890862],[118.820489,27.892545],[118.815343,27.898648],[118.814555,27.902422],[118.816372,27.904362],[118.816331,27.909067],[118.810982,27.912827],[118.81404,27.920505],[118.805119,27.921236],[118.802973,27.920122],[118.798178,27.922205],[118.796099,27.923828],[118.802428,27.926324],[118.795077,27.934439],[118.792746,27.934197],[118.780645,27.940334],[118.770998,27.940743],[118.757823,27.946059],[118.748877,27.94435],[118.747243,27.9463],[118.747256,27.953324],[118.745123,27.956368],[118.732089,27.968826],[118.727266,27.970392],[118.724188,27.973912],[118.724195,27.977967],[118.727793,27.979201],[118.728418,27.984268],[118.727325,27.993524],[118.720982,28.00408],[118.720304,28.014364],[118.729466,28.031199],[118.728996,28.035537],[118.7257,28.042144],[118.716135,28.034515],[118.712893,28.035373],[118.714846,28.051375],[118.71338,28.063962],[118.71135,28.06686],[118.712253,28.06796],[118.716716,28.069426],[118.718713,28.068287],[118.723204,28.075933],[118.730379,28.078173],[118.739143,28.091749],[118.745319,28.096137],[118.752375,28.094874],[118.759165,28.098325],[118.760849,28.105497],[118.767518,28.117262],[118.771555,28.115942],[118.779803,28.118479],[118.791662,28.11622],[118.795234,28.117338],[118.798729,28.121114],[118.796441,28.123858],[118.798113,28.130146],[118.795565,28.136455],[118.795695,28.142348],[118.803245,28.14254],[118.806119,28.151646],[118.801545,28.153605],[118.80029,28.159111],[118.792014,28.166448],[118.792664,28.169306],[118.790543,28.171792],[118.787244,28.171288],[118.778164,28.176326],[118.768276,28.169972],[118.75751,28.170061],[118.756191,28.173747],[118.759676,28.177786],[118.759928,28.182215],[118.76363,28.185218],[118.768024,28.193434],[118.780269,28.196803],[118.784121,28.204745],[118.789065,28.207779],[118.790739,28.211353],[118.798349,28.21081],[118.799748,28.212367],[118.801474,28.219754],[118.806103,28.226063],[118.808716,28.233882],[118.798597,28.236309],[118.800504,28.238813],[118.795901,28.245422],[118.788473,28.246652],[118.781579,28.246367],[118.76138,28.23925],[118.749568,28.24911],[118.748317,28.255847],[118.729221,28.257406],[118.728112,28.260471],[118.737748,28.261993],[118.740127,28.263897],[118.740722,28.268061],[118.733584,28.265919],[118.731722,28.266767],[118.73177,28.268766],[118.736429,28.273329],[118.736251,28.278194],[118.735573,28.279851],[118.727915,28.283757],[118.734086,28.288545],[118.734621,28.291936],[118.732777,28.294613],[118.729029,28.295862],[118.725639,28.288307],[118.722962,28.287534],[118.721625,28.288975],[118.720548,28.300416],[118.721883,28.303381],[118.724679,28.304169],[118.724688,28.307267],[118.716932,28.317231],[118.715416,28.315085],[118.712214,28.314428],[118.70996,28.316697],[118.703609,28.314193],[118.697331,28.314545],[118.689058,28.307857],[118.688043,28.294695],[118.683812,28.290777],[118.678759,28.279995],[118.671457,28.273892],[118.662023,28.274273],[118.656473,28.272472],[118.652419,28.278613],[118.645957,28.280251],[118.640651,28.276879],[118.635613,28.277136],[118.631322,28.271873],[118.629176,28.26551],[118.624472,28.263993],[118.621596,28.265724],[118.616974,28.259676],[118.614198,28.259971],[118.608761,28.265118],[118.610754,28.272481],[118.609963,28.275183],[118.60215,28.260236],[118.596995,28.257132],[118.592387,28.259384],[118.59055,28.260941],[118.590441,28.263932],[118.593006,28.27525],[118.576389,28.290278],[118.57361,28.287969],[118.567601,28.291418],[118.555555,28.2823],[118.548396,28.281938],[118.543596,28.284959],[118.541475,28.27701],[118.53329,28.274785],[118.529149,28.274639],[118.518799,28.281374],[118.514072,28.280496],[118.515927,28.275453],[118.511022,28.27318],[118.509152,28.274728],[118.508988,28.278934],[118.501201,28.283046],[118.492013,28.279348],[118.489561,28.277559],[118.490341,28.273325],[118.487295,28.267026],[118.495731,28.260601],[118.497809,28.249548],[118.492339,28.248348],[118.486893,28.241445],[118.475329,28.24995],[118.463587,28.248466],[118.46052,28.246318],[118.454936,28.246706],[118.438936,28.254732],[118.444906,28.262274],[118.44368,28.264666],[118.433522,28.264379],[118.436568,28.269694],[118.435823,28.271816],[118.429671,28.271186],[118.424825,28.282689],[118.428085,28.291406],[118.441107,28.296366],[118.461374,28.309672],[118.465954,28.315509],[118.466346,28.320586],[118.472616,28.322729],[118.475617,28.322009],[118.482052,28.331815],[118.476369,28.338287],[118.474156,28.337166],[118.476477,28.334262],[118.475258,28.330641],[118.46997,28.327805],[118.464413,28.33065],[118.473008,28.337163],[118.470979,28.337523],[118.469183,28.334221],[118.46686,28.335996],[118.469373,28.341159],[118.468055,28.344734],[118.465152,28.346927],[118.464797,28.357721],[118.463453,28.361031],[118.458351,28.362847],[118.458717,28.368596],[118.452662,28.382601],[118.448256,28.388854],[118.435821,28.394582],[118.436012,28.397902],[118.43306,28.402944],[118.42517,28.401516],[118.426414,28.405087],[118.434394,28.409324],[118.433151,28.412607],[118.434872,28.415135],[118.442549,28.417348],[118.446336,28.416649],[118.452155,28.419228],[118.447817,28.423022],[118.448597,28.421518],[118.445692,28.420301],[118.444919,28.421344],[118.453871,28.431712],[118.456573,28.444543],[118.458775,28.445969],[118.461382,28.45212],[118.459453,28.453366],[118.457884,28.458812],[118.461483,28.458207],[118.464954,28.454205],[118.465085,28.457738],[118.460723,28.46198],[118.464955,28.463652],[118.469394,28.470495],[118.475117,28.470532],[118.474643,28.468895],[118.4772,28.474181],[118.471946,28.474417],[118.47307,28.477735],[118.467038,28.484608],[118.456279,28.484155],[118.451923,28.480404],[118.448326,28.479645],[118.432836,28.496213],[118.431808,28.494074],[118.425376,28.494888],[118.411698,28.498358],[118.409309,28.501003],[118.413725,28.505501],[118.418945,28.502979],[118.425673,28.504651],[118.436911,28.510586],[118.440607,28.515709],[118.440683,28.518508],[118.433388,28.523472],[118.426438,28.522624],[118.420108,28.525927],[118.418747,28.540002],[118.420708,28.539428],[118.422354,28.534482],[118.423095,28.537296],[118.419591,28.541773],[118.416776,28.542883],[118.415279,28.547562],[118.416597,28.548878],[118.421284,28.548679],[118.423184,28.550601],[118.416129,28.551901],[118.407099,28.558899],[118.409212,28.563864],[118.408019,28.567031],[118.405011,28.568612],[118.404654,28.571317],[118.40654,28.576534],[118.41302,28.576096],[118.412882,28.579306],[118.410679,28.579992],[118.411404,28.586444],[118.413876,28.588326],[118.415837,28.587109],[118.420522,28.58924],[118.415651,28.596699],[118.408279,28.598666],[118.408055,28.611422],[118.409662,28.61324],[118.415101,28.613673],[118.411882,28.611338],[118.412621,28.610577],[118.420174,28.61431],[118.425626,28.62085],[118.428885,28.628818],[118.423784,28.633111],[118.418303,28.642931],[118.416817,28.64949],[118.426576,28.652883],[118.427458,28.654581],[118.422701,28.655772],[118.426183,28.658934],[118.425373,28.663188],[118.427644,28.667049],[118.42452,28.677081],[118.427885,28.679331],[118.426816,28.682402],[118.422947,28.684355],[118.416257,28.682587],[118.409513,28.689608],[118.409158,28.692367],[118.411684,28.696299],[118.407275,28.699978],[118.40271,28.700945],[118.397434,28.706246],[118.388317,28.702208],[118.385713,28.703372],[118.385282,28.708028],[118.387157,28.713533],[118.396859,28.717324],[118.396048,28.722991],[118.391996,28.723797],[118.390051,28.726089],[118.393098,28.728622],[118.394354,28.727675],[118.392623,28.724909],[118.395134,28.726253],[118.394628,28.730718],[118.387518,28.73262],[118.38692,28.734489],[118.389936,28.737079],[118.395528,28.737517],[118.394104,28.739682],[118.388506,28.741894],[118.384387,28.747707],[118.384235,28.749541],[118.388452,28.751531],[118.387654,28.757024],[118.381317,28.760428],[118.379164,28.776351],[118.374494,28.776829],[118.375188,28.78791],[118.378353,28.790324],[118.368478,28.799061],[118.366706,28.804542],[118.368131,28.807051],[118.36551,28.811795],[118.359208,28.816199],[118.351859,28.818293],[118.349162,28.81828],[118.348184,28.816594],[118.335635,28.818099],[118.32865,28.817122],[118.320999,28.822005],[118.306098,28.824414],[118.300722,28.826703],[118.291745,28.836096],[118.293023,28.839042],[118.3,28.843622],[118.291997,28.851284],[118.289175,28.863803],[118.283267,28.870562],[118.282518,28.875479],[118.277321,28.886],[118.276558,28.894552],[118.272805,28.898419],[118.269379,28.90567],[118.265625,28.92099],[118.256123,28.92271],[118.251828,28.926403],[118.249687,28.926354],[118.245581,28.922381],[118.236607,28.923064],[118.221066,28.914625],[118.199293,28.90811],[118.194839,28.905248],[118.189928,28.90776],[118.188207,28.910643],[118.18995,28.917145],[118.191818,28.919501],[118.20252,28.923625],[118.210477,28.933866],[118.218808,28.93971],[118.223017,28.945309],[118.220422,28.949893],[118.215738,28.951994],[118.210341,28.950589],[118.206565,28.952126],[118.204649,28.957507],[118.199392,28.955506],[118.195831,28.957331],[118.191104,28.96793],[118.181587,28.980005],[118.177928,28.980195],[118.162499,28.988655],[118.159899,28.989687],[118.150907,28.986651],[118.149969,28.990327],[118.141859,28.987648],[118.140971,28.982066],[118.128331,28.986503],[118.119917,28.998402],[118.124336,29.003657],[118.127141,29.01104],[118.122015,29.018788],[118.115568,29.014264],[118.109264,29.0121],[118.1057,29.006284],[118.104897,28.994322],[118.094592,28.993106],[118.103773,29.006455],[118.10234,29.014307],[118.09829,29.013222],[118.095529,29.00492],[118.091532,29.001288],[118.082878,29.015733],[118.084054,29.018392],[118.082588,29.033529],[118.07863,29.034151],[118.074141,29.040374],[118.070766,29.038543],[118.067719,29.039062],[118.065511,29.043542],[118.066703,29.047429],[118.060576,29.052443],[118.060146,29.056678],[118.072285,29.065555],[118.068082,29.070104],[118.070254,29.078021],[118.064084,29.083802],[118.057876,29.084176],[118.046494,29.090806],[118.037868,29.091821],[118.031918,29.097776],[118.030838,29.101376],[118.034959,29.110505],[118.038351,29.113485],[118.048473,29.11565],[118.048158,29.118681],[118.04066,29.12488],[118.033659,29.127988],[118.03266,29.131735],[118.035253,29.133424],[118.038526,29.141491],[118.038423,29.160474],[118.035656,29.163944],[118.025377,29.16674],[118.022574,29.17044],[118.022894,29.172739],[118.029187,29.179218],[118.027695,29.18567],[118.035948,29.201394],[118.034046,29.205107],[118.035579,29.212118],[118.040463,29.218103],[118.043092,29.220116],[118.051146,29.217122],[118.077095,29.22071],[118.079367,29.22297],[118.074668,29.228232],[118.074196,29.233019],[118.07706,29.23834],[118.077112,29.242128],[118.075097,29.246487],[118.070203,29.248683],[118.070566,29.255798],[118.073648,29.261363],[118.073342,29.276124],[118.07196,29.285278],[118.069881,29.288244],[118.066504,29.288863],[118.067589,29.291916],[118.072567,29.293739],[118.097168,29.286402],[118.101088,29.287638],[118.102921,29.291841],[118.108926,29.295664],[118.128543,29.286966],[118.13091,29.286594],[118.138598,29.290096],[118.143642,29.289856],[118.154807,29.284801],[118.164897,29.284427],[118.165138,29.287809],[118.162112,29.294307],[118.174106,29.301772],[118.169751,29.310588],[118.161798,29.313265],[118.16174,29.316671],[118.174357,29.323989],[118.177944,29.32887],[118.177511,29.333455],[118.179902,29.336252],[118.188408,29.342919],[118.201853,29.346304],[118.203921,29.350375],[118.203314,29.362228],[118.198253,29.370366],[118.201421,29.373502],[118.203011,29.37964],[118.189633,29.389535],[118.185261,29.394979],[118.190817,29.397366],[118.195025,29.395191],[118.199578,29.398454],[118.201086,29.404346],[118.20732,29.412934],[118.21062,29.420631],[118.214341,29.424363],[118.22095,29.427505],[118.230291,29.427099],[118.243341,29.433401],[118.254915,29.428877],[118.265585,29.43031],[118.271679,29.426121],[118.281022,29.429164],[118.286211,29.427098],[118.286792,29.422185],[118.291504,29.420828],[118.302534,29.422592],[118.309882,29.425652],[118.310613,29.43592],[118.309286,29.44134],[118.311661,29.451695],[118.30227,29.479742],[118.300834,29.494134],[118.302288,29.497518],[118.306146,29.50029],[118.310811,29.497865],[118.317872,29.499944],[118.325853,29.498325],[118.32658,29.493042],[118.330913,29.485377],[118.340938,29.478466],[118.34802,29.481775],[118.35398,29.481932],[118.356481,29.484684],[118.3568,29.48884],[118.363916,29.492788],[118.369152,29.500779],[118.375281,29.504583],[118.37824,29.512654],[118.389736,29.509939],[118.395518,29.510772],[118.399677,29.509489],[118.40392,29.510545],[118.406561,29.513242],[118.410226,29.512661],[118.420601,29.505145],[118.424872,29.503788],[118.431434,29.511858],[118.432588,29.516902],[118.435736,29.517949],[118.435759,29.514222],[118.444969,29.515598],[118.449363,29.51063],[118.454272,29.508898],[118.453719,29.515835],[118.461713,29.516097],[118.468684,29.51158],[118.473682,29.511567],[118.478874,29.517376],[118.489698,29.521248],[118.4908,29.524064],[118.489459,29.531176],[118.492932,29.544325],[118.488672,29.55334],[118.493137,29.563837],[118.494458,29.578749],[118.504381,29.581635],[118.515026,29.589332],[118.531227,29.593667],[118.532516,29.598474],[118.544969,29.615822],[118.553304,29.617753],[118.554645,29.622479],[118.563007,29.632003],[118.563498,29.635771],[118.568802,29.640241],[118.588278,29.647129],[118.597251,29.645985],[118.605365,29.652349],[118.615735,29.656954],[118.629551,29.650812],[118.631198,29.647241],[118.63751,29.643727],[118.644879,29.647949],[118.652611,29.657856],[118.668697,29.67123],[118.66977,29.67765],[118.676626,29.683557],[118.67759,29.691903],[118.687569,29.696655],[118.688051,29.703408],[118.696039,29.70936],[118.704338,29.7086],[118.714845,29.711219],[118.718561,29.718077],[118.718903,29.724509],[118.72097,29.728597],[118.72326,29.728642],[118.729391,29.733281],[118.733639,29.739043],[118.740515,29.741972],[118.740648,29.746547],[118.743611,29.752098],[118.744415,29.763243],[118.740055,29.770057],[118.742524,29.776814],[118.737328,29.784409],[118.732489,29.787245],[118.731152,29.791287],[118.733983,29.811436],[118.732873,29.815292],[118.739531,29.820608],[118.752902,29.820514],[118.756794,29.822426],[118.756848,29.829409],[118.749518,29.834323],[118.748558,29.845468],[118.749817,29.847532],[118.761494,29.851959],[118.772314,29.844896],[118.779323,29.846042],[118.784043,29.854778],[118.797912,29.864424],[118.804985,29.872927],[118.820123,29.881254],[118.838271,29.895427],[118.840532,29.904418],[118.838778,29.920943],[118.839826,29.922568],[118.835704,29.934006],[118.846876,29.943692],[118.85901,29.93993],[118.867551,29.95048],[118.887601,29.938044],[118.88871,29.949077],[118.885591,29.955335],[118.888793,29.957632],[118.886319,29.965563],[118.889419,29.977062],[118.894353,29.984715],[118.894023,29.98733],[118.885782,29.999412],[118.889306,30.003478],[118.888008,30.014337],[118.893607,30.018247],[118.896875,30.027109],[118.896001,30.030861],[118.887512,30.035584],[118.88611,30.039266],[118.8856,30.044013],[118.8873,30.045903],[118.888185,30.056999],[118.88667,30.059737],[118.886329,30.07015],[118.883864,30.071726],[118.884777,30.078345],[118.878554,30.088257],[118.879027,30.10157],[118.875584,30.104463],[118.871496,30.104751],[118.867975,30.103541],[118.866491,30.09997],[118.861738,30.100883],[118.861274,30.106225],[118.857809,30.111781],[118.861194,30.123131],[118.850863,30.122201],[118.852903,30.124511],[118.854864,30.132892],[118.859043,30.136353],[118.864544,30.134815],[118.876992,30.12703],[118.887869,30.131445],[118.893293,30.139056],[118.893952,30.144898],[118.887134,30.152648],[118.883958,30.152225],[118.884151,30.148085],[118.879534,30.142629],[118.876636,30.134565],[118.868508,30.142063],[118.859418,30.140444],[118.851913,30.143741],[118.852384,30.150348],[118.850751,30.154228],[118.848472,30.156183],[118.841577,30.155455],[118.84154,30.159733],[118.84346,30.165757],[118.845383,30.166831],[118.858835,30.170128],[118.89007,30.183234],[118.894989,30.182439],[118.90172,30.189173],[118.902529,30.192954],[118.910741,30.200556],[118.922318,30.203906],[118.927337,30.207943],[118.918111,30.210517],[118.917922,30.215893],[118.910411,30.215299],[118.899531,30.2177],[118.899824,30.22095],[118.902969,30.222435],[118.892928,30.229877],[118.88578,30.238652],[118.883234,30.239262],[118.87691,30.247878],[118.877203,30.252244],[118.884963,30.25439],[118.890167,30.260174],[118.887342,30.268083],[118.8782,30.276209],[118.877913,30.280461],[118.872995,30.285376],[118.873295,30.291388],[118.875376,30.295056],[118.877751,30.29594],[118.878936,30.304454],[118.875984,30.311987],[118.875779,30.317564],[118.885371,30.318566],[118.89488,30.323249],[118.900938,30.331055],[118.908862,30.335597],[118.914239,30.336364],[118.921338,30.344328],[118.927832,30.344061],[118.934644,30.34712],[118.934187,30.352887],[118.935431,30.355324],[118.946323,30.359336],[118.948808,30.362046],[118.950822,30.360666],[118.95536,30.348832],[118.958251,30.349349],[118.958559,30.352294],[118.964061,30.354649],[118.970019,30.347975],[118.982344,30.351167],[118.983978,30.348591],[118.982632,30.335175],[118.984373,30.333574],[118.994219,30.330137],[119.003403,30.32905],[119.004669,30.329056],[119.005818,30.332205],[119.00974,30.332485],[119.026401,30.330312],[119.026791,30.320291],[119.030302,30.31423],[119.040046,30.314816],[119.04427,30.313489],[119.046026,30.308992],[119.050267,30.305362],[119.060306,30.306073],[119.066987,30.315133],[119.081647,30.324702],[119.085785,30.325525],[119.093913,30.319975],[119.097526,30.319995],[119.105358,30.313677],[119.118082,30.311021],[119.121986,30.30699],[119.128277,30.305398],[119.137765,30.307588],[119.145171,30.305865],[119.149037,30.30684],[119.151636,30.302051],[119.155061,30.29947],[119.161154,30.301864],[119.164238,30.298074],[119.173564,30.298809],[119.181871,30.294029],[119.198516,30.292707],[119.204294,30.294429],[119.205825,30.297093],[119.201472,30.303799],[119.207136,30.30116],[119.209315,30.295346],[119.211777,30.294541],[119.216338,30.301961],[119.219032,30.3025],[119.221051,30.298856],[119.219058,30.296191],[119.219918,30.293385],[119.222998,30.29063],[119.224904,30.294432],[119.231596,30.295532],[119.23722,30.309157],[119.240462,30.321921],[119.238801,30.336139],[119.244212,30.343966],[119.250876,30.340388],[119.25899,30.339258],[119.267569,30.344956],[119.272401,30.343098],[119.288192,30.354163],[119.2953,30.366349],[119.304009,30.367405],[119.320971,30.37441],[119.329899,30.370365],[119.330613,30.368616],[119.338459,30.366076],[119.339988,30.357766],[119.343387,30.351726],[119.349234,30.35041],[119.351054,30.352901],[119.358046,30.352919],[119.372785,30.357775],[119.377002,30.360303],[119.383022,30.367469],[119.393401,30.367901],[119.397175,30.371862],[119.39876,30.376047],[119.397975,30.381576],[119.38626,30.386321],[119.368421,30.386008],[119.362526,30.387944],[119.362296,30.398949],[119.356575,30.399079],[119.351381,30.409306],[119.351699,30.411864],[119.356391,30.417049],[119.35674,30.420097],[119.352293,30.419702],[119.347329,30.422297],[119.346142,30.425359],[119.347841,30.429097],[119.342549,30.44136],[119.336763,30.446249],[119.32959,30.449098],[119.333242,30.455438],[119.332627,30.463478],[119.329061,30.468592],[119.33179,30.473933],[119.323402,30.486237],[119.325331,30.492234],[119.327745,30.493985],[119.328074,30.502184],[119.332704,30.506621],[119.331574,30.513077],[119.323791,30.523594],[119.323241,30.529766],[119.32551,30.535768],[119.309816,30.534136],[119.295947,30.521716],[119.283968,30.514708],[119.275441,30.512353],[119.266008,30.51211],[119.256176,30.52072],[119.257703,30.526052],[119.256968,30.529428],[119.248746,30.531999],[119.246237,30.531439],[119.245331,30.528033],[119.241416,30.528243],[119.237344,30.534894],[119.235886,30.54264],[119.23247,30.548801],[119.236826,30.551331],[119.24366,30.559092],[119.243589,30.561164],[119.24131,30.563014],[119.243368,30.565869],[119.254667,30.574203],[119.262632,30.576547],[119.256807,30.589168],[119.249143,30.59273],[119.252133,30.594801],[119.251366,30.597454],[119.244207,30.600472],[119.234715,30.60749],[119.235149,30.611899],[119.243085,30.622361],[119.246605,30.622066],[119.251284,30.616018],[119.259046,30.61879],[119.260546,30.617607],[119.27346,30.620815],[119.281115,30.617372],[119.288595,30.619571],[119.288895,30.623024],[119.299051,30.6211],[119.307672,30.623216],[119.310017,30.626826],[119.316793,30.6296],[119.320534,30.635147],[119.320581,30.642441],[119.326758,30.646928],[119.328662,30.650798],[119.328393,30.655446],[119.335098,30.660681],[119.333227,30.666072],[119.339143,30.666534],[119.346792,30.670444],[119.352126,30.669501],[119.357346,30.676466],[119.362205,30.677064],[119.366912,30.683594],[119.376629,30.681998],[119.381961,30.686431],[119.38464,30.691305],[119.389652,30.687138],[119.389474,30.68145],[119.393771,30.674169],[119.39698,30.655101],[119.405669,30.645707],[119.414091,30.644261],[119.425974,30.647085],[119.437292,30.651575],[119.439771,30.654428],[119.439784,30.668414],[119.442595,30.672875],[119.457452,30.681209],[119.459224,30.687205],[119.46386,30.690773],[119.464439,30.697878],[119.46837,30.700587],[119.480333,30.703563],[119.4814,30.71506],[119.484869,30.721264],[119.47514,30.735471],[119.475851,30.740209],[119.482094,30.747217],[119.473855,30.756015],[119.476913,30.762887],[119.477581,30.767931],[119.475148,30.773783],[119.47728,30.777086],[119.487033,30.779937],[119.49704,30.773341],[119.504502,30.772162],[119.509457,30.775966],[119.521969,30.778388],[119.524917,30.784278],[119.524039,30.788797],[119.525678,30.792145],[119.53146,30.799236],[119.535878,30.801972],[119.541429,30.815468],[119.550513,30.828205],[119.557472,30.831563],[119.56773,30.831063],[119.56993,30.829115],[119.573708,30.831355],[119.57431,30.83753],[119.567368,30.844796],[119.570093,30.850191],[119.569464,30.861101],[119.568829,30.862272],[119.556534,30.862365],[119.553759,30.871935],[119.555512,30.872105],[119.555242,30.873967],[119.552514,30.877786],[119.55094,30.884167],[119.553526,30.885458],[119.553829,30.888874],[119.548064,30.902896],[119.551981,30.907783],[119.558422,30.908697],[119.559683,30.913825],[119.558289,30.917005],[119.567373,30.920733],[119.569398,30.922407],[119.567854,30.92334],[119.57182,30.929095],[119.579981,30.932748],[119.580256,30.935611],[119.576033,30.935591],[119.574826,30.941953],[119.577607,30.947003],[119.586954,30.949037],[119.58725,30.953774],[119.577036,30.959469],[119.57437,30.962439],[119.574833,30.965442],[119.582771,30.966383],[119.589795,30.972744],[119.591975,30.977751],[119.590606,30.98081],[119.592468,30.987638],[119.606207,30.994102],[119.613205,31.004861],[119.625767,31.009719],[119.627326,31.011924],[119.625699,31.016827],[119.626101,31.023339],[119.632903,31.030009],[119.627343,31.03026],[119.623768,31.032183],[119.622932,31.040989],[119.628621,31.047047],[119.624534,31.056246],[119.620988,31.056648],[119.628188,31.067159],[119.622991,31.070453],[119.6254,31.075938],[119.622259,31.077876],[119.620716,31.083038],[119.629118,31.093856],[119.631047,31.099857],[119.635128,31.10307],[119.635692,31.105942],[119.642556,31.102176],[119.645188,31.105312],[119.641805,31.108678],[119.629863,31.112872],[119.63701,31.11487],[119.637909,31.116277],[119.636756,31.116684],[119.632162,31.117442],[119.625605,31.113208],[119.620781,31.113741],[119.619771,31.121785],[119.615581,31.122661],[119.614697,31.124763],[119.617184,31.127203],[119.617831,31.130615],[119.622676,31.129506],[119.629106,31.135181],[119.639674,31.136167],[119.640756,31.133439],[119.647713,31.13321],[119.648519,31.136208],[119.646563,31.142088],[119.643268,31.141096],[119.638215,31.1364],[119.633347,31.13641],[119.638977,31.142119],[119.636234,31.146819],[119.636588,31.150318],[119.645665,31.156232],[119.652286,31.155293],[119.658397,31.163766],[119.663093,31.165746],[119.670302,31.164239],[119.675476,31.167066],[119.676845,31.162503],[119.685998,31.160726],[119.698114,31.153465],[119.707838,31.164042],[119.708344,31.169578],[119.710367,31.172478],[119.724816,31.173501],[119.725715,31.171708],[119.736206,31.174792],[119.738139,31.174226],[119.739104,31.170762],[119.744968,31.171042],[119.747571,31.17399],[119.752139,31.174159],[119.752234,31.172605],[119.758945,31.175552],[119.760559,31.182556],[119.765668,31.178457],[119.775321,31.182434],[119.788581,31.170217],[119.788012,31.166773],[119.784344,31.16312],[119.78356,31.156586],[119.787207,31.156461],[119.787947,31.158463],[119.793554,31.160359],[119.798003,31.157771],[119.802736,31.150243],[119.809133,31.151788],[119.816168,31.155781],[119.820284,31.155355],[119.827158,31.163199],[119.826615,31.164276],[119.820806,31.167109],[119.816749,31.163425],[119.81187,31.166515],[119.814199,31.170214],[119.821646,31.171469],[119.825583,31.174234],[119.832195,31.17512],[119.838128,31.170483],[119.845732,31.169049],[119.849589,31.169611],[119.851624,31.173821],[119.856385,31.169882],[119.862991,31.170866],[119.864882,31.164969],[119.87277,31.163659],[119.886517,31.165718],[119.89834,31.171559],[119.908275,31.17082],[119.915411,31.173566],[119.917146,31.163024],[119.932922,31.148486],[119.935792,31.14406],[119.935934,31.131452],[119.942635,31.113038],[119.942117,31.107433],[119.956212,31.090061],[119.965556,31.074454],[119.980697,31.061124],[119.984018,31.04926],[119.989364,31.039191],[119.989631,31.034417],[120.012955,31.019555],[120.048197,31.007235],[120.069132,30.989117],[120.082024,30.98047],[120.104076,30.959436],[120.127399,30.945915],[120.144911,30.939389],[120.219023,30.928847],[120.251237,30.928513],[120.300817,30.93327],[120.342645,30.942971],[120.365515,30.950306],[120.367929,30.946626],[120.36626,30.943797],[120.355356,30.93607],[120.356307,30.92974],[120.358025,30.929266],[120.359855,30.925035],[120.353182,30.922433],[120.354855,30.916297],[120.349304,30.911806],[120.354676,30.901581],[120.3555,30.894913],[120.352877,30.890721],[120.355077,30.886698],[120.360973,30.882268],[120.367842,30.883841],[120.36764,30.887],[120.37282,30.887733],[120.374707,30.892889],[120.389799,30.892707],[120.408218,30.897322],[120.413652,30.901415],[120.419527,30.902789],[120.413482,30.928454],[120.419254,30.929802],[120.422362,30.925589],[120.431505,30.925941],[120.432941,30.915942],[120.429216,30.915098],[120.427959,30.91322],[120.42972,30.905597],[120.433717,30.902148],[120.433036,30.898136],[120.430529,30.895087],[120.432055,30.886156],[120.436275,30.886027],[120.440808,30.876793],[120.447338,30.870153],[120.435241,30.86188],[120.435737,30.860148],[120.438258,30.85499],[120.44303,30.851824],[120.449289,30.852566],[120.45156,30.849254],[120.449764,30.847114],[120.455358,30.83931],[120.456066,30.830123],[120.455415,30.827517],[120.452281,30.826534],[120.453955,30.817764],[120.458367,30.817346],[120.461341,30.808051],[120.472244,30.808508],[120.472959,30.803103],[120.471299,30.794289],[120.472637,30.787984],[120.484678,30.765873],[120.499578,30.760281],[120.51575,30.778195],[120.544071,30.818418],[120.554014,30.829756],[120.554813,30.833284],[120.559467,30.837743],[120.577059,30.848076],[120.584849,30.858364],[120.591697,30.855647],[120.590944,30.853929],[120.604767,30.850791],[120.614018,30.852792],[120.622191,30.858514],[120.632157,30.856338],[120.637357,30.857797],[120.639773,30.856641],[120.640127,30.853652],[120.65117,30.849419],[120.65079,30.857809],[120.653753,30.858884],[120.654764,30.867816],[120.657728,30.866532],[120.659024,30.863595],[120.663115,30.864555],[120.666193,30.869884],[120.668051,30.878892],[120.675059,30.880108],[120.677131,30.885372],[120.680363,30.887022],[120.686704,30.872818],[120.694808,30.871117],[120.698137,30.879012],[120.694451,30.884276],[120.708802,30.88784],[120.705527,30.909069],[120.707444,30.913496],[120.708246,30.922566],[120.706027,30.933396],[120.701727,30.942494],[120.69256,30.95251],[120.678668,30.958229],[120.685011,30.967384],[120.688193,30.967763],[120.692395,30.971885],[120.693584,30.972272],[120.698261,30.96695],[120.704463,30.969621],[120.703502,30.973953],[120.724496,30.97347],[120.734092,30.969322],[120.735764,30.965801],[120.741493,30.96525],[120.74355,30.970678],[120.753341,30.977488],[120.757628,30.978994],[120.761017,30.977971],[120.765995,30.980471],[120.762418,30.992929],[120.7649,30.998849],[120.768154,30.999697],[120.769262,30.996871],[120.772659,30.999262],[120.768974,31.003633],[120.817361,31.00831],[120.834952,31.002294],[120.83776,30.994267],[120.843161,30.991977],[120.848554,30.994804],[120.861441,30.99263],[120.863539,30.995534],[120.874864,31.001038],[120.885822,31.003742],[120.889427,31.007078],[120.887777,31.01318],[120.89309,31.019835],[120.906946,31.019307],[120.908701,31.0129],[120.914307,31.014768],[120.927708,31.013856],[120.935451,31.011472],[120.936316,31.012572],[120.93178,31.019519],[120.945785,31.019961],[120.946886,31.026432],[120.944411,31.027271],[120.944083,31.031422],[120.950233,31.032308],[120.953948,31.031041],[120.955944,31.023461],[120.95937,31.018568],[120.978815,31.018043],[120.985069,31.014874],[120.988125,31.010078],[120.988153,31.001305],[120.998213,30.980783],[120.99682,30.976156],[120.989082,30.974213],[120.987505,30.970559],[120.990424,30.960647],[120.988095,30.960592],[120.98862,30.957248],[120.992984,30.952804],[120.992972,30.946421],[120.99144,30.946185],[120.996832,30.939829],[120.995097,30.911883],[121.000669,30.910864],[120.998674,30.907403],[120.994705,30.908174],[120.989045,30.904918],[120.986177,30.897976],[120.988798,30.892212],[121.003197,30.890537],[121.005737,30.889101],[121.002769,30.885736],[121.006667,30.8844],[121.013556,30.884955],[121.017483,30.877241],[121.015924,30.874608],[121.011923,30.872925],[121.011293,30.86262],[121.007336,30.854707],[121.005561,30.855147],[120.999311,30.848237],[120.993605,30.846906],[120.990888,30.84021],[120.988719,30.840917],[120.984801,30.835798],[120.98574,30.825746],[120.989915,30.823551],[120.994123,30.82882],[121.000756,30.83051],[121.007131,30.837535],[121.010162,30.838252],[121.025174,30.831277],[121.031514,30.822388],[121.032993,30.817178],[121.034984,30.816743],[121.040516,30.8181],[121.039034,30.822384],[121.034372,30.821161],[121.033365,30.822966],[121.035997,30.829094],[121.044229,30.829445],[121.04306,30.833168],[121.056796,30.840677],[121.056292,30.847264],[121.061392,30.850382],[121.076163,30.850844],[121.092716,30.858949],[121.097118,30.852188],[121.109739,30.854288],[121.115849,30.851659],[121.117784,30.848024],[121.115454,30.844742],[121.115289,30.838419],[121.127363,30.837996],[121.132913,30.832592],[121.133033,30.827087],[121.125601,30.817759],[121.1229,30.807157],[121.121624,30.795936],[121.122484,30.780897],[121.136468,30.779303],[121.139145,30.781745],[121.147729,30.781153],[121.155759,30.7789],[121.1563,30.77732],[121.164683,30.778199],[121.169861,30.775322],[121.178934,30.777254],[121.181354,30.778741],[121.181925,30.78136],[121.185743,30.782576],[121.192449,30.775674],[121.196416,30.776047],[121.194758,30.782902],[121.195455,30.78562],[121.197987,30.787084],[121.214396,30.788247],[121.217885,30.778789],[121.22027,30.779334],[121.223755,30.774414],[121.22761,30.758213],[121.252164,30.74604],[121.260455,30.737365],[121.264026,30.73707],[121.265269,30.734504],[121.267339,30.725952],[121.260858,30.712074],[121.265679,30.704265],[121.26789,30.691701],[121.256972,30.685356],[121.227328,30.367158],[121.265754,30.36925],[121.270963,30.4044],[121.302786,30.396462],[121.333681,30.383099],[121.373884,30.3583],[121.362254,30.342115],[121.367386,30.348404],[121.377779,30.343188],[121.372258,30.336365],[121.39921,30.320874],[121.438756,30.294959],[121.464365,30.274983],[121.481843,30.248591],[121.518028,30.219526],[121.549386,30.170619],[121.598438,30.09897],[121.612379,30.105254],[121.627836,30.083439],[121.617986,30.071315],[121.627723,30.05715],[121.64781,30.071302],[121.677987,30.016039],[121.667591,30.008713],[121.675087,30.001275],[121.691448,29.991949],[121.71866,29.980317],[121.730667,29.977575],[121.732796,29.979266],[121.746476,29.980865],[121.754655,29.977739],[121.755453,29.974122],[121.770884,29.973063],[121.810061,29.955624],[121.812804,29.950508],[121.810898,29.947007],[121.812758,29.945511],[121.818775,29.948636],[121.828256,29.943632],[121.83454,29.943038],[121.847684,29.937423],[121.876227,29.928953],[121.911881,29.923185],[121.932882,29.898283],[121.93348,29.896378],[121.929228,29.891095],[121.957753,29.887782],[121.964111,29.889119],[121.993841,29.889444],[121.99965,29.891567],[122.007665,29.891913],[122.009645,29.878805],[122.012742,29.876912],[122.017756,29.879438],[122.021457,29.883928],[122.024914,29.893822],[122.044102,29.888546],[122.058307,29.88748],[122.084558,29.892993],[122.098959,29.902136],[122.10635,29.902073],[122.111843,29.90707],[122.126196,29.904885],[122.133433,29.901813],[122.138309,29.889533],[122.138158,29.881158],[122.13277,29.877954],[122.12174,29.873187],[122.114002,29.873215],[122.103956,29.870058],[122.102055,29.864812],[122.070099,29.852187],[122.04707,29.837449],[122.020299,29.828035],[122.015572,29.827941],[122.002932,29.822438],[122.003738,29.819105],[122.023864,29.823755],[122.030551,29.817725],[122.030893,29.809185],[122.02031,29.797266],[122.02516,29.793146],[121.993268,29.765023],[121.92749,29.751331],[121.911283,29.749283],[121.909585,29.749885],[121.908425,29.753411],[121.900681,29.749471],[121.894114,29.741052],[121.889147,29.74151],[121.89155,29.731336],[121.886268,29.717036],[121.86495,29.697663],[121.850406,29.689418],[121.846627,29.688349],[121.845182,29.689431],[121.835037,29.686089],[121.824495,29.679742],[121.800457,29.669459],[121.775557,29.652086],[121.770826,29.640381],[121.758051,29.629687],[121.743386,29.607844],[121.725948,29.592876],[121.71551,29.588654],[121.707003,29.572404],[121.708301,29.570815],[121.706843,29.566835],[121.70111,29.561097],[121.690808,29.56196],[121.690679,29.565442],[121.687668,29.565588],[121.672713,29.55563],[121.653642,29.549601],[121.646411,29.550679],[121.642455,29.549225],[121.642655,29.547355],[121.641043,29.546423],[121.636327,29.546792],[121.633894,29.548945],[121.625684,29.546703],[121.618483,29.549942],[121.612071,29.543971],[121.604038,29.541],[121.5914,29.540562],[121.580425,29.548267],[121.568698,29.548018],[121.564126,29.546325],[121.560968,29.542303],[121.56348,29.538294],[121.562368,29.53537],[121.556668,29.535169],[121.552568,29.529438],[121.547601,29.529031],[121.549231,29.5263],[121.543084,29.523106],[121.540704,29.524234],[121.536802,29.519585],[121.538958,29.517372],[121.525762,29.507795],[121.515154,29.507109],[121.522115,29.515934],[121.517617,29.528466],[121.47291,29.519357],[121.467564,29.51653],[121.456636,29.514218],[121.450324,29.50578],[121.451313,29.503008],[121.457852,29.502131],[121.461349,29.498815],[121.458895,29.491852],[121.455509,29.491147],[121.44288,29.476553],[121.433144,29.474612],[121.427191,29.466625],[121.427427,29.460796],[121.429322,29.457757],[121.43384,29.455848],[121.44033,29.457322],[121.439944,29.450796],[121.445927,29.439695],[121.444435,29.434839],[121.438184,29.426727],[121.44023,29.418036],[121.438902,29.415294],[121.434525,29.413734],[121.434712,29.41109],[121.436226,29.410956],[121.452631,29.414485],[121.468477,29.421656],[121.466267,29.428091],[121.466411,29.43371],[121.470791,29.449084],[121.473845,29.451214],[121.476376,29.461666],[121.475447,29.46638],[121.487561,29.476287],[121.495106,29.477504],[121.497731,29.479374],[121.502158,29.487363],[121.502959,29.491925],[121.509811,29.491464],[121.522915,29.479034],[121.521678,29.472913],[121.528956,29.468781],[121.533084,29.461945],[121.524375,29.459133],[121.520896,29.454433],[121.52423,29.45198],[121.522325,29.444353],[121.517468,29.444555],[121.519634,29.446015],[121.517693,29.448856],[121.514235,29.448173],[121.512787,29.445782],[121.514683,29.439387],[121.512026,29.429815],[121.514557,29.422784],[121.513608,29.419936],[121.507039,29.418944],[121.499645,29.420876],[121.487604,29.411255],[121.486202,29.397399],[121.486825,29.389449],[121.488193,29.389083],[121.48905,29.392914],[121.494797,29.397207],[121.513791,29.40147],[121.51813,29.40947],[121.524096,29.412394],[121.528761,29.417598],[121.538762,29.435535],[121.546322,29.439638],[121.543136,29.443331],[121.542988,29.453399],[121.555196,29.457687],[121.562183,29.465124],[121.562417,29.469438],[121.565328,29.474436],[121.642785,29.496898],[121.656283,29.504688],[121.669694,29.514331],[121.671919,29.518336],[121.68319,29.52373],[121.689693,29.529815],[121.70257,29.531282],[121.722649,29.54078],[121.729758,29.540768],[121.734424,29.538062],[121.738258,29.532308],[121.751222,29.528051],[121.761403,29.530121],[121.76332,29.536825],[121.780397,29.536537],[121.767864,29.518723],[121.765136,29.517957],[121.761668,29.510972],[121.759477,29.492846],[121.763422,29.478925],[121.769241,29.471235],[121.774826,29.468735],[121.78448,29.471557],[121.789192,29.476558],[121.795813,29.477495],[121.801882,29.475691],[121.808924,29.485946],[121.816977,29.490694],[121.818713,29.495908],[121.817106,29.504311],[121.818899,29.511197],[121.823123,29.515987],[121.830651,29.533995],[121.83774,29.530488],[121.840709,29.531368],[121.843671,29.536009],[121.842801,29.537125],[121.829551,29.543457],[121.826342,29.547173],[121.817744,29.548119],[121.798283,29.548916],[121.792481,29.546822],[121.779415,29.546149],[121.779567,29.548276],[121.772486,29.549751],[121.768641,29.545729],[121.756453,29.546657],[121.748003,29.542683],[121.743382,29.54595],[121.743479,29.557357],[121.754863,29.561235],[121.761231,29.56839],[121.766417,29.56961],[121.7756,29.575125],[121.780797,29.586125],[121.789761,29.592956],[121.789822,29.599484],[121.796161,29.604841],[121.80483,29.604961],[121.817601,29.607728],[121.821523,29.61319],[121.860051,29.619062],[121.862049,29.619706],[121.861175,29.621714],[121.865034,29.623896],[121.867494,29.623845],[121.878934,29.616294],[121.883334,29.620844],[121.890863,29.62464],[121.892952,29.622405],[121.902419,29.625156],[121.911281,29.632251],[121.912423,29.635031],[121.910938,29.642454],[121.921085,29.643084],[121.929476,29.638817],[121.931842,29.635953],[121.939787,29.634717],[121.941739,29.637096],[121.956102,29.632918],[121.951424,29.622341],[121.95158,29.618703],[121.953925,29.620087],[121.968717,29.619049],[121.974661,29.614511],[121.973033,29.610135],[121.975248,29.597437],[121.977279,29.596263],[121.983729,29.599082],[121.988489,29.599202],[121.990717,29.595207],[121.991068,29.584319],[121.984526,29.582548],[121.976549,29.577276],[121.979526,29.575709],[121.978673,29.569193],[121.980075,29.568519],[121.982352,29.559635],[121.981841,29.553936],[121.991652,29.551161],[121.989022,29.54788],[121.97954,29.545022],[121.954452,29.509403],[121.956159,29.477526],[121.961755,29.47237],[121.972886,29.468395],[121.982165,29.458903],[121.984441,29.455072],[121.985057,29.447557],[121.982628,29.447075],[121.976978,29.451692],[121.971159,29.446758],[121.97603,29.439872],[121.967625,29.440235],[121.965694,29.436973],[121.962322,29.43615],[121.962748,29.431744],[121.970228,29.431087],[121.960603,29.428146],[121.965978,29.420022],[121.964068,29.420103],[121.939087,29.401153],[121.937981,29.39704],[121.931583,29.389058],[121.925509,29.386076],[121.925757,29.374146],[121.928722,29.37072],[121.928222,29.367415],[121.92661,29.364068],[121.920922,29.36344],[121.918575,29.36039],[121.934262,29.342307],[121.93822,29.338947],[121.944752,29.338389],[121.945258,29.336961],[121.935753,29.324516],[121.928474,29.323237],[121.921005,29.314868],[121.921286,29.313088],[121.928773,29.307389],[121.928493,29.296166],[121.923942,29.287496],[121.924939,29.285862],[121.953212,29.283881],[121.968428,29.2751],[121.97533,29.277016],[121.979327,29.280824],[121.979826,29.285807],[121.986818,29.284703],[121.990808,29.279491],[121.98955,29.27462],[121.981647,29.269243],[121.968375,29.265153],[121.964523,29.261591],[121.963358,29.255575],[121.958688,29.252452],[121.958914,29.239774],[121.966062,29.237498],[121.97314,29.222503],[121.961482,29.214306],[121.957845,29.225473],[121.955393,29.227208],[121.949923,29.227672],[121.946908,29.223135],[121.940934,29.201087],[121.936474,29.196662],[121.911411,29.190908],[121.900203,29.186755],[121.879762,29.173619],[121.879597,29.171122],[121.875589,29.168299],[121.867168,29.170707],[121.860572,29.170621],[121.847404,29.1612],[121.818446,29.157481],[121.806586,29.159411],[121.800664,29.165143],[121.795874,29.167442],[121.789441,29.167863],[121.782525,29.17648],[121.782653,29.181139],[121.784607,29.197037],[121.787546,29.203384],[121.793654,29.228735],[121.792708,29.236765],[121.798221,29.248208],[121.794072,29.269324],[121.802025,29.285037],[121.805971,29.287095],[121.805714,29.296258],[121.803403,29.300189],[121.804469,29.304797],[121.810218,29.312145],[121.812928,29.313151],[121.81878,29.310787],[121.824499,29.315536],[121.822668,29.32172],[121.829335,29.323874],[121.835552,29.322332],[121.838867,29.323411],[121.839984,29.329015],[121.824856,29.332357],[121.812479,29.338844],[121.806789,29.337361],[121.801478,29.331963],[121.801652,29.325289],[121.805124,29.321352],[121.792489,29.320029],[121.789136,29.330675],[121.793408,29.3336],[121.798076,29.333337],[121.793931,29.340902],[121.795168,29.343167],[121.799975,29.342256],[121.802053,29.343536],[121.802414,29.346175],[121.799414,29.34909],[121.800113,29.352447],[121.803785,29.354371],[121.802179,29.360486],[121.792778,29.360628],[121.790116,29.364298],[121.805587,29.371208],[121.807662,29.375007],[121.807388,29.379143],[121.797511,29.375977],[121.790161,29.370549],[121.781675,29.370788],[121.780381,29.365045],[121.777946,29.363493],[121.773274,29.363666],[121.76782,29.357607],[121.770635,29.353986],[121.782269,29.352039],[121.78809,29.346351],[121.784824,29.337642],[121.779569,29.338817],[121.777342,29.327349],[121.782726,29.324932],[121.78459,29.320555],[121.781672,29.313356],[121.7798,29.298356],[121.783488,29.26703],[121.77528,29.240538],[121.76052,29.205773],[121.7565,29.1612],[121.747549,29.15031],[121.705104,29.131924],[121.685007,29.140504],[121.679049,29.147545],[121.670811,29.153076],[121.663461,29.164629],[121.625389,29.190106],[121.62641,29.191041],[121.613223,29.218219],[121.601948,29.237915],[121.600446,29.243133],[121.601811,29.255736],[121.599581,29.268733],[121.590149,29.266114],[121.588634,29.263064],[121.580462,29.258916],[121.578046,29.261429],[121.56447,29.26398],[121.555374,29.271443],[121.540524,29.277905],[121.529966,29.275843],[121.527606,29.269627],[121.517216,29.270286],[121.525512,29.26749],[121.529498,29.26859],[121.530393,29.272911],[121.532615,29.274744],[121.539291,29.27455],[121.549918,29.266443],[121.55096,29.262577],[121.57462,29.247492],[121.57837,29.243302],[121.575194,29.236485],[121.579947,29.233707],[121.581983,29.229859],[121.576225,29.221298],[121.569503,29.224337],[121.566151,29.227709],[121.548989,29.224076],[121.548988,29.22273],[121.533996,29.22258],[121.53243,29.220877],[121.532592,29.211994],[121.530436,29.205871],[121.522433,29.201616],[121.524949,29.188249],[121.529921,29.188719],[121.533869,29.187001],[121.535304,29.180701],[121.551278,29.168283],[121.557127,29.172695],[121.572025,29.171119],[121.570265,29.158008],[121.582383,29.15577],[121.585523,29.157446],[121.593501,29.15781],[121.59646,29.154846],[121.598661,29.148958],[121.597255,29.14162],[121.567369,29.136049],[121.548594,29.140066],[121.542976,29.144067],[121.509366,29.149114],[121.500465,29.152656],[121.49569,29.156799],[121.493131,29.165645],[121.494469,29.169539],[121.493504,29.17028],[121.490594,29.16642],[121.484888,29.16796],[121.479019,29.164093],[121.476753,29.157729],[121.474102,29.156201],[121.470043,29.157513],[121.463496,29.155401],[121.459984,29.161704],[121.452539,29.167891],[121.4405,29.168103],[121.437,29.162358],[121.437439,29.159602],[121.448574,29.157959],[121.457842,29.15285],[121.461485,29.139946],[121.466151,29.139777],[121.469943,29.143604],[121.487585,29.139276],[121.498454,29.13839],[121.498949,29.125574],[121.507985,29.12148],[121.532036,29.125348],[121.546878,29.120533],[121.547144,29.11786],[121.551751,29.114155],[121.568288,29.117699],[121.57677,29.117739],[121.595116,29.112561],[121.606343,29.106379],[121.613975,29.104498],[121.623325,29.105978],[121.642655,29.103942],[121.648328,29.104943],[121.649721,29.103114],[121.643924,29.0979],[121.633657,29.09357],[121.628506,29.078724],[121.63148,29.072065],[121.629492,29.061029],[121.638213,29.056034],[121.630084,29.042072],[121.612528,29.042453],[121.609882,29.044801],[121.589706,29.041556],[121.587482,29.042104],[121.585216,29.046251],[121.576035,29.05527],[121.559108,29.055222],[121.544219,29.0531],[121.541728,29.050893],[121.539353,29.044077],[121.542324,29.038135],[121.544274,29.037982],[121.54464,29.033088],[121.53746,29.023065],[121.532201,29.020515],[121.529115,29.013726],[121.529584,29.002123],[121.532374,29.00068],[121.554666,29.010491],[121.559626,29.014212],[121.547281,29.023962],[121.549508,29.03008],[121.548562,29.042181],[121.550736,29.046087],[121.556552,29.049713],[121.568777,29.050234],[121.57521,29.048184],[121.583981,29.039122],[121.594922,29.035315],[121.602282,29.036522],[121.607468,29.039689],[121.622221,29.036999],[121.631135,29.038189],[121.637166,29.041414],[121.648197,29.051895],[121.662141,29.053678],[121.664869,29.045786],[121.667963,29.045875],[121.675508,29.042249],[121.6768,29.034167],[121.679038,29.034709],[121.684274,29.029697],[121.683888,29.027806],[121.67906,29.026271],[121.679238,29.020821],[121.688056,29.019592],[121.691678,29.021806],[121.695134,29.021784],[121.700473,29.017253],[121.700824,29.015308],[121.695495,29.013994],[121.685347,29.01733],[121.677615,29.015354],[121.676675,29.011604],[121.679708,29.006352],[121.682505,28.990225],[121.670395,28.985002],[121.664627,28.979908],[121.665977,28.976652],[121.686788,28.962886],[121.689689,28.964946],[121.691669,28.971344],[121.693576,28.971669],[121.697382,28.96176],[121.701685,28.958143],[121.704267,28.95787],[121.707529,28.960882],[121.711535,28.960157],[121.711907,28.958251],[121.709937,28.956016],[121.703552,28.951754],[121.704318,28.945133],[121.724835,28.945771],[121.727892,28.944426],[121.727787,28.9427],[121.708309,28.930972],[121.699093,28.920325],[121.700158,28.91521],[121.694625,28.913283],[121.693616,28.917398],[121.691144,28.918213],[121.692274,28.914186],[121.683973,28.911477],[121.68057,28.91788],[121.682301,28.910439],[121.660312,28.900902],[121.651788,28.898703],[121.60039,28.921355],[121.569108,28.928977],[121.560399,28.934164],[121.55012,28.944729],[121.54626,28.953813],[121.548258,28.954226],[121.547431,28.955143],[121.534469,28.953973],[121.513845,28.941641],[121.516066,28.938047],[121.518728,28.937302],[121.524003,28.938916],[121.533118,28.933127],[121.539864,28.932852],[121.560878,28.925305],[121.549574,28.925054],[121.549745,28.904351],[121.563321,28.903502],[121.568391,28.908148],[121.584888,28.910382],[121.593625,28.899413],[121.601895,28.89789],[121.607144,28.901519],[121.618697,28.900738],[121.639441,28.890039],[121.644153,28.885565],[121.643799,28.876033],[121.647211,28.86554],[121.646209,28.86277],[121.64303,28.862054],[121.643215,28.860487],[121.676576,28.862735],[121.66764,28.844195],[121.662052,28.839175],[121.665407,28.833216],[121.673641,28.833271],[121.678634,28.834955],[121.681354,28.832778],[121.681563,28.830667],[121.677477,28.827952],[121.676767,28.825805],[121.682478,28.823724],[121.683874,28.82162],[121.68749,28.80563],[121.678555,28.803646],[121.681431,28.801259],[121.676668,28.797038],[121.680157,28.792222],[121.680504,28.787692],[121.677752,28.786589],[121.665493,28.730134],[121.663378,28.724355],[121.659492,28.720133],[121.659589,28.717544],[121.651799,28.716776],[121.649166,28.711431],[121.647765,28.711279],[121.645011,28.71501],[121.642408,28.715212],[121.641225,28.714237],[121.642466,28.710857],[121.635199,28.704924],[121.619583,28.705696],[121.618155,28.703952],[121.567893,28.691916],[121.492258,28.696031],[121.48167,28.674703],[121.501211,28.668385],[121.51007,28.663221],[121.542827,28.65242],[121.55771,28.632869],[121.572668,28.601947],[121.590849,28.572672],[121.60034,28.553771],[121.598589,28.550893],[121.598648,28.53709],[121.601396,28.533822],[121.60374,28.540835],[121.610884,28.540879],[121.620957,28.53375],[121.618861,28.522636],[121.624506,28.522639],[121.630504,28.518808],[121.616078,28.512478],[121.61576,28.509644],[121.618872,28.507624],[121.619169,28.504819],[121.610543,28.500086],[121.610844,28.49318],[121.608186,28.492732],[121.604963,28.495003],[121.595398,28.491493],[121.583516,28.493711],[121.580952,28.495698],[121.578871,28.493943],[121.584776,28.484639],[121.605898,28.48214],[121.61144,28.491326],[121.621929,28.494763],[121.636659,28.486916],[121.631189,28.482722],[121.636509,28.476431],[121.636319,28.474527],[121.634777,28.473347],[121.630534,28.474985],[121.631848,28.474128],[121.629716,28.473177],[121.63734,28.47054],[121.637896,28.467529],[121.640184,28.470216],[121.643124,28.469863],[121.644184,28.471323],[121.649533,28.46982],[121.647993,28.466637],[121.651618,28.466593],[121.654835,28.464194],[121.652941,28.461929],[121.649306,28.462035],[121.651519,28.460307],[121.649663,28.459337],[121.632578,28.462254],[121.63226,28.463848],[121.629819,28.46352],[121.627049,28.466118],[121.621681,28.465718],[121.610396,28.471742],[121.608649,28.470375]]]]}},{type:"Feature",properties:{name:"安徽省",province_adcode:34e4,province_type:"省",name_en:"Anhui",name_var:"ān Huī",adcode:34e4},geometry:{type:"Polygon",coordinates:[[[116.424854,34.65234],[116.43225,34.642575],[116.431015,34.631074],[116.432857,34.625163],[116.438317,34.622976],[116.451366,34.623011],[116.457266,34.611815],[116.475755,34.611531],[116.477776,34.60756],[116.476526,34.594023],[116.481743,34.590897],[116.495406,34.590329],[116.493575,34.584637],[116.488055,34.584522],[116.487039,34.570219],[116.489127,34.566652],[116.505492,34.55688],[116.512253,34.557546],[116.520159,34.554369],[116.519992,34.551416],[116.516634,34.551179],[116.51451,34.547592],[116.515182,34.542528],[116.524081,34.540986],[116.542054,34.543191],[116.550103,34.538103],[116.554005,34.532914],[116.575454,34.524138],[116.57672,34.517093],[116.582988,34.511571],[116.589031,34.514079],[116.594147,34.5136],[116.595366,34.505708],[116.5895,34.496376],[116.582529,34.495262],[116.570829,34.499706],[116.564171,34.497564],[116.563462,34.492739],[116.567699,34.486617],[116.572664,34.48528],[116.579701,34.486983],[116.616334,34.487684],[116.624662,34.486003],[116.623724,34.485073],[116.625682,34.483063],[116.633489,34.482355],[116.657895,34.473953],[116.710219,34.474902],[116.727675,34.468221],[116.734462,34.467519],[116.741271,34.469012],[116.751534,34.465332],[116.771462,34.451533],[116.777206,34.43996],[116.777168,34.431556],[116.784455,34.428189],[116.78791,34.421353],[116.804532,34.409729],[116.811255,34.406956],[116.828384,34.385898],[116.838273,34.395337],[116.848087,34.398461],[116.85718,34.397537],[116.86643,34.393103],[116.867421,34.407105],[116.872237,34.411247],[116.876976,34.411916],[116.877328,34.408288],[116.883705,34.405971],[116.89463,34.404601],[116.911425,34.405173],[116.925751,34.40217],[116.950519,34.393455],[116.952807,34.394838],[116.96544,34.392726],[116.965541,34.388134],[116.96317,34.387791],[116.953887,34.365611],[116.974239,34.360069],[116.977638,34.355044],[116.976293,34.34336],[116.967081,34.331995],[116.963888,34.324445],[116.963946,34.320077],[116.969621,34.320253],[116.971491,34.318891],[116.971982,34.30473],[116.96621,34.30192],[116.969628,34.288778],[116.97726,34.278489],[116.984096,34.272714],[116.993148,34.268587],[116.996133,34.261136],[116.993851,34.260023],[116.998574,34.256238],[117.012588,34.261184],[117.0145,34.260019],[117.016202,34.255976],[117.013897,34.243892],[117.023808,34.242244],[117.034227,34.249163],[117.038643,34.249821],[117.043926,34.244752],[117.044438,34.238388],[117.036337,34.233719],[117.039618,34.225603],[117.042479,34.204909],[117.023372,34.18572],[117.021693,34.182762],[117.019967,34.168506],[117.028004,34.166806],[117.050807,34.156021],[117.062705,34.152536],[117.064397,34.144374],[117.089127,34.144542],[117.092763,34.140115],[117.092752,34.137772],[117.099013,34.131247],[117.115346,34.129797],[117.123807,34.127081],[117.131606,34.115578],[117.13082,34.1114],[117.118354,34.111835],[117.115907,34.110591],[117.113837,34.104983],[117.133944,34.100246],[117.14289,34.099418],[117.145318,34.101933],[117.152548,34.100995],[117.143598,34.079875],[117.159126,34.078445],[117.173847,34.074022],[117.173576,34.071675],[117.174942,34.071445],[117.202308,34.070151],[117.209742,34.072761],[117.21971,34.066149],[117.227618,34.065626],[117.266249,34.076975],[117.286387,34.077483],[117.2843,34.07],[117.300748,34.064531],[117.307886,34.065742],[117.310616,34.071082],[117.310904,34.078531],[117.313858,34.085123],[117.352483,34.088669],[117.352441,34.08522],[117.362111,34.080583],[117.366894,34.080016],[117.371912,34.075723],[117.371423,34.068509],[117.365235,34.061482],[117.370699,34.057176],[117.383502,34.058778],[117.389405,34.05359],[117.394703,34.045571],[117.393568,34.029268],[117.407141,34.025421],[117.408558,34.02244],[117.425619,34.02349],[117.42909,34.025027],[117.429369,34.027723],[117.4507,34.026818],[117.449202,34.035565],[117.467784,34.043513],[117.474555,34.048911],[117.491251,34.047375],[117.493869,34.048473],[117.503818,34.062321],[117.508375,34.062286],[117.512773,34.05973],[117.521679,34.057851],[117.540599,34.046119],[117.535661,34.022653],[117.537564,34.009077],[117.551716,34.005081],[117.560698,33.997257],[117.560461,33.992982],[117.558185,33.989767],[117.558758,33.979729],[117.570294,33.980425],[117.583414,33.986467],[117.584186,33.997415],[117.593617,33.997237],[117.60715,33.999671],[117.609401,34.002025],[117.609214,34.00503],[117.606819,34.00688],[117.607404,34.011166],[117.608388,34.014075],[117.612578,34.016406],[117.613043,34.01846],[117.605164,34.026804],[117.6011,34.026863],[117.601172,34.035199],[117.61765,34.034347],[117.621127,34.025763],[117.639134,34.011405],[117.657473,34.002885],[117.664711,33.996114],[117.665748,33.987896],[117.662447,33.986693],[117.65455,33.972995],[117.659283,33.959386],[117.670041,33.948407],[117.668389,33.944256],[117.665125,33.941591],[117.665271,33.93391],[117.668741,33.929791],[117.678655,33.927825],[117.685817,33.922245],[117.695326,33.902558],[117.696034,33.895572],[117.704431,33.883214],[117.712692,33.881078],[117.717781,33.882387],[117.717525,33.888793],[117.731346,33.894011],[117.747043,33.890714],[117.752973,33.887444],[117.754842,33.875542],[117.74908,33.852404],[117.749902,33.842331],[117.745185,33.831879],[117.740135,33.827605],[117.740499,33.82161],[117.746753,33.814064],[117.745761,33.796852],[117.734529,33.776791],[117.738357,33.764989],[117.728603,33.747927],[117.718081,33.747403],[117.717312,33.74204],[117.719809,33.738811],[117.726915,33.735809],[117.732636,33.72686],[117.754054,33.718181],[117.757456,33.719118],[117.76227,33.723578],[117.772519,33.724005],[117.782541,33.729599],[117.786126,33.734794],[117.800148,33.737668],[117.811076,33.736072],[117.821349,33.738843],[117.830678,33.735631],[117.838928,33.737631],[117.849447,33.73643],[117.874635,33.729427],[117.884205,33.729244],[117.896345,33.724146],[117.891814,33.733299],[117.892398,33.735106],[117.895113,33.737289],[117.910326,33.739951],[117.913174,33.735467],[117.926631,33.727531],[117.947362,33.73131],[117.948536,33.747928],[117.951794,33.758809],[117.955064,33.761985],[117.962528,33.76021],[117.966392,33.755216],[117.967097,33.751416],[117.972318,33.749341],[117.998378,33.746448],[118.003578,33.747403],[118.004489,33.750454],[118.00811,33.750214],[118.013243,33.747354],[118.014472,33.740103],[118.016758,33.739886],[118.022697,33.741608],[118.024055,33.744544],[118.02288,33.747826],[118.024585,33.749455],[118.041498,33.752808],[118.059209,33.762433],[118.059977,33.767041],[118.098374,33.766361],[118.105553,33.771645],[118.110562,33.770371],[118.124648,33.754925],[118.136003,33.748906],[118.143438,33.747761],[118.157979,33.752267],[118.180417,33.746127],[118.180783,33.743022],[118.175003,33.733127],[118.169273,33.731546],[118.160333,33.733957],[118.156677,33.732081],[118.151021,33.723417],[118.16002,33.709145],[118.158401,33.693843],[118.15999,33.675179],[118.162975,33.665256],[118.115199,33.62361],[118.106405,33.618201],[118.109649,33.609863],[118.112159,33.595489],[118.104371,33.538981],[118.103563,33.516391],[118.101157,33.505239],[118.10231,33.480818],[118.101333,33.476823],[118.055583,33.492281],[118.044235,33.493425],[118.038742,33.472701],[118.033353,33.470548],[118.025468,33.461218],[118.019014,33.446614],[118.018086,33.427581],[118.011184,33.404914],[118.023191,33.39235],[118.018704,33.371711],[118.008516,33.356985],[117.990657,33.348712],[117.979719,33.3508],[117.96455,33.351182],[117.964292,33.342515],[117.969501,33.337023],[117.986059,33.335324],[117.982002,33.320788],[117.978793,33.315712],[117.978388,33.297962],[117.974215,33.29533],[117.969574,33.289188],[117.966707,33.280867],[117.946368,33.271888],[117.939313,33.266002],[117.938807,33.262691],[117.942157,33.257902],[117.943295,33.252074],[117.94182,33.244913],[117.935696,33.23579],[117.935253,33.231984],[117.939295,33.226292],[117.950503,33.223831],[117.956155,33.224234],[117.966777,33.230003],[117.973947,33.228668],[117.982056,33.21998],[117.979952,33.207834],[117.977099,33.204457],[117.973876,33.203687],[117.985448,33.180149],[117.995318,33.180888],[118.001006,33.179206],[117.999938,33.173629],[118.000966,33.171368],[118.00774,33.168366],[118.019644,33.158295],[118.030537,33.154937],[118.032275,33.137139],[118.039533,33.139984],[118.036788,33.153454],[118.056682,33.14893],[118.059201,33.141351],[118.065009,33.141747],[118.084004,33.152441],[118.145373,33.170725],[118.15247,33.176374],[118.154505,33.180671],[118.150944,33.195424],[118.152169,33.200259],[118.158622,33.210472],[118.165696,33.216448],[118.172659,33.218105],[118.189573,33.213177],[118.196097,33.209327],[118.207267,33.199153],[118.213849,33.18828],[118.217599,33.177153],[118.2171,33.165134],[118.214277,33.162065],[118.217535,33.159053],[118.21807,33.155035],[118.215463,33.116051],[118.198133,33.113556],[118.197705,33.111918],[118.204211,33.106227],[118.216301,33.107784],[118.219058,33.100399],[118.21931,33.089459],[118.203246,33.092462],[118.200322,33.09245],[118.200289,33.091097],[118.204857,33.088688],[118.219665,33.086101],[118.222811,33.073852],[118.209505,33.072387],[118.205882,33.06323],[118.220354,33.061487],[118.226807,33.064603],[118.231339,33.055471],[118.2375,33.035997],[118.239314,32.997016],[118.251072,32.979689],[118.256036,32.975597],[118.263759,32.972354],[118.294056,32.971389],[118.304286,32.967226],[118.304773,32.964898],[118.304248,32.961324],[118.286976,32.949504],[118.23661,32.938625],[118.222939,32.926701],[118.23529,32.883008],[118.239669,32.879998],[118.238937,32.855244],[118.247264,32.846719],[118.252972,32.850507],[118.251325,32.8535],[118.259681,32.857675],[118.28094,32.859029],[118.280435,32.854107],[118.284408,32.848636],[118.293733,32.844245],[118.300197,32.818168],[118.299472,32.80724],[118.293494,32.802925],[118.291625,32.79951],[118.296082,32.7848],[118.304137,32.781097],[118.313994,32.781638],[118.319594,32.776748],[118.319946,32.772835],[118.317374,32.764144],[118.319815,32.762664],[118.329535,32.763648],[118.331519,32.769252],[118.33795,32.775351],[118.358275,32.77405],[118.365919,32.755591],[118.365305,32.74384],[118.362188,32.740603],[118.360289,32.72872],[118.364774,32.72069],[118.375494,32.719694],[118.387907,32.722372],[118.407575,32.718439],[118.418443,32.718036],[118.425145,32.722727],[118.432806,32.731187],[118.43907,32.741663],[118.446364,32.745485],[118.448241,32.743166],[118.44969,32.733243],[118.453544,32.727214],[118.464408,32.723313],[118.478613,32.722468],[118.512488,32.726617],[118.535986,32.731484],[118.552774,32.732642],[118.562674,32.727123],[118.575659,32.724121],[118.601996,32.72961],[118.606185,32.736229],[118.606284,32.739189],[118.60929,32.741512],[118.632369,32.747879],[118.647747,32.744362],[118.648448,32.740324],[118.652442,32.738033],[118.699927,32.723155],[118.721785,32.727709],[118.729751,32.734675],[118.742507,32.738413],[118.748786,32.736967],[118.754614,32.739181],[118.755151,32.740249],[118.751773,32.74225],[118.750733,32.75059],[118.74532,32.759159],[118.738483,32.762823],[118.730147,32.772554],[118.732947,32.783732],[118.731941,32.7956],[118.735107,32.802722],[118.739739,32.80522],[118.741066,32.816836],[118.738632,32.822745],[118.733563,32.853567],[118.740673,32.858442],[118.749363,32.85966],[118.762511,32.853014],[118.76557,32.854624],[118.776646,32.850609],[118.7842,32.849855],[118.789898,32.853953],[118.805372,32.85591],[118.808695,32.86198],[118.806613,32.880182],[118.809484,32.890324],[118.807437,32.903193],[118.802701,32.911671],[118.802475,32.917041],[118.812011,32.922802],[118.816331,32.922675],[118.824433,32.918893],[118.831145,32.919242],[118.842244,32.924442],[118.843544,32.933891],[118.835567,32.945845],[118.843448,32.960086],[118.886267,32.961962],[118.889557,32.961043],[118.885289,32.953115],[118.887084,32.942588],[118.898865,32.945513],[118.899634,32.947421],[118.929461,32.939348],[118.934157,32.943777],[118.943669,32.947609],[118.957589,32.948649],[118.980457,32.957065],[118.987276,32.960159],[118.986525,32.962919],[118.996612,32.963361],[119.003751,32.961694],[119.016443,32.955228],[119.019794,32.949373],[119.024642,32.929656],[119.023743,32.927393],[119.015771,32.927239],[119.012222,32.924603],[119.008884,32.912667],[119.00977,32.908803],[119.029465,32.909704],[119.039409,32.912832],[119.040389,32.900572],[119.039352,32.894467],[119.047437,32.883718],[119.047991,32.873553],[119.053015,32.868225],[119.057657,32.868957],[119.071455,32.859991],[119.094812,32.833467],[119.107648,32.829615],[119.126652,32.82743],[119.179513,32.827807],[119.205116,32.728678],[119.20598,32.694822],[119.203405,32.643753],[119.207083,32.632585],[119.20936,32.631281],[119.213243,32.63212],[119.214614,32.630179],[119.204202,32.620568],[119.203391,32.616402],[119.21013,32.612104],[119.215143,32.61106],[119.223437,32.612472],[119.223252,32.605635],[119.211387,32.593308],[119.212032,32.582145],[119.216385,32.579972],[119.206147,32.570522],[119.187319,32.582895],[119.183291,32.59039],[119.184411,32.598203],[119.182939,32.600318],[119.179789,32.600805],[119.17135,32.595599],[119.172282,32.585525],[119.168183,32.577723],[119.15549,32.567741],[119.146975,32.558562],[119.152519,32.554833],[119.159021,32.546089],[119.161851,32.538391],[119.158627,32.534405],[119.154062,32.534201],[119.15484,32.536688],[119.151739,32.537986],[119.145999,32.535435],[119.144802,32.525336],[119.149625,32.513541],[119.147163,32.505903],[119.133245,32.494331],[119.125139,32.495365],[119.115356,32.482134],[119.095894,32.473834],[119.089149,32.477078],[119.085009,32.468811],[119.086251,32.459423],[119.079676,32.452563],[119.077207,32.452261],[119.071578,32.455268],[119.067012,32.461342],[119.062895,32.463554],[119.056116,32.463237],[119.060027,32.469548],[119.060708,32.476882],[119.055415,32.488549],[119.041433,32.496476],[119.034904,32.516059],[119.026021,32.518771],[119.013552,32.518533],[118.993397,32.505992],[118.970394,32.507156],[118.962902,32.519409],[118.964734,32.523662],[118.961796,32.529632],[118.944432,32.545304],[118.935323,32.550613],[118.929265,32.559734],[118.908589,32.561402],[118.908322,32.557469],[118.912289,32.554253],[118.910672,32.55193],[118.906262,32.552277],[118.902509,32.555905],[118.898259,32.556774],[118.890042,32.551312],[118.882596,32.554924],[118.882497,32.560261],[118.890042,32.564179],[118.891385,32.579113],[118.897573,32.58598],[118.879873,32.592148],[118.877317,32.587407],[118.870259,32.583008],[118.839749,32.569436],[118.820537,32.573004],[118.812413,32.582917],[118.811818,32.588067],[118.81339,32.589967],[118.818639,32.591378],[118.819722,32.604051],[118.812429,32.604379],[118.803479,32.599992],[118.798223,32.592645],[118.799382,32.586786],[118.782178,32.584829],[118.770543,32.592237],[118.7721,32.59873],[118.769895,32.601114],[118.756383,32.606764],[118.746378,32.606379],[118.749578,32.602171],[118.745717,32.600004],[118.738041,32.599404],[118.737409,32.592615],[118.732236,32.591208],[118.728269,32.592489],[118.721486,32.596277],[118.719937,32.608607],[118.71462,32.612181],[118.691159,32.607722],[118.690602,32.603617],[118.695569,32.600943],[118.695805,32.589976],[118.693967,32.588973],[118.683713,32.589663],[118.677106,32.593486],[118.649823,32.600413],[118.647763,32.599772],[118.643788,32.593162],[118.636242,32.585509],[118.630383,32.581931],[118.625546,32.584865],[118.622853,32.59111],[118.605992,32.599365],[118.597279,32.600841],[118.578908,32.597355],[118.564282,32.588093],[118.558292,32.568615],[118.559353,32.564785],[118.572422,32.554638],[118.592174,32.547355],[118.604046,32.539749],[118.599842,32.534114],[118.601544,32.522658],[118.605052,32.522392],[118.608814,32.524429],[118.610591,32.5204],[118.611217,32.512618],[118.604488,32.505016],[118.601161,32.502822],[118.588222,32.50489],[118.587001,32.485664],[118.588611,32.482383],[118.593158,32.478942],[118.606402,32.47343],[118.622271,32.470435],[118.63827,32.472556],[118.647347,32.478724],[118.667621,32.472044],[118.67866,32.475096],[118.685885,32.475115],[118.687274,32.466639],[118.681536,32.431627],[118.683756,32.421034],[118.680483,32.407572],[118.673235,32.395041],[118.67473,32.391466],[118.683187,32.385215],[118.688623,32.38439],[118.692072,32.385965],[118.696413,32.381754],[118.698556,32.371034],[118.697542,32.369825],[118.691041,32.369764],[118.687562,32.354395],[118.692094,32.345007],[118.70186,32.341566],[118.702462,32.33695],[118.698721,32.33156],[118.690217,32.331528],[118.678387,32.327114],[118.667166,32.313286],[118.655606,32.307855],[118.652754,32.304989],[118.652179,32.301895],[118.654538,32.298769],[118.663255,32.297745],[118.665758,32.288297],[118.654431,32.269239],[118.654479,32.266322],[118.660591,32.260489],[118.669849,32.258099],[118.670491,32.25374],[118.661052,32.236459],[118.638583,32.211837],[118.63198,32.209833],[118.623751,32.204536],[118.612174,32.207787],[118.602896,32.20381],[118.593213,32.202056],[118.588976,32.196911],[118.5857,32.202774],[118.580547,32.201041],[118.57301,32.201995],[118.571003,32.204635],[118.571191,32.209274],[118.566123,32.210463],[118.560401,32.204924],[118.561166,32.201839],[118.556576,32.199099],[118.545823,32.201825],[118.543316,32.197167],[118.534546,32.194612],[118.526444,32.197971],[118.517748,32.190406],[118.513047,32.191272],[118.504286,32.196688],[118.503363,32.185188],[118.499265,32.18228],[118.494281,32.183851],[118.491719,32.181786],[118.489923,32.175472],[118.489602,32.163949],[118.492921,32.163085],[118.5012,32.143202],[118.499387,32.14131],[118.4945,32.143843],[118.489422,32.134316],[118.495438,32.12295],[118.488754,32.123572],[118.482876,32.122345],[118.477903,32.119152],[118.469793,32.118902],[118.465507,32.11022],[118.460081,32.10495],[118.44424,32.09965],[118.442652,32.096348],[118.429928,32.092357],[118.427995,32.088591],[118.409215,32.088058],[118.40649,32.082723],[118.389638,32.078697],[118.391567,32.073942],[118.389319,32.066467],[118.38729,32.064168],[118.377947,32.061493],[118.380998,32.056843],[118.384618,32.054728],[118.386864,32.046125],[118.379284,32.038807],[118.376896,32.033056],[118.381641,32.028755],[118.393795,32.026261],[118.396084,32.023308],[118.395733,32.017884],[118.388172,32.020699],[118.385753,32.019821],[118.383335,32.01476],[118.383037,32.004044],[118.390529,31.994557],[118.38837,31.991085],[118.383861,31.988744],[118.383952,31.985817],[118.377579,31.981257],[118.370921,31.986135],[118.366328,31.986011],[118.377185,31.969045],[118.362971,31.967805],[118.364245,31.965091],[118.365932,31.964982],[118.366786,31.961145],[118.36301,31.958625],[118.362109,31.955404],[118.361681,31.948847],[118.363847,31.943427],[118.361979,31.93975],[118.356852,31.936621],[118.355067,31.937249],[118.353772,31.935201],[118.357752,31.92922],[118.363375,31.930749],[118.369043,31.928977],[118.3697,31.924105],[118.375231,31.919467],[118.368143,31.915765],[118.370424,31.912697],[118.377672,31.909819],[118.388223,31.918468],[118.404673,31.911945],[118.404345,31.897676],[118.409403,31.89212],[118.409158,31.888922],[118.415651,31.887382],[118.418398,31.888825],[118.420542,31.895797],[118.429589,31.901564],[118.437605,31.89115],[118.444451,31.888908],[118.446866,31.886076],[118.462564,31.887002],[118.47307,31.885183],[118.475122,31.877197],[118.468535,31.871422],[118.461305,31.870864],[118.459374,31.865545],[118.461485,31.859774],[118.469974,31.852424],[118.484085,31.845713],[118.499002,31.842554],[118.477954,31.793574],[118.477321,31.784887],[118.481327,31.779774],[118.497208,31.777163],[118.504488,31.767817],[118.509353,31.76865],[118.516648,31.763799],[118.528134,31.769021],[118.54084,31.762232],[118.541749,31.761076],[118.540161,31.759673],[118.533477,31.762216],[118.531264,31.759261],[118.533188,31.752798],[118.528877,31.751829],[118.523598,31.753688],[118.514908,31.747174],[118.517647,31.74447],[118.523254,31.744811],[118.52385,31.739044],[118.529922,31.741846],[118.53363,31.737498],[118.534386,31.73362],[118.53833,31.733313],[118.539322,31.735172],[118.538147,31.736514],[118.542397,31.737944],[118.546639,31.732408],[118.549965,31.732174],[118.553872,31.733075],[118.55394,31.737028],[118.55906,31.744202],[118.565521,31.748751],[118.567543,31.742804],[118.574509,31.743327],[118.579041,31.74571],[118.586549,31.746027],[118.596711,31.759705],[118.603669,31.760889],[118.612313,31.753246],[118.622177,31.761403],[118.634194,31.761989],[118.637261,31.761309],[118.63823,31.755679],[118.643372,31.752921],[118.641475,31.749618],[118.639374,31.751598],[118.636238,31.747425],[118.6456,31.742151],[118.647364,31.734504],[118.652543,31.732501],[118.659905,31.733052],[118.672852,31.730983],[118.685433,31.722997],[118.680237,31.718149],[118.68145,31.716661],[118.686234,31.717579],[118.685883,31.709524],[118.683777,31.70551],[118.677398,31.701086],[118.665802,31.699221],[118.659653,31.682669],[118.651161,31.680259],[118.640167,31.680829],[118.637538,31.673839],[118.642425,31.668438],[118.642508,31.663125],[118.639357,31.657662],[118.638655,31.652403],[118.647198,31.648712],[118.651791,31.643473],[118.656438,31.641883],[118.662398,31.644575],[118.665588,31.643986],[118.681388,31.636476],[118.684432,31.637903],[118.686774,31.641744],[118.693468,31.64245],[118.703238,31.640904],[118.705615,31.645297],[118.707706,31.64512],[118.710366,31.641012],[118.709308,31.636325],[118.713701,31.62993],[118.721741,31.630139],[118.722689,31.631333],[118.721357,31.634125],[118.722906,31.636179],[118.728174,31.634787],[118.73157,31.636707],[118.733567,31.649159],[118.739131,31.65678],[118.74103,31.662113],[118.741844,31.666903],[118.738423,31.669906],[118.743233,31.675402],[118.742729,31.679045],[118.745352,31.681255],[118.762528,31.680437],[118.76899,31.684145],[118.774467,31.681856],[118.77504,31.679163],[118.779709,31.675349],[118.782646,31.675126],[118.783829,31.67666],[118.790438,31.671468],[118.791778,31.666932],[118.784622,31.661327],[118.778076,31.658815],[118.777229,31.656014],[118.783553,31.648146],[118.78672,31.640246],[118.787116,31.631839],[118.790061,31.631394],[118.795806,31.623021],[118.798995,31.620852],[118.81047,31.622356],[118.815071,31.626118],[118.814216,31.632264],[118.822387,31.631386],[118.828735,31.633197],[118.828902,31.635752],[118.837478,31.634794],[118.838823,31.628798],[118.841233,31.627168],[118.8553,31.628391],[118.856292,31.626055],[118.854743,31.623346],[118.856452,31.619378],[118.858138,31.617755],[118.859375,31.618984],[118.863441,31.617982],[118.860893,31.613721],[118.866775,31.611307],[118.867881,31.606588],[118.863913,31.599888],[118.856719,31.598776],[118.855002,31.597097],[118.858817,31.593367],[118.868918,31.594827],[118.872214,31.592321],[118.868903,31.584025],[118.868353,31.574275],[118.866461,31.572975],[118.864485,31.573797],[118.865508,31.57598],[118.867949,31.575868],[118.865546,31.577059],[118.862471,31.573312],[118.875746,31.571455],[118.878676,31.570073],[118.878958,31.56765],[118.87609,31.564317],[118.872832,31.564356],[118.864958,31.559862],[118.864005,31.557211],[118.87078,31.552448],[118.871855,31.540627],[118.875746,31.535859],[118.878385,31.537328],[118.880855,31.535543],[118.88247,31.531316],[118.878197,31.500157],[118.873961,31.483172],[118.876439,31.450023],[118.87129,31.436381],[118.850228,31.407435],[118.847505,31.399428],[118.838568,31.394556],[118.832449,31.387878],[118.821456,31.379782],[118.806267,31.373549],[118.795184,31.371039],[118.779838,31.370705],[118.764225,31.365066],[118.761568,31.366341],[118.765627,31.379696],[118.761441,31.386222],[118.760255,31.391129],[118.749529,31.38743],[118.740487,31.374648],[118.729841,31.347308],[118.714945,31.324927],[118.713255,31.297197],[118.697863,31.304582],[118.696491,31.301914],[118.704112,31.298171],[118.722724,31.28391],[118.748893,31.281917],[118.75748,31.278838],[118.764519,31.270909],[118.770307,31.267456],[118.77504,31.261286],[118.774135,31.245752],[118.782052,31.236371],[118.789976,31.231602],[118.79751,31.230602],[118.806242,31.236411],[118.812549,31.237476],[118.815675,31.236565],[118.819514,31.232349],[118.826519,31.231562],[118.834755,31.238337],[118.864919,31.244531],[118.868616,31.240787],[118.877941,31.240175],[118.879333,31.231595],[118.899768,31.235046],[118.913623,31.246459],[118.92335,31.24165],[118.927683,31.242683],[118.939323,31.239019],[118.957431,31.238721],[118.963091,31.241804],[118.967135,31.240047],[118.96609,31.237813],[118.968241,31.237729],[118.975108,31.24004],[118.979715,31.235384],[118.986155,31.231984],[119.004748,31.239105],[119.006617,31.244662],[119.014361,31.245145],[119.030619,31.237969],[119.033862,31.242412],[119.037882,31.236878],[119.04764,31.232541],[119.053065,31.2363],[119.052249,31.239704],[119.053797,31.240569],[119.065242,31.239252],[119.074237,31.233571],[119.077418,31.23409],[119.084193,31.242751],[119.08932,31.243288],[119.091929,31.24281],[119.095309,31.238686],[119.095416,31.236365],[119.099039,31.235745],[119.100265,31.237872],[119.09978,31.251656],[119.101283,31.255222],[119.110736,31.259483],[119.110911,31.261053],[119.115161,31.263774],[119.12704,31.263776],[119.132892,31.270396],[119.140246,31.274755],[119.145577,31.283149],[119.148326,31.284784],[119.146182,31.291016],[119.152813,31.296694],[119.162069,31.293885],[119.169978,31.295382],[119.176029,31.302533],[119.180722,31.303464],[119.185306,31.297184],[119.191689,31.298097],[119.194866,31.297683],[119.195568,31.296132],[119.192431,31.27805],[119.194461,31.26954],[119.19883,31.267797],[119.20246,31.274964],[119.206439,31.277366],[119.209301,31.277039],[119.213786,31.272808],[119.212405,31.270282],[119.219122,31.267784],[119.222675,31.264105],[119.227092,31.263136],[119.233902,31.256173],[119.238253,31.255565],[119.244102,31.258],[119.245806,31.261073],[119.244514,31.263681],[119.247957,31.267031],[119.258119,31.262103],[119.261058,31.256231],[119.269527,31.25653],[119.275667,31.262464],[119.280803,31.262053],[119.282169,31.259982],[119.286996,31.261837],[119.289929,31.266207],[119.297901,31.271486],[119.314014,31.266179],[119.334947,31.266236],[119.337101,31.26147],[119.342342,31.259704],[119.345013,31.26039],[119.346248,31.262865],[119.344852,31.264716],[119.341358,31.265073],[119.335206,31.277306],[119.342304,31.278974],[119.343197,31.283499],[119.346478,31.285411],[119.341221,31.295213],[119.343288,31.296385],[119.345875,31.295337],[119.344311,31.301936],[119.342436,31.302085],[119.348667,31.304642],[119.356762,31.302087],[119.35622,31.299135],[119.363354,31.293838],[119.362484,31.291726],[119.360523,31.291384],[119.360599,31.286897],[119.366566,31.282947],[119.364643,31.272046],[119.369072,31.270461],[119.375148,31.271699],[119.375843,31.267789],[119.375453,31.260701],[119.370914,31.260697],[119.368824,31.258786],[119.370777,31.253721],[119.369624,31.249514],[119.366237,31.247113],[119.363521,31.242015],[119.356708,31.238466],[119.35992,31.234927],[119.35715,31.228182],[119.362346,31.22419],[119.359324,31.217756],[119.35658,31.217068],[119.355586,31.213635],[119.35805,31.199998],[119.360263,31.196146],[119.363612,31.195792],[119.373492,31.189781],[119.382846,31.193205],[119.385241,31.192273],[119.38901,31.200234],[119.391742,31.200641],[119.402797,31.19679],[119.402308,31.193855],[119.389483,31.194768],[119.385511,31.186351],[119.387332,31.180464],[119.380724,31.170721],[119.385981,31.170168],[119.39007,31.172333],[119.393706,31.176],[119.392024,31.177393],[119.395205,31.181219],[119.403986,31.18452],[119.408671,31.175173],[119.413104,31.174959],[119.418864,31.180292],[119.422831,31.186797],[119.425128,31.186747],[119.428142,31.184747],[119.42525,31.180711],[119.425837,31.178103],[119.430575,31.178554],[119.440066,31.175607],[119.444178,31.17641],[119.446047,31.174707],[119.445773,31.17066],[119.455126,31.158493],[119.463793,31.158248],[119.472582,31.160566],[119.476336,31.156495],[119.476656,31.153239],[119.478808,31.153522],[119.481089,31.15566],[119.481776,31.164257],[119.485187,31.166611],[119.491168,31.166239],[119.503371,31.157866],[119.511518,31.157029],[119.51641,31.1615],[119.52751,31.161254],[119.531018,31.159452],[119.528919,31.155877],[119.530474,31.152958],[119.536548,31.156743],[119.538439,31.156001],[119.539211,31.147783],[119.537173,31.145726],[119.545882,31.149292],[119.55138,31.145369],[119.55774,31.144617],[119.555292,31.140141],[119.565416,31.132926],[119.567454,31.132474],[119.572384,31.135677],[119.570692,31.127173],[119.566468,31.127637],[119.565676,31.124048],[119.570338,31.116698],[119.571208,31.111727],[119.574777,31.111122],[119.57938,31.116978],[119.58551,31.108188],[119.585342,31.105217],[119.589047,31.10939],[119.586836,31.110817],[119.58609,31.11438],[119.600878,31.110085],[119.603704,31.10488],[119.602327,31.103699],[119.606076,31.105106],[119.601737,31.114776],[119.597095,31.113138],[119.597288,31.116575],[119.602588,31.124233],[119.606914,31.125549],[119.608852,31.131367],[119.617475,31.133408],[119.618668,31.132101],[119.617184,31.127203],[119.614697,31.124763],[119.615581,31.122661],[119.619771,31.121785],[119.620781,31.113741],[119.625605,31.113208],[119.632162,31.117442],[119.636756,31.116684],[119.637909,31.116277],[119.63701,31.11487],[119.629863,31.112872],[119.641805,31.108678],[119.645188,31.105312],[119.642556,31.102176],[119.635692,31.105942],[119.635128,31.10307],[119.631047,31.099857],[119.629118,31.093856],[119.620716,31.083038],[119.622259,31.077876],[119.6254,31.075938],[119.622991,31.070453],[119.628188,31.067159],[119.620988,31.056648],[119.624534,31.056246],[119.628621,31.047047],[119.622932,31.040989],[119.623768,31.032183],[119.628724,31.02996],[119.63154,31.031015],[119.632979,31.028789],[119.626101,31.023339],[119.625699,31.016827],[119.627326,31.011924],[119.625767,31.009719],[119.613205,31.004861],[119.606207,30.994102],[119.592468,30.987638],[119.590606,30.98081],[119.591975,30.977751],[119.589795,30.972744],[119.582771,30.966383],[119.574833,30.965442],[119.57437,30.962439],[119.577036,30.959469],[119.58725,30.953774],[119.586954,30.949037],[119.577607,30.947003],[119.574826,30.941953],[119.576033,30.935591],[119.580256,30.935611],[119.579981,30.932748],[119.57182,30.929095],[119.567854,30.92334],[119.569398,30.922407],[119.567373,30.920733],[119.558289,30.917005],[119.559683,30.913825],[119.558422,30.908697],[119.551981,30.907783],[119.548064,30.902896],[119.553829,30.888874],[119.553526,30.885458],[119.55094,30.884167],[119.552514,30.877786],[119.555242,30.873967],[119.555512,30.872105],[119.553759,30.871935],[119.556534,30.862365],[119.568829,30.862272],[119.569464,30.861101],[119.570093,30.850191],[119.567368,30.844796],[119.57431,30.83753],[119.573708,30.831355],[119.56993,30.829115],[119.56773,30.831063],[119.557472,30.831563],[119.550513,30.828205],[119.541429,30.815468],[119.535878,30.801972],[119.53146,30.799236],[119.525678,30.792145],[119.524039,30.788797],[119.524917,30.784278],[119.521969,30.778388],[119.509457,30.775966],[119.504502,30.772162],[119.49704,30.773341],[119.487033,30.779937],[119.47728,30.777086],[119.475148,30.773783],[119.477581,30.767931],[119.476913,30.762887],[119.473855,30.756015],[119.482094,30.747217],[119.475851,30.740209],[119.47514,30.735471],[119.484869,30.721264],[119.4814,30.71506],[119.480333,30.703563],[119.46837,30.700587],[119.464439,30.697878],[119.46386,30.690773],[119.459224,30.687205],[119.457452,30.681209],[119.442595,30.672875],[119.439784,30.668414],[119.439771,30.654428],[119.437292,30.651575],[119.4192,30.64512],[119.414091,30.644261],[119.405669,30.645707],[119.39698,30.655101],[119.393771,30.674169],[119.389474,30.68145],[119.389652,30.687138],[119.38464,30.691305],[119.381961,30.686431],[119.376629,30.681998],[119.366912,30.683594],[119.362205,30.677064],[119.357346,30.676466],[119.352126,30.669501],[119.346792,30.670444],[119.339143,30.666534],[119.333227,30.666072],[119.335098,30.660681],[119.328393,30.655446],[119.328662,30.650798],[119.326758,30.646928],[119.320581,30.642441],[119.320534,30.635147],[119.316793,30.6296],[119.310017,30.626826],[119.307672,30.623216],[119.299051,30.6211],[119.288895,30.623024],[119.288595,30.619571],[119.281115,30.617372],[119.27346,30.620815],[119.260546,30.617607],[119.259046,30.61879],[119.251284,30.616018],[119.246605,30.622066],[119.243085,30.622361],[119.235149,30.611899],[119.234715,30.60749],[119.244207,30.600472],[119.251366,30.597454],[119.252133,30.594801],[119.249143,30.59273],[119.256807,30.589168],[119.262632,30.576547],[119.254667,30.574203],[119.243368,30.565869],[119.24131,30.563014],[119.243589,30.561164],[119.24366,30.559092],[119.236826,30.551331],[119.23247,30.548801],[119.235886,30.54264],[119.237344,30.534894],[119.241416,30.528243],[119.245331,30.528033],[119.246237,30.531439],[119.248746,30.531999],[119.256968,30.529428],[119.257703,30.526052],[119.256176,30.52072],[119.266008,30.51211],[119.275441,30.512353],[119.283968,30.514708],[119.295947,30.521716],[119.309816,30.534136],[119.32551,30.535768],[119.323241,30.529766],[119.323791,30.523594],[119.331574,30.513077],[119.332704,30.506621],[119.328074,30.502184],[119.327745,30.493985],[119.325331,30.492234],[119.323402,30.486237],[119.33179,30.473933],[119.329061,30.468592],[119.332627,30.463478],[119.333242,30.455438],[119.32959,30.449098],[119.336763,30.446249],[119.342549,30.44136],[119.347841,30.429097],[119.346142,30.425359],[119.347329,30.422297],[119.352293,30.419702],[119.35674,30.420097],[119.356391,30.417049],[119.351699,30.411864],[119.351381,30.409306],[119.356575,30.399079],[119.362296,30.398949],[119.362526,30.387944],[119.368421,30.386008],[119.38626,30.386321],[119.397975,30.381576],[119.39876,30.376047],[119.397175,30.371862],[119.393401,30.367901],[119.383022,30.367469],[119.377002,30.360303],[119.372785,30.357775],[119.358046,30.352919],[119.351054,30.352901],[119.349234,30.35041],[119.343387,30.351726],[119.339988,30.357766],[119.338459,30.366076],[119.330613,30.368616],[119.329899,30.370365],[119.320971,30.37441],[119.304009,30.367405],[119.2953,30.366349],[119.288192,30.354163],[119.272401,30.343098],[119.267569,30.344956],[119.25899,30.339258],[119.250876,30.340388],[119.244212,30.343966],[119.238801,30.336139],[119.240462,30.321921],[119.23722,30.309157],[119.231596,30.295532],[119.224904,30.294432],[119.222998,30.29063],[119.219918,30.293385],[119.219058,30.296191],[119.221051,30.298856],[119.219032,30.3025],[119.216338,30.301961],[119.211777,30.294541],[119.209315,30.295346],[119.207136,30.30116],[119.201472,30.303799],[119.205825,30.297093],[119.204294,30.294429],[119.198516,30.292707],[119.181871,30.294029],[119.173564,30.298809],[119.164238,30.298074],[119.161154,30.301864],[119.155061,30.29947],[119.151636,30.302051],[119.149037,30.30684],[119.145171,30.305865],[119.137765,30.307588],[119.128277,30.305398],[119.121986,30.30699],[119.118082,30.311021],[119.105358,30.313677],[119.097526,30.319995],[119.093913,30.319975],[119.085785,30.325525],[119.081647,30.324702],[119.066987,30.315133],[119.060306,30.306073],[119.050267,30.305362],[119.046026,30.308992],[119.04427,30.313489],[119.040046,30.314816],[119.030302,30.31423],[119.026791,30.320291],[119.026401,30.330312],[119.00974,30.332485],[119.005818,30.332205],[119.004669,30.329056],[119.003403,30.32905],[118.994219,30.330137],[118.984373,30.333574],[118.982632,30.335175],[118.983978,30.348591],[118.982344,30.351167],[118.970019,30.347975],[118.964061,30.354649],[118.958559,30.352294],[118.958251,30.349349],[118.95536,30.348832],[118.950822,30.360666],[118.948808,30.362046],[118.946323,30.359336],[118.935431,30.355324],[118.934187,30.352887],[118.934644,30.34712],[118.927832,30.344061],[118.921338,30.344328],[118.914239,30.336364],[118.908862,30.335597],[118.900938,30.331055],[118.89488,30.323249],[118.885371,30.318566],[118.875779,30.317564],[118.875984,30.311987],[118.878936,30.304454],[118.877751,30.29594],[118.875376,30.295056],[118.873295,30.291388],[118.872995,30.285376],[118.877913,30.280461],[118.8782,30.276209],[118.887342,30.268083],[118.890167,30.260174],[118.884963,30.25439],[118.877203,30.252244],[118.87691,30.247878],[118.883234,30.239262],[118.88578,30.238652],[118.892928,30.229877],[118.902969,30.222435],[118.899824,30.22095],[118.899531,30.2177],[118.910411,30.215299],[118.917922,30.215893],[118.918111,30.210517],[118.927337,30.207943],[118.922318,30.203906],[118.910741,30.200556],[118.902529,30.192954],[118.90172,30.189173],[118.894989,30.182439],[118.89007,30.183234],[118.858835,30.170128],[118.845383,30.166831],[118.84346,30.165757],[118.84154,30.159733],[118.841577,30.155455],[118.848472,30.156183],[118.850751,30.154228],[118.852384,30.150348],[118.851913,30.143741],[118.859418,30.140444],[118.868508,30.142063],[118.876636,30.134565],[118.879534,30.142629],[118.884151,30.148085],[118.883958,30.152225],[118.887134,30.152648],[118.893952,30.144898],[118.893293,30.139056],[118.887869,30.131445],[118.876992,30.12703],[118.864544,30.134815],[118.859043,30.136353],[118.854864,30.132892],[118.852903,30.124511],[118.850863,30.122201],[118.861194,30.123131],[118.857809,30.111781],[118.861274,30.106225],[118.861738,30.100883],[118.866491,30.09997],[118.867975,30.103541],[118.871496,30.104751],[118.875584,30.104463],[118.879027,30.10157],[118.878554,30.088257],[118.884777,30.078345],[118.883864,30.071726],[118.886329,30.07015],[118.88667,30.059737],[118.888185,30.056999],[118.8873,30.045903],[118.8856,30.044013],[118.88611,30.039266],[118.887512,30.035584],[118.896001,30.030861],[118.896875,30.027109],[118.893607,30.018247],[118.888008,30.014337],[118.889306,30.003478],[118.885782,29.999412],[118.894023,29.98733],[118.894353,29.984715],[118.889419,29.977062],[118.886319,29.965563],[118.888793,29.957632],[118.885591,29.955335],[118.88871,29.949077],[118.887601,29.938044],[118.867551,29.95048],[118.85901,29.93993],[118.846876,29.943692],[118.835704,29.934006],[118.839826,29.922568],[118.838778,29.920943],[118.840532,29.904418],[118.838271,29.895427],[118.820123,29.881254],[118.804985,29.872927],[118.797912,29.864424],[118.784043,29.854778],[118.779323,29.846042],[118.772314,29.844896],[118.761494,29.851959],[118.749817,29.847532],[118.748558,29.845468],[118.749518,29.834323],[118.756848,29.829409],[118.756794,29.822426],[118.752902,29.820514],[118.739531,29.820608],[118.732873,29.815292],[118.733983,29.811436],[118.731152,29.791287],[118.732489,29.787245],[118.737328,29.784409],[118.742524,29.776814],[118.740055,29.770057],[118.744415,29.763243],[118.743611,29.752098],[118.740648,29.746547],[118.740515,29.741972],[118.733639,29.739043],[118.729391,29.733281],[118.72326,29.728642],[118.72097,29.728597],[118.718903,29.724509],[118.718561,29.718077],[118.714845,29.711219],[118.704338,29.7086],[118.696039,29.70936],[118.688051,29.703408],[118.687569,29.696655],[118.67759,29.691903],[118.676626,29.683557],[118.66977,29.67765],[118.668697,29.67123],[118.652611,29.657856],[118.644879,29.647949],[118.63751,29.643727],[118.631198,29.647241],[118.629551,29.650812],[118.615735,29.656954],[118.605365,29.652349],[118.597251,29.645985],[118.588278,29.647129],[118.568802,29.640241],[118.563498,29.635771],[118.563007,29.632003],[118.554645,29.622479],[118.553304,29.617753],[118.544969,29.615822],[118.532516,29.598474],[118.531227,29.593667],[118.515026,29.589332],[118.504381,29.581635],[118.494458,29.578749],[118.493137,29.563837],[118.488672,29.55334],[118.492932,29.544325],[118.489459,29.531176],[118.4908,29.524064],[118.489698,29.521248],[118.478874,29.517376],[118.473682,29.511567],[118.468684,29.51158],[118.461713,29.516097],[118.453719,29.515835],[118.454272,29.508898],[118.449363,29.51063],[118.444969,29.515598],[118.435759,29.514222],[118.435736,29.517949],[118.432588,29.516902],[118.431434,29.511858],[118.424872,29.503788],[118.420601,29.505145],[118.410226,29.512661],[118.406561,29.513242],[118.40392,29.510545],[118.399677,29.509489],[118.395518,29.510772],[118.389736,29.509939],[118.37824,29.512654],[118.375281,29.504583],[118.369152,29.500779],[118.363916,29.492788],[118.3568,29.48884],[118.356481,29.484684],[118.35398,29.481932],[118.34802,29.481775],[118.340938,29.478466],[118.330913,29.485377],[118.32658,29.493042],[118.325853,29.498325],[118.317872,29.499944],[118.310811,29.497865],[118.306146,29.50029],[118.302288,29.497518],[118.300834,29.494134],[118.30227,29.479742],[118.311661,29.451695],[118.309286,29.44134],[118.310613,29.43592],[118.309882,29.425652],[118.305723,29.423435],[118.291504,29.420828],[118.286792,29.422185],[118.286211,29.427098],[118.281022,29.429164],[118.271679,29.426121],[118.265585,29.43031],[118.254915,29.428877],[118.243341,29.433401],[118.230291,29.427099],[118.22095,29.427505],[118.214341,29.424363],[118.21062,29.420631],[118.20732,29.412934],[118.201086,29.404346],[118.199578,29.398454],[118.195025,29.395191],[118.19221,29.397153],[118.187704,29.396868],[118.188013,29.403824],[118.185886,29.408337],[118.174818,29.406331],[118.156314,29.411565],[118.151832,29.416041],[118.144757,29.415019],[118.134845,29.421272],[118.125022,29.433976],[118.124733,29.442629],[118.132249,29.444419],[118.133741,29.447393],[118.129804,29.453452],[118.131851,29.460017],[118.130242,29.467002],[118.119091,29.47016],[118.118443,29.471888],[118.118938,29.475691],[118.123454,29.481083],[118.131232,29.487867],[118.135918,29.489627],[118.138525,29.493102],[118.136773,29.497502],[118.13308,29.49997],[118.132029,29.506425],[118.124203,29.515572],[118.118908,29.51455],[118.109767,29.523163],[118.103264,29.526366],[118.100233,29.532134],[118.102127,29.536464],[118.098064,29.539291],[118.093134,29.539636],[118.084349,29.536871],[118.076505,29.540955],[118.051204,29.542197],[118.043611,29.548968],[118.042417,29.557174],[118.038521,29.56034],[118.034939,29.566946],[118.027639,29.570007],[118.022197,29.576383],[117.995771,29.577534],[117.989432,29.572703],[117.984785,29.56417],[117.978944,29.560113],[117.97109,29.570021],[117.954136,29.571855],[117.950074,29.568446],[117.943966,29.559302],[117.940598,29.557968],[117.939649,29.552152],[117.930705,29.55998],[117.927848,29.560782],[117.912575,29.558072],[117.906122,29.553317],[117.899271,29.553446],[117.888956,29.546027],[117.876233,29.546135],[117.872176,29.550608],[117.874069,29.55467],[117.873093,29.557797],[117.870205,29.558177],[117.866177,29.556166],[117.860584,29.557543],[117.858906,29.568437],[117.851619,29.564848],[117.826864,29.565584],[117.822747,29.571914],[117.815792,29.572717],[117.811884,29.577044],[117.8069,29.578442],[117.800908,29.57419],[117.78899,29.569607],[117.780922,29.561207],[117.769297,29.562359],[117.776555,29.570208],[117.769187,29.575048],[117.765091,29.567825],[117.765088,29.562326],[117.760931,29.559279],[117.753039,29.560221],[117.751295,29.564296],[117.735611,29.553468],[117.724114,29.549393],[117.721119,29.554658],[117.71172,29.562652],[117.705484,29.562183],[117.703481,29.557229],[117.703598,29.551552],[117.700022,29.553582],[117.684579,29.556815],[117.683291,29.560957],[117.677927,29.565012],[117.67514,29.570717],[117.679779,29.577572],[117.680177,29.586966],[117.677761,29.594489],[117.673121,29.597135],[117.663349,29.596997],[117.661617,29.599116],[117.661963,29.602626],[117.658439,29.612738],[117.652227,29.613181],[117.642882,29.617207],[117.635556,29.615308],[117.629771,29.610689],[117.62195,29.608147],[117.619697,29.603114],[117.607396,29.592954],[117.597868,29.591066],[117.592624,29.585625],[117.585164,29.58604],[117.57678,29.595307],[117.552355,29.592875],[117.549816,29.596722],[117.541049,29.596978],[117.537429,29.591135],[117.534605,29.595686],[117.534202,29.5996],[117.525747,29.607649],[117.523798,29.611746],[117.522132,29.624584],[117.519187,29.627804],[117.518195,29.632208],[117.520543,29.647079],[117.526503,29.653553],[117.522496,29.66203],[117.51861,29.66234],[117.509234,29.667505],[117.507945,29.671379],[117.504244,29.67432],[117.496562,29.66947],[117.495486,29.665952],[117.493107,29.664381],[117.48498,29.663666],[117.481159,29.665157],[117.481439,29.668438],[117.479543,29.669124],[117.467894,29.666835],[117.468913,29.683349],[117.464232,29.687264],[117.453108,29.680421],[117.451552,29.68461],[117.453496,29.688043],[117.450452,29.691515],[117.445626,29.693414],[117.444435,29.70029],[117.446921,29.70873],[117.451231,29.712664],[117.453232,29.718209],[117.451764,29.722085],[117.449186,29.723003],[117.446179,29.727592],[117.454555,29.735977],[117.449739,29.738005],[117.439911,29.749567],[117.438987,29.752236],[117.443099,29.758069],[117.441803,29.763115],[117.436567,29.763699],[117.43063,29.761278],[117.425381,29.765629],[117.420939,29.774314],[117.415956,29.777909],[117.417329,29.781681],[117.41555,29.786898],[117.406753,29.792013],[117.407756,29.797122],[117.403356,29.801371],[117.407173,29.808091],[117.412517,29.8099],[117.411341,29.822185],[117.418464,29.829879],[117.41801,29.833441],[117.424586,29.843843],[117.42068,29.850886],[117.411662,29.853555],[117.387744,29.849143],[117.382914,29.845281],[117.379177,29.832072],[117.38024,29.826535],[117.37874,29.822564],[117.37315,29.823911],[117.363881,29.814987],[117.356543,29.815477],[117.35249,29.818622],[117.351171,29.822559],[117.343321,29.826972],[117.344195,29.83443],[117.337367,29.837149],[117.341548,29.84667],[117.332584,29.857923],[117.317363,29.847899],[117.314784,29.844588],[117.314525,29.841044],[117.298648,29.841487],[117.284396,29.837662],[117.28967,29.828485],[117.285284,29.822878],[117.281405,29.825964],[117.270141,29.827684],[117.265788,29.834887],[117.253268,29.834891],[117.248938,29.837035],[117.241944,29.84369],[117.238389,29.853119],[117.25062,29.861865],[117.256587,29.877622],[117.261452,29.884479],[117.259548,29.894362],[117.252079,29.904666],[117.250431,29.911958],[117.246188,29.915858],[117.240407,29.918268],[117.22483,29.918142],[117.220569,29.920019],[117.21225,29.927745],[117.201488,29.933205],[117.195403,29.92708],[117.191715,29.926047],[117.189238,29.927596],[117.177974,29.924117],[117.174605,29.92481],[117.165494,29.920047],[117.157367,29.923663],[117.152045,29.919094],[117.147046,29.919308],[117.142219,29.915602],[117.136997,29.914516],[117.132918,29.909004],[117.122768,29.902009],[117.120254,29.894351],[117.121401,29.889108],[117.128589,29.883325],[117.128616,29.878472],[117.124677,29.871483],[117.123912,29.864576],[117.11202,29.86173],[117.107925,29.858168],[117.097641,29.854502],[117.094753,29.846856],[117.087781,29.840655],[117.078781,29.838675],[117.077232,29.839902],[117.07171,29.837488],[117.066876,29.831238],[117.067195,29.827953],[117.070137,29.82446],[117.080396,29.822272],[117.08435,29.816429],[117.089806,29.818254],[117.094978,29.812946],[117.095638,29.808625],[117.098686,29.808186],[117.105404,29.800617],[117.117725,29.802831],[117.121258,29.794458],[117.125597,29.791359],[117.130262,29.791747],[117.133705,29.788455],[117.132014,29.781101],[117.128162,29.774956],[117.121615,29.771751],[117.119729,29.768513],[117.115523,29.768224],[117.111338,29.765436],[117.106533,29.756],[117.100343,29.754462],[117.099081,29.752301],[117.103482,29.744427],[117.109501,29.739609],[117.114953,29.727764],[117.114345,29.721965],[117.110692,29.715973],[117.111448,29.712975],[117.109102,29.709973],[117.105488,29.708351],[117.097024,29.709303],[117.08822,29.707953],[117.084258,29.699635],[117.080223,29.701529],[117.066942,29.700602],[117.060311,29.69229],[117.054971,29.692708],[117.051117,29.690195],[117.046057,29.692299],[117.039823,29.688452],[117.03909,29.6856],[117.032209,29.682357],[117.021371,29.688207],[117.012379,29.689839],[117.004917,29.686229],[116.997224,29.687582],[116.991432,29.686398],[116.987623,29.684204],[116.983383,29.679424],[116.978977,29.670641],[116.971566,29.66438],[116.972153,29.654423],[116.970103,29.650536],[116.963534,29.652944],[116.961259,29.655614],[116.950813,29.652215],[116.942746,29.653863],[116.933885,29.647337],[116.924896,29.649372],[116.919479,29.641813],[116.913197,29.639836],[116.90503,29.63402],[116.90393,29.628235],[116.900185,29.625374],[116.892242,29.626723],[116.890217,29.624427],[116.87554,29.619556],[116.871168,29.615418],[116.865778,29.603281],[116.85609,29.601298],[116.844058,29.587194],[116.842753,29.578678],[116.832294,29.571856],[116.811674,29.567746],[116.80718,29.569552],[116.794755,29.564957],[116.792184,29.565953],[116.786552,29.572964],[116.778491,29.570899],[116.775459,29.573481],[116.7744,29.58026],[116.782024,29.593839],[116.770518,29.597871],[116.764002,29.594827],[116.765697,29.603049],[116.760164,29.60325],[116.755443,29.605418],[116.754126,29.601518],[116.757122,29.598832],[116.756141,29.593964],[116.748408,29.597782],[116.733563,29.594276],[116.732345,29.590292],[116.733746,29.587323],[116.732386,29.584422],[116.728725,29.578445],[116.72485,29.578778],[116.725119,29.572177],[116.722735,29.567421],[116.719228,29.566196],[116.71501,29.569303],[116.716072,29.577875],[116.714205,29.58662],[116.708221,29.594162],[116.686113,29.60471],[116.682763,29.603178],[116.681898,29.600807],[116.675094,29.60116],[116.67401,29.605673],[116.679449,29.608931],[116.678402,29.62094],[116.664162,29.629393],[116.658481,29.634988],[116.650919,29.637328],[116.645695,29.642757],[116.645411,29.645939],[116.654553,29.661568],[116.664649,29.666035],[116.668665,29.671515],[116.682577,29.674527],[116.683787,29.675931],[116.682665,29.679721],[116.678141,29.68474],[116.669318,29.690656],[116.647,29.690757],[116.644678,29.692761],[116.644149,29.698654],[116.651815,29.704697],[116.663676,29.701884],[116.665803,29.706081],[116.665503,29.712695],[116.667793,29.715207],[116.670542,29.714959],[116.672115,29.718412],[116.670979,29.728906],[116.674685,29.730323],[116.678939,29.738787],[116.683784,29.74319],[116.69053,29.742969],[116.704029,29.746179],[116.710938,29.762891],[116.717413,29.76775],[116.720083,29.77374],[116.721614,29.7755],[116.72652,29.774928],[116.731357,29.77648],[116.733392,29.783692],[116.738914,29.789045],[116.738044,29.792498],[116.746519,29.799632],[116.753087,29.801123],[116.757637,29.808291],[116.775012,29.798266],[116.77551,29.794893],[116.782019,29.794298],[116.79142,29.804208],[116.79881,29.803723],[116.797606,29.810035],[116.802654,29.815758],[116.803638,29.819165],[116.808619,29.819728],[116.815731,29.817987],[116.822806,29.822172],[116.823983,29.825953],[116.81737,29.837489],[116.819438,29.839355],[116.826922,29.840856],[116.837854,29.848575],[116.847842,29.861574],[116.848896,29.866102],[116.854304,29.868255],[116.861408,29.875544],[116.862965,29.881247],[116.870693,29.884672],[116.872914,29.888779],[116.880815,29.896271],[116.881357,29.907362],[116.884805,29.91238],[116.892787,29.913201],[116.892237,29.921158],[116.887498,29.925308],[116.889147,29.937664],[116.890329,29.942631],[116.898402,29.946584],[116.898843,29.951267],[116.893543,29.962792],[116.894077,29.968841],[116.892778,29.970532],[116.889415,29.971657],[116.882144,29.970631],[116.879747,29.977663],[116.873456,29.976216],[116.870038,29.981375],[116.863386,29.984053],[116.847584,29.973775],[116.839939,29.97203],[116.830602,29.973204],[116.829403,29.966016],[116.831227,29.961802],[116.828389,29.96036],[116.823759,29.965711],[116.821468,29.979507],[116.824718,29.991463],[116.82259,30.000737],[116.824856,30.005407],[116.82452,30.013356],[116.819767,30.012809],[116.816044,30.005071],[116.809246,30.002044],[116.805286,30.002744],[116.796026,29.998676],[116.792232,30.006441],[116.787189,30.006164],[116.785015,30.007892],[116.787983,30.01013],[116.78326,30.016832],[116.78709,30.018034],[116.785511,30.02164],[116.780643,30.024643],[116.777607,30.032226],[116.769123,30.043764],[116.764675,30.046803],[116.758129,30.050835],[116.750279,30.052549],[116.742093,30.059761],[116.734306,30.056144],[116.719297,30.056974],[116.668867,30.077526],[116.650782,30.079549],[116.635875,30.078951],[116.612052,30.075302],[116.60198,30.071041],[116.588814,30.059971],[116.571612,30.032886],[116.565023,30.013764],[116.561434,29.99129],[116.564542,29.955983],[116.553393,29.936774],[116.552996,29.924373],[116.541554,29.907634],[116.534705,29.903238],[116.516534,29.901274],[116.485803,29.904191],[116.475816,29.903573],[116.467035,29.900934],[116.455179,29.895305],[116.425652,29.876032],[116.378278,29.854736],[116.375506,29.851915],[116.347855,29.837807],[116.334543,29.835754],[116.330198,29.833371],[116.316507,29.820746],[116.2988,29.807917],[116.275303,29.792613],[116.258002,29.783737],[116.249542,29.787175],[116.241012,29.794464],[116.233413,29.809011],[116.22715,29.816858],[116.220347,29.823993],[116.209313,29.830221],[116.197968,29.831907],[116.158198,29.831905],[116.142843,29.829797],[116.132865,29.826707],[116.132285,29.835971],[116.125001,29.859579],[116.121598,29.863693],[116.131248,29.87036],[116.129264,29.881807],[116.121392,29.886057],[116.122834,29.892849],[116.124917,29.893219],[116.127929,29.902523],[116.125443,29.901783],[116.124512,29.89913],[116.074899,29.96157],[116.069505,29.966144],[116.07078,29.973831],[116.07651,29.984422],[116.074373,29.991754],[116.075048,30.012887],[116.077091,30.017935],[116.077518,30.028808],[116.080029,30.030557],[116.084193,30.030549],[116.086882,30.033284],[116.084433,30.041836],[116.079702,30.045448],[116.079865,30.055119],[116.077122,30.058252],[116.072283,30.05861],[116.071452,30.06785],[116.082745,30.079981],[116.082972,30.083222],[116.079173,30.085353],[116.076282,30.091189],[116.076656,30.100949],[116.084636,30.106662],[116.085147,30.108782],[116.080089,30.113382],[116.07909,30.118381],[116.083851,30.128857],[116.077389,30.133585],[116.071391,30.135586],[116.066898,30.133992],[116.066417,30.139668],[116.060245,30.147363],[116.061085,30.150443],[116.05476,30.157182],[116.056561,30.159359],[116.057507,30.166398],[116.052819,30.174255],[116.050729,30.186291],[116.062689,30.195254],[116.057222,30.202709],[116.057825,30.205374],[116.061281,30.207798],[116.060541,30.212258],[116.044352,30.22114],[116.042307,30.222838],[116.043033,30.226216],[116.040598,30.228532],[116.035083,30.227407],[116.032602,30.22489],[116.030147,30.225756],[116.032244,30.228572],[116.022723,30.237477],[116.024257,30.23997],[116.021891,30.24389],[116.009111,30.242588],[116.00799,30.244031],[116.011263,30.246602],[116.011074,30.2483],[116.006587,30.251782],[116.004932,30.257649],[115.996009,30.257349],[115.987378,30.263175],[115.982923,30.264058],[115.981125,30.267822],[115.98697,30.27109],[115.98703,30.272916],[115.979673,30.279485],[115.984811,30.289633],[115.972953,30.296523],[115.968612,30.302258],[115.955031,30.303398],[115.947339,30.309989],[115.936854,30.307634],[115.934371,30.3128],[115.932167,30.31159],[115.928859,30.30335],[115.926779,30.304656],[115.920019,30.302563],[115.915488,30.305867],[115.905749,30.307586],[115.899231,30.311613],[115.903725,30.314623],[115.904875,30.318924],[115.903088,30.322155],[115.904997,30.32602],[115.913523,30.327881],[115.911296,30.342708],[115.898728,30.344971],[115.899667,30.350143],[115.897341,30.35421],[115.889399,30.355955],[115.889151,30.368177],[115.879071,30.38368],[115.882038,30.38862],[115.893421,30.393768],[115.894032,30.401102],[115.901263,30.39998],[115.905351,30.401386],[115.919166,30.421259],[115.927161,30.423117],[115.93345,30.419979],[115.93842,30.42291],[115.940556,30.426822],[115.939494,30.429729],[115.915238,30.431615],[115.915714,30.435539],[115.912355,30.445881],[115.898832,30.452522],[115.888955,30.454255],[115.889845,30.463774],[115.894743,30.467144],[115.895985,30.472248],[115.892962,30.47837],[115.892097,30.485884],[115.895888,30.488072],[115.897602,30.496201],[115.902239,30.499841],[115.900914,30.502434],[115.904423,30.508925],[115.917554,30.519847],[115.913435,30.520927],[115.908637,30.519857],[115.901172,30.525391],[115.896113,30.538419],[115.890634,30.54389],[115.887225,30.543817],[115.881564,30.548414],[115.877645,30.556762],[115.879126,30.561289],[115.869916,30.572009],[115.874892,30.578435],[115.873494,30.584133],[115.861852,30.590807],[115.850388,30.592374],[115.849333,30.597175],[115.843061,30.604331],[115.838049,30.6022],[115.832074,30.603063],[115.823009,30.608141],[115.820087,30.605216],[115.818467,30.597806],[115.81334,30.598947],[115.809251,30.606479],[115.804583,30.610942],[115.80191,30.618653],[115.810263,30.624448],[115.808984,30.638179],[115.805732,30.642375],[115.80068,30.642196],[115.795692,30.645853],[115.793087,30.653975],[115.792568,30.662302],[115.778724,30.666166],[115.777117,30.669486],[115.76904,30.670324],[115.770125,30.673406],[115.765587,30.682219],[115.757707,30.686212],[115.756021,30.689884],[115.761379,30.69513],[115.761982,30.712403],[115.765145,30.719558],[115.763451,30.721265],[115.772016,30.729661],[115.772603,30.742103],[115.775259,30.746077],[115.772931,30.748891],[115.781453,30.758474],[115.786716,30.760795],[115.798033,30.761889],[115.813536,30.753051],[115.828744,30.759076],[115.833182,30.759588],[115.836163,30.757035],[115.840355,30.756323],[115.846689,30.760243],[115.848341,30.768853],[115.86398,30.776566],[115.866307,30.784501],[115.864351,30.785061],[115.860635,30.782909],[115.853613,30.785951],[115.851762,30.787864],[115.850633,30.79706],[115.859138,30.7982],[115.86156,30.802941],[115.861398,30.804915],[115.858647,30.805592],[115.857094,30.812187],[115.859727,30.818764],[115.846722,30.825645],[115.841374,30.83277],[115.842732,30.845519],[115.850061,30.849187],[115.859228,30.856858],[115.858943,30.864969],[115.86429,30.871429],[115.873359,30.871997],[115.877859,30.878242],[115.88623,30.883196],[115.887659,30.882135],[115.90229,30.88497],[115.904323,30.88772],[115.900052,30.888313],[115.900122,30.889671],[115.910729,30.890073],[115.913948,30.886949],[115.923574,30.887975],[115.926323,30.890204],[115.929525,30.897479],[115.928978,30.90099],[115.9313,30.905904],[115.941038,30.903761],[115.944728,30.906675],[115.946021,30.912181],[115.949246,30.915525],[115.95921,30.920197],[115.964039,30.919982],[115.968004,30.925954],[115.965343,30.930654],[115.970971,30.932414],[115.974099,30.936833],[115.978707,30.937331],[115.982526,30.935716],[115.990689,30.941554],[115.994757,30.946734],[116.000212,30.94673],[116.003444,30.950846],[116.015672,30.953136],[116.019669,30.956151],[116.029705,30.952847],[116.033292,30.958914],[116.035894,30.960211],[116.0528,30.958415],[116.060133,30.960021],[116.068718,30.957799],[116.065643,30.971814],[116.062125,30.974328],[116.063175,30.983285],[116.055041,30.99822],[116.052467,31.009404],[116.053567,31.013921],[116.052305,31.015576],[116.042442,31.015805],[116.034093,31.018145],[116.026048,31.010769],[116.021428,31.012013],[116.019974,31.015113],[116.017143,31.01617],[116.008927,31.014533],[116.003031,31.020479],[116.00276,31.026108],[116.004309,31.029202],[116.000704,31.035365],[115.991642,31.035084],[115.986396,31.040225],[115.98308,31.038494],[115.976574,31.045031],[115.964201,31.040307],[115.952873,31.041928],[115.948827,31.045542],[115.937403,31.041579],[115.934756,31.046996],[115.941738,31.061568],[115.942176,31.065414],[115.940053,31.070423],[115.92468,31.075055],[115.917211,31.08202],[115.914948,31.088715],[115.909183,31.092649],[115.899203,31.090886],[115.892256,31.096785],[115.887973,31.105389],[115.887562,31.116937],[115.882961,31.120646],[115.887621,31.124974],[115.88883,31.129024],[115.885511,31.130275],[115.880229,31.144613],[115.874302,31.149954],[115.86827,31.150726],[115.855665,31.145497],[115.849229,31.144599],[115.847545,31.139885],[115.841358,31.136357],[115.841112,31.131189],[115.838143,31.129897],[115.822933,31.126715],[115.794699,31.128942],[115.787376,31.12677],[115.782091,31.120489],[115.782003,31.114528],[115.775862,31.107165],[115.770627,31.105518],[115.763534,31.107972],[115.762428,31.109354],[115.76412,31.118832],[115.758098,31.136086],[115.752583,31.139699],[115.750495,31.144944],[115.746171,31.146986],[115.742711,31.155075],[115.73666,31.157697],[115.729312,31.157809],[115.731064,31.166756],[115.727657,31.178015],[115.716403,31.183114],[115.708066,31.184132],[115.70679,31.186541],[115.708722,31.197239],[115.707675,31.20184],[115.698288,31.203082],[115.692817,31.206251],[115.686891,31.203723],[115.670843,31.211977],[115.658682,31.210894],[115.656173,31.219661],[115.649489,31.219747],[115.645331,31.222495],[115.640134,31.22213],[115.638421,31.218261],[115.63823,31.204498],[115.630595,31.187399],[115.626068,31.184573],[115.614265,31.183357],[115.599215,31.171265],[115.59906,31.160882],[115.595308,31.161439],[115.591358,31.164671],[115.590809,31.161073],[115.593516,31.156354],[115.592216,31.153388],[115.588679,31.147881],[115.581941,31.144231],[115.579319,31.144738],[115.564811,31.159471],[115.557912,31.163183],[115.552723,31.163635],[115.549645,31.166553],[115.55337,31.175719],[115.550049,31.17704],[115.541905,31.184911],[115.543739,31.188953],[115.540156,31.195105],[115.537193,31.194134],[115.530951,31.198675],[115.528852,31.204785],[115.534174,31.210243],[115.537615,31.229575],[115.535405,31.236173],[115.527895,31.243925],[115.515147,31.265961],[115.506758,31.270898],[115.503553,31.270202],[115.496747,31.262818],[115.493913,31.267292],[115.479972,31.270478],[115.476851,31.267435],[115.469597,31.265064],[115.464925,31.26966],[115.461663,31.278494],[115.452002,31.282894],[115.451534,31.287851],[115.455577,31.295459],[115.455035,31.307139],[115.458904,31.309919],[115.460312,31.314518],[115.457216,31.321716],[115.451343,31.313878],[115.447462,31.314277],[115.444219,31.317285],[115.44021,31.328136],[115.441651,31.330891],[115.440835,31.340063],[115.437636,31.347493],[115.426722,31.352302],[115.423847,31.348384],[115.418615,31.349023],[115.41464,31.351761],[115.411697,31.347975],[115.411562,31.342778],[115.400494,31.339094],[115.390951,31.345843],[115.386188,31.343923],[115.380477,31.345316],[115.372411,31.349961],[115.366306,31.350858],[115.370226,31.354584],[115.374939,31.355074],[115.376461,31.362639],[115.375948,31.367968],[115.369973,31.37384],[115.37673,31.375514],[115.380828,31.382038],[115.380403,31.384373],[115.387264,31.388443],[115.387216,31.393391],[115.376394,31.399797],[115.369283,31.406578],[115.370188,31.413273],[115.373399,31.415465],[115.378081,31.415863],[115.379268,31.417915],[115.378601,31.431884],[115.381093,31.43546],[115.380679,31.440525],[115.382365,31.442209],[115.380546,31.445723],[115.383555,31.451978],[115.376939,31.462093],[115.377388,31.465801],[115.375754,31.468901],[115.371579,31.472259],[115.373125,31.47669],[115.368883,31.481512],[115.370961,31.489117],[115.366338,31.492187],[115.366468,31.496197],[115.369151,31.501261],[115.373341,31.502524],[115.377719,31.506722],[115.385992,31.507716],[115.391729,31.514128],[115.391251,31.515517],[115.39874,31.517983],[115.401417,31.520398],[115.405903,31.520815],[115.409616,31.526098],[115.413454,31.527271],[115.420833,31.545075],[115.424182,31.547815],[115.422978,31.551745],[115.42533,31.553786],[115.426996,31.561448],[115.423384,31.566345],[115.428081,31.576949],[115.435466,31.580706],[115.432209,31.588915],[115.442902,31.595716],[115.445351,31.594665],[115.449861,31.595845],[115.462081,31.604313],[115.472936,31.608616],[115.477144,31.608396],[115.481652,31.611765],[115.484718,31.616709],[115.486485,31.625026],[115.478918,31.633913],[115.478634,31.636872],[115.475484,31.639004],[115.474109,31.64337],[115.471372,31.64419],[115.471716,31.647266],[115.478166,31.648673],[115.481044,31.651721],[115.482056,31.656668],[115.480571,31.66148],[115.489198,31.66786],[115.489621,31.674997],[115.494286,31.675323],[115.498716,31.679857],[115.50492,31.68138],[115.511204,31.686701],[115.512394,31.690764],[115.51951,31.698241],[115.518464,31.701682],[115.54113,31.699109],[115.54592,31.70482],[115.55455,31.707161],[115.562839,31.711722],[115.569624,31.710869],[115.576336,31.713469],[115.581033,31.717381],[115.580825,31.723474],[115.590623,31.7271],[115.59525,31.733689],[115.599866,31.734064],[115.600358,31.736405],[115.608467,31.736782],[115.611641,31.740406],[115.617668,31.741716],[115.621356,31.746364],[115.627748,31.750103],[115.631763,31.759813],[115.639891,31.75971],[115.657202,31.762888],[115.668935,31.775257],[115.669935,31.779108],[115.673969,31.781261],[115.676951,31.781643],[115.686071,31.777941],[115.687907,31.772802],[115.693916,31.769591],[115.697184,31.769119],[115.706693,31.77377],[115.707541,31.771209],[115.715839,31.765007],[115.720254,31.767036],[115.727325,31.764852],[115.728932,31.762968],[115.732676,31.76486],[115.733876,31.767433],[115.726007,31.769375],[115.725321,31.770856],[115.735433,31.778612],[115.735453,31.784943],[115.757422,31.784522],[115.763091,31.790087],[115.768576,31.786461],[115.784309,31.781454],[115.789269,31.775072],[115.798611,31.773429],[115.802832,31.776021],[115.803352,31.773329],[115.801737,31.771682],[115.803237,31.768377],[115.809621,31.765182],[115.82164,31.773806],[115.82679,31.779697],[115.83317,31.77522],[115.840131,31.785879],[115.84464,31.788337],[115.846158,31.788468],[115.848298,31.785331],[115.848988,31.780766],[115.852045,31.776041],[115.85469,31.775551],[115.863017,31.778304],[115.874915,31.777318],[115.882747,31.779155],[115.885416,31.785472],[115.893847,31.793842],[115.904088,31.793841],[115.905403,31.795195],[115.909751,31.815126],[115.909289,31.822066],[115.900498,31.829511],[115.891464,31.833394],[115.887911,31.838228],[115.888586,31.848893],[115.891686,31.86003],[115.890081,31.865246],[115.890645,31.878598],[115.892755,31.880159],[115.893251,31.883805],[115.900194,31.883309],[115.902477,31.888251],[115.902714,31.893267],[115.905073,31.893972],[115.904587,31.895736],[115.906888,31.896953],[115.906181,31.899481],[115.913862,31.909683],[115.91381,31.91411],[115.917414,31.920545],[115.910677,31.932344],[115.913853,31.936537],[115.911458,31.941486],[115.904425,31.945104],[115.903671,31.952447],[115.90465,31.95553],[115.908606,31.959099],[115.909416,31.966618],[115.912491,31.971406],[115.913231,31.975921],[115.919964,31.985465],[115.918767,31.989207],[115.916427,31.990368],[115.919473,31.99355],[115.919788,31.996409],[115.918491,31.997263],[115.922937,31.999188],[115.92732,31.997436],[115.929379,32],[115.922285,32.009699],[115.923368,32.022062],[115.918959,32.024387],[115.914458,32.030869],[115.915957,32.035697],[115.922676,32.038694],[115.916866,32.052062],[115.920009,32.057562],[115.919639,32.060666],[115.928604,32.060539],[115.938566,32.077215],[115.937718,32.080932],[115.932135,32.08295],[115.927432,32.087473],[115.92137,32.107593],[115.921997,32.111034],[115.926441,32.115112],[115.926854,32.123285],[115.930392,32.12979],[115.93362,32.141981],[115.93415,32.148316],[115.931611,32.154291],[115.93387,32.164238],[115.932652,32.169726],[115.927493,32.178474],[115.929028,32.183214],[115.919394,32.190887],[115.916505,32.206478],[115.907417,32.231254],[115.909175,32.240394],[115.908716,32.253923],[115.910314,32.258727],[115.918215,32.268966],[115.916843,32.273643],[115.905832,32.286441],[115.906723,32.298402],[115.902571,32.30157],[115.899715,32.3218],[115.903809,32.327532],[115.898389,32.341211],[115.892318,32.348669],[115.893969,32.393669],[115.875787,32.434634],[115.879651,32.45492],[115.870943,32.460757],[115.860521,32.460761],[115.858362,32.462402],[115.860772,32.466932],[115.868965,32.473462],[115.876667,32.475984],[115.877726,32.493531],[115.868687,32.500949],[115.868772,32.505458],[115.86682,32.507337],[115.84705,32.507227],[115.840832,32.50423],[115.839254,32.506127],[115.842038,32.511403],[115.849143,32.518393],[115.86807,32.528156],[115.87032,32.533769],[115.870249,32.542821],[115.872471,32.545619],[115.893526,32.557879],[115.906157,32.569892],[115.910196,32.570504],[115.914916,32.567587],[115.924517,32.569653],[115.908381,32.579649],[115.892821,32.58064],[115.887217,32.57904],[115.882228,32.569185],[115.85981,32.543376],[115.853267,32.538881],[115.841329,32.534335],[115.835566,32.528872],[115.831901,32.520107],[115.835851,32.50269],[115.818601,32.504441],[115.813395,32.498053],[115.801476,32.490168],[115.78257,32.470528],[115.778392,32.467981],[115.776059,32.469023],[115.781961,32.480964],[115.781389,32.488713],[115.774006,32.500022],[115.765055,32.507831],[115.762055,32.506251],[115.76228,32.497407],[115.757597,32.486649],[115.750001,32.481562],[115.738841,32.478087],[115.712345,32.488421],[115.698668,32.49773],[115.694258,32.496638],[115.687698,32.491232],[115.686286,32.48588],[115.687931,32.48175],[115.69539,32.474938],[115.69544,32.471522],[115.691262,32.469135],[115.673526,32.46884],[115.669084,32.467098],[115.675907,32.454403],[115.676117,32.444379],[115.666141,32.41781],[115.660439,32.410933],[115.6537,32.409464],[115.650632,32.411334],[115.651236,32.421493],[115.646131,32.426658],[115.638968,32.418656],[115.619936,32.407105],[115.61282,32.416476],[115.605548,32.421409],[115.603505,32.427058],[115.599319,32.428238],[115.583067,32.423286],[115.55826,32.405621],[115.548165,32.409473],[115.54682,32.413821],[115.549729,32.415369],[115.554617,32.412793],[115.559194,32.413747],[115.564025,32.417444],[115.565266,32.422327],[115.552317,32.425714],[115.543306,32.425466],[115.536269,32.437259],[115.53138,32.441782],[115.523866,32.440901],[115.518813,32.443005],[115.51856,32.450684],[115.510188,32.452821],[115.508318,32.454638],[115.506563,32.463084],[115.492289,32.494094],[115.483495,32.500088],[115.480152,32.509695],[115.481162,32.513512],[115.472296,32.513661],[115.472509,32.52117],[115.470344,32.523352],[115.460189,32.52225],[115.432446,32.53452],[115.432038,32.537771],[115.435837,32.539621],[115.437943,32.543398],[115.43675,32.548973],[115.426014,32.554176],[115.415416,32.553899],[115.406236,32.560103],[115.407419,32.567872],[115.404678,32.578367],[115.398881,32.579209],[115.394047,32.575023],[115.38782,32.573117],[115.326749,32.563695],[115.317643,32.556469],[115.303295,32.554085],[115.299915,32.554811],[115.290968,32.56416],[115.29452,32.570015],[115.299935,32.58546],[115.295544,32.590161],[115.27575,32.593303],[115.277036,32.589134],[115.275673,32.586916],[115.260372,32.580177],[115.248844,32.587742],[115.249174,32.589387],[115.254521,32.589797],[115.256246,32.591325],[115.25076,32.597388],[115.244652,32.594652],[115.237484,32.595237],[115.234278,32.591442],[115.229151,32.590071],[115.223858,32.592773],[115.21718,32.592282],[115.211061,32.589346],[115.20669,32.59069],[115.203629,32.594649],[115.194045,32.59462],[115.191753,32.600537],[115.186254,32.604951],[115.191887,32.609753],[115.19595,32.610082],[115.202095,32.61603],[115.194027,32.620981],[115.19799,32.62944],[115.195692,32.635646],[115.194069,32.635839],[115.191783,32.632957],[115.189001,32.633566],[115.189327,32.644858],[115.198303,32.656383],[115.200433,32.662796],[115.200525,32.6694],[115.193668,32.673765],[115.180103,32.664649],[115.175087,32.66289],[115.172081,32.663928],[115.169698,32.668978],[115.179026,32.671292],[115.179364,32.673543],[115.179515,32.680732],[115.174693,32.680266],[115.174355,32.685546],[115.174736,32.69949],[115.178857,32.724343],[115.174217,32.728412],[115.171945,32.741149],[115.172116,32.742852],[115.176114,32.744534],[115.184863,32.770229],[115.183783,32.774143],[115.175596,32.780649],[115.175986,32.788388],[115.185237,32.792896],[115.188395,32.788418],[115.194807,32.785707],[115.207266,32.788167],[115.206408,32.797289],[115.201772,32.800426],[115.197157,32.800474],[115.189676,32.803909],[115.184779,32.808819],[115.185148,32.815975],[115.190868,32.825498],[115.191598,32.831431],[115.185809,32.831486],[115.183509,32.832968],[115.18334,32.840233],[115.18549,32.843416],[115.195157,32.8421],[115.198661,32.847911],[115.194496,32.857138],[115.186882,32.858789],[115.169954,32.857676],[115.159002,32.861639],[115.149646,32.868213],[115.150306,32.880338],[115.139941,32.883848],[115.137389,32.896089],[115.127447,32.900608],[115.108136,32.901179],[115.102978,32.897326],[115.095513,32.895891],[115.082005,32.904132],[115.069762,32.905373],[115.055604,32.904517],[115.037227,32.908191],[115.028434,32.904951],[115.016013,32.909422],[115.018909,32.917786],[115.030199,32.916947],[115.032313,32.920318],[115.037219,32.933298],[115.036549,32.937693],[115.033673,32.939754],[115.029734,32.939438],[115.024925,32.933897],[115.012719,32.934911],[115.008852,32.940986],[114.999566,32.942104],[114.961082,32.941031],[114.951161,32.936416],[114.94145,32.934742],[114.936198,32.936286],[114.929452,32.953275],[114.913754,32.970159],[114.903023,32.972639],[114.89147,32.972787],[114.881238,32.976246],[114.878701,32.987525],[114.879158,32.993482],[114.896992,33.001396],[114.894943,33.010159],[114.887675,33.022431],[114.909936,33.018182],[114.920171,33.01883],[114.927292,33.02726],[114.925726,33.032397],[114.917712,33.038305],[114.915419,33.067491],[114.91142,33.0826],[114.906154,33.086617],[114.892516,33.086478],[114.892374,33.102295],[114.899783,33.110948],[114.900073,33.116316],[114.899868,33.124011],[114.893933,33.12849],[114.90274,33.138382],[114.922277,33.140891],[114.928179,33.145993],[114.929221,33.152266],[114.927018,33.153915],[114.927491,33.156564],[114.972712,33.14879],[114.97602,33.14943],[114.972798,33.144122],[114.966288,33.141618],[114.963348,33.135278],[114.970781,33.127944],[114.98136,33.122591],[114.984989,33.117538],[114.985639,33.106434],[114.989937,33.099716],[115.008074,33.097245],[115.015654,33.090229],[115.0328,33.088509],[115.038568,33.091405],[115.039468,33.094704],[115.043398,33.096367],[115.048055,33.095905],[115.047159,33.09122],[115.048296,33.087956],[115.057896,33.07979],[115.059519,33.084003],[115.064523,33.08871],[115.0796,33.090021],[115.088005,33.088702],[115.087896,33.085866],[115.089506,33.084843],[115.113533,33.077137],[115.119639,33.080492],[115.132169,33.083135],[115.150126,33.081333],[115.167565,33.094894],[115.167845,33.096428],[115.164442,33.096864],[115.162,33.099108],[115.166737,33.111852],[115.186244,33.119918],[115.192977,33.121968],[115.201832,33.118989],[115.228749,33.127173],[115.235084,33.129832],[115.238342,33.138672],[115.241567,33.138552],[115.241677,33.1361],[115.253171,33.13521],[115.270982,33.140669],[115.283375,33.134794],[115.284956,33.138276],[115.282606,33.139796],[115.283808,33.144576],[115.290031,33.144742],[115.294699,33.142596],[115.295986,33.143499],[115.297563,33.150219],[115.293898,33.163836],[115.290767,33.185739],[115.285649,33.192995],[115.288617,33.202554],[115.291791,33.20526],[115.300187,33.207281],[115.306156,33.206645],[115.319566,33.211908],[115.323514,33.217077],[115.32406,33.218467],[115.322056,33.219054],[115.309847,33.219385],[115.308616,33.221082],[115.311873,33.228116],[115.316792,33.228653],[115.324943,33.235208],[115.325268,33.239634],[115.323132,33.24606],[115.327226,33.256376],[115.338228,33.264107],[115.335444,33.268107],[115.333574,33.277871],[115.327753,33.285752],[115.32931,33.299636],[115.337557,33.303074],[115.344363,33.302995],[115.346083,33.301759],[115.346419,33.298465],[115.355731,33.299957],[115.354496,33.316275],[115.356445,33.327265],[115.361848,33.333387],[115.359388,33.341761],[115.345533,33.343425],[115.344205,33.351728],[115.336642,33.362499],[115.335723,33.366769],[115.337902,33.369142],[115.337584,33.373446],[115.325339,33.373814],[115.32647,33.369745],[115.318669,33.365872],[115.315842,33.365959],[115.311654,33.368066],[115.30831,33.375449],[115.307218,33.390777],[115.31923,33.39478],[115.324781,33.400643],[115.324808,33.403708],[115.321726,33.409742],[115.316374,33.410824],[115.311197,33.423401],[115.313355,33.44575],[115.318986,33.457059],[115.335994,33.446119],[115.341867,33.447163],[115.345725,33.455201],[115.345764,33.458249],[115.343524,33.460662],[115.340555,33.460685],[115.337228,33.463723],[115.337498,33.466467],[115.342096,33.470712],[115.345517,33.473516],[115.347276,33.472656],[115.347581,33.475851],[115.345099,33.489854],[115.339978,33.501108],[115.339987,33.505164],[115.353517,33.511727],[115.360683,33.525022],[115.39327,33.505926],[115.395816,33.507883],[115.399074,33.51795],[115.399435,33.53519],[115.404776,33.551486],[115.410206,33.556757],[115.445068,33.565678],[115.444077,33.568654],[115.446457,33.570505],[115.455802,33.571553],[115.463005,33.559146],[115.471599,33.559072],[115.494655,33.568216],[115.496475,33.567589],[115.496785,33.564573],[115.494362,33.560261],[115.504353,33.558641],[115.508268,33.55905],[115.528827,33.569325],[115.536542,33.570624],[115.541039,33.570045],[115.542539,33.567021],[115.548151,33.564268],[115.553594,33.565376],[115.556934,33.577995],[115.597103,33.580256],[115.611835,33.575306],[115.615375,33.584323],[115.630396,33.586067],[115.635227,33.583457],[115.619437,33.627995],[115.609467,33.638078],[115.594904,33.662035],[115.595957,33.662046],[115.595521,33.667823],[115.597704,33.675206],[115.596009,33.677419],[115.590364,33.678439],[115.593843,33.68811],[115.599407,33.691335],[115.590484,33.704219],[115.591155,33.713611],[115.597148,33.718249],[115.592769,33.727106],[115.591865,33.734219],[115.572386,33.754319],[115.565304,33.769988],[115.560058,33.76941],[115.557102,33.771205],[115.55846,33.775958],[115.562486,33.781105],[115.569893,33.788909],[115.575354,33.791318],[115.582816,33.786498],[115.608291,33.777537],[115.615906,33.814916],[115.606584,33.822053],[115.616381,33.824762],[115.622028,33.840446],[115.629487,33.841016],[115.631211,33.844942],[115.629319,33.86845],[115.61911,33.87548],[115.613244,33.875164],[115.599358,33.868615],[115.586622,33.869906],[115.573057,33.878832],[115.56517,33.877843],[115.55724,33.872948],[115.553242,33.874118],[115.550933,33.878457],[115.540758,33.876841],[115.540124,33.883913],[115.540443,33.893343],[115.545904,33.893109],[115.549212,33.898631],[115.54984,33.905799],[115.560316,33.911915],[115.555415,33.915373],[115.554832,33.921692],[115.557453,33.931672],[115.561912,33.932432],[115.564343,33.949472],[115.565332,33.950878],[115.57202,33.952072],[115.572183,33.975034],[115.582142,33.977781],[115.587666,33.982184],[115.585725,33.988521],[115.580286,33.989737],[115.577492,33.99238],[115.583637,34.013837],[115.598219,34.012048],[115.600949,34.016887],[115.597235,34.02319],[115.598859,34.035241],[115.628111,34.037043],[115.628707,34.033626],[115.632572,34.03265],[115.641755,34.033127],[115.645486,34.035286],[115.649757,34.058122],[115.646215,34.063441],[115.649256,34.064781],[115.657057,34.064768],[115.661163,34.058878],[115.664532,34.058474],[115.670914,34.060483],[115.679201,34.06804],[115.693135,34.067665],[115.701258,34.066116],[115.701912,34.064313],[115.707791,34.06392],[115.728589,34.081038],[115.734628,34.080095],[115.736484,34.076715],[115.73556,34.073196],[115.753281,34.070033],[115.752967,34.061706],[115.765057,34.06167],[115.772183,34.063696],[115.777302,34.07197],[115.786305,34.066872],[115.808806,34.066237],[115.812264,34.063247],[115.812779,34.059359],[115.809442,34.053287],[115.822916,34.042534],[115.831878,34.03263],[115.8427,34.032322],[115.84523,34.030754],[115.847827,34.024926],[115.84619,34.006135],[115.850215,34.004228],[115.871572,34.004589],[115.870489,34.021613],[115.874462,34.030469],[115.891898,34.029593],[115.896333,34.02399],[115.895857,34.022367],[115.893231,34.02166],[115.88865,34.023173],[115.888262,34.015628],[115.9009,34.002644],[115.906884,34.001646],[115.922773,34.01229],[115.931975,34.005596],[115.945742,34.004153],[115.949199,34.005919],[115.973713,33.995588],[115.974819,33.99351],[115.980071,33.992415],[115.984191,33.979509],[115.995319,33.969169],[115.999151,33.960718],[115.988674,33.9469],[115.98712,33.936325],[115.976897,33.931037],[115.974544,33.915227],[115.979974,33.902794],[115.989667,33.898949],[115.995404,33.90317],[116.004641,33.901185],[116.006959,33.898819],[116.00978,33.88852],[116.02138,33.885838],[116.025337,33.88053],[116.036611,33.878162],[116.040874,33.874858],[116.052783,33.852408],[116.059959,33.848293],[116.060057,33.845872],[116.057431,33.825624],[116.052156,33.830325],[116.041826,33.832457],[116.039652,33.829459],[116.038705,33.822258],[116.042576,33.820787],[116.04521,33.821432],[116.045608,33.823498],[116.053054,33.822094],[116.055721,33.813005],[116.054122,33.809436],[116.054423,33.803719],[116.062359,33.797354],[116.066846,33.79077],[116.064615,33.784593],[116.067752,33.781761],[116.075246,33.781428],[116.075747,33.783747],[116.094164,33.783773],[116.095698,33.779926],[116.093019,33.773711],[116.095991,33.772617],[116.098318,33.764775],[116.103849,33.759608],[116.117108,33.756484],[116.127163,33.750157],[116.13563,33.739859],[116.140046,33.726906],[116.148752,33.71605],[116.150535,33.709584],[116.153755,33.70875],[116.175282,33.707591],[116.184923,33.71099],[116.189405,33.72398],[116.197661,33.728774],[116.19919,33.727484],[116.198141,33.722256],[116.201311,33.720201],[116.217081,33.722758],[116.221081,33.726036],[116.223068,33.730138],[116.222406,33.732883],[116.219925,33.733572],[116.216102,33.73815],[116.23187,33.745528],[116.23539,33.74573],[116.237344,33.733331],[116.24889,33.727148],[116.255607,33.726696],[116.2588,33.729548],[116.260852,33.739467],[116.267231,33.749881],[116.27314,33.754242],[116.291101,33.754855],[116.298313,33.753263],[116.308529,33.766698],[116.32346,33.77031],[116.326225,33.777525],[116.332611,33.783916],[116.340855,33.7826],[116.343607,33.778123],[116.345721,33.777373],[116.37553,33.780975],[116.377832,33.78356],[116.388786,33.785347],[116.39404,33.794814],[116.395983,33.80256],[116.401019,33.80717],[116.409998,33.804482],[116.417352,33.796721],[116.420672,33.798874],[116.427206,33.796442],[116.428598,33.799137],[116.432255,33.800772],[116.427699,33.815944],[116.431357,33.843146],[116.434315,33.848287],[116.452373,33.850847],[116.454479,33.855356],[116.45327,33.857696],[116.454005,33.861688],[116.46986,33.864939],[116.479056,33.870918],[116.495528,33.866151],[116.51043,33.867906],[116.515831,33.869386],[116.518083,33.881278],[116.519402,33.88195],[116.526535,33.883371],[116.53146,33.881341],[116.534118,33.875789],[116.553122,33.882017],[116.5534,33.887744],[116.550716,33.895064],[116.551518,33.900922],[116.557213,33.909539],[116.568481,33.913676],[116.570248,33.91425],[116.576013,33.907015],[116.575834,33.901824],[116.582763,33.900443],[116.595356,33.900917],[116.599573,33.898318],[116.599922,33.894745],[116.609492,33.889435],[116.637596,33.885059],[116.644088,33.899816],[116.642105,33.9037],[116.634818,33.908475],[116.636003,33.928445],[116.641104,33.936588],[116.636842,33.94554],[116.640015,33.95273],[116.642805,33.952736],[116.643955,33.956902],[116.644816,33.974936],[116.64048,33.975001],[116.63403,33.980548],[116.632863,33.978931],[116.628291,33.980448],[116.614495,33.993312],[116.60134,34.002105],[116.602198,34.009668],[116.597626,34.016638],[116.598865,34.024281],[116.591315,34.040271],[116.58201,34.047495],[116.581267,34.052005],[116.576498,34.055799],[116.575175,34.060828],[116.564717,34.072853],[116.560445,34.086168],[116.549819,34.098042],[116.53592,34.098298],[116.534461,34.101933],[116.536208,34.111142],[116.528899,34.117251],[116.527022,34.122468],[116.529738,34.142861],[116.547927,34.169124],[116.556906,34.168128],[116.559732,34.169997],[116.560636,34.174715],[116.555911,34.179827],[116.555069,34.187745],[116.548437,34.188564],[116.54131,34.196309],[116.538473,34.206022],[116.537519,34.221156],[116.538503,34.225475],[116.54192,34.230086],[116.538771,34.241726],[116.540862,34.243652],[116.548975,34.243545],[116.555284,34.249916],[116.563654,34.253398],[116.577035,34.267691],[116.579663,34.276662],[116.561219,34.280462],[116.560732,34.284607],[116.550058,34.292704],[116.525726,34.291781],[116.518854,34.292501],[116.516281,34.294981],[116.507995,34.296585],[116.490748,34.294059],[116.491039,34.291891],[116.475362,34.272747],[116.471681,34.271857],[116.446718,34.272133],[116.443229,34.283287],[116.449377,34.288044],[116.442861,34.289702],[116.434888,34.287763],[116.427655,34.281948],[116.425934,34.277161],[116.427652,34.271358],[116.410658,34.269484],[116.400541,34.277687],[116.375771,34.274211],[116.366549,34.268829],[116.359096,34.272698],[116.356864,34.280693],[116.365047,34.290891],[116.369495,34.292759],[116.369736,34.299061],[116.362669,34.311366],[116.351955,34.320038],[116.345059,34.328255],[116.341519,34.326181],[116.326495,34.325989],[116.322678,34.334529],[116.308352,34.339541],[116.303993,34.335716],[116.301606,34.336569],[116.291978,34.348933],[116.290666,34.352729],[116.293174,34.353284],[116.293646,34.355097],[116.293236,34.357497],[116.290104,34.360216],[116.278611,34.358689],[116.271813,34.361454],[116.265625,34.370294],[116.250618,34.379341],[116.245003,34.380055],[116.235603,34.374279],[116.227657,34.375119],[116.227844,34.38193],[116.214864,34.377266],[116.205256,34.380783],[116.201524,34.383431],[116.201453,34.391077],[116.205111,34.401617],[116.211326,34.401999],[116.213164,34.407074],[116.202323,34.415284],[116.196179,34.414745],[116.190061,34.421522],[116.190495,34.425109],[116.180524,34.425326],[116.179308,34.423836],[116.175296,34.425859],[116.17418,34.426984],[116.175014,34.43073],[116.180604,34.430447],[116.17933,34.437994],[116.175401,34.443808],[116.164456,34.445319],[116.152982,34.451022],[116.15406,34.45883],[116.157063,34.458518],[116.161004,34.464349],[116.163401,34.473981],[116.170472,34.474202],[116.171507,34.475741],[116.175113,34.493435],[116.187274,34.503805],[116.201378,34.507721],[116.203351,34.513261],[116.203475,34.51479],[116.187038,34.530115],[116.191255,34.54862],[116.19314,34.548815],[116.196165,34.560736],[116.196039,34.568391],[116.191248,34.576896],[116.197098,34.579475],[116.211059,34.575995],[116.218618,34.56984],[116.224181,34.557619],[116.231084,34.554615],[116.243507,34.553365],[116.247489,34.56353],[116.261831,34.581033],[116.277161,34.582377],[116.278279,34.593595],[116.274259,34.600192],[116.273665,34.606054],[116.289794,34.606998],[116.301838,34.600112],[116.313576,34.598533],[116.319861,34.601505],[116.323555,34.605988],[116.330485,34.622738],[116.339015,34.622119],[116.363136,34.629644],[116.369737,34.637522],[116.37516,34.637963],[116.381702,34.634616],[116.386464,34.638032],[116.391288,34.648507],[116.399769,34.646931],[116.404052,34.643606],[116.412346,34.650501],[116.424854,34.65234]]]}},{type:"Feature",properties:{name:"福建省",province_adcode:35e4,province_type:"省",name_en:"Fujian",name_var:"Fú Jiàn",adcode:35e4},geometry:{type:"MultiPolygon",coordinates:[[[[117.292284,23.59563],[117.284028,23.593494],[117.284289,23.598143],[117.289283,23.603771],[117.29279,23.602226],[117.294153,23.599518],[117.292284,23.59563]]],[[[117.32745,23.609257],[117.318748,23.608517],[117.31662,23.603495],[117.310161,23.603271],[117.30843,23.605258],[117.312366,23.611374],[117.321729,23.613513],[117.329666,23.613487],[117.32745,23.609257]]],[[[117.55507,23.728979],[117.548802,23.72853],[117.543771,23.730985],[117.543024,23.732911],[117.546585,23.733269],[117.548853,23.73606],[117.547146,23.740725],[117.549669,23.74133],[117.549062,23.739102],[117.551925,23.736595],[117.55507,23.728979]]],[[[117.703631,23.781449],[117.714649,23.780382],[117.719912,23.777505],[117.721066,23.773301],[117.717173,23.775369],[117.712781,23.772446],[117.708147,23.771736],[117.703631,23.781449]]],[[[117.685953,23.784331],[117.688537,23.777575],[117.685068,23.778331],[117.683635,23.782003],[117.677964,23.783753],[117.679063,23.785779],[117.684419,23.787363],[117.685953,23.784331]]],[[[117.725713,23.788628],[117.719129,23.790465],[117.718939,23.793355],[117.726416,23.793365],[117.725713,23.788628]]],[[[117.669152,23.789235],[117.666708,23.790961],[117.664682,23.797877],[117.664003,23.803234],[117.665596,23.805701],[117.668618,23.800045],[117.66829,23.795333],[117.671626,23.791491],[117.669152,23.789235]]],[[[117.762596,23.816994],[117.7597,23.815058],[117.753788,23.814365],[117.755971,23.816873],[117.760948,23.818664],[117.762596,23.816994]]],[[[117.443062,23.927115],[117.448012,23.923772],[117.445502,23.918629],[117.430566,23.925882],[117.430082,23.930529],[117.433703,23.931188],[117.443062,23.927115]]],[[[118.149126,24.322144],[118.144331,24.322397],[118.140588,24.339365],[118.14138,24.340885],[118.144169,24.341053],[118.150986,24.334394],[118.147317,24.332458],[118.146079,24.329434],[118.151148,24.324612],[118.149126,24.322144]]],[[[118.075224,24.373215],[118.070064,24.370894],[118.064077,24.372438],[118.0612,24.378897],[118.062696,24.382674],[118.067145,24.385527],[118.073402,24.384765],[118.076198,24.382292],[118.0774,24.378479],[118.075224,24.373215]]],[[[118.16518,24.38886],[118.17261,24.388319],[118.172286,24.385806],[118.167652,24.384557],[118.163311,24.387041],[118.158833,24.393098],[118.161048,24.396246],[118.164708,24.395529],[118.163683,24.392389],[118.16518,24.38886]]],[[[117.919229,24.403528],[117.910472,24.401595],[117.905677,24.404035],[117.914342,24.406303],[117.917444,24.406039],[117.919229,24.403528]]],[[[117.958478,24.40278],[117.942293,24.405707],[117.937405,24.408508],[117.958125,24.417442],[117.97867,24.413402],[117.976047,24.406883],[117.958478,24.40278]]],[[[118.007521,24.43204],[118.00212,24.431786],[118.001144,24.435671],[118.005034,24.436883],[118.010186,24.434381],[118.007521,24.43204]]],[[[118.26693,24.437341],[118.262541,24.422514],[118.257598,24.425368],[118.251038,24.424268],[118.245517,24.418576],[118.232268,24.412812],[118.2258,24.405412],[118.214194,24.409768],[118.212018,24.412231],[118.219544,24.414997],[118.225573,24.422258],[118.229211,24.44416],[118.231841,24.448373],[118.246365,24.452857],[118.250947,24.452343],[118.264518,24.443505],[118.267655,24.443169],[118.26693,24.437341]]],[[[118.069429,24.441123],[118.066069,24.439143],[118.064466,24.442006],[118.053555,24.444971],[118.05601,24.454313],[118.061732,24.45581],[118.070477,24.44738],[118.071317,24.444098],[118.069429,24.441123]]],[[[117.910416,24.477769],[117.923314,24.470136],[117.924665,24.468499],[117.924247,24.46433],[117.915259,24.468098],[117.905559,24.477238],[117.910416,24.477769]]],[[[118.43245,24.509162],[118.449824,24.508754],[118.447438,24.500756],[118.455696,24.482955],[118.461241,24.478957],[118.46175,24.464301],[118.46368,24.455976],[118.468335,24.450535],[118.472685,24.45087],[118.4725,24.441415],[118.470391,24.440445],[118.468008,24.442043],[118.464527,24.441699],[118.460167,24.437716],[118.45954,24.435907],[118.464132,24.429025],[118.456886,24.421489],[118.439051,24.413639],[118.43421,24.413857],[118.431678,24.419724],[118.428149,24.423296],[118.410717,24.428748],[118.408585,24.431858],[118.402827,24.434861],[118.386588,24.435337],[118.374501,24.43277],[118.350121,24.420558],[118.338757,24.40692],[118.330795,24.388502],[118.320194,24.385788],[118.318606,24.388219],[118.293425,24.40084],[118.278129,24.413467],[118.278872,24.414824],[118.300389,24.418177],[118.307758,24.425761],[118.309468,24.431946],[118.309134,24.441005],[118.304457,24.45194],[118.303104,24.461612],[118.288618,24.469951],[118.292381,24.478178],[118.303264,24.485598],[118.311202,24.489653],[118.313804,24.489302],[118.340221,24.469481],[118.351121,24.464352],[118.377197,24.460699],[118.385793,24.4694],[118.387563,24.483152],[118.395482,24.491956],[118.394089,24.506757],[118.411554,24.517524],[118.411563,24.525592],[118.418891,24.527908],[118.422561,24.527065],[118.427294,24.521573],[118.43245,24.509162]]],[[[118.192323,24.473141],[118.1897,24.470317],[118.185775,24.472516],[118.176258,24.459742],[118.137104,24.430482],[118.131842,24.423747],[118.11869,24.42757],[118.114897,24.430048],[118.10128,24.430367],[118.09452,24.434627],[118.084956,24.436137],[118.066867,24.45897],[118.066225,24.462815],[118.070458,24.47804],[118.069205,24.485652],[118.071247,24.497584],[118.077994,24.510579],[118.087882,24.540566],[118.102103,24.555111],[118.111783,24.555417],[118.137531,24.559964],[118.141356,24.559232],[118.15311,24.54716],[118.160673,24.546586],[118.17488,24.54091],[118.190379,24.532846],[118.193713,24.528494],[118.194372,24.495686],[118.197307,24.485167],[118.192323,24.473141]]],[[[118.376526,24.554695],[118.374771,24.555141],[118.374593,24.55851],[118.379649,24.561209],[118.390505,24.562726],[118.39342,24.561209],[118.39229,24.55877],[118.387442,24.556718],[118.376526,24.554695]]],[[[118.322799,24.570876],[118.328295,24.571218],[118.336831,24.568214],[118.338666,24.569305],[118.349849,24.567722],[118.372512,24.562288],[118.373857,24.559111],[118.366201,24.549546],[118.368923,24.541862],[118.357837,24.534603],[118.349789,24.539157],[118.343042,24.537054],[118.337157,24.537485],[118.337771,24.541034],[118.334381,24.543989],[118.327255,24.543521],[118.321935,24.546185],[118.320623,24.539817],[118.313634,24.543498],[118.307855,24.549556],[118.29006,24.559958],[118.291624,24.567859],[118.305264,24.575468],[118.315709,24.576569],[118.322799,24.570876]]],[[[118.774272,24.834217],[118.77679,24.830344],[118.776153,24.828345],[118.764947,24.828577],[118.764905,24.831213],[118.774272,24.834217]]],[[[119.461556,24.992445],[119.460741,24.988787],[119.457492,24.989165],[119.455746,24.987525],[119.452255,24.988674],[119.444599,24.995504],[119.454407,24.995848],[119.461556,24.992445]]],[[[119.027444,25.031081],[119.024089,25.032462],[119.021132,25.040804],[119.022112,25.042873],[119.027301,25.04085],[119.026257,25.037405],[119.029361,25.033411],[119.027444,25.031081]]],[[[119.041151,25.078837],[119.038312,25.075537],[119.035887,25.07567],[119.034178,25.080214],[119.040963,25.084868],[119.042553,25.082139],[119.041151,25.078837]]],[[[119.15266,25.095677],[119.14817,25.095373],[119.140024,25.086834],[119.134033,25.087403],[119.129939,25.080726],[119.130009,25.070837],[119.136141,25.068607],[119.132234,25.059986],[119.135257,25.057953],[119.139989,25.05868],[119.140815,25.055882],[119.130248,25.050548],[119.129314,25.046735],[119.126285,25.045221],[119.124005,25.035776],[119.119228,25.032621],[119.122707,25.026979],[119.115298,25.026192],[119.114877,25.029066],[119.116954,25.032422],[119.110122,25.039525],[119.108944,25.043785],[119.094915,25.049691],[119.091297,25.051704],[119.090733,25.053677],[119.108035,25.049514],[119.116455,25.052131],[119.118153,25.060144],[119.116938,25.064357],[119.106976,25.075846],[119.111437,25.083817],[119.125898,25.094977],[119.141389,25.094596],[119.146946,25.101819],[119.152199,25.105002],[119.15266,25.095677]]],[[[119.367079,25.124729],[119.369672,25.122504],[119.372849,25.123139],[119.368856,25.119215],[119.362164,25.120942],[119.36331,25.129706],[119.3652,25.131159],[119.367786,25.126937],[119.367079,25.124729]]],[[[118.994038,25.180221],[118.99045,25.174855],[118.990817,25.181555],[118.997947,25.189445],[119.000351,25.189692],[118.999999,25.186003],[118.994038,25.180221]]],[[[119.029834,25.188453],[119.02926,25.182012],[119.023617,25.174712],[119.018115,25.173403],[119.013623,25.174533],[119.012017,25.177389],[119.012746,25.186325],[119.015296,25.187667],[119.017299,25.185926],[119.027692,25.191604],[119.029834,25.188453]]],[[[119.595714,25.189107],[119.588234,25.190836],[119.586437,25.19285],[119.590484,25.196869],[119.594214,25.19717],[119.59696,25.19179],[119.595714,25.189107]]],[[[119.642631,25.230492],[119.635101,25.230991],[119.633589,25.234221],[119.640545,25.234548],[119.642894,25.2327],[119.642631,25.230492]]],[[[119.59504,25.241463],[119.590669,25.239108],[119.584098,25.241712],[119.587761,25.244848],[119.591894,25.245257],[119.59504,25.241463]]],[[[119.5841,25.251181],[119.582069,25.245832],[119.575297,25.253979],[119.578229,25.254722],[119.5841,25.251181]]],[[[119.479188,25.242037],[119.482472,25.241966],[119.488343,25.246662],[119.490623,25.245455],[119.491712,25.231245],[119.49028,25.225207],[119.491896,25.222753],[119.504092,25.213258],[119.517047,25.206446],[119.534752,25.2023],[119.55517,25.206908],[119.567325,25.212149],[119.568679,25.210094],[119.572034,25.210006],[119.572448,25.204236],[119.569045,25.199764],[119.558793,25.196825],[119.551625,25.199174],[119.546807,25.198933],[119.535601,25.186786],[119.535492,25.18345],[119.542571,25.182689],[119.54783,25.176598],[119.549557,25.167678],[119.535309,25.165575],[119.503285,25.175786],[119.500358,25.180354],[119.498427,25.188801],[119.481041,25.193704],[119.469219,25.202888],[119.457574,25.204769],[119.4485,25.204225],[119.44172,25.20689],[119.44086,25.217478],[119.445544,25.220553],[119.445281,25.229188],[119.452705,25.236826],[119.457701,25.24475],[119.461842,25.246677],[119.467624,25.258027],[119.471835,25.258741],[119.475476,25.245963],[119.479188,25.242037]]],[[[119.630468,25.25841],[119.62412,25.256156],[119.620988,25.257929],[119.6222,25.260497],[119.625848,25.261228],[119.630763,25.260579],[119.630468,25.25841]]],[[[119.574029,25.265377],[119.567171,25.263377],[119.568314,25.270511],[119.575788,25.269244],[119.574029,25.265377]]],[[[119.524348,25.275667],[119.523953,25.270013],[119.519359,25.270949],[119.51303,25.267674],[119.509501,25.27094],[119.509458,25.274757],[119.513514,25.276255],[119.51495,25.28139],[119.512043,25.282526],[119.513025,25.28299],[119.516237,25.282298],[119.524348,25.275667]]],[[[119.759166,25.293829],[119.756244,25.29318],[119.754123,25.298966],[119.756136,25.305063],[119.758257,25.304933],[119.762059,25.301073],[119.762906,25.295969],[119.759166,25.293829]]],[[[119.370738,25.328206],[119.367429,25.328043],[119.360417,25.330961],[119.355675,25.334396],[119.356006,25.335523],[119.362624,25.333959],[119.369421,25.330402],[119.370738,25.328206]]],[[[119.699882,25.336008],[119.6939,25.334633],[119.694904,25.326133],[119.698709,25.321604],[119.70153,25.321028],[119.706453,25.323245],[119.707034,25.318484],[119.70259,25.320127],[119.699777,25.315967],[119.690612,25.314405],[119.688536,25.308875],[119.684219,25.309354],[119.686157,25.31436],[119.69097,25.317331],[119.684465,25.323445],[119.684314,25.331811],[119.689154,25.334127],[119.689338,25.33825],[119.696608,25.344073],[119.698685,25.341899],[119.699882,25.336008]]],[[[119.4841,25.336545],[119.484416,25.334022],[119.482482,25.332844],[119.478347,25.333076],[119.475556,25.335732],[119.462178,25.3374],[119.46679,25.347413],[119.469472,25.349606],[119.483815,25.354142],[119.480743,25.342763],[119.481395,25.33937],[119.4841,25.336545]]],[[[119.255305,25.35162],[119.253891,25.351517],[119.252468,25.356615],[119.255663,25.360277],[119.259,25.359301],[119.259272,25.356801],[119.255305,25.35162]]],[[[119.727105,25.376152],[119.731113,25.365366],[119.715962,25.359418],[119.704051,25.357471],[119.696309,25.361219],[119.694034,25.36909],[119.699951,25.370686],[119.703401,25.374285],[119.713187,25.374731],[119.720683,25.381117],[119.724561,25.379475],[119.727105,25.376152]]],[[[119.663694,25.406359],[119.661974,25.406055],[119.657562,25.411195],[119.657505,25.416576],[119.660456,25.420173],[119.657545,25.422377],[119.65776,25.429034],[119.664661,25.42838],[119.667298,25.424121],[119.666997,25.420561],[119.663655,25.417665],[119.663694,25.406359]]],[[[119.393955,25.438546],[119.397642,25.436393],[119.384811,25.438451],[119.386744,25.442621],[119.39109,25.44532],[119.390166,25.442865],[119.393955,25.438546]]],[[[119.810315,25.438877],[119.804341,25.437653],[119.79946,25.447397],[119.800288,25.449258],[119.802972,25.448494],[119.810315,25.438877]]],[[[119.900366,25.596285],[119.902777,25.591942],[119.896056,25.585835],[119.87181,25.590508],[119.871336,25.607562],[119.8778,25.606637],[119.881173,25.600952],[119.885433,25.601899],[119.89018,25.605513],[119.887117,25.59745],[119.893695,25.595578],[119.894872,25.596547],[119.892824,25.60402],[119.893403,25.609068],[119.896457,25.609486],[119.900366,25.596285]]],[[[119.713438,25.658076],[119.716142,25.65147],[119.716504,25.642795],[119.71105,25.638323],[119.704851,25.640116],[119.699364,25.644836],[119.691794,25.640387],[119.68085,25.639068],[119.678509,25.636993],[119.67502,25.640849],[119.673444,25.64075],[119.668619,25.636606],[119.665416,25.643488],[119.659625,25.64884],[119.663421,25.654805],[119.671765,25.659876],[119.67471,25.658974],[119.672176,25.653319],[119.67492,25.6505],[119.681028,25.650397],[119.68925,25.655811],[119.704931,25.659598],[119.710123,25.665307],[119.715447,25.666354],[119.713438,25.658076]]],[[[119.778534,25.652114],[119.769777,25.643972],[119.769329,25.636648],[119.771386,25.625757],[119.782853,25.610043],[119.793666,25.614734],[119.79863,25.619421],[119.803732,25.621173],[119.809488,25.620013],[119.813339,25.613456],[119.830926,25.604097],[119.836326,25.602707],[119.837494,25.597904],[119.836051,25.595767],[119.833117,25.595096],[119.826246,25.585037],[119.820847,25.583712],[119.834858,25.572702],[119.845395,25.56622],[119.863194,25.563202],[119.8738,25.565149],[119.881815,25.570027],[119.885281,25.567125],[119.873626,25.549862],[119.856455,25.537588],[119.853957,25.537631],[119.855902,25.547966],[119.850637,25.551151],[119.842028,25.553332],[119.833781,25.552725],[119.824218,25.544332],[119.817149,25.541825],[119.814038,25.544429],[119.810722,25.542472],[119.803892,25.526258],[119.805881,25.513122],[119.803993,25.507511],[119.805148,25.495468],[119.808671,25.494144],[119.814499,25.495161],[119.821412,25.494148],[119.825607,25.492105],[119.823277,25.484465],[119.825171,25.481434],[119.839941,25.486735],[119.84708,25.484051],[119.857213,25.485162],[119.858826,25.482232],[119.856285,25.477738],[119.859355,25.473527],[119.85877,25.469249],[119.852431,25.461962],[119.851615,25.456578],[119.846484,25.456821],[119.84364,25.457553],[119.844181,25.462985],[119.841269,25.468639],[119.830304,25.472285],[119.821651,25.471995],[119.811422,25.46651],[119.808444,25.46293],[119.789859,25.458459],[119.775614,25.446867],[119.758219,25.440844],[119.756203,25.438079],[119.755249,25.43188],[119.749062,25.428289],[119.74995,25.42217],[119.759696,25.413398],[119.763725,25.414798],[119.762311,25.417702],[119.768252,25.418618],[119.776629,25.414897],[119.778546,25.40964],[119.77036,25.397552],[119.766839,25.396743],[119.753914,25.399121],[119.751773,25.403047],[119.743083,25.409185],[119.741989,25.414051],[119.735958,25.418892],[119.714559,25.423043],[119.709736,25.430555],[119.706119,25.43284],[119.6986,25.434172],[119.702286,25.444794],[119.70731,25.447662],[119.701004,25.454407],[119.691982,25.443738],[119.685376,25.442407],[119.680464,25.445152],[119.673389,25.461575],[119.672467,25.477971],[119.679829,25.491514],[119.679738,25.494955],[119.676244,25.496485],[119.67698,25.498608],[119.687847,25.505486],[119.695846,25.513362],[119.706678,25.513442],[119.711627,25.507189],[119.722009,25.510474],[119.733116,25.507429],[119.736818,25.509689],[119.736985,25.513044],[119.733012,25.517103],[119.722562,25.518677],[119.722119,25.522835],[119.717472,25.524132],[119.714905,25.522507],[119.709961,25.524638],[119.71333,25.533833],[119.713617,25.556766],[119.705329,25.575813],[119.697188,25.581588],[119.692442,25.58195],[119.688341,25.58627],[119.689975,25.589947],[119.684233,25.5992],[119.683505,25.603155],[119.699399,25.623305],[119.723945,25.634782],[119.735782,25.64635],[119.764679,25.659836],[119.785907,25.66676],[119.788066,25.666175],[119.788316,25.664095],[119.778534,25.652114]]],[[[119.664383,25.661824],[119.658843,25.658858],[119.649287,25.658677],[119.646628,25.656187],[119.643595,25.65911],[119.647354,25.670162],[119.65552,25.675749],[119.661509,25.667469],[119.666124,25.66494],[119.664383,25.661824]]],[[[119.577245,25.665277],[119.574505,25.664735],[119.572633,25.667331],[119.581248,25.677544],[119.586594,25.680457],[119.585833,25.676358],[119.577245,25.665277]]],[[[119.611904,25.674121],[119.605297,25.666932],[119.607079,25.66266],[119.605178,25.656686],[119.595514,25.646168],[119.583097,25.637051],[119.581262,25.633196],[119.57442,25.630601],[119.556997,25.638169],[119.556808,25.64183],[119.563632,25.64865],[119.574046,25.642859],[119.576327,25.649439],[119.591601,25.665496],[119.604718,25.668805],[119.615806,25.681394],[119.611904,25.674121]]],[[[119.654521,25.683166],[119.64979,25.67858],[119.644171,25.676795],[119.640765,25.673005],[119.635782,25.671283],[119.635928,25.674549],[119.639627,25.679833],[119.647563,25.681093],[119.653821,25.684839],[119.654521,25.683166]]],[[[119.67727,25.759759],[119.673038,25.758917],[119.669003,25.760244],[119.666067,25.766568],[119.668543,25.769066],[119.678821,25.765837],[119.67727,25.759759]]],[[[119.989829,25.971043],[119.984113,25.961902],[119.979892,25.95985],[119.975052,25.953858],[119.971554,25.955624],[119.964587,25.948657],[119.961275,25.950256],[119.969902,25.962171],[119.971144,25.967104],[119.978179,25.969044],[119.981032,25.966308],[119.983718,25.9703],[119.989829,25.971043]]],[[[119.948262,25.980138],[119.948236,25.978262],[119.933653,25.966834],[119.925246,25.975464],[119.923821,25.979191],[119.926694,25.980368],[119.948262,25.980138]]],[[[119.641482,26.113322],[119.639848,26.112936],[119.629936,26.12093],[119.632647,26.122847],[119.643065,26.121643],[119.641482,26.113322]]],[[[119.59858,26.128129],[119.60482,26.123547],[119.626343,26.11801],[119.635666,26.110423],[119.632199,26.109992],[119.631505,26.106694],[119.638146,26.092641],[119.640562,26.089552],[119.64799,26.092068],[119.648945,26.071466],[119.641342,26.065138],[119.63798,26.063062],[119.621903,26.062308],[119.609551,26.064192],[119.59747,26.063895],[119.571911,26.058409],[119.566106,26.06056],[119.559097,26.065727],[119.555024,26.072524],[119.547121,26.080904],[119.540082,26.082453],[119.5387,26.084528],[119.56481,26.117909],[119.584738,26.128044],[119.589418,26.127302],[119.588633,26.128849],[119.59054,26.132405],[119.595399,26.131136],[119.59858,26.128129]]],[[[119.681737,26.138115],[119.680648,26.1368],[119.67478,26.137135],[119.670856,26.132175],[119.672247,26.116327],[119.669448,26.116155],[119.670016,26.120139],[119.667671,26.126],[119.65694,26.132639],[119.657855,26.136871],[119.669904,26.1451],[119.677516,26.143173],[119.681737,26.138115]]],[[[119.637609,26.159951],[119.64097,26.158352],[119.649209,26.160239],[119.660875,26.157661],[119.659199,26.156041],[119.654313,26.156525],[119.650748,26.152569],[119.648327,26.147284],[119.650419,26.141238],[119.650219,26.136374],[119.639314,26.134613],[119.638729,26.137282],[119.634592,26.140058],[119.613703,26.145806],[119.61111,26.149651],[119.602009,26.156148],[119.603173,26.172391],[119.611642,26.174719],[119.626994,26.173257],[119.629999,26.166721],[119.637609,26.159951]]],[[[119.928513,26.169624],[119.923668,26.162405],[119.924859,26.160952],[119.932729,26.161267],[119.935059,26.159303],[119.935709,26.154192],[119.943551,26.158099],[119.943791,26.164308],[119.949067,26.16741],[119.960581,26.168206],[119.965139,26.165988],[119.962268,26.158386],[119.957846,26.154398],[119.942057,26.143346],[119.938262,26.142889],[119.936161,26.145534],[119.93113,26.144173],[119.927707,26.138268],[119.925375,26.137658],[119.92332,26.138334],[119.923371,26.141989],[119.916839,26.141075],[119.90902,26.145281],[119.910697,26.149605],[119.915173,26.153197],[119.917577,26.157777],[119.91916,26.167191],[119.91527,26.169285],[119.916452,26.175145],[119.928035,26.171749],[119.928513,26.169624]]],[[[120.001443,26.235268],[120.001894,26.233651],[120.006428,26.234068],[120.007137,26.227187],[120.011317,26.22856],[120.015455,26.227745],[120.014606,26.223579],[120.012282,26.221583],[120.011649,26.21449],[120.009711,26.214699],[120.007043,26.222031],[120.004252,26.222751],[120.002597,26.222565],[120.000381,26.218871],[119.996183,26.218746],[119.990492,26.214342],[119.989133,26.214639],[119.989484,26.217656],[119.987172,26.218645],[119.976027,26.215055],[119.97267,26.211814],[119.971572,26.20756],[119.973572,26.195617],[119.966488,26.194014],[119.965678,26.202505],[119.969511,26.213811],[119.967348,26.221098],[119.978628,26.225938],[119.98325,26.224874],[119.995328,26.238196],[119.999918,26.237935],[120.001443,26.235268]]],[[[120.006429,26.249736],[120.003203,26.245004],[119.997761,26.241922],[119.995459,26.242537],[119.998229,26.249437],[120.00378,26.251279],[120.006429,26.249736]]],[[[119.985943,26.266446],[119.981302,26.266455],[119.978386,26.27194],[119.986288,26.28248],[119.990446,26.284378],[119.992332,26.275726],[119.99031,26.269638],[119.985943,26.266446]]],[[[120.480133,26.383684],[120.483238,26.377094],[120.481607,26.371128],[120.485048,26.369977],[120.491909,26.370697],[120.493469,26.376717],[120.495976,26.378382],[120.499646,26.37809],[120.49899,26.373812],[120.5026,26.370833],[120.506599,26.372834],[120.510627,26.367822],[120.510936,26.364851],[120.501584,26.36772],[120.498411,26.362444],[120.484306,26.355734],[120.481518,26.358935],[120.486229,26.36678],[120.484604,26.369371],[120.481294,26.37054],[120.477612,26.369091],[120.477149,26.377374],[120.473915,26.376906],[120.471701,26.372413],[120.469387,26.371113],[120.46971,26.377445],[120.473538,26.378688],[120.47534,26.383271],[120.480133,26.383684]]],[[[119.911961,26.411477],[119.906508,26.408702],[119.902989,26.411163],[119.906379,26.413438],[119.91234,26.42347],[119.916801,26.424646],[119.913587,26.421318],[119.915421,26.418223],[119.911883,26.415737],[119.914311,26.414358],[119.911961,26.411477]]],[[[119.886022,26.417278],[119.879187,26.414692],[119.882271,26.425325],[119.88618,26.423408],[119.888831,26.419458],[119.886022,26.417278]]],[[[120.134642,26.487104],[120.130786,26.487004],[120.128954,26.494428],[120.140731,26.498134],[120.141975,26.497063],[120.141341,26.494082],[120.134642,26.487104]]],[[[120.064933,26.519779],[120.064874,26.515422],[120.059944,26.504697],[120.061267,26.501973],[120.055864,26.497682],[120.053289,26.500771],[120.04693,26.503661],[120.044053,26.50288],[120.038164,26.494132],[120.028088,26.493895],[120.025713,26.496587],[120.023949,26.501235],[120.030497,26.502652],[120.034921,26.513053],[120.034302,26.517145],[120.03861,26.5201],[120.044537,26.522013],[120.048361,26.52097],[120.051945,26.517275],[120.055087,26.517475],[120.056886,26.518865],[120.057011,26.524982],[120.061755,26.526848],[120.064734,26.523662],[120.064933,26.519779]]],[[[120.148726,26.536298],[120.14268,26.531442],[120.132744,26.531668],[120.129175,26.533453],[120.129532,26.535118],[120.136026,26.537526],[120.139397,26.545347],[120.14122,26.546258],[120.148726,26.536298]]],[[[120.001191,26.5554],[120.002882,26.555147],[120.003022,26.553247],[120.000412,26.549439],[120.006128,26.54984],[120.006705,26.546552],[120.002293,26.543871],[120.002537,26.540665],[120,26.538362],[119.997736,26.536594],[119.994074,26.536519],[119.999382,26.545668],[119.997914,26.554035],[119.99907,26.555699],[120.001191,26.5554]]],[[[120.150822,26.553711],[120.144208,26.555572],[120.14563,26.55808],[120.149541,26.559277],[120.153118,26.562913],[120.156242,26.56261],[120.159797,26.557417],[120.158119,26.554704],[120.150822,26.553711]]],[[[119.81261,26.574339],[119.810221,26.568652],[119.810356,26.564526],[119.801432,26.566302],[119.797557,26.570544],[119.812105,26.575458],[119.81261,26.574339]]],[[[120.157345,26.57748],[120.148487,26.573894],[120.147783,26.576017],[120.14437,26.575281],[120.141934,26.568387],[120.143298,26.564744],[120.130729,26.555598],[120.120634,26.562619],[120.114421,26.569257],[120.123327,26.577689],[120.127041,26.577187],[120.134757,26.581094],[120.138905,26.593362],[120.147854,26.601028],[120.148684,26.604796],[120.152844,26.606954],[120.159159,26.605989],[120.164666,26.59999],[120.164157,26.590056],[120.157345,26.57748]]],[[[119.800168,26.600353],[119.793153,26.600212],[119.792321,26.601435],[119.795119,26.608125],[119.797977,26.609082],[119.801944,26.605379],[119.802847,26.602984],[119.800168,26.600353]]],[[[119.814123,26.623125],[119.808242,26.614978],[119.796421,26.615236],[119.772427,26.604324],[119.768499,26.609459],[119.763848,26.609373],[119.758128,26.612515],[119.755866,26.620933],[119.756496,26.622366],[119.767034,26.625822],[119.791476,26.631179],[119.807227,26.62785],[119.814123,26.623125]]],[[[120.360403,26.643729],[120.366138,26.644414],[120.365018,26.639034],[120.359272,26.638864],[120.358904,26.64198],[120.356941,26.643372],[120.347941,26.641867],[120.346963,26.646162],[120.35111,26.649644],[120.356234,26.649774],[120.360403,26.643729]]],[[[119.915234,26.649242],[119.922421,26.650571],[119.92481,26.645445],[119.920749,26.643625],[119.91847,26.646333],[119.916519,26.645524],[119.914119,26.646847],[119.913347,26.650538],[119.915234,26.649242]]],[[[120.324967,26.651601],[120.318303,26.650542],[120.317317,26.652748],[120.320788,26.656307],[120.324511,26.656621],[120.327658,26.65403],[120.324967,26.651601]]],[[[119.75579,26.672569],[119.751079,26.665763],[119.745248,26.661351],[119.732808,26.660829],[119.723183,26.655421],[119.718578,26.650441],[119.716045,26.643923],[119.708547,26.640963],[119.688502,26.637457],[119.665329,26.636784],[119.656251,26.648573],[119.652324,26.661201],[119.653196,26.663634],[119.659295,26.668576],[119.658311,26.672178],[119.660158,26.676757],[119.664929,26.679024],[119.678725,26.671584],[119.683264,26.67285],[119.702704,26.668088],[119.726365,26.671019],[119.731759,26.675535],[119.732455,26.678211],[119.74273,26.680992],[119.749999,26.679852],[119.754114,26.676533],[119.75579,26.672569]]],[[[120.384871,26.685105],[120.386533,26.680482],[120.384619,26.677686],[120.379352,26.67795],[120.383291,26.68242],[120.379027,26.684847],[120.380651,26.686119],[120.384871,26.685105]]],[[[119.819061,26.680267],[119.822555,26.677462],[119.821613,26.675374],[119.809804,26.669327],[119.811423,26.672277],[119.810797,26.675335],[119.80721,26.678575],[119.80249,26.677712],[119.797552,26.679905],[119.793168,26.683913],[119.79369,26.686675],[119.801502,26.686713],[119.819061,26.680267]]],[[[119.77373,26.680086],[119.772389,26.680431],[119.77399,26.688157],[119.780183,26.692221],[119.785146,26.691396],[119.787216,26.687172],[119.786452,26.686084],[119.77373,26.680086]]],[[[119.939402,26.696407],[119.945198,26.695224],[119.94712,26.692948],[119.934111,26.680712],[119.932953,26.675501],[119.93994,26.669595],[119.942132,26.664346],[119.934776,26.666709],[119.933269,26.670191],[119.929923,26.671796],[119.926104,26.668237],[119.923155,26.668583],[119.922652,26.67894],[119.919799,26.680101],[119.912328,26.678587],[119.905099,26.683616],[119.902495,26.687364],[119.904315,26.69339],[119.913938,26.694984],[119.916337,26.693167],[119.928352,26.693019],[119.932232,26.693588],[119.937025,26.696889],[119.939402,26.696407]]],[[[120.132989,26.688217],[120.130331,26.687457],[120.121084,26.692079],[120.117038,26.697679],[120.120517,26.698987],[120.130624,26.697688],[120.135865,26.694029],[120.135394,26.6908],[120.132989,26.688217]]],[[[120.35604,26.709117],[120.357627,26.709099],[120.357627,26.707044],[120.365066,26.70453],[120.365789,26.701891],[120.359382,26.701258],[120.356136,26.698952],[120.353462,26.699488],[120.345856,26.694485],[120.347386,26.699255],[120.340887,26.700229],[120.342239,26.70322],[120.348937,26.704628],[120.350192,26.707996],[120.353872,26.711013],[120.35604,26.709117]]],[[[119.653439,26.713684],[119.653129,26.707236],[119.651673,26.705468],[119.640453,26.706692],[119.639827,26.709012],[119.642332,26.71018],[119.636749,26.713307],[119.632372,26.710858],[119.628272,26.705477],[119.62494,26.715024],[119.634764,26.726858],[119.647929,26.735079],[119.652355,26.72657],[119.658485,26.724884],[119.653404,26.719104],[119.65301,26.716896],[119.655533,26.715492],[119.653439,26.713684]]],[[[119.648841,26.749614],[119.642988,26.748911],[119.64124,26.754581],[119.647508,26.757531],[119.651524,26.753938],[119.648841,26.749614]]],[[[119.608431,26.774125],[119.604101,26.772139],[119.6019,26.762724],[119.595057,26.75365],[119.587965,26.751847],[119.57995,26.754583],[119.580148,26.758536],[119.585799,26.766555],[119.589703,26.780306],[119.593767,26.781122],[119.607298,26.778198],[119.608431,26.774125]]],[[[120.152863,26.807555],[120.157133,26.805661],[120.158516,26.802018],[120.157922,26.795759],[120.156223,26.798641],[120.148745,26.795759],[120.140016,26.795622],[120.134893,26.79968],[120.140485,26.802725],[120.144109,26.800928],[120.148117,26.80187],[120.146551,26.80689],[120.151842,26.809275],[120.152863,26.807555]]],[[[120.129947,26.834068],[120.127037,26.831803],[120.112491,26.829613],[120.113197,26.831345],[120.116835,26.832711],[120.129947,26.834068]]],[[[120.21964,26.876879],[120.215111,26.876582],[120.211975,26.883878],[120.213426,26.88631],[120.223859,26.889814],[120.22518,26.881876],[120.21964,26.876879]]],[[[120.264082,26.936703],[120.256995,26.930339],[120.251701,26.92815],[120.259871,26.926911],[120.263951,26.928361],[120.264389,26.925295],[120.261328,26.925316],[120.260634,26.921115],[120.255618,26.923022],[120.246471,26.917601],[120.243467,26.918238],[120.244119,26.922873],[120.248601,26.925677],[120.248494,26.927711],[120.245134,26.929111],[120.246148,26.931201],[120.244741,26.936452],[120.247317,26.936595],[120.254185,26.933001],[120.256008,26.936856],[120.264082,26.936703]]],[[[120.309282,26.925797],[120.287628,26.929188],[120.279812,26.934945],[120.296911,26.939158],[120.2994,26.941897],[120.312554,26.940128],[120.315223,26.935804],[120.312049,26.934256],[120.309185,26.930278],[120.309282,26.925797]]],[[[120.374711,26.959879],[120.379856,26.962843],[120.387916,26.961648],[120.388466,26.959638],[120.383556,26.959989],[120.373812,26.9574],[120.369624,26.961777],[120.371982,26.963382],[120.374711,26.959879]]],[[[120.352887,26.970285],[120.356038,26.96887],[120.355117,26.96404],[120.357864,26.962775],[120.360563,26.964431],[120.363923,26.964079],[120.370582,26.956068],[120.373043,26.938489],[120.38927,26.934795],[120.390631,26.931645],[120.373331,26.933877],[120.362874,26.924437],[120.35371,26.922164],[120.336858,26.928972],[120.32037,26.941972],[120.31915,26.944601],[120.322374,26.955936],[120.318573,26.958362],[120.321048,26.962594],[120.32393,26.962496],[120.338332,26.970386],[120.352887,26.970285]]],[[[120.716052,26.994305],[120.717328,26.992692],[120.721114,26.993564],[120.720808,26.99127],[120.717965,26.990371],[120.721962,26.989528],[120.716602,26.986973],[120.713422,26.987407],[120.717591,26.983528],[120.714062,26.981894],[120.716566,26.978493],[120.71201,26.976638],[120.708124,26.978954],[120.708066,26.980576],[120.711445,26.982154],[120.708684,26.987386],[120.709956,26.993248],[120.716052,26.994305]]],[[[120.696098,27.01077],[120.703971,27.009326],[120.700859,27.004936],[120.698667,27.004702],[120.698983,27.003617],[120.703315,27.004768],[120.703071,27.002318],[120.697453,27.001435],[120.69548,26.996958],[120.691768,26.9963],[120.693127,27.001487],[120.689404,27.008003],[120.696098,27.01077]]],[[[120.420533,27.106336],[120.416746,27.101754],[120.410901,27.099346],[120.40142,27.098384],[120.406922,27.104311],[120.412967,27.106337],[120.420533,27.106336]]],[[[120.282203,27.239405],[120.277005,27.240925],[120.274476,27.244132],[120.276331,27.248199],[120.278968,27.249712],[120.282203,27.239405]]],[[[118.717597,28.317041],[118.724688,28.307267],[118.724679,28.304169],[118.721883,28.303381],[118.720548,28.300416],[118.721625,28.288975],[118.722962,28.287534],[118.725639,28.288307],[118.729029,28.295862],[118.732777,28.294613],[118.734621,28.291936],[118.734086,28.288545],[118.727915,28.283757],[118.735573,28.279851],[118.736251,28.278194],[118.736429,28.273329],[118.73177,28.268766],[118.731722,28.266767],[118.733584,28.265919],[118.740722,28.268061],[118.740127,28.263897],[118.737748,28.261993],[118.728112,28.260471],[118.729221,28.257406],[118.748317,28.255847],[118.749568,28.24911],[118.76138,28.23925],[118.781579,28.246367],[118.795901,28.245422],[118.800504,28.238813],[118.798597,28.236309],[118.808716,28.233882],[118.809046,28.23255],[118.801474,28.219754],[118.799748,28.212367],[118.798349,28.21081],[118.790739,28.211353],[118.789065,28.207779],[118.784121,28.204745],[118.780269,28.196803],[118.768024,28.193434],[118.76363,28.185218],[118.759928,28.182215],[118.759676,28.177786],[118.756191,28.173747],[118.75751,28.170061],[118.768276,28.169972],[118.778164,28.176326],[118.787244,28.171288],[118.790543,28.171792],[118.792664,28.169306],[118.792014,28.166448],[118.80029,28.159111],[118.801545,28.153605],[118.806119,28.151646],[118.803245,28.14254],[118.795695,28.142348],[118.795565,28.136455],[118.798113,28.130146],[118.796441,28.123858],[118.798729,28.121114],[118.795234,28.117338],[118.791662,28.11622],[118.779803,28.118479],[118.771555,28.115942],[118.767518,28.117262],[118.760849,28.105497],[118.759165,28.098325],[118.752375,28.094874],[118.745319,28.096137],[118.739143,28.091749],[118.730379,28.078173],[118.723204,28.075933],[118.718713,28.068287],[118.716716,28.069426],[118.712253,28.06796],[118.71135,28.06686],[118.71338,28.063962],[118.714846,28.051375],[118.712893,28.035373],[118.716135,28.034515],[118.7257,28.042144],[118.728996,28.035537],[118.729466,28.031199],[118.720304,28.014364],[118.720982,28.00408],[118.727325,27.993524],[118.728418,27.984268],[118.727793,27.979201],[118.724195,27.977967],[118.724188,27.973912],[118.727266,27.970392],[118.732089,27.968826],[118.745123,27.956368],[118.747256,27.953324],[118.747243,27.9463],[118.748877,27.94435],[118.757823,27.946059],[118.770998,27.940743],[118.780645,27.940334],[118.792746,27.934197],[118.795077,27.934439],[118.802428,27.926324],[118.796099,27.923828],[118.798178,27.922205],[118.802973,27.920122],[118.805119,27.921236],[118.81404,27.920505],[118.810982,27.912827],[118.816331,27.909067],[118.816372,27.904362],[118.814555,27.902422],[118.815343,27.898648],[118.820489,27.892545],[118.828515,27.890862],[118.823311,27.887548],[118.822923,27.877907],[118.828595,27.874581],[118.833046,27.867726],[118.825913,27.852344],[118.821838,27.850189],[118.83106,27.842608],[118.833022,27.836566],[118.830633,27.832195],[118.83387,27.827096],[118.83393,27.824105],[118.840425,27.817552],[118.843191,27.817297],[118.844956,27.815199],[118.842748,27.804612],[118.847897,27.798753],[118.846237,27.795384],[118.834786,27.79294],[118.835511,27.78569],[118.838124,27.781181],[118.843791,27.778872],[118.851101,27.779457],[118.850579,27.767177],[118.855285,27.765542],[118.858046,27.761736],[118.859339,27.755045],[118.864847,27.748953],[118.865326,27.741356],[118.867583,27.737083],[118.876416,27.735257],[118.879471,27.727242],[118.886646,27.721056],[118.890416,27.723066],[118.893598,27.722543],[118.890822,27.718877],[118.896406,27.712597],[118.896971,27.71087],[118.895519,27.709508],[118.871313,27.707678],[118.870219,27.702654],[118.876011,27.699046],[118.876685,27.693846],[118.874002,27.68895],[118.869958,27.685655],[118.870568,27.681948],[118.875708,27.677291],[118.875064,27.674192],[118.88161,27.664271],[118.884697,27.662117],[118.887299,27.663066],[118.891811,27.658299],[118.893516,27.653468],[118.897287,27.650592],[118.898903,27.642968],[118.896416,27.637755],[118.897467,27.635297],[118.900183,27.63416],[118.898889,27.628294],[118.901499,27.626552],[118.903752,27.627307],[118.908334,27.6238],[118.912661,27.616629],[118.905176,27.612358],[118.902596,27.603346],[118.903216,27.600002],[118.89885,27.594496],[118.900039,27.591217],[118.897868,27.585921],[118.898534,27.580064],[118.903865,27.575351],[118.906601,27.57521],[118.906663,27.572287],[118.893737,27.570055],[118.890768,27.557581],[118.879674,27.547226],[118.878984,27.543959],[118.874442,27.543223],[118.868313,27.545474],[118.864884,27.5439],[118.860146,27.535096],[118.860021,27.532149],[118.854954,27.529348],[118.853423,27.522177],[118.856316,27.515378],[118.8615,27.518939],[118.8698,27.521057],[118.872664,27.519805],[118.872883,27.511329],[118.876058,27.502723],[118.882375,27.502231],[118.885335,27.498474],[118.886768,27.493493],[118.883227,27.488073],[118.8851,27.484926],[118.891014,27.484558],[118.897409,27.476526],[118.898417,27.472473],[118.896467,27.469431],[118.898877,27.465143],[118.908491,27.463777],[118.914857,27.466365],[118.927237,27.46706],[118.933381,27.465818],[118.938693,27.461611],[118.945166,27.459102],[118.949191,27.453129],[118.952325,27.452332],[118.954165,27.453419],[118.955773,27.461169],[118.958776,27.465385],[118.956624,27.471834],[118.957506,27.473274],[118.96101,27.47616],[118.972087,27.479613],[118.980807,27.478172],[118.984838,27.481518],[118.986174,27.489759],[118.98421,27.496344],[118.979164,27.496758],[118.977343,27.500914],[118.985901,27.506468],[118.993637,27.498337],[118.994575,27.499879],[119.007422,27.499051],[119.008044,27.501301],[119.011069,27.502536],[119.016003,27.50171],[119.018558,27.499997],[119.019031,27.496343],[119.027527,27.492319],[119.029497,27.485308],[119.033492,27.482266],[119.035646,27.481802],[119.039104,27.485244],[119.050388,27.482055],[119.051789,27.480842],[119.051191,27.476166],[119.052482,27.474187],[119.054915,27.471846],[119.061008,27.470184],[119.068286,27.475424],[119.072074,27.475192],[119.077308,27.467987],[119.085804,27.467743],[119.091959,27.475174],[119.110178,27.487404],[119.121412,27.483878],[119.125599,27.477282],[119.126743,27.467449],[119.12415,27.465263],[119.118961,27.466425],[119.11346,27.463804],[119.122297,27.456441],[119.118444,27.448235],[119.116816,27.439307],[119.12458,27.434871],[119.134342,27.437876],[119.141041,27.434391],[119.143029,27.428479],[119.147623,27.431722],[119.151406,27.431567],[119.153144,27.428566],[119.176489,27.429493],[119.187959,27.424257],[119.191121,27.421277],[119.196981,27.424496],[119.20586,27.425208],[119.220394,27.419743],[119.22975,27.4239],[119.235193,27.421832],[119.239882,27.422537],[119.237903,27.430679],[119.240918,27.433967],[119.243617,27.433312],[119.241737,27.424656],[119.242795,27.421522],[119.246008,27.42435],[119.262933,27.424396],[119.264707,27.425117],[119.264213,27.427117],[119.273078,27.441588],[119.275174,27.457844],[119.277053,27.458634],[119.2787,27.456477],[119.282597,27.456827],[119.285568,27.458978],[119.286643,27.465655],[119.296223,27.469467],[119.298286,27.467194],[119.309301,27.468492],[119.311999,27.470432],[119.316077,27.478071],[119.316541,27.485604],[119.323418,27.482154],[119.331204,27.483669],[119.334293,27.486001],[119.334937,27.49107],[119.340461,27.49153],[119.342836,27.496258],[119.342274,27.499622],[119.339331,27.506542],[119.334627,27.51132],[119.340763,27.524202],[119.345061,27.524702],[119.348342,27.521889],[119.351927,27.52305],[119.359768,27.531005],[119.364726,27.533604],[119.367505,27.532583],[119.391482,27.538255],[119.407359,27.537634],[119.410695,27.538715],[119.419475,27.535205],[119.428747,27.526883],[119.426751,27.520401],[119.427668,27.511616],[119.434746,27.510947],[119.443983,27.513845],[119.452523,27.522031],[119.464967,27.527793],[119.468664,27.541624],[119.473033,27.548761],[119.479839,27.553164],[119.481408,27.559659],[119.487361,27.56979],[119.481605,27.580372],[119.486965,27.591531],[119.481932,27.595354],[119.486195,27.603224],[119.493609,27.609731],[119.497924,27.611485],[119.499613,27.614536],[119.494415,27.618645],[119.492792,27.629306],[119.495992,27.637589],[119.496551,27.652685],[119.509659,27.656788],[119.51249,27.652753],[119.515067,27.652047],[119.518711,27.655795],[119.519436,27.662083],[119.521392,27.663854],[119.533394,27.661382],[119.538069,27.669265],[119.534734,27.678706],[119.5379,27.679499],[119.546101,27.672999],[119.545067,27.667233],[119.552634,27.665682],[119.557971,27.668854],[119.564366,27.66701],[119.570426,27.672318],[119.569611,27.674588],[119.574549,27.673846],[119.575711,27.670206],[119.58168,27.666756],[119.589905,27.67005],[119.595498,27.675482],[119.603202,27.67751],[119.615436,27.676796],[119.617217,27.673279],[119.628302,27.673113],[119.631839,27.669661],[119.636616,27.669051],[119.63842,27.667033],[119.640011,27.66382],[119.635014,27.653779],[119.640646,27.645605],[119.643518,27.643812],[119.643018,27.638551],[119.638639,27.636106],[119.636832,27.629901],[119.630393,27.62931],[119.623568,27.625873],[119.620143,27.618825],[119.621197,27.615427],[119.624733,27.612638],[119.62451,27.602571],[119.627056,27.595124],[119.627223,27.585697],[119.631274,27.583815],[119.636443,27.584913],[119.641689,27.581908],[119.669054,27.578834],[119.672055,27.576984],[119.672763,27.575022],[119.668889,27.572135],[119.664843,27.560595],[119.660132,27.556655],[119.653855,27.545045],[119.661491,27.538433],[119.682543,27.541509],[119.694645,27.528918],[119.697397,27.520548],[119.70399,27.517795],[119.70397,27.514841],[119.699228,27.510343],[119.698144,27.503112],[119.705429,27.499356],[119.705989,27.492512],[119.701899,27.489647],[119.704714,27.478215],[119.702081,27.474836],[119.704806,27.465396],[119.699372,27.461806],[119.697969,27.449291],[119.689349,27.442116],[119.684224,27.444132],[119.680822,27.441683],[119.685531,27.433592],[119.700133,27.427863],[119.700899,27.422143],[119.699756,27.420025],[119.705745,27.414261],[119.7046,27.409018],[119.7059,27.40685],[119.719766,27.40504],[119.72235,27.400163],[119.726981,27.398211],[119.726365,27.395654],[119.728032,27.39277],[119.734847,27.390394],[119.736547,27.38496],[119.736105,27.378634],[119.739704,27.380677],[119.744895,27.381083],[119.745697,27.376029],[119.74076,27.372915],[119.735362,27.366281],[119.74282,27.363265],[119.746156,27.353832],[119.755066,27.350204],[119.763571,27.350137],[119.764873,27.346232],[119.763126,27.341607],[119.764551,27.338087],[119.76918,27.334436],[119.776729,27.33398],[119.780549,27.329746],[119.780357,27.327093],[119.773718,27.323313],[119.769425,27.329456],[119.766154,27.329995],[119.765133,27.327068],[119.766641,27.31579],[119.763754,27.311913],[119.765879,27.308947],[119.769618,27.309566],[119.785107,27.305569],[119.788611,27.313651],[119.790379,27.313853],[119.804592,27.308197],[119.808613,27.30226],[119.813927,27.299556],[119.816967,27.300193],[119.818804,27.305419],[119.829806,27.304764],[119.836639,27.302313],[119.838852,27.304131],[119.84043,27.309788],[119.835302,27.310889],[119.830162,27.315856],[119.836821,27.32446],[119.841206,27.327399],[119.850275,27.320051],[119.867265,27.31867],[119.866958,27.315877],[119.860444,27.312408],[119.859939,27.310586],[119.871535,27.30409],[119.873549,27.305077],[119.874639,27.313304],[119.88251,27.316919],[119.887722,27.313897],[119.893847,27.314291],[119.895465,27.319028],[119.901392,27.321884],[119.932197,27.319738],[119.940812,27.317781],[119.941529,27.320119],[119.939551,27.325965],[119.934687,27.326192],[119.933997,27.332873],[119.939555,27.338511],[119.933428,27.338183],[119.932142,27.339477],[119.943986,27.34303],[119.945426,27.350682],[119.951465,27.352743],[119.961911,27.362653],[119.958112,27.363721],[119.951419,27.361783],[119.95188,27.367893],[119.957203,27.370599],[119.974345,27.374692],[119.982697,27.373482],[119.984195,27.374915],[119.984651,27.380547],[119.990002,27.383158],[119.995483,27.382581],[120.00516,27.376108],[120.002838,27.374011],[120.004047,27.368842],[120.007844,27.367882],[120.022053,27.355356],[120.027866,27.347145],[120.034033,27.344926],[120.036649,27.340697],[120.046193,27.340392],[120.048746,27.343486],[120.048074,27.350658],[120.050276,27.35222],[120.055517,27.350496],[120.075009,27.373924],[120.090237,27.38063],[120.093141,27.385167],[120.091876,27.393633],[120.093826,27.395291],[120.100661,27.399167],[120.113362,27.398605],[120.12315,27.395],[120.128095,27.396557],[120.13372,27.402511],[120.132568,27.410507],[120.127591,27.411009],[120.124265,27.416751],[120.130644,27.425481],[120.143821,27.425762],[120.158344,27.428515],[120.173579,27.423584],[120.179006,27.424632],[120.185235,27.428736],[120.200428,27.431707],[120.205816,27.422549],[120.213785,27.421511],[120.226454,27.430639],[120.231847,27.430694],[120.242016,27.435548],[120.245229,27.439213],[120.244491,27.443098],[120.255068,27.437637],[120.259747,27.431097],[120.261053,27.42261],[120.255223,27.418891],[120.252703,27.412249],[120.262159,27.404261],[120.268803,27.390876],[120.27882,27.393333],[120.281743,27.397763],[120.284969,27.399488],[120.291237,27.399384],[120.298158,27.396768],[120.306899,27.398728],[120.3133,27.412268],[120.318078,27.411363],[120.318387,27.40616],[120.315004,27.403959],[120.320906,27.399892],[120.333074,27.402017],[120.341592,27.3991],[120.346596,27.389097],[120.342709,27.37328],[120.339854,27.368384],[120.342024,27.365305],[120.34789,27.362188],[120.352094,27.356408],[120.344421,27.351305],[120.345462,27.347275],[120.352694,27.346121],[120.353942,27.341436],[120.368494,27.332233],[120.373032,27.327603],[120.374098,27.321448],[120.383163,27.311492],[120.391896,27.310396],[120.392825,27.305699],[120.403373,27.292599],[120.400704,27.285547],[120.40167,27.280935],[120.411957,27.270633],[120.420336,27.271129],[120.426517,27.260157],[120.417771,27.25344],[120.408388,27.260251],[120.395429,27.254028],[120.391147,27.247689],[120.392248,27.245026],[120.401777,27.241626],[120.410147,27.234673],[120.405718,27.225377],[120.399947,27.223424],[120.399211,27.221129],[120.40159,27.217005],[120.397155,27.216451],[120.402882,27.2131],[120.402129,27.206405],[120.406787,27.199173],[120.414514,27.190421],[120.419284,27.187576],[120.419284,27.180462],[120.421125,27.177115],[120.429995,27.172251],[120.431808,27.167993],[120.42382,27.170215],[120.421633,27.167225],[120.4224,27.163701],[120.420607,27.162098],[120.414438,27.163653],[120.41604,27.179831],[120.410428,27.186573],[120.403513,27.188929],[120.40057,27.195913],[120.385509,27.206741],[120.386919,27.213923],[120.393159,27.215865],[120.399677,27.228286],[120.390172,27.23785],[120.379699,27.233901],[120.377809,27.23682],[120.38219,27.240047],[120.379904,27.242209],[120.372883,27.241575],[120.369333,27.242907],[120.369754,27.248635],[120.367628,27.250095],[120.353395,27.24701],[120.345673,27.24065],[120.34468,27.236062],[120.341255,27.234063],[120.336392,27.234234],[120.332613,27.236477],[120.331449,27.243639],[120.327202,27.244918],[120.322926,27.242552],[120.322873,27.238743],[120.320374,27.236815],[120.307938,27.229234],[120.304871,27.22882],[120.295505,27.241952],[120.300155,27.249122],[120.297064,27.250406],[120.294018,27.25926],[120.301849,27.266516],[120.302662,27.269656],[120.307683,27.275603],[120.315882,27.278357],[120.320032,27.284935],[120.329491,27.290278],[120.328058,27.291681],[120.311117,27.281007],[120.295045,27.274018],[120.291311,27.277633],[120.297687,27.281833],[120.298676,27.28478],[120.287979,27.294331],[120.280711,27.290938],[120.282357,27.283541],[120.276737,27.275101],[120.278382,27.273061],[120.283805,27.273464],[120.288437,27.27152],[120.289635,27.265608],[120.2846,27.265244],[120.275766,27.255774],[120.271678,27.25605],[120.261055,27.270214],[120.268415,27.28041],[120.250727,27.296781],[120.245611,27.304811],[120.243138,27.303128],[120.246726,27.297535],[120.248348,27.289345],[120.254805,27.288408],[120.255651,27.285566],[120.25615,27.281526],[120.25429,27.279973],[120.255242,27.264986],[120.252224,27.263211],[120.246986,27.2638],[120.239514,27.256069],[120.231723,27.252019],[120.229106,27.251969],[120.225494,27.255058],[120.225384,27.259415],[120.229065,27.26113],[120.228765,27.262639],[120.226407,27.265758],[120.219897,27.266584],[120.217677,27.269408],[120.213205,27.285237],[120.208409,27.290543],[120.206717,27.295623],[120.205774,27.291338],[120.207329,27.285669],[120.206044,27.28136],[120.201374,27.278814],[120.191889,27.279543],[120.186795,27.275383],[120.187544,27.270907],[120.195721,27.264],[120.200402,27.253191],[120.198146,27.246959],[120.193582,27.247718],[120.190721,27.245168],[120.189348,27.229693],[120.188278,27.225149],[120.18526,27.221581],[120.18603,27.217558],[120.194284,27.208195],[120.194714,27.201318],[120.196427,27.20112],[120.200414,27.205564],[120.20858,27.2397],[120.223001,27.25135],[120.226738,27.250387],[120.229517,27.24495],[120.241495,27.245322],[120.250003,27.248236],[120.254403,27.253255],[120.262677,27.255283],[120.271546,27.249699],[120.271491,27.244513],[120.273488,27.240271],[120.283845,27.231327],[120.29418,27.2319],[120.29703,27.229707],[120.297125,27.2254],[120.293406,27.225486],[120.292603,27.222884],[120.300683,27.212464],[120.309778,27.208207],[120.312722,27.208192],[120.320342,27.213884],[120.322974,27.223511],[120.331143,27.229802],[120.334731,27.229395],[120.336774,27.226518],[120.345186,27.227571],[120.351846,27.237438],[120.357432,27.23942],[120.363988,27.2357],[120.368755,27.22687],[120.377629,27.221498],[120.375805,27.209848],[120.376581,27.192557],[120.379468,27.182879],[120.382581,27.184153],[120.38864,27.180458],[120.384166,27.175901],[120.387163,27.170936],[120.391246,27.171267],[120.393532,27.173272],[120.395791,27.172644],[120.398791,27.162534],[120.409019,27.151025],[120.425211,27.148611],[120.428285,27.146813],[120.430221,27.147524],[120.433356,27.152772],[120.438815,27.153336],[120.439537,27.150008],[120.429279,27.135109],[120.422864,27.13796],[120.418422,27.142597],[120.411579,27.142883],[120.410201,27.139998],[120.40117,27.137292],[120.37978,27.140036],[120.378755,27.136483],[120.414916,27.124118],[120.416335,27.122361],[120.416273,27.120962],[120.411887,27.120195],[120.402614,27.120842],[120.38989,27.11923],[120.3825,27.119639],[120.374457,27.122446],[120.368209,27.11445],[120.368728,27.111046],[120.379108,27.109684],[120.379235,27.107883],[120.373065,27.103363],[120.370632,27.099206],[120.374156,27.092012],[120.387422,27.092729],[120.395772,27.095055],[120.384734,27.085418],[120.376121,27.088406],[120.355869,27.09056],[120.350805,27.093369],[120.327101,27.094669],[120.32215,27.100968],[120.317501,27.103578],[120.311703,27.102303],[120.301967,27.096003],[120.296273,27.095956],[120.284151,27.105182],[120.278649,27.102377],[120.271321,27.102589],[120.270048,27.108344],[120.273459,27.111314],[120.271155,27.113137],[120.260486,27.113886],[120.255573,27.107983],[120.256027,27.099774],[120.261981,27.090727],[120.263733,27.090373],[120.270441,27.095519],[120.275184,27.093466],[120.27822,27.090078],[120.282407,27.080974],[120.281702,27.073769],[120.276499,27.068897],[120.27867,27.064369],[120.278965,27.0547],[120.283049,27.051381],[120.289931,27.049682],[120.293148,27.0441],[120.292165,27.041009],[120.276138,27.040283],[120.27113,27.051249],[120.27082,27.056069],[120.256851,27.064405],[120.256768,27.056447],[120.25944,27.055545],[120.259594,27.053545],[120.257596,27.054116],[120.249968,27.050776],[120.259082,27.040327],[120.251658,27.045067],[120.24629,27.045067],[120.244862,27.041469],[120.248802,27.0381],[120.244805,27.035759],[120.241607,27.035873],[120.240179,27.030048],[120.243486,27.028292],[120.254017,27.030798],[120.255884,27.028278],[120.261618,27.03199],[120.265319,27.028548],[120.26762,27.015435],[120.267177,27.01028],[120.263373,27.002611],[120.267757,26.999541],[120.264028,26.993047],[120.257989,26.990071],[120.246918,26.989402],[120.249118,26.985026],[120.246435,26.983611],[120.219101,26.976337],[120.213753,26.975654],[120.208938,26.977002],[120.203042,26.981448],[120.199369,26.981469],[120.196758,26.978315],[120.185927,26.978543],[120.196906,26.974301],[120.198708,26.969809],[120.192265,26.969762],[120.192367,26.963578],[120.186436,26.960638],[120.184681,26.956255],[120.197454,26.95624],[120.214526,26.963873],[120.221369,26.964037],[120.231369,26.96941],[120.232168,26.96701],[120.229543,26.964136],[120.243106,26.965383],[120.241962,26.962807],[120.238316,26.960734],[120.238302,26.956423],[120.232294,26.954718],[120.231253,26.952505],[120.231474,26.950788],[120.238158,26.949856],[120.232016,26.937268],[120.233889,26.934748],[120.239313,26.937084],[120.239967,26.934523],[120.236371,26.929985],[120.238668,26.929312],[120.2382,26.926373],[120.234945,26.925696],[120.232458,26.921883],[120.22896,26.9211],[120.229688,26.917538],[120.225248,26.912608],[120.220713,26.912384],[120.223899,26.913734],[120.222907,26.918943],[120.22124,26.922387],[120.215911,26.924153],[120.214273,26.923922],[120.212904,26.918528],[120.207951,26.918444],[120.203663,26.923205],[120.186798,26.920053],[120.184663,26.923823],[120.179088,26.928135],[120.166114,26.927302],[120.160776,26.931067],[120.159597,26.928874],[120.150939,26.924192],[120.146423,26.92374],[120.144802,26.925743],[120.146073,26.929797],[120.139577,26.931682],[120.139163,26.928755],[120.129129,26.918158],[120.127249,26.91897],[120.128035,26.924917],[120.124922,26.928896],[120.117255,26.92897],[120.108589,26.923764],[120.108552,26.916939],[120.104897,26.915169],[120.112892,26.903119],[120.112207,26.901292],[120.114129,26.89883],[120.114812,26.893738],[120.096632,26.876666],[120.092796,26.876163],[120.084096,26.881084],[120.081995,26.879163],[120.074971,26.880111],[120.079807,26.890013],[120.078213,26.891249],[120.064137,26.891056],[120.05185,26.895148],[120.046422,26.887917],[120.047324,26.884735],[120.05571,26.881444],[120.06158,26.881373],[120.065508,26.874996],[120.064258,26.871985],[120.058463,26.869471],[120.068785,26.82237],[120.087531,26.817832],[120.083523,26.814567],[120.083751,26.812751],[120.08803,26.801399],[120.092791,26.793809],[120.095464,26.792128],[120.10075,26.792315],[120.10642,26.796143],[120.116654,26.798762],[120.112104,26.795186],[120.114789,26.791407],[120.133199,26.798591],[120.134826,26.798043],[120.13136,26.791703],[120.112457,26.782026],[120.110007,26.773607],[120.105788,26.76645],[120.100705,26.762655],[120.093861,26.762184],[120.09275,26.757679],[120.094563,26.747985],[120.10173,26.744601],[120.10424,26.7385],[120.10937,26.732537],[120.124711,26.737211],[120.140213,26.73964],[120.142913,26.739013],[120.127798,26.731111],[120.128857,26.726841],[120.142156,26.728061],[120.148498,26.730351],[120.153015,26.727232],[120.150388,26.720057],[120.138518,26.712455],[120.130994,26.713076],[120.124904,26.71145],[120.118345,26.70742],[120.115455,26.708651],[120.111236,26.706971],[120.100144,26.692518],[120.103361,26.687333],[120.105939,26.677744],[120.102131,26.671746],[120.10601,26.667526],[120.111523,26.652853],[120.111412,26.651457],[120.102827,26.64835],[120.105611,26.642679],[120.107879,26.640678],[120.128845,26.650248],[120.132531,26.649781],[120.132813,26.647713],[120.117271,26.635142],[120.099162,26.626201],[120.092187,26.617965],[120.085345,26.618709],[120.076035,26.624587],[120.0757,26.627087],[120.081209,26.632481],[120.079453,26.638036],[120.084777,26.639226],[120.087266,26.644412],[120.087237,26.646957],[120.079234,26.648177],[120.065272,26.641982],[120.057678,26.630638],[120.03393,26.622452],[120.019401,26.613824],[120.013275,26.612033],[120.012042,26.605786],[120.009573,26.604807],[119.999379,26.605229],[119.984842,26.602911],[119.973938,26.604034],[119.970751,26.607715],[119.962509,26.610214],[119.955941,26.60999],[119.940751,26.596748],[119.937178,26.58623],[119.929216,26.582286],[119.92984,26.565763],[119.923653,26.552152],[119.920195,26.55074],[119.916217,26.552054],[119.90159,26.542328],[119.894705,26.526653],[119.881959,26.517967],[119.862605,26.516845],[119.855472,26.520617],[119.848233,26.520157],[119.835571,26.524643],[119.831895,26.539231],[119.836005,26.549128],[119.841385,26.555975],[119.840948,26.558705],[119.834458,26.561405],[119.835216,26.565014],[119.843372,26.568333],[119.845859,26.573726],[119.846027,26.580527],[119.843662,26.58664],[119.855491,26.598279],[119.868104,26.602806],[119.873507,26.606436],[119.878351,26.612303],[119.898282,26.623854],[119.902008,26.62455],[119.912042,26.618487],[119.916264,26.619282],[119.917194,26.622623],[119.933586,26.626009],[119.937893,26.622127],[119.938082,26.6171],[119.935563,26.613163],[119.938128,26.611706],[119.951065,26.617114],[119.950765,26.621316],[119.948182,26.621548],[119.945882,26.626738],[119.946596,26.628159],[119.956061,26.630782],[119.961607,26.636254],[119.965943,26.64352],[119.96654,26.650775],[119.976685,26.662963],[119.9732,26.668251],[119.977278,26.672594],[119.984814,26.674131],[119.990513,26.680026],[119.989507,26.683381],[119.983883,26.681397],[119.974984,26.684968],[119.969616,26.690709],[119.980674,26.698482],[119.985059,26.703792],[119.996467,26.708629],[120.000749,26.706508],[120.002047,26.709234],[120.007319,26.710921],[120.004886,26.714912],[120.001751,26.713434],[120,26.716907],[119.993746,26.716779],[119.98977,26.720073],[119.998169,26.722182],[119.999909,26.724138],[120.016069,26.723493],[120.023442,26.730434],[120.016989,26.736372],[120.025236,26.739364],[120.027548,26.741644],[120.03677,26.741311],[120.040815,26.748926],[120.046883,26.748926],[120.045276,26.752852],[120.047269,26.756855],[120.067283,26.76904],[120.074185,26.776875],[120.074508,26.78113],[120.082965,26.784398],[120.082349,26.786566],[120.079522,26.787749],[120.076853,26.799266],[120.073867,26.802669],[120.070329,26.799486],[120.061427,26.796092],[120.053671,26.796309],[120.050911,26.793139],[120.044351,26.79034],[120.039266,26.790741],[120.033898,26.78868],[120.030643,26.790524],[120.026086,26.788905],[120.005094,26.790541],[119.997443,26.787771],[119.990903,26.788216],[119.982657,26.783656],[119.973578,26.782303],[119.970405,26.779377],[119.966709,26.780979],[119.965355,26.784163],[119.968978,26.783994],[119.97017,26.787368],[119.968331,26.790675],[119.969481,26.792653],[119.961357,26.79261],[119.956032,26.789355],[119.947637,26.789026],[119.938169,26.792355],[119.938942,26.79518],[119.937796,26.795597],[119.93338,26.791216],[119.935027,26.789516],[119.922856,26.782501],[119.91767,26.775254],[119.919107,26.770053],[119.929001,26.755999],[119.931404,26.749014],[119.925904,26.740191],[119.925777,26.734009],[119.903792,26.718677],[119.893652,26.699962],[119.89301,26.693419],[119.897085,26.684798],[119.885078,26.676292],[119.886005,26.673622],[119.892927,26.669459],[119.902989,26.668617],[119.902758,26.667298],[119.897632,26.662385],[119.892038,26.66122],[119.884244,26.657111],[119.881732,26.653911],[119.867155,26.647856],[119.861605,26.651949],[119.860643,26.66183],[119.871104,26.672008],[119.870083,26.675613],[119.858518,26.687773],[119.852108,26.691524],[119.837266,26.696304],[119.840382,26.710572],[119.827282,26.710699],[119.820664,26.706],[119.822447,26.701714],[119.820064,26.696587],[119.808831,26.696591],[119.802198,26.692031],[119.791487,26.697888],[119.785138,26.710134],[119.793076,26.717717],[119.806673,26.723459],[119.806938,26.727247],[119.802533,26.735946],[119.801841,26.74589],[119.794849,26.747823],[119.791601,26.750683],[119.792833,26.753815],[119.800556,26.761068],[119.805292,26.761988],[119.802165,26.772174],[119.806002,26.776626],[119.81316,26.782463],[119.818537,26.783745],[119.831203,26.779606],[119.830239,26.783032],[119.821554,26.785888],[119.821055,26.787387],[119.82272,26.788886],[119.83319,26.786959],[119.835979,26.779828],[119.836489,26.783859],[119.841058,26.782979],[119.842129,26.781099],[119.84339,26.783931],[119.847459,26.784073],[119.847744,26.785406],[119.851956,26.783455],[119.852644,26.778501],[119.854423,26.780335],[119.849946,26.791157],[119.844972,26.793687],[119.850622,26.807804],[119.848,26.814243],[119.843871,26.815858],[119.839646,26.813645],[119.83374,26.801457],[119.829429,26.798473],[119.810404,26.793777],[119.801105,26.794075],[119.797381,26.792163],[119.79825,26.789686],[119.791604,26.783971],[119.786547,26.788094],[119.781694,26.797059],[119.781788,26.80212],[119.786345,26.814383],[119.803229,26.828521],[119.822235,26.829992],[119.836807,26.838066],[119.841832,26.84415],[119.855694,26.848734],[119.852055,26.852],[119.845537,26.851046],[119.810874,26.83587],[119.80278,26.837437],[119.798859,26.849312],[119.800866,26.851896],[119.797525,26.854353],[119.794221,26.847131],[119.795673,26.844847],[119.787628,26.835712],[119.788,26.830211],[119.781376,26.826553],[119.774648,26.819964],[119.776135,26.818777],[119.774135,26.813627],[119.769899,26.809318],[119.758125,26.802513],[119.757969,26.786964],[119.767231,26.777853],[119.77163,26.775914],[119.771191,26.767969],[119.770027,26.763523],[119.763701,26.763469],[119.761695,26.7611],[119.765678,26.752995],[119.75454,26.740493],[119.745473,26.736002],[119.741517,26.735394],[119.727114,26.742718],[119.729188,26.747798],[119.728965,26.753615],[119.724775,26.769655],[119.715548,26.789738],[119.699407,26.815598],[119.689066,26.823217],[119.683191,26.819353],[119.688893,26.805388],[119.69171,26.804124],[119.689195,26.784435],[119.691108,26.779184],[119.689079,26.775879],[119.681829,26.776258],[119.682161,26.762209],[119.680788,26.759047],[119.688054,26.749229],[119.695413,26.749637],[119.700194,26.745629],[119.706057,26.74349],[119.705343,26.740098],[119.718172,26.739451],[119.736246,26.727862],[119.733595,26.720471],[119.72698,26.715484],[119.728749,26.710839],[119.726888,26.70439],[119.710582,26.708002],[119.696739,26.707681],[119.686517,26.716759],[119.675351,26.729733],[119.669592,26.731695],[119.662672,26.731074],[119.662615,26.733701],[119.665128,26.735642],[119.664627,26.739239],[119.657536,26.748053],[119.657293,26.753605],[119.651497,26.760679],[119.641099,26.758406],[119.620885,26.757223],[119.612096,26.75892],[119.611591,26.762734],[119.615672,26.766277],[119.623537,26.781302],[119.622692,26.799123],[119.618539,26.799651],[119.609057,26.795712],[119.598844,26.787235],[119.593557,26.784736],[119.586385,26.785179],[119.58011,26.792146],[119.565946,26.797998],[119.57371,26.791205],[119.578852,26.789531],[119.578402,26.784651],[119.585424,26.7813],[119.587489,26.778219],[119.582,26.764532],[119.577148,26.757616],[119.559063,26.758706],[119.556977,26.757311],[119.553962,26.762854],[119.552024,26.762422],[119.555704,26.751966],[119.561386,26.748519],[119.556415,26.739408],[119.557772,26.738076],[119.564152,26.739128],[119.570815,26.743718],[119.589736,26.750121],[119.597339,26.745569],[119.599476,26.748655],[119.606607,26.74769],[119.606507,26.74452],[119.622982,26.75048],[119.63451,26.743732],[119.635756,26.745834],[119.639188,26.744584],[119.638334,26.742402],[119.643908,26.743204],[119.647596,26.7418],[119.647444,26.738553],[119.637512,26.736203],[119.634275,26.738286],[119.634061,26.734622],[119.642811,26.733354],[119.628648,26.724905],[119.626066,26.718625],[119.623798,26.716844],[119.624562,26.706536],[119.616773,26.710821],[119.614988,26.715369],[119.605336,26.71634],[119.601967,26.719881],[119.593001,26.719995],[119.593116,26.718453],[119.598369,26.719024],[119.603509,26.715027],[119.611315,26.713102],[119.613363,26.708996],[119.626627,26.701469],[119.634089,26.689409],[119.628795,26.681616],[119.624333,26.684352],[119.624155,26.686077],[119.618741,26.687981],[119.613864,26.691907],[119.613269,26.689885],[119.617849,26.685602],[119.61654,26.681616],[119.613685,26.68227],[119.611663,26.687624],[119.606666,26.687208],[119.609283,26.684412],[119.606963,26.67995],[119.603334,26.677749],[119.610175,26.672871],[119.62,26.67094],[119.615245,26.655833],[119.606277,26.650137],[119.598987,26.650902],[119.594151,26.653687],[119.584052,26.655771],[119.578209,26.650542],[119.575074,26.644545],[119.565243,26.639897],[119.558354,26.634348],[119.560022,26.616421],[119.569569,26.61681],[119.57389,26.608324],[119.584741,26.607144],[119.595026,26.596024],[119.594887,26.589848],[119.59828,26.586695],[119.606668,26.588368],[119.625588,26.60075],[119.658722,26.610682],[119.665352,26.616806],[119.665513,26.618668],[119.668835,26.620291],[119.683549,26.614052],[119.698954,26.611243],[119.710662,26.612358],[119.719969,26.615785],[119.732291,26.612787],[119.747495,26.59759],[119.764561,26.593425],[119.767151,26.591146],[119.766065,26.589911],[119.766987,26.588497],[119.775439,26.584474],[119.781435,26.583915],[119.787623,26.577682],[119.770897,26.566247],[119.76831,26.555879],[119.760569,26.550717],[119.758713,26.54829],[119.759427,26.546149],[119.762282,26.545149],[119.768992,26.548719],[119.779657,26.543149],[119.781537,26.540574],[119.777844,26.531158],[119.7795,26.524464],[119.78287,26.521646],[119.791228,26.519446],[119.798226,26.510122],[119.79637,26.507028],[119.782332,26.500937],[119.782474,26.49713],[119.793801,26.496321],[119.802129,26.492942],[119.806602,26.484662],[119.814026,26.478856],[119.816501,26.472193],[119.817167,26.463437],[119.826637,26.449683],[119.825971,26.444639],[119.813027,26.438214],[119.806063,26.441779],[119.800142,26.441372],[119.796632,26.436669],[119.798983,26.433647],[119.794583,26.425292],[119.766866,26.409175],[119.763381,26.408606],[119.759214,26.411493],[119.758219,26.418087],[119.7685,26.423054],[119.7736,26.427513],[119.77262,26.437633],[119.746136,26.455168],[119.74022,26.454945],[119.740214,26.444943],[119.73182,26.447322],[119.724205,26.445397],[119.71473,26.448198],[119.671543,26.476497],[119.637447,26.483057],[119.629331,26.47934],[119.620332,26.473513],[119.612644,26.463696],[119.624351,26.444414],[119.624649,26.441114],[119.633035,26.438489],[119.644557,26.448193],[119.652616,26.441115],[119.662841,26.424524],[119.660852,26.421142],[119.662343,26.4155],[119.658322,26.402554],[119.654572,26.396665],[119.654272,26.384263],[119.666311,26.381196],[119.667676,26.378753],[119.6601,26.367571],[119.652829,26.363539],[119.652901,26.361326],[119.657112,26.361683],[119.65904,26.365609],[119.660396,26.365538],[119.658754,26.361683],[119.662966,26.360898],[119.666321,26.357115],[119.672528,26.343533],[119.694099,26.345878],[119.705933,26.353612],[119.707598,26.356468],[119.728926,26.36041],[119.738028,26.366318],[119.739808,26.362069],[119.738452,26.358036],[119.736581,26.355556],[119.731441,26.35473],[119.731282,26.353462],[119.736002,26.352744],[119.743255,26.354888],[119.745763,26.356914],[119.750456,26.371736],[119.760462,26.377184],[119.7684,26.379376],[119.772411,26.377517],[119.773013,26.374439],[119.77743,26.37685],[119.780124,26.383522],[119.776412,26.388162],[119.80526,26.404669],[119.813872,26.419491],[119.836345,26.429523],[119.837858,26.428044],[119.834241,26.425049],[119.829745,26.416074],[119.829584,26.411883],[119.832439,26.411407],[119.837386,26.413853],[119.854918,26.404368],[119.856198,26.40096],[119.855228,26.39815],[119.843895,26.391893],[119.840286,26.387095],[119.843423,26.383842],[119.854237,26.384889],[119.859953,26.388285],[119.863835,26.384795],[119.868649,26.371085],[119.866374,26.365776],[119.855427,26.361087],[119.854725,26.356298],[119.858761,26.350733],[119.87772,26.35142],[119.885931,26.354071],[119.887993,26.356405],[119.89221,26.356679],[119.895706,26.351746],[119.892272,26.347327],[119.895779,26.343752],[119.898488,26.344117],[119.904131,26.348912],[119.906405,26.35479],[119.912948,26.358619],[119.918078,26.358101],[119.930437,26.365962],[119.945189,26.37221],[119.947144,26.372362],[119.948442,26.370604],[119.943451,26.360986],[119.944366,26.358068],[119.933285,26.352156],[119.925635,26.343117],[119.912421,26.337073],[119.90989,26.333416],[119.898494,26.328775],[119.89753,26.326355],[119.901588,26.323141],[119.903288,26.318334],[119.901432,26.316881],[119.886857,26.316429],[119.884094,26.318424],[119.882223,26.323085],[119.879077,26.322999],[119.866906,26.314404],[119.862826,26.314973],[119.862787,26.324848],[119.86128,26.327244],[119.854156,26.325535],[119.846973,26.330686],[119.84411,26.335394],[119.839604,26.334086],[119.830011,26.327541],[119.812245,26.324202],[119.790422,26.311956],[119.788455,26.310443],[119.787694,26.304366],[119.788816,26.299587],[119.792599,26.294996],[119.804885,26.29491],[119.810016,26.297378],[119.81144,26.296276],[119.810213,26.288513],[119.798977,26.277545],[119.790163,26.277508],[119.786854,26.28041],[119.785903,26.292219],[119.782541,26.29876],[119.763702,26.301434],[119.74982,26.297254],[119.743343,26.289651],[119.730428,26.284161],[119.727938,26.280384],[119.723637,26.278301],[119.713767,26.277654],[119.706317,26.28082],[119.694325,26.279287],[119.669768,26.271985],[119.655799,26.273367],[119.645687,26.27221],[119.635875,26.267456],[119.627182,26.259497],[119.630236,26.253849],[119.643219,26.259315],[119.65161,26.256826],[119.656511,26.251377],[119.653322,26.25005],[119.654047,26.248693],[119.657941,26.249694],[119.66724,26.237291],[119.672745,26.235682],[119.672688,26.232761],[119.660168,26.230657],[119.653136,26.224464],[119.654468,26.217475],[119.658426,26.21264],[119.65148,26.204966],[119.630493,26.202176],[119.62774,26.199367],[119.622532,26.184182],[119.615826,26.182112],[119.613631,26.183656],[119.602168,26.178445],[119.598858,26.174373],[119.5965,26.167641],[119.596522,26.157486],[119.601307,26.150256],[119.607298,26.144789],[119.606969,26.141749],[119.591162,26.135612],[119.577604,26.136964],[119.563727,26.133751],[119.552886,26.128311],[119.548021,26.122872],[119.523877,26.088539],[119.515121,26.082097],[119.510053,26.07039],[119.509249,26.059629],[119.502849,26.050403],[119.502569,26.03306],[119.482171,26.016107],[119.495114,26.015361],[119.499159,26.02295],[119.50539,26.026986],[119.508125,26.030663],[119.509505,26.036085],[119.507987,26.037965],[119.507743,26.044574],[119.51398,26.057712],[119.526045,26.067278],[119.529517,26.07342],[119.536631,26.07417],[119.545989,26.071055],[119.557725,26.051778],[119.575348,26.048189],[119.583744,26.047911],[119.587816,26.049713],[119.608254,26.044893],[119.609073,26.036742],[119.612771,26.033086],[119.623777,26.027367],[119.627284,26.031615],[119.634779,26.030009],[119.649234,26.022217],[119.666737,26.016309],[119.671485,26.017123],[119.67191,26.019221],[119.677516,26.022103],[119.695514,26.025749],[119.709969,26.016576],[119.713827,26.009275],[119.703485,25.963515],[119.692292,25.956182],[119.690427,25.953114],[119.682969,25.919896],[119.679516,25.911029],[119.676851,25.908291],[119.65447,25.910065],[119.637825,25.906458],[119.627124,25.899874],[119.619584,25.890653],[119.614874,25.877147],[119.609653,25.853481],[119.617163,25.845339],[119.617629,25.843039],[119.60906,25.830239],[119.608236,25.825691],[119.611808,25.800691],[119.615268,25.787711],[119.614993,25.782004],[119.620323,25.781147],[119.620799,25.775817],[119.618325,25.773438],[119.617754,25.769155],[119.619657,25.767917],[119.622988,25.769916],[119.62833,25.762921],[119.631628,25.762751],[119.632242,25.753392],[119.627959,25.747777],[119.619298,25.748158],[119.613218,25.74575],[119.604911,25.73336],[119.60463,25.726315],[119.599336,25.713466],[119.602013,25.705019],[119.6061,25.701475],[119.603975,25.698103],[119.598272,25.699762],[119.59463,25.690463],[119.583516,25.687625],[119.578817,25.687444],[119.554653,25.694557],[119.520433,25.690344],[119.515381,25.684347],[119.492635,25.675784],[119.490034,25.672085],[119.482895,25.669325],[119.477297,25.668571],[119.473528,25.670912],[119.472134,25.67475],[119.464761,25.673954],[119.463598,25.668227],[119.460454,25.665204],[119.461175,25.645182],[119.466772,25.649075],[119.469387,25.648968],[119.471345,25.641968],[119.469922,25.639132],[119.467869,25.639539],[119.466329,25.637237],[119.476645,25.627834],[119.48396,25.630795],[119.495303,25.622425],[119.505442,25.627665],[119.527231,25.623952],[119.529592,25.630743],[119.532689,25.631754],[119.535195,25.630754],[119.537447,25.609696],[119.528077,25.596471],[119.530955,25.584731],[119.533579,25.587624],[119.535607,25.587526],[119.542578,25.581776],[119.558959,25.582618],[119.56829,25.578927],[119.573787,25.579679],[119.580963,25.585434],[119.58503,25.591843],[119.589325,25.590233],[119.593132,25.593754],[119.594084,25.590518],[119.596558,25.589567],[119.593608,25.582619],[119.589896,25.580049],[119.588563,25.571387],[119.59237,25.570055],[119.594847,25.566118],[119.598175,25.568038],[119.5987,25.571648],[119.605503,25.567516],[119.608886,25.559494],[119.605055,25.552343],[119.611459,25.543194],[119.612989,25.537926],[119.608265,25.531996],[119.603536,25.534083],[119.594596,25.525635],[119.5999,25.510187],[119.602173,25.51141],[119.606372,25.510208],[119.602793,25.502854],[119.598372,25.500051],[119.603183,25.493553],[119.612366,25.491732],[119.615532,25.492916],[119.61741,25.491326],[119.614364,25.488359],[119.603656,25.486689],[119.601647,25.484548],[119.602858,25.475385],[119.606803,25.473101],[119.606232,25.468818],[119.610871,25.46532],[119.628181,25.466217],[119.632375,25.459823],[119.632791,25.456194],[119.632256,25.45435],[119.624047,25.449472],[119.620366,25.444333],[119.609982,25.439288],[119.607294,25.431855],[119.610277,25.429649],[119.614766,25.435037],[119.617634,25.435077],[119.625565,25.429196],[119.644732,25.432336],[119.651743,25.424229],[119.654013,25.417837],[119.654924,25.413467],[119.651129,25.406609],[119.649603,25.398615],[119.659647,25.376452],[119.659641,25.374682],[119.656018,25.371889],[119.647889,25.373937],[119.640001,25.36676],[119.622309,25.363337],[119.619077,25.359116],[119.621533,25.359434],[119.627373,25.355262],[119.631765,25.35834],[119.640807,25.357684],[119.65089,25.362185],[119.653222,25.359091],[119.653376,25.355918],[119.649656,25.352193],[119.645233,25.350535],[119.645137,25.347299],[119.640569,25.345633],[119.640283,25.347537],[119.638475,25.347822],[119.631527,25.34273],[119.620818,25.343089],[119.607464,25.346301],[119.596072,25.339877],[119.591938,25.340591],[119.590791,25.347632],[119.585765,25.351444],[119.588659,25.352719],[119.593494,25.348779],[119.595474,25.348836],[119.597921,25.352925],[119.597753,25.359202],[119.593977,25.364861],[119.580326,25.376215],[119.579889,25.378423],[119.582679,25.381946],[119.580419,25.382422],[119.580816,25.383904],[119.584388,25.384065],[119.58835,25.381554],[119.591394,25.383124],[119.592747,25.390187],[119.592138,25.391417],[119.585804,25.391364],[119.586544,25.398296],[119.588874,25.400564],[119.584882,25.405995],[119.579899,25.42115],[119.581353,25.425535],[119.585162,25.427499],[119.579071,25.434733],[119.58539,25.452169],[119.580354,25.45815],[119.570314,25.456243],[119.566166,25.461172],[119.561311,25.461677],[119.555371,25.453864],[119.556228,25.451103],[119.55204,25.445297],[119.553563,25.441586],[119.551638,25.43694],[119.550259,25.43693],[119.54807,25.44233],[119.540899,25.445269],[119.535648,25.44375],[119.536267,25.440672],[119.534055,25.435855],[119.530301,25.437166],[119.527978,25.433863],[119.530887,25.428958],[119.538575,25.42635],[119.543467,25.420449],[119.542168,25.417109],[119.54388,25.41585],[119.548658,25.418112],[119.556149,25.425898],[119.560151,25.423134],[119.560545,25.418887],[119.558053,25.416686],[119.558354,25.413298],[119.560995,25.412564],[119.567635,25.41642],[119.570719,25.405484],[119.568164,25.40105],[119.564348,25.400834],[119.561323,25.39694],[119.559861,25.389444],[119.546553,25.384885],[119.540706,25.374904],[119.542936,25.370827],[119.541749,25.369238],[119.529417,25.363606],[119.527831,25.365505],[119.528393,25.368056],[119.533075,25.368764],[119.534455,25.370862],[119.531666,25.377622],[119.51946,25.382616],[119.50817,25.3802],[119.497323,25.373257],[119.491472,25.368481],[119.492933,25.364362],[119.485224,25.365956],[119.482563,25.369084],[119.489671,25.37651],[119.500566,25.383649],[119.50781,25.385636],[119.512571,25.390886],[119.512926,25.396924],[119.508333,25.405669],[119.499147,25.417478],[119.483461,25.430603],[119.496858,25.453414],[119.499402,25.462679],[119.497861,25.463087],[119.496127,25.460995],[119.49403,25.463107],[119.4895,25.459348],[119.48936,25.457595],[119.483422,25.456309],[119.48253,25.453918],[119.474346,25.454433],[119.474884,25.458021],[119.45952,25.459153],[119.455244,25.448468],[119.450541,25.442529],[119.438709,25.432904],[119.432408,25.434232],[119.431996,25.436755],[119.442483,25.445201],[119.445482,25.455494],[119.445814,25.462566],[119.44216,25.47478],[119.44421,25.479685],[119.452164,25.480033],[119.455828,25.493053],[119.455459,25.500814],[119.453446,25.501308],[119.454573,25.506561],[119.451833,25.508552],[119.447462,25.502806],[119.438229,25.503925],[119.427037,25.509154],[119.420996,25.493001],[119.39701,25.500338],[119.406305,25.515793],[119.401518,25.514049],[119.382255,25.519371],[119.381827,25.526073],[119.372485,25.5246],[119.363126,25.52753],[119.355552,25.53533],[119.354191,25.542101],[119.361559,25.555148],[119.354024,25.558107],[119.350745,25.554033],[119.352651,25.553123],[119.349954,25.546066],[119.344179,25.538562],[119.346158,25.528362],[119.342765,25.515451],[119.343123,25.510844],[119.338072,25.501046],[119.332827,25.499426],[119.326994,25.483029],[119.332019,25.468848],[119.328922,25.466313],[119.331287,25.452654],[119.336498,25.44442],[119.340951,25.442195],[119.346759,25.429472],[119.346043,25.415008],[119.343683,25.411542],[119.317421,25.419725],[119.313774,25.415779],[119.31051,25.415367],[119.304065,25.418237],[119.29218,25.415343],[119.282871,25.417826],[119.258379,25.433748],[119.264266,25.4621],[119.270163,25.474664],[119.276695,25.483148],[119.269165,25.488879],[119.262677,25.483971],[119.258124,25.485495],[119.261452,25.498443],[119.259537,25.501844],[119.256907,25.50156],[119.257596,25.50016],[119.249857,25.494203],[119.237116,25.488214],[119.227047,25.480295],[119.224172,25.476937],[119.224951,25.473379],[119.223454,25.472518],[119.219307,25.472896],[119.214971,25.475506],[119.210145,25.474574],[119.210458,25.471692],[119.228166,25.450724],[119.227827,25.449482],[119.191161,25.425975],[119.169005,25.45442],[119.165832,25.453907],[119.151834,25.44436],[119.144321,25.436475],[119.13503,25.420161],[119.137414,25.419017],[119.129322,25.406294],[119.123057,25.409913],[119.118493,25.407705],[119.125823,25.39826],[119.130211,25.386764],[119.138082,25.385306],[119.145205,25.37811],[119.160928,25.382101],[119.162248,25.378836],[119.19531,25.367548],[119.199593,25.358653],[119.202545,25.360669],[119.201029,25.361819],[119.20184,25.365047],[119.205664,25.365052],[119.210718,25.362279],[119.215501,25.357268],[119.213191,25.349025],[119.221482,25.338874],[119.219893,25.331198],[119.225863,25.324946],[119.233852,25.323698],[119.235048,25.320602],[119.230363,25.309818],[119.247196,25.302714],[119.253039,25.304806],[119.252555,25.318947],[119.254399,25.322397],[119.259991,25.322159],[119.269211,25.314842],[119.275993,25.312641],[119.281168,25.313891],[119.289734,25.321267],[119.294731,25.321624],[119.300501,25.317341],[119.302048,25.313653],[119.301691,25.304789],[119.303761,25.302156],[119.313846,25.295402],[119.330525,25.287921],[119.333597,25.281422],[119.342089,25.274583],[119.347587,25.272592],[119.351595,25.274071],[119.357867,25.270397],[119.359201,25.266707],[119.36681,25.267337],[119.369152,25.265624],[119.368238,25.256316],[119.366296,25.253061],[119.362756,25.251462],[119.351048,25.252076],[119.311274,25.242443],[119.301237,25.238332],[119.298026,25.242226],[119.290978,25.243039],[119.286421,25.236465],[119.292796,25.207497],[119.296117,25.202478],[119.3012,25.199052],[119.302057,25.195911],[119.298859,25.191628],[119.288141,25.186791],[119.28068,25.181472],[119.275388,25.17324],[119.270705,25.173411],[119.26857,25.179533],[119.264704,25.18227],[119.24632,25.18626],[119.234442,25.192542],[119.212227,25.191342],[119.190326,25.181289],[119.176964,25.184346],[119.168762,25.189881],[119.162494,25.198806],[119.154589,25.204167],[119.147891,25.206343],[119.144709,25.209657],[119.141498,25.223746],[119.147549,25.229947],[119.141436,25.236504],[119.143347,25.23937],[119.137768,25.242687],[119.135959,25.248416],[119.132793,25.248416],[119.124652,25.238466],[119.124146,25.226442],[119.117588,25.220689],[119.11192,25.218712],[119.107165,25.206987],[119.099397,25.200546],[119.11231,25.175214],[119.115817,25.172763],[119.12122,25.173236],[119.12976,25.169964],[119.13344,25.16946],[119.137298,25.171245],[119.139122,25.168368],[119.13917,25.161221],[119.135087,25.160738],[119.129493,25.156614],[119.13006,25.151607],[119.133219,25.14797],[119.145848,25.145676],[119.148756,25.147556],[119.146975,25.15],[119.149755,25.1531],[119.155095,25.152896],[119.157349,25.151943],[119.160193,25.146821],[119.158813,25.141084],[119.156003,25.135489],[119.152396,25.13284],[119.10094,25.113081],[119.078591,25.115331],[119.06897,25.102566],[119.063865,25.10571],[119.066302,25.109558],[119.03197,25.129733],[119.028133,25.138787],[119.026359,25.150278],[119.030292,25.152815],[119.026247,25.156979],[119.027437,25.158883],[119.024225,25.162928],[119.028508,25.165069],[119.03172,25.174944],[119.053829,25.16614],[119.059923,25.173372],[119.064666,25.18537],[119.065975,25.18499],[119.070356,25.201815],[119.068247,25.202456],[119.070618,25.209533],[119.073192,25.209113],[119.077873,25.219459],[119.077788,25.222592],[119.076487,25.218978],[119.060882,25.212244],[119.057367,25.220247],[119.067409,25.227749],[119.06648,25.229829],[119.055524,25.225284],[119.015015,25.216056],[119.001065,25.215706],[119.001022,25.212067],[118.992713,25.210858],[118.988549,25.213238],[118.989261,25.215016],[118.984112,25.216405],[118.98039,25.219627],[118.974594,25.228745],[118.973743,25.234839],[118.970657,25.235365],[118.970628,25.239506],[118.973209,25.239637],[118.974599,25.241759],[118.974757,25.246927],[118.985099,25.247038],[118.984596,25.255319],[118.989077,25.257505],[118.990131,25.265567],[118.997512,25.263609],[119.002411,25.256495],[119.015535,25.258067],[119.014975,25.260177],[119.017178,25.26197],[119.023734,25.262972],[119.030245,25.278557],[119.017715,25.286687],[119.011888,25.286623],[119.010724,25.283444],[118.996951,25.285486],[118.99578,25.283416],[118.985643,25.282488],[118.982074,25.283987],[118.973381,25.278802],[118.968154,25.279347],[118.954591,25.276349],[118.917386,25.262217],[118.905263,25.260542],[118.911535,25.250795],[118.896896,25.249422],[118.894163,25.24613],[118.881797,25.244635],[118.875697,25.246734],[118.870562,25.246393],[118.870016,25.245296],[118.880101,25.240831],[118.893028,25.243283],[118.899317,25.240482],[118.904525,25.242467],[118.913002,25.240823],[118.913846,25.235172],[118.923016,25.233393],[118.925846,25.226103],[118.936486,25.226445],[118.937259,25.22423],[118.934372,25.221414],[118.937998,25.214493],[118.93486,25.213118],[118.938154,25.206367],[118.946492,25.206342],[118.950285,25.209051],[118.962441,25.21088],[118.965208,25.20994],[118.967291,25.207404],[118.966529,25.193612],[118.975628,25.179297],[118.977227,25.172787],[118.974143,25.166676],[118.970929,25.164965],[118.966504,25.167148],[118.962138,25.159518],[118.959052,25.157643],[118.946198,25.156167],[118.942514,25.146041],[118.936897,25.143359],[118.942584,25.130719],[118.950842,25.123483],[118.96059,25.121646],[118.962303,25.118619],[118.938227,25.107991],[118.909615,25.107673],[118.909185,25.097602],[118.893768,25.096555],[118.894188,25.102343],[118.885031,25.100032],[118.857231,25.087472],[118.860773,25.083684],[118.886407,25.083842],[118.885303,25.081485],[118.923798,25.049295],[118.937349,25.044284],[118.93883,25.046831],[118.939539,25.041928],[118.978204,25.0179],[118.987452,25.02269],[118.989169,25.026152],[118.991189,25.041937],[118.996812,25.051869],[118.995766,25.054874],[119.010843,25.059647],[119.017057,25.053094],[119.010668,25.038425],[119.002742,25.038419],[119.00029,25.034199],[119.000692,25.026223],[118.99456,25.006649],[118.993042,25.00495],[118.986101,25.006243],[118.981245,25.002301],[118.97898,24.994003],[118.979467,24.987346],[118.983389,24.974461],[118.989618,24.967167],[119.005077,24.955786],[119.011858,24.960406],[119.020249,24.963333],[119.027345,24.960496],[119.016751,24.955897],[119.007456,24.944939],[118.996806,24.94638],[118.987673,24.945566],[118.98638,24.947885],[118.979222,24.948545],[118.980974,24.957574],[118.97818,24.962582],[118.966541,24.965221],[118.95294,24.964711],[118.937269,24.959005],[118.933097,24.959266],[118.929828,24.963623],[118.913682,24.961124],[118.898971,24.938489],[118.904991,24.939306],[118.909895,24.933134],[118.907349,24.927551],[118.908295,24.917966],[118.910817,24.914044],[118.917695,24.910888],[118.926244,24.900358],[118.938795,24.895575],[118.939946,24.891631],[118.946612,24.886836],[118.958726,24.886115],[118.956959,24.891726],[118.958527,24.894092],[118.96294,24.899064],[118.97153,24.900566],[118.977998,24.898236],[118.985356,24.887909],[118.985035,24.883182],[118.981183,24.88042],[118.9673,24.882799],[118.952316,24.879824],[118.942303,24.880003],[118.93605,24.878379],[118.933255,24.875539],[118.926152,24.874748],[118.922158,24.87559],[118.923049,24.880253],[118.920798,24.882182],[118.89944,24.882753],[118.895782,24.892689],[118.888498,24.895528],[118.872061,24.89617],[118.854049,24.891099],[118.850276,24.884242],[118.84278,24.879822],[118.833757,24.882007],[118.83042,24.878919],[118.828321,24.86806],[118.830265,24.866367],[118.833628,24.868623],[118.836758,24.865917],[118.830921,24.858525],[118.825453,24.863525],[118.825704,24.866991],[118.823156,24.870712],[118.81594,24.875088],[118.809585,24.875287],[118.802226,24.873973],[118.79436,24.870366],[118.785295,24.861668],[118.778394,24.857994],[118.757105,24.859566],[118.748686,24.858109],[118.741612,24.850541],[118.729752,24.852197],[118.716354,24.848712],[118.711092,24.852169],[118.702086,24.850888],[118.696481,24.855465],[118.700846,24.861306],[118.703102,24.868873],[118.702948,24.871374],[118.69936,24.876109],[118.69866,24.886396],[118.690606,24.895784],[118.688856,24.896857],[118.685511,24.89585],[118.682081,24.905578],[118.686414,24.91788],[118.691948,24.918747],[118.692506,24.922657],[118.696901,24.927074],[118.699266,24.93197],[118.697685,24.934412],[118.699028,24.938557],[118.695031,24.941527],[118.69478,24.947802],[118.691989,24.951174],[118.691122,24.955362],[118.688323,24.957794],[118.67879,24.957063],[118.673292,24.959475],[118.669879,24.956906],[118.676388,24.947729],[118.672635,24.934617],[118.67739,24.929741],[118.679201,24.924676],[118.663354,24.921137],[118.653977,24.913039],[118.652714,24.905585],[118.65937,24.902179],[118.666526,24.902724],[118.673431,24.898902],[118.682816,24.886865],[118.685318,24.880907],[118.681799,24.878695],[118.683409,24.873816],[118.682885,24.86772],[118.678461,24.85959],[118.652752,24.852907],[118.648451,24.853163],[118.647801,24.855273],[118.63901,24.853499],[118.642512,24.845763],[118.63801,24.832183],[118.641878,24.816857],[118.647465,24.806315],[118.65438,24.806835],[118.659246,24.798812],[118.658703,24.796887],[118.650777,24.794736],[118.65037,24.79107],[118.656552,24.788882],[118.682785,24.797985],[118.702734,24.794889],[118.709002,24.796983],[118.711408,24.799456],[118.712167,24.802376],[118.70992,24.809175],[118.716993,24.817965],[118.728102,24.817028],[118.727772,24.809394],[118.722272,24.805923],[118.722399,24.796202],[118.718589,24.791637],[118.726798,24.777976],[118.73201,24.773265],[118.739675,24.770367],[118.745322,24.773122],[118.744529,24.776077],[118.750146,24.779927],[118.759756,24.777306],[118.772795,24.780257],[118.77527,24.779495],[118.778791,24.772166],[118.778316,24.760555],[118.773821,24.748878],[118.761257,24.741739],[118.754404,24.728176],[118.716571,24.693484],[118.713858,24.689201],[118.712758,24.679661],[118.699204,24.669894],[118.681554,24.667701],[118.67633,24.676631],[118.67385,24.687607],[118.667459,24.689538],[118.658894,24.688368],[118.65255,24.683745],[118.648615,24.677752],[118.643761,24.656348],[118.646531,24.63715],[118.657793,24.620541],[118.657597,24.618438],[118.662468,24.619036],[118.669615,24.627735],[118.675436,24.631031],[118.680686,24.630397],[118.681589,24.628123],[118.682863,24.61812],[118.681507,24.608055],[118.67444,24.598632],[118.671932,24.591088],[118.672661,24.589131],[118.665595,24.577708],[118.656552,24.578825],[118.648088,24.567951],[118.604461,24.532793],[118.583358,24.528109],[118.57384,24.520852],[118.568843,24.523231],[118.568605,24.527396],[118.576799,24.556087],[118.568086,24.575966],[118.569719,24.582729],[118.544422,24.59598],[118.53592,24.607126],[118.514797,24.614784],[118.503791,24.617081],[118.49817,24.626285],[118.493788,24.62807],[118.475055,24.631333],[118.465219,24.631222],[118.445589,24.627811],[118.440024,24.629886],[118.447022,24.632247],[118.441584,24.650522],[118.453872,24.673784],[118.453575,24.677294],[118.448578,24.683362],[118.447498,24.688766],[118.442531,24.68951],[118.44223,24.697918],[118.437941,24.697044],[118.435254,24.679126],[118.439064,24.675073],[118.43868,24.669111],[118.43392,24.670854],[118.429707,24.659076],[118.423643,24.650648],[118.424454,24.647639],[118.427407,24.647526],[118.427308,24.637038],[118.433604,24.627582],[118.431138,24.617349],[118.416712,24.605493],[118.411221,24.605319],[118.401952,24.602079],[118.403253,24.599261],[118.398803,24.597215],[118.397606,24.598126],[118.389276,24.595938],[118.392392,24.582587],[118.388094,24.581441],[118.38575,24.590895],[118.376247,24.584982],[118.360465,24.578744],[118.35383,24.582179],[118.329696,24.578522],[118.322089,24.579717],[118.321496,24.582258],[118.305715,24.579887],[118.288594,24.586182],[118.286761,24.579752],[118.292048,24.578371],[118.291935,24.576964],[118.283179,24.564731],[118.283533,24.557367],[118.277817,24.555204],[118.272432,24.555471],[118.26942,24.55627],[118.267336,24.559356],[118.264795,24.558416],[118.265202,24.554793],[118.263638,24.55187],[118.246468,24.537241],[118.23931,24.536401],[118.237311,24.539447],[118.225033,24.541922],[118.219988,24.548965],[118.211993,24.550202],[118.20752,24.54887],[118.198954,24.559339],[118.199049,24.563146],[118.194744,24.566959],[118.192101,24.589225],[118.18764,24.600394],[118.188368,24.603331],[118.190935,24.605405],[118.190712,24.617652],[118.179347,24.622823],[118.178681,24.624917],[118.180204,24.630342],[118.192196,24.6371],[118.204189,24.650996],[118.203522,24.652614],[118.201429,24.652424],[118.200857,24.655184],[118.189504,24.655898],[118.180969,24.663777],[118.177965,24.661077],[118.180705,24.65469],[118.176563,24.642645],[118.167942,24.634263],[118.163708,24.637726],[118.164278,24.640566],[118.151157,24.64442],[118.148955,24.643114],[118.152956,24.639832],[118.145806,24.631524],[118.138796,24.614077],[118.13341,24.606722],[118.111793,24.585601],[118.100024,24.567145],[118.085106,24.565529],[118.084613,24.567844],[118.066893,24.570653],[118.055899,24.555005],[118.049727,24.556602],[118.029147,24.551803],[118.02904,24.537351],[118.031896,24.534245],[118.038703,24.531598],[118.041458,24.531877],[118.041803,24.534204],[118.047654,24.534181],[118.06892,24.507724],[118.066084,24.503423],[118.055221,24.495999],[118.044733,24.486133],[118.033766,24.473534],[118.03358,24.464898],[118.038769,24.456653],[118.041338,24.447543],[118.041434,24.441005],[118.025283,24.441857],[118.01973,24.444683],[117.959708,24.456975],[117.952842,24.460255],[117.953929,24.465151],[117.910822,24.479382],[117.905194,24.4777],[117.901938,24.474272],[117.913566,24.460453],[117.903776,24.437293],[117.894694,24.433122],[117.880859,24.432978],[117.879374,24.432165],[117.879371,24.428834],[117.88508,24.428792],[117.894791,24.423119],[117.906168,24.413302],[117.906006,24.411236],[117.902627,24.4102],[117.888325,24.411218],[117.906108,24.393821],[117.933826,24.396361],[117.949808,24.395847],[117.959958,24.39965],[117.980338,24.401015],[117.995925,24.409347],[118.017042,24.415358],[118.049751,24.412481],[118.065267,24.409141],[118.067549,24.406705],[118.069081,24.401203],[118.066762,24.390814],[118.051418,24.384531],[118.052157,24.372345],[118.056729,24.36529],[118.050049,24.361182],[118.045553,24.354894],[118.038724,24.350712],[118.037914,24.349651],[118.040376,24.3443],[118.054312,24.355307],[118.092836,24.360148],[118.099526,24.356592],[118.106344,24.349785],[118.105665,24.343415],[118.114968,24.330776],[118.113456,24.322474],[118.115966,24.315621],[118.127141,24.3123],[118.133421,24.307701],[118.124458,24.299388],[118.124825,24.291029],[118.129454,24.282094],[118.131684,24.280344],[118.134661,24.281341],[118.136431,24.280104],[118.134671,24.274683],[118.138538,24.270728],[118.13824,24.268735],[118.132649,24.262965],[118.126581,24.268556],[118.122589,24.270043],[118.110035,24.266421],[118.101745,24.260179],[118.095525,24.250302],[118.083593,24.255725],[118.068895,24.251586],[118.060326,24.243749],[118.057952,24.238816],[118.050308,24.237803],[118.045242,24.23369],[118.037332,24.214671],[118.035491,24.217539],[118.032174,24.217543],[118.024626,24.212846],[118.021702,24.206953],[118.011193,24.207157],[118.006209,24.204919],[118,24.19896],[117.997208,24.192635],[117.998476,24.189792],[117.987986,24.186204],[117.984439,24.181794],[117.981236,24.169519],[117.981294,24.161229],[117.968974,24.153567],[117.966634,24.154269],[117.965498,24.158994],[117.969599,24.169822],[117.967788,24.176475],[117.975829,24.189668],[117.968551,24.188889],[117.969295,24.18448],[117.96818,24.182836],[117.962981,24.181774],[117.961337,24.185621],[117.963707,24.19161],[117.956571,24.195071],[117.954984,24.200154],[117.958285,24.204665],[117.955375,24.205226],[117.952631,24.201181],[117.953048,24.196303],[117.956081,24.183454],[117.961007,24.176694],[117.959111,24.170412],[117.954872,24.167277],[117.951235,24.167827],[117.948129,24.1726],[117.94833,24.175827],[117.946808,24.173841],[117.943706,24.178285],[117.941244,24.177183],[117.933827,24.181679],[117.932232,24.180271],[117.945203,24.168284],[117.951571,24.16511],[117.95622,24.16506],[117.96065,24.167604],[117.962525,24.166732],[117.958314,24.161949],[117.94876,24.158366],[117.942703,24.147422],[117.934123,24.139144],[117.92577,24.121359],[117.920883,24.122614],[117.914627,24.120429],[117.90844,24.114265],[117.902289,24.10365],[117.89705,24.087012],[117.896868,24.053644],[117.900998,24.0387],[117.898615,24.03463],[117.891291,24.027281],[117.880956,24.032419],[117.875949,24.031556],[117.874124,24.035725],[117.85006,24.031425],[117.842037,24.027058],[117.829784,24.014988],[117.824207,24.004201],[117.822839,23.997024],[117.820025,24],[117.820753,24.001894],[117.817493,24.003199],[117.807721,23.999532],[117.801022,23.990529],[117.797412,23.980204],[117.795759,23.968745],[117.799373,23.960492],[117.794296,23.9593],[117.788164,23.962257],[117.788401,23.964097],[117.786509,23.964775],[117.776195,23.959473],[117.769649,23.943129],[117.766638,23.928785],[117.766976,23.917752],[117.755693,23.914894],[117.747986,23.906866],[117.74245,23.905611],[117.737062,23.909645],[117.736262,23.912421],[117.738709,23.914305],[117.739403,23.918961],[117.734227,23.931587],[117.730786,23.93575],[117.731141,23.937761],[117.738103,23.940771],[117.756926,23.954613],[117.75466,23.956827],[117.768492,23.97479],[117.765799,23.976726],[117.766524,23.981323],[117.772856,23.989479],[117.779237,23.990565],[117.782137,23.988523],[117.791643,24.001078],[117.789408,24.001992],[117.7885,24.00457],[117.786229,24.004464],[117.785736,23.997687],[117.78237,23.994632],[117.776888,23.993475],[117.77545,23.994077],[117.777914,24.002402],[117.774753,24.001959],[117.774051,23.999308],[117.772801,23.9998],[117.769523,23.995516],[117.766815,23.998308],[117.769815,24.001366],[117.771093,24.00561],[117.75675,24.017923],[117.75895,24.026283],[117.769882,24.037647],[117.769058,24.038533],[117.758161,24.029668],[117.753072,24.02331],[117.753486,24.015056],[117.74338,24.010276],[117.740137,24.015519],[117.727125,24.024384],[117.713684,24.030749],[117.70818,24.043513],[117.702666,24.045534],[117.69733,24.044005],[117.699229,24.040737],[117.703887,24.043993],[117.705848,24.043018],[117.711903,24.023299],[117.706992,24.015025],[117.693421,24],[117.69532,23.998824],[117.691282,23.989805],[117.690213,23.982668],[117.692371,23.976564],[117.695275,23.973915],[117.69683,23.974341],[117.700366,23.968619],[117.700302,23.965866],[117.705636,23.957756],[117.706816,23.951544],[117.689925,23.945301],[117.680212,23.939963],[117.654782,23.920887],[117.643466,23.906562],[117.634602,23.891223],[117.628727,23.874442],[117.62474,23.855799],[117.623749,23.829575],[117.625915,23.814588],[117.628754,23.806956],[117.635692,23.796825],[117.641062,23.793525],[117.625208,23.777501],[117.623651,23.765743],[117.619135,23.764931],[117.616806,23.766321],[117.613044,23.763194],[117.611613,23.752889],[117.605024,23.742875],[117.598675,23.744407],[117.59309,23.739075],[117.592807,23.726472],[117.590273,23.71906],[117.583792,23.719184],[117.582731,23.721111],[117.581743,23.731721],[117.584323,23.734537],[117.587288,23.750153],[117.586913,23.759137],[117.582474,23.764696],[117.580733,23.770053],[117.583544,23.771858],[117.588104,23.771152],[117.592707,23.776576],[117.591582,23.780974],[117.597803,23.787721],[117.60044,23.793354],[117.609071,23.79677],[117.612722,23.810491],[117.594586,23.810539],[117.594604,23.844729],[117.606332,23.844342],[117.598717,23.858249],[117.602184,23.860601],[117.603092,23.863182],[117.596193,23.870755],[117.592132,23.87923],[117.58835,23.879388],[117.582961,23.882839],[117.577572,23.880054],[117.56746,23.883929],[117.566733,23.88623],[117.573757,23.892104],[117.567702,23.900581],[117.566128,23.901126],[117.565219,23.899673],[117.565038,23.893497],[117.560496,23.894102],[117.547841,23.903003],[117.547993,23.906325],[117.529963,23.909448],[117.503952,23.920759],[117.497347,23.921746],[117.493705,23.919093],[117.487485,23.920837],[117.470837,23.920844],[117.460139,23.92307],[117.451918,23.928719],[117.443708,23.938138],[117.433436,23.943769],[117.408933,23.941706],[117.4024,23.938993],[117.401164,23.933989],[117.409023,23.934612],[117.412605,23.932907],[117.41292,23.924892],[117.414445,23.92245],[117.42575,23.915987],[117.449068,23.911239],[117.472406,23.91218],[117.483033,23.906874],[117.492038,23.89379],[117.491815,23.892012],[117.4883,23.889532],[117.488265,23.885089],[117.490596,23.879976],[117.504256,23.865529],[117.493284,23.851947],[117.486433,23.837944],[117.494479,23.834062],[117.496668,23.830945],[117.498928,23.830826],[117.496168,23.824973],[117.494741,23.824306],[117.485524,23.82798],[117.47953,23.822599],[117.470111,23.820917],[117.468856,23.81129],[117.472568,23.798019],[117.45459,23.786792],[117.439986,23.764957],[117.441821,23.761657],[117.44068,23.759394],[117.438643,23.758159],[117.432574,23.760595],[117.425786,23.767453],[117.411602,23.776331],[117.406924,23.777489],[117.403624,23.774031],[117.422573,23.763724],[117.433344,23.746716],[117.434303,23.742665],[117.440693,23.738925],[117.447381,23.744861],[117.453104,23.745688],[117.461433,23.741772],[117.46788,23.74419],[117.468876,23.747379],[117.467754,23.751261],[117.471111,23.754704],[117.488957,23.762613],[117.497651,23.76219],[117.499925,23.755968],[117.496899,23.75282],[117.498605,23.750508],[117.504537,23.749807],[117.508066,23.752414],[117.513515,23.751151],[117.517685,23.743806],[117.528442,23.7411],[117.535977,23.736565],[117.532386,23.733842],[117.525559,23.734754],[117.522489,23.733487],[117.519953,23.729704],[117.516372,23.714403],[117.508608,23.715124],[117.50113,23.726362],[117.499114,23.727249],[117.4932,23.725789],[117.485705,23.72117],[117.482783,23.709597],[117.475522,23.701162],[117.471308,23.691081],[117.471111,23.679759],[117.472818,23.671139],[117.482358,23.668128],[117.489821,23.662175],[117.487334,23.656415],[117.477631,23.655229],[117.47109,23.657267],[117.461043,23.651328],[117.458986,23.653839],[117.458208,23.659029],[117.453803,23.660821],[117.447356,23.659029],[117.445889,23.660382],[117.445909,23.664525],[117.444212,23.665318],[117.436406,23.664437],[117.428744,23.65933],[117.423845,23.653872],[117.417846,23.641347],[117.415046,23.630185],[117.414605,23.616008],[117.416241,23.605099],[117.418183,23.599316],[117.423711,23.59343],[117.427488,23.592573],[117.433563,23.598001],[117.437363,23.59241],[117.443213,23.592592],[117.437568,23.583263],[117.430864,23.582609],[117.429004,23.588695],[117.42322,23.58912],[117.410431,23.583011],[117.395839,23.581388],[117.380968,23.576637],[117.367517,23.567119],[117.367073,23.569522],[117.370508,23.571762],[117.370132,23.575644],[117.367658,23.579227],[117.361155,23.582009],[117.347189,23.581062],[117.318455,23.572572],[117.316353,23.574084],[117.31591,23.577589],[117.322011,23.584619],[117.328084,23.588191],[117.343016,23.60386],[117.35027,23.608702],[117.357798,23.611411],[117.361784,23.619791],[117.375703,23.63508],[117.361719,23.671944],[117.355869,23.675686],[117.34769,23.675864],[117.339602,23.687886],[117.341654,23.695382],[117.352007,23.702517],[117.359449,23.712743],[117.362014,23.71942],[117.361745,23.722299],[117.35021,23.7369],[117.347938,23.745879],[117.350413,23.75127],[117.369771,23.765089],[117.366453,23.769754],[117.370978,23.774095],[117.386523,23.783537],[117.39342,23.783755],[117.396643,23.782289],[117.401407,23.775317],[117.403857,23.774897],[117.405982,23.777031],[117.397101,23.78731],[117.38729,23.788552],[117.380688,23.786769],[117.364587,23.775766],[117.359871,23.770031],[117.359251,23.76649],[117.344879,23.754087],[117.330691,23.753842],[117.325664,23.751345],[117.316112,23.758636],[117.31167,23.756944],[117.314355,23.747049],[117.307982,23.743959],[117.274496,23.735471],[117.272177,23.72283],[117.269301,23.71607],[117.278765,23.681325],[117.276783,23.67838],[117.26959,23.677881],[117.266999,23.675594],[117.265779,23.662855],[117.266063,23.657355],[117.26926,23.649903],[117.280426,23.63696],[117.27949,23.630964],[117.275466,23.627399],[117.255477,23.624262],[117.252382,23.618444],[117.25383,23.616004],[117.253117,23.612761],[117.249092,23.60782],[117.23271,23.603024],[117.229688,23.606514],[117.232123,23.614953],[117.228522,23.629026],[117.235471,23.640085],[117.237457,23.655162],[117.241533,23.659064],[117.246902,23.672158],[117.239816,23.684945],[117.230223,23.691357],[117.227775,23.690166],[117.235974,23.685828],[117.241368,23.67607],[117.237715,23.674488],[117.235173,23.676798],[117.232631,23.675114],[117.23218,23.663593],[117.229254,23.660807],[117.226372,23.660766],[117.225005,23.669599],[117.221624,23.676069],[117.210976,23.68161],[117.208572,23.680367],[117.209377,23.67692],[117.21724,23.669052],[117.216233,23.66121],[117.210716,23.661014],[117.213799,23.654908],[117.216654,23.654038],[117.222214,23.648104],[117.225439,23.625382],[117.205622,23.624055],[117.188675,23.619856],[117.183439,23.631103],[117.170624,23.640433],[117.155259,23.641478],[117.146275,23.649846],[117.142706,23.656082],[117.125844,23.653225],[117.118825,23.648781],[117.116486,23.654393],[117.113625,23.656905],[117.092628,23.667419],[117.088217,23.668331],[117.086037,23.666606],[117.077944,23.675466],[117.07975,23.676631],[117.07867,23.679025],[117.072944,23.682735],[117.069971,23.681005],[117.060908,23.688995],[117.055862,23.689808],[117.04543,23.702657],[117.044717,23.713886],[117.047777,23.719067],[117.045435,23.728658],[117.047031,23.73824],[117.042894,23.752179],[117.029045,23.786341],[117.028198,23.797479],[117.016252,23.811488],[117.027207,23.819135],[117.028635,23.828001],[117.027118,23.829782],[117.023341,23.828303],[117.019289,23.832595],[117.01622,23.843103],[116.998663,23.862565],[116.983716,23.865454],[116.979961,23.864821],[116.977169,23.860432],[116.968918,23.858477],[116.96018,23.861612],[116.955244,23.868992],[116.957861,23.872651],[116.965996,23.871484],[116.972435,23.872524],[116.972888,23.883126],[116.968959,23.890128],[116.971216,23.898158],[116.95501,23.907048],[116.956591,23.914569],[116.950192,23.922914],[116.951199,23.925066],[116.963278,23.926416],[116.96942,23.930304],[116.975579,23.942413],[116.976681,23.949238],[116.975352,23.96409],[116.971762,23.971162],[116.967107,23.975354],[116.971756,23.995139],[116.976823,23.997676],[116.976892,24],[116.975549,24.005026],[116.957457,24.01446],[116.952821,24.010113],[116.95299,24.007046],[116.949656,24.0067],[116.950197,24.01721],[116.953154,24.019618],[116.946159,24.026003],[116.944457,24.030614],[116.937748,24.032876],[116.939147,24.038633],[116.94684,24.040614],[116.94772,24.053845],[116.943148,24.0572],[116.935877,24.055512],[116.930598,24.058387],[116.931907,24.062487],[116.925801,24.069611],[116.924186,24.082038],[116.925517,24.092621],[116.922148,24.103439],[116.923055,24.107337],[116.930798,24.119817],[116.931351,24.131114],[116.935933,24.133023],[116.940033,24.13996],[116.945933,24.141275],[116.943939,24.145681],[116.945562,24.148232],[116.95337,24.148175],[116.953366,24.15032],[116.958623,24.155457],[116.966143,24.156925],[116.969154,24.159289],[116.967852,24.161338],[116.971076,24.16466],[116.978049,24.168187],[116.983195,24.173693],[116.987379,24.17455],[116.993343,24.184983],[116.99285,24.188231],[116.986646,24.189333],[116.985108,24.194361],[116.973022,24.202983],[116.967726,24.200487],[116.961667,24.206789],[116.959664,24.212325],[116.953491,24.215311],[116.951301,24.219806],[116.936852,24.22016],[116.92863,24.223172],[116.9301,24.23444],[116.932922,24.233936],[116.934296,24.240432],[116.934041,24.244674],[116.930202,24.251349],[116.93196,24.254525],[116.934524,24.25507],[116.932641,24.2679],[116.934168,24.271247],[116.934826,24.287245],[116.930326,24.288837],[116.919123,24.288894],[116.915287,24.2861],[116.909388,24.289238],[116.911754,24.293389],[116.907473,24.301754],[116.909072,24.304651],[116.907291,24.312346],[116.915059,24.32366],[116.910359,24.329986],[116.905024,24.333966],[116.902432,24.34683],[116.89027,24.355121],[116.891763,24.357294],[116.894138,24.354428],[116.894859,24.358148],[116.890186,24.367495],[116.897235,24.369554],[116.897655,24.37239],[116.899556,24.373676],[116.889667,24.388653],[116.881611,24.394512],[116.880384,24.397803],[116.868843,24.394663],[116.864837,24.402161],[116.863392,24.410889],[116.858256,24.410676],[116.854285,24.422044],[116.850836,24.426135],[116.841839,24.431548],[116.834799,24.442344],[116.833705,24.447171],[116.838453,24.456831],[116.845965,24.455387],[116.855223,24.460722],[116.855127,24.465107],[116.850239,24.470746],[116.846829,24.478378],[116.828507,24.499524],[116.822227,24.496721],[116.818016,24.491875],[116.808365,24.486593],[116.808767,24.490286],[116.813054,24.494165],[116.795154,24.501342],[116.780125,24.517914],[116.770756,24.536848],[116.766526,24.537671],[116.752183,24.550278],[116.750872,24.554139],[116.75241,24.560218],[116.755792,24.56391],[116.762656,24.567081],[116.76234,24.571985],[116.758758,24.578119],[116.752711,24.583682],[116.756817,24.585458],[116.764162,24.593086],[116.770932,24.597086],[116.774885,24.601888],[116.77596,24.607351],[116.781789,24.615742],[116.793401,24.625515],[116.791948,24.639406],[116.795499,24.642683],[116.806536,24.647814],[116.806659,24.651408],[116.810532,24.657561],[116.805121,24.668978],[116.797138,24.680518],[116.775057,24.681231],[116.769857,24.677682],[116.763182,24.669375],[116.754638,24.665554],[116.753003,24.662331],[116.747657,24.658302],[116.745093,24.658988],[116.735387,24.669631],[116.725072,24.669829],[116.715297,24.667437],[116.700348,24.666667],[116.699842,24.661408],[116.696866,24.658871],[116.686123,24.663761],[116.671884,24.663651],[116.665097,24.660835],[116.652557,24.658772],[116.646159,24.654096],[116.638962,24.654356],[116.63085,24.650826],[116.628092,24.645797],[116.625091,24.644932],[116.619072,24.645079],[116.616807,24.649132],[116.61176,24.650839],[116.60668,24.64982],[116.600054,24.6512],[116.599854,24.655976],[116.592622,24.657784],[116.582598,24.639941],[116.57008,24.634915],[116.56561,24.63034],[116.565458,24.625533],[116.559818,24.624042],[116.552943,24.618823],[116.546714,24.608583],[116.54462,24.611773],[116.546187,24.615466],[116.541011,24.615838],[116.524957,24.607733],[116.522306,24.60785],[116.520121,24.61153],[116.513973,24.615464],[116.506314,24.617575],[116.500095,24.62368],[116.504746,24.626903],[116.503347,24.631327],[116.506568,24.63551],[116.507798,24.640244],[116.505509,24.642989],[116.511582,24.652262],[116.512316,24.656524],[116.507757,24.659596],[116.503908,24.667745],[116.496363,24.675387],[116.497773,24.679718],[116.495678,24.686668],[116.498808,24.694257],[116.497329,24.700552],[116.482546,24.721179],[116.478625,24.723716],[116.473756,24.72088],[116.463781,24.722305],[116.452121,24.717464],[116.439776,24.71871],[116.435209,24.725833],[116.435829,24.734587],[116.430508,24.738493],[116.426932,24.736719],[116.423579,24.738058],[116.423333,24.74376],[116.414413,24.744388],[116.40969,24.749938],[116.41229,24.754317],[116.41465,24.769523],[116.411954,24.774639],[116.400318,24.783218],[116.396431,24.79166],[116.396949,24.794842],[116.394125,24.797237],[116.387473,24.794816],[116.386596,24.79187],[116.379219,24.793782],[116.376615,24.796087],[116.376763,24.798308],[116.37933,24.799749],[116.375387,24.804111],[116.370721,24.80585],[116.371443,24.821556],[116.373195,24.825729],[116.385475,24.831351],[116.402247,24.835924],[116.414231,24.843419],[116.407866,24.850589],[116.402684,24.854143],[116.39433,24.854931],[116.388896,24.861373],[116.386776,24.874047],[116.392426,24.876138],[116.391474,24.880584],[116.375318,24.879759],[116.370162,24.877725],[116.369359,24.87615],[116.371382,24.871438],[116.369471,24.869687],[116.362525,24.873431],[116.35716,24.871883],[116.350268,24.86148],[116.345578,24.859528],[116.347047,24.845533],[116.344988,24.834466],[116.330845,24.826137],[116.325645,24.826928],[116.317464,24.822107],[116.295096,24.804841],[116.280345,24.801837],[116.261238,24.803106],[116.243444,24.795412],[116.239167,24.796576],[116.233701,24.801752],[116.227071,24.802675],[116.235586,24.816157],[116.245428,24.825599],[116.243126,24.834524],[116.234017,24.834243],[116.22735,24.82882],[116.217255,24.832816],[116.21345,24.84228],[116.21603,24.843872],[116.214867,24.848173],[116.208282,24.853855],[116.197931,24.858994],[116.190094,24.871545],[116.18602,24.871993],[116.187025,24.881356],[116.179636,24.878286],[116.176222,24.879043],[116.171661,24.870795],[116.164351,24.866952],[116.160852,24.861021],[116.151115,24.853735],[116.148301,24.847479],[116.145735,24.848229],[116.138847,24.846378],[116.128785,24.84996],[116.093564,24.854057],[116.088534,24.851989],[116.090723,24.847531],[116.088233,24.84072],[116.085969,24.83934],[116.080209,24.842789],[116.083056,24.847276],[116.078712,24.856335],[116.070206,24.856244],[116.063509,24.852625],[116.057706,24.862594],[116.047025,24.864433],[116.042624,24.870703],[116.044104,24.876212],[116.038725,24.878186],[116.035294,24.890902],[116.028988,24.891809],[116.029495,24.894737],[116.022629,24.898346],[116.019589,24.904418],[116.01468,24.908129],[116.008073,24.906547],[115.998695,24.899705],[115.994001,24.898861],[115.986495,24.903008],[115.979567,24.903028],[115.975181,24.918862],[115.960657,24.915648],[115.944639,24.919507],[115.93691,24.923421],[115.921061,24.92173],[115.913739,24.927115],[115.906947,24.92833],[115.903299,24.926701],[115.897801,24.935529],[115.885285,24.942972],[115.880283,24.954218],[115.867829,24.957373],[115.86542,24.971707],[115.868597,24.976222],[115.879293,24.980139],[115.888179,24.973549],[115.887411,24.97088],[115.890379,24.96561],[115.895522,24.963471],[115.900761,24.967346],[115.905999,24.965624],[115.90667,24.96256],[115.912185,24.960322],[115.918028,24.962982],[115.919381,24.966805],[115.911572,24.973721],[115.911799,24.978846],[115.905252,24.985759],[115.897077,24.98896],[115.898314,24.991925],[115.897221,24.995076],[115.877578,25.001338],[115.872878,25.006245],[115.869647,25.023754],[115.877025,25.029429],[115.884679,25.026553],[115.887509,25.034088],[115.892082,25.035093],[115.894265,25.037479],[115.89423,25.04136],[115.899826,25.044448],[115.909621,25.046077],[115.913919,25.041776],[115.915678,25.041766],[115.918034,25.047041],[115.923272,25.048613],[115.924577,25.052324],[115.917195,25.058024],[115.915038,25.063808],[115.910529,25.06382],[115.909428,25.067829],[115.910448,25.073004],[115.912096,25.07437],[115.909618,25.082701],[115.90216,25.08831],[115.891221,25.092246],[115.878147,25.091199],[115.875575,25.096032],[115.874209,25.09909],[115.880429,25.107238],[115.870829,25.116305],[115.869842,25.126587],[115.8755,25.125885],[115.885329,25.129909],[115.881931,25.143738],[115.879865,25.14467],[115.873246,25.155451],[115.871653,25.156071],[115.864134,25.151501],[115.8584,25.152269],[115.857784,25.157116],[115.854731,25.157476],[115.851976,25.155243],[115.848332,25.157742],[115.84634,25.163909],[115.84825,25.168957],[115.851813,25.16982],[115.854934,25.16752],[115.856448,25.169946],[115.848454,25.178933],[115.853788,25.181298],[115.852026,25.186813],[115.852871,25.191852],[115.850737,25.213114],[115.860284,25.218784],[115.863819,25.2254],[115.872315,25.218763],[115.885649,25.219993],[115.896486,25.231357],[115.897616,25.235337],[115.905438,25.23729],[115.915416,25.234047],[115.91769,25.234944],[115.91785,25.236547],[115.92748,25.238851],[115.935039,25.256936],[115.937805,25.258377],[115.94725,25.27388],[115.945949,25.280843],[115.942219,25.287405],[115.94237,25.2928],[115.947953,25.295931],[115.956328,25.294795],[115.960515,25.28986],[115.965267,25.288562],[115.970332,25.29126],[115.970559,25.299678],[115.972678,25.301498],[115.978435,25.301809],[115.982805,25.292723],[115.998818,25.310434],[116.002788,25.319114],[116.003893,25.325701],[115.998194,25.325932],[115.994303,25.328049],[116.002331,25.331708],[116.000554,25.342484],[115.995262,25.347382],[115.982661,25.347417],[115.98813,25.35183],[115.994606,25.352482],[115.996925,25.358745],[115.995064,25.362749],[115.991028,25.363831],[115.99128,25.370047],[115.989212,25.375879],[115.986319,25.377499],[116.003571,25.397669],[115.99733,25.411753],[115.997955,25.415226],[115.999272,25.417279],[116.005074,25.418508],[116.013397,25.414735],[116.01833,25.42603],[116.015939,25.430816],[116.019261,25.439815],[116.006248,25.456586],[116.005269,25.462119],[116.009784,25.472554],[116.014779,25.477335],[116.012728,25.477732],[116.007923,25.472986],[116.001165,25.475602],[116.003476,25.482677],[116.00349,25.490288],[115.999485,25.491726],[116.00119,25.495364],[116.009776,25.50068],[116.007711,25.50391],[116.01011,25.51099],[116.030283,25.515171],[116.032543,25.516887],[116.030283,25.53709],[116.03299,25.550045],[116.03501,25.552023],[116.045728,25.54877],[116.051668,25.550797],[116.059132,25.565087],[116.058891,25.56796],[116.05599,25.568243],[116.053423,25.571438],[116.048277,25.586399],[116.049721,25.587847],[116.05036,25.594389],[116.047192,25.60404],[116.038785,25.604189],[116.035742,25.608781],[116.04116,25.618462],[116.041125,25.621047],[116.035967,25.624999],[116.035114,25.62968],[116.045323,25.630449],[116.047275,25.631911],[116.047793,25.636226],[116.052774,25.642196],[116.05549,25.642715],[116.060709,25.637592],[116.062707,25.637922],[116.064725,25.647378],[116.063788,25.6509],[116.054255,25.659326],[116.05253,25.663907],[116.057812,25.668186],[116.056859,25.671762],[116.054348,25.672487],[116.054886,25.674353],[116.060338,25.678413],[116.05547,25.68128],[116.051129,25.686631],[116.05441,25.6899],[116.053419,25.694873],[116.05508,25.698134],[116.059147,25.697553],[116.061719,25.692843],[116.063394,25.695127],[116.062243,25.70444],[116.063863,25.708793],[116.082675,25.69928],[116.084809,25.701636],[116.101739,25.704223],[116.105237,25.707565],[116.10395,25.728982],[116.107412,25.73307],[116.113565,25.735436],[116.114534,25.737696],[116.11243,25.741061],[116.11542,25.749518],[116.120418,25.75499],[116.124735,25.764243],[116.128924,25.762904],[116.143826,25.763695],[116.155147,25.769629],[116.160267,25.769189],[116.162853,25.766202],[116.159,25.761873],[116.16249,25.750151],[116.169839,25.751182],[116.17321,25.756893],[116.172791,25.770528],[116.173988,25.775349],[116.177946,25.780304],[116.17129,25.790987],[116.166862,25.792789],[116.162862,25.799303],[116.156781,25.800087],[116.154712,25.802026],[116.156302,25.809118],[116.152835,25.815746],[116.136566,25.822669],[116.136343,25.826477],[116.133431,25.830438],[116.130145,25.826773],[116.126042,25.831237],[116.127671,25.837662],[116.125854,25.839562],[116.125211,25.85542],[116.127551,25.861662],[116.13908,25.869423],[116.138776,25.872341],[116.149348,25.880802],[116.159403,25.882307],[116.163105,25.878988],[116.165264,25.879301],[116.171659,25.896586],[116.18364,25.904486],[116.191213,25.905452],[116.19781,25.903311],[116.202085,25.904033],[116.209123,25.909879],[116.220388,25.912039],[116.225564,25.907988],[116.225017,25.90646],[116.22941,25.90237],[116.242324,25.906736],[116.249974,25.903452],[116.254224,25.905614],[116.256135,25.913898],[116.258371,25.916494],[116.265884,25.918323],[116.276342,25.916996],[116.282354,25.922277],[116.288133,25.921591],[116.297255,25.925968],[116.299985,25.934728],[116.305947,25.940847],[116.315843,25.944495],[116.318832,25.952738],[116.319084,25.95871],[116.323267,25.960139],[116.330902,25.959297],[116.339074,25.965347],[116.345322,25.965353],[116.350351,25.962616],[116.362261,25.963031],[116.36476,25.968014],[116.36394,25.976739],[116.354858,25.996245],[116.355642,26.002024],[116.360349,26.009093],[116.366722,26.008463],[116.377664,26.028703],[116.379106,26.035463],[116.382376,26.033872],[116.391112,26.034514],[116.388917,26.038559],[116.389143,26.042877],[116.393522,26.040753],[116.393768,26.039214],[116.391337,26.037778],[116.393468,26.03477],[116.39536,26.035562],[116.39771,26.043244],[116.397052,26.050916],[116.405189,26.053149],[116.401356,26.057003],[116.414066,26.057092],[116.416606,26.069876],[116.422991,26.077745],[116.424012,26.072904],[116.428981,26.077397],[116.443653,26.083649],[116.451907,26.092388],[116.459213,26.096135],[116.463012,26.102735],[116.467264,26.103342],[116.46949,26.107233],[116.480399,26.112606],[116.485086,26.117534],[116.48646,26.123611],[116.484549,26.136432],[116.476467,26.13996],[116.478153,26.152175],[116.473779,26.155378],[116.476995,26.165436],[116.470337,26.172836],[116.471552,26.175962],[116.469006,26.177884],[116.460575,26.177055],[116.439502,26.167991],[116.432996,26.16311],[116.42124,26.160983],[116.41564,26.161316],[116.415272,26.163836],[116.421066,26.167205],[116.416986,26.17198],[116.412457,26.169163],[116.414353,26.166613],[116.411137,26.163356],[116.406642,26.163127],[116.40485,26.163427],[116.404964,26.165664],[116.402041,26.167586],[116.392639,26.169654],[116.386413,26.175146],[116.388592,26.180947],[116.392009,26.183118],[116.395851,26.193617],[116.397813,26.194482],[116.393205,26.199215],[116.38736,26.201975],[116.393655,26.207813],[116.392435,26.213036],[116.388049,26.212858],[116.386412,26.210416],[116.389405,26.209498],[116.386942,26.208366],[116.375941,26.212556],[116.386477,26.212463],[116.386376,26.223075],[116.382379,26.232979],[116.381843,26.241419],[116.391975,26.248417],[116.391683,26.254068],[116.389781,26.257566],[116.386823,26.257202],[116.385438,26.259157],[116.388261,26.263446],[116.393024,26.265611],[116.391682,26.275154],[116.405637,26.281306],[116.414661,26.282344],[116.419226,26.293119],[116.417023,26.296717],[116.410178,26.299696],[116.410085,26.301547],[116.419455,26.303684],[116.422135,26.307364],[116.430022,26.307393],[116.432004,26.311581],[116.437133,26.314536],[116.437077,26.316492],[116.431913,26.317557],[116.43202,26.321502],[116.436796,26.32906],[116.441254,26.32924],[116.451786,26.337161],[116.455209,26.343666],[116.455774,26.350314],[116.460677,26.353477],[116.468132,26.350898],[116.469171,26.354068],[116.467089,26.356968],[116.475147,26.356529],[116.481667,26.359672],[116.481749,26.361555],[116.485794,26.363782],[116.489917,26.36393],[116.493036,26.361037],[116.495124,26.362569],[116.49738,26.36518],[116.496608,26.368386],[116.495583,26.370148],[116.491109,26.370566],[116.490043,26.374169],[116.492413,26.385826],[116.491339,26.389061],[116.494961,26.39231],[116.502158,26.391106],[116.503489,26.389586],[116.510062,26.403209],[116.510027,26.405369],[116.506627,26.408466],[116.512052,26.413693],[116.517305,26.413249],[116.519023,26.411349],[116.523578,26.410347],[116.531494,26.410866],[116.531083,26.403958],[116.543945,26.401363],[116.549014,26.403853],[116.551622,26.402736],[116.552699,26.396294],[116.556062,26.389824],[116.550951,26.384653],[116.554433,26.380438],[116.554374,26.375463],[116.552889,26.3728],[116.547609,26.370276],[116.550112,26.366799],[116.55444,26.367446],[116.559629,26.372695],[116.569696,26.376575],[116.576296,26.370043],[116.582651,26.370643],[116.586874,26.374957],[116.595474,26.374664],[116.598153,26.377839],[116.598898,26.383511],[116.605708,26.387712],[116.607276,26.391495],[116.606791,26.39808],[116.601368,26.404785],[116.598956,26.411071],[116.604566,26.437303],[116.617862,26.444944],[116.621183,26.443987],[116.626538,26.452295],[116.62399,26.457531],[116.625716,26.464145],[116.631528,26.467163],[116.633571,26.47374],[116.645151,26.471807],[116.639107,26.473104],[116.633111,26.477159],[116.634739,26.481249],[116.633977,26.483776],[116.628292,26.482332],[116.622557,26.483817],[116.615812,26.483222],[116.609755,26.47995],[116.606673,26.480794],[116.599348,26.488358],[116.597144,26.485898],[116.5937,26.487596],[116.592887,26.489383],[116.5983,26.495342],[116.585791,26.498465],[116.584246,26.501797],[116.590581,26.50402],[116.591996,26.507425],[116.589486,26.510691],[116.584217,26.510186],[116.583734,26.523803],[116.58063,26.525596],[116.575397,26.525236],[116.57531,26.533771],[116.570323,26.53881],[116.56344,26.542699],[116.558384,26.54937],[116.543839,26.55424],[116.538415,26.55998],[116.52968,26.562767],[116.529369,26.564432],[116.536083,26.567412],[116.549412,26.586183],[116.557858,26.606432],[116.557976,26.634124],[116.562458,26.639256],[116.550001,26.64952],[116.544062,26.651823],[116.550814,26.659848],[116.531147,26.669067],[116.527997,26.672743],[116.527712,26.676541],[116.510737,26.690767],[116.508643,26.694532],[116.507734,26.703049],[116.510829,26.710169],[116.510339,26.712002],[116.506216,26.713371],[116.505473,26.717372],[116.509577,26.719463],[116.514844,26.727089],[116.528513,26.736396],[116.530247,26.742785],[116.556085,26.758444],[116.559875,26.764592],[116.559671,26.76815],[116.556716,26.769709],[116.553934,26.77471],[116.549817,26.788714],[116.543652,26.791593],[116.541901,26.796752],[116.543419,26.801139],[116.539179,26.806882],[116.537377,26.812731],[116.542428,26.822055],[116.541165,26.827289],[116.545092,26.841218],[116.553499,26.846589],[116.561342,26.870039],[116.566142,26.8726],[116.571799,26.87319],[116.576204,26.868802],[116.580813,26.872397],[116.586648,26.881607],[116.581476,26.884651],[116.582964,26.889232],[116.587512,26.89015],[116.593778,26.897698],[116.596315,26.894821],[116.600177,26.893963],[116.605226,26.898942],[116.602948,26.902558],[116.614934,26.913776],[116.618171,26.920832],[116.616469,26.925902],[116.626585,26.9324],[116.639813,26.944766],[116.644717,26.946867],[116.651503,26.95961],[116.649954,26.964903],[116.668476,26.969584],[116.673719,26.975642],[116.67288,26.979746],[116.67907,26.980517],[116.683881,26.985928],[116.693589,26.992109],[116.701791,26.992339],[116.706061,26.994932],[116.713514,26.99389],[116.724469,26.997597],[116.732514,26.997047],[116.737268,26.998545],[116.74095,26.988964],[116.751182,26.980979],[116.757407,26.986455],[116.756346,26.99081],[116.757599,26.995051],[116.761205,27.000914],[116.765073,27.00325],[116.776166,27.001886],[116.784648,27.006951],[116.786607,27.010917],[116.795058,27.014227],[116.806849,27.011257],[116.817026,27.019676],[116.81805,27.0228],[116.820608,27.023746],[116.829625,27.021927],[116.835573,27.015155],[116.835072,27.012551],[116.836765,27.010751],[116.856713,27.011129],[116.865001,27.025408],[116.872675,27.024629],[116.882047,27.032234],[116.888119,27.033047],[116.89071,27.038883],[116.894096,27.040672],[116.898344,27.037727],[116.90631,27.035787],[116.913721,27.038353],[116.917427,27.03526],[116.91864,27.027637],[116.923236,27.02555],[116.929875,27.025793],[116.934805,27.021936],[116.94001,27.032772],[116.948635,27.040628],[116.948744,27.047043],[116.950824,27.050413],[116.962197,27.061809],[116.968958,27.061061],[116.981519,27.070771],[116.986061,27.072523],[116.998475,27.085387],[117.00504,27.087022],[117.008762,27.090338],[117.019035,27.088405],[117.029997,27.091648],[117.037282,27.099594],[117.0474,27.103884],[117.044806,27.10698],[117.04426,27.121686],[117.041751,27.129072],[117.037052,27.135863],[117.037186,27.143079],[117.043547,27.155808],[117.050962,27.163163],[117.058687,27.175441],[117.064459,27.181237],[117.074293,27.18324],[117.080349,27.187655],[117.081618,27.196221],[117.092124,27.210381],[117.095722,27.212368],[117.098621,27.206905],[117.111589,27.21169],[117.115436,27.214701],[117.115439,27.221066],[117.133642,27.23477],[117.136429,27.239696],[117.144733,27.243611],[117.141382,27.251198],[117.147563,27.254355],[117.14791,27.261314],[117.151547,27.267669],[117.156447,27.268327],[117.161065,27.271977],[117.163217,27.28713],[117.167155,27.291201],[117.167335,27.294987],[117.160167,27.294633],[117.154376,27.297171],[117.154584,27.301257],[117.148971,27.305541],[117.145608,27.306486],[117.142283,27.303805],[117.132511,27.305234],[117.130484,27.310975],[117.13218,27.310984],[117.135641,27.315406],[117.136804,27.323165],[117.13539,27.326448],[117.124139,27.325283],[117.10926,27.331737],[117.105467,27.328448],[117.093517,27.341502],[117.097623,27.350836],[117.096805,27.360209],[117.098928,27.370555],[117.097111,27.37576],[117.094296,27.377825],[117.094696,27.383679],[117.099777,27.385079],[117.102742,27.397608],[117.109573,27.400155],[117.120957,27.407898],[117.127793,27.427933],[117.122623,27.433426],[117.120088,27.438939],[117.120017,27.454294],[117.111757,27.454837],[117.103354,27.464457],[117.102347,27.472511],[117.106775,27.479258],[117.100242,27.483486],[117.098352,27.487795],[117.100536,27.492924],[117.108465,27.499143],[117.10304,27.50886],[117.097168,27.515571],[117.095956,27.524959],[117.098118,27.54267],[117.094739,27.547452],[117.085293,27.551153],[117.084258,27.559159],[117.079113,27.567796],[117.072802,27.57009],[117.069232,27.566393],[117.068946,27.561956],[117.060183,27.556419],[117.05883,27.551503],[117.051845,27.546915],[117.047306,27.548885],[117.045388,27.553887],[117.03704,27.550819],[117.016326,27.55847],[117.012265,27.563451],[117.013483,27.569326],[117.012451,27.575215],[117.017004,27.582687],[117.017233,27.590871],[117.019293,27.596022],[117.0153,27.600825],[117.016194,27.603177],[117.014266,27.606918],[117.011483,27.606461],[117.007538,27.608655],[117.012084,27.614149],[117.011624,27.616105],[117.002923,27.620913],[117.001334,27.626915],[116.998317,27.629762],[117.00348,27.637096],[117.008905,27.633456],[117.01259,27.636209],[117.016707,27.645025],[117.014621,27.655711],[117.021975,27.66344],[117.028517,27.666661],[117.031908,27.670257],[117.047223,27.674205],[117.057998,27.669083],[117.065436,27.65898],[117.073557,27.653872],[117.074151,27.651344],[117.072136,27.647931],[117.076111,27.641798],[117.089948,27.631109],[117.09549,27.630571],[117.103362,27.63499],[117.103834,27.636943],[117.101556,27.637502],[117.099421,27.640742],[117.1005,27.646091],[117.103536,27.646218],[117.106479,27.649014],[117.09654,27.666415],[117.090133,27.671469],[117.094108,27.678862],[117.100949,27.684488],[117.103933,27.690323],[117.112237,27.69762],[117.11739,27.69718],[117.12488,27.693073],[117.126264,27.690098],[117.132703,27.692627],[117.137041,27.692328],[117.172209,27.680867],[117.177552,27.682549],[117.181225,27.686517],[117.19445,27.688251],[117.199744,27.687136],[117.200162,27.691198],[117.198354,27.695264],[117.200706,27.70045],[117.198665,27.704158],[117.198099,27.712571],[117.202122,27.71972],[117.212252,27.718393],[117.220048,27.722945],[117.231079,27.722307],[117.235753,27.720094],[117.240197,27.72214],[117.243555,27.729141],[117.248335,27.731749],[117.250564,27.732481],[117.256595,27.729236],[117.259359,27.731944],[117.261503,27.743871],[117.275382,27.75352],[117.270666,27.759405],[117.27173,27.770072],[117.273775,27.77106],[117.277526,27.767807],[117.292503,27.767108],[117.296787,27.775419],[117.301907,27.779812],[117.29915,27.791727],[117.295603,27.795363],[117.292,27.804473],[117.294999,27.810871],[117.293876,27.814859],[117.298188,27.828961],[117.297125,27.839386],[117.288118,27.847862],[117.278513,27.846784],[117.272115,27.850219],[117.273274,27.861472],[117.276478,27.869442],[117.274151,27.874328],[117.292828,27.873772],[117.298504,27.875872],[117.302638,27.878926],[117.311881,27.89733],[117.320399,27.898968],[117.329742,27.891821],[117.331892,27.880142],[117.32981,27.875472],[117.330774,27.871952],[117.327469,27.867154],[117.328319,27.865733],[117.338379,27.859369],[117.347207,27.860767],[117.348934,27.863038],[117.348882,27.869665],[117.360461,27.88609],[117.372804,27.891757],[117.378573,27.889386],[117.391692,27.895559],[117.407341,27.89816],[117.410592,27.903605],[117.426535,27.917369],[117.426178,27.921667],[117.436149,27.927475],[117.438901,27.934377],[117.446691,27.938694],[117.448399,27.943364],[117.45646,27.946302],[117.458652,27.939984],[117.461278,27.937343],[117.471843,27.933424],[117.478154,27.94343],[117.503216,27.96011],[117.502261,27.963048],[117.505895,27.971871],[117.505923,27.97787],[117.517033,27.986949],[117.524097,27.986532],[117.525558,27.985056],[117.524681,27.978349],[117.528993,27.972949],[117.53264,27.97512],[117.542654,27.971805],[117.550628,27.973963],[117.554369,27.964941],[117.560612,27.960088],[117.55485,27.952223],[117.553802,27.947862],[117.561469,27.9386],[117.564966,27.937599],[117.56986,27.948576],[117.575481,27.949963],[117.582747,27.947478],[117.579429,27.941428],[117.582273,27.937033],[117.580767,27.931707],[117.584511,27.919446],[117.578853,27.914688],[117.580934,27.907385],[117.590382,27.904361],[117.591241,27.898074],[117.598857,27.890154],[117.59697,27.872011],[117.603489,27.867139],[117.611761,27.866375],[117.615644,27.867985],[117.617093,27.862647],[117.623861,27.86289],[117.626752,27.859931],[117.645248,27.856012],[117.64709,27.851547],[117.659605,27.846708],[117.663147,27.843709],[117.666877,27.832158],[117.676015,27.826258],[117.683297,27.830927],[117.690211,27.829425],[117.69981,27.837071],[117.702609,27.82929],[117.707584,27.824601],[117.711765,27.817002],[117.720016,27.813061],[117.723914,27.809225],[117.726105,27.803781],[117.734251,27.803665],[117.736971,27.804423],[117.738846,27.808542],[117.742912,27.809571],[117.749271,27.816032],[117.750966,27.825014],[117.754973,27.831884],[117.763511,27.837735],[117.771975,27.839325],[117.774424,27.843434],[117.774483,27.846955],[117.782943,27.855736],[117.783279,27.860547],[117.777942,27.863171],[117.779775,27.874107],[117.785555,27.883525],[117.782617,27.886686],[117.782523,27.900411],[117.784448,27.901601],[117.788646,27.900476],[117.793458,27.903419],[117.795341,27.906346],[117.794095,27.908805],[117.798254,27.912692],[117.806147,27.915216],[117.808227,27.922433],[117.814657,27.926129],[117.832159,27.930561],[117.843876,27.940075],[117.850868,27.949017],[117.854275,27.949522],[117.861648,27.939095],[117.865643,27.942283],[117.876368,27.946401],[117.878837,27.949644],[117.888765,27.950913],[117.894315,27.948421],[117.900745,27.953635],[117.905629,27.953831],[117.912609,27.961572],[117.914351,27.965694],[117.92026,27.968989],[117.927782,27.970093],[117.93047,27.972626],[117.93052,27.976656],[117.936543,27.978998],[117.94986,27.974176],[117.95956,27.965003],[117.962393,27.964809],[117.965697,27.96855],[117.97386,27.968976],[117.976004,27.971064],[117.981614,27.977299],[117.991205,27.99537],[118.000718,27.984177],[118.005886,27.986287],[118.013201,27.984142],[118.015682,27.989229],[118.029473,27.991599],[118.032392,27.98981],[118.037558,27.981563],[118.041296,27.981368],[118.044528,27.985103],[118.051908,27.98328],[118.05644,27.985599],[118.061091,27.984101],[118.064629,27.979617],[118.065801,27.970514],[118.071248,27.971138],[118.07505,27.968355],[118.083187,27.967223],[118.089377,27.970621],[118.089844,27.972704],[118.088472,27.979587],[118.08493,27.986095],[118.088391,27.991092],[118.085861,27.998001],[118.090511,28.009047],[118.098204,28.013159],[118.100117,28.020736],[118.105964,28.016404],[118.117096,28.014848],[118.124613,28.019592],[118.122477,28.023487],[118.121845,28.031095],[118.117198,28.032999],[118.115602,28.036858],[118.11536,28.044933],[118.130232,28.056726],[118.130026,28.058815],[118.132588,28.060871],[118.139763,28.060953],[118.151902,28.065705],[118.152571,28.063088],[118.156046,28.060603],[118.165395,28.060568],[118.182468,28.053605],[118.186077,28.055099],[118.194672,28.052995],[118.200057,28.054658],[118.201442,28.057979],[118.206171,28.061598],[118.213947,28.06257],[118.221249,28.061315],[118.224571,28.067108],[118.232818,28.07226],[118.238434,28.079633],[118.249161,28.071497],[118.251482,28.07208],[118.254782,28.07744],[118.25976,28.081411],[118.270476,28.086249],[118.277223,28.084374],[118.281352,28.088163],[118.288161,28.085591],[118.295462,28.088525],[118.298378,28.092936],[118.306235,28.09487],[118.312388,28.090657],[118.31651,28.090733],[118.31797,28.093928],[118.336051,28.087588],[118.347698,28.089914],[118.351502,28.096694],[118.351728,28.104202],[118.349835,28.106158],[118.354225,28.111185],[118.354166,28.116786],[118.351933,28.120329],[118.351201,28.125949],[118.352335,28.12807],[118.36387,28.133143],[118.362639,28.136483],[118.357122,28.139134],[118.356858,28.144877],[118.35905,28.147755],[118.355011,28.151657],[118.353805,28.155151],[118.355551,28.160256],[118.365825,28.163061],[118.374364,28.169001],[118.368652,28.178614],[118.370537,28.189776],[118.365353,28.19298],[118.352163,28.19598],[118.342476,28.193474],[118.333793,28.196687],[118.329647,28.209956],[118.318576,28.213451],[118.314289,28.219362],[118.307156,28.224503],[118.310158,28.226928],[118.313897,28.226786],[118.32078,28.232527],[118.328195,28.234878],[118.3311,28.238575],[118.339264,28.237874],[118.342388,28.24452],[118.347101,28.247904],[118.344562,28.251716],[118.346055,28.256059],[118.351897,28.254805],[118.359651,28.256875],[118.359787,28.261984],[118.369947,28.270489],[118.372931,28.270666],[118.372998,28.267855],[118.374439,28.267163],[118.383511,28.26972],[118.387827,28.27353],[118.388423,28.27662],[118.417595,28.294447],[118.427102,28.296712],[118.42869,28.291678],[118.424825,28.282689],[118.429671,28.271186],[118.435823,28.271816],[118.436568,28.269694],[118.433522,28.264379],[118.44368,28.264666],[118.444906,28.262274],[118.438936,28.254732],[118.454936,28.246706],[118.46052,28.246318],[118.463587,28.248466],[118.475329,28.24995],[118.486893,28.241445],[118.492339,28.248348],[118.497809,28.249548],[118.495731,28.260601],[118.487295,28.267026],[118.490341,28.273325],[118.489561,28.277559],[118.498152,28.282879],[118.501201,28.283046],[118.508988,28.278934],[118.509152,28.274728],[118.511022,28.27318],[118.515927,28.275453],[118.514072,28.280496],[118.518799,28.281374],[118.529149,28.274639],[118.53329,28.274785],[118.541475,28.27701],[118.543596,28.284959],[118.548396,28.281938],[118.555555,28.2823],[118.567601,28.291418],[118.57361,28.287969],[118.576389,28.290278],[118.593006,28.27525],[118.590441,28.263932],[118.59055,28.260941],[118.592387,28.259384],[118.596995,28.257132],[118.60215,28.260236],[118.609963,28.275183],[118.610754,28.272481],[118.608761,28.265118],[118.614198,28.259971],[118.616974,28.259676],[118.621596,28.265724],[118.624472,28.263993],[118.629176,28.26551],[118.631322,28.271873],[118.635613,28.277136],[118.640651,28.276879],[118.645957,28.280251],[118.652419,28.278613],[118.656473,28.272472],[118.662023,28.274273],[118.671457,28.273892],[118.678759,28.279995],[118.683812,28.290777],[118.688043,28.294695],[118.689058,28.307857],[118.697331,28.314545],[118.703609,28.314193],[118.70996,28.316697],[118.712214,28.314428],[118.717597,28.317041]]]]}},{type:"Feature",properties:{name:"江西省",province_adcode:36e4,province_type:"省",name_en:"Jiangxi",name_var:"Jiāng Xī",adcode:36e4},geometry:{type:"Polygon",coordinates:[[[116.684162,30.0716],[116.719297,30.056974],[116.734306,30.056144],[116.742093,30.059761],[116.750279,30.052549],[116.758129,30.050835],[116.764675,30.046803],[116.769123,30.043764],[116.777607,30.032226],[116.780643,30.024643],[116.785511,30.02164],[116.78709,30.018034],[116.78326,30.016832],[116.787983,30.01013],[116.785015,30.007892],[116.787189,30.006164],[116.792232,30.006441],[116.796026,29.998676],[116.805286,30.002744],[116.809246,30.002044],[116.816044,30.005071],[116.819767,30.012809],[116.82452,30.013356],[116.824856,30.005407],[116.82259,30.000737],[116.824718,29.991463],[116.821468,29.979507],[116.823759,29.965711],[116.828389,29.96036],[116.831227,29.961802],[116.829403,29.966016],[116.830602,29.973204],[116.839939,29.97203],[116.847584,29.973775],[116.863386,29.984053],[116.870038,29.981375],[116.873456,29.976216],[116.879747,29.977663],[116.882144,29.970631],[116.889415,29.971657],[116.892778,29.970532],[116.894077,29.968841],[116.893543,29.962792],[116.898843,29.951267],[116.898402,29.946584],[116.890329,29.942631],[116.889147,29.937664],[116.887498,29.925308],[116.892237,29.921158],[116.892787,29.913201],[116.884805,29.91238],[116.881357,29.907362],[116.880815,29.896271],[116.872914,29.888779],[116.870693,29.884672],[116.862965,29.881247],[116.861408,29.875544],[116.854304,29.868255],[116.848896,29.866102],[116.847842,29.861574],[116.837854,29.848575],[116.826922,29.840856],[116.819438,29.839355],[116.81737,29.837489],[116.823983,29.825953],[116.822806,29.822172],[116.815731,29.817987],[116.808619,29.819728],[116.803638,29.819165],[116.802654,29.815758],[116.797606,29.810035],[116.79881,29.803723],[116.79142,29.804208],[116.782019,29.794298],[116.77551,29.794893],[116.775012,29.798266],[116.757637,29.808291],[116.753087,29.801123],[116.746519,29.799632],[116.738044,29.792498],[116.738914,29.789045],[116.733392,29.783692],[116.731357,29.77648],[116.72652,29.774928],[116.721614,29.7755],[116.720083,29.77374],[116.717413,29.76775],[116.710938,29.762891],[116.704029,29.746179],[116.69053,29.742969],[116.683784,29.74319],[116.678939,29.738787],[116.674685,29.730323],[116.670979,29.728906],[116.672115,29.718412],[116.670542,29.714959],[116.667793,29.715207],[116.665503,29.712695],[116.665803,29.706081],[116.663676,29.701884],[116.651815,29.704697],[116.644149,29.698654],[116.644678,29.692761],[116.647,29.690757],[116.669318,29.690656],[116.678141,29.68474],[116.682665,29.679721],[116.683787,29.675931],[116.682577,29.674527],[116.668665,29.671515],[116.664649,29.666035],[116.654553,29.661568],[116.645411,29.645939],[116.645695,29.642757],[116.650919,29.637328],[116.658481,29.634988],[116.664162,29.629393],[116.678402,29.62094],[116.679449,29.608931],[116.67401,29.605673],[116.675094,29.60116],[116.681898,29.600807],[116.682763,29.603178],[116.686113,29.60471],[116.708221,29.594162],[116.714205,29.58662],[116.716072,29.577875],[116.71501,29.569303],[116.719228,29.566196],[116.722735,29.567421],[116.725119,29.572177],[116.72485,29.578778],[116.728725,29.578445],[116.732386,29.584422],[116.733746,29.587323],[116.732345,29.590292],[116.733563,29.594276],[116.748408,29.597782],[116.756141,29.593964],[116.757122,29.598832],[116.754126,29.601518],[116.755443,29.605418],[116.760164,29.60325],[116.765697,29.603049],[116.764002,29.594827],[116.770518,29.597871],[116.782024,29.593839],[116.7744,29.58026],[116.775459,29.573481],[116.778491,29.570899],[116.786552,29.572964],[116.792184,29.565953],[116.794755,29.564957],[116.80718,29.569552],[116.811674,29.567746],[116.832294,29.571856],[116.842753,29.578678],[116.844058,29.587194],[116.85609,29.601298],[116.865778,29.603281],[116.871168,29.615418],[116.87554,29.619556],[116.890217,29.624427],[116.892242,29.626723],[116.900185,29.625374],[116.90393,29.628235],[116.90503,29.63402],[116.913197,29.639836],[116.919479,29.641813],[116.924896,29.649372],[116.933885,29.647337],[116.942746,29.653863],[116.950813,29.652215],[116.961259,29.655614],[116.963534,29.652944],[116.970103,29.650536],[116.972153,29.654423],[116.971566,29.66438],[116.978977,29.670641],[116.983383,29.679424],[116.987623,29.684204],[116.991432,29.686398],[116.997224,29.687582],[117.004917,29.686229],[117.012379,29.689839],[117.021371,29.688207],[117.032209,29.682357],[117.03909,29.6856],[117.039823,29.688452],[117.046057,29.692299],[117.051117,29.690195],[117.054971,29.692708],[117.060311,29.69229],[117.066942,29.700602],[117.080223,29.701529],[117.084258,29.699635],[117.08822,29.707953],[117.097024,29.709303],[117.105488,29.708351],[117.109102,29.709973],[117.111448,29.712975],[117.110692,29.715973],[117.114345,29.721965],[117.114953,29.727764],[117.109501,29.739609],[117.103482,29.744427],[117.099081,29.752301],[117.100343,29.754462],[117.106533,29.756],[117.111338,29.765436],[117.115523,29.768224],[117.119729,29.768513],[117.121615,29.771751],[117.128162,29.774956],[117.132014,29.781101],[117.133705,29.788455],[117.130262,29.791747],[117.125597,29.791359],[117.121258,29.794458],[117.117725,29.802831],[117.105404,29.800617],[117.098686,29.808186],[117.095638,29.808625],[117.094978,29.812946],[117.089806,29.818254],[117.08435,29.816429],[117.080396,29.822272],[117.070137,29.82446],[117.067195,29.827953],[117.066876,29.831238],[117.07171,29.837488],[117.077232,29.839902],[117.078781,29.838675],[117.087781,29.840655],[117.094753,29.846856],[117.097641,29.854502],[117.107925,29.858168],[117.11202,29.86173],[117.123912,29.864576],[117.124677,29.871483],[117.128616,29.878472],[117.128589,29.883325],[117.121401,29.889108],[117.120254,29.894351],[117.122768,29.902009],[117.132918,29.909004],[117.136997,29.914516],[117.142219,29.915602],[117.147046,29.919308],[117.152045,29.919094],[117.157367,29.923663],[117.165494,29.920047],[117.174605,29.92481],[117.177974,29.924117],[117.189238,29.927596],[117.191715,29.926047],[117.195403,29.92708],[117.201488,29.933205],[117.21225,29.927745],[117.220569,29.920019],[117.22483,29.918142],[117.240407,29.918268],[117.246188,29.915858],[117.250431,29.911958],[117.252079,29.904666],[117.259548,29.894362],[117.261452,29.884479],[117.256587,29.877622],[117.25062,29.861865],[117.238389,29.853119],[117.241944,29.84369],[117.248938,29.837035],[117.253268,29.834891],[117.265788,29.834887],[117.270141,29.827684],[117.281405,29.825964],[117.285284,29.822878],[117.28967,29.828485],[117.284396,29.837662],[117.298648,29.841487],[117.314525,29.841044],[117.314784,29.844588],[117.317363,29.847899],[117.332584,29.857923],[117.341548,29.84667],[117.337367,29.837149],[117.344195,29.83443],[117.343321,29.826972],[117.351171,29.822559],[117.35249,29.818622],[117.356543,29.815477],[117.363881,29.814987],[117.37315,29.823911],[117.37874,29.822564],[117.38024,29.826535],[117.379177,29.832072],[117.382914,29.845281],[117.387744,29.849143],[117.411662,29.853555],[117.42068,29.850886],[117.424586,29.843843],[117.41801,29.833441],[117.418464,29.829879],[117.411341,29.822185],[117.412517,29.8099],[117.407173,29.808091],[117.403356,29.801371],[117.407756,29.797122],[117.406753,29.792013],[117.41555,29.786898],[117.417329,29.781681],[117.415956,29.777909],[117.420939,29.774314],[117.425381,29.765629],[117.43063,29.761278],[117.436567,29.763699],[117.441803,29.763115],[117.443099,29.758069],[117.438987,29.752236],[117.439911,29.749567],[117.449739,29.738005],[117.454555,29.735977],[117.446179,29.727592],[117.449186,29.723003],[117.451764,29.722085],[117.453232,29.718209],[117.451231,29.712664],[117.446921,29.70873],[117.444435,29.70029],[117.445626,29.693414],[117.450452,29.691515],[117.453496,29.688043],[117.451552,29.68461],[117.453108,29.680421],[117.464232,29.687264],[117.468913,29.683349],[117.467894,29.666835],[117.479543,29.669124],[117.481439,29.668438],[117.481159,29.665157],[117.48498,29.663666],[117.493107,29.664381],[117.495486,29.665952],[117.496562,29.66947],[117.504244,29.67432],[117.507945,29.671379],[117.509234,29.667505],[117.51861,29.66234],[117.522496,29.66203],[117.526503,29.653553],[117.520543,29.647079],[117.518195,29.632208],[117.519187,29.627804],[117.522132,29.624584],[117.523798,29.611746],[117.525747,29.607649],[117.534202,29.5996],[117.534605,29.595686],[117.537429,29.591135],[117.541049,29.596978],[117.549816,29.596722],[117.552355,29.592875],[117.57678,29.595307],[117.585164,29.58604],[117.592624,29.585625],[117.597868,29.591066],[117.607396,29.592954],[117.619697,29.603114],[117.62195,29.608147],[117.629771,29.610689],[117.635556,29.615308],[117.642882,29.617207],[117.652227,29.613181],[117.658439,29.612738],[117.661963,29.602626],[117.661617,29.599116],[117.663349,29.596997],[117.673121,29.597135],[117.677761,29.594489],[117.680177,29.586966],[117.679779,29.577572],[117.67514,29.570717],[117.677927,29.565012],[117.683291,29.560957],[117.684579,29.556815],[117.700022,29.553582],[117.703598,29.551552],[117.703481,29.557229],[117.705484,29.562183],[117.71172,29.562652],[117.721119,29.554658],[117.724114,29.549393],[117.735611,29.553468],[117.751295,29.564296],[117.753039,29.560221],[117.760931,29.559279],[117.765088,29.562326],[117.765091,29.567825],[117.769187,29.575048],[117.776555,29.570208],[117.769297,29.562359],[117.780922,29.561207],[117.78899,29.569607],[117.800908,29.57419],[117.8069,29.578442],[117.811884,29.577044],[117.815792,29.572717],[117.822747,29.571914],[117.826864,29.565584],[117.851619,29.564848],[117.858906,29.568437],[117.860584,29.557543],[117.866177,29.556166],[117.870205,29.558177],[117.873093,29.557797],[117.874069,29.55467],[117.872176,29.550608],[117.876233,29.546135],[117.888956,29.546027],[117.899271,29.553446],[117.906122,29.553317],[117.912575,29.558072],[117.927848,29.560782],[117.930705,29.55998],[117.939649,29.552152],[117.940598,29.557968],[117.943966,29.559302],[117.950074,29.568446],[117.954136,29.571855],[117.97109,29.570021],[117.978944,29.560113],[117.984785,29.56417],[117.989432,29.572703],[117.995771,29.577534],[118.022197,29.576383],[118.027639,29.570007],[118.034939,29.566946],[118.038521,29.56034],[118.042417,29.557174],[118.043611,29.548968],[118.051204,29.542197],[118.076505,29.540955],[118.084349,29.536871],[118.093134,29.539636],[118.098064,29.539291],[118.102127,29.536464],[118.100233,29.532134],[118.103264,29.526366],[118.109767,29.523163],[118.118908,29.51455],[118.122928,29.515964],[118.125228,29.514694],[118.132029,29.506425],[118.13308,29.49997],[118.136773,29.497502],[118.138525,29.493102],[118.135918,29.489627],[118.126095,29.48362],[118.118938,29.475691],[118.119091,29.47016],[118.130242,29.467002],[118.131851,29.460017],[118.129804,29.453452],[118.133741,29.447393],[118.132249,29.444419],[118.124733,29.442629],[118.125022,29.433976],[118.134845,29.421272],[118.144757,29.415019],[118.151832,29.416041],[118.156314,29.411565],[118.174818,29.406331],[118.183172,29.408782],[118.186747,29.407432],[118.188248,29.400089],[118.185588,29.393243],[118.203011,29.37964],[118.201421,29.373502],[118.198253,29.370366],[118.203314,29.362228],[118.203921,29.350375],[118.201853,29.346304],[118.188408,29.342919],[118.179902,29.336252],[118.177511,29.333455],[118.177944,29.32887],[118.174357,29.323989],[118.16174,29.316671],[118.161798,29.313265],[118.169751,29.310588],[118.174106,29.301772],[118.162112,29.294307],[118.165138,29.287809],[118.164897,29.284427],[118.154807,29.284801],[118.143642,29.289856],[118.138598,29.290096],[118.13091,29.286594],[118.128543,29.286966],[118.108926,29.295664],[118.102921,29.291841],[118.101088,29.287638],[118.097168,29.286402],[118.072567,29.293739],[118.066683,29.290718],[118.066504,29.288863],[118.069881,29.288244],[118.07196,29.285278],[118.073342,29.276124],[118.073648,29.261363],[118.070566,29.255798],[118.070203,29.248683],[118.075097,29.246487],[118.077112,29.242128],[118.07706,29.23834],[118.074196,29.233019],[118.074668,29.228232],[118.079367,29.22297],[118.077095,29.22071],[118.051146,29.217122],[118.043092,29.220116],[118.035579,29.212118],[118.034046,29.205107],[118.035948,29.201394],[118.027695,29.18567],[118.029187,29.179218],[118.023507,29.173716],[118.022574,29.17044],[118.025377,29.16674],[118.035656,29.163944],[118.038423,29.160474],[118.038526,29.141491],[118.035253,29.133424],[118.03266,29.131735],[118.033659,29.127988],[118.046735,29.120736],[118.048473,29.11565],[118.038351,29.113485],[118.034959,29.110505],[118.030838,29.101376],[118.031918,29.097776],[118.037868,29.091821],[118.046494,29.090806],[118.057876,29.084176],[118.064084,29.083802],[118.070254,29.078021],[118.068082,29.070104],[118.072285,29.065555],[118.060146,29.056678],[118.060576,29.052443],[118.066703,29.047429],[118.065511,29.043542],[118.067719,29.039062],[118.070766,29.038543],[118.074141,29.040374],[118.07863,29.034151],[118.082588,29.033529],[118.084054,29.018392],[118.082878,29.015733],[118.091532,29.001288],[118.095529,29.00492],[118.09829,29.013222],[118.10234,29.014307],[118.103773,29.006455],[118.094592,28.993106],[118.104897,28.994322],[118.1057,29.006284],[118.109264,29.0121],[118.115568,29.014264],[118.122015,29.018788],[118.127141,29.01104],[118.124336,29.003657],[118.119917,28.998402],[118.128331,28.986503],[118.140971,28.982066],[118.141859,28.987648],[118.149969,28.990327],[118.150907,28.986651],[118.159899,28.989687],[118.162499,28.988655],[118.177928,28.980195],[118.181587,28.980005],[118.191104,28.96793],[118.195831,28.957331],[118.199392,28.955506],[118.204649,28.957507],[118.206565,28.952126],[118.210341,28.950589],[118.215738,28.951994],[118.222785,28.947626],[118.223017,28.945309],[118.218808,28.93971],[118.210477,28.933866],[118.20252,28.923625],[118.191818,28.919501],[118.188362,28.912312],[118.189928,28.90776],[118.194839,28.905248],[118.199293,28.90811],[118.221066,28.914625],[118.236607,28.923064],[118.245581,28.922381],[118.249687,28.926354],[118.251828,28.926403],[118.256123,28.92271],[118.264315,28.921896],[118.266457,28.920313],[118.269379,28.90567],[118.272805,28.898419],[118.276558,28.894552],[118.277321,28.886],[118.282518,28.875479],[118.283267,28.870562],[118.289175,28.863803],[118.291997,28.851284],[118.3,28.843622],[118.293023,28.839042],[118.291745,28.836096],[118.300722,28.826703],[118.306098,28.824414],[118.320999,28.822005],[118.32865,28.817122],[118.335635,28.818099],[118.348184,28.816594],[118.349162,28.81828],[118.351859,28.818293],[118.359208,28.816199],[118.36551,28.811795],[118.368131,28.807051],[118.366706,28.804542],[118.368478,28.799061],[118.378353,28.790324],[118.375188,28.78791],[118.374494,28.776829],[118.379164,28.776351],[118.381317,28.760428],[118.387654,28.757024],[118.388452,28.751531],[118.384235,28.749541],[118.384387,28.747707],[118.388506,28.741894],[118.394104,28.739682],[118.395528,28.737517],[118.389936,28.737079],[118.38692,28.734489],[118.387518,28.73262],[118.394628,28.730718],[118.395134,28.726253],[118.392623,28.724909],[118.394354,28.727675],[118.393098,28.728622],[118.390051,28.726089],[118.391996,28.723797],[118.396048,28.722991],[118.396859,28.717324],[118.387157,28.713533],[118.385282,28.708028],[118.385713,28.703372],[118.388317,28.702208],[118.397434,28.706246],[118.40271,28.700945],[118.407275,28.699978],[118.411684,28.696299],[118.409158,28.692367],[118.409513,28.689608],[118.416257,28.682587],[118.422947,28.684355],[118.426816,28.682402],[118.427885,28.679331],[118.42452,28.677081],[118.427644,28.667049],[118.425373,28.663188],[118.426183,28.658934],[118.422701,28.655772],[118.427458,28.654581],[118.426576,28.652883],[118.416817,28.64949],[118.418303,28.642931],[118.423784,28.633111],[118.428885,28.628818],[118.425626,28.62085],[118.420174,28.61431],[118.412621,28.610577],[118.411882,28.611338],[118.415101,28.613673],[118.409662,28.61324],[118.408055,28.611422],[118.408279,28.598666],[118.415651,28.596699],[118.420522,28.58924],[118.415837,28.587109],[118.413876,28.588326],[118.411404,28.586444],[118.410679,28.579992],[118.412882,28.579306],[118.41302,28.576096],[118.40654,28.576534],[118.404654,28.571317],[118.405011,28.568612],[118.408019,28.567031],[118.409212,28.563864],[118.407099,28.558899],[118.416129,28.551901],[118.423184,28.550601],[118.421284,28.548679],[118.416597,28.548878],[118.415279,28.547562],[118.416776,28.542883],[118.419591,28.541773],[118.423095,28.537296],[118.422354,28.534482],[118.420708,28.539428],[118.418747,28.540002],[118.420108,28.525927],[118.426438,28.522624],[118.433388,28.523472],[118.440683,28.518508],[118.440607,28.515709],[118.436911,28.510586],[118.425673,28.504651],[118.418945,28.502979],[118.413725,28.505501],[118.409309,28.501003],[118.411698,28.498358],[118.425376,28.494888],[118.431808,28.494074],[118.432836,28.496213],[118.448326,28.479645],[118.451923,28.480404],[118.456279,28.484155],[118.467038,28.484608],[118.47307,28.477735],[118.471946,28.474417],[118.4772,28.474181],[118.474643,28.468895],[118.475117,28.470532],[118.469394,28.470495],[118.464955,28.463652],[118.460723,28.46198],[118.465085,28.457738],[118.464954,28.454205],[118.461483,28.458207],[118.457884,28.458812],[118.459453,28.453366],[118.461382,28.45212],[118.458775,28.445969],[118.456573,28.444543],[118.453871,28.431712],[118.444919,28.421344],[118.445692,28.420301],[118.448597,28.421518],[118.447817,28.423022],[118.452155,28.419228],[118.446336,28.416649],[118.442549,28.417348],[118.434872,28.415135],[118.433151,28.412607],[118.434394,28.409324],[118.426414,28.405087],[118.42517,28.401516],[118.43306,28.402944],[118.436012,28.397902],[118.435821,28.394582],[118.448256,28.388854],[118.452662,28.382601],[118.458717,28.368596],[118.458351,28.362847],[118.463453,28.361031],[118.464797,28.357721],[118.465152,28.346927],[118.468055,28.344734],[118.469373,28.341159],[118.46686,28.335996],[118.469183,28.334221],[118.470979,28.337523],[118.473008,28.337163],[118.464413,28.33065],[118.46997,28.327805],[118.475258,28.330641],[118.476477,28.334262],[118.474156,28.337166],[118.476369,28.338287],[118.482052,28.331815],[118.475617,28.322009],[118.467207,28.321382],[118.465366,28.319264],[118.465954,28.315509],[118.461374,28.309672],[118.448184,28.300355],[118.429504,28.291805],[118.427102,28.296712],[118.417595,28.294447],[118.388423,28.27662],[118.387827,28.27353],[118.383511,28.26972],[118.374439,28.267163],[118.372998,28.267855],[118.372931,28.270666],[118.369947,28.270489],[118.359787,28.261984],[118.359651,28.256875],[118.351897,28.254805],[118.346055,28.256059],[118.344562,28.251716],[118.347101,28.247904],[118.342388,28.24452],[118.339264,28.237874],[118.3311,28.238575],[118.328195,28.234878],[118.32078,28.232527],[118.313897,28.226786],[118.310158,28.226928],[118.307156,28.224503],[118.314289,28.219362],[118.318576,28.213451],[118.329647,28.209956],[118.333793,28.196687],[118.342476,28.193474],[118.352163,28.19598],[118.365353,28.19298],[118.370537,28.189776],[118.368652,28.178614],[118.374364,28.169001],[118.365825,28.163061],[118.355551,28.160256],[118.353805,28.155151],[118.355011,28.151657],[118.35905,28.147755],[118.356858,28.144877],[118.357122,28.139134],[118.362639,28.136483],[118.36387,28.133143],[118.352335,28.12807],[118.351201,28.125949],[118.351933,28.120329],[118.354166,28.116786],[118.354225,28.111185],[118.349835,28.106158],[118.351728,28.104202],[118.351502,28.096694],[118.347698,28.089914],[118.336051,28.087588],[118.31797,28.093928],[118.31651,28.090733],[118.312388,28.090657],[118.306235,28.09487],[118.298378,28.092936],[118.295462,28.088525],[118.288161,28.085591],[118.281352,28.088163],[118.277223,28.084374],[118.270476,28.086249],[118.25976,28.081411],[118.254782,28.07744],[118.251482,28.07208],[118.249161,28.071497],[118.238434,28.079633],[118.232818,28.07226],[118.224571,28.067108],[118.221249,28.061315],[118.213947,28.06257],[118.206171,28.061598],[118.201442,28.057979],[118.200057,28.054658],[118.194672,28.052995],[118.186077,28.055099],[118.182468,28.053605],[118.165395,28.060568],[118.156046,28.060603],[118.152571,28.063088],[118.151902,28.065705],[118.139763,28.060953],[118.132588,28.060871],[118.130026,28.058815],[118.130232,28.056726],[118.11536,28.044933],[118.115602,28.036858],[118.117198,28.032999],[118.121845,28.031095],[118.122477,28.023487],[118.124613,28.019592],[118.117096,28.014848],[118.105964,28.016404],[118.100117,28.020736],[118.098204,28.013159],[118.090511,28.009047],[118.085861,27.998001],[118.088391,27.991092],[118.08493,27.986095],[118.088472,27.979587],[118.089844,27.972704],[118.089377,27.970621],[118.083187,27.967223],[118.07505,27.968355],[118.071248,27.971138],[118.065801,27.970514],[118.064629,27.979617],[118.061091,27.984101],[118.05644,27.985599],[118.051908,27.98328],[118.044528,27.985103],[118.041296,27.981368],[118.037558,27.981563],[118.032392,27.98981],[118.029473,27.991599],[118.015682,27.989229],[118.013201,27.984142],[118.005886,27.986287],[118.000718,27.984177],[117.991205,27.99537],[117.981614,27.977299],[117.976004,27.971064],[117.97386,27.968976],[117.965697,27.96855],[117.962393,27.964809],[117.95956,27.965003],[117.94986,27.974176],[117.936543,27.978998],[117.93052,27.976656],[117.93047,27.972626],[117.927782,27.970093],[117.92026,27.968989],[117.914351,27.965694],[117.912609,27.961572],[117.905629,27.953831],[117.900745,27.953635],[117.894315,27.948421],[117.888765,27.950913],[117.878837,27.949644],[117.876368,27.946401],[117.865643,27.942283],[117.861648,27.939095],[117.854275,27.949522],[117.850868,27.949017],[117.843876,27.940075],[117.832159,27.930561],[117.814657,27.926129],[117.808227,27.922433],[117.806147,27.915216],[117.798254,27.912692],[117.794095,27.908805],[117.795341,27.906346],[117.793458,27.903419],[117.788646,27.900476],[117.784448,27.901601],[117.782523,27.900411],[117.782617,27.886686],[117.785555,27.883525],[117.779775,27.874107],[117.777942,27.863171],[117.783279,27.860547],[117.782943,27.855736],[117.774483,27.846955],[117.774424,27.843434],[117.771975,27.839325],[117.763511,27.837735],[117.754973,27.831884],[117.750966,27.825014],[117.749271,27.816032],[117.742912,27.809571],[117.738846,27.808542],[117.736971,27.804423],[117.726105,27.803781],[117.723914,27.809225],[117.720016,27.813061],[117.711765,27.817002],[117.707584,27.824601],[117.702609,27.82929],[117.69981,27.837071],[117.690211,27.829425],[117.683297,27.830927],[117.676015,27.826258],[117.666877,27.832158],[117.663147,27.843709],[117.659605,27.846708],[117.64709,27.851547],[117.645248,27.856012],[117.626752,27.859931],[117.623861,27.86289],[117.617093,27.862647],[117.615644,27.867985],[117.611761,27.866375],[117.603489,27.867139],[117.59697,27.872011],[117.598857,27.890154],[117.591241,27.898074],[117.590382,27.904361],[117.580934,27.907385],[117.578853,27.914688],[117.584511,27.919446],[117.580767,27.931707],[117.582273,27.937033],[117.579429,27.941428],[117.582747,27.947478],[117.575481,27.949963],[117.56986,27.948576],[117.564966,27.937599],[117.561469,27.9386],[117.553802,27.947862],[117.55485,27.952223],[117.560612,27.960088],[117.554369,27.964941],[117.550628,27.973963],[117.542654,27.971805],[117.53264,27.97512],[117.528993,27.972949],[117.524681,27.978349],[117.525558,27.985056],[117.524097,27.986532],[117.517033,27.986949],[117.505923,27.97787],[117.505895,27.971871],[117.502261,27.963048],[117.503216,27.96011],[117.478154,27.94343],[117.471843,27.933424],[117.461278,27.937343],[117.458652,27.939984],[117.45646,27.946302],[117.448399,27.943364],[117.446691,27.938694],[117.438901,27.934377],[117.436149,27.927475],[117.426178,27.921667],[117.426535,27.917369],[117.410592,27.903605],[117.407341,27.89816],[117.391692,27.895559],[117.378573,27.889386],[117.372804,27.891757],[117.360461,27.88609],[117.348882,27.869665],[117.348934,27.863038],[117.347207,27.860767],[117.338379,27.859369],[117.328319,27.865733],[117.327469,27.867154],[117.330774,27.871952],[117.32981,27.875472],[117.331892,27.880142],[117.329742,27.891821],[117.320399,27.898968],[117.311881,27.89733],[117.302638,27.878926],[117.298504,27.875872],[117.292828,27.873772],[117.274151,27.874328],[117.276478,27.869442],[117.273274,27.861472],[117.272115,27.850219],[117.278513,27.846784],[117.288118,27.847862],[117.297125,27.839386],[117.298188,27.828961],[117.293876,27.814859],[117.294999,27.810871],[117.292,27.804473],[117.295603,27.795363],[117.29915,27.791727],[117.301907,27.779812],[117.296787,27.775419],[117.292503,27.767108],[117.277526,27.767807],[117.273775,27.77106],[117.27173,27.770072],[117.270666,27.759405],[117.275382,27.75352],[117.261503,27.743871],[117.259359,27.731944],[117.256595,27.729236],[117.250564,27.732481],[117.248335,27.731749],[117.243555,27.729141],[117.240197,27.72214],[117.235753,27.720094],[117.231079,27.722307],[117.220048,27.722945],[117.212252,27.718393],[117.202122,27.71972],[117.198099,27.712571],[117.198665,27.704158],[117.200706,27.70045],[117.198354,27.695264],[117.200162,27.691198],[117.199744,27.687136],[117.19445,27.688251],[117.181225,27.686517],[117.177552,27.682549],[117.172209,27.680867],[117.137041,27.692328],[117.132703,27.692627],[117.126264,27.690098],[117.12488,27.693073],[117.11739,27.69718],[117.112237,27.69762],[117.103933,27.690323],[117.100949,27.684488],[117.094108,27.678862],[117.090133,27.671469],[117.09654,27.666415],[117.106479,27.649014],[117.103536,27.646218],[117.1005,27.646091],[117.099421,27.640742],[117.101556,27.637502],[117.103834,27.636943],[117.103362,27.63499],[117.09549,27.630571],[117.089948,27.631109],[117.076111,27.641798],[117.072136,27.647931],[117.074151,27.651344],[117.073557,27.653872],[117.065436,27.65898],[117.057998,27.669083],[117.047223,27.674205],[117.031908,27.670257],[117.028517,27.666661],[117.021975,27.66344],[117.014621,27.655711],[117.016707,27.645025],[117.01259,27.636209],[117.008905,27.633456],[117.00348,27.637096],[116.998317,27.629762],[117.001334,27.626915],[117.002923,27.620913],[117.011624,27.616105],[117.012084,27.614149],[117.007538,27.608655],[117.011483,27.606461],[117.014266,27.606918],[117.016194,27.603177],[117.0153,27.600825],[117.019293,27.596022],[117.017233,27.590871],[117.017004,27.582687],[117.012451,27.575215],[117.013483,27.569326],[117.012265,27.563451],[117.016326,27.55847],[117.03704,27.550819],[117.045388,27.553887],[117.047306,27.548885],[117.051845,27.546915],[117.05883,27.551503],[117.060183,27.556419],[117.068946,27.561956],[117.069232,27.566393],[117.072802,27.57009],[117.079113,27.567796],[117.084258,27.559159],[117.085293,27.551153],[117.094739,27.547452],[117.098118,27.54267],[117.095956,27.524959],[117.097168,27.515571],[117.10304,27.50886],[117.108465,27.499143],[117.100536,27.492924],[117.098352,27.487795],[117.100242,27.483486],[117.106775,27.479258],[117.102347,27.472511],[117.103354,27.464457],[117.111757,27.454837],[117.120017,27.454294],[117.120088,27.438939],[117.122623,27.433426],[117.127793,27.427933],[117.120957,27.407898],[117.109573,27.400155],[117.102742,27.397608],[117.099777,27.385079],[117.094696,27.383679],[117.094296,27.377825],[117.097111,27.37576],[117.098928,27.370555],[117.096805,27.360209],[117.097623,27.350836],[117.093517,27.341502],[117.105467,27.328448],[117.10926,27.331737],[117.124139,27.325283],[117.13539,27.326448],[117.136804,27.323165],[117.135641,27.315406],[117.13218,27.310984],[117.130484,27.310975],[117.132511,27.305234],[117.142283,27.303805],[117.145608,27.306486],[117.148971,27.305541],[117.154584,27.301257],[117.154376,27.297171],[117.160167,27.294633],[117.167335,27.294987],[117.167155,27.291201],[117.163217,27.28713],[117.161065,27.271977],[117.156447,27.268327],[117.151547,27.267669],[117.14791,27.261314],[117.147563,27.254355],[117.141382,27.251198],[117.144733,27.243611],[117.136429,27.239696],[117.133642,27.23477],[117.115439,27.221066],[117.115436,27.214701],[117.111589,27.21169],[117.098621,27.206905],[117.095722,27.212368],[117.092124,27.210381],[117.081618,27.196221],[117.080349,27.187655],[117.074293,27.18324],[117.064459,27.181237],[117.058687,27.175441],[117.050962,27.163163],[117.043547,27.155808],[117.037186,27.143079],[117.037052,27.135863],[117.041751,27.129072],[117.04426,27.121686],[117.044806,27.10698],[117.0474,27.103884],[117.037282,27.099594],[117.029997,27.091648],[117.019035,27.088405],[117.008762,27.090338],[117.00504,27.087022],[116.998475,27.085387],[116.986061,27.072523],[116.981519,27.070771],[116.968958,27.061061],[116.962197,27.061809],[116.950824,27.050413],[116.948744,27.047043],[116.948635,27.040628],[116.94001,27.032772],[116.934805,27.021936],[116.929875,27.025793],[116.923236,27.02555],[116.91864,27.027637],[116.917427,27.03526],[116.913721,27.038353],[116.90631,27.035787],[116.898344,27.037727],[116.894096,27.040672],[116.89071,27.038883],[116.888119,27.033047],[116.882047,27.032234],[116.872675,27.024629],[116.865001,27.025408],[116.856713,27.011129],[116.836765,27.010751],[116.835072,27.012551],[116.835573,27.015155],[116.829625,27.021927],[116.820608,27.023746],[116.81805,27.0228],[116.817026,27.019676],[116.806849,27.011257],[116.795058,27.014227],[116.786607,27.010917],[116.784648,27.006951],[116.776166,27.001886],[116.765073,27.00325],[116.761205,27.000914],[116.757599,26.995051],[116.756346,26.99081],[116.757407,26.986455],[116.751182,26.980979],[116.74095,26.988964],[116.737268,26.998545],[116.732514,26.997047],[116.724469,26.997597],[116.713514,26.99389],[116.706061,26.994932],[116.701791,26.992339],[116.693589,26.992109],[116.683881,26.985928],[116.67907,26.980517],[116.67288,26.979746],[116.673719,26.975642],[116.668476,26.969584],[116.649954,26.964903],[116.651503,26.95961],[116.644717,26.946867],[116.639813,26.944766],[116.626585,26.9324],[116.616469,26.925902],[116.618171,26.920832],[116.614934,26.913776],[116.602948,26.902558],[116.605226,26.898942],[116.600177,26.893963],[116.596315,26.894821],[116.593778,26.897698],[116.587512,26.89015],[116.582964,26.889232],[116.581476,26.884651],[116.586648,26.881607],[116.580813,26.872397],[116.576204,26.868802],[116.571799,26.87319],[116.566142,26.8726],[116.561342,26.870039],[116.553499,26.846589],[116.545092,26.841218],[116.541165,26.827289],[116.542428,26.822055],[116.537377,26.812731],[116.539179,26.806882],[116.543419,26.801139],[116.541901,26.796752],[116.543652,26.791593],[116.549817,26.788714],[116.553934,26.77471],[116.556716,26.769709],[116.559671,26.76815],[116.559875,26.764592],[116.556085,26.758444],[116.530247,26.742785],[116.528513,26.736396],[116.514844,26.727089],[116.509577,26.719463],[116.505473,26.717372],[116.506216,26.713371],[116.510339,26.712002],[116.510829,26.710169],[116.507734,26.703049],[116.508643,26.694532],[116.510737,26.690767],[116.527712,26.676541],[116.527997,26.672743],[116.531147,26.669067],[116.550814,26.659848],[116.544062,26.651823],[116.550001,26.64952],[116.562458,26.639256],[116.557976,26.634124],[116.557858,26.606432],[116.549412,26.586183],[116.536083,26.567412],[116.529369,26.564432],[116.52968,26.562767],[116.538415,26.55998],[116.543839,26.55424],[116.558384,26.54937],[116.56344,26.542699],[116.570323,26.53881],[116.57531,26.533771],[116.575397,26.525236],[116.58063,26.525596],[116.583734,26.523803],[116.584217,26.510186],[116.589486,26.510691],[116.591996,26.507425],[116.590581,26.50402],[116.584246,26.501797],[116.585791,26.498465],[116.5983,26.495342],[116.592887,26.489383],[116.5937,26.487596],[116.597144,26.485898],[116.599348,26.488358],[116.606673,26.480794],[116.609755,26.47995],[116.615812,26.483222],[116.622557,26.483817],[116.628292,26.482332],[116.633977,26.483776],[116.634739,26.481249],[116.633111,26.477159],[116.639107,26.473104],[116.645151,26.471807],[116.633571,26.47374],[116.631528,26.467163],[116.625716,26.464145],[116.62399,26.457531],[116.626538,26.452295],[116.621183,26.443987],[116.617862,26.444944],[116.604566,26.437303],[116.598956,26.411071],[116.601368,26.404785],[116.606791,26.39808],[116.607276,26.391495],[116.605708,26.387712],[116.598898,26.383511],[116.598153,26.377839],[116.595474,26.374664],[116.586874,26.374957],[116.582651,26.370643],[116.576296,26.370043],[116.569696,26.376575],[116.559629,26.372695],[116.55444,26.367446],[116.550112,26.366799],[116.547609,26.370276],[116.552889,26.3728],[116.554374,26.375463],[116.554433,26.380438],[116.550951,26.384653],[116.556062,26.389824],[116.552699,26.396294],[116.551622,26.402736],[116.549014,26.403853],[116.543945,26.401363],[116.531083,26.403958],[116.531494,26.410866],[116.523578,26.410347],[116.519023,26.411349],[116.517305,26.413249],[116.512052,26.413693],[116.506627,26.408466],[116.510027,26.405369],[116.510062,26.403209],[116.503489,26.389586],[116.502158,26.391106],[116.494961,26.39231],[116.491339,26.389061],[116.492413,26.385826],[116.490043,26.374169],[116.491109,26.370566],[116.495583,26.370148],[116.496608,26.368386],[116.49738,26.36518],[116.495124,26.362569],[116.493036,26.361037],[116.489917,26.36393],[116.485794,26.363782],[116.481749,26.361555],[116.481667,26.359672],[116.475147,26.356529],[116.467089,26.356968],[116.469171,26.354068],[116.468132,26.350898],[116.460677,26.353477],[116.455774,26.350314],[116.455209,26.343666],[116.451786,26.337161],[116.441254,26.32924],[116.436796,26.32906],[116.43202,26.321502],[116.431913,26.317557],[116.437077,26.316492],[116.437133,26.314536],[116.432004,26.311581],[116.430022,26.307393],[116.422135,26.307364],[116.419455,26.303684],[116.410085,26.301547],[116.410178,26.299696],[116.417023,26.296717],[116.419226,26.293119],[116.414661,26.282344],[116.405637,26.281306],[116.391682,26.275154],[116.393024,26.265611],[116.388261,26.263446],[116.385438,26.259157],[116.386823,26.257202],[116.389781,26.257566],[116.391683,26.254068],[116.391975,26.248417],[116.381843,26.241419],[116.382379,26.232979],[116.386376,26.223075],[116.386477,26.212463],[116.375941,26.212556],[116.386942,26.208366],[116.389405,26.209498],[116.386412,26.210416],[116.388049,26.212858],[116.392435,26.213036],[116.393655,26.207813],[116.38736,26.201975],[116.393205,26.199215],[116.397813,26.194482],[116.395851,26.193617],[116.392009,26.183118],[116.388592,26.180947],[116.386413,26.175146],[116.392639,26.169654],[116.402041,26.167586],[116.404964,26.165664],[116.40485,26.163427],[116.406642,26.163127],[116.411137,26.163356],[116.414353,26.166613],[116.412457,26.169163],[116.416986,26.17198],[116.421066,26.167205],[116.415272,26.163836],[116.41564,26.161316],[116.42124,26.160983],[116.432996,26.16311],[116.439502,26.167991],[116.460575,26.177055],[116.469006,26.177884],[116.471552,26.175962],[116.470337,26.172836],[116.476995,26.165436],[116.473779,26.155378],[116.478153,26.152175],[116.476467,26.13996],[116.484549,26.136432],[116.48646,26.123611],[116.485086,26.117534],[116.480399,26.112606],[116.46949,26.107233],[116.467264,26.103342],[116.463012,26.102735],[116.459213,26.096135],[116.451907,26.092388],[116.443653,26.083649],[116.428981,26.077397],[116.424012,26.072904],[116.422991,26.077745],[116.416606,26.069876],[116.414066,26.057092],[116.401356,26.057003],[116.405189,26.053149],[116.397052,26.050916],[116.39771,26.043244],[116.39536,26.035562],[116.393468,26.03477],[116.391337,26.037778],[116.393768,26.039214],[116.393522,26.040753],[116.389143,26.042877],[116.388917,26.038559],[116.391112,26.034514],[116.382376,26.033872],[116.379106,26.035463],[116.377664,26.028703],[116.366722,26.008463],[116.360349,26.009093],[116.355642,26.002024],[116.354858,25.996245],[116.36394,25.976739],[116.36476,25.968014],[116.362261,25.963031],[116.350351,25.962616],[116.345322,25.965353],[116.339074,25.965347],[116.330902,25.959297],[116.323267,25.960139],[116.319084,25.95871],[116.318832,25.952738],[116.315843,25.944495],[116.305947,25.940847],[116.299985,25.934728],[116.297255,25.925968],[116.288133,25.921591],[116.282354,25.922277],[116.276342,25.916996],[116.265884,25.918323],[116.258371,25.916494],[116.256135,25.913898],[116.254224,25.905614],[116.249974,25.903452],[116.242324,25.906736],[116.22941,25.90237],[116.225017,25.90646],[116.225564,25.907988],[116.220388,25.912039],[116.209123,25.909879],[116.202085,25.904033],[116.19781,25.903311],[116.191213,25.905452],[116.18364,25.904486],[116.171659,25.896586],[116.165264,25.879301],[116.163105,25.878988],[116.159403,25.882307],[116.149348,25.880802],[116.138776,25.872341],[116.13908,25.869423],[116.127551,25.861662],[116.125211,25.85542],[116.125854,25.839562],[116.127671,25.837662],[116.126042,25.831237],[116.130145,25.826773],[116.133431,25.830438],[116.136343,25.826477],[116.136566,25.822669],[116.152835,25.815746],[116.156302,25.809118],[116.154712,25.802026],[116.156781,25.800087],[116.162862,25.799303],[116.166862,25.792789],[116.17129,25.790987],[116.177946,25.780304],[116.173988,25.775349],[116.172791,25.770528],[116.17321,25.756893],[116.169839,25.751182],[116.16249,25.750151],[116.159,25.761873],[116.162853,25.766202],[116.160267,25.769189],[116.155147,25.769629],[116.143826,25.763695],[116.128924,25.762904],[116.124735,25.764243],[116.120418,25.75499],[116.11542,25.749518],[116.11243,25.741061],[116.114534,25.737696],[116.113565,25.735436],[116.107412,25.73307],[116.10395,25.728982],[116.105237,25.707565],[116.101739,25.704223],[116.084809,25.701636],[116.082675,25.69928],[116.063863,25.708793],[116.062243,25.70444],[116.063394,25.695127],[116.061719,25.692843],[116.059147,25.697553],[116.05508,25.698134],[116.053419,25.694873],[116.05441,25.6899],[116.051129,25.686631],[116.05547,25.68128],[116.060338,25.678413],[116.054886,25.674353],[116.054348,25.672487],[116.056859,25.671762],[116.057812,25.668186],[116.05253,25.663907],[116.054255,25.659326],[116.063788,25.6509],[116.064725,25.647378],[116.062707,25.637922],[116.060709,25.637592],[116.05549,25.642715],[116.052774,25.642196],[116.047793,25.636226],[116.047275,25.631911],[116.045323,25.630449],[116.035114,25.62968],[116.035967,25.624999],[116.041125,25.621047],[116.04116,25.618462],[116.035742,25.608781],[116.038785,25.604189],[116.047192,25.60404],[116.05036,25.594389],[116.049721,25.587847],[116.048277,25.586399],[116.053423,25.571438],[116.05599,25.568243],[116.058891,25.56796],[116.059132,25.565087],[116.051668,25.550797],[116.045728,25.54877],[116.03501,25.552023],[116.03299,25.550045],[116.030283,25.53709],[116.032543,25.516887],[116.030283,25.515171],[116.01011,25.51099],[116.007711,25.50391],[116.009776,25.50068],[116.00119,25.495364],[115.999485,25.491726],[116.00349,25.490288],[116.003476,25.482677],[116.001165,25.475602],[116.007923,25.472986],[116.012728,25.477732],[116.014779,25.477335],[116.009784,25.472554],[116.005269,25.462119],[116.006248,25.456586],[116.019261,25.439815],[116.015939,25.430816],[116.01833,25.42603],[116.013397,25.414735],[116.005074,25.418508],[115.999272,25.417279],[115.997955,25.415226],[115.99733,25.411753],[116.003571,25.397669],[115.986319,25.377499],[115.989212,25.375879],[115.99128,25.370047],[115.991028,25.363831],[115.995064,25.362749],[115.996925,25.358745],[115.994606,25.352482],[115.98813,25.35183],[115.982661,25.347417],[115.995262,25.347382],[116.000554,25.342484],[116.002331,25.331708],[115.994303,25.328049],[115.998194,25.325932],[116.003893,25.325701],[116.002788,25.319114],[115.998818,25.310434],[115.982805,25.292723],[115.978435,25.301809],[115.972678,25.301498],[115.970559,25.299678],[115.970332,25.29126],[115.965267,25.288562],[115.960515,25.28986],[115.956328,25.294795],[115.947953,25.295931],[115.94237,25.2928],[115.942219,25.287405],[115.945949,25.280843],[115.94725,25.27388],[115.937805,25.258377],[115.935039,25.256936],[115.92748,25.238851],[115.91785,25.236547],[115.91769,25.234944],[115.915416,25.234047],[115.905438,25.23729],[115.897616,25.235337],[115.896486,25.231357],[115.885649,25.219993],[115.872315,25.218763],[115.863819,25.2254],[115.860284,25.218784],[115.850737,25.213114],[115.852871,25.191852],[115.852026,25.186813],[115.853788,25.181298],[115.848454,25.178933],[115.856448,25.169946],[115.854934,25.16752],[115.851813,25.16982],[115.84825,25.168957],[115.84634,25.163909],[115.848332,25.157742],[115.851976,25.155243],[115.854731,25.157476],[115.857784,25.157116],[115.8584,25.152269],[115.864134,25.151501],[115.871653,25.156071],[115.873246,25.155451],[115.879865,25.14467],[115.881931,25.143738],[115.885329,25.129909],[115.8755,25.125885],[115.869842,25.126587],[115.870829,25.116305],[115.880429,25.107238],[115.874209,25.09909],[115.875575,25.096032],[115.878147,25.091199],[115.891221,25.092246],[115.90216,25.08831],[115.909618,25.082701],[115.912096,25.07437],[115.910448,25.073004],[115.909428,25.067829],[115.910529,25.06382],[115.915038,25.063808],[115.917195,25.058024],[115.924577,25.052324],[115.923272,25.048613],[115.918034,25.047041],[115.915678,25.041766],[115.913919,25.041776],[115.909621,25.046077],[115.899826,25.044448],[115.89423,25.04136],[115.894265,25.037479],[115.892082,25.035093],[115.887509,25.034088],[115.884679,25.026553],[115.877025,25.029429],[115.869647,25.023754],[115.872878,25.006245],[115.877578,25.001338],[115.897221,24.995076],[115.898314,24.991925],[115.897077,24.98896],[115.905252,24.985759],[115.911799,24.978846],[115.911572,24.973721],[115.919381,24.966805],[115.918028,24.962982],[115.912185,24.960322],[115.90667,24.96256],[115.905999,24.965624],[115.900761,24.967346],[115.895522,24.963471],[115.890379,24.96561],[115.887411,24.97088],[115.888179,24.973549],[115.879293,24.980139],[115.868597,24.976222],[115.86542,24.971707],[115.867829,24.957373],[115.880283,24.954218],[115.887483,24.9408],[115.884633,24.935724],[115.88085,24.937997],[115.880903,24.940367],[115.877782,24.940727],[115.873327,24.935233],[115.88131,24.917195],[115.878491,24.914308],[115.880199,24.900487],[115.883143,24.9006],[115.886183,24.895387],[115.901341,24.890738],[115.903901,24.883806],[115.894555,24.880398],[115.887357,24.872062],[115.877717,24.871313],[115.868669,24.873434],[115.863249,24.868248],[115.856488,24.866504],[115.854747,24.867573],[115.855588,24.872905],[115.859987,24.878739],[115.855855,24.884168],[115.860525,24.887566],[115.861037,24.893685],[115.850365,24.894732],[115.845454,24.898733],[115.845417,24.902659],[115.833081,24.909446],[115.824465,24.910033],[115.820383,24.912573],[115.815807,24.909829],[115.810295,24.901503],[115.807123,24.899425],[115.804136,24.893579],[115.803764,24.888521],[115.799398,24.882145],[115.799847,24.876575],[115.803642,24.867827],[115.803651,24.864352],[115.801187,24.860789],[115.791189,24.861363],[115.78927,24.865432],[115.784732,24.866636],[115.776696,24.866277],[115.781393,24.859004],[115.788686,24.859312],[115.779335,24.851947],[115.783088,24.842545],[115.78691,24.841064],[115.787232,24.838472],[115.785573,24.836202],[115.782584,24.835862],[115.774693,24.838686],[115.771973,24.833631],[115.77378,24.830638],[115.774304,24.823021],[115.768128,24.817509],[115.767795,24.803606],[115.764407,24.798771],[115.758491,24.794547],[115.764132,24.789111],[115.773268,24.774992],[115.760303,24.766468],[115.758318,24.762254],[115.758857,24.757813],[115.756662,24.754861],[115.752526,24.753315],[115.751154,24.739787],[115.751795,24.737423],[115.759013,24.734571],[115.766705,24.728813],[115.76785,24.722887],[115.765638,24.711767],[115.771447,24.71134],[115.778879,24.704203],[115.787812,24.70256],[115.796448,24.708722],[115.801483,24.706641],[115.803441,24.700767],[115.798087,24.697565],[115.801398,24.689716],[115.792357,24.684679],[115.795145,24.679827],[115.792601,24.677257],[115.783409,24.677701],[115.77271,24.680819],[115.772687,24.678361],[115.767489,24.674299],[115.758207,24.673907],[115.756301,24.671793],[115.76141,24.667186],[115.777354,24.666053],[115.779219,24.656476],[115.786717,24.649962],[115.781299,24.640405],[115.782346,24.634201],[115.793556,24.632452],[115.7959,24.623397],[115.801198,24.623392],[115.801615,24.619889],[115.809611,24.614296],[115.811162,24.608189],[115.81749,24.601677],[115.827558,24.599281],[115.830533,24.592767],[115.835487,24.587825],[115.836043,24.578558],[115.843994,24.575144],[115.849584,24.568234],[115.838991,24.564506],[115.834254,24.567638],[115.818971,24.562109],[115.814952,24.565983],[115.806369,24.57003],[115.803912,24.56711],[115.803191,24.56234],[115.794561,24.56819],[115.785482,24.571533],[115.786317,24.574958],[115.776636,24.570599],[115.771919,24.563162],[115.765879,24.56583],[115.762057,24.558621],[115.737183,24.542801],[115.735931,24.544906],[115.73283,24.545542],[115.71346,24.54302],[115.708729,24.540428],[115.703576,24.546632],[115.697398,24.549307],[115.685699,24.547175],[115.679597,24.550495],[115.679001,24.554256],[115.67367,24.56213],[115.672964,24.568274],[115.682962,24.573257],[115.683012,24.57878],[115.680342,24.582833],[115.680624,24.588161],[115.667667,24.607674],[115.653387,24.610548],[115.648708,24.617388],[115.626379,24.615406],[115.623422,24.624511],[115.615163,24.621943],[115.606833,24.628324],[115.601736,24.628961],[115.59872,24.625858],[115.59935,24.62293],[115.594726,24.618778],[115.583636,24.618886],[115.582346,24.62109],[115.57808,24.61871],[115.578695,24.617702],[115.571428,24.61667],[115.567276,24.62187],[115.564929,24.622591],[115.564153,24.625173],[115.566198,24.627867],[115.565804,24.629824],[115.560998,24.638183],[115.557075,24.640757],[115.555539,24.647834],[115.552884,24.651297],[115.554996,24.661387],[115.550038,24.674433],[115.551577,24.686587],[115.54487,24.687809],[115.537264,24.694053],[115.531613,24.693659],[115.527626,24.69872],[115.515808,24.703884],[115.523954,24.714772],[115.521103,24.719866],[115.503253,24.718922],[115.501167,24.721948],[115.501427,24.729103],[115.491331,24.736288],[115.492706,24.743139],[115.486062,24.749052],[115.482479,24.749038],[115.476541,24.753784],[115.47703,24.758257],[115.469737,24.766554],[115.459699,24.769],[115.451871,24.76646],[115.448493,24.769832],[115.444748,24.768959],[115.438514,24.775347],[115.427734,24.78162],[115.426658,24.786573],[115.416717,24.788927],[115.409668,24.793252],[115.408818,24.795883],[115.403136,24.79756],[115.389149,24.78588],[115.388125,24.779055],[115.382678,24.774077],[115.373291,24.77375],[115.368994,24.777313],[115.363438,24.771319],[115.357176,24.758908],[115.356604,24.753532],[115.359287,24.748687],[115.359379,24.741671],[115.35548,24.737522],[115.349126,24.739776],[115.343735,24.745718],[115.334698,24.750898],[115.324444,24.752701],[115.315722,24.750911],[115.309652,24.753957],[115.304237,24.761477],[115.275729,24.757361],[115.265867,24.75402],[115.264748,24.747442],[115.256437,24.732138],[115.253045,24.730925],[115.240113,24.734923],[115.232466,24.730613],[115.23044,24.727092],[115.220919,24.729597],[115.192952,24.714462],[115.180382,24.710903],[115.180599,24.701046],[115.184818,24.697961],[115.186076,24.699736],[115.189462,24.699574],[115.190767,24.694714],[115.165782,24.69878],[115.163476,24.698242],[115.163768,24.695178],[115.160826,24.693698],[115.157327,24.69485],[115.154109,24.693683],[115.152175,24.690884],[115.142668,24.692481],[115.13997,24.688436],[115.134293,24.68439],[115.126773,24.682673],[115.122851,24.683345],[115.118091,24.676404],[115.118805,24.673232],[115.123734,24.675527],[115.118977,24.66729],[115.11551,24.667423],[115.114443,24.671034],[115.106789,24.674345],[115.105039,24.674097],[115.104069,24.67131],[115.100075,24.670115],[115.098406,24.676766],[115.090547,24.677252],[115.081725,24.690654],[115.082313,24.695761],[115.068729,24.70707],[115.051803,24.706061],[115.049043,24.713561],[115.046395,24.70915],[115.048006,24.70723],[115.047492,24.705351],[115.045004,24.701754],[115.039113,24.701045],[115.037564,24.69904],[115.043022,24.692681],[115.039533,24.691575],[115.032777,24.683072],[115.030447,24.683605],[115.023527,24.680875],[115.022202,24.678782],[115.023109,24.67453],[115.019982,24.670856],[115.017906,24.670987],[115.016714,24.674558],[115.013385,24.677357],[115.008501,24.675532],[115.002595,24.67586],[115.003079,24.679544],[114.998495,24.683267],[114.98458,24.674892],[114.981334,24.677149],[114.97626,24.676382],[114.959245,24.669],[114.948336,24.655778],[114.936448,24.652391],[114.930787,24.65845],[114.932239,24.667322],[114.931097,24.669201],[114.914693,24.669877],[114.90798,24.668272],[114.903446,24.660824],[114.903992,24.647693],[114.897605,24.641218],[114.900506,24.63767],[114.900583,24.633938],[114.894974,24.628213],[114.893666,24.624562],[114.894548,24.618647],[114.898153,24.612676],[114.891562,24.602086],[114.889458,24.585915],[114.887393,24.583874],[114.881213,24.582808],[114.877995,24.57249],[114.867355,24.567922],[114.864995,24.565095],[114.862172,24.565388],[114.856952,24.569997],[114.853946,24.580653],[114.848902,24.584226],[114.855407,24.597036],[114.854535,24.600913],[114.849986,24.601532],[114.844225,24.606197],[114.831069,24.603074],[114.824397,24.599006],[114.823599,24.593811],[114.820677,24.592071],[114.814416,24.59418],[114.809882,24.599395],[114.803059,24.603251],[114.79939,24.608362],[114.797518,24.608543],[114.794191,24.604831],[114.78788,24.60572],[114.788687,24.6084],[114.787378,24.611541],[114.775706,24.61638],[114.774522,24.61604],[114.775891,24.61287],[114.77499,24.611181],[114.766292,24.608804],[114.758188,24.612283],[114.751654,24.618719],[114.745096,24.620624],[114.739851,24.615619],[114.735717,24.614614],[114.728852,24.615645],[114.72389,24.611157],[114.728044,24.602255],[114.724937,24.598793],[114.724399,24.593916],[114.73137,24.587819],[114.728088,24.579278],[114.729035,24.575124],[114.732273,24.573993],[114.732821,24.56755],[114.721347,24.553929],[114.717458,24.557419],[114.713996,24.558051],[114.711756,24.556221],[114.711941,24.551532],[114.706091,24.541355],[114.705684,24.536172],[114.701248,24.530873],[114.694579,24.540887],[114.690053,24.542021],[114.686409,24.540353],[114.677889,24.544763],[114.679248,24.550865],[114.672299,24.557012],[114.666494,24.57036],[114.666826,24.576941],[114.662158,24.581438],[114.663438,24.583869],[114.659368,24.586688],[114.646315,24.579531],[114.641624,24.579404],[114.6325,24.572536],[114.627579,24.573209],[114.621238,24.579956],[114.603792,24.567287],[114.594267,24.55561],[114.591017,24.54437],[114.585965,24.539343],[114.570571,24.545355],[114.563161,24.544657],[114.559576,24.54026],[114.547133,24.543971],[114.540492,24.547029],[114.532611,24.560551],[114.524023,24.562021],[114.514822,24.549834],[114.506229,24.544919],[114.499955,24.544256],[114.496228,24.536665],[114.493261,24.535322],[114.488746,24.537734],[114.480783,24.532492],[114.474017,24.531916],[114.472689,24.530185],[114.473435,24.527837],[114.466085,24.517512],[114.466527,24.514373],[114.454777,24.509055],[114.45001,24.503799],[114.437594,24.501471],[114.427703,24.489807],[114.424007,24.487716],[114.420148,24.496228],[114.416932,24.499112],[114.408454,24.499906],[114.405977,24.503627],[114.406452,24.506237],[114.399791,24.501988],[114.397564,24.502553],[114.397965,24.509393],[114.402026,24.520284],[114.398199,24.53081],[114.383746,24.537769],[114.385222,24.54797],[114.381584,24.551438],[114.385509,24.558516],[114.386182,24.565564],[114.383691,24.567315],[114.375454,24.564017],[114.371393,24.569262],[114.371835,24.574801],[114.366861,24.579737],[114.361643,24.579925],[114.358629,24.588178],[114.348636,24.583025],[114.348294,24.587061],[114.351923,24.593904],[114.341235,24.589728],[114.340399,24.586908],[114.342869,24.586066],[114.346582,24.581258],[114.34213,24.576548],[114.342612,24.58155],[114.338235,24.586494],[114.335544,24.587386],[114.333414,24.586784],[114.330284,24.582057],[114.323838,24.578654],[114.32165,24.578709],[114.317745,24.58276],[114.313527,24.579611],[114.303453,24.576357],[114.299353,24.577934],[114.295378,24.582347],[114.297048,24.589545],[114.294757,24.593705],[114.291239,24.59886],[114.286952,24.600223],[114.285791,24.602323],[114.285398,24.62246],[114.276665,24.622361],[114.278584,24.627699],[114.273718,24.634419],[114.265046,24.633132],[114.259199,24.634114],[114.25558,24.637012],[114.255816,24.64303],[114.253127,24.646444],[114.238585,24.649754],[114.238674,24.647189],[114.222807,24.641787],[114.217743,24.646499],[114.207858,24.647675],[114.204744,24.649706],[114.202292,24.652237],[114.202352,24.65702],[114.194887,24.655315],[114.186516,24.656148],[114.180687,24.65258],[114.17944,24.649595],[114.169819,24.648723],[114.170283,24.652311],[114.167472,24.656624],[114.172894,24.663713],[114.178871,24.659966],[114.176276,24.655859],[114.177198,24.654803],[114.18417,24.657967],[114.185768,24.660492],[114.177369,24.664809],[114.179831,24.6669],[114.180478,24.669867],[114.172372,24.675223],[114.170403,24.682896],[114.167354,24.6829],[114.163551,24.685767],[114.162379,24.689146],[114.163262,24.692563],[114.163937,24.694007],[114.170193,24.695926],[114.173536,24.693327],[114.178668,24.694301],[114.18381,24.697844],[114.193988,24.694665],[114.197735,24.690565],[114.210928,24.694904],[114.225686,24.70238],[114.233514,24.700641],[114.243393,24.70259],[114.253354,24.700026],[114.257392,24.70418],[114.265704,24.703816],[114.270006,24.705191],[114.274344,24.707705],[114.275219,24.713173],[114.271945,24.715069],[114.271506,24.717472],[114.276473,24.727892],[114.280964,24.732935],[114.305453,24.734775],[114.312513,24.744259],[114.328052,24.74947],[114.33363,24.756062],[114.334034,24.76135],[114.339168,24.766758],[114.338796,24.771406],[114.326921,24.781638],[114.325869,24.786013],[114.326656,24.788472],[114.330406,24.79102],[114.337557,24.793107],[114.342949,24.802455],[114.336603,24.811065],[114.34346,24.818748],[114.352453,24.821053],[114.352526,24.825315],[114.350564,24.829109],[114.355068,24.838112],[114.359912,24.841464],[114.357688,24.846271],[114.36848,24.853231],[114.371248,24.862476],[114.375055,24.864887],[114.383291,24.865014],[114.387918,24.8687],[114.38849,24.873824],[114.395732,24.8751],[114.398583,24.880439],[114.400144,24.899895],[114.393693,24.909324],[114.390896,24.909628],[114.384494,24.914933],[114.395385,24.920834],[114.397079,24.930506],[114.396471,24.933586],[114.391964,24.935917],[114.389854,24.939005],[114.394868,24.943662],[114.390788,24.952853],[114.397149,24.956971],[114.414632,24.958316],[114.421454,24.961745],[114.419971,24.964835],[114.416415,24.963917],[114.413634,24.971583],[114.416139,24.974931],[114.433301,24.974246],[114.440875,24.976451],[114.443725,24.97587],[114.450752,24.979644],[114.454917,24.986813],[114.452741,24.987288],[114.451132,24.996936],[114.462427,25.003617],[114.468282,25.004284],[114.477011,25.009719],[114.484757,25.00511],[114.504126,25.003905],[114.509041,25.008092],[114.506992,25.016449],[114.509777,25.021931],[114.509932,25.02773],[114.516998,25.027217],[114.521757,25.023191],[114.533983,25.02953],[114.533893,25.032776],[114.537585,25.041318],[114.535512,25.05211],[114.540433,25.054921],[114.551012,25.067073],[114.551444,25.072741],[114.556737,25.081783],[114.574847,25.08402],[114.584287,25.082573],[114.591934,25.079065],[114.599117,25.087956],[114.607419,25.081346],[114.617768,25.076415],[114.638026,25.073897],[114.639707,25.079179],[114.644183,25.080852],[114.647768,25.079871],[114.653445,25.082194],[114.65566,25.089425],[114.661287,25.093122],[114.659243,25.101616],[114.661039,25.106156],[114.664976,25.106263],[114.665975,25.101903],[114.66964,25.100675],[114.670307,25.102084],[114.668247,25.104916],[114.667329,25.103684],[114.666644,25.105816],[114.672109,25.110278],[114.680029,25.11065],[114.685841,25.107245],[114.692044,25.106732],[114.700063,25.112428],[114.702981,25.110083],[114.705654,25.110192],[114.709516,25.113026],[114.712784,25.118468],[114.718891,25.120434],[114.725392,25.118617],[114.728908,25.125438],[114.734938,25.130312],[114.730404,25.143686],[114.72835,25.14352],[114.726695,25.14593],[114.731055,25.154027],[114.731568,25.158434],[114.726875,25.157572],[114.722482,25.159264],[114.718637,25.164777],[114.715784,25.166244],[114.709842,25.164573],[114.698658,25.166204],[114.696502,25.168791],[114.690107,25.170112],[114.679885,25.175929],[114.68043,25.178554],[114.684131,25.182064],[114.684923,25.188707],[114.678966,25.189065],[114.674408,25.198061],[114.679255,25.199964],[114.690716,25.1986],[114.696726,25.205629],[114.693886,25.206374],[114.689898,25.214026],[114.696154,25.217597],[114.696703,25.220042],[114.69424,25.221808],[114.700027,25.225259],[114.707169,25.223904],[114.720345,25.236739],[114.729504,25.228309],[114.732266,25.227788],[114.744568,25.233051],[114.744216,25.238685],[114.740506,25.23547],[114.73503,25.233853],[114.733005,25.241423],[114.744683,25.244286],[114.73652,25.251131],[114.738323,25.258242],[114.74131,25.261694],[114.738763,25.277567],[114.726649,25.288076],[114.718885,25.286973],[114.718487,25.291027],[114.720747,25.296204],[114.718729,25.301948],[114.715091,25.308027],[114.708816,25.307884],[114.706716,25.310017],[114.709398,25.31254],[114.710328,25.318532],[114.697877,25.31818],[114.696591,25.323167],[114.687526,25.32616],[114.683285,25.323364],[114.685583,25.32128],[114.683639,25.319129],[114.674989,25.315948],[114.669641,25.319224],[114.662175,25.329346],[114.653787,25.330611],[114.632614,25.326934],[114.628946,25.330796],[114.620167,25.334045],[114.621228,25.339408],[114.613677,25.348579],[114.60693,25.362205],[114.597051,25.362134],[114.593522,25.36361],[114.597589,25.372586],[114.591876,25.3715],[114.593177,25.378491],[114.596679,25.379721],[114.596933,25.388206],[114.590951,25.390611],[114.590506,25.394258],[114.583598,25.39949],[114.580633,25.401246],[114.576372,25.400724],[114.573911,25.394639],[114.576787,25.387424],[114.571268,25.384017],[114.567345,25.389005],[114.568539,25.397573],[114.569953,25.400122],[114.573191,25.400852],[114.575136,25.405418],[114.568611,25.403867],[114.562422,25.407892],[114.551427,25.408814],[114.551591,25.410508],[114.545955,25.416572],[114.538944,25.41695],[114.538065,25.419868],[114.535267,25.421941],[114.524273,25.417877],[114.517065,25.409703],[114.516723,25.405751],[114.50144,25.40389],[114.502663,25.39516],[114.506179,25.39204],[114.503907,25.386611],[114.492345,25.381326],[114.490702,25.379035],[114.48192,25.379481],[114.476054,25.37337],[114.468201,25.378771],[114.458031,25.382939],[114.459953,25.38782],[114.457809,25.389854],[114.453576,25.39074],[114.442694,25.389394],[114.43446,25.380711],[114.434492,25.374791],[114.431969,25.366438],[114.426519,25.360886],[114.425512,25.348697],[114.41978,25.340163],[114.410564,25.337487],[114.407068,25.339111],[114.399052,25.338136],[114.395079,25.329529],[114.381054,25.326136],[114.378129,25.320377],[114.375493,25.318675],[114.3703,25.321634],[114.368093,25.327452],[114.365436,25.329707],[114.349946,25.330006],[114.337972,25.333523],[114.333149,25.337215],[114.321918,25.337199],[114.313969,25.341815],[114.310382,25.342207],[114.301212,25.336078],[114.298693,25.323228],[114.29921,25.31845],[114.308137,25.314707],[114.308351,25.307477],[114.303361,25.309366],[114.296153,25.30733],[114.290565,25.303313],[114.289672,25.301622],[114.292053,25.297904],[114.298071,25.293447],[114.294671,25.292312],[114.287322,25.291768],[114.284784,25.300556],[114.282661,25.302203],[114.267799,25.305284],[114.264434,25.304904],[114.263997,25.300849],[114.2589,25.294077],[114.230861,25.303723],[114.224548,25.303142],[114.22309,25.298169],[114.208135,25.304233],[114.20034,25.301798],[114.199881,25.314564],[114.190524,25.321082],[114.186808,25.320931],[114.174105,25.308987],[114.166824,25.309201],[114.16181,25.316947],[114.153467,25.316961],[114.142326,25.310888],[114.134512,25.31485],[114.123498,25.307975],[114.121864,25.302704],[114.111662,25.305941],[114.096321,25.29619],[114.082367,25.284236],[114.078313,25.277828],[114.071233,25.281419],[114.066756,25.280337],[114.063186,25.276273],[114.060145,25.28102],[114.050667,25.281106],[114.042562,25.270557],[114.034956,25.253854],[114.027506,25.254401],[114.024949,25.256909],[114.023658,25.262533],[114.026307,25.265883],[114.024846,25.26999],[114.015737,25.273062],[114.012026,25.277141],[114.011095,25.283063],[114.017831,25.286282],[114.021633,25.292742],[114.022905,25.300611],[114.020658,25.303166],[114.020909,25.305136],[114.030493,25.311912],[114.034752,25.309749],[114.041199,25.309849],[114.051324,25.314243],[114.046912,25.31559],[114.03862,25.322057],[114.028789,25.323552],[114.021805,25.333727],[114.022172,25.337105],[114.029474,25.339202],[114.035881,25.353636],[114.038991,25.355962],[114.03817,25.360302],[114.030793,25.363644],[114.031656,25.366899],[114.036187,25.371194],[114.032098,25.371977],[114.024289,25.377492],[114.024837,25.380624],[114.027643,25.383225],[114.032307,25.384536],[114.038423,25.393508],[114.029658,25.395423],[114.022411,25.391317],[114.018416,25.386997],[114.012049,25.387526],[114.006923,25.390055],[114.002321,25.402282],[113.99638,25.400733],[113.980116,25.406512],[113.977457,25.41729],[113.978449,25.419669],[113.985672,25.4246],[114.002578,25.440842],[113.994278,25.447455],[113.986307,25.445608],[113.969084,25.453028],[113.963351,25.452289],[113.959756,25.455817],[113.956324,25.456811],[113.948562,25.448307],[113.939384,25.444593],[113.934555,25.452815],[113.934432,25.465662],[113.947585,25.475663],[113.950909,25.476599],[113.95469,25.485503],[113.953511,25.489415],[113.946766,25.489636],[113.946576,25.492111],[113.952096,25.503532],[113.951144,25.504484],[113.941626,25.500106],[113.940104,25.500296],[113.940675,25.50239],[113.949213,25.510468],[113.953509,25.519491],[113.955243,25.529422],[113.960311,25.535407],[113.966681,25.530679],[113.982764,25.532877],[113.980764,25.53639],[113.982963,25.558983],[113.987149,25.56237],[113.988667,25.567434],[113.976405,25.572194],[113.972385,25.576515],[113.97162,25.582798],[113.978792,25.602314],[113.976641,25.606822],[113.965312,25.610447],[113.962946,25.61451],[113.954265,25.611019],[113.944316,25.624162],[113.946272,25.637967],[113.937095,25.65497],[113.925636,25.669904],[113.924006,25.682887],[113.917267,25.695288],[113.910789,25.698838],[113.908124,25.703216],[113.909075,25.708546],[113.911881,25.712287],[113.9126,25.718267],[113.912118,25.724027],[113.908279,25.728906],[113.913981,25.74426],[113.942791,25.764649],[113.950362,25.774755],[113.953819,25.782621],[113.952837,25.788233],[113.954712,25.795545],[113.960048,25.807815],[113.963378,25.810498],[113.965377,25.817762],[113.965947,25.828618],[113.964269,25.835404],[113.965386,25.83723],[113.986158,25.862733],[113.998243,25.871547],[114.004241,25.873674],[114.008778,25.888261],[114.013229,25.892051],[114.02006,25.894004],[114.022433,25.896786],[114.017632,25.906482],[114.018606,25.912977],[114.020556,25.915119],[114.01592,25.924962],[114.024738,25.937608],[114.026213,25.944411],[114.021673,25.946049],[114.017971,25.953224],[114.016016,25.957955],[114.018261,25.96307],[114.014901,25.967348],[114.014261,25.971735],[114.016462,25.974261],[114.015904,25.97976],[114.019852,25.980716],[114.023298,25.984918],[114.023294,25.989039],[114.021835,25.995034],[114.018312,25.996639],[114.012785,25.996173],[114.008398,26.004032],[114.004536,26.0048],[114.00236,26.015027],[114.004904,26.01977],[114.011774,26.023592],[114.012746,26.028563],[114.015119,26.031047],[114.022798,26.034525],[114.033315,26.050957],[114.030172,26.056033],[114.033823,26.060546],[114.035167,26.069403],[114.040004,26.080785],[114.043613,26.082627],[114.054061,26.08018],[114.064289,26.08332],[114.07559,26.07187],[114.080687,26.071297],[114.098142,26.07459],[114.110495,26.07951],[114.116525,26.088947],[114.116188,26.090898],[114.107784,26.096321],[114.103487,26.096009],[114.100854,26.101088],[114.101406,26.103841],[114.149837,26.118968],[114.164416,26.126714],[114.184004,26.125719],[114.195312,26.131667],[114.196121,26.134605],[114.200414,26.137277],[114.209171,26.140099],[114.225418,26.15453],[114.232093,26.155858],[114.230705,26.162587],[114.220965,26.162778],[114.213366,26.169133],[114.21353,26.173592],[114.21935,26.17687],[114.2273,26.185584],[114.222506,26.190055],[114.214775,26.193126],[114.216132,26.199096],[114.211801,26.206309],[114.204941,26.206347],[114.196954,26.203377],[114.181262,26.201077],[114.176752,26.215997],[114.172291,26.216883],[114.145988,26.206405],[114.140666,26.207354],[114.131186,26.202142],[114.11628,26.199255],[114.099244,26.191994],[114.094961,26.187741],[114.095361,26.1825],[114.087342,26.178973],[114.084517,26.174425],[114.085125,26.172471],[114.082551,26.170669],[114.063701,26.173433],[114.057605,26.170638],[114.054822,26.166082],[114.05211,26.166649],[114.04995,26.175361],[114.051975,26.181463],[114.050962,26.186376],[114.038775,26.184447],[114.034239,26.190288],[114.030299,26.191948],[114.028643,26.191778],[114.024474,26.184729],[114.021888,26.18344],[114.007355,26.186953],[113.999932,26.183488],[113.998938,26.179541],[113.987462,26.171438],[113.978939,26.170352],[113.971743,26.162436],[113.957053,26.154531],[113.951321,26.158054],[113.949806,26.161376],[113.937462,26.168319],[113.949714,26.175644],[113.948666,26.183647],[113.941008,26.187141],[113.942662,26.195269],[113.948907,26.199154],[113.959863,26.201499],[113.964036,26.204412],[113.967404,26.210091],[113.968989,26.215067],[113.967789,26.221065],[113.975975,26.231154],[113.974153,26.241538],[113.981761,26.249678],[113.996223,26.254945],[114.005484,26.261922],[114.024181,26.269653],[114.016885,26.277636],[114.014925,26.28619],[114.01524,26.293032],[114.01944,26.295843],[114.027139,26.307042],[114.035128,26.312745],[114.031667,26.318193],[114.032712,26.321957],[114.030128,26.328686],[114.034803,26.335485],[114.04375,26.339061],[114.036071,26.346595],[114.032584,26.358102],[114.034698,26.364279],[114.026907,26.371422],[114.02535,26.37589],[114.026233,26.378551],[114.030214,26.379878],[114.036309,26.386281],[114.037017,26.391491],[114.04084,26.395114],[114.04517,26.394933],[114.048194,26.396926],[114.060677,26.412515],[114.067139,26.413198],[114.069015,26.410305],[114.078157,26.408427],[114.083287,26.413501],[114.082258,26.416177],[114.085041,26.421834],[114.082712,26.425205],[114.080363,26.425788],[114.082442,26.431954],[114.082947,26.446863],[114.085695,26.451943],[114.086594,26.460376],[114.093444,26.467325],[114.09429,26.474719],[114.098917,26.478403],[114.092944,26.482015],[114.088696,26.480783],[114.068991,26.483635],[114.066643,26.488872],[114.079303,26.506752],[114.079484,26.511923],[114.077359,26.515663],[114.078302,26.520411],[114.085398,26.536718],[114.092024,26.545108],[114.090823,26.551705],[114.101834,26.563902],[114.104318,26.571814],[114.102451,26.579024],[114.089195,26.580825],[114.079309,26.580382],[114.074274,26.578105],[114.06362,26.579389],[114.056391,26.584207],[114.03652,26.583906],[114.033286,26.58686],[114.022913,26.590162],[114.016182,26.589912],[114.011251,26.591853],[114.013732,26.603562],[114.00713,26.606195],[113.990983,26.619021],[113.98402,26.620161],[113.967339,26.617154],[113.963587,26.62044],[113.954835,26.622528],[113.951181,26.619791],[113.939856,26.61783],[113.902239,26.617293],[113.898191,26.62176],[113.895443,26.631813],[113.892307,26.634757],[113.880202,26.639037],[113.875356,26.661995],[113.86907,26.661535],[113.863839,26.655684],[113.860856,26.656294],[113.855977,26.663723],[113.857388,26.705314],[113.852503,26.712988],[113.848965,26.732465],[113.846739,26.75183],[113.849057,26.757308],[113.848058,26.770993],[113.842204,26.782223],[113.840718,26.79102],[113.837009,26.792493],[113.830719,26.79901],[113.82942,26.804942],[113.833066,26.812301],[113.852135,26.829693],[113.853906,26.839267],[113.870118,26.860888],[113.885877,26.865321],[113.889445,26.881879],[113.88916,26.884163],[113.884521,26.888347],[113.884733,26.898033],[113.887623,26.902521],[113.890767,26.904361],[113.894925,26.911734],[113.897015,26.921201],[113.896364,26.928341],[113.90248,26.936023],[113.910819,26.940032],[113.919668,26.947936],[113.921781,26.952002],[113.916608,26.960165],[113.91674,26.962867],[113.903901,26.962408],[113.889066,26.966296],[113.885537,26.969601],[113.882048,26.97382],[113.881862,26.977407],[113.873204,26.985716],[113.871171,26.992809],[113.865317,26.994665],[113.858893,27.000518],[113.856751,27.004659],[113.858552,27.010748],[113.85641,27.020709],[113.845992,27.02224],[113.839191,27.018793],[113.837049,27.019221],[113.835907,27.025503],[113.837099,27.031544],[113.831234,27.036175],[113.827627,27.03621],[113.827068,27.039194],[113.817503,27.046125],[113.807687,27.047903],[113.800248,27.099084],[113.79832,27.101197],[113.794433,27.100924],[113.77626,27.088902],[113.766426,27.097317],[113.76538,27.101741],[113.766665,27.112511],[113.763798,27.121836],[113.766237,27.132293],[113.769343,27.134374],[113.776373,27.147569],[113.784953,27.14843],[113.796205,27.165927],[113.801874,27.166025],[113.808908,27.175615],[113.816754,27.193584],[113.827341,27.206389],[113.827199,27.208388],[113.823915,27.21053],[113.824343,27.215241],[113.841333,27.243795],[113.841333,27.248506],[113.845473,27.251218],[113.851041,27.26007],[113.852468,27.264781],[113.851183,27.270064],[113.863399,27.286042],[113.865963,27.296748],[113.865047,27.298723],[113.849756,27.296825],[113.848471,27.3039],[113.844045,27.311038],[113.855123,27.332203],[113.862563,27.33849],[113.866864,27.344882],[113.866745,27.360293],[113.864623,27.364238],[113.867347,27.37032],[113.865283,27.383052],[113.859139,27.380898],[113.855903,27.377471],[113.852787,27.370119],[113.850181,27.368193],[113.845518,27.369248],[113.839239,27.376633],[113.831468,27.377631],[113.823502,27.374363],[113.818866,27.362925],[113.811324,27.364828],[113.807304,27.368978],[113.793455,27.369708],[113.790514,27.369041],[113.781663,27.359007],[113.76887,27.362145],[113.749675,27.359234],[113.7456,27.360735],[113.739446,27.358062],[113.727993,27.345406],[113.718226,27.347938],[113.713681,27.35396],[113.709926,27.351828],[113.708763,27.344912],[113.699883,27.336915],[113.6694,27.33011],[113.66144,27.338321],[113.65203,27.354057],[113.643084,27.352344],[113.641816,27.355675],[113.636512,27.356248],[113.6261,27.354725],[113.621363,27.352287],[113.613742,27.352297],[113.602786,27.357403],[113.597419,27.364137],[113.599877,27.377144],[113.595946,27.378749],[113.59472,27.381432],[113.594543,27.388893],[113.600253,27.394984],[113.615363,27.402692],[113.621683,27.403988],[113.625882,27.406702],[113.626767,27.409468],[113.620437,27.411141],[113.620835,27.41855],[113.617597,27.421606],[113.603619,27.420094],[113.595229,27.422195],[113.59119,27.431533],[113.597779,27.437624],[113.597969,27.440099],[113.591878,27.448474],[113.593972,27.453233],[113.594162,27.459325],[113.589041,27.466315],[113.590593,27.470654],[113.608741,27.480978],[113.61565,27.495318],[113.621383,27.501013],[113.62005,27.511863],[113.623667,27.514909],[113.624238,27.518145],[113.621002,27.52595],[113.617195,27.528995],[113.615095,27.528638],[113.609732,27.519512],[113.605456,27.516407],[113.591069,27.519325],[113.580536,27.526974],[113.575871,27.535168],[113.574936,27.539846],[113.575507,27.547841],[113.578743,27.555265],[113.593972,27.569922],[113.597208,27.577727],[113.599873,27.592194],[113.599492,27.608374],[113.60139,27.617866],[113.603868,27.622292],[113.603941,27.626688],[113.600046,27.629154],[113.601862,27.63891],[113.609137,27.642413],[113.611481,27.640783],[113.614351,27.642115],[113.647841,27.664624],[113.652717,27.670559],[113.65828,27.689278],[113.665723,27.696647],[113.670161,27.70531],[113.686972,27.718873],[113.695247,27.722921],[113.696477,27.730676],[113.692141,27.740985],[113.692882,27.742428],[113.705406,27.754352],[113.718084,27.760089],[113.72326,27.771729],[113.73766,27.782498],[113.741547,27.783658],[113.759453,27.805599],[113.761078,27.822481],[113.757441,27.833814],[113.750168,27.839147],[113.754573,27.844212],[113.752982,27.86031],[113.744458,27.863537],[113.743268,27.86663],[113.744933,27.867939],[113.745171,27.871032],[113.741364,27.879479],[113.739104,27.879479],[113.738271,27.87246],[113.734464,27.870794],[113.731014,27.871032],[113.72447,27.874958],[113.722567,27.879955],[113.72367,27.892701],[113.729805,27.907919],[113.739699,27.920406],[113.742095,27.929879],[113.748021,27.938981],[113.766468,27.95705],[113.784789,27.956812],[113.788013,27.960928],[113.786544,27.966246],[113.791644,27.973434],[113.798187,27.978868],[113.81052,27.983353],[113.81875,27.983963],[113.819009,27.978293],[113.821954,27.97537],[113.843715,27.973591],[113.846905,27.982317],[113.845235,27.991302],[113.852126,28],[113.856945,28.009679],[113.859775,28.011234],[113.868455,28.003536],[113.869325,27.998461],[113.872243,27.99572],[113.898407,27.991412],[113.908258,27.993734],[113.91092,27.995891],[113.910623,28.001015],[113.913033,28.00527],[113.924904,28.008616],[113.924002,28.01046],[113.926133,28.024538],[113.93075,28.021763],[113.931105,28.018709],[113.936416,28.0142],[113.9403,28.017492],[113.957586,28.018759],[113.960578,28.023729],[113.950949,28.032348],[113.95354,28.039475],[113.96136,28.043248],[113.971461,28.044794],[113.979428,28.042256],[113.996142,28.044041],[113.998825,28.040764],[114.001764,28.042051],[114.005963,28.04118],[114.02122,28.034663],[114.022737,28.037971],[114.02211,28.045056],[114.027077,28.048265],[114.029385,28.053607],[114.040222,28.056101],[114.039674,28.059113],[114.04163,28.06066],[114.037357,28.071085],[114.03197,28.07586],[114.03268,28.078585],[114.030845,28.08139],[114.026091,28.081764],[114.022604,28.084915],[114.018339,28.0841],[114.013445,28.088624],[114.016892,28.087986],[114.017922,28.089225],[114.022148,28.087233],[114.023136,28.091146],[114.021583,28.095656],[114.017468,28.098491],[114.015839,28.103377],[114.013201,28.102521],[114.012198,28.104145],[114.011736,28.110895],[114.009639,28.115746],[114.011597,28.124296],[114.007629,28.12735],[114.000455,28.127966],[114.000093,28.134669],[114.001952,28.135649],[114.002815,28.141256],[114.000193,28.145945],[114.000593,28.148598],[113.995066,28.15068],[113.992285,28.154038],[113.987027,28.162073],[113.987428,28.166073],[113.992145,28.17108],[113.993848,28.167367],[113.998584,28.167888],[114.002947,28.172808],[114.011525,28.177568],[114.018447,28.176116],[114.025562,28.177317],[114.031882,28.176342],[114.036658,28.176826],[114.043112,28.180689],[114.04772,28.17393],[114.063797,28.174782],[114.07824,28.183017],[114.085479,28.183226],[114.091586,28.185413],[114.095695,28.183868],[114.098833,28.184958],[114.10159,28.189515],[114.10022,28.194398],[114.102656,28.199757],[114.10081,28.204065],[114.102327,28.20795],[114.10724,28.210787],[114.110648,28.21603],[114.115163,28.217894],[114.121271,28.224366],[114.124484,28.232299],[114.137286,28.240154],[114.139258,28.244387],[114.13824,28.247816],[114.139633,28.250814],[114.145404,28.252701],[114.148565,28.252006],[114.16387,28.257613],[114.175822,28.253456],[114.178795,28.259056],[114.176225,28.264134],[114.178816,28.270891],[114.182243,28.270125],[114.189719,28.271781],[114.193271,28.27493],[114.192816,28.283357],[114.189118,28.287997],[114.1916,28.294686],[114.194139,28.295569],[114.206736,28.29052],[114.209381,28.297075],[114.223316,28.304727],[114.223068,28.308327],[114.227818,28.314588],[114.235432,28.315205],[114.237719,28.319081],[114.245405,28.320293],[114.249719,28.324739],[114.249569,28.330228],[114.244891,28.337774],[114.239753,28.337833],[114.242697,28.343255],[114.238823,28.344817],[114.234983,28.343729],[114.235869,28.348731],[114.242696,28.345352],[114.247417,28.35119],[114.256514,28.355096],[114.252917,28.361585],[114.247676,28.364279],[114.245208,28.367516],[114.246195,28.372483],[114.251659,28.374537],[114.254299,28.380269],[114.251758,28.384265],[114.251536,28.390566],[114.248639,28.398043],[114.246087,28.399648],[114.239757,28.398778],[114.228013,28.40198],[114.22397,28.399971],[114.216172,28.405327],[114.210422,28.404082],[114.200876,28.423403],[114.187662,28.434387],[114.180447,28.436394],[114.177075,28.43964],[114.1829,28.442135],[114.187345,28.452033],[114.194141,28.456493],[114.198746,28.462494],[114.204575,28.464356],[114.213295,28.471286],[114.21492,28.475705],[114.212845,28.487709],[114.203992,28.491365],[114.20205,28.494782],[114.194801,28.497497],[114.191535,28.501616],[114.185967,28.502786],[114.181366,28.500318],[114.169582,28.498877],[114.158423,28.505483],[114.153596,28.510227],[114.150449,28.510241],[114.145475,28.515171],[114.14444,28.518214],[114.135084,28.524423],[114.134005,28.531683],[114.130575,28.539063],[114.12235,28.539538],[114.118537,28.536581],[114.114173,28.542435],[114.095286,28.542349],[114.0803,28.560088],[114.091222,28.567167],[114.090954,28.574641],[114.097443,28.581294],[114.097324,28.584516],[114.10049,28.587384],[114.114362,28.589382],[114.128242,28.611932],[114.12517,28.618797],[114.119545,28.620614],[114.116345,28.623658],[114.117928,28.628651],[114.122792,28.63436],[114.128465,28.645239],[114.124228,28.650901],[114.124581,28.654776],[114.127637,28.65687],[114.127382,28.662193],[114.124373,28.666726],[114.127363,28.673593],[114.123358,28.678846],[114.118558,28.681868],[114.116727,28.687711],[114.122878,28.703411],[114.130225,28.70649],[114.133635,28.704109],[114.135672,28.70487],[114.137382,28.718178],[114.143215,28.723601],[114.144603,28.728642],[114.142014,28.737801],[114.146984,28.747825],[114.151997,28.766633],[114.149478,28.770456],[114.149286,28.774798],[114.142044,28.776915],[114.133849,28.781375],[114.132647,28.783607],[114.136028,28.79378],[114.144112,28.79942],[114.147481,28.807909],[114.149407,28.820961],[114.147332,28.823697],[114.148518,28.835243],[114.145199,28.839481],[114.136033,28.830533],[114.130225,28.82932],[114.123944,28.834934],[114.12247,28.839176],[114.123625,28.844821],[114.118516,28.847042],[114.107594,28.841432],[114.104124,28.841824],[114.096789,28.839119],[114.090235,28.834679],[114.077245,28.838397],[114.072872,28.835256],[114.065395,28.844414],[114.064758,28.849593],[114.058169,28.847935],[114.055587,28.849693],[114.053945,28.854283],[114.057704,28.859076],[114.057422,28.86472],[114.051786,28.87048],[114.051715,28.873674],[114.056371,28.884291],[114.061954,28.886064],[114.062834,28.894455],[114.055635,28.90227],[114.052782,28.902806],[114.047085,28.908806],[114.04312,28.910107],[114.036546,28.90766],[114.023618,28.891393],[114.020251,28.89876],[114.019985,28.907488],[114.011818,28.919644],[113.99968,28.920681],[113.997209,28.923124],[113.999823,28.929846],[113.999238,28.936491],[114.002748,28.940473],[114.004645,28.947616],[114.003525,28.95824],[113.999691,28.958778],[113.997597,28.955824],[113.993421,28.954069],[113.988313,28.956186],[113.983708,28.953948],[113.968609,28.93952],[113.965558,28.947332],[113.961587,28.945124],[113.958866,28.945565],[113.958646,28.952286],[113.954963,28.957104],[113.95675,28.961906],[113.954523,28.966347],[113.954261,28.972148],[113.949632,28.980907],[113.955836,29.001224],[113.954075,29.004023],[113.950242,29.004154],[113.949135,29.009319],[113.951369,29.013145],[113.948906,29.01543],[113.942581,29.016689],[113.94046,29.024289],[113.943633,29.035843],[113.942187,29.045803],[113.939486,29.0476],[113.939096,29.057079],[113.94041,29.062768],[113.948264,29.07198],[113.944164,29.077248],[113.947617,29.081255],[113.948053,29.10044],[113.950714,29.10391],[113.96235,29.100376],[113.96543,29.101548],[113.96746,29.105214],[113.971482,29.107681],[113.973492,29.112917],[113.978611,29.118634],[113.980047,29.128611],[113.994029,29.131895],[113.999223,29.136283],[114.002083,29.141978],[114.010726,29.144104],[114.019549,29.149129],[114.020489,29.152043],[114.031479,29.16318],[114.035455,29.164377],[114.034594,29.173278],[114.040488,29.176498],[114.044948,29.176988],[114.055678,29.186425],[114.06133,29.197533],[114.068717,29.202998],[114.066962,29.208384],[114.071866,29.210014],[114.074305,29.209253],[114.085816,29.214921],[114.08991,29.213504],[114.106555,29.215885],[114.117924,29.213228],[114.123845,29.218332],[114.137079,29.212863],[114.143084,29.215904],[114.149377,29.21592],[114.160213,29.220014],[114.166493,29.219014],[114.172593,29.215251],[114.187917,29.226738],[114.199126,29.226385],[114.204595,29.230362],[114.212132,29.232222],[114.210168,29.235386],[114.210913,29.236636],[114.215597,29.235959],[114.226122,29.239792],[114.228297,29.236145],[114.235793,29.231843],[114.249534,29.238656],[114.249928,29.249302],[114.243412,29.261553],[114.241563,29.26953],[114.242286,29.270724],[114.24784,29.270209],[114.250607,29.272988],[114.251107,29.276157],[114.248361,29.279702],[114.248704,29.282832],[114.255999,29.293903],[114.253647,29.300342],[114.250608,29.301237],[114.245806,29.30687],[114.255302,29.32539],[114.254242,29.338582],[114.251603,29.34447],[114.251901,29.345968],[114.268897,29.356904],[114.274935,29.353385],[114.281773,29.359481],[114.290569,29.360775],[114.294625,29.364323],[114.304201,29.368229],[114.319145,29.360097],[114.330077,29.335192],[114.335919,29.329644],[114.343831,29.326519],[114.344708,29.323597],[114.347593,29.323503],[114.356564,29.327688],[114.361657,29.324588],[114.369274,29.323766],[114.383914,29.336316],[114.389565,29.336809],[114.39459,29.340634],[114.398006,29.338528],[114.40705,29.339943],[114.409779,29.33674],[114.415353,29.336943],[114.43424,29.344525],[114.436019,29.349362],[114.43895,29.351747],[114.444955,29.345971],[114.439174,29.343952],[114.437643,29.341834],[114.444984,29.338229],[114.451103,29.338628],[114.449568,29.333373],[114.4504,29.329876],[114.457632,29.323845],[114.475047,29.331889],[114.479985,29.328984],[114.485965,29.328321],[114.493144,29.332126],[114.497522,29.325575],[114.499439,29.325108],[114.508914,29.32585],[114.529296,29.334199],[114.537706,29.333864],[114.545945,29.339153],[114.55228,29.347559],[114.555057,29.345847],[114.56085,29.345834],[114.59501,29.360358],[114.600741,29.365109],[114.607881,29.376741],[114.615486,29.383082],[114.619346,29.384593],[114.627066,29.381433],[114.639215,29.383301],[114.654422,29.393662],[114.658383,29.391858],[114.66544,29.396289],[114.668098,29.396003],[114.678127,29.38913],[114.698332,29.392871],[114.702041,29.395787],[114.707425,29.397272],[114.730103,29.396066],[114.738686,29.387185],[114.735302,29.372167],[114.736709,29.367092],[114.753105,29.365087],[114.755119,29.365369],[114.75825,29.369884],[114.760375,29.377008],[114.76977,29.378169],[114.771941,29.38204],[114.778728,29.386573],[114.787284,29.386194],[114.789531,29.384313],[114.797034,29.383126],[114.801356,29.380058],[114.823237,29.395154],[114.842178,29.399221],[114.843075,29.401875],[114.848395,29.404682],[114.869046,29.408212],[114.873088,29.403185],[114.871112,29.395391],[114.874935,29.393554],[114.880556,29.397682],[114.889934,29.39995],[114.898744,29.410554],[114.897855,29.412707],[114.899655,29.41692],[114.905628,29.424646],[114.912108,29.423112],[114.918258,29.418811],[114.921829,29.419301],[114.926385,29.425948],[114.92746,29.436545],[114.923507,29.441642],[114.922257,29.449123],[114.929277,29.448425],[114.936796,29.453659],[114.937938,29.455468],[114.937176,29.46213],[114.942506,29.463653],[114.94441,29.466318],[114.940032,29.471553],[114.932511,29.469968],[114.933047,29.47486],[114.929718,29.478848],[114.933715,29.482255],[114.934778,29.486589],[114.93364,29.488302],[114.931524,29.490427],[114.922007,29.490744],[114.912292,29.484963],[114.910691,29.479686],[114.90562,29.477705],[114.901396,29.471621],[114.901602,29.47036],[114.917342,29.466284],[114.918282,29.462502],[114.91325,29.458953],[114.908524,29.451951],[114.902747,29.450189],[114.898163,29.450958],[114.887246,29.441261],[114.880161,29.43862],[114.878106,29.442807],[114.877489,29.455314],[114.874542,29.458369],[114.870961,29.470832],[114.869946,29.472034],[114.867465,29.471305],[114.863286,29.467895],[114.858254,29.469604],[114.854716,29.477706],[114.863909,29.482859],[114.867407,29.482667],[114.870574,29.491769],[114.873613,29.49558],[114.878789,29.495345],[114.877506,29.501249],[114.87911,29.503298],[114.885073,29.504236],[114.889794,29.517545],[114.890674,29.530459],[114.89361,29.533287],[114.897584,29.532089],[114.9034,29.522964],[114.898951,29.519583],[114.895201,29.508775],[114.912106,29.511999],[114.914002,29.513565],[114.916093,29.523013],[114.919678,29.524675],[114.921885,29.520089],[114.91808,29.505312],[114.921108,29.501281],[114.927658,29.50255],[114.930824,29.498053],[114.935805,29.497114],[114.946122,29.499848],[114.957168,29.505654],[114.958393,29.507633],[114.957749,29.512743],[114.965518,29.516782],[114.967852,29.522424],[114.958656,29.528329],[114.949142,29.527237],[114.942441,29.529512],[114.941076,29.533704],[114.94279,29.54579],[114.947678,29.546512],[114.952575,29.556607],[114.958844,29.555153],[114.968141,29.555599],[114.973132,29.565354],[114.975498,29.566864],[114.980623,29.564383],[114.989975,29.56597],[114.99424,29.574922],[114.996728,29.574059],[114.99969,29.569251],[115.007395,29.567402],[115.010037,29.561142],[115.013554,29.557521],[115.018258,29.557706],[115.028762,29.54884],[115.042096,29.554509],[115.051481,29.553375],[115.065197,29.56018],[115.076081,29.558278],[115.081773,29.562741],[115.091123,29.556268],[115.094205,29.552212],[115.090856,29.545722],[115.092403,29.540265],[115.087327,29.539761],[115.085006,29.532738],[115.079931,29.52938],[115.080983,29.524118],[115.083723,29.52197],[115.094223,29.522941],[115.121551,29.51105],[115.124218,29.511095],[115.128701,29.514505],[115.141667,29.50985],[115.153331,29.508939],[115.155472,29.510857],[115.149948,29.521683],[115.150821,29.524935],[115.149158,29.529056],[115.140892,29.535052],[115.146054,29.537424],[115.148552,29.543912],[115.14605,29.549265],[115.150952,29.554343],[115.147369,29.558902],[115.152265,29.566869],[115.151642,29.571479],[115.148618,29.574741],[115.148097,29.578049],[115.15225,29.587178],[115.172002,29.592431],[115.172814,29.594746],[115.169864,29.60074],[115.152625,29.604947],[115.149802,29.601062],[115.137347,29.598458],[115.129188,29.592327],[115.118056,29.597034],[115.111388,29.597637],[115.111597,29.599743],[115.123771,29.602538],[115.123169,29.608275],[115.124529,29.612173],[115.130703,29.618254],[115.130772,29.619879],[115.126818,29.62141],[115.128203,29.628135],[115.126994,29.634872],[115.130339,29.638941],[115.137014,29.638701],[115.141211,29.640318],[115.138893,29.642169],[115.135526,29.65421],[115.12352,29.651312],[115.103021,29.661665],[115.10151,29.666609],[115.105184,29.670413],[115.104998,29.676972],[115.108412,29.683398],[115.111843,29.685149],[115.11816,29.682368],[115.12407,29.684029],[115.129479,29.682798],[115.131173,29.681234],[115.129743,29.678181],[115.131762,29.674792],[115.144657,29.660924],[115.158874,29.65807],[115.167593,29.659091],[115.22605,29.653724],[115.230432,29.656266],[115.241167,29.657175],[115.246044,29.660241],[115.24926,29.660637],[115.253227,29.658746],[115.259457,29.65995],[115.269595,29.652097],[115.268195,29.649882],[115.252796,29.643829],[115.251992,29.639018],[115.256481,29.638337],[115.265684,29.624983],[115.272303,29.625849],[115.280829,29.621047],[115.284793,29.626311],[115.299258,29.63665],[115.29994,29.63965],[115.309752,29.637493],[115.315315,29.638897],[115.322328,29.649112],[115.329105,29.64943],[115.332854,29.652969],[115.339247,29.650186],[115.34237,29.653816],[115.354756,29.648917],[115.358351,29.653459],[115.3578,29.655626],[115.370139,29.66672],[115.385621,29.677031],[115.390251,29.676168],[115.394791,29.682904],[115.404408,29.679875],[115.409068,29.680985],[115.413605,29.68896],[115.412472,29.691606],[115.413091,29.699749],[115.419907,29.705083],[115.418731,29.710853],[115.423162,29.713855],[115.425777,29.712111],[115.431544,29.715288],[115.440296,29.727442],[115.444889,29.72471],[115.44824,29.724624],[115.451232,29.734695],[115.45902,29.734068],[115.464589,29.739164],[115.469503,29.746443],[115.471305,29.756145],[115.468573,29.7608],[115.464747,29.761887],[115.460057,29.755856],[115.458504,29.770654],[115.460194,29.773927],[115.46786,29.776495],[115.470412,29.782137],[115.46676,29.785437],[115.466451,29.790098],[115.471404,29.792529],[115.470004,29.7963],[115.470455,29.802705],[115.463834,29.808722],[115.472638,29.812298],[115.479907,29.819896],[115.500393,29.824668],[115.506008,29.84231],[115.51262,29.840577],[115.547186,29.838342],[115.613332,29.840829],[115.642171,29.846826],[115.652878,29.85168],[115.661444,29.853108],[115.674908,29.850831],[115.699535,29.840038],[115.744126,29.808087],[115.751212,29.800099],[115.763815,29.790883],[115.805504,29.772014],[115.839652,29.748003],[115.9131,29.723714],[115.92739,29.720844],[115.944383,29.722293],[115.956845,29.725741],[115.994278,29.742099],[116.035741,29.756099],[116.051365,29.766679],[116.065923,29.784912],[116.077897,29.795867],[116.117845,29.821091],[116.141028,29.829344],[116.164323,29.832141],[116.197968,29.831907],[116.209897,29.830013],[116.220347,29.823993],[116.22715,29.816858],[116.233413,29.809011],[116.241012,29.794464],[116.249542,29.787175],[116.258002,29.783737],[116.275303,29.792613],[116.2988,29.807917],[116.316507,29.820746],[116.330198,29.833371],[116.334543,29.835754],[116.347855,29.837807],[116.375506,29.851915],[116.378278,29.854736],[116.425652,29.876032],[116.455179,29.895305],[116.467035,29.900934],[116.475816,29.903573],[116.485803,29.904191],[116.516534,29.901274],[116.534705,29.903238],[116.541554,29.907634],[116.552996,29.924373],[116.553393,29.936774],[116.564542,29.955983],[116.561434,29.99129],[116.565023,30.013764],[116.571612,30.032886],[116.588814,30.059971],[116.60198,30.071041],[116.612052,30.075302],[116.635875,30.078951],[116.658239,30.079402],[116.668867,30.077526],[116.684162,30.0716]]]}},{type:"Feature",properties:{name:"山东省",province_adcode:37e4,province_type:"省",name_en:"Shandong",name_var:"Shān Dōng",adcode:37e4},geometry:{type:"MultiPolygon",coordinates:[[[[119.924137,35.623837],[119.921735,35.623738],[119.919917,35.627227],[119.923836,35.633015],[119.92938,35.636466],[119.930505,35.634636],[119.924137,35.623837]]],[[[120.166058,35.742512],[120.157854,35.744192],[120.153515,35.747783],[120.153228,35.761092],[120.167039,35.776824],[120.169267,35.785074],[120.17606,35.787757],[120.173277,35.7777],[120.177016,35.76577],[120.186561,35.756534],[120.183161,35.75077],[120.166058,35.742512]]],[[[120.309485,35.939073],[120.307545,35.942381],[120.308471,35.947059],[120.314067,35.942491],[120.309485,35.939073]]],[[[120.49524,35.959305],[120.490399,35.959582],[120.4899,35.961707],[120.492211,35.962899],[120.495248,35.961855],[120.49524,35.959305]]],[[[120.585236,36.093514],[120.589071,36.092258],[120.589082,36.09042],[120.583996,36.089372],[120.58311,36.090759],[120.575506,36.092209],[120.580351,36.093488],[120.581072,36.097467],[120.582809,36.098295],[120.585386,36.097671],[120.583107,36.095219],[120.585236,36.093514]]],[[[120.772369,36.223384],[120.76766,36.225125],[120.764435,36.229417],[120.767998,36.237871],[120.769589,36.231576],[120.772533,36.227396],[120.772369,36.223384]]],[[[120.92196,36.410132],[120.919143,36.410444],[120.922614,36.413207],[120.921525,36.416845],[120.930243,36.418908],[120.92924,36.415557],[120.92196,36.410132]]],[[[120.977896,36.421318],[120.976195,36.419848],[120.969999,36.419699],[120.967597,36.416494],[120.962285,36.41881],[120.954578,36.415994],[120.948316,36.415886],[120.944856,36.417719],[120.95194,36.424384],[120.956216,36.42184],[120.965973,36.420665],[120.969817,36.422028],[120.971048,36.425284],[120.977896,36.421318]]],[[[121.183114,36.652108],[121.179742,36.652518],[121.178283,36.655187],[121.179579,36.6605],[121.183089,36.663187],[121.185171,36.662224],[121.186494,36.655837],[121.183114,36.652108]]],[[[121.191671,36.655699],[121.18929,36.656122],[121.18716,36.661812],[121.186956,36.669101],[121.189041,36.671484],[121.191307,36.669911],[121.194121,36.662327],[121.194068,36.658176],[121.191671,36.655699]]],[[[121.61703,36.714567],[121.614056,36.715019],[121.618717,36.727886],[121.622728,36.73077],[121.625748,36.724011],[121.61703,36.714567]]],[[[122.263833,36.747097],[122.256242,36.748194],[122.257156,36.750727],[122.250408,36.754194],[122.249699,36.755923],[122.262759,36.753158],[122.263833,36.747097]]],[[[119.815523,37.309364],[119.812984,37.310296],[119.812628,37.313364],[119.81747,37.315866],[119.819221,37.31305],[119.815523,37.309364]]],[[[121.642101,37.474781],[121.640341,37.471016],[121.622821,37.463275],[121.60473,37.452306],[121.579871,37.444388],[121.573864,37.445919],[121.575636,37.44964],[121.586879,37.459964],[121.593526,37.463168],[121.599113,37.463729],[121.611909,37.473292],[121.619785,37.474914],[121.630568,37.484605],[121.63938,37.487039],[121.649559,37.48337],[121.642101,37.474781]]],[[[122.181619,37.51185],[122.183205,37.50941],[122.194058,37.509863],[122.193341,37.505083],[122.197775,37.500735],[122.203929,37.50056],[122.210673,37.496243],[122.182465,37.497775],[122.169819,37.500776],[122.169927,37.503299],[122.175257,37.508184],[122.176001,37.512442],[122.178306,37.514764],[122.181619,37.51185]]],[[[121.52172,37.561688],[121.520968,37.558507],[121.512615,37.556916],[121.506235,37.552835],[121.503507,37.552342],[121.502004,37.555602],[121.509269,37.559009],[121.509764,37.560276],[121.506017,37.563698],[121.514627,37.564383],[121.52172,37.561688]]],[[[119.220688,37.781185],[119.216273,37.781786],[119.215474,37.783285],[119.21987,37.785358],[119.225855,37.784461],[119.225825,37.783216],[119.220688,37.781185]]],[[[120.456112,37.783933],[120.45236,37.777418],[120.449284,37.775234],[120.449812,37.771448],[120.447415,37.77099],[120.43988,37.771345],[120.433003,37.783026],[120.436737,37.784256],[120.440446,37.782917],[120.450229,37.786555],[120.456112,37.783933]]],[[[119.243864,37.810025],[119.242389,37.811277],[119.243177,37.81522],[119.246807,37.817465],[119.24961,37.81872],[119.253861,37.815717],[119.252845,37.813135],[119.243864,37.810025]]],[[[120.686835,37.946043],[120.68291,37.931581],[120.677199,37.928397],[120.670637,37.928402],[120.669095,37.929713],[120.669853,37.932341],[120.674908,37.935062],[120.676122,37.938383],[120.672163,37.943278],[120.666842,37.942685],[120.667991,37.946644],[120.675223,37.943463],[120.682205,37.946537],[120.68223,37.95106],[120.684685,37.951856],[120.686835,37.946043]]],[[[120.650355,37.965019],[120.644938,37.962209],[120.639128,37.965623],[120.639637,37.967489],[120.64355,37.969297],[120.644624,37.977353],[120.647965,37.979293],[120.653715,37.974535],[120.650355,37.965019]]],[[[120.619061,37.979612],[120.622114,37.98162],[120.625831,37.979308],[120.626258,37.976299],[120.622514,37.963946],[120.625811,37.961563],[120.626077,37.951543],[120.619973,37.945763],[120.602742,37.955852],[120.595058,37.967864],[120.598002,37.97668],[120.60468,37.98059],[120.612595,37.983201],[120.619061,37.979612]]],[[[120.729904,37.965114],[120.724127,37.959868],[120.726868,37.952147],[120.739362,37.952037],[120.759842,37.921688],[120.754841,37.91625],[120.75352,37.911587],[120.759192,37.894796],[120.753928,37.893966],[120.746284,37.896745],[120.735281,37.909694],[120.725212,37.909185],[120.717088,37.912721],[120.716841,37.915544],[120.724094,37.917054],[120.727371,37.919216],[120.727895,37.921388],[120.72038,37.938792],[120.722287,37.943629],[120.728231,37.948877],[120.724068,37.955876],[120.723369,37.961556],[120.715788,37.965011],[120.706876,37.96509],[120.692828,37.972265],[120.689247,37.980851],[120.680934,37.989722],[120.692597,37.994167],[120.697001,37.993589],[120.703772,37.989503],[120.715141,37.98841],[120.719479,37.986548],[120.724174,37.979694],[120.725542,37.97338],[120.731003,37.969333],[120.729904,37.965114]]],[[[120.938748,38.020021],[120.928538,38.026768],[120.927828,38.035799],[120.944059,38.029203],[120.944763,38.02236],[120.938748,38.020021]]],[[[120.636447,38.133889],[120.633464,38.136549],[120.639543,38.143968],[120.642472,38.137667],[120.636447,38.133889]]],[[[120.752335,38.169821],[120.759019,38.171116],[120.769922,38.170135],[120.779697,38.161157],[120.778987,38.158465],[120.766244,38.157603],[120.754149,38.160036],[120.742658,38.157345],[120.736524,38.159821],[120.73568,38.172904],[120.740871,38.199504],[120.744405,38.19741],[120.752685,38.178597],[120.748352,38.176751],[120.75,38.171756],[120.752335,38.169821]]],[[[117.870589,38.261649],[117.873418,38.250743],[117.878721,38.247292],[117.885953,38.246219],[117.886467,38.251257],[117.891792,38.252047],[117.925661,38.239894],[117.946203,38.228288],[117.954121,38.221254],[117.952277,38.213918],[117.968767,38.203791],[117.965372,38.193844],[117.980627,38.190495],[117.990253,38.195272],[117.992163,38.200126],[118.004488,38.199454],[118.038837,38.184815],[118.037459,38.180507],[118.049378,38.178202],[118.055978,38.169805],[118.075268,38.161662],[118.088939,38.183068],[118.109431,38.189076],[118.117293,38.189487],[118.164891,38.177022],[118.154728,38.139598],[118.157836,38.138929],[118.158493,38.135831],[118.166332,38.136136],[118.168861,38.140327],[118.199217,38.134192],[118.212592,38.133523],[118.221829,38.134904],[118.228311,38.13275],[118.233789,38.125513],[118.237797,38.127004],[118.25322,38.126562],[118.252481,38.119747],[118.26874,38.121068],[118.269777,38.124723],[118.285981,38.121727],[118.291937,38.122276],[118.29427,38.120511],[118.297178,38.111143],[118.30443,38.113344],[118.301607,38.120775],[118.313521,38.120455],[118.323935,38.114973],[118.322162,38.112559],[118.315215,38.112878],[118.309866,38.11058],[118.313248,38.106182],[118.330338,38.106712],[118.335147,38.110258],[118.337769,38.106978],[118.342494,38.086862],[118.342115,38.080309],[118.345614,38.08113],[118.347598,38.088324],[118.343855,38.09402],[118.343527,38.10584],[118.415948,38.105954],[118.416102,38.103245],[118.408746,38.090405],[118.401923,38.086029],[118.400119,38.081461],[118.401537,38.074859],[118.406817,38.073447],[118.408063,38.083518],[118.413144,38.082554],[118.421784,38.101781],[118.436737,38.101745],[118.446598,38.099246],[118.487797,38.096153],[118.505068,38.085991],[118.506829,38.05097],[118.505097,38.051461],[118.505104,38.049975],[118.506858,38.048089],[118.505051,38.043803],[118.505023,38.03304],[118.507572,38.033773],[118.50757,38.04431],[118.509892,38.048169],[118.507344,38.048179],[118.507336,38.072423],[118.521289,38.07248],[118.522546,38.056775],[118.538231,38.056833],[118.53431,38.049846],[118.52753,38.048199],[118.527417,38.036563],[118.51033,38.030637],[118.505062,38.026745],[118.505046,38.020166],[118.506868,38.019104],[118.51233,38.019483],[118.539439,38.046224],[118.549042,38.048417],[118.544479,38.051934],[118.545687,38.05434],[118.554105,38.056698],[118.55661,38.052718],[118.556898,38.048256],[118.563261,38.04275],[118.579623,38.044058],[118.591475,38.042688],[118.570107,38.058595],[118.582449,38.058366],[118.586258,38.053261],[118.597069,38.051534],[118.598758,38.046584],[118.603231,38.044728],[118.60899,38.046061],[118.61106,38.044871],[118.602993,38.03966],[118.604898,38.037356],[118.614767,38.045721],[118.609019,38.047942],[118.600425,38.047718],[118.597461,38.053862],[118.588787,38.05585],[118.577224,38.065763],[118.598763,38.079295],[118.614975,38.086846],[118.619722,38.080472],[118.629789,38.079505],[118.647292,38.086091],[118.643991,38.103057],[118.635615,38.101772],[118.63295,38.111195],[118.650773,38.115525],[118.667857,38.116596],[118.668466,38.101713],[118.695408,38.105952],[118.693351,38.101195],[118.69151,38.100995],[118.692994,38.095841],[118.699048,38.09597],[118.704744,38.093914],[118.703859,38.08866],[118.71431,38.077453],[118.730071,38.074369],[118.739154,38.076068],[118.75621,38.076068],[118.777445,38.072263],[118.7882,38.072103],[118.800497,38.080094],[118.807604,38.090388],[118.80223,38.14646],[118.819458,38.14745],[118.846786,38.144181],[118.846102,38.121126],[118.852378,38.120383],[118.872651,38.123467],[118.877253,38.120883],[118.886819,38.133249],[118.94847,38.098643],[118.954391,38.089484],[118.929212,38.079555],[118.931238,38.07625],[118.942894,38.079515],[118.959286,38.081104],[118.961728,38.077956],[118.963654,38.059098],[118.981425,38.028387],[118.979575,38.025721],[118.969147,38.023795],[118.968637,38.007379],[118.99168,37.97728],[119.002396,37.950511],[119.030582,37.949879],[119.031604,37.947987],[119.060104,37.933444],[119.060405,37.928856],[119.07579,37.922658],[119.088693,37.912432],[119.096533,37.852232],[119.093562,37.84611],[119.083767,37.837989],[119.071751,37.836587],[119.069371,37.826395],[119.069546,37.81647],[119.078354,37.814671],[119.088645,37.815478],[119.092323,37.813612],[119.098513,37.805441],[119.086355,37.790194],[119.080639,37.789682],[119.076878,37.777659],[119.086918,37.777328],[119.090867,37.785843],[119.121084,37.777716],[119.122738,37.783431],[119.130957,37.785574],[119.153573,37.787539],[119.15538,37.78701],[119.15785,37.78202],[119.156044,37.775985],[119.161969,37.767803],[119.164661,37.767302],[119.171827,37.771176],[119.178224,37.78206],[119.195596,37.799051],[119.206872,37.798442],[119.215025,37.781878],[119.225104,37.777856],[119.241067,37.785703],[119.244412,37.789533],[119.242185,37.792921],[119.243914,37.793935],[119.259248,37.7962],[119.266121,37.793315],[119.27157,37.79421],[119.275467,37.797784],[119.274116,37.803705],[119.276911,37.804962],[119.288852,37.79984],[119.294509,37.794709],[119.294516,37.79165],[119.290458,37.78941],[119.293747,37.783607],[119.300726,37.782532],[119.301829,37.778395],[119.296046,37.773977],[119.279924,37.769221],[119.273569,37.769999],[119.271527,37.77213],[119.262221,37.767581],[119.25407,37.758264],[119.245595,37.754059],[119.238944,37.752784],[119.22984,37.75372],[119.204837,37.761445],[119.192608,37.762437],[119.188468,37.760606],[119.178484,37.748667],[119.191967,37.741459],[119.226509,37.71485],[119.245196,37.705486],[119.257753,37.691933],[119.272514,37.680008],[119.274558,37.675446],[119.273699,37.673387],[119.268495,37.673868],[119.225731,37.709585],[119.195572,37.728437],[119.192897,37.725987],[119.215715,37.709543],[119.242241,37.683712],[119.260771,37.657175],[119.260259,37.655415],[119.256815,37.655317],[119.244622,37.6628],[119.238141,37.682772],[119.197637,37.708316],[119.179074,37.718195],[119.17355,37.719075],[119.157647,37.71523],[119.12681,37.715202],[119.122286,37.720638],[119.116405,37.721513],[119.106184,37.709763],[119.101425,37.70839],[119.089784,37.709503],[119.076802,37.715627],[119.063367,37.725965],[119.057107,37.727783],[119.022046,37.722994],[119.027009,37.719926],[119.028608,37.712043],[119.03615,37.697262],[119.029878,37.692654],[119.035136,37.684172],[119.028477,37.67075],[119.021619,37.671816],[119.017155,37.662991],[119.009875,37.656018],[119.005593,37.657347],[119.003911,37.65638],[118.99992,37.648911],[118.979367,37.634143],[118.966204,37.621271],[118.952312,37.596683],[118.954457,37.593945],[118.95052,37.593129],[118.921872,37.536649],[118.915862,37.531633],[118.908564,37.528321],[118.899676,37.526724],[118.887462,37.527071],[118.88854,37.524849],[118.901145,37.523206],[118.906217,37.520053],[118.91585,37.494205],[118.926848,37.482314],[118.927387,37.47739],[118.923449,37.455566],[118.911576,37.423546],[118.923638,37.392611],[118.91813,37.380728],[118.955959,37.369176],[118.99955,37.380788],[119.005071,37.372983],[118.943072,37.355716],[118.933316,37.354416],[118.933887,37.358756],[118.922891,37.356307],[118.913909,37.356236],[118.907498,37.357976],[118.895329,37.364401],[118.884715,37.372366],[118.880261,37.371893],[118.880567,37.35812],[118.881716,37.356657],[118.88306,37.356827],[118.882801,37.362757],[118.884993,37.364587],[118.894256,37.3601],[118.892523,37.346803],[118.890821,37.34547],[118.874661,37.343999],[118.874392,37.329485],[118.869471,37.329217],[118.874575,37.326971],[118.877822,37.327854],[118.881103,37.332632],[118.889712,37.338845],[118.896046,37.341085],[118.893515,37.342844],[118.898022,37.348883],[118.89875,37.355528],[118.90015,37.356747],[118.918452,37.349646],[118.92236,37.346701],[118.929803,37.345785],[118.931188,37.341268],[118.94242,37.34359],[118.949046,37.326609],[118.94964,37.321324],[118.955143,37.310873],[118.985283,37.316996],[118.987822,37.315696],[118.987271,37.283343],[118.979052,37.278789],[118.965212,37.281704],[118.963438,37.277656],[118.973676,37.275189],[118.985283,37.276507],[118.99343,37.273347],[118.995175,37.267851],[119.029352,37.267818],[119.040166,37.260424],[119.040061,37.250571],[119.050239,37.24439],[119.055467,37.238763],[119.075954,37.22837],[119.100129,37.208142],[119.118273,37.218283],[119.127698,37.206969],[119.135048,37.233731],[119.146124,37.228422],[119.156663,37.235972],[119.163781,37.230015],[119.166605,37.232041],[119.169791,37.229315],[119.179452,37.23646],[119.175659,37.237666],[119.177083,37.240628],[119.187416,37.237506],[119.191415,37.246274],[119.189692,37.249441],[119.192228,37.25025],[119.194572,37.245805],[119.184374,37.22473],[119.181138,37.190392],[119.204207,37.191926],[119.201033,37.215218],[119.206415,37.221967],[119.223949,37.216638],[119.242143,37.202779],[119.255442,37.201542],[119.272162,37.206215],[119.28183,37.203946],[119.286768,37.19314],[119.282608,37.184774],[119.278151,37.162805],[119.28898,37.158497],[119.289268,37.149267],[119.250263,37.089391],[119.260694,37.090137],[119.276534,37.096874],[119.281653,37.093076],[119.286891,37.092395],[119.291242,37.094676],[119.295091,37.100076],[119.303356,37.102537],[119.314227,37.097789],[119.327139,37.068139],[119.329827,37.067448],[119.332473,37.067211],[119.33294,37.073083],[119.336421,37.07521],[119.337501,37.093678],[119.346366,37.098377],[119.360899,37.102144],[119.36437,37.10481],[119.368868,37.113647],[119.376358,37.115035],[119.376673,37.118328],[119.380465,37.119396],[119.429942,37.118214],[119.430627,37.11531],[119.465885,37.114846],[119.462692,37.102256],[119.471862,37.087055],[119.477106,37.087863],[119.477915,37.093792],[119.481216,37.096925],[119.48928,37.096322],[119.491728,37.114424],[119.497916,37.114377],[119.499823,37.123472],[119.55035,37.124371],[119.550035,37.086435],[119.547823,37.069246],[119.544268,37.062195],[119.544184,37.055371],[119.547226,37.052571],[119.560967,37.050025],[119.560959,37.056063],[119.555564,37.066503],[119.557942,37.066266],[119.558604,37.067702],[119.55427,37.068485],[119.553823,37.069954],[119.553481,37.079843],[119.557474,37.079684],[119.555891,37.088227],[119.55465,37.088461],[119.556628,37.095565],[119.573325,37.101847],[119.570038,37.106816],[119.577023,37.118644],[119.586517,37.124604],[119.588231,37.122641],[119.605277,37.129955],[119.594253,37.148002],[119.602534,37.150547],[119.676281,37.154548],[119.672629,37.129136],[119.674153,37.115734],[119.704305,37.118186],[119.703219,37.137396],[119.697665,37.156288],[119.71799,37.157768],[119.722347,37.127861],[119.726232,37.119707],[119.749773,37.122231],[119.748882,37.137535],[119.750594,37.141133],[119.775416,37.157536],[119.776864,37.168358],[119.806925,37.188086],[119.807045,37.18465],[119.812324,37.186523],[119.838818,37.202066],[119.841649,37.207484],[119.827572,37.214359],[119.831327,37.214268],[119.842714,37.208574],[119.861074,37.2248],[119.873713,37.227818],[119.870687,37.234041],[119.881544,37.237967],[119.886546,37.245183],[119.888391,37.256492],[119.87573,37.256415],[119.876862,37.262235],[119.89524,37.259596],[119.897246,37.264858],[119.898425,37.264634],[119.899626,37.276988],[119.887142,37.27921],[119.88444,37.285373],[119.884524,37.289131],[119.887776,37.29648],[119.890493,37.295998],[119.890076,37.293376],[119.901531,37.289844],[119.903061,37.294441],[119.899896,37.294796],[119.900103,37.296727],[119.906303,37.296618],[119.905492,37.299736],[119.898889,37.30644],[119.88621,37.306102],[119.882454,37.316289],[119.880722,37.316811],[119.876096,37.314217],[119.874372,37.315761],[119.871162,37.313915],[119.867936,37.319963],[119.875643,37.323227],[119.8728,37.32632],[119.878914,37.330382],[119.875562,37.333646],[119.866818,37.329326],[119.864979,37.321499],[119.858988,37.322641],[119.854916,37.324401],[119.846273,37.33214],[119.848074,37.337169],[119.834012,37.344447],[119.839868,37.352056],[119.842415,37.364336],[119.838043,37.367257],[119.837827,37.370884],[119.843573,37.373516],[119.863682,37.377349],[119.907316,37.380167],[119.930526,37.385327],[119.940499,37.391122],[119.941203,37.393037],[119.942677,37.398693],[119.937189,37.401182],[119.938817,37.413277],[119.952547,37.413583],[119.951537,37.417361],[119.947083,37.418403],[119.951593,37.420083],[119.971411,37.419999],[119.971694,37.413877],[119.994248,37.417907],[120.011179,37.425762],[120.014051,37.431719],[120.011006,37.43286],[120.011323,37.434508],[120.057391,37.437476],[120.082053,37.443228],[120.088285,37.446959],[120.089382,37.457849],[120.101425,37.459698],[120.131239,37.469173],[120.160712,37.481796],[120.221721,37.528392],[120.229482,37.538717],[120.245682,37.5536],[120.240328,37.560128],[120.208261,37.588977],[120.208365,37.592226],[120.247893,37.621279],[120.309926,37.621062],[120.312891,37.636507],[120.316393,37.641071],[120.323875,37.643977],[120.324166,37.648482],[120.321509,37.65475],[120.309029,37.664495],[120.301654,37.658737],[120.303104,37.645764],[120.288477,37.644943],[120.281408,37.651441],[120.287174,37.655011],[120.286416,37.66225],[120.29679,37.662901],[120.304168,37.667532],[120.305711,37.669715],[120.302687,37.672213],[120.283765,37.671428],[120.284079,37.664452],[120.281484,37.66394],[120.27245,37.667566],[120.272176,37.67164],[120.264198,37.672764],[120.250534,37.67011],[120.246351,37.666952],[120.243067,37.667012],[120.227471,37.673552],[120.220127,37.674706],[120.217614,37.67744],[120.216944,37.681571],[120.22164,37.686763],[120.297488,37.686536],[120.338396,37.689602],[120.362587,37.693875],[120.362241,37.695723],[120.378629,37.701201],[120.407813,37.715976],[120.427923,37.730591],[120.429,37.734795],[120.447534,37.747478],[120.468888,37.749959],[120.480074,37.745813],[120.496318,37.74694],[120.544278,37.751368],[120.575896,37.756563],[120.588673,37.760338],[120.598239,37.765208],[120.617586,37.780975],[120.624165,37.7812],[120.629447,37.776862],[120.639964,37.776537],[120.650825,37.782258],[120.648297,37.785483],[120.657731,37.790104],[120.661487,37.785857],[120.672813,37.791179],[120.717872,37.821478],[120.729756,37.825791],[120.746279,37.828036],[120.754236,37.823315],[120.762415,37.821336],[120.782603,37.823691],[120.790258,37.8187],[120.80175,37.814853],[120.819499,37.81212],[120.832904,37.812277],[120.860901,37.827698],[120.874687,37.829316],[120.884675,37.827542],[120.889927,37.824177],[120.909867,37.821434],[120.917055,37.816183],[120.930354,37.816535],[120.941812,37.811921],[120.94316,37.8064],[120.941774,37.800692],[120.934337,37.800336],[120.927855,37.790183],[120.928037,37.785272],[120.931491,37.778613],[120.936698,37.773812],[120.956557,37.764367],[120.968991,37.756591],[120.984789,37.751007],[120.995989,37.751343],[120.999482,37.749285],[120.99777,37.746274],[120.998076,37.742082],[121.004769,37.736619],[121.006786,37.723361],[121.015565,37.716537],[121.030634,37.709939],[121.05607,37.705194],[121.06046,37.705866],[121.063371,37.7134],[121.072239,37.713431],[121.084831,37.710544],[121.108194,37.710663],[121.115797,37.712371],[121.137719,37.711842],[121.138514,37.708389],[121.148687,37.699244],[121.148475,37.69748],[121.14547,37.695168],[121.141131,37.696022],[121.138921,37.69411],[121.135163,37.679412],[121.12282,37.66731],[121.129993,37.656819],[121.136159,37.654925],[121.144832,37.655853],[121.151029,37.651798],[121.153386,37.645629],[121.149024,37.639687],[121.142815,37.638708],[121.137923,37.631017],[121.140517,37.618171],[121.131858,37.616905],[121.132015,37.612726],[121.145421,37.597295],[121.17466,37.583665],[121.198833,37.577848],[121.23415,37.573021],[121.2508,37.572182],[121.277179,37.575731],[121.302575,37.575974],[121.332736,37.582782],[121.349605,37.588839],[121.364555,37.604092],[121.366597,37.608066],[121.358602,37.619919],[121.342717,37.627443],[121.343261,37.630955],[121.373425,37.620557],[121.379032,37.621598],[121.386665,37.618991],[121.388347,37.616644],[121.38764,37.614761],[121.392251,37.610491],[121.400802,37.606192],[121.408062,37.605624],[121.417912,37.600342],[121.427043,37.598518],[121.432459,37.595077],[121.426972,37.593274],[121.413383,37.59338],[121.406322,37.595862],[121.387083,37.598324],[121.377225,37.596339],[121.372411,37.5933],[121.372052,37.590015],[121.378419,37.583554],[121.378428,37.57722],[121.392012,37.577248],[121.392099,37.571245],[121.374943,37.567965],[121.373108,37.555048],[121.383331,37.551732],[121.382316,37.545787],[121.385014,37.544491],[121.399324,37.544623],[121.412394,37.536547],[121.416802,37.53511],[121.424283,37.535544],[121.431901,37.533159],[121.436631,37.523374],[121.444573,37.520011],[121.44299,37.498215],[121.445193,37.492325],[121.45133,37.484817],[121.47179,37.466635],[121.507792,37.452266],[121.516418,37.455796],[121.524894,37.455687],[121.529668,37.448937],[121.555732,37.441082],[121.568868,37.438574],[121.575239,37.441377],[121.595631,37.445261],[121.601565,37.433538],[121.61056,37.435906],[121.612386,37.439019],[121.610069,37.446362],[121.637449,37.456622],[121.636223,37.446185],[121.650527,37.445171],[121.646409,37.455368],[121.644569,37.466536],[121.647965,37.466278],[121.665237,37.460014],[121.683899,37.457366],[121.746202,37.453348],[121.750808,37.44183],[121.755932,37.437676],[121.76657,37.423907],[121.764286,37.434628],[121.753535,37.44407],[121.753789,37.451754],[121.756579,37.453873],[121.898992,37.466048],[121.936018,37.47118],[121.955358,37.477547],[121.96001,37.473795],[121.955864,37.466173],[121.956632,37.461569],[121.962767,37.44937],[121.957869,37.445657],[121.96132,37.442948],[121.973456,37.443052],[121.973587,37.447513],[121.968664,37.449583],[121.963228,37.456127],[121.96163,37.460501],[121.962388,37.464544],[121.967013,37.466071],[121.966801,37.474078],[121.96436,37.481346],[121.966298,37.483536],[121.994759,37.490754],[121.99576,37.495758],[121.999058,37.500263],[122.010897,37.506877],[122.019939,37.520241],[122.019003,37.522639],[122.015735,37.524261],[122.01027,37.524652],[122.01202,37.528077],[122.026594,37.525198],[122.039555,37.528106],[122.046389,37.531513],[122.047272,37.53325],[122.044708,37.537364],[122.050177,37.540598],[122.056436,37.540477],[122.061971,37.533079],[122.071453,37.535677],[122.074193,37.540104],[122.067723,37.562685],[122.07793,37.556916],[122.079667,37.551364],[122.089838,37.542217],[122.104863,37.542314],[122.122233,37.551832],[122.115756,37.561644],[122.117581,37.564438],[122.124087,37.561634],[122.126433,37.558372],[122.126058,37.55563],[122.144034,37.555257],[122.139699,37.550465],[122.136234,37.549692],[122.136667,37.544515],[122.152122,37.54068],[122.157873,37.53637],[122.151702,37.529821],[122.153617,37.525555],[122.1568,37.526181],[122.158753,37.524537],[122.158329,37.520984],[122.148061,37.519712],[122.140123,37.512537],[122.134101,37.513926],[122.130118,37.513104],[122.120699,37.509025],[122.120492,37.507446],[122.125319,37.496875],[122.129868,37.492501],[122.140342,37.491444],[122.138489,37.482139],[122.134631,37.476885],[122.138172,37.466823],[122.148562,37.451726],[122.155159,37.450061],[122.158316,37.443669],[122.157666,37.44015],[122.155729,37.439587],[122.158604,37.434048],[122.170044,37.428525],[122.180219,37.427635],[122.186929,37.430075],[122.192714,37.439605],[122.188805,37.451999],[122.191101,37.453952],[122.197915,37.448755],[122.217931,37.453082],[122.2323,37.461425],[122.245055,37.460886],[122.262903,37.454641],[122.268697,37.456262],[122.27783,37.447849],[122.280445,37.443847],[122.277902,37.442741],[122.265942,37.443199],[122.269316,37.429071],[122.279595,37.422911],[122.302866,37.413239],[122.312835,37.413847],[122.327447,37.409363],[122.337683,37.409033],[122.375024,37.413479],[122.383909,37.412338],[122.386516,37.409846],[122.393142,37.408343],[122.428996,37.4102],[122.449625,37.414185],[122.474397,37.426964],[122.480618,37.427678],[122.478347,37.419541],[122.486906,37.409973],[122.486061,37.407926],[122.478178,37.406606],[122.472748,37.40304],[122.472964,37.397838],[122.473662,37.396782],[122.482911,37.399878],[122.483962,37.386718],[122.478652,37.387006],[122.477622,37.384401],[122.494839,37.379364],[122.496205,37.379433],[122.496299,37.395113],[122.491785,37.398638],[122.489652,37.402126],[122.490083,37.405146],[122.494212,37.402694],[122.498743,37.404149],[122.546377,37.39903],[122.564251,37.398829],[122.581118,37.402008],[122.590565,37.413529],[122.59981,37.414714],[122.60865,37.420237],[122.624699,37.420625],[122.629096,37.424694],[122.63249,37.424942],[122.63522,37.422379],[122.635595,37.417289],[122.6373,37.415033],[122.642097,37.41348],[122.647584,37.415735],[122.648439,37.417495],[122.646373,37.42147],[122.647897,37.423953],[122.653525,37.423991],[122.654706,37.423161],[122.654401,37.41285],[122.665439,37.409737],[122.671652,37.412322],[122.675323,37.417558],[122.669211,37.420235],[122.666316,37.423381],[122.675337,37.422145],[122.696871,37.409829],[122.693541,37.406387],[122.69728,37.398821],[122.705605,37.395843],[122.700609,37.391009],[122.68679,37.386951],[122.685127,37.382252],[122.68748,37.381159],[122.687385,37.379672],[122.681895,37.375169],[122.680291,37.375074],[122.678066,37.380591],[122.676794,37.388153],[122.671207,37.390111],[122.664016,37.389595],[122.653941,37.394435],[122.642281,37.391297],[122.620385,37.379314],[122.605444,37.375707],[122.600777,37.373009],[122.590199,37.362548],[122.581481,37.348813],[122.58029,37.337744],[122.589359,37.328313],[122.585767,37.322657],[122.584417,37.315858],[122.57134,37.30711],[122.570935,37.314453],[122.564153,37.319176],[122.560213,37.319076],[122.554364,37.316009],[122.555477,37.309048],[122.557916,37.309501],[122.569026,37.303631],[122.565962,37.29523],[122.557853,37.29265],[122.557347,37.290512],[122.56223,37.286542],[122.569832,37.283843],[122.565327,37.281323],[122.55589,37.287785],[122.55093,37.286785],[122.548448,37.283189],[122.551131,37.275369],[122.563883,37.27447],[122.564827,37.269989],[122.557199,37.261913],[122.557677,37.255319],[122.577875,37.257483],[122.589504,37.240625],[122.591305,37.234533],[122.588816,37.225936],[122.589792,37.222436],[122.602709,37.213678],[122.6151,37.208251],[122.621651,37.20246],[122.622012,37.200164],[122.620067,37.197112],[122.61102,37.200322],[122.602839,37.197541],[122.59429,37.19209],[122.577819,37.19031],[122.55998,37.182951],[122.557167,37.176458],[122.558348,37.16899],[122.563211,37.167216],[122.568679,37.168003],[122.578066,37.161538],[122.57679,37.14809],[122.561714,37.148853],[122.528568,37.159618],[122.500151,37.154934],[122.491737,37.15604],[122.484873,37.151756],[122.479014,37.144253],[122.469008,37.124568],[122.466251,37.114199],[122.46197,37.11346],[122.457291,37.117998],[122.447089,37.114427],[122.451197,37.104922],[122.459556,37.1015],[122.460264,37.093978],[122.459009,37.090089],[122.463918,37.075037],[122.463719,37.061648],[122.461553,37.059809],[122.441031,37.060135],[122.424749,37.040778],[122.436889,37.021704],[122.446441,37.024564],[122.446509,37.027583],[122.448828,37.030181],[122.456223,37.03327],[122.470014,37.034819],[122.485736,37.023749],[122.4935,37.022178],[122.496775,37.024941],[122.516265,37.027835],[122.555949,37.040792],[122.572705,37.04209],[122.572031,37.039409],[122.566404,37.0373],[122.550616,37.035537],[122.544201,37.031709],[122.534799,37.022223],[122.531432,37.004936],[122.531894,36.997319],[122.53618,36.983342],[122.539647,36.978435],[122.521984,36.956382],[122.519647,36.943971],[122.522775,36.93381],[122.530893,36.920561],[122.525058,36.911364],[122.511549,36.900949],[122.503897,36.900953],[122.497139,36.897987],[122.491407,36.892763],[122.488778,36.894915],[122.488038,36.89821],[122.499153,36.909791],[122.5017,36.910692],[122.506614,36.9213],[122.502678,36.934638],[122.499579,36.934834],[122.493851,36.930385],[122.485625,36.933459],[122.480219,36.932786],[122.473327,36.928035],[122.47336,36.921583],[122.469463,36.921917],[122.466928,36.926172],[122.46154,36.929781],[122.454195,36.928921],[122.451082,36.926228],[122.446913,36.925472],[122.438736,36.926362],[122.428206,36.925176],[122.41286,36.915433],[122.410505,36.906501],[122.414461,36.90124],[122.417731,36.90049],[122.423008,36.895596],[122.424004,36.888392],[122.425808,36.885706],[122.433077,36.88575],[122.436215,36.895308],[122.438727,36.895356],[122.438673,36.882929],[122.44123,36.87676],[122.432028,36.875878],[122.418887,36.86644],[122.404762,36.86285],[122.392362,36.868185],[122.376838,36.867069],[122.373455,36.865276],[122.367598,36.85536],[122.369896,36.852101],[122.37641,36.850703],[122.357781,36.83934],[122.356169,36.839034],[122.352971,36.841772],[122.344629,36.838214],[122.342514,36.835165],[122.345299,36.833059],[122.344029,36.830836],[122.3352,36.833207],[122.33696,36.836982],[122.330947,36.840039],[122.320584,36.837817],[122.318235,36.833598],[122.308557,36.834126],[122.295622,36.838762],[122.266843,36.844815],[122.259365,36.842507],[122.251777,36.84227],[122.231612,36.844983],[122.226433,36.849994],[122.217668,36.852992],[122.191602,36.845257],[122.180673,36.846066],[122.180316,36.84801],[122.186282,36.858503],[122.189485,36.860967],[122.192202,36.85973],[122.193756,36.861104],[122.191276,36.870855],[122.182279,36.878497],[122.181747,36.888415],[122.194385,36.900629],[122.193508,36.907183],[122.200153,36.90803],[122.215995,36.905964],[122.22818,36.908143],[122.242986,36.905129],[122.253294,36.907147],[122.252268,36.909268],[122.245488,36.906576],[122.239347,36.906764],[122.226783,36.909795],[122.213489,36.909569],[122.199409,36.91153],[122.186015,36.919709],[122.185742,36.918011],[122.182384,36.921335],[122.182962,36.923434],[122.1807,36.926988],[122.182236,36.933151],[122.180172,36.938546],[122.162171,36.935749],[122.160659,36.937527],[122.155267,36.937831],[122.154546,36.935041],[122.152036,36.934627],[122.142388,36.938198],[122.148989,36.95143],[122.151636,36.953492],[122.155171,36.952766],[122.165886,36.970958],[122.17501,36.989107],[122.172357,36.997502],[122.176166,37.003647],[122.185991,37.006296],[122.195079,37.005322],[122.198622,37.008022],[122.199312,37.015047],[122.20961,37.026255],[122.215503,37.031215],[122.227158,37.035483],[122.224435,37.03688],[122.216946,37.034081],[122.204422,37.026213],[122.205022,37.03301],[122.200966,37.042445],[122.191998,37.049781],[122.185027,37.048347],[122.190293,37.0484],[122.196481,37.043558],[122.199356,37.02897],[122.197384,37.026244],[122.189626,37.022496],[122.190028,37.015398],[122.162222,37.009022],[122.152319,37.001374],[122.155599,36.998467],[122.153731,36.982469],[122.14811,36.980805],[122.148845,36.968441],[122.145726,36.953553],[122.141515,36.948977],[122.132278,36.950784],[122.120874,36.956404],[122.099892,36.953337],[122.094198,36.949653],[122.085687,36.936577],[122.085604,36.932287],[122.089936,36.923832],[122.085572,36.920864],[122.073281,36.919274],[122.053314,36.913133],[122.041987,36.907204],[122.038155,36.902325],[122.02633,36.909293],[122.027431,36.919791],[122.031924,36.921233],[122.029082,36.94006],[122.023477,36.947448],[122.016484,36.950823],[122.015912,36.955112],[122.018986,36.956223],[122.016471,36.966691],[122.003321,36.969365],[121.998539,36.977402],[122.000171,36.986842],[121.999296,36.991385],[121.994538,36.976746],[121.999677,36.965121],[121.975382,36.963456],[121.966485,36.974073],[121.956345,36.978581],[121.955825,36.980992],[121.950756,36.979862],[121.954252,36.975789],[121.951309,36.972731],[121.955303,36.971787],[121.96191,36.967109],[121.960274,36.964377],[121.961353,36.963067],[121.958272,36.960603],[121.970858,36.954666],[121.970338,36.951607],[121.965536,36.947231],[121.953451,36.94189],[121.915495,36.933413],[121.897932,36.926944],[121.862187,36.917119],[121.858014,36.917791],[121.848328,36.909669],[121.819239,36.902706],[121.803681,36.895315],[121.788449,36.892278],[121.764299,36.883839],[121.758261,36.879162],[121.746143,36.859142],[121.747252,36.855076],[121.750953,36.854749],[121.752388,36.85312],[121.750478,36.843981],[121.731149,36.83824],[121.727331,36.833105],[121.726615,36.829412],[121.721871,36.826874],[121.718764,36.831031],[121.719593,36.832863],[121.715282,36.833012],[121.70819,36.831485],[121.698881,36.824976],[121.682494,36.826034],[121.661498,36.822421],[121.638263,36.812593],[121.629287,36.805705],[121.626397,36.812106],[121.62607,36.81861],[121.643911,36.824677],[121.650967,36.828163],[121.651691,36.830965],[121.644507,36.829337],[121.634937,36.830324],[121.623104,36.823853],[121.620793,36.817344],[121.622265,36.800497],[121.621306,36.795224],[121.622609,36.78193],[121.626434,36.775992],[121.622972,36.767474],[121.623995,36.763057],[121.634393,36.759442],[121.634815,36.748633],[121.642993,36.737266],[121.624062,36.735048],[121.622614,36.73777],[121.599859,36.743668],[121.598037,36.758673],[121.598753,36.766692],[121.587653,36.766437],[121.583776,36.764075],[121.5836,36.759018],[121.575751,36.760817],[121.577094,36.765287],[121.56262,36.767334],[121.549679,36.76389],[121.562547,36.753666],[121.568724,36.74482],[121.568641,36.737241],[121.564488,36.733641],[121.559507,36.733013],[121.542836,36.735327],[121.542252,36.737384],[121.544821,36.740375],[121.54754,36.75173],[121.520163,36.755525],[121.520408,36.760222],[121.518449,36.762532],[121.513945,36.763205],[121.507808,36.760894],[121.503024,36.761905],[121.500955,36.763483],[121.502451,36.767205],[121.50476,36.768514],[121.502988,36.770925],[121.496489,36.773726],[121.485227,36.772475],[121.481301,36.77429],[121.479174,36.778768],[121.480139,36.782285],[121.490769,36.789521],[121.507603,36.793986],[121.525077,36.803227],[121.537966,36.803941],[121.538154,36.801665],[121.547515,36.801683],[121.552271,36.804107],[121.547796,36.810847],[121.55685,36.81803],[121.566266,36.821505],[121.574788,36.827923],[121.57472,36.842198],[121.58647,36.848386],[121.596776,36.85112],[121.602393,36.84431],[121.614361,36.848876],[121.602163,36.846515],[121.596148,36.852347],[121.571182,36.844851],[121.55675,36.838576],[121.557333,36.834997],[121.52696,36.824303],[121.519374,36.820122],[121.515126,36.809681],[121.50242,36.805869],[121.4925,36.800644],[121.491382,36.79941],[121.493387,36.79658],[121.487546,36.794472],[121.484276,36.794394],[121.487205,36.807277],[121.48648,36.819597],[121.48305,36.82276],[121.4747,36.825014],[121.469194,36.822925],[121.465605,36.819707],[121.475661,36.806163],[121.470655,36.797121],[121.467183,36.785444],[121.472059,36.772117],[121.452112,36.766532],[121.45512,36.762852],[121.452347,36.757095],[121.424996,36.754368],[121.4218,36.759183],[121.415439,36.761414],[121.405238,36.761095],[121.397306,36.756943],[121.378512,36.741494],[121.374241,36.729545],[121.375611,36.720869],[121.380737,36.717885],[121.384492,36.721864],[121.399135,36.713424],[121.391171,36.705161],[121.374634,36.702445],[121.368314,36.710743],[121.371156,36.71258],[121.36156,36.718427],[121.348311,36.720401],[121.329786,36.718902],[121.311987,36.711406],[121.302412,36.713739],[121.29504,36.71309],[121.272926,36.706116],[121.244576,36.692937],[121.244014,36.671094],[121.235353,36.669782],[121.237301,36.681984],[121.236949,36.691025],[121.235442,36.693223],[121.222189,36.694972],[121.207994,36.69239],[121.140939,36.663299],[121.113295,36.645367],[121.09832,36.630044],[121.092785,36.628955],[121.083392,36.621356],[121.075351,36.621092],[121.062532,36.616559],[121.051305,36.61634],[121.049868,36.61792],[121.053522,36.630819],[121.053117,36.634751],[121.048631,36.636168],[121.040835,36.610474],[121.040892,36.594086],[121.037139,36.589651],[121.029026,36.589259],[121.01326,36.579303],[121.005865,36.584047],[120.994691,36.58456],[120.991204,36.583287],[120.992034,36.578628],[120.99057,36.578079],[120.970329,36.576735],[120.963549,36.580577],[120.958684,36.586967],[120.955546,36.585777],[120.95188,36.577369],[120.947021,36.579474],[120.946689,36.586499],[120.929232,36.591266],[120.928473,36.603803],[120.932754,36.618812],[120.937759,36.624773],[120.945615,36.629876],[120.939075,36.63034],[120.922471,36.615897],[120.914401,36.627541],[120.899735,36.627553],[120.898517,36.630502],[120.899689,36.639571],[120.895185,36.659684],[120.893084,36.657939],[120.894616,36.634941],[120.88949,36.623291],[120.883139,36.626282],[120.879798,36.63475],[120.874092,36.642658],[120.870644,36.652975],[120.867989,36.654792],[120.855496,36.651241],[120.864332,36.636183],[120.870028,36.630672],[120.869886,36.628933],[120.859942,36.627566],[120.854108,36.624334],[120.840359,36.620335],[120.843797,36.61751],[120.842383,36.615509],[120.817784,36.607205],[120.812356,36.606682],[120.799858,36.61038],[120.794887,36.622108],[120.782392,36.628849],[120.778901,36.62558],[120.791423,36.622102],[120.795117,36.608911],[120.806006,36.603395],[120.806055,36.593626],[120.78885,36.588118],[120.769847,36.588082],[120.766634,36.586382],[120.801518,36.58538],[120.812749,36.591202],[120.816376,36.596494],[120.839096,36.606332],[120.845314,36.610562],[120.850133,36.610875],[120.860884,36.603599],[120.877965,36.60028],[120.889092,36.568197],[120.89799,36.57252],[120.900232,36.561834],[120.916646,36.570721],[120.921784,36.567792],[120.92385,36.563364],[120.957079,36.56033],[120.969476,36.552063],[120.974502,36.544364],[120.973106,36.537934],[120.956675,36.521216],[120.950057,36.509415],[120.950452,36.499465],[120.942169,36.49452],[120.943064,36.488974],[120.949527,36.480851],[120.954998,36.481089],[120.95822,36.477783],[120.959124,36.47223],[120.957661,36.469322],[120.95589,36.469661],[120.943818,36.462138],[120.941979,36.457844],[120.943134,36.453395],[120.938133,36.451147],[120.930154,36.456482],[120.90391,36.455696],[120.899562,36.44213],[120.907561,36.435674],[120.910133,36.430099],[120.911687,36.416538],[120.897799,36.409899],[120.887129,36.399313],[120.881539,36.388474],[120.889473,36.380658],[120.885466,36.375974],[120.877065,36.376285],[120.877041,36.371098],[120.874259,36.370215],[120.872849,36.370696],[120.872837,36.37498],[120.868389,36.379104],[120.865111,36.380018],[120.860295,36.377652],[120.853343,36.381285],[120.850275,36.385068],[120.852764,36.387347],[120.852602,36.404562],[120.859894,36.413396],[120.860518,36.416227],[120.857884,36.423289],[120.852826,36.42801],[120.836623,36.437366],[120.839441,36.440361],[120.838723,36.445591],[120.842861,36.45275],[120.838358,36.463634],[120.814324,36.4718],[120.81258,36.466831],[120.755212,36.463369],[120.743634,36.460607],[120.743044,36.45539],[120.751346,36.453257],[120.749477,36.445949],[120.753636,36.441386],[120.753064,36.4379],[120.747275,36.434558],[120.734618,36.435918],[120.733933,36.438006],[120.727326,36.437933],[120.713521,36.423351],[120.719588,36.422874],[120.721198,36.416249],[120.718728,36.41439],[120.715259,36.414381],[120.709995,36.419969],[120.705543,36.417453],[120.698876,36.402081],[120.691245,36.393472],[120.68789,36.382681],[120.688364,36.371172],[120.694144,36.364669],[120.696475,36.363365],[120.70595,36.363414],[120.71518,36.358933],[120.729493,36.343646],[120.73277,36.334905],[120.72912,36.329349],[120.726109,36.328541],[120.721478,36.331342],[120.705659,36.334622],[120.683471,36.329893],[120.67744,36.335226],[120.66353,36.340213],[120.651268,36.335189],[120.655956,36.332153],[120.651918,36.326211],[120.645986,36.327711],[120.644323,36.322734],[120.65529,36.320983],[120.655264,36.312354],[120.661053,36.309252],[120.661421,36.305559],[120.660562,36.300412],[120.654198,36.295163],[120.649229,36.295375],[120.64426,36.292178],[120.643376,36.290068],[120.645298,36.280916],[120.652603,36.272682],[120.667293,36.27623],[120.671751,36.281089],[120.678948,36.277172],[120.676294,36.264613],[120.673127,36.258874],[120.680645,36.250196],[120.669484,36.244002],[120.66765,36.238021],[120.668812,36.235527],[120.673776,36.233094],[120.678906,36.227463],[120.681172,36.217802],[120.686925,36.204795],[120.687614,36.199158],[120.682574,36.197439],[120.680575,36.19211],[120.682413,36.186947],[120.686993,36.184546],[120.686126,36.178761],[120.683537,36.175241],[120.689707,36.160664],[120.687053,36.154767],[120.690774,36.152485],[120.699152,36.15138],[120.698031,36.14443],[120.695799,36.14148],[120.698601,36.138259],[120.707754,36.13961],[120.71416,36.13696],[120.714214,36.135111],[120.711851,36.134057],[120.702719,36.130994],[120.689705,36.129621],[120.682616,36.130315],[120.671022,36.136681],[120.665678,36.137074],[120.649223,36.125516],[120.634247,36.120371],[120.620933,36.123748],[120.617321,36.126738],[120.610707,36.126243],[120.60624,36.123449],[120.600612,36.116096],[120.599949,36.112106],[120.602099,36.111435],[120.602851,36.109134],[120.594369,36.10358],[120.584421,36.101345],[120.579889,36.102802],[120.584479,36.108639],[120.584275,36.11445],[120.579409,36.117279],[120.56752,36.117255],[120.565058,36.114908],[120.565039,36.112307],[120.560654,36.109685],[120.544321,36.116418],[120.535172,36.108977],[120.535773,36.106514],[120.537867,36.105512],[120.539157,36.106681],[120.546727,36.099938],[120.547193,36.098291],[120.543976,36.094909],[120.52768,36.095406],[120.519846,36.098693],[120.515925,36.097203],[120.514082,36.093424],[120.495679,36.091277],[120.475678,36.095665],[120.472212,36.094895],[120.458255,36.08852],[120.436367,36.065424],[120.431301,36.06644],[120.427247,36.062924],[120.426365,36.059218],[120.417592,36.056642],[120.402716,36.055324],[120.395709,36.052298],[120.389128,36.05127],[120.388208,36.051898],[120.390795,36.056629],[120.381134,36.061254],[120.365093,36.05561],[120.36117,36.05233],[120.343304,36.049846],[120.340561,36.051123],[120.337986,36.056665],[120.334858,36.058148],[120.323091,36.053036],[120.321172,36.060834],[120.316376,36.061941],[120.308485,36.061427],[120.304494,36.054411],[120.305999,36.05207],[120.303527,36.051076],[120.288697,36.052427],[120.285574,36.060319],[120.313371,36.081954],[120.313694,36.083744],[120.307947,36.08521],[120.316616,36.090729],[120.323365,36.089452],[120.326358,36.091236],[120.327247,36.098151],[120.32353,36.101476],[120.31376,36.096712],[120.312245,36.091632],[120.308873,36.089409],[120.307353,36.098696],[120.317907,36.103189],[120.312597,36.106926],[120.317154,36.111804],[120.320861,36.110043],[120.323338,36.112633],[120.335008,36.135695],[120.332924,36.139536],[120.345378,36.156516],[120.34889,36.157236],[120.367475,36.149992],[120.369343,36.149776],[120.369697,36.151614],[120.356807,36.158696],[120.359416,36.162326],[120.358916,36.16409],[120.351935,36.1676],[120.355564,36.17469],[120.366082,36.174649],[120.366798,36.180061],[120.36325,36.193902],[120.356275,36.201985],[120.34824,36.205739],[120.33525,36.215671],[120.333627,36.218988],[120.336305,36.222789],[120.32952,36.224625],[120.322231,36.230753],[120.314688,36.244641],[120.315714,36.250423],[120.318445,36.25353],[120.312111,36.259605],[120.308807,36.253831],[120.301941,36.254763],[120.295048,36.252829],[120.293587,36.244124],[120.295308,36.238822],[120.279084,36.224369],[120.276765,36.217989],[120.279306,36.21789],[120.290996,36.200476],[120.293806,36.201428],[120.298901,36.200336],[120.307182,36.196857],[120.306422,36.189588],[120.297121,36.186789],[120.271084,36.186267],[120.262718,36.181379],[120.256683,36.184432],[120.255467,36.189292],[120.259653,36.191989],[120.262828,36.191811],[120.263376,36.197574],[120.254823,36.201735],[120.244138,36.202624],[120.232261,36.20025],[120.23294,36.195807],[120.226563,36.190629],[120.220065,36.194828],[120.219265,36.211813],[120.216618,36.219996],[120.170197,36.2035],[120.162242,36.196611],[120.159139,36.191212],[120.140149,36.181437],[120.135674,36.180974],[120.130166,36.184594],[120.114632,36.18907],[120.115078,36.192589],[120.118242,36.194545],[120.12837,36.193277],[120.127811,36.195202],[120.118756,36.196526],[120.114753,36.19453],[120.11202,36.190691],[120.113793,36.18687],[120.123163,36.181923],[120.129913,36.174737],[120.125093,36.169622],[120.124554,36.166838],[120.125983,36.159102],[120.130598,36.148898],[120.1277,36.14256],[120.115462,36.1349],[120.108741,36.131866],[120.09836,36.129995],[120.10183,36.122635],[120.104121,36.121529],[120.110784,36.111584],[120.110587,36.107877],[120.107886,36.105802],[120.105917,36.100333],[120.130277,36.093061],[120.13688,36.092919],[120.148686,36.087912],[120.155028,36.078808],[120.15868,36.081684],[120.168495,36.075244],[120.163101,36.070057],[120.17614,36.063883],[120.189218,36.061578],[120.228598,36.062152],[120.235104,36.060708],[120.236886,36.05889],[120.236993,36.054636],[120.233738,36.049603],[120.229706,36.047097],[120.222543,36.047254],[120.220505,36.044002],[120.222828,36.037857],[120.224779,36.03873],[120.229254,36.036478],[120.226953,36.029525],[120.212008,36.019621],[120.21339,36.015083],[120.195684,35.999046],[120.189865,36.005346],[120.187502,36.004086],[120.189927,36.000543],[120.188057,35.998858],[120.193775,35.994735],[120.205303,35.995703],[120.249144,36.023253],[120.259062,36.012855],[120.251931,36.008475],[120.248068,36.002143],[120.241676,36],[120.24582,35.998353],[120.241102,35.979118],[120.237513,35.977161],[120.240071,35.974699],[120.246121,35.977313],[120.253687,35.983324],[120.252099,35.987992],[120.25878,35.99037],[120.25578,35.997905],[120.26046,35.999166],[120.262742,35.993478],[120.271377,35.994433],[120.273814,35.988667],[120.277495,35.989586],[120.273398,36],[120.273471,36.006656],[120.284831,36.015282],[120.289547,36.015956],[120.304273,36.012329],[120.308858,36.003481],[120.30363,36],[120.299486,35.988958],[120.299376,35.982433],[120.292677,35.972951],[120.287371,35.970153],[120.276002,35.968258],[120.260847,35.969688],[120.250002,35.964609],[120.22778,35.945198],[120.206877,35.924028],[120.20354,35.923193],[120.197429,35.917464],[120.189691,35.899833],[120.175107,35.892059],[120.16713,35.890988],[120.165788,35.892276],[120.168639,35.903014],[120.173415,35.909442],[120.177998,35.912262],[120.182547,35.923935],[120.190595,35.925882],[120.190974,35.932404],[120.196597,35.931896],[120.209127,35.937206],[120.208508,35.946922],[120.204489,35.947792],[120.191561,35.9456],[120.172093,35.936285],[120.168516,35.933905],[120.166256,35.925952],[120.159536,35.923899],[120.158641,35.919804],[120.150061,35.909386],[120.142089,35.910872],[120.138154,35.913378],[120.136989,35.921618],[120.129999,35.919691],[120.134134,35.913124],[120.132958,35.911951],[120.134462,35.909386],[120.131064,35.907787],[120.127786,35.907872],[120.126706,35.91364],[120.120987,35.912241],[120.118648,35.91463],[120.10922,35.911357],[120.095034,35.901183],[120.096251,35.898496],[120.092925,35.89639],[120.094971,35.894353],[120.102507,35.899347],[120.111618,35.900999],[120.115437,35.900071],[120.117086,35.897911],[120.116783,35.895259],[120.10879,35.888326],[120.103217,35.887507],[120.098097,35.888717],[120.094923,35.890848],[120.093386,35.89448],[120.091852,35.891976],[120.093225,35.886149],[120.088985,35.882869],[120.081991,35.881618],[120.077951,35.888543],[120.075179,35.889259],[120.0708,35.889117],[120.066613,35.88671],[120.059122,35.878002],[120.04875,35.85982],[120.044316,35.855719],[120.026309,35.818129],[120.024857,35.806652],[120.031012,35.798489],[120.034134,35.7978],[120.039016,35.780984],[120.033537,35.776119],[120.034607,35.76993],[120.017441,35.749794],[120.015079,35.740276],[120.018916,35.736143],[120.009602,35.73278],[120.013441,35.725281],[120.012562,35.722475],[120.005485,35.720588],[119.997376,35.72482],[119.992322,35.724684],[119.985565,35.72805],[119.976915,35.740544],[119.969104,35.740584],[119.967207,35.738306],[119.963068,35.740508],[119.967451,35.746345],[119.965275,35.753534],[119.95423,35.763265],[119.934333,35.768365],[119.926785,35.766603],[119.916325,35.760758],[119.908552,35.750379],[119.908383,35.742987],[119.910559,35.737214],[119.926003,35.724713],[119.940505,35.72371],[119.946556,35.725427],[119.94636,35.716207],[119.936991,35.70804],[119.917119,35.700442],[119.906804,35.683913],[119.903202,35.671184],[119.903911,35.660215],[119.910445,35.655021],[119.920708,35.650691],[119.921214,35.647931],[119.913631,35.63765],[119.903298,35.638476],[119.891893,35.635597],[119.883328,35.624217],[119.878965,35.623763],[119.875913,35.621439],[119.872859,35.613503],[119.865322,35.611277],[119.86151,35.614845],[119.86222,35.620513],[119.852321,35.622334],[119.851763,35.625555],[119.857469,35.62932],[119.854041,35.631915],[119.843275,35.632341],[119.835646,35.627881],[119.830074,35.62243],[119.82816,35.62431],[119.830622,35.631856],[119.827215,35.635711],[119.826836,35.638404],[119.83075,35.643619],[119.81536,35.650719],[119.811787,35.64737],[119.812687,35.644376],[119.815736,35.644475],[119.815299,35.643026],[119.806009,35.64091],[119.799346,35.636245],[119.795131,35.630577],[119.789705,35.629712],[119.787585,35.625879],[119.792506,35.626103],[119.794937,35.621362],[119.783941,35.620709],[119.781547,35.61817],[119.780741,35.615621],[119.783272,35.612416],[119.797899,35.612828],[119.799506,35.607832],[119.784811,35.599801],[119.788155,35.595668],[119.784548,35.593732],[119.792994,35.583583],[119.784448,35.578827],[119.777849,35.586963],[119.767893,35.581561],[119.765978,35.58391],[119.763748,35.582492],[119.75737,35.582577],[119.754963,35.587737],[119.749564,35.588216],[119.749409,35.619812],[119.736633,35.641624],[119.734673,35.640578],[119.736052,35.624866],[119.729562,35.624981],[119.727435,35.621665],[119.72486,35.621945],[119.723841,35.624034],[119.709469,35.617277],[119.710327,35.615321],[119.691541,35.606927],[119.6821,35.600056],[119.676411,35.5932],[119.66965,35.589584],[119.663594,35.589898],[119.661588,35.595609],[119.656542,35.597793],[119.649824,35.605291],[119.640251,35.612439],[119.64209,35.60729],[119.648728,35.601495],[119.654712,35.590606],[119.644682,35.593538],[119.639094,35.592671],[119.658156,35.581682],[119.659256,35.576929],[119.657895,35.572463],[119.654036,35.567133],[119.64666,35.570188],[119.641064,35.570354],[119.640038,35.567322],[119.628706,35.567517],[119.636685,35.566289],[119.636691,35.565144],[119.626878,35.563359],[119.625679,35.560727],[119.629138,35.559445],[119.64366,35.561099],[119.64427,35.560087],[119.628603,35.538819],[119.620653,35.522184],[119.619782,35.518455],[119.624727,35.508687],[119.62373,35.506327],[119.616441,35.506271],[119.61421,35.503771],[119.607648,35.489951],[119.604476,35.473133],[119.599386,35.466918],[119.598114,35.462305],[119.592366,35.461645],[119.579563,35.455252],[119.576143,35.447468],[119.575521,35.43866],[119.566258,35.422936],[119.56039,35.402712],[119.556388,35.406333],[119.553342,35.404667],[119.555085,35.399215],[119.560701,35.399752],[119.560519,35.389184],[119.564117,35.376219],[119.552301,35.362909],[119.550537,35.354395],[119.545559,35.354896],[119.549382,35.369782],[119.553065,35.374606],[119.551968,35.376458],[119.536234,35.377799],[119.533609,35.370898],[119.53403,35.33248],[119.529495,35.332468],[119.530101,35.3062],[119.515955,35.306334],[119.515706,35.337678],[119.49418,35.336619],[119.472121,35.327343],[119.471823,35.331191],[119.468596,35.327193],[119.478956,35.321144],[119.473546,35.314501],[119.461112,35.320624],[119.446294,35.298435],[119.445324,35.305761],[119.442903,35.308685],[119.437657,35.307295],[119.435805,35.304632],[119.442217,35.298112],[119.44143,35.290189],[119.434112,35.282929],[119.429387,35.286271],[119.413926,35.275455],[119.408226,35.269698],[119.406168,35.262873],[119.407762,35.258956],[119.398405,35.225222],[119.388525,35.202879],[119.388884,35.195138],[119.394327,35.194885],[119.394405,35.184893],[119.384078,35.184355],[119.383258,35.177679],[119.390343,35.176174],[119.391115,35.164976],[119.406899,35.164523],[119.407168,35.161238],[119.384303,35.161677],[119.383708,35.159899],[119.37944,35.159282],[119.377264,35.156952],[119.377883,35.148055],[119.375957,35.134382],[119.403234,35.129858],[119.402024,35.126613],[119.412692,35.124069],[119.419927,35.119998],[119.422721,35.113833],[119.421349,35.113521],[119.418517,35.119784],[119.411886,35.117619],[119.408191,35.124466],[119.390846,35.128453],[119.388679,35.117518],[119.399248,35.111861],[119.395092,35.108301],[119.387179,35.112161],[119.383213,35.107313],[119.376582,35.112379],[119.372915,35.107675],[119.373699,35.105244],[119.382444,35.105055],[119.383372,35.099418],[119.389775,35.100006],[119.390911,35.094013],[119.377634,35.092629],[119.378191,35.089035],[119.373804,35.088587],[119.371117,35.097095],[119.363209,35.092059],[119.364039,35.080568],[119.351599,35.079246],[119.350071,35.08677],[119.360125,35.09311],[119.35909,35.096356],[119.351759,35.093447],[119.346689,35.087172],[119.340702,35.090189],[119.334958,35.090817],[119.324098,35.085711],[119.319298,35.087588],[119.316491,35.086983],[119.301836,35.079751],[119.300346,35.080922],[119.298429,35.091016],[119.295762,35.090754],[119.286592,35.109965],[119.281805,35.115291],[119.260607,35.118094],[119.238286,35.127197],[119.234754,35.125905],[119.224925,35.11736],[119.218372,35.108372],[119.203278,35.10923],[119.195397,35.110993],[119.193615,35.112734],[119.193292,35.111593],[119.163409,35.107911],[119.158235,35.100437],[119.146411,35.101471],[119.126975,35.097088],[119.128533,35.09218],[119.13223,35.09075],[119.130795,35.084661],[119.121697,35.073398],[119.116538,35.073004],[119.114842,35.07148],[119.115621,35.065501],[119.121465,35.05589],[119.110464,35.051255],[119.098464,35.051786],[119.094921,35.054206],[119.094951,35.056168],[119.088021,35.057379],[119.069756,35.058054],[119.065962,35.057504],[119.05843,35.052022],[119.043267,35.049443],[119.029067,35.052821],[119.0247,35.056513],[119.007935,35.055251],[118.983643,35.04617],[118.982286,35.047808],[118.97499,35.048744],[118.950398,35.044695],[118.933475,35.045784],[118.9208,35.052467],[118.904972,35.05047],[118.900035,35.045174],[118.882151,35.035015],[118.878286,35.034034],[118.873405,35.035346],[118.863235,35.033065],[118.85473,35.024657],[118.862993,35.005541],[118.86491,34.995715],[118.862753,34.994357],[118.857644,34.985202],[118.851374,34.965705],[118.859082,34.95303],[118.857574,34.946237],[118.852863,34.939091],[118.856939,34.928332],[118.855364,34.926459],[118.845132,34.926711],[118.847705,34.930305],[118.8472,34.932574],[118.842742,34.931082],[118.818404,34.909957],[118.810896,34.897249],[118.812107,34.894565],[118.811213,34.889533],[118.802659,34.88527],[118.794121,34.875515],[118.800219,34.867248],[118.802024,34.85533],[118.801404,34.85084],[118.799054,34.848233],[118.792475,34.844285],[118.787547,34.846286],[118.780562,34.85745],[118.779099,34.85763],[118.776914,34.851572],[118.782103,34.849406],[118.781012,34.844443],[118.767694,34.846934],[118.760977,34.851658],[118.759139,34.849913],[118.756079,34.841931],[118.76296,34.835608],[118.77758,34.834691],[118.782892,34.829385],[118.772308,34.821316],[118.767478,34.807202],[118.769038,34.797817],[118.749999,34.790125],[118.741937,34.791086],[118.738005,34.793279],[118.725462,34.791464],[118.722829,34.788172],[118.725804,34.785398],[118.732834,34.782566],[118.736615,34.782684],[118.734376,34.768054],[118.72439,34.770344],[118.710359,34.766094],[118.70467,34.751385],[118.705037,34.749659],[118.713177,34.746121],[118.721686,34.747712],[118.730937,34.734866],[118.737381,34.735022],[118.756332,34.745694],[118.768775,34.733593],[118.77037,34.73074],[118.771308,34.72086],[118.756987,34.707916],[118.739392,34.698672],[118.726584,34.695567],[118.707259,34.693986],[118.694124,34.685024],[118.681912,34.679745],[118.674407,34.679506],[118.667574,34.697519],[118.641893,34.698111],[118.634803,34.691974],[118.630255,34.684194],[118.619816,34.692388],[118.613668,34.694418],[118.599527,34.690409],[118.59855,34.702201],[118.602933,34.711101],[118.599726,34.715094],[118.59011,34.719628],[118.587998,34.715128],[118.551158,34.71184],[118.541148,34.719167],[118.521263,34.713478],[118.52329,34.711349],[118.518726,34.701667],[118.526124,34.695058],[118.528538,34.694838],[118.525362,34.686164],[118.504722,34.691038],[118.502308,34.689891],[118.497173,34.67258],[118.491927,34.665286],[118.488937,34.663755],[118.481877,34.664173],[118.469248,34.676726],[118.462538,34.674977],[118.458827,34.669488],[118.455282,34.658026],[118.462627,34.64319],[118.466657,34.643242],[118.471378,34.638643],[118.470471,34.622267],[118.465423,34.622824],[118.446783,34.618742],[118.431618,34.628323],[118.425005,34.614633],[118.42292,34.611805],[118.420606,34.612343],[118.417587,34.609171],[118.417266,34.599617],[118.419934,34.596871],[118.421055,34.590973],[118.417818,34.576067],[118.419992,34.566891],[118.426128,34.556248],[118.433248,34.527807],[118.433713,34.519041],[118.431089,34.507362],[118.409486,34.472377],[118.407235,34.453765],[118.407692,34.4425],[118.403679,34.434692],[118.393127,34.428718],[118.378752,34.42738],[118.372978,34.421707],[118.372502,34.418116],[118.370115,34.415425],[118.347721,34.419197],[118.34069,34.422443],[118.314628,34.42302],[118.294609,34.426065],[118.284095,34.420792],[118.282915,34.413374],[118.262971,34.406202],[118.244155,34.407897],[118.237243,34.406718],[118.228843,34.400857],[118.223006,34.401633],[118.214667,34.40727],[118.210396,34.382908],[118.211497,34.378365],[118.199615,34.377357],[118.184882,34.381624],[118.180274,34.389116],[118.176352,34.388639],[118.172698,34.380556],[118.164908,34.382486],[118.16358,34.391519],[118.169066,34.396581],[118.171297,34.404055],[118.17011,34.409712],[118.166587,34.413721],[118.179431,34.434182],[118.175812,34.451333],[118.16996,34.456434],[118.140553,34.472325],[118.141962,34.475563],[118.135361,34.477057],[118.135002,34.475554],[118.129616,34.483408],[118.121607,34.486245],[118.133448,34.502632],[118.158223,34.50244],[118.16541,34.51523],[118.161132,34.523025],[118.162552,34.528586],[118.170938,34.539987],[118.17517,34.538471],[118.179821,34.539401],[118.183888,34.544751],[118.152921,34.553865],[118.15121,34.549249],[118.146372,34.54882],[118.138147,34.552818],[118.132889,34.558198],[118.124345,34.559013],[118.113947,34.5567],[118.107986,34.558907],[118.101492,34.56385],[118.093789,34.564605],[118.072338,34.57116],[118.076753,34.581527],[118.085975,34.585539],[118.096372,34.595309],[118.10926,34.614883],[118.109078,34.619595],[118.095881,34.628447],[118.089806,34.635891],[118.097204,34.647164],[118.095763,34.656448],[118.081497,34.655566],[118.080755,34.652447],[118.072594,34.65361],[118.068711,34.658704],[118.05313,34.656726],[118.043939,34.653686],[118.022994,34.659668],[118.013548,34.656495],[118.009746,34.64948],[118.006441,34.649592],[118.00042,34.650782],[117.984992,34.662235],[117.985708,34.668985],[117.972844,34.672363],[117.956115,34.680422],[117.945772,34.679179],[117.942476,34.677172],[117.941067,34.672211],[117.92635,34.657792],[117.921874,34.657518],[117.917819,34.660365],[117.918523,34.664489],[117.909713,34.671776],[117.904455,34.672386],[117.897751,34.64555],[117.882607,34.645422],[117.87573,34.650875],[117.869067,34.653079],[117.860498,34.651265],[117.856847,34.647616],[117.845254,34.64716],[117.837095,34.651569],[117.818474,34.652524],[117.806047,34.645159],[117.799304,34.644477],[117.800774,34.648458],[117.792499,34.654537],[117.788134,34.65502],[117.785828,34.646321],[117.793306,34.625117],[117.787797,34.592564],[117.784926,34.58535],[117.787671,34.579655],[117.789276,34.566737],[117.78844,34.561345],[117.791315,34.557237],[117.787954,34.549817],[117.793437,34.528757],[117.791409,34.522676],[117.782037,34.52344],[117.747694,34.534412],[117.709997,34.543834],[117.67867,34.54798],[117.675967,34.527869],[117.666702,34.515656],[117.658697,34.511758],[117.655422,34.50704],[117.655121,34.503368],[117.644103,34.497795],[117.633567,34.49908],[117.628028,34.491916],[117.621405,34.489708],[117.60723,34.493065],[117.597701,34.481403],[117.597121,34.476353],[117.583258,34.46328],[117.565153,34.463929],[117.545294,34.477376],[117.539564,34.476182],[117.539206,34.473214],[117.533757,34.468561],[117.523146,34.469548],[117.510023,34.47334],[117.498718,34.473928],[117.495054,34.470959],[117.489431,34.469613],[117.482191,34.470762],[117.480558,34.475091],[117.48191,34.479525],[117.480124,34.485288],[117.470922,34.488406],[117.461249,34.488973],[117.456732,34.491697],[117.451633,34.505231],[117.439619,34.51912],[117.436187,34.529133],[117.432203,34.528662],[117.423987,34.518613],[117.419647,34.518259],[117.419953,34.532442],[117.421986,34.537211],[117.418096,34.541677],[117.41432,34.542475],[117.404518,34.543115],[117.403307,34.540585],[117.397834,34.55631],[117.396906,34.570159],[117.369277,34.584836],[117.361438,34.581377],[117.342319,34.585224],[117.336767,34.583023],[117.336275,34.580049],[117.332407,34.576765],[117.319325,34.573839],[117.311841,34.57424],[117.310104,34.57031],[117.313197,34.567021],[117.319109,34.568583],[117.321125,34.571273],[117.32461,34.569444],[117.325968,34.565364],[117.325016,34.560687],[117.320422,34.561435],[117.320865,34.563064],[117.319537,34.563316],[117.308622,34.561679],[117.306345,34.560603],[117.306548,34.556302],[117.305189,34.555738],[117.297965,34.559494],[117.2964,34.5618],[117.30204,34.574369],[117.299383,34.574392],[117.293738,34.572117],[117.289791,34.566928],[117.286168,34.56552],[117.279988,34.566718],[117.275649,34.564677],[117.266755,34.557387],[117.27078,34.554214],[117.2816,34.556037],[117.296826,34.550184],[117.296847,34.5455],[117.291659,34.538762],[117.280679,34.534414],[117.262464,34.534288],[117.261917,34.529503],[117.26911,34.522061],[117.264815,34.515952],[117.268401,34.504789],[117.26754,34.503019],[117.256959,34.502098],[117.253687,34.498823],[117.257695,34.486863],[117.262084,34.481329],[117.26157,34.476924],[117.252503,34.469514],[117.254314,34.466682],[117.252706,34.457268],[117.25076,34.454544],[117.236318,34.44598],[117.231534,34.445797],[117.233808,34.451637],[117.231862,34.454105],[117.228055,34.455731],[117.220365,34.454781],[117.21996,34.457368],[117.224545,34.46649],[117.222364,34.471374],[117.218943,34.473311],[117.214736,34.468936],[117.208099,34.473319],[117.211321,34.477186],[117.204977,34.48038],[117.198254,34.472721],[117.183798,34.485688],[117.173274,34.483162],[117.171329,34.489412],[117.174982,34.491235],[117.168454,34.508086],[117.148977,34.505694],[117.145651,34.514494],[117.143695,34.540996],[117.14494,34.54861],[117.150399,34.548535],[117.150183,34.557295],[117.154577,34.557419],[117.153775,34.563242],[117.14141,34.599074],[117.133193,34.605498],[117.129484,34.611753],[117.126135,34.62903],[117.131946,34.629479],[117.131159,34.633857],[117.128262,34.635959],[117.125054,34.635485],[117.122725,34.644736],[117.074077,34.640504],[117.061643,34.643122],[117.054529,34.64834],[117.052007,34.654731],[117.053721,34.666103],[117.066479,34.692857],[117.073451,34.698044],[117.074263,34.703347],[117.06441,34.718407],[117.061622,34.727439],[117.047791,34.73889],[117.044668,34.759413],[117.041545,34.766998],[117.010154,34.779605],[116.999233,34.788492],[116.989204,34.801489],[116.97156,34.840091],[116.964866,34.851129],[116.9636,34.870107],[116.944945,34.867354],[116.9377,34.869838],[116.935607,34.874677],[116.93037,34.877337],[116.919848,34.872523],[116.916959,34.874567],[116.916554,34.896489],[116.917661,34.897717],[116.920837,34.897281],[116.920925,34.901368],[116.902659,34.911244],[116.900334,34.910394],[116.900814,34.902002],[116.8933,34.900653],[116.875625,34.907503],[116.868388,34.908107],[116.857539,34.911694],[116.847912,34.921194],[116.843244,34.923566],[116.809896,34.927835],[116.809827,34.938759],[116.812815,34.938574],[116.812979,34.94236],[116.807516,34.943866],[116.807558,34.950634],[116.809054,34.95021],[116.810157,34.955119],[116.810072,34.962629],[116.800191,34.968212],[116.801168,34.937595],[116.806208,34.928903],[116.793481,34.929282],[116.793251,34.932514],[116.79744,34.938029],[116.796112,34.970634],[116.780937,34.97577],[116.77854,34.959211],[116.774985,34.960001],[116.773083,34.962848],[116.777485,34.950238],[116.781702,34.949584],[116.781742,34.946925],[116.785332,34.946957],[116.786106,34.948421],[116.786166,34.946347],[116.792497,34.945247],[116.792862,34.934794],[116.783995,34.939596],[116.783385,34.938104],[116.781753,34.938561],[116.78096,34.940092],[116.775889,34.917521],[116.762379,34.917153],[116.749814,34.908539],[116.746408,34.909901],[116.748456,34.918865],[116.729722,34.925419],[116.715402,34.926861],[116.700651,34.93481],[116.69965,34.937057],[116.683562,34.937079],[116.67671,34.94029],[116.67266,34.940078],[116.670562,34.935539],[116.653179,34.934401],[116.652046,34.933325],[116.65267,34.930009],[116.65074,34.930008],[116.634787,34.933596],[116.633072,34.937379],[116.626615,34.94172],[116.617304,34.94105],[116.61419,34.938876],[116.612529,34.935512],[116.615236,34.934601],[116.614423,34.9322],[116.60682,34.924622],[116.6044,34.924542],[116.601104,34.921265],[116.553757,34.909642],[116.545021,34.910094],[116.517719,34.904803],[116.517674,34.907428],[116.509066,34.908851],[116.498347,34.906678],[116.495148,34.902019],[116.470557,34.897524],[116.450227,34.901355],[116.449805,34.897139],[116.44521,34.895651],[116.43865,34.896885],[116.43809,34.888985],[116.430493,34.884236],[116.416845,34.869385],[116.409332,34.864674],[116.40365,34.853122],[116.404989,34.850591],[116.407705,34.850296],[116.407788,34.848402],[116.403963,34.835005],[116.400849,34.8296],[116.40356,34.824682],[116.405951,34.824362],[116.406784,34.816578],[116.395486,34.811133],[116.398582,34.787185],[116.398867,34.770161],[116.394435,34.766239],[116.390349,34.751759],[116.371204,34.74952],[116.359432,34.750838],[116.357423,34.747341],[116.356529,34.738751],[116.36357,34.730296],[116.362301,34.725854],[116.358144,34.725206],[116.355183,34.720095],[116.362003,34.714132],[116.367988,34.714475],[116.371455,34.716794],[116.372411,34.719605],[116.378222,34.718323],[116.389147,34.702617],[116.389008,34.699219],[116.380317,34.69381],[116.37354,34.680689],[116.375964,34.674796],[116.375849,34.661294],[116.367655,34.653729],[116.362257,34.652316],[116.362124,34.647212],[116.369743,34.637013],[116.363136,34.629644],[116.339015,34.622119],[116.330485,34.622738],[116.323555,34.605988],[116.319861,34.601505],[116.313576,34.598533],[116.301838,34.600112],[116.289794,34.606998],[116.273665,34.606054],[116.274259,34.600192],[116.278279,34.593595],[116.277161,34.582377],[116.261831,34.581033],[116.247489,34.56353],[116.243507,34.553365],[116.227895,34.55547],[116.223994,34.55777],[116.218618,34.56984],[116.212692,34.574999],[116.206882,34.577761],[116.197098,34.579475],[116.191248,34.576896],[116.193592,34.571578],[116.184534,34.569765],[116.18008,34.571131],[116.150422,34.560105],[116.148133,34.556581],[116.143321,34.556958],[116.135275,34.560303],[116.130994,34.56515],[116.124012,34.579514],[116.103623,34.592329],[116.10037,34.598012],[116.051915,34.599187],[116.047811,34.596439],[116.039239,34.596313],[116.00856,34.609431],[116.002774,34.6137],[116.000257,34.603661],[115.99411,34.616277],[115.986807,34.61331],[115.982842,34.609116],[115.980656,34.604618],[115.979634,34.591888],[115.974933,34.584755],[115.971268,34.58255],[115.926285,34.577536],[115.872373,34.569249],[115.842312,34.564354],[115.823235,34.559252],[115.801987,34.571248],[115.791465,34.579286],[115.756801,34.588612],[115.725226,34.591746],[115.70048,34.600897],[115.693359,34.600611],[115.691341,34.598548],[115.691065,34.571245],[115.680906,34.557824],[115.678527,34.55669],[115.662637,34.558347],[115.653579,34.561988],[115.650403,34.565008],[115.63972,34.568726],[115.634315,34.572689],[115.61701,34.576001],[115.612755,34.576304],[115.602861,34.573441],[115.573982,34.572277],[115.5449,34.57346],[115.529014,34.576566],[115.505735,34.588344],[115.485321,34.611022],[115.482621,34.615901],[115.480233,34.62683],[115.473562,34.633831],[115.464017,34.637693],[115.453938,34.634768],[115.456667,34.646993],[115.453462,34.662219],[115.448892,34.66153],[115.449357,34.657016],[115.448308,34.656862],[115.439448,34.662894],[115.439359,34.667162],[115.44474,34.670143],[115.446479,34.693478],[115.434694,34.721929],[115.424705,34.723381],[115.421626,34.731562],[115.422285,34.733592],[115.439145,34.736692],[115.446574,34.743203],[115.446471,34.744858],[115.440542,34.7545],[115.434718,34.770304],[115.422781,34.78837],[115.422143,34.799107],[115.424352,34.799018],[115.425824,34.804815],[115.414015,34.808562],[115.391763,34.831934],[115.377152,34.828641],[115.369293,34.829001],[115.366475,34.833397],[115.349767,34.837054],[115.334134,34.849577],[115.322595,34.852318],[115.311273,34.862888],[115.298028,34.863561],[115.29148,34.862199],[115.285517,34.844001],[115.279544,34.839771],[115.280627,34.852424],[115.268257,34.857981],[115.260973,34.855431],[115.254458,34.838463],[115.240467,34.843751],[115.236857,34.850083],[115.237037,34.859906],[115.23449,34.867314],[115.230667,34.867227],[115.229191,34.892771],[115.237449,34.891439],[115.240755,34.893071],[115.250722,34.902996],[115.249461,34.910174],[115.233583,34.916905],[115.223317,34.916403],[115.21243,34.912986],[115.21006,34.904922],[115.199342,34.90675],[115.183315,34.915597],[115.186521,34.926264],[115.191753,34.928627],[115.19691,34.926463],[115.206142,34.944137],[115.209959,34.941985],[115.213982,34.943366],[115.216844,34.946941],[115.219274,34.954235],[115.205475,34.959584],[115.199237,34.96042],[115.197646,34.959404],[115.196635,34.954093],[115.192907,34.952259],[115.185988,34.953057],[115.186825,34.955675],[115.183265,34.960198],[115.168332,34.962658],[115.156003,34.959035],[115.150854,34.960685],[115.15043,34.965125],[115.145462,34.971389],[115.13446,34.979075],[115.12558,34.982264],[115.123455,34.985114],[115.126212,35.001155],[115.119941,35.007391],[115.112157,35.006921],[115.109226,35.004548],[115.107627,34.998551],[115.095703,34.994952],[115.09498,34.999225],[115.089729,35.000452],[115.086475,35.000456],[115.086577,34.995436],[115.056242,34.995337],[115.047087,34.985474],[115.040865,34.982592],[115.035339,34.982783],[115.02877,34.978031],[115.029209,34.96952],[115.027462,34.968989],[115.025142,34.968855],[115.010261,34.976744],[115.005429,34.981494],[115.003236,34.988682],[114.990905,34.992515],[114.972413,34.991588],[114.968024,34.994752],[114.955603,34.996224],[114.950698,34.995383],[114.93759,34.98841],[114.922491,34.970207],[114.912561,34.969985],[114.901157,34.977555],[114.90205,34.989755],[114.88168,34.993792],[114.876385,34.998218],[114.874857,35.004361],[114.878562,35.01131],[114.8797,35.018425],[114.878955,35.022806],[114.871728,35.026077],[114.864522,35.025113],[114.861988,35.022655],[114.855743,35.003569],[114.851951,35.001678],[114.821883,35.010917],[114.818853,35.009792],[114.810126,35.011262],[114.825453,35.01515],[114.836734,35.021176],[114.847155,35.029942],[114.849724,35.036408],[114.846209,35.042552],[114.828443,35.042925],[114.816633,35.048444],[114.813677,35.05239],[114.811755,35.068746],[114.814006,35.074969],[114.822018,35.079235],[114.868482,35.086833],[114.873002,35.090311],[114.879393,35.103695],[114.877142,35.11728],[114.868474,35.127076],[114.849841,35.14294],[114.841649,35.155879],[114.841197,35.164189],[114.842824,35.169792],[114.854856,35.18159],[114.870265,35.189561],[114.893258,35.195131],[114.925597,35.196055],[114.926895,35.199161],[114.924921,35.248672],[114.929027,35.251871],[114.943037,35.254491],[114.944907,35.256085],[114.963056,35.274214],[114.965803,35.286372],[114.97087,35.286123],[114.98079,35.301353],[114.980778,35.30459],[115.000864,35.318465],[115.007695,35.329418],[115.012937,35.321577],[115.019033,35.321862],[115.011419,35.353215],[115.011386,35.361839],[115.017157,35.370978],[115.027234,35.375256],[115.068607,35.375933],[115.08117,35.392104],[115.08178,35.40196],[115.080314,35.405491],[115.078751,35.405546],[115.077654,35.41105],[115.085537,35.416025],[115.08878,35.41572],[115.089158,35.410626],[115.098595,35.40358],[115.112211,35.402402],[115.116642,35.402671],[115.119129,35.408107],[115.11888,35.419688],[115.132854,35.425631],[115.145245,35.427122],[115.157367,35.426271],[115.171251,35.423092],[115.189887,35.415902],[115.189889,35.421201],[115.206161,35.423566],[115.222188,35.42066],[115.235972,35.424691],[115.251805,35.438487],[115.265081,35.447568],[115.265201,35.456389],[115.272293,35.461495],[115.296256,35.468203],[115.308824,35.476673],[115.315739,35.476375],[115.321754,35.482229],[115.328438,35.486046],[115.349879,35.493745],[115.353383,35.500441],[115.344649,35.530138],[115.347797,35.540991],[115.347381,35.544751],[115.340133,35.547291],[115.338897,35.552738],[115.346619,35.551735],[115.363964,35.565072],[115.375816,35.569047],[115.383633,35.577272],[115.385669,35.586201],[115.392005,35.59372],[115.402003,35.594573],[115.407969,35.625186],[115.417967,35.626158],[115.420099,35.635085],[115.427645,35.650268],[115.441064,35.649504],[115.441397,35.650878],[115.420238,35.655233],[115.442771,35.657287],[115.451964,35.65915],[115.460198,35.663136],[115.456828,35.669371],[115.464191,35.674999],[115.478074,35.701136],[115.491872,35.709089],[115.502156,35.718759],[115.505438,35.72493],[115.523841,35.730482],[115.548696,35.729401],[115.558205,35.735266],[115.586118,35.728516],[115.58634,35.738242],[115.599057,35.737315],[115.616829,35.73972],[115.638586,35.744284],[115.65927,35.751266],[115.687797,35.754199],[115.692449,35.768555],[115.692163,35.782588],[115.690153,35.782794],[115.690717,35.788817],[115.698598,35.79272],[115.700596,35.806083],[115.711812,35.803122],[115.722119,35.815588],[115.728715,35.831571],[115.747325,35.833566],[115.760491,35.844516],[115.767477,35.854184],[115.802949,35.848217],[115.802692,35.845376],[115.810903,35.8447],[115.81416,35.846782],[115.815706,35.852891],[115.835737,35.850209],[115.835283,35.857442],[115.857836,35.859259],[115.859761,35.869085],[115.865138,35.873334],[115.867253,35.873273],[115.865875,35.858619],[115.869623,35.859498],[115.877772,35.895675],[115.883597,35.897831],[115.879289,35.909376],[115.866907,35.909633],[115.864807,35.915162],[115.879864,35.922482],[115.894926,35.924422],[115.903083,35.929874],[115.904265,35.933578],[115.900959,35.94561],[115.906437,35.960542],[115.969562,35.971789],[116.000656,35.972542],[116.012102,35.967931],[116.027623,35.964922],[116.039235,35.967379],[116.042626,35.970497],[116.045196,35.97935],[116.047327,36],[116.056535,36.028762],[116.067782,36.025961],[116.073665,36.042433],[116.073398,36.048803],[116.070949,36.05514],[116.079333,36.053906],[116.084808,36.057721],[116.074306,36.058252],[116.079331,36.065638],[116.084072,36.06587],[116.082881,36.071178],[116.081264,36.071181],[116.081905,36.080755],[116.086056,36.081003],[116.085896,36.089243],[116.090969,36.092071],[116.092587,36.109959],[116.097218,36.113224],[116.095075,36.114265],[116.050492,36.105451],[116.032046,36.082907],[116.019041,36.071461],[116.015961,36.066597],[115.984721,36.046871],[115.963788,36.044489],[115.933713,36.03454],[115.914002,36.020594],[115.89599,36.02695],[115.886255,36.026811],[115.861228,36.016871],[115.860712,36.006523],[115.853952,36.002831],[115.842772,36.005138],[115.831963,36.014408],[115.825772,36.01365],[115.825723,36.01096],[115.81763,36.010717],[115.817682,36.012722],[115.811243,36.012787],[115.794363,36.008327],[115.774147,35.993637],[115.776141,35.991675],[115.768899,35.974713],[115.766813,35.973395],[115.758327,35.970818],[115.730976,35.967433],[115.711838,35.971573],[115.693442,35.9666],[115.685616,35.961791],[115.680814,35.954152],[115.678239,35.944512],[115.674041,35.940493],[115.667374,35.937752],[115.660161,35.937213],[115.6475,35.931999],[115.638298,35.921407],[115.615742,35.924275],[115.610634,35.926928],[115.588965,35.924423],[115.575727,35.919995],[115.561836,35.911432],[115.554609,35.904831],[115.533344,35.893814],[115.49661,35.888748],[115.464318,35.871318],[115.442394,35.861514],[115.394108,35.806019],[115.365868,35.792145],[115.356858,35.781683],[115.353605,35.779957],[115.346897,35.782629],[115.342582,35.788001],[115.337958,35.790858],[115.328429,35.79414],[115.326092,35.796324],[115.328907,35.804318],[115.328478,35.806437],[115.326504,35.805943],[115.327442,35.817975],[115.331327,35.817452],[115.334783,35.822208],[115.33638,35.827157],[115.334127,35.837893],[115.340785,35.848082],[115.343628,35.860983],[115.332361,35.86476],[115.332807,35.868762],[115.333394,35.870716],[115.350873,35.870007],[115.360055,35.899909],[115.35741,35.93051],[115.34665,35.945697],[115.354549,35.95524],[115.354077,35.95738],[115.351099,35.959258],[115.349344,35.967796],[115.352058,35.975238],[115.356653,35.977372],[115.380107,35.972941],[115.384531,35.977515],[115.39124,35.9939],[115.394744,35.9924],[115.403409,35.993396],[115.409371,36.005034],[115.419641,36.008177],[115.431605,36.003443],[115.434292,36.008423],[115.44139,36.008995],[115.441301,36.02186],[115.443307,36.031104],[115.441653,36.06017],[115.443466,36.066147],[115.448581,36.070369],[115.453015,36.079181],[115.467633,36.097187],[115.476511,36.123684],[115.482505,36.130024],[115.478215,36.133824],[115.476874,36.143111],[115.477251,36.148805],[115.481035,36.148335],[115.481297,36.149629],[115.478954,36.157571],[115.473429,36.164927],[115.473382,36.168389],[115.47686,36.170436],[115.475471,36.174805],[115.47047,36.176516],[115.473132,36.187739],[115.468139,36.188886],[115.470514,36.198063],[115.473582,36.197677],[115.476222,36.203194],[115.465081,36.215052],[115.471702,36.223185],[115.470417,36.233555],[115.471745,36.236562],[115.470534,36.24636],[115.458399,36.251213],[115.46015,36.25898],[115.462122,36.259302],[115.461815,36.267707],[115.456633,36.273951],[115.453301,36.275295],[115.440211,36.274133],[115.43026,36.276114],[115.425499,36.279017],[115.424845,36.284192],[115.413621,36.288272],[115.410964,36.292532],[115.416615,36.30166],[115.41408,36.311951],[115.416841,36.322303],[115.413223,36.326031],[115.404006,36.327638],[115.401219,36.326019],[115.398936,36.321876],[115.3932,36.321865],[115.39101,36.318168],[115.385634,36.316526],[115.374012,36.321803],[115.36736,36.309178],[115.35842,36.30716],[115.351179,36.308535],[115.347803,36.312582],[115.348605,36.319389],[115.351745,36.318802],[115.359767,36.324044],[115.362238,36.331708],[115.363144,36.344386],[115.361991,36.347445],[115.357664,36.350887],[115.352301,36.351915],[115.351778,36.350278],[115.34594,36.350472],[115.338189,36.352048],[115.340813,36.364645],[115.336252,36.364283],[115.334959,36.37904],[115.333398,36.378026],[115.338681,36.396456],[115.333319,36.398124],[115.332752,36.396778],[115.321952,36.396923],[115.321012,36.401319],[115.309204,36.405265],[115.305272,36.408949],[115.29065,36.412339],[115.29193,36.417929],[115.299983,36.423022],[115.305966,36.432597],[115.310934,36.432388],[115.311833,36.449837],[115.301681,36.462908],[115.296237,36.465765],[115.29325,36.465348],[115.288855,36.459261],[115.286318,36.459495],[115.28311,36.470618],[115.288428,36.473685],[115.288644,36.475226],[115.279229,36.476359],[115.276664,36.479001],[115.277828,36.491122],[115.287957,36.501875],[115.291144,36.510772],[115.298524,36.523547],[115.305825,36.533134],[115.31627,36.540132],[115.325301,36.549405],[115.32602,36.56341],[115.329059,36.573962],[115.328206,36.582001],[115.333787,36.591572],[115.335433,36.603251],[115.340615,36.605415],[115.338733,36.612851],[115.345676,36.620361],[115.345027,36.622474],[115.348083,36.628343],[115.350515,36.629025],[115.359816,36.621823],[115.373031,36.633142],[115.382125,36.646698],[115.380394,36.656137],[115.386984,36.659953],[115.402273,36.663885],[115.404155,36.67362],[115.406117,36.676245],[115.413599,36.680057],[115.41434,36.686357],[115.424814,36.687912],[115.439318,36.693029],[115.444191,36.705446],[115.443992,36.712701],[115.452371,36.725168],[115.459643,36.73058],[115.469019,36.743215],[115.472417,36.751016],[115.472993,36.759284],[115.506455,36.766396],[115.511017,36.7664],[115.519774,36.763409],[115.52096,36.767189],[115.519393,36.771308],[115.521553,36.773789],[115.527915,36.77091],[115.547602,36.775823],[115.573401,36.774844],[115.579909,36.781397],[115.614116,36.792026],[115.627943,36.799778],[115.65961,36.812396],[115.667618,36.808994],[115.677558,36.812047],[115.681714,36.816291],[115.686534,36.828665],[115.682907,36.839161],[115.68325,36.842403],[115.689842,36.849775],[115.694867,36.860077],[115.694228,36.867046],[115.705114,36.881651],[115.719318,36.89273],[115.729868,36.896843],[115.732345,36.901181],[115.736367,36.904163],[115.741292,36.902001],[115.74612,36.905739],[115.748599,36.904595],[115.748521,36.902669],[115.751286,36.902098],[115.752833,36.902653],[115.753911,36.908694],[115.759299,36.908692],[115.762808,36.915394],[115.762854,36.920593],[115.758254,36.921011],[115.755884,36.924424],[115.759836,36.92944],[115.755615,36.934672],[115.755721,36.936986],[115.7571,36.93916],[115.761273,36.940016],[115.766939,36.936312],[115.77026,36.942317],[115.777714,36.94635],[115.781527,36.951061],[115.79101,36.968651],[115.786107,36.974958],[115.781957,36.969597],[115.778492,36.970307],[115.778176,36.978772],[115.782869,36.979606],[115.781293,36.982517],[115.771421,36.986497],[115.770742,36.991835],[115.785388,37.005761],[115.792238,37.0053],[115.803028,37.010477],[115.804402,37.012253],[115.797821,37.017749],[115.800409,37.018906],[115.807042,37.017879],[115.808149,37.02036],[115.80695,37.028977],[115.814812,37.029019],[115.81891,37.030792],[115.825243,37.044185],[115.843388,37.055666],[115.842535,37.059082],[115.848036,37.058765],[115.850758,37.060602],[115.859494,37.070513],[115.862738,37.076782],[115.863083,37.085258],[115.872972,37.102551],[115.879969,37.123381],[115.87969,37.128578],[115.87377,37.139312],[115.874076,37.15053],[115.880256,37.157448],[115.896135,37.165725],[115.906431,37.176081],[115.906453,37.180787],[115.900946,37.184793],[115.899024,37.188489],[115.903253,37.202703],[115.909232,37.21033],[115.924293,37.221103],[115.93516,37.22714],[115.940696,37.225637],[115.949451,37.227441],[115.96369,37.238971],[115.965557,37.242304],[115.965264,37.24536],[115.961487,37.249617],[115.96747,37.257115],[115.970658,37.275127],[115.962526,37.287419],[115.967866,37.29341],[115.97079,37.301907],[115.975831,37.306621],[115.979034,37.315991],[115.979108,37.326482],[115.970374,37.333824],[115.970579,37.336901],[115.981617,37.341324],[116.003036,37.342268],[116.009086,37.349704],[116.028709,37.357373],[116.046078,37.35688],[116.048,37.361441],[116.054443,37.365839],[116.06542,37.36719],[116.075437,37.372272],[116.079768,37.372654],[116.101546,37.368146],[116.108399,37.373002],[116.123062,37.372886],[116.154576,37.380787],[116.160644,37.384124],[116.177775,37.370174],[116.186293,37.365532],[116.230842,37.360991],[116.245946,37.375929],[116.247452,37.38054],[116.2515,37.381579],[116.25308,37.384412],[116.256838,37.382606],[116.25577,37.389132],[116.266264,37.38872],[116.267575,37.391355],[116.267315,37.397842],[116.278089,37.400996],[116.279867,37.40308],[116.27082,37.40638],[116.268674,37.411986],[116.264389,37.412068],[116.269372,37.418488],[116.264628,37.419411],[116.259893,37.417943],[116.256817,37.41986],[116.257634,37.421882],[116.265108,37.425563],[116.265363,37.427111],[116.262761,37.429381],[116.256006,37.425665],[116.254119,37.42736],[116.246335,37.425098],[116.241574,37.421616],[116.227192,37.423571],[116.221876,37.425743],[116.221584,37.433348],[116.223658,37.437174],[116.232196,37.444962],[116.237366,37.447451],[116.237858,37.455169],[116.229755,37.458664],[116.224144,37.458944],[116.223631,37.467513],[116.221637,37.47379],[116.218448,37.47413],[116.218691,37.478978],[116.229347,37.479],[116.232532,37.487903],[116.235894,37.49096],[116.260001,37.477892],[116.257985,37.473173],[116.26571,37.466063],[116.272962,37.464624],[116.2751,37.469722],[116.265733,37.478555],[116.284624,37.483453],[116.283489,37.48711],[116.277935,37.488232],[116.285289,37.491923],[116.287276,37.496504],[116.286456,37.49763],[116.281014,37.496786],[116.278687,37.498919],[116.279855,37.502053],[116.283745,37.505041],[116.283364,37.508737],[116.274488,37.510083],[116.275739,37.513746],[116.275006,37.518622],[116.270665,37.521569],[116.274371,37.524451],[116.285608,37.522269],[116.280394,37.531425],[116.283555,37.533601],[116.285193,37.541448],[116.285588,37.545191],[116.283276,37.551495],[116.286986,37.55885],[116.294897,37.559247],[116.292562,37.565485],[116.29357,37.568739],[116.295923,37.568295],[116.299598,37.563511],[116.307158,37.565947],[116.314864,37.570719],[116.323009,37.569283],[116.328972,37.573698],[116.327667,37.575632],[116.314676,37.577617],[116.313851,37.57939],[116.321757,37.581312],[116.329622,37.580467],[116.329893,37.57559],[116.335659,37.57406],[116.339082,37.569613],[116.337552,37.565079],[116.346802,37.563366],[116.354268,37.563903],[116.357653,37.56936],[116.363219,37.567827],[116.361755,37.565369],[116.372965,37.562512],[116.370524,37.555728],[116.370948,37.546686],[116.373443,37.543212],[116.369044,37.541039],[116.361888,37.532944],[116.364431,37.525289],[116.372061,37.520779],[116.376821,37.522699],[116.382126,37.520497],[116.37872,37.513911],[116.386189,37.510399],[116.387266,37.511965],[116.398848,37.511913],[116.398531,37.509804],[116.406247,37.500258],[116.404875,37.493869],[116.416998,37.479106],[116.431986,37.475394],[116.440508,37.498991],[116.449935,37.512565],[116.45887,37.51757],[116.479093,37.52226],[116.492959,37.536368],[116.502712,37.542267],[116.514626,37.559777],[116.535181,37.569369],[116.539146,37.58083],[116.552426,37.589545],[116.569843,37.60991],[116.59692,37.623023],[116.622877,37.649467],[116.636544,37.667452],[116.634085,37.668827],[116.631072,37.675323],[116.632172,37.679324],[116.637317,37.681621],[116.638684,37.679507],[116.648098,37.676902],[116.652413,37.679997],[116.659221,37.688749],[116.670158,37.722489],[116.674177,37.7271],[116.684156,37.729396],[116.684568,37.727104],[116.690389,37.728771],[116.69373,37.730063],[116.693146,37.73808],[116.697085,37.739757],[116.700528,37.739227],[116.699798,37.736242],[116.703769,37.7344],[116.718877,37.743711],[116.715644,37.748201],[116.712576,37.757957],[116.71313,37.761668],[116.717471,37.765977],[116.723824,37.764225],[116.727457,37.761025],[116.725915,37.758114],[116.736309,37.75612],[116.74143,37.758813],[116.748027,37.769042],[116.749878,37.791128],[116.752753,37.800632],[116.759892,37.809792],[116.780443,37.82575],[116.784029,37.836158],[116.781076,37.839745],[116.788886,37.846237],[116.795846,37.846196],[116.799154,37.848136],[116.806183,37.847355],[116.807014,37.843015],[116.814021,37.843818],[116.814066,37.840956],[116.821473,37.84044],[116.831824,37.834745],[116.836928,37.833917],[116.872975,37.842907],[116.913807,37.845467],[116.944466,37.839163],[116.971304,37.840125],[117.001334,37.833509],[117.019192,37.831726],[117.030534,37.833518],[117.058106,37.846178],[117.086969,37.848616],[117.145158,37.838581],[117.159386,37.83917],[117.170683,37.847054],[117.178969,37.84888],[117.199514,37.843384],[117.261114,37.838054],[117.280481,37.847126],[117.293546,37.850199],[117.31192,37.860276],[117.335786,37.86231],[117.358708,37.853276],[117.375683,37.853662],[117.397692,37.842807],[117.416431,37.846122],[117.42841,37.850926],[117.432973,37.853819],[117.461078,37.891152],[117.47518,37.914689],[117.485116,37.92565],[117.504366,37.939372],[117.506242,37.942333],[117.514149,37.963748],[117.518888,37.990772],[117.537755,38.014177],[117.539242,38.025485],[117.551602,38.036322],[117.554355,38.040459],[117.551347,38.042945],[117.549639,38.048565],[117.551287,38.054979],[117.557401,38.057027],[117.558017,38.06257],[117.570573,38.064512],[117.575277,38.069287],[117.579484,38.070985],[117.598142,38.073041],[117.613961,38.068137],[117.639739,38.072509],[117.65919,38.071473],[117.665626,38.077033],[117.673923,38.0793],[117.693518,38.074179],[117.70269,38.077137],[117.716069,38.090091],[117.723059,38.092212],[117.723302,38.106225],[117.73103,38.111749],[117.736843,38.12276],[117.747845,38.125741],[117.754194,38.129824],[117.763121,38.13229],[117.766216,38.135186],[117.760009,38.15721],[117.760206,38.16335],[117.782801,38.180139],[117.790005,38.192309],[117.790544,38.196315],[117.784968,38.200897],[117.784655,38.202987],[117.786189,38.20546],[117.794036,38.209582],[117.800248,38.217256],[117.79889,38.224716],[117.800052,38.226849],[117.817594,38.234892],[117.822077,38.246249],[117.839948,38.251804],[117.843651,38.254657],[117.846448,38.262398],[117.847724,38.261543],[117.85366,38.265398],[117.860441,38.267157],[117.870589,38.261649]]],[[[120.839843,38.303185],[120.831077,38.298925],[120.816261,38.299767],[120.807852,38.28827],[120.801915,38.285808],[120.796756,38.285233],[120.794819,38.289178],[120.795184,38.291473],[120.807492,38.29909],[120.806775,38.302409],[120.803092,38.303241],[120.80893,38.312996],[120.82956,38.317236],[120.836217,38.315566],[120.843181,38.310515],[120.839028,38.308313],[120.839843,38.303185]]],[[[120.844993,38.347083],[120.850834,38.343344],[120.845272,38.339489],[120.841757,38.339349],[120.839044,38.336372],[120.836101,38.336101],[120.835942,38.337981],[120.840562,38.343011],[120.83945,38.345801],[120.835918,38.345709],[120.839992,38.350251],[120.838293,38.354706],[120.839948,38.355205],[120.8448,38.350503],[120.844993,38.347083]]],[[[120.906031,38.36787],[120.906043,38.365889],[120.901056,38.363449],[120.901246,38.360038],[120.905433,38.358759],[120.914853,38.363073],[120.914809,38.360199],[120.909315,38.359507],[120.9071,38.356198],[120.909296,38.35058],[120.914524,38.347026],[120.913246,38.345309],[120.91121,38.345318],[120.906855,38.350798],[120.902577,38.351934],[120.893855,38.360491],[120.891637,38.364757],[120.894004,38.369168],[120.899724,38.369577],[120.900219,38.367478],[120.902509,38.367429],[120.908652,38.371835],[120.909321,38.370847],[120.906031,38.36787]]],[[[120.921791,38.391435],[120.925608,38.390665],[120.927877,38.384949],[120.926484,38.383645],[120.92163,38.384884],[120.919008,38.387359],[120.898074,38.382689],[120.895007,38.384291],[120.896488,38.389641],[120.907293,38.392762],[120.908573,38.397982],[120.91068,38.399431],[120.9159,38.399527],[120.918359,38.393202],[120.921791,38.391435]]]]}},{type:"Feature",properties:{name:"河南省",province_adcode:41e4,province_type:"省",name_en:"Henan",name_var:"Hé Nán",adcode:41e4},geometry:{type:"MultiPolygon",coordinates:[[[[111.027702,33.179108],[111.014891,33.174117],[111.009977,33.174913],[111.018406,33.181725],[111.024182,33.189223],[111.027194,33.190525],[111.031297,33.189135],[111.032342,33.187284],[111.027702,33.179108]]],[[[113.749464,36.365474],[113.752964,36.359247],[113.757133,36.355887],[113.770903,36.350085],[113.789828,36.347845],[113.806433,36.332681],[113.814827,36.330901],[113.828118,36.334268],[113.843926,36.33222],[113.848298,36.32949],[113.853742,36.330018],[113.853436,36.333511],[113.844964,36.336788],[113.843337,36.339522],[113.843003,36.345689],[113.845599,36.349779],[113.876055,36.354098],[113.881801,36.352055],[113.902198,36.322045],[113.904179,36.314432],[113.909986,36.314885],[113.925977,36.320145],[113.928782,36.323893],[113.92844,36.336042],[113.932615,36.338169],[113.951717,36.336313],[113.950179,36.344845],[113.947732,36.346396],[113.942359,36.34639],[113.939632,36.348723],[113.938752,36.351758],[113.940577,36.356845],[113.94289,36.358463],[113.951016,36.357659],[113.958025,36.35283],[113.97328,36.327712],[113.976381,36.317655],[113.987221,36.314669],[113.996507,36.334509],[113.988311,36.342987],[113.972745,36.345265],[113.970829,36.35423],[113.972063,36.358755],[113.978292,36.358775],[113.982865,36.35686],[113.992001,36.351878],[114,36.343727],[114.003939,36.342466],[114.008452,36.346499],[114.008575,36.352441],[114.018201,36.354902],[114.022464,36.352781],[114.024141,36.35352],[114.027431,36.349527],[114.025572,36.348457],[114.026592,36.340577],[114.019171,36.329002],[114.020291,36.324467],[114.021812,36.32432],[114.02326,36.326725],[114.039823,36.326304],[114.045874,36.330192],[114.049372,36.32967],[114.053172,36.325978],[114.052949,36.319969],[114.055291,36.317998],[114.051819,36.313353],[114.043785,36.311495],[114.038464,36.305435],[114.031521,36.303914],[114.036731,36.296427],[114.042567,36.294048],[114.051121,36.285751],[114.056073,36.27359],[114.07313,36.271486],[114.075911,36.269206],[114.08364,36.273072],[114.084682,36.275659],[114.106396,36.273033],[114.111934,36.274283],[114.115162,36.272508],[114.121972,36.27469],[114.121801,36.279673],[114.125003,36.281565],[114.154716,36.266916],[114.160746,36.269825],[114.168134,36.265983],[114.170517,36.263022],[114.167107,36.254277],[114.166862,36.248469],[114.163872,36.246021],[114.164716,36.243547],[114.172282,36.242339],[114.179042,36.247204],[114.187631,36.247533],[114.193798,36.244912],[114.19702,36.24559],[114.200673,36.253661],[114.198839,36.258372],[114.204993,36.272944],[114.216352,36.27092],[114.219255,36.266387],[114.226755,36.260721],[114.230256,36.25227],[114.236368,36.251266],[114.245993,36.258711],[114.256287,36.261616],[114.284958,36.249213],[114.284451,36.246996],[114.293014,36.245868],[114.301147,36.246432],[114.303931,36.249984],[114.308524,36.251869],[114.322334,36.248064],[114.323203,36.255798],[114.339102,36.255653],[114.338752,36.252724],[114.340698,36.252585],[114.340515,36.245321],[114.347755,36.242487],[114.3488,36.240764],[114.349893,36.23019],[114.357004,36.227052],[114.35749,36.229353],[114.361686,36.229083],[114.36145,36.225332],[114.362792,36.224765],[114.37535,36.224258],[114.375312,36.221689],[114.390006,36.22077],[114.392669,36.222263],[114.392989,36.229398],[114.402099,36.228418],[114.407272,36.222799],[114.405135,36.2045],[114.408179,36.204122],[114.408515,36.206289],[114.419654,36.205633],[114.419395,36.202333],[114.422538,36.19954],[114.428824,36.197932],[114.435309,36.204846],[114.441283,36.20683],[114.451873,36.207002],[114.457816,36.19193],[114.4645,36.19116],[114.46408,36.187871],[114.473616,36.178277],[114.47856,36.181348],[114.483268,36.17822],[114.506831,36.173945],[114.507755,36.169405],[114.505182,36.16933],[114.506133,36.166024],[114.521009,36.173416],[114.52401,36.173507],[114.527561,36.170833],[114.527171,36.168017],[114.525449,36.167969],[114.52573,36.162287],[114.537032,36.16211],[114.53768,36.156997],[114.551184,36.150994],[114.552413,36.150907],[114.552939,36.153134],[114.562438,36.152452],[114.566077,36.149411],[114.566084,36.145798],[114.569861,36.143428],[114.581305,36.141079],[114.581214,36.133155],[114.585921,36.130757],[114.581168,36.127269],[114.578665,36.128475],[114.577597,36.122284],[114.573495,36.120574],[114.576475,36.117135],[114.582503,36.117144],[114.585333,36.121224],[114.599074,36.121626],[114.601462,36.123024],[114.602469,36.127127],[114.605254,36.128634],[114.614081,36.126702],[114.613867,36.123706],[114.624816,36.124419],[114.625136,36.12794],[114.630738,36.128672],[114.631583,36.135784],[114.635466,36.13755],[114.647872,36.138797],[114.649535,36.140373],[114.685439,36.138448],[114.68669,36.14627],[114.695922,36.146399],[114.705955,36.145438],[114.707442,36.144424],[114.707175,36.141874],[114.715034,36.140695],[114.718452,36.143607],[114.718467,36.147403],[114.724471,36.148783],[114.728637,36.155775],[114.736312,36.154508],[114.736083,36.152368],[114.742981,36.150834],[114.745796,36.146578],[114.744743,36.141718],[114.74578,36.138678],[114.757204,36.134861],[114.759709,36.131629],[114.759329,36.125415],[114.765882,36.12446],[114.766795,36.128549],[114.772203,36.128043],[114.772869,36.133164],[114.776666,36.133412],[114.795527,36.131333],[114.819465,36.123753],[114.825015,36.127142],[114.825898,36.13041],[114.830396,36.131008],[114.840643,36.130488],[114.840851,36.128319],[114.851872,36.127854],[114.853336,36.135924],[114.851084,36.137325],[114.853041,36.144443],[114.856676,36.1438],[114.871142,36.146284],[114.873507,36.143622],[114.876793,36.142927],[114.877684,36.145273],[114.886459,36.143798],[114.888446,36.142828],[114.887942,36.14018],[114.906878,36.14059],[114.901211,36.117275],[114.906636,36.113293],[114.90824,36.106896],[114.920537,36.103948],[114.923414,36.096511],[114.919737,36.090554],[114.920857,36.087082],[114.916214,36.071724],[114.913571,36.066821],[114.908916,36.066107],[114.907139,36.061447],[114.911341,36.060433],[114.912085,36.04876],[114.915879,36.049003],[114.916416,36.051086],[114.915147,36.05104],[114.917259,36.055755],[114.919649,36.055656],[114.923912,36.059791],[114.93027,36.057469],[114.938262,36.063333],[114.948561,36.067875],[114.96198,36.070622],[114.967705,36.067303],[114.981822,36.064359],[114.983746,36.061496],[114.996753,36.067001],[115.002691,36.071241],[115.003974,36.075482],[115.001385,36.077915],[115.024397,36.099703],[115.028649,36.09796],[115.03159,36.098536],[115.034693,36.104489],[115.033198,36.107264],[115.042744,36.113217],[115.044266,36.12139],[115.037363,36.126104],[115.036885,36.130457],[115.038769,36.133174],[115.042059,36.132942],[115.045585,36.145712],[115.043333,36.150707],[115.039512,36.153217],[115.038914,36.156259],[115.042589,36.163693],[115.045732,36.15975],[115.052981,36.166688],[115.053881,36.168854],[115.051353,36.172367],[115.05341,36.179219],[115.065204,36.17917],[115.091268,36.171508],[115.092088,36.174397],[115.098702,36.173437],[115.099616,36.177843],[115.091541,36.180968],[115.095523,36.194101],[115.100221,36.196949],[115.103566,36.196041],[115.105792,36.204115],[115.118009,36.206616],[115.119234,36.210443],[115.136925,36.208194],[115.139568,36.208661],[115.13978,36.210859],[115.143014,36.210533],[115.147232,36.207458],[115.146641,36.203594],[115.148069,36.200301],[115.160251,36.194187],[115.158487,36.19143],[115.16498,36.189755],[115.178407,36.192674],[115.182764,36.195594],[115.190444,36.202191],[115.192504,36.207632],[115.191064,36.207484],[115.190508,36.210079],[115.195854,36.212665],[115.195448,36.209404],[115.199207,36.202887],[115.207357,36.203417],[115.218967,36.195356],[115.221235,36.199575],[115.224358,36.200467],[115.244937,36.189408],[115.245346,36.181595],[115.252287,36.180403],[115.256908,36.172955],[115.255849,36.159741],[115.258254,36.153396],[115.264143,36.152281],[115.267853,36.139316],[115.275756,36.133863],[115.28348,36.132197],[115.283799,36.133495],[115.288202,36.133864],[115.296365,36.132191],[115.297768,36.130169],[115.297176,36.11883],[115.29444,36.111163],[115.291354,36.110319],[115.291067,36.100827],[115.297857,36.098028],[115.298215,36.094902],[115.306415,36.087225],[115.315327,36.085515],[115.322719,36.086282],[115.323498,36.088666],[115.328889,36.091854],[115.333745,36.086902],[115.338004,36.087174],[115.35985,36.098092],[115.364219,36.102861],[115.362315,36.103729],[115.365312,36.111704],[115.368136,36.111225],[115.369173,36.11273],[115.36964,36.115695],[115.364819,36.11869],[115.364656,36.122371],[115.368428,36.127991],[115.386922,36.129019],[115.39404,36.140015],[115.394342,36.143631],[115.391929,36.14818],[115.39828,36.158482],[115.399866,36.159022],[115.4015,36.152899],[115.39919,36.144332],[115.405073,36.137008],[115.411771,36.135872],[115.416041,36.138636],[115.420118,36.137663],[115.426443,36.147822],[115.431954,36.148475],[115.442907,36.146522],[115.447384,36.156492],[115.444677,36.156857],[115.443309,36.166174],[115.445548,36.174015],[115.449415,36.175925],[115.458604,36.169185],[115.465064,36.166672],[115.465784,36.164998],[115.463227,36.159312],[115.462342,36.151701],[115.477193,36.148201],[115.478215,36.133824],[115.482505,36.130024],[115.476511,36.123684],[115.467633,36.097187],[115.453015,36.079181],[115.448581,36.070369],[115.443466,36.066147],[115.441653,36.06017],[115.443307,36.031104],[115.441301,36.02186],[115.44139,36.008995],[115.434292,36.008423],[115.431605,36.003443],[115.419641,36.008177],[115.409371,36.005034],[115.403409,35.993396],[115.394744,35.9924],[115.39124,35.9939],[115.384531,35.977515],[115.381346,35.973553],[115.376489,35.973142],[115.373285,35.97523],[115.355099,35.977264],[115.352058,35.975238],[115.349344,35.967796],[115.351099,35.959258],[115.354077,35.95738],[115.354549,35.95524],[115.34665,35.945697],[115.35741,35.93051],[115.360055,35.899909],[115.350873,35.870007],[115.333394,35.870716],[115.332361,35.86476],[115.343628,35.860983],[115.343385,35.858369],[115.338663,35.84319],[115.334127,35.837893],[115.33638,35.827157],[115.334783,35.822208],[115.331327,35.817452],[115.327442,35.817975],[115.326504,35.805943],[115.328478,35.806437],[115.328907,35.804318],[115.326092,35.796324],[115.328429,35.79414],[115.337958,35.790858],[115.342582,35.788001],[115.346897,35.782629],[115.353605,35.779957],[115.356858,35.781683],[115.365868,35.792145],[115.394108,35.806019],[115.442394,35.861514],[115.464318,35.871318],[115.49661,35.888748],[115.533344,35.893814],[115.554609,35.904831],[115.561836,35.911432],[115.575727,35.919995],[115.588965,35.924423],[115.610634,35.926928],[115.615742,35.924275],[115.638298,35.921407],[115.6475,35.931999],[115.660161,35.937213],[115.667374,35.937752],[115.674041,35.940493],[115.678239,35.944512],[115.680814,35.954152],[115.685616,35.961791],[115.693442,35.9666],[115.711838,35.971573],[115.730976,35.967433],[115.758327,35.970818],[115.766813,35.973395],[115.768899,35.974713],[115.776141,35.991675],[115.774147,35.993637],[115.794363,36.008327],[115.811243,36.012787],[115.817682,36.012722],[115.81763,36.010717],[115.825723,36.01096],[115.825772,36.01365],[115.831963,36.014408],[115.842772,36.005138],[115.853952,36.002831],[115.860712,36.006523],[115.861228,36.016871],[115.886255,36.026811],[115.89599,36.02695],[115.914002,36.020594],[115.933713,36.03454],[115.963788,36.044489],[115.984721,36.046871],[116.015961,36.066597],[116.019041,36.071461],[116.032046,36.082907],[116.050492,36.105451],[116.095075,36.114265],[116.097218,36.113224],[116.09279,36.11057],[116.090969,36.092071],[116.085896,36.089243],[116.086056,36.081003],[116.081905,36.080755],[116.081264,36.071181],[116.082881,36.071178],[116.084072,36.06587],[116.079331,36.065638],[116.074306,36.058252],[116.084808,36.057721],[116.079333,36.053906],[116.070949,36.05514],[116.073398,36.048803],[116.073665,36.042433],[116.067782,36.025961],[116.056535,36.028762],[116.047327,36],[116.043439,35.973117],[116.039235,35.967379],[116.027623,35.964922],[116.012102,35.967931],[116.000656,35.972542],[115.969562,35.971789],[115.906437,35.960542],[115.900959,35.94561],[115.904265,35.933578],[115.903083,35.929874],[115.894926,35.924422],[115.879864,35.922482],[115.864807,35.915162],[115.866907,35.909633],[115.879289,35.909376],[115.883597,35.897831],[115.877772,35.895675],[115.869623,35.859498],[115.865875,35.858619],[115.867253,35.873273],[115.865138,35.873334],[115.859761,35.869085],[115.857836,35.859259],[115.835283,35.857442],[115.835737,35.850209],[115.815706,35.852891],[115.81416,35.846782],[115.810903,35.8447],[115.802692,35.845376],[115.802949,35.848217],[115.767477,35.854184],[115.760491,35.844516],[115.747325,35.833566],[115.728715,35.831571],[115.722119,35.815588],[115.711812,35.803122],[115.700596,35.806083],[115.698598,35.79272],[115.690717,35.788817],[115.690153,35.782794],[115.692163,35.782588],[115.692449,35.768555],[115.687797,35.754199],[115.65927,35.751266],[115.638586,35.744284],[115.616829,35.73972],[115.599057,35.737315],[115.58634,35.738242],[115.586118,35.728516],[115.558205,35.735266],[115.548696,35.729401],[115.523841,35.730482],[115.505438,35.72493],[115.502156,35.718759],[115.491872,35.709089],[115.478074,35.701136],[115.464191,35.674999],[115.456828,35.669371],[115.460198,35.663136],[115.451964,35.65915],[115.442771,35.657287],[115.420238,35.655233],[115.441397,35.650878],[115.441064,35.649504],[115.427645,35.650268],[115.420099,35.635085],[115.417967,35.626158],[115.407969,35.625186],[115.402003,35.594573],[115.392005,35.59372],[115.385669,35.586201],[115.383633,35.577272],[115.375816,35.569047],[115.363964,35.565072],[115.346619,35.551735],[115.338897,35.552738],[115.340133,35.547291],[115.347381,35.544751],[115.347797,35.540991],[115.344649,35.530138],[115.353383,35.500441],[115.349879,35.493745],[115.328438,35.486046],[115.321754,35.482229],[115.315739,35.476375],[115.308824,35.476673],[115.296256,35.468203],[115.272293,35.461495],[115.265201,35.456389],[115.265081,35.447568],[115.251805,35.438487],[115.235972,35.424691],[115.222188,35.42066],[115.206161,35.423566],[115.189889,35.421201],[115.189887,35.415902],[115.171251,35.423092],[115.157367,35.426271],[115.145245,35.427122],[115.132854,35.425631],[115.11888,35.419688],[115.119129,35.408107],[115.116642,35.402671],[115.112211,35.402402],[115.098595,35.40358],[115.089158,35.410626],[115.08878,35.41572],[115.085537,35.416025],[115.077654,35.41105],[115.078751,35.405546],[115.080314,35.405491],[115.08178,35.40196],[115.08117,35.392104],[115.068607,35.375933],[115.027234,35.375256],[115.017157,35.370978],[115.011386,35.361839],[115.011419,35.353215],[115.019033,35.321862],[115.012937,35.321577],[115.007695,35.329418],[115.000864,35.318465],[114.980778,35.30459],[114.98079,35.301353],[114.97087,35.286123],[114.965803,35.286372],[114.963056,35.274214],[114.944907,35.256085],[114.943037,35.254491],[114.929027,35.251871],[114.924921,35.248672],[114.926895,35.199161],[114.925597,35.196055],[114.893258,35.195131],[114.870265,35.189561],[114.854856,35.18159],[114.842824,35.169792],[114.841197,35.164189],[114.841537,35.156241],[114.849841,35.14294],[114.868474,35.127076],[114.877142,35.11728],[114.879467,35.104116],[114.873002,35.090311],[114.865492,35.085998],[114.819482,35.078617],[114.814334,35.075362],[114.811864,35.071179],[114.813593,35.052741],[114.816633,35.048444],[114.828443,35.042925],[114.846209,35.042552],[114.849724,35.036408],[114.847155,35.029942],[114.836734,35.021176],[114.825453,35.01515],[114.810126,35.011262],[114.818853,35.009792],[114.821883,35.010917],[114.851951,35.001678],[114.855743,35.003569],[114.861988,35.022655],[114.864522,35.025113],[114.871728,35.026077],[114.878955,35.022806],[114.8797,35.018425],[114.878562,35.01131],[114.874857,35.004361],[114.876385,34.998218],[114.88168,34.993792],[114.90205,34.989755],[114.901157,34.977555],[114.912561,34.969985],[114.922491,34.970207],[114.93759,34.98841],[114.950698,34.995383],[114.955603,34.996224],[114.968024,34.994752],[114.972413,34.991588],[114.990905,34.992515],[115.003236,34.988682],[115.005429,34.981494],[115.010261,34.976744],[115.025142,34.968855],[115.027462,34.968989],[115.029209,34.96952],[115.02877,34.978031],[115.035339,34.982783],[115.040865,34.982592],[115.047087,34.985474],[115.056242,34.995337],[115.086577,34.995436],[115.086475,35.000456],[115.089729,35.000452],[115.09498,34.999225],[115.095703,34.994952],[115.107627,34.998551],[115.109226,35.004548],[115.112157,35.006921],[115.119941,35.007391],[115.126212,35.001155],[115.123455,34.985114],[115.12558,34.982264],[115.13446,34.979075],[115.145462,34.971389],[115.15043,34.965125],[115.150854,34.960685],[115.156003,34.959035],[115.168332,34.962658],[115.183265,34.960198],[115.186825,34.955675],[115.185988,34.953057],[115.192907,34.952259],[115.196635,34.954093],[115.197646,34.959404],[115.199237,34.96042],[115.205475,34.959584],[115.219274,34.954235],[115.216844,34.946941],[115.213982,34.943366],[115.209959,34.941985],[115.206142,34.944137],[115.19691,34.926463],[115.191753,34.928627],[115.186521,34.926264],[115.183315,34.915597],[115.199342,34.90675],[115.21006,34.904922],[115.21243,34.912986],[115.223317,34.916403],[115.233583,34.916905],[115.249461,34.910174],[115.250722,34.902996],[115.240755,34.893071],[115.237449,34.891439],[115.229191,34.892771],[115.230667,34.867227],[115.23449,34.867314],[115.237037,34.859906],[115.236857,34.850083],[115.240467,34.843751],[115.254458,34.838463],[115.260973,34.855431],[115.268257,34.857981],[115.280627,34.852424],[115.279544,34.839771],[115.285517,34.844001],[115.29148,34.862199],[115.298028,34.863561],[115.311273,34.862888],[115.322595,34.852318],[115.334134,34.849577],[115.349767,34.837054],[115.366475,34.833397],[115.369293,34.829001],[115.377152,34.828641],[115.391763,34.831934],[115.414015,34.808562],[115.425824,34.804815],[115.424352,34.799018],[115.422143,34.799107],[115.422781,34.78837],[115.434718,34.770304],[115.440542,34.7545],[115.446471,34.744858],[115.446574,34.743203],[115.439145,34.736692],[115.422285,34.733592],[115.421626,34.731562],[115.424705,34.723381],[115.434694,34.721929],[115.446479,34.693478],[115.44474,34.670143],[115.439359,34.667162],[115.439448,34.662894],[115.448308,34.656862],[115.449357,34.657016],[115.448892,34.66153],[115.453374,34.662249],[115.45445,34.660588],[115.456667,34.646993],[115.453938,34.634768],[115.464017,34.637693],[115.473562,34.633831],[115.480233,34.62683],[115.482621,34.615901],[115.485321,34.611022],[115.499127,34.59506],[115.507101,34.587427],[115.529014,34.576566],[115.5449,34.57346],[115.573982,34.572277],[115.602861,34.573441],[115.612755,34.576304],[115.61701,34.576001],[115.634315,34.572689],[115.63972,34.568726],[115.650403,34.565008],[115.653579,34.561988],[115.662637,34.558347],[115.678527,34.55669],[115.680906,34.557824],[115.691065,34.571245],[115.691341,34.598548],[115.693359,34.600611],[115.70048,34.600897],[115.725226,34.591746],[115.756801,34.588612],[115.791465,34.579286],[115.801987,34.571248],[115.823235,34.559252],[115.842312,34.564354],[115.872373,34.569249],[115.926285,34.577536],[115.971268,34.58255],[115.974933,34.584755],[115.979634,34.591888],[115.980656,34.604618],[115.982842,34.609116],[115.986807,34.61331],[115.99411,34.616277],[116.000257,34.603661],[116.002774,34.6137],[116.00856,34.609431],[116.039239,34.596313],[116.047811,34.596439],[116.051915,34.599187],[116.10037,34.598012],[116.103623,34.592329],[116.124012,34.579514],[116.130994,34.56515],[116.135275,34.560303],[116.143321,34.556958],[116.148133,34.556581],[116.150422,34.560105],[116.18008,34.571131],[116.184534,34.569765],[116.193592,34.571578],[116.196039,34.568391],[116.196165,34.560736],[116.19314,34.548815],[116.191255,34.54862],[116.187038,34.530115],[116.203475,34.51479],[116.203351,34.513261],[116.201378,34.507721],[116.187274,34.503805],[116.175113,34.493435],[116.171507,34.475741],[116.170472,34.474202],[116.163401,34.473981],[116.161004,34.464349],[116.157063,34.458518],[116.15406,34.45883],[116.152982,34.451022],[116.164456,34.445319],[116.175401,34.443808],[116.17933,34.437994],[116.180604,34.430447],[116.175014,34.43073],[116.17418,34.426984],[116.175296,34.425859],[116.179308,34.423836],[116.180524,34.425326],[116.190495,34.425109],[116.190061,34.421522],[116.196179,34.414745],[116.202323,34.415284],[116.213164,34.407074],[116.211326,34.401999],[116.205111,34.401617],[116.201453,34.391077],[116.201524,34.383431],[116.214864,34.377266],[116.227844,34.38193],[116.227657,34.375119],[116.235603,34.374279],[116.245003,34.380055],[116.250618,34.379341],[116.265625,34.370294],[116.271813,34.361454],[116.278611,34.358689],[116.290104,34.360216],[116.293236,34.357497],[116.293646,34.355097],[116.293174,34.353284],[116.290666,34.352729],[116.291978,34.348933],[116.301606,34.336569],[116.303993,34.335716],[116.308352,34.339541],[116.322678,34.334529],[116.326495,34.325989],[116.341519,34.326181],[116.345059,34.328255],[116.351955,34.320038],[116.362669,34.311366],[116.369736,34.299061],[116.369495,34.292759],[116.365047,34.290891],[116.356864,34.280693],[116.359096,34.272698],[116.366549,34.268829],[116.375771,34.274211],[116.400541,34.277687],[116.410658,34.269484],[116.427652,34.271358],[116.425934,34.277161],[116.427655,34.281948],[116.434888,34.287763],[116.442861,34.289702],[116.449377,34.288044],[116.443229,34.283287],[116.446718,34.272133],[116.471681,34.271857],[116.475362,34.272747],[116.491039,34.291891],[116.490748,34.294059],[116.507995,34.296585],[116.516281,34.294981],[116.518854,34.292501],[116.525726,34.291781],[116.550058,34.292704],[116.560732,34.284607],[116.561219,34.280462],[116.579663,34.276662],[116.577035,34.267691],[116.563654,34.253398],[116.555284,34.249916],[116.548975,34.243545],[116.540862,34.243652],[116.538771,34.241726],[116.54192,34.230086],[116.538503,34.225475],[116.537519,34.221156],[116.538473,34.206022],[116.54131,34.196309],[116.548437,34.188564],[116.555069,34.187745],[116.555911,34.179827],[116.560636,34.174715],[116.559732,34.169997],[116.556906,34.168128],[116.547927,34.169124],[116.529738,34.142861],[116.527022,34.122468],[116.528899,34.117251],[116.536208,34.111142],[116.534461,34.101933],[116.53592,34.098298],[116.549819,34.098042],[116.560445,34.086168],[116.564717,34.072853],[116.575175,34.060828],[116.576498,34.055799],[116.581267,34.052005],[116.58201,34.047495],[116.591315,34.040271],[116.598865,34.024281],[116.597626,34.016638],[116.602198,34.009668],[116.60134,34.002105],[116.614495,33.993312],[116.628291,33.980448],[116.632863,33.978931],[116.63403,33.980548],[116.64048,33.975001],[116.644816,33.974936],[116.643955,33.956902],[116.642805,33.952736],[116.640015,33.95273],[116.636842,33.94554],[116.641104,33.936588],[116.636003,33.928445],[116.634818,33.908475],[116.642105,33.9037],[116.644088,33.899816],[116.637596,33.885059],[116.609492,33.889435],[116.599922,33.894745],[116.599573,33.898318],[116.595356,33.900917],[116.582763,33.900443],[116.575834,33.901824],[116.576013,33.907015],[116.570248,33.91425],[116.568481,33.913676],[116.557213,33.909539],[116.551518,33.900922],[116.550716,33.895064],[116.5534,33.887744],[116.553122,33.882017],[116.534118,33.875789],[116.53146,33.881341],[116.526535,33.883371],[116.519402,33.88195],[116.518083,33.881278],[116.515831,33.869386],[116.51043,33.867906],[116.495528,33.866151],[116.479056,33.870918],[116.46986,33.864939],[116.454005,33.861688],[116.45327,33.857696],[116.454479,33.855356],[116.452373,33.850847],[116.434315,33.848287],[116.431357,33.843146],[116.427699,33.815944],[116.432255,33.800772],[116.428598,33.799137],[116.427206,33.796442],[116.420672,33.798874],[116.417352,33.796721],[116.409998,33.804482],[116.401019,33.80717],[116.395983,33.80256],[116.39404,33.794814],[116.388786,33.785347],[116.377832,33.78356],[116.37553,33.780975],[116.345721,33.777373],[116.343607,33.778123],[116.340855,33.7826],[116.332611,33.783916],[116.326225,33.777525],[116.32346,33.77031],[116.308529,33.766698],[116.298313,33.753263],[116.291101,33.754855],[116.27314,33.754242],[116.267231,33.749881],[116.260852,33.739467],[116.2588,33.729548],[116.255607,33.726696],[116.24889,33.727148],[116.237344,33.733331],[116.23539,33.74573],[116.23187,33.745528],[116.216102,33.73815],[116.219925,33.733572],[116.222406,33.732883],[116.223068,33.730138],[116.221081,33.726036],[116.217081,33.722758],[116.201311,33.720201],[116.198141,33.722256],[116.19919,33.727484],[116.197661,33.728774],[116.189405,33.72398],[116.184923,33.71099],[116.175282,33.707591],[116.153755,33.70875],[116.150535,33.709584],[116.148752,33.71605],[116.140046,33.726906],[116.13563,33.739859],[116.127163,33.750157],[116.117108,33.756484],[116.103849,33.759608],[116.098318,33.764775],[116.095991,33.772617],[116.093019,33.773711],[116.095698,33.779926],[116.094164,33.783773],[116.075747,33.783747],[116.075246,33.781428],[116.067752,33.781761],[116.064615,33.784593],[116.066846,33.79077],[116.062359,33.797354],[116.054423,33.803719],[116.054122,33.809436],[116.055721,33.813005],[116.053054,33.822094],[116.045608,33.823498],[116.04521,33.821432],[116.042576,33.820787],[116.038705,33.822258],[116.039652,33.829459],[116.041826,33.832457],[116.052156,33.830325],[116.057431,33.825624],[116.060057,33.845872],[116.059959,33.848293],[116.052783,33.852408],[116.040874,33.874858],[116.036611,33.878162],[116.025337,33.88053],[116.02138,33.885838],[116.00978,33.88852],[116.006959,33.898819],[116.004641,33.901185],[115.995404,33.90317],[115.989667,33.898949],[115.979974,33.902794],[115.974544,33.915227],[115.976897,33.931037],[115.98712,33.936325],[115.988674,33.9469],[115.999151,33.960718],[115.995319,33.969169],[115.984191,33.979509],[115.980071,33.992415],[115.974819,33.99351],[115.973713,33.995588],[115.949199,34.005919],[115.945742,34.004153],[115.931975,34.005596],[115.922773,34.01229],[115.906884,34.001646],[115.9009,34.002644],[115.888262,34.015628],[115.88865,34.023173],[115.893231,34.02166],[115.895857,34.022367],[115.896333,34.02399],[115.891898,34.029593],[115.874462,34.030469],[115.870489,34.021613],[115.871572,34.004589],[115.850215,34.004228],[115.84619,34.006135],[115.847827,34.024926],[115.84523,34.030754],[115.8427,34.032322],[115.831878,34.03263],[115.822916,34.042534],[115.809442,34.053287],[115.812779,34.059359],[115.812264,34.063247],[115.808806,34.066237],[115.786305,34.066872],[115.777302,34.07197],[115.772183,34.063696],[115.765057,34.06167],[115.752967,34.061706],[115.753281,34.070033],[115.73556,34.073196],[115.736484,34.076715],[115.734628,34.080095],[115.728589,34.081038],[115.707791,34.06392],[115.701912,34.064313],[115.701258,34.066116],[115.693135,34.067665],[115.679201,34.06804],[115.670914,34.060483],[115.664532,34.058474],[115.661163,34.058878],[115.657057,34.064768],[115.646215,34.063441],[115.649757,34.058122],[115.645486,34.035286],[115.641755,34.033127],[115.632572,34.03265],[115.628707,34.033626],[115.628111,34.037043],[115.598859,34.035241],[115.597235,34.02319],[115.600949,34.016887],[115.598219,34.012048],[115.583637,34.013837],[115.577492,33.99238],[115.580286,33.989737],[115.585725,33.988521],[115.587666,33.982184],[115.582142,33.977781],[115.572183,33.975034],[115.57202,33.952072],[115.565332,33.950878],[115.564343,33.949472],[115.561912,33.932432],[115.557453,33.931672],[115.554832,33.921692],[115.555415,33.915373],[115.560316,33.911915],[115.54984,33.905799],[115.549212,33.898631],[115.545904,33.893109],[115.540443,33.893343],[115.540124,33.883913],[115.540758,33.876841],[115.550933,33.878457],[115.553242,33.874118],[115.55724,33.872948],[115.56517,33.877843],[115.573057,33.878832],[115.586622,33.869906],[115.599358,33.868615],[115.613244,33.875164],[115.61911,33.87548],[115.629319,33.86845],[115.631211,33.844942],[115.629487,33.841016],[115.622028,33.840446],[115.616381,33.824762],[115.606584,33.822053],[115.615906,33.814916],[115.608291,33.777537],[115.582816,33.786498],[115.575354,33.791318],[115.569893,33.788909],[115.562486,33.781105],[115.55846,33.775958],[115.557102,33.771205],[115.560058,33.76941],[115.565304,33.769988],[115.572386,33.754319],[115.591865,33.734219],[115.592769,33.727106],[115.597148,33.718249],[115.591155,33.713611],[115.590484,33.704219],[115.599407,33.691335],[115.593843,33.68811],[115.590364,33.678439],[115.596009,33.677419],[115.597704,33.675206],[115.595521,33.667823],[115.595957,33.662046],[115.594904,33.662035],[115.609467,33.638078],[115.619437,33.627995],[115.635227,33.583457],[115.630396,33.586067],[115.615375,33.584323],[115.611835,33.575306],[115.597103,33.580256],[115.556934,33.577995],[115.553594,33.565376],[115.548151,33.564268],[115.542539,33.567021],[115.541039,33.570045],[115.536542,33.570624],[115.528827,33.569325],[115.508268,33.55905],[115.504353,33.558641],[115.494362,33.560261],[115.496785,33.564573],[115.496475,33.567589],[115.494655,33.568216],[115.471599,33.559072],[115.463005,33.559146],[115.455802,33.571553],[115.446457,33.570505],[115.444077,33.568654],[115.445068,33.565678],[115.410206,33.556757],[115.404776,33.551486],[115.399435,33.53519],[115.399074,33.51795],[115.395816,33.507883],[115.39327,33.505926],[115.360683,33.525022],[115.353517,33.511727],[115.339987,33.505164],[115.339978,33.501108],[115.345099,33.489854],[115.347581,33.475851],[115.347276,33.472656],[115.345517,33.473516],[115.342096,33.470712],[115.337498,33.466467],[115.337228,33.463723],[115.340555,33.460685],[115.343524,33.460662],[115.345764,33.458249],[115.345725,33.455201],[115.341867,33.447163],[115.335994,33.446119],[115.318986,33.457059],[115.313355,33.44575],[115.311197,33.423401],[115.316374,33.410824],[115.321726,33.409742],[115.324808,33.403708],[115.324781,33.400643],[115.31923,33.39478],[115.307218,33.390777],[115.30831,33.375449],[115.311654,33.368066],[115.315842,33.365959],[115.318669,33.365872],[115.32647,33.369745],[115.325339,33.373814],[115.337584,33.373446],[115.337902,33.369142],[115.335723,33.366769],[115.336642,33.362499],[115.344205,33.351728],[115.345533,33.343425],[115.359388,33.341761],[115.361848,33.333387],[115.356445,33.327265],[115.354496,33.316275],[115.355731,33.299957],[115.346419,33.298465],[115.346083,33.301759],[115.344363,33.302995],[115.337557,33.303074],[115.32931,33.299636],[115.327753,33.285752],[115.333574,33.277871],[115.335444,33.268107],[115.338228,33.264107],[115.327226,33.256376],[115.323132,33.24606],[115.325268,33.239634],[115.324943,33.235208],[115.316792,33.228653],[115.311873,33.228116],[115.308616,33.221082],[115.309847,33.219385],[115.322056,33.219054],[115.32406,33.218467],[115.323514,33.217077],[115.319566,33.211908],[115.306156,33.206645],[115.300187,33.207281],[115.291791,33.20526],[115.288617,33.202554],[115.285649,33.192995],[115.290767,33.185739],[115.293898,33.163836],[115.297563,33.150219],[115.295986,33.143499],[115.294699,33.142596],[115.290031,33.144742],[115.283808,33.144576],[115.282606,33.139796],[115.284956,33.138276],[115.283375,33.134794],[115.270982,33.140669],[115.253171,33.13521],[115.241677,33.1361],[115.241567,33.138552],[115.238342,33.138672],[115.235084,33.129832],[115.228749,33.127173],[115.201832,33.118989],[115.192977,33.121968],[115.186244,33.119918],[115.166737,33.111852],[115.162,33.099108],[115.164442,33.096864],[115.167845,33.096428],[115.167565,33.094894],[115.150126,33.081333],[115.132169,33.083135],[115.119639,33.080492],[115.113533,33.077137],[115.089506,33.084843],[115.087896,33.085866],[115.088005,33.088702],[115.0796,33.090021],[115.064523,33.08871],[115.059519,33.084003],[115.057896,33.07979],[115.048296,33.087956],[115.047159,33.09122],[115.048055,33.095905],[115.043398,33.096367],[115.039468,33.094704],[115.038568,33.091405],[115.0328,33.088509],[115.015654,33.090229],[115.008074,33.097245],[114.989937,33.099716],[114.985639,33.106434],[114.984989,33.117538],[114.98136,33.122591],[114.970781,33.127944],[114.963348,33.135278],[114.966288,33.141618],[114.972798,33.144122],[114.97602,33.14943],[114.972712,33.14879],[114.927491,33.156564],[114.927018,33.153915],[114.929221,33.152266],[114.928179,33.145993],[114.922277,33.140891],[114.90274,33.138382],[114.893933,33.12849],[114.899868,33.124011],[114.900073,33.116316],[114.899783,33.110948],[114.892374,33.102295],[114.892516,33.086478],[114.906154,33.086617],[114.91142,33.0826],[114.915419,33.067491],[114.917712,33.038305],[114.925726,33.032397],[114.927292,33.02726],[114.920171,33.01883],[114.909936,33.018182],[114.887675,33.022431],[114.894943,33.010159],[114.896992,33.001396],[114.879158,32.993482],[114.878701,32.987525],[114.881238,32.976246],[114.89147,32.972787],[114.903023,32.972639],[114.913754,32.970159],[114.929452,32.953275],[114.936198,32.936286],[114.94145,32.934742],[114.951161,32.936416],[114.961082,32.941031],[114.999566,32.942104],[115.008852,32.940986],[115.012719,32.934911],[115.024925,32.933897],[115.029734,32.939438],[115.033673,32.939754],[115.036549,32.937693],[115.037219,32.933298],[115.032313,32.920318],[115.030199,32.916947],[115.018909,32.917786],[115.016013,32.909422],[115.028434,32.904951],[115.037227,32.908191],[115.055604,32.904517],[115.069762,32.905373],[115.082005,32.904132],[115.095513,32.895891],[115.102978,32.897326],[115.108136,32.901179],[115.127447,32.900608],[115.137389,32.896089],[115.139941,32.883848],[115.150306,32.880338],[115.149646,32.868213],[115.159002,32.861639],[115.169954,32.857676],[115.186882,32.858789],[115.194496,32.857138],[115.198661,32.847911],[115.195157,32.8421],[115.18549,32.843416],[115.18334,32.840233],[115.183509,32.832968],[115.185809,32.831486],[115.191598,32.831431],[115.190868,32.825498],[115.185148,32.815975],[115.184779,32.808819],[115.189676,32.803909],[115.197157,32.800474],[115.201772,32.800426],[115.206408,32.797289],[115.207266,32.788167],[115.194807,32.785707],[115.188395,32.788418],[115.185237,32.792896],[115.175986,32.788388],[115.175596,32.780649],[115.183783,32.774143],[115.184863,32.770229],[115.176114,32.744534],[115.172116,32.742852],[115.171945,32.741149],[115.174217,32.728412],[115.178857,32.724343],[115.174736,32.69949],[115.174355,32.685546],[115.174693,32.680266],[115.179515,32.680732],[115.179364,32.673543],[115.179026,32.671292],[115.169698,32.668978],[115.172081,32.663928],[115.175087,32.66289],[115.180103,32.664649],[115.193668,32.673765],[115.200525,32.6694],[115.200433,32.662796],[115.198303,32.656383],[115.189327,32.644858],[115.189001,32.633566],[115.191783,32.632957],[115.194069,32.635839],[115.195692,32.635646],[115.19799,32.62944],[115.194027,32.620981],[115.202095,32.61603],[115.19595,32.610082],[115.191887,32.609753],[115.186254,32.604951],[115.191753,32.600537],[115.194045,32.59462],[115.203629,32.594649],[115.20669,32.59069],[115.211061,32.589346],[115.21718,32.592282],[115.223858,32.592773],[115.229151,32.590071],[115.234278,32.591442],[115.237484,32.595237],[115.244652,32.594652],[115.25076,32.597388],[115.256246,32.591325],[115.254521,32.589797],[115.249174,32.589387],[115.248844,32.587742],[115.260372,32.580177],[115.275673,32.586916],[115.277036,32.589134],[115.27575,32.593303],[115.295544,32.590161],[115.299935,32.58546],[115.29452,32.570015],[115.290968,32.56416],[115.299915,32.554811],[115.303295,32.554085],[115.317643,32.556469],[115.326749,32.563695],[115.38782,32.573117],[115.394047,32.575023],[115.398881,32.579209],[115.404678,32.578367],[115.407419,32.567872],[115.406236,32.560103],[115.415416,32.553899],[115.426014,32.554176],[115.43675,32.548973],[115.437943,32.543398],[115.435837,32.539621],[115.432038,32.537771],[115.432446,32.53452],[115.460189,32.52225],[115.470344,32.523352],[115.472509,32.52117],[115.472296,32.513661],[115.481162,32.513512],[115.480152,32.509695],[115.483495,32.500088],[115.492289,32.494094],[115.506563,32.463084],[115.508318,32.454638],[115.510188,32.452821],[115.51856,32.450684],[115.518813,32.443005],[115.523866,32.440901],[115.53138,32.441782],[115.536269,32.437259],[115.543306,32.425466],[115.552317,32.425714],[115.565266,32.422327],[115.564025,32.417444],[115.559194,32.413747],[115.554617,32.412793],[115.549729,32.415369],[115.54682,32.413821],[115.548165,32.409473],[115.55826,32.405621],[115.583067,32.423286],[115.599319,32.428238],[115.603505,32.427058],[115.605548,32.421409],[115.61282,32.416476],[115.619936,32.407105],[115.638968,32.418656],[115.646131,32.426658],[115.651236,32.421493],[115.650632,32.411334],[115.6537,32.409464],[115.660439,32.410933],[115.666141,32.41781],[115.676117,32.444379],[115.675907,32.454403],[115.669084,32.467098],[115.673526,32.46884],[115.691262,32.469135],[115.69544,32.471522],[115.69539,32.474938],[115.687931,32.48175],[115.686286,32.48588],[115.687698,32.491232],[115.694258,32.496638],[115.698668,32.49773],[115.712345,32.488421],[115.738841,32.478087],[115.750001,32.481562],[115.757597,32.486649],[115.76228,32.497407],[115.762055,32.506251],[115.765055,32.507831],[115.774006,32.500022],[115.781389,32.488713],[115.781961,32.480964],[115.776059,32.469023],[115.778392,32.467981],[115.78257,32.470528],[115.801476,32.490168],[115.813395,32.498053],[115.818601,32.504441],[115.835851,32.50269],[115.831901,32.520107],[115.835566,32.528872],[115.841329,32.534335],[115.853267,32.538881],[115.85981,32.543376],[115.882228,32.569185],[115.887217,32.57904],[115.892821,32.58064],[115.908381,32.579649],[115.924517,32.569653],[115.914916,32.567587],[115.910196,32.570504],[115.906157,32.569892],[115.893526,32.557879],[115.872471,32.545619],[115.870249,32.542821],[115.87032,32.533769],[115.86807,32.528156],[115.849143,32.518393],[115.842038,32.511403],[115.839254,32.506127],[115.840832,32.50423],[115.84705,32.507227],[115.86682,32.507337],[115.868772,32.505458],[115.868687,32.500949],[115.877726,32.493531],[115.876667,32.475984],[115.868965,32.473462],[115.860772,32.466932],[115.858362,32.462402],[115.860521,32.460761],[115.870943,32.460757],[115.879651,32.45492],[115.875787,32.434634],[115.893969,32.393669],[115.892318,32.348669],[115.898389,32.341211],[115.903809,32.327532],[115.899715,32.3218],[115.902571,32.30157],[115.906723,32.298402],[115.905832,32.286441],[115.916843,32.273643],[115.918215,32.268966],[115.910314,32.258727],[115.908716,32.253923],[115.909175,32.240394],[115.907417,32.231254],[115.916505,32.206478],[115.919394,32.190887],[115.929028,32.183214],[115.927493,32.178474],[115.932652,32.169726],[115.93387,32.164238],[115.931611,32.154291],[115.93415,32.148316],[115.93362,32.141981],[115.930392,32.12979],[115.926854,32.123285],[115.926441,32.115112],[115.921997,32.111034],[115.92137,32.107593],[115.927432,32.087473],[115.932135,32.08295],[115.937718,32.080932],[115.938566,32.077215],[115.928604,32.060539],[115.919639,32.060666],[115.920009,32.057562],[115.916866,32.052062],[115.922676,32.038694],[115.915957,32.035697],[115.914458,32.030869],[115.918959,32.024387],[115.923368,32.022062],[115.922285,32.009699],[115.929379,32],[115.92732,31.997436],[115.922937,31.999188],[115.918491,31.997263],[115.919788,31.996409],[115.919473,31.99355],[115.916427,31.990368],[115.918767,31.989207],[115.919964,31.985465],[115.913231,31.975921],[115.912491,31.971406],[115.909416,31.966618],[115.908606,31.959099],[115.90465,31.95553],[115.903671,31.952447],[115.904425,31.945104],[115.911458,31.941486],[115.913853,31.936537],[115.910677,31.932344],[115.917414,31.920545],[115.91381,31.91411],[115.913862,31.909683],[115.906181,31.899481],[115.906888,31.896953],[115.904587,31.895736],[115.905073,31.893972],[115.902714,31.893267],[115.902477,31.888251],[115.900194,31.883309],[115.893251,31.883805],[115.892755,31.880159],[115.890645,31.878598],[115.890081,31.865246],[115.891686,31.86003],[115.888586,31.848893],[115.887911,31.838228],[115.891464,31.833394],[115.900498,31.829511],[115.909289,31.822066],[115.909751,31.815126],[115.905403,31.795195],[115.904088,31.793841],[115.893847,31.793842],[115.885416,31.785472],[115.882747,31.779155],[115.874915,31.777318],[115.863017,31.778304],[115.85469,31.775551],[115.852045,31.776041],[115.848988,31.780766],[115.848298,31.785331],[115.846158,31.788468],[115.84464,31.788337],[115.840131,31.785879],[115.83317,31.77522],[115.82679,31.779697],[115.82164,31.773806],[115.809621,31.765182],[115.803237,31.768377],[115.801737,31.771682],[115.803352,31.773329],[115.802832,31.776021],[115.798611,31.773429],[115.789269,31.775072],[115.784309,31.781454],[115.768576,31.786461],[115.763091,31.790087],[115.757422,31.784522],[115.735453,31.784943],[115.735433,31.778612],[115.725321,31.770856],[115.726007,31.769375],[115.733876,31.767433],[115.732676,31.76486],[115.728932,31.762968],[115.727325,31.764852],[115.720254,31.767036],[115.715839,31.765007],[115.707541,31.771209],[115.706693,31.77377],[115.697184,31.769119],[115.693916,31.769591],[115.687907,31.772802],[115.686071,31.777941],[115.676951,31.781643],[115.673969,31.781261],[115.669935,31.779108],[115.668935,31.775257],[115.657202,31.762888],[115.639891,31.75971],[115.631763,31.759813],[115.627748,31.750103],[115.621356,31.746364],[115.617668,31.741716],[115.611641,31.740406],[115.608467,31.736782],[115.600358,31.736405],[115.599866,31.734064],[115.59525,31.733689],[115.590623,31.7271],[115.580825,31.723474],[115.581033,31.717381],[115.576336,31.713469],[115.569624,31.710869],[115.562839,31.711722],[115.55455,31.707161],[115.54592,31.70482],[115.54113,31.699109],[115.518464,31.701682],[115.51951,31.698241],[115.512394,31.690764],[115.511204,31.686701],[115.50492,31.68138],[115.498716,31.679857],[115.494286,31.675323],[115.489621,31.674997],[115.489198,31.66786],[115.480571,31.66148],[115.482056,31.656668],[115.481044,31.651721],[115.478166,31.648673],[115.471716,31.647266],[115.471372,31.64419],[115.474109,31.64337],[115.475484,31.639004],[115.478634,31.636872],[115.478918,31.633913],[115.486485,31.625026],[115.484718,31.616709],[115.481652,31.611765],[115.477144,31.608396],[115.472936,31.608616],[115.462081,31.604313],[115.449861,31.595845],[115.445351,31.594665],[115.442902,31.595716],[115.432209,31.588915],[115.435466,31.580706],[115.428081,31.576949],[115.423384,31.566345],[115.426996,31.561448],[115.42533,31.553786],[115.422978,31.551745],[115.424182,31.547815],[115.420833,31.545075],[115.413454,31.527271],[115.409616,31.526098],[115.405903,31.520815],[115.401417,31.520398],[115.39874,31.517983],[115.391251,31.515517],[115.391729,31.514128],[115.385992,31.507716],[115.377719,31.506722],[115.373341,31.502524],[115.369151,31.501261],[115.366468,31.496197],[115.366338,31.492187],[115.370961,31.489117],[115.368883,31.481512],[115.373125,31.47669],[115.371579,31.472259],[115.375754,31.468901],[115.377388,31.465801],[115.376939,31.462093],[115.383555,31.451978],[115.380546,31.445723],[115.382365,31.442209],[115.380679,31.440525],[115.381093,31.43546],[115.378601,31.431884],[115.379996,31.422152],[115.378081,31.415863],[115.373399,31.415465],[115.370188,31.413273],[115.369283,31.406578],[115.35946,31.405277],[115.349073,31.400472],[115.34227,31.402983],[115.33155,31.404123],[115.324626,31.395827],[115.315953,31.38902],[115.307165,31.384823],[115.297013,31.385515],[115.294319,31.388202],[115.290291,31.398585],[115.286892,31.397317],[115.275896,31.402083],[115.265985,31.397665],[115.261484,31.391513],[115.25507,31.388279],[115.251231,31.394355],[115.24669,31.393854],[115.246307,31.395004],[115.246207,31.397914],[115.251043,31.401903],[115.255116,31.411061],[115.252514,31.417507],[115.247069,31.423611],[115.235665,31.42503],[115.232021,31.428138],[115.22878,31.42867],[115.224814,31.428414],[115.221456,31.426231],[115.215151,31.426621],[115.211141,31.436938],[115.206395,31.438963],[115.204567,31.446265],[115.202429,31.448151],[115.213789,31.469869],[115.21123,31.484203],[115.207628,31.489978],[115.207182,31.49431],[115.20821,31.497326],[115.213555,31.501005],[115.215134,31.508351],[115.2123,31.512861],[115.212303,31.517168],[115.21811,31.523336],[115.225807,31.539228],[115.224511,31.543245],[115.225274,31.549026],[115.231485,31.557051],[115.229249,31.559517],[115.222795,31.557296],[115.216752,31.558709],[115.210313,31.555654],[115.205995,31.55707],[115.204484,31.559155],[115.205659,31.563725],[115.203431,31.566549],[115.197473,31.564908],[115.185876,31.565447],[115.187836,31.573042],[115.18142,31.574572],[115.173348,31.582261],[115.170968,31.591975],[115.172678,31.599706],[115.167017,31.604688],[115.150895,31.606128],[115.146554,31.607881],[115.133894,31.605753],[115.120143,31.599715],[115.118686,31.594821],[115.122897,31.590494],[115.123828,31.5837],[115.118824,31.578399],[115.1123,31.576211],[115.108134,31.571407],[115.099925,31.568269],[115.097636,31.561253],[115.098139,31.555564],[115.106615,31.553136],[115.100833,31.548763],[115.100199,31.539971],[115.108664,31.535388],[115.110089,31.53191],[115.092425,31.520889],[115.087134,31.520923],[115.08829,31.51751],[115.093251,31.516072],[115.090881,31.510239],[115.075197,31.510688],[115.049192,31.516151],[115.044785,31.519278],[115.036691,31.516171],[115.024744,31.523769],[115.025583,31.526978],[115.02405,31.529601],[115.019457,31.529822],[115.017618,31.529277],[115.014253,31.520342],[115.009241,31.514315],[115.006395,31.505383],[114.999703,31.503785],[114.998701,31.498632],[115.002436,31.496469],[115.005489,31.489936],[114.998584,31.486981],[114.9966,31.478409],[114.993444,31.472671],[114.991082,31.471277],[114.986215,31.475228],[114.985458,31.480211],[114.979177,31.47867],[114.977564,31.479852],[114.974117,31.488123],[114.975819,31.494743],[114.969521,31.501984],[114.95668,31.497731],[114.955119,31.4931],[114.94998,31.490856],[114.94152,31.482439],[114.936197,31.480428],[114.934143,31.469448],[114.93067,31.474994],[114.919134,31.480316],[114.918293,31.483702],[114.912112,31.482823],[114.90024,31.476708],[114.888179,31.475249],[114.880865,31.470412],[114.871348,31.472232],[114.872204,31.475539],[114.87016,31.480093],[114.860078,31.479912],[114.856283,31.481318],[114.850651,31.476939],[114.847474,31.479189],[114.845174,31.478063],[114.843991,31.470604],[114.834836,31.461042],[114.825602,31.459404],[114.825331,31.462942],[114.817002,31.475049],[114.812722,31.476138],[114.808219,31.480285],[114.797943,31.482144],[114.788166,31.480389],[114.776134,31.486613],[114.778717,31.497929],[114.776239,31.502821],[114.769312,31.503536],[114.77112,31.510312],[114.768601,31.514454],[114.776514,31.521911],[114.781466,31.521768],[114.78184,31.524558],[114.778285,31.527824],[114.774104,31.526102],[114.774706,31.524516],[114.77833,31.525754],[114.775317,31.523065],[114.763428,31.521555],[114.761112,31.525169],[114.75319,31.529253],[114.748251,31.529038],[114.747392,31.523801],[114.7357,31.529472],[114.718055,31.521596],[114.716221,31.519245],[114.714067,31.522308],[114.712581,31.530226],[114.704062,31.529261],[114.700507,31.526693],[114.692083,31.526159],[114.689731,31.528757],[114.689558,31.531438],[114.695684,31.540844],[114.69392,31.547179],[114.691359,31.548466],[114.686705,31.546],[114.671359,31.545326],[114.66521,31.548371],[114.66315,31.552269],[114.658314,31.554451],[114.654759,31.564396],[114.651088,31.563368],[114.652185,31.570061],[114.648626,31.57364],[114.640085,31.576416],[114.639925,31.58346],[114.629965,31.584565],[114.621798,31.58897],[114.616968,31.585862],[114.611669,31.587683],[114.610281,31.583578],[114.606994,31.580486],[114.601474,31.578366],[114.595909,31.579164],[114.591162,31.57771],[114.586584,31.563709],[114.583292,31.562345],[114.569334,31.561993],[114.568002,31.557194],[114.561633,31.558106],[114.554421,31.564729],[114.555257,31.568656],[114.550944,31.575192],[114.553092,31.580858],[114.548618,31.585861],[114.550604,31.590482],[114.548338,31.601092],[114.54555,31.608641],[114.542642,31.61163],[114.544457,31.617769],[114.54304,31.624198],[114.544043,31.6272],[114.547195,31.629662],[114.547791,31.636509],[114.544441,31.645384],[114.550485,31.649662],[114.550858,31.656163],[114.552651,31.658159],[114.558386,31.660583],[114.566355,31.660975],[114.564797,31.665532],[114.569366,31.672752],[114.569763,31.693107],[114.572392,31.694167],[114.583401,31.692501],[114.585931,31.697417],[114.586236,31.705175],[114.577232,31.707529],[114.574158,31.710571],[114.574385,31.713208],[114.578516,31.716568],[114.576683,31.718913],[114.576361,31.723162],[114.57711,31.728441],[114.57986,31.733001],[114.577206,31.742578],[114.58305,31.756392],[114.579537,31.766494],[114.566366,31.766568],[114.550107,31.77015],[114.544816,31.769111],[114.544174,31.76625],[114.549476,31.762061],[114.539881,31.754628],[114.54025,31.74983],[114.532365,31.742042],[114.526081,31.743543],[114.524248,31.748988],[114.525524,31.75179],[114.517097,31.759198],[114.518438,31.764272],[114.512885,31.769897],[114.508924,31.769676],[114.501102,31.766729],[114.50181,31.763817],[114.4985,31.751254],[114.503136,31.750226],[114.505637,31.74666],[114.501233,31.741986],[114.493114,31.738585],[114.490222,31.740153],[114.48851,31.745499],[114.4754,31.742324],[114.468211,31.742439],[114.462981,31.740938],[114.460069,31.736604],[114.455026,31.734392],[114.451291,31.736674],[114.450542,31.739874],[114.447338,31.741319],[114.444912,31.738828],[114.446564,31.732133],[114.44419,31.729601],[114.430866,31.732491],[114.429605,31.735601],[114.426021,31.737997],[114.424408,31.737519],[114.422313,31.733028],[114.414846,31.733754],[114.415609,31.737761],[114.410756,31.745108],[114.400876,31.75022],[114.392542,31.750001],[114.381945,31.742675],[114.374314,31.746382],[114.358958,31.749389],[114.341769,31.758305],[114.325771,31.755122],[114.31843,31.757426],[114.306025,31.753602],[114.303508,31.75642],[114.297443,31.756256],[114.294695,31.751966],[114.291563,31.750657],[114.290201,31.757326],[114.286117,31.763967],[114.278046,31.767971],[114.270693,31.774162],[114.268039,31.782789],[114.258089,31.791103],[114.257234,31.798607],[114.253081,31.80075],[114.25261,31.805034],[114.244839,31.809909],[114.241722,31.816667],[114.234662,31.822894],[114.229488,31.833864],[114.231686,31.839455],[114.230822,31.842934],[114.227242,31.842603],[114.222853,31.838226],[114.221171,31.833754],[114.214739,31.83419],[114.214821,31.837077],[114.207516,31.839828],[114.204912,31.843556],[114.194171,31.846745],[114.189137,31.852223],[114.1761,31.856232],[114.167184,31.856322],[114.163361,31.855624],[114.160904,31.853118],[114.157173,31.848059],[114.155444,31.842468],[114.141468,31.840965],[114.133246,31.845971],[114.126976,31.845217],[114.124545,31.839177],[114.123954,31.829339],[114.114805,31.819638],[114.114215,31.808244],[114.111175,31.806789],[114.098159,31.807211],[114.090764,31.802063],[114.088693,31.797075],[114.092508,31.793235],[114.084529,31.786251],[114.082834,31.781117],[114.071571,31.782686],[114.05763,31.781145],[114.057175,31.77829],[114.050972,31.772512],[114.037371,31.775934],[114.03044,31.770988],[114.023972,31.773963],[114.015303,31.772852],[114.012363,31.773893],[114.006299,31.7707],[113.984694,31.751436],[113.981704,31.751425],[113.975744,31.754869],[113.969465,31.760913],[113.967795,31.769905],[113.963225,31.778055],[113.964044,31.783068],[113.947226,31.794095],[113.946127,31.804175],[113.947812,31.814811],[113.946827,31.818275],[113.942774,31.819464],[113.940776,31.825041],[113.944856,31.83499],[113.950993,31.83939],[113.952595,31.843283],[113.952231,31.859686],[113.946887,31.860315],[113.928122,31.870699],[113.927397,31.874492],[113.929995,31.881016],[113.924699,31.883562],[113.912269,31.881113],[113.901922,31.873202],[113.900216,31.867292],[113.890566,31.850504],[113.887252,31.848525],[113.883261,31.850562],[113.877624,31.848599],[113.870916,31.842904],[113.86832,31.842611],[113.860932,31.847492],[113.852877,31.843405],[113.834087,31.854796],[113.831134,31.862866],[113.832924,31.867513],[113.835381,31.869116],[113.82599,31.875635],[113.825476,31.883723],[113.829913,31.895801],[113.827648,31.900502],[113.832784,31.91088],[113.827186,31.918215],[113.812963,31.92448],[113.800338,31.933015],[113.801735,31.953598],[113.808416,31.967476],[113.797303,31.975833],[113.790479,31.976741],[113.784054,31.975512],[113.77743,31.977099],[113.772126,31.980785],[113.761796,31.981876],[113.753671,31.989552],[113.750331,31.995865],[113.752757,31.999667],[113.752447,32.004648],[113.759319,32.009884],[113.762591,32.016965],[113.765797,32.020501],[113.772097,32.0197],[113.784944,32.034489],[113.786428,32.038747],[113.774124,32.051825],[113.770316,32.051872],[113.757204,32.056769],[113.740553,32.07132],[113.737083,32.07921],[113.724938,32.08314],[113.718752,32.088673],[113.724573,32.099283],[113.719505,32.109505],[113.719074,32.120664],[113.715278,32.124099],[113.718516,32.127562],[113.727488,32.124377],[113.733184,32.120315],[113.73243,32.114923],[113.736644,32.113182],[113.753319,32.127028],[113.760546,32.136177],[113.759103,32.153401],[113.754934,32.159585],[113.771297,32.183017],[113.777257,32.188357],[113.77139,32.210554],[113.758678,32.20528],[113.746141,32.215731],[113.743184,32.237283],[113.733402,32.244922],[113.732433,32.255074],[113.733171,32.259854],[113.743233,32.262456],[113.746198,32.267565],[113.744043,32.275337],[113.73691,32.280864],[113.737844,32.287946],[113.742218,32.295062],[113.767399,32.305074],[113.766344,32.310865],[113.761674,32.312266],[113.763197,32.317997],[113.758273,32.322575],[113.752734,32.323345],[113.747547,32.331593],[113.748961,32.34954],[113.751878,32.353678],[113.756056,32.353821],[113.76405,32.359009],[113.765724,32.364752],[113.764606,32.371302],[113.762516,32.372429],[113.757753,32.372236],[113.75087,32.363121],[113.747318,32.362996],[113.741502,32.366196],[113.737446,32.373667],[113.738998,32.377238],[113.745027,32.378513],[113.744813,32.389694],[113.740847,32.395188],[113.734156,32.394541],[113.730891,32.397522],[113.731999,32.403357],[113.728312,32.412801],[113.717586,32.419027],[113.712633,32.41928],[113.706914,32.4132],[113.701815,32.412552],[113.699391,32.413938],[113.695532,32.422782],[113.692478,32.423028],[113.682754,32.419193],[113.679347,32.421703],[113.673558,32.422872],[113.66645,32.41967],[113.659776,32.423993],[113.658483,32.417585],[113.655007,32.413566],[113.648455,32.415876],[113.645237,32.414853],[113.638435,32.406433],[113.633031,32.390845],[113.619212,32.378027],[113.619298,32.366289],[113.616901,32.361995],[113.609638,32.359784],[113.604762,32.361597],[113.596705,32.368019],[113.592458,32.368809],[113.587445,32.367326],[113.585832,32.36516],[113.587425,32.360656],[113.597132,32.358456],[113.600293,32.356101],[113.599887,32.353063],[113.585547,32.352907],[113.572199,32.342039],[113.567373,32.341074],[113.559059,32.342937],[113.547116,32.332484],[113.54915,32.326387],[113.552791,32.32296],[113.555313,32.309965],[113.568004,32.30383],[113.557911,32.302701],[113.543993,32.307489],[113.541985,32.31009],[113.541631,32.314135],[113.542301,32.31834],[113.544798,32.321102],[113.545435,32.327147],[113.543409,32.330649],[113.526946,32.332169],[113.518726,32.329405],[113.517515,32.325552],[113.508925,32.317791],[113.500536,32.317678],[113.488211,32.311792],[113.484428,32.306217],[113.471045,32.299894],[113.462452,32.301252],[113.459668,32.29397],[113.452974,32.294413],[113.421534,32.271221],[113.414292,32.272152],[113.411047,32.274235],[113.410077,32.277499],[113.403447,32.281688],[113.398287,32.28245],[113.393479,32.28055],[113.389429,32.287074],[113.390602,32.28961],[113.385392,32.295344],[113.375019,32.299542],[113.366333,32.301358],[113.359194,32.297819],[113.352189,32.296538],[113.342,32.301031],[113.329629,32.316803],[113.311814,32.323987],[113.313259,32.330966],[113.32805,32.338712],[113.328966,32.340549],[113.326884,32.344032],[113.31236,32.352174],[113.30255,32.351912],[113.29298,32.355703],[113.287759,32.364527],[113.289626,32.37091],[113.270287,32.381786],[113.268018,32.386638],[113.249818,32.395061],[113.244483,32.400322],[113.226935,32.411196],[113.222288,32.422285],[113.223124,32.424333],[113.207874,32.433587],[113.202956,32.434779],[113.19808,32.434376],[113.180626,32.424208],[113.16838,32.424246],[113.160902,32.421598],[113.159485,32.417731],[113.152479,32.414312],[113.153051,32.407746],[113.155827,32.40412],[113.150259,32.397892],[113.148725,32.387361],[113.150842,32.382943],[113.145067,32.379426],[113.134981,32.38056],[113.113103,32.377265],[113.107303,32.383908],[113.107405,32.392999],[113.10327,32.400024],[113.089037,32.400752],[113.072733,32.395671],[113.059963,32.403846],[113.051588,32.406032],[113.051167,32.413943],[113.042509,32.422185],[113.028078,32.424969],[113.02495,32.427827],[113.00954,32.419527],[112.994756,32.418802],[112.988675,32.411851],[112.985193,32.40327],[112.992481,32.393353],[112.983806,32.370344],[112.976494,32.370869],[112.958662,32.376126],[112.963155,32.393084],[112.958929,32.395114],[112.948339,32.392386],[112.946566,32.388659],[112.948252,32.384229],[112.946348,32.382649],[112.940221,32.383221],[112.919912,32.391194],[112.909639,32.393308],[112.901579,32.39932],[112.884843,32.390298],[112.886787,32.381018],[112.874182,32.378239],[112.87179,32.382072],[112.872267,32.386788],[112.869268,32.396831],[112.866842,32.39938],[112.859633,32.396497],[112.854405,32.389965],[112.845505,32.387866],[112.838687,32.382654],[112.834433,32.376463],[112.821146,32.374697],[112.812758,32.371108],[112.803227,32.372049],[112.796039,32.367883],[112.786975,32.357688],[112.7763,32.358003],[112.770838,32.36084],[112.765897,32.354147],[112.765912,32.348296],[112.756527,32.345661],[112.744535,32.346123],[112.729138,32.352835],[112.730984,32.361385],[112.728329,32.367571],[112.72554,32.368612],[112.711549,32.364126],[112.707778,32.355419],[112.705583,32.353852],[112.69493,32.357112],[112.685482,32.356494],[112.679789,32.358586],[112.67236,32.368484],[112.666516,32.370812],[112.661628,32.371702],[112.65742,32.364098],[112.655219,32.375415],[112.651512,32.377164],[112.637409,32.375982],[112.635417,32.370337],[112.620862,32.375289],[112.598915,32.386892],[112.590477,32.389169],[112.582581,32.384147],[112.576006,32.385259],[112.572088,32.384096],[112.570166,32.385722],[112.572251,32.388406],[112.56557,32.394094],[112.566053,32.396595],[112.548424,32.408929],[112.546215,32.412237],[112.542607,32.413383],[112.53559,32.407027],[112.525433,32.391929],[112.511186,32.385544],[112.498758,32.384331],[112.488421,32.37667],[112.483546,32.377691],[112.47654,32.383174],[112.471437,32.382989],[112.465512,32.372567],[112.453345,32.369738],[112.439512,32.35752],[112.439952,32.352781],[112.446033,32.346924],[112.44478,32.345111],[112.437951,32.346214],[112.429887,32.351014],[112.413695,32.35697],[112.406135,32.365798],[112.394504,32.371026],[112.385884,32.372258],[112.383816,32.365651],[112.361723,32.370761],[112.354811,32.368393],[112.347788,32.360085],[112.345047,32.351724],[112.332658,32.349836],[112.318071,32.328568],[112.311865,32.331189],[112.30502,32.331043],[112.292925,32.337858],[112.282337,32.348244],[112.276123,32.351797],[112.263481,32.356226],[112.255628,32.361402],[112.251843,32.360809],[112.247314,32.363363],[112.244215,32.37032],[112.233832,32.373887],[112.231258,32.373081],[112.221576,32.382749],[112.221474,32.389761],[112.218749,32.389884],[112.219165,32.38809],[112.21611,32.388358],[112.204486,32.393244],[112.199858,32.38596],[112.19684,32.385483],[112.195246,32.38638],[112.194181,32.3948],[112.190734,32.394683],[112.166934,32.387092],[112.166361,32.389844],[112.173002,32.394578],[112.171496,32.400395],[112.163116,32.411764],[112.158625,32.413335],[112.1443,32.413741],[112.137543,32.409027],[112.142647,32.403753],[112.146053,32.403026],[112.149227,32.404559],[112.155601,32.402178],[112.155245,32.395124],[112.143416,32.389048],[112.144563,32.386205],[112.153062,32.388491],[112.15387,32.390539],[112.158427,32.387358],[112.153265,32.378939],[112.149271,32.379229],[112.128596,32.394117],[112.127218,32.404359],[112.121849,32.405153],[112.116842,32.396797],[112.112913,32.401574],[112.102252,32.406572],[112.100115,32.413135],[112.09547,32.416383],[112.088202,32.420356],[112.076609,32.4217],[112.074212,32.426643],[112.073495,32.43539],[112.066894,32.440226],[112.060344,32.442381],[112.060044,32.448122],[112.064121,32.461238],[112.057232,32.47221],[112.058387,32.475935],[112.041127,32.475457],[112.0335,32.473029],[112.028852,32.46934],[112.025641,32.460421],[112.016885,32.454354],[112.005496,32.45246],[112.000143,32.455342],[111.997846,32.461171],[111.99114,32.462608],[111.987574,32.460186],[111.984354,32.46105],[111.982734,32.464711],[111.986095,32.466614],[111.986375,32.471086],[111.968852,32.473775],[111.961068,32.497366],[111.951723,32.513801],[111.945857,32.518625],[111.93325,32.5212],[111.912289,32.507359],[111.886247,32.501783],[111.864177,32.509319],[111.856952,32.516693],[111.857196,32.532096],[111.852334,32.533111],[111.851965,32.53091],[111.82511,32.53072],[111.82293,32.531471],[111.820915,32.537411],[111.815651,32.539612],[111.802918,32.539361],[111.789879,32.546243],[111.782636,32.547134],[111.780732,32.551678],[111.780899,32.558382],[111.776044,32.561536],[111.769264,32.562776],[111.757649,32.562026],[111.741207,32.577498],[111.735353,32.588926],[111.730748,32.592659],[111.722019,32.59623],[111.718985,32.601438],[111.709732,32.608585],[111.697639,32.610406],[111.689364,32.608208],[111.651876,32.617994],[111.643774,32.602241],[111.640171,32.602516],[111.634245,32.610754],[111.631938,32.619905],[111.640171,32.628106],[111.636892,32.629916],[111.621996,32.63066],[111.615908,32.629676],[111.602959,32.609292],[111.590531,32.599275],[111.579491,32.601686],[111.578521,32.594664],[111.572639,32.590429],[111.55587,32.596699],[111.554228,32.60474],[111.548594,32.60984],[111.540543,32.6143],[111.522581,32.619769],[111.531104,32.625775],[111.531124,32.63038],[111.518741,32.641578],[111.519004,32.643886],[111.525832,32.646687],[111.513837,32.668861],[111.511156,32.671746],[111.493951,32.680438],[111.481097,32.693259],[111.469995,32.698271],[111.464314,32.709777],[111.466949,32.714955],[111.465322,32.719588],[111.454691,32.725919],[111.443862,32.724554],[111.430502,32.726487],[111.426131,32.728226],[111.419384,32.73428],[111.419463,32.73702],[111.423145,32.737341],[111.437935,32.728703],[111.436726,32.733154],[111.432643,32.737054],[111.436867,32.738537],[111.443147,32.733113],[111.453366,32.729061],[111.461673,32.740514],[111.464509,32.75417],[111.468296,32.76083],[111.458454,32.775271],[111.456085,32.775978],[111.454918,32.77372],[111.453617,32.763122],[111.449683,32.76197],[111.44325,32.763239],[111.440147,32.754495],[111.435122,32.751906],[111.416517,32.753466],[111.409655,32.755581],[111.397554,32.777428],[111.398757,32.784026],[111.393695,32.792135],[111.385519,32.797357],[111.386595,32.806249],[111.381662,32.816791],[111.366894,32.823211],[111.364404,32.830657],[111.361648,32.833251],[111.357131,32.835542],[111.348504,32.835119],[111.335441,32.837552],[111.322491,32.835646],[111.310836,32.850885],[111.29414,32.856336],[111.284261,32.856585],[111.278443,32.873411],[111.28262,32.874091],[111.287195,32.8789],[111.289815,32.893073],[111.272307,32.900957],[111.26545,32.897302],[111.259056,32.887018],[111.25305,32.88294],[111.238949,32.884305],[111.239201,32.893427],[111.244201,32.900652],[111.246299,32.907385],[111.241968,32.91309],[111.239899,32.919135],[111.239087,32.933918],[111.246297,32.952116],[111.251413,32.952091],[111.266983,32.960954],[111.267425,32.970216],[111.265307,32.978617],[111.269984,32.989509],[111.265946,32.992748],[111.259163,32.991864],[111.257178,32.994672],[111.254094,33.00917],[111.249438,33.013839],[111.244545,33.01334],[111.241629,33.015076],[111.242258,33.029944],[111.23439,33.039276],[111.21338,33.044873],[111.184329,33.040003],[111.178869,33.044618],[111.166992,33.048377],[111.162936,33.047788],[111.152893,33.038278],[111.145708,33.043784],[111.145157,33.048389],[111.146353,33.050064],[111.163123,33.061701],[111.180652,33.065111],[111.188362,33.068402],[111.193039,33.073448],[111.193696,33.077406],[111.188566,33.081186],[111.188501,33.090836],[111.18562,33.094971],[111.176938,33.093126],[111.170082,33.094628],[111.170829,33.110467],[111.17344,33.112552],[111.174507,33.116249],[111.166775,33.119323],[111.156424,33.126436],[111.147883,33.123833],[111.140472,33.125746],[111.133147,33.135869],[111.125637,33.139986],[111.122757,33.152361],[111.124874,33.162686],[111.121743,33.162998],[111.117903,33.159596],[111.113272,33.158905],[111.099801,33.170601],[111.098664,33.173164],[111.084756,33.173372],[111.087271,33.179022],[111.087283,33.18325],[111.085889,33.184539],[111.077587,33.185583],[111.076134,33.182406],[111.072083,33.179428],[111.067215,33.179627],[111.062951,33.177447],[111.056972,33.165562],[111.050254,33.157855],[111.031696,33.155646],[111.031658,33.158319],[111.052,33.175167],[111.052376,33.181814],[111.057422,33.186555],[111.055785,33.194421],[111.021458,33.212968],[111.012051,33.22151],[111.006462,33.231401],[110.995456,33.238862],[110.992429,33.239786],[110.988377,33.238499],[110.988566,33.244789],[110.991744,33.249103],[110.988249,33.253963],[110.989908,33.256596],[110.975485,33.271582],[110.984977,33.278348],[110.991885,33.288377],[110.9899,33.294942],[110.991924,33.302375],[111.001789,33.304418],[110.99849,33.314729],[111.005775,33.32773],[111.008259,33.329368],[111.020239,33.329552],[111.029372,33.335072],[111.020114,33.354478],[111.027928,33.361578],[111.031472,33.370685],[111.025111,33.375277],[111.019438,33.388146],[111.010559,33.393137],[111.003661,33.423968],[110.990918,33.436537],[110.992751,33.439378],[110.996671,33.441187],[111.004387,33.437294],[111.00781,33.437774],[111.01623,33.452592],[111.020017,33.466215],[111.016926,33.468851],[111.017353,33.473049],[111.019702,33.478584],[111.021286,33.478636],[111.026791,33.48532],[111.022543,33.500016],[111.017073,33.511887],[111.015349,33.521825],[110.996582,33.535062],[110.99955,33.551842],[111.004793,33.56039],[111.001813,33.566582],[111.000301,33.5762],[110.9854,33.590885],[110.981103,33.591103],[110.970618,33.600652],[110.968193,33.606287],[110.956949,33.611412],[110.943645,33.609175],[110.938762,33.618904],[110.93308,33.622597],[110.900944,33.628945],[110.885872,33.635503],[110.874472,33.633025],[110.853092,33.658884],[110.832261,33.667056],[110.827892,33.677079],[110.818424,33.686461],[110.818617,33.696904],[110.826585,33.71695],[110.816942,33.726957],[110.811111,33.740174],[110.811656,33.753444],[110.802745,33.757484],[110.796396,33.767717],[110.794612,33.774003],[110.77814,33.783489],[110.776124,33.794017],[110.777211,33.796645],[110.769293,33.798271],[110.760243,33.795753],[110.732821,33.800686],[110.730187,33.804111],[110.7204,33.809793],[110.718081,33.820731],[110.706503,33.835722],[110.701326,33.83769],[110.692948,33.837229],[110.683133,33.839679],[110.666983,33.848391],[110.662132,33.854032],[110.657007,33.854839],[110.635918,33.848484],[110.621271,33.849335],[110.605676,33.853535],[110.60791,33.860272],[110.606486,33.870596],[110.59438,33.872064],[110.592943,33.877886],[110.582159,33.887898],[110.585266,33.900691],[110.598377,33.905216],[110.605966,33.910004],[110.623014,33.908957],[110.622187,33.914426],[110.617892,33.919134],[110.620721,33.927056],[110.628652,33.926854],[110.637332,33.934214],[110.637937,33.937535],[110.645499,33.946131],[110.652712,33.944935],[110.65563,33.939481],[110.665376,33.941867],[110.67192,33.950361],[110.667505,33.955246],[110.666707,33.963596],[110.663404,33.967108],[110.650315,33.971863],[110.644695,33.976856],[110.645591,33.986877],[110.643636,33.995692],[110.631791,34.010134],[110.632562,34.013641],[110.629808,34.017803],[110.622041,34.02085],[110.622824,34.024601],[110.62651,34.025194],[110.626902,34.026901],[110.619941,34.034491],[110.614093,34.037525],[110.610064,34.03573],[110.606711,34.031521],[110.610736,34.031009],[110.608069,34.025039],[110.580427,34.025058],[110.584458,34.04055],[110.577759,34.042736],[110.576025,34.044884],[110.586235,34.046964],[110.582579,34.048966],[110.584786,34.049987],[110.585774,34.059527],[110.583186,34.060326],[110.583362,34.062672],[110.588868,34.067614],[110.58927,34.081559],[110.584734,34.101641],[110.58852,34.10734],[110.599448,34.108722],[110.606971,34.113091],[110.614083,34.125897],[110.620818,34.131552],[110.619439,34.135721],[110.621639,34.141629],[110.633568,34.152332],[110.637755,34.162056],[110.631162,34.169132],[110.618609,34.178185],[110.608898,34.176936],[110.582993,34.180543],[110.583044,34.184666],[110.586107,34.188723],[110.584989,34.190663],[110.571924,34.193638],[110.564694,34.190981],[110.553718,34.194175],[110.548316,34.199368],[110.547,34.211606],[110.543538,34.21635],[110.514108,34.220994],[110.507529,34.216759],[110.505343,34.216891],[110.500236,34.220077],[110.49778,34.224137],[110.480855,34.234098],[110.467564,34.235708],[110.459254,34.240102],[110.443315,34.242373],[110.436284,34.241674],[110.432722,34.245429],[110.432606,34.248842],[110.437583,34.258418],[110.427166,34.273242],[110.422269,34.275954],[110.4237,34.290482],[110.428858,34.292663],[110.431701,34.291502],[110.442677,34.291976],[110.44996,34.296119],[110.454073,34.302517],[110.461296,34.307133],[110.466652,34.31648],[110.467123,34.321273],[110.471228,34.323381],[110.484039,34.31933],[110.496038,34.322375],[110.501289,34.341992],[110.494568,34.351779],[110.481267,34.356912],[110.481157,34.369199],[110.472988,34.383599],[110.468764,34.396455],[110.471409,34.409538],[110.462551,34.411362],[110.456943,34.408744],[110.454159,34.403724],[110.445644,34.402791],[110.424265,34.409875],[110.416473,34.416137],[110.405577,34.421228],[110.4026,34.425854],[110.405069,34.429495],[110.398224,34.435892],[110.39547,34.441914],[110.396846,34.446198],[110.393004,34.452919],[110.389682,34.455341],[110.387544,34.467018],[110.381221,34.4712],[110.374616,34.479834],[110.372547,34.484815],[110.373002,34.487611],[110.368994,34.495441],[110.365976,34.494508],[110.363097,34.497775],[110.356933,34.519225],[110.35571,34.530806],[110.356819,34.534843],[110.368028,34.545086],[110.37424,34.553249],[110.381208,34.555752],[110.388057,34.553456],[110.395719,34.555461],[110.398959,34.559281],[110.393693,34.564476],[110.388736,34.562996],[110.373701,34.563342],[110.36004,34.567996],[110.359129,34.569853],[110.363547,34.573386],[110.366118,34.579111],[110.365401,34.587474],[110.36373,34.589603],[110.371694,34.600639],[110.37987,34.601415],[110.397817,34.592954],[110.418028,34.591859],[110.440442,34.602242],[110.458552,34.616672],[110.466544,34.619735],[110.48248,34.612537],[110.522315,34.587432],[110.530693,34.583975],[110.536863,34.58415],[110.557531,34.59081],[110.579035,34.594518],[110.585216,34.597949],[110.596924,34.609117],[110.607301,34.612922],[110.639315,34.599501],[110.64867,34.59307],[110.657111,34.590036],[110.663293,34.590259],[110.674834,34.594476],[110.680961,34.606376],[110.687864,34.61245],[110.690659,34.612056],[110.699189,34.605232],[110.704213,34.606541],[110.707291,34.609794],[110.710705,34.621501],[110.714669,34.628627],[110.731573,34.637091],[110.736806,34.64212],[110.742362,34.652003],[110.750714,34.654746],[110.777096,34.65302],[110.791901,34.648606],[110.800275,34.638375],[110.809386,34.622175],[110.818432,34.617539],[110.825055,34.617458],[110.835113,34.623742],[110.840465,34.63347],[110.845755,34.638246],[110.853519,34.640476],[110.865063,34.639799],[110.875615,34.64377],[110.885442,34.6517],[110.893855,34.661937],[110.900995,34.678937],[110.90667,34.702965],[110.91499,34.71731],[110.912635,34.72497],[110.91605,34.730788],[110.921851,34.732804],[110.92904,34.732855],[110.94433,34.725506],[110.953892,34.718458],[110.95754,34.712764],[110.958416,34.705075],[110.960742,34.701752],[110.96376,34.701218],[111.009532,34.731838],[111.052029,34.752129],[111.101395,34.756926],[111.117373,34.761175],[111.123685,34.773842],[111.13132,34.795968],[111.148414,34.814972],[111.154704,34.816221],[111.162052,34.814621],[111.171314,34.805374],[111.177254,34.802606],[111.201454,34.802362],[111.207404,34.799732],[111.215818,34.790981],[111.219948,34.789742],[111.230063,34.792256],[111.234703,34.795083],[111.244185,34.817099],[111.250284,34.822274],[111.256777,34.821311],[111.274617,34.810338],[111.284094,34.807261],[111.301432,34.817088],[111.318454,34.822263],[111.335331,34.832499],[111.343449,34.832011],[111.345574,34.826583],[111.35214,34.82259],[111.388645,34.81601],[111.397775,34.819223],[111.409922,34.828695],[111.417412,34.828162],[111.42536,34.830407],[111.434232,34.839378],[111.446678,34.837389],[111.458535,34.827859],[111.472775,34.826768],[111.496448,34.830629],[111.505696,34.841255],[111.51897,34.8499],[111.534795,34.854146],[111.549073,34.853341],[111.553648,34.850598],[111.554733,34.846538],[111.561527,34.843968],[111.564868,34.844738],[111.576699,34.852921],[111.582939,34.861556],[111.585331,34.882479],[111.587081,34.886128],[111.598774,34.893247],[111.606795,34.893167],[111.611617,34.896071],[111.615698,34.907842],[111.615068,34.916182],[111.616221,34.917952],[111.622235,34.918223],[111.625352,34.92567],[111.640283,34.939433],[111.657467,34.940273],[111.675501,34.950977],[111.671479,34.96187],[111.669487,34.973463],[111.658779,34.983071],[111.660304,34.987741],[111.664561,34.989174],[111.680695,34.989453],[111.690084,35.000047],[111.712114,35.004345],[111.734213,35.005298],[111.735747,35.007687],[111.734935,35.011676],[111.743381,35.017164],[111.751462,35.017715],[111.761431,35.016056],[111.768068,35.019625],[111.770651,35.024217],[111.771078,35.028695],[111.77312,35.030526],[111.776721,35.031081],[111.786811,35.027655],[111.795128,35.029642],[111.801667,35.034904],[111.803916,35.039476],[111.805852,35.050181],[111.804,35.064311],[111.811198,35.069545],[111.855191,35.075698],[111.858453,35.077606],[111.87861,35.07022],[111.895288,35.081417],[111.910633,35.072015],[111.91685,35.075516],[111.923682,35.08352],[111.939346,35.083708],[111.950372,35.082447],[111.95765,35.079876],[111.971819,35.068099],[111.984333,35.070268],[112.000533,35.06601],[112.008164,35.069513],[112.015185,35.068382],[112.018125,35.060492],[112.029226,35.053948],[112.032802,35.046071],[112.03687,35.047801],[112.045889,35.045598],[112.054625,35.052926],[112.056472,35.059324],[112.055987,35.078413],[112.04809,35.093823],[112.055596,35.118252],[112.058115,35.13237],[112.053793,35.139564],[112.05985,35.146659],[112.060356,35.151008],[112.05296,35.16684],[112.037319,35.187778],[112.034114,35.197459],[112.038147,35.201315],[112.053723,35.209418],[112.063662,35.216559],[112.074693,35.219506],[112.075368,35.223708],[112.072737,35.241523],[112.068384,35.249923],[112.046194,35.27189],[112.047688,35.27658],[112.051395,35.279826],[112.06962,35.277123],[112.084503,35.279327],[112.102971,35.274598],[112.105994,35.270928],[112.104626,35.268349],[112.111431,35.265112],[112.117485,35.266054],[112.12364,35.271629],[112.129429,35.272012],[112.14411,35.26934],[112.189547,35.256989],[112.202461,35.249866],[112.204577,35.244157],[112.209562,35.239511],[112.219814,35.237704],[112.235997,35.236029],[112.241711,35.238045],[112.257651,35.24834],[112.292216,35.252581],[112.296279,35.248826],[112.296069,35.24704],[112.280595,35.221579],[112.281299,35.218498],[112.300138,35.222013],[112.329362,35.220379],[112.35376,35.222458],[112.358996,35.219994],[112.37633,35.230594],[112.380683,35.234562],[112.381818,35.23923],[112.398878,35.242731],[112.408764,35.239548],[112.442996,35.235209],[112.445581,35.228744],[112.461422,35.23204],[112.47455,35.22598],[112.479333,35.231092],[112.484059,35.232573],[112.490959,35.226936],[112.511751,35.219733],[112.526801,35.224427],[112.537029,35.221543],[112.538791,35.21878],[112.547379,35.214424],[112.559316,35.21097],[112.561292,35.211911],[112.56262,35.220145],[112.566783,35.222421],[112.585041,35.220732],[112.589417,35.224192],[112.613663,35.220824],[112.617723,35.222886],[112.620367,35.228873],[112.629918,35.231122],[112.632601,35.241586],[112.614313,35.246],[112.60961,35.252747],[112.621147,35.263754],[112.622552,35.267452],[112.62095,35.271093],[112.622945,35.273059],[112.626355,35.271302],[112.636525,35.259262],[112.643082,35.259772],[112.645898,35.258078],[112.649504,35.24605],[112.654975,35.239448],[112.676866,35.234085],[112.678537,35.227134],[112.68953,35.219232],[112.701921,35.217299],[112.702578,35.215937],[112.69739,35.21001],[112.697347,35.1997],[112.702082,35.189507],[112.705799,35.187354],[112.707262,35.188446],[112.708215,35.197545],[112.711621,35.205334],[112.721333,35.211202],[112.729681,35.210763],[112.741716,35.203593],[112.755708,35.205063],[112.76197,35.214862],[112.773433,35.222969],[112.775923,35.229654],[112.773489,35.23042],[112.769616,35.237768],[112.778331,35.244937],[112.78783,35.24429],[112.784316,35.238931],[112.797833,35.236801],[112.807892,35.2427],[112.810147,35.246036],[112.810954,35.255928],[112.817902,35.25702],[112.846783,35.253401],[112.861107,35.24452],[112.87763,35.239678],[112.91555,35.247712],[112.920466,35.250039],[112.923464,35.253616],[112.930125,35.271762],[112.929476,35.278511],[112.927027,35.282513],[112.93038,35.284671],[112.947316,35.28733],[112.955129,35.290157],[112.960622,35.294301],[112.965316,35.293575],[112.96881,35.289992],[112.97814,35.285734],[112.979982,35.286485],[112.986733,35.298479],[112.982104,35.308962],[112.978447,35.312205],[112.97794,35.335874],[112.985124,35.351081],[112.983292,35.356392],[112.99049,35.363477],[113.001398,35.359069],[113.003926,35.359648],[113.005299,35.362363],[113.007221,35.362274],[113.018185,35.356567],[113.03003,35.360293],[113.05194,35.352703],[113.057192,35.348741],[113.063801,35.353256],[113.074897,35.343243],[113.088159,35.336503],[113.101459,35.338378],[113.117696,35.330628],[113.128683,35.334139],[113.133122,35.339253],[113.132945,35.343508],[113.130632,35.34513],[113.130374,35.347995],[113.143572,35.350676],[113.140407,35.35746],[113.14026,35.369999],[113.144088,35.371735],[113.15417,35.384914],[113.164297,35.390291],[113.170838,35.396815],[113.169353,35.400852],[113.163131,35.402165],[113.159102,35.415379],[113.170448,35.414593],[113.178792,35.409399],[113.181943,35.41246],[113.182251,35.4167],[113.178262,35.418284],[113.177565,35.420745],[113.178258,35.423489],[113.18626,35.432847],[113.181738,35.437785],[113.184869,35.448813],[113.195987,35.449107],[113.202104,35.446792],[113.214719,35.451549],[113.235023,35.454417],[113.238327,35.44754],[113.250031,35.439223],[113.273797,35.434918],[113.296527,35.424477],[113.299441,35.428692],[113.29361,35.434815],[113.290899,35.441075],[113.291823,35.447721],[113.296359,35.452528],[113.300766,35.453808],[113.298397,35.461694],[113.303627,35.461005],[113.30654,35.458404],[113.308239,35.449671],[113.318955,35.455583],[113.316128,35.461163],[113.301003,35.466382],[113.285504,35.46706],[113.288152,35.47114],[113.303313,35.48226],[113.305423,35.482652],[113.313452,35.477698],[113.317246,35.47399],[113.31663,35.47125],[113.323213,35.468677],[113.342152,35.46774],[113.344479,35.469366],[113.343862,35.473838],[113.366855,35.484461],[113.37479,35.490584],[113.375316,35.49677],[113.378988,35.503201],[113.389522,35.505343],[113.394525,35.508293],[113.398489,35.51483],[113.400137,35.51443],[113.403188,35.505435],[113.407476,35.50371],[113.415665,35.504677],[113.41932,35.508149],[113.454688,35.513911],[113.468486,35.509997],[113.472268,35.514358],[113.471411,35.519125],[113.476624,35.522185],[113.483358,35.520774],[113.486076,35.515276],[113.496435,35.517578],[113.500625,35.514864],[113.502983,35.518246],[113.503273,35.524793],[113.494488,35.528385],[113.489351,35.544849],[113.49179,35.549002],[113.501584,35.556144],[113.502617,35.55897],[113.496975,35.570483],[113.497096,35.573055],[113.498771,35.575577],[113.510322,35.578644],[113.515595,35.586688],[113.521843,35.591951],[113.537068,35.597168],[113.536735,35.603607],[113.539418,35.615355],[113.54223,35.617976],[113.550609,35.621183],[113.548529,35.627425],[113.543163,35.633167],[113.547223,35.636832],[113.543286,35.64774],[113.545055,35.654617],[113.551116,35.654538],[113.552593,35.648853],[113.55595,35.644667],[113.567052,35.638437],[113.57029,35.632721],[113.585362,35.631427],[113.600459,35.633793],[113.613223,35.631734],[113.619362,35.633145],[113.619296,35.642502],[113.617697,35.645008],[113.619594,35.655197],[113.612245,35.663057],[113.612293,35.666889],[113.617688,35.670627],[113.619047,35.6738],[113.608415,35.686077],[113.601232,35.685775],[113.586766,35.693466],[113.59573,35.699041],[113.597268,35.708583],[113.593095,35.713312],[113.60024,35.716863],[113.585635,35.735346],[113.582667,35.751028],[113.599153,35.759796],[113.600634,35.770294],[113.597459,35.774999],[113.588348,35.782491],[113.57744,35.786147],[113.574238,35.790099],[113.583167,35.794742],[113.594901,35.795253],[113.600488,35.79958],[113.591566,35.804556],[113.581222,35.805681],[113.58445,35.815233],[113.57813,35.817436],[113.577526,35.820483],[113.580433,35.826615],[113.585207,35.823526],[113.59857,35.822659],[113.611827,35.829929],[113.614601,35.834464],[113.617255,35.835162],[113.627306,35.833807],[113.631343,35.824554],[113.636146,35.82251],[113.647168,35.826389],[113.656229,35.835635],[113.656304,35.837294],[113.653433,35.837768],[113.650134,35.841178],[113.652292,35.850173],[113.655552,35.852863],[113.654772,35.854311],[113.645305,35.856262],[113.639959,35.853388],[113.631622,35.859604],[113.629434,35.864272],[113.632329,35.874846],[113.639809,35.88521],[113.639122,35.90388],[113.64534,35.908465],[113.64273,35.916344],[113.637793,35.921663],[113.637492,35.923908],[113.646845,35.929224],[113.650515,35.935604],[113.649945,35.946384],[113.645851,35.96063],[113.640534,35.963977],[113.640962,35.968645],[113.639622,35.970927],[113.628885,35.975865],[113.625925,35.982374],[113.625936,35.986353],[113.628921,35.987323],[113.635572,35.985977],[113.641127,35.994847],[113.644434,35.99632],[113.655262,35.990425],[113.662314,35.983578],[113.696301,35.991433],[113.694237,36],[113.689517,36.007854],[113.699031,36.020993],[113.690688,36.025127],[113.674,36.024874],[113.65561,36.029056],[113.652892,36.040002],[113.654996,36.045227],[113.661647,36.050333],[113.678374,36.05527],[113.681701,36.060994],[113.678456,36.076735],[113.665184,36.121212],[113.66981,36.125234],[113.686159,36.124236],[113.698984,36.126669],[113.705435,36.129622],[113.706813,36.133016],[113.698376,36.149199],[113.672574,36.160141],[113.651397,36.165227],[113.646136,36.171424],[113.649149,36.175151],[113.667849,36.175744],[113.685388,36.178912],[113.693294,36.183678],[113.688957,36.190397],[113.679782,36.195097],[113.679321,36.19682],[113.691253,36.20116],[113.697,36.200175],[113.694374,36.211646],[113.689547,36.214991],[113.685455,36.215709],[113.69356,36.247117],[113.691758,36.251821],[113.692422,36.254593],[113.695452,36.259188],[113.707299,36.26301],[113.707204,36.273266],[113.70078,36.297242],[113.701522,36.300473],[113.706366,36.303359],[113.714648,36.302162],[113.720677,36.305426],[113.734004,36.319902],[113.734792,36.323966],[113.719704,36.337834],[113.733849,36.355302],[113.736944,36.35704],[113.735196,36.361308],[113.735975,36.364519],[113.743543,36.366508],[113.749464,36.365474]],[[113.751057,32.2844],[113.752882,32.284044],[113.751922,32.278982],[113.756009,32.270627],[113.759051,32.270534],[113.763582,32.280025],[113.762002,32.283178],[113.764024,32.285847],[113.761319,32.287983],[113.758893,32.287747],[113.750601,32.293913],[113.748172,32.289813],[113.751057,32.2844]]]]}},{type:"Feature",properties:{name:"湖北省",province_adcode:42e4,province_type:"省",name_en:"Hubei",name_var:"Hú Běi",adcode:42e4},geometry:{type:"MultiPolygon",coordinates:[[[[113.127396,29.432231],[113.116448,29.423523],[113.108537,29.430113],[113.105325,29.437132],[113.115319,29.437965],[113.127396,29.432231]]],[[[113.759483,32.287626],[113.761319,32.287983],[113.764024,32.285847],[113.762002,32.283178],[113.763582,32.280025],[113.759843,32.271455],[113.756009,32.270627],[113.751922,32.278982],[113.752882,32.284044],[113.748642,32.287098],[113.748476,32.291465],[113.751699,32.293709],[113.759483,32.287626]]],[[[109.631561,33.271732],[109.639312,33.270303],[109.64402,33.256604],[109.652063,33.248161],[109.656194,33.249167],[109.6574,33.251261],[109.655962,33.25288],[109.658183,33.256277],[109.663143,33.257997],[109.694554,33.258115],[109.700391,33.248246],[109.698932,33.243167],[109.707071,33.234698],[109.723132,33.238476],[109.727808,33.23364],[109.735143,33.233952],[109.773975,33.240476],[109.778804,33.239495],[109.781462,33.235935],[109.795215,33.235001],[109.809634,33.237527],[109.812774,33.240639],[109.816644,33.241813],[109.83704,33.244556],[109.850305,33.2497],[109.864909,33.250232],[109.872117,33.244597],[109.881075,33.240582],[109.897421,33.237608],[109.904561,33.232242],[109.914982,33.228554],[109.92662,33.227899],[109.94592,33.215267],[109.979951,33.20031],[109.98483,33.200875],[109.989003,33.205339],[110.007279,33.210633],[110.019342,33.205171],[110.02632,33.196483],[110.039242,33.196644],[110.049126,33.193622],[110.06278,33.198232],[110.062898,33.204037],[110.061407,33.205581],[110.064338,33.207658],[110.074838,33.204361],[110.086742,33.204577],[110.093523,33.209977],[110.100613,33.206263],[110.110364,33.203781],[110.136776,33.207178],[110.157662,33.21275],[110.167066,33.206635],[110.168007,33.204189],[110.165713,33.20094],[110.172062,33.192295],[110.194903,33.182914],[110.206887,33.164526],[110.225874,33.160098],[110.232113,33.165422],[110.240862,33.166258],[110.242852,33.164057],[110.250724,33.163067],[110.25577,33.164282],[110.263484,33.170662],[110.280843,33.172299],[110.30324,33.16979],[110.319706,33.165897],[110.333867,33.160141],[110.335918,33.161698],[110.333042,33.167329],[110.336639,33.175866],[110.351223,33.176337],[110.36525,33.186848],[110.372434,33.18626],[110.370392,33.181076],[110.365861,33.181666],[110.369252,33.178259],[110.39285,33.176915],[110.398887,33.178325],[110.415801,33.171552],[110.423439,33.172705],[110.431502,33.176586],[110.435247,33.180273],[110.441339,33.182286],[110.447746,33.180795],[110.45543,33.175896],[110.465872,33.174351],[110.467155,33.17501],[110.467432,33.181197],[110.464023,33.182789],[110.465536,33.186359],[110.472684,33.192575],[110.47591,33.192287],[110.489886,33.205539],[110.487164,33.210184],[110.49037,33.210504],[110.49878,33.217994],[110.508864,33.236833],[110.513508,33.233138],[110.51355,33.226545],[110.519464,33.226196],[110.526796,33.231721],[110.532593,33.242116],[110.527324,33.24723],[110.527458,33.256953],[110.531345,33.258316],[110.542265,33.255059],[110.558294,33.254136],[110.559779,33.250608],[110.565475,33.245419],[110.570409,33.246024],[110.575295,33.24366],[110.581806,33.23676],[110.582891,33.234748],[110.581184,33.233486],[110.578237,33.224525],[110.583592,33.21813],[110.590224,33.213606],[110.592097,33.20731],[110.59208,33.181646],[110.595535,33.177412],[110.595702,33.171135],[110.593388,33.161455],[110.588238,33.15891],[110.588949,33.157125],[110.595591,33.15186],[110.611981,33.150421],[110.618671,33.144688],[110.625309,33.143946],[110.636212,33.145975],[110.637917,33.147668],[110.640892,33.154562],[110.63805,33.160185],[110.639621,33.164393],[110.649734,33.16309],[110.650705,33.151522],[110.661922,33.137419],[110.66488,33.138018],[110.672455,33.130594],[110.673169,33.121396],[110.705091,33.095969],[110.716567,33.101335],[110.718284,33.105988],[110.717663,33.118522],[110.713908,33.120228],[110.715172,33.126086],[110.719413,33.132341],[110.727751,33.135773],[110.733108,33.136059],[110.734019,33.142072],[110.752825,33.146338],[110.75275,33.150671],[110.757575,33.154553],[110.765111,33.154161],[110.775937,33.148222],[110.790558,33.151758],[110.802389,33.162178],[110.807687,33.154335],[110.812304,33.153598],[110.817256,33.155768],[110.818762,33.160728],[110.817643,33.166399],[110.810815,33.170516],[110.809314,33.174186],[110.815026,33.193668],[110.823219,33.203858],[110.831812,33.206991],[110.84758,33.208048],[110.855,33.211154],[110.857972,33.216028],[110.870061,33.216555],[110.872153,33.215884],[110.87337,33.212586],[110.878271,33.210567],[110.893034,33.211165],[110.895011,33.204117],[110.898169,33.204372],[110.90163,33.212003],[110.909268,33.214478],[110.910748,33.210039],[110.907361,33.209363],[110.907307,33.207315],[110.909701,33.204503],[110.914,33.203976],[110.918749,33.210322],[110.932715,33.221852],[110.937072,33.228649],[110.937735,33.236446],[110.951547,33.24422],[110.955457,33.254488],[110.962621,33.260565],[110.986168,33.254793],[110.990041,33.252979],[110.991735,33.249458],[110.988566,33.244789],[110.988377,33.238499],[110.992429,33.239786],[110.995456,33.238862],[111.006462,33.231401],[111.012051,33.22151],[111.021458,33.212968],[111.055785,33.194421],[111.057422,33.186555],[111.052376,33.181814],[111.052,33.175167],[111.031658,33.158319],[111.032078,33.15528],[111.050254,33.157855],[111.056972,33.165562],[111.062951,33.177447],[111.067215,33.179627],[111.072083,33.179428],[111.076134,33.182406],[111.077587,33.185583],[111.085889,33.184539],[111.087283,33.18325],[111.087271,33.179022],[111.084756,33.173372],[111.098664,33.173164],[111.099801,33.170601],[111.113272,33.158905],[111.117903,33.159596],[111.121743,33.162998],[111.124874,33.162686],[111.122757,33.152361],[111.125637,33.139986],[111.133147,33.135869],[111.140472,33.125746],[111.147883,33.123833],[111.156424,33.126436],[111.166775,33.119323],[111.174709,33.11603],[111.170829,33.110467],[111.170082,33.094628],[111.176938,33.093126],[111.18562,33.094971],[111.188501,33.090836],[111.188566,33.081186],[111.193696,33.077406],[111.193039,33.073448],[111.188362,33.068402],[111.180652,33.065111],[111.163123,33.061701],[111.146353,33.050064],[111.145157,33.048389],[111.145708,33.043784],[111.152893,33.038278],[111.162936,33.047788],[111.166992,33.048377],[111.178869,33.044618],[111.184329,33.040003],[111.21338,33.044873],[111.23439,33.039276],[111.242258,33.029944],[111.241629,33.015076],[111.244545,33.01334],[111.249438,33.013839],[111.254094,33.00917],[111.257178,32.994672],[111.259163,32.991864],[111.265946,32.992748],[111.269984,32.989509],[111.265307,32.978617],[111.267425,32.970216],[111.266983,32.960954],[111.251413,32.952091],[111.246297,32.952116],[111.239087,32.933918],[111.239899,32.919135],[111.241968,32.91309],[111.246299,32.907385],[111.244201,32.900652],[111.239201,32.893427],[111.238949,32.884305],[111.25305,32.88294],[111.259056,32.887018],[111.26545,32.897302],[111.272307,32.900957],[111.289815,32.893073],[111.287195,32.8789],[111.28262,32.874091],[111.278443,32.873411],[111.284261,32.856585],[111.29414,32.856336],[111.310836,32.850885],[111.322491,32.835646],[111.335441,32.837552],[111.348504,32.835119],[111.357131,32.835542],[111.361648,32.833251],[111.364404,32.830657],[111.366894,32.823211],[111.381662,32.816791],[111.386595,32.806249],[111.385519,32.797357],[111.393695,32.792135],[111.398757,32.784026],[111.397554,32.777428],[111.409655,32.755581],[111.416517,32.753466],[111.435122,32.751906],[111.440147,32.754495],[111.44325,32.763239],[111.449683,32.76197],[111.453617,32.763122],[111.454918,32.77372],[111.456085,32.775978],[111.458454,32.775271],[111.468296,32.76083],[111.464509,32.75417],[111.461673,32.740514],[111.453366,32.729061],[111.443147,32.733113],[111.436867,32.738537],[111.432643,32.737054],[111.436726,32.733154],[111.437935,32.728703],[111.42479,32.736834],[111.420227,32.737515],[111.419221,32.734599],[111.426131,32.728226],[111.430502,32.726487],[111.443862,32.724554],[111.454691,32.725919],[111.46391,32.720645],[111.466993,32.716516],[111.464314,32.709777],[111.469995,32.698271],[111.481097,32.693259],[111.493951,32.680438],[111.511919,32.67116],[111.525832,32.646687],[111.519004,32.643886],[111.518741,32.641578],[111.531124,32.63038],[111.531104,32.625775],[111.522738,32.619617],[111.540543,32.6143],[111.548594,32.60984],[111.554228,32.60474],[111.55587,32.596699],[111.572639,32.590429],[111.578521,32.594664],[111.579491,32.601686],[111.590531,32.599275],[111.602791,32.609103],[111.615908,32.629676],[111.621996,32.63066],[111.636892,32.629916],[111.640171,32.628106],[111.631938,32.619905],[111.634245,32.610754],[111.640171,32.602516],[111.643774,32.602241],[111.651876,32.617994],[111.689364,32.608208],[111.697639,32.610406],[111.709732,32.608585],[111.718985,32.601438],[111.722019,32.59623],[111.730748,32.592659],[111.735353,32.588926],[111.741207,32.577498],[111.757649,32.562026],[111.769264,32.562776],[111.776044,32.561536],[111.780899,32.558382],[111.780732,32.551678],[111.782636,32.547134],[111.789879,32.546243],[111.802918,32.539361],[111.815651,32.539612],[111.820915,32.537411],[111.82293,32.531471],[111.82511,32.53072],[111.851965,32.53091],[111.852334,32.533111],[111.857196,32.532096],[111.856952,32.516693],[111.864177,32.509319],[111.886247,32.501783],[111.912289,32.507359],[111.93325,32.5212],[111.946113,32.518507],[111.951723,32.513801],[111.961068,32.497366],[111.968852,32.473775],[111.986375,32.471086],[111.986095,32.466614],[111.982734,32.464711],[111.984354,32.46105],[111.987574,32.460186],[111.99114,32.462608],[111.997846,32.461171],[112.000143,32.455342],[112.005496,32.45246],[112.016885,32.454354],[112.025641,32.460421],[112.028852,32.46934],[112.0335,32.473029],[112.041127,32.475457],[112.058387,32.475935],[112.057232,32.47221],[112.064121,32.461238],[112.060044,32.448122],[112.060344,32.442381],[112.066894,32.440226],[112.073495,32.43539],[112.074212,32.426643],[112.076609,32.4217],[112.088202,32.420356],[112.09547,32.416383],[112.100115,32.413135],[112.102252,32.406572],[112.112913,32.401574],[112.116842,32.396797],[112.121849,32.405153],[112.127218,32.404359],[112.128596,32.394117],[112.149271,32.379229],[112.153265,32.378939],[112.158427,32.387358],[112.15387,32.390539],[112.153062,32.388491],[112.144563,32.386205],[112.143416,32.389048],[112.155245,32.395124],[112.155601,32.402178],[112.149227,32.404559],[112.146053,32.403026],[112.142647,32.403753],[112.137543,32.409027],[112.1443,32.413741],[112.158625,32.413335],[112.163116,32.411764],[112.171496,32.400395],[112.173002,32.394578],[112.166361,32.389844],[112.166934,32.387092],[112.190734,32.394683],[112.194181,32.3948],[112.195246,32.38638],[112.19684,32.385483],[112.199858,32.38596],[112.204486,32.393244],[112.21611,32.388358],[112.219165,32.38809],[112.218749,32.389884],[112.221474,32.389761],[112.221576,32.382749],[112.231258,32.373081],[112.233832,32.373887],[112.244215,32.37032],[112.247314,32.363363],[112.251843,32.360809],[112.255628,32.361402],[112.263481,32.356226],[112.276123,32.351797],[112.282337,32.348244],[112.292925,32.337858],[112.30502,32.331043],[112.311865,32.331189],[112.318071,32.328568],[112.332658,32.349836],[112.345047,32.351724],[112.347788,32.360085],[112.354811,32.368393],[112.361899,32.370781],[112.383816,32.365651],[112.385884,32.372258],[112.394504,32.371026],[112.406135,32.365798],[112.413695,32.35697],[112.429887,32.351014],[112.437951,32.346214],[112.44478,32.345111],[112.446033,32.346924],[112.439952,32.352781],[112.439512,32.35752],[112.453345,32.369738],[112.465512,32.372567],[112.471437,32.382989],[112.47654,32.383174],[112.483546,32.377691],[112.488421,32.37667],[112.498758,32.384331],[112.511186,32.385544],[112.525433,32.391929],[112.53559,32.407027],[112.542607,32.413383],[112.546215,32.412237],[112.548424,32.408929],[112.566053,32.396595],[112.56557,32.394094],[112.572251,32.388406],[112.570166,32.385722],[112.572088,32.384096],[112.576006,32.385259],[112.582581,32.384147],[112.590477,32.389169],[112.598915,32.386892],[112.620862,32.375289],[112.635417,32.370337],[112.637409,32.375982],[112.651512,32.377164],[112.655219,32.375415],[112.65742,32.364098],[112.661628,32.371702],[112.666516,32.370812],[112.67236,32.368484],[112.679789,32.358586],[112.685482,32.356494],[112.69493,32.357112],[112.705583,32.353852],[112.707778,32.355419],[112.711549,32.364126],[112.72554,32.368612],[112.728329,32.367571],[112.730984,32.361385],[112.729138,32.352835],[112.744535,32.346123],[112.756527,32.345661],[112.765912,32.348296],[112.765897,32.354147],[112.770838,32.36084],[112.7763,32.358003],[112.786975,32.357688],[112.796039,32.367883],[112.803227,32.372049],[112.812758,32.371108],[112.821146,32.374697],[112.834433,32.376463],[112.838687,32.382654],[112.845505,32.387866],[112.854405,32.389965],[112.859633,32.396497],[112.866842,32.39938],[112.869268,32.396831],[112.872267,32.386788],[112.87179,32.382072],[112.874182,32.378239],[112.886787,32.381018],[112.884843,32.390298],[112.901579,32.39932],[112.909639,32.393308],[112.919912,32.391194],[112.940221,32.383221],[112.946348,32.382649],[112.948252,32.384229],[112.946566,32.388659],[112.948339,32.392386],[112.958929,32.395114],[112.963155,32.393084],[112.958662,32.376126],[112.976494,32.370869],[112.983806,32.370344],[112.992481,32.393353],[112.985193,32.40327],[112.988675,32.411851],[112.994756,32.418802],[113.00954,32.419527],[113.02495,32.427827],[113.028078,32.424969],[113.042509,32.422185],[113.051167,32.413943],[113.051588,32.406032],[113.059963,32.403846],[113.072733,32.395671],[113.089037,32.400752],[113.10327,32.400024],[113.107405,32.392999],[113.107303,32.383908],[113.113103,32.377265],[113.134981,32.38056],[113.145067,32.379426],[113.150842,32.382943],[113.148725,32.387361],[113.150259,32.397892],[113.155827,32.40412],[113.153051,32.407746],[113.152479,32.414312],[113.159485,32.417731],[113.160902,32.421598],[113.16838,32.424246],[113.180626,32.424208],[113.19808,32.434376],[113.202956,32.434779],[113.207874,32.433587],[113.223124,32.424333],[113.222288,32.422285],[113.226935,32.411196],[113.244483,32.400322],[113.249818,32.395061],[113.268018,32.386638],[113.270287,32.381786],[113.289626,32.37091],[113.287759,32.364527],[113.29298,32.355703],[113.30255,32.351912],[113.31236,32.352174],[113.326884,32.344032],[113.328966,32.340549],[113.32805,32.338712],[113.313259,32.330966],[113.311814,32.323987],[113.329629,32.316803],[113.342,32.301031],[113.352189,32.296538],[113.359194,32.297819],[113.366333,32.301358],[113.375019,32.299542],[113.385392,32.295344],[113.390602,32.28961],[113.389429,32.287074],[113.393479,32.28055],[113.398287,32.28245],[113.403447,32.281688],[113.410077,32.277499],[113.411047,32.274235],[113.414292,32.272152],[113.421534,32.271221],[113.452974,32.294413],[113.459668,32.29397],[113.462452,32.301252],[113.471045,32.299894],[113.484428,32.306217],[113.488211,32.311792],[113.500536,32.317678],[113.508925,32.317791],[113.517515,32.325552],[113.518726,32.329405],[113.526946,32.332169],[113.543409,32.330649],[113.545435,32.327147],[113.544798,32.321102],[113.542301,32.31834],[113.541631,32.314135],[113.541985,32.31009],[113.543993,32.307489],[113.557911,32.302701],[113.568004,32.30383],[113.555313,32.309965],[113.552791,32.32296],[113.54915,32.326387],[113.547116,32.332484],[113.559059,32.342937],[113.567373,32.341074],[113.572199,32.342039],[113.585547,32.352907],[113.599887,32.353063],[113.600293,32.356101],[113.597132,32.358456],[113.587425,32.360656],[113.585832,32.36516],[113.587445,32.367326],[113.592458,32.368809],[113.596705,32.368019],[113.604762,32.361597],[113.609638,32.359784],[113.616901,32.361995],[113.619298,32.366289],[113.619212,32.378027],[113.633031,32.390845],[113.638435,32.406433],[113.645237,32.414853],[113.648455,32.415876],[113.655007,32.413566],[113.658483,32.417585],[113.659776,32.423993],[113.66645,32.41967],[113.673558,32.422872],[113.679347,32.421703],[113.682754,32.419193],[113.692478,32.423028],[113.695532,32.422782],[113.699391,32.413938],[113.701815,32.412552],[113.706914,32.4132],[113.712633,32.41928],[113.717586,32.419027],[113.728312,32.412801],[113.731999,32.403357],[113.730891,32.397522],[113.734156,32.394541],[113.740847,32.395188],[113.744813,32.389694],[113.745027,32.378513],[113.738998,32.377238],[113.737446,32.373667],[113.741502,32.366196],[113.747318,32.362996],[113.75087,32.363121],[113.757753,32.372236],[113.762516,32.372429],[113.764606,32.371302],[113.765724,32.364752],[113.76405,32.359009],[113.756056,32.353821],[113.751878,32.353678],[113.748961,32.34954],[113.747547,32.331593],[113.752734,32.323345],[113.758273,32.322575],[113.763197,32.317997],[113.761674,32.312266],[113.766344,32.310865],[113.767399,32.305074],[113.742218,32.295062],[113.737844,32.287946],[113.73691,32.280864],[113.744043,32.275337],[113.746198,32.267565],[113.743233,32.262456],[113.733171,32.259854],[113.732433,32.255074],[113.733402,32.244922],[113.743184,32.237283],[113.746141,32.215731],[113.758678,32.20528],[113.77139,32.210554],[113.777257,32.188357],[113.771297,32.183017],[113.754934,32.159585],[113.759103,32.153401],[113.760546,32.136177],[113.753319,32.127028],[113.736644,32.113182],[113.73243,32.114923],[113.733184,32.120315],[113.727488,32.124377],[113.718516,32.127562],[113.715278,32.124099],[113.719074,32.120664],[113.719505,32.109505],[113.724573,32.099283],[113.718752,32.088673],[113.724938,32.08314],[113.737083,32.07921],[113.740553,32.07132],[113.757204,32.056769],[113.770316,32.051872],[113.774124,32.051825],[113.786428,32.038747],[113.784944,32.034489],[113.772097,32.0197],[113.765797,32.020501],[113.762591,32.016965],[113.759319,32.009884],[113.752447,32.004648],[113.752757,31.999667],[113.750331,31.995865],[113.753671,31.989552],[113.761796,31.981876],[113.772126,31.980785],[113.77743,31.977099],[113.784054,31.975512],[113.790479,31.976741],[113.797303,31.975833],[113.808416,31.967476],[113.801735,31.953598],[113.800338,31.933015],[113.812963,31.92448],[113.827186,31.918215],[113.832784,31.91088],[113.827648,31.900502],[113.829913,31.895801],[113.825476,31.883723],[113.82599,31.875635],[113.835381,31.869116],[113.832924,31.867513],[113.831134,31.862866],[113.834087,31.854796],[113.852877,31.843405],[113.860932,31.847492],[113.86832,31.842611],[113.870916,31.842904],[113.877624,31.848599],[113.883261,31.850562],[113.887252,31.848525],[113.890566,31.850504],[113.900216,31.867292],[113.901922,31.873202],[113.912269,31.881113],[113.924699,31.883562],[113.929995,31.881016],[113.927397,31.874492],[113.928122,31.870699],[113.946887,31.860315],[113.952231,31.859686],[113.952595,31.843283],[113.950993,31.83939],[113.944856,31.83499],[113.940776,31.825041],[113.942774,31.819464],[113.946827,31.818275],[113.947812,31.814811],[113.946127,31.804175],[113.94733,31.793695],[113.964044,31.783068],[113.963225,31.778055],[113.967795,31.769905],[113.96972,31.760341],[113.980377,31.752016],[113.984956,31.751585],[114.00185,31.767082],[114.012363,31.773893],[114.015303,31.772852],[114.023972,31.773963],[114.03044,31.770988],[114.037371,31.775934],[114.050972,31.772512],[114.057175,31.77829],[114.05763,31.781145],[114.071571,31.782686],[114.082834,31.781117],[114.084529,31.786251],[114.092508,31.793235],[114.088693,31.797075],[114.090764,31.802063],[114.098159,31.807211],[114.111175,31.806789],[114.114215,31.808244],[114.114805,31.819638],[114.123954,31.829339],[114.124545,31.839177],[114.126976,31.845217],[114.133246,31.845971],[114.141468,31.840965],[114.155444,31.842468],[114.157173,31.848059],[114.160904,31.853118],[114.163361,31.855624],[114.167184,31.856322],[114.1761,31.856232],[114.189137,31.852223],[114.194171,31.846745],[114.204912,31.843556],[114.207516,31.839828],[114.214821,31.837077],[114.214739,31.83419],[114.221171,31.833754],[114.222853,31.838226],[114.227242,31.842603],[114.230822,31.842934],[114.231686,31.839455],[114.229488,31.833864],[114.234662,31.822894],[114.241722,31.816667],[114.244839,31.809909],[114.25261,31.805034],[114.253081,31.80075],[114.257234,31.798607],[114.258089,31.791103],[114.268039,31.782789],[114.270693,31.774162],[114.278046,31.767971],[114.286117,31.763967],[114.290201,31.757326],[114.291563,31.750657],[114.294695,31.751966],[114.297443,31.756256],[114.303508,31.75642],[114.306025,31.753602],[114.31843,31.757426],[114.325771,31.755122],[114.341769,31.758305],[114.358958,31.749389],[114.374314,31.746382],[114.381945,31.742675],[114.392542,31.750001],[114.400876,31.75022],[114.410756,31.745108],[114.415609,31.737761],[114.414846,31.733754],[114.422313,31.733028],[114.424408,31.737519],[114.426021,31.737997],[114.429605,31.735601],[114.430866,31.732491],[114.44419,31.729601],[114.446564,31.732133],[114.444912,31.738828],[114.447338,31.741319],[114.450542,31.739874],[114.451291,31.736674],[114.455026,31.734392],[114.460069,31.736604],[114.462981,31.740938],[114.468211,31.742439],[114.4754,31.742324],[114.48851,31.745499],[114.490222,31.740153],[114.493114,31.738585],[114.501233,31.741986],[114.505637,31.74666],[114.503136,31.750226],[114.4985,31.751254],[114.50181,31.763817],[114.501102,31.766729],[114.508924,31.769676],[114.512885,31.769897],[114.518438,31.764272],[114.517097,31.759198],[114.525524,31.75179],[114.524248,31.748988],[114.526081,31.743543],[114.532365,31.742042],[114.54025,31.74983],[114.539881,31.754628],[114.549476,31.762061],[114.544174,31.76625],[114.544816,31.769111],[114.550107,31.77015],[114.566366,31.766568],[114.579537,31.766494],[114.58305,31.756392],[114.577206,31.742578],[114.57986,31.733001],[114.57711,31.728441],[114.576361,31.723162],[114.576683,31.718913],[114.578516,31.716568],[114.574385,31.713208],[114.574158,31.710571],[114.577232,31.707529],[114.586236,31.705175],[114.585931,31.697417],[114.583401,31.692501],[114.572392,31.694167],[114.569763,31.693107],[114.569366,31.672752],[114.564797,31.665532],[114.566355,31.660975],[114.558386,31.660583],[114.552651,31.658159],[114.550858,31.656163],[114.550485,31.649662],[114.544441,31.645384],[114.547791,31.636509],[114.547195,31.629662],[114.544043,31.6272],[114.54304,31.624198],[114.544457,31.617769],[114.542642,31.61163],[114.54555,31.608641],[114.548338,31.601092],[114.550604,31.590482],[114.548618,31.585861],[114.553092,31.580858],[114.550944,31.575192],[114.555257,31.568656],[114.554421,31.564729],[114.561633,31.558106],[114.568002,31.557194],[114.569334,31.561993],[114.583292,31.562345],[114.586584,31.563709],[114.591162,31.57771],[114.595909,31.579164],[114.601474,31.578366],[114.606994,31.580486],[114.610281,31.583578],[114.611669,31.587683],[114.616968,31.585862],[114.621798,31.58897],[114.629965,31.584565],[114.639925,31.58346],[114.640085,31.576416],[114.648626,31.57364],[114.652185,31.570061],[114.651088,31.563368],[114.654759,31.564396],[114.658314,31.554451],[114.66315,31.552269],[114.66521,31.548371],[114.671359,31.545326],[114.686705,31.546],[114.691359,31.548466],[114.69392,31.547179],[114.695684,31.540844],[114.689558,31.531438],[114.689731,31.528757],[114.692083,31.526159],[114.700507,31.526693],[114.704062,31.529261],[114.712581,31.530226],[114.714067,31.522308],[114.716221,31.519245],[114.718055,31.521596],[114.7357,31.529472],[114.747392,31.523801],[114.748251,31.529038],[114.75319,31.529253],[114.761112,31.525169],[114.763428,31.521555],[114.775317,31.523065],[114.77833,31.525754],[114.774706,31.524516],[114.774104,31.526102],[114.778285,31.527824],[114.78184,31.524558],[114.781466,31.521768],[114.776514,31.521911],[114.768601,31.514454],[114.77112,31.510312],[114.769312,31.503536],[114.776239,31.502821],[114.778717,31.497929],[114.776134,31.486613],[114.788166,31.480389],[114.797943,31.482144],[114.808219,31.480285],[114.812722,31.476138],[114.817002,31.475049],[114.825331,31.462942],[114.825602,31.459404],[114.834836,31.461042],[114.843991,31.470604],[114.845174,31.478063],[114.847474,31.479189],[114.850651,31.476939],[114.856283,31.481318],[114.860078,31.479912],[114.87016,31.480093],[114.872204,31.475539],[114.871348,31.472232],[114.880865,31.470412],[114.888179,31.475249],[114.90024,31.476708],[114.912112,31.482823],[114.918293,31.483702],[114.919134,31.480316],[114.93067,31.474994],[114.934143,31.469448],[114.936197,31.480428],[114.94152,31.482439],[114.94998,31.490856],[114.955119,31.4931],[114.95668,31.497731],[114.969521,31.501984],[114.975819,31.494743],[114.974117,31.488123],[114.977564,31.479852],[114.979177,31.47867],[114.985458,31.480211],[114.986215,31.475228],[114.991082,31.471277],[114.993444,31.472671],[114.9966,31.478409],[114.998584,31.486981],[115.005489,31.489936],[115.002436,31.496469],[114.998701,31.498632],[114.999703,31.503785],[115.006395,31.505383],[115.009241,31.514315],[115.014253,31.520342],[115.017618,31.529277],[115.019457,31.529822],[115.02405,31.529601],[115.025583,31.526978],[115.024744,31.523769],[115.036691,31.516171],[115.044785,31.519278],[115.049192,31.516151],[115.075197,31.510688],[115.090881,31.510239],[115.093251,31.516072],[115.08829,31.51751],[115.087134,31.520923],[115.092425,31.520889],[115.110089,31.53191],[115.108664,31.535388],[115.100199,31.539971],[115.100833,31.548763],[115.106615,31.553136],[115.098139,31.555564],[115.097636,31.561253],[115.099925,31.568269],[115.108134,31.571407],[115.1123,31.576211],[115.118824,31.578399],[115.123828,31.5837],[115.122897,31.590494],[115.118686,31.594821],[115.120143,31.599715],[115.133894,31.605753],[115.146554,31.607881],[115.150895,31.606128],[115.167017,31.604688],[115.172678,31.599706],[115.170968,31.591975],[115.173348,31.582261],[115.18142,31.574572],[115.187836,31.573042],[115.185876,31.565447],[115.197473,31.564908],[115.203431,31.566549],[115.205659,31.563725],[115.204484,31.559155],[115.205995,31.55707],[115.210313,31.555654],[115.216752,31.558709],[115.222795,31.557296],[115.229249,31.559517],[115.231485,31.557051],[115.225274,31.549026],[115.224511,31.543245],[115.225807,31.539228],[115.21811,31.523336],[115.212303,31.517168],[115.2123,31.512861],[115.215134,31.508351],[115.213555,31.501005],[115.20821,31.497326],[115.207182,31.49431],[115.207628,31.489978],[115.21123,31.484203],[115.213789,31.469869],[115.202429,31.448151],[115.204567,31.446265],[115.206395,31.438963],[115.211141,31.436938],[115.215151,31.426621],[115.221456,31.426231],[115.224814,31.428414],[115.22878,31.42867],[115.232021,31.428138],[115.235665,31.42503],[115.247069,31.423611],[115.252514,31.417507],[115.255116,31.411061],[115.251043,31.401903],[115.246207,31.397914],[115.246307,31.395004],[115.24669,31.393854],[115.251231,31.394355],[115.25507,31.388279],[115.261484,31.391513],[115.265985,31.397665],[115.275896,31.402083],[115.286892,31.397317],[115.290291,31.398585],[115.294319,31.388202],[115.300757,31.3844],[115.307165,31.384823],[115.315953,31.38902],[115.324626,31.395827],[115.33155,31.404123],[115.34227,31.402983],[115.349073,31.400472],[115.35946,31.405277],[115.369283,31.406578],[115.37779,31.398788],[115.38398,31.396053],[115.387216,31.393391],[115.387264,31.388443],[115.380403,31.384373],[115.380828,31.382038],[115.37673,31.375514],[115.369973,31.37384],[115.375948,31.367968],[115.374939,31.355074],[115.370226,31.354584],[115.366306,31.350858],[115.372411,31.349961],[115.380477,31.345316],[115.386188,31.343923],[115.390951,31.345843],[115.400494,31.339094],[115.411562,31.342778],[115.411697,31.347975],[115.41464,31.351761],[115.418615,31.349023],[115.423847,31.348384],[115.426722,31.352302],[115.437636,31.347493],[115.440835,31.340063],[115.441651,31.330891],[115.44021,31.328136],[115.444219,31.317285],[115.447462,31.314277],[115.451343,31.313878],[115.457216,31.321716],[115.460312,31.314518],[115.458904,31.309919],[115.455035,31.307139],[115.455577,31.295459],[115.451534,31.287851],[115.452002,31.282894],[115.461663,31.278494],[115.464925,31.26966],[115.469597,31.265064],[115.476851,31.267435],[115.479972,31.270478],[115.493913,31.267292],[115.496747,31.262818],[115.503553,31.270202],[115.506758,31.270898],[115.515147,31.265961],[115.527895,31.243925],[115.535405,31.236173],[115.537615,31.229575],[115.534174,31.210243],[115.528852,31.204785],[115.530951,31.198675],[115.537193,31.194134],[115.540156,31.195105],[115.543739,31.188953],[115.541905,31.184911],[115.550049,31.17704],[115.55337,31.175719],[115.549645,31.166553],[115.552723,31.163635],[115.557912,31.163183],[115.564811,31.159471],[115.579319,31.144738],[115.581941,31.144231],[115.588679,31.147881],[115.592216,31.153388],[115.593516,31.156354],[115.590809,31.161073],[115.591358,31.164671],[115.595308,31.161439],[115.59906,31.160882],[115.599215,31.171265],[115.614265,31.183357],[115.626068,31.184573],[115.630595,31.187399],[115.63823,31.204498],[115.638421,31.218261],[115.640134,31.22213],[115.645331,31.222495],[115.649489,31.219747],[115.656173,31.219661],[115.658682,31.210894],[115.670843,31.211977],[115.686891,31.203723],[115.692817,31.206251],[115.698288,31.203082],[115.707675,31.20184],[115.708722,31.197239],[115.70679,31.186541],[115.708066,31.184132],[115.716403,31.183114],[115.727657,31.178015],[115.731064,31.166756],[115.729312,31.157809],[115.73666,31.157697],[115.742711,31.155075],[115.746171,31.146986],[115.750495,31.144944],[115.752583,31.139699],[115.758098,31.136086],[115.76412,31.118832],[115.762428,31.109354],[115.763534,31.107972],[115.770627,31.105518],[115.775862,31.107165],[115.782003,31.114528],[115.782091,31.120489],[115.787376,31.12677],[115.794699,31.128942],[115.822933,31.126715],[115.838143,31.129897],[115.841112,31.131189],[115.841358,31.136357],[115.847545,31.139885],[115.849229,31.144599],[115.855665,31.145497],[115.86827,31.150726],[115.874302,31.149954],[115.880229,31.144613],[115.885511,31.130275],[115.88883,31.129024],[115.887621,31.124974],[115.882961,31.120646],[115.887562,31.116937],[115.887973,31.105389],[115.892256,31.096785],[115.899203,31.090886],[115.909183,31.092649],[115.914948,31.088715],[115.917211,31.08202],[115.92468,31.075055],[115.940053,31.070423],[115.942176,31.065414],[115.941738,31.061568],[115.934756,31.046996],[115.937403,31.041579],[115.948827,31.045542],[115.952873,31.041928],[115.964201,31.040307],[115.976574,31.045031],[115.98308,31.038494],[115.986396,31.040225],[115.991642,31.035084],[116.000704,31.035365],[116.004309,31.029202],[116.00276,31.026108],[116.003031,31.020479],[116.008927,31.014533],[116.017143,31.01617],[116.019974,31.015113],[116.021428,31.012013],[116.026048,31.010769],[116.034093,31.018145],[116.042442,31.015805],[116.052305,31.015576],[116.055041,30.99822],[116.063175,30.983285],[116.062125,30.974328],[116.065643,30.971814],[116.068718,30.957799],[116.060133,30.960021],[116.0528,30.958415],[116.035894,30.960211],[116.033292,30.958914],[116.029705,30.952847],[116.019669,30.956151],[116.015672,30.953136],[116.003444,30.950846],[116.000212,30.94673],[115.994757,30.946734],[115.990689,30.941554],[115.982526,30.935716],[115.978707,30.937331],[115.974099,30.936833],[115.970971,30.932414],[115.965343,30.930654],[115.968004,30.925954],[115.964039,30.919982],[115.95921,30.920197],[115.949246,30.915525],[115.946021,30.912181],[115.944728,30.906675],[115.941038,30.903761],[115.9313,30.905904],[115.928978,30.90099],[115.929525,30.897479],[115.926323,30.890204],[115.923574,30.887975],[115.913948,30.886949],[115.910729,30.890073],[115.900122,30.889671],[115.900052,30.888313],[115.904323,30.88772],[115.90229,30.88497],[115.887659,30.882135],[115.88623,30.883196],[115.877859,30.878242],[115.873359,30.871997],[115.86429,30.871429],[115.858943,30.864969],[115.859228,30.856858],[115.850061,30.849187],[115.842732,30.845519],[115.841374,30.83277],[115.846722,30.825645],[115.859727,30.818764],[115.857094,30.812187],[115.858647,30.805592],[115.861398,30.804915],[115.86156,30.802941],[115.859138,30.7982],[115.850633,30.79706],[115.851762,30.787864],[115.853613,30.785951],[115.860635,30.782909],[115.864351,30.785061],[115.866307,30.784501],[115.86398,30.776566],[115.848341,30.768853],[115.846689,30.760243],[115.840355,30.756323],[115.836163,30.757035],[115.833182,30.759588],[115.828744,30.759076],[115.813536,30.753051],[115.798033,30.761889],[115.786716,30.760795],[115.781453,30.758474],[115.772931,30.748891],[115.775259,30.746077],[115.772603,30.742103],[115.772016,30.729661],[115.763451,30.721265],[115.765145,30.719558],[115.761982,30.712403],[115.761379,30.69513],[115.756021,30.689884],[115.757707,30.686212],[115.765587,30.682219],[115.770125,30.673406],[115.76904,30.670324],[115.777117,30.669486],[115.778724,30.666166],[115.792568,30.662302],[115.793087,30.653975],[115.795692,30.645853],[115.80068,30.642196],[115.805732,30.642375],[115.808984,30.638179],[115.810263,30.624448],[115.80191,30.618653],[115.804583,30.610942],[115.809251,30.606479],[115.81334,30.598947],[115.818467,30.597806],[115.820087,30.605216],[115.823009,30.608141],[115.832074,30.603063],[115.838049,30.6022],[115.843061,30.604331],[115.849333,30.597175],[115.850388,30.592374],[115.861852,30.590807],[115.873494,30.584133],[115.874892,30.578435],[115.869916,30.572009],[115.879126,30.561289],[115.877645,30.556762],[115.881564,30.548414],[115.887225,30.543817],[115.890634,30.54389],[115.896113,30.538419],[115.901172,30.525391],[115.908637,30.519857],[115.913435,30.520927],[115.917554,30.519847],[115.904423,30.508925],[115.900914,30.502434],[115.902239,30.499841],[115.897602,30.496201],[115.895888,30.488072],[115.892097,30.485884],[115.892962,30.47837],[115.895985,30.472248],[115.894743,30.467144],[115.889845,30.463774],[115.888955,30.454255],[115.898832,30.452522],[115.912355,30.445881],[115.915714,30.435539],[115.915238,30.431615],[115.939494,30.429729],[115.940556,30.426822],[115.93842,30.42291],[115.93345,30.419979],[115.927161,30.423117],[115.919166,30.421259],[115.905351,30.401386],[115.901263,30.39998],[115.894032,30.401102],[115.893421,30.393768],[115.882038,30.38862],[115.879071,30.38368],[115.889151,30.368177],[115.889399,30.355955],[115.897341,30.35421],[115.899667,30.350143],[115.898728,30.344971],[115.911296,30.342708],[115.913523,30.327881],[115.904997,30.32602],[115.903088,30.322155],[115.904875,30.318924],[115.903725,30.314623],[115.899231,30.311613],[115.905749,30.307586],[115.915488,30.305867],[115.920019,30.302563],[115.926779,30.304656],[115.928859,30.30335],[115.932167,30.31159],[115.934371,30.3128],[115.936854,30.307634],[115.947339,30.309989],[115.955031,30.303398],[115.968612,30.302258],[115.972953,30.296523],[115.984811,30.289633],[115.979673,30.279485],[115.98703,30.272916],[115.98697,30.27109],[115.981125,30.267822],[115.982923,30.264058],[115.987378,30.263175],[115.996009,30.257349],[116.004932,30.257649],[116.006587,30.251782],[116.011074,30.2483],[116.011263,30.246602],[116.00799,30.244031],[116.009111,30.242588],[116.021891,30.24389],[116.024257,30.23997],[116.022723,30.237477],[116.032244,30.228572],[116.030147,30.225756],[116.032602,30.22489],[116.035083,30.227407],[116.040598,30.228532],[116.043033,30.226216],[116.042307,30.222838],[116.044352,30.22114],[116.060541,30.212258],[116.061281,30.207798],[116.057825,30.205374],[116.057222,30.202709],[116.062689,30.195254],[116.050729,30.186291],[116.052819,30.174255],[116.057507,30.166398],[116.056561,30.159359],[116.05476,30.157182],[116.061085,30.150443],[116.060245,30.147363],[116.066417,30.139668],[116.066898,30.133992],[116.071391,30.135586],[116.077389,30.133585],[116.083851,30.128857],[116.07909,30.118381],[116.080089,30.113382],[116.085147,30.108782],[116.084636,30.106662],[116.076656,30.100949],[116.076282,30.091189],[116.079173,30.085353],[116.082972,30.083222],[116.082745,30.079981],[116.071452,30.06785],[116.072283,30.05861],[116.077122,30.058252],[116.079865,30.055119],[116.079702,30.045448],[116.084433,30.041836],[116.086882,30.033284],[116.084193,30.030549],[116.080029,30.030557],[116.077518,30.028808],[116.077091,30.017935],[116.075048,30.012887],[116.074373,29.991754],[116.07651,29.984422],[116.07078,29.973831],[116.069505,29.966144],[116.074899,29.96157],[116.124512,29.89913],[116.125443,29.901783],[116.127929,29.902523],[116.124917,29.893219],[116.122834,29.892849],[116.121392,29.886057],[116.129264,29.881807],[116.131248,29.87036],[116.121598,29.863693],[116.125001,29.859579],[116.132285,29.835971],[116.132865,29.826707],[116.121725,29.822911],[116.105145,29.81411],[116.077339,29.795471],[116.065923,29.784912],[116.051365,29.766679],[116.035741,29.756099],[115.994278,29.742099],[115.956845,29.725741],[115.944383,29.722293],[115.92739,29.720844],[115.9131,29.723714],[115.839652,29.748003],[115.805504,29.772014],[115.763815,29.790883],[115.751212,29.800099],[115.744126,29.808087],[115.699535,29.840038],[115.674908,29.850831],[115.661444,29.853108],[115.652878,29.85168],[115.642171,29.846826],[115.613332,29.840829],[115.547186,29.838342],[115.51262,29.840577],[115.506008,29.84231],[115.500393,29.824668],[115.479907,29.819896],[115.472638,29.812298],[115.463834,29.808722],[115.470455,29.802705],[115.470004,29.7963],[115.471404,29.792529],[115.466451,29.790098],[115.46676,29.785437],[115.470412,29.782137],[115.46786,29.776495],[115.460194,29.773927],[115.458504,29.770654],[115.460057,29.755856],[115.464747,29.761887],[115.468573,29.7608],[115.471305,29.756145],[115.469503,29.746443],[115.464589,29.739164],[115.45902,29.734068],[115.451232,29.734695],[115.44824,29.724624],[115.444889,29.72471],[115.440296,29.727442],[115.431544,29.715288],[115.425777,29.712111],[115.423162,29.713855],[115.418731,29.710853],[115.419907,29.705083],[115.413091,29.699749],[115.412472,29.691606],[115.413605,29.68896],[115.409068,29.680985],[115.404408,29.679875],[115.394791,29.682904],[115.390251,29.676168],[115.385621,29.677031],[115.370139,29.66672],[115.3578,29.655626],[115.358351,29.653459],[115.354756,29.648917],[115.34237,29.653816],[115.339247,29.650186],[115.332854,29.652969],[115.329105,29.64943],[115.322328,29.649112],[115.315315,29.638897],[115.309752,29.637493],[115.29994,29.63965],[115.299258,29.63665],[115.284793,29.626311],[115.280829,29.621047],[115.272303,29.625849],[115.265684,29.624983],[115.256481,29.638337],[115.251992,29.639018],[115.252796,29.643829],[115.268195,29.649882],[115.269595,29.652097],[115.259457,29.65995],[115.253227,29.658746],[115.24926,29.660637],[115.246044,29.660241],[115.241167,29.657175],[115.230432,29.656266],[115.22605,29.653724],[115.167593,29.659091],[115.158874,29.65807],[115.144657,29.660924],[115.131762,29.674792],[115.129743,29.678181],[115.131173,29.681234],[115.129479,29.682798],[115.12407,29.684029],[115.11816,29.682368],[115.111843,29.685149],[115.108412,29.683398],[115.104998,29.676972],[115.105184,29.670413],[115.10151,29.666609],[115.103021,29.661665],[115.12352,29.651312],[115.135526,29.65421],[115.138893,29.642169],[115.141211,29.640318],[115.137014,29.638701],[115.130339,29.638941],[115.126994,29.634872],[115.128203,29.628135],[115.126818,29.62141],[115.130772,29.619879],[115.130703,29.618254],[115.124529,29.612173],[115.123169,29.608275],[115.123771,29.602538],[115.111597,29.599743],[115.111388,29.597637],[115.118056,29.597034],[115.129188,29.592327],[115.137347,29.598458],[115.149802,29.601062],[115.152625,29.604947],[115.169864,29.60074],[115.172814,29.594746],[115.172002,29.592431],[115.15225,29.587178],[115.148097,29.578049],[115.148618,29.574741],[115.151642,29.571479],[115.152265,29.566869],[115.147369,29.558902],[115.150952,29.554343],[115.14605,29.549265],[115.148552,29.543912],[115.146054,29.537424],[115.140892,29.535052],[115.149158,29.529056],[115.150821,29.524935],[115.149948,29.521683],[115.155472,29.510857],[115.153331,29.508939],[115.141667,29.50985],[115.128701,29.514505],[115.124218,29.511095],[115.121551,29.51105],[115.094223,29.522941],[115.083723,29.52197],[115.080983,29.524118],[115.079931,29.52938],[115.085006,29.532738],[115.087327,29.539761],[115.092403,29.540265],[115.090856,29.545722],[115.094205,29.552212],[115.091123,29.556268],[115.081773,29.562741],[115.076081,29.558278],[115.065197,29.56018],[115.051481,29.553375],[115.042096,29.554509],[115.028762,29.54884],[115.018258,29.557706],[115.013554,29.557521],[115.010037,29.561142],[115.007395,29.567402],[114.99969,29.569251],[114.996728,29.574059],[114.99424,29.574922],[114.989975,29.56597],[114.980623,29.564383],[114.975498,29.566864],[114.973132,29.565354],[114.968141,29.555599],[114.958844,29.555153],[114.952575,29.556607],[114.947678,29.546512],[114.94279,29.54579],[114.941076,29.533704],[114.942441,29.529512],[114.949142,29.527237],[114.958656,29.528329],[114.967852,29.522424],[114.965518,29.516782],[114.957749,29.512743],[114.958393,29.507633],[114.957168,29.505654],[114.946122,29.499848],[114.935805,29.497114],[114.930824,29.498053],[114.927658,29.50255],[114.921108,29.501281],[114.91808,29.505312],[114.921885,29.520089],[114.919678,29.524675],[114.916093,29.523013],[114.914002,29.513565],[114.912106,29.511999],[114.895201,29.508775],[114.898951,29.519583],[114.9034,29.522964],[114.897584,29.532089],[114.89361,29.533287],[114.890674,29.530459],[114.889794,29.517545],[114.885073,29.504236],[114.87911,29.503298],[114.877506,29.501249],[114.878789,29.495345],[114.873613,29.49558],[114.870574,29.491769],[114.867407,29.482667],[114.863909,29.482859],[114.854716,29.477706],[114.858254,29.469604],[114.863286,29.467895],[114.867465,29.471305],[114.869946,29.472034],[114.870961,29.470832],[114.874542,29.458369],[114.877489,29.455314],[114.878106,29.442807],[114.880161,29.43862],[114.887246,29.441261],[114.898163,29.450958],[114.902747,29.450189],[114.908524,29.451951],[114.91325,29.458953],[114.918282,29.462502],[114.917342,29.466284],[114.901602,29.47036],[114.901396,29.471621],[114.90562,29.477705],[114.910691,29.479686],[114.912292,29.484963],[114.922007,29.490744],[114.931524,29.490427],[114.93364,29.488302],[114.934778,29.486589],[114.933715,29.482255],[114.929718,29.478848],[114.933047,29.47486],[114.932511,29.469968],[114.940032,29.471553],[114.94441,29.466318],[114.942506,29.463653],[114.937176,29.46213],[114.937938,29.455468],[114.936796,29.453659],[114.929277,29.448425],[114.922257,29.449123],[114.923507,29.441642],[114.92746,29.436545],[114.926385,29.425948],[114.921829,29.419301],[114.918258,29.418811],[114.912108,29.423112],[114.905628,29.424646],[114.899655,29.41692],[114.897855,29.412707],[114.898744,29.410554],[114.889934,29.39995],[114.880556,29.397682],[114.874935,29.393554],[114.871112,29.395391],[114.873088,29.403185],[114.869046,29.408212],[114.848395,29.404682],[114.843075,29.401875],[114.842178,29.399221],[114.823237,29.395154],[114.801356,29.380058],[114.797034,29.383126],[114.789531,29.384313],[114.787284,29.386194],[114.778728,29.386573],[114.771941,29.38204],[114.76977,29.378169],[114.760375,29.377008],[114.75825,29.369884],[114.755119,29.365369],[114.753105,29.365087],[114.736709,29.367092],[114.735302,29.372167],[114.738686,29.387185],[114.730103,29.396066],[114.707425,29.397272],[114.702041,29.395787],[114.698332,29.392871],[114.678127,29.38913],[114.668098,29.396003],[114.66544,29.396289],[114.658383,29.391858],[114.654422,29.393662],[114.639215,29.383301],[114.627066,29.381433],[114.619346,29.384593],[114.615486,29.383082],[114.607881,29.376741],[114.600741,29.365109],[114.59501,29.360358],[114.56085,29.345834],[114.555057,29.345847],[114.55228,29.347559],[114.545945,29.339153],[114.537706,29.333864],[114.529296,29.334199],[114.508914,29.32585],[114.499439,29.325108],[114.497522,29.325575],[114.493144,29.332126],[114.485965,29.328321],[114.479985,29.328984],[114.475047,29.331889],[114.457632,29.323845],[114.4504,29.329876],[114.449568,29.333373],[114.451103,29.338628],[114.444984,29.338229],[114.437643,29.341834],[114.439174,29.343952],[114.444955,29.345971],[114.43895,29.351747],[114.436019,29.349362],[114.43424,29.344525],[114.415353,29.336943],[114.409779,29.33674],[114.40705,29.339943],[114.398006,29.338528],[114.39459,29.340634],[114.389565,29.336809],[114.383914,29.336316],[114.369274,29.323766],[114.361657,29.324588],[114.356564,29.327688],[114.347593,29.323503],[114.344708,29.323597],[114.343831,29.326519],[114.335919,29.329644],[114.330077,29.335192],[114.319145,29.360097],[114.304201,29.368229],[114.294625,29.364323],[114.290569,29.360775],[114.281773,29.359481],[114.274935,29.353385],[114.268897,29.356904],[114.251901,29.345968],[114.251603,29.34447],[114.254242,29.338582],[114.255302,29.32539],[114.245806,29.30687],[114.250608,29.301237],[114.253647,29.300342],[114.255999,29.293903],[114.248704,29.282832],[114.248361,29.279702],[114.251107,29.276157],[114.250607,29.272988],[114.24784,29.270209],[114.242286,29.270724],[114.241563,29.26953],[114.243412,29.261553],[114.249928,29.249302],[114.249534,29.238656],[114.235793,29.231843],[114.228297,29.236145],[114.226122,29.239792],[114.215597,29.235959],[114.210913,29.236636],[114.210168,29.235386],[114.212132,29.232222],[114.204595,29.230362],[114.199126,29.226385],[114.187917,29.226738],[114.172593,29.215251],[114.166493,29.219014],[114.160213,29.220014],[114.149377,29.21592],[114.143084,29.215904],[114.137079,29.212863],[114.123845,29.218332],[114.117924,29.213228],[114.106555,29.215885],[114.08991,29.213504],[114.085816,29.214921],[114.074305,29.209253],[114.071866,29.210014],[114.066962,29.208384],[114.068717,29.202998],[114.06133,29.197533],[114.055678,29.186425],[114.044948,29.176988],[114.040488,29.176498],[114.034594,29.173278],[114.035455,29.164377],[114.031479,29.16318],[114.020489,29.152043],[114.019549,29.149129],[114.010726,29.144104],[114.002083,29.141978],[113.999223,29.136283],[113.994029,29.131895],[113.980047,29.128611],[113.978611,29.118634],[113.973492,29.112917],[113.971482,29.107681],[113.96746,29.105214],[113.96543,29.101548],[113.96235,29.100376],[113.950186,29.103404],[113.947883,29.099791],[113.947617,29.081255],[113.944179,29.077632],[113.948264,29.07198],[113.940162,29.06209],[113.939486,29.0476],[113.936207,29.050393],[113.927798,29.048548],[113.921004,29.043656],[113.91154,29.040643],[113.906018,29.033646],[113.895812,29.034591],[113.891909,29.032769],[113.883644,29.036829],[113.870137,29.037753],[113.873779,29.045264],[113.869578,29.0503],[113.869168,29.056206],[113.873804,29.064662],[113.870156,29.067873],[113.858932,29.066032],[113.849772,29.060654],[113.841242,29.063202],[113.840368,29.066973],[113.832834,29.069282],[113.8278,29.072837],[113.832845,29.085314],[113.832187,29.094688],[113.821054,29.103981],[113.813993,29.107542],[113.79893,29.10544],[113.79374,29.100981],[113.788904,29.099213],[113.781972,29.100552],[113.77907,29.097182],[113.76866,29.096025],[113.764413,29.093971],[113.754566,29.071094],[113.747349,29.069331],[113.737665,29.056613],[113.733369,29.061334],[113.725408,29.063162],[113.726485,29.068147],[113.723381,29.074195],[113.725726,29.078923],[113.719876,29.086262],[113.721054,29.093785],[113.725998,29.103425],[113.717619,29.108862],[113.706608,29.098673],[113.701,29.086365],[113.694757,29.085093],[113.691758,29.081683],[113.68753,29.080498],[113.680704,29.080844],[113.679543,29.094194],[113.682284,29.100461],[113.680715,29.104097],[113.683198,29.114247],[113.681359,29.120417],[113.675439,29.125936],[113.678989,29.133973],[113.675269,29.136671],[113.667708,29.138046],[113.663907,29.142422],[113.662016,29.152081],[113.666167,29.15806],[113.655735,29.163208],[113.662143,29.175367],[113.667371,29.179514],[113.670222,29.184503],[113.677393,29.187141],[113.687377,29.200501],[113.68823,29.210804],[113.685279,29.219438],[113.687467,29.22871],[113.679916,29.238133],[113.674516,29.238691],[113.662706,29.231917],[113.660106,29.224221],[113.655412,29.222899],[113.65052,29.228351],[113.644162,29.227809],[113.640294,29.23174],[113.643626,29.233159],[113.641416,29.241619],[113.636085,29.243123],[113.636066,29.246828],[113.631031,29.253062],[113.623753,29.254705],[113.622554,29.248379],[113.618791,29.246751],[113.615533,29.250453],[113.611454,29.251666],[113.611162,29.258643],[113.604391,29.257649],[113.599701,29.259309],[113.600649,29.269489],[113.609509,29.277184],[113.608691,29.28454],[113.615206,29.290575],[113.620341,29.29808],[113.622409,29.302506],[113.623293,29.312611],[113.630775,29.326933],[113.635169,29.327588],[113.637972,29.33059],[113.644707,29.331524],[113.647345,29.334194],[113.655048,29.335932],[113.658534,29.340093],[113.657497,29.344145],[113.661419,29.348292],[113.655669,29.354744],[113.658035,29.36487],[113.655118,29.370494],[113.658673,29.382114],[113.663079,29.384817],[113.6644,29.388292],[113.6695,29.39276],[113.68388,29.396651],[113.691292,29.394011],[113.707898,29.397485],[113.716272,29.39199],[113.725215,29.397221],[113.730227,29.408927],[113.736348,29.415811],[113.736801,29.418324],[113.73096,29.430395],[113.736014,29.433415],[113.740739,29.439208],[113.749575,29.444019],[113.749598,29.451508],[113.744704,29.454042],[113.743413,29.459979],[113.739503,29.461189],[113.738825,29.465503],[113.733345,29.46839],[113.737493,29.472518],[113.718411,29.476139],[113.712694,29.482702],[113.708765,29.483799],[113.704512,29.488006],[113.701582,29.488186],[113.690781,29.500052],[113.690743,29.505598],[113.683973,29.509558],[113.683244,29.512238],[113.672592,29.516408],[113.667438,29.513162],[113.651426,29.514109],[113.645344,29.51101],[113.638011,29.510709],[113.629228,29.513194],[113.628598,29.518307],[113.625835,29.520536],[113.625549,29.526214],[113.64208,29.532599],[113.648953,29.533742],[113.649548,29.538728],[113.65473,29.539918],[113.663314,29.53888],[113.67354,29.541477],[113.674657,29.543306],[113.673607,29.548917],[113.676137,29.551296],[113.684863,29.550811],[113.694155,29.555373],[113.702471,29.555956],[113.705494,29.561545],[113.703991,29.564556],[113.705499,29.571833],[113.729875,29.579066],[113.732926,29.582728],[113.735737,29.592621],[113.733226,29.596197],[113.72388,29.599754],[113.715944,29.614499],[113.702319,29.611951],[113.700119,29.615507],[113.699445,29.626984],[113.697378,29.629391],[113.699177,29.635301],[113.698162,29.637185],[113.693028,29.635356],[113.6873,29.635832],[113.690069,29.64122],[113.682261,29.643673],[113.673049,29.637389],[113.666268,29.640995],[113.666554,29.643957],[113.67428,29.643248],[113.675269,29.645339],[113.66859,29.652232],[113.666008,29.66148],[113.661623,29.666573],[113.663673,29.67297],[113.657536,29.680838],[113.659006,29.686456],[113.656327,29.68723],[113.651798,29.684994],[113.646267,29.686352],[113.639743,29.678696],[113.64167,29.675345],[113.632025,29.67232],[113.607603,29.673522],[113.604311,29.670113],[113.601595,29.669536],[113.594813,29.673182],[113.573021,29.677817],[113.568321,29.67796],[113.559254,29.675002],[113.551185,29.676844],[113.54156,29.682932],[113.533173,29.695083],[113.532093,29.70097],[113.536957,29.712175],[113.543334,29.741151],[113.548513,29.748436],[113.548548,29.763502],[113.550132,29.7664],[113.545281,29.770586],[113.554863,29.786494],[113.562469,29.789613],[113.556191,29.794354],[113.563851,29.807572],[113.570006,29.811375],[113.566519,29.813275],[113.560932,29.81226],[113.559608,29.815785],[113.566238,29.817415],[113.571665,29.821377],[113.570508,29.828264],[113.575726,29.835409],[113.575917,29.838383],[113.565594,29.850387],[113.521456,29.824351],[113.512029,29.815498],[113.497195,29.797352],[113.486412,29.788383],[113.45198,29.762836],[113.432318,29.7538],[113.420102,29.745315],[113.397083,29.727143],[113.344669,29.680113],[113.287283,29.611725],[113.269913,29.595271],[113.264262,29.578442],[113.255987,29.570315],[113.239368,29.560599],[113.221767,29.546399],[113.203682,29.52135],[113.189152,29.506475],[113.165245,29.473737],[113.15224,29.459662],[113.142899,29.454206],[113.139537,29.453889],[113.131718,29.457266],[113.130096,29.46031],[113.109489,29.458676],[113.100506,29.462243],[113.094849,29.461543],[113.096723,29.455552],[113.096082,29.441312],[113.094513,29.438487],[113.086742,29.433623],[113.078066,29.43559],[113.07093,29.44476],[113.067952,29.480467],[113.060749,29.512909],[113.056344,29.522588],[113.048396,29.527383],[113.037839,29.528605],[113.029883,29.527387],[113.006054,29.516416],[112.984417,29.500029],[112.974817,29.490554],[112.968174,29.477297],[112.963642,29.471663],[112.95386,29.46932],[112.947256,29.472886],[112.938303,29.485127],[112.933201,29.524105],[112.924606,29.547155],[112.913237,29.591848],[112.906785,29.607969],[112.906413,29.617307],[112.910234,29.622913],[112.930592,29.642678],[112.934674,29.649246],[112.953965,29.657079],[112.966268,29.670984],[112.97814,29.676776],[112.989256,29.685682],[113.002152,29.701485],[113.009938,29.721425],[113.013273,29.737612],[113.025568,29.763691],[113.024931,29.772775],[113.011489,29.77131],[113.007043,29.768035],[112.997013,29.75561],[112.973945,29.738498],[112.960129,29.721974],[112.962733,29.717459],[112.954589,29.699032],[112.948065,29.691076],[112.939464,29.684756],[112.936346,29.679071],[112.930921,29.67754],[112.924397,29.688167],[112.920733,29.697961],[112.92826,29.738465],[112.924861,29.766228],[112.918222,29.775379],[112.886498,29.79207],[112.88015,29.793733],[112.87044,29.792381],[112.860084,29.787469],[112.81088,29.749801],[112.792245,29.739446],[112.790746,29.734192],[112.79364,29.730927],[112.795772,29.729452],[112.801303,29.730794],[112.802865,29.72853],[112.795448,29.721512],[112.789359,29.719722],[112.787322,29.716234],[112.790949,29.706718],[112.791531,29.700272],[112.779073,29.696605],[112.781022,29.685458],[112.783893,29.683626],[112.783985,29.681356],[112.780658,29.680409],[112.774272,29.682074],[112.763359,29.678753],[112.757873,29.673696],[112.756898,29.663215],[112.750565,29.659916],[112.747977,29.663827],[112.744498,29.65815],[112.740459,29.656917],[112.732081,29.649968],[112.727872,29.650311],[112.723566,29.653042],[112.724776,29.656461],[112.720958,29.660317],[112.711394,29.657404],[112.70868,29.651727],[112.710434,29.649567],[112.710648,29.645386],[112.696701,29.627689],[112.694276,29.613478],[112.686901,29.610528],[112.688482,29.607069],[112.687857,29.602397],[112.678991,29.59355],[112.673288,29.592996],[112.671234,29.598918],[112.666298,29.603058],[112.653547,29.601003],[112.645511,29.595112],[112.642814,29.597676],[112.640672,29.604876],[112.637761,29.605664],[112.633952,29.611072],[112.624097,29.61946],[112.619091,29.618954],[112.60623,29.610299],[112.603728,29.611094],[112.601528,29.617043],[112.576574,29.623993],[112.571542,29.627158],[112.559751,29.623996],[112.555165,29.618504],[112.549051,29.615723],[112.535399,29.603529],[112.529987,29.602332],[112.500365,29.6133],[112.496641,29.619793],[112.494802,29.631007],[112.477155,29.635219],[112.451679,29.638435],[112.440482,29.634727],[112.434034,29.636144],[112.432346,29.633879],[112.432471,29.628388],[112.427938,29.627225],[112.422454,29.622302],[112.421445,29.60332],[112.416952,29.59512],[112.403153,29.579773],[112.394719,29.574839],[112.392597,29.570951],[112.392286,29.564624],[112.389137,29.564465],[112.386892,29.568223],[112.386568,29.573189],[112.380759,29.56415],[112.362237,29.542848],[112.344267,29.546318],[112.323432,29.546199],[112.315899,29.543651],[112.311705,29.538297],[112.309634,29.526729],[112.292653,29.519644],[112.285125,29.51958],[112.280649,29.510225],[112.279202,29.501182],[112.2772,29.498877],[112.272677,29.510863],[112.274158,29.534489],[112.27634,29.539701],[112.281961,29.541818],[112.286403,29.546117],[112.297226,29.568946],[112.297504,29.588283],[112.287916,29.598779],[112.275656,29.599194],[112.259033,29.606254],[112.248315,29.613572],[112.242569,29.614447],[112.236307,29.612791],[112.233641,29.617954],[112.228889,29.617312],[112.223355,29.627807],[112.222954,29.634358],[112.225494,29.642103],[112.235703,29.654326],[112.238727,29.66278],[112.234026,29.662764],[112.221663,29.656803],[112.211191,29.6475],[112.214831,29.641385],[112.212563,29.63796],[112.208228,29.636039],[112.202234,29.63766],[112.196276,29.636239],[112.193717,29.631976],[112.193022,29.619906],[112.184775,29.62776],[112.183574,29.632686],[112.180328,29.635818],[112.178284,29.649215],[112.17241,29.659548],[112.158103,29.664513],[112.153196,29.659086],[112.148186,29.658842],[112.145367,29.656975],[112.138335,29.660734],[112.13074,29.659432],[112.125524,29.660665],[112.11847,29.658819],[112.116927,29.659512],[112.115388,29.66454],[112.112208,29.665895],[112.10575,29.660681],[112.100944,29.674651],[112.089747,29.683306],[112.086573,29.687665],[112.08439,29.687626],[112.081805,29.683996],[112.076839,29.682761],[112.069899,29.683644],[112.066047,29.681639],[112.061435,29.682761],[112.054411,29.698905],[112.058811,29.702546],[112.058251,29.71236],[112.063896,29.714578],[112.068197,29.719468],[112.066599,29.724163],[112.067411,29.737724],[112.070623,29.745355],[112.063967,29.74988],[112.060233,29.756666],[112.060894,29.764071],[112.058861,29.771849],[112.051332,29.765421],[112.048652,29.760925],[112.058938,29.748242],[112.058231,29.745757],[112.056392,29.745386],[112.049867,29.751014],[112.043609,29.751864],[112.041203,29.759235],[112.037673,29.762701],[112.034056,29.763774],[112.029089,29.761981],[112.021246,29.770461],[112.011488,29.774729],[112.004541,29.780913],[111.995648,29.780125],[111.988815,29.783038],[111.982374,29.789551],[111.98099,29.796927],[111.975007,29.797595],[111.971298,29.793763],[111.96677,29.793226],[111.962255,29.796272],[111.956668,29.796098],[111.953589,29.799786],[111.949274,29.798682],[111.948934,29.801166],[111.951374,29.802683],[111.945963,29.811451],[111.945072,29.819191],[111.958374,29.83242],[111.958337,29.841932],[111.947986,29.841862],[111.934043,29.835127],[111.929451,29.835345],[111.914122,29.843239],[111.909575,29.855341],[111.901891,29.856196],[111.898167,29.858801],[111.892314,29.858554],[111.889898,29.860404],[111.880104,29.860701],[111.875825,29.868688],[111.872337,29.87088],[111.870232,29.868498],[111.871875,29.865359],[111.871489,29.859942],[111.866806,29.860003],[111.863862,29.862025],[111.855177,29.861679],[111.854197,29.867747],[111.851335,29.871318],[111.844426,29.872156],[111.840148,29.877552],[111.830914,29.879799],[111.827867,29.87669],[111.824374,29.876211],[111.8264,29.885287],[111.823972,29.892466],[111.81805,29.890287],[111.80811,29.896316],[111.805999,29.895977],[111.803975,29.897828],[111.80597,29.904202],[111.802564,29.906996],[111.793328,29.907473],[111.789574,29.909385],[111.786981,29.908182],[111.784794,29.910816],[111.785072,29.914007],[111.781339,29.916333],[111.773686,29.913916],[111.767427,29.908979],[111.762545,29.912879],[111.758348,29.911035],[111.752889,29.917973],[111.752793,29.921931],[111.751591,29.922772],[111.744266,29.920389],[111.741729,29.924242],[111.73368,29.921136],[111.729549,29.922935],[111.719518,29.918406],[111.717786,29.915379],[111.718058,29.907527],[111.713223,29.903188],[111.710682,29.903955],[111.705771,29.899972],[111.701299,29.899996],[111.701735,29.896613],[111.699078,29.89273],[111.689917,29.889913],[111.685457,29.891599],[111.682539,29.888061],[111.67668,29.887174],[111.670517,29.889842],[111.666237,29.889061],[111.66349,29.891253],[111.65637,29.888595],[111.645684,29.891725],[111.646862,29.893595],[111.64573,29.896043],[111.634981,29.896042],[111.632624,29.89788],[111.628408,29.896812],[111.624671,29.898606],[111.622092,29.896383],[111.619874,29.898194],[111.616325,29.897805],[111.614514,29.893955],[111.607169,29.895043],[111.602969,29.892503],[111.600057,29.893453],[111.592867,29.892163],[111.58867,29.89413],[111.587111,29.897518],[111.582629,29.895704],[111.578713,29.900879],[111.571853,29.897299],[111.561615,29.901182],[111.5463,29.897865],[111.544264,29.901243],[111.543755,29.906529],[111.5333,29.907465],[111.52904,29.913612],[111.52888,29.917064],[111.52174,29.924418],[111.522625,29.928494],[111.517859,29.930944],[111.510347,29.930788],[111.503264,29.928765],[111.501403,29.926412],[111.497825,29.928318],[111.489033,29.927],[111.486897,29.92405],[111.482707,29.924877],[111.480752,29.921538],[111.469743,29.921667],[111.460722,29.926254],[111.459359,29.930093],[111.45161,29.930971],[111.445799,29.92561],[111.438382,29.927973],[111.431583,29.932548],[111.418871,29.924508],[111.412359,29.917384],[111.398281,29.913051],[111.391037,29.914556],[111.384759,29.917262],[111.377127,29.925893],[111.378433,29.930517],[111.383807,29.935104],[111.384666,29.94019],[111.375433,29.935998],[111.372489,29.937517],[111.377829,29.948588],[111.377406,29.952145],[111.37178,29.953037],[111.369281,29.9565],[111.363449,29.956459],[111.35685,29.953533],[111.345867,29.953896],[111.345066,29.947257],[111.342893,29.944251],[111.337624,29.946785],[111.335335,29.948429],[111.334497,29.953871],[111.330308,29.960414],[111.331178,29.964939],[111.324127,29.967581],[111.326405,29.972176],[111.319139,29.980339],[111.316242,29.980672],[111.315472,29.976072],[111.312292,29.974579],[111.306876,29.981909],[111.2973,29.985862],[111.291948,29.99252],[111.292196,30.007124],[111.280867,30.013724],[111.260987,30.011938],[111.250954,30.036975],[111.240923,30.042385],[111.213112,30.042356],[111.206565,30.043907],[111.194809,30.04285],[111.177806,30.046322],[111.165245,30.04411],[111.159997,30.045827],[111.148635,30.045508],[111.125864,30.04871],[111.115965,30.047086],[111.10066,30.050956],[111.092726,30.050581],[111.086761,30.052168],[111.029796,30.051051],[111.000829,30.056823],[110.998158,30.059028],[110.986356,30.061892],[110.980309,30.059812],[110.969139,30.059265],[110.956808,30.064244],[110.950793,30.06256],[110.944313,30.064878],[110.930191,30.064609],[110.918433,30.070993],[110.923395,30.075596],[110.917038,30.078102],[110.917581,30.085026],[110.921691,30.095534],[110.920864,30.099473],[110.918253,30.102097],[110.919384,30.111435],[110.917726,30.114507],[110.911102,30.115582],[110.888574,30.112259],[110.884189,30.115919],[110.866207,30.115156],[110.858526,30.119281],[110.851488,30.119711],[110.851086,30.127141],[110.849338,30.128336],[110.84183,30.128599],[110.836936,30.124246],[110.833816,30.123444],[110.814429,30.128087],[110.809393,30.127781],[110.806999,30.122804],[110.797556,30.116857],[110.789374,30.118848],[110.783459,30.122534],[110.765674,30.122686],[110.739192,30.114638],[110.74855,30.106419],[110.748533,30.100533],[110.744493,30.095623],[110.743473,30.090457],[110.745774,30.087064],[110.751879,30.084348],[110.749579,30.079203],[110.748364,30.065717],[110.751044,30.061421],[110.751085,30.055959],[110.745506,30.04981],[110.734116,30.042998],[110.725792,30.044179],[110.719836,30.042655],[110.708614,30.035517],[110.702023,30.035714],[110.690908,30.043424],[110.68331,30.044771],[110.680582,30.048129],[110.681966,30.061509],[110.68072,30.064849],[110.668774,30.06661],[110.666432,30.06935],[110.657225,30.072669],[110.648964,30.080048],[110.644023,30.080035],[110.634429,30.076069],[110.627581,30.072111],[110.622203,30.066493],[110.606346,30.062141],[110.600323,30.058422],[110.593191,30.057326],[110.589897,30.057435],[110.585767,30.060526],[110.575065,30.060133],[110.571205,30.062738],[110.566787,30.062824],[110.562577,30.056234],[110.559093,30.061823],[110.556047,30.062355],[110.552674,30.061708],[110.551064,30.056711],[110.546217,30.055741],[110.541438,30.059852],[110.530986,30.063398],[110.530344,30.067251],[110.518839,30.064784],[110.514569,30.057295],[110.50357,30.052575],[110.499832,30.052505],[110.498636,30.057637],[110.491683,30.057172],[110.494775,30.051752],[110.490245,30.039308],[110.495471,30.033119],[110.49615,30.029978],[110.487863,30.023861],[110.487033,30.021127],[110.49475,30.013991],[110.507798,30.008806],[110.513854,30.00465],[110.518512,30.005741],[110.5332,30.003287],[110.540896,30.003779],[110.543555,30.001854],[110.546368,29.992834],[110.554677,29.990196],[110.545577,29.9828],[110.524678,29.977912],[110.519652,29.96838],[110.510894,29.965005],[110.50996,29.959435],[110.512989,29.95723],[110.512771,29.954659],[110.503158,29.949099],[110.501433,29.940445],[110.504653,29.937362],[110.506112,29.9323],[110.501514,29.921516],[110.5084,29.91655],[110.511051,29.909892],[110.514671,29.906543],[110.518315,29.908266],[110.530105,29.903237],[110.535707,29.9066],[110.535498,29.892751],[110.531838,29.884262],[110.527207,29.878635],[110.541348,29.87188],[110.545288,29.848853],[110.550771,29.847559],[110.559663,29.849738],[110.563776,29.848797],[110.574206,29.843459],[110.580528,29.837988],[110.596611,29.839013],[110.608042,29.841796],[110.60819,29.834492],[110.619302,29.821164],[110.620551,29.813468],[110.623911,29.808035],[110.625718,29.800758],[110.637854,29.778301],[110.636467,29.770578],[110.628534,29.763283],[110.627118,29.759688],[110.618083,29.756923],[110.611271,29.749382],[110.606356,29.74698],[110.597285,29.745639],[110.582274,29.732392],[110.578908,29.73141],[110.574465,29.732827],[110.569594,29.726904],[110.568304,29.71988],[110.550828,29.713256],[110.542015,29.713978],[110.533917,29.704143],[110.518239,29.694878],[110.514642,29.696228],[110.507022,29.704105],[110.502577,29.701404],[110.507409,29.698842],[110.508398,29.696391],[110.504811,29.695104],[110.49553,29.695506],[110.485347,29.706507],[110.48032,29.708309],[110.470029,29.708298],[110.462846,29.71553],[110.459846,29.715658],[110.444061,29.69376],[110.443417,29.670387],[110.441935,29.667444],[110.433412,29.664222],[110.410597,29.663726],[110.408117,29.65581],[110.369017,29.636388],[110.357037,29.637768],[110.350573,29.641743],[110.346784,29.647848],[110.348909,29.655406],[110.338558,29.665839],[110.338157,29.670388],[110.323585,29.671586],[110.318331,29.673517],[110.303418,29.665366],[110.297682,29.664619],[110.295641,29.669557],[110.285102,29.679813],[110.28647,29.694373],[110.278538,29.69913],[110.276028,29.710201],[110.271399,29.714903],[110.264806,29.718734],[110.259558,29.718132],[110.253133,29.72139],[110.248662,29.726665],[110.249277,29.732256],[110.232979,29.738465],[110.22034,29.740608],[110.217493,29.750286],[110.209323,29.750722],[110.206435,29.75292],[110.203096,29.75992],[110.195191,29.76288],[110.181219,29.764799],[110.174831,29.762897],[110.164262,29.753188],[110.162062,29.752942],[110.144783,29.768277],[110.142706,29.774861],[110.136805,29.780191],[110.13157,29.782616],[110.124666,29.792507],[110.110021,29.786006],[110.104078,29.793198],[110.097381,29.79369],[110.095371,29.792498],[110.090903,29.79412],[110.083201,29.792889],[110.069229,29.794451],[110.045856,29.786626],[110.04075,29.782368],[110.036564,29.784073],[110.028777,29.782513],[110.017517,29.77604],[110.014836,29.775623],[110.012141,29.777347],[110.00598,29.775869],[109.994314,29.777074],[109.979109,29.770869],[109.973947,29.77159],[109.972101,29.77575],[109.966617,29.779274],[109.965105,29.783442],[109.954668,29.780628],[109.948579,29.7768],[109.944299,29.777697],[109.942417,29.782136],[109.936191,29.776875],[109.926598,29.78148],[109.919343,29.775958],[109.914188,29.774842],[109.90468,29.768109],[109.898059,29.765823],[109.896028,29.770334],[109.885861,29.768834],[109.879022,29.776681],[109.873312,29.78063],[109.86776,29.781558],[109.858862,29.779497],[109.845917,29.771516],[109.834004,29.776463],[109.825424,29.774364],[109.81482,29.776199],[109.805113,29.773844],[109.798609,29.767884],[109.792878,29.767878],[109.784295,29.763119],[109.775228,29.761888],[109.767911,29.75246],[109.756919,29.745841],[109.747653,29.742381],[109.748663,29.737057],[109.760324,29.734052],[109.766801,29.727435],[109.764583,29.724635],[109.75951,29.722774],[109.755354,29.715738],[109.751692,29.714148],[109.760201,29.700389],[109.760134,29.695303],[109.742926,29.687426],[109.735867,29.680804],[109.709332,29.675445],[109.710374,29.661118],[109.713949,29.659754],[109.715435,29.656785],[109.708094,29.654034],[109.709028,29.647586],[109.70584,29.644367],[109.700255,29.643588],[109.699373,29.641032],[109.693755,29.639266],[109.69563,29.635944],[109.701919,29.636764],[109.707421,29.629521],[109.706419,29.625032],[109.709281,29.624046],[109.712234,29.619793],[109.708956,29.613529],[109.701582,29.609571],[109.686172,29.610636],[109.679123,29.604327],[109.669338,29.60861],[109.663104,29.602259],[109.658503,29.600309],[109.650699,29.606366],[109.647171,29.614064],[109.649221,29.61802],[109.646729,29.624422],[109.62944,29.627517],[109.613447,29.633616],[109.609939,29.632788],[109.606307,29.637186],[109.60002,29.635121],[109.593871,29.636104],[109.590593,29.634642],[109.581002,29.634459],[109.570545,29.630756],[109.571544,29.623879],[109.566247,29.621204],[109.563721,29.615287],[109.553391,29.615359],[109.550597,29.617932],[109.539994,29.615828],[109.528011,29.617403],[109.526304,29.618447],[109.52842,29.624104],[109.525926,29.624732],[109.524282,29.629185],[109.520029,29.627036],[109.510788,29.628566],[109.509043,29.626145],[109.509609,29.620696],[109.513968,29.614939],[109.519535,29.613998],[109.520536,29.612279],[109.516586,29.610145],[109.51286,29.604081],[109.510258,29.602798],[109.501577,29.604493],[109.497381,29.607252],[109.49166,29.605691],[109.491001,29.600472],[109.49761,29.597835],[109.499179,29.592437],[109.502247,29.58878],[109.498001,29.581223],[109.494317,29.578742],[109.495432,29.573285],[109.494417,29.571038],[109.487875,29.569403],[109.486589,29.567694],[109.488116,29.565422],[109.484165,29.556053],[109.473476,29.555848],[109.4626,29.562729],[109.456762,29.556318],[109.454287,29.54528],[109.453881,29.533433],[109.460465,29.518795],[109.459714,29.516201],[109.455546,29.515307],[109.451407,29.51935],[109.444504,29.521775],[109.442456,29.524766],[109.442577,29.530176],[109.440917,29.531837],[109.433915,29.531838],[109.430722,29.533909],[109.427655,29.533146],[109.424619,29.528606],[109.427424,29.521634],[109.426483,29.508506],[109.428678,29.50398],[109.434787,29.49885],[109.435331,29.494222],[109.429734,29.491776],[109.41864,29.498339],[109.410716,29.499866],[109.405143,29.493339],[109.407926,29.487787],[109.40737,29.48265],[109.400184,29.471394],[109.404474,29.463357],[109.413139,29.456162],[109.413583,29.451857],[109.410968,29.450897],[109.409164,29.453152],[109.406545,29.453131],[109.397511,29.44783],[109.401492,29.444063],[109.401228,29.436777],[109.394238,29.440719],[109.388072,29.442043],[109.383953,29.440001],[109.381591,29.435043],[109.367946,29.426932],[109.363881,29.413662],[109.374327,29.405348],[109.380262,29.39671],[109.380403,29.392644],[109.37727,29.385793],[109.381428,29.384863],[109.387064,29.376208],[109.373418,29.377783],[109.364244,29.386563],[109.361205,29.383486],[109.349725,29.381503],[109.342355,29.377671],[109.333229,29.368473],[109.341734,29.350706],[109.334102,29.342389],[109.325453,29.338766],[109.331182,29.332996],[109.340093,29.330364],[109.340024,29.321731],[109.332865,29.318871],[109.332249,29.315702],[109.339807,29.309667],[109.348277,29.308596],[109.347972,29.304428],[109.35294,29.296833],[109.352186,29.292592],[109.33789,29.276701],[109.320071,29.261869],[109.307298,29.252818],[109.2994,29.249167],[109.291956,29.250155],[109.281948,29.246205],[109.278962,29.243439],[109.28076,29.2396],[109.280031,29.23682],[109.267881,29.230528],[109.264421,29.231678],[109.259388,29.226289],[109.259844,29.223445],[109.263227,29.220375],[109.261911,29.211818],[109.263376,29.210746],[109.265474,29.212028],[109.272234,29.20049],[109.269437,29.192798],[109.27357,29.18877],[109.269469,29.181439],[109.270389,29.177717],[109.268459,29.174284],[109.260048,29.169974],[109.25759,29.162786],[109.260134,29.157251],[109.257148,29.152302],[109.258411,29.148432],[109.264433,29.140787],[109.271053,29.139677],[109.27329,29.134865],[109.271466,29.128761],[109.273757,29.124278],[109.261061,29.123558],[109.252265,29.126808],[109.242151,29.118366],[109.233563,29.117108],[109.226872,29.11802],[109.222562,29.1207],[109.222493,29.129844],[109.215787,29.143405],[109.216014,29.147263],[109.217953,29.149211],[109.211901,29.151359],[109.203046,29.149107],[109.200724,29.156203],[109.196631,29.156893],[109.189182,29.16455],[109.179406,29.16919],[109.175218,29.175101],[109.170266,29.176226],[109.166158,29.181272],[109.16027,29.183973],[109.155615,29.18291],[109.152609,29.1803],[109.154159,29.174704],[109.150668,29.169739],[109.140111,29.169979],[109.137105,29.176204],[109.130285,29.177152],[109.116472,29.196243],[109.113388,29.208852],[109.106892,29.210354],[109.105927,29.220908],[109.115203,29.237827],[109.111103,29.238663],[109.112058,29.242326],[109.119867,29.249302],[109.132371,29.26497],[109.134586,29.265396],[109.136601,29.271651],[109.12838,29.279506],[109.11994,29.284758],[109.117793,29.289969],[109.115892,29.291056],[109.109827,29.288809],[109.100295,29.290423],[109.09952,29.293877],[109.101458,29.298327],[109.111863,29.315983],[109.102654,29.321897],[109.110979,29.335323],[109.104969,29.347922],[109.106051,29.35211],[109.110103,29.35521],[109.107341,29.363247],[109.102971,29.370005],[109.084862,29.383198],[109.065545,29.4006],[109.048373,29.406632],[109.04583,29.400107],[109.041139,29.397178],[109.03137,29.382554],[109.024389,29.385477],[109.024616,29.381374],[109.031924,29.372067],[109.031143,29.363756],[109.000447,29.362318],[108.996099,29.367859],[108.989382,29.356805],[108.985965,29.358201],[108.981386,29.356955],[108.984222,29.345867],[108.98269,29.33948],[108.980688,29.337253],[108.966909,29.331926],[108.949433,29.333899],[108.93307,29.330473],[108.914227,29.330129],[108.912002,29.335163],[108.917102,29.344712],[108.915847,29.34957],[108.923134,29.353853],[108.924023,29.36281],[108.927269,29.370359],[108.925352,29.382293],[108.926855,29.385851],[108.930796,29.388884],[108.929449,29.403129],[108.935421,29.41094],[108.938852,29.413047],[108.930679,29.425175],[108.932353,29.431748],[108.926409,29.438264],[108.912292,29.437152],[108.893872,29.444635],[108.887963,29.440264],[108.882639,29.443178],[108.869167,29.453445],[108.866972,29.460424],[108.868817,29.466399],[108.865275,29.471719],[108.860154,29.474381],[108.865617,29.491034],[108.877218,29.492468],[108.882757,29.499618],[108.880751,29.502438],[108.880855,29.505574],[108.884167,29.510489],[108.884364,29.514253],[108.88222,29.5226],[108.886749,29.528016],[108.887527,29.532336],[108.882758,29.535339],[108.873211,29.536664],[108.873165,29.540445],[108.881043,29.550194],[108.881262,29.554928],[108.884217,29.558991],[108.891104,29.560312],[108.910476,29.574213],[108.905041,29.583371],[108.902292,29.579661],[108.894676,29.586974],[108.902595,29.59424],[108.902733,29.596432],[108.89739,29.603899],[108.895087,29.604862],[108.890233,29.603448],[108.891693,29.600244],[108.894044,29.599764],[108.892635,29.598346],[108.879119,29.591621],[108.875265,29.592447],[108.869242,29.599213],[108.861805,29.602467],[108.861178,29.606019],[108.874803,29.605923],[108.871524,29.607512],[108.871296,29.610195],[108.875707,29.614388],[108.884609,29.629535],[108.881353,29.638434],[108.873217,29.64063],[108.871263,29.645329],[108.869235,29.64556],[108.864202,29.644062],[108.858051,29.638546],[108.850491,29.639533],[108.845212,29.649625],[108.844497,29.65725],[108.841343,29.661725],[108.835314,29.655961],[108.82504,29.654041],[108.822656,29.65721],[108.831936,29.671059],[108.824564,29.674436],[108.823317,29.67423],[108.820882,29.65847],[108.817508,29.653727],[108.814106,29.65332],[108.81167,29.646169],[108.817261,29.637296],[108.817003,29.634503],[108.806287,29.635377],[108.804547,29.640868],[108.798718,29.643735],[108.795196,29.638931],[108.777707,29.636887],[108.774475,29.647542],[108.788585,29.650766],[108.788979,29.656146],[108.793806,29.663594],[108.790941,29.672102],[108.788548,29.674717],[108.780072,29.677407],[108.784748,29.691435],[108.782479,29.694291],[108.772599,29.697633],[108.765933,29.697396],[108.755692,29.69555],[108.748697,29.691852],[108.750916,29.684148],[108.754744,29.680284],[108.756249,29.680595],[108.758133,29.685104],[108.762344,29.685942],[108.772252,29.677643],[108.773336,29.672542],[108.771041,29.669634],[108.770079,29.661283],[108.773132,29.658915],[108.777659,29.660013],[108.781659,29.657697],[108.776599,29.653177],[108.768497,29.65516],[108.763521,29.664509],[108.754413,29.66322],[108.753662,29.661902],[108.76072,29.655772],[108.763986,29.642831],[108.760948,29.639069],[108.756559,29.641152],[108.748085,29.653412],[108.740869,29.655454],[108.739855,29.663604],[108.735032,29.670266],[108.726423,29.676125],[108.705954,29.682037],[108.704406,29.685856],[108.709402,29.687337],[108.714033,29.6917],[108.714691,29.694432],[108.708847,29.702586],[108.69607,29.696167],[108.689114,29.694665],[108.679376,29.695011],[108.682276,29.699099],[108.693598,29.705021],[108.684055,29.712043],[108.676305,29.724336],[108.68185,29.742918],[108.680368,29.749252],[108.672024,29.754595],[108.672484,29.763921],[108.676097,29.771236],[108.675163,29.777143],[108.673425,29.778631],[108.673179,29.786121],[108.67443,29.788005],[108.674142,29.798291],[108.676602,29.804795],[108.666944,29.814206],[108.660855,29.813862],[108.652336,29.820939],[108.652971,29.82304],[108.657831,29.821529],[108.664141,29.822062],[108.666375,29.823955],[108.667061,29.827395],[108.665829,29.832032],[108.661339,29.832237],[108.664478,29.84053],[108.659194,29.844729],[108.657166,29.848395],[108.656202,29.856728],[108.648946,29.856371],[108.635006,29.859512],[108.630225,29.858305],[108.6286,29.859418],[108.630049,29.865449],[108.628865,29.868079],[108.618893,29.870243],[108.617226,29.868316],[108.608317,29.86801],[108.592687,29.863732],[108.587233,29.860492],[108.586171,29.856802],[108.589013,29.853526],[108.57889,29.847829],[108.573663,29.846709],[108.576608,29.837181],[108.575727,29.834527],[108.56525,29.826369],[108.559213,29.818812],[108.550844,29.819283],[108.549185,29.818025],[108.532902,29.793797],[108.535054,29.790091],[108.528607,29.784922],[108.518308,29.768807],[108.517643,29.766709],[108.520902,29.763599],[108.521778,29.759142],[108.537334,29.758133],[108.546425,29.753482],[108.544095,29.747239],[108.539895,29.742696],[108.536966,29.744645],[108.533561,29.743984],[108.52845,29.736275],[108.517364,29.735021],[108.509767,29.740025],[108.50703,29.736193],[108.502237,29.733687],[108.495315,29.734658],[108.495412,29.731117],[108.503651,29.731089],[108.509061,29.726373],[108.506068,29.71956],[108.50179,29.716242],[108.502273,29.710701],[108.500431,29.709941],[108.490611,29.715181],[108.479127,29.725873],[108.467318,29.729143],[108.462063,29.732763],[108.456451,29.742215],[108.443387,29.741198],[108.432795,29.743107],[108.435455,29.753121],[108.434304,29.759396],[108.437811,29.760677],[108.441661,29.768769],[108.441175,29.778403],[108.438126,29.780963],[108.433561,29.78138],[108.426104,29.775779],[108.422103,29.774923],[108.418088,29.776149],[108.414865,29.779322],[108.412888,29.78881],[108.417387,29.802996],[108.423505,29.811908],[108.418654,29.820279],[108.410638,29.820991],[108.401362,29.826393],[108.39923,29.838698],[108.392636,29.840685],[108.388343,29.838207],[108.391681,29.82944],[108.391562,29.823656],[108.387773,29.814811],[108.378622,29.815299],[108.370463,29.820497],[108.364276,29.821172],[108.362545,29.822689],[108.366439,29.835226],[108.369283,29.837099],[108.366894,29.841355],[108.367709,29.844893],[108.379767,29.85265],[108.38463,29.861044],[108.384277,29.86286],[108.392048,29.864316],[108.397016,29.85937],[108.400448,29.859394],[108.400586,29.860997],[108.403496,29.85989],[108.404212,29.863573],[108.406664,29.864065],[108.409167,29.867985],[108.412691,29.867558],[108.421314,29.875064],[108.420177,29.880906],[108.42773,29.882319],[108.433034,29.881117],[108.434881,29.879283],[108.446512,29.875986],[108.453731,29.86741],[108.465016,29.86664],[108.478978,29.872109],[108.485142,29.870209],[108.489393,29.871121],[108.495405,29.880554],[108.503619,29.889021],[108.50747,29.872903],[108.511683,29.869333],[108.520812,29.869315],[108.514743,29.876542],[108.513256,29.887697],[108.519045,29.891225],[108.518876,29.908143],[108.520482,29.910697],[108.517813,29.919421],[108.512572,29.927488],[108.511018,29.934977],[108.515544,29.939024],[108.51973,29.955369],[108.528479,29.967232],[108.533053,29.986261],[108.537525,29.990391],[108.544677,29.981307],[108.546588,29.980003],[108.547672,29.981112],[108.538741,29.995027],[108.536672,30.002122],[108.526723,30.007991],[108.523481,30.01311],[108.525205,30.045073],[108.527942,30.047319],[108.528991,30.053458],[108.527514,30.058854],[108.521531,30.061893],[108.510861,30.05592],[108.508748,30.06081],[108.518376,30.074973],[108.521945,30.076952],[108.524047,30.073012],[108.527642,30.077634],[108.528389,30.08532],[108.542461,30.107438],[108.54339,30.114093],[108.563018,30.156333],[108.561304,30.15963],[108.547937,30.165486],[108.54872,30.172055],[108.559721,30.217206],[108.565038,30.227704],[108.560833,30.2316],[108.563934,30.238191],[108.570471,30.240453],[108.572495,30.242963],[108.579609,30.258805],[108.564161,30.25611],[108.556986,30.257225],[108.558782,30.261504],[108.557637,30.264689],[108.547841,30.267191],[108.542674,30.270917],[108.540734,30.273204],[108.541863,30.279375],[108.532537,30.28243],[108.528657,30.295238],[108.526202,30.297133],[108.520241,30.297555],[108.519459,30.300304],[108.522107,30.302727],[108.522672,30.307663],[108.513562,30.316743],[108.507702,30.317803],[108.500201,30.316598],[108.494333,30.319268],[108.486782,30.330503],[108.465542,30.346201],[108.456435,30.361041],[108.426841,30.356444],[108.419342,30.368792],[108.414363,30.369767],[108.397711,30.379707],[108.39515,30.39339],[108.401208,30.395121],[108.404001,30.393765],[108.418991,30.397691],[108.416649,30.412669],[108.420799,30.416311],[108.423867,30.416683],[108.424866,30.420115],[108.415308,30.433218],[108.412996,30.43371],[108.411095,30.43089],[108.409033,30.430701],[108.40668,30.439954],[108.40997,30.446988],[108.417613,30.451763],[108.41461,30.461167],[108.416491,30.469777],[108.409278,30.478192],[108.42261,30.494569],[108.431467,30.494963],[108.435421,30.488083],[108.438792,30.492089],[108.450289,30.498407],[108.451387,30.497461],[108.450952,30.491341],[108.460789,30.49068],[108.459088,30.487956],[108.461359,30.485373],[108.479298,30.492209],[108.482586,30.502647],[108.485164,30.504361],[108.508267,30.503965],[108.521835,30.493007],[108.523838,30.488717],[108.535928,30.48813],[108.529918,30.493582],[108.539899,30.49424],[108.54822,30.485291],[108.554284,30.483552],[108.558442,30.479421],[108.558998,30.473021],[108.560578,30.471023],[108.564664,30.471883],[108.567536,30.477589],[108.576023,30.482819],[108.577521,30.488517],[108.586696,30.490326],[108.585697,30.495979],[108.58686,30.497791],[108.594113,30.497177],[108.60753,30.50533],[108.609537,30.507903],[108.602172,30.508956],[108.600585,30.510165],[108.600505,30.513159],[108.615444,30.516985],[108.618321,30.519262],[108.620003,30.522715],[108.613934,30.525742],[108.626508,30.530918],[108.632362,30.535534],[108.635771,30.531362],[108.637139,30.525281],[108.640042,30.520975],[108.638152,30.530853],[108.640364,30.537239],[108.645118,30.540986],[108.643961,30.549944],[108.646108,30.552987],[108.645577,30.55674],[108.639368,30.564327],[108.636186,30.577144],[108.63968,30.581906],[108.653904,30.590055],[108.665379,30.591631],[108.686368,30.590096],[108.689126,30.584533],[108.689954,30.574168],[108.695751,30.564235],[108.693222,30.560555],[108.696354,30.545827],[108.708803,30.539003],[108.711656,30.534377],[108.707457,30.530263],[108.708489,30.5243],[108.721617,30.518486],[108.722683,30.515869],[108.720312,30.510758],[108.736414,30.498924],[108.741398,30.49784],[108.747154,30.499151],[108.753192,30.507161],[108.76856,30.505208],[108.784159,30.517477],[108.793129,30.507454],[108.799309,30.504996],[108.801553,30.499344],[108.801296,30.49541],[108.804261,30.493818],[108.814313,30.497696],[108.824886,30.49799],[108.83669,30.506173],[108.859639,30.531473],[108.867559,30.537363],[108.876439,30.548768],[108.89056,30.561343],[108.892334,30.568266],[108.912354,30.585257],[108.916354,30.591154],[108.933387,30.599595],[108.945346,30.613218],[108.952132,30.615584],[108.960087,30.629028],[108.962065,30.626729],[108.972257,30.63227],[108.977593,30.631017],[108.978874,30.627718],[108.983033,30.625011],[108.993996,30.635573],[108.997363,30.633924],[108.999776,30.629793],[109.002053,30.629597],[109.017787,30.645486],[109.023232,30.645996],[109.03762,30.657906],[109.041634,30.655551],[109.041573,30.651955],[109.044879,30.647292],[109.050815,30.644591],[109.060886,30.645367],[109.06717,30.642582],[109.083367,30.649481],[109.086871,30.649057],[109.088829,30.646974],[109.110078,30.64387],[109.113215,30.642046],[109.118461,30.633269],[109.108717,30.620448],[109.104941,30.612025],[109.099272,30.61075],[109.094804,30.613755],[109.079548,30.606052],[109.076052,30.602568],[109.078821,30.597175],[109.082299,30.596662],[109.085626,30.591107],[109.088926,30.579091],[109.087413,30.572677],[109.096454,30.57151],[109.108262,30.555517],[109.109473,30.546283],[109.117532,30.539534],[109.117281,30.535663],[109.120374,30.533634],[109.125014,30.533372],[109.135517,30.537039],[109.135472,30.52828],[109.138451,30.523851],[109.140336,30.523586],[109.164223,30.545967],[109.161176,30.5483],[109.163566,30.550258],[109.191843,30.547438],[109.198502,30.555858],[109.201882,30.564613],[109.209102,30.562587],[109.21199,30.563906],[109.220948,30.57172],[109.236904,30.580837],[109.241509,30.588239],[109.239609,30.590555],[109.230911,30.586497],[109.22682,30.582828],[109.223313,30.583719],[109.226088,30.590513],[109.241459,30.595856],[109.249198,30.595885],[109.252126,30.598378],[109.251843,30.60371],[109.259165,30.604156],[109.274073,30.611938],[109.281498,30.621267],[109.288869,30.626329],[109.292715,30.634],[109.298983,30.633686],[109.294548,30.630283],[109.29437,30.6256],[109.30149,30.62408],[109.305667,30.613715],[109.30846,30.610641],[109.312337,30.612957],[109.312752,30.615944],[109.317276,30.62063],[109.321223,30.621996],[109.323989,30.6178],[109.320269,30.60824],[109.314775,30.603896],[109.309458,30.605001],[109.304522,30.603307],[109.304518,30.601578],[109.320254,30.594379],[109.340296,30.579622],[109.346637,30.573429],[109.344956,30.568334],[109.355437,30.562047],[109.359044,30.556968],[109.342373,30.542468],[109.341229,30.534225],[109.337467,30.532574],[109.332876,30.526628],[109.332488,30.522985],[109.335911,30.519569],[109.336755,30.516417],[109.335793,30.512785],[109.333325,30.511865],[109.332639,30.509702],[109.344185,30.495048],[109.344711,30.489895],[109.346267,30.489616],[109.354978,30.493639],[109.359712,30.500887],[109.366631,30.506567],[109.36705,30.509264],[109.380454,30.52634],[109.396678,30.540026],[109.402805,30.551796],[109.40808,30.555719],[109.412783,30.564473],[109.420921,30.573915],[109.431205,30.598452],[109.441525,30.603315],[109.446269,30.607596],[109.447396,30.609224],[109.446106,30.61214],[109.448843,30.615357],[109.457235,30.621147],[109.471579,30.625104],[109.476985,30.624809],[109.485843,30.638675],[109.49276,30.642712],[109.505235,30.655676],[109.519943,30.662635],[109.526642,30.670124],[109.530945,30.669853],[109.537043,30.657755],[109.535217,30.651115],[109.528883,30.644738],[109.529119,30.641481],[109.53584,30.64076],[109.541608,30.645305],[109.546944,30.644802],[109.557972,30.648192],[109.564329,30.646809],[109.571386,30.651811],[109.573663,30.654883],[109.57176,30.657334],[109.573995,30.663272],[109.575407,30.664988],[109.578567,30.665148],[109.581563,30.669937],[109.575885,30.675133],[109.580439,30.68124],[109.580479,30.689834],[109.582313,30.695932],[109.60706,30.703328],[109.617425,30.703324],[109.625697,30.706851],[109.647048,30.722755],[109.653613,30.729764],[109.658182,30.740535],[109.656335,30.74932],[109.650472,30.754949],[109.649312,30.764725],[109.652039,30.76589],[109.656354,30.764484],[109.664812,30.767956],[109.684149,30.778245],[109.695213,30.786453],[109.698581,30.785202],[109.69979,30.781218],[109.6947,30.776905],[109.693964,30.773555],[109.695607,30.771731],[109.699649,30.772916],[109.703923,30.778786],[109.713871,30.780353],[109.717018,30.784081],[109.716981,30.78684],[109.708827,30.790871],[109.712236,30.794485],[109.710921,30.803983],[109.714665,30.810735],[109.720825,30.810727],[109.753533,30.836356],[109.766581,30.841333],[109.769595,30.847322],[109.773284,30.850088],[109.786149,30.85494],[109.791107,30.858435],[109.806124,30.862193],[109.816459,30.862318],[109.819511,30.865676],[109.831545,30.870841],[109.845463,30.880801],[109.876349,30.89115],[109.882685,30.89912],[109.895984,30.90402],[109.899574,30.903173],[109.91111,30.895116],[109.920772,30.895408],[109.927641,30.88974],[109.93621,30.893598],[109.938564,30.881826],[109.951077,30.878868],[109.971147,30.892376],[109.973053,30.892093],[109.975162,30.888827],[109.989336,30.890546],[109.991067,30.889844],[109.991452,30.885968],[109.997836,30.887657],[110.003338,30.886868],[110.000302,30.872012],[110.012172,30.856822],[110.014284,30.847182],[110.012679,30.842206],[110.013282,30.833426],[110.026259,30.822917],[110.032579,30.819734],[110.033815,30.817058],[110.038862,30.813514],[110.037074,30.809906],[110.038228,30.807363],[110.044191,30.802385],[110.048406,30.80152],[110.075971,30.804259],[110.078359,30.804981],[110.092455,30.832481],[110.109998,30.846993],[110.1092,30.851171],[110.114884,30.856646],[110.120341,30.872674],[110.130872,30.886459],[110.131398,30.889744],[110.139055,30.89941],[110.146728,30.913922],[110.143865,30.920587],[110.140285,30.924285],[110.139835,30.928445],[110.145283,30.942283],[110.148159,30.955185],[110.158991,30.963568],[110.156356,30.971072],[110.167966,30.981769],[110.166966,30.989624],[110.158484,30.993843],[110.131191,30.987803],[110.13287,30.993782],[110.132176,30.999688],[110.136561,31.007678],[110.135519,31.032702],[110.115005,31.034131],[110.115567,31.039755],[110.120381,31.042514],[110.120888,31.053817],[110.125055,31.060605],[110.127906,31.061182],[110.128525,31.065349],[110.12535,31.067771],[110.121031,31.068292],[110.115904,31.073726],[110.115217,31.082746],[110.118789,31.089729],[110.122136,31.092206],[110.125997,31.103698],[110.128704,31.106677],[110.141472,31.110094],[110.141284,31.118664],[110.149386,31.120075],[110.156548,31.11836],[110.171685,31.124742],[110.17652,31.124672],[110.182821,31.131851],[110.181651,31.137143],[110.182379,31.148133],[110.188562,31.151704],[110.195637,31.16036],[110.192146,31.165313],[110.179709,31.172539],[110.175121,31.179765],[110.175487,31.186035],[110.172273,31.200428],[110.173772,31.202828],[110.172974,31.212843],[110.165438,31.223872],[110.164963,31.228191],[110.168368,31.242029],[110.166767,31.249315],[110.165585,31.25292],[110.155709,31.255188],[110.153247,31.258042],[110.156033,31.264274],[110.149431,31.279291],[110.152045,31.289135],[110.158209,31.292438],[110.158731,31.30542],[110.156717,31.309666],[110.157899,31.315122],[110.156204,31.316445],[110.147702,31.316722],[110.145772,31.318864],[110.152784,31.333782],[110.142506,31.346885],[110.141698,31.351359],[110.144335,31.357178],[110.134872,31.369015],[110.135161,31.373135],[110.140159,31.38263],[110.139553,31.387175],[110.13577,31.392593],[110.129917,31.392415],[110.120153,31.395597],[110.115367,31.399428],[110.110531,31.407956],[110.11291,31.41149],[110.110002,31.414207],[110.102362,31.409861],[110.093814,31.412832],[110.082848,31.410283],[110.078072,31.411861],[110.069245,31.409671],[110.051135,31.410893],[110.041434,31.417889],[110.037932,31.428116],[110.028157,31.432538],[110.029374,31.435137],[110.032078,31.436384],[110.030982,31.440905],[110.005773,31.446607],[109.996918,31.454143],[109.999028,31.458415],[109.996557,31.465166],[109.986929,31.47545],[109.973599,31.477496],[109.966715,31.475438],[109.963636,31.476989],[109.9536,31.471241],[109.946677,31.469498],[109.940922,31.47065],[109.935483,31.481819],[109.939955,31.488592],[109.95516,31.492691],[109.956587,31.500988],[109.969058,31.50674],[109.973574,31.51181],[109.978385,31.514403],[109.977169,31.515243],[109.972552,31.51541],[109.961583,31.509805],[109.952983,31.509885],[109.95124,31.511446],[109.948225,31.508323],[109.941017,31.508347],[109.936282,31.514048],[109.931718,31.514984],[109.930852,31.519716],[109.926314,31.522925],[109.922453,31.522422],[109.91901,31.523892],[109.887585,31.519986],[109.87841,31.530071],[109.869354,31.533145],[109.858747,31.53395],[109.859201,31.542611],[109.857644,31.544636],[109.850716,31.546684],[109.845241,31.553583],[109.834187,31.55773],[109.822486,31.55684],[109.814814,31.553945],[109.79405,31.542494],[109.790759,31.544668],[109.788626,31.550822],[109.78405,31.555148],[109.778052,31.552192],[109.769569,31.550947],[109.758715,31.552715],[109.756158,31.548366],[109.749965,31.5517],[109.72969,31.548741],[109.719725,31.552077],[109.714566,31.559294],[109.720816,31.566934],[109.721503,31.572839],[109.729576,31.57734],[109.744372,31.580013],[109.74833,31.582469],[109.739006,31.586131],[109.739957,31.601127],[109.744107,31.603552],[109.751884,31.60257],[109.759709,31.60627],[109.758311,31.609827],[109.74795,31.613483],[109.738615,31.626597],[109.733291,31.629438],[109.73645,31.659932],[109.734754,31.665509],[109.725667,31.674524],[109.7251,31.686881],[109.729919,31.696848],[109.724551,31.701967],[109.704904,31.701428],[109.698989,31.707231],[109.689092,31.708504],[109.687398,31.717345],[109.679514,31.72067],[109.654978,31.71828],[109.651553,31.718583],[109.644597,31.722573],[109.638761,31.722499],[109.622512,31.717628],[109.613574,31.712695],[109.600779,31.715919],[109.586444,31.725729],[109.579602,31.728487],[109.579165,31.732275],[109.589591,31.736078],[109.59257,31.738428],[109.593083,31.742731],[109.600216,31.745121],[109.594838,31.75104],[109.588321,31.752426],[109.587471,31.757728],[109.590528,31.768343],[109.586672,31.781777],[109.588048,31.783733],[109.596612,31.787307],[109.598977,31.795075],[109.597002,31.79888],[109.601104,31.803065],[109.609057,31.807205],[109.626079,31.803259],[109.634506,31.807807],[109.635935,31.812113],[109.633939,31.820602],[109.629889,31.822883],[109.622004,31.833452],[109.622936,31.837545],[109.621116,31.843204],[109.611543,31.851653],[109.6099,31.857639],[109.61236,31.860132],[109.613102,31.868115],[109.60561,31.884651],[109.603326,31.885522],[109.598422,31.883958],[109.592042,31.886094],[109.578716,31.896154],[109.584567,31.900812],[109.586668,31.906904],[109.585011,31.911641],[109.595775,31.925042],[109.602035,31.923278],[109.617893,31.924465],[109.619821,31.92702],[109.621284,31.935132],[109.624744,31.937145],[109.627681,31.942543],[109.624809,31.94603],[109.624138,31.950185],[109.624987,31.959706],[109.619482,31.967015],[109.62131,31.970058],[109.615224,31.981548],[109.597251,31.991396],[109.586474,32.001297],[109.584729,32.023982],[109.581439,32.030473],[109.588788,32.042211],[109.584768,32.047533],[109.597235,32.070229],[109.602575,32.071995],[109.611388,32.078551],[109.609002,32.085753],[109.608423,32.096021],[109.618069,32.100233],[109.61186,32.115315],[109.587817,32.13515],[109.588534,32.145478],[109.584918,32.158789],[109.586447,32.174349],[109.592841,32.183375],[109.596693,32.198451],[109.603582,32.20471],[109.592422,32.214622],[109.584653,32.215314],[109.566378,32.220477],[109.561071,32.224708],[109.554761,32.221144],[109.549841,32.230807],[109.541461,32.236557],[109.533263,32.246197],[109.533478,32.251349],[109.52637,32.265282],[109.513823,32.270216],[109.510934,32.27556],[109.514585,32.281975],[109.511814,32.285385],[109.507256,32.287461],[109.496787,32.284887],[109.486222,32.290466],[109.487592,32.295508],[109.495346,32.308268],[109.494833,32.311041],[109.500316,32.316958],[109.513494,32.337773],[109.505179,32.352954],[109.505976,32.357414],[109.500458,32.370089],[109.495699,32.387855],[109.496386,32.392823],[109.513998,32.398984],[109.522753,32.398169],[109.525207,32.400941],[109.526818,32.404516],[109.526392,32.413623],[109.520324,32.421605],[109.52025,32.428385],[109.524454,32.437466],[109.533862,32.442903],[109.543377,32.453399],[109.544002,32.465109],[109.54949,32.474966],[109.546975,32.482475],[109.562539,32.481689],[109.565286,32.484495],[109.568118,32.489837],[109.569638,32.498094],[109.577137,32.514016],[109.599059,32.523522],[109.612397,32.521301],[109.618794,32.533113],[109.629138,32.533559],[109.633506,32.536882],[109.634577,32.549878],[109.631767,32.55535],[109.62409,32.559426],[109.618715,32.559466],[109.61253,32.562316],[109.613861,32.568765],[109.617027,32.569015],[109.621064,32.575977],[109.621587,32.580052],[109.619046,32.585093],[109.613825,32.589141],[109.621586,32.599504],[109.661608,32.599708],[109.674141,32.602101],[109.688714,32.596619],[109.694299,32.598324],[109.698128,32.605032],[109.705844,32.605683],[109.717101,32.603427],[109.724366,32.607695],[109.750468,32.584472],[109.770777,32.587575],[109.781477,32.580717],[109.791498,32.581539],[109.814101,32.578639],[109.820636,32.574452],[109.824864,32.575143],[109.830699,32.581455],[109.842196,32.584976],[109.850125,32.580683],[109.856459,32.580722],[109.861796,32.585938],[109.871927,32.591238],[109.87991,32.590309],[109.886428,32.592469],[109.88912,32.595274],[109.900886,32.592329],[109.904431,32.589177],[109.916262,32.590519],[109.921352,32.592694],[109.931775,32.584236],[109.940808,32.573212],[109.948589,32.570866],[109.960253,32.576857],[109.965129,32.578119],[109.968388,32.576682],[109.977718,32.554031],[109.98452,32.552364],[109.988197,32.553548],[109.994329,32.552812],[109.999544,32.551094],[110.004739,32.545925],[110.024079,32.5443],[110.029475,32.545042],[110.033733,32.556007],[110.048818,32.561422],[110.056618,32.562428],[110.061799,32.576593],[110.069978,32.583691],[110.076546,32.586051],[110.084451,32.584234],[110.089289,32.586864],[110.089461,32.591739],[110.085308,32.594804],[110.080907,32.608409],[110.081511,32.617215],[110.086344,32.621344],[110.123661,32.619061],[110.126028,32.610371],[110.129752,32.605938],[110.134741,32.607641],[110.139191,32.605169],[110.140503,32.595866],[110.139328,32.592499],[110.148188,32.591527],[110.16416,32.600817],[110.175533,32.61473],[110.180694,32.617563],[110.182525,32.617084],[110.183743,32.621871],[110.198206,32.629673],[110.201225,32.637722],[110.197466,32.641403],[110.19175,32.640875],[110.189181,32.642237],[110.183761,32.651281],[110.179095,32.654663],[110.171396,32.665117],[110.165789,32.667552],[110.148786,32.680686],[110.150321,32.689668],[110.154143,32.695307],[110.154329,32.707689],[110.16172,32.711482],[110.166343,32.719688],[110.158793,32.736832],[110.156965,32.748868],[110.15871,32.755676],[110.158423,32.763696],[110.149251,32.768929],[110.135159,32.765424],[110.125767,32.774332],[110.120871,32.782298],[110.124418,32.787622],[110.132137,32.789776],[110.134204,32.792031],[110.136596,32.797785],[110.136272,32.80974],[110.122877,32.80939],[110.118159,32.811079],[110.115247,32.814146],[110.111715,32.823553],[110.099625,32.834307],[110.075658,32.846356],[110.059609,32.851299],[110.047608,32.852475],[110.031702,32.862172],[110.02526,32.874033],[110.017322,32.875022],[110.010388,32.872351],[109.995116,32.877113],[109.985163,32.88814],[109.968721,32.88667],[109.95059,32.889106],[109.926141,32.887441],[109.924048,32.888231],[109.916428,32.899007],[109.909704,32.904011],[109.903646,32.906091],[109.890573,32.906135],[109.879762,32.90318],[109.86484,32.914896],[109.857979,32.915586],[109.852841,32.912893],[109.845548,32.897594],[109.839658,32.89392],[109.819333,32.891951],[109.810512,32.887999],[109.800876,32.87988],[109.794211,32.879489],[109.78423,32.884874],[109.767282,32.906668],[109.760767,32.91071],[109.767241,32.933672],[109.771118,32.93466],[109.774194,32.940687],[109.770262,32.958017],[109.772031,32.962494],[109.778232,32.964731],[109.779907,32.966831],[109.780179,32.969902],[109.777563,32.974025],[109.779129,32.98147],[109.785223,32.987586],[109.785985,32.997882],[109.782821,33.001337],[109.786408,33.017367],[109.791657,33.020795],[109.786668,33.026765],[109.791405,33.044419],[109.7901,33.04885],[109.792375,33.058842],[109.79664,33.068914],[109.772574,33.069895],[109.763746,33.074986],[109.754087,33.078249],[109.74703,33.085989],[109.739498,33.089093],[109.73546,33.088459],[109.730261,33.090453],[109.725091,33.095703],[109.705162,33.099151],[109.699843,33.102294],[109.693577,33.113092],[109.681711,33.117756],[109.66556,33.114258],[109.660816,33.115713],[109.63629,33.114011],[109.62521,33.114825],[109.604428,33.10634],[109.597989,33.109687],[109.58618,33.122461],[109.578807,33.118005],[109.568284,33.11709],[109.565177,33.122107],[109.567052,33.125021],[109.565706,33.126258],[109.561467,33.126191],[109.554988,33.123456],[109.545904,33.124656],[109.544976,33.125705],[109.547626,33.132264],[109.544998,33.133182],[109.518241,33.135156],[109.502139,33.139458],[109.489023,33.141033],[109.482927,33.139409],[109.462266,33.139168],[109.461102,33.142131],[109.453219,33.146127],[109.441623,33.145801],[109.438396,33.148337],[109.437367,33.152512],[109.448268,33.159649],[109.44881,33.171123],[109.475896,33.184378],[109.478502,33.190983],[109.476882,33.1971],[109.478853,33.202827],[109.500613,33.210247],[109.50301,33.21227],[109.504771,33.218383],[109.499821,33.226917],[109.514076,33.235444],[109.513754,33.24293],[109.520355,33.243364],[109.5265,33.238866],[109.533389,33.238969],[109.535216,33.242588],[109.538479,33.243529],[109.557504,33.236254],[109.564103,33.237174],[109.576017,33.233243],[109.584676,33.232809],[109.595235,33.234611],[109.606198,33.233084],[109.605693,33.241332],[109.602375,33.24944],[109.603141,33.254135],[109.609817,33.259655],[109.619991,33.272876],[109.631561,33.271732]],[[112.889694,29.800251],[112.8943,29.795191],[112.920826,29.779649],[112.932197,29.768176],[112.934438,29.77676],[112.932941,29.785257],[112.922183,29.796905],[112.909706,29.803357],[112.900722,29.805132],[112.892254,29.804204],[112.888971,29.802262],[112.889694,29.800251]],[[111.020026,33.176541],[111.02383,33.176588],[111.027732,33.179137],[111.032286,33.186886],[111.031621,33.188887],[111.027476,33.190524],[111.024235,33.189262],[111.018406,33.181725],[111.009937,33.175122],[111.014851,33.17411],[111.020026,33.176541]]]]}},{type:"Feature",properties:{name:"湖南省",province_adcode:43e4,province_type:"省",name_en:"Hunan",name_var:"Hú Nán",adcode:43e4},geometry:{type:"MultiPolygon",coordinates:[[[[109.477707,26.840052],[109.475649,26.835978],[109.469877,26.832347],[109.462627,26.832475],[109.459002,26.830944],[109.45695,26.833398],[109.457997,26.835466],[109.474784,26.841548],[109.477707,26.840052]]],[[[112.93361,29.783294],[112.934141,29.773228],[112.931935,29.768088],[112.920664,29.779766],[112.891545,29.797174],[112.888971,29.802262],[112.89572,29.805185],[112.900722,29.805132],[112.914247,29.801616],[112.927241,29.792445],[112.93361,29.783294]]],[[[110.847895,30.128613],[110.850996,30.127482],[110.851352,30.119769],[110.858526,30.119281],[110.865513,30.115262],[110.884189,30.115919],[110.889167,30.11222],[110.911102,30.115582],[110.917726,30.114507],[110.919384,30.111435],[110.918253,30.102097],[110.920864,30.099473],[110.921691,30.095534],[110.917581,30.085026],[110.917038,30.078102],[110.923395,30.075596],[110.918433,30.070993],[110.930191,30.064609],[110.944313,30.064878],[110.950793,30.06256],[110.956808,30.064244],[110.969139,30.059265],[110.980309,30.059812],[110.986356,30.061892],[110.998158,30.059028],[111.000829,30.056823],[111.029796,30.051051],[111.086761,30.052168],[111.092726,30.050581],[111.10066,30.050956],[111.115965,30.047086],[111.125864,30.04871],[111.148635,30.045508],[111.159997,30.045827],[111.165245,30.04411],[111.177806,30.046322],[111.194809,30.04285],[111.206565,30.043907],[111.213112,30.042356],[111.240923,30.042385],[111.250954,30.036975],[111.260987,30.011938],[111.280867,30.013724],[111.292196,30.007124],[111.291948,29.99252],[111.2973,29.985862],[111.306876,29.981909],[111.312292,29.974579],[111.315472,29.976072],[111.316242,29.980672],[111.319139,29.980339],[111.326405,29.972176],[111.324127,29.967581],[111.331178,29.964939],[111.330308,29.960414],[111.334497,29.953871],[111.335335,29.948429],[111.337624,29.946785],[111.342893,29.944251],[111.345066,29.947257],[111.345867,29.953896],[111.35685,29.953533],[111.363449,29.956459],[111.369281,29.9565],[111.37178,29.953037],[111.377406,29.952145],[111.377829,29.948588],[111.372489,29.937517],[111.375433,29.935998],[111.384666,29.94019],[111.383807,29.935104],[111.378433,29.930517],[111.377127,29.925893],[111.384759,29.917262],[111.391037,29.914556],[111.398281,29.913051],[111.412359,29.917384],[111.418871,29.924508],[111.431583,29.932548],[111.438382,29.927973],[111.445799,29.92561],[111.45161,29.930971],[111.459359,29.930093],[111.460722,29.926254],[111.469743,29.921667],[111.480752,29.921538],[111.482707,29.924877],[111.486897,29.92405],[111.489033,29.927],[111.497825,29.928318],[111.501403,29.926412],[111.503264,29.928765],[111.510347,29.930788],[111.517859,29.930944],[111.522625,29.928494],[111.52174,29.924418],[111.52888,29.917064],[111.52904,29.913612],[111.5333,29.907465],[111.543755,29.906529],[111.544264,29.901243],[111.5463,29.897865],[111.561615,29.901182],[111.571853,29.897299],[111.578713,29.900879],[111.582629,29.895704],[111.587111,29.897518],[111.58867,29.89413],[111.592867,29.892163],[111.600057,29.893453],[111.602969,29.892503],[111.607169,29.895043],[111.614514,29.893955],[111.616325,29.897805],[111.619874,29.898194],[111.622092,29.896383],[111.624671,29.898606],[111.628408,29.896812],[111.632624,29.89788],[111.634981,29.896042],[111.64573,29.896043],[111.646862,29.893595],[111.645684,29.891725],[111.65637,29.888595],[111.66349,29.891253],[111.666237,29.889061],[111.670517,29.889842],[111.67668,29.887174],[111.682539,29.888061],[111.685457,29.891599],[111.689917,29.889913],[111.699078,29.89273],[111.701735,29.896613],[111.701299,29.899996],[111.705771,29.899972],[111.710682,29.903955],[111.713223,29.903188],[111.718058,29.907527],[111.717786,29.915379],[111.719518,29.918406],[111.729549,29.922935],[111.73368,29.921136],[111.741729,29.924242],[111.744266,29.920389],[111.751591,29.922772],[111.752793,29.921931],[111.752889,29.917973],[111.758348,29.911035],[111.762545,29.912879],[111.767427,29.908979],[111.773686,29.913916],[111.781339,29.916333],[111.785072,29.914007],[111.784794,29.910816],[111.786981,29.908182],[111.789574,29.909385],[111.793328,29.907473],[111.802564,29.906996],[111.80597,29.904202],[111.803975,29.897828],[111.805999,29.895977],[111.80811,29.896316],[111.81805,29.890287],[111.823972,29.892466],[111.8264,29.885287],[111.824374,29.876211],[111.827867,29.87669],[111.830914,29.879799],[111.840148,29.877552],[111.844426,29.872156],[111.851335,29.871318],[111.854197,29.867747],[111.855177,29.861679],[111.863862,29.862025],[111.866806,29.860003],[111.871489,29.859942],[111.871875,29.865359],[111.870232,29.868498],[111.872337,29.87088],[111.875825,29.868688],[111.880104,29.860701],[111.889898,29.860404],[111.892314,29.858554],[111.898167,29.858801],[111.901891,29.856196],[111.909575,29.855341],[111.914122,29.843239],[111.929451,29.835345],[111.934043,29.835127],[111.947986,29.841862],[111.958337,29.841932],[111.958374,29.83242],[111.945072,29.819191],[111.945963,29.811451],[111.951374,29.802683],[111.948934,29.801166],[111.949274,29.798682],[111.953589,29.799786],[111.956668,29.796098],[111.962255,29.796272],[111.96677,29.793226],[111.971298,29.793763],[111.975007,29.797595],[111.98099,29.796927],[111.982374,29.789551],[111.988815,29.783038],[111.995648,29.780125],[112.004541,29.780913],[112.011488,29.774729],[112.021246,29.770461],[112.029089,29.761981],[112.034056,29.763774],[112.037673,29.762701],[112.041203,29.759235],[112.043609,29.751864],[112.049867,29.751014],[112.056392,29.745386],[112.058231,29.745757],[112.058938,29.748242],[112.048652,29.760925],[112.051332,29.765421],[112.058861,29.771849],[112.060894,29.764071],[112.060233,29.756666],[112.063967,29.74988],[112.070623,29.745355],[112.067411,29.737724],[112.066599,29.724163],[112.068197,29.719468],[112.063896,29.714578],[112.058251,29.71236],[112.058811,29.702546],[112.054411,29.698905],[112.061435,29.682761],[112.066047,29.681639],[112.069899,29.683644],[112.076839,29.682761],[112.081805,29.683996],[112.08439,29.687626],[112.086573,29.687665],[112.089747,29.683306],[112.100944,29.674651],[112.10575,29.660681],[112.112208,29.665895],[112.115388,29.66454],[112.116927,29.659512],[112.11847,29.658819],[112.125524,29.660665],[112.13074,29.659432],[112.138335,29.660734],[112.145367,29.656975],[112.148186,29.658842],[112.153196,29.659086],[112.158103,29.664513],[112.17241,29.659548],[112.178284,29.649215],[112.180328,29.635818],[112.183574,29.632686],[112.184775,29.62776],[112.193022,29.619906],[112.193717,29.631976],[112.196276,29.636239],[112.202234,29.63766],[112.208228,29.636039],[112.212563,29.63796],[112.214831,29.641385],[112.211191,29.6475],[112.221663,29.656803],[112.234026,29.662764],[112.238727,29.66278],[112.235703,29.654326],[112.225494,29.642103],[112.222954,29.634358],[112.223355,29.627807],[112.228889,29.617312],[112.233641,29.617954],[112.236307,29.612791],[112.242569,29.614447],[112.248315,29.613572],[112.259033,29.606254],[112.275656,29.599194],[112.287916,29.598779],[112.297504,29.588283],[112.297226,29.568946],[112.286403,29.546117],[112.281961,29.541818],[112.27634,29.539701],[112.274158,29.534489],[112.272677,29.510863],[112.276995,29.498899],[112.279202,29.501182],[112.280649,29.510225],[112.285125,29.51958],[112.292653,29.519644],[112.309634,29.526729],[112.311705,29.538297],[112.315899,29.543651],[112.323432,29.546199],[112.344267,29.546318],[112.362237,29.542848],[112.380759,29.56415],[112.386568,29.573189],[112.386892,29.568223],[112.389137,29.564465],[112.392286,29.564624],[112.392597,29.570951],[112.394719,29.574839],[112.403153,29.579773],[112.416952,29.59512],[112.421445,29.60332],[112.422454,29.622302],[112.427938,29.627225],[112.432471,29.628388],[112.432346,29.633879],[112.434034,29.636144],[112.440482,29.634727],[112.451679,29.638435],[112.477155,29.635219],[112.494802,29.631007],[112.496641,29.619793],[112.500365,29.6133],[112.529987,29.602332],[112.535399,29.603529],[112.549051,29.615723],[112.555165,29.618504],[112.559751,29.623996],[112.571542,29.627158],[112.576574,29.623993],[112.601528,29.617043],[112.603728,29.611094],[112.60623,29.610299],[112.619091,29.618954],[112.624097,29.61946],[112.633952,29.611072],[112.637761,29.605664],[112.640672,29.604876],[112.642814,29.597676],[112.645511,29.595112],[112.653547,29.601003],[112.666298,29.603058],[112.671234,29.598918],[112.673288,29.592996],[112.678991,29.59355],[112.687857,29.602397],[112.688482,29.607069],[112.686901,29.610528],[112.694276,29.613478],[112.696701,29.627689],[112.710648,29.645386],[112.710434,29.649567],[112.70868,29.651727],[112.711394,29.657404],[112.720958,29.660317],[112.724776,29.656461],[112.723566,29.653042],[112.727872,29.650311],[112.732081,29.649968],[112.740459,29.656917],[112.744498,29.65815],[112.747977,29.663827],[112.750565,29.659916],[112.756898,29.663215],[112.757873,29.673696],[112.763359,29.678753],[112.774272,29.682074],[112.780658,29.680409],[112.783985,29.681356],[112.783893,29.683626],[112.781022,29.685458],[112.779073,29.696605],[112.791531,29.700272],[112.790949,29.706718],[112.787322,29.716234],[112.789359,29.719722],[112.795448,29.721512],[112.802865,29.72853],[112.801303,29.730794],[112.795772,29.729452],[112.79364,29.730927],[112.790746,29.734192],[112.792245,29.739446],[112.81088,29.749801],[112.860084,29.787469],[112.87044,29.792381],[112.88015,29.793733],[112.886498,29.79207],[112.918222,29.775379],[112.924861,29.766228],[112.92826,29.738465],[112.920733,29.697961],[112.924397,29.688167],[112.930921,29.67754],[112.936346,29.679071],[112.939464,29.684756],[112.948065,29.691076],[112.954589,29.699032],[112.962733,29.717459],[112.960129,29.721974],[112.973945,29.738498],[112.997013,29.75561],[113.007043,29.768035],[113.011489,29.77131],[113.024931,29.772775],[113.025568,29.763691],[113.013273,29.737612],[113.009938,29.721425],[113.002152,29.701485],[112.989256,29.685682],[112.97814,29.676776],[112.966268,29.670984],[112.953965,29.657079],[112.934674,29.649246],[112.930592,29.642678],[112.910234,29.622913],[112.906413,29.617307],[112.906785,29.607969],[112.913237,29.591848],[112.924606,29.547155],[112.933201,29.524105],[112.938303,29.485127],[112.947256,29.472886],[112.95386,29.46932],[112.963642,29.471663],[112.968174,29.477297],[112.974817,29.490554],[112.984417,29.500029],[113.006054,29.516416],[113.029883,29.527387],[113.037839,29.528605],[113.048396,29.527383],[113.056344,29.522588],[113.060749,29.512909],[113.067952,29.480467],[113.07093,29.44476],[113.078066,29.43559],[113.086742,29.433623],[113.094513,29.438487],[113.096082,29.441312],[113.096723,29.455552],[113.094849,29.461543],[113.100506,29.462243],[113.109489,29.458676],[113.130096,29.46031],[113.131718,29.457266],[113.139537,29.453889],[113.142899,29.454206],[113.15224,29.459662],[113.165245,29.473737],[113.189152,29.506475],[113.203682,29.52135],[113.221767,29.546399],[113.239368,29.560599],[113.255987,29.570315],[113.264262,29.578442],[113.269913,29.595271],[113.287283,29.611725],[113.344669,29.680113],[113.397083,29.727143],[113.420102,29.745315],[113.432318,29.7538],[113.45198,29.762836],[113.486412,29.788383],[113.497195,29.797352],[113.512029,29.815498],[113.521456,29.824351],[113.565521,29.850389],[113.575917,29.838383],[113.575726,29.835409],[113.570508,29.828264],[113.571665,29.821377],[113.566238,29.817415],[113.559608,29.815785],[113.560932,29.81226],[113.566519,29.813275],[113.570006,29.811375],[113.563851,29.807572],[113.556191,29.794354],[113.562469,29.789613],[113.554863,29.786494],[113.545281,29.770586],[113.550132,29.7664],[113.548548,29.763502],[113.548513,29.748436],[113.543334,29.741151],[113.536957,29.712175],[113.53205,29.700664],[113.533173,29.695083],[113.537894,29.68731],[113.543773,29.681223],[113.555116,29.675517],[113.560815,29.675171],[113.568321,29.67796],[113.572541,29.677883],[113.594014,29.673408],[113.602463,29.669508],[113.607603,29.673522],[113.632025,29.67232],[113.64167,29.675345],[113.639743,29.678696],[113.645814,29.686109],[113.651798,29.684994],[113.658506,29.686857],[113.657536,29.680838],[113.663673,29.67297],[113.661623,29.666573],[113.666008,29.66148],[113.66859,29.652232],[113.675269,29.645339],[113.67428,29.643248],[113.666554,29.643957],[113.666268,29.640995],[113.673049,29.637389],[113.682261,29.643673],[113.690069,29.64122],[113.6873,29.635832],[113.693028,29.635356],[113.698162,29.637185],[113.699177,29.635301],[113.697378,29.629391],[113.699445,29.626984],[113.700119,29.615507],[113.702319,29.611951],[113.71564,29.614669],[113.72388,29.599754],[113.735353,29.594135],[113.732926,29.582728],[113.729875,29.579066],[113.705499,29.571833],[113.703991,29.564556],[113.705494,29.561545],[113.702471,29.555956],[113.694155,29.555373],[113.684863,29.550811],[113.67636,29.551397],[113.673607,29.548917],[113.674657,29.543306],[113.67354,29.541477],[113.663314,29.53888],[113.650318,29.538983],[113.648953,29.533742],[113.64208,29.532599],[113.625367,29.525982],[113.625741,29.520837],[113.628598,29.518307],[113.629019,29.513425],[113.637608,29.51078],[113.645344,29.51101],[113.651426,29.514109],[113.667438,29.513162],[113.672592,29.516408],[113.6834,29.512143],[113.683973,29.509558],[113.690743,29.505598],[113.690781,29.500052],[113.701582,29.488186],[113.704512,29.488006],[113.708765,29.483799],[113.712694,29.482702],[113.718411,29.476139],[113.737624,29.472397],[113.733292,29.468502],[113.738825,29.465503],[113.739503,29.461189],[113.743109,29.460471],[113.744704,29.454042],[113.749267,29.452087],[113.749575,29.444019],[113.740739,29.439208],[113.736014,29.433415],[113.73096,29.430395],[113.736498,29.420558],[113.736379,29.415953],[113.730227,29.408927],[113.72488,29.396988],[113.716272,29.39199],[113.707898,29.397485],[113.691292,29.394011],[113.68388,29.396651],[113.6695,29.39276],[113.6644,29.388292],[113.663079,29.384817],[113.658673,29.382114],[113.655118,29.370494],[113.658035,29.36487],[113.655669,29.354744],[113.661419,29.348292],[113.657497,29.344145],[113.658534,29.340093],[113.655048,29.335932],[113.647345,29.334194],[113.644707,29.331524],[113.637972,29.33059],[113.635169,29.327588],[113.630775,29.326933],[113.623293,29.312611],[113.622409,29.302506],[113.620341,29.29808],[113.615206,29.290575],[113.608691,29.28454],[113.609509,29.277184],[113.600649,29.269489],[113.599701,29.259309],[113.604391,29.257649],[113.611162,29.258643],[113.611454,29.251666],[113.615533,29.250453],[113.618791,29.246751],[113.622554,29.248379],[113.623753,29.254705],[113.631031,29.253062],[113.636066,29.246828],[113.636085,29.243123],[113.641416,29.241619],[113.643626,29.233159],[113.640294,29.23174],[113.644162,29.227809],[113.65052,29.228351],[113.655412,29.222899],[113.660106,29.224221],[113.662706,29.231917],[113.674516,29.238691],[113.679916,29.238133],[113.687467,29.22871],[113.685279,29.219438],[113.68823,29.210804],[113.687377,29.200501],[113.677393,29.187141],[113.670222,29.184503],[113.667371,29.179514],[113.662143,29.175367],[113.655735,29.163208],[113.666167,29.15806],[113.662016,29.152081],[113.663907,29.142422],[113.667708,29.138046],[113.675269,29.136671],[113.678989,29.133973],[113.675439,29.125936],[113.681359,29.120417],[113.683198,29.114247],[113.680715,29.104097],[113.682284,29.100461],[113.679543,29.094194],[113.680704,29.080844],[113.68753,29.080498],[113.691758,29.081683],[113.694757,29.085093],[113.701,29.086365],[113.706608,29.098673],[113.717619,29.108862],[113.725998,29.103425],[113.721054,29.093785],[113.719876,29.086262],[113.725726,29.078923],[113.723381,29.074195],[113.726485,29.068147],[113.725408,29.063162],[113.733369,29.061334],[113.737665,29.056613],[113.747349,29.069331],[113.754566,29.071094],[113.764413,29.093971],[113.76866,29.096025],[113.77907,29.097182],[113.781972,29.100552],[113.788904,29.099213],[113.79374,29.100981],[113.79893,29.10544],[113.813993,29.107542],[113.821054,29.103981],[113.832187,29.094688],[113.832845,29.085314],[113.8278,29.072837],[113.832834,29.069282],[113.840368,29.066973],[113.840874,29.06344],[113.850028,29.060649],[113.858932,29.066032],[113.865553,29.06776],[113.869475,29.06824],[113.873518,29.065446],[113.869168,29.056206],[113.869578,29.0503],[113.873779,29.045264],[113.870315,29.037588],[113.883644,29.036829],[113.890284,29.032948],[113.895812,29.034591],[113.904174,29.03315],[113.908769,29.035823],[113.91154,29.040643],[113.921004,29.043656],[113.927309,29.048372],[113.937517,29.050069],[113.942664,29.043705],[113.943551,29.034971],[113.940454,29.024685],[113.942559,29.016735],[113.948906,29.01543],[113.951369,29.013145],[113.949135,29.009319],[113.949382,29.006046],[113.950306,29.00411],[113.954247,29.003901],[113.955836,29.001224],[113.949632,28.980907],[113.954261,28.972148],[113.954523,28.966347],[113.95675,28.961906],[113.954963,28.957104],[113.958646,28.952286],[113.959124,28.945246],[113.965558,28.947332],[113.968609,28.93952],[113.983708,28.953948],[113.988313,28.956186],[113.993421,28.954069],[113.997597,28.955824],[113.999691,28.958778],[114.003525,28.95824],[114.004645,28.947616],[114.002748,28.940473],[113.999238,28.936491],[113.999823,28.929846],[113.997209,28.923124],[113.99968,28.920681],[114.011818,28.919644],[114.019985,28.907488],[114.020251,28.89876],[114.023618,28.891393],[114.036546,28.90766],[114.04312,28.910107],[114.047085,28.908806],[114.052782,28.902806],[114.055635,28.90227],[114.062834,28.894455],[114.061954,28.886064],[114.056371,28.884291],[114.051715,28.873674],[114.051786,28.87048],[114.057422,28.86472],[114.057704,28.859076],[114.053945,28.854283],[114.055587,28.849693],[114.058169,28.847935],[114.064758,28.849593],[114.065395,28.844414],[114.072872,28.835256],[114.077245,28.838397],[114.090235,28.834679],[114.096789,28.839119],[114.104124,28.841824],[114.107594,28.841432],[114.118516,28.847042],[114.123625,28.844821],[114.12247,28.839176],[114.123944,28.834934],[114.130225,28.82932],[114.136033,28.830533],[114.145199,28.839481],[114.146526,28.838555],[114.148755,28.833807],[114.147332,28.823697],[114.149407,28.820961],[114.147481,28.807909],[114.144112,28.79942],[114.136028,28.79378],[114.13268,28.782942],[114.142044,28.776915],[114.149286,28.774798],[114.149478,28.770456],[114.151997,28.766633],[114.151192,28.761686],[114.147831,28.754225],[114.146984,28.747825],[114.142014,28.737801],[114.144603,28.728642],[114.143215,28.723601],[114.137382,28.718178],[114.135672,28.70487],[114.133635,28.704109],[114.130225,28.70649],[114.122878,28.703411],[114.116727,28.687711],[114.118558,28.681868],[114.123358,28.678846],[114.127363,28.673593],[114.124373,28.666726],[114.127382,28.662193],[114.127637,28.65687],[114.124581,28.654776],[114.124228,28.650901],[114.128465,28.645239],[114.122792,28.63436],[114.117928,28.628651],[114.116345,28.623658],[114.119545,28.620614],[114.12517,28.618797],[114.128242,28.611932],[114.114362,28.589382],[114.10049,28.587384],[114.097324,28.584516],[114.097443,28.581294],[114.090954,28.574641],[114.091222,28.567167],[114.0803,28.560088],[114.095286,28.542349],[114.114173,28.542435],[114.118537,28.536581],[114.12235,28.539538],[114.130575,28.539063],[114.134005,28.531683],[114.135084,28.524423],[114.14444,28.518214],[114.145475,28.515171],[114.150449,28.510241],[114.153596,28.510227],[114.158423,28.505483],[114.169582,28.498877],[114.181366,28.500318],[114.185967,28.502786],[114.191535,28.501616],[114.194801,28.497497],[114.20205,28.494782],[114.203992,28.491365],[114.212845,28.487709],[114.21492,28.475705],[114.213295,28.471286],[114.204575,28.464356],[114.198746,28.462494],[114.194141,28.456493],[114.187345,28.452033],[114.1829,28.442135],[114.177075,28.43964],[114.180447,28.436394],[114.187662,28.434387],[114.200876,28.423403],[114.210422,28.404082],[114.216172,28.405327],[114.22397,28.399971],[114.228013,28.40198],[114.239757,28.398778],[114.246087,28.399648],[114.248639,28.398043],[114.251536,28.390566],[114.251758,28.384265],[114.254299,28.380269],[114.251659,28.374537],[114.246195,28.372483],[114.245208,28.367516],[114.247676,28.364279],[114.252917,28.361585],[114.256514,28.355096],[114.247417,28.35119],[114.242696,28.345352],[114.239906,28.347772],[114.235416,28.348344],[114.234983,28.343729],[114.238823,28.344817],[114.242697,28.343255],[114.239753,28.337833],[114.244891,28.337774],[114.249569,28.330228],[114.249719,28.324739],[114.245405,28.320293],[114.237719,28.319081],[114.235432,28.315205],[114.227818,28.314588],[114.223068,28.308327],[114.223316,28.304727],[114.209381,28.297075],[114.206736,28.29052],[114.194139,28.295569],[114.1916,28.294686],[114.189118,28.287997],[114.192816,28.283357],[114.193271,28.27493],[114.189719,28.271781],[114.182243,28.270125],[114.178816,28.270891],[114.176225,28.264134],[114.178795,28.259056],[114.175822,28.253456],[114.16387,28.257613],[114.148565,28.252006],[114.145404,28.252701],[114.139633,28.250814],[114.13824,28.247816],[114.139258,28.244387],[114.137286,28.240154],[114.124484,28.232299],[114.121271,28.224366],[114.115163,28.217894],[114.110648,28.21603],[114.10724,28.210787],[114.102327,28.20795],[114.10081,28.204065],[114.102656,28.199757],[114.10022,28.194398],[114.10159,28.189515],[114.098833,28.184958],[114.095695,28.183868],[114.091586,28.185413],[114.085479,28.183226],[114.07824,28.183017],[114.063797,28.174782],[114.04772,28.17393],[114.043112,28.180689],[114.036658,28.176826],[114.031882,28.176342],[114.025562,28.177317],[114.018447,28.176116],[114.011525,28.177568],[114.002947,28.172808],[113.998584,28.167888],[113.993848,28.167367],[113.992145,28.17108],[113.987428,28.166073],[113.987027,28.162073],[113.992285,28.154038],[113.995066,28.15068],[114.000593,28.148598],[114.000193,28.145945],[114.002815,28.141256],[114.001952,28.135649],[114.000093,28.134669],[114.000455,28.127966],[114.007629,28.12735],[114.011597,28.124296],[114.009639,28.115746],[114.011736,28.110895],[114.012198,28.104145],[114.013201,28.102521],[114.015839,28.103377],[114.017468,28.098491],[114.021583,28.095656],[114.023136,28.091146],[114.022148,28.087233],[114.017922,28.089225],[114.016892,28.087986],[114.013445,28.088624],[114.018339,28.0841],[114.022604,28.084915],[114.026091,28.081764],[114.030845,28.08139],[114.03268,28.078585],[114.03197,28.07586],[114.037357,28.071085],[114.04163,28.06066],[114.039674,28.059113],[114.040222,28.056101],[114.029385,28.053607],[114.027077,28.048265],[114.02211,28.045056],[114.022737,28.037971],[114.02122,28.034663],[114.005963,28.04118],[114.001764,28.042051],[113.998825,28.040764],[113.996142,28.044041],[113.979428,28.042256],[113.971461,28.044794],[113.96136,28.043248],[113.95354,28.039475],[113.950949,28.032348],[113.960578,28.023729],[113.957586,28.018759],[113.9403,28.017492],[113.936416,28.0142],[113.931105,28.018709],[113.93075,28.021763],[113.926133,28.024538],[113.924002,28.01046],[113.924904,28.008616],[113.913033,28.00527],[113.910623,28.001015],[113.91092,27.995891],[113.908258,27.993734],[113.898407,27.991412],[113.872243,27.99572],[113.869325,27.998461],[113.868455,28.003536],[113.859775,28.011234],[113.856945,28.009679],[113.852126,28],[113.845235,27.991302],[113.846905,27.982317],[113.843715,27.973591],[113.821954,27.97537],[113.819009,27.978293],[113.81875,27.983963],[113.81052,27.983353],[113.798187,27.978868],[113.791644,27.973434],[113.786544,27.966246],[113.788013,27.960928],[113.784789,27.956812],[113.766468,27.95705],[113.748021,27.938981],[113.742095,27.929879],[113.739699,27.920406],[113.729805,27.907919],[113.72367,27.892701],[113.722567,27.879955],[113.72447,27.874958],[113.731014,27.871032],[113.734464,27.870794],[113.738271,27.87246],[113.739104,27.879479],[113.741364,27.879479],[113.745171,27.871032],[113.744933,27.867939],[113.743268,27.86663],[113.744458,27.863537],[113.752982,27.86031],[113.754573,27.844212],[113.750168,27.839147],[113.757441,27.833814],[113.761078,27.822481],[113.759453,27.805599],[113.741547,27.783658],[113.73766,27.782498],[113.72326,27.771729],[113.718084,27.760089],[113.705406,27.754352],[113.692882,27.742428],[113.692141,27.740985],[113.696477,27.730676],[113.695247,27.722921],[113.686972,27.718873],[113.670161,27.70531],[113.665723,27.696647],[113.65828,27.689278],[113.652717,27.670559],[113.647841,27.664624],[113.614351,27.642115],[113.611481,27.640783],[113.609137,27.642413],[113.601862,27.63891],[113.600046,27.629154],[113.603941,27.626688],[113.603868,27.622292],[113.60139,27.617866],[113.599492,27.608374],[113.599873,27.592194],[113.596256,27.5743],[113.593972,27.569922],[113.578743,27.555265],[113.574936,27.544224],[113.575871,27.535168],[113.580536,27.526974],[113.59093,27.519392],[113.605456,27.516407],[113.609732,27.519512],[113.615095,27.528638],[113.617195,27.528995],[113.621002,27.52595],[113.624238,27.518145],[113.623667,27.514909],[113.62005,27.511863],[113.621383,27.501013],[113.61565,27.495318],[113.608741,27.480978],[113.590593,27.470654],[113.589041,27.466315],[113.594162,27.459325],[113.593972,27.453233],[113.591878,27.448474],[113.597969,27.440099],[113.597779,27.437624],[113.59119,27.431533],[113.595229,27.422195],[113.603619,27.420094],[113.617597,27.421606],[113.620835,27.41855],[113.620437,27.411141],[113.626767,27.409468],[113.625882,27.406702],[113.621683,27.403988],[113.615363,27.402692],[113.600253,27.394984],[113.594543,27.388893],[113.59472,27.381432],[113.595946,27.378749],[113.599877,27.377144],[113.597419,27.364137],[113.602786,27.357403],[113.613742,27.352297],[113.621363,27.352287],[113.6261,27.354725],[113.636512,27.356248],[113.641816,27.355675],[113.643084,27.352344],[113.65203,27.354057],[113.66144,27.338321],[113.6694,27.33011],[113.699883,27.336915],[113.708763,27.344912],[113.709926,27.351828],[113.713681,27.35396],[113.718226,27.347938],[113.727993,27.345406],[113.739446,27.358062],[113.7456,27.360735],[113.749675,27.359234],[113.76887,27.362145],[113.781663,27.359007],[113.790514,27.369041],[113.793455,27.369708],[113.807304,27.368978],[113.811324,27.364828],[113.818866,27.362925],[113.823502,27.374363],[113.831468,27.377631],[113.839239,27.376633],[113.845518,27.369248],[113.850181,27.368193],[113.852787,27.370119],[113.855903,27.377471],[113.859139,27.380898],[113.865283,27.383052],[113.867347,27.37032],[113.864623,27.364238],[113.866745,27.360293],[113.866864,27.344882],[113.862563,27.33849],[113.855123,27.332203],[113.844045,27.311038],[113.848471,27.3039],[113.849756,27.296825],[113.865047,27.298723],[113.865963,27.296748],[113.863399,27.286042],[113.851183,27.270064],[113.852468,27.264781],[113.851041,27.26007],[113.845473,27.251218],[113.841333,27.248506],[113.841333,27.243795],[113.824343,27.215241],[113.823915,27.21053],[113.827199,27.208388],[113.827341,27.206389],[113.816754,27.193584],[113.808908,27.175615],[113.801874,27.166025],[113.796205,27.165927],[113.784953,27.14843],[113.776373,27.147569],[113.769343,27.134374],[113.766237,27.132293],[113.763798,27.121836],[113.766665,27.112511],[113.76538,27.101741],[113.766426,27.097317],[113.77626,27.088902],[113.794433,27.100924],[113.79832,27.101197],[113.800248,27.099084],[113.807687,27.047903],[113.817503,27.046125],[113.827068,27.039194],[113.827627,27.03621],[113.831234,27.036175],[113.837099,27.031544],[113.835907,27.025503],[113.837049,27.019221],[113.839191,27.018793],[113.845992,27.02224],[113.85641,27.020709],[113.858552,27.010748],[113.856751,27.004659],[113.858893,27.000518],[113.865317,26.994665],[113.871171,26.992809],[113.873204,26.985716],[113.881862,26.977407],[113.882048,26.97382],[113.885537,26.969601],[113.889066,26.966296],[113.903901,26.962408],[113.91674,26.962867],[113.916608,26.960165],[113.921781,26.952002],[113.919668,26.947936],[113.910819,26.940032],[113.90248,26.936023],[113.896364,26.928341],[113.897015,26.921201],[113.894925,26.911734],[113.890767,26.904361],[113.887623,26.902521],[113.884733,26.898033],[113.884521,26.888347],[113.88916,26.884163],[113.889445,26.881879],[113.885877,26.865321],[113.870118,26.860888],[113.853906,26.839267],[113.852135,26.829693],[113.833066,26.812301],[113.82942,26.804942],[113.830719,26.79901],[113.837009,26.792493],[113.840718,26.79102],[113.842204,26.782223],[113.848058,26.770993],[113.849057,26.757308],[113.846739,26.75183],[113.848965,26.732465],[113.852503,26.712988],[113.857388,26.705314],[113.855977,26.663723],[113.860856,26.656294],[113.863839,26.655684],[113.86907,26.661535],[113.875356,26.661995],[113.880202,26.639037],[113.892307,26.634757],[113.895443,26.631813],[113.898191,26.62176],[113.902239,26.617293],[113.939856,26.61783],[113.951181,26.619791],[113.954835,26.622528],[113.963587,26.62044],[113.967339,26.617154],[113.98402,26.620161],[113.990983,26.619021],[114.00713,26.606195],[114.013732,26.603562],[114.011251,26.591853],[114.016182,26.589912],[114.022913,26.590162],[114.033286,26.58686],[114.03652,26.583906],[114.056391,26.584207],[114.06362,26.579389],[114.074274,26.578105],[114.079309,26.580382],[114.089195,26.580825],[114.102451,26.579024],[114.104318,26.571814],[114.101834,26.563902],[114.090823,26.551705],[114.092024,26.545108],[114.085398,26.536718],[114.078302,26.520411],[114.077359,26.515663],[114.079484,26.511923],[114.079303,26.506752],[114.066643,26.488872],[114.068991,26.483635],[114.088696,26.480783],[114.092944,26.482015],[114.098917,26.478403],[114.09429,26.474719],[114.093444,26.467325],[114.086594,26.460376],[114.085695,26.451943],[114.082947,26.446863],[114.082442,26.431954],[114.080363,26.425788],[114.082712,26.425205],[114.085041,26.421834],[114.082258,26.416177],[114.083287,26.413501],[114.078157,26.408427],[114.069015,26.410305],[114.067139,26.413198],[114.060677,26.412515],[114.048194,26.396926],[114.04517,26.394933],[114.04084,26.395114],[114.037017,26.391491],[114.036309,26.386281],[114.030214,26.379878],[114.026233,26.378551],[114.02535,26.37589],[114.026907,26.371422],[114.034698,26.364279],[114.032584,26.358102],[114.036071,26.346595],[114.04375,26.339061],[114.034803,26.335485],[114.030128,26.328686],[114.032712,26.321957],[114.031667,26.318193],[114.035128,26.312745],[114.027139,26.307042],[114.01944,26.295843],[114.01524,26.293032],[114.014925,26.28619],[114.016885,26.277636],[114.024181,26.269653],[114.005484,26.261922],[113.996223,26.254945],[113.981761,26.249678],[113.974153,26.241538],[113.975975,26.231154],[113.967789,26.221065],[113.968989,26.215067],[113.967404,26.210091],[113.964036,26.204412],[113.959863,26.201499],[113.948907,26.199154],[113.942662,26.195269],[113.941008,26.187141],[113.948666,26.183647],[113.949714,26.175644],[113.937462,26.168319],[113.949806,26.161376],[113.951321,26.158054],[113.957053,26.154531],[113.971743,26.162436],[113.978939,26.170352],[113.987462,26.171438],[113.998938,26.179541],[113.999932,26.183488],[114.007355,26.186953],[114.021888,26.18344],[114.024474,26.184729],[114.028643,26.191778],[114.030299,26.191948],[114.034239,26.190288],[114.038775,26.184447],[114.050962,26.186376],[114.051975,26.181463],[114.04995,26.175361],[114.05211,26.166649],[114.054822,26.166082],[114.057605,26.170638],[114.063701,26.173433],[114.082551,26.170669],[114.085125,26.172471],[114.084517,26.174425],[114.087342,26.178973],[114.095361,26.1825],[114.094961,26.187741],[114.099244,26.191994],[114.11628,26.199255],[114.131186,26.202142],[114.140666,26.207354],[114.145988,26.206405],[114.172291,26.216883],[114.176752,26.215997],[114.181262,26.201077],[114.196954,26.203377],[114.204941,26.206347],[114.211801,26.206309],[114.216132,26.199096],[114.214775,26.193126],[114.222506,26.190055],[114.2273,26.185584],[114.21935,26.17687],[114.21353,26.173592],[114.213453,26.168819],[114.220965,26.162778],[114.230705,26.162587],[114.232055,26.15915],[114.231671,26.155516],[114.225418,26.15453],[114.209171,26.140099],[114.200414,26.137277],[114.196121,26.134605],[114.195312,26.131667],[114.184004,26.125719],[114.164416,26.126714],[114.149837,26.118968],[114.101406,26.103841],[114.100854,26.101088],[114.103487,26.096009],[114.107784,26.096321],[114.116188,26.090898],[114.116525,26.088947],[114.110495,26.07951],[114.098142,26.07459],[114.080687,26.071297],[114.07559,26.07187],[114.064289,26.08332],[114.052655,26.08007],[114.046797,26.082277],[114.040985,26.08186],[114.035167,26.069403],[114.033823,26.060546],[114.030172,26.056033],[114.033315,26.050957],[114.022798,26.034525],[114.015119,26.031047],[114.012746,26.028563],[114.011774,26.023592],[114.004904,26.01977],[114.002697,26.016676],[114.004536,26.0048],[114.008398,26.004032],[114.012785,25.996173],[114.018312,25.996639],[114.021835,25.995034],[114.023294,25.989039],[114.023298,25.984918],[114.019852,25.980716],[114.015904,25.97976],[114.016462,25.974261],[114.014261,25.971735],[114.014901,25.967348],[114.018261,25.96307],[114.016016,25.957955],[114.017971,25.953224],[114.021673,25.946049],[114.026213,25.944411],[114.024738,25.937608],[114.01592,25.924962],[114.020556,25.915119],[114.018606,25.912977],[114.017632,25.906482],[114.022433,25.896786],[114.02006,25.894004],[114.013229,25.892051],[114.008778,25.888261],[114.004241,25.873674],[113.998243,25.871547],[113.986158,25.862733],[113.965386,25.83723],[113.964269,25.835404],[113.965947,25.828618],[113.965377,25.817762],[113.963378,25.810498],[113.960048,25.807815],[113.954712,25.795545],[113.952837,25.788233],[113.953819,25.782621],[113.950362,25.774755],[113.942791,25.764649],[113.913981,25.74426],[113.908246,25.728569],[113.912118,25.724027],[113.9126,25.718267],[113.911881,25.712287],[113.909075,25.708546],[113.908124,25.703216],[113.910789,25.698838],[113.917267,25.695288],[113.924006,25.682887],[113.925636,25.669904],[113.937095,25.65497],[113.946272,25.637967],[113.944316,25.624162],[113.954265,25.611019],[113.962946,25.61451],[113.965312,25.610447],[113.976641,25.606822],[113.978801,25.602674],[113.971587,25.582438],[113.9725,25.576152],[113.976283,25.572287],[113.988667,25.567434],[113.987149,25.56237],[113.982963,25.558983],[113.980764,25.53639],[113.982764,25.532877],[113.966681,25.530679],[113.960311,25.535407],[113.955243,25.529422],[113.953509,25.519491],[113.949213,25.510468],[113.940675,25.50239],[113.940104,25.500296],[113.941626,25.500106],[113.951144,25.504484],[113.952096,25.503532],[113.946576,25.492111],[113.946766,25.489636],[113.953511,25.489415],[113.954699,25.485886],[113.950909,25.476599],[113.947585,25.475663],[113.934012,25.464691],[113.934555,25.452815],[113.939384,25.444593],[113.93479,25.44108],[113.930353,25.441238],[113.923873,25.444484],[113.908213,25.446338],[113.911639,25.442612],[113.911068,25.441565],[113.898604,25.444201],[113.879238,25.438963],[113.878343,25.436932],[113.881658,25.429192],[113.877699,25.425421],[113.883466,25.421292],[113.885465,25.416914],[113.882514,25.413297],[113.877089,25.412821],[113.878391,25.401253],[113.870772,25.382654],[113.861817,25.372766],[113.850361,25.373127],[113.836065,25.368763],[113.833047,25.366252],[113.828116,25.359227],[113.826895,25.353844],[113.830071,25.347529],[113.823349,25.344113],[113.816622,25.333262],[113.810297,25.331081],[113.795031,25.330988],[113.777917,25.337379],[113.76057,25.332683],[113.753174,25.332845],[113.750765,25.336241],[113.757735,25.336583],[113.759258,25.337249],[113.759258,25.339343],[113.75783,25.342389],[113.75212,25.343055],[113.754785,25.346386],[113.748707,25.36361],[113.745812,25.367751],[113.742028,25.368763],[113.73788,25.366169],[113.732894,25.35929],[113.731603,25.351877],[113.726398,25.353959],[113.718531,25.361947],[113.715484,25.36251],[113.71227,25.359908],[113.708026,25.36311],[113.701104,25.363994],[113.700723,25.362281],[113.706784,25.358331],[113.702743,25.355256],[113.682164,25.356115],[113.678524,25.349096],[113.682238,25.345203],[113.675619,25.336776],[113.670811,25.339768],[113.659542,25.339666],[113.654754,25.33406],[113.647153,25.330024],[113.641414,25.329498],[113.639763,25.33254],[113.634689,25.33394],[113.623977,25.333228],[113.619633,25.330451],[113.605807,25.330321],[113.605414,25.328071],[113.585115,25.317829],[113.581548,25.311277],[113.576343,25.309195],[113.576456,25.317313],[113.572896,25.318941],[113.572708,25.322389],[113.574894,25.332783],[113.578656,25.33953],[113.575105,25.348061],[113.56194,25.35207],[113.550954,25.353426],[113.540311,25.360167],[113.540796,25.365228],[113.53799,25.370731],[113.530669,25.371414],[113.518552,25.358587],[113.514516,25.356869],[113.507782,25.365361],[113.511057,25.372697],[113.501985,25.375374],[113.495293,25.374631],[113.485477,25.376415],[113.476554,25.380877],[113.472836,25.378646],[113.468205,25.370044],[113.461304,25.369786],[113.456918,25.37337],[113.445027,25.362264],[113.439208,25.362476],[113.421165,25.378627],[113.418001,25.393092],[113.41861,25.396258],[113.411731,25.401486],[113.401399,25.404362],[113.388964,25.400442],[113.383593,25.407638],[113.373306,25.406307],[113.366651,25.407867],[113.363471,25.414947],[113.363817,25.424035],[113.360869,25.434891],[113.355341,25.440285],[113.349004,25.441424],[113.332471,25.452343],[113.324773,25.454107],[113.31784,25.452692],[113.317071,25.449916],[113.31264,25.446665],[113.306994,25.446463],[113.308032,25.473719],[113.303449,25.486019],[113.304192,25.494199],[113.299731,25.503716],[113.293995,25.505906],[113.291208,25.511002],[113.300161,25.517763],[113.297094,25.519864],[113.285334,25.519732],[113.28227,25.512833],[113.286879,25.505498],[113.284058,25.499167],[113.277911,25.496789],[113.272918,25.499671],[113.27123,25.504704],[113.263848,25.508675],[113.26011,25.508124],[113.260989,25.504637],[113.257141,25.500907],[113.254668,25.501576],[113.248072,25.507059],[113.243244,25.517418],[113.240796,25.519463],[113.221099,25.513538],[113.206433,25.505369],[113.203852,25.490061],[113.198353,25.482857],[113.193309,25.480136],[113.18312,25.478777],[113.174118,25.471512],[113.163883,25.482761],[113.164469,25.490512],[113.162267,25.492417],[113.150324,25.495863],[113.144189,25.494667],[113.146543,25.480801],[113.145354,25.479611],[113.139524,25.481039],[113.136787,25.480087],[113.134646,25.472948],[113.136668,25.472472],[113.146626,25.476586],[113.148059,25.474715],[113.147048,25.470963],[113.130095,25.469225],[113.129245,25.470343],[113.12504,25.468577],[113.116479,25.460742],[113.115646,25.457119],[113.118108,25.455049],[113.122284,25.457833],[113.120678,25.454692],[113.122189,25.451938],[113.116033,25.451625],[113.112003,25.449163],[113.11577,25.443082],[113.123703,25.442435],[113.12042,25.44065],[113.122062,25.434297],[113.124227,25.432227],[113.127353,25.417812],[113.123422,25.416065],[113.11592,25.417391],[113.109279,25.423112],[113.106721,25.424005],[113.102854,25.422101],[113.098155,25.4246],[113.086233,25.419981],[113.085382,25.418189],[113.091715,25.413752],[113.085484,25.410323],[113.085425,25.406397],[113.082748,25.404196],[113.08483,25.399437],[113.074573,25.393235],[113.075522,25.386319],[113.07147,25.384571],[113.061987,25.384772],[113.051949,25.379995],[113.036398,25.3684],[113.033721,25.370125],[113.028486,25.370185],[113.028605,25.364236],[113.022061,25.36376],[113.021036,25.361395],[113.01873,25.354421],[113.020163,25.348586],[113.013524,25.348641],[113.01022,25.351102],[113.008558,25.354778],[113.005643,25.35567],[112.994936,25.354718],[112.989909,25.350518],[112.982314,25.356633],[112.979533,25.357167],[112.967998,25.351029],[112.966428,25.351671],[112.965071,25.357168],[112.962287,25.360951],[112.962178,25.349354],[112.959385,25.342459],[112.945425,25.339728],[112.941629,25.330577],[112.936061,25.328436],[112.931025,25.328744],[112.927141,25.325474],[112.922226,25.308787],[112.923385,25.301941],[112.918895,25.299199],[112.905396,25.303119],[112.897586,25.311886],[112.894783,25.319084],[112.890937,25.339613],[112.887385,25.343223],[112.880829,25.335736],[112.873215,25.33764],[112.87093,25.332786],[112.865539,25.329528],[112.850209,25.340896],[112.846494,25.338364],[112.849084,25.328719],[112.85751,25.320888],[112.850343,25.317214],[112.84923,25.314987],[112.853893,25.300139],[112.851228,25.292049],[112.856749,25.290622],[112.861438,25.279415],[112.863572,25.278071],[112.866742,25.279105],[112.870264,25.276821],[112.863517,25.267728],[112.860629,25.259201],[112.863,25.251797],[112.868201,25.250035],[112.878141,25.25089],[112.887223,25.24856],[112.891536,25.241884],[112.896675,25.240884],[112.903059,25.247012],[112.917722,25.251234],[112.92079,25.247485],[112.925257,25.245092],[112.927903,25.245744],[112.926111,25.251579],[112.92904,25.253818],[112.939543,25.252065],[112.946216,25.248879],[112.947786,25.255018],[112.95107,25.25716],[112.955496,25.25716],[112.961206,25.251735],[112.963633,25.251592],[112.965204,25.254019],[112.967202,25.254162],[112.971486,25.248451],[112.980542,25.25045],[112.990001,25.249569],[112.993486,25.24807],[112.993629,25.244406],[112.991674,25.241069],[112.994821,25.237288],[113.000589,25.235372],[113.001303,25.232635],[113.003206,25.231743],[113.006656,25.232576],[113.004753,25.22978],[113.009523,25.217049],[113.013595,25.211331],[113.017987,25.210053],[113.022913,25.214024],[113.03111,25.209187],[113.027398,25.205118],[113.028897,25.199979],[113.024021,25.194067],[113.011611,25.191754],[113.004654,25.192345],[112.965378,25.168097],[112.966433,25.157694],[112.962061,25.151212],[112.963418,25.148649],[112.959991,25.147271],[112.964414,25.138251],[112.982767,25.120112],[113.004235,25.089277],[113.007687,25.088481],[113.010604,25.084592],[112.996928,25.073563],[112.994442,25.069083],[112.99445,25.065748],[112.997512,25.061528],[112.992097,25.051846],[112.983556,25.048911],[112.973681,25.036587],[112.972543,25.029039],[112.975906,25.029005],[112.987764,25.019506],[112.987126,25.01424],[112.980448,25.004766],[112.99218,24.994547],[112.996821,24.993417],[112.999349,24.985535],[113.00443,24.984938],[113.003245,24.965237],[112.997213,24.959933],[112.998868,24.956156],[113.006187,24.952835],[113.007081,24.950003],[113.00217,24.946189],[112.989089,24.943652],[112.984393,24.939463],[112.990426,24.937053],[112.990651,24.927533],[112.985235,24.928876],[112.980059,24.925604],[112.966437,24.921619],[112.952892,24.927045],[112.934299,24.918101],[112.932233,24.918416],[112.929179,24.924074],[112.92312,24.924874],[112.918299,24.921141],[112.903621,24.923477],[112.899749,24.92231],[112.898073,24.919356],[112.892303,24.919869],[112.878726,24.915409],[112.870433,24.910126],[112.870186,24.904263],[112.867782,24.900248],[112.858799,24.898929],[112.839355,24.900704],[112.831134,24.897177],[112.822976,24.896693],[112.814733,24.898444],[112.796837,24.893836],[112.78803,24.89367],[112.777318,24.898097],[112.774268,24.901511],[112.778912,24.907558],[112.782588,24.919952],[112.77568,24.926792],[112.779398,24.931105],[112.776572,24.93512],[112.779524,24.939567],[112.779951,24.944432],[112.775383,24.951184],[112.751219,24.959081],[112.747089,24.958493],[112.737309,24.961822],[112.736772,24.980822],[112.741475,24.986873],[112.738778,24.990459],[112.73671,25.000325],[112.729578,25.003529],[112.728239,25.012006],[112.718796,25.012006],[112.710157,25.028407],[112.71049,25.038733],[112.707865,25.043385],[112.713422,25.046164],[112.71763,25.051639],[112.706765,25.086034],[112.689357,25.091542],[112.690728,25.098258],[112.675668,25.112998],[112.67213,25.115616],[112.665779,25.114769],[112.663845,25.115959],[112.662209,25.119082],[112.663098,25.124278],[112.655985,25.135842],[112.646863,25.138285],[112.641516,25.136649],[112.637661,25.141304],[112.626049,25.143936],[112.623372,25.142895],[112.621439,25.137988],[112.618018,25.135459],[112.608947,25.137542],[112.590938,25.129287],[112.586044,25.133675],[112.581286,25.128619],[112.577865,25.127429],[112.547731,25.126609],[112.547399,25.131822],[112.533001,25.137746],[112.521095,25.135846],[112.517368,25.139939],[112.498257,25.139137],[112.49486,25.140671],[112.491258,25.149718],[112.47527,25.153034],[112.452347,25.154453],[112.451295,25.158607],[112.444157,25.163664],[112.443685,25.165432],[112.44921,25.170987],[112.450768,25.176959],[112.442758,25.18637],[112.436191,25.189689],[112.432854,25.183145],[112.426033,25.180977],[112.424707,25.17703],[112.425433,25.171959],[112.418914,25.156126],[112.406097,25.142259],[112.39801,25.142238],[112.381844,25.15329],[112.381895,25.155998],[112.386752,25.164556],[112.381547,25.167679],[112.378918,25.173166],[112.37429,25.177028],[112.368311,25.178535],[112.36573,25.184397],[112.366229,25.190879],[112.356828,25.195723],[112.341669,25.18797],[112.339769,25.18359],[112.327002,25.178394],[112.317728,25.177329],[112.308613,25.178527],[112.300415,25.168112],[112.302723,25.162287],[112.296657,25.159615],[112.278982,25.161339],[112.275364,25.168869],[112.267333,25.165746],[112.26302,25.167828],[112.251325,25.164168],[112.24754,25.170775],[112.250166,25.175671],[112.241447,25.188618],[112.222429,25.190752],[112.214592,25.186746],[112.208048,25.187467],[112.206805,25.193555],[112.205318,25.194597],[112.197734,25.186863],[112.190754,25.190272],[112.180732,25.186445],[112.183606,25.183443],[112.187175,25.171843],[112.181078,25.164853],[112.177806,25.149387],[112.179888,25.145818],[112.168585,25.13169],[112.170667,25.126931],[112.170073,25.108936],[112.165611,25.104772],[112.155796,25.071311],[112.14673,25.064174],[112.146291,25.048548],[112.142509,25.041421],[112.148727,25.030492],[112.128464,24.999917],[112.117682,24.995276],[112.11531,24.990786],[112.117873,24.973902],[112.114453,24.968994],[112.116421,24.967049],[112.118209,24.959423],[112.122378,24.954722],[112.128635,24.953251],[112.132879,24.95035],[112.1361,24.940715],[112.143876,24.93713],[112.165879,24.932408],[112.16961,24.929458],[112.165135,24.906737],[112.161499,24.89793],[112.159573,24.887852],[112.15989,24.87873],[112.156986,24.873221],[112.157432,24.871287],[112.165028,24.865636],[112.159227,24.853332],[112.155294,24.851929],[112.157021,24.848701],[112.150055,24.844219],[112.149125,24.839681],[112.142721,24.839978],[112.134696,24.847718],[112.122498,24.845039],[112.109143,24.834053],[112.100753,24.830632],[112.098944,24.826516],[112.094482,24.827923],[112.089757,24.82587],[112.091213,24.82004],[112.07701,24.807045],[112.061948,24.804816],[112.053141,24.799829],[112.05421,24.794726],[112.052877,24.792442],[112.044692,24.788064],[112.040929,24.782327],[112.035969,24.781525],[112.030509,24.77782],[112.028691,24.774185],[112.029232,24.758479],[112.024895,24.746236],[112.017257,24.74304],[112.008302,24.748594],[111.99541,24.761818],[111.979439,24.767743],[111.970021,24.765288],[111.95941,24.771512],[111.959469,24.775313],[111.956942,24.776377],[111.942744,24.775247],[111.940596,24.767258],[111.936091,24.764099],[111.931755,24.763719],[111.92308,24.763901],[111.914753,24.771403],[111.896376,24.772494],[111.891604,24.771461],[111.889235,24.772706],[111.884468,24.765556],[111.87697,24.758974],[111.872821,24.758066],[111.871592,24.763657],[111.868236,24.767043],[111.862848,24.781093],[111.843702,24.780526],[111.84253,24.783712],[111.83357,24.784131],[111.816796,24.778459],[111.804195,24.778815],[111.782448,24.788081],[111.782535,24.793258],[111.779401,24.798728],[111.767722,24.793636],[111.757099,24.78453],[111.753399,24.783568],[111.74439,24.785537],[111.737887,24.781604],[111.730044,24.781541],[111.712508,24.791314],[111.702459,24.792674],[111.698436,24.781076],[111.693083,24.786578],[111.689067,24.787917],[111.686836,24.787619],[111.682524,24.782711],[111.674869,24.781565],[111.65471,24.757056],[111.648418,24.741288],[111.636681,24.725901],[111.63301,24.71693],[111.634269,24.714274],[111.638536,24.713203],[111.641813,24.707265],[111.641633,24.70366],[111.637403,24.697262],[111.637104,24.691748],[111.630799,24.689914],[111.622629,24.691985],[111.618407,24.695453],[111.612867,24.694211],[111.601205,24.697723],[111.597134,24.700801],[111.589311,24.700871],[111.587816,24.698912],[111.588707,24.695151],[111.58735,24.690327],[111.579209,24.688518],[111.578531,24.681459],[111.568971,24.65578],[111.569923,24.651689],[111.566334,24.647667],[111.56023,24.644472],[111.556234,24.643362],[111.544362,24.652966],[111.532291,24.647125],[111.530413,24.640219],[111.523941,24.639838],[111.520514,24.641741],[111.519386,24.644223],[111.514335,24.645005],[111.511318,24.65595],[111.500562,24.668133],[111.495975,24.668227],[111.483535,24.675248],[111.467881,24.677821],[111.465106,24.671412],[111.44763,24.665589],[111.444775,24.681226],[111.442226,24.685256],[111.431144,24.684071],[111.425653,24.687994],[111.425164,24.690013],[111.429496,24.697841],[111.443663,24.714486],[111.445112,24.722669],[111.449418,24.729906],[111.458836,24.732706],[111.459854,24.740226],[111.45781,24.744475],[111.454165,24.746754],[111.454583,24.751423],[111.45942,24.756865],[111.467638,24.760181],[111.465925,24.769699],[111.469922,24.774458],[111.474681,24.776552],[111.475252,24.779978],[111.473349,24.784737],[111.474681,24.787592],[111.479686,24.790321],[111.481472,24.803764],[111.474698,24.822224],[111.474301,24.82871],[111.471054,24.828573],[111.455646,24.838037],[111.454313,24.841083],[111.454884,24.849458],[111.449864,24.853237],[111.450751,24.869856],[111.453162,24.876689],[111.451306,24.879116],[111.453876,24.883114],[111.45973,24.885398],[111.460444,24.887968],[111.459444,24.890395],[111.448531,24.898261],[111.44616,24.903748],[111.456697,24.910196],[111.454794,24.920904],[111.463442,24.921375],[111.460158,24.92523],[111.455143,24.92757],[111.457153,24.932545],[111.461521,24.935477],[111.455882,24.946336],[111.443816,24.951732],[111.440107,24.955457],[111.436022,24.965005],[111.430106,24.967169],[111.42858,24.970447],[111.43279,24.982105],[111.439001,24.992775],[111.443131,24.996824],[111.454589,24.996136],[111.457633,24.998905],[111.461135,25.009208],[111.468357,25.020841],[111.461587,25.025465],[111.465302,25.034523],[111.457934,25.038738],[111.444545,25.033958],[111.43446,25.034861],[111.429908,25.035967],[111.42537,25.039643],[111.417019,25.039374],[111.41318,25.04317],[111.414342,25.052451],[111.419229,25.063549],[111.419412,25.06983],[111.422505,25.07462],[111.41961,25.07667],[111.418529,25.086597],[111.422656,25.092712],[111.423259,25.096028],[111.420696,25.099044],[111.424926,25.106917],[111.42069,25.108453],[111.411764,25.104904],[111.402905,25.109077],[111.399681,25.11259],[111.398253,25.122267],[111.399107,25.12857],[111.387203,25.131976],[111.383087,25.131715],[111.380593,25.125729],[111.371565,25.123975],[111.368555,25.12165],[111.37082,25.117753],[111.368213,25.113909],[111.355411,25.106015],[111.350428,25.103308],[111.343505,25.106129],[111.330994,25.102961],[111.316815,25.106905],[111.313956,25.110652],[111.315765,25.114723],[111.31486,25.115627],[111.308089,25.115345],[111.290281,25.124772],[111.285487,25.133502],[111.284708,25.144272],[111.282601,25.147222],[111.27248,25.15089],[111.266896,25.151336],[111.2619,25.149005],[111.254724,25.13155],[111.239829,25.128873],[111.224767,25.120196],[111.219809,25.113088],[111.220184,25.105041],[111.208573,25.096933],[111.203899,25.091505],[111.199498,25.082315],[111.199959,25.07679],[111.197586,25.074264],[111.169057,25.066549],[111.147169,25.055453],[111.138781,25.045077],[111.118869,25.044015],[111.111482,25.045523],[111.102737,25.041151],[111.101682,25.036628],[111.09731,25.030296],[111.101247,25.025407],[111.104638,25.014848],[111.099599,25.009059],[111.102025,25.000022],[111.099873,24.998485],[111.099873,24.995771],[111.103753,24.993523],[111.103945,24.988855],[111.091403,24.979596],[111.091741,24.975431],[111.094443,24.970697],[111.095936,24.949495],[111.092423,24.942276],[111.080566,24.945486],[111.067179,24.938545],[111.040817,24.929511],[111.029865,24.932279],[111.027683,24.93497],[111.0149,24.933541],[111.009498,24.927144],[111.002397,24.923047],[110.992395,24.929653],[110.977055,24.916874],[110.974397,24.919965],[110.975656,24.923943],[110.97898,24.927592],[110.986595,24.928463],[110.990164,24.933966],[110.989718,24.935155],[110.984255,24.934966],[110.981055,24.942942],[110.987647,24.961951],[110.981394,24.96788],[110.965402,24.97034],[110.961958,24.978679],[110.968746,24.981007],[110.972833,24.989355],[110.954895,25.006123],[110.9501,25.021388],[110.952028,25.034335],[110.945874,25.045585],[110.953738,25.064682],[110.953455,25.071201],[110.957072,25.073866],[110.959455,25.07316],[110.960591,25.075178],[110.962219,25.080714],[110.959,25.082922],[110.972844,25.09594],[110.977933,25.102806],[110.977712,25.107673],[110.972704,25.112632],[110.978392,25.120123],[110.979724,25.123549],[110.979344,25.130783],[110.985816,25.142585],[110.989433,25.147915],[110.996666,25.152293],[110.994138,25.166085],[110.995794,25.168549],[111.004839,25.172716],[111.015969,25.173715],[111.032819,25.182381],[111.037593,25.178753],[111.043623,25.187831],[111.051325,25.191241],[111.054846,25.192323],[111.061959,25.189032],[111.064545,25.195304],[111.071706,25.20123],[111.103517,25.216143],[111.107357,25.219198],[111.111817,25.238456],[111.101813,25.257102],[111.105869,25.265765],[111.096673,25.283116],[111.097304,25.287677],[111.103063,25.29019],[111.107922,25.294957],[111.114682,25.294683],[111.130641,25.302883],[111.150897,25.326196],[111.159255,25.34543],[111.162452,25.347044],[111.166876,25.357426],[111.178185,25.37097],[111.205744,25.366658],[111.219944,25.376467],[111.230488,25.380945],[111.248229,25.398154],[111.252834,25.399811],[111.251198,25.405908],[111.252239,25.412154],[111.255709,25.415696],[111.259307,25.424894],[111.26324,25.427371],[111.2741,25.425836],[111.274546,25.432677],[111.283384,25.43464],[111.295566,25.451782],[111.297009,25.45803],[111.29437,25.461522],[111.293836,25.468788],[111.300547,25.480256],[111.31232,25.491569],[111.313956,25.499897],[111.320946,25.518189],[111.323772,25.522055],[111.322436,25.541469],[111.319214,25.545488],[111.316544,25.55395],[111.322613,25.579469],[111.326448,25.583921],[111.324813,25.587491],[111.329423,25.592398],[111.330166,25.597603],[111.335793,25.602781],[111.337903,25.606941],[111.334025,25.615919],[111.327196,25.622896],[111.321605,25.624488],[111.311998,25.63655],[111.311131,25.642218],[111.305206,25.648282],[111.304583,25.65387],[111.30824,25.66797],[111.313063,25.676874],[111.313242,25.686022],[111.311539,25.691237],[111.304769,25.692803],[111.303401,25.697202],[111.30399,25.707364],[111.302406,25.718352],[111.303708,25.724146],[111.309228,25.72464],[111.312453,25.733767],[111.325092,25.740135],[111.327741,25.734111],[111.342441,25.732096],[111.353724,25.734158],[111.361695,25.740225],[111.370143,25.738679],[111.370856,25.745698],[111.373831,25.745341],[111.380374,25.74082],[111.381802,25.740939],[111.383705,25.744865],[111.394169,25.745324],[111.399326,25.748436],[111.397449,25.760788],[111.39965,25.763093],[111.401432,25.762116],[111.404764,25.763425],[111.407296,25.771032],[111.418457,25.770869],[111.434748,25.772928],[111.438358,25.774699],[111.435935,25.78139],[111.438909,25.786744],[111.43534,25.787695],[111.431718,25.80333],[111.432231,25.808464],[111.434775,25.81076],[111.430819,25.81732],[111.433153,25.821135],[111.43042,25.822657],[111.425398,25.8203],[111.421491,25.822033],[111.419657,25.831817],[111.422924,25.839451],[111.43002,25.845929],[111.43296,25.844684],[111.436003,25.848372],[111.442704,25.850871],[111.449924,25.851109],[111.452956,25.849101],[111.455918,25.852671],[111.456724,25.858133],[111.460163,25.860437],[111.465033,25.860472],[111.468652,25.858009],[111.476742,25.86134],[111.481259,25.861176],[111.488125,25.871213],[111.486365,25.873858],[111.480906,25.874427],[111.469961,25.880474],[111.467453,25.880474],[111.457625,25.874573],[111.453314,25.877124],[111.451163,25.88454],[111.456329,25.887964],[111.450012,25.890817],[111.443127,25.885783],[111.438289,25.886204],[111.43282,25.889644],[111.420721,25.890782],[111.415907,25.882428],[111.410285,25.879977],[111.398901,25.889672],[111.394151,25.886939],[111.389986,25.888872],[111.384038,25.88798],[111.381875,25.885142],[111.379428,25.885006],[111.377792,25.885452],[111.377643,25.887385],[111.379406,25.890496],[111.373925,25.892739],[111.372884,25.894672],[111.374452,25.903869],[111.369917,25.910078],[111.362023,25.904721],[111.360235,25.901203],[111.361808,25.899125],[111.360965,25.897573],[111.352807,25.898093],[111.351023,25.903],[111.349387,25.898836],[111.344479,25.8972],[111.339633,25.909433],[111.335778,25.911033],[111.334104,25.908949],[111.327377,25.906421],[111.325146,25.911031],[111.319495,25.903744],[111.320092,25.89922],[111.318603,25.896011],[111.302804,25.89241],[111.299463,25.886698],[111.294957,25.884857],[111.295772,25.881147],[111.285075,25.866175],[111.288692,25.863705],[111.287639,25.858915],[111.281602,25.858591],[111.278454,25.862526],[111.266223,25.865805],[111.263726,25.870134],[111.253143,25.86648],[111.244809,25.870268],[111.242375,25.873619],[111.24366,25.876055],[111.242906,25.883667],[111.237106,25.889021],[111.237188,25.895938],[111.226405,25.899781],[111.219824,25.908057],[111.219898,25.912569],[111.226696,25.913113],[111.230414,25.916831],[111.226101,25.920103],[111.220531,25.921116],[111.219409,25.925903],[111.211378,25.930215],[111.216583,25.934677],[111.216435,25.93899],[111.201973,25.948332],[111.203422,25.952426],[111.197995,25.957548],[111.19061,25.959294],[111.190932,25.973344],[111.198142,25.978621],[111.201655,25.984643],[111.200819,25.991635],[111.208255,26.00502],[111.20543,26.010076],[111.209891,26.015579],[111.209296,26.022271],[111.214893,26.026342],[111.221221,26.035398],[111.22045,26.041753],[111.227886,26.045768],[111.226853,26.051108],[111.230919,26.053569],[111.248263,26.057762],[111.253323,26.056689],[111.253153,26.051333],[111.254967,26.049319],[111.259497,26.048992],[111.258751,26.058014],[111.261362,26.05819],[111.261667,26.059836],[111.260198,26.064173],[111.248858,26.070397],[111.245434,26.0743],[111.247814,26.079824],[111.242707,26.080332],[111.248954,26.093873],[111.261793,26.100347],[111.262537,26.101983],[111.260008,26.104362],[111.254655,26.100347],[111.251302,26.099557],[111.250574,26.101123],[111.251004,26.104981],[111.253197,26.107644],[111.251832,26.111555],[111.253919,26.113327],[111.255792,26.112165],[111.26631,26.121853],[111.2634,26.122557],[111.260549,26.126152],[111.264306,26.132611],[111.253391,26.142756],[111.250957,26.146921],[111.256429,26.163435],[111.269373,26.17307],[111.267247,26.180321],[111.269575,26.182068],[111.269499,26.187711],[111.268575,26.189489],[111.263651,26.191241],[111.265621,26.20816],[111.267824,26.211884],[111.264273,26.218541],[111.268883,26.21988],[111.275484,26.218894],[111.28146,26.222461],[111.287175,26.222557],[111.283969,26.226114],[111.282348,26.232726],[111.282235,26.236848],[111.287347,26.240703],[111.285294,26.257206],[111.283498,26.261389],[111.285093,26.265982],[111.281322,26.265772],[111.277141,26.272246],[111.273702,26.274654],[111.271775,26.275043],[111.269627,26.272377],[111.266206,26.273269],[111.262786,26.280259],[111.260853,26.279812],[111.2602,26.277143],[111.254309,26.279961],[111.252524,26.27431],[111.247319,26.27312],[111.245832,26.271633],[111.246129,26.268762],[111.242351,26.267348],[111.227365,26.265898],[111.226648,26.263305],[111.224863,26.263156],[111.224453,26.269935],[111.21659,26.272771],[111.212742,26.265579],[111.208911,26.266357],[111.207533,26.267561],[111.207463,26.272377],[111.19833,26.279335],[111.195943,26.283112],[111.201369,26.287338],[111.201553,26.292491],[111.19854,26.29513],[111.201662,26.298037],[111.200448,26.309185],[111.191109,26.308257],[111.185691,26.305384],[111.171422,26.311691],[111.166117,26.316969],[111.159873,26.31081],[111.137848,26.308647],[111.125496,26.311159],[111.122398,26.314315],[111.118829,26.309853],[111.115408,26.309407],[111.111393,26.312679],[111.09932,26.30603],[111.094159,26.306762],[111.083795,26.311647],[111.072342,26.320969],[111.067968,26.318776],[111.064547,26.326807],[111.060234,26.323981],[111.058152,26.325766],[111.058207,26.328408],[111.051647,26.327759],[111.048188,26.322048],[111.035845,26.32413],[111.034358,26.326509],[111.037761,26.331291],[111.036778,26.338774],[111.027814,26.336919],[111.023514,26.340527],[111.010144,26.341089],[111.006487,26.339853],[110.998273,26.342829],[110.9964,26.347046],[111.002481,26.361547],[110.984615,26.366443],[110.978018,26.373676],[110.97916,26.380148],[110.969053,26.388486],[110.950416,26.383901],[110.940098,26.37666],[110.943035,26.371435],[110.944767,26.361045],[110.939756,26.355973],[110.942067,26.353676],[110.941518,26.335044],[110.93746,26.327969],[110.923926,26.323913],[110.921493,26.321869],[110.930974,26.310253],[110.932389,26.302421],[110.930238,26.297343],[110.934371,26.291266],[110.925195,26.261532],[110.922282,26.256611],[110.916474,26.258207],[110.92002,26.264724],[110.911581,26.278211],[110.893835,26.278695],[110.891374,26.280729],[110.888083,26.277979],[110.867133,26.273092],[110.856502,26.274637],[110.839027,26.260981],[110.832283,26.257572],[110.82467,26.258168],[110.812792,26.263036],[110.808304,26.260828],[110.803178,26.261432],[110.798504,26.264145],[110.796092,26.267462],[110.796343,26.269845],[110.793422,26.271113],[110.785237,26.264145],[110.780111,26.267914],[110.776191,26.257813],[110.77408,26.256758],[110.772121,26.257512],[110.77297,26.264519],[110.771568,26.264879],[110.764449,26.258204],[110.763457,26.254507],[110.756592,26.250124],[110.754934,26.251029],[110.754632,26.260678],[110.7483,26.260979],[110.743325,26.266557],[110.737897,26.267764],[110.73443,26.274849],[110.737785,26.283516],[110.741113,26.286322],[110.745597,26.294332],[110.748201,26.305565],[110.751315,26.306811],[110.750712,26.308922],[110.74227,26.313294],[110.744163,26.317603],[110.743359,26.319617],[110.735511,26.322683],[110.730812,26.313897],[110.72056,26.310882],[110.726237,26.303455],[110.724363,26.300194],[110.720961,26.298294],[110.708711,26.298509],[110.702397,26.302346],[110.702719,26.30754],[110.679498,26.320352],[110.663683,26.322502],[110.660813,26.320674],[110.660084,26.317259],[110.6436,26.31137],[110.638427,26.311492],[110.635966,26.315576],[110.616985,26.325267],[110.619355,26.335227],[110.617954,26.340024],[110.615325,26.340143],[110.609558,26.336712],[110.592863,26.317471],[110.583002,26.302005],[110.564313,26.292466],[110.551205,26.290514],[110.545726,26.283187],[110.543205,26.279495],[110.542632,26.266609],[110.544738,26.262235],[110.549044,26.259621],[110.548301,26.254565],[110.551941,26.251676],[110.551834,26.247271],[110.547369,26.234502],[110.541906,26.230621],[110.539022,26.222596],[110.532562,26.219999],[110.528255,26.214477],[110.52646,26.2052],[110.518706,26.200432],[110.513501,26.190765],[110.50666,26.187196],[110.499289,26.179585],[110.497316,26.172179],[110.491861,26.169316],[110.483843,26.17596],[110.485313,26.182081],[110.475774,26.186367],[110.474533,26.185723],[110.431959,26.155503],[110.421975,26.146452],[110.419907,26.138334],[110.409415,26.127032],[110.399629,26.119614],[110.395104,26.119635],[110.387494,26.115464],[110.37921,26.104213],[110.374794,26.103185],[110.372668,26.101018],[110.372683,26.084601],[110.371102,26.076235],[110.360794,26.077318],[110.352333,26.067323],[110.352071,26.061959],[110.355653,26.053845],[110.356327,26.047168],[110.351941,26.039274],[110.347831,26.036101],[110.348426,26.030449],[110.345704,26.026081],[110.34337,26.025095],[110.342626,26.017362],[110.327091,25.986941],[110.317791,25.985388],[110.319807,25.97788],[110.318615,25.976398],[110.302458,25.970314],[110.294888,25.973045],[110.291871,25.96847],[110.274597,25.970597],[110.266818,25.969113],[110.261998,25.964665],[110.245259,25.974035],[110.245596,25.985038],[110.248553,25.990251],[110.25328,25.990305],[110.255895,25.994943],[110.247421,25.998749],[110.247603,26.004808],[110.243201,26.002666],[110.240231,26.005157],[110.243558,26.006593],[110.24332,26.011827],[110.246057,26.015634],[110.23749,26.016467],[110.243861,26.019425],[110.241779,26.022335],[110.236952,26.023958],[110.23297,26.027532],[110.236182,26.035265],[110.235825,26.038239],[110.232494,26.038358],[110.229162,26.034551],[110.226307,26.034789],[110.225053,26.040646],[110.207571,26.048181],[110.202988,26.060963],[110.190853,26.06596],[110.188579,26.071565],[110.185192,26.070456],[110.181191,26.064997],[110.17967,26.059536],[110.175743,26.05906],[110.174197,26.056085],[110.168491,26.051943],[110.16426,26.045003],[110.165393,26.039548],[110.16234,26.03573],[110.159743,26.025225],[110.153804,26.020773],[110.143463,26.020856],[110.139273,26.02234],[110.131839,26.029441],[110.13159,26.032079],[110.119478,26.04047],[110.114751,26.039348],[110.103818,26.024157],[110.101099,26.022689],[110.094916,26.027624],[110.089999,26.041225],[110.085957,26.039925],[110.08053,26.041282],[110.080681,26.045352],[110.064381,26.044839],[110.058066,26.041433],[110.069943,26.061147],[110.070264,26.069262],[110.068132,26.080838],[110.076273,26.102219],[110.088859,26.121859],[110.091302,26.130406],[110.096574,26.136687],[110.087115,26.154041],[110.088862,26.163646],[110.093138,26.172702],[110.077917,26.176038],[110.071456,26.169952],[110.065739,26.168894],[110.059498,26.1698],[110.055048,26.17315],[110.047573,26.175761],[110.043749,26.173756],[110.04118,26.166467],[110.023973,26.167952],[110.022339,26.168766],[110.021805,26.173655],[110.012075,26.187824],[109.999922,26.189277],[109.990596,26.184812],[109.980636,26.185932],[109.978771,26.18739],[109.977728,26.193785],[109.973026,26.19993],[109.968924,26.20307],[109.964695,26.204004],[109.945764,26.181793],[109.931653,26.168778],[109.908339,26.155803],[109.90705,26.148127],[109.904185,26.142186],[109.903614,26.131145],[109.904946,26.125815],[109.898224,26.113949],[109.899236,26.107732],[109.892002,26.100688],[109.889527,26.09612],[109.890479,26.087934],[109.887073,26.083301],[109.884612,26.056487],[109.879125,26.04764],[109.86755,26.034637],[109.861764,26.031011],[109.840755,26.033209],[109.821283,26.038679],[109.811738,26.048262],[109.80811,26.048036],[109.796747,26.034911],[109.790232,26.018935],[109.78577,26.017475],[109.781053,25.996464],[109.781999,25.989784],[109.798727,25.985903],[109.801963,25.980954],[109.810339,25.97905],[109.806722,25.972769],[109.809958,25.964202],[109.80592,25.960268],[109.806341,25.953733],[109.814717,25.936791],[109.813982,25.932085],[109.823415,25.923197],[109.826505,25.912661],[109.826073,25.910994],[109.815706,25.904174],[109.810997,25.891497],[109.81195,25.884716],[109.807341,25.883522],[109.803486,25.884824],[109.80006,25.880445],[109.78407,25.878732],[109.779882,25.874544],[109.779501,25.871308],[109.776836,25.869785],[109.766095,25.878122],[109.760481,25.88007],[109.761976,25.882505],[109.762362,25.893576],[109.742314,25.893227],[109.716308,25.887441],[109.712268,25.888206],[109.709365,25.891284],[109.706359,25.891265],[109.692237,25.88229],[109.689038,25.881832],[109.680474,25.885354],[109.675108,25.893784],[109.67457,25.897832],[109.676569,25.903645],[109.682933,25.906325],[109.687319,25.905768],[109.689238,25.911371],[109.679819,25.919033],[109.674506,25.925689],[109.678166,25.937264],[109.687749,25.943073],[109.689653,25.94669],[109.686988,25.96306],[109.691366,25.96306],[109.694017,25.959179],[109.703635,25.955439],[109.705332,25.956687],[109.706404,25.964012],[109.711571,25.967531],[109.714759,25.975859],[109.726099,25.994568],[109.719428,26.006496],[109.71169,26.008463],[109.707164,26.011619],[109.706632,26.014952],[109.703177,26.017297],[109.695996,26.010422],[109.699848,26.003081],[109.699566,26.000744],[109.694282,26.000154],[109.680861,26.015657],[109.679619,26.021823],[109.674461,26.021888],[109.660477,26.015673],[109.649976,26.017481],[109.645453,26.024388],[109.649722,26.048421],[109.645601,26.051299],[109.628559,26.055438],[109.621046,26.052971],[109.611647,26.046623],[109.610803,26.040654],[109.597404,26.027825],[109.579907,26.023641],[109.57897,26.018821],[109.573552,26.013584],[109.567965,26.017851],[109.566957,26.021438],[109.560501,26.026071],[109.553894,26.028051],[109.54315,26.025631],[109.541543,26.013944],[109.542842,26.005112],[109.532776,25.998104],[109.515152,26.002712],[109.507732,26.007035],[109.506437,26.01527],[109.495197,26.022266],[109.492619,26.025607],[109.490362,26.034275],[109.478702,26.033865],[109.476644,26.035355],[109.47283,26.04051],[109.475859,26.049002],[109.474887,26.050334],[109.458557,26.0523],[109.447526,26.057852],[109.446529,26.068984],[109.443001,26.075193],[109.446339,26.10401],[109.449558,26.103905],[109.450067,26.101686],[109.45861,26.095086],[109.461085,26.098893],[109.469958,26.103117],[109.49316,26.102319],[109.499918,26.099845],[109.501155,26.10289],[109.500299,26.108696],[109.506953,26.117538],[109.509671,26.132403],[109.499061,26.138677],[109.491352,26.155429],[109.488306,26.148005],[109.485356,26.148291],[109.481929,26.151431],[109.474653,26.148627],[109.469901,26.15291],[109.464524,26.163689],[109.464374,26.168044],[109.468034,26.173344],[109.46737,26.175679],[109.457767,26.189136],[109.454334,26.197483],[109.457551,26.200448],[109.464775,26.198839],[109.469874,26.204704],[109.461688,26.214313],[109.459895,26.211879],[109.452542,26.210651],[109.450078,26.212097],[109.447799,26.218163],[109.449161,26.228988],[109.445699,26.236221],[109.43186,26.247538],[109.438617,26.254763],[109.439616,26.257885],[109.44346,26.258621],[109.45368,26.273057],[109.45232,26.281124],[109.457036,26.289486],[109.462625,26.296532],[109.471952,26.302171],[109.469262,26.310119],[109.463686,26.316398],[109.460752,26.31762],[109.456431,26.316758],[109.43876,26.30557],[109.442186,26.299145],[109.437893,26.295804],[109.43775,26.293234],[109.431183,26.291949],[109.427756,26.288523],[109.414346,26.291864],[109.376941,26.286867],[109.349956,26.270869],[109.335601,26.266654],[109.330967,26.279191],[109.318549,26.284726],[109.318121,26.28701],[109.321856,26.292048],[109.320902,26.293356],[109.316985,26.294716],[109.301835,26.293234],[109.298945,26.296951],[109.291359,26.301318],[109.28876,26.300896],[109.285901,26.296907],[109.283982,26.296683],[109.275529,26.301359],[109.27661,26.31139],[109.275088,26.319131],[109.268152,26.325129],[109.27257,26.32742],[109.268232,26.335899],[109.272269,26.342812],[109.282911,26.350855],[109.292851,26.346401],[109.296563,26.349399],[109.29385,26.36596],[109.295278,26.372956],[109.29009,26.377741],[109.297647,26.391982],[109.302026,26.393315],[109.308937,26.391759],[109.312482,26.412688],[109.32404,26.42829],[109.324986,26.435285],[109.335914,26.438269],[109.343453,26.448172],[109.354899,26.451062],[109.374703,26.461309],[109.379928,26.466163],[109.379702,26.467828],[109.373942,26.471095],[109.363958,26.470671],[109.358345,26.476703],[109.358173,26.479269],[109.370855,26.492095],[109.379057,26.496061],[109.385275,26.501292],[109.386649,26.504302],[109.38408,26.510441],[109.37666,26.514208],[109.373896,26.521632],[109.376155,26.524516],[109.391789,26.534426],[109.400471,26.5357],[109.404845,26.538772],[109.407042,26.543493],[109.402211,26.548846],[109.401713,26.555371],[109.393237,26.559767],[109.394096,26.573618],[109.391058,26.576065],[109.387176,26.57357],[109.382974,26.574859],[109.383238,26.589253],[109.387224,26.604515],[109.380082,26.609379],[109.376941,26.619087],[109.371802,26.624227],[109.373819,26.63294],[109.370801,26.635229],[109.363664,26.635791],[109.357239,26.642073],[109.354669,26.649354],[109.356383,26.661347],[109.354241,26.662203],[109.350101,26.660633],[109.334544,26.650869],[109.329549,26.651528],[109.328099,26.655786],[109.323829,26.658491],[109.312981,26.658491],[109.304701,26.665059],[109.299259,26.665084],[109.297849,26.666967],[109.296982,26.678131],[109.293967,26.684434],[109.289253,26.687889],[109.284793,26.695015],[109.283331,26.703438],[109.289223,26.705271],[109.296706,26.702892],[109.306745,26.715958],[109.316061,26.710605],[109.323705,26.707695],[109.328543,26.708603],[109.337394,26.703749],[109.349387,26.70846],[109.354384,26.708888],[109.359238,26.707889],[109.36295,26.702892],[109.370517,26.711458],[109.380853,26.714407],[109.388029,26.718378],[109.387469,26.722905],[109.37811,26.726435],[109.377989,26.73252],[109.394811,26.73303],[109.403033,26.724406],[109.406321,26.72383],[109.414662,26.727347],[109.415744,26.7302],[109.41456,26.736738],[109.41078,26.739654],[109.406231,26.739111],[109.405921,26.743782],[109.423372,26.751188],[109.43362,26.750862],[109.435048,26.752004],[109.437903,26.765567],[109.456596,26.764251],[109.46081,26.770776],[109.46533,26.77226],[109.474694,26.770718],[109.47847,26.764319],[109.485569,26.763578],[109.489252,26.769875],[109.491714,26.771166],[109.505685,26.770663],[109.500458,26.760691],[109.500408,26.75382],[109.50175,26.751604],[109.504876,26.750596],[109.518156,26.752598],[109.518138,26.759059],[109.512285,26.760998],[109.514582,26.77862],[109.520963,26.786125],[109.510594,26.793199],[109.51104,26.802865],[109.50985,26.804353],[109.501522,26.805988],[109.500927,26.812681],[109.495127,26.812532],[109.492153,26.816101],[109.496763,26.826214],[109.496912,26.827998],[109.493789,26.830229],[109.493789,26.833947],[109.496614,26.836773],[109.502612,26.839072],[109.509506,26.845688],[109.513268,26.85431],[109.513398,26.857964],[109.511344,26.861019],[109.507008,26.862727],[109.506936,26.865707],[109.507382,26.872806],[109.514132,26.878063],[109.513966,26.879806],[109.508976,26.884326],[109.500655,26.886892],[109.496755,26.887137],[109.492006,26.883671],[109.4834,26.892439],[109.486004,26.896967],[109.484309,26.899179],[109.474464,26.90203],[109.468969,26.898715],[109.467096,26.894484],[109.467659,26.889872],[109.458561,26.881446],[109.452551,26.878172],[109.45337,26.872374],[109.451804,26.869197],[109.444324,26.863503],[109.436081,26.863895],[109.431685,26.865791],[109.437723,26.871275],[109.438318,26.874249],[109.437723,26.877967],[109.433292,26.882977],[109.435056,26.892735],[109.440832,26.894542],[109.467317,26.91351],[109.486132,26.91703],[109.487989,26.923474],[109.503508,26.933019],[109.510466,26.935058],[109.514994,26.932113],[109.516578,26.928866],[109.531825,26.928058],[109.532543,26.933396],[109.530751,26.938707],[109.536988,26.945449],[109.544218,26.947101],[109.551794,26.946133],[109.553608,26.947747],[109.556069,26.954305],[109.555537,26.957379],[109.548023,26.964464],[109.542663,26.97764],[109.545245,26.982812],[109.545393,26.987868],[109.541824,26.987868],[109.531414,26.979094],[109.523055,26.981154],[109.524092,26.991781],[109.526436,26.996133],[109.533435,26.99574],[109.537713,26.998454],[109.538334,27.001755],[109.535429,27.006755],[109.537565,27.014293],[109.536939,27.017153],[109.519976,27.029913],[109.521599,27.040365],[109.514332,27.04619],[109.512634,27.051332],[109.516096,27.061186],[109.508066,27.066688],[109.506132,27.070703],[109.506876,27.072042],[109.512824,27.072191],[109.519505,27.069585],[109.521097,27.072278],[109.515043,27.075839],[109.498548,27.077098],[109.494677,27.082839],[109.48666,27.082325],[109.481523,27.072841],[109.482927,27.06952],[109.486274,27.0689],[109.491835,27.064041],[109.486679,27.062502],[109.485248,27.058183],[109.48317,27.057346],[109.463086,27.067739],[109.451289,27.069089],[109.451181,27.072895],[109.463599,27.074649],[109.47437,27.072787],[109.477871,27.074539],[109.476619,27.084278],[109.462792,27.084826],[109.460285,27.083404],[109.454019,27.085599],[109.45323,27.088181],[109.462112,27.094498],[109.462558,27.096729],[109.461666,27.097919],[109.454974,27.097175],[109.455866,27.10699],[109.453487,27.112641],[109.465533,27.118888],[109.465533,27.128852],[109.470171,27.13432],[109.465473,27.138011],[109.460868,27.138761],[109.454018,27.131969],[109.448282,27.133462],[109.445191,27.129672],[109.436105,27.127451],[109.426596,27.127805],[109.41851,27.140888],[109.412738,27.145359],[109.412178,27.156903],[109.394877,27.156652],[109.396972,27.162282],[109.394052,27.163397],[109.389091,27.158972],[109.389214,27.147918],[109.381302,27.147202],[109.379776,27.150266],[109.381042,27.153369],[109.374343,27.158848],[109.372353,27.157436],[109.371462,27.15298],[109.367897,27.149895],[109.353457,27.156458],[109.339421,27.152944],[109.330044,27.153474],[109.330159,27.144455],[109.331712,27.142177],[109.330143,27.140707],[109.3158,27.139052],[109.301195,27.142003],[109.29094,27.135395],[109.275599,27.134676],[109.266904,27.130822],[109.259636,27.130073],[109.250308,27.142719],[109.253225,27.152638],[109.246419,27.155245],[109.237937,27.152535],[109.233073,27.140754],[109.224607,27.135369],[109.21869,27.125747],[109.20938,27.116944],[109.207423,27.107712],[109.200666,27.097985],[109.191796,27.089916],[109.18343,27.084919],[109.175648,27.086217],[109.173493,27.090198],[109.170167,27.089427],[109.159423,27.068069],[109.152147,27.071471],[109.149568,27.075167],[109.127367,27.074679],[109.126695,27.073123],[109.129092,27.070071],[109.124738,27.06885],[109.096419,27.072785],[109.104747,27.090929],[109.104234,27.09565],[109.111743,27.1052],[109.128576,27.116824],[109.129934,27.123554],[109.126765,27.126994],[109.121727,27.127952],[109.115306,27.124241],[109.105218,27.126407],[109.09047,27.120077],[109.085125,27.121813],[109.077983,27.11986],[109.06727,27.113385],[109.059835,27.105949],[109.057604,27.111154],[109.056007,27.111257],[109.048195,27.100935],[109.04268,27.099646],[109.032253,27.10074],[109.025481,27.108031],[109.021763,27.107883],[109.010609,27.093223],[109.012097,27.088103],[109.006509,27.085123],[109.001635,27.078833],[108.990796,27.078491],[108.982457,27.074744],[108.962529,27.054346],[108.957079,27.052617],[108.94962,27.054082],[108.938536,27.05219],[108.936351,27.05049],[108.939283,27.041046],[108.948049,27.040198],[108.94681,27.033227],[108.948951,27.022802],[108.942797,27.019551],[108.91881,27.012306],[108.916203,27.015012],[108.917722,27.020058],[108.91765,27.029666],[108.916575,27.033242],[108.914115,27.033032],[108.909756,27.029223],[108.913309,27.025859],[108.914193,27.022059],[108.910587,27.021478],[108.906508,27.023114],[108.897357,27.022115],[108.882531,27.005886],[108.871639,27.001002],[108.866353,27.004992],[108.867388,27.007755],[108.873083,27.011842],[108.874138,27.016356],[108.869626,27.032781],[108.868437,27.034119],[108.865611,27.033376],[108.862785,27.02713],[108.859514,27.027873],[108.851334,27.034417],[108.850739,27.038878],[108.845607,27.041225],[108.842757,27.044997],[108.840256,27.053618],[108.84323,27.055282],[108.840112,27.063536],[108.836523,27.065511],[108.83066,27.061951],[108.82357,27.063281],[108.822781,27.068027],[108.816209,27.068959],[108.800181,27.082574],[108.786205,27.087251],[108.80581,27.101094],[108.809932,27.099291],[108.815658,27.093805],[108.82166,27.092674],[108.840931,27.10157],[108.852078,27.101042],[108.851403,27.110153],[108.8589,27.119256],[108.869303,27.118115],[108.876186,27.109507],[108.881644,27.112577],[108.884218,27.119888],[108.88377,27.125978],[108.901143,27.138348],[108.910065,27.156063],[108.909337,27.162317],[108.912014,27.162912],[108.917004,27.160918],[108.923043,27.164815],[108.923677,27.183503],[108.918146,27.192386],[108.918351,27.203006],[108.903428,27.207205],[108.902178,27.21344],[108.910379,27.215557],[108.914145,27.219463],[108.921764,27.223272],[108.938685,27.226507],[108.945165,27.23204],[108.948179,27.238401],[108.961976,27.239809],[108.964799,27.244069],[108.96348,27.248204],[108.982506,27.260618],[108.979543,27.271825],[108.982611,27.273507],[108.985353,27.274106],[108.990567,27.272126],[108.995133,27.267069],[109.019389,27.285692],[109.02988,27.280666],[109.038828,27.279926],[109.042412,27.293551],[109.053295,27.299433],[109.048674,27.315731],[109.044364,27.319065],[109.044589,27.329887],[109.041663,27.337833],[109.048066,27.339637],[109.054981,27.330387],[109.066908,27.326228],[109.06952,27.334929],[109.07376,27.337833],[109.0773,27.337512],[109.078864,27.335087],[109.083064,27.33414],[109.090406,27.33887],[109.100052,27.339866],[109.095779,27.352688],[109.100651,27.359491],[109.105833,27.355688],[109.110949,27.355042],[109.114882,27.367457],[109.110163,27.368601],[109.109802,27.37492],[109.113762,27.38369],[109.120073,27.391154],[109.114916,27.396515],[109.111839,27.403853],[109.122371,27.40661],[109.125498,27.413568],[109.134081,27.417686],[109.139073,27.425169],[109.137328,27.429157],[109.130904,27.433536],[109.123105,27.425672],[109.119556,27.418351],[109.116391,27.41578],[109.111489,27.415227],[109.104973,27.417093],[109.10399,27.42264],[109.105691,27.425952],[109.109683,27.428401],[109.114385,27.421958],[109.11804,27.42093],[109.118664,27.431317],[109.126321,27.436761],[109.136665,27.451268],[109.143556,27.45258],[109.147958,27.449816],[109.151812,27.446598],[109.15647,27.438265],[109.157002,27.431332],[109.155169,27.427737],[109.150917,27.42452],[109.148923,27.419346],[109.1522,27.415653],[109.159644,27.419099],[109.173901,27.434347],[109.190397,27.438622],[109.191824,27.444094],[109.194204,27.446117],[109.198249,27.446117],[109.20396,27.4504],[109.202305,27.455424],[109.205506,27.460215],[109.211217,27.455992],[109.217404,27.45504],[109.220021,27.438503],[109.222519,27.439811],[109.227159,27.439217],[109.239295,27.434933],[109.240972,27.437408],[109.243608,27.436952],[109.242304,27.42456],[109.246389,27.421779],[109.250612,27.422121],[109.256742,27.429374],[109.264277,27.430659],[109.290512,27.42445],[109.292648,27.425559],[109.292316,27.430576],[109.297817,27.444679],[109.307155,27.449384],[109.307726,27.451097],[109.298874,27.465088],[109.298731,27.474368],[109.292307,27.480079],[109.292307,27.484504],[109.296161,27.484933],[109.300867,27.482203],[109.305968,27.483184],[109.312825,27.488165],[109.318289,27.495753],[109.332933,27.498481],[109.336985,27.50295],[109.341704,27.513915],[109.356648,27.521869],[109.370309,27.537218],[109.374208,27.538733],[109.380426,27.537987],[109.388007,27.544087],[109.388903,27.545288],[109.385691,27.548857],[109.387904,27.551427],[109.39768,27.552368],[109.41167,27.559558],[109.417456,27.555243],[109.419215,27.55141],[109.422053,27.550932],[109.431111,27.55453],[109.430579,27.559802],[109.4381,27.566248],[109.452898,27.563325],[109.458275,27.569996],[109.452172,27.576504],[109.44781,27.590326],[109.454492,27.60381],[109.460156,27.606652],[109.462563,27.610226],[109.466045,27.623774],[109.465007,27.630336],[109.470198,27.637069],[109.471058,27.641278],[109.470211,27.644405],[109.462603,27.647796],[109.458221,27.654001],[109.459868,27.659747],[109.454409,27.662376],[109.454191,27.666406],[109.456955,27.676618],[109.468291,27.680448],[109.469576,27.684303],[109.463117,27.686305],[109.451555,27.696507],[109.426174,27.704147],[109.422748,27.706717],[109.419322,27.714141],[109.412469,27.717425],[109.413454,27.724324],[109.407152,27.728555],[109.398179,27.727453],[109.392607,27.723066],[109.387182,27.724113],[109.376432,27.729535],[109.362705,27.727604],[109.357994,27.724962],[109.358065,27.731101],[109.366147,27.733931],[109.371358,27.737694],[109.370029,27.742681],[109.368144,27.744459],[109.354424,27.746877],[109.357974,27.757281],[109.350157,27.767324],[109.346512,27.77602],[109.343773,27.777315],[109.335632,27.776137],[109.33172,27.777104],[109.326511,27.785105],[109.326716,27.786918],[109.334096,27.793628],[109.327831,27.793525],[109.338989,27.812372],[109.334565,27.826835],[109.340377,27.841578],[109.344141,27.845349],[109.316244,27.861932],[109.320993,27.865795],[109.328542,27.867198],[109.331741,27.865969],[109.333892,27.868393],[109.333477,27.870964],[109.325611,27.871241],[109.313113,27.87906],[109.312695,27.889768],[109.314299,27.900444],[109.312809,27.904271],[109.305926,27.908489],[109.304593,27.912011],[109.308244,27.91609],[109.31077,27.924033],[109.305736,27.931903],[109.307966,27.934852],[109.30706,27.938349],[109.295894,27.959285],[109.296829,27.963629],[109.300783,27.966323],[109.301245,27.971031],[109.31093,27.972164],[109.314377,27.993351],[109.317358,27.997372],[109.321739,27.997133],[109.326067,27.999114],[109.332061,28.006191],[109.339154,28.010429],[109.349237,28.008795],[109.358627,28.011747],[109.373797,28.034606],[109.373856,28.037564],[109.362246,28.051181],[109.355446,28.054006],[109.351733,28.057501],[109.344648,28.059232],[109.34397,28.061909],[109.340591,28.064795],[109.332219,28.066944],[109.328522,28.063744],[109.324443,28.055742],[109.324106,28.051692],[109.319355,28.044223],[109.304314,28.041842],[109.303876,28.036565],[109.30165,28.032704],[109.294014,28.032136],[109.292434,28.033823],[109.294195,28.052082],[109.298041,28.055111],[109.298693,28.058642],[109.298918,28.076888],[109.300539,28.081605],[109.309718,28.089312],[109.306877,28.097881],[109.308978,28.104975],[109.323604,28.118613],[109.325073,28.131403],[109.333632,28.14083],[109.336395,28.146188],[109.330763,28.158618],[109.333651,28.162834],[109.340247,28.165687],[109.341918,28.168418],[109.335492,28.186676],[109.337156,28.199827],[109.341108,28.210648],[109.356503,28.22468],[109.355509,28.230256],[109.353586,28.232303],[109.354047,28.235391],[109.359731,28.238349],[109.365296,28.248996],[109.365633,28.254111],[109.36291,28.256095],[109.371714,28.261696],[109.375109,28.265661],[109.392811,28.271238],[109.394077,28.274675],[109.391241,28.275649],[109.384198,28.274436],[109.376949,28.276148],[109.372064,28.279469],[109.365917,28.280226],[109.357327,28.273735],[109.35197,28.267249],[109.346742,28.266664],[109.348726,28.273811],[109.357008,28.283948],[109.357564,28.287709],[109.343051,28.292589],[109.33881,28.29677],[109.33549,28.297114],[109.329921,28.296679],[109.32571,28.292373],[109.324846,28.28899],[109.311469,28.279712],[109.301391,28.276757],[109.291248,28.280594],[109.290816,28.283843],[109.295236,28.293535],[109.288819,28.299858],[109.282378,28.301297],[109.284149,28.307121],[109.276344,28.311188],[109.273364,28.310562],[109.268094,28.312466],[109.270535,28.317751],[109.263384,28.340283],[109.26849,28.346304],[109.269011,28.349754],[109.280373,28.361833],[109.283344,28.368417],[109.284277,28.376576],[109.280418,28.380301],[109.271092,28.380522],[109.272964,28.384516],[109.270926,28.386939],[109.264002,28.387797],[109.259962,28.396604],[109.259938,28.407504],[109.256704,28.410899],[109.253717,28.43252],[109.254028,28.449599],[109.258279,28.461973],[109.25604,28.46748],[109.261564,28.484825],[109.269554,28.491046],[109.268609,28.505366],[109.269651,28.507185],[109.26717,28.517038],[109.273825,28.519921],[109.275717,28.52318],[109.269662,28.528795],[109.269155,28.541381],[109.284044,28.54892],[109.289679,28.560318],[109.290115,28.57056],[109.295387,28.575135],[109.296219,28.580001],[109.312513,28.584603],[109.31554,28.582886],[109.316366,28.588694],[109.306667,28.5953],[109.305851,28.599814],[109.299443,28.605239],[109.30132,28.60949],[109.30458,28.611405],[109.301945,28.624045],[109.295149,28.629764],[109.28915,28.631773],[109.282234,28.630143],[109.274135,28.620254],[109.274094,28.615921],[109.265363,28.61496],[109.253629,28.609659],[109.245967,28.610092],[109.234936,28.619782],[109.233411,28.623043],[109.229769,28.624516],[109.218111,28.615237],[109.197371,28.60257],[109.195593,28.605768],[109.181826,28.613321],[109.175803,28.624427],[109.181203,28.6279],[109.189521,28.640583],[109.199668,28.642284],[109.211452,28.650165],[109.235537,28.658564],[109.267589,28.673764],[109.266318,28.678701],[109.258709,28.685333],[109.252433,28.68587],[109.250407,28.687705],[109.24847,28.69386],[109.249727,28.697152],[109.260359,28.703649],[109.266701,28.701926],[109.274596,28.711564],[109.289522,28.722481],[109.290285,28.724712],[109.285021,28.727287],[109.28367,28.729613],[109.285489,28.733156],[109.296014,28.742458],[109.294745,28.750125],[109.291784,28.752153],[109.273483,28.753566],[109.270227,28.762859],[109.264417,28.763276],[109.251336,28.769419],[109.251694,28.771734],[109.257349,28.777011],[109.251868,28.779152],[109.246373,28.777985],[109.235478,28.781575],[109.235051,28.790229],[109.237384,28.7975],[109.242389,28.803585],[109.240446,28.816561],[109.233792,28.831817],[109.237814,28.836788],[109.236832,28.846804],[109.238853,28.859036],[109.231481,28.8671],[109.230515,28.882945],[109.238339,28.895432],[109.245568,28.899066],[109.244316,28.904949],[109.251575,28.911361],[109.251001,28.930047],[109.259077,28.963204],[109.266216,28.971791],[109.281358,28.975556],[109.283291,28.977372],[109.288283,28.992098],[109.287864,28.998257],[109.2862,29.000933],[109.289072,29.019531],[109.291764,29.02189],[109.298438,29.022764],[109.304584,29.030558],[109.306251,29.03743],[109.312998,29.041358],[109.316413,29.04819],[109.303463,29.070477],[109.297322,29.073817],[109.287506,29.072154],[109.276299,29.076845],[109.267692,29.082795],[109.263743,29.081134],[109.257511,29.08362],[109.254559,29.085374],[109.255038,29.087734],[109.251469,29.090528],[109.240188,29.087503],[109.231563,29.089152],[109.221518,29.116947],[109.225128,29.11861],[109.232983,29.1171],[109.242151,29.118366],[109.252265,29.126808],[109.261061,29.123558],[109.273757,29.124278],[109.271466,29.128761],[109.27329,29.134865],[109.271053,29.139677],[109.264433,29.140787],[109.258411,29.148432],[109.257148,29.152302],[109.260134,29.157251],[109.25759,29.162786],[109.260048,29.169974],[109.268459,29.174284],[109.270389,29.177717],[109.269469,29.181439],[109.27357,29.18877],[109.269437,29.192798],[109.272234,29.20049],[109.265474,29.212028],[109.263376,29.210746],[109.261911,29.211818],[109.263227,29.220375],[109.259844,29.223445],[109.259335,29.226161],[109.264421,29.231678],[109.267881,29.230528],[109.280031,29.23682],[109.28076,29.2396],[109.278937,29.243307],[109.281782,29.246107],[109.291114,29.250009],[109.2994,29.249167],[109.307298,29.252818],[109.320071,29.261869],[109.33789,29.276701],[109.352412,29.292976],[109.352838,29.29725],[109.347972,29.304428],[109.348277,29.308596],[109.339807,29.309667],[109.332249,29.315702],[109.332865,29.318871],[109.340024,29.321731],[109.340093,29.330364],[109.331182,29.332996],[109.325453,29.338766],[109.334102,29.342389],[109.341734,29.350706],[109.333229,29.368473],[109.342355,29.377671],[109.349725,29.381503],[109.361205,29.383486],[109.364244,29.386563],[109.373418,29.377783],[109.387064,29.376208],[109.381428,29.384863],[109.37727,29.385793],[109.380403,29.392644],[109.380262,29.39671],[109.374753,29.404879],[109.364033,29.413404],[109.363579,29.415406],[109.368354,29.427598],[109.381591,29.435043],[109.384406,29.44044],[109.390442,29.442082],[109.401228,29.436777],[109.401492,29.444063],[109.397511,29.44783],[109.406545,29.453131],[109.409164,29.453152],[109.410968,29.450897],[109.413583,29.451857],[109.413139,29.456162],[109.404474,29.463357],[109.400184,29.471394],[109.40737,29.48265],[109.407926,29.487787],[109.405143,29.493339],[109.410716,29.499866],[109.41864,29.498339],[109.429734,29.491776],[109.435331,29.494222],[109.434787,29.49885],[109.428678,29.50398],[109.426483,29.508506],[109.427424,29.521634],[109.425256,29.524444],[109.425458,29.530737],[109.429905,29.533887],[109.433915,29.531838],[109.440917,29.531837],[109.442577,29.530176],[109.442456,29.524766],[109.444504,29.521775],[109.451407,29.51935],[109.455546,29.515307],[109.459714,29.516201],[109.460465,29.518795],[109.453881,29.533433],[109.454287,29.54528],[109.456762,29.556318],[109.4626,29.562729],[109.473476,29.555848],[109.484165,29.556053],[109.488116,29.565422],[109.486589,29.567694],[109.487875,29.569403],[109.494417,29.571038],[109.495432,29.573285],[109.494317,29.578742],[109.498001,29.581223],[109.502247,29.58878],[109.499179,29.592437],[109.49761,29.597835],[109.491001,29.600472],[109.49166,29.605691],[109.497381,29.607252],[109.501577,29.604493],[109.510258,29.602798],[109.51286,29.604081],[109.516586,29.610145],[109.520536,29.612279],[109.519535,29.613998],[109.513968,29.614939],[109.509609,29.620696],[109.509043,29.626145],[109.511523,29.628905],[109.520029,29.627036],[109.524282,29.629185],[109.525926,29.624732],[109.52842,29.624104],[109.526304,29.618447],[109.528011,29.617403],[109.539994,29.615828],[109.550597,29.617932],[109.553391,29.615359],[109.563721,29.615287],[109.566247,29.621204],[109.571544,29.623879],[109.570545,29.630756],[109.581002,29.634459],[109.590593,29.634642],[109.593871,29.636104],[109.60002,29.635121],[109.606307,29.637186],[109.609939,29.632788],[109.613447,29.633616],[109.62944,29.627517],[109.646729,29.624422],[109.649221,29.61802],[109.647171,29.614064],[109.650699,29.606366],[109.658593,29.600294],[109.663104,29.602259],[109.669283,29.608597],[109.675257,29.604936],[109.679634,29.604377],[109.686172,29.610636],[109.701168,29.609519],[109.707928,29.612689],[109.712315,29.619124],[109.709281,29.624046],[109.706357,29.625137],[109.707354,29.629676],[109.701757,29.636894],[109.69577,29.635902],[109.693755,29.639266],[109.699373,29.641032],[109.700255,29.643588],[109.70584,29.644367],[109.709028,29.647586],[109.708094,29.654034],[109.715435,29.656785],[109.713949,29.659754],[109.710374,29.661118],[109.709332,29.675445],[109.736139,29.680919],[109.742529,29.687178],[109.758703,29.694266],[109.761052,29.697317],[109.751692,29.714148],[109.755354,29.715738],[109.75951,29.722774],[109.764583,29.724635],[109.766801,29.727435],[109.760324,29.734052],[109.748663,29.737057],[109.747653,29.742381],[109.756919,29.745841],[109.767911,29.75246],[109.775228,29.761888],[109.784295,29.763119],[109.792878,29.767878],[109.798609,29.767884],[109.805113,29.773844],[109.815026,29.776234],[109.825424,29.774364],[109.834004,29.776463],[109.845917,29.771516],[109.858862,29.779497],[109.868014,29.781548],[109.873312,29.78063],[109.879092,29.776631],[109.885665,29.768934],[109.895821,29.770398],[109.898251,29.765818],[109.905565,29.768604],[109.914188,29.774842],[109.919343,29.775958],[109.926394,29.781463],[109.936191,29.776875],[109.942417,29.782136],[109.944299,29.777697],[109.948579,29.7768],[109.954668,29.780628],[109.965105,29.783442],[109.966617,29.779274],[109.972101,29.77575],[109.973849,29.771678],[109.978935,29.770852],[109.994314,29.777074],[110.00598,29.775869],[110.012141,29.777347],[110.014836,29.775623],[110.017517,29.77604],[110.028777,29.782513],[110.036564,29.784073],[110.04075,29.782368],[110.045856,29.786626],[110.068878,29.794435],[110.083201,29.792889],[110.090903,29.79412],[110.095371,29.792498],[110.097381,29.79369],[110.104078,29.793198],[110.110021,29.786006],[110.124666,29.792507],[110.13157,29.782616],[110.136805,29.780191],[110.142706,29.774861],[110.144783,29.768277],[110.1618,29.753038],[110.164262,29.753188],[110.176956,29.764056],[110.181219,29.764799],[110.195191,29.76288],[110.204417,29.758925],[110.206435,29.75292],[110.209323,29.750722],[110.217363,29.750402],[110.22034,29.740608],[110.232979,29.738465],[110.249277,29.732256],[110.248662,29.726665],[110.250491,29.723524],[110.255939,29.719257],[110.264806,29.718734],[110.268922,29.716895],[110.276028,29.710201],[110.278538,29.69913],[110.28647,29.694373],[110.285102,29.679813],[110.295641,29.669557],[110.297682,29.664619],[110.303418,29.665366],[110.318331,29.673517],[110.323585,29.671586],[110.338157,29.670388],[110.338558,29.665839],[110.348909,29.655406],[110.346784,29.647848],[110.348777,29.643887],[110.356752,29.637861],[110.366302,29.636047],[110.408117,29.65581],[110.410597,29.663726],[110.433412,29.664222],[110.441935,29.667444],[110.443417,29.670387],[110.444061,29.69376],[110.459955,29.715707],[110.462846,29.71553],[110.470029,29.708298],[110.48032,29.708309],[110.485347,29.706507],[110.49553,29.695506],[110.504811,29.695104],[110.508398,29.696391],[110.507409,29.698842],[110.502577,29.701404],[110.507022,29.704105],[110.51645,29.694976],[110.522472,29.69658],[110.529915,29.702882],[110.533917,29.704143],[110.542015,29.713978],[110.550828,29.713256],[110.568304,29.71988],[110.569594,29.726904],[110.574465,29.732827],[110.578908,29.73141],[110.582274,29.732392],[110.597285,29.745639],[110.606356,29.74698],[110.611271,29.749382],[110.618083,29.756923],[110.627118,29.759688],[110.628534,29.763283],[110.636027,29.769658],[110.638083,29.777428],[110.625718,29.800758],[110.623911,29.808035],[110.620551,29.813468],[110.619302,29.821164],[110.60819,29.834492],[110.608042,29.841796],[110.596611,29.839013],[110.580528,29.837988],[110.574206,29.843459],[110.563776,29.848797],[110.559663,29.849738],[110.550771,29.847559],[110.545288,29.848853],[110.541348,29.87188],[110.527207,29.878635],[110.531838,29.884262],[110.535498,29.892751],[110.535707,29.9066],[110.530105,29.903237],[110.518315,29.908266],[110.514671,29.906543],[110.511051,29.909892],[110.5084,29.91655],[110.501514,29.921516],[110.506112,29.9323],[110.504653,29.937362],[110.501433,29.940445],[110.503158,29.949099],[110.512771,29.954659],[110.512989,29.95723],[110.50996,29.959435],[110.510894,29.965005],[110.519652,29.96838],[110.524678,29.977912],[110.545577,29.9828],[110.554677,29.990196],[110.546368,29.992834],[110.543555,30.001854],[110.540896,30.003779],[110.5332,30.003287],[110.518512,30.005741],[110.513854,30.00465],[110.507798,30.008806],[110.49475,30.013991],[110.487033,30.021127],[110.487863,30.023861],[110.49615,30.029978],[110.495471,30.033119],[110.490245,30.039308],[110.494775,30.051752],[110.491636,30.057113],[110.498636,30.057637],[110.499832,30.052505],[110.50357,30.052575],[110.514569,30.057295],[110.518839,30.064784],[110.530344,30.067251],[110.530986,30.063398],[110.541438,30.059852],[110.546217,30.055741],[110.551064,30.056711],[110.552674,30.061708],[110.556047,30.062355],[110.559093,30.061823],[110.562577,30.056234],[110.566787,30.062824],[110.571205,30.062738],[110.575065,30.060133],[110.585767,30.060526],[110.589897,30.057435],[110.593191,30.057326],[110.600323,30.058422],[110.606346,30.062141],[110.622203,30.066493],[110.627581,30.072111],[110.634429,30.076069],[110.644023,30.080035],[110.648964,30.080048],[110.657225,30.072669],[110.666432,30.06935],[110.668774,30.06661],[110.68072,30.064849],[110.681966,30.061509],[110.680582,30.048129],[110.68331,30.044771],[110.690908,30.043424],[110.702023,30.035714],[110.708614,30.035517],[110.719836,30.042655],[110.725792,30.044179],[110.734116,30.042998],[110.745506,30.04981],[110.751049,30.055867],[110.751044,30.061421],[110.748364,30.065717],[110.749579,30.079203],[110.751879,30.084348],[110.745774,30.087064],[110.743473,30.090457],[110.744493,30.095623],[110.748533,30.100533],[110.74855,30.106419],[110.744832,30.110471],[110.739745,30.112968],[110.740288,30.115475],[110.764026,30.122444],[110.77684,30.123038],[110.783459,30.122534],[110.789374,30.118848],[110.797556,30.116857],[110.806999,30.122804],[110.808902,30.127709],[110.814429,30.128087],[110.833816,30.123444],[110.836936,30.124246],[110.84183,30.128599],[110.847895,30.128613]],[[113.108537,29.430113],[113.116448,29.423523],[113.127396,29.432231],[113.115319,29.437965],[113.105563,29.438084],[113.108537,29.430113]],[[109.575811,26.759782],[109.56585,26.751604],[109.557672,26.75479],[109.553573,26.758255],[109.554454,26.751808],[109.561689,26.750712],[109.560764,26.746585],[109.5633,26.744936],[109.555787,26.739218],[109.546589,26.739612],[109.53326,26.74524],[109.531624,26.748146],[109.522304,26.748393],[109.523311,26.744759],[109.534744,26.736678],[109.541418,26.73547],[109.545892,26.731107],[109.543455,26.729697],[109.53958,26.731106],[109.540063,26.724212],[109.542581,26.721249],[109.54405,26.721516],[109.550075,26.72756],[109.564209,26.730223],[109.570166,26.736204],[109.57339,26.736362],[109.574555,26.738578],[109.573012,26.744231],[109.581285,26.750234],[109.580269,26.752931],[109.581569,26.75559],[109.593038,26.758475],[109.593931,26.760058],[109.593332,26.763075],[109.580854,26.767926],[109.578254,26.772719],[109.575441,26.772771],[109.573548,26.775063],[109.573287,26.769853],[109.576538,26.763137],[109.575811,26.759782]]]]}},{type:"Feature",properties:{name:"广东省",province_adcode:44e4,province_type:"省",name_en:"Guangdong",name_var:"Guǎng Dōng",adcode:44e4},geometry:{type:"MultiPolygon",coordinates:[[[[110.590225,20.378521],[110.591913,20.369191],[110.589491,20.36808],[110.565058,20.335397],[110.563036,20.333359],[110.553678,20.333356],[110.567001,20.354462],[110.57394,20.371579],[110.583292,20.375287],[110.585728,20.380393],[110.590225,20.378521]]],[[[110.55018,20.553367],[110.552124,20.552314],[110.553555,20.54686],[110.553824,20.540326],[110.551881,20.538166],[110.547696,20.545942],[110.546778,20.552908],[110.55018,20.553367]]],[[[110.412648,20.612939],[110.415987,20.61146],[110.42259,20.604545],[110.421074,20.594315],[110.41865,20.590977],[110.414086,20.5973],[110.40831,20.610919],[110.409758,20.612747],[110.412648,20.612939]]],[[[110.362232,20.683028],[110.371856,20.673375],[110.372813,20.670305],[110.369243,20.6672],[110.357651,20.672732],[110.35708,20.675231],[110.354082,20.674802],[110.353154,20.679656],[110.348799,20.684225],[110.352679,20.687243],[110.362232,20.683028]]],[[[116.722139,20.708094],[116.724581,20.707529],[116.728571,20.702532],[116.730433,20.697522],[116.706301,20.705539],[116.708566,20.709725],[116.711763,20.710606],[116.722139,20.708094]]],[[[110.417761,20.710353],[110.426585,20.70349],[110.42683,20.698965],[110.429546,20.695252],[110.428382,20.688657],[110.429823,20.680899],[110.427218,20.678571],[110.425888,20.678571],[110.419914,20.689139],[110.41461,20.686166],[110.415599,20.681758],[110.411867,20.67968],[110.407933,20.681841],[110.402446,20.681952],[110.401282,20.683448],[110.399144,20.691313],[110.405099,20.695835],[110.409003,20.694753],[110.41129,20.697936],[110.403499,20.70096],[110.404718,20.704895],[110.409971,20.71042],[110.417761,20.710353]]],[[[109.741897,20.788992],[109.74386,20.789442],[109.745231,20.786928],[109.739566,20.780697],[109.750681,20.76362],[109.736888,20.777726],[109.735081,20.781859],[109.73868,20.797997],[109.740534,20.796773],[109.741897,20.788992]]],[[[110.487722,20.925221],[110.491054,20.923744],[110.494156,20.92515],[110.494788,20.921377],[110.498128,20.919996],[110.499504,20.917034],[110.498531,20.916282],[110.481394,20.925154],[110.487722,20.925221]]],[[[110.59156,20.949148],[110.600661,20.94691],[110.610812,20.940249],[110.612931,20.940452],[110.6143,20.942931],[110.622042,20.938138],[110.630552,20.939531],[110.633585,20.934642],[110.636315,20.934257],[110.637175,20.929994],[110.634355,20.924694],[110.635942,20.916592],[110.622358,20.912032],[110.621321,20.908205],[110.623412,20.90526],[110.622648,20.900605],[110.618974,20.894496],[110.620382,20.891611],[110.616735,20.890713],[110.615498,20.887248],[110.610782,20.889166],[110.607247,20.885611],[110.608233,20.88391],[110.606203,20.881421],[110.604992,20.874709],[110.607034,20.871332],[110.594798,20.867108],[110.592212,20.86831],[110.584818,20.86571],[110.582676,20.868504],[110.573101,20.868341],[110.571919,20.870862],[110.561456,20.871301],[110.560893,20.875783],[110.559364,20.876908],[110.562547,20.879949],[110.561308,20.885087],[110.564128,20.886641],[110.564508,20.889116],[110.561939,20.890353],[110.557877,20.887895],[110.554998,20.887977],[110.549171,20.903109],[110.553771,20.908656],[110.557316,20.910385],[110.562836,20.910194],[110.565692,20.919141],[110.576352,20.92409],[110.576543,20.932179],[110.578944,20.936958],[110.583071,20.937964],[110.584238,20.936915],[110.583118,20.935273],[110.585519,20.932317],[110.588088,20.933375],[110.590239,20.938917],[110.587495,20.93811],[110.585724,20.941785],[110.58718,20.944235],[110.585326,20.947548],[110.59156,20.949148]]],[[[110.245291,20.964359],[110.246967,20.960816],[110.226959,20.956181],[110.204924,20.94454],[110.200375,20.946514],[110.203275,20.972533],[110.208806,20.982737],[110.225235,20.974263],[110.24501,20.972298],[110.245291,20.964359]]],[[[110.407285,21.094988],[110.4229,21.082733],[110.413036,21.070976],[110.417709,21.061846],[110.417869,21.058292],[110.431609,21.052909],[110.432336,21.054991],[110.443598,21.055626],[110.443382,21.061785],[110.44269,21.063046],[110.431432,21.063046],[110.421032,21.071288],[110.42748,21.078594],[110.448218,21.06275],[110.468714,21.061979],[110.468922,21.057141],[110.481184,21.059028],[110.481194,21.066612],[110.512957,21.077832],[110.521681,21.076608],[110.532026,21.06927],[110.541673,21.068894],[110.550287,21.062062],[110.546061,21.035967],[110.527832,20.986573],[110.525995,20.968871],[110.528636,20.935471],[110.527741,20.931115],[110.52435,20.926147],[110.51579,20.923845],[110.503715,20.927337],[110.502132,20.93164],[110.502706,20.936579],[110.497375,20.944539],[110.501132,20.95033],[110.491361,20.960999],[110.483203,20.975141],[110.467326,20.996178],[110.4565,20.998307],[110.434055,20.995041],[110.426781,20.99624],[110.420075,20.998707],[110.416945,21.001913],[110.410176,21.003057],[110.385196,20.99437],[110.360111,20.997053],[110.345271,20.995256],[110.305879,20.97232],[110.251835,20.959125],[110.25241,20.965314],[110.257482,20.965808],[110.25899,20.968092],[110.258264,20.969895],[110.254734,20.970131],[110.255294,20.974664],[110.267865,20.991263],[110.27405,20.996028],[110.28437,21.020035],[110.297438,21.032733],[110.302343,21.033356],[110.315971,21.026472],[110.325314,21.027933],[110.325298,21.030987],[110.320054,21.030952],[110.314689,21.038291],[110.313751,21.041125],[110.31489,21.04448],[110.311374,21.051554],[110.316438,21.051401],[110.320622,21.054378],[110.31885,21.061629],[110.314695,21.068599],[110.304961,21.070448],[110.304527,21.071663],[110.322223,21.073972],[110.330909,21.072646],[110.335326,21.074796],[110.344463,21.074151],[110.353247,21.076218],[110.366881,21.072711],[110.369439,21.080628],[110.378745,21.08736],[110.396726,21.094448],[110.399172,21.092237],[110.399,21.088186],[110.402212,21.087918],[110.402734,21.094482],[110.407285,21.094988]]],[[[110.422986,21.103509],[110.423513,21.100187],[110.418654,21.098501],[110.408773,21.10255],[110.391466,21.103583],[110.395342,21.107241],[110.41227,21.112752],[110.419121,21.110304],[110.422986,21.103509]]],[[[110.441153,21.164369],[110.441149,21.158112],[110.437024,21.150967],[110.420171,21.152384],[110.415951,21.157043],[110.424063,21.164515],[110.441153,21.164369]]],[[[110.513796,21.206197],[110.507512,21.207245],[110.502477,21.21236],[110.510349,21.211534],[110.512965,21.209943],[110.513796,21.206197]]],[[[110.507007,21.202437],[110.511473,21.191129],[110.510093,21.187996],[110.505037,21.186653],[110.501689,21.18193],[110.506846,21.180472],[110.514932,21.18322],[110.522064,21.190266],[110.531886,21.194661],[110.542916,21.194245],[110.555049,21.201781],[110.578798,21.201908],[110.583325,21.194574],[110.590206,21.194665],[110.604331,21.199554],[110.608858,21.203357],[110.612764,21.209621],[110.618713,21.21064],[110.620175,21.209604],[110.619089,21.201636],[110.620271,21.194223],[110.599365,21.164749],[110.576637,21.105665],[110.566668,21.093834],[110.559395,21.094],[110.538114,21.090258],[110.533245,21.092228],[110.529038,21.0999],[110.529657,21.102477],[110.534196,21.10386],[110.533841,21.113524],[110.528538,21.120353],[110.519371,21.11731],[110.516223,21.125302],[110.515944,21.131862],[110.512304,21.134645],[110.511876,21.140855],[110.515801,21.145638],[110.511447,21.147922],[110.514517,21.151063],[110.517372,21.159057],[110.516158,21.160985],[110.51226,21.158726],[110.512242,21.151896],[110.509624,21.151601],[110.506665,21.146494],[110.501668,21.145781],[110.49967,21.146923],[110.496315,21.151491],[110.496645,21.154134],[110.492558,21.155306],[110.488143,21.154214],[110.486233,21.149111],[110.48937,21.144869],[110.485142,21.143838],[110.466549,21.152593],[110.458075,21.154441],[110.450462,21.164559],[110.450449,21.171567],[110.435754,21.169464],[110.430281,21.170996],[110.42986,21.175357],[110.43436,21.174417],[110.432995,21.177183],[110.431047,21.176927],[110.429392,21.180767],[110.430273,21.183118],[110.450493,21.184803],[110.458766,21.188815],[110.466994,21.196412],[110.461952,21.198529],[110.463278,21.20311],[110.472655,21.203408],[110.47492,21.202591],[110.474605,21.200865],[110.47852,21.200861],[110.493603,21.21391],[110.49842,21.212862],[110.507007,21.202437]]],[[[111.189363,21.382458],[111.187554,21.380007],[111.184424,21.381099],[111.18055,21.373848],[111.179002,21.373937],[111.177107,21.377311],[111.177387,21.382335],[111.185118,21.389038],[111.189094,21.389472],[111.189363,21.382458]]],[[[111.046428,21.493939],[111.043029,21.492328],[111.036593,21.492979],[111.036458,21.49987],[111.040591,21.501587],[111.04589,21.496353],[111.046428,21.493939]]],[[[112.186475,21.5589],[112.185071,21.55276],[112.189057,21.550738],[112.192507,21.553593],[112.197623,21.554188],[112.199408,21.552046],[112.197207,21.549786],[112.19328,21.550202],[112.181621,21.546931],[112.177041,21.548894],[112.177338,21.557281],[112.184001,21.560196],[112.186475,21.5589]]],[[[112.799065,21.567435],[112.788579,21.568731],[112.807244,21.581828],[112.812677,21.581696],[112.809451,21.571902],[112.799065,21.567435]]],[[[112.594886,21.595126],[112.582236,21.589586],[112.581936,21.592189],[112.575082,21.593094],[112.575822,21.597222],[112.58597,21.601785],[112.592797,21.601837],[112.597514,21.599724],[112.594886,21.595126]]],[[[112.66069,21.609615],[112.665716,21.605899],[112.659731,21.607674],[112.656314,21.606029],[112.654323,21.603259],[112.655829,21.599036],[112.653692,21.597911],[112.64687,21.601572],[112.649639,21.608271],[112.66069,21.609615]]],[[[112.13886,21.604153],[112.136229,21.605168],[112.138871,21.615646],[112.141785,21.612776],[112.142682,21.607789],[112.141834,21.605075],[112.13886,21.604153]]],[[[112.88825,21.614675],[112.900818,21.610063],[112.898111,21.606121],[112.886503,21.599067],[112.881627,21.598283],[112.873746,21.602498],[112.867452,21.59875],[112.864011,21.598436],[112.862532,21.600484],[112.864392,21.602522],[112.864314,21.609257],[112.85655,21.606094],[112.860659,21.611086],[112.876597,21.616946],[112.88825,21.614675]]],[[[112.66761,21.615228],[112.661472,21.61385],[112.659679,21.617462],[112.663503,21.62006],[112.666647,21.619685],[112.665569,21.617313],[112.66761,21.615228]]],[[[112.115113,21.636566],[112.113245,21.636481],[112.112867,21.644004],[112.120211,21.647615],[112.122923,21.647393],[112.124598,21.643596],[112.11879,21.637504],[112.115113,21.636566]]],[[[111.930706,21.658303],[111.929451,21.655108],[111.93051,21.652188],[111.93891,21.644627],[111.948876,21.649712],[111.953625,21.646379],[111.956812,21.651145],[111.955726,21.655616],[111.959014,21.658252],[111.963676,21.65299],[111.963086,21.649813],[111.96924,21.644657],[111.975065,21.64508],[111.976752,21.651297],[111.983494,21.656],[111.989052,21.656971],[112.004773,21.646545],[112.009799,21.647765],[112.016764,21.645064],[112.019212,21.636788],[112.018047,21.633785],[112.010386,21.628196],[112.00787,21.621856],[112.001683,21.620933],[111.996244,21.623597],[111.99071,21.622424],[111.96644,21.609854],[111.964663,21.606799],[111.958208,21.60518],[111.957886,21.608727],[111.952213,21.609199],[111.947337,21.607429],[111.947249,21.604822],[111.944554,21.607621],[111.944517,21.612513],[111.940911,21.613954],[111.934687,21.613],[111.926017,21.607577],[111.922126,21.609122],[111.913294,21.605813],[111.898416,21.596606],[111.867575,21.571659],[111.863327,21.568077],[111.860262,21.562607],[111.854103,21.564222],[111.852869,21.565752],[111.854092,21.569245],[111.851815,21.572084],[111.848833,21.572532],[111.839178,21.570525],[111.8248,21.562328],[111.822458,21.56408],[111.818122,21.56431],[111.815537,21.559949],[111.807641,21.557089],[111.805828,21.558653],[111.805283,21.560392],[111.808991,21.563067],[111.809073,21.572274],[111.815666,21.570173],[111.81798,21.571479],[111.817159,21.574956],[111.81919,21.577478],[111.824039,21.575408],[111.828202,21.577151],[111.830291,21.583149],[111.828029,21.587127],[111.822864,21.589711],[111.825815,21.591673],[111.827581,21.595956],[111.836566,21.602172],[111.843342,21.601967],[111.852863,21.611155],[111.85538,21.620908],[111.853143,21.628391],[111.848306,21.63642],[111.84391,21.638869],[111.840766,21.637889],[111.833173,21.640377],[111.83907,21.651156],[111.847127,21.657672],[111.849517,21.657152],[111.852048,21.652324],[111.863068,21.649659],[111.875426,21.643322],[111.878825,21.643346],[111.881846,21.647547],[111.891852,21.645319],[111.901243,21.654662],[111.899573,21.658462],[111.905371,21.660006],[111.907525,21.655724],[111.920325,21.665987],[111.93009,21.663408],[111.930706,21.658303]]],[[[112.460589,21.672715],[112.45877,21.668865],[112.453777,21.665183],[112.453211,21.661591],[112.455475,21.660484],[112.455484,21.657958],[112.451051,21.652101],[112.440192,21.652591],[112.437919,21.655741],[112.431741,21.659112],[112.433395,21.662434],[112.431283,21.663851],[112.431758,21.66644],[112.435858,21.667281],[112.438939,21.67253],[112.441303,21.671663],[112.443579,21.672888],[112.448635,21.680313],[112.453002,21.68349],[112.453799,21.685824],[112.451202,21.689797],[112.453019,21.69133],[112.45958,21.689848],[112.457401,21.684854],[112.45942,21.681819],[112.460589,21.672715]]],[[[111.798777,21.700263],[111.801634,21.696576],[111.80613,21.697994],[111.807792,21.695997],[111.797317,21.680287],[111.791356,21.678132],[111.789462,21.680954],[111.788335,21.689827],[111.789591,21.699435],[111.794339,21.70444],[111.797412,21.703901],[111.798777,21.700263]]],[[[112.684642,21.702441],[112.67514,21.701156],[112.673275,21.703545],[112.673903,21.708516],[112.677992,21.710499],[112.68255,21.71615],[112.681839,21.710686],[112.684509,21.708483],[112.685939,21.704108],[112.684642,21.702441]]],[[[112.653426,21.70878],[112.655413,21.710609],[112.655921,21.714338],[112.658527,21.715651],[112.659979,21.707501],[112.664723,21.698435],[112.660989,21.687453],[112.65333,21.686679],[112.64592,21.68189],[112.634304,21.677511],[112.631761,21.67025],[112.633133,21.660187],[112.630582,21.658307],[112.633134,21.652548],[112.634655,21.653834],[112.638941,21.652798],[112.640095,21.649798],[112.638959,21.647516],[112.642984,21.644732],[112.64986,21.645575],[112.658624,21.643466],[112.655186,21.635817],[112.650836,21.634632],[112.644565,21.636798],[112.635377,21.637349],[112.62811,21.635127],[112.624454,21.629466],[112.628758,21.626598],[112.620596,21.62117],[112.61881,21.622144],[112.61495,21.620539],[112.61516,21.60991],[112.612638,21.610629],[112.610246,21.616079],[112.608649,21.616627],[112.601004,21.615978],[112.598361,21.613593],[112.600237,21.609449],[112.596066,21.609444],[112.592654,21.611698],[112.594456,21.615807],[112.592315,21.617859],[112.58681,21.618561],[112.578044,21.61692],[112.576251,21.618084],[112.576609,21.62087],[112.571407,21.623791],[112.563452,21.624895],[112.558581,21.620851],[112.558605,21.618629],[112.537702,21.609696],[112.538219,21.601014],[112.548837,21.596329],[112.554317,21.596883],[112.556131,21.594039],[112.542469,21.58939],[112.540418,21.596253],[112.53847,21.597373],[112.531092,21.595382],[112.52624,21.588465],[112.521142,21.590237],[112.520528,21.597005],[112.527194,21.597477],[112.530705,21.601769],[112.529968,21.605135],[112.524667,21.605987],[112.523558,21.609826],[112.531695,21.609598],[112.532722,21.610843],[112.533214,21.614432],[112.526177,21.61744],[112.533599,21.628036],[112.531953,21.630425],[112.538589,21.639691],[112.540464,21.63887],[112.53945,21.635773],[112.544471,21.631979],[112.546607,21.632655],[112.546088,21.633771],[112.549228,21.636613],[112.55495,21.636207],[112.561448,21.644101],[112.568397,21.647202],[112.568619,21.657071],[112.556166,21.662226],[112.556441,21.668659],[112.565122,21.667818],[112.567446,21.674206],[112.573219,21.672115],[112.584452,21.675618],[112.588834,21.685158],[112.588327,21.688122],[112.584901,21.691341],[112.587373,21.694163],[112.604072,21.703828],[112.617923,21.706471],[112.619656,21.702317],[112.625084,21.700126],[112.627066,21.701056],[112.626908,21.706758],[112.629042,21.710544],[112.635985,21.712269],[112.644725,21.717171],[112.647752,21.716608],[112.648723,21.711939],[112.653426,21.70878]]],[[[111.818412,21.724709],[111.815538,21.722272],[111.811609,21.723084],[111.817917,21.733722],[111.819581,21.725613],[111.818412,21.724709]]],[[[112.849514,21.773008],[112.8591,21.772602],[112.862309,21.774938],[112.872064,21.773864],[112.870944,21.770846],[112.867894,21.769792],[112.872394,21.760314],[112.86854,21.754024],[112.859271,21.744521],[112.848502,21.745348],[112.84722,21.741047],[112.836207,21.740519],[112.829918,21.741429],[112.824005,21.746116],[112.826623,21.742991],[112.818021,21.732116],[112.811162,21.71679],[112.813826,21.714278],[112.805652,21.70802],[112.79946,21.690907],[112.799502,21.680344],[112.808039,21.676351],[112.807079,21.671351],[112.808415,21.666684],[112.814141,21.662663],[112.815792,21.658398],[112.811853,21.653378],[112.80734,21.651659],[112.797876,21.642186],[112.788565,21.620977],[112.792196,21.610808],[112.797635,21.607238],[112.796666,21.598337],[112.806005,21.600222],[112.806923,21.595626],[112.810299,21.59112],[112.796392,21.58004],[112.788412,21.577014],[112.78333,21.577463],[112.777825,21.571672],[112.771044,21.568882],[112.767252,21.569039],[112.769111,21.571042],[112.767906,21.57277],[112.762424,21.575203],[112.75778,21.57441],[112.771628,21.58993],[112.768462,21.594748],[112.760961,21.59314],[112.751962,21.58575],[112.748787,21.587621],[112.74983,21.595637],[112.754452,21.597229],[112.751117,21.602057],[112.75332,21.607885],[112.762225,21.611801],[112.761672,21.614385],[112.753905,21.61481],[112.754818,21.619233],[112.752554,21.621243],[112.744811,21.610207],[112.739581,21.60721],[112.731196,21.605998],[112.729077,21.606435],[112.72742,21.615661],[112.730304,21.620335],[112.737226,21.625084],[112.736602,21.627799],[112.734685,21.628198],[112.735632,21.632323],[112.744088,21.635286],[112.745521,21.642043],[112.747214,21.64309],[112.747621,21.650426],[112.750535,21.651844],[112.761967,21.652219],[112.76251,21.647904],[112.761295,21.646005],[112.764522,21.645746],[112.772183,21.648942],[112.775856,21.648231],[112.780255,21.656683],[112.778341,21.660495],[112.77613,21.660555],[112.776262,21.664255],[112.780469,21.663912],[112.783518,21.667372],[112.781726,21.674209],[112.779126,21.677574],[112.783772,21.682638],[112.778018,21.682598],[112.773585,21.678134],[112.75887,21.687921],[112.754409,21.684917],[112.74845,21.686584],[112.743135,21.679571],[112.742677,21.674396],[112.729608,21.669995],[112.722799,21.680003],[112.71668,21.681473],[112.715201,21.678156],[112.710868,21.676434],[112.710058,21.681555],[112.704996,21.681169],[112.705058,21.684089],[112.708911,21.689508],[112.711134,21.691348],[112.715208,21.691456],[112.716255,21.693225],[112.712034,21.699442],[112.708932,21.700318],[112.707273,21.698923],[112.703951,21.700702],[112.715056,21.710581],[112.71926,21.709907],[112.722265,21.711817],[112.723282,21.714754],[112.720087,21.717163],[112.720963,21.720613],[112.736184,21.728793],[112.747945,21.726053],[112.746045,21.730777],[112.754288,21.732271],[112.757769,21.726565],[112.755655,21.718191],[112.757704,21.716035],[112.76106,21.718211],[112.762358,21.721304],[112.767955,21.724061],[112.770233,21.727669],[112.768015,21.729976],[112.771267,21.734554],[112.77895,21.737967],[112.781172,21.742646],[112.779862,21.746136],[112.774061,21.748537],[112.772798,21.752141],[112.776704,21.754928],[112.775067,21.761743],[112.778985,21.770034],[112.780487,21.770582],[112.781582,21.768824],[112.778391,21.766242],[112.778617,21.761137],[112.78627,21.759755],[112.789375,21.757346],[112.79609,21.758005],[112.79812,21.75958],[112.797687,21.764406],[112.801797,21.769774],[112.80435,21.767042],[112.808835,21.766271],[112.827065,21.77406],[112.830102,21.778405],[112.84033,21.778367],[112.849514,21.773008]]],[[[114.010761,21.862239],[114.007338,21.853022],[114.003138,21.8524],[114.006964,21.860683],[114.005008,21.86246],[114.006008,21.866374],[114.012091,21.871506],[114.026004,21.875846],[114.022542,21.870848],[114.011157,21.865888],[114.010761,21.862239]]],[[[113.165711,21.874889],[113.165096,21.872618],[113.16722,21.867058],[113.173777,21.862913],[113.179207,21.863577],[113.186333,21.872225],[113.189774,21.873801],[113.196775,21.872745],[113.198738,21.86954],[113.19426,21.863241],[113.186674,21.858704],[113.180196,21.857479],[113.181872,21.853249],[113.179634,21.851366],[113.175165,21.851083],[113.173776,21.856501],[113.171853,21.857928],[113.165683,21.857202],[113.163835,21.859683],[113.156485,21.857685],[113.147625,21.851076],[113.138337,21.837733],[113.136397,21.837027],[113.133393,21.841996],[113.131008,21.852604],[113.131498,21.867355],[113.133479,21.873218],[113.137206,21.874707],[113.145446,21.865469],[113.150424,21.864847],[113.155325,21.867855],[113.159071,21.872855],[113.158795,21.874821],[113.15574,21.875405],[113.157873,21.877092],[113.161465,21.877177],[113.165711,21.874889]]],[[[113.044612,21.870467],[113.042863,21.862156],[113.03924,21.857888],[113.034,21.856913],[113.028469,21.858393],[113.022886,21.857057],[113.019173,21.853612],[113.016137,21.845783],[113.016317,21.852839],[113.012248,21.85975],[113.010658,21.867003],[113.004095,21.870736],[113.010054,21.877182],[113.017597,21.877918],[113.019111,21.881106],[113.028658,21.881805],[113.033638,21.884635],[113.038896,21.884387],[113.044612,21.870467]]],[[[114.059527,21.912128],[114.06104,21.90794],[114.056094,21.904072],[114.056588,21.900761],[114.062715,21.899358],[114.070584,21.904877],[114.071702,21.901448],[114.059127,21.894272],[114.055128,21.893709],[114.048628,21.895992],[114.042908,21.894607],[114.040613,21.892219],[114.039844,21.886901],[114.033321,21.883583],[114.03038,21.888774],[114.035577,21.895673],[114.043823,21.899447],[114.052104,21.901055],[114.05472,21.90349],[114.056312,21.912006],[114.058995,21.913524],[114.059527,21.912128]]],[[[113.121239,21.900036],[113.119637,21.899162],[113.123279,21.912529],[113.130945,21.916095],[113.134407,21.920563],[113.131634,21.924038],[113.133115,21.932576],[113.144614,21.940036],[113.152705,21.930453],[113.150699,21.923007],[113.14096,21.91725],[113.134179,21.915673],[113.133387,21.912515],[113.121239,21.900036]]],[[[113.167164,21.943998],[113.163932,21.944251],[113.160869,21.94773],[113.159009,21.952069],[113.160914,21.956009],[113.168822,21.955886],[113.164556,21.950317],[113.168239,21.946141],[113.167164,21.943998]]],[[[113.723646,21.95684],[113.739974,21.951758],[113.740977,21.950596],[113.738742,21.947538],[113.745703,21.947349],[113.746475,21.942752],[113.73736,21.930948],[113.732395,21.928243],[113.725793,21.929417],[113.723518,21.928273],[113.722849,21.925685],[113.717397,21.925315],[113.715005,21.926654],[113.716849,21.933121],[113.716098,21.936336],[113.711759,21.938592],[113.715312,21.948956],[113.71025,21.949806],[113.712855,21.953508],[113.722358,21.957781],[113.723646,21.95684]]],[[[113.701101,21.948847],[113.704519,21.947979],[113.700206,21.94376],[113.699489,21.947731],[113.689367,21.945755],[113.683165,21.941957],[113.678883,21.941643],[113.676031,21.944226],[113.677959,21.946555],[113.678425,21.95392],[113.685988,21.964075],[113.688712,21.965402],[113.701784,21.959826],[113.700344,21.9557],[113.701101,21.948847]]],[[[114.140129,21.97313],[114.142342,21.972315],[114.138204,21.969545],[114.129209,21.968005],[114.123933,21.963471],[114.122406,21.965115],[114.133212,21.972336],[114.140129,21.97313]]],[[[113.772568,21.994679],[113.773137,21.992072],[113.77499,21.992045],[113.772945,21.986984],[113.773102,21.98005],[113.766362,21.974128],[113.762618,21.975853],[113.763041,21.968441],[113.760695,21.96543],[113.754037,21.967544],[113.754482,21.97328],[113.751759,21.975695],[113.746839,21.976738],[113.745328,21.981194],[113.746277,21.983777],[113.738407,21.989566],[113.737362,21.992598],[113.738167,21.99419],[113.74959,21.99602],[113.760996,21.994239],[113.762032,22.000009],[113.767663,22.000595],[113.771598,21.997825],[113.772568,21.994679]]],[[[114.168171,21.99612],[114.16163,21.991829],[114.162406,21.986836],[114.150114,21.982788],[114.137184,21.986871],[114.132979,21.98447],[114.127839,21.985578],[114.121244,21.984602],[114.119212,21.985833],[114.132101,21.991744],[114.136944,21.990185],[114.14304,21.990866],[114.148284,21.994289],[114.146093,21.99764],[114.147473,22.001742],[114.155298,21.99519],[114.159511,21.999552],[114.164999,22.001778],[114.167312,22.00046],[114.168171,21.99612]]],[[[113.826376,21.999327],[113.838199,22.002484],[113.836445,21.998073],[113.830464,21.991961],[113.82374,21.991931],[113.820975,21.993307],[113.820562,22.006404],[113.825428,22.006805],[113.823956,22.004226],[113.826376,21.999327]]],[[[112.378282,22.005726],[112.371732,22.001966],[112.371942,22.005258],[112.375084,22.007489],[112.379967,22.008081],[112.378282,22.005726]]],[[[113.80735,22.003228],[113.813539,22.005179],[113.814241,22.004233],[113.8073,22.00141],[113.800241,22.004225],[113.800436,22.006505],[113.805501,22.00846],[113.80735,22.003228]]],[[[114.183116,22.012405],[114.208102,22.011266],[114.213754,22.012335],[114.21804,22.007575],[114.214805,21.998838],[114.222744,21.998438],[114.216517,21.995164],[114.198095,21.996546],[114.191711,21.995518],[114.185069,21.991626],[114.177837,21.992942],[114.176165,21.995093],[114.175405,22.002646],[114.17734,22.011989],[114.179241,22.013172],[114.183116,22.012405]]],[[[113.717015,22.029166],[113.716165,22.026725],[113.713484,22.026247],[113.70782,22.019988],[113.716824,22.024756],[113.720763,22.024754],[113.724236,22.019129],[113.718726,22.013887],[113.711784,22.010655],[113.709114,22.010672],[113.708734,22.012573],[113.700271,22.010782],[113.699379,22.015841],[113.7008,22.020338],[113.698932,22.02184],[113.696667,22.020794],[113.692331,22.021822],[113.690537,22.023683],[113.697678,22.03175],[113.697657,22.028638],[113.701262,22.027829],[113.707951,22.032492],[113.711406,22.032995],[113.716956,22.031693],[113.717015,22.029166]]],[[[114.00864,22.029223],[114.002944,22.028694],[114.009258,22.04082],[114.014232,22.032487],[114.00864,22.029223]]],[[[113.906835,22.034097],[113.903755,22.035902],[113.906236,22.040794],[113.913398,22.043456],[113.913632,22.039967],[113.906835,22.034097]]],[[[113.670442,22.032296],[113.665404,22.025791],[113.662489,22.026235],[113.662938,22.029531],[113.665979,22.032234],[113.666027,22.036853],[113.660624,22.038836],[113.661489,22.042134],[113.664123,22.043724],[113.668535,22.043129],[113.670442,22.032296]]],[[[114.016404,22.046426],[114.019886,22.046238],[114.021401,22.043945],[114.014473,22.039003],[114.010745,22.041359],[114.014169,22.046589],[114.016404,22.046426]]],[[[113.693632,22.040462],[113.690282,22.039894],[113.688956,22.043977],[113.695581,22.048777],[113.697035,22.047868],[113.693632,22.040462]]],[[[113.922377,22.036915],[113.91854,22.035297],[113.915001,22.038761],[113.916019,22.044508],[113.919987,22.052044],[113.921806,22.048727],[113.927585,22.046864],[113.933538,22.04175],[113.932876,22.039245],[113.922377,22.036915]]],[[[114,22.047868],[113.99521,22.038342],[113.992435,22.040766],[113.993357,22.047777],[113.98985,22.046695],[113.989217,22.04972],[113.990956,22.052368],[113.995654,22.051632],[114.000195,22.049411],[114,22.047868]]],[[[112.397076,22.04697],[112.396319,22.049736],[112.397959,22.05613],[112.399311,22.053653],[112.397076,22.04697]]],[[[113.981186,22.055334],[113.976922,22.055105],[113.973853,22.057371],[113.97256,22.064044],[113.976984,22.064081],[113.981992,22.058712],[113.981186,22.055334]]],[[[114.315813,22.066255],[114.318947,22.06416],[114.317647,22.059382],[114.308058,22.057231],[114.302395,22.044191],[114.294914,22.040069],[114.291913,22.038759],[114.279011,22.039428],[114.273439,22.037119],[114.273124,22.035262],[114.269078,22.035045],[114.261728,22.030856],[114.254579,22.031299],[114.248218,22.030146],[114.244311,22.027379],[114.234987,22.026271],[114.227343,22.019699],[114.217795,22.022227],[114.218366,22.025711],[114.22235,22.029625],[114.231243,22.033218],[114.234145,22.03648],[114.249147,22.039766],[114.251673,22.043097],[114.26486,22.043262],[114.263999,22.045228],[114.276329,22.051653],[114.299296,22.052449],[114.305336,22.057631],[114.300418,22.062149],[114.309121,22.065914],[114.315813,22.066255]]],[[[113.448391,22.07353],[113.441829,22.063419],[113.435458,22.06204],[113.439205,22.068865],[113.444646,22.069627],[113.449723,22.076267],[113.448391,22.07353]]],[[[113.430143,22.071743],[113.426212,22.071685],[113.425692,22.076297],[113.4272,22.080142],[113.434859,22.082076],[113.430143,22.071743]]],[[[113.705205,22.094684],[113.69647,22.09768],[113.694934,22.099871],[113.69638,22.10361],[113.702022,22.102957],[113.706418,22.09784],[113.705205,22.094684]]],[[[114.041427,22.112441],[114.048025,22.104679],[114.050814,22.096424],[114.046913,22.089169],[114.041911,22.093177],[114.038907,22.091794],[114.029474,22.094348],[114.026083,22.096084],[114.023265,22.100116],[114.023396,22.104026],[114.029473,22.105276],[114.032346,22.110401],[114.035789,22.111749],[114.037138,22.110292],[114.041427,22.112441]]],[[[113.891036,22.113253],[113.882935,22.113893],[113.881855,22.115554],[113.885495,22.124999],[113.891902,22.127674],[113.895032,22.126355],[113.898133,22.121717],[113.895778,22.116408],[113.891036,22.113253]]],[[[113.710616,22.144645],[113.714592,22.14622],[113.715469,22.143127],[113.708597,22.138238],[113.702864,22.138207],[113.703274,22.145576],[113.7102,22.146207],[113.710616,22.144645]]],[[[113.832531,22.133268],[113.828015,22.128853],[113.823771,22.121076],[113.816022,22.124015],[113.814342,22.131431],[113.81163,22.132057],[113.813335,22.136061],[113.818018,22.138837],[113.818014,22.148653],[113.814219,22.156413],[113.815639,22.157883],[113.823346,22.158623],[113.822361,22.148556],[113.831112,22.142691],[113.833283,22.136259],[113.832531,22.133268]]],[[[113.802366,22.170377],[113.805304,22.171585],[113.811492,22.163683],[113.809908,22.160281],[113.795383,22.167263],[113.796399,22.176488],[113.802972,22.177576],[113.802366,22.170377]]],[[[113.579832,22.214702],[113.585244,22.212602],[113.580956,22.204052],[113.571611,22.204029],[113.571791,22.208216],[113.570126,22.211405],[113.572055,22.214298],[113.579832,22.214702]]],[[[113.598026,22.251938],[113.600503,22.251511],[113.60016,22.247181],[113.594624,22.24833],[113.596262,22.251593],[113.598026,22.251938]]],[[[113.584752,22.277459],[113.580065,22.277881],[113.580441,22.280207],[113.585075,22.282603],[113.582082,22.286303],[113.584006,22.289676],[113.586199,22.284707],[113.589789,22.282963],[113.584752,22.277459]]],[[[113.801838,22.420616],[113.80465,22.420571],[113.80674,22.422715],[113.81207,22.418004],[113.813896,22.41149],[113.817152,22.409521],[113.818593,22.406448],[113.818242,22.400561],[113.805909,22.402323],[113.798938,22.406279],[113.796156,22.410964],[113.781804,22.417286],[113.782476,22.419726],[113.786599,22.42113],[113.788569,22.420931],[113.789625,22.418494],[113.791576,22.418634],[113.793561,22.419909],[113.794201,22.424646],[113.796748,22.425966],[113.798815,22.425035],[113.799034,22.421583],[113.801838,22.420616]]],[[[113.652457,22.437671],[113.657335,22.434287],[113.660133,22.434244],[113.660745,22.431585],[113.655473,22.425757],[113.659594,22.417634],[113.652804,22.412698],[113.645807,22.410045],[113.644046,22.404693],[113.64679,22.401831],[113.644655,22.397132],[113.640375,22.395704],[113.638098,22.397955],[113.632024,22.39586],[113.627867,22.392466],[113.628451,22.389127],[113.626234,22.387332],[113.613254,22.392679],[113.609131,22.404657],[113.613016,22.42615],[113.615968,22.427468],[113.616514,22.431078],[113.61967,22.429779],[113.620291,22.426713],[113.627918,22.426289],[113.629619,22.426608],[113.634158,22.433236],[113.634166,22.437335],[113.637908,22.438808],[113.646618,22.436216],[113.647306,22.439109],[113.652274,22.440543],[113.652457,22.437671]]],[[[114.650057,22.447552],[114.655046,22.446559],[114.650374,22.438104],[114.651089,22.437117],[114.645468,22.432259],[114.642653,22.433498],[114.637815,22.431765],[114.637588,22.433515],[114.645389,22.444301],[114.650057,22.447552]]],[[[114.63309,22.472785],[114.637646,22.468069],[114.644139,22.46774],[114.64956,22.469913],[114.651599,22.468173],[114.651364,22.46539],[114.647169,22.457342],[114.633732,22.457831],[114.628638,22.453072],[114.624532,22.451866],[114.620818,22.45728],[114.619614,22.465773],[114.616649,22.465991],[114.615971,22.468706],[114.621722,22.471995],[114.626823,22.470662],[114.631363,22.474953],[114.63309,22.472785]]],[[[113.844184,22.494718],[113.83465,22.501514],[113.834494,22.503652],[113.837792,22.506526],[113.847036,22.499619],[113.844184,22.494718]]],[[[114.844418,22.51618],[114.848975,22.516142],[114.849591,22.512711],[114.842742,22.510851],[114.838447,22.505946],[114.835874,22.505848],[114.83534,22.512719],[114.836608,22.515489],[114.841593,22.519157],[114.844418,22.51618]]],[[[113.851861,22.506592],[113.850151,22.505848],[113.845566,22.507827],[113.838598,22.51403],[113.837565,22.518813],[113.840112,22.520265],[113.843737,22.516576],[113.851928,22.512595],[113.851861,22.506592]]],[[[114.639425,22.588803],[114.64141,22.586378],[114.639347,22.585427],[114.640969,22.583194],[114.649452,22.579817],[114.651749,22.577324],[114.654037,22.569831],[114.653955,22.56385],[114.649998,22.566558],[114.6465,22.577409],[114.643026,22.578243],[114.63721,22.576199],[114.634383,22.58696],[114.63852,22.590559],[114.639425,22.588803]]],[[[114.722359,22.581229],[114.719692,22.580307],[114.715307,22.583349],[114.717534,22.591503],[114.720927,22.589015],[114.723396,22.582579],[114.722359,22.581229]]],[[[115.569475,22.652775],[115.571336,22.65146],[115.570131,22.650411],[115.56665,22.650809],[115.569475,22.652775]]],[[[114.647818,22.658996],[114.644867,22.660461],[114.645995,22.666861],[114.649302,22.666406],[114.649391,22.6599],[114.647818,22.658996]]],[[[114.607174,22.67409],[114.61259,22.673025],[114.613262,22.671266],[114.607678,22.664827],[114.603267,22.662929],[114.601093,22.663781],[114.606073,22.674759],[114.607174,22.67409]]],[[[114.648936,22.667042],[114.643481,22.66789],[114.643581,22.671809],[114.646099,22.672086],[114.645312,22.676587],[114.646464,22.677488],[114.648797,22.672105],[114.648936,22.667042]]],[[[114.589739,22.71476],[114.593615,22.71629],[114.596357,22.713781],[114.593069,22.709869],[114.589009,22.709603],[114.588945,22.707986],[114.583442,22.707967],[114.583428,22.709922],[114.580176,22.712826],[114.580176,22.717522],[114.588979,22.717453],[114.589739,22.71476]]],[[[113.636944,22.718296],[113.63992,22.714012],[113.642965,22.715251],[113.645919,22.710518],[113.639529,22.706599],[113.644009,22.699297],[113.646333,22.702038],[113.650622,22.703111],[113.671146,22.669865],[113.667721,22.668901],[113.669884,22.666395],[113.673502,22.665592],[113.673799,22.663772],[113.66635,22.661399],[113.66726,22.658917],[113.676554,22.660306],[113.681054,22.648488],[113.685419,22.629728],[113.695615,22.582787],[113.695765,22.573854],[113.693738,22.573777],[113.672789,22.602234],[113.667778,22.612652],[113.659372,22.642834],[113.654802,22.650184],[113.619048,22.687093],[113.591276,22.704012],[113.586456,22.710311],[113.582378,22.72234],[113.590628,22.721466],[113.592049,22.722523],[113.606338,22.717534],[113.608549,22.715053],[113.62659,22.727544],[113.636944,22.718296]]],[[[114.946421,22.731567],[114.948266,22.731408],[114.949786,22.728738],[114.94554,22.711321],[114.928788,22.721185],[114.927833,22.727772],[114.933143,22.734048],[114.93988,22.735059],[114.939756,22.73369],[114.946421,22.731567]]],[[[115.186572,22.744994],[115.190621,22.744183],[115.191627,22.739518],[115.190555,22.738152],[115.18836,22.740005],[115.186293,22.738086],[115.18135,22.740196],[115.181471,22.742111],[115.186572,22.744994]]],[[[115.107734,22.777316],[115.103218,22.77302],[115.10447,22.781023],[115.103247,22.78498],[115.10599,22.787252],[115.110709,22.787443],[115.112702,22.7841],[115.107572,22.781963],[115.107734,22.777316]]],[[[117.286153,23.264336],[117.283762,23.256376],[117.281533,23.256371],[117.279655,23.259986],[117.286153,23.264336]]],[[[117.300093,23.281298],[117.302135,23.28096],[117.303484,23.276406],[117.299214,23.272712],[117.29785,23.279207],[117.300093,23.281298]]],[[[117.097067,23.472534],[117.096465,23.47853],[117.101832,23.482644],[117.102338,23.478951],[117.097067,23.472534]]],[[[117.125491,23.480499],[117.127763,23.471393],[117.12321,23.470168],[117.120268,23.463904],[117.123199,23.458557],[117.130656,23.457404],[117.137835,23.462174],[117.142169,23.450604],[117.14798,23.448395],[117.149895,23.446037],[117.149385,23.445053],[117.146206,23.44623],[117.143697,23.442548],[117.137203,23.446554],[117.133306,23.444706],[117.130297,23.440736],[117.129941,23.436068],[117.132581,23.434467],[117.134172,23.430412],[117.129862,23.42554],[117.134407,23.421039],[117.137367,23.421053],[117.139762,23.413657],[117.137295,23.403167],[117.132938,23.399397],[117.128527,23.400755],[117.121319,23.392472],[117.117505,23.394289],[117.117737,23.400345],[117.112289,23.403314],[117.106466,23.401692],[117.098548,23.395873],[117.098314,23.397725],[117.100399,23.399231],[117.100226,23.405839],[117.096972,23.408723],[117.0872,23.411925],[117.07542,23.412112],[117.057993,23.407785],[117.05172,23.40321],[117.046994,23.403337],[117.04137,23.406373],[117.033494,23.407224],[117.026902,23.411796],[117.027225,23.416272],[117.023203,23.417925],[116.992587,23.42027],[116.969203,23.418145],[116.959222,23.420265],[116.95658,23.422476],[116.945914,23.422925],[116.940996,23.426264],[116.941311,23.433532],[116.949379,23.445589],[116.957965,23.449429],[116.969267,23.458461],[116.980301,23.463338],[116.987153,23.458915],[116.995129,23.459637],[116.999925,23.454762],[117.003147,23.446068],[117.009321,23.44199],[117.012726,23.437581],[117.022267,23.436147],[117.023784,23.437122],[117.024819,23.445087],[117.033063,23.446839],[117.035463,23.452127],[117.043832,23.45728],[117.048101,23.469343],[117.058962,23.475379],[117.071247,23.476404],[117.078065,23.468834],[117.078904,23.463605],[117.087697,23.460298],[117.101106,23.467241],[117.107566,23.479182],[117.116719,23.480052],[117.122211,23.485651],[117.124482,23.485134],[117.125491,23.480499]]],[[[116.879795,23.552449],[116.884422,23.552655],[116.889545,23.5467],[116.884328,23.548118],[116.876415,23.553123],[116.879795,23.552449]]],[[[117.075473,23.573853],[117.079046,23.570004],[117.079905,23.564875],[117.076014,23.560697],[117.074017,23.562856],[117.064879,23.564729],[117.06154,23.567954],[117.061367,23.573949],[117.069253,23.575752],[117.075473,23.573853]]],[[[117.039165,23.577828],[117.040285,23.57224],[117.037503,23.571284],[117.033818,23.566219],[117.029753,23.565769],[117.030341,23.567592],[117.028862,23.569272],[117.021545,23.570438],[117.018686,23.578619],[117.022076,23.580397],[117.025935,23.57786],[117.030559,23.577525],[117.033969,23.581912],[117.039165,23.577828]]],[[[113.30211,25.497916],[113.304192,25.494199],[113.304043,25.482896],[113.308032,25.473719],[113.30707,25.446409],[113.31264,25.446665],[113.317071,25.449916],[113.31784,25.452692],[113.324773,25.454107],[113.332471,25.452343],[113.349004,25.441424],[113.355341,25.440285],[113.360869,25.434891],[113.363817,25.424035],[113.363471,25.414947],[113.366651,25.407867],[113.373306,25.406307],[113.383593,25.407638],[113.388964,25.400442],[113.401399,25.404362],[113.411731,25.401486],[113.41861,25.396258],[113.418001,25.393092],[113.421165,25.378627],[113.439208,25.362476],[113.445027,25.362264],[113.456918,25.37337],[113.461304,25.369786],[113.468205,25.370044],[113.472836,25.378646],[113.476554,25.380877],[113.485477,25.376415],[113.495293,25.374631],[113.501985,25.375374],[113.511057,25.372697],[113.507782,25.365361],[113.514516,25.356869],[113.518552,25.358587],[113.530669,25.371414],[113.53799,25.370731],[113.540796,25.365228],[113.540311,25.360167],[113.550954,25.353426],[113.56194,25.35207],[113.575105,25.348061],[113.578656,25.33953],[113.574894,25.332783],[113.572708,25.322389],[113.572896,25.318941],[113.576456,25.317313],[113.576343,25.309195],[113.581548,25.311277],[113.585115,25.317829],[113.605414,25.328071],[113.605807,25.330321],[113.619633,25.330451],[113.623977,25.333228],[113.634689,25.33394],[113.639763,25.33254],[113.641414,25.329498],[113.647153,25.330024],[113.654754,25.33406],[113.659542,25.339666],[113.670811,25.339768],[113.675619,25.336776],[113.682238,25.345203],[113.678524,25.349096],[113.682164,25.356115],[113.702743,25.355256],[113.706784,25.358331],[113.700723,25.362281],[113.701104,25.363994],[113.708026,25.36311],[113.71227,25.359908],[113.715484,25.36251],[113.718531,25.361947],[113.726398,25.353959],[113.731603,25.351877],[113.732894,25.35929],[113.73788,25.366169],[113.742028,25.368763],[113.745812,25.367751],[113.748707,25.36361],[113.754785,25.346386],[113.75212,25.343055],[113.75783,25.342389],[113.759258,25.339343],[113.759258,25.337249],[113.757735,25.336583],[113.750765,25.336241],[113.753174,25.332845],[113.76057,25.332683],[113.777917,25.337379],[113.795031,25.330988],[113.810297,25.331081],[113.816622,25.333262],[113.823349,25.344113],[113.830071,25.347529],[113.826895,25.353844],[113.828116,25.359227],[113.833047,25.366252],[113.836065,25.368763],[113.850361,25.373127],[113.861817,25.372766],[113.870772,25.382654],[113.878391,25.401253],[113.877089,25.412821],[113.882514,25.413297],[113.885465,25.416914],[113.883466,25.421292],[113.877699,25.425421],[113.881658,25.429192],[113.878343,25.436932],[113.879238,25.438963],[113.898604,25.444201],[113.911068,25.441565],[113.911639,25.442612],[113.908213,25.446338],[113.923873,25.444484],[113.927488,25.442062],[113.93479,25.44108],[113.948562,25.448307],[113.956324,25.456811],[113.959756,25.455817],[113.963351,25.452289],[113.969084,25.453028],[113.986307,25.445608],[113.993908,25.447655],[114.002578,25.440842],[113.985672,25.4246],[113.978449,25.419669],[113.977457,25.41729],[113.981092,25.405692],[113.996741,25.400667],[114.002321,25.402282],[114.006923,25.390055],[114.012049,25.387526],[114.018416,25.386997],[114.022411,25.391317],[114.029658,25.395423],[114.038423,25.393508],[114.032307,25.384536],[114.027643,25.383225],[114.024837,25.380624],[114.024289,25.377492],[114.032098,25.371977],[114.036187,25.371194],[114.031656,25.366899],[114.030793,25.363644],[114.03817,25.360302],[114.038991,25.355962],[114.035881,25.353636],[114.029474,25.339202],[114.022172,25.337105],[114.021805,25.333727],[114.028789,25.323552],[114.03862,25.322057],[114.046912,25.31559],[114.051324,25.314243],[114.041199,25.309849],[114.034752,25.309749],[114.030493,25.311912],[114.020909,25.305136],[114.020658,25.303166],[114.022905,25.300611],[114.021633,25.292742],[114.017831,25.286282],[114.011033,25.282685],[114.012026,25.277141],[114.015737,25.273062],[114.024846,25.26999],[114.026307,25.265883],[114.023658,25.262533],[114.02406,25.258521],[114.027506,25.254401],[114.03031,25.2538],[114.034956,25.253854],[114.035902,25.255114],[114.042562,25.270557],[114.050667,25.281106],[114.060145,25.28102],[114.063186,25.276273],[114.066756,25.280337],[114.071233,25.281419],[114.078313,25.277828],[114.082367,25.284236],[114.096857,25.296619],[114.112627,25.306195],[114.114448,25.304068],[114.121864,25.302704],[114.123498,25.307975],[114.134512,25.31485],[114.142326,25.310888],[114.150463,25.316384],[114.16181,25.316947],[114.166824,25.309201],[114.174105,25.308987],[114.186113,25.320579],[114.190524,25.321082],[114.199881,25.314564],[114.20034,25.301798],[114.208135,25.304233],[114.22309,25.298169],[114.224548,25.303142],[114.230861,25.303723],[114.2589,25.294077],[114.263997,25.300849],[114.264434,25.304904],[114.267799,25.305284],[114.282661,25.302203],[114.284784,25.300556],[114.287322,25.291768],[114.298071,25.293447],[114.292053,25.297904],[114.289672,25.301622],[114.295424,25.306957],[114.303361,25.309366],[114.308351,25.307477],[114.308137,25.314707],[114.29921,25.31845],[114.298693,25.323228],[114.301212,25.336078],[114.310382,25.342207],[114.313969,25.341815],[114.321918,25.337199],[114.333149,25.337215],[114.337972,25.333523],[114.349946,25.330006],[114.365436,25.329707],[114.368093,25.327452],[114.3703,25.321634],[114.375493,25.318675],[114.378129,25.320377],[114.381054,25.326136],[114.395079,25.329529],[114.399052,25.338136],[114.407068,25.339111],[114.410564,25.337487],[114.41978,25.340163],[114.425512,25.348697],[114.426519,25.360886],[114.431969,25.366438],[114.434492,25.374791],[114.43446,25.380711],[114.442694,25.389394],[114.453576,25.39074],[114.457809,25.389854],[114.459953,25.38782],[114.458031,25.382939],[114.468201,25.378771],[114.476054,25.37337],[114.48192,25.379481],[114.490702,25.379035],[114.492345,25.381326],[114.503907,25.386611],[114.506179,25.39204],[114.502663,25.39516],[114.50144,25.40389],[114.516723,25.405751],[114.517065,25.409703],[114.524273,25.417877],[114.533482,25.421776],[114.538065,25.419868],[114.538944,25.41695],[114.545955,25.416572],[114.551591,25.410508],[114.551427,25.408814],[114.562422,25.407892],[114.568611,25.403867],[114.575136,25.405418],[114.573191,25.400852],[114.569953,25.400122],[114.568539,25.397573],[114.567345,25.389005],[114.571268,25.384017],[114.576787,25.387424],[114.573911,25.394639],[114.576372,25.400724],[114.580633,25.401246],[114.583598,25.39949],[114.590506,25.394258],[114.590951,25.390611],[114.596933,25.388206],[114.596679,25.379721],[114.593177,25.378491],[114.591876,25.3715],[114.597589,25.372586],[114.593522,25.36361],[114.597051,25.362134],[114.60693,25.362205],[114.613677,25.348579],[114.621228,25.339408],[114.620167,25.334045],[114.628946,25.330796],[114.632614,25.326934],[114.653787,25.330611],[114.662175,25.329346],[114.669641,25.319224],[114.674989,25.315948],[114.683639,25.319129],[114.685583,25.32128],[114.683285,25.323364],[114.687526,25.32616],[114.696591,25.323167],[114.697877,25.31818],[114.710328,25.318532],[114.709398,25.31254],[114.706716,25.310017],[114.708816,25.307884],[114.715091,25.308027],[114.718729,25.301948],[114.720747,25.296204],[114.718487,25.291027],[114.718885,25.286973],[114.726649,25.288076],[114.738763,25.277567],[114.74131,25.261694],[114.738323,25.258242],[114.73652,25.251131],[114.744683,25.244286],[114.733005,25.241423],[114.73503,25.233853],[114.740506,25.23547],[114.744216,25.238685],[114.744568,25.233051],[114.732266,25.227788],[114.729504,25.228309],[114.720345,25.236739],[114.707169,25.223904],[114.700027,25.225259],[114.69424,25.221808],[114.696703,25.220042],[114.696154,25.217597],[114.689898,25.214026],[114.693886,25.206374],[114.696726,25.205629],[114.690716,25.1986],[114.679255,25.199964],[114.674408,25.198061],[114.678966,25.189065],[114.684923,25.188707],[114.684131,25.182064],[114.68043,25.178554],[114.679885,25.175929],[114.690107,25.170112],[114.696502,25.168791],[114.698658,25.166204],[114.709842,25.164573],[114.715784,25.166244],[114.718637,25.164777],[114.722482,25.159264],[114.726875,25.157572],[114.731568,25.158434],[114.731055,25.154027],[114.726695,25.14593],[114.72835,25.14352],[114.730404,25.143686],[114.734938,25.130312],[114.728908,25.125438],[114.725392,25.118617],[114.718891,25.120434],[114.712784,25.118468],[114.709516,25.113026],[114.705654,25.110192],[114.702981,25.110083],[114.700063,25.112428],[114.692044,25.106732],[114.685841,25.107245],[114.680029,25.11065],[114.672109,25.110278],[114.666644,25.105816],[114.667329,25.103684],[114.668247,25.104916],[114.670307,25.102084],[114.66964,25.100675],[114.665975,25.101903],[114.664976,25.106263],[114.661039,25.106156],[114.659243,25.101616],[114.661287,25.093122],[114.65566,25.089425],[114.653445,25.082194],[114.647768,25.079871],[114.644183,25.080852],[114.639707,25.079179],[114.638026,25.073897],[114.617768,25.076415],[114.607419,25.081346],[114.599117,25.087956],[114.591934,25.079065],[114.584287,25.082573],[114.574847,25.08402],[114.556737,25.081783],[114.551444,25.072741],[114.551012,25.067073],[114.540433,25.054921],[114.535512,25.05211],[114.537585,25.041318],[114.533893,25.032776],[114.533983,25.02953],[114.521757,25.023191],[114.516998,25.027217],[114.509932,25.02773],[114.509777,25.021931],[114.506992,25.016449],[114.509041,25.008092],[114.504126,25.003905],[114.484757,25.00511],[114.477011,25.009719],[114.468282,25.004284],[114.462427,25.003617],[114.451132,24.996936],[114.452741,24.987288],[114.454917,24.986813],[114.450752,24.979644],[114.443725,24.97587],[114.440875,24.976451],[114.433301,24.974246],[114.416139,24.974931],[114.413634,24.971583],[114.416415,24.963917],[114.419971,24.964835],[114.421454,24.961745],[114.414632,24.958316],[114.397149,24.956971],[114.390788,24.952853],[114.394868,24.943662],[114.389854,24.939005],[114.391964,24.935917],[114.396471,24.933586],[114.397079,24.930506],[114.395385,24.920834],[114.384494,24.914933],[114.390896,24.909628],[114.393693,24.909324],[114.400144,24.899895],[114.398583,24.880439],[114.395732,24.8751],[114.38849,24.873824],[114.387918,24.8687],[114.383291,24.865014],[114.375055,24.864887],[114.371248,24.862476],[114.36848,24.853231],[114.357688,24.846271],[114.359912,24.841464],[114.355068,24.838112],[114.350564,24.829109],[114.352526,24.825315],[114.352453,24.821053],[114.34346,24.818748],[114.336603,24.811065],[114.342949,24.802455],[114.337557,24.793107],[114.330406,24.79102],[114.326656,24.788472],[114.325869,24.786013],[114.326921,24.781638],[114.338796,24.771406],[114.339168,24.766758],[114.334034,24.76135],[114.33363,24.756062],[114.328052,24.74947],[114.312513,24.744259],[114.305453,24.734775],[114.280964,24.732935],[114.276473,24.727892],[114.271506,24.717472],[114.271945,24.715069],[114.275219,24.713173],[114.274344,24.707705],[114.270006,24.705191],[114.265704,24.703816],[114.257392,24.70418],[114.253354,24.700026],[114.243393,24.70259],[114.233514,24.700641],[114.225686,24.70238],[114.210928,24.694904],[114.197735,24.690565],[114.193988,24.694665],[114.18381,24.697844],[114.178668,24.694301],[114.173536,24.693327],[114.170193,24.695926],[114.163937,24.694007],[114.163262,24.692563],[114.162379,24.689146],[114.163551,24.685767],[114.167354,24.6829],[114.170403,24.682896],[114.172372,24.675223],[114.180478,24.669867],[114.179831,24.6669],[114.177369,24.664809],[114.185768,24.660492],[114.18417,24.657967],[114.177198,24.654803],[114.176276,24.655859],[114.178871,24.659966],[114.172894,24.663713],[114.167472,24.656624],[114.170283,24.652311],[114.169819,24.648723],[114.17944,24.649595],[114.180687,24.65258],[114.186516,24.656148],[114.194887,24.655315],[114.202352,24.65702],[114.202292,24.652237],[114.204744,24.649706],[114.207858,24.647675],[114.217743,24.646499],[114.222807,24.641787],[114.238674,24.647189],[114.238585,24.649754],[114.253127,24.646444],[114.255816,24.64303],[114.25558,24.637012],[114.259199,24.634114],[114.265046,24.633132],[114.273718,24.634419],[114.278584,24.627699],[114.276665,24.622361],[114.285398,24.62246],[114.285791,24.602323],[114.286952,24.600223],[114.291239,24.59886],[114.294757,24.593705],[114.297048,24.589545],[114.295378,24.582347],[114.299353,24.577934],[114.303453,24.576357],[114.313527,24.579611],[114.317745,24.58276],[114.32165,24.578709],[114.323838,24.578654],[114.330284,24.582057],[114.333414,24.586784],[114.335544,24.587386],[114.338235,24.586494],[114.342612,24.58155],[114.34213,24.576548],[114.346582,24.581258],[114.342869,24.586066],[114.340399,24.586908],[114.341235,24.589728],[114.351923,24.593904],[114.348294,24.587061],[114.348636,24.583025],[114.358629,24.588178],[114.361643,24.579925],[114.366861,24.579737],[114.371835,24.574801],[114.371393,24.569262],[114.375454,24.564017],[114.383691,24.567315],[114.386182,24.565564],[114.385509,24.558516],[114.381584,24.551438],[114.385222,24.54797],[114.383746,24.537769],[114.398199,24.53081],[114.402026,24.520284],[114.397965,24.509393],[114.397564,24.502553],[114.399791,24.501988],[114.406452,24.506237],[114.405977,24.503627],[114.408454,24.499906],[114.416932,24.499112],[114.420148,24.496228],[114.424007,24.487716],[114.427703,24.489807],[114.437594,24.501471],[114.45001,24.503799],[114.454777,24.509055],[114.466527,24.514373],[114.466085,24.517512],[114.473435,24.527837],[114.472689,24.530185],[114.474017,24.531916],[114.480783,24.532492],[114.488746,24.537734],[114.493261,24.535322],[114.496228,24.536665],[114.499955,24.544256],[114.506229,24.544919],[114.514822,24.549834],[114.524023,24.562021],[114.532611,24.560551],[114.540492,24.547029],[114.547133,24.543971],[114.559576,24.54026],[114.563161,24.544657],[114.570571,24.545355],[114.585965,24.539343],[114.591017,24.54437],[114.594267,24.55561],[114.603792,24.567287],[114.621238,24.579956],[114.627579,24.573209],[114.6325,24.572536],[114.641624,24.579404],[114.646315,24.579531],[114.659368,24.586688],[114.663438,24.583869],[114.662158,24.581438],[114.666826,24.576941],[114.666494,24.57036],[114.672299,24.557012],[114.679248,24.550865],[114.677889,24.544763],[114.686409,24.540353],[114.690053,24.542021],[114.694579,24.540887],[114.701248,24.530873],[114.705684,24.536172],[114.706091,24.541355],[114.711941,24.551532],[114.711756,24.556221],[114.713996,24.558051],[114.717458,24.557419],[114.721347,24.553929],[114.732821,24.56755],[114.732273,24.573993],[114.729035,24.575124],[114.728088,24.579278],[114.73137,24.587819],[114.724399,24.593916],[114.724937,24.598793],[114.728044,24.602255],[114.72389,24.611157],[114.728852,24.615645],[114.735717,24.614614],[114.739851,24.615619],[114.745096,24.620624],[114.751654,24.618719],[114.758188,24.612283],[114.766292,24.608804],[114.77499,24.611181],[114.775891,24.61287],[114.774522,24.61604],[114.775706,24.61638],[114.787378,24.611541],[114.788687,24.6084],[114.78788,24.60572],[114.794191,24.604831],[114.797518,24.608543],[114.79939,24.608362],[114.803059,24.603251],[114.809882,24.599395],[114.814416,24.59418],[114.820677,24.592071],[114.823599,24.593811],[114.824397,24.599006],[114.831069,24.603074],[114.844225,24.606197],[114.849986,24.601532],[114.854535,24.600913],[114.855407,24.597036],[114.848902,24.584226],[114.853946,24.580653],[114.856952,24.569997],[114.862172,24.565388],[114.864995,24.565095],[114.867355,24.567922],[114.877995,24.57249],[114.881213,24.582808],[114.887393,24.583874],[114.889458,24.585915],[114.891562,24.602086],[114.898153,24.612676],[114.894548,24.618647],[114.893666,24.624562],[114.894974,24.628213],[114.900583,24.633938],[114.900506,24.63767],[114.897605,24.641218],[114.903992,24.647693],[114.903446,24.660824],[114.90798,24.668272],[114.914693,24.669877],[114.931097,24.669201],[114.932239,24.667322],[114.930787,24.65845],[114.936448,24.652391],[114.948336,24.655778],[114.959245,24.669],[114.97626,24.676382],[114.981334,24.677149],[114.98458,24.674892],[114.998495,24.683267],[115.003079,24.679544],[115.002595,24.67586],[115.008501,24.675532],[115.013385,24.677357],[115.016714,24.674558],[115.017906,24.670987],[115.019982,24.670856],[115.023109,24.67453],[115.022202,24.678782],[115.023527,24.680875],[115.030447,24.683605],[115.032777,24.683072],[115.039533,24.691575],[115.043022,24.692681],[115.037564,24.69904],[115.039113,24.701045],[115.045004,24.701754],[115.047492,24.705351],[115.048006,24.70723],[115.046395,24.70915],[115.049043,24.713561],[115.051803,24.706061],[115.068729,24.70707],[115.082313,24.695761],[115.081725,24.690654],[115.090547,24.677252],[115.098406,24.676766],[115.100075,24.670115],[115.104069,24.67131],[115.105039,24.674097],[115.106789,24.674345],[115.114443,24.671034],[115.11551,24.667423],[115.118977,24.66729],[115.123734,24.675527],[115.118805,24.673232],[115.118091,24.676404],[115.122851,24.683345],[115.126773,24.682673],[115.134293,24.68439],[115.13997,24.688436],[115.142668,24.692481],[115.152175,24.690884],[115.154109,24.693683],[115.157327,24.69485],[115.160826,24.693698],[115.163768,24.695178],[115.163476,24.698242],[115.165782,24.69878],[115.190767,24.694714],[115.189462,24.699574],[115.186076,24.699736],[115.184818,24.697961],[115.180599,24.701046],[115.180382,24.710903],[115.192952,24.714462],[115.220919,24.729597],[115.23044,24.727092],[115.232466,24.730613],[115.240113,24.734923],[115.253045,24.730925],[115.256437,24.732138],[115.264748,24.747442],[115.265867,24.75402],[115.275729,24.757361],[115.304237,24.761477],[115.309652,24.753957],[115.315722,24.750911],[115.324444,24.752701],[115.334698,24.750898],[115.343735,24.745718],[115.349126,24.739776],[115.35548,24.737522],[115.359379,24.741671],[115.359287,24.748687],[115.356604,24.753532],[115.357176,24.758908],[115.363438,24.771319],[115.368994,24.777313],[115.373291,24.77375],[115.382678,24.774077],[115.388125,24.779055],[115.389149,24.78588],[115.403136,24.79756],[115.408818,24.795883],[115.409668,24.793252],[115.416717,24.788927],[115.426658,24.786573],[115.427734,24.78162],[115.438514,24.775347],[115.444748,24.768959],[115.448493,24.769832],[115.451871,24.76646],[115.459699,24.769],[115.469737,24.766554],[115.47703,24.758257],[115.476541,24.753784],[115.482479,24.749038],[115.486062,24.749052],[115.492706,24.743139],[115.491331,24.736288],[115.501427,24.729103],[115.501167,24.721948],[115.503253,24.718922],[115.521103,24.719866],[115.523954,24.714772],[115.515808,24.703884],[115.527626,24.69872],[115.531613,24.693659],[115.537264,24.694053],[115.54487,24.687809],[115.551577,24.686587],[115.550038,24.674433],[115.554996,24.661387],[115.552884,24.651297],[115.555539,24.647834],[115.557075,24.640757],[115.560998,24.638183],[115.565804,24.629824],[115.566198,24.627867],[115.564153,24.625173],[115.564929,24.622591],[115.567276,24.62187],[115.571428,24.61667],[115.578695,24.617702],[115.57808,24.61871],[115.582346,24.62109],[115.583636,24.618886],[115.594726,24.618778],[115.59935,24.62293],[115.59872,24.625858],[115.601736,24.628961],[115.606833,24.628324],[115.615163,24.621943],[115.623422,24.624511],[115.626379,24.615406],[115.649026,24.617313],[115.653387,24.610548],[115.667667,24.607674],[115.680624,24.588161],[115.680342,24.582833],[115.683012,24.57878],[115.682962,24.573257],[115.672964,24.568274],[115.67367,24.56213],[115.679001,24.554256],[115.679597,24.550495],[115.686563,24.547026],[115.697398,24.549307],[115.703576,24.546632],[115.708729,24.540428],[115.71346,24.54302],[115.73283,24.545542],[115.735931,24.544906],[115.737183,24.542801],[115.762057,24.558621],[115.765879,24.56583],[115.771919,24.563162],[115.776636,24.570599],[115.786317,24.574958],[115.785482,24.571533],[115.794561,24.56819],[115.803191,24.56234],[115.803912,24.56711],[115.806369,24.57003],[115.814952,24.565983],[115.818971,24.562109],[115.834254,24.567638],[115.838991,24.564506],[115.849584,24.568234],[115.843994,24.575144],[115.836043,24.578558],[115.835487,24.587825],[115.830533,24.592767],[115.827558,24.599281],[115.81749,24.601677],[115.811162,24.608189],[115.809611,24.614296],[115.801615,24.619889],[115.801198,24.623392],[115.7959,24.623397],[115.793556,24.632452],[115.782346,24.634201],[115.781299,24.640405],[115.786717,24.649962],[115.779219,24.656476],[115.777354,24.666053],[115.76141,24.667186],[115.756301,24.671793],[115.758207,24.673907],[115.767489,24.674299],[115.772687,24.678361],[115.77271,24.680819],[115.783409,24.677701],[115.792239,24.677093],[115.795145,24.679827],[115.792357,24.684679],[115.801398,24.689716],[115.798087,24.697565],[115.803345,24.700428],[115.801483,24.706641],[115.796448,24.708722],[115.787812,24.70256],[115.778879,24.704203],[115.771447,24.71134],[115.765638,24.711767],[115.76785,24.722887],[115.766705,24.728813],[115.759013,24.734571],[115.751795,24.737423],[115.751403,24.749424],[115.752526,24.753315],[115.756662,24.754861],[115.758857,24.757813],[115.758318,24.762254],[115.760303,24.766468],[115.773268,24.774992],[115.764132,24.789111],[115.758491,24.794547],[115.764407,24.798771],[115.767795,24.803606],[115.768128,24.817509],[115.774304,24.823021],[115.77378,24.830638],[115.771973,24.833631],[115.774693,24.838686],[115.782584,24.835862],[115.785573,24.836202],[115.787232,24.838472],[115.78691,24.841064],[115.783088,24.842545],[115.779335,24.851947],[115.788686,24.859312],[115.781393,24.859004],[115.776696,24.866277],[115.784732,24.866636],[115.78927,24.865432],[115.791189,24.861363],[115.801187,24.860789],[115.803651,24.864352],[115.803642,24.867827],[115.799847,24.876575],[115.799398,24.882145],[115.803764,24.888521],[115.804136,24.893579],[115.807123,24.899425],[115.81792,24.91138],[115.820878,24.912532],[115.824465,24.910033],[115.833081,24.909446],[115.845417,24.902659],[115.845454,24.898733],[115.850365,24.894732],[115.861037,24.893685],[115.860525,24.887566],[115.855855,24.884168],[115.859987,24.878739],[115.855588,24.872905],[115.854747,24.867573],[115.856488,24.866504],[115.863249,24.868248],[115.868669,24.873434],[115.877717,24.871313],[115.887357,24.872062],[115.894555,24.880398],[115.903901,24.883806],[115.901341,24.890738],[115.886183,24.895387],[115.883143,24.9006],[115.880199,24.900487],[115.878491,24.914308],[115.88131,24.917195],[115.873327,24.935233],[115.877782,24.940727],[115.880903,24.940367],[115.88085,24.937997],[115.884633,24.935724],[115.887483,24.9408],[115.893294,24.938587],[115.897801,24.935529],[115.903299,24.926701],[115.906947,24.92833],[115.913739,24.927115],[115.921061,24.92173],[115.93691,24.923421],[115.944639,24.919507],[115.961677,24.915581],[115.975181,24.918862],[115.980613,24.9022],[115.986495,24.903008],[115.995311,24.899005],[116.006036,24.903844],[116.008073,24.906547],[116.01468,24.908129],[116.019589,24.904418],[116.022629,24.898346],[116.029495,24.894737],[116.028988,24.891809],[116.035294,24.890902],[116.038725,24.878186],[116.044104,24.876212],[116.042624,24.870703],[116.047025,24.864433],[116.057706,24.862594],[116.063509,24.852625],[116.070206,24.856244],[116.078712,24.856335],[116.083056,24.847276],[116.080209,24.842789],[116.085969,24.83934],[116.088233,24.84072],[116.090723,24.847531],[116.088534,24.851989],[116.093564,24.854057],[116.128785,24.84996],[116.138847,24.846378],[116.145735,24.848229],[116.148301,24.847479],[116.151115,24.853735],[116.160852,24.861021],[116.164351,24.866952],[116.171661,24.870795],[116.176222,24.879043],[116.179636,24.878286],[116.187025,24.881356],[116.18602,24.871993],[116.190094,24.871545],[116.197931,24.858994],[116.208282,24.853855],[116.214867,24.848173],[116.21603,24.843872],[116.21345,24.84228],[116.217255,24.832816],[116.22735,24.82882],[116.234017,24.834243],[116.243126,24.834524],[116.245428,24.825599],[116.235586,24.816157],[116.227071,24.802675],[116.233701,24.801752],[116.239167,24.796576],[116.243444,24.795412],[116.261238,24.803106],[116.280345,24.801837],[116.295096,24.804841],[116.317464,24.822107],[116.325645,24.826928],[116.330845,24.826137],[116.344988,24.834466],[116.347047,24.845533],[116.345578,24.859528],[116.350268,24.86148],[116.35716,24.871883],[116.362525,24.873431],[116.369471,24.869687],[116.371382,24.871438],[116.369359,24.87615],[116.370162,24.877725],[116.375318,24.879759],[116.391474,24.880584],[116.392426,24.876138],[116.386776,24.874047],[116.388896,24.861373],[116.39433,24.854931],[116.402684,24.854143],[116.407866,24.850589],[116.414231,24.843419],[116.402247,24.835924],[116.385475,24.831351],[116.373195,24.825729],[116.371443,24.821556],[116.370721,24.80585],[116.375387,24.804111],[116.37933,24.799749],[116.376763,24.798308],[116.376615,24.796087],[116.379219,24.793782],[116.386596,24.79187],[116.387473,24.794816],[116.394125,24.797237],[116.396949,24.794842],[116.396431,24.79166],[116.400318,24.783218],[116.411954,24.774639],[116.41465,24.769523],[116.41229,24.754317],[116.40969,24.749938],[116.414413,24.744388],[116.423333,24.74376],[116.423579,24.738058],[116.426932,24.736719],[116.430508,24.738493],[116.435829,24.734587],[116.435209,24.725833],[116.439776,24.71871],[116.452121,24.717464],[116.463781,24.722305],[116.473756,24.72088],[116.478625,24.723716],[116.482546,24.721179],[116.497329,24.700552],[116.498808,24.694257],[116.495678,24.686668],[116.497773,24.679718],[116.496363,24.675387],[116.503908,24.667745],[116.507757,24.659596],[116.512316,24.656524],[116.511582,24.652262],[116.505509,24.642989],[116.507798,24.640244],[116.506568,24.63551],[116.503347,24.631327],[116.504746,24.626903],[116.500095,24.62368],[116.506314,24.617575],[116.513973,24.615464],[116.520121,24.61153],[116.522306,24.60785],[116.524957,24.607733],[116.541011,24.615838],[116.546187,24.615466],[116.54462,24.611773],[116.546714,24.608583],[116.552943,24.618823],[116.559818,24.624042],[116.565458,24.625533],[116.56561,24.63034],[116.57008,24.634915],[116.582598,24.639941],[116.592622,24.657784],[116.599854,24.655976],[116.600054,24.6512],[116.60668,24.64982],[116.61176,24.650839],[116.616807,24.649132],[116.619072,24.645079],[116.625091,24.644932],[116.628092,24.645797],[116.63085,24.650826],[116.638962,24.654356],[116.646159,24.654096],[116.652557,24.658772],[116.665097,24.660835],[116.671884,24.663651],[116.686123,24.663761],[116.696866,24.658871],[116.699842,24.661408],[116.700348,24.666667],[116.715297,24.667437],[116.725072,24.669829],[116.735387,24.669631],[116.745093,24.658988],[116.747657,24.658302],[116.753003,24.662331],[116.754638,24.665554],[116.763182,24.669375],[116.769857,24.677682],[116.7767,24.681612],[116.797138,24.680518],[116.805121,24.668978],[116.810532,24.657561],[116.806659,24.651408],[116.806536,24.647814],[116.795499,24.642683],[116.791948,24.639406],[116.793401,24.625515],[116.781789,24.615742],[116.77596,24.607351],[116.774885,24.601888],[116.770932,24.597086],[116.764162,24.593086],[116.756817,24.585458],[116.752711,24.583682],[116.758758,24.578119],[116.76234,24.571985],[116.762656,24.567081],[116.755792,24.56391],[116.75241,24.560218],[116.750872,24.554139],[116.752183,24.550278],[116.766526,24.537671],[116.770756,24.536848],[116.780125,24.517914],[116.795154,24.501342],[116.813054,24.494165],[116.808767,24.490286],[116.808365,24.486593],[116.818016,24.491875],[116.822227,24.496721],[116.828507,24.499524],[116.846829,24.478378],[116.850239,24.470746],[116.855127,24.465107],[116.855223,24.460722],[116.845965,24.455387],[116.838453,24.456831],[116.833705,24.447171],[116.834799,24.442344],[116.841839,24.431548],[116.850836,24.426135],[116.854285,24.422044],[116.858256,24.410676],[116.863392,24.410889],[116.864837,24.402161],[116.868843,24.394663],[116.880384,24.397803],[116.881611,24.394512],[116.889667,24.388653],[116.899556,24.373676],[116.897655,24.37239],[116.897235,24.369554],[116.890186,24.367495],[116.894859,24.358148],[116.894138,24.354428],[116.891763,24.357294],[116.89027,24.355121],[116.902432,24.34683],[116.905024,24.333966],[116.910359,24.329986],[116.915059,24.32366],[116.907291,24.312346],[116.909072,24.304651],[116.907473,24.301754],[116.911754,24.293389],[116.909388,24.289238],[116.915287,24.2861],[116.919123,24.288894],[116.930326,24.288837],[116.934826,24.287245],[116.934168,24.271247],[116.932641,24.2679],[116.934524,24.25507],[116.93196,24.254525],[116.930202,24.251349],[116.934041,24.244674],[116.934296,24.240432],[116.932922,24.233936],[116.9301,24.23444],[116.92863,24.223172],[116.936852,24.22016],[116.951301,24.219806],[116.953491,24.215311],[116.959664,24.212325],[116.961667,24.206789],[116.967726,24.200487],[116.973022,24.202983],[116.985108,24.194361],[116.986646,24.189333],[116.99285,24.188231],[116.993343,24.184983],[116.987379,24.17455],[116.983195,24.173693],[116.978049,24.168187],[116.971076,24.16466],[116.967852,24.161338],[116.969154,24.159289],[116.966143,24.156925],[116.958623,24.155457],[116.953366,24.15032],[116.95337,24.148175],[116.945562,24.148232],[116.943939,24.145681],[116.945933,24.141275],[116.940033,24.13996],[116.935933,24.133023],[116.931351,24.131114],[116.930798,24.119817],[116.923055,24.107337],[116.922148,24.103439],[116.925517,24.092621],[116.924186,24.082038],[116.925801,24.069611],[116.931907,24.062487],[116.930598,24.058387],[116.935877,24.055512],[116.943148,24.0572],[116.94772,24.053845],[116.94684,24.040614],[116.939147,24.038633],[116.937748,24.032876],[116.944457,24.030614],[116.946159,24.026003],[116.953154,24.019618],[116.950197,24.01721],[116.949656,24.0067],[116.95299,24.007046],[116.952821,24.010113],[116.957457,24.01446],[116.975549,24.005026],[116.976892,24],[116.976823,23.997676],[116.971756,23.995139],[116.967107,23.975354],[116.971762,23.971162],[116.975352,23.96409],[116.976681,23.949238],[116.975579,23.942413],[116.96942,23.930304],[116.963278,23.926416],[116.951199,23.925066],[116.950192,23.922914],[116.956591,23.914569],[116.95501,23.907048],[116.971216,23.898158],[116.968959,23.890128],[116.972888,23.883126],[116.972435,23.872524],[116.965996,23.871484],[116.957861,23.872651],[116.955244,23.868992],[116.96018,23.861612],[116.968918,23.858477],[116.977169,23.860432],[116.979961,23.864821],[116.983716,23.865454],[116.998663,23.862565],[117.01622,23.843103],[117.019289,23.832595],[117.023341,23.828303],[117.027118,23.829782],[117.028635,23.828001],[117.027207,23.819135],[117.016271,23.811347],[117.028198,23.797479],[117.029045,23.786341],[117.044438,23.747734],[117.047031,23.73824],[117.045435,23.728658],[117.047777,23.719067],[117.044717,23.713886],[117.04543,23.702657],[117.055862,23.689808],[117.060908,23.688995],[117.069971,23.681005],[117.072944,23.682735],[117.07867,23.679025],[117.07975,23.676631],[117.077944,23.675466],[117.086037,23.666606],[117.088217,23.668331],[117.092628,23.667419],[117.113625,23.656905],[117.116486,23.654393],[117.118825,23.648781],[117.125844,23.653225],[117.142706,23.656082],[117.146275,23.649846],[117.155259,23.641478],[117.170624,23.640433],[117.183439,23.631103],[117.188675,23.619856],[117.179967,23.617731],[117.161904,23.609151],[117.146717,23.598777],[117.128445,23.578956],[117.125393,23.573487],[117.123945,23.565208],[117.110017,23.566049],[117.105761,23.564929],[117.100654,23.559891],[117.096015,23.56245],[117.088104,23.551264],[117.088837,23.547661],[117.081999,23.545046],[117.082942,23.549425],[117.076578,23.553455],[117.078148,23.559215],[117.084968,23.562462],[117.08089,23.573651],[117.078638,23.575287],[117.07908,23.577381],[117.086853,23.584501],[117.084613,23.589676],[117.076691,23.59703],[117.072581,23.605682],[117.074196,23.620038],[117.033107,23.622147],[117.030565,23.625448],[117.027509,23.622777],[117.030245,23.620847],[117.030126,23.618468],[117.024891,23.617635],[117.020252,23.613352],[117.018229,23.613233],[117.017098,23.617721],[116.987792,23.630279],[116.983922,23.624252],[116.976427,23.617276],[116.964595,23.613685],[116.959113,23.60944],[116.962983,23.59802],[116.966411,23.60091],[116.973,23.601565],[116.97594,23.596668],[116.970751,23.58371],[116.968057,23.580866],[116.96387,23.580075],[116.960834,23.57644],[116.959858,23.56574],[116.964709,23.556419],[116.964354,23.551],[116.967501,23.551182],[116.969018,23.558271],[116.974036,23.562876],[116.985063,23.558842],[116.993308,23.561682],[116.999136,23.567258],[117.008409,23.567189],[117.01792,23.563351],[117.019711,23.556669],[117.018065,23.552633],[117.010758,23.551712],[117.001062,23.547207],[116.995855,23.541276],[116.991842,23.514054],[116.994363,23.511006],[116.989492,23.508546],[116.973948,23.513487],[116.965797,23.51326],[116.956641,23.517231],[116.94041,23.520859],[116.932083,23.528463],[116.931029,23.53072],[116.932594,23.535686],[116.940329,23.538263],[116.960257,23.541023],[116.963439,23.543326],[116.961969,23.544951],[116.959766,23.543054],[116.947084,23.543457],[116.93964,23.546321],[116.93673,23.538577],[116.932249,23.53826],[116.924267,23.539543],[116.921916,23.541754],[116.920586,23.554439],[116.911871,23.552244],[116.890296,23.555571],[116.87546,23.55301],[116.882884,23.548207],[116.89557,23.543973],[116.868982,23.498408],[116.861066,23.504015],[116.861204,23.494157],[116.864391,23.488652],[116.859506,23.479258],[116.860733,23.475828],[116.863452,23.473753],[116.86541,23.473213],[116.869323,23.475339],[116.870915,23.474121],[116.874542,23.468887],[116.872296,23.463152],[116.867747,23.4608],[116.862925,23.462692],[116.851547,23.463088],[116.845629,23.459697],[116.833986,23.457111],[116.826084,23.455726],[116.821189,23.457503],[116.819895,23.454929],[116.826237,23.451505],[116.838686,23.454588],[116.852268,23.452796],[116.863822,23.446486],[116.863435,23.442648],[116.856228,23.433612],[116.856406,23.426796],[116.86072,23.418448],[116.865759,23.418768],[116.866324,23.415924],[116.861851,23.413347],[116.85889,23.414428],[116.858153,23.417587],[116.848661,23.417759],[116.8374,23.4031],[116.8285,23.3865],[116.8258,23.3866],[116.8209,23.3914],[116.8196,23.3908],[116.8156,23.3935],[116.8141,23.3955],[116.814996,23.396985],[116.810233,23.40169],[116.805879,23.402272],[116.804984,23.39577],[116.808315,23.39214],[116.81,23.384],[116.8174,23.3774],[116.8174,23.3753],[116.802,23.3617],[116.7844,23.3318],[116.7753,23.3244],[116.766178,23.332727],[116.763396,23.323986],[116.758716,23.317049],[116.756977,23.305534],[116.762309,23.302968],[116.771029,23.291401],[116.772037,23.259326],[116.774643,23.249398],[116.778613,23.242293],[116.782625,23.238664],[116.78827,23.23725],[116.792662,23.240596],[116.799108,23.242185],[116.807955,23.239781],[116.807885,23.23741],[116.803414,23.237495],[116.800024,23.234014],[116.795444,23.225792],[116.794595,23.22236],[116.797095,23.216358],[116.790606,23.211858],[116.784547,23.212685],[116.777165,23.216647],[116.776701,23.227499],[116.766908,23.230334],[116.761661,23.227844],[116.756747,23.230409],[116.754318,23.235868],[116.747898,23.242422],[116.746502,23.257227],[116.732979,23.263413],[116.728631,23.263179],[116.726696,23.265479],[116.721691,23.263574],[116.719451,23.259418],[116.722812,23.253214],[116.733116,23.256144],[116.741332,23.252095],[116.740977,23.246225],[116.734085,23.247794],[116.718117,23.243703],[116.714891,23.244352],[116.702176,23.23873],[116.691519,23.231373],[116.678648,23.220286],[116.663648,23.202174],[116.661315,23.197654],[116.662167,23.186716],[116.648985,23.166195],[116.637906,23.164319],[116.6289,23.174601],[116.62926,23.176927],[116.633146,23.175627],[116.631105,23.180769],[116.626876,23.182678],[116.616936,23.183602],[116.610153,23.181802],[116.607021,23.183984],[116.60542,23.188833],[116.607348,23.197393],[116.610371,23.199274],[116.615865,23.199536],[116.618763,23.202139],[116.620024,23.21388],[116.618717,23.218527],[116.611811,23.216501],[116.614854,23.211475],[116.614337,23.20434],[116.605885,23.204997],[116.603022,23.198849],[116.603738,23.196097],[116.583158,23.186247],[116.568786,23.175757],[116.551188,23.157008],[116.537823,23.132048],[116.534399,23.119668],[116.534047,23.108539],[116.537312,23.10304],[116.555298,23.087652],[116.551914,23.085407],[116.549447,23.078967],[116.546666,23.057108],[116.550871,23.046962],[116.55495,23.045235],[116.554257,23.033292],[116.559409,23.024141],[116.564253,23.019369],[116.554912,23.012278],[116.557983,23.005175],[116.548731,23.001018],[116.545936,22.997513],[116.544521,22.99796],[116.542443,23.007276],[116.530916,23.005143],[116.521624,22.998209],[116.51728,22.992168],[116.514431,22.984282],[116.513092,22.976964],[116.515652,22.970087],[116.510686,22.968062],[116.504587,22.956034],[116.502962,22.947112],[116.504169,22.943685],[116.498071,22.939396],[116.484433,22.936463],[116.482719,22.938647],[116.483074,22.94147],[116.474303,22.946678],[116.464872,22.946444],[116.457426,22.949398],[116.448371,22.946319],[116.443173,22.941832],[116.434111,22.940693],[116.423356,22.936388],[116.41802,22.936098],[116.415889,22.938618],[116.410477,22.938824],[116.395495,22.931815],[116.391247,22.933514],[116.380764,22.928869],[116.355574,22.937076],[116.340303,22.945117],[116.333747,22.944977],[116.326161,22.951039],[116.326585,22.954043],[116.32138,22.961651],[116.312065,22.962265],[116.286761,22.957865],[116.25979,22.946455],[116.227374,22.924779],[116.217257,22.916852],[116.197004,22.896819],[116.17014,22.867078],[116.143103,22.847396],[116.135893,22.839818],[116.13155,22.837312],[116.117213,22.83624],[116.104796,22.829322],[116.0998,22.822613],[116.095169,22.819562],[116.086894,22.826218],[116.083527,22.840677],[116.078245,22.847531],[116.059084,22.850082],[116.038587,22.848628],[116.021432,22.843106],[116.001352,22.832432],[115.992962,22.835093],[115.983085,22.830002],[115.97222,22.820903],[115.954878,22.802371],[115.9483,22.803005],[115.946283,22.805656],[115.949775,22.810667],[115.955003,22.811559],[115.956112,22.812943],[115.954516,22.814739],[115.948845,22.814363],[115.94391,22.81029],[115.934245,22.81009],[115.925721,22.807324],[115.912634,22.799696],[115.903863,22.791398],[115.89603,22.793714],[115.895228,22.796507],[115.891311,22.799234],[115.886341,22.799718],[115.879927,22.798025],[115.853079,22.780093],[115.819514,22.743057],[115.815709,22.741223],[115.800249,22.750407],[115.794941,22.761856],[115.79961,22.762297],[115.802329,22.768615],[115.79976,22.778482],[115.799489,22.787238],[115.802862,22.791236],[115.802244,22.795159],[115.79547,22.804181],[115.793393,22.810485],[115.795386,22.813706],[115.791597,22.818146],[115.796194,22.821476],[115.801136,22.816029],[115.805468,22.816264],[115.811424,22.806061],[115.816607,22.80917],[115.809454,22.819815],[115.800016,22.821528],[115.801119,22.823545],[115.794154,22.826472],[115.788309,22.823809],[115.774093,22.83335],[115.770663,22.839671],[115.750842,22.84753],[115.724426,22.851588],[115.698091,22.849907],[115.696481,22.852693],[115.6997,22.859919],[115.699699,22.870279],[115.694999,22.875274],[115.689527,22.876922],[115.676415,22.877738],[115.658454,22.876189],[115.634406,22.869597],[115.61517,22.861869],[115.614161,22.862899],[115.615312,22.864647],[115.608678,22.865582],[115.602509,22.859118],[115.602036,22.852975],[115.594444,22.850019],[115.57905,22.838597],[115.559072,22.817376],[115.557658,22.81294],[115.560499,22.809084],[115.554089,22.800494],[115.544373,22.793929],[115.541649,22.789119],[115.539741,22.778516],[115.533665,22.779973],[115.525832,22.772791],[115.525287,22.769175],[115.530201,22.769378],[115.531495,22.766727],[115.529468,22.760524],[115.524468,22.754813],[115.521511,22.753725],[115.532172,22.736516],[115.536465,22.722784],[115.54473,22.714261],[115.548205,22.716955],[115.562796,22.740853],[115.554384,22.744817],[115.558518,22.754289],[115.581759,22.74249],[115.586125,22.74377],[115.597451,22.754636],[115.60103,22.752139],[115.598064,22.744643],[115.601084,22.741983],[115.600019,22.736692],[115.584032,22.73206],[115.572123,22.721346],[115.562669,22.70878],[115.559126,22.700917],[115.557595,22.693838],[115.558605,22.685655],[115.577735,22.672712],[115.572931,22.669194],[115.570057,22.669575],[115.567315,22.666433],[115.567353,22.660362],[115.571309,22.658795],[115.57017,22.653774],[115.559865,22.66253],[115.558865,22.667691],[115.555285,22.67057],[115.54435,22.671961],[115.537007,22.669479],[115.528749,22.675362],[115.522234,22.675031],[115.517718,22.678894],[115.51462,22.686494],[115.493535,22.686872],[115.468733,22.70379],[115.447508,22.700674],[115.437448,22.70184],[115.430293,22.697933],[115.421732,22.689272],[115.401369,22.691869],[115.381577,22.689187],[115.377286,22.698284],[115.362876,22.703283],[115.357223,22.712253],[115.351485,22.712013],[115.346721,22.717719],[115.344272,22.725141],[115.33951,22.732697],[115.341963,22.737078],[115.345958,22.738722],[115.349256,22.743721],[115.348139,22.756079],[115.351673,22.761236],[115.353859,22.761575],[115.356102,22.757175],[115.360762,22.754153],[115.370133,22.751812],[115.397753,22.747578],[115.404719,22.749047],[115.416885,22.757541],[115.422282,22.758023],[115.431352,22.762919],[115.426347,22.76638],[115.41374,22.787901],[115.406973,22.789648],[115.396705,22.789364],[115.387769,22.783406],[115.380264,22.775928],[115.374689,22.77806],[115.369246,22.77735],[115.368285,22.772195],[115.36958,22.765663],[115.36178,22.762649],[115.340379,22.783575],[115.320583,22.792237],[115.313189,22.793784],[115.295171,22.794337],[115.272024,22.792372],[115.256498,22.78748],[115.2355,22.786345],[115.230308,22.781295],[115.228336,22.786988],[115.231777,22.789359],[115.235414,22.789278],[115.237356,22.791917],[115.232688,22.799105],[115.233614,22.804261],[115.243196,22.808745],[115.250336,22.815007],[115.265976,22.820178],[115.267979,22.827353],[115.271043,22.829576],[115.280151,22.833262],[115.284476,22.830104],[115.285644,22.853705],[115.294927,22.851348],[115.30027,22.856345],[115.312151,22.861822],[115.316803,22.868135],[115.31778,22.884853],[115.316308,22.897285],[115.318253,22.902645],[115.323504,22.905698],[115.328157,22.913102],[115.325057,22.91629],[115.321866,22.906155],[115.313553,22.902704],[115.308853,22.903286],[115.30866,22.908317],[115.305533,22.905169],[115.305914,22.901856],[115.311253,22.897648],[115.313019,22.890806],[115.312631,22.880781],[115.309794,22.871837],[115.30259,22.867608],[115.294137,22.865802],[115.281888,22.85802],[115.276288,22.840605],[115.270527,22.839798],[115.256279,22.822735],[115.249996,22.8234],[115.248187,22.824326],[115.248031,22.826563],[115.237462,22.830644],[115.21018,22.834818],[115.188468,22.829842],[115.174306,22.821962],[115.172804,22.814182],[115.165963,22.808732],[115.164705,22.80452],[115.169632,22.79648],[115.178195,22.793193],[115.182862,22.795097],[115.187743,22.790458],[115.189436,22.783888],[115.184267,22.779424],[115.179268,22.778374],[115.172099,22.779375],[115.176043,22.782986],[115.174897,22.784959],[115.169451,22.788173],[115.163901,22.788245],[115.156972,22.793084],[115.153997,22.797112],[115.153021,22.804548],[115.155345,22.81007],[115.148569,22.81336],[115.123294,22.810402],[115.115967,22.808176],[115.100326,22.799099],[115.077556,22.798213],[115.055284,22.789801],[115.053189,22.789956],[115.052241,22.794954],[115.049861,22.798039],[115.048455,22.797633],[115.050379,22.792449],[115.045874,22.78919],[115.042538,22.777026],[115.044908,22.772147],[115.042898,22.763075],[115.047498,22.750502],[115.042572,22.749224],[115.041419,22.7511],[115.027547,22.748634],[115.019954,22.742023],[115.016168,22.734638],[115.01528,22.728759],[115.027703,22.72422],[115.032431,22.716786],[115.028503,22.712477],[115.027409,22.707382],[115.022809,22.705908],[115.003839,22.705807],[114.985331,22.691169],[114.978308,22.68832],[114.974658,22.689019],[114.975436,22.693862],[114.973445,22.695733],[114.966642,22.698516],[114.957497,22.697216],[114.950818,22.70737],[114.949961,22.712079],[114.950177,22.720289],[114.953691,22.730591],[114.951811,22.740364],[114.936246,22.751477],[114.925302,22.752884],[114.920434,22.750478],[114.903974,22.749145],[114.892257,22.756344],[114.888392,22.762664],[114.880776,22.767642],[114.877909,22.760302],[114.867538,22.758732],[114.885108,22.744306],[114.884792,22.73762],[114.878059,22.728095],[114.88776,22.728372],[114.895126,22.719869],[114.902163,22.718629],[114.907276,22.719582],[114.91669,22.725166],[114.919194,22.724028],[114.925952,22.71539],[114.933285,22.713047],[114.950997,22.702144],[114.950961,22.698535],[114.953841,22.695257],[114.965516,22.693152],[114.965099,22.687055],[114.968588,22.679119],[114.939105,22.657743],[114.926176,22.643604],[114.905422,22.609512],[114.900138,22.590339],[114.900441,22.57793],[114.90196,22.575267],[114.911878,22.572016],[114.917026,22.565643],[114.917611,22.561589],[114.913465,22.556228],[114.907238,22.552198],[114.904338,22.551623],[114.892344,22.554703],[114.887857,22.552052],[114.886341,22.546186],[114.8838,22.544237],[114.880968,22.546704],[114.881016,22.553646],[114.882044,22.555691],[114.885529,22.555769],[114.889783,22.559535],[114.889127,22.565217],[114.885533,22.569718],[114.89224,22.578616],[114.886578,22.58912],[114.87493,22.596927],[114.858091,22.602082],[114.840123,22.602952],[114.823022,22.600564],[114.822465,22.595208],[114.817347,22.596259],[114.802735,22.591295],[114.799074,22.597881],[114.788144,22.599924],[114.773954,22.596154],[114.766061,22.597353],[114.763754,22.596346],[114.763916,22.593787],[114.754928,22.589232],[114.752425,22.591144],[114.750808,22.599006],[114.743707,22.601093],[114.736611,22.605496],[114.735229,22.608151],[114.741513,22.614737],[114.743058,22.629235],[114.746684,22.636417],[114.746839,22.640172],[114.742534,22.645662],[114.732259,22.65297],[114.732417,22.659385],[114.740989,22.675697],[114.748916,22.684008],[114.75054,22.68996],[114.748,22.696603],[114.737993,22.708249],[114.736873,22.714226],[114.741598,22.72098],[114.739174,22.731127],[114.743199,22.743424],[114.759308,22.758451],[114.776667,22.762289],[114.790446,22.776208],[114.806817,22.777272],[114.818329,22.782758],[114.824269,22.789613],[114.825343,22.793885],[114.816429,22.79964],[114.804549,22.81081],[114.802378,22.818432],[114.79759,22.820062],[114.794996,22.827806],[114.792137,22.827221],[114.788932,22.822764],[114.789181,22.820056],[114.783476,22.816654],[114.778747,22.829044],[114.77054,22.832686],[114.767251,22.827362],[114.767881,22.824607],[114.771752,22.825565],[114.775279,22.819832],[114.775957,22.804692],[114.7741,22.798019],[114.770915,22.795448],[114.767402,22.787308],[114.764415,22.785801],[114.760769,22.787169],[114.752194,22.783933],[114.744762,22.777713],[114.735793,22.777423],[114.730874,22.782362],[114.722366,22.784418],[114.720667,22.787048],[114.722006,22.789603],[114.714391,22.793551],[114.713482,22.795591],[114.710661,22.793542],[114.711131,22.790726],[114.709836,22.790184],[114.706075,22.793307],[114.689038,22.792303],[114.685024,22.789032],[114.687187,22.780255],[114.683026,22.777676],[114.672501,22.77792],[114.643697,22.76914],[114.638001,22.754214],[114.583087,22.732848],[114.582937,22.726836],[114.574585,22.726764],[114.572172,22.736569],[114.570266,22.737328],[114.567171,22.735526],[114.569777,22.732235],[114.566243,22.729029],[114.559793,22.727341],[114.55673,22.728622],[114.554895,22.727083],[114.554544,22.723806],[114.559493,22.722121],[114.563825,22.722639],[114.568464,22.717844],[114.570388,22.71376],[114.570419,22.706059],[114.575363,22.701154],[114.576388,22.696721],[114.5752,22.691916],[114.568418,22.691215],[114.56445,22.695883],[114.550948,22.695847],[114.550904,22.701461],[114.546278,22.703836],[114.53855,22.713403],[114.533068,22.713152],[114.52921,22.710585],[114.532563,22.703778],[114.532837,22.69906],[114.542217,22.693411],[114.540165,22.68791],[114.535866,22.684388],[114.527292,22.683466],[114.524413,22.680747],[114.516131,22.684164],[114.511838,22.683667],[114.51105,22.681648],[114.51452,22.679193],[114.512049,22.67015],[114.4987,22.658083],[114.497123,22.65484],[114.501503,22.647144],[114.505129,22.645909],[114.50966,22.646963],[114.517388,22.653273],[114.524605,22.655542],[114.536385,22.650218],[114.567987,22.652479],[114.571503,22.653948],[114.571956,22.65735],[114.575491,22.660905],[114.592149,22.656969],[114.595483,22.653716],[114.590687,22.649384],[114.588501,22.640967],[114.583175,22.639451],[114.580112,22.635036],[114.578113,22.629067],[114.579725,22.62571],[114.578076,22.61872],[114.572038,22.616179],[114.540047,22.593981],[114.521398,22.59015],[114.51346,22.595165],[114.508315,22.592948],[114.499491,22.580406],[114.501381,22.568178],[114.49879,22.555604],[114.518888,22.552591],[114.525462,22.560018],[114.524783,22.566907],[114.52655,22.56864],[114.530907,22.567881],[114.543603,22.571419],[114.547217,22.570392],[114.565426,22.5481],[114.589975,22.54257],[114.598267,22.541902],[114.605579,22.544535],[114.60678,22.538908],[114.603468,22.535516],[114.603694,22.531355],[114.616119,22.523594],[114.622924,22.513145],[114.62131,22.509693],[114.610716,22.499268],[114.594233,22.4971],[114.592863,22.492229],[114.581984,22.493867],[114.578356,22.487186],[114.564342,22.484408],[114.558691,22.478092],[114.55326,22.479067],[114.546069,22.484671],[114.537287,22.481271],[114.526238,22.471443],[114.526236,22.46774],[114.529804,22.465859],[114.519038,22.457681],[114.51881,22.453911],[114.515417,22.451875],[114.500603,22.450987],[114.494875,22.455878],[114.496505,22.465136],[114.495387,22.466824],[114.49158,22.46847],[114.484607,22.468551],[114.481711,22.470834],[114.482806,22.47845],[114.487168,22.489916],[114.485202,22.492042],[114.478646,22.494195],[114.479745,22.502583],[114.476203,22.509217],[114.475767,22.513368],[114.479451,22.514237],[114.485921,22.524915],[114.486636,22.535483],[114.478465,22.541214],[114.477531,22.548642],[114.467545,22.551436],[114.459184,22.569827],[114.442321,22.572046],[114.432801,22.57706],[114.434314,22.583437],[114.433746,22.589188],[114.426162,22.602009],[114.414955,22.605231],[114.409709,22.612122],[114.388428,22.614761],[114.369226,22.610182],[114.343322,22.598894],[114.335735,22.599414],[114.326715,22.605183],[114.307301,22.598711],[114.30329,22.596465],[114.2995,22.591662],[114.299284,22.5895],[114.302212,22.585847],[114.300018,22.573075],[114.29667,22.573342],[114.288512,22.582104],[114.279465,22.588743],[114.275296,22.589268],[114.269763,22.583572],[114.271268,22.581897],[114.273382,22.583422],[114.288549,22.566899],[114.274642,22.566445],[114.265928,22.575871],[114.254307,22.566777],[114.24917,22.570751],[114.249448,22.566696],[114.253107,22.56278],[114.245899,22.556985],[114.241676,22.55968],[114.22787,22.544023],[114.226653,22.543748],[114.22641,22.548182],[114.217746,22.555905],[114.197051,22.55677],[114.189285,22.554108],[114.177722,22.555993],[114.173847,22.559738],[114.161071,22.561909],[114.157329,22.557268],[114.15279,22.554952],[114.149824,22.550338],[114.147587,22.541508],[114.136165,22.54292],[114.130675,22.541951],[114.123447,22.538747],[114.11629,22.533717],[114.115294,22.530992],[114.111711,22.529485],[114.104626,22.535045],[114.088557,22.536392],[114.077759,22.528971],[114.08503,22.523938],[114.082636,22.518592],[114.076632,22.515108],[114.071921,22.518183],[114.063374,22.516316],[114.057789,22.511524],[114.05656,22.504298],[114.052342,22.502361],[114.034512,22.507002],[114.032587,22.512651],[114.026433,22.519424],[114.001054,22.529705],[113.996976,22.52865],[113.98866,22.529589],[113.989412,22.524812],[113.985582,22.523043],[113.95063,22.522594],[113.947547,22.490958],[113.930925,22.47998],[113.916548,22.482285],[113.903079,22.474856],[113.894331,22.465886],[113.896022,22.45773],[113.886871,22.446379],[113.871366,22.47496],[113.862917,22.498771],[113.864837,22.502639],[113.862305,22.512518],[113.862932,22.516227],[113.880835,22.5258],[113.886057,22.534996],[113.885166,22.540106],[113.883562,22.543057],[113.876834,22.546463],[113.873286,22.544214],[113.87002,22.54433],[113.862996,22.553679],[113.860481,22.553077],[113.867527,22.529749],[113.857873,22.524991],[113.847639,22.557926],[113.843253,22.56102],[113.835494,22.57277],[113.839194,22.574697],[113.830893,22.58204],[113.833213,22.587281],[113.824517,22.602601],[113.815836,22.608816],[113.807339,22.605843],[113.798473,22.626138],[113.78571,22.649357],[113.765315,22.679192],[113.764179,22.68304],[113.759719,22.682211],[113.75399,22.690196],[113.751647,22.71711],[113.756848,22.737265],[113.764301,22.743739],[113.762447,22.74508],[113.760925,22.74429],[113.748454,22.734336],[113.722508,22.752635],[113.718659,22.749827],[113.712334,22.757095],[113.712783,22.759519],[113.711179,22.756891],[113.71266,22.746569],[113.710731,22.743313],[113.667012,22.745346],[113.663455,22.747723],[113.660403,22.75478],[113.658009,22.75628],[113.657007,22.76136],[113.618427,22.758381],[113.619404,22.753572],[113.607727,22.744313],[113.572206,22.741434],[113.564692,22.744028],[113.557088,22.749965],[113.55018,22.74196],[113.556346,22.735278],[113.558146,22.735704],[113.563209,22.732578],[113.568966,22.725805],[113.567432,22.724172],[113.575034,22.717392],[113.585763,22.696072],[113.593386,22.690358],[113.596401,22.69028],[113.604983,22.684904],[113.644225,22.639705],[113.649202,22.617035],[113.658567,22.600611],[113.6485,22.592119],[113.656314,22.581494],[113.634351,22.562803],[113.612875,22.595402],[113.595245,22.609546],[113.588863,22.602491],[113.588068,22.603986],[113.581209,22.599675],[113.580218,22.596784],[113.575575,22.597701],[113.572932,22.592665],[113.578213,22.590937],[113.570019,22.586489],[113.554111,22.583191],[113.557567,22.57916],[113.568594,22.582186],[113.595763,22.583924],[113.605615,22.577544],[113.614738,22.568291],[113.621216,22.554024],[113.622213,22.526365],[113.625505,22.505392],[113.592735,22.501281],[113.586409,22.528026],[113.583817,22.549896],[113.58529,22.552435],[113.570935,22.56463],[113.569148,22.563579],[113.575143,22.553536],[113.57951,22.540569],[113.579954,22.527485],[113.586605,22.4958],[113.583282,22.487523],[113.577679,22.486391],[113.57041,22.469107],[113.57159,22.467052],[113.580937,22.466938],[113.581086,22.43237],[113.580121,22.427157],[113.56787,22.416015],[113.562377,22.416219],[113.564665,22.391146],[113.566505,22.387186],[113.56838,22.386683],[113.572279,22.392101],[113.586018,22.387125],[113.606259,22.382802],[113.609291,22.374806],[113.61212,22.372468],[113.616954,22.378511],[113.621537,22.378624],[113.624199,22.373146],[113.621646,22.367335],[113.623151,22.36071],[113.617921,22.35097],[113.611542,22.348428],[113.597687,22.350064],[113.590798,22.347136],[113.590502,22.337424],[113.598842,22.328894],[113.600755,22.320335],[113.606634,22.319467],[113.598637,22.314439],[113.59308,22.31729],[113.587678,22.317096],[113.580269,22.312458],[113.574866,22.303394],[113.573415,22.291424],[113.577236,22.278179],[113.576938,22.268826],[113.578714,22.264709],[113.585629,22.261089],[113.587401,22.255213],[113.590443,22.253102],[113.591563,22.249677],[113.588994,22.241128],[113.58502,22.234244],[113.577669,22.236456],[113.562737,22.233305],[113.553703,22.220945],[113.552507,22.218581],[113.554128,22.216821],[113.553457,22.215473],[113.550925,22.215425],[113.550847,22.217036],[113.544356,22.216953],[113.541717,22.213233],[113.534944,22.213525],[113.533083,22.212306],[113.534688,22.206379],[113.527411,22.191479],[113.522016,22.173396],[113.525795,22.167851],[113.530463,22.169606],[113.535581,22.160022],[113.546915,22.146663],[113.546052,22.108727],[113.544472,22.102674],[113.546976,22.096447],[113.554839,22.090812],[113.55065,22.086329],[113.551472,22.084424],[113.555383,22.083551],[113.55468,22.079369],[113.551441,22.076525],[113.544521,22.078157],[113.544056,22.082473],[113.541591,22.084064],[113.534567,22.082359],[113.528906,22.084152],[113.520729,22.081819],[113.504446,22.072089],[113.502524,22.069025],[113.503977,22.064246],[113.493063,22.060872],[113.478267,22.07744],[113.48365,22.079558],[113.494721,22.069316],[113.496153,22.070325],[113.497138,22.077469],[113.49472,22.079494],[113.490358,22.079463],[113.477564,22.08677],[113.467441,22.096185],[113.432296,22.169316],[113.409133,22.169066],[113.413545,22.159348],[113.395676,22.14473],[113.378189,22.13347],[113.36449,22.15431],[113.362183,22.154081],[113.362402,22.148098],[113.377509,22.092113],[113.397061,22.094756],[113.403545,22.082382],[113.406182,22.0787],[113.409318,22.077478],[113.415147,22.068406],[113.398475,22.042722],[113.401254,22.039892],[113.392907,22.033896],[113.390162,22.029234],[113.390368,22.015553],[113.393613,22.013315],[113.400191,22.015882],[113.403136,22.015424],[113.40475,22.014173],[113.406131,22.008241],[113.403112,22.00713],[113.398138,22.010606],[113.382132,22.004458],[113.375791,22.000308],[113.369769,21.990571],[113.362035,21.988868],[113.357149,21.991862],[113.354518,21.997291],[113.3446,22.007009],[113.327554,22.0088],[113.31183,22.002794],[113.29852,22.005384],[113.292096,22.010656],[113.294761,22.023832],[113.280556,22.032747],[113.278686,22.04583],[113.279957,22.056206],[113.277577,22.068222],[113.267,22.0861],[113.2609,22.0833],[113.268059,22.073576],[113.271034,22.061798],[113.269384,22.042555],[113.256235,22.041689],[113.253509,22.032446],[113.2394,22.023971],[113.238595,22.021363],[113.244873,22.017169],[113.250159,22.016602],[113.25338,22.00866],[113.249612,22.004681],[113.263009,21.953945],[113.26794,21.951695],[113.274588,21.942149],[113.273496,21.93742],[113.277592,21.934509],[113.281904,21.925131],[113.289142,21.924432],[113.295367,21.920605],[113.290698,21.916045],[113.28417,21.918166],[113.277883,21.911057],[113.276455,21.907079],[113.285671,21.902032],[113.286761,21.899183],[113.277592,21.897211],[113.274466,21.894516],[113.261746,21.874681],[113.237922,21.889342],[113.233287,21.895486],[113.228867,21.905727],[113.219185,21.902276],[113.217122,21.906673],[113.21472,21.923644],[113.232776,21.94575],[113.224967,21.951557],[113.208696,21.932699],[113.204329,21.936022],[113.202454,21.94141],[113.215249,21.958109],[113.213301,21.959539],[113.215911,21.963852],[113.206694,21.96043],[113.208428,21.957373],[113.196702,21.951282],[113.192492,21.958447],[113.176491,21.96341],[113.154059,21.98975],[113.157207,21.994199],[113.108607,22.05921],[113.107591,22.069458],[113.105751,22.070462],[113.105335,22.08845],[113.10346,22.089596],[113.10791,22.106883],[113.115714,22.126928],[113.116219,22.149504],[113.104328,22.184807],[113.102861,22.193735],[113.105294,22.202793],[113.125699,22.21946],[113.123098,22.222358],[113.10008,22.205579],[113.087102,22.226605],[113.079937,22.225243],[113.08386,22.217881],[113.08405,22.209033],[113.086098,22.203275],[113.082733,22.187705],[113.084157,22.186059],[113.084489,22.169166],[113.072303,22.155773],[113.083283,22.14628],[113.059209,22.118455],[113.030449,22.138839],[113.015311,22.117664],[113.025988,22.105614],[113.022052,22.098358],[113.017977,22.084392],[113.020332,22.082821],[113.020475,22.080323],[113.018405,22.079109],[113.010582,22.080905],[113.009673,22.075008],[113.009913,22.07341],[113.016298,22.073465],[113.014054,22.04858],[113.016364,22.032025],[113.026621,22.001529],[113.026417,21.996617],[113.024093,21.996497],[113.024682,21.980794],[113.021322,21.980836],[113.02099,21.973471],[113.02126,21.971155],[113.029042,21.961833],[113.030373,21.957294],[113.029195,21.949948],[113.018517,21.941879],[113.017646,21.93825],[113.005668,21.936678],[112.989739,21.920242],[112.988386,21.90921],[112.982912,21.892243],[112.960997,21.883272],[112.957682,21.873445],[112.944923,21.869933],[112.93734,21.871795],[112.928197,21.867512],[112.927895,21.855543],[112.90729,21.852363],[112.897288,21.856196],[112.89158,21.863426],[112.889788,21.869089],[112.891321,21.877915],[112.889039,21.884869],[112.884839,21.887803],[112.872713,21.889096],[112.868107,21.893428],[112.862032,21.912013],[112.845112,21.912837],[112.845797,21.918548],[112.859218,21.921289],[112.858532,21.923117],[112.852625,21.923363],[112.852459,21.928083],[112.857796,21.934831],[112.829989,21.954388],[112.822811,21.963398],[112.820976,21.961829],[112.827384,21.954388],[112.826102,21.947134],[112.81018,21.947043],[112.801485,21.943916],[112.781658,21.942354],[112.75205,21.923903],[112.743188,21.912613],[112.744708,21.903237],[112.749759,21.894958],[112.741671,21.888894],[112.737899,21.888175],[112.731913,21.89473],[112.715198,21.885659],[112.710805,21.891881],[112.709471,21.890766],[112.701167,21.881526],[112.690976,21.865415],[112.688067,21.850022],[112.675799,21.852083],[112.66251,21.839415],[112.658982,21.8388],[112.657963,21.827792],[112.649791,21.823812],[112.647889,21.818277],[112.644734,21.786235],[112.62457,21.790258],[112.621737,21.789338],[112.620006,21.788049],[112.624162,21.783274],[112.626067,21.775408],[112.624558,21.772245],[112.620709,21.771744],[112.617342,21.767955],[112.611884,21.765858],[112.604898,21.767834],[112.598467,21.765613],[112.593425,21.761409],[112.571098,21.761657],[112.568256,21.756633],[112.563735,21.755192],[112.543916,21.765118],[112.540994,21.771114],[112.541619,21.775951],[112.52638,21.774229],[112.506771,21.782111],[112.503937,21.784091],[112.503519,21.786552],[112.496562,21.790269],[112.48827,21.792413],[112.479175,21.799381],[112.467885,21.804729],[112.466162,21.809385],[112.461328,21.809831],[112.458543,21.806497],[112.452473,21.809065],[112.445788,21.808996],[112.432133,21.815087],[112.428844,21.818877],[112.419713,21.839898],[112.417959,21.852296],[112.418427,21.869619],[112.41542,21.892846],[112.415911,21.900449],[112.42234,21.91674],[112.429537,21.922957],[112.449284,21.932493],[112.455263,21.934003],[112.463879,21.932845],[112.472973,21.935201],[112.479871,21.939932],[112.487281,21.941576],[112.502077,21.941446],[112.504852,21.94321],[112.505629,21.946828],[112.507567,21.948257],[112.504758,21.951679],[112.502232,21.94427],[112.492267,21.943491],[112.473206,21.952557],[112.460105,21.953033],[112.455957,21.949479],[112.455706,21.942416],[112.451075,21.937541],[112.430704,21.929095],[112.417447,21.920852],[112.414183,21.912547],[112.414067,21.907492],[112.408689,21.904174],[112.39915,21.935593],[112.38923,21.958091],[112.382134,21.96708],[112.384101,21.973541],[112.381344,21.981843],[112.372103,21.99184],[112.373785,22.001176],[112.379124,22.004517],[112.382407,22.010816],[112.387018,22.014912],[112.384787,22.016671],[112.382743,22.015179],[112.382334,22.020308],[112.385311,22.023473],[112.396339,22.027234],[112.400972,22.050859],[112.399891,22.055457],[112.396241,22.060133],[112.399129,22.064695],[112.398731,22.067421],[112.394969,22.061456],[112.396879,22.054085],[112.394685,22.049227],[112.395873,22.043106],[112.394479,22.039496],[112.391268,22.037262],[112.391489,22.033736],[112.389289,22.031426],[112.381704,22.028683],[112.379384,22.031155],[112.374952,22.027521],[112.373649,22.024766],[112.373888,22.012218],[112.367773,22.011933],[112.365744,22.006401],[112.36716,21.999943],[112.366498,21.990328],[112.375158,21.979715],[112.377794,21.963084],[112.382256,21.954054],[112.386189,21.934544],[112.394323,21.916616],[112.395682,21.910695],[112.394424,21.908306],[112.398685,21.899974],[112.400202,21.884994],[112.403722,21.874924],[112.404107,21.849161],[112.413821,21.820556],[112.414164,21.803938],[112.413079,21.801653],[112.409763,21.801699],[112.413506,21.79368],[112.410333,21.787852],[112.411029,21.783746],[112.415562,21.778246],[112.416514,21.774569],[112.408042,21.765559],[112.409016,21.758897],[112.405254,21.754932],[112.404469,21.746711],[112.406673,21.745576],[112.407646,21.742113],[112.403723,21.73714],[112.390803,21.731919],[112.381084,21.72977],[112.375397,21.731026],[112.359788,21.727449],[112.350143,21.72333],[112.348531,21.721751],[112.34796,21.716614],[112.349471,21.714197],[112.345429,21.709927],[112.34233,21.714581],[112.343361,21.716642],[112.342147,21.7189],[112.330819,21.720184],[112.325171,21.717938],[112.32451,21.713107],[112.314907,21.711149],[112.312936,21.706294],[112.308754,21.704261],[112.306532,21.708077],[112.303063,21.707993],[112.292529,21.705464],[112.29035,21.703352],[112.288015,21.705595],[112.268158,21.703563],[112.264568,21.700608],[112.258646,21.703921],[112.25135,21.703949],[112.239402,21.707164],[112.238878,21.709228],[112.244557,21.712301],[112.245093,21.715101],[112.24257,21.720851],[112.243588,21.724915],[112.241709,21.730479],[112.238925,21.730292],[112.236944,21.733799],[112.231118,21.737955],[112.224686,21.739035],[112.213651,21.733146],[112.211241,21.737835],[112.213411,21.74109],[112.212305,21.743234],[112.208001,21.745591],[112.198003,21.745323],[112.192419,21.756597],[112.192902,21.760507],[112.199227,21.764081],[112.199317,21.768094],[112.196154,21.775255],[112.199715,21.792326],[112.195241,21.792781],[112.187499,21.802556],[112.182525,21.805363],[112.153839,21.806815],[112.11927,21.799732],[112.074504,21.783249],[112.042365,21.786996],[112.032386,21.790756],[112.020978,21.791655],[112.019869,21.786725],[112.044319,21.77851],[112.052869,21.777204],[112.05392,21.775027],[112.034689,21.770109],[111.993769,21.755183],[111.955962,21.727667],[111.95439,21.730883],[111.95975,21.739388],[111.974687,21.745534],[111.973587,21.749615],[111.971386,21.749279],[111.958118,21.739888],[111.939677,21.718487],[111.939006,21.720328],[111.943314,21.724334],[111.940864,21.723817],[111.938547,21.727278],[111.935387,21.725702],[111.930502,21.717054],[111.921661,21.708601],[111.914762,21.704938],[111.907666,21.704438],[111.897742,21.695142],[111.891647,21.691695],[111.880035,21.686678],[111.869637,21.685288],[111.859208,21.679521],[111.846175,21.686447],[111.835115,21.685884],[111.830711,21.683385],[111.833067,21.675034],[111.830569,21.67382],[111.825001,21.685384],[111.823716,21.685598],[111.819361,21.696877],[111.829855,21.705443],[111.832169,21.704385],[111.836007,21.708597],[111.837663,21.713266],[111.835546,21.713039],[111.83526,21.717573],[111.837338,21.719517],[111.830083,21.715176],[111.832794,21.712682],[111.832137,21.710626],[111.828868,21.70957],[111.828525,21.706929],[111.822,21.704116],[111.822248,21.702563],[111.818985,21.700388],[111.813646,21.706518],[111.81414,21.708297],[111.810877,21.712549],[111.81414,21.714329],[111.814338,21.717987],[111.821238,21.724333],[111.830095,21.726479],[111.83699,21.732738],[111.833142,21.741589],[111.820714,21.736635],[111.818748,21.738195],[111.82041,21.742395],[111.841821,21.750786],[111.840706,21.751867],[111.835142,21.752694],[111.827918,21.749198],[111.822558,21.750364],[111.818984,21.749354],[111.813779,21.741663],[111.810594,21.741042],[111.80933,21.737127],[111.804004,21.733955],[111.800658,21.733771],[111.798942,21.734804],[111.801,21.742575],[111.798872,21.746762],[111.803065,21.752823],[111.800082,21.756969],[111.799952,21.759996],[111.80135,21.762249],[111.805856,21.764191],[111.803681,21.765201],[111.801117,21.763647],[111.794902,21.754015],[111.791717,21.755568],[111.789232,21.764657],[111.795009,21.775971],[111.793566,21.780446],[111.789401,21.775012],[111.774089,21.76541],[111.773103,21.762699],[111.769069,21.763227],[111.761264,21.769549],[111.759657,21.776571],[111.743076,21.764384],[111.736588,21.762033],[111.731927,21.762709],[111.720727,21.760722],[111.711227,21.763686],[111.707842,21.769055],[111.696544,21.765818],[111.687847,21.773724],[111.685542,21.770949],[111.695585,21.760339],[111.709635,21.757039],[111.713296,21.754022],[111.710683,21.749576],[111.702287,21.750303],[111.700269,21.748056],[111.707723,21.74675],[111.711847,21.748284],[111.714535,21.747593],[111.719375,21.741638],[111.724996,21.737812],[111.719958,21.734497],[111.718038,21.737476],[111.719346,21.733272],[111.728998,21.734321],[111.734874,21.73118],[111.733999,21.724374],[111.735525,21.718007],[111.736927,21.719163],[111.738079,21.727225],[111.742291,21.730286],[111.760505,21.721533],[111.765503,21.721119],[111.786645,21.7135],[111.788111,21.710262],[111.785581,21.692262],[111.786894,21.68395],[111.78118,21.68017],[111.781742,21.677129],[111.786005,21.675402],[111.78572,21.669794],[111.782701,21.661839],[111.775538,21.65153],[111.77405,21.642691],[111.77262,21.642221],[111.767052,21.646226],[111.758555,21.643639],[111.762442,21.638767],[111.76655,21.628492],[111.776812,21.627362],[111.785214,21.619923],[111.748999,21.618654],[111.735521,21.616131],[111.725891,21.613543],[111.696897,21.600188],[111.6781,21.584585],[111.670338,21.570537],[111.668581,21.563226],[111.670677,21.556993],[111.670838,21.543246],[111.673677,21.539134],[111.66993,21.532885],[111.656615,21.529712],[111.646309,21.521183],[111.644815,21.519403],[111.645258,21.516251],[111.640539,21.515588],[111.637865,21.517834],[111.639749,21.51861],[111.639878,21.523597],[111.634277,21.52927],[111.636947,21.535004],[111.63157,21.540433],[111.618104,21.54125],[111.614028,21.548288],[111.612315,21.548776],[111.609068,21.548421],[111.606745,21.542605],[111.614008,21.540398],[111.619944,21.535541],[111.632026,21.530757],[111.632863,21.527517],[111.631807,21.526466],[111.623828,21.53207],[111.616577,21.534357],[111.605582,21.534838],[111.592716,21.532909],[111.574574,21.525592],[111.544293,21.507287],[111.538649,21.511538],[111.541697,21.518212],[111.546773,21.518978],[111.547936,21.524438],[111.543566,21.527314],[111.536976,21.524622],[111.524137,21.525213],[111.508774,21.519927],[111.489537,21.508202],[111.482182,21.507747],[111.474554,21.502705],[111.471023,21.512885],[111.456711,21.519655],[111.45525,21.523006],[111.459513,21.526899],[111.463034,21.526523],[111.466325,21.523967],[111.474388,21.522776],[111.482103,21.523689],[111.485827,21.526],[111.47958,21.529192],[111.471895,21.528497],[111.469317,21.526364],[111.465672,21.528344],[111.467682,21.532508],[111.461857,21.535296],[111.455228,21.546484],[111.45157,21.561224],[111.448476,21.563519],[111.448325,21.568984],[111.445285,21.56996],[111.446829,21.56599],[111.445758,21.563343],[111.440815,21.569639],[111.438688,21.579754],[111.432765,21.580064],[111.435752,21.57651],[111.433535,21.572842],[111.44389,21.554478],[111.441624,21.549939],[111.437903,21.554386],[111.435703,21.548898],[111.437776,21.546355],[111.434576,21.541751],[111.450371,21.532269],[111.432052,21.526677],[111.428141,21.524722],[111.427033,21.521662],[111.422337,21.520923],[111.414636,21.531715],[111.40014,21.533391],[111.396024,21.527753],[111.396544,21.52407],[111.406037,21.52208],[111.41437,21.525144],[111.417377,21.525408],[111.417498,21.524258],[111.414393,21.52383],[111.413322,21.520868],[111.407397,21.518155],[111.381101,21.50861],[111.368496,21.500687],[111.343969,21.475437],[111.311779,21.451946],[111.30224,21.441386],[111.299021,21.442761],[111.294918,21.442122],[111.300956,21.43778],[111.299112,21.431682],[111.292063,21.437304],[111.290041,21.437244],[111.280864,21.428769],[111.278172,21.422813],[111.275354,21.420875],[111.272614,21.420316],[111.265511,21.422684],[111.258355,21.418015],[111.257584,21.415315],[111.254401,21.418738],[111.257158,21.423312],[111.255559,21.427691],[111.257522,21.434393],[111.252436,21.445927],[111.253557,21.447519],[111.257788,21.443462],[111.265927,21.439223],[111.27628,21.439257],[111.277499,21.436241],[111.285863,21.447467],[111.282059,21.455151],[111.278832,21.456765],[111.278755,21.45907],[111.288373,21.474582],[111.294357,21.478148],[111.294088,21.480641],[111.282389,21.490618],[111.275309,21.493371],[111.276817,21.496423],[111.273882,21.498383],[111.267965,21.499362],[111.264784,21.498236],[111.262666,21.492791],[111.260259,21.491016],[111.250503,21.493935],[111.243409,21.491453],[111.225605,21.508729],[111.206151,21.514384],[111.202903,21.506485],[111.186982,21.512687],[111.185473,21.511431],[111.193964,21.506739],[111.19287,21.504014],[111.18604,21.499204],[111.187137,21.496607],[111.201083,21.500489],[111.22072,21.5006],[111.226294,21.4939],[111.233091,21.491358],[111.235308,21.484979],[111.233701,21.480878],[111.23005,21.480045],[111.208995,21.482739],[111.192461,21.479297],[111.16007,21.468162],[111.149311,21.467468],[111.136336,21.464023],[111.135405,21.467132],[111.132962,21.468472],[111.120898,21.468726],[111.100582,21.460804],[111.093928,21.468933],[111.087494,21.473675],[111.085091,21.479391],[111.0952,21.478843],[111.095294,21.484807],[111.083487,21.481697],[111.072538,21.48892],[111.073155,21.495313],[111.077935,21.503733],[111.079626,21.511016],[111.070242,21.516107],[111.048865,21.51785],[111.042216,21.520242],[111.039015,21.516241],[111.032204,21.518599],[111.031565,21.520285],[111.034161,21.524611],[111.033108,21.531894],[111.034622,21.536466],[111.031995,21.538038],[111.029493,21.525865],[111.02153,21.516365],[111.005328,21.501285],[111.000508,21.502444],[110.998156,21.501108],[111.002376,21.496749],[110.997379,21.489904],[110.998147,21.487607],[111.005314,21.486163],[111.00887,21.48815],[111.01693,21.485151],[111.012907,21.474995],[111.017839,21.471451],[111.021055,21.474685],[111.024357,21.482205],[111.029304,21.482695],[111.04348,21.477429],[111.045674,21.483441],[111.054618,21.486918],[111.0629,21.484898],[111.070842,21.479596],[111.08437,21.466961],[111.080166,21.464536],[111.0582,21.460693],[111.028866,21.451188],[111.005454,21.436503],[110.992723,21.426283],[110.988032,21.429456],[110.981096,21.429585],[110.970843,21.425684],[110.958802,21.417899],[110.949481,21.415193],[110.945514,21.415703],[110.946582,21.420597],[110.942891,21.422554],[110.943863,21.418568],[110.936716,21.420003],[110.926924,21.41767],[110.910225,21.407386],[110.890304,21.388591],[110.881641,21.385872],[110.872853,21.387483],[110.866731,21.385746],[110.859088,21.386365],[110.857776,21.386637],[110.857385,21.390151],[110.854343,21.391828],[110.8457,21.392853],[110.831491,21.387531],[110.826118,21.395099],[110.821651,21.398271],[110.815083,21.399346],[110.798256,21.396729],[110.799244,21.401202],[110.796845,21.402731],[110.770266,21.395871],[110.753839,21.382701],[110.746752,21.386038],[110.743623,21.384331],[110.74157,21.376341],[110.727771,21.367526],[110.709807,21.348529],[110.679723,21.309365],[110.669518,21.291454],[110.656567,21.258042],[110.649888,21.247026],[110.643704,21.24329],[110.62995,21.227037],[110.617789,21.221285],[110.611388,21.221245],[110.606267,21.227447],[110.605369,21.233157],[110.603063,21.231062],[110.604602,21.221284],[110.603516,21.219473],[110.587852,21.218839],[110.564219,21.22063],[110.559667,21.223033],[110.544259,21.216877],[110.537341,21.210868],[110.528951,21.20789],[110.523863,21.208801],[110.518947,21.213544],[110.512808,21.2164],[110.497997,21.220864],[110.486722,21.220676],[110.479681,21.216801],[110.479931,21.213162],[110.477111,21.211084],[110.465844,21.210463],[110.456122,21.206235],[110.454061,21.194382],[110.450406,21.191023],[110.443839,21.189734],[110.433512,21.189958],[110.427254,21.197576],[110.429475,21.202766],[110.434795,21.207582],[110.440442,21.220486],[110.441007,21.234602],[110.439292,21.241868],[110.443328,21.242171],[110.444236,21.240051],[110.44679,21.239287],[110.44819,21.24092],[110.446315,21.245487],[110.442564,21.246396],[110.435015,21.243127],[110.43157,21.247761],[110.433092,21.25305],[110.427292,21.258954],[110.42544,21.267096],[110.432358,21.287047],[110.448572,21.30002],[110.45027,21.304768],[110.445904,21.309629],[110.426521,21.299589],[110.425153,21.297418],[110.422747,21.326173],[110.42454,21.329331],[110.427584,21.330754],[110.425802,21.336555],[110.42434,21.356741],[110.433186,21.367798],[110.433357,21.386187],[110.429911,21.38671],[110.42916,21.374632],[110.424976,21.36666],[110.421683,21.366993],[110.398384,21.382794],[110.395083,21.388856],[110.388248,21.394797],[110.384597,21.409819],[110.380908,21.412485],[110.379865,21.410686],[110.374922,21.414811],[110.369878,21.412187],[110.370303,21.411059],[110.381874,21.402138],[110.385911,21.383906],[110.390952,21.374851],[110.395628,21.373636],[110.398346,21.370508],[110.398339,21.367546],[110.396255,21.365795],[110.396879,21.363664],[110.405857,21.346205],[110.409344,21.334026],[110.409563,21.328491],[110.394763,21.327199],[110.390488,21.325002],[110.39094,21.317568],[110.396984,21.323731],[110.408964,21.326814],[110.41258,21.307984],[110.416411,21.300212],[110.416432,21.290557],[110.413691,21.290329],[110.401022,21.27727],[110.40227,21.274396],[110.400043,21.272283],[110.398501,21.272169],[110.392847,21.279307],[110.390677,21.273996],[110.391819,21.269999],[110.389249,21.266858],[110.395759,21.260862],[110.398547,21.261661],[110.406577,21.256121],[110.409557,21.251372],[110.406899,21.248528],[110.411428,21.241251],[110.413704,21.243937],[110.422141,21.238823],[110.423088,21.236446],[110.423856,21.22564],[110.415285,21.207554],[110.414223,21.18986],[110.411938,21.182216],[110.407622,21.183753],[110.4026,21.16688],[110.402454,21.154441],[110.40034,21.148703],[110.403868,21.145902],[110.392999,21.133714],[110.38708,21.131538],[110.377575,21.14222],[110.376155,21.143027],[110.37206,21.141337],[110.364173,21.134326],[110.359929,21.133216],[110.356932,21.126997],[110.356288,21.121277],[110.351042,21.114723],[110.344701,21.110567],[110.335857,21.109441],[110.329889,21.105888],[110.326695,21.108463],[110.32386,21.116009],[110.316648,21.111261],[110.307553,21.108767],[110.307867,21.104071],[110.296214,21.10056],[110.294685,21.102708],[110.267086,21.090315],[110.259285,21.08856],[110.257158,21.089429],[110.253822,21.096038],[110.247793,21.095482],[110.23792,21.098297],[110.247765,21.086942],[110.247642,21.079372],[110.240428,21.07341],[110.237872,21.066608],[110.238832,21.060424],[110.236145,21.050773],[110.2302,21.044538],[110.228723,21.037235],[110.222301,21.03389],[110.217477,21.043305],[110.218001,21.046674],[110.219577,21.047045],[110.217546,21.054053],[110.213267,21.057594],[110.215163,21.063291],[110.21293,21.070003],[110.217001,21.074854],[110.219908,21.100703],[110.225881,21.103654],[110.217176,21.110547],[110.211996,21.108456],[110.212983,21.114348],[110.208766,21.114215],[110.205455,21.109755],[110.19954,21.114131],[110.197757,21.108373],[110.19895,21.104637],[110.202035,21.104239],[110.206755,21.097537],[110.207091,21.086296],[110.209947,21.07105],[110.205815,21.068949],[110.204379,21.062436],[110.195858,21.062884],[110.190974,21.065524],[110.184471,21.064067],[110.184034,21.062484],[110.187789,21.063174],[110.194616,21.060347],[110.199781,21.060563],[110.201987,21.057567],[110.197393,21.051495],[110.200648,21.048971],[110.197458,21.042603],[110.196415,21.040946],[110.192688,21.043698],[110.187761,21.02974],[110.173316,21.003783],[110.173246,21.002456],[110.18325,20.99568],[110.17591,20.996891],[110.171251,20.992847],[110.167571,20.983845],[110.159782,20.987346],[110.155043,20.983102],[110.163545,20.976338],[110.167684,20.97564],[110.169561,20.970024],[110.161972,20.940818],[110.163143,20.920934],[110.168246,20.914053],[110.167713,20.904005],[110.176395,20.884811],[110.186588,20.870806],[110.192786,20.857282],[110.191691,20.854378],[110.183405,20.850157],[110.18425,20.842818],[110.188753,20.844961],[110.198635,20.845179],[110.221759,20.851887],[110.228567,20.856009],[110.243805,20.849201],[110.245461,20.843746],[110.249124,20.843767],[110.263628,20.838482],[110.270535,20.841753],[110.281955,20.842973],[110.287207,20.846238],[110.297205,20.84096],[110.308609,20.847596],[110.323453,20.847931],[110.325148,20.839706],[110.327342,20.836437],[110.331185,20.83913],[110.344932,20.828376],[110.358952,20.824884],[110.378484,20.814616],[110.380602,20.81555],[110.380085,20.817013],[110.377647,20.820548],[110.371392,20.822344],[110.371826,20.82461],[110.37789,20.823794],[110.385146,20.819507],[110.386295,20.800146],[110.380585,20.796891],[110.382584,20.793807],[110.386067,20.792265],[110.387837,20.780673],[110.386924,20.775933],[110.389115,20.774879],[110.392824,20.764517],[110.388187,20.72385],[110.384243,20.714106],[110.382551,20.714678],[110.374171,20.707212],[110.36175,20.709665],[110.355729,20.714219],[110.354241,20.720213],[110.3405,20.733127],[110.342206,20.739245],[110.341312,20.741409],[110.339568,20.741409],[110.338273,20.746219],[110.337048,20.759081],[110.33531,20.759288],[110.328473,20.771884],[110.327591,20.777653],[110.329594,20.780812],[110.326244,20.779122],[110.322985,20.780132],[110.326084,20.778177],[110.326181,20.773361],[110.330313,20.763572],[110.329754,20.755156],[110.331207,20.755114],[110.331282,20.75084],[110.326725,20.743605],[110.320569,20.743496],[110.31427,20.740716],[110.309654,20.742869],[110.313493,20.737735],[110.311843,20.730884],[110.309746,20.730523],[110.307025,20.734656],[110.30538,20.734527],[110.306531,20.730012],[110.313553,20.727645],[110.31778,20.731392],[110.316305,20.739487],[110.328216,20.741336],[110.32992,20.731355],[110.327629,20.727438],[110.329037,20.726153],[110.326807,20.726681],[110.324843,20.724796],[110.326587,20.719638],[110.329416,20.718094],[110.335089,20.707968],[110.334711,20.70356],[110.332209,20.703501],[110.332846,20.698416],[110.320054,20.694661],[110.306397,20.685524],[110.303297,20.681884],[110.300853,20.68264],[110.302554,20.682989],[110.303503,20.686572],[110.300507,20.685049],[110.297434,20.68571],[110.299413,20.678005],[110.303756,20.671952],[110.303086,20.668701],[110.300459,20.665897],[110.299111,20.66007],[110.294541,20.659697],[110.292356,20.662101],[110.289324,20.65959],[110.291778,20.654113],[110.300355,20.653973],[110.306811,20.666694],[110.312314,20.666696],[110.316166,20.670686],[110.318691,20.67067],[110.318698,20.673919],[110.324598,20.680097],[110.331374,20.671667],[110.330976,20.667591],[110.336486,20.666703],[110.330918,20.649077],[110.332971,20.640241],[110.330002,20.635695],[110.335886,20.640862],[110.333708,20.646099],[110.333678,20.650958],[110.33813,20.657276],[110.342414,20.670089],[110.344634,20.670997],[110.349781,20.667364],[110.354928,20.659796],[110.355634,20.656264],[110.353397,20.654027],[110.35934,20.645451],[110.361433,20.651303],[110.36691,20.653145],[110.368014,20.650847],[110.36721,20.64049],[110.369312,20.638165],[110.371201,20.640954],[110.370319,20.653888],[110.371721,20.658225],[110.375053,20.660237],[110.377375,20.65865],[110.386211,20.666355],[110.388936,20.666961],[110.394789,20.658282],[110.39489,20.65586],[110.393578,20.649604],[110.384701,20.646995],[110.382771,20.642037],[110.385684,20.641032],[110.406095,20.649193],[110.407507,20.655411],[110.416148,20.66009],[110.424754,20.661795],[110.425439,20.656982],[110.429931,20.658169],[110.428099,20.659029],[110.429428,20.661438],[110.427823,20.662884],[110.42881,20.666279],[110.435237,20.667496],[110.440753,20.665632],[110.444738,20.660042],[110.444599,20.654362],[110.450852,20.64747],[110.454188,20.646649],[110.457472,20.648364],[110.451137,20.651948],[110.45131,20.656109],[110.456168,20.659617],[110.453303,20.666498],[110.45532,20.674263],[110.457938,20.676743],[110.459795,20.67592],[110.459987,20.673602],[110.461936,20.674774],[110.464027,20.670668],[110.465403,20.670828],[110.470836,20.65952],[110.47794,20.639999],[110.479425,20.630152],[110.4836,20.622615],[110.486408,20.599653],[110.486109,20.587255],[110.484195,20.581329],[110.482126,20.580743],[110.476336,20.586735],[110.464462,20.584444],[110.465399,20.586931],[110.460678,20.584449],[110.460263,20.580346],[110.459413,20.583175],[110.456918,20.584178],[110.455151,20.580849],[110.4499,20.582144],[110.44824,20.578193],[110.444373,20.579026],[110.44247,20.582179],[110.443183,20.592648],[110.439615,20.596827],[110.437712,20.603787],[110.43908,20.615982],[110.434566,20.633693],[110.43284,20.629469],[110.431578,20.629492],[110.423907,20.637719],[110.399874,20.622821],[110.40069,20.618414],[110.399519,20.616698],[110.397546,20.616845],[110.395934,20.605304],[110.400606,20.603217],[110.404255,20.591088],[110.407087,20.589591],[110.40852,20.592173],[110.410713,20.591634],[110.412832,20.585624],[110.408005,20.583184],[110.408229,20.580987],[110.41631,20.585449],[110.420079,20.585665],[110.438369,20.569373],[110.450474,20.563009],[110.459035,20.569953],[110.461842,20.576112],[110.466593,20.579416],[110.472133,20.577558],[110.489288,20.559279],[110.497628,20.545739],[110.503139,20.531097],[110.507476,20.528889],[110.510638,20.523632],[110.517892,20.50526],[110.517368,20.50141],[110.521755,20.496813],[110.531862,20.477761],[110.531556,20.472647],[110.528791,20.470002],[110.524778,20.461344],[110.520667,20.445812],[110.518276,20.427948],[110.50887,20.425494],[110.497332,20.412659],[110.48889,20.407523],[110.479837,20.398771],[110.470071,20.381286],[110.467375,20.368965],[110.468767,20.363647],[110.464819,20.365249],[110.45339,20.355157],[110.44872,20.346903],[110.444345,20.344774],[110.437637,20.329311],[110.424639,20.320875],[110.416412,20.317479],[110.406327,20.305895],[110.399718,20.305068],[110.381435,20.309422],[110.374149,20.308655],[110.36689,20.300447],[110.363708,20.299822],[110.362522,20.301237],[110.359925,20.299344],[110.354848,20.293211],[110.353346,20.286605],[110.341253,20.284238],[110.331995,20.269574],[110.309117,20.260083],[110.299197,20.26092],[110.297843,20.263991],[110.29074,20.264254],[110.282196,20.253312],[110.283625,20.250599],[110.283459,20.243324],[110.281069,20.244474],[110.278679,20.25343],[110.275593,20.255296],[110.275316,20.262876],[110.27219,20.265672],[110.26488,20.267843],[110.250455,20.264237],[110.247774,20.272203],[110.244165,20.27468],[110.234937,20.276757],[110.233266,20.27505],[110.227656,20.275589],[110.218737,20.281629],[110.217317,20.28089],[110.222076,20.27492],[110.231352,20.267981],[110.217105,20.271032],[110.204272,20.269745],[110.196937,20.274124],[110.194,20.272248],[110.194854,20.265337],[110.191504,20.262025],[110.192834,20.25263],[110.18939,20.247515],[110.179036,20.242385],[110.151577,20.242379],[110.143975,20.239588],[110.124048,20.236672],[110.12085,20.242998],[110.122101,20.246359],[110.119673,20.2488],[110.119659,20.2529],[110.114442,20.263702],[110.100153,20.26393],[110.08008,20.268852],[110.069655,20.274307],[110.062173,20.29051],[110.042233,20.292654],[110.04346,20.285766],[110.039473,20.281385],[110.022771,20.278687],[110.017603,20.281193],[110.014907,20.287707],[110.013497,20.287277],[110.010446,20.282689],[110.014044,20.268787],[110.003889,20.269152],[109.996712,20.282111],[109.988256,20.290217],[109.981068,20.290488],[109.976536,20.288739],[109.975924,20.285573],[109.977907,20.280919],[109.961782,20.267396],[109.939415,20.241244],[109.932224,20.228405],[109.9193,20.223273],[109.920995,20.239799],[109.917716,20.248061],[109.918989,20.26351],[109.933498,20.281399],[109.93559,20.290357],[109.924061,20.342375],[109.916913,20.350227],[109.903501,20.359584],[109.895424,20.360472],[109.888574,20.35794],[109.884142,20.363434],[109.876246,20.383011],[109.875855,20.385574],[109.881445,20.386582],[109.880303,20.392625],[109.876829,20.393815],[109.873742,20.399428],[109.892378,20.403562],[109.897684,20.410644],[109.898562,20.423207],[109.90811,20.430233],[109.917928,20.426198],[109.927465,20.418796],[109.930133,20.420847],[109.931869,20.419879],[109.935939,20.411732],[109.943359,20.409016],[109.94833,20.404817],[109.955106,20.403495],[109.9605,20.404316],[109.962569,20.402505],[109.965387,20.40439],[109.971709,20.402798],[109.97508,20.399915],[109.975274,20.397139],[109.963393,20.389472],[109.963467,20.388126],[109.968198,20.378327],[109.972025,20.375837],[109.977295,20.361108],[109.982183,20.361015],[109.978426,20.351058],[109.979988,20.346376],[109.983419,20.35409],[109.988984,20.349497],[109.996306,20.351394],[109.987845,20.356549],[109.985936,20.358897],[109.985981,20.362589],[109.981638,20.364939],[109.981698,20.368449],[109.986249,20.369549],[109.987409,20.373624],[109.986725,20.376777],[109.979706,20.382668],[109.986595,20.384523],[109.992349,20.388395],[109.996534,20.397548],[109.999188,20.396861],[110.005834,20.400201],[110.011702,20.406418],[110.013002,20.418579],[110.008447,20.421232],[110.008406,20.42522],[110.010492,20.426419],[110.006719,20.427715],[109.991677,20.447448],[109.986819,20.445123],[109.979418,20.438282],[109.979983,20.442686],[109.975489,20.457323],[109.970842,20.461608],[109.966609,20.460299],[109.965547,20.463198],[109.974116,20.470253],[109.972787,20.472348],[109.96735,20.471386],[109.962319,20.466323],[109.958116,20.450874],[109.954496,20.443938],[109.945092,20.438537],[109.94216,20.449198],[109.946326,20.458255],[109.937559,20.472573],[109.937046,20.478041],[109.940039,20.486279],[109.936479,20.496599],[109.93303,20.495482],[109.934462,20.490435],[109.932432,20.484879],[109.927571,20.484719],[109.925435,20.467198],[109.926449,20.46442],[109.931764,20.462135],[109.934275,20.458611],[109.933947,20.454526],[109.925959,20.440732],[109.918861,20.436227],[109.916048,20.439661],[109.919685,20.448037],[109.918605,20.461514],[109.91669,20.46604],[109.911496,20.469682],[109.912577,20.475442],[109.899755,20.492085],[109.893051,20.495307],[109.889711,20.494919],[109.889037,20.492446],[109.88107,20.489541],[109.875799,20.490295],[109.871051,20.493641],[109.870512,20.502552],[109.865744,20.504914],[109.850507,20.500299],[109.837844,20.499984],[109.838271,20.505034],[109.834821,20.505946],[109.831293,20.502936],[109.828889,20.506907],[109.82559,20.508214],[109.822071,20.512373],[109.822363,20.523453],[109.816825,20.537083],[109.812214,20.539401],[109.812204,20.543122],[109.817335,20.542369],[109.825659,20.547363],[109.828061,20.545178],[109.840997,20.55329],[109.837327,20.555414],[109.834433,20.563959],[109.833066,20.563012],[109.83284,20.553096],[109.829637,20.548736],[109.827749,20.551097],[109.830659,20.558523],[109.830725,20.567589],[109.824439,20.585227],[109.817857,20.59783],[109.794431,20.629229],[109.780923,20.637328],[109.772794,20.639658],[109.767827,20.638348],[109.762903,20.629203],[109.755431,20.632065],[109.753412,20.629782],[109.748593,20.630496],[109.74199,20.633768],[109.741455,20.637991],[109.744846,20.638467],[109.748772,20.642334],[109.744608,20.643047],[109.744191,20.644356],[109.746555,20.650281],[109.743731,20.659556],[109.740741,20.660239],[109.737231,20.664225],[109.742124,20.667918],[109.741474,20.671299],[109.747703,20.677668],[109.761275,20.679549],[109.764889,20.692668],[109.777592,20.695364],[109.786002,20.691434],[109.794633,20.680574],[109.803282,20.68509],[109.809116,20.694472],[109.812428,20.692718],[109.815583,20.694639],[109.817855,20.697026],[109.817436,20.700554],[109.822003,20.702896],[109.821968,20.704406],[109.810851,20.699202],[109.808643,20.703617],[109.813295,20.70953],[109.81834,20.710713],[109.826493,20.708645],[109.826868,20.710195],[109.819112,20.7155],[109.803415,20.71569],[109.798174,20.713916],[109.79493,20.710332],[109.794083,20.702053],[109.796503,20.689118],[109.794772,20.686049],[109.788752,20.694887],[109.788169,20.698136],[109.787131,20.69873],[109.786415,20.696557],[109.783927,20.697627],[109.769382,20.709157],[109.746464,20.742979],[109.755716,20.75666],[109.755556,20.765649],[109.756278,20.768215],[109.760339,20.77175],[109.76412,20.788725],[109.759718,20.805975],[109.754716,20.811919],[109.737761,20.809093],[109.740557,20.803531],[109.734874,20.804827],[109.734082,20.800118],[109.729735,20.807176],[109.726101,20.807223],[109.728055,20.797798],[109.728183,20.794272],[109.726747,20.793722],[109.714447,20.814575],[109.683996,20.85279],[109.675714,20.866579],[109.66596,20.904518],[109.664881,20.934028],[109.669069,20.957737],[109.679499,20.953985],[109.68083,20.954782],[109.680411,20.960292],[109.678421,20.960749],[109.677195,20.95663],[109.674485,20.957554],[109.673869,20.963467],[109.679567,20.974901],[109.684022,20.996373],[109.690346,21.012896],[109.695187,21.012407],[109.701106,21.020569],[109.71052,21.059309],[109.709637,21.065542],[109.705965,21.073244],[109.696481,21.088512],[109.680054,21.109542],[109.676168,21.116649],[109.675789,21.121599],[109.68186,21.134295],[109.693199,21.150582],[109.707591,21.166579],[109.722827,21.178584],[109.729222,21.187172],[109.734525,21.191335],[109.737004,21.191008],[109.739289,21.186775],[109.737433,21.181686],[109.739082,21.172437],[109.744121,21.165682],[109.749609,21.16722],[109.741487,21.182227],[109.748422,21.191067],[109.750214,21.192096],[109.752498,21.190411],[109.754807,21.192408],[109.765878,21.207265],[109.769017,21.212473],[109.774118,21.228286],[109.774703,21.246204],[109.773198,21.260726],[109.769064,21.269158],[109.765948,21.271181],[109.766988,21.276885],[109.771758,21.27627],[109.773028,21.286726],[109.775224,21.287842],[109.773047,21.314368],[109.770241,21.329038],[109.763872,21.339596],[109.760786,21.34322],[109.757618,21.343864],[109.757513,21.347071],[109.769915,21.354984],[109.772022,21.354665],[109.783391,21.337685],[109.786364,21.336217],[109.789545,21.339216],[109.792393,21.332501],[109.79396,21.33768],[109.791162,21.340653],[109.792711,21.346047],[109.801909,21.351475],[109.82033,21.351438],[109.829138,21.348843],[109.829565,21.346262],[109.831964,21.346848],[109.836007,21.352151],[109.866063,21.358414],[109.916724,21.358332],[109.91715,21.361686],[109.910425,21.36906],[109.902046,21.3736],[109.901263,21.385133],[109.912104,21.408369],[109.908947,21.410985],[109.908386,21.41507],[109.918445,21.41936],[109.924188,21.419132],[109.930131,21.4252],[109.933621,21.433232],[109.931091,21.435943],[109.926512,21.434723],[109.923763,21.432156],[109.920823,21.43234],[109.916834,21.437378],[109.918133,21.444278],[109.912468,21.444484],[109.913579,21.447856],[109.909263,21.455032],[109.909603,21.457796],[109.915789,21.464251],[109.920176,21.465864],[109.921753,21.469696],[109.914156,21.471537],[109.897106,21.456346],[109.875295,21.455742],[109.86428,21.452304],[109.830051,21.452057],[109.822452,21.457183],[109.812845,21.457853],[109.792697,21.470432],[109.792262,21.474441],[109.794996,21.473421],[109.798064,21.477693],[109.79668,21.496868],[109.795135,21.50384],[109.786168,21.516756],[109.791525,21.523106],[109.789821,21.524842],[109.79368,21.529183],[109.793329,21.530616],[109.786568,21.531518],[109.776211,21.537938],[109.76938,21.545847],[109.767032,21.556372],[109.762474,21.560345],[109.767427,21.569885],[109.773233,21.569485],[109.775209,21.570793],[109.775389,21.574422],[109.777586,21.577156],[109.774447,21.575328],[109.77429,21.571794],[109.771138,21.570783],[109.756659,21.570303],[109.754327,21.571939],[109.751967,21.578467],[109.749846,21.574569],[109.750175,21.585162],[109.743966,21.597976],[109.739525,21.603586],[109.739017,21.619547],[109.741857,21.625528],[109.750646,21.630438],[109.750667,21.637166],[109.761765,21.660315],[109.761753,21.670158],[109.765965,21.6755],[109.770352,21.675597],[109.773652,21.673001],[109.780996,21.647217],[109.791,21.632839],[109.796758,21.629783],[109.802895,21.631344],[109.802148,21.639515],[109.805942,21.647888],[109.809279,21.647303],[109.817551,21.64098],[109.835322,21.63938],[109.84029,21.641001],[109.841329,21.647673],[109.871701,21.655978],[109.880543,21.650851],[109.894365,21.652489],[109.898933,21.655616],[109.91162,21.671773],[109.910506,21.68523],[109.904749,21.688476],[109.90123,21.687889],[109.901407,21.696532],[109.911118,21.708572],[109.91851,21.707043],[109.921292,21.708644],[109.918787,21.73117],[109.92475,21.736326],[109.932071,21.735978],[109.935977,21.737884],[109.937716,21.741286],[109.930402,21.74505],[109.927067,21.75488],[109.931104,21.757495],[109.93587,21.771481],[109.93359,21.777794],[109.931825,21.793649],[109.931955,21.816065],[109.937521,21.823443],[109.942798,21.827438],[109.944219,21.839831],[109.940838,21.848899],[109.969653,21.868975],[109.974336,21.868874],[109.983176,21.876185],[109.983036,21.88239],[110.000454,21.883072],[110.007555,21.877426],[110.016821,21.874169],[110.026438,21.874419],[110.033926,21.872481],[110.043506,21.864564],[110.046851,21.85982],[110.049081,21.859351],[110.06569,21.86321],[110.081527,21.871049],[110.087667,21.886501],[110.091393,21.88852],[110.092988,21.888597],[110.095031,21.883562],[110.093879,21.878896],[110.09649,21.872971],[110.103393,21.873325],[110.101763,21.88219],[110.102655,21.885099],[110.116973,21.904497],[110.119598,21.905263],[110.123443,21.905305],[110.128862,21.902516],[110.13489,21.886766],[110.146742,21.899849],[110.163792,21.899462],[110.177845,21.902248],[110.182644,21.897874],[110.190396,21.899224],[110.192671,21.902526],[110.207361,21.895997],[110.205772,21.88969],[110.217092,21.884218],[110.228607,21.881468],[110.252272,21.883074],[110.254232,21.883332],[110.265593,21.896633],[110.268357,21.897704],[110.272644,21.894255],[110.279354,21.894923],[110.285979,21.913905],[110.28493,21.918862],[110.28605,21.920502],[110.292674,21.917508],[110.295353,21.913382],[110.308962,21.908339],[110.312184,21.902062],[110.317259,21.896741],[110.329122,21.892439],[110.331334,21.889823],[110.343013,21.893278],[110.350237,21.889473],[110.352354,21.892354],[110.379093,21.89387],[110.382889,21.892737],[110.385455,21.89388],[110.388632,21.903471],[110.385529,21.90672],[110.393093,21.909269],[110.39127,21.916078],[110.385248,21.919068],[110.385396,21.92499],[110.380948,21.932473],[110.375603,21.934381],[110.37715,21.933234],[110.374192,21.931433],[110.368387,21.936099],[110.373766,21.943571],[110.386694,21.952688],[110.385217,21.956129],[110.372008,21.970692],[110.365941,21.972928],[110.363891,21.971725],[110.350799,21.976808],[110.348468,21.979019],[110.354637,21.990671],[110.356985,22.014635],[110.345421,22.033816],[110.343246,22.041629],[110.344979,22.045471],[110.348847,22.046672],[110.348781,22.064577],[110.352522,22.077306],[110.354464,22.078202],[110.353127,22.088431],[110.345749,22.09177],[110.346096,22.099625],[110.350928,22.101422],[110.353281,22.099193],[110.361602,22.099523],[110.360557,22.126909],[110.355154,22.136977],[110.348827,22.134845],[110.341619,22.137645],[110.32974,22.145496],[110.32211,22.15541],[110.321932,22.163223],[110.323725,22.16803],[110.343883,22.198743],[110.346492,22.198749],[110.349998,22.195597],[110.35445,22.186226],[110.370717,22.169081],[110.376332,22.166767],[110.389054,22.173422],[110.386379,22.181652],[110.393988,22.189596],[110.399317,22.187709],[110.405625,22.192263],[110.406816,22.199626],[110.40517,22.205695],[110.407912,22.209768],[110.413671,22.21175],[110.423426,22.209089],[110.425704,22.210497],[110.451026,22.188966],[110.455545,22.181069],[110.467475,22.17392],[110.479885,22.162079],[110.479662,22.15491],[110.487263,22.145124],[110.497338,22.145405],[110.50683,22.148288],[110.526295,22.157767],[110.524458,22.16564],[110.525947,22.170783],[110.533988,22.17516],[110.538741,22.186821],[110.5457,22.195836],[110.554721,22.199258],[110.579685,22.188479],[110.591453,22.18969],[110.596948,22.186353],[110.599058,22.18219],[110.594174,22.166272],[110.596196,22.161714],[110.602471,22.158084],[110.60746,22.158967],[110.613769,22.162852],[110.62179,22.157991],[110.621955,22.155402],[110.625135,22.151944],[110.637517,22.155672],[110.639753,22.160275],[110.651283,22.170389],[110.654665,22.170115],[110.674345,22.175792],[110.671297,22.192294],[110.662543,22.203094],[110.658519,22.205697],[110.652303,22.206131],[110.646113,22.215777],[110.643144,22.230853],[110.649351,22.242697],[110.660185,22.248057],[110.666885,22.247153],[110.682793,22.251994],[110.690893,22.262038],[110.686192,22.267845],[110.690186,22.273889],[110.699874,22.277768],[110.702969,22.274471],[110.709027,22.28311],[110.716452,22.298304],[110.721655,22.300456],[110.724948,22.298652],[110.730007,22.289918],[110.735182,22.284714],[110.756689,22.279669],[110.770948,22.280568],[110.779609,22.283955],[110.784264,22.289806],[110.784168,22.295801],[110.774297,22.299547],[110.769374,22.303271],[110.76491,22.320939],[110.747409,22.328988],[110.743889,22.333295],[110.742078,22.342265],[110.745869,22.345724],[110.745925,22.350276],[110.744365,22.354783],[110.736529,22.363842],[110.724029,22.369349],[110.719195,22.365984],[110.719001,22.362769],[110.715735,22.362874],[110.705157,22.373645],[110.704394,22.383161],[110.707528,22.38557],[110.708854,22.393407],[110.70359,22.403202],[110.703004,22.409661],[110.708346,22.417064],[110.708909,22.435941],[110.706308,22.44602],[110.69995,22.450804],[110.689267,22.449516],[110.687468,22.452345],[110.689054,22.459056],[110.680617,22.469763],[110.678164,22.476578],[110.684101,22.482318],[110.68624,22.482642],[110.695741,22.477365],[110.697291,22.473871],[110.70377,22.469345],[110.714077,22.464809],[110.720501,22.463933],[110.734394,22.467262],[110.739052,22.469788],[110.744479,22.48008],[110.740736,22.48114],[110.733953,22.490134],[110.734098,22.502467],[110.740131,22.51565],[110.746624,22.522146],[110.755215,22.520137],[110.758924,22.521837],[110.752982,22.535485],[110.755348,22.548878],[110.745259,22.556628],[110.743234,22.560219],[110.747769,22.564837],[110.754125,22.561011],[110.759052,22.56557],[110.759642,22.572348],[110.755734,22.585001],[110.756938,22.58754],[110.765585,22.592093],[110.772204,22.589955],[110.78696,22.576431],[110.791287,22.567995],[110.791343,22.56474],[110.794932,22.560208],[110.800613,22.562141],[110.803016,22.566006],[110.80213,22.57149],[110.803811,22.577548],[110.809525,22.582787],[110.815225,22.582547],[110.824915,22.586796],[110.827812,22.592345],[110.844707,22.586011],[110.849453,22.586749],[110.854395,22.59178],[110.865632,22.590484],[110.875111,22.585456],[110.883366,22.587846],[110.891889,22.594728],[110.89468,22.598913],[110.894069,22.608477],[110.890237,22.610887],[110.892434,22.617131],[110.924712,22.611214],[110.936922,22.611066],[110.945521,22.612977],[110.954383,22.621965],[110.957196,22.627595],[110.955653,22.63594],[110.953239,22.639621],[110.963639,22.639261],[110.968195,22.642789],[110.975771,22.645375],[110.982836,22.643749],[110.984521,22.638205],[110.99211,22.633845],[110.995265,22.639328],[111.003975,22.644112],[111.005849,22.648067],[111.022135,22.654096],[111.025591,22.649192],[111.030172,22.647149],[111.035291,22.651572],[111.050455,22.650677],[111.055384,22.657844],[111.055229,22.667228],[111.060423,22.669715],[111.063699,22.668217],[111.068749,22.669757],[111.074196,22.680305],[111.084023,22.691558],[111.085011,22.696486],[111.078428,22.703822],[111.076993,22.712627],[111.067328,22.719904],[111.056223,22.724883],[111.051572,22.729645],[111.053302,22.733056],[111.056289,22.73419],[111.08237,22.7329],[111.089877,22.738217],[111.090852,22.742325],[111.093338,22.744461],[111.100363,22.743038],[111.110374,22.74394],[111.110638,22.746208],[111.114492,22.746134],[111.126597,22.740311],[111.137186,22.739299],[111.141871,22.740503],[111.145337,22.745563],[111.151508,22.745153],[111.15107,22.742636],[111.152895,22.741895],[111.16726,22.74408],[111.176505,22.73932],[111.189052,22.739216],[111.197331,22.743428],[111.19816,22.753103],[111.214284,22.751123],[111.225986,22.760556],[111.227069,22.764525],[111.234561,22.771786],[111.231254,22.77571],[111.235718,22.783839],[111.249716,22.789561],[111.251896,22.797294],[111.255453,22.797537],[111.259899,22.79545],[111.263165,22.791444],[111.266254,22.792047],[111.268545,22.802457],[111.279452,22.807367],[111.284235,22.806507],[111.285923,22.811188],[111.28555,22.820827],[111.288824,22.827552],[111.298528,22.838077],[111.301531,22.842399],[111.300501,22.84425],[111.307883,22.854123],[111.315085,22.85398],[111.318386,22.857372],[111.322703,22.864377],[111.319722,22.869021],[111.331308,22.871329],[111.334549,22.870407],[111.340417,22.878481],[111.344035,22.880338],[111.347124,22.88524],[111.346847,22.888116],[111.354335,22.892621],[111.355007,22.90882],[111.365285,22.917824],[111.370878,22.931976],[111.368961,22.943466],[111.362955,22.9466],[111.360409,22.951988],[111.362344,22.956311],[111.358342,22.971155],[111.363535,22.972276],[111.370427,22.970458],[111.372463,22.976154],[111.38973,22.983222],[111.397765,22.990295],[111.398148,22.993748],[111.388477,22.999864],[111.384363,23.008764],[111.391929,23.016042],[111.397699,23.016294],[111.406323,23.019797],[111.40946,23.022171],[111.410313,23.027833],[111.418734,23.035543],[111.425626,23.035102],[111.428777,23.039125],[111.428526,23.049865],[111.424091,23.052078],[111.421317,23.05649],[111.421667,23.064528],[111.427475,23.070077],[111.429029,23.074764],[111.42738,23.075574],[111.422832,23.07315],[111.422302,23.070206],[111.41854,23.067191],[111.407883,23.071769],[111.39716,23.068669],[111.388458,23.071107],[111.372128,23.084608],[111.368547,23.092472],[111.369942,23.114372],[111.37613,23.12585],[111.37163,23.134301],[111.371551,23.144499],[111.363511,23.14568],[111.375853,23.154745],[111.378381,23.156118],[111.3851,23.155955],[111.394006,23.162991],[111.391994,23.168244],[111.387151,23.172051],[111.383713,23.168525],[111.378924,23.169529],[111.379482,23.200891],[111.383,23.214599],[111.372071,23.2183],[111.3716,23.220951],[111.373971,23.223912],[111.368659,23.232226],[111.361684,23.238744],[111.359428,23.243506],[111.362432,23.244952],[111.365344,23.250698],[111.367054,23.265099],[111.360925,23.270971],[111.355545,23.273118],[111.350383,23.269157],[111.346936,23.26926],[111.343867,23.274608],[111.347356,23.281634],[111.348652,23.292297],[111.351031,23.290899],[111.355006,23.293354],[111.360749,23.299607],[111.372245,23.307505],[111.374009,23.314873],[111.373084,23.316564],[111.360493,23.322668],[111.35698,23.32721],[111.356736,23.329841],[111.359498,23.344633],[111.362414,23.352172],[111.369307,23.358617],[111.372311,23.371587],[111.384094,23.37908],[111.387004,23.385762],[111.387485,23.393226],[111.37857,23.401306],[111.378079,23.403381],[111.380533,23.410954],[111.384152,23.416108],[111.38585,23.434122],[111.39072,23.441282],[111.38756,23.450353],[111.394027,23.459685],[111.391781,23.464605],[111.39398,23.471302],[111.423352,23.468677],[111.427885,23.48227],[111.429975,23.483616],[111.433804,23.483128],[111.449365,23.501963],[111.452087,23.501174],[111.455402,23.502857],[111.460557,23.515882],[111.463434,23.520751],[111.465729,23.520824],[111.472834,23.541107],[111.475757,23.560623],[111.484458,23.564632],[111.485221,23.569084],[111.48343,23.595076],[111.480362,23.605037],[111.481757,23.629174],[111.497275,23.632191],[111.51125,23.628588],[111.528374,23.631977],[111.535697,23.634905],[111.545606,23.643657],[111.549004,23.643957],[111.554391,23.64108],[111.551917,23.638094],[111.551943,23.635575],[111.562821,23.637515],[111.574961,23.645823],[111.590247,23.644929],[111.597716,23.642782],[111.602853,23.639393],[111.61068,23.641754],[111.612124,23.64816],[111.609079,23.65104],[111.609814,23.660066],[111.619985,23.67878],[111.627192,23.677736],[111.631943,23.680978],[111.634399,23.693678],[111.638102,23.698881],[111.643011,23.697874],[111.660157,23.702688],[111.661417,23.72081],[111.657992,23.722582],[111.640171,23.72414],[111.63744,23.716785],[111.628496,23.724901],[111.617833,23.72761],[111.612258,23.736277],[111.615238,23.739965],[111.618466,23.739793],[111.624673,23.744187],[111.62344,23.748515],[111.622952,23.791452],[111.629132,23.791374],[111.633947,23.793955],[111.649257,23.825848],[111.649926,23.836377],[111.660982,23.837242],[111.670463,23.829739],[111.670958,23.826557],[111.68615,23.81878],[111.688274,23.820012],[111.690866,23.826671],[111.689559,23.833221],[111.692091,23.839778],[111.698612,23.841146],[111.707153,23.840606],[111.709349,23.839914],[111.710038,23.834867],[111.717202,23.825923],[111.738701,23.822784],[111.747279,23.815285],[111.757597,23.81647],[111.767244,23.812739],[111.786334,23.813905],[111.791914,23.818069],[111.798132,23.816953],[111.803776,23.812304],[111.804992,23.808586],[111.808773,23.813775],[111.80596,23.819683],[111.810298,23.832217],[111.8142,23.831699],[111.820054,23.834887],[111.816195,23.85991],[111.818897,23.873777],[111.81384,23.878021],[111.810203,23.878773],[111.808255,23.881924],[111.807289,23.888979],[111.817215,23.913994],[111.820714,23.915273],[111.830756,23.913626],[111.841634,23.907058],[111.847593,23.912847],[111.852349,23.920922],[111.851935,23.930746],[111.845316,23.93826],[111.849682,23.951243],[111.861242,23.94915],[111.864966,23.942243],[111.874069,23.940512],[111.880069,23.944991],[111.892686,23.950326],[111.907118,23.946683],[111.917034,23.958022],[111.918939,23.971142],[111.929034,23.981326],[111.936251,23.985168],[111.935273,23.990649],[111.927903,23.997007],[111.928795,24],[111.918292,24.006749],[111.915509,24.014732],[111.916111,24.018953],[111.918214,24.020846],[111.915279,24.042486],[111.901401,24.050942],[111.892506,24.073104],[111.883309,24.08019],[111.882103,24.083808],[111.884968,24.091346],[111.884214,24.094211],[111.876292,24.102155],[111.87355,24.112747],[111.873769,24.128722],[111.87819,24.139585],[111.883944,24.165394],[111.867727,24.176442],[111.865404,24.183707],[111.869983,24.201325],[111.870674,24.21864],[111.873339,24.224922],[111.872132,24.230041],[111.876748,24.232681],[111.907984,24.224161],[111.910649,24.225493],[111.918391,24.238888],[111.928462,24.236997],[111.932042,24.232668],[111.936037,24.234106],[111.937436,24.238137],[111.935848,24.246559],[111.940522,24.248191],[111.948768,24.255303],[111.949694,24.261931],[111.953037,24.26755],[111.96051,24.26836],[111.967388,24.26365],[111.970427,24.258139],[111.981123,24.259961],[111.98478,24.263791],[111.984582,24.273951],[111.986452,24.282629],[111.997388,24.282364],[112.003329,24.291304],[112.009602,24.297327],[112.024318,24.299118],[112.026374,24.304245],[112.026286,24.313998],[112.032948,24.319561],[112.03948,24.32144],[112.041349,24.331262],[112.053834,24.341041],[112.05675,24.373515],[112.055442,24.389496],[112.048075,24.39327],[112.044068,24.390216],[112.036623,24.396544],[112.034413,24.403299],[112.036101,24.408413],[112.035744,24.413903],[112.023908,24.43486],[112.01882,24.435793],[112.017482,24.437429],[112.018561,24.44341],[112.012272,24.448889],[111.998702,24.450882],[111.99116,24.460627],[111.980898,24.467321],[111.982385,24.473269],[111.978462,24.479067],[111.981455,24.488889],[111.987432,24.496441],[112.003354,24.501674],[112.00499,24.503607],[112.005139,24.505243],[111.99889,24.513147],[112.002333,24.524385],[112.00121,24.538029],[111.992989,24.552956],[111.983712,24.556299],[111.973912,24.562848],[111.973322,24.571561],[111.971006,24.577171],[111.965746,24.582867],[111.958093,24.583925],[111.949101,24.590095],[111.946999,24.59369],[111.933248,24.598042],[111.929944,24.602923],[111.932717,24.605651],[111.931117,24.611345],[111.93258,24.617105],[111.923372,24.630312],[111.92277,24.634292],[111.928122,24.641968],[111.932662,24.64528],[111.939245,24.645876],[111.948304,24.651226],[111.941751,24.658662],[111.940317,24.668408],[111.932856,24.672683],[111.939038,24.677809],[111.939038,24.679769],[111.931392,24.684326],[111.937682,24.693107],[111.946897,24.697314],[111.956089,24.724745],[111.969352,24.730096],[111.981065,24.730261],[111.991284,24.736197],[112.004359,24.732475],[112.012047,24.736888],[112.017257,24.74304],[112.025192,24.746469],[112.029232,24.758479],[112.028691,24.774185],[112.030509,24.77782],[112.035969,24.781525],[112.040929,24.782327],[112.044692,24.788064],[112.052877,24.792442],[112.05421,24.794726],[112.053141,24.799829],[112.061948,24.804816],[112.07701,24.807045],[112.091213,24.82004],[112.089757,24.82587],[112.094482,24.827923],[112.098944,24.826516],[112.100753,24.830632],[112.109143,24.834053],[112.122498,24.845039],[112.134696,24.847718],[112.142721,24.839978],[112.149125,24.839681],[112.150055,24.844219],[112.157021,24.848701],[112.155294,24.851929],[112.159995,24.854567],[112.165049,24.865702],[112.157432,24.871287],[112.156986,24.873221],[112.15989,24.87873],[112.159573,24.887852],[112.161499,24.89793],[112.165135,24.906737],[112.16961,24.929458],[112.165879,24.932408],[112.143876,24.93713],[112.1361,24.940715],[112.132879,24.95035],[112.128635,24.953251],[112.122378,24.954722],[112.117893,24.959781],[112.116421,24.967049],[112.114453,24.968994],[112.117873,24.973902],[112.115284,24.990516],[112.117682,24.995276],[112.128464,24.999917],[112.148727,25.030492],[112.142509,25.041421],[112.146291,25.048548],[112.14673,25.064174],[112.155796,25.071311],[112.165611,25.104772],[112.170073,25.108936],[112.170667,25.126931],[112.168585,25.13169],[112.179888,25.145818],[112.177806,25.149387],[112.181078,25.164853],[112.187175,25.171843],[112.181095,25.187039],[112.190927,25.190271],[112.197734,25.186863],[112.205318,25.194597],[112.206805,25.193555],[112.208048,25.187467],[112.214592,25.186746],[112.222429,25.190752],[112.241402,25.188633],[112.250218,25.175541],[112.247509,25.171114],[112.251147,25.164258],[112.26302,25.167828],[112.267333,25.165746],[112.275364,25.168869],[112.278982,25.161339],[112.296657,25.159615],[112.302723,25.162287],[112.300415,25.168112],[112.308613,25.178527],[112.317728,25.177329],[112.327002,25.178394],[112.339769,25.18359],[112.341669,25.18797],[112.356828,25.195723],[112.366229,25.190879],[112.36573,25.184397],[112.368311,25.178535],[112.37429,25.177028],[112.378918,25.173166],[112.381547,25.167679],[112.386752,25.164556],[112.381895,25.155998],[112.381844,25.15329],[112.39594,25.142985],[112.405821,25.142143],[112.420118,25.157864],[112.425433,25.171959],[112.424707,25.17703],[112.426085,25.181069],[112.432854,25.183145],[112.43661,25.189664],[112.442758,25.18637],[112.450768,25.176959],[112.44921,25.170987],[112.443685,25.165432],[112.444157,25.163664],[112.451295,25.158607],[112.452347,25.154453],[112.47527,25.153034],[112.491258,25.149718],[112.49486,25.140671],[112.498257,25.139137],[112.517368,25.139939],[112.521095,25.135846],[112.533001,25.137746],[112.547399,25.131822],[112.547731,25.126609],[112.577865,25.127429],[112.581286,25.128619],[112.586044,25.133675],[112.590938,25.129287],[112.608947,25.137542],[112.618018,25.135459],[112.621439,25.137988],[112.623372,25.142895],[112.626049,25.143936],[112.637661,25.141304],[112.641516,25.136649],[112.646863,25.138285],[112.655985,25.135842],[112.663098,25.124278],[112.662209,25.119082],[112.663845,25.115959],[112.665779,25.114769],[112.67213,25.115616],[112.675668,25.112998],[112.690728,25.098258],[112.689357,25.091542],[112.706765,25.086034],[112.71763,25.051639],[112.713422,25.046164],[112.707865,25.043385],[112.71049,25.038733],[112.710157,25.028407],[112.718796,25.012006],[112.728239,25.012006],[112.729578,25.003529],[112.73671,25.000325],[112.738778,24.990459],[112.741475,24.986873],[112.736772,24.980822],[112.737418,24.961597],[112.747089,24.958493],[112.751219,24.959081],[112.775301,24.951248],[112.779923,24.944629],[112.779524,24.939567],[112.776572,24.93512],[112.779398,24.931105],[112.77568,24.926792],[112.782588,24.919952],[112.778912,24.907558],[112.774268,24.901511],[112.777318,24.898097],[112.788202,24.893635],[112.796837,24.893836],[112.814733,24.898444],[112.822976,24.896693],[112.831134,24.897177],[112.839355,24.900704],[112.859087,24.898925],[112.867782,24.900248],[112.87022,24.904401],[112.869631,24.909382],[112.878726,24.915409],[112.892303,24.919869],[112.898073,24.919356],[112.899749,24.92231],[112.903621,24.923477],[112.918299,24.921141],[112.92312,24.924874],[112.929179,24.924074],[112.932233,24.918416],[112.934299,24.918101],[112.952892,24.927045],[112.966437,24.921619],[112.980059,24.925604],[112.985235,24.928876],[112.990651,24.927533],[112.990426,24.937053],[112.984393,24.939463],[112.989089,24.943652],[113.00217,24.946189],[113.007081,24.950003],[113.006187,24.952835],[112.998868,24.956156],[112.997213,24.959933],[113.003245,24.965237],[113.00443,24.984938],[112.999349,24.985535],[112.996821,24.993417],[112.99218,24.994547],[112.980448,25.004766],[112.987126,25.01424],[112.987764,25.019506],[112.975906,25.029005],[112.972543,25.029039],[112.973681,25.036587],[112.983556,25.048911],[112.992097,25.051846],[112.997512,25.061528],[112.99445,25.065748],[112.994442,25.069083],[112.996928,25.073563],[113.010604,25.084592],[113.007687,25.088481],[113.004235,25.089277],[112.982767,25.120112],[112.964414,25.138251],[112.959991,25.147271],[112.963418,25.148649],[112.962061,25.151212],[112.966433,25.157694],[112.965378,25.168097],[113.004654,25.192345],[113.011611,25.191754],[113.024021,25.194067],[113.028897,25.199979],[113.027398,25.205118],[113.03111,25.209187],[113.022913,25.214024],[113.017987,25.210053],[113.013595,25.211331],[113.009523,25.217049],[113.004753,25.22978],[113.006656,25.232576],[113.003206,25.231743],[113.001303,25.232635],[113.000589,25.235372],[112.994821,25.237288],[112.991674,25.241069],[112.993629,25.244406],[112.993486,25.24807],[112.990001,25.249569],[112.980542,25.25045],[112.971486,25.248451],[112.967202,25.254162],[112.965204,25.254019],[112.963633,25.251592],[112.961206,25.251735],[112.955496,25.25716],[112.95107,25.25716],[112.947786,25.255018],[112.946216,25.248879],[112.939543,25.252065],[112.92904,25.253818],[112.926111,25.251579],[112.927903,25.245744],[112.925257,25.245092],[112.92079,25.247485],[112.917722,25.251234],[112.903059,25.247012],[112.896675,25.240884],[112.891536,25.241884],[112.887223,25.24856],[112.878141,25.25089],[112.868201,25.250035],[112.863,25.251797],[112.860629,25.259201],[112.863517,25.267728],[112.870264,25.276821],[112.866742,25.279105],[112.863572,25.278071],[112.861438,25.279415],[112.856749,25.290622],[112.851228,25.292049],[112.853893,25.300139],[112.84923,25.314987],[112.850343,25.317214],[112.85751,25.320888],[112.849084,25.328719],[112.84659,25.335136],[112.846775,25.339089],[112.850209,25.340896],[112.865539,25.329528],[112.87093,25.332786],[112.873215,25.33764],[112.880829,25.335736],[112.887385,25.343223],[112.890937,25.339613],[112.894783,25.319084],[112.897586,25.311886],[112.905396,25.303119],[112.919165,25.29923],[112.923385,25.301941],[112.922226,25.308787],[112.927141,25.325474],[112.931025,25.328744],[112.936061,25.328436],[112.941629,25.330577],[112.945425,25.339728],[112.959385,25.342459],[112.962178,25.349354],[112.962287,25.360951],[112.965071,25.357168],[112.966428,25.351671],[112.967998,25.351029],[112.979533,25.357167],[112.982314,25.356633],[112.989909,25.350518],[112.994936,25.354718],[113.005643,25.35567],[113.008558,25.354778],[113.01022,25.351102],[113.013524,25.348641],[113.018973,25.347991],[113.020158,25.349543],[113.01873,25.354421],[113.021036,25.361395],[113.022061,25.36376],[113.028605,25.364236],[113.028486,25.370185],[113.033721,25.370125],[113.036398,25.3684],[113.051949,25.379995],[113.061987,25.384772],[113.07147,25.384571],[113.075522,25.386319],[113.074573,25.393235],[113.08483,25.399437],[113.082748,25.404196],[113.085425,25.406397],[113.085484,25.410323],[113.091715,25.413752],[113.085382,25.418189],[113.086233,25.419981],[113.098155,25.4246],[113.102854,25.422101],[113.106721,25.424005],[113.109279,25.423112],[113.11592,25.417391],[113.123422,25.416065],[113.127251,25.417701],[113.124227,25.432227],[113.122062,25.434297],[113.12042,25.44065],[113.123703,25.442435],[113.11577,25.443082],[113.112003,25.449163],[113.116033,25.451625],[113.122189,25.451938],[113.120678,25.454692],[113.122284,25.457833],[113.118108,25.455049],[113.115646,25.457119],[113.116479,25.460742],[113.12504,25.468577],[113.129245,25.470343],[113.130095,25.469225],[113.147048,25.470963],[113.148059,25.474715],[113.146626,25.476586],[113.136668,25.472472],[113.134646,25.472948],[113.136787,25.480087],[113.139524,25.481039],[113.145354,25.479611],[113.146543,25.480801],[113.144039,25.494624],[113.150324,25.495863],[113.162267,25.492417],[113.164469,25.490512],[113.163883,25.482761],[113.174118,25.471512],[113.18312,25.478777],[113.193309,25.480136],[113.198353,25.482857],[113.203852,25.490061],[113.206433,25.505369],[113.221099,25.513538],[113.238883,25.519538],[113.24276,25.51817],[113.248072,25.507059],[113.254668,25.501576],[113.257141,25.500907],[113.260989,25.504637],[113.26011,25.508124],[113.263848,25.508675],[113.27123,25.504704],[113.272918,25.499671],[113.277911,25.496789],[113.284058,25.499167],[113.286879,25.505498],[113.28227,25.512833],[113.285334,25.519732],[113.297094,25.519864],[113.300161,25.517763],[113.291253,25.51073],[113.293995,25.505906],[113.299731,25.503716],[113.30211,25.497916]]]]}},{type:"Feature",properties:{name:"广西壮族自治区",province_adcode:45e4,province_type:"自治区",name_en:"Guangxi",name_var:"Guǎng Xī",adcode:45e4},geometry:{type:"MultiPolygon",coordinates:[[[[109.206744,20.918983],[109.213903,20.915934],[109.218456,20.910052],[109.217409,20.906839],[109.212373,20.902319],[109.207978,20.903946],[109.204505,20.91017],[109.203092,20.915811],[109.204234,20.919154],[109.206744,20.918983]]],[[[109.13553,21.038448],[109.12368,21.018711],[109.120681,21.021545],[109.11195,21.025],[109.108409,21.029198],[109.103902,21.029814],[109.095887,21.026418],[109.092471,21.021712],[109.093986,21.016533],[109.099695,21.013053],[109.09855,21.008781],[109.086184,21.015705],[109.084992,21.025847],[109.08762,21.033064],[109.083875,21.041407],[109.083009,21.049155],[109.085299,21.052071],[109.088056,21.052342],[109.091265,21.057526],[109.11034,21.068039],[109.121464,21.071225],[109.126903,21.071031],[109.131985,21.068221],[109.136571,21.063019],[109.139538,21.054513],[109.138301,21.044579],[109.13553,21.038448]]],[[[109.512678,21.457436],[109.529189,21.450364],[109.530609,21.453364],[109.535844,21.451079],[109.532836,21.444912],[109.508832,21.455991],[109.504226,21.46429],[109.504174,21.470624],[109.508032,21.47373],[109.515766,21.469328],[109.510436,21.458311],[109.512678,21.457436]]],[[[109.10731,21.485706],[109.084629,21.483344],[109.085852,21.485728],[109.107709,21.488578],[109.109057,21.486349],[109.10731,21.485706]]],[[[108.700004,21.607373],[108.688338,21.596702],[108.68047,21.598692],[108.674682,21.593537],[108.672421,21.594441],[108.681374,21.603846],[108.682731,21.602761],[108.694245,21.613245],[108.700004,21.607373]]],[[[109.03558,21.605209],[109.03211,21.605645],[109.030941,21.60764],[109.033199,21.614735],[109.049843,21.622284],[109.057665,21.628975],[109.066946,21.633863],[109.064097,21.624496],[109.060315,21.62038],[109.047714,21.614562],[109.03558,21.605209]]],[[[109.070076,21.644295],[109.067352,21.649833],[109.071695,21.655084],[109.069081,21.651637],[109.070076,21.644295]]],[[[108.345389,21.663789],[108.344479,21.664818],[108.34599,21.66787],[108.344077,21.671555],[108.347536,21.675027],[108.349234,21.669011],[108.345389,21.663789]]],[[[108.370277,21.675216],[108.376547,21.665402],[108.38157,21.664206],[108.387514,21.659388],[108.386553,21.654774],[108.380072,21.646093],[108.36618,21.638111],[108.366801,21.634359],[108.36418,21.630025],[108.365618,21.627558],[108.367607,21.628014],[108.37424,21.624594],[108.369808,21.617812],[108.368393,21.613557],[108.369446,21.611005],[108.36032,21.600742],[108.356732,21.586777],[108.350396,21.58355],[108.349831,21.578409],[108.35879,21.573483],[108.354352,21.557034],[108.352568,21.55629],[108.336506,21.566552],[108.332707,21.585195],[108.326136,21.60304],[108.331615,21.620201],[108.341505,21.622144],[108.347018,21.6457],[108.357201,21.662442],[108.355229,21.664764],[108.354194,21.670967],[108.363411,21.677093],[108.365883,21.680387],[108.370277,21.675216]]],[[[108.853192,21.711218],[108.85053,21.711833],[108.85266,21.723315],[108.855406,21.724962],[108.857759,21.72247],[108.85775,21.716842],[108.853192,21.711218]]],[[[108.585917,21.740197],[108.591752,21.74035],[108.595195,21.736343],[108.595345,21.730614],[108.591274,21.72098],[108.586396,21.7175],[108.584849,21.719582],[108.586515,21.720683],[108.575919,21.738151],[108.580166,21.741512],[108.585917,21.740197]]],[[[108.555872,21.74057],[108.548496,21.738072],[108.554266,21.733164],[108.553344,21.730398],[108.551232,21.732748],[108.548615,21.731826],[108.547633,21.733908],[108.543806,21.731662],[108.540269,21.735134],[108.540866,21.737241],[108.542825,21.736868],[108.543201,21.741076],[108.552362,21.746727],[108.552362,21.743931],[108.555872,21.74057]]],[[[108.574703,21.740963],[108.573362,21.741002],[108.56995,21.748564],[108.569992,21.751935],[108.57265,21.750896],[108.57536,21.746315],[108.574703,21.740963]]],[[[108.591048,21.761138],[108.589441,21.755658],[108.582463,21.754514],[108.580675,21.75118],[108.565233,21.765918],[108.56708,21.768138],[108.57516,21.770292],[108.583024,21.768295],[108.589993,21.764137],[108.591048,21.761138]]],[[[108.574883,21.772494],[108.565193,21.768002],[108.564423,21.777562],[108.567699,21.778093],[108.573003,21.775287],[108.574883,21.772494]]],[[[108.6215,21.889718],[108.625571,21.884484],[108.62375,21.880847],[108.612049,21.871612],[108.604954,21.869785],[108.601918,21.871343],[108.599538,21.86935],[108.600152,21.865238],[108.591872,21.855358],[108.591129,21.849933],[108.586447,21.847934],[108.588103,21.846335],[108.584505,21.841653],[108.58382,21.837541],[108.572627,21.838055],[108.591399,21.864962],[108.584173,21.86612],[108.579009,21.869281],[108.573504,21.877402],[108.574824,21.883764],[108.587074,21.884729],[108.590304,21.887527],[108.593183,21.887361],[108.593849,21.889074],[108.600369,21.890192],[108.603964,21.895173],[108.608316,21.892688],[108.6215,21.889718]]],[[[111.006285,26.339886],[111.010144,26.341089],[111.023514,26.340527],[111.027814,26.336919],[111.036778,26.338774],[111.037761,26.331291],[111.034358,26.326509],[111.035845,26.32413],[111.048188,26.322048],[111.051647,26.327759],[111.058207,26.328408],[111.058152,26.325766],[111.060234,26.323981],[111.064547,26.326807],[111.067968,26.318776],[111.072342,26.320969],[111.083795,26.311647],[111.094159,26.306762],[111.0999,26.306081],[111.105444,26.310448],[111.111393,26.312679],[111.11749,26.309407],[111.122398,26.314315],[111.125496,26.311159],[111.137848,26.308647],[111.159873,26.31081],[111.166117,26.316969],[111.171422,26.311691],[111.185691,26.305384],[111.191109,26.308257],[111.200448,26.309185],[111.201662,26.298037],[111.19854,26.29513],[111.201553,26.292491],[111.201369,26.287338],[111.195943,26.283112],[111.19833,26.279335],[111.207463,26.272377],[111.207533,26.267561],[111.208911,26.266357],[111.212742,26.265579],[111.21659,26.272771],[111.224453,26.269935],[111.224863,26.263156],[111.226648,26.263305],[111.227365,26.265898],[111.242351,26.267348],[111.246129,26.268762],[111.245832,26.271633],[111.247319,26.27312],[111.252524,26.27431],[111.254309,26.279961],[111.2602,26.277143],[111.260853,26.279812],[111.262786,26.280259],[111.266206,26.273269],[111.269627,26.272377],[111.271775,26.275043],[111.273702,26.274654],[111.277141,26.272246],[111.281322,26.265772],[111.285093,26.265982],[111.283498,26.261389],[111.285294,26.257206],[111.287347,26.240703],[111.282235,26.236848],[111.282348,26.232726],[111.283969,26.226114],[111.287175,26.222557],[111.28146,26.222461],[111.275484,26.218894],[111.268883,26.21988],[111.264273,26.218541],[111.267824,26.211884],[111.265621,26.20816],[111.263651,26.191241],[111.268575,26.189489],[111.269499,26.187711],[111.269575,26.182068],[111.267247,26.180321],[111.269373,26.17307],[111.256429,26.163435],[111.250957,26.146921],[111.253391,26.142756],[111.264306,26.132611],[111.260549,26.126152],[111.2634,26.122557],[111.26631,26.121853],[111.255792,26.112165],[111.253919,26.113327],[111.251832,26.111555],[111.253197,26.107644],[111.251004,26.104981],[111.250574,26.101123],[111.251302,26.099557],[111.254655,26.100347],[111.260008,26.104362],[111.262537,26.101983],[111.261793,26.100347],[111.248954,26.093873],[111.242707,26.080332],[111.247814,26.079824],[111.245434,26.0743],[111.248858,26.070397],[111.260198,26.064173],[111.261667,26.059836],[111.261362,26.05819],[111.258751,26.058014],[111.259497,26.048992],[111.254967,26.049319],[111.253153,26.051333],[111.253323,26.056689],[111.248263,26.057762],[111.230919,26.053569],[111.226853,26.051108],[111.227886,26.045768],[111.22045,26.041753],[111.221221,26.035398],[111.214893,26.026342],[111.209296,26.022271],[111.209891,26.015579],[111.20543,26.010076],[111.208255,26.00502],[111.200819,25.991635],[111.2017,25.984731],[111.198142,25.978621],[111.191101,25.973614],[111.190023,25.967727],[111.19061,25.959294],[111.197995,25.957548],[111.203422,25.952426],[111.201973,25.948332],[111.216435,25.93899],[111.216583,25.934677],[111.211378,25.930215],[111.219409,25.925903],[111.220531,25.921116],[111.229522,25.918616],[111.229373,25.9146],[111.219898,25.912569],[111.219785,25.908151],[111.226405,25.899781],[111.237188,25.895938],[111.237106,25.889021],[111.242906,25.883667],[111.24366,25.876055],[111.242361,25.873667],[111.244051,25.870838],[111.253143,25.86648],[111.263726,25.870134],[111.266223,25.865805],[111.278454,25.862526],[111.281602,25.858591],[111.287089,25.858626],[111.288692,25.863705],[111.285075,25.866175],[111.295772,25.881147],[111.294957,25.884857],[111.299463,25.886698],[111.302804,25.89241],[111.318603,25.896011],[111.320092,25.89922],[111.319495,25.903744],[111.325146,25.911031],[111.327377,25.906421],[111.334104,25.908949],[111.335778,25.911033],[111.339633,25.909433],[111.344479,25.8972],[111.349387,25.898836],[111.351023,25.903],[111.352807,25.898093],[111.360965,25.897573],[111.361808,25.899125],[111.360235,25.901203],[111.362023,25.904721],[111.369917,25.910078],[111.374452,25.903869],[111.372884,25.894672],[111.373925,25.892739],[111.379406,25.890496],[111.377643,25.887385],[111.377792,25.885452],[111.379428,25.885006],[111.381875,25.885142],[111.384038,25.88798],[111.389986,25.888872],[111.394151,25.886939],[111.398901,25.889672],[111.410285,25.879977],[111.415907,25.882428],[111.420721,25.890782],[111.43282,25.889644],[111.438289,25.886204],[111.443127,25.885783],[111.450012,25.890817],[111.456329,25.887964],[111.451163,25.88454],[111.453314,25.877124],[111.457625,25.874573],[111.467453,25.880474],[111.469961,25.880474],[111.480906,25.874427],[111.488176,25.872509],[111.481259,25.861176],[111.476742,25.86134],[111.468652,25.858009],[111.465033,25.860472],[111.460163,25.860437],[111.456724,25.858133],[111.455918,25.852671],[111.452956,25.849101],[111.449924,25.851109],[111.442523,25.850813],[111.436003,25.848372],[111.43296,25.844684],[111.43002,25.845929],[111.422782,25.839173],[111.419657,25.831817],[111.421491,25.822033],[111.425398,25.8203],[111.43042,25.822657],[111.433153,25.821135],[111.430819,25.81732],[111.434775,25.81076],[111.432231,25.808464],[111.431718,25.80333],[111.43534,25.787695],[111.438909,25.786744],[111.435935,25.78139],[111.438358,25.774699],[111.434748,25.772928],[111.418457,25.770869],[111.407296,25.771032],[111.404764,25.763425],[111.401432,25.762116],[111.39965,25.763093],[111.397449,25.760788],[111.399326,25.748436],[111.394169,25.745324],[111.383705,25.744865],[111.381802,25.740939],[111.380374,25.74082],[111.373831,25.745341],[111.370856,25.745698],[111.370143,25.738679],[111.361695,25.740225],[111.353724,25.734158],[111.342441,25.732096],[111.327741,25.734111],[111.325092,25.740135],[111.312453,25.733767],[111.309228,25.72464],[111.303708,25.724146],[111.302406,25.718352],[111.30399,25.707364],[111.303401,25.697202],[111.304769,25.692803],[111.311539,25.691237],[111.313242,25.686022],[111.313063,25.676874],[111.30824,25.66797],[111.304583,25.65387],[111.305206,25.648282],[111.311131,25.642218],[111.311998,25.63655],[111.321605,25.624488],[111.327196,25.622896],[111.334025,25.615919],[111.337903,25.606941],[111.335793,25.602781],[111.330166,25.597603],[111.329423,25.592398],[111.324813,25.587491],[111.326448,25.583921],[111.322613,25.579469],[111.316544,25.55395],[111.319214,25.545488],[111.322436,25.541469],[111.323772,25.522055],[111.320946,25.518189],[111.313956,25.499897],[111.31232,25.491569],[111.300547,25.480256],[111.293836,25.468788],[111.29437,25.461522],[111.296984,25.457783],[111.295566,25.451782],[111.287058,25.43879],[111.281119,25.433325],[111.274546,25.432677],[111.2741,25.425836],[111.26324,25.427371],[111.259307,25.424894],[111.255709,25.415696],[111.252239,25.412154],[111.251198,25.405908],[111.252834,25.399811],[111.248229,25.398154],[111.228055,25.379266],[111.219944,25.376467],[111.205744,25.366658],[111.178185,25.37097],[111.166876,25.357426],[111.162452,25.347044],[111.159255,25.34543],[111.150897,25.326196],[111.130641,25.302883],[111.114682,25.294683],[111.107922,25.294957],[111.103063,25.29019],[111.097304,25.287677],[111.096673,25.283116],[111.105869,25.265765],[111.101813,25.257102],[111.111817,25.238456],[111.107164,25.218975],[111.071706,25.20123],[111.064545,25.195304],[111.061959,25.189032],[111.054846,25.192323],[111.051325,25.191241],[111.043623,25.187831],[111.037593,25.178753],[111.032819,25.182381],[111.015626,25.173596],[111.004739,25.172687],[110.995852,25.168589],[110.994174,25.166268],[110.996666,25.152293],[110.989433,25.147915],[110.985816,25.142585],[110.979344,25.130783],[110.979724,25.123549],[110.978392,25.120123],[110.972704,25.112632],[110.977712,25.107673],[110.977933,25.102806],[110.972844,25.09594],[110.959,25.082922],[110.962219,25.080714],[110.960538,25.075029],[110.959455,25.07316],[110.957072,25.073866],[110.953455,25.071201],[110.953738,25.064682],[110.946066,25.048039],[110.945886,25.045531],[110.952028,25.034335],[110.9501,25.021388],[110.954895,25.006123],[110.972833,24.989355],[110.968746,24.981007],[110.961958,24.978679],[110.965402,24.97034],[110.981394,24.96788],[110.987798,24.96131],[110.981055,24.942942],[110.984255,24.934966],[110.989718,24.935155],[110.990164,24.933966],[110.986595,24.928463],[110.978824,24.927508],[110.974397,24.919965],[110.977055,24.916874],[110.992395,24.929653],[111.002397,24.923047],[111.009498,24.927144],[111.0149,24.933541],[111.027683,24.93497],[111.029865,24.932279],[111.040817,24.929511],[111.067179,24.938545],[111.080566,24.945486],[111.092423,24.942276],[111.095936,24.949495],[111.094443,24.970697],[111.091741,24.975431],[111.091403,24.979596],[111.103945,24.988855],[111.103753,24.993523],[111.099873,24.995771],[111.099873,24.998485],[111.102025,25.000022],[111.099599,25.009059],[111.104638,25.014848],[111.101247,25.025407],[111.09731,25.030296],[111.101682,25.036628],[111.102737,25.041151],[111.111482,25.045523],[111.118869,25.044015],[111.138781,25.045077],[111.147169,25.055453],[111.169057,25.066549],[111.197586,25.074264],[111.199959,25.07679],[111.199498,25.082315],[111.203899,25.091505],[111.208573,25.096933],[111.220184,25.105041],[111.219809,25.113088],[111.224767,25.120196],[111.239829,25.128873],[111.254724,25.13155],[111.2619,25.149005],[111.266896,25.151336],[111.27248,25.15089],[111.282601,25.147222],[111.284708,25.144272],[111.285487,25.133502],[111.290281,25.124772],[111.308089,25.115345],[111.31486,25.115627],[111.315765,25.114723],[111.313956,25.110652],[111.316815,25.106905],[111.330994,25.102961],[111.343505,25.106129],[111.350428,25.103308],[111.355411,25.106015],[111.368213,25.113909],[111.37082,25.117753],[111.368555,25.12165],[111.371565,25.123975],[111.380593,25.125729],[111.383087,25.131715],[111.387203,25.131976],[111.399107,25.12857],[111.398253,25.122267],[111.399681,25.11259],[111.402905,25.109077],[111.411764,25.104904],[111.42069,25.108453],[111.424926,25.106917],[111.420696,25.099044],[111.423259,25.096028],[111.422656,25.092712],[111.418529,25.086597],[111.41961,25.07667],[111.422505,25.07462],[111.419412,25.06983],[111.419229,25.063549],[111.414342,25.052451],[111.41318,25.04317],[111.417019,25.039374],[111.42537,25.039643],[111.429908,25.035967],[111.43446,25.034861],[111.444545,25.033958],[111.457934,25.038738],[111.465302,25.034523],[111.461587,25.025465],[111.468357,25.020841],[111.461135,25.009208],[111.4581,24.999462],[111.454589,24.996136],[111.442166,24.996128],[111.43279,24.982105],[111.42858,24.970164],[111.430106,24.967169],[111.436022,24.965005],[111.440107,24.955457],[111.443816,24.951732],[111.455882,24.946336],[111.461521,24.935477],[111.457153,24.932545],[111.455143,24.92757],[111.460158,24.92523],[111.463442,24.921375],[111.454794,24.920904],[111.456697,24.910196],[111.44616,24.903748],[111.448531,24.898261],[111.459444,24.890395],[111.460444,24.887968],[111.45973,24.885398],[111.453876,24.883114],[111.451306,24.879116],[111.453162,24.876689],[111.450751,24.869856],[111.449864,24.853237],[111.454884,24.849458],[111.454313,24.841083],[111.455646,24.838037],[111.471054,24.828573],[111.474301,24.82871],[111.474698,24.822224],[111.481472,24.803764],[111.479686,24.790321],[111.474681,24.787592],[111.473349,24.784737],[111.475252,24.779978],[111.474681,24.776552],[111.469922,24.774458],[111.465925,24.769699],[111.467638,24.760181],[111.45942,24.756865],[111.454583,24.751423],[111.454165,24.746754],[111.45781,24.744475],[111.459854,24.740226],[111.458836,24.732706],[111.449418,24.729906],[111.445112,24.722669],[111.443663,24.714486],[111.428863,24.696981],[111.425452,24.688227],[111.431257,24.684043],[111.442226,24.685256],[111.444775,24.681226],[111.44763,24.665589],[111.465106,24.671412],[111.467881,24.677821],[111.483535,24.675248],[111.495975,24.668227],[111.500562,24.668133],[111.511318,24.65595],[111.514335,24.645005],[111.519386,24.644223],[111.520514,24.641741],[111.523941,24.639838],[111.530413,24.640219],[111.532291,24.647125],[111.544362,24.652966],[111.557278,24.643161],[111.566334,24.647667],[111.569923,24.651689],[111.568971,24.65578],[111.578531,24.681459],[111.579209,24.688518],[111.58735,24.690327],[111.588707,24.695151],[111.587816,24.698912],[111.589311,24.700871],[111.597134,24.700801],[111.601205,24.697723],[111.612867,24.694211],[111.618407,24.695453],[111.622629,24.691985],[111.630799,24.689914],[111.637104,24.691748],[111.637403,24.697262],[111.641633,24.70366],[111.641813,24.707265],[111.638536,24.713203],[111.634269,24.714274],[111.63301,24.71693],[111.636681,24.725901],[111.648418,24.741288],[111.65471,24.757056],[111.674869,24.781565],[111.682524,24.782711],[111.686836,24.787619],[111.689067,24.787917],[111.693083,24.786578],[111.698436,24.781076],[111.702459,24.792674],[111.712508,24.791314],[111.730044,24.781541],[111.737887,24.781604],[111.74439,24.785537],[111.753399,24.783568],[111.757099,24.78453],[111.767722,24.793636],[111.779401,24.798728],[111.782535,24.793258],[111.782448,24.788081],[111.804195,24.778815],[111.816796,24.778459],[111.83357,24.784131],[111.84253,24.783712],[111.843702,24.780526],[111.862848,24.781093],[111.868236,24.767043],[111.871592,24.763657],[111.872821,24.758066],[111.87697,24.758974],[111.884468,24.765556],[111.889235,24.772706],[111.891604,24.771461],[111.896376,24.772494],[111.914753,24.771403],[111.92308,24.763901],[111.931755,24.763719],[111.936091,24.764099],[111.940596,24.767258],[111.942744,24.775247],[111.955582,24.776418],[111.959469,24.775313],[111.95941,24.771512],[111.970021,24.765288],[111.979439,24.767743],[111.99541,24.761818],[112.008302,24.748594],[112.017257,24.74304],[112.012047,24.736888],[112.004359,24.732475],[111.991284,24.736197],[111.981065,24.730261],[111.969352,24.730096],[111.955885,24.724561],[111.946897,24.697314],[111.937682,24.693107],[111.931392,24.684326],[111.939038,24.679769],[111.939038,24.677809],[111.932856,24.672683],[111.940317,24.668408],[111.941751,24.658662],[111.948304,24.651226],[111.939245,24.645876],[111.932662,24.64528],[111.928122,24.641968],[111.922695,24.633874],[111.923372,24.630312],[111.932531,24.617296],[111.931117,24.611345],[111.932717,24.605651],[111.929944,24.602923],[111.933248,24.598042],[111.946999,24.59369],[111.949101,24.590095],[111.958093,24.583925],[111.965746,24.582867],[111.971006,24.577171],[111.973322,24.571561],[111.973912,24.562848],[111.983712,24.556299],[111.992989,24.552956],[112.001062,24.538559],[112.002333,24.524385],[111.99889,24.513147],[112.005139,24.505243],[112.00499,24.503607],[112.003354,24.501674],[111.987432,24.496441],[111.981455,24.488889],[111.978462,24.479067],[111.982385,24.473269],[111.980898,24.467321],[111.99116,24.460627],[111.998702,24.450882],[112.012272,24.448889],[112.015773,24.446438],[112.018561,24.44341],[112.017482,24.437429],[112.01882,24.435793],[112.023908,24.43486],[112.035744,24.413903],[112.036101,24.408413],[112.034413,24.403299],[112.036623,24.396544],[112.044068,24.390216],[112.048075,24.39327],[112.055442,24.389496],[112.056619,24.369017],[112.053834,24.341041],[112.041349,24.331262],[112.03948,24.32144],[112.032948,24.319561],[112.026286,24.313998],[112.026374,24.304245],[112.024318,24.299118],[112.009602,24.297327],[112.003329,24.291304],[111.997388,24.282364],[111.986452,24.282629],[111.984582,24.273951],[111.98478,24.263791],[111.980398,24.259505],[111.970427,24.258139],[111.967388,24.26365],[111.96051,24.26836],[111.953037,24.26755],[111.949694,24.261931],[111.948768,24.255303],[111.940522,24.248191],[111.935848,24.246559],[111.937436,24.238137],[111.936037,24.234106],[111.932042,24.232668],[111.928462,24.236997],[111.918391,24.238888],[111.910649,24.225493],[111.907984,24.224161],[111.876748,24.232681],[111.872132,24.230041],[111.873339,24.224922],[111.870674,24.21864],[111.869983,24.201325],[111.865404,24.183707],[111.867727,24.176442],[111.883944,24.165394],[111.87819,24.139585],[111.873769,24.128722],[111.87355,24.112747],[111.876292,24.102155],[111.884214,24.094211],[111.884968,24.091346],[111.882103,24.083808],[111.883309,24.08019],[111.892506,24.073104],[111.901401,24.050942],[111.915279,24.042486],[111.918214,24.020846],[111.916111,24.018953],[111.915509,24.014732],[111.918292,24.006749],[111.928795,24],[111.927903,23.997007],[111.935273,23.990649],[111.936846,23.987242],[111.936251,23.985168],[111.929034,23.981326],[111.918939,23.971142],[111.917034,23.958022],[111.907118,23.946683],[111.892686,23.950326],[111.880069,23.944991],[111.874069,23.940512],[111.864966,23.942243],[111.861242,23.94915],[111.849682,23.951243],[111.845316,23.93826],[111.850045,23.93396],[111.852826,23.925674],[111.852349,23.920922],[111.847593,23.912847],[111.841146,23.90705],[111.830756,23.913626],[111.820714,23.915273],[111.817215,23.913994],[111.807289,23.888979],[111.808255,23.881924],[111.810203,23.878773],[111.81384,23.878021],[111.818897,23.873777],[111.816195,23.85991],[111.820054,23.834887],[111.8142,23.831699],[111.810298,23.832217],[111.805997,23.820051],[111.80871,23.814858],[111.808228,23.812652],[111.804992,23.808586],[111.803776,23.812304],[111.798132,23.816953],[111.791914,23.818069],[111.786334,23.813905],[111.767244,23.812739],[111.757597,23.81647],[111.747279,23.815285],[111.738701,23.822784],[111.717202,23.825923],[111.710038,23.834867],[111.709349,23.839914],[111.707153,23.840606],[111.698612,23.841146],[111.692091,23.839778],[111.689559,23.833221],[111.690866,23.826671],[111.688274,23.820012],[111.68615,23.81878],[111.670958,23.826557],[111.670463,23.829739],[111.660982,23.837242],[111.649926,23.836377],[111.649257,23.825848],[111.633947,23.793955],[111.629132,23.791374],[111.622952,23.791452],[111.62344,23.748515],[111.624673,23.744187],[111.618466,23.739793],[111.615238,23.739965],[111.612258,23.736277],[111.617833,23.72761],[111.628496,23.724901],[111.63744,23.716785],[111.640171,23.72414],[111.657992,23.722582],[111.661417,23.72081],[111.660157,23.702688],[111.643011,23.697874],[111.638102,23.698881],[111.634399,23.693678],[111.631943,23.680978],[111.627192,23.677736],[111.619985,23.67878],[111.609814,23.660066],[111.609079,23.65104],[111.612124,23.64816],[111.61068,23.641754],[111.602853,23.639393],[111.597716,23.642782],[111.590247,23.644929],[111.574961,23.645823],[111.562821,23.637515],[111.551943,23.635575],[111.551917,23.638094],[111.554391,23.64108],[111.549004,23.643957],[111.545606,23.643657],[111.535697,23.634905],[111.528374,23.631977],[111.51125,23.628588],[111.497275,23.632191],[111.481757,23.629174],[111.480362,23.605037],[111.48343,23.595076],[111.485221,23.569084],[111.484458,23.564632],[111.475757,23.560623],[111.472834,23.541107],[111.465729,23.520824],[111.463434,23.520751],[111.460557,23.515882],[111.455402,23.502857],[111.452087,23.501174],[111.449365,23.501963],[111.433804,23.483128],[111.429975,23.483616],[111.427885,23.48227],[111.423352,23.468677],[111.39398,23.471302],[111.391781,23.464605],[111.394027,23.459685],[111.38756,23.450353],[111.39072,23.441282],[111.38585,23.434122],[111.384152,23.416108],[111.380533,23.410954],[111.378079,23.403381],[111.37857,23.401306],[111.387485,23.393226],[111.387004,23.385762],[111.384094,23.37908],[111.372311,23.371587],[111.369307,23.358617],[111.362414,23.352172],[111.359498,23.344633],[111.356736,23.329841],[111.35698,23.32721],[111.360493,23.322668],[111.373084,23.316564],[111.374009,23.314873],[111.372245,23.307505],[111.360749,23.299607],[111.355006,23.293354],[111.351031,23.290899],[111.348652,23.292297],[111.347356,23.281634],[111.343867,23.274608],[111.346936,23.26926],[111.350383,23.269157],[111.355545,23.273118],[111.360925,23.270971],[111.367054,23.265099],[111.365344,23.250698],[111.362432,23.244952],[111.359428,23.243506],[111.361684,23.238744],[111.368659,23.232226],[111.373971,23.223912],[111.3716,23.220951],[111.372071,23.2183],[111.383,23.214599],[111.379482,23.200891],[111.378924,23.169529],[111.383713,23.168525],[111.387151,23.172051],[111.391994,23.168244],[111.394006,23.162991],[111.3851,23.155955],[111.378381,23.156118],[111.375853,23.154745],[111.363511,23.14568],[111.371551,23.144499],[111.37163,23.134301],[111.37613,23.12585],[111.369942,23.114372],[111.368547,23.092472],[111.372128,23.084608],[111.388458,23.071107],[111.39716,23.068669],[111.407883,23.071769],[111.41854,23.067191],[111.422302,23.070206],[111.422832,23.07315],[111.42738,23.075574],[111.429029,23.074764],[111.427475,23.070077],[111.421667,23.064528],[111.421317,23.05649],[111.424091,23.052078],[111.428526,23.049865],[111.428777,23.039125],[111.425626,23.035102],[111.418734,23.035543],[111.410313,23.027833],[111.40946,23.022171],[111.406323,23.019797],[111.397699,23.016294],[111.391929,23.016042],[111.384363,23.008764],[111.388477,22.999864],[111.398148,22.993748],[111.397765,22.990295],[111.38973,22.983222],[111.372463,22.976154],[111.370427,22.970458],[111.363535,22.972276],[111.358342,22.971155],[111.362344,22.956311],[111.360409,22.951988],[111.362955,22.9466],[111.368961,22.943466],[111.370878,22.931976],[111.365285,22.917824],[111.355007,22.90882],[111.354335,22.892621],[111.346847,22.888116],[111.347124,22.88524],[111.344035,22.880338],[111.340417,22.878481],[111.334549,22.870407],[111.331308,22.871329],[111.319722,22.869021],[111.322703,22.864377],[111.318386,22.857372],[111.315085,22.85398],[111.307883,22.854123],[111.300501,22.84425],[111.301531,22.842399],[111.298528,22.838077],[111.288824,22.827552],[111.28555,22.820827],[111.285923,22.811188],[111.284235,22.806507],[111.279452,22.807367],[111.268545,22.802457],[111.266254,22.792047],[111.263165,22.791444],[111.259899,22.79545],[111.255453,22.797537],[111.251896,22.797294],[111.249716,22.789561],[111.235718,22.783839],[111.231254,22.77571],[111.234561,22.771786],[111.227069,22.764525],[111.225986,22.760556],[111.214284,22.751123],[111.19816,22.753103],[111.197331,22.743428],[111.189052,22.739216],[111.176505,22.73932],[111.16726,22.74408],[111.152895,22.741895],[111.15107,22.742636],[111.151508,22.745153],[111.145337,22.745563],[111.141871,22.740503],[111.137186,22.739299],[111.126597,22.740311],[111.114492,22.746134],[111.110638,22.746208],[111.110374,22.74394],[111.100363,22.743038],[111.093338,22.744461],[111.090852,22.742325],[111.089877,22.738217],[111.08237,22.7329],[111.056289,22.73419],[111.053302,22.733056],[111.051572,22.729645],[111.056223,22.724883],[111.067328,22.719904],[111.076993,22.712627],[111.078428,22.703822],[111.085011,22.696486],[111.084023,22.691558],[111.074196,22.680305],[111.068749,22.669757],[111.063699,22.668217],[111.060423,22.669715],[111.055229,22.667228],[111.055384,22.657844],[111.050455,22.650677],[111.035291,22.651572],[111.030172,22.647149],[111.025591,22.649192],[111.022135,22.654096],[111.005849,22.648067],[111.003975,22.644112],[110.995265,22.639328],[110.99211,22.633845],[110.984521,22.638205],[110.982836,22.643749],[110.975771,22.645375],[110.968195,22.642789],[110.963639,22.639261],[110.953239,22.639621],[110.955653,22.63594],[110.957196,22.627595],[110.954383,22.621965],[110.945521,22.612977],[110.936922,22.611066],[110.924712,22.611214],[110.892434,22.617131],[110.890237,22.610887],[110.894069,22.608477],[110.89468,22.598913],[110.891889,22.594728],[110.883366,22.587846],[110.875111,22.585456],[110.865632,22.590484],[110.854395,22.59178],[110.849453,22.586749],[110.844707,22.586011],[110.827812,22.592345],[110.824915,22.586796],[110.815225,22.582547],[110.809525,22.582787],[110.803811,22.577548],[110.80213,22.57149],[110.803016,22.566006],[110.800613,22.562141],[110.794932,22.560208],[110.791343,22.56474],[110.791287,22.567995],[110.78696,22.576431],[110.772204,22.589955],[110.765585,22.592093],[110.756938,22.58754],[110.755734,22.585001],[110.759642,22.572348],[110.759052,22.56557],[110.754125,22.561011],[110.747769,22.564837],[110.743234,22.560219],[110.745259,22.556628],[110.755348,22.548878],[110.752982,22.535485],[110.758924,22.521837],[110.755215,22.520137],[110.746624,22.522146],[110.740131,22.51565],[110.734098,22.502467],[110.733953,22.490134],[110.740736,22.48114],[110.744479,22.48008],[110.739052,22.469788],[110.734394,22.467262],[110.720501,22.463933],[110.714077,22.464809],[110.70377,22.469345],[110.697291,22.473871],[110.695741,22.477365],[110.68624,22.482642],[110.684101,22.482318],[110.678164,22.476578],[110.680617,22.469763],[110.689054,22.459056],[110.687468,22.452345],[110.689267,22.449516],[110.69995,22.450804],[110.706308,22.44602],[110.708909,22.435941],[110.708346,22.417064],[110.703004,22.409661],[110.70359,22.403202],[110.708854,22.393407],[110.707528,22.38557],[110.704394,22.383161],[110.705157,22.373645],[110.715735,22.362874],[110.719001,22.362769],[110.719195,22.365984],[110.724029,22.369349],[110.736529,22.363842],[110.744365,22.354783],[110.745925,22.350276],[110.745869,22.345724],[110.742078,22.342265],[110.743889,22.333295],[110.747409,22.328988],[110.76491,22.320939],[110.769374,22.303271],[110.774297,22.299547],[110.784168,22.295801],[110.784264,22.289806],[110.782218,22.286846],[110.779609,22.283955],[110.770948,22.280568],[110.756689,22.279669],[110.735182,22.284714],[110.730007,22.289918],[110.724948,22.298652],[110.721655,22.300456],[110.716452,22.298304],[110.709027,22.28311],[110.702969,22.274471],[110.699874,22.277768],[110.690186,22.273889],[110.686192,22.267845],[110.690893,22.262038],[110.682793,22.251994],[110.666885,22.247153],[110.660185,22.248057],[110.649351,22.242697],[110.643144,22.230853],[110.646113,22.215777],[110.652303,22.206131],[110.658519,22.205697],[110.662543,22.203094],[110.671297,22.192294],[110.674932,22.176604],[110.654665,22.170115],[110.651283,22.170389],[110.639753,22.160275],[110.637517,22.155672],[110.627023,22.15228],[110.625135,22.151944],[110.621955,22.155402],[110.62179,22.157991],[110.613769,22.162852],[110.60746,22.158967],[110.602471,22.158084],[110.596196,22.161714],[110.594174,22.166272],[110.599058,22.18219],[110.596948,22.186353],[110.591453,22.18969],[110.579685,22.188479],[110.556035,22.199388],[110.5457,22.195836],[110.538741,22.186821],[110.533988,22.17516],[110.525947,22.170783],[110.524458,22.16564],[110.526295,22.157767],[110.50683,22.148288],[110.497338,22.145405],[110.487263,22.145124],[110.479662,22.15491],[110.479885,22.162079],[110.467475,22.17392],[110.455545,22.181069],[110.451026,22.188966],[110.425704,22.210497],[110.423426,22.209089],[110.413671,22.21175],[110.407912,22.209768],[110.40517,22.205695],[110.406816,22.199626],[110.405625,22.192263],[110.399317,22.187709],[110.393988,22.189596],[110.386379,22.181652],[110.389054,22.173422],[110.376332,22.166767],[110.370717,22.169081],[110.35445,22.186226],[110.349998,22.195597],[110.346492,22.198749],[110.343883,22.198743],[110.323725,22.16803],[110.321932,22.163223],[110.32211,22.15541],[110.32974,22.145496],[110.341619,22.137645],[110.348827,22.134845],[110.355154,22.136977],[110.360557,22.126909],[110.361602,22.099523],[110.353281,22.099193],[110.350928,22.101422],[110.346096,22.099625],[110.345749,22.09177],[110.353127,22.088431],[110.354464,22.078202],[110.352522,22.077306],[110.348781,22.064577],[110.348847,22.046672],[110.344979,22.045471],[110.343246,22.041629],[110.345421,22.033816],[110.356985,22.014635],[110.354637,21.990671],[110.348468,21.979019],[110.350799,21.976808],[110.363891,21.971725],[110.365941,21.972928],[110.372008,21.970692],[110.385217,21.956129],[110.386694,21.952688],[110.373766,21.943571],[110.368387,21.936099],[110.374192,21.931433],[110.37715,21.933234],[110.375603,21.934381],[110.380948,21.932473],[110.385396,21.92499],[110.385248,21.919068],[110.39127,21.916078],[110.393093,21.909269],[110.385529,21.90672],[110.388632,21.903471],[110.385481,21.893904],[110.382889,21.892737],[110.379093,21.89387],[110.352354,21.892354],[110.350237,21.889473],[110.343013,21.893278],[110.331334,21.889823],[110.329122,21.892439],[110.317259,21.896741],[110.312184,21.902062],[110.308962,21.908339],[110.295353,21.913382],[110.292674,21.917508],[110.28605,21.920502],[110.28493,21.918862],[110.285979,21.913905],[110.279354,21.894923],[110.272644,21.894255],[110.268357,21.897704],[110.265593,21.896633],[110.254232,21.883332],[110.252272,21.883074],[110.228607,21.881468],[110.217092,21.884218],[110.205772,21.88969],[110.207361,21.895997],[110.192671,21.902526],[110.190396,21.899224],[110.182644,21.897874],[110.177845,21.902248],[110.163792,21.899462],[110.146742,21.899849],[110.13489,21.886766],[110.128862,21.902516],[110.123443,21.905305],[110.119598,21.905263],[110.116973,21.904497],[110.102655,21.885099],[110.101763,21.88219],[110.103393,21.873325],[110.09649,21.872971],[110.093879,21.878896],[110.095031,21.883562],[110.092988,21.888597],[110.091393,21.88852],[110.087667,21.886501],[110.081527,21.871049],[110.06569,21.86321],[110.049081,21.859351],[110.046851,21.85982],[110.043506,21.864564],[110.033926,21.872481],[110.026438,21.874419],[110.016821,21.874169],[110.007555,21.877426],[110.000454,21.883072],[109.982055,21.881954],[109.983176,21.876185],[109.974336,21.868874],[109.969653,21.868975],[109.940838,21.848899],[109.944219,21.839831],[109.942798,21.827438],[109.937521,21.823443],[109.931955,21.816065],[109.931825,21.793649],[109.93359,21.777794],[109.93587,21.771481],[109.931104,21.757495],[109.927067,21.75488],[109.930402,21.74505],[109.937716,21.741286],[109.935977,21.737884],[109.932071,21.735978],[109.92475,21.736326],[109.918787,21.73117],[109.921292,21.708644],[109.91851,21.707043],[109.911118,21.708572],[109.901407,21.696532],[109.90123,21.687889],[109.904749,21.688476],[109.910506,21.68523],[109.91162,21.671773],[109.898933,21.655616],[109.894365,21.652489],[109.880543,21.650851],[109.871701,21.655978],[109.841329,21.647673],[109.84029,21.641001],[109.835322,21.63938],[109.817551,21.64098],[109.809279,21.647303],[109.805942,21.647888],[109.802148,21.639515],[109.802895,21.631344],[109.796758,21.629783],[109.791,21.632839],[109.780996,21.647217],[109.773652,21.673001],[109.770352,21.675597],[109.765965,21.6755],[109.761753,21.670158],[109.761765,21.660315],[109.750667,21.637166],[109.750646,21.630438],[109.741857,21.625528],[109.739017,21.619547],[109.739525,21.603586],[109.743966,21.597976],[109.750175,21.585162],[109.749859,21.574589],[109.747558,21.573116],[109.749303,21.566809],[109.748711,21.562814],[109.745252,21.562661],[109.745457,21.561236],[109.752914,21.546543],[109.751481,21.542135],[109.754467,21.541012],[109.757584,21.534481],[109.757873,21.530988],[109.755456,21.52969],[109.761247,21.516166],[109.763419,21.502691],[109.771772,21.488762],[109.770835,21.48395],[109.769988,21.487723],[109.759093,21.499774],[109.755188,21.489852],[109.759747,21.47326],[109.757409,21.463607],[109.751872,21.459111],[109.747515,21.460273],[109.74208,21.465312],[109.737483,21.466469],[109.730472,21.471794],[109.727277,21.46683],[109.715564,21.471626],[109.71698,21.475357],[109.714562,21.476923],[109.715051,21.478358],[109.700574,21.485032],[109.685283,21.496818],[109.681236,21.498177],[109.679633,21.49634],[109.674578,21.497239],[109.674916,21.500823],[109.668079,21.508923],[109.651405,21.519329],[109.652741,21.521465],[109.658396,21.523917],[109.65832,21.527752],[109.661512,21.531954],[109.666396,21.532667],[109.667748,21.536543],[109.674626,21.57533],[109.669421,21.576788],[109.670914,21.59167],[109.666521,21.592781],[109.665194,21.594775],[109.667198,21.597952],[109.675478,21.60112],[109.675061,21.603593],[109.680144,21.603652],[109.678143,21.605773],[109.675112,21.605239],[109.67309,21.60981],[109.680793,21.611243],[109.682049,21.613551],[109.680185,21.612137],[109.671105,21.611478],[109.660891,21.604989],[109.65443,21.602806],[109.650808,21.597644],[109.642822,21.596807],[109.636161,21.584314],[109.636213,21.573548],[109.634099,21.570573],[109.634739,21.566331],[109.63708,21.563731],[109.635997,21.560069],[109.615518,21.571932],[109.609277,21.579064],[109.6099,21.586082],[109.612959,21.587048],[109.617666,21.595299],[109.613053,21.598709],[109.613647,21.601221],[109.60692,21.602962],[109.606589,21.614101],[109.600166,21.622269],[109.601243,21.623456],[109.602914,21.622019],[109.605755,21.622933],[109.604728,21.628586],[109.60607,21.630628],[109.603585,21.632812],[109.605856,21.633436],[109.60582,21.638583],[109.614171,21.642923],[109.616095,21.647264],[109.614924,21.647548],[109.612723,21.644096],[109.609243,21.647257],[109.607271,21.645439],[109.609391,21.642649],[109.596297,21.637113],[109.595331,21.631153],[109.592703,21.628621],[109.583889,21.625837],[109.581226,21.628596],[109.580254,21.636474],[109.578483,21.638863],[109.579188,21.640871],[109.58209,21.640453],[109.581719,21.643394],[109.580073,21.644107],[109.582645,21.650286],[109.579056,21.654451],[109.571267,21.653856],[109.57206,21.658684],[109.577651,21.657834],[109.577356,21.664872],[109.571758,21.667659],[109.567731,21.665893],[109.563968,21.666939],[109.561474,21.67264],[109.566201,21.673817],[109.569387,21.672062],[109.57287,21.67397],[109.567758,21.68189],[109.565901,21.682122],[109.562711,21.678759],[109.559641,21.684113],[109.560914,21.68627],[109.566301,21.687458],[109.569756,21.690888],[109.567916,21.691947],[109.565309,21.687816],[109.560408,21.688598],[109.56169,21.692909],[109.555499,21.693203],[109.555212,21.70003],[109.558863,21.70572],[109.557595,21.707639],[109.560772,21.715856],[109.565621,21.721162],[109.570792,21.724912],[109.575328,21.722127],[109.577426,21.725173],[109.580749,21.724033],[109.586072,21.72594],[109.587928,21.724177],[109.589641,21.725929],[109.587748,21.729253],[109.593176,21.73405],[109.595323,21.733432],[109.597363,21.738735],[109.600276,21.737886],[109.600252,21.742561],[109.603467,21.748141],[109.599654,21.746159],[109.596093,21.747143],[109.594426,21.752952],[109.595148,21.756808],[109.597623,21.757902],[109.597742,21.763447],[109.600264,21.765279],[109.598456,21.765802],[109.598945,21.773008],[109.595937,21.76566],[109.597098,21.764099],[109.596217,21.760656],[109.591979,21.752922],[109.594856,21.748656],[109.593696,21.740207],[109.59181,21.738146],[109.59125,21.740663],[109.58734,21.740905],[109.582063,21.735445],[109.580387,21.7358],[109.583999,21.742964],[109.583996,21.744544],[109.581258,21.744866],[109.57566,21.739],[109.57284,21.732313],[109.570842,21.732765],[109.57068,21.734931],[109.556339,21.736805],[109.551802,21.732961],[109.551787,21.734346],[109.54755,21.736782],[109.546322,21.732394],[109.541383,21.728152],[109.531831,21.724961],[109.528,21.720928],[109.530802,21.716704],[109.524074,21.710816],[109.527446,21.706015],[109.524493,21.704026],[109.5189,21.709117],[109.513206,21.702153],[109.500663,21.703592],[109.50091,21.702203],[109.508628,21.70052],[109.506001,21.697385],[109.511764,21.694404],[109.511707,21.689278],[109.516901,21.690279],[109.521684,21.694537],[109.523705,21.689654],[109.521963,21.688748],[109.524174,21.685304],[109.530748,21.689187],[109.533921,21.685618],[109.534832,21.683213],[109.528668,21.680839],[109.529473,21.677686],[109.532884,21.677319],[109.527851,21.669054],[109.534059,21.669357],[109.536326,21.655614],[109.508528,21.653733],[109.494285,21.662174],[109.484773,21.659654],[109.491206,21.658],[109.493686,21.654749],[109.504264,21.65051],[109.526352,21.647949],[109.533516,21.644529],[109.540186,21.636515],[109.54266,21.628208],[109.544785,21.628569],[109.55936,21.614839],[109.563418,21.613215],[109.567504,21.613938],[109.568462,21.610834],[109.567201,21.603861],[109.569313,21.602467],[109.573397,21.605125],[109.574837,21.602782],[109.569609,21.599254],[109.569658,21.595562],[109.58063,21.589623],[109.586343,21.579647],[109.584685,21.578873],[109.585416,21.571061],[109.58062,21.570022],[109.575901,21.576968],[109.571206,21.573901],[109.577515,21.569536],[109.580143,21.56335],[109.576308,21.555809],[109.564538,21.55616],[109.561209,21.54014],[109.583078,21.534316],[109.584677,21.53443],[109.587133,21.541568],[109.595014,21.539741],[109.594385,21.535972],[109.598725,21.534316],[109.59804,21.529576],[109.570722,21.536475],[109.562861,21.520222],[109.556276,21.522231],[109.54302,21.506634],[109.554861,21.501736],[109.552154,21.495654],[109.556996,21.493566],[109.550496,21.477748],[109.519197,21.490661],[109.490012,21.47514],[109.474766,21.468979],[109.467554,21.467744],[109.457939,21.471305],[109.451345,21.459696],[109.447133,21.457654],[109.422332,21.454201],[109.413706,21.454917],[109.390636,21.460765],[109.384045,21.458109],[109.35731,21.455028],[109.337771,21.450871],[109.330611,21.452714],[109.330167,21.455066],[109.335719,21.45871],[109.336487,21.466288],[109.328314,21.48035],[109.326182,21.478672],[109.330489,21.472368],[109.325112,21.460681],[109.321578,21.456507],[109.302721,21.44395],[109.275795,21.434042],[109.252162,21.43061],[109.248482,21.432036],[109.24404,21.43682],[109.236784,21.44775],[109.24065,21.46168],[109.244294,21.467341],[109.244784,21.478946],[109.242002,21.480957],[109.240027,21.478476],[109.238261,21.466182],[109.234346,21.459068],[109.226775,21.461292],[109.227682,21.454371],[109.229528,21.454056],[109.229886,21.451008],[109.227447,21.442615],[109.227939,21.439023],[109.229645,21.43517],[109.232677,21.435242],[109.230297,21.428163],[109.225963,21.422915],[109.221302,21.420448],[109.210137,21.420199],[109.201521,21.423048],[109.188196,21.417142],[109.187543,21.41223],[109.178999,21.410299],[109.17705,21.414291],[109.163941,21.412879],[109.160246,21.413615],[109.160525,21.416134],[109.158281,21.416344],[109.156215,21.411337],[109.158219,21.409115],[109.163237,21.409811],[109.163547,21.405982],[109.161152,21.403727],[109.155974,21.402501],[109.150971,21.4043],[109.151333,21.406254],[109.148883,21.407251],[109.126099,21.414307],[109.097292,21.425772],[109.090974,21.426848],[109.087374,21.433538],[109.07561,21.43371],[109.070927,21.435366],[109.065102,21.440791],[109.06396,21.444103],[109.058192,21.443989],[109.04895,21.439242],[109.047109,21.440907],[109.046244,21.446518],[109.042714,21.449515],[109.051062,21.461678],[109.055056,21.464473],[109.052713,21.466969],[109.064874,21.474123],[109.073737,21.488067],[109.086628,21.481301],[109.101675,21.483593],[109.123277,21.490584],[109.138036,21.497771],[109.147418,21.504401],[109.161224,21.517454],[109.167321,21.528193],[109.168461,21.535035],[109.166863,21.54326],[109.164522,21.542747],[109.161656,21.547825],[109.160028,21.547279],[109.154935,21.554255],[109.15818,21.557573],[109.155573,21.561853],[109.152113,21.563426],[109.149831,21.561022],[109.14791,21.561534],[109.151993,21.56635],[109.150389,21.570784],[109.150445,21.580703],[109.143263,21.584593],[109.139918,21.57895],[109.137071,21.578123],[109.130498,21.582085],[109.129016,21.585209],[109.120421,21.587076],[109.115314,21.582983],[109.110567,21.581882],[109.102801,21.58451],[109.103565,21.587991],[109.102439,21.588712],[109.096542,21.584728],[109.079016,21.595824],[109.07589,21.599788],[109.073284,21.623027],[109.075886,21.630731],[109.083033,21.634203],[109.092251,21.63477],[109.099123,21.650137],[109.106224,21.652854],[109.109816,21.651022],[109.112074,21.652927],[109.11194,21.655515],[109.124399,21.665131],[109.122283,21.66596],[109.105795,21.653937],[109.097586,21.652105],[109.090671,21.63723],[109.078711,21.636955],[109.073661,21.633195],[109.069047,21.620757],[109.071102,21.616114],[109.071612,21.600272],[109.065711,21.59458],[109.058984,21.595986],[109.05226,21.601861],[109.046618,21.602196],[109.04623,21.604471],[109.055116,21.60917],[109.051523,21.611837],[109.052553,21.613817],[109.060961,21.619309],[109.065729,21.624862],[109.071364,21.640379],[109.069674,21.649637],[109.070741,21.653216],[109.084563,21.662405],[109.086863,21.666332],[109.078824,21.663418],[109.067977,21.654727],[109.065389,21.64782],[109.067683,21.643906],[109.06694,21.637419],[109.062394,21.636686],[109.06115,21.633552],[109.049091,21.625855],[109.039378,21.624223],[109.01827,21.617261],[109.002453,21.602787],[108.983022,21.602627],[108.965219,21.596953],[108.942809,21.608047],[108.929759,21.609632],[108.910054,21.616553],[108.907312,21.619331],[108.907899,21.630744],[108.905433,21.63881],[108.889138,21.653213],[108.888609,21.654728],[108.893703,21.657626],[108.885873,21.660962],[108.877636,21.661272],[108.871474,21.665296],[108.865131,21.672275],[108.866216,21.674862],[108.852857,21.682353],[108.850064,21.686568],[108.85147,21.698924],[108.863258,21.704337],[108.866063,21.703606],[108.870314,21.712707],[108.867799,21.715366],[108.863017,21.715961],[108.860781,21.722719],[108.865734,21.722463],[108.865531,21.726601],[108.860102,21.731909],[108.863675,21.743084],[108.866925,21.744735],[108.875509,21.744983],[108.88154,21.739535],[108.88655,21.73856],[108.895737,21.743713],[108.907739,21.754319],[108.907443,21.755895],[108.899557,21.754041],[108.892236,21.747325],[108.884245,21.747909],[108.890673,21.757949],[108.893283,21.767162],[108.891938,21.768498],[108.884619,21.755285],[108.866618,21.748581],[108.865543,21.752373],[108.867142,21.757633],[108.864568,21.7634],[108.865766,21.774387],[108.867482,21.775768],[108.863234,21.780317],[108.860926,21.780942],[108.85694,21.777663],[108.852721,21.781274],[108.849261,21.786317],[108.847612,21.80082],[108.843692,21.804332],[108.840954,21.802449],[108.838744,21.802984],[108.82773,21.813523],[108.826367,21.809681],[108.833503,21.799765],[108.844579,21.795755],[108.845935,21.79372],[108.84524,21.780995],[108.841056,21.777581],[108.833191,21.7937],[108.824658,21.793513],[108.824316,21.790609],[108.832099,21.791072],[108.836474,21.783444],[108.837474,21.77429],[108.839972,21.772838],[108.85003,21.773674],[108.85367,21.77192],[108.855486,21.769466],[108.855915,21.764414],[108.853715,21.757868],[108.851909,21.757256],[108.854194,21.741316],[108.851203,21.739138],[108.84648,21.727879],[108.843488,21.724907],[108.840306,21.725326],[108.837144,21.722459],[108.844302,21.716622],[108.844384,21.708986],[108.835999,21.702011],[108.826148,21.709423],[108.821108,21.710293],[108.819934,21.707888],[108.829502,21.703107],[108.836159,21.697545],[108.83428,21.695327],[108.830201,21.696063],[108.828435,21.693657],[108.833914,21.686214],[108.839165,21.683827],[108.843705,21.663119],[108.845762,21.661155],[108.844537,21.657158],[108.841736,21.656224],[108.843722,21.650933],[108.848578,21.646433],[108.866271,21.640523],[108.864507,21.631584],[108.865669,21.626636],[108.859401,21.625046],[108.852296,21.629425],[108.84938,21.625826],[108.850464,21.622401],[108.846321,21.620194],[108.832029,21.620056],[108.820028,21.627709],[108.815648,21.634722],[108.810687,21.638671],[108.808664,21.630683],[108.801072,21.632244],[108.799887,21.635852],[108.794733,21.635757],[108.778987,21.630923],[108.767425,21.621447],[108.752464,21.617553],[108.744902,21.610052],[108.744001,21.605932],[108.731338,21.617634],[108.731647,21.628447],[108.735647,21.633773],[108.731358,21.638923],[108.730877,21.643332],[108.721526,21.648694],[108.708002,21.650368],[108.706709,21.651866],[108.708554,21.661508],[108.706436,21.665315],[108.710957,21.669336],[108.712844,21.670177],[108.714503,21.663351],[108.721604,21.659996],[108.725995,21.661081],[108.725838,21.667205],[108.721891,21.667593],[108.719255,21.674954],[108.716223,21.675593],[108.713731,21.682489],[108.709766,21.68328],[108.705983,21.691094],[108.706353,21.695775],[108.711501,21.702392],[108.713893,21.711231],[108.712263,21.715063],[108.714918,21.719396],[108.71624,21.733531],[108.708656,21.733599],[108.709452,21.728762],[108.707945,21.720866],[108.702006,21.714059],[108.695271,21.709376],[108.69636,21.704671],[108.693693,21.697508],[108.687496,21.692364],[108.67448,21.692936],[108.678393,21.673965],[108.675136,21.672171],[108.676219,21.670149],[108.657438,21.660027],[108.651702,21.666887],[108.648328,21.666662],[108.635395,21.683532],[108.635395,21.693316],[108.638882,21.697589],[108.640012,21.720764],[108.64953,21.720526],[108.650839,21.724928],[108.646437,21.727545],[108.651315,21.729924],[108.647151,21.736349],[108.643581,21.736349],[108.642218,21.732791],[108.63942,21.733143],[108.638952,21.738882],[108.645711,21.762485],[108.654987,21.773159],[108.658076,21.7791],[108.657088,21.781695],[108.651608,21.781527],[108.647091,21.771467],[108.642219,21.766848],[108.639229,21.759917],[108.631923,21.766363],[108.628915,21.77384],[108.625305,21.774442],[108.629344,21.764644],[108.633384,21.761292],[108.637701,21.75443],[108.635934,21.750174],[108.637493,21.74949],[108.633384,21.73939],[108.628553,21.705803],[108.628884,21.695516],[108.622591,21.696023],[108.60588,21.701395],[108.606114,21.706225],[108.60401,21.707237],[108.601659,21.706031],[108.594977,21.712882],[108.59346,21.720252],[108.597213,21.731086],[108.596994,21.736631],[108.594266,21.749317],[108.591813,21.752706],[108.593509,21.759558],[108.592307,21.762388],[108.582894,21.769471],[108.576222,21.771479],[108.573378,21.776436],[108.56825,21.778358],[108.564952,21.787709],[108.561562,21.790836],[108.566367,21.800316],[108.569088,21.800956],[108.572338,21.798215],[108.577049,21.798975],[108.580054,21.801605],[108.580506,21.803579],[108.575988,21.806031],[108.576831,21.808327],[108.583253,21.812186],[108.584684,21.817517],[108.592021,21.82548],[108.592703,21.826734],[108.589318,21.827276],[108.589348,21.828971],[108.594375,21.831826],[108.601519,21.826688],[108.603464,21.831369],[108.600681,21.830228],[108.598436,21.831221],[108.603051,21.839188],[108.605213,21.840858],[108.610279,21.841279],[108.612272,21.844096],[108.606171,21.85445],[108.601548,21.859146],[108.602002,21.862079],[108.619549,21.872737],[108.627592,21.880695],[108.633833,21.881529],[108.62758,21.889426],[108.62149,21.894096],[108.620239,21.893858],[108.620408,21.891708],[108.615824,21.891738],[108.606343,21.894645],[108.605322,21.901592],[108.602734,21.901472],[108.60257,21.897806],[108.598693,21.891937],[108.584963,21.890943],[108.581711,21.888084],[108.56453,21.889076],[108.557615,21.893828],[108.550462,21.890768],[108.546201,21.894513],[108.546757,21.903269],[108.554265,21.91627],[108.54826,21.915498],[108.537581,21.904039],[108.536055,21.896566],[108.532505,21.898877],[108.529444,21.894582],[108.529737,21.89245],[108.520509,21.883216],[108.518259,21.882603],[108.512682,21.885411],[108.498774,21.883028],[108.50098,21.876266],[108.504887,21.873714],[108.503487,21.870153],[108.498462,21.869086],[108.479069,21.869923],[108.48226,21.866392],[108.48774,21.865153],[108.49005,21.862689],[108.490087,21.856431],[108.493548,21.85237],[108.491803,21.847017],[108.477173,21.843003],[108.46202,21.857666],[108.459915,21.865977],[108.462011,21.873481],[108.459058,21.874248],[108.457105,21.872855],[108.454974,21.867857],[108.460921,21.852243],[108.469849,21.84405],[108.469568,21.837882],[108.47751,21.830312],[108.485244,21.830976],[108.495295,21.819096],[108.503272,21.813318],[108.502227,21.803176],[108.507319,21.797558],[108.506235,21.792631],[108.508254,21.783561],[108.509023,21.781271],[108.513947,21.7794],[108.513764,21.775751],[108.511438,21.775183],[108.512314,21.771041],[108.509865,21.768457],[108.511107,21.765996],[108.516847,21.769828],[108.518703,21.768007],[108.524949,21.767651],[108.526906,21.764139],[108.522559,21.761953],[108.523367,21.758667],[108.530324,21.751569],[108.534113,21.750005],[108.539209,21.753998],[108.543117,21.750604],[108.549616,21.752158],[108.546664,21.744367],[108.542208,21.742536],[108.538024,21.735359],[108.526828,21.728923],[108.520857,21.721668],[108.51554,21.720252],[108.511281,21.725309],[108.514262,21.729411],[108.507872,21.730985],[108.508794,21.726843],[108.505909,21.724041],[108.509216,21.716992],[108.513959,21.715152],[108.514952,21.710194],[108.518189,21.706903],[108.52241,21.706984],[108.52257,21.714293],[108.531986,21.720246],[108.536219,21.7203],[108.536243,21.726812],[108.540186,21.728201],[108.549482,21.721582],[108.549968,21.718044],[108.542076,21.705991],[108.537575,21.706308],[108.540565,21.704129],[108.54155,21.699044],[108.536271,21.693239],[108.532651,21.694002],[108.528883,21.691013],[108.528906,21.688811],[108.532464,21.68543],[108.542815,21.695347],[108.54457,21.694336],[108.546473,21.69618],[108.548198,21.69386],[108.551143,21.695079],[108.547841,21.698797],[108.551113,21.701147],[108.5515,21.6996],[108.553998,21.700701],[108.553321,21.703145],[108.558386,21.707686],[108.561618,21.706356],[108.560215,21.703348],[108.562178,21.701563],[108.567204,21.701682],[108.567621,21.696864],[108.571033,21.69507],[108.569798,21.690806],[108.570809,21.684362],[108.565661,21.674077],[108.567309,21.665039],[108.56415,21.663848],[108.560278,21.668183],[108.552869,21.668228],[108.550042,21.662214],[108.542752,21.654593],[108.543133,21.65291],[108.550812,21.654915],[108.554356,21.663212],[108.557665,21.661054],[108.557794,21.657409],[108.5518,21.649523],[108.551016,21.643704],[108.542487,21.635455],[108.537559,21.63373],[108.531845,21.63458],[108.533833,21.63715],[108.531607,21.638767],[108.526919,21.640433],[108.524502,21.639218],[108.526216,21.635186],[108.522732,21.634613],[108.523192,21.633234],[108.532203,21.630668],[108.532967,21.626474],[108.530758,21.624383],[108.530241,21.621004],[108.532277,21.618787],[108.527373,21.61376],[108.52786,21.611502],[108.520791,21.607414],[108.522197,21.601715],[108.519932,21.597859],[108.516143,21.595953],[108.514298,21.592694],[108.4846,21.582086],[108.476823,21.583015],[108.476997,21.592848],[108.486916,21.602941],[108.489614,21.608075],[108.494921,21.609815],[108.492485,21.614253],[108.490484,21.614514],[108.486742,21.611033],[108.484741,21.604856],[108.480129,21.604333],[108.472559,21.59076],[108.475529,21.580655],[108.474925,21.574758],[108.478449,21.570841],[108.471776,21.568397],[108.460914,21.57057],[108.458351,21.568366],[108.458582,21.564979],[108.461509,21.565359],[108.463817,21.568262],[108.467338,21.56483],[108.474647,21.564743],[108.476462,21.560893],[108.475592,21.559279],[108.456477,21.558266],[108.444576,21.553254],[108.427333,21.554868],[108.411398,21.553116],[108.408657,21.55066],[108.403004,21.549461],[108.40209,21.53941],[108.37445,21.539581],[108.372508,21.554829],[108.380332,21.574188],[108.398537,21.574474],[108.400001,21.57706],[108.399309,21.581369],[108.394922,21.58815],[108.387634,21.59297],[108.390519,21.596862],[108.402844,21.596849],[108.411119,21.601627],[108.415297,21.599675],[108.432095,21.599816],[108.432859,21.606302],[108.439279,21.609251],[108.444032,21.615462],[108.443766,21.617407],[108.438765,21.61376],[108.428062,21.612034],[108.425874,21.607504],[108.422944,21.606796],[108.418907,21.608778],[108.419629,21.612776],[108.417422,21.613875],[108.409827,21.613982],[108.408004,21.608832],[108.40555,21.608973],[108.406239,21.613282],[108.408311,21.615212],[108.418158,21.622428],[108.422702,21.623408],[108.417848,21.63303],[108.418744,21.636651],[108.426412,21.633042],[108.427913,21.635478],[108.427025,21.637572],[108.433765,21.64208],[108.434502,21.645855],[108.441394,21.653317],[108.446682,21.655883],[108.45563,21.655937],[108.456613,21.661581],[108.460132,21.664219],[108.464481,21.666932],[108.46816,21.665273],[108.471285,21.66655],[108.465391,21.669674],[108.450862,21.668321],[108.448208,21.665923],[108.438059,21.662439],[108.42703,21.654691],[108.425913,21.655576],[108.427181,21.65875],[108.424867,21.658983],[108.421453,21.654242],[108.412141,21.649468],[108.412844,21.652742],[108.418632,21.658972],[108.421101,21.67013],[108.426067,21.675758],[108.428372,21.675239],[108.429212,21.672367],[108.430962,21.672707],[108.434269,21.679192],[108.42979,21.680292],[108.430941,21.686203],[108.435076,21.686551],[108.438601,21.690572],[108.438046,21.691664],[108.435473,21.691742],[108.433776,21.688363],[108.427464,21.692159],[108.421713,21.690388],[108.419128,21.68717],[108.421638,21.685918],[108.41749,21.683521],[108.419197,21.676905],[108.417644,21.673155],[108.391923,21.662156],[108.389002,21.667562],[108.390363,21.670539],[108.389587,21.6729],[108.384117,21.674656],[108.384202,21.670281],[108.37517,21.671675],[108.371646,21.675978],[108.370763,21.682206],[108.365421,21.683676],[108.357564,21.678542],[108.35554,21.679756],[108.355258,21.683299],[108.347911,21.683655],[108.336072,21.690003],[108.333021,21.693852],[108.332745,21.698468],[108.334117,21.706419],[108.338917,21.712621],[108.336766,21.712809],[108.329762,21.705103],[108.326658,21.696033],[108.336825,21.684543],[108.334911,21.670212],[108.330932,21.660019],[108.331784,21.659062],[108.329725,21.657915],[108.328897,21.669822],[108.330231,21.674193],[108.325288,21.676514],[108.330842,21.685785],[108.329364,21.687287],[108.322526,21.678653],[108.318108,21.675719],[108.314719,21.667185],[108.314741,21.652763],[108.323933,21.64828],[108.325907,21.639579],[108.322233,21.631621],[108.318162,21.628775],[108.314766,21.622949],[108.31479,21.621442],[108.319917,21.618883],[108.316786,21.615565],[108.30887,21.611713],[108.300186,21.59729],[108.306569,21.593318],[108.311106,21.596806],[108.316421,21.594038],[108.32214,21.599815],[108.324208,21.596457],[108.323245,21.588264],[108.31509,21.576324],[108.290598,21.552603],[108.294332,21.543637],[108.293536,21.539901],[108.277219,21.538866],[108.26199,21.533194],[108.261365,21.527334],[108.258954,21.523109],[108.255362,21.520676],[108.249421,21.520227],[108.217845,21.499468],[108.217661,21.500955],[108.211713,21.504583],[108.211058,21.507201],[108.225692,21.518563],[108.225811,21.521835],[108.229559,21.525166],[108.228194,21.529419],[108.230854,21.533589],[108.232593,21.534907],[108.236197,21.534298],[108.241234,21.539022],[108.271147,21.597103],[108.266103,21.597743],[108.258222,21.588962],[108.251037,21.589152],[108.247887,21.596162],[108.248947,21.61206],[108.246008,21.617407],[108.240819,21.619474],[108.236175,21.618688],[108.235403,21.61595],[108.222156,21.61718],[108.221794,21.619021],[108.226649,21.623349],[108.227727,21.626728],[108.226668,21.627049],[108.220198,21.62093],[108.215754,21.62589],[108.213162,21.623901],[108.216305,21.620876],[108.216299,21.617208],[108.210684,21.606694],[108.206159,21.603355],[108.204603,21.603254],[108.199697,21.609091],[108.193105,21.610464],[108.193877,21.605915],[108.19136,21.603609],[108.182767,21.602948],[108.17643,21.599555],[108.170736,21.603484],[108.166291,21.602885],[108.165559,21.601615],[108.178227,21.589666],[108.174771,21.582918],[108.169899,21.580714],[108.160924,21.582618],[108.15511,21.580794],[108.150897,21.577377],[108.150551,21.573956],[108.15206,21.572828],[108.146036,21.569171],[108.141253,21.574639],[108.13704,21.573724],[108.139316,21.56863],[108.140388,21.558993],[108.15314,21.550062],[108.172985,21.545315],[108.188811,21.533862],[108.187665,21.532629],[108.121368,21.51738],[108.115093,21.519041],[108.11574,21.521025],[108.133346,21.523939],[108.130935,21.535618],[108.123424,21.531833],[108.104385,21.531909],[108.101044,21.536275],[108.102025,21.539526],[108.104012,21.538791],[108.086266,21.551226],[108.080325,21.551188],[108.079882,21.54755],[108.080561,21.546003],[108.084679,21.546582],[108.083331,21.545046],[108.086841,21.541579],[108.081178,21.540758],[108.079674,21.536289],[108.072064,21.534447],[108.056276,21.537249],[108.052812,21.54032],[108.050943,21.544683],[108.024564,21.550088],[108.022671,21.547927],[108.032719,21.546805],[108.03273,21.545035],[107.999381,21.547214],[107.988646,21.544902],[107.966491,21.536046],[107.961585,21.537585],[107.954773,21.536784],[107.951916,21.539767],[107.947364,21.551283],[107.942759,21.569669],[107.931191,21.576857],[107.923253,21.586072],[107.910082,21.588249],[107.901905,21.586879],[107.89926,21.588271],[107.898672,21.594214],[107.891459,21.597593],[107.882903,21.609629],[107.883484,21.612203],[107.889203,21.61338],[107.890984,21.616198],[107.888306,21.625741],[107.883123,21.629386],[107.879162,21.629877],[107.878134,21.639995],[107.871408,21.6472],[107.8572,21.655013],[107.844456,21.642148],[107.8417,21.641381],[107.834257,21.643584],[107.827485,21.653239],[107.815345,21.658659],[107.796654,21.653784],[107.785769,21.656146],[107.780958,21.653733],[107.779549,21.648233],[107.764339,21.643042],[107.75258,21.642872],[107.741674,21.638856],[107.731323,21.630653],[107.72164,21.628904],[107.715864,21.621457],[107.700064,21.61583],[107.682155,21.605491],[107.674936,21.604787],[107.666475,21.606848],[107.660143,21.610918],[107.65743,21.610768],[107.643559,21.603832],[107.619204,21.601186],[107.600336,21.594256],[107.584724,21.611352],[107.58208,21.61688],[107.577327,21.618185],[107.572474,21.616757],[107.568571,21.611891],[107.560175,21.612919],[107.551324,21.604195],[107.54661,21.593776],[107.542304,21.589348],[107.538781,21.591284],[107.536987,21.594353],[107.533041,21.593097],[107.530984,21.590571],[107.524075,21.59024],[107.518712,21.593668],[107.505555,21.597051],[107.49921,21.595042],[107.488641,21.598791],[107.482535,21.598528],[107.493747,21.604888],[107.494052,21.609338],[107.498008,21.614637],[107.492857,21.625023],[107.488325,21.624313],[107.484761,21.628874],[107.483953,21.647226],[107.47946,21.654879],[107.471867,21.662015],[107.464634,21.661824],[107.44655,21.655352],[107.425801,21.644502],[107.395725,21.6169],[107.392679,21.607192],[107.38259,21.596532],[107.363554,21.599197],[107.359937,21.601481],[107.358034,21.610047],[107.359557,21.646215],[107.358377,21.656458],[107.330623,21.700657],[107.317233,21.717338],[107.304812,21.736573],[107.299214,21.741584],[107.296168,21.741965],[107.281891,21.733399],[107.259429,21.727878],[107.256574,21.724833],[107.248579,21.708272],[107.242868,21.706178],[107.212601,21.712459],[107.202512,21.716076],[107.194708,21.722739],[107.189568,21.7393],[107.185,21.74482],[107.179098,21.748056],[107.157205,21.75386],[107.148612,21.758232],[107.121022,21.7816],[107.09298,21.798184],[107.087251,21.80527],[107.076698,21.808587],[107.051671,21.808587],[107.043078,21.810094],[107.034937,21.812356],[107.011568,21.823361],[107.005377,21.833398],[107.007756,21.85288],[107.012366,21.858085],[107.052222,21.886787],[107.056089,21.8911],[107.057427,21.897495],[107.054899,21.919951],[107.048207,21.926048],[107.034822,21.931997],[107.018315,21.944341],[107.007161,21.945679],[106.994966,21.949546],[106.991397,21.947761],[106.98292,21.93393],[106.976228,21.92813],[106.962992,21.922182],[106.958382,21.922777],[106.933695,21.933484],[106.924676,21.949905],[106.924609,21.964457],[106.915805,21.972428],[106.898163,21.974533],[106.876755,21.980563],[106.86198,21.9878],[106.84404,21.985538],[106.825647,21.977849],[106.815847,21.976945],[106.807103,21.978452],[106.793233,21.988403],[106.781925,22.009208],[106.760844,22.01318],[106.739306,22.013287],[106.734737,22.010813],[106.732262,22.007767],[106.73074,21.99882],[106.72579,21.989112],[106.717986,21.978833],[106.69914,21.967411],[106.691403,21.965594],[106.6881,21.970267],[106.689051,21.976548],[106.681627,21.980165],[106.67601,21.99578],[106.682702,22.006488],[106.702481,22.024036],[106.705009,22.038462],[106.70144,22.05601],[106.708876,22.063982],[106.712889,22.076198],[106.709828,22.094796],[106.701975,22.103124],[106.696384,22.112998],[106.689483,22.138935],[106.693647,22.153925],[106.702987,22.158748],[106.702951,22.162456],[106.69617,22.164835],[106.685653,22.165107],[106.67523,22.1759],[106.673089,22.182086],[106.674368,22.20685],[106.687632,22.203035],[106.694338,22.205324],[106.698786,22.211246],[106.698754,22.226704],[106.690248,22.246275],[106.687155,22.262812],[106.688849,22.275732],[106.687869,22.278437],[106.684621,22.280543],[106.672795,22.282161],[106.668572,22.286444],[106.664527,22.298163],[106.664229,22.307562],[106.658316,22.333641],[106.653525,22.339092],[106.623362,22.337614],[106.587004,22.339328],[106.575715,22.342592],[106.559142,22.351818],[106.559207,22.360437],[106.563669,22.370104],[106.580027,22.37754],[106.588653,22.383489],[106.592073,22.388694],[106.592371,22.391817],[106.583002,22.399699],[106.565602,22.409216],[106.561587,22.422601],[106.560992,22.430929],[106.561587,22.437621],[106.56566,22.44574],[106.55725,22.462421],[106.559915,22.468608],[106.569122,22.476289],[106.571241,22.477067],[106.574976,22.472885],[106.58131,22.521282],[106.589451,22.544198],[106.596396,22.553879],[106.600108,22.563759],[106.600236,22.577229],[106.602345,22.587317],[106.60165,22.590034],[106.598985,22.591943],[106.609412,22.610395],[106.621833,22.611395],[106.62683,22.609539],[106.641481,22.586628],[106.649762,22.580632],[106.657471,22.578133],[106.673705,22.578749],[106.683938,22.582151],[106.704894,22.579287],[106.720573,22.583357],[106.728865,22.597077],[106.729016,22.602354],[106.717859,22.612002],[106.717859,22.616827],[106.727357,22.626626],[106.729769,22.643813],[106.732935,22.651351],[106.753104,22.675696],[106.754888,22.684917],[106.754293,22.69146],[106.765893,22.708414],[106.757119,22.719865],[106.762189,22.723574],[106.76439,22.727441],[106.768948,22.745393],[106.784853,22.753639],[106.782448,22.769745],[106.783489,22.771083],[106.793453,22.769596],[106.807729,22.771529],[106.815928,22.775754],[106.821384,22.784265],[106.829379,22.791975],[106.831021,22.794776],[106.830672,22.798394],[106.821838,22.811328],[106.821647,22.813707],[106.810537,22.820503],[106.805939,22.82105],[106.79871,22.819296],[106.79573,22.815656],[106.791118,22.814568],[106.784743,22.814229],[106.779809,22.817283],[106.773952,22.81716],[106.765092,22.81121],[106.768955,22.82666],[106.753351,22.831527],[106.7518,22.835598],[106.743433,22.839698],[106.742373,22.843765],[106.73703,22.848012],[106.722815,22.855409],[106.719896,22.864872],[106.712659,22.871926],[106.712703,22.883233],[106.707088,22.888753],[106.675917,22.894888],[106.669873,22.893983],[106.664876,22.88932],[106.665321,22.87649],[106.663662,22.873023],[106.65537,22.8685],[106.648586,22.867897],[106.638183,22.875586],[106.637128,22.878149],[106.638033,22.887797],[106.627178,22.890963],[106.618433,22.895939],[106.616172,22.898803],[106.601246,22.929257],[106.590542,22.933478],[106.571998,22.924885],[106.563857,22.925036],[106.555565,22.929106],[106.543203,22.940112],[106.521493,22.950665],[106.514709,22.949309],[106.512296,22.947198],[106.501294,22.931112],[106.502293,22.916907],[106.497796,22.91191],[106.490332,22.907191],[106.481181,22.903955],[106.474129,22.905844],[106.464016,22.900044],[106.454349,22.904506],[106.451078,22.903613],[106.447806,22.893054],[106.442898,22.888444],[106.432042,22.88889],[106.423416,22.892311],[106.418955,22.892162],[106.40914,22.88086],[106.369432,22.883537],[106.366755,22.882049],[106.36393,22.864204],[106.355602,22.858552],[106.344448,22.859296],[106.334484,22.86807],[106.330337,22.869373],[106.313961,22.863014],[106.304425,22.870259],[106.296859,22.871491],[106.282906,22.870684],[106.268454,22.877737],[106.254177,22.889188],[106.254475,22.895285],[106.264141,22.903018],[106.265628,22.908818],[106.231572,22.95269],[106.205717,22.978591],[106.190229,22.984961],[106.181901,22.985853],[106.167327,22.984218],[106.15314,22.990928],[106.14138,22.991531],[106.102634,22.984294],[106.096302,22.988063],[106.084844,23.000124],[106.079115,23.000576],[106.058361,22.987566],[106.02529,22.991454],[106.011581,22.989979],[106.004348,22.986553],[106.001009,22.98193],[106.00198,22.978161],[106.006442,22.973228],[106.007393,22.968659],[106.007203,22.954382],[106.004538,22.951527],[105.995782,22.94772],[105.982647,22.947339],[105.971416,22.951717],[105.963421,22.952859],[105.951406,22.946551],[105.930679,22.949052],[105.906695,22.943342],[105.887348,22.935581],[105.88475,22.93154],[105.885196,22.926781],[105.89174,22.923955],[105.892929,22.921576],[105.891145,22.91875],[105.875908,22.918671],[105.872601,22.921138],[105.870622,22.931986],[105.866309,22.93838],[105.852776,22.947898],[105.851437,22.950724],[105.852032,22.960242],[105.839094,22.973031],[105.837012,22.977939],[105.837756,22.987754],[105.834633,22.992216],[105.82571,22.996826],[105.811328,22.993087],[105.782552,23.024185],[105.76879,23.028655],[105.76054,23.034889],[105.746519,23.031874],[105.741393,23.033532],[105.733252,23.054338],[105.727222,23.062931],[105.723905,23.065042],[105.71893,23.065193],[105.716216,23.062177],[105.71109,23.060971],[105.691189,23.063685],[105.682294,23.065796],[105.644192,23.083025],[105.639961,23.080441],[105.635185,23.071378],[105.630128,23.067809],[105.624923,23.066619],[105.597113,23.074501],[105.580097,23.069249],[105.573606,23.069884],[105.562946,23.076451],[105.558283,23.085398],[105.557521,23.092441],[105.567039,23.111382],[105.562756,23.121756],[105.565611,23.139078],[105.565231,23.163635],[105.561899,23.172772],[105.554476,23.18524],[105.551239,23.187048],[105.544706,23.187555],[105.541203,23.194083],[105.540815,23.197633],[105.546936,23.200755],[105.526312,23.224478],[105.532134,23.232717],[105.530825,23.235925],[105.527511,23.237927],[105.530812,23.245218],[105.542402,23.250682],[105.549967,23.250153],[105.555886,23.255479],[105.560538,23.256186],[105.562979,23.258915],[105.566367,23.269602],[105.565492,23.280962],[105.569956,23.284242],[105.570067,23.290266],[105.587756,23.299286],[105.583053,23.310407],[105.594498,23.317403],[105.607526,23.317815],[105.61104,23.325488],[105.615467,23.329499],[105.620029,23.326969],[105.634979,23.339715],[105.639139,23.338496],[105.642194,23.339632],[105.645755,23.342471],[105.646332,23.347858],[105.648463,23.349728],[105.662241,23.350765],[105.664905,23.346924],[105.671349,23.342766],[105.671285,23.338753],[105.66772,23.33416],[105.667279,23.329872],[105.676691,23.324346],[105.690674,23.32752],[105.697783,23.331967],[105.693509,23.340421],[105.684111,23.349074],[105.675861,23.353022],[105.670676,23.351644],[105.666968,23.354326],[105.66732,23.358],[105.670132,23.360845],[105.679322,23.358206],[105.685636,23.358646],[105.691799,23.367054],[105.690871,23.369617],[105.68582,23.37405],[105.676694,23.37644],[105.671889,23.381307],[105.670746,23.386431],[105.665592,23.391523],[105.658256,23.393278],[105.64666,23.400312],[105.638712,23.401552],[105.633945,23.400267],[105.626266,23.404755],[105.639805,23.407568],[105.6588,23.405345],[105.662014,23.403561],[105.668777,23.411149],[105.67813,23.408388],[105.685255,23.399874],[105.691425,23.399058],[105.696317,23.400646],[105.712175,23.411199],[105.716208,23.41836],[105.729494,23.43237],[105.734465,23.433037],[105.746815,23.438934],[105.750116,23.448177],[105.749129,23.453266],[105.750661,23.45858],[105.756559,23.463393],[105.773737,23.46496],[105.780104,23.467483],[105.783637,23.47077],[105.797042,23.47333],[105.805427,23.467895],[105.809146,23.468619],[105.816383,23.481424],[105.813508,23.485304],[105.815842,23.492166],[105.81241,23.504064],[105.816328,23.507581],[105.820762,23.516832],[105.829005,23.521375],[105.836549,23.528671],[105.850387,23.531679],[105.85026,23.5287],[105.851993,23.527047],[105.86158,23.531816],[105.864311,23.536053],[105.884578,23.532662],[105.900309,23.521963],[105.90236,23.509663],[105.898702,23.504475],[105.903295,23.500385],[105.912045,23.50289],[105.915867,23.506307],[105.922921,23.508532],[105.934777,23.507017],[105.944475,23.494059],[105.958402,23.495021],[105.961106,23.499465],[105.968406,23.492305],[105.982872,23.494742],[105.98962,23.493878],[105.994821,23.481133],[105.994381,23.470816],[105.99316,23.468467],[105.984319,23.464163],[105.982791,23.458638],[105.995637,23.449022],[106.005469,23.452176],[106.008048,23.454128],[106.01385,23.464838],[106.020663,23.466856],[106.020257,23.473854],[106.023915,23.477366],[106.02818,23.477714],[106.033266,23.485456],[106.03256,23.489372],[106.038723,23.489143],[106.04096,23.485846],[106.047467,23.481863],[106.057322,23.49047],[106.068964,23.490933],[106.07012,23.49585],[106.069241,23.499911],[106.076341,23.502947],[106.077232,23.50494],[106.076297,23.506951],[106.072806,23.506779],[106.07149,23.508902],[106.073758,23.512456],[106.078479,23.515338],[106.080064,23.525342],[106.085011,23.534124],[106.087739,23.532343],[106.089967,23.527102],[106.104026,23.530044],[106.103714,23.535504],[106.121317,23.547405],[106.125311,23.559727],[106.123937,23.564053],[106.13042,23.565881],[106.138835,23.575883],[106.118556,23.587908],[106.115584,23.603562],[106.119491,23.610559],[106.125174,23.615766],[106.133291,23.620116],[106.139649,23.634141],[106.138766,23.643948],[106.150919,23.661461],[106.1495,23.682496],[106.147555,23.685576],[106.147637,23.68908],[106.148513,23.692017],[106.15619,23.699733],[106.153503,23.702471],[106.154046,23.709086],[106.157445,23.711104],[106.160129,23.72429],[106.157479,23.726991],[106.153117,23.72678],[106.145202,23.734167],[106.140357,23.754306],[106.143849,23.771065],[106.138666,23.781321],[106.138698,23.792858],[106.133317,23.799736],[106.133167,23.802006],[106.138307,23.805686],[106.137285,23.810118],[106.138843,23.813518],[106.144864,23.81102],[106.159733,23.82013],[106.178807,23.817807],[106.182879,23.818286],[106.1897,23.822794],[106.194982,23.831216],[106.193865,23.839863],[106.184246,23.846707],[106.175483,23.848969],[106.169465,23.865216],[106.177674,23.86627],[106.186387,23.86126],[106.189712,23.861899],[106.196282,23.869538],[106.196896,23.876223],[106.193905,23.882086],[106.190462,23.884992],[106.181912,23.886468],[106.177253,23.883058],[106.170542,23.883032],[106.164613,23.886016],[106.158103,23.886517],[106.158553,23.89181],[106.153218,23.899654],[106.154928,23.902847],[106.151306,23.910386],[106.139974,23.923004],[106.137038,23.924257],[106.135316,23.941448],[106.136288,23.950869],[106.134382,23.957873],[106.130587,23.962513],[106.116839,23.965679],[106.109738,23.96975],[106.100022,23.984244],[106.097469,23.985405],[106.092637,23.992278],[106.084096,23.991869],[106.078165,23.995412],[106.081243,24.001466],[106.088215,24.002581],[106.093534,24.023823],[106.092843,24.027003],[106.088288,24.032914],[106.080938,24.037207],[106.075246,24.029808],[106.067362,24.032637],[106.069766,24.037495],[106.067455,24.04055],[106.05141,24.049309],[106.049441,24.056556],[106.051297,24.067834],[106.045549,24.090821],[106.020456,24.105765],[106.010028,24.10203],[106.003854,24.10719],[105.995003,24.120933],[105.996907,24.123978],[106.002427,24.126072],[106.001285,24.128356],[105.996336,24.128166],[105.975804,24.119466],[105.955505,24.114904],[105.941094,24.117669],[105.932267,24.121785],[105.918442,24.123831],[105.89754,24.111605],[105.896018,24.099422],[105.900015,24.091998],[105.899254,24.090666],[105.893255,24.089904],[105.892038,24.085247],[105.90257,24.075686],[105.903689,24.070474],[105.895596,24.047474],[105.893018,24.043996],[105.888406,24.042254],[105.876684,24.049263],[105.859342,24.055549],[105.854991,24.058872],[105.846858,24.058876],[105.839965,24.033376],[105.82439,24.031582],[105.820151,24.034068],[105.811384,24.031264],[105.806815,24.032406],[105.794037,24.026389],[105.784278,24.033879],[105.786443,24.03901],[105.786258,24.043763],[105.795245,24.049116],[105.797764,24.056429],[105.786147,24.068624],[105.767474,24.070304],[105.757335,24.074573],[105.746715,24.068815],[105.743252,24.061541],[105.73827,24.059213],[105.717585,24.061246],[105.701881,24.066385],[105.697312,24.065529],[105.693172,24.056534],[105.685891,24.051537],[105.676468,24.049253],[105.673613,24.041972],[105.664253,24.038924],[105.659803,24.04191],[105.654933,24.041362],[105.653449,24.040598],[105.652691,24.035018],[105.647941,24.032556],[105.643805,24.033873],[105.635456,24.055455],[105.640345,24.069879],[105.636566,24.074658],[105.636009,24.078627],[105.641092,24.080929],[105.642322,24.088955],[105.639819,24.091478],[105.632219,24.090593],[105.626687,24.10042],[105.624941,24.106818],[105.626964,24.114016],[105.624805,24.129695],[105.613942,24.138316],[105.608551,24.137788],[105.596372,24.141438],[105.591526,24.140349],[105.583157,24.132479],[105.565809,24.134782],[105.554324,24.132088],[105.544824,24.126617],[105.530665,24.132867],[105.525254,24.13088],[105.524315,24.126811],[105.528143,24.117624],[105.517284,24.106698],[105.514672,24.099837],[105.514924,24.078971],[105.512583,24.072896],[105.506057,24.063837],[105.501742,24.047695],[105.507057,24.037303],[105.507612,24.030228],[105.504826,24.027248],[105.49581,24.027181],[105.491553,24.020814],[105.479989,24.021828],[105.460468,24.030126],[105.449118,24.031696],[105.437922,24.036896],[105.429356,24.035254],[105.423716,24.031399],[105.412152,24.031399],[105.407584,24.037038],[105.393955,24.067347],[105.383307,24.067466],[105.377299,24.070737],[105.372112,24.078935],[105.361333,24.079756],[105.35372,24.087055],[105.346296,24.086883],[105.34384,24.089053],[105.344297,24.09385],[105.342241,24.09682],[105.337969,24.098353],[105.32946,24.097193],[105.325475,24.106876],[105.325893,24.113368],[105.322055,24.114549],[105.318676,24.118523],[105.314595,24.120376],[105.307114,24.118378],[105.301518,24.114094],[105.297463,24.114209],[105.291534,24.116961],[105.282351,24.101166],[105.270632,24.103771],[105.269562,24.098061],[105.270775,24.094135],[105.279341,24.09078],[105.290206,24.08114],[105.279853,24.066378],[105.273476,24.064808],[105.262721,24.066283],[105.256091,24.063749],[105.242617,24.076232],[105.233397,24.077719],[105.229382,24.080248],[105.224028,24.089468],[105.209751,24.097796],[105.19949,24.105975],[105.190542,24.126782],[105.181034,24.132601],[105.179235,24.135493],[105.181517,24.150789],[105.180053,24.152823],[105.176583,24.152371],[105.174204,24.159509],[105.179977,24.163809],[105.180959,24.170204],[105.204944,24.171154],[105.206657,24.16887],[105.206848,24.159733],[105.20799,24.159162],[105.224667,24.165899],[105.226835,24.167668],[105.226336,24.17909],[105.233849,24.182213],[105.241755,24.207574],[105.239018,24.213616],[105.233759,24.209793],[105.228563,24.213666],[105.23203,24.218957],[105.230229,24.222095],[105.217728,24.221235],[105.214707,24.216173],[105.212679,24.216558],[105.209482,24.219963],[105.201714,24.234924],[105.20081,24.246107],[105.197669,24.25434],[105.193672,24.257005],[105.18344,24.254483],[105.174779,24.255625],[105.174683,24.259099],[105.179823,24.265666],[105.168182,24.276946],[105.165213,24.282365],[105.155969,24.283043],[105.156504,24.285863],[105.16275,24.29136],[105.172173,24.288433],[105.175492,24.290218],[105.175319,24.295959],[105.168776,24.302406],[105.168776,24.305381],[105.173416,24.310734],[105.193485,24.325751],[105.19646,24.331551],[105.194526,24.338095],[105.18947,24.3433],[105.178762,24.343895],[105.167854,24.348657],[105.161608,24.357937],[105.149652,24.36228],[105.146152,24.368212],[105.141175,24.3715],[105.120326,24.371261],[105.11076,24.367389],[105.108333,24.368495],[105.105298,24.379233],[105.094798,24.390196],[105.094798,24.392837],[105.104613,24.393301],[105.108076,24.397941],[105.105991,24.400936],[105.09909,24.404803],[105.107808,24.411617],[105.107746,24.414484],[105.105476,24.416376],[105.093066,24.421182],[105.085285,24.422155],[105.072771,24.429497],[105.052403,24.432962],[105.051675,24.442231],[105.044993,24.444962],[105.033017,24.442889],[105.016132,24.43539],[105.009885,24.436729],[105.004086,24.432862],[104.987132,24.429442],[104.983472,24.421683],[104.973817,24.413075],[104.966014,24.40877],[104.962594,24.409216],[104.95862,24.413526],[104.953374,24.413411],[104.941179,24.408919],[104.925861,24.40996],[104.922738,24.411893],[104.919763,24.423939],[104.915748,24.426765],[104.902958,24.427062],[104.898634,24.431843],[104.877186,24.434835],[104.866451,24.433388],[104.862925,24.435642],[104.861659,24.441052],[104.849891,24.438641],[104.847967,24.439571],[104.843188,24.449966],[104.832743,24.451005],[104.82026,24.441443],[104.810654,24.438936],[104.802415,24.443312],[104.780208,24.445259],[104.77352,24.447211],[104.771716,24.455971],[104.766395,24.461316],[104.753238,24.46025],[104.750108,24.458389],[104.750232,24.438076],[104.746544,24.437773],[104.727894,24.448108],[104.718274,24.444899],[104.713571,24.445837],[104.700292,24.423521],[104.706088,24.41363],[104.706255,24.398238],[104.708356,24.394892],[104.709744,24.384966],[104.716196,24.3738],[104.714337,24.366064],[104.710822,24.36142],[104.711494,24.358648],[104.715414,24.352387],[104.721427,24.350013],[104.724061,24.346517],[104.717973,24.333727],[104.706652,24.326384],[104.701333,24.319992],[104.697071,24.320206],[104.675845,24.340274],[104.671999,24.347089],[104.659045,24.353186],[104.656533,24.358363],[104.647978,24.367125],[104.636279,24.371752],[104.627016,24.372596],[104.613004,24.378287],[104.606565,24.378228],[104.611777,24.384386],[104.616535,24.396702],[104.62659,24.404377],[104.614935,24.422717],[104.60075,24.423309],[104.589138,24.425706],[104.577795,24.420218],[104.572986,24.426006],[104.572271,24.435464],[104.567325,24.446278],[104.570402,24.448056],[104.571453,24.451171],[104.569854,24.457271],[104.564575,24.465596],[104.565038,24.475488],[104.555813,24.478446],[104.550646,24.483024],[104.544699,24.493229],[104.543883,24.50371],[104.539271,24.509156],[104.540963,24.51213],[104.546808,24.513232],[104.547573,24.523017],[104.540111,24.526199],[104.532251,24.538256],[104.526946,24.53346],[104.51763,24.538975],[104.513094,24.56822],[104.505737,24.576605],[104.504104,24.590657],[104.500664,24.593447],[104.503464,24.630518],[104.486532,24.640442],[104.483733,24.648896],[104.473336,24.648632],[104.472247,24.639924],[104.466419,24.63742],[104.452599,24.637135],[104.448659,24.638734],[104.446832,24.641475],[104.448378,24.647864],[104.460085,24.643888],[104.465732,24.644381],[104.469255,24.646695],[104.473506,24.653766],[104.477696,24.655891],[104.487076,24.656373],[104.489061,24.657802],[104.497863,24.673496],[104.501258,24.68562],[104.5011,24.692051],[104.511217,24.707321],[104.512471,24.71534],[104.516431,24.722453],[104.51675,24.730663],[104.527609,24.734765],[104.555466,24.731402],[104.559441,24.72925],[104.57039,24.717143],[104.593882,24.71286],[104.599618,24.697148],[104.627766,24.663572],[104.63645,24.661731],[104.651679,24.66176],[104.693839,24.654162],[104.701184,24.648469],[104.701349,24.645459],[104.695722,24.638174],[104.703256,24.630198],[104.709955,24.626101],[104.723591,24.621157],[104.738795,24.622727],[104.742197,24.626316],[104.746723,24.636356],[104.74725,24.646784],[104.7492,24.651517],[104.759886,24.660099],[104.780812,24.66608],[104.797076,24.66731],[104.807093,24.674396],[104.81877,24.673039],[104.831424,24.676368],[104.843183,24.682934],[104.847054,24.690995],[104.852904,24.696256],[104.858548,24.704897],[104.859573,24.722814],[104.863015,24.732205],[104.867844,24.738392],[104.878681,24.746193],[104.901339,24.758163],[104.920479,24.760324],[104.937703,24.764843],[104.941341,24.76795],[104.950746,24.767879],[104.956998,24.770101],[104.978162,24.772349],[104.996379,24.779634],[105.010321,24.788291],[105.030969,24.790927],[105.032031,24.792753],[105.030018,24.802653],[105.024189,24.817395],[105.023806,24.823693],[105.031385,24.830335],[105.033797,24.834819],[105.038791,24.856242],[105.037864,24.861469],[105.033542,24.869351],[105.033598,24.873236],[105.039339,24.878639],[105.060015,24.889812],[105.068912,24.901303],[105.069386,24.912746],[105.078463,24.919357],[105.087716,24.931507],[105.096997,24.939241],[105.121979,24.949095],[105.130783,24.965603],[105.142141,24.967592],[105.147762,24.965111],[105.150642,24.961451],[105.154033,24.961778],[105.176142,24.988667],[105.192506,24.997353],[105.208297,24.998566],[105.213196,24.995305],[105.212305,24.984818],[105.219796,24.983307],[105.228406,24.98387],[105.231445,24.981195],[105.233295,24.9769],[105.231423,24.971582],[105.232605,24.968776],[105.241639,24.966839],[105.249809,24.970594],[105.25788,24.965376],[105.260918,24.95843],[105.255363,24.954019],[105.254412,24.947256],[105.256467,24.941829],[105.263634,24.933046],[105.282909,24.931302],[105.300069,24.927449],[105.322833,24.92712],[105.330538,24.929237],[105.33476,24.935167],[105.34593,24.941453],[105.365628,24.946506],[105.388515,24.944603],[105.397207,24.940754],[105.424766,24.933618],[105.438407,24.925689],[105.443941,24.918468],[105.449364,24.89466],[105.451927,24.889354],[105.453358,24.880704],[105.452314,24.876225],[105.46165,24.867788],[105.461036,24.864344],[105.465696,24.856996],[105.479877,24.851005],[105.485851,24.844666],[105.489595,24.836626],[105.489885,24.819245],[105.496322,24.81085],[105.525739,24.803484],[105.531921,24.80462],[105.541888,24.801759],[105.56505,24.800216],[105.573566,24.801383],[105.57781,24.806002],[105.587247,24.81042],[105.595455,24.810533],[105.606148,24.805037],[105.608819,24.799804],[105.609427,24.791579],[105.614632,24.784928],[105.625592,24.779416],[105.649989,24.775278],[105.674445,24.778943],[105.701474,24.772266],[105.717529,24.760298],[105.722587,24.758639],[105.726511,24.752591],[105.734156,24.745555],[105.755741,24.737579],[105.76125,24.73017],[105.762741,24.723905],[105.766596,24.720674],[105.797709,24.705325],[105.812774,24.704082],[105.825192,24.705895],[105.836199,24.712974],[105.853055,24.720055],[105.861422,24.732582],[105.878075,24.733792],[105.887319,24.725982],[105.902447,24.728499],[105.914631,24.727532],[105.935069,24.729748],[105.939217,24.727578],[105.938154,24.723404],[105.941953,24.719298],[105.943388,24.707009],[105.949196,24.696068],[105.950416,24.690062],[105.959668,24.679864],[105.965189,24.67562],[105.971873,24.673401],[105.983702,24.663625],[105.986652,24.65799],[105.985645,24.654059],[105.986822,24.652484],[105.991033,24.651824],[106.010905,24.637315],[106.019549,24.63558],[106.023913,24.644849],[106.035753,24.659272],[106.0424,24.674801],[106.041843,24.684047],[106.043352,24.686196],[106.051683,24.69352],[106.056562,24.695134],[106.063318,24.700746],[106.08067,24.707728],[106.09573,24.7094],[106.107194,24.714713],[106.110461,24.717752],[106.11633,24.728753],[106.131617,24.732494],[106.135233,24.7403],[106.139707,24.759254],[106.146667,24.765902],[106.158845,24.760884],[106.165163,24.76098],[106.17163,24.767289],[106.176979,24.783503],[106.184174,24.791514],[106.180963,24.803615],[106.187845,24.807251],[106.194132,24.817794],[106.197307,24.834864],[106.196736,24.842415],[106.202875,24.854503],[106.201296,24.862618],[106.192947,24.875716],[106.193885,24.888898],[106.189101,24.89909],[106.180574,24.904816],[106.163337,24.929194],[106.159246,24.939496],[106.145437,24.94842],[106.141407,24.95657],[106.145535,24.96082],[106.150274,24.963946],[106.156079,24.964047],[106.168302,24.961214],[106.179114,24.954867],[106.184664,24.954962],[106.188973,24.958248],[106.194514,24.967352],[106.203866,24.97466],[106.20756,24.982086],[106.214064,24.985016],[106.222757,24.984013],[106.242771,24.972852],[106.249329,24.973416],[106.261627,24.981383],[106.276731,24.982109],[106.290352,24.977472],[106.301723,24.977278],[106.308445,24.980742],[106.312958,24.985819],[106.324935,24.990296],[106.350338,24.992971],[106.382615,25.007746],[106.400136,25.008048],[106.409505,25.015967],[106.438915,25.02191],[106.444581,25.035008],[106.454037,25.040956],[106.493971,25.051711],[106.51442,25.055581],[106.526795,25.0741],[106.537999,25.081109],[106.552995,25.087312],[106.577545,25.087016],[106.586641,25.090819],[106.590518,25.095546],[106.594352,25.108614],[106.605674,25.114042],[106.615347,25.121395],[106.625875,25.12441],[106.636514,25.134681],[106.638076,25.143294],[106.636116,25.163415],[106.645241,25.170296],[106.663916,25.173586],[106.681636,25.181568],[106.693121,25.181829],[106.70372,25.177985],[106.71285,25.167678],[106.718449,25.164717],[106.723556,25.164304],[106.730888,25.166623],[106.738259,25.174356],[106.761859,25.186055],[106.767861,25.184598],[106.779662,25.175648],[106.790174,25.174284],[106.80173,25.175551],[106.830728,25.18258],[106.850514,25.189763],[106.876961,25.185185],[106.884058,25.185723],[106.892908,25.19073],[106.896444,25.1973],[106.898017,25.22736],[106.901502,25.236471],[106.904259,25.241315],[106.916134,25.250956],[106.932341,25.253462],[106.951937,25.249378],[106.966254,25.241278],[106.971881,25.236257],[106.981267,25.241078],[106.992711,25.243182],[106.994692,25.246903],[106.984579,25.257315],[106.984494,25.262065],[106.988454,25.266891],[107.005417,25.274519],[107.009699,25.278502],[107.010059,25.283603],[107.006468,25.292089],[107.007951,25.298786],[107.003779,25.312075],[107.003955,25.317838],[107.006947,25.32604],[107.007371,25.340093],[107.010212,25.346993],[107.009596,25.353386],[107.007787,25.357779],[107.003665,25.359364],[106.990085,25.360151],[106.982825,25.363397],[106.974982,25.379534],[106.976383,25.387266],[106.973038,25.399327],[106.973032,25.407172],[106.970875,25.409754],[106.964075,25.412277],[106.965363,25.427018],[106.959834,25.438108],[106.960024,25.440468],[106.96636,25.446025],[106.977303,25.451344],[106.990221,25.446511],[106.994329,25.447668],[106.996064,25.460217],[107.001121,25.469033],[107.003271,25.48173],[107.010811,25.489243],[107.009484,25.496318],[107.011305,25.498597],[107.034561,25.505974],[107.05077,25.50655],[107.06692,25.515593],[107.070016,25.521388],[107.070048,25.52844],[107.069007,25.532488],[107.064188,25.533857],[107.060005,25.544985],[107.062516,25.550401],[107.061519,25.560361],[107.067078,25.559322],[107.075524,25.568529],[107.080211,25.567561],[107.089486,25.571252],[107.102073,25.571577],[107.104601,25.567859],[107.118423,25.566673],[107.124513,25.566833],[107.127506,25.569614],[107.138312,25.565866],[107.150635,25.574066],[107.162901,25.57763],[107.172148,25.577331],[107.181301,25.581437],[107.184328,25.599953],[107.194609,25.600641],[107.199575,25.606957],[107.19979,25.610174],[107.203131,25.613344],[107.214129,25.60989],[107.217586,25.603775],[107.223632,25.600714],[107.22906,25.600285],[107.236921,25.596352],[107.230266,25.589445],[107.225359,25.586895],[107.228482,25.579905],[107.224615,25.571726],[107.224615,25.563992],[107.228779,25.554326],[107.23681,25.551203],[107.241122,25.545998],[107.258425,25.542781],[107.274778,25.534046],[107.284779,25.524805],[107.292551,25.521199],[107.296284,25.515841],[107.299426,25.505799],[107.301568,25.504402],[107.309931,25.507158],[107.315192,25.504722],[107.317545,25.501373],[107.323599,25.50197],[107.325271,25.498775],[107.324904,25.497335],[107.318345,25.496223],[107.317364,25.486079],[107.320028,25.482309],[107.324924,25.479649],[107.324431,25.468923],[107.330989,25.465089],[107.33116,25.46308],[107.325253,25.457154],[107.326105,25.452266],[107.320997,25.438705],[107.313303,25.435873],[107.311019,25.433271],[107.308491,25.432825],[107.305058,25.435019],[107.30172,25.433853],[107.300733,25.431791],[107.305122,25.413943],[107.310643,25.406875],[107.313314,25.405374],[107.321468,25.408145],[107.328036,25.40537],[107.340133,25.405835],[107.34374,25.404108],[107.349151,25.39787],[107.354181,25.396144],[107.364581,25.403043],[107.365162,25.412908],[107.369055,25.413689],[107.389437,25.407023],[107.389179,25.39877],[107.392836,25.392532],[107.418458,25.388737],[107.400194,25.352355],[107.39697,25.349542],[107.400743,25.345061],[107.415716,25.336424],[107.417206,25.33417],[107.41435,25.309522],[107.421044,25.305369],[107.421307,25.294788],[107.426191,25.287425],[107.429965,25.286016],[107.437895,25.286271],[107.43906,25.278478],[107.442562,25.27776],[107.450279,25.286292],[107.470275,25.297423],[107.475026,25.297625],[107.482727,25.289116],[107.481852,25.28619],[107.474089,25.28222],[107.482309,25.274251],[107.482168,25.272228],[107.47776,25.270969],[107.476363,25.266794],[107.477482,25.264454],[107.470146,25.244847],[107.465982,25.238898],[107.467434,25.235406],[107.467482,25.217135],[107.497509,25.211683],[107.501227,25.214063],[107.500781,25.220606],[107.50212,25.22254],[107.504499,25.22254],[107.513422,25.210345],[107.522048,25.227447],[107.532458,25.226109],[107.538341,25.237617],[107.565014,25.252702],[107.574911,25.257367],[107.590658,25.251644],[107.593205,25.2532],[107.588553,25.260873],[107.588681,25.26517],[107.596885,25.264148],[107.599872,25.259256],[107.602637,25.259208],[107.604692,25.26123],[107.606332,25.267375],[107.611182,25.270719],[107.612034,25.279417],[107.608733,25.283532],[107.621008,25.294057],[107.617346,25.296991],[107.619215,25.304419],[107.618371,25.308059],[107.623025,25.31099],[107.62757,25.31141],[107.631947,25.308469],[107.636915,25.312983],[107.640887,25.312749],[107.640551,25.317585],[107.645285,25.321602],[107.650751,25.320032],[107.662372,25.322038],[107.665932,25.310221],[107.664602,25.307047],[107.651749,25.302582],[107.649347,25.298891],[107.652573,25.297902],[107.654189,25.294863],[107.660575,25.292674],[107.659385,25.288359],[107.664434,25.279569],[107.663604,25.267798],[107.658261,25.266614],[107.656084,25.263463],[107.659649,25.260321],[107.659439,25.257683],[107.666764,25.254921],[107.668494,25.252574],[107.665442,25.250409],[107.662594,25.251089],[107.659467,25.249368],[107.671766,25.23964],[107.682661,25.236073],[107.681772,25.226798],[107.684642,25.225474],[107.688958,25.225899],[107.690322,25.228212],[107.694725,25.226959],[107.696641,25.220458],[107.694845,25.213916],[107.682287,25.200127],[107.682244,25.197088],[107.686408,25.197284],[107.697309,25.203809],[107.701431,25.202242],[107.703387,25.204016],[107.70441,25.21222],[107.709159,25.217017],[107.733692,25.229118],[107.734927,25.237389],[107.73842,25.241535],[107.740661,25.238898],[107.740958,25.233545],[107.744081,25.233991],[107.746907,25.236816],[107.745592,25.242371],[107.748495,25.242795],[107.758891,25.234884],[107.762339,25.225722],[107.754344,25.212219],[107.753504,25.202244],[107.759113,25.200158],[107.759859,25.196438],[107.755094,25.192867],[107.762793,25.187858],[107.766767,25.187662],[107.768602,25.182094],[107.779006,25.17271],[107.77927,25.168092],[107.773465,25.163066],[107.778885,25.155731],[107.787632,25.148091],[107.782033,25.141431],[107.762752,25.131146],[107.758712,25.127288],[107.760101,25.121348],[107.764105,25.119531],[107.774657,25.125847],[107.776386,25.12506],[107.775742,25.122671],[107.777114,25.121085],[107.791849,25.119144],[107.809994,25.130459],[107.825321,25.127016],[107.83488,25.119064],[107.862272,25.128058],[107.866849,25.13278],[107.866146,25.143844],[107.886169,25.14804],[107.893513,25.147593],[107.894804,25.151906],[107.899807,25.154263],[107.911204,25.155895],[107.928616,25.162339],[107.942133,25.174003],[107.954971,25.180808],[107.959188,25.181995],[107.963305,25.179394],[107.973381,25.18432],[107.982719,25.18524],[107.988464,25.1881],[107.994036,25.19828],[107.998263,25.199668],[108.002377,25.195866],[108.009457,25.193347],[108.028877,25.201084],[108.042712,25.202106],[108.061061,25.20046],[108.07498,25.195925],[108.112477,25.21452],[108.113917,25.22102],[108.116914,25.225448],[108.124806,25.231186],[108.125088,25.236887],[108.131686,25.232766],[108.134512,25.23597],[108.136435,25.245747],[108.131001,25.249887],[108.129282,25.25526],[108.13332,25.264991],[108.142322,25.273628],[108.143623,25.277604],[108.13421,25.284679],[108.132949,25.287634],[108.140053,25.300193],[108.148622,25.311241],[108.148606,25.32154],[108.154132,25.327655],[108.142506,25.342803],[108.141008,25.347635],[108.148528,25.356453],[108.151398,25.379696],[108.149492,25.384036],[108.144378,25.386044],[108.137345,25.392066],[108.143954,25.396879],[108.153591,25.397583],[108.157449,25.39417],[108.166967,25.395359],[108.177275,25.392757],[108.184166,25.39822],[108.189076,25.406819],[108.188046,25.41033],[108.183375,25.410973],[108.181325,25.414732],[108.185289,25.422009],[108.180913,25.423382],[108.178102,25.427684],[108.169003,25.433925],[108.166429,25.434024],[108.162002,25.430328],[108.159328,25.430943],[108.155711,25.435658],[108.154681,25.443672],[108.167849,25.451503],[108.190814,25.459662],[108.205074,25.453257],[108.205188,25.451794],[108.208766,25.455174],[108.21677,25.453087],[108.221557,25.443211],[108.221219,25.435096],[108.223122,25.431051],[108.233116,25.432003],[108.23833,25.428537],[108.242484,25.428641],[108.246484,25.432052],[108.248708,25.438001],[108.246867,25.441982],[108.238663,25.448371],[108.233855,25.455905],[108.236857,25.46543],[108.250415,25.469651],[108.259624,25.480204],[108.277195,25.479747],[108.288684,25.484041],[108.294225,25.489998],[108.288508,25.494799],[108.288148,25.498431],[108.290757,25.498644],[108.2939,25.505366],[108.298785,25.517873],[108.29848,25.520685],[108.304171,25.528339],[108.313304,25.524326],[108.313066,25.530513],[108.315683,25.533844],[108.324893,25.534263],[108.330326,25.538132],[108.345473,25.537828],[108.34901,25.532965],[108.347624,25.527268],[108.348891,25.523232],[108.354979,25.516733],[108.365141,25.50833],[108.373753,25.50516],[108.379929,25.498152],[108.384167,25.500981],[108.395546,25.494056],[108.411316,25.46458],[108.413074,25.44792],[108.416335,25.443368],[108.425057,25.437771],[108.430126,25.440364],[108.430727,25.44525],[108.434575,25.450348],[108.444385,25.454576],[108.462988,25.458622],[108.483645,25.459779],[108.485695,25.455048],[108.499959,25.448197],[108.502709,25.435572],[108.507468,25.432003],[108.508419,25.42891],[108.504374,25.421296],[108.505088,25.417251],[108.506754,25.415823],[108.510085,25.416061],[108.514208,25.419153],[108.52115,25.420287],[108.550083,25.397346],[108.560611,25.385387],[108.561317,25.380902],[108.559168,25.377978],[108.581407,25.365938],[108.590647,25.35232],[108.58585,25.340708],[108.588277,25.33476],[108.599951,25.323545],[108.606215,25.32112],[108.613981,25.309624],[108.621336,25.311616],[108.620902,25.328916],[108.625153,25.333723],[108.626179,25.337523],[108.622278,25.348442],[108.623585,25.35586],[108.616952,25.357392],[108.61344,25.362951],[108.615741,25.372753],[108.618623,25.374095],[108.615733,25.392028],[108.61145,25.393218],[108.609785,25.395835],[108.614543,25.401546],[108.610952,25.404518],[108.609643,25.410275],[108.605304,25.411155],[108.603004,25.409633],[108.595184,25.409512],[108.591048,25.411253],[108.587351,25.414319],[108.583968,25.425277],[108.591581,25.42969],[108.596227,25.435034],[108.59672,25.439538],[108.592748,25.44369],[108.595032,25.456036],[108.598601,25.459605],[108.606019,25.481273],[108.62051,25.467396],[108.62687,25.46658],[108.629264,25.468298],[108.624799,25.480598],[108.614572,25.477647],[108.613819,25.487295],[108.607034,25.489858],[108.603416,25.495135],[108.616232,25.494858],[108.618492,25.50207],[108.626633,25.510513],[108.626671,25.515773],[108.631171,25.522732],[108.638706,25.527454],[108.646082,25.526192],[108.652715,25.530112],[108.657841,25.528454],[108.66284,25.532397],[108.686431,25.520477],[108.686675,25.529443],[108.684598,25.536967],[108.674774,25.540268],[108.664929,25.550312],[108.654873,25.555097],[108.659653,25.566153],[108.654379,25.577651],[108.664173,25.580768],[108.657638,25.586507],[108.661198,25.591052],[108.67101,25.594171],[108.68309,25.588754],[108.681511,25.61876],[108.682868,25.624942],[108.686691,25.627063],[108.704069,25.626247],[108.71425,25.631124],[108.719266,25.637182],[108.736868,25.638339],[108.745927,25.640744],[108.761717,25.639113],[108.764883,25.636098],[108.759685,25.633326],[108.761082,25.632072],[108.777785,25.627267],[108.782569,25.624474],[108.776478,25.604423],[108.789794,25.595512],[108.793075,25.588457],[108.789759,25.582276],[108.793244,25.580184],[108.791827,25.577309],[108.782561,25.573487],[108.777095,25.557099],[108.782371,25.554536],[108.789199,25.555461],[108.792476,25.552721],[108.795579,25.548129],[108.796112,25.541515],[108.806965,25.528499],[108.813304,25.533464],[108.814398,25.539726],[108.821268,25.552123],[108.83158,25.549187],[108.847501,25.550163],[108.852325,25.552123],[108.847187,25.555599],[108.847636,25.557738],[108.855789,25.557637],[108.859516,25.559154],[108.870417,25.555139],[108.878362,25.558801],[108.885593,25.559439],[108.887514,25.556369],[108.885115,25.545513],[108.889143,25.543374],[108.897669,25.543338],[108.916478,25.549282],[108.9265,25.558305],[108.92874,25.556898],[108.945834,25.559695],[108.951678,25.554385],[108.963868,25.548447],[108.968529,25.533851],[108.986706,25.536637],[108.988262,25.539394],[109.006733,25.521602],[109.021949,25.514008],[109.0246,25.515534],[109.025924,25.520022],[109.0385,25.527808],[109.040709,25.528792],[109.042554,25.524107],[109.048855,25.526069],[109.060531,25.541652],[109.069307,25.539184],[109.073247,25.540162],[109.077369,25.54271],[109.084224,25.552457],[109.077748,25.556147],[109.069273,25.556495],[109.066079,25.561415],[109.057376,25.567926],[109.046368,25.570155],[109.041047,25.57977],[109.039812,25.598538],[109.037419,25.60877],[109.044125,25.615583],[109.042242,25.619753],[109.038027,25.618622],[109.032288,25.620914],[109.027263,25.633017],[109.02691,25.637689],[109.034296,25.640319],[109.035803,25.643787],[109.034748,25.653134],[109.03912,25.659919],[109.044698,25.662783],[109.045904,25.668964],[109.049975,25.67198],[109.050879,25.678161],[109.054196,25.684191],[109.060056,25.690231],[109.068719,25.69537],[109.066821,25.713939],[109.073636,25.720457],[109.07373,25.722572],[109.068202,25.723059],[109.050007,25.731072],[109.048267,25.734017],[109.051124,25.744545],[109.048833,25.747219],[109.036708,25.739974],[109.037188,25.736751],[109.033496,25.727341],[109.026785,25.725333],[109.019719,25.727028],[109.018991,25.731031],[109.016841,25.732215],[108.997741,25.738059],[108.994132,25.736513],[108.996753,25.726859],[108.988291,25.724722],[108.982148,25.725018],[108.979365,25.723193],[108.977403,25.712489],[108.975094,25.708675],[108.958311,25.69384],[108.956804,25.687508],[108.948361,25.684644],[108.942064,25.679442],[108.924794,25.687233],[108.916653,25.683951],[108.914787,25.679695],[108.900542,25.683076],[108.894598,25.686392],[108.892627,25.689451],[108.894539,25.695046],[108.89116,25.701803],[108.890529,25.707122],[108.891356,25.716404],[108.898308,25.720525],[108.905997,25.718565],[108.907353,25.719922],[108.907345,25.728506],[108.917522,25.73522],[108.93554,25.743793],[108.942613,25.739604],[108.940004,25.736982],[108.940043,25.73454],[108.945372,25.732381],[108.957603,25.733874],[108.958494,25.737424],[108.953165,25.741567],[108.954315,25.744603],[108.959466,25.747443],[108.967659,25.747813],[108.97434,25.75354],[108.982423,25.764323],[108.988597,25.76575],[108.995515,25.763351],[108.99526,25.767088],[108.984914,25.780623],[108.993521,25.787039],[109.003389,25.78279],[109.005651,25.783544],[109.006555,25.78475],[109.004143,25.792288],[109.007342,25.795184],[109.020914,25.793581],[109.025856,25.79603],[109.031501,25.792041],[109.044852,25.793371],[109.052084,25.787749],[109.074888,25.779469],[109.073984,25.789558],[109.07725,25.79412],[109.080951,25.798063],[109.088077,25.796926],[109.091075,25.797926],[109.088791,25.80278],[109.088934,25.807777],[109.090504,25.80949],[109.096607,25.807224],[109.103093,25.807541],[109.112917,25.812283],[109.121306,25.811526],[109.12505,25.808373],[109.129214,25.808522],[109.138959,25.799007],[109.139188,25.789645],[109.144238,25.782914],[109.139952,25.777626],[109.129052,25.770186],[109.127209,25.762969],[109.141216,25.745206],[109.143537,25.744243],[109.148513,25.745117],[109.154072,25.752527],[109.154279,25.758332],[109.151911,25.76158],[109.159033,25.761806],[109.163744,25.765375],[109.168154,25.761965],[109.174136,25.762608],[109.18728,25.778685],[109.180876,25.778938],[109.174166,25.782079],[109.173452,25.786362],[109.176593,25.790359],[109.175879,25.791644],[109.161901,25.799085],[109.164913,25.803648],[109.173021,25.809294],[109.186995,25.80312],[109.197292,25.796781],[109.201978,25.79149],[109.20195,25.785362],[109.199854,25.783092],[109.201305,25.77973],[109.200612,25.776432],[109.194904,25.774755],[109.191132,25.770777],[109.191291,25.767855],[109.19389,25.765584],[109.199166,25.766834],[109.202302,25.765698],[109.204849,25.75362],[109.202568,25.741606],[109.21584,25.738788],[109.227018,25.740591],[109.242059,25.731577],[109.250404,25.728969],[109.252076,25.721249],[109.27543,25.717475],[109.283098,25.720117],[109.289816,25.717416],[109.307395,25.722979],[109.308823,25.726049],[109.305119,25.734387],[109.309278,25.73632],[109.336803,25.734869],[109.335684,25.750584],[109.332885,25.757376],[109.330581,25.760133],[109.321756,25.76461],[109.325786,25.771429],[109.334637,25.774369],[109.334637,25.777082],[109.32393,25.785505],[109.330915,25.791694],[109.335061,25.798223],[109.334917,25.805822],[109.331835,25.812824],[109.330563,25.820972],[109.334091,25.837515],[109.337882,25.840707],[109.359907,25.845039],[109.364761,25.84975],[109.367188,25.857032],[109.382546,25.868223],[109.389681,25.882661],[109.390302,25.889396],[109.38606,25.898778],[109.389321,25.904365],[109.423156,25.915994],[109.429342,25.927838],[109.427579,25.933841],[109.430797,25.937722],[109.435231,25.95632],[109.43308,25.959216],[109.426008,25.958825],[109.421515,25.96556],[109.406276,25.965681],[109.400586,25.968137],[109.40655,25.971061],[109.419008,25.973219],[109.425778,25.978358],[109.428559,25.983066],[109.440379,25.990081],[109.446377,25.990856],[109.452092,25.994606],[109.457349,25.999263],[109.456771,26.00334],[109.467814,26.009131],[109.474331,26.01578],[109.478335,26.027561],[109.478702,26.033865],[109.490149,26.034439],[109.492619,26.025607],[109.495197,26.022266],[109.506437,26.01527],[109.508042,26.006761],[109.515152,26.002712],[109.53285,25.998105],[109.542842,26.005112],[109.541543,26.013944],[109.54315,26.025631],[109.553894,26.028051],[109.560501,26.026071],[109.566957,26.021438],[109.567965,26.017851],[109.573392,26.013532],[109.57897,26.018821],[109.579907,26.023641],[109.597981,26.028285],[109.610803,26.040654],[109.611647,26.046623],[109.621046,26.052971],[109.628142,26.0554],[109.63482,26.054838],[109.648616,26.049728],[109.649521,26.045499],[109.645453,26.024388],[109.649798,26.017586],[109.660477,26.015673],[109.674461,26.021888],[109.679619,26.021823],[109.680861,26.015657],[109.694282,26.000154],[109.699566,26.000744],[109.699848,26.003081],[109.695996,26.010422],[109.704218,26.01713],[109.706705,26.014832],[109.707164,26.011619],[109.711826,26.008388],[109.719642,26.006285],[109.726098,25.994676],[109.714759,25.975859],[109.710788,25.966163],[109.706404,25.964012],[109.704624,25.955754],[109.694017,25.959179],[109.691366,25.96306],[109.686988,25.96306],[109.689653,25.94669],[109.687749,25.943073],[109.678166,25.937264],[109.674481,25.925568],[109.679819,25.919033],[109.689238,25.911371],[109.687319,25.905768],[109.682933,25.906325],[109.676723,25.903784],[109.674603,25.89835],[109.675108,25.893784],[109.680043,25.885958],[109.690489,25.881607],[109.706359,25.891265],[109.709365,25.891284],[109.712268,25.888206],[109.716308,25.887441],[109.742314,25.893227],[109.762362,25.893576],[109.761976,25.882505],[109.760481,25.88007],[109.766095,25.878122],[109.776836,25.869785],[109.779501,25.871308],[109.779882,25.874544],[109.78407,25.878732],[109.80006,25.880445],[109.803486,25.884824],[109.807341,25.883522],[109.811917,25.884681],[109.810997,25.891497],[109.815706,25.904174],[109.826564,25.911853],[109.823415,25.923197],[109.813982,25.932085],[109.814717,25.936791],[109.806341,25.953733],[109.80592,25.960268],[109.809958,25.964202],[109.806722,25.972769],[109.810339,25.97905],[109.801963,25.980954],[109.798727,25.985903],[109.781999,25.989784],[109.781053,25.996464],[109.785891,26.017704],[109.790232,26.018935],[109.796747,26.034911],[109.80811,26.048036],[109.811738,26.048262],[109.821283,26.038679],[109.840755,26.033209],[109.861764,26.031011],[109.86755,26.034637],[109.879125,26.04764],[109.884612,26.056487],[109.887073,26.083301],[109.890479,26.087934],[109.889527,26.09612],[109.892002,26.100688],[109.899236,26.107732],[109.898224,26.113949],[109.904946,26.125815],[109.903614,26.131145],[109.904185,26.142186],[109.90705,26.148127],[109.908339,26.155803],[109.931653,26.168778],[109.945764,26.181793],[109.965132,26.203998],[109.973026,26.19993],[109.977728,26.193785],[109.978771,26.18739],[109.980636,26.185932],[109.990596,26.184812],[109.999922,26.189277],[110.012075,26.187824],[110.021805,26.173655],[110.022339,26.168766],[110.023973,26.167952],[110.04118,26.166467],[110.043749,26.173756],[110.047573,26.175761],[110.055048,26.17315],[110.059498,26.1698],[110.065739,26.168894],[110.071456,26.169952],[110.077917,26.176038],[110.093138,26.172702],[110.088862,26.163646],[110.087115,26.154041],[110.096574,26.136687],[110.091302,26.130406],[110.088859,26.121859],[110.076273,26.102219],[110.068132,26.080838],[110.070264,26.069262],[110.069943,26.061147],[110.058066,26.041433],[110.064381,26.044839],[110.080681,26.045352],[110.08053,26.041282],[110.085957,26.039925],[110.089999,26.041225],[110.094916,26.027624],[110.101099,26.022689],[110.103818,26.024157],[110.114751,26.039348],[110.119478,26.04047],[110.13159,26.032079],[110.131839,26.029441],[110.139273,26.02234],[110.143463,26.020856],[110.153804,26.020773],[110.159743,26.025225],[110.16234,26.03573],[110.165393,26.039548],[110.16426,26.045003],[110.168491,26.051943],[110.174197,26.056085],[110.175743,26.05906],[110.17967,26.059536],[110.181191,26.064997],[110.185481,26.070809],[110.188365,26.071639],[110.190853,26.06596],[110.202988,26.060963],[110.207571,26.048181],[110.225053,26.040646],[110.226307,26.034789],[110.229162,26.034551],[110.232494,26.038358],[110.235825,26.038239],[110.236182,26.035265],[110.23297,26.027532],[110.236952,26.023958],[110.241779,26.022335],[110.243861,26.019425],[110.23749,26.016467],[110.246057,26.015634],[110.24332,26.011827],[110.243558,26.006593],[110.240231,26.005157],[110.243201,26.002666],[110.247603,26.004808],[110.247421,25.998749],[110.255895,25.994943],[110.25328,25.990305],[110.248553,25.990251],[110.245596,25.985038],[110.245259,25.974035],[110.261819,25.964668],[110.265143,25.968576],[110.274039,25.970562],[110.291871,25.96847],[110.294888,25.973045],[110.303359,25.970477],[110.318615,25.976398],[110.319807,25.97788],[110.317791,25.985388],[110.326617,25.98635],[110.332998,25.997609],[110.342626,26.017362],[110.34337,26.025095],[110.345704,26.026081],[110.348426,26.030449],[110.347831,26.036101],[110.351941,26.039274],[110.356354,26.047252],[110.355653,26.053845],[110.352071,26.061959],[110.352333,26.067323],[110.360794,26.077318],[110.371102,26.076235],[110.372683,26.084601],[110.372668,26.101018],[110.374794,26.103185],[110.37921,26.104213],[110.387494,26.115464],[110.395104,26.119635],[110.399629,26.119614],[110.409415,26.127032],[110.419907,26.138334],[110.421975,26.146452],[110.431959,26.155503],[110.474533,26.185723],[110.475774,26.186367],[110.485313,26.182081],[110.483843,26.17596],[110.491861,26.169316],[110.497316,26.172179],[110.499289,26.179585],[110.50666,26.187196],[110.513501,26.190765],[110.518706,26.200432],[110.52646,26.2052],[110.528255,26.214477],[110.532562,26.219999],[110.539022,26.222596],[110.541906,26.230621],[110.547369,26.234502],[110.551834,26.247271],[110.551941,26.251676],[110.548301,26.254565],[110.549044,26.259621],[110.544738,26.262235],[110.542632,26.266609],[110.543205,26.279495],[110.545726,26.283187],[110.551205,26.290514],[110.564313,26.292466],[110.583002,26.302005],[110.592863,26.317471],[110.609558,26.336712],[110.615269,26.34012],[110.617954,26.340024],[110.619355,26.335227],[110.616985,26.325267],[110.635966,26.315576],[110.638427,26.311492],[110.6436,26.31137],[110.660084,26.317259],[110.660813,26.320674],[110.663683,26.322502],[110.679498,26.320352],[110.702719,26.30754],[110.702397,26.302346],[110.708711,26.298509],[110.720961,26.298294],[110.724363,26.300194],[110.726237,26.303455],[110.72056,26.310882],[110.730812,26.313897],[110.735511,26.322683],[110.743359,26.319617],[110.744163,26.317603],[110.74227,26.313294],[110.750712,26.308922],[110.751315,26.306811],[110.748201,26.305565],[110.745597,26.294332],[110.741113,26.286322],[110.737785,26.283516],[110.73443,26.274849],[110.737897,26.267764],[110.743325,26.266557],[110.7483,26.260979],[110.754632,26.260678],[110.754934,26.251029],[110.756592,26.250124],[110.763457,26.254507],[110.764449,26.258204],[110.771568,26.264879],[110.77297,26.264519],[110.772121,26.257512],[110.77408,26.256758],[110.776191,26.257813],[110.780111,26.267914],[110.785237,26.264145],[110.793422,26.271113],[110.796343,26.269845],[110.796092,26.267462],[110.798504,26.264145],[110.803178,26.261432],[110.808304,26.260828],[110.812792,26.263036],[110.82467,26.258168],[110.832283,26.257572],[110.839027,26.260981],[110.856502,26.274637],[110.867133,26.273092],[110.888083,26.277979],[110.891374,26.280729],[110.893835,26.278695],[110.911581,26.278211],[110.92002,26.264724],[110.916474,26.258207],[110.923003,26.256931],[110.934371,26.291266],[110.930238,26.297343],[110.932389,26.302421],[110.930974,26.310253],[110.921493,26.321869],[110.923926,26.323913],[110.93746,26.327969],[110.941518,26.335044],[110.942067,26.353676],[110.939756,26.355973],[110.944767,26.361045],[110.943035,26.371435],[110.940025,26.376374],[110.950416,26.383901],[110.968144,26.38852],[110.971695,26.387146],[110.97916,26.380148],[110.978018,26.373676],[110.984615,26.366443],[111.002481,26.361547],[110.996395,26.345851],[110.998273,26.342829],[111.006285,26.339886]],[[105.094214,24.925178],[105.097166,24.927776],[105.095545,24.931915],[105.083016,24.923579],[105.078258,24.917678],[105.085579,24.917483],[105.094214,24.925178]]]]}},{type:"Feature",properties:{name:"海南省",province_adcode:46e4,province_type:"省",name_en:"Hainan",name_var:"Hǎi Nán",adcode:46e4},geometry:{type:"MultiPolygon",coordinates:[[[[112.043812,3.838121],[112.0137,3.837902],[112.010061,3.8395],[112.007556,3.842819],[112.006572,3.850786],[112.007198,3.864998],[112.009159,3.868941],[112.017466,3.874921],[112.03257,3.879796],[112.04815,3.877193],[112.0562,3.862942],[112.056917,3.858158],[112.050794,3.841004],[112.043812,3.838121]]],[[[112.245034,3.860739],[112.23987,3.860624],[112.22888,3.865908],[112.219521,3.874739],[112.217682,3.881473],[112.2199,3.889717],[112.226196,3.901327],[112.238968,3.907699],[112.253471,3.904755],[112.259943,3.899071],[112.261204,3.895361],[112.262313,3.873453],[112.255485,3.865983],[112.245034,3.860739]]],[[[112.259308,3.938894],[112.255285,3.93887],[112.245895,3.943048],[112.244479,3.946206],[112.245278,3.965329],[112.254862,3.974602],[112.265281,3.976533],[112.277459,3.970238],[112.280836,3.961185],[112.280608,3.948746],[112.271281,3.940784],[112.259308,3.938894]]],[[[112.617049,4.943974],[112.606134,4.941224],[112.599091,4.941224],[112.589199,4.945518],[112.58188,4.954237],[112.579457,4.97151],[112.580044,4.976983],[112.583539,4.984297],[112.592421,4.99191],[112.599519,4.995232],[112.616419,4.995387],[112.625054,4.993774],[112.637275,4.987826],[112.638085,4.981894],[112.636229,4.963349],[112.63289,4.95633],[112.626676,4.94862],[112.617049,4.943974]]],[[[112.491689,5.000835],[112.471834,5.002507],[112.465704,5.006653],[112.461036,5.013495],[112.458336,5.030806],[112.460578,5.036792],[112.467007,5.042224],[112.473672,5.0442],[112.488947,5.042694],[112.49476,5.03554],[112.501359,5.013906],[112.502233,5.006268],[112.495905,5.001601],[112.491689,5.000835]]],[[[112.669655,4.998343],[112.659634,4.997374],[112.652628,4.999059],[112.637231,5.00645],[112.618151,5.022664],[112.612878,5.029328],[112.610086,5.03366],[112.610139,5.043791],[112.618586,5.0487],[112.622299,5.04841],[112.643756,5.038701],[112.658473,5.026534],[112.669641,5.014646],[112.673667,5.007957],[112.674065,5.003564],[112.669655,4.998343]]],[[[112.939448,4.992918],[112.935063,4.991294],[112.907689,4.992416],[112.903056,4.994142],[112.906868,5.039488],[112.910031,5.044451],[112.924845,5.051474],[112.933748,5.052508],[112.948356,5.049263],[112.951622,5.046616],[112.954295,5.039488],[112.954727,5.021783],[112.939448,4.992918]]],[[[112.584829,5.074318],[112.565136,5.073102],[112.562226,5.075983],[112.556024,5.093906],[112.55296,5.110736],[112.555104,5.115221],[112.572729,5.121869],[112.597425,5.121021],[112.607145,5.111591],[112.609477,5.104113],[112.6067,5.093009],[112.589852,5.07623],[112.584829,5.074318]]],[[[112.714551,5.063668],[112.678397,5.049972],[112.672633,5.04998],[112.651857,5.056808],[112.64882,5.061559],[112.646806,5.108017],[112.650526,5.114318],[112.67424,5.122422],[112.679808,5.11959],[112.714625,5.076914],[112.715997,5.069872],[112.714551,5.063668]]],[[[112.653827,5.355339],[112.635993,5.349105],[112.617078,5.351047],[112.6077,5.369014],[112.60862,5.389488],[112.619827,5.402911],[112.641219,5.410697],[112.670257,5.412897],[112.686643,5.40787],[112.686863,5.387271],[112.680798,5.37289],[112.653827,5.355339]]],[[[112.616726,5.463861],[112.613395,5.462839],[112.610231,5.466658],[112.602385,5.518703],[112.579037,5.562734],[112.57974,5.567758],[112.589011,5.577463],[112.599865,5.577023],[112.606896,5.574298],[112.612093,5.569984],[112.635438,5.516347],[112.638427,5.490689],[112.635217,5.481233],[112.616726,5.463861]]],[[[112.381353,5.616504],[112.3682,5.610435],[112.357921,5.610994],[112.353544,5.612474],[112.346716,5.619803],[112.345782,5.622749],[112.353442,5.63916],[112.355947,5.641342],[112.380842,5.644173],[112.383334,5.641843],[112.386943,5.627067],[112.386025,5.621287],[112.381353,5.616504]]],[[[112.5517,5.619612],[112.545351,5.61667],[112.540765,5.617565],[112.528312,5.62888],[112.520486,5.645483],[112.518907,5.657201],[112.524363,5.688253],[112.527483,5.692098],[112.536542,5.694378],[112.542868,5.693835],[112.552383,5.686698],[112.557355,5.678225],[112.562099,5.653182],[112.5617,5.631676],[112.5517,5.619612]]],[[[112.490876,5.735607],[112.488079,5.734628],[112.473136,5.736708],[112.469046,5.738081],[112.468082,5.740447],[112.469769,5.761514],[112.473496,5.772181],[112.47858,5.774944],[112.491786,5.777178],[112.493862,5.776132],[112.494304,5.764841],[112.49271,5.73783],[112.490876,5.735607]]],[[[112.55868,5.76032],[112.54452,5.758748],[112.532649,5.761717],[112.527437,5.767726],[112.524342,5.77913],[112.523229,5.795495],[112.524874,5.802232],[112.533898,5.814074],[112.548405,5.823169],[112.553857,5.823672],[112.557653,5.821898],[112.5669,5.798002],[112.56648,5.778339],[112.563294,5.7658],[112.55868,5.76032]]],[[[112.562787,5.953632],[112.549062,5.943842],[112.530642,5.952426],[112.534618,5.97136],[112.550156,5.979949],[112.571363,5.972592],[112.562787,5.953632]]],[[[113.234895,6.290253],[113.226064,6.286478],[113.219455,6.291171],[113.215186,6.297059],[113.213021,6.307694],[113.214426,6.31481],[113.220279,6.323301],[113.226676,6.327371],[113.239321,6.327166],[113.244028,6.319107],[113.245997,6.306629],[113.243381,6.297144],[113.234895,6.290253]]],[[[113.606658,6.922903],[113.603854,6.921669],[113.575807,6.922118],[113.572213,6.92425],[113.570867,6.940068],[113.574792,6.950391],[113.584774,6.959254],[113.591849,6.96318],[113.600937,6.962956],[113.608516,6.959139],[113.617091,6.948595],[113.619105,6.943771],[113.619332,6.937601],[113.617092,6.930757],[113.606658,6.922903]]],[[[114.850903,7.187818],[114.829713,7.184756],[114.815981,7.194354],[114.815633,7.197334],[114.816545,7.204227],[114.820399,7.213767],[114.829071,7.229406],[114.847283,7.244953],[114.850313,7.245785],[114.863437,7.243382],[114.866241,7.240746],[114.867257,7.232499],[114.865842,7.200301],[114.863099,7.194691],[114.85671,7.188969],[114.850903,7.187818]]],[[[113.832608,7.385398],[113.847465,7.384404],[113.853887,7.377626],[113.853683,7.375383],[113.83796,7.366794],[113.824402,7.363737],[113.799352,7.368145],[113.787451,7.373013],[113.787808,7.374644],[113.797033,7.379332],[113.807533,7.378569],[113.821497,7.382289],[113.824912,7.384939],[113.832608,7.385398]]],[[[114.985794,7.477852],[114.977484,7.47783],[114.960878,7.483443],[114.956719,7.4865],[114.945295,7.510513],[114.946919,7.515791],[114.958568,7.522487],[114.982609,7.530831],[115.009856,7.527412],[115.012922,7.524454],[115.014269,7.508707],[115.01088,7.490465],[115.008124,7.486139],[114.985794,7.477852]]],[[[109.933722,7.535527],[109.945121,7.524478],[109.94669,7.514712],[109.935495,7.505985],[109.907435,7.509724],[109.845742,7.521278],[109.802336,7.526145],[109.788188,7.525953],[109.727018,7.517916],[109.705667,7.512276],[109.650508,7.480885],[109.567946,7.374995],[109.509574,7.321565],[109.483042,7.308864],[109.475587,7.307515],[109.463602,7.311098],[109.460417,7.316186],[109.460191,7.345814],[109.462917,7.354877],[109.532268,7.450152],[109.603622,7.521955],[109.649404,7.561007],[109.678624,7.572253],[109.71862,7.5772],[109.777406,7.576751],[109.812772,7.574063],[109.845881,7.567658],[109.90123,7.553174],[109.922387,7.543728],[109.933722,7.535527]]],[[[111.551098,7.5261],[111.538699,7.526017],[111.534774,7.545688],[111.539483,7.567837],[111.559147,7.604084],[111.562676,7.607337],[111.585058,7.611277],[111.602634,7.608908],[111.608089,7.60088],[111.608089,7.593823],[111.590134,7.560834],[111.579216,7.54477],[111.562152,7.529892],[111.551098,7.5261]]],[[[114.679108,7.564236],[114.667856,7.565685],[114.661615,7.573135],[114.660401,7.583967],[114.661976,7.591437],[114.670221,7.609207],[114.674055,7.611907],[114.699984,7.616466],[114.714391,7.613537],[114.720309,7.608293],[114.7201,7.601022],[114.71759,7.59332],[114.684041,7.566084],[114.679108,7.564236]]],[[[113.789803,7.601332],[113.780631,7.600895],[113.769275,7.603189],[113.764362,7.608647],[113.760977,7.622078],[113.762397,7.633542],[113.765018,7.638347],[113.774081,7.64457],[113.787947,7.648719],[113.809456,7.649374],[113.827254,7.646208],[113.831731,7.639002],[113.832605,7.632232],[113.833041,7.626881],[113.829656,7.617711],[113.810767,7.604389],[113.789803,7.601332]]],[[[111.697991,7.646772],[111.683547,7.64437],[111.671771,7.645304],[111.66616,7.652733],[111.668151,7.685412],[111.672484,7.696428],[111.686817,7.713296],[111.704626,7.726564],[111.722035,7.731699],[111.739771,7.725189],[111.742225,7.721834],[111.745196,7.705586],[111.73383,7.683144],[111.702966,7.650248],[111.697991,7.646772]]],[[[110.477757,7.782711],[110.466021,7.782371],[110.461303,7.784595],[110.456915,7.794381],[110.458181,7.807103],[110.481149,7.829236],[110.487974,7.829345],[110.506058,7.821595],[110.508726,7.814714],[110.507783,7.807321],[110.483887,7.784899],[110.477757,7.782711]]],[[[111.576137,7.771019],[111.569231,7.775971],[111.549417,7.809396],[111.550816,7.814981],[111.57895,7.850768],[111.599593,7.863284],[111.605127,7.863463],[111.608738,7.860547],[111.615495,7.847479],[111.615391,7.84225],[111.597085,7.799341],[111.580893,7.77304],[111.576137,7.771019]]],[[[112.925259,7.82939],[112.910503,7.827695],[112.894064,7.829165],[112.889022,7.836849],[112.887761,7.845962],[112.888957,7.855726],[112.90126,7.864208],[112.91595,7.868885],[112.92763,7.869153],[112.930378,7.863719],[112.931371,7.84796],[112.930188,7.838573],[112.925259,7.82939]]],[[[111.702978,7.887887],[111.660816,7.88852],[111.636797,7.905309],[111.634488,7.908799],[111.647456,7.934227],[111.651707,7.935918],[111.682896,7.937441],[111.709166,7.928965],[111.711966,7.926714],[111.720615,7.910313],[111.710959,7.891106],[111.702978,7.887887]]],[[[109.984582,7.814192],[109.972847,7.813279],[109.944429,7.81733],[109.933048,7.825555],[109.932752,7.850009],[109.936574,7.872507],[109.943299,7.883155],[109.949198,7.890302],[110.029176,7.945986],[110.052896,7.954745],[110.074025,7.950879],[110.077563,7.942047],[110.078617,7.932665],[110.078908,7.897987],[110.07242,7.879418],[110.055533,7.854843],[110.046317,7.847866],[109.984582,7.814192]]],[[[114.054575,7.53911],[113.982951,7.537666],[113.974138,7.53925],[113.926569,7.560118],[113.915278,7.568477],[113.893944,7.600695],[113.892813,7.608616],[113.894396,7.619221],[113.902318,7.632759],[113.91738,7.64057],[113.989979,7.659029],[114.024734,7.671248],[114.051738,7.687813],[114.079446,7.714418],[114.090678,7.722284],[114.167552,7.767505],[114.203387,7.783969],[114.260053,7.868203],[114.264124,7.872279],[114.410443,7.954217],[114.435315,7.965188],[114.468481,7.970634],[114.507384,7.968228],[114.529227,7.956738],[114.536875,7.947282],[114.551246,7.892942],[114.550551,7.880942],[114.536604,7.863618],[114.460006,7.816375],[114.42966,7.788958],[114.415877,7.767031],[114.403589,7.684623],[114.399527,7.677175],[114.364253,7.63989],[114.286048,7.61867],[114.153306,7.562694],[114.054575,7.53911]]],[[[114.900526,7.951406],[114.8963,7.951069],[114.879891,7.956634],[114.865988,7.976455],[114.864514,7.985555],[114.865989,7.994656],[114.879481,8.013657],[114.893855,8.014488],[114.904762,8.012238],[114.910461,8.009404],[114.917104,7.99328],[114.918567,7.982572],[114.916311,7.974491],[114.903619,7.953045],[114.900526,7.951406]]],[[[113.966417,7.946448],[113.958006,7.943014],[113.945042,7.943319],[113.931468,7.945779],[113.912045,7.956227],[113.900933,7.965442],[113.892893,7.982086],[113.890573,8.006787],[113.892177,8.014526],[113.896918,8.019542],[113.902563,8.021774],[113.927015,8.02324],[113.935797,8.02009],[113.965516,7.976664],[113.967369,7.9671],[113.966417,7.946448]]],[[[110.636962,7.987072],[110.633878,7.986168],[110.609557,7.989678],[110.606019,7.992912],[110.605348,8.0128],[110.606594,8.019708],[110.615007,8.038429],[110.618971,8.042967],[110.630904,8.042663],[110.634209,8.041477],[110.636835,8.037262],[110.639538,8.007087],[110.63886,7.99079],[110.636962,7.987072]]],[[[111.99057,8.04906],[111.982934,8.048007],[111.960833,8.049207],[111.945123,8.052756],[111.930321,8.059984],[111.922854,8.066841],[111.921137,8.072656],[111.922612,8.090675],[111.934566,8.102466],[111.950231,8.108118],[111.973716,8.108307],[112.008695,8.094924],[112.011732,8.0906],[112.013438,8.064005],[111.99057,8.04906]]],[[[114.109339,8.079512],[114.105117,8.078604],[114.096575,8.080476],[114.09727,8.102645],[114.104523,8.10993],[114.118647,8.117048],[114.129077,8.115144],[114.130979,8.110398],[114.128033,8.092368],[114.109339,8.079512]]],[[[113.228401,8.068686],[113.225929,8.068013],[113.218143,8.07163],[113.217665,8.077892],[113.233685,8.099254],[113.258803,8.119516],[113.265261,8.12166],[113.276642,8.118845],[113.278731,8.116653],[113.278938,8.112643],[113.228401,8.068686]]],[[[114.526219,8.105152],[114.516864,8.104998],[114.50994,8.108732],[114.50564,8.113472],[114.503819,8.121981],[114.505519,8.127884],[114.508429,8.13138],[114.546573,8.144558],[114.558496,8.152317],[114.592196,8.160067],[114.612037,8.157847],[114.620688,8.151359],[114.619904,8.14207],[114.614791,8.134698],[114.591891,8.122615],[114.569698,8.115675],[114.526219,8.105152]]],[[[114.812421,8.117442],[114.808047,8.112235],[114.784106,8.11303],[114.773133,8.115824],[114.770104,8.126057],[114.77428,8.134527],[114.774557,8.153887],[114.782491,8.161052],[114.787821,8.162792],[114.803134,8.162567],[114.80644,8.159707],[114.814479,8.143104],[114.815304,8.131138],[114.812421,8.117442]]],[[[110.485317,8.070911],[110.474446,8.069774],[110.467307,8.073726],[110.457983,8.105112],[110.455825,8.117925],[110.457669,8.12987],[110.564498,8.174449],[110.574427,8.177038],[110.586669,8.176812],[110.591168,8.174923],[110.596114,8.158778],[110.59211,8.145316],[110.578555,8.123435],[110.550616,8.095469],[110.510085,8.07683],[110.485317,8.070911]]],[[[114.692825,8.216072],[114.704516,8.212648],[114.722678,8.212378],[114.726562,8.210432],[114.738532,8.199297],[114.737675,8.191306],[114.71489,8.185726],[114.703774,8.184906],[114.687311,8.18687],[114.668937,8.205041],[114.666138,8.212169],[114.672865,8.21825],[114.684244,8.220145],[114.692825,8.216072]]],[[[113.380841,8.238025],[113.345136,8.174049],[113.311812,8.13474],[113.294991,8.118878],[113.285782,8.114879],[113.284444,8.120975],[113.285373,8.123578],[113.30437,8.146753],[113.326762,8.180891],[113.338219,8.195359],[113.333074,8.201429],[113.327889,8.198805],[113.306218,8.179368],[113.275432,8.135263],[113.270414,8.124502],[113.26704,8.123593],[113.263801,8.125264],[113.26144,8.127945],[113.264256,8.134185],[113.271866,8.145105],[113.289569,8.177939],[113.312987,8.204984],[113.347015,8.235712],[113.348683,8.239823],[113.351595,8.265026],[113.348954,8.274819],[113.345138,8.280214],[113.349356,8.30571],[113.352907,8.309875],[113.367362,8.312361],[113.370677,8.310994],[113.380049,8.297249],[113.381527,8.291019],[113.380841,8.238025]]],[[[115.435631,8.323464],[115.42593,8.324598],[115.416829,8.331123],[115.415339,8.335823],[115.421358,8.358819],[115.426159,8.362828],[115.432213,8.363978],[115.442559,8.359423],[115.444861,8.356559],[115.445473,8.351058],[115.444907,8.334697],[115.440559,8.325488],[115.435631,8.323464]]],[[[115.238744,8.365471],[115.243076,8.364942],[115.249945,8.367527],[115.26338,8.368593],[115.272692,8.365102],[115.276601,8.360736],[115.276838,8.35671],[115.270742,8.351193],[115.258707,8.345256],[115.253948,8.345266],[115.240971,8.349771],[115.197935,8.354811],[115.190257,8.357118],[115.181387,8.366381],[115.177943,8.37218],[115.175993,8.383258],[115.177609,8.387928],[115.180886,8.389462],[115.196015,8.39121],[115.198547,8.389813],[115.204752,8.377434],[115.209822,8.372587],[115.238744,8.365471]]],[[[112.965271,8.404983],[112.950978,8.405095],[112.944487,8.407983],[112.940898,8.41199],[112.941548,8.427974],[112.945046,8.434525],[112.951206,8.438941],[112.960419,8.441269],[112.975294,8.43905],[112.97919,8.435397],[112.981137,8.430985],[112.980209,8.424835],[112.974346,8.411564],[112.965271,8.404983]]],[[[115.281065,8.482871],[115.267026,8.47911],[115.255333,8.488068],[115.253828,8.511627],[115.258056,8.517932],[115.274652,8.523783],[115.291995,8.512872],[115.292841,8.507772],[115.285965,8.48741],[115.281065,8.482871]]],[[[115.528639,8.46121],[115.520684,8.461015],[115.517939,8.462311],[115.506496,8.488119],[115.505478,8.492666],[115.508334,8.519803],[115.529459,8.526012],[115.555001,8.525078],[115.558509,8.520586],[115.565086,8.492217],[115.556931,8.468037],[115.55041,8.46323],[115.528639,8.46121]]],[[[111.483544,8.522674],[111.461517,8.521439],[111.458818,8.524118],[111.458794,8.526754],[111.470156,8.546251],[111.473351,8.549108],[111.484754,8.552379],[111.504845,8.552654],[111.507109,8.54971],[111.507007,8.544441],[111.505076,8.54159],[111.492703,8.526033],[111.483544,8.522674]]],[[[111.919547,8.641971],[111.917807,8.642555],[111.91867,8.64623],[111.922596,8.646438],[111.919547,8.641971]]],[[[111.679926,8.627145],[111.67116,8.624488],[111.661329,8.624887],[111.653625,8.629138],[111.648578,8.635248],[111.646053,8.64375],[111.645521,8.653182],[111.648445,8.665667],[111.657743,8.678952],[111.668104,8.681475],[111.692944,8.680944],[111.705166,8.677225],[111.708753,8.673372],[111.71287,8.660354],[111.713401,8.651853],[111.679926,8.627145]]],[[[114.231701,8.76839],[114.237226,8.759613],[114.243395,8.739818],[114.245211,8.732449],[114.244706,8.726345],[114.235146,8.719665],[114.231269,8.720166],[114.228941,8.72414],[114.219607,8.758386],[114.21644,8.762228],[114.21058,8.76247],[114.208155,8.760277],[114.20741,8.756221],[114.218852,8.729101],[114.222039,8.715241],[114.211405,8.710647],[114.206076,8.714256],[114.196839,8.729736],[114.193637,8.739648],[114.190921,8.75692],[114.190533,8.774436],[114.193399,8.782339],[114.202495,8.788772],[114.207867,8.789446],[114.217872,8.786626],[114.231701,8.76839]]],[[[113.99957,8.792095],[113.975932,8.792521],[113.970916,8.794816],[113.958077,8.814288],[113.950593,8.831974],[113.950594,8.839797],[113.952805,8.843962],[113.964113,8.846344],[113.973296,8.843368],[113.981289,8.833674],[113.988432,8.820921],[114.000845,8.809272],[114.007562,8.800513],[114.007478,8.796092],[114.005352,8.793711],[113.99957,8.792095]]],[[[112.227556,8.8277],[112.211105,8.827254],[112.208557,8.828657],[112.203281,8.837307],[112.205978,8.844104],[112.21444,8.853126],[112.219489,8.857499],[112.22413,8.858671],[112.231869,8.858403],[112.236537,8.854754],[112.237244,8.842937],[112.231488,8.829363],[112.227556,8.8277]]],[[[112.599799,8.859189],[112.61192,8.847819],[112.631796,8.839841],[112.640586,8.827454],[112.638705,8.822219],[112.635552,8.820607],[112.607412,8.816794],[112.566471,8.817482],[112.55764,8.820117],[112.545097,8.826531],[112.534744,8.83992],[112.533545,8.843924],[112.533134,8.848413],[112.53668,8.854358],[112.539874,8.856442],[112.546511,8.854309],[112.552983,8.856297],[112.594032,8.86112],[112.599799,8.859189]]],[[[114.047001,8.779046],[114.043104,8.778757],[114.032756,8.782795],[114.030863,8.785714],[114.027027,8.808319],[114.010481,8.83759],[113.992702,8.849146],[113.985497,8.858997],[113.974676,8.869314],[113.972752,8.874805],[113.975591,8.879817],[113.98563,8.880568],[114.00973,8.86881],[114.036878,8.845892],[114.047229,8.833433],[114.055655,8.818126],[114.059365,8.80156],[114.052518,8.783113],[114.047001,8.779046]]],[[[112.19514,8.85332],[112.187082,8.85412],[112.178594,8.85984],[112.17601,8.863901],[112.177486,8.868452],[112.18819,8.876879],[112.19391,8.88506],[112.199077,8.888566],[112.214639,8.890842],[112.222205,8.888566],[112.223558,8.884875],[112.221712,8.880323],[112.207011,8.862179],[112.19514,8.85332]]],[[[113.921189,8.84038],[113.912213,8.840106],[113.889392,8.864689],[113.889921,8.873607],[113.896718,8.878745],[113.907856,8.891181],[113.916007,8.889832],[113.929982,8.878922],[113.935035,8.877074],[113.936119,8.874163],[113.932586,8.865245],[113.928099,8.8626],[113.932317,8.850382],[113.927977,8.843625],[113.921189,8.84038]]],[[[112.273148,8.854775],[112.268481,8.854288],[112.257145,8.856666],[112.241662,8.872627],[112.239828,8.876413],[112.240895,8.878239],[112.260885,8.891448],[112.273866,8.89254],[112.281032,8.890687],[112.283932,8.887575],[112.286474,8.87576],[112.286016,8.870713],[112.27701,8.856808],[112.273148,8.854775]]],[[[114.641726,8.846778],[114.610668,8.838266],[114.600486,8.839526],[114.594949,8.848163],[114.597794,8.861203],[114.613377,8.883254],[114.633369,8.897341],[114.657098,8.902245],[114.661454,8.901916],[114.676997,8.886564],[114.678282,8.883113],[114.666367,8.863942],[114.654964,8.854084],[114.641726,8.846778]]],[[[116.313291,8.887053],[116.307472,8.88257],[116.300766,8.882928],[116.29772,8.885712],[116.300232,8.868416],[116.294982,8.862071],[116.290445,8.860013],[116.277127,8.866426],[116.273202,8.8704],[116.269679,8.881559],[116.270365,8.887618],[116.282023,8.89861],[116.285599,8.905161],[116.293437,8.909859],[116.302178,8.919161],[116.308653,8.920224],[116.317116,8.919818],[116.32477,8.911503],[116.328192,8.902875],[116.326585,8.896183],[116.317535,8.89533],[116.313291,8.887053]]],[[[112.861132,8.891933],[112.854979,8.891544],[112.837222,8.89591],[112.82053,8.909833],[112.818846,8.912572],[112.820402,8.920821],[112.828762,8.924092],[112.838119,8.924212],[112.848645,8.922201],[112.868636,8.910298],[112.870154,8.906228],[112.868568,8.899335],[112.864276,8.893348],[112.861132,8.891933]]],[[[112.368786,8.910104],[112.351601,8.910609],[112.347092,8.912824],[112.341459,8.927924],[112.346886,8.938921],[112.35243,8.942705],[112.358086,8.945303],[112.38036,8.948781],[112.384153,8.94716],[112.390248,8.937776],[112.388088,8.921279],[112.377785,8.91386],[112.368786,8.910104]]],[[[113.681579,8.975254],[113.675923,8.973248],[113.666937,8.973376],[113.650047,8.96398],[113.642596,8.966871],[113.63375,8.978831],[113.635459,8.985308],[113.640426,8.991505],[113.697528,9.013417],[113.71475,9.021917],[113.721436,9.019344],[113.726397,9.009194],[113.726232,9.005768],[113.70782,8.993864],[113.697485,8.989496],[113.681579,8.975254]]],[[[116.64751,9.031751],[116.645014,9.031398],[116.642598,9.035331],[116.645886,9.039532],[116.650561,9.037223],[116.64969,9.032581],[116.64751,9.031751]]],[[[116.736735,9.030561],[116.728021,9.02504],[116.70506,9.026034],[116.702109,9.031678],[116.700703,9.040301],[116.695537,9.050834],[116.702117,9.058555],[116.713385,9.064868],[116.727309,9.063971],[116.745694,9.058535],[116.736735,9.030561]]],[[[116.480638,9.139715],[116.473205,9.138924],[116.4668,9.142087],[116.451025,9.164583],[116.449602,9.170276],[116.453397,9.176365],[116.456719,9.178499],[116.47617,9.185933],[116.482496,9.186802],[116.486688,9.185774],[116.490799,9.181662],[116.495385,9.172727],[116.49669,9.165887],[116.494001,9.155292],[116.486647,9.144379],[116.480638,9.139715]]],[[[113.672573,9.204734],[113.66988,9.204685],[113.66349,9.21225],[113.655901,9.225715],[113.655877,9.232982],[113.667595,9.244706],[113.675606,9.245986],[113.692731,9.227682],[113.691406,9.22006],[113.678849,9.215351],[113.672573,9.204734]]],[[[111.531381,9.266326],[111.52467,9.264175],[111.516259,9.265762],[111.517865,9.272875],[111.521606,9.277084],[111.526215,9.27838],[111.539991,9.287279],[111.551345,9.286972],[111.552639,9.28281],[111.54934,9.276934],[111.531381,9.266326]]],[[[115.973446,9.324094],[115.995399,9.295536],[115.996858,9.289548],[115.991892,9.279502],[115.972639,9.269942],[115.953837,9.268965],[115.939192,9.271692],[115.918316,9.294259],[115.919166,9.308072],[115.922595,9.313275],[115.930521,9.317698],[115.942222,9.323584],[115.949739,9.322781],[115.958776,9.324953],[115.973446,9.324094]]],[[[114.191562,9.352504],[114.170989,9.34401],[114.162431,9.359331],[114.160729,9.369543],[114.1625,9.386242],[114.18987,9.393348],[114.198428,9.376323],[114.191562,9.352504]]],[[[115.451821,9.348437],[115.445798,9.346931],[115.435339,9.34986],[115.430737,9.353625],[115.427725,9.366594],[115.423291,9.376718],[115.42371,9.380231],[115.427474,9.384834],[115.431658,9.395376],[115.440694,9.405667],[115.4463,9.418552],[115.44906,9.419556],[115.451989,9.418635],[115.453746,9.415121],[115.457845,9.397467],[115.45885,9.373287],[115.465878,9.360821],[115.451821,9.348437]]],[[[116.92745,9.448203],[116.925364,9.446799],[116.92039,9.448644],[116.917461,9.456947],[116.923399,9.46477],[116.930739,9.468019],[116.935714,9.463245],[116.932905,9.453417],[116.92745,9.448203]]],[[[112.564375,9.518915],[112.542509,9.517515],[112.520634,9.519944],[112.503862,9.527509],[112.507604,9.546687],[112.524253,9.560831],[112.544826,9.563504],[112.562881,9.555943],[112.573281,9.536846],[112.564375,9.518915]]],[[[112.882007,9.53624],[112.877316,9.535418],[112.874356,9.537365],[112.874404,9.543676],[112.896208,9.56354],[112.899226,9.564153],[112.902428,9.562458],[112.905207,9.555084],[112.903578,9.551625],[112.882007,9.53624]]],[[[112.878634,9.573208],[112.871554,9.570877],[112.868793,9.573437],[112.869775,9.577978],[112.872086,9.579358],[112.879235,9.57877],[112.879904,9.575455],[112.878634,9.573208]]],[[[112.898592,9.571221],[112.893403,9.569642],[112.889173,9.571132],[112.88726,9.590393],[112.890892,9.592496],[112.900987,9.590448],[112.903023,9.587927],[112.903662,9.580922],[112.902251,9.575167],[112.898592,9.571221]]],[[[116.16651,9.599026],[116.170933,9.597149],[116.183915,9.59735],[116.193193,9.580719],[116.190577,9.571737],[116.185442,9.567077],[116.176364,9.56464],[116.156927,9.564447],[116.15072,9.570653],[116.148637,9.581095],[116.151678,9.59439],[116.16651,9.599026]]],[[[112.932056,9.622713],[112.926492,9.62162],[112.922859,9.6258],[112.93001,9.628549],[112.93387,9.624721],[112.932056,9.622713]]],[[[112.937341,9.632061],[112.932128,9.631904],[112.931346,9.634808],[112.931901,9.636614],[112.93946,9.63968],[112.942546,9.637933],[112.941315,9.634358],[112.937341,9.632061]]],[[[112.956701,9.633124],[112.951788,9.631073],[112.949158,9.631883],[112.950304,9.639404],[112.953402,9.643273],[112.958298,9.645969],[112.964305,9.644517],[112.965894,9.641511],[112.961597,9.635132],[112.956701,9.633124]]],[[[112.98474,9.646046],[112.978988,9.645564],[112.974975,9.647142],[112.972834,9.652868],[112.978507,9.656507],[112.986425,9.656533],[112.989502,9.651637],[112.98474,9.646046]]],[[[113.005876,9.649156],[112.997023,9.650826],[112.997378,9.660351],[113.003034,9.662385],[113.007077,9.65997],[113.007655,9.65388],[113.005876,9.649156]]],[[[113.022901,9.65931],[113.01566,9.65747],[113.013962,9.664177],[113.019889,9.665554],[113.022938,9.661821],[113.022901,9.65931]]],[[[113.037429,9.659313],[113.031396,9.658007],[113.024428,9.660406],[113.015167,9.671366],[113.012448,9.677692],[113.013177,9.679173],[113.018678,9.682365],[113.03177,9.679893],[113.036332,9.67472],[113.040642,9.664529],[113.037429,9.659313]]],[[[116.60615,9.717542],[116.603863,9.715891],[116.599417,9.716271],[116.596559,9.723067],[116.592431,9.725735],[116.593574,9.729926],[116.588429,9.733229],[116.587604,9.737422],[116.591096,9.737866],[116.596433,9.735961],[116.60526,9.72294],[116.60615,9.717542]]],[[[114.282813,9.699458],[114.274728,9.698742],[114.271794,9.700132],[114.269538,9.705584],[114.272374,9.721356],[114.270558,9.726916],[114.27158,9.732022],[114.277221,9.740091],[114.283948,9.740533],[114.287919,9.738036],[114.294273,9.730206],[114.296202,9.724874],[114.295635,9.71852],[114.292004,9.710691],[114.287806,9.703882],[114.282813,9.699458]]],[[[114.716389,9.719137],[114.700772,9.702342],[114.676753,9.709422],[114.673984,9.729074],[114.689575,9.743066],[114.710781,9.738796],[114.716389,9.719137]]],[[[116.58884,9.724561],[116.580919,9.722889],[116.575375,9.724385],[116.562878,9.720689],[116.551702,9.731954],[116.546861,9.739523],[116.547653,9.745683],[116.57168,9.748411],[116.575023,9.747355],[116.584352,9.740226],[116.58928,9.73037],[116.58884,9.724561]]],[[[116.52127,9.740564],[116.516152,9.74042],[116.514962,9.746332],[116.524154,9.749216],[116.535905,9.746656],[116.537816,9.744061],[116.536554,9.741501],[116.52127,9.740564]]],[[[114.351519,9.743585],[114.3458,9.741296],[114.340414,9.744953],[114.340482,9.757421],[114.348527,9.762042],[114.352751,9.759934],[114.355346,9.754749],[114.353479,9.745805],[114.351519,9.743585]]],[[[114.260613,9.760728],[114.256655,9.761331],[114.250125,9.770427],[114.250283,9.77582],[114.254039,9.781388],[114.256052,9.780784],[114.265912,9.767368],[114.265174,9.763679],[114.260613,9.760728]]],[[[115.8803,9.650487],[115.870667,9.649552],[115.863525,9.652144],[115.857701,9.675534],[115.859566,9.681947],[115.857406,9.6963],[115.834644,9.702912],[115.833629,9.71156],[115.842845,9.727584],[115.853567,9.761787],[115.860755,9.773754],[115.866946,9.780733],[115.884697,9.789953],[115.890304,9.794552],[115.897364,9.798076],[115.903712,9.798022],[115.91425,9.792702],[115.921803,9.783543],[115.917138,9.767022],[115.919528,9.750463],[115.915836,9.729946],[115.89723,9.672993],[115.891038,9.659461],[115.8803,9.650487]]],[[[116.447341,9.763266],[116.433269,9.765298],[116.428657,9.770303],[116.426858,9.779292],[116.426624,9.799775],[116.431783,9.805639],[116.443354,9.803294],[116.450077,9.795788],[116.449843,9.766236],[116.447341,9.763266]]],[[[114.400814,9.789254],[114.395807,9.790337],[114.391681,9.797034],[114.391681,9.802446],[114.394437,9.805246],[114.401965,9.805558],[114.409406,9.79744],[114.409473,9.795139],[114.400814,9.789254]]],[[[116.488539,9.783633],[116.480686,9.784089],[116.475924,9.787215],[116.472042,9.802308],[116.466024,9.811581],[116.467874,9.819362],[116.481825,9.82454],[116.486471,9.82327],[116.504443,9.805632],[116.504928,9.803557],[116.504809,9.792845],[116.488539,9.783633]]],[[[114.26336,9.817646],[114.256364,9.81806],[114.251884,9.826165],[114.25817,9.838062],[114.26539,9.839762],[114.267157,9.838023],[114.26965,9.823669],[114.267875,9.819307],[114.26336,9.817646]]],[[[114.465391,9.825174],[114.451984,9.82388],[114.450234,9.83081],[114.45451,9.84111],[114.460598,9.841368],[114.470704,9.832171],[114.471222,9.829062],[114.469408,9.82647],[114.465391,9.825174]]],[[[114.494701,9.848248],[114.490555,9.847406],[114.487511,9.854855],[114.490952,9.855416],[114.494895,9.852006],[114.494701,9.848248]]],[[[114.511348,9.861773],[114.508279,9.861672],[114.504509,9.869512],[114.506044,9.873148],[114.510914,9.874882],[114.516189,9.872153],[114.517953,9.868712],[114.516218,9.865309],[114.511348,9.861773]]],[[[114.309169,9.873803],[114.307129,9.873396],[114.30135,9.876931],[114.299583,9.881962],[114.300942,9.884614],[114.307605,9.885226],[114.31114,9.882234],[114.312908,9.877339],[114.312023,9.875027],[114.309169,9.873803]]],[[[114.590642,9.870591],[114.585772,9.869233],[114.576753,9.874556],[114.579358,9.886038],[114.585867,9.888308],[114.591884,9.885755],[114.596727,9.879989],[114.590642,9.870591]]],[[[114.336466,9.881751],[114.326625,9.881482],[114.322378,9.885324],[114.322311,9.888897],[114.327973,9.891728],[114.331882,9.891121],[114.337342,9.885189],[114.336466,9.881751]]],[[[114.559331,9.869342],[114.553524,9.868447],[114.542882,9.873547],[114.537143,9.884373],[114.538324,9.889195],[114.544835,9.893996],[114.550416,9.894892],[114.556875,9.889809],[114.561953,9.883351],[114.563542,9.876679],[114.562352,9.871628],[114.559331,9.869342]]],[[[114.39838,9.890866],[114.393956,9.890234],[114.388481,9.894886],[114.386875,9.898593],[114.389323,9.904136],[114.394694,9.903294],[114.400592,9.900239],[114.403014,9.89708],[114.403646,9.894025],[114.401856,9.891392],[114.39838,9.890866]]],[[[114.466729,9.891257],[114.461757,9.891004],[114.456449,9.893363],[114.454175,9.896397],[114.45291,9.910636],[114.455522,9.913417],[114.461084,9.914596],[114.46479,9.91308],[114.474312,9.906424],[114.477008,9.902126],[114.472205,9.893532],[114.466729,9.891257]]],[[[114.498046,9.903858],[114.485997,9.906553],[114.485071,9.910766],[114.486587,9.913884],[114.489958,9.915148],[114.492485,9.922816],[114.496951,9.924669],[114.50563,9.920456],[114.504703,9.910429],[114.502343,9.906553],[114.498046,9.903858]]],[[[115.528792,9.933965],[115.546951,9.928613],[115.555798,9.928949],[115.569018,9.924436],[115.5774,9.919277],[115.580947,9.912183],[115.581269,9.898481],[115.560312,9.877686],[115.550318,9.872205],[115.544514,9.870915],[115.537744,9.874139],[115.509049,9.878975],[115.498396,9.892593],[115.495961,9.900005],[115.496703,9.912921],[115.497655,9.918637],[115.50242,9.926155],[115.50982,9.933694],[115.51375,9.935659],[115.528792,9.933965]]],[[[114.529863,9.922898],[114.527672,9.921635],[114.524723,9.922646],[114.514023,9.933936],[114.51436,9.938739],[114.517561,9.942278],[114.522364,9.943458],[114.527757,9.941098],[114.531127,9.937306],[114.531774,9.930271],[114.529863,9.922898]]],[[[114.556941,9.931369],[114.547704,9.93346],[114.545614,9.937105],[114.546489,9.941919],[114.556893,9.949405],[114.567296,9.947509],[114.571039,9.942453],[114.569193,9.937056],[114.564525,9.933654],[114.556941,9.931369]]],[[[114.585486,9.950369],[114.58361,9.947388],[114.574123,9.951105],[114.573915,9.955244],[114.576953,9.960747],[114.582283,9.959805],[114.587595,9.954038],[114.585486,9.950369]]],[[[114.666257,9.92724],[114.65588,9.927236],[114.651202,9.920002],[114.638121,9.919441],[114.634923,9.920593],[114.632081,9.923987],[114.628351,9.935076],[114.628352,9.942949],[114.631271,9.955953],[114.628856,9.960129],[114.614176,9.964173],[114.615009,9.976814],[114.641744,9.981768],[114.648971,9.984955],[114.665402,9.985752],[114.681857,9.981046],[114.680488,9.95524],[114.666257,9.92724]]],[[[114.033863,10.030145],[114.043133,10.029661],[114.04704,10.01816],[114.029861,10.014986],[114.02618,10.025567],[114.033863,10.030145]]],[[[117.380959,10.065331],[117.355921,10.062187],[117.351936,10.062758],[117.35004,10.064883],[117.343976,10.092186],[117.346011,10.102567],[117.349603,10.106463],[117.369559,10.108392],[117.383028,10.102978],[117.385765,10.100438],[117.386917,10.094878],[117.383198,10.068323],[117.380959,10.065331]]],[[[113.856445,9.994115],[113.845927,9.991801],[113.839405,9.996429],[113.841719,10.020833],[113.841088,10.06312],[113.845085,10.078688],[113.852449,10.096571],[113.852238,10.124129],[113.857288,10.128969],[113.868227,10.124971],[113.871383,10.115715],[113.866124,10.099305],[113.863599,10.059333],[113.860653,10.048183],[113.861074,10.005265],[113.856445,9.994115]]],[[[116.071205,10.066958],[116.066188,10.065771],[116.063164,10.067893],[116.04498,10.088544],[116.041459,10.097273],[116.042741,10.101187],[116.069289,10.132877],[116.07223,10.13258],[116.082017,10.124156],[116.091701,10.099348],[116.091943,10.09535],[116.077513,10.071261],[116.071205,10.066958]]],[[[114.371123,10.17332],[114.368594,10.172324],[114.363843,10.175236],[114.344687,10.177918],[114.343002,10.179833],[114.344152,10.183205],[114.362311,10.185886],[114.373881,10.183051],[114.376409,10.180676],[114.371123,10.17332]]],[[[115.298983,10.203925],[115.305348,10.199875],[115.312774,10.20026],[115.326083,10.205855],[115.328496,10.205373],[115.329171,10.20219],[115.324926,10.195245],[115.312099,10.182129],[115.297826,10.175668],[115.286637,10.173256],[115.284419,10.174703],[115.284998,10.182129],[115.278537,10.193702],[115.277668,10.20788],[115.280561,10.212991],[115.284901,10.213377],[115.298983,10.203925]]],[[[114.223124,10.207171],[114.217548,10.207587],[114.215747,10.210885],[114.218502,10.215095],[114.225594,10.218006],[114.229239,10.214899],[114.229287,10.212087],[114.226084,10.208198],[114.223124,10.207171]]],[[[115.365421,10.243571],[115.35846,10.242773],[115.357707,10.244768],[115.361829,10.257094],[115.363426,10.258114],[115.376814,10.256517],[115.37708,10.253946],[115.372788,10.248832],[115.365421,10.243571]]],[[[113.619269,10.22462],[113.613459,10.224168],[113.594047,10.240326],[113.59257,10.243089],[113.592897,10.245251],[113.602102,10.256078],[113.606347,10.259027],[113.620276,10.258399],[113.63376,10.245363],[113.632062,10.23708],[113.619269,10.22462]]],[[[114.256482,10.240299],[114.243042,10.238385],[114.238572,10.2418],[114.238265,10.243786],[114.239814,10.256814],[114.260817,10.27726],[114.288958,10.29553],[114.308258,10.302671],[114.318853,10.297826],[114.322047,10.286523],[114.30032,10.269023],[114.284256,10.261884],[114.256482,10.240299]]],[[[117.280448,10.306043],[117.266462,10.305228],[117.261219,10.309456],[117.255369,10.31732],[117.253776,10.322573],[117.256915,10.347045],[117.263474,10.357021],[117.270558,10.360164],[117.289943,10.354315],[117.295593,10.345052],[117.297386,10.323706],[117.295131,10.315997],[117.285911,10.30829],[117.280448,10.306043]]],[[[114.724622,10.323781],[114.7219,10.321082],[114.708182,10.321695],[114.703775,10.315629],[114.698247,10.31474],[114.694543,10.321422],[114.690272,10.323004],[114.68687,10.328737],[114.685969,10.351723],[114.688966,10.359299],[114.693559,10.362932],[114.699581,10.376048],[114.713301,10.382112],[114.729632,10.380143],[114.741195,10.376387],[114.743143,10.37391],[114.742608,10.360376],[114.738212,10.354603],[114.734277,10.341399],[114.724622,10.323781]]],[[[114.484796,10.370238],[114.477721,10.370339],[114.4739,10.374152],[114.473953,10.380335],[114.476338,10.382865],[114.483264,10.381149],[114.486083,10.377838],[114.486758,10.374099],[114.484796,10.370238]]],[[[114.36709,10.372677],[114.359989,10.372442],[114.3543,10.374168],[114.353752,10.37558],[114.360499,10.380327],[114.368933,10.383426],[114.373485,10.383309],[114.375643,10.380916],[114.375643,10.378287],[114.36709,10.372677]]],[[[114.576449,10.407864],[114.567058,10.408145],[114.564535,10.41059],[114.563727,10.414209],[114.572269,10.420367],[114.583019,10.419619],[114.584397,10.418552],[114.58376,10.412259],[114.576449,10.407864]]],[[[116.520201,10.349493],[116.540377,10.349267],[116.634263,10.367061],[116.64223,10.360953],[116.64409,10.344885],[116.641036,10.33705],[116.617531,10.32284],[116.562819,10.306507],[116.533605,10.301859],[116.50771,10.299735],[116.463091,10.310756],[116.456983,10.319388],[116.455781,10.343203],[116.457905,10.351022],[116.484729,10.397815],[116.522604,10.429108],[116.5306,10.428402],[116.538597,10.422094],[116.535967,10.403363],[116.518507,10.378016],[116.510343,10.360541],[116.511107,10.351362],[116.520201,10.349493]]],[[[115.782923,10.439212],[115.772271,10.436759],[115.758313,10.447382],[115.754173,10.46299],[115.759764,10.472216],[115.771249,10.47298],[115.798011,10.465635],[115.797889,10.448793],[115.782923,10.439212]]],[[[115.739086,10.441576],[115.730996,10.439526],[115.718714,10.447189],[115.721982,10.467381],[115.726653,10.473581],[115.735914,10.469141],[115.739133,10.465438],[115.739086,10.441576]]],[[[116.851204,10.470576],[116.844632,10.470626],[116.830265,10.474404],[116.828707,10.478684],[116.830848,10.485785],[116.841625,10.495078],[116.862557,10.497749],[116.866389,10.496712],[116.869644,10.492737],[116.865916,10.479822],[116.851204,10.470576]]],[[[115.714452,10.480724],[115.702277,10.481595],[115.698712,10.482899],[115.696452,10.487075],[115.700542,10.508819],[115.705239,10.515169],[115.712457,10.515169],[115.715153,10.513516],[115.720543,10.503425],[115.718626,10.483246],[115.714452,10.480724]]],[[[116.648671,10.519931],[116.669976,10.518706],[116.695378,10.519442],[116.698566,10.518578],[116.708554,10.509211],[116.708827,10.50713],[116.704666,10.49473],[116.70015,10.491967],[116.688967,10.49108],[116.649303,10.4934],[116.646817,10.493965],[116.634742,10.504103],[116.634584,10.506232],[116.641469,10.517674],[116.648671,10.519931]]],[[[115.800861,10.506884],[115.791459,10.501896],[115.76948,10.523103],[115.767424,10.533223],[115.778136,10.542835],[115.786183,10.53857],[115.800992,10.526675],[115.804299,10.512333],[115.800861,10.506884]]],[[[115.741676,10.512123],[115.73524,10.512123],[115.718546,10.521779],[115.715677,10.525432],[115.714025,10.532216],[115.716722,10.539175],[115.721419,10.542045],[115.734724,10.542914],[115.742636,10.537869],[115.745592,10.530997],[115.746721,10.518647],[115.744198,10.513167],[115.741676,10.512123]]],[[[117.199485,10.586826],[117.185516,10.587224],[117.173708,10.590599],[117.170966,10.592764],[117.169184,10.595067],[117.168568,10.607598],[117.170501,10.622531],[117.176954,10.623524],[117.18035,10.622009],[117.205522,10.596745],[117.205256,10.591021],[117.199485,10.586826]]],[[[116.166194,10.61029],[116.16077,10.610663],[116.159429,10.615805],[116.163417,10.63417],[116.16232,10.64839],[116.165889,10.649484],[116.168401,10.648601],[116.167968,10.622893],[116.171527,10.616309],[116.170596,10.612645],[116.166194,10.61029]]],[[[117.638254,10.624249],[117.631996,10.623643],[117.628403,10.626624],[117.627092,10.63088],[117.629245,10.642841],[117.643247,10.653728],[117.651005,10.655323],[117.660633,10.652862],[117.66441,10.649124],[117.663274,10.645538],[117.650396,10.630874],[117.638254,10.624249]]],[[[114.427711,10.663251],[114.421191,10.663426],[114.418297,10.665531],[114.418736,10.671992],[114.421864,10.675295],[114.425021,10.675237],[114.42847,10.671817],[114.428938,10.664537],[114.427711,10.663251]]],[[[114.535654,10.704227],[114.531331,10.704906],[114.528014,10.708456],[114.528761,10.713829],[114.532009,10.717169],[114.537382,10.716749],[114.540232,10.713058],[114.540512,10.711003],[114.535654,10.704227]]],[[[116.167857,10.711584],[116.162931,10.712786],[116.160525,10.716068],[116.161047,10.719633],[116.164243,10.723058],[116.1708,10.721161],[116.172411,10.71821],[116.171681,10.71397],[116.167857,10.711584]]],[[[114.355276,10.725527],[114.349279,10.72429],[114.33451,10.712948],[114.334367,10.707284],[114.337286,10.704873],[114.335842,10.700954],[114.329244,10.697527],[114.324452,10.698638],[114.320629,10.694339],[114.315267,10.695322],[114.314981,10.697734],[114.324548,10.710727],[114.347725,10.732349],[114.351405,10.734062],[114.359844,10.733269],[114.361494,10.731556],[114.360954,10.729335],[114.355276,10.725527]]],[[[115.804833,10.730125],[115.802633,10.728446],[115.798696,10.729603],[115.799622,10.736667],[115.802691,10.739273],[115.805586,10.73881],[115.806687,10.736957],[115.804833,10.730125]]],[[[117.213489,10.715422],[117.202682,10.709583],[117.19131,10.713043],[117.180043,10.723802],[117.176849,10.736452],[117.182986,10.743677],[117.20039,10.740806],[117.20974,10.736706],[117.217023,10.729315],[117.213489,10.715422]]],[[[117.405624,10.673457],[117.34446,10.674436],[117.272677,10.687021],[117.262778,10.693436],[117.263519,10.702255],[117.288838,10.737149],[117.297685,10.741716],[117.320953,10.746116],[117.364946,10.744156],[117.398975,10.727095],[117.414165,10.704215],[117.412435,10.678474],[117.405624,10.673457]]],[[[114.563392,10.747652],[114.559845,10.747539],[114.557799,10.749969],[114.557738,10.755474],[114.560045,10.757274],[114.564555,10.756598],[114.566382,10.754384],[114.563392,10.747652]]],[[[114.573177,10.779652],[114.572231,10.77529],[114.56572,10.776696],[114.565746,10.782212],[114.573177,10.779652]]],[[[114.509669,10.72412],[114.489558,10.716673],[114.488898,10.719089],[114.493947,10.738876],[114.520894,10.769301],[114.532351,10.792389],[114.535272,10.795462],[114.550658,10.797413],[114.558818,10.780177],[114.549081,10.758824],[114.509669,10.72412]]],[[[115.823678,10.813472],[115.81927,10.813202],[115.817292,10.815765],[115.822104,10.822467],[115.828042,10.822872],[115.829751,10.819049],[115.823678,10.813472]]],[[[116.096853,10.786631],[116.087131,10.787809],[116.080061,10.795198],[116.076656,10.806565],[116.076658,10.822598],[116.078981,10.828368],[116.083545,10.832346],[116.087862,10.832653],[116.098383,10.82926],[116.103559,10.823829],[116.107531,10.81561],[116.108946,10.800945],[116.10752,10.7927],[116.103517,10.788944],[116.096853,10.786631]]],[[[114.863723,10.81532],[114.85626,10.815148],[114.848756,10.818957],[114.846944,10.82749],[114.850398,10.837634],[114.852439,10.839247],[114.862791,10.837081],[114.867777,10.827471],[114.867847,10.820124],[114.863723,10.81532]]],[[[117.794599,10.755162],[117.773211,10.754024],[117.767465,10.755456],[117.766702,10.775337],[117.769313,10.807706],[117.801424,10.844246],[117.808012,10.845823],[117.822774,10.84247],[117.827507,10.840629],[117.828787,10.838421],[117.833277,10.820011],[117.831827,10.805615],[117.818676,10.775514],[117.794599,10.755162]]],[[[115.858595,10.829893],[115.852109,10.830144],[115.841081,10.840942],[115.8377,10.847615],[115.837878,10.85274],[115.842099,10.855546],[115.850537,10.855245],[115.860131,10.8497],[115.864784,10.844366],[115.865701,10.839268],[115.862646,10.831084],[115.858595,10.829893]]],[[[114.926978,10.84369],[114.918712,10.842607],[114.912623,10.846098],[114.907069,10.860678],[114.907323,10.869449],[114.909518,10.874705],[114.930128,10.904826],[114.938481,10.90995],[114.949734,10.909118],[114.956198,10.903815],[114.95704,10.899482],[114.946348,10.866841],[114.9348,10.850197],[114.926978,10.84369]]],[[[114.589483,10.858466],[114.579201,10.841304],[114.561252,10.838482],[114.557395,10.840189],[114.547541,10.849422],[114.534399,10.855451],[114.509115,10.850447],[114.490397,10.825225],[114.477248,10.815444],[114.473351,10.81437],[114.470953,10.816199],[114.465112,10.837676],[114.466292,10.840607],[114.550729,10.902953],[114.577869,10.910755],[114.58347,10.910892],[114.593752,10.900798],[114.594669,10.897669],[114.589483,10.858466]]],[[[114.086206,10.904282],[114.078548,10.903072],[114.059807,10.905895],[114.05477,10.909319],[114.054971,10.914156],[114.062024,10.919395],[114.070084,10.930881],[114.074518,10.941562],[114.080966,10.945793],[114.09205,10.94922],[114.096639,10.94831],[114.107566,10.93612],[114.107969,10.931688],[114.105349,10.919798],[114.086206,10.904282]]],[[[114.189529,11.024603],[114.184811,11.025168],[114.183342,11.030329],[114.183997,11.033687],[114.188712,11.036945],[114.192071,11.03597],[114.193193,11.032982],[114.192647,11.028613],[114.189529,11.024603]]],[[[117.686206,11.018323],[117.66598,11.017076],[117.652135,11.026487],[117.64934,11.048024],[117.66657,11.056992],[117.686683,11.050562],[117.700425,11.033474],[117.686206,11.018323]]],[[[114.207191,11.050504],[114.204896,11.050977],[114.203092,11.055118],[114.205894,11.059651],[114.209113,11.060047],[114.211026,11.056017],[114.207191,11.050504]]],[[[114.282306,11.047126],[114.277826,11.047634],[114.276515,11.049873],[114.280615,11.060988],[114.284925,11.062593],[114.291535,11.060571],[114.294476,11.056297],[114.294476,11.051099],[114.282306,11.047126]]],[[[114.23095,11.055507],[114.224323,11.054253],[114.220083,11.055209],[114.216083,11.057596],[114.213515,11.062373],[114.214231,11.065419],[114.222173,11.067747],[114.232204,11.066673],[114.235309,11.061299],[114.234653,11.057896],[114.23095,11.055507]]],[[[114.344494,11.058402],[114.346004,11.05226],[114.342782,11.049944],[114.334727,11.052764],[114.31298,11.053066],[114.309958,11.054777],[114.308411,11.059723],[114.323651,11.070082],[114.327679,11.070987],[114.330196,11.069075],[114.331002,11.062932],[114.341674,11.060819],[114.344494,11.058402]]],[[[114.257488,11.067866],[114.253675,11.068758],[114.253199,11.070302],[114.254567,11.073248],[114.252829,11.076325],[114.254573,11.079389],[114.260489,11.078544],[114.263183,11.074053],[114.26214,11.071274],[114.257488,11.067866]]],[[[117.300242,11.028986],[117.280277,11.026895],[117.262969,11.042897],[117.260147,11.064431],[117.277187,11.080397],[117.295209,11.079227],[117.305789,11.052829],[117.300242,11.028986]]],[[[117.462228,11.067506],[117.446398,11.064789],[117.445339,11.066159],[117.447619,11.079943],[117.464375,11.09187],[117.471886,11.09223],[117.481188,11.089077],[117.477166,11.076084],[117.474687,11.073452],[117.462228,11.067506]]],[[[114.372558,11.079629],[114.369357,11.078939],[114.366593,11.080734],[114.364056,11.086944],[114.364142,11.093448],[114.372614,11.097434],[114.379176,11.097037],[114.382279,11.094337],[114.382954,11.091347],[114.372558,11.079629]]],[[[115.009262,11.064726],[115.006879,11.062911],[114.99899,11.062987],[114.988209,11.065581],[114.985346,11.069291],[114.981171,11.080261],[114.981754,11.088452],[114.988782,11.096991],[114.995861,11.097861],[115.006453,11.096492],[115.016503,11.090072],[115.016825,11.081423],[115.015372,11.076104],[115.009262,11.064726]]],[[[114.704296,11.002709],[114.693465,11.004896],[114.693142,11.006219],[114.706511,11.041446],[114.762433,11.111832],[114.767364,11.114074],[114.772712,11.114345],[114.785369,11.108803],[114.7955,11.106666],[114.797398,11.101541],[114.789277,11.078024],[114.782532,11.073408],[114.704296,11.002709]]],[[[114.802979,11.141378],[114.798213,11.142583],[114.795686,11.145856],[114.784143,11.149129],[114.783397,11.153667],[114.78551,11.156339],[114.789996,11.157684],[114.80005,11.157399],[114.804587,11.1547],[114.806884,11.151197],[114.806884,11.145741],[114.802979,11.141378]]],[[[114.59183,11.314469],[114.576416,11.308323],[114.574476,11.308791],[114.566615,11.319907],[114.566164,11.324455],[114.576835,11.338607],[114.582333,11.338734],[114.591167,11.329326],[114.593374,11.3199],[114.59183,11.314469]]],[[[114.302832,11.375739],[114.295039,11.37674],[114.296092,11.390956],[114.299672,11.395643],[114.307255,11.397327],[114.308835,11.394221],[114.304411,11.387639],[114.310309,11.38132],[114.308044,11.377424],[114.302832,11.375739]]],[[[114.363991,11.394571],[114.356377,11.394436],[114.354576,11.395769],[114.353594,11.398071],[114.35466,11.401838],[114.361916,11.407793],[114.368785,11.40808],[114.372622,11.404833],[114.371693,11.399747],[114.363991,11.394571]]],[[[114.332057,11.424541],[114.326889,11.424263],[114.32544,11.426131],[114.327857,11.433384],[114.332756,11.436945],[114.336891,11.434402],[114.334855,11.427022],[114.332057,11.424541]]],[[[114.399237,11.429011],[114.393115,11.427945],[114.391434,11.429948],[114.390422,11.438657],[114.392801,11.441617],[114.40003,11.440445],[114.400633,11.432688],[114.399237,11.429011]]],[[[114.353686,11.447542],[114.34796,11.44646],[114.346336,11.447935],[114.345415,11.450222],[114.348661,11.455749],[114.356676,11.46001],[114.365519,11.46001],[114.366218,11.457911],[114.364564,11.455366],[114.353686,11.447542]]],[[[114.373329,11.447564],[114.368825,11.448961],[114.365874,11.459884],[114.366936,11.464281],[114.370961,11.463606],[114.374265,11.454829],[114.373329,11.447564]]],[[[114.400126,11.452376],[114.397391,11.45155],[114.385495,11.458293],[114.381995,11.461156],[114.381232,11.466054],[114.392046,11.470126],[114.399363,11.468599],[114.401589,11.45982],[114.400126,11.452376]]],[[[114.730045,11.433777],[114.726528,11.430315],[114.718241,11.430811],[114.710799,11.433468],[114.697805,11.441425],[114.691401,11.448634],[114.684793,11.470656],[114.685056,11.479719],[114.687724,11.486107],[114.692535,11.489857],[114.699447,11.493044],[114.716482,11.493306],[114.722612,11.489841],[114.72727,11.48363],[114.733799,11.465101],[114.731933,11.43941],[114.730045,11.433777]]],[[[116.761282,11.43165],[116.746343,11.450532],[116.741912,11.461062],[116.729421,11.477794],[116.723,11.503158],[116.729535,11.515809],[116.734232,11.516237],[116.753489,11.48475],[116.76821,11.446967],[116.767088,11.43654],[116.761282,11.43165]]],[[[114.639469,11.425259],[114.625744,11.423852],[114.618952,11.426515],[114.616748,11.429683],[114.617691,11.471594],[114.615907,11.5174],[114.6171,11.520168],[114.641295,11.532435],[114.653358,11.529039],[114.65788,11.524155],[114.652559,11.489726],[114.648567,11.438621],[114.644552,11.42927],[114.639469,11.425259]]],[[[115.417447,13.931225],[115.393154,13.926363],[115.377786,13.932693],[115.357422,13.950356],[115.372892,13.970315],[115.394684,13.978942],[115.418983,13.978801],[115.434286,13.962412],[115.434175,13.944965],[115.417447,13.931225]]],[[[117.8146,15.120209],[117.8102,15.11852],[117.804601,15.120949],[117.809505,15.12438],[117.813203,15.123259],[117.8146,15.120209]]],[[[117.831041,15.135738],[117.82664,15.134048],[117.821041,15.136478],[117.825946,15.139909],[117.829644,15.138787],[117.831041,15.135738]]],[[[117.744215,15.231528],[117.762217,15.212523],[117.768124,15.201817],[117.778407,15.189203],[117.788371,15.181889],[117.812872,15.172591],[117.834919,15.161114],[117.839348,15.15309],[117.841853,15.141531],[117.840447,15.129138],[117.837635,15.126977],[117.835681,15.128334],[117.829062,15.150202],[117.825067,15.15481],[117.809448,15.159535],[117.775017,15.173881],[117.768479,15.180035],[117.740243,15.219436],[117.735591,15.220892],[117.727767,15.22016],[117.722297,15.214995],[117.716458,15.197126],[117.718158,15.150973],[117.720879,15.133001],[117.726298,15.12849],[117.73265,15.126676],[117.76461,15.123935],[117.823276,15.113531],[117.825027,15.112154],[117.824828,15.11003],[117.813015,15.107184],[117.782864,15.105356],[117.72251,15.107196],[117.714298,15.112343],[117.708383,15.120075],[117.704141,15.14391],[117.703941,15.18433],[117.710847,15.224401],[117.714567,15.230556],[117.731784,15.237224],[117.738557,15.236053],[117.744215,15.231528]]],[[[114.017333,15.411749],[114.007365,15.410458],[113.977964,15.419993],[113.977199,15.422951],[113.981289,15.430854],[113.985677,15.4343],[113.989286,15.435278],[114.00727,15.431795],[114.0199,15.424215],[114.017333,15.411749]]],[[[114.246552,15.431008],[114.243495,15.430507],[114.230586,15.43408],[114.233224,15.449071],[114.238781,15.458228],[114.242133,15.459357],[114.259371,15.448895],[114.260154,15.446522],[114.258679,15.44314],[114.246552,15.431008]]],[[[113.889578,15.46582],[113.869245,15.463621],[113.857235,15.47608],[113.85667,15.481446],[113.868131,15.493343],[113.888063,15.492052],[113.891254,15.488713],[113.894773,15.480374],[113.893521,15.46987],[113.889578,15.46582]]],[[[114.267864,15.525519],[114.26526,15.523969],[114.25743,15.524958],[114.254062,15.526417],[114.253394,15.528324],[114.254853,15.546947],[114.256866,15.549977],[114.260902,15.552017],[114.277292,15.541787],[114.278767,15.539358],[114.267864,15.525519]]],[[[114.475324,15.577253],[114.468238,15.576692],[114.462377,15.578125],[114.453247,15.601168],[114.454754,15.602469],[114.473539,15.603403],[114.487524,15.59514],[114.489137,15.593021],[114.48881,15.589475],[114.475324,15.577253]]],[[[113.736997,15.595606],[113.719826,15.594668],[113.710386,15.602048],[113.713018,15.609946],[113.719678,15.615129],[113.736969,15.61645],[113.752942,15.612594],[113.754883,15.610919],[113.758323,15.603482],[113.757004,15.601333],[113.743122,15.59577],[113.736997,15.595606]]],[[[114.614644,15.634683],[114.606858,15.617181],[114.59006,15.61722],[114.577178,15.627259],[114.586258,15.643508],[114.603064,15.652229],[114.606076,15.651191],[114.614644,15.634683]]],[[[113.897003,15.65259],[113.893237,15.652184],[113.890411,15.653942],[113.889409,15.675806],[113.895869,15.685857],[113.899818,15.687144],[113.915732,15.687149],[113.918314,15.674267],[113.915877,15.661279],[113.913524,15.658662],[113.897003,15.65259]]],[[[112.22632,15.696474],[112.215799,15.695179],[112.203984,15.697139],[112.198872,15.706082],[112.198793,15.715877],[112.221831,15.734399],[112.235677,15.742656],[112.24704,15.744773],[112.255104,15.736664],[112.253507,15.72441],[112.249374,15.713363],[112.22632,15.696474]]],[[[111.205373,15.773611],[111.197017,15.773022],[111.191015,15.775023],[111.188072,15.779731],[111.18819,15.784792],[111.191604,15.791501],[111.216084,15.803388],[111.220791,15.802564],[111.224204,15.797856],[111.224911,15.788676],[111.221145,15.781968],[111.211729,15.775024],[111.205373,15.773611]]],[[[113.968689,15.807469],[113.948708,15.807504],[113.934087,15.820381],[113.934098,15.837216],[113.94879,15.842419],[113.966135,15.841102],[113.975467,15.828165],[113.968689,15.807469]]],[[[114.78592,15.885727],[114.78328,15.869471],[114.763889,15.87078],[114.757491,15.890815],[114.767873,15.903296],[114.785963,15.900741],[114.78592,15.885727]]],[[[114.119967,15.97998],[114.106159,15.980059],[114.100524,15.984582],[114.098779,15.994264],[114.100694,16.005648],[114.101935,16.008565],[114.109001,16.012828],[114.120668,16.012604],[114.127267,16.008945],[114.13322,15.995693],[114.132903,15.988074],[114.129489,15.983472],[114.119967,15.97998]]],[[[114.916136,16.005099],[114.906884,16.004015],[114.896536,16.022506],[114.891389,16.038185],[114.893741,16.048803],[114.904765,16.057156],[114.91401,16.055447],[114.923185,16.035277],[114.922517,16.010672],[114.916136,16.005099]]],[[[114.31465,16.041888],[114.307794,16.036579],[114.303316,16.035897],[114.280515,16.037585],[114.235432,16.037523],[114.210513,16.041002],[114.20849,16.042442],[114.209792,16.044774],[114.229013,16.052436],[114.264466,16.061055],[114.278594,16.062257],[114.301969,16.059401],[114.315317,16.047718],[114.316614,16.045151],[114.31465,16.041888]]],[[[112.59302,16.071817],[112.603098,16.068817],[112.606727,16.060446],[112.608775,16.049995],[112.607629,16.041303],[112.59395,16.026176],[112.579192,16.016921],[112.565356,16.013093],[112.471745,16.003086],[112.443619,16.006896],[112.441363,16.011082],[112.439774,16.022359],[112.441883,16.029644],[112.447638,16.039587],[112.457335,16.04576],[112.522934,16.05989],[112.541666,16.065595],[112.583524,16.072753],[112.59302,16.071817]]],[[[114.480761,16.036499],[114.461632,16.031794],[114.448129,16.032533],[114.443864,16.035764],[114.4444,16.048368],[114.452298,16.061501],[114.460956,16.069092],[114.477307,16.073012],[114.509424,16.07128],[114.519158,16.066243],[114.520886,16.062159],[114.517351,16.058361],[114.480761,16.036499]]],[[[111.786568,16.030688],[111.778664,16.030011],[111.771891,16.031592],[111.756195,16.043559],[111.752358,16.049317],[111.751454,16.05643],[111.753035,16.061173],[111.756874,16.063543],[111.791083,16.071785],[111.811067,16.074947],[111.818858,16.074834],[111.824843,16.072914],[111.827326,16.069527],[111.828229,16.063882],[111.8271,16.057108],[111.823712,16.051237],[111.8026,16.036785],[111.786568,16.030688]]],[[[111.7189,16.203634],[111.700681,16.204233],[111.698506,16.208584],[111.69905,16.21114],[111.701605,16.21424],[111.705413,16.215708],[111.717106,16.213968],[111.720532,16.209672],[111.7189,16.203634]]],[[[114.723619,16.182495],[114.698985,16.17207],[114.700377,16.201171],[114.733786,16.21089],[114.798637,16.216761],[114.806385,16.21652],[114.811406,16.214372],[114.815051,16.209529],[114.814938,16.204915],[114.81194,16.200467],[114.802845,16.19579],[114.787857,16.192337],[114.738094,16.186573],[114.723619,16.182495]]],[[[111.677979,16.262571],[111.676941,16.256607],[111.668643,16.248827],[111.658529,16.242084],[111.644784,16.238972],[111.621443,16.222634],[111.594213,16.200331],[111.590841,16.192292],[111.596288,16.183215],[111.601993,16.179843],[111.609254,16.179583],[111.61911,16.181399],[111.628964,16.186067],[111.637782,16.195922],[111.647377,16.203184],[111.663456,16.208889],[111.691205,16.213038],[111.695095,16.210186],[111.69717,16.202925],[111.695874,16.20033],[111.686018,16.195144],[111.665272,16.192032],[111.651785,16.186067],[111.64219,16.17725],[111.606402,16.158318],[111.585118,16.155707],[111.571892,16.159079],[111.563593,16.164785],[111.561518,16.17386],[111.564888,16.197459],[111.573185,16.210425],[111.608217,16.236379],[111.644784,16.257644],[111.651008,16.260237],[111.655416,16.260237],[111.65801,16.257126],[111.664233,16.260756],[111.676423,16.264127],[111.677979,16.262571]]],[[[111.808369,16.263686],[111.816253,16.247836],[111.817248,16.240367],[111.812103,16.226093],[111.795671,16.209994],[111.77509,16.199371],[111.758493,16.195388],[111.747704,16.194724],[111.726128,16.200534],[111.725463,16.203189],[111.727621,16.208168],[111.730608,16.209496],[111.759654,16.21099],[111.776086,16.216134],[111.785547,16.222442],[111.788866,16.227587],[111.79036,16.237712],[111.789198,16.245014],[111.784883,16.25182],[111.78007,16.254973],[111.768617,16.257629],[111.759489,16.257629],[111.755339,16.25431],[111.745049,16.252317],[111.711687,16.250658],[111.681646,16.257961],[111.679156,16.262442],[111.679488,16.264268],[111.685629,16.266094],[111.697414,16.266426],[111.722642,16.263604],[111.785298,16.276467],[111.793098,16.274475],[111.808369,16.263686]]],[[[112.534114,16.291023],[112.526362,16.28764],[112.470989,16.290664],[112.442508,16.281309],[112.428733,16.272874],[112.406293,16.265223],[112.378611,16.267558],[112.374271,16.270872],[112.374209,16.279224],[112.381076,16.28762],[112.397457,16.295236],[112.42421,16.303751],[112.447526,16.308901],[112.494184,16.315855],[112.504548,16.319253],[112.524427,16.320201],[112.532248,16.3144],[112.53579,16.301056],[112.534114,16.291023]]],[[[112.00697,16.309527],[111.990902,16.308921],[111.972587,16.32084],[111.96967,16.325734],[111.973107,16.335459],[111.977595,16.340344],[111.998082,16.352625],[112.027161,16.35915],[112.0352,16.359209],[112.042309,16.362108],[112.069904,16.351368],[112.073402,16.348074],[112.077248,16.340414],[112.076337,16.333098],[112.071137,16.325422],[112.062448,16.321268],[112.05664,16.316205],[112.051631,16.314715],[112.033047,16.314091],[112.00697,16.309527]]],[[[112.696476,16.333639],[112.688714,16.329426],[112.67487,16.330191],[112.667065,16.333492],[112.666137,16.346015],[112.672977,16.361082],[112.681606,16.364466],[112.69289,16.358677],[112.697282,16.345336],[112.696476,16.333639]]],[[[116.719865,16.299159],[116.709426,16.298637],[116.704014,16.301676],[116.693869,16.317463],[116.690739,16.347442],[116.702218,16.364481],[116.713942,16.375297],[116.720486,16.376521],[116.729971,16.374855],[116.74095,16.367821],[116.743549,16.362374],[116.743435,16.323524],[116.734778,16.305741],[116.731787,16.302503],[116.719865,16.299159]]],[[[112.672812,16.390312],[112.659878,16.38273],[112.650356,16.383517],[112.641684,16.387647],[112.639861,16.405176],[112.646693,16.421077],[112.655303,16.428638],[112.667439,16.42369],[112.674409,16.415374],[112.677074,16.40286],[112.672812,16.390312]]],[[[111.702856,16.454993],[111.711724,16.455681],[111.715463,16.452875],[111.717205,16.448651],[111.714174,16.44591],[111.706469,16.444943],[111.693636,16.448039],[111.692959,16.451166],[111.695924,16.455842],[111.702856,16.454993]]],[[[111.544996,16.443759],[111.541332,16.436665],[111.536904,16.434329],[111.532355,16.434329],[111.511069,16.440798],[111.496236,16.438582],[111.490273,16.439145],[111.489223,16.44492],[111.490508,16.448792],[111.495152,16.453743],[111.516295,16.460643],[111.534009,16.463484],[111.54018,16.462438],[111.543921,16.459378],[111.546568,16.450147],[111.544996,16.443759]]],[[[111.603927,16.440527],[111.595757,16.440288],[111.577965,16.446569],[111.573738,16.449409],[111.568149,16.465354],[111.568306,16.472004],[111.571474,16.48501],[111.579025,16.492871],[111.584068,16.494592],[111.587814,16.492801],[111.607001,16.465865],[111.61106,16.44926],[111.609584,16.442372],[111.603927,16.440527]]],[[[111.586365,16.501563],[111.582331,16.502871],[111.582101,16.506853],[111.584849,16.509621],[111.588734,16.507659],[111.588432,16.502772],[111.586365,16.501563]]],[[[112.502768,16.467899],[112.501918,16.467058],[112.494106,16.471189],[112.491467,16.47702],[112.490529,16.487869],[112.494809,16.49541],[112.514661,16.504707],[112.57072,16.539256],[112.579418,16.533457],[112.582048,16.527626],[112.574323,16.515058],[112.551909,16.50074],[112.527717,16.493091],[112.516527,16.483843],[112.502768,16.467899]]],[[[111.719158,16.544313],[111.718047,16.543073],[111.71579,16.544868],[111.718775,16.545982],[111.719158,16.544313]]],[[[111.606568,16.528901],[111.601216,16.528193],[111.595234,16.530711],[111.594762,16.534412],[111.596808,16.537875],[111.607986,16.546298],[111.622707,16.550077],[111.626642,16.549998],[111.629082,16.547715],[111.627823,16.541969],[111.623572,16.537403],[111.618298,16.535829],[111.610505,16.529216],[111.606568,16.528901]]],[[[111.747228,16.45756],[111.738679,16.453932],[111.734497,16.454793],[111.735481,16.47066],[111.739171,16.475825],[111.747043,16.478039],[111.755032,16.483765],[111.760942,16.497226],[111.760695,16.503622],[111.757866,16.520965],[111.736135,16.540374],[111.734164,16.547755],[111.739616,16.5537],[111.754423,16.547533],[111.781852,16.522072],[111.783573,16.514569],[111.778285,16.498088],[111.762142,16.472142],[111.747228,16.45756]]],[[[111.68747,16.565471],[111.685703,16.565685],[111.685587,16.567188],[111.68747,16.565471]]],[[[112.641475,16.567417],[112.638212,16.565801],[112.632326,16.567252],[112.631884,16.572142],[112.635113,16.573204],[112.640434,16.571079],[112.641475,16.567417]]],[[[111.66467,16.558552],[111.662308,16.556348],[111.650658,16.560599],[111.649477,16.564063],[111.650894,16.567368],[111.667346,16.57839],[111.674746,16.578861],[111.677658,16.576657],[111.677737,16.569888],[111.664827,16.560757],[111.66467,16.558552]]],[[[111.726617,16.562427],[111.719632,16.562132],[111.709693,16.570989],[111.699952,16.575711],[111.696607,16.579845],[111.688735,16.584961],[111.685684,16.589487],[111.686995,16.593964],[111.691673,16.596428],[111.704379,16.598244],[111.712154,16.59608],[111.718156,16.591554],[111.722977,16.585157],[111.728192,16.566068],[111.726617,16.562427]]],[[[112.741339,16.654959],[112.735089,16.653751],[112.723267,16.657742],[112.718162,16.662927],[112.715966,16.669182],[112.717181,16.677863],[112.725393,16.680856],[112.731105,16.680243],[112.743735,16.671414],[112.746643,16.664908],[112.74554,16.659663],[112.741339,16.654959]]],[[[112.878698,16.755662],[112.873318,16.754234],[112.866521,16.757563],[112.865425,16.76453],[112.869349,16.774746],[112.882092,16.785423],[112.888698,16.78885],[112.898394,16.789316],[112.902378,16.786357],[112.902855,16.778286],[112.899366,16.768925],[112.890148,16.759962],[112.878698,16.755662]]],[[[112.249218,16.753719],[112.241692,16.752944],[112.231129,16.75505],[112.199348,16.775879],[112.198507,16.787484],[112.205972,16.797693],[112.219531,16.79706],[112.257317,16.779898],[112.26039,16.771936],[112.255954,16.760296],[112.249218,16.753719]]],[[[112.355437,16.841652],[112.347215,16.831211],[112.335689,16.822885],[112.329798,16.825313],[112.324303,16.836303],[112.326127,16.840095],[112.32856,16.840983],[112.343433,16.841812],[112.346072,16.847531],[112.355619,16.844525],[112.355437,16.841652]]],[[[112.347243,16.913712],[112.338621,16.91518],[112.335228,16.91784],[112.326055,16.937559],[112.298999,16.961957],[112.297257,16.968744],[112.3001,16.975164],[112.313674,16.972412],[112.329082,16.964157],[112.345225,16.945998],[112.355588,16.92692],[112.354305,16.919766],[112.351646,16.916006],[112.347243,16.913712]]],[[[112.288442,16.969469],[112.271741,16.967707],[112.248172,16.968449],[112.217685,16.962229],[112.210446,16.963001],[112.20504,16.964256],[112.198251,16.969376],[112.195561,16.980326],[112.198345,16.985058],[112.203077,16.988585],[112.218016,16.994709],[112.234069,16.999255],[112.250121,16.998698],[112.261813,16.995822],[112.283154,16.986635],[112.291145,16.981342],[112.29433,16.97777],[112.294234,16.975164],[112.288442,16.969469]]],[[[111.470477,17.061371],[111.46375,17.060361],[111.456962,17.066692],[111.454028,17.074552],[111.462006,17.077933],[111.469341,17.074469],[111.472777,17.067745],[111.470477,17.061371]]],[[[111.554678,17.110347],[111.558533,17.101322],[111.557899,17.094683],[111.554427,17.089477],[111.546154,17.083687],[111.522488,17.07544],[111.508409,17.067014],[111.488869,17.060304],[111.481206,17.059774],[111.477447,17.062604],[111.474626,17.075277],[111.477109,17.078686],[111.496656,17.075973],[111.502526,17.08046],[111.506502,17.087028],[111.512344,17.091037],[111.518871,17.093657],[111.528931,17.094137],[111.533515,17.095877],[111.535069,17.10112],[111.531849,17.106464],[111.518663,17.105589],[111.498125,17.097296],[111.481771,17.093959],[111.472838,17.090471],[111.462838,17.082187],[111.45264,17.076873],[111.444409,17.082563],[111.444063,17.088075],[111.44513,17.092871],[111.447083,17.094666],[111.485199,17.107424],[111.503871,17.11828],[111.527907,17.122371],[111.537231,17.121721],[111.546215,17.117175],[111.554678,17.110347]]],[[[109.699403,18.184355],[109.692835,18.182024],[109.690839,18.185339],[109.697808,18.188874],[109.699403,18.184355]]],[[[109.663897,18.213429],[109.658594,18.215958],[109.65776,18.221146],[109.65967,18.222424],[109.664905,18.21761],[109.667506,18.217393],[109.663897,18.213429]]],[[[109.417555,18.21345],[109.412222,18.213474],[109.413323,18.222635],[109.418042,18.21711],[109.417555,18.21345]]],[[[109.485492,18.237304],[109.473242,18.230672],[109.473624,18.235135],[109.479723,18.238524],[109.482661,18.237089],[109.485501,18.238687],[109.485994,18.241613],[109.493844,18.24511],[109.493219,18.24194],[109.485492,18.237304]]],[[[109.37316,18.22661],[109.363413,18.229593],[109.365897,18.243332],[109.368163,18.245968],[109.374846,18.238266],[109.377749,18.2311],[109.37316,18.22661]]],[[[109.278315,18.284439],[109.273946,18.283623],[109.271544,18.28617],[109.271562,18.290651],[109.275962,18.291003],[109.278404,18.288144],[109.278315,18.284439]]],[[[109.283012,18.296441],[109.281359,18.291647],[109.276045,18.292698],[109.275677,18.297175],[109.27821,18.29635],[109.281749,18.29772],[109.283012,18.296441]]],[[[109.762232,18.305976],[109.755705,18.311416],[109.75545,18.315274],[109.764233,18.316286],[109.768421,18.315171],[109.767456,18.309396],[109.762232,18.305976]]],[[[109.116378,18.344141],[109.112442,18.343743],[109.109859,18.34539],[109.107417,18.35134],[109.111097,18.352392],[109.11195,18.348697],[109.1166,18.346771],[109.116378,18.344141]]],[[[110.200008,18.579394],[110.194642,18.574598],[110.192866,18.575128],[110.193658,18.578161],[110.197565,18.58213],[110.200008,18.579394]]],[[[110.196635,18.604252],[110.193295,18.604666],[110.191524,18.606683],[110.19545,18.608421],[110.197906,18.61219],[110.200005,18.607564],[110.196635,18.604252]]],[[[110.205378,18.610058],[110.201132,18.611614],[110.202938,18.613562],[110.202079,18.616934],[110.203128,18.617474],[110.206212,18.617339],[110.208472,18.614758],[110.207866,18.611593],[110.205378,18.610058]]],[[[110.357001,18.637536],[110.352927,18.638384],[110.352989,18.641155],[110.360724,18.643525],[110.363055,18.640251],[110.357001,18.637536]]],[[[110.481322,18.655519],[110.477532,18.656906],[110.474778,18.667734],[110.480419,18.674816],[110.486011,18.674674],[110.493058,18.671314],[110.494588,18.667035],[110.491992,18.661963],[110.485812,18.656859],[110.481322,18.655519]]],[[[110.481062,18.67674],[110.472987,18.675635],[110.469899,18.687929],[110.471415,18.690164],[110.475754,18.690444],[110.479403,18.683553],[110.483297,18.680546],[110.483879,18.679197],[110.481062,18.67674]]],[[[110.466922,18.87577],[110.464695,18.874571],[110.466187,18.874605],[110.467008,18.87143],[110.463353,18.874557],[110.467265,18.877084],[110.466922,18.87577]]],[[[110.565255,19.135044],[110.562139,19.13486],[110.560802,19.136991],[110.560346,19.143604],[110.569041,19.150156],[110.574952,19.150875],[110.574722,19.140972],[110.565255,19.135044]]],[[[110.6208,19.2107],[110.6183,19.2108],[110.6187,19.2193],[110.624,19.2167],[110.6246,19.2142],[110.6208,19.2107]]],[[[113.889461,19.159841],[113.869297,19.153316],[113.84914,19.15407],[113.827353,19.160193],[113.806372,19.172825],[113.794643,19.200794],[113.801892,19.224943],[113.823672,19.233771],[113.845451,19.238001],[113.87119,19.238845],[113.91566,19.225386],[113.924939,19.206992],[113.918498,19.189364],[113.910026,19.174029],[113.889461,19.159841]]],[[[108.666583,19.318611],[108.663663,19.316667],[108.661352,19.317041],[108.668932,19.325289],[108.666583,19.318611]]],[[[113.022474,19.47582],[113.007345,19.470438],[112.995625,19.471382],[112.988185,19.474066],[112.980139,19.482712],[112.975503,19.497875],[112.979999,19.516328],[112.988602,19.527826],[113.003097,19.532845],[113.011372,19.533255],[113.023976,19.53059],[113.036015,19.520332],[113.043239,19.507818],[113.04301,19.495129],[113.033637,19.482212],[113.022474,19.47582]]],[[[109.163947,19.653903],[109.166871,19.654969],[109.167956,19.652799],[109.165981,19.650476],[109.158272,19.647607],[109.151792,19.649985],[109.148321,19.655844],[109.151084,19.658937],[109.155763,19.659988],[109.162005,19.656636],[109.163947,19.653903]]],[[[109.176007,19.6744],[109.179258,19.675333],[109.182302,19.674192],[109.185038,19.66453],[109.177569,19.657773],[109.170382,19.654799],[109.167074,19.658053],[109.164385,19.657965],[109.161745,19.660105],[109.164615,19.673464],[109.16781,19.67576],[109.176007,19.6744]]],[[[109.199811,19.68918],[109.202605,19.686125],[109.200705,19.678021],[109.190546,19.668588],[109.185787,19.667903],[109.18474,19.669826],[109.188181,19.672072],[109.18641,19.675184],[109.191464,19.675027],[109.188538,19.678482],[109.191878,19.679424],[109.194491,19.677968],[109.196318,19.680138],[109.191978,19.684036],[109.19547,19.686709],[109.192535,19.68785],[109.188314,19.685754],[109.188714,19.688323],[109.191357,19.69131],[109.194987,19.692444],[109.198136,19.691674],[109.199811,19.68918]]],[[[111.203637,19.905476],[111.202451,19.904584],[111.199868,19.906039],[111.196966,19.910209],[111.198289,19.914252],[111.199968,19.914225],[111.204041,19.908015],[111.203637,19.905476]]],[[[110.562547,20.024711],[110.566462,20.023308],[110.565089,20.018975],[110.559159,20.020975],[110.558028,20.019845],[110.561994,20.01702],[110.560968,20.014942],[110.555115,20.015826],[110.552958,20.014527],[110.556252,20.023177],[110.562547,20.024711]]],[[[110.228172,20.076909],[110.23241,20.076622],[110.237153,20.071235],[110.240306,20.069873],[110.2445,20.07139],[110.246314,20.076297],[110.245719,20.067642],[110.239087,20.061872],[110.230788,20.062615],[110.227249,20.065292],[110.22475,20.070914],[110.226981,20.078944],[110.228172,20.076909]]],[[[110.686002,20.159675],[110.68779,20.15906],[110.686841,20.155854],[110.689362,20.151098],[110.68977,20.145736],[110.698535,20.134084],[110.705095,20.102377],[110.720959,20.069632],[110.73164,20.057685],[110.74458,20.047732],[110.750488,20.044982],[110.76136,20.044749],[110.763782,20.043156],[110.763859,20.036211],[110.765852,20.030358],[110.771303,20.0217],[110.781237,20.011926],[110.795353,20.007362],[110.811234,20.006406],[110.836406,19.995372],[110.845407,19.995679],[110.853937,19.991616],[110.859827,19.992846],[110.860681,19.99563],[110.870859,19.993457],[110.882962,19.995049],[110.89145,19.998612],[110.905915,19.998537],[110.914029,20.001624],[110.914456,20.005625],[110.917856,20.006425],[110.919123,20.010615],[110.921719,20.01117],[110.923504,20.013928],[110.928089,20.014845],[110.932735,20.011713],[110.952591,19.975406],[110.953209,19.95285],[110.97102,19.903702],[110.970885,19.899099],[110.99518,19.823147],[110.998602,19.741498],[111.002297,19.710702],[111.005891,19.695265],[111.009854,19.683418],[111.011931,19.686175],[111.018583,19.683776],[111.026023,19.683579],[111.022602,19.6814],[111.025207,19.674554],[111.029767,19.670833],[111.030337,19.663173],[111.027303,19.654538],[111.03433,19.650291],[111.033767,19.647762],[111.031297,19.647572],[111.030772,19.644212],[111.03429,19.642179],[111.038925,19.64478],[111.042195,19.643063],[111.04022,19.63832],[111.037674,19.636984],[111.028397,19.635911],[111.014668,19.642371],[110.983237,19.64334],[110.979748,19.641381],[110.965135,19.618118],[110.956122,19.607778],[110.935626,19.594282],[110.917725,19.586355],[110.911701,19.579931],[110.908482,19.573768],[110.901177,19.568896],[110.892955,19.556809],[110.88626,19.551661],[110.8834,19.544825],[110.875507,19.540282],[110.871922,19.530912],[110.864434,19.524223],[110.857291,19.524315],[110.844552,19.532284],[110.844098,19.538299],[110.845362,19.539426],[110.843639,19.546021],[110.830632,19.557701],[110.831448,19.558963],[110.839303,19.554448],[110.842072,19.555239],[110.838681,19.562702],[110.835119,19.563453],[110.829984,19.561441],[110.826771,19.566207],[110.826937,19.574135],[110.831084,19.5785],[110.832235,19.586748],[110.823098,19.597059],[110.832537,19.607067],[110.842153,19.61255],[110.853478,19.606875],[110.867051,19.60767],[110.873789,19.609667],[110.871094,19.610773],[110.868352,19.61708],[110.879857,19.624136],[110.879667,19.634397],[110.882324,19.64088],[110.888694,19.646932],[110.897829,19.64659],[110.903071,19.647575],[110.902624,19.649064],[110.895827,19.647806],[110.888058,19.649262],[110.879713,19.645473],[110.877222,19.641842],[110.879059,19.637628],[110.877904,19.624099],[110.871478,19.620453],[110.862836,19.620852],[110.858178,19.626831],[110.838682,19.626549],[110.835471,19.628085],[110.819242,19.625068],[110.814979,19.625802],[110.812037,19.62288],[110.811992,19.618315],[110.807838,19.61487],[110.808439,19.612601],[110.805382,19.61194],[110.804183,19.612715],[110.806642,19.613226],[110.806325,19.61448],[110.802539,19.616538],[110.800326,19.621435],[110.796821,19.619216],[110.794984,19.624742],[110.79109,19.62913],[110.785305,19.628069],[110.779456,19.623898],[110.780771,19.617208],[110.788737,19.608332],[110.793568,19.609364],[110.79936,19.589919],[110.802184,19.588691],[110.806626,19.590841],[110.811667,19.581628],[110.814412,19.582351],[110.816954,19.579237],[110.817867,19.570628],[110.820464,19.565664],[110.836537,19.54298],[110.837748,19.538277],[110.836403,19.529613],[110.830801,19.530434],[110.827023,19.542385],[110.81698,19.539036],[110.808952,19.532039],[110.805085,19.521391],[110.807995,19.499445],[110.805148,19.485221],[110.789929,19.474581],[110.787752,19.47229],[110.79008,19.470524],[110.781534,19.461645],[110.769879,19.457696],[110.766539,19.453846],[110.760474,19.455338],[110.763821,19.448815],[110.770511,19.452328],[110.774161,19.450701],[110.764986,19.440615],[110.762212,19.427973],[110.759779,19.425428],[110.753482,19.420405],[110.740947,19.415557],[110.731396,19.409286],[110.730559,19.406885],[110.725891,19.411733],[110.72121,19.41393],[110.708845,19.414179],[110.699675,19.410534],[110.691625,19.405559],[110.683661,19.395785],[110.676205,19.391069],[110.67156,19.382163],[110.6726,19.37415],[110.669641,19.361378],[110.675552,19.347431],[110.683708,19.339178],[110.684402,19.334694],[110.682051,19.327286],[110.676977,19.319103],[110.66549,19.314845],[110.659272,19.307095],[110.656514,19.311661],[110.652611,19.313632],[110.644576,19.313436],[110.637657,19.308931],[110.632772,19.297629],[110.633268,19.289717],[110.637432,19.284275],[110.638929,19.276114],[110.637555,19.265672],[110.634061,19.254308],[110.622764,19.237248],[110.619298,19.23639],[110.624188,19.23223],[110.616638,19.222409],[110.613204,19.206982],[110.60782,19.201089],[110.601768,19.19875],[110.597073,19.194639],[110.58864,19.172169],[110.586506,19.158515],[110.579115,19.158455],[110.574349,19.156183],[110.565737,19.150591],[110.563937,19.146891],[110.559807,19.145742],[110.555599,19.142135],[110.562426,19.131646],[110.561047,19.124475],[110.564735,19.11798],[110.560101,19.108234],[110.557305,19.107097],[110.553572,19.10825],[110.554993,19.099131],[110.559938,19.094745],[110.562958,19.095767],[110.562485,19.102064],[110.566355,19.107364],[110.564219,19.111803],[110.567745,19.117078],[110.568294,19.127264],[110.564766,19.130035],[110.564419,19.132502],[110.571727,19.134739],[110.572272,19.132934],[110.576328,19.13164],[110.567501,19.047623],[110.565915,19.046427],[110.559371,19.047669],[110.542047,19.043466],[110.537141,19.038391],[110.532262,19.019804],[110.52403,19.008035],[110.51874,18.99688],[110.513523,18.971403],[110.511045,18.938954],[110.511062,18.920526],[110.514538,18.891481],[110.513124,18.890326],[110.508083,18.894546],[110.491627,18.888843],[110.480094,18.882134],[110.480764,18.880374],[110.471852,18.869773],[110.468372,18.875237],[110.46886,18.87877],[110.465064,18.87654],[110.46276,18.874493],[110.465434,18.871676],[110.46698,18.860064],[110.469569,18.854168],[110.469319,18.849453],[110.464924,18.8469],[110.459733,18.839044],[110.460217,18.837771],[110.436761,18.838215],[110.434906,18.835675],[110.436141,18.830786],[110.433751,18.822899],[110.43464,18.820313],[110.439468,18.813545],[110.444239,18.810417],[110.447321,18.810831],[110.447117,18.808807],[110.455923,18.809719],[110.468547,18.802598],[110.483354,18.801594],[110.487073,18.799009],[110.489338,18.792124],[110.496734,18.793552],[110.497751,18.797916],[110.500292,18.799206],[110.512537,18.801767],[110.51191,18.80683],[110.4984,18.820204],[110.498067,18.823959],[110.505025,18.828848],[110.50229,18.840454],[110.494805,18.848442],[110.491255,18.869356],[110.49669,18.887879],[110.507785,18.891773],[110.510011,18.889803],[110.513736,18.879597],[110.513721,18.866504],[110.519432,18.8286],[110.531361,18.793207],[110.533968,18.791782],[110.535661,18.793373],[110.538178,18.793112],[110.540576,18.790299],[110.539242,18.781853],[110.532677,18.782736],[110.53137,18.786106],[110.533017,18.787458],[110.528532,18.78913],[110.524121,18.788344],[110.517426,18.784066],[110.513212,18.777428],[110.513709,18.773348],[110.506722,18.781649],[110.502403,18.78136],[110.495115,18.7762],[110.492934,18.773074],[110.492843,18.769348],[110.487698,18.765892],[110.488106,18.771453],[110.48318,18.775845],[110.472278,18.774868],[110.46441,18.769329],[110.453396,18.750666],[110.448484,18.732196],[110.444913,18.730118],[110.440466,18.732956],[110.434792,18.726979],[110.429035,18.707882],[110.427249,18.681093],[110.414514,18.668485],[110.41349,18.660372],[110.409088,18.661162],[110.406156,18.663636],[110.404241,18.665931],[110.403742,18.670546],[110.400538,18.671005],[110.397033,18.66922],[110.396676,18.674738],[110.392938,18.676106],[110.388544,18.675614],[110.377448,18.669067],[110.37476,18.672739],[110.371141,18.672347],[110.36218,18.666326],[110.35934,18.661563],[110.35362,18.663016],[110.353416,18.670041],[110.347101,18.673105],[110.338784,18.672742],[110.32728,18.667597],[110.32697,18.670595],[110.33326,18.673573],[110.337015,18.678519],[110.345055,18.684072],[110.359214,18.689185],[110.369682,18.686443],[110.377979,18.686208],[110.383929,18.688617],[110.391096,18.685591],[110.398968,18.684867],[110.401507,18.686151],[110.404862,18.694817],[110.410072,18.695674],[110.409499,18.68595],[110.410664,18.683202],[110.413655,18.683194],[110.413169,18.691409],[110.415613,18.692923],[110.41549,18.696313],[110.411045,18.697318],[110.406295,18.701875],[110.39292,18.703605],[110.391325,18.701566],[110.399229,18.691063],[110.397961,18.687575],[110.382664,18.692195],[110.376935,18.691216],[110.370713,18.687858],[110.363593,18.690682],[110.349089,18.689733],[110.324507,18.674019],[110.322867,18.671228],[110.326271,18.667761],[110.324251,18.664853],[110.312083,18.659928],[110.306452,18.660096],[110.304398,18.664241],[110.296387,18.667443],[110.281869,18.669218],[110.274358,18.664706],[110.26748,18.663838],[110.256174,18.658813],[110.243805,18.648666],[110.226028,18.629533],[110.221045,18.632186],[110.217333,18.631578],[110.197693,18.617928],[110.18811,18.608825],[110.179185,18.59211],[110.17294,18.584852],[110.168683,18.583664],[110.162905,18.584735],[110.15693,18.582304],[110.148352,18.57241],[110.139834,18.553969],[110.132403,18.549778],[110.1293,18.549464],[110.126988,18.552002],[110.124112,18.551073],[110.111225,18.541994],[110.1036,18.531124],[110.098003,18.519126],[110.09258,18.500025],[110.085193,18.4868],[110.07791,18.462898],[110.06764,18.411729],[110.058102,18.411506],[110.063994,18.424114],[110.064349,18.431113],[110.063091,18.436722],[110.055145,18.444489],[110.052697,18.445216],[110.039754,18.431596],[110.038867,18.427646],[110.04059,18.42338],[110.048534,18.420673],[110.047192,18.417223],[110.042744,18.416382],[110.042073,18.410558],[110.047519,18.406991],[110.060423,18.407325],[110.053837,18.394818],[110.05466,18.391005],[110.049502,18.386145],[110.03799,18.385063],[110.026401,18.386336],[110.021234,18.384838],[110.013875,18.378384],[110.000262,18.374572],[109.997502,18.376867],[109.999416,18.379649],[109.998665,18.381706],[109.991738,18.386193],[109.987542,18.386774],[109.97996,18.384722],[109.972375,18.386469],[109.967845,18.389478],[109.96917,18.398423],[109.966089,18.40892],[109.972143,18.410232],[109.988142,18.397272],[110.000556,18.396218],[110.005515,18.39664],[110.018472,18.409491],[110.022277,18.416176],[110.023026,18.421478],[110.029213,18.429472],[110.031948,18.435871],[110.031316,18.440082],[110.02362,18.446684],[110.020236,18.444646],[110.020458,18.438552],[110.018212,18.43832],[110.016331,18.43155],[110.005039,18.432534],[110.002613,18.43566],[109.996766,18.434138],[109.995786,18.432468],[109.986755,18.435332],[109.977435,18.419248],[109.972221,18.417185],[109.967311,18.41116],[109.92925,18.4173],[109.901914,18.413953],[109.890347,18.410407],[109.870973,18.401228],[109.858919,18.39099],[109.846358,18.387959],[109.8225,18.377851],[109.816871,18.380596],[109.817518,18.391254],[109.815144,18.395917],[109.806266,18.401244],[109.796638,18.402863],[109.787236,18.401924],[109.766504,18.391829],[109.754852,18.377823],[109.748101,18.366448],[109.739424,18.346401],[109.73349,18.324117],[109.725757,18.310387],[109.720846,18.297275],[109.719719,18.286045],[109.721163,18.278226],[109.728022,18.275549],[109.733863,18.277127],[109.737415,18.272336],[109.730722,18.270641],[109.724562,18.272533],[109.720901,18.26956],[109.72075,18.265129],[109.719297,18.263697],[109.70921,18.263858],[109.706279,18.266799],[109.704847,18.272893],[109.708107,18.27811],[109.703145,18.28635],[109.700452,18.287325],[109.693746,18.285033],[109.693729,18.277091],[109.685147,18.276922],[109.680924,18.279175],[109.673945,18.275897],[109.6777,18.263057],[109.680672,18.260128],[109.686261,18.258903],[109.692998,18.262364],[109.697697,18.271471],[109.696587,18.281377],[109.699948,18.284728],[109.703261,18.268693],[109.701368,18.265238],[109.704754,18.259748],[109.729097,18.262412],[109.741412,18.254947],[109.742569,18.248958],[109.740946,18.238644],[109.733325,18.233314],[109.730613,18.234205],[109.726319,18.232282],[109.730986,18.224759],[109.727357,18.212653],[109.720875,18.214586],[109.713563,18.220976],[109.706935,18.218618],[109.70186,18.210605],[109.703004,18.207693],[109.70782,18.206543],[109.711523,18.197044],[109.699652,18.19718],[109.688878,18.208695],[109.687521,18.216059],[109.69461,18.22166],[109.69577,18.220754],[109.696062,18.223912],[109.686174,18.235382],[109.671248,18.237175],[109.659876,18.233466],[109.646689,18.232648],[109.632277,18.228619],[109.609787,18.21434],[109.61057,18.201634],[109.606679,18.194017],[109.609837,18.190094],[109.612659,18.190998],[109.615112,18.188766],[109.621958,18.17393],[109.618033,18.17137],[109.606212,18.182168],[109.604684,18.178187],[109.600885,18.174883],[109.598112,18.177401],[109.594181,18.176852],[109.582219,18.180169],[109.579207,18.177557],[109.580711,18.16797],[109.573144,18.167517],[109.572388,18.164058],[109.574017,18.159389],[109.558073,18.172473],[109.56789,18.180552],[109.56528,18.191012],[109.575019,18.202803],[109.575283,18.206974],[109.566126,18.207323],[109.55791,18.210697],[109.557293,18.216297],[109.544536,18.220021],[109.543698,18.221432],[109.549344,18.227583],[109.553521,18.230244],[109.556316,18.229683],[109.561448,18.235217],[109.574252,18.240019],[109.570112,18.255477],[109.565742,18.257493],[109.564138,18.252197],[109.565291,18.244511],[109.563404,18.240071],[109.555584,18.237784],[109.549992,18.233547],[109.545463,18.234238],[109.532613,18.229177],[109.53182,18.224716],[109.533497,18.221834],[109.540198,18.22052],[109.539902,18.208487],[109.537842,18.205235],[109.533695,18.207266],[109.524196,18.222043],[109.513341,18.221856],[109.510257,18.218794],[109.509236,18.212189],[109.505388,18.2085],[109.503337,18.208525],[109.500311,18.211672],[109.496564,18.211299],[109.494277,18.200815],[109.489835,18.191546],[109.488394,18.189427],[109.481667,18.188397],[109.478491,18.19039],[109.471449,18.200914],[109.470923,18.209253],[109.474199,18.212148],[109.486518,18.214781],[109.490478,18.219289],[109.491658,18.224754],[109.490145,18.226697],[109.485005,18.227199],[109.483198,18.229775],[109.496881,18.234687],[109.49824,18.238567],[109.496552,18.250112],[109.491829,18.258687],[109.485922,18.264865],[109.477024,18.272051],[109.460763,18.281115],[109.448741,18.285438],[109.427289,18.289416],[109.354682,18.290138],[109.344444,18.292644],[109.343438,18.296407],[109.334897,18.302836],[109.322535,18.305679],[109.309334,18.306294],[109.258014,18.301273],[109.253061,18.298503],[109.24476,18.297729],[109.23789,18.301667],[109.221648,18.300523],[109.203619,18.293798],[109.193089,18.28641],[109.183783,18.284949],[109.176004,18.286627],[109.167002,18.290325],[109.163316,18.293848],[109.154492,18.294844],[109.141985,18.31628],[109.142114,18.317778],[109.1493,18.318591],[109.149191,18.326493],[109.14679,18.331495],[109.138187,18.340231],[109.121623,18.345715],[109.119332,18.350787],[109.10702,18.36168],[109.084972,18.368989],[109.065983,18.370251],[109.048944,18.369108],[108.992274,18.357889],[108.989016,18.35944],[108.989326,18.365027],[108.985859,18.372503],[108.978164,18.378854],[108.969778,18.382908],[108.961617,18.401243],[108.93733,18.409777],[108.933568,18.412559],[108.908052,18.418989],[108.885705,18.42217],[108.862324,18.431131],[108.866534,18.438208],[108.862773,18.439505],[108.858093,18.435454],[108.855888,18.435751],[108.851609,18.44677],[108.849466,18.445927],[108.844326,18.453424],[108.835084,18.46143],[108.81561,18.472695],[108.790986,18.482558],[108.772717,18.487492],[108.708871,18.495829],[108.694158,18.501154],[108.687663,18.506079],[108.68447,18.515998],[108.6853,18.523216],[108.674819,18.547798],[108.674601,18.552015],[108.67998,18.570622],[108.691028,18.591358],[108.697795,18.609032],[108.700534,18.620742],[108.701201,18.626343],[108.698915,18.64027],[108.702435,18.650617],[108.703089,18.667391],[108.700552,18.678547],[108.698036,18.682591],[108.694643,18.684213],[108.692705,18.682559],[108.694497,18.688864],[108.699239,18.69658],[108.698779,18.705863],[108.696384,18.712555],[108.697906,18.719196],[108.694669,18.726832],[108.696207,18.730428],[108.69414,18.739708],[108.684043,18.755424],[108.676473,18.780182],[108.667372,18.799659],[108.662191,18.806481],[108.652427,18.815081],[108.639162,18.821589],[108.625427,18.823836],[108.623309,18.840104],[108.631986,18.865769],[108.641242,18.877601],[108.652062,18.896138],[108.656953,18.914715],[108.658989,18.931227],[108.656249,18.944442],[108.648327,18.958164],[108.645735,18.967685],[108.644543,18.967287],[108.647641,18.980114],[108.645334,19.002321],[108.633976,19.030335],[108.632379,19.046818],[108.624601,19.068325],[108.622927,19.07979],[108.616304,19.091713],[108.614657,19.099633],[108.621984,19.100678],[108.629943,19.105167],[108.650566,19.122802],[108.659049,19.133846],[108.663408,19.140699],[108.666797,19.150262],[108.671408,19.155343],[108.670265,19.158065],[108.673683,19.162381],[108.675417,19.169113],[108.677998,19.170469],[108.678627,19.176964],[108.676802,19.179359],[108.675592,19.189597],[108.664637,19.201889],[108.656,19.209066],[108.646222,19.213834],[108.631652,19.217786],[108.631414,19.225006],[108.634828,19.235919],[108.633641,19.252928],[108.636139,19.280409],[108.635037,19.288039],[108.639662,19.292185],[108.639755,19.3003],[108.645763,19.304321],[108.646032,19.30617],[108.655221,19.315284],[108.65864,19.313961],[108.660278,19.308652],[108.664998,19.308481],[108.666469,19.309867],[108.664856,19.314815],[108.668768,19.320199],[108.673954,19.320642],[108.676958,19.319219],[108.68188,19.314549],[108.682126,19.309353],[108.688059,19.306659],[108.679743,19.327649],[108.674065,19.330004],[108.666264,19.340701],[108.66383,19.347217],[108.677127,19.356041],[108.684767,19.373121],[108.691369,19.37596],[108.691507,19.373684],[108.693758,19.37265],[108.71484,19.371831],[108.740297,19.37619],[108.74458,19.379117],[108.753134,19.381342],[108.759825,19.387521],[108.776675,19.395214],[108.796364,19.411039],[108.797733,19.415036],[108.808484,19.423986],[108.810999,19.43081],[108.820957,19.440472],[108.835226,19.447388],[108.845653,19.448827],[108.863128,19.454072],[108.885772,19.468692],[108.952955,19.527813],[108.967988,19.535826],[108.976838,19.542993],[108.992535,19.561193],[108.994205,19.567382],[109.008853,19.583371],[109.038111,19.595538],[109.078511,19.604906],[109.11378,19.625771],[109.122516,19.628772],[109.150169,19.643246],[109.158381,19.641989],[109.165731,19.64447],[109.181582,19.654884],[109.196525,19.667614],[109.198127,19.667436],[109.199974,19.671636],[109.208279,19.678751],[109.210997,19.685134],[109.214306,19.704838],[109.210153,19.719378],[109.211373,19.721347],[109.216389,19.719283],[109.222001,19.715182],[109.220939,19.713792],[109.226748,19.710647],[109.230548,19.719015],[109.239265,19.72577],[109.247536,19.721599],[109.272085,19.724372],[109.279012,19.723392],[109.285832,19.719962],[109.289373,19.708485],[109.298514,19.701018],[109.298575,19.697466],[109.300221,19.695836],[109.303225,19.695746],[109.304447,19.702417],[109.307203,19.705077],[109.307371,19.712811],[109.30414,19.720835],[109.295653,19.725978],[109.293429,19.72523],[109.290748,19.726846],[109.285276,19.735475],[109.272742,19.738903],[109.275477,19.746178],[109.292468,19.755533],[109.296869,19.754198],[109.299286,19.75546],[109.302254,19.745756],[109.304628,19.745188],[109.303829,19.755975],[109.298268,19.763355],[109.297983,19.766655],[109.300534,19.767033],[109.301803,19.770762],[109.305414,19.770557],[109.306274,19.77222],[109.311632,19.769491],[109.310449,19.780362],[109.308149,19.783504],[109.304398,19.784589],[109.302016,19.780024],[109.296007,19.782622],[109.292818,19.789434],[109.28709,19.793998],[109.278221,19.788794],[109.273198,19.782327],[109.267167,19.77927],[109.270517,19.765024],[109.266033,19.760872],[109.262489,19.762622],[109.264999,19.764698],[109.263019,19.773942],[109.253566,19.767728],[109.251463,19.759658],[109.249626,19.758408],[109.246191,19.761589],[109.24184,19.762755],[109.235151,19.760486],[109.229516,19.76244],[109.226798,19.75623],[109.230067,19.753213],[109.229911,19.750509],[109.225575,19.743116],[109.216082,19.744739],[109.214545,19.743733],[109.216328,19.735719],[109.213712,19.726495],[109.203582,19.726251],[109.188715,19.733316],[109.183394,19.729327],[109.183626,19.723061],[109.180359,19.720205],[109.177241,19.719931],[109.16822,19.713824],[109.164719,19.717129],[109.160929,19.717139],[109.160939,19.707586],[109.151097,19.707566],[109.151076,19.722169],[109.159194,19.725174],[109.169087,19.725174],[109.169064,19.734238],[109.177003,19.734122],[109.17874,19.737548],[109.17458,19.742719],[109.171263,19.753995],[109.164031,19.762659],[109.164566,19.775588],[109.159244,19.776361],[109.156603,19.789461],[109.16167,19.800201],[109.171187,19.815379],[109.172425,19.814657],[109.188092,19.828283],[109.198389,19.831335],[109.205854,19.824143],[109.207138,19.825039],[109.210414,19.831532],[109.210349,19.840559],[109.228253,19.856867],[109.235182,19.85828],[109.240956,19.855362],[109.24564,19.855967],[109.258953,19.862299],[109.259277,19.868121],[109.256846,19.869079],[109.255011,19.873642],[109.260247,19.876738],[109.263698,19.882822],[109.26353,19.888442],[109.260479,19.890711],[109.261826,19.901118],[109.279865,19.897719],[109.284375,19.894176],[109.288859,19.895617],[109.289919,19.900289],[109.288325,19.903951],[109.289529,19.906488],[109.297062,19.914198],[109.302116,19.917541],[109.306208,19.917726],[109.311116,19.912086],[109.315232,19.916247],[109.318206,19.915058],[109.326955,19.906819],[109.327076,19.903797],[109.324689,19.901961],[109.320613,19.902264],[109.319004,19.900461],[109.32244,19.885884],[109.326596,19.882814],[109.330814,19.881681],[109.359636,19.892548],[109.362096,19.888487],[109.374141,19.888989],[109.374575,19.884212],[109.380067,19.876053],[109.38111,19.881841],[109.37862,19.884393],[109.379211,19.890519],[109.387337,19.885379],[109.389744,19.881976],[109.389437,19.877999],[109.401581,19.869947],[109.406331,19.862082],[109.410401,19.859373],[109.420382,19.858209],[109.42783,19.858487],[109.436721,19.864082],[109.440703,19.873904],[109.4449,19.873215],[109.447564,19.868298],[109.44472,19.866061],[109.450804,19.860287],[109.454385,19.861495],[109.452593,19.86627],[109.453286,19.869149],[109.46215,19.869454],[109.468527,19.859177],[109.466119,19.852697],[109.471089,19.849266],[109.474393,19.839462],[109.474777,19.835245],[109.471285,19.82807],[109.474342,19.824389],[109.478761,19.826244],[109.478848,19.833655],[109.48208,19.839198],[109.487005,19.840999],[109.511273,19.843852],[109.524255,19.850035],[109.530007,19.856402],[109.535282,19.868659],[109.536435,19.864498],[109.534282,19.853034],[109.536138,19.845692],[109.526604,19.843711],[109.518067,19.834836],[109.518799,19.833841],[109.527994,19.837796],[109.535287,19.836468],[109.552412,19.855719],[109.556979,19.856129],[109.560941,19.853358],[109.564839,19.847471],[109.568219,19.851101],[109.568929,19.855874],[109.566933,19.856954],[109.565965,19.862406],[109.562602,19.861597],[109.560681,19.863844],[109.557476,19.862387],[109.546273,19.863237],[109.541632,19.865104],[109.538495,19.871593],[109.530632,19.872823],[109.526575,19.871707],[109.528463,19.870717],[109.52685,19.86915],[109.521143,19.871519],[109.518923,19.874112],[109.523593,19.890112],[109.520161,19.89736],[109.51648,19.897843],[109.519795,19.90826],[109.524492,19.913238],[109.526672,19.914941],[109.542739,19.913752],[109.54403,19.91186],[109.548208,19.91154],[109.550865,19.912854],[109.554959,19.911942],[109.559728,19.914102],[109.557025,19.917413],[109.548926,19.919641],[109.533279,19.915647],[109.528951,19.92194],[109.531793,19.936967],[109.5377,19.946266],[109.551435,19.948736],[109.556019,19.951896],[109.557983,19.955794],[109.569845,19.964474],[109.573262,19.97274],[109.579933,19.980505],[109.609919,19.991587],[109.613766,19.994231],[109.630109,19.99287],[109.644266,19.994434],[109.672645,20.004308],[109.704531,20.006477],[109.708776,20.009054],[109.710769,20.012764],[109.71786,20.004366],[109.728221,19.999066],[109.731882,19.991305],[109.729051,19.990057],[109.72859,19.986617],[109.732694,19.972745],[109.734066,19.973391],[109.734377,19.987638],[109.747071,19.974954],[109.760775,19.965266],[109.768415,19.963739],[109.785648,19.965938],[109.79663,19.96398],[109.802259,19.96497],[109.803662,19.963115],[109.800558,19.960489],[109.799964,19.955322],[109.803711,19.949487],[109.803785,19.939362],[109.810795,19.93932],[109.818313,19.943743],[109.821725,19.951578],[109.821917,19.957369],[109.819352,19.958651],[109.816444,19.963958],[109.818568,19.973757],[109.818443,19.977068],[109.81435,19.982472],[109.815866,19.985161],[109.828369,19.983648],[109.834337,19.978842],[109.837534,19.973614],[109.835719,19.96678],[109.838043,19.951734],[109.853885,19.939236],[109.860866,19.938556],[109.868614,19.947595],[109.875079,19.951102],[109.878586,19.956495],[109.879095,19.958658],[109.876273,19.96112],[109.874152,19.96675],[109.875278,19.967319],[109.879683,19.963907],[109.88485,19.965581],[109.889407,19.973386],[109.889737,19.981121],[109.883933,19.982731],[109.878522,19.989292],[109.892691,19.987819],[109.894653,19.985068],[109.897728,19.983992],[109.904126,19.983569],[109.907961,19.98515],[109.909882,19.983556],[109.915283,19.985867],[109.927414,19.984409],[109.932245,19.989898],[109.940605,19.993209],[109.946507,19.988522],[109.945913,19.984833],[109.953837,19.975143],[109.951648,19.9707],[109.96651,19.953509],[109.976585,19.946414],[109.993325,19.939303],[110.006634,19.938914],[110.013481,19.940689],[110.014519,19.93949],[110.005763,19.934351],[109.993007,19.938702],[109.989505,19.938433],[109.981805,19.928625],[109.97542,19.923191],[109.964384,19.921894],[109.958762,19.91773],[109.965121,19.909758],[109.97675,19.908618],[109.982044,19.910001],[109.98759,19.90796],[109.993229,19.903333],[109.99396,19.897809],[109.996735,19.896886],[109.996425,19.903035],[109.992437,19.915441],[109.995587,19.916691],[110.008665,19.914138],[110.010035,19.917368],[109.998835,19.919555],[109.993461,19.92455],[109.990924,19.923208],[109.98825,19.923974],[109.986738,19.926115],[109.988944,19.93366],[110.003942,19.930104],[110.009214,19.931274],[110.024665,19.939519],[110.02286,19.947591],[110.020053,19.951389],[110.013231,19.951358],[110.009286,19.959793],[110.016179,19.96005],[110.019417,19.955127],[110.024062,19.957343],[110.024563,19.959864],[110.051551,19.9688],[110.052328,19.973865],[110.05545,19.978655],[110.065739,19.982711],[110.083158,19.97235],[110.088331,19.97486],[110.096959,19.976155],[110.115933,19.976266],[110.118351,19.968057],[110.117256,19.964554],[110.113956,19.961696],[110.1144,19.960592],[110.117763,19.961538],[110.120397,19.968141],[110.120125,19.974425],[110.128865,19.980334],[110.125383,19.983396],[110.100163,19.979429],[110.091319,19.98128],[110.083096,19.980667],[110.079162,19.984438],[110.101465,19.987992],[110.113211,19.992379],[110.129492,20.004948],[110.138628,20.016173],[110.144606,20.028086],[110.152159,20.050515],[110.149207,20.051857],[110.153205,20.060286],[110.156909,20.059271],[110.159191,20.06177],[110.175901,20.063052],[110.192498,20.061918],[110.197452,20.063288],[110.20917,20.057604],[110.224321,20.045365],[110.243875,20.032623],[110.256581,20.027403],[110.282422,20.022767],[110.280931,20.0275],[110.275491,20.027804],[110.276166,20.031509],[110.28243,20.030871],[110.28108,20.036352],[110.274031,20.038219],[110.276541,20.045108],[110.278569,20.042662],[110.284653,20.040988],[110.287454,20.041696],[110.290361,20.036002],[110.296854,20.032519],[110.312485,20.04139],[110.312797,20.049754],[110.330753,20.047747],[110.327652,20.051331],[110.308569,20.058459],[110.300755,20.058918],[110.302891,20.0698],[110.30762,20.074814],[110.324199,20.07823],[110.344128,20.087702],[110.366876,20.091436],[110.372027,20.088345],[110.374001,20.085083],[110.374607,20.078812],[110.3886,20.076858],[110.457317,20.038419],[110.489908,20.02376],[110.51401,20.017638],[110.539912,20.020122],[110.546961,20.019027],[110.537592,20.012156],[110.536902,20.001052],[110.539144,19.991289],[110.546653,19.977804],[110.542161,19.975115],[110.5456,19.966745],[110.548708,19.96396],[110.550184,19.968704],[110.555837,19.974768],[110.566902,19.979199],[110.569347,19.983644],[110.567522,19.993471],[110.571771,19.997811],[110.57147,20.000396],[110.585891,19.99617],[110.586444,19.989379],[110.582176,19.983625],[110.578969,19.972727],[110.582128,19.967874],[110.587972,19.963708],[110.590166,19.957739],[110.585771,19.955568],[110.580632,19.95713],[110.575245,19.950176],[110.57589,19.943173],[110.578066,19.942892],[110.584127,19.948149],[110.590594,19.948881],[110.591861,19.945828],[110.589454,19.939542],[110.582329,19.941814],[110.579209,19.936947],[110.584494,19.937134],[110.589224,19.928789],[110.591595,19.929627],[110.5944,19.928333],[110.595674,19.925412],[110.592868,19.916262],[110.599967,19.909091],[110.603461,19.911954],[110.60442,19.922598],[110.625887,19.922339],[110.629693,19.920087],[110.632554,19.920844],[110.634615,19.927541],[110.624538,19.942658],[110.619589,19.972819],[110.611434,19.981874],[110.612255,19.987804],[110.606016,20.007014],[110.608774,20.008724],[110.606407,20.010334],[110.603723,20.005822],[110.601952,20.006641],[110.603261,20.015411],[110.609196,20.010429],[110.613156,20.011615],[110.615625,20.01522],[110.615296,20.017397],[110.610727,20.020384],[110.611726,20.02374],[110.608901,20.022803],[110.604659,20.017535],[110.600759,20.018134],[110.598618,20.024075],[110.59557,20.023458],[110.595163,20.020193],[110.589263,20.021288],[110.594032,20.022528],[110.594666,20.02399],[110.591759,20.024003],[110.591365,20.025506],[110.589472,20.022918],[110.581363,20.022833],[110.578086,20.019655],[110.574916,20.021184],[110.573546,20.031202],[110.567379,20.037987],[110.566378,20.0453],[110.567729,20.050883],[110.570213,20.054926],[110.567601,20.047237],[110.568567,20.043474],[110.568838,20.049266],[110.571564,20.053319],[110.572586,20.052528],[110.571195,20.063342],[110.576186,20.073118],[110.576661,20.078681],[110.577665,20.076151],[110.579407,20.079664],[110.579377,20.084464],[110.576264,20.087084],[110.576343,20.079875],[110.571349,20.091352],[110.574534,20.094729],[110.579425,20.096551],[110.582511,20.095955],[110.590608,20.099954],[110.595697,20.10542],[110.596605,20.108956],[110.59553,20.110237],[110.597207,20.11089],[110.605864,20.110739],[110.630016,20.105028],[110.640775,20.104513],[110.646189,20.107045],[110.657435,20.116082],[110.657349,20.119708],[110.661578,20.12299],[110.661408,20.125907],[110.672241,20.131467],[110.674365,20.134311],[110.676023,20.143845],[110.673908,20.146297],[110.67408,20.150485],[110.671965,20.152291],[110.681865,20.155509],[110.684563,20.16146],[110.686002,20.159675]]]]}},{type:"Feature",properties:{name:"重庆市",province_adcode:5e5,province_type:"直辖市",name_en:"Chongqing",name_var:"Chóng Qìng",adcode:5e5},geometry:{type:"Polygon",coordinates:[[[109.579602,31.728487],[109.586444,31.725729],[109.600779,31.715919],[109.613574,31.712695],[109.622512,31.717628],[109.638761,31.722499],[109.644597,31.722573],[109.651553,31.718583],[109.654978,31.71828],[109.679514,31.72067],[109.687398,31.717345],[109.689092,31.708504],[109.698989,31.707231],[109.704904,31.701428],[109.724551,31.701967],[109.729919,31.696848],[109.7251,31.686881],[109.725667,31.674524],[109.734754,31.665509],[109.73645,31.659932],[109.733291,31.629438],[109.738615,31.626597],[109.74795,31.613483],[109.758311,31.609827],[109.759709,31.60627],[109.751884,31.60257],[109.744107,31.603552],[109.739957,31.601127],[109.739006,31.586131],[109.74833,31.582469],[109.744372,31.580013],[109.729576,31.57734],[109.721503,31.572839],[109.720816,31.566934],[109.714566,31.559294],[109.719725,31.552077],[109.72969,31.548741],[109.749965,31.5517],[109.756158,31.548366],[109.758715,31.552715],[109.769569,31.550947],[109.778052,31.552192],[109.78405,31.555148],[109.788626,31.550822],[109.790759,31.544668],[109.79405,31.542494],[109.814814,31.553945],[109.822486,31.55684],[109.834187,31.55773],[109.845241,31.553583],[109.850716,31.546684],[109.857644,31.544636],[109.859201,31.542611],[109.858747,31.53395],[109.869354,31.533145],[109.87841,31.530071],[109.887585,31.519986],[109.91901,31.523892],[109.922453,31.522422],[109.926314,31.522925],[109.930852,31.519716],[109.931718,31.514984],[109.936282,31.514048],[109.941017,31.508347],[109.948225,31.508323],[109.95124,31.511446],[109.952983,31.509885],[109.961583,31.509805],[109.972552,31.51541],[109.977169,31.515243],[109.978385,31.514403],[109.973574,31.51181],[109.969058,31.50674],[109.956587,31.500988],[109.95516,31.492691],[109.939955,31.488592],[109.935483,31.481819],[109.940922,31.47065],[109.946677,31.469498],[109.9536,31.471241],[109.963636,31.476989],[109.966715,31.475438],[109.973599,31.477496],[109.986929,31.47545],[109.996557,31.465166],[109.999028,31.458415],[109.996918,31.454143],[110.005773,31.446607],[110.030982,31.440905],[110.032078,31.436384],[110.029374,31.435137],[110.028157,31.432538],[110.037932,31.428116],[110.041434,31.417889],[110.051135,31.410893],[110.069245,31.409671],[110.078072,31.411861],[110.082848,31.410283],[110.093814,31.412832],[110.102362,31.409861],[110.110002,31.414207],[110.11291,31.41149],[110.110531,31.407956],[110.115367,31.399428],[110.120153,31.395597],[110.129917,31.392415],[110.13577,31.392593],[110.139553,31.387175],[110.140159,31.38263],[110.135161,31.373135],[110.134872,31.369015],[110.144335,31.357178],[110.141698,31.351359],[110.142506,31.346885],[110.152784,31.333782],[110.145772,31.318864],[110.147702,31.316722],[110.156204,31.316445],[110.157899,31.315122],[110.156717,31.309666],[110.158731,31.30542],[110.158209,31.292438],[110.152045,31.289135],[110.149431,31.279291],[110.156033,31.264274],[110.153247,31.258042],[110.155709,31.255188],[110.165585,31.25292],[110.166767,31.249315],[110.168368,31.242029],[110.164963,31.228191],[110.165438,31.223872],[110.172974,31.212843],[110.173772,31.202828],[110.172273,31.200428],[110.175487,31.186035],[110.175121,31.179765],[110.179709,31.172539],[110.192146,31.165313],[110.195628,31.160274],[110.188562,31.151704],[110.182379,31.148133],[110.181651,31.137143],[110.182821,31.131851],[110.17652,31.124672],[110.171685,31.124742],[110.156548,31.11836],[110.149386,31.120075],[110.141284,31.118664],[110.141472,31.110094],[110.128704,31.106677],[110.125997,31.103698],[110.122136,31.092206],[110.118789,31.089729],[110.115217,31.082746],[110.115904,31.073726],[110.121031,31.068292],[110.12535,31.067771],[110.128525,31.065349],[110.127906,31.061182],[110.125055,31.060605],[110.120888,31.053817],[110.120381,31.042514],[110.115567,31.039755],[110.115005,31.034131],[110.135519,31.032702],[110.136561,31.007678],[110.132176,30.999688],[110.13287,30.993782],[110.131191,30.987803],[110.158484,30.993843],[110.166966,30.989624],[110.167966,30.981769],[110.156356,30.971072],[110.158991,30.963568],[110.148159,30.955185],[110.145283,30.942283],[110.139835,30.928445],[110.140285,30.924285],[110.143865,30.920587],[110.146728,30.913922],[110.143673,30.907807],[110.131398,30.889744],[110.130872,30.886459],[110.120341,30.872674],[110.114884,30.856646],[110.1092,30.851171],[110.109998,30.846993],[110.092455,30.832481],[110.078359,30.804981],[110.044824,30.802083],[110.038228,30.807363],[110.037074,30.809906],[110.038862,30.813514],[110.033815,30.817058],[110.032579,30.819734],[110.014087,30.831867],[110.012665,30.841835],[110.014284,30.847182],[110.012172,30.856822],[110.000302,30.872012],[110.003338,30.886868],[109.997836,30.887657],[109.991452,30.885968],[109.990476,30.890273],[109.975162,30.888827],[109.973053,30.892093],[109.971147,30.892376],[109.951077,30.878868],[109.938564,30.881826],[109.93621,30.893598],[109.927641,30.88974],[109.920772,30.895408],[109.91111,30.895116],[109.899574,30.903173],[109.895984,30.90402],[109.888727,30.902378],[109.882468,30.898942],[109.877182,30.891544],[109.845463,30.880801],[109.831545,30.870841],[109.819511,30.865676],[109.816459,30.862318],[109.806124,30.862193],[109.791107,30.858435],[109.786149,30.85494],[109.773284,30.850088],[109.769595,30.847322],[109.766581,30.841333],[109.753533,30.836356],[109.720825,30.810727],[109.714834,30.810893],[109.710921,30.803983],[109.712236,30.794485],[109.708827,30.790871],[109.716981,30.78684],[109.717018,30.784081],[109.713871,30.780353],[109.703923,30.778786],[109.699649,30.772916],[109.695607,30.771731],[109.693964,30.773555],[109.6947,30.776905],[109.69979,30.781218],[109.698581,30.785202],[109.695213,30.786453],[109.684149,30.778245],[109.664812,30.767956],[109.656354,30.764484],[109.652039,30.76589],[109.649431,30.76482],[109.650472,30.754949],[109.656335,30.74932],[109.658182,30.740535],[109.653613,30.729764],[109.647048,30.722755],[109.625697,30.706851],[109.617425,30.703324],[109.60706,30.703328],[109.582313,30.695932],[109.580479,30.689834],[109.580439,30.68124],[109.575885,30.675133],[109.581563,30.669937],[109.578567,30.665148],[109.575407,30.664988],[109.573995,30.663272],[109.57176,30.657334],[109.573663,30.654883],[109.57188,30.652321],[109.56455,30.646892],[109.557972,30.648192],[109.546944,30.644802],[109.541608,30.645305],[109.53584,30.64076],[109.529119,30.641481],[109.528883,30.644738],[109.535217,30.651115],[109.537043,30.657755],[109.530945,30.669853],[109.527192,30.670283],[109.517102,30.660678],[109.505235,30.655676],[109.49276,30.642712],[109.485843,30.638675],[109.476985,30.624809],[109.471579,30.625104],[109.457235,30.621147],[109.448843,30.615357],[109.446106,30.61214],[109.447396,30.609224],[109.446269,30.607596],[109.441525,30.603315],[109.431205,30.598452],[109.420921,30.573915],[109.412783,30.564473],[109.40808,30.555719],[109.402805,30.551796],[109.396678,30.540026],[109.380454,30.52634],[109.36705,30.509264],[109.366631,30.506567],[109.359712,30.500887],[109.354978,30.493639],[109.346267,30.489616],[109.344711,30.489895],[109.344185,30.495048],[109.332639,30.509702],[109.333325,30.511865],[109.335793,30.512785],[109.336755,30.516417],[109.335911,30.519569],[109.332488,30.522985],[109.332876,30.526628],[109.337467,30.532574],[109.341229,30.534225],[109.342373,30.542468],[109.359044,30.556968],[109.355437,30.562047],[109.344956,30.568334],[109.346637,30.573429],[109.340296,30.579622],[109.320254,30.594379],[109.304518,30.601578],[109.304522,30.603307],[109.309458,30.605001],[109.314775,30.603896],[109.320269,30.60824],[109.323989,30.6178],[109.321223,30.621996],[109.317276,30.62063],[109.312752,30.615944],[109.312337,30.612957],[109.30846,30.610641],[109.305667,30.613715],[109.30149,30.62408],[109.29437,30.6256],[109.294548,30.630283],[109.298983,30.633686],[109.292715,30.634],[109.288869,30.626329],[109.281498,30.621267],[109.274073,30.611938],[109.259165,30.604156],[109.251843,30.60371],[109.252126,30.598378],[109.249198,30.595885],[109.241459,30.595856],[109.226088,30.590513],[109.223313,30.583719],[109.22682,30.582828],[109.230911,30.586497],[109.239609,30.590555],[109.241509,30.588239],[109.236904,30.580837],[109.220948,30.57172],[109.21199,30.563906],[109.209102,30.562587],[109.201882,30.564613],[109.198502,30.555858],[109.191843,30.547438],[109.163566,30.550258],[109.161176,30.5483],[109.164223,30.545967],[109.140336,30.523586],[109.138451,30.523851],[109.135472,30.52828],[109.135517,30.537039],[109.125014,30.533372],[109.120374,30.533634],[109.117281,30.535663],[109.117532,30.539534],[109.109473,30.546283],[109.108262,30.555517],[109.096454,30.57151],[109.087413,30.572677],[109.088926,30.579091],[109.085626,30.591107],[109.082299,30.596662],[109.078821,30.597175],[109.076052,30.602568],[109.079548,30.606052],[109.094804,30.613755],[109.099272,30.61075],[109.104941,30.612025],[109.108717,30.620448],[109.118461,30.633269],[109.113215,30.642046],[109.110078,30.64387],[109.088829,30.646974],[109.086871,30.649057],[109.083367,30.649481],[109.06717,30.642582],[109.060886,30.645367],[109.050815,30.644591],[109.044879,30.647292],[109.041573,30.651955],[109.041634,30.655551],[109.03762,30.657906],[109.023232,30.645996],[109.017787,30.645486],[109.002053,30.629597],[108.999776,30.629793],[108.997363,30.633924],[108.993996,30.635573],[108.983033,30.625011],[108.978874,30.627718],[108.977593,30.631017],[108.972257,30.63227],[108.962065,30.626729],[108.960087,30.629028],[108.952132,30.615584],[108.945346,30.613218],[108.933387,30.599595],[108.916354,30.591154],[108.912354,30.585257],[108.892334,30.568266],[108.89056,30.561343],[108.876439,30.548768],[108.867559,30.537363],[108.859639,30.531473],[108.83669,30.506173],[108.824886,30.49799],[108.814313,30.497696],[108.804261,30.493818],[108.801296,30.49541],[108.801553,30.499344],[108.799309,30.504996],[108.793129,30.507454],[108.784159,30.517477],[108.76856,30.505208],[108.753192,30.507161],[108.747154,30.499151],[108.741398,30.49784],[108.736414,30.498924],[108.720312,30.510758],[108.722683,30.515869],[108.721617,30.518486],[108.708489,30.5243],[108.707457,30.530263],[108.711656,30.534377],[108.708803,30.539003],[108.696354,30.545827],[108.693222,30.560555],[108.695751,30.564235],[108.689954,30.574168],[108.689126,30.584533],[108.686368,30.590096],[108.665379,30.591631],[108.653904,30.590055],[108.63968,30.581906],[108.636186,30.577144],[108.639368,30.564327],[108.645577,30.55674],[108.646108,30.552987],[108.643961,30.549944],[108.645118,30.540986],[108.640364,30.537239],[108.638152,30.530853],[108.640042,30.520975],[108.637139,30.525281],[108.635771,30.531362],[108.632362,30.535534],[108.626508,30.530918],[108.613934,30.525742],[108.620003,30.522715],[108.618321,30.519262],[108.615444,30.516985],[108.600505,30.513159],[108.600585,30.510165],[108.602172,30.508956],[108.609537,30.507903],[108.60753,30.50533],[108.594113,30.497177],[108.58686,30.497791],[108.585697,30.495979],[108.586696,30.490326],[108.577521,30.488517],[108.576023,30.482819],[108.567536,30.477589],[108.564664,30.471883],[108.560578,30.471023],[108.558998,30.473021],[108.558442,30.479421],[108.554284,30.483552],[108.54822,30.485291],[108.539899,30.49424],[108.529918,30.493582],[108.535928,30.48813],[108.523838,30.488717],[108.521835,30.493007],[108.508267,30.503965],[108.485164,30.504361],[108.482586,30.502647],[108.479298,30.492209],[108.461359,30.485373],[108.459088,30.487956],[108.460789,30.49068],[108.450952,30.491341],[108.451387,30.497461],[108.450289,30.498407],[108.438792,30.492089],[108.435421,30.488083],[108.431467,30.494963],[108.42261,30.494569],[108.409278,30.478192],[108.416491,30.469777],[108.41461,30.461167],[108.417613,30.451763],[108.40997,30.446988],[108.40668,30.439954],[108.409033,30.430701],[108.411095,30.43089],[108.412996,30.43371],[108.415308,30.433218],[108.424866,30.420115],[108.423867,30.416683],[108.420799,30.416311],[108.416649,30.412669],[108.418991,30.397691],[108.404001,30.393765],[108.401208,30.395121],[108.39515,30.39339],[108.397711,30.379707],[108.414363,30.369767],[108.419342,30.368792],[108.426841,30.356444],[108.456435,30.361041],[108.465542,30.346201],[108.486782,30.330503],[108.494333,30.319268],[108.500201,30.316598],[108.507702,30.317803],[108.513562,30.316743],[108.522672,30.307663],[108.522107,30.302727],[108.519459,30.300304],[108.520241,30.297555],[108.526202,30.297133],[108.528657,30.295238],[108.532537,30.28243],[108.541863,30.279375],[108.540734,30.273204],[108.542674,30.270917],[108.547841,30.267191],[108.557637,30.264689],[108.558782,30.261504],[108.556986,30.257225],[108.564161,30.25611],[108.579609,30.258805],[108.572495,30.242963],[108.570471,30.240453],[108.563934,30.238191],[108.560833,30.2316],[108.565038,30.227704],[108.559721,30.217206],[108.54872,30.172055],[108.547937,30.165486],[108.561304,30.15963],[108.563018,30.156333],[108.54339,30.114093],[108.542461,30.107438],[108.528389,30.08532],[108.527642,30.077634],[108.524047,30.073012],[108.521945,30.076952],[108.518376,30.074973],[108.508748,30.06081],[108.510861,30.05592],[108.521531,30.061893],[108.527514,30.058854],[108.528991,30.053458],[108.527942,30.047319],[108.525205,30.045073],[108.523481,30.01311],[108.526723,30.007991],[108.536672,30.002122],[108.538741,29.995027],[108.547672,29.981112],[108.546588,29.980003],[108.544677,29.981307],[108.537525,29.990391],[108.533053,29.986261],[108.528479,29.967232],[108.51973,29.955369],[108.515544,29.939024],[108.511018,29.934977],[108.512572,29.927488],[108.517813,29.919421],[108.520482,29.910697],[108.518876,29.908143],[108.519045,29.891225],[108.513256,29.887697],[108.514743,29.876542],[108.520812,29.869315],[108.511683,29.869333],[108.50747,29.872903],[108.503619,29.889021],[108.495405,29.880554],[108.489393,29.871121],[108.485142,29.870209],[108.478978,29.872109],[108.465016,29.86664],[108.453731,29.86741],[108.446512,29.875986],[108.434881,29.879283],[108.433034,29.881117],[108.42773,29.882319],[108.420177,29.880906],[108.421314,29.875064],[108.412691,29.867558],[108.409167,29.867985],[108.406664,29.864065],[108.404212,29.863573],[108.403496,29.85989],[108.400586,29.860997],[108.400448,29.859394],[108.397016,29.85937],[108.392048,29.864316],[108.384277,29.86286],[108.38463,29.861044],[108.379767,29.85265],[108.367709,29.844893],[108.366894,29.841355],[108.369283,29.837099],[108.366439,29.835226],[108.362545,29.822689],[108.364276,29.821172],[108.370463,29.820497],[108.378622,29.815299],[108.387773,29.814811],[108.391562,29.823656],[108.391681,29.82944],[108.388343,29.838207],[108.392636,29.840685],[108.39923,29.838698],[108.401362,29.826393],[108.410638,29.820991],[108.418654,29.820279],[108.423505,29.811908],[108.417387,29.802996],[108.412888,29.78881],[108.414865,29.779322],[108.418088,29.776149],[108.422103,29.774923],[108.426104,29.775779],[108.433561,29.78138],[108.438126,29.780963],[108.441175,29.778403],[108.441661,29.768769],[108.437811,29.760677],[108.434304,29.759396],[108.435455,29.753121],[108.432795,29.743107],[108.443387,29.741198],[108.456451,29.742215],[108.462063,29.732763],[108.467318,29.729143],[108.479127,29.725873],[108.490611,29.715181],[108.500431,29.709941],[108.502273,29.710701],[108.50179,29.716242],[108.506068,29.71956],[108.509061,29.726373],[108.503651,29.731089],[108.495412,29.731117],[108.495315,29.734658],[108.502237,29.733687],[108.50703,29.736193],[108.509767,29.740025],[108.517364,29.735021],[108.52845,29.736275],[108.533561,29.743984],[108.536966,29.744645],[108.539895,29.742696],[108.544095,29.747239],[108.546425,29.753482],[108.537334,29.758133],[108.521778,29.759142],[108.520902,29.763599],[108.517643,29.766709],[108.518308,29.768807],[108.528607,29.784922],[108.535054,29.790091],[108.532902,29.793797],[108.549185,29.818025],[108.550844,29.819283],[108.559213,29.818812],[108.56525,29.826369],[108.575727,29.834527],[108.576608,29.837181],[108.573663,29.846709],[108.57889,29.847829],[108.589013,29.853526],[108.586171,29.856802],[108.587233,29.860492],[108.592687,29.863732],[108.608317,29.86801],[108.617226,29.868316],[108.618893,29.870243],[108.628865,29.868079],[108.630049,29.865449],[108.6286,29.859418],[108.630225,29.858305],[108.635006,29.859512],[108.648946,29.856371],[108.656202,29.856728],[108.657166,29.848395],[108.659194,29.844729],[108.664478,29.84053],[108.661339,29.832237],[108.665829,29.832032],[108.667061,29.827395],[108.666375,29.823955],[108.664141,29.822062],[108.657831,29.821529],[108.652971,29.82304],[108.652336,29.820939],[108.660855,29.813862],[108.666944,29.814206],[108.676602,29.804795],[108.674142,29.798291],[108.67443,29.788005],[108.673179,29.786121],[108.673425,29.778631],[108.675163,29.777143],[108.676097,29.771236],[108.672484,29.763921],[108.672024,29.754595],[108.680368,29.749252],[108.68185,29.742918],[108.676305,29.724336],[108.684055,29.712043],[108.693598,29.705021],[108.682276,29.699099],[108.679376,29.695011],[108.689114,29.694665],[108.69607,29.696167],[108.708847,29.702586],[108.714691,29.694432],[108.714033,29.6917],[108.709402,29.687337],[108.704406,29.685856],[108.705954,29.682037],[108.726423,29.676125],[108.735032,29.670266],[108.739855,29.663604],[108.740869,29.655454],[108.748085,29.653412],[108.756559,29.641152],[108.760948,29.639069],[108.763986,29.642831],[108.76072,29.655772],[108.753662,29.661902],[108.754413,29.66322],[108.763521,29.664509],[108.768497,29.65516],[108.776599,29.653177],[108.781659,29.657697],[108.777659,29.660013],[108.773132,29.658915],[108.770079,29.661283],[108.771041,29.669634],[108.773336,29.672542],[108.772252,29.677643],[108.762344,29.685942],[108.758133,29.685104],[108.756249,29.680595],[108.754744,29.680284],[108.750916,29.684148],[108.748697,29.691852],[108.755692,29.69555],[108.765933,29.697396],[108.772599,29.697633],[108.782479,29.694291],[108.784748,29.691435],[108.780072,29.677407],[108.788548,29.674717],[108.790941,29.672102],[108.793806,29.663594],[108.788979,29.656146],[108.788585,29.650766],[108.774475,29.647542],[108.777707,29.636887],[108.795196,29.638931],[108.798718,29.643735],[108.804547,29.640868],[108.806287,29.635377],[108.817003,29.634503],[108.817261,29.637296],[108.81167,29.646169],[108.814106,29.65332],[108.817508,29.653727],[108.820882,29.65847],[108.823317,29.67423],[108.824564,29.674436],[108.831936,29.671059],[108.822656,29.65721],[108.82504,29.654041],[108.835314,29.655961],[108.841343,29.661725],[108.844497,29.65725],[108.845212,29.649625],[108.850491,29.639533],[108.858051,29.638546],[108.864202,29.644062],[108.869235,29.64556],[108.871263,29.645329],[108.873217,29.64063],[108.881353,29.638434],[108.884609,29.629535],[108.875707,29.614388],[108.871296,29.610195],[108.871524,29.607512],[108.874803,29.605923],[108.861178,29.606019],[108.861805,29.602467],[108.869242,29.599213],[108.875265,29.592447],[108.879119,29.591621],[108.892635,29.598346],[108.894044,29.599764],[108.891693,29.600244],[108.890233,29.603448],[108.895087,29.604862],[108.89739,29.603899],[108.902733,29.596432],[108.902595,29.59424],[108.894676,29.586974],[108.902292,29.579661],[108.905041,29.583371],[108.910476,29.574213],[108.891104,29.560312],[108.884217,29.558991],[108.881262,29.554928],[108.881043,29.550194],[108.873165,29.540445],[108.873211,29.536664],[108.882758,29.535339],[108.887527,29.532336],[108.886749,29.528016],[108.88222,29.5226],[108.884364,29.514253],[108.884167,29.510489],[108.880855,29.505574],[108.880751,29.502438],[108.882757,29.499618],[108.877218,29.492468],[108.865617,29.491034],[108.860154,29.474381],[108.865275,29.471719],[108.868817,29.466399],[108.866972,29.460424],[108.869167,29.453445],[108.882639,29.443178],[108.887963,29.440264],[108.893872,29.444635],[108.912292,29.437152],[108.926409,29.438264],[108.932353,29.431748],[108.930679,29.425175],[108.938852,29.413047],[108.935421,29.41094],[108.929449,29.403129],[108.930796,29.388884],[108.926855,29.385851],[108.925352,29.382293],[108.927269,29.370359],[108.924023,29.36281],[108.923134,29.353853],[108.915847,29.34957],[108.917102,29.344712],[108.912002,29.335163],[108.914227,29.330129],[108.93307,29.330473],[108.949433,29.333899],[108.966909,29.331926],[108.980688,29.337253],[108.98269,29.33948],[108.984222,29.345867],[108.981386,29.356955],[108.985965,29.358201],[108.989382,29.356805],[108.996099,29.367859],[109.000447,29.362318],[109.031143,29.363756],[109.031924,29.372067],[109.024616,29.381374],[109.024389,29.385477],[109.03137,29.382554],[109.041139,29.397178],[109.04583,29.400107],[109.048373,29.406632],[109.065545,29.4006],[109.084862,29.383198],[109.102971,29.370005],[109.107341,29.363247],[109.110103,29.35521],[109.106051,29.35211],[109.104969,29.347922],[109.110979,29.335323],[109.102654,29.321897],[109.111863,29.315983],[109.101458,29.298327],[109.09952,29.293877],[109.100295,29.290423],[109.109827,29.288809],[109.115892,29.291056],[109.117793,29.289969],[109.11994,29.284758],[109.12838,29.279506],[109.136601,29.271651],[109.134586,29.265396],[109.132371,29.26497],[109.119867,29.249302],[109.112058,29.242326],[109.111103,29.238663],[109.115203,29.237827],[109.105927,29.220908],[109.106892,29.210354],[109.113388,29.208852],[109.116631,29.196014],[109.130285,29.177152],[109.137105,29.176204],[109.140111,29.169979],[109.150668,29.169739],[109.154159,29.174704],[109.152609,29.1803],[109.155615,29.18291],[109.16027,29.183973],[109.166158,29.181272],[109.170266,29.176226],[109.175218,29.175101],[109.179406,29.16919],[109.189182,29.16455],[109.196631,29.156893],[109.200724,29.156203],[109.203046,29.149107],[109.211901,29.151359],[109.217953,29.149211],[109.216014,29.147263],[109.215787,29.143405],[109.222493,29.129844],[109.222562,29.1207],[109.226689,29.118324],[109.221503,29.116333],[109.227189,29.103422],[109.23084,29.089802],[109.239774,29.087486],[109.251469,29.090528],[109.255038,29.087734],[109.254559,29.085374],[109.257511,29.08362],[109.263743,29.081134],[109.267692,29.082795],[109.276299,29.076845],[109.287506,29.072154],[109.297322,29.073817],[109.303463,29.070477],[109.316413,29.04819],[109.312998,29.041358],[109.306251,29.03743],[109.304584,29.030558],[109.298438,29.022764],[109.291764,29.02189],[109.289072,29.019531],[109.2862,29.000933],[109.287864,28.998257],[109.288283,28.992098],[109.283291,28.977372],[109.281358,28.975556],[109.266216,28.971791],[109.259077,28.963204],[109.251001,28.930047],[109.251575,28.911361],[109.244316,28.904949],[109.245568,28.899066],[109.238339,28.895432],[109.230515,28.882945],[109.231481,28.8671],[109.238853,28.859036],[109.236832,28.846804],[109.237814,28.836788],[109.233792,28.831817],[109.240446,28.816561],[109.242389,28.803585],[109.237384,28.7975],[109.235051,28.790229],[109.235478,28.781575],[109.246373,28.777985],[109.251868,28.779152],[109.257349,28.777011],[109.251694,28.771734],[109.251336,28.769419],[109.264417,28.763276],[109.270227,28.762859],[109.273272,28.75367],[109.287985,28.753289],[109.294745,28.750125],[109.295683,28.741718],[109.285489,28.733156],[109.28367,28.729613],[109.285021,28.727287],[109.290285,28.724712],[109.286284,28.719457],[109.274596,28.711564],[109.266701,28.701926],[109.260359,28.703649],[109.249727,28.697152],[109.24847,28.69386],[109.250407,28.687705],[109.252433,28.68587],[109.259308,28.684845],[109.266318,28.678701],[109.26738,28.673575],[109.235537,28.658564],[109.211452,28.650165],[109.199668,28.642284],[109.189521,28.640583],[109.181203,28.6279],[109.175803,28.624427],[109.181826,28.613321],[109.195593,28.605768],[109.197371,28.60257],[109.218111,28.615237],[109.229769,28.624516],[109.233411,28.623043],[109.234936,28.619782],[109.245967,28.610092],[109.253629,28.609659],[109.265363,28.61496],[109.274094,28.615921],[109.274135,28.620254],[109.282234,28.630143],[109.28915,28.631773],[109.295149,28.629764],[109.301945,28.624045],[109.30458,28.611405],[109.30132,28.60949],[109.299443,28.605239],[109.305851,28.599814],[109.306667,28.5953],[109.316366,28.588694],[109.31554,28.582886],[109.312513,28.584603],[109.296219,28.580001],[109.295387,28.575135],[109.290115,28.57056],[109.289679,28.560318],[109.284044,28.54892],[109.269155,28.541381],[109.269662,28.528795],[109.275717,28.52318],[109.273825,28.519921],[109.26717,28.517038],[109.269651,28.507185],[109.268609,28.505366],[109.269826,28.497929],[109.260485,28.496443],[109.227578,28.477545],[109.219853,28.482278],[109.213006,28.483411],[109.207752,28.479881],[109.197016,28.478083],[109.185991,28.473007],[109.187597,28.465043],[109.182207,28.46194],[109.180179,28.457006],[109.16823,28.451979],[109.176164,28.445583],[109.172947,28.434983],[109.168626,28.432996],[109.168033,28.434733],[109.162192,28.435131],[109.160284,28.433555],[109.162604,28.428],[109.160254,28.419258],[109.158683,28.417908],[109.147666,28.419932],[109.144496,28.415644],[109.143681,28.412874],[109.151398,28.40607],[109.14681,28.400033],[109.150466,28.394489],[109.1455,28.377498],[109.133737,28.360775],[109.139489,28.359676],[109.146311,28.354304],[109.147568,28.351091],[109.145182,28.346576],[109.139206,28.344362],[109.132077,28.338548],[109.132175,28.335123],[109.13712,28.324889],[109.130264,28.31869],[109.120529,28.29889],[109.111389,28.291631],[109.114692,28.287585],[109.113319,28.282289],[109.107187,28.275833],[109.104681,28.276021],[109.092801,28.266686],[109.082306,28.264138],[109.078981,28.261633],[109.075404,28.252855],[109.079134,28.244804],[109.079382,28.238005],[109.082348,28.23249],[109.090787,28.225861],[109.09741,28.212602],[109.096328,28.203985],[109.093117,28.201256],[109.085926,28.201196],[109.080467,28.18715],[109.074973,28.187935],[109.055586,28.202802],[109.03681,28.20642],[109.037801,28.213735],[109.033791,28.221068],[109.020127,28.223368],[109.019336,28.216685],[109.007999,28.199757],[109.007231,28.194844],[109.00929,28.192646],[109.010178,28.183821],[109.007778,28.175448],[109.001312,28.165719],[108.988997,28.165206],[108.980909,28.166808],[108.974835,28.175692],[108.968999,28.178864],[108.957289,28.181094],[108.950546,28.186851],[108.936069,28.191389],[108.929654,28.19154],[108.924304,28.194832],[108.922857,28.196738],[108.923089,28.204056],[108.928702,28.209724],[108.923243,28.217157],[108.917041,28.221619],[108.903893,28.219321],[108.891298,28.223124],[108.856318,28.207613],[108.850803,28.20189],[108.841204,28.202945],[108.82912,28.213485],[108.828699,28.221831],[108.823125,28.227153],[108.820862,28.232138],[108.818084,28.239324],[108.818861,28.24556],[108.817175,28.248749],[108.809266,28.245899],[108.801557,28.246605],[108.796519,28.237407],[108.796185,28.231042],[108.793147,28.227681],[108.784585,28.22405],[108.77131,28.22118],[108.765654,28.206371],[108.759439,28.195275],[108.755766,28.195203],[108.752975,28.199402],[108.75567,28.218219],[108.753974,28.226269],[108.744247,28.230896],[108.734476,28.229861],[108.732531,28.252467],[108.730576,28.25644],[108.721383,28.264223],[108.720261,28.279859],[108.721207,28.283407],[108.736019,28.297862],[108.744625,28.302744],[108.755029,28.306708],[108.758912,28.306176],[108.762468,28.308542],[108.766355,28.317956],[108.763088,28.322847],[108.75757,28.324337],[108.756099,28.32998],[108.771681,28.343784],[108.774104,28.355836],[108.77205,28.367103],[108.773536,28.372185],[108.778353,28.377083],[108.779445,28.383132],[108.773627,28.384581],[108.768967,28.383913],[108.756626,28.388422],[108.75468,28.390816],[108.758471,28.401208],[108.766332,28.411526],[108.766163,28.414264],[108.769625,28.420853],[108.77708,28.430452],[108.766317,28.444028],[108.758874,28.444671],[108.741082,28.45556],[108.74396,28.458737],[108.737891,28.470614],[108.724073,28.474978],[108.718667,28.490192],[108.719646,28.495689],[108.714111,28.498007],[108.707668,28.503332],[108.704079,28.502416],[108.69913,28.489545],[108.694814,28.485192],[108.682697,28.485733],[108.677652,28.481815],[108.670113,28.481732],[108.663024,28.478524],[108.655063,28.478504],[108.640929,28.473676],[108.636684,28.460653],[108.637536,28.458051],[108.650992,28.449686],[108.661667,28.446727],[108.662951,28.438996],[108.66943,28.432839],[108.679287,28.43062],[108.6846,28.4255],[108.686918,28.417881],[108.693267,28.407707],[108.689746,28.39804],[108.669683,28.392736],[108.661773,28.387743],[108.65785,28.376805],[108.653659,28.371414],[108.651278,28.359502],[108.653368,28.353934],[108.655532,28.353341],[108.670261,28.357587],[108.673704,28.351191],[108.666179,28.340834],[108.663001,28.338104],[108.651929,28.338059],[108.641015,28.33394],[108.634352,28.336837],[108.612244,28.327613],[108.60435,28.328391],[108.603959,28.333609],[108.599608,28.34224],[108.590396,28.345476],[108.576843,28.34576],[108.575081,28.347669],[108.573139,28.362911],[108.574274,28.368497],[108.572523,28.386296],[108.57332,28.39191],[108.576253,28.399116],[108.584196,28.408512],[108.601187,28.409224],[108.603508,28.410764],[108.605709,28.423919],[108.601941,28.426655],[108.60203,28.428852],[108.607331,28.441552],[108.597895,28.44507],[108.593901,28.452515],[108.593638,28.460472],[108.584014,28.464349],[108.58574,28.472871],[108.584538,28.481036],[108.573043,28.500308],[108.573442,28.503983],[108.577105,28.50953],[108.574244,28.513269],[108.569385,28.532076],[108.573932,28.539849],[108.601842,28.54232],[108.607496,28.546141],[108.602704,28.566393],[108.602961,28.579967],[108.600781,28.594134],[108.61698,28.611187],[108.630986,28.623037],[108.631129,28.62531],[108.628792,28.627964],[108.631171,28.637347],[108.624171,28.64507],[108.620884,28.644886],[108.611288,28.640124],[108.598162,28.638186],[108.594525,28.645293],[108.582323,28.643064],[108.579561,28.645296],[108.583105,28.651243],[108.574541,28.662084],[108.563951,28.666524],[108.558961,28.660814],[108.558119,28.654197],[108.555906,28.651366],[108.543113,28.651037],[108.538504,28.655792],[108.532844,28.656083],[108.515454,28.643811],[108.505448,28.643449],[108.499296,28.640945],[108.499325,28.636837],[108.501648,28.634017],[108.49853,28.630163],[108.493054,28.630376],[108.487061,28.633831],[108.469082,28.630648],[108.45373,28.638434],[108.439025,28.635725],[108.415462,28.647459],[108.386403,28.654992],[108.369543,28.666666],[108.356866,28.671996],[108.347718,28.679024],[108.336757,28.677844],[108.329048,28.67938],[108.339332,28.700142],[108.343605,28.712771],[108.342519,28.718508],[108.344854,28.740832],[108.35067,28.743114],[108.354607,28.750265],[108.368596,28.764461],[108.370382,28.770132],[108.380306,28.77564],[108.384111,28.785493],[108.384688,28.793726],[108.38329,28.803763],[108.381152,28.806868],[108.37826,28.808856],[108.358203,28.814179],[108.348423,28.819159],[108.350613,28.837442],[108.343916,28.850778],[108.341986,28.858605],[108.343178,28.864215],[108.351363,28.8756],[108.350813,28.884623],[108.352927,28.894885],[108.345919,28.910371],[108.345843,28.936856],[108.341967,28.945526],[108.336324,28.950352],[108.318171,28.957623],[108.314557,28.967017],[108.308173,29.000095],[108.304209,29.006798],[108.303565,29.014525],[108.305311,29.020444],[108.303698,29.02728],[108.296968,29.039951],[108.293867,29.050729],[108.296421,29.062938],[108.303615,29.082097],[108.291156,29.088872],[108.28035,29.090258],[108.270895,29.095077],[108.264311,29.092657],[108.262865,29.087733],[108.264401,29.0849],[108.26383,29.079556],[108.260732,29.074198],[108.256474,29.0716],[108.254697,29.063832],[108.255851,29.053855],[108.251656,29.044382],[108.240731,29.03637],[108.239609,29.032215],[108.229662,29.030428],[108.221231,29.032753],[108.219476,29.034982],[108.218838,29.039985],[108.22519,29.043138],[108.226336,29.050296],[108.209124,29.059448],[108.201052,29.058991],[108.192311,29.0747],[108.181229,29.073077],[108.165322,29.067313],[108.14728,29.056215],[108.129447,29.055668],[108.127823,29.056372],[108.126932,29.064736],[108.119028,29.072358],[108.104066,29.0797],[108.064678,29.089235],[108.056811,29.083546],[108.055621,29.079319],[108.051683,29.074923],[108.040145,29.066659],[108.03208,29.057044],[108.030215,29.04971],[108.026361,29.048651],[108.018192,29.04071],[108.002227,29.037923],[107.977432,29.036697],[107.949331,29.037706],[107.935395,29.040245],[107.925816,29.039014],[107.918556,29.02308],[107.902625,29.008619],[107.879052,29.011807],[107.878485,29.009139],[107.88279,29.003494],[107.883825,28.996275],[107.880378,28.98911],[107.86783,28.986209],[107.863946,28.973299],[107.863139,28.960866],[107.859706,28.96556],[107.852397,28.96833],[107.841754,28.966187],[107.832695,28.969119],[107.83121,28.970593],[107.832472,28.973939],[107.831362,28.975006],[107.822862,28.979707],[107.804732,28.986001],[107.817118,29.009686],[107.818813,29.036054],[107.810358,29.038224],[107.805431,29.04453],[107.784507,29.047601],[107.780303,29.049848],[107.785858,29.088297],[107.795592,29.107988],[107.797253,29.120418],[107.80687,29.142652],[107.804038,29.146217],[107.797658,29.145876],[107.788586,29.151365],[107.782172,29.160991],[107.777057,29.165059],[107.769703,29.166265],[107.76358,29.175645],[107.761793,29.184484],[107.75664,29.194802],[107.746886,29.202741],[107.743586,29.202067],[107.741862,29.198393],[107.734492,29.191742],[107.71957,29.185289],[107.717445,29.18057],[107.722937,29.178248],[107.713718,29.157569],[107.704692,29.157757],[107.708558,29.164262],[107.705733,29.165821],[107.697209,29.150328],[107.692445,29.145836],[107.661199,29.150346],[107.656664,29.152865],[107.654489,29.163211],[107.651728,29.16568],[107.638998,29.162626],[107.63099,29.164218],[107.625663,29.167611],[107.621348,29.174643],[107.602012,29.16784],[107.597107,29.163961],[107.597319,29.160724],[107.600006,29.15996],[107.599597,29.154086],[107.590429,29.147093],[107.584072,29.152207],[107.582273,29.155838],[107.576276,29.185546],[107.571383,29.189232],[107.568738,29.21203],[107.564778,29.222359],[107.55588,29.224344],[107.550617,29.222705],[107.542944,29.210079],[107.526536,29.197296],[107.519125,29.198958],[107.510697,29.197532],[107.484381,29.17759],[107.469353,29.17417],[107.466895,29.174288],[107.457509,29.180421],[107.460374,29.187218],[107.458942,29.198043],[107.4419,29.204143],[107.439885,29.20775],[107.429545,29.200325],[107.423397,29.1931],[107.412411,29.194188],[107.401393,29.191153],[107.397744,29.188135],[107.396286,29.182072],[107.3978,29.177274],[107.406794,29.166034],[107.403605,29.153467],[107.403482,29.144019],[107.409602,29.137797],[107.41732,29.138618],[107.423455,29.131281],[107.414456,29.114356],[107.414305,29.109952],[107.408725,29.099399],[107.407088,29.097169],[107.404065,29.098214],[107.389339,29.094291],[107.381502,29.098802],[107.378279,29.098609],[107.370508,29.105878],[107.365222,29.096016],[107.372902,29.069832],[107.381414,29.062336],[107.386199,29.062212],[107.389499,29.055389],[107.391022,29.043115],[107.389995,29.039652],[107.38732,29.037388],[107.376489,29.033048],[107.372992,29.030119],[107.35964,29.013112],[107.364923,28.998754],[107.370779,28.996303],[107.38641,28.997783],[107.391967,28.996194],[107.398709,28.987386],[107.401346,28.98043],[107.39921,28.978919],[107.399486,28.975907],[107.404367,28.966057],[107.416876,28.959195],[107.424357,28.957123],[107.433137,28.958332],[107.435122,28.956513],[107.435791,28.951487],[107.417168,28.930165],[107.409124,28.915285],[107.41139,28.899886],[107.414235,28.893061],[107.413399,28.889611],[107.400788,28.889596],[107.396484,28.886011],[107.391264,28.878896],[107.389507,28.871901],[107.392018,28.865889],[107.390282,28.861368],[107.364141,28.848016],[107.35391,28.851708],[107.3267,28.84624],[107.32941,28.839278],[107.335689,28.836449],[107.341001,28.830458],[107.337116,28.826877],[107.332705,28.826092],[107.328413,28.820631],[107.329599,28.814135],[107.323031,28.812193],[107.298527,28.810532],[107.286404,28.804173],[107.278815,28.804013],[107.265655,28.800272],[107.259198,28.794706],[107.250131,28.797033],[107.247576,28.782597],[107.24932,28.780047],[107.249574,28.7728],[107.246583,28.765463],[107.242858,28.764504],[107.225672,28.772181],[107.214971,28.775177],[107.213456,28.776921],[107.211671,28.781857],[107.214459,28.787544],[107.214902,28.792822],[107.20889,28.800322],[107.206642,28.809555],[107.206783,28.821419],[107.211938,28.831924],[107.218941,28.831404],[107.221355,28.838883],[107.188598,28.84128],[107.192637,28.858957],[107.199233,28.87036],[107.191028,28.882423],[107.186899,28.892805],[107.176966,28.890801],[107.1655,28.884233],[107.148664,28.887006],[107.145664,28.883555],[107.147417,28.879943],[107.140837,28.878798],[107.13872,28.882829],[107.14036,28.887917],[107.108484,28.894851],[107.090204,28.894214],[107.082165,28.875565],[107.068238,28.869514],[107.062091,28.869276],[107.05544,28.870838],[107.055612,28.872663],[107.060503,28.881121],[107.069363,28.882927],[107.069868,28.887398],[107.064224,28.898912],[107.056446,28.898153],[107.053075,28.897506],[107.0457,28.888157],[107.041769,28.877714],[107.051301,28.873106],[107.036018,28.867829],[107.033293,28.869588],[107.032988,28.873991],[107.035178,28.884496],[107.013037,28.888974],[107.010201,28.878826],[107.013632,28.875049],[107.013334,28.864693],[106.99835,28.857495],[106.984085,28.856865],[106.979564,28.854423],[106.981356,28.841435],[106.985458,28.832958],[106.976922,28.81649],[106.977294,28.807627],[106.982467,28.796111],[106.984521,28.794586],[106.985647,28.781626],[106.989457,28.77484],[106.974716,28.773874],[106.968762,28.779779],[106.963654,28.777646],[106.958467,28.772441],[106.946923,28.769641],[106.943331,28.782732],[106.936308,28.786383],[106.932586,28.801007],[106.921837,28.813095],[106.912856,28.808922],[106.911378,28.806204],[106.903879,28.803281],[106.896796,28.801639],[106.889916,28.803446],[106.886633,28.801752],[106.874704,28.792394],[106.869693,28.783552],[106.860079,28.777797],[106.858393,28.785979],[106.839732,28.785007],[106.828251,28.773805],[106.818963,28.754817],[106.825534,28.736973],[106.833397,28.733934],[106.841695,28.733265],[106.849782,28.727981],[106.853353,28.722569],[106.858348,28.711704],[106.849584,28.709396],[106.848257,28.706163],[106.848977,28.701834],[106.854963,28.69427],[106.862086,28.694425],[106.870697,28.698531],[106.88233,28.698009],[106.871475,28.671704],[106.86132,28.655663],[106.862196,28.653755],[106.866402,28.652284],[106.863258,28.629453],[106.854688,28.626123],[106.825963,28.626794],[106.823356,28.621921],[106.824597,28.617417],[106.828879,28.616853],[106.82722,28.610738],[106.822258,28.601834],[106.816471,28.60245],[106.807924,28.591479],[106.803315,28.59253],[106.793626,28.601395],[106.787824,28.614204],[106.78678,28.620937],[106.781841,28.62846],[106.778145,28.628012],[106.765296,28.617328],[106.759834,28.616641],[106.752994,28.613242],[106.754042,28.594132],[106.755567,28.590063],[106.763458,28.582386],[106.775952,28.578865],[106.777367,28.574891],[106.776778,28.567277],[106.775545,28.56597],[106.734607,28.558564],[106.724619,28.546861],[106.719629,28.533989],[106.720505,28.523466],[106.737481,28.501677],[106.740161,28.495319],[106.741703,28.471955],[106.726058,28.464456],[106.718299,28.458801],[106.704488,28.453885],[106.699331,28.458312],[106.687659,28.464103],[106.693805,28.478496],[106.684705,28.488865],[106.678965,28.485998],[106.669704,28.485019],[106.662342,28.489974],[106.660301,28.496978],[106.65259,28.487412],[106.646332,28.482631],[106.643632,28.482589],[106.632796,28.486812],[106.628923,28.49192],[106.627444,28.497342],[106.628615,28.507645],[106.618964,28.507543],[106.608889,28.504516],[106.588664,28.516623],[106.579896,28.510896],[106.583087,28.509109],[106.587614,28.503058],[106.588491,28.496253],[106.587076,28.493661],[106.583131,28.491141],[106.580752,28.493435],[106.578435,28.493426],[106.56442,28.48804],[106.560076,28.489175],[106.561125,28.496966],[106.558017,28.502072],[106.555959,28.517122],[106.56068,28.525076],[106.56337,28.526889],[106.583677,28.527462],[106.58516,28.530783],[106.598048,28.54411],[106.612136,28.55441],[106.612356,28.570234],[106.608864,28.583717],[106.602069,28.593217],[106.601654,28.596266],[106.608935,28.612614],[106.616747,28.610129],[106.621005,28.606846],[106.626738,28.608587],[106.632015,28.614355],[106.633141,28.627456],[106.625562,28.635902],[106.613016,28.642779],[106.613856,28.646633],[106.616028,28.649846],[106.630643,28.645925],[106.639693,28.647137],[106.64456,28.650072],[106.647142,28.654456],[106.642193,28.668949],[106.63665,28.668694],[106.629408,28.66159],[106.624591,28.662353],[106.615222,28.66926],[106.607901,28.684198],[106.61147,28.687583],[106.607237,28.692288],[106.589206,28.697153],[106.569401,28.70741],[106.556989,28.723669],[106.555601,28.737827],[106.556853,28.741478],[106.559499,28.743169],[106.560365,28.750529],[106.559211,28.757755],[106.555642,28.763924],[106.545865,28.773667],[106.530782,28.769803],[106.530432,28.781835],[106.519286,28.784602],[106.517357,28.789725],[106.51839,28.793658],[106.514501,28.797973],[106.504068,28.800324],[106.488674,28.809299],[106.473371,28.827876],[106.46996,28.837866],[106.457482,28.83428],[106.463466,28.832418],[106.465012,28.8291],[106.446033,28.817405],[106.447522,28.81003],[106.454734,28.810264],[106.456945,28.808929],[106.461127,28.803027],[106.462611,28.797253],[106.458918,28.795938],[106.451608,28.797386],[106.448031,28.796067],[106.450693,28.781275],[106.462313,28.761643],[106.474609,28.752411],[106.482926,28.749326],[106.494413,28.731652],[106.495101,28.720656],[106.500821,28.718746],[106.509608,28.708338],[106.511209,28.703849],[106.509431,28.698511],[106.512046,28.691613],[106.516153,28.688869],[106.524996,28.677936],[106.515367,28.665964],[106.506772,28.661666],[106.501997,28.664335],[106.499084,28.663736],[106.501571,28.657337],[106.500245,28.65246],[106.502635,28.649674],[106.503053,28.639073],[106.495188,28.62164],[106.490941,28.618468],[106.489631,28.609927],[106.489819,28.604559],[106.501832,28.590727],[106.503319,28.586003],[106.507537,28.581186],[106.521751,28.578722],[106.512017,28.567461],[106.503227,28.570229],[106.499459,28.574632],[106.49762,28.583031],[106.49238,28.589864],[106.488992,28.592775],[106.482674,28.591753],[106.474165,28.599153],[106.473106,28.602596],[106.47069,28.602544],[106.463354,28.592973],[106.462494,28.587367],[106.475727,28.576137],[106.481143,28.569019],[106.481598,28.562837],[106.501389,28.547546],[106.503803,28.542312],[106.498183,28.53779],[106.491142,28.541933],[106.484128,28.536872],[106.475054,28.533293],[106.465242,28.536202],[106.462741,28.540485],[106.463908,28.542294],[106.462797,28.544602],[106.437284,28.562339],[106.427865,28.559555],[106.39507,28.574483],[106.386426,28.570632],[106.380974,28.5637],[106.384682,28.556848],[106.38102,28.543556],[106.372439,28.531162],[106.362229,28.527428],[106.358374,28.530606],[106.353489,28.539895],[106.347503,28.542945],[106.34383,28.542048],[106.340781,28.536685],[106.336409,28.535446],[106.330961,28.55403],[106.327832,28.555837],[106.341109,28.568976],[106.344613,28.587006],[106.337686,28.600809],[106.326738,28.607251],[106.317147,28.623899],[106.321198,28.62457],[106.32325,28.627385],[106.325931,28.634308],[106.324985,28.639791],[106.321873,28.641453],[106.315944,28.640743],[106.307464,28.642642],[106.302189,28.647894],[106.301711,28.652546],[106.304083,28.661393],[106.305981,28.663454],[106.313603,28.664952],[106.316933,28.66754],[106.313891,28.671787],[106.309562,28.672081],[106.302732,28.677445],[106.300247,28.713711],[106.287485,28.717438],[106.281862,28.721519],[106.280984,28.723285],[106.282152,28.724364],[106.287632,28.725285],[106.280798,28.737371],[106.268824,28.743133],[106.267198,28.755845],[106.268172,28.763712],[106.274302,28.769078],[106.276089,28.773918],[106.2607,28.787814],[106.254304,28.78927],[106.249353,28.787603],[106.246568,28.790177],[106.24447,28.797193],[106.24374,28.808828],[106.246646,28.815844],[106.252625,28.820138],[106.249524,28.831507],[106.250452,28.841805],[106.260178,28.848233],[106.261161,28.850957],[106.256565,28.853161],[106.250586,28.867969],[106.246594,28.870743],[106.243133,28.869705],[106.240075,28.871206],[106.230234,28.878168],[106.22625,28.884641],[106.224164,28.893516],[106.212126,28.894722],[106.201764,28.906203],[106.196063,28.910286],[106.18823,28.911437],[106.169454,28.924264],[106.169385,28.919772],[106.165932,28.915132],[106.145592,28.90691],[106.129968,28.908204],[106.111832,28.905193],[106.106574,28.902082],[106.099228,28.90082],[106.089915,28.902452],[106.083239,28.906644],[106.072728,28.916689],[106.07223,28.920831],[106.068856,28.923527],[106.056167,28.919861],[106.05542,28.913987],[106.044317,28.909282],[106.033058,28.914569],[106.037016,28.92525],[106.040672,28.929203],[106.040419,28.935311],[106.034709,28.937998],[106.034539,28.939433],[106.036553,28.944207],[106.043502,28.946707],[106.043861,28.953512],[106.035452,28.958836],[106.027438,28.957037],[106.024131,28.954726],[106.023597,28.951344],[106.015782,28.954653],[106.004407,28.966126],[106.001093,28.974718],[105.980842,28.984173],[105.969095,28.975944],[105.985234,28.972029],[105.986376,28.968182],[105.985188,28.965511],[105.973463,28.96434],[105.967983,28.970435],[105.965138,28.971304],[105.960215,28.966728],[105.956335,28.957972],[105.943669,28.944762],[105.918591,28.935448],[105.903453,28.922656],[105.912512,28.911429],[105.913093,28.906277],[105.90865,28.902606],[105.90028,28.905563],[105.901566,28.909117],[105.894137,28.912232],[105.887944,28.911155],[105.882633,28.915827],[105.885546,28.92386],[105.883592,28.933133],[105.880061,28.936917],[105.872337,28.938749],[105.85116,28.930688],[105.841428,28.93335],[105.839851,28.936638],[105.826117,28.948605],[105.821021,28.945093],[105.805864,28.944936],[105.802405,28.942544],[105.8004,28.938565],[105.795089,28.937934],[105.790967,28.940982],[105.788071,28.946178],[105.789345,28.950604],[105.792098,28.953391],[105.798839,28.949857],[105.802163,28.951357],[105.806363,28.960419],[105.795979,28.959887],[105.792322,28.964245],[105.794196,28.966955],[105.792988,28.969158],[105.78177,28.983199],[105.762573,28.988799],[105.756854,28.993429],[105.75762,29.007051],[105.762744,29.011122],[105.762686,29.017523],[105.751634,29.02703],[105.746845,29.037655],[105.741866,29.038274],[105.738078,29.042935],[105.741166,29.050272],[105.746164,29.054478],[105.754129,29.073186],[105.752086,29.075313],[105.74125,29.078221],[105.73746,29.082278],[105.739384,29.090658],[105.732993,29.098471],[105.724594,29.101005],[105.725695,29.109704],[105.728776,29.116035],[105.72653,29.122295],[105.736353,29.131771],[105.745858,29.131854],[105.749544,29.136115],[105.742544,29.143131],[105.736481,29.137681],[105.733254,29.132011],[105.72511,29.13641],[105.727211,29.149561],[105.725993,29.15606],[105.723871,29.157475],[105.724643,29.162209],[105.714654,29.17639],[105.708932,29.177363],[105.705128,29.180794],[105.709959,29.187674],[105.72011,29.192322],[105.719554,29.198338],[105.713251,29.206999],[105.704333,29.210659],[105.7085,29.222262],[105.703585,29.223855],[105.702057,29.226504],[105.705311,29.236132],[105.705142,29.241993],[105.695445,29.25577],[105.695825,29.26191],[105.693401,29.27034],[105.691606,29.271607],[105.688073,29.270749],[105.68728,29.272617],[105.689829,29.290002],[105.693844,29.292975],[105.712467,29.29299],[105.714237,29.295028],[105.71167,29.298883],[105.697851,29.301794],[105.688556,29.297182],[105.680118,29.289359],[105.67541,29.277508],[105.662518,29.278998],[105.65988,29.27762],[105.658031,29.272624],[105.671293,29.266231],[105.663949,29.256128],[105.6527,29.2548],[105.642825,29.258357],[105.635117,29.265703],[105.640697,29.272044],[105.641149,29.277323],[105.632021,29.283312],[105.628368,29.283937],[105.625118,29.281848],[105.626,29.278694],[105.611663,29.27342],[105.61528,29.266444],[105.60949,29.259664],[105.605034,29.257665],[105.603418,29.259452],[105.606504,29.263886],[105.607998,29.276984],[105.606781,29.27812],[105.60213,29.278804],[105.59518,29.274768],[105.573942,29.273707],[105.554611,29.281439],[105.534965,29.276393],[105.522278,29.271049],[105.517729,29.266533],[105.514475,29.266376],[105.505125,29.27523],[105.506347,29.280572],[105.510679,29.283507],[105.506021,29.289484],[105.481886,29.279916],[105.47137,29.281322],[105.472137,29.284698],[105.470855,29.286542],[105.46279,29.290373],[105.456475,29.290738],[105.455437,29.292986],[105.464294,29.32266],[105.455626,29.330782],[105.450809,29.331972],[105.451074,29.327223],[105.442659,29.322503],[105.438391,29.323926],[105.427737,29.32109],[105.421698,29.317528],[105.419242,29.312391],[105.415365,29.31467],[105.420339,29.333553],[105.416203,29.346391],[105.412202,29.352441],[105.418295,29.359805],[105.4339,29.36687],[105.437076,29.369688],[105.434443,29.374093],[105.427855,29.379545],[105.4273,29.381837],[105.439295,29.390746],[105.437518,29.396016],[105.438249,29.400281],[105.440331,29.401252],[105.439944,29.402988],[105.427891,29.412154],[105.424219,29.421355],[105.396118,29.425882],[105.384371,29.425471],[105.369836,29.420039],[105.368954,29.421393],[105.371232,29.428993],[105.394551,29.440198],[105.393939,29.445266],[105.385634,29.455664],[105.372978,29.460463],[105.360126,29.460896],[105.358794,29.457051],[105.350762,29.44951],[105.346216,29.452876],[105.340239,29.450751],[105.334919,29.442276],[105.32085,29.450711],[105.32208,29.455118],[105.327349,29.453175],[105.33237,29.456707],[105.335363,29.462388],[105.334681,29.466607],[105.326932,29.474944],[105.317166,29.476949],[105.316696,29.486654],[105.320056,29.497908],[105.317193,29.502261],[105.315716,29.51658],[105.305903,29.528775],[105.302546,29.529708],[105.297706,29.53604],[105.291427,29.537197],[105.289838,29.541914],[105.293003,29.566507],[105.296969,29.577306],[105.30371,29.578926],[105.309666,29.575809],[105.313384,29.5799],[105.312955,29.587997],[105.308295,29.592163],[105.307773,29.596971],[105.317365,29.612314],[105.320584,29.612153],[105.32673,29.606628],[105.321051,29.599212],[105.332444,29.599291],[105.338068,29.605373],[105.34342,29.623084],[105.351279,29.62953],[105.357034,29.631675],[105.361477,29.630778],[105.364985,29.623867],[105.371224,29.623718],[105.375178,29.625915],[105.377108,29.63277],[105.3739,29.635414],[105.370832,29.643799],[105.373766,29.646602],[105.383219,29.649493],[105.389863,29.653761],[105.389431,29.657926],[105.382272,29.669774],[105.37965,29.671231],[105.384871,29.672957],[105.386593,29.678859],[105.397767,29.674626],[105.403447,29.678689],[105.409646,29.68657],[105.415882,29.690519],[105.419471,29.690739],[105.430949,29.678951],[105.457394,29.677276],[105.460532,29.675937],[105.473483,29.678018],[105.478101,29.680925],[105.479009,29.681919],[105.469707,29.699969],[105.46857,29.705538],[105.469558,29.710354],[105.475041,29.718681],[105.480968,29.721509],[105.48849,29.723652],[105.491448,29.720233],[105.493985,29.713077],[105.505171,29.708479],[105.508976,29.709091],[105.516977,29.706763],[105.523017,29.698035],[105.535784,29.697087],[105.535389,29.700476],[105.53007,29.702102],[105.526518,29.710451],[105.542775,29.722692],[105.538576,29.730532],[105.539229,29.737051],[105.544631,29.738679],[105.547858,29.738038],[105.555157,29.729511],[105.562671,29.72754],[105.563972,29.730327],[105.560375,29.740118],[105.56368,29.74499],[105.572428,29.748348],[105.572173,29.761433],[105.566323,29.763498],[105.566345,29.767389],[105.582167,29.786635],[105.576327,29.793976],[105.583357,29.815148],[105.578815,29.821144],[105.585331,29.826211],[105.592427,29.82161],[105.601443,29.82034],[105.606456,29.826411],[105.604248,29.829057],[105.604671,29.832993],[105.613459,29.848811],[105.616296,29.84852],[105.617428,29.845008],[105.623027,29.83986],[105.637884,29.840468],[105.641492,29.843038],[105.648958,29.844652],[105.656867,29.844095],[105.665267,29.846859],[105.667763,29.853427],[105.67426,29.857241],[105.68648,29.854985],[105.688443,29.848679],[105.694749,29.845445],[105.705478,29.843344],[105.712804,29.850104],[105.715782,29.855688],[105.716061,29.859641],[105.733954,29.864753],[105.729208,29.869927],[105.731192,29.885281],[105.729504,29.889233],[105.725562,29.895279],[105.718828,29.895614],[105.712395,29.898285],[105.707615,29.902403],[105.707201,29.906471],[105.712187,29.907042],[105.710186,29.918817],[105.705403,29.920758],[105.69755,29.93091],[105.706712,29.930227],[105.710769,29.932568],[105.71563,29.939407],[105.715278,29.942082],[105.713171,29.943026],[105.717168,29.950864],[105.727647,29.960221],[105.726234,29.968301],[105.71992,29.978022],[105.720239,29.986651],[105.728678,30.00146],[105.743723,30.005047],[105.752797,30.016538],[105.749925,30.027066],[105.745075,30.036469],[105.738755,30.035932],[105.726479,30.027931],[105.723077,30.03007],[105.722335,30.037637],[105.717399,30.044066],[105.70348,30.038149],[105.684602,30.041159],[105.680796,30.050622],[105.672362,30.060437],[105.673659,30.067765],[105.668345,30.076212],[105.661789,30.070779],[105.655703,30.07015],[105.636191,30.075945],[105.634608,30.079195],[105.633043,30.09589],[105.638376,30.10209],[105.632234,30.106175],[105.608383,30.11153],[105.592449,30.111746],[105.583002,30.124086],[105.57499,30.128321],[105.569215,30.12739],[105.570766,30.139627],[105.574138,30.143976],[105.580093,30.14645],[105.59063,30.147155],[105.593381,30.161351],[105.58058,30.166086],[105.567493,30.164351],[105.553777,30.15318],[105.552753,30.147203],[105.551335,30.146573],[105.542364,30.149518],[105.532988,30.155192],[105.53138,30.164991],[105.534134,30.170694],[105.556439,30.187109],[105.565967,30.185906],[105.569066,30.182638],[105.568131,30.179371],[105.569435,30.177374],[105.575729,30.175356],[105.582536,30.177026],[105.584516,30.183964],[105.586924,30.18693],[105.594427,30.18713],[105.594513,30.183261],[105.601602,30.180279],[105.609914,30.183587],[105.615784,30.19004],[105.627878,30.186224],[105.640503,30.189029],[105.64111,30.19613],[105.639046,30.201768],[105.642463,30.211528],[105.655767,30.210542],[105.657941,30.214624],[105.656462,30.219961],[105.651793,30.225985],[105.648641,30.225644],[105.648363,30.222789],[105.643164,30.221753],[105.631926,30.22209],[105.615534,30.237911],[105.617844,30.244651],[105.614821,30.247376],[105.613916,30.260904],[105.620635,30.27861],[105.642617,30.276418],[105.650298,30.269355],[105.656855,30.266779],[105.661017,30.266657],[105.661738,30.269005],[105.664127,30.268425],[105.665376,30.25676],[105.666858,30.256115],[105.682483,30.255847],[105.688854,30.259534],[105.697117,30.260222],[105.70783,30.258984],[105.718571,30.253543],[105.721204,30.25822],[105.717528,30.263477],[105.717745,30.266265],[105.726223,30.268794],[105.73142,30.273942],[105.732274,30.27914],[105.723806,30.281055],[105.718813,30.278116],[105.708938,30.287288],[105.706274,30.306944],[105.708721,30.322046],[105.713008,30.327575],[105.720098,30.324744],[105.723389,30.320191],[105.727936,30.320109],[105.728409,30.324227],[105.730078,30.324477],[105.731356,30.322477],[105.737835,30.321736],[105.737352,30.325471],[105.729847,30.336042],[105.730026,30.338546],[105.731574,30.339966],[105.746622,30.342515],[105.751165,30.34589],[105.752406,30.349352],[105.747824,30.361041],[105.765587,30.378822],[105.764043,30.384156],[105.759665,30.384909],[105.755388,30.388418],[105.761763,30.392296],[105.761101,30.394667],[105.76354,30.402565],[105.770069,30.411739],[105.784496,30.41186],[105.791327,30.421429],[105.786579,30.429803],[105.79261,30.433605],[105.797345,30.430013],[105.812661,30.439722],[105.819299,30.439926],[105.82711,30.434841],[105.831029,30.421219],[105.839151,30.415462],[105.834323,30.407869],[105.835368,30.400565],[105.837422,30.396974],[105.841671,30.39412],[105.846948,30.39608],[105.857707,30.412716],[105.860729,30.413292],[105.868416,30.408666],[105.869217,30.404116],[105.865394,30.400627],[105.868203,30.392303],[105.876237,30.388776],[105.882389,30.393532],[105.885301,30.403502],[105.881915,30.406723],[105.882355,30.408847],[105.887691,30.413493],[105.892927,30.407846],[105.898487,30.404951],[105.900079,30.410177],[105.903971,30.405018],[105.899834,30.399371],[105.896351,30.400857],[105.894707,30.399778],[105.894108,30.393408],[105.898308,30.389176],[105.912706,30.398523],[105.920922,30.39343],[105.940809,30.375347],[105.949763,30.376829],[105.954468,30.379919],[105.965346,30.379876],[105.967975,30.376807],[105.974749,30.373841],[105.975947,30.375555],[105.978667,30.375366],[105.981474,30.378858],[105.982884,30.37806],[105.988763,30.381879],[105.984028,30.377811],[105.982583,30.374348],[105.987338,30.37002],[105.989274,30.371456],[105.991716,30.369541],[105.994593,30.371497],[105.993483,30.37283],[105.996227,30.374483],[105.998052,30.379348],[106.019969,30.374394],[106.028496,30.370766],[106.045588,30.352983],[106.050539,30.350069],[106.049554,30.347517],[106.065412,30.342911],[106.070309,30.337542],[106.073353,30.339258],[106.075686,30.347004],[106.084838,30.34839],[106.087602,30.338057],[106.085848,30.32878],[106.098955,30.323915],[106.099649,30.322353],[106.097338,30.317985],[106.10204,30.313434],[106.104617,30.314138],[106.104434,30.316878],[106.109225,30.320234],[106.116423,30.316461],[106.118952,30.316582],[106.12053,30.313426],[106.117964,30.309592],[106.122144,30.304449],[106.127796,30.304764],[106.1296,30.311779],[106.11984,30.327858],[106.128448,30.326957],[106.129567,30.320087],[106.128568,30.316161],[106.153001,30.316493],[106.158108,30.313966],[106.159571,30.309565],[106.166782,30.306877],[106.173163,30.28542],[106.172155,30.277519],[106.175871,30.275191],[106.176427,30.264047],[106.166665,30.252583],[106.175235,30.242615],[106.178756,30.242634],[106.175998,30.234334],[106.197833,30.236785],[106.196811,30.229912],[106.187869,30.218701],[106.200597,30.20655],[106.210073,30.204843],[106.220362,30.211543],[106.223916,30.216351],[106.228697,30.214322],[106.235898,30.204453],[106.235188,30.200359],[106.228822,30.19357],[106.232162,30.187967],[106.240256,30.180491],[106.243907,30.183131],[106.245713,30.191067],[106.24162,30.196681],[106.243003,30.200826],[106.251013,30.20144],[106.253893,30.19813],[106.257353,30.200114],[106.260684,30.197242],[106.260737,30.193617],[106.25854,30.192197],[106.26119,30.187498],[106.265297,30.18712],[106.267792,30.188623],[106.267722,30.208252],[106.266174,30.21015],[106.260376,30.211883],[106.257168,30.216689],[106.262096,30.217621],[106.271881,30.213923],[106.275253,30.211255],[106.275622,30.208251],[106.273149,30.204683],[106.273687,30.198375],[106.280375,30.199439],[106.290117,30.210637],[106.287754,30.222265],[106.30315,30.228963],[106.295361,30.240398],[106.29623,30.241519],[106.305511,30.239835],[106.316811,30.232623],[106.331019,30.228178],[106.336082,30.240763],[106.349913,30.245055],[106.361475,30.245234],[106.368458,30.251281],[106.381566,30.246046],[106.386343,30.245737],[106.382313,30.252512],[106.37898,30.253154],[106.378884,30.258055],[106.386302,30.257783],[106.398418,30.244641],[106.409318,30.24589],[106.419402,30.25503],[106.424957,30.256206],[106.426472,30.262935],[106.424651,30.265274],[106.415828,30.267512],[106.404616,30.277566],[106.414966,30.281699],[106.42114,30.279039],[106.430247,30.27948],[106.431471,30.284135],[106.429144,30.289208],[106.424586,30.292551],[106.425105,30.294423],[106.430971,30.297825],[106.437451,30.290907],[106.442046,30.294782],[106.438153,30.301815],[106.431814,30.306128],[106.436971,30.312447],[106.452228,30.308604],[106.445491,30.306178],[106.44435,30.301352],[106.447412,30.29949],[106.450451,30.299835],[106.452376,30.304606],[106.455394,30.30497],[106.465189,30.301166],[106.467906,30.302283],[106.4693,30.305033],[106.475409,30.30485],[106.495413,30.29824],[106.495893,30.292949],[106.505312,30.291828],[106.507265,30.292475],[106.507094,30.29805],[106.508924,30.300248],[106.521867,30.304828],[106.541204,30.299306],[106.542411,30.311627],[106.547474,30.316616],[106.554214,30.318622],[106.558719,30.316701],[106.567991,30.308732],[106.582451,30.305961],[106.586679,30.297155],[106.589613,30.295189],[106.608259,30.295951],[106.619896,30.282988],[106.620914,30.269294],[106.626914,30.268026],[106.630153,30.269844],[106.639767,30.251928],[106.639232,30.249727],[106.629933,30.248913],[106.619312,30.244671],[106.60448,30.235929],[106.605739,30.232112],[106.609113,30.230117],[106.615976,30.229909],[106.618564,30.22602],[106.624651,30.223934],[106.624125,30.219562],[106.627184,30.218575],[106.62834,30.214904],[106.625848,30.211115],[106.622485,30.210819],[106.621578,30.206691],[106.625298,30.199884],[106.628798,30.198805],[106.631365,30.20036],[106.632953,30.199046],[106.631911,30.195434],[106.628561,30.191986],[106.629165,30.189181],[106.63286,30.18879],[106.635819,30.191033],[106.64208,30.192369],[106.646303,30.191807],[106.645258,30.188997],[106.638094,30.182331],[106.63751,30.179808],[106.6391,30.178036],[106.650381,30.176864],[106.651441,30.17532],[106.651785,30.17154],[106.647116,30.167917],[106.64706,30.165224],[106.652272,30.164379],[106.655554,30.168628],[106.660822,30.170533],[106.662608,30.169162],[106.662296,30.164062],[106.666072,30.158858],[106.673382,30.161398],[106.676221,30.160317],[106.675574,30.156591],[106.670116,30.152509],[106.671053,30.149312],[106.66762,30.124085],[106.689412,30.128479],[106.686463,30.120013],[106.697686,30.117891],[106.696026,30.11348],[106.695846,30.099885],[106.698415,30.095452],[106.697072,30.089076],[106.69398,30.084532],[106.695265,30.076681],[106.700024,30.070601],[106.709553,30.071622],[106.723488,30.058976],[106.723604,30.056048],[106.719083,30.046785],[106.727219,30.029232],[106.738619,30.028254],[106.748658,30.022081],[106.767848,30.018225],[106.782682,30.02002],[106.804411,30.032999],[106.821874,30.034129],[106.831652,30.045249],[106.833806,30.052546],[106.837971,30.051941],[106.856057,30.033755],[106.855119,30.030278],[106.872957,30.033657],[106.882964,30.037496],[106.887617,30.033421],[106.898851,30.035735],[106.901533,30.02929],[106.905982,30.027358],[106.9099,30.027838],[106.919711,30.03774],[106.932775,30.042422],[106.940321,30.039896],[106.943574,30.041531],[106.95255,30.0563],[106.953171,30.059945],[106.950154,30.064132],[106.953028,30.071728],[106.964795,30.084285],[106.976569,30.088408],[106.981352,30.086917],[106.984302,30.082943],[106.994904,30.064473],[106.994749,30.059788],[106.99842,30.055961],[107.010743,30.054444],[107.014285,30.046162],[107.014973,30.04041],[107.020044,30.036937],[107.027317,30.035499],[107.039699,30.037391],[107.037833,30.041952],[107.032982,30.047215],[107.036919,30.057063],[107.039101,30.058093],[107.047634,30.055162],[107.046545,30.05107],[107.04775,30.046418],[107.050903,30.044692],[107.062582,30.048196],[107.071752,30.054664],[107.080608,30.066768],[107.069706,30.077248],[107.0682,30.083846],[107.075939,30.10072],[107.077615,30.101524],[107.091587,30.094133],[107.096726,30.096551],[107.104587,30.104271],[107.101516,30.112757],[107.102574,30.119071],[107.108611,30.120421],[107.116301,30.118906],[107.127418,30.123806],[107.137126,30.136123],[107.141141,30.143446],[107.14154,30.147823],[107.195058,30.193835],[107.215885,30.216297],[107.236221,30.242228],[107.252543,30.26932],[107.256034,30.276307],[107.254236,30.280486],[107.254598,30.285154],[107.262353,30.294953],[107.267955,30.309133],[107.273877,30.315621],[107.278298,30.329677],[107.283011,30.337827],[107.297672,30.355432],[107.308351,30.360932],[107.332358,30.380849],[107.333468,30.385138],[107.332032,30.385914],[107.338063,30.400663],[107.34243,30.417232],[107.339391,30.423369],[107.339676,30.42621],[107.356653,30.465008],[107.366961,30.478861],[107.400329,30.514466],[107.401348,30.516761],[107.400095,30.521371],[107.40428,30.523917],[107.414779,30.518991],[107.42479,30.521737],[107.427721,30.523965],[107.438003,30.53704],[107.428418,30.542927],[107.423463,30.550075],[107.423924,30.55238],[107.453946,30.574289],[107.461842,30.582409],[107.461399,30.588876],[107.480404,30.600461],[107.489929,30.621376],[107.497326,30.626953],[107.509682,30.643633],[107.510879,30.646282],[107.509477,30.649234],[107.491313,30.668211],[107.475328,30.666873],[107.469708,30.66978],[107.460021,30.681154],[107.455884,30.688968],[107.456921,30.697619],[107.442501,30.714981],[107.431625,30.721867],[107.420005,30.742641],[107.42073,30.748185],[107.435,30.748349],[107.441902,30.754288],[107.441571,30.756179],[107.435467,30.758449],[107.433806,30.761367],[107.437992,30.766253],[107.439914,30.77507],[107.437398,30.776167],[107.439944,30.780236],[107.442201,30.780798],[107.458075,30.772611],[107.46198,30.777023],[107.455408,30.788091],[107.461608,30.787032],[107.468689,30.788209],[107.472282,30.794008],[107.472307,30.801296],[107.494366,30.812027],[107.494049,30.814556],[107.487859,30.817438],[107.484863,30.824965],[107.485497,30.828868],[107.488155,30.831169],[107.487665,30.835732],[107.485708,30.836957],[107.482129,30.835993],[107.479865,30.840249],[107.503803,30.850547],[107.512415,30.858235],[107.518532,30.847259],[107.532259,30.850762],[107.542668,30.850854],[107.550474,30.848736],[107.553267,30.849375],[107.556142,30.852618],[107.568863,30.849685],[107.593156,30.837407],[107.601048,30.842928],[107.606643,30.844841],[107.611223,30.837963],[107.614572,30.827543],[107.631329,30.815321],[107.637794,30.814389],[107.638748,30.815247],[107.635783,30.819575],[107.643492,30.827964],[107.646447,30.828138],[107.664267,30.847901],[107.681711,30.87115],[107.688357,30.875731],[107.693405,30.876094],[107.699771,30.873341],[107.712664,30.892329],[107.737861,30.885105],[107.750445,30.86477],[107.75285,30.864943],[107.747682,30.848681],[107.752953,30.842812],[107.751032,30.8325],[107.754006,30.829982],[107.758903,30.819663],[107.763401,30.817727],[107.771461,30.81725],[107.77478,30.820228],[107.783204,30.821315],[107.791724,30.817565],[107.811975,30.804599],[107.818778,30.803851],[107.836625,30.795689],[107.843211,30.794625],[107.854483,30.800041],[107.858079,30.805568],[107.877318,30.818024],[107.886085,30.829182],[107.887124,30.833461],[107.895381,30.84011],[107.927711,30.862933],[107.931916,30.863289],[107.948404,30.873023],[107.951779,30.877992],[107.95096,30.880948],[107.952244,30.885388],[107.978809,30.901237],[107.985346,30.903303],[107.989913,30.907567],[107.990885,30.911151],[107.958767,30.918509],[107.944999,30.919362],[107.932872,30.930348],[107.931016,30.93335],[107.935434,30.952463],[107.934961,30.957435],[107.932989,30.959105],[107.933152,30.970576],[107.936943,30.98911],[107.939393,30.992004],[107.948509,30.987781],[107.966487,30.984151],[107.976822,30.984247],[107.981499,30.989044],[107.992929,31.009475],[108,31.02691],[108.009996,31.026884],[108.018278,31.031227],[108.020939,31.035248],[108.040929,31.04245],[108.048967,31.042665],[108.054955,31.052604],[108.054343,31.05595],[108.045057,31.060234],[108.041808,31.063935],[108.022213,31.064836],[108.019957,31.066488],[108.019478,31.068389],[108.023193,31.073208],[108.020066,31.079831],[108.01994,31.091014],[108.017862,31.095463],[108.010704,31.098103],[108.005092,31.112101],[108.008465,31.117061],[108.013357,31.11531],[108.022552,31.119155],[108.023198,31.124552],[108.030184,31.139819],[108.035944,31.145372],[108.038759,31.147176],[108.052955,31.14877],[108.053732,31.150383],[108.049907,31.1588],[108.067275,31.173858],[108.063174,31.17615],[108.06459,31.178728],[108.073366,31.188786],[108.088085,31.193257],[108.084544,31.208496],[108.080931,31.212192],[108.079343,31.216469],[108.07501,31.219378],[108.06384,31.221864],[108.064876,31.224807],[108.07403,31.229967],[108.072089,31.233993],[108.026564,31.219868],[108.02347,31.226902],[108.024334,31.231504],[108.0271,31.234937],[108.025124,31.24087],[108.015021,31.245853],[108.027627,31.252301],[108.043202,31.257047],[108.048461,31.255782],[108.056406,31.257784],[108.063242,31.264223],[108.076931,31.263571],[108.085383,31.267165],[108.091192,31.271023],[108.0891,31.276294],[108.097049,31.28072],[108.099555,31.284113],[108.131977,31.30097],[108.138268,31.302367],[108.15676,31.31543],[108.157501,31.319747],[108.161121,31.323153],[108.176898,31.327238],[108.182288,31.341716],[108.176428,31.344223],[108.175814,31.354091],[108.168075,31.359002],[108.15432,31.362942],[108.154705,31.367936],[108.149469,31.375389],[108.156873,31.381232],[108.162013,31.381862],[108.163692,31.380006],[108.169155,31.382961],[108.172499,31.388111],[108.172661,31.3917],[108.177498,31.395169],[108.189058,31.397499],[108.196285,31.396298],[108.203188,31.400397],[108.211849,31.414017],[108.212843,31.428614],[108.208337,31.43466],[108.205898,31.441445],[108.218976,31.449338],[108.221664,31.457353],[108.219062,31.469283],[108.207862,31.470962],[108.201372,31.465934],[108.196715,31.466521],[108.192039,31.469995],[108.189789,31.473494],[108.189846,31.479206],[108.184879,31.484082],[108.186554,31.492684],[108.20998,31.497256],[108.220893,31.502512],[108.221336,31.505941],[108.225003,31.508715],[108.232413,31.509705],[108.243241,31.50353],[108.244953,31.50058],[108.25124,31.501053],[108.259506,31.50588],[108.27285,31.503291],[108.278909,31.510698],[108.291102,31.505129],[108.306446,31.508754],[108.318323,31.504173],[108.324005,31.508365],[108.335669,31.51202],[108.342127,31.516204],[108.344522,31.520256],[108.342875,31.527596],[108.336907,31.529964],[108.336296,31.533576],[108.336477,31.542395],[108.344003,31.548505],[108.357653,31.547858],[108.37125,31.545093],[108.385051,31.549021],[108.387575,31.559485],[108.38692,31.564951],[108.373457,31.572473],[108.381311,31.574344],[108.389862,31.579961],[108.384265,31.588375],[108.384731,31.592533],[108.39972,31.607138],[108.40856,31.608179],[108.409629,31.610844],[108.413528,31.612444],[108.416523,31.616961],[108.414383,31.619756],[108.417735,31.623384],[108.420187,31.625193],[108.424524,31.624005],[108.432729,31.634078],[108.44245,31.636404],[108.453894,31.630932],[108.457158,31.623707],[108.461173,31.620414],[108.46384,31.622457],[108.465293,31.62897],[108.463646,31.635852],[108.468835,31.641585],[108.485087,31.642484],[108.488267,31.644827],[108.491157,31.652143],[108.511697,31.659791],[108.513754,31.666745],[108.516141,31.668554],[108.5243,31.668577],[108.529867,31.671756],[108.539161,31.666252],[108.541564,31.668006],[108.542513,31.670719],[108.539061,31.676338],[108.529596,31.68009],[108.511011,31.69635],[108.514279,31.700677],[108.520182,31.703263],[108.521575,31.708115],[108.520508,31.71399],[108.516316,31.727971],[108.512237,31.730819],[108.506584,31.731671],[108.501698,31.736575],[108.514944,31.74843],[108.531791,31.759684],[108.524418,31.760153],[108.521893,31.762832],[108.51785,31.763755],[108.511466,31.763347],[108.507422,31.766575],[108.486975,31.775658],[108.484441,31.774075],[108.483466,31.783085],[108.47135,31.780615],[108.464342,31.784052],[108.460062,31.782825],[108.455362,31.783718],[108.447023,31.790142],[108.449536,31.790895],[108.458966,31.803078],[108.46137,31.808108],[108.458702,31.814217],[108.449732,31.814216],[108.438718,31.811108],[108.420621,31.812981],[108.395547,31.825],[108.3841,31.832962],[108.386164,31.838403],[108.382921,31.846348],[108.381969,31.853829],[108.376862,31.857653],[108.372375,31.857739],[108.367847,31.853796],[108.358982,31.854949],[108.340259,31.863583],[108.331954,31.871571],[108.330393,31.876935],[108.321481,31.885074],[108.306427,31.903276],[108.303871,31.908557],[108.295609,31.913318],[108.283046,31.911558],[108.27793,31.920021],[108.28271,31.937523],[108.276804,31.955154],[108.272874,31.960227],[108.256684,31.968574],[108.263331,31.982571],[108.269456,31.983599],[108.277046,31.982407],[108.280605,31.98455],[108.280951,31.991064],[108.296983,31.994621],[108.303571,31.99966],[108.310236,31.996363],[108.319933,31.987862],[108.334956,31.983643],[108.348115,31.974958],[108.355003,31.982144],[108.363199,31.986524],[108.365999,31.990872],[108.362285,31.995435],[108.340306,32.006007],[108.329876,32.015894],[108.322723,32.019007],[108.335851,32.032244],[108.349824,32.031941],[108.361287,32.038427],[108.352072,32.04899],[108.353426,32.053694],[108.351419,32.057048],[108.341545,32.061136],[108.339412,32.068474],[108.345012,32.07352],[108.354949,32.073476],[108.362395,32.074738],[108.367144,32.078349],[108.373165,32.07781],[108.392698,32.070146],[108.403287,32.069149],[108.405465,32.072126],[108.408125,32.072291],[108.414795,32.066422],[108.423903,32.063239],[108.44309,32.072246],[108.446667,32.075631],[108.448228,32.078306],[108.448525,32.093103],[108.4371,32.095876],[108.428156,32.103401],[108.410231,32.131874],[108.410029,32.13485],[108.40256,32.144073],[108.37699,32.156067],[108.379814,32.155663],[108.384201,32.158453],[108.368779,32.170986],[108.364733,32.176243],[108.365406,32.178017],[108.378142,32.182682],[108.396923,32.195517],[108.402026,32.198052],[108.418565,32.190238],[108.429805,32.193366],[108.43903,32.191013],[108.452936,32.182562],[108.465726,32.184347],[108.474829,32.183223],[108.479619,32.186143],[108.486014,32.194929],[108.4974,32.198722],[108.504557,32.204171],[108.531512,32.18835],[108.534266,32.182256],[108.54507,32.178424],[108.553089,32.180336],[108.566334,32.175675],[108.581468,32.174134],[108.590811,32.159385],[108.596444,32.15763],[108.602286,32.157974],[108.612066,32.151328],[108.628301,32.136478],[108.642017,32.132069],[108.64774,32.126515],[108.649462,32.120396],[108.661178,32.115511],[108.669242,32.104907],[108.687441,32.104798],[108.696412,32.107417],[108.711199,32.10632],[108.727559,32.109582],[108.734712,32.107105],[108.744472,32.100513],[108.746935,32.096974],[108.748296,32.088914],[108.746738,32.08203],[108.748168,32.075026],[108.75035,32.072442],[108.763404,32.067271],[108.772351,32.055834],[108.784766,32.050038],[108.799901,32.046923],[108.810996,32.047753],[108.831206,32.04095],[108.845867,32.030225],[108.851278,32.019821],[108.8655,32.003865],[108.875345,32.001349],[108.89664,31.987887],[108.904233,31.989961],[108.92204,31.989977],[108.932253,31.99224],[108.950259,31.981307],[108.961212,31.985779],[108.979025,31.983773],[108.985351,31.981977],[108.98926,31.978385],[108.999049,31.973523],[109.006895,31.973095],[109.016254,31.965646],[109.026407,31.961742],[109.034837,31.963002],[109.041486,31.957443],[109.043671,31.95199],[109.054534,31.943986],[109.062672,31.942252],[109.075504,31.934601],[109.078515,31.934751],[109.089818,31.920132],[109.104789,31.911333],[109.110858,31.905902],[109.117553,31.894919],[109.128101,31.893642],[109.161474,31.878189],[109.179344,31.862213],[109.185597,31.856218],[109.185206,31.852741],[109.187861,31.84949],[109.195583,31.846238],[109.186607,31.828042],[109.18858,31.821589],[109.199995,31.819945],[109.205595,31.820949],[109.222732,31.815142],[109.227326,31.811421],[109.235775,31.814462],[109.253096,31.806045],[109.265344,31.804358],[109.270532,31.802058],[109.269465,31.793145],[109.27051,31.786906],[109.275016,31.780031],[109.257983,31.77391],[109.254744,31.769749],[109.250009,31.769731],[109.249,31.762423],[109.251207,31.760466],[109.266429,31.75869],[109.267756,31.754644],[109.265278,31.752016],[109.266857,31.750123],[109.274961,31.748473],[109.278614,31.740749],[109.274342,31.730803],[109.276139,31.71932],[109.28003,31.719248],[109.289128,31.714561],[109.298768,31.712206],[109.305641,31.713077],[109.318959,31.710699],[109.360932,31.710486],[109.383936,31.706875],[109.391114,31.71012],[109.40933,31.711159],[109.410506,31.712488],[109.409942,31.719155],[109.41516,31.722844],[109.431686,31.723339],[109.445783,31.725716],[109.450922,31.724099],[109.453869,31.718166],[109.458624,31.716063],[109.473556,31.721424],[109.482528,31.722923],[109.487528,31.723104],[109.499488,31.719191],[109.520623,31.726338],[109.522662,31.723902],[109.526754,31.724297],[109.543853,31.731877],[109.549593,31.727448],[109.574269,31.730412],[109.579602,31.728487]]]}},{type:"Feature",properties:{name:"四川省",province_adcode:51e4,province_type:"省",name_en:"Sichuan",name_var:"Sì Chuān",adcode:51e4},geometry:{type:"Polygon",coordinates:[[[102.958404,34.27996],[102.959629,34.263645],[102.957804,34.261597],[102.968222,34.252726],[102.973512,34.234965],[102.970627,34.198381],[102.977778,34.19827],[102.985739,34.192903],[103.006765,34.185436],[103.016062,34.189498],[103.021592,34.189877],[103.037744,34.18626],[103.048092,34.193393],[103.048264,34.196814],[103.066857,34.188646],[103.079771,34.186292],[103.099195,34.177491],[103.113616,34.176761],[103.122087,34.164723],[103.121254,34.149196],[103.123636,34.138375],[103.128112,34.133084],[103.126197,34.12783],[103.119694,34.122122],[103.120785,34.112402],[103.132922,34.101758],[103.138626,34.104788],[103.147032,34.104569],[103.16166,34.091331],[103.17704,34.08081],[103.17234,34.079465],[103.168518,34.081234],[103.165963,34.077446],[103.165818,34.073529],[103.169427,34.073284],[103.172168,34.069862],[103.169087,34.066704],[103.158231,34.068954],[103.142746,34.06244],[103.128022,34.068206],[103.120951,34.043863],[103.116519,34.036374],[103.124933,34.036923],[103.132903,34.039488],[103.145387,34.036864],[103.14835,34.025813],[103.147645,34.016958],[103.152762,34.014717],[103.155866,34.011366],[103.157119,34.005839],[103.152323,33.996026],[103.145523,33.99371],[103.139127,33.987595],[103.138687,33.980618],[103.134582,33.974133],[103.123152,33.97145],[103.118123,33.963682],[103.116904,33.952081],[103.123238,33.939911],[103.122026,33.93527],[103.12589,33.930297],[103.133867,33.932043],[103.142573,33.927516],[103.149172,33.926845],[103.151256,33.932017],[103.153143,33.9329],[103.166287,33.932181],[103.16937,33.924414],[103.179321,33.912836],[103.183737,33.904065],[103.182395,33.897942],[103.177291,33.892871],[103.167764,33.875322],[103.163167,33.870269],[103.162026,33.864245],[103.164388,33.855035],[103.150332,33.822682],[103.149911,33.816673],[103.158337,33.807032],[103.16286,33.808568],[103.175318,33.803082],[103.18341,33.803902],[103.190131,33.802193],[103.201953,33.794639],[103.215753,33.793853],[103.225179,33.795578],[103.226343,33.801243],[103.244347,33.814582],[103.248445,33.815831],[103.269117,33.811523],[103.279328,33.806195],[103.284021,33.799934],[103.284546,33.789781],[103.278218,33.786094],[103.275774,33.779791],[103.277124,33.774879],[103.29666,33.765239],[103.311287,33.75215],[103.330673,33.743796],[103.337795,33.743024],[103.367419,33.748021],[103.374136,33.751999],[103.387705,33.754009],[103.392754,33.750975],[103.407489,33.748918],[103.41637,33.74981],[103.430878,33.745405],[103.438877,33.752481],[103.44098,33.758305],[103.438896,33.769843],[103.441294,33.77877],[103.446653,33.784914],[103.454994,33.785035],[103.460369,33.788621],[103.473992,33.811713],[103.477535,33.812514],[103.490472,33.807369],[103.502689,33.813711],[103.518242,33.811781],[103.529688,33.802174],[103.529703,33.780332],[103.53444,33.776465],[103.537852,33.768222],[103.533292,33.767422],[103.534366,33.754738],[103.528712,33.753929],[103.528981,33.7512],[103.535756,33.746513],[103.547258,33.742246],[103.543289,33.721801],[103.526285,33.69939],[103.524991,33.689994],[103.522294,33.686884],[103.517548,33.684787],[103.518726,33.680023],[103.52528,33.68322],[103.528889,33.68295],[103.533358,33.681139],[103.538872,33.674957],[103.54826,33.673674],[103.551403,33.677758],[103.559538,33.700299],[103.566532,33.704773],[103.57436,33.704213],[103.577997,33.706099],[103.581316,33.714352],[103.590381,33.717539],[103.58857,33.729726],[103.595046,33.731374],[103.598066,33.730302],[103.596861,33.719554],[103.610003,33.715029],[103.618188,33.717317],[103.61666,33.72537],[103.618994,33.727515],[103.623725,33.728986],[103.631049,33.725702],[103.626418,33.714465],[103.627379,33.712652],[103.633028,33.710222],[103.644499,33.71105],[103.646344,33.714607],[103.645917,33.720444],[103.649603,33.723195],[103.654777,33.716599],[103.66412,33.72125],[103.666615,33.712973],[103.657019,33.70913],[103.648173,33.702599],[103.647845,33.697361],[103.653079,33.701188],[103.664282,33.701123],[103.664707,33.695379],[103.661914,33.692778],[103.66617,33.687496],[103.671459,33.69017],[103.672099,33.693417],[103.674279,33.694703],[103.680223,33.68869],[103.684761,33.688116],[103.686694,33.690271],[103.68704,33.695123],[103.688342,33.695274],[103.706019,33.688377],[103.715859,33.680863],[103.724231,33.681337],[103.728994,33.679471],[103.732298,33.675806],[103.739437,33.673086],[103.750286,33.672174],[103.755802,33.662367],[103.76337,33.657437],[103.782644,33.666529],[103.797044,33.665053],[103.799986,33.666062],[103.807424,33.676732],[103.818437,33.681235],[103.846812,33.679377],[103.854012,33.687352],[103.862771,33.688555],[103.872899,33.687212],[103.882839,33.683275],[103.895787,33.682203],[103.930887,33.684328],[103.944595,33.678142],[103.964846,33.675498],[103.997764,33.682848],[104.011912,33.682849],[104.036123,33.688854],[104.045989,33.687123],[104.060353,33.681441],[104.068117,33.676426],[104.073378,33.676552],[104.108734,33.664235],[104.118276,33.652542],[104.131621,33.641987],[104.132906,33.636747],[104.13486,33.634877],[104.148108,33.62663],[104.149324,33.623021],[104.165876,33.614722],[104.175419,33.596167],[104.1721,33.588717],[104.173667,33.58587],[104.177564,33.583647],[104.178938,33.580279],[104.177892,33.578763],[104.166972,33.57557],[104.164553,33.570848],[104.164307,33.559123],[104.158684,33.556807],[104.154954,33.551866],[104.153207,33.543886],[104.158364,33.53686],[104.157924,33.526601],[104.16494,33.516936],[104.171938,33.515974],[104.173761,33.514354],[104.170692,33.500041],[104.176365,33.494087],[104.179502,33.48725],[104.177825,33.476964],[104.179035,33.469448],[104.184367,33.464037],[104.18953,33.461905],[104.193244,33.457025],[104.206114,33.451633],[104.210815,33.4517],[104.215177,33.443694],[104.217069,33.433408],[104.21575,33.421216],[104.219835,33.405484],[104.230042,33.403284],[104.234267,33.406623],[104.243039,33.409922],[104.249684,33.409503],[104.25676,33.402958],[104.257628,33.399348],[104.260345,33.396836],[104.264094,33.396426],[104.269134,33.389716],[104.270771,33.380243],[104.274839,33.378253],[104.283095,33.36827],[104.283613,33.356732],[104.290988,33.344191],[104.291111,33.338798],[104.293531,33.332473],[104.296215,33.331999],[104.312863,33.340163],[104.319976,33.333492],[104.327827,33.32995],[104.340258,33.335367],[104.342882,33.339283],[104.355435,33.347294],[104.371149,33.350215],[104.38921,33.342826],[104.394398,33.338368],[104.403677,33.338702],[104.411767,33.328735],[104.427391,33.328845],[104.434109,33.323861],[104.41947,33.323629],[104.409837,33.321077],[104.396035,33.314512],[104.391636,33.314451],[104.391581,33.311833],[104.395339,33.306307],[104.394453,33.297078],[104.399801,33.292717],[104.407308,33.291555],[104.410865,33.286239],[104.408439,33.283783],[104.400938,33.288397],[104.393881,33.296499],[104.383325,33.301062],[104.345815,33.302864],[104.336812,33.312409],[104.328541,33.317218],[104.321753,33.316074],[104.308844,33.307434],[104.300025,33.304755],[104.316316,33.28183],[104.320922,33.269593],[104.32096,33.262965],[104.324248,33.256134],[104.326982,33.242516],[104.326336,33.237754],[104.321639,33.227651],[104.324696,33.21672],[104.325598,33.214634],[104.329631,33.215283],[104.332502,33.213315],[104.336955,33.199685],[104.345309,33.189455],[104.349347,33.176418],[104.349578,33.167888],[104.356876,33.149671],[104.355615,33.146152],[104.365685,33.133227],[104.371394,33.117292],[104.38051,33.11018],[104.379948,33.108552],[104.357259,33.101275],[104.355475,33.092075],[104.350933,33.088062],[104.352906,33.085758],[104.36009,33.08952],[104.363622,33.088828],[104.367798,33.086937],[104.367917,33.083492],[104.361975,33.083875],[104.358034,33.081392],[104.357232,33.074501],[104.348521,33.058966],[104.337907,33.05353],[104.330653,33.045447],[104.33469,33.042773],[104.3435,33.041708],[104.353615,33.034747],[104.365696,33.030765],[104.372968,33.03145],[104.378977,33.037727],[104.390036,33.040941],[104.394589,33.036949],[104.414243,33.034779],[104.422477,33.029303],[104.423997,33.016913],[104.415215,33.010427],[104.395734,33.005852],[104.381612,32.996161],[104.375466,32.974097],[104.377077,32.966287],[104.367962,32.947409],[104.357674,32.944028],[104.341717,32.942783],[104.336893,32.947037],[104.330737,32.949563],[104.326605,32.950435],[104.31544,32.94705],[104.302256,32.954328],[104.284661,32.943146],[104.283061,32.940322],[104.284975,32.929386],[104.27939,32.919897],[104.279572,32.907825],[104.274342,32.902649],[104.274529,32.888],[104.280479,32.885533],[104.288957,32.871064],[104.288176,32.863708],[104.291126,32.855262],[104.291021,32.838755],[104.297937,32.832907],[104.31268,32.83077],[104.328823,32.826161],[104.354776,32.82617],[104.364505,32.823007],[104.369925,32.815268],[104.369476,32.809473],[104.383051,32.80183],[104.385474,32.798791],[104.396078,32.796239],[104.396152,32.791825],[104.399809,32.788169],[104.40575,32.785462],[104.417404,32.783802],[104.423693,32.778908],[104.421966,32.773748],[104.424325,32.770902],[104.435053,32.765929],[104.445255,32.763684],[104.451111,32.759025],[104.452294,32.752889],[104.454351,32.750954],[104.462093,32.75012],[104.477262,32.752362],[104.483284,32.754548],[104.488736,32.759172],[104.507604,32.757378],[104.524165,32.730653],[104.531238,32.727032],[104.538811,32.729207],[104.551452,32.73632],[104.56889,32.731409],[104.58112,32.724269],[104.5819,32.710252],[104.590544,32.696615],[104.608849,32.69117],[104.618854,32.680662],[104.63064,32.674068],[104.643106,32.66202],[104.646544,32.665257],[104.6548,32.667497],[104.661556,32.663879],[104.668807,32.665043],[104.677223,32.672091],[104.695151,32.677549],[104.702909,32.676301],[104.70715,32.662795],[104.713586,32.657459],[104.718444,32.649356],[104.724793,32.644959],[104.72831,32.644914],[104.736148,32.638162],[104.741202,32.637635],[104.743481,32.638415],[104.746552,32.642828],[104.757076,32.647923],[104.765537,32.646371],[104.769323,32.643988],[104.78953,32.644966],[104.802879,32.652077],[104.81012,32.652607],[104.815435,32.664019],[104.826477,32.665135],[104.842615,32.656503],[104.852769,32.639962],[104.865081,32.63269],[104.870028,32.626942],[104.872363,32.619343],[104.869781,32.613836],[104.873399,32.608357],[104.879406,32.603421],[104.882586,32.605031],[104.902819,32.604886],[104.91747,32.61094],[104.923201,32.609475],[104.929245,32.617541],[104.939007,32.623359],[104.943138,32.622233],[104.950991,32.623807],[104.964813,32.631305],[104.9686,32.635957],[104.981292,32.634729],[104.992811,32.641562],[105.001542,32.641832],[105.00501,32.640117],[105.012011,32.64176],[105.018588,32.645598],[105.023436,32.652059],[105.026064,32.652749],[105.043545,32.647646],[105.057837,32.647438],[105.065019,32.64183],[105.076794,32.639337],[105.086356,32.622528],[105.091931,32.617333],[105.094135,32.608554],[105.107649,32.596389],[105.135734,32.602571],[105.144616,32.607569],[105.180589,32.61787],[105.184081,32.628484],[105.199878,32.630087],[105.212323,32.641097],[105.211664,32.653781],[105.214298,32.664961],[105.217404,32.668129],[105.221745,32.669398],[105.226665,32.666169],[105.23887,32.670995],[105.248889,32.665483],[105.248789,32.662065],[105.259942,32.654053],[105.265395,32.654728],[105.275532,32.659792],[105.287535,32.656824],[105.29588,32.660462],[105.305116,32.673706],[105.31902,32.673939],[105.324656,32.680294],[105.337834,32.682166],[105.343184,32.685031],[105.351061,32.700325],[105.364581,32.714481],[105.367349,32.715013],[105.372204,32.710548],[105.374942,32.710476],[105.409288,32.724522],[105.422774,32.73563],[105.436063,32.735071],[105.441249,32.733175],[105.446339,32.734675],[105.449382,32.73743],[105.451106,32.741203],[105.450644,32.751666],[105.455076,32.755207],[105.452768,32.766231],[105.449319,32.770095],[105.446756,32.770033],[105.445429,32.765086],[105.441422,32.762002],[105.440113,32.763549],[105.440572,32.77344],[105.438575,32.776186],[105.431883,32.774152],[105.425374,32.775059],[105.424055,32.783352],[105.42066,32.787346],[105.414987,32.803861],[105.400897,32.826586],[105.39256,32.832764],[105.388805,32.837632],[105.394646,32.845618],[105.387964,32.850528],[105.389179,32.853285],[105.393862,32.852601],[105.395284,32.854299],[105.391343,32.86833],[105.385156,32.874893],[105.384894,32.8808],[105.399349,32.884875],[105.405172,32.888358],[105.410345,32.906265],[105.407717,32.911345],[105.408052,32.921722],[105.422337,32.933347],[105.432019,32.935151],[105.438055,32.933878],[105.449451,32.935201],[105.461357,32.932736],[105.483458,32.923159],[105.496803,32.912808],[105.490653,32.906081],[105.491672,32.897928],[105.489423,32.893531],[105.488313,32.884908],[105.489833,32.881033],[105.500981,32.864995],[105.510727,32.861717],[105.520738,32.849679],[105.521318,32.83942],[105.523527,32.832236],[105.530428,32.820875],[105.530072,32.815313],[105.526799,32.812915],[105.525685,32.808811],[105.52876,32.798942],[105.532082,32.793811],[105.537359,32.792483],[105.542578,32.795932],[105.552469,32.797134],[105.553731,32.791992],[105.550814,32.780672],[105.551752,32.776744],[105.558683,32.770157],[105.562538,32.769907],[105.565887,32.764622],[105.563697,32.759894],[105.559498,32.758316],[105.552803,32.751428],[105.554639,32.734691],[105.563537,32.726916],[105.569879,32.727607],[105.581055,32.732392],[105.583893,32.73122],[105.587602,32.717121],[105.587814,32.707182],[105.590538,32.703331],[105.594658,32.702071],[105.612284,32.703246],[105.625244,32.706008],[105.628516,32.71078],[105.638477,32.711261],[105.647,32.721319],[105.65167,32.722534],[105.6557,32.721715],[105.6641,32.728973],[105.67262,32.729243],[105.686884,32.744071],[105.697715,32.745141],[105.700908,32.751618],[105.704921,32.755521],[105.714944,32.761061],[105.733689,32.755054],[105.73371,32.757446],[105.736903,32.761694],[105.745007,32.769677],[105.751195,32.768352],[105.754889,32.764657],[105.761698,32.769312],[105.76641,32.769567],[105.77138,32.763693],[105.772852,32.758124],[105.77753,32.75133],[105.784087,32.754916],[105.793506,32.756494],[105.803947,32.765398],[105.806605,32.773828],[105.814517,32.774915],[105.819762,32.771572],[105.818028,32.785057],[105.814655,32.791525],[105.819015,32.800275],[105.823959,32.803471],[105.81812,32.815664],[105.823365,32.826761],[105.829229,32.827393],[105.838105,32.821819],[105.84719,32.819916],[105.852374,32.822712],[105.853034,32.826937],[105.85509,32.828716],[105.863075,32.832087],[105.869129,32.831431],[105.887416,32.838045],[105.928812,32.829373],[105.952874,32.840138],[105.956352,32.847043],[105.961688,32.85179],[105.965893,32.851279],[105.967887,32.847937],[105.974111,32.84373],[105.980189,32.842548],[105.991242,32.830273],[106.007037,32.831744],[106.009601,32.84064],[106.01805,32.849581],[106.017532,32.858326],[106.025713,32.858487],[106.030951,32.854625],[106.034113,32.855102],[106.038085,32.86132],[106.036365,32.866453],[106.038669,32.867077],[106.044582,32.859126],[106.047482,32.849259],[106.056857,32.838051],[106.067165,32.8303],[106.066091,32.826006],[106.078902,32.826099],[106.082234,32.82812],[106.089383,32.825493],[106.087374,32.81694],[106.089955,32.810082],[106.09493,32.804853],[106.096571,32.794921],[106.092427,32.791901],[106.078593,32.790076],[106.061162,32.784142],[106.058371,32.775488],[106.05986,32.772241],[106.068131,32.77024],[106.069334,32.755242],[106.083201,32.748389],[106.087315,32.744907],[106.089994,32.739863],[106.102968,32.736992],[106.108731,32.722615],[106.123696,32.7238],[106.125387,32.725318],[106.131069,32.722144],[106.140805,32.720656],[106.145054,32.716039],[106.149479,32.707231],[106.164264,32.710718],[106.173372,32.703815],[106.170723,32.70069],[106.170825,32.698481],[106.177863,32.695538],[106.203798,32.696681],[106.206615,32.700189],[106.211037,32.699787],[106.216004,32.694928],[106.237708,32.694119],[106.246127,32.698234],[106.254089,32.696868],[106.261695,32.685279],[106.264304,32.67555],[106.268794,32.672906],[106.285888,32.673523],[106.293761,32.680828],[106.31018,32.673049],[106.3338,32.67653],[106.344453,32.673501],[106.362598,32.663089],[106.375172,32.650052],[106.380166,32.649396],[106.378868,32.63874],[106.387934,32.625522],[106.39979,32.618866],[106.402379,32.621335],[106.417916,32.619114],[106.4291,32.62651],[106.446567,32.640478],[106.45303,32.658125],[106.464678,32.653389],[106.494096,32.651532],[106.496108,32.653424],[106.497154,32.660983],[106.500369,32.664147],[106.512341,32.668534],[106.536205,32.673753],[106.540621,32.677686],[106.545428,32.679324],[106.549076,32.677629],[106.552675,32.670084],[106.56977,32.679816],[106.581759,32.690273],[106.586974,32.690639],[106.60981,32.684916],[106.625068,32.683469],[106.636109,32.689643],[106.645198,32.688768],[106.658842,32.691282],[106.669005,32.697897],[106.672375,32.704856],[106.679984,32.710299],[106.690374,32.713924],[106.703131,32.72244],[106.7058,32.726438],[106.723052,32.735861],[106.727647,32.740879],[106.743228,32.737308],[106.777431,32.739022],[106.779626,32.735497],[106.776352,32.726459],[106.777656,32.717571],[106.775902,32.711417],[106.77753,32.702587],[106.781111,32.69904],[106.78465,32.700043],[106.79057,32.713198],[106.810053,32.713095],[106.810822,32.710793],[106.81897,32.706672],[106.836439,32.71424],[106.839459,32.720547],[106.842511,32.723185],[106.861304,32.727276],[106.867214,32.727328],[106.876174,32.724504],[106.881417,32.720247],[106.891963,32.72599],[106.894375,32.725883],[106.899953,32.722221],[106.900845,32.714247],[106.908843,32.705726],[106.911861,32.705303],[106.932523,32.710432],[106.941294,32.714471],[106.941665,32.716258],[106.946343,32.718764],[106.960525,32.718055],[106.9808,32.712413],[106.985544,32.713116],[106.985666,32.715669],[106.996971,32.722131],[107.00167,32.729751],[107.003995,32.730727],[107.009603,32.72588],[107.012104,32.720406],[107.025729,32.72044],[107.025094,32.716466],[107.027367,32.711805],[107.03296,32.711762],[107.045837,32.717589],[107.061734,32.710706],[107.063502,32.700497],[107.061883,32.697423],[107.056276,32.695022],[107.054444,32.684981],[107.057935,32.67842],[107.061784,32.673592],[107.071439,32.670068],[107.07868,32.669578],[107.083368,32.671655],[107.088352,32.669022],[107.093636,32.655709],[107.09125,32.648478],[107.08485,32.638582],[107.085452,32.625505],[107.093163,32.618695],[107.094796,32.615232],[107.096741,32.610555],[107.09517,32.604022],[107.100235,32.597088],[107.100861,32.592349],[107.095366,32.588544],[107.090068,32.57914],[107.087731,32.57104],[107.083709,32.566963],[107.08569,32.556333],[107.079179,32.545375],[107.067587,32.539156],[107.065247,32.533676],[107.071945,32.531441],[107.075515,32.53205],[107.093513,32.51943],[107.10812,32.516511],[107.115124,32.51298],[107.111886,32.50956],[107.107373,32.508618],[107.108179,32.502113],[107.110104,32.496745],[107.113491,32.497553],[107.118567,32.495915],[107.115572,32.487203],[107.122455,32.480515],[107.133582,32.481937],[107.145355,32.480924],[107.157782,32.477157],[107.16226,32.480853],[107.170193,32.482766],[107.179768,32.472011],[107.189937,32.469295],[107.197145,32.462107],[107.193268,32.453419],[107.199108,32.440919],[107.204065,32.437541],[107.231677,32.426627],[107.237851,32.412006],[107.245587,32.415404],[107.260106,32.405613],[107.266491,32.406564],[107.26936,32.410195],[107.260171,32.42283],[107.265903,32.424975],[107.274742,32.42471],[107.280372,32.437462],[107.278914,32.439928],[107.27857,32.447631],[107.281656,32.451926],[107.280523,32.457815],[107.276482,32.460092],[107.275838,32.465258],[107.282589,32.470387],[107.287519,32.471253],[107.290226,32.475197],[107.294292,32.490359],[107.308065,32.50057],[107.342204,32.512698],[107.362478,32.529459],[107.367052,32.537775],[107.366442,32.541656],[107.371947,32.548631],[107.382201,32.546226],[107.389154,32.542609],[107.422986,32.537807],[107.42982,32.540908],[107.432141,32.518168],[107.424084,32.503774],[107.4289,32.492961],[107.428305,32.48022],[107.434174,32.467797],[107.437452,32.466094],[107.444734,32.465618],[107.453429,32.460531],[107.455847,32.456002],[107.455365,32.44334],[107.450735,32.436643],[107.446177,32.434649],[107.444847,32.428413],[107.450211,32.42442],[107.452029,32.419764],[107.469263,32.421279],[107.474229,32.427885],[107.481281,32.427336],[107.487626,32.416725],[107.49355,32.400127],[107.531376,32.385504],[107.534933,32.38589],[107.538762,32.395803],[107.542194,32.396636],[107.547506,32.394464],[107.551763,32.395158],[107.601843,32.416713],[107.609449,32.407239],[107.614335,32.410319],[107.622151,32.410601],[107.628791,32.406378],[107.630812,32.406319],[107.634331,32.410487],[107.642596,32.415359],[107.649146,32.412254],[107.653306,32.40679],[107.667595,32.398743],[107.674685,32.400271],[107.677141,32.396135],[107.680358,32.39466],[107.687189,32.381188],[107.690472,32.369272],[107.688183,32.365101],[107.69015,32.358201],[107.694423,32.346661],[107.701618,32.334292],[107.710904,32.329816],[107.746089,32.339162],[107.751046,32.337959],[107.753335,32.32922],[107.757786,32.321593],[107.770434,32.309351],[107.784833,32.280289],[107.799994,32.26847],[107.806053,32.250679],[107.81339,32.240536],[107.820097,32.236763],[107.824261,32.229783],[107.829733,32.22443],[107.840017,32.22455],[107.841019,32.220947],[107.861363,32.204066],[107.873632,32.203926],[107.886014,32.216802],[107.899841,32.210767],[107.908109,32.201905],[107.913457,32.199497],[107.917013,32.200683],[107.919466,32.199028],[107.933118,32.183558],[107.954253,32.164206],[107.957607,32.16333],[107.972067,32.147966],[107.989472,32.149358],[107.998085,32.156282],[107.996965,32.159128],[107.997951,32.160885],[108.001485,32.159734],[108.000851,32.164397],[108.002655,32.167366],[108.020514,32.176401],[108.019966,32.181293],[108.013444,32.18604],[108.012684,32.193654],[108.019469,32.200785],[108.019361,32.214516],[108.02506,32.221793],[108.029,32.222549],[108.036242,32.216616],[108.053739,32.220377],[108.058988,32.222928],[108.060946,32.225864],[108.060609,32.229873],[108.066692,32.234533],[108.071002,32.232232],[108.087719,32.234473],[108.095671,32.230825],[108.09853,32.226632],[108.115174,32.223721],[108.118576,32.219585],[108.135998,32.220065],[108.140148,32.221097],[108.14353,32.225671],[108.149318,32.241198],[108.17109,32.229643],[108.175166,32.222703],[108.183722,32.222345],[108.191308,32.227717],[108.188522,32.233326],[108.190023,32.236431],[108.203886,32.243097],[108.208841,32.247465],[108.210131,32.253032],[108.207442,32.257497],[108.208295,32.258874],[108.211908,32.261769],[108.215662,32.259011],[108.218001,32.259109],[108.228045,32.269826],[108.237633,32.276342],[108.247297,32.273614],[108.256463,32.265774],[108.260949,32.258222],[108.282437,32.251674],[108.298458,32.23823],[108.305821,32.234506],[108.3267,32.234913],[108.331109,32.237969],[108.333608,32.243669],[108.345202,32.255954],[108.363887,32.255223],[108.378186,32.258902],[108.387101,32.265551],[108.394242,32.264376],[108.404531,32.258398],[108.41261,32.257304],[108.418015,32.262769],[108.423777,32.264333],[108.429696,32.265352],[108.443519,32.262638],[108.460671,32.265867],[108.4667,32.273512],[108.472833,32.270578],[108.480698,32.26235],[108.478732,32.258554],[108.481025,32.252008],[108.49101,32.246782],[108.494511,32.24921],[108.498743,32.249748],[108.502933,32.245589],[108.502623,32.240984],[108.507347,32.232114],[108.50962,32.220399],[108.506144,32.215914],[108.50294,32.215218],[108.501626,32.211302],[108.504557,32.204171],[108.4974,32.198722],[108.486014,32.194929],[108.479619,32.186143],[108.475138,32.183255],[108.465726,32.184347],[108.452712,32.1826],[108.43903,32.191013],[108.42784,32.193569],[108.418565,32.190238],[108.401932,32.198071],[108.378142,32.182682],[108.364593,32.176999],[108.368779,32.170986],[108.384201,32.158453],[108.379814,32.155663],[108.37699,32.156067],[108.40256,32.144073],[108.410029,32.13485],[108.410231,32.131874],[108.428156,32.103401],[108.4371,32.095876],[108.448525,32.093103],[108.448228,32.078306],[108.446667,32.075631],[108.44309,32.072246],[108.423903,32.063239],[108.414795,32.066422],[108.408125,32.072291],[108.405465,32.072126],[108.403287,32.069149],[108.392698,32.070146],[108.373165,32.07781],[108.367144,32.078349],[108.362395,32.074738],[108.354949,32.073476],[108.345012,32.07352],[108.339412,32.068474],[108.341545,32.061136],[108.351419,32.057048],[108.353426,32.053694],[108.352072,32.04899],[108.361287,32.038427],[108.349824,32.031941],[108.335851,32.032244],[108.322723,32.019007],[108.329876,32.015894],[108.340306,32.006007],[108.362285,31.995435],[108.365999,31.990872],[108.363199,31.986524],[108.355003,31.982144],[108.348115,31.974958],[108.334956,31.983643],[108.319933,31.987862],[108.310236,31.996363],[108.303571,31.99966],[108.296983,31.994621],[108.280951,31.991064],[108.280605,31.98455],[108.277046,31.982407],[108.269456,31.983599],[108.263331,31.982571],[108.256684,31.968574],[108.272874,31.960227],[108.276804,31.955154],[108.28271,31.937523],[108.27793,31.920021],[108.283046,31.911558],[108.295609,31.913318],[108.303871,31.908557],[108.306427,31.903276],[108.321481,31.885074],[108.330393,31.876935],[108.331954,31.871571],[108.340259,31.863583],[108.358982,31.854949],[108.367847,31.853796],[108.372375,31.857739],[108.376862,31.857653],[108.381969,31.853829],[108.382921,31.846348],[108.386164,31.838403],[108.3841,31.832962],[108.395547,31.825],[108.420621,31.812981],[108.438718,31.811108],[108.449732,31.814216],[108.458702,31.814217],[108.46137,31.808108],[108.458966,31.803078],[108.449536,31.790895],[108.447023,31.790142],[108.455362,31.783718],[108.460062,31.782825],[108.464342,31.784052],[108.47135,31.780615],[108.483466,31.783085],[108.484441,31.774075],[108.486975,31.775658],[108.507422,31.766575],[108.511466,31.763347],[108.51785,31.763755],[108.521893,31.762832],[108.524418,31.760153],[108.531791,31.759684],[108.514944,31.74843],[108.501805,31.735673],[108.507428,31.731193],[108.512237,31.730819],[108.516316,31.727971],[108.520508,31.71399],[108.521575,31.708115],[108.520182,31.703263],[108.514279,31.700677],[108.511011,31.69635],[108.529596,31.68009],[108.539061,31.676338],[108.542535,31.669904],[108.539562,31.66626],[108.530514,31.671723],[108.5243,31.668577],[108.516141,31.668554],[108.513754,31.666745],[108.511697,31.659791],[108.491157,31.652143],[108.488267,31.644827],[108.485087,31.642484],[108.468835,31.641585],[108.463646,31.635852],[108.465293,31.62897],[108.46384,31.622457],[108.461173,31.620414],[108.457158,31.623707],[108.453894,31.630932],[108.44245,31.636404],[108.432729,31.634078],[108.424524,31.624005],[108.420187,31.625193],[108.414972,31.621285],[108.414383,31.619756],[108.416523,31.616961],[108.413528,31.612444],[108.409629,31.610844],[108.40856,31.608179],[108.39972,31.607138],[108.384731,31.592533],[108.384265,31.588375],[108.389862,31.579961],[108.381311,31.574344],[108.373457,31.572473],[108.38692,31.564951],[108.387575,31.559485],[108.385051,31.549021],[108.37125,31.545093],[108.357653,31.547858],[108.344003,31.548505],[108.336477,31.542395],[108.336296,31.533576],[108.336907,31.529964],[108.342875,31.527596],[108.344522,31.520256],[108.342127,31.516204],[108.335669,31.51202],[108.324005,31.508365],[108.318323,31.504173],[108.306446,31.508754],[108.291102,31.505129],[108.278909,31.510698],[108.27285,31.503291],[108.259506,31.50588],[108.25124,31.501053],[108.244953,31.50058],[108.243241,31.50353],[108.232413,31.509705],[108.225003,31.508715],[108.221336,31.505941],[108.220893,31.502512],[108.20998,31.497256],[108.186554,31.492684],[108.184879,31.484082],[108.189846,31.479206],[108.189789,31.473494],[108.192039,31.469995],[108.196715,31.466521],[108.201372,31.465934],[108.207862,31.470962],[108.219062,31.469283],[108.221664,31.457353],[108.218976,31.449338],[108.205898,31.441445],[108.208337,31.43466],[108.212843,31.428614],[108.211849,31.414017],[108.203188,31.400397],[108.196285,31.396298],[108.189058,31.397499],[108.177498,31.395169],[108.172661,31.3917],[108.172499,31.388111],[108.169155,31.382961],[108.163692,31.380006],[108.162013,31.381862],[108.156873,31.381232],[108.149469,31.375389],[108.154705,31.367936],[108.15432,31.362942],[108.168075,31.359002],[108.175814,31.354091],[108.176428,31.344223],[108.182288,31.341716],[108.176898,31.327238],[108.161121,31.323153],[108.157501,31.319747],[108.15676,31.31543],[108.138268,31.302367],[108.131977,31.30097],[108.099555,31.284113],[108.097049,31.28072],[108.0891,31.276294],[108.091192,31.271023],[108.085383,31.267165],[108.076931,31.263571],[108.063242,31.264223],[108.056406,31.257784],[108.048461,31.255782],[108.043202,31.257047],[108.027627,31.252301],[108.015021,31.245853],[108.025124,31.24087],[108.0271,31.234937],[108.024334,31.231504],[108.02347,31.226902],[108.026564,31.219868],[108.072089,31.233993],[108.07403,31.229967],[108.064876,31.224807],[108.06384,31.221864],[108.07501,31.219378],[108.079343,31.216469],[108.080931,31.212192],[108.084544,31.208496],[108.088085,31.193257],[108.073366,31.188786],[108.06459,31.178728],[108.063174,31.17615],[108.067275,31.173858],[108.049907,31.1588],[108.053732,31.150383],[108.052955,31.14877],[108.038759,31.147176],[108.035944,31.145372],[108.030184,31.139819],[108.023198,31.124552],[108.022552,31.119155],[108.013357,31.11531],[108.008465,31.117061],[108.005092,31.112101],[108.010704,31.098103],[108.017862,31.095463],[108.01994,31.091014],[108.020066,31.079831],[108.023193,31.073208],[108.019478,31.068389],[108.019957,31.066488],[108.022213,31.064836],[108.041808,31.063935],[108.045057,31.060234],[108.054343,31.05595],[108.054955,31.052604],[108.048967,31.042665],[108.040929,31.04245],[108.020939,31.035248],[108.018278,31.031227],[108.009996,31.026884],[108,31.02691],[107.992929,31.009475],[107.981499,30.989044],[107.976822,30.984247],[107.966487,30.984151],[107.948509,30.987781],[107.939393,30.992004],[107.936943,30.98911],[107.933152,30.970576],[107.932989,30.959105],[107.934961,30.957435],[107.935434,30.952463],[107.931016,30.93335],[107.932872,30.930348],[107.944999,30.919362],[107.958767,30.918509],[107.990885,30.911151],[107.989913,30.907567],[107.985346,30.903303],[107.978809,30.901237],[107.952244,30.885388],[107.95096,30.880948],[107.951779,30.877992],[107.948404,30.873023],[107.931916,30.863289],[107.927711,30.862933],[107.895381,30.84011],[107.887124,30.833461],[107.886085,30.829182],[107.877318,30.818024],[107.858079,30.805568],[107.854483,30.800041],[107.843211,30.794625],[107.836625,30.795689],[107.818778,30.803851],[107.811975,30.804599],[107.791724,30.817565],[107.783204,30.821315],[107.77478,30.820228],[107.771461,30.81725],[107.763401,30.817727],[107.758903,30.819663],[107.754006,30.829982],[107.751032,30.8325],[107.752953,30.842812],[107.747682,30.848681],[107.75285,30.864943],[107.750445,30.86477],[107.737861,30.885105],[107.712664,30.892329],[107.699771,30.873341],[107.693405,30.876094],[107.688357,30.875731],[107.681711,30.87115],[107.664267,30.847901],[107.646447,30.828138],[107.643492,30.827964],[107.635783,30.819575],[107.638748,30.815247],[107.637794,30.814389],[107.631329,30.815321],[107.614572,30.827543],[107.611223,30.837963],[107.606643,30.844841],[107.601048,30.842928],[107.593156,30.837407],[107.568863,30.849685],[107.556142,30.852618],[107.553267,30.849375],[107.550474,30.848736],[107.542668,30.850854],[107.532259,30.850762],[107.518532,30.847259],[107.512415,30.858235],[107.503803,30.850547],[107.479865,30.840249],[107.482129,30.835993],[107.485708,30.836957],[107.487665,30.835732],[107.488155,30.831169],[107.485497,30.828868],[107.484863,30.824965],[107.487859,30.817438],[107.494049,30.814556],[107.494366,30.812027],[107.472307,30.801296],[107.472282,30.794008],[107.468689,30.788209],[107.461608,30.787032],[107.455408,30.788091],[107.46198,30.777023],[107.458075,30.772611],[107.442201,30.780798],[107.439944,30.780236],[107.437398,30.776167],[107.439914,30.77507],[107.437992,30.766253],[107.433806,30.761367],[107.435467,30.758449],[107.441571,30.756179],[107.441902,30.754288],[107.435,30.748349],[107.42073,30.748185],[107.420005,30.742641],[107.431625,30.721867],[107.442501,30.714981],[107.456921,30.697619],[107.455884,30.688968],[107.460021,30.681154],[107.469708,30.66978],[107.475328,30.666873],[107.491313,30.668211],[107.509477,30.649234],[107.510879,30.646282],[107.509682,30.643633],[107.497326,30.626953],[107.489929,30.621376],[107.480404,30.600461],[107.461399,30.588876],[107.461842,30.582409],[107.453946,30.574289],[107.423924,30.55238],[107.423463,30.550075],[107.428418,30.542927],[107.438003,30.53704],[107.427721,30.523965],[107.42479,30.521737],[107.414779,30.518991],[107.40428,30.523917],[107.400095,30.521371],[107.401348,30.516761],[107.400329,30.514466],[107.366961,30.478861],[107.356653,30.465008],[107.339676,30.42621],[107.339391,30.423369],[107.34243,30.417232],[107.338063,30.400663],[107.332032,30.385914],[107.333468,30.385138],[107.332358,30.380849],[107.308351,30.360932],[107.297672,30.355432],[107.283011,30.337827],[107.278298,30.329677],[107.273877,30.315621],[107.267955,30.309133],[107.262353,30.294953],[107.254598,30.285154],[107.255574,30.275079],[107.236221,30.242228],[107.215885,30.216297],[107.195058,30.193835],[107.14154,30.147823],[107.141141,30.143446],[107.137126,30.136123],[107.127418,30.123806],[107.116301,30.118906],[107.108611,30.120421],[107.102574,30.119071],[107.101516,30.112757],[107.104587,30.104271],[107.096726,30.096551],[107.091587,30.094133],[107.077615,30.101524],[107.075939,30.10072],[107.0682,30.083846],[107.069706,30.077248],[107.080608,30.066768],[107.071752,30.054664],[107.062582,30.048196],[107.050903,30.044692],[107.04775,30.046418],[107.046545,30.05107],[107.047634,30.055162],[107.039101,30.058093],[107.036919,30.057063],[107.032982,30.047215],[107.037833,30.041952],[107.039699,30.037391],[107.027317,30.035499],[107.020044,30.036937],[107.014973,30.04041],[107.014285,30.046162],[107.010743,30.054444],[106.99842,30.055961],[106.994749,30.059788],[106.994904,30.064473],[106.984302,30.082943],[106.981352,30.086917],[106.976569,30.088408],[106.964795,30.084285],[106.953028,30.071728],[106.950154,30.064132],[106.953171,30.059945],[106.95255,30.0563],[106.943574,30.041531],[106.940321,30.039896],[106.932775,30.042422],[106.919711,30.03774],[106.9099,30.027838],[106.905982,30.027358],[106.901533,30.02929],[106.898851,30.035735],[106.887617,30.033421],[106.882964,30.037496],[106.872957,30.033657],[106.855119,30.030278],[106.856057,30.033755],[106.837971,30.051941],[106.833806,30.052546],[106.831652,30.045249],[106.821874,30.034129],[106.804411,30.032999],[106.782682,30.02002],[106.767848,30.018225],[106.748658,30.022081],[106.738619,30.028254],[106.727219,30.029232],[106.719083,30.046785],[106.723604,30.056048],[106.723488,30.058976],[106.709553,30.071622],[106.700024,30.070601],[106.695265,30.076681],[106.69398,30.084532],[106.697072,30.089076],[106.698415,30.095452],[106.695846,30.099885],[106.696026,30.11348],[106.697686,30.117891],[106.686463,30.120013],[106.689412,30.128479],[106.66762,30.124085],[106.671053,30.149312],[106.670116,30.152509],[106.675574,30.156591],[106.676221,30.160317],[106.673382,30.161398],[106.666072,30.158858],[106.662296,30.164062],[106.662608,30.169162],[106.660822,30.170533],[106.655554,30.168628],[106.652272,30.164379],[106.64706,30.165224],[106.647116,30.167917],[106.651785,30.17154],[106.651441,30.17532],[106.650381,30.176864],[106.6391,30.178036],[106.63751,30.179808],[106.638094,30.182331],[106.645258,30.188997],[106.646303,30.191807],[106.64208,30.192369],[106.635819,30.191033],[106.63286,30.18879],[106.629165,30.189181],[106.628561,30.191986],[106.631911,30.195434],[106.632953,30.199046],[106.631365,30.20036],[106.628798,30.198805],[106.625298,30.199884],[106.621578,30.206691],[106.622485,30.210819],[106.625848,30.211115],[106.62834,30.214904],[106.627184,30.218575],[106.624125,30.219562],[106.624651,30.223934],[106.618564,30.22602],[106.615976,30.229909],[106.609113,30.230117],[106.605739,30.232112],[106.60448,30.235929],[106.619312,30.244671],[106.629933,30.248913],[106.639232,30.249727],[106.639767,30.251928],[106.630153,30.269844],[106.626914,30.268026],[106.620914,30.269294],[106.619896,30.282988],[106.608259,30.295951],[106.589613,30.295189],[106.586679,30.297155],[106.582451,30.305961],[106.567991,30.308732],[106.558719,30.316701],[106.554214,30.318622],[106.547474,30.316616],[106.542411,30.311627],[106.541204,30.299306],[106.521867,30.304828],[106.508924,30.300248],[106.507094,30.29805],[106.507265,30.292475],[106.505312,30.291828],[106.495893,30.292949],[106.495413,30.29824],[106.475409,30.30485],[106.4693,30.305033],[106.467906,30.302283],[106.465189,30.301166],[106.455394,30.30497],[106.452376,30.304606],[106.450451,30.299835],[106.447412,30.29949],[106.44435,30.301352],[106.445491,30.306178],[106.452228,30.308604],[106.436971,30.312447],[106.431814,30.306128],[106.438153,30.301815],[106.442046,30.294782],[106.437451,30.290907],[106.430971,30.297825],[106.425105,30.294423],[106.424586,30.292551],[106.429144,30.289208],[106.431471,30.284135],[106.430247,30.27948],[106.42114,30.279039],[106.414966,30.281699],[106.404616,30.277566],[106.415828,30.267512],[106.424651,30.265274],[106.426472,30.262935],[106.424957,30.256206],[106.419402,30.25503],[106.409318,30.24589],[106.398418,30.244641],[106.386302,30.257783],[106.378884,30.258055],[106.37898,30.253154],[106.382313,30.252512],[106.386343,30.245737],[106.381566,30.246046],[106.368458,30.251281],[106.361475,30.245234],[106.349913,30.245055],[106.336082,30.240763],[106.331019,30.228178],[106.316811,30.232623],[106.305511,30.239835],[106.29623,30.241519],[106.295361,30.240398],[106.30315,30.228963],[106.287754,30.222265],[106.290117,30.210637],[106.280375,30.199439],[106.273687,30.198375],[106.273149,30.204683],[106.275622,30.208251],[106.275253,30.211255],[106.271881,30.213923],[106.262096,30.217621],[106.257168,30.216689],[106.260376,30.211883],[106.266174,30.21015],[106.267722,30.208252],[106.267792,30.188623],[106.265297,30.18712],[106.26119,30.187498],[106.25854,30.192197],[106.260737,30.193617],[106.260684,30.197242],[106.257353,30.200114],[106.253893,30.19813],[106.251013,30.20144],[106.243003,30.200826],[106.24162,30.196681],[106.245713,30.191067],[106.243907,30.183131],[106.240256,30.180491],[106.232162,30.187967],[106.228822,30.19357],[106.235188,30.200359],[106.235898,30.204453],[106.228697,30.214322],[106.223916,30.216351],[106.220362,30.211543],[106.210073,30.204843],[106.200597,30.20655],[106.187869,30.218701],[106.196811,30.229912],[106.197833,30.236785],[106.175998,30.234334],[106.178756,30.242634],[106.175235,30.242615],[106.166665,30.252583],[106.176427,30.264047],[106.175871,30.275191],[106.172155,30.277519],[106.173163,30.28542],[106.166782,30.306877],[106.159571,30.309565],[106.158108,30.313966],[106.153001,30.316493],[106.128568,30.316161],[106.129567,30.320087],[106.128448,30.326957],[106.11984,30.327858],[106.1296,30.311779],[106.127796,30.304764],[106.122144,30.304449],[106.117964,30.309592],[106.12053,30.313426],[106.118952,30.316582],[106.116423,30.316461],[106.109225,30.320234],[106.104434,30.316878],[106.104617,30.314138],[106.10204,30.313434],[106.097338,30.317985],[106.099649,30.322353],[106.098955,30.323915],[106.085848,30.32878],[106.087602,30.338057],[106.084838,30.34839],[106.075686,30.347004],[106.073353,30.339258],[106.070309,30.337542],[106.065412,30.342911],[106.049554,30.347517],[106.050539,30.350069],[106.045588,30.352983],[106.028496,30.370766],[106.019969,30.374394],[105.998052,30.379348],[105.996227,30.374483],[105.993483,30.37283],[105.994593,30.371497],[105.991716,30.369541],[105.989274,30.371456],[105.987338,30.37002],[105.982583,30.374348],[105.984028,30.377811],[105.988763,30.381879],[105.982884,30.37806],[105.981474,30.378858],[105.978667,30.375366],[105.975947,30.375555],[105.974749,30.373841],[105.967975,30.376807],[105.965346,30.379876],[105.954468,30.379919],[105.949763,30.376829],[105.940809,30.375347],[105.920922,30.39343],[105.912706,30.398523],[105.898308,30.389176],[105.894108,30.393408],[105.894707,30.399778],[105.896351,30.400857],[105.899834,30.399371],[105.903971,30.405018],[105.900079,30.410177],[105.898487,30.404951],[105.892927,30.407846],[105.887691,30.413493],[105.882355,30.408847],[105.881915,30.406723],[105.885301,30.403502],[105.882389,30.393532],[105.876237,30.388776],[105.868203,30.392303],[105.865394,30.400627],[105.869217,30.404116],[105.868416,30.408666],[105.860729,30.413292],[105.857707,30.412716],[105.846948,30.39608],[105.841671,30.39412],[105.837422,30.396974],[105.835368,30.400565],[105.834323,30.407869],[105.839151,30.415462],[105.831029,30.421219],[105.82711,30.434841],[105.819299,30.439926],[105.812661,30.439722],[105.797345,30.430013],[105.79261,30.433605],[105.786996,30.430448],[105.791327,30.421429],[105.784496,30.41186],[105.770119,30.411769],[105.766067,30.406494],[105.762824,30.400825],[105.761763,30.392296],[105.755388,30.388418],[105.759665,30.384909],[105.764043,30.384156],[105.765554,30.378693],[105.747824,30.361041],[105.752334,30.349616],[105.751929,30.347302],[105.74735,30.342809],[105.731574,30.339966],[105.729652,30.337573],[105.737352,30.325471],[105.737835,30.321736],[105.731356,30.322477],[105.730078,30.324477],[105.728409,30.324227],[105.727936,30.320109],[105.723389,30.320191],[105.720098,30.324744],[105.713008,30.327575],[105.708721,30.322046],[105.706274,30.306944],[105.708938,30.287288],[105.718813,30.278116],[105.723806,30.281055],[105.732274,30.27914],[105.73142,30.273942],[105.726223,30.268794],[105.717745,30.266265],[105.717528,30.263477],[105.721204,30.25822],[105.718571,30.253543],[105.70783,30.258984],[105.697117,30.260222],[105.688854,30.259534],[105.682483,30.255847],[105.666858,30.256115],[105.665376,30.25676],[105.664127,30.268425],[105.661738,30.269005],[105.661017,30.266657],[105.656855,30.266779],[105.650298,30.269355],[105.642617,30.276418],[105.620635,30.27861],[105.613916,30.260904],[105.614821,30.247376],[105.617844,30.244651],[105.615534,30.237911],[105.631926,30.22209],[105.643164,30.221753],[105.648363,30.222789],[105.648641,30.225644],[105.651793,30.225985],[105.656462,30.219961],[105.657941,30.214624],[105.655767,30.210542],[105.642463,30.211528],[105.639046,30.201768],[105.64111,30.19613],[105.640503,30.189029],[105.627878,30.186224],[105.615784,30.19004],[105.609914,30.183587],[105.601602,30.180279],[105.594513,30.183261],[105.594427,30.18713],[105.586924,30.18693],[105.584516,30.183964],[105.582536,30.177026],[105.575729,30.175356],[105.569435,30.177374],[105.568131,30.179371],[105.569066,30.182638],[105.565967,30.185906],[105.556439,30.187109],[105.534134,30.170694],[105.53138,30.164991],[105.532988,30.155192],[105.542364,30.149518],[105.551335,30.146573],[105.552753,30.147203],[105.553777,30.15318],[105.567493,30.164351],[105.58058,30.166086],[105.593381,30.161351],[105.59063,30.147155],[105.580093,30.14645],[105.574138,30.143976],[105.570766,30.139627],[105.569215,30.12739],[105.57499,30.128321],[105.583002,30.124086],[105.592449,30.111746],[105.608383,30.11153],[105.632234,30.106175],[105.638376,30.10209],[105.633043,30.09589],[105.634608,30.079195],[105.636191,30.075945],[105.655703,30.07015],[105.661789,30.070779],[105.668345,30.076212],[105.673659,30.067765],[105.672362,30.060437],[105.680796,30.050622],[105.684602,30.041159],[105.70348,30.038149],[105.717399,30.044066],[105.722335,30.037637],[105.723077,30.03007],[105.726479,30.027931],[105.738755,30.035932],[105.745075,30.036469],[105.749925,30.027066],[105.752797,30.016538],[105.743723,30.005047],[105.728678,30.00146],[105.720239,29.986651],[105.71992,29.978022],[105.726234,29.968301],[105.727647,29.960221],[105.717168,29.950864],[105.713171,29.943026],[105.715278,29.942082],[105.71563,29.939407],[105.710769,29.932568],[105.706712,29.930227],[105.69755,29.93091],[105.705403,29.920758],[105.710186,29.918817],[105.712187,29.907042],[105.707201,29.906471],[105.707615,29.902403],[105.712395,29.898285],[105.718828,29.895614],[105.725562,29.895279],[105.729504,29.889233],[105.731192,29.885281],[105.729208,29.869927],[105.733954,29.864753],[105.716061,29.859641],[105.715782,29.855688],[105.712804,29.850104],[105.705478,29.843344],[105.694749,29.845445],[105.688443,29.848679],[105.68648,29.854985],[105.67426,29.857241],[105.667763,29.853427],[105.665267,29.846859],[105.656867,29.844095],[105.648958,29.844652],[105.641492,29.843038],[105.637884,29.840468],[105.623027,29.83986],[105.617428,29.845008],[105.616296,29.84852],[105.613459,29.848811],[105.604671,29.832993],[105.604248,29.829057],[105.606456,29.826411],[105.601443,29.82034],[105.592427,29.82161],[105.585331,29.826211],[105.578815,29.821144],[105.583357,29.815148],[105.576327,29.793976],[105.582167,29.786635],[105.566345,29.767389],[105.566323,29.763498],[105.572173,29.761433],[105.572428,29.748348],[105.56368,29.74499],[105.560375,29.740118],[105.563972,29.730327],[105.562671,29.72754],[105.555157,29.729511],[105.547858,29.738038],[105.544631,29.738679],[105.539229,29.737051],[105.538576,29.730532],[105.542775,29.722692],[105.526518,29.710451],[105.53007,29.702102],[105.535389,29.700476],[105.535784,29.697087],[105.523017,29.698035],[105.516977,29.706763],[105.508976,29.709091],[105.505171,29.708479],[105.493985,29.713077],[105.491448,29.720233],[105.48849,29.723652],[105.480968,29.721509],[105.475041,29.718681],[105.469558,29.710354],[105.46857,29.705538],[105.469707,29.699969],[105.479009,29.681919],[105.478101,29.680925],[105.473483,29.678018],[105.460532,29.675937],[105.457394,29.677276],[105.430949,29.678951],[105.419471,29.690739],[105.415882,29.690519],[105.409646,29.68657],[105.403447,29.678689],[105.397767,29.674626],[105.386593,29.678859],[105.384871,29.672957],[105.37965,29.671231],[105.382272,29.669774],[105.389431,29.657926],[105.389863,29.653761],[105.383219,29.649493],[105.373766,29.646602],[105.370832,29.643799],[105.3739,29.635414],[105.377108,29.63277],[105.375178,29.625915],[105.371224,29.623718],[105.364985,29.623867],[105.361477,29.630778],[105.357034,29.631675],[105.351279,29.62953],[105.34342,29.623084],[105.338068,29.605373],[105.332444,29.599291],[105.321051,29.599212],[105.32673,29.606628],[105.320584,29.612153],[105.317365,29.612314],[105.307773,29.596971],[105.308295,29.592163],[105.312955,29.587997],[105.313384,29.5799],[105.309666,29.575809],[105.30371,29.578926],[105.296969,29.577306],[105.293003,29.566507],[105.289838,29.541914],[105.291427,29.537197],[105.297706,29.53604],[105.302546,29.529708],[105.305903,29.528775],[105.315716,29.51658],[105.317193,29.502261],[105.320056,29.497908],[105.316696,29.486654],[105.317166,29.476949],[105.326932,29.474944],[105.334681,29.466607],[105.335363,29.462388],[105.33237,29.456707],[105.327349,29.453175],[105.32208,29.455118],[105.32085,29.450711],[105.334919,29.442276],[105.340239,29.450751],[105.346216,29.452876],[105.350762,29.44951],[105.358794,29.457051],[105.360126,29.460896],[105.372978,29.460463],[105.385634,29.455664],[105.393939,29.445266],[105.394551,29.440198],[105.371232,29.428993],[105.368954,29.421393],[105.369836,29.420039],[105.384371,29.425471],[105.396118,29.425882],[105.424219,29.421355],[105.427891,29.412154],[105.439944,29.402988],[105.440331,29.401252],[105.438249,29.400281],[105.437518,29.396016],[105.439295,29.390746],[105.4273,29.381837],[105.427855,29.379545],[105.434443,29.374093],[105.437076,29.369688],[105.4339,29.36687],[105.418295,29.359805],[105.412202,29.352441],[105.416203,29.346391],[105.420339,29.333553],[105.415365,29.31467],[105.419242,29.312391],[105.421698,29.317528],[105.427737,29.32109],[105.438391,29.323926],[105.442659,29.322503],[105.451074,29.327223],[105.450809,29.331972],[105.455626,29.330782],[105.464294,29.32266],[105.455437,29.292986],[105.456475,29.290738],[105.46279,29.290373],[105.470855,29.286542],[105.472137,29.284698],[105.47137,29.281322],[105.481886,29.279916],[105.506021,29.289484],[105.510679,29.283507],[105.506347,29.280572],[105.505125,29.27523],[105.514475,29.266376],[105.517729,29.266533],[105.522278,29.271049],[105.534965,29.276393],[105.554611,29.281439],[105.573942,29.273707],[105.59518,29.274768],[105.60213,29.278804],[105.606781,29.27812],[105.607998,29.276984],[105.606504,29.263886],[105.603418,29.259452],[105.605034,29.257665],[105.60949,29.259664],[105.61528,29.266444],[105.611663,29.27342],[105.626,29.278694],[105.625118,29.281848],[105.628368,29.283937],[105.632021,29.283312],[105.641149,29.277323],[105.640697,29.272044],[105.635117,29.265703],[105.642825,29.258357],[105.6527,29.2548],[105.663949,29.256128],[105.671293,29.266231],[105.658031,29.272624],[105.65988,29.27762],[105.662518,29.278998],[105.67541,29.277508],[105.680118,29.289359],[105.688556,29.297182],[105.697851,29.301794],[105.71167,29.298883],[105.714237,29.295028],[105.712467,29.29299],[105.693844,29.292975],[105.689829,29.290002],[105.68728,29.272617],[105.688073,29.270749],[105.691606,29.271607],[105.693401,29.27034],[105.695825,29.26191],[105.695445,29.25577],[105.705142,29.241993],[105.705311,29.236132],[105.702057,29.226504],[105.703585,29.223855],[105.7085,29.222262],[105.704333,29.210659],[105.713251,29.206999],[105.719554,29.198338],[105.72011,29.192322],[105.709959,29.187674],[105.705128,29.180794],[105.708932,29.177363],[105.714654,29.17639],[105.724643,29.162209],[105.723871,29.157475],[105.725993,29.15606],[105.727211,29.149561],[105.72511,29.13641],[105.733254,29.132011],[105.736481,29.137681],[105.742544,29.143131],[105.749544,29.136115],[105.745858,29.131854],[105.736353,29.131771],[105.72653,29.122295],[105.728776,29.116035],[105.725695,29.109704],[105.724594,29.101005],[105.732993,29.098471],[105.739384,29.090658],[105.73746,29.082278],[105.74125,29.078221],[105.752086,29.075313],[105.754129,29.073186],[105.746164,29.054478],[105.741166,29.050272],[105.738078,29.042935],[105.741866,29.038274],[105.746845,29.037655],[105.751634,29.02703],[105.762686,29.017523],[105.762744,29.011122],[105.75762,29.007051],[105.756854,28.993429],[105.762573,28.988799],[105.78177,28.983199],[105.792988,28.969158],[105.794196,28.966955],[105.792322,28.964245],[105.795979,28.959887],[105.806363,28.960419],[105.802163,28.951357],[105.798839,28.949857],[105.792098,28.953391],[105.789345,28.950604],[105.788071,28.946178],[105.790967,28.940982],[105.795089,28.937934],[105.8004,28.938565],[105.802405,28.942544],[105.805864,28.944936],[105.821021,28.945093],[105.826117,28.948605],[105.839851,28.936638],[105.841428,28.93335],[105.85116,28.930688],[105.872337,28.938749],[105.880061,28.936917],[105.883592,28.933133],[105.885546,28.92386],[105.882633,28.915827],[105.887944,28.911155],[105.894137,28.912232],[105.901566,28.909117],[105.90028,28.905563],[105.90865,28.902606],[105.913093,28.906277],[105.912512,28.911429],[105.903453,28.922656],[105.918591,28.935448],[105.943669,28.944762],[105.956335,28.957972],[105.960215,28.966728],[105.965138,28.971304],[105.967983,28.970435],[105.973463,28.96434],[105.985188,28.965511],[105.986376,28.968182],[105.985234,28.972029],[105.969095,28.975944],[105.980842,28.984173],[106.001093,28.974718],[106.004407,28.966126],[106.015782,28.954653],[106.023597,28.951344],[106.024131,28.954726],[106.027438,28.957037],[106.035452,28.958836],[106.043861,28.953512],[106.043502,28.946707],[106.036553,28.944207],[106.034539,28.939433],[106.034709,28.937998],[106.040419,28.935311],[106.040672,28.929203],[106.037016,28.92525],[106.033058,28.914569],[106.044317,28.909282],[106.05542,28.913987],[106.056167,28.919861],[106.068856,28.923527],[106.07223,28.920831],[106.072728,28.916689],[106.083239,28.906644],[106.089915,28.902452],[106.099228,28.90082],[106.106574,28.902082],[106.111832,28.905193],[106.129968,28.908204],[106.145592,28.90691],[106.165932,28.915132],[106.169385,28.919772],[106.169454,28.924264],[106.18823,28.911437],[106.196063,28.910286],[106.201764,28.906203],[106.212126,28.894722],[106.224164,28.893516],[106.22625,28.884641],[106.230234,28.878168],[106.240075,28.871206],[106.243133,28.869705],[106.246594,28.870743],[106.250586,28.867969],[106.256565,28.853161],[106.261161,28.850957],[106.260178,28.848233],[106.250452,28.841805],[106.249524,28.831507],[106.252625,28.820138],[106.246646,28.815844],[106.24374,28.808828],[106.24447,28.797193],[106.246568,28.790177],[106.249353,28.787603],[106.254304,28.78927],[106.2607,28.787814],[106.276089,28.773918],[106.274302,28.769078],[106.268172,28.763712],[106.267198,28.755845],[106.268824,28.743133],[106.280798,28.737371],[106.287632,28.725285],[106.282152,28.724364],[106.280984,28.723285],[106.281862,28.721519],[106.287485,28.717438],[106.300247,28.713711],[106.302732,28.677445],[106.309562,28.672081],[106.313891,28.671787],[106.316933,28.66754],[106.313603,28.664952],[106.305981,28.663454],[106.304083,28.661393],[106.301711,28.652546],[106.302189,28.647894],[106.307464,28.642642],[106.315944,28.640743],[106.321873,28.641453],[106.324985,28.639791],[106.325931,28.634308],[106.32325,28.627385],[106.321198,28.62457],[106.317147,28.623899],[106.326738,28.607251],[106.337686,28.600809],[106.344613,28.587006],[106.341109,28.568976],[106.327832,28.555837],[106.330961,28.55403],[106.336409,28.535446],[106.340781,28.536685],[106.34383,28.542048],[106.347503,28.542945],[106.353489,28.539895],[106.358374,28.530606],[106.362229,28.527428],[106.368409,28.529115],[106.369404,28.527716],[106.372231,28.521395],[106.372691,28.505307],[106.37099,28.502296],[106.375223,28.48292],[106.373953,28.481137],[106.366899,28.478737],[106.362926,28.482819],[106.340158,28.481584],[106.327562,28.483571],[106.312313,28.498835],[106.301976,28.505812],[106.286962,28.541332],[106.274549,28.54227],[106.272795,28.540681],[106.27369,28.536652],[106.271439,28.536428],[106.268402,28.537937],[106.265745,28.542059],[106.24479,28.548569],[106.238816,28.556467],[106.218562,28.569532],[106.218741,28.574772],[106.216239,28.576408],[106.210978,28.576757],[106.203605,28.573874],[106.191099,28.577874],[106.185916,28.581992],[106.180534,28.590896],[106.180872,28.601765],[106.170774,28.614814],[106.166907,28.61641],[106.164521,28.622823],[106.165536,28.631328],[106.161107,28.639385],[106.137513,28.646711],[106.124609,28.646659],[106.117769,28.644117],[106.120375,28.641019],[106.120723,28.637727],[106.117426,28.635591],[106.103981,28.63382],[106.093492,28.643471],[106.091759,28.654182],[106.089798,28.657713],[106.08332,28.659222],[106.08181,28.663939],[106.085008,28.667861],[106.08589,28.672167],[106.081157,28.680031],[106.08159,28.684256],[106.074617,28.689813],[106.065228,28.693295],[106.059835,28.687819],[106.053169,28.689626],[106.048439,28.693855],[106.040801,28.697105],[106.034145,28.692741],[106.027139,28.698903],[106.032718,28.708807],[106.027565,28.710616],[106.016382,28.710936],[106.015899,28.714541],[106.018732,28.717151],[106.025358,28.717747],[106.007929,28.739287],[105.998814,28.747268],[105.994074,28.747365],[105.986915,28.744288],[105.974522,28.749668],[105.97091,28.758612],[105.963596,28.766019],[105.961655,28.763885],[105.960792,28.739593],[105.950692,28.726945],[105.952965,28.717775],[105.943378,28.716588],[105.939109,28.714155],[105.935964,28.7091],[105.928677,28.705896],[105.929614,28.700631],[105.934489,28.692172],[105.932157,28.684534],[105.899518,28.672419],[105.887864,28.671588],[105.884931,28.65485],[105.890164,28.64697],[105.888499,28.626267],[105.90202,28.616022],[105.901704,28.606241],[105.896863,28.605121],[105.892475,28.606593],[105.883431,28.601884],[105.879409,28.597696],[105.874287,28.600029],[105.872081,28.602455],[105.871942,28.60527],[105.869733,28.606486],[105.856434,28.602965],[105.846922,28.609875],[105.838094,28.607616],[105.832684,28.603697],[105.814084,28.605895],[105.805842,28.603282],[105.792196,28.607213],[105.781338,28.614583],[105.777589,28.61013],[105.774472,28.600516],[105.754,28.593283],[105.752971,28.607053],[105.744987,28.619287],[105.742772,28.619883],[105.733625,28.616398],[105.733252,28.612116],[105.723634,28.606283],[105.718337,28.595901],[105.713047,28.590861],[105.70668,28.590439],[105.695437,28.595952],[105.690996,28.593999],[105.6887,28.589647],[105.687426,28.579338],[105.689352,28.570326],[105.681845,28.563415],[105.677954,28.555858],[105.679677,28.538765],[105.66945,28.539415],[105.665558,28.538181],[105.66376,28.535433],[105.666201,28.531075],[105.659717,28.52699],[105.647256,28.526257],[105.642617,28.523248],[105.636373,28.521924],[105.631268,28.521896],[105.629486,28.524612],[105.621427,28.523295],[105.624811,28.513707],[105.622974,28.500046],[105.617921,28.489798],[105.611803,28.486547],[105.606174,28.476957],[105.611426,28.473876],[105.616169,28.466656],[105.615695,28.464659],[105.611976,28.464342],[105.609395,28.460616],[105.605788,28.446189],[105.619128,28.438398],[105.628182,28.435676],[105.633145,28.439321],[105.635762,28.43852],[105.64136,28.433607],[105.644395,28.424545],[105.645241,28.414824],[105.636575,28.403365],[105.647738,28.393379],[105.648161,28.380966],[105.651403,28.374436],[105.650903,28.366524],[105.645941,28.341501],[105.641092,28.333376],[105.634382,28.326112],[105.636397,28.315675],[105.641324,28.310661],[105.642944,28.312583],[105.642774,28.316525],[105.647274,28.321634],[105.653249,28.318059],[105.655826,28.314187],[105.664567,28.31602],[105.672227,28.307438],[105.685395,28.28751],[105.732523,28.273993],[105.735608,28.279913],[105.733529,28.284334],[105.734026,28.290924],[105.731518,28.294548],[105.732115,28.302865],[105.735133,28.308051],[105.757138,28.3125],[105.775676,28.31285],[105.776539,28.316742],[105.767883,28.322196],[105.767393,28.332384],[105.7716,28.338787],[105.774241,28.339927],[105.784594,28.339437],[105.789393,28.330113],[105.793312,28.315969],[105.797351,28.312036],[105.80309,28.31049],[105.815939,28.311091],[105.820729,28.308736],[105.838434,28.269008],[105.842383,28.261707],[105.847012,28.257231],[105.85714,28.252131],[105.859336,28.252523],[105.86099,28.255468],[105.870369,28.258173],[105.870115,28.254303],[105.872265,28.248716],[105.887913,28.240505],[105.886244,28.235593],[105.883434,28.233253],[105.879692,28.217479],[105.874676,28.210393],[105.869904,28.208428],[105.866092,28.203877],[105.866104,28.195235],[105.856504,28.17179],[105.857303,28.162864],[105.859952,28.156102],[105.865239,28.149691],[105.874987,28.142922],[105.872393,28.133061],[105.873909,28.127123],[105.875998,28.125628],[105.892864,28.123447],[105.90249,28.13391],[105.919045,28.141175],[105.925454,28.136615],[105.930428,28.135424],[105.934275,28.136605],[105.936159,28.140665],[105.933842,28.14544],[105.938531,28.147782],[105.950907,28.145207],[105.965443,28.137674],[105.970903,28.119636],[105.978289,28.110108],[105.982058,28.111937],[105.982211,28.11929],[105.984445,28.121649],[105.987465,28.12173],[105.990992,28.119319],[105.995891,28.119462],[106.008609,28.123467],[106.015953,28.119156],[106.016528,28.113451],[106.018776,28.111483],[106.030982,28.110635],[106.033005,28.113868],[106.027595,28.125157],[106.024119,28.127943],[106.024068,28.135026],[106.029606,28.134995],[106.03449,28.141528],[106.041648,28.141777],[106.058558,28.146672],[106.084996,28.164845],[106.109446,28.167468],[106.118692,28.170427],[106.133134,28.165688],[106.142278,28.165965],[106.174865,28.150091],[106.187393,28.140578],[106.203277,28.137869],[106.205604,28.13373],[106.204954,28.127174],[106.208055,28.122414],[106.223129,28.11882],[106.222954,28.113134],[106.225352,28.104436],[106.22859,28.101189],[106.241822,28.098565],[106.246598,28.095456],[106.262866,28.070567],[106.26026,28.05673],[106.261738,28.052505],[106.251773,28.048577],[106.250212,28.044589],[106.238008,28.031775],[106.236458,28.025996],[106.24011,28.016668],[106.24935,28.012293],[106.25139,28.009639],[106.258193,28.009934],[106.26251,28.007064],[106.276752,28.010501],[106.289902,28.007082],[106.293311,28.002669],[106.293996,27.997461],[106.310918,27.982797],[106.310018,27.97477],[106.313899,27.974158],[106.315852,27.965428],[106.324669,27.961864],[106.323965,27.955688],[106.313971,27.948281],[106.310946,27.941096],[106.304687,27.940078],[106.306391,27.929694],[106.304653,27.921331],[106.305776,27.916383],[106.297812,27.9125],[106.298285,27.904081],[106.30152,27.902288],[106.313525,27.901492],[106.317072,27.899549],[106.322744,27.899822],[106.325145,27.892183],[106.32953,27.888218],[106.326889,27.884771],[106.321032,27.883003],[106.326692,27.87991],[106.329864,27.880914],[106.334889,27.878547],[106.337557,27.86928],[106.334106,27.860762],[106.327579,27.85407],[106.322198,27.851122],[106.312479,27.839184],[106.313528,27.835939],[106.316659,27.833361],[106.327382,27.827037],[106.333175,27.830342],[106.339477,27.828114],[106.338425,27.823396],[106.319587,27.813049],[106.306813,27.813508],[106.291868,27.806201],[106.28317,27.797912],[106.262181,27.783675],[106.250792,27.778454],[106.245032,27.773438],[106.238572,27.770578],[106.227389,27.771051],[106.22113,27.764446],[106.206496,27.767505],[106.189807,27.757702],[106.174942,27.765644],[106.162717,27.766103],[106.143558,27.775709],[106.120942,27.782462],[106.109396,27.781102],[106.101728,27.783356],[106.075565,27.779204],[106.0697,27.781463],[106.060426,27.780853],[106.055373,27.775248],[106.059878,27.768171],[106.05125,27.762277],[106.031681,27.756701],[106.020056,27.750625],[106.011968,27.749285],[105.983178,27.753625],[105.96549,27.744186],[105.942679,27.735781],[105.929973,27.73294],[105.928746,27.731228],[105.92484,27.735092],[105.920929,27.748636],[105.918955,27.750639],[105.90158,27.748661],[105.888231,27.739594],[105.877326,27.74231],[105.864815,27.736033],[105.865543,27.731355],[105.856987,27.720201],[105.841352,27.709219],[105.83138,27.710601],[105.826904,27.713747],[105.810291,27.714385],[105.808386,27.716168],[105.794634,27.717493],[105.791668,27.719962],[105.779983,27.722403],[105.772233,27.721856],[105.767036,27.719343],[105.761281,27.721518],[105.747591,27.716461],[105.736584,27.715457],[105.719729,27.709878],[105.718499,27.708204],[105.715554,27.692928],[105.71735,27.68799],[105.714958,27.685885],[105.697313,27.6803],[105.681985,27.682185],[105.674453,27.686759],[105.668308,27.688326],[105.662523,27.687909],[105.652309,27.681522],[105.642694,27.666465],[105.637517,27.662701],[105.625857,27.664444],[105.620818,27.669324],[105.618005,27.678749],[105.619283,27.684595],[105.61685,27.690634],[105.606527,27.695777],[105.601043,27.703622],[105.599349,27.709387],[105.601817,27.719543],[105.574816,27.725693],[105.566195,27.723651],[105.555556,27.724164],[105.547093,27.7299],[105.542587,27.735867],[105.539476,27.746573],[105.534305,27.751986],[105.533488,27.757675],[105.520028,27.761709],[105.514953,27.768146],[105.506832,27.771837],[105.496787,27.772047],[105.489856,27.776331],[105.473654,27.77831],[105.464375,27.77616],[105.461475,27.772123],[105.45532,27.771149],[105.445426,27.778615],[105.437225,27.778814],[105.434255,27.772545],[105.427159,27.767473],[105.414643,27.769631],[105.401836,27.768727],[105.393815,27.766394],[105.390454,27.763912],[105.39286,27.760711],[105.390685,27.754387],[105.388076,27.75327],[105.384241,27.753811],[105.383075,27.759551],[105.379638,27.760794],[105.369478,27.757749],[105.363488,27.753544],[105.349814,27.751729],[105.34683,27.748951],[105.33787,27.733094],[105.330459,27.729428],[105.323062,27.730184],[105.315334,27.717517],[105.304976,27.708805],[105.301941,27.712651],[105.28678,27.715119],[105.288544,27.731864],[105.284017,27.744684],[105.284947,27.749455],[105.290624,27.751235],[105.29068,27.754209],[105.287349,27.758847],[105.287005,27.764372],[105.285173,27.76684],[105.290391,27.771057],[105.288132,27.774992],[105.2794,27.779004],[105.272138,27.787542],[105.272503,27.794162],[105.269692,27.798876],[105.275656,27.800742],[105.27853,27.799025],[105.283201,27.800177],[105.285486,27.803113],[105.284605,27.810501],[105.287656,27.811859],[105.301934,27.814847],[105.30513,27.813567],[105.311549,27.81485],[105.312111,27.822124],[105.297117,27.823204],[105.282819,27.819858],[105.279438,27.82148],[105.269633,27.821312],[105.260756,27.823929],[105.258068,27.831719],[105.24833,27.829485],[105.239795,27.825413],[105.235745,27.832949],[105.241339,27.836311],[105.247411,27.844095],[105.247318,27.847422],[105.241929,27.856285],[105.245337,27.862036],[105.241865,27.868396],[105.237593,27.871518],[105.240217,27.874776],[105.240275,27.879233],[105.237538,27.882802],[105.236551,27.889266],[105.22879,27.895773],[105.233715,27.90249],[105.232365,27.906222],[105.239105,27.908754],[105.244941,27.915006],[105.250476,27.917291],[105.26324,27.915088],[105.27122,27.927542],[105.278519,27.932352],[105.280988,27.939437],[105.281616,27.947509],[105.278258,27.956482],[105.280337,27.963388],[105.277219,27.968738],[105.27704,27.972767],[105.266552,27.984602],[105.268161,27.996431],[105.266984,28],[105.25947,28.003658],[105.243555,28.005271],[105.246057,28.010223],[105.242503,28.011913],[105.234858,28.00612],[105.228741,28.006117],[105.222087,28],[105.218354,27.993935],[105.213488,27.993365],[105.204686,27.995778],[105.196863,27.995965],[105.179092,28.000121],[105.172271,28.009803],[105.170744,28.01486],[105.166623,28.018969],[105.164418,28.026711],[105.166305,28.030674],[105.181515,28.044989],[105.179528,28.048347],[105.182921,28.052264],[105.183293,28.058208],[105.176625,28.066068],[105.177082,28.070423],[105.169674,28.06936],[105.166041,28.070431],[105.163541,28.073931],[105.142877,28.069625],[105.129975,28.070566],[105.127658,28.073513],[105.119745,28.073161],[105.116467,28.07608],[105.112772,28.076577],[105.107702,28.082264],[105.093539,28.085624],[105.089763,28.088364],[105.07805,28.088123],[105.071572,28.085607],[105.072415,28.09068],[105.058496,28.094874],[105.057738,28.101562],[105.044571,28.102252],[105.03898,28.097835],[105.038331,28.091826],[105.026668,28.080175],[105.016248,28.077007],[105.014568,28.073069],[105.010275,28.070495],[105.000968,28.06762],[104.996846,28.067772],[104.993552,28.070056],[104.9731,28.065401],[104.974004,28.057521],[104.967959,28.035898],[104.971609,28.026659],[104.97012,28.020507],[104.957879,28.01654],[104.95632,28.007051],[104.944866,27.998619],[104.942495,27.990202],[104.946318,27.984324],[104.935772,27.984682],[104.927055,27.99043],[104.925828,27.986837],[104.921948,27.983877],[104.918972,27.97441],[104.912906,27.970552],[104.910018,27.971383],[104.901204,27.967403],[104.90056,27.952759],[104.912529,27.953517],[104.91821,27.94731],[104.918675,27.944232],[104.892252,27.938725],[104.88651,27.934832],[104.884097,27.931336],[104.885287,27.916734],[104.878384,27.914681],[104.873806,27.910261],[104.845934,27.904138],[104.837903,27.904273],[104.833422,27.90799],[104.830859,27.908141],[104.825954,27.902954],[104.819086,27.902189],[104.812797,27.902746],[104.810136,27.90491],[104.797053,27.902574],[104.794804,27.905932],[104.787216,27.897918],[104.768983,27.891855],[104.768779,27.888595],[104.764295,27.886875],[104.750312,27.888309],[104.747396,27.890116],[104.745783,27.892945],[104.750009,27.90463],[104.747666,27.905918],[104.739414,27.904802],[104.732467,27.901366],[104.729447,27.901743],[104.706112,27.894164],[104.702111,27.890934],[104.693028,27.887804],[104.687258,27.88682],[104.683585,27.888179],[104.67632,27.885743],[104.64565,27.862693],[104.631223,27.854269],[104.628742,27.855336],[104.625726,27.860579],[104.621834,27.862525],[104.613994,27.862374],[104.599822,27.858304],[104.582334,27.850162],[104.577359,27.844735],[104.573469,27.843738],[104.567729,27.845268],[104.565282,27.847627],[104.565984,27.854329],[104.557057,27.855345],[104.555042,27.857457],[104.554746,27.86614],[104.557478,27.871737],[104.552873,27.873764],[104.549364,27.879088],[104.547028,27.87756],[104.545246,27.878656],[104.536071,27.891005],[104.522865,27.892024],[104.515745,27.883299],[104.511174,27.88137],[104.50633,27.882006],[104.500124,27.888147],[104.495682,27.899281],[104.48839,27.900464],[104.485887,27.905014],[104.481228,27.905676],[104.477279,27.90429],[104.473189,27.906872],[104.468437,27.907434],[104.467042,27.910355],[104.46815,27.914495],[104.461548,27.915711],[104.454854,27.925632],[104.451535,27.925758],[104.44825,27.932386],[104.441224,27.930402],[104.438087,27.932345],[104.438105,27.934149],[104.433779,27.93527],[104.432828,27.938706],[104.429624,27.940914],[104.423248,27.941235],[104.415185,27.95157],[104.409224,27.956087],[104.394334,27.956312],[104.390684,27.962977],[104.390815,27.966251],[104.381687,27.970885],[104.38589,27.978897],[104.382482,27.980429],[104.36946,27.992835],[104.370097,27.994115],[104.375403,27.993691],[104.376944,27.997005],[104.36401,28.010241],[104.363794,28.014527],[104.352743,28.0236],[104.34719,28.022464],[104.345712,28.024683],[104.330519,28.028451],[104.307051,28.04067],[104.296296,28.048316],[104.296476,28.050359],[104.301711,28.055574],[104.316582,28.059868],[104.331694,28.058501],[104.341456,28.061084],[104.355794,28.058829],[104.364196,28.055479],[104.374417,28.055872],[104.386302,28.066893],[104.388084,28.064417],[104.39249,28.066376],[104.397026,28.074393],[104.39734,28.084668],[104.394281,28.091466],[104.395215,28.094536],[104.406816,28.100281],[104.41454,28.100184],[104.427398,28.10377],[104.431889,28.111078],[104.430593,28.119365],[104.443255,28.116868],[104.448864,28.120692],[104.44923,28.135824],[104.441816,28.14284],[104.441996,28.147816],[104.443155,28.153984],[104.451714,28.169448],[104.456921,28.172977],[104.44826,28.178511],[104.440563,28.173956],[104.431744,28.171323],[104.419231,28.173248],[104.407759,28.179055],[104.404929,28.182686],[104.403926,28.190891],[104.397478,28.201642],[104.40136,28.206148],[104.414357,28.207537],[104.415141,28.211272],[104.423326,28.213035],[104.431739,28.21178],[104.440744,28.214921],[104.448478,28.223785],[104.449825,28.233053],[104.461246,28.244459],[104.463276,28.249073],[104.440437,28.25972],[104.44128,28.26572],[104.445725,28.273614],[104.431207,28.277624],[104.415001,28.273503],[104.403728,28.274229],[104.4023,28.282555],[104.389362,28.299976],[104.386888,28.32249],[104.380218,28.33366],[104.368876,28.339465],[104.353021,28.341218],[104.350595,28.339309],[104.344569,28.339597],[104.333272,28.332107],[104.315182,28.310994],[104.303505,28.309724],[104.291398,28.313037],[104.28588,28.316497],[104.298807,28.331878],[104.283971,28.339407],[104.284496,28.345105],[104.274961,28.359],[104.266791,28.377069],[104.266263,28.384195],[104.272224,28.391517],[104.272519,28.394299],[104.270777,28.395565],[104.259196,28.394945],[104.252684,28.404508],[104.253212,28.41409],[104.265534,28.424879],[104.264503,28.434364],[104.255967,28.452417],[104.257974,28.45954],[104.265594,28.46614],[104.268164,28.470561],[104.260715,28.483054],[104.257867,28.49197],[104.259442,28.496402],[104.265817,28.503483],[104.263052,28.506422],[104.255587,28.507952],[104.24653,28.513123],[104.244455,28.519536],[104.244462,28.527629],[104.248661,28.534435],[104.259831,28.540309],[104.265995,28.540503],[104.285511,28.536287],[104.296476,28.543925],[104.30543,28.543706],[104.312777,28.54156],[104.319195,28.542933],[104.322436,28.546336],[104.325823,28.559592],[104.331006,28.563927],[104.341937,28.55942],[104.354292,28.559055],[104.356946,28.56184],[104.35778,28.570585],[104.365955,28.589566],[104.37237,28.597557],[104.388469,28.602698],[104.413675,28.600276],[104.419028,28.626017],[104.426494,28.627561],[104.40594,28.642452],[104.399572,28.643994],[104.392294,28.643401],[104.370898,28.652709],[104.351572,28.647929],[104.337733,28.642446],[104.33147,28.63766],[104.320808,28.622969],[104.31216,28.618663],[104.305496,28.618005],[104.299388,28.623255],[104.30122,28.630953],[104.298347,28.636332],[104.292233,28.638439],[104.285364,28.637766],[104.276326,28.634436],[104.270989,28.6357],[104.254194,28.656625],[104.253805,28.661228],[104.248037,28.666756],[104.244769,28.667589],[104.241106,28.665375],[104.239778,28.662449],[104.24095,28.654652],[104.239525,28.647681],[104.235118,28.641716],[104.231546,28.639744],[104.210839,28.641473],[104.191576,28.637601],[104.177734,28.640856],[104.170103,28.646448],[104.158733,28.642793],[104.14936,28.643425],[104.142265,28.64091],[104.123385,28.640555],[104.116301,28.637384],[104.111399,28.631483],[104.10833,28.62113],[104.108718,28.616667],[104.106273,28.613543],[104.098474,28.608122],[104.091857,28.606357],[104.080038,28.611646],[104.078558,28.617552],[104.075485,28.62152],[104.070664,28.622955],[104.064438,28.629165],[104.057158,28.631117],[104.044774,28.630048],[104.010482,28.622759],[103.990875,28.615162],[103.981696,28.615255],[103.964981,28.610919],[103.95709,28.605419],[103.942173,28.604799],[103.938436,28.608971],[103.936132,28.62429],[103.931853,28.628261],[103.923263,28.630456],[103.911223,28.636193],[103.905608,28.633561],[103.901693,28.627276],[103.894431,28.623924],[103.884022,28.624476],[103.874771,28.628782],[103.870668,28.632445],[103.869192,28.636438],[103.872083,28.652091],[103.870446,28.659344],[103.862004,28.67037],[103.856192,28.671814],[103.849135,28.671243],[103.84496,28.667309],[103.838618,28.654294],[103.837945,28.648726],[103.840644,28.64366],[103.841212,28.635862],[103.834106,28.628284],[103.832298,28.62353],[103.831325,28.607612],[103.836337,28.59523],[103.835349,28.588183],[103.817401,28.573786],[103.798731,28.565133],[103.798097,28.55896],[103.801459,28.553253],[103.801165,28.53827],[103.79777,28.534724],[103.779788,28.52761],[103.78976,28.512968],[103.810373,28.496179],[103.828069,28.463911],[103.827307,28.445286],[103.828617,28.438758],[103.837945,28.422389],[103.849242,28.410584],[103.854406,28.400788],[103.858165,28.383824],[103.857536,28.376993],[103.851743,28.357431],[103.858487,28.345687],[103.86806,28.335164],[103.873878,28.326009],[103.875198,28.31578],[103.871107,28.306903],[103.86691,28.303508],[103.853064,28.297404],[103.841706,28.289249],[103.826293,28.28735],[103.820841,28.277674],[103.811167,28.268547],[103.802839,28.266659],[103.783121,28.257197],[103.780425,28.249323],[103.769593,28.23703],[103.75681,28.237338],[103.745537,28.240076],[103.739487,28.239772],[103.734652,28.237568],[103.728042,28.231716],[103.72557,28.218624],[103.718944,28.205295],[103.709912,28.200621],[103.705552,28.200582],[103.698879,28.203741],[103.692309,28.212172],[103.692806,28.228451],[103.689858,28.235656],[103.673168,28.242631],[103.642901,28.263544],[103.638043,28.265418],[103.634552,28.264947],[103.619459,28.255164],[103.617365,28.249036],[103.614082,28.246244],[103.604257,28.241684],[103.573015,28.235294],[103.568777,28.23307],[103.563031,28.226302],[103.562418,28.215392],[103.549385,28.192856],[103.53891,28.186041],[103.537907,28.179953],[103.531294,28.17198],[103.507937,28.157044],[103.500028,28.14651],[103.485775,28.141891],[103.479322,28.137869],[103.468094,28.125592],[103.45309,28.127105],[103.4491,28.125566],[103.445942,28.113169],[103.456557,28.106365],[103.45659,28.101697],[103.45087,28.089728],[103.444633,28.083519],[103.434754,28.079043],[103.430263,28.074764],[103.428276,28.064911],[103.428073,28.049831],[103.430876,28.04364],[103.443015,28.03109],[103.45661,28.024177],[103.463529,28.027811],[103.466068,28.033009],[103.469063,28.034847],[103.478847,28.037545],[103.485911,28.03587],[103.492933,28.028048],[103.494936,28.021493],[103.491273,28.009902],[103.496837,27.987147],[103.501124,27.982561],[103.503209,27.977264],[103.512238,27.969962],[103.529756,27.968194],[103.537914,27.969092],[103.553819,27.98257],[103.559172,27.98254],[103.561858,27.980665],[103.562901,27.969322],[103.56112,27.964566],[103.555023,27.959218],[103.541459,27.957404],[103.535942,27.954414],[103.525127,27.944843],[103.518659,27.933347],[103.507732,27.92511],[103.500247,27.913997],[103.500409,27.889741],[103.498181,27.881111],[103.498311,27.874453],[103.502881,27.85324],[103.507567,27.847541],[103.507256,27.844024],[103.496327,27.815179],[103.487239,27.80039],[103.478692,27.793013],[103.471212,27.790675],[103.460303,27.784274],[103.454447,27.774205],[103.455281,27.769496],[103.449814,27.76209],[103.446234,27.758633],[103.438875,27.757583],[103.434723,27.751296],[103.421221,27.748246],[103.4006,27.727741],[103.39611,27.716519],[103.391125,27.712561],[103.379411,27.715188],[103.367106,27.711739],[103.362248,27.702521],[103.355268,27.696367],[103.352267,27.686536],[103.348491,27.683152],[103.334531,27.676627],[103.323972,27.66638],[103.312059,27.657985],[103.290954,27.636691],[103.282593,27.638689],[103.277393,27.63595],[103.276039,27.629333],[103.277673,27.62333],[103.279739,27.620214],[103.289501,27.613438],[103.29671,27.604279],[103.296486,27.597814],[103.292126,27.58846],[103.292729,27.569101],[103.286855,27.565827],[103.278732,27.565228],[103.265487,27.568251],[103.260807,27.571707],[103.236928,27.573834],[103.221284,27.570379],[103.217458,27.567261],[103.213011,27.548023],[103.207008,27.536513],[103.204024,27.533473],[103.187711,27.52649],[103.17887,27.511155],[103.176979,27.499771],[103.166195,27.493656],[103.148541,27.466812],[103.142165,27.452994],[103.143235,27.434983],[103.140595,27.425214],[103.12385,27.415945],[103.108587,27.403506],[103.097642,27.400787],[103.087674,27.402077],[103.077493,27.400427],[103.069328,27.411112],[103.059889,27.414116],[103.053091,27.412567],[103.038143,27.397483],[103.023355,27.385424],[102.996303,27.376354],[102.985054,27.370973],[102.978658,27.373129],[102.969702,27.380828],[102.960903,27.394101],[102.95733,27.407457],[102.953443,27.415395],[102.951668,27.416626],[102.946249,27.416097],[102.939699,27.408571],[102.929109,27.384895],[102.921943,27.376705],[102.920425,27.369263],[102.911098,27.354614],[102.894193,27.313497],[102.881223,27.300558],[102.880677,27.296294],[102.883119,27.28432],[102.880691,27.274653],[102.881784,27.261217],[102.885889,27.25027],[102.898687,27.240706],[102.902654,27.230844],[102.903227,27.204971],[102.900953,27.197283],[102.906683,27.183697],[102.903866,27.171069],[102.911969,27.143788],[102.907906,27.116925],[102.897648,27.094852],[102.897449,27.079828],[102.883369,27.063098],[102.878199,27.043275],[102.869708,27.030183],[102.871786,27.025731],[102.890883,27.010132],[102.893554,27.004717],[102.892671,26.990786],[102.894121,26.980691],[102.887601,26.959621],[102.887525,26.954861],[102.888712,26.945322],[102.893647,26.938762],[102.896063,26.922838],[102.895258,26.914803],[102.904863,26.907257],[102.922296,26.879402],[102.928675,26.870831],[102.937218,26.863146],[102.946271,26.84733],[102.961269,26.843835],[102.969225,26.834879],[102.966073,26.826332],[102.96968,26.819082],[102.975646,26.814062],[102.98004,26.80757],[102.980532,26.803386],[102.978337,26.79474],[102.979301,26.788948],[102.989466,26.779785],[102.990067,26.777483],[102.987579,26.773133],[102.982537,26.769474],[102.989608,26.754704],[102.992816,26.74281],[102.999639,26.740284],[103.000692,26.738216],[103.000555,26.731554],[102.995365,26.729326],[102.995739,26.725145],[102.999184,26.720107],[103.006309,26.714505],[103.008316,26.71018],[103.008865,26.703805],[103.004883,26.700204],[103.004278,26.680681],[103.026184,26.666094],[103.025687,26.649324],[103.022273,26.643166],[103.027133,26.628773],[103.025256,26.620734],[103.028083,26.605299],[103.024666,26.601413],[103.016736,26.597803],[103.016196,26.595431],[103.027047,26.580077],[103.029352,26.569056],[103.033855,26.559294],[103.035855,26.558155],[103.049697,26.559266],[103.054629,26.550276],[103.052475,26.54521],[103.054691,26.53646],[103.053185,26.524619],[103.050377,26.519085],[103.042082,26.515133],[103.040379,26.504886],[103.031263,26.490344],[103.017312,26.485982],[103.000257,26.48899],[102.992444,26.486925],[102.988016,26.483801],[102.988731,26.478082],[102.996092,26.46323],[102.996699,26.45388],[102.989559,26.435968],[102.986523,26.412008],[102.993293,26.384471],[102.996806,26.377276],[102.989911,26.367355],[102.988014,26.354741],[102.982947,26.348974],[102.974657,26.344735],[102.944808,26.344674],[102.924674,26.338317],[102.918748,26.344269],[102.915144,26.345565],[102.893024,26.342127],[102.891043,26.342729],[102.885246,26.351213],[102.889264,26.360937],[102.881525,26.368347],[102.878317,26.36947],[102.868857,26.353336],[102.865503,26.342584],[102.852742,26.33203],[102.849816,26.324666],[102.836558,26.317195],[102.833391,26.31073],[102.825237,26.308278],[102.8114,26.309406],[102.785066,26.302671],[102.774971,26.296922],[102.760127,26.279072],[102.754751,26.277132],[102.746392,26.27717],[102.738576,26.272962],[102.737417,26.266532],[102.728558,26.258776],[102.723154,26.250786],[102.720749,26.245558],[102.72153,26.231696],[102.711654,26.215895],[102.705782,26.213605],[102.70096,26.213847],[102.699189,26.217384],[102.696264,26.218364],[102.685937,26.211669],[102.674224,26.208918],[102.669222,26.209675],[102.661698,26.213496],[102.658287,26.224315],[102.654063,26.228025],[102.635518,26.23549],[102.622529,26.24393],[102.619899,26.248987],[102.607444,26.249139],[102.601583,26.251832],[102.600691,26.25666],[102.605192,26.265107],[102.607626,26.279894],[102.610358,26.286504],[102.637012,26.310406],[102.634997,26.322546],[102.625648,26.343335],[102.619655,26.347132],[102.609276,26.347604],[102.593251,26.352723],[102.568238,26.366987],[102.549999,26.366031],[102.543589,26.360004],[102.541084,26.343097],[102.531288,26.337097],[102.503923,26.328106],[102.49202,26.327799],[102.439406,26.304562],[102.429987,26.302701],[102.413863,26.303404],[102.392926,26.300806],[102.38909,26.298761],[102.38208,26.292012],[102.375957,26.278866],[102.366461,26.270149],[102.361866,26.262373],[102.348165,26.248057],[102.343654,26.247647],[102.332514,26.241257],[102.315966,26.23585],[102.31102,26.230251],[102.300493,26.230565],[102.298261,26.227869],[102.286272,26.224331],[102.27518,26.223519],[102.260694,26.224775],[102.255044,26.223644],[102.247211,26.218822],[102.243964,26.215947],[102.242851,26.199251],[102.238765,26.190149],[102.234599,26.188893],[102.231257,26.184128],[102.224867,26.179146],[102.2149,26.174339],[102.201008,26.163562],[102.197466,26.161833],[102.186188,26.160627],[102.172897,26.150221],[102.154155,26.121482],[102.150478,26.112762],[102.139958,26.11366],[102.134889,26.110613],[102.132268,26.102249],[102.129272,26.098664],[102.129521,26.090019],[102.11445,26.089147],[102.106041,26.073741],[102.105919,26.070747],[102.098081,26.069421],[102.094105,26.065831],[102.08757,26.069542],[102.076044,26.066998],[102.068501,26.068184],[102.039744,26.082341],[102.030452,26.088818],[102.027074,26.093695],[102.025478,26.099529],[102.023833,26.099808],[102.017553,26.099619],[102.000983,26.093717],[101.987905,26.091511],[101.955498,26.089072],[101.937265,26.10457],[101.91594,26.112999],[101.899506,26.10746],[101.895383,26.104637],[101.871017,26.070711],[101.862685,26.05619],[101.853773,26.054572],[101.844532,26.056116],[101.834484,26.048207],[101.831435,26.05583],[101.833723,26.061255],[101.839431,26.067642],[101.838416,26.086511],[101.826709,26.086403],[101.822142,26.088766],[101.815708,26.093803],[101.796373,26.116658],[101.796621,26.144311],[101.800913,26.152963],[101.810036,26.15721],[101.81032,26.167795],[101.807422,26.165387],[101.769696,26.182178],[101.754271,26.205876],[101.741886,26.218749],[101.734337,26.223487],[101.714655,26.228428],[101.712075,26.227172],[101.70062,26.227454],[101.697455,26.230989],[101.695491,26.239544],[101.691579,26.247215],[101.674639,26.236234],[101.667604,26.233826],[101.662886,26.233695],[101.655259,26.237718],[101.652537,26.237622],[101.643649,26.235485],[101.637995,26.229798],[101.628438,26.227935],[101.62454,26.231081],[101.61382,26.246844],[101.615114,26.25437],[101.606383,26.262003],[101.5963,26.267484],[101.596857,26.280227],[101.588361,26.28371],[101.584134,26.283688],[101.589016,26.29047],[101.594523,26.292567],[101.595326,26.308038],[101.606321,26.313889],[101.625468,26.319985],[101.64611,26.307694],[101.658251,26.310025],[101.659243,26.314166],[101.638595,26.321589],[101.637849,26.325993],[101.639339,26.330336],[101.652129,26.33386],[101.658378,26.343884],[101.661171,26.352427],[101.651487,26.357623],[101.627611,26.361594],[101.627839,26.37162],[101.634948,26.388677],[101.635818,26.399224],[101.630899,26.400437],[101.612665,26.416835],[101.58346,26.433051],[101.578072,26.442002],[101.566692,26.453574],[101.549081,26.460595],[101.543769,26.468963],[101.526199,26.470565],[101.508425,26.500559],[101.489353,26.502261],[101.457166,26.499287],[101.438389,26.51585],[101.437722,26.523398],[101.442006,26.530469],[101.444116,26.530998],[101.437781,26.541997],[101.434197,26.541376],[101.432227,26.538027],[101.426909,26.535183],[101.421145,26.534207],[101.414272,26.544671],[101.417148,26.55308],[101.413843,26.554533],[101.411958,26.554628],[101.408456,26.550071],[101.40023,26.544158],[101.398054,26.544679],[101.396113,26.548717],[101.400209,26.549991],[101.401456,26.559601],[101.394321,26.567174],[101.397365,26.582453],[101.394372,26.595929],[101.396928,26.607313],[101.401838,26.60876],[101.420274,26.604295],[101.428554,26.604153],[101.430328,26.607672],[101.432918,26.608137],[101.448795,26.603781],[101.460614,26.609218],[101.463693,26.619479],[101.46428,26.628635],[101.458966,26.64414],[101.470622,26.657531],[101.47891,26.676247],[101.469073,26.685155],[101.45667,26.690646],[101.453621,26.693457],[101.451443,26.699174],[101.453121,26.707179],[101.454789,26.710513],[101.467973,26.714407],[101.469479,26.721124],[101.47248,26.726043],[101.491858,26.732186],[101.498463,26.73705],[101.498446,26.740512],[101.490935,26.745387],[101.490542,26.751239],[101.497368,26.760784],[101.509276,26.757449],[101.512197,26.769007],[101.511572,26.774262],[101.497542,26.772828],[101.484322,26.780226],[101.482755,26.782468],[101.464674,26.789286],[101.449379,26.786106],[101.445194,26.781336],[101.444416,26.773804],[101.45177,26.766306],[101.458073,26.751711],[101.455213,26.734196],[101.4479,26.735592],[101.434529,26.743727],[101.430924,26.744059],[101.422814,26.739861],[101.419264,26.734184],[101.418748,26.730499],[101.42044,26.728659],[101.41487,26.725011],[101.39548,26.724584],[101.386893,26.726498],[101.389582,26.728926],[101.390396,26.734018],[101.387382,26.756123],[101.385512,26.756681],[101.376034,26.753191],[101.375081,26.759559],[101.367913,26.765962],[101.366202,26.770545],[101.358319,26.770095],[101.355081,26.774392],[101.373485,26.784844],[101.377823,26.790663],[101.379177,26.798304],[101.369355,26.804935],[101.375983,26.807242],[101.378854,26.809856],[101.394093,26.835948],[101.397709,26.839035],[101.398495,26.844584],[101.390991,26.851412],[101.38534,26.860058],[101.37149,26.869041],[101.365124,26.879947],[101.365751,26.886821],[101.350984,26.889486],[101.341413,26.888656],[101.321297,26.890665],[101.318079,26.897392],[101.307823,26.907729],[101.305056,26.907406],[101.302061,26.903461],[101.286913,26.898842],[101.28226,26.90121],[101.280444,26.904424],[101.264341,26.90711],[101.262267,26.910143],[101.261765,26.917539],[101.253237,26.927638],[101.255833,26.937617],[101.264341,26.953761],[101.26336,26.958475],[101.229546,26.957952],[101.2242,26.964167],[101.226488,26.986103],[101.220074,26.992121],[101.209652,26.996864],[101.207026,26.995268],[101.200204,26.996312],[101.186682,27.002717],[101.182058,27.008081],[101.155438,27.013836],[101.133767,27.026503],[101.135276,27.039513],[101.141855,27.047149],[101.143384,27.052015],[101.144718,27.062892],[101.143621,27.067913],[101.14092,27.070884],[101.143784,27.077063],[101.153315,27.083265],[101.155753,27.095139],[101.155623,27.099437],[101.147013,27.104069],[101.143064,27.10965],[101.155063,27.130078],[101.15424,27.133252],[101.168799,27.175771],[101.168589,27.194256],[101.162534,27.201897],[101.147818,27.201343],[101.139565,27.206478],[101.113836,27.210168],[101.099123,27.207726],[101.085187,27.202412],[101.076214,27.195989],[101.057474,27.202132],[101.055148,27.204784],[101.056221,27.210197],[101.054495,27.216727],[101.045956,27.218362],[101.040136,27.224308],[101.037023,27.237863],[101.043573,27.241686],[101.042232,27.248228],[101.024281,27.275615],[101.030396,27.284013],[101.029413,27.29904],[101.01699,27.31109],[101.006855,27.314466],[101.011599,27.324428],[101.019747,27.335064],[101.018915,27.346751],[101.00558,27.35052],[100.997387,27.356047],[100.992426,27.374533],[100.982661,27.38325],[100.967282,27.402229],[100.962015,27.405837],[100.949597,27.433652],[100.953284,27.43763],[100.955508,27.445715],[100.945751,27.462337],[100.935565,27.472825],[100.922833,27.475296],[100.917106,27.473843],[100.910981,27.463236],[100.899912,27.457389],[100.902755,27.483088],[100.90913,27.501084],[100.912716,27.518443],[100.909026,27.527529],[100.898851,27.539162],[100.887311,27.559451],[100.886901,27.564041],[100.878569,27.579569],[100.860898,27.599356],[100.853136,27.599971],[100.854308,27.627238],[100.845711,27.626251],[100.843005,27.61959],[100.832251,27.616042],[100.825792,27.617572],[100.839364,27.639434],[100.850521,27.645884],[100.846758,27.650132],[100.837345,27.650109],[100.830672,27.654217],[100.831111,27.661915],[100.847223,27.675167],[100.841309,27.681376],[100.830802,27.68629],[100.814715,27.687857],[100.789273,27.686543],[100.778952,27.699381],[100.774197,27.742834],[100.77007,27.751041],[100.754852,27.772614],[100.733646,27.782161],[100.72563,27.790969],[100.707844,27.801331],[100.704909,27.805319],[100.701361,27.819644],[100.704805,27.832381],[100.70577,27.843665],[100.711582,27.846907],[100.719414,27.861412],[100.699445,27.872238],[100.69769,27.876282],[100.703219,27.88458],[100.702464,27.892861],[100.699666,27.89355],[100.692333,27.903149],[100.689534,27.912626],[100.678381,27.926585],[100.659968,27.921883],[100.651936,27.912391],[100.647507,27.917305],[100.632335,27.918197],[100.631511,27.911002],[100.622678,27.904558],[100.607539,27.879835],[100.607375,27.873203],[100.610086,27.868777],[100.606733,27.859902],[100.59202,27.851659],[100.572383,27.836454],[100.556159,27.82675],[100.553348,27.823028],[100.552661,27.817556],[100.545389,27.812318],[100.541564,27.814023],[100.539253,27.822506],[100.533018,27.827876],[100.526734,27.827622],[100.51791,27.824039],[100.509694,27.829533],[100.504248,27.854744],[100.496346,27.852067],[100.493671,27.848605],[100.485571,27.853599],[100.478517,27.860365],[100.469241,27.863755],[100.448075,27.868206],[100.436238,27.86891],[100.429687,27.867566],[100.42857,27.866105],[100.431734,27.861283],[100.428898,27.852901],[100.422036,27.84768],[100.414026,27.844533],[100.410415,27.837545],[100.410026,27.826427],[100.411813,27.823666],[100.404832,27.807822],[100.391399,27.790724],[100.381139,27.782843],[100.377276,27.775848],[100.377894,27.772571],[100.374936,27.757599],[100.3595,27.762765],[100.34949,27.759394],[100.343999,27.74828],[100.343236,27.738335],[100.341532,27.735174],[100.335122,27.727891],[100.326155,27.723998],[100.312665,27.725939],[100.302415,27.740013],[100.306317,27.756376],[100.302969,27.772184],[100.304329,27.794339],[100.301458,27.796903],[100.292471,27.798137],[100.285669,27.807627],[100.285389,27.812528],[100.288127,27.821178],[100.29368,27.823996],[100.306938,27.835198],[100.305332,27.84722],[100.301262,27.850622],[100.303456,27.856341],[100.307904,27.861698],[100.306306,27.865784],[100.294033,27.872471],[100.287278,27.870539],[100.267817,27.873588],[100.261294,27.870301],[100.232616,27.872728],[100.221952,27.882167],[100.21057,27.880704],[100.205814,27.881951],[100.180261,27.902007],[100.172569,27.899835],[100.168241,27.900793],[100.16713,27.904583],[100.171936,27.914304],[100.181317,27.926212],[100.193041,27.937486],[100.194164,27.941749],[100.190748,27.949733],[100.186205,27.95664],[100.177433,27.96038],[100.143484,27.995098],[100.141172,27.995343],[100.136148,28],[100.121441,28.02058],[100.113926,28.024601],[100.085116,28.033948],[100.076243,28.045966],[100.07489,28.052265],[100.068538,28.061601],[100.065583,28.074165],[100.063291,28.07525],[100.063023,28.081731],[100.05827,28.088932],[100.052629,28.10673],[100.047754,28.111719],[100.043521,28.120726],[100.042481,28.128276],[100.038033,28.13422],[100.030805,28.136555],[100.019492,28.149233],[100.022248,28.162578],[100.026677,28.170475],[100.028793,28.186085],[100.030484,28.188004],[100.050567,28.188259],[100.059849,28.196552],[100.068892,28.194296],[100.075069,28.190187],[100.078203,28.185151],[100.086664,28.183146],[100.095915,28.195289],[100.096857,28.201377],[100.10457,28.206626],[100.117345,28.204609],[100.129852,28.208965],[100.150889,28.209876],[100.162059,28.219785],[100.167617,28.227591],[100.163137,28.232544],[100.162526,28.236526],[100.1865,28.256109],[100.163566,28.277113],[100.160192,28.278054],[100.157117,28.276536],[100.152561,28.280036],[100.148036,28.286312],[100.146362,28.292504],[100.155951,28.298375],[100.164053,28.297829],[100.167232,28.299808],[100.169157,28.317324],[100.171882,28.326237],[100.166869,28.332366],[100.155973,28.335144],[100.133818,28.355255],[100.100117,28.361918],[100.09331,28.36761],[100.05629,28.37263],[100.054877,28.383967],[100.065069,28.403329],[100.064475,28.405613],[100.060586,28.40797],[100.060556,28.409981],[100.073548,28.428967],[100.06511,28.435784],[100.064144,28.442251],[100.059034,28.45234],[100.041737,28.450165],[100.015914,28.464032],[100.007499,28.467451],[100.00097,28.467587],[99.995049,28.471618],[99.98811,28.479939],[99.983186,28.507828],[99.986225,28.516606],[99.985543,28.531031],[99.977782,28.539388],[99.969417,28.535782],[99.963876,28.540911],[99.959662,28.563587],[99.952326,28.564276],[99.950634,28.566962],[99.949471,28.57947],[99.947931,28.581201],[99.93676,28.584866],[99.933713,28.591432],[99.923226,28.59471],[99.9195,28.602469],[99.906309,28.602759],[99.902924,28.605443],[99.877888,28.611095],[99.875177,28.614973],[99.876184,28.622138],[99.869751,28.626012],[99.871095,28.634372],[99.869737,28.637654],[99.859033,28.639117],[99.854633,28.638092],[99.842988,28.630916],[99.832406,28.630327],[99.832569,28.633643],[99.841309,28.6424],[99.841306,28.64449],[99.835552,28.645677],[99.833179,28.64836],[99.840952,28.655235],[99.841961,28.659117],[99.802977,28.695483],[99.793496,28.696961],[99.792853,28.701711],[99.754558,28.703684],[99.752575,28.710937],[99.732101,28.722943],[99.731133,28.724566],[99.732385,28.73106],[99.735254,28.738587],[99.721427,28.758786],[99.721031,28.776173],[99.723298,28.788412],[99.723768,28.812104],[99.719678,28.832024],[99.718839,28.845359],[99.71703,28.849383],[99.712268,28.840377],[99.698874,28.836351],[99.695453,28.83129],[99.693946,28.823127],[99.688398,28.815749],[99.68258,28.813832],[99.651495,28.817285],[99.622804,28.815802],[99.621074,28.810862],[99.622102,28.799598],[99.615576,28.792433],[99.609166,28.790374],[99.60541,28.780957],[99.607571,28.756781],[99.616736,28.744492],[99.613515,28.742178],[99.600735,28.738479],[99.604099,28.733101],[99.598645,28.728546],[99.569486,28.717443],[99.564227,28.721367],[99.560102,28.720891],[99.551132,28.710336],[99.549706,28.699573],[99.530736,28.684032],[99.530859,28.682166],[99.540521,28.676492],[99.543296,28.668529],[99.54045,28.653439],[99.541018,28.629441],[99.530581,28.62018],[99.522438,28.617508],[99.515262,28.617783],[99.511729,28.621542],[99.506972,28.623142],[99.495223,28.619997],[99.496143,28.604157],[99.49049,28.599513],[99.481125,28.596195],[99.467765,28.583619],[99.46424,28.582796],[99.46321,28.579913],[99.464933,28.567307],[99.463061,28.554059],[99.461638,28.552308],[99.450062,28.554107],[99.440601,28.558208],[99.425538,28.559368],[99.402933,28.550677],[99.40201,28.547833],[99.405726,28.537656],[99.398998,28.530925],[99.394648,28.495605],[99.405918,28.488513],[99.412696,28.481038],[99.412362,28.476984],[99.420765,28.460026],[99.413231,28.452361],[99.40241,28.446797],[99.402493,28.437494],[99.412006,28.422037],[99.418293,28.420028],[99.424263,28.422018],[99.430127,28.420244],[99.436597,28.411315],[99.436975,28.403273],[99.435448,28.398616],[99.430417,28.392526],[99.425358,28.390553],[99.421089,28.378684],[99.421958,28.37228],[99.409127,28.361114],[99.407092,28.342861],[99.408403,28.339592],[99.406674,28.33144],[99.400261,28.325026],[99.391891,28.322468],[99.400493,28.306202],[99.406953,28.302407],[99.41497,28.291264],[99.417343,28.279962],[99.415301,28.269408],[99.404604,28.263682],[99.398526,28.251188],[99.385542,28.21282],[99.387694,28.185949],[99.401976,28.162437],[99.401069,28.153671],[99.393932,28.158496],[99.391742,28.16173],[99.391167,28.168986],[99.375398,28.184101],[99.357741,28.190933],[99.345312,28.207843],[99.340435,28.210982],[99.324385,28.216623],[99.307508,28.230034],[99.305321,28.233315],[99.305273,28.248511],[99.298966,28.260555],[99.285812,28.261424],[99.281026,28.264091],[99.281017,28.270773],[99.283688,28.273634],[99.285729,28.273082],[99.28763,28.276574],[99.288844,28.289869],[99.285991,28.296588],[99.278397,28.302682],[99.259221,28.307157],[99.238413,28.320452],[99.229299,28.341159],[99.229895,28.353586],[99.218612,28.355456],[99.207472,28.366473],[99.200432,28.385056],[99.18492,28.396683],[99.181844,28.400856],[99.174745,28.404414],[99.173574,28.406536],[99.174769,28.41436],[99.173107,28.420565],[99.164283,28.428366],[99.169335,28.433865],[99.18051,28.437452],[99.186314,28.443487],[99.182819,28.454153],[99.183284,28.471361],[99.190923,28.498944],[99.187935,28.510862],[99.177041,28.535238],[99.170056,28.561317],[99.171527,28.570556],[99.178462,28.582702],[99.179621,28.588004],[99.174595,28.595237],[99.1665,28.60003],[99.169476,28.614271],[99.161995,28.625077],[99.162164,28.631192],[99.144023,28.652477],[99.142593,28.668898],[99.129184,28.693076],[99.12781,28.702237],[99.135227,28.722916],[99.133206,28.731691],[99.120699,28.750333],[99.117599,28.758337],[99.115805,28.778766],[99.107472,28.803069],[99.107957,28.858948],[99.123148,28.891997],[99.128288,28.910654],[99.128283,28.932055],[99.130188,28.948184],[99.121807,28.999832],[99.126036,29.013666],[99.126474,29.02171],[99.122665,29.030297],[99.117495,29.035892],[99.117634,29.057571],[99.112776,29.076123],[99.117072,29.104267],[99.111973,29.113232],[99.111964,29.124495],[99.114336,29.130698],[99.11379,29.134439],[99.10967,29.137586],[99.107303,29.142733],[99.114044,29.150263],[99.111922,29.192102],[99.11829,29.202661],[99.117372,29.207232],[99.111088,29.21387],[99.110396,29.219595],[99.115351,29.227922],[99.115096,29.241415],[99.113982,29.24544],[99.108459,29.25274],[99.104547,29.255276],[99.093664,29.269066],[99.09281,29.272887],[99.095006,29.279588],[99.085449,29.292796],[99.070716,29.298712],[99.065697,29.30351],[99.074955,29.318836],[99.067592,29.334957],[99.062625,29.378666],[99.0656,29.387254],[99.060474,29.415248],[99.056854,29.417197],[99.065887,29.422737],[99.067181,29.426591],[99.058624,29.439707],[99.062298,29.444917],[99.062484,29.449974],[99.05578,29.45869],[99.057137,29.467563],[99.06086,29.473424],[99.061505,29.478924],[99.058647,29.483566],[99.052179,29.488578],[99.051207,29.5081],[99.0454,29.527507],[99.050833,29.548206],[99.050859,29.567137],[99.041687,29.573133],[99.041891,29.575739],[99.036007,29.588942],[99.030881,29.595655],[99.014385,29.609914],[99.011481,29.617785],[99.012866,29.624667],[99.010293,29.63177],[99.005482,29.640023],[98.997795,29.646642],[98.996154,29.649819],[98.999354,29.657384],[98.991916,29.659987],[98.990584,29.66448],[98.992319,29.677693],[98.997129,29.691917],[98.996358,29.699847],[99.000094,29.727423],[98.999747,29.737932],[99.007786,29.751627],[99.010979,29.780281],[99.015147,29.784296],[99.018208,29.793778],[99.017065,29.802],[99.01253,29.814792],[99.012633,29.820391],[99.02142,29.832958],[99.023025,29.851154],[99.033576,29.8589],[99.036493,29.874046],[99.041209,29.886262],[99.051884,29.895789],[99.051155,29.905601],[99.056227,29.912569],[99.056011,29.923152],[99.058295,29.924889],[99.064038,29.925079],[99.067567,29.931624],[99.066039,29.934946],[99.055774,29.937307],[99.050256,29.944455],[99.054,29.960806],[99.041259,30.004452],[99.040495,30.042188],[99.035807,30.054018],[99.041223,30.068251],[99.044107,30.08183],[99.041093,30.08717],[99.031354,30.095029],[99.025866,30.107144],[99.020172,30.111187],[99.009643,30.123054],[99.008874,30.128407],[99.013891,30.138513],[99.010321,30.145612],[99.003827,30.151566],[98.989348,30.153961],[98.985782,30.159582],[98.985888,30.163223],[98.990114,30.169749],[98.99007,30.17318],[98.984258,30.176883],[98.981706,30.180464],[98.980919,30.186986],[98.987238,30.202774],[98.992845,30.209675],[98.993088,30.215869],[98.99026,30.219908],[98.976538,30.229698],[98.97402,30.233359],[98.968874,30.259415],[98.970175,30.263555],[98.977794,30.268744],[98.984404,30.277543],[98.985776,30.282501],[98.978974,30.294731],[98.979868,30.300677],[98.97825,30.306981],[98.980663,30.3246],[98.966774,30.33813],[98.968581,30.34691],[98.973001,30.355324],[98.966993,30.363396],[98.96652,30.378761],[98.972865,30.382843],[98.974684,30.394034],[98.973135,30.401842],[98.965699,30.410459],[98.962317,30.426473],[98.962249,30.430861],[98.964771,30.435731],[98.964578,30.453933],[98.944602,30.483935],[98.942702,30.492264],[98.945044,30.502942],[98.936726,30.51327],[98.931653,30.523615],[98.931084,30.531675],[98.935818,30.54269],[98.937422,30.5517],[98.936156,30.554007],[98.929,30.558483],[98.925934,30.572915],[98.935477,30.581783],[98.9405,30.589127],[98.94201,30.594232],[98.941061,30.599008],[98.938297,30.602251],[98.930644,30.604156],[98.92139,30.612014],[98.919885,30.6192],[98.924733,30.627073],[98.923201,30.642332],[98.914012,30.654733],[98.91226,30.667949],[98.904617,30.690491],[98.904067,30.695958],[98.906958,30.700965],[98.931911,30.706814],[98.936553,30.712119],[98.936041,30.718485],[98.937936,30.721208],[98.955788,30.724625],[98.961253,30.728085],[98.963314,30.73581],[98.959237,30.747062],[98.957427,30.767325],[98.953001,30.771865],[98.902779,30.786539],[98.889652,30.80099],[98.880977,30.803602],[98.877667,30.813742],[98.879384,30.821688],[98.877264,30.826237],[98.872024,30.830446],[98.856918,30.832435],[98.849921,30.85152],[98.83279,30.860909],[98.811224,30.876115],[98.795963,30.882193],[98.779709,30.896114],[98.777963,30.899641],[98.777984,30.90575],[98.7741,30.911625],[98.779785,30.927407],[98.795777,30.948692],[98.799061,30.969553],[98.805813,30.982311],[98.806849,30.995542],[98.796772,31.01372],[98.782946,31.021308],[98.773727,31.033995],[98.762263,31.036559],[98.75798,31.035781],[98.734852,31.053136],[98.731872,31.058702],[98.735503,31.06449],[98.733674,31.069053],[98.725017,31.072396],[98.71185,31.085275],[98.709907,31.120413],[98.693607,31.134096],[98.688989,31.135174],[98.677032,31.151466],[98.669872,31.158594],[98.653072,31.168916],[98.643083,31.172516],[98.642881,31.177122],[98.639853,31.180951],[98.61261,31.182955],[98.60443,31.186753],[98.600886,31.193869],[98.61494,31.198547],[98.620844,31.206579],[98.622778,31.224331],[98.618163,31.230071],[98.609153,31.23013],[98.606025,31.232124],[98.603629,31.239228],[98.603076,31.258899],[98.614625,31.29294],[98.618175,31.309497],[98.625945,31.320588],[98.626893,31.32775],[98.631182,31.33354],[98.638215,31.338992],[98.646425,31.341574],[98.664093,31.340198],[98.692343,31.334984],[98.703072,31.324437],[98.713462,31.30758],[98.733115,31.292185],[98.735343,31.281943],[98.741149,31.27038],[98.747934,31.265238],[98.761201,31.259953],[98.771991,31.25183],[98.775987,31.250977],[98.779694,31.253668],[98.782973,31.261281],[98.805179,31.281277],[98.808462,31.28957],[98.809155,31.306574],[98.813818,31.314521],[98.821296,31.321756],[98.832353,31.326725],[98.836781,31.334559],[98.843196,31.340021],[98.860713,31.346178],[98.862652,31.353535],[98.883436,31.371787],[98.886631,31.377481],[98.87826,31.384283],[98.868023,31.398412],[98.859454,31.407281],[98.853867,31.410303],[98.850537,31.410402],[98.842895,31.417007],[98.842801,31.42031],[98.846217,31.425186],[98.844619,31.431389],[98.8372,31.438946],[98.811948,31.448247],[98.797479,31.459778],[98.79307,31.470902],[98.787542,31.475927],[98.744228,31.493528],[98.711122,31.517658],[98.701753,31.52855],[98.696017,31.532315],[98.695588,31.542939],[98.661502,31.569292],[98.655939,31.5704],[98.639123,31.589808],[98.633536,31.593229],[98.628961,31.594075],[98.622328,31.592133],[98.618652,31.59404],[98.605601,31.609802],[98.599881,31.614135],[98.593273,31.623719],[98.587278,31.627841],[98.588027,31.633558],[98.584751,31.63756],[98.565597,31.64768],[98.553543,31.659313],[98.555616,31.670988],[98.558643,31.676485],[98.557565,31.679135],[98.548492,31.683529],[98.547821,31.685401],[98.549107,31.687532],[98.555517,31.688258],[98.557713,31.690706],[98.544902,31.701106],[98.544166,31.707144],[98.54802,31.714373],[98.546117,31.719417],[98.541391,31.720942],[98.536804,31.716345],[98.522444,31.718142],[98.512938,31.741985],[98.502592,31.760824],[98.493407,31.773881],[98.476653,31.784632],[98.459734,31.78391],[98.455786,31.791502],[98.458128,31.795994],[98.462732,31.797722],[98.462314,31.800795],[98.454974,31.805407],[98.447736,31.806802],[98.437965,31.819662],[98.442894,31.83018],[98.42688,31.832431],[98.41764,31.831223],[98.415089,31.832278],[98.413911,31.835123],[98.414501,31.845791],[98.418189,31.852026],[98.424438,31.855981],[98.424958,31.858714],[98.416511,31.862895],[98.411616,31.872784],[98.410365,31.886847],[98.398446,31.898411],[98.398186,31.902112],[98.403447,31.913469],[98.420633,31.918949],[98.432916,31.925855],[98.43449,31.938694],[98.425469,31.940706],[98.420786,31.945361],[98.423743,31.954466],[98.433413,31.961696],[98.430616,31.976832],[98.428055,31.978496],[98.427339,31.983158],[98.431863,31.988318],[98.431739,31.990022],[98.427167,31.998513],[98.435268,32.002807],[98.435965,32.005626],[98.42926,32.014529],[98.418796,32.018049],[98.416919,32.022671],[98.403322,32.026497],[98.400958,32.036946],[98.405442,32.045539],[98.372175,32.07455],[98.363065,32.080272],[98.357954,32.08898],[98.343292,32.090227],[98.342421,32.092381],[98.344934,32.095391],[98.343262,32.099079],[98.327902,32.111074],[98.311282,32.113905],[98.312539,32.127548],[98.302912,32.123849],[98.30121,32.125721],[98.299353,32.13863],[98.294589,32.14629],[98.295124,32.152474],[98.288579,32.159802],[98.278927,32.175178],[98.277002,32.183053],[98.271256,32.186481],[98.26826,32.197488],[98.259878,32.210797],[98.24906,32.218747],[98.240794,32.228958],[98.227545,32.231294],[98.218473,32.237097],[98.222898,32.250443],[98.219259,32.258658],[98.221221,32.260995],[98.229762,32.264515],[98.229445,32.269606],[98.224312,32.275968],[98.218618,32.287075],[98.208199,32.321696],[98.209268,32.328225],[98.213183,32.332127],[98.218104,32.345451],[98.203815,32.349156],[98.199922,32.353585],[98.197327,32.36162],[98.194773,32.362667],[98.18637,32.360509],[98.181387,32.368653],[98.173037,32.373877],[98.162678,32.377624],[98.150367,32.376267],[98.138555,32.38141],[98.138755,32.38656],[98.13722,32.388624],[98.125068,32.393834],[98.127411,32.398829],[98.126901,32.402948],[98.123201,32.402893],[98.118316,32.397622],[98.108112,32.393307],[98.10201,32.397417],[98.097411,32.40521],[98.093318,32.40156],[98.086315,32.400669],[98.077889,32.404008],[98.073844,32.408468],[98.073206,32.413238],[98.077198,32.41582],[98.077684,32.419205],[98.067906,32.418642],[98.059293,32.420121],[98.051272,32.430464],[98.03904,32.429705],[98.035802,32.431112],[98.030206,32.440889],[98.024384,32.445536],[98.025342,32.451089],[98.023127,32.454896],[98.009621,32.453124],[97.99578,32.460288],[97.990758,32.466753],[97.981384,32.4669],[97.975725,32.471756],[97.967705,32.474183],[97.96049,32.469866],[97.95407,32.471315],[97.953036,32.474373],[97.943471,32.47677],[97.941277,32.481581],[97.936499,32.484223],[97.927843,32.485945],[97.923997,32.489052],[97.91932,32.486709],[97.91567,32.486828],[97.905304,32.492583],[97.899757,32.489376],[97.885187,32.49017],[97.881186,32.48797],[97.870021,32.493661],[97.860239,32.494136],[97.837283,32.507075],[97.832702,32.506299],[97.827397,32.502],[97.814346,32.504248],[97.810901,32.501727],[97.806569,32.502118],[97.801313,32.511207],[97.801204,32.51779],[97.795303,32.523726],[97.789171,32.522004],[97.783519,32.523037],[97.774116,32.519284],[97.767972,32.521147],[97.763295,32.530654],[97.758123,32.533186],[97.746799,32.532484],[97.737743,32.528751],[97.726133,32.531538],[97.717588,32.531818],[97.702063,32.536693],[97.697902,32.539673],[97.695442,32.546303],[97.674813,32.550284],[97.665812,32.556007],[97.663858,32.561507],[97.646316,32.569961],[97.638243,32.579051],[97.633093,32.579838],[97.630053,32.57807],[97.627081,32.580298],[97.61621,32.58996],[97.61035,32.598726],[97.608141,32.615143],[97.606523,32.617563],[97.598388,32.618811],[97.587281,32.611699],[97.583987,32.617534],[97.581044,32.61924],[97.56751,32.620836],[97.560004,32.62408],[97.547815,32.622131],[97.543766,32.624131],[97.540568,32.628509],[97.539606,32.634384],[97.534122,32.640995],[97.528981,32.641658],[97.526114,32.639697],[97.526815,32.636599],[97.523911,32.636183],[97.518556,32.639554],[97.516973,32.647062],[97.513802,32.650771],[97.500292,32.649083],[97.482305,32.656308],[97.479489,32.663058],[97.479951,32.666508],[97.476875,32.667484],[97.469925,32.666282],[97.464632,32.675226],[97.459276,32.677796],[97.44738,32.69022],[97.435865,32.698746],[97.427131,32.702408],[97.422714,32.707672],[97.428607,32.713057],[97.425291,32.728154],[97.413543,32.737561],[97.393392,32.772285],[97.385008,32.782462],[97.384105,32.791599],[97.380464,32.798043],[97.378674,32.827535],[97.392291,32.830697],[97.391392,32.845266],[97.388628,32.85046],[97.381789,32.857603],[97.382334,32.861669],[97.387917,32.864431],[97.388273,32.86642],[97.385458,32.869019],[97.375146,32.871782],[97.372212,32.875357],[97.378308,32.883647],[97.376634,32.887274],[97.354444,32.889462],[97.347493,32.897405],[97.349425,32.906261],[97.355735,32.907623],[97.35908,32.912217],[97.357802,32.916485],[97.359606,32.923196],[97.368245,32.929637],[97.360137,32.943767],[97.360663,32.947065],[97.363657,32.951575],[97.373009,32.958299],[97.384197,32.956769],[97.395242,32.961913],[97.401781,32.960642],[97.408456,32.962275],[97.412828,32.970132],[97.416131,32.972114],[97.42242,32.973904],[97.429426,32.973756],[97.435598,32.977849],[97.44161,32.979376],[97.463649,32.974228],[97.477422,32.983833],[97.48656,32.980626],[97.503209,32.981207],[97.514292,32.988205],[97.521881,32.990082],[97.520914,32.994983],[97.500909,33.010685],[97.497733,33.021114],[97.49995,33.022731],[97.5177,33.023968],[97.525912,33.031764],[97.534822,33.032292],[97.543414,33.038829],[97.537528,33.04745],[97.536858,33.060988],[97.532933,33.066245],[97.529249,33.068238],[97.527316,33.076348],[97.515581,33.095993],[97.49808,33.100605],[97.491388,33.103999],[97.484632,33.11053],[97.489634,33.117032],[97.489937,33.126383],[97.496054,33.131534],[97.498538,33.139328],[97.49579,33.14231],[97.485563,33.146886],[97.488686,33.164358],[97.486362,33.169934],[97.508408,33.176124],[97.516337,33.183366],[97.517974,33.189975],[97.524437,33.194238],[97.527762,33.20375],[97.533118,33.208255],[97.548617,33.206287],[97.55716,33.215745],[97.575398,33.223021],[97.574732,33.233505],[97.586123,33.243223],[97.60006,33.259239],[97.606384,33.26356],[97.608086,33.267147],[97.608675,33.275981],[97.605174,33.286547],[97.616303,33.308986],[97.620367,33.329617],[97.618739,33.334258],[97.622389,33.341319],[97.637076,33.347854],[97.649039,33.343065],[97.664545,33.342258],[97.669527,33.345135],[97.676425,33.342722],[97.679695,33.348138],[97.674277,33.355206],[97.676457,33.359537],[97.687327,33.363956],[97.690855,33.36216],[97.701717,33.361349],[97.707672,33.374671],[97.72029,33.388712],[97.736374,33.389989],[97.73981,33.396054],[97.749791,33.399598],[97.748132,33.405598],[97.751877,33.407172],[97.758233,33.405063],[97.753836,33.411602],[97.739219,33.414004],[97.722237,33.422905],[97.716228,33.422715],[97.710105,33.429409],[97.704967,33.431067],[97.690303,33.431114],[97.683314,33.435635],[97.675528,33.434674],[97.670737,33.438958],[97.670501,33.442362],[97.673193,33.444702],[97.67078,33.446791],[97.663056,33.44955],[97.645981,33.450493],[97.627278,33.463354],[97.614353,33.461734],[97.602443,33.453546],[97.595363,33.460927],[97.591099,33.460751],[97.587945,33.462583],[97.580891,33.472517],[97.57461,33.470794],[97.569074,33.466362],[97.562578,33.467288],[97.556505,33.465361],[97.552761,33.466644],[97.550922,33.469045],[97.551257,33.476539],[97.5466,33.4826],[97.542482,33.496209],[97.53222,33.500342],[97.522821,33.507162],[97.519455,33.511526],[97.518839,33.516588],[97.510484,33.522697],[97.515898,33.531263],[97.516755,33.539193],[97.51531,33.545951],[97.520231,33.555398],[97.522012,33.570293],[97.526026,33.575837],[97.524798,33.578475],[97.511253,33.583981],[97.495171,33.58595],[97.485123,33.58887],[97.471711,33.589507],[97.452439,33.581021],[97.443935,33.594473],[97.433257,33.602554],[97.423822,33.603315],[97.414822,33.607464],[97.408141,33.618627],[97.404496,33.628498],[97.414601,33.63818],[97.424943,33.664181],[97.42753,33.664713],[97.428726,33.666757],[97.429733,33.670601],[97.42768,33.67489],[97.428558,33.679885],[97.434913,33.682266],[97.42955,33.696653],[97.424623,33.700308],[97.420887,33.709773],[97.427159,33.716762],[97.428167,33.72387],[97.417334,33.728819],[97.418045,33.740118],[97.414731,33.749636],[97.419732,33.753033],[97.421371,33.758177],[97.418131,33.765301],[97.410126,33.769534],[97.4096,33.772552],[97.413151,33.776316],[97.406903,33.781658],[97.405856,33.795803],[97.397311,33.808726],[97.384608,33.809446],[97.385147,33.81358],[97.378535,33.819031],[97.374309,33.819317],[97.368541,33.825151],[97.367827,33.826935],[97.3715,33.830211],[97.372991,33.835177],[97.372541,33.839127],[97.369663,33.843148],[97.38179,33.848674],[97.391637,33.848932],[97.399784,33.852089],[97.394512,33.860443],[97.390824,33.863489],[97.391131,33.866328],[97.396107,33.871817],[97.387584,33.886019],[97.388088,33.889251],[97.390285,33.890655],[97.396101,33.890645],[97.411912,33.886147],[97.422312,33.889321],[97.427708,33.887846],[97.442101,33.890021],[97.459635,33.888942],[97.4617,33.900596],[97.468244,33.904861],[97.477882,33.9002],[97.483446,33.900126],[97.488024,33.903682],[97.49729,33.904621],[97.50141,33.913368],[97.504121,33.914422],[97.517388,33.907246],[97.520122,33.902773],[97.524375,33.903044],[97.532307,33.904814],[97.550939,33.916945],[97.558434,33.916713],[97.57426,33.920757],[97.600635,33.932421],[97.611183,33.930076],[97.619283,33.924975],[97.631894,33.920617],[97.635893,33.921072],[97.641537,33.925515],[97.643904,33.946073],[97.647246,33.948656],[97.654332,33.949281],[97.66043,33.960517],[97.657709,33.970644],[97.66055,33.977074],[97.65257,33.997551],[97.654931,34.010241],[97.661728,34.015602],[97.673093,34.01273],[97.687793,34.018101],[97.694115,34.031403],[97.700264,34.036354],[97.70231,34.044391],[97.702745,34.059553],[97.699995,34.065106],[97.695538,34.068941],[97.694944,34.078731],[97.681874,34.081738],[97.676152,34.095794],[97.6617,34.116286],[97.66537,34.128689],[97.678632,34.133754],[97.686026,34.134559],[97.687605,34.133474],[97.698305,34.135448],[97.706349,34.142543],[97.709797,34.142451],[97.736303,34.151891],[97.741872,34.157494],[97.76679,34.160212],[97.7733,34.163709],[97.787116,34.172591],[97.78466,34.17677],[97.795145,34.196597],[97.800016,34.202553],[97.810412,34.209258],[97.813717,34.208024],[97.83486,34.210038],[97.865748,34.206528],[97.878098,34.208336],[97.888808,34.206354],[97.893976,34.210559],[97.898505,34.211642],[97.931267,34.199138],[97.945142,34.198216],[97.953924,34.189026],[97.977573,34.170404],[97.992512,34.161788],[97.996856,34.156069],[98.005158,34.153108],[98.013655,34.146224],[98.02654,34.125424],[98.043861,34.11742],[98.050752,34.116793],[98.053129,34.120774],[98.061302,34.122324],[98.076248,34.119737],[98.081197,34.121075],[98.081762,34.125367],[98.09845,34.124733],[98.114631,34.118523],[98.131418,34.108564],[98.142051,34.105861],[98.149586,34.109914],[98.156754,34.108972],[98.172246,34.099292],[98.189981,34.093633],[98.197553,34.093675],[98.205713,34.085941],[98.206996,34.080395],[98.218282,34.08314],[98.228369,34.087928],[98.238292,34.084139],[98.259428,34.085497],[98.267392,34.087695],[98.270514,34.090286],[98.28141,34.087418],[98.309127,34.089401],[98.315969,34.091069],[98.325307,34.097924],[98.328498,34.098552],[98.402018,34.087921],[98.399394,34.085867],[98.397274,34.072958],[98.391075,34.058211],[98.404567,34.050343],[98.413822,34.038888],[98.420987,34.037013],[98.439168,34.0133],[98.437825,34.007708],[98.432267,33.998805],[98.435587,33.991535],[98.440313,33.987505],[98.436926,33.974212],[98.431364,33.97343],[98.430232,33.962899],[98.411765,33.957138],[98.409648,33.955055],[98.409262,33.953214],[98.413013,33.949628],[98.406847,33.941022],[98.40591,33.927884],[98.408539,33.925124],[98.41746,33.921502],[98.425972,33.912349],[98.428513,33.906674],[98.42884,33.901216],[98.42542,33.896014],[98.411872,33.883553],[98.407427,33.868089],[98.412082,33.863258],[98.41706,33.863446],[98.425993,33.858558],[98.425848,33.85564],[98.430203,33.850146],[98.438824,33.842846],[98.445612,33.842609],[98.455994,33.850843],[98.458539,33.851761],[98.461136,33.85064],[98.477897,33.829397],[98.483488,33.817083],[98.486122,33.805989],[98.492517,33.797205],[98.485985,33.782736],[98.491101,33.772608],[98.496726,33.770029],[98.508106,33.774596],[98.51764,33.775567],[98.528456,33.766947],[98.530617,33.756538],[98.537717,33.749346],[98.550818,33.745348],[98.561095,33.740187],[98.582131,33.734257],[98.595862,33.720645],[98.594159,33.704291],[98.597306,33.698272],[98.60555,33.690401],[98.623945,33.678373],[98.624624,33.673518],[98.635065,33.671844],[98.640547,33.666849],[98.640039,33.661974],[98.641903,33.65897],[98.649085,33.659203],[98.642265,33.645653],[98.640178,33.64424],[98.613218,33.638812],[98.611771,33.635506],[98.61744,33.627841],[98.622618,33.612182],[98.63596,33.609101],[98.649947,33.599976],[98.660434,33.590743],[98.664889,33.588931],[98.658857,33.577312],[98.645735,33.562776],[98.647447,33.551691],[98.650592,33.545754],[98.653331,33.543417],[98.657736,33.542938],[98.662831,33.54838],[98.670966,33.545396],[98.673623,33.535011],[98.678756,33.529559],[98.677453,33.526594],[98.689762,33.522316],[98.710351,33.508877],[98.713818,33.508095],[98.720053,33.50985],[98.723778,33.507651],[98.724728,33.505878],[98.72202,33.494188],[98.723132,33.485936],[98.731021,33.486442],[98.736309,33.47974],[98.742642,33.480474],[98.743272,33.4671],[98.741395,33.461063],[98.743502,33.457356],[98.736924,33.434742],[98.733166,33.411861],[98.735998,33.409284],[98.746143,33.407059],[98.74877,33.404969],[98.75191,33.400066],[98.753955,33.388179],[98.760112,33.385247],[98.759735,33.382128],[98.761694,33.380358],[98.767654,33.380561],[98.776899,33.376037],[98.778707,33.370113],[98.777973,33.360448],[98.780211,33.346226],[98.769525,33.339687],[98.774186,33.32997],[98.762743,33.324488],[98.772614,33.305129],[98.771793,33.299206],[98.765167,33.294093],[98.760016,33.292641],[98.757388,33.282528],[98.75869,33.279435],[98.773334,33.27655],[98.77992,33.280213],[98.785622,33.278815],[98.788734,33.274316],[98.803082,33.272326],[98.80824,33.264424],[98.809629,33.256266],[98.812988,33.253257],[98.808397,33.244762],[98.807723,33.233241],[98.804504,33.224943],[98.805369,33.220478],[98.812337,33.208842],[98.817066,33.20603],[98.823069,33.205701],[98.829163,33.201615],[98.83039,33.196403],[98.828129,33.182298],[98.844756,33.167774],[98.854612,33.155158],[98.860738,33.151195],[98.868592,33.152257],[98.873874,33.147474],[98.874816,33.14381],[98.88292,33.141395],[98.888573,33.141504],[98.898412,33.133714],[98.906224,33.124999],[98.91635,33.12458],[98.919162,33.121911],[98.937371,33.116842],[98.955843,33.120783],[98.965517,33.118262],[98.968447,33.11443],[98.966021,33.107467],[98.969274,33.101685],[98.976043,33.099827],[98.983278,33.094376],[98.996521,33.09162],[99.001141,33.083358],[99.014835,33.08317],[99.017588,33.08564],[99.017822,33.090296],[99.026391,33.09603],[99.028655,33.095715],[99.039011,33.085876],[99.047683,33.085217],[99.060843,33.089765],[99.061691,33.082058],[99.067854,33.077644],[99.091121,33.080231],[99.092939,33.078525],[99.09372,33.070395],[99.095865,33.066689],[99.101883,33.063139],[99.112224,33.066309],[99.115392,33.062666],[99.117837,33.054154],[99.123608,33.04766],[99.128153,33.048065],[99.133974,33.052452],[99.148197,33.051999],[99.169499,33.047076],[99.178063,33.046736],[99.180695,33.042674],[99.18726,33.038219],[99.195481,33.035583],[99.20741,33.020809],[99.207505,33.016983],[99.204513,33.01349],[99.211291,33.008375],[99.214545,32.999308],[99.213505,32.995018],[99.217004,32.991471],[99.223632,32.994199],[99.234548,32.986885],[99.234145,32.984],[99.230581,32.982024],[99.228747,32.972683],[99.231332,32.969198],[99.231393,32.957856],[99.236232,32.955818],[99.242314,32.957195],[99.250537,32.952869],[99.250064,32.948952],[99.246178,32.948054],[99.244744,32.945152],[99.247411,32.939607],[99.244829,32.927555],[99.258343,32.910589],[99.260261,32.901988],[99.26541,32.890939],[99.264606,32.88198],[99.268058,32.881535],[99.272515,32.884804],[99.283061,32.888424],[99.290827,32.886767],[99.297999,32.888098],[99.302353,32.886313],[99.303423,32.883385],[99.306997,32.880827],[99.325704,32.884349],[99.329389,32.888602],[99.330296,32.895647],[99.338192,32.898596],[99.341773,32.897821],[99.346022,32.891216],[99.352573,32.888247],[99.355045,32.890972],[99.36248,32.8931],[99.377988,32.903371],[99.385257,32.901741],[99.400836,32.890221],[99.408601,32.889226],[99.422741,32.881225],[99.432407,32.879316],[99.437174,32.873271],[99.448585,32.865291],[99.476813,32.859688],[99.489815,32.853301],[99.496379,32.854577],[99.515853,32.850348],[99.517678,32.848768],[99.52905,32.850545],[99.541189,32.846706],[99.549582,32.847131],[99.561826,32.838758],[99.564324,32.831405],[99.586585,32.80647],[99.587404,32.803073],[99.58533,32.796019],[99.58735,32.792865],[99.600153,32.789416],[99.602393,32.786779],[99.602284,32.783617],[99.606987,32.78154],[99.616339,32.786837],[99.624311,32.784987],[99.634269,32.793856],[99.641214,32.794328],[99.644479,32.789279],[99.643273,32.785226],[99.6453,32.777369],[99.650018,32.77385],[99.654276,32.774792],[99.656088,32.778887],[99.664988,32.782192],[99.670675,32.772411],[99.677799,32.768162],[99.682018,32.770125],[99.694963,32.771526],[99.700614,32.769078],[99.709442,32.760051],[99.712475,32.750263],[99.712093,32.74567],[99.716824,32.735562],[99.726139,32.72795],[99.729144,32.728083],[99.738907,32.733266],[99.740033,32.739078],[99.736734,32.744996],[99.73713,32.749365],[99.739878,32.75345],[99.745569,32.755705],[99.751448,32.761741],[99.76483,32.782723],[99.76509,32.786075],[99.761841,32.788026],[99.761395,32.795902],[99.768932,32.805182],[99.765699,32.811876],[99.766068,32.816475],[99.768193,32.818926],[99.7645,32.827238],[99.77323,32.83827],[99.772542,32.847794],[99.773743,32.85165],[99.787222,32.867841],[99.787861,32.870962],[99.78613,32.873744],[99.791188,32.886433],[99.784839,32.893956],[99.783541,32.903644],[99.786269,32.907315],[99.77897,32.912508],[99.778277,32.922986],[99.774831,32.926572],[99.760494,32.92732],[99.76817,32.937453],[99.765334,32.942592],[99.775422,32.955627],[99.782239,32.95878],[99.788449,32.958521],[99.805661,32.94075],[99.808531,32.945647],[99.815351,32.94478],[99.825148,32.952816],[99.828552,32.953506],[99.835358,32.952673],[99.842829,32.944796],[99.850964,32.944941],[99.855106,32.949448],[99.856731,32.953896],[99.857865,32.96167],[99.8564,32.966787],[99.865815,32.978663],[99.864639,32.983838],[99.876874,32.997972],[99.875827,33.002191],[99.879422,33.009416],[99.881806,33.026805],[99.878169,33.034604],[99.878123,33.044669],[99.876407,33.047972],[99.886026,33.049642],[99.892867,33.048302],[99.90195,33.049269],[99.906553,33.043781],[99.905995,33.027875],[99.909268,33.020865],[99.912407,33.018905],[99.916776,33.019069],[99.919313,33.010655],[99.923491,33.005889],[99.928977,33.004146],[99.935243,32.999367],[99.939415,32.991873],[99.943844,32.992674],[99.94732,32.990596],[99.948372,32.970813],[99.952756,32.962176],[99.953054,32.953677],[99.958029,32.948247],[99.967436,32.943017],[99.978247,32.941368],[99.985741,32.943314],[99.996308,32.941932],[100.001148,32.94377],[100.013432,32.934969],[100.02165,32.93294],[100.029529,32.934948],[100.039039,32.931919],[100.035594,32.926876],[100.036737,32.923208],[100.035727,32.918996],[100.027175,32.905039],[100.026829,32.897767],[100.030517,32.897169],[100.035793,32.900414],[100.040941,32.900885],[100.057412,32.895765],[100.061217,32.897377],[100.068534,32.897102],[100.078808,32.887611],[100.078809,32.880113],[100.080827,32.874643],[100.087542,32.867358],[100.091533,32.869408],[100.096795,32.86953],[100.110418,32.862201],[100.107382,32.855271],[100.107349,32.849607],[100.11699,32.841166],[100.120269,32.836076],[100.115658,32.82167],[100.117079,32.81726],[100.113841,32.803523],[100.118707,32.796596],[100.116288,32.786743],[100.132182,32.752324],[100.136217,32.723522],[100.133945,32.717639],[100.129636,32.716128],[100.122347,32.716902],[100.114469,32.707223],[100.114309,32.701567],[100.102979,32.696023],[100.103861,32.692477],[100.10095,32.68618],[100.098459,32.684651],[100.091224,32.68497],[100.086167,32.671691],[100.102919,32.661202],[100.106516,32.656602],[100.111183,32.644499],[100.122996,32.642528],[100.130199,32.633825],[100.147216,32.637929],[100.154163,32.635746],[100.158453,32.638014],[100.161097,32.636904],[100.162646,32.632502],[100.170609,32.628647],[100.18234,32.630228],[100.187532,32.633451],[100.192644,32.629935],[100.191228,32.626451],[100.195992,32.614181],[100.209101,32.608398],[100.21363,32.609291],[100.215721,32.610383],[100.216174,32.613223],[100.212413,32.617794],[100.215765,32.622643],[100.223308,32.625016],[100.223505,32.628622],[100.221478,32.629776],[100.22095,32.632632],[100.230714,32.656086],[100.230602,32.669679],[100.227658,32.674105],[100.226951,32.679901],[100.231855,32.685205],[100.229507,32.688968],[100.229067,32.696263],[100.235061,32.706938],[100.239595,32.725096],[100.250991,32.72462],[100.26095,32.729156],[100.256665,32.742581],[100.258249,32.745056],[100.263382,32.744908],[100.279841,32.737093],[100.294851,32.734549],[100.31305,32.726976],[100.320958,32.729086],[100.327725,32.725468],[100.331075,32.721288],[100.335648,32.720614],[100.339746,32.721514],[100.340528,32.724759],[100.344155,32.728009],[100.367701,32.739601],[100.371945,32.745517],[100.390017,32.75088],[100.394541,32.755803],[100.400939,32.757113],[100.40093,32.753912],[100.398728,32.75129],[100.400458,32.747595],[100.404425,32.744545],[100.397251,32.73992],[100.392902,32.732669],[100.387558,32.718019],[100.379393,32.705675],[100.376548,32.703723],[100.378209,32.699727],[100.387047,32.696987],[100.391252,32.697897],[100.397373,32.71249],[100.418839,32.733854],[100.421315,32.730529],[100.426776,32.728462],[100.427241,32.724628],[100.435081,32.720568],[100.44301,32.697614],[100.448984,32.696295],[100.45565,32.703617],[100.462646,32.698179],[100.469607,32.696096],[100.472926,32.689595],[100.472199,32.684454],[100.475802,32.673707],[100.482569,32.670299],[100.492871,32.659648],[100.49648,32.658824],[100.496542,32.655256],[100.500348,32.65296],[100.508717,32.641282],[100.509388,32.636001],[100.515751,32.634362],[100.515131,32.632086],[100.509498,32.629181],[100.503351,32.629714],[100.506235,32.625715],[100.514388,32.624674],[100.515951,32.62291],[100.51491,32.618951],[100.507105,32.616119],[100.507304,32.612303],[100.524805,32.612948],[100.530439,32.605458],[100.523575,32.59785],[100.523211,32.593533],[100.526804,32.591626],[100.537725,32.598225],[100.538696,32.59474],[100.534925,32.591916],[100.534021,32.589191],[100.537521,32.584114],[100.544351,32.583689],[100.542207,32.575017],[100.543933,32.572427],[100.551073,32.573219],[100.555712,32.567525],[100.563193,32.572348],[100.564808,32.571527],[100.566459,32.566165],[100.576237,32.563788],[100.570863,32.558424],[100.571325,32.556596],[100.574704,32.554816],[100.586016,32.561366],[100.588211,32.55999],[100.58744,32.554505],[100.589197,32.55323],[100.592759,32.553526],[100.598204,32.55685],[100.601499,32.556412],[100.601218,32.548519],[100.614631,32.547388],[100.614386,32.542039],[100.61673,32.53967],[100.622574,32.542924],[100.6317,32.536194],[100.639213,32.535985],[100.643228,32.532928],[100.645404,32.528031],[100.668737,32.52547],[100.663998,32.537404],[100.65577,32.548004],[100.65846,32.561262],[100.659927,32.585455],[100.656744,32.599262],[100.657908,32.610693],[100.660647,32.618958],[100.663835,32.625137],[100.669938,32.630955],[100.675122,32.630178],[100.695454,32.619535],[100.698453,32.615852],[100.705764,32.612185],[100.715422,32.617255],[100.719056,32.624257],[100.712031,32.633789],[100.712063,32.643499],[100.706556,32.652896],[100.683595,32.676883],[100.686169,32.684679],[100.690945,32.68158],[100.692523,32.678218],[100.699949,32.679116],[100.708455,32.675727],[100.713282,32.669356],[100.727426,32.661648],[100.736507,32.658857],[100.745363,32.658365],[100.751152,32.653219],[100.755786,32.653357],[100.76026,32.662948],[100.763154,32.665654],[100.766488,32.666208],[100.767951,32.648973],[100.77229,32.643543],[100.777347,32.641161],[100.782647,32.641916],[100.79442,32.65635],[100.797526,32.658236],[100.800518,32.656906],[100.802412,32.651451],[100.806394,32.648991],[100.824106,32.64704],[100.833758,32.651512],[100.845004,32.648408],[100.845454,32.645612],[100.848858,32.642215],[100.856703,32.642679],[100.860259,32.638078],[100.869693,32.641799],[100.872017,32.634063],[100.877667,32.636295],[100.882268,32.633244],[100.888016,32.635282],[100.89286,32.623324],[100.898245,32.616591],[100.904093,32.617447],[100.907488,32.622115],[100.920069,32.615337],[100.924527,32.608127],[100.925991,32.601859],[100.931964,32.603945],[100.950763,32.618661],[100.964087,32.626348],[100.969239,32.62541],[100.981717,32.629096],[100.986946,32.628263],[100.999033,32.631418],[101.001,32.635742],[101.014105,32.642308],[101.018077,32.64599],[101.029934,32.661675],[101.044592,32.669667],[101.051718,32.675807],[101.061211,32.680426],[101.066414,32.680734],[101.070595,32.683601],[101.074755,32.684033],[101.076892,32.679366],[101.081696,32.674425],[101.100008,32.668852],[101.106541,32.670813],[101.105525,32.674164],[101.107104,32.675149],[101.110776,32.674322],[101.112586,32.668],[101.107623,32.656364],[101.109903,32.639592],[101.112893,32.636776],[101.119182,32.634897],[101.123166,32.63705],[101.119356,32.637686],[101.116266,32.640349],[101.117275,32.650955],[101.119313,32.655809],[101.123985,32.660236],[101.131974,32.662622],[101.140769,32.662903],[101.146864,32.660863],[101.157304,32.661722],[101.178508,32.686128],[101.182481,32.684036],[101.193086,32.689102],[101.200261,32.698989],[101.203696,32.708746],[101.206522,32.711414],[101.211403,32.712622],[101.220601,32.723832],[101.224387,32.737045],[101.224087,32.749912],[101.226942,32.758324],[101.225826,32.766838],[101.221958,32.772244],[101.226937,32.779942],[101.232152,32.782682],[101.233473,32.787005],[101.232451,32.789736],[101.228577,32.791084],[101.226716,32.799061],[101.236875,32.829109],[101.225948,32.835959],[101.219001,32.843704],[101.222277,32.853456],[101.219142,32.864363],[101.213021,32.867226],[101.202933,32.869047],[101.201269,32.873447],[101.193532,32.882073],[101.184885,32.884758],[101.1766,32.894964],[101.166394,32.897369],[101.160369,32.903465],[101.139174,32.905106],[101.13121,32.904341],[101.119558,32.913309],[101.127133,32.922996],[101.130215,32.924674],[101.130899,32.928033],[101.125699,32.939274],[101.129606,32.944979],[101.132534,32.956892],[101.130094,32.959952],[101.131087,32.968773],[101.128269,32.98158],[101.126027,32.984572],[101.127028,32.991347],[101.132816,32.991424],[101.162158,32.985316],[101.170269,32.985278],[101.184091,32.987984],[101.175789,32.998569],[101.176028,33.002144],[101.169488,33.015475],[101.174249,33.026641],[101.180914,33.029004],[101.179255,33.039814],[101.182766,33.04416],[101.179474,33.04855],[101.170256,33.048062],[101.168459,33.05407],[101.160241,33.058509],[101.144895,33.058296],[101.141272,33.060415],[101.14356,33.063012],[101.14495,33.073649],[101.140776,33.08269],[101.141095,33.087645],[101.146633,33.094596],[101.167343,33.099534],[101.167602,33.102496],[101.162277,33.122106],[101.154026,33.124175],[101.148444,33.132362],[101.153837,33.137023],[101.154152,33.142283],[101.15804,33.14877],[101.150062,33.153154],[101.142351,33.152671],[101.14211,33.164492],[101.133223,33.165496],[101.128253,33.171135],[101.128489,33.177698],[101.1352,33.185068],[101.135631,33.189893],[101.131864,33.191083],[101.121479,33.189619],[101.119396,33.190452],[101.114626,33.197574],[101.120734,33.20445],[101.123538,33.215937],[101.123757,33.224632],[101.134001,33.227814],[101.14205,33.232986],[101.144144,33.236394],[101.153097,33.236065],[101.155165,33.240162],[101.152374,33.246685],[101.153197,33.249472],[101.158968,33.251236],[101.165913,33.249196],[101.169419,33.249979],[101.169098,33.260877],[101.170661,33.263954],[101.177841,33.267739],[101.182499,33.27226],[101.202356,33.271524],[101.203759,33.26991],[101.202633,33.264273],[101.20457,33.257598],[101.216822,33.258198],[101.215714,33.261065],[101.220573,33.27164],[101.226088,33.273966],[101.227074,33.271037],[101.244074,33.26494],[101.264211,33.267085],[101.271382,33.270714],[101.275666,33.267039],[101.285175,33.266716],[101.295102,33.264152],[101.301399,33.259558],[101.309044,33.24679],[101.323787,33.242887],[101.327597,33.237875],[101.325951,33.232116],[101.326467,33.226932],[101.333495,33.223306],[101.3372,33.2192],[101.342718,33.209845],[101.342893,33.205187],[101.355564,33.196218],[101.355756,33.183778],[101.360366,33.181462],[101.361207,33.176568],[101.365457,33.173461],[101.369628,33.174637],[101.371721,33.17368],[101.375069,33.166865],[101.375428,33.160861],[101.382026,33.154433],[101.391586,33.161724],[101.392805,33.168418],[101.389779,33.173598],[101.390322,33.182619],[101.394869,33.189166],[101.390388,33.200262],[101.392255,33.203192],[101.391767,33.20543],[101.386611,33.21017],[101.391104,33.21392],[101.398185,33.226136],[101.403431,33.228419],[101.420965,33.228629],[101.428909,33.232372],[101.451165,33.226501],[101.45817,33.227757],[101.470493,33.226294],[101.486197,33.228817],[101.493329,33.223642],[101.501634,33.208348],[101.511592,33.206157],[101.513972,33.193871],[101.516698,33.191629],[101.520959,33.191762],[101.527226,33.188795],[101.526791,33.184523],[101.528303,33.181376],[101.536035,33.180506],[101.55766,33.168626],[101.559928,33.166475],[101.559785,33.162028],[101.573745,33.151763],[101.578709,33.150721],[101.584671,33.141596],[101.600253,33.128725],[101.600382,33.125509],[101.603636,33.122434],[101.607482,33.121714],[101.610261,33.116163],[101.623647,33.10809],[101.625503,33.103323],[101.631204,33.103356],[101.641037,33.118039],[101.645841,33.122282],[101.647636,33.12972],[101.650955,33.13426],[101.658196,33.137811],[101.658908,33.151933],[101.654124,33.161457],[101.653695,33.16543],[101.66318,33.167567],[101.67487,33.173919],[101.680609,33.178777],[101.686751,33.187662],[101.676474,33.203176],[101.706943,33.214991],[101.715678,33.222892],[101.72334,33.240162],[101.726036,33.242816],[101.726856,33.250502],[101.723777,33.255086],[101.739011,33.26928],[101.736277,33.277392],[101.729252,33.285809],[101.72049,33.289769],[101.713287,33.290661],[101.712628,33.295699],[101.708141,33.300108],[101.687165,33.300873],[101.678627,33.298879],[101.674849,33.300602],[101.668516,33.308318],[101.65784,33.312345],[101.652361,33.318109],[101.647662,33.325019],[101.64712,33.32877],[101.648544,33.338154],[101.652356,33.344423],[101.651609,33.351151],[101.658432,33.37033],[101.659746,33.385189],[101.672329,33.393901],[101.672222,33.399668],[101.688158,33.422675],[101.691002,33.423887],[101.692899,33.434447],[101.694853,33.436845],[101.718824,33.445317],[101.765201,33.448649],[101.769208,33.449956],[101.773347,33.454411],[101.767581,33.458397],[101.766516,33.466476],[101.773165,33.493947],[101.771907,33.516731],[101.773058,33.521537],[101.776495,33.522406],[101.776066,33.536471],[101.772481,33.540078],[101.766573,33.540768],[101.768477,33.548154],[101.77588,33.552241],[101.781725,33.558976],[101.786341,33.556553],[101.798599,33.558376],[101.804877,33.549823],[101.809006,33.548552],[101.811029,33.551101],[101.819045,33.555225],[101.830085,33.556876],[101.832821,33.566706],[101.829907,33.583498],[101.833144,33.594404],[101.839546,33.59763],[101.842318,33.605032],[101.846113,33.603015],[101.856221,33.588618],[101.861902,33.587853],[101.87301,33.582111],[101.880867,33.58187],[101.882978,33.578908],[101.880878,33.567944],[101.883463,33.565309],[101.896062,33.560843],[101.901724,33.555724],[101.905663,33.54284],[101.903372,33.53427],[101.896175,33.51977],[101.897398,33.516522],[101.903271,33.510756],[101.898993,33.501383],[101.89882,33.497001],[101.901336,33.489632],[101.906522,33.4815],[101.923991,33.476294],[101.9273,33.472833],[101.926629,33.464327],[101.922887,33.451732],[101.924663,33.449276],[101.945052,33.443564],[101.929567,33.437057],[101.924719,33.437244],[101.913592,33.427738],[101.917396,33.42278],[101.912179,33.407738],[101.903914,33.404516],[101.901314,33.397836],[101.895179,33.395908],[101.884395,33.384456],[101.880183,33.374758],[101.880823,33.361566],[101.87371,33.351823],[101.874711,33.339916],[101.87084,33.329482],[101.877242,33.320728],[101.875865,33.316819],[101.858719,33.315043],[101.854439,33.311348],[101.847932,33.300216],[101.836651,33.294794],[101.830127,33.293752],[101.828309,33.289823],[101.828492,33.285315],[101.822148,33.273024],[101.807625,33.290407],[101.80746,33.285864],[101.804868,33.283035],[101.789319,33.281578],[101.784848,33.275041],[101.769434,33.270739],[101.765635,33.266057],[101.769854,33.263155],[101.770981,33.25878],[101.769508,33.248089],[101.789605,33.231883],[101.796274,33.234896],[101.811229,33.221309],[101.829087,33.215027],[101.829095,33.210571],[101.833175,33.200028],[101.839326,33.192616],[101.840784,33.184587],[101.837025,33.161124],[101.838294,33.150247],[101.833139,33.139711],[101.821068,33.136232],[101.820506,33.132931],[101.824525,33.121097],[101.832107,33.120679],[101.84211,33.113461],[101.857029,33.111786],[101.860853,33.106686],[101.866673,33.106585],[101.877856,33.119983],[101.878217,33.126609],[101.884589,33.137204],[101.897747,33.144914],[101.90567,33.148244],[101.910541,33.148484],[101.917783,33.153367],[101.924054,33.160538],[101.931893,33.176833],[101.933334,33.188288],[101.937411,33.189568],[101.957044,33.188864],[101.96594,33.191636],[101.970057,33.193211],[101.978782,33.203439],[101.984782,33.20391],[101.989184,33.201957],[101.996203,33.204779],[102.007585,33.198896],[102.020171,33.198429],[102.026709,33.196642],[102.040784,33.199853],[102.053422,33.196169],[102.058746,33.196136],[102.066132,33.201861],[102.07663,33.199381],[102.079723,33.194802],[102.083511,33.200462],[102.080413,33.205701],[102.082895,33.207324],[102.087433,33.205667],[102.095131,33.218405],[102.094982,33.221329],[102.088377,33.221347],[102.086219,33.228019],[102.09927,33.235279],[102.100719,33.241235],[102.095073,33.249364],[102.108099,33.260621],[102.107307,33.266557],[102.101522,33.272599],[102.102826,33.275535],[102.097186,33.276645],[102.102751,33.287732],[102.105862,33.290676],[102.106992,33.297712],[102.113445,33.2977],[102.11276,33.291237],[102.114863,33.285016],[102.124982,33.281602],[102.127301,33.278273],[102.141652,33.276272],[102.150347,33.262461],[102.150501,33.2555],[102.160386,33.242862],[102.173365,33.235452],[102.183966,33.232413],[102.192202,33.232538],[102.198468,33.225675],[102.20684,33.226754],[102.214363,33.2349],[102.21219,33.244144],[102.215683,33.250235],[102.20998,33.266649],[102.211441,33.272229],[102.20734,33.282928],[102.209301,33.29099],[102.200452,33.3031],[102.201189,33.314738],[102.203435,33.321786],[102.18629,33.329297],[102.185878,33.332338],[102.190402,33.338759],[102.199737,33.343448],[102.203985,33.349984],[102.214024,33.353089],[102.216723,33.360343],[102.222473,33.362524],[102.233492,33.372023],[102.232678,33.374474],[102.228451,33.375808],[102.227428,33.378819],[102.2324,33.388178],[102.236391,33.391822],[102.240348,33.392971],[102.246035,33.39194],[102.252158,33.396413],[102.260408,33.399258],[102.255495,33.408],[102.255933,33.412004],[102.26164,33.417498],[102.264905,33.423758],[102.267307,33.424483],[102.269252,33.421211],[102.267897,33.415543],[102.271521,33.410739],[102.280175,33.408393],[102.283657,33.409035],[102.288561,33.414694],[102.295262,33.415386],[102.299459,33.413259],[102.307383,33.400497],[102.311831,33.399002],[102.331092,33.403192],[102.34096,33.412613],[102.343821,33.413781],[102.346569,33.412928],[102.353247,33.404669],[102.352567,33.400495],[102.355369,33.3954],[102.365974,33.393558],[102.368069,33.395249],[102.369705,33.400772],[102.364309,33.409915],[102.366526,33.414073],[102.371262,33.415433],[102.375819,33.414759],[102.384011,33.406497],[102.392615,33.406647],[102.395439,33.41104],[102.394375,33.416022],[102.402908,33.421519],[102.402858,33.427561],[102.405765,33.429806],[102.412293,33.430855],[102.41969,33.437538],[102.425744,33.440269],[102.433118,33.441222],[102.437483,33.451685],[102.440783,33.455059],[102.449859,33.456712],[102.462271,33.45095],[102.466346,33.45268],[102.467604,33.455554],[102.466113,33.45923],[102.454074,33.462391],[102.448525,33.466199],[102.450349,33.471415],[102.460856,33.477781],[102.459615,33.480006],[102.451193,33.48475],[102.450077,33.488343],[102.450856,33.493151],[102.460261,33.506084],[102.458582,33.51137],[102.448155,33.521699],[102.444249,33.532882],[102.448306,33.535848],[102.453248,33.535982],[102.464514,33.531105],[102.470626,33.530641],[102.474901,33.534215],[102.476436,33.543939],[102.471765,33.549262],[102.454245,33.555272],[102.446996,33.570364],[102.443378,33.57435],[102.437523,33.57657],[102.411588,33.579844],[102.404326,33.58331],[102.392355,33.594355],[102.346535,33.60669],[102.338086,33.612926],[102.336155,33.615913],[102.336874,33.624965],[102.333475,33.640002],[102.330416,33.645878],[102.321037,33.656103],[102.313718,33.670634],[102.314513,33.676532],[102.326819,33.703687],[102.339967,33.723085],[102.340108,33.730782],[102.337505,33.734306],[102.333309,33.736279],[102.323895,33.735597],[102.317808,33.731213],[102.312819,33.719932],[102.30436,33.712123],[102.298375,33.71259],[102.284546,33.71807],[102.284042,33.726584],[102.287069,33.734686],[102.3122,33.747126],[102.319096,33.753983],[102.319286,33.759466],[102.301982,33.778354],[102.288473,33.78245],[102.283654,33.785822],[102.283471,33.78761],[102.269166,33.789783],[102.244588,33.788833],[102.236677,33.792098],[102.23508,33.795572],[102.236545,33.802887],[102.244863,33.80972],[102.251185,33.811365],[102.254427,33.814127],[102.26428,33.829402],[102.266002,33.834596],[102.262534,33.846406],[102.254239,33.853524],[102.248332,33.862593],[102.236551,33.866061],[102.230113,33.871359],[102.228639,33.87713],[102.222595,33.881742],[102.206521,33.900712],[102.186443,33.931475],[102.174574,33.937075],[102.163839,33.944705],[102.151647,33.95989],[102.131801,33.965348],[102.129676,33.968002],[102.135458,33.96846],[102.143235,33.977653],[102.165766,33.984823],[102.177853,33.981021],[102.17742,33.975341],[102.171878,33.973078],[102.172471,33.969847],[102.177571,33.970055],[102.179597,33.972098],[102.180683,33.98017],[102.195005,33.980451],[102.19872,33.978594],[102.193627,33.977766],[102.193346,33.976433],[102.200793,33.968326],[102.210055,33.970165],[102.212319,33.969123],[102.211733,33.966638],[102.206375,33.963679],[102.209228,33.961241],[102.21427,33.960246],[102.216897,33.963141],[102.222365,33.965093],[102.238496,33.965781],[102.238687,33.967976],[102.228413,33.968498],[102.22759,33.970736],[102.229748,33.972024],[102.236517,33.970006],[102.242394,33.973771],[102.242553,33.978088],[102.239517,33.983774],[102.241803,33.986277],[102.247325,33.988203],[102.254246,33.980269],[102.252368,33.977323],[102.246407,33.975679],[102.252131,33.968875],[102.260019,33.967096],[102.260864,33.969413],[102.256376,33.973922],[102.256668,33.977165],[102.262049,33.988327],[102.265647,33.991353],[102.271929,33.993249],[102.275531,33.992193],[102.285599,33.97926],[102.288917,33.97862],[102.300872,33.987653],[102.303908,33.995434],[102.30833,33.996521],[102.314486,33.995414],[102.317647,33.988694],[102.310865,33.984565],[102.307978,33.972433],[102.310759,33.968243],[102.320923,33.975744],[102.323581,33.983575],[102.325609,33.985427],[102.330111,33.983881],[102.334605,33.977192],[102.341993,33.970748],[102.346141,33.972634],[102.348414,33.978389],[102.353835,33.980813],[102.356258,33.979738],[102.358298,33.972713],[102.362507,33.970068],[102.36901,33.970004],[102.372056,33.976135],[102.387067,33.974538],[102.389829,33.971801],[102.396981,34.016489],[102.403847,34.033984],[102.416069,34.044078],[102.421709,34.055901],[102.425576,34.075001],[102.429279,34.075758],[102.43245,34.078774],[102.435797,34.088077],[102.449887,34.084861],[102.460573,34.080277],[102.462681,34.074358],[102.483688,34.077422],[102.493139,34.0763],[102.513098,34.085968],[102.531788,34.08861],[102.545633,34.086828],[102.551384,34.088918],[102.564693,34.090109],[102.567267,34.100203],[102.58019,34.103158],[102.59026,34.100957],[102.602124,34.102713],[102.61396,34.099986],[102.620928,34.092439],[102.642019,34.087727],[102.649804,34.078679],[102.656809,34.075641],[102.654985,34.092182],[102.658791,34.094455],[102.662452,34.094018],[102.66455,34.098909],[102.658414,34.107168],[102.66176,34.11418],[102.650481,34.120004],[102.640346,34.115029],[102.634486,34.115326],[102.635279,34.122195],[102.633157,34.128465],[102.624325,34.134529],[102.606585,34.141494],[102.59808,34.149394],[102.596302,34.153037],[102.602822,34.156145],[102.605,34.153812],[102.610699,34.154392],[102.613588,34.164921],[102.619171,34.165135],[102.62442,34.162346],[102.629158,34.165006],[102.629818,34.169936],[102.633514,34.173153],[102.6472,34.167302],[102.648324,34.169683],[102.643995,34.178252],[102.645702,34.182725],[102.648253,34.184322],[102.651861,34.183021],[102.655447,34.183928],[102.658206,34.193164],[102.664756,34.194811],[102.670992,34.192317],[102.680774,34.196359],[102.68318,34.198815],[102.694848,34.199821],[102.695959,34.212858],[102.710536,34.214806],[102.715492,34.22355],[102.722812,34.22734],[102.725387,34.23609],[102.728342,34.238589],[102.736876,34.235999],[102.745324,34.238844],[102.776694,34.239438],[102.782204,34.247313],[102.780692,34.25325],[102.781315,34.259079],[102.787482,34.260878],[102.78932,34.263043],[102.792248,34.268902],[102.792942,34.277099],[102.795891,34.274756],[102.82122,34.274477],[102.828793,34.276915],[102.838804,34.271649],[102.854152,34.272396],[102.853873,34.277533],[102.862548,34.28546],[102.863446,34.297368],[102.857891,34.30062],[102.858777,34.30579],[102.871429,34.312314],[102.878879,34.314626],[102.912074,34.314339],[102.922504,34.308784],[102.956877,34.296444],[102.950066,34.290642],[102.948879,34.285769],[102.958404,34.27996]]]}},{type:"Feature",properties:{name:"贵州省",province_adcode:52e4,province_type:"省",name_en:"Guizhou",name_var:"Guì Zhōu",adcode:52e4},geometry:{type:"MultiPolygon",coordinates:[[[[105.094673,24.925201],[105.085579,24.917483],[105.078258,24.917678],[105.083016,24.923579],[105.095495,24.931923],[105.097166,24.927776],[105.094673,24.925201]]],[[[109.575441,26.772771],[109.578254,26.772719],[109.58255,26.766999],[109.593332,26.763075],[109.593038,26.758475],[109.581569,26.75559],[109.580269,26.752931],[109.581285,26.750234],[109.573012,26.744231],[109.574555,26.738578],[109.57339,26.736362],[109.570166,26.736204],[109.564209,26.730223],[109.550075,26.72756],[109.542581,26.721249],[109.540063,26.724212],[109.53958,26.731106],[109.543455,26.729697],[109.545892,26.731107],[109.541418,26.73547],[109.534744,26.736678],[109.523311,26.744759],[109.522304,26.748393],[109.531624,26.748146],[109.53326,26.74524],[109.547784,26.739194],[109.556033,26.739283],[109.5633,26.744936],[109.560764,26.746585],[109.561689,26.750712],[109.554454,26.751808],[109.553573,26.758255],[109.557672,26.75479],[109.56585,26.751604],[109.575811,26.759782],[109.576538,26.763137],[109.573287,26.769853],[109.573548,26.775063],[109.575441,26.772771]]],[[[107.570161,29.204705],[107.571383,29.189232],[107.576276,29.185546],[107.582273,29.155838],[107.584072,29.152207],[107.590429,29.147093],[107.599597,29.154086],[107.600006,29.15996],[107.597319,29.160724],[107.597107,29.163961],[107.602012,29.16784],[107.621348,29.174643],[107.625663,29.167611],[107.63099,29.164218],[107.638998,29.162626],[107.651728,29.16568],[107.654489,29.163211],[107.656664,29.152865],[107.661199,29.150346],[107.692445,29.145836],[107.697209,29.150328],[107.705733,29.165821],[107.708558,29.164262],[107.704692,29.157757],[107.713718,29.157569],[107.722937,29.178248],[107.717445,29.18057],[107.71957,29.185289],[107.734492,29.191742],[107.745684,29.202835],[107.75636,29.195246],[107.761793,29.184484],[107.76358,29.175645],[107.769703,29.166265],[107.777057,29.165059],[107.782172,29.160991],[107.788586,29.151365],[107.797658,29.145876],[107.804038,29.146217],[107.80687,29.142652],[107.797253,29.120418],[107.795592,29.107988],[107.785858,29.088297],[107.780303,29.049848],[107.784507,29.047601],[107.805431,29.04453],[107.810358,29.038224],[107.818813,29.036054],[107.817118,29.009686],[107.804732,28.986001],[107.822862,28.979707],[107.831362,28.975006],[107.832472,28.973939],[107.83121,28.970593],[107.832695,28.969119],[107.841754,28.966187],[107.852397,28.96833],[107.859706,28.96556],[107.863139,28.960866],[107.863946,28.973299],[107.86783,28.986209],[107.880378,28.98911],[107.883825,28.996275],[107.88279,29.003494],[107.878485,29.009139],[107.879052,29.011807],[107.902625,29.008619],[107.918556,29.02308],[107.925816,29.039014],[107.935395,29.040245],[107.949331,29.037706],[107.977432,29.036697],[108.002227,29.037923],[108.018192,29.04071],[108.026361,29.048651],[108.030215,29.04971],[108.03208,29.057044],[108.040145,29.066659],[108.051683,29.074923],[108.055621,29.079319],[108.056811,29.083546],[108.064678,29.089235],[108.104066,29.0797],[108.119028,29.072358],[108.126932,29.064736],[108.127823,29.056372],[108.129447,29.055668],[108.14728,29.056215],[108.165322,29.067313],[108.181229,29.073077],[108.192311,29.0747],[108.201052,29.058991],[108.209124,29.059448],[108.226336,29.050296],[108.22519,29.043138],[108.218838,29.039985],[108.219476,29.034982],[108.221231,29.032753],[108.229305,29.030433],[108.239609,29.032215],[108.240731,29.03637],[108.251656,29.044382],[108.255851,29.053855],[108.254697,29.063832],[108.256474,29.0716],[108.260732,29.074198],[108.26383,29.079556],[108.264401,29.0849],[108.262865,29.087733],[108.264552,29.092828],[108.27113,29.09502],[108.28035,29.090258],[108.291156,29.088872],[108.303615,29.082097],[108.296421,29.062938],[108.293867,29.050729],[108.296968,29.039951],[108.303698,29.02728],[108.305311,29.020444],[108.303565,29.014525],[108.304209,29.006798],[108.308173,29.000095],[108.314557,28.967017],[108.318171,28.957623],[108.336324,28.950352],[108.341967,28.945526],[108.345843,28.936856],[108.345919,28.910371],[108.352927,28.894885],[108.350813,28.884623],[108.351363,28.8756],[108.343178,28.864215],[108.341986,28.858605],[108.343916,28.850778],[108.350613,28.837442],[108.348423,28.819159],[108.358203,28.814179],[108.37826,28.808856],[108.381152,28.806868],[108.38329,28.803763],[108.384688,28.793726],[108.384111,28.785493],[108.380306,28.77564],[108.370382,28.770132],[108.368596,28.764461],[108.354607,28.750265],[108.35067,28.743114],[108.344854,28.740832],[108.342519,28.718508],[108.343605,28.712771],[108.339332,28.700142],[108.329048,28.67938],[108.336757,28.677844],[108.347718,28.679024],[108.356866,28.671996],[108.369543,28.666666],[108.386403,28.654992],[108.415462,28.647459],[108.439025,28.635725],[108.45373,28.638434],[108.469082,28.630648],[108.487061,28.633831],[108.493054,28.630376],[108.49853,28.630163],[108.501648,28.634017],[108.499325,28.636837],[108.499296,28.640945],[108.505448,28.643449],[108.515454,28.643811],[108.532844,28.656083],[108.538504,28.655792],[108.543113,28.651037],[108.555906,28.651366],[108.558119,28.654197],[108.558961,28.660814],[108.563951,28.666524],[108.574708,28.661923],[108.583307,28.650927],[108.579561,28.645296],[108.582561,28.642964],[108.594525,28.645293],[108.598162,28.638186],[108.612345,28.640433],[108.620884,28.644886],[108.626547,28.643734],[108.631244,28.63711],[108.628792,28.627964],[108.631124,28.623293],[108.612835,28.607206],[108.60071,28.593802],[108.602961,28.579967],[108.602704,28.566393],[108.607496,28.546141],[108.601842,28.54232],[108.573932,28.539849],[108.569313,28.531691],[108.574244,28.513269],[108.577105,28.50953],[108.573442,28.503983],[108.573043,28.500308],[108.584538,28.481036],[108.58574,28.472871],[108.584014,28.464349],[108.593638,28.460472],[108.593901,28.452515],[108.597895,28.44507],[108.607331,28.441552],[108.60203,28.428852],[108.601941,28.426655],[108.605709,28.423919],[108.603508,28.410764],[108.601187,28.409224],[108.584196,28.408512],[108.576253,28.399116],[108.57332,28.39191],[108.572523,28.386296],[108.574274,28.368497],[108.573139,28.362911],[108.575081,28.347669],[108.576843,28.34576],[108.590396,28.345476],[108.599608,28.34224],[108.603959,28.333609],[108.60435,28.328391],[108.612244,28.327613],[108.634352,28.336837],[108.641015,28.33394],[108.651929,28.338059],[108.663001,28.338104],[108.666179,28.340834],[108.673704,28.351191],[108.670261,28.357587],[108.655532,28.353341],[108.653368,28.353934],[108.651278,28.359502],[108.653659,28.371414],[108.65785,28.376805],[108.661773,28.387743],[108.669683,28.392736],[108.689746,28.39804],[108.693267,28.407707],[108.686918,28.417881],[108.6846,28.4255],[108.679287,28.43062],[108.66943,28.432839],[108.662951,28.438996],[108.661667,28.446727],[108.651267,28.449548],[108.636838,28.458708],[108.639785,28.47224],[108.648849,28.476933],[108.663024,28.478524],[108.670113,28.481732],[108.678032,28.481932],[108.6819,28.48555],[108.694814,28.485192],[108.69913,28.489545],[108.705247,28.503373],[108.709248,28.502718],[108.714111,28.498007],[108.719479,28.495902],[108.718667,28.490192],[108.72213,28.477501],[108.725798,28.473799],[108.737891,28.470614],[108.74396,28.458737],[108.741082,28.45556],[108.758874,28.444671],[108.766317,28.444028],[108.77708,28.430452],[108.769625,28.420853],[108.766163,28.414264],[108.766332,28.411526],[108.758471,28.401208],[108.75468,28.390816],[108.756626,28.388422],[108.768967,28.383913],[108.773627,28.384581],[108.779445,28.383132],[108.778353,28.377083],[108.773536,28.372185],[108.77205,28.367103],[108.774104,28.355836],[108.771681,28.343784],[108.756099,28.32998],[108.75757,28.324337],[108.763088,28.322847],[108.766355,28.317956],[108.762468,28.308542],[108.758912,28.306176],[108.755029,28.306708],[108.744625,28.302744],[108.736019,28.297862],[108.721207,28.283407],[108.720261,28.279859],[108.721383,28.264223],[108.730576,28.25644],[108.732531,28.252467],[108.734476,28.229861],[108.744247,28.230896],[108.753974,28.226269],[108.75567,28.218219],[108.752975,28.199402],[108.756003,28.195068],[108.759439,28.195275],[108.765654,28.206371],[108.77131,28.22118],[108.784585,28.22405],[108.793147,28.227681],[108.796185,28.231042],[108.796519,28.237407],[108.801557,28.246605],[108.809266,28.245899],[108.817175,28.248749],[108.818861,28.24556],[108.818084,28.239324],[108.820862,28.232138],[108.823125,28.227153],[108.828699,28.221831],[108.82912,28.213485],[108.841204,28.202945],[108.850803,28.20189],[108.856318,28.207613],[108.891298,28.223124],[108.903893,28.219321],[108.917041,28.221619],[108.923243,28.217157],[108.928702,28.209724],[108.923089,28.204056],[108.922857,28.196738],[108.924304,28.194832],[108.929654,28.19154],[108.936069,28.191389],[108.950546,28.186851],[108.957289,28.181094],[108.968999,28.178864],[108.974835,28.175692],[108.980909,28.166808],[108.988997,28.165206],[109.001312,28.165719],[109.007778,28.175448],[109.010178,28.183821],[109.00929,28.192646],[109.007231,28.194844],[109.007999,28.199757],[109.019336,28.216685],[109.020127,28.223368],[109.033791,28.221068],[109.037801,28.213735],[109.03681,28.20642],[109.055586,28.202802],[109.074973,28.187935],[109.080467,28.18715],[109.085926,28.201196],[109.093117,28.201256],[109.096328,28.203985],[109.09741,28.212602],[109.090787,28.225861],[109.082348,28.23249],[109.079382,28.238005],[109.079134,28.244804],[109.075404,28.252855],[109.078981,28.261633],[109.082306,28.264138],[109.092801,28.266686],[109.104681,28.276021],[109.107187,28.275833],[109.113319,28.282289],[109.114692,28.287585],[109.111389,28.291631],[109.120529,28.29889],[109.130264,28.31869],[109.13712,28.324889],[109.132175,28.335123],[109.132077,28.338548],[109.139206,28.344362],[109.145182,28.346576],[109.147568,28.351091],[109.146311,28.354304],[109.139489,28.359676],[109.133737,28.360775],[109.1455,28.377498],[109.150466,28.394489],[109.14681,28.400033],[109.151398,28.40607],[109.143681,28.412874],[109.144496,28.415644],[109.147666,28.419932],[109.158683,28.417908],[109.160254,28.419258],[109.162604,28.428],[109.160284,28.433555],[109.162192,28.435131],[109.168033,28.434733],[109.168626,28.432996],[109.172947,28.434983],[109.176164,28.445583],[109.16823,28.451979],[109.180179,28.457006],[109.182207,28.46194],[109.187597,28.465043],[109.185991,28.473007],[109.197016,28.478083],[109.207752,28.479881],[109.213006,28.483411],[109.219853,28.482278],[109.227578,28.477545],[109.243032,28.485376],[109.254973,28.493632],[109.264835,28.497662],[109.269826,28.497929],[109.269554,28.491046],[109.261564,28.484825],[109.25604,28.46748],[109.258279,28.461973],[109.254028,28.449599],[109.253717,28.43252],[109.256704,28.410899],[109.259938,28.407504],[109.259962,28.396604],[109.264002,28.387797],[109.270926,28.386939],[109.272964,28.384516],[109.271092,28.380522],[109.280418,28.380301],[109.284277,28.376576],[109.283344,28.368417],[109.280373,28.361833],[109.269011,28.349754],[109.26849,28.346304],[109.263384,28.340283],[109.270535,28.317751],[109.268094,28.312466],[109.273364,28.310562],[109.276344,28.311188],[109.284149,28.307121],[109.282378,28.301297],[109.288819,28.299858],[109.295236,28.293535],[109.290816,28.283843],[109.291248,28.280594],[109.301391,28.276757],[109.311469,28.279712],[109.324846,28.28899],[109.32571,28.292373],[109.329921,28.296679],[109.33549,28.297114],[109.33881,28.29677],[109.343051,28.292589],[109.357564,28.287709],[109.357008,28.283948],[109.348726,28.273811],[109.346742,28.266664],[109.35197,28.267249],[109.357327,28.273735],[109.365917,28.280226],[109.372064,28.279469],[109.376949,28.276148],[109.384198,28.274436],[109.394057,28.274768],[109.392811,28.271238],[109.375109,28.265661],[109.371714,28.261696],[109.36291,28.256095],[109.365633,28.254111],[109.365296,28.248996],[109.359731,28.238349],[109.354047,28.235391],[109.353586,28.232303],[109.355509,28.230256],[109.356503,28.22468],[109.341108,28.210648],[109.337156,28.199827],[109.335492,28.186676],[109.341918,28.168418],[109.340247,28.165687],[109.333651,28.162834],[109.330763,28.158618],[109.336395,28.146188],[109.333632,28.14083],[109.325073,28.131403],[109.323604,28.118613],[109.308978,28.104975],[109.306877,28.097881],[109.309718,28.089312],[109.300539,28.081605],[109.298918,28.076888],[109.298693,28.058642],[109.298041,28.055111],[109.294195,28.052082],[109.292434,28.033823],[109.294014,28.032136],[109.30165,28.032704],[109.303876,28.036565],[109.304314,28.041842],[109.319355,28.044223],[109.324106,28.051692],[109.324443,28.055742],[109.328522,28.063744],[109.332219,28.066944],[109.340591,28.064795],[109.34397,28.061909],[109.344648,28.059232],[109.351733,28.057501],[109.355446,28.054006],[109.362246,28.051181],[109.373856,28.037564],[109.373797,28.034606],[109.358627,28.011747],[109.349237,28.008795],[109.339154,28.010429],[109.332061,28.006191],[109.326067,27.999114],[109.321739,27.997133],[109.317358,27.997372],[109.314377,27.993351],[109.31093,27.972164],[109.301245,27.971031],[109.300783,27.966323],[109.296829,27.963629],[109.295894,27.959285],[109.30706,27.938349],[109.307966,27.934852],[109.305736,27.931903],[109.31077,27.924033],[109.308244,27.91609],[109.304593,27.912011],[109.305926,27.908489],[109.312809,27.904271],[109.314299,27.900444],[109.312695,27.889768],[109.313113,27.87906],[109.325611,27.871241],[109.333477,27.870964],[109.333892,27.868393],[109.331741,27.865969],[109.328542,27.867198],[109.320993,27.865795],[109.316244,27.861932],[109.344141,27.845349],[109.340377,27.841578],[109.334565,27.826835],[109.338989,27.812372],[109.327831,27.793525],[109.334096,27.793628],[109.326716,27.786918],[109.326511,27.785105],[109.33172,27.777104],[109.335632,27.776137],[109.343773,27.777315],[109.346512,27.77602],[109.350157,27.767324],[109.357974,27.757281],[109.354424,27.746877],[109.368144,27.744459],[109.370029,27.742681],[109.371358,27.737694],[109.366147,27.733931],[109.358065,27.731101],[109.357994,27.724962],[109.362705,27.727604],[109.376432,27.729535],[109.387182,27.724113],[109.392607,27.723066],[109.398179,27.727453],[109.407152,27.728555],[109.413454,27.724324],[109.412469,27.717425],[109.419322,27.714141],[109.422748,27.706717],[109.426174,27.704147],[109.451555,27.696507],[109.463117,27.686305],[109.469576,27.684303],[109.468291,27.680448],[109.456955,27.676618],[109.454191,27.666406],[109.454409,27.662376],[109.459868,27.659747],[109.458221,27.654001],[109.462603,27.647796],[109.470211,27.644405],[109.471058,27.641278],[109.470198,27.637069],[109.465007,27.630336],[109.466045,27.623774],[109.462563,27.610226],[109.460156,27.606652],[109.454492,27.60381],[109.44781,27.590326],[109.452172,27.576504],[109.458275,27.569996],[109.452898,27.563325],[109.4381,27.566248],[109.430579,27.559802],[109.431111,27.55453],[109.422053,27.550932],[109.419215,27.55141],[109.417456,27.555243],[109.41167,27.559558],[109.39768,27.552368],[109.387904,27.551427],[109.385691,27.548857],[109.388903,27.545288],[109.388007,27.544087],[109.380426,27.537987],[109.374208,27.538733],[109.370309,27.537218],[109.356648,27.521869],[109.341704,27.513915],[109.336985,27.50295],[109.332933,27.498481],[109.318289,27.495753],[109.312825,27.488165],[109.305968,27.483184],[109.300867,27.482203],[109.296161,27.484933],[109.292307,27.484504],[109.292307,27.480079],[109.298731,27.474368],[109.298874,27.465088],[109.307726,27.451097],[109.307155,27.449384],[109.297817,27.444679],[109.292316,27.430576],[109.292648,27.425559],[109.290512,27.42445],[109.264277,27.430659],[109.256742,27.429374],[109.250612,27.422121],[109.246389,27.421779],[109.242304,27.42456],[109.243608,27.436952],[109.240972,27.437408],[109.239295,27.434933],[109.227159,27.439217],[109.222519,27.439811],[109.220021,27.438503],[109.217404,27.45504],[109.211217,27.455992],[109.205506,27.460215],[109.202305,27.455424],[109.20396,27.4504],[109.198249,27.446117],[109.194204,27.446117],[109.191824,27.444094],[109.190397,27.438622],[109.173901,27.434347],[109.159644,27.419099],[109.1522,27.415653],[109.148923,27.419346],[109.150917,27.42452],[109.155169,27.427737],[109.157002,27.431332],[109.15647,27.438265],[109.151812,27.446598],[109.147958,27.449816],[109.143556,27.45258],[109.136665,27.451268],[109.126321,27.436761],[109.118664,27.431317],[109.11804,27.42093],[109.114385,27.421958],[109.109683,27.428401],[109.105691,27.425952],[109.10399,27.42264],[109.104973,27.417093],[109.111489,27.415227],[109.116391,27.41578],[109.119556,27.418351],[109.123105,27.425672],[109.130904,27.433536],[109.137328,27.429157],[109.139073,27.425169],[109.134081,27.417686],[109.125498,27.413568],[109.122371,27.40661],[109.111839,27.403853],[109.114916,27.396515],[109.120073,27.391154],[109.113762,27.38369],[109.109802,27.37492],[109.110163,27.368601],[109.114882,27.367457],[109.110949,27.355042],[109.105833,27.355688],[109.100651,27.359491],[109.095779,27.352688],[109.100052,27.339866],[109.090406,27.33887],[109.083064,27.33414],[109.078864,27.335087],[109.0773,27.337512],[109.07376,27.337833],[109.06952,27.334929],[109.066908,27.326228],[109.054981,27.330387],[109.048066,27.339637],[109.041663,27.337833],[109.044589,27.329887],[109.044364,27.319065],[109.048674,27.315731],[109.053295,27.299433],[109.042412,27.293551],[109.038828,27.279926],[109.02988,27.280666],[109.019389,27.285692],[108.995133,27.267069],[108.990567,27.272126],[108.985353,27.274106],[108.982611,27.273507],[108.979543,27.271825],[108.982506,27.260618],[108.96348,27.248204],[108.964799,27.244069],[108.961976,27.239809],[108.948179,27.238401],[108.945165,27.23204],[108.938685,27.226507],[108.921764,27.223272],[108.914145,27.219463],[108.910379,27.215557],[108.902178,27.21344],[108.903428,27.207205],[108.918351,27.203006],[108.918146,27.192386],[108.923677,27.183503],[108.923043,27.164815],[108.917004,27.160918],[108.912014,27.162912],[108.909337,27.162317],[108.910065,27.156063],[108.901143,27.138348],[108.88377,27.125978],[108.884218,27.119888],[108.881644,27.112577],[108.876186,27.109507],[108.869303,27.118115],[108.8589,27.119256],[108.851403,27.110153],[108.852078,27.101042],[108.840931,27.10157],[108.82166,27.092674],[108.815658,27.093805],[108.809932,27.099291],[108.80581,27.101094],[108.786106,27.087573],[108.800181,27.082574],[108.816209,27.068959],[108.822781,27.068027],[108.82357,27.063281],[108.83066,27.061951],[108.836523,27.065511],[108.840112,27.063536],[108.84323,27.055282],[108.840256,27.053618],[108.842757,27.044997],[108.845607,27.041225],[108.850739,27.038878],[108.851334,27.034417],[108.859514,27.027873],[108.862785,27.02713],[108.865611,27.033376],[108.868437,27.034119],[108.869626,27.032781],[108.874138,27.016356],[108.873083,27.011842],[108.867388,27.007755],[108.866353,27.004992],[108.871639,27.001002],[108.882531,27.005886],[108.897357,27.022115],[108.906508,27.023114],[108.910587,27.021478],[108.914193,27.022059],[108.913309,27.025859],[108.909756,27.029223],[108.914115,27.033032],[108.916575,27.033242],[108.91765,27.029666],[108.917722,27.020058],[108.916203,27.015012],[108.91881,27.012306],[108.942797,27.019551],[108.948951,27.022802],[108.94681,27.033227],[108.948049,27.040198],[108.939283,27.041046],[108.936351,27.05049],[108.938536,27.05219],[108.94962,27.054082],[108.957079,27.052617],[108.962529,27.054346],[108.982457,27.074744],[108.990796,27.078491],[109.001635,27.078833],[109.006509,27.085123],[109.012097,27.088103],[109.010609,27.093223],[109.021763,27.107883],[109.025481,27.108031],[109.032253,27.10074],[109.04268,27.099646],[109.048195,27.100935],[109.056007,27.111257],[109.057604,27.111154],[109.059835,27.105949],[109.06727,27.113385],[109.077983,27.11986],[109.085125,27.121813],[109.09047,27.120077],[109.105218,27.126407],[109.115306,27.124241],[109.121727,27.127952],[109.126765,27.126994],[109.129934,27.123554],[109.128576,27.116824],[109.111743,27.1052],[109.104234,27.09565],[109.104747,27.090929],[109.096419,27.072785],[109.124738,27.06885],[109.129092,27.070071],[109.126695,27.073123],[109.127367,27.074679],[109.149568,27.075167],[109.152147,27.071471],[109.159423,27.068069],[109.170167,27.089427],[109.173493,27.090198],[109.175648,27.086217],[109.18343,27.084919],[109.191796,27.089916],[109.200666,27.097985],[109.207423,27.107712],[109.20938,27.116944],[109.21869,27.125747],[109.224607,27.135369],[109.233073,27.140754],[109.237937,27.152535],[109.246419,27.155245],[109.253225,27.152638],[109.250308,27.142719],[109.259636,27.130073],[109.266904,27.130822],[109.275599,27.134676],[109.29094,27.135395],[109.301195,27.142003],[109.3158,27.139052],[109.330143,27.140707],[109.331712,27.142177],[109.330159,27.144455],[109.330044,27.153474],[109.339421,27.152944],[109.353457,27.156458],[109.367897,27.149895],[109.371462,27.15298],[109.372353,27.157436],[109.374343,27.158848],[109.381042,27.153369],[109.379776,27.150266],[109.381302,27.147202],[109.389214,27.147918],[109.389091,27.158972],[109.394052,27.163397],[109.396972,27.162282],[109.394877,27.156652],[109.412178,27.156903],[109.412738,27.145359],[109.41851,27.140888],[109.426596,27.127805],[109.436105,27.127451],[109.445191,27.129672],[109.448282,27.133462],[109.454018,27.131969],[109.460868,27.138761],[109.465473,27.138011],[109.470171,27.13432],[109.465533,27.128852],[109.465533,27.118888],[109.453487,27.112641],[109.455866,27.10699],[109.454974,27.097175],[109.461666,27.097919],[109.462558,27.096729],[109.462112,27.094498],[109.45323,27.088181],[109.454019,27.085599],[109.460285,27.083404],[109.462792,27.084826],[109.476619,27.084278],[109.477871,27.074539],[109.47437,27.072787],[109.463599,27.074649],[109.451181,27.072895],[109.451289,27.069089],[109.463086,27.067739],[109.48317,27.057346],[109.485248,27.058183],[109.486679,27.062502],[109.491835,27.064041],[109.486274,27.0689],[109.482927,27.06952],[109.481523,27.072841],[109.48666,27.082325],[109.494677,27.082839],[109.498548,27.077098],[109.515043,27.075839],[109.521156,27.072162],[109.519505,27.069585],[109.512824,27.072191],[109.506876,27.072042],[109.506132,27.070703],[109.508066,27.066688],[109.516096,27.061186],[109.512634,27.051332],[109.514332,27.04619],[109.521599,27.040365],[109.519976,27.029913],[109.536939,27.017153],[109.537565,27.014293],[109.535429,27.006755],[109.538334,27.001755],[109.537713,26.998454],[109.533435,26.99574],[109.526436,26.996133],[109.524092,26.991781],[109.523055,26.981154],[109.531414,26.979094],[109.541824,26.987868],[109.545393,26.987868],[109.545245,26.982812],[109.542663,26.97764],[109.548023,26.964464],[109.555537,26.957379],[109.556069,26.954305],[109.553608,26.947747],[109.551794,26.946133],[109.544218,26.947101],[109.536988,26.945449],[109.530751,26.938707],[109.532543,26.933396],[109.531825,26.928058],[109.516578,26.928866],[109.514994,26.932113],[109.510466,26.935058],[109.503508,26.933019],[109.487989,26.923474],[109.486132,26.91703],[109.467317,26.91351],[109.440832,26.894542],[109.435056,26.892735],[109.433292,26.882977],[109.437723,26.877967],[109.438318,26.874249],[109.437723,26.871275],[109.431685,26.865791],[109.436081,26.863895],[109.444324,26.863503],[109.451804,26.869197],[109.45337,26.872374],[109.452551,26.878172],[109.458561,26.881446],[109.467659,26.889872],[109.467096,26.894484],[109.468969,26.898715],[109.474464,26.90203],[109.484309,26.899179],[109.486004,26.896967],[109.4834,26.892439],[109.492006,26.883671],[109.496755,26.887137],[109.500655,26.886892],[109.508976,26.884326],[109.513966,26.879806],[109.514132,26.878063],[109.507382,26.872806],[109.506936,26.865707],[109.507008,26.862727],[109.511344,26.861019],[109.513398,26.857964],[109.513268,26.85431],[109.509506,26.845688],[109.502612,26.839072],[109.496614,26.836773],[109.493789,26.833947],[109.493789,26.830229],[109.496912,26.827998],[109.496763,26.826214],[109.492153,26.816101],[109.495127,26.812532],[109.500927,26.812681],[109.501522,26.805988],[109.50985,26.804353],[109.51104,26.802865],[109.510594,26.793199],[109.520963,26.786125],[109.514582,26.77862],[109.512285,26.760998],[109.518138,26.759059],[109.518156,26.752598],[109.504876,26.750596],[109.50175,26.751604],[109.500408,26.75382],[109.500458,26.760691],[109.505685,26.770663],[109.491714,26.771166],[109.489252,26.769875],[109.485569,26.763578],[109.47847,26.764319],[109.474694,26.770718],[109.46533,26.77226],[109.46081,26.770776],[109.456596,26.764251],[109.437903,26.765567],[109.435048,26.752004],[109.43362,26.750862],[109.423372,26.751188],[109.405921,26.743782],[109.406231,26.739111],[109.41078,26.739654],[109.41456,26.736738],[109.415744,26.7302],[109.414662,26.727347],[109.406321,26.72383],[109.403033,26.724406],[109.394811,26.73303],[109.377989,26.73252],[109.37811,26.726435],[109.387469,26.722905],[109.388029,26.718378],[109.380853,26.714407],[109.370517,26.711458],[109.36295,26.702892],[109.359238,26.707889],[109.354384,26.708888],[109.349387,26.70846],[109.337394,26.703749],[109.328543,26.708603],[109.323705,26.707695],[109.316061,26.710605],[109.306745,26.715958],[109.296706,26.702892],[109.289223,26.705271],[109.283318,26.703386],[109.284793,26.695015],[109.289253,26.687889],[109.293967,26.684434],[109.296982,26.678131],[109.297849,26.666967],[109.299259,26.665084],[109.304701,26.665059],[109.312981,26.658491],[109.323829,26.658491],[109.328099,26.655786],[109.329549,26.651528],[109.334544,26.650869],[109.350101,26.660633],[109.354241,26.662203],[109.356383,26.661347],[109.354669,26.649354],[109.357239,26.642073],[109.363664,26.635791],[109.370801,26.635229],[109.373819,26.63294],[109.371802,26.624227],[109.376941,26.619087],[109.380082,26.609379],[109.387224,26.604515],[109.383238,26.589253],[109.382974,26.574859],[109.387176,26.57357],[109.391058,26.576065],[109.394096,26.573618],[109.393237,26.559767],[109.401713,26.555371],[109.402211,26.548846],[109.407042,26.543493],[109.404845,26.538772],[109.400471,26.5357],[109.391789,26.534426],[109.376155,26.524516],[109.373896,26.521632],[109.37666,26.514208],[109.38408,26.510441],[109.386649,26.504302],[109.385275,26.501292],[109.379057,26.496061],[109.370855,26.492095],[109.358173,26.479269],[109.358345,26.476703],[109.363958,26.470671],[109.373942,26.471095],[109.379702,26.467828],[109.37975,26.465915],[109.373376,26.46051],[109.354899,26.451062],[109.343453,26.448172],[109.335914,26.438269],[109.325101,26.435391],[109.32404,26.42829],[109.312482,26.412688],[109.308937,26.391759],[109.300312,26.393315],[109.296886,26.39084],[109.290053,26.377583],[109.295278,26.372956],[109.29385,26.36596],[109.296563,26.349399],[109.292851,26.346401],[109.282867,26.350837],[109.272269,26.342812],[109.268231,26.33595],[109.27257,26.32742],[109.268152,26.325129],[109.275088,26.319131],[109.276405,26.313953],[109.27545,26.301485],[109.283982,26.296683],[109.285901,26.296907],[109.28876,26.300896],[109.291359,26.301318],[109.298945,26.296951],[109.301835,26.293234],[109.316985,26.294716],[109.320902,26.293356],[109.321856,26.292048],[109.318121,26.28701],[109.318549,26.284726],[109.330967,26.279191],[109.336095,26.266644],[109.349956,26.270869],[109.376941,26.286867],[109.414346,26.291864],[109.427756,26.288523],[109.431183,26.291949],[109.43775,26.293234],[109.437893,26.295804],[109.442186,26.299145],[109.43876,26.30557],[109.456431,26.316758],[109.460752,26.31762],[109.463686,26.316398],[109.469262,26.310119],[109.471952,26.302171],[109.462625,26.296532],[109.457036,26.289486],[109.45232,26.281124],[109.45368,26.273057],[109.44346,26.258621],[109.439616,26.257885],[109.438617,26.254763],[109.43186,26.247538],[109.445699,26.236221],[109.449161,26.228988],[109.447799,26.218163],[109.450078,26.212097],[109.452542,26.210651],[109.459895,26.211879],[109.461688,26.214313],[109.469874,26.204704],[109.464775,26.198839],[109.457551,26.200448],[109.454334,26.197483],[109.457767,26.189136],[109.46737,26.175679],[109.468034,26.173344],[109.464374,26.168044],[109.464524,26.163689],[109.469901,26.15291],[109.474653,26.148627],[109.481929,26.151431],[109.485356,26.148291],[109.488306,26.148005],[109.491352,26.155429],[109.499061,26.138677],[109.509671,26.132528],[109.506953,26.117538],[109.500299,26.108696],[109.501155,26.10289],[109.499918,26.099845],[109.49316,26.102319],[109.469958,26.103117],[109.461085,26.098893],[109.45861,26.095086],[109.450067,26.101686],[109.449558,26.103905],[109.446339,26.10401],[109.443001,26.075193],[109.446529,26.068984],[109.447526,26.057852],[109.458557,26.0523],[109.474887,26.050334],[109.475859,26.049002],[109.47283,26.04051],[109.478702,26.033865],[109.478335,26.027561],[109.473708,26.014938],[109.467814,26.009131],[109.456771,26.00334],[109.457349,25.999263],[109.452092,25.994606],[109.446377,25.990856],[109.440379,25.990081],[109.428559,25.983066],[109.425778,25.978358],[109.419008,25.973219],[109.401052,25.969014],[109.400581,25.96765],[109.404199,25.966024],[109.421515,25.96556],[109.426008,25.958825],[109.433907,25.958679],[109.435322,25.955602],[109.430797,25.937722],[109.427579,25.933841],[109.429342,25.927838],[109.427193,25.923463],[109.423065,25.915907],[109.387769,25.902818],[109.386096,25.898464],[109.389127,25.894386],[109.390425,25.888047],[109.385707,25.873391],[109.382546,25.868223],[109.367188,25.857032],[109.362477,25.846895],[109.357052,25.843611],[109.350661,25.844086],[109.337882,25.840707],[109.334091,25.837515],[109.330563,25.820972],[109.331835,25.812824],[109.334917,25.805822],[109.335061,25.798223],[109.330915,25.791694],[109.32393,25.785505],[109.334637,25.777082],[109.334637,25.774369],[109.325786,25.771429],[109.321756,25.76461],[109.330581,25.760133],[109.332885,25.757376],[109.335684,25.750584],[109.336846,25.734929],[109.309278,25.73632],[109.305119,25.734387],[109.308823,25.726049],[109.307395,25.722979],[109.289816,25.717416],[109.283098,25.720117],[109.27543,25.717475],[109.252076,25.721249],[109.250404,25.728969],[109.242059,25.731577],[109.227018,25.740591],[109.21584,25.738788],[109.202568,25.741606],[109.204849,25.75362],[109.202302,25.765698],[109.199166,25.766834],[109.19389,25.765584],[109.191291,25.767855],[109.191132,25.770777],[109.194904,25.774755],[109.200612,25.776432],[109.201305,25.77973],[109.199854,25.783092],[109.20195,25.785362],[109.201978,25.79149],[109.197292,25.796781],[109.186995,25.80312],[109.173021,25.809294],[109.164913,25.803648],[109.161901,25.799085],[109.175879,25.791644],[109.176593,25.790359],[109.173452,25.786362],[109.174166,25.782079],[109.180876,25.778938],[109.18728,25.778685],[109.174136,25.762608],[109.168154,25.761965],[109.163744,25.765375],[109.159033,25.761806],[109.151911,25.76158],[109.154279,25.758332],[109.154072,25.752527],[109.148513,25.745117],[109.143537,25.744243],[109.141216,25.745206],[109.127209,25.762969],[109.129052,25.770186],[109.139952,25.777626],[109.144238,25.782914],[109.139188,25.789645],[109.139151,25.798571],[109.129214,25.808522],[109.12505,25.808373],[109.121306,25.811526],[109.114405,25.812342],[109.103093,25.807541],[109.096607,25.807224],[109.090504,25.80949],[109.088934,25.807777],[109.088791,25.80278],[109.091075,25.797926],[109.088077,25.796926],[109.080951,25.798063],[109.07725,25.79412],[109.073984,25.789558],[109.074888,25.779469],[109.052084,25.787749],[109.044852,25.793371],[109.031501,25.792041],[109.025856,25.79603],[109.020914,25.793581],[109.007342,25.795184],[109.004143,25.792288],[109.006555,25.78475],[109.005651,25.783544],[109.003389,25.78279],[108.993521,25.787039],[108.984914,25.780623],[108.99526,25.767088],[108.995515,25.763351],[108.988597,25.76575],[108.982423,25.764323],[108.97434,25.75354],[108.967659,25.747813],[108.959466,25.747443],[108.954315,25.744603],[108.953165,25.741567],[108.958494,25.737424],[108.957603,25.733874],[108.945372,25.732381],[108.940043,25.73454],[108.940004,25.736982],[108.942613,25.739604],[108.935823,25.743838],[108.909243,25.729922],[108.907345,25.728506],[108.907353,25.719922],[108.905997,25.718565],[108.898308,25.720525],[108.891356,25.716404],[108.890529,25.707122],[108.89116,25.701803],[108.894539,25.695046],[108.892627,25.689451],[108.894059,25.686865],[108.900341,25.683146],[108.914435,25.679693],[108.916653,25.683951],[108.924794,25.687233],[108.940778,25.679425],[108.948361,25.684644],[108.956804,25.687508],[108.958311,25.69384],[108.975094,25.708675],[108.977403,25.712489],[108.979118,25.722963],[108.981918,25.72497],[108.988291,25.724722],[108.996753,25.726859],[108.994132,25.736513],[108.997741,25.738059],[109.016841,25.732215],[109.018991,25.731031],[109.019719,25.727028],[109.026785,25.725333],[109.033496,25.727341],[109.037188,25.736751],[109.036708,25.739974],[109.048833,25.747219],[109.051124,25.744545],[109.048267,25.734017],[109.050007,25.731072],[109.068202,25.723059],[109.073802,25.722467],[109.073636,25.720457],[109.066821,25.713939],[109.068719,25.69537],[109.060056,25.690231],[109.054196,25.684191],[109.050879,25.678161],[109.049975,25.67198],[109.045904,25.668964],[109.044698,25.662783],[109.03912,25.659919],[109.034748,25.653134],[109.035803,25.643787],[109.034296,25.640319],[109.02691,25.637689],[109.027056,25.633695],[109.032288,25.620914],[109.038027,25.618622],[109.042242,25.619753],[109.044125,25.615583],[109.037419,25.60877],[109.039812,25.598538],[109.041047,25.57977],[109.046368,25.570155],[109.057376,25.567926],[109.066079,25.561415],[109.069273,25.556495],[109.077748,25.556147],[109.084224,25.552457],[109.077288,25.542656],[109.071053,25.539173],[109.060625,25.541708],[109.049769,25.526633],[109.042554,25.524107],[109.040709,25.528792],[109.0385,25.527808],[109.025924,25.520022],[109.022633,25.513985],[109.006733,25.521602],[108.988262,25.539394],[108.986706,25.536637],[108.968529,25.533851],[108.963868,25.548447],[108.951678,25.554385],[108.945834,25.559695],[108.92874,25.556898],[108.9265,25.558305],[108.916478,25.549282],[108.897669,25.543338],[108.889143,25.543374],[108.885115,25.545513],[108.887514,25.556369],[108.885593,25.559439],[108.878362,25.558801],[108.870417,25.555139],[108.859516,25.559154],[108.855789,25.557637],[108.847636,25.557738],[108.847187,25.555599],[108.852325,25.552123],[108.847501,25.550163],[108.83158,25.549187],[108.821268,25.552123],[108.814398,25.539726],[108.813304,25.533464],[108.806965,25.528499],[108.796112,25.541515],[108.795579,25.548129],[108.792476,25.552721],[108.789199,25.555461],[108.782371,25.554536],[108.777095,25.557099],[108.782561,25.573487],[108.791827,25.577309],[108.793244,25.580184],[108.789759,25.582276],[108.793075,25.588457],[108.789794,25.595512],[108.776478,25.604423],[108.782569,25.624474],[108.777785,25.627267],[108.761082,25.632072],[108.759685,25.633326],[108.764883,25.636098],[108.761717,25.639113],[108.745927,25.640744],[108.736868,25.638339],[108.719266,25.637182],[108.71425,25.631124],[108.704069,25.626247],[108.686691,25.627063],[108.682868,25.624942],[108.681059,25.610619],[108.68309,25.588754],[108.670885,25.594183],[108.660852,25.590799],[108.657638,25.586507],[108.664173,25.580768],[108.654423,25.577835],[108.659653,25.566153],[108.654873,25.555097],[108.664929,25.550312],[108.674774,25.540268],[108.684598,25.536967],[108.686675,25.529443],[108.686431,25.520477],[108.66284,25.532397],[108.657841,25.528454],[108.652715,25.530112],[108.646082,25.526192],[108.638706,25.527454],[108.631171,25.522732],[108.626671,25.515773],[108.626633,25.510513],[108.618492,25.50207],[108.616232,25.494858],[108.603416,25.495135],[108.607034,25.489858],[108.613819,25.487295],[108.614572,25.477647],[108.624799,25.480598],[108.629264,25.468298],[108.62687,25.46658],[108.62051,25.467396],[108.606019,25.481273],[108.598601,25.459605],[108.595032,25.456036],[108.592748,25.44369],[108.59672,25.439538],[108.596227,25.435034],[108.591581,25.42969],[108.583968,25.425277],[108.587351,25.414319],[108.591048,25.411253],[108.595184,25.409512],[108.603004,25.409633],[108.605304,25.411155],[108.609643,25.410275],[108.610952,25.404518],[108.614543,25.401546],[108.609785,25.395835],[108.61145,25.393218],[108.615733,25.392028],[108.618623,25.374095],[108.615741,25.372753],[108.61344,25.362951],[108.616952,25.357392],[108.623585,25.35586],[108.622278,25.348442],[108.626175,25.337871],[108.625153,25.333723],[108.620902,25.328916],[108.621347,25.311683],[108.619628,25.310471],[108.613387,25.30968],[108.606215,25.32112],[108.599951,25.323545],[108.588277,25.33476],[108.58585,25.340708],[108.590582,25.352455],[108.581407,25.365938],[108.559168,25.377978],[108.561317,25.380902],[108.560611,25.385387],[108.550083,25.397346],[108.52115,25.420287],[108.514208,25.419153],[108.510085,25.416061],[108.506754,25.415823],[108.505088,25.417251],[108.504374,25.421296],[108.508419,25.42891],[108.507468,25.432003],[108.502709,25.435572],[108.499959,25.448197],[108.485695,25.455048],[108.483645,25.459779],[108.462988,25.458622],[108.444385,25.454576],[108.434575,25.450348],[108.430727,25.44525],[108.430126,25.440364],[108.425057,25.437771],[108.416335,25.443368],[108.413074,25.44792],[108.411316,25.46458],[108.395546,25.494056],[108.384167,25.500981],[108.379929,25.498152],[108.373753,25.50516],[108.365141,25.50833],[108.354979,25.516733],[108.348891,25.523232],[108.347624,25.527268],[108.34901,25.532965],[108.345473,25.537828],[108.330326,25.538132],[108.324893,25.534263],[108.315683,25.533844],[108.313066,25.530513],[108.313304,25.524326],[108.304171,25.528339],[108.29848,25.520685],[108.298785,25.517873],[108.2939,25.505366],[108.290757,25.498644],[108.288148,25.498431],[108.288508,25.494799],[108.294225,25.489998],[108.288684,25.484041],[108.277195,25.479747],[108.259624,25.480204],[108.250415,25.469651],[108.236857,25.46543],[108.233855,25.455905],[108.238663,25.448371],[108.246867,25.441982],[108.248708,25.438001],[108.246484,25.432052],[108.242484,25.428641],[108.23833,25.428537],[108.233116,25.432003],[108.223122,25.431051],[108.221219,25.435096],[108.221557,25.443211],[108.21677,25.453087],[108.208766,25.455174],[108.205188,25.451794],[108.205074,25.453257],[108.190814,25.459662],[108.167849,25.451503],[108.154681,25.443672],[108.155711,25.435658],[108.159328,25.430943],[108.162002,25.430328],[108.166429,25.434024],[108.169003,25.433925],[108.178102,25.427684],[108.180913,25.423382],[108.185289,25.422009],[108.181325,25.414732],[108.183375,25.410973],[108.188046,25.41033],[108.189076,25.406819],[108.184166,25.39822],[108.177275,25.392757],[108.166967,25.395359],[108.157449,25.39417],[108.153591,25.397583],[108.143954,25.396879],[108.137345,25.392066],[108.144378,25.386044],[108.149492,25.384036],[108.151398,25.379696],[108.148528,25.356453],[108.141008,25.347635],[108.142506,25.342803],[108.154132,25.327655],[108.148606,25.32154],[108.148622,25.311241],[108.140053,25.300193],[108.132949,25.287634],[108.13421,25.284679],[108.143623,25.277604],[108.142322,25.273628],[108.13332,25.264991],[108.129282,25.25526],[108.131001,25.249887],[108.136435,25.245747],[108.134512,25.23597],[108.131686,25.232766],[108.125088,25.236887],[108.124806,25.231186],[108.116914,25.225448],[108.113917,25.22102],[108.112477,25.21452],[108.07498,25.195925],[108.061061,25.20046],[108.042712,25.202106],[108.028877,25.201084],[108.009457,25.193347],[108.002377,25.195866],[107.998263,25.199668],[107.994036,25.19828],[107.988464,25.1881],[107.982719,25.18524],[107.973381,25.18432],[107.963305,25.179394],[107.959188,25.181995],[107.954971,25.180808],[107.942133,25.174003],[107.928616,25.162339],[107.911204,25.155895],[107.899807,25.154263],[107.894804,25.151906],[107.893513,25.147593],[107.886169,25.14804],[107.866146,25.143844],[107.866849,25.13278],[107.862272,25.128058],[107.83488,25.119064],[107.825321,25.127016],[107.809994,25.130459],[107.791849,25.119144],[107.777114,25.121085],[107.775742,25.122671],[107.776386,25.12506],[107.774657,25.125847],[107.764105,25.119531],[107.760101,25.121348],[107.758712,25.127288],[107.762752,25.131146],[107.782033,25.141431],[107.787632,25.148091],[107.778885,25.155731],[107.773465,25.163066],[107.77927,25.168092],[107.779006,25.17271],[107.768602,25.182094],[107.766767,25.187662],[107.762793,25.187858],[107.755094,25.192867],[107.759859,25.196438],[107.759113,25.200158],[107.753504,25.202244],[107.754344,25.212219],[107.762339,25.225722],[107.758891,25.234884],[107.748495,25.242795],[107.745592,25.242371],[107.746907,25.236816],[107.744081,25.233991],[107.740958,25.233545],[107.740661,25.238898],[107.73842,25.241535],[107.734927,25.237389],[107.733692,25.229118],[107.709159,25.217017],[107.70441,25.21222],[107.703387,25.204016],[107.701431,25.202242],[107.697309,25.203809],[107.686408,25.197284],[107.682244,25.197088],[107.682287,25.200127],[107.694845,25.213916],[107.696641,25.220458],[107.694725,25.226959],[107.690322,25.228212],[107.688958,25.225899],[107.684642,25.225474],[107.681772,25.226798],[107.682661,25.236073],[107.671766,25.23964],[107.659467,25.249368],[107.662594,25.251089],[107.665442,25.250409],[107.668494,25.252574],[107.666764,25.254921],[107.659439,25.257683],[107.659649,25.260321],[107.656084,25.263463],[107.658261,25.266614],[107.663604,25.267798],[107.664434,25.279569],[107.659385,25.288359],[107.660575,25.292674],[107.654189,25.294863],[107.652573,25.297902],[107.649347,25.298891],[107.651749,25.302582],[107.664602,25.307047],[107.665932,25.310221],[107.662372,25.322038],[107.650751,25.320032],[107.645285,25.321602],[107.640551,25.317585],[107.640887,25.312749],[107.636915,25.312983],[107.631947,25.308469],[107.62757,25.31141],[107.623025,25.31099],[107.618371,25.308059],[107.619215,25.304419],[107.617346,25.296991],[107.621008,25.294057],[107.608733,25.283532],[107.612034,25.279417],[107.611182,25.270719],[107.606332,25.267375],[107.604692,25.26123],[107.602637,25.259208],[107.599872,25.259256],[107.596885,25.264148],[107.588681,25.26517],[107.588553,25.260873],[107.593205,25.2532],[107.590658,25.251644],[107.574911,25.257367],[107.565014,25.252702],[107.538341,25.237617],[107.532458,25.226109],[107.522048,25.227447],[107.513422,25.210345],[107.504499,25.22254],[107.50212,25.22254],[107.500781,25.220606],[107.501227,25.214063],[107.497509,25.211683],[107.467482,25.217135],[107.467434,25.235406],[107.465982,25.238898],[107.470146,25.244847],[107.477482,25.264454],[107.476363,25.266794],[107.47776,25.270969],[107.482168,25.272228],[107.482309,25.274251],[107.474089,25.28222],[107.481852,25.28619],[107.482727,25.289116],[107.475026,25.297625],[107.470275,25.297423],[107.450279,25.286292],[107.442562,25.27776],[107.43906,25.278478],[107.437895,25.286271],[107.429965,25.286016],[107.426191,25.287425],[107.421307,25.294788],[107.421044,25.305369],[107.41435,25.309522],[107.417206,25.33417],[107.415716,25.336424],[107.400743,25.345061],[107.39697,25.349542],[107.400194,25.352355],[107.418458,25.388737],[107.392836,25.392532],[107.389179,25.39877],[107.389437,25.407023],[107.369055,25.413689],[107.365162,25.412908],[107.364581,25.403043],[107.354181,25.396144],[107.349151,25.39787],[107.34374,25.404108],[107.340133,25.405835],[107.328036,25.40537],[107.321468,25.408145],[107.313314,25.405374],[107.310643,25.406875],[107.305122,25.413943],[107.300733,25.431791],[107.30172,25.433853],[107.305058,25.435019],[107.308491,25.432825],[107.311019,25.433271],[107.313303,25.435873],[107.320997,25.438705],[107.326105,25.452266],[107.325253,25.457154],[107.33116,25.46308],[107.330989,25.465089],[107.324431,25.468923],[107.324924,25.479649],[107.320028,25.482309],[107.317364,25.486079],[107.318345,25.496223],[107.324904,25.497335],[107.325271,25.498775],[107.323599,25.50197],[107.317545,25.501373],[107.315192,25.504722],[107.309931,25.507158],[107.301568,25.504402],[107.299426,25.505799],[107.296284,25.515841],[107.292551,25.521199],[107.284779,25.524805],[107.274778,25.534046],[107.258425,25.542781],[107.241122,25.545998],[107.23681,25.551203],[107.228779,25.554326],[107.224615,25.563992],[107.224615,25.571726],[107.228482,25.579905],[107.225359,25.586895],[107.230266,25.589445],[107.236921,25.596352],[107.22906,25.600285],[107.223632,25.600714],[107.217586,25.603775],[107.214129,25.60989],[107.203131,25.613344],[107.19979,25.610174],[107.199575,25.606957],[107.194609,25.600641],[107.184328,25.599953],[107.181301,25.581437],[107.172148,25.577331],[107.162901,25.57763],[107.150635,25.574066],[107.138312,25.565866],[107.127506,25.569614],[107.124513,25.566833],[107.118423,25.566673],[107.104601,25.567859],[107.102073,25.571577],[107.089486,25.571252],[107.080211,25.567561],[107.075524,25.568529],[107.067078,25.559322],[107.061519,25.560361],[107.062516,25.550401],[107.060005,25.544985],[107.064188,25.533857],[107.069007,25.532488],[107.070048,25.52844],[107.070016,25.521388],[107.06692,25.515593],[107.05077,25.50655],[107.034561,25.505974],[107.011305,25.498597],[107.009484,25.496318],[107.010811,25.489243],[107.003271,25.48173],[107.001121,25.469033],[106.996064,25.460217],[106.994329,25.447668],[106.990221,25.446511],[106.977303,25.451344],[106.96636,25.446025],[106.960024,25.440468],[106.959834,25.438108],[106.965363,25.427018],[106.964075,25.412277],[106.970875,25.409754],[106.973032,25.407172],[106.973038,25.399327],[106.976383,25.387266],[106.974982,25.379534],[106.982825,25.363397],[106.990085,25.360151],[107.003665,25.359364],[107.007787,25.357779],[107.009596,25.353386],[107.010212,25.346993],[107.007371,25.340093],[107.006947,25.32604],[107.003955,25.317838],[107.003779,25.312075],[107.007951,25.298786],[107.006468,25.292089],[107.010059,25.283603],[107.009699,25.278502],[107.005417,25.274519],[106.988454,25.266891],[106.984494,25.262065],[106.984579,25.257315],[106.994692,25.246903],[106.992711,25.243182],[106.981267,25.241078],[106.971881,25.236257],[106.966254,25.241278],[106.951937,25.249378],[106.932341,25.253462],[106.916134,25.250956],[106.904259,25.241315],[106.901502,25.236471],[106.898017,25.22736],[106.896444,25.1973],[106.892908,25.19073],[106.884058,25.185723],[106.876961,25.185185],[106.850514,25.189763],[106.830728,25.18258],[106.80173,25.175551],[106.790174,25.174284],[106.779662,25.175648],[106.767861,25.184598],[106.761859,25.186055],[106.738259,25.174356],[106.730888,25.166623],[106.723556,25.164304],[106.718449,25.164717],[106.71285,25.167678],[106.70372,25.177985],[106.693121,25.181829],[106.681636,25.181568],[106.663916,25.173586],[106.645241,25.170296],[106.636116,25.163415],[106.638076,25.143294],[106.636514,25.134681],[106.625875,25.12441],[106.615347,25.121395],[106.605674,25.114042],[106.594352,25.108614],[106.590518,25.095546],[106.586641,25.090819],[106.577545,25.087016],[106.552995,25.087312],[106.537999,25.081109],[106.526795,25.0741],[106.51442,25.055581],[106.493971,25.051711],[106.454037,25.040956],[106.444581,25.035008],[106.438915,25.02191],[106.409505,25.015967],[106.400136,25.008048],[106.382615,25.007746],[106.350338,24.992971],[106.324935,24.990296],[106.312958,24.985819],[106.308445,24.980742],[106.301723,24.977278],[106.290352,24.977472],[106.276731,24.982109],[106.261627,24.981383],[106.249329,24.973416],[106.242771,24.972852],[106.222757,24.984013],[106.214064,24.985016],[106.20756,24.982086],[106.203866,24.97466],[106.194514,24.967352],[106.188973,24.958248],[106.184664,24.954962],[106.179114,24.954867],[106.168302,24.961214],[106.156079,24.964047],[106.150274,24.963946],[106.145535,24.96082],[106.141407,24.95657],[106.145437,24.94842],[106.159246,24.939496],[106.163337,24.929194],[106.180574,24.904816],[106.189101,24.89909],[106.193885,24.888898],[106.192947,24.875716],[106.201296,24.862618],[106.202875,24.854503],[106.196736,24.842415],[106.197307,24.834864],[106.194132,24.817794],[106.187845,24.807251],[106.180963,24.803615],[106.184174,24.791514],[106.176979,24.783503],[106.17163,24.767289],[106.165163,24.76098],[106.158845,24.760884],[106.146667,24.765902],[106.139707,24.759254],[106.135233,24.7403],[106.131617,24.732494],[106.11633,24.728753],[106.110461,24.717752],[106.107194,24.714713],[106.09573,24.7094],[106.08067,24.707728],[106.063318,24.700746],[106.056562,24.695134],[106.051683,24.69352],[106.043352,24.686196],[106.041843,24.684047],[106.0424,24.674801],[106.035753,24.659272],[106.023913,24.644849],[106.019549,24.63558],[106.010905,24.637315],[105.991033,24.651824],[105.986822,24.652484],[105.985645,24.654059],[105.986652,24.65799],[105.983702,24.663625],[105.971873,24.673401],[105.965189,24.67562],[105.959668,24.679864],[105.950416,24.690062],[105.949196,24.696068],[105.943388,24.707009],[105.941953,24.719298],[105.938154,24.723404],[105.939217,24.727578],[105.935069,24.729748],[105.914631,24.727532],[105.902447,24.728499],[105.887319,24.725982],[105.878075,24.733792],[105.861422,24.732582],[105.853055,24.720055],[105.836199,24.712974],[105.825192,24.705895],[105.812774,24.704082],[105.797709,24.705325],[105.766596,24.720674],[105.762741,24.723905],[105.76125,24.73017],[105.755741,24.737579],[105.734156,24.745555],[105.726511,24.752591],[105.722587,24.758639],[105.717529,24.760298],[105.701474,24.772266],[105.674445,24.778943],[105.649989,24.775278],[105.625592,24.779416],[105.614632,24.784928],[105.609427,24.791579],[105.608819,24.799804],[105.606148,24.805037],[105.595455,24.810533],[105.587247,24.81042],[105.57781,24.806002],[105.573566,24.801383],[105.56505,24.800216],[105.541888,24.801759],[105.531921,24.80462],[105.525739,24.803484],[105.496322,24.81085],[105.489885,24.819245],[105.489595,24.836626],[105.485851,24.844666],[105.479877,24.851005],[105.465696,24.856996],[105.461036,24.864344],[105.46165,24.867788],[105.452314,24.876225],[105.453358,24.880704],[105.451927,24.889354],[105.449364,24.89466],[105.443941,24.918468],[105.438407,24.925689],[105.424766,24.933618],[105.397207,24.940754],[105.388515,24.944603],[105.365628,24.946506],[105.34593,24.941453],[105.33476,24.935167],[105.330538,24.929237],[105.322833,24.92712],[105.300069,24.927449],[105.282909,24.931302],[105.263634,24.933046],[105.256467,24.941829],[105.254412,24.947256],[105.255363,24.954019],[105.260918,24.95843],[105.25788,24.965376],[105.249809,24.970594],[105.241639,24.966839],[105.232605,24.968776],[105.231423,24.971582],[105.233295,24.9769],[105.231445,24.981195],[105.228406,24.98387],[105.219796,24.983307],[105.212305,24.984818],[105.213196,24.995305],[105.208297,24.998566],[105.192506,24.997353],[105.176142,24.988667],[105.154033,24.961778],[105.150642,24.961451],[105.147762,24.965111],[105.142141,24.967592],[105.130783,24.965603],[105.121979,24.949095],[105.096997,24.939241],[105.087716,24.931507],[105.078463,24.919357],[105.069386,24.912746],[105.068912,24.901303],[105.060015,24.889812],[105.039339,24.878639],[105.033598,24.873236],[105.033542,24.869351],[105.037864,24.861469],[105.038791,24.856242],[105.033797,24.834819],[105.031385,24.830335],[105.023806,24.823693],[105.024189,24.817395],[105.030018,24.802653],[105.031276,24.791181],[105.010321,24.788291],[104.996379,24.779634],[104.978162,24.772349],[104.956998,24.770101],[104.950746,24.767879],[104.941341,24.76795],[104.937703,24.764843],[104.920479,24.760324],[104.901339,24.758163],[104.878681,24.746193],[104.867844,24.738392],[104.863015,24.732205],[104.859573,24.722814],[104.858548,24.704897],[104.852904,24.696256],[104.847054,24.690995],[104.843492,24.683252],[104.837712,24.678924],[104.819117,24.673075],[104.80664,24.674288],[104.797076,24.66731],[104.780812,24.66608],[104.759886,24.660099],[104.7492,24.651517],[104.74725,24.646784],[104.746723,24.636356],[104.740596,24.623769],[104.731273,24.621064],[104.723591,24.621157],[104.716659,24.623208],[104.700624,24.632343],[104.695722,24.638174],[104.701349,24.645459],[104.701184,24.648469],[104.693839,24.654162],[104.651679,24.66176],[104.63645,24.661731],[104.627766,24.663572],[104.599618,24.697148],[104.593882,24.71286],[104.57039,24.717143],[104.559441,24.72925],[104.555466,24.731402],[104.527609,24.734765],[104.526566,24.740114],[104.532125,24.750457],[104.539808,24.758847],[104.537891,24.770655],[104.543324,24.780013],[104.539505,24.790697],[104.535243,24.797109],[104.537914,24.817052],[104.54478,24.827023],[104.550109,24.829692],[104.569068,24.848052],[104.58436,24.874348],[104.59455,24.888113],[104.604498,24.892494],[104.606815,24.896831],[104.618341,24.897776],[104.63309,24.907339],[104.636483,24.921209],[104.648669,24.936708],[104.649557,24.944517],[104.661989,24.955029],[104.661686,24.967526],[104.672671,24.974447],[104.685297,24.978463],[104.68529,24.981079],[104.682274,24.985634],[104.685061,24.990496],[104.698548,24.998051],[104.704266,24.996807],[104.709762,24.99894],[104.711713,25.001455],[104.703903,25.014786],[104.702535,25.027509],[104.697996,25.03477],[104.697647,25.040946],[104.686369,25.051384],[104.682349,25.057517],[104.665731,25.062371],[104.652326,25.062264],[104.633849,25.057745],[104.623545,25.061251],[104.617577,25.060847],[104.617373,25.062176],[104.622078,25.064136],[104.641774,25.063824],[104.65492,25.066728],[104.65904,25.065997],[104.669826,25.070742],[104.683554,25.080709],[104.683784,25.097625],[104.690934,25.106523],[104.693408,25.125738],[104.715101,25.143438],[104.716955,25.156532],[104.730527,25.17155],[104.732496,25.176493],[104.732276,25.185705],[104.730738,25.189095],[104.725245,25.193987],[104.720964,25.194979],[104.739407,25.211026],[104.743972,25.212969],[104.751773,25.21198],[104.76668,25.203046],[104.776953,25.186148],[104.792042,25.169634],[104.807046,25.160861],[104.815326,25.158219],[104.816968,25.162074],[104.814041,25.168856],[104.819609,25.169427],[104.821108,25.173496],[104.807854,25.187831],[104.807404,25.19603],[104.815338,25.2009],[104.808791,25.209906],[104.805332,25.226243],[104.807383,25.230185],[104.806661,25.233178],[104.827662,25.240263],[104.825016,25.242224],[104.819428,25.254092],[104.816293,25.26501],[104.812294,25.268917],[104.803241,25.265698],[104.795617,25.256855],[104.790041,25.254062],[104.788167,25.259987],[104.778393,25.271751],[104.765703,25.278603],[104.754191,25.278958],[104.752606,25.272754],[104.753695,25.266042],[104.752431,25.265921],[104.738058,25.268925],[104.722719,25.27943],[104.711824,25.283888],[104.706658,25.283329],[104.70822,25.292609],[104.705287,25.299822],[104.699931,25.298871],[104.697869,25.295637],[104.691235,25.299889],[104.674799,25.294895],[104.667681,25.296234],[104.669048,25.291566],[104.661765,25.284596],[104.649323,25.29494],[104.639596,25.296513],[104.636366,25.300932],[104.639367,25.303535],[104.644205,25.304047],[104.647925,25.306542],[104.648133,25.313074],[104.643381,25.318834],[104.64548,25.331482],[104.643939,25.337952],[104.64696,25.342081],[104.640249,25.356517],[104.643845,25.360036],[104.634396,25.368402],[104.613067,25.367571],[104.590601,25.385691],[104.591159,25.39117],[104.586151,25.395834],[104.571024,25.406398],[104.566766,25.405912],[104.56126,25.402411],[104.557783,25.395069],[104.549145,25.397365],[104.535368,25.409952],[104.535729,25.412688],[104.542109,25.417204],[104.540733,25.423685],[104.543886,25.432743],[104.542462,25.440882],[104.543646,25.449041],[104.542205,25.454976],[104.539623,25.456353],[104.539363,25.461021],[104.541726,25.468424],[104.54843,25.474675],[104.554615,25.527645],[104.54729,25.533287],[104.543676,25.531084],[104.541348,25.523774],[104.546285,25.521042],[104.548562,25.514769],[104.546812,25.514274],[104.536796,25.521197],[104.534632,25.52517],[104.533085,25.526062],[104.531598,25.524039],[104.528057,25.524121],[104.521326,25.529506],[104.516613,25.526016],[104.502889,25.510053],[104.496192,25.509051],[104.4827,25.497148],[104.477094,25.495352],[104.468734,25.497355],[104.448439,25.498526],[104.446691,25.495821],[104.44612,25.478609],[104.442467,25.475766],[104.434015,25.475996],[104.431789,25.487314],[104.417985,25.496854],[104.41694,25.502579],[104.421185,25.506391],[104.430286,25.508391],[104.433992,25.521171],[104.431566,25.536404],[104.433304,25.53987],[104.429691,25.548265],[104.433077,25.555823],[104.425377,25.562939],[104.423128,25.572613],[104.425832,25.57587],[104.422811,25.581741],[104.417863,25.5879],[104.408191,25.589422],[104.406634,25.594966],[104.402539,25.597535],[104.395539,25.595075],[104.384648,25.595397],[104.371091,25.586066],[104.362158,25.577496],[104.360709,25.578666],[104.361345,25.582707],[104.365605,25.586751],[104.364565,25.604503],[104.359747,25.605395],[104.353992,25.602527],[104.347389,25.602177],[104.340786,25.607768],[104.339774,25.602415],[104.335848,25.602177],[104.326661,25.623107],[104.322906,25.62617],[104.31845,25.626602],[104.314981,25.629801],[104.314303,25.634174],[104.320787,25.640332],[104.321785,25.644034],[104.31036,25.656536],[104.309107,25.663468],[104.313457,25.673879],[104.315277,25.696162],[104.321076,25.709316],[104.317313,25.720362],[104.321716,25.727795],[104.324232,25.73878],[104.325243,25.744181],[104.321503,25.7523],[104.326447,25.766143],[104.329926,25.766375],[104.3364,25.755139],[104.348923,25.748549],[104.34811,25.743972],[104.350946,25.739958],[104.362108,25.733326],[104.369047,25.734475],[104.380698,25.74477],[104.388481,25.764778],[104.394192,25.763064],[104.398075,25.765931],[104.397127,25.779255],[104.402524,25.787734],[104.401331,25.790342],[104.402343,25.794836],[104.399657,25.798103],[104.399759,25.800283],[104.408382,25.801196],[104.410609,25.805023],[104.410516,25.808757],[104.417043,25.818666],[104.420601,25.821076],[104.427968,25.821981],[104.426685,25.833445],[104.421669,25.844369],[104.432563,25.86676],[104.438988,25.871428],[104.43912,25.873239],[104.435668,25.876974],[104.432012,25.897261],[104.426846,25.899213],[104.419765,25.894074],[104.415644,25.895521],[104.416563,25.899286],[104.412094,25.917119],[104.421553,25.924173],[104.427967,25.923937],[104.430445,25.927949],[104.436102,25.931686],[104.437926,25.93663],[104.437353,25.942135],[104.439824,25.941454],[104.444364,25.944031],[104.444829,25.9473],[104.441691,25.94988],[104.439424,25.95883],[104.44743,25.972225],[104.449807,25.97157],[104.453933,25.976076],[104.459988,25.988988],[104.459116,25.996844],[104.462937,26.002628],[104.462608,26.011674],[104.467766,26.014227],[104.462025,26.020961],[104.459674,26.031993],[104.467058,26.039037],[104.469859,26.051664],[104.468166,26.057309],[104.459276,26.05972],[104.463648,26.060474],[104.466208,26.063838],[104.453478,26.077978],[104.453494,26.082167],[104.455119,26.088032],[104.457937,26.089725],[104.467888,26.089987],[104.490273,26.074252],[104.494078,26.074095],[104.500306,26.077475],[104.503337,26.0838],[104.507448,26.087087],[104.513991,26.088618],[104.517552,26.091701],[104.524458,26.103728],[104.52626,26.117104],[104.524254,26.125559],[104.519254,26.131041],[104.516763,26.136621],[104.515661,26.143756],[104.516449,26.168476],[104.519318,26.173887],[104.526695,26.179059],[104.531038,26.191249],[104.537066,26.200405],[104.538381,26.205569],[104.536519,26.210754],[104.538205,26.215276],[104.542116,26.218684],[104.547825,26.220277],[104.546101,26.232889],[104.540878,26.245687],[104.539978,26.25711],[104.545319,26.262565],[104.55455,26.278767],[104.565258,26.284588],[104.5784,26.296968],[104.580464,26.306376],[104.590081,26.32101],[104.598847,26.325075],[104.611402,26.326314],[104.620162,26.332579],[104.631747,26.331742],[104.645908,26.334352],[104.657192,26.339201],[104.655626,26.355222],[104.657431,26.360362],[104.666641,26.368206],[104.676573,26.367034],[104.681499,26.372601],[104.680448,26.378937],[104.682189,26.381259],[104.668986,26.389885],[104.661507,26.404361],[104.666442,26.412285],[104.662917,26.437972],[104.656527,26.440764],[104.639739,26.443021],[104.630649,26.454563],[104.629552,26.465576],[104.633574,26.471985],[104.636225,26.481884],[104.627862,26.493911],[104.618645,26.500896],[104.612918,26.512164],[104.604551,26.516561],[104.597717,26.523868],[104.59088,26.526619],[104.577178,26.52945],[104.568778,26.528523],[104.565981,26.537176],[104.567203,26.542787],[104.579011,26.561063],[104.577006,26.571583],[104.570133,26.572919],[104.570727,26.578078],[104.56904,26.582395],[104.562014,26.589967],[104.553811,26.59433],[104.54084,26.588398],[104.51447,26.591315],[104.506679,26.590103],[104.503429,26.59285],[104.497995,26.592817],[104.485179,26.58283],[104.470597,26.591128],[104.461713,26.598534],[104.457294,26.605871],[104.455898,26.613986],[104.458598,26.631408],[104.465439,26.647925],[104.465186,26.655132],[104.462009,26.656854],[104.454783,26.667143],[104.439992,26.675756],[104.438626,26.680925],[104.440805,26.685294],[104.439882,26.688616],[104.431574,26.701419],[104.421176,26.706704],[104.422064,26.710432],[104.418489,26.715117],[104.412048,26.713503],[104.406117,26.71448],[104.39661,26.711743],[104.395932,26.689887],[104.379403,26.667513],[104.378882,26.664454],[104.380742,26.659875],[104.378642,26.653651],[104.377309,26.651649],[104.362711,26.646406],[104.361272,26.63516],[104.35185,26.626003],[104.346269,26.623088],[104.3359,26.624396],[104.327505,26.623088],[104.31025,26.616122],[104.305127,26.616893],[104.307017,26.624014],[104.301761,26.630431],[104.291305,26.635529],[104.279969,26.636971],[104.269206,26.63504],[104.269695,26.625957],[104.264666,26.623292],[104.254609,26.622457],[104.248373,26.629918],[104.240102,26.631422],[104.232097,26.628859],[104.22804,26.623529],[104.20237,26.629615],[104.189615,26.637327],[104.189809,26.640362],[104.187316,26.642416],[104.183239,26.641157],[104.18116,26.638472],[104.17126,26.638718],[104.166767,26.644626],[104.157669,26.649907],[104.150824,26.650529],[104.146369,26.64651],[104.137848,26.644968],[104.124874,26.647106],[104.118862,26.641471],[104.111456,26.628564],[104.103774,26.61905],[104.101291,26.610231],[104.093647,26.603289],[104.078864,26.584218],[104.06634,26.577314],[104.06226,26.563536],[104.0689,26.543989],[104.067922,26.540666],[104.069049,26.529977],[104.071628,26.52595],[104.059471,26.514872],[104.05485,26.513815],[104.04859,26.509083],[104.042207,26.515576],[104.035741,26.518967],[104.019156,26.5187],[104.00381,26.514223],[103.99933,26.524345],[103.990971,26.523781],[103.983758,26.51929],[103.959522,26.523555],[103.950198,26.523634],[103.912458,26.515976],[103.902812,26.518308],[103.880779,26.520133],[103.863287,26.515901],[103.860628,26.516903],[103.855361,26.524754],[103.847693,26.526943],[103.845481,26.531856],[103.840916,26.534608],[103.835408,26.535656],[103.831128,26.532524],[103.824862,26.531997],[103.816881,26.533843],[103.813434,26.536526],[103.810377,26.547379],[103.81379,26.556514],[103.798494,26.569913],[103.789861,26.574209],[103.77716,26.57743],[103.765396,26.585515],[103.762161,26.58936],[103.765042,26.591223],[103.768795,26.600091],[103.767473,26.607742],[103.762682,26.611198],[103.760002,26.61627],[103.746599,26.627212],[103.747215,26.633554],[103.750639,26.64133],[103.759093,26.652744],[103.759082,26.664183],[103.756594,26.668794],[103.758104,26.680704],[103.756998,26.690994],[103.76014,26.696884],[103.766353,26.703409],[103.765689,26.711015],[103.771063,26.720003],[103.767008,26.73691],[103.76455,26.740071],[103.760001,26.740934],[103.754852,26.737535],[103.748016,26.729707],[103.743737,26.728953],[103.735681,26.73184],[103.734492,26.735234],[103.728906,26.738922],[103.723227,26.747715],[103.723047,26.757528],[103.716857,26.764359],[103.718575,26.775477],[103.716912,26.77998],[103.710039,26.787536],[103.703965,26.799506],[103.701304,26.812223],[103.700856,26.817245],[103.705395,26.832843],[103.707229,26.834184],[103.713626,26.834251],[103.722041,26.844519],[103.720117,26.854986],[103.727452,26.85878],[103.750853,26.863814],[103.758883,26.869488],[103.770681,26.869777],[103.777158,26.877695],[103.775247,26.883055],[103.770755,26.886193],[103.76701,26.892025],[103.764901,26.903584],[103.761438,26.909593],[103.763468,26.920753],[103.774496,26.936828],[103.775922,26.947184],[103.771929,26.955269],[103.752035,26.966619],[103.751387,26.976611],[103.742895,26.99589],[103.732404,27.008101],[103.729179,27.016479],[103.730063,27.022088],[103.728706,27.024521],[103.721732,27.030544],[103.718527,27.035602],[103.709331,27.04249],[103.70822,27.047845],[103.703128,27.052617],[103.686544,27.054954],[103.672623,27.054767],[103.663927,27.044108],[103.654182,27.036366],[103.651869,27.026245],[103.630427,27.017121],[103.620976,27.0106],[103.616541,27.011188],[103.611299,27.008303],[103.611915,27.012787],[103.622077,27.019347],[103.627376,27.02095],[103.623983,27.026882],[103.622013,27.038822],[103.616623,27.038438],[103.613152,27.040872],[103.604722,27.052772],[103.599417,27.063849],[103.600791,27.066637],[103.604382,27.066639],[103.607105,27.069533],[103.610756,27.08184],[103.615437,27.08354],[103.632635,27.072815],[103.643124,27.068975],[103.656658,27.068347],[103.658429,27.072059],[103.658429,27.075657],[103.65089,27.095758],[103.640106,27.09332],[103.632079,27.094939],[103.619395,27.101399],[103.621889,27.113446],[103.625635,27.120678],[103.650361,27.129887],[103.659091,27.126128],[103.673634,27.13485],[103.687279,27.133964],[103.695687,27.130467],[103.709683,27.14413],[103.704924,27.161262],[103.70649,27.16459],[103.712657,27.163284],[103.718249,27.164712],[103.725172,27.177336],[103.725685,27.181192],[103.730384,27.185887],[103.735348,27.187127],[103.7375,27.198676],[103.745155,27.202804],[103.746866,27.214603],[103.756892,27.214771],[103.761355,27.217853],[103.774501,27.230072],[103.773014,27.232987],[103.77926,27.233641],[103.787206,27.242658],[103.78896,27.244814],[103.787108,27.257136],[103.79797,27.250415],[103.800519,27.25501],[103.798556,27.267588],[103.801564,27.270751],[103.820094,27.267143],[103.832932,27.270598],[103.838035,27.275033],[103.840013,27.28739],[103.84349,27.290765],[103.856621,27.288781],[103.861964,27.292799],[103.863262,27.305727],[103.874254,27.320219],[103.871361,27.326156],[103.873464,27.336242],[103.888047,27.341933],[103.893409,27.346119],[103.898152,27.34558],[103.90285,27.348104],[103.901593,27.350286],[103.902711,27.386677],[103.904445,27.391184],[103.912394,27.392129],[103.912495,27.401306],[103.918426,27.40912],[103.919927,27.414145],[103.923958,27.416665],[103.924448,27.429812],[103.925736,27.434338],[103.928402,27.436823],[103.93076,27.447987],[103.944636,27.436571],[103.955118,27.437022],[103.953372,27.430721],[103.954971,27.429198],[103.96608,27.42655],[103.972763,27.426835],[103.978177,27.420404],[103.983103,27.422006],[103.986383,27.421197],[103.997754,27.430466],[104.004,27.433562],[104.013245,27.432708],[104.014547,27.426481],[104.012977,27.423918],[104.013849,27.416339],[104.017672,27.413962],[104.018069,27.408055],[104.017469,27.392712],[104.015282,27.387234],[104.019142,27.378898],[104.027499,27.371443],[104.037843,27.365774],[104.055097,27.359194],[104.060688,27.35036],[104.077328,27.342824],[104.082069,27.334222],[104.11094,27.341468],[104.115664,27.333904],[104.12775,27.330165],[104.131946,27.324776],[104.131844,27.32192],[104.129486,27.319115],[104.129239,27.309617],[104.146806,27.287388],[104.171101,27.266735],[104.185043,27.277921],[104.187842,27.289532],[104.190634,27.291498],[104.195002,27.290966],[104.200758,27.283289],[104.207337,27.281674],[104.215516,27.283161],[104.217004,27.288366],[104.215994,27.29424],[104.211468,27.298858],[104.211434,27.303592],[104.218914,27.303913],[104.226826,27.295692],[104.230957,27.296111],[104.241655,27.302753],[104.243886,27.30201],[104.246265,27.295169],[104.251768,27.298143],[104.248942,27.3032],[104.253422,27.305802],[104.256684,27.312528],[104.246807,27.327136],[104.245968,27.340081],[104.255983,27.344721],[104.267978,27.363876],[104.27586,27.364768],[104.275711,27.375476],[104.276901,27.377112],[104.279131,27.371609],[104.282633,27.371237],[104.290887,27.376946],[104.30031,27.39484],[104.304022,27.408355],[104.309923,27.411211],[104.317061,27.410544],[104.326008,27.415684],[104.331913,27.429216],[104.333116,27.436152],[104.334454,27.436301],[104.33728,27.430203],[104.338767,27.430055],[104.339808,27.43868],[104.331331,27.445224],[104.330885,27.447603],[104.343972,27.458162],[104.345996,27.46764],[104.348774,27.469531],[104.360088,27.471749],[104.369514,27.464206],[104.375997,27.467688],[104.387178,27.46306],[104.395138,27.462142],[104.400534,27.458185],[104.408347,27.461459],[104.409229,27.457741],[104.406433,27.453312],[104.406582,27.450268],[104.412212,27.445558],[104.414217,27.438076],[104.426573,27.437509],[104.430759,27.431062],[104.443488,27.429551],[104.468621,27.417803],[104.474622,27.418356],[104.483352,27.416124],[104.491699,27.418685],[104.495038,27.417521],[104.495323,27.41554],[104.488647,27.409249],[104.488311,27.406085],[104.498741,27.401207],[104.506727,27.403618],[104.514722,27.403047],[104.514151,27.401333],[104.506727,27.397526],[104.505775,27.389531],[104.520433,27.366498],[104.520016,27.361363],[104.5245,27.352102],[104.534675,27.344793],[104.538042,27.339563],[104.538903,27.335494],[104.536842,27.330126],[104.539889,27.328686],[104.551226,27.333663],[104.568251,27.335994],[104.573597,27.333623],[104.588755,27.321019],[104.593375,27.314264],[104.598491,27.31593],[104.60896,27.310576],[104.63061,27.322436],[104.649967,27.325946],[104.658737,27.321887],[104.673487,27.322492],[104.685009,27.33607],[104.704144,27.34222],[104.720552,27.345431],[104.731427,27.338799],[104.736781,27.338941],[104.745172,27.347677],[104.749547,27.34915],[104.762434,27.336468],[104.767387,27.322794],[104.771767,27.32109],[104.783967,27.322713],[104.803889,27.355931],[104.821499,27.355369],[104.829165,27.348964],[104.842978,27.345943],[104.854429,27.334789],[104.850161,27.329179],[104.850789,27.304769],[104.868574,27.29451],[104.87926,27.301679],[104.884157,27.301105],[104.888364,27.30289],[104.891631,27.308818],[104.898495,27.307945],[104.901631,27.309806],[104.909286,27.329218],[104.932951,27.33821],[104.934736,27.343266],[104.940527,27.349218],[104.958572,27.36068],[104.969434,27.361264],[104.987737,27.369943],[105.010277,27.38546],[105.030308,27.403177],[105.035554,27.40396],[105.041652,27.397734],[105.045419,27.400887],[105.042231,27.403846],[105.043136,27.409894],[105.054006,27.411525],[105.068019,27.422921],[105.085842,27.422194],[105.094336,27.413484],[105.110191,27.420564],[105.133009,27.419178],[105.14653,27.412556],[105.149736,27.406907],[105.153754,27.407801],[105.157072,27.41185],[105.161217,27.413749],[105.168107,27.405677],[105.180292,27.39706],[105.180055,27.382765],[105.178324,27.375154],[105.179398,27.373365],[105.18248,27.372651],[105.188614,27.375857],[105.19079,27.386427],[105.199936,27.392933],[105.210349,27.404746],[105.22732,27.431063],[105.230475,27.439391],[105.222253,27.446867],[105.236065,27.470697],[105.234868,27.474642],[105.230831,27.477987],[105.233584,27.484904],[105.232742,27.490931],[105.236694,27.4948],[105.244081,27.495526],[105.257836,27.51742],[105.257042,27.52643],[105.247228,27.546223],[105.243351,27.547787],[105.235979,27.544211],[105.232119,27.544963],[105.229392,27.548365],[105.230471,27.551114],[105.237706,27.552932],[105.243617,27.566332],[105.244636,27.572008],[105.241278,27.575355],[105.240743,27.578779],[105.242324,27.581173],[105.244523,27.580992],[105.257628,27.588323],[105.270412,27.592248],[105.301043,27.615335],[105.301901,27.618837],[105.30006,27.628938],[105.290995,27.636804],[105.301166,27.644254],[105.305915,27.655916],[105.305359,27.668397],[105.297223,27.689436],[105.298308,27.700177],[105.303071,27.7078],[105.315334,27.717517],[105.323062,27.730184],[105.330459,27.729428],[105.33787,27.733094],[105.34683,27.748951],[105.349814,27.751729],[105.363488,27.753544],[105.369478,27.757749],[105.379638,27.760794],[105.383075,27.759551],[105.384241,27.753811],[105.388076,27.75327],[105.390685,27.754387],[105.39286,27.760711],[105.390454,27.763912],[105.393815,27.766394],[105.401836,27.768727],[105.414643,27.769631],[105.427159,27.767473],[105.434255,27.772545],[105.437225,27.778814],[105.445426,27.778615],[105.45532,27.771149],[105.461475,27.772123],[105.464375,27.77616],[105.473654,27.77831],[105.489856,27.776331],[105.496787,27.772047],[105.506832,27.771837],[105.514953,27.768146],[105.520028,27.761709],[105.534592,27.756737],[105.534305,27.751986],[105.539476,27.746573],[105.542587,27.735867],[105.547093,27.7299],[105.555556,27.724164],[105.566195,27.723651],[105.574816,27.725693],[105.601817,27.719543],[105.599349,27.709387],[105.601043,27.703622],[105.606527,27.695777],[105.61685,27.690634],[105.619283,27.684595],[105.618005,27.678749],[105.620818,27.669324],[105.625857,27.664444],[105.634116,27.662549],[105.639585,27.66344],[105.652309,27.681522],[105.662523,27.687909],[105.668308,27.688326],[105.674453,27.686759],[105.681985,27.682185],[105.697313,27.6803],[105.714958,27.685885],[105.71735,27.68799],[105.715554,27.692928],[105.718499,27.708204],[105.719729,27.709878],[105.736584,27.715457],[105.747591,27.716461],[105.761281,27.721518],[105.767036,27.719343],[105.772233,27.721856],[105.779983,27.722403],[105.791668,27.719962],[105.794634,27.717493],[105.808386,27.716168],[105.810291,27.714385],[105.826904,27.713747],[105.83138,27.710601],[105.841352,27.709219],[105.856987,27.720201],[105.865543,27.731355],[105.864815,27.736033],[105.877326,27.74231],[105.888231,27.739594],[105.90158,27.748661],[105.918955,27.750639],[105.920929,27.748636],[105.92484,27.735092],[105.928746,27.731228],[105.929973,27.73294],[105.942679,27.735781],[105.96549,27.744186],[105.983178,27.753625],[106.011968,27.749285],[106.020056,27.750625],[106.031681,27.756701],[106.05125,27.762277],[106.059878,27.768171],[106.055373,27.775248],[106.060426,27.780853],[106.0697,27.781463],[106.075565,27.779204],[106.101728,27.783356],[106.109396,27.781102],[106.120942,27.782462],[106.143558,27.775709],[106.162717,27.766103],[106.174942,27.765644],[106.189807,27.757702],[106.206496,27.767505],[106.22113,27.764446],[106.227389,27.771051],[106.238572,27.770578],[106.245032,27.773438],[106.250792,27.778454],[106.262181,27.783675],[106.28317,27.797912],[106.291868,27.806201],[106.306813,27.813508],[106.319587,27.813049],[106.338425,27.823396],[106.339477,27.828114],[106.333175,27.830342],[106.327382,27.827037],[106.316659,27.833361],[106.312591,27.837835],[106.312825,27.840046],[106.322198,27.851122],[106.327579,27.85407],[106.334106,27.860762],[106.337557,27.86928],[106.334889,27.878547],[106.329864,27.880914],[106.326692,27.87991],[106.321032,27.883003],[106.326889,27.884771],[106.32953,27.888218],[106.325145,27.892183],[106.322744,27.899822],[106.317072,27.899549],[106.313525,27.901492],[106.30152,27.902288],[106.298285,27.904081],[106.297812,27.9125],[106.305776,27.916383],[106.304653,27.921331],[106.306391,27.929694],[106.304687,27.940078],[106.310946,27.941096],[106.313971,27.948281],[106.323965,27.955688],[106.324669,27.961864],[106.315852,27.965428],[106.313899,27.974158],[106.310018,27.97477],[106.310918,27.982797],[106.293996,27.997461],[106.293311,28.002669],[106.289902,28.007082],[106.276752,28.010501],[106.26251,28.007064],[106.258193,28.009934],[106.25139,28.009639],[106.24935,28.012293],[106.241383,28.01513],[106.237339,28.023368],[106.236538,28.027034],[106.238008,28.031775],[106.250212,28.044589],[106.251773,28.048577],[106.261738,28.052505],[106.26026,28.05673],[106.262866,28.070567],[106.246927,28.095103],[106.241822,28.098565],[106.227698,28.101852],[106.224009,28.107231],[106.223129,28.11882],[106.208195,28.122278],[106.204954,28.127174],[106.205604,28.13373],[106.203115,28.137978],[106.187393,28.140578],[106.174865,28.150091],[106.142278,28.165965],[106.133134,28.165688],[106.121956,28.170239],[106.084996,28.164845],[106.058558,28.146672],[106.041648,28.141777],[106.03449,28.141528],[106.029606,28.134995],[106.024068,28.135026],[106.024119,28.127943],[106.027595,28.125157],[106.033005,28.113868],[106.030982,28.110635],[106.018776,28.111483],[106.016528,28.113451],[106.015953,28.119156],[106.008609,28.123467],[105.995891,28.119462],[105.990992,28.119319],[105.987465,28.12173],[105.984445,28.121649],[105.982211,28.11929],[105.982058,28.111937],[105.978289,28.110108],[105.970903,28.119636],[105.965443,28.137674],[105.950907,28.145207],[105.938531,28.147782],[105.933842,28.14544],[105.936159,28.140665],[105.934275,28.136605],[105.930428,28.135424],[105.925454,28.136615],[105.919045,28.141175],[105.90249,28.13391],[105.892864,28.123447],[105.875998,28.125628],[105.873909,28.127123],[105.872393,28.133061],[105.874987,28.142922],[105.865239,28.149691],[105.859952,28.156102],[105.857303,28.162864],[105.856504,28.17179],[105.866104,28.195235],[105.866092,28.203877],[105.869904,28.208428],[105.874676,28.210393],[105.879692,28.217479],[105.883434,28.233253],[105.886244,28.235593],[105.887913,28.240505],[105.872265,28.248716],[105.870115,28.254303],[105.870369,28.258173],[105.86099,28.255468],[105.859336,28.252523],[105.85714,28.252131],[105.847012,28.257231],[105.842383,28.261707],[105.838434,28.269008],[105.820729,28.308736],[105.815939,28.311091],[105.80309,28.31049],[105.797351,28.312036],[105.793312,28.315969],[105.789393,28.330113],[105.784594,28.339437],[105.774241,28.339927],[105.7716,28.338787],[105.767393,28.332384],[105.767883,28.322196],[105.776539,28.316742],[105.775676,28.31285],[105.757138,28.3125],[105.735133,28.308051],[105.732115,28.302865],[105.731518,28.294548],[105.734026,28.290924],[105.733529,28.284334],[105.735608,28.279913],[105.732523,28.273993],[105.685395,28.28751],[105.672227,28.307438],[105.664567,28.31602],[105.655826,28.314187],[105.653249,28.318059],[105.647274,28.321634],[105.642774,28.316525],[105.642944,28.312583],[105.641324,28.310661],[105.636397,28.315675],[105.634382,28.326112],[105.641092,28.333376],[105.645941,28.341501],[105.650903,28.366524],[105.651403,28.374436],[105.648161,28.380966],[105.647738,28.393379],[105.636575,28.403365],[105.645241,28.414824],[105.644395,28.424545],[105.64136,28.433607],[105.635762,28.43852],[105.633145,28.439321],[105.628182,28.435676],[105.619128,28.438398],[105.605788,28.446189],[105.609395,28.460616],[105.611976,28.464342],[105.615695,28.464659],[105.616169,28.466656],[105.611426,28.473876],[105.606174,28.476957],[105.611803,28.486547],[105.617921,28.489798],[105.622974,28.500046],[105.624811,28.513707],[105.621427,28.523295],[105.629486,28.524612],[105.631268,28.521896],[105.636373,28.521924],[105.642617,28.523248],[105.647256,28.526257],[105.659717,28.52699],[105.666201,28.531075],[105.66376,28.535433],[105.665558,28.538181],[105.66945,28.539415],[105.679677,28.538765],[105.677954,28.555858],[105.681845,28.563415],[105.689352,28.570326],[105.687426,28.579338],[105.6887,28.589647],[105.690996,28.593999],[105.695437,28.595952],[105.70668,28.590439],[105.713047,28.590861],[105.718337,28.595901],[105.723634,28.606283],[105.733252,28.612116],[105.733625,28.616398],[105.742772,28.619883],[105.744987,28.619287],[105.752971,28.607053],[105.754,28.593283],[105.774472,28.600516],[105.777589,28.61013],[105.781338,28.614583],[105.792196,28.607213],[105.805842,28.603282],[105.814084,28.605895],[105.832684,28.603697],[105.838094,28.607616],[105.846922,28.609875],[105.856434,28.602965],[105.869733,28.606486],[105.871942,28.60527],[105.872081,28.602455],[105.874287,28.600029],[105.879409,28.597696],[105.883431,28.601884],[105.892475,28.606593],[105.896863,28.605121],[105.901704,28.606241],[105.90202,28.616022],[105.888499,28.626267],[105.890164,28.64697],[105.884931,28.65485],[105.887864,28.671588],[105.899518,28.672419],[105.932157,28.684534],[105.934489,28.692172],[105.929614,28.700631],[105.928677,28.705896],[105.935964,28.7091],[105.939109,28.714155],[105.943378,28.716588],[105.952965,28.717775],[105.950692,28.726945],[105.960792,28.739593],[105.961655,28.763885],[105.963596,28.766019],[105.97091,28.758612],[105.974522,28.749668],[105.986915,28.744288],[105.994074,28.747365],[105.998814,28.747268],[106.007929,28.739287],[106.025358,28.717747],[106.018732,28.717151],[106.015899,28.714541],[106.016382,28.710936],[106.027565,28.710616],[106.032718,28.708807],[106.027139,28.698903],[106.034145,28.692741],[106.040801,28.697105],[106.048439,28.693855],[106.053169,28.689626],[106.059835,28.687819],[106.065228,28.693295],[106.074617,28.689813],[106.08159,28.684256],[106.081157,28.680031],[106.08589,28.672167],[106.085008,28.667861],[106.08181,28.663939],[106.08332,28.659222],[106.089798,28.657713],[106.091759,28.654182],[106.093492,28.643471],[106.103981,28.63382],[106.117426,28.635591],[106.120723,28.637727],[106.120375,28.641019],[106.117769,28.644117],[106.124609,28.646659],[106.137513,28.646711],[106.161107,28.639385],[106.165536,28.631328],[106.164521,28.622823],[106.166907,28.61641],[106.170774,28.614814],[106.180872,28.601765],[106.180534,28.590896],[106.185916,28.581992],[106.191099,28.577874],[106.203605,28.573874],[106.210978,28.576757],[106.216239,28.576408],[106.218741,28.574772],[106.218562,28.569532],[106.238816,28.556467],[106.24479,28.548569],[106.265745,28.542059],[106.268402,28.537937],[106.271439,28.536428],[106.27369,28.536652],[106.272795,28.540681],[106.274549,28.54227],[106.286962,28.541332],[106.301976,28.505812],[106.312313,28.498835],[106.327562,28.483571],[106.340158,28.481584],[106.362926,28.482819],[106.366899,28.478737],[106.373953,28.481137],[106.375223,28.48292],[106.37099,28.502296],[106.372691,28.505307],[106.372231,28.521395],[106.368409,28.529115],[106.372439,28.531162],[106.38102,28.543556],[106.384871,28.557768],[106.380974,28.5637],[106.386426,28.570632],[106.39507,28.574483],[106.427865,28.559555],[106.437284,28.562339],[106.462797,28.544602],[106.463908,28.542294],[106.462741,28.540485],[106.464794,28.536484],[106.475054,28.533293],[106.484128,28.536872],[106.4894,28.541837],[106.492475,28.541461],[106.496682,28.537546],[106.503803,28.542312],[106.501389,28.547546],[106.481598,28.562837],[106.481143,28.569019],[106.475727,28.576137],[106.462494,28.587367],[106.463354,28.592973],[106.47069,28.602544],[106.473106,28.602596],[106.474165,28.599153],[106.482674,28.591753],[106.488992,28.592775],[106.49238,28.589864],[106.49762,28.583031],[106.499459,28.574632],[106.503227,28.570229],[106.512017,28.567461],[106.521751,28.578722],[106.507537,28.581186],[106.503319,28.586003],[106.501832,28.590727],[106.489819,28.604559],[106.489631,28.609927],[106.490941,28.618468],[106.495188,28.62164],[106.503053,28.639073],[106.502635,28.649674],[106.500245,28.65246],[106.501571,28.657337],[106.499084,28.663736],[106.501997,28.664335],[106.506772,28.661666],[106.515367,28.665964],[106.524996,28.677936],[106.516153,28.688869],[106.512046,28.691613],[106.509431,28.698511],[106.511209,28.703849],[106.509608,28.708338],[106.500821,28.718746],[106.495101,28.720656],[106.494413,28.731652],[106.482926,28.749326],[106.474609,28.752411],[106.462313,28.761643],[106.450693,28.781275],[106.448031,28.796067],[106.451608,28.797386],[106.458918,28.795938],[106.462611,28.797253],[106.461127,28.803027],[106.456945,28.808929],[106.454734,28.810264],[106.447522,28.81003],[106.446033,28.817405],[106.465012,28.8291],[106.463466,28.832418],[106.457482,28.83428],[106.46996,28.837866],[106.473371,28.827876],[106.488674,28.809299],[106.504068,28.800324],[106.514501,28.797973],[106.51839,28.793658],[106.517357,28.789725],[106.519286,28.784602],[106.530432,28.781835],[106.530782,28.769803],[106.545865,28.773667],[106.555642,28.763924],[106.559211,28.757755],[106.560365,28.750529],[106.559499,28.743169],[106.556853,28.741478],[106.555601,28.737827],[106.556989,28.723669],[106.569401,28.70741],[106.589206,28.697153],[106.607237,28.692288],[106.61147,28.687583],[106.607901,28.684198],[106.615222,28.66926],[106.624591,28.662353],[106.629408,28.66159],[106.63665,28.668694],[106.642193,28.668949],[106.647142,28.654456],[106.64456,28.650072],[106.639693,28.647137],[106.630643,28.645925],[106.616028,28.649846],[106.613856,28.646633],[106.613016,28.642779],[106.625562,28.635902],[106.633141,28.627456],[106.632015,28.614355],[106.626738,28.608587],[106.621005,28.606846],[106.616747,28.610129],[106.608935,28.612614],[106.601654,28.596266],[106.602069,28.593217],[106.608864,28.583717],[106.612356,28.570234],[106.612136,28.55441],[106.598048,28.54411],[106.58516,28.530783],[106.583677,28.527462],[106.56337,28.526889],[106.56068,28.525076],[106.555959,28.517122],[106.558017,28.502072],[106.561125,28.496966],[106.560076,28.489175],[106.56442,28.48804],[106.578435,28.493426],[106.580752,28.493435],[106.583131,28.491141],[106.587076,28.493661],[106.588491,28.496253],[106.587614,28.503058],[106.583087,28.509109],[106.579896,28.510896],[106.588664,28.516623],[106.608889,28.504516],[106.618964,28.507543],[106.628615,28.507645],[106.627444,28.497342],[106.628923,28.49192],[106.632796,28.486812],[106.643632,28.482589],[106.646332,28.482631],[106.65259,28.487412],[106.660301,28.496978],[106.662342,28.489974],[106.669704,28.485019],[106.678965,28.485998],[106.684705,28.488865],[106.693805,28.478496],[106.687659,28.464103],[106.699331,28.458312],[106.704488,28.453885],[106.718299,28.458801],[106.726058,28.464456],[106.741703,28.471955],[106.740161,28.495319],[106.737481,28.501677],[106.720505,28.523466],[106.719629,28.533989],[106.724619,28.546861],[106.734607,28.558564],[106.775545,28.56597],[106.776778,28.567277],[106.777367,28.574891],[106.775952,28.578865],[106.763458,28.582386],[106.755567,28.590063],[106.754042,28.594132],[106.752994,28.613242],[106.759834,28.616641],[106.765296,28.617328],[106.778145,28.628012],[106.781841,28.62846],[106.78678,28.620937],[106.787824,28.614204],[106.793626,28.601395],[106.803315,28.59253],[106.807924,28.591479],[106.816471,28.60245],[106.822258,28.601834],[106.82722,28.610738],[106.828879,28.616853],[106.824597,28.617417],[106.823356,28.621921],[106.825963,28.626794],[106.854688,28.626123],[106.863258,28.629453],[106.866402,28.652284],[106.862196,28.653755],[106.86132,28.655663],[106.871475,28.671704],[106.88233,28.698009],[106.870697,28.698531],[106.862086,28.694425],[106.854963,28.69427],[106.848977,28.701834],[106.848257,28.706163],[106.849584,28.709396],[106.857719,28.711017],[106.858162,28.713326],[106.85091,28.726859],[106.841695,28.733265],[106.833397,28.733934],[106.825534,28.736973],[106.823065,28.741569],[106.818963,28.754817],[106.828251,28.773805],[106.837982,28.783893],[106.858393,28.785979],[106.860079,28.777797],[106.869693,28.783552],[106.874704,28.792394],[106.886633,28.801752],[106.889916,28.803446],[106.896796,28.801639],[106.903879,28.803281],[106.911378,28.806204],[106.912856,28.808922],[106.921837,28.813095],[106.932586,28.801007],[106.936308,28.786383],[106.943331,28.782732],[106.946923,28.769641],[106.958467,28.772441],[106.963654,28.777646],[106.968762,28.779779],[106.974716,28.773874],[106.989457,28.77484],[106.985647,28.781626],[106.984521,28.794586],[106.982467,28.796111],[106.977294,28.807627],[106.976922,28.81649],[106.985458,28.832958],[106.981356,28.841435],[106.979564,28.854423],[106.984085,28.856865],[106.99835,28.857495],[107.013334,28.864693],[107.013632,28.875049],[107.010201,28.878826],[107.013037,28.888974],[107.035178,28.884496],[107.032988,28.873991],[107.034297,28.868021],[107.048561,28.871453],[107.051301,28.873106],[107.041769,28.877714],[107.0457,28.888157],[107.053075,28.897506],[107.064224,28.898912],[107.069868,28.887398],[107.069854,28.883767],[107.067166,28.881747],[107.060503,28.881121],[107.055307,28.871682],[107.062091,28.869276],[107.068238,28.869514],[107.082165,28.875565],[107.090204,28.894214],[107.108484,28.894851],[107.14036,28.887917],[107.13872,28.882829],[107.140837,28.878798],[107.147417,28.879943],[107.145664,28.883555],[107.148664,28.887006],[107.1655,28.884233],[107.176966,28.890801],[107.186899,28.892805],[107.191028,28.882423],[107.199233,28.87036],[107.192637,28.858957],[107.188598,28.84128],[107.221355,28.838883],[107.218941,28.831404],[107.211938,28.831924],[107.206783,28.821419],[107.206642,28.809555],[107.20889,28.800322],[107.214902,28.792822],[107.214459,28.787544],[107.211671,28.781857],[107.213456,28.776921],[107.239035,28.765507],[107.245522,28.764605],[107.249574,28.7728],[107.24932,28.780047],[107.247576,28.782597],[107.250131,28.797033],[107.259198,28.794706],[107.265655,28.800272],[107.278815,28.804013],[107.286404,28.804173],[107.298527,28.810532],[107.323031,28.812193],[107.329599,28.814135],[107.328413,28.820631],[107.332705,28.826092],[107.337116,28.826877],[107.341001,28.830458],[107.335689,28.836449],[107.32941,28.839278],[107.3267,28.84624],[107.35391,28.851708],[107.364141,28.848016],[107.390282,28.861368],[107.392018,28.865889],[107.389507,28.871901],[107.391264,28.878896],[107.396484,28.886011],[107.400788,28.889596],[107.413399,28.889611],[107.414235,28.893061],[107.41139,28.899886],[107.409124,28.915285],[107.410342,28.918172],[107.417168,28.930165],[107.435261,28.949766],[107.435122,28.956513],[107.433137,28.958332],[107.424357,28.957123],[107.416876,28.959195],[107.404367,28.966057],[107.399486,28.975907],[107.39921,28.978919],[107.401346,28.98043],[107.398709,28.987386],[107.391967,28.996194],[107.38641,28.997783],[107.373159,28.996085],[107.366197,28.997198],[107.359522,29.012534],[107.372992,29.030119],[107.376489,29.033048],[107.38732,29.037388],[107.389995,29.039652],[107.391022,29.043115],[107.389499,29.055389],[107.386199,29.062212],[107.381414,29.062336],[107.372902,29.069832],[107.365219,29.094247],[107.36989,29.105723],[107.378279,29.098609],[107.381502,29.098802],[107.388889,29.094375],[107.404065,29.098214],[107.407088,29.097169],[107.423455,29.131281],[107.41732,29.138618],[107.409602,29.137797],[107.403482,29.144019],[107.403605,29.153467],[107.406794,29.166034],[107.3978,29.177274],[107.396286,29.182072],[107.397744,29.188135],[107.401393,29.191153],[107.412411,29.194188],[107.423397,29.1931],[107.429545,29.200325],[107.439885,29.20775],[107.4419,29.204143],[107.458942,29.198043],[107.460374,29.187218],[107.457602,29.181865],[107.458296,29.179204],[107.467875,29.174104],[107.480775,29.17638],[107.494402,29.184122],[107.510697,29.197532],[107.519125,29.198958],[107.526536,29.197296],[107.542944,29.210079],[107.549331,29.221697],[107.55588,29.224344],[107.56556,29.22189],[107.570161,29.204705]],[[109.471728,26.839993],[109.457997,26.835466],[109.45695,26.833398],[109.459002,26.830944],[109.462627,26.832475],[109.469877,26.832347],[109.475649,26.835978],[109.47805,26.839677],[109.476143,26.84173],[109.471728,26.839993]]]]}},{type:"Feature",properties:{name:"云南省",province_adcode:53e4,province_type:"省",name_en:"Yunnan",name_var:"Yún Nán",adcode:53e4},geometry:{type:"Polygon",coordinates:[[[99.112758,29.211494],[99.117372,29.207232],[99.11829,29.202661],[99.111922,29.192102],[99.114044,29.150263],[99.107303,29.142733],[99.10967,29.137586],[99.11379,29.134439],[99.114336,29.130698],[99.111964,29.124495],[99.111973,29.113232],[99.117072,29.104267],[99.112776,29.076123],[99.117634,29.057571],[99.117495,29.035892],[99.122665,29.030297],[99.126474,29.02171],[99.126036,29.013666],[99.121807,28.999832],[99.130188,28.948184],[99.128283,28.932055],[99.128288,28.910654],[99.123148,28.891997],[99.107957,28.858948],[99.107472,28.803069],[99.115805,28.778766],[99.117599,28.758337],[99.120699,28.750333],[99.133206,28.731691],[99.135227,28.722916],[99.12781,28.702237],[99.129184,28.693076],[99.142593,28.668898],[99.144023,28.652477],[99.162164,28.631192],[99.161995,28.625077],[99.169476,28.614271],[99.1665,28.60003],[99.174595,28.595237],[99.179621,28.588004],[99.178462,28.582702],[99.171527,28.570556],[99.170056,28.561317],[99.177041,28.535238],[99.187935,28.510862],[99.190923,28.498944],[99.183284,28.471361],[99.182819,28.454153],[99.186314,28.443487],[99.18051,28.437452],[99.169335,28.433865],[99.164283,28.428366],[99.173107,28.420565],[99.174769,28.41436],[99.173574,28.406536],[99.174745,28.404414],[99.181844,28.400856],[99.18492,28.396683],[99.200432,28.385056],[99.207472,28.366473],[99.218612,28.355456],[99.229895,28.353586],[99.229299,28.341159],[99.2374,28.321476],[99.259221,28.307157],[99.278397,28.302682],[99.285991,28.296588],[99.288844,28.289869],[99.28763,28.276574],[99.285729,28.273082],[99.283688,28.273634],[99.281017,28.270773],[99.281026,28.264091],[99.285812,28.261424],[99.298966,28.260555],[99.305273,28.248511],[99.305321,28.233315],[99.307508,28.230034],[99.324385,28.216623],[99.340435,28.210982],[99.345312,28.207843],[99.357741,28.190933],[99.375398,28.184101],[99.391167,28.168986],[99.391742,28.16173],[99.393932,28.158496],[99.401069,28.153671],[99.401976,28.162437],[99.387694,28.185949],[99.385542,28.21282],[99.398526,28.251188],[99.404604,28.263682],[99.415301,28.269408],[99.417343,28.279962],[99.41497,28.291264],[99.406953,28.302407],[99.400493,28.306202],[99.391891,28.322468],[99.400261,28.325026],[99.406674,28.33144],[99.408403,28.339592],[99.407092,28.342861],[99.409127,28.361114],[99.421958,28.37228],[99.421089,28.378684],[99.425358,28.390553],[99.430417,28.392526],[99.435448,28.398616],[99.436975,28.403273],[99.436597,28.411315],[99.430127,28.420244],[99.424263,28.422018],[99.418293,28.420028],[99.412006,28.422037],[99.402493,28.437494],[99.40241,28.446797],[99.413231,28.452361],[99.420765,28.460026],[99.412362,28.476984],[99.412696,28.481038],[99.405918,28.488513],[99.394648,28.495605],[99.398998,28.530925],[99.405726,28.537656],[99.40201,28.547833],[99.402933,28.550677],[99.425538,28.559368],[99.440601,28.558208],[99.450062,28.554107],[99.461638,28.552308],[99.463061,28.554059],[99.464933,28.567307],[99.46321,28.579913],[99.46424,28.582796],[99.467765,28.583619],[99.481125,28.596195],[99.49049,28.599513],[99.496143,28.604157],[99.495223,28.619997],[99.506972,28.623142],[99.511729,28.621542],[99.515262,28.617783],[99.522438,28.617508],[99.530581,28.62018],[99.541018,28.629441],[99.54045,28.653439],[99.543296,28.668529],[99.540521,28.676492],[99.530859,28.682166],[99.530736,28.684032],[99.549706,28.699573],[99.551132,28.710336],[99.560102,28.720891],[99.564227,28.721367],[99.569486,28.717443],[99.598645,28.728546],[99.604099,28.733101],[99.600735,28.738479],[99.613515,28.742178],[99.616736,28.744492],[99.607571,28.756781],[99.60541,28.780957],[99.609166,28.790374],[99.615576,28.792433],[99.622102,28.799598],[99.621074,28.810862],[99.622804,28.815802],[99.651495,28.817285],[99.68258,28.813832],[99.688398,28.815749],[99.693946,28.823127],[99.695453,28.83129],[99.698874,28.836351],[99.712268,28.840377],[99.71703,28.849383],[99.718839,28.845359],[99.719678,28.832024],[99.723768,28.812104],[99.723298,28.788412],[99.721031,28.776173],[99.721427,28.758786],[99.735254,28.738587],[99.732385,28.73106],[99.731133,28.724566],[99.732101,28.722943],[99.752575,28.710937],[99.754558,28.703684],[99.792853,28.701711],[99.793496,28.696961],[99.802977,28.695483],[99.841961,28.659117],[99.840952,28.655235],[99.833179,28.64836],[99.835552,28.645677],[99.841306,28.64449],[99.841309,28.6424],[99.832569,28.633643],[99.832406,28.630327],[99.842988,28.630916],[99.854633,28.638092],[99.859033,28.639117],[99.869737,28.637654],[99.871095,28.634372],[99.869751,28.626012],[99.876184,28.622138],[99.875177,28.614973],[99.877888,28.611095],[99.902924,28.605443],[99.906309,28.602759],[99.9195,28.602469],[99.923226,28.59471],[99.933713,28.591432],[99.93676,28.584866],[99.947931,28.581201],[99.949471,28.57947],[99.950634,28.566962],[99.952326,28.564276],[99.959662,28.563587],[99.963876,28.540911],[99.969417,28.535782],[99.977782,28.539388],[99.985543,28.531031],[99.986225,28.516606],[99.983186,28.507828],[99.98811,28.479939],[99.995049,28.471618],[100.00097,28.467587],[100.007499,28.467451],[100.015914,28.464032],[100.041737,28.450165],[100.059034,28.45234],[100.064144,28.442251],[100.06511,28.435784],[100.073548,28.428967],[100.060556,28.409981],[100.060586,28.40797],[100.064475,28.405613],[100.065069,28.403329],[100.054877,28.383967],[100.05629,28.37263],[100.09331,28.36761],[100.100117,28.361918],[100.133818,28.355255],[100.155973,28.335144],[100.166869,28.332366],[100.171882,28.326237],[100.169157,28.317324],[100.167232,28.299808],[100.164053,28.297829],[100.155951,28.298375],[100.146362,28.292504],[100.148036,28.286312],[100.152561,28.280036],[100.157117,28.276536],[100.160192,28.278054],[100.163566,28.277113],[100.1865,28.256109],[100.162526,28.236526],[100.163137,28.232544],[100.167617,28.227591],[100.162059,28.219785],[100.150889,28.209876],[100.129852,28.208965],[100.117345,28.204609],[100.10457,28.206626],[100.096857,28.201377],[100.095915,28.195289],[100.086664,28.183146],[100.078203,28.185151],[100.075069,28.190187],[100.068892,28.194296],[100.059849,28.196552],[100.050567,28.188259],[100.030484,28.188004],[100.028793,28.186085],[100.026677,28.170475],[100.022248,28.162578],[100.019492,28.149233],[100.030805,28.136555],[100.038033,28.13422],[100.042481,28.128276],[100.043521,28.120726],[100.047754,28.111719],[100.052629,28.10673],[100.05827,28.088932],[100.063023,28.081731],[100.063291,28.07525],[100.065583,28.074165],[100.068538,28.061601],[100.07489,28.052265],[100.076243,28.045966],[100.085116,28.033948],[100.113926,28.024601],[100.121441,28.02058],[100.136148,28],[100.141172,27.995343],[100.143484,27.995098],[100.177433,27.96038],[100.186205,27.95664],[100.190748,27.949733],[100.194164,27.941749],[100.193041,27.937486],[100.181317,27.926212],[100.171936,27.914304],[100.16713,27.904583],[100.168241,27.900793],[100.172569,27.899835],[100.180261,27.902007],[100.205814,27.881951],[100.21057,27.880704],[100.221952,27.882167],[100.232616,27.872728],[100.261294,27.870301],[100.267817,27.873588],[100.287278,27.870539],[100.294033,27.872471],[100.306306,27.865784],[100.307904,27.861698],[100.303456,27.856341],[100.301262,27.850622],[100.305332,27.84722],[100.306938,27.835198],[100.29368,27.823996],[100.288127,27.821178],[100.285389,27.812528],[100.285669,27.807627],[100.292471,27.798137],[100.301458,27.796903],[100.304329,27.794339],[100.302969,27.772184],[100.306317,27.756376],[100.302415,27.740013],[100.312665,27.725939],[100.326155,27.723998],[100.335122,27.727891],[100.341532,27.735174],[100.343236,27.738335],[100.343999,27.74828],[100.34949,27.759394],[100.3595,27.762765],[100.374936,27.757599],[100.377894,27.772571],[100.377276,27.775848],[100.381139,27.782843],[100.391399,27.790724],[100.404832,27.807822],[100.411813,27.823666],[100.410026,27.826427],[100.410415,27.837545],[100.414026,27.844533],[100.422036,27.84768],[100.428898,27.852901],[100.431734,27.861283],[100.42857,27.866105],[100.429687,27.867566],[100.436238,27.86891],[100.448075,27.868206],[100.469241,27.863755],[100.478517,27.860365],[100.485571,27.853599],[100.493671,27.848605],[100.496346,27.852067],[100.504248,27.854744],[100.509694,27.829533],[100.51791,27.824039],[100.526734,27.827622],[100.533018,27.827876],[100.539253,27.822506],[100.541564,27.814023],[100.545389,27.812318],[100.552661,27.817556],[100.553348,27.823028],[100.556159,27.82675],[100.572383,27.836454],[100.59202,27.851659],[100.606733,27.859902],[100.610086,27.868777],[100.607375,27.873203],[100.607539,27.879835],[100.622678,27.904558],[100.631511,27.911002],[100.632335,27.918197],[100.647507,27.917305],[100.651936,27.912391],[100.659968,27.921883],[100.678381,27.926585],[100.689534,27.912626],[100.692333,27.903149],[100.699666,27.89355],[100.702464,27.892861],[100.703219,27.88458],[100.69769,27.876282],[100.699445,27.872238],[100.719414,27.861412],[100.711582,27.846907],[100.70577,27.843665],[100.704805,27.832381],[100.701361,27.819644],[100.704909,27.805319],[100.707844,27.801331],[100.72563,27.790969],[100.733646,27.782161],[100.754852,27.772614],[100.77007,27.751041],[100.774197,27.742834],[100.778952,27.699381],[100.789273,27.686543],[100.814715,27.687857],[100.830802,27.68629],[100.841309,27.681376],[100.847223,27.675167],[100.831111,27.661915],[100.830672,27.654217],[100.837345,27.650109],[100.846758,27.650132],[100.850521,27.645884],[100.839364,27.639434],[100.825792,27.617572],[100.832251,27.616042],[100.843005,27.61959],[100.845711,27.626251],[100.854308,27.627238],[100.853136,27.599971],[100.860898,27.599356],[100.878569,27.579569],[100.886901,27.564041],[100.887311,27.559451],[100.898851,27.539162],[100.909026,27.527529],[100.912716,27.518443],[100.90913,27.501084],[100.902755,27.483088],[100.899912,27.457389],[100.910981,27.463236],[100.917106,27.473843],[100.922833,27.475296],[100.935565,27.472825],[100.945751,27.462337],[100.955508,27.445715],[100.953284,27.43763],[100.949597,27.433652],[100.962015,27.405837],[100.967282,27.402229],[100.982661,27.38325],[100.992426,27.374533],[100.997387,27.356047],[101.00558,27.35052],[101.018915,27.346751],[101.019747,27.335064],[101.011599,27.324428],[101.006855,27.314466],[101.01699,27.31109],[101.029413,27.29904],[101.030396,27.284013],[101.024281,27.275615],[101.042232,27.248228],[101.043573,27.241686],[101.037023,27.237863],[101.040136,27.224308],[101.045956,27.218362],[101.054495,27.216727],[101.056221,27.210197],[101.055148,27.204784],[101.057474,27.202132],[101.076214,27.195989],[101.085187,27.202412],[101.099123,27.207726],[101.113836,27.210168],[101.139565,27.206478],[101.147818,27.201343],[101.162534,27.201897],[101.168589,27.194256],[101.168799,27.175771],[101.15424,27.133252],[101.155063,27.130078],[101.143064,27.10965],[101.147013,27.104069],[101.155623,27.099437],[101.155753,27.095139],[101.153315,27.083265],[101.143784,27.077063],[101.14092,27.070884],[101.143621,27.067913],[101.144718,27.062892],[101.143384,27.052015],[101.141855,27.047149],[101.135276,27.039513],[101.133767,27.026503],[101.155438,27.013836],[101.182058,27.008081],[101.186682,27.002717],[101.200204,26.996312],[101.207026,26.995268],[101.209652,26.996864],[101.220074,26.992121],[101.226488,26.986103],[101.2242,26.964167],[101.229546,26.957952],[101.26336,26.958475],[101.264341,26.953761],[101.255833,26.937617],[101.253237,26.927638],[101.261765,26.917539],[101.262267,26.910143],[101.264341,26.90711],[101.280444,26.904424],[101.28226,26.90121],[101.286913,26.898842],[101.302061,26.903461],[101.305056,26.907406],[101.307823,26.907729],[101.318079,26.897392],[101.321297,26.890665],[101.341413,26.888656],[101.350984,26.889486],[101.365751,26.886821],[101.365124,26.879947],[101.37149,26.869041],[101.38534,26.860058],[101.390991,26.851412],[101.398495,26.844584],[101.397709,26.839035],[101.394093,26.835948],[101.378854,26.809856],[101.375983,26.807242],[101.369355,26.804935],[101.379177,26.798304],[101.377823,26.790663],[101.373485,26.784844],[101.355081,26.774392],[101.358319,26.770095],[101.366202,26.770545],[101.367913,26.765962],[101.375081,26.759559],[101.376034,26.753191],[101.385512,26.756681],[101.387382,26.756123],[101.390396,26.734018],[101.389582,26.728926],[101.386893,26.726498],[101.39548,26.724584],[101.41487,26.725011],[101.42044,26.728659],[101.418748,26.730499],[101.419264,26.734184],[101.422814,26.739861],[101.430924,26.744059],[101.434529,26.743727],[101.4479,26.735592],[101.455213,26.734196],[101.458073,26.751711],[101.45177,26.766306],[101.444416,26.773804],[101.445194,26.781336],[101.449379,26.786106],[101.464674,26.789286],[101.482755,26.782468],[101.484322,26.780226],[101.497542,26.772828],[101.511572,26.774262],[101.512197,26.769007],[101.509276,26.757449],[101.497368,26.760784],[101.490542,26.751239],[101.490935,26.745387],[101.498446,26.740512],[101.498463,26.73705],[101.491858,26.732186],[101.47248,26.726043],[101.469479,26.721124],[101.467973,26.714407],[101.454789,26.710513],[101.453121,26.707179],[101.451443,26.699174],[101.453621,26.693457],[101.45667,26.690646],[101.469073,26.685155],[101.47891,26.676247],[101.470622,26.657531],[101.458966,26.64414],[101.46428,26.628635],[101.463693,26.619479],[101.460614,26.609218],[101.448795,26.603781],[101.432918,26.608137],[101.430328,26.607672],[101.428554,26.604153],[101.420274,26.604295],[101.401838,26.60876],[101.396928,26.607313],[101.394372,26.595929],[101.397365,26.582453],[101.394321,26.567174],[101.401456,26.559601],[101.400209,26.549991],[101.396113,26.548717],[101.398054,26.544679],[101.40023,26.544158],[101.408456,26.550071],[101.411958,26.554628],[101.413843,26.554533],[101.417148,26.55308],[101.414272,26.544671],[101.421145,26.534207],[101.426909,26.535183],[101.432227,26.538027],[101.434197,26.541376],[101.437781,26.541997],[101.444116,26.530998],[101.442006,26.530469],[101.437722,26.523398],[101.438389,26.51585],[101.457166,26.499287],[101.489353,26.502261],[101.508425,26.500559],[101.526199,26.470565],[101.543769,26.468963],[101.549081,26.460595],[101.566692,26.453574],[101.578072,26.442002],[101.58346,26.433051],[101.612665,26.416835],[101.630899,26.400437],[101.635818,26.399224],[101.634948,26.388677],[101.627839,26.37162],[101.627611,26.361594],[101.651487,26.357623],[101.661171,26.352427],[101.658378,26.343884],[101.652129,26.33386],[101.639339,26.330336],[101.637849,26.325993],[101.638595,26.321589],[101.659243,26.314166],[101.658251,26.310025],[101.64611,26.307694],[101.625468,26.319985],[101.606321,26.313889],[101.595326,26.308038],[101.594523,26.292567],[101.589016,26.29047],[101.584134,26.283688],[101.588361,26.28371],[101.596857,26.280227],[101.5963,26.267484],[101.606383,26.262003],[101.615114,26.25437],[101.61382,26.246844],[101.62454,26.231081],[101.628438,26.227935],[101.637995,26.229798],[101.643649,26.235485],[101.652537,26.237622],[101.655259,26.237718],[101.662886,26.233695],[101.667604,26.233826],[101.674639,26.236234],[101.691579,26.247215],[101.695491,26.239544],[101.697455,26.230989],[101.70062,26.227454],[101.712075,26.227172],[101.714655,26.228428],[101.734337,26.223487],[101.741886,26.218749],[101.754271,26.205876],[101.769696,26.182178],[101.807422,26.165387],[101.81032,26.167795],[101.810036,26.15721],[101.800913,26.152963],[101.796621,26.144311],[101.796373,26.116658],[101.815708,26.093803],[101.822142,26.088766],[101.826709,26.086403],[101.838416,26.086511],[101.839431,26.067642],[101.833723,26.061255],[101.831435,26.05583],[101.834484,26.048207],[101.844532,26.056116],[101.853773,26.054572],[101.862685,26.05619],[101.871017,26.070711],[101.895383,26.104637],[101.899506,26.10746],[101.91594,26.112999],[101.937265,26.10457],[101.955498,26.089072],[101.987905,26.091511],[102.000983,26.093717],[102.017553,26.099619],[102.023833,26.099808],[102.025478,26.099529],[102.027074,26.093695],[102.030452,26.088818],[102.039744,26.082341],[102.068501,26.068184],[102.076044,26.066998],[102.08757,26.069542],[102.094105,26.065831],[102.098081,26.069421],[102.105919,26.070747],[102.106041,26.073741],[102.11445,26.089147],[102.129521,26.090019],[102.129272,26.098664],[102.132268,26.102249],[102.134889,26.110613],[102.139958,26.11366],[102.150478,26.112762],[102.154155,26.121482],[102.172897,26.150221],[102.186188,26.160627],[102.197466,26.161833],[102.201008,26.163562],[102.2149,26.174339],[102.224867,26.179146],[102.231257,26.184128],[102.234599,26.188893],[102.238765,26.190149],[102.242851,26.199251],[102.243964,26.215947],[102.247211,26.218822],[102.255044,26.223644],[102.260694,26.224775],[102.27518,26.223519],[102.286272,26.224331],[102.298261,26.227869],[102.300493,26.230565],[102.31102,26.230251],[102.315966,26.23585],[102.332514,26.241257],[102.343654,26.247647],[102.348165,26.248057],[102.361866,26.262373],[102.366461,26.270149],[102.375957,26.278866],[102.38208,26.292012],[102.38909,26.298761],[102.392926,26.300806],[102.413863,26.303404],[102.429987,26.302701],[102.439406,26.304562],[102.49202,26.327799],[102.503923,26.328106],[102.531288,26.337097],[102.541084,26.343097],[102.543589,26.360004],[102.549999,26.366031],[102.568238,26.366987],[102.593251,26.352723],[102.609276,26.347604],[102.619655,26.347132],[102.625648,26.343335],[102.634997,26.322546],[102.637012,26.310406],[102.610358,26.286504],[102.607626,26.279894],[102.605192,26.265107],[102.600691,26.25666],[102.601583,26.251832],[102.607444,26.249139],[102.619899,26.248987],[102.622529,26.24393],[102.635518,26.23549],[102.654063,26.228025],[102.658287,26.224315],[102.661698,26.213496],[102.669222,26.209675],[102.674224,26.208918],[102.685937,26.211669],[102.696264,26.218364],[102.699189,26.217384],[102.70096,26.213847],[102.705782,26.213605],[102.711654,26.215895],[102.72153,26.231696],[102.720749,26.245558],[102.723154,26.250786],[102.728558,26.258776],[102.737417,26.266532],[102.738576,26.272962],[102.746392,26.27717],[102.754751,26.277132],[102.760127,26.279072],[102.774971,26.296922],[102.785066,26.302671],[102.8114,26.309406],[102.825237,26.308278],[102.833391,26.31073],[102.836558,26.317195],[102.849816,26.324666],[102.852742,26.33203],[102.865503,26.342584],[102.868857,26.353336],[102.878317,26.36947],[102.881525,26.368347],[102.889264,26.360937],[102.885246,26.351213],[102.891043,26.342729],[102.893024,26.342127],[102.915144,26.345565],[102.918748,26.344269],[102.924674,26.338317],[102.944808,26.344674],[102.974657,26.344735],[102.982947,26.348974],[102.988014,26.354741],[102.989911,26.367355],[102.996806,26.377276],[102.993293,26.384471],[102.986523,26.412008],[102.989559,26.435968],[102.996699,26.45388],[102.996092,26.46323],[102.988731,26.478082],[102.988016,26.483801],[102.992444,26.486925],[103.000257,26.48899],[103.017312,26.485982],[103.031263,26.490344],[103.040379,26.504886],[103.042082,26.515133],[103.050377,26.519085],[103.053185,26.524619],[103.054691,26.53646],[103.052475,26.54521],[103.054629,26.550276],[103.049697,26.559266],[103.035855,26.558155],[103.033855,26.559294],[103.029352,26.569056],[103.027047,26.580077],[103.016196,26.595431],[103.016736,26.597803],[103.024666,26.601413],[103.028083,26.605299],[103.025256,26.620734],[103.027133,26.628773],[103.022273,26.643166],[103.025687,26.649324],[103.026184,26.666094],[103.004278,26.680681],[103.004883,26.700204],[103.008865,26.703805],[103.008316,26.71018],[103.006309,26.714505],[102.999184,26.720107],[102.995739,26.725145],[102.995365,26.729326],[103.000555,26.731554],[103.000692,26.738216],[102.999639,26.740284],[102.992816,26.74281],[102.989608,26.754704],[102.982537,26.769474],[102.987579,26.773133],[102.990067,26.777483],[102.989466,26.779785],[102.979301,26.788948],[102.978337,26.79474],[102.980532,26.803386],[102.98004,26.80757],[102.975646,26.814062],[102.96968,26.819082],[102.966073,26.826332],[102.969225,26.834879],[102.961269,26.843835],[102.946271,26.84733],[102.937218,26.863146],[102.928675,26.870831],[102.922296,26.879402],[102.904863,26.907257],[102.895258,26.914803],[102.896063,26.922838],[102.893647,26.938762],[102.888712,26.945322],[102.887525,26.954861],[102.887601,26.959621],[102.894121,26.980691],[102.892671,26.990786],[102.893554,27.004717],[102.890883,27.010132],[102.871786,27.025731],[102.869708,27.030183],[102.878199,27.043275],[102.883369,27.063098],[102.897449,27.079828],[102.897648,27.094852],[102.907906,27.116925],[102.911969,27.143788],[102.903866,27.171069],[102.906683,27.183697],[102.900953,27.197283],[102.903227,27.204971],[102.902654,27.230844],[102.898687,27.240706],[102.885889,27.25027],[102.881784,27.261217],[102.880691,27.274653],[102.883119,27.28432],[102.880677,27.296294],[102.881223,27.300558],[102.894193,27.313497],[102.911098,27.354614],[102.920425,27.369263],[102.921943,27.376705],[102.929109,27.384895],[102.939699,27.408571],[102.946249,27.416097],[102.951668,27.416626],[102.953443,27.415395],[102.95733,27.407457],[102.960903,27.394101],[102.969702,27.380828],[102.978658,27.373129],[102.985054,27.370973],[102.996303,27.376354],[103.023355,27.385424],[103.038143,27.397483],[103.053091,27.412567],[103.059889,27.414116],[103.069328,27.411112],[103.077493,27.400427],[103.087674,27.402077],[103.097642,27.400787],[103.108587,27.403506],[103.12385,27.415945],[103.140595,27.425214],[103.143235,27.434983],[103.142165,27.452994],[103.148541,27.466812],[103.166195,27.493656],[103.176979,27.499771],[103.17887,27.511155],[103.187711,27.52649],[103.204024,27.533473],[103.207008,27.536513],[103.213011,27.548023],[103.217458,27.567261],[103.221284,27.570379],[103.236928,27.573834],[103.260807,27.571707],[103.265487,27.568251],[103.278732,27.565228],[103.286855,27.565827],[103.292729,27.569101],[103.292126,27.58846],[103.296486,27.597814],[103.29671,27.604279],[103.289501,27.613438],[103.279739,27.620214],[103.277673,27.62333],[103.276039,27.629333],[103.277393,27.63595],[103.282593,27.638689],[103.290954,27.636691],[103.312059,27.657985],[103.323972,27.66638],[103.334531,27.676627],[103.348491,27.683152],[103.352267,27.686536],[103.355268,27.696367],[103.362248,27.702521],[103.367106,27.711739],[103.379411,27.715188],[103.391125,27.712561],[103.39611,27.716519],[103.4006,27.727741],[103.421221,27.748246],[103.434723,27.751296],[103.438875,27.757583],[103.446234,27.758633],[103.449814,27.76209],[103.455281,27.769496],[103.454447,27.774205],[103.460303,27.784274],[103.471212,27.790675],[103.478692,27.793013],[103.487239,27.80039],[103.496327,27.815179],[103.507256,27.844024],[103.507567,27.847541],[103.502881,27.85324],[103.498311,27.874453],[103.498181,27.881111],[103.500409,27.889741],[103.500247,27.913997],[103.507732,27.92511],[103.518659,27.933347],[103.525127,27.944843],[103.535942,27.954414],[103.541459,27.957404],[103.555023,27.959218],[103.56112,27.964566],[103.562901,27.969322],[103.561858,27.980665],[103.559172,27.98254],[103.553819,27.98257],[103.537914,27.969092],[103.529756,27.968194],[103.512238,27.969962],[103.503209,27.977264],[103.501124,27.982561],[103.496837,27.987147],[103.491273,28.009902],[103.494936,28.021493],[103.492933,28.028048],[103.485911,28.03587],[103.478847,28.037545],[103.469063,28.034847],[103.466068,28.033009],[103.463529,28.027811],[103.45661,28.024177],[103.443015,28.03109],[103.430876,28.04364],[103.428073,28.049831],[103.428276,28.064911],[103.430263,28.074764],[103.434754,28.079043],[103.444633,28.083519],[103.45087,28.089728],[103.45659,28.101697],[103.456557,28.106365],[103.445942,28.113169],[103.4491,28.125566],[103.45309,28.127105],[103.468094,28.125592],[103.479322,28.137869],[103.485775,28.141891],[103.500028,28.14651],[103.507937,28.157044],[103.531294,28.17198],[103.537907,28.179953],[103.53891,28.186041],[103.549385,28.192856],[103.562418,28.215392],[103.563031,28.226302],[103.568777,28.23307],[103.573015,28.235294],[103.604257,28.241684],[103.614082,28.246244],[103.617365,28.249036],[103.619459,28.255164],[103.634552,28.264947],[103.638043,28.265418],[103.642901,28.263544],[103.673168,28.242631],[103.689858,28.235656],[103.692806,28.228451],[103.692309,28.212172],[103.698879,28.203741],[103.705552,28.200582],[103.709912,28.200621],[103.718944,28.205295],[103.72557,28.218624],[103.728042,28.231716],[103.734652,28.237568],[103.739487,28.239772],[103.745537,28.240076],[103.75681,28.237338],[103.769593,28.23703],[103.780425,28.249323],[103.783121,28.257197],[103.802839,28.266659],[103.811167,28.268547],[103.820841,28.277674],[103.826293,28.28735],[103.841706,28.289249],[103.853064,28.297404],[103.86691,28.303508],[103.871107,28.306903],[103.875198,28.31578],[103.873878,28.326009],[103.86806,28.335164],[103.858487,28.345687],[103.851743,28.357431],[103.857536,28.376993],[103.858165,28.383824],[103.854406,28.400788],[103.849242,28.410584],[103.837945,28.422389],[103.828617,28.438758],[103.827307,28.445286],[103.828069,28.463911],[103.810373,28.496179],[103.78976,28.512968],[103.779788,28.52761],[103.79777,28.534724],[103.801165,28.53827],[103.801459,28.553253],[103.798097,28.55896],[103.798731,28.565133],[103.817401,28.573786],[103.835349,28.588183],[103.836337,28.59523],[103.831325,28.607612],[103.832298,28.62353],[103.834106,28.628284],[103.841212,28.635862],[103.840644,28.64366],[103.837945,28.648726],[103.838618,28.654294],[103.84496,28.667309],[103.849135,28.671243],[103.856192,28.671814],[103.862004,28.67037],[103.870446,28.659344],[103.872083,28.652091],[103.869192,28.636438],[103.870668,28.632445],[103.874771,28.628782],[103.884022,28.624476],[103.894431,28.623924],[103.901693,28.627276],[103.905608,28.633561],[103.911223,28.636193],[103.923263,28.630456],[103.931853,28.628261],[103.936132,28.62429],[103.938436,28.608971],[103.942173,28.604799],[103.95709,28.605419],[103.964981,28.610919],[103.981696,28.615255],[103.990875,28.615162],[104.010482,28.622759],[104.044774,28.630048],[104.057158,28.631117],[104.064438,28.629165],[104.070664,28.622955],[104.075485,28.62152],[104.078558,28.617552],[104.080038,28.611646],[104.091857,28.606357],[104.098474,28.608122],[104.106273,28.613543],[104.108718,28.616667],[104.10833,28.62113],[104.111399,28.631483],[104.116301,28.637384],[104.123385,28.640555],[104.142265,28.64091],[104.14936,28.643425],[104.158733,28.642793],[104.170103,28.646448],[104.177734,28.640856],[104.191576,28.637601],[104.210839,28.641473],[104.231546,28.639744],[104.235118,28.641716],[104.239525,28.647681],[104.24095,28.654652],[104.239778,28.662449],[104.241106,28.665375],[104.244769,28.667589],[104.248037,28.666756],[104.253805,28.661228],[104.254194,28.656625],[104.270989,28.6357],[104.276326,28.634436],[104.285364,28.637766],[104.292233,28.638439],[104.298347,28.636332],[104.30122,28.630953],[104.299388,28.623255],[104.305496,28.618005],[104.31216,28.618663],[104.320808,28.622969],[104.33147,28.63766],[104.337733,28.642446],[104.351572,28.647929],[104.370898,28.652709],[104.392294,28.643401],[104.399572,28.643994],[104.40594,28.642452],[104.426494,28.627561],[104.419028,28.626017],[104.413675,28.600276],[104.388469,28.602698],[104.37237,28.597557],[104.365955,28.589566],[104.35778,28.570585],[104.356946,28.56184],[104.354292,28.559055],[104.341937,28.55942],[104.331006,28.563927],[104.325823,28.559592],[104.322436,28.546336],[104.319195,28.542933],[104.312777,28.54156],[104.30543,28.543706],[104.296476,28.543925],[104.285511,28.536287],[104.265995,28.540503],[104.259831,28.540309],[104.248661,28.534435],[104.244462,28.527629],[104.244455,28.519536],[104.24653,28.513123],[104.255587,28.507952],[104.263052,28.506422],[104.265817,28.503483],[104.259442,28.496402],[104.257867,28.49197],[104.260715,28.483054],[104.268164,28.470561],[104.265594,28.46614],[104.257974,28.45954],[104.255967,28.452417],[104.264503,28.434364],[104.265534,28.424879],[104.253212,28.41409],[104.252684,28.404508],[104.259196,28.394945],[104.270777,28.395565],[104.272519,28.394299],[104.272224,28.391517],[104.266263,28.384195],[104.266791,28.377069],[104.274961,28.359],[104.284496,28.345105],[104.283971,28.339407],[104.298807,28.331878],[104.28588,28.316497],[104.291398,28.313037],[104.303505,28.309724],[104.315182,28.310994],[104.333272,28.332107],[104.344569,28.339597],[104.350595,28.339309],[104.353021,28.341218],[104.368876,28.339465],[104.380218,28.33366],[104.386888,28.32249],[104.389362,28.299976],[104.4023,28.282555],[104.403728,28.274229],[104.415001,28.273503],[104.431207,28.277624],[104.445725,28.273614],[104.44128,28.26572],[104.440437,28.25972],[104.463276,28.249073],[104.461246,28.244459],[104.449825,28.233053],[104.448478,28.223785],[104.440744,28.214921],[104.431739,28.21178],[104.423326,28.213035],[104.415141,28.211272],[104.414357,28.207537],[104.40136,28.206148],[104.397478,28.201642],[104.403926,28.190891],[104.404929,28.182686],[104.407759,28.179055],[104.419231,28.173248],[104.431744,28.171323],[104.440563,28.173956],[104.44826,28.178511],[104.456921,28.172977],[104.451714,28.169448],[104.443155,28.153984],[104.441996,28.147816],[104.441816,28.14284],[104.44923,28.135824],[104.448864,28.120692],[104.443255,28.116868],[104.430593,28.119365],[104.431889,28.111078],[104.427398,28.10377],[104.41454,28.100184],[104.406816,28.100281],[104.395215,28.094536],[104.394281,28.091466],[104.39734,28.084668],[104.397026,28.074393],[104.39249,28.066376],[104.388084,28.064417],[104.386302,28.066893],[104.374417,28.055872],[104.364196,28.055479],[104.355794,28.058829],[104.341456,28.061084],[104.331694,28.058501],[104.316582,28.059868],[104.301711,28.055574],[104.296476,28.050359],[104.296296,28.048316],[104.307051,28.04067],[104.330519,28.028451],[104.345712,28.024683],[104.34719,28.022464],[104.352743,28.0236],[104.363794,28.014527],[104.36401,28.010241],[104.376944,27.997005],[104.375403,27.993691],[104.370097,27.994115],[104.36946,27.992835],[104.382482,27.980429],[104.38589,27.978897],[104.381687,27.970885],[104.390815,27.966251],[104.390684,27.962977],[104.394334,27.956312],[104.409224,27.956087],[104.415185,27.95157],[104.423248,27.941235],[104.429624,27.940914],[104.432828,27.938706],[104.433779,27.93527],[104.438105,27.934149],[104.438087,27.932345],[104.441224,27.930402],[104.44825,27.932386],[104.451535,27.925758],[104.454854,27.925632],[104.461548,27.915711],[104.46815,27.914495],[104.467042,27.910355],[104.468437,27.907434],[104.473189,27.906872],[104.477279,27.90429],[104.481228,27.905676],[104.485887,27.905014],[104.48839,27.900464],[104.495682,27.899281],[104.500124,27.888147],[104.50633,27.882006],[104.511174,27.88137],[104.515745,27.883299],[104.522865,27.892024],[104.536071,27.891005],[104.545246,27.878656],[104.547028,27.87756],[104.549364,27.879088],[104.552873,27.873764],[104.557478,27.871737],[104.554746,27.86614],[104.555042,27.857457],[104.557057,27.855345],[104.565984,27.854329],[104.565282,27.847627],[104.567729,27.845268],[104.573469,27.843738],[104.577359,27.844735],[104.582334,27.850162],[104.599822,27.858304],[104.613994,27.862374],[104.621834,27.862525],[104.625726,27.860579],[104.628742,27.855336],[104.631223,27.854269],[104.64565,27.862693],[104.67632,27.885743],[104.683585,27.888179],[104.687258,27.88682],[104.693028,27.887804],[104.702111,27.890934],[104.706112,27.894164],[104.729447,27.901743],[104.732467,27.901366],[104.739414,27.904802],[104.747666,27.905918],[104.750009,27.90463],[104.745783,27.892945],[104.747396,27.890116],[104.750312,27.888309],[104.764295,27.886875],[104.768779,27.888595],[104.768983,27.891855],[104.787216,27.897918],[104.794804,27.905932],[104.797053,27.902574],[104.810136,27.90491],[104.812797,27.902746],[104.819086,27.902189],[104.825954,27.902954],[104.830859,27.908141],[104.833422,27.90799],[104.837903,27.904273],[104.845934,27.904138],[104.873806,27.910261],[104.878384,27.914681],[104.885287,27.916734],[104.884097,27.931336],[104.88651,27.934832],[104.892252,27.938725],[104.918675,27.944232],[104.91821,27.94731],[104.912529,27.953517],[104.90056,27.952759],[104.901204,27.967403],[104.910018,27.971383],[104.912906,27.970552],[104.918972,27.97441],[104.921948,27.983877],[104.925828,27.986837],[104.927055,27.99043],[104.935772,27.984682],[104.946318,27.984324],[104.942495,27.990202],[104.944866,27.998619],[104.95632,28.007051],[104.957879,28.01654],[104.97012,28.020507],[104.971609,28.026659],[104.967959,28.035898],[104.974004,28.057521],[104.9731,28.065401],[104.993552,28.070056],[104.996846,28.067772],[105.000968,28.06762],[105.010275,28.070495],[105.014568,28.073069],[105.016248,28.077007],[105.026668,28.080175],[105.038331,28.091826],[105.03898,28.097835],[105.044571,28.102252],[105.057738,28.101562],[105.058496,28.094874],[105.072415,28.09068],[105.071572,28.085607],[105.07805,28.088123],[105.089763,28.088364],[105.093539,28.085624],[105.107702,28.082264],[105.112772,28.076577],[105.116467,28.07608],[105.119745,28.073161],[105.127658,28.073513],[105.129975,28.070566],[105.142877,28.069625],[105.163541,28.073931],[105.166041,28.070431],[105.169674,28.06936],[105.177082,28.070423],[105.176625,28.066068],[105.183293,28.058208],[105.182921,28.052264],[105.179528,28.048347],[105.181515,28.044989],[105.166305,28.030674],[105.164418,28.026711],[105.166623,28.018969],[105.170744,28.01486],[105.172271,28.009803],[105.179092,28.000121],[105.196863,27.995965],[105.204686,27.995778],[105.213488,27.993365],[105.218354,27.993935],[105.222087,28],[105.228741,28.006117],[105.234858,28.00612],[105.242503,28.011913],[105.246057,28.010223],[105.243555,28.005271],[105.250328,28.00533],[105.264937,28.001763],[105.268161,27.996431],[105.266552,27.984602],[105.27704,27.972767],[105.277219,27.968738],[105.280337,27.963388],[105.278258,27.956482],[105.281616,27.947509],[105.280448,27.93741],[105.27844,27.935042],[105.278519,27.932352],[105.27122,27.927542],[105.26324,27.915088],[105.250476,27.917291],[105.244941,27.915006],[105.239105,27.908754],[105.232365,27.906222],[105.233715,27.90249],[105.22879,27.895773],[105.236551,27.889266],[105.237538,27.882802],[105.240275,27.879233],[105.240217,27.874776],[105.237593,27.871518],[105.241865,27.868396],[105.245337,27.862036],[105.241929,27.856285],[105.247318,27.847422],[105.247411,27.844095],[105.241339,27.836311],[105.235745,27.832949],[105.239795,27.825413],[105.24833,27.829485],[105.258068,27.831719],[105.260756,27.823929],[105.269633,27.821312],[105.279438,27.82148],[105.282819,27.819858],[105.297117,27.823204],[105.312111,27.822124],[105.311549,27.81485],[105.30513,27.813567],[105.301934,27.814847],[105.287656,27.811859],[105.284605,27.810501],[105.285486,27.803113],[105.283201,27.800177],[105.27853,27.799025],[105.275656,27.800742],[105.269692,27.798876],[105.272503,27.794162],[105.272138,27.787542],[105.2794,27.779004],[105.288132,27.774992],[105.290391,27.771057],[105.285173,27.76684],[105.287005,27.764372],[105.287349,27.758847],[105.29068,27.754209],[105.290624,27.751235],[105.284947,27.749455],[105.284017,27.744684],[105.288544,27.731864],[105.28678,27.715119],[105.301941,27.712651],[105.304976,27.708805],[105.301559,27.706188],[105.298308,27.700177],[105.297223,27.689436],[105.305359,27.668397],[105.305915,27.655916],[105.301166,27.644254],[105.290995,27.636804],[105.30006,27.628938],[105.301901,27.618837],[105.300084,27.614137],[105.270412,27.592248],[105.257628,27.588323],[105.244523,27.580992],[105.242324,27.581173],[105.240743,27.578779],[105.241278,27.575355],[105.244636,27.572008],[105.243617,27.566332],[105.237706,27.552932],[105.230471,27.551114],[105.229392,27.548365],[105.232119,27.544963],[105.235979,27.544211],[105.243351,27.547787],[105.247228,27.546223],[105.257042,27.52643],[105.257836,27.51742],[105.244081,27.495526],[105.236694,27.4948],[105.232742,27.490931],[105.233584,27.484904],[105.230831,27.477987],[105.234868,27.474642],[105.236065,27.470697],[105.222253,27.446867],[105.230475,27.439391],[105.22732,27.431063],[105.210349,27.404746],[105.199936,27.392933],[105.19079,27.386427],[105.188614,27.375857],[105.18248,27.372651],[105.179398,27.373365],[105.178324,27.375154],[105.180055,27.382765],[105.180292,27.39706],[105.168107,27.405677],[105.161217,27.413749],[105.157072,27.41185],[105.153754,27.407801],[105.149736,27.406907],[105.14653,27.412556],[105.133009,27.419178],[105.110191,27.420564],[105.094336,27.413484],[105.085842,27.422194],[105.068019,27.422921],[105.054006,27.411525],[105.043136,27.409894],[105.042231,27.403846],[105.045419,27.400887],[105.041652,27.397734],[105.035554,27.40396],[105.030308,27.403177],[105.010277,27.38546],[104.987737,27.369943],[104.969434,27.361264],[104.958572,27.36068],[104.940527,27.349218],[104.934736,27.343266],[104.932951,27.33821],[104.909286,27.329218],[104.901631,27.309806],[104.898495,27.307945],[104.891631,27.308818],[104.888364,27.30289],[104.884157,27.301105],[104.87926,27.301679],[104.868574,27.29451],[104.850789,27.304769],[104.850161,27.329179],[104.854429,27.334789],[104.842978,27.345943],[104.829165,27.348964],[104.821499,27.355369],[104.805627,27.356081],[104.80189,27.354218],[104.797464,27.344081],[104.783967,27.322713],[104.771767,27.32109],[104.767387,27.322794],[104.762434,27.336468],[104.749547,27.34915],[104.745172,27.347677],[104.736781,27.338941],[104.731427,27.338799],[104.720552,27.345431],[104.704144,27.34222],[104.685009,27.33607],[104.673487,27.322492],[104.658737,27.321887],[104.649967,27.325946],[104.63061,27.322436],[104.611675,27.311405],[104.6067,27.310695],[104.598491,27.31593],[104.593375,27.314264],[104.588755,27.321019],[104.573597,27.333623],[104.568251,27.335994],[104.551226,27.333663],[104.541269,27.328764],[104.536842,27.330126],[104.538903,27.335494],[104.538042,27.339563],[104.534675,27.344793],[104.5245,27.352102],[104.520016,27.361363],[104.520433,27.366498],[104.505775,27.389531],[104.506727,27.397526],[104.514151,27.401333],[104.514722,27.403047],[104.506727,27.403618],[104.498741,27.401207],[104.488311,27.406085],[104.488647,27.409249],[104.494986,27.414364],[104.495038,27.417521],[104.486812,27.418141],[104.483352,27.416124],[104.474622,27.418356],[104.468621,27.417803],[104.443488,27.429551],[104.430759,27.431062],[104.426573,27.437509],[104.414217,27.438076],[104.412212,27.445558],[104.406582,27.450268],[104.406433,27.453312],[104.409229,27.457741],[104.408347,27.461459],[104.400534,27.458185],[104.395138,27.462142],[104.387178,27.46306],[104.375997,27.467688],[104.369514,27.464206],[104.360088,27.471749],[104.348774,27.469531],[104.345996,27.46764],[104.343972,27.458162],[104.330885,27.447603],[104.331331,27.445224],[104.339808,27.43868],[104.338767,27.430055],[104.33728,27.430203],[104.334454,27.436301],[104.333116,27.436152],[104.331913,27.429216],[104.326008,27.415684],[104.317061,27.410544],[104.309923,27.411211],[104.304022,27.408355],[104.30031,27.39484],[104.290887,27.376946],[104.282633,27.371237],[104.279131,27.371609],[104.276901,27.377112],[104.275711,27.375476],[104.27586,27.364768],[104.267978,27.363876],[104.255983,27.344721],[104.245968,27.340081],[104.246807,27.327136],[104.256684,27.312528],[104.253422,27.305802],[104.248942,27.3032],[104.251768,27.298143],[104.246265,27.295169],[104.243886,27.30201],[104.241655,27.302753],[104.230957,27.296111],[104.226826,27.295692],[104.218914,27.303913],[104.211434,27.303592],[104.211468,27.298858],[104.215994,27.29424],[104.217004,27.288366],[104.215516,27.283161],[104.207337,27.281674],[104.200758,27.283289],[104.195002,27.290966],[104.190634,27.291498],[104.187842,27.289532],[104.185043,27.277921],[104.171101,27.266735],[104.146806,27.287388],[104.129239,27.309617],[104.129486,27.319115],[104.131844,27.32192],[104.131946,27.324776],[104.12775,27.330165],[104.115664,27.333904],[104.11094,27.341468],[104.082069,27.334222],[104.077328,27.342824],[104.060688,27.35036],[104.055097,27.359194],[104.037843,27.365774],[104.027499,27.371443],[104.019142,27.378898],[104.015282,27.387234],[104.017469,27.392712],[104.018069,27.408055],[104.017672,27.413962],[104.013849,27.416339],[104.012977,27.423918],[104.014547,27.426481],[104.013245,27.432708],[104.004,27.433562],[103.997754,27.430466],[103.986383,27.421197],[103.983103,27.422006],[103.978177,27.420404],[103.972763,27.426835],[103.96608,27.42655],[103.954971,27.429198],[103.953372,27.430721],[103.955118,27.437022],[103.944636,27.436571],[103.93076,27.447987],[103.928402,27.436823],[103.925736,27.434338],[103.924448,27.429812],[103.923958,27.416665],[103.919927,27.414145],[103.918426,27.40912],[103.912495,27.401306],[103.912394,27.392129],[103.904445,27.391184],[103.902711,27.386677],[103.901593,27.350286],[103.90285,27.348104],[103.898152,27.34558],[103.893409,27.346119],[103.888047,27.341933],[103.873464,27.336242],[103.871361,27.326156],[103.874254,27.320219],[103.863262,27.305727],[103.861964,27.292799],[103.856621,27.288781],[103.84349,27.290765],[103.840013,27.28739],[103.838035,27.275033],[103.832932,27.270598],[103.820094,27.267143],[103.801564,27.270751],[103.798556,27.267588],[103.800519,27.25501],[103.79797,27.250415],[103.787108,27.257136],[103.78896,27.244814],[103.787206,27.242658],[103.77926,27.233641],[103.773014,27.232987],[103.774501,27.230072],[103.761355,27.217853],[103.756892,27.214771],[103.746866,27.214603],[103.745155,27.202804],[103.7375,27.198676],[103.735348,27.187127],[103.730384,27.185887],[103.725685,27.181192],[103.725172,27.177336],[103.718249,27.164712],[103.712657,27.163284],[103.70649,27.16459],[103.704924,27.161262],[103.709683,27.14413],[103.695687,27.130467],[103.687279,27.133964],[103.673634,27.13485],[103.659091,27.126128],[103.650361,27.129887],[103.625635,27.120678],[103.621889,27.113446],[103.619395,27.101399],[103.632079,27.094939],[103.640106,27.09332],[103.65089,27.095758],[103.658429,27.075657],[103.656658,27.068347],[103.643124,27.068975],[103.63827,27.070574],[103.622266,27.078293],[103.615437,27.08354],[103.613206,27.083365],[103.610756,27.08184],[103.60628,27.068272],[103.604382,27.066639],[103.600791,27.066637],[103.599417,27.063849],[103.604722,27.052772],[103.613152,27.040872],[103.616623,27.038438],[103.622013,27.038822],[103.623983,27.026882],[103.627376,27.02095],[103.622077,27.019347],[103.611915,27.012787],[103.611619,27.008189],[103.616541,27.011188],[103.620976,27.0106],[103.630427,27.017121],[103.651869,27.026245],[103.654182,27.036366],[103.663927,27.044108],[103.672623,27.054767],[103.686544,27.054954],[103.703128,27.052617],[103.70822,27.047845],[103.709331,27.04249],[103.718527,27.035602],[103.721732,27.030544],[103.728706,27.024521],[103.730063,27.022088],[103.729179,27.016479],[103.732404,27.008101],[103.742895,26.99589],[103.751387,26.976611],[103.752035,26.966619],[103.773611,26.953192],[103.775922,26.947184],[103.774496,26.936828],[103.763468,26.920753],[103.761438,26.909593],[103.764901,26.903584],[103.76701,26.892025],[103.770755,26.886193],[103.775247,26.883055],[103.777158,26.877695],[103.770681,26.869777],[103.758883,26.869488],[103.750853,26.863814],[103.727452,26.85878],[103.720117,26.854986],[103.722041,26.844519],[103.713626,26.834251],[103.707229,26.834184],[103.705395,26.832843],[103.700856,26.817245],[103.701304,26.812223],[103.703965,26.799506],[103.710039,26.787536],[103.716912,26.77998],[103.718575,26.775477],[103.716857,26.764359],[103.723047,26.757528],[103.723227,26.747715],[103.728906,26.738922],[103.734492,26.735234],[103.735681,26.73184],[103.743737,26.728953],[103.748016,26.729707],[103.754852,26.737535],[103.760001,26.740934],[103.76455,26.740071],[103.767008,26.73691],[103.771063,26.720003],[103.765689,26.711015],[103.766353,26.703409],[103.76014,26.696884],[103.756998,26.690994],[103.758104,26.680704],[103.756594,26.668794],[103.759082,26.664183],[103.759093,26.652744],[103.750639,26.64133],[103.747215,26.633554],[103.746599,26.627212],[103.760002,26.61627],[103.762682,26.611198],[103.767473,26.607742],[103.768795,26.600091],[103.765042,26.591223],[103.762161,26.58936],[103.765396,26.585515],[103.77716,26.57743],[103.789861,26.574209],[103.798494,26.569913],[103.81379,26.556514],[103.810377,26.547379],[103.813434,26.536526],[103.816881,26.533843],[103.824862,26.531997],[103.831128,26.532524],[103.835408,26.535656],[103.840916,26.534608],[103.845481,26.531856],[103.847693,26.526943],[103.855361,26.524754],[103.860628,26.516903],[103.863287,26.515901],[103.880779,26.520133],[103.902812,26.518308],[103.912458,26.515976],[103.950198,26.523634],[103.959522,26.523555],[103.983758,26.51929],[103.990971,26.523781],[103.99933,26.524345],[104.00381,26.514223],[104.019156,26.5187],[104.035741,26.518967],[104.042207,26.515576],[104.04859,26.509083],[104.05485,26.513815],[104.059471,26.514872],[104.071628,26.52595],[104.069049,26.529977],[104.067922,26.540666],[104.0689,26.543989],[104.06226,26.563536],[104.06634,26.577314],[104.078864,26.584218],[104.093647,26.603289],[104.101291,26.610231],[104.103774,26.61905],[104.111456,26.628564],[104.118862,26.641471],[104.124874,26.647106],[104.137848,26.644968],[104.146369,26.64651],[104.150824,26.650529],[104.157669,26.649907],[104.166767,26.644626],[104.17126,26.638718],[104.18116,26.638472],[104.183239,26.641157],[104.187316,26.642416],[104.189809,26.640362],[104.189615,26.637327],[104.20237,26.629615],[104.22804,26.623529],[104.232097,26.628859],[104.240102,26.631422],[104.248373,26.629918],[104.254609,26.622457],[104.264666,26.623292],[104.269695,26.625957],[104.269206,26.63504],[104.279969,26.636971],[104.291305,26.635529],[104.301761,26.630431],[104.307017,26.624014],[104.305127,26.616893],[104.31025,26.616122],[104.327505,26.623088],[104.3359,26.624396],[104.346269,26.623088],[104.35185,26.626003],[104.361272,26.63516],[104.362711,26.646406],[104.377309,26.651649],[104.378642,26.653651],[104.380742,26.659875],[104.378882,26.664454],[104.379403,26.667513],[104.395932,26.689887],[104.39661,26.711743],[104.406117,26.71448],[104.412048,26.713503],[104.418489,26.715117],[104.422064,26.710432],[104.421176,26.706704],[104.431574,26.701419],[104.439882,26.688616],[104.440805,26.685294],[104.438626,26.680925],[104.439992,26.675756],[104.454783,26.667143],[104.462009,26.656854],[104.465186,26.655132],[104.465439,26.647925],[104.458598,26.631408],[104.455898,26.613986],[104.457294,26.605871],[104.461713,26.598534],[104.470597,26.591128],[104.485179,26.58283],[104.497995,26.592817],[104.503429,26.59285],[104.506679,26.590103],[104.51447,26.591315],[104.54084,26.588398],[104.553811,26.59433],[104.562014,26.589967],[104.56904,26.582395],[104.570727,26.578078],[104.570133,26.572919],[104.577006,26.571583],[104.579011,26.561063],[104.567203,26.542787],[104.565981,26.537176],[104.568778,26.528523],[104.577178,26.52945],[104.59088,26.526619],[104.597717,26.523868],[104.604551,26.516561],[104.612918,26.512164],[104.618645,26.500896],[104.627862,26.493911],[104.636225,26.481884],[104.633574,26.471985],[104.629552,26.465576],[104.630649,26.454563],[104.639739,26.443021],[104.656527,26.440764],[104.662917,26.437972],[104.666442,26.412285],[104.661507,26.404361],[104.668986,26.389885],[104.682189,26.381259],[104.680448,26.378937],[104.681499,26.372601],[104.676573,26.367034],[104.666641,26.368206],[104.657431,26.360362],[104.655626,26.355222],[104.657192,26.339201],[104.645908,26.334352],[104.631747,26.331742],[104.620162,26.332579],[104.611402,26.326314],[104.598847,26.325075],[104.590081,26.32101],[104.580464,26.306376],[104.5784,26.296968],[104.565258,26.284588],[104.55455,26.278767],[104.545319,26.262565],[104.539978,26.25711],[104.540878,26.245687],[104.546101,26.232889],[104.547825,26.220277],[104.542116,26.218684],[104.538205,26.215276],[104.536519,26.210754],[104.538381,26.205569],[104.537066,26.200405],[104.531038,26.191249],[104.526695,26.179059],[104.519318,26.173887],[104.516449,26.168476],[104.515661,26.143756],[104.516763,26.136621],[104.519254,26.131041],[104.524254,26.125559],[104.52626,26.117104],[104.524458,26.103728],[104.517552,26.091701],[104.513991,26.088618],[104.507448,26.087087],[104.503337,26.0838],[104.500306,26.077475],[104.494078,26.074095],[104.490273,26.074252],[104.467888,26.089987],[104.457937,26.089725],[104.455119,26.088032],[104.453494,26.082167],[104.453478,26.077978],[104.466208,26.063838],[104.463648,26.060474],[104.459276,26.05972],[104.468166,26.057309],[104.469859,26.051664],[104.467058,26.039037],[104.459674,26.031993],[104.462025,26.020961],[104.467766,26.014227],[104.462608,26.011674],[104.462937,26.002628],[104.459116,25.996844],[104.459988,25.988988],[104.453933,25.976076],[104.449807,25.97157],[104.44743,25.972225],[104.439424,25.95883],[104.441691,25.94988],[104.444829,25.9473],[104.444364,25.944031],[104.439824,25.941454],[104.437353,25.942135],[104.437926,25.93663],[104.436102,25.931686],[104.430445,25.927949],[104.427967,25.923937],[104.421553,25.924173],[104.412094,25.917119],[104.416563,25.899286],[104.415644,25.895521],[104.419765,25.894074],[104.426846,25.899213],[104.432012,25.897261],[104.435668,25.876974],[104.43912,25.873239],[104.438988,25.871428],[104.432563,25.86676],[104.421669,25.844369],[104.426685,25.833445],[104.427968,25.821981],[104.420601,25.821076],[104.417043,25.818666],[104.410516,25.808757],[104.410609,25.805023],[104.408382,25.801196],[104.399759,25.800283],[104.399657,25.798103],[104.402343,25.794836],[104.401331,25.790342],[104.402524,25.787734],[104.397127,25.779255],[104.398075,25.765931],[104.394192,25.763064],[104.388481,25.764778],[104.380698,25.74477],[104.369047,25.734475],[104.362108,25.733326],[104.350946,25.739958],[104.34811,25.743972],[104.348923,25.748549],[104.3364,25.755139],[104.329926,25.766375],[104.326447,25.766143],[104.321503,25.7523],[104.325243,25.744181],[104.324232,25.73878],[104.321716,25.727795],[104.317313,25.720362],[104.321076,25.709316],[104.315277,25.696162],[104.313457,25.673879],[104.309107,25.663468],[104.31036,25.656536],[104.321785,25.644034],[104.320787,25.640332],[104.314303,25.634174],[104.314981,25.629801],[104.31845,25.626602],[104.322906,25.62617],[104.326661,25.623107],[104.335848,25.602177],[104.339774,25.602415],[104.340786,25.607768],[104.347389,25.602177],[104.353992,25.602527],[104.359747,25.605395],[104.364565,25.604503],[104.365605,25.586751],[104.361345,25.582707],[104.360709,25.578666],[104.362158,25.577496],[104.371091,25.586066],[104.384648,25.595397],[104.395539,25.595075],[104.402539,25.597535],[104.406634,25.594966],[104.408191,25.589422],[104.417863,25.5879],[104.422811,25.581741],[104.425832,25.57587],[104.423128,25.572613],[104.425377,25.562939],[104.433077,25.555823],[104.429691,25.548265],[104.433304,25.53987],[104.431566,25.536404],[104.433992,25.521171],[104.430286,25.508391],[104.421185,25.506391],[104.41694,25.502579],[104.417985,25.496854],[104.431789,25.487314],[104.434015,25.475996],[104.442467,25.475766],[104.44612,25.478609],[104.446691,25.495821],[104.448439,25.498526],[104.468734,25.497355],[104.477094,25.495352],[104.4827,25.497148],[104.496192,25.509051],[104.502889,25.510053],[104.516613,25.526016],[104.521326,25.529506],[104.528057,25.524121],[104.531598,25.524039],[104.533085,25.526062],[104.534632,25.52517],[104.536796,25.521197],[104.546812,25.514274],[104.548562,25.514769],[104.546285,25.521042],[104.541348,25.523774],[104.543676,25.531084],[104.54729,25.533287],[104.554615,25.527645],[104.54843,25.474675],[104.541726,25.468424],[104.539363,25.461021],[104.539623,25.456353],[104.542205,25.454976],[104.543646,25.449041],[104.542462,25.440882],[104.543886,25.432743],[104.540733,25.423685],[104.542109,25.417204],[104.535729,25.412688],[104.535368,25.409952],[104.549145,25.397365],[104.557783,25.395069],[104.56126,25.402411],[104.566766,25.405912],[104.571024,25.406398],[104.586151,25.395834],[104.591159,25.39117],[104.590601,25.385691],[104.613067,25.367571],[104.634396,25.368402],[104.643845,25.360036],[104.640249,25.356517],[104.64696,25.342081],[104.643939,25.337952],[104.64548,25.331482],[104.643381,25.318834],[104.648133,25.313074],[104.647925,25.306542],[104.644205,25.304047],[104.639367,25.303535],[104.636366,25.300932],[104.639596,25.296513],[104.649323,25.29494],[104.661765,25.284596],[104.669048,25.291566],[104.667681,25.296234],[104.674799,25.294895],[104.691235,25.299889],[104.697869,25.295637],[104.699931,25.298871],[104.705287,25.299822],[104.70822,25.292609],[104.706658,25.283329],[104.711824,25.283888],[104.722719,25.27943],[104.738058,25.268925],[104.752431,25.265921],[104.753695,25.266042],[104.752606,25.272754],[104.754191,25.278958],[104.765703,25.278603],[104.778393,25.271751],[104.788167,25.259987],[104.790041,25.254062],[104.795617,25.256855],[104.803241,25.265698],[104.812294,25.268917],[104.816293,25.26501],[104.819428,25.254092],[104.825016,25.242224],[104.827662,25.240263],[104.806661,25.233178],[104.807383,25.230185],[104.805332,25.226243],[104.808791,25.209906],[104.815338,25.2009],[104.807404,25.19603],[104.807854,25.187831],[104.821108,25.173496],[104.819609,25.169427],[104.814041,25.168856],[104.816968,25.162074],[104.815326,25.158219],[104.807046,25.160861],[104.792042,25.169634],[104.776953,25.186148],[104.76668,25.203046],[104.751773,25.21198],[104.743972,25.212969],[104.739407,25.211026],[104.720964,25.194979],[104.725245,25.193987],[104.730738,25.189095],[104.732276,25.185705],[104.732496,25.176493],[104.730527,25.17155],[104.716955,25.156532],[104.715101,25.143438],[104.693408,25.125738],[104.690934,25.106523],[104.683784,25.097625],[104.683554,25.080709],[104.669826,25.070742],[104.65904,25.065997],[104.65492,25.066728],[104.641774,25.063824],[104.622078,25.064136],[104.617373,25.062176],[104.617577,25.060847],[104.623545,25.061251],[104.633849,25.057745],[104.652326,25.062264],[104.665731,25.062371],[104.682349,25.057517],[104.686369,25.051384],[104.697647,25.040946],[104.697996,25.03477],[104.702535,25.027509],[104.703903,25.014786],[104.711713,25.001455],[104.709762,24.99894],[104.704266,24.996807],[104.698548,24.998051],[104.685061,24.990496],[104.682274,24.985634],[104.68529,24.981079],[104.685297,24.978463],[104.672671,24.974447],[104.661686,24.967526],[104.661989,24.955029],[104.649557,24.944517],[104.648669,24.936708],[104.636483,24.921209],[104.63309,24.907339],[104.618341,24.897776],[104.606815,24.896831],[104.604498,24.892494],[104.59455,24.888113],[104.58436,24.874348],[104.569068,24.848052],[104.550109,24.829692],[104.54478,24.827023],[104.537914,24.817052],[104.535243,24.797109],[104.539505,24.790697],[104.543324,24.780013],[104.537891,24.770655],[104.539808,24.758847],[104.527607,24.743353],[104.526566,24.740114],[104.527609,24.734765],[104.51675,24.730663],[104.516431,24.722453],[104.512471,24.71534],[104.511217,24.707321],[104.5011,24.692051],[104.501258,24.68562],[104.497863,24.673496],[104.488131,24.656767],[104.477696,24.655891],[104.473506,24.653766],[104.468055,24.645431],[104.460085,24.643888],[104.448378,24.647864],[104.446887,24.645634],[104.446832,24.641475],[104.448659,24.638734],[104.452599,24.637135],[104.466419,24.63742],[104.472247,24.639924],[104.473336,24.648632],[104.483733,24.648896],[104.486532,24.640442],[104.503464,24.630518],[104.500664,24.593447],[104.504104,24.590657],[104.505737,24.576605],[104.513094,24.56822],[104.51763,24.538975],[104.526946,24.53346],[104.532251,24.538256],[104.540111,24.526199],[104.547573,24.523017],[104.546808,24.513232],[104.540963,24.51213],[104.539271,24.509156],[104.543883,24.50371],[104.544699,24.493229],[104.550646,24.483024],[104.555813,24.478446],[104.565038,24.475488],[104.564575,24.465596],[104.569854,24.457271],[104.571453,24.451171],[104.570402,24.448056],[104.567325,24.446278],[104.572271,24.435464],[104.572986,24.426006],[104.577795,24.420218],[104.589138,24.425706],[104.60075,24.423309],[104.614935,24.422717],[104.62659,24.404377],[104.616535,24.396702],[104.611777,24.384386],[104.606565,24.378228],[104.613004,24.378287],[104.627016,24.372596],[104.636279,24.371752],[104.647978,24.367125],[104.656533,24.358363],[104.659045,24.353186],[104.671999,24.347089],[104.675845,24.340274],[104.692808,24.323803],[104.697071,24.320206],[104.701333,24.319992],[104.706652,24.326384],[104.717973,24.333727],[104.724061,24.346517],[104.721427,24.350013],[104.715414,24.352387],[104.711494,24.358648],[104.710822,24.36142],[104.714337,24.366064],[104.716196,24.3738],[104.709744,24.384966],[104.708356,24.394892],[104.706255,24.398238],[104.706088,24.41363],[104.700292,24.423521],[104.713571,24.445837],[104.718274,24.444899],[104.727894,24.448108],[104.746544,24.437773],[104.750232,24.438076],[104.750108,24.458389],[104.753238,24.46025],[104.766395,24.461316],[104.771716,24.455971],[104.77352,24.447211],[104.780208,24.445259],[104.802415,24.443312],[104.810654,24.438936],[104.82026,24.441443],[104.832743,24.451005],[104.843188,24.449966],[104.847967,24.439571],[104.849891,24.438641],[104.861659,24.441052],[104.862925,24.435642],[104.866451,24.433388],[104.877186,24.434835],[104.898634,24.431843],[104.902958,24.427062],[104.915748,24.426765],[104.919763,24.423939],[104.923481,24.410555],[104.941179,24.408919],[104.953374,24.413411],[104.95862,24.413526],[104.962594,24.409216],[104.966014,24.40877],[104.973817,24.413075],[104.983472,24.421683],[104.987132,24.429442],[105.004086,24.432862],[105.009885,24.436729],[105.016132,24.43539],[105.033017,24.442889],[105.044993,24.444962],[105.050188,24.443867],[105.052365,24.439624],[105.052403,24.432962],[105.072771,24.429497],[105.085285,24.422155],[105.093066,24.421182],[105.107746,24.414484],[105.107547,24.411311],[105.09909,24.404803],[105.107362,24.399369],[105.106576,24.394872],[105.101972,24.39273],[105.096083,24.393337],[105.094727,24.391659],[105.096226,24.387912],[105.105298,24.379233],[105.108333,24.368495],[105.11076,24.367389],[105.120326,24.371261],[105.141175,24.3715],[105.146152,24.368212],[105.149652,24.36228],[105.161608,24.357937],[105.167854,24.348657],[105.178762,24.343895],[105.18947,24.3433],[105.194526,24.338095],[105.19646,24.331551],[105.193485,24.325751],[105.173416,24.310734],[105.168776,24.305381],[105.168776,24.302406],[105.175319,24.295959],[105.175492,24.290218],[105.172173,24.288433],[105.16275,24.29136],[105.156504,24.285863],[105.155969,24.283043],[105.165213,24.282365],[105.168182,24.276946],[105.179823,24.265666],[105.174683,24.259099],[105.174779,24.255625],[105.18344,24.254483],[105.193672,24.257005],[105.197669,24.25434],[105.20081,24.246107],[105.201714,24.234924],[105.209482,24.219963],[105.212679,24.216558],[105.214707,24.216173],[105.217728,24.221235],[105.230229,24.222095],[105.23203,24.218957],[105.228563,24.213666],[105.233759,24.209793],[105.239018,24.213616],[105.241755,24.207574],[105.233849,24.182213],[105.226336,24.17909],[105.226835,24.167668],[105.224667,24.165899],[105.20799,24.159162],[105.206848,24.159733],[105.206657,24.16887],[105.204944,24.171154],[105.182601,24.170679],[105.18053,24.16949],[105.178972,24.162379],[105.174442,24.160104],[105.175691,24.153442],[105.177773,24.152014],[105.180053,24.152823],[105.181517,24.150789],[105.179264,24.135399],[105.181034,24.132601],[105.190542,24.126782],[105.19949,24.105975],[105.209751,24.097796],[105.224028,24.089468],[105.229382,24.080248],[105.233397,24.077719],[105.242617,24.076232],[105.256091,24.063749],[105.262721,24.066283],[105.273476,24.064808],[105.281471,24.06752],[105.290206,24.08114],[105.279341,24.09078],[105.270775,24.094135],[105.269562,24.098061],[105.270632,24.103771],[105.282351,24.101166],[105.291534,24.116961],[105.297463,24.114209],[105.301518,24.114094],[105.30957,24.11952],[105.317175,24.119549],[105.322055,24.114549],[105.325893,24.113368],[105.325475,24.106876],[105.32946,24.097193],[105.337969,24.098353],[105.342241,24.09682],[105.344297,24.09385],[105.34384,24.089053],[105.346296,24.086883],[105.35372,24.087055],[105.361333,24.079756],[105.372112,24.078935],[105.377299,24.070737],[105.383307,24.067466],[105.393955,24.067347],[105.407584,24.037038],[105.410582,24.032541],[105.415436,24.030757],[105.423716,24.031399],[105.429356,24.035254],[105.437922,24.036896],[105.446916,24.032398],[105.460468,24.030126],[105.479989,24.021828],[105.48931,24.02037],[105.492137,24.021168],[105.49581,24.027181],[105.506684,24.0284],[105.507057,24.037303],[105.501742,24.047695],[105.506057,24.063837],[105.512583,24.072896],[105.514924,24.078971],[105.514672,24.099837],[105.517284,24.106698],[105.528143,24.117624],[105.524315,24.126811],[105.525254,24.13088],[105.527462,24.132439],[105.536431,24.131208],[105.544824,24.126617],[105.554324,24.132088],[105.565809,24.134782],[105.583157,24.132479],[105.591526,24.140349],[105.596372,24.141438],[105.608551,24.137788],[105.613942,24.138316],[105.623233,24.131635],[105.625929,24.12492],[105.626964,24.114016],[105.624941,24.106818],[105.626687,24.10042],[105.632219,24.090593],[105.639819,24.091478],[105.642322,24.088955],[105.641092,24.080929],[105.636009,24.078627],[105.636566,24.074658],[105.640345,24.069879],[105.635456,24.055455],[105.643805,24.033873],[105.647941,24.032556],[105.652691,24.035018],[105.653449,24.040598],[105.654933,24.041362],[105.659803,24.04191],[105.664253,24.038924],[105.673613,24.041972],[105.676468,24.049253],[105.685891,24.051537],[105.693172,24.056534],[105.697312,24.065529],[105.701881,24.066385],[105.717585,24.061246],[105.73827,24.059213],[105.743252,24.061541],[105.746715,24.068815],[105.757335,24.074573],[105.767474,24.070304],[105.786147,24.068624],[105.797764,24.056429],[105.795245,24.049116],[105.786258,24.043763],[105.786443,24.03901],[105.784278,24.033879],[105.795203,24.026327],[105.799677,24.029979],[105.806815,24.032406],[105.811384,24.031264],[105.820151,24.034068],[105.82439,24.031582],[105.839965,24.033376],[105.846858,24.058876],[105.854991,24.058872],[105.859342,24.055549],[105.876684,24.049263],[105.887221,24.042157],[105.893018,24.043996],[105.895596,24.047474],[105.903689,24.070474],[105.90257,24.075686],[105.892038,24.085247],[105.893255,24.089904],[105.899254,24.090666],[105.900015,24.091998],[105.896018,24.099422],[105.89754,24.111605],[105.918442,24.123831],[105.932267,24.121785],[105.941094,24.117669],[105.955505,24.114904],[105.975804,24.119466],[105.996336,24.128166],[106.001285,24.128356],[106.002427,24.126072],[105.996907,24.123978],[105.995003,24.120933],[106.003854,24.10719],[106.010028,24.10203],[106.020456,24.105765],[106.045549,24.090821],[106.051297,24.067834],[106.049441,24.056556],[106.052424,24.047989],[106.067455,24.04055],[106.069766,24.037495],[106.067362,24.032637],[106.075246,24.029808],[106.080938,24.037207],[106.088288,24.032914],[106.092843,24.027003],[106.093534,24.023823],[106.088215,24.002581],[106.081243,24.001466],[106.078165,23.995412],[106.084096,23.991869],[106.092637,23.992278],[106.097469,23.985405],[106.100022,23.984244],[106.109738,23.96975],[106.116839,23.965679],[106.130587,23.962513],[106.134382,23.957873],[106.136288,23.950869],[106.135316,23.941448],[106.137038,23.924257],[106.139974,23.923004],[106.151306,23.910386],[106.154928,23.902847],[106.153218,23.899654],[106.158553,23.89181],[106.158103,23.886517],[106.164613,23.886016],[106.170542,23.883032],[106.177253,23.883058],[106.181912,23.886468],[106.190462,23.884992],[106.193905,23.882086],[106.196896,23.876223],[106.196282,23.869538],[106.189712,23.861899],[106.186387,23.86126],[106.177674,23.86627],[106.169465,23.865216],[106.175483,23.848969],[106.184246,23.846707],[106.193865,23.839863],[106.194982,23.831216],[106.1897,23.822794],[106.182879,23.818286],[106.178807,23.817807],[106.159733,23.82013],[106.144864,23.81102],[106.138843,23.813518],[106.137285,23.810118],[106.138307,23.805686],[106.133167,23.802006],[106.133317,23.799736],[106.138698,23.792858],[106.138666,23.781321],[106.143849,23.771065],[106.140357,23.754306],[106.145202,23.734167],[106.153117,23.72678],[106.157479,23.726991],[106.160129,23.72429],[106.157445,23.711104],[106.154046,23.709086],[106.153503,23.702471],[106.15619,23.699733],[106.148513,23.692017],[106.147637,23.68908],[106.147555,23.685576],[106.1495,23.682496],[106.150919,23.661461],[106.138766,23.643948],[106.139649,23.634141],[106.133291,23.620116],[106.125174,23.615766],[106.119491,23.610559],[106.115584,23.603562],[106.118556,23.587908],[106.138835,23.575883],[106.13042,23.565881],[106.123769,23.563783],[106.125311,23.559727],[106.121317,23.547405],[106.103714,23.535504],[106.104026,23.530044],[106.089967,23.527102],[106.087739,23.532343],[106.085011,23.534124],[106.080064,23.525342],[106.078479,23.515338],[106.073758,23.512456],[106.07149,23.508902],[106.072806,23.506779],[106.076297,23.506951],[106.077232,23.50494],[106.076341,23.502947],[106.069241,23.499911],[106.07012,23.49585],[106.068821,23.490804],[106.057322,23.49047],[106.047467,23.481863],[106.04096,23.485846],[106.038723,23.489143],[106.03256,23.489372],[106.033266,23.485456],[106.02818,23.477714],[106.023915,23.477366],[106.020257,23.473854],[106.021369,23.468763],[106.020268,23.466321],[106.01385,23.464838],[106.006165,23.45244],[105.995637,23.449022],[105.982791,23.458638],[105.984319,23.464163],[105.99316,23.468467],[105.994381,23.470816],[105.994821,23.481133],[105.98962,23.493878],[105.982872,23.494742],[105.968406,23.492305],[105.961106,23.499465],[105.958402,23.495021],[105.944475,23.494059],[105.934777,23.507017],[105.922921,23.508532],[105.915867,23.506307],[105.912045,23.50289],[105.903295,23.500385],[105.898702,23.504475],[105.90236,23.509663],[105.900736,23.521338],[105.883757,23.532901],[105.864311,23.536053],[105.86158,23.531816],[105.851993,23.527047],[105.85026,23.5287],[105.850387,23.531679],[105.837744,23.529142],[105.829005,23.521375],[105.820762,23.516832],[105.816328,23.507581],[105.81258,23.504626],[105.815842,23.492166],[105.813508,23.485304],[105.816383,23.481424],[105.809146,23.468619],[105.805427,23.467895],[105.797042,23.47333],[105.783637,23.47077],[105.780104,23.467483],[105.773737,23.46496],[105.756559,23.463393],[105.750661,23.45858],[105.749129,23.453266],[105.750116,23.448177],[105.746815,23.438934],[105.734465,23.433037],[105.729494,23.43237],[105.716208,23.41836],[105.712175,23.411199],[105.696317,23.400646],[105.691425,23.399058],[105.685255,23.399874],[105.67813,23.408388],[105.668777,23.411149],[105.662014,23.403561],[105.6588,23.405345],[105.639805,23.407568],[105.626266,23.404755],[105.633945,23.400267],[105.638712,23.401552],[105.64666,23.400312],[105.658256,23.393278],[105.665592,23.391523],[105.670746,23.386431],[105.671889,23.381307],[105.676694,23.37644],[105.68582,23.37405],[105.690871,23.369617],[105.691799,23.367054],[105.685636,23.358646],[105.679322,23.358206],[105.670132,23.360845],[105.66732,23.358],[105.666968,23.354326],[105.670676,23.351644],[105.675861,23.353022],[105.684111,23.349074],[105.693509,23.340421],[105.697748,23.331823],[105.690674,23.32752],[105.676691,23.324346],[105.667279,23.329872],[105.66772,23.33416],[105.671285,23.338753],[105.671349,23.342766],[105.664905,23.346924],[105.662241,23.350765],[105.648947,23.349888],[105.646332,23.347858],[105.645755,23.342471],[105.642194,23.339632],[105.639139,23.338496],[105.634979,23.339715],[105.620029,23.326969],[105.615467,23.329499],[105.61104,23.325488],[105.607526,23.317815],[105.594498,23.317403],[105.583053,23.310407],[105.587756,23.299286],[105.570067,23.290266],[105.569956,23.284242],[105.565492,23.280962],[105.566367,23.269602],[105.562979,23.258915],[105.560538,23.256186],[105.555886,23.255479],[105.549967,23.250153],[105.542402,23.250682],[105.530812,23.245218],[105.527542,23.238079],[105.530825,23.235925],[105.532134,23.232717],[105.526312,23.224478],[105.546936,23.200755],[105.540694,23.197399],[105.544706,23.187555],[105.530238,23.188031],[105.522591,23.197328],[105.516785,23.197423],[105.50089,23.205703],[105.498511,23.218743],[105.486328,23.239492],[105.477476,23.249581],[105.462438,23.257671],[105.459107,23.261288],[105.447876,23.290412],[105.440166,23.298026],[105.434931,23.300025],[105.431029,23.299169],[105.424176,23.288985],[105.412469,23.285748],[105.407234,23.289365],[105.393909,23.308782],[105.390415,23.311036],[105.382967,23.310786],[105.370881,23.319191],[105.368631,23.324396],[105.351607,23.344734],[105.349774,23.354648],[105.350471,23.364605],[105.348381,23.36871],[105.330612,23.383168],[105.32727,23.389806],[105.323012,23.392624],[105.311956,23.382464],[105.307862,23.381854],[105.302131,23.371006],[105.278356,23.341943],[105.273691,23.340777],[105.260575,23.341983],[105.254695,23.338516],[105.254243,23.334897],[105.257107,23.326907],[105.256203,23.321027],[105.251228,23.305499],[105.243087,23.296453],[105.239619,23.27414],[105.234493,23.265999],[105.215497,23.269014],[105.199215,23.274592],[105.191827,23.279869],[105.178259,23.28198],[105.174791,23.281075],[105.166499,23.274592],[105.114486,23.249264],[105.108908,23.24836],[105.105139,23.24836],[105.095188,23.261024],[105.086896,23.264793],[105.08162,23.264642],[105.068805,23.255898],[105.0542,23.250281],[105.044534,23.239574],[105.025404,23.223156],[105.000705,23.216018],[104.998706,23.214304],[104.996136,23.201741],[104.993995,23.200028],[104.965156,23.200742],[104.958588,23.197743],[104.954591,23.192033],[104.948023,23.160909],[104.946167,23.15734],[104.94217,23.154485],[104.936602,23.155912],[104.932605,23.16248],[104.917328,23.165621],[104.910774,23.174464],[104.905277,23.177748],[104.896354,23.177105],[104.881935,23.171466],[104.879294,23.166112],[104.877866,23.144126],[104.875582,23.134061],[104.8693,23.12578],[104.861805,23.124067],[104.856094,23.12785],[104.845886,23.125923],[104.825275,23.116715],[104.821574,23.111634],[104.815863,23.118844],[104.813008,23.119772],[104.803728,23.117559],[104.800016,23.114204],[104.801943,23.090505],[104.803728,23.085436],[104.81363,23.077855],[104.814343,23.075654],[104.811072,23.059117],[104.819405,23.049153],[104.81643,23.040349],[104.817144,23.036066],[104.822974,23.031307],[104.830617,23.004807],[104.836894,22.991451],[104.842485,22.984669],[104.861626,22.973026],[104.861045,22.949691],[104.855242,22.941209],[104.841292,22.930088],[104.823028,22.925048],[104.806071,22.912162],[104.785322,22.909497],[104.774472,22.904833],[104.770665,22.901122],[104.763621,22.88675],[104.760766,22.87904],[104.759529,22.86857],[104.755951,22.86247],[104.748202,22.860004],[104.73364,22.859814],[104.731165,22.858862],[104.729116,22.85495],[104.728584,22.848898],[104.735748,22.829316],[104.732617,22.824622],[104.728834,22.823765],[104.701922,22.826977],[104.670085,22.820624],[104.656541,22.833869],[104.630513,22.837852],[104.627028,22.840279],[104.623392,22.84702],[104.620604,22.845204],[104.617738,22.835243],[104.61876,22.833214],[104.621202,22.833594],[104.624077,22.830856],[104.623325,22.827596],[104.618367,22.824414],[104.613562,22.816346],[104.61035,22.819773],[104.600075,22.816245],[104.597656,22.818346],[104.59837,22.824057],[104.60408,22.826972],[104.604816,22.831257],[104.601953,22.834324],[104.59801,22.844341],[104.594584,22.848528],[104.57412,22.848433],[104.56228,22.835724],[104.558319,22.833407],[104.532937,22.825445],[104.526152,22.817907],[104.52359,22.806449],[104.518614,22.798006],[104.509116,22.791825],[104.500975,22.789714],[104.497055,22.77901],[104.481828,22.77313],[104.459817,22.754134],[104.425079,22.739987],[104.411183,22.728851],[104.40671,22.723426],[104.401331,22.705968],[104.388721,22.705437],[104.374159,22.693635],[104.369495,22.691827],[104.362071,22.693825],[104.344082,22.706103],[104.338447,22.722437],[104.329328,22.726128],[104.324802,22.729781],[104.317108,22.731501],[104.301997,22.730181],[104.280215,22.741272],[104.26958,22.74203],[104.269356,22.753312],[104.262047,22.761454],[104.257289,22.776451],[104.259184,22.789983],[104.26811,22.813749],[104.266606,22.819946],[104.271114,22.829222],[104.265869,22.838444],[104.258659,22.843226],[104.244025,22.845225],[104.219469,22.832804],[104.200838,22.828307],[104.175925,22.824738],[104.160934,22.819384],[104.141946,22.807606],[104.138448,22.80682],[104.124029,22.811389],[104.118746,22.809248],[104.1019,22.79697],[104.095832,22.790759],[104.091222,22.777476],[104.08334,22.76885],[104.061494,22.753173],[104.046432,22.733899],[104.036866,22.718694],[104.029514,22.685786],[104.03294,22.681503],[104.038223,22.678505],[104.039151,22.675792],[104.031298,22.649666],[104.030156,22.640243],[104.031891,22.632316],[104.027965,22.625499],[104.025859,22.614327],[104.020931,22.605972],[104.019575,22.595621],[104.014422,22.593069],[104.013656,22.583476],[104.005322,22.57599],[104.01292,22.570408],[104.016307,22.564898],[104.009837,22.562347],[104.010361,22.557232],[104.014489,22.551847],[104.014961,22.544182],[104.008798,22.544017],[104.005217,22.538646],[104.009244,22.534398],[104.012498,22.523857],[104.005678,22.5171],[103.999498,22.519831],[103.990638,22.519772],[103.980383,22.508381],[103.977326,22.507015],[103.964228,22.505563],[103.953884,22.511546],[103.946145,22.525224],[103.932422,22.527477],[103.927673,22.538701],[103.91407,22.545421],[103.888879,22.570268],[103.885289,22.569726],[103.882369,22.563731],[103.874652,22.56739],[103.868682,22.577795],[103.859948,22.587968],[103.847192,22.59475],[103.839418,22.606377],[103.823886,22.617179],[103.814016,22.637966],[103.794093,22.661377],[103.781573,22.670461],[103.777766,22.678795],[103.767884,22.690603],[103.754844,22.688012],[103.752026,22.689394],[103.744467,22.698699],[103.739137,22.700748],[103.737445,22.702616],[103.736971,22.71058],[103.734253,22.715622],[103.725775,22.725042],[103.702855,22.744987],[103.694095,22.746828],[103.684939,22.752965],[103.680518,22.763888],[103.667036,22.76998],[103.663607,22.785293],[103.659097,22.789546],[103.651054,22.790986],[103.640858,22.797707],[103.638477,22.795919],[103.639301,22.79193],[103.637924,22.786445],[103.633223,22.787305],[103.619154,22.785744],[103.617712,22.782517],[103.620606,22.77467],[103.608868,22.763769],[103.609788,22.756481],[103.60639,22.754308],[103.603973,22.749255],[103.598799,22.749319],[103.596578,22.742455],[103.591347,22.739827],[103.591622,22.735221],[103.583052,22.732052],[103.580528,22.72777],[103.581924,22.723689],[103.575032,22.722366],[103.574731,22.717384],[103.572451,22.715816],[103.569877,22.70909],[103.564259,22.705861],[103.562627,22.700058],[103.565546,22.693276],[103.564747,22.688241],[103.567114,22.684544],[103.567702,22.679766],[103.578412,22.670677],[103.579831,22.664277],[103.577118,22.660981],[103.577212,22.657289],[103.571683,22.647566],[103.571128,22.642204],[103.553627,22.637649],[103.537811,22.603318],[103.530007,22.596465],[103.525828,22.596166],[103.50882,22.602631],[103.507996,22.609611],[103.499867,22.621853],[103.476046,22.639492],[103.458256,22.660749],[103.456598,22.67085],[103.458484,22.680903],[103.439831,22.702122],[103.431238,22.722626],[103.431992,22.734536],[103.44093,22.748812],[103.439026,22.760828],[103.423203,22.767015],[103.41083,22.782124],[103.406903,22.78498],[103.387092,22.790924],[103.371102,22.805058],[103.365677,22.807199],[103.331555,22.813053],[103.323932,22.811967],[103.321019,22.809626],[103.317707,22.798919],[103.31922,22.785931],[103.313138,22.775362],[103.308713,22.761371],[103.303002,22.758372],[103.299575,22.749949],[103.286441,22.737814],[103.28487,22.729533],[103.288197,22.709178],[103.281312,22.697985],[103.283543,22.684886],[103.270741,22.674672],[103.26048,22.671566],[103.251738,22.672787],[103.249541,22.669305],[103.236353,22.659828],[103.227404,22.647806],[103.221579,22.646512],[103.207062,22.647442],[103.195838,22.651072],[103.184854,22.644437],[103.182829,22.640279],[103.184458,22.631517],[103.174897,22.625884],[103.168658,22.618746],[103.166516,22.615177],[103.163875,22.602344],[103.157764,22.594277],[103.162409,22.583163],[103.168314,22.57815],[103.177631,22.564345],[103.182828,22.560723],[103.182303,22.558046],[103.155219,22.542894],[103.141656,22.540682],[103.136802,22.538326],[103.112341,22.520075],[103.093924,22.516516],[103.081075,22.511281],[103.073841,22.494054],[103.072414,22.485868],[103.07327,22.480634],[103.080884,22.470069],[103.081836,22.460551],[103.078505,22.453127],[103.074507,22.45227],[103.055757,22.453603],[103.04367,22.448463],[103.029298,22.447987],[103.003314,22.466357],[102.99344,22.468039],[102.991346,22.476414],[102.988273,22.480521],[102.967928,22.483008],[102.961841,22.486123],[102.944233,22.486789],[102.932865,22.489382],[102.922532,22.499448],[102.921676,22.508299],[102.913291,22.515134],[102.907652,22.528983],[102.90501,22.531981],[102.895231,22.536906],[102.894274,22.550883],[102.892775,22.553667],[102.88401,22.560535],[102.885152,22.564675],[102.882868,22.57167],[102.874016,22.576239],[102.873017,22.578523],[102.873302,22.582092],[102.878728,22.588945],[102.879085,22.5928],[102.866235,22.608933],[102.854814,22.613787],[102.845534,22.614929],[102.842108,22.621496],[102.835683,22.62735],[102.823976,22.630205],[102.810485,22.625993],[102.800705,22.627635],[102.786952,22.626761],[102.785958,22.628825],[102.787831,22.647629],[102.783738,22.652483],[102.764322,22.654006],[102.75766,22.658574],[102.749569,22.668473],[102.734445,22.671087],[102.714885,22.686934],[102.711602,22.695215],[102.692614,22.705779],[102.68776,22.705637],[102.679622,22.70064],[102.664774,22.695215],[102.655208,22.696214],[102.641217,22.705208],[102.611236,22.733905],[102.60681,22.735475],[102.594961,22.732191],[102.586252,22.710633],[102.583682,22.708064],[102.5774,22.70892],[102.572403,22.712632],[102.560411,22.733762],[102.536921,22.762191],[102.521716,22.767521],[102.515149,22.776943],[102.508677,22.781417],[102.498398,22.783035],[102.491545,22.782273],[102.461952,22.766799],[102.453921,22.750655],[102.456182,22.740403],[102.455579,22.736483],[102.431608,22.701958],[102.42407,22.695325],[102.413228,22.690156],[102.396704,22.690847],[102.39263,22.690363],[102.39016,22.687635],[102.387448,22.678843],[102.412777,22.647508],[102.418785,22.636932],[102.416314,22.634918],[102.410037,22.635079],[102.403347,22.632989],[102.390165,22.61894],[102.387099,22.610591],[102.371842,22.593531],[102.351807,22.589401],[102.347425,22.589924],[102.345747,22.583684],[102.354864,22.572435],[102.35534,22.566654],[102.336106,22.559276],[102.321516,22.557423],[102.321571,22.547601],[102.303925,22.534076],[102.290114,22.511396],[102.278312,22.496596],[102.27767,22.486017],[102.282072,22.482626],[102.281953,22.48102],[102.272688,22.477571],[102.261751,22.467135],[102.253566,22.462281],[102.260514,22.449051],[102.267938,22.428683],[102.268604,22.424685],[102.265748,22.417159],[102.260418,22.417064],[102.249568,22.423632],[102.233292,22.429342],[102.206452,22.432578],[102.175614,22.432864],[102.171807,22.432102],[102.162384,22.425154],[102.151724,22.408403],[102.143818,22.400625],[102.129742,22.410475],[102.126322,22.41806],[102.126322,22.432188],[102.124091,22.436203],[102.120076,22.439178],[102.10637,22.442411],[102.079625,22.443639],[102.060292,22.449736],[102.048097,22.45628],[102.022815,22.456577],[102.010323,22.445721],[102.001698,22.44468],[101.993449,22.436181],[101.978316,22.429117],[101.971556,22.429275],[101.958041,22.436223],[101.933517,22.442113],[101.909697,22.44151],[101.903666,22.439701],[101.910307,22.418533],[101.910149,22.400352],[101.906983,22.394773],[101.899681,22.388007],[101.889042,22.386482],[101.865372,22.390401],[101.858739,22.392814],[101.842004,22.412563],[101.829039,22.420705],[101.821002,22.432028],[101.820109,22.437382],[101.82234,22.459243],[101.808212,22.470695],[101.802858,22.47932],[101.798694,22.479766],[101.791417,22.484966],[101.784421,22.498975],[101.777515,22.506212],[101.76441,22.508166],[101.759889,22.506857],[101.749182,22.496507],[101.745017,22.494365],[101.73312,22.494008],[101.72848,22.491986],[101.722651,22.48568],[101.711943,22.479256],[101.690391,22.477257],[101.682396,22.479827],[101.675067,22.480017],[101.672402,22.478685],[101.669928,22.473545],[101.671926,22.461933],[101.668082,22.44128],[101.65603,22.421088],[101.646495,22.412393],[101.645258,22.404481],[101.64659,22.401162],[101.666673,22.380889],[101.669813,22.37061],[101.665435,22.365851],[101.657726,22.364804],[101.649445,22.365755],[101.647256,22.364233],[101.648493,22.347196],[101.646019,22.33092],[101.633303,22.316094],[101.629882,22.302412],[101.625718,22.296166],[101.623487,22.283525],[101.619621,22.27951],[101.597611,22.270736],[101.583631,22.270141],[101.571139,22.274751],[101.564149,22.27252],[101.560729,22.268207],[101.547005,22.240151],[101.546444,22.233906],[101.547696,22.231283],[101.562365,22.218685],[101.564744,22.213629],[101.566232,22.203665],[101.573519,22.189685],[101.589283,22.172137],[101.593893,22.162768],[101.596718,22.14284],[101.602072,22.134958],[101.599841,22.130199],[101.587103,22.128951],[101.574741,22.12473],[101.57263,22.1187],[101.573233,22.113423],[101.576399,22.10694],[101.589214,22.08915],[101.592078,22.073018],[101.595546,22.066686],[101.602679,22.058847],[101.60886,22.04573],[101.614589,22.038494],[101.619564,22.022513],[101.624389,22.012864],[101.623333,22.006381],[101.617001,22.000803],[101.618403,21.989674],[101.61528,21.978372],[101.609926,21.974059],[101.605482,21.967091],[101.625761,21.962657],[101.649336,21.949818],[101.665694,21.937475],[101.669561,21.937624],[101.686069,21.945803],[101.691125,21.945654],[101.696776,21.94268],[101.701386,21.937772],[101.702576,21.933311],[101.69802,21.909938],[101.699578,21.901071],[101.704188,21.893189],[101.713111,21.883373],[101.736425,21.87527],[101.738988,21.870584],[101.739285,21.866122],[101.737054,21.853779],[101.741665,21.842923],[101.753413,21.836974],[101.769772,21.835933],[101.77349,21.83281],[101.775869,21.828943],[101.776018,21.824184],[101.760998,21.804554],[101.757875,21.797564],[101.759064,21.775703],[101.755198,21.763359],[101.748208,21.754139],[101.746275,21.748339],[101.747167,21.733913],[101.752075,21.726924],[101.762039,21.721867],[101.765016,21.71828],[101.767839,21.708929],[101.767987,21.698222],[101.770516,21.686027],[101.769921,21.661935],[101.77691,21.651142],[101.778992,21.643197],[101.786577,21.641115],[101.79669,21.64632],[101.802638,21.648104],[101.805613,21.647063],[101.809191,21.644378],[101.810794,21.630374],[101.825719,21.620424],[101.826775,21.618012],[101.820292,21.603991],[101.812905,21.593889],[101.800391,21.582733],[101.791798,21.577607],[101.781546,21.578059],[101.763756,21.586502],[101.752298,21.588764],[101.746871,21.585748],[101.743403,21.579416],[101.745061,21.571577],[101.75667,21.564792],[101.757575,21.55831],[101.753203,21.550168],[101.753504,21.541424],[101.759233,21.529212],[101.765867,21.527403],[101.76858,21.518508],[101.76451,21.509764],[101.740991,21.493632],[101.736769,21.48519],[101.742621,21.471817],[101.743216,21.458581],[101.746785,21.440586],[101.745893,21.429284],[101.748421,21.419469],[101.747826,21.416792],[101.735632,21.405489],[101.736375,21.396566],[101.732909,21.367608],[101.72537,21.350316],[101.745084,21.297201],[101.75437,21.291126],[101.763442,21.289491],[101.775839,21.290832],[101.778504,21.289118],[101.788593,21.289309],[101.793543,21.285121],[101.802489,21.26856],[101.817337,21.254854],[101.821525,21.254473],[101.827807,21.256567],[101.831233,21.255235],[101.833137,21.250857],[101.832756,21.246098],[101.828759,21.240006],[101.828188,21.235628],[101.834089,21.210501],[101.832756,21.207265],[101.82933,21.206123],[101.819431,21.207075],[101.809441,21.21329],[101.80204,21.210166],[101.79163,21.20972],[101.787317,21.201391],[101.782856,21.184884],[101.76843,21.159602],[101.7604,21.150828],[101.749395,21.144731],[101.712364,21.146069],[101.698236,21.150977],[101.69318,21.157371],[101.694072,21.17031],[101.676991,21.18326],[101.672803,21.194491],[101.668996,21.198869],[101.653387,21.200202],[101.6393,21.197727],[101.607891,21.176407],[101.598945,21.176407],[101.589808,21.184021],[101.587333,21.18859],[101.587714,21.192968],[101.602752,21.218476],[101.605226,21.226281],[101.604275,21.232372],[101.599325,21.237131],[101.592196,21.239735],[101.540194,21.253354],[101.517204,21.252747],[101.507404,21.249732],[101.479664,21.246415],[101.474689,21.244305],[101.462176,21.234204],[101.44529,21.229228],[101.395237,21.22953],[101.383327,21.227118],[101.332379,21.196448],[101.317479,21.192012],[101.305091,21.190719],[101.29107,21.181221],[101.285492,21.181372],[101.273129,21.193282],[101.251361,21.209007],[101.244461,21.218287],[101.223046,21.228043],[101.220666,21.234943],[101.225663,21.246365],[101.227033,21.258744],[101.236658,21.268024],[101.243511,21.280516],[101.247065,21.292315],[101.246509,21.298148],[101.240227,21.305286],[101.21096,21.316422],[101.201823,21.321419],[101.18155,21.336409],[101.177838,21.353399],[101.169272,21.360394],[101.1628,21.368828],[101.146619,21.396049],[101.141099,21.410516],[101.143764,21.415846],[101.148332,21.41813],[101.176696,21.416607],[101.184691,21.41832],[101.190782,21.422889],[101.193828,21.431265],[101.194018,21.436595],[101.191543,21.46096],[101.192099,21.478301],[101.205138,21.487628],[101.222651,21.503237],[101.220176,21.504951],[101.216179,21.504284],[101.2131,21.505713],[101.206781,21.518629],[101.206067,21.527694],[101.209874,21.537629],[101.210475,21.543671],[101.206311,21.55069],[101.205617,21.559],[101.195722,21.55997],[101.177281,21.557948],[101.149094,21.564145],[101.144333,21.563581],[101.138043,21.572359],[101.140977,21.580705],[101.147386,21.589119],[101.152099,21.59127],[101.166456,21.592133],[101.169355,21.595604],[101.170084,21.602432],[101.16946,21.605848],[101.16113,21.619327],[101.159298,21.63086],[101.16235,21.638064],[101.160159,21.645743],[101.156691,21.649523],[101.151075,21.651717],[101.150339,21.660674],[101.152803,21.67056],[101.149221,21.672423],[101.142786,21.671536],[101.135192,21.673868],[101.125968,21.684525],[101.12534,21.690254],[101.118769,21.689221],[101.115164,21.692855],[101.118842,21.707398],[101.11855,21.717139],[101.109854,21.751732],[101.111165,21.760427],[101.114334,21.767337],[101.121915,21.774393],[101.120617,21.776206],[101.090733,21.776176],[101.085798,21.774498],[101.078667,21.765938],[101.041696,21.741552],[101.039751,21.73377],[101.028497,21.726323],[101.018405,21.723028],[101.013627,21.715503],[101.014032,21.70989],[101.010368,21.707768],[101.004513,21.709206],[100.986261,21.703895],[100.981211,21.704621],[100.975892,21.699753],[100.967252,21.698366],[100.964,21.700707],[100.960223,21.699388],[100.955466,21.701691],[100.940138,21.699668],[100.924685,21.688992],[100.915027,21.691218],[100.910697,21.690339],[100.913326,21.684587],[100.91222,21.683133],[100.909169,21.683405],[100.904288,21.687772],[100.898429,21.687489],[100.890282,21.684005],[100.887023,21.687823],[100.88448,21.687242],[100.88177,21.682184],[100.871396,21.674481],[100.867252,21.673286],[100.867829,21.67126],[100.854898,21.65506],[100.851931,21.647796],[100.848393,21.643938],[100.846591,21.63788],[100.836397,21.637361],[100.818632,21.630613],[100.804633,21.616616],[100.799868,21.608914],[100.798381,21.600139],[100.790202,21.57917],[100.777468,21.569611],[100.753022,21.557904],[100.741423,21.545412],[100.727741,21.520576],[100.718669,21.51433],[100.712274,21.513289],[100.698322,21.514781],[100.687186,21.511069],[100.680048,21.504644],[100.666771,21.487798],[100.660061,21.483515],[100.654064,21.482372],[100.641358,21.484657],[100.632792,21.481801],[100.620942,21.475805],[100.609521,21.467239],[100.591675,21.462242],[100.582395,21.45696],[100.573401,21.454104],[100.563835,21.453105],[100.555983,21.454676],[100.545133,21.459958],[100.527572,21.474949],[100.524003,21.475948],[100.513866,21.47295],[100.494307,21.463242],[100.488454,21.461814],[100.482172,21.463099],[100.470608,21.471808],[100.465515,21.479601],[100.459097,21.491313],[100.452744,21.510087],[100.443536,21.520224],[100.437896,21.532288],[100.429265,21.54177],[100.425041,21.542781],[100.420758,21.542067],[100.397558,21.529278],[100.387446,21.525708],[100.380902,21.526601],[100.370195,21.532103],[100.349891,21.53191],[100.336502,21.520144],[100.32797,21.507254],[100.319734,21.501242],[100.314703,21.49218],[100.305209,21.491063],[100.297206,21.480759],[100.290581,21.479979],[100.281054,21.486039],[100.272264,21.475975],[100.265203,21.471577],[100.255302,21.472392],[100.252477,21.47142],[100.249748,21.467301],[100.246878,21.466673],[100.239094,21.470226],[100.23638,21.468419],[100.209233,21.508833],[100.204521,21.514116],[100.198097,21.516685],[100.191815,21.518399],[100.17863,21.516792],[100.172131,21.492724],[100.167603,21.486025],[100.147454,21.50077],[100.130558,21.506834],[100.125122,21.512108],[100.121102,21.523494],[100.123303,21.531465],[100.123124,21.537889],[100.118733,21.548814],[100.121904,21.55648],[100.121735,21.568976],[100.117326,21.577878],[100.107828,21.58573],[100.106867,21.594236],[100.111484,21.603044],[100.117529,21.605904],[100.121498,21.610313],[100.131091,21.614481],[100.133935,21.618582],[100.134461,21.627213],[100.137582,21.634134],[100.139753,21.636986],[100.145558,21.639723],[100.152545,21.649946],[100.160893,21.650599],[100.168725,21.648637],[100.173106,21.65145],[100.173318,21.65672],[100.168393,21.665909],[100.157269,21.676775],[100.149573,21.68727],[100.14586,21.690269],[100.137465,21.692216],[100.130563,21.698892],[100.130951,21.70198],[100.110068,21.705582],[100.04816,21.676912],[100.041292,21.668999],[100.028858,21.67761],[100.028946,21.684488],[100.031781,21.694543],[100.009006,21.697946],[99.998302,21.701413],[99.99001,21.707293],[99.985638,21.713927],[99.981718,21.729154],[99.975412,21.740835],[99.967485,21.769043],[99.961228,21.777091],[99.958037,21.798896],[99.948976,21.8087],[99.943221,21.825101],[99.945713,21.830787],[99.947144,21.844335],[99.944908,21.848118],[99.945408,21.865341],[99.958766,21.875569],[99.963015,21.885274],[99.959118,21.91004],[99.965133,21.910569],[99.975395,21.91482],[99.980724,21.921087],[99.98237,21.926439],[99.981506,21.934502],[99.984597,21.948078],[99.996658,21.97014],[99.994471,21.980786],[99.989873,21.990327],[99.963565,22.01923],[99.959343,22.030688],[99.957987,22.037623],[99.959343,22.041996],[99.969008,22.050412],[99.971216,22.05595],[99.961415,22.058285],[99.94226,22.057214],[99.932504,22.06114],[99.918823,22.06114],[99.896271,22.067993],[99.873962,22.069752],[99.866726,22.067189],[99.864012,22.065078],[99.862203,22.060706],[99.863861,22.052263],[99.872455,22.040805],[99.871098,22.03387],[99.862655,22.029046],[99.847277,22.026332],[99.834462,22.028594],[99.831447,22.030855],[99.824211,22.042916],[99.815211,22.049255],[99.789535,22.05558],[99.760623,22.070797],[99.749768,22.071852],[99.723083,22.066123],[99.720357,22.061838],[99.718349,22.050793],[99.714147,22.042279],[99.710506,22.039423],[99.705153,22.038638],[99.694017,22.042707],[99.686758,22.048136],[99.69398,22.068274],[99.691696,22.074413],[99.683986,22.07784],[99.673136,22.077412],[99.641394,22.105299],[99.62865,22.102686],[99.623417,22.097875],[99.6122,22.096968],[99.601102,22.110047],[99.592537,22.115228],[99.590621,22.113687],[99.59083,22.110519],[99.58293,22.107488],[99.572954,22.097231],[99.563972,22.111687],[99.557279,22.114648],[99.54406,22.110195],[99.526119,22.100999],[99.519033,22.100546],[99.509837,22.104768],[99.497474,22.11517],[99.48627,22.12872],[99.471646,22.134148],[99.467576,22.133394],[99.453404,22.119071],[99.445564,22.113795],[99.427171,22.109724],[99.414276,22.109135],[99.404996,22.103484],[99.398631,22.10164],[99.389351,22.100212],[99.371089,22.102413],[99.362582,22.106339],[99.3567,22.099194],[99.349884,22.096834],[99.340534,22.099112],[99.328185,22.09904],[99.307277,22.102436],[99.286335,22.109815],[99.278007,22.109518],[99.271192,22.10332],[99.264434,22.10056],[99.260722,22.101512],[99.255107,22.111791],[99.249015,22.115693],[99.226903,22.119193],[99.21981,22.114254],[99.21732,22.114853],[99.189812,22.139819],[99.164918,22.153241],[99.154871,22.163808],[99.158723,22.169509],[99.170025,22.169628],[99.178532,22.166832],[99.185135,22.166832],[99.193098,22.167959],[99.199162,22.171185],[99.199342,22.174806],[99.194736,22.174378],[99.189922,22.171033],[99.18639,22.176519],[99.182617,22.175701],[99.174496,22.178943],[99.172788,22.184226],[99.174454,22.191365],[99.190991,22.210282],[99.199319,22.229912],[99.20288,22.233059],[99.212406,22.23705],[99.223292,22.238349],[99.233149,22.24986],[99.23496,22.253686],[99.230278,22.267898],[99.23172,22.277162],[99.23469,22.283352],[99.232542,22.298906],[99.240422,22.310427],[99.246252,22.314391],[99.251487,22.321906],[99.255014,22.334582],[99.26813,22.345551],[99.277135,22.348741],[99.277501,22.361907],[99.263305,22.376723],[99.252413,22.383441],[99.249237,22.388494],[99.249102,22.394156],[99.25377,22.397869],[99.271537,22.400838],[99.280741,22.404336],[99.29689,22.415441],[99.308896,22.430644],[99.308371,22.434952],[99.310742,22.439924],[99.324946,22.444781],[99.332903,22.449199],[99.336445,22.455585],[99.344953,22.46224],[99.349929,22.470492],[99.360808,22.476817],[99.366111,22.487244],[99.377954,22.493131],[99.380879,22.496592],[99.38064,22.503659],[99.378757,22.508043],[99.366701,22.513923],[99.358698,22.523684],[99.357843,22.527515],[99.359011,22.539486],[99.364735,22.546309],[99.368383,22.554329],[99.384293,22.573463],[99.384797,22.576631],[99.382368,22.584204],[99.383176,22.587968],[99.369608,22.60522],[99.372717,22.61157],[99.370789,22.614347],[99.367514,22.615438],[99.367479,22.620414],[99.363356,22.631982],[99.361884,22.645449],[99.357761,22.657568],[99.359705,22.664282],[99.34717,22.674631],[99.348347,22.67834],[99.342732,22.69792],[99.340112,22.700023],[99.338463,22.71123],[99.333878,22.715051],[99.328878,22.716316],[99.321469,22.727736],[99.317204,22.731438],[99.314127,22.739535],[99.320633,22.741066],[99.324127,22.744798],[99.323366,22.747987],[99.325416,22.754565],[99.331195,22.752856],[99.338123,22.7549],[99.343386,22.761129],[99.350981,22.761302],[99.351815,22.759693],[99.358691,22.760409],[99.365935,22.767752],[99.382119,22.764508],[99.384769,22.765161],[99.388398,22.781325],[99.385367,22.790687],[99.389491,22.799418],[99.391257,22.807679],[99.386689,22.813506],[99.394399,22.816861],[99.394613,22.82457],[99.415096,22.826938],[99.423559,22.837414],[99.428108,22.837402],[99.435215,22.844977],[99.440114,22.847555],[99.454354,22.849113],[99.461483,22.847541],[99.460531,22.852175],[99.457176,22.856997],[99.451257,22.861375],[99.449773,22.878256],[99.443849,22.887588],[99.439521,22.908471],[99.434769,22.916024],[99.43866,22.921406],[99.436872,22.930493],[99.439731,22.935721],[99.45065,22.936133],[99.49705,22.907436],[99.52696,22.89915],[99.535383,22.899935],[99.547637,22.904456],[99.554704,22.910595],[99.559772,22.918733],[99.560917,22.931452],[99.553927,22.947662],[99.542327,22.958816],[99.531025,22.963099],[99.52855,22.965954],[99.526914,22.976662],[99.520231,22.985044],[99.511034,23.00193],[99.513899,23.013539],[99.521135,23.029369],[99.526554,23.055265],[99.524228,23.067683],[99.515091,23.074393],[99.48205,23.082018],[99.473425,23.085439],[99.463921,23.086537],[99.447185,23.082671],[99.432528,23.083052],[99.426246,23.085146],[99.41655,23.091392],[99.393505,23.095616],[99.378925,23.10091],[99.352007,23.123788],[99.346487,23.130261],[99.341537,23.133116],[99.325738,23.136162],[99.321163,23.134538],[99.322882,23.121885],[99.32174,23.117507],[99.314887,23.109702],[99.307463,23.104372],[99.300991,23.102659],[99.278965,23.102557],[99.273159,23.10059],[99.265544,23.094309],[99.257169,23.077938],[99.247175,23.077272],[99.232993,23.086314],[99.212343,23.091842],[99.20292,23.104476],[99.2036,23.111218],[99.200354,23.111874],[99.195227,23.109896],[99.189504,23.102944],[99.185459,23.10223],[99.170111,23.104609],[99.155478,23.102587],[99.143937,23.104966],[99.124121,23.100396],[99.119065,23.10099],[99.112224,23.105303],[99.11029,23.104113],[99.109249,23.091175],[99.103747,23.090878],[99.089767,23.095637],[99.062701,23.108129],[99.045747,23.120324],[99.048722,23.1404],[99.058537,23.159585],[99.058686,23.163451],[99.056262,23.167516],[99.053324,23.166778],[99.04504,23.159483],[99.02776,23.16377],[98.993798,23.165095],[98.979521,23.171805],[98.96453,23.171377],[98.945951,23.181407],[98.926078,23.186367],[98.919064,23.18971],[98.903997,23.188176],[98.890522,23.179752],[98.884991,23.182818],[98.884484,23.194032],[98.889786,23.196745],[98.894916,23.205968],[98.89422,23.209064],[98.889529,23.211373],[98.889575,23.215644],[98.894859,23.216929],[98.905922,23.226083],[98.911102,23.237653],[98.910271,23.252145],[98.912781,23.255632],[98.92295,23.263056],[98.926015,23.270484],[98.927228,23.276194],[98.920661,23.296896],[98.924016,23.299037],[98.929798,23.297181],[98.932297,23.298395],[98.932096,23.304926],[98.935779,23.314846],[98.913974,23.33082],[98.905193,23.335362],[98.899376,23.335812],[98.888383,23.332268],[98.884754,23.325586],[98.883326,23.325395],[98.876569,23.327394],[98.872596,23.330325],[98.871842,23.332888],[98.872897,23.335149],[98.879983,23.338014],[98.884054,23.341783],[98.889481,23.350075],[98.899733,23.359723],[98.915262,23.354296],[98.919924,23.35665],[98.920691,23.361129],[98.917265,23.378071],[98.907176,23.395583],[98.906414,23.400723],[98.911744,23.412715],[98.913648,23.425469],[98.911744,23.428705],[98.896325,23.438985],[98.895183,23.443934],[98.896706,23.460685],[98.885856,23.470584],[98.872242,23.488183],[98.851306,23.485426],[98.847324,23.483192],[98.848072,23.479338],[98.835682,23.479075],[98.828913,23.474889],[98.814939,23.491843],[98.809734,23.512217],[98.803488,23.520545],[98.800662,23.537052],[98.801852,23.541811],[98.808693,23.553262],[98.845575,23.582113],[98.859548,23.585161],[98.877036,23.594659],[98.883519,23.601896],[98.885178,23.607927],[98.884876,23.615012],[98.87975,23.624058],[98.866031,23.629335],[98.851418,23.632605],[98.847561,23.634309],[98.845299,23.637475],[98.84153,23.64833],[98.835952,23.681498],[98.83354,23.686926],[98.828263,23.69175],[98.813411,23.697919],[98.812206,23.699993],[98.812015,23.706226],[98.820983,23.721663],[98.822306,23.730043],[98.817931,23.739833],[98.805627,23.753568],[98.793091,23.779622],[98.781935,23.786758],[98.764803,23.780381],[98.746815,23.780095],[98.742936,23.782675],[98.740723,23.78771],[98.725037,23.793771],[98.716471,23.795413],[98.710617,23.788203],[98.704423,23.78578],[98.70122,23.786721],[98.690302,23.795972],[98.68713,23.803151],[98.677173,23.805695],[98.674221,23.804775],[98.669958,23.811292],[98.672203,23.814325],[98.683298,23.818582],[98.691124,23.825285],[98.699006,23.836885],[98.695883,23.84566],[98.689785,23.852947],[98.694568,23.864673],[98.695139,23.872097],[98.692149,23.887751],[98.684878,23.899644],[98.681606,23.908567],[98.684646,23.921292],[98.688572,23.929263],[98.698328,23.94116],[98.699161,23.948061],[98.697971,23.952701],[98.694841,23.954222],[98.67745,23.955382],[98.672133,23.962113],[98.672361,23.963965],[98.69521,23.985707],[98.700939,23.985602],[98.706962,23.982586],[98.713134,23.975191],[98.716554,23.973704],[98.72518,23.974299],[98.737981,23.982044],[98.755855,23.998436],[98.764058,24],[98.766319,24.005458],[98.764058,24.012996],[98.764844,24.016746],[98.771747,24.023851],[98.797527,24.026715],[98.80858,24.032578],[98.821348,24.046013],[98.84155,24.054305],[98.853762,24.062144],[98.862506,24.072848],[98.868799,24.086913],[98.886176,24.096367],[98.891452,24.102398],[98.892508,24.106921],[98.890917,24.128598],[98.887236,24.142174],[98.881147,24.151433],[98.876684,24.155435],[98.859817,24.137115],[98.853635,24.133024],[98.841096,24.129761],[98.806594,24.13403],[98.774736,24.132589],[98.756075,24.126639],[98.744558,24.128608],[98.710972,24.128681],[98.705831,24.125962],[98.697737,24.113602],[98.691397,24.107712],[98.675597,24.103905],[98.666269,24.103524],[98.652373,24.106189],[98.637365,24.104845],[98.617527,24.091088],[98.592014,24.081186],[98.590535,24.088685],[98.585681,24.093396],[98.572832,24.098964],[98.554843,24.112813],[98.550417,24.125805],[98.543279,24.130516],[98.521063,24.127245],[98.483031,24.125376],[98.452479,24.129088],[98.422926,24.122093],[98.403224,24.121522],[98.389233,24.118381],[98.3731,24.118809],[98.364391,24.113812],[98.36125,24.1101],[98.359398,24.103321],[98.355254,24.10439],[98.34526,24.102962],[98.322988,24.106388],[98.299146,24.103533],[98.291151,24.104961],[98.27556,24.110991],[98.235476,24.112458],[98.216345,24.116884],[98.198785,24.111316],[98.190361,24.11203],[98.178366,24.105739],[98.173087,24.10565],[98.164378,24.108505],[98.164378,24.102652],[98.162379,24.100653],[98.153242,24.09794],[98.134202,24.096011],[98.105843,24.096325],[98.090281,24.089901],[98.08043,24.08005],[98.039456,24.074054],[98.02675,24.067201],[98.019146,24.059069],[98.012616,24.05478],[97.998624,24.051496],[97.984205,24.035935],[97.977185,24.032827],[97.948085,24.024371],[97.938662,24.01866],[97.913678,24.02023],[97.904209,24.016368],[97.886328,24.001288],[97.897046,23.981819],[97.897046,23.978696],[97.894369,23.976019],[97.886635,23.976762],[97.87395,23.986781],[97.868637,23.987477],[97.847226,23.979439],[97.844808,23.974028],[97.8444,23.963378],[97.839939,23.960552],[97.836667,23.961147],[97.82807,23.971323],[97.825833,23.971262],[97.824835,23.954331],[97.81986,23.945285],[97.816091,23.944833],[97.818353,23.95614],[97.816393,23.961718],[97.813138,23.962299],[97.806932,23.954576],[97.796397,23.954602],[97.794878,23.952333],[97.79619,23.946793],[97.794984,23.943928],[97.779004,23.940159],[97.772441,23.935246],[97.767998,23.921615],[97.759857,23.910761],[97.753374,23.906991],[97.733309,23.901684],[97.721412,23.887995],[97.707391,23.888749],[97.703807,23.887275],[97.702475,23.88461],[97.703426,23.88147],[97.718369,23.869382],[97.716847,23.865004],[97.71047,23.861006],[97.704283,23.861482],[97.698086,23.866658],[97.695052,23.871571],[97.692552,23.882649],[97.68872,23.886948],[97.686459,23.886948],[97.683915,23.883582],[97.681916,23.870305],[97.676348,23.863881],[97.670637,23.861311],[97.663764,23.861477],[97.656361,23.86852],[97.654576,23.867164],[97.652435,23.857956],[97.643991,23.853368],[97.639878,23.873379],[97.634357,23.880269],[97.624622,23.888377],[97.616535,23.893403],[97.60372,23.893889],[97.595093,23.899082],[97.589365,23.907578],[97.577307,23.910356],[97.5745,23.912009],[97.572835,23.916119],[97.568851,23.914935],[97.565548,23.911763],[97.550668,23.923539],[97.543097,23.922664],[97.531842,23.929715],[97.528236,23.92904],[97.527278,23.936405],[97.529209,23.946263],[97.535314,23.953588],[97.541284,23.955549],[97.544653,23.959887],[97.561671,23.964778],[97.564555,23.969499],[97.567908,23.971001],[97.571654,23.984974],[97.573669,23.987583],[97.581574,23.990617],[97.586746,23.99025],[97.599896,23.997131],[97.612676,23.999513],[97.617494,24.003912],[97.622661,24.005836],[97.628205,24.005669],[97.622044,24.019515],[97.624067,24.025202],[97.632625,24.022571],[97.632802,24.031879],[97.631085,24.034355],[97.635627,24.043567],[97.632914,24.047298],[97.633207,24.049359],[97.637999,24.049763],[97.642246,24.046045],[97.656075,24.065954],[97.663603,24.068106],[97.666742,24.072601],[97.677763,24.074466],[97.679751,24.080116],[97.684103,24.085209],[97.691966,24.090404],[97.692594,24.098317],[97.70001,24.096177],[97.707969,24.098763],[97.713134,24.109387],[97.728696,24.114933],[97.729999,24.130425],[97.734086,24.133853],[97.737822,24.142117],[97.736948,24.146912],[97.733246,24.152225],[97.741336,24.152906],[97.737181,24.155255],[97.743256,24.157797],[97.740503,24.161592],[97.752265,24.165873],[97.750857,24.174504],[97.742564,24.185644],[97.735828,24.188188],[97.726253,24.188895],[97.725905,24.222591],[97.740981,24.242944],[97.766027,24.261879],[97.747553,24.283182],[97.742461,24.285283],[97.736519,24.290955],[97.727953,24.291574],[97.719863,24.297491],[97.716342,24.298062],[97.699305,24.293589],[97.663934,24.300193],[97.663828,24.305601],[97.656784,24.324102],[97.657736,24.334929],[97.660473,24.339331],[97.669277,24.343733],[97.686885,24.341234],[97.699972,24.343614],[97.712821,24.354916],[97.715319,24.361817],[97.714833,24.37412],[97.710948,24.380456],[97.707712,24.382931],[97.699988,24.38356],[97.690946,24.387367],[97.686568,24.390508],[97.68238,24.396409],[97.679144,24.413541],[97.679334,24.426295],[97.676003,24.446948],[97.673958,24.451038],[97.670066,24.454656],[97.666921,24.455012],[97.64794,24.448784],[97.644127,24.449615],[97.619459,24.442381],[97.612954,24.4436],[97.606928,24.441072],[97.603201,24.442327],[97.599614,24.446914],[97.593393,24.443862],[97.590277,24.438255],[97.576161,24.444068],[97.572986,24.441813],[97.569887,24.44297],[97.562743,24.439779],[97.547622,24.441019],[97.533206,24.435992],[97.531202,24.43757],[97.535489,24.457727],[97.544658,24.470795],[97.553697,24.490274],[97.554201,24.501968],[97.557123,24.516447],[97.555673,24.523311],[97.559286,24.528391],[97.560843,24.559664],[97.563819,24.563483],[97.561438,24.5738],[97.56144,24.57737],[97.564908,24.584894],[97.563094,24.593362],[97.564356,24.59693],[97.570255,24.603368],[97.567185,24.616408],[97.567078,24.655201],[97.572516,24.658114],[97.573953,24.661143],[97.567915,24.665788],[97.56979,24.677012],[97.569141,24.68633],[97.564838,24.700613],[97.568424,24.708364],[97.567718,24.722646],[97.56347,24.72849],[97.557652,24.729201],[97.550204,24.733173],[97.548279,24.736404],[97.548979,24.740187],[97.546149,24.741311],[97.552741,24.748749],[97.562999,24.75485],[97.565005,24.758389],[97.56564,24.765039],[97.572314,24.770987],[97.588765,24.770006],[97.593095,24.772646],[97.596941,24.772565],[97.598665,24.775758],[97.618415,24.77957],[97.621419,24.784147],[97.628662,24.788113],[97.65118,24.795845],[97.675163,24.827034],[97.681597,24.830507],[97.691724,24.832745],[97.700353,24.843043],[97.705239,24.841882],[97.710379,24.836171],[97.715138,24.833887],[97.725572,24.832701],[97.732841,24.829128],[97.762156,24.828176],[97.777666,24.833847],[97.797484,24.850085],[97.798575,24.859549],[97.795238,24.861851],[97.790427,24.861163],[97.789176,24.869745],[97.781999,24.880194],[97.774705,24.88434],[97.775077,24.885797],[97.772926,24.887151],[97.766028,24.885298],[97.762971,24.881256],[97.757497,24.883467],[97.754376,24.889705],[97.743329,24.896906],[97.739254,24.906421],[97.729402,24.911726],[97.728077,24.930967],[97.731159,24.937375],[97.730412,24.953228],[97.726528,24.964116],[97.7186,24.972415],[97.719416,24.974904],[97.715949,24.981752],[97.717967,24.988865],[97.719603,25.012595],[97.718083,25.015853],[97.727594,25.046917],[97.724778,25.061695],[97.725493,25.067636],[97.721143,25.076579],[97.719757,25.083619],[97.725908,25.085353],[97.728885,25.088594],[97.730952,25.081605],[97.737239,25.079786],[97.743686,25.081736],[97.746662,25.086387],[97.748497,25.093578],[97.752083,25.09578],[97.756491,25.096097],[97.759625,25.103786],[97.77582,25.121855],[97.777925,25.125601],[97.776485,25.130761],[97.786443,25.150537],[97.795787,25.160371],[97.799679,25.167124],[97.795712,25.170894],[97.798099,25.176575],[97.801211,25.177843],[97.802815,25.192364],[97.805775,25.192999],[97.807363,25.195403],[97.808565,25.199384],[97.806787,25.203612],[97.814049,25.216995],[97.814969,25.224973],[97.819106,25.231432],[97.819229,25.236634],[97.826471,25.245955],[97.827743,25.251674],[97.832768,25.256381],[97.833882,25.263385],[97.838273,25.273411],[97.84184,25.273237],[97.85254,25.267889],[97.868006,25.265509],[97.880855,25.252184],[97.902746,25.221965],[97.909647,25.216968],[97.917023,25.216017],[97.946146,25.221507],[97.966278,25.242667],[97.991976,25.265985],[97.999352,25.275741],[98.004111,25.28288],[98.00768,25.304771],[98.011726,25.308578],[98.017067,25.310754],[98.044562,25.306912],[98.061932,25.310481],[98.065501,25.313575],[98.067643,25.316192],[98.074067,25.334752],[98.077399,25.337369],[98.086917,25.340462],[98.089772,25.344983],[98.091367,25.352425],[98.098338,25.366399],[98.100479,25.393762],[98.103628,25.395191],[98.133489,25.385869],[98.138551,25.38829],[98.1514,25.419699],[98.149734,25.428978],[98.144499,25.432786],[98.144499,25.434213],[98.15231,25.440689],[98.156284,25.455941],[98.154017,25.468002],[98.150686,25.47633],[98.130937,25.506073],[98.128319,25.511546],[98.129033,25.51712],[98.130461,25.51916],[98.150686,25.526774],[98.154255,25.530581],[98.161695,25.544785],[98.176146,25.554376],[98.183421,25.565967],[98.185418,25.580149],[98.175495,25.610399],[98.171392,25.617559],[98.170912,25.626474],[98.174719,25.627901],[98.181381,25.626474],[98.192565,25.618621],[98.203945,25.620967],[98.227037,25.612544],[98.248026,25.611224],[98.275846,25.592923],[98.28227,25.586261],[98.287267,25.580312],[98.299402,25.555566],[98.306541,25.551521],[98.313203,25.551521],[98.316059,25.553662],[98.325101,25.567939],[98.33676,25.576029],[98.348419,25.581502],[98.355558,25.581502],[98.362934,25.584357],[98.386967,25.601013],[98.398626,25.601965],[98.402433,25.605296],[98.406737,25.615924],[98.406002,25.656931],[98.408858,25.664783],[98.421469,25.678346],[98.427893,25.681915],[98.441932,25.688578],[98.455648,25.690444],[98.465965,25.71499],[98.464061,25.722842],[98.459302,25.730932],[98.45954,25.742353],[98.463823,25.74735],[98.473579,25.754013],[98.476196,25.759248],[98.476434,25.764244],[98.472389,25.777331],[98.473817,25.784708],[98.503322,25.816355],[98.51165,25.820638],[98.518313,25.831821],[98.519978,25.838246],[98.523548,25.842291],[98.531876,25.845622],[98.552815,25.849905],[98.557098,25.849429],[98.568519,25.843956],[98.580417,25.829204],[98.586841,25.8273],[98.603318,25.81526],[98.62063,25.810406],[98.62872,25.80303],[98.637476,25.802411],[98.64728,25.80993],[98.653923,25.818932],[98.659381,25.820051],[98.670598,25.817068],[98.674405,25.817544],[98.677261,25.822779],[98.682016,25.840451],[98.687726,25.846923],[98.696483,25.851111],[98.700698,25.856495],[98.70543,25.87186],[98.70543,25.890705],[98.702106,25.89872],[98.684871,25.92535],[98.681457,25.94228],[98.66781,25.950379],[98.662423,25.9558],[98.660068,25.96251],[98.658268,25.963219],[98.656927,25.960968],[98.65383,25.961466],[98.648418,25.964793],[98.644896,25.97332],[98.639376,25.976937],[98.617865,25.972368],[98.61501,25.97332],[98.613297,25.983028],[98.604921,26.006061],[98.605873,26.013485],[98.602066,26.029285],[98.602827,26.049463],[98.601429,26.058093],[98.597514,26.067697],[98.592213,26.075526],[98.585917,26.073651],[98.58022,26.074495],[98.586351,26.085622],[98.584718,26.098705],[98.580887,26.100759],[98.578562,26.108029],[98.579367,26.110097],[98.574081,26.116771],[98.572577,26.121461],[98.581627,26.128099],[98.583761,26.132674],[98.58436,26.139829],[98.586163,26.141961],[98.592709,26.141044],[98.601376,26.134475],[98.604517,26.134333],[98.624718,26.146925],[98.634046,26.14921],[98.647371,26.147496],[98.657928,26.140758],[98.66572,26.127174],[98.665958,26.119441],[98.656781,26.105884],[98.656446,26.103349],[98.6582,26.094959],[98.661562,26.09094],[98.664275,26.091209],[98.67939,26.102797],[98.690201,26.115516],[98.693628,26.116278],[98.699259,26.112738],[98.702384,26.112661],[98.718945,26.132839],[98.718184,26.13893],[98.709046,26.1494],[98.709046,26.153017],[98.712591,26.157958],[98.727892,26.167674],[98.732651,26.179857],[98.731889,26.190517],[98.72277,26.20557],[98.723808,26.215973],[98.715328,26.227256],[98.713805,26.234489],[98.704859,26.243627],[98.699148,26.244388],[98.68963,26.238297],[98.686394,26.238297],[98.672498,26.241342],[98.671927,26.243817],[98.67944,26.258732],[98.67916,26.271609],[98.677066,26.278843],[98.677638,26.284553],[98.683539,26.296736],[98.682407,26.311797],[98.694506,26.318785],[98.708856,26.331571],[98.72142,26.345467],[98.729497,26.350631],[98.725988,26.358221],[98.725246,26.3672],[98.730937,26.382777],[98.741961,26.388679],[98.74367,26.404275],[98.748921,26.4224],[98.742518,26.435556],[98.741781,26.441506],[98.745755,26.452879],[98.751085,26.482955],[98.756795,26.497232],[98.756513,26.501185],[98.751455,26.507858],[98.749206,26.513742],[98.754167,26.54628],[98.755357,26.565078],[98.757435,26.571095],[98.768682,26.578878],[98.774696,26.591608],[98.776927,26.600977],[98.776891,26.615514],[98.779478,26.624911],[98.771991,26.635174],[98.769006,26.647012],[98.765335,26.652377],[98.762019,26.662478],[98.761868,26.666097],[98.765185,26.672429],[98.769621,26.692243],[98.76277,26.695131],[98.749255,26.697034],[98.743735,26.702745],[98.743164,26.71607],[98.750397,26.73206],[98.756108,26.756045],[98.759654,26.790108],[98.763534,26.806602],[98.761057,26.8122],[98.753062,26.819244],[98.748874,26.829713],[98.730029,26.853698],[98.733075,26.858647],[98.748494,26.870259],[98.756517,26.88209],[98.755917,26.90243],[98.752301,26.92394],[98.751349,26.927747],[98.744686,26.936884],[98.743735,26.949448],[98.736795,26.968303],[98.741927,26.993547],[98.733332,27.005129],[98.737245,27.012117],[98.759408,27.023274],[98.766192,27.038953],[98.765136,27.050863],[98.762574,27.055838],[98.743196,27.07353],[98.73943,27.074386],[98.724129,27.071668],[98.715778,27.075801],[98.714028,27.079672],[98.713877,27.093378],[98.711314,27.104685],[98.713274,27.123681],[98.709505,27.136044],[98.712544,27.143454],[98.708902,27.167855],[98.701967,27.192429],[98.69721,27.194929],[98.69458,27.201475],[98.698701,27.213406],[98.707394,27.220773],[98.720058,27.225748],[98.721717,27.231712],[98.718501,27.239645],[98.720166,27.242025],[98.729856,27.247054],[98.729382,27.250127],[98.719452,27.256777],[98.716359,27.260823],[98.716226,27.264294],[98.718976,27.273672],[98.728494,27.282714],[98.731588,27.289614],[98.740376,27.328694],[98.734443,27.339345],[98.735995,27.350491],[98.73345,27.353972],[98.715169,27.357667],[98.710648,27.360522],[98.705176,27.36885],[98.701844,27.381699],[98.7047,27.392407],[98.704213,27.412161],[98.703024,27.415582],[98.690829,27.427925],[98.688896,27.432536],[98.689937,27.445771],[98.692316,27.449043],[98.704362,27.455884],[98.706444,27.459453],[98.70689,27.464212],[98.705403,27.467038],[98.694547,27.476853],[98.686516,27.48994],[98.692762,27.50273],[98.693357,27.506894],[98.689666,27.513556],[98.690479,27.515497],[98.706336,27.521498],[98.701197,27.540201],[98.703818,27.561475],[98.690061,27.565042],[98.671073,27.586886],[98.663649,27.588028],[98.660137,27.587555],[98.657795,27.585315],[98.648469,27.56925],[98.645084,27.569426],[98.62196,27.579176],[98.611538,27.581175],[98.602972,27.579605],[98.596691,27.569754],[98.589981,27.570325],[98.584786,27.573938],[98.584179,27.578012],[98.587553,27.5876],[98.587982,27.591597],[98.586269,27.59588],[98.575561,27.612441],[98.566684,27.631021],[98.563681,27.642219],[98.557326,27.648573],[98.552638,27.649289],[98.548007,27.642422],[98.540639,27.639602],[98.534016,27.624719],[98.528305,27.623577],[98.5136,27.627146],[98.50432,27.635284],[98.498895,27.637283],[98.491185,27.638996],[98.48162,27.638568],[98.470379,27.642064],[98.464916,27.646563],[98.45221,27.661982],[98.440074,27.666836],[98.435934,27.666407],[98.433507,27.664266],[98.431223,27.658127],[98.434364,27.642994],[98.438954,27.631095],[98.433079,27.620294],[98.434792,27.610585],[98.431088,27.590387],[98.43417,27.574066],[98.428909,27.553247],[98.420333,27.549577],[98.41252,27.54891],[98.406212,27.545538],[98.391533,27.520356],[98.377248,27.511128],[98.361409,27.510648],[98.352701,27.515645],[98.337476,27.51409],[98.32015,27.519214],[98.317799,27.534031],[98.3083,27.547625],[98.306444,27.553478],[98.308585,27.5639],[98.309493,27.583804],[98.303018,27.60002],[98.299734,27.632429],[98.297164,27.636141],[98.288884,27.638568],[98.286885,27.641566],[98.284109,27.657063],[98.278715,27.66053],[98.269324,27.661125],[98.265755,27.674117],[98.263614,27.676116],[98.237202,27.689536],[98.23506,27.692391],[98.233204,27.70624],[98.230492,27.709809],[98.222397,27.714432],[98.22421,27.719089],[98.224495,27.727512],[98.22835,27.731652],[98.24177,27.737506],[98.244483,27.740504],[98.24547,27.745046],[98.242979,27.749313],[98.225923,27.756922],[98.2175,27.765203],[98.216072,27.773055],[98.216929,27.778766],[98.221494,27.789442],[98.223924,27.808033],[98.222497,27.811174],[98.216072,27.815457],[98.202937,27.820025],[98.178478,27.835759],[98.173099,27.844582],[98.173384,27.85686],[98.178096,27.867995],[98.18552,27.875134],[98.197121,27.875008],[98.199796,27.876276],[98.202091,27.879362],[98.202652,27.890267],[98.20051,27.903687],[98.189374,27.930385],[98.187518,27.94095],[98.182522,27.942806],[98.161535,27.940664],[98.149257,27.944947],[98.145259,27.948802],[98.138549,27.961937],[98.132696,27.984066],[98.133267,27.992632],[98.141056,28.009757],[98.142779,28.020709],[98.140318,28.040889],[98.141248,28.046307],[98.154099,28.067836],[98.159144,28.086663],[98.156683,28.106104],[98.146347,28.128991],[98.135519,28.144372],[98.145482,28.151061],[98.159007,28.163533],[98.168822,28.164402],[98.170337,28.180096],[98.167222,28.183685],[98.167045,28.212567],[98.181456,28.220692],[98.201708,28.223405],[98.209291,28.219612],[98.240245,28.236578],[98.253028,28.241639],[98.265152,28.243384],[98.266641,28.247484],[98.266021,28.252718],[98.254029,28.271406],[98.244473,28.279916],[98.239929,28.292502],[98.238079,28.305141],[98.227146,28.320643],[98.217871,28.324252],[98.206939,28.333516],[98.20467,28.340834],[98.203719,28.352678],[98.204978,28.358374],[98.209319,28.361881],[98.228771,28.356397],[98.232955,28.369125],[98.236494,28.373407],[98.247705,28.379138],[98.266267,28.381019],[98.277052,28.388486],[98.278468,28.393285],[98.277245,28.395344],[98.278945,28.397492],[98.289313,28.396919],[98.301464,28.38872],[98.303198,28.381588],[98.299783,28.377741],[98.299547,28.373993],[98.303757,28.362398],[98.314176,28.357733],[98.32081,28.351607],[98.322867,28.347516],[98.323649,28.33781],[98.320756,28.329964],[98.321778,28.319303],[98.353611,28.288191],[98.368695,28.267727],[98.377606,28.249652],[98.379391,28.216688],[98.372346,28.198766],[98.36989,28.186592],[98.375143,28.182925],[98.381692,28.182672],[98.388899,28.170609],[98.390551,28.153706],[98.390025,28.122597],[98.388067,28.115926],[98.395297,28.108832],[98.428274,28.107179],[98.433804,28.118446],[98.460588,28.137013],[98.453253,28.143286],[98.455858,28.14793],[98.464392,28.15459],[98.468232,28.15311],[98.471606,28.154714],[98.482445,28.153924],[98.484559,28.150456],[98.494595,28.144922],[98.501288,28.145288],[98.508608,28.149718],[98.520721,28.163379],[98.524087,28.167717],[98.523921,28.172879],[98.536269,28.180788],[98.558109,28.187112],[98.578399,28.184434],[98.606577,28.174319],[98.626017,28.169121],[98.629969,28.173308],[98.630639,28.179942],[98.634399,28.186919],[98.649181,28.203763],[98.663679,28.21406],[98.670122,28.213688],[98.675641,28.211123],[98.683096,28.212268],[98.693655,28.217957],[98.710981,28.232498],[98.710972,28.249232],[98.708701,28.261852],[98.716394,28.279291],[98.714544,28.284988],[98.710514,28.29005],[98.71382,28.309035],[98.721822,28.316546],[98.73261,28.319202],[98.745544,28.325152],[98.752842,28.341247],[98.750351,28.345439],[98.742292,28.3499],[98.73521,28.357089],[98.735278,28.366599],[98.73199,28.374185],[98.718338,28.388186],[98.710461,28.402292],[98.709364,28.411939],[98.705746,28.420015],[98.695116,28.433026],[98.684367,28.439325],[98.688469,28.452633],[98.678417,28.46444],[98.674786,28.477848],[98.647989,28.48945],[98.631324,28.491035],[98.618751,28.502895],[98.62015,28.514638],[98.626474,28.521657],[98.634709,28.538818],[98.623674,28.58097],[98.618882,28.590651],[98.616494,28.618027],[98.61922,28.621947],[98.618836,28.627553],[98.609819,28.638474],[98.59652,28.672402],[98.594439,28.683668],[98.595932,28.68576],[98.604628,28.686709],[98.615103,28.683781],[98.633782,28.689711],[98.635105,28.698666],[98.6386,28.702244],[98.648191,28.707506],[98.654825,28.708848],[98.676665,28.726491],[98.681363,28.732424],[98.680015,28.738173],[98.682956,28.744198],[98.682371,28.755417],[98.675447,28.759716],[98.674949,28.762152],[98.678485,28.774631],[98.67761,28.778716],[98.665636,28.788608],[98.65214,28.814936],[98.653287,28.823332],[98.657955,28.830147],[98.662723,28.843488],[98.651753,28.86347],[98.643275,28.895861],[98.647576,28.918647],[98.656994,28.930428],[98.657387,28.933458],[98.65352,28.934742],[98.647035,28.933733],[98.644619,28.936075],[98.629199,28.961698],[98.630167,28.976131],[98.635568,28.97758],[98.638987,28.975917],[98.645997,28.978723],[98.657241,28.980439],[98.684551,28.97253],[98.689811,28.969348],[98.705187,28.966919],[98.71443,28.974259],[98.717509,28.981182],[98.746205,28.995272],[98.75618,29.006121],[98.766967,29.009217],[98.782784,29.002417],[98.790045,28.993716],[98.799828,28.974669],[98.815358,28.950417],[98.810088,28.932169],[98.816782,28.911889],[98.821059,28.891745],[98.822037,28.869397],[98.828786,28.849121],[98.829572,28.840854],[98.82636,28.825126],[98.83895,28.805583],[98.854359,28.801805],[98.87157,28.81247],[98.890282,28.807828],[98.896776,28.80358],[98.91104,28.80354],[98.921626,28.810823],[98.923534,28.823427],[98.933914,28.829086],[98.940317,28.827732],[98.940944,28.829263],[98.969987,28.831685],[98.972248,28.837144],[98.964208,28.854528],[98.970723,28.858174],[98.974134,28.863997],[98.972608,28.870583],[98.965374,28.877279],[98.958106,28.874245],[98.950556,28.874968],[98.916859,28.890582],[98.912884,28.910927],[98.919411,28.922954],[98.920613,28.951201],[98.924746,28.98028],[98.928129,28.984268],[98.933941,28.9875],[98.94428,28.98783],[98.956912,28.999709],[98.963069,29.011645],[98.994115,29.030488],[98.999789,29.030934],[99.007838,29.034841],[99.014669,29.043026],[99.014069,29.055675],[99.01197,29.06296],[99.005541,29.081305],[98.994902,29.102451],[98.991615,29.10813],[98.966854,29.13311],[98.961462,29.14943],[98.960967,29.176456],[98.967629,29.181568],[98.97355,29.183844],[98.974488,29.207661],[98.992644,29.205421],[99.010757,29.200358],[99.024272,29.199937],[99.025415,29.204205],[99.035987,29.21084],[99.046056,29.210342],[99.074898,29.213665],[99.090071,29.225286],[99.113087,29.224265],[99.110396,29.219595],[99.112758,29.211494]]]}},{type:"Feature",properties:{name:"西藏自治区",province_adcode:54e4,province_type:"自治区",name_en:"Xizang",name_var:"Xī Zàng",adcode:54e4},geometry:{type:"Polygon",coordinates:[[[88.388208,36.478538],[88.3952,36.477687],[88.400511,36.47331],[88.411878,36.472027],[88.418782,36.477382],[88.438984,36.47922],[88.445594,36.477051],[88.472661,36.481503],[88.479075,36.477765],[88.476142,36.459646],[88.477955,36.456034],[88.503774,36.451318],[88.513385,36.456606],[88.518253,36.45689],[88.529479,36.451783],[88.546191,36.447983],[88.556184,36.460478],[88.566859,36.462932],[88.58449,36.461039],[88.589696,36.44625],[88.599463,36.440506],[88.602177,36.436105],[88.606532,36.434082],[88.610953,36.422649],[88.614421,36.420757],[88.611627,36.412406],[88.613905,36.404061],[88.614062,36.392041],[88.621915,36.388339],[88.64147,36.383257],[88.649869,36.383922],[88.65687,36.381765],[88.662647,36.368786],[88.714548,36.355548],[88.715666,36.352095],[88.713752,36.345231],[88.71402,36.338622],[88.727791,36.329938],[88.722767,36.323286],[88.724757,36.317754],[88.730323,36.313808],[88.744578,36.311017],[88.751904,36.299174],[88.763832,36.292826],[88.780689,36.292271],[88.785858,36.2968],[88.791109,36.308942],[88.789046,36.31723],[88.789564,36.323394],[88.795408,36.329332],[88.796904,36.336904],[88.819668,36.344575],[88.843111,36.360157],[88.858965,36.35093],[88.866967,36.349084],[88.875461,36.350799],[88.89968,36.361889],[88.906182,36.362762],[88.913028,36.361006],[88.920153,36.363618],[88.924382,36.363488],[88.926913,36.36121],[88.929121,36.355355],[88.932245,36.353014],[88.934801,36.342383],[88.937996,36.337009],[88.946452,36.330724],[88.948962,36.327086],[88.959843,36.321125],[88.96454,36.314378],[88.967685,36.314543],[88.971192,36.318488],[88.97389,36.319193],[88.988882,36.311568],[88.998619,36.317162],[89.011589,36.315737],[89.024928,36.309121],[89.031569,36.310803],[89.043665,36.303838],[89.047872,36.299335],[89.048096,36.295552],[89.050938,36.292677],[89.059662,36.293965],[89.068829,36.287042],[89.080733,36.283901],[89.097454,36.282675],[89.097436,36.276807],[89.103828,36.270067],[89.105127,36.264087],[89.108374,36.260854],[89.125277,36.251526],[89.153289,36.258316],[89.160831,36.263485],[89.168974,36.263218],[89.185395,36.259555],[89.198553,36.260578],[89.202782,36.264939],[89.205303,36.270987],[89.213378,36.274175],[89.216745,36.278281],[89.220491,36.280063],[89.223436,36.289317],[89.229119,36.292791],[89.238817,36.292898],[89.243692,36.291335],[89.25043,36.285846],[89.246426,36.283288],[89.251725,36.274263],[89.251093,36.268708],[89.26023,36.264641],[89.272056,36.263508],[89.274402,36.261986],[89.269769,36.25703],[89.270126,36.255395],[89.285816,36.235886],[89.293426,36.229803],[89.301922,36.229432],[89.314585,36.233216],[89.320093,36.237005],[89.333477,36.237929],[89.35099,36.230791],[89.361292,36.233091],[89.367475,36.223236],[89.37356,36.220478],[89.376359,36.214109],[89.386336,36.21316],[89.397227,36.215551],[89.399718,36.21381],[89.402151,36.207164],[89.403885,36.207032],[89.406503,36.210637],[89.415203,36.208449],[89.425562,36.201148],[89.427068,36.19743],[89.426007,36.189554],[89.431821,36.189107],[89.43297,36.186263],[89.440588,36.183328],[89.441749,36.177624],[89.450478,36.178409],[89.457208,36.172223],[89.461646,36.172187],[89.465664,36.169211],[89.471363,36.168335],[89.475812,36.159691],[89.483769,36.154103],[89.49006,36.157251],[89.497404,36.15597],[89.51304,36.140853],[89.540037,36.135139],[89.552129,36.138018],[89.557839,36.141424],[89.572483,36.133112],[89.581954,36.132135],[89.5875,36.127864],[89.591663,36.127086],[89.599805,36.117963],[89.607493,36.114982],[89.614201,36.109818],[89.627461,36.108072],[89.63496,36.109361],[89.648094,36.098416],[89.65558,36.097555],[89.662533,36.103257],[89.665553,36.100848],[89.66626,36.097121],[89.670213,36.095769],[89.674169,36.096802],[89.679096,36.091593],[89.689882,36.097809],[89.695766,36.098601],[89.706885,36.096985],[89.709324,36.093193],[89.706633,36.090058],[89.686925,36.09145],[89.681872,36.085967],[89.660073,36.074177],[89.657075,36.06993],[89.650568,36.070037],[89.645734,36.068299],[89.642134,36.069709],[89.639857,36.06652],[89.641585,36.064161],[89.641641,36.057788],[89.635852,36.052926],[89.636308,36.049841],[89.630088,36.048412],[89.617437,36.048878],[89.61459,36.043027],[89.601806,36.039016],[89.581164,36.036924],[89.576122,36.038546],[89.564308,36.03736],[89.547956,36.029372],[89.541379,36.03072],[89.531972,36.028906],[89.525515,36.030212],[89.510303,36.026095],[89.504019,36.029585],[89.495969,36.029354],[89.490686,36.027169],[89.485041,36.027206],[89.480837,36.023466],[89.472981,36.022585],[89.463153,36.030289],[89.448833,36.028384],[89.445481,36.031809],[89.438447,36.031978],[89.432317,36.036848],[89.429373,36.044593],[89.424551,36.044108],[89.421493,36.046712],[89.41726,36.046737],[89.411908,36.041271],[89.40099,36.019686],[89.403998,36.014356],[89.418995,36.006822],[89.432221,35.992902],[89.426252,35.990491],[89.424579,35.985309],[89.424535,35.97908],[89.426495,35.975843],[89.42406,35.967627],[89.430863,35.959623],[89.432259,35.952494],[89.431537,35.947589],[89.426422,35.93913],[89.419746,35.935398],[89.419189,35.926307],[89.421332,35.91916],[89.430697,35.915092],[89.438955,35.913707],[89.466574,35.90137],[89.47286,35.901149],[89.480866,35.903586],[89.489389,35.902844],[89.53856,35.882555],[89.55001,35.8819],[89.554013,35.876575],[89.552769,35.873165],[89.534268,35.875449],[89.527245,35.873029],[89.529667,35.870426],[89.542945,35.866884],[89.54352,35.863402],[89.548,35.856871],[89.552846,35.860753],[89.557543,35.862087],[89.572802,35.86261],[89.587026,35.857134],[89.596459,35.855569],[89.602336,35.861661],[89.604491,35.862109],[89.608813,35.86028],[89.622936,35.85987],[89.628678,35.855714],[89.639683,35.855292],[89.650573,35.849394],[89.65509,35.848535],[89.660505,35.851137],[89.672477,35.853312],[89.686714,35.848904],[89.693618,35.850118],[89.704261,35.84915],[89.721817,35.853185],[89.731749,35.859879],[89.741428,35.859477],[89.74552,35.854726],[89.775912,35.862405],[89.789523,35.858468],[89.800077,35.848519],[89.795251,35.841342],[89.779896,35.830055],[89.782189,35.822657],[89.777956,35.806931],[89.765424,35.801135],[89.765785,35.796908],[89.771221,35.786794],[89.779967,35.775856],[89.777635,35.762783],[89.76782,35.76055],[89.761027,35.764734],[89.755766,35.760992],[89.744805,35.757312],[89.75056,35.739757],[89.750187,35.730249],[89.740751,35.719102],[89.739096,35.714535],[89.740947,35.711504],[89.749223,35.711645],[89.748552,35.704548],[89.741902,35.701488],[89.744721,35.69539],[89.747845,35.692473],[89.745052,35.686414],[89.746526,35.672333],[89.745771,35.662235],[89.744322,35.659725],[89.740183,35.657777],[89.731685,35.658046],[89.727759,35.656634],[89.722623,35.650499],[89.72358,35.648211],[89.731897,35.642149],[89.736065,35.636097],[89.74135,35.62078],[89.749255,35.616046],[89.754919,35.606271],[89.762106,35.60234],[89.762496,35.589933],[89.754876,35.583505],[89.742112,35.579669],[89.720131,35.583976],[89.709306,35.583329],[89.706403,35.578184],[89.701619,35.551244],[89.697275,35.548067],[89.696507,35.543841],[89.696165,35.53858],[89.699694,35.539894],[89.703497,35.536603],[89.700916,35.529433],[89.702503,35.521262],[89.707791,35.517916],[89.703316,35.50861],[89.713883,35.508311],[89.719704,35.503978],[89.723648,35.506652],[89.728631,35.505202],[89.738917,35.507866],[89.746179,35.502631],[89.752746,35.491352],[89.763117,35.485988],[89.764224,35.483945],[89.741393,35.480744],[89.738052,35.469632],[89.72504,35.469114],[89.729404,35.464414],[89.723522,35.454963],[89.718279,35.451307],[89.710426,35.448917],[89.70949,35.439787],[89.696178,35.436078],[89.699333,35.428099],[89.692133,35.426329],[89.685538,35.417012],[89.655328,35.426876],[89.639441,35.421085],[89.631924,35.420208],[89.627806,35.417155],[89.619968,35.414993],[89.600005,35.399273],[89.598837,35.393906],[89.589309,35.385665],[89.578169,35.383189],[89.565033,35.382835],[89.561714,35.380304],[89.549527,35.377264],[89.532567,35.36945],[89.511832,35.373083],[89.504088,35.372472],[89.49556,35.36268],[89.49648,35.356148],[89.499194,35.35236],[89.508064,35.350565],[89.512018,35.34307],[89.513865,35.332331],[89.503122,35.322532],[89.493456,35.301374],[89.493113,35.295934],[89.497483,35.287417],[89.507425,35.284891],[89.523585,35.28782],[89.529475,35.285471],[89.530804,35.280839],[89.527409,35.276419],[89.518167,35.272058],[89.514674,35.268553],[89.502743,35.263058],[89.484643,35.257541],[89.471709,35.246711],[89.455625,35.238833],[89.446779,35.226134],[89.465798,35.216006],[89.472867,35.209155],[89.483101,35.186041],[89.502692,35.164305],[89.51032,35.148151],[89.511486,35.138432],[89.526342,35.131545],[89.532849,35.13086],[89.536216,35.126205],[89.536211,35.123467],[89.554268,35.120311],[89.565829,35.123302],[89.579115,35.119324],[89.581987,35.113481],[89.589879,35.109111],[89.588925,35.103677],[89.585088,35.102031],[89.583539,35.099302],[89.591627,35.088403],[89.589176,35.060871],[89.587894,35.058446],[89.578776,35.05768],[89.576719,35.054371],[89.585405,35.046289],[89.586117,35.041899],[89.580353,35.021513],[89.57745,35.019118],[89.570332,35.017436],[89.564513,35.012893],[89.567293,35.007856],[89.574717,35.001079],[89.574937,34.989106],[89.565036,34.965861],[89.567822,34.960996],[89.567407,34.949847],[89.562214,34.94844],[89.558841,34.939912],[89.559742,34.930962],[89.56641,34.918764],[89.582778,34.91099],[89.580651,34.899909],[89.577199,34.895912],[89.585672,34.894713],[89.590778,34.896663],[89.621342,34.894296],[89.623075,34.892561],[89.620275,34.886515],[89.620341,34.883129],[89.633972,34.883751],[89.644862,34.887591],[89.648835,34.88742],[89.649676,34.884649],[89.652573,34.884235],[89.654365,34.885522],[89.654083,34.888577],[89.665434,34.889693],[89.669106,34.892091],[89.670862,34.897347],[89.681578,34.902278],[89.68889,34.902993],[89.696534,34.907099],[89.70436,34.920764],[89.711991,34.921022],[89.715768,34.916731],[89.730381,34.908092],[89.740261,34.910784],[89.744156,34.904235],[89.753916,34.90991],[89.758787,34.915479],[89.76342,34.917457],[89.771211,34.916994],[89.784904,34.923612],[89.803296,34.916522],[89.808208,34.912935],[89.812809,34.906331],[89.819607,34.904838],[89.815343,34.900769],[89.813939,34.893086],[89.821201,34.883992],[89.821659,34.88057],[89.813432,34.878863],[89.808881,34.874063],[89.813479,34.871221],[89.823214,34.87076],[89.838684,34.865142],[89.844315,34.858672],[89.842651,34.853335],[89.84858,34.839326],[89.848565,34.823784],[89.866791,34.817754],[89.863278,34.810932],[89.854376,34.809895],[89.848116,34.806026],[89.840208,34.80697],[89.824046,34.79931],[89.824606,34.792076],[89.82737,34.789129],[89.824928,34.783361],[89.822187,34.779907],[89.804419,34.769402],[89.805792,34.752465],[89.79864,34.745009],[89.792865,34.744789],[89.767811,34.75061],[89.76451,34.747935],[89.762688,34.741447],[89.746473,34.740292],[89.74457,34.735478],[89.729568,34.73353],[89.729115,34.728802],[89.725763,34.726324],[89.726026,34.721974],[89.735081,34.714915],[89.723855,34.711041],[89.721142,34.704849],[89.724181,34.700262],[89.730096,34.697163],[89.733436,34.691122],[89.734341,34.683038],[89.7314,34.672636],[89.724573,34.666432],[89.724253,34.663689],[89.725857,34.661362],[89.730497,34.661976],[89.736434,34.657933],[89.737287,34.650947],[89.740662,34.645214],[89.752975,34.641803],[89.766321,34.641209],[89.773481,34.63875],[89.774544,34.641944],[89.781014,34.644701],[89.783767,34.641536],[89.78523,34.634222],[89.795202,34.63057],[89.796319,34.628673],[89.790841,34.615354],[89.792538,34.604879],[89.781518,34.601046],[89.775197,34.596606],[89.775196,34.588547],[89.779313,34.584422],[89.77542,34.577272],[89.782869,34.571527],[89.790712,34.568106],[89.813212,34.550918],[89.808327,34.54427],[89.809492,34.540435],[89.816083,34.53544],[89.810679,34.531467],[89.80966,34.528388],[89.817521,34.522821],[89.816763,34.517221],[89.812559,34.512194],[89.809804,34.504599],[89.816508,34.485281],[89.806414,34.477022],[89.81379,34.47118],[89.815509,34.467847],[89.813991,34.464061],[89.819884,34.458988],[89.821508,34.455572],[89.817458,34.450186],[89.820181,34.443243],[89.818089,34.438067],[89.820459,34.42892],[89.819344,34.425819],[89.815632,34.420634],[89.807995,34.415598],[89.805696,34.406081],[89.797528,34.396297],[89.800975,34.392922],[89.811144,34.388251],[89.822707,34.386704],[89.818828,34.370386],[89.822849,34.365648],[89.829895,34.361198],[89.838782,34.358692],[89.858755,34.360952],[89.861056,34.354337],[89.85982,34.34642],[89.869559,34.345032],[89.870639,34.340525],[89.86936,34.33497],[89.865375,34.326351],[89.855877,34.320543],[89.845697,34.3087],[89.837698,34.306145],[89.822893,34.2965],[89.825168,34.281118],[89.831583,34.274659],[89.836045,34.263391],[89.831968,34.255732],[89.82824,34.238918],[89.819387,34.226082],[89.822407,34.218475],[89.821658,34.206163],[89.813086,34.200624],[89.809508,34.194451],[89.801945,34.190981],[89.802816,34.188379],[89.816142,34.179085],[89.813757,34.170642],[89.788409,34.152826],[89.779756,34.151817],[89.77063,34.154086],[89.757335,34.154304],[89.756452,34.148976],[89.751341,34.141972],[89.751603,34.135991],[89.753438,34.13466],[89.75442,34.12945],[89.754693,34.125964],[89.753089,34.124617],[89.744744,34.125419],[89.744575,34.128094],[89.74252,34.128977],[89.721295,34.129821],[89.710188,34.13366],[89.70186,34.131148],[89.692518,34.131299],[89.681119,34.109534],[89.669576,34.102666],[89.66511,34.103491],[89.66054,34.097434],[89.654975,34.09873],[89.653267,34.096934],[89.653521,34.091608],[89.648842,34.083256],[89.650524,34.078962],[89.650939,34.065818],[89.653926,34.060265],[89.648205,34.054488],[89.633172,34.052607],[89.633971,34.044088],[89.647149,34.041197],[89.65045,34.03588],[89.650301,34.026969],[89.656749,34.021613],[89.664756,34.020614],[89.665035,34.01506],[89.671999,34.007952],[89.674697,34.000306],[89.682503,33.993275],[89.682565,33.989044],[89.679567,33.9847],[89.685599,33.972119],[89.68403,33.960117],[89.689119,33.959759],[89.694499,33.961878],[89.706085,33.9568],[89.715725,33.948862],[89.724595,33.929659],[89.729569,33.92804],[89.736807,33.919581],[89.750939,33.913995],[89.761762,33.913322],[89.763097,33.907977],[89.760551,33.902063],[89.762095,33.896939],[89.764564,33.894198],[89.781812,33.884725],[89.77922,33.8814],[89.779942,33.878658],[89.786921,33.873775],[89.792615,33.866469],[89.801007,33.864193],[89.804263,33.867452],[89.810918,33.864393],[89.831359,33.87082],[89.843355,33.86766],[89.857331,33.857623],[89.859539,33.853309],[89.859999,33.843488],[89.867106,33.84242],[89.869112,33.840237],[89.870186,33.831855],[89.882953,33.825172],[89.893303,33.824589],[89.899777,33.809522],[89.922234,33.812143],[89.939381,33.804011],[89.93209,33.798493],[89.912964,33.768697],[89.90022,33.761701],[89.904828,33.746618],[89.904661,33.741272],[89.92403,33.743814],[89.936294,33.743488],[89.957466,33.734736],[89.980307,33.727962],[89.982189,33.722682],[89.979415,33.716779],[89.980931,33.714334],[89.985902,33.71184],[89.983573,33.707473],[89.983935,33.704255],[89.996936,33.696508],[90.001381,33.695998],[90.006429,33.69125],[90.006664,33.68925],[90.002164,33.687424],[89.991766,33.672],[89.991988,33.668622],[89.995431,33.663069],[89.998757,33.661327],[89.999712,33.657591],[89.995534,33.648037],[89.988315,33.643495],[89.984388,33.629805],[89.985586,33.624836],[89.981478,33.615201],[89.987723,33.601389],[89.985819,33.587637],[89.988295,33.583997],[89.995296,33.579862],[90.006157,33.55856],[90.010688,33.554805],[90.028669,33.547645],[90.046597,33.545562],[90.045992,33.541051],[90.065536,33.536248],[90.071717,33.536273],[90.078718,33.53383],[90.08108,33.53131],[90.082012,33.528716],[90.080847,33.524743],[90.085366,33.506777],[90.08566,33.49992],[90.08925,33.490774],[90.085992,33.480525],[90.090204,33.470387],[90.106218,33.463124],[90.129067,33.459388],[90.147092,33.452634],[90.171876,33.447277],[90.176876,33.444946],[90.18433,33.444326],[90.190289,33.441387],[90.192505,33.438301],[90.212972,33.439167],[90.215906,33.441161],[90.221845,33.439449],[90.228029,33.433107],[90.242739,33.427801],[90.320249,33.325424],[90.361945,33.284549],[90.368607,33.285881],[90.381361,33.281884],[90.388595,33.278077],[90.392592,33.271985],[90.399636,33.26894],[90.404966,33.2638],[90.482388,33.268923],[90.487883,33.2672],[90.498046,33.255742],[90.517728,33.244607],[90.539308,33.241408],[90.558501,33.233253],[90.562659,33.230124],[90.562328,33.22586],[90.572587,33.218149],[90.603404,33.203941],[90.619539,33.187104],[90.623257,33.185526],[90.625766,33.181209],[90.649496,33.170672],[90.652726,33.165009],[90.658504,33.161966],[90.693821,33.146132],[90.701319,33.13824],[90.716445,33.140684],[90.726018,33.140021],[90.74038,33.14494],[90.746088,33.14456],[90.761921,33.138488],[90.770809,33.130188],[90.783031,33.124237],[90.788205,33.124245],[90.797316,33.117267],[90.802853,33.116416],[90.80881,33.11878],[90.818518,33.119541],[90.834413,33.117748],[90.841867,33.112818],[90.853831,33.119233],[90.860479,33.11863],[90.865762,33.121452],[90.880667,33.122673],[90.888613,33.101735],[90.892864,33.099013],[90.900389,33.088177],[90.908004,33.099219],[90.909515,33.113329],[90.927515,33.12357],[90.936784,33.121931],[90.94625,33.117521],[90.954893,33.120799],[90.965019,33.122277],[90.97132,33.120784],[90.985792,33.122012],[90.997814,33.119363],[91.001049,33.120079],[91.003095,33.122887],[91.011148,33.123582],[91.013187,33.122821],[91.01685,33.116341],[91.021365,33.117101],[91.028654,33.113313],[91.030991,33.10585],[91.036196,33.100841],[91.043866,33.104144],[91.045925,33.107148],[91.050149,33.107311],[91.053299,33.111496],[91.058218,33.113248],[91.062901,33.112823],[91.068252,33.115547],[91.096697,33.096045],[91.116029,33.087484],[91.132751,33.075798],[91.145119,33.074235],[91.144409,33.080407],[91.147063,33.092484],[91.158638,33.099703],[91.158524,33.107538],[91.160463,33.111735],[91.171789,33.115987],[91.176836,33.113749],[91.178694,33.110075],[91.186202,33.108376],[91.195144,33.118192],[91.193193,33.124876],[91.194416,33.127856],[91.202568,33.130922],[91.214219,33.129525],[91.222343,33.135121],[91.221658,33.141726],[91.229301,33.144615],[91.251052,33.144562],[91.253994,33.142482],[91.260309,33.143285],[91.266582,33.134356],[91.273731,33.130384],[91.278592,33.133045],[91.285273,33.130994],[91.295863,33.118318],[91.313522,33.109265],[91.325077,33.110339],[91.338758,33.10807],[91.350322,33.104213],[91.369146,33.102599],[91.379603,33.099597],[91.383346,33.097419],[91.390319,33.089399],[91.395481,33.08647],[91.400285,33.084867],[91.418946,33.08375],[91.424473,33.081565],[91.429437,33.071085],[91.434215,33.068141],[91.437155,33.068344],[91.440223,33.071552],[91.457168,33.075844],[91.455089,33.081518],[91.459132,33.087588],[91.460288,33.093852],[91.472735,33.09751],[91.484595,33.10832],[91.497155,33.111005],[91.500492,33.10923],[91.504141,33.103654],[91.509456,33.100524],[91.511288,33.100528],[91.515472,33.105399],[91.525036,33.100419],[91.529445,33.102745],[91.534088,33.102068],[91.542927,33.094744],[91.546383,33.088442],[91.55403,33.086408],[91.55829,33.078637],[91.552667,33.072683],[91.55173,33.062681],[91.561627,33.060975],[91.562613,33.052461],[91.575792,33.049315],[91.579456,33.045075],[91.579493,33.04156],[91.610599,33.033606],[91.61303,33.031226],[91.632427,33.024503],[91.63765,33.024157],[91.643888,33.016892],[91.661254,33.01419],[91.66351,33.012957],[91.664218,33.004602],[91.66615,33.00145],[91.679112,32.993744],[91.685594,32.991152],[91.706442,32.988231],[91.710742,32.984292],[91.719891,32.983612],[91.723012,32.982219],[91.7289,32.973189],[91.742256,32.969212],[91.74925,32.970746],[91.753645,32.967138],[91.753928,32.9634],[91.763037,32.961184],[91.781159,32.9474],[91.795103,32.943055],[91.79833,32.944296],[91.799244,32.950817],[91.811409,32.955985],[91.825781,32.949222],[91.831524,32.951793],[91.836859,32.950249],[91.838562,32.944178],[91.843764,32.940248],[91.848078,32.924004],[91.855511,32.922278],[91.857525,32.919668],[91.858659,32.911102],[91.856707,32.904881],[91.877276,32.908555],[91.886795,32.907461],[91.893526,32.908692],[91.9001,32.896917],[91.893236,32.890283],[91.89304,32.888143],[91.898095,32.884308],[91.90457,32.874887],[91.908308,32.87414],[91.91425,32.876274],[91.923357,32.869491],[91.925486,32.864869],[91.925719,32.85816],[91.933202,32.855282],[91.934342,32.84861],[91.939782,32.837957],[91.949045,32.835334],[91.950004,32.833915],[91.948672,32.830326],[91.956748,32.821425],[91.966906,32.823796],[91.97443,32.822391],[91.979646,32.827997],[91.991417,32.826875],[91.997091,32.838035],[92.011769,32.832029],[92.027209,32.832487],[92.028634,32.841439],[92.0236,32.848398],[92.02787,32.856074],[92.034282,32.859452],[92.037095,32.863035],[92.042614,32.862319],[92.043485,32.860157],[92.048536,32.858694],[92.064116,32.863198],[92.086735,32.860242],[92.098856,32.860698],[92.110832,32.868135],[92.11388,32.871636],[92.116557,32.878946],[92.125111,32.880551],[92.135897,32.886524],[92.14437,32.88732],[92.148328,32.885587],[92.149738,32.88315],[92.149185,32.878267],[92.152699,32.873575],[92.165078,32.874265],[92.173714,32.871211],[92.19729,32.869717],[92.201585,32.866318],[92.204132,32.859266],[92.223584,32.845087],[92.228863,32.843754],[92.229309,32.83955],[92.226694,32.832989],[92.226598,32.823383],[92.214901,32.821706],[92.201072,32.80876],[92.193072,32.806003],[92.196628,32.801526],[92.205045,32.79599],[92.211244,32.787695],[92.209554,32.782188],[92.205694,32.777831],[92.20347,32.764109],[92.200803,32.759364],[92.197843,32.757555],[92.198234,32.756341],[92.200319,32.753812],[92.208552,32.750967],[92.216394,32.737281],[92.219081,32.736068],[92.234184,32.737897],[92.239888,32.73267],[92.254338,32.72451],[92.267138,32.72354],[92.271804,32.725772],[92.274278,32.731134],[92.285082,32.732896],[92.289945,32.736044],[92.289773,32.742111],[92.291417,32.743939],[92.299149,32.746979],[92.298995,32.751883],[92.301006,32.753384],[92.309094,32.754201],[92.32307,32.752546],[92.329589,32.749757],[92.331512,32.744012],[92.336871,32.740851],[92.352518,32.74361],[92.35659,32.750558],[92.354314,32.757393],[92.354993,32.764935],[92.377303,32.759441],[92.384952,32.754555],[92.41226,32.748333],[92.414479,32.748843],[92.413433,32.753299],[92.431722,32.763132],[92.454429,32.766767],[92.459744,32.76402],[92.465626,32.75569],[92.481096,32.75017],[92.485789,32.744867],[92.494649,32.746309],[92.501747,32.742452],[92.505388,32.74833],[92.516752,32.743829],[92.521462,32.740128],[92.523773,32.735943],[92.528913,32.735261],[92.532439,32.737857],[92.54492,32.739337],[92.551908,32.73517],[92.553015,32.732442],[92.570982,32.734618],[92.573342,32.736482],[92.572318,32.741248],[92.576881,32.74414],[92.587175,32.73768],[92.592112,32.736618],[92.594218,32.742984],[92.597484,32.745867],[92.603018,32.734819],[92.608172,32.730803],[92.613907,32.72936],[92.621113,32.733996],[92.626819,32.734246],[92.632175,32.731224],[92.629136,32.72602],[92.634232,32.722686],[92.649423,32.723234],[92.663042,32.732255],[92.666013,32.732477],[92.669736,32.73644],[92.67578,32.745865],[92.679296,32.762198],[92.68614,32.767624],[92.697555,32.764261],[92.712143,32.753989],[92.717157,32.754552],[92.72131,32.749689],[92.724986,32.749483],[92.726882,32.751656],[92.736068,32.751458],[92.73933,32.746493],[92.743478,32.743696],[92.753324,32.745994],[92.773375,32.725876],[92.781344,32.726015],[92.784971,32.721216],[92.7898,32.722005],[92.79342,32.728587],[92.799567,32.730023],[92.811574,32.731804],[92.824975,32.729759],[92.834816,32.7203],[92.843241,32.715085],[92.849946,32.713992],[92.862246,32.7044],[92.863708,32.699134],[92.872681,32.698891],[92.878041,32.712953],[92.881316,32.709707],[92.885907,32.709274],[92.893176,32.71498],[92.89837,32.714607],[92.913366,32.706662],[92.917024,32.711366],[92.927122,32.71174],[92.931978,32.718112],[92.930905,32.720732],[92.932739,32.721764],[92.9392,32.721626],[92.944095,32.716697],[92.949258,32.715759],[92.957331,32.720205],[92.962616,32.715496],[92.971965,32.722326],[92.979201,32.722027],[92.984286,32.725488],[92.984384,32.728773],[92.987972,32.734585],[92.997224,32.743816],[93.001888,32.741994],[93.009533,32.741864],[93.016174,32.740521],[93.019153,32.736955],[93.024324,32.710744],[93.022535,32.703149],[93.04541,32.697651],[93.045418,32.694147],[93.038141,32.677276],[93.046039,32.672347],[93.046689,32.657676],[93.050053,32.654719],[93.054923,32.65342],[93.052753,32.644973],[93.056906,32.640192],[93.058262,32.633787],[93.064643,32.628532],[93.071222,32.628387],[93.080232,32.631129],[93.08703,32.638551],[93.11004,32.640375],[93.113363,32.643073],[93.116454,32.649475],[93.127402,32.643114],[93.141312,32.643592],[93.156692,32.646767],[93.162951,32.666339],[93.172688,32.671656],[93.177365,32.672382],[93.184974,32.668227],[93.192623,32.667904],[93.206041,32.658923],[93.21641,32.66147],[93.223215,32.657125],[93.23194,32.659952],[93.237028,32.665151],[93.240977,32.665222],[93.25163,32.658061],[93.248945,32.648163],[93.256317,32.632823],[93.262737,32.627039],[93.272394,32.624673],[93.284272,32.626312],[93.287062,32.620598],[93.29649,32.621675],[93.302949,32.617742],[93.29921,32.614029],[93.298335,32.608838],[93.308047,32.607254],[93.314255,32.601588],[93.312317,32.591114],[93.307729,32.579622],[93.308491,32.575678],[93.318714,32.57823],[93.336764,32.573075],[93.36413,32.551083],[93.367071,32.545661],[93.372279,32.54342],[93.374776,32.531667],[93.380578,32.526786],[93.382986,32.526251],[93.385869,32.52816],[93.385254,32.533354],[93.390443,32.539294],[93.391447,32.542809],[93.400185,32.546094],[93.40987,32.547142],[93.408756,32.555894],[93.409757,32.558552],[93.434909,32.559361],[93.44352,32.56417],[93.447878,32.561812],[93.455197,32.561095],[93.46197,32.557403],[93.46214,32.543444],[93.473712,32.530379],[93.473099,32.517499],[93.475274,32.504527],[93.484539,32.500221],[93.486405,32.502385],[93.501605,32.505735],[93.501926,32.500363],[93.509471,32.489517],[93.51311,32.47892],[93.521194,32.476131],[93.527928,32.476991],[93.529934,32.478717],[93.531943,32.486204],[93.536475,32.490917],[93.543144,32.491826],[93.54956,32.488976],[93.555163,32.488602],[93.558557,32.492805],[93.564133,32.495773],[93.562285,32.50123],[93.567321,32.503401],[93.573179,32.509065],[93.582095,32.508808],[93.591535,32.515495],[93.59989,32.517267],[93.608793,32.524483],[93.618708,32.527746],[93.62022,32.52955],[93.619158,32.532921],[93.628276,32.545339],[93.622974,32.554003],[93.640605,32.55555],[93.645728,32.571014],[93.651916,32.575896],[93.66643,32.577151],[93.676816,32.569932],[93.681405,32.573043],[93.688781,32.573138],[93.697182,32.577822],[93.71719,32.580278],[93.724636,32.577208],[93.739155,32.57615],[93.748867,32.565306],[93.761366,32.57025],[93.769476,32.56373],[93.776405,32.56051],[93.783183,32.558382],[93.804005,32.557422],[93.823404,32.548684],[93.824046,32.539659],[93.827813,32.534819],[93.82535,32.522335],[93.83963,32.515608],[93.850214,32.512713],[93.851737,32.505655],[93.851096,32.50006],[93.848525,32.496526],[93.854967,32.495719],[93.858329,32.489985],[93.854038,32.478172],[93.854915,32.469256],[93.856742,32.467601],[93.86056,32.467911],[93.866675,32.475264],[93.874084,32.47641],[93.882465,32.47395],[93.893368,32.47572],[93.899946,32.473052],[93.906967,32.465556],[93.912117,32.463869],[93.912649,32.470574],[93.920718,32.475691],[93.933217,32.480526],[93.939531,32.480231],[93.949549,32.484601],[93.960006,32.486535],[93.965853,32.481743],[93.974932,32.46241],[93.980725,32.46174],[93.993429,32.465998],[93.996781,32.46395],[93.999978,32.457699],[94.011146,32.447942],[94.028465,32.448055],[94.031481,32.451492],[94.029683,32.460148],[94.041876,32.461459],[94.048232,32.471893],[94.055384,32.472047],[94.0671,32.470419],[94.070029,32.468242],[94.079163,32.465889],[94.085414,32.466648],[94.091787,32.464138],[94.098818,32.454688],[94.100451,32.449316],[94.109142,32.445563],[94.11725,32.44541],[94.13826,32.434012],[94.149736,32.444112],[94.15298,32.456252],[94.164917,32.456922],[94.17024,32.454785],[94.179802,32.457517],[94.179478,32.464642],[94.183943,32.468898],[94.181563,32.479058],[94.176992,32.483311],[94.178338,32.494095],[94.182217,32.502409],[94.194068,32.510077],[94.196061,32.517139],[94.216278,32.512531],[94.230294,32.511373],[94.235104,32.512911],[94.241455,32.518447],[94.249513,32.518865],[94.255445,32.514639],[94.289342,32.504994],[94.291591,32.508369],[94.292208,32.520174],[94.31122,32.531047],[94.317514,32.532894],[94.334747,32.531182],[94.340422,32.534317],[94.349768,32.535861],[94.352722,32.534583],[94.352265,32.528854],[94.354592,32.522629],[94.357987,32.521169],[94.367195,32.523045],[94.370595,32.531006],[94.370666,32.535152],[94.379358,32.540954],[94.382641,32.545643],[94.383077,32.554055],[94.376588,32.560143],[94.376231,32.565186],[94.384122,32.57785],[94.385156,32.584365],[94.393559,32.595138],[94.392395,32.605147],[94.404911,32.600096],[94.408485,32.590773],[94.407216,32.584546],[94.414777,32.581895],[94.429037,32.571877],[94.432188,32.564002],[94.439859,32.565147],[94.449543,32.573144],[94.462082,32.573799],[94.461999,32.59305],[94.463645,32.595651],[94.457381,32.598035],[94.456784,32.600507],[94.463632,32.608806],[94.471597,32.611883],[94.479137,32.609923],[94.479952,32.60561],[94.483958,32.601537],[94.494356,32.600162],[94.497028,32.604868],[94.505017,32.605994],[94.51368,32.60045],[94.530913,32.59977],[94.552262,32.611679],[94.557925,32.621551],[94.566768,32.631611],[94.595255,32.631545],[94.596242,32.633399],[94.589945,32.644264],[94.601328,32.652177],[94.599245,32.661701],[94.599783,32.66672],[94.603687,32.671974],[94.611266,32.676854],[94.633198,32.657961],[94.640348,32.645166],[94.674628,32.621753],[94.690866,32.616502],[94.685732,32.610117],[94.685806,32.606652],[94.694904,32.604604],[94.701083,32.600164],[94.709091,32.600988],[94.712646,32.605411],[94.720844,32.6064],[94.723508,32.596243],[94.725789,32.59411],[94.734926,32.591444],[94.736777,32.58691],[94.73327,32.583344],[94.744167,32.571991],[94.743206,32.564269],[94.747005,32.560979],[94.758165,32.557501],[94.772416,32.556401],[94.771889,32.552731],[94.760087,32.551875],[94.756375,32.54921],[94.75436,32.542449],[94.755233,32.535028],[94.759784,32.53033],[94.768688,32.526586],[94.775384,32.527099],[94.786334,32.524639],[94.78684,32.519595],[94.792627,32.515304],[94.791277,32.509843],[94.79316,32.501963],[94.797439,32.497237],[94.80421,32.492425],[94.819375,32.487674],[94.824314,32.483628],[94.839926,32.480271],[94.842243,32.475415],[94.851847,32.465018],[94.870923,32.472217],[94.880491,32.470773],[94.884894,32.471769],[94.88906,32.475213],[94.890868,32.47426],[94.898716,32.46339],[94.901094,32.456368],[94.9038,32.454616],[94.901644,32.44804],[94.907779,32.437108],[94.911423,32.419983],[94.920385,32.412242],[94.938662,32.410821],[94.940864,32.406329],[94.945528,32.407284],[94.95166,32.414667],[94.956123,32.414223],[94.96055,32.41054],[94.967123,32.409613],[94.979108,32.411641],[94.986679,32.419513],[94.98422,32.424739],[94.987044,32.425117],[95.004903,32.417413],[95.011981,32.412247],[95.018407,32.410695],[95.025633,32.412229],[95.032396,32.405023],[95.047349,32.399544],[95.052051,32.399706],[95.055685,32.397045],[95.057201,32.390727],[95.073687,32.378217],[95.078441,32.38578],[95.088138,32.390154],[95.098452,32.390198],[95.105535,32.38592],[95.110002,32.388721],[95.116818,32.389623],[95.118409,32.386536],[95.128366,32.388302],[95.129758,32.389876],[95.127876,32.395171],[95.129511,32.400548],[95.143523,32.399419],[95.152982,32.403773],[95.149391,32.394616],[95.151661,32.388594],[95.154904,32.38753],[95.167083,32.387015],[95.170329,32.394507],[95.181444,32.396493],[95.184596,32.395441],[95.185723,32.39167],[95.189946,32.388654],[95.207922,32.390559],[95.211711,32.395319],[95.211328,32.397345],[95.213428,32.398298],[95.216174,32.397556],[95.216971,32.394806],[95.222402,32.39135],[95.220831,32.383364],[95.228271,32.378268],[95.230199,32.367309],[95.243737,32.365284],[95.258135,32.351435],[95.251152,32.347792],[95.2241,32.345288],[95.205424,32.340519],[95.199054,32.336092],[95.192156,32.334174],[95.174716,32.335895],[95.164328,32.3343],[95.15193,32.334778],[95.138841,32.329609],[95.122174,32.325851],[95.095536,32.324754],[95.096457,32.321599],[95.09462,32.316316],[95.088505,32.311436],[95.088315,32.307773],[95.083216,32.300906],[95.078672,32.298451],[95.078085,32.292585],[95.080321,32.289784],[95.077898,32.282459],[95.104114,32.261486],[95.11153,32.262839],[95.117917,32.267546],[95.128356,32.267832],[95.137485,32.276407],[95.155484,32.279617],[95.161115,32.283358],[95.167902,32.282668],[95.177832,32.285339],[95.189906,32.295423],[95.204976,32.298714],[95.206601,32.302435],[95.206471,32.311157],[95.212579,32.31302],[95.214573,32.324784],[95.21823,32.325486],[95.226265,32.320647],[95.239958,32.322905],[95.239482,32.304318],[95.242767,32.302433],[95.245342,32.295948],[95.240383,32.292599],[95.238331,32.28937],[95.238624,32.28626],[95.240983,32.283041],[95.246467,32.280083],[95.255084,32.257348],[95.252826,32.253666],[95.255929,32.244344],[95.254909,32.237057],[95.259852,32.228098],[95.262373,32.219352],[95.261682,32.214193],[95.276799,32.209892],[95.279412,32.203527],[95.270379,32.201507],[95.26896,32.196862],[95.279863,32.185497],[95.285312,32.174426],[95.300409,32.165741],[95.306436,32.166388],[95.311727,32.151183],[95.314384,32.151108],[95.32108,32.154784],[95.329609,32.151011],[95.341685,32.157535],[95.350374,32.153727],[95.350366,32.149927],[95.352464,32.148149],[95.361991,32.149826],[95.365322,32.153517],[95.359409,32.161414],[95.358054,32.167319],[95.364519,32.179144],[95.367577,32.182435],[95.381563,32.182999],[95.385276,32.185278],[95.391431,32.185158],[95.395812,32.182978],[95.403517,32.185834],[95.419409,32.171161],[95.421662,32.16132],[95.433542,32.162754],[95.439329,32.159938],[95.434976,32.150978],[95.435933,32.144784],[95.440006,32.139763],[95.434793,32.130148],[95.430407,32.126485],[95.433408,32.122163],[95.440179,32.122083],[95.449061,32.10982],[95.450307,32.103396],[95.448091,32.08111],[95.45363,32.064772],[95.44205,32.061129],[95.434808,32.061668],[95.430759,32.054431],[95.42787,32.052826],[95.424104,32.053249],[95.418146,32.04632],[95.419427,32.036973],[95.422097,32.032567],[95.430688,32.025037],[95.448833,32.014641],[95.453223,32.009447],[95.449105,32.005367],[95.440878,32.004797],[95.430708,32.001457],[95.429325,32.00639],[95.421514,32.010409],[95.41906,32.009578],[95.419507,32.005911],[95.414776,32.003114],[95.399755,32.005362],[95.394902,32.003883],[95.388565,31.994816],[95.382145,31.98986],[95.373139,31.979283],[95.368435,31.967894],[95.369361,31.947621],[95.359855,31.943101],[95.359623,31.940838],[95.36831,31.929786],[95.371308,31.928238],[95.382359,31.92804],[95.392838,31.921656],[95.400073,31.920317],[95.40489,31.921592],[95.408211,31.919718],[95.408691,31.917593],[95.404902,31.907683],[95.405255,31.90042],[95.418761,31.887629],[95.421143,31.883656],[95.422312,31.880762],[95.41841,31.873425],[95.422759,31.863066],[95.440066,31.832515],[95.448343,31.829412],[95.462332,31.815725],[95.461881,31.813743],[95.453527,31.809089],[95.453049,31.804298],[95.463833,31.798581],[95.486633,31.790384],[95.488183,31.781738],[95.508493,31.763768],[95.50994,31.754937],[95.513503,31.750487],[95.536378,31.742566],[95.554078,31.740772],[95.56563,31.742043],[95.578402,31.749852],[95.580689,31.77039],[95.583854,31.771224],[95.598123,31.769457],[95.606895,31.771076],[95.610877,31.776368],[95.613184,31.78437],[95.616815,31.786221],[95.723704,31.765305],[95.740596,31.763924],[95.770939,31.754722],[95.779761,31.74938],[95.789613,31.738052],[95.793503,31.72225],[95.80378,31.699515],[95.814003,31.688836],[95.823812,31.683212],[95.833937,31.688854],[95.8506,31.708613],[95.852883,31.71591],[95.850069,31.73382],[95.851535,31.74096],[95.86761,31.77487],[95.878033,31.786408],[95.898353,31.819047],[95.918793,31.823023],[95.981091,31.819055],[95.992005,31.812089],[95.9887,31.790489],[95.993122,31.775287],[96,31.775034],[96.037539,31.73827],[96.043916,31.734036],[96.053518,31.733098],[96.070143,31.723092],[96.097719,31.714665],[96.106156,31.708501],[96.107361,31.703117],[96.120731,31.698837],[96.134356,31.69942],[96.14305,31.69438],[96.146814,31.6896],[96.147156,31.673693],[96.15219,31.655369],[96.149866,31.618483],[96.153905,31.605741],[96.162136,31.602061],[96.172766,31.603376],[96.189337,31.608089],[96.196488,31.607779],[96.197136,31.603891],[96.205844,31.600668],[96.210939,31.604116],[96.2163,31.611335],[96.214321,31.618401],[96.218341,31.623018],[96.225728,31.627555],[96.22233,31.65175],[96.223559,31.65569],[96.229854,31.659475],[96.246154,31.660695],[96.250523,31.666937],[96.246082,31.680466],[96.246859,31.683543],[96.251118,31.687556],[96.251733,31.699321],[96.234003,31.718375],[96.233158,31.725105],[96.223821,31.731789],[96.221835,31.734895],[96.223177,31.744392],[96.231427,31.750768],[96.20576,31.767404],[96.191368,31.773397],[96.179372,31.775297],[96.176028,31.777716],[96.177158,31.785099],[96.181892,31.797005],[96.180089,31.808728],[96.175282,31.822179],[96.18271,31.837921],[96.1954,31.841811],[96.200127,31.840877],[96.202903,31.844522],[96.214137,31.878053],[96.203909,31.880794],[96.197696,31.886752],[96.187364,31.905815],[96.192238,31.908262],[96.201817,31.909505],[96.206666,31.905829],[96.218402,31.907789],[96.236447,31.918295],[96.239841,31.928135],[96.243816,31.93068],[96.252,31.932338],[96.268891,31.923572],[96.279235,31.9222],[96.354028,31.918445],[96.363558,31.923304],[96.36675,31.927106],[96.385846,31.925595],[96.390002,31.919835],[96.401602,31.892263],[96.401315,31.885965],[96.398327,31.878977],[96.404073,31.868583],[96.407167,31.85658],[96.40741,31.847941],[96.41222,31.835676],[96.426278,31.831427],[96.428792,31.828397],[96.432006,31.819571],[96.43255,31.803995],[96.437441,31.796923],[96.461106,31.781873],[96.473977,31.77092],[96.486531,31.767559],[96.505835,31.75475],[96.514469,31.752187],[96.524523,31.745438],[96.528844,31.737725],[96.543791,31.730845],[96.555889,31.720831],[96.567487,31.714448],[96.573786,31.71574],[96.615058,31.739416],[96.621007,31.73462],[96.625444,31.725421],[96.633929,31.718455],[96.646258,31.711125],[96.659339,31.707806],[96.670758,31.71374],[96.667417,31.722061],[96.667665,31.72832],[96.675543,31.730511],[96.694569,31.722502],[96.699641,31.71479],[96.711637,31.703765],[96.719884,31.690554],[96.730106,31.682492],[96.746283,31.675827],[96.756614,31.676953],[96.77334,31.675743],[96.782683,31.686226],[96.781729,31.691181],[96.787946,31.700356],[96.797038,31.704734],[96.802512,31.705329],[96.819628,31.703077],[96.832548,31.713317],[96.841282,31.725823],[96.840587,31.72984],[96.830758,31.743576],[96.823371,31.742915],[96.819579,31.745439],[96.809863,31.766187],[96.799267,31.773349],[96.798075,31.785787],[96.799385,31.792378],[96.797203,31.798621],[96.768275,31.81734],[96.764471,31.822998],[96.759237,31.856713],[96.761676,31.868927],[96.767786,31.870954],[96.795407,31.87167],[96.800438,31.885093],[96.809836,31.893664],[96.810843,31.899871],[96.80826,31.903363],[96.798932,31.909202],[96.789004,31.911475],[96.784635,31.914654],[96.777339,31.927369],[96.778199,31.933833],[96.775145,31.93976],[96.770715,31.943065],[96.75658,31.946209],[96.746895,31.970953],[96.738894,31.981275],[96.740126,31.992864],[96.743488,32.00063],[96.742626,32.00415],[96.720757,32.017928],[96.719527,32.020416],[96.72376,32.026429],[96.732584,32.029728],[96.7461,32.015766],[96.760575,32.018113],[96.763115,32.017438],[96.766082,32.013507],[96.773388,32.013531],[96.783493,32.016005],[96.792665,32.022732],[96.799539,32.020821],[96.804205,32.014969],[96.82015,32.012605],[96.82319,32.010777],[96.827383,32.002959],[96.834047,32.000695],[96.839146,32.002603],[96.846818,31.991491],[96.847817,31.979729],[96.852361,31.974657],[96.855688,31.975021],[96.86618,31.967648],[96.869825,31.974056],[96.86316,31.991435],[96.863496,31.998573],[96.874875,31.998685],[96.884119,32.003977],[96.888754,32.004268],[96.890492,32.015314],[96.894223,32.017614],[96.911163,32.004834],[96.924334,31.998167],[96.943404,31.991326],[96.955837,31.996624],[96.958831,32.004535],[96.966634,32.010864],[96.96624,32.016643],[96.958714,32.023411],[96.951378,32.024698],[96.943853,32.028221],[96.935304,32.04233],[96.934631,32.050277],[96.947456,32.061557],[96.966364,32.06792],[96.975061,32.069222],[96.988811,32.066717],[97.002082,32.068911],[97.004523,32.071278],[97.012641,32.067084],[97.016594,32.057957],[97.027702,32.051851],[97.051243,32.05053],[97.057776,32.047206],[97.068219,32.047645],[97.075393,32.051667],[97.098365,32.040017],[97.10738,32.041242],[97.110782,32.044702],[97.130543,32.046252],[97.139235,32.041829],[97.143223,32.042377],[97.153281,32.039332],[97.155288,32.034225],[97.166309,32.02668],[97.170215,32.029202],[97.16947,32.03781],[97.178255,32.043813],[97.186599,32.057675],[97.191881,32.058635],[97.196841,32.056991],[97.212962,32.044734],[97.22781,32.046034],[97.234721,32.048614],[97.236042,32.053508],[97.233155,32.067344],[97.225201,32.074758],[97.210861,32.083059],[97.200686,32.09302],[97.20241,32.099794],[97.212467,32.099973],[97.217927,32.109248],[97.220583,32.110723],[97.229563,32.108578],[97.231513,32.098162],[97.236173,32.094711],[97.238348,32.08713],[97.244771,32.086577],[97.256807,32.074805],[97.274408,32.073566],[97.29402,32.077209],[97.301706,32.074701],[97.307121,32.078045],[97.307039,32.081217],[97.292145,32.098456],[97.296753,32.110702],[97.30468,32.125169],[97.313498,32.132963],[97.300193,32.135769],[97.28889,32.133549],[97.285901,32.134334],[97.280867,32.139027],[97.271025,32.142512],[97.273037,32.153357],[97.275723,32.156938],[97.269445,32.162429],[97.263749,32.185914],[97.276591,32.213328],[97.275569,32.2182],[97.277713,32.229713],[97.280316,32.234658],[97.281112,32.247303],[97.286439,32.26122],[97.292441,32.291869],[97.296788,32.295742],[97.306457,32.298007],[97.319309,32.305817],[97.327293,32.304984],[97.341207,32.30133],[97.344257,32.298811],[97.340736,32.282996],[97.344598,32.282834],[97.350871,32.285748],[97.357547,32.279402],[97.370731,32.275605],[97.378549,32.281109],[97.388773,32.285269],[97.39618,32.29403],[97.405043,32.297668],[97.410607,32.295066],[97.41501,32.297712],[97.417336,32.308494],[97.413813,32.319063],[97.426656,32.324705],[97.412411,32.329641],[97.407396,32.335171],[97.413149,32.341438],[97.412507,32.353135],[97.415859,32.357927],[97.413704,32.36749],[97.409727,32.371108],[97.412616,32.379783],[97.409064,32.381105],[97.401926,32.392576],[97.400013,32.404243],[97.397286,32.408339],[97.387491,32.41689],[97.387355,32.418752],[97.391394,32.422991],[97.388708,32.427714],[97.383441,32.431084],[97.377628,32.430421],[97.372468,32.432158],[97.369096,32.437025],[97.365642,32.438807],[97.354961,32.434777],[97.347623,32.434209],[97.340981,32.441292],[97.339937,32.445814],[97.346165,32.455316],[97.347137,32.465794],[97.366168,32.477912],[97.374897,32.485315],[97.381793,32.499923],[97.388441,32.503603],[97.369429,32.508743],[97.368851,32.512579],[97.357192,32.514734],[97.349906,32.519767],[97.346494,32.517052],[97.337044,32.516225],[97.327925,32.520534],[97.328393,32.523604],[97.332392,32.525755],[97.332669,32.533032],[97.330473,32.539806],[97.331748,32.543432],[97.340545,32.559014],[97.347242,32.56468],[97.356082,32.566116],[97.363851,32.553579],[97.373647,32.548929],[97.386196,32.55132],[97.401952,32.564646],[97.408005,32.56582],[97.411646,32.57755],[97.446885,32.589358],[97.461283,32.573073],[97.464009,32.560744],[97.462531,32.557296],[97.472075,32.54999],[97.471447,32.547476],[97.484953,32.543638],[97.501119,32.533333],[97.504589,32.534199],[97.505346,32.536241],[97.508865,32.536229],[97.51256,32.534626],[97.514002,32.529904],[97.519593,32.528262],[97.531471,32.528204],[97.534176,32.534328],[97.541125,32.539742],[97.573519,32.52713],[97.585777,32.526103],[97.591819,32.533693],[97.594266,32.530259],[97.598736,32.527919],[97.603213,32.52629],[97.613695,32.52668],[97.621058,32.522076],[97.623723,32.522413],[97.629065,32.526868],[97.634562,32.527327],[97.670693,32.520158],[97.684074,32.532938],[97.701104,32.525458],[97.725005,32.52674],[97.730446,32.529841],[97.737743,32.528751],[97.746799,32.532484],[97.758123,32.533186],[97.763295,32.530654],[97.766746,32.522756],[97.769277,32.520411],[97.774116,32.519284],[97.783519,32.523037],[97.79763,32.522688],[97.801204,32.51779],[97.801313,32.511207],[97.806569,32.502118],[97.810901,32.501727],[97.814346,32.504248],[97.827397,32.502],[97.832702,32.506299],[97.837283,32.507075],[97.860239,32.494136],[97.870021,32.493661],[97.881186,32.48797],[97.885187,32.49017],[97.899757,32.489376],[97.905304,32.492583],[97.91567,32.486828],[97.91932,32.486709],[97.923997,32.489052],[97.927843,32.485945],[97.936499,32.484223],[97.941277,32.481581],[97.943471,32.47677],[97.953036,32.474373],[97.95407,32.471315],[97.96049,32.469866],[97.967705,32.474183],[97.975725,32.471756],[97.981384,32.4669],[97.990758,32.466753],[97.99578,32.460288],[98.009621,32.453124],[98.023127,32.454896],[98.025342,32.451089],[98.024384,32.445536],[98.030206,32.440889],[98.035802,32.431112],[98.03904,32.429705],[98.051272,32.430464],[98.059293,32.420121],[98.067906,32.418642],[98.077684,32.419205],[98.077198,32.41582],[98.073206,32.413238],[98.073844,32.408468],[98.077889,32.404008],[98.086315,32.400669],[98.093318,32.40156],[98.097411,32.40521],[98.10201,32.397417],[98.108112,32.393307],[98.118316,32.397622],[98.123201,32.402893],[98.126901,32.402948],[98.127411,32.398829],[98.125068,32.393834],[98.13722,32.388624],[98.138755,32.38656],[98.138555,32.38141],[98.150367,32.376267],[98.162678,32.377624],[98.173037,32.373877],[98.181387,32.368653],[98.18637,32.360509],[98.194773,32.362667],[98.197327,32.36162],[98.199922,32.353585],[98.203815,32.349156],[98.218104,32.345451],[98.213183,32.332127],[98.209268,32.328225],[98.208199,32.321696],[98.218618,32.287075],[98.224312,32.275968],[98.229445,32.269606],[98.229762,32.264515],[98.221221,32.260995],[98.219259,32.258658],[98.222898,32.250443],[98.218473,32.237097],[98.227545,32.231294],[98.240794,32.228958],[98.24906,32.218747],[98.259878,32.210797],[98.26826,32.197488],[98.271256,32.186481],[98.277002,32.183053],[98.278927,32.175178],[98.288579,32.159802],[98.295124,32.152474],[98.294589,32.14629],[98.299353,32.13863],[98.30121,32.125721],[98.302912,32.123849],[98.312539,32.127548],[98.311282,32.113905],[98.327902,32.111074],[98.343262,32.099079],[98.344934,32.095391],[98.342421,32.092381],[98.343292,32.090227],[98.357954,32.08898],[98.363065,32.080272],[98.372175,32.07455],[98.405442,32.045539],[98.400958,32.036946],[98.403322,32.026497],[98.416919,32.022671],[98.418796,32.018049],[98.42926,32.014529],[98.435965,32.005626],[98.435268,32.002807],[98.427167,31.998513],[98.431739,31.990022],[98.431863,31.988318],[98.427339,31.983158],[98.428055,31.978496],[98.430616,31.976832],[98.433413,31.961696],[98.423743,31.954466],[98.420786,31.945361],[98.425469,31.940706],[98.43449,31.938694],[98.432916,31.925855],[98.420633,31.918949],[98.403447,31.913469],[98.398186,31.902112],[98.398446,31.898411],[98.410365,31.886847],[98.411616,31.872784],[98.416511,31.862895],[98.424958,31.858714],[98.424438,31.855981],[98.418189,31.852026],[98.414501,31.845791],[98.413911,31.835123],[98.415089,31.832278],[98.41764,31.831223],[98.42688,31.832431],[98.442894,31.83018],[98.437965,31.819662],[98.447736,31.806802],[98.454974,31.805407],[98.462314,31.800795],[98.462732,31.797722],[98.458128,31.795994],[98.455786,31.791502],[98.459734,31.78391],[98.476653,31.784632],[98.493407,31.773881],[98.502592,31.760824],[98.512938,31.741985],[98.522444,31.718142],[98.536804,31.716345],[98.541391,31.720942],[98.546117,31.719417],[98.54802,31.714373],[98.544166,31.707144],[98.544902,31.701106],[98.557713,31.690706],[98.555517,31.688258],[98.549107,31.687532],[98.547821,31.685401],[98.548492,31.683529],[98.557565,31.679135],[98.558643,31.676485],[98.555616,31.670988],[98.553543,31.659313],[98.565597,31.64768],[98.584751,31.63756],[98.588027,31.633558],[98.587278,31.627841],[98.593273,31.623719],[98.599881,31.614135],[98.605601,31.609802],[98.618652,31.59404],[98.622328,31.592133],[98.628961,31.594075],[98.633536,31.593229],[98.639123,31.589808],[98.655939,31.5704],[98.661502,31.569292],[98.695588,31.542939],[98.696017,31.532315],[98.701753,31.52855],[98.711122,31.517658],[98.744228,31.493528],[98.787542,31.475927],[98.79307,31.470902],[98.797479,31.459778],[98.811948,31.448247],[98.8372,31.438946],[98.844619,31.431389],[98.846217,31.425186],[98.842801,31.42031],[98.842895,31.417007],[98.850537,31.410402],[98.853867,31.410303],[98.859454,31.407281],[98.868023,31.398412],[98.87826,31.384283],[98.886631,31.377481],[98.883436,31.371787],[98.862652,31.353535],[98.860713,31.346178],[98.843196,31.340021],[98.836781,31.334559],[98.832353,31.326725],[98.821296,31.321756],[98.813818,31.314521],[98.809155,31.306574],[98.808462,31.28957],[98.805179,31.281277],[98.782973,31.261281],[98.779694,31.253668],[98.775987,31.250977],[98.771991,31.25183],[98.761201,31.259953],[98.747934,31.265238],[98.741149,31.27038],[98.735343,31.281943],[98.733115,31.292185],[98.713462,31.30758],[98.703072,31.324437],[98.692343,31.334984],[98.664093,31.340198],[98.646425,31.341574],[98.638215,31.338992],[98.631182,31.33354],[98.626893,31.32775],[98.625945,31.320588],[98.618175,31.309497],[98.614625,31.29294],[98.603076,31.258899],[98.603629,31.239228],[98.606025,31.232124],[98.609153,31.23013],[98.618163,31.230071],[98.622778,31.224331],[98.620844,31.206579],[98.61494,31.198547],[98.600886,31.193869],[98.60443,31.186753],[98.61261,31.182955],[98.639853,31.180951],[98.642881,31.177122],[98.643083,31.172516],[98.653072,31.168916],[98.669872,31.158594],[98.677032,31.151466],[98.688989,31.135174],[98.693607,31.134096],[98.709907,31.120413],[98.71185,31.085275],[98.725017,31.072396],[98.733674,31.069053],[98.735503,31.06449],[98.731872,31.058702],[98.734852,31.053136],[98.75798,31.035781],[98.762263,31.036559],[98.773727,31.033995],[98.782946,31.021308],[98.796772,31.01372],[98.806849,30.995542],[98.805813,30.982311],[98.799061,30.969553],[98.795777,30.948692],[98.779785,30.927407],[98.7741,30.911625],[98.777984,30.90575],[98.777963,30.899641],[98.779709,30.896114],[98.795963,30.882193],[98.811224,30.876115],[98.83279,30.860909],[98.849921,30.85152],[98.856918,30.832435],[98.872024,30.830446],[98.877264,30.826237],[98.879384,30.821688],[98.877667,30.813742],[98.880977,30.803602],[98.889652,30.80099],[98.902779,30.786539],[98.953001,30.771865],[98.957427,30.767325],[98.959237,30.747062],[98.963314,30.73581],[98.961253,30.728085],[98.955788,30.724625],[98.937936,30.721208],[98.936041,30.718485],[98.936553,30.712119],[98.931911,30.706814],[98.906958,30.700965],[98.904067,30.695958],[98.904617,30.690491],[98.91226,30.667949],[98.914012,30.654733],[98.923201,30.642332],[98.924733,30.627073],[98.919885,30.6192],[98.92139,30.612014],[98.930644,30.604156],[98.938297,30.602251],[98.941061,30.599008],[98.94201,30.594232],[98.9405,30.589127],[98.935477,30.581783],[98.925934,30.572915],[98.929,30.558483],[98.936156,30.554007],[98.937422,30.5517],[98.935818,30.54269],[98.931084,30.531675],[98.931653,30.523615],[98.936726,30.51327],[98.945044,30.502942],[98.942702,30.492264],[98.944602,30.483935],[98.964578,30.453933],[98.964771,30.435731],[98.962249,30.430861],[98.962317,30.426473],[98.965699,30.410459],[98.973135,30.401842],[98.974684,30.394034],[98.972865,30.382843],[98.96652,30.378761],[98.966993,30.363396],[98.973001,30.355324],[98.968581,30.34691],[98.966774,30.33813],[98.980663,30.3246],[98.97825,30.306981],[98.979868,30.300677],[98.978974,30.294731],[98.985776,30.282501],[98.984404,30.277543],[98.977794,30.268744],[98.970175,30.263555],[98.968874,30.259415],[98.97402,30.233359],[98.976538,30.229698],[98.99026,30.219908],[98.993088,30.215869],[98.992845,30.209675],[98.987238,30.202774],[98.980919,30.186986],[98.981706,30.180464],[98.984258,30.176883],[98.99007,30.17318],[98.990114,30.169749],[98.985888,30.163223],[98.985782,30.159582],[98.989348,30.153961],[99.003827,30.151566],[99.010321,30.145612],[99.013891,30.138513],[99.008874,30.128407],[99.009643,30.123054],[99.020172,30.111187],[99.025866,30.107144],[99.031354,30.095029],[99.041093,30.08717],[99.044107,30.08183],[99.041223,30.068251],[99.035807,30.054018],[99.040495,30.042188],[99.041259,30.004452],[99.054,29.960806],[99.050256,29.944455],[99.055774,29.937307],[99.066039,29.934946],[99.067567,29.931624],[99.064038,29.925079],[99.058295,29.924889],[99.056011,29.923152],[99.056227,29.912569],[99.051155,29.905601],[99.051884,29.895789],[99.041209,29.886262],[99.036493,29.874046],[99.033576,29.8589],[99.023025,29.851154],[99.02142,29.832958],[99.012633,29.820391],[99.01253,29.814792],[99.017065,29.802],[99.018208,29.793778],[99.015147,29.784296],[99.010979,29.780281],[99.007786,29.751627],[98.999747,29.737932],[99.000094,29.727423],[98.996358,29.699847],[98.997129,29.691917],[98.992319,29.677693],[98.990584,29.66448],[98.991916,29.659987],[98.999354,29.657384],[98.996154,29.649819],[98.997795,29.646642],[99.005482,29.640023],[99.010293,29.63177],[99.012866,29.624667],[99.011481,29.617785],[99.014385,29.609914],[99.030881,29.595655],[99.036007,29.588942],[99.041891,29.575739],[99.041687,29.573133],[99.050859,29.567137],[99.050833,29.548206],[99.0454,29.527507],[99.051207,29.5081],[99.052179,29.488578],[99.058647,29.483566],[99.061505,29.478924],[99.06086,29.473424],[99.057137,29.467563],[99.05578,29.45869],[99.062484,29.449974],[99.062298,29.444917],[99.058624,29.439707],[99.067181,29.426591],[99.065887,29.422737],[99.056854,29.417197],[99.060474,29.415248],[99.0656,29.387254],[99.062625,29.378666],[99.067592,29.334957],[99.074955,29.318836],[99.065697,29.30351],[99.070716,29.298712],[99.085449,29.292796],[99.095006,29.279588],[99.09281,29.272887],[99.093664,29.269066],[99.113982,29.24544],[99.115351,29.227922],[99.113087,29.224265],[99.090071,29.225286],[99.074898,29.213665],[99.046056,29.210342],[99.035987,29.21084],[99.025415,29.204205],[99.024272,29.199937],[99.010757,29.200358],[98.992644,29.205421],[98.974488,29.207661],[98.97355,29.183844],[98.967629,29.181568],[98.960967,29.176456],[98.961462,29.14943],[98.966854,29.13311],[98.991615,29.10813],[98.994902,29.102451],[99.005541,29.081305],[99.01197,29.06296],[99.014069,29.055675],[99.014669,29.043026],[99.007838,29.034841],[98.999789,29.030934],[98.994115,29.030488],[98.963069,29.011645],[98.956912,28.999709],[98.94428,28.98783],[98.933941,28.9875],[98.928129,28.984268],[98.924746,28.98028],[98.920613,28.951201],[98.919411,28.922954],[98.912884,28.910927],[98.916859,28.890582],[98.950556,28.874968],[98.958106,28.874245],[98.965374,28.877279],[98.972608,28.870583],[98.974134,28.863997],[98.970723,28.858174],[98.964208,28.854528],[98.972025,28.835416],[98.969987,28.831685],[98.965833,28.830813],[98.940944,28.829263],[98.940317,28.827732],[98.933914,28.829086],[98.928745,28.826419],[98.923534,28.823427],[98.921626,28.810823],[98.91104,28.80354],[98.896776,28.80358],[98.890282,28.807828],[98.87157,28.81247],[98.854359,28.801805],[98.83895,28.805583],[98.82636,28.825126],[98.829572,28.840854],[98.828786,28.849121],[98.822037,28.869397],[98.821059,28.891745],[98.816782,28.911889],[98.810088,28.932169],[98.815358,28.950417],[98.799828,28.974669],[98.790045,28.993716],[98.782784,29.002417],[98.766967,29.009217],[98.75618,29.006121],[98.746205,28.995272],[98.717509,28.981182],[98.71443,28.974259],[98.705187,28.966919],[98.689811,28.969348],[98.684551,28.97253],[98.657241,28.980439],[98.645997,28.978723],[98.638987,28.975917],[98.635568,28.97758],[98.630167,28.976131],[98.629199,28.961698],[98.644619,28.936075],[98.647035,28.933733],[98.65352,28.934742],[98.657387,28.933458],[98.656994,28.930428],[98.647576,28.918647],[98.643275,28.895861],[98.651753,28.86347],[98.662723,28.843488],[98.657955,28.830147],[98.653287,28.823332],[98.65214,28.814936],[98.665636,28.788608],[98.67761,28.778716],[98.678485,28.774631],[98.674949,28.762152],[98.675447,28.759716],[98.682371,28.755417],[98.682956,28.744198],[98.680015,28.738173],[98.681363,28.732424],[98.676665,28.726491],[98.654825,28.708848],[98.648191,28.707506],[98.6386,28.702244],[98.635105,28.698666],[98.633782,28.689711],[98.615103,28.683781],[98.604628,28.686709],[98.595932,28.68576],[98.594439,28.683668],[98.59652,28.672402],[98.609819,28.638474],[98.618836,28.627553],[98.61922,28.621947],[98.616494,28.618027],[98.618882,28.590651],[98.623674,28.58097],[98.634709,28.538818],[98.626474,28.521657],[98.62015,28.514638],[98.618751,28.502895],[98.631324,28.491035],[98.647989,28.48945],[98.674786,28.477848],[98.678417,28.46444],[98.688469,28.452633],[98.684367,28.439325],[98.695116,28.433026],[98.705746,28.420015],[98.709364,28.411939],[98.710461,28.402292],[98.718338,28.388186],[98.73199,28.374185],[98.735278,28.366599],[98.73521,28.357089],[98.742292,28.3499],[98.750351,28.345439],[98.752842,28.341247],[98.745544,28.325152],[98.73261,28.319202],[98.721822,28.316546],[98.71382,28.309035],[98.710514,28.29005],[98.714544,28.284988],[98.716394,28.279291],[98.708701,28.261852],[98.710972,28.249232],[98.710981,28.232498],[98.693655,28.217957],[98.683096,28.212268],[98.675641,28.211123],[98.670122,28.213688],[98.663679,28.21406],[98.649181,28.203763],[98.634399,28.186919],[98.630639,28.179942],[98.629969,28.173308],[98.626017,28.169121],[98.606577,28.174319],[98.578399,28.184434],[98.558109,28.187112],[98.536269,28.180788],[98.523921,28.172879],[98.524087,28.167717],[98.520721,28.163379],[98.508608,28.149718],[98.501288,28.145288],[98.494595,28.144922],[98.484559,28.150456],[98.482445,28.153924],[98.471606,28.154714],[98.468232,28.15311],[98.464392,28.15459],[98.455858,28.14793],[98.453253,28.143286],[98.460588,28.137013],[98.433804,28.118446],[98.428274,28.107179],[98.395297,28.108832],[98.388067,28.115926],[98.390025,28.122597],[98.390551,28.153706],[98.388899,28.170609],[98.381692,28.182672],[98.375143,28.182925],[98.36989,28.186592],[98.372346,28.198766],[98.379391,28.216688],[98.377606,28.249652],[98.368695,28.267727],[98.353611,28.288191],[98.321778,28.319303],[98.320756,28.329964],[98.323649,28.33781],[98.322867,28.347516],[98.32081,28.351607],[98.314176,28.357733],[98.303757,28.362398],[98.299547,28.373993],[98.299783,28.377741],[98.303198,28.381588],[98.301464,28.38872],[98.289313,28.396919],[98.278945,28.397492],[98.277245,28.395344],[98.278468,28.393285],[98.277052,28.388486],[98.266267,28.381019],[98.247705,28.379138],[98.236494,28.373407],[98.232955,28.369125],[98.228771,28.356397],[98.209319,28.361881],[98.204978,28.358374],[98.203719,28.352678],[98.20467,28.340834],[98.206939,28.333516],[98.217871,28.324252],[98.227146,28.320643],[98.238079,28.305141],[98.239929,28.292502],[98.244473,28.279916],[98.254029,28.271406],[98.266021,28.252718],[98.266641,28.247484],[98.265152,28.243384],[98.253028,28.241639],[98.240245,28.236578],[98.209291,28.219612],[98.201708,28.223405],[98.181456,28.220692],[98.167045,28.212567],[98.167222,28.183685],[98.170337,28.180096],[98.168822,28.164402],[98.159007,28.163533],[98.145482,28.151061],[98.135519,28.144372],[98.131154,28.153497],[98.126044,28.158769],[98.116692,28.163814],[98.097989,28.169105],[98.09479,28.174273],[98.090852,28.194207],[98.088534,28.198531],[98.083592,28.20159],[98.075717,28.204297],[98.054676,28.202943],[98.052042,28.200946],[98.050862,28.193715],[98.047908,28.1899],[98.040772,28.188793],[98.028221,28.191131],[98.020592,28.195807],[98.011609,28.20442],[98.008164,28.211188],[98.00841,28.218817],[98.01973,28.247118],[98.018377,28.259792],[98.01247,28.267913],[97.991552,28.289447],[97.983677,28.292892],[97.96362,28.296214],[97.955991,28.29929],[97.952546,28.303597],[97.953462,28.306548],[97.958015,28.308506],[97.959806,28.31381],[97.963497,28.316394],[97.963251,28.318978],[97.955,28.325185],[97.948705,28.325175],[97.943585,28.327545],[97.937042,28.338051],[97.928551,28.343096],[97.912432,28.363645],[97.906895,28.366352],[97.881257,28.365968],[97.873302,28.364998],[97.864566,28.36143],[97.854845,28.354785],[97.848324,28.348141],[97.846355,28.332021],[97.844755,28.330422],[97.838726,28.32993],[97.816891,28.33331],[97.806118,28.329807],[97.79812,28.329807],[97.794674,28.332637],[97.784954,28.359215],[97.781168,28.364573],[97.772772,28.374104],[97.764897,28.379887],[97.754315,28.378411],[97.749023,28.380749],[97.745332,28.3901],[97.739795,28.398591],[97.740287,28.405112],[97.74324,28.41188],[97.73598,28.420739],[97.736349,28.433044],[97.739672,28.441042],[97.739303,28.446703],[97.736719,28.45064],[97.737211,28.470574],[97.729582,28.479064],[97.72023,28.495307],[97.709771,28.501459],[97.696359,28.503305],[97.691683,28.506012],[97.69058,28.51533],[97.686392,28.521147],[97.671995,28.522624],[97.66855,28.5257],[97.664735,28.533944],[97.63508,28.534805],[97.624155,28.518853],[97.602227,28.518317],[97.599027,28.519793],[97.59792,28.531729],[97.594598,28.536159],[97.587092,28.543173],[97.581554,28.546003],[97.576387,28.546223],[97.569865,28.543911],[97.556945,28.528776],[97.54464,28.522377],[97.537872,28.511426],[97.519784,28.498137],[97.508094,28.496045],[97.506864,28.493461],[97.508833,28.463314],[97.51843,28.453101],[97.521138,28.445718],[97.517692,28.439566],[97.512893,28.435628],[97.500096,28.429722],[97.498883,28.426931],[97.499902,28.423567],[97.506741,28.415694],[97.506126,28.407942],[97.503542,28.40179],[97.487176,28.390716],[97.483239,28.386532],[97.482008,28.382348],[97.486315,28.370536],[97.491975,28.362414],[97.492098,28.349002],[97.493795,28.346683],[97.515231,28.335344],[97.518677,28.330791],[97.516216,28.322793],[97.511294,28.317994],[97.506741,28.316148],[97.48853,28.315902],[97.476102,28.312457],[97.470811,28.30938],[97.46835,28.305443],[97.468473,28.300029],[97.480039,28.283786],[97.47967,28.281695],[97.474379,28.279357],[97.464904,28.271482],[97.459859,28.271482],[97.446816,28.277757],[97.430232,28.292712],[97.420361,28.296091],[97.415439,28.29363],[97.402888,28.283171],[97.401042,28.278987],[97.402455,28.272528],[97.413839,28.253886],[97.411255,28.249825],[97.382093,28.237766],[97.37471,28.237643],[97.370895,28.24035],[97.358098,28.241581],[97.352315,28.239489],[97.347762,28.23026],[97.346778,28.21611],[97.348377,28.210942],[97.360313,28.20319],[97.361421,28.199867],[97.357979,28.181183],[97.357522,28.161938],[97.347723,28.150073],[97.334679,28.146462],[97.329597,28.144007],[97.328397,28.141894],[97.327712,28.139781],[97.330567,28.133956],[97.343245,28.123277],[97.343187,28.113954],[97.310294,28.093067],[97.306468,28.082845],[97.306525,28.071766],[97.309095,28.063885],[97.313093,28.06063],[97.320574,28.058346],[97.375739,28.067369],[97.377923,28.064286],[97.372427,28.044355],[97.375967,28.037102],[97.381907,28.032876],[97.390987,28.032591],[97.398182,28.030249],[97.408347,28.022026],[97.410346,28.018485],[97.409775,28.012261],[97.407434,28.00912],[97.394856,27.99802],[97.389002,27.990025],[97.382179,27.977329],[97.380436,27.970608],[97.377962,27.935773],[97.379865,27.929111],[97.385195,27.921687],[97.385195,27.919022],[97.381959,27.913882],[97.374155,27.907791],[97.374375,27.904601],[97.381769,27.895798],[97.384053,27.890278],[97.383482,27.882854],[97.368254,27.874288],[97.361781,27.873526],[97.342746,27.881521],[97.327136,27.883044],[97.324091,27.886851],[97.322786,27.899931],[97.311478,27.914923],[97.308839,27.915869],[97.290237,27.912104],[97.264492,27.90067],[97.237209,27.881769],[97.199638,27.847099],[97.192499,27.837284],[97.185658,27.831633],[97.172274,27.825535],[97.167664,27.814084],[97.152495,27.806053],[97.142382,27.80412],[97.13911,27.801889],[97.137474,27.796089],[97.128997,27.789843],[97.102144,27.780847],[97.099146,27.777278],[97.097647,27.769354],[97.097724,27.753085],[97.092394,27.744424],[97.087159,27.741093],[97.063428,27.746696],[97.052808,27.744694],[97.056234,27.754021],[97.056083,27.763866],[97.048415,27.777729],[97.048117,27.785414],[97.050958,27.794822],[97.056575,27.80329],[97.049977,27.811205],[97.047184,27.821548],[97.041354,27.82131],[97.027968,27.814544],[97.011988,27.813036],[97.002037,27.809568],[96.99857,27.810775],[96.995404,27.814544],[96.992238,27.82374],[96.981986,27.835705],[96.977915,27.848465],[96.971282,27.856757],[96.962537,27.862938],[96.945258,27.868187],[96.931179,27.878015],[96.918063,27.882538],[96.898614,27.881482],[96.884744,27.875753],[96.878412,27.87515],[96.856897,27.878798],[96.83584,27.890897],[96.827906,27.891433],[96.817119,27.895944],[96.811473,27.905453],[96.801975,27.91269],[96.798055,27.925053],[96.794286,27.930631],[96.761872,27.935757],[96.749661,27.947215],[96.730815,27.951587],[96.715348,27.959391],[96.705894,27.959736],[96.686299,27.954982],[96.678199,27.95822],[96.67123,27.966397],[96.65664,27.97601],[96.648047,27.990484],[96.638699,27.997569],[96.631014,28.020306],[96.625303,28.029062],[96.606839,28.0441],[96.588374,28.048478],[96.584186,28.052095],[96.581902,28.0599],[96.577143,28.063707],[96.571813,28.065991],[96.55233,28.065878],[96.544043,28.075193],[96.518866,28.080168],[96.515097,28.079112],[96.508916,28.074288],[96.503639,28.067654],[96.495423,28.078386],[96.486618,28.097457],[96.483747,28.117078],[96.46928,28.138969],[96.455955,28.152675],[96.450976,28.155775],[96.429686,28.162764],[96.419787,28.162002],[96.396944,28.153246],[96.395209,28.147012],[96.400575,28.136087],[96.398087,28.127357],[96.395612,28.124692],[96.366868,28.12374],[96.358683,28.125263],[96.34725,28.13088],[96.328336,28.132266],[96.297109,28.144049],[96.291867,28.152413],[96.281588,28.186177],[96.28273,28.216444],[96.2774,28.225962],[96.27169,28.231863],[96.268458,28.232373],[96.244129,28.233098],[96.228732,28.23134],[96.194214,28.21949],[96.156333,28.215492],[96.120927,28.214541],[96.097323,28.216063],[96.091231,28.214921],[96.08514,28.211495],[96.077526,28.2035],[96.068769,28.198931],[96.060774,28.196837],[96.020609,28.195124],[95.983549,28.199583],[95.977363,28.20339],[95.967304,28.212229],[95.962605,28.218503],[95.939053,28.23813],[95.929899,28.240239],[95.914149,28.239724],[95.908022,28.242348],[95.902407,28.250634],[95.900506,28.266921],[95.896223,28.278105],[95.875522,28.296665],[95.871953,28.297141],[95.853127,28.289188],[95.835547,28.294523],[95.826743,28.294523],[95.799141,28.276439],[95.791289,28.27287],[95.783199,28.271442],[95.775822,28.272632],[95.766067,28.277391],[95.745603,28.276677],[95.728709,28.272394],[95.715384,28.26597],[95.683023,28.259069],[95.623775,28.225995],[95.538828,28.186734],[95.436273,28.162701],[95.395585,28.143665],[95.379404,28.127247],[95.369886,28.110829],[95.364652,28.085844],[95.358039,28.075117],[95.357275,28.061574],[95.350137,28.038969],[95.322297,28.012319],[95.304031,27.967381],[95.291896,27.948345],[95.279285,27.93621],[95.267863,27.929071],[95.246924,27.920029],[95.169116,27.89219],[95.109867,27.86435],[95.065371,27.839128],[95.019448,27.8308],[95.003743,27.825803],[94.973048,27.805577],[94.941163,27.788921],[94.890243,27.746329],[94.881439,27.742284],[94.814576,27.720868],[94.800537,27.714206],[94.78626,27.703736],[94.775553,27.698739],[94.75271,27.691601],[94.722624,27.686137],[94.7006,27.675183],[94.681564,27.66162],[94.65539,27.649485],[94.607087,27.629021],[94.544745,27.607368],[94.528803,27.599278],[94.511195,27.595471],[94.475979,27.602133],[94.463605,27.597136],[94.447901,27.587381],[94.439811,27.585477],[94.420299,27.585953],[94.400788,27.589284],[94.394601,27.58857],[94.382704,27.583811],[94.352485,27.579528],[94.344157,27.580242],[94.322741,27.586429],[94.29514,27.586429],[94.277532,27.58286],[94.270155,27.578577],[94.240509,27.547152],[94.218047,27.536611],[94.174265,27.488546],[94.161891,27.478076],[94.134766,27.449523],[94.085511,27.407168],[94.059337,27.380994],[94.026976,27.355534],[94.018172,27.350299],[93.978435,27.316511],[93.945123,27.276298],[93.875642,27.211101],[93.85732,27.187782],[93.850182,27.177074],[93.847089,27.168746],[93.845661,27.161846],[93.847327,27.11854],[93.843757,27.056674],[93.841616,27.047632],[93.837809,27.040493],[93.833288,27.035734],[93.819963,27.027644],[93.807352,27.024313],[93.747627,27.016223],[93.735968,27.012178],[93.720263,27.006229],[93.697659,26.990287],[93.624371,26.955547],[93.570357,26.939604],[93.522054,26.933655],[93.498531,26.932851],[93.28525,26.912954],[93.248845,26.911051],[93.190072,26.89725],[93.095369,26.880118],[93.075144,26.880831],[93.040642,26.887494],[92.942608,26.911526],[92.921193,26.915096],[92.90882,26.915572],[92.871462,26.910099],[92.806741,26.89606],[92.793416,26.896774],[92.780805,26.901057],[92.715369,26.9313],[92.677298,26.951287],[92.663259,26.954381],[92.649458,26.954143],[92.591162,26.950811],[92.557135,26.946766],[92.524775,26.937724],[92.503597,26.928444],[92.470523,26.919165],[92.425075,26.909171],[92.387058,26.904892],[92.357514,26.905126],[92.318491,26.901509],[92.290509,26.896179],[92.204077,26.874883],[92.168385,26.870124],[92.105449,26.857037],[92.10961,26.890233],[92.11495,26.905608],[92.11271,26.930632],[92.121972,26.949482],[92.122274,26.962147],[92.11157,26.976017],[92.103428,26.98265],[92.101469,26.988078],[92.101167,27.001948],[92.098755,27.006018],[92.094081,27.010994],[92.079759,27.017024],[92.077799,27.019587],[92.076894,27.042051],[92.070261,27.047177],[92.045536,27.053056],[92.04041,27.056524],[92.036188,27.061951],[92.026992,27.083812],[92.023072,27.107482],[92.025484,27.119844],[92.032118,27.131151],[92.034379,27.13884],[92.03061,27.161907],[92.031515,27.173365],[92.039053,27.1803],[92.050661,27.185878],[92.05639,27.190853],[92.066341,27.214523],[92.068977,27.240785],[92.077733,27.256584],[92.09128,27.271128],[92.108032,27.271178],[92.114289,27.273298],[92.11878,27.275972],[92.125108,27.283318],[92.115598,27.291637],[92.044089,27.429525],[92.038283,27.437211],[92.023149,27.446634],[92.020294,27.451631],[92.014155,27.476044],[92.011871,27.477614],[92.007873,27.478328],[91.981747,27.469762],[91.949767,27.467335],[91.939202,27.46862],[91.90451,27.4779],[91.883094,27.48618],[91.862964,27.486609],[91.834887,27.493024],[91.811282,27.488646],[91.793008,27.482935],[91.75665,27.468277],[91.741992,27.465612],[91.715342,27.472084],[91.689835,27.486552],[91.678794,27.490168],[91.669847,27.49645],[91.663375,27.508823],[91.660329,27.510727],[91.622365,27.514523],[91.616486,27.519499],[91.610757,27.533067],[91.606083,27.538193],[91.59764,27.538193],[91.58377,27.544374],[91.57985,27.548897],[91.575629,27.562315],[91.564774,27.574527],[91.561457,27.584025],[91.56387,27.591714],[91.574121,27.598046],[91.578192,27.60287],[91.576986,27.606489],[91.565076,27.619605],[91.561307,27.626389],[91.559648,27.633324],[91.561005,27.64041],[91.567186,27.653376],[91.620104,27.696795],[91.624325,27.705087],[91.622667,27.710364],[91.630959,27.718958],[91.635633,27.728606],[91.636236,27.735391],[91.633974,27.744135],[91.635029,27.747753],[91.640155,27.753934],[91.643171,27.762226],[91.633823,27.782579],[91.63126,27.7966],[91.619199,27.812581],[91.610304,27.821325],[91.602977,27.822941],[91.591841,27.818087],[91.572139,27.814661],[91.561574,27.81823],[91.546583,27.8198],[91.541444,27.82494],[91.541444,27.828795],[91.556006,27.857063],[91.559004,27.859347],[91.571282,27.861346],[91.578706,27.859918],[91.588414,27.853922],[91.591698,27.853779],[91.602691,27.859347],[91.61397,27.860346],[91.620251,27.868627],[91.619966,27.874337],[91.615968,27.885188],[91.609829,27.893754],[91.600407,27.899607],[91.589556,27.90389],[91.579705,27.90389],[91.574851,27.903034],[91.562288,27.89561],[91.554293,27.893754],[91.551295,27.895324],[91.550153,27.899036],[91.549025,27.916578],[91.537871,27.921059],[91.525311,27.923021],[91.508179,27.934443],[91.495615,27.935585],[91.483766,27.941724],[91.481624,27.949148],[91.488049,27.965994],[91.488049,27.973989],[91.484765,27.976702],[91.475628,27.978701],[91.47006,27.98227],[91.465491,27.992121],[91.462946,28.00599],[91.460662,28.007703],[91.444482,28.010368],[91.432489,28.006561],[91.421448,28.019124],[91.40978,28.020798],[91.398419,28.031036],[91.387375,28.032069],[91.377857,28.03797],[91.367387,28.047868],[91.351588,28.051295],[91.345877,28.060622],[91.341879,28.063668],[91.334455,28.065571],[91.322844,28.063287],[91.314658,28.063478],[91.311613,28.058528],[91.310661,28.051866],[91.314849,28.0433],[91.31047,28.033401],[91.303808,28.028833],[91.296003,28.029404],[91.290673,28.026548],[91.279252,28.007893],[91.272269,27.989087],[91.257397,27.975554],[91.252787,27.974215],[91.244607,27.975405],[91.238956,27.977636],[91.223192,27.98879],[91.214269,27.991913],[91.18988,27.985815],[91.186608,27.979569],[91.165994,27.968051],[91.169907,27.95296],[91.163111,27.939713],[91.15047,27.92618],[91.154634,27.895396],[91.149726,27.888703],[91.133219,27.874427],[91.115819,27.850483],[91.09557,27.851236],[91.079009,27.854662],[91.049884,27.857137],[91.029505,27.860722],[91.01838,27.86576],[90.994258,27.886264],[90.970136,27.899079],[90.962899,27.904506],[90.963351,27.907823],[90.968327,27.914909],[90.970437,27.926065],[90.978729,27.939332],[90.978428,27.941745],[90.963351,27.955615],[90.930485,27.94476],[90.915258,27.950037],[90.898222,27.94868],[90.891588,27.950338],[90.879527,27.959082],[90.859325,27.968279],[90.8444,27.971596],[90.835957,27.987124],[90.803365,28.016935],[90.803603,28.034186],[90.800509,28.044418],[90.79349,28.046084],[90.782663,28.042039],[90.777072,28.04418],[90.754229,28.047154],[90.726508,28.064643],[90.712231,28.070235],[90.701286,28.077731],[90.686652,28.077849],[90.68344,28.072615],[90.673446,28.062859],[90.660954,28.054174],[90.631449,28.046679],[90.620647,28.045695],[90.600635,28.027524],[90.592306,28.02455],[90.58267,28.029665],[90.569821,28.044299],[90.565181,28.04763],[90.546978,28.052389],[90.517948,28.064643],[90.509689,28.066654],[90.486539,28.050486],[90.476546,28.047392],[90.461317,28.047868],[90.452037,28.050962],[90.448587,28.053936],[90.444899,28.060717],[90.437879,28.065357],[90.409564,28.067142],[90.400998,28.066547],[90.387554,28.06274],[90.379583,28.063811],[90.37637,28.067142],[90.366971,28.089866],[90.361856,28.09748],[90.344129,28.110448],[90.325926,28.131149],[90.322,28.133529],[90.304154,28.136741],[90.295215,28.157395],[90.26287,28.151494],[90.247879,28.150304],[90.228487,28.145902],[90.219683,28.145783],[90.212663,28.148995],[90.199338,28.15887],[90.188702,28.16163],[90.18499,28.166699],[90.181992,28.179476],[90.172058,28.186757],[90.157067,28.192611],[90.126107,28.193382],[90.122854,28.192045],[90.12109,28.186757],[90.121558,28.168556],[90.101959,28.142642],[90.099246,28.142071],[90.096391,28.147354],[90.084229,28.154345],[90.070999,28.156461],[90.059857,28.153008],[90.044453,28.140171],[90.04135,28.138352],[90.036643,28.138245],[90.027336,28.14445],[90.016104,28.166166],[90.002598,28.173679],[89.98708,28.187074],[89.978378,28.190969],[89.968265,28.191415],[89.938373,28.189631],[89.906994,28.182938],[89.90283,28.183236],[89.895989,28.188292],[89.87963,28.213128],[89.865205,28.227404],[89.856579,28.230081],[89.84379,28.229189],[89.835759,28.231271],[89.82178,28.242871],[89.809882,28.243466],[89.804826,28.248671],[89.801554,28.248671],[89.79397,28.244507],[89.787724,28.231866],[89.771811,28.226363],[89.771365,28.22443],[89.78118,28.219374],[89.785642,28.214169],[89.777314,28.200338],[89.767201,28.193943],[89.741324,28.186061],[89.724073,28.172974],[89.720206,28.172974],[89.68392,28.183979],[89.677079,28.181005],[89.67113,28.171338],[89.640941,28.17],[89.629192,28.167174],[89.609115,28.167026],[89.6051,28.16539],[89.601233,28.162118],[89.573423,28.123898],[89.557957,28.11676],[89.549767,28.108717],[89.543774,28.096191],[89.536654,28.088931],[89.533799,28.088217],[89.516191,28.091786],[89.48383,28.053953],[89.460987,28.034203],[89.460799,28.031613],[89.46599,28.027863],[89.471457,28.020402],[89.471695,28.012074],[89.46646,28.007315],[89.460749,28.005887],[89.458846,28.00327],[89.4553,27.988586],[89.435808,27.954082],[89.409396,27.924339],[89.392502,27.897927],[89.377987,27.880557],[89.367279,27.871039],[89.345388,27.865091],[89.323259,27.852955],[89.303986,27.851052],[89.298989,27.848672],[89.284236,27.834633],[89.274956,27.82226],[89.265676,27.81298],[89.245451,27.800131],[89.237599,27.792041],[89.225225,27.766105],[89.229271,27.743738],[89.229509,27.730413],[89.226891,27.727558],[89.206904,27.723513],[89.202145,27.721133],[89.197386,27.706618],[89.184537,27.688535],[89.182871,27.684014],[89.184299,27.677827],[89.182633,27.67402],[89.156221,27.659505],[89.148607,27.653794],[89.141468,27.647132],[89.139089,27.639042],[89.130285,27.634045],[89.123728,27.614931],[89.125619,27.611221],[89.146227,27.597639],[89.149559,27.593832],[89.153096,27.585228],[89.160571,27.577791],[89.160761,27.573033],[89.158667,27.567893],[89.149321,27.556474],[89.124574,27.542911],[89.111963,27.541246],[89.106252,27.537439],[89.103873,27.531728],[89.105301,27.520069],[89.103635,27.511503],[89.094593,27.484853],[89.095069,27.474145],[89.107204,27.462486],[89.117912,27.441784],[89.130523,27.445116],[89.134092,27.443688],[89.137185,27.433456],[89.1517,27.422749],[89.163122,27.4099],[89.163597,27.396813],[89.170498,27.388247],[89.179778,27.381108],[89.178588,27.373732],[89.170736,27.369211],[89.159696,27.35809],[89.159314,27.339706],[89.153128,27.324239],[89.150272,27.32067],[89.125288,27.316387],[89.088644,27.297113],[89.080792,27.290451],[89.070798,27.28593],[89.069609,27.283312],[89.071036,27.250714],[89.067705,27.245479],[89.058425,27.239292],[89.048194,27.235247],[89.035344,27.233344],[89.001501,27.223556],[88.982846,27.213086],[88.978848,27.213848],[88.961906,27.234787],[88.948581,27.261437],[88.923835,27.274],[88.908807,27.275214],[88.912889,27.291513],[88.91308,27.305409],[88.91841,27.314737],[88.918877,27.323797],[88.916826,27.328817],[88.914222,27.330346],[88.897851,27.331488],[88.893854,27.334915],[88.885668,27.346717],[88.880529,27.358709],[88.866252,27.370702],[88.862445,27.38555],[88.853498,27.387072],[88.838841,27.379648],[88.835795,27.380981],[88.825135,27.403824],[88.807812,27.407631],[88.80629,27.409535],[88.809906,27.420004],[88.809906,27.425524],[88.805338,27.426286],[88.796201,27.431045],[88.795249,27.44456],[88.787635,27.454459],[88.781924,27.466071],[88.782114,27.478824],[88.790109,27.491959],[88.786683,27.49767],[88.786683,27.50319],[88.795439,27.524891],[88.79582,27.529269],[88.795249,27.532505],[88.782685,27.535551],[88.778878,27.538596],[88.775452,27.554396],[88.769741,27.564866],[88.771074,27.568673],[88.775071,27.571719],[88.788206,27.575335],[88.808955,27.601414],[88.812571,27.612836],[88.810477,27.636821],[88.813142,27.64158],[88.81714,27.645387],[88.835605,27.651859],[88.840173,27.655856],[88.850452,27.672227],[88.851023,27.679461],[88.84893,27.685362],[88.850643,27.696212],[88.847216,27.702684],[88.839576,27.709459],[88.839602,27.712202],[88.859018,27.719055],[88.865871,27.731809],[88.868156,27.739233],[88.867394,27.747989],[88.857052,27.753053],[88.856734,27.755223],[88.858447,27.777114],[88.863968,27.79634],[88.862254,27.814424],[88.864158,27.81804],[88.879006,27.827178],[88.883003,27.831936],[88.887762,27.855541],[88.8811,27.870198],[88.88129,27.891708],[88.880719,27.895135],[88.876151,27.900846],[88.874437,27.911315],[88.861303,27.92464],[88.840935,27.925592],[88.84379,27.958904],[88.842613,28.002766],[88.839377,28.013236],[88.812346,28.024467],[88.79274,28.046548],[88.777892,28.054163],[88.767232,28.067107],[88.761521,28.072437],[88.756762,28.074531],[88.7501,28.074912],[88.734681,28.072247],[88.70251,28.074531],[88.678335,28.069772],[88.669959,28.076054],[88.665391,28.088617],[88.657015,28.094138],[88.652446,28.099658],[88.646545,28.113364],[88.639883,28.114887],[88.634363,28.112412],[88.617611,28.094138],[88.60086,28.08462],[88.586773,28.081764],[88.575542,28.085191],[88.563359,28.085001],[88.560885,28.082526],[88.559743,28.076815],[88.560504,28.048262],[88.559362,28.040267],[88.556507,28.033033],[88.552319,28.030558],[88.531951,28.034175],[88.513105,28.043883],[88.501874,28.044645],[88.480745,28.035317],[88.476176,28.018376],[88.470656,28.012665],[88.456569,28.010952],[88.436391,28.005622],[88.429539,28.002195],[88.414318,27.985455],[88.40678,27.981536],[88.401352,27.980782],[88.394266,27.982289],[88.37723,27.989224],[88.364415,27.992089],[88.339238,27.986209],[88.310442,27.971284],[88.293079,27.966437],[88.28713,27.959596],[88.267499,27.947698],[88.256792,27.937883],[88.253818,27.938478],[88.251736,27.942642],[88.245192,27.972683],[88.24311,27.97417],[88.225264,27.961678],[88.222587,27.961678],[88.217531,27.968519],[88.215151,27.969708],[88.213367,27.968519],[88.207418,27.94978],[88.204444,27.947996],[88.180649,27.951862],[88.168745,27.955511],[88.162542,27.959152],[88.144793,27.961334],[88.140796,27.958859],[88.136746,27.95274],[88.135088,27.936609],[88.132426,27.930855],[88.119095,27.918884],[88.138521,27.888718],[88.14097,27.880145],[88.131548,27.877491],[88.122503,27.877189],[88.11798,27.872365],[88.103657,27.868596],[88.090993,27.875229],[88.083455,27.891813],[88.0726,27.892265],[88.055263,27.890155],[88.037473,27.903573],[88.029181,27.902819],[88.009129,27.89317],[87.996164,27.888949],[87.982293,27.887893],[87.97174,27.890456],[87.942492,27.911261],[87.917013,27.912769],[87.873292,27.911864],[87.865302,27.916086],[87.863342,27.920609],[87.861231,27.94066],[87.857914,27.943675],[87.846004,27.948952],[87.837109,27.950611],[87.831682,27.948198],[87.829269,27.94458],[87.827159,27.930107],[87.82339,27.92287],[87.790222,27.90116],[87.784041,27.894979],[87.779216,27.875531],[87.773487,27.862414],[87.755697,27.841157],[87.743335,27.831659],[87.7364,27.814472],[87.733083,27.808743],[87.729766,27.806481],[87.723434,27.805577],[87.707453,27.808894],[87.695091,27.809497],[87.670667,27.806029],[87.667199,27.813266],[87.667652,27.832111],[87.664636,27.835579],[87.658757,27.836332],[87.646054,27.834459],[87.642354,27.832455],[87.626192,27.815527],[87.619106,27.811004],[87.615036,27.809949],[87.600864,27.814773],[87.590612,27.82201],[87.59016,27.841458],[87.58428,27.854575],[87.576893,27.861962],[87.560361,27.865947],[87.554234,27.864876],[87.536639,27.84583],[87.520809,27.843418],[87.509351,27.844323],[87.494576,27.843117],[87.480857,27.839649],[87.468947,27.830905],[87.454775,27.82593],[87.445277,27.825628],[87.4103,27.830302],[87.404491,27.829747],[87.402952,27.834129],[87.405161,27.837357],[87.418793,27.841026],[87.426808,27.840208],[87.432001,27.842662],[87.433264,27.846499],[87.430275,27.85055],[87.426892,27.852231],[87.425205,27.859614],[87.419904,27.860345],[87.413559,27.856111],[87.381487,27.841946],[87.36822,27.829282],[87.359174,27.824458],[87.352842,27.825061],[87.345606,27.829584],[87.339123,27.825061],[87.333846,27.824006],[87.326911,27.825362],[87.318167,27.827775],[87.308669,27.832901],[87.294045,27.844208],[87.28729,27.846025],[87.269169,27.846771],[87.250927,27.841192],[87.235549,27.829433],[87.231629,27.823402],[87.226353,27.820236],[87.206,27.81707],[87.192129,27.817221],[87.167254,27.821895],[87.157153,27.825965],[87.149162,27.83275],[87.143584,27.835011],[87.129412,27.836217],[87.121573,27.839082],[87.116296,27.844208],[87.109813,27.863807],[87.10529,27.871043],[87.090817,27.888532],[87.082676,27.895919],[87.081319,27.904513],[87.075138,27.917328],[87.070162,27.923057],[87.034281,27.948083],[87.014682,27.953511],[86.982268,27.952606],[86.954678,27.955923],[86.934778,27.961953],[86.930255,27.970698],[86.929953,27.979894],[86.928144,27.983211],[86.912917,27.990598],[86.892413,27.993161],[86.887013,27.995986],[86.875663,28.006866],[86.866859,28.022808],[86.862576,28.02614],[86.85163,28.02614],[86.83545,28.016622],[86.823076,28.015432],[86.816652,28.017098],[86.809752,28.02257],[86.788574,28.022808],[86.767873,28.033754],[86.760259,28.03542],[86.751217,28.044699],[86.750027,28.04922],[86.7555,28.066115],[86.762876,28.072063],[86.762876,28.074205],[86.749313,28.076822],[86.747172,28.078726],[86.744792,28.089909],[86.737416,28.09562],[86.719332,28.102996],[86.707197,28.1049],[86.675788,28.100141],[86.66627,28.096334],[86.659845,28.090385],[86.652231,28.078726],[86.645807,28.073015],[86.640572,28.069922],[86.634147,28.069208],[86.624154,28.070398],[86.611067,28.074443],[86.604166,28.083723],[86.601073,28.096096],[86.596076,28.102044],[86.578706,28.108707],[86.573233,28.109421],[86.566333,28.107041],[86.563953,28.105376],[86.563239,28.099665],[86.562526,28.065639],[86.557291,28.055645],[86.552532,28.052314],[86.537779,28.048269],[86.532068,28.044461],[86.530971,28.026932],[86.515667,28],[86.514009,27.983031],[86.517727,27.972918],[86.512522,27.961467],[86.509548,27.957898],[86.475492,27.94496],[86.471625,27.940647],[86.468205,27.930534],[86.458241,27.915662],[86.441287,27.91016],[86.411395,27.909268],[86.37838,27.937672],[86.365144,27.940349],[86.34938,27.939606],[86.343729,27.944216],[86.335122,27.965746],[86.315192,27.948923],[86.305658,27.957898],[86.299858,27.970093],[86.295694,27.974852],[86.289894,27.977677],[86.275915,27.979462],[86.266992,27.978421],[86.251109,27.973406],[86.226987,27.977528],[86.225351,27.979908],[86.222305,27.999877],[86.222442,28.017459],[86.219586,28.037684],[86.210545,28.056006],[86.207927,28.074328],[86.208403,28.082894],[86.210307,28.087653],[86.2134,28.093126],[86.222324,28.099927],[86.221776,28.103738],[86.211877,28.12049],[86.201407,28.129817],[86.1976,28.15799],[86.191509,28.16884],[86.185989,28.171886],[86.18161,28.171124],[86.178184,28.166937],[86.174377,28.144094],[86.148679,28.127533],[86.134592,28.11002],[86.125455,28.090794],[86.095498,28.094482],[86.087288,28.092341],[86.083005,28.089128],[86.081221,28.084845],[86.088002,28.060932],[86.086218,28.041301],[86.081221,28.020957],[86.082292,28.009535],[86.095732,27.996687],[86.10267,27.9862],[86.110225,27.959324],[86.126357,27.93671],[86.125603,27.92887],[86.123824,27.927311],[86.099219,27.923141],[86.051578,27.902034],[86.015998,27.91304],[85.995947,27.913944],[85.979664,27.922538],[85.96896,27.93083],[85.94935,27.940548],[85.954267,27.952343],[85.95573,27.964327],[85.97751,27.98759],[85.977509,27.994235],[85.926901,28.030454],[85.8993,28.052583],[85.894779,28.064956],[85.894303,28.071857],[85.899776,28.089465],[85.898348,28.10041],[85.890972,28.110166],[85.87027,28.12135],[85.867891,28.126109],[85.866701,28.143955],[85.849093,28.176791],[85.845048,28.18036],[85.829819,28.184167],[85.809356,28.193209],[85.786275,28.199634],[85.777233,28.204631],[85.771761,28.20939],[85.752011,28.234136],[85.743207,28.252934],[85.737496,28.271256],[85.731548,28.318845],[85.723695,28.342164],[85.719412,28.368814],[85.713226,28.380949],[85.708943,28.385232],[85.679992,28.381186],[85.680503,28.346561],[85.670973,28.344595],[85.666132,28.339754],[85.662653,28.324021],[85.658568,28.317517],[85.647525,28.288623],[85.634969,28.272739],[85.622262,28.262755],[85.613035,28.25852],[85.599874,28.255797],[85.597907,28.256704],[85.597605,28.258973],[85.598058,28.294674],[85.596697,28.30012],[85.562647,28.307662],[85.55654,28.310367],[85.548658,28.310219],[85.542263,28.312896],[85.525012,28.325536],[85.502259,28.332229],[85.462584,28.330953],[85.44456,28.335489],[85.42475,28.328812],[85.417041,28.325385],[85.410188,28.31996],[85.394626,28.294119],[85.387916,28.287266],[85.375412,28.279555],[85.372356,28.281665],[85.355565,28.28469],[85.349816,28.288472],[85.342706,28.298607],[85.327636,28.29867],[85.317494,28.292623],[85.294369,28.287492],[85.274593,28.285013],[85.270095,28.295884],[85.267977,28.296792],[85.252451,28.294205],[85.245285,28.310104],[85.203987,28.341569],[85.186742,28.331283],[85.175548,28.327955],[85.165412,28.326896],[85.153008,28.328257],[85.12714,28.334308],[85.116248,28.342023],[85.11413,28.347923],[85.11882,28.36774],[85.126383,28.38438],[85.1105,28.416904],[85.109592,28.423409],[85.113071,28.432183],[85.112315,28.437478],[85.108382,28.442621],[85.10702,28.447613],[85.106566,28.464707],[85.109743,28.473027],[85.117761,28.483919],[85.141511,28.488608],[85.150587,28.492239],[85.158454,28.500257],[85.166169,28.530058],[85.183868,28.54216],[85.185986,28.546698],[85.187499,28.560161],[85.186742,28.567271],[85.182053,28.580281],[85.180842,28.596921],[85.194457,28.615226],[85.184322,28.64548],[85.180994,28.646993],[85.156941,28.646388],[85.151798,28.649414],[85.14136,28.664087],[85.116551,28.682845],[85.103844,28.682543],[85.084178,28.672559],[85.080547,28.672105],[85.066327,28.678307],[85.057251,28.67861],[85.048023,28.671802],[85.03108,28.654557],[85.018827,28.646237],[85.003246,28.627327],[84.990436,28.615536],[84.984336,28.595106],[84.981916,28.593139],[84.959527,28.586937],[84.954233,28.586786],[84.947274,28.595711],[84.942433,28.598434],[84.929424,28.600098],[84.907791,28.597526],[84.892513,28.593291],[84.879548,28.587439],[84.857062,28.573035],[84.787296,28.611571],[84.777998,28.613864],[84.744112,28.616133],[84.736246,28.619007],[84.726867,28.626269],[84.697973,28.641547],[84.702209,28.671651],[84.694796,28.676794],[84.681182,28.680879],[84.670592,28.686022],[84.659398,28.698578],[84.649868,28.719454],[84.635497,28.730497],[84.615831,28.737002],[84.583307,28.738212],[84.568785,28.742448],[84.555019,28.748952],[84.522494,28.744717],[84.503888,28.745019],[84.48997,28.738363],[84.480894,28.741843],[84.470153,28.751978],[84.45079,28.76408],[84.441109,28.767862],[84.440352,28.773005],[84.443075,28.784502],[84.442924,28.790856],[84.441714,28.794184],[84.433091,28.802958],[84.430973,28.809765],[84.433242,28.823682],[84.427191,28.828826],[84.406164,28.830036],[84.403139,28.831548],[84.404198,28.837902],[84.409946,28.845617],[84.4104,28.84955],[84.409492,28.853483],[84.403895,28.861047],[84.397088,28.86377],[84.374396,28.867854],[84.35942,28.864224],[84.345805,28.870124],[84.339149,28.869216],[84.328409,28.863619],[84.32145,28.86377],[84.310256,28.87088],[84.287565,28.879049],[84.270471,28.897656],[84.264117,28.898866],[84.256856,28.897958],[84.242636,28.891907],[84.234467,28.891907],[84.229475,28.89463],[84.223122,28.912632],[84.22176,28.929877],[84.226601,28.94924],[84.235829,28.969814],[84.24551,29.001581],[84.248687,29.02518],[84.248082,29.036677],[84.237947,29.046359],[84.229929,29.050443],[84.220399,29.052258],[84.208145,29.051502],[84.198615,29.049082],[84.190749,29.048779],[84.189085,29.050141],[84.188026,29.062091],[84.190144,29.079488],[84.205422,29.121088],[84.204363,29.12366],[84.180008,29.129862],[84.176226,29.132283],[84.17426,29.138334],[84.172596,29.156941],[84.16594,29.170253],[84.163973,29.179481],[84.163671,29.184321],[84.168814,29.197785],[84.172747,29.201718],[84.188177,29.208828],[84.196043,29.214425],[84.200582,29.227737],[84.201338,29.235452],[84.200128,29.240596],[84.190749,29.244529],[84.180001,29.245066],[84.140223,29.240747],[84.132659,29.241503],[84.124642,29.244831],[84.117078,29.253303],[84.117683,29.265405],[84.119548,29.270598],[84.118137,29.282499],[84.105581,29.294298],[84.098169,29.297172],[84.093025,29.298231],[84.085915,29.296567],[84.077293,29.29097],[84.06867,29.288852],[84.05914,29.298534],[84.053694,29.299895],[84.047367,29.299167],[84.023288,29.289911],[84.01769,29.289911],[84.010278,29.292634],[83.995278,29.30192],[83.994607,29.304936],[84.001424,29.31629],[84.001305,29.31855],[83.980319,29.329209],[83.965852,29.328257],[83.960142,29.325592],[83.94872,29.316455],[83.943009,29.316836],[83.927019,29.326354],[83.912933,29.328067],[83.862679,29.310173],[83.85811,29.307318],[83.853732,29.301607],[83.849164,29.299704],[83.832793,29.302559],[83.820229,29.301226],[83.816612,29.298181],[83.810508,29.288139],[83.800242,29.278384],[83.79929,29.274957],[83.802145,29.260109],[83.799861,29.255921],[83.791676,29.24983],[83.782729,29.247165],[83.766549,29.245833],[83.744277,29.248878],[83.717246,29.243739],[83.701488,29.233161],[83.683553,29.215185],[83.666051,29.204702],[83.661787,29.196955],[83.659496,29.182468],[83.656332,29.1754],[83.646053,29.167406],[83.632157,29.165502],[83.625494,29.167215],[83.619783,29.178637],[83.614073,29.180159],[83.590659,29.180921],[83.578857,29.183776],[83.574479,29.196149],[83.57524,29.206429],[83.573527,29.208332],[83.565341,29.209474],[83.55944,29.206238],[83.547638,29.204906],[83.538311,29.208903],[83.524986,29.220325],[83.522321,29.225084],[83.523653,29.235744],[83.522321,29.24469],[83.512422,29.259729],[83.504237,29.266581],[83.493387,29.272102],[83.488628,29.283523],[83.483869,29.284665],[83.477968,29.282191],[83.471686,29.28181],[83.463881,29.285998],[83.448272,29.305414],[83.443397,29.313491],[83.442119,29.322145],[83.444285,29.327863],[83.442848,29.343832],[83.444544,29.347564],[83.440473,29.351936],[83.418764,29.364148],[83.418728,29.377475],[83.424945,29.399728],[83.423889,29.40802],[83.417557,29.422644],[83.405496,29.427016],[83.386651,29.426563],[83.377605,29.429277],[83.370467,29.442768],[83.357158,29.457522],[83.348207,29.471189],[83.347453,29.490035],[83.345191,29.49501],[83.340669,29.499533],[83.325441,29.506317],[83.320165,29.506166],[83.306279,29.502044],[83.293768,29.503837],[83.273067,29.511451],[83.270925,29.527156],[83.260931,29.550475],[83.262121,29.554282],[83.279015,29.558327],[83.280919,29.56023],[83.270211,29.574507],[83.256172,29.582835],[83.237137,29.584501],[83.229285,29.586642],[83.21477,29.608295],[83.200731,29.611865],[83.192165,29.609009],[83.183837,29.600443],[83.17646,29.59735],[83.168132,29.598064],[83.164325,29.604012],[83.165039,29.611627],[83.163611,29.617337],[83.15909,29.621382],[83.14529,29.626617],[83.134582,29.627569],[83.128871,29.632328],[83.125778,29.631852],[83.117212,29.622572],[83.111739,29.620193],[83.090562,29.611627],[83.082071,29.612939],[83.076717,29.616657],[83.069727,29.626919],[83.059763,29.629298],[83.054856,29.633165],[83.036712,29.65458],[83.029276,29.657554],[83.022435,29.663949],[83.018123,29.671534],[83.0092,29.673318],[82.965626,29.667072],[82.957893,29.668411],[82.954472,29.670641],[82.947482,29.694436],[82.947185,29.712877],[82.9454,29.714513],[82.941088,29.714513],[82.922201,29.70782],[82.897216,29.702764],[82.890078,29.698005],[82.875801,29.693841],[82.857806,29.692354],[82.842191,29.693841],[82.834309,29.692354],[82.828509,29.694287],[82.822858,29.702615],[82.823156,29.719718],[82.821668,29.723584],[82.775269,29.731318],[82.770956,29.733697],[82.765008,29.754071],[82.760397,29.762994],[82.755044,29.76805],[82.743741,29.771917],[82.736305,29.772066],[82.699424,29.766861],[82.694516,29.767902],[82.693772,29.769984],[82.697788,29.787086],[82.701803,29.791696],[82.727525,29.80552],[82.73229,29.810137],[82.733628,29.81787],[82.729762,29.828281],[82.701506,29.852819],[82.696003,29.854752],[82.689311,29.854752],[82.682619,29.85267],[82.664773,29.844193],[82.641573,29.837055],[82.63384,29.836757],[82.627296,29.839137],[82.624619,29.841814],[82.624768,29.847614],[82.634435,29.857132],[82.641276,29.87007],[82.642019,29.875126],[82.640829,29.8781],[82.635178,29.881372],[82.617481,29.885388],[82.608112,29.891485],[82.593835,29.916023],[82.57242,29.937884],[82.559574,29.960063],[82.553626,29.96249],[82.531672,29.964207],[82.522154,29.961828],[82.507431,29.950823],[82.503118,29.950971],[82.49469,29.954089],[82.485963,29.960837],[82.472134,29.978283],[82.463996,29.982138],[82.441296,29.98842],[82.429018,29.997271],[82.418739,30.010406],[82.403891,30.020828],[82.379763,30.028823],[82.375623,30.028823],[82.371911,30.021542],[82.369341,30.020114],[82.365201,30.019829],[82.358633,30.022827],[82.347783,30.032678],[82.341644,30.043956],[82.335077,30.049953],[82.33165,30.050952],[82.325511,30.048953],[82.311663,30.040815],[82.308808,30.040673],[82.300241,30.044099],[82.284251,30.06166],[82.263265,30.06737],[82.246418,30.074509],[82.226431,30.06837],[82.183029,30.06994],[82.175605,30.071225],[82.172464,30.073366],[82.170751,30.081933],[82.172179,30.08593],[82.187455,30.104062],[82.189454,30.110629],[82.187598,30.112913],[82.182028,30.113656],[82.180204,30.116545],[82.181744,30.126619],[82.202446,30.141324],[82.208299,30.152603],[82.208299,30.156314],[82.190025,30.164452],[82.186456,30.191007],[82.157617,30.194433],[82.142055,30.20614],[82.135821,30.223035],[82.1313,30.225414],[82.121068,30.226366],[82.110598,30.230411],[82.10465,30.239215],[82.105839,30.245639],[82.115686,30.257291],[82.119209,30.28906],[82.121886,30.297388],[82.130065,30.305121],[82.129768,30.307649],[82.123224,30.314788],[82.117424,30.331741],[82.107907,30.344233],[82.101661,30.349141],[82.082774,30.356131],[82.078015,30.355982],[82.063887,30.34691],[82.052584,30.337095],[82.046041,30.335013],[82.038902,30.3365],[82.026261,30.343639],[82.022097,30.343341],[82.000533,30.325346],[81.992057,30.325049],[81.979564,30.33189],[81.9696,30.339772],[81.965734,30.344233],[81.960677,30.355833],[81.955324,30.361038],[81.946401,30.35732],[81.93837,30.348546],[81.935247,30.348546],[81.918145,30.35509],[81.890632,30.362377],[81.872528,30.376384],[81.868245,30.37805],[81.82946,30.377574],[81.803285,30.387092],[81.760931,30.389233],[81.745227,30.394468],[81.731426,30.409697],[81.720956,30.412076],[81.694782,30.424449],[81.680981,30.427543],[81.651,30.438726],[81.624283,30.446591],[81.618572,30.445068],[81.62295,30.422986],[81.618762,30.415753],[81.614194,30.413468],[81.603534,30.414611],[81.575361,30.426413],[81.566985,30.426413],[81.56413,30.422986],[81.564701,30.410423],[81.563559,30.406806],[81.557848,30.401857],[81.558039,30.373303],[81.552709,30.3714],[81.535196,30.372732],[81.491414,30.384154],[81.482467,30.389103],[81.460385,30.406235],[81.451629,30.415182],[81.444205,30.415372],[81.423266,30.421654],[81.418126,30.421463],[81.40956,30.414611],[81.406134,30.40338],[81.406895,30.39843],[81.409179,30.394623],[81.43088,30.382631],[81.431071,30.380156],[81.429738,30.376159],[81.426502,30.373494],[81.413748,30.370638],[81.403088,30.370638],[81.401565,30.367783],[81.406895,30.35027],[81.407276,30.340942],[81.405943,30.335041],[81.400994,30.326285],[81.401375,30.322859],[81.42022,30.313912],[81.423837,30.311437],[81.424979,30.308201],[81.424027,30.305346],[81.406515,30.294115],[81.401185,30.288404],[81.401756,30.285549],[81.415271,30.282313],[81.419649,30.27546],[81.419078,30.27051],[81.402898,30.252807],[81.397758,30.242909],[81.395664,30.235294],[81.396806,30.213403],[81.395664,30.205979],[81.384814,30.196081],[81.355118,30.177807],[81.334397,30.157413],[81.333021,30.152787],[81.318331,30.155542],[81.304972,30.164182],[81.303529,30.159302],[81.259369,30.153251],[81.258226,30.14754],[81.26032,30.143542],[81.290778,30.115941],[81.292491,30.103758],[81.284496,30.071778],[81.27631,30.054455],[81.272503,30.048935],[81.263937,30.042844],[81.246044,30.034658],[81.245663,30.032374],[81.255942,30.022095],[81.253468,30.015813],[81.246031,30.012592],[81.224343,30.010864],[81.208353,30.019239],[81.199026,30.017717],[81.18551,30.011435],[81.15886,30.011435],[81.144964,30.015242],[81.131639,30.023046],[81.096233,30.054075],[81.096614,30.06226],[81.100992,30.072159],[81.106893,30.079392],[81.109558,30.090623],[81.107273,30.094811],[81.088047,30.103187],[81.086144,30.106232],[81.081195,30.150205],[81.07891,30.153822],[81.068441,30.160484],[81.056067,30.172477],[81.038174,30.201221],[81.037793,30.206741],[81.0416,30.209406],[81.042552,30.212452],[81.03589,30.224825],[81.028885,30.229231],[81.032835,30.244843],[81.031476,30.249082],[81.02862,30.252128],[81.015676,30.258219],[81.007995,30.265403],[80.998145,30.2701],[80.982233,30.273669],[80.942526,30.269208],[80.933872,30.26971],[80.930779,30.271138],[80.930541,30.274231],[80.933634,30.282797],[80.924116,30.289222],[80.912219,30.301833],[80.904604,30.304926],[80.886521,30.303974],[80.877003,30.305402],[80.869626,30.310875],[80.865105,30.316586],[80.8356,30.316348],[80.806474,30.329222],[80.794481,30.339311],[80.782489,30.361773],[80.759836,30.380238],[80.748796,30.393182],[80.715091,30.419378],[80.699019,30.414619],[80.693784,30.416047],[80.685163,30.427716],[80.676079,30.43468],[80.658567,30.445911],[80.623288,30.463768],[80.611739,30.473132],[80.600353,30.472471],[80.551077,30.454951],[80.543781,30.453716],[80.504378,30.489312],[80.475063,30.492168],[80.464403,30.495594],[80.441179,30.507777],[80.431852,30.516533],[80.423857,30.52015],[80.410912,30.523577],[80.392638,30.523957],[80.371318,30.529668],[80.350379,30.524909],[80.346381,30.527003],[80.340861,30.533285],[80.318589,30.566978],[80.310467,30.57161],[80.299806,30.573448],[80.266255,30.569879],[80.256262,30.571069],[80.224743,30.584871],[80.214083,30.588298],[80.206659,30.588488],[80.190487,30.582732],[80.166875,30.57859],[80.146093,30.564169],[80.138954,30.561551],[80.132054,30.561789],[80.094934,30.577256],[80.090413,30.581301],[80.088272,30.587487],[80.081847,30.595577],[80.077326,30.597719],[80.065905,30.599147],[80.040859,30.608095],[80.038955,30.611331],[80.037813,30.633793],[80.034006,30.643311],[80.022584,30.656255],[80.016302,30.665964],[80.001183,30.680524],[79.97747,30.688045],[79.96681,30.69623],[79.962072,30.706862],[79.976199,30.708411],[79.967952,30.726687],[79.958434,30.739441],[79.953485,30.74934],[79.953485,30.752957],[79.959957,30.76019],[79.960528,30.76552],[79.956911,30.778845],[79.942444,30.79236],[79.932355,30.793312],[79.923408,30.798642],[79.906086,30.801307],[79.896568,30.80797],[79.894664,30.816917],[79.896378,30.819582],[79.911035,30.825292],[79.911225,30.832526],[79.908751,30.837665],[79.900946,30.844518],[79.892761,30.854798],[79.88686,30.859556],[79.872012,30.862221],[79.836796,30.854036],[79.824613,30.85594],[79.813001,30.867551],[79.800057,30.890775],[79.75361,30.940648],[79.748562,30.943859],[79.733789,30.94605],[79.717133,30.951523],[79.69429,30.970558],[79.67385,30.982337],[79.666046,30.983098],[79.663381,30.970344],[79.659383,30.96292],[79.618861,30.950333],[79.601491,30.932249],[79.598874,30.931773],[79.591497,30.943432],[79.564847,30.955092],[79.552783,30.958161],[79.548025,30.962349],[79.536984,30.981194],[79.519281,30.998136],[79.506336,31.023263],[79.500245,31.03202],[79.490727,31.033923],[79.457224,31.032401],[79.430384,31.025738],[79.425625,31.026119],[79.42277,31.029736],[79.423031,31.057207],[79.420485,31.065142],[79.414584,31.070091],[79.405447,31.074469],[79.401069,31.07466],[79.39117,31.067236],[79.374419,31.048962],[79.365472,31.041728],[79.355764,31.036588],[79.320929,31.025928],[79.314457,31.022121],[79.311982,31.01089],[79.322489,30.99904],[79.321514,30.987612],[79.327401,30.974913],[79.325117,30.967108],[79.318073,30.963682],[79.304939,30.965014],[79.298276,30.969773],[79.292566,30.970725],[79.286284,30.969202],[79.266867,30.958352],[79.25773,30.954925],[79.245357,30.953593],[79.224989,30.954164],[79.219278,30.956829],[79.215281,30.960826],[79.212806,30.966727],[79.209951,30.985192],[79.201385,31.003657],[79.183872,31.020408],[79.175306,31.018314],[79.155318,31.007273],[79.150179,31.006322],[79.129049,31.008225],[79.114011,30.998707],[79.1083,30.997946],[79.090978,31.000421],[79.082221,31.007083],[79.058807,31.031639],[79.030254,31.044012],[79.010647,31.047058],[79.008172,31.049152],[78.992944,31.076183],[78.98992,31.096588],[78.975241,31.110066],[78.971053,31.116919],[78.97505,31.127198],[78.992754,31.155181],[78.994657,31.162224],[78.99085,31.173645],[78.986472,31.178214],[78.959822,31.191729],[78.952969,31.198582],[78.947258,31.216285],[78.931649,31.221996],[78.928413,31.225042],[78.922702,31.245981],[78.917372,31.253595],[78.895672,31.263494],[78.88958,31.271108],[78.876826,31.302517],[78.872448,31.30937],[78.866166,31.315461],[78.861788,31.316413],[78.859504,31.314129],[78.856839,31.2989],[78.854935,31.296425],[78.841039,31.294332],[78.832854,31.294522],[78.824288,31.297187],[78.811915,31.306134],[78.806585,31.307466],[78.793831,31.306134],[78.789643,31.307466],[78.778031,31.32041],[78.767371,31.342873],[78.76147,31.351819],[78.75614,31.356388],[78.752333,31.371807],[78.757663,31.395792],[78.778983,31.425678],[78.786026,31.43196],[78.790975,31.442239],[78.789262,31.446427],[78.775556,31.454041],[78.770226,31.45899],[78.761089,31.474409],[78.754046,31.480501],[78.723018,31.482214],[78.721495,31.484117],[78.721685,31.491541],[78.726064,31.514003],[78.729109,31.52276],[78.739769,31.535894],[78.758995,31.544841],[78.768513,31.545793],[78.776127,31.549219],[78.797067,31.562925],[78.808107,31.572443],[78.823336,31.580819],[78.837803,31.595095],[78.843894,31.606707],[78.843894,31.609718],[78.837993,31.617558],[78.825049,31.625933],[78.80411,31.643827],[78.800112,31.652583],[78.796876,31.680566],[78.767942,31.674284],[78.757092,31.67752],[78.715404,31.762229],[78.687421,31.799539],[78.655632,31.820668],[78.654109,31.825237],[78.658487,31.844653],[78.666482,31.855884],[78.673335,31.862166],[78.684185,31.869971],[78.702459,31.877395],[78.737866,31.887864],[78.741082,31.905693],[78.762041,31.929933],[78.767561,31.941926],[78.76699,31.945542],[78.763945,31.949921],[78.75062,31.951253],[78.742054,31.954489],[78.736152,31.962104],[78.718069,31.978665],[78.696368,31.988563],[78.687802,31.994274],[78.613332,32.023068],[78.596297,32.032681],[78.594038,32.041524],[78.606047,32.052903],[78.607191,32.057229],[78.604636,32.061638],[78.597204,32.066755],[78.590437,32.066557],[78.573533,32.077383],[78.560445,32.094753],[78.537603,32.109506],[78.52404,32.120452],[78.515712,32.129493],[78.513332,32.134014],[78.510715,32.146626],[78.507621,32.149719],[78.500721,32.151622],[78.471454,32.137346],[78.465267,32.13568],[78.459794,32.136394],[78.451466,32.142105],[78.447183,32.157809],[78.442424,32.18898],[78.439028,32.194178],[78.428623,32.197784],[78.427434,32.200639],[78.427672,32.214202],[78.439569,32.219199],[78.449563,32.231334],[78.46027,32.233476],[78.474547,32.238949],[78.482637,32.246087],[78.486682,32.254653],[78.489062,32.270358],[78.491917,32.278448],[78.509287,32.300339],[78.506908,32.307715],[78.500959,32.314853],[78.492393,32.320088],[78.477878,32.325561],[78.477878,32.328654],[78.483351,32.340314],[78.483827,32.350069],[78.48002,32.35697],[78.463839,32.370295],[78.458367,32.377909],[78.46027,32.385999],[78.465267,32.39171],[78.467171,32.401704],[78.47074,32.429781],[78.468122,32.437396],[78.450752,32.455242],[78.450752,32.465711],[78.446945,32.471898],[78.434334,32.484271],[78.411967,32.511159],[78.406018,32.515918],[78.395679,32.528335],[78.394121,32.533526],[78.404353,32.546137],[78.40697,32.5528],[78.417916,32.563983],[78.448611,32.571359],[78.45908,32.575642],[78.475737,32.573977],[78.497152,32.580877],[78.514998,32.604672],[78.518567,32.606813],[78.535223,32.608479],[78.556162,32.614903],[78.56687,32.613476],[78.57615,32.621804],[78.57734,32.631798],[78.579005,32.632749],[78.585906,32.632512],[78.605655,32.627753],[78.615887,32.627753],[78.624453,32.630608],[78.631829,32.635367],[78.645154,32.649406],[78.665856,32.65702],[78.672756,32.661303],[78.680846,32.67439],[78.684653,32.677721],[78.701785,32.684146],[78.708448,32.688667],[78.712493,32.697709],[78.717966,32.701516],[78.727008,32.706275],[78.733194,32.705561],[78.737953,32.69985],[78.742712,32.689619],[78.74295,32.67439],[78.739381,32.662017],[78.740571,32.651785],[78.74533,32.645361],[78.768172,32.622994],[78.778166,32.607289],[78.77769,32.595392],[78.774835,32.588491],[78.770314,32.582067],[78.760558,32.573025],[78.756989,32.565411],[78.757227,32.559938],[78.77769,32.507352],[78.778166,32.485937],[78.78007,32.47856],[78.792205,32.468567],[78.805768,32.43811],[78.815048,32.426926],[78.839794,32.409556],[78.84836,32.406939],[78.861447,32.406463],[78.869537,32.403131],[78.875248,32.396231],[78.883814,32.391472],[78.894284,32.389569],[78.898091,32.386237],[78.902612,32.372198],[78.905229,32.368629],[78.924503,32.356494],[78.938304,32.349832],[78.955198,32.338886],[78.962812,32.331986],[78.967571,32.330082],[78.970427,32.330796],[78.977089,32.349594],[78.981134,32.356256],[78.988748,32.364822],[79.000646,32.371485],[79.011829,32.37434],[79.036576,32.376006],[79.049187,32.380051],[79.062036,32.378385],[79.090113,32.367677],[79.09868,32.369343],[79.100583,32.372198],[79.102963,32.397659],[79.105818,32.40218],[79.120095,32.414077],[79.121522,32.418122],[79.12176,32.423119],[79.116763,32.439061],[79.117239,32.44501],[79.119857,32.45191],[79.128423,32.46476],[79.129613,32.470708],[79.140796,32.474515],[79.155073,32.487126],[79.167484,32.489035],[79.178391,32.495217],[79.181485,32.49831],[79.18434,32.508542],[79.187909,32.512587],[79.204566,32.508066],[79.217415,32.508304],[79.224791,32.517821],[79.240733,32.513301],[79.247634,32.51687],[79.258579,32.531384],[79.268097,32.537333],[79.271666,32.541616],[79.273094,32.544709],[79.269763,32.561842],[79.271666,32.565887],[79.293319,32.595154],[79.305693,32.600865],[79.302599,32.61181],[79.296651,32.623232],[79.295461,32.636557],[79.293557,32.639888],[79.283564,32.647502],[79.277139,32.656782],[79.269525,32.67558],[79.272856,32.68486],[79.28404,32.693664],[79.281898,32.706275],[79.282612,32.710082],[79.283802,32.712699],[79.297602,32.722455],[79.298792,32.725548],[79.298078,32.730545],[79.284278,32.748629],[79.28047,32.756481],[79.273332,32.780038],[79.270715,32.782655],[79.254772,32.788604],[79.22858,32.785987],[79.224262,32.787995],[79.223125,32.79146],[79.224553,32.807164],[79.23074,32.829293],[79.23074,32.859512],[79.232643,32.878786],[79.229312,32.901153],[79.24899,32.942294],[79.24899,32.94729],[79.245064,32.953358],[79.23507,32.961924],[79.209417,32.967212],[79.197959,32.983494],[79.17582,32.988556],[79.167655,33.010933],[79.16117,33.013902],[79.138365,33.104571],[79.135589,33.12136],[79.142501,33.150084],[79.156778,33.166454],[79.157539,33.172165],[79.153429,33.183058],[79.14058,33.196859],[79.132965,33.199714],[79.116508,33.199848],[79.109885,33.201856],[79.071099,33.229458],[79.067292,33.23612],[79.077524,33.248017],[79.078238,33.250635],[79.075382,33.253252],[79.042097,33.268483],[79.037423,33.273157],[79.035463,33.279338],[79.033805,33.310395],[79.023373,33.323937],[79.00712,33.329693],[78.985711,33.328638],[78.978322,33.329212],[78.972294,33.331653],[78.959026,33.348086],[78.952864,33.362005],[78.951338,33.370248],[78.944691,33.380963],[78.928572,33.389998],[78.90837,33.40628],[78.892691,33.41608],[78.883344,33.418643],[78.860126,33.420754],[78.848819,33.42407],[78.837662,33.430252],[78.834647,33.434775],[78.830426,33.44774],[78.821832,33.454977],[78.818214,33.460404],[78.814897,33.468093],[78.813239,33.485129],[78.809168,33.490255],[78.792701,33.49933],[78.775543,33.514337],[78.755175,33.536038],[78.736139,33.563639],[78.734426,33.56954],[78.735568,33.5802],[78.739566,33.593525],[78.751177,33.613894],[78.753652,33.619985],[78.753271,33.623031],[78.750416,33.625315],[78.721291,33.624173],[78.708918,33.627599],[78.697306,33.636927],[78.68303,33.655201],[78.680936,33.660531],[78.680745,33.668716],[78.683601,33.677282],[78.696735,33.687752],[78.772497,33.73477],[78.775353,33.739719],[78.775543,33.744288],[78.773449,33.75095],[78.754985,33.786738],[78.754413,33.793971],[78.766025,33.830139],[78.764122,33.849555],[78.754985,33.871256],[78.754223,33.87849],[78.754033,33.884391],[78.762599,33.898287],[78.76317,33.907805],[78.760886,33.912944],[78.739185,33.919416],[78.732522,33.923604],[78.731,33.92646],[78.735758,33.960153],[78.740327,33.977856],[78.738233,33.997272],[78.731951,34.004125],[78.708347,34.015737],[78.698258,34.023351],[78.675606,34.025635],[78.663423,34.029633],[78.649908,34.037247],[78.649908,34.053047],[78.6619,34.066753],[78.660948,34.07094],[78.655999,34.077222],[78.655428,34.08122],[78.658283,34.08674],[78.668562,34.095116],[78.672941,34.094354],[78.679603,34.086169],[78.682649,34.085598],[78.686456,34.08674],[78.691405,34.09226],[78.695974,34.094735],[78.701875,34.095306],[78.723766,34.092451],[78.74166,34.095877],[78.75784,34.105585],[78.779541,34.124621],[78.790552,34.137458],[78.796203,34.140433],[78.801259,34.14073],[78.822674,34.129725],[78.827136,34.129428],[78.831895,34.131807],[78.837546,34.142515],[78.842602,34.146084],[78.85093,34.146976],[78.854797,34.149058],[78.861935,34.165119],[78.866397,34.166904],[78.872345,34.167201],[78.885135,34.153222],[78.901494,34.146976],[78.90655,34.146976],[78.92053,34.157386],[78.924396,34.164822],[78.92652,34.184519],[78.939565,34.217765],[78.943134,34.224606],[78.951463,34.230852],[78.955627,34.237693],[78.96455,34.268626],[78.975257,34.291528],[78.972878,34.309672],[78.973711,34.316037],[78.97728,34.318416],[78.986084,34.318892],[79.028914,34.318416],[79.035101,34.321985],[79.03867,34.326268],[79.039384,34.331027],[79.035373,34.334316],[79.040203,34.335754],[79.042781,34.338905],[79.046261,34.3512],[79.032427,34.361665],[79.023762,34.376347],[79.024643,34.378691],[79.021814,34.387192],[79.008326,34.403314],[79.023857,34.411386],[79.035046,34.422421],[79.049889,34.428871],[79.063977,34.427542],[79.06484,34.422625],[79.068942,34.41539],[79.077587,34.41263],[79.082271,34.414358],[79.093586,34.425895],[79.103231,34.428877],[79.118377,34.430453],[79.141039,34.436602],[79.147523,34.446542],[79.156461,34.449317],[79.161573,34.44449],[79.161218,34.437586],[79.164248,34.433395],[79.172502,34.430692],[79.177842,34.431661],[79.186649,34.430131],[79.188564,34.427563],[79.189387,34.420837],[79.193335,34.41815],[79.211041,34.41775],[79.227362,34.423671],[79.232106,34.420369],[79.248693,34.419109],[79.266305,34.42663],[79.263625,34.435626],[79.264823,34.438255],[79.281751,34.442467],[79.303777,34.443032],[79.313452,34.440615],[79.326996,34.442759],[79.337005,34.442598],[79.34577,34.440072],[79.350089,34.435651],[79.351172,34.432176],[79.358465,34.430843],[79.362104,34.431788],[79.366645,34.435722],[79.380287,34.437275],[79.391555,34.435961],[79.40348,34.446674],[79.417256,34.450403],[79.446335,34.443828],[79.453941,34.446117],[79.460377,34.453756],[79.485398,34.446822],[79.523923,34.459459],[79.53434,34.469558],[79.537784,34.480145],[79.546012,34.477496],[79.551655,34.467193],[79.562277,34.456855],[79.586293,34.460464],[79.592294,34.466483],[79.6016,34.466009],[79.606982,34.463441],[79.611851,34.457853],[79.612618,34.454266],[79.627988,34.449162],[79.631698,34.453264],[79.645895,34.45536],[79.655928,34.45192],[79.674371,34.455164],[79.682049,34.461502],[79.686096,34.470787],[79.685155,34.47603],[79.702333,34.484685],[79.705998,34.485207],[79.719694,34.47298],[79.727305,34.471688],[79.748685,34.478007],[79.786123,34.480428],[79.792049,34.479645],[79.806887,34.492789],[79.819642,34.493487],[79.823948,34.506342],[79.823352,34.516395],[79.833837,34.518634],[79.843366,34.517897],[79.846714,34.526603],[79.846427,34.531803],[79.841134,34.534803],[79.843122,34.538285],[79.847434,34.538378],[79.858785,34.534454],[79.859882,34.541545],[79.83818,34.550891],[79.841904,34.57041],[79.859501,34.581372],[79.863573,34.585927],[79.84998,34.590915],[79.860234,34.600942],[79.864403,34.610622],[79.864977,34.620221],[79.88794,34.62534],[79.888068,34.640122],[79.890441,34.650002],[79.885497,34.652803],[79.866467,34.657742],[79.86506,34.672567],[79.88129,34.679584],[79.905507,34.685827],[79.896379,34.733938],[79.906539,34.750615],[79.92571,34.77562],[79.926894,34.788403],[79.934603,34.799311],[79.941518,34.81682],[79.940096,34.826583],[79.933132,34.831297],[79.923796,34.852571],[79.933669,34.861222],[79.956074,34.864551],[79.988369,34.858692],[79.996995,34.865332],[79.996477,34.881227],[80.00223,34.89676],[80.015503,34.902826],[80.034837,34.904853],[80.035196,34.913809],[80.031141,34.926026],[80.03744,34.930908],[80.040333,34.93904],[80.040155,34.942944],[80.03815,34.946259],[80.029865,34.947916],[80.024814,34.952932],[80.022852,34.973052],[80.027283,34.979488],[80.04056,34.982162],[80.038944,34.989373],[80.030326,34.991793],[80.027545,34.995522],[80.026758,35.001636],[80.029628,35.005994],[80.035074,35.005704],[80.038028,35.00869],[80.040902,35.025429],[80.031532,35.03321],[80.02808,35.039563],[80.073126,35.078042],[80.099711,35.067965],[80.111266,35.067179],[80.118087,35.069497],[80.186373,35.114886],[80.207997,35.124655],[80.216482,35.138539],[80.236009,35.151689],[80.235393,35.154526],[80.22242,35.165404],[80.219753,35.177435],[80.243311,35.184728],[80.248015,35.187844],[80.252591,35.193195],[80.25243,35.201614],[80.255538,35.204259],[80.263281,35.204734],[80.281442,35.202408],[80.284142,35.210641],[80.297685,35.209235],[80.30762,35.204743],[80.320776,35.201973],[80.326377,35.204092],[80.344534,35.205449],[80.358318,35.202684],[80.360572,35.208354],[80.359725,35.210254],[80.330108,35.224238],[80.329445,35.240819],[80.312478,35.259258],[80.2958,35.267064],[80.280817,35.280733],[80.270481,35.293075],[80.274392,35.31333],[80.275263,35.329261],[80.280758,35.33395],[80.285364,35.354335],[80.288528,35.35957],[80.293021,35.362029],[80.301417,35.371837],[80.303158,35.381016],[80.315249,35.38699],[80.369203,35.387714],[80.37471,35.389519],[80.379146,35.393901],[80.389371,35.409698],[80.403743,35.422899],[80.407987,35.424517],[80.416829,35.442727],[80.428249,35.449366],[80.434297,35.449825],[80.439055,35.44745],[80.436508,35.42731],[80.441667,35.418244],[80.460311,35.41539],[80.491879,35.406612],[80.500809,35.402174],[80.50163,35.396229],[80.512013,35.392211],[80.526271,35.398787],[80.529949,35.405892],[80.54021,35.404871],[80.555785,35.397657],[80.557951,35.394515],[80.564651,35.39286],[80.586848,35.402394],[80.593745,35.408177],[80.612443,35.404307],[80.619293,35.396188],[80.632308,35.391943],[80.652181,35.398622],[80.659678,35.393083],[80.660972,35.388114],[80.660551,35.385731],[80.654268,35.382522],[80.654723,35.374464],[80.666576,35.368702],[80.680377,35.366118],[80.685489,35.360365],[80.685482,35.353304],[80.683492,35.346515],[80.679575,35.342567],[80.687384,35.337987],[80.719487,35.335069],[80.726303,35.336496],[80.751815,35.335228],[80.787136,35.341572],[80.821706,35.34396],[80.832368,35.341927],[80.855336,35.342602],[80.860468,35.341513],[80.880257,35.330621],[80.884192,35.32265],[80.908566,35.324745],[80.926133,35.332078],[80.93495,35.325765],[80.937905,35.319774],[80.942982,35.316053],[80.966649,35.311113],[80.987746,35.31194],[80.991212,35.313538],[81.003777,35.312214],[81.008526,35.309064],[81.022904,35.311903],[81.023701,35.312795],[81.016826,35.316256],[81.002283,35.330543],[81.000408,35.335493],[81.021151,35.33651],[81.027916,35.338352],[81.030493,35.341718],[81.037273,35.366443],[81.027642,35.372377],[81.027943,35.378678],[81.030279,35.384173],[81.048815,35.404287],[81.050862,35.404923],[81.059595,35.400692],[81.070928,35.400133],[81.0885,35.410842],[81.098,35.406743],[81.099599,35.403557],[81.098864,35.399797],[81.093001,35.392007],[81.094396,35.385843],[81.096185,35.384157],[81.103457,35.384764],[81.106509,35.387187],[81.110259,35.387704],[81.121328,35.386848],[81.126973,35.371316],[81.151056,35.363033],[81.178622,35.371686],[81.191558,35.366081],[81.195878,35.355883],[81.214212,35.324333],[81.222601,35.325902],[81.232998,35.33335],[81.241098,35.334842],[81.253782,35.325889],[81.258848,35.325326],[81.260066,35.331662],[81.266534,35.343159],[81.272152,35.347852],[81.299015,35.344722],[81.31089,35.338733],[81.322797,35.339037],[81.326773,35.340975],[81.325535,35.347356],[81.326992,35.349877],[81.33465,35.350403],[81.345605,35.343067],[81.349572,35.344575],[81.355174,35.351142],[81.363461,35.354117],[81.370236,35.344625],[81.383528,35.340606],[81.400549,35.34125],[81.407796,35.337187],[81.440584,35.333517],[81.444478,35.327355],[81.445563,35.318344],[81.450658,35.313259],[81.479116,35.294326],[81.491384,35.29336],[81.499111,35.285338],[81.502253,35.277843],[81.497277,35.260556],[81.49715,35.252793],[81.512731,35.235272],[81.53938,35.24189],[81.548683,35.241264],[81.558785,35.237214],[81.569684,35.236712],[81.603852,35.237247],[81.615395,35.238771],[81.626468,35.234648],[81.647757,35.232983],[81.680441,35.23553],[81.692984,35.240356],[81.703878,35.250306],[81.724573,35.261563],[81.730643,35.262594],[81.735463,35.260461],[81.751226,35.267907],[81.765333,35.26595],[81.79721,35.276289],[81.802735,35.272216],[81.819563,35.266921],[81.857441,35.261077],[81.86343,35.262091],[81.868602,35.266838],[81.896877,35.274055],[81.911522,35.274503],[81.925726,35.272198],[81.929035,35.273256],[81.935319,35.280015],[81.940756,35.297708],[81.954185,35.309437],[81.969562,35.31385],[81.983187,35.306723],[81.987585,35.306353],[82.010568,35.311337],[82.015104,35.319669],[82.035561,35.32801],[82.04115,35.331957],[82.04266,35.339163],[82.049786,35.34927],[82.049934,35.361246],[82.045934,35.369252],[82.034833,35.405581],[82.025265,35.429358],[82.028163,35.449958],[82.031156,35.454753],[82.039289,35.454218],[82.04775,35.451236],[82.07708,35.451685],[82.086534,35.465299],[82.097206,35.471332],[82.139364,35.482704],[82.147579,35.490135],[82.149791,35.496808],[82.158124,35.499373],[82.164212,35.497185],[82.165187,35.491729],[82.169783,35.486623],[82.177914,35.487269],[82.183724,35.491339],[82.182535,35.493368],[82.183882,35.510324],[82.187664,35.515194],[82.193021,35.518515],[82.203339,35.521252],[82.210315,35.522092],[82.218519,35.520588],[82.241972,35.52263],[82.253613,35.531096],[82.25911,35.54664],[82.268493,35.55229],[82.279919,35.541956],[82.283999,35.5404],[82.310638,35.542981],[82.323057,35.555468],[82.335945,35.572764],[82.328418,35.578008],[82.328855,35.591277],[82.337673,35.598211],[82.350607,35.613025],[82.343452,35.633084],[82.333957,35.639985],[82.333828,35.654256],[82.34907,35.656507],[82.360886,35.651623],[82.365671,35.651157],[82.393352,35.654897],[82.398067,35.657597],[82.402108,35.663534],[82.402345,35.681966],[82.398603,35.685568],[82.402354,35.695109],[82.412578,35.709599],[82.462461,35.715376],[82.477441,35.713528],[82.499157,35.705161],[82.508685,35.698085],[82.527373,35.699187],[82.544179,35.708712],[82.585855,35.69497],[82.602,35.695528],[82.6075,35.698321],[82.622152,35.692787],[82.626634,35.687333],[82.631407,35.685711],[82.637686,35.684431],[82.642289,35.687486],[82.646637,35.685785],[82.649887,35.683321],[82.65478,35.669462],[82.668034,35.666838],[82.676344,35.669886],[82.691071,35.665756],[82.720217,35.641104],[82.731596,35.638109],[82.736541,35.638534],[82.736009,35.64206],[82.739873,35.646098],[82.751442,35.653112],[82.769995,35.658603],[82.778219,35.665826],[82.778651,35.670875],[82.784189,35.684962],[82.790522,35.68715],[82.794204,35.690792],[82.803898,35.686045],[82.832295,35.678701],[82.858827,35.689795],[82.874665,35.690156],[82.877585,35.688472],[82.874242,35.683288],[82.883723,35.67554],[82.89861,35.678722],[82.94832,35.67928],[82.965045,35.672187],[82.967101,35.663087],[82.963864,35.658296],[82.959616,35.658444],[82.955595,35.652499],[82.957971,35.646668],[82.955443,35.632831],[82.958222,35.624962],[82.972743,35.618009],[82.980811,35.609066],[82.976894,35.592157],[82.983899,35.586471],[82.984471,35.584101],[82.983394,35.57765],[82.97793,35.571836],[82.983686,35.554779],[82.979757,35.548824],[82.973798,35.547232],[82.967602,35.539619],[82.972353,35.538058],[82.982555,35.52591],[82.98427,35.521464],[82.984262,35.514234],[82.981856,35.505572],[82.996156,35.499961],[82.99616,35.492813],[83.001587,35.481556],[83.007448,35.477501],[83.010988,35.477951],[83.012547,35.480716],[83.015375,35.481803],[83.051104,35.476392],[83.075486,35.450037],[83.07783,35.439136],[83.075951,35.433585],[83.077783,35.430315],[83.093394,35.424071],[83.098104,35.418396],[83.100047,35.409449],[83.115762,35.400704],[83.148846,35.398487],[83.177353,35.389414],[83.202844,35.397434],[83.207959,35.401684],[83.223973,35.409384],[83.238685,35.424478],[83.259552,35.409211],[83.273962,35.408288],[83.281818,35.405561],[83.290161,35.398882],[83.31428,35.39527],[83.343889,35.398169],[83.360579,35.396335],[83.361399,35.391228],[83.35667,35.384335],[83.358101,35.378297],[83.37477,35.376836],[83.414173,35.383369],[83.423899,35.380903],[83.435158,35.383175],[83.447853,35.383196],[83.455953,35.373103],[83.463087,35.372301],[83.472597,35.374544],[83.476695,35.372655],[83.480877,35.365518],[83.49034,35.360684],[83.50252,35.36153],[83.516745,35.367662],[83.524097,35.368455],[83.536898,35.365305],[83.539319,35.362148],[83.539172,35.359582],[83.528609,35.350471],[83.53382,35.345061],[83.574393,35.35308],[83.576025,35.351839],[83.607706,35.348462],[83.608633,35.339565],[83.614356,35.336294],[83.642472,35.344785],[83.679485,35.363983],[83.691135,35.365454],[83.730288,35.368435],[83.750053,35.364337],[83.770194,35.364524],[83.782489,35.366864],[83.786161,35.364817],[83.787987,35.357684],[83.795523,35.3527],[83.818497,35.358227],[83.819861,35.360827],[83.822313,35.361512],[83.855081,35.359463],[83.879547,35.367284],[83.89026,35.381697],[83.890087,35.383943],[83.887486,35.385161],[83.887863,35.388248],[83.902031,35.404328],[83.91009,35.408657],[83.920778,35.411776],[83.927391,35.407807],[83.935086,35.407441],[83.945285,35.410903],[83.965672,35.413136],[84.003896,35.42212],[84.009256,35.418834],[84.011101,35.415146],[84.024662,35.41549],[84.027926,35.413575],[84.029202,35.410218],[84.041428,35.413414],[84.046772,35.417538],[84.05165,35.415512],[84.053627,35.412944],[84.063176,35.41078],[84.074442,35.399804],[84.076851,35.393475],[84.086257,35.38238],[84.092339,35.363553],[84.097761,35.362594],[84.119726,35.375395],[84.123628,35.37625],[84.13041,35.37494],[84.137299,35.379638],[84.156406,35.363208],[84.157496,35.359643],[84.172378,35.358474],[84.182733,35.364382],[84.200654,35.383127],[84.220532,35.38785],[84.232085,35.397214],[84.24317,35.393844],[84.242935,35.396986],[84.245942,35.400581],[84.253543,35.40473],[84.286194,35.406697],[84.307381,35.412213],[84.319854,35.413072],[84.334603,35.416513],[84.341191,35.423165],[84.354026,35.432252],[84.391013,35.447322],[84.402815,35.45708],[84.413659,35.463248],[84.424593,35.468309],[84.45145,35.474616],[84.451958,35.476607],[84.448679,35.481976],[84.461215,35.495946],[84.463454,35.512074],[84.471979,35.514834],[84.474799,35.517936],[84.47158,35.527551],[84.457872,35.527557],[84.455719,35.531138],[84.449969,35.530957],[84.445635,35.534199],[84.443823,35.547234],[84.44639,35.551847],[84.454739,35.553416],[84.460312,35.556693],[84.477729,35.559139],[84.496983,35.566748],[84.507836,35.564985],[84.51964,35.566294],[84.541489,35.578103],[84.554519,35.582265],[84.561734,35.587121],[84.568991,35.589526],[84.580907,35.591],[84.58615,35.589845],[84.602366,35.59051],[84.631267,35.596176],[84.666486,35.610021],[84.689543,35.615665],[84.696032,35.615921],[84.698842,35.617734],[84.710925,35.613617],[84.724005,35.613434],[84.737227,35.617201],[84.739384,35.620113],[84.748849,35.624048],[84.76,35.624035],[84.769844,35.634407],[84.783317,35.638177],[84.786636,35.642745],[84.79603,35.648177],[84.811773,35.646942],[84.816937,35.65084],[84.831315,35.653717],[84.839526,35.666537],[84.857661,35.669692],[84.859758,35.67193],[84.860618,35.676519],[84.917935,35.691873],[84.944478,35.701848],[84.958811,35.704977],[84.970996,35.709635],[84.995342,35.74026],[85.026927,35.747545],[85.035238,35.751009],[85.052771,35.752981],[85.063048,35.749631],[85.089597,35.745462],[85.146625,35.743811],[85.160467,35.747774],[85.161518,35.749672],[85.172906,35.755026],[85.193226,35.758538],[85.204559,35.76405],[85.21697,35.76677],[85.22393,35.771197],[85.223374,35.773691],[85.217876,35.778621],[85.21841,35.78057],[85.236417,35.779156],[85.249713,35.781918],[85.263049,35.789278],[85.281259,35.787961],[85.283759,35.785681],[85.27917,35.77942],[85.279527,35.776338],[85.299405,35.768665],[85.315085,35.765253],[85.340874,35.752922],[85.353215,35.742841],[85.36481,35.728369],[85.367402,35.706457],[85.371272,35.700956],[85.379772,35.702174],[85.386962,35.701195],[85.435536,35.68945],[85.453472,35.688142],[85.484369,35.682791],[85.506431,35.685085],[85.51645,35.680919],[85.519305,35.670382],[85.525671,35.662237],[85.547054,35.654638],[85.549259,35.650602],[85.556737,35.648598],[85.560788,35.645607],[85.560886,35.643103],[85.56973,35.640208],[85.576108,35.645472],[85.58411,35.646786],[85.588705,35.644601],[85.596327,35.645827],[85.603766,35.653052],[85.612045,35.653134],[85.612181,35.661412],[85.617509,35.663345],[85.619295,35.667333],[85.618628,35.673864],[85.627758,35.680203],[85.62651,35.688343],[85.627334,35.698732],[85.639248,35.70653],[85.643531,35.718134],[85.648969,35.723011],[85.648308,35.727406],[85.64958,35.729928],[85.660482,35.733929],[85.669746,35.734994],[85.67896,35.744263],[85.689276,35.751799],[85.694156,35.752703],[85.698617,35.751298],[85.723404,35.755522],[85.731628,35.758757],[85.738614,35.765966],[85.749637,35.766563],[85.758166,35.771354],[85.776787,35.769769],[85.78488,35.770884],[85.791058,35.772723],[85.798258,35.777886],[85.805814,35.780036],[85.810216,35.779575],[85.821061,35.773935],[85.82334,35.774787],[85.835478,35.77265],[85.848836,35.776857],[85.853955,35.780589],[85.881741,35.781658],[85.904705,35.78639],[85.911704,35.782943],[85.932773,35.781695],[85.946847,35.779112],[85.95162,35.782264],[85.953401,35.786948],[85.966089,35.789489],[85.970178,35.798368],[85.976079,35.801331],[85.988924,35.816716],[85.999674,35.819681],[86.009934,35.833428],[86.016429,35.834882],[86.021381,35.838647],[86.027504,35.839117],[86.029652,35.843109],[86.037161,35.848083],[86.047249,35.846092],[86.049217,35.843061],[86.0523,35.842646],[86.056557,35.846179],[86.059042,35.853881],[86.061298,35.856231],[86.078389,35.862265],[86.080139,35.870611],[86.085407,35.875834],[86.090567,35.887581],[86.088476,35.893532],[86.092214,35.902722],[86.091932,35.909214],[86.103946,35.927429],[86.117092,35.928096],[86.122133,35.939694],[86.126,35.942166],[86.128389,35.960477],[86.128387,35.97533],[86.143376,35.998878],[86.159293,36.008109],[86.170992,36.00836],[86.172197,36.010909],[86.170151,36.018566],[86.176995,36.029638],[86.197428,36.033082],[86.198415,36.036722],[86.196846,36.040884],[86.197191,36.04932],[86.194045,36.053899],[86.186187,36.05541],[86.185058,36.061479],[86.17994,36.06518],[86.17978,36.071891],[86.176756,36.074913],[86.181509,36.081092],[86.18272,36.087072],[86.180714,36.092928],[86.180844,36.096654],[86.184145,36.101209],[86.184247,36.131392],[86.188657,36.133583],[86.194128,36.132993],[86.212395,36.136939],[86.21789,36.136537],[86.22203,36.140526],[86.235872,36.140694],[86.244911,36.145461],[86.248931,36.149931],[86.260515,36.151328],[86.266795,36.158765],[86.276193,36.159764],[86.277299,36.163999],[86.275477,36.166691],[86.276207,36.172502],[86.283379,36.169127],[86.292546,36.169859],[86.309317,36.166714],[86.315823,36.164421],[86.316894,36.162317],[86.324206,36.163371],[86.344884,36.159788],[86.350125,36.162381],[86.363141,36.16379],[86.361966,36.170886],[86.370541,36.181648],[86.373026,36.188792],[86.379294,36.189754],[86.384223,36.192951],[86.389321,36.202682],[86.396515,36.206857],[86.415659,36.206246],[86.430787,36.208116],[86.437769,36.226964],[86.444794,36.223124],[86.453029,36.222003],[86.454465,36.215673],[86.463736,36.215887],[86.490246,36.20171],[86.5,36.198663],[86.506262,36.200927],[86.523053,36.201543],[86.524091,36.203522],[86.51362,36.209682],[86.516928,36.212006],[86.52257,36.212218],[86.520851,36.21879],[86.525536,36.229425],[86.538872,36.227196],[86.553745,36.222204],[86.565004,36.222799],[86.580389,36.218178],[86.58601,36.222385],[86.588778,36.222346],[86.591681,36.219656],[86.596237,36.220666],[86.600031,36.224908],[86.603602,36.226295],[86.606185,36.222868],[86.615289,36.219385],[86.619262,36.225146],[86.637995,36.230417],[86.650181,36.230905],[86.655013,36.238135],[86.652753,36.245033],[86.65502,36.246176],[86.67821,36.243683],[86.682983,36.244842],[86.686002,36.247786],[86.691099,36.245468],[86.697958,36.245092],[86.70058,36.253556],[86.703504,36.25737],[86.705023,36.26458],[86.715964,36.263825],[86.719727,36.26202],[86.730193,36.267142],[86.733238,36.275807],[86.735466,36.277957],[86.731371,36.284047],[86.731724,36.286151],[86.737895,36.287614],[86.739626,36.289668],[86.747021,36.290626],[86.753181,36.28937],[86.761789,36.293104],[86.763146,36.297506],[86.764836,36.298206],[86.808249,36.2945],[86.820347,36.289657],[86.844052,36.29545],[86.85143,36.300455],[86.860954,36.300425],[86.862041,36.299165],[86.860501,36.296457],[86.863686,36.288187],[86.870148,36.284952],[86.873266,36.275905],[86.882901,36.271767],[86.885384,36.266609],[86.890294,36.262221],[86.912569,36.267904],[86.921799,36.265548],[86.928897,36.265567],[86.933871,36.274273],[86.934854,36.280686],[86.946694,36.289888],[86.954345,36.290484],[86.960805,36.288696],[86.969834,36.291436],[86.975177,36.296285],[86.984117,36.293997],[86.990655,36.294212],[86.994424,36.295451],[87.002425,36.302125],[87.021409,36.295572],[87.025472,36.295669],[87.029788,36.298063],[87.038,36.29358],[87.050459,36.292108],[87.051804,36.297754],[87.054361,36.300565],[87.071763,36.303577],[87.073509,36.304783],[87.074444,36.30937],[87.089723,36.301987],[87.096002,36.303754],[87.09844,36.302275],[87.099762,36.298085],[87.10477,36.296262],[87.131554,36.295761],[87.141293,36.293125],[87.144847,36.299653],[87.152657,36.298366],[87.159869,36.303418],[87.160536,36.308562],[87.151411,36.314029],[87.154824,36.318534],[87.154433,36.320053],[87.165719,36.324742],[87.186103,36.345702],[87.195955,36.352979],[87.210951,36.354547],[87.219417,36.352378],[87.228324,36.361904],[87.244806,36.364083],[87.261668,36.356709],[87.264958,36.356578],[87.27228,36.358004],[87.273632,36.362476],[87.283655,36.36579],[87.293319,36.358465],[87.298515,36.358267],[87.306419,36.362669],[87.325438,36.383003],[87.333414,36.38569],[87.345967,36.393129],[87.342566,36.396879],[87.342868,36.400272],[87.358771,36.409572],[87.360196,36.41415],[87.35845,36.41801],[87.360561,36.421163],[87.368533,36.420329],[87.372062,36.41789],[87.384623,36.415334],[87.398544,36.416169],[87.410521,36.422116],[87.423616,36.426182],[87.431322,36.415889],[87.45084,36.413768],[87.456744,36.411509],[87.453262,36.388463],[87.463101,36.359709],[87.466946,36.355468],[87.478649,36.352942],[87.493392,36.353487],[87.50641,36.356516],[87.514266,36.349416],[87.537344,36.349059],[87.562399,36.340011],[87.572819,36.346677],[87.583926,36.346866],[87.59589,36.357085],[87.611544,36.358179],[87.618412,36.362548],[87.624531,36.35797],[87.63372,36.359492],[87.640814,36.363665],[87.645193,36.370121],[87.650992,36.370408],[87.655448,36.37303],[87.659999,36.36866],[87.682343,36.369435],[87.693629,36.372653],[87.701637,36.377054],[87.703928,36.382522],[87.730342,36.38509],[87.761158,36.379455],[87.769059,36.376486],[87.778377,36.376383],[87.7981,36.380122],[87.802239,36.391264],[87.806564,36.390304],[87.811117,36.38598],[87.814013,36.385257],[87.819289,36.386791],[87.821512,36.391199],[87.824227,36.391829],[87.82717,36.390274],[87.828064,36.38641],[87.837458,36.384674],[87.850756,36.390246],[87.866385,36.393691],[87.869007,36.393168],[87.872112,36.389547],[87.913226,36.393591],[87.922541,36.397086],[87.93053,36.404734],[87.938251,36.401108],[87.949398,36.400945],[87.962554,36.404028],[87.96766,36.40727],[87.966605,36.411102],[87.968143,36.419347],[87.96599,36.427476],[87.967319,36.432197],[87.97507,36.429973],[87.994417,36.430307],[88.004225,36.427731],[88.016168,36.431204],[88.052245,36.430825],[88.061046,36.43139],[88.071566,36.434495],[88.076462,36.432086],[88.100349,36.429252],[88.136527,36.429435],[88.156361,36.433933],[88.158107,36.435265],[88.158256,36.439236],[88.165861,36.438366],[88.170883,36.444036],[88.170457,36.448518],[88.182815,36.455703],[88.193402,36.451032],[88.201355,36.45241],[88.206201,36.447044],[88.214904,36.446952],[88.220872,36.448754],[88.234742,36.467074],[88.241938,36.47148],[88.246309,36.470094],[88.26067,36.471913],[88.270136,36.469204],[88.274717,36.465665],[88.280531,36.464906],[88.288111,36.46707],[88.29637,36.464156],[88.316086,36.466665],[88.32135,36.463052],[88.33555,36.462322],[88.342492,36.458815],[88.356106,36.457772],[88.363325,36.458295],[88.364806,36.462737],[88.360911,36.4675],[88.359849,36.473211],[88.354523,36.47715],[88.359563,36.481198],[88.368856,36.47847],[88.374908,36.484382],[88.376826,36.484453],[88.38496,36.483066],[88.385757,36.480141],[88.388208,36.478538]]]}},{type:"Feature",properties:{name:"陕西省",province_adcode:61e4,province_type:"省",name_en:"Shaanxi",name_var:"Shǎn Xī",adcode:61e4},geometry:{type:"Polygon",coordinates:[[[108.134538,36.579186],[108.131313,36.582261],[108.116505,36.576338],[108.113942,36.577846],[108.112174,36.591489],[108.109706,36.59309],[108.096186,36.589085],[108.093233,36.583114],[108.088394,36.583524],[108.08603,36.592161],[108.087612,36.603417],[108.080974,36.606986],[108.078872,36.614087],[108.074977,36.612129],[108.069838,36.599634],[108.068053,36.60149],[108.067411,36.612554],[108.061926,36.599658],[108.053369,36.594295],[108.037992,36.604141],[108.026567,36.617134],[108.008899,36.629287],[108.006761,36.63408],[108.001857,36.635954],[107.998706,36.633982],[107.996539,36.638752],[107.996465,36.645114],[107.999495,36.647235],[108.005954,36.644313],[108.017238,36.646967],[108.020812,36.661326],[108.020144,36.666926],[108.017967,36.670456],[108.006973,36.681445],[108.001729,36.683364],[107.981219,36.675063],[107.980044,36.667789],[107.983052,36.660989],[107.98053,36.651909],[107.976004,36.653364],[107.972145,36.658687],[107.972315,36.664583],[107.969432,36.666653],[107.960391,36.660869],[107.94833,36.660806],[107.941256,36.654126],[107.934202,36.655575],[107.932661,36.658776],[107.93398,36.673701],[107.936885,36.682895],[107.934741,36.704607],[107.928098,36.711013],[107.92573,36.709311],[107.922537,36.710517],[107.918481,36.720767],[107.912571,36.729359],[107.910846,36.730702],[107.909555,36.729876],[107.900891,36.745176],[107.895026,36.748067],[107.877125,36.747273],[107.85732,36.769013],[107.852069,36.770773],[107.842766,36.771082],[107.840487,36.772485],[107.836769,36.780332],[107.825327,36.786139],[107.821744,36.785215],[107.81544,36.776697],[107.799945,36.77889],[107.773533,36.789022],[107.770402,36.798044],[107.765584,36.797946],[107.762717,36.792689],[107.739944,36.811021],[107.732513,36.812515],[107.724937,36.812984],[107.725123,36.8064],[107.716351,36.802172],[107.700548,36.803805],[107.68445,36.813884],[107.687607,36.816363],[107.686891,36.821288],[107.684212,36.824042],[107.661782,36.830754],[107.635267,36.818571],[107.627657,36.817856],[107.598726,36.825919],[107.596067,36.830701],[107.59075,36.83465],[107.576542,36.83765],[107.556326,36.830494],[107.542637,36.83574],[107.542389,36.824282],[107.53369,36.825964],[107.530779,36.828211],[107.52476,36.840601],[107.527327,36.843769],[107.531015,36.84264],[107.531635,36.845654],[107.526194,36.850738],[107.520299,36.85196],[107.526229,36.856866],[107.527704,36.860966],[107.527306,36.867139],[107.510384,36.879058],[107.498096,36.885334],[107.486289,36.894499],[107.483197,36.898771],[107.483456,36.908669],[107.488308,36.909381],[107.481442,36.914013],[107.454674,36.904737],[107.451246,36.902259],[107.447484,36.894418],[107.439021,36.888715],[107.4359,36.889763],[107.43501,36.90538],[107.429532,36.908531],[107.422435,36.908235],[107.414947,36.89855],[107.409118,36.901599],[107.392366,36.90346],[107.387354,36.907042],[107.374301,36.909278],[107.358397,36.903584],[107.354783,36.904607],[107.349161,36.91244],[107.340835,36.915019],[107.333651,36.919314],[107.334267,36.926923],[107.329429,36.927663],[107.322854,36.926279],[107.324693,36.921763],[107.313793,36.91401],[107.305779,36.911602],[107.30284,36.912801],[107.302032,36.916498],[107.303594,36.920016],[107.294191,36.934607],[107.296381,36.941184],[107.298398,36.941462],[107.299608,36.951569],[107.294103,36.968713],[107.286333,36.977831],[107.282501,36.991703],[107.281077,37.010136],[107.283168,37.013957],[107.281537,37.019148],[107.278373,37.020627],[107.274977,37.027716],[107.278482,37.032956],[107.275387,37.038511],[107.269679,37.039899],[107.269437,37.04126],[107.270659,37.042326],[107.27487,37.041166],[107.277139,37.046471],[107.279248,37.056949],[107.276872,37.065144],[107.279041,37.066501],[107.276428,37.069181],[107.269748,37.093097],[107.263739,37.099045],[107.270834,37.09721],[107.276193,37.098532],[107.269093,37.10943],[107.272104,37.11394],[107.268301,37.124551],[107.273843,37.128227],[107.298072,37.106549],[107.30196,37.100249],[107.317982,37.121681],[107.326024,37.129708],[107.333678,37.15873],[107.329169,37.173187],[107.325462,37.180246],[107.322259,37.180715],[107.313748,37.199158],[107.311567,37.198714],[107.283375,37.215155],[107.281918,37.218284],[107.268591,37.223104],[107.257754,37.224237],[107.254842,37.227064],[107.254524,37.228857],[107.258407,37.232985],[107.276302,37.239202],[107.302186,37.233313],[107.304654,37.235636],[107.30471,37.242421],[107.301257,37.257197],[107.294489,37.269416],[107.288421,37.277314],[107.270316,37.292938],[107.263652,37.296727],[107.257048,37.311694],[107.251274,37.333586],[107.257815,37.348404],[107.259385,37.393569],[107.269102,37.395602],[107.27351,37.398288],[107.279011,37.416044],[107.271897,37.417363],[107.271576,37.418646],[107.274084,37.434025],[107.282534,37.4519],[107.280604,37.481867],[107.289477,37.491272],[107.313914,37.504709],[107.316986,37.492791],[107.325237,37.495044],[107.324908,37.510755],[107.338046,37.519802],[107.3431,37.520969],[107.349169,37.530485],[107.346299,37.534228],[107.366698,37.578212],[107.363016,37.587373],[107.337102,37.581203],[107.325722,37.583209],[107.307554,37.608534],[107.319452,37.605974],[107.322252,37.605871],[107.325264,37.608447],[107.342956,37.606731],[107.355405,37.611771],[107.359767,37.616677],[107.361142,37.624052],[107.393724,37.653143],[107.414632,37.649526],[107.41598,37.65057],[107.416943,37.664785],[107.38214,37.670748],[107.383912,37.675627],[107.38072,37.691846],[107.399383,37.691113],[107.41146,37.683924],[107.411145,37.679695],[107.415294,37.677602],[107.436987,37.688228],[107.466013,37.686594],[107.463424,37.688506],[107.462394,37.693113],[107.466317,37.702768],[107.478967,37.715814],[107.491145,37.724482],[107.498368,37.734572],[107.494032,37.739457],[107.490708,37.746987],[107.492248,37.764268],[107.534483,37.781424],[107.543735,37.770342],[107.55931,37.772113],[107.577011,37.778844],[107.58418,37.778114],[107.587859,37.786336],[107.582834,37.788221],[107.579201,37.785514],[107.570951,37.790919],[107.579438,37.798115],[107.58435,37.796478],[107.582261,37.790584],[107.59605,37.787363],[107.611533,37.768583],[107.623688,37.772252],[107.626404,37.78748],[107.638428,37.804665],[107.650145,37.800641],[107.651236,37.803053],[107.651621,37.805315],[107.643981,37.807402],[107.64923,37.825182],[107.647929,37.831711],[107.658969,37.834627],[107.661713,37.836811],[107.661362,37.851953],[107.645058,37.864202],[107.671002,37.875322],[107.67876,37.887684],[107.687484,37.887775],[107.690635,37.884957],[107.684322,37.87829],[107.686803,37.874471],[107.704981,37.86893],[107.726184,37.84964],[107.737587,37.844273],[107.769056,37.839022],[107.783204,37.833861],[107.794605,37.833245],[107.811539,37.828177],[107.817897,37.831893],[107.830107,37.830637],[107.83808,37.828497],[107.845557,37.821349],[107.880565,37.807792],[107.886198,37.813114],[107.890224,37.81317],[107.918522,37.803518],[107.931895,37.794509],[107.977519,37.786585],[107.974635,37.764855],[107.988986,37.745706],[107.987803,37.734781],[108.002915,37.732987],[108.010426,37.723424],[108.020065,37.696866],[108.020432,37.691977],[108.018074,37.682928],[108.010725,37.672125],[108.010565,37.661752],[108.018063,37.650553],[108.022768,37.649373],[108.054747,37.65167],[108.072088,37.641445],[108.105117,37.63904],[108.118362,37.630675],[108.118312,37.627276],[108.128883,37.621007],[108.143399,37.620923],[108.180134,37.632848],[108.196471,37.644584],[108.196833,37.65353],[108.206206,37.658067],[108.235214,37.665283],[108.264266,37.664161],[108.278725,37.661196],[108.28809,37.656895],[108.292647,37.644655],[108.297312,37.637804],[108.330004,37.631557],[108.363863,37.641831],[108.398526,37.645202],[108.424065,37.649958],[108.482459,37.677669],[108.529055,37.690804],[108.549286,37.684972],[108.601327,37.65689],[108.631195,37.653126],[108.657609,37.661863],[108.677155,37.664192],[108.696766,37.668667],[108.712491,37.683852],[108.743881,37.686338],[108.760952,37.677486],[108.779766,37.687531],[108.788419,37.701611],[108.788485,37.709147],[108.786231,37.717483],[108.77872,37.734548],[108.777245,37.754169],[108.781047,37.765719],[108.790147,37.778276],[108.794699,37.779675],[108.797097,37.78342],[108.797118,37.797663],[108.793132,37.806505],[108.788992,37.833627],[108.78735,37.863934],[108.791267,37.91941],[108.79472,37.944465],[108.816768,37.97938],[108.824107,37.9827],[108.821653,38.013483],[108.789605,38.045673],[108.792198,38.051485],[108.830415,38.05103],[108.838714,38.04833],[108.870771,38.028879],[108.884731,37.998452],[108.88415,37.989258],[108.890363,37.97538],[108.928844,37.922565],[108.932279,37.920408],[108.939162,37.920453],[108.967312,37.929464],[108.969376,37.93111],[108.976889,37.946672],[108.974796,37.95672],[108.977858,37.96153],[108.994834,37.966757],[109.012674,37.978888],[109.02188,37.990627],[109.038128,38.005961],[109.062908,38.021821],[109.063919,38.02668],[109.041958,38.054908],[109.062068,38.093769],[109.000442,38.135331],[108.947391,38.166379],[108.938685,38.179027],[108.940441,38.213796],[108.956451,38.229149],[108.969227,38.250188],[108.968535,38.25792],[108.965368,38.260183],[108.96543,38.273673],[108.971109,38.293505],[108.982355,38.30545],[109.008634,38.360685],[109.026544,38.367368],[109.058488,38.398329],[109.055715,38.415182],[109.046119,38.431554],[109.090525,38.456641],[109.118491,38.470275],[109.125001,38.4771],[109.144942,38.50666],[109.179021,38.525348],[109.207389,38.561292],[109.246001,38.601853],[109.264414,38.616589],[109.268076,38.61815],[109.27595,38.617793],[109.30475,38.598207],[109.31897,38.594927],[109.35779,38.623713],[109.3567,38.628417],[109.336175,38.644984],[109.331172,38.653718],[109.32161,38.664543],[109.320664,38.668628],[109.329374,38.688365],[109.340264,38.698512],[109.374944,38.71175],[109.399854,38.73],[109.446789,38.783512],[109.503732,38.82996],[109.512278,38.830167],[109.540955,38.805278],[109.547243,38.803552],[109.552504,38.806016],[109.607174,38.853017],[109.621696,38.857115],[109.642745,38.882169],[109.657238,38.906969],[109.680758,38.936489],[109.681066,38.961177],[109.678472,38.965827],[109.657216,38.981724],[109.667445,38.997731],[109.686353,38.988624],[109.689006,39.000324],[109.698036,39.018451],[109.721262,39.018709],[109.750468,39.051182],[109.763264,39.060429],[109.789397,39.073798],[109.826063,39.108001],[109.851309,39.123024],[109.859357,39.123427],[109.872814,39.118419],[109.878377,39.109712],[109.879808,39.10272],[109.915286,39.102265],[109.916341,39.103453],[109.908502,39.120839],[109.891403,39.145237],[109.893507,39.148607],[109.906102,39.155455],[109.906529,39.157069],[109.903646,39.160723],[109.910167,39.170716],[109.930854,39.169119],[109.954169,39.185329],[109.954925,39.19102],[109.894226,39.226948],[109.879908,39.230957],[109.865387,39.241741],[109.86596,39.251596],[109.877638,39.263707],[109.900837,39.270433],[109.922331,39.252799],[109.936973,39.236315],[109.940956,39.228413],[109.95647,39.211496],[109.988864,39.209952],[109.992091,39.207829],[110.031393,39.213462],[110.045743,39.220746],[110.078686,39.228138],[110.082518,39.234303],[110.094668,39.243148],[110.135056,39.259595],[110.186102,39.279493],[110.209837,39.281506],[110.20194,39.289323],[110.200369,39.303323],[110.19392,39.322767],[110.186522,39.334944],[110.178276,39.356175],[110.1716,39.36753],[110.164857,39.3704],[110.162459,39.373494],[110.160037,39.382426],[110.15427,39.388084],[110.139558,39.386956],[110.131134,39.390672],[110.120356,39.41382],[110.119593,39.424326],[110.124029,39.446408],[110.130477,39.45171],[110.140214,39.454637],[110.194557,39.437152],[110.21107,39.442517],[110.226053,39.434405],[110.232864,39.423121],[110.269425,39.425158],[110.271153,39.418736],[110.266513,39.404078],[110.263415,39.400459],[110.275423,39.393116],[110.287477,39.382134],[110.289922,39.37808],[110.289754,39.375234],[110.305858,39.364764],[110.327867,39.34558],[110.351322,39.332108],[110.366797,39.326812],[110.380053,39.309121],[110.387889,39.311174],[110.400883,39.318977],[110.422932,39.338313],[110.420912,39.342294],[110.410168,39.347817],[110.414605,39.361012],[110.423846,39.377937],[110.441624,39.380296],[110.460368,39.375882],[110.464455,39.37375],[110.47524,39.361193],[110.492398,39.358218],[110.506762,39.368582],[110.504785,39.374383],[110.505028,39.380174],[110.517224,39.382088],[110.532056,39.372072],[110.552311,39.352841],[110.564984,39.329672],[110.561166,39.317666],[110.565333,39.309624],[110.575881,39.296827],[110.594566,39.278261],[110.616772,39.26794],[110.624641,39.266338],[110.682214,39.267597],[110.693386,39.270805],[110.702463,39.276038],[110.72056,39.298391],[110.734441,39.348916],[110.739522,39.357943],[110.76178,39.378554],[110.775638,39.386261],[110.779532,39.390071],[110.788558,39.408168],[110.804522,39.419038],[110.818594,39.43345],[110.858128,39.482445],[110.860409,39.490674],[110.878025,39.506847],[110.894828,39.510829],[110.905524,39.508156],[110.953912,39.517686],[110.979013,39.531322],[110.987283,39.539013],[110.992506,39.548371],[110.995439,39.550483],[111.010031,39.550357],[111.016476,39.552385],[111.016774,39.560688],[111.018388,39.561459],[111.021787,39.560912],[111.0255,39.556337],[111.028475,39.557099],[111.029182,39.55973],[111.026656,39.563075],[111.018151,39.565043],[111.018687,39.569762],[111.023675,39.570133],[111.032804,39.567929],[111.035661,39.564919],[111.035292,39.552548],[111.038324,39.550759],[111.055147,39.555673],[111.07627,39.554867],[111.082295,39.55038],[111.084636,39.550323],[111.112114,39.564275],[111.116159,39.576648],[111.122822,39.582358],[111.130436,39.584976],[111.135195,39.583548],[111.135604,39.576475],[111.145133,39.570349],[111.150128,39.561948],[111.142181,39.530918],[111.13779,39.523321],[111.118154,39.514094],[111.099605,39.497335],[111.092431,39.485641],[111.089232,39.472649],[111.081232,39.461565],[111.051364,39.445403],[111.048001,39.431886],[111.053778,39.403639],[111.059135,39.398943],[111.066858,39.399737],[111.074604,39.409356],[111.078872,39.411177],[111.085091,39.41041],[111.092375,39.400715],[111.07949,39.38024],[111.094347,39.357536],[111.10451,39.355952],[111.114374,39.359163],[111.118452,39.365325],[111.148569,39.367507],[111.151195,39.364339],[111.152285,39.356339],[111.146756,39.340062],[111.151774,39.335234],[111.156569,39.334543],[111.161066,39.336542],[111.163248,39.343591],[111.174512,39.349779],[111.18263,39.34943],[111.187548,39.346258],[111.187434,39.339368],[111.1759,39.331975],[111.172585,39.326856],[111.188577,39.308719],[111.20763,39.300569],[111.234664,39.302316],[111.240018,39.301872],[111.241907,39.300295],[111.231265,39.288962],[111.221909,39.284692],[111.210935,39.267839],[111.20823,39.253793],[111.213385,39.243222],[111.212748,39.23894],[111.204963,39.228277],[111.196977,39.222309],[111.179542,39.182812],[111.175211,39.176681],[111.165334,39.167887],[111.15699,39.15337],[111.157091,39.148697],[111.165195,39.141745],[111.167724,39.134323],[111.156253,39.10658],[111.150963,39.102965],[111.141557,39.099869],[111.137599,39.09563],[111.140162,39.087764],[111.139786,39.079265],[111.135936,39.068946],[111.130749,39.061982],[111.111091,39.044648],[111.09708,39.037755],[111.081676,39.025634],[111.068704,39.021828],[111.031991,39.018801],[111.023674,39.015529],[110.989187,38.995172],[110.979751,38.983502],[110.975347,38.975045],[110.974108,38.97103],[110.974982,38.967269],[110.990644,38.957585],[111.005532,38.92988],[111.004788,38.915139],[111.010322,38.88771],[111.008924,38.883045],[110.997239,38.871449],[110.991764,38.86907],[110.989205,38.865991],[110.990484,38.860878],[110.999261,38.851398],[111.001776,38.840168],[111,38.834962],[110.992588,38.827136],[110.986486,38.816896],[110.982913,38.809692],[110.983614,38.805488],[110.979252,38.795772],[110.970874,38.785824],[110.955125,38.779976],[110.950133,38.775283],[110.950134,38.770497],[110.959024,38.759344],[110.958877,38.754165],[110.951576,38.740825],[110.939769,38.729027],[110.934371,38.720751],[110.927668,38.714626],[110.916479,38.70911],[110.91023,38.704202],[110.904606,38.692387],[110.905186,38.686007],[110.910567,38.675217],[110.909857,38.670736],[110.89934,38.662453],[110.890656,38.660104],[110.888504,38.657953],[110.882674,38.638519],[110.873413,38.622524],[110.874188,38.614707],[110.888847,38.596931],[110.890859,38.588293],[110.895126,38.585506],[110.91315,38.580884],[110.915025,38.579044],[110.913185,38.57277],[110.90522,38.564221],[110.90338,38.559079],[110.903345,38.552253],[110.906556,38.544818],[110.903753,38.524944],[110.900428,38.519156],[110.894003,38.514462],[110.873587,38.515141],[110.864132,38.509025],[110.864234,38.503555],[110.869017,38.493904],[110.866119,38.475184],[110.872757,38.46037],[110.868387,38.453497],[110.844649,38.440551],[110.838736,38.438755],[110.830992,38.44089],[110.819032,38.449088],[110.809824,38.451785],[110.790042,38.452591],[110.78011,38.448839],[110.775468,38.44476],[110.762141,38.419664],[110.751315,38.394972],[110.748856,38.379445],[110.745729,38.370896],[110.732936,38.361268],[110.723732,38.35799],[110.715099,38.357441],[110.690348,38.343852],[110.662561,38.312401],[110.650797,38.306706],[110.638044,38.304171],[110.590574,38.308297],[110.582859,38.306356],[110.577519,38.303027],[110.566708,38.285762],[110.56832,38.269174],[110.562181,38.240829],[110.563876,38.224672],[110.561829,38.218658],[110.556444,38.212312],[110.551276,38.21003],[110.530278,38.211436],[110.516096,38.207096],[110.506716,38.197797],[110.500414,38.184567],[110.499494,38.158174],[110.515031,38.128088],[110.515782,38.122147],[110.511848,38.114115],[110.495915,38.097161],[110.494658,38.08625],[110.502518,38.070588],[110.503402,38.064087],[110.502804,38.057858],[110.49568,38.03816],[110.498152,38.021827],[110.501188,38.013842],[110.513513,38.007661],[110.519007,38.001094],[110.52213,37.994355],[110.521064,37.98748],[110.511483,37.97253],[110.512302,37.96091],[110.520365,37.951258],[110.529846,37.947334],[110.550361,37.942757],[110.586992,37.922778],[110.650304,37.829017],[110.663329,37.802013],[110.664015,37.795787],[110.668745,37.790992],[110.675918,37.787461],[110.697099,37.783436],[110.712504,37.777698],[110.733985,37.766595],[110.751304,37.753476],[110.753171,37.748409],[110.752136,37.742089],[110.74917,37.737645],[110.730548,37.73056],[110.7181,37.729304],[110.710002,37.726775],[110.699773,37.721232],[110.696729,37.71734],[110.696499,37.713871],[110.702652,37.702686],[110.706941,37.698886],[110.735201,37.68812],[110.750842,37.68691],[110.761286,37.684011],[110.775873,37.674702],[110.791003,37.660367],[110.790903,37.65566],[110.783763,37.646682],[110.779896,37.645056],[110.76433,37.64525],[110.758665,37.640313],[110.757453,37.635644],[110.759653,37.627305],[110.763456,37.622746],[110.766009,37.615502],[110.766947,37.599613],[110.769234,37.589957],[110.77462,37.58176],[110.787086,37.568601],[110.790536,37.561146],[110.789571,37.557334],[110.776597,37.544161],[110.765194,37.537042],[110.766384,37.519303],[110.758068,37.511351],[110.753604,37.501635],[110.751376,37.489104],[110.753929,37.478354],[110.753611,37.473218],[110.745457,37.455384],[110.742468,37.451907],[110.732595,37.449049],[110.674673,37.441233],[110.644916,37.439877],[110.641002,37.438021],[110.637192,37.431492],[110.625281,37.395432],[110.625158,37.376046],[110.630387,37.363631],[110.636919,37.358977],[110.645439,37.355623],[110.682705,37.354574],[110.691978,37.350179],[110.694762,37.346231],[110.696022,37.339894],[110.694702,37.333453],[110.691581,37.328123],[110.684576,37.32177],[110.674591,37.318066],[110.672377,37.315186],[110.674003,37.305961],[110.685628,37.292511],[110.686017,37.288028],[110.683769,37.284257],[110.679875,37.281588],[110.673854,37.280595],[110.658479,37.282139],[110.651929,37.278197],[110.648706,37.272306],[110.647091,37.256654],[110.633473,37.245453],[110.627445,37.232092],[110.607196,37.213675],[110.573877,37.175114],[110.532068,37.142738],[110.528142,37.129038],[110.530381,37.115571],[110.528863,37.111163],[110.523512,37.105347],[110.501291,37.095206],[110.493564,37.089735],[110.482383,37.074102],[110.472057,37.065847],[110.461615,37.051224],[110.453677,37.043727],[110.44525,37.041153],[110.430298,37.042627],[110.420568,37.039722],[110.413013,37.034904],[110.411526,37.02909],[110.414828,37.024547],[110.442575,37.01966],[110.444751,37.015267],[110.443093,37.009272],[110.435229,37.00525],[110.426298,37.005528],[110.419128,37.008863],[110.404302,37.019797],[110.391166,37.022186],[110.375648,37.02046],[110.372447,37.017942],[110.370717,37.013115],[110.37132,37.009293],[110.375393,37.002679],[110.390876,36.992782],[110.398637,36.991332],[110.403543,36.987658],[110.417991,36.965178],[110.419945,36.957384],[110.41851,36.948366],[110.409052,36.932042],[110.403313,36.892485],[110.39588,36.886113],[110.387091,36.883818],[110.374737,36.884108],[110.369229,36.880349],[110.369263,36.876194],[110.372968,36.871997],[110.381026,36.869333],[110.403751,36.866906],[110.414502,36.861567],[110.418544,36.855739],[110.417221,36.842323],[110.415091,36.835961],[110.41251,36.833468],[110.402715,36.82961],[110.400764,36.827198],[110.401785,36.823823],[110.414329,36.820945],[110.41734,36.818379],[110.417489,36.809231],[110.412427,36.794169],[110.400413,36.774078],[110.392063,36.772502],[110.380956,36.775289],[110.377396,36.773448],[110.376792,36.769466],[110.382092,36.765019],[110.399182,36.763877],[110.414822,36.760071],[110.425303,36.750135],[110.426738,36.746754],[110.425048,36.741728],[110.417486,36.735721],[110.414228,36.735348],[110.409753,36.730917],[110.408855,36.726207],[110.41066,36.722773],[110.416002,36.721188],[110.419639,36.721808],[110.423487,36.724821],[110.430777,36.735028],[110.43654,36.736957],[110.445471,36.734713],[110.447031,36.730326],[110.442157,36.720747],[110.429549,36.707791],[110.428353,36.700434],[110.432639,36.686919],[110.429238,36.680016],[110.424048,36.678936],[110.418307,36.679915],[110.408286,36.693097],[110.398336,36.696691],[110.391426,36.694658],[110.388135,36.691765],[110.385976,36.686352],[110.386661,36.680012],[110.394438,36.672477],[110.40374,36.666829],[110.414541,36.663021],[110.420492,36.657847],[110.440671,36.622899],[110.465451,36.596152],[110.474071,36.590459],[110.487153,36.585688],[110.491726,36.582018],[110.491091,36.573435],[110.483179,36.560844],[110.482394,36.555385],[110.483954,36.550017],[110.496414,36.533485],[110.494979,36.517987],[110.49789,36.492685],[110.497508,36.483777],[110.493742,36.475292],[110.473158,36.460198],[110.469232,36.456163],[110.467311,36.451446],[110.469981,36.443411],[110.484446,36.426844],[110.486315,36.418344],[110.480853,36.400698],[110.482267,36.395537],[110.472675,36.379615],[110.464127,36.369613],[110.463294,36.349526],[110.457515,36.342418],[110.454306,36.334872],[110.454286,36.329295],[110.457153,36.323369],[110.468811,36.309577],[110.462539,36.297084],[110.461944,36.292829],[110.470297,36.28173],[110.469181,36.268732],[110.471486,36.259546],[110.468057,36.247201],[110.450223,36.225895],[110.44695,36.218491],[110.447426,36.214201],[110.453444,36.203798],[110.454205,36.196643],[110.441387,36.166911],[110.444354,36.145416],[110.444314,36.134333],[110.452392,36.108979],[110.465103,36.093883],[110.465337,36.084081],[110.462038,36.074126],[110.47527,36.057854],[110.476252,36.053131],[110.487048,36.033747],[110.488903,36.019306],[110.494758,36.007698],[110.486383,35.994636],[110.486662,35.992332],[110.493362,35.983306],[110.506185,35.977714],[110.511298,35.972216],[110.509341,35.95805],[110.500176,35.953107],[110.497273,35.949423],[110.498018,35.94284],[110.501273,35.935246],[110.511132,35.92342],[110.507812,35.908758],[110.510213,35.897538],[110.505932,35.880038],[110.512034,35.877289],[110.52292,35.87544],[110.537174,35.879536],[110.542703,35.878334],[110.546028,35.875405],[110.543779,35.847871],[110.545466,35.838558],[110.559181,35.822121],[110.566218,35.803482],[110.566003,35.800327],[110.559566,35.79083],[110.558503,35.785786],[110.570226,35.766566],[110.568785,35.751955],[110.57245,35.7389],[110.572596,35.728687],[110.57453,35.722094],[110.574426,35.713956],[110.57192,35.70796],[110.572381,35.701797],[110.579636,35.68997],[110.584429,35.687337],[110.586365,35.684092],[110.58596,35.664969],[110.5909,35.661549],[110.598427,35.659709],[110.606154,35.650956],[110.609092,35.644537],[110.610006,35.636649],[110.608699,35.623643],[110.607219,35.614155],[110.603864,35.60775],[110.605506,35.603171],[110.604057,35.600041],[110.606979,35.595888],[110.608227,35.588895],[110.599353,35.57198],[110.593466,35.570298],[110.582472,35.563536],[110.579367,35.558611],[110.57354,35.556812],[110.567341,35.547955],[110.536238,35.47576],[110.529212,35.464969],[110.501265,35.436522],[110.47976,35.430889],[110.469308,35.41842],[110.465013,35.404328],[110.455699,35.398537],[110.447109,35.396172],[110.439532,35.387775],[110.432824,35.366364],[110.416287,35.348733],[110.412555,35.338953],[110.413649,35.328272],[110.405647,35.316535],[110.408624,35.307939],[110.403364,35.302437],[110.403072,35.292769],[110.393802,35.283335],[110.384333,35.282354],[110.378221,35.27841],[110.37301,35.263483],[110.367719,35.258778],[110.364264,35.252908],[110.365619,35.236776],[110.364169,35.222192],[110.362109,35.212394],[110.355999,35.200273],[110.353628,35.186179],[110.354527,35.175822],[110.361002,35.149478],[110.370009,35.139395],[110.364804,35.125294],[110.355473,35.110827],[110.34959,35.088572],[110.340875,35.075803],[110.332857,35.070469],[110.335956,35.061855],[110.334859,35.052359],[110.317857,35.029625],[110.300096,35.025056],[110.298396,35.021487],[110.300822,35.004172],[110.29686,34.996001],[110.27192,34.980996],[110.266551,34.972776],[110.266371,34.961041],[110.261105,34.956596],[110.249716,34.951861],[110.235138,34.936611],[110.230973,34.924488],[110.230241,34.907971],[110.230789,34.89782],[110.25218,34.777897],[110.253383,34.762636],[110.252134,34.737821],[110.233974,34.666864],[110.234284,34.658109],[110.237383,34.649875],[110.244823,34.638162],[110.253673,34.630318],[110.267175,34.621881],[110.285155,34.613995],[110.30171,34.608896],[110.353445,34.607425],[110.371694,34.600639],[110.36373,34.589603],[110.365401,34.587474],[110.366118,34.579111],[110.363547,34.573386],[110.359129,34.569853],[110.36004,34.567996],[110.373701,34.563342],[110.388736,34.562996],[110.393693,34.564476],[110.398959,34.559281],[110.395719,34.555461],[110.388057,34.553456],[110.381208,34.555752],[110.37424,34.553249],[110.368028,34.545086],[110.356819,34.534843],[110.35571,34.530806],[110.356933,34.519225],[110.363097,34.497775],[110.365976,34.494508],[110.368994,34.495441],[110.373002,34.487611],[110.372547,34.484815],[110.374616,34.479834],[110.381221,34.4712],[110.387544,34.467018],[110.389682,34.455341],[110.393004,34.452919],[110.396846,34.446198],[110.39547,34.441914],[110.398224,34.435892],[110.405069,34.429495],[110.4026,34.425854],[110.405577,34.421228],[110.416473,34.416137],[110.424265,34.409875],[110.445644,34.402791],[110.454159,34.403724],[110.456943,34.408744],[110.462551,34.411362],[110.471409,34.409538],[110.468764,34.396455],[110.472988,34.383599],[110.481157,34.369199],[110.481267,34.356912],[110.494568,34.351779],[110.501183,34.342475],[110.496038,34.322375],[110.48391,34.319331],[110.471228,34.323381],[110.467123,34.321273],[110.466652,34.31648],[110.460853,34.306511],[110.454073,34.302517],[110.44996,34.296119],[110.442677,34.291976],[110.431701,34.291502],[110.428858,34.292663],[110.423268,34.289967],[110.422269,34.275954],[110.427166,34.273242],[110.437658,34.258106],[110.43535,34.252518],[110.433213,34.251269],[110.432722,34.245429],[110.436408,34.241638],[110.443315,34.242373],[110.459254,34.240102],[110.467564,34.235708],[110.480855,34.234098],[110.49778,34.224137],[110.500236,34.220077],[110.504935,34.216991],[110.507529,34.216759],[110.514108,34.220994],[110.543703,34.216285],[110.547,34.211606],[110.548316,34.199368],[110.553718,34.194175],[110.564694,34.190981],[110.571924,34.193638],[110.584989,34.190663],[110.586107,34.188723],[110.583044,34.184666],[110.582993,34.180543],[110.608898,34.176936],[110.618609,34.178185],[110.631162,34.169132],[110.637755,34.162056],[110.633568,34.152332],[110.621639,34.141629],[110.619439,34.135721],[110.620818,34.131552],[110.614083,34.125897],[110.606971,34.113091],[110.599448,34.108722],[110.58852,34.10734],[110.584734,34.101641],[110.58927,34.081559],[110.588868,34.067614],[110.583362,34.062672],[110.583186,34.060326],[110.585774,34.059527],[110.584786,34.049987],[110.582579,34.048966],[110.586235,34.046964],[110.576025,34.044884],[110.577759,34.042736],[110.584458,34.04055],[110.580427,34.025058],[110.608069,34.025039],[110.610736,34.031009],[110.606711,34.031521],[110.610064,34.03573],[110.614093,34.037525],[110.619941,34.034491],[110.626902,34.026901],[110.62651,34.025194],[110.622824,34.024601],[110.622041,34.02085],[110.629808,34.017803],[110.632562,34.013641],[110.631791,34.010134],[110.643636,33.995692],[110.645591,33.986877],[110.644695,33.976856],[110.650315,33.971863],[110.663404,33.967108],[110.666707,33.963596],[110.667505,33.955246],[110.67192,33.950361],[110.665376,33.941867],[110.65563,33.939481],[110.652712,33.944935],[110.645499,33.946131],[110.637937,33.937535],[110.637332,33.934214],[110.628652,33.926854],[110.620721,33.927056],[110.617892,33.919134],[110.622187,33.914426],[110.623014,33.908957],[110.605966,33.910004],[110.598377,33.905216],[110.585266,33.900691],[110.582159,33.887898],[110.592943,33.877886],[110.59438,33.872064],[110.606486,33.870596],[110.60792,33.860489],[110.605776,33.853473],[110.621271,33.849335],[110.635918,33.848484],[110.657007,33.854839],[110.662132,33.854032],[110.666983,33.848391],[110.683133,33.839679],[110.692948,33.837229],[110.701326,33.83769],[110.706503,33.835722],[110.718081,33.820731],[110.7204,33.809793],[110.730187,33.804111],[110.732821,33.800686],[110.760243,33.795753],[110.769293,33.798271],[110.777211,33.796645],[110.776124,33.794017],[110.77814,33.783489],[110.794612,33.774003],[110.796396,33.767717],[110.802745,33.757484],[110.811656,33.753444],[110.811111,33.740174],[110.816942,33.726957],[110.826585,33.71695],[110.818617,33.696904],[110.818424,33.686461],[110.827892,33.677079],[110.832261,33.667056],[110.853092,33.658884],[110.874472,33.633025],[110.885872,33.635503],[110.900944,33.628945],[110.93308,33.622597],[110.938762,33.618904],[110.943645,33.609175],[110.956949,33.611412],[110.968193,33.606287],[110.970618,33.600652],[110.981103,33.591103],[110.9854,33.590885],[110.999977,33.576693],[111.001813,33.566582],[111.004793,33.56039],[110.99955,33.551842],[110.996582,33.535062],[111.015349,33.521825],[111.017073,33.511887],[111.022543,33.500016],[111.026791,33.48532],[111.021286,33.478636],[111.019702,33.478584],[111.017353,33.473049],[111.016926,33.468851],[111.020017,33.466215],[111.01623,33.452592],[111.00781,33.437774],[111.004387,33.437294],[110.996671,33.441187],[110.992751,33.439378],[110.990918,33.436537],[111.003661,33.423968],[111.010559,33.393137],[111.019438,33.388146],[111.025111,33.375277],[111.031472,33.370685],[111.027928,33.361578],[111.020114,33.354478],[111.029372,33.335072],[111.020239,33.329552],[111.008259,33.329368],[111.005775,33.32773],[110.99849,33.314729],[111.001789,33.304418],[110.991924,33.302375],[110.9899,33.294942],[110.991885,33.288377],[110.984977,33.278348],[110.975485,33.271845],[110.989636,33.257125],[110.988249,33.253963],[110.962621,33.260565],[110.955457,33.254488],[110.951547,33.24422],[110.937735,33.236446],[110.937072,33.228649],[110.932715,33.221852],[110.918749,33.210322],[110.914,33.203976],[110.909701,33.204503],[110.907307,33.207315],[110.907361,33.209363],[110.910748,33.210039],[110.909268,33.214478],[110.90163,33.212003],[110.898169,33.204372],[110.895011,33.204117],[110.893034,33.211165],[110.878271,33.210567],[110.87337,33.212586],[110.872153,33.215884],[110.870061,33.216555],[110.857972,33.216028],[110.855,33.211154],[110.84758,33.208048],[110.831812,33.206991],[110.823219,33.203858],[110.815026,33.193668],[110.809314,33.174186],[110.810815,33.170516],[110.817643,33.166399],[110.818762,33.160728],[110.817256,33.155768],[110.812304,33.153598],[110.807687,33.154335],[110.802389,33.162178],[110.790558,33.151758],[110.775937,33.148222],[110.765111,33.154161],[110.757575,33.154553],[110.75275,33.150671],[110.752825,33.146338],[110.734019,33.142072],[110.733108,33.136059],[110.727751,33.135773],[110.719413,33.132341],[110.715172,33.126086],[110.713908,33.120228],[110.717663,33.118522],[110.718284,33.105988],[110.716567,33.101335],[110.705091,33.095969],[110.673169,33.121396],[110.672455,33.130594],[110.66488,33.138018],[110.661922,33.137419],[110.650705,33.151522],[110.649734,33.16309],[110.639621,33.164393],[110.63805,33.160185],[110.640892,33.154562],[110.637917,33.147668],[110.636212,33.145975],[110.625309,33.143946],[110.618671,33.144688],[110.611981,33.150421],[110.595591,33.15186],[110.589153,33.156908],[110.588238,33.15891],[110.593388,33.161455],[110.595763,33.175708],[110.59208,33.181646],[110.592097,33.20731],[110.590224,33.213606],[110.583592,33.21813],[110.578237,33.224525],[110.582418,33.235924],[110.575716,33.243426],[110.570409,33.246024],[110.565475,33.245419],[110.559779,33.250608],[110.558294,33.254136],[110.542265,33.255059],[110.530908,33.258354],[110.52735,33.256744],[110.527228,33.247648],[110.532422,33.24356],[110.532517,33.2411],[110.526519,33.231349],[110.519464,33.226196],[110.51355,33.226545],[110.513508,33.233138],[110.508864,33.236833],[110.49878,33.217994],[110.49037,33.210504],[110.487164,33.210184],[110.489886,33.205539],[110.47591,33.192287],[110.472684,33.192575],[110.465536,33.186359],[110.464023,33.182789],[110.467432,33.181197],[110.467155,33.17501],[110.465872,33.174351],[110.45543,33.175896],[110.447746,33.180795],[110.441339,33.182286],[110.435247,33.180273],[110.431502,33.176586],[110.423439,33.172705],[110.415801,33.171552],[110.398887,33.178325],[110.39285,33.176915],[110.369252,33.178259],[110.365861,33.181666],[110.370392,33.181076],[110.372434,33.18626],[110.36525,33.186848],[110.351223,33.176337],[110.336639,33.175866],[110.333042,33.167329],[110.335918,33.161698],[110.333867,33.160141],[110.319706,33.165897],[110.30324,33.16979],[110.280843,33.172299],[110.263484,33.170662],[110.25577,33.164282],[110.250724,33.163067],[110.242852,33.164057],[110.240862,33.166258],[110.232113,33.165422],[110.225874,33.160098],[110.206887,33.164526],[110.194903,33.182914],[110.172062,33.192295],[110.165713,33.20094],[110.168007,33.204189],[110.167066,33.206635],[110.157662,33.21275],[110.136776,33.207178],[110.110364,33.203781],[110.100613,33.206263],[110.093523,33.209977],[110.086742,33.204577],[110.074838,33.204361],[110.064338,33.207658],[110.061407,33.205581],[110.062898,33.204037],[110.06278,33.198232],[110.049126,33.193622],[110.039242,33.196644],[110.02632,33.196483],[110.019342,33.205171],[110.007279,33.210633],[109.989003,33.205339],[109.98483,33.200875],[109.979951,33.20031],[109.94592,33.215267],[109.92662,33.227899],[109.914982,33.228554],[109.904561,33.232242],[109.897421,33.237608],[109.881075,33.240582],[109.872117,33.244597],[109.864909,33.250232],[109.850305,33.2497],[109.83704,33.244556],[109.816644,33.241813],[109.812774,33.240639],[109.809634,33.237527],[109.795215,33.235001],[109.781462,33.235935],[109.778804,33.239495],[109.773975,33.240476],[109.735143,33.233952],[109.727808,33.23364],[109.723132,33.238476],[109.707071,33.234698],[109.698932,33.243167],[109.700391,33.248246],[109.694554,33.258115],[109.663143,33.257997],[109.658183,33.256277],[109.655962,33.25288],[109.6574,33.251261],[109.656194,33.249167],[109.652063,33.248161],[109.64402,33.256604],[109.639312,33.270303],[109.619991,33.272876],[109.609817,33.259655],[109.602993,33.253766],[109.602375,33.24944],[109.605693,33.241332],[109.606198,33.233084],[109.595235,33.234611],[109.584676,33.232809],[109.576017,33.233243],[109.564103,33.237174],[109.557504,33.236254],[109.538479,33.243529],[109.535216,33.242588],[109.533389,33.238969],[109.5265,33.238866],[109.520355,33.243364],[109.513754,33.24293],[109.514076,33.235444],[109.499821,33.226917],[109.504771,33.218383],[109.50301,33.21227],[109.500613,33.210247],[109.478853,33.202827],[109.476882,33.1971],[109.478502,33.190983],[109.475896,33.184378],[109.44864,33.170944],[109.448268,33.159649],[109.437367,33.152512],[109.437722,33.149918],[109.441623,33.145801],[109.453219,33.146127],[109.457147,33.144505],[109.461102,33.142131],[109.461808,33.13925],[109.482927,33.139409],[109.489023,33.141033],[109.502139,33.139458],[109.518241,33.135156],[109.544998,33.133182],[109.547626,33.132264],[109.544976,33.125705],[109.545904,33.124656],[109.554988,33.123456],[109.561467,33.126191],[109.565706,33.126258],[109.567052,33.125021],[109.565177,33.122107],[109.568284,33.11709],[109.578807,33.118005],[109.58618,33.122461],[109.597989,33.109687],[109.604428,33.10634],[109.62521,33.114825],[109.63629,33.114011],[109.660816,33.115713],[109.66556,33.114258],[109.681711,33.117756],[109.693577,33.113092],[109.699843,33.102294],[109.705162,33.099151],[109.725091,33.095703],[109.730261,33.090453],[109.73546,33.088459],[109.739498,33.089093],[109.74703,33.085989],[109.754087,33.078249],[109.763746,33.074986],[109.772574,33.069895],[109.79664,33.068914],[109.792375,33.058842],[109.7901,33.04885],[109.791405,33.044419],[109.786668,33.026765],[109.791657,33.020795],[109.786408,33.017367],[109.782821,33.001337],[109.785985,32.997882],[109.785223,32.987586],[109.779129,32.98147],[109.777563,32.974025],[109.780179,32.969902],[109.779907,32.966831],[109.778232,32.964731],[109.772031,32.962494],[109.770262,32.958017],[109.774194,32.940687],[109.771118,32.93466],[109.767241,32.933672],[109.760767,32.91071],[109.767282,32.906668],[109.78423,32.884874],[109.794211,32.879489],[109.800876,32.87988],[109.810512,32.887999],[109.819333,32.891951],[109.839658,32.89392],[109.845548,32.897594],[109.852841,32.912893],[109.857979,32.915586],[109.86484,32.914896],[109.879762,32.90318],[109.890573,32.906135],[109.903646,32.906091],[109.909704,32.904011],[109.916428,32.899007],[109.924048,32.888231],[109.926141,32.887441],[109.95059,32.889106],[109.968721,32.88667],[109.985163,32.88814],[109.995116,32.877113],[110.010388,32.872351],[110.017322,32.875022],[110.02526,32.874033],[110.031702,32.862172],[110.047608,32.852475],[110.059609,32.851299],[110.075658,32.846356],[110.099625,32.834307],[110.111715,32.823553],[110.115247,32.814146],[110.118159,32.811079],[110.122877,32.80939],[110.136272,32.80974],[110.136596,32.797785],[110.134204,32.792031],[110.132137,32.789776],[110.124418,32.787622],[110.120871,32.782298],[110.125767,32.774332],[110.135159,32.765424],[110.149251,32.768929],[110.158423,32.763696],[110.15871,32.755676],[110.156965,32.748868],[110.158793,32.736832],[110.166343,32.719688],[110.16172,32.711482],[110.154329,32.707689],[110.154143,32.695307],[110.150321,32.689668],[110.148786,32.680686],[110.165789,32.667552],[110.171396,32.665117],[110.179095,32.654663],[110.183761,32.651281],[110.189181,32.642237],[110.19175,32.640875],[110.197466,32.641403],[110.201225,32.637722],[110.198206,32.629673],[110.183743,32.621871],[110.182525,32.617084],[110.180694,32.617563],[110.175533,32.61473],[110.16416,32.600817],[110.148188,32.591527],[110.139328,32.592499],[110.140503,32.595866],[110.139191,32.605169],[110.134741,32.607641],[110.129752,32.605938],[110.126028,32.610371],[110.123661,32.619061],[110.086344,32.621344],[110.081511,32.617215],[110.080907,32.608409],[110.085308,32.594804],[110.089461,32.591739],[110.089289,32.586864],[110.084451,32.584234],[110.076546,32.586051],[110.069978,32.583691],[110.061799,32.576593],[110.056618,32.562428],[110.048818,32.561422],[110.033733,32.556007],[110.029475,32.545042],[110.024079,32.5443],[110.004739,32.545925],[109.999544,32.551094],[109.994329,32.552812],[109.988197,32.553548],[109.98452,32.552364],[109.977718,32.554031],[109.968388,32.576682],[109.965129,32.578119],[109.960253,32.576857],[109.948589,32.570866],[109.940808,32.573212],[109.931775,32.584236],[109.921352,32.592694],[109.916262,32.590519],[109.904431,32.589177],[109.900886,32.592329],[109.88912,32.595274],[109.886428,32.592469],[109.87991,32.590309],[109.871927,32.591238],[109.861796,32.585938],[109.856459,32.580722],[109.850125,32.580683],[109.844105,32.584688],[109.837704,32.584134],[109.830699,32.581455],[109.82361,32.574398],[109.819321,32.574613],[109.817464,32.577648],[109.813333,32.578757],[109.791498,32.581539],[109.781477,32.580717],[109.770777,32.587575],[109.750468,32.584472],[109.724366,32.607695],[109.717101,32.603427],[109.705844,32.605683],[109.698128,32.605032],[109.694299,32.598324],[109.688714,32.596619],[109.673963,32.602094],[109.661608,32.599708],[109.622001,32.599634],[109.61596,32.593371],[109.613825,32.589141],[109.621239,32.582392],[109.621466,32.578512],[109.617027,32.569015],[109.613861,32.568765],[109.612594,32.562048],[109.618715,32.559466],[109.62409,32.559426],[109.631767,32.55535],[109.634577,32.549878],[109.633506,32.536882],[109.629138,32.533559],[109.618794,32.533113],[109.612397,32.521301],[109.599059,32.523522],[109.577137,32.514016],[109.569638,32.498094],[109.568118,32.489837],[109.565286,32.484495],[109.562539,32.481689],[109.546975,32.482475],[109.54949,32.474966],[109.544002,32.465109],[109.543377,32.453399],[109.533862,32.442903],[109.524454,32.437466],[109.52025,32.428385],[109.520324,32.421605],[109.526392,32.413623],[109.526818,32.404516],[109.525207,32.400941],[109.522753,32.398169],[109.513998,32.398984],[109.496386,32.392823],[109.495699,32.387855],[109.500458,32.370089],[109.505976,32.357414],[109.505179,32.352954],[109.513494,32.337773],[109.500316,32.316958],[109.494833,32.311041],[109.495346,32.308268],[109.487592,32.295508],[109.486222,32.290466],[109.496787,32.284887],[109.507256,32.287461],[109.511814,32.285385],[109.514585,32.281975],[109.510934,32.27556],[109.513823,32.270216],[109.52637,32.265282],[109.533478,32.251349],[109.533263,32.246197],[109.541461,32.236557],[109.549841,32.230807],[109.554761,32.221144],[109.561071,32.224708],[109.566378,32.220477],[109.584653,32.215314],[109.592422,32.214622],[109.603582,32.20471],[109.596693,32.198451],[109.592841,32.183375],[109.586447,32.174349],[109.584918,32.158789],[109.588534,32.145478],[109.587817,32.13515],[109.61186,32.115315],[109.618069,32.100233],[109.608423,32.096021],[109.609002,32.085753],[109.611388,32.078551],[109.602575,32.071995],[109.597235,32.070229],[109.584768,32.047533],[109.588788,32.042211],[109.581439,32.030473],[109.584729,32.023982],[109.586474,32.001297],[109.597251,31.991396],[109.615224,31.981548],[109.62131,31.970058],[109.619482,31.967015],[109.624987,31.959706],[109.624138,31.950185],[109.624809,31.94603],[109.627681,31.942543],[109.624744,31.937145],[109.621284,31.935132],[109.619821,31.92702],[109.617893,31.924465],[109.602035,31.923278],[109.595775,31.925042],[109.585011,31.911641],[109.586668,31.906904],[109.584567,31.900812],[109.578716,31.896154],[109.592042,31.886094],[109.598422,31.883958],[109.603326,31.885522],[109.60561,31.884651],[109.613102,31.868115],[109.61236,31.860132],[109.6099,31.857639],[109.611543,31.851653],[109.621116,31.843204],[109.622936,31.837545],[109.622004,31.833452],[109.629889,31.822883],[109.633939,31.820602],[109.635935,31.812113],[109.634506,31.807807],[109.626079,31.803259],[109.609057,31.807205],[109.601104,31.803065],[109.597002,31.79888],[109.598977,31.795075],[109.596612,31.787307],[109.588048,31.783733],[109.586672,31.781777],[109.590528,31.768343],[109.587471,31.757728],[109.588321,31.752426],[109.594838,31.75104],[109.600216,31.745121],[109.593083,31.742731],[109.59257,31.738428],[109.589591,31.736078],[109.579165,31.732275],[109.579602,31.728487],[109.574269,31.730412],[109.549593,31.727448],[109.543853,31.731877],[109.526754,31.724297],[109.522662,31.723902],[109.520623,31.726338],[109.499488,31.719191],[109.487528,31.723104],[109.482528,31.722923],[109.473556,31.721424],[109.458624,31.716063],[109.453869,31.718166],[109.450922,31.724099],[109.445783,31.725716],[109.431686,31.723339],[109.41516,31.722844],[109.409942,31.719155],[109.410506,31.712488],[109.40933,31.711159],[109.391114,31.71012],[109.383936,31.706875],[109.360932,31.710486],[109.318959,31.710699],[109.305641,31.713077],[109.298768,31.712206],[109.289128,31.714561],[109.28003,31.719248],[109.276139,31.71932],[109.274342,31.730803],[109.278614,31.740749],[109.274961,31.748473],[109.266857,31.750123],[109.265278,31.752016],[109.267756,31.754644],[109.266429,31.75869],[109.251207,31.760466],[109.249,31.762423],[109.250009,31.769731],[109.254744,31.769749],[109.257983,31.77391],[109.275016,31.780031],[109.27051,31.786906],[109.269465,31.793145],[109.270532,31.802058],[109.265344,31.804358],[109.253096,31.806045],[109.235775,31.814462],[109.227326,31.811421],[109.222732,31.815142],[109.205595,31.820949],[109.199995,31.819945],[109.18858,31.821589],[109.186607,31.828042],[109.195583,31.846238],[109.187861,31.84949],[109.185206,31.852741],[109.185597,31.856218],[109.161809,31.87799],[109.128101,31.893642],[109.117553,31.894919],[109.110858,31.905902],[109.104789,31.911333],[109.089818,31.920132],[109.078515,31.934751],[109.075504,31.934601],[109.062672,31.942252],[109.054534,31.943986],[109.043671,31.95199],[109.041486,31.957443],[109.034837,31.963002],[109.026407,31.961742],[109.016254,31.965646],[109.006895,31.973095],[108.999049,31.973523],[108.98926,31.978385],[108.985351,31.981977],[108.979025,31.983773],[108.961212,31.985779],[108.950259,31.981307],[108.932253,31.99224],[108.92204,31.989977],[108.904233,31.989961],[108.897405,31.987623],[108.875345,32.001349],[108.867317,32.002808],[108.851278,32.019821],[108.845867,32.030225],[108.831206,32.04095],[108.810996,32.047753],[108.799901,32.046923],[108.784766,32.050038],[108.772351,32.055834],[108.763281,32.067359],[108.750297,32.072473],[108.746941,32.079416],[108.748296,32.088914],[108.746935,32.096974],[108.740379,32.103837],[108.731531,32.108764],[108.723836,32.109356],[108.711199,32.10632],[108.696412,32.107417],[108.687441,32.104798],[108.669242,32.104907],[108.661178,32.115511],[108.649462,32.120396],[108.64774,32.126515],[108.642017,32.132069],[108.628301,32.136478],[108.612066,32.151328],[108.602286,32.157974],[108.596444,32.15763],[108.590811,32.159385],[108.581468,32.174134],[108.566334,32.175675],[108.553089,32.180336],[108.54507,32.178424],[108.534266,32.182256],[108.531512,32.18835],[108.506124,32.202687],[108.502524,32.207096],[108.501536,32.210954],[108.50294,32.215218],[108.506144,32.215914],[108.50962,32.220399],[108.507347,32.232114],[108.502623,32.240984],[108.502933,32.245589],[108.498743,32.249748],[108.494511,32.24921],[108.49101,32.246782],[108.481025,32.252008],[108.478732,32.258554],[108.480591,32.26256],[108.472833,32.270578],[108.467578,32.273617],[108.460671,32.265867],[108.443519,32.262638],[108.429696,32.265352],[108.423777,32.264333],[108.418015,32.262769],[108.41261,32.257304],[108.404531,32.258398],[108.394242,32.264376],[108.387335,32.265556],[108.378186,32.258902],[108.363887,32.255223],[108.346071,32.256372],[108.333608,32.243669],[108.331109,32.237969],[108.325205,32.234588],[108.305821,32.234506],[108.298458,32.23823],[108.282437,32.251674],[108.260949,32.258222],[108.256463,32.265774],[108.247297,32.273614],[108.238121,32.276377],[108.228045,32.269826],[108.218001,32.259109],[108.215662,32.259011],[108.211908,32.261769],[108.208295,32.258874],[108.207442,32.257497],[108.210131,32.253032],[108.208841,32.247465],[108.203886,32.243097],[108.190023,32.236431],[108.188522,32.233326],[108.191308,32.227717],[108.183722,32.222345],[108.175166,32.222703],[108.17109,32.229643],[108.149318,32.241198],[108.14353,32.225671],[108.140148,32.221097],[108.135998,32.220065],[108.118576,32.219585],[108.115174,32.223721],[108.09853,32.226632],[108.095671,32.230825],[108.087719,32.234473],[108.071002,32.232232],[108.066692,32.234533],[108.060609,32.229873],[108.060946,32.225864],[108.058988,32.222928],[108.053739,32.220377],[108.036242,32.216616],[108.029,32.222549],[108.02506,32.221793],[108.019361,32.214516],[108.019469,32.200785],[108.012684,32.193654],[108.013444,32.18604],[108.019966,32.181293],[108.020514,32.176401],[108.002655,32.167366],[108.000851,32.164397],[108.001485,32.159734],[107.997951,32.160885],[107.996965,32.159128],[107.998085,32.156282],[107.989472,32.149358],[107.972067,32.147966],[107.957607,32.16333],[107.954253,32.164206],[107.933118,32.183558],[107.919466,32.199028],[107.917013,32.200683],[107.913457,32.199497],[107.908109,32.201905],[107.899841,32.210767],[107.886014,32.216802],[107.873632,32.203926],[107.861363,32.204066],[107.841019,32.220947],[107.840017,32.22455],[107.829733,32.22443],[107.824261,32.229783],[107.820097,32.236763],[107.81339,32.240536],[107.806053,32.250679],[107.799994,32.26847],[107.784833,32.280289],[107.770434,32.309351],[107.757786,32.321593],[107.753335,32.32922],[107.751046,32.337959],[107.746089,32.339162],[107.710904,32.329816],[107.701618,32.334292],[107.694423,32.346661],[107.69015,32.358201],[107.688183,32.365101],[107.690472,32.369272],[107.687189,32.381188],[107.680358,32.39466],[107.677141,32.396135],[107.674685,32.400271],[107.667595,32.398743],[107.653306,32.40679],[107.649146,32.412254],[107.642596,32.415359],[107.634331,32.410487],[107.630812,32.406319],[107.628791,32.406378],[107.622151,32.410601],[107.614335,32.410319],[107.609449,32.407239],[107.601843,32.416713],[107.551763,32.395158],[107.547506,32.394464],[107.542194,32.396636],[107.538762,32.395803],[107.534933,32.38589],[107.531376,32.385504],[107.49355,32.400127],[107.487626,32.416725],[107.481281,32.427336],[107.474229,32.427885],[107.469263,32.421279],[107.452029,32.419764],[107.450211,32.42442],[107.444847,32.428413],[107.446177,32.434649],[107.450735,32.436643],[107.455365,32.44334],[107.455847,32.456002],[107.453429,32.460531],[107.444734,32.465618],[107.437452,32.466094],[107.434174,32.467797],[107.428305,32.48022],[107.4289,32.492961],[107.424084,32.503774],[107.432141,32.518168],[107.42982,32.540908],[107.422986,32.537807],[107.389154,32.542609],[107.382201,32.546226],[107.371947,32.548631],[107.366442,32.541656],[107.367052,32.537775],[107.362478,32.529459],[107.342204,32.512698],[107.308065,32.50057],[107.294292,32.490359],[107.290226,32.475197],[107.287519,32.471253],[107.282589,32.470387],[107.275838,32.465258],[107.276482,32.460092],[107.280523,32.457815],[107.281656,32.451926],[107.27857,32.447631],[107.278914,32.439928],[107.280372,32.437462],[107.274742,32.42471],[107.265903,32.424975],[107.260171,32.42283],[107.26936,32.410195],[107.266491,32.406564],[107.260106,32.405613],[107.245587,32.415404],[107.237851,32.412006],[107.231677,32.426627],[107.204065,32.437541],[107.199108,32.440919],[107.193268,32.453419],[107.197145,32.462107],[107.189937,32.469295],[107.179768,32.472011],[107.169486,32.482917],[107.16226,32.480853],[107.157782,32.477157],[107.145355,32.480924],[107.133582,32.481937],[107.122455,32.480515],[107.115572,32.487203],[107.118567,32.495915],[107.113491,32.497553],[107.110104,32.496745],[107.108179,32.502113],[107.107373,32.508618],[107.111886,32.50956],[107.115124,32.51298],[107.10812,32.516511],[107.093513,32.51943],[107.075515,32.53205],[107.071945,32.531441],[107.065247,32.533676],[107.067587,32.539156],[107.079179,32.545375],[107.08569,32.556333],[107.083709,32.566963],[107.087731,32.57104],[107.090068,32.57914],[107.095366,32.588544],[107.100861,32.592349],[107.100235,32.597088],[107.09517,32.604022],[107.096741,32.610555],[107.094796,32.615232],[107.093163,32.618695],[107.085452,32.625505],[107.08485,32.638582],[107.09125,32.648478],[107.093636,32.655709],[107.088352,32.669022],[107.085973,32.671169],[107.083368,32.671655],[107.07868,32.669578],[107.071439,32.670068],[107.061784,32.673592],[107.057935,32.67842],[107.054444,32.684981],[107.056276,32.695022],[107.061883,32.697423],[107.063502,32.700497],[107.061734,32.710706],[107.045837,32.717589],[107.03296,32.711762],[107.027367,32.711805],[107.025094,32.716466],[107.025729,32.72044],[107.012104,32.720406],[107.009603,32.72588],[107.003995,32.730727],[107.00167,32.729751],[106.996971,32.722131],[106.985666,32.715669],[106.985544,32.713116],[106.9808,32.712413],[106.960525,32.718055],[106.946343,32.718764],[106.941665,32.716258],[106.941294,32.714471],[106.932523,32.710432],[106.911861,32.705303],[106.908843,32.705726],[106.900845,32.714247],[106.899953,32.722221],[106.894375,32.725883],[106.891963,32.72599],[106.881417,32.720247],[106.876174,32.724504],[106.867214,32.727328],[106.861304,32.727276],[106.842511,32.723185],[106.839459,32.720547],[106.836439,32.71424],[106.81897,32.706672],[106.810822,32.710793],[106.810053,32.713095],[106.79057,32.713198],[106.78465,32.700043],[106.781111,32.69904],[106.77753,32.702587],[106.775902,32.711417],[106.777656,32.717571],[106.776352,32.726459],[106.779626,32.735497],[106.777431,32.739022],[106.743228,32.737308],[106.727647,32.740879],[106.723052,32.735861],[106.7058,32.726438],[106.703131,32.72244],[106.690374,32.713924],[106.679984,32.710299],[106.672375,32.704856],[106.669005,32.697897],[106.658842,32.691282],[106.645198,32.688768],[106.636109,32.689643],[106.625068,32.683469],[106.60981,32.684916],[106.586974,32.690639],[106.581759,32.690273],[106.56977,32.679816],[106.552675,32.670084],[106.549076,32.677629],[106.545428,32.679324],[106.540621,32.677686],[106.536205,32.673753],[106.512341,32.668534],[106.500369,32.664147],[106.497154,32.660983],[106.496108,32.653424],[106.494096,32.651532],[106.464678,32.653389],[106.45303,32.658125],[106.446567,32.640478],[106.4291,32.62651],[106.417916,32.619114],[106.402379,32.621335],[106.39979,32.618866],[106.387934,32.625522],[106.378868,32.63874],[106.380166,32.649396],[106.375172,32.650052],[106.362598,32.663089],[106.344453,32.673501],[106.3338,32.67653],[106.31018,32.673049],[106.293761,32.680828],[106.285888,32.673523],[106.268794,32.672906],[106.264304,32.67555],[106.261695,32.685279],[106.254089,32.696868],[106.246127,32.698234],[106.237708,32.694119],[106.216004,32.694928],[106.211037,32.699787],[106.206615,32.700189],[106.203798,32.696681],[106.177863,32.695538],[106.170825,32.698481],[106.170723,32.70069],[106.173372,32.703815],[106.164264,32.710718],[106.149479,32.707231],[106.145054,32.716039],[106.140805,32.720656],[106.131069,32.722144],[106.125387,32.725318],[106.123696,32.7238],[106.108731,32.722615],[106.102968,32.736992],[106.089994,32.739863],[106.087315,32.744907],[106.083201,32.748389],[106.069334,32.755242],[106.068131,32.77024],[106.05986,32.772241],[106.058371,32.775488],[106.061162,32.784142],[106.078593,32.790076],[106.092427,32.791901],[106.096571,32.794921],[106.09493,32.804853],[106.089955,32.810082],[106.087374,32.81694],[106.089383,32.825493],[106.082234,32.82812],[106.078902,32.826099],[106.066091,32.826006],[106.067165,32.8303],[106.056857,32.838051],[106.047482,32.849259],[106.044582,32.859126],[106.038669,32.867077],[106.036365,32.866453],[106.038085,32.86132],[106.034113,32.855102],[106.030951,32.854625],[106.025713,32.858487],[106.017532,32.858326],[106.01805,32.849581],[106.009601,32.84064],[106.007037,32.831744],[105.991242,32.830273],[105.980189,32.842548],[105.974111,32.84373],[105.967887,32.847937],[105.965893,32.851279],[105.961688,32.85179],[105.956352,32.847043],[105.952874,32.840138],[105.928812,32.829373],[105.887416,32.838045],[105.869129,32.831431],[105.863075,32.832087],[105.85509,32.828716],[105.853034,32.826937],[105.852374,32.822712],[105.84719,32.819916],[105.838105,32.821819],[105.829229,32.827393],[105.823365,32.826761],[105.81812,32.815664],[105.823959,32.803471],[105.819015,32.800275],[105.814655,32.791525],[105.818028,32.785057],[105.819762,32.771572],[105.814517,32.774915],[105.806605,32.773828],[105.803947,32.765398],[105.793506,32.756494],[105.784087,32.754916],[105.77753,32.75133],[105.772852,32.758124],[105.77138,32.763693],[105.76641,32.769567],[105.761698,32.769312],[105.754889,32.764657],[105.751195,32.768352],[105.745007,32.769677],[105.736903,32.761694],[105.73371,32.757446],[105.733689,32.755054],[105.714944,32.761061],[105.704921,32.755521],[105.700908,32.751618],[105.697715,32.745141],[105.686884,32.744071],[105.67262,32.729243],[105.6641,32.728973],[105.6557,32.721715],[105.65167,32.722534],[105.647,32.721319],[105.638477,32.711261],[105.628516,32.71078],[105.625244,32.706008],[105.612284,32.703246],[105.593049,32.702313],[105.589518,32.704172],[105.587814,32.707182],[105.587602,32.717121],[105.583893,32.73122],[105.581055,32.732392],[105.569879,32.727607],[105.563537,32.726916],[105.554639,32.734691],[105.552803,32.751428],[105.559498,32.758316],[105.563697,32.759894],[105.565946,32.763882],[105.562538,32.769907],[105.558683,32.770157],[105.551752,32.776744],[105.550814,32.780672],[105.553731,32.791992],[105.552469,32.797134],[105.542578,32.795932],[105.537359,32.792483],[105.532082,32.793811],[105.52876,32.798942],[105.525685,32.808811],[105.526799,32.812915],[105.530072,32.815313],[105.530428,32.820875],[105.523527,32.832236],[105.521318,32.83942],[105.520738,32.849679],[105.510727,32.861717],[105.500981,32.864995],[105.488313,32.884908],[105.489423,32.893531],[105.491672,32.897928],[105.490653,32.906081],[105.492633,32.909223],[105.506021,32.920529],[105.521041,32.922641],[105.527169,32.918005],[105.529666,32.912738],[105.53433,32.908959],[105.53853,32.908866],[105.544505,32.911892],[105.561164,32.910188],[105.572484,32.897299],[105.574352,32.89224],[105.572935,32.888273],[105.588696,32.880758],[105.603831,32.886787],[105.613056,32.886569],[105.619689,32.884231],[105.632505,32.884942],[105.649134,32.893435],[105.650984,32.900167],[105.662893,32.906675],[105.691702,32.906841],[105.696851,32.908902],[105.702356,32.91532],[105.714687,32.912249],[105.722304,32.906798],[105.725704,32.906568],[105.733484,32.910847],[105.740375,32.919574],[105.752975,32.926432],[105.76471,32.926926],[105.774208,32.934981],[105.803564,32.940961],[105.808566,32.945402],[105.813242,32.953492],[105.819905,32.959133],[105.826804,32.959254],[105.832342,32.953884],[105.849061,32.948989],[105.852878,32.942716],[105.858477,32.943327],[105.864447,32.947422],[105.864955,32.958523],[105.869229,32.9648],[105.881035,32.967256],[105.88575,32.970687],[105.88874,32.980988],[105.897562,32.990696],[105.916221,32.996912],[105.918456,33.010174],[105.915264,33.0184],[105.925967,33.027602],[105.925837,33.028984],[105.922822,33.040542],[105.908527,33.055046],[105.908217,33.057729],[105.911224,33.068634],[105.925742,33.072995],[105.928705,33.07841],[105.921427,33.082572],[105.914344,33.095024],[105.914102,33.107376],[105.923862,33.114354],[105.932676,33.115247],[105.934166,33.120786],[105.929812,33.124118],[105.920919,33.123032],[105.914567,33.130776],[105.905739,33.132607],[105.90832,33.135939],[105.921173,33.137025],[105.924324,33.149994],[105.919223,33.151446],[105.915628,33.146934],[105.902894,33.138999],[105.890994,33.148483],[105.899871,33.159559],[105.911146,33.161803],[105.921792,33.169672],[105.91409,33.177219],[105.913441,33.179863],[105.918352,33.184223],[105.921904,33.190374],[105.921166,33.194621],[105.922647,33.198161],[105.928051,33.201773],[105.933399,33.199965],[105.936051,33.191635],[105.935613,33.187375],[105.924622,33.179387],[105.930572,33.176482],[105.942637,33.177572],[105.942955,33.174444],[105.937607,33.169816],[105.939468,33.160245],[105.941916,33.155798],[105.954866,33.150313],[105.966514,33.148417],[105.967908,33.14937],[105.971614,33.163437],[105.965084,33.173112],[105.964789,33.183744],[105.960152,33.187484],[105.958598,33.212341],[105.955245,33.216112],[105.945865,33.213223],[105.93664,33.214113],[105.932586,33.218566],[105.941182,33.218323],[105.944186,33.221022],[105.940286,33.224464],[105.929091,33.22519],[105.932991,33.231485],[105.918802,33.24349],[105.896892,33.24565],[105.889481,33.241962],[105.877022,33.240404],[105.870512,33.237216],[105.858517,33.234494],[105.843578,33.243155],[105.837301,33.251363],[105.830376,33.25589],[105.823653,33.257804],[105.815328,33.256809],[105.806923,33.263478],[105.799898,33.26275],[105.79132,33.265623],[105.785625,33.27763],[105.787028,33.284184],[105.760202,33.288618],[105.747187,33.287638],[105.735445,33.310907],[105.735055,33.315114],[105.750343,33.315834],[105.754329,33.323071],[105.744556,33.342279],[105.725192,33.351549],[105.723908,33.354444],[105.724323,33.361572],[105.720114,33.365614],[105.717221,33.365982],[105.711633,33.377045],[105.704947,33.37963],[105.698867,33.391324],[105.709211,33.394857],[105.72889,33.397673],[105.732299,33.387337],[105.745042,33.381591],[105.758043,33.379323],[105.765642,33.378505],[105.765662,33.383836],[105.768112,33.388455],[105.77466,33.391721],[105.780463,33.389385],[105.781972,33.386979],[105.798965,33.384339],[105.808883,33.385908],[105.814814,33.382206],[105.819622,33.382552],[105.825201,33.389379],[105.827816,33.396254],[105.826811,33.402557],[105.831074,33.416033],[105.834074,33.438623],[105.830494,33.448876],[105.826539,33.456178],[105.82348,33.458611],[105.823253,33.464713],[105.825576,33.466636],[105.832108,33.466516],[105.840786,33.471139],[105.833324,33.477981],[105.833839,33.483225],[105.837124,33.485405],[105.839979,33.49055],[105.839919,33.492236],[105.836679,33.493487],[105.837398,33.496385],[105.84053,33.501359],[105.84575,33.505115],[105.850552,33.506627],[105.865011,33.517654],[105.86991,33.519383],[105.872927,33.524416],[105.874829,33.538796],[105.88722,33.53944],[105.894252,33.549399],[105.894427,33.559767],[105.897456,33.565988],[105.903333,33.564832],[105.908433,33.56036],[105.908918,33.557289],[105.913617,33.556811],[105.918284,33.558976],[105.931672,33.570705],[105.934471,33.575426],[105.931716,33.577138],[105.934016,33.580899],[105.947714,33.588619],[105.955909,33.59657],[105.9584,33.607764],[105.952397,33.615188],[105.979694,33.61382],[105.985906,33.607939],[105.99347,33.605536],[106.014045,33.611657],[106.015313,33.600138],[106.018226,33.597666],[106.023933,33.596587],[106.038343,33.609668],[106.046572,33.610746],[106.052016,33.608998],[106.054814,33.606139],[106.060359,33.605908],[106.082359,33.619105],[106.09596,33.611004],[106.106741,33.610186],[106.113294,33.604149],[106.118568,33.603472],[106.124795,33.605662],[106.126113,33.603467],[106.126912,33.598576],[106.120944,33.593537],[106.116386,33.591575],[106.106176,33.592749],[106.106373,33.587316],[106.10039,33.575536],[106.102205,33.572833],[106.105863,33.570802],[106.128188,33.573288],[106.127115,33.581215],[106.132962,33.583099],[106.143165,33.58333],[106.14501,33.581759],[106.136975,33.576228],[106.138938,33.567744],[106.145165,33.560828],[106.157337,33.55836],[106.170591,33.54935],[106.18266,33.545666],[106.188086,33.548196],[106.197379,33.556204],[106.201641,33.564607],[106.213059,33.566431],[106.220532,33.564867],[106.231558,33.567052],[106.238623,33.577348],[106.253063,33.59125],[106.267434,33.599383],[106.273196,33.600347],[106.27348,33.606663],[106.28521,33.610412],[106.311943,33.607519],[106.311794,33.604031],[106.308816,33.599669],[106.309532,33.597077],[106.328099,33.593564],[106.331807,33.590473],[106.341295,33.587011],[106.34367,33.587931],[106.350863,33.598853],[106.354862,33.602014],[106.361289,33.601406],[106.372926,33.604842],[106.368821,33.618824],[106.386493,33.620039],[106.404351,33.618722],[106.415245,33.623495],[106.43335,33.622704],[106.444004,33.618118],[106.444757,33.59231],[106.451273,33.581911],[106.448018,33.564918],[106.451413,33.548252],[106.454215,33.541619],[106.459816,33.541512],[106.464513,33.532774],[106.465441,33.526502],[106.47991,33.532245],[106.48744,33.540791],[106.492381,33.538986],[106.499993,33.533299],[106.5054,33.518494],[106.513158,33.514776],[106.514985,33.516728],[106.539269,33.51957],[106.543758,33.525035],[106.552289,33.528651],[106.555154,33.532136],[106.558156,33.549387],[106.54841,33.564233],[106.548424,33.578869],[106.558519,33.579996],[106.567485,33.579052],[106.571372,33.576678],[106.577571,33.578463],[106.577754,33.581883],[106.572516,33.583646],[106.570903,33.586332],[106.575077,33.589526],[106.577181,33.606617],[106.579565,33.613445],[106.577177,33.619238],[106.576712,33.627902],[106.572535,33.636495],[106.564131,33.639822],[106.561004,33.642756],[106.562003,33.649897],[106.545978,33.660824],[106.549749,33.668289],[106.551004,33.675168],[106.548579,33.677399],[106.535065,33.68079],[106.534838,33.683724],[106.519476,33.702881],[106.509827,33.705474],[106.503933,33.703159],[106.488792,33.710146],[106.480478,33.711619],[106.476839,33.716972],[106.478073,33.731262],[106.479593,33.73387],[106.4827,33.735087],[106.484405,33.745049],[106.4786,33.750246],[106.480286,33.757973],[106.479832,33.776135],[106.476719,33.78778],[106.4719,33.78956],[106.470445,33.787883],[106.459401,33.78718],[106.454868,33.792466],[106.455487,33.804739],[106.458735,33.815677],[106.456623,33.818805],[106.458795,33.828642],[106.464685,33.833918],[106.468538,33.83464],[106.475826,33.831593],[106.480133,33.833504],[106.493638,33.850106],[106.490741,33.857196],[106.47286,33.867161],[106.47036,33.87713],[106.458883,33.886053],[106.452261,33.883751],[106.457973,33.880831],[106.446395,33.870552],[106.42285,33.870322],[106.416194,33.87639],[106.413196,33.884019],[106.417693,33.894886],[106.412261,33.904572],[106.40377,33.90771],[106.406538,33.911525],[106.419201,33.915352],[106.428435,33.925294],[106.431078,33.930299],[106.441547,33.936491],[106.444616,33.941441],[106.442964,33.948168],[106.449937,33.957516],[106.462139,33.959618],[106.466967,33.970559],[106.466613,33.977448],[106.470746,33.989665],[106.475383,33.993004],[106.47572,33.995873],[106.474233,34.007493],[106.466626,34.017778],[106.466415,34.03282],[106.473222,34.037952],[106.480028,34.035711],[106.483437,34.047338],[106.495234,34.064008],[106.499212,34.064607],[106.504838,34.07353],[106.500623,34.086497],[106.496029,34.094675],[106.494848,34.104729],[106.496802,34.112643],[106.513349,34.113349],[106.523997,34.111548],[106.532146,34.112477],[106.538672,34.115621],[106.550999,34.111457],[106.556323,34.111205],[106.563744,34.125831],[106.57815,34.143162],[106.581079,34.150618],[106.578368,34.15582],[106.569908,34.1605],[106.566724,34.164473],[106.567494,34.170486],[106.564976,34.177812],[106.559827,34.181134],[106.556178,34.191189],[106.560221,34.19567],[106.560592,34.199026],[106.553283,34.203308],[106.55261,34.205686],[106.553049,34.228075],[106.544061,34.232168],[106.537344,34.24523],[106.537122,34.2485],[106.522685,34.257643],[106.518415,34.252281],[106.517402,34.243646],[106.495346,34.244059],[106.484185,34.250339],[106.485729,34.254778],[106.498639,34.264544],[106.506877,34.277133],[106.505,34.280742],[106.505287,34.284093],[106.511365,34.288174],[106.518177,34.289183],[106.523416,34.297623],[106.528637,34.295629],[106.535263,34.28782],[106.550736,34.282277],[106.566697,34.284319],[106.575868,34.274282],[106.57898,34.264889],[106.577361,34.260752],[106.585682,34.251665],[106.60111,34.263021],[106.61469,34.266226],[106.618006,34.265345],[106.627074,34.25664],[106.643457,34.247946],[106.67459,34.255558],[106.675852,34.256568],[106.676594,34.267324],[106.681378,34.275202],[106.688238,34.273266],[106.690994,34.273955],[106.701215,34.284105],[106.693496,34.289477],[106.697261,34.298259],[106.699397,34.316392],[106.696287,34.327311],[106.681768,34.33184],[106.681856,34.336156],[106.684879,34.341472],[106.690173,34.345012],[106.710121,34.350171],[106.715078,34.359553],[106.714191,34.37258],[106.707123,34.377557],[106.704235,34.377652],[106.698976,34.371053],[106.695443,34.370414],[106.692209,34.372529],[106.689102,34.379641],[106.686082,34.379915],[106.683668,34.376716],[106.677801,34.37564],[106.67917,34.381914],[106.675306,34.385546],[106.659842,34.382404],[106.647855,34.393337],[106.642034,34.391735],[106.634165,34.393138],[106.632641,34.395331],[106.634052,34.39894],[106.629381,34.405318],[106.620958,34.412341],[106.619663,34.429696],[106.614916,34.431028],[106.610516,34.442498],[106.615703,34.446288],[106.615893,34.450045],[106.606873,34.455869],[106.601725,34.45507],[106.59827,34.449734],[106.586862,34.455755],[106.586588,34.45762],[106.591248,34.462671],[106.594067,34.463742],[106.59806,34.462359],[106.598938,34.466004],[106.596303,34.467589],[106.582583,34.465699],[106.578928,34.467592],[106.581975,34.471213],[106.580007,34.473146],[106.574581,34.475927],[106.567899,34.474309],[106.564297,34.476132],[106.565122,34.480805],[106.570039,34.482969],[106.568321,34.485309],[106.548445,34.491191],[106.541672,34.485663],[106.537838,34.487384],[106.537766,34.490398],[106.534034,34.493992],[106.509884,34.499204],[106.50793,34.502534],[106.507662,34.510415],[106.484885,34.517636],[106.483504,34.524891],[106.481796,34.526003],[106.479095,34.526036],[106.478233,34.523661],[106.47376,34.522714],[106.466352,34.524352],[106.464545,34.531073],[106.452916,34.532656],[106.448588,34.53169],[106.446446,34.526215],[106.44325,34.524984],[106.435051,34.525411],[106.432287,34.529189],[106.421169,34.524674],[106.410002,34.525651],[106.402985,34.524215],[106.397812,34.518395],[106.396985,34.512217],[106.3936,34.510701],[106.381977,34.511992],[106.381807,34.519264],[106.376952,34.522091],[106.363724,34.513372],[106.346551,34.519437],[106.335187,34.517909],[106.329288,34.518805],[106.34003,34.538394],[106.338953,34.545028],[106.3349,34.549447],[106.340062,34.559967],[106.337016,34.569135],[106.324462,34.577273],[106.309252,34.579756],[106.306806,34.582404],[106.308977,34.588859],[106.316274,34.58968],[106.333075,34.59633],[106.354525,34.616561],[106.360252,34.616902],[106.362237,34.612749],[106.365232,34.612682],[106.37523,34.625138],[106.379145,34.627515],[106.38043,34.624589],[106.38427,34.621983],[106.396358,34.637268],[106.40037,34.63892],[106.406359,34.637149],[106.41499,34.643356],[106.414436,34.648017],[106.417886,34.656653],[106.439512,34.640756],[106.442487,34.636755],[106.458295,34.63896],[106.462661,34.642264],[106.46821,34.652229],[106.461496,34.658685],[106.44638,34.667115],[106.447547,34.678612],[106.451227,34.684971],[106.449814,34.687019],[106.445873,34.688148],[106.44447,34.696492],[106.452854,34.712643],[106.456915,34.715731],[106.460829,34.716239],[106.463519,34.714375],[106.461178,34.711477],[106.463695,34.708757],[106.48133,34.717491],[106.487363,34.727808],[106.494706,34.730328],[106.493462,34.738223],[106.491655,34.739797],[106.492591,34.743936],[106.496078,34.748655],[106.505692,34.743564],[106.527937,34.749868],[106.541911,34.749196],[106.545563,34.751981],[106.543085,34.761615],[106.547037,34.764689],[106.554761,34.767623],[106.558999,34.765668],[106.571201,34.771587],[106.574737,34.78358],[106.574053,34.790787],[106.561231,34.798948],[106.562059,34.804507],[106.56088,34.810096],[106.551093,34.817722],[106.546765,34.829973],[106.547946,34.83201],[106.55677,34.833904],[106.558105,34.836053],[106.552266,34.844964],[106.556317,34.851567],[106.554231,34.857931],[106.55214,34.861656],[106.546042,34.865148],[106.540691,34.873777],[106.532416,34.880372],[106.523504,34.879122],[106.508242,34.891907],[106.506075,34.895977],[106.515411,34.92222],[106.512563,34.924238],[106.503215,34.923617],[106.496306,34.937571],[106.485055,34.941148],[106.489229,34.960488],[106.485343,34.971822],[106.478812,34.981022],[106.483774,34.987542],[106.491982,34.989048],[106.495519,34.991757],[106.497405,34.996391],[106.490799,35.000009],[106.49139,35.0176],[106.484279,35.022024],[106.498769,35.034655],[106.516263,35.028353],[106.522691,35.031387],[106.523463,35.040659],[106.534943,35.062287],[106.541175,35.068714],[106.540648,35.078982],[106.53696,35.083487],[106.539652,35.086732],[106.555826,35.092287],[106.563734,35.083727],[106.570458,35.081018],[106.570887,35.084914],[106.567987,35.08922],[106.572528,35.091394],[106.586787,35.089317],[106.598648,35.085082],[106.614159,35.072842],[106.637077,35.07252],[106.639463,35.073575],[106.640974,35.07607],[106.640019,35.078105],[106.64169,35.079531],[106.651619,35.077091],[106.659357,35.069431],[106.661336,35.075207],[106.664187,35.077481],[106.692203,35.080227],[106.702009,35.082854],[106.702722,35.08926],[106.710711,35.093733],[106.710536,35.099446],[106.715824,35.102467],[106.730682,35.104262],[106.745153,35.098115],[106.771732,35.092193],[106.792742,35.0912],[106.810462,35.086217],[106.816545,35.082066],[106.821335,35.08122],[106.84079,35.081361],[106.845548,35.088336],[106.855529,35.094161],[106.875588,35.09346],[106.882551,35.095909],[106.896584,35.096481],[106.906672,35.089459],[106.908221,35.083031],[106.921324,35.076722],[106.924893,35.078435],[106.928106,35.084306],[106.930699,35.084986],[106.940007,35.081356],[106.950846,35.071957],[106.961091,35.065949],[106.9767,35.070743],[106.984534,35.071583],[106.986234,35.069133],[106.981727,35.066687],[106.980726,35.06398],[106.984308,35.060475],[106.99078,35.061076],[107.00037,35.051627],[107.006989,35.039622],[107.004788,35.030302],[107.010574,35.028775],[107.01794,35.032342],[107.026891,35.030688],[107.031125,35.033663],[107.029917,35.038542],[107.035926,35.043271],[107.046112,35.039624],[107.042662,35.027733],[107.052436,35.026464],[107.054699,35.021816],[107.060668,35.019625],[107.070005,35.019999],[107.082906,35.017245],[107.089595,35.008092],[107.09187,34.995431],[107.089786,34.988666],[107.081572,34.980484],[107.086561,34.97253],[107.093586,34.969761],[107.096612,34.962751],[107.101554,34.957893],[107.10628,34.955748],[107.113582,34.955238],[107.119921,34.94679],[107.131149,34.945914],[107.138972,34.948525],[107.146332,34.942341],[107.146606,34.93765],[107.151479,34.937006],[107.156899,34.94012],[107.17034,34.937309],[107.184331,34.906629],[107.179074,34.900547],[107.178641,34.89628],[107.189452,34.881264],[107.189996,34.882967],[107.196893,34.886347],[107.202398,34.887075],[107.211866,34.879452],[107.218185,34.879155],[107.227786,34.891254],[107.237251,34.889849],[107.238345,34.885143],[107.24314,34.882593],[107.247937,34.88337],[107.257883,34.905994],[107.257606,34.908129],[107.265686,34.910723],[107.271266,34.907712],[107.277416,34.909949],[107.278186,34.912401],[107.275197,34.913655],[107.275052,34.916256],[107.284179,34.930984],[107.284814,34.939506],[107.291413,34.944625],[107.296773,34.938216],[107.303674,34.937091],[107.337614,34.94147],[107.343319,34.938262],[107.347791,34.929925],[107.35374,34.929148],[107.357984,34.922411],[107.359647,34.915794],[107.363487,34.912647],[107.363731,34.918859],[107.37383,34.931816],[107.387897,34.936447],[107.395218,34.931877],[107.411187,34.93573],[107.429251,34.921325],[107.44849,34.915877],[107.455823,34.916513],[107.466841,34.914792],[107.472793,34.919458],[107.473799,34.924142],[107.487447,34.914068],[107.488618,34.90943],[107.493626,34.907654],[107.500383,34.913626],[107.524477,34.914049],[107.525564,34.914687],[107.523858,34.919531],[107.520025,34.922131],[107.525206,34.931533],[107.53313,34.932512],[107.541339,34.938162],[107.546407,34.944619],[107.550065,34.953955],[107.560666,34.965013],[107.568899,34.968822],[107.583513,34.963028],[107.589213,34.953887],[107.593171,34.952345],[107.596581,34.956809],[107.59725,34.963647],[107.60646,34.968497],[107.610255,34.969115],[107.628243,34.960952],[107.630085,34.956955],[107.629459,34.952013],[107.627303,34.939219],[107.62184,34.922472],[107.634843,34.919314],[107.633034,34.934574],[107.634589,34.936643],[107.641934,34.935325],[107.642923,34.931706],[107.645451,34.932453],[107.653319,34.937377],[107.652161,34.944598],[107.670484,34.951547],[107.69293,34.952398],[107.699933,34.950954],[107.708622,34.9652],[107.711903,34.958592],[107.711992,34.952574],[107.715659,34.952081],[107.722652,34.953256],[107.729269,34.956658],[107.739779,34.953657],[107.745303,34.96229],[107.765924,34.964048],[107.778112,34.958943],[107.784882,34.959093],[107.794666,34.962117],[107.799788,34.957395],[107.79513,34.967648],[107.80194,34.974457],[107.813719,34.975814],[107.815447,34.974229],[107.824836,34.981145],[107.833527,34.979717],[107.845174,34.982217],[107.854618,34.988411],[107.859461,34.997881],[107.857495,35.000978],[107.843324,35.000829],[107.839191,35.004554],[107.836326,35.014614],[107.844105,35.02513],[107.806991,35.026111],[107.794182,35.03557],[107.780156,35.053778],[107.770567,35.05989],[107.762093,35.06804],[107.755186,35.071448],[107.752642,35.077822],[107.757614,35.081456],[107.761375,35.08781],[107.716878,35.114077],[107.717685,35.119545],[107.723295,35.120883],[107.724336,35.127322],[107.721154,35.144455],[107.716299,35.151543],[107.710872,35.153257],[107.708607,35.159676],[107.70938,35.17365],[107.713445,35.178102],[107.700493,35.191383],[107.685714,35.197485],[107.683816,35.200919],[107.688323,35.204453],[107.684753,35.213218],[107.680061,35.219491],[107.673618,35.218915],[107.664698,35.215402],[107.660556,35.224496],[107.65381,35.231558],[107.65874,35.237979],[107.658441,35.240272],[107.655415,35.241924],[107.648352,35.241363],[107.65363,35.252473],[107.660072,35.257736],[107.666769,35.256813],[107.668446,35.25494],[107.690105,35.251792],[107.69126,35.25563],[107.693917,35.257551],[107.699911,35.254612],[107.700672,35.250321],[107.705812,35.243758],[107.70995,35.242876],[107.716178,35.244995],[107.718758,35.248954],[107.71342,35.249916],[107.70549,35.257478],[107.708884,35.261453],[107.718429,35.258994],[107.72583,35.264814],[107.722792,35.266815],[107.717847,35.264198],[107.711782,35.264844],[107.716375,35.271074],[107.725077,35.272141],[107.726762,35.267295],[107.731108,35.268435],[107.737311,35.274124],[107.737095,35.279362],[107.731238,35.278025],[107.734933,35.290651],[107.73768,35.293563],[107.734869,35.296595],[107.723399,35.301593],[107.716597,35.300862],[107.713673,35.295387],[107.707665,35.292812],[107.70397,35.297137],[107.710556,35.305139],[107.719209,35.305006],[107.737285,35.312395],[107.741555,35.31127],[107.744404,35.307172],[107.749646,35.304124],[107.772846,35.302473],[107.774885,35.295482],[107.784069,35.297013],[107.796801,35.287285],[107.805142,35.2879],[107.812078,35.281926],[107.812208,35.27938],[107.814912,35.277213],[107.828347,35.272445],[107.830608,35.272686],[107.834208,35.276172],[107.84057,35.276864],[107.8449,35.27022],[107.85633,35.264572],[107.858906,35.262495],[107.858346,35.259411],[107.862018,35.257786],[107.874916,35.262615],[107.883387,35.260826],[107.886279,35.25823],[107.890651,35.259609],[107.891887,35.261806],[107.904608,35.260792],[107.908561,35.255221],[107.914919,35.254182],[107.916062,35.257718],[107.920603,35.257721],[107.92299,35.254281],[107.922014,35.250458],[107.924157,35.249765],[107.931104,35.254332],[107.931346,35.257832],[107.929663,35.260625],[107.93036,35.269042],[107.952668,35.268228],[107.955519,35.267078],[107.956712,35.263553],[107.947771,35.248821],[107.963106,35.242586],[107.969942,35.244866],[107.980965,35.244296],[107.998291,35.248563],[108.039923,35.254568],[108.071807,35.267024],[108.077866,35.275001],[108.082478,35.273026],[108.08741,35.274776],[108.08964,35.278887],[108.098058,35.278115],[108.113158,35.28311],[108.116429,35.28114],[108.128168,35.287286],[108.125728,35.289773],[108.12636,35.291101],[108.135379,35.291892],[108.136116,35.289543],[108.14324,35.284919],[108.148736,35.292784],[108.166402,35.306444],[108.17318,35.300617],[108.188145,35.30206],[108.199318,35.300948],[108.205698,35.297755],[108.217655,35.30026],[108.2198,35.290349],[108.223405,35.287504],[108.227354,35.28833],[108.228012,35.287172],[108.227393,35.283618],[108.222509,35.279986],[108.22366,35.276115],[108.235945,35.261441],[108.243508,35.258611],[108.245564,35.254124],[108.249837,35.252869],[108.251233,35.25703],[108.249678,35.266855],[108.25218,35.268238],[108.262244,35.270683],[108.2639,35.266936],[108.259794,35.265463],[108.263937,35.26357],[108.274132,35.264003],[108.293031,35.269014],[108.304531,35.279702],[108.300211,35.295165],[108.303146,35.297405],[108.305372,35.295657],[108.306481,35.289482],[108.308678,35.287471],[108.320696,35.287012],[108.326262,35.289059],[108.332204,35.29987],[108.34091,35.301964],[108.34715,35.29901],[108.352597,35.290825],[108.346067,35.287411],[108.34655,35.28628],[108.354592,35.279991],[108.359411,35.278265],[108.361709,35.27921],[108.363275,35.285456],[108.376231,35.28948],[108.391033,35.284782],[108.391871,35.282897],[108.390417,35.280127],[108.392932,35.278843],[108.412956,35.275405],[108.418876,35.278082],[108.444811,35.273611],[108.461452,35.277389],[108.477695,35.277965],[108.492497,35.282866],[108.492965,35.281912],[108.516236,35.287292],[108.536531,35.306201],[108.539105,35.30691],[108.541827,35.306007],[108.544125,35.301165],[108.560815,35.292078],[108.576068,35.291845],[108.578156,35.292873],[108.582075,35.306837],[108.600246,35.311128],[108.602113,35.313312],[108.603141,35.320764],[108.607195,35.325147],[108.611333,35.326243],[108.615866,35.333542],[108.605644,35.335403],[108.607613,35.353082],[108.604264,35.358943],[108.61216,35.369933],[108.610948,35.380386],[108.61375,35.384406],[108.633405,35.399926],[108.634026,35.401875],[108.633921,35.406825],[108.630516,35.414338],[108.625165,35.420728],[108.621863,35.427839],[108.624078,35.433034],[108.623328,35.449022],[108.622159,35.451401],[108.618281,35.452484],[108.612264,35.46588],[108.615005,35.470021],[108.61453,35.483387],[108.605071,35.488983],[108.600096,35.502068],[108.603236,35.51776],[108.610451,35.519516],[108.619726,35.532508],[108.620303,35.536049],[108.614146,35.544603],[108.616152,35.551743],[108.614736,35.557853],[108.611173,35.558373],[108.592883,35.568814],[108.579833,35.581201],[108.566649,35.584285],[108.562422,35.589702],[108.561959,35.593887],[108.557716,35.600185],[108.551161,35.598856],[108.542661,35.600092],[108.537367,35.604284],[108.522585,35.64535],[108.519846,35.648612],[108.514079,35.649034],[108.517314,35.661054],[108.526692,35.682442],[108.524274,35.686708],[108.521279,35.687179],[108.513347,35.694033],[108.513133,35.699246],[108.530296,35.709167],[108.526924,35.712278],[108.514355,35.714687],[108.510656,35.71924],[108.512761,35.724886],[108.515521,35.723583],[108.52074,35.725751],[108.527187,35.73786],[108.526905,35.751606],[108.518155,35.759976],[108.517091,35.772346],[108.523093,35.774095],[108.525196,35.784064],[108.524106,35.7917],[108.521113,35.797203],[108.522487,35.803268],[108.522601,35.822397],[108.518504,35.826242],[108.519025,35.835171],[108.514306,35.844213],[108.501721,35.852631],[108.501689,35.861059],[108.503318,35.863844],[108.502193,35.866794],[108.493935,35.870657],[108.492536,35.873759],[108.496684,35.885933],[108.501993,35.886012],[108.506556,35.895519],[108.517356,35.906208],[108.539316,35.910894],[108.558484,35.919031],[108.559708,35.925395],[108.557037,35.928847],[108.557327,35.933039],[108.564655,35.939195],[108.578026,35.941948],[108.578728,35.946657],[108.581509,35.950234],[108.600423,35.940811],[108.606674,35.944733],[108.618324,35.942687],[108.623876,35.936362],[108.630135,35.93964],[108.629351,35.942672],[108.633582,35.947301],[108.635559,35.947542],[108.64113,35.943166],[108.646587,35.944006],[108.654191,35.95858],[108.655176,35.969688],[108.653414,35.983496],[108.65707,35.992451],[108.666675,35.997579],[108.682073,36.021237],[108.681449,36.02664],[108.677682,36.033902],[108.674897,36.051791],[108.678354,36.082508],[108.686681,36.086873],[108.703617,36.109666],[108.70091,36.113465],[108.692024,36.117942],[108.700794,36.132396],[108.706998,36.138326],[108.709007,36.1432],[108.706239,36.151831],[108.678316,36.18713],[108.654579,36.21371],[108.645404,36.242649],[108.644302,36.261574],[108.650567,36.273966],[108.641699,36.29268],[108.6367,36.311581],[108.637915,36.316155],[108.636408,36.358503],[108.645508,36.386158],[108.633171,36.400797],[108.628223,36.417005],[108.610539,36.438536],[108.602037,36.433992],[108.595393,36.427337],[108.589445,36.428365],[108.57025,36.436255],[108.559489,36.433333],[108.541578,36.450287],[108.517491,36.462787],[108.506651,36.474825],[108.503004,36.46965],[108.502897,36.46233],[108.51012,36.445739],[108.491192,36.421258],[108.468843,36.424617],[108.432403,36.434458],[108.396326,36.446292],[108.395809,36.450137],[108.401389,36.463144],[108.400539,36.47453],[108.388355,36.499587],[108.358697,36.52636],[108.35291,36.546534],[108.344671,36.555842],[108.31734,36.556718],[108.291901,36.567428],[108.290323,36.56511],[108.290162,36.554243],[108.288439,36.552565],[108.283894,36.552701],[108.268879,36.565797],[108.263335,36.568148],[108.256012,36.559694],[108.257783,36.55335],[108.256705,36.547324],[108.254928,36.546893],[108.23983,36.569962],[108.216596,36.570654],[108.20432,36.573849],[108.201137,36.597329],[108.202016,36.606854],[108.212805,36.622227],[108.217606,36.630799],[108.21654,36.631562],[108.201444,36.633062],[108.194062,36.625753],[108.182882,36.612759],[108.174819,36.600086],[108.177761,36.595028],[108.177711,36.591469],[108.169829,36.577177],[108.153953,36.559736],[108.145857,36.55996],[108.133008,36.563747],[108.131575,36.565986],[108.134538,36.579186]]]}},{type:"Feature",properties:{name:"甘肃省",province_adcode:62e4,province_type:"省",name_en:"Gansu",name_var:"Gān Sù",adcode:62e4},geometry:{type:"Polygon",coordinates:[[[97.190512,42.762867],[97.238913,42.666678],[97.342984,42.500064],[97.500042,42.242298],[97.846453,41.655091],[97.614331,41.476473],[97.615757,41.46333],[97.631821,41.452495],[97.629055,41.439189],[97.910184,41.159689],[97.971527,41.096661],[98.141551,41.000395],[98.184156,40.986704],[98.249644,40.937949],[98.293184,40.930923],[98.332319,40.917813],[98.3434,40.567285],[98.62735,40.677057],[98.569462,40.745958],[98.667835,40.771913],[98.68714,40.695846],[98.696715,40.679186],[98.714792,40.661087],[98.76408,40.637485],[98.798655,40.610071],[98.801812,40.606135],[98.801481,40.615463],[98.795103,40.630609],[98.801397,40.64405],[98.801173,40.653506],[98.806118,40.658191],[98.788121,40.678542],[98.790009,40.704512],[98.983928,40.781802],[99.040253,40.692624],[99.100543,40.67517],[99.124078,40.713959],[99.171619,40.74611],[99.173246,40.857061],[99.564569,40.845746],[99.671634,40.931799],[100.055372,40.906645],[100.106223,40.874144],[100.235713,40.715719],[100.241018,40.617629],[100.16803,40.540228],[100.167947,40.276595],[100.006043,40.199158],[99.988243,40.187376],[99.960352,40.1598],[99.954949,40.151213],[99.926317,40.063247],[99.871905,40.025237],[99.858445,40.018544],[99.840039,40.012571],[99.749663,40.005986],[99.732935,39.985763],[99.724207,39.979202],[99.716307,39.976232],[99.712797,39.971438],[99.693655,39.960324],[99.676124,39.951495],[99.66851,39.950158],[99.662467,39.945118],[99.620247,39.9267],[99.561491,39.904969],[99.55033,39.902315],[99.533414,39.890909],[99.51996,39.885512],[99.508075,39.882626],[99.491123,39.882181],[99.476973,39.887438],[99.470494,39.893243],[99.456219,39.896325],[99.444925,39.89295],[99.440861,39.883465],[99.460405,39.87523],[99.657544,39.888449],[99.67773,39.888332],[99.724095,39.875804],[99.741396,39.874478],[99.770943,39.868505],[99.81356,39.86457],[99.820234,39.862209],[99.90372,39.787385],[99.964562,39.766918],[100.034917,39.755422],[100.114428,39.704728],[100.26236,39.676704],[100.310814,39.608055],[100.298063,39.571813],[100.323598,39.508267],[100.441488,39.485148],[100.497777,39.480275],[100.496815,39.399839],[100.525578,39.399805],[100.552039,39.394827],[100.560487,39.395642],[100.565432,39.392764],[100.571028,39.393765],[100.583029,39.390784],[100.586674,39.392059],[100.59429,39.388258],[100.607214,39.387473],[100.661265,39.392649],[100.708079,39.404385],[100.73106,39.401811],[100.751258,39.403851],[100.829754,39.404077],[100.835961,39.249573],[100.838219,39.206663],[100.839608,39.206401],[100.839994,39.203395],[100.838821,39.199637],[100.846296,39.19411],[100.844268,39.176285],[100.850606,39.16355],[100.850274,39.158266],[100.854961,39.14452],[100.864464,39.124546],[100.862333,39.118665],[100.864883,39.115635],[100.866485,39.109655],[100.826759,39.072832],[100.830188,39.063961],[100.828758,39.027616],[100.832879,39.025777],[100.841619,39.017733],[100.843593,39.018483],[100.880453,38.99572],[100.900071,39.030078],[100.957829,39.005705],[100.964164,39.000338],[100.968807,38.966566],[100.961543,38.943721],[101.125437,38.976811],[101.22661,39.021162],[101.196492,38.948138],[101.218159,38.920874],[101.234289,38.906235],[101.237829,38.858796],[101.258307,38.858731],[101.277398,38.848843],[101.301518,38.849696],[101.332179,38.846525],[101.338118,38.83357],[101.338008,38.827233],[101.340858,38.824135],[101.338912,38.824057],[101.339193,38.820221],[101.331222,38.812816],[101.333668,38.809961],[101.33319,38.808335],[101.326404,38.807363],[101.322377,38.804143],[101.30364,38.800752],[101.307029,38.786431],[101.319759,38.781444],[101.326741,38.776315],[101.338086,38.778212],[101.350933,38.772961],[101.352675,38.773762],[101.357884,38.77178],[101.366537,38.773019],[101.37856,38.768488],[101.394528,38.772372],[101.40445,38.76705],[101.407579,38.762268],[101.418767,38.762453],[101.422293,38.759025],[101.43762,38.756021],[101.44218,38.751453],[101.44615,38.752371],[101.451482,38.748933],[101.458001,38.747838],[101.471098,38.73703],[101.484716,38.736036],[101.495493,38.730603],[101.557794,38.71295],[101.586681,38.669078],[101.603717,38.648137],[101.612158,38.656531],[101.634597,38.669323],[101.637673,38.675766],[101.641215,38.677001],[101.647578,38.685351],[101.668174,38.690197],[101.674396,38.687474],[101.677897,38.690355],[101.697701,38.682501],[101.711301,38.681135],[101.718489,38.677512],[101.741941,38.677303],[101.746671,38.673651],[101.749189,38.674258],[101.754148,38.670888],[101.759821,38.66955],[101.773329,38.658824],[101.854665,38.71774],[101.937267,38.81215],[102.071454,38.890545],[101.976202,38.96831],[101.828531,39.09284],[102.281849,39.191758],[102.350984,39.231176],[102.45407,39.254969],[102.602275,39.172791],[102.800717,39.140842],[103.010055,39.098543],[103.135665,39.197024],[103.16897,39.205866],[103.259361,39.265726],[103.342278,39.329009],[103.357952,39.333678],[103.847816,39.46069],[103.94299,39.458687],[104.087398,39.419292],[104.059272,39.333678],[104.044301,39.29664],[104.174235,39.154339],[104.200218,39.083962],[104.187575,39.045492],[104.194031,38.987606],[104.169223,38.939124],[104.032063,38.891862],[104.001866,38.847014],[103.917952,38.729935],[103.914449,38.7201],[103.897501,38.699995],[103.859419,38.646256],[103.411842,38.40452],[103.42529,38.395221],[103.463928,38.35111],[103.470579,38.33364],[103.550096,38.159516],[103.360744,38.086499],[103.350046,38.066438],[103.347779,38.0604],[103.347978,38.055784],[103.35071,38.04934],[103.357117,38.04257],[103.35337,38.034168],[103.353311,38.024117],[103.358616,38.006243],[103.361664,38.001196],[103.364124,37.984821],[103.369599,37.972858],[103.377659,37.967191],[103.391382,37.904007],[103.395284,37.881138],[103.394964,37.868415],[103.397496,37.861437],[103.671686,37.784988],[103.837663,37.64727],[103.86724,37.606605],[103.935677,37.570948],[104.076054,37.471779],[104.179473,37.406945],[104.235116,37.411397],[104.282495,37.429974],[104.284474,37.42733],[104.284332,37.420891],[104.294585,37.413571],[104.312632,37.414859],[104.343819,37.420078],[104.361887,37.417562],[104.367395,37.419533],[104.37249,37.424791],[104.383605,37.42633],[104.388237,37.431751],[104.39478,37.433051],[104.401907,37.437833],[104.43357,37.445872],[104.443034,37.434507],[104.445995,37.42334],[104.457129,37.419367],[104.477103,37.420274],[104.478128,37.421886],[104.482687,37.422301],[104.492698,37.419801],[104.498291,37.42117],[104.505056,37.424879],[104.506037,37.428828],[104.511696,37.42803],[104.516343,37.43039],[104.517062,37.434565],[104.523396,37.432102],[104.528437,37.433669],[104.529367,37.429376],[104.533923,37.429385],[104.541745,37.422916],[104.548478,37.425737],[104.555392,37.425877],[104.559018,37.424136],[104.572551,37.425673],[104.584511,37.424514],[104.58722,37.42267],[104.58734,37.420021],[104.590255,37.42239],[104.595316,37.420416],[104.597872,37.421757],[104.604916,37.418925],[104.614683,37.418367],[104.620351,37.415698],[104.629383,37.416186],[104.634704,37.419717],[104.636537,37.417824],[104.648128,37.417254],[104.651366,37.413242],[104.658333,37.411173],[104.665443,37.411975],[104.670017,37.410984],[104.672362,37.408234],[104.675749,37.408427],[104.676298,37.405971],[104.674254,37.401355],[104.667715,37.399652],[104.66867,37.398606],[104.66667,37.394947],[104.66764,37.392676],[104.665532,37.387654],[104.6654,37.380585],[104.662896,37.378281],[104.659394,37.378225],[104.657474,37.374245],[104.658827,37.367885],[104.663134,37.361534],[104.664656,37.355918],[104.671839,37.35248],[104.679557,37.352072],[104.681287,37.350044],[104.698151,37.344497],[104.704312,37.345903],[104.708233,37.349624],[104.714557,37.349148],[104.714916,37.337273],[104.710761,37.328948],[104.7013,37.329758],[104.685845,37.319032],[104.674889,37.319022],[104.667513,37.315395],[104.663407,37.310704],[104.66161,37.298849],[104.652817,37.295139],[104.650132,37.290556],[104.641653,37.291249],[104.629181,37.2988],[104.621531,37.298419],[104.61807,37.296111],[104.616069,37.291365],[104.622595,37.284939],[104.623023,37.280383],[104.621106,37.277868],[104.608842,37.277523],[104.608421,37.272126],[104.598244,37.25799],[104.599174,37.247419],[104.596876,37.244633],[104.599839,37.239455],[104.599094,37.23834],[104.601421,37.23707],[104.603546,37.230375],[104.606457,37.227251],[104.606879,37.222498],[104.612415,37.220762],[104.617116,37.215343],[104.621527,37.213068],[104.62353,37.205146],[104.635506,37.201441],[104.642302,37.204487],[104.650707,37.203141],[104.656701,37.204188],[104.659711,37.208391],[104.665567,37.203415],[104.675406,37.205059],[104.679774,37.202557],[104.686004,37.205856],[104.690255,37.204252],[104.697523,37.205115],[104.700497,37.207686],[104.710182,37.208712],[104.715799,37.207273],[104.715489,37.209561],[104.726313,37.214787],[104.727563,37.21908],[104.734437,37.221118],[104.739621,37.226549],[104.744564,37.228482],[104.746276,37.234005],[104.749344,37.236948],[104.753099,37.235737],[104.755155,37.238841],[104.758714,37.237216],[104.760867,37.238852],[104.764343,37.237129],[104.763556,37.239403],[104.771737,37.246319],[104.78294,37.240968],[104.789948,37.230896],[104.790356,37.228034],[104.793287,37.230301],[104.799676,37.231709],[104.802507,37.234548],[104.806471,37.230937],[104.824141,37.227567],[104.82849,37.222506],[104.842651,37.218002],[104.849355,37.212662],[104.855163,37.211982],[104.855319,37.182641],[104.858695,37.180646],[104.862033,37.17104],[104.867144,37.167169],[104.876378,37.164695],[104.886553,37.154513],[104.894733,37.141252],[104.895168,37.127444],[104.900843,37.124936],[104.902695,37.12618],[104.904807,37.122987],[104.907872,37.122366],[104.912652,37.11731],[104.914285,37.112703],[104.917027,37.111238],[104.917722,37.10727],[104.913185,37.104477],[104.913064,37.101342],[104.911385,37.099744],[104.913103,37.094523],[104.915963,37.094502],[104.916864,37.092061],[104.92253,37.090744],[104.92866,37.086156],[104.944144,37.082648],[104.951152,37.078222],[104.950154,37.076754],[104.951395,37.073673],[104.951311,37.039689],[104.962491,37.031188],[104.966732,37.030297],[104.982675,37.033278],[104.985015,37.03839],[104.988138,37.034443],[105.000867,37.035138],[105.004709,37.033775],[105.010192,37.03158],[105.007624,37.016631],[105.02433,37.010201],[105.027772,37.006533],[105.035659,37.006324],[105.039706,37.014156],[105.045881,37.01965],[105.054338,37.022528],[105.072581,37.011796],[105.107195,36.999752],[105.113079,36.999755],[105.125313,36.995872],[105.1428,36.994941],[105.154267,36.996566],[105.161557,36.994632],[105.16133,36.981314],[105.165293,36.966963],[105.173998,36.958957],[105.175622,36.947129],[105.179659,36.945216],[105.178222,36.943493],[105.182272,36.941448],[105.180979,36.936553],[105.182764,36.935806],[105.18258,36.933944],[105.18024,36.929032],[105.183031,36.925584],[105.173769,36.928915],[105.178128,36.916533],[105.180273,36.903057],[105.179381,36.898586],[105.175512,36.900275],[105.174657,36.899003],[105.178543,36.89763],[105.175112,36.892135],[105.187541,36.886079],[105.187986,36.891598],[105.194124,36.894893],[105.194509,36.897149],[105.199455,36.895902],[105.202784,36.897601],[105.216179,36.891124],[105.220676,36.893893],[105.222908,36.886059],[105.232112,36.894642],[105.233285,36.894037],[105.236614,36.896625],[105.241863,36.89405],[105.238673,36.89043],[105.240511,36.888898],[105.245022,36.891674],[105.270204,36.871003],[105.275512,36.869431],[105.277851,36.856452],[105.276344,36.853206],[105.27333,36.852799],[105.293822,36.843358],[105.292489,36.839099],[105.289398,36.839518],[105.288523,36.835599],[105.290225,36.833595],[105.294608,36.832856],[105.294716,36.826593],[105.297283,36.822408],[105.323538,36.804906],[105.328934,36.805814],[105.332246,36.789479],[105.33181,36.78253],[105.336836,36.768888],[105.337559,36.764368],[105.329587,36.7624],[105.325774,36.750424],[105.318942,36.744743],[105.311765,36.741851],[105.30589,36.741089],[105.289478,36.749519],[105.279183,36.750135],[105.273729,36.752864],[105.271036,36.751466],[105.272439,36.749768],[105.268412,36.744382],[105.269197,36.741173],[105.267897,36.739005],[105.254085,36.741319],[105.235183,36.740723],[105.23542,36.732455],[105.225109,36.73138],[105.22272,36.733686],[105.220735,36.731525],[105.212712,36.729224],[105.20605,36.714963],[105.199038,36.704966],[105.198889,36.692348],[105.203303,36.681156],[105.223656,36.662847],[105.224447,36.659971],[105.220043,36.651542],[105.216508,36.631076],[105.238228,36.625557],[105.237918,36.613165],[105.246051,36.601696],[105.257303,36.602549],[105.267174,36.593153],[105.261544,36.589217],[105.263264,36.584813],[105.270008,36.577621],[105.271851,36.56276],[105.248167,36.554748],[105.245367,36.54757],[105.263361,36.531432],[105.277734,36.522502],[105.292569,36.526642],[105.317635,36.536526],[105.326356,36.526099],[105.340435,36.515209],[105.357638,36.497617],[105.364101,36.486391],[105.365939,36.459797],[105.365903,36.454551],[105.35965,36.445087],[105.358906,36.438949],[105.36552,36.431588],[105.366809,36.432594],[105.366336,36.436827],[105.379555,36.441253],[105.394586,36.430641],[105.396018,36.42435],[105.393369,36.419313],[105.393072,36.407918],[105.397827,36.38512],[105.410021,36.384002],[105.415351,36.377605],[105.411238,36.370439],[105.407704,36.369073],[105.396654,36.369265],[105.398648,36.365141],[105.404925,36.358819],[105.408211,36.351455],[105.41482,36.342692],[105.420816,36.339551],[105.422103,36.329462],[105.432296,36.325037],[105.441669,36.325935],[105.44906,36.323324],[105.449313,36.321334],[105.451858,36.319704],[105.452011,36.314852],[105.455501,36.309085],[105.461279,36.306844],[105.473942,36.291593],[105.470399,36.276841],[105.463708,36.275839],[105.456775,36.267151],[105.462339,36.250819],[105.459755,36.245977],[105.453891,36.241307],[105.456831,36.22314],[105.460787,36.220276],[105.46584,36.219803],[105.475728,36.212761],[105.4854,36.183252],[105.496837,36.164774],[105.497256,36.158943],[105.509216,36.150745],[105.510915,36.147894],[105.503589,36.138515],[105.487474,36.101271],[105.482282,36.098921],[105.467896,36.100107],[105.457884,36.10722],[105.445072,36.104109],[105.427017,36.10397],[105.40354,36.075137],[105.401281,36.07438],[105.396258,36.079764],[105.388383,36.076933],[105.386087,36.063669],[105.373889,36.061864],[105.359209,36.048627],[105.356535,36.044484],[105.356841,36.04155],[105.359223,36.040066],[105.361867,36.034657],[105.339953,36.033817],[105.335023,36.018024],[105.333974,36.00523],[105.32915,35.99757],[105.331221,35.985401],[105.328224,35.951687],[105.325536,35.95017],[105.321389,35.941874],[105.324519,35.934607],[105.33201,35.927802],[105.333315,35.913455],[105.320852,35.906469],[105.32125,35.905331],[105.329803,35.890874],[105.340808,35.878777],[105.346258,35.87559],[105.352533,35.877312],[105.358813,35.875741],[105.365738,35.871701],[105.371714,35.870685],[105.373673,35.872422],[105.37871,35.871822],[105.390609,35.865242],[105.395602,35.857709],[105.395781,35.854922],[105.392202,35.847468],[105.387443,35.847856],[105.381825,35.853689],[105.369566,35.846956],[105.368881,35.841169],[105.372566,35.836531],[105.377383,35.813365],[105.370006,35.806128],[105.374383,35.796866],[105.378575,35.792742],[105.386377,35.800265],[105.394157,35.814544],[105.406608,35.82275],[105.410861,35.82489],[105.414871,35.813807],[105.42213,35.821354],[105.425435,35.820282],[105.427523,35.7898],[105.433933,35.780595],[105.443234,35.780815],[105.452735,35.769797],[105.448246,35.755254],[105.450122,35.74761],[105.4694,35.748989],[105.472948,35.738702],[105.473093,35.733208],[105.476978,35.727766],[105.488466,35.726759],[105.492825,35.721976],[105.501731,35.718521],[105.506619,35.719056],[105.526676,35.728309],[105.534652,35.7221],[105.542031,35.730049],[105.551824,35.726663],[105.56659,35.715445],[105.55575,35.699885],[105.560457,35.689033],[105.562493,35.688578],[105.569065,35.693524],[105.574701,35.702442],[105.570286,35.712495],[105.575724,35.716207],[105.586739,35.717667],[105.59864,35.726185],[105.617829,35.729582],[105.636937,35.740116],[105.665994,35.75147],[105.669926,35.747343],[105.671809,35.740244],[105.674971,35.738051],[105.682453,35.739009],[105.699527,35.734066],[105.704534,35.738021],[105.705675,35.74086],[105.710614,35.741101],[105.721668,35.735204],[105.733491,35.723422],[105.735603,35.725853],[105.73596,35.729512],[105.740874,35.733343],[105.752517,35.73109],[105.75473,35.728835],[105.755794,35.722682],[105.748059,35.71217],[105.742334,35.707292],[105.738022,35.700126],[105.734303,35.698906],[105.724508,35.701989],[105.720705,35.726481],[105.717306,35.728192],[105.701793,35.703755],[105.695503,35.705235],[105.686787,35.699344],[105.687367,35.685312],[105.688624,35.683813],[105.70096,35.686866],[105.704572,35.683],[105.706519,35.677645],[105.70894,35.677162],[105.71634,35.680412],[105.719958,35.672717],[105.716806,35.663565],[105.709212,35.652907],[105.709512,35.647148],[105.716147,35.646598],[105.724871,35.637707],[105.727474,35.640048],[105.736737,35.636233],[105.737763,35.635121],[105.736788,35.632997],[105.745051,35.624523],[105.756712,35.632596],[105.761057,35.631648],[105.75583,35.618859],[105.741109,35.614976],[105.745109,35.610774],[105.751321,35.610905],[105.757554,35.603438],[105.763004,35.602379],[105.765743,35.603621],[105.776461,35.599598],[105.781754,35.591632],[105.780564,35.588993],[105.774214,35.589034],[105.772888,35.587055],[105.784471,35.579205],[105.788508,35.572838],[105.796009,35.565682],[105.806322,35.570606],[105.811559,35.57676],[105.81253,35.576047],[105.820337,35.561594],[105.817907,35.556122],[105.819491,35.543449],[105.831911,35.538237],[105.833071,35.52415],[105.828854,35.519061],[105.830997,35.509313],[105.831319,35.495999],[105.833757,35.492995],[105.839953,35.490613],[105.845679,35.492984],[105.851441,35.506232],[105.851929,35.511409],[105.857391,35.515115],[105.86048,35.523145],[105.862093,35.535017],[105.865531,35.543236],[105.867887,35.538511],[105.875352,35.538317],[105.879673,35.541842],[105.883231,35.547776],[105.886097,35.5486],[105.900804,35.547812],[105.908693,35.540825],[105.922339,35.535262],[105.928182,35.53503],[105.931576,35.53819],[105.954232,35.538201],[105.978499,35.530644],[105.990449,35.52908],[105.998834,35.522804],[106.006413,35.526324],[106.011489,35.522531],[106.012607,35.511983],[106.011666,35.510461],[106.00665,35.511149],[106.006212,35.501425],[106.0174,35.494936],[106.030953,35.495362],[106.043502,35.498059],[106.057284,35.5014],[106.06189,35.504638],[106.064186,35.504319],[106.06535,35.502134],[106.063914,35.49205],[106.067049,35.492417],[106.075017,35.499004],[106.075966,35.50305],[106.071198,35.507086],[106.076521,35.511944],[106.079625,35.512791],[106.09101,35.510373],[106.096166,35.50107],[106.085895,35.49642],[106.083497,35.489711],[106.066016,35.48896],[106.062613,35.491024],[106.064093,35.481777],[106.068877,35.469722],[106.068262,35.463218],[106.064248,35.455414],[106.06886,35.448513],[106.073495,35.447646],[106.075681,35.426097],[106.07866,35.421518],[106.083984,35.402906],[106.098858,35.401638],[106.093503,35.39086],[106.095582,35.391245],[106.102049,35.387878],[106.097407,35.381595],[106.103535,35.364898],[106.10932,35.362221],[106.112533,35.364912],[106.108747,35.373106],[106.113396,35.375758],[106.117283,35.373819],[106.119084,35.374436],[106.125421,35.396406],[106.137789,35.403619],[106.153337,35.417965],[106.162411,35.420606],[106.165378,35.426694],[106.166613,35.435242],[106.168801,35.437375],[106.175361,35.436534],[106.175028,35.424007],[106.180427,35.427173],[106.188062,35.411813],[106.199112,35.40949],[106.208864,35.410367],[106.211508,35.413966],[106.213748,35.414446],[106.223198,35.410357],[106.23449,35.411084],[106.236094,35.407743],[106.23605,35.39395],[106.24021,35.377413],[106.245106,35.37615],[106.247046,35.369038],[106.245453,35.366267],[106.237831,35.360916],[106.237538,35.358339],[106.238767,35.354851],[106.243436,35.35272],[106.24687,35.34824],[106.248748,35.343735],[106.247744,35.340882],[106.251392,35.334994],[106.256899,35.331649],[106.266004,35.332022],[106.271574,35.328833],[106.282907,35.312001],[106.283493,35.307643],[106.281118,35.30484],[106.281277,35.302506],[106.296812,35.288413],[106.305144,35.289181],[106.31641,35.278277],[106.317416,35.275758],[106.314519,35.267698],[106.32942,35.252152],[106.340745,35.25247],[106.348355,35.247111],[106.35117,35.240672],[106.359387,35.238644],[106.365816,35.245049],[106.371079,35.255342],[106.365397,35.263669],[106.36302,35.270607],[106.370361,35.274194],[106.383539,35.270057],[106.391855,35.276077],[106.398368,35.274592],[106.411476,35.279206],[106.416683,35.282433],[106.425486,35.293296],[106.43257,35.298959],[106.442985,35.299661],[106.452713,35.308745],[106.46947,35.311827],[106.485195,35.328846],[106.48296,35.340582],[106.488751,35.352155],[106.498599,35.354675],[106.501423,35.360138],[106.496005,35.366755],[106.496813,35.373941],[106.494267,35.388285],[106.48934,35.39209],[106.492191,35.403941],[106.495972,35.40799],[106.500458,35.41799],[106.494305,35.424063],[106.491645,35.434727],[106.485568,35.443148],[106.479201,35.445854],[106.477986,35.449564],[106.479414,35.461828],[106.486077,35.477711],[106.485037,35.484158],[106.46633,35.47902],[106.461113,35.481457],[106.461516,35.496922],[106.459202,35.502091],[106.455656,35.505005],[106.446671,35.508261],[106.445302,35.510032],[106.44832,35.515162],[106.447761,35.518711],[106.43897,35.519553],[106.43547,35.52469],[106.439069,35.530851],[106.446695,35.536411],[106.450556,35.56826],[106.454178,35.576332],[106.459042,35.580952],[106.475382,35.574861],[106.476782,35.577443],[106.476207,35.579995],[106.472224,35.583672],[106.468288,35.600897],[106.460925,35.607551],[106.46001,35.615278],[106.461559,35.620685],[106.458991,35.624006],[106.450505,35.629089],[106.448846,35.63229],[106.448643,35.636553],[106.45395,35.639538],[106.455865,35.644178],[106.451632,35.64483],[106.443348,35.650906],[106.432168,35.664487],[106.429821,35.68888],[106.439013,35.69196],[106.444952,35.695848],[106.446367,35.700527],[106.460777,35.718614],[106.483331,35.722955],[106.482883,35.727783],[106.488033,35.736506],[106.501865,35.738458],[106.513199,35.734846],[106.512881,35.732985],[106.5177,35.725484],[106.518332,35.737231],[106.521671,35.74234],[106.55611,35.739019],[106.560147,35.740247],[106.580619,35.728222],[106.592676,35.727989],[106.597406,35.731722],[106.592609,35.746493],[106.598392,35.748292],[106.599847,35.741694],[106.606716,35.738535],[106.614874,35.744161],[106.6161,35.740465],[106.614963,35.733991],[106.626071,35.714993],[106.639417,35.710139],[106.655836,35.708014],[106.657773,35.703164],[106.669173,35.700665],[106.668747,35.707253],[106.664248,35.71044],[106.664371,35.717938],[106.667878,35.724567],[106.676678,35.731418],[106.692545,35.724455],[106.689729,35.721249],[106.698411,35.71066],[106.71177,35.705336],[106.709268,35.703882],[106.709312,35.701573],[106.714648,35.697856],[106.723083,35.695296],[106.72498,35.693349],[106.722273,35.690853],[106.726334,35.688132],[106.730841,35.688519],[106.740171,35.692766],[106.748194,35.688593],[106.74943,35.690814],[106.746614,35.697557],[106.742991,35.696474],[106.742882,35.695182],[106.735322,35.702038],[106.742955,35.708265],[106.751835,35.722617],[106.76129,35.729589],[106.762686,35.730241],[106.76368,35.724666],[106.767821,35.721654],[106.787386,35.720812],[106.793669,35.713741],[106.800408,35.708969],[106.817024,35.719594],[106.81414,35.729046],[106.815321,35.743363],[106.816641,35.744964],[106.819483,35.746196],[106.84743,35.745264],[106.859937,35.736411],[106.862995,35.74521],[106.861214,35.756279],[106.865625,35.770443],[106.870164,35.779366],[106.884696,35.775767],[106.881998,35.764829],[106.884158,35.762527],[106.894101,35.763102],[106.892251,35.768816],[106.897639,35.775403],[106.899703,35.775627],[106.902497,35.772083],[106.903707,35.767697],[106.907361,35.768764],[106.909234,35.771514],[106.911606,35.78757],[106.910876,35.795065],[106.89948,35.798182],[106.887374,35.810624],[106.889946,35.813192],[106.912994,35.805872],[106.917402,35.80225],[106.925034,35.807676],[106.915741,35.818964],[106.909908,35.830175],[106.907831,35.831809],[106.904444,35.831654],[106.898233,35.826855],[106.895732,35.827155],[106.871752,35.855592],[106.863359,35.868515],[106.867702,35.875449],[106.879447,35.8667],[106.878733,35.877294],[106.874607,35.882868],[106.870719,35.882969],[106.871153,35.880177],[106.868438,35.878355],[106.84928,35.882946],[106.847599,35.887237],[106.85036,35.891098],[106.856941,35.894045],[106.86312,35.902632],[106.873992,35.908704],[106.875679,35.913422],[106.888557,35.917855],[106.902862,35.910819],[106.905135,35.914186],[106.902243,35.917168],[106.900959,35.916155],[106.9016,35.92582],[106.908399,35.932693],[106.914173,35.928978],[106.924649,35.925501],[106.933334,35.929084],[106.94144,35.941018],[106.938768,35.94363],[106.936552,35.949989],[106.924917,35.952614],[106.922447,35.951887],[106.916041,35.944341],[106.914257,35.937116],[106.903907,35.938132],[106.897796,35.942843],[106.889831,35.957373],[106.885368,35.971723],[106.894233,35.972532],[106.894452,35.965506],[106.8878,35.967461],[106.888721,35.96496],[106.890966,35.964225],[106.897914,35.962923],[106.907133,35.96729],[106.910137,35.961793],[106.906435,35.957363],[106.900434,35.955164],[106.899075,35.951933],[106.904374,35.942213],[106.911424,35.940686],[106.908539,35.953194],[106.914233,35.965332],[106.918522,35.967296],[106.927134,35.975021],[106.92763,35.979868],[106.936988,35.982659],[106.945362,35.991549],[106.944598,36.004799],[106.928747,36.007647],[106.92396,36.011763],[106.923687,36.015857],[106.926207,36.029236],[106.937694,36.032853],[106.937136,36.045235],[106.933143,36.057475],[106.934744,36.063927],[106.945074,36.068255],[106.954878,36.075766],[106.952011,36.093961],[106.944413,36.100008],[106.938105,36.100347],[106.931083,36.107562],[106.93634,36.108516],[106.942231,36.122297],[106.9358,36.126875],[106.93219,36.122539],[106.930036,36.116475],[106.924857,36.113435],[106.921329,36.11633],[106.921323,36.118358],[106.92608,36.138729],[106.92333,36.138146],[106.916595,36.130108],[106.905077,36.131219],[106.902685,36.135609],[106.904807,36.144528],[106.903296,36.155756],[106.894667,36.169143],[106.888533,36.169265],[106.886774,36.166723],[106.884112,36.16673],[106.875968,36.178757],[106.869825,36.178653],[106.864656,36.183197],[106.861068,36.19414],[106.85357,36.20701],[106.847009,36.207772],[106.844596,36.205855],[106.844889,36.202173],[106.840041,36.202846],[106.836839,36.207626],[106.834211,36.221563],[106.829665,36.229493],[106.82598,36.226376],[106.823448,36.215493],[106.817911,36.220964],[106.813617,36.22236],[106.806086,36.218474],[106.80353,36.211053],[106.795236,36.215921],[106.791278,36.223195],[106.784468,36.226506],[106.769836,36.22251],[106.768233,36.212747],[106.758798,36.215078],[106.744986,36.22392],[106.731615,36.237332],[106.724965,36.232218],[106.711737,36.232028],[106.697669,36.239597],[106.694602,36.243706],[106.683488,36.270145],[106.680327,36.273847],[106.666434,36.268875],[106.659762,36.262985],[106.653122,36.267333],[106.651171,36.259215],[106.649311,36.257275],[106.64365,36.259637],[106.641641,36.265128],[106.641191,36.279002],[106.644478,36.28251],[106.639515,36.285184],[106.636299,36.280698],[106.633548,36.265875],[106.607434,36.272932],[106.605423,36.276426],[106.604908,36.290614],[106.600872,36.296093],[106.596177,36.293192],[106.593743,36.283353],[106.595709,36.279289],[106.590311,36.270632],[106.582244,36.278584],[106.580246,36.283627],[106.555459,36.292326],[106.55373,36.28791],[106.554009,36.279781],[106.557276,36.273916],[106.553988,36.263617],[106.550589,36.258835],[106.536627,36.25404],[106.530258,36.261091],[106.511701,36.271867],[106.50603,36.271845],[106.499518,36.268784],[106.479975,36.285372],[106.474015,36.29814],[106.466418,36.305794],[106.465739,36.311917],[106.468583,36.313881],[106.478578,36.3153],[106.487712,36.309337],[106.494399,36.301074],[106.495504,36.295226],[106.502536,36.28942],[106.507413,36.291993],[106.505177,36.296107],[106.505685,36.300882],[106.494968,36.31204],[106.498167,36.314043],[106.49635,36.320594],[106.501642,36.326989],[106.503549,36.343715],[106.500678,36.35111],[106.50079,36.363361],[106.503109,36.370028],[106.511725,36.367456],[106.526903,36.370934],[106.527909,36.375369],[106.522183,36.391076],[106.500359,36.401485],[106.488188,36.399283],[106.483085,36.402087],[106.486968,36.405455],[106.488076,36.422866],[106.494081,36.422904],[106.494782,36.416904],[106.500585,36.414656],[106.507668,36.422982],[106.506696,36.426836],[106.496188,36.432824],[106.496051,36.43422],[106.49942,36.442626],[106.504344,36.448016],[106.511443,36.450921],[106.515516,36.456075],[106.519255,36.467505],[106.518467,36.47776],[106.500345,36.484017],[106.489799,36.494522],[106.486874,36.491582],[106.486705,36.482538],[106.479884,36.480666],[106.473131,36.488446],[106.472181,36.495508],[106.458134,36.499462],[106.450913,36.496808],[106.428507,36.517806],[106.417749,36.514425],[106.406408,36.519171],[106.41381,36.526769],[106.411462,36.531937],[106.394136,36.547705],[106.388458,36.548282],[106.378877,36.545153],[106.367161,36.548733],[106.367168,36.557166],[106.357051,36.57329],[106.360194,36.577692],[106.36395,36.5766],[106.373974,36.5685],[106.377726,36.562717],[106.387108,36.556337],[106.39092,36.559879],[106.392889,36.573681],[106.391383,36.577193],[106.40279,36.572475],[106.41333,36.563805],[106.426073,36.558892],[106.451555,36.559789],[106.454784,36.566215],[106.451275,36.57293],[106.463401,36.581939],[106.450092,36.595661],[106.44229,36.596689],[106.438932,36.600942],[106.440381,36.609977],[106.443083,36.612235],[106.440656,36.624812],[106.464505,36.620184],[106.478776,36.62728],[106.488176,36.629465],[106.490342,36.666464],[106.48565,36.680578],[106.486563,36.68548],[106.499634,36.691895],[106.506495,36.693079],[106.51236,36.690429],[106.514189,36.687499],[106.526367,36.689733],[106.518776,36.706464],[106.514447,36.71],[106.510327,36.715923],[106.51104,36.716892],[106.52721,36.725356],[106.53456,36.726581],[106.550242,36.737995],[106.562272,36.732769],[106.566621,36.733008],[106.56914,36.734609],[106.568438,36.737614],[106.572681,36.746192],[106.591469,36.746357],[106.607136,36.73034],[106.608697,36.73502],[106.611722,36.737863],[106.628081,36.72332],[106.641439,36.723468],[106.639948,36.726892],[106.634582,36.728248],[106.627652,36.735334],[106.622978,36.752786],[106.629598,36.753744],[106.633088,36.760502],[106.635295,36.771659],[106.634771,36.78746],[106.640057,36.79183],[106.640993,36.794861],[106.640768,36.798735],[106.637604,36.802697],[106.642692,36.809629],[106.646577,36.807184],[106.652396,36.809263],[106.653897,36.811498],[106.653544,36.817672],[106.643234,36.82913],[106.636263,36.83379],[106.638137,36.841369],[106.638202,36.853008],[106.622571,36.86194],[106.634802,36.867771],[106.635831,36.882225],[106.627978,36.889554],[106.621932,36.892452],[106.614127,36.888811],[106.613155,36.885019],[106.606322,36.880288],[106.604959,36.881066],[106.597019,36.890362],[106.596123,36.895066],[106.60287,36.903415],[106.606118,36.904447],[106.604626,36.909746],[106.598341,36.917732],[106.575509,36.93056],[106.569544,36.932129],[106.56713,36.930286],[106.558667,36.930964],[106.546738,36.939215],[106.54454,36.943239],[106.548116,36.950409],[106.547829,36.955354],[106.537621,36.969644],[106.534613,36.978567],[106.53583,36.983709],[106.538402,36.985422],[106.542283,36.982086],[106.54621,36.973417],[106.56595,36.957798],[106.569968,36.952758],[106.570907,36.946128],[106.564116,36.945753],[106.571193,36.937165],[106.575311,36.934792],[106.579316,36.9355],[106.587099,36.940343],[106.588526,36.94505],[106.585689,36.955854],[106.586241,36.963053],[106.590834,36.968979],[106.602891,36.962003],[106.618547,36.959225],[106.638946,36.962551],[106.63567,36.974521],[106.639135,36.994562],[106.63726,37.011778],[106.642487,37.012523],[106.65356,37.007562],[106.662438,37.017165],[106.653259,37.023537],[106.645438,37.036598],[106.641219,37.064855],[106.636545,37.074936],[106.630399,37.082857],[106.622991,37.088149],[106.616233,37.095644],[106.606573,37.11984],[106.601136,37.126539],[106.602601,37.129479],[106.609516,37.134289],[106.613423,37.134705],[106.630372,37.128337],[106.636551,37.118632],[106.648329,37.123718],[106.658429,37.125602],[106.661926,37.122033],[106.663055,37.114052],[106.666889,37.110684],[106.672516,37.113954],[106.676089,37.121189],[106.683134,37.129708],[106.68724,37.12332],[106.695024,37.117487],[106.724355,37.120885],[106.72151,37.113182],[106.722871,37.108968],[106.733192,37.099769],[106.743712,37.09994],[106.746184,37.096594],[106.744317,37.09325],[106.745476,37.089699],[106.755707,37.080489],[106.758388,37.092383],[106.751912,37.101086],[106.754963,37.106521],[106.760782,37.110233],[106.768698,37.121387],[106.76894,37.12315],[106.765448,37.126235],[106.761821,37.135199],[106.770318,37.155666],[106.771675,37.157588],[106.776332,37.158305],[106.786391,37.154503],[106.787523,37.151376],[106.797319,37.145025],[106.805697,37.144949],[106.812024,37.142834],[106.822367,37.131136],[106.834723,37.126423],[106.850376,37.11348],[106.866736,37.115486],[106.880388,37.104021],[106.891498,37.099976],[106.902251,37.115702],[106.912664,37.123134],[106.909183,37.132001],[106.897353,37.133131],[106.886543,37.13952],[106.895318,37.149816],[106.900282,37.151029],[106.92603,37.141312],[106.94368,37.13196],[106.952113,37.124431],[106.95507,37.120045],[106.955768,37.11468],[106.959266,37.112527],[106.979707,37.107154],[106.992067,37.10579],[106.995693,37.10852],[106.990718,37.110959],[106.9845,37.117422],[106.989146,37.12165],[107.016386,37.112313],[107.024676,37.106636],[107.02613,37.11504],[107.020459,37.130328],[107.02586,37.140193],[107.032464,37.137105],[107.040216,37.129676],[107.057102,37.123569],[107.060571,37.126612],[107.068982,37.129017],[107.081764,37.125556],[107.086132,37.120981],[107.088186,37.120838],[107.089495,37.116691],[107.106514,37.126254],[107.133655,37.134981],[107.158674,37.140133],[107.177575,37.140841],[107.201793,37.123742],[107.23201,37.097],[107.249925,37.103844],[107.263739,37.099045],[107.269748,37.093097],[107.276428,37.069181],[107.279041,37.066501],[107.276872,37.065144],[107.279248,37.056949],[107.27487,37.041166],[107.270659,37.042326],[107.269679,37.039899],[107.275387,37.038511],[107.278482,37.032956],[107.274977,37.027716],[107.278373,37.020627],[107.281537,37.019148],[107.283168,37.013957],[107.281077,37.010136],[107.282501,36.991703],[107.286333,36.977831],[107.294103,36.968713],[107.299608,36.951569],[107.298398,36.941462],[107.296381,36.941184],[107.294191,36.934607],[107.303594,36.920016],[107.302032,36.916498],[107.303833,36.912016],[107.313793,36.91401],[107.324693,36.921763],[107.322854,36.926279],[107.329429,36.927663],[107.334267,36.926923],[107.333651,36.919314],[107.340835,36.915019],[107.349161,36.91244],[107.354783,36.904607],[107.358397,36.903584],[107.374301,36.909278],[107.387354,36.907042],[107.392366,36.90346],[107.409118,36.901599],[107.414947,36.89855],[107.422435,36.908235],[107.429532,36.908531],[107.43501,36.90538],[107.4359,36.889763],[107.439021,36.888715],[107.447484,36.894418],[107.451246,36.902259],[107.454674,36.904737],[107.481442,36.914013],[107.488308,36.909381],[107.483456,36.908669],[107.483197,36.898771],[107.486289,36.894499],[107.498096,36.885334],[107.510384,36.879058],[107.527306,36.867139],[107.527704,36.860966],[107.526229,36.856866],[107.520299,36.85196],[107.526194,36.850738],[107.531635,36.845654],[107.531015,36.84264],[107.527327,36.843769],[107.52476,36.840601],[107.530779,36.828211],[107.53369,36.825964],[107.542389,36.824282],[107.542637,36.83574],[107.556326,36.830494],[107.576542,36.83765],[107.59075,36.83465],[107.596067,36.830701],[107.598726,36.825919],[107.627657,36.817856],[107.635267,36.818571],[107.661782,36.830754],[107.684212,36.824042],[107.686891,36.821288],[107.687607,36.816363],[107.68445,36.813884],[107.700548,36.803805],[107.716351,36.802172],[107.725123,36.8064],[107.724937,36.812984],[107.732513,36.812515],[107.739944,36.811021],[107.762717,36.792689],[107.765584,36.797946],[107.770402,36.798044],[107.773533,36.789022],[107.799945,36.77889],[107.81544,36.776697],[107.821744,36.785215],[107.825327,36.786139],[107.836769,36.780332],[107.840487,36.772485],[107.842766,36.771082],[107.852069,36.770773],[107.85732,36.769013],[107.877125,36.747273],[107.895026,36.748067],[107.900891,36.745176],[107.909555,36.729876],[107.910846,36.730702],[107.912571,36.729359],[107.918481,36.720767],[107.922537,36.710517],[107.92573,36.709311],[107.928098,36.711013],[107.934741,36.704607],[107.936885,36.682895],[107.93398,36.673701],[107.932661,36.658776],[107.934202,36.655575],[107.941256,36.654126],[107.94833,36.660806],[107.960391,36.660869],[107.969432,36.666653],[107.972315,36.664583],[107.972145,36.658687],[107.976004,36.653364],[107.98053,36.651909],[107.983052,36.660989],[107.980044,36.667789],[107.981219,36.675063],[108.001729,36.683364],[108.007246,36.681325],[108.017967,36.670456],[108.020144,36.666926],[108.020812,36.661326],[108.017238,36.646967],[108.005954,36.644313],[107.999495,36.647235],[107.996465,36.645114],[107.996539,36.638752],[107.998706,36.633982],[108.001857,36.635954],[108.006761,36.63408],[108.008899,36.629287],[108.026567,36.617134],[108.037992,36.604141],[108.053369,36.594295],[108.061926,36.599658],[108.067411,36.612554],[108.068053,36.60149],[108.069838,36.599634],[108.074977,36.612129],[108.078872,36.614087],[108.080974,36.606986],[108.087612,36.603417],[108.08603,36.592161],[108.08828,36.583629],[108.093821,36.583415],[108.096186,36.589085],[108.107832,36.592963],[108.111893,36.59218],[108.113942,36.577846],[108.116505,36.576338],[108.128415,36.581464],[108.13321,36.581501],[108.135172,36.577571],[108.132665,36.575149],[108.13157,36.565445],[108.133518,36.563392],[108.145857,36.55996],[108.154072,36.559814],[108.169829,36.577177],[108.177711,36.591469],[108.177761,36.595028],[108.174819,36.600086],[108.182882,36.612759],[108.194062,36.625753],[108.201444,36.633062],[108.2168,36.63144],[108.212805,36.622227],[108.202016,36.606854],[108.201137,36.597329],[108.20432,36.573849],[108.216596,36.570654],[108.23983,36.569962],[108.254928,36.546893],[108.256705,36.547324],[108.257783,36.55335],[108.256012,36.559694],[108.263335,36.568148],[108.268879,36.565797],[108.283894,36.552701],[108.288439,36.552565],[108.290162,36.554243],[108.290323,36.56511],[108.291901,36.567428],[108.31734,36.556718],[108.344671,36.555842],[108.35291,36.546534],[108.358697,36.52636],[108.388355,36.499587],[108.400539,36.47453],[108.401389,36.463144],[108.395809,36.450137],[108.396326,36.446292],[108.432403,36.434458],[108.468843,36.424617],[108.491192,36.421258],[108.51012,36.445739],[108.502897,36.46233],[108.503004,36.46965],[108.506651,36.474825],[108.517491,36.462787],[108.541578,36.450287],[108.559489,36.433333],[108.57025,36.436255],[108.589445,36.428365],[108.595393,36.427337],[108.602037,36.433992],[108.609999,36.438644],[108.62449,36.421808],[108.628318,36.416809],[108.633171,36.400797],[108.645883,36.384706],[108.636408,36.358503],[108.637915,36.316155],[108.6367,36.311581],[108.641699,36.29268],[108.650567,36.273966],[108.644302,36.261574],[108.645404,36.242649],[108.654698,36.213527],[108.678316,36.18713],[108.706239,36.151831],[108.709007,36.1432],[108.706998,36.138326],[108.700794,36.132396],[108.692024,36.117942],[108.70091,36.113465],[108.703644,36.109732],[108.686681,36.086873],[108.678633,36.083459],[108.674897,36.051791],[108.677682,36.033902],[108.681449,36.02664],[108.682073,36.021237],[108.666675,35.997579],[108.65707,35.992451],[108.653414,35.983496],[108.655176,35.969688],[108.654191,35.95858],[108.646727,35.944133],[108.64113,35.943166],[108.635559,35.947542],[108.633582,35.947301],[108.629351,35.942672],[108.630135,35.93964],[108.623876,35.936362],[108.618324,35.942687],[108.606674,35.944733],[108.600423,35.940811],[108.581509,35.950234],[108.578728,35.946657],[108.578026,35.941948],[108.564655,35.939195],[108.557327,35.933039],[108.557037,35.928847],[108.559708,35.925395],[108.558484,35.919031],[108.539316,35.910894],[108.517356,35.906208],[108.506556,35.895519],[108.501993,35.886012],[108.496684,35.885933],[108.492536,35.873759],[108.493935,35.870657],[108.502193,35.866794],[108.503318,35.863844],[108.501689,35.861059],[108.501721,35.852631],[108.514306,35.844213],[108.519025,35.835171],[108.518504,35.826242],[108.522601,35.822397],[108.522487,35.803268],[108.521113,35.797203],[108.524106,35.7917],[108.525196,35.784064],[108.523093,35.774095],[108.517091,35.772346],[108.518155,35.759976],[108.526905,35.751606],[108.527187,35.73786],[108.52074,35.725751],[108.515521,35.723583],[108.512761,35.724886],[108.510656,35.71924],[108.514355,35.714687],[108.526924,35.712278],[108.530296,35.709167],[108.513133,35.699246],[108.513347,35.694033],[108.521279,35.687179],[108.524274,35.686708],[108.526692,35.682442],[108.517314,35.661054],[108.514079,35.649034],[108.519846,35.648612],[108.522585,35.64535],[108.537367,35.604284],[108.542661,35.600092],[108.551161,35.598856],[108.557716,35.600185],[108.561959,35.593887],[108.562422,35.589702],[108.566649,35.584285],[108.579833,35.581201],[108.592883,35.568814],[108.611173,35.558373],[108.614736,35.557853],[108.616152,35.551743],[108.614146,35.544603],[108.620303,35.536049],[108.619726,35.532508],[108.610451,35.519516],[108.603236,35.51776],[108.600096,35.502068],[108.605071,35.488983],[108.61453,35.483387],[108.615005,35.470021],[108.612264,35.46588],[108.618281,35.452484],[108.622159,35.451401],[108.623328,35.449022],[108.624078,35.433034],[108.621863,35.427839],[108.625165,35.420728],[108.630516,35.414338],[108.633921,35.406825],[108.634043,35.402123],[108.633405,35.399926],[108.615309,35.385855],[108.611142,35.380751],[108.61216,35.369933],[108.604264,35.358943],[108.607613,35.353082],[108.605644,35.335403],[108.615865,35.333555],[108.611389,35.326303],[108.607195,35.325147],[108.603141,35.320764],[108.602657,35.315174],[108.600357,35.311177],[108.581798,35.306579],[108.578156,35.292873],[108.576691,35.292025],[108.560815,35.292078],[108.544125,35.301165],[108.541827,35.306007],[108.539105,35.30691],[108.536531,35.306201],[108.516236,35.287292],[108.492965,35.281912],[108.492497,35.282866],[108.477695,35.277965],[108.461452,35.277389],[108.444811,35.273611],[108.418876,35.278082],[108.412956,35.275405],[108.392932,35.278843],[108.390417,35.280127],[108.391871,35.282897],[108.391033,35.284782],[108.376231,35.28948],[108.363275,35.285456],[108.361709,35.27921],[108.359411,35.278265],[108.354592,35.279991],[108.34655,35.28628],[108.346067,35.287411],[108.352597,35.290825],[108.34715,35.29901],[108.34091,35.301964],[108.332204,35.29987],[108.326262,35.289059],[108.320696,35.287012],[108.308678,35.287471],[108.306481,35.289482],[108.305372,35.295657],[108.303146,35.297405],[108.300211,35.295165],[108.304531,35.279702],[108.293031,35.269014],[108.274132,35.264003],[108.263937,35.26357],[108.259794,35.265463],[108.2639,35.266936],[108.262244,35.270683],[108.25218,35.268238],[108.249678,35.266855],[108.251233,35.25703],[108.249837,35.252869],[108.245564,35.254124],[108.243508,35.258611],[108.235945,35.261441],[108.22366,35.276115],[108.222509,35.279986],[108.227393,35.283618],[108.228012,35.287172],[108.227354,35.28833],[108.223405,35.287504],[108.2198,35.290349],[108.217655,35.30026],[108.205698,35.297755],[108.199318,35.300948],[108.188145,35.30206],[108.17318,35.300617],[108.166402,35.306444],[108.148736,35.292784],[108.14324,35.284919],[108.136116,35.289543],[108.135379,35.291892],[108.12636,35.291101],[108.125728,35.289773],[108.128168,35.287286],[108.116429,35.28114],[108.113158,35.28311],[108.098058,35.278115],[108.08964,35.278887],[108.08741,35.274776],[108.082478,35.273026],[108.077866,35.275001],[108.071807,35.267024],[108.039923,35.254568],[107.998291,35.248563],[107.980965,35.244296],[107.969942,35.244866],[107.963106,35.242586],[107.947771,35.248821],[107.956712,35.263553],[107.955519,35.267078],[107.952668,35.268228],[107.93036,35.269042],[107.929663,35.260625],[107.931346,35.257832],[107.931104,35.254332],[107.924157,35.249765],[107.922014,35.250458],[107.92299,35.254281],[107.920603,35.257721],[107.916062,35.257718],[107.914919,35.254182],[107.908561,35.255221],[107.904608,35.260792],[107.891887,35.261806],[107.890651,35.259609],[107.886279,35.25823],[107.883387,35.260826],[107.874916,35.262615],[107.862018,35.257786],[107.858346,35.259411],[107.858906,35.262495],[107.85633,35.264572],[107.8449,35.27022],[107.84057,35.276864],[107.834208,35.276172],[107.830608,35.272686],[107.828347,35.272445],[107.814912,35.277213],[107.812208,35.27938],[107.812078,35.281926],[107.805142,35.2879],[107.796801,35.287285],[107.784069,35.297013],[107.774885,35.295482],[107.772846,35.302473],[107.749646,35.304124],[107.744404,35.307172],[107.741555,35.31127],[107.737285,35.312395],[107.719209,35.305006],[107.710556,35.305139],[107.70397,35.297137],[107.707665,35.292812],[107.713673,35.295387],[107.716597,35.300862],[107.723399,35.301593],[107.734869,35.296595],[107.73768,35.293563],[107.734933,35.290651],[107.731238,35.278025],[107.737095,35.279362],[107.737311,35.274124],[107.731108,35.268435],[107.726762,35.267295],[107.725077,35.272141],[107.716375,35.271074],[107.711782,35.264844],[107.717847,35.264198],[107.722792,35.266815],[107.72583,35.264814],[107.718429,35.258994],[107.708884,35.261453],[107.70549,35.257478],[107.71342,35.249916],[107.718758,35.248954],[107.716178,35.244995],[107.70995,35.242876],[107.705812,35.243758],[107.700672,35.250321],[107.699911,35.254612],[107.693917,35.257551],[107.69126,35.25563],[107.690105,35.251792],[107.668446,35.25494],[107.666769,35.256813],[107.660072,35.257736],[107.65363,35.252473],[107.648352,35.241363],[107.655415,35.241924],[107.658441,35.240272],[107.65874,35.237979],[107.65381,35.231558],[107.660556,35.224496],[107.664698,35.215402],[107.673618,35.218915],[107.680061,35.219491],[107.684753,35.213218],[107.688323,35.204453],[107.683816,35.200919],[107.685714,35.197485],[107.700493,35.191383],[107.713445,35.178102],[107.70938,35.17365],[107.708607,35.159676],[107.710872,35.153257],[107.716299,35.151543],[107.721154,35.144455],[107.724336,35.127322],[107.723295,35.120883],[107.717685,35.119545],[107.716878,35.114077],[107.761375,35.08781],[107.757614,35.081456],[107.752642,35.077822],[107.755186,35.071448],[107.762093,35.06804],[107.770567,35.05989],[107.780156,35.053778],[107.794182,35.03557],[107.806991,35.026111],[107.844105,35.02513],[107.836326,35.014614],[107.839191,35.004554],[107.843324,35.000829],[107.857495,35.000978],[107.859461,34.997881],[107.854618,34.988411],[107.845174,34.982217],[107.833527,34.979717],[107.824836,34.981145],[107.815447,34.974229],[107.813719,34.975814],[107.80194,34.974457],[107.79513,34.967648],[107.799788,34.957395],[107.794666,34.962117],[107.784882,34.959093],[107.778112,34.958943],[107.765924,34.964048],[107.745303,34.96229],[107.739779,34.953657],[107.729269,34.956658],[107.722652,34.953256],[107.715659,34.952081],[107.711992,34.952574],[107.711903,34.958592],[107.708622,34.9652],[107.699933,34.950954],[107.69293,34.952398],[107.670484,34.951547],[107.652161,34.944598],[107.653319,34.937377],[107.645451,34.932453],[107.642923,34.931706],[107.641934,34.935325],[107.634589,34.936643],[107.633034,34.934574],[107.634843,34.919314],[107.62184,34.922472],[107.627303,34.939219],[107.629459,34.952013],[107.630085,34.956955],[107.628243,34.960952],[107.610255,34.969115],[107.60646,34.968497],[107.59725,34.963647],[107.596581,34.956809],[107.593171,34.952345],[107.589213,34.953887],[107.583513,34.963028],[107.568899,34.968822],[107.560666,34.965013],[107.550065,34.953955],[107.546407,34.944619],[107.541339,34.938162],[107.53313,34.932512],[107.525206,34.931533],[107.520025,34.922131],[107.523858,34.919531],[107.525564,34.914687],[107.524477,34.914049],[107.500383,34.913626],[107.493626,34.907654],[107.488618,34.90943],[107.487447,34.914068],[107.473799,34.924142],[107.472793,34.919458],[107.466841,34.914792],[107.455823,34.916513],[107.44849,34.915877],[107.429251,34.921325],[107.411187,34.93573],[107.395218,34.931877],[107.387897,34.936447],[107.37383,34.931816],[107.363731,34.918859],[107.363487,34.912647],[107.359647,34.915794],[107.357984,34.922411],[107.35374,34.929148],[107.347791,34.929925],[107.343319,34.938262],[107.337614,34.94147],[107.303674,34.937091],[107.296773,34.938216],[107.291413,34.944625],[107.284814,34.939506],[107.284179,34.930984],[107.275052,34.916256],[107.275197,34.913655],[107.278186,34.912401],[107.277416,34.909949],[107.271266,34.907712],[107.265686,34.910723],[107.257606,34.908129],[107.257883,34.905994],[107.247937,34.88337],[107.24314,34.882593],[107.238345,34.885143],[107.237251,34.889849],[107.227786,34.891254],[107.218185,34.879155],[107.211866,34.879452],[107.202398,34.887075],[107.196893,34.886347],[107.189996,34.882967],[107.189452,34.881264],[107.178641,34.89628],[107.179074,34.900547],[107.184331,34.906629],[107.17034,34.937309],[107.156899,34.94012],[107.151479,34.937006],[107.146606,34.93765],[107.146332,34.942341],[107.138972,34.948525],[107.131149,34.945914],[107.119921,34.94679],[107.113582,34.955238],[107.10628,34.955748],[107.101554,34.957893],[107.096612,34.962751],[107.093586,34.969761],[107.086561,34.97253],[107.081572,34.980484],[107.089786,34.988666],[107.09187,34.995431],[107.089595,35.008092],[107.082906,35.017245],[107.070005,35.019999],[107.060668,35.019625],[107.054699,35.021816],[107.052436,35.026464],[107.042662,35.027733],[107.046112,35.039624],[107.035926,35.043271],[107.029917,35.038542],[107.031125,35.033663],[107.026891,35.030688],[107.01794,35.032342],[107.010574,35.028775],[107.004788,35.030302],[107.006989,35.039622],[107.00037,35.051627],[106.99078,35.061076],[106.984308,35.060475],[106.980726,35.06398],[106.981727,35.066687],[106.986234,35.069133],[106.984534,35.071583],[106.9767,35.070743],[106.961091,35.065949],[106.950846,35.071957],[106.940007,35.081356],[106.930699,35.084986],[106.928106,35.084306],[106.924893,35.078435],[106.921324,35.076722],[106.908221,35.083031],[106.906672,35.089459],[106.896584,35.096481],[106.882551,35.095909],[106.875588,35.09346],[106.855529,35.094161],[106.845548,35.088336],[106.84079,35.081361],[106.821335,35.08122],[106.816545,35.082066],[106.810462,35.086217],[106.792742,35.0912],[106.771732,35.092193],[106.745153,35.098115],[106.730682,35.104262],[106.715824,35.102467],[106.710536,35.099446],[106.710711,35.093733],[106.702722,35.08926],[106.702009,35.082854],[106.692203,35.080227],[106.664187,35.077481],[106.661336,35.075207],[106.659357,35.069431],[106.651619,35.077091],[106.64169,35.079531],[106.640019,35.078105],[106.640974,35.07607],[106.639463,35.073575],[106.637077,35.07252],[106.614159,35.072842],[106.598648,35.085082],[106.586787,35.089317],[106.572528,35.091394],[106.567987,35.08922],[106.570887,35.084914],[106.570458,35.081018],[106.563734,35.083727],[106.555826,35.092287],[106.539652,35.086732],[106.53696,35.083487],[106.540648,35.078982],[106.541175,35.068714],[106.534943,35.062287],[106.523463,35.040659],[106.522691,35.031387],[106.516263,35.028353],[106.498769,35.034655],[106.484279,35.022024],[106.49139,35.0176],[106.490799,35.000009],[106.497405,34.996391],[106.495519,34.991757],[106.491982,34.989048],[106.483774,34.987542],[106.478812,34.981022],[106.485343,34.971822],[106.489229,34.960488],[106.485055,34.941148],[106.496306,34.937571],[106.503215,34.923617],[106.512563,34.924238],[106.515411,34.92222],[106.506075,34.895977],[106.508242,34.891907],[106.523504,34.879122],[106.532416,34.880372],[106.540691,34.873777],[106.546042,34.865148],[106.55214,34.861656],[106.554231,34.857931],[106.556317,34.851567],[106.552266,34.844964],[106.558105,34.836053],[106.55677,34.833904],[106.547946,34.83201],[106.546765,34.829973],[106.551093,34.817722],[106.56088,34.810096],[106.562059,34.804507],[106.561231,34.798948],[106.574053,34.790787],[106.574737,34.78358],[106.571201,34.771587],[106.558999,34.765668],[106.554761,34.767623],[106.547037,34.764689],[106.543085,34.761615],[106.545563,34.751981],[106.541911,34.749196],[106.527937,34.749868],[106.505692,34.743564],[106.496078,34.748655],[106.492591,34.743936],[106.491655,34.739797],[106.493462,34.738223],[106.494706,34.730328],[106.487363,34.727808],[106.48133,34.717491],[106.463695,34.708757],[106.461178,34.711477],[106.463519,34.714375],[106.460829,34.716239],[106.456915,34.715731],[106.452854,34.712643],[106.44447,34.696492],[106.445873,34.688148],[106.449814,34.687019],[106.451227,34.684971],[106.447547,34.678612],[106.44638,34.667115],[106.461496,34.658685],[106.46821,34.652229],[106.462661,34.642264],[106.458295,34.63896],[106.442487,34.636755],[106.439512,34.640756],[106.417886,34.656653],[106.414436,34.648017],[106.41499,34.643356],[106.406359,34.637149],[106.40037,34.63892],[106.396358,34.637268],[106.38427,34.621983],[106.38043,34.624589],[106.379145,34.627515],[106.37523,34.625138],[106.365232,34.612682],[106.362237,34.612749],[106.360252,34.616902],[106.354525,34.616561],[106.333075,34.59633],[106.316274,34.58968],[106.308977,34.588859],[106.306806,34.582404],[106.309252,34.579756],[106.324462,34.577273],[106.337016,34.569135],[106.340062,34.559967],[106.3349,34.549447],[106.338953,34.545028],[106.34003,34.538394],[106.329288,34.518805],[106.335187,34.517909],[106.346551,34.519437],[106.363724,34.513372],[106.376952,34.522091],[106.381807,34.519264],[106.381977,34.511992],[106.3936,34.510701],[106.396985,34.512217],[106.397812,34.518395],[106.402985,34.524215],[106.410002,34.525651],[106.421169,34.524674],[106.432287,34.529189],[106.435051,34.525411],[106.44325,34.524984],[106.446446,34.526215],[106.448588,34.53169],[106.452916,34.532656],[106.464545,34.531073],[106.466352,34.524352],[106.47376,34.522714],[106.478233,34.523661],[106.479095,34.526036],[106.481796,34.526003],[106.483504,34.524891],[106.484885,34.517636],[106.507662,34.510415],[106.50793,34.502534],[106.509884,34.499204],[106.534034,34.493992],[106.537766,34.490398],[106.537838,34.487384],[106.541672,34.485663],[106.548445,34.491191],[106.568321,34.485309],[106.570039,34.482969],[106.565122,34.480805],[106.564297,34.476132],[106.567899,34.474309],[106.574581,34.475927],[106.580007,34.473146],[106.581975,34.471213],[106.578928,34.467592],[106.582583,34.465699],[106.596303,34.467589],[106.598938,34.466004],[106.59806,34.462359],[106.594067,34.463742],[106.591248,34.462671],[106.586588,34.45762],[106.586862,34.455755],[106.59827,34.449734],[106.601725,34.45507],[106.606873,34.455869],[106.615893,34.450045],[106.615703,34.446288],[106.610516,34.442498],[106.614916,34.431028],[106.619663,34.429696],[106.620958,34.412341],[106.629381,34.405318],[106.634052,34.39894],[106.632641,34.395331],[106.634165,34.393138],[106.642034,34.391735],[106.647855,34.393337],[106.659842,34.382404],[106.675306,34.385546],[106.67917,34.381914],[106.677801,34.37564],[106.683668,34.376716],[106.686082,34.379915],[106.689102,34.379641],[106.692209,34.372529],[106.695443,34.370414],[106.698976,34.371053],[106.704235,34.377652],[106.707123,34.377557],[106.714191,34.37258],[106.715078,34.359553],[106.710121,34.350171],[106.690173,34.345012],[106.684879,34.341472],[106.681856,34.336156],[106.681768,34.33184],[106.696287,34.327311],[106.699397,34.316392],[106.697261,34.298259],[106.693496,34.289477],[106.701215,34.284105],[106.690994,34.273955],[106.688238,34.273266],[106.681378,34.275202],[106.676594,34.267324],[106.675852,34.256568],[106.67459,34.255558],[106.643457,34.247946],[106.627074,34.25664],[106.618006,34.265345],[106.61469,34.266226],[106.60111,34.263021],[106.585682,34.251665],[106.577361,34.260752],[106.57898,34.264889],[106.575868,34.274282],[106.566697,34.284319],[106.550736,34.282277],[106.535263,34.28782],[106.528637,34.295629],[106.523416,34.297623],[106.518177,34.289183],[106.511365,34.288174],[106.505287,34.284093],[106.505,34.280742],[106.506877,34.277133],[106.498639,34.264544],[106.485729,34.254778],[106.484185,34.250339],[106.495346,34.244059],[106.517402,34.243646],[106.518415,34.252281],[106.522685,34.257643],[106.537122,34.2485],[106.537344,34.24523],[106.544061,34.232168],[106.553049,34.228075],[106.55261,34.205686],[106.553283,34.203308],[106.560592,34.199026],[106.560221,34.19567],[106.556178,34.191189],[106.559827,34.181134],[106.564976,34.177812],[106.567494,34.170486],[106.566724,34.164473],[106.569908,34.1605],[106.578368,34.15582],[106.581079,34.150618],[106.57815,34.143162],[106.563744,34.125831],[106.556323,34.111205],[106.550999,34.111457],[106.538672,34.115621],[106.532146,34.112477],[106.523997,34.111548],[106.513349,34.113349],[106.496802,34.112643],[106.494848,34.104729],[106.496029,34.094675],[106.500623,34.086497],[106.504838,34.07353],[106.499212,34.064607],[106.495234,34.064008],[106.483437,34.047338],[106.480028,34.035711],[106.473222,34.037952],[106.466415,34.03282],[106.466626,34.017778],[106.474233,34.007493],[106.47572,33.995873],[106.475383,33.993004],[106.470746,33.989665],[106.466613,33.977448],[106.466967,33.970559],[106.462139,33.959618],[106.449937,33.957516],[106.442964,33.948168],[106.444616,33.941441],[106.441547,33.936491],[106.431078,33.930299],[106.428435,33.925294],[106.419201,33.915352],[106.406538,33.911525],[106.40377,33.90771],[106.412261,33.904572],[106.417693,33.894886],[106.413196,33.884019],[106.416194,33.87639],[106.42285,33.870322],[106.446395,33.870552],[106.457973,33.880831],[106.452261,33.883751],[106.458883,33.886053],[106.47036,33.87713],[106.47286,33.867161],[106.490741,33.857196],[106.493304,33.851522],[106.49284,33.848338],[106.480133,33.833504],[106.475826,33.831593],[106.467254,33.834797],[106.46015,33.830933],[106.456623,33.818805],[106.458735,33.815677],[106.455487,33.804739],[106.454394,33.793705],[106.459401,33.78718],[106.470445,33.787883],[106.4719,33.78956],[106.477712,33.786038],[106.480517,33.771069],[106.4786,33.750246],[106.484405,33.745049],[106.4827,33.735087],[106.479593,33.73387],[106.477162,33.727504],[106.476839,33.716972],[106.479988,33.711912],[106.488792,33.710146],[106.503933,33.703159],[106.509827,33.705474],[106.519476,33.702881],[106.534838,33.683724],[106.535065,33.68079],[106.548579,33.677399],[106.551004,33.675168],[106.549749,33.668289],[106.545978,33.660824],[106.562003,33.649897],[106.561004,33.642756],[106.564131,33.639822],[106.572535,33.636495],[106.575673,33.631618],[106.577177,33.619238],[106.579565,33.613445],[106.577181,33.606617],[106.575077,33.589526],[106.570903,33.586332],[106.572516,33.583646],[106.577754,33.581883],[106.577571,33.578463],[106.571372,33.576678],[106.567485,33.579052],[106.553087,33.580246],[106.548159,33.578406],[106.54841,33.564233],[106.558156,33.549387],[106.555154,33.532136],[106.552289,33.528651],[106.543758,33.525035],[106.539269,33.51957],[106.514985,33.516728],[106.513158,33.514776],[106.5054,33.518494],[106.499993,33.533299],[106.488057,33.540801],[106.47991,33.532245],[106.465441,33.526502],[106.464513,33.532774],[106.459816,33.541512],[106.455022,33.540931],[106.451413,33.548252],[106.448018,33.564918],[106.451273,33.581911],[106.444757,33.59231],[106.444004,33.618118],[106.43335,33.622704],[106.415245,33.623495],[106.404351,33.618722],[106.386493,33.620039],[106.368821,33.618824],[106.372926,33.604842],[106.361289,33.601406],[106.354862,33.602014],[106.350863,33.598853],[106.34367,33.587931],[106.341295,33.587011],[106.331807,33.590473],[106.328099,33.593564],[106.309532,33.597077],[106.308816,33.599669],[106.311794,33.604031],[106.311943,33.607519],[106.28521,33.610412],[106.27348,33.606663],[106.273196,33.600347],[106.267434,33.599383],[106.253063,33.59125],[106.238623,33.577348],[106.231558,33.567052],[106.220532,33.564867],[106.213059,33.566431],[106.201641,33.564607],[106.197379,33.556204],[106.188086,33.548196],[106.18266,33.545666],[106.170591,33.54935],[106.157337,33.55836],[106.145165,33.560828],[106.138938,33.567744],[106.136975,33.576228],[106.14501,33.581759],[106.143165,33.58333],[106.132962,33.583099],[106.127115,33.581215],[106.128188,33.573288],[106.105863,33.570802],[106.102205,33.572833],[106.10039,33.575536],[106.106373,33.587316],[106.106176,33.592749],[106.116386,33.591575],[106.120944,33.593537],[106.126912,33.598576],[106.126113,33.603467],[106.124795,33.605662],[106.118568,33.603472],[106.113294,33.604149],[106.106741,33.610186],[106.09596,33.611004],[106.082359,33.619105],[106.060359,33.605908],[106.054814,33.606139],[106.052016,33.608998],[106.046572,33.610746],[106.038343,33.609668],[106.023933,33.596587],[106.018226,33.597666],[106.015313,33.600138],[106.014045,33.611657],[105.99347,33.605536],[105.985906,33.607939],[105.979694,33.61382],[105.952397,33.615188],[105.9584,33.607764],[105.955909,33.59657],[105.947714,33.588619],[105.934016,33.580899],[105.931716,33.577138],[105.934471,33.575426],[105.931672,33.570705],[105.918284,33.558976],[105.913617,33.556811],[105.908918,33.557289],[105.908433,33.56036],[105.903333,33.564832],[105.897456,33.565988],[105.894427,33.559767],[105.894252,33.549399],[105.88722,33.53944],[105.874829,33.538796],[105.872927,33.524416],[105.86991,33.519383],[105.865011,33.517654],[105.850552,33.506627],[105.84575,33.505115],[105.84053,33.501359],[105.837398,33.496385],[105.836679,33.493487],[105.839919,33.492236],[105.839979,33.49055],[105.837124,33.485405],[105.833839,33.483225],[105.833324,33.477981],[105.840786,33.471139],[105.832108,33.466516],[105.825576,33.466636],[105.823253,33.464713],[105.82348,33.458611],[105.826539,33.456178],[105.830494,33.448876],[105.834074,33.438623],[105.831074,33.416033],[105.826811,33.402557],[105.827816,33.396254],[105.825201,33.389379],[105.819622,33.382552],[105.814814,33.382206],[105.808883,33.385908],[105.798965,33.384339],[105.781972,33.386979],[105.780463,33.389385],[105.77466,33.391721],[105.768112,33.388455],[105.765662,33.383836],[105.765642,33.378505],[105.758043,33.379323],[105.745042,33.381591],[105.732299,33.387337],[105.72889,33.397673],[105.709211,33.394857],[105.698867,33.391324],[105.704947,33.37963],[105.711633,33.377045],[105.717221,33.365982],[105.720114,33.365614],[105.724323,33.361572],[105.723908,33.354444],[105.725192,33.351549],[105.744556,33.342279],[105.754329,33.323071],[105.750343,33.315834],[105.735055,33.315114],[105.735445,33.310907],[105.747187,33.287638],[105.760202,33.288618],[105.787028,33.284184],[105.785625,33.27763],[105.79132,33.265623],[105.799898,33.26275],[105.806923,33.263478],[105.815328,33.256809],[105.823653,33.257804],[105.830376,33.25589],[105.837301,33.251363],[105.843578,33.243155],[105.858517,33.234494],[105.870512,33.237216],[105.877022,33.240404],[105.889481,33.241962],[105.896892,33.24565],[105.918802,33.24349],[105.932991,33.231485],[105.929091,33.22519],[105.940286,33.224464],[105.944186,33.221022],[105.941182,33.218323],[105.932586,33.218566],[105.93664,33.214113],[105.945865,33.213223],[105.955245,33.216112],[105.958598,33.212341],[105.960152,33.187484],[105.964789,33.183744],[105.965084,33.173112],[105.971614,33.163437],[105.967908,33.14937],[105.966514,33.148417],[105.954866,33.150313],[105.941916,33.155798],[105.939468,33.160245],[105.937607,33.169816],[105.942955,33.174444],[105.942637,33.177572],[105.930572,33.176482],[105.924622,33.179387],[105.935613,33.187375],[105.936051,33.191635],[105.933399,33.199965],[105.928051,33.201773],[105.922647,33.198161],[105.921166,33.194621],[105.921904,33.190374],[105.918352,33.184223],[105.913441,33.179863],[105.91409,33.177219],[105.921792,33.169672],[105.911146,33.161803],[105.899871,33.159559],[105.890994,33.148483],[105.902894,33.138999],[105.915628,33.146934],[105.919223,33.151446],[105.924324,33.149994],[105.921173,33.137025],[105.90832,33.135939],[105.905739,33.132607],[105.914567,33.130776],[105.920919,33.123032],[105.929812,33.124118],[105.934166,33.120786],[105.932676,33.115247],[105.923862,33.114354],[105.914102,33.107376],[105.914344,33.095024],[105.921427,33.082572],[105.928705,33.07841],[105.925742,33.072995],[105.911224,33.068634],[105.908217,33.057729],[105.908527,33.055046],[105.922822,33.040542],[105.925837,33.028984],[105.925967,33.027602],[105.915264,33.0184],[105.918456,33.010174],[105.916221,32.996912],[105.897562,32.990696],[105.88874,32.980988],[105.88575,32.970687],[105.881035,32.967256],[105.869229,32.9648],[105.864955,32.958523],[105.864447,32.947422],[105.858477,32.943327],[105.852878,32.942716],[105.849061,32.948989],[105.832342,32.953884],[105.826804,32.959254],[105.819905,32.959133],[105.813242,32.953492],[105.808566,32.945402],[105.803564,32.940961],[105.774208,32.934981],[105.76471,32.926926],[105.752975,32.926432],[105.740375,32.919574],[105.733484,32.910847],[105.725704,32.906568],[105.722304,32.906798],[105.714687,32.912249],[105.703057,32.915395],[105.696851,32.908902],[105.691702,32.906841],[105.662893,32.906675],[105.650984,32.900167],[105.649134,32.893435],[105.632505,32.884942],[105.619689,32.884231],[105.613056,32.886569],[105.603831,32.886787],[105.588696,32.880758],[105.572935,32.888273],[105.574352,32.89224],[105.572484,32.897299],[105.559025,32.911146],[105.544505,32.911892],[105.53853,32.908866],[105.53433,32.908959],[105.529666,32.912738],[105.527169,32.918005],[105.521041,32.922641],[105.506021,32.920529],[105.496803,32.912808],[105.483458,32.923159],[105.461357,32.932736],[105.449451,32.935201],[105.438055,32.933878],[105.432019,32.935151],[105.422337,32.933347],[105.408052,32.921722],[105.407717,32.911345],[105.410345,32.906265],[105.404582,32.887482],[105.384894,32.8808],[105.385156,32.874893],[105.391343,32.86833],[105.395284,32.854299],[105.393862,32.852601],[105.389179,32.853285],[105.387964,32.850528],[105.394646,32.845618],[105.388805,32.837632],[105.39256,32.832764],[105.400897,32.826586],[105.414987,32.803861],[105.42066,32.787346],[105.424055,32.783352],[105.425374,32.775059],[105.431883,32.774152],[105.438575,32.776186],[105.440572,32.77344],[105.440113,32.763549],[105.441422,32.762002],[105.445429,32.765086],[105.446756,32.770033],[105.449319,32.770095],[105.452768,32.766231],[105.455076,32.755207],[105.450644,32.751666],[105.451106,32.741203],[105.449382,32.73743],[105.446339,32.734675],[105.441249,32.733175],[105.436063,32.735071],[105.422774,32.73563],[105.409288,32.724522],[105.374942,32.710476],[105.372204,32.710548],[105.367349,32.715013],[105.364581,32.714481],[105.351061,32.700325],[105.343184,32.685031],[105.337834,32.682166],[105.324656,32.680294],[105.31902,32.673939],[105.305116,32.673706],[105.29588,32.660462],[105.287535,32.656824],[105.275532,32.659792],[105.265395,32.654728],[105.259942,32.654053],[105.248789,32.662065],[105.248889,32.665483],[105.23887,32.670995],[105.226665,32.666169],[105.221745,32.669398],[105.217404,32.668129],[105.214298,32.664961],[105.211664,32.653781],[105.212323,32.641097],[105.199878,32.630087],[105.184081,32.628484],[105.180589,32.61787],[105.144616,32.607569],[105.135734,32.602571],[105.107649,32.596389],[105.094135,32.608554],[105.091931,32.617333],[105.086356,32.622528],[105.076794,32.639337],[105.065019,32.64183],[105.057837,32.647438],[105.043545,32.647646],[105.027647,32.652583],[105.023436,32.652059],[105.018588,32.645598],[105.012011,32.64176],[105.00501,32.640117],[105.001542,32.641832],[104.992811,32.641562],[104.981292,32.634729],[104.9686,32.635957],[104.964813,32.631305],[104.950991,32.623807],[104.943138,32.622233],[104.939007,32.623359],[104.929245,32.617541],[104.923201,32.609475],[104.91747,32.61094],[104.902819,32.604886],[104.882586,32.605031],[104.879406,32.603421],[104.873399,32.608357],[104.869781,32.613836],[104.872363,32.619343],[104.870028,32.626942],[104.865081,32.63269],[104.852769,32.639962],[104.842615,32.656503],[104.826477,32.665135],[104.815435,32.664019],[104.81012,32.652607],[104.802879,32.652077],[104.78953,32.644966],[104.769323,32.643988],[104.765537,32.646371],[104.757076,32.647923],[104.746552,32.642828],[104.743481,32.638415],[104.741202,32.637635],[104.736148,32.638162],[104.72831,32.644914],[104.724793,32.644959],[104.718444,32.649356],[104.713586,32.657459],[104.70715,32.662795],[104.702909,32.676301],[104.695151,32.677549],[104.677223,32.672091],[104.668807,32.665043],[104.661556,32.663879],[104.6548,32.667497],[104.646544,32.665257],[104.643106,32.66202],[104.63064,32.674068],[104.618854,32.680662],[104.608849,32.69117],[104.590544,32.696615],[104.5819,32.710252],[104.58112,32.724269],[104.56889,32.731409],[104.551452,32.73632],[104.538811,32.729207],[104.531238,32.727032],[104.524165,32.730653],[104.507604,32.757378],[104.488736,32.759172],[104.483284,32.754548],[104.477262,32.752362],[104.462093,32.75012],[104.454351,32.750954],[104.452294,32.752889],[104.451111,32.759025],[104.445255,32.763684],[104.435053,32.765929],[104.424325,32.770902],[104.421966,32.773748],[104.423693,32.778908],[104.417404,32.783802],[104.40575,32.785462],[104.399809,32.788169],[104.396152,32.791825],[104.396078,32.796239],[104.385474,32.798791],[104.383051,32.80183],[104.369476,32.809473],[104.369925,32.815268],[104.364505,32.823007],[104.354776,32.82617],[104.328823,32.826161],[104.31268,32.83077],[104.297937,32.832907],[104.291021,32.838755],[104.291126,32.855262],[104.288176,32.863708],[104.288957,32.871064],[104.280479,32.885533],[104.274529,32.888],[104.274342,32.902649],[104.279572,32.907825],[104.27939,32.919897],[104.284975,32.929386],[104.283291,32.941221],[104.287617,32.945608],[104.302256,32.954328],[104.31544,32.94705],[104.326605,32.950435],[104.330737,32.949563],[104.336893,32.947037],[104.341717,32.942783],[104.357674,32.944028],[104.367962,32.947409],[104.377077,32.966287],[104.375466,32.974097],[104.381612,32.996161],[104.395734,33.005852],[104.415215,33.010427],[104.423997,33.016913],[104.422477,33.029303],[104.414243,33.034779],[104.394589,33.036949],[104.390036,33.040941],[104.378977,33.037727],[104.372968,33.03145],[104.365696,33.030765],[104.353615,33.034747],[104.3435,33.041708],[104.33469,33.042773],[104.330653,33.045447],[104.337907,33.05353],[104.348521,33.058966],[104.357232,33.074501],[104.358034,33.081392],[104.361975,33.083875],[104.367917,33.083492],[104.367798,33.086937],[104.363622,33.088828],[104.36009,33.08952],[104.352906,33.085758],[104.350933,33.088062],[104.355475,33.092075],[104.357259,33.101275],[104.379948,33.108552],[104.38051,33.11018],[104.371394,33.117292],[104.365685,33.133227],[104.355615,33.146152],[104.356876,33.149671],[104.349578,33.167888],[104.349347,33.176418],[104.345309,33.189455],[104.336955,33.199685],[104.332502,33.213315],[104.329631,33.215283],[104.325598,33.214634],[104.324696,33.21672],[104.321639,33.227651],[104.326336,33.237754],[104.326982,33.242516],[104.324248,33.256134],[104.32096,33.262965],[104.320922,33.269593],[104.316316,33.28183],[104.300025,33.304755],[104.308844,33.307434],[104.321753,33.316074],[104.328541,33.317218],[104.336812,33.312409],[104.345815,33.302864],[104.383325,33.301062],[104.393881,33.296499],[104.400938,33.288397],[104.408439,33.283783],[104.410865,33.286239],[104.407308,33.291555],[104.399801,33.292717],[104.394453,33.297078],[104.395339,33.306307],[104.391581,33.311833],[104.391636,33.314451],[104.396035,33.314512],[104.409837,33.321077],[104.41947,33.323629],[104.434109,33.323861],[104.427391,33.328845],[104.411767,33.328735],[104.403677,33.338702],[104.394398,33.338368],[104.38921,33.342826],[104.371149,33.350215],[104.355435,33.347294],[104.342882,33.339283],[104.340258,33.335367],[104.327827,33.32995],[104.319976,33.333492],[104.312863,33.340163],[104.296215,33.331999],[104.293531,33.332473],[104.291111,33.338798],[104.290988,33.344191],[104.283613,33.356732],[104.283095,33.36827],[104.274839,33.378253],[104.270771,33.380243],[104.269134,33.389716],[104.264094,33.396426],[104.260345,33.396836],[104.257628,33.399348],[104.25676,33.402958],[104.249684,33.409503],[104.243039,33.409922],[104.234267,33.406623],[104.230042,33.403284],[104.219835,33.405484],[104.21575,33.421216],[104.217069,33.433408],[104.215177,33.443694],[104.210815,33.4517],[104.206114,33.451633],[104.193244,33.457025],[104.18953,33.461905],[104.184367,33.464037],[104.179035,33.469448],[104.177825,33.476964],[104.179502,33.48725],[104.176365,33.494087],[104.170692,33.500041],[104.173761,33.514354],[104.171938,33.515974],[104.16494,33.516936],[104.157924,33.526601],[104.158364,33.53686],[104.153207,33.543886],[104.154954,33.551866],[104.158684,33.556807],[104.164307,33.559123],[104.164553,33.570848],[104.166972,33.57557],[104.177892,33.578763],[104.178938,33.580279],[104.177564,33.583647],[104.173667,33.58587],[104.1721,33.588717],[104.175419,33.596167],[104.165876,33.614722],[104.149324,33.623021],[104.148108,33.62663],[104.13486,33.634877],[104.132906,33.636747],[104.131621,33.641987],[104.118276,33.652542],[104.108734,33.664235],[104.073378,33.676552],[104.068117,33.676426],[104.060353,33.681441],[104.045989,33.687123],[104.036123,33.688854],[104.011912,33.682849],[103.997764,33.682848],[103.964846,33.675498],[103.944595,33.678142],[103.930887,33.684328],[103.895787,33.682203],[103.882839,33.683275],[103.872899,33.687212],[103.862771,33.688555],[103.854012,33.687352],[103.846812,33.679377],[103.818437,33.681235],[103.807424,33.676732],[103.799986,33.666062],[103.797044,33.665053],[103.782644,33.666529],[103.76337,33.657437],[103.755802,33.662367],[103.750286,33.672174],[103.739437,33.673086],[103.732298,33.675806],[103.728994,33.679471],[103.724231,33.681337],[103.715859,33.680863],[103.706019,33.688377],[103.688342,33.695274],[103.68704,33.695123],[103.686694,33.690271],[103.684761,33.688116],[103.680223,33.68869],[103.674279,33.694703],[103.672099,33.693417],[103.671459,33.69017],[103.66617,33.687496],[103.661914,33.692778],[103.664707,33.695379],[103.664282,33.701123],[103.653079,33.701188],[103.647845,33.697361],[103.648173,33.702599],[103.657019,33.70913],[103.666615,33.712973],[103.66412,33.72125],[103.654777,33.716599],[103.649603,33.723195],[103.645917,33.720444],[103.646344,33.714607],[103.644499,33.71105],[103.633028,33.710222],[103.627379,33.712652],[103.626418,33.714465],[103.631049,33.725702],[103.623725,33.728986],[103.618994,33.727515],[103.61666,33.72537],[103.618188,33.717317],[103.610003,33.715029],[103.596861,33.719554],[103.598066,33.730302],[103.595046,33.731374],[103.58857,33.729726],[103.590381,33.717539],[103.581316,33.714352],[103.577997,33.706099],[103.57436,33.704213],[103.566532,33.704773],[103.559538,33.700299],[103.551403,33.677758],[103.54826,33.673674],[103.538872,33.674957],[103.533358,33.681139],[103.528889,33.68295],[103.52528,33.68322],[103.518726,33.680023],[103.517548,33.684787],[103.522294,33.686884],[103.524991,33.689994],[103.526285,33.69939],[103.543289,33.721801],[103.547258,33.742246],[103.535756,33.746513],[103.528981,33.7512],[103.528712,33.753929],[103.534366,33.754738],[103.533292,33.767422],[103.537852,33.768222],[103.53444,33.776465],[103.529703,33.780332],[103.529688,33.802174],[103.518242,33.811781],[103.502689,33.813711],[103.490472,33.807369],[103.477535,33.812514],[103.473992,33.811713],[103.460369,33.788621],[103.454994,33.785035],[103.446653,33.784914],[103.441294,33.77877],[103.438896,33.769843],[103.44098,33.758305],[103.438877,33.752481],[103.430878,33.745405],[103.41637,33.74981],[103.407489,33.748918],[103.392754,33.750975],[103.387705,33.754009],[103.374136,33.751999],[103.367419,33.748021],[103.337795,33.743024],[103.330673,33.743796],[103.311287,33.75215],[103.29666,33.765239],[103.277124,33.774879],[103.275774,33.779791],[103.278218,33.786094],[103.284546,33.789781],[103.284021,33.799934],[103.279328,33.806195],[103.269117,33.811523],[103.248445,33.815831],[103.244347,33.814582],[103.226343,33.801243],[103.225179,33.795578],[103.215753,33.793853],[103.201953,33.794639],[103.190131,33.802193],[103.18341,33.803902],[103.175318,33.803082],[103.16286,33.808568],[103.158337,33.807032],[103.149911,33.816673],[103.150332,33.822682],[103.164388,33.855035],[103.162026,33.864245],[103.163167,33.870269],[103.167764,33.875322],[103.177291,33.892871],[103.182395,33.897942],[103.183737,33.904065],[103.179321,33.912836],[103.16937,33.924414],[103.166287,33.932181],[103.153143,33.9329],[103.151256,33.932017],[103.149172,33.926845],[103.142573,33.927516],[103.133867,33.932043],[103.12589,33.930297],[103.122026,33.93527],[103.123238,33.939911],[103.116904,33.952081],[103.118123,33.963682],[103.123152,33.97145],[103.134582,33.974133],[103.138687,33.980618],[103.139127,33.987595],[103.145523,33.99371],[103.152323,33.996026],[103.157119,34.005839],[103.155866,34.011366],[103.152762,34.014717],[103.147645,34.016958],[103.14835,34.025813],[103.145387,34.036864],[103.132903,34.039488],[103.124933,34.036923],[103.116519,34.036374],[103.120951,34.043863],[103.128022,34.068206],[103.142746,34.06244],[103.158231,34.068954],[103.169087,34.066704],[103.172168,34.069862],[103.169427,34.073284],[103.165818,34.073529],[103.165963,34.077446],[103.168518,34.081234],[103.17234,34.079465],[103.17704,34.08081],[103.16166,34.091331],[103.147032,34.104569],[103.138626,34.104788],[103.132922,34.101758],[103.120785,34.112402],[103.119694,34.122122],[103.126197,34.12783],[103.128112,34.133084],[103.123636,34.138375],[103.121254,34.149196],[103.122087,34.164723],[103.113616,34.176761],[103.099195,34.177491],[103.079771,34.186292],[103.066857,34.188646],[103.048264,34.196814],[103.048092,34.193393],[103.037744,34.18626],[103.021592,34.189877],[103.016062,34.189498],[103.006765,34.185436],[102.985739,34.192903],[102.977778,34.19827],[102.970627,34.198381],[102.969911,34.201741],[102.97208,34.206801],[102.973587,34.224208],[102.971706,34.244019],[102.968222,34.252726],[102.957804,34.261597],[102.959629,34.263645],[102.958383,34.280178],[102.948879,34.285769],[102.950066,34.290642],[102.956877,34.296444],[102.934865,34.303914],[102.90849,34.315239],[102.878879,34.314626],[102.858777,34.30579],[102.857891,34.30062],[102.863446,34.297368],[102.862548,34.28546],[102.853873,34.277533],[102.854152,34.272396],[102.838804,34.271649],[102.828793,34.276915],[102.82122,34.274477],[102.795891,34.274756],[102.792942,34.277099],[102.792248,34.268902],[102.78932,34.263043],[102.787482,34.260878],[102.781315,34.259079],[102.780692,34.25325],[102.782204,34.247313],[102.776694,34.239438],[102.745324,34.238844],[102.736876,34.235999],[102.728342,34.238589],[102.725387,34.23609],[102.722812,34.22734],[102.715492,34.22355],[102.710536,34.214806],[102.695959,34.212858],[102.694848,34.199821],[102.68318,34.198815],[102.680774,34.196359],[102.670992,34.192317],[102.664756,34.194811],[102.658206,34.193164],[102.655447,34.183928],[102.651861,34.183021],[102.648253,34.184322],[102.645702,34.182725],[102.643995,34.178252],[102.648324,34.169683],[102.6472,34.167302],[102.633514,34.173153],[102.629818,34.169936],[102.629158,34.165006],[102.62442,34.162346],[102.619171,34.165135],[102.613588,34.164921],[102.610699,34.154392],[102.605,34.153812],[102.602822,34.156145],[102.596302,34.153037],[102.59808,34.149394],[102.606585,34.141494],[102.624325,34.134529],[102.633157,34.128465],[102.635279,34.122195],[102.634486,34.115326],[102.640346,34.115029],[102.650481,34.120004],[102.66176,34.11418],[102.658414,34.107168],[102.66455,34.098909],[102.662452,34.094018],[102.658791,34.094455],[102.654985,34.092182],[102.656809,34.075641],[102.649804,34.078679],[102.642019,34.087727],[102.620928,34.092439],[102.61396,34.099986],[102.602124,34.102713],[102.59026,34.100957],[102.58019,34.103158],[102.567267,34.100203],[102.564693,34.090109],[102.551384,34.088918],[102.545633,34.086828],[102.531788,34.08861],[102.513098,34.085968],[102.493139,34.0763],[102.483688,34.077422],[102.462681,34.074358],[102.460573,34.080277],[102.449887,34.084861],[102.435797,34.088077],[102.43245,34.078774],[102.429279,34.075758],[102.425576,34.075001],[102.421709,34.055901],[102.416069,34.044078],[102.403847,34.033984],[102.396981,34.016489],[102.389829,33.971801],[102.387067,33.974538],[102.372056,33.976135],[102.36901,33.970004],[102.362507,33.970068],[102.358298,33.972713],[102.356258,33.979738],[102.353835,33.980813],[102.348414,33.978389],[102.346141,33.972634],[102.341993,33.970748],[102.334605,33.977192],[102.330111,33.983881],[102.325609,33.985427],[102.323581,33.983575],[102.320923,33.975744],[102.310759,33.968243],[102.307978,33.972433],[102.310865,33.984565],[102.317647,33.988694],[102.314486,33.995414],[102.30833,33.996521],[102.303908,33.995434],[102.300872,33.987653],[102.288917,33.97862],[102.285599,33.97926],[102.275531,33.992193],[102.271929,33.993249],[102.265647,33.991353],[102.262049,33.988327],[102.256668,33.977165],[102.256376,33.973922],[102.260864,33.969413],[102.260019,33.967096],[102.252131,33.968875],[102.246407,33.975679],[102.252368,33.977323],[102.254246,33.980269],[102.247325,33.988203],[102.241803,33.986277],[102.239517,33.983774],[102.242553,33.978088],[102.242394,33.973771],[102.236517,33.970006],[102.229748,33.972024],[102.22759,33.970736],[102.228413,33.968498],[102.238687,33.967976],[102.238496,33.965781],[102.222365,33.965093],[102.216897,33.963141],[102.21427,33.960246],[102.209228,33.961241],[102.206375,33.963679],[102.211733,33.966638],[102.212319,33.969123],[102.210055,33.970165],[102.200793,33.968326],[102.193346,33.976433],[102.193627,33.977766],[102.19872,33.978594],[102.195005,33.980451],[102.180683,33.98017],[102.179597,33.972098],[102.177571,33.970055],[102.172471,33.969847],[102.171878,33.973078],[102.17742,33.975341],[102.177853,33.981021],[102.165766,33.984823],[102.143235,33.977653],[102.135458,33.96846],[102.129676,33.968002],[102.131801,33.965348],[102.151647,33.95989],[102.163839,33.944705],[102.174574,33.937075],[102.186443,33.931475],[102.206521,33.900712],[102.222595,33.881742],[102.228639,33.87713],[102.230113,33.871359],[102.236551,33.866061],[102.248332,33.862593],[102.254239,33.853524],[102.262534,33.846406],[102.266002,33.834596],[102.26428,33.829402],[102.254427,33.814127],[102.251185,33.811365],[102.244863,33.80972],[102.236545,33.802887],[102.23508,33.795572],[102.236677,33.792098],[102.244588,33.788833],[102.269166,33.789783],[102.283471,33.78761],[102.283654,33.785822],[102.288473,33.78245],[102.301982,33.778354],[102.319286,33.759466],[102.319096,33.753983],[102.3122,33.747126],[102.287069,33.734686],[102.284042,33.726584],[102.284546,33.71807],[102.298375,33.71259],[102.30436,33.712123],[102.312819,33.719932],[102.317808,33.731213],[102.323895,33.735597],[102.333309,33.736279],[102.337505,33.734306],[102.340108,33.730782],[102.339967,33.723085],[102.326819,33.703687],[102.314513,33.676532],[102.313718,33.670634],[102.321037,33.656103],[102.330416,33.645878],[102.333475,33.640002],[102.336874,33.624965],[102.336155,33.615913],[102.338086,33.612926],[102.346535,33.60669],[102.392355,33.594355],[102.404326,33.58331],[102.411588,33.579844],[102.437523,33.57657],[102.443378,33.57435],[102.446996,33.570364],[102.454245,33.555272],[102.471765,33.549262],[102.475925,33.545369],[102.474901,33.534215],[102.470626,33.530641],[102.464514,33.531105],[102.453248,33.535982],[102.448306,33.535848],[102.444249,33.532882],[102.448155,33.521699],[102.458582,33.51137],[102.460261,33.506084],[102.450856,33.493151],[102.450077,33.488343],[102.451193,33.48475],[102.459615,33.480006],[102.460856,33.477781],[102.450349,33.471415],[102.448525,33.466199],[102.454074,33.462391],[102.466113,33.45923],[102.467212,33.453914],[102.462271,33.45095],[102.449859,33.456712],[102.440783,33.455059],[102.437483,33.451685],[102.433118,33.441222],[102.425744,33.440269],[102.41969,33.437538],[102.412293,33.430855],[102.405765,33.429806],[102.402858,33.427561],[102.402908,33.421519],[102.394375,33.416022],[102.395439,33.41104],[102.392615,33.406647],[102.384011,33.406497],[102.375819,33.414759],[102.371262,33.415433],[102.366526,33.414073],[102.364309,33.409915],[102.369705,33.400772],[102.368069,33.395249],[102.365974,33.393558],[102.355369,33.3954],[102.352567,33.400495],[102.353247,33.404669],[102.350068,33.410165],[102.343821,33.413781],[102.331092,33.403192],[102.311831,33.399002],[102.307383,33.400497],[102.299459,33.413259],[102.295262,33.415386],[102.288561,33.414694],[102.283657,33.409035],[102.280175,33.408393],[102.271521,33.410739],[102.267897,33.415543],[102.269252,33.421211],[102.26812,33.423675],[102.264905,33.423758],[102.26164,33.417498],[102.255933,33.412004],[102.255495,33.408],[102.260408,33.399258],[102.252158,33.396413],[102.246035,33.39194],[102.239865,33.392956],[102.233702,33.389645],[102.227428,33.378819],[102.228451,33.375808],[102.232678,33.374474],[102.233492,33.372023],[102.222473,33.362524],[102.216723,33.360343],[102.214024,33.353089],[102.203985,33.349984],[102.199737,33.343448],[102.190402,33.338759],[102.185878,33.332338],[102.18629,33.329297],[102.203435,33.321786],[102.201189,33.314738],[102.200452,33.3031],[102.209301,33.29099],[102.20734,33.282928],[102.211441,33.272229],[102.20998,33.266649],[102.215683,33.250235],[102.21219,33.244144],[102.214363,33.2349],[102.20684,33.226754],[102.198468,33.225675],[102.192202,33.232538],[102.183966,33.232413],[102.173365,33.235452],[102.160386,33.242862],[102.150501,33.2555],[102.150347,33.262461],[102.141652,33.276272],[102.127301,33.278273],[102.124982,33.281602],[102.114863,33.285016],[102.11276,33.291237],[102.113445,33.2977],[102.106992,33.297712],[102.105862,33.290676],[102.102751,33.287732],[102.097186,33.276645],[102.102826,33.275535],[102.101522,33.272599],[102.107307,33.266557],[102.108099,33.260621],[102.095073,33.249364],[102.100719,33.241235],[102.09927,33.235279],[102.086219,33.228019],[102.088377,33.221347],[102.094982,33.221329],[102.095131,33.218405],[102.087433,33.205667],[102.082895,33.207324],[102.080413,33.205701],[102.083511,33.200462],[102.079723,33.194802],[102.07663,33.199381],[102.070298,33.201504],[102.063584,33.200938],[102.058746,33.196136],[102.053422,33.196169],[102.040784,33.199853],[102.026709,33.196642],[102.020171,33.198429],[102.007585,33.198896],[101.995748,33.204817],[101.989184,33.201957],[101.984782,33.20391],[101.978782,33.203439],[101.970002,33.19316],[101.957377,33.188937],[101.937411,33.189568],[101.933334,33.188288],[101.931893,33.176833],[101.924668,33.161367],[101.917783,33.153367],[101.910541,33.148484],[101.90567,33.148244],[101.897747,33.144914],[101.884589,33.137204],[101.878217,33.126609],[101.877856,33.119983],[101.874566,33.115059],[101.866673,33.106585],[101.861494,33.106403],[101.857371,33.11164],[101.84211,33.113461],[101.832107,33.120679],[101.825854,33.120305],[101.823135,33.122876],[101.820506,33.132931],[101.821068,33.136232],[101.833139,33.139711],[101.838294,33.150247],[101.837025,33.161124],[101.840784,33.184587],[101.839208,33.192881],[101.833175,33.200028],[101.829095,33.210571],[101.829446,33.214692],[101.811229,33.221309],[101.796274,33.234896],[101.789605,33.231883],[101.773817,33.244117],[101.769034,33.249405],[101.771035,33.258444],[101.770031,33.262907],[101.765635,33.266057],[101.769434,33.270739],[101.784848,33.275041],[101.789319,33.281578],[101.804868,33.283035],[101.80746,33.285864],[101.807625,33.290407],[101.822148,33.273024],[101.828492,33.285315],[101.828309,33.289823],[101.830127,33.293752],[101.836651,33.294794],[101.847932,33.300216],[101.854439,33.311348],[101.858719,33.315043],[101.875865,33.316819],[101.877242,33.320728],[101.87084,33.329482],[101.874711,33.339916],[101.87371,33.351823],[101.880823,33.361566],[101.880183,33.374758],[101.884395,33.384456],[101.895179,33.395908],[101.901314,33.397836],[101.903914,33.404516],[101.912179,33.407738],[101.917396,33.42278],[101.913592,33.427738],[101.924719,33.437244],[101.929567,33.437057],[101.945052,33.443564],[101.924663,33.449276],[101.922887,33.451732],[101.926629,33.464327],[101.9273,33.472833],[101.923991,33.476294],[101.906522,33.4815],[101.901336,33.489632],[101.89882,33.497001],[101.898993,33.501383],[101.903271,33.510756],[101.897398,33.516522],[101.896175,33.51977],[101.903372,33.53427],[101.905663,33.54284],[101.901724,33.555724],[101.896062,33.560843],[101.883463,33.565309],[101.880878,33.567944],[101.882978,33.578908],[101.880867,33.58187],[101.87301,33.582111],[101.861902,33.587853],[101.856221,33.588618],[101.846113,33.603015],[101.842318,33.605032],[101.839546,33.59763],[101.833144,33.594404],[101.829907,33.583498],[101.832821,33.566706],[101.830085,33.556876],[101.819045,33.555225],[101.811029,33.551101],[101.809006,33.548552],[101.804877,33.549823],[101.798599,33.558376],[101.786341,33.556553],[101.781486,33.558876],[101.77588,33.552241],[101.768544,33.548271],[101.766573,33.540768],[101.75754,33.538507],[101.757251,33.524305],[101.751112,33.517791],[101.749326,33.510915],[101.746271,33.506946],[101.73962,33.506159],[101.733502,33.498496],[101.731204,33.499465],[101.715883,33.497123],[101.698994,33.504809],[101.688784,33.500755],[101.679463,33.502429],[101.668842,33.501202],[101.660434,33.504156],[101.647641,33.504749],[101.643528,33.49681],[101.630383,33.49416],[101.623802,33.500486],[101.615526,33.520093],[101.614673,33.529521],[101.616893,33.530477],[101.618545,33.535139],[101.615045,33.542303],[101.614915,33.549726],[101.618366,33.55989],[101.610496,33.567568],[101.60974,33.57764],[101.61267,33.583585],[101.609883,33.593903],[101.61216,33.598166],[101.615921,33.599107],[101.616664,33.605212],[101.611051,33.615801],[101.610564,33.620228],[101.605624,33.627639],[101.605841,33.631349],[101.601514,33.635061],[101.587444,33.639701],[101.585691,33.642067],[101.58497,33.64705],[101.587867,33.669895],[101.585933,33.672561],[101.580962,33.676798],[101.57688,33.677512],[101.565501,33.67006],[101.558342,33.670718],[101.554257,33.675817],[101.553081,33.687884],[101.548907,33.693256],[101.542577,33.69657],[101.538848,33.697339],[101.525632,33.693503],[101.510529,33.696108],[101.507841,33.697308],[101.50378,33.703723],[101.498661,33.704725],[101.480532,33.697383],[101.472591,33.690176],[101.467839,33.687901],[101.452732,33.686498],[101.441776,33.683561],[101.437229,33.68724],[101.431691,33.68627],[101.428271,33.683962],[101.426386,33.680193],[101.427762,33.666291],[101.426814,33.661451],[101.421572,33.655898],[101.415105,33.652671],[101.389191,33.646743],[101.381595,33.647522],[101.350269,33.659096],[101.346738,33.658427],[101.344209,33.654783],[101.335137,33.660899],[101.321056,33.658796],[101.31505,33.664721],[101.310014,33.666108],[101.30303,33.660111],[101.300011,33.66404],[101.296773,33.66537],[101.291615,33.662745],[101.280302,33.664045],[101.271294,33.668428],[101.257024,33.672544],[101.243441,33.68311],[101.233386,33.687159],[101.227851,33.684163],[101.214991,33.672546],[101.196681,33.672152],[101.18456,33.666491],[101.180393,33.659869],[101.181146,33.65601],[101.17778,33.655872],[101.166067,33.660634],[101.164546,33.662996],[101.165472,33.670673],[101.173504,33.679078],[101.173997,33.686117],[101.16334,33.69557],[101.161071,33.722149],[101.165487,33.728587],[101.170539,33.732686],[101.1771,33.735274],[101.178463,33.743874],[101.185068,33.743776],[101.187662,33.745189],[101.187117,33.754817],[101.183167,33.760595],[101.182335,33.767534],[101.190234,33.788983],[101.189093,33.792176],[101.183701,33.797241],[101.171806,33.804278],[101.16069,33.814074],[101.159424,33.820217],[101.150937,33.824884],[101.148109,33.828749],[101.148518,33.833065],[101.153973,33.838876],[101.152689,33.845008],[101.145322,33.847341],[101.136808,33.846432],[101.124817,33.852846],[101.115578,33.851495],[101.111078,33.852683],[101.109543,33.853929],[101.109526,33.859374],[101.106536,33.862751],[101.085354,33.858153],[101.074837,33.859379],[101.0519,33.865387],[101.046656,33.871168],[101.046696,33.880802],[101.043116,33.886258],[101.037614,33.887818],[101.030595,33.884484],[101.018616,33.899363],[100.994007,33.892682],[100.98686,33.908528],[100.976222,33.918343],[100.972862,33.925043],[100.969319,33.939135],[100.964592,33.945224],[100.964479,33.94899],[100.950308,33.95351],[100.943425,33.964323],[100.926252,33.977355],[100.925651,33.98155],[100.929775,33.993012],[100.925923,33.995327],[100.916487,34.008701],[100.911792,34.008401],[100.901774,34.019187],[100.896538,34.02951],[100.89655,34.038187],[100.882051,34.03456],[100.879265,34.040139],[100.875615,34.061008],[100.867848,34.067157],[100.865985,34.072003],[100.870451,34.084715],[100.856495,34.091104],[100.846616,34.091641],[100.842947,34.100723],[100.837011,34.109311],[100.838066,34.115747],[100.827172,34.131112],[100.81707,34.137355],[100.813739,34.141185],[100.806869,34.155818],[100.794709,34.161165],[100.787204,34.160787],[100.782894,34.168655],[100.775885,34.170238],[100.766281,34.17544],[100.762581,34.18033],[100.76728,34.191407],[100.779461,34.19708],[100.778662,34.203855],[100.779927,34.206298],[100.782418,34.209398],[100.787598,34.210823],[100.795381,34.227555],[100.79384,34.234528],[100.802035,34.239213],[100.80773,34.24745],[100.803232,34.253735],[100.796792,34.258057],[100.798668,34.26417],[100.807249,34.273309],[100.803951,34.288816],[100.812496,34.292193],[100.815817,34.29556],[100.814861,34.307406],[100.817879,34.311696],[100.820464,34.320751],[100.830352,34.320507],[100.836848,34.327663],[100.846333,34.327523],[100.869794,34.335944],[100.879481,34.352314],[100.890789,34.358679],[100.891926,34.363928],[100.890561,34.365983],[100.890855,34.371569],[100.893027,34.376514],[100.900024,34.378352],[100.917454,34.375523],[100.934775,34.379045],[100.948917,34.384876],[100.955955,34.378283],[100.973525,34.370199],[100.984859,34.37557],[101.001061,34.367675],[101.00832,34.357885],[101.019524,34.351731],[101.021422,34.344739],[101.028643,34.33992],[101.035589,34.337835],[101.037581,34.341693],[101.042877,34.342414],[101.049149,34.340109],[101.052534,34.326043],[101.064205,34.330033],[101.0702,34.330231],[101.080685,34.323829],[101.09512,34.329817],[101.099363,34.329138],[101.101665,34.326067],[101.112358,34.328033],[101.116866,34.330396],[101.133486,34.327414],[101.143639,34.333184],[101.152926,34.331729],[101.168253,34.319972],[101.176964,34.322157],[101.182995,34.32702],[101.192054,34.338167],[101.197864,34.334142],[101.205031,34.33216],[101.2264,34.331259],[101.233681,34.325826],[101.233016,34.317358],[101.229676,34.313038],[101.227944,34.298758],[101.231119,34.296439],[101.238317,34.294775],[101.246127,34.300172],[101.263841,34.294451],[101.265388,34.292109],[101.260648,34.288022],[101.266927,34.281095],[101.278948,34.275346],[101.291317,34.274352],[101.294557,34.269588],[101.316148,34.269039],[101.322545,34.270699],[101.326121,34.26676],[101.329761,34.253208],[101.328293,34.251261],[101.320468,34.251353],[101.320888,34.248062],[101.324033,34.245984],[101.330955,34.246439],[101.341531,34.250604],[101.368299,34.24918],[101.374538,34.247028],[101.383266,34.239994],[101.404679,34.237044],[101.410082,34.233991],[101.412511,34.229614],[101.426371,34.230437],[101.429306,34.227267],[101.439328,34.222664],[101.456766,34.223555],[101.483135,34.219807],[101.487256,34.217546],[101.489659,34.212567],[101.484316,34.203852],[101.485822,34.199499],[101.489308,34.197702],[101.50118,34.196849],[101.512713,34.199649],[101.523317,34.209918],[101.536772,34.213615],[101.541378,34.212112],[101.543689,34.206387],[101.554118,34.204164],[101.553164,34.196517],[101.557343,34.192821],[101.568338,34.194706],[101.575627,34.198963],[101.578634,34.198556],[101.582927,34.189873],[101.594144,34.185304],[101.604198,34.175964],[101.619784,34.17082],[101.628362,34.163843],[101.649034,34.156998],[101.653426,34.150494],[101.64121,34.1404],[101.651155,34.123616],[101.667295,34.113878],[101.685818,34.10912],[101.69153,34.111485],[101.692843,34.121692],[101.697645,34.122759],[101.702413,34.120525],[101.712742,34.109855],[101.713166,34.104252],[101.709623,34.096402],[101.709301,34.089521],[101.710118,34.087304],[101.714145,34.085288],[101.718895,34.089019],[101.722553,34.098874],[101.727086,34.101305],[101.730066,34.09596],[101.728893,34.087162],[101.735865,34.081237],[101.739645,34.086771],[101.747143,34.09079],[101.755656,34.101592],[101.756233,34.10652],[101.761507,34.118731],[101.761772,34.124222],[101.776013,34.126076],[101.786003,34.133103],[101.791325,34.133276],[101.796326,34.128936],[101.828455,34.131113],[101.833218,34.12625],[101.838638,34.126655],[101.848006,34.133489],[101.850529,34.141963],[101.844637,34.152619],[101.847599,34.15477],[101.863338,34.152003],[101.866154,34.15019],[101.866374,34.144361],[101.872645,34.131826],[101.884654,34.131472],[101.894336,34.135901],[101.903532,34.130624],[101.909806,34.130267],[101.915526,34.123248],[101.945892,34.114263],[101.955765,34.109593],[101.963106,34.149178],[101.967196,34.156425],[101.957938,34.160647],[101.957416,34.164198],[101.963917,34.16946],[101.968919,34.16998],[101.981999,34.168451],[101.987067,34.165283],[102.001186,34.162684],[102.007896,34.167431],[102.012423,34.178923],[102.011304,34.185501],[102.012604,34.187758],[102.016922,34.191768],[102.028561,34.192308],[102.026654,34.20677],[102.023448,34.211856],[102.012001,34.220284],[102.014725,34.22655],[102.023578,34.225269],[102.031629,34.231592],[102.049447,34.230595],[102.057399,34.227724],[102.06177,34.231731],[102.062697,34.242712],[102.056373,34.252791],[102.0624,34.265463],[102.058662,34.280433],[102.065288,34.293913],[102.083123,34.292237],[102.090733,34.287773],[102.102723,34.28497],[102.105856,34.285674],[102.126059,34.277912],[102.131736,34.273815],[102.145073,34.273014],[102.150333,34.286229],[102.147018,34.290169],[102.147898,34.294032],[102.154663,34.292814],[102.158978,34.300696],[102.167349,34.308697],[102.168467,34.311863],[102.16718,34.328099],[102.175502,34.335243],[102.180559,34.347878],[102.18648,34.356095],[102.18832,34.356133],[102.191969,34.35269],[102.191893,34.350841],[102.209777,34.347145],[102.21972,34.340835],[102.242378,34.346234],[102.25236,34.351851],[102.257537,34.357103],[102.241144,34.372075],[102.235357,34.380013],[102.221808,34.388693],[102.207881,34.404428],[102.205068,34.40945],[102.204607,34.418598],[102.194953,34.427632],[102.196,34.433139],[102.18975,34.440073],[102.185001,34.441798],[102.172543,34.451512],[102.172855,34.453436],[102.167952,34.45953],[102.168056,34.46786],[102.170638,34.475782],[102.163641,34.488144],[102.155373,34.497741],[102.15606,34.504646],[102.153872,34.509113],[102.142735,34.505421],[102.135919,34.505506],[102.123111,34.520943],[102.117454,34.524802],[102.111744,34.521041],[102.106388,34.521161],[102.090021,34.538082],[102.079264,34.538248],[102.073588,34.536022],[102.055384,34.540028],[102.037671,34.536076],[102.013192,34.539934],[102,34.539992],[101.989002,34.545079],[101.97282,34.54952],[101.972296,34.55294],[101.974154,34.558748],[101.960517,34.565372],[101.956116,34.574189],[101.954893,34.585281],[101.94568,34.584374],[101.936005,34.586286],[101.932614,34.589439],[101.922202,34.609475],[101.91883,34.626544],[101.921574,34.633268],[101.918509,34.6416],[101.918878,34.652505],[101.915863,34.66487],[101.91703,34.669391],[101.924711,34.677457],[101.928822,34.685164],[101.92779,34.688271],[101.922208,34.692546],[101.920016,34.696424],[101.915808,34.707622],[101.914213,34.718398],[101.916774,34.728179],[101.914642,34.738315],[101.917679,34.743051],[101.916676,34.751564],[101.921284,34.763319],[101.918691,34.767958],[101.918981,34.776157],[101.915904,34.780687],[101.915985,34.787014],[101.918814,34.802208],[101.923294,34.804386],[101.925466,34.808409],[101.92631,34.826945],[101.925512,34.830551],[101.921921,34.834221],[101.92178,34.837541],[101.929221,34.841248],[101.932312,34.846032],[101.930409,34.850132],[101.919929,34.855143],[101.91606,34.878055],[101.926139,34.878539],[101.934229,34.890444],[101.955843,34.889671],[101.963251,34.89143],[101.972259,34.896386],[101.977887,34.895016],[101.981409,34.898657],[101.976984,34.903292],[101.991915,34.898329],[102,34.900329],[102.003163,34.896738],[102.022703,34.901944],[102.026064,34.897391],[102.03294,34.892545],[102.04751,34.88774],[102.057845,34.889213],[102.065902,34.893773],[102.063398,34.897226],[102.050607,34.90391],[102.048,34.910255],[102.047164,34.921843],[102.049584,34.93211],[102.050574,34.93368],[102.056891,34.93334],[102.061168,34.936123],[102.062133,34.937434],[102.060004,34.938186],[102.060686,34.943424],[102.073259,34.948731],[102.074632,34.954067],[102.06628,34.958489],[102.084236,34.96786],[102.093818,34.989366],[102.098379,34.990984],[102.105895,34.990709],[102.107531,34.992665],[102.10676,34.996838],[102.122363,35.003804],[102.124983,35.012128],[102.129943,35.015834],[102.133124,35.015349],[102.136253,35.009443],[102.145867,35.014757],[102.149856,35.014117],[102.153458,35.010877],[102.156349,35.01098],[102.161533,35.021777],[102.171921,35.033366],[102.211069,35.035996],[102.212589,35.040852],[102.211514,35.049317],[102.216854,35.060657],[102.222895,35.060418],[102.226952,35.056182],[102.250312,35.049051],[102.260158,35.055091],[102.269162,35.055596],[102.278469,35.058381],[102.293004,35.07144],[102.300628,35.106722],[102.306001,35.110554],[102.309805,35.117288],[102.30932,35.129452],[102.314776,35.131927],[102.319932,35.131167],[102.331416,35.136165],[102.337848,35.140797],[102.337533,35.150541],[102.342384,35.162778],[102.34941,35.166024],[102.355559,35.163295],[102.371911,35.161832],[102.38445,35.166506],[102.40451,35.179306],[102.395308,35.197631],[102.378367,35.214206],[102.378878,35.219822],[102.376595,35.229508],[102.373868,35.231456],[102.368016,35.232305],[102.361732,35.239486],[102.367894,35.248497],[102.366114,35.253322],[102.368349,35.261379],[102.339105,35.282747],[102.322514,35.281554],[102.309299,35.28355],[102.288716,35.294848],[102.276077,35.305716],[102.282145,35.314626],[102.291443,35.317622],[102.302435,35.316167],[102.308995,35.312842],[102.316703,35.343158],[102.305991,35.349495],[102.304306,35.361761],[102.296088,35.364867],[102.285887,35.36578],[102.284833,35.367717],[102.284036,35.37879],[102.280378,35.387989],[102.282009,35.394914],[102.289352,35.408202],[102.292305,35.409659],[102.292026,35.42533],[102.300102,35.426392],[102.306327,35.432602],[102.313208,35.435412],[102.319733,35.43317],[102.32398,35.428747],[102.343369,35.429951],[102.362453,35.421167],[102.365978,35.422865],[102.372432,35.421794],[102.389897,35.415978],[102.398989,35.410097],[102.405865,35.409019],[102.405401,35.41557],[102.420195,35.418435],[102.428006,35.426402],[102.44693,35.438208],[102.448304,35.449847],[102.441901,35.450539],[102.436033,35.455701],[102.439223,35.466658],[102.448242,35.479077],[102.455906,35.473684],[102.460567,35.480845],[102.464133,35.498136],[102.463431,35.503105],[102.459781,35.507143],[102.48011,35.51313],[102.483367,35.516596],[102.487748,35.53425],[102.495785,35.550824],[102.495977,35.572469],[102.50017,35.572971],[102.508627,35.568591],[102.512877,35.570455],[102.509382,35.581044],[102.500943,35.58453],[102.502708,35.589432],[102.508303,35.589289],[102.511624,35.583315],[102.518348,35.5789],[102.529276,35.581454],[102.541853,35.572577],[102.544658,35.563681],[102.548447,35.56042],[102.584279,35.542453],[102.611734,35.53843],[102.62425,35.541481],[102.631921,35.541506],[102.631847,35.535384],[102.649978,35.534044],[102.662865,35.530141],[102.666951,35.533882],[102.678684,35.529228],[102.681167,35.529395],[102.682098,35.532559],[102.690528,35.531386],[102.700132,35.525675],[102.70695,35.520625],[102.7081,35.518152],[102.741508,35.494132],[102.743224,35.494436],[102.752094,35.502077],[102.756415,35.510892],[102.76822,35.518958],[102.773324,35.520541],[102.780947,35.527948],[102.780605,35.530738],[102.775967,35.536091],[102.772308,35.535639],[102.7457,35.528717],[102.739464,35.521747],[102.726292,35.524303],[102.725473,35.532745],[102.738843,35.540796],[102.741695,35.546158],[102.755278,35.546803],[102.773749,35.552101],[102.779314,35.549133],[102.791368,35.560835],[102.803448,35.556825],[102.805123,35.563325],[102.802025,35.571833],[102.771928,35.592163],[102.767575,35.598901],[102.768881,35.607193],[102.761035,35.613025],[102.760424,35.624154],[102.766534,35.643765],[102.764703,35.651468],[102.76094,35.653973],[102.744415,35.657403],[102.740214,35.659848],[102.73144,35.672823],[102.725946,35.692433],[102.714167,35.699153],[102.699003,35.714956],[102.697369,35.71837],[102.694132,35.749473],[102.690483,35.753185],[102.683483,35.769258],[102.685103,35.774922],[102.691255,35.779754],[102.694006,35.784013],[102.692278,35.789935],[102.694386,35.79709],[102.701989,35.798178],[102.707419,35.802225],[102.715024,35.81719],[102.722517,35.817871],[102.729519,35.821365],[102.738348,35.821714],[102.741655,35.827818],[102.751219,35.835073],[102.753394,35.839996],[102.759701,35.842151],[102.769278,35.851114],[102.774849,35.85912],[102.782083,35.862226],[102.788023,35.861675],[102.794874,35.858115],[102.808495,35.855113],[102.816129,35.850773],[102.819812,35.851408],[102.826348,35.856944],[102.840056,35.856674],[102.850071,35.853618],[102.855365,35.847516],[102.859931,35.845509],[102.882825,35.850325],[102.893288,35.846476],[102.910461,35.847022],[102.913776,35.844765],[102.921166,35.83391],[102.932661,35.835645],[102.940904,35.830317],[102.943887,35.830886],[102.948395,35.836952],[102.94534,35.847192],[102.946443,35.852692],[102.953013,35.859144],[102.95411,35.86211],[102.952479,35.868196],[102.949149,35.871448],[102.945391,35.8848],[102.945876,35.890878],[102.948553,35.896272],[102.946815,35.904266],[102.948234,35.921576],[102.948036,35.92318],[102.940751,35.927686],[102.943126,35.945085],[102.949577,35.954205],[102.9497,35.967211],[102.971559,35.995071],[102.965734,35.996953],[102.961805,36.00833],[102.952015,36.016749],[102.950083,36.023963],[102.959113,36.033628],[102.967627,36.033653],[102.973717,36.036335],[102.966155,36.044734],[102.928237,36.049559],[102.926573,36.05061],[102.925484,36.057194],[102.915912,36.066348],[102.905509,36.07132],[102.902426,36.070423],[102.900158,36.066054],[102.894581,36.066572],[102.891756,36.077451],[102.88441,36.077991],[102.879989,36.083394],[102.884777,36.092725],[102.893429,36.092383],[102.904482,36.088344],[102.911403,36.089626],[102.916028,36.095135],[102.92859,36.102096],[102.939837,36.106213],[102.944291,36.121993],[102.944281,36.131715],[102.952831,36.14003],[102.946833,36.147788],[102.947247,36.150676],[102.949605,36.152274],[102.964235,36.15164],[102.969979,36.169298],[102.981461,36.18105],[102.981833,36.187301],[102.985118,36.194086],[102.999745,36.19582],[103.004135,36.198165],[103.005984,36.201187],[103.015858,36.204607],[103.031059,36.203465],[103.036615,36.199585],[103.04342,36.198618],[103.060361,36.201153],[103.068897,36.207078],[103.065488,36.215226],[103.06271,36.219204],[103.057191,36.220048],[103.05141,36.21864],[103.045693,36.226632],[103.03774,36.228896],[103.028216,36.234023],[103.019254,36.23214],[103.024711,36.248594],[103.022087,36.257162],[103.011994,36.258178],[103.007401,36.262536],[102.990732,36.264046],[102.984022,36.272114],[102.973747,36.276017],[102.968946,36.284063],[102.961137,36.283599],[102.95207,36.288061],[102.94101,36.289509],[102.933444,36.294206],[102.920993,36.298915],[102.914177,36.315367],[102.901447,36.323076],[102.895057,36.332464],[102.885212,36.331942],[102.873572,36.336069],[102.871166,36.333544],[102.857598,36.330882],[102.8366,36.34091],[102.832744,36.350915],[102.828305,36.357345],[102.827816,36.366764],[102.831568,36.370167],[102.825147,36.374751],[102.816303,36.392063],[102.824522,36.407196],[102.8077,36.408282],[102.806016,36.410445],[102.806775,36.421346],[102.791183,36.42727],[102.78691,36.436561],[102.786021,36.447329],[102.771862,36.457931],[102.764818,36.465447],[102.771038,36.475179],[102.786715,36.481827],[102.789555,36.487292],[102.791319,36.4994],[102.770187,36.521342],[102.751498,36.525498],[102.742535,36.539311],[102.740842,36.54492],[102.742158,36.547078],[102.738177,36.559295],[102.732696,36.562056],[102.736667,36.570427],[102.747981,36.56747],[102.760177,36.568931],[102.762558,36.575512],[102.752837,36.583199],[102.74099,36.582927],[102.7305,36.591403],[102.724009,36.592053],[102.713209,36.599327],[102.72315,36.613135],[102.721839,36.614725],[102.713385,36.616695],[102.697403,36.616542],[102.682932,36.618763],[102.664917,36.633859],[102.631826,36.649544],[102.628275,36.652176],[102.619402,36.669035],[102.606863,36.677908],[102.60514,36.681911],[102.602936,36.692281],[102.606994,36.701607],[102.600174,36.709223],[102.599864,36.717269],[102.603975,36.72125],[102.612198,36.738499],[102.61541,36.740302],[102.63425,36.733443],[102.642627,36.733995],[102.64564,36.736403],[102.645696,36.739687],[102.649571,36.747601],[102.654651,36.746982],[102.678246,36.762282],[102.682411,36.769125],[102.690876,36.775389],[102.715468,36.767463],[102.718541,36.767953],[102.71904,36.769463],[102.71588,36.769996],[102.704678,36.781946],[102.700618,36.788696],[102.699876,36.793086],[102.684535,36.809147],[102.682787,36.809536],[102.679177,36.806562],[102.675905,36.80722],[102.666581,36.818617],[102.656121,36.826068],[102.65572,36.829061],[102.646333,36.83421],[102.63734,36.852901],[102.634787,36.853864],[102.627162,36.850535],[102.624891,36.852016],[102.624368,36.858755],[102.611936,36.864784],[102.585491,36.869579],[102.580537,36.878205],[102.571955,36.882615],[102.56671,36.895402],[102.560046,36.900568],[102.558795,36.9059],[102.563381,36.911678],[102.559511,36.919248],[102.550363,36.923587],[102.525739,36.927506],[102.521452,36.932438],[102.522367,36.938752],[102.520484,36.940201],[102.509152,36.93914],[102.498015,36.94306],[102.496357,36.946858],[102.4977,36.953312],[102.496063,36.956404],[102.492677,36.957157],[102.488822,36.953701],[102.480841,36.95366],[102.472188,36.95724],[102.464905,36.954458],[102.459337,36.957754],[102.456214,36.962931],[102.448813,36.968616],[102.450458,36.970508],[102.458822,36.972509],[102.465257,36.976139],[102.466555,36.983504],[102.464586,36.988563],[102.469836,36.995272],[102.504748,37.019498],[102.500058,37.031218],[102.493904,37.03993],[102.493118,37.044408],[102.496382,37.05485],[102.489671,37.063335],[102.490236,37.073067],[102.488309,37.076692],[102.485227,37.07854],[102.495365,37.087149],[102.506273,37.092106],[102.510776,37.09209],[102.529627,37.086727],[102.536206,37.090229],[102.56225,37.094179],[102.573119,37.096737],[102.57702,37.099586],[102.600248,37.104741],[102.620489,37.103527],[102.640477,37.099906],[102.639447,37.114057],[102.636234,37.120851],[102.626395,37.134067],[102.607322,37.150852],[102.606434,37.161323],[102.600269,37.173592],[102.595908,37.175193],[102.593078,37.172403],[102.588503,37.171288],[102.578172,37.17156],[102.566459,37.179741],[102.558099,37.19206],[102.554253,37.192902],[102.543108,37.202018],[102.541922,37.204771],[102.543219,37.207992],[102.534985,37.212719],[102.518198,37.21892],[102.514076,37.219575],[102.503775,37.217058],[102.487837,37.222972],[102.482174,37.229639],[102.481061,37.236037],[102.477982,37.241067],[102.45569,37.249766],[102.450321,37.264864],[102.451424,37.270964],[102.444762,37.274789],[102.44086,37.275224],[102.42689,37.283873],[102.417714,37.29314],[102.417449,37.296636],[102.4257,37.307963],[102.41599,37.31396],[102.402602,37.317008],[102.390756,37.324405],[102.381826,37.322373],[102.362323,37.329491],[102.339953,37.342191],[102.338983,37.347858],[102.316168,37.358438],[102.30936,37.359577],[102.297905,37.369797],[102.296268,37.380936],[102.298507,37.39049],[102.268942,37.392429],[102.252386,37.403317],[102.247196,37.41054],[102.219136,37.417434],[102.195536,37.419037],[102.18491,37.427514],[102.187481,37.43426],[102.176449,37.456111],[102.156933,37.468947],[102.126292,37.481134],[102.101219,37.481599],[102.10066,37.49158],[102.110943,37.507112],[102.120356,37.515838],[102.114998,37.527116],[102.115528,37.531155],[102.120516,37.536888],[102.124794,37.539158],[102.128179,37.546871],[102.124057,37.552362],[102.118796,37.551837],[102.099723,37.573596],[102.071384,37.583204],[102.063206,37.591649],[102.065709,37.600966],[102.053883,37.61376],[102.037495,37.620722],[102.03324,37.627625],[102.043287,37.640959],[102.045997,37.651861],[102.041783,37.655961],[102.038126,37.656182],[102.033077,37.664816],[102.019155,37.680413],[102.013152,37.698261],[102.013904,37.707584],[102.008517,37.712936],[101.999907,37.715211],[101.996767,37.72575],[101.976071,37.727657],[101.964871,37.724447],[101.953672,37.728283],[101.934362,37.723859],[101.929064,37.721582],[101.922722,37.716204],[101.920701,37.712282],[101.914446,37.707841],[101.906466,37.703435],[101.893185,37.701081],[101.874919,37.685931],[101.871873,37.686048],[101.867678,37.672405],[101.859694,37.664626],[101.861888,37.658646],[101.856671,37.662713],[101.851525,37.664322],[101.828645,37.655482],[101.812726,37.653508],[101.809319,37.665607],[101.809127,37.672366],[101.812692,37.681484],[101.795845,37.686877],[101.789238,37.695447],[101.722548,37.7118],[101.675221,37.727446],[101.666127,37.727882],[101.656988,37.73219],[101.656237,37.740634],[101.663665,37.748128],[101.668341,37.756374],[101.667556,37.758902],[101.660005,37.763798],[101.65318,37.770746],[101.640994,37.774698],[101.628334,37.789742],[101.618027,37.805433],[101.617683,37.809633],[101.602159,37.81716],[101.597023,37.827699],[101.590751,37.830194],[101.583694,37.830638],[101.573978,37.835479],[101.561425,37.836544],[101.558318,37.83879],[101.552926,37.835592],[101.542795,37.838312],[101.524049,37.84677],[101.521265,37.849404],[101.515929,37.850298],[101.513469,37.852683],[101.499532,37.857877],[101.497236,37.857766],[101.494293,37.854961],[101.485876,37.856261],[101.480619,37.853281],[101.472045,37.855892],[101.467094,37.855033],[101.459883,37.858499],[101.456623,37.866586],[101.446586,37.865997],[101.438252,37.86777],[101.435792,37.866332],[101.434403,37.863519],[101.435049,37.860619],[101.431861,37.857317],[101.418078,37.84682],[101.408193,37.844529],[101.401775,37.839598],[101.401415,37.831154],[101.393403,37.828061],[101.387278,37.827632],[101.37783,37.821281],[101.376118,37.818004],[101.377612,37.81555],[101.37243,37.805171],[101.375302,37.800253],[101.365125,37.796627],[101.360845,37.791295],[101.353428,37.789661],[101.347993,37.794753],[101.347519,37.798799],[101.340945,37.798981],[101.337905,37.802997],[101.328202,37.804419],[101.324485,37.807665],[101.316191,37.811054],[101.310707,37.809522],[101.309341,37.814465],[101.302237,37.817422],[101.301754,37.824293],[101.289889,37.824173],[101.281843,37.827745],[101.281105,37.832963],[101.276639,37.836044],[101.26661,37.83435],[101.262677,37.832107],[101.255724,37.832508],[101.234373,37.843501],[101.224087,37.841527],[101.21839,37.845603],[101.201987,37.846446],[101.196497,37.848491],[101.190638,37.85555],[101.18321,37.855956],[101.181937,37.859276],[101.178558,37.860568],[101.170563,37.860057],[101.170398,37.865157],[101.168764,37.866933],[101.164989,37.869284],[101.157805,37.867313],[101.156292,37.874024],[101.148023,37.876101],[101.150544,37.881988],[101.149549,37.894178],[101.143347,37.899014],[101.138875,37.899897],[101.136223,37.903848],[101.132329,37.906111],[101.132303,37.909889],[101.12649,37.914236],[101.122855,37.916101],[101.11707,37.914886],[101.114179,37.917149],[101.111988,37.919968],[101.112804,37.924925],[101.109719,37.935852],[101.100984,37.946453],[101.093991,37.944562],[101.089697,37.93915],[101.081719,37.941911],[101.073727,37.941785],[101.068719,37.94697],[101.064242,37.948652],[101.062693,37.952814],[101.058699,37.954862],[101.057364,37.95943],[101.051934,37.962483],[101.04828,37.962226],[101.040638,37.965068],[101.035086,37.975144],[101.031513,37.976221],[101.025657,37.973667],[101.020385,37.973804],[101.007449,37.982124],[101.002366,37.98803],[100.999479,37.986876],[100.9961,37.988249],[100.991489,37.994214],[100.991937,37.996764],[100.990508,37.998494],[100.983104,37.999212],[100.97668,38.007225],[100.971074,38.006364],[100.959065,38.011519],[100.955992,38.008486],[100.955192,38.004878],[100.949558,38.006763],[100.941506,38.002294],[100.934975,38.006845],[100.926037,38.006454],[100.920017,38.000306],[100.915239,37.99987],[100.903745,38.006312],[100.896523,38.012452],[100.894573,38.016454],[100.896173,38.02876],[100.889023,38.038697],[100.885964,38.054317],[100.893914,38.063729],[100.906744,38.073098],[100.907444,38.076936],[100.913154,38.082856],[100.917854,38.08318],[100.921274,38.08545],[100.922794,38.089864],[100.921604,38.099324],[100.916575,38.11255],[100.917429,38.128332],[100.922775,38.140344],[100.923165,38.148847],[100.930955,38.15352],[100.936883,38.160163],[100.910243,38.178118],[100.89798,38.178776],[100.893452,38.174309],[100.889537,38.167099],[100.881859,38.165497],[100.879293,38.161078],[100.864482,38.154767],[100.859007,38.147387],[100.842326,38.147721],[100.840341,38.15026],[100.831305,38.154006],[100.828471,38.156926],[100.823375,38.157625],[100.817872,38.162518],[100.815549,38.168131],[100.811725,38.171172],[100.804575,38.183609],[100.798762,38.18509],[100.786955,38.192914],[100.784942,38.202408],[100.778566,38.20431],[100.777293,38.212473],[100.755224,38.235487],[100.747296,38.240399],[100.738704,38.237597],[100.731282,38.245105],[100.726164,38.245869],[100.713555,38.252778],[100.710041,38.253342],[100.703202,38.247906],[100.690663,38.247601],[100.682804,38.251292],[100.677201,38.251845],[100.674533,38.254961],[100.669232,38.257282],[100.664101,38.255515],[100.646791,38.260849],[100.640549,38.260451],[100.624832,38.266704],[100.619306,38.266159],[100.603672,38.256113],[100.598459,38.255726],[100.598853,38.248699],[100.593876,38.24285],[100.573077,38.250709],[100.564884,38.250265],[100.560442,38.247502],[100.55012,38.250029],[100.54502,38.245276],[100.542958,38.246518],[100.539897,38.253984],[100.53428,38.257204],[100.528798,38.263634],[100.520186,38.266163],[100.518705,38.273986],[100.511527,38.27474],[100.506308,38.272697],[100.49497,38.272549],[100.494074,38.277513],[100.485658,38.278982],[100.482222,38.282083],[100.481601,38.285869],[100.473202,38.288057],[100.47325,38.284881],[100.466912,38.279111],[100.469328,38.272192],[100.466825,38.269201],[100.462501,38.268428],[100.457608,38.264774],[100.448852,38.265155],[100.443249,38.268902],[100.4359,38.267387],[100.429675,38.27319],[100.431136,38.276023],[100.433362,38.276793],[100.435297,38.281807],[100.431766,38.286163],[100.435862,38.296216],[100.43327,38.300709],[100.424284,38.300331],[100.423907,38.305048],[100.422089,38.30696],[100.417809,38.307633],[100.406911,38.299536],[100.400268,38.297164],[100.395249,38.292134],[100.387281,38.297289],[100.380934,38.297703],[100.379925,38.300817],[100.381223,38.305041],[100.372659,38.30916],[100.35905,38.307313],[100.354897,38.311685],[100.347791,38.310674],[100.339972,38.317219],[100.318171,38.325206],[100.316198,38.328879],[100.322221,38.330853],[100.323847,38.335055],[100.327158,38.337558],[100.33093,38.337384],[100.3312,38.340606],[100.321288,38.35215],[100.318308,38.35957],[100.318724,38.362732],[100.3022,38.379406],[100.302155,38.386424],[100.300336,38.388138],[100.297731,38.388257],[100.290402,38.383982],[100.286175,38.377826],[100.279242,38.376641],[100.273712,38.379138],[100.270589,38.377505],[100.260946,38.367043],[100.260008,38.364152],[100.247525,38.37282],[100.247052,38.376021],[100.25281,38.383588],[100.250067,38.394334],[100.246987,38.398125],[100.248576,38.402066],[100.244416,38.407373],[100.244363,38.412011],[100.247594,38.418563],[100.241681,38.426793],[100.23959,38.433973],[100.240289,38.437833],[100.238204,38.441913],[100.230103,38.446845],[100.218703,38.446756],[100.214948,38.452801],[100.210895,38.454627],[100.185969,38.457573],[100.176391,38.456882],[100.171986,38.459186],[100.164204,38.459665],[100.153816,38.467468],[100.154083,38.472401],[100.150342,38.474935],[100.148277,38.478848],[100.131529,38.481649],[100.128949,38.484346],[100.123245,38.48611],[100.111075,38.496648],[100.099706,38.49286],[100.086033,38.493062],[100.077615,38.501926],[100.071433,38.504807],[100.062862,38.518904],[100.056012,38.520185],[100.046879,38.511481],[100.038277,38.508764],[100.027814,38.510669],[100.02205,38.507137],[100.021316,38.496722],[100.012623,38.48923],[100.008483,38.481684],[100.000874,38.473028],[99.999265,38.46751],[100.009117,38.457129],[100.016501,38.452248],[100.025095,38.450599],[100.029339,38.444151],[100.022113,38.43857],[100.021239,38.431623],[100.044676,38.428267],[100.047391,38.423978],[100.046271,38.420771],[100.056683,38.415743],[100.059887,38.419947],[100.066987,38.418161],[100.069792,38.413869],[100.080424,38.405181],[100.090348,38.407499],[100.093088,38.400599],[100.092561,38.396235],[100.096694,38.389357],[100.109555,38.377333],[100.109781,38.370134],[100.119449,38.356423],[100.118808,38.354187],[100.112723,38.352012],[100.116876,38.34284],[100.139575,38.331897],[100.162099,38.327431],[100.167348,38.320494],[100.164194,38.314925],[100.158439,38.312575],[100.15651,38.309844],[100.158421,38.303082],[100.162303,38.300134],[100.158508,38.289321],[100.162528,38.287015],[100.164836,38.281626],[100.164273,38.272661],[100.165916,38.266138],[100.173673,38.258329],[100.175664,38.251697],[100.183574,38.241607],[100.18032,38.219856],[100.17093,38.215579],[100.162508,38.215121],[100.155815,38.217284],[100.153367,38.22235],[100.147168,38.224857],[100.134492,38.229396],[100.127114,38.228907],[100.122722,38.234823],[100.116784,38.251591],[100.098723,38.258642],[100.095088,38.261875],[100.093062,38.266382],[100.09881,38.270545],[100.092436,38.271997],[100.07578,38.28487],[100.066662,38.283704],[100.062649,38.284735],[100.057277,38.280596],[100.046534,38.286073],[100.039002,38.286429],[100.028443,38.29595],[100.016704,38.2983],[100.016561,38.30509],[100.014731,38.30704],[100.009361,38.307442],[100.006866,38.312771],[99.990144,38.312259],[99.972826,38.316673],[99.957654,38.315029],[99.949237,38.322876],[99.94812,38.327407],[99.943297,38.331306],[99.942596,38.334024],[99.944292,38.338306],[99.942343,38.340717],[99.938508,38.341208],[99.928361,38.335823],[99.913055,38.336823],[99.908963,38.343987],[99.901815,38.343265],[99.899382,38.347897],[99.885694,38.346387],[99.881484,38.351841],[99.869017,38.354296],[99.860428,38.359294],[99.844409,38.359545],[99.838711,38.362718],[99.839026,38.366796],[99.835888,38.368761],[99.83106,38.367149],[99.814443,38.367298],[99.811263,38.371242],[99.807657,38.372863],[99.805927,38.378706],[99.801885,38.379739],[99.799616,38.384479],[99.79646,38.386718],[99.788581,38.386944],[99.77707,38.390357],[99.778625,38.397675],[99.770808,38.40697],[99.759867,38.406618],[99.755084,38.411002],[99.75123,38.409686],[99.744674,38.410962],[99.732268,38.40818],[99.723706,38.411725],[99.721687,38.418392],[99.718884,38.421517],[99.699757,38.427953],[99.690227,38.427673],[99.678984,38.430679],[99.675921,38.429899],[99.673198,38.434262],[99.657339,38.439646],[99.654802,38.44322],[99.65505,38.449719],[99.659437,38.456723],[99.657671,38.460098],[99.659128,38.464523],[99.651997,38.470685],[99.645751,38.473062],[99.642061,38.477056],[99.628819,38.474542],[99.623009,38.477829],[99.617343,38.484325],[99.608021,38.484898],[99.598074,38.489005],[99.594586,38.496556],[99.582848,38.499098],[99.580551,38.504453],[99.552385,38.522405],[99.550813,38.529559],[99.547248,38.535039],[99.534089,38.541832],[99.524574,38.548985],[99.512098,38.567393],[99.51445,38.576365],[99.509847,38.586511],[99.511445,38.589137],[99.510409,38.592975],[99.51404,38.597631],[99.508268,38.602387],[99.509304,38.609703],[99.504904,38.609007],[99.500431,38.612051],[99.49005,38.610164],[99.487307,38.614689],[99.484017,38.615612],[99.470139,38.609346],[99.466551,38.605738],[99.452595,38.605181],[99.442942,38.609658],[99.439021,38.615116],[99.428944,38.62049],[99.42656,38.624227],[99.433739,38.628407],[99.435454,38.631312],[99.42973,38.638064],[99.430796,38.645104],[99.424447,38.649942],[99.422616,38.654233],[99.415075,38.659932],[99.416522,38.662778],[99.416232,38.669795],[99.399907,38.671746],[99.393626,38.670763],[99.385611,38.676103],[99.382261,38.682278],[99.383894,38.685622],[99.37629,38.692869],[99.375863,38.698958],[99.377922,38.701428],[99.37647,38.708698],[99.368761,38.709607],[99.362401,38.712954],[99.361162,38.715707],[99.361865,38.722709],[99.353919,38.723857],[99.352914,38.726096],[99.354161,38.730533],[99.349398,38.736668],[99.344825,38.738427],[99.336427,38.735691],[99.330342,38.739047],[99.32143,38.739748],[99.318796,38.742603],[99.319786,38.749156],[99.31335,38.75236],[99.310255,38.758423],[99.305414,38.760094],[99.292261,38.760335],[99.290586,38.764909],[99.283655,38.768592],[99.275091,38.770249],[99.272331,38.773572],[99.259478,38.772554],[99.256515,38.778935],[99.247163,38.783837],[99.237698,38.785708],[99.235766,38.791729],[99.217822,38.794406],[99.217814,38.801877],[99.208733,38.800214],[99.199983,38.804054],[99.200393,38.809152],[99.190778,38.816069],[99.183531,38.814277],[99.178788,38.815217],[99.176705,38.817846],[99.17732,38.821234],[99.17458,38.830281],[99.157178,38.832073],[99.15552,38.83864],[99.148713,38.848027],[99.148889,38.850291],[99.139441,38.851949],[99.13886,38.857909],[99.120108,38.863845],[99.10971,38.870252],[99.103612,38.877743],[99.091485,38.880081],[99.090573,38.88757],[99.087606,38.890175],[99.07713,38.893474],[99.071858,38.900188],[99.063945,38.904699],[99.065568,38.909048],[99.073718,38.916627],[99.079365,38.934034],[99.089144,38.934912],[99.096978,38.942614],[99.102092,38.944708],[99.104474,38.949626],[99.098369,38.954956],[99.091512,38.957618],[99.090746,38.955565],[99.084108,38.95252],[99.073222,38.95581],[99.0629,38.953947],[99.056233,38.954435],[99.053519,38.964137],[99.044355,38.972855],[99.031387,38.977948],[99.02683,38.977695],[99.020964,38.982287],[99.011377,38.984262],[99.007408,38.979902],[98.994602,38.975404],[98.988768,38.978554],[98.984016,38.98429],[98.979551,38.983038],[98.972476,38.985048],[98.969189,38.982776],[98.960509,38.985545],[98.956341,38.984548],[98.948897,38.988108],[98.943119,38.993923],[98.934652,38.994126],[98.929135,39.001755],[98.920236,39.001935],[98.913134,39.007411],[98.903342,39.010802],[98.899433,39.021824],[98.890542,39.028925],[98.886718,39.038616],[98.882983,39.042127],[98.877807,39.04309],[98.874494,39.046777],[98.870363,39.048138],[98.856103,39.04671],[98.855247,39.051778],[98.846768,39.054683],[98.839877,39.052634],[98.838376,39.056626],[98.818395,39.063276],[98.818184,39.065765],[98.821611,39.067723],[98.822688,39.071705],[98.815087,39.080888],[98.816808,39.084176],[98.811056,39.087109],[98.808111,39.084604],[98.805859,39.087173],[98.800567,39.086272],[98.779142,39.088512],[98.76502,39.084853],[98.758391,39.089185],[98.75526,39.087381],[98.742319,39.085412],[98.740298,39.074011],[98.729281,39.055598],[98.72099,39.052949],[98.71861,39.048292],[98.704777,39.042949],[98.696115,39.031736],[98.691822,39.020983],[98.676769,39.009419],[98.670385,39.007261],[98.666911,39.001841],[98.664823,38.994358],[98.661891,38.99287],[98.645758,38.991445],[98.640752,38.986396],[98.631599,38.98663],[98.626897,38.983609],[98.612768,38.97917],[98.611991,38.976047],[98.62324,38.960839],[98.624862,38.957036],[98.624216,38.954235],[98.617168,38.950714],[98.615897,38.946626],[98.596655,38.946469],[98.593751,38.938016],[98.589689,38.931831],[98.58045,38.928343],[98.575107,38.931549],[98.57172,38.931779],[98.566751,38.938654],[98.560633,38.941547],[98.558504,38.944417],[98.546545,38.94992],[98.535755,38.950682],[98.525337,38.955492],[98.517129,38.954851],[98.511737,38.956916],[98.503115,38.952475],[98.496803,38.952435],[98.483193,38.948705],[98.475405,38.953992],[98.457232,38.958743],[98.454797,38.961698],[98.442485,38.963495],[98.440907,38.96656],[98.431959,38.973027],[98.431923,38.975901],[98.428522,38.977876],[98.434435,38.983726],[98.435204,38.998054],[98.429273,38.999533],[98.426171,38.997503],[98.421969,38.999149],[98.408412,38.99711],[98.406057,39.000278],[98.40429,38.999912],[98.40189,39.005787],[98.404051,39.009582],[98.401089,39.015188],[98.39853,39.016713],[98.399376,39.023935],[98.390774,39.026065],[98.381275,39.032366],[98.373129,39.029415],[98.362315,39.029296],[98.352564,39.033004],[98.336062,39.035073],[98.330211,39.038037],[98.318107,39.036058],[98.316217,39.037775],[98.311107,39.037984],[98.304725,39.035567],[98.300642,39.035638],[98.295453,39.038771],[98.290766,39.037263],[98.285844,39.032964],[98.290664,39.028319],[98.283891,39.021835],[98.285253,39.008112],[98.275718,38.975074],[98.259161,38.94934],[98.246469,38.936512],[98.243218,38.929243],[98.2367,38.922734],[98.237848,38.914742],[98.248731,38.911878],[98.252054,38.907537],[98.253078,38.899814],[98.251125,38.887675],[98.247071,38.88137],[98.235599,38.874644],[98.223817,38.871809],[98.215962,38.867817],[98.205851,38.858491],[98.196286,38.854695],[98.188873,38.848017],[98.178099,38.845943],[98.172721,38.84305],[98.169929,38.839388],[98.16017,38.832619],[98.152254,38.820009],[98.132824,38.81481],[98.132365,38.811847],[98.119445,38.808229],[98.116144,38.797334],[98.102905,38.79471],[98.097904,38.787132],[98.093203,38.784862],[98.080088,38.797563],[98.068427,38.816622],[98.061771,38.820048],[98.051082,38.81893],[98.045439,38.822331],[98.046314,38.825415],[98.037714,38.831084],[98.031006,38.831799],[98.027305,38.837241],[98.027164,38.844607],[98.013749,38.855059],[98.011432,38.858961],[97.994998,38.861485],[97.980784,38.860608],[97.967274,38.864492],[97.960219,38.868377],[97.955113,38.87487],[97.952819,38.873219],[97.942671,38.874255],[97.935971,38.877505],[97.93501,38.88089],[97.933398,38.881527],[97.92533,38.883137],[97.923026,38.879964],[97.918914,38.878721],[97.909721,38.881703],[97.906314,38.884031],[97.904611,38.887511],[97.901442,38.886801],[97.896931,38.888816],[97.890032,38.898417],[97.88215,38.897753],[97.869035,38.903444],[97.866233,38.907875],[97.862346,38.909084],[97.85704,38.915142],[97.853112,38.92221],[97.84064,38.921114],[97.829751,38.929179],[97.825442,38.928718],[97.820838,38.934148],[97.813706,38.937023],[97.811654,38.939341],[97.803118,38.935504],[97.797741,38.936545],[97.793408,38.94056],[97.783979,38.938721],[97.773274,38.940203],[97.768252,38.943313],[97.759606,38.944461],[97.75415,38.948151],[97.751781,38.955372],[97.745596,38.958248],[97.738281,38.956817],[97.734664,38.958926],[97.735227,38.96071],[97.73285,38.963367],[97.721734,38.967772],[97.712119,38.966656],[97.702856,38.969651],[97.685131,38.969596],[97.681389,38.980753],[97.679554,38.982455],[97.685354,38.989491],[97.685324,39.005258],[97.678464,39.006477],[97.671039,39.011338],[97.665094,39.011431],[97.657043,39.017254],[97.645736,39.018865],[97.641732,39.025173],[97.62857,39.031845],[97.623581,39.030461],[97.616154,39.035305],[97.605799,39.036523],[97.594135,39.040716],[97.586185,39.048095],[97.574621,39.052542],[97.572202,39.054872],[97.565396,39.054579],[97.556731,39.057383],[97.54912,39.068519],[97.538061,39.071287],[97.529647,39.071148],[97.519503,39.074385],[97.517247,39.076987],[97.507376,39.076276],[97.498273,39.079278],[97.491576,39.079656],[97.486694,39.086063],[97.489235,39.093158],[97.485558,39.096237],[97.473832,39.098526],[97.476809,39.104383],[97.475996,39.106541],[97.465818,39.113995],[97.465263,39.117749],[97.463237,39.119427],[97.460808,39.119987],[97.456676,39.115855],[97.443339,39.112435],[97.439005,39.120207],[97.432142,39.12534],[97.425875,39.122408],[97.42018,39.123999],[97.418415,39.127669],[97.42033,39.136125],[97.411079,39.140029],[97.402847,39.148329],[97.395201,39.148196],[97.383111,39.152921],[97.365297,39.148979],[97.361262,39.151424],[97.353543,39.160735],[97.345416,39.174699],[97.316321,39.167584],[97.311572,39.162392],[97.306266,39.161117],[97.288481,39.165599],[97.278224,39.170988],[97.263108,39.172641],[97.25405,39.179893],[97.219863,39.188916],[97.211222,39.19678],[97.195089,39.196576],[97.177865,39.189688],[97.169453,39.189517],[97.153126,39.199062],[97.1446,39.200604],[97.141353,39.198422],[97.135409,39.203173],[97.130079,39.197644],[97.126062,39.196684],[97.106213,39.200361],[97.097608,39.19783],[97.090016,39.204158],[97.076282,39.199938],[97.068078,39.200258],[97.062312,39.197836],[97.059579,39.198719],[97.058864,39.202637],[97.055577,39.206395],[97.047607,39.209243],[97.03904,39.208421],[97.03471,39.21039],[97.022522,39.21041],[97.020557,39.208833],[97.012218,39.212599],[96.998877,39.203963],[96.978969,39.205355],[96.973029,39.200603],[96.962029,39.197602],[96.961838,39.194275],[96.965839,39.193533],[96.969595,39.190681],[96.970101,39.182231],[96.972721,39.179459],[96.979659,39.176059],[96.982671,39.178156],[96.985193,39.176128],[96.996539,39.160998],[96.99543,39.158955],[96.996906,39.151819],[97.003283,39.150281],[97.012512,39.141359],[97.00975,39.136721],[97.001443,39.131931],[96.999856,39.124751],[96.992345,39.12356],[96.990955,39.118095],[96.986117,39.116017],[96.982081,39.109848],[96.97145,39.103141],[96.970455,39.099889],[96.973788,39.094566],[96.97304,39.085234],[96.970325,39.079974],[96.960535,39.074889],[96.960438,39.07161],[96.964605,39.066992],[96.965166,39.060925],[96.957807,39.05682],[96.95556,39.042036],[96.958762,39.040182],[96.963268,39.040062],[96.968567,39.034667],[96.970678,39.024257],[96.965997,39.012724],[96.946553,38.994315],[96.943708,38.985048],[96.944446,38.981895],[96.934175,38.970898],[96.936094,38.954269],[96.945666,38.944215],[96.947516,38.934653],[96.939985,38.927518],[96.942418,38.922174],[96.938927,38.908553],[96.940172,38.906579],[96.946193,38.906174],[96.950301,38.903952],[96.949372,38.899132],[96.950915,38.892738],[96.955298,38.888003],[96.969422,38.88768],[96.97467,38.885749],[96.978083,38.886577],[96.986115,38.884967],[96.989235,38.885794],[96.993535,38.883987],[96.990702,38.880356],[96.990381,38.877235],[96.983999,38.871845],[96.983641,38.868565],[96.986832,38.865778],[96.987239,38.861834],[96.989729,38.860979],[96.98863,38.850522],[96.99319,38.834803],[96.991136,38.831347],[96.989916,38.822742],[96.987467,38.819742],[96.989703,38.799268],[96.987321,38.791845],[96.991286,38.783208],[96.994457,38.769196],[96.995632,38.766404],[96.998742,38.764603],[97.000074,38.760783],[97.010212,38.759678],[97.022263,38.75499],[97.019625,38.753436],[97.019428,38.748134],[97.021345,38.744155],[97.020961,38.730449],[97.011406,38.7194],[97.012113,38.714708],[97.014255,38.712016],[97.012574,38.709519],[97.012937,38.706325],[97.008535,38.702502],[97.01495,38.691472],[97.016216,38.686027],[97.025025,38.685392],[97.028348,38.679891],[97.035113,38.678721],[97.039722,38.680089],[97.043624,38.68519],[97.051011,38.681146],[97.050875,38.67468],[97.055662,38.672006],[97.051465,38.667003],[97.046744,38.652967],[97.036136,38.651444],[97.034214,38.649787],[97.038573,38.64593],[97.048977,38.645979],[97.052037,38.644217],[97.052409,38.638651],[97.049264,38.62928],[97.055297,38.592818],[97.000791,38.566303],[96.994772,38.565115],[96.99429,38.563397],[96.974385,38.559556],[96.959315,38.554061],[96.939427,38.558996],[96.937295,38.558032],[96.935525,38.554321],[96.927674,38.554806],[96.920158,38.560319],[96.908411,38.563083],[96.906158,38.565601],[96.905826,38.569484],[96.901023,38.572608],[96.88043,38.575917],[96.873038,38.574137],[96.857509,38.582501],[96.855558,38.586385],[96.848708,38.592321],[96.845196,38.589442],[96.842429,38.589416],[96.831242,38.596657],[96.821516,38.59672],[96.815376,38.599943],[96.809238,38.608038],[96.794418,38.60777],[96.797971,38.590772],[96.808894,38.58149],[96.810985,38.57712],[96.810208,38.574312],[96.811988,38.568143],[96.815407,38.564277],[96.814054,38.56143],[96.808225,38.561896],[96.806459,38.565714],[96.799189,38.571377],[96.782341,38.563797],[96.772812,38.566397],[96.76161,38.555329],[96.760089,38.546858],[96.768047,38.54031],[96.786415,38.530864],[96.79082,38.526944],[96.78909,38.514207],[96.77876,38.504852],[96.764278,38.503517],[96.751668,38.499463],[96.701105,38.50625],[96.695289,38.503633],[96.691743,38.495929],[96.685038,38.494592],[96.670369,38.497956],[96.657606,38.488604],[96.659304,38.481083],[96.681722,38.466248],[96.69084,38.462752],[96.698484,38.457589],[96.691607,38.450377],[96.687259,38.414376],[96.679363,38.411503],[96.667467,38.39827],[96.663133,38.388385],[96.646264,38.37669],[96.640904,38.369467],[96.626543,38.356198],[96.623644,38.346553],[96.624272,38.339593],[96.632176,38.327045],[96.633845,38.316618],[96.640917,38.30727],[96.655192,38.296027],[96.64809,38.292118],[96.650519,38.286617],[96.657749,38.278334],[96.663264,38.259369],[96.665325,38.222149],[96.540645,38.253716],[96.531128,38.258978],[96.489035,38.266839],[96.443632,38.278488],[96.432944,38.280199],[96.396096,38.28071],[96.377549,38.276857],[96.352065,38.258232],[96.338957,38.255009],[96.33049,38.24129],[96.329727,38.232838],[96.326492,38.229552],[96.311075,38.20046],[96.3102,38.196587],[96.312639,38.192613],[96.312472,38.189535],[96.301553,38.182152],[96.30488,38.176137],[96.309377,38.174428],[96.312315,38.161218],[96.304818,38.155701],[96.293827,38.156383],[96.278066,38.151667],[96.272482,38.145325],[96.265166,38.144713],[96.262891,38.145427],[96.255396,38.154758],[96.254116,38.157191],[96.255687,38.159082],[96.252839,38.166801],[96.239572,38.166442],[96.23537,38.169976],[96.212017,38.16713],[96.218504,38.155496],[96.205666,38.148482],[96.19148,38.148986],[96.18797,38.155117],[96.184841,38.156663],[96.176345,38.157323],[96.166678,38.160361],[96.162981,38.167167],[96.146261,38.166763],[96.147501,38.172501],[96.146595,38.175544],[96.118648,38.178326],[96.114824,38.17981],[96.113657,38.183153],[96.106029,38.187224],[96.100624,38.18774],[96.088313,38.183407],[96.073078,38.187686],[96.068212,38.176253],[96.063852,38.172127],[96.048832,38.177295],[96.027124,38.191561],[96.024145,38.198553],[96.019398,38.200011],[96.008584,38.199124],[96.005929,38.207115],[96,38.206408],[95.984671,38.209637],[95.98293,38.210906],[95.982219,38.216001],[95.974999,38.217564],[95.969895,38.221099],[95.968959,38.226638],[95.954163,38.227839],[95.950349,38.23403],[95.93867,38.23718],[95.928999,38.251121],[95.932892,38.257905],[95.927559,38.260913],[95.924475,38.266422],[95.916521,38.269921],[95.897392,38.289199],[95.885678,38.28952],[95.860464,38.28359],[95.855408,38.284344],[95.849021,38.292279],[95.846327,38.311192],[95.841598,38.321975],[95.836591,38.342494],[95.825374,38.354005],[95.821693,38.354555],[95.804895,38.350398],[95.794237,38.352457],[95.791078,38.35508],[95.774483,38.355503],[95.763137,38.361491],[95.764998,38.365404],[95.763014,38.371346],[95.7481,38.366829],[95.743644,38.372838],[95.735468,38.371309],[95.730514,38.373095],[95.721985,38.378542],[95.720781,38.382707],[95.713154,38.390177],[95.713991,38.393463],[95.705829,38.394399],[95.70192,38.399677],[95.696631,38.396282],[95.686019,38.396857],[95.681748,38.391326],[95.673163,38.390241],[95.669503,38.383845],[95.673124,38.379213],[95.661075,38.364488],[95.655045,38.364068],[95.646875,38.366831],[95.637971,38.365527],[95.636398,38.363611],[95.637386,38.358878],[95.632769,38.353855],[95.62538,38.347178],[95.611475,38.339949],[95.607557,38.339384],[95.588549,38.343999],[95.581182,38.341739],[95.572562,38.335562],[95.568794,38.33054],[95.568822,38.325703],[95.554331,38.323772],[95.5484,38.315074],[95.535246,38.314067],[95.53125,38.305952],[95.519176,38.299445],[95.516914,38.295094],[95.505374,38.296282],[95.504272,38.309483],[95.500311,38.312965],[95.493787,38.31532],[95.487138,38.314277],[95.475509,38.30199],[95.453671,38.291366],[95.443538,38.299125],[95.444781,38.305893],[95.440279,38.310524],[95.430906,38.306381],[95.423057,38.311078],[95.419858,38.310614],[95.413438,38.305553],[95.411999,38.301339],[95.40774,38.299988],[95.401145,38.301424],[95.397148,38.305008],[95.386774,38.301217],[95.375541,38.304372],[95.36092,38.313595],[95.332968,38.307899],[95.33004,38.310427],[95.327964,38.316531],[95.321028,38.320442],[95.3144,38.318576],[95.310168,38.311647],[95.301932,38.312742],[95.286939,38.308028],[95.2809,38.305306],[95.28105,38.301423],[95.27757,38.298342],[95.267424,38.297292],[95.258297,38.302972],[95.257724,38.308077],[95.251656,38.315966],[95.233761,38.322385],[95.232643,38.326351],[95.228244,38.330646],[95.220552,38.329515],[95.210585,38.325645],[95.203425,38.331299],[95.202438,38.336804],[95.194539,38.344604],[95.193495,38.352834],[95.195641,38.356214],[95.188282,38.359608],[95.187043,38.362595],[95.190195,38.365035],[95.190853,38.371609],[95.183411,38.379101],[95.178555,38.376787],[95.174188,38.37763],[95.168945,38.382136],[95.168034,38.38653],[95.13904,38.391667],[95.131376,38.405003],[95.122574,38.413444],[95.11658,38.415034],[95.111273,38.414373],[95.106172,38.416803],[95.103131,38.413902],[95.084157,38.405434],[95.077115,38.40492],[95.071544,38.401979],[95.059564,38.40761],[95.057826,38.410519],[95.043442,38.418094],[95.038634,38.413108],[95.031492,38.411277],[95.021715,38.418852],[95.019596,38.423866],[95.016282,38.425882],[95.010375,38.421608],[94.999765,38.423414],[94.996442,38.425746],[94.987947,38.423487],[94.982451,38.423708],[94.971202,38.430351],[94.935181,38.426391],[94.925632,38.420977],[94.920272,38.421676],[94.910348,38.419356],[94.900976,38.420292],[94.894815,38.412688],[94.883408,38.414417],[94.880112,38.412124],[94.880129,38.407114],[94.876347,38.400262],[94.854552,38.391236],[94.828591,38.391073],[94.81559,38.388775],[94.811287,38.385788],[94.786154,38.387287],[94.773688,38.384067],[94.766427,38.385934],[94.749114,38.38422],[94.734832,38.386126],[94.726898,38.388917],[94.718765,38.388447],[94.716086,38.386809],[94.704189,38.386785],[94.697459,38.384366],[94.685661,38.384689],[94.676369,38.387124],[94.650016,38.383853],[94.636124,38.380769],[94.63118,38.376583],[94.614419,38.374302],[94.609897,38.370987],[94.595239,38.373844],[94.589439,38.370024],[94.580421,38.367843],[94.57602,38.362399],[94.571277,38.361132],[94.561426,38.354261],[94.550545,38.350269],[94.536278,38.355457],[94.528374,38.361392],[94.526482,38.375877],[94.527185,38.412602],[94.528802,38.418896],[94.527787,38.422234],[94.512033,38.441735],[94.369657,38.761648],[94.327529,38.752657],[94.289191,38.755695],[94.27337,38.759499],[93.971706,38.724703],[93.964792,38.719378],[93.949395,38.714353],[93.939176,38.713767],[93.918861,38.716653],[93.90141,38.721783],[93.874224,38.720443],[93.860101,38.724504],[93.798839,38.750523],[93.784819,38.765191],[93.770792,38.772293],[93.763414,38.796093],[93.759481,38.802828],[93.755362,38.803883],[93.754508,38.806044],[93.762087,38.818335],[93.768515,38.820564],[93.882953,38.826035],[93.883466,38.867471],[93.832998,38.867391],[93.746601,38.911942],[93.730341,38.923698],[93.504448,38.91729],[93.49364,38.918378],[93.330813,38.903686],[93.302294,38.89414],[93.282453,38.893612],[93.271698,38.896262],[93.259842,38.905575],[93.236394,38.915652],[93.222849,38.914303],[93.206393,38.915429],[93.18761,38.919062],[93.179168,38.922776],[93.183104,38.929187],[93.196615,39.04571],[93.191323,39.050714],[93.191392,39.05629],[93.184468,39.063949],[93.177846,39.066794],[93.173779,39.071838],[93.172595,39.076108],[93.16599,39.084152],[93.163991,39.090118],[93.147348,39.101277],[93.13863,39.10271],[93.130107,39.107668],[93.130343,39.111963],[93.126817,39.115005],[93.125003,39.122038],[93.131807,39.126659],[93.130627,39.138168],[93.136145,39.153802],[93.140786,39.159783],[93.138472,39.164299],[93.129197,39.172419],[93.115371,39.178958],[93.098029,39.176059],[93.096403,39.168668],[93.085324,39.167189],[93.076262,39.161714],[93.065924,39.150537],[93.053579,39.151476],[93.04437,39.146031],[93.026938,39.149619],[93.022128,39.148765],[93.010128,39.151441],[92.997089,39.151572],[92.989059,39.15102],[92.985571,39.14732],[92.976079,39.143713],[92.971649,39.145436],[92.965032,39.151639],[92.96001,39.165123],[92.938319,39.168587],[92.920424,39.165939],[92.905338,39.161562],[92.896619,39.162043],[92.890135,39.160607],[92.871541,39.145875],[92.865048,39.13823],[92.851996,39.140148],[92.843293,39.139226],[92.829288,39.143135],[92.823922,39.135453],[92.81141,39.1321],[92.805368,39.138761],[92.798679,39.13723],[92.791097,39.139135],[92.779013,39.139076],[92.772004,39.136258],[92.762823,39.135914],[92.759333,39.129571],[92.747953,39.129313],[92.732958,39.125171],[92.727978,39.121196],[92.709785,39.127197],[92.701357,39.120245],[92.689486,39.114012],[92.674814,39.117441],[92.667647,39.114851],[92.665897,39.111661],[92.658695,39.109281],[92.644324,39.119307],[92.640578,39.115856],[92.610973,39.108812],[92.599101,39.109025],[92.597229,39.111516],[92.593065,39.112461],[92.586861,39.108675],[92.580133,39.107257],[92.573526,39.108953],[92.570054,39.106841],[92.565893,39.107332],[92.562904,39.109945],[92.551968,39.109035],[92.545801,39.110803],[92.54037,39.106528],[92.543106,39.10067],[92.537533,39.099929],[92.527408,39.103092],[92.492788,39.101689],[92.483255,39.093825],[92.479366,39.087939],[92.480204,39.083925],[92.464918,39.071941],[92.457838,39.063773],[92.461507,39.056671],[92.459475,39.042915],[92.456468,39.041852],[92.437949,39.043424],[92.433439,39.045637],[92.422923,39.046874],[92.419794,39.044596],[92.418772,39.040601],[92.406893,39.037314],[92.404603,39.041409],[92.39854,39.04441],[92.394826,39.05184],[92.386465,39.059963],[92.377213,39.056748],[92.372125,39.057173],[92.366042,39.058311],[92.355723,39.063601],[92.352851,39.068055],[92.353354,39.072739],[92.34937,39.082932],[92.364694,39.095384],[92.363468,39.101685],[92.357799,39.109474],[92.359196,39.113552],[92.357864,39.117322],[92.352134,39.120243],[92.352602,39.128812],[92.348003,39.138629],[92.344425,39.141375],[92.342644,39.145622],[92.343721,39.158396],[92.340229,39.17745],[92.340369,39.19009],[92.345911,39.202146],[92.338519,39.237423],[92.358905,39.249689],[92.374082,39.257203],[92.380414,39.258637],[92.388803,39.267811],[92.518868,39.365711],[92.524521,39.367895],[92.638825,39.513823],[92.686546,39.656744],[92.744313,39.867563],[92.77008,40],[92.795315,40.153167],[92.905801,40.31008],[92.919493,40.39125],[92.927343,40.572008],[93.504832,40.647567],[93.759278,40.663972],[93.819683,40.792801],[93.806114,40.875999],[93.906965,40.982423],[94.00932,41.113524],[94.182663,41.2671],[94.533035,41.504538],[94.748873,41.536783],[94.80865,41.617788],[94.861057,41.667156],[94.967648,41.71727],[95.009938,41.72473],[95.109131,41.766615],[95.135633,41.771366],[95.139524,41.759928],[95.159081,41.74419],[95.170455,41.731074],[95.197229,41.719234],[95.197952,41.717131],[95.195401,41.714589],[95.195525,41.710601],[95.19088,41.704776],[95.189494,41.700426],[95.192979,41.692235],[95.209943,41.675052],[95.214092,41.66433],[95.221389,41.659299],[95.227087,41.644491],[95.249109,41.606658],[95.296309,41.564998],[95.306863,41.572315],[95.311323,41.583491],[95.314075,41.597152],[95.32619,41.621555],[95.33294,41.641169],[95.338316,41.649166],[95.360124,41.668287],[95.395512,41.692669],[95.439988,41.715392],[95.497108,41.749327],[95.511387,41.755475],[95.532692,41.771504],[95.55465,41.779148],[95.565659,41.787591],[95.57007,41.793784],[95.611418,41.802939],[95.639882,41.815399],[95.651066,41.822204],[95.671529,41.82729],[95.697118,41.827547],[95.715562,41.832318],[95.76233,41.83461],[95.785515,41.839578],[95.800656,41.846403],[95.806794,41.847621],[95.822443,41.848461],[95.836301,41.84612],[95.850609,41.84688],[95.857105,41.849085],[95.883109,41.865709],[95.912791,41.872044],[95.934618,41.881401],[95.951136,41.885655],[95.959756,41.890878],[95.983265,41.900137],[96,41.904817],[96.016954,41.915022],[96.02382,41.91645],[96.041626,41.92557],[96.054325,41.934066],[96.072211,41.950771],[96.114373,41.982416],[96.116903,41.986005],[96.118275,41.995369],[96.123196,42.000428],[96.125038,42.007106],[96.12873,42.011831],[96.132989,42.013173],[96.136506,42.01785],[96.13627,42.025741],[96.133464,42.028577],[96.137944,42.05243],[96.076144,42.147904],[96.177572,42.21631],[96.040058,42.32485],[96.041029,42.351188],[96.065063,42.412791],[95.977883,42.435242],[96.016598,42.480474],[96.023002,42.540715],[96.072149,42.567808],[96.10275,42.602439],[96.157102,42.618194],[96.167141,42.630058],[96.184492,42.632102],[96.21464,42.643421],[96.222443,42.648914],[96.280841,42.676279],[96.297476,42.682001],[96.35521,42.707212],[96.384783,42.725351],[96.641482,42.746136],[96.748317,42.756903],[96.813585,42.754852],[96.977727,42.754332],[97.17172,42.794532],[97.190512,42.762867]],[[106.021729,35.482833],[106.012384,35.480428],[106.005834,35.482571],[105.989722,35.477734],[105.980119,35.471489],[105.944908,35.461354],[105.932632,35.459363],[105.923674,35.454884],[105.922754,35.451746],[105.913221,35.451179],[105.910117,35.454974],[105.905415,35.456506],[105.8922,35.452792],[105.88641,35.446187],[105.885299,35.438969],[105.889486,35.41817],[105.893461,35.413526],[105.901229,35.416996],[105.906449,35.415593],[105.9264,35.42719],[105.936643,35.425647],[105.941918,35.423029],[105.94819,35.430357],[105.955682,35.434169],[105.961369,35.427155],[105.963253,35.426887],[105.98126,35.436335],[105.987658,35.438073],[105.992658,35.44947],[105.998514,35.446155],[105.99841,35.44028],[106.001234,35.440346],[106.005584,35.442775],[106.007372,35.446415],[106.004228,35.450565],[106.006882,35.456179],[106.014294,35.464613],[106.02717,35.471039],[106.030992,35.468657],[106.048679,35.448971],[106.051526,35.454951],[106.044878,35.460956],[106.047929,35.466682],[106.049166,35.476672],[106.054588,35.486324],[106.054202,35.489714],[106.030747,35.489317],[106.024099,35.487902],[106.021729,35.482833]],[[106.059814,35.427118],[106.064042,35.423686],[106.064697,35.421152],[106.06855,35.420871],[106.067232,35.426887],[106.070944,35.431531],[106.062058,35.437304],[106.061465,35.439597],[106.058194,35.439046],[106.060346,35.434915],[106.059814,35.427118]]]}},{type:"Feature",properties:{name:"青海省",province_adcode:63e4,province_type:"省",name_en:"Qinghai",name_var:"Qīng Hǎi",adcode:63e4},geometry:{type:"Polygon",coordinates:[[[100.916935,38.173437],[100.936883,38.160163],[100.930955,38.15352],[100.923165,38.148847],[100.922775,38.140344],[100.917429,38.128332],[100.916575,38.11255],[100.921604,38.099324],[100.922794,38.089864],[100.921274,38.08545],[100.917854,38.08318],[100.913154,38.082856],[100.907444,38.076936],[100.906744,38.073098],[100.893914,38.063729],[100.885964,38.054317],[100.889023,38.038697],[100.896173,38.02876],[100.894573,38.016454],[100.896523,38.012452],[100.903745,38.006312],[100.915239,37.99987],[100.920017,38.000306],[100.926037,38.006454],[100.934975,38.006845],[100.941506,38.002294],[100.949558,38.006763],[100.955192,38.004878],[100.955992,38.008486],[100.959065,38.011519],[100.971074,38.006364],[100.97668,38.007225],[100.983104,37.999212],[100.990508,37.998494],[100.991937,37.996764],[100.991489,37.994214],[100.9961,37.988249],[100.999479,37.986876],[101.002366,37.98803],[101.007449,37.982124],[101.020385,37.973804],[101.025657,37.973667],[101.031513,37.976221],[101.035086,37.975144],[101.040638,37.965068],[101.04828,37.962226],[101.051934,37.962483],[101.057364,37.95943],[101.058699,37.954862],[101.062693,37.952814],[101.064242,37.948652],[101.068719,37.94697],[101.073727,37.941785],[101.081719,37.941911],[101.089697,37.93915],[101.093991,37.944562],[101.100984,37.946453],[101.109719,37.935852],[101.112804,37.924925],[101.111988,37.919968],[101.114179,37.917149],[101.11707,37.914886],[101.122855,37.916101],[101.12649,37.914236],[101.132303,37.909889],[101.132329,37.906111],[101.136223,37.903848],[101.138875,37.899897],[101.143347,37.899014],[101.149549,37.894178],[101.150544,37.881988],[101.148023,37.876101],[101.156292,37.874024],[101.157805,37.867313],[101.164989,37.869284],[101.168764,37.866933],[101.170398,37.865157],[101.170563,37.860057],[101.178558,37.860568],[101.181937,37.859276],[101.18321,37.855956],[101.190638,37.85555],[101.196497,37.848491],[101.201987,37.846446],[101.21839,37.845603],[101.224087,37.841527],[101.234373,37.843501],[101.255724,37.832508],[101.262677,37.832107],[101.26661,37.83435],[101.276639,37.836044],[101.281105,37.832963],[101.281843,37.827745],[101.289889,37.824173],[101.301754,37.824293],[101.302237,37.817422],[101.309341,37.814465],[101.310707,37.809522],[101.316191,37.811054],[101.324485,37.807665],[101.328202,37.804419],[101.337905,37.802997],[101.340945,37.798981],[101.347519,37.798799],[101.347993,37.794753],[101.353428,37.789661],[101.360845,37.791295],[101.365125,37.796627],[101.375302,37.800253],[101.37243,37.805171],[101.377612,37.81555],[101.376118,37.818004],[101.37783,37.821281],[101.387278,37.827632],[101.393403,37.828061],[101.401415,37.831154],[101.401775,37.839598],[101.408193,37.844529],[101.418078,37.84682],[101.431861,37.857317],[101.435049,37.860619],[101.434403,37.863519],[101.435792,37.866332],[101.438252,37.86777],[101.446586,37.865997],[101.456623,37.866586],[101.459883,37.858499],[101.467094,37.855033],[101.472045,37.855892],[101.480619,37.853281],[101.485876,37.856261],[101.494293,37.854961],[101.497236,37.857766],[101.499532,37.857877],[101.513469,37.852683],[101.515929,37.850298],[101.521265,37.849404],[101.524049,37.84677],[101.542795,37.838312],[101.552926,37.835592],[101.558318,37.83879],[101.561425,37.836544],[101.573978,37.835479],[101.583694,37.830638],[101.590751,37.830194],[101.597023,37.827699],[101.602159,37.81716],[101.617683,37.809633],[101.618027,37.805433],[101.628334,37.789742],[101.640994,37.774698],[101.65318,37.770746],[101.660005,37.763798],[101.667556,37.758902],[101.668341,37.756374],[101.663665,37.748128],[101.656237,37.740634],[101.656988,37.73219],[101.666127,37.727882],[101.675221,37.727446],[101.722548,37.7118],[101.789238,37.695447],[101.795845,37.686877],[101.812692,37.681484],[101.809127,37.672366],[101.809319,37.665607],[101.812726,37.653508],[101.828645,37.655482],[101.851525,37.664322],[101.856671,37.662713],[101.861888,37.658646],[101.859694,37.664626],[101.867678,37.672405],[101.871873,37.686048],[101.874919,37.685931],[101.893185,37.701081],[101.906466,37.703435],[101.914446,37.707841],[101.920701,37.712282],[101.922722,37.716204],[101.929064,37.721582],[101.934362,37.723859],[101.953672,37.728283],[101.964871,37.724447],[101.976071,37.727657],[101.996767,37.72575],[101.999907,37.715211],[102.008517,37.712936],[102.013904,37.707584],[102.013152,37.698261],[102.019155,37.680413],[102.033077,37.664816],[102.038126,37.656182],[102.041783,37.655961],[102.045997,37.651861],[102.043287,37.640959],[102.03324,37.627625],[102.037495,37.620722],[102.053883,37.61376],[102.065709,37.600966],[102.063206,37.591649],[102.071384,37.583204],[102.099723,37.573596],[102.118796,37.551837],[102.124057,37.552362],[102.128179,37.546871],[102.124794,37.539158],[102.120516,37.536888],[102.115528,37.531155],[102.114998,37.527116],[102.120356,37.515838],[102.110943,37.507112],[102.10066,37.49158],[102.101219,37.481599],[102.126292,37.481134],[102.152542,37.471005],[102.171336,37.460045],[102.176449,37.456111],[102.187481,37.43426],[102.18491,37.427514],[102.195536,37.419037],[102.219136,37.417434],[102.247196,37.41054],[102.252386,37.403317],[102.268942,37.392429],[102.298507,37.39049],[102.296268,37.380936],[102.297905,37.369797],[102.30936,37.359577],[102.316168,37.358438],[102.338983,37.347858],[102.339953,37.342191],[102.362323,37.329491],[102.381826,37.322373],[102.390756,37.324405],[102.402602,37.317008],[102.41599,37.31396],[102.4257,37.307963],[102.417449,37.296636],[102.417714,37.29314],[102.42689,37.283873],[102.44086,37.275224],[102.444762,37.274789],[102.451424,37.270964],[102.450321,37.264864],[102.45569,37.249766],[102.477982,37.241067],[102.481061,37.236037],[102.482174,37.229639],[102.487837,37.222972],[102.503775,37.217058],[102.514076,37.219575],[102.518198,37.21892],[102.534985,37.212719],[102.543219,37.207992],[102.5421,37.203667],[102.546585,37.198494],[102.554253,37.192902],[102.558099,37.19206],[102.566459,37.179741],[102.578172,37.17156],[102.588503,37.171288],[102.593078,37.172403],[102.595908,37.175193],[102.600269,37.173592],[102.602064,37.171215],[102.607038,37.159193],[102.607322,37.150852],[102.626395,37.134067],[102.636234,37.120851],[102.639447,37.114057],[102.640477,37.099906],[102.620489,37.103527],[102.600248,37.104741],[102.57702,37.099586],[102.573119,37.096737],[102.56225,37.094179],[102.536206,37.090229],[102.529627,37.086727],[102.510776,37.09209],[102.506273,37.092106],[102.495365,37.087149],[102.485227,37.07854],[102.488309,37.076692],[102.490236,37.073067],[102.489671,37.063335],[102.496382,37.05485],[102.493118,37.044408],[102.493904,37.03993],[102.500058,37.031218],[102.504748,37.019498],[102.469836,36.995272],[102.464586,36.988563],[102.466555,36.983504],[102.465257,36.976139],[102.458822,36.972509],[102.450458,36.970508],[102.448813,36.968616],[102.456214,36.962931],[102.459337,36.957754],[102.464905,36.954458],[102.472188,36.95724],[102.480841,36.95366],[102.488822,36.953701],[102.492677,36.957157],[102.496063,36.956404],[102.4977,36.953312],[102.496357,36.946858],[102.498015,36.94306],[102.509152,36.93914],[102.520484,36.940201],[102.522367,36.938752],[102.521452,36.932438],[102.525739,36.927506],[102.550363,36.923587],[102.559511,36.919248],[102.563381,36.911678],[102.558795,36.9059],[102.560046,36.900568],[102.56671,36.895402],[102.571955,36.882615],[102.580537,36.878205],[102.585491,36.869579],[102.611936,36.864784],[102.624368,36.858755],[102.624891,36.852016],[102.627162,36.850535],[102.634787,36.853864],[102.63734,36.852901],[102.646333,36.83421],[102.65572,36.829061],[102.656121,36.826068],[102.666581,36.818617],[102.675905,36.80722],[102.679177,36.806562],[102.682787,36.809536],[102.684535,36.809147],[102.699876,36.793086],[102.700618,36.788696],[102.704678,36.781946],[102.71588,36.769996],[102.71904,36.769463],[102.718541,36.767953],[102.715468,36.767463],[102.690876,36.775389],[102.682411,36.769125],[102.678246,36.762282],[102.654651,36.746982],[102.649571,36.747601],[102.645696,36.739687],[102.64564,36.736403],[102.642627,36.733995],[102.63425,36.733443],[102.61541,36.740302],[102.612198,36.738499],[102.603975,36.72125],[102.599864,36.717269],[102.600174,36.709223],[102.606994,36.701607],[102.602936,36.692281],[102.60514,36.681911],[102.606863,36.677908],[102.619402,36.669035],[102.628275,36.652176],[102.631826,36.649544],[102.664917,36.633859],[102.682932,36.618763],[102.697403,36.616542],[102.713385,36.616695],[102.721839,36.614725],[102.72315,36.613135],[102.713209,36.599327],[102.724009,36.592053],[102.7305,36.591403],[102.74099,36.582927],[102.752837,36.583199],[102.762558,36.575512],[102.760177,36.568931],[102.747981,36.56747],[102.736667,36.570427],[102.732696,36.562056],[102.738177,36.559295],[102.742158,36.547078],[102.740842,36.54492],[102.742535,36.539311],[102.751498,36.525498],[102.770187,36.521342],[102.791319,36.4994],[102.789555,36.487292],[102.786715,36.481827],[102.771038,36.475179],[102.764818,36.465447],[102.771862,36.457931],[102.786021,36.447329],[102.78691,36.436561],[102.791183,36.42727],[102.806775,36.421346],[102.806016,36.410445],[102.8077,36.408282],[102.824522,36.407196],[102.816303,36.392063],[102.825147,36.374751],[102.831568,36.370167],[102.827816,36.366764],[102.828305,36.357345],[102.832744,36.350915],[102.8366,36.34091],[102.857598,36.330882],[102.871166,36.333544],[102.873572,36.336069],[102.885212,36.331942],[102.895057,36.332464],[102.901447,36.323076],[102.914177,36.315367],[102.920993,36.298915],[102.933444,36.294206],[102.94101,36.289509],[102.95207,36.288061],[102.961137,36.283599],[102.968946,36.284063],[102.973747,36.276017],[102.984022,36.272114],[102.990732,36.264046],[103.007401,36.262536],[103.011994,36.258178],[103.022087,36.257162],[103.024711,36.248594],[103.019254,36.23214],[103.028216,36.234023],[103.03774,36.228896],[103.045693,36.226632],[103.05141,36.21864],[103.057191,36.220048],[103.06271,36.219204],[103.068897,36.207078],[103.060361,36.201153],[103.04342,36.198618],[103.036615,36.199585],[103.031059,36.203465],[103.015858,36.204607],[103.005984,36.201187],[103.004135,36.198165],[102.999745,36.19582],[102.985118,36.194086],[102.981833,36.187301],[102.981461,36.18105],[102.969979,36.169298],[102.964235,36.15164],[102.949605,36.152274],[102.947247,36.150676],[102.946833,36.147788],[102.952831,36.14003],[102.944281,36.131715],[102.944291,36.121993],[102.939837,36.106213],[102.92859,36.102096],[102.916028,36.095135],[102.911403,36.089626],[102.904482,36.088344],[102.893429,36.092383],[102.884777,36.092725],[102.879989,36.083394],[102.88441,36.077991],[102.891756,36.077451],[102.894581,36.066572],[102.900158,36.066054],[102.902426,36.070423],[102.905509,36.07132],[102.915912,36.066348],[102.925484,36.057194],[102.926573,36.05061],[102.928237,36.049559],[102.966155,36.044734],[102.973717,36.036335],[102.967627,36.033653],[102.959113,36.033628],[102.950083,36.023963],[102.952015,36.016749],[102.961805,36.00833],[102.965734,35.996953],[102.971559,35.995071],[102.9497,35.967211],[102.949577,35.954205],[102.943126,35.945085],[102.940751,35.927686],[102.948036,35.92318],[102.948234,35.921576],[102.946815,35.904266],[102.948553,35.896272],[102.945876,35.890878],[102.945391,35.8848],[102.949149,35.871448],[102.952479,35.868196],[102.95411,35.86211],[102.953013,35.859144],[102.946443,35.852692],[102.94534,35.847192],[102.948395,35.836952],[102.944658,35.83169],[102.940904,35.830317],[102.932661,35.835645],[102.921166,35.83391],[102.913776,35.844765],[102.910461,35.847022],[102.893288,35.846476],[102.882825,35.850325],[102.859931,35.845509],[102.855365,35.847516],[102.850071,35.853618],[102.840056,35.856674],[102.826348,35.856944],[102.819812,35.851408],[102.816129,35.850773],[102.808495,35.855113],[102.794874,35.858115],[102.788023,35.861675],[102.782083,35.862226],[102.774849,35.85912],[102.769278,35.851114],[102.759701,35.842151],[102.753394,35.839996],[102.751219,35.835073],[102.741655,35.827818],[102.738348,35.821714],[102.729519,35.821365],[102.722517,35.817871],[102.715024,35.81719],[102.707419,35.802225],[102.701989,35.798178],[102.694386,35.79709],[102.692278,35.789935],[102.694006,35.784013],[102.691255,35.779754],[102.685103,35.774922],[102.683483,35.769258],[102.690483,35.753185],[102.694132,35.749473],[102.697369,35.71837],[102.699003,35.714956],[102.714167,35.699153],[102.725946,35.692433],[102.73144,35.672823],[102.740214,35.659848],[102.744415,35.657403],[102.76094,35.653973],[102.764703,35.651468],[102.766534,35.643765],[102.760424,35.624154],[102.761035,35.613025],[102.768881,35.607193],[102.767575,35.598901],[102.771928,35.592163],[102.802025,35.571833],[102.805123,35.563325],[102.803448,35.556825],[102.791368,35.560835],[102.779314,35.549133],[102.773749,35.552101],[102.755278,35.546803],[102.741695,35.546158],[102.738843,35.540796],[102.725473,35.532745],[102.726292,35.524303],[102.739464,35.521747],[102.7457,35.528717],[102.775967,35.536091],[102.779422,35.53326],[102.780947,35.527948],[102.773324,35.520541],[102.76822,35.518958],[102.756415,35.510892],[102.752094,35.502077],[102.741508,35.494132],[102.7081,35.518152],[102.70695,35.520625],[102.700132,35.525675],[102.690528,35.531386],[102.682098,35.532559],[102.681167,35.529395],[102.678684,35.529228],[102.666951,35.533882],[102.662865,35.530141],[102.649978,35.534044],[102.631847,35.535384],[102.631921,35.541506],[102.62425,35.541481],[102.611734,35.53843],[102.584279,35.542453],[102.548447,35.56042],[102.544658,35.563681],[102.541853,35.572577],[102.529276,35.581454],[102.518348,35.5789],[102.511624,35.583315],[102.508303,35.589289],[102.502708,35.589432],[102.500943,35.58453],[102.509382,35.581044],[102.512877,35.570455],[102.508627,35.568591],[102.50017,35.572971],[102.495977,35.572469],[102.495785,35.550824],[102.487748,35.53425],[102.483367,35.516596],[102.48011,35.51313],[102.459781,35.507143],[102.463431,35.503105],[102.464133,35.498136],[102.460567,35.480845],[102.455906,35.473684],[102.448242,35.479077],[102.439223,35.466658],[102.436033,35.455701],[102.441901,35.450539],[102.448304,35.449847],[102.447001,35.438269],[102.428006,35.426402],[102.420195,35.418435],[102.405401,35.41557],[102.405865,35.409019],[102.398989,35.410097],[102.389897,35.415978],[102.372432,35.421794],[102.365978,35.422865],[102.362453,35.421167],[102.343369,35.429951],[102.32398,35.428747],[102.319733,35.43317],[102.313208,35.435412],[102.306327,35.432602],[102.300102,35.426392],[102.292026,35.42533],[102.292305,35.409659],[102.289352,35.408202],[102.282009,35.394914],[102.280471,35.386067],[102.284036,35.37879],[102.285382,35.366162],[102.296088,35.364867],[102.304306,35.361761],[102.305991,35.349495],[102.316703,35.343158],[102.308995,35.312842],[102.302435,35.316167],[102.291443,35.317622],[102.282145,35.314626],[102.276077,35.305716],[102.288716,35.294848],[102.309299,35.28355],[102.322514,35.281554],[102.339105,35.282747],[102.368349,35.261379],[102.366114,35.253322],[102.367894,35.248497],[102.361732,35.239486],[102.368016,35.232305],[102.373868,35.231456],[102.376595,35.229508],[102.378878,35.219822],[102.378367,35.214206],[102.395308,35.197631],[102.40451,35.179306],[102.38445,35.166506],[102.371911,35.161832],[102.355559,35.163295],[102.34941,35.166024],[102.342384,35.162778],[102.337533,35.150541],[102.337848,35.140797],[102.331416,35.136165],[102.319932,35.131167],[102.314776,35.131927],[102.30932,35.129452],[102.309805,35.117288],[102.306001,35.110554],[102.300628,35.106722],[102.293004,35.07144],[102.278469,35.058381],[102.269162,35.055596],[102.260158,35.055091],[102.250312,35.049051],[102.226952,35.056182],[102.222895,35.060418],[102.216854,35.060657],[102.211514,35.049317],[102.212589,35.040852],[102.211069,35.035996],[102.171921,35.033366],[102.161533,35.021777],[102.156349,35.01098],[102.153458,35.010877],[102.149856,35.014117],[102.145867,35.014757],[102.136253,35.009443],[102.133124,35.015349],[102.129943,35.015834],[102.124983,35.012128],[102.122363,35.003804],[102.10676,34.996838],[102.107531,34.992665],[102.105895,34.990709],[102.098379,34.990984],[102.093818,34.989366],[102.084236,34.96786],[102.06628,34.958489],[102.074632,34.954067],[102.073259,34.948731],[102.060686,34.943424],[102.060004,34.938186],[102.062133,34.937434],[102.061168,34.936123],[102.056891,34.93334],[102.050574,34.93368],[102.049584,34.93211],[102.047164,34.921843],[102.048,34.910255],[102.050607,34.90391],[102.063398,34.897226],[102.065902,34.893773],[102.057845,34.889213],[102.04751,34.88774],[102.03294,34.892545],[102.026064,34.897391],[102.022703,34.901944],[102.003163,34.896738],[102,34.900329],[101.991915,34.898329],[101.976984,34.903292],[101.981409,34.898657],[101.977887,34.895016],[101.972259,34.896386],[101.963251,34.89143],[101.955843,34.889671],[101.934229,34.890444],[101.926139,34.878539],[101.91606,34.878055],[101.919929,34.855143],[101.930409,34.850132],[101.932312,34.846032],[101.929221,34.841248],[101.92178,34.837541],[101.921921,34.834221],[101.925512,34.830551],[101.92631,34.826945],[101.925466,34.808409],[101.923294,34.804386],[101.918814,34.802208],[101.915985,34.787014],[101.915904,34.780687],[101.918981,34.776157],[101.918691,34.767958],[101.921284,34.763319],[101.916676,34.751564],[101.917679,34.743051],[101.914642,34.738315],[101.916774,34.728179],[101.914213,34.718398],[101.915808,34.707622],[101.920016,34.696424],[101.922208,34.692546],[101.92779,34.688271],[101.928822,34.685164],[101.924711,34.677457],[101.91703,34.669391],[101.915863,34.66487],[101.918878,34.652505],[101.918509,34.6416],[101.921574,34.633268],[101.91883,34.626544],[101.922202,34.609475],[101.932614,34.589439],[101.936005,34.586286],[101.94568,34.584374],[101.954893,34.585281],[101.956116,34.574189],[101.960517,34.565372],[101.974154,34.558748],[101.972296,34.55294],[101.97282,34.54952],[101.989002,34.545079],[102,34.539992],[102.013192,34.539934],[102.037671,34.536076],[102.055384,34.540028],[102.073588,34.536022],[102.079264,34.538248],[102.090021,34.538082],[102.106388,34.521161],[102.111744,34.521041],[102.117454,34.524802],[102.123111,34.520943],[102.135919,34.505506],[102.142735,34.505421],[102.153872,34.509113],[102.15606,34.504646],[102.155373,34.497741],[102.163641,34.488144],[102.170638,34.475782],[102.168056,34.46786],[102.167952,34.45953],[102.172855,34.453436],[102.172543,34.451512],[102.185001,34.441798],[102.18975,34.440073],[102.196,34.433139],[102.194953,34.427632],[102.204607,34.418598],[102.205068,34.40945],[102.207881,34.404428],[102.221808,34.388693],[102.235357,34.380013],[102.241144,34.372075],[102.257537,34.357103],[102.25729,34.35587],[102.242378,34.346234],[102.21972,34.340835],[102.209777,34.347145],[102.191893,34.350841],[102.191969,34.35269],[102.18832,34.356133],[102.18648,34.356095],[102.180559,34.347878],[102.175502,34.335243],[102.16718,34.328099],[102.168467,34.311863],[102.167349,34.308697],[102.158978,34.300696],[102.154663,34.292814],[102.147898,34.294032],[102.147018,34.290169],[102.150333,34.286229],[102.145073,34.273014],[102.131736,34.273815],[102.126059,34.277912],[102.105856,34.285674],[102.102723,34.28497],[102.090733,34.287773],[102.083123,34.292237],[102.065288,34.293913],[102.058662,34.280433],[102.0624,34.265463],[102.056373,34.252791],[102.062697,34.242712],[102.06177,34.231731],[102.057399,34.227724],[102.049447,34.230595],[102.031629,34.231592],[102.023578,34.225269],[102.014725,34.22655],[102.012001,34.220284],[102.023448,34.211856],[102.026654,34.20677],[102.028561,34.192308],[102.016922,34.191768],[102.012604,34.187758],[102.011304,34.185501],[102.012423,34.178923],[102.007896,34.167431],[102.001186,34.162684],[101.987067,34.165283],[101.981999,34.168451],[101.968919,34.16998],[101.963917,34.16946],[101.957416,34.164198],[101.957938,34.160647],[101.967196,34.156425],[101.963106,34.149178],[101.955765,34.109593],[101.945892,34.114263],[101.915526,34.123248],[101.909806,34.130267],[101.903532,34.130624],[101.894336,34.135901],[101.884654,34.131472],[101.872645,34.131826],[101.866374,34.144361],[101.866154,34.15019],[101.863338,34.152003],[101.847599,34.15477],[101.844637,34.152619],[101.850529,34.141963],[101.848006,34.133489],[101.838638,34.126655],[101.833631,34.12607],[101.827403,34.131217],[101.796326,34.128936],[101.790406,34.13335],[101.786003,34.133103],[101.776013,34.126076],[101.761772,34.124222],[101.761507,34.118731],[101.756233,34.10652],[101.755656,34.101592],[101.747143,34.09079],[101.739645,34.086771],[101.73524,34.081046],[101.728893,34.087162],[101.730066,34.09596],[101.727086,34.101305],[101.722553,34.098874],[101.718895,34.089019],[101.715415,34.085364],[101.710118,34.087304],[101.709284,34.094654],[101.713166,34.104252],[101.712742,34.109855],[101.700233,34.121868],[101.692843,34.121692],[101.69153,34.111485],[101.685818,34.10912],[101.667295,34.113878],[101.651155,34.123616],[101.64121,34.1404],[101.653426,34.150494],[101.649034,34.156998],[101.628362,34.163843],[101.619784,34.17082],[101.604198,34.175964],[101.594144,34.185304],[101.582927,34.189873],[101.578634,34.198556],[101.575627,34.198963],[101.568338,34.194706],[101.557343,34.192821],[101.553164,34.196517],[101.554118,34.204164],[101.543689,34.206387],[101.541378,34.212112],[101.536772,34.213615],[101.523317,34.209918],[101.512713,34.199649],[101.50118,34.196849],[101.489308,34.197702],[101.485822,34.199499],[101.484316,34.203852],[101.489659,34.212567],[101.487256,34.217546],[101.483135,34.219807],[101.456766,34.223555],[101.439328,34.222664],[101.429306,34.227267],[101.426371,34.230437],[101.412511,34.229614],[101.410082,34.233991],[101.404679,34.237044],[101.383266,34.239994],[101.374538,34.247028],[101.368299,34.24918],[101.341531,34.250604],[101.330955,34.246439],[101.324033,34.245984],[101.320888,34.248062],[101.320468,34.251353],[101.328293,34.251261],[101.329761,34.253208],[101.326121,34.26676],[101.322545,34.270699],[101.316148,34.269039],[101.294557,34.269588],[101.291317,34.274352],[101.278948,34.275346],[101.266927,34.281095],[101.260648,34.288022],[101.265388,34.292109],[101.263841,34.294451],[101.246127,34.300172],[101.238317,34.294775],[101.231119,34.296439],[101.227944,34.298758],[101.229676,34.313038],[101.233016,34.317358],[101.233681,34.325826],[101.2264,34.331259],[101.205031,34.33216],[101.197864,34.334142],[101.192054,34.338167],[101.182995,34.32702],[101.176964,34.322157],[101.168253,34.319972],[101.152926,34.331729],[101.143639,34.333184],[101.133486,34.327414],[101.116866,34.330396],[101.112358,34.328033],[101.101665,34.326067],[101.099363,34.329138],[101.09512,34.329817],[101.080685,34.323829],[101.0702,34.330231],[101.064205,34.330033],[101.052534,34.326043],[101.049149,34.340109],[101.042877,34.342414],[101.037581,34.341693],[101.035589,34.337835],[101.028643,34.33992],[101.021422,34.344739],[101.019524,34.351731],[101.00832,34.357885],[101.001061,34.367675],[100.984859,34.37557],[100.973525,34.370199],[100.955955,34.378283],[100.948917,34.384876],[100.934775,34.379045],[100.917454,34.375523],[100.900024,34.378352],[100.893027,34.376514],[100.890855,34.371569],[100.890561,34.365983],[100.891926,34.363928],[100.890789,34.358679],[100.879481,34.352314],[100.869794,34.335944],[100.846333,34.327523],[100.836848,34.327663],[100.830352,34.320507],[100.820312,34.320549],[100.817879,34.311696],[100.814861,34.307406],[100.815817,34.29556],[100.812496,34.292193],[100.803951,34.288816],[100.807249,34.273309],[100.798668,34.26417],[100.796792,34.258057],[100.803232,34.253735],[100.80773,34.24745],[100.802035,34.239213],[100.79384,34.234528],[100.795447,34.22776],[100.789347,34.213621],[100.786918,34.210138],[100.782418,34.209398],[100.780111,34.206649],[100.778662,34.203855],[100.778834,34.196189],[100.766801,34.190847],[100.762756,34.179672],[100.766281,34.17544],[100.775885,34.170238],[100.782894,34.168655],[100.787204,34.160787],[100.794709,34.161165],[100.806869,34.155818],[100.813739,34.141185],[100.81707,34.137355],[100.827172,34.131112],[100.838066,34.115747],[100.837011,34.109311],[100.842947,34.100723],[100.846616,34.091641],[100.856495,34.091104],[100.870451,34.084715],[100.865985,34.072003],[100.867848,34.067157],[100.875615,34.061008],[100.879265,34.040139],[100.882051,34.03456],[100.89655,34.038187],[100.896538,34.02951],[100.901774,34.019187],[100.911792,34.008401],[100.916487,34.008701],[100.925923,33.995327],[100.929775,33.993012],[100.925651,33.98155],[100.926252,33.977355],[100.943425,33.964323],[100.950308,33.95351],[100.964479,33.94899],[100.964592,33.945224],[100.969319,33.939135],[100.972862,33.925043],[100.976222,33.918343],[100.98686,33.908528],[100.994007,33.892682],[101.018616,33.899363],[101.030595,33.884484],[101.037614,33.887818],[101.043116,33.886258],[101.046696,33.880802],[101.046656,33.871168],[101.0519,33.865387],[101.074837,33.859379],[101.085354,33.858153],[101.106536,33.862751],[101.109526,33.859374],[101.109543,33.853929],[101.111078,33.852683],[101.115578,33.851495],[101.124817,33.852846],[101.136808,33.846432],[101.145322,33.847341],[101.152689,33.845008],[101.153973,33.838876],[101.148518,33.833065],[101.148109,33.828749],[101.150937,33.824884],[101.159424,33.820217],[101.16069,33.814074],[101.171806,33.804278],[101.183701,33.797241],[101.189093,33.792176],[101.190234,33.788983],[101.182335,33.767534],[101.183167,33.760595],[101.187117,33.754817],[101.187662,33.745189],[101.185068,33.743776],[101.178463,33.743874],[101.1771,33.735274],[101.170539,33.732686],[101.165487,33.728587],[101.161071,33.722149],[101.16334,33.69557],[101.173997,33.686117],[101.173504,33.679078],[101.165472,33.670673],[101.165317,33.6612],[101.173226,33.65736],[101.181146,33.65601],[101.180393,33.659869],[101.18456,33.666491],[101.196681,33.672152],[101.214991,33.672546],[101.227851,33.684163],[101.233386,33.687159],[101.243441,33.68311],[101.257024,33.672544],[101.271294,33.668428],[101.280302,33.664045],[101.291615,33.662745],[101.296773,33.66537],[101.300011,33.66404],[101.30303,33.660111],[101.310014,33.666108],[101.31505,33.664721],[101.321056,33.658796],[101.335137,33.660899],[101.344209,33.654783],[101.346738,33.658427],[101.350269,33.659096],[101.381595,33.647522],[101.389191,33.646743],[101.415105,33.652671],[101.421572,33.655898],[101.426814,33.661451],[101.427762,33.666291],[101.426386,33.680193],[101.428271,33.683962],[101.431691,33.68627],[101.437229,33.68724],[101.441776,33.683561],[101.452732,33.686498],[101.467839,33.687901],[101.472591,33.690176],[101.480532,33.697383],[101.498661,33.704725],[101.50378,33.703723],[101.507841,33.697308],[101.510529,33.696108],[101.525632,33.693503],[101.538848,33.697339],[101.546627,33.694735],[101.550735,33.691324],[101.554155,33.685251],[101.554257,33.675817],[101.558342,33.670718],[101.565501,33.67006],[101.57688,33.677512],[101.580962,33.676798],[101.585933,33.672561],[101.587867,33.669895],[101.58497,33.64705],[101.585691,33.642067],[101.587444,33.639701],[101.601514,33.635061],[101.605841,33.631349],[101.605624,33.627639],[101.610564,33.620228],[101.611051,33.615801],[101.616664,33.605212],[101.615921,33.599107],[101.61216,33.598166],[101.609883,33.593903],[101.61267,33.583585],[101.60974,33.57764],[101.610496,33.567568],[101.618366,33.55989],[101.614915,33.549726],[101.615045,33.542303],[101.618545,33.535139],[101.616893,33.530477],[101.614673,33.529521],[101.615526,33.520093],[101.623802,33.500486],[101.629893,33.494271],[101.643528,33.49681],[101.647641,33.504749],[101.660434,33.504156],[101.668842,33.501202],[101.679463,33.502429],[101.688784,33.500755],[101.698994,33.504809],[101.715883,33.497123],[101.731204,33.499465],[101.733502,33.498496],[101.73962,33.506159],[101.746271,33.506946],[101.749326,33.510915],[101.751112,33.517791],[101.757251,33.524305],[101.75754,33.538507],[101.769188,33.54084],[101.774151,33.53909],[101.776044,33.536674],[101.776495,33.522406],[101.773058,33.521537],[101.771907,33.516731],[101.773165,33.493947],[101.766516,33.466476],[101.767581,33.458397],[101.773347,33.454411],[101.769208,33.449956],[101.765201,33.448649],[101.718824,33.445317],[101.694853,33.436845],[101.692899,33.434447],[101.691002,33.423887],[101.688158,33.422675],[101.672222,33.399668],[101.672329,33.393901],[101.659746,33.385189],[101.658432,33.37033],[101.651609,33.351151],[101.652356,33.344423],[101.648544,33.338154],[101.64712,33.32877],[101.647662,33.325019],[101.652361,33.318109],[101.65784,33.312345],[101.668516,33.308318],[101.674849,33.300602],[101.678627,33.298879],[101.687165,33.300873],[101.708141,33.300108],[101.712628,33.295699],[101.713287,33.290661],[101.72049,33.289769],[101.729252,33.285809],[101.736277,33.277392],[101.739011,33.26928],[101.723777,33.255086],[101.726856,33.250502],[101.726036,33.242816],[101.72334,33.240162],[101.715678,33.222892],[101.706943,33.214991],[101.676474,33.203176],[101.686751,33.187662],[101.680609,33.178777],[101.67487,33.173919],[101.66318,33.167567],[101.653695,33.16543],[101.654124,33.161457],[101.658908,33.151933],[101.658196,33.137811],[101.650955,33.13426],[101.647636,33.12972],[101.645841,33.122282],[101.641037,33.118039],[101.631204,33.103356],[101.625503,33.103323],[101.623647,33.10809],[101.610261,33.116163],[101.607482,33.121714],[101.603636,33.122434],[101.600382,33.125509],[101.600253,33.128725],[101.584671,33.141596],[101.578709,33.150721],[101.573745,33.151763],[101.559785,33.162028],[101.559928,33.166475],[101.55766,33.168626],[101.536035,33.180506],[101.528303,33.181376],[101.526791,33.184523],[101.527226,33.188795],[101.520959,33.191762],[101.516698,33.191629],[101.513972,33.193871],[101.511592,33.206157],[101.501634,33.208348],[101.493329,33.223642],[101.486197,33.228817],[101.470493,33.226294],[101.45817,33.227757],[101.451165,33.226501],[101.428909,33.232372],[101.420965,33.228629],[101.403431,33.228419],[101.398185,33.226136],[101.391104,33.21392],[101.386611,33.21017],[101.391767,33.20543],[101.392255,33.203192],[101.390388,33.200262],[101.394869,33.189166],[101.390322,33.182619],[101.389779,33.173598],[101.392805,33.168418],[101.391586,33.161724],[101.382026,33.154433],[101.375428,33.160861],[101.375069,33.166865],[101.371721,33.17368],[101.369628,33.174637],[101.365457,33.173461],[101.361207,33.176568],[101.360366,33.181462],[101.355756,33.183778],[101.355564,33.196218],[101.342893,33.205187],[101.342718,33.209845],[101.3372,33.2192],[101.333495,33.223306],[101.326467,33.226932],[101.325951,33.232116],[101.327597,33.237875],[101.323787,33.242887],[101.309044,33.24679],[101.301399,33.259558],[101.295102,33.264152],[101.285175,33.266716],[101.275666,33.267039],[101.271382,33.270714],[101.264211,33.267085],[101.244074,33.26494],[101.227074,33.271037],[101.226088,33.273966],[101.220573,33.27164],[101.215714,33.261065],[101.216822,33.258198],[101.20457,33.257598],[101.202633,33.264273],[101.203759,33.26991],[101.202356,33.271524],[101.182499,33.27226],[101.177841,33.267739],[101.170661,33.263954],[101.169098,33.260877],[101.169419,33.249979],[101.165913,33.249196],[101.158968,33.251236],[101.153197,33.249472],[101.152374,33.246685],[101.155165,33.240162],[101.153097,33.236065],[101.144144,33.236394],[101.14205,33.232986],[101.134001,33.227814],[101.123757,33.224632],[101.123538,33.215937],[101.120734,33.20445],[101.114626,33.197574],[101.119396,33.190452],[101.121479,33.189619],[101.131864,33.191083],[101.135631,33.189893],[101.1352,33.185068],[101.128489,33.177698],[101.128253,33.171135],[101.133223,33.165496],[101.14211,33.164492],[101.142351,33.152671],[101.150062,33.153154],[101.15804,33.14877],[101.154152,33.142283],[101.153837,33.137023],[101.148444,33.132362],[101.154026,33.124175],[101.162277,33.122106],[101.167602,33.102496],[101.167343,33.099534],[101.146633,33.094596],[101.141095,33.087645],[101.140776,33.08269],[101.14495,33.073649],[101.14356,33.063012],[101.141272,33.060415],[101.144895,33.058296],[101.160241,33.058509],[101.168459,33.05407],[101.170256,33.048062],[101.179474,33.04855],[101.182766,33.04416],[101.179255,33.039814],[101.180914,33.029004],[101.174249,33.026641],[101.169488,33.015475],[101.176028,33.002144],[101.175789,32.998569],[101.184091,32.987984],[101.170269,32.985278],[101.162158,32.985316],[101.132816,32.991424],[101.127028,32.991347],[101.126027,32.984572],[101.128269,32.98158],[101.131087,32.968773],[101.130094,32.959952],[101.132534,32.956892],[101.129606,32.944979],[101.125699,32.939274],[101.130899,32.928033],[101.130215,32.924674],[101.127133,32.922996],[101.119558,32.913309],[101.13121,32.904341],[101.139174,32.905106],[101.160369,32.903465],[101.166394,32.897369],[101.1766,32.894964],[101.184885,32.884758],[101.193532,32.882073],[101.201269,32.873447],[101.202933,32.869047],[101.213021,32.867226],[101.219142,32.864363],[101.222277,32.853456],[101.219001,32.843704],[101.225948,32.835959],[101.236875,32.829109],[101.226716,32.799061],[101.228577,32.791084],[101.232451,32.789736],[101.233473,32.787005],[101.232152,32.782682],[101.226937,32.779942],[101.221958,32.772244],[101.225826,32.766838],[101.226942,32.758324],[101.224087,32.749912],[101.224387,32.737045],[101.220073,32.722859],[101.211403,32.712622],[101.206522,32.711414],[101.203696,32.708746],[101.200261,32.698989],[101.193086,32.689102],[101.182481,32.684036],[101.178508,32.686128],[101.157304,32.661722],[101.146864,32.660863],[101.140769,32.662903],[101.131974,32.662622],[101.123985,32.660236],[101.118109,32.653966],[101.116077,32.640981],[101.119356,32.637686],[101.123166,32.63705],[101.121651,32.635555],[101.117559,32.634995],[101.109903,32.639592],[101.107623,32.656364],[101.112586,32.668],[101.110776,32.674322],[101.107104,32.675149],[101.105525,32.674164],[101.106541,32.670813],[101.100008,32.668852],[101.081696,32.674425],[101.076892,32.679366],[101.074755,32.684033],[101.070595,32.683601],[101.066414,32.680734],[101.061211,32.680426],[101.051718,32.675807],[101.044592,32.669667],[101.029934,32.661675],[101.018077,32.64599],[101.014105,32.642308],[101.001,32.635742],[100.999033,32.631418],[100.986946,32.628263],[100.981717,32.629096],[100.969239,32.62541],[100.964087,32.626348],[100.950763,32.618661],[100.931964,32.603945],[100.925991,32.601859],[100.924527,32.608127],[100.920069,32.615337],[100.907488,32.622115],[100.904093,32.617447],[100.898245,32.616591],[100.89286,32.623324],[100.888016,32.635282],[100.882268,32.633244],[100.877667,32.636295],[100.872017,32.634063],[100.869693,32.641799],[100.860259,32.638078],[100.856703,32.642679],[100.848858,32.642215],[100.845454,32.645612],[100.845004,32.648408],[100.833758,32.651512],[100.824106,32.64704],[100.806394,32.648991],[100.802412,32.651451],[100.800518,32.656906],[100.797526,32.658236],[100.79442,32.65635],[100.782647,32.641916],[100.777347,32.641161],[100.77229,32.643543],[100.767951,32.648973],[100.766488,32.666208],[100.763154,32.665654],[100.76026,32.662948],[100.755786,32.653357],[100.751152,32.653219],[100.745363,32.658365],[100.736507,32.658857],[100.727426,32.661648],[100.713282,32.669356],[100.708455,32.675727],[100.699949,32.679116],[100.692523,32.678218],[100.690945,32.68158],[100.686169,32.684679],[100.683595,32.676883],[100.706556,32.652896],[100.712063,32.643499],[100.712031,32.633789],[100.719056,32.624257],[100.715422,32.617255],[100.706395,32.612147],[100.674606,32.630369],[100.669612,32.63092],[100.663835,32.625137],[100.657612,32.60919],[100.656744,32.598449],[100.658317,32.596422],[100.659927,32.585455],[100.65846,32.561262],[100.65577,32.548004],[100.663998,32.537404],[100.668776,32.525589],[100.645404,32.528031],[100.643228,32.532928],[100.639213,32.535985],[100.6317,32.536194],[100.622574,32.542924],[100.61673,32.53967],[100.614386,32.542039],[100.614631,32.547388],[100.601218,32.548519],[100.601499,32.556412],[100.598204,32.55685],[100.592759,32.553526],[100.589197,32.55323],[100.58744,32.554505],[100.588211,32.55999],[100.586016,32.561366],[100.574704,32.554816],[100.571325,32.556596],[100.570863,32.558424],[100.576237,32.563788],[100.566459,32.566165],[100.564808,32.571527],[100.56122,32.57196],[100.555712,32.567525],[100.551073,32.573219],[100.543933,32.572427],[100.542207,32.575017],[100.544351,32.583689],[100.537521,32.584114],[100.534021,32.589191],[100.534925,32.591916],[100.538696,32.59474],[100.537725,32.598225],[100.526804,32.591626],[100.523211,32.593533],[100.523575,32.59785],[100.530439,32.605458],[100.524805,32.612948],[100.507304,32.612303],[100.507105,32.616119],[100.51491,32.618951],[100.515951,32.62291],[100.514388,32.624674],[100.506235,32.625715],[100.503351,32.629714],[100.509498,32.629181],[100.515131,32.632086],[100.515751,32.634362],[100.509388,32.636001],[100.508717,32.641282],[100.500348,32.65296],[100.496542,32.655256],[100.49648,32.658824],[100.492871,32.659648],[100.482569,32.670299],[100.475802,32.673707],[100.472199,32.684454],[100.472926,32.689595],[100.469607,32.696096],[100.462646,32.698179],[100.45565,32.703617],[100.448984,32.696295],[100.44301,32.697614],[100.435081,32.720568],[100.427241,32.724628],[100.426776,32.728462],[100.421315,32.730529],[100.418839,32.733854],[100.397373,32.71249],[100.391252,32.697897],[100.387047,32.696987],[100.378209,32.699727],[100.376548,32.703723],[100.379393,32.705675],[100.387558,32.718019],[100.392902,32.732669],[100.397251,32.73992],[100.404425,32.744545],[100.400458,32.747595],[100.398728,32.75129],[100.40093,32.753912],[100.400939,32.757113],[100.394541,32.755803],[100.390017,32.75088],[100.371945,32.745517],[100.367701,32.739601],[100.344155,32.728009],[100.340528,32.724759],[100.339746,32.721514],[100.335648,32.720614],[100.331075,32.721288],[100.327725,32.725468],[100.320958,32.729086],[100.31305,32.726976],[100.294851,32.734549],[100.279841,32.737093],[100.263382,32.744908],[100.258249,32.745056],[100.256665,32.742581],[100.26095,32.729156],[100.250991,32.72462],[100.239595,32.725096],[100.235061,32.706938],[100.229067,32.696263],[100.229507,32.688968],[100.231855,32.685205],[100.226951,32.679901],[100.227658,32.674105],[100.230602,32.669679],[100.230714,32.656086],[100.22095,32.632632],[100.221478,32.629776],[100.223505,32.628622],[100.223308,32.625016],[100.215765,32.622643],[100.212413,32.617794],[100.216174,32.613223],[100.214472,32.609646],[100.209101,32.608398],[100.195992,32.614181],[100.191228,32.626451],[100.192644,32.629935],[100.187532,32.633451],[100.18234,32.630228],[100.170609,32.628647],[100.162646,32.632502],[100.161097,32.636904],[100.158453,32.638014],[100.154163,32.635746],[100.147216,32.637929],[100.14055,32.636801],[100.136197,32.634259],[100.129533,32.634005],[100.122996,32.642528],[100.111183,32.644499],[100.106516,32.656602],[100.102919,32.661202],[100.086141,32.670943],[100.09105,32.684764],[100.098459,32.684651],[100.10095,32.68618],[100.103861,32.692477],[100.102979,32.696023],[100.114309,32.701567],[100.114469,32.707223],[100.122347,32.716902],[100.129636,32.716128],[100.135758,32.719621],[100.135811,32.732902],[100.134169,32.734565],[100.132182,32.752324],[100.116288,32.786743],[100.118707,32.796596],[100.113841,32.803523],[100.117079,32.81726],[100.115658,32.82167],[100.120269,32.836076],[100.11699,32.841166],[100.107349,32.849607],[100.107382,32.855271],[100.110418,32.862201],[100.096795,32.86953],[100.091533,32.869408],[100.087542,32.867358],[100.080827,32.874643],[100.078809,32.880113],[100.078808,32.887611],[100.068534,32.897102],[100.061217,32.897377],[100.057412,32.895765],[100.040941,32.900885],[100.035793,32.900414],[100.030517,32.897169],[100.026829,32.897767],[100.027175,32.905039],[100.035727,32.918996],[100.036737,32.923208],[100.035594,32.926876],[100.039039,32.931919],[100.029529,32.934948],[100.02165,32.93294],[100.013432,32.934969],[100.001148,32.94377],[99.996308,32.941932],[99.985741,32.943314],[99.978247,32.941368],[99.967436,32.943017],[99.958029,32.948247],[99.953054,32.953677],[99.952756,32.962176],[99.948372,32.970813],[99.94732,32.990596],[99.943844,32.992674],[99.939415,32.991873],[99.935243,32.999367],[99.928977,33.004146],[99.923491,33.005889],[99.919313,33.010655],[99.916776,33.019069],[99.912407,33.018905],[99.909268,33.020865],[99.905995,33.027875],[99.906553,33.043781],[99.901666,33.049322],[99.892867,33.048302],[99.886026,33.049642],[99.876407,33.047972],[99.878123,33.044669],[99.878169,33.034604],[99.881806,33.026805],[99.879422,33.009416],[99.875827,33.002191],[99.876874,32.997972],[99.864639,32.983838],[99.865815,32.978663],[99.8564,32.966787],[99.857865,32.96167],[99.856731,32.953896],[99.855106,32.949448],[99.850964,32.944941],[99.842829,32.944796],[99.835358,32.952673],[99.828552,32.953506],[99.825148,32.952816],[99.815351,32.94478],[99.808531,32.945647],[99.805661,32.94075],[99.788449,32.958521],[99.782239,32.95878],[99.775422,32.955627],[99.765334,32.942592],[99.76817,32.937453],[99.760494,32.92732],[99.774831,32.926572],[99.778277,32.922986],[99.77897,32.912508],[99.786269,32.907315],[99.783541,32.903644],[99.784839,32.893956],[99.791188,32.886433],[99.78613,32.873744],[99.787861,32.870962],[99.787222,32.867841],[99.773743,32.85165],[99.772542,32.847794],[99.77323,32.83827],[99.7645,32.827238],[99.768193,32.818926],[99.766068,32.816475],[99.765699,32.811876],[99.768932,32.805182],[99.761395,32.795902],[99.761841,32.788026],[99.76509,32.786075],[99.76483,32.782723],[99.751448,32.761741],[99.745569,32.755705],[99.739878,32.75345],[99.73713,32.749365],[99.736734,32.744996],[99.740033,32.739078],[99.738907,32.733266],[99.729144,32.728083],[99.726139,32.72795],[99.716824,32.735562],[99.712093,32.74567],[99.712475,32.750263],[99.709442,32.760051],[99.700614,32.769078],[99.697053,32.770723],[99.682018,32.770125],[99.677799,32.768162],[99.670675,32.772411],[99.664988,32.782192],[99.656088,32.778887],[99.654276,32.774792],[99.650018,32.77385],[99.6453,32.777369],[99.643273,32.785226],[99.644479,32.789279],[99.641214,32.794328],[99.634269,32.793856],[99.624311,32.784987],[99.616339,32.786837],[99.606987,32.78154],[99.602284,32.783617],[99.602393,32.786779],[99.600153,32.789416],[99.58735,32.792865],[99.58533,32.796019],[99.587404,32.803073],[99.586585,32.80647],[99.564324,32.831405],[99.561826,32.838758],[99.552732,32.845554],[99.548354,32.847396],[99.541189,32.846706],[99.52905,32.850545],[99.517678,32.848768],[99.515853,32.850348],[99.496379,32.854577],[99.489815,32.853301],[99.476813,32.859688],[99.448585,32.865291],[99.437174,32.873271],[99.432407,32.879316],[99.422741,32.881225],[99.408601,32.889226],[99.400836,32.890221],[99.383196,32.90262],[99.377988,32.903371],[99.36248,32.8931],[99.355045,32.890972],[99.352573,32.888247],[99.346022,32.891216],[99.341773,32.897821],[99.338192,32.898596],[99.330296,32.895647],[99.329389,32.888602],[99.325704,32.884349],[99.306997,32.880827],[99.303423,32.883385],[99.302353,32.886313],[99.297999,32.888098],[99.290827,32.886767],[99.283061,32.888424],[99.272515,32.884804],[99.268058,32.881535],[99.264606,32.88198],[99.26541,32.890939],[99.260261,32.901988],[99.258343,32.910589],[99.244829,32.927555],[99.247411,32.939607],[99.244744,32.945152],[99.246178,32.948054],[99.250064,32.948952],[99.250537,32.952869],[99.242314,32.957195],[99.236232,32.955818],[99.231393,32.957856],[99.231332,32.969198],[99.228747,32.972683],[99.230581,32.982024],[99.234145,32.984],[99.234548,32.986885],[99.223632,32.994199],[99.217004,32.991471],[99.213505,32.995018],[99.214545,32.999308],[99.211291,33.008375],[99.204513,33.01349],[99.207505,33.016983],[99.20741,33.020809],[99.195481,33.035583],[99.18726,33.038219],[99.180695,33.042674],[99.178063,33.046736],[99.169499,33.047076],[99.148197,33.051999],[99.133974,33.052452],[99.128153,33.048065],[99.123608,33.04766],[99.117837,33.054154],[99.115392,33.062666],[99.112224,33.066309],[99.101883,33.063139],[99.095865,33.066689],[99.09372,33.070395],[99.092939,33.078525],[99.091121,33.080231],[99.067854,33.077644],[99.061691,33.082058],[99.060843,33.089765],[99.047683,33.085217],[99.039011,33.085876],[99.028655,33.095715],[99.026391,33.09603],[99.017822,33.090296],[99.017588,33.08564],[99.014835,33.08317],[99.001141,33.083358],[98.996521,33.09162],[98.983278,33.094376],[98.976043,33.099827],[98.969274,33.101685],[98.966021,33.107467],[98.968447,33.11443],[98.965517,33.118262],[98.955843,33.120783],[98.937371,33.116842],[98.919162,33.121911],[98.91635,33.12458],[98.906224,33.124999],[98.898412,33.133714],[98.888573,33.141504],[98.88292,33.141395],[98.874816,33.14381],[98.873874,33.147474],[98.868592,33.152257],[98.860738,33.151195],[98.854612,33.155158],[98.844756,33.167774],[98.828129,33.182298],[98.829724,33.187042],[98.82948,33.201188],[98.823069,33.205701],[98.817066,33.20603],[98.812337,33.208842],[98.805369,33.220478],[98.804504,33.224943],[98.807723,33.233241],[98.808397,33.244762],[98.812988,33.253257],[98.809629,33.256266],[98.80824,33.264424],[98.803082,33.272326],[98.788734,33.274316],[98.785622,33.278815],[98.77992,33.280213],[98.773334,33.27655],[98.75869,33.279435],[98.757388,33.282528],[98.760016,33.292641],[98.765167,33.294093],[98.771793,33.299206],[98.772614,33.305129],[98.762743,33.324488],[98.774186,33.32997],[98.769525,33.339687],[98.780211,33.346226],[98.777973,33.360448],[98.778707,33.370113],[98.776899,33.376037],[98.767654,33.380561],[98.761694,33.380358],[98.759735,33.382128],[98.760112,33.385247],[98.753955,33.388179],[98.75191,33.400066],[98.74877,33.404969],[98.746143,33.407059],[98.735998,33.409284],[98.733166,33.411861],[98.736924,33.434742],[98.743502,33.457356],[98.741395,33.461063],[98.743272,33.4671],[98.742642,33.480474],[98.736309,33.47974],[98.731021,33.486442],[98.723132,33.485936],[98.72202,33.494188],[98.724728,33.505878],[98.723778,33.507651],[98.720053,33.50985],[98.713818,33.508095],[98.710351,33.508877],[98.689762,33.522316],[98.677453,33.526594],[98.678756,33.529559],[98.673623,33.535011],[98.670966,33.545396],[98.662831,33.54838],[98.657736,33.542938],[98.653331,33.543417],[98.650592,33.545754],[98.647447,33.551691],[98.645735,33.562776],[98.658857,33.577312],[98.664889,33.588931],[98.660434,33.590743],[98.649947,33.599976],[98.63596,33.609101],[98.622618,33.612182],[98.61744,33.627841],[98.611771,33.635506],[98.613218,33.638812],[98.640178,33.64424],[98.642265,33.645653],[98.649085,33.659203],[98.641903,33.65897],[98.640039,33.661974],[98.640547,33.666849],[98.635065,33.671844],[98.624624,33.673518],[98.623945,33.678373],[98.60555,33.690401],[98.597306,33.698272],[98.594159,33.704291],[98.595862,33.720645],[98.582131,33.734257],[98.561095,33.740187],[98.550818,33.745348],[98.537717,33.749346],[98.530617,33.756538],[98.528456,33.766947],[98.51764,33.775567],[98.508106,33.774596],[98.496726,33.770029],[98.491101,33.772608],[98.485985,33.782736],[98.492517,33.797205],[98.486122,33.805989],[98.483488,33.817083],[98.477897,33.829397],[98.461136,33.85064],[98.458539,33.851761],[98.455994,33.850843],[98.445612,33.842609],[98.438824,33.842846],[98.430203,33.850146],[98.425848,33.85564],[98.425993,33.858558],[98.41706,33.863446],[98.412082,33.863258],[98.407427,33.868089],[98.411872,33.883553],[98.42542,33.896014],[98.42884,33.901216],[98.428513,33.906674],[98.425972,33.912349],[98.41746,33.921502],[98.408539,33.925124],[98.40591,33.927884],[98.406847,33.941022],[98.413013,33.949628],[98.409262,33.953214],[98.409648,33.955055],[98.411765,33.957138],[98.430232,33.962899],[98.431364,33.97343],[98.436926,33.974212],[98.440313,33.987505],[98.435587,33.991535],[98.432267,33.998805],[98.437825,34.007708],[98.439168,34.0133],[98.420987,34.037013],[98.413822,34.038888],[98.404567,34.050343],[98.391075,34.058211],[98.397274,34.072958],[98.399394,34.085867],[98.402018,34.087921],[98.328498,34.098552],[98.325307,34.097924],[98.315969,34.091069],[98.309127,34.089401],[98.28141,34.087418],[98.270514,34.090286],[98.267392,34.087695],[98.259428,34.085497],[98.238292,34.084139],[98.228369,34.087928],[98.218282,34.08314],[98.206996,34.080395],[98.205713,34.085941],[98.197553,34.093675],[98.189981,34.093633],[98.172246,34.099292],[98.156754,34.108972],[98.149586,34.109914],[98.142051,34.105861],[98.131418,34.108564],[98.114631,34.118523],[98.09845,34.124733],[98.081762,34.125367],[98.081197,34.121075],[98.076248,34.119737],[98.061302,34.122324],[98.053129,34.120774],[98.050752,34.116793],[98.043861,34.11742],[98.02654,34.125424],[98.013655,34.146224],[98.005158,34.153108],[97.996856,34.156069],[97.992512,34.161788],[97.977573,34.170404],[97.953924,34.189026],[97.945142,34.198216],[97.931267,34.199138],[97.898505,34.211642],[97.893976,34.210559],[97.888808,34.206354],[97.878098,34.208336],[97.865748,34.206528],[97.83486,34.210038],[97.813717,34.208024],[97.810412,34.209258],[97.800016,34.202553],[97.795145,34.196597],[97.78466,34.17677],[97.787116,34.172591],[97.7733,34.163709],[97.76679,34.160212],[97.741872,34.157494],[97.736303,34.151891],[97.709797,34.142451],[97.706349,34.142543],[97.698305,34.135448],[97.687605,34.133474],[97.686026,34.134559],[97.678632,34.133754],[97.66537,34.128689],[97.6617,34.116286],[97.676152,34.095794],[97.681874,34.081738],[97.694944,34.078731],[97.695538,34.068941],[97.699995,34.065106],[97.702745,34.059553],[97.70231,34.044391],[97.700264,34.036354],[97.694115,34.031403],[97.687793,34.018101],[97.673093,34.01273],[97.661728,34.015602],[97.654931,34.010241],[97.65257,33.997551],[97.66055,33.977074],[97.657709,33.970644],[97.66043,33.960517],[97.654332,33.949281],[97.647246,33.948656],[97.643904,33.946073],[97.641925,33.925847],[97.635893,33.921072],[97.631894,33.920617],[97.619283,33.924975],[97.611183,33.930076],[97.600635,33.932421],[97.57426,33.920757],[97.558434,33.916713],[97.550939,33.916945],[97.532307,33.904814],[97.524375,33.903044],[97.520122,33.902773],[97.517388,33.907246],[97.504121,33.914422],[97.50141,33.913368],[97.49729,33.904621],[97.488024,33.903682],[97.483446,33.900126],[97.477882,33.9002],[97.468244,33.904861],[97.4617,33.900596],[97.459635,33.888942],[97.442101,33.890021],[97.427708,33.887846],[97.422312,33.889321],[97.411912,33.886147],[97.396101,33.890645],[97.390285,33.890655],[97.388088,33.889251],[97.387584,33.886019],[97.396107,33.871817],[97.391131,33.866328],[97.390824,33.863489],[97.394512,33.860443],[97.399784,33.852089],[97.391637,33.848932],[97.38179,33.848674],[97.370596,33.844168],[97.369654,33.842899],[97.372541,33.839127],[97.372991,33.835177],[97.3715,33.830211],[97.367827,33.826935],[97.374309,33.819317],[97.378535,33.819031],[97.385147,33.81358],[97.384608,33.809446],[97.397311,33.808726],[97.405856,33.795803],[97.406903,33.781658],[97.413151,33.776316],[97.4096,33.772552],[97.410126,33.769534],[97.418131,33.765301],[97.421371,33.758177],[97.419732,33.753033],[97.414731,33.749636],[97.418045,33.740118],[97.417334,33.728819],[97.428167,33.72387],[97.427159,33.716762],[97.420887,33.709773],[97.424623,33.700308],[97.42955,33.696653],[97.434913,33.682266],[97.428558,33.679885],[97.42768,33.67489],[97.429733,33.670601],[97.428726,33.666757],[97.42753,33.664713],[97.424943,33.664181],[97.414601,33.63818],[97.404562,33.628756],[97.408141,33.618627],[97.414822,33.607464],[97.423822,33.603315],[97.433257,33.602554],[97.443935,33.594473],[97.452439,33.581021],[97.471711,33.589507],[97.485123,33.58887],[97.495171,33.58595],[97.511253,33.583981],[97.524798,33.578475],[97.526026,33.575837],[97.522012,33.570293],[97.520231,33.555398],[97.51531,33.545951],[97.516755,33.539193],[97.515898,33.531263],[97.510484,33.522697],[97.518839,33.516588],[97.519455,33.511526],[97.522821,33.507162],[97.53222,33.500342],[97.542482,33.496209],[97.5466,33.4826],[97.551257,33.476539],[97.550922,33.469045],[97.552761,33.466644],[97.556505,33.465361],[97.562578,33.467288],[97.569074,33.466362],[97.57461,33.470794],[97.580891,33.472517],[97.587945,33.462583],[97.591099,33.460751],[97.595363,33.460927],[97.602443,33.453546],[97.614353,33.461734],[97.627278,33.463354],[97.645981,33.450493],[97.663056,33.44955],[97.67078,33.446791],[97.673193,33.444702],[97.670501,33.442362],[97.670737,33.438958],[97.675528,33.434674],[97.683314,33.435635],[97.690303,33.431114],[97.704967,33.431067],[97.710105,33.429409],[97.716228,33.422715],[97.722237,33.422905],[97.739219,33.414004],[97.753836,33.411602],[97.758233,33.405063],[97.751877,33.407172],[97.748132,33.405598],[97.749791,33.399598],[97.73981,33.396054],[97.736374,33.389989],[97.72029,33.388712],[97.707672,33.374671],[97.701717,33.361349],[97.690855,33.36216],[97.687327,33.363956],[97.676457,33.359537],[97.674277,33.355206],[97.679695,33.348138],[97.676425,33.342722],[97.669527,33.345135],[97.664545,33.342258],[97.649039,33.343065],[97.637076,33.347854],[97.622389,33.341319],[97.618739,33.334258],[97.620367,33.329617],[97.616303,33.308986],[97.605174,33.286547],[97.608675,33.275981],[97.608086,33.267147],[97.606384,33.26356],[97.60006,33.259239],[97.586123,33.243223],[97.574732,33.233505],[97.575398,33.223021],[97.55716,33.215745],[97.548617,33.206287],[97.533118,33.208255],[97.527762,33.20375],[97.524437,33.194238],[97.517974,33.189975],[97.516337,33.183366],[97.508408,33.176124],[97.486362,33.169934],[97.488686,33.164358],[97.485563,33.146886],[97.49579,33.14231],[97.498538,33.139328],[97.496054,33.131534],[97.489937,33.126383],[97.489634,33.117032],[97.484632,33.11053],[97.491388,33.103999],[97.49808,33.100605],[97.515581,33.095993],[97.527316,33.076348],[97.529249,33.068238],[97.532933,33.066245],[97.536858,33.060988],[97.537528,33.04745],[97.543414,33.038829],[97.534822,33.032292],[97.525912,33.031764],[97.5177,33.023968],[97.49995,33.022731],[97.497733,33.021114],[97.500909,33.010685],[97.520914,32.994983],[97.521881,32.990082],[97.514292,32.988205],[97.503209,32.981207],[97.48656,32.980626],[97.477422,32.983833],[97.463649,32.974228],[97.44133,32.97934],[97.435598,32.977849],[97.429426,32.973756],[97.42242,32.973904],[97.416131,32.972114],[97.412828,32.970132],[97.408456,32.962275],[97.401781,32.960642],[97.395242,32.961913],[97.384197,32.956769],[97.373009,32.958299],[97.363657,32.951575],[97.360663,32.947065],[97.360137,32.943767],[97.368245,32.929637],[97.359606,32.923196],[97.357802,32.916485],[97.35908,32.912217],[97.355735,32.907623],[97.349425,32.906261],[97.347493,32.897405],[97.354444,32.889462],[97.376634,32.887274],[97.378308,32.883647],[97.372212,32.875357],[97.375146,32.871782],[97.385458,32.869019],[97.388273,32.86642],[97.387917,32.864431],[97.382334,32.861669],[97.381789,32.857603],[97.388628,32.85046],[97.391392,32.845266],[97.392291,32.830697],[97.381215,32.829061],[97.378088,32.825918],[97.381139,32.795084],[97.384105,32.791599],[97.385008,32.782462],[97.393392,32.772285],[97.413543,32.737561],[97.425291,32.728154],[97.428607,32.713057],[97.422714,32.707672],[97.427131,32.702408],[97.435865,32.698746],[97.44738,32.69022],[97.459276,32.677796],[97.464632,32.675226],[97.469925,32.666282],[97.476875,32.667484],[97.479951,32.666508],[97.479489,32.663058],[97.482305,32.656308],[97.500292,32.649083],[97.513802,32.650771],[97.516973,32.647062],[97.518556,32.639554],[97.523911,32.636183],[97.526815,32.636599],[97.526114,32.639697],[97.528981,32.641658],[97.534122,32.640995],[97.539606,32.634384],[97.540568,32.628509],[97.543766,32.624131],[97.547815,32.622131],[97.560004,32.62408],[97.56751,32.620836],[97.581044,32.61924],[97.583987,32.617534],[97.587281,32.611699],[97.598388,32.618811],[97.606523,32.617563],[97.608141,32.615143],[97.61035,32.598726],[97.61621,32.58996],[97.630053,32.57807],[97.633093,32.579838],[97.638243,32.579051],[97.646316,32.569961],[97.663858,32.561507],[97.665812,32.556007],[97.674813,32.550284],[97.695442,32.546303],[97.697902,32.539673],[97.702063,32.536693],[97.717588,32.531818],[97.726133,32.531538],[97.73023,32.529447],[97.725005,32.52674],[97.701104,32.525458],[97.684433,32.532982],[97.670857,32.520175],[97.634562,32.527327],[97.629065,32.526868],[97.621416,32.522032],[97.613695,32.52668],[97.603213,32.52629],[97.598736,32.527919],[97.594266,32.530259],[97.591835,32.533692],[97.585777,32.526103],[97.573316,32.527172],[97.560481,32.533274],[97.555384,32.533825],[97.541125,32.539742],[97.534176,32.534328],[97.531471,32.528204],[97.519246,32.528334],[97.514002,32.529904],[97.51256,32.534626],[97.508865,32.536229],[97.505346,32.536241],[97.504589,32.534199],[97.501119,32.533333],[97.484953,32.543638],[97.471447,32.547476],[97.472075,32.54999],[97.462531,32.557296],[97.464009,32.560744],[97.461283,32.573073],[97.446885,32.589358],[97.411646,32.57755],[97.408005,32.56582],[97.401952,32.564646],[97.386196,32.55132],[97.374134,32.548887],[97.365037,32.55274],[97.356082,32.566116],[97.345946,32.56419],[97.34119,32.559787],[97.330534,32.540313],[97.332669,32.533032],[97.332507,32.526587],[97.328393,32.523604],[97.327925,32.520534],[97.337044,32.516225],[97.346494,32.517052],[97.349906,32.519767],[97.357192,32.514734],[97.368851,32.512579],[97.369429,32.508743],[97.388441,32.503603],[97.381793,32.499923],[97.374897,32.485315],[97.366168,32.477912],[97.347137,32.465794],[97.346165,32.455316],[97.339937,32.445814],[97.340981,32.441292],[97.347623,32.434209],[97.354961,32.434777],[97.365642,32.438807],[97.369096,32.437025],[97.372468,32.432158],[97.377628,32.430421],[97.383441,32.431084],[97.388708,32.427714],[97.391394,32.422991],[97.387355,32.418752],[97.387491,32.41689],[97.397286,32.408339],[97.400013,32.404243],[97.401926,32.392576],[97.409064,32.381105],[97.412616,32.379783],[97.409727,32.371108],[97.413704,32.36749],[97.415859,32.357927],[97.412507,32.353135],[97.413149,32.341438],[97.407396,32.335171],[97.412411,32.329641],[97.426656,32.324705],[97.413813,32.319063],[97.417336,32.308494],[97.41501,32.297712],[97.410607,32.295066],[97.405043,32.297668],[97.39618,32.29403],[97.388773,32.285269],[97.378549,32.281109],[97.370731,32.275605],[97.357547,32.279402],[97.350871,32.285748],[97.344598,32.282834],[97.340736,32.282996],[97.344257,32.298811],[97.341207,32.30133],[97.327293,32.304984],[97.319309,32.305817],[97.306457,32.298007],[97.296788,32.295742],[97.292441,32.291869],[97.286439,32.26122],[97.281112,32.247303],[97.280316,32.234658],[97.277713,32.229713],[97.275569,32.2182],[97.276591,32.213328],[97.263749,32.185914],[97.269445,32.162429],[97.275723,32.156938],[97.273037,32.153357],[97.271025,32.142512],[97.280867,32.139027],[97.285901,32.134334],[97.28889,32.133549],[97.300193,32.135769],[97.313498,32.132963],[97.30468,32.125169],[97.29236,32.100051],[97.292484,32.097737],[97.307345,32.080765],[97.307388,32.078296],[97.302052,32.074787],[97.29402,32.077209],[97.274408,32.073566],[97.256807,32.074805],[97.244771,32.086577],[97.238348,32.08713],[97.236173,32.094711],[97.231513,32.098162],[97.229563,32.108578],[97.220583,32.110723],[97.217927,32.109248],[97.212467,32.099973],[97.20241,32.099794],[97.200686,32.09302],[97.210861,32.083059],[97.225201,32.074758],[97.233155,32.067344],[97.236042,32.053508],[97.234721,32.048614],[97.22781,32.046034],[97.212962,32.044734],[97.196841,32.056991],[97.191881,32.058635],[97.186599,32.057675],[97.178255,32.043813],[97.16947,32.03781],[97.170215,32.029202],[97.166309,32.02668],[97.155288,32.034225],[97.153281,32.039332],[97.143223,32.042377],[97.139235,32.041829],[97.130543,32.046252],[97.110782,32.044702],[97.10738,32.041242],[97.098365,32.040017],[97.075393,32.051667],[97.068219,32.047645],[97.057776,32.047206],[97.051243,32.05053],[97.027702,32.051851],[97.016594,32.057957],[97.012641,32.067084],[97.004523,32.071278],[97.002082,32.068911],[96.988811,32.066717],[96.975061,32.069222],[96.966364,32.06792],[96.947456,32.061557],[96.934631,32.050277],[96.935304,32.04233],[96.943853,32.028221],[96.951378,32.024698],[96.958714,32.023411],[96.96624,32.016643],[96.966634,32.010864],[96.958831,32.004535],[96.955837,31.996624],[96.943404,31.991326],[96.924334,31.998167],[96.911163,32.004834],[96.894223,32.017614],[96.890492,32.015314],[96.888754,32.004268],[96.884119,32.003977],[96.874875,31.998685],[96.863496,31.998573],[96.86316,31.991435],[96.869825,31.974056],[96.86618,31.967648],[96.855688,31.975021],[96.852361,31.974657],[96.847817,31.979729],[96.846818,31.991491],[96.839146,32.002603],[96.834047,32.000695],[96.827383,32.002959],[96.82319,32.010777],[96.82015,32.012605],[96.804205,32.014969],[96.799539,32.020821],[96.792665,32.022732],[96.783493,32.016005],[96.773388,32.013531],[96.766082,32.013507],[96.763115,32.017438],[96.760575,32.018113],[96.7461,32.015766],[96.732584,32.029728],[96.72376,32.026429],[96.719527,32.020416],[96.720757,32.017928],[96.742626,32.00415],[96.743488,32.00063],[96.740126,31.992864],[96.738894,31.981275],[96.746895,31.970953],[96.75658,31.946209],[96.770715,31.943065],[96.775145,31.93976],[96.778199,31.933833],[96.777339,31.927369],[96.784635,31.914654],[96.789004,31.911475],[96.798932,31.909202],[96.80826,31.903363],[96.810843,31.899871],[96.809836,31.893664],[96.800438,31.885093],[96.795407,31.87167],[96.767786,31.870954],[96.761676,31.868927],[96.759237,31.856713],[96.764471,31.822998],[96.768275,31.81734],[96.797203,31.798621],[96.799385,31.792378],[96.798075,31.785787],[96.799267,31.773349],[96.809863,31.766187],[96.819579,31.745439],[96.823371,31.742915],[96.830758,31.743576],[96.840587,31.72984],[96.841282,31.725823],[96.832548,31.713317],[96.819628,31.703077],[96.802512,31.705329],[96.797038,31.704734],[96.787946,31.700356],[96.781729,31.691181],[96.782683,31.686226],[96.77334,31.675743],[96.756614,31.676953],[96.746283,31.675827],[96.730106,31.682492],[96.719884,31.690554],[96.711637,31.703765],[96.699641,31.71479],[96.694569,31.722502],[96.675543,31.730511],[96.667665,31.72832],[96.667417,31.722061],[96.670758,31.71374],[96.659339,31.707806],[96.646258,31.711125],[96.633929,31.718455],[96.625444,31.725421],[96.621007,31.73462],[96.615058,31.739416],[96.573786,31.71574],[96.567487,31.714448],[96.555889,31.720831],[96.543791,31.730845],[96.528844,31.737725],[96.524523,31.745438],[96.514469,31.752187],[96.505835,31.75475],[96.486531,31.767559],[96.473977,31.77092],[96.461106,31.781873],[96.437441,31.796923],[96.43255,31.803995],[96.432006,31.819571],[96.428792,31.828397],[96.426278,31.831427],[96.41222,31.835676],[96.40741,31.847941],[96.407167,31.85658],[96.404073,31.868583],[96.398327,31.878977],[96.401315,31.885965],[96.401602,31.892263],[96.390002,31.919835],[96.385846,31.925595],[96.36675,31.927106],[96.363558,31.923304],[96.354028,31.918445],[96.292526,31.921476],[96.268891,31.923572],[96.252,31.932338],[96.243816,31.93068],[96.239841,31.928135],[96.236447,31.918295],[96.218402,31.907789],[96.206666,31.905829],[96.201817,31.909505],[96.192238,31.908262],[96.187364,31.905815],[96.197696,31.886752],[96.203909,31.880794],[96.214137,31.878053],[96.202903,31.844522],[96.200127,31.840877],[96.1954,31.841811],[96.18271,31.837921],[96.175282,31.822179],[96.180089,31.808728],[96.181892,31.797005],[96.177158,31.785099],[96.176028,31.777716],[96.179372,31.775297],[96.191368,31.773397],[96.20576,31.767404],[96.231427,31.750768],[96.223177,31.744392],[96.221835,31.734895],[96.223821,31.731789],[96.233158,31.725105],[96.234003,31.718375],[96.251733,31.699321],[96.251118,31.687556],[96.246859,31.683543],[96.246082,31.680466],[96.250523,31.666937],[96.246154,31.660695],[96.229854,31.659475],[96.223559,31.65569],[96.22233,31.65175],[96.225728,31.627555],[96.218341,31.623018],[96.214321,31.618401],[96.2163,31.611335],[96.210939,31.604116],[96.205844,31.600668],[96.197136,31.603891],[96.196488,31.607779],[96.189337,31.608089],[96.172766,31.603376],[96.162136,31.602061],[96.153905,31.605741],[96.149866,31.618483],[96.15219,31.655369],[96.147156,31.673693],[96.146814,31.6896],[96.14305,31.69438],[96.134356,31.69942],[96.120731,31.698837],[96.107361,31.703117],[96.106156,31.708501],[96.097719,31.714665],[96.070143,31.723092],[96.053518,31.733098],[96.043916,31.734036],[96.037539,31.73827],[96,31.775034],[95.993122,31.775287],[95.9887,31.790489],[95.992005,31.812089],[95.981091,31.819055],[95.918793,31.823023],[95.898353,31.819047],[95.878033,31.786408],[95.86761,31.77487],[95.851535,31.74096],[95.850069,31.73382],[95.852883,31.71591],[95.8506,31.708613],[95.833937,31.688854],[95.823812,31.683212],[95.814003,31.688836],[95.80378,31.699515],[95.793503,31.72225],[95.789613,31.738052],[95.779761,31.74938],[95.770939,31.754722],[95.740596,31.763924],[95.723704,31.765305],[95.616815,31.786221],[95.613184,31.78437],[95.610877,31.776368],[95.606895,31.771076],[95.598123,31.769457],[95.583854,31.771224],[95.580689,31.77039],[95.578402,31.749852],[95.56563,31.742043],[95.554078,31.740772],[95.536378,31.742566],[95.513503,31.750487],[95.50994,31.754937],[95.508493,31.763768],[95.488183,31.781738],[95.486633,31.790384],[95.463833,31.798581],[95.453049,31.804298],[95.453527,31.809089],[95.461881,31.813743],[95.462332,31.815725],[95.448343,31.829412],[95.440066,31.832515],[95.422759,31.863066],[95.41841,31.873425],[95.422312,31.880762],[95.421143,31.883656],[95.418761,31.887629],[95.405255,31.90042],[95.404902,31.907683],[95.408691,31.917593],[95.408211,31.919718],[95.40489,31.921592],[95.400073,31.920317],[95.392838,31.921656],[95.382359,31.92804],[95.371308,31.928238],[95.36831,31.929786],[95.359623,31.940838],[95.359855,31.943101],[95.369361,31.947621],[95.368435,31.967894],[95.373139,31.979283],[95.382145,31.98986],[95.388565,31.994816],[95.394902,32.003883],[95.399755,32.005362],[95.414776,32.003114],[95.419507,32.005911],[95.41906,32.009578],[95.421514,32.010409],[95.429325,32.00639],[95.430708,32.001457],[95.440878,32.004797],[95.449105,32.005367],[95.453223,32.009447],[95.448833,32.014641],[95.430688,32.025037],[95.422097,32.032567],[95.419427,32.036973],[95.418146,32.04632],[95.424104,32.053249],[95.42787,32.052826],[95.430759,32.054431],[95.434808,32.061668],[95.44205,32.061129],[95.45363,32.064772],[95.448091,32.08111],[95.450307,32.103396],[95.449061,32.10982],[95.440179,32.122083],[95.433408,32.122163],[95.430407,32.126485],[95.434793,32.130148],[95.440006,32.139763],[95.435933,32.144784],[95.434976,32.150978],[95.439329,32.159938],[95.433542,32.162754],[95.421662,32.16132],[95.419409,32.171161],[95.403517,32.185834],[95.395812,32.182978],[95.391431,32.185158],[95.385276,32.185278],[95.381563,32.182999],[95.367577,32.182435],[95.364519,32.179144],[95.358054,32.167319],[95.359409,32.161414],[95.365322,32.153517],[95.361991,32.149826],[95.352464,32.148149],[95.350366,32.149927],[95.350374,32.153727],[95.341685,32.157535],[95.329609,32.151011],[95.32108,32.154784],[95.314384,32.151108],[95.311727,32.151183],[95.306436,32.166388],[95.300409,32.165741],[95.285312,32.174426],[95.279863,32.185497],[95.26896,32.196862],[95.270379,32.201507],[95.279412,32.203527],[95.276799,32.209892],[95.261682,32.214193],[95.262373,32.219352],[95.259852,32.228098],[95.254909,32.237057],[95.255929,32.244344],[95.252826,32.253666],[95.255084,32.257348],[95.246467,32.280083],[95.240983,32.283041],[95.238624,32.28626],[95.238331,32.28937],[95.240383,32.292599],[95.245342,32.295948],[95.242767,32.302433],[95.239482,32.304318],[95.239958,32.322905],[95.226265,32.320647],[95.21823,32.325486],[95.214573,32.324784],[95.212579,32.31302],[95.206471,32.311157],[95.206601,32.302435],[95.204976,32.298714],[95.189906,32.295423],[95.177832,32.285339],[95.167902,32.282668],[95.161115,32.283358],[95.155484,32.279617],[95.137485,32.276407],[95.128356,32.267832],[95.117917,32.267546],[95.11153,32.262839],[95.104114,32.261486],[95.077898,32.282459],[95.080321,32.289784],[95.078085,32.292585],[95.078672,32.298451],[95.083216,32.300906],[95.088315,32.307773],[95.088505,32.311436],[95.09462,32.316316],[95.096457,32.321599],[95.095536,32.324754],[95.122174,32.325851],[95.138841,32.329609],[95.15193,32.334778],[95.164328,32.3343],[95.174716,32.335895],[95.192156,32.334174],[95.199054,32.336092],[95.205424,32.340519],[95.2241,32.345288],[95.251152,32.347792],[95.258135,32.351435],[95.243737,32.365284],[95.230199,32.367309],[95.228271,32.378268],[95.220831,32.383364],[95.222402,32.39135],[95.216971,32.394806],[95.216174,32.397556],[95.213428,32.398298],[95.211328,32.397345],[95.211711,32.395319],[95.207922,32.390559],[95.189946,32.388654],[95.185723,32.39167],[95.184596,32.395441],[95.181444,32.396493],[95.170329,32.394507],[95.167083,32.387015],[95.154904,32.38753],[95.151661,32.388594],[95.149391,32.394616],[95.152982,32.403773],[95.143523,32.399419],[95.129511,32.400548],[95.127876,32.395171],[95.129758,32.389876],[95.128366,32.388302],[95.118409,32.386536],[95.116818,32.389623],[95.110002,32.388721],[95.105535,32.38592],[95.098452,32.390198],[95.088138,32.390154],[95.078441,32.38578],[95.073687,32.378217],[95.057201,32.390727],[95.055685,32.397045],[95.052051,32.399706],[95.047349,32.399544],[95.032396,32.405023],[95.025633,32.412229],[95.018407,32.410695],[95.011981,32.412247],[95.004903,32.417413],[94.987044,32.425117],[94.98422,32.424739],[94.986679,32.419513],[94.979108,32.411641],[94.967123,32.409613],[94.96055,32.41054],[94.956123,32.414223],[94.95166,32.414667],[94.945528,32.407284],[94.940864,32.406329],[94.938662,32.410821],[94.920385,32.412242],[94.911423,32.419983],[94.907779,32.437108],[94.901644,32.44804],[94.9038,32.454616],[94.901094,32.456368],[94.898716,32.46339],[94.890868,32.47426],[94.88906,32.475213],[94.884894,32.471769],[94.880491,32.470773],[94.870923,32.472217],[94.851847,32.465018],[94.842243,32.475415],[94.839926,32.480271],[94.824314,32.483628],[94.819375,32.487674],[94.80421,32.492425],[94.797439,32.497237],[94.79316,32.501963],[94.791277,32.509843],[94.792627,32.515304],[94.78684,32.519595],[94.786334,32.524639],[94.775384,32.527099],[94.768688,32.526586],[94.759784,32.53033],[94.755233,32.535028],[94.75436,32.542449],[94.756375,32.54921],[94.760087,32.551875],[94.771889,32.552731],[94.772416,32.556401],[94.758165,32.557501],[94.747005,32.560979],[94.743206,32.564269],[94.744167,32.571991],[94.73327,32.583344],[94.736777,32.58691],[94.734926,32.591444],[94.725789,32.59411],[94.723508,32.596243],[94.720844,32.6064],[94.712646,32.605411],[94.709091,32.600988],[94.701083,32.600164],[94.694904,32.604604],[94.685806,32.606652],[94.685732,32.610117],[94.690866,32.616502],[94.674628,32.621753],[94.640348,32.645166],[94.633198,32.657961],[94.611266,32.676854],[94.603687,32.671974],[94.599783,32.66672],[94.599245,32.661701],[94.601328,32.652177],[94.589945,32.644264],[94.596242,32.633399],[94.595255,32.631545],[94.566768,32.631611],[94.557925,32.621551],[94.552262,32.611679],[94.530913,32.59977],[94.51368,32.60045],[94.505017,32.605994],[94.497028,32.604868],[94.494356,32.600162],[94.483958,32.601537],[94.479952,32.60561],[94.479137,32.609923],[94.471597,32.611883],[94.463632,32.608806],[94.456784,32.600507],[94.457381,32.598035],[94.463645,32.595651],[94.461999,32.59305],[94.462082,32.573799],[94.449543,32.573144],[94.439859,32.565147],[94.432188,32.564002],[94.429037,32.571877],[94.414777,32.581895],[94.407216,32.584546],[94.408485,32.590773],[94.404911,32.600096],[94.392395,32.605147],[94.393559,32.595138],[94.385156,32.584365],[94.384122,32.57785],[94.376231,32.565186],[94.376588,32.560143],[94.383077,32.554055],[94.382641,32.545643],[94.379358,32.540954],[94.370666,32.535152],[94.370595,32.531006],[94.367195,32.523045],[94.357987,32.521169],[94.354592,32.522629],[94.352265,32.528854],[94.352722,32.534583],[94.349768,32.535861],[94.340422,32.534317],[94.334747,32.531182],[94.317514,32.532894],[94.31122,32.531047],[94.292208,32.520174],[94.291591,32.508369],[94.289342,32.504994],[94.255445,32.514639],[94.249513,32.518865],[94.241455,32.518447],[94.235104,32.512911],[94.230294,32.511373],[94.216278,32.512531],[94.196061,32.517139],[94.194068,32.510077],[94.182217,32.502409],[94.178338,32.494095],[94.176992,32.483311],[94.181563,32.479058],[94.183943,32.468898],[94.179478,32.464642],[94.179802,32.457517],[94.17024,32.454785],[94.164917,32.456922],[94.15298,32.456252],[94.149736,32.444112],[94.13826,32.434012],[94.11725,32.44541],[94.109142,32.445563],[94.100451,32.449316],[94.098818,32.454688],[94.091787,32.464138],[94.085414,32.466648],[94.079163,32.465889],[94.070029,32.468242],[94.0671,32.470419],[94.055384,32.472047],[94.048232,32.471893],[94.041876,32.461459],[94.029683,32.460148],[94.031481,32.451492],[94.028465,32.448055],[94.011146,32.447942],[93.999978,32.457699],[93.996781,32.46395],[93.993429,32.465998],[93.980725,32.46174],[93.974932,32.46241],[93.965853,32.481743],[93.960006,32.486535],[93.949549,32.484601],[93.939531,32.480231],[93.933217,32.480526],[93.920718,32.475691],[93.912649,32.470574],[93.912117,32.463869],[93.906967,32.465556],[93.899946,32.473052],[93.893368,32.47572],[93.882465,32.47395],[93.874084,32.47641],[93.866675,32.475264],[93.86056,32.467911],[93.856742,32.467601],[93.854915,32.469256],[93.854038,32.478172],[93.858329,32.489985],[93.854967,32.495719],[93.848525,32.496526],[93.851096,32.50006],[93.851737,32.505655],[93.850214,32.512713],[93.83963,32.515608],[93.82535,32.522335],[93.827813,32.534819],[93.824046,32.539659],[93.823404,32.548684],[93.804005,32.557422],[93.783183,32.558382],[93.776405,32.56051],[93.769476,32.56373],[93.761366,32.57025],[93.748867,32.565306],[93.739155,32.57615],[93.724636,32.577208],[93.71719,32.580278],[93.697182,32.577822],[93.688781,32.573138],[93.681405,32.573043],[93.676816,32.569932],[93.66643,32.577151],[93.651916,32.575896],[93.645728,32.571014],[93.640605,32.55555],[93.622974,32.554003],[93.628276,32.545339],[93.619158,32.532921],[93.62022,32.52955],[93.618708,32.527746],[93.608793,32.524483],[93.59989,32.517267],[93.591535,32.515495],[93.582095,32.508808],[93.573179,32.509065],[93.567321,32.503401],[93.562285,32.50123],[93.564133,32.495773],[93.558557,32.492805],[93.555163,32.488602],[93.54956,32.488976],[93.543144,32.491826],[93.536475,32.490917],[93.531943,32.486204],[93.529934,32.478717],[93.527928,32.476991],[93.521194,32.476131],[93.51311,32.47892],[93.509471,32.489517],[93.501926,32.500363],[93.501605,32.505735],[93.486405,32.502385],[93.484539,32.500221],[93.475274,32.504527],[93.473099,32.517499],[93.473712,32.530379],[93.46214,32.543444],[93.46197,32.557403],[93.455197,32.561095],[93.447878,32.561812],[93.44352,32.56417],[93.434909,32.559361],[93.409757,32.558552],[93.408756,32.555894],[93.40987,32.547142],[93.400185,32.546094],[93.391447,32.542809],[93.390443,32.539294],[93.385254,32.533354],[93.385869,32.52816],[93.382986,32.526251],[93.380578,32.526786],[93.374776,32.531667],[93.372279,32.54342],[93.367071,32.545661],[93.36413,32.551083],[93.336764,32.573075],[93.318714,32.57823],[93.308491,32.575678],[93.307729,32.579622],[93.312317,32.591114],[93.314255,32.601588],[93.308047,32.607254],[93.298335,32.608838],[93.29921,32.614029],[93.302949,32.617742],[93.29649,32.621675],[93.287062,32.620598],[93.284272,32.626312],[93.272394,32.624673],[93.262737,32.627039],[93.256317,32.632823],[93.248945,32.648163],[93.25163,32.658061],[93.240977,32.665222],[93.237028,32.665151],[93.23194,32.659952],[93.223215,32.657125],[93.21641,32.66147],[93.206041,32.658923],[93.192623,32.667904],[93.184974,32.668227],[93.177365,32.672382],[93.172688,32.671656],[93.162951,32.666339],[93.156692,32.646767],[93.141312,32.643592],[93.127402,32.643114],[93.116454,32.649475],[93.113363,32.643073],[93.11004,32.640375],[93.08703,32.638551],[93.080232,32.631129],[93.071222,32.628387],[93.064643,32.628532],[93.058262,32.633787],[93.056906,32.640192],[93.052753,32.644973],[93.054923,32.65342],[93.050053,32.654719],[93.046689,32.657676],[93.046039,32.672347],[93.038141,32.677276],[93.045418,32.694147],[93.04541,32.697651],[93.022535,32.703149],[93.024324,32.710744],[93.019153,32.736955],[93.016174,32.740521],[93.009533,32.741864],[93.001888,32.741994],[92.997224,32.743816],[92.987972,32.734585],[92.984384,32.728773],[92.984286,32.725488],[92.979201,32.722027],[92.971965,32.722326],[92.962616,32.715496],[92.957331,32.720205],[92.949258,32.715759],[92.944095,32.716697],[92.9392,32.721626],[92.932739,32.721764],[92.930905,32.720732],[92.931978,32.718112],[92.927122,32.71174],[92.917024,32.711366],[92.913366,32.706662],[92.89837,32.714607],[92.893176,32.71498],[92.885907,32.709274],[92.881316,32.709707],[92.878041,32.712953],[92.872681,32.698891],[92.863708,32.699134],[92.862246,32.7044],[92.849946,32.713992],[92.843241,32.715085],[92.834816,32.7203],[92.824975,32.729759],[92.811574,32.731804],[92.799567,32.730023],[92.79342,32.728587],[92.7898,32.722005],[92.784971,32.721216],[92.781344,32.726015],[92.773375,32.725876],[92.753324,32.745994],[92.743478,32.743696],[92.73933,32.746493],[92.736068,32.751458],[92.726882,32.751656],[92.724986,32.749483],[92.72131,32.749689],[92.717157,32.754552],[92.712143,32.753989],[92.697555,32.764261],[92.68614,32.767624],[92.679296,32.762198],[92.67578,32.745865],[92.669736,32.73644],[92.666013,32.732477],[92.663042,32.732255],[92.649423,32.723234],[92.634232,32.722686],[92.629136,32.72602],[92.632175,32.731224],[92.626819,32.734246],[92.621113,32.733996],[92.613907,32.72936],[92.608172,32.730803],[92.603018,32.734819],[92.597484,32.745867],[92.594218,32.742984],[92.592112,32.736618],[92.587175,32.73768],[92.576881,32.74414],[92.572318,32.741248],[92.573342,32.736482],[92.570982,32.734618],[92.553015,32.732442],[92.551908,32.73517],[92.54492,32.739337],[92.532439,32.737857],[92.528913,32.735261],[92.523773,32.735943],[92.521462,32.740128],[92.516752,32.743829],[92.505388,32.74833],[92.501747,32.742452],[92.494649,32.746309],[92.485789,32.744867],[92.481096,32.75017],[92.465626,32.75569],[92.459744,32.76402],[92.454429,32.766767],[92.431722,32.763132],[92.413433,32.753299],[92.414479,32.748843],[92.41226,32.748333],[92.384952,32.754555],[92.377303,32.759441],[92.354993,32.764935],[92.354314,32.757393],[92.35659,32.750558],[92.352518,32.74361],[92.336871,32.740851],[92.331512,32.744012],[92.329589,32.749757],[92.32307,32.752546],[92.309094,32.754201],[92.301006,32.753384],[92.298995,32.751883],[92.299149,32.746979],[92.291417,32.743939],[92.289773,32.742111],[92.289945,32.736044],[92.285082,32.732896],[92.274278,32.731134],[92.271804,32.725772],[92.267138,32.72354],[92.254338,32.72451],[92.239888,32.73267],[92.234184,32.737897],[92.219081,32.736068],[92.216394,32.737281],[92.208552,32.750967],[92.200319,32.753812],[92.198234,32.756341],[92.197843,32.757555],[92.200803,32.759364],[92.20347,32.764109],[92.205694,32.777831],[92.209554,32.782188],[92.211244,32.787695],[92.205045,32.79599],[92.196628,32.801526],[92.193072,32.806003],[92.201072,32.80876],[92.214901,32.821706],[92.226598,32.823383],[92.226694,32.832989],[92.229309,32.83955],[92.228863,32.843754],[92.223584,32.845087],[92.204132,32.859266],[92.201585,32.866318],[92.19729,32.869717],[92.173714,32.871211],[92.165078,32.874265],[92.152699,32.873575],[92.149185,32.878267],[92.149738,32.88315],[92.148328,32.885587],[92.14437,32.88732],[92.135897,32.886524],[92.125111,32.880551],[92.116557,32.878946],[92.11388,32.871636],[92.110832,32.868135],[92.098856,32.860698],[92.086735,32.860242],[92.064116,32.863198],[92.048536,32.858694],[92.043485,32.860157],[92.042614,32.862319],[92.037095,32.863035],[92.034282,32.859452],[92.02787,32.856074],[92.0236,32.848398],[92.028634,32.841439],[92.027209,32.832487],[92.011769,32.832029],[91.997091,32.838035],[91.991417,32.826875],[91.979646,32.827997],[91.97443,32.822391],[91.966906,32.823796],[91.956748,32.821425],[91.948672,32.830326],[91.950004,32.833915],[91.949045,32.835334],[91.939782,32.837957],[91.934342,32.84861],[91.933202,32.855282],[91.925719,32.85816],[91.925486,32.864869],[91.923357,32.869491],[91.91425,32.876274],[91.908308,32.87414],[91.90457,32.874887],[91.898095,32.884308],[91.89304,32.888143],[91.893236,32.890283],[91.9001,32.896917],[91.893526,32.908692],[91.886795,32.907461],[91.877276,32.908555],[91.856707,32.904881],[91.858659,32.911102],[91.857525,32.919668],[91.855511,32.922278],[91.848078,32.924004],[91.843764,32.940248],[91.838562,32.944178],[91.836859,32.950249],[91.831524,32.951793],[91.825781,32.949222],[91.811409,32.955985],[91.799244,32.950817],[91.79833,32.944296],[91.795103,32.943055],[91.781159,32.9474],[91.763037,32.961184],[91.753928,32.9634],[91.753645,32.967138],[91.74925,32.970746],[91.742256,32.969212],[91.7289,32.973189],[91.723012,32.982219],[91.719891,32.983612],[91.710742,32.984292],[91.706442,32.988231],[91.685594,32.991152],[91.679112,32.993744],[91.66615,33.00145],[91.664218,33.004602],[91.66351,33.012957],[91.661254,33.01419],[91.643888,33.016892],[91.63765,33.024157],[91.632427,33.024503],[91.61303,33.031226],[91.610599,33.033606],[91.579493,33.04156],[91.579456,33.045075],[91.575792,33.049315],[91.562613,33.052461],[91.561627,33.060975],[91.55173,33.062681],[91.552667,33.072683],[91.55829,33.078637],[91.55403,33.086408],[91.546383,33.088442],[91.542927,33.094744],[91.534088,33.102068],[91.529445,33.102745],[91.525036,33.100419],[91.515472,33.105399],[91.511288,33.100528],[91.509456,33.100524],[91.504141,33.103654],[91.500492,33.10923],[91.497155,33.111005],[91.484595,33.10832],[91.472735,33.09751],[91.460288,33.093852],[91.459132,33.087588],[91.455089,33.081518],[91.457168,33.075844],[91.440223,33.071552],[91.437155,33.068344],[91.434215,33.068141],[91.429437,33.071085],[91.424473,33.081565],[91.418946,33.08375],[91.400285,33.084867],[91.395481,33.08647],[91.390319,33.089399],[91.383346,33.097419],[91.379603,33.099597],[91.369146,33.102599],[91.350322,33.104213],[91.338758,33.10807],[91.325077,33.110339],[91.313522,33.109265],[91.295863,33.118318],[91.285273,33.130994],[91.278592,33.133045],[91.273731,33.130384],[91.266582,33.134356],[91.260309,33.143285],[91.253994,33.142482],[91.251052,33.144562],[91.229301,33.144615],[91.221658,33.141726],[91.222343,33.135121],[91.214219,33.129525],[91.202568,33.130922],[91.194416,33.127856],[91.193193,33.124876],[91.195144,33.118192],[91.186202,33.108376],[91.178694,33.110075],[91.176836,33.113749],[91.171789,33.115987],[91.160463,33.111735],[91.158524,33.107538],[91.158638,33.099703],[91.147063,33.092484],[91.144409,33.080407],[91.145119,33.074235],[91.132751,33.075798],[91.116029,33.087484],[91.096697,33.096045],[91.068252,33.115547],[91.062901,33.112823],[91.058218,33.113248],[91.053299,33.111496],[91.050149,33.107311],[91.045925,33.107148],[91.043866,33.104144],[91.036196,33.100841],[91.030991,33.10585],[91.028654,33.113313],[91.021365,33.117101],[91.01685,33.116341],[91.013187,33.122821],[91.011148,33.123582],[91.003095,33.122887],[91.001049,33.120079],[90.997814,33.119363],[90.985792,33.122012],[90.97132,33.120784],[90.965019,33.122277],[90.954893,33.120799],[90.94625,33.117521],[90.936784,33.121931],[90.927515,33.12357],[90.909515,33.113329],[90.908004,33.099219],[90.900389,33.088177],[90.892864,33.099013],[90.888613,33.101735],[90.880667,33.122673],[90.865762,33.121452],[90.860479,33.11863],[90.853831,33.119233],[90.841867,33.112818],[90.834413,33.117748],[90.818518,33.119541],[90.80881,33.11878],[90.802853,33.116416],[90.797316,33.117267],[90.788205,33.124245],[90.783031,33.124237],[90.770809,33.130188],[90.761921,33.138488],[90.746088,33.14456],[90.74038,33.14494],[90.726018,33.140021],[90.716445,33.140684],[90.701319,33.13824],[90.693821,33.146132],[90.658504,33.161966],[90.652726,33.165009],[90.649496,33.170672],[90.625766,33.181209],[90.623257,33.185526],[90.619539,33.187104],[90.603404,33.203941],[90.572587,33.218149],[90.562328,33.22586],[90.562659,33.230124],[90.558501,33.233253],[90.539308,33.241408],[90.517728,33.244607],[90.498046,33.255742],[90.487883,33.2672],[90.482388,33.268923],[90.404966,33.2638],[90.399636,33.26894],[90.392592,33.271985],[90.388595,33.278077],[90.381361,33.281884],[90.368607,33.285881],[90.361945,33.284549],[90.320249,33.325424],[90.242739,33.427801],[90.228029,33.433107],[90.221845,33.439449],[90.215906,33.441161],[90.212972,33.439167],[90.192505,33.438301],[90.190289,33.441387],[90.18433,33.444326],[90.176876,33.444946],[90.171876,33.447277],[90.147092,33.452634],[90.129067,33.459388],[90.106218,33.463124],[90.090204,33.470387],[90.085992,33.480525],[90.08925,33.490774],[90.08566,33.49992],[90.085366,33.506777],[90.080847,33.524743],[90.082012,33.528716],[90.08108,33.53131],[90.078718,33.53383],[90.071717,33.536273],[90.065536,33.536248],[90.045992,33.541051],[90.046597,33.545562],[90.028669,33.547645],[90.010688,33.554805],[90.006157,33.55856],[89.995296,33.579862],[89.988295,33.583997],[89.985819,33.587637],[89.987723,33.601389],[89.981478,33.615201],[89.985586,33.624836],[89.984388,33.629805],[89.988315,33.643495],[89.995534,33.648037],[89.999712,33.657591],[89.998757,33.661327],[89.995431,33.663069],[89.991988,33.668622],[89.991766,33.672],[90.002164,33.687424],[90.006664,33.68925],[90.006429,33.69125],[90.001381,33.695998],[89.996936,33.696508],[89.983935,33.704255],[89.983573,33.707473],[89.985902,33.71184],[89.980931,33.714334],[89.979415,33.716779],[89.982189,33.722682],[89.980307,33.727962],[89.957466,33.734736],[89.936294,33.743488],[89.92403,33.743814],[89.904661,33.741272],[89.904828,33.746618],[89.90022,33.761701],[89.912964,33.768697],[89.93209,33.798493],[89.939381,33.804011],[89.922234,33.812143],[89.899777,33.809522],[89.893303,33.824589],[89.882953,33.825172],[89.870186,33.831855],[89.869112,33.840237],[89.867106,33.84242],[89.859999,33.843488],[89.859539,33.853309],[89.857331,33.857623],[89.843355,33.86766],[89.831359,33.87082],[89.810918,33.864393],[89.804263,33.867452],[89.801007,33.864193],[89.792615,33.866469],[89.786921,33.873775],[89.779942,33.878658],[89.77922,33.8814],[89.781812,33.884725],[89.764564,33.894198],[89.762095,33.896939],[89.760551,33.902063],[89.763097,33.907977],[89.761762,33.913322],[89.750939,33.913995],[89.736807,33.919581],[89.729569,33.92804],[89.724595,33.929659],[89.715725,33.948862],[89.706085,33.9568],[89.694499,33.961878],[89.689119,33.959759],[89.68403,33.960117],[89.685599,33.972119],[89.679567,33.9847],[89.682565,33.989044],[89.682503,33.993275],[89.674697,34.000306],[89.671999,34.007952],[89.665035,34.01506],[89.664756,34.020614],[89.656749,34.021613],[89.650301,34.026969],[89.65045,34.03588],[89.647149,34.041197],[89.634039,34.043896],[89.633172,34.052607],[89.648205,34.054488],[89.653926,34.060265],[89.650939,34.065818],[89.650524,34.078962],[89.648842,34.083256],[89.653521,34.091608],[89.653267,34.096934],[89.654975,34.09873],[89.66054,34.097434],[89.66511,34.103491],[89.669576,34.102666],[89.681119,34.109534],[89.692518,34.131299],[89.70186,34.131148],[89.710188,34.13366],[89.721295,34.129821],[89.74252,34.128977],[89.744575,34.128094],[89.744744,34.125419],[89.753089,34.124617],[89.754693,34.125964],[89.75442,34.12945],[89.753438,34.13466],[89.751603,34.135991],[89.751341,34.141972],[89.756452,34.148976],[89.757335,34.154304],[89.77063,34.154086],[89.779756,34.151817],[89.788409,34.152826],[89.813757,34.170642],[89.816142,34.179085],[89.802816,34.188379],[89.801945,34.190981],[89.809508,34.194451],[89.813086,34.200624],[89.821658,34.206163],[89.822407,34.218475],[89.819387,34.226082],[89.82824,34.238918],[89.831968,34.255732],[89.836045,34.263391],[89.831583,34.274659],[89.825168,34.281118],[89.822893,34.2965],[89.837698,34.306145],[89.845697,34.3087],[89.855877,34.320543],[89.865375,34.326351],[89.86936,34.33497],[89.870639,34.340525],[89.869559,34.345032],[89.85982,34.34642],[89.861056,34.354337],[89.858755,34.360952],[89.838782,34.358692],[89.829895,34.361198],[89.822849,34.365648],[89.818828,34.370386],[89.822707,34.386704],[89.811144,34.388251],[89.800975,34.392922],[89.797528,34.396297],[89.805696,34.406081],[89.807995,34.415598],[89.815632,34.420634],[89.819344,34.425819],[89.820459,34.42892],[89.818089,34.438067],[89.820181,34.443243],[89.817458,34.450186],[89.821508,34.455572],[89.819884,34.458988],[89.813991,34.464061],[89.815509,34.467847],[89.81379,34.47118],[89.806414,34.477022],[89.816508,34.485281],[89.809804,34.504599],[89.812559,34.512194],[89.816763,34.517221],[89.817521,34.522821],[89.80966,34.528388],[89.810679,34.531467],[89.816083,34.53544],[89.809492,34.540435],[89.808327,34.54427],[89.813212,34.550918],[89.790712,34.568106],[89.782869,34.571527],[89.77542,34.577272],[89.779313,34.584422],[89.775196,34.588547],[89.775197,34.596606],[89.781518,34.601046],[89.792538,34.604879],[89.790841,34.615354],[89.796319,34.628673],[89.795202,34.63057],[89.78523,34.634222],[89.783767,34.641536],[89.781014,34.644701],[89.774544,34.641944],[89.773481,34.63875],[89.766321,34.641209],[89.752975,34.641803],[89.740662,34.645214],[89.737287,34.650947],[89.736434,34.657933],[89.730497,34.661976],[89.725857,34.661362],[89.724253,34.663689],[89.724573,34.666432],[89.7314,34.672636],[89.734341,34.683038],[89.733436,34.691122],[89.730096,34.697163],[89.724181,34.700262],[89.721142,34.704849],[89.723855,34.711041],[89.735081,34.714915],[89.726026,34.721974],[89.725763,34.726324],[89.729115,34.728802],[89.729568,34.73353],[89.74457,34.735478],[89.746473,34.740292],[89.762688,34.741447],[89.76451,34.747935],[89.767811,34.75061],[89.792865,34.744789],[89.79864,34.745009],[89.805792,34.752465],[89.804419,34.769402],[89.822187,34.779907],[89.824928,34.783361],[89.82737,34.789129],[89.824606,34.792076],[89.824046,34.79931],[89.840208,34.80697],[89.848116,34.806026],[89.854376,34.809895],[89.863278,34.810932],[89.866791,34.817754],[89.848565,34.823784],[89.84858,34.839326],[89.842651,34.853335],[89.844315,34.858672],[89.838684,34.865142],[89.823214,34.87076],[89.813479,34.871221],[89.808881,34.874063],[89.813432,34.878863],[89.821659,34.88057],[89.821201,34.883992],[89.813939,34.893086],[89.815343,34.900769],[89.819607,34.904838],[89.812809,34.906331],[89.808208,34.912935],[89.803296,34.916522],[89.784904,34.923612],[89.771211,34.916994],[89.76342,34.917457],[89.758787,34.915479],[89.753916,34.90991],[89.744156,34.904235],[89.740261,34.910784],[89.730381,34.908092],[89.715768,34.916731],[89.711991,34.921022],[89.70436,34.920764],[89.696534,34.907099],[89.68889,34.902993],[89.681578,34.902278],[89.670862,34.897347],[89.669106,34.892091],[89.665434,34.889693],[89.654083,34.888577],[89.654365,34.885522],[89.652573,34.884235],[89.649676,34.884649],[89.648835,34.88742],[89.644862,34.887591],[89.633972,34.883751],[89.620341,34.883129],[89.620275,34.886515],[89.623075,34.892561],[89.621342,34.894296],[89.590778,34.896663],[89.585672,34.894713],[89.577199,34.895912],[89.580651,34.899909],[89.582778,34.91099],[89.56641,34.918764],[89.559742,34.930962],[89.558841,34.939912],[89.562214,34.94844],[89.567407,34.949847],[89.567822,34.960996],[89.565036,34.965861],[89.574937,34.989106],[89.574717,35.001079],[89.567293,35.007856],[89.564513,35.012893],[89.570332,35.017436],[89.57745,35.019118],[89.580353,35.021513],[89.586117,35.041899],[89.585405,35.046289],[89.576719,35.054371],[89.578776,35.05768],[89.587894,35.058446],[89.589176,35.060871],[89.591627,35.088403],[89.583539,35.099302],[89.585088,35.102031],[89.588925,35.103677],[89.589879,35.109111],[89.581987,35.113481],[89.579115,35.119324],[89.565829,35.123302],[89.554268,35.120311],[89.536211,35.123467],[89.536216,35.126205],[89.532849,35.13086],[89.526342,35.131545],[89.511486,35.138432],[89.51032,35.148151],[89.502692,35.164305],[89.483101,35.186041],[89.472867,35.209155],[89.465798,35.216006],[89.446779,35.226134],[89.455625,35.238833],[89.471709,35.246711],[89.484643,35.257541],[89.502743,35.263058],[89.514674,35.268553],[89.518167,35.272058],[89.527409,35.276419],[89.530804,35.280839],[89.529475,35.285471],[89.523585,35.28782],[89.507425,35.284891],[89.497483,35.287417],[89.493113,35.295934],[89.493456,35.301374],[89.503122,35.322532],[89.513865,35.332331],[89.512018,35.34307],[89.508064,35.350565],[89.499194,35.35236],[89.49648,35.356148],[89.49556,35.36268],[89.504088,35.372472],[89.511832,35.373083],[89.532567,35.36945],[89.549527,35.377264],[89.561714,35.380304],[89.565033,35.382835],[89.578169,35.383189],[89.589309,35.385665],[89.598837,35.393906],[89.600005,35.399273],[89.619968,35.414993],[89.627806,35.417155],[89.631924,35.420208],[89.639441,35.421085],[89.655328,35.426876],[89.685538,35.417012],[89.692133,35.426329],[89.699333,35.428099],[89.696178,35.436078],[89.70949,35.439787],[89.710426,35.448917],[89.718279,35.451307],[89.723522,35.454963],[89.729404,35.464414],[89.72504,35.469114],[89.738052,35.469632],[89.741393,35.480744],[89.764224,35.483945],[89.763117,35.485988],[89.752746,35.491352],[89.746179,35.502631],[89.738917,35.507866],[89.728631,35.505202],[89.723648,35.506652],[89.719704,35.503978],[89.713883,35.508311],[89.703316,35.50861],[89.707791,35.517916],[89.702503,35.521262],[89.700916,35.529433],[89.703497,35.536603],[89.699694,35.539894],[89.696165,35.53858],[89.696507,35.543841],[89.697275,35.548067],[89.701619,35.551244],[89.706403,35.578184],[89.709306,35.583329],[89.720131,35.583976],[89.742112,35.579669],[89.754876,35.583505],[89.762496,35.589933],[89.762106,35.60234],[89.754919,35.606271],[89.749255,35.616046],[89.74135,35.62078],[89.736065,35.636097],[89.731897,35.642149],[89.72358,35.648211],[89.722623,35.650499],[89.727759,35.656634],[89.731685,35.658046],[89.740183,35.657777],[89.744322,35.659725],[89.745771,35.662235],[89.746526,35.672333],[89.745052,35.686414],[89.747845,35.692473],[89.744721,35.69539],[89.741902,35.701488],[89.748552,35.704548],[89.749223,35.711645],[89.740947,35.711504],[89.739096,35.714535],[89.740751,35.719102],[89.750187,35.730249],[89.75056,35.739757],[89.744805,35.757312],[89.755766,35.760992],[89.761027,35.764734],[89.76782,35.76055],[89.777635,35.762783],[89.779967,35.775856],[89.771221,35.786794],[89.765785,35.796908],[89.765424,35.801135],[89.777956,35.806931],[89.782189,35.822657],[89.779896,35.830055],[89.795251,35.841342],[89.800077,35.848519],[89.789523,35.858468],[89.775912,35.862405],[89.74552,35.854726],[89.741428,35.859477],[89.731749,35.859879],[89.721817,35.853185],[89.704261,35.84915],[89.693618,35.850118],[89.686714,35.848904],[89.672477,35.853312],[89.660505,35.851137],[89.65509,35.848535],[89.650573,35.849394],[89.639683,35.855292],[89.628678,35.855714],[89.622936,35.85987],[89.608813,35.86028],[89.604491,35.862109],[89.602336,35.861661],[89.596459,35.855569],[89.587026,35.857134],[89.572802,35.86261],[89.557543,35.862087],[89.547392,35.857142],[89.542945,35.866884],[89.529667,35.870426],[89.527245,35.873029],[89.534268,35.875449],[89.552769,35.873165],[89.554013,35.876575],[89.55001,35.8819],[89.53856,35.882555],[89.489389,35.902844],[89.480866,35.903586],[89.47286,35.901149],[89.466574,35.90137],[89.438955,35.913707],[89.430697,35.915092],[89.421332,35.91916],[89.419189,35.926307],[89.419746,35.935398],[89.426422,35.93913],[89.431537,35.947589],[89.432259,35.952494],[89.430863,35.959623],[89.42406,35.967627],[89.426495,35.975843],[89.424535,35.97908],[89.424579,35.985309],[89.426252,35.990491],[89.432221,35.992902],[89.418995,36.006822],[89.404816,36.013741],[89.401886,36.017289],[89.40099,36.019686],[89.408684,36.035828],[89.414909,36.045033],[89.416965,36.046662],[89.421493,36.046712],[89.424551,36.044108],[89.429796,36.044296],[89.432317,36.036848],[89.438447,36.031978],[89.445481,36.031809],[89.448833,36.028384],[89.463153,36.030289],[89.465725,36.027012],[89.475176,36.022495],[89.483098,36.024368],[89.485041,36.027206],[89.490686,36.027169],[89.495969,36.029354],[89.504019,36.029585],[89.510303,36.026095],[89.525515,36.030212],[89.531972,36.028906],[89.541379,36.03072],[89.547956,36.029372],[89.564308,36.03736],[89.596034,36.037895],[89.614145,36.042773],[89.617437,36.048878],[89.630088,36.048412],[89.636308,36.049841],[89.635852,36.052926],[89.641641,36.057788],[89.641585,36.064161],[89.639857,36.06652],[89.642134,36.069709],[89.645734,36.068299],[89.650568,36.070037],[89.657075,36.06993],[89.660073,36.074177],[89.681872,36.085967],[89.686925,36.09145],[89.693021,36.091821],[89.703187,36.089534],[89.708082,36.090818],[89.709324,36.093193],[89.725322,36.088028],[89.730144,36.083309],[89.750662,36.080359],[89.761387,36.073139],[89.765569,36.075119],[89.767886,36.079637],[89.77265,36.078969],[89.77508,36.075116],[89.79174,36.071391],[89.808365,36.076297],[89.810595,36.08018],[89.817174,36.081144],[89.822151,36.077966],[89.831596,36.079245],[89.847202,36.07615],[89.850622,36.077955],[89.850549,36.079999],[89.858575,36.082129],[89.884648,36.077474],[89.898578,36.078225],[89.900945,36.079622],[89.907002,36.075411],[89.91154,36.079868],[89.919095,36.076986],[89.926053,36.077096],[89.940837,36.067949],[89.945768,36.070201],[89.944686,36.079159],[89.941506,36.084221],[89.943098,36.093683],[89.947529,36.099987],[89.945156,36.111674],[89.940498,36.116005],[89.935562,36.131313],[89.943048,36.141312],[89.977809,36.15507],[89.991104,36.164018],[89.996464,36.169571],[90.001397,36.178139],[90.007965,36.184439],[90.008617,36.187661],[90.005879,36.193552],[90.006242,36.196855],[90.011507,36.202147],[90.016713,36.212575],[90.021518,36.233244],[90.021559,36.243824],[90.02637,36.253255],[90.025754,36.257386],[90.021733,36.263844],[90.006187,36.267069],[90.000708,36.274384],[90.000276,36.278311],[90.003148,36.280492],[90.007179,36.277394],[90.015489,36.275405],[90.041558,36.276719],[90.044763,36.272918],[90.045301,36.266683],[90.050934,36.260068],[90.06159,36.253963],[90.069166,36.256906],[90.079465,36.256929],[90.085567,36.250205],[90.101434,36.250251],[90.105133,36.24963],[90.10862,36.246602],[90.115661,36.248447],[90.126865,36.245807],[90.132043,36.242656],[90.141511,36.241958],[90.143245,36.239831],[90.136248,36.233802],[90.128498,36.223381],[90.125306,36.211906],[90.12698,36.208883],[90.142149,36.20332],[90.154431,36.194458],[90.167597,36.193052],[90.175272,36.189753],[90.194946,36.189874],[90.20947,36.17814],[90.227585,36.168103],[90.235704,36.16138],[90.251079,36.158051],[90.269331,36.162238],[90.289161,36.158727],[90.308247,36.160595],[90.323919,36.159657],[90.330867,36.155349],[90.33575,36.148282],[90.341713,36.145479],[90.358726,36.144017],[90.369982,36.148506],[90.381264,36.144053],[90.408063,36.140144],[90.429902,36.134834],[90.458741,36.13391],[90.473422,36.1313],[90.480688,36.132489],[90.485775,36.139437],[90.498419,36.144334],[90.516321,36.148218],[90.527533,36.14899],[90.552263,36.145481],[90.563388,36.138996],[90.56651,36.133422],[90.574946,36.131033],[90.586324,36.134608],[90.599264,36.13032],[90.614905,36.127553],[90.626406,36.132438],[90.642483,36.133101],[90.651064,36.136294],[90.683287,36.128084],[90.712209,36.115869],[90.7241,36.105127],[90.731911,36.102722],[90.737887,36.098363],[90.745756,36.095292],[90.757587,36.093998],[90.773472,36.087907],[90.793898,36.053523],[90.804119,36.044228],[90.810742,36.045498],[90.818804,36.041453],[90.81596,36.039206],[90.814797,36.03497],[90.824886,36.03069],[90.840084,36.018358],[90.852014,36.018391],[90.860889,36.020929],[90.870053,36.026573],[90.877006,36.027381],[90.886493,36.024907],[90.891796,36.028682],[90.90241,36.031114],[90.912015,36.031915],[90.919194,36.029356],[90.925335,36.031228],[90.931159,36.040806],[90.9408,36.047499],[90.949402,36.061012],[90.959605,36.091587],[90.964008,36.096874],[90.970721,36.099159],[90.973825,36.10537],[90.976069,36.106567],[90.985956,36.104992],[90.991983,36.108189],[90.997601,36.107133],[90.998749,36.102911],[91.001819,36.101236],[91.010845,36.104035],[91.029751,36.101572],[91.036666,36.093799],[91.054701,36.09547],[91.078676,36.088283],[91.106104,36.093816],[91.11844,36.103815],[91.123661,36.113025],[91.120282,36.115582],[91.117067,36.122879],[91.115184,36.133232],[91.116109,36.139109],[91.114433,36.142751],[91.107477,36.148181],[91.105555,36.154632],[91.095207,36.16198],[91.093112,36.161866],[91.092092,36.165118],[91.098632,36.171384],[91.100531,36.175935],[91.098479,36.179719],[91.090159,36.186105],[91.093834,36.198419],[91.092375,36.205605],[91.096831,36.217484],[91.050195,36.238624],[91.044665,36.245909],[91.04571,36.254255],[91.053084,36.270562],[91.07408,36.287149],[91.07584,36.293013],[91.067783,36.30107],[91.061285,36.30119],[91.056097,36.298664],[91.050386,36.300681],[91.047044,36.304304],[91.05071,36.309619],[91.039676,36.314229],[91.034288,36.319685],[91.024931,36.324186],[91.02569,36.333423],[91.035278,36.341668],[91.031618,36.345431],[91.027558,36.358809],[91.031013,36.367186],[91.037818,36.37703],[91.037978,36.383539],[91.041694,36.385012],[91.032659,36.392128],[91.031457,36.397159],[91.036869,36.401921],[91.038537,36.411926],[91.047267,36.42218],[91.051333,36.430083],[91.049588,36.43424],[91.034487,36.435615],[91.028755,36.438677],[91.025761,36.442731],[91.027721,36.457346],[91.031094,36.46568],[91.027636,36.470926],[91.039191,36.475982],[91.032399,36.482394],[91.030955,36.485701],[91.035,36.496582],[91.031606,36.500921],[91.027205,36.503238],[91.025788,36.507156],[91.025967,36.511153],[91.033689,36.531286],[91.015478,36.532711],[91.009799,36.539244],[91.001095,36.542217],[90.986849,36.543259],[90.970635,36.548357],[90.954876,36.550103],[90.943064,36.553526],[90.928525,36.55442],[90.917797,36.550091],[90.909487,36.553398],[90.908937,36.557057],[90.905753,36.560038],[90.902788,36.56047],[90.897019,36.560879],[90.883426,36.557706],[90.877867,36.559368],[90.86813,36.556893],[90.858046,36.557712],[90.845224,36.561613],[90.833414,36.559239],[90.823738,36.561201],[90.817182,36.560262],[90.816065,36.565052],[90.817368,36.568758],[90.825514,36.57833],[90.810838,36.585225],[90.803858,36.582207],[90.787874,36.583584],[90.775833,36.582564],[90.76597,36.586745],[90.755624,36.586224],[90.749112,36.583539],[90.739264,36.585786],[90.72586,36.604277],[90.721414,36.617665],[90.721927,36.619854],[90.731282,36.621102],[90.733455,36.623896],[90.73422,36.633557],[90.728678,36.646797],[90.730525,36.655308],[90.718665,36.661683],[90.70946,36.658923],[90.704643,36.661054],[90.713536,36.672418],[90.709234,36.683432],[90.719407,36.690741],[90.71757,36.697667],[90.719718,36.70674],[90.731621,36.710486],[90.740863,36.711181],[90.755712,36.722236],[90.751951,36.732085],[90.737423,36.736982],[90.735313,36.739872],[90.734398,36.747498],[90.728396,36.750281],[90.725697,36.754776],[90.725603,36.756283],[90.730495,36.760227],[90.7304,36.76765],[90.72324,36.772813],[90.720964,36.79798],[90.727769,36.803272],[90.726902,36.811712],[90.730503,36.81851],[90.731453,36.826489],[90.738535,36.827477],[90.751095,36.824226],[90.760855,36.827631],[90.763108,36.833838],[90.778989,36.836611],[90.788144,36.845667],[90.791614,36.847124],[90.791152,36.853195],[90.794013,36.861623],[90.806319,36.871528],[90.811304,36.87696],[90.812842,36.881296],[90.854656,36.916263],[90.869938,36.920608],[90.890851,36.918023],[90.901736,36.920479],[90.929629,36.920334],[90.946179,36.91816],[90.963356,36.91931],[90.981291,36.913303],[90.991458,36.914964],[91.023396,36.926266],[91.036802,36.928994],[91.041753,36.944561],[91.043834,36.958401],[91.045634,36.963799],[91.047832,36.965708],[91.061104,36.967949],[91.114604,36.970256],[91.12464,36.977215],[91.128412,36.98362],[91.129958,37.005764],[91.137331,37.008961],[91.145753,37.009894],[91.154583,37.016164],[91.166926,37.020335],[91.176239,37.02124],[91.179196,37.025211],[91.185139,37.025688],[91.215108,37.009634],[91.232038,37.009843],[91.245699,37.014574],[91.275097,37.01141],[91.295283,37.013245],[91.304213,37.012434],[91.312826,37.020575],[91.305443,37.035074],[91.296395,37.037554],[91.287593,37.043153],[91.290303,37.051216],[91.300639,37.059928],[91.301708,37.083503],[91.296602,37.093486],[91.284618,37.105222],[91.279319,37.134679],[91.279617,37.142723],[91.274606,37.14993],[91.278512,37.15806],[91.277626,37.160185],[91.275362,37.163959],[91.26499,37.166332],[91.261602,37.170425],[91.261329,37.173677],[91.256058,37.176906],[91.250188,37.179317],[91.236463,37.178384],[91.229132,37.182104],[91.228532,37.188746],[91.224079,37.189786],[91.220024,37.192951],[91.21724,37.199741],[91.204665,37.199495],[91.190649,37.20324],[91.188447,37.205336],[91.196117,37.211282],[91.193757,37.217379],[91.190216,37.218722],[91.188039,37.222579],[91.192087,37.235347],[91.190473,37.23726],[91.189297,37.245239],[91.18623,37.246898],[91.187372,37.255869],[91.189391,37.258986],[91.186214,37.267311],[91.191253,37.272483],[91.191382,37.275549],[91.188489,37.277987],[91.18318,37.277637],[91.171026,37.282433],[91.165379,37.288024],[91.166086,37.293358],[91.17009,37.298979],[91.168556,37.302678],[91.156539,37.312948],[91.145865,37.315181],[91.132851,37.322943],[91.131861,37.327295],[91.134155,37.328732],[91.134301,37.337603],[91.1313,37.347508],[91.135181,37.353194],[91.134165,37.356041],[91.128235,37.360828],[91.120567,37.364246],[91.126036,37.369823],[91.126291,37.373745],[91.116486,37.377241],[91.111775,37.382467],[91.107811,37.405323],[91.107487,37.428818],[91.099285,37.44548],[91.094327,37.451476],[91.079212,37.462804],[91.079634,37.464434],[91.074278,37.469731],[91.073123,37.476165],[91.066537,37.477713],[91.054363,37.484668],[91.050875,37.48411],[91.021275,37.492601],[91.012248,37.493784],[91.007496,37.49241],[90.999638,37.495196],[90.993111,37.491298],[90.988559,37.48579],[90.973989,37.485683],[90.95528,37.477928],[90.935684,37.481742],[90.935442,37.488005],[90.941043,37.490348],[90.940695,37.497279],[90.938707,37.499992],[90.932744,37.502941],[90.92417,37.503399],[90.908963,37.519713],[90.9054,37.517833],[90.900438,37.518521],[90.880906,37.529201],[90.866568,37.530003],[90.861683,37.532617],[90.86259,37.544533],[90.869252,37.556121],[90.86895,37.562344],[90.875553,37.565503],[90.882126,37.573359],[90.876388,37.579027],[90.877349,37.5818],[90.85621,37.59337],[90.852793,37.597738],[90.852531,37.60185],[90.843245,37.605573],[90.842563,37.608842],[90.83362,37.60705],[90.822575,37.610212],[90.816493,37.615058],[90.810941,37.626523],[90.802447,37.631525],[90.791201,37.630369],[90.789306,37.63838],[90.786265,37.642819],[90.776714,37.647381],[90.775254,37.649951],[90.765024,37.651235],[90.761634,37.653424],[90.752615,37.65252],[90.746891,37.653641],[90.7412,37.65575],[90.740434,37.658993],[90.741826,37.663991],[90.729922,37.666968],[90.721565,37.672731],[90.714766,37.67487],[90.706216,37.673534],[90.698914,37.67796],[90.684775,37.681834],[90.679749,37.681183],[90.674268,37.682893],[90.67603,37.691792],[90.67299,37.697088],[90.663846,37.695271],[90.659783,37.696604],[90.656611,37.700483],[90.656801,37.704623],[90.650703,37.703573],[90.642789,37.697677],[90.632899,37.701448],[90.621681,37.699243],[90.617182,37.696641],[90.605985,37.700472],[90.602162,37.704025],[90.582407,37.704563],[90.57755,37.716026],[90.578321,37.721867],[90.56256,37.723469],[90.549478,37.728933],[90.53857,37.726698],[90.532217,37.72938],[90.526766,37.729323],[90.520699,37.727147],[90.518296,37.730284],[90.514727,38.204315],[90.529277,38.319773],[90.400319,38.310996],[90.359718,38.299872],[90.350954,38.233211],[90.278958,38.237922],[90.187864,38.30017],[90.142142,38.333662],[90.135632,38.340299],[90.147004,38.348817],[90.150485,38.349418],[90.147544,38.35199],[90.139805,38.352646],[90.140009,38.360458],[90.143643,38.362069],[90.157874,38.359931],[90.16712,38.372095],[90.177196,38.396805],[90.170094,38.400067],[90.136489,38.403697],[90.1262,38.399932],[90.112123,38.414023],[90.107863,38.427451],[90.109493,38.437285],[90.109671,38.476382],[90.111037,38.48201],[90.119566,38.485751],[90.126721,38.492538],[90.132922,38.494641],[90.146081,38.489973],[90.182495,38.493886],[90.197125,38.49115],[90.205014,38.491265],[90.218952,38.494725],[90.236683,38.495468],[90.243841,38.492677],[90.255387,38.491714],[90.259913,38.49262],[90.268773,38.498744],[90.299774,38.500808],[90.303788,38.502231],[90.314537,38.500203],[90.308079,38.495207],[90.310702,38.490459],[90.315469,38.490702],[90.320579,38.493116],[90.327611,38.492756],[90.343346,38.484914],[90.35373,38.481623],[90.370653,38.48537],[90.383168,38.484195],[90.392709,38.486772],[90.398266,38.490074],[90.409076,38.491917],[90.422108,38.491029],[90.427851,38.495817],[90.428743,38.500452],[90.432995,38.507516],[90.46344,38.520399],[90.463343,38.524618],[90.457158,38.530807],[90.461445,38.538738],[90.458984,38.543346],[90.455879,38.545223],[90.455031,38.548754],[90.462694,38.55443],[90.476578,38.556775],[90.500927,38.555413],[90.511178,38.560153],[90.527096,38.561062],[90.534173,38.568762],[90.529344,38.578116],[90.530378,38.580083],[90.533323,38.581887],[90.541394,38.579632],[90.559266,38.594529],[90.579762,38.590989],[90.598603,38.59534],[90.60975,38.596239],[90.605213,38.607678],[90.608724,38.614231],[90.614162,38.617273],[90.622159,38.625356],[90.632074,38.630376],[90.644966,38.634141],[90.641007,38.64093],[90.624909,38.658018],[90.617085,38.663864],[90.621212,38.666252],[90.652142,38.67255],[90.666268,38.669915],[90.675196,38.66649],[90.690955,38.667968],[90.709045,38.663163],[90.724452,38.656505],[90.748625,38.660916],[90.765869,38.659426],[90.790064,38.665597],[90.802268,38.666225],[90.803991,38.665155],[90.804512,38.661627],[90.799752,38.656402],[90.805721,38.656245],[90.814958,38.659133],[90.831018,38.668266],[90.893846,38.67869],[90.921176,38.687473],[90.938353,38.688877],[90.966297,38.697046],[90.993162,38.693533],[91.023871,38.697252],[91.03918,38.703672],[91.070555,38.706529],[91.080338,38.70901],[91.102444,38.706912],[91.114556,38.707457],[91.119198,38.709464],[91.122348,38.71494],[91.126489,38.716994],[91.191137,38.732541],[91.206963,38.740334],[91.209394,38.742919],[91.216579,38.744415],[91.222457,38.742927],[91.228986,38.743755],[91.229741,38.747636],[91.235561,38.750024],[91.250139,38.750831],[91.269601,38.745305],[91.273595,38.749392],[91.286416,38.745245],[91.303636,38.748413],[91.311035,38.754677],[91.311986,38.758793],[91.31471,38.761582],[91.321997,38.761232],[91.324817,38.762393],[91.327656,38.766325],[91.334519,38.769006],[91.342911,38.76988],[91.351725,38.767232],[91.364317,38.780171],[91.377489,38.787096],[91.387783,38.788569],[91.391656,38.79339],[91.412107,38.793038],[91.416128,38.800222],[91.438498,38.808107],[91.440349,38.810304],[91.449937,38.813825],[91.45378,38.813055],[91.469541,38.815591],[91.483453,38.813866],[91.491239,38.815563],[91.49442,38.818591],[91.500511,38.815108],[91.51669,38.819587],[91.53492,38.827252],[91.547289,38.824755],[91.563403,38.831055],[91.569678,38.831912],[91.575728,38.830738],[91.583567,38.836332],[91.594427,38.836605],[91.60155,38.838914],[91.606575,38.837538],[91.62278,38.845581],[91.631104,38.84589],[91.637331,38.856608],[91.643315,38.856904],[91.65429,38.853274],[91.662178,38.856919],[91.667203,38.85444],[91.679206,38.852601],[91.678426,38.856532],[91.680761,38.859543],[91.695554,38.866399],[91.71119,38.868949],[91.727138,38.864502],[91.746248,38.869027],[91.758824,38.868218],[91.778388,38.862933],[91.800073,38.870338],[91.806718,38.874424],[91.817092,38.87514],[91.820327,38.877072],[91.836194,38.873867],[91.842853,38.876621],[91.853641,38.876184],[91.868265,38.881149],[91.874839,38.881442],[91.877042,38.882704],[91.876525,38.892594],[91.877821,38.897439],[91.880729,38.899939],[91.895948,38.90132],[91.908691,38.906775],[91.919336,38.908361],[91.92141,38.91254],[91.92616,38.915221],[91.932089,38.91501],[91.948642,38.923233],[91.958046,38.923445],[91.962329,38.926432],[91.96318,38.930567],[91.975631,38.934228],[91.98172,38.933963],[91.99066,38.939631],[91.997236,38.936319],[92.008383,38.942728],[92.022249,38.941746],[92.028552,38.947388],[92.037825,38.950648],[92.043703,38.948384],[92.050002,38.949061],[92.06579,38.955138],[92.078837,38.95382],[92.089574,38.954757],[92.09824,38.960205],[92.106599,38.963168],[92.111984,38.963342],[92.115308,38.961473],[92.125583,38.962649],[92.131043,38.960624],[92.139361,38.963111],[92.147741,38.960388],[92.152996,38.963381],[92.157624,38.963964],[92.165621,38.962828],[92.169461,38.959251],[92.179031,38.967887],[92.184433,38.977303],[92.192996,38.982024],[92.203128,38.983325],[92.208288,38.982072],[92.212463,38.986401],[92.219278,38.989194],[92.242249,38.995801],[92.251637,38.996605],[92.256008,39.000897],[92.3167,39.002756],[92.324584,39.002355],[92.345721,38.997331],[92.379903,38.998517],[92.386881,39.003703],[92.396918,39.006611],[92.401067,39.011601],[92.409565,39.012444],[92.417148,39.009975],[92.417374,39.014308],[92.411137,39.022048],[92.405102,39.032719],[92.405081,39.035216],[92.406111,39.037081],[92.418772,39.040601],[92.419291,39.043758],[92.422221,39.046672],[92.433439,39.045637],[92.443062,39.042811],[92.454385,39.041726],[92.459371,39.042778],[92.461507,39.056671],[92.457838,39.063773],[92.464918,39.071941],[92.480204,39.083925],[92.479366,39.087939],[92.483255,39.093825],[92.492788,39.101689],[92.527408,39.103092],[92.537533,39.099929],[92.543106,39.10067],[92.54037,39.106528],[92.545801,39.110803],[92.551968,39.109035],[92.562904,39.109945],[92.565893,39.107332],[92.570054,39.106841],[92.573526,39.108953],[92.580133,39.107257],[92.586861,39.108675],[92.593065,39.112461],[92.597229,39.111516],[92.599101,39.109025],[92.610973,39.108812],[92.640578,39.115856],[92.644324,39.119307],[92.658695,39.109281],[92.665897,39.111661],[92.667647,39.114851],[92.674814,39.117441],[92.689486,39.114012],[92.701357,39.120245],[92.709785,39.127197],[92.727978,39.121196],[92.732958,39.125171],[92.747953,39.129313],[92.759333,39.129571],[92.762823,39.135914],[92.772004,39.136258],[92.779013,39.139076],[92.791097,39.139135],[92.798679,39.13723],[92.805368,39.138761],[92.81141,39.1321],[92.823922,39.135453],[92.829288,39.143135],[92.843293,39.139226],[92.851996,39.140148],[92.865048,39.13823],[92.871541,39.145875],[92.890135,39.160607],[92.896619,39.162043],[92.905338,39.161562],[92.920424,39.165939],[92.938319,39.168587],[92.96001,39.165123],[92.965032,39.151639],[92.971649,39.145436],[92.976079,39.143713],[92.985571,39.14732],[92.989059,39.15102],[92.997089,39.151572],[93.010128,39.151441],[93.022128,39.148765],[93.026938,39.149619],[93.04437,39.146031],[93.053579,39.151476],[93.065924,39.150537],[93.076262,39.161714],[93.085324,39.167189],[93.096403,39.168668],[93.098029,39.176059],[93.114416,39.179141],[93.119974,39.177748],[93.129197,39.172419],[93.138472,39.164299],[93.140786,39.159783],[93.136145,39.153802],[93.130627,39.138168],[93.131807,39.126659],[93.125003,39.122038],[93.126817,39.115005],[93.130343,39.111963],[93.130107,39.107668],[93.13863,39.10271],[93.147348,39.101277],[93.163991,39.090118],[93.16599,39.084152],[93.172595,39.076108],[93.173779,39.071838],[93.177846,39.066794],[93.184468,39.063949],[93.191392,39.05629],[93.191323,39.050714],[93.196615,39.04571],[93.183104,38.929187],[93.179168,38.922776],[93.18761,38.919062],[93.206393,38.915429],[93.222849,38.914303],[93.236394,38.915652],[93.259842,38.905575],[93.271698,38.896262],[93.282453,38.893612],[93.302294,38.89414],[93.330813,38.903686],[93.49364,38.918378],[93.504448,38.91729],[93.730341,38.923698],[93.746601,38.911942],[93.832998,38.867391],[93.883466,38.867471],[93.882953,38.826035],[93.768515,38.820564],[93.762087,38.818335],[93.754508,38.806044],[93.755362,38.803883],[93.759481,38.802828],[93.763414,38.796093],[93.770792,38.772293],[93.784819,38.765191],[93.798839,38.750523],[93.860101,38.724504],[93.874224,38.720443],[93.90141,38.721783],[93.918861,38.716653],[93.939176,38.713767],[93.949395,38.714353],[93.964792,38.719378],[93.971706,38.724703],[94.27337,38.759499],[94.289191,38.755695],[94.327529,38.752657],[94.369657,38.761648],[94.512033,38.441735],[94.527787,38.422234],[94.528802,38.418896],[94.527185,38.412602],[94.526482,38.375877],[94.528374,38.361392],[94.536278,38.355457],[94.550545,38.350269],[94.561426,38.354261],[94.571277,38.361132],[94.57602,38.362399],[94.580421,38.367843],[94.589439,38.370024],[94.595239,38.373844],[94.609897,38.370987],[94.614419,38.374302],[94.63118,38.376583],[94.636124,38.380769],[94.650016,38.383853],[94.676369,38.387124],[94.685661,38.384689],[94.697459,38.384366],[94.704189,38.386785],[94.716086,38.386809],[94.718765,38.388447],[94.726898,38.388917],[94.734832,38.386126],[94.749114,38.38422],[94.766427,38.385934],[94.773688,38.384067],[94.786154,38.387287],[94.811287,38.385788],[94.81559,38.388775],[94.828591,38.391073],[94.854552,38.391236],[94.876347,38.400262],[94.880129,38.407114],[94.880112,38.412124],[94.883408,38.414417],[94.894815,38.412688],[94.900976,38.420292],[94.910348,38.419356],[94.920272,38.421676],[94.925632,38.420977],[94.935181,38.426391],[94.971202,38.430351],[94.982451,38.423708],[94.987947,38.423487],[94.996442,38.425746],[94.999765,38.423414],[95.010375,38.421608],[95.016282,38.425882],[95.019596,38.423866],[95.021715,38.418852],[95.031492,38.411277],[95.038634,38.413108],[95.043442,38.418094],[95.057826,38.410519],[95.059564,38.40761],[95.071544,38.401979],[95.077115,38.40492],[95.084157,38.405434],[95.103131,38.413902],[95.106172,38.416803],[95.111273,38.414373],[95.11658,38.415034],[95.122574,38.413444],[95.131376,38.405003],[95.13904,38.391667],[95.168034,38.38653],[95.168945,38.382136],[95.174188,38.37763],[95.178555,38.376787],[95.183411,38.379101],[95.190853,38.371609],[95.190195,38.365035],[95.187043,38.362595],[95.188282,38.359608],[95.195641,38.356214],[95.193495,38.352834],[95.194539,38.344604],[95.202438,38.336804],[95.203425,38.331299],[95.210585,38.325645],[95.220552,38.329515],[95.228244,38.330646],[95.232643,38.326351],[95.233761,38.322385],[95.251656,38.315966],[95.257724,38.308077],[95.258297,38.302972],[95.267424,38.297292],[95.27757,38.298342],[95.28105,38.301423],[95.2809,38.305306],[95.286939,38.308028],[95.301932,38.312742],[95.310168,38.311647],[95.3144,38.318576],[95.321028,38.320442],[95.327964,38.316531],[95.33004,38.310427],[95.332968,38.307899],[95.36092,38.313595],[95.375541,38.304372],[95.386774,38.301217],[95.397148,38.305008],[95.401145,38.301424],[95.40774,38.299988],[95.411999,38.301339],[95.413438,38.305553],[95.419858,38.310614],[95.423057,38.311078],[95.430906,38.306381],[95.440279,38.310524],[95.444781,38.305893],[95.443538,38.299125],[95.453671,38.291366],[95.475509,38.30199],[95.487138,38.314277],[95.493787,38.31532],[95.500311,38.312965],[95.504272,38.309483],[95.505374,38.296282],[95.516914,38.295094],[95.519176,38.299445],[95.53125,38.305952],[95.535246,38.314067],[95.5484,38.315074],[95.554331,38.323772],[95.568822,38.325703],[95.568794,38.33054],[95.572562,38.335562],[95.581182,38.341739],[95.588549,38.343999],[95.607557,38.339384],[95.611475,38.339949],[95.62538,38.347178],[95.632769,38.353855],[95.637386,38.358878],[95.636398,38.363611],[95.637971,38.365527],[95.646875,38.366831],[95.655045,38.364068],[95.661075,38.364488],[95.673124,38.379213],[95.669503,38.383845],[95.673163,38.390241],[95.681748,38.391326],[95.686019,38.396857],[95.696631,38.396282],[95.70192,38.399677],[95.705829,38.394399],[95.713991,38.393463],[95.713154,38.390177],[95.720781,38.382707],[95.721985,38.378542],[95.730514,38.373095],[95.735468,38.371309],[95.743644,38.372838],[95.7481,38.366829],[95.763014,38.371346],[95.764998,38.365404],[95.763137,38.361491],[95.774483,38.355503],[95.791078,38.35508],[95.794237,38.352457],[95.804895,38.350398],[95.821693,38.354555],[95.825374,38.354005],[95.836591,38.342494],[95.841598,38.321975],[95.846327,38.311192],[95.849021,38.292279],[95.855408,38.284344],[95.860464,38.28359],[95.885678,38.28952],[95.897392,38.289199],[95.916521,38.269921],[95.924475,38.266422],[95.927559,38.260913],[95.932892,38.257905],[95.928999,38.251121],[95.93867,38.23718],[95.950349,38.23403],[95.954163,38.227839],[95.968959,38.226638],[95.969895,38.221099],[95.974999,38.217564],[95.982219,38.216001],[95.98293,38.210906],[95.984671,38.209637],[96,38.206408],[96.005929,38.207115],[96.008584,38.199124],[96.019398,38.200011],[96.024145,38.198553],[96.027124,38.191561],[96.048832,38.177295],[96.063852,38.172127],[96.068212,38.176253],[96.073078,38.187686],[96.088313,38.183407],[96.100624,38.18774],[96.106029,38.187224],[96.113657,38.183153],[96.114824,38.17981],[96.118648,38.178326],[96.146595,38.175544],[96.147501,38.172501],[96.146261,38.166763],[96.162981,38.167167],[96.166678,38.160361],[96.176345,38.157323],[96.184841,38.156663],[96.18797,38.155117],[96.19148,38.148986],[96.205666,38.148482],[96.218504,38.155496],[96.212017,38.16713],[96.23537,38.169976],[96.239572,38.166442],[96.252839,38.166801],[96.255687,38.159082],[96.254116,38.157191],[96.262891,38.145427],[96.272482,38.145325],[96.278066,38.151667],[96.293827,38.156383],[96.304818,38.155701],[96.312315,38.161218],[96.309377,38.174428],[96.30488,38.176137],[96.301553,38.182152],[96.312472,38.189535],[96.312639,38.192613],[96.3102,38.196587],[96.311075,38.20046],[96.326492,38.229552],[96.329727,38.232838],[96.33049,38.24129],[96.338957,38.255009],[96.352065,38.258232],[96.377549,38.276857],[96.396096,38.28071],[96.432944,38.280199],[96.443632,38.278488],[96.489035,38.266839],[96.531128,38.258978],[96.540645,38.253716],[96.665325,38.222149],[96.663264,38.259369],[96.657749,38.278334],[96.650519,38.286617],[96.64809,38.292118],[96.655192,38.296027],[96.640917,38.30727],[96.633845,38.316618],[96.632176,38.327045],[96.624272,38.339593],[96.623644,38.346553],[96.626543,38.356198],[96.640904,38.369467],[96.646264,38.37669],[96.663133,38.388385],[96.667467,38.39827],[96.679363,38.411503],[96.687259,38.414376],[96.691607,38.450377],[96.698484,38.457589],[96.69084,38.462752],[96.681722,38.466248],[96.659304,38.481083],[96.657606,38.488604],[96.670369,38.497956],[96.685038,38.494592],[96.691743,38.495929],[96.695289,38.503633],[96.701105,38.50625],[96.751668,38.499463],[96.764278,38.503517],[96.77876,38.504852],[96.78909,38.514207],[96.79082,38.526944],[96.786415,38.530864],[96.768047,38.54031],[96.760089,38.546858],[96.76161,38.555329],[96.772812,38.566397],[96.782341,38.563797],[96.799189,38.571377],[96.806459,38.565714],[96.808225,38.561896],[96.814054,38.56143],[96.815407,38.564277],[96.811988,38.568143],[96.810208,38.574312],[96.810985,38.57712],[96.808894,38.58149],[96.797971,38.590772],[96.794418,38.60777],[96.809238,38.608038],[96.815376,38.599943],[96.821516,38.59672],[96.831242,38.596657],[96.842429,38.589416],[96.845196,38.589442],[96.848708,38.592321],[96.855558,38.586385],[96.857509,38.582501],[96.873038,38.574137],[96.88043,38.575917],[96.901023,38.572608],[96.905826,38.569484],[96.906158,38.565601],[96.908411,38.563083],[96.920158,38.560319],[96.927674,38.554806],[96.935525,38.554321],[96.937295,38.558032],[96.939427,38.558996],[96.959315,38.554061],[96.974385,38.559556],[96.99429,38.563397],[96.994772,38.565115],[97.000791,38.566303],[97.055297,38.592818],[97.049264,38.62928],[97.052409,38.638651],[97.052037,38.644217],[97.048977,38.645979],[97.038573,38.64593],[97.034214,38.649787],[97.036136,38.651444],[97.046744,38.652967],[97.051465,38.667003],[97.055662,38.672006],[97.050875,38.67468],[97.051011,38.681146],[97.043624,38.68519],[97.039722,38.680089],[97.035113,38.678721],[97.028348,38.679891],[97.025025,38.685392],[97.016216,38.686027],[97.01495,38.691472],[97.008535,38.702502],[97.012937,38.706325],[97.012574,38.709519],[97.014255,38.712016],[97.012113,38.714708],[97.011406,38.7194],[97.020961,38.730449],[97.021345,38.744155],[97.019428,38.748134],[97.019625,38.753436],[97.022263,38.75499],[97.010212,38.759678],[97.000074,38.760783],[96.998742,38.764603],[96.995632,38.766404],[96.994457,38.769196],[96.991286,38.783208],[96.987321,38.791845],[96.989703,38.799268],[96.987467,38.819742],[96.989916,38.822742],[96.991136,38.831347],[96.99319,38.834803],[96.98863,38.850522],[96.989729,38.860979],[96.987239,38.861834],[96.986832,38.865778],[96.983641,38.868565],[96.983999,38.871845],[96.990381,38.877235],[96.990702,38.880356],[96.993535,38.883987],[96.989235,38.885794],[96.986115,38.884967],[96.978083,38.886577],[96.97467,38.885749],[96.969422,38.88768],[96.955298,38.888003],[96.950915,38.892738],[96.949372,38.899132],[96.950301,38.903952],[96.946193,38.906174],[96.940172,38.906579],[96.939257,38.913383],[96.942418,38.922174],[96.939985,38.927518],[96.947516,38.934653],[96.945666,38.944215],[96.936094,38.954269],[96.934175,38.970898],[96.944446,38.981895],[96.943708,38.985048],[96.946553,38.994315],[96.965997,39.012724],[96.969765,39.019497],[96.970678,39.024257],[96.968567,39.034667],[96.963268,39.040062],[96.958762,39.040182],[96.95556,39.042036],[96.955105,39.04456],[96.957807,39.05682],[96.965166,39.060925],[96.964605,39.066992],[96.960438,39.07161],[96.960535,39.074889],[96.970325,39.079974],[96.97304,39.085234],[96.973788,39.094566],[96.971036,39.097875],[96.971145,39.102654],[96.982081,39.109848],[96.986117,39.116017],[96.990955,39.118095],[96.992345,39.12356],[96.999856,39.124751],[97.001443,39.131931],[97.00975,39.136721],[97.012512,39.141359],[97.003283,39.150281],[96.996906,39.151819],[96.99543,39.158955],[96.996539,39.160998],[96.989638,39.17115],[96.98328,39.177998],[96.979659,39.176059],[96.970625,39.181316],[96.969595,39.190681],[96.965839,39.193533],[96.961838,39.194275],[96.961737,39.196945],[96.965504,39.199236],[96.973029,39.200603],[96.979251,39.205426],[96.99261,39.203413],[96.998877,39.203963],[97.012218,39.212599],[97.020557,39.208833],[97.022522,39.21041],[97.03471,39.21039],[97.03904,39.208421],[97.047607,39.209243],[97.055577,39.206395],[97.058864,39.202637],[97.059579,39.198719],[97.062312,39.197836],[97.068078,39.200258],[97.076282,39.199938],[97.090016,39.204158],[97.097608,39.19783],[97.106213,39.200361],[97.126062,39.196684],[97.130079,39.197644],[97.135409,39.203173],[97.141353,39.198422],[97.1446,39.200604],[97.153126,39.199062],[97.169453,39.189517],[97.177865,39.189688],[97.195089,39.196576],[97.211222,39.19678],[97.219863,39.188916],[97.25405,39.179893],[97.263108,39.172641],[97.278224,39.170988],[97.288481,39.165599],[97.306266,39.161117],[97.311572,39.162392],[97.316321,39.167584],[97.345416,39.174699],[97.353543,39.160735],[97.361262,39.151424],[97.365297,39.148979],[97.383111,39.152921],[97.395201,39.148196],[97.402847,39.148329],[97.411079,39.140029],[97.42033,39.136125],[97.418415,39.127669],[97.42018,39.123999],[97.425875,39.122408],[97.432142,39.12534],[97.439005,39.120207],[97.443339,39.112435],[97.456676,39.115855],[97.460808,39.119987],[97.463237,39.119427],[97.465263,39.117749],[97.465818,39.113995],[97.475996,39.106541],[97.476809,39.104383],[97.473832,39.098526],[97.485558,39.096237],[97.489235,39.093158],[97.486694,39.086063],[97.491576,39.079656],[97.498273,39.079278],[97.507376,39.076276],[97.517247,39.076987],[97.519503,39.074385],[97.529647,39.071148],[97.538061,39.071287],[97.54912,39.068519],[97.556731,39.057383],[97.565396,39.054579],[97.572202,39.054872],[97.574621,39.052542],[97.586185,39.048095],[97.594135,39.040716],[97.605799,39.036523],[97.616154,39.035305],[97.623581,39.030461],[97.62857,39.031845],[97.641732,39.025173],[97.645736,39.018865],[97.657043,39.017254],[97.665094,39.011431],[97.671039,39.011338],[97.678464,39.006477],[97.685324,39.005258],[97.685354,38.989491],[97.679554,38.982455],[97.681389,38.980753],[97.685131,38.969596],[97.702856,38.969651],[97.712119,38.966656],[97.721734,38.967772],[97.73285,38.963367],[97.735227,38.96071],[97.734664,38.958926],[97.738281,38.956817],[97.745596,38.958248],[97.751781,38.955372],[97.75415,38.948151],[97.759606,38.944461],[97.768252,38.943313],[97.773274,38.940203],[97.783979,38.938721],[97.793408,38.94056],[97.797741,38.936545],[97.803118,38.935504],[97.811654,38.939341],[97.813706,38.937023],[97.820838,38.934148],[97.825442,38.928718],[97.829751,38.929179],[97.84064,38.921114],[97.853112,38.92221],[97.85704,38.915142],[97.862346,38.909084],[97.866233,38.907875],[97.869035,38.903444],[97.88215,38.897753],[97.890032,38.898417],[97.896931,38.888816],[97.901442,38.886801],[97.904611,38.887511],[97.906314,38.884031],[97.909721,38.881703],[97.918914,38.878721],[97.923026,38.879964],[97.92533,38.883137],[97.933398,38.881527],[97.93501,38.88089],[97.935971,38.877505],[97.942671,38.874255],[97.952819,38.873219],[97.955113,38.87487],[97.960219,38.868377],[97.967274,38.864492],[97.980784,38.860608],[97.994998,38.861485],[98.011432,38.858961],[98.013749,38.855059],[98.027164,38.844607],[98.027305,38.837241],[98.031006,38.831799],[98.037714,38.831084],[98.046314,38.825415],[98.045439,38.822331],[98.051082,38.81893],[98.061771,38.820048],[98.068427,38.816622],[98.080088,38.797563],[98.093203,38.784862],[98.097904,38.787132],[98.102905,38.79471],[98.116144,38.797334],[98.119445,38.808229],[98.132365,38.811847],[98.132824,38.81481],[98.152254,38.820009],[98.16017,38.832619],[98.169929,38.839388],[98.172721,38.84305],[98.178099,38.845943],[98.188873,38.848017],[98.196286,38.854695],[98.205851,38.858491],[98.215962,38.867817],[98.223817,38.871809],[98.235599,38.874644],[98.247071,38.88137],[98.251125,38.887675],[98.253078,38.899814],[98.252054,38.907537],[98.248731,38.911878],[98.237848,38.914742],[98.2367,38.922734],[98.243218,38.929243],[98.246469,38.936512],[98.259161,38.94934],[98.275718,38.975074],[98.285253,39.008112],[98.283891,39.021835],[98.290664,39.028319],[98.285844,39.032964],[98.290766,39.037263],[98.295453,39.038771],[98.300642,39.035638],[98.304725,39.035567],[98.311107,39.037984],[98.316217,39.037775],[98.318107,39.036058],[98.330211,39.038037],[98.336062,39.035073],[98.352564,39.033004],[98.362315,39.029296],[98.373129,39.029415],[98.381275,39.032366],[98.390774,39.026065],[98.399376,39.023935],[98.39853,39.016713],[98.401089,39.015188],[98.404051,39.009582],[98.40189,39.005787],[98.40429,38.999912],[98.406057,39.000278],[98.408412,38.99711],[98.421969,38.999149],[98.426171,38.997503],[98.429273,38.999533],[98.435204,38.998054],[98.434435,38.983726],[98.428522,38.977876],[98.431923,38.975901],[98.431959,38.973027],[98.440907,38.96656],[98.442485,38.963495],[98.454797,38.961698],[98.457232,38.958743],[98.475405,38.953992],[98.483193,38.948705],[98.496803,38.952435],[98.503115,38.952475],[98.511737,38.956916],[98.517129,38.954851],[98.525337,38.955492],[98.535755,38.950682],[98.546545,38.94992],[98.558504,38.944417],[98.560633,38.941547],[98.566751,38.938654],[98.57172,38.931779],[98.575107,38.931549],[98.58045,38.928343],[98.589689,38.931831],[98.593751,38.938016],[98.596655,38.946469],[98.615897,38.946626],[98.617168,38.950714],[98.624216,38.954235],[98.624862,38.957036],[98.62324,38.960839],[98.611991,38.976047],[98.612768,38.97917],[98.626897,38.983609],[98.631599,38.98663],[98.640752,38.986396],[98.645758,38.991445],[98.661891,38.99287],[98.664823,38.994358],[98.666911,39.001841],[98.670385,39.007261],[98.676769,39.009419],[98.691822,39.020983],[98.696115,39.031736],[98.704777,39.042949],[98.71861,39.048292],[98.72099,39.052949],[98.729281,39.055598],[98.740298,39.074011],[98.742319,39.085412],[98.75526,39.087381],[98.758391,39.089185],[98.76502,39.084853],[98.779142,39.088512],[98.800567,39.086272],[98.805859,39.087173],[98.808111,39.084604],[98.811686,39.086996],[98.816808,39.084176],[98.815087,39.080888],[98.822688,39.071705],[98.821611,39.067723],[98.818184,39.065765],[98.818395,39.063276],[98.838376,39.056626],[98.839877,39.052634],[98.846768,39.054683],[98.855247,39.051778],[98.856103,39.04671],[98.870363,39.048138],[98.874494,39.046777],[98.877807,39.04309],[98.882983,39.042127],[98.886718,39.038616],[98.890542,39.028925],[98.899433,39.021824],[98.903342,39.010802],[98.913134,39.007411],[98.920236,39.001935],[98.929135,39.001755],[98.934652,38.994126],[98.943119,38.993923],[98.948897,38.988108],[98.956341,38.984548],[98.960509,38.985545],[98.969189,38.982776],[98.972476,38.985048],[98.979551,38.983038],[98.984016,38.98429],[98.988768,38.978554],[98.994602,38.975404],[99.007408,38.979902],[99.011377,38.984262],[99.020964,38.982287],[99.02683,38.977695],[99.031387,38.977948],[99.044355,38.972855],[99.053519,38.964137],[99.056233,38.954435],[99.0629,38.953947],[99.073222,38.95581],[99.084108,38.95252],[99.090746,38.955565],[99.091512,38.957618],[99.098369,38.954956],[99.104474,38.949626],[99.102092,38.944708],[99.096978,38.942614],[99.089144,38.934912],[99.079365,38.934034],[99.073718,38.916627],[99.065568,38.909048],[99.063945,38.904699],[99.071858,38.900188],[99.07713,38.893474],[99.087606,38.890175],[99.090573,38.88757],[99.091485,38.880081],[99.103612,38.877743],[99.10971,38.870252],[99.120108,38.863845],[99.13886,38.857909],[99.139441,38.851949],[99.148889,38.850291],[99.148713,38.848027],[99.15552,38.83864],[99.157178,38.832073],[99.17458,38.830281],[99.17732,38.821234],[99.176705,38.817846],[99.178788,38.815217],[99.183531,38.814277],[99.190778,38.816069],[99.200393,38.809152],[99.199983,38.804054],[99.208733,38.800214],[99.217814,38.801877],[99.217822,38.794406],[99.235766,38.791729],[99.237698,38.785708],[99.247163,38.783837],[99.256515,38.778935],[99.259478,38.772554],[99.272331,38.773572],[99.275091,38.770249],[99.283655,38.768592],[99.290586,38.764909],[99.292261,38.760335],[99.305414,38.760094],[99.310255,38.758423],[99.31335,38.75236],[99.319786,38.749156],[99.318796,38.742603],[99.32143,38.739748],[99.330342,38.739047],[99.336427,38.735691],[99.344825,38.738427],[99.349398,38.736668],[99.354161,38.730533],[99.352914,38.726096],[99.353919,38.723857],[99.361865,38.722709],[99.361162,38.715707],[99.362401,38.712954],[99.368761,38.709607],[99.37647,38.708698],[99.377922,38.701428],[99.375863,38.698958],[99.37629,38.692869],[99.383894,38.685622],[99.382261,38.682278],[99.385611,38.676103],[99.393626,38.670763],[99.399907,38.671746],[99.416232,38.669795],[99.416522,38.662778],[99.415075,38.659932],[99.422616,38.654233],[99.424447,38.649942],[99.430796,38.645104],[99.42973,38.638064],[99.435454,38.631312],[99.433739,38.628407],[99.42656,38.624227],[99.428944,38.62049],[99.439021,38.615116],[99.442942,38.609658],[99.452595,38.605181],[99.466551,38.605738],[99.470139,38.609346],[99.484017,38.615612],[99.487307,38.614689],[99.49005,38.610164],[99.500431,38.612051],[99.504904,38.609007],[99.509304,38.609703],[99.508268,38.602387],[99.51404,38.597631],[99.510409,38.592975],[99.511445,38.589137],[99.509847,38.586511],[99.51445,38.576365],[99.512098,38.567393],[99.524574,38.548985],[99.534089,38.541832],[99.547248,38.535039],[99.550813,38.529559],[99.552385,38.522405],[99.580551,38.504453],[99.582848,38.499098],[99.594586,38.496556],[99.598074,38.489005],[99.608021,38.484898],[99.617343,38.484325],[99.623009,38.477829],[99.628819,38.474542],[99.642061,38.477056],[99.645751,38.473062],[99.651997,38.470685],[99.659128,38.464523],[99.657671,38.460098],[99.659437,38.456723],[99.65505,38.449719],[99.654802,38.44322],[99.657339,38.439646],[99.673198,38.434262],[99.675921,38.429899],[99.678984,38.430679],[99.690227,38.427673],[99.699757,38.427953],[99.718884,38.421517],[99.721687,38.418392],[99.723706,38.411725],[99.732268,38.40818],[99.744674,38.410962],[99.75123,38.409686],[99.755084,38.411002],[99.759867,38.406618],[99.770808,38.40697],[99.778625,38.397675],[99.77707,38.390357],[99.788581,38.386944],[99.79646,38.386718],[99.799616,38.384479],[99.801885,38.379739],[99.805927,38.378706],[99.807657,38.372863],[99.811263,38.371242],[99.814443,38.367298],[99.83106,38.367149],[99.835888,38.368761],[99.839026,38.366796],[99.838711,38.362718],[99.844409,38.359545],[99.860428,38.359294],[99.869017,38.354296],[99.881484,38.351841],[99.885694,38.346387],[99.899382,38.347897],[99.901815,38.343265],[99.908963,38.343987],[99.913055,38.336823],[99.928361,38.335823],[99.938508,38.341208],[99.942343,38.340717],[99.944292,38.338306],[99.942596,38.334024],[99.943297,38.331306],[99.94812,38.327407],[99.949237,38.322876],[99.957654,38.315029],[99.972826,38.316673],[99.990144,38.312259],[100.006866,38.312771],[100.009361,38.307442],[100.014731,38.30704],[100.016561,38.30509],[100.016704,38.2983],[100.028443,38.29595],[100.039002,38.286429],[100.046534,38.286073],[100.057277,38.280596],[100.062649,38.284735],[100.066662,38.283704],[100.07578,38.28487],[100.092436,38.271997],[100.09881,38.270545],[100.093062,38.266382],[100.095088,38.261875],[100.098723,38.258642],[100.116784,38.251591],[100.122722,38.234823],[100.127114,38.228907],[100.134492,38.229396],[100.147168,38.224857],[100.153367,38.22235],[100.155815,38.217284],[100.162508,38.215121],[100.17093,38.215579],[100.18032,38.219856],[100.183574,38.241607],[100.175664,38.251697],[100.173673,38.258329],[100.165916,38.266138],[100.164273,38.272661],[100.164836,38.281626],[100.162528,38.287015],[100.158508,38.289321],[100.162303,38.300134],[100.158421,38.303082],[100.15651,38.309844],[100.158439,38.312575],[100.164194,38.314925],[100.167348,38.320494],[100.162099,38.327431],[100.139575,38.331897],[100.116876,38.34284],[100.112723,38.352012],[100.118808,38.354187],[100.119449,38.356423],[100.109781,38.370134],[100.109555,38.377333],[100.096694,38.389357],[100.092561,38.396235],[100.093088,38.400599],[100.090348,38.407499],[100.080424,38.405181],[100.069792,38.413869],[100.066987,38.418161],[100.059887,38.419947],[100.056683,38.415743],[100.046271,38.420771],[100.047391,38.423978],[100.044676,38.428267],[100.021239,38.431623],[100.022113,38.43857],[100.029339,38.444151],[100.025095,38.450599],[100.016501,38.452248],[100.009117,38.457129],[99.999265,38.46751],[100.000874,38.473028],[100.008483,38.481684],[100.012623,38.48923],[100.021316,38.496722],[100.02205,38.507137],[100.027814,38.510669],[100.038277,38.508764],[100.046879,38.511481],[100.056012,38.520185],[100.062862,38.518904],[100.071433,38.504807],[100.077615,38.501926],[100.086033,38.493062],[100.099706,38.49286],[100.111075,38.496648],[100.123245,38.48611],[100.128949,38.484346],[100.131529,38.481649],[100.148277,38.478848],[100.150342,38.474935],[100.154083,38.472401],[100.153816,38.467468],[100.164204,38.459665],[100.171986,38.459186],[100.176391,38.456882],[100.185969,38.457573],[100.210895,38.454627],[100.214948,38.452801],[100.218703,38.446756],[100.230103,38.446845],[100.238204,38.441913],[100.240289,38.437833],[100.23959,38.433973],[100.241681,38.426793],[100.247594,38.418563],[100.244363,38.412011],[100.244416,38.407373],[100.248576,38.402066],[100.246987,38.398125],[100.250067,38.394334],[100.25281,38.383588],[100.247052,38.376021],[100.247525,38.37282],[100.260008,38.364152],[100.260946,38.367043],[100.270589,38.377505],[100.273712,38.379138],[100.279242,38.376641],[100.286175,38.377826],[100.290402,38.383982],[100.297731,38.388257],[100.300336,38.388138],[100.302155,38.386424],[100.3022,38.379406],[100.318724,38.362732],[100.318308,38.35957],[100.321288,38.35215],[100.3312,38.340606],[100.33093,38.337384],[100.327158,38.337558],[100.323847,38.335055],[100.322221,38.330853],[100.316198,38.328879],[100.318171,38.325206],[100.339972,38.317219],[100.347791,38.310674],[100.354897,38.311685],[100.35905,38.307313],[100.372659,38.30916],[100.381223,38.305041],[100.379925,38.300817],[100.380934,38.297703],[100.387281,38.297289],[100.395249,38.292134],[100.400268,38.297164],[100.406911,38.299536],[100.417809,38.307633],[100.422089,38.30696],[100.423907,38.305048],[100.424284,38.300331],[100.43327,38.300709],[100.435862,38.296216],[100.431766,38.286163],[100.435297,38.281807],[100.433362,38.276793],[100.431136,38.276023],[100.429675,38.27319],[100.4359,38.267387],[100.443249,38.268902],[100.448852,38.265155],[100.457608,38.264774],[100.462501,38.268428],[100.466825,38.269201],[100.469328,38.272192],[100.466912,38.279111],[100.47325,38.284881],[100.473202,38.288057],[100.481601,38.285869],[100.482222,38.282083],[100.485658,38.278982],[100.494074,38.277513],[100.49497,38.272549],[100.506308,38.272697],[100.511527,38.27474],[100.518705,38.273986],[100.520186,38.266163],[100.528798,38.263634],[100.53428,38.257204],[100.539897,38.253984],[100.542958,38.246518],[100.54502,38.245276],[100.55012,38.250029],[100.560442,38.247502],[100.564884,38.250265],[100.573077,38.250709],[100.593876,38.24285],[100.598853,38.248699],[100.598459,38.255726],[100.603672,38.256113],[100.619306,38.266159],[100.624832,38.266704],[100.640549,38.260451],[100.646791,38.260849],[100.664101,38.255515],[100.669232,38.257282],[100.674533,38.254961],[100.677201,38.251845],[100.682804,38.251292],[100.690663,38.247601],[100.703202,38.247906],[100.710041,38.253342],[100.713555,38.252778],[100.726164,38.245869],[100.731282,38.245105],[100.738704,38.237597],[100.747296,38.240399],[100.755224,38.235487],[100.777293,38.212473],[100.778566,38.20431],[100.784942,38.202408],[100.786955,38.192914],[100.798762,38.18509],[100.804575,38.183609],[100.811725,38.171172],[100.815549,38.168131],[100.817872,38.162518],[100.823375,38.157625],[100.828471,38.156926],[100.831305,38.154006],[100.840341,38.15026],[100.842326,38.147721],[100.859007,38.147387],[100.864482,38.154767],[100.879293,38.161078],[100.881859,38.165497],[100.889537,38.167099],[100.893452,38.174309],[100.898535,38.179092],[100.909702,38.178356],[100.916935,38.173437]]]}},{type:"Feature",properties:{name:"宁夏回族自治区",province_adcode:64e4,province_type:"自治区",name_en:"Ningxia",name_var:"Níng Xià Huí Zú",adcode:64e4},geometry:{type:"MultiPolygon",coordinates:[[[[106.062183,35.437277],[106.070944,35.431531],[106.067232,35.426887],[106.068035,35.420639],[106.064697,35.421152],[106.063945,35.423804],[106.059116,35.427835],[106.060346,35.434915],[106.058194,35.439046],[106.06168,35.439551],[106.062183,35.437277]]],[[[106.052292,35.480619],[106.049166,35.476672],[106.047929,35.466682],[106.044878,35.460956],[106.051526,35.454951],[106.048679,35.448971],[106.030992,35.468657],[106.02717,35.471039],[106.014294,35.464613],[106.006882,35.456179],[106.004228,35.450565],[106.007372,35.446415],[106.005584,35.442775],[106.001234,35.440346],[105.99841,35.44028],[105.998514,35.446155],[105.992658,35.44947],[105.987658,35.438073],[105.98126,35.436335],[105.963253,35.426887],[105.961369,35.427155],[105.955682,35.434169],[105.94819,35.430357],[105.941918,35.423029],[105.936643,35.425647],[105.9264,35.42719],[105.906449,35.415593],[105.901229,35.416996],[105.893461,35.413526],[105.889486,35.41817],[105.885299,35.438969],[105.88641,35.446187],[105.8922,35.452792],[105.905415,35.456506],[105.910117,35.454974],[105.913221,35.451179],[105.922754,35.451746],[105.923674,35.454884],[105.932632,35.459363],[105.944908,35.461354],[105.980119,35.471489],[105.989722,35.477734],[106.005834,35.482571],[106.012384,35.480428],[106.02109,35.482343],[106.024099,35.487902],[106.030747,35.489317],[106.054202,35.489714],[106.054588,35.486324],[106.052292,35.480619]]],[[[106.751304,39.372471],[106.778624,39.370382],[106.788075,39.359664],[106.794448,39.347521],[106.789922,39.339025],[106.789689,39.333495],[106.802323,39.316696],[106.797092,39.295639],[106.801851,39.276442],[106.798331,39.266369],[106.79088,39.256588],[106.786341,39.244044],[106.787843,39.239306],[106.793921,39.234398],[106.800047,39.223832],[106.815774,39.210375],[106.820591,39.192611],[106.828778,39.186656],[106.829965,39.174237],[106.835668,39.167859],[106.835216,39.164349],[106.831909,39.160913],[106.834422,39.151433],[106.842934,39.135485],[106.844589,39.123109],[106.859761,39.103012],[106.859998,39.09143],[106.871835,39.088316],[106.877429,39.088681],[106.893529,39.085533],[106.903149,39.079538],[106.911273,39.079431],[106.926414,39.076318],[106.930142,39.0721],[106.938755,39.068777],[106.940562,39.06365],[106.955844,39.053799],[106.966281,39.052732],[106.963021,39.047553],[106.967417,39.025191],[106.953727,38.944342],[106.822715,38.838782],[106.793503,38.803655],[106.75223,38.749337],[106.699864,38.71408],[106.659193,38.600718],[106.645144,38.47287],[106.596177,38.390404],[106.479067,38.319766],[106.479223,38.315472],[106.481313,38.313537],[106.484441,38.304623],[106.490207,38.305206],[106.515309,38.295169],[106.52752,38.283852],[106.540422,38.268676],[106.54985,38.262479],[106.585249,38.249408],[106.619713,38.232664],[106.653379,38.227079],[106.669357,38.219329],[106.694751,38.213326],[106.712025,38.205108],[106.72382,38.202925],[106.736767,38.194004],[106.745175,38.183105],[106.767389,38.172721],[106.854017,38.155074],[106.870908,38.148446],[106.891506,38.146114],[106.908443,38.13902],[106.943725,38.130157],[106.98904,38.122199],[107.011678,38.120025],[107.027784,38.116149],[107.035184,38.125507],[107.119039,38.141564],[107.12651,38.151657],[107.127989,38.157043],[107.134256,38.159102],[107.145939,38.153477],[107.161649,38.160406],[107.185038,38.154248],[107.206684,38.131063],[107.229052,38.119667],[107.239748,38.110428],[107.253689,38.105097],[107.266529,38.103709],[107.273674,38.098984],[107.283154,38.096178],[107.297894,38.095955],[107.329784,38.087375],[107.338216,38.080245],[107.346243,38.060479],[107.353484,38.05051],[107.368871,38.039633],[107.378585,38.029914],[107.435455,37.995276],[107.412654,37.961482],[107.406208,37.947958],[107.415185,37.939546],[107.445121,37.93227],[107.45319,37.941231],[107.469975,37.944042],[107.48925,37.944018],[107.500405,37.931459],[107.554945,37.893072],[107.631178,37.87212],[107.642962,37.86421],[107.645058,37.864202],[107.661362,37.851953],[107.661713,37.836811],[107.658969,37.834627],[107.647929,37.831711],[107.64923,37.825182],[107.643981,37.807402],[107.651621,37.805315],[107.651236,37.803053],[107.650145,37.800641],[107.638428,37.804665],[107.626404,37.78748],[107.623688,37.772252],[107.611533,37.768583],[107.59605,37.787363],[107.582261,37.790584],[107.58435,37.796478],[107.579438,37.798115],[107.570951,37.790919],[107.579201,37.785514],[107.582834,37.788221],[107.587859,37.786336],[107.58418,37.778114],[107.577011,37.778844],[107.55931,37.772113],[107.543735,37.770342],[107.534483,37.781424],[107.492248,37.764268],[107.490708,37.746987],[107.494032,37.739457],[107.498368,37.734572],[107.491145,37.724482],[107.478967,37.715814],[107.466317,37.702768],[107.462394,37.693113],[107.463424,37.688506],[107.466013,37.686594],[107.436987,37.688228],[107.415294,37.677602],[107.411145,37.679695],[107.41146,37.683924],[107.399383,37.691113],[107.38072,37.691846],[107.383912,37.675627],[107.38214,37.670748],[107.416943,37.664785],[107.41598,37.65057],[107.414632,37.649526],[107.393724,37.653143],[107.361142,37.624052],[107.359767,37.616677],[107.355405,37.611771],[107.342956,37.606731],[107.325264,37.608447],[107.322252,37.605871],[107.319452,37.605974],[107.307554,37.608534],[107.325722,37.583209],[107.337102,37.581203],[107.363016,37.587373],[107.366698,37.578212],[107.346299,37.534228],[107.349169,37.530485],[107.3431,37.520969],[107.338046,37.519802],[107.324908,37.510755],[107.325237,37.495044],[107.316986,37.492791],[107.313914,37.504709],[107.289477,37.491272],[107.280604,37.481867],[107.282534,37.4519],[107.274084,37.434025],[107.271576,37.418646],[107.271897,37.417363],[107.279011,37.416044],[107.27351,37.398288],[107.269102,37.395602],[107.259385,37.393569],[107.258877,37.391491],[107.259739,37.377297],[107.257815,37.348404],[107.251274,37.333586],[107.254875,37.318262],[107.263652,37.296727],[107.270316,37.292938],[107.288421,37.277314],[107.297651,37.264876],[107.303527,37.251084],[107.304654,37.235636],[107.302186,37.233313],[107.276302,37.239202],[107.260673,37.234147],[107.254387,37.228336],[107.257754,37.224237],[107.268591,37.223104],[107.281918,37.218284],[107.283375,37.215155],[107.311567,37.198714],[107.313748,37.199158],[107.322259,37.180715],[107.325462,37.180246],[107.329169,37.173187],[107.333678,37.15873],[107.326024,37.129708],[107.317982,37.121681],[107.30196,37.100249],[107.298072,37.106549],[107.273843,37.128227],[107.268301,37.124551],[107.272104,37.11394],[107.269093,37.10943],[107.276193,37.098532],[107.270834,37.09721],[107.249925,37.103844],[107.23201,37.097],[107.201793,37.123742],[107.177575,37.140841],[107.158674,37.140133],[107.133655,37.134981],[107.106514,37.126254],[107.089495,37.116691],[107.088186,37.120838],[107.086132,37.120981],[107.081764,37.125556],[107.068982,37.129017],[107.060571,37.126612],[107.057102,37.123569],[107.040216,37.129676],[107.032464,37.137105],[107.02586,37.140193],[107.020459,37.130328],[107.02613,37.11504],[107.024676,37.106636],[107.016386,37.112313],[106.989146,37.12165],[106.9845,37.117422],[106.995542,37.108031],[106.992067,37.10579],[106.979707,37.107154],[106.959266,37.112527],[106.955768,37.11468],[106.95507,37.120045],[106.952113,37.124431],[106.94368,37.13196],[106.92603,37.141312],[106.901938,37.151098],[106.895318,37.149816],[106.886543,37.13952],[106.897353,37.133131],[106.909183,37.132001],[106.912664,37.123134],[106.902251,37.115702],[106.891498,37.099976],[106.880388,37.104021],[106.866736,37.115486],[106.850376,37.11348],[106.834723,37.126423],[106.822367,37.131136],[106.812024,37.142834],[106.805697,37.144949],[106.797319,37.145025],[106.787523,37.151376],[106.786391,37.154503],[106.776332,37.158305],[106.771675,37.157588],[106.770318,37.155666],[106.761821,37.135199],[106.765448,37.126235],[106.76894,37.12315],[106.768698,37.121387],[106.760782,37.110233],[106.754963,37.106521],[106.751912,37.101086],[106.758388,37.092383],[106.755707,37.080489],[106.745476,37.089699],[106.744317,37.09325],[106.746184,37.096594],[106.743712,37.09994],[106.733192,37.099769],[106.722871,37.108968],[106.72151,37.113182],[106.724355,37.120885],[106.695024,37.117487],[106.68724,37.12332],[106.683134,37.129708],[106.676089,37.121189],[106.672516,37.113954],[106.666889,37.110684],[106.663055,37.114052],[106.661926,37.122033],[106.658429,37.125602],[106.648329,37.123718],[106.636551,37.118632],[106.630372,37.128337],[106.611743,37.134951],[106.601101,37.127164],[106.606573,37.11984],[106.616233,37.095644],[106.622991,37.088149],[106.630399,37.082857],[106.636545,37.074936],[106.641219,37.064855],[106.645438,37.036598],[106.653259,37.023537],[106.662438,37.017165],[106.65356,37.007562],[106.642487,37.012523],[106.63726,37.011778],[106.639135,36.994562],[106.63567,36.974521],[106.638946,36.962551],[106.618547,36.959225],[106.602891,36.962003],[106.590834,36.968979],[106.586241,36.963053],[106.585689,36.955854],[106.588526,36.94505],[106.587099,36.940343],[106.579316,36.9355],[106.575311,36.934792],[106.571193,36.937165],[106.564116,36.945753],[106.570907,36.946128],[106.569968,36.952758],[106.56595,36.957798],[106.54621,36.973417],[106.542283,36.982086],[106.538402,36.985422],[106.53583,36.983709],[106.534613,36.978567],[106.537621,36.969644],[106.547829,36.955354],[106.548116,36.950409],[106.54454,36.943239],[106.546738,36.939215],[106.558667,36.930964],[106.56713,36.930286],[106.569544,36.932129],[106.575509,36.93056],[106.598341,36.917732],[106.604626,36.909746],[106.606118,36.904447],[106.60287,36.903415],[106.596123,36.895066],[106.597019,36.890362],[106.604959,36.881066],[106.606322,36.880288],[106.613155,36.885019],[106.614127,36.888811],[106.621932,36.892452],[106.627978,36.889554],[106.635831,36.882225],[106.634802,36.867771],[106.622571,36.86194],[106.638202,36.853008],[106.638137,36.841369],[106.636263,36.83379],[106.643234,36.82913],[106.653544,36.817672],[106.653897,36.811498],[106.652396,36.809263],[106.646577,36.807184],[106.642692,36.809629],[106.637604,36.802697],[106.640768,36.798735],[106.640993,36.794861],[106.640057,36.79183],[106.634771,36.78746],[106.635295,36.771659],[106.633088,36.760502],[106.629598,36.753744],[106.622978,36.752786],[106.627652,36.735334],[106.634582,36.728248],[106.639948,36.726892],[106.641439,36.723468],[106.628081,36.72332],[106.611722,36.737863],[106.608697,36.73502],[106.607136,36.73034],[106.591469,36.746357],[106.572681,36.746192],[106.568438,36.737614],[106.56914,36.734609],[106.566621,36.733008],[106.562272,36.732769],[106.550242,36.737995],[106.53456,36.726581],[106.52721,36.725356],[106.51315,36.718538],[106.510327,36.715923],[106.518776,36.706464],[106.526367,36.689733],[106.514189,36.687499],[106.51236,36.690429],[106.506495,36.693079],[106.499634,36.691895],[106.486563,36.68548],[106.48565,36.680578],[106.490342,36.666464],[106.488176,36.629465],[106.478776,36.62728],[106.464505,36.620184],[106.440656,36.624812],[106.443083,36.612235],[106.440381,36.609977],[106.438932,36.600942],[106.44229,36.596689],[106.450092,36.595661],[106.463401,36.581939],[106.451275,36.57293],[106.454784,36.566215],[106.451555,36.559789],[106.426073,36.558892],[106.41333,36.563805],[106.40279,36.572475],[106.391383,36.577193],[106.392889,36.573681],[106.39092,36.559879],[106.387108,36.556337],[106.377726,36.562717],[106.373974,36.5685],[106.36395,36.5766],[106.360194,36.577692],[106.357051,36.57329],[106.357583,36.571043],[106.367168,36.557166],[106.367161,36.548733],[106.378877,36.545153],[106.388458,36.548282],[106.394136,36.547705],[106.411462,36.531937],[106.41381,36.526769],[106.406408,36.519171],[106.417749,36.514425],[106.428507,36.517806],[106.450913,36.496808],[106.458134,36.499462],[106.472181,36.495508],[106.473131,36.488446],[106.479884,36.480666],[106.486705,36.482538],[106.486874,36.491582],[106.489799,36.494522],[106.500345,36.484017],[106.518467,36.47776],[106.519255,36.467505],[106.515516,36.456075],[106.511443,36.450921],[106.504344,36.448016],[106.49942,36.442626],[106.496051,36.43422],[106.496188,36.432824],[106.506696,36.426836],[106.507668,36.422982],[106.500585,36.414656],[106.494782,36.416904],[106.494081,36.422904],[106.488076,36.422866],[106.486968,36.405455],[106.483085,36.402087],[106.488188,36.399283],[106.500359,36.401485],[106.522183,36.391076],[106.527909,36.375369],[106.526903,36.370934],[106.511725,36.367456],[106.503109,36.370028],[106.50079,36.363361],[106.500678,36.35111],[106.503549,36.343715],[106.501642,36.326989],[106.49635,36.320594],[106.498167,36.314043],[106.494968,36.31204],[106.505685,36.300882],[106.505177,36.296107],[106.507413,36.291993],[106.502536,36.28942],[106.495504,36.295226],[106.494399,36.301074],[106.487712,36.309337],[106.478578,36.3153],[106.468583,36.313881],[106.465739,36.311917],[106.466418,36.305794],[106.474015,36.29814],[106.479975,36.285372],[106.499518,36.268784],[106.50603,36.271845],[106.511701,36.271867],[106.530258,36.261091],[106.536627,36.25404],[106.550589,36.258835],[106.553988,36.263617],[106.557276,36.273916],[106.554009,36.279781],[106.55373,36.28791],[106.555459,36.292326],[106.580246,36.283627],[106.582244,36.278584],[106.590311,36.270632],[106.595709,36.279289],[106.593743,36.283353],[106.596177,36.293192],[106.600872,36.296093],[106.604908,36.290614],[106.605423,36.276426],[106.607434,36.272932],[106.633548,36.265875],[106.636299,36.280698],[106.639515,36.285184],[106.644478,36.28251],[106.641191,36.279002],[106.641641,36.265128],[106.64365,36.259637],[106.649311,36.257275],[106.651171,36.259215],[106.653122,36.267333],[106.659762,36.262985],[106.666434,36.268875],[106.680327,36.273847],[106.683488,36.270145],[106.694602,36.243706],[106.697669,36.239597],[106.711737,36.232028],[106.724965,36.232218],[106.731615,36.237332],[106.744986,36.22392],[106.758798,36.215078],[106.768233,36.212747],[106.769836,36.22251],[106.784468,36.226506],[106.791278,36.223195],[106.795236,36.215921],[106.80353,36.211053],[106.806086,36.218474],[106.813617,36.22236],[106.817911,36.220964],[106.823448,36.215493],[106.82598,36.226376],[106.829665,36.229493],[106.834211,36.221563],[106.836839,36.207626],[106.840041,36.202846],[106.844889,36.202173],[106.844596,36.205855],[106.847009,36.207772],[106.85357,36.20701],[106.861068,36.19414],[106.864656,36.183197],[106.869825,36.178653],[106.875968,36.178757],[106.884112,36.16673],[106.886774,36.166723],[106.888533,36.169265],[106.894667,36.169143],[106.903296,36.155756],[106.904807,36.144528],[106.902685,36.135609],[106.905077,36.131219],[106.916595,36.130108],[106.92333,36.138146],[106.92608,36.138729],[106.921323,36.118358],[106.921329,36.11633],[106.924857,36.113435],[106.930036,36.116475],[106.93219,36.122539],[106.9358,36.126875],[106.942231,36.122297],[106.93634,36.108516],[106.931083,36.107562],[106.938105,36.100347],[106.944413,36.100008],[106.952011,36.093961],[106.954878,36.075766],[106.945074,36.068255],[106.934744,36.063927],[106.933143,36.057475],[106.937136,36.045235],[106.937694,36.032853],[106.926207,36.029236],[106.923687,36.015857],[106.92396,36.011763],[106.928747,36.007647],[106.944598,36.004799],[106.945362,35.991549],[106.936988,35.982659],[106.92763,35.979868],[106.927134,35.975021],[106.918522,35.967296],[106.914233,35.965332],[106.908539,35.953194],[106.911424,35.940686],[106.904374,35.942213],[106.899075,35.951933],[106.900434,35.955164],[106.906435,35.957363],[106.910137,35.961793],[106.907133,35.96729],[106.897914,35.962923],[106.890966,35.964225],[106.888721,35.96496],[106.8878,35.967461],[106.894452,35.965506],[106.894233,35.972532],[106.885368,35.971723],[106.889831,35.957373],[106.897796,35.942843],[106.903907,35.938132],[106.914257,35.937116],[106.916041,35.944341],[106.922447,35.951887],[106.924917,35.952614],[106.936552,35.949989],[106.938768,35.94363],[106.94144,35.941018],[106.933334,35.929084],[106.924649,35.925501],[106.914173,35.928978],[106.908399,35.932693],[106.9016,35.92582],[106.900959,35.916155],[106.902243,35.917168],[106.905135,35.914186],[106.902862,35.910819],[106.888557,35.917855],[106.875679,35.913422],[106.873992,35.908704],[106.86312,35.902632],[106.856941,35.894045],[106.85036,35.891098],[106.847599,35.887237],[106.84928,35.882946],[106.868438,35.878355],[106.871153,35.880177],[106.870719,35.882969],[106.874607,35.882868],[106.878733,35.877294],[106.879447,35.8667],[106.867702,35.875449],[106.863359,35.868515],[106.871752,35.855592],[106.895732,35.827155],[106.898233,35.826855],[106.904444,35.831654],[106.907831,35.831809],[106.909908,35.830175],[106.915741,35.818964],[106.925034,35.807676],[106.917402,35.80225],[106.912994,35.805872],[106.889946,35.813192],[106.887374,35.810624],[106.89948,35.798182],[106.910876,35.795065],[106.911606,35.78757],[106.909234,35.771514],[106.907361,35.768764],[106.903707,35.767697],[106.902497,35.772083],[106.899703,35.775627],[106.897639,35.775403],[106.892251,35.768816],[106.894101,35.763102],[106.884158,35.762527],[106.881998,35.764829],[106.884696,35.775767],[106.870164,35.779366],[106.865625,35.770443],[106.861214,35.756279],[106.862995,35.74521],[106.859937,35.736411],[106.84743,35.745264],[106.819483,35.746196],[106.816641,35.744964],[106.815321,35.743363],[106.81414,35.729046],[106.817024,35.719594],[106.800408,35.708969],[106.793669,35.713741],[106.787386,35.720812],[106.767821,35.721654],[106.76368,35.724666],[106.762686,35.730241],[106.76129,35.729589],[106.751835,35.722617],[106.742955,35.708265],[106.735322,35.702038],[106.742882,35.695182],[106.742991,35.696474],[106.746614,35.697557],[106.74943,35.690814],[106.748194,35.688593],[106.740171,35.692766],[106.730841,35.688519],[106.726334,35.688132],[106.722273,35.690853],[106.72498,35.693349],[106.723083,35.695296],[106.714648,35.697856],[106.709312,35.701573],[106.709268,35.703882],[106.71177,35.705336],[106.698411,35.71066],[106.689729,35.721249],[106.692545,35.724455],[106.676678,35.731418],[106.667878,35.724567],[106.664371,35.717938],[106.664248,35.71044],[106.668747,35.707253],[106.669173,35.700665],[106.657773,35.703164],[106.655836,35.708014],[106.639417,35.710139],[106.626071,35.714993],[106.614963,35.733991],[106.6161,35.740465],[106.614874,35.744161],[106.606716,35.738535],[106.599847,35.741694],[106.598392,35.748292],[106.592609,35.746493],[106.597406,35.731722],[106.592676,35.727989],[106.580619,35.728222],[106.560147,35.740247],[106.55611,35.739019],[106.521671,35.74234],[106.518332,35.737231],[106.5177,35.725484],[106.512881,35.732985],[106.513199,35.734846],[106.501865,35.738458],[106.488033,35.736506],[106.482883,35.727783],[106.483331,35.722955],[106.460777,35.718614],[106.446367,35.700527],[106.444952,35.695848],[106.439013,35.69196],[106.429821,35.68888],[106.432168,35.664487],[106.443348,35.650906],[106.451632,35.64483],[106.455865,35.644178],[106.45395,35.639538],[106.448643,35.636553],[106.448846,35.63229],[106.450505,35.629089],[106.458991,35.624006],[106.461559,35.620685],[106.46001,35.615278],[106.460925,35.607551],[106.468288,35.600897],[106.472224,35.583672],[106.476207,35.579995],[106.476782,35.577443],[106.475382,35.574861],[106.459042,35.580952],[106.454178,35.576332],[106.450556,35.56826],[106.446695,35.536411],[106.439069,35.530851],[106.43547,35.52469],[106.43897,35.519553],[106.447761,35.518711],[106.44832,35.515162],[106.445302,35.510032],[106.446671,35.508261],[106.455656,35.505005],[106.459202,35.502091],[106.461516,35.496922],[106.461113,35.481457],[106.46633,35.47902],[106.485037,35.484158],[106.486077,35.477711],[106.479414,35.461828],[106.477986,35.449564],[106.479201,35.445854],[106.485568,35.443148],[106.491645,35.434727],[106.494305,35.424063],[106.500458,35.41799],[106.495972,35.40799],[106.492191,35.403941],[106.48934,35.39209],[106.494267,35.388285],[106.496813,35.373941],[106.496005,35.366755],[106.501423,35.360138],[106.498599,35.354675],[106.488751,35.352155],[106.48296,35.340582],[106.485195,35.328846],[106.46947,35.311827],[106.452713,35.308745],[106.442985,35.299661],[106.43257,35.298959],[106.425486,35.293296],[106.416683,35.282433],[106.411476,35.279206],[106.398368,35.274592],[106.391855,35.276077],[106.383539,35.270057],[106.370361,35.274194],[106.36302,35.270607],[106.365397,35.263669],[106.371079,35.255342],[106.365816,35.245049],[106.358693,35.238497],[106.35117,35.240672],[106.348355,35.247111],[106.340745,35.25247],[106.32942,35.252152],[106.314519,35.267698],[106.317416,35.275758],[106.31641,35.278277],[106.305144,35.289181],[106.296812,35.288413],[106.281277,35.302506],[106.281118,35.30484],[106.283493,35.307643],[106.282907,35.312001],[106.271574,35.328833],[106.266004,35.332022],[106.256899,35.331649],[106.251392,35.334994],[106.247744,35.340882],[106.248748,35.343735],[106.24687,35.34824],[106.243436,35.35272],[106.238767,35.354851],[106.237538,35.358339],[106.237831,35.360916],[106.245453,35.366267],[106.247046,35.369038],[106.245106,35.37615],[106.24021,35.377413],[106.23605,35.39395],[106.236094,35.407743],[106.23449,35.411084],[106.223198,35.410357],[106.213748,35.414446],[106.211508,35.413966],[106.208864,35.410367],[106.199112,35.40949],[106.188062,35.411813],[106.180427,35.427173],[106.175028,35.424007],[106.175361,35.436534],[106.168801,35.437375],[106.166613,35.435242],[106.165378,35.426694],[106.162411,35.420606],[106.153337,35.417965],[106.137789,35.403619],[106.125421,35.396406],[106.119084,35.374436],[106.117283,35.373819],[106.113396,35.375758],[106.108747,35.373106],[106.112533,35.364912],[106.10932,35.362221],[106.103535,35.364898],[106.097407,35.381595],[106.102049,35.387878],[106.095582,35.391245],[106.093503,35.39086],[106.098858,35.401638],[106.083984,35.402906],[106.07866,35.421518],[106.075681,35.426097],[106.073495,35.447646],[106.06886,35.448513],[106.064248,35.455414],[106.068262,35.463218],[106.068877,35.469722],[106.064093,35.481777],[106.062613,35.491024],[106.066016,35.48896],[106.083497,35.489711],[106.085895,35.49642],[106.096166,35.50107],[106.09101,35.510373],[106.079625,35.512791],[106.076521,35.511944],[106.071198,35.507086],[106.075966,35.50305],[106.075017,35.499004],[106.067049,35.492417],[106.063914,35.49205],[106.06535,35.502134],[106.064186,35.504319],[106.06189,35.504638],[106.057284,35.5014],[106.043502,35.498059],[106.030953,35.495362],[106.0174,35.494936],[106.006212,35.501425],[106.00665,35.511149],[106.011666,35.510461],[106.012607,35.511983],[106.011489,35.522531],[106.006413,35.526324],[105.998834,35.522804],[105.990449,35.52908],[105.978499,35.530644],[105.954232,35.538201],[105.931576,35.53819],[105.928182,35.53503],[105.922339,35.535262],[105.908693,35.540825],[105.900804,35.547812],[105.886097,35.5486],[105.883231,35.547776],[105.879673,35.541842],[105.875352,35.538317],[105.867887,35.538511],[105.865531,35.543236],[105.862093,35.535017],[105.86048,35.523145],[105.857391,35.515115],[105.851929,35.511409],[105.851441,35.506232],[105.845679,35.492984],[105.839953,35.490613],[105.833757,35.492995],[105.831319,35.495999],[105.830997,35.509313],[105.828854,35.519061],[105.833071,35.52415],[105.831911,35.538237],[105.819491,35.543449],[105.817907,35.556122],[105.820337,35.561594],[105.81253,35.576047],[105.811559,35.57676],[105.806322,35.570606],[105.796009,35.565682],[105.788508,35.572838],[105.784471,35.579205],[105.772888,35.587055],[105.774214,35.589034],[105.780564,35.588993],[105.781754,35.591632],[105.776461,35.599598],[105.765743,35.603621],[105.763004,35.602379],[105.757554,35.603438],[105.751321,35.610905],[105.745109,35.610774],[105.741109,35.614976],[105.75583,35.618859],[105.761057,35.631648],[105.756712,35.632596],[105.745051,35.624523],[105.736788,35.632997],[105.737763,35.635121],[105.736737,35.636233],[105.727474,35.640048],[105.724871,35.637707],[105.716147,35.646598],[105.709512,35.647148],[105.709212,35.652907],[105.716806,35.663565],[105.719958,35.672717],[105.71634,35.680412],[105.70894,35.677162],[105.706519,35.677645],[105.704572,35.683],[105.70096,35.686866],[105.688624,35.683813],[105.687367,35.685312],[105.686787,35.699344],[105.695503,35.705235],[105.701793,35.703755],[105.717306,35.728192],[105.720705,35.726481],[105.724508,35.701989],[105.734303,35.698906],[105.738022,35.700126],[105.742334,35.707292],[105.748059,35.71217],[105.755794,35.722682],[105.75473,35.728835],[105.752517,35.73109],[105.740874,35.733343],[105.73596,35.729512],[105.735603,35.725853],[105.733491,35.723422],[105.721668,35.735204],[105.710614,35.741101],[105.705675,35.74086],[105.704534,35.738021],[105.699527,35.734066],[105.682453,35.739009],[105.674971,35.738051],[105.671809,35.740244],[105.669926,35.747343],[105.665994,35.75147],[105.636937,35.740116],[105.617829,35.729582],[105.59864,35.726185],[105.586739,35.717667],[105.575724,35.716207],[105.570286,35.712495],[105.574701,35.702442],[105.569065,35.693524],[105.562493,35.688578],[105.560087,35.689548],[105.55575,35.699885],[105.56659,35.715445],[105.551824,35.726663],[105.542031,35.730049],[105.534652,35.7221],[105.526676,35.728309],[105.506619,35.719056],[105.501731,35.718521],[105.492825,35.721976],[105.488466,35.726759],[105.476978,35.727766],[105.473093,35.733208],[105.472948,35.738702],[105.4694,35.748989],[105.450122,35.74761],[105.448246,35.755254],[105.452735,35.769797],[105.443234,35.780815],[105.433933,35.780595],[105.427523,35.7898],[105.425435,35.820282],[105.42213,35.821354],[105.414871,35.813807],[105.410861,35.82489],[105.394157,35.814544],[105.388888,35.804112],[105.381291,35.794219],[105.378575,35.792742],[105.374383,35.796866],[105.370006,35.806128],[105.377383,35.813365],[105.372566,35.836531],[105.368881,35.841169],[105.369566,35.846956],[105.381825,35.853689],[105.387443,35.847856],[105.392202,35.847468],[105.395781,35.854922],[105.395602,35.857709],[105.390609,35.865242],[105.37871,35.871822],[105.373673,35.872422],[105.371714,35.870685],[105.365738,35.871701],[105.358813,35.875741],[105.352533,35.877312],[105.346258,35.87559],[105.340808,35.878777],[105.329803,35.890874],[105.320852,35.906469],[105.333315,35.913455],[105.33201,35.927802],[105.324519,35.934607],[105.321389,35.941874],[105.325536,35.95017],[105.328224,35.951687],[105.331221,35.985401],[105.32915,35.99757],[105.333974,36.00523],[105.335023,36.018024],[105.337843,36.0287],[105.339953,36.033817],[105.361867,36.034657],[105.359223,36.040066],[105.356841,36.04155],[105.356535,36.044484],[105.359209,36.048627],[105.373889,36.061864],[105.386087,36.063669],[105.388383,36.076933],[105.396258,36.079764],[105.401281,36.07438],[105.40354,36.075137],[105.427017,36.10397],[105.445072,36.104109],[105.457884,36.10722],[105.467896,36.100107],[105.482282,36.098921],[105.487474,36.101271],[105.503589,36.138515],[105.510915,36.147894],[105.509216,36.150745],[105.497256,36.158943],[105.496837,36.164774],[105.4854,36.183252],[105.475728,36.212761],[105.46584,36.219803],[105.460787,36.220276],[105.456831,36.22314],[105.453891,36.241307],[105.459755,36.245977],[105.462339,36.250819],[105.456775,36.267151],[105.463708,36.275839],[105.470399,36.276841],[105.473942,36.291593],[105.461279,36.306844],[105.455501,36.309085],[105.452011,36.314852],[105.451858,36.319704],[105.449313,36.321334],[105.44906,36.323324],[105.441669,36.325935],[105.432296,36.325037],[105.422103,36.329462],[105.420816,36.339551],[105.41482,36.342692],[105.408211,36.351455],[105.404925,36.358819],[105.398648,36.365141],[105.396654,36.369265],[105.407704,36.369073],[105.411238,36.370439],[105.415351,36.377605],[105.410021,36.384002],[105.397827,36.38512],[105.393072,36.407918],[105.393369,36.419313],[105.396018,36.42435],[105.394586,36.430641],[105.379555,36.441253],[105.366336,36.436827],[105.366809,36.432594],[105.36552,36.431588],[105.358906,36.438949],[105.35965,36.445087],[105.365903,36.454551],[105.365939,36.459797],[105.364101,36.486391],[105.357638,36.497617],[105.340435,36.515209],[105.326356,36.526099],[105.317635,36.536526],[105.292569,36.526642],[105.277734,36.522502],[105.263361,36.531432],[105.245367,36.54757],[105.248167,36.554748],[105.271851,36.56276],[105.270008,36.577621],[105.263264,36.584813],[105.261544,36.589217],[105.267174,36.593153],[105.257303,36.602549],[105.246051,36.601696],[105.237918,36.613165],[105.238228,36.625557],[105.216508,36.631076],[105.220043,36.651542],[105.224447,36.659971],[105.223656,36.662847],[105.203303,36.681156],[105.198889,36.692348],[105.199038,36.704966],[105.20605,36.714963],[105.212712,36.729224],[105.220735,36.731525],[105.22272,36.733686],[105.225109,36.73138],[105.23542,36.732455],[105.235183,36.740723],[105.254085,36.741319],[105.267897,36.739005],[105.269197,36.741173],[105.268412,36.744382],[105.272439,36.749768],[105.271036,36.751466],[105.273729,36.752864],[105.279183,36.750135],[105.289478,36.749519],[105.30589,36.741089],[105.311765,36.741851],[105.318942,36.744743],[105.325774,36.750424],[105.329587,36.7624],[105.337559,36.764368],[105.336836,36.768888],[105.33181,36.78253],[105.332246,36.789479],[105.328934,36.805814],[105.323538,36.804906],[105.297283,36.822408],[105.294716,36.826593],[105.294608,36.832856],[105.290225,36.833595],[105.288523,36.835599],[105.289398,36.839518],[105.292489,36.839099],[105.293822,36.843358],[105.27333,36.852799],[105.276344,36.853206],[105.277851,36.856452],[105.275512,36.869431],[105.270204,36.871003],[105.245022,36.891674],[105.240511,36.888898],[105.238673,36.89043],[105.241863,36.89405],[105.236614,36.896625],[105.233285,36.894037],[105.232112,36.894642],[105.222908,36.886059],[105.220676,36.893893],[105.216179,36.891124],[105.202784,36.897601],[105.199455,36.895902],[105.194509,36.897149],[105.194124,36.894893],[105.187986,36.891598],[105.187541,36.886079],[105.175112,36.892135],[105.178543,36.89763],[105.174657,36.899003],[105.175512,36.900275],[105.179381,36.898586],[105.180273,36.903057],[105.178128,36.916533],[105.173769,36.928915],[105.183031,36.925584],[105.18024,36.929032],[105.18258,36.933944],[105.182764,36.935806],[105.180979,36.936553],[105.182272,36.941448],[105.178222,36.943493],[105.179659,36.945216],[105.175622,36.947129],[105.173998,36.958957],[105.165293,36.966963],[105.16133,36.981314],[105.161557,36.994632],[105.154267,36.996566],[105.1428,36.994941],[105.125313,36.995872],[105.113079,36.999755],[105.107195,36.999752],[105.072581,37.011796],[105.054338,37.022528],[105.045881,37.01965],[105.039706,37.014156],[105.035659,37.006324],[105.027772,37.006533],[105.02433,37.010201],[105.007624,37.016631],[105.010192,37.03158],[105.004709,37.033775],[105.000867,37.035138],[104.988138,37.034443],[104.985015,37.03839],[104.982675,37.033278],[104.966732,37.030297],[104.962491,37.031188],[104.951311,37.039689],[104.951395,37.073673],[104.950154,37.076754],[104.951152,37.078222],[104.944144,37.082648],[104.92866,37.086156],[104.92253,37.090744],[104.916864,37.092061],[104.915963,37.094502],[104.913103,37.094523],[104.911385,37.099744],[104.913064,37.101342],[104.913185,37.104477],[104.917722,37.10727],[104.917027,37.111238],[104.914285,37.112703],[104.912652,37.11731],[104.907872,37.122366],[104.904807,37.122987],[104.902695,37.12618],[104.900843,37.124936],[104.895168,37.127444],[104.894733,37.141252],[104.886553,37.154513],[104.876378,37.164695],[104.867144,37.167169],[104.862033,37.17104],[104.858695,37.180646],[104.855319,37.182641],[104.855163,37.211982],[104.849355,37.212662],[104.842651,37.218002],[104.82849,37.222506],[104.824141,37.227567],[104.806471,37.230937],[104.802507,37.234548],[104.799676,37.231709],[104.793287,37.230301],[104.790356,37.228034],[104.789948,37.230896],[104.78294,37.240968],[104.771737,37.246319],[104.763556,37.239403],[104.764343,37.237129],[104.760867,37.238852],[104.758714,37.237216],[104.755155,37.238841],[104.753099,37.235737],[104.749344,37.236948],[104.746276,37.234005],[104.744564,37.228482],[104.739621,37.226549],[104.734437,37.221118],[104.727563,37.21908],[104.726313,37.214787],[104.715489,37.209561],[104.715799,37.207273],[104.710182,37.208712],[104.700497,37.207686],[104.697523,37.205115],[104.690255,37.204252],[104.686004,37.205856],[104.679774,37.202557],[104.675406,37.205059],[104.665567,37.203415],[104.659711,37.208391],[104.656701,37.204188],[104.650707,37.203141],[104.642302,37.204487],[104.635506,37.201441],[104.62353,37.205146],[104.621527,37.213068],[104.617116,37.215343],[104.612415,37.220762],[104.606879,37.222498],[104.606457,37.227251],[104.603546,37.230375],[104.601421,37.23707],[104.599094,37.23834],[104.599839,37.239455],[104.596876,37.244633],[104.599174,37.247419],[104.598244,37.25799],[104.608421,37.272126],[104.608842,37.277523],[104.621106,37.277868],[104.623023,37.280383],[104.622595,37.284939],[104.616069,37.291365],[104.61807,37.296111],[104.621531,37.298419],[104.629181,37.2988],[104.641653,37.291249],[104.650132,37.290556],[104.652817,37.295139],[104.66161,37.298849],[104.663407,37.310704],[104.667513,37.315395],[104.674889,37.319022],[104.685845,37.319032],[104.7013,37.329758],[104.710761,37.328948],[104.714916,37.337273],[104.714557,37.349148],[104.708233,37.349624],[104.704312,37.345903],[104.698151,37.344497],[104.681287,37.350044],[104.679557,37.352072],[104.671839,37.35248],[104.664656,37.355918],[104.663134,37.361534],[104.658827,37.367885],[104.657474,37.374245],[104.659394,37.378225],[104.662896,37.378281],[104.6654,37.380585],[104.665532,37.387654],[104.66764,37.392676],[104.66667,37.394947],[104.66867,37.398606],[104.667715,37.399652],[104.674254,37.401355],[104.676298,37.405971],[104.675749,37.408427],[104.672362,37.408234],[104.670017,37.410984],[104.665443,37.411975],[104.658333,37.411173],[104.651366,37.413242],[104.648128,37.417254],[104.636537,37.417824],[104.634704,37.419717],[104.629383,37.416186],[104.620351,37.415698],[104.614683,37.418367],[104.604916,37.418925],[104.597872,37.421757],[104.595316,37.420416],[104.590255,37.42239],[104.58734,37.420021],[104.58722,37.42267],[104.584511,37.424514],[104.572551,37.425673],[104.559018,37.424136],[104.555392,37.425877],[104.548478,37.425737],[104.541745,37.422916],[104.533923,37.429385],[104.529367,37.429376],[104.528437,37.433669],[104.523396,37.432102],[104.517062,37.434565],[104.516343,37.43039],[104.511696,37.42803],[104.506037,37.428828],[104.505056,37.424879],[104.498291,37.42117],[104.492698,37.419801],[104.482687,37.422301],[104.478128,37.421886],[104.477103,37.420274],[104.457129,37.419367],[104.445995,37.42334],[104.443034,37.434507],[104.43357,37.445872],[104.401907,37.437833],[104.39478,37.433051],[104.388237,37.431751],[104.383605,37.42633],[104.37249,37.424791],[104.367395,37.419533],[104.361887,37.417562],[104.343819,37.420078],[104.312632,37.414859],[104.294585,37.413571],[104.284332,37.420891],[104.284474,37.42733],[104.300827,37.441642],[104.319346,37.447983],[104.323535,37.448186],[104.331565,37.44426],[104.33768,37.443829],[104.35316,37.448951],[104.360503,37.456454],[104.367964,37.46112],[104.388934,37.46039],[104.404635,37.464323],[104.408762,37.485786],[104.416569,37.511097],[104.427572,37.51031],[104.43011,37.514638],[104.61047,37.521256],[104.801925,37.538604],[104.829612,37.554195],[104.863954,37.566359],[104.900808,37.566325],[104.919558,37.571577],[105.021443,37.579262],[105.034335,37.584452],[105.090796,37.616082],[105.158417,37.657847],[105.170231,37.663427],[105.201529,37.67049],[105.233293,37.671938],[105.261667,37.685574],[105.358531,37.713898],[105.366168,37.714833],[105.387532,37.709214],[105.445471,37.699829],[105.465167,37.702523],[105.569845,37.700771],[105.596918,37.706552],[105.612309,37.718455],[105.612635,37.753153],[105.618621,37.778074],[105.631387,37.781081],[105.637909,37.780525],[105.651852,37.775949],[105.657479,37.769204],[105.660211,37.768914],[105.670693,37.772205],[105.694982,37.783884],[105.738741,37.798777],[105.747749,37.798733],[105.752269,37.796504],[105.75255,37.79434],[105.768221,37.794389],[105.770774,37.807117],[105.769225,37.819777],[105.779584,37.834566],[105.79747,37.852079],[105.802597,37.861242],[105.803586,37.870752],[105.799611,37.894664],[105.792111,37.909411],[105.792384,37.915033],[105.799843,37.938042],[105.798504,37.946388],[105.795023,37.951028],[105.795374,37.954086],[105.797032,37.957754],[105.811597,37.967714],[105.835773,37.995853],[105.840631,38.004306],[105.827967,38.020308],[105.808299,38.038946],[105.795054,38.059151],[105.784359,38.069456],[105.780591,38.077493],[105.777802,38.078609],[105.778302,38.083378],[105.768123,38.11392],[105.761048,38.12136],[105.767389,38.148072],[105.770485,38.174926],[105.777037,38.21047],[105.815392,38.220751],[105.821409,38.22049],[105.829789,38.228156],[105.836593,38.236934],[105.842808,38.254017],[105.84788,38.261959],[105.855973,38.28325],[105.862298,38.295082],[105.851193,38.312677],[105.846455,38.314156],[105.838542,38.324097],[105.833237,38.336479],[105.822608,38.34635],[105.817266,38.360588],[105.818353,38.368247],[105.824239,38.37945],[105.831117,38.384535],[105.830745,38.390878],[105.822789,38.414627],[105.824067,38.427497],[105.822243,38.432242],[105.828531,38.437624],[105.837958,38.436201],[105.844901,38.441777],[105.846041,38.444541],[105.841848,38.455167],[105.835856,38.464985],[105.832087,38.467522],[105.831141,38.471677],[105.845087,38.5146],[105.856472,38.521905],[105.858858,38.525369],[105.860576,38.538048],[105.858439,38.548547],[105.850421,38.564086],[105.851858,38.572882],[105.855894,38.57899],[105.869232,38.582037],[105.871115,38.590269],[105.861371,38.604645],[105.855482,38.609724],[105.848699,38.630002],[105.848663,38.64008],[105.8564,38.653421],[105.867292,38.655598],[105.870563,38.659199],[105.871059,38.660287],[105.867164,38.664577],[105.867737,38.670893],[105.878826,38.676209],[105.888561,38.689374],[105.890527,38.693376],[105.889819,38.696002],[105.882496,38.707971],[105.881486,38.713634],[105.90244,38.729082],[105.904931,38.738029],[105.903407,38.745483],[105.896856,38.750731],[105.899684,38.771198],[105.893567,38.778276],[105.892905,38.787064],[105.932308,38.801496],[105.930766,38.808751],[105.939134,38.820624],[105.970296,38.844078],[105.988941,38.854729],[105.998128,38.869377],[105.999625,38.874598],[105.97993,38.874104],[105.965436,38.891688],[105.964584,38.894193],[105.965871,38.898012],[105.984599,38.916582],[105.989266,38.920099],[105.998684,38.923296],[105.999031,38.928499],[105.996767,38.936885],[106.0052,38.942717],[106.009155,38.943246],[106.025586,38.958168],[106.031651,38.960411],[106.040979,38.959992],[106.043202,38.958593],[106.054936,38.966774],[106.057886,38.972083],[106.057759,38.976804],[106.060731,38.985081],[106.083774,39.004772],[106.085004,39.01677],[106.071394,39.028686],[106.077524,39.033324],[106.080718,39.042348],[106.078898,39.049271],[106.084665,39.06748],[106.091818,39.073536],[106.092952,39.080718],[106.091979,39.082222],[106.097101,39.089604],[106.105574,39.0968],[106.110248,39.113444],[106.108336,39.114384],[106.108037,39.120154],[106.112872,39.122346],[106.117343,39.121763],[106.122088,39.125747],[106.130625,39.138103],[106.145399,39.154962],[106.152229,39.157936],[106.164578,39.15705],[106.168469,39.155102],[106.177252,39.146323],[106.191281,39.140966],[106.194984,39.135951],[106.212056,39.131772],[106.224973,39.138668],[106.249091,39.131473],[106.268054,39.135099],[106.280193,39.139822],[106.283307,39.142888],[106.28898,39.158119],[106.288008,39.182983],[106.285688,39.187411],[106.277472,39.193485],[106.274804,39.206412],[106.276267,39.208864],[106.282708,39.211178],[106.285264,39.216659],[106.284135,39.224493],[106.276903,39.23699],[106.27117,39.263854],[106.277069,39.273456],[106.288764,39.27624],[106.314271,39.275672],[106.319404,39.276409],[106.319246,39.279556],[106.341754,39.281877],[106.347171,39.280274],[106.395016,39.28538],[106.428452,39.286719],[106.438854,39.283179],[106.456596,39.282077],[106.503776,39.269428],[106.525674,39.300037],[106.555031,39.330196],[106.572037,39.344738],[106.598287,39.374611],[106.626109,39.365751],[106.632716,39.359811],[106.640895,39.356486],[106.6694,39.353738],[106.677869,39.355512],[106.688933,39.364782],[106.728055,39.378249],[106.732658,39.384],[106.745788,39.387783],[106.747932,39.376873],[106.751304,39.372471]]]]}},{type:"Feature",properties:{name:"新疆维吾尔自治区",province_adcode:65e4,province_type:"自治区",name_en:"Xinjiang",name_var:"Xīn Jiāng",adcode:65e4},geometry:{type:"Polygon",coordinates:[[[87.797202,49.180599],[87.819158,49.172684],[87.817918,49.153465],[87.819061,49.149967],[87.821061,49.148637],[87.837045,49.148552],[87.841297,49.146546],[87.847865,49.140978],[87.865282,49.116565],[87.86671,49.111282],[87.864624,49.105574],[87.858824,49.101261],[87.849901,49.098435],[87.843804,49.094271],[87.843474,49.086778],[87.845378,49.08071],[87.851327,49.072144],[87.850256,49.067861],[87.8336,49.056796],[87.832053,49.053941],[87.834433,49.045375],[87.83795,49.040647],[87.849105,49.035411],[87.870282,49.032913],[87.877539,49.030652],[87.8798,49.024941],[87.878848,49.009594],[87.879919,49.000076],[87.882298,48.995436],[87.888185,48.99179],[87.900671,48.988918],[87.90662,48.985052],[87.90769,48.979126],[87.877605,48.970716],[87.87116,48.963116],[87.873158,48.951442],[87.872266,48.948021],[87.868846,48.945047],[87.862451,48.944006],[87.842225,48.945493],[87.816051,48.949211],[87.81159,48.94579],[87.807872,48.938355],[87.802061,48.932543],[87.7972,48.931129],[87.792524,48.927244],[87.756828,48.926252],[87.755271,48.924018],[87.756352,48.911118],[87.737983,48.881422],[87.738934,48.87476],[87.745407,48.870191],[87.752926,48.868383],[87.781581,48.869712],[87.787945,48.862075],[87.790615,48.849671],[87.793851,48.845674],[87.807557,48.842057],[87.819359,48.834823],[87.82526,48.829303],[87.82507,48.826067],[87.820691,48.824544],[87.802227,48.823592],[87.797468,48.822641],[87.796135,48.820547],[87.812827,48.809745],[87.818866,48.80273],[87.824576,48.798923],[87.829216,48.798447],[87.858008,48.802968],[87.871452,48.798923],[87.925465,48.763588],[87.936887,48.757996],[87.939497,48.758226],[87.947713,48.765848],[87.958064,48.771321],[87.96544,48.772392],[87.97829,48.768942],[88.022429,48.750977],[88.048008,48.7367],[88.05586,48.730037],[88.055622,48.718735],[88.059072,48.712192],[88.083517,48.71755],[88.096996,48.714779],[88.09037,48.700513],[88.078092,48.689187],[88.051708,48.670189],[88.028389,48.656031],[88.024106,48.651034],[88.021839,48.644958],[88.027723,48.637807],[88.028467,48.633791],[88.026236,48.628884],[87.996871,48.613646],[87.980894,48.610867],[87.971857,48.607049],[87.957967,48.598181],[87.958495,48.591631],[87.963373,48.582946],[87.981907,48.568324],[88.004677,48.565012],[88.028386,48.551997],[88.037474,48.548968],[88.058223,48.545256],[88.078591,48.549539],[88.095818,48.548778],[88.105241,48.546017],[88.108858,48.543257],[88.115996,48.531645],[88.123611,48.523365],[88.142932,48.528219],[88.149713,48.525602],[88.184572,48.498119],[88.196734,48.492015],[88.216462,48.501328],[88.235173,48.49741],[88.250307,48.497838],[88.263013,48.492556],[88.313838,48.478707],[88.339536,48.469998],[88.353813,48.463859],[88.356954,48.460147],[88.351814,48.441445],[88.357097,48.434878],[88.383652,48.421457],[88.416917,48.408037],[88.428909,48.401755],[88.437761,48.393332],[88.443471,48.390762],[88.446177,48.390033],[88.460113,48.393001],[88.490302,48.409359],[88.503092,48.412334],[88.512461,48.4104],[88.520046,48.405344],[88.522425,48.380508],[88.530902,48.369057],[88.534952,48.367077],[88.570168,48.367719],[88.571358,48.364506],[88.569454,48.355702],[88.573142,48.349992],[88.58266,48.344757],[88.596342,48.341783],[88.60589,48.335553],[88.606236,48.332379],[88.600138,48.319298],[88.575868,48.2936],[88.572061,48.282892],[88.57444,48.276229],[88.585624,48.268258],[88.592048,48.257075],[88.595809,48.2456],[88.595498,48.229949],[88.597997,48.220312],[88.600971,48.216981],[88.616212,48.211961],[88.626907,48.206392],[88.631785,48.198302],[88.632737,48.189617],[88.639076,48.180547],[88.657997,48.173856],[88.672922,48.171595],[88.692208,48.179454],[88.696629,48.180541],[88.703678,48.179585],[88.711819,48.175062],[88.716643,48.166318],[88.721468,48.161192],[88.746796,48.152599],[88.773783,48.137824],[88.801372,48.128175],[88.80573,48.124398],[88.812671,48.112518],[88.819456,48.107241],[88.828351,48.106186],[88.844181,48.111463],[88.873429,48.110558],[88.913833,48.111915],[88.93756,48.109412],[88.939368,48.100703],[88.951444,48.092441],[88.953013,48.089871],[89.012594,48.060596],[89.032744,48.041917],[89.037846,48.030513],[89.037846,48.014714],[89.041537,48.00997],[89.053029,48.00416],[89.058245,47.995202],[89.059643,47.991433],[89.058616,47.990383],[89.062466,47.987878],[89.096818,47.985087],[89.153212,47.993653],[89.166418,47.99282],[89.206155,47.979852],[89.220193,47.979733],[89.25303,47.989965],[89.268853,47.989727],[89.280786,47.994044],[89.286476,48],[89.288489,48.004675],[89.289761,48.016088],[89.296117,48.01952],[89.328152,48.025749],[89.347474,48.025622],[89.361203,48.028291],[89.369212,48.037317],[89.379066,48.044941],[89.398704,48.035919],[89.443959,48.034648],[89.468606,48.02763],[89.4844,48.025973],[89.52545,48.035491],[89.544728,48.03843],[89.561468,48.037133],[89.580225,48.030997],[89.591449,48.018716],[89.594304,48.010435],[89.59368,48.001309],[89.589686,48.000063],[89.588261,47.983428],[89.59007,47.969437],[89.595495,47.963536],[89.612627,47.953257],[89.637469,47.947355],[89.644321,47.942787],[89.643179,47.917184],[89.645273,47.91252],[89.712088,47.90186],[89.725889,47.898339],[89.738358,47.891866],[89.745211,47.884062],[89.747685,47.87759],[89.747209,47.864455],[89.752872,47.845035],[89.762747,47.830223],[89.766313,47.828915],[89.794388,47.83491],[89.809408,47.83491],[89.860586,47.828699],[89.867296,47.829342],[89.87936,47.836409],[89.89535,47.838979],[89.935188,47.832519],[89.946341,47.832519],[89.953034,47.834303],[89.957941,47.838467],[89.959131,47.84397],[89.956603,47.868359],[89.960172,47.884718],[89.963444,47.885313],[89.985751,47.880405],[90.005987,47.879764],[90.032329,47.874568],[90.039758,47.874611],[90.061582,47.883154],[90.067386,47.88187],[90.082474,47.869958],[90.08327,47.863122],[90.081339,47.847933],[90.077388,47.832211],[90.073001,47.821872],[90.072534,47.791577],[90.075791,47.782372],[90.086014,47.767082],[90.100693,47.752988],[90.111004,47.746384],[90.130293,47.726284],[90.14644,47.721247],[90.175141,47.722938],[90.194019,47.722246],[90.211437,47.707369],[90.22615,47.701145],[90.241971,47.70623],[90.247044,47.706349],[90.267735,47.694831],[90.319307,47.683158],[90.348837,47.672133],[90.376548,47.6531],[90.391729,47.645224],[90.390624,47.64258],[90.362822,47.645572],[90.35546,47.644836],[90.349731,47.640993],[90.347197,47.63665],[90.347233,47.631652],[90.352551,47.622343],[90.377928,47.600198],[90.395137,47.563154],[90.400474,47.544415],[90.408873,47.536458],[90.436301,47.52306],[90.467864,47.497602],[90.473391,47.459113],[90.468769,47.44987],[90.461109,47.442562],[90.457469,47.436634],[90.460692,47.424553],[90.460649,47.410551],[90.467531,47.404414],[90.50312,47.399272],[90.515766,47.389636],[90.522161,47.381676],[90.52093,47.37184],[90.50286,47.356313],[90.500533,47.349025],[90.507023,47.338972],[90.505864,47.333709],[90.494518,47.3268],[90.487469,47.319305],[90.491024,47.31275],[90.514016,47.295137],[90.526555,47.273074],[90.538554,47.243153],[90.543226,47.23782],[90.559803,47.228813],[90.561054,47.205906],[90.586136,47.18953],[90.597021,47.168632],[90.621939,47.150283],[90.631647,47.136432],[90.637058,47.133364],[90.653362,47.129526],[90.655298,47.1251],[90.653966,47.110488],[90.664362,47.096856],[90.669843,47.091013],[90.686136,47.081961],[90.701084,47.063356],[90.73571,47.026826],[90.74801,47.018879],[90.756399,47.010707],[90.761734,46.992057],[90.777643,46.99132],[90.806863,46.995076],[90.825776,46.994052],[90.845459,46.987025],[90.867247,46.971132],[90.880279,46.964732],[90.891819,46.962678],[90.90374,46.956406],[90.906631,46.949971],[90.91689,46.940952],[90.919522,46.92395],[90.917347,46.91169],[90.922144,46.901366],[90.930729,46.88975],[90.937249,46.886094],[90.951477,46.882273],[90.954477,46.878554],[90.95321,46.853636],[90.941258,46.832302],[90.940833,46.824727],[90.969588,46.800272],[90.98367,46.794564],[90.988371,46.790479],[90.989023,46.784537],[90.99308,46.774337],[90.996908,46.770385],[91.020643,46.76097],[91.023196,46.756251],[91.023702,46.748223],[91.043216,46.723252],[91.052905,46.71499],[91.034862,46.668247],[91.014679,46.584599],[91.020584,46.579362],[91.064705,46.57861],[91.070061,46.57077],[91.073824,46.554099],[91.07123,46.547432],[91.058743,46.533042],[91.057683,46.523193],[91.050356,46.506205],[91.034488,46.499029],[91.034642,46.487481],[91.018116,46.461642],[91.020416,46.439866],[91.000002,46.428392],[90.994579,46.422641],[90.98756,46.403455],[90.983284,46.384961],[90.977625,46.374096],[90.968249,46.363356],[90.913849,46.32438],[90.908278,46.313856],[90.896088,46.310613],[90.898084,46.299951],[90.94972,46.232634],[90.943671,46.218092],[90.981918,46.154049],[91.014053,46.125743],[91.014153,46.077685],[91.009784,46.069023],[91.010331,46.065221],[91.021681,46.053985],[91.024141,46.03867],[91.022275,46.023573],[91.001756,46.003143],[90.988313,45.99693],[90.847466,45.887242],[90.773267,45.803217],[90.714061,45.726144],[90.676843,45.601906],[90.666658,45.541172],[90.670221,45.486902],[90.688521,45.472917],[90.733672,45.454373],[90.756933,45.439671],[90.769807,45.428175],[90.771691,45.404404],[90.789706,45.361356],[90.808475,45.324069],[90.807034,45.30452],[90.80402,45.289773],[90.832675,45.297376],[90.87523,45.278516],[90.894042,45.247694],[90.865367,45.203503],[90.883728,45.194749],[90.879507,45.189384],[90.961339,45.198906],[90.993205,45.216057],[91.015902,45.214649],[91.049186,45.20652],[91.079767,45.214965],[91.093708,45.214996],[91.110149,45.209981],[91.123672,45.214205],[91.167563,45.197686],[91.168523,45.184745],[91.171986,45.177656],[91.176161,45.173531],[91.193726,45.158864],[91.209113,45.155002],[91.221812,45.153679],[91.229281,45.14951],[91.237926,45.136276],[91.242051,45.133482],[91.273728,45.131972],[91.300073,45.128658],[91.330638,45.128163],[91.373164,45.108982],[91.386772,45.111927],[91.385572,45.124473],[91.427807,45.153622],[91.445952,45.154779],[91.455108,45.149856],[91.48628,45.122081],[91.494803,45.105238],[91.499775,45.100096],[91.533954,45.088619],[91.559686,45.070227],[91.571616,45.078353],[91.581399,45.079982],[91.617042,45.066031],[91.669978,45.066035],[91.68089,45.063924],[91.703985,45.065686],[91.712319,45.068583],[91.803234,45.081028],[91.890992,45.078434],[92.051939,45.082633],[92.09644,45.079485],[92.142797,45.056592],[92.239975,45.012999],[92.248244,45.021695],[92.252936,45.022969],[92.265046,45.018633],[92.315092,45.026675],[92.343142,45.012391],[92.413114,45.016514],[92.487003,45.000028],[92.518164,45.004441],[92.541375,45.018326],[92.591382,45.01659],[92.651985,45.021081],[92.686608,45.025754],[92.723303,45.034178],[92.750598,45.042917],[92.776586,45.044971],[92.84388,45.036046],[92.875026,45.044753],[92.883571,45.045073],[92.903927,45.036209],[92.922064,45.034318],[92.930682,45.017274],[92.96928,45.015277],[92.983059,45.001198],[92.988564,45.001198],[92.992591,45.004532],[93.015782,45.010716],[93.046896,45.015755],[93.059327,45.014423],[93.095217,45.005079],[93.143725,45.012873],[93.156661,45.01088],[93.168201,45.013403],[93.288093,44.981631],[93.30714,44.97977],[93.310913,44.982522],[93.314177,44.990323],[93.317139,44.991934],[93.342736,44.985192],[93.364841,44.98462],[93.384023,44.977724],[93.397831,44.975771],[93.426794,44.955769],[93.435628,44.953163],[93.464222,44.955906],[93.479022,44.961177],[93.487598,44.959997],[93.496807,44.954528],[93.503243,44.954213],[93.505634,44.959251],[93.504429,44.966876],[93.508337,44.968764],[93.523665,44.957739],[93.548522,44.948001],[93.576074,44.940242],[93.614129,44.924991],[93.642316,44.917588],[93.671337,44.907194],[93.685,44.898182],[93.713397,44.894433],[93.716111,44.870699],[93.72317,44.864867],[93.73365,44.859727],[93.826052,44.825393],[94.062234,44.732337],[94.149982,44.683626],[94.183627,44.676859],[94.214886,44.667452],[94.223197,44.656693],[94.225898,44.645804],[94.261294,44.617406],[94.281009,44.604607],[94.325362,44.585419],[94.331642,44.580391],[94.341405,44.564843],[94.350999,44.542438],[94.351333,44.534052],[94.348454,44.524943],[94.352027,44.518422],[94.359936,44.515087],[94.385416,44.522774],[94.43874,44.514859],[94.486903,44.503557],[94.535312,44.472418],[94.606862,44.44977],[94.675177,44.393932],[94.687429,44.382729],[94.715327,44.349724],[94.729541,44.339073],[94.776583,44.340902],[94.827889,44.320293],[94.887377,44.309678],[94.901457,44.302236],[94.914127,44.303375],[94.944878,44.289537],[94.948448,44.282215],[94.955993,44.276381],[94.997531,44.250873],[95.029873,44.256596],[95.123537,44.266956],[95.188427,44.270021],[95.409814,44.293924],[95.428386,44.281957],[95.422593,44.264815],[95.403937,44.242594],[95.371578,44.22528],[95.352491,44.1666],[95.348389,44.087123],[95.323153,44.025912],[95.374677,44.024872],[95.426513,44.005734],[95.522804,44.005061],[95.622005,43.851858],[95.647408,43.776503],[95.674333,43.72225],[95.711634,43.653126],[95.72772,43.614163],[95.733867,43.594777],[95.85565,43.414427],[95.875889,43.278943],[95.909,43.237942],[95.934579,43.216378],[96.003032,43.16667],[96.360702,42.897623],[96.384783,42.725351],[96.35521,42.707212],[96.297476,42.682001],[96.280841,42.676279],[96.222443,42.648914],[96.21464,42.643421],[96.184492,42.632102],[96.167141,42.630058],[96.157102,42.618194],[96.102176,42.602072],[96.072149,42.567808],[96.023002,42.540715],[96.016598,42.480474],[95.977883,42.435242],[96.065063,42.412791],[96.041029,42.351188],[96.040058,42.32485],[96.177572,42.21631],[96.076144,42.147904],[96.137944,42.05243],[96.133464,42.028577],[96.13627,42.025741],[96.136506,42.01785],[96.132989,42.013173],[96.12873,42.011831],[96.125038,42.007106],[96.123196,42.000428],[96.118275,41.995369],[96.116903,41.986005],[96.114373,41.982416],[96.072211,41.950771],[96.054325,41.934066],[96.033487,41.920629],[96.016954,41.915022],[96,41.904817],[95.983265,41.900137],[95.959756,41.890878],[95.951136,41.885655],[95.934618,41.881401],[95.912791,41.872044],[95.883109,41.865709],[95.857105,41.849085],[95.850609,41.84688],[95.836301,41.84612],[95.822443,41.848461],[95.806794,41.847621],[95.800656,41.846403],[95.785515,41.839578],[95.76233,41.83461],[95.715562,41.832318],[95.697118,41.827547],[95.671529,41.82729],[95.651066,41.822204],[95.639882,41.815399],[95.611418,41.802939],[95.57007,41.793784],[95.565659,41.787591],[95.55465,41.779148],[95.532692,41.771504],[95.511387,41.755475],[95.497108,41.749327],[95.439988,41.715392],[95.395512,41.692669],[95.360124,41.668287],[95.338316,41.649166],[95.33294,41.641169],[95.32619,41.621555],[95.314075,41.597152],[95.311323,41.583491],[95.306863,41.572315],[95.296309,41.564998],[95.249109,41.606658],[95.227087,41.644491],[95.221389,41.659299],[95.214092,41.66433],[95.209943,41.675052],[95.192979,41.692235],[95.189494,41.700426],[95.19088,41.704776],[95.195525,41.710601],[95.195401,41.714589],[95.197952,41.717131],[95.197229,41.719234],[95.170455,41.731074],[95.159081,41.74419],[95.139524,41.759928],[95.135633,41.771366],[95.109131,41.766615],[95.009938,41.72473],[94.967648,41.71727],[94.861057,41.667156],[94.80865,41.617788],[94.748873,41.536783],[94.533035,41.504538],[94.182663,41.2671],[94.00932,41.113524],[93.906965,40.982423],[93.806114,40.875999],[93.819683,40.792801],[93.759278,40.663972],[93.504832,40.647567],[92.927343,40.572008],[92.919493,40.39125],[92.905801,40.31008],[92.795315,40.153167],[92.77008,40],[92.744313,39.867563],[92.686546,39.656744],[92.638825,39.513823],[92.524521,39.367895],[92.518868,39.365711],[92.388803,39.267811],[92.380414,39.258637],[92.374082,39.257203],[92.358905,39.249689],[92.338519,39.237423],[92.345911,39.202146],[92.340369,39.19009],[92.340229,39.17745],[92.343721,39.158396],[92.342644,39.145622],[92.344425,39.141375],[92.348003,39.138629],[92.352602,39.128812],[92.352134,39.120243],[92.357864,39.117322],[92.359196,39.113552],[92.357799,39.109474],[92.363468,39.101685],[92.364694,39.095384],[92.34937,39.082932],[92.353354,39.072739],[92.352851,39.068055],[92.355723,39.063601],[92.367855,39.057762],[92.377213,39.056748],[92.384791,39.060247],[92.389312,39.058275],[92.395344,39.051098],[92.39854,39.04441],[92.404603,39.041409],[92.406893,39.037314],[92.405002,39.032947],[92.417374,39.014308],[92.416726,39.009642],[92.409565,39.012444],[92.401067,39.011601],[92.396918,39.006611],[92.386881,39.003703],[92.382225,38.999494],[92.378008,38.998112],[92.345438,38.997353],[92.321383,39.002651],[92.256008,39.000897],[92.251637,38.996605],[92.242249,38.995801],[92.219278,38.989194],[92.212463,38.986401],[92.208288,38.982072],[92.203128,38.983325],[92.192996,38.982024],[92.184433,38.977303],[92.179031,38.967887],[92.169461,38.959251],[92.165621,38.962828],[92.157624,38.963964],[92.152996,38.963381],[92.147741,38.960388],[92.139361,38.963111],[92.131043,38.960624],[92.125583,38.962649],[92.115308,38.961473],[92.111984,38.963342],[92.106599,38.963168],[92.09824,38.960205],[92.089574,38.954757],[92.078837,38.95382],[92.06579,38.955138],[92.050002,38.949061],[92.043703,38.948384],[92.037825,38.950648],[92.028552,38.947388],[92.022249,38.941746],[92.008383,38.942728],[91.997236,38.936319],[91.99066,38.939631],[91.98172,38.933963],[91.970832,38.933305],[91.962473,38.930073],[91.962329,38.926432],[91.958046,38.923445],[91.948642,38.923233],[91.932089,38.91501],[91.92616,38.915221],[91.92141,38.91254],[91.919336,38.908361],[91.908691,38.906775],[91.895948,38.90132],[91.880729,38.899939],[91.877821,38.897439],[91.876525,38.892594],[91.877042,38.882704],[91.874839,38.881442],[91.868265,38.881149],[91.853641,38.876184],[91.842853,38.876621],[91.836194,38.873867],[91.820327,38.877072],[91.817092,38.87514],[91.806718,38.874424],[91.800073,38.870338],[91.778388,38.862933],[91.758824,38.868218],[91.746248,38.869027],[91.727138,38.864502],[91.71119,38.868949],[91.695554,38.866399],[91.680761,38.859543],[91.678426,38.856532],[91.679206,38.852601],[91.667203,38.85444],[91.662178,38.856919],[91.65429,38.853274],[91.643315,38.856904],[91.637331,38.856608],[91.631104,38.84589],[91.62278,38.845581],[91.606575,38.837538],[91.60155,38.838914],[91.594427,38.836605],[91.583567,38.836332],[91.575728,38.830738],[91.569678,38.831912],[91.563403,38.831055],[91.547289,38.824755],[91.53492,38.827252],[91.51669,38.819587],[91.500511,38.815108],[91.49442,38.818591],[91.491239,38.815563],[91.483453,38.813866],[91.469541,38.815591],[91.45378,38.813055],[91.449937,38.813825],[91.440349,38.810304],[91.438498,38.808107],[91.416128,38.800222],[91.412107,38.793038],[91.391656,38.79339],[91.387783,38.788569],[91.377489,38.787096],[91.364317,38.780171],[91.351725,38.767232],[91.342911,38.76988],[91.334519,38.769006],[91.327656,38.766325],[91.324817,38.762393],[91.321997,38.761232],[91.31471,38.761582],[91.311986,38.758793],[91.311035,38.754677],[91.303636,38.748413],[91.286416,38.745245],[91.273595,38.749392],[91.269601,38.745305],[91.250139,38.750831],[91.235561,38.750024],[91.229741,38.747636],[91.228986,38.743755],[91.222457,38.742927],[91.216579,38.744415],[91.209394,38.742919],[91.206963,38.740334],[91.191137,38.732541],[91.126489,38.716994],[91.122348,38.71494],[91.119198,38.709464],[91.114556,38.707457],[91.102444,38.706912],[91.080338,38.70901],[91.070555,38.706529],[91.03918,38.703672],[91.023871,38.697252],[90.993162,38.693533],[90.966297,38.697046],[90.938353,38.688877],[90.921176,38.687473],[90.893846,38.67869],[90.831018,38.668266],[90.814958,38.659133],[90.805721,38.656245],[90.799752,38.656402],[90.804512,38.661627],[90.803991,38.665155],[90.802268,38.666225],[90.790064,38.665597],[90.765869,38.659426],[90.748625,38.660916],[90.724452,38.656505],[90.709045,38.663163],[90.690955,38.667968],[90.675196,38.66649],[90.666268,38.669915],[90.652142,38.67255],[90.621212,38.666252],[90.617085,38.663864],[90.624909,38.658018],[90.641007,38.64093],[90.644966,38.634141],[90.632074,38.630376],[90.622159,38.625356],[90.614162,38.617273],[90.608724,38.614231],[90.605213,38.607678],[90.60975,38.596239],[90.598603,38.59534],[90.579762,38.590989],[90.559266,38.594529],[90.541394,38.579632],[90.533323,38.581887],[90.530378,38.580083],[90.529344,38.578116],[90.534173,38.568762],[90.527096,38.561062],[90.511178,38.560153],[90.500927,38.555413],[90.476578,38.556775],[90.462694,38.55443],[90.455031,38.548754],[90.455879,38.545223],[90.458984,38.543346],[90.461445,38.538738],[90.457158,38.530807],[90.463343,38.524618],[90.46344,38.520399],[90.432995,38.507516],[90.428743,38.500452],[90.428303,38.496508],[90.423032,38.49133],[90.409076,38.491917],[90.398266,38.490074],[90.392709,38.486772],[90.383168,38.484195],[90.370653,38.48537],[90.35373,38.481623],[90.343346,38.484914],[90.327611,38.492756],[90.320579,38.493116],[90.315469,38.490702],[90.310702,38.490459],[90.308079,38.495207],[90.314537,38.500203],[90.303699,38.502231],[90.299774,38.500808],[90.268773,38.498744],[90.259913,38.49262],[90.255387,38.491714],[90.243841,38.492677],[90.236683,38.495468],[90.226062,38.495515],[90.205014,38.491265],[90.197125,38.49115],[90.182495,38.493886],[90.146081,38.489973],[90.132922,38.494641],[90.126721,38.492538],[90.119566,38.485751],[90.111037,38.48201],[90.109361,38.470822],[90.109493,38.437285],[90.107863,38.427451],[90.11332,38.412462],[90.1262,38.399932],[90.136489,38.403697],[90.170094,38.400067],[90.177196,38.396805],[90.16712,38.372095],[90.157874,38.359931],[90.143643,38.362069],[90.140009,38.360458],[90.139805,38.352646],[90.147544,38.35199],[90.150485,38.349418],[90.147004,38.348817],[90.135632,38.340299],[90.142142,38.333662],[90.187864,38.30017],[90.278958,38.237922],[90.350954,38.233211],[90.359718,38.299872],[90.400319,38.310996],[90.529277,38.319773],[90.514727,38.204315],[90.518064,37.730793],[90.519206,37.72885],[90.521021,37.727142],[90.531362,37.72952],[90.53857,37.726698],[90.549478,37.728933],[90.56256,37.723469],[90.578321,37.721867],[90.57755,37.716026],[90.582407,37.704563],[90.602162,37.704025],[90.605985,37.700472],[90.617182,37.696641],[90.621681,37.699243],[90.632899,37.701448],[90.642789,37.697677],[90.650703,37.703573],[90.656801,37.704623],[90.656611,37.700483],[90.659783,37.696604],[90.663846,37.695271],[90.67299,37.697088],[90.67603,37.691792],[90.674268,37.682893],[90.679749,37.681183],[90.684775,37.681834],[90.698914,37.67796],[90.706216,37.673534],[90.714766,37.67487],[90.721565,37.672731],[90.729922,37.666968],[90.741826,37.663991],[90.740434,37.658993],[90.7412,37.65575],[90.746891,37.653641],[90.752615,37.65252],[90.761634,37.653424],[90.765024,37.651235],[90.775254,37.649951],[90.776714,37.647381],[90.786265,37.642819],[90.789306,37.63838],[90.791201,37.630369],[90.802447,37.631525],[90.810941,37.626523],[90.816493,37.615058],[90.822575,37.610212],[90.83362,37.60705],[90.842563,37.608842],[90.843245,37.605573],[90.852531,37.60185],[90.852793,37.597738],[90.85621,37.59337],[90.877349,37.5818],[90.876388,37.579027],[90.882126,37.573359],[90.875553,37.565503],[90.86895,37.562344],[90.869252,37.556121],[90.86259,37.544533],[90.861683,37.532617],[90.866568,37.530003],[90.880906,37.529201],[90.900438,37.518521],[90.9054,37.517833],[90.908963,37.519713],[90.92417,37.503399],[90.932744,37.502941],[90.938707,37.499992],[90.940695,37.497279],[90.941043,37.490348],[90.935442,37.488005],[90.935684,37.481742],[90.95528,37.477928],[90.973989,37.485683],[90.988559,37.48579],[90.993111,37.491298],[90.999638,37.495196],[91.007496,37.49241],[91.012248,37.493784],[91.021275,37.492601],[91.050875,37.48411],[91.054363,37.484668],[91.066537,37.477713],[91.073123,37.476165],[91.074278,37.469731],[91.079634,37.464434],[91.079212,37.462804],[91.094327,37.451476],[91.099285,37.44548],[91.107487,37.428818],[91.107811,37.405323],[91.111775,37.382467],[91.116486,37.377241],[91.126291,37.373745],[91.126036,37.369823],[91.120567,37.364246],[91.128235,37.360828],[91.134165,37.356041],[91.135181,37.353194],[91.1313,37.347508],[91.134301,37.337603],[91.134155,37.328732],[91.131861,37.327295],[91.132851,37.322943],[91.145865,37.315181],[91.156539,37.312948],[91.168556,37.302678],[91.17009,37.298979],[91.166086,37.293358],[91.165379,37.288024],[91.171026,37.282433],[91.18318,37.277637],[91.188489,37.277987],[91.191382,37.275549],[91.191253,37.272483],[91.186214,37.267311],[91.189391,37.258986],[91.187372,37.255869],[91.18623,37.246898],[91.189297,37.245239],[91.190473,37.23726],[91.192087,37.235347],[91.188039,37.222579],[91.190216,37.218722],[91.193757,37.217379],[91.196117,37.211282],[91.188447,37.205336],[91.190649,37.20324],[91.204665,37.199495],[91.21724,37.199741],[91.220024,37.192951],[91.224079,37.189786],[91.228532,37.188746],[91.229132,37.182104],[91.236463,37.178384],[91.250188,37.179317],[91.256058,37.176906],[91.261329,37.173677],[91.261602,37.170425],[91.264221,37.16695],[91.275362,37.163959],[91.278457,37.158458],[91.274606,37.14993],[91.279617,37.142723],[91.279319,37.134679],[91.284618,37.105222],[91.296602,37.093486],[91.301708,37.083503],[91.300639,37.059928],[91.290303,37.051216],[91.287593,37.043153],[91.296395,37.037554],[91.305443,37.035074],[91.307741,37.032304],[91.312826,37.020575],[91.305389,37.013022],[91.275097,37.01141],[91.245699,37.014574],[91.232038,37.009843],[91.21489,37.009643],[91.185139,37.025688],[91.179196,37.025211],[91.176239,37.02124],[91.166926,37.020335],[91.154583,37.016164],[91.145753,37.009894],[91.137331,37.008961],[91.129958,37.005764],[91.128412,36.98362],[91.12464,36.977215],[91.114604,36.970256],[91.061104,36.967949],[91.047832,36.965708],[91.045634,36.963799],[91.043834,36.958401],[91.041753,36.944561],[91.036802,36.928994],[91.023396,36.926266],[90.991458,36.914964],[90.981291,36.913303],[90.963356,36.91931],[90.946179,36.91816],[90.929629,36.920334],[90.901736,36.920479],[90.890851,36.918023],[90.869938,36.920608],[90.854656,36.916263],[90.812842,36.881296],[90.811304,36.87696],[90.806319,36.871528],[90.794013,36.861623],[90.791152,36.853195],[90.791614,36.847124],[90.788144,36.845667],[90.778989,36.836611],[90.763108,36.833838],[90.760855,36.827631],[90.751095,36.824226],[90.738535,36.827477],[90.731453,36.826489],[90.730503,36.81851],[90.726902,36.811712],[90.727769,36.803272],[90.720964,36.79798],[90.72324,36.772813],[90.7304,36.76765],[90.730495,36.760227],[90.725603,36.756283],[90.725697,36.754776],[90.728396,36.750281],[90.734398,36.747498],[90.735313,36.739872],[90.737423,36.736982],[90.751951,36.732085],[90.755712,36.722236],[90.740863,36.711181],[90.731621,36.710486],[90.719718,36.70674],[90.71757,36.697667],[90.719407,36.690741],[90.709234,36.683432],[90.713536,36.672418],[90.704643,36.661054],[90.70946,36.658923],[90.718665,36.661683],[90.730525,36.655308],[90.728678,36.646797],[90.73422,36.633557],[90.733455,36.623896],[90.731282,36.621102],[90.721927,36.619854],[90.721414,36.617665],[90.72586,36.604277],[90.739264,36.585786],[90.749112,36.583539],[90.755624,36.586224],[90.76597,36.586745],[90.775833,36.582564],[90.787874,36.583584],[90.803858,36.582207],[90.810838,36.585225],[90.825514,36.57833],[90.817368,36.568758],[90.816065,36.565052],[90.817182,36.560262],[90.823738,36.561201],[90.833414,36.559239],[90.845224,36.561613],[90.858046,36.557712],[90.86813,36.556893],[90.877867,36.559368],[90.883426,36.557706],[90.897019,36.560879],[90.902788,36.56047],[90.905753,36.560038],[90.908937,36.557057],[90.909487,36.553398],[90.917797,36.550091],[90.928525,36.55442],[90.943064,36.553526],[90.954876,36.550103],[90.970635,36.548357],[90.986849,36.543259],[91.001095,36.542217],[91.009799,36.539244],[91.015478,36.532711],[91.033689,36.531286],[91.025967,36.511153],[91.025788,36.507156],[91.027205,36.503238],[91.031606,36.500921],[91.035,36.496582],[91.030955,36.485701],[91.032399,36.482394],[91.039191,36.475982],[91.027636,36.470926],[91.031094,36.46568],[91.027721,36.457346],[91.025761,36.442731],[91.028755,36.438677],[91.034487,36.435615],[91.049588,36.43424],[91.051333,36.430083],[91.047267,36.42218],[91.038537,36.411926],[91.036869,36.401921],[91.031457,36.397159],[91.032659,36.392128],[91.041694,36.385012],[91.037978,36.383539],[91.037818,36.37703],[91.031013,36.367186],[91.027558,36.358809],[91.031618,36.345431],[91.035278,36.341668],[91.02569,36.333423],[91.024931,36.324186],[91.034288,36.319685],[91.039676,36.314229],[91.05071,36.309619],[91.047044,36.304304],[91.050386,36.300681],[91.056097,36.298664],[91.061285,36.30119],[91.067783,36.30107],[91.07584,36.293013],[91.07408,36.287149],[91.053084,36.270562],[91.04571,36.254255],[91.044665,36.245909],[91.050195,36.238624],[91.096831,36.217484],[91.092375,36.205605],[91.093834,36.198419],[91.090159,36.186105],[91.098479,36.179719],[91.100531,36.175935],[91.098632,36.171384],[91.092092,36.165118],[91.093112,36.161866],[91.095207,36.16198],[91.105555,36.154632],[91.107477,36.148181],[91.114433,36.142751],[91.116109,36.139109],[91.115184,36.133232],[91.117067,36.122879],[91.120282,36.115582],[91.123661,36.113025],[91.11844,36.103815],[91.111364,36.097076],[91.104479,36.093079],[91.079326,36.088237],[91.054701,36.09547],[91.036666,36.093799],[91.029751,36.101572],[91.010845,36.104035],[91.001819,36.101236],[90.998749,36.102911],[90.997601,36.107133],[90.991983,36.108189],[90.985956,36.104992],[90.975771,36.10648],[90.970721,36.099159],[90.964008,36.096874],[90.959605,36.091587],[90.949402,36.061012],[90.9408,36.047499],[90.931159,36.040806],[90.925335,36.031228],[90.919194,36.029356],[90.912015,36.031915],[90.90241,36.031114],[90.891796,36.028682],[90.886493,36.024907],[90.877006,36.027381],[90.870053,36.026573],[90.860889,36.020929],[90.852014,36.018391],[90.840084,36.018358],[90.824886,36.03069],[90.814797,36.03497],[90.81596,36.039206],[90.818804,36.041453],[90.810742,36.045498],[90.804119,36.044228],[90.793898,36.053523],[90.773472,36.087907],[90.757587,36.093998],[90.745756,36.095292],[90.737887,36.098363],[90.731911,36.102722],[90.7241,36.105127],[90.712209,36.115869],[90.683287,36.128084],[90.651064,36.136294],[90.642483,36.133101],[90.626406,36.132438],[90.614905,36.127553],[90.599264,36.13032],[90.586324,36.134608],[90.574946,36.131033],[90.56651,36.133422],[90.563388,36.138996],[90.552263,36.145481],[90.527533,36.14899],[90.516321,36.148218],[90.498419,36.144334],[90.485775,36.139437],[90.480688,36.132489],[90.473422,36.1313],[90.458741,36.13391],[90.429902,36.134834],[90.408063,36.140144],[90.381264,36.144053],[90.369982,36.148506],[90.358726,36.144017],[90.341713,36.145479],[90.33575,36.148282],[90.330867,36.155349],[90.323919,36.159657],[90.308247,36.160595],[90.289161,36.158727],[90.269331,36.162238],[90.251079,36.158051],[90.235704,36.16138],[90.227585,36.168103],[90.20947,36.17814],[90.194946,36.189874],[90.175272,36.189753],[90.167597,36.193052],[90.154431,36.194458],[90.142149,36.20332],[90.12698,36.208883],[90.125306,36.211906],[90.128498,36.223381],[90.136248,36.233802],[90.143245,36.239831],[90.141511,36.241958],[90.132043,36.242656],[90.126865,36.245807],[90.115661,36.248447],[90.10862,36.246602],[90.105133,36.24963],[90.101434,36.250251],[90.085567,36.250205],[90.079465,36.256929],[90.069166,36.256906],[90.06159,36.253963],[90.050934,36.260068],[90.045301,36.266683],[90.044763,36.272918],[90.041558,36.276719],[90.015489,36.275405],[90.007179,36.277394],[90.003148,36.280492],[90.000276,36.278311],[90.000708,36.274384],[90.006187,36.267069],[90.021733,36.263844],[90.025754,36.257386],[90.02637,36.253255],[90.021559,36.243824],[90.021518,36.233244],[90.016713,36.212575],[90.011507,36.202147],[90.006242,36.196855],[90.005879,36.193552],[90.008617,36.187661],[90.007965,36.184439],[90.001397,36.178139],[89.996464,36.169571],[89.991104,36.164018],[89.977809,36.15507],[89.943048,36.141312],[89.935562,36.131313],[89.940498,36.116005],[89.945156,36.111674],[89.947529,36.099987],[89.943098,36.093683],[89.941506,36.084221],[89.944686,36.079159],[89.945692,36.070107],[89.940374,36.067968],[89.926053,36.077096],[89.919095,36.076986],[89.91154,36.079868],[89.907002,36.075411],[89.900945,36.079622],[89.898578,36.078225],[89.884648,36.077474],[89.858361,36.082134],[89.850549,36.079999],[89.850622,36.077955],[89.847202,36.07615],[89.831596,36.079245],[89.822151,36.077966],[89.817174,36.081144],[89.810595,36.08018],[89.808365,36.076297],[89.79174,36.071391],[89.77508,36.075116],[89.77265,36.078969],[89.767886,36.079637],[89.765569,36.075119],[89.761387,36.073139],[89.750662,36.080359],[89.729764,36.083429],[89.725322,36.088028],[89.708733,36.093377],[89.705585,36.097778],[89.689882,36.097809],[89.678856,36.091606],[89.674169,36.096802],[89.670213,36.095769],[89.66626,36.097121],[89.665553,36.100848],[89.662533,36.103257],[89.65558,36.097555],[89.648094,36.098416],[89.63496,36.109361],[89.627461,36.108072],[89.615422,36.109295],[89.607493,36.114982],[89.599805,36.117963],[89.591663,36.127086],[89.5875,36.127864],[89.581954,36.132135],[89.572483,36.133112],[89.557839,36.141424],[89.552129,36.138018],[89.540037,36.135139],[89.51304,36.140853],[89.497404,36.15597],[89.49006,36.157251],[89.483769,36.154103],[89.475812,36.159691],[89.471363,36.168335],[89.465664,36.169211],[89.461646,36.172187],[89.457208,36.172223],[89.450478,36.178409],[89.441749,36.177624],[89.440588,36.183328],[89.43297,36.186263],[89.431821,36.189107],[89.426007,36.189554],[89.427068,36.19743],[89.425562,36.201148],[89.415203,36.208449],[89.406503,36.210637],[89.403885,36.207032],[89.402151,36.207164],[89.399718,36.21381],[89.397227,36.215551],[89.386336,36.21316],[89.376359,36.214109],[89.37356,36.220478],[89.367475,36.223236],[89.361292,36.233091],[89.35099,36.230791],[89.333477,36.237929],[89.320093,36.237005],[89.314585,36.233216],[89.301922,36.229432],[89.293426,36.229803],[89.285816,36.235886],[89.270126,36.255395],[89.269769,36.25703],[89.274402,36.261986],[89.272056,36.263508],[89.26023,36.264641],[89.251093,36.268708],[89.251725,36.274263],[89.246426,36.283288],[89.25043,36.285846],[89.241076,36.29228],[89.229384,36.292843],[89.225114,36.290574],[89.222122,36.288214],[89.222321,36.283698],[89.220491,36.280063],[89.216745,36.278281],[89.213378,36.274175],[89.205303,36.270987],[89.202782,36.264939],[89.198553,36.260578],[89.185395,36.259555],[89.168974,36.263218],[89.160831,36.263485],[89.153289,36.258316],[89.125277,36.251526],[89.108374,36.260854],[89.105127,36.264087],[89.103828,36.270067],[89.097436,36.276807],[89.097454,36.282675],[89.080733,36.283901],[89.068829,36.287042],[89.059662,36.293965],[89.050938,36.292677],[89.048096,36.295552],[89.047872,36.299335],[89.043665,36.303838],[89.031569,36.310803],[89.024928,36.309121],[89.011589,36.315737],[88.998619,36.317162],[88.988882,36.311568],[88.97389,36.319193],[88.971192,36.318488],[88.967685,36.314543],[88.96454,36.314378],[88.959843,36.321125],[88.948962,36.327086],[88.946452,36.330724],[88.937996,36.337009],[88.934801,36.342383],[88.932245,36.353014],[88.929121,36.355355],[88.926913,36.36121],[88.924382,36.363488],[88.920153,36.363618],[88.913028,36.361006],[88.906182,36.362762],[88.89968,36.361889],[88.875461,36.350799],[88.866967,36.349084],[88.858965,36.35093],[88.843111,36.360157],[88.819668,36.344575],[88.796904,36.336904],[88.795408,36.329332],[88.789564,36.323394],[88.789046,36.31723],[88.791109,36.308942],[88.785858,36.2968],[88.780689,36.292271],[88.763832,36.292826],[88.751904,36.299174],[88.744578,36.311017],[88.730323,36.313808],[88.724757,36.317754],[88.722767,36.323286],[88.727791,36.329938],[88.71402,36.338622],[88.713752,36.345231],[88.715666,36.352095],[88.714548,36.355548],[88.662647,36.368786],[88.65687,36.381765],[88.649869,36.383922],[88.64147,36.383257],[88.621915,36.388339],[88.614062,36.392041],[88.613905,36.404061],[88.611627,36.412406],[88.614421,36.420757],[88.610953,36.422649],[88.606532,36.434082],[88.602177,36.436105],[88.599463,36.440506],[88.589696,36.44625],[88.58449,36.461039],[88.566859,36.462932],[88.556184,36.460478],[88.546191,36.447983],[88.529479,36.451783],[88.518253,36.45689],[88.513385,36.456606],[88.503774,36.451318],[88.477955,36.456034],[88.476142,36.459646],[88.479075,36.477765],[88.473916,36.481193],[88.468061,36.481487],[88.445594,36.477051],[88.438984,36.47922],[88.418782,36.477382],[88.411878,36.472027],[88.406157,36.472096],[88.400511,36.47331],[88.3952,36.477687],[88.38654,36.479345],[88.38496,36.483066],[88.375336,36.484511],[88.369371,36.478568],[88.359563,36.481198],[88.354523,36.47715],[88.359849,36.473211],[88.360911,36.4675],[88.364698,36.463558],[88.363325,36.458295],[88.345858,36.458141],[88.33555,36.462322],[88.331882,36.461567],[88.320098,36.463382],[88.316086,36.466665],[88.29637,36.464156],[88.288111,36.46707],[88.280531,36.464906],[88.274717,36.465665],[88.270136,36.469204],[88.26067,36.471913],[88.246309,36.470094],[88.241938,36.47148],[88.234742,36.467074],[88.220872,36.448754],[88.214904,36.446952],[88.206201,36.447044],[88.201355,36.45241],[88.193402,36.451032],[88.182815,36.455703],[88.170457,36.448518],[88.170883,36.444036],[88.165861,36.438366],[88.158256,36.439236],[88.158107,36.435265],[88.156361,36.433933],[88.136527,36.429435],[88.100349,36.429252],[88.076462,36.432086],[88.071566,36.434495],[88.061046,36.43139],[88.052245,36.430825],[88.016168,36.431204],[88.004225,36.427731],[87.994417,36.430307],[87.97507,36.429973],[87.967319,36.432197],[87.96599,36.427476],[87.968143,36.419347],[87.966605,36.411102],[87.96766,36.40727],[87.962554,36.404028],[87.949398,36.400945],[87.938251,36.401108],[87.93053,36.404734],[87.922541,36.397086],[87.913226,36.393591],[87.872112,36.389547],[87.869007,36.393168],[87.866385,36.393691],[87.850756,36.390246],[87.837458,36.384674],[87.828064,36.38641],[87.82717,36.390274],[87.824227,36.391829],[87.821512,36.391199],[87.819289,36.386791],[87.814013,36.385257],[87.811117,36.38598],[87.806564,36.390304],[87.802239,36.391264],[87.7981,36.380122],[87.778377,36.376383],[87.769059,36.376486],[87.761158,36.379455],[87.730342,36.38509],[87.703928,36.382522],[87.701637,36.377054],[87.693629,36.372653],[87.682343,36.369435],[87.659999,36.36866],[87.655448,36.37303],[87.650992,36.370408],[87.645193,36.370121],[87.640814,36.363665],[87.63372,36.359492],[87.624531,36.35797],[87.618412,36.362548],[87.611544,36.358179],[87.59589,36.357085],[87.583926,36.346866],[87.572819,36.346677],[87.562399,36.340011],[87.537344,36.349059],[87.514266,36.349416],[87.50641,36.356516],[87.493392,36.353487],[87.478649,36.352942],[87.466946,36.355468],[87.463101,36.359709],[87.453262,36.388463],[87.456744,36.411509],[87.45084,36.413768],[87.431322,36.415889],[87.423616,36.426182],[87.410521,36.422116],[87.398544,36.416169],[87.384623,36.415334],[87.372062,36.41789],[87.368533,36.420329],[87.360561,36.421163],[87.35845,36.41801],[87.360196,36.41415],[87.358771,36.409572],[87.342868,36.400272],[87.342566,36.396879],[87.345967,36.393129],[87.333414,36.38569],[87.325438,36.383003],[87.306419,36.362669],[87.298515,36.358267],[87.293319,36.358465],[87.283655,36.36579],[87.273632,36.362476],[87.27228,36.358004],[87.264958,36.356578],[87.261668,36.356709],[87.244806,36.364083],[87.228324,36.361904],[87.219417,36.352378],[87.210951,36.354547],[87.195955,36.352979],[87.186103,36.345702],[87.165719,36.324742],[87.154433,36.320053],[87.154824,36.318534],[87.151411,36.314029],[87.160536,36.308562],[87.159869,36.303418],[87.152657,36.298366],[87.144847,36.299653],[87.141293,36.293125],[87.131554,36.295761],[87.10477,36.296262],[87.099762,36.298085],[87.09844,36.302275],[87.096002,36.303754],[87.089723,36.301987],[87.074444,36.30937],[87.073509,36.304783],[87.071763,36.303577],[87.054361,36.300565],[87.051804,36.297754],[87.050459,36.292108],[87.038,36.29358],[87.029788,36.298063],[87.025472,36.295669],[87.021409,36.295572],[87.002425,36.302125],[86.994424,36.295451],[86.990655,36.294212],[86.984117,36.293997],[86.975177,36.296285],[86.969834,36.291436],[86.960805,36.288696],[86.954345,36.290484],[86.946694,36.289888],[86.934854,36.280686],[86.933871,36.274273],[86.928897,36.265567],[86.921799,36.265548],[86.912569,36.267904],[86.890294,36.262221],[86.885384,36.266609],[86.882901,36.271767],[86.873266,36.275905],[86.870148,36.284952],[86.863686,36.288187],[86.860501,36.296457],[86.862041,36.299165],[86.860954,36.300425],[86.85143,36.300455],[86.844052,36.29545],[86.820347,36.289657],[86.808249,36.2945],[86.764836,36.298206],[86.763146,36.297506],[86.761789,36.293104],[86.753181,36.28937],[86.747021,36.290626],[86.739626,36.289668],[86.737895,36.287614],[86.731724,36.286151],[86.731371,36.284047],[86.735466,36.277957],[86.733238,36.275807],[86.730193,36.267142],[86.719727,36.26202],[86.715964,36.263825],[86.705023,36.26458],[86.703504,36.25737],[86.70058,36.253556],[86.697958,36.245092],[86.691099,36.245468],[86.686002,36.247786],[86.682983,36.244842],[86.67821,36.243683],[86.65502,36.246176],[86.652753,36.245033],[86.655013,36.238135],[86.650181,36.230905],[86.637995,36.230417],[86.619262,36.225146],[86.615289,36.219385],[86.606185,36.222868],[86.603602,36.226295],[86.600031,36.224908],[86.596237,36.220666],[86.591681,36.219656],[86.588778,36.222346],[86.58601,36.222385],[86.580389,36.218178],[86.565004,36.222799],[86.553745,36.222204],[86.538872,36.227196],[86.525536,36.229425],[86.520851,36.21879],[86.52257,36.212218],[86.516928,36.212006],[86.51362,36.209682],[86.524091,36.203522],[86.523053,36.201543],[86.506262,36.200927],[86.5,36.198663],[86.490246,36.20171],[86.463736,36.215887],[86.454465,36.215673],[86.453029,36.222003],[86.444794,36.223124],[86.437769,36.226964],[86.430787,36.208116],[86.415659,36.206246],[86.396515,36.206857],[86.389321,36.202682],[86.384223,36.192951],[86.379294,36.189754],[86.373026,36.188792],[86.370541,36.181648],[86.361966,36.170886],[86.363141,36.16379],[86.350125,36.162381],[86.344884,36.159788],[86.324206,36.163371],[86.316894,36.162317],[86.315823,36.164421],[86.309317,36.166714],[86.292546,36.169859],[86.283379,36.169127],[86.276207,36.172502],[86.275477,36.166691],[86.277299,36.163999],[86.276193,36.159764],[86.266795,36.158765],[86.260515,36.151328],[86.248931,36.149931],[86.244911,36.145461],[86.235872,36.140694],[86.22203,36.140526],[86.21789,36.136537],[86.212395,36.136939],[86.194128,36.132993],[86.188657,36.133583],[86.184247,36.131392],[86.184145,36.101209],[86.180844,36.096654],[86.180714,36.092928],[86.18272,36.087072],[86.181509,36.081092],[86.176756,36.074913],[86.17978,36.071891],[86.17994,36.06518],[86.185058,36.061479],[86.186187,36.05541],[86.194045,36.053899],[86.197191,36.04932],[86.196846,36.040884],[86.198415,36.036722],[86.197428,36.033082],[86.176995,36.029638],[86.170151,36.018566],[86.172197,36.010909],[86.170992,36.00836],[86.159293,36.008109],[86.143376,35.998878],[86.128387,35.97533],[86.128389,35.960477],[86.126,35.942166],[86.122133,35.939694],[86.117092,35.928096],[86.103946,35.927429],[86.091932,35.909214],[86.092214,35.902722],[86.088476,35.893532],[86.090567,35.887581],[86.085407,35.875834],[86.080139,35.870611],[86.078389,35.862265],[86.061298,35.856231],[86.059042,35.853881],[86.056557,35.846179],[86.0523,35.842646],[86.049217,35.843061],[86.047249,35.846092],[86.037161,35.848083],[86.029652,35.843109],[86.027504,35.839117],[86.021381,35.838647],[86.016429,35.834882],[86.009934,35.833428],[85.999674,35.819681],[85.988924,35.816716],[85.976079,35.801331],[85.970178,35.798368],[85.966089,35.789489],[85.953401,35.786948],[85.95162,35.782264],[85.946847,35.779112],[85.932773,35.781695],[85.911704,35.782943],[85.904705,35.78639],[85.881741,35.781658],[85.853955,35.780589],[85.848836,35.776857],[85.835478,35.77265],[85.82334,35.774787],[85.821061,35.773935],[85.810216,35.779575],[85.805814,35.780036],[85.798258,35.777886],[85.791058,35.772723],[85.78488,35.770884],[85.776787,35.769769],[85.758166,35.771354],[85.749637,35.766563],[85.738614,35.765966],[85.731628,35.758757],[85.723404,35.755522],[85.698617,35.751298],[85.694156,35.752703],[85.689276,35.751799],[85.67896,35.744263],[85.669746,35.734994],[85.660482,35.733929],[85.64958,35.729928],[85.648308,35.727406],[85.648969,35.723011],[85.643531,35.718134],[85.639248,35.70653],[85.627334,35.698732],[85.62651,35.688343],[85.627758,35.680203],[85.618628,35.673864],[85.619295,35.667333],[85.617509,35.663345],[85.612181,35.661412],[85.612045,35.653134],[85.603766,35.653052],[85.596327,35.645827],[85.588705,35.644601],[85.58411,35.646786],[85.576108,35.645472],[85.56973,35.640208],[85.560886,35.643103],[85.560788,35.645607],[85.556737,35.648598],[85.549259,35.650602],[85.547054,35.654638],[85.525671,35.662237],[85.519305,35.670382],[85.51645,35.680919],[85.506431,35.685085],[85.484369,35.682791],[85.453472,35.688142],[85.435536,35.68945],[85.386962,35.701195],[85.379772,35.702174],[85.371272,35.700956],[85.367402,35.706457],[85.36481,35.728369],[85.353215,35.742841],[85.340874,35.752922],[85.315085,35.765253],[85.299405,35.768665],[85.279527,35.776338],[85.27917,35.77942],[85.283759,35.785681],[85.281259,35.787961],[85.263049,35.789278],[85.249713,35.781918],[85.236417,35.779156],[85.21841,35.78057],[85.217876,35.778621],[85.223374,35.773691],[85.22393,35.771197],[85.21697,35.76677],[85.204559,35.76405],[85.193226,35.758538],[85.172906,35.755026],[85.161518,35.749672],[85.160467,35.747774],[85.146625,35.743811],[85.089597,35.745462],[85.063048,35.749631],[85.052771,35.752981],[85.035238,35.751009],[85.026927,35.747545],[84.995342,35.74026],[84.970996,35.709635],[84.958811,35.704977],[84.944478,35.701848],[84.917935,35.691873],[84.860618,35.676519],[84.859758,35.67193],[84.857661,35.669692],[84.839526,35.666537],[84.831315,35.653717],[84.816937,35.65084],[84.811773,35.646942],[84.79603,35.648177],[84.786636,35.642745],[84.783317,35.638177],[84.769844,35.634407],[84.76,35.624035],[84.748849,35.624048],[84.739384,35.620113],[84.737227,35.617201],[84.724005,35.613434],[84.710925,35.613617],[84.698842,35.617734],[84.696032,35.615921],[84.689543,35.615665],[84.666486,35.610021],[84.631267,35.596176],[84.602366,35.59051],[84.58615,35.589845],[84.580907,35.591],[84.568991,35.589526],[84.561734,35.587121],[84.554519,35.582265],[84.541489,35.578103],[84.51964,35.566294],[84.507836,35.564985],[84.496983,35.566748],[84.477729,35.559139],[84.460312,35.556693],[84.454739,35.553416],[84.44639,35.551847],[84.443823,35.547234],[84.445635,35.534199],[84.449969,35.530957],[84.455719,35.531138],[84.457872,35.527557],[84.47158,35.527551],[84.474799,35.517936],[84.471979,35.514834],[84.463454,35.512074],[84.461215,35.495946],[84.448679,35.481976],[84.451958,35.476607],[84.45145,35.474616],[84.424593,35.468309],[84.413659,35.463248],[84.402815,35.45708],[84.391013,35.447322],[84.354026,35.432252],[84.341191,35.423165],[84.334603,35.416513],[84.319854,35.413072],[84.307381,35.412213],[84.286194,35.406697],[84.253543,35.40473],[84.245942,35.400581],[84.242935,35.396986],[84.24317,35.393844],[84.232085,35.397214],[84.220532,35.38785],[84.200654,35.383127],[84.182733,35.364382],[84.172378,35.358474],[84.157496,35.359643],[84.156406,35.363208],[84.137299,35.379638],[84.13041,35.37494],[84.123628,35.37625],[84.119726,35.375395],[84.097761,35.362594],[84.092339,35.363553],[84.086257,35.38238],[84.076851,35.393475],[84.074442,35.399804],[84.063176,35.41078],[84.053627,35.412944],[84.05165,35.415512],[84.046772,35.417538],[84.041428,35.413414],[84.029202,35.410218],[84.027926,35.413575],[84.024662,35.41549],[84.011101,35.415146],[84.009256,35.418834],[84.003896,35.42212],[83.965672,35.413136],[83.945285,35.410903],[83.935086,35.407441],[83.927391,35.407807],[83.920778,35.411776],[83.91009,35.408657],[83.902031,35.404328],[83.887863,35.388248],[83.887486,35.385161],[83.890087,35.383943],[83.89026,35.381697],[83.879547,35.367284],[83.855081,35.359463],[83.822313,35.361512],[83.819861,35.360827],[83.818497,35.358227],[83.795523,35.3527],[83.787987,35.357684],[83.786161,35.364817],[83.782489,35.366864],[83.770194,35.364524],[83.750053,35.364337],[83.730288,35.368435],[83.691135,35.365454],[83.679485,35.363983],[83.642472,35.344785],[83.614356,35.336294],[83.608633,35.339565],[83.607706,35.348462],[83.576025,35.351839],[83.574393,35.35308],[83.53382,35.345061],[83.528609,35.350471],[83.539172,35.359582],[83.539319,35.362148],[83.536898,35.365305],[83.524097,35.368455],[83.516745,35.367662],[83.50252,35.36153],[83.49034,35.360684],[83.480877,35.365518],[83.476695,35.372655],[83.472597,35.374544],[83.463087,35.372301],[83.455953,35.373103],[83.447853,35.383196],[83.435158,35.383175],[83.423899,35.380903],[83.414173,35.383369],[83.37477,35.376836],[83.358101,35.378297],[83.35667,35.384335],[83.361399,35.391228],[83.360579,35.396335],[83.343889,35.398169],[83.31428,35.39527],[83.290161,35.398882],[83.281818,35.405561],[83.273962,35.408288],[83.259552,35.409211],[83.238685,35.424478],[83.223973,35.409384],[83.207959,35.401684],[83.202844,35.397434],[83.177353,35.389414],[83.148846,35.398487],[83.115762,35.400704],[83.100047,35.409449],[83.098104,35.418396],[83.093394,35.424071],[83.077783,35.430315],[83.075951,35.433585],[83.07783,35.439136],[83.075486,35.450037],[83.051104,35.476392],[83.015375,35.481803],[83.012547,35.480716],[83.010988,35.477951],[83.007448,35.477501],[83.001587,35.481556],[82.99616,35.492813],[82.996156,35.499961],[82.981856,35.505572],[82.984262,35.514234],[82.98427,35.521464],[82.982555,35.52591],[82.972353,35.538058],[82.967602,35.539619],[82.973798,35.547232],[82.979757,35.548824],[82.983686,35.554779],[82.97793,35.571836],[82.983394,35.57765],[82.984471,35.584101],[82.983899,35.586471],[82.976894,35.592157],[82.980811,35.609066],[82.972743,35.618009],[82.958222,35.624962],[82.955443,35.632831],[82.957971,35.646668],[82.955595,35.652499],[82.959616,35.658444],[82.963864,35.658296],[82.967101,35.663087],[82.965045,35.672187],[82.94832,35.67928],[82.89861,35.678722],[82.883723,35.67554],[82.874242,35.683288],[82.877585,35.688472],[82.874665,35.690156],[82.858827,35.689795],[82.832295,35.678701],[82.803898,35.686045],[82.794204,35.690792],[82.790522,35.68715],[82.784189,35.684962],[82.778651,35.670875],[82.778219,35.665826],[82.769995,35.658603],[82.751442,35.653112],[82.739873,35.646098],[82.736009,35.64206],[82.736541,35.638534],[82.731596,35.638109],[82.720217,35.641104],[82.691071,35.665756],[82.676344,35.669886],[82.668034,35.666838],[82.65478,35.669462],[82.649887,35.683321],[82.646637,35.685785],[82.642289,35.687486],[82.637686,35.684431],[82.631407,35.685711],[82.626634,35.687333],[82.622152,35.692787],[82.6075,35.698321],[82.602,35.695528],[82.585855,35.69497],[82.544179,35.708712],[82.527373,35.699187],[82.508685,35.698085],[82.499157,35.705161],[82.477441,35.713528],[82.462461,35.715376],[82.412578,35.709599],[82.402354,35.695109],[82.398603,35.685568],[82.402345,35.681966],[82.402108,35.663534],[82.398067,35.657597],[82.393352,35.654897],[82.365671,35.651157],[82.360886,35.651623],[82.34907,35.656507],[82.333828,35.654256],[82.333957,35.639985],[82.343452,35.633084],[82.350607,35.613025],[82.337673,35.598211],[82.328855,35.591277],[82.328418,35.578008],[82.335945,35.572764],[82.323057,35.555468],[82.310638,35.542981],[82.283999,35.5404],[82.279919,35.541956],[82.268493,35.55229],[82.25911,35.54664],[82.253613,35.531096],[82.241972,35.52263],[82.218519,35.520588],[82.210315,35.522092],[82.203339,35.521252],[82.193021,35.518515],[82.187664,35.515194],[82.183882,35.510324],[82.182535,35.493368],[82.183724,35.491339],[82.177914,35.487269],[82.169783,35.486623],[82.165187,35.491729],[82.164212,35.497185],[82.158124,35.499373],[82.149791,35.496808],[82.147579,35.490135],[82.139364,35.482704],[82.097206,35.471332],[82.086534,35.465299],[82.07708,35.451685],[82.04775,35.451236],[82.039289,35.454218],[82.031156,35.454753],[82.028163,35.449958],[82.025265,35.429358],[82.034833,35.405581],[82.045934,35.369252],[82.049934,35.361246],[82.049786,35.34927],[82.04266,35.339163],[82.04115,35.331957],[82.035561,35.32801],[82.015104,35.319669],[82.010568,35.311337],[81.987585,35.306353],[81.983187,35.306723],[81.969562,35.31385],[81.954185,35.309437],[81.940756,35.297708],[81.935319,35.280015],[81.929035,35.273256],[81.925726,35.272198],[81.911522,35.274503],[81.896877,35.274055],[81.868602,35.266838],[81.86343,35.262091],[81.857441,35.261077],[81.819563,35.266921],[81.802735,35.272216],[81.79721,35.276289],[81.765333,35.26595],[81.751226,35.267907],[81.735463,35.260461],[81.730643,35.262594],[81.724573,35.261563],[81.703878,35.250306],[81.692984,35.240356],[81.680441,35.23553],[81.647757,35.232983],[81.626468,35.234648],[81.615395,35.238771],[81.603852,35.237247],[81.569684,35.236712],[81.558785,35.237214],[81.548683,35.241264],[81.53938,35.24189],[81.512731,35.235272],[81.49715,35.252793],[81.497277,35.260556],[81.502253,35.277843],[81.499111,35.285338],[81.491384,35.29336],[81.479116,35.294326],[81.450658,35.313259],[81.445563,35.318344],[81.444478,35.327355],[81.440584,35.333517],[81.407796,35.337187],[81.400549,35.34125],[81.383528,35.340606],[81.370236,35.344625],[81.363461,35.354117],[81.355174,35.351142],[81.349572,35.344575],[81.345605,35.343067],[81.33465,35.350403],[81.326992,35.349877],[81.325535,35.347356],[81.326773,35.340975],[81.322797,35.339037],[81.31089,35.338733],[81.299015,35.344722],[81.272152,35.347852],[81.266534,35.343159],[81.260066,35.331662],[81.258848,35.325326],[81.253782,35.325889],[81.241098,35.334842],[81.232998,35.33335],[81.222601,35.325902],[81.214212,35.324333],[81.195878,35.355883],[81.191558,35.366081],[81.178622,35.371686],[81.151056,35.363033],[81.126973,35.371316],[81.121328,35.386848],[81.110259,35.387704],[81.106509,35.387187],[81.103457,35.384764],[81.096185,35.384157],[81.094396,35.385843],[81.093001,35.392007],[81.098864,35.399797],[81.099599,35.403557],[81.098,35.406743],[81.0885,35.410842],[81.070928,35.400133],[81.059595,35.400692],[81.050862,35.404923],[81.048815,35.404287],[81.030279,35.384173],[81.027943,35.378678],[81.027642,35.372377],[81.037273,35.366443],[81.030493,35.341718],[81.027916,35.338352],[81.021151,35.33651],[81.000408,35.335493],[81.002283,35.330543],[81.016826,35.316256],[81.023701,35.312795],[81.022904,35.311903],[81.008526,35.309064],[81.003777,35.312214],[80.991212,35.313538],[80.987746,35.31194],[80.96602,35.31115],[80.942982,35.316053],[80.937905,35.319774],[80.93495,35.325765],[80.926133,35.332078],[80.908566,35.324745],[80.884192,35.32265],[80.880257,35.330621],[80.860468,35.341513],[80.855336,35.342602],[80.832368,35.341927],[80.821706,35.34396],[80.787136,35.341572],[80.751815,35.335228],[80.726303,35.336496],[80.719487,35.335069],[80.687384,35.337987],[80.679575,35.342567],[80.683492,35.346515],[80.685482,35.353304],[80.685489,35.360365],[80.680377,35.366118],[80.666576,35.368702],[80.654723,35.374464],[80.654268,35.382522],[80.660551,35.385731],[80.660972,35.388114],[80.659678,35.393083],[80.652181,35.398622],[80.632308,35.391943],[80.619293,35.396188],[80.612443,35.404307],[80.593745,35.408177],[80.586848,35.402394],[80.564651,35.39286],[80.557951,35.394515],[80.555785,35.397657],[80.54021,35.404871],[80.529949,35.405892],[80.526271,35.398787],[80.512013,35.392211],[80.50163,35.396229],[80.500809,35.402174],[80.491879,35.406612],[80.460311,35.41539],[80.441667,35.418244],[80.436508,35.42731],[80.439055,35.44745],[80.434297,35.449825],[80.42956,35.449964],[80.416829,35.442727],[80.407987,35.424517],[80.403743,35.422899],[80.389371,35.409698],[80.379146,35.393901],[80.37471,35.389519],[80.369203,35.387714],[80.315249,35.38699],[80.303158,35.381016],[80.301417,35.371837],[80.293021,35.362029],[80.288528,35.35957],[80.285364,35.354335],[80.280758,35.33395],[80.275263,35.329261],[80.274392,35.31333],[80.270481,35.293075],[80.280817,35.280733],[80.2958,35.267064],[80.312478,35.259258],[80.329445,35.240819],[80.330108,35.224238],[80.359725,35.210254],[80.360572,35.208354],[80.358318,35.202684],[80.344534,35.205449],[80.326377,35.204092],[80.320776,35.201973],[80.30762,35.204743],[80.297685,35.209235],[80.284142,35.210641],[80.281442,35.202408],[80.263281,35.204734],[80.255538,35.204259],[80.25243,35.201614],[80.252591,35.193195],[80.248015,35.187844],[80.243311,35.184728],[80.219753,35.177435],[80.22242,35.165404],[80.235393,35.154526],[80.236009,35.151689],[80.216482,35.138539],[80.207997,35.124655],[80.186373,35.114886],[80.118087,35.069497],[80.111266,35.067179],[80.099711,35.067965],[80.073126,35.078042],[80.02808,35.039563],[80.031532,35.03321],[80.040902,35.025429],[80.038028,35.00869],[80.035074,35.005704],[80.029628,35.005994],[80.026758,35.001636],[80.027545,34.995522],[80.030326,34.991793],[80.038944,34.989373],[80.04056,34.982162],[80.027283,34.979488],[80.022852,34.973052],[80.024814,34.952932],[80.029865,34.947916],[80.03815,34.946259],[80.040155,34.942944],[80.040333,34.93904],[80.03744,34.930908],[80.031141,34.926026],[80.035196,34.913809],[80.034837,34.904853],[80.015503,34.902826],[80.00223,34.89676],[79.996477,34.881227],[79.996995,34.865332],[79.988369,34.858692],[79.956074,34.864551],[79.933669,34.861222],[79.923796,34.852571],[79.933132,34.831297],[79.940096,34.826583],[79.941518,34.81682],[79.934603,34.799311],[79.926894,34.788403],[79.92571,34.77562],[79.906539,34.750615],[79.896379,34.733938],[79.905507,34.685827],[79.88129,34.679584],[79.86506,34.672567],[79.866467,34.657742],[79.885497,34.652803],[79.890441,34.650002],[79.888068,34.640122],[79.88794,34.62534],[79.864977,34.620221],[79.864403,34.610622],[79.860234,34.600942],[79.84998,34.590915],[79.863573,34.585927],[79.859501,34.581372],[79.841904,34.57041],[79.83818,34.550891],[79.859882,34.541545],[79.858785,34.534454],[79.847434,34.538378],[79.843122,34.538285],[79.841134,34.534803],[79.846427,34.531803],[79.846714,34.526603],[79.843366,34.517897],[79.833837,34.518634],[79.823352,34.516395],[79.823948,34.506342],[79.819642,34.493487],[79.806887,34.492789],[79.792049,34.479645],[79.786123,34.480428],[79.748685,34.478007],[79.727305,34.471688],[79.719694,34.47298],[79.705998,34.485207],[79.702333,34.484685],[79.685155,34.47603],[79.686096,34.470787],[79.682049,34.461502],[79.674371,34.455164],[79.655928,34.45192],[79.645895,34.45536],[79.631698,34.453264],[79.627988,34.449162],[79.612618,34.454266],[79.611851,34.457853],[79.606982,34.463441],[79.6016,34.466009],[79.592294,34.466483],[79.586293,34.460464],[79.562277,34.456855],[79.551655,34.467193],[79.546012,34.477496],[79.537784,34.480145],[79.53434,34.469558],[79.523923,34.459459],[79.485398,34.446822],[79.460377,34.453756],[79.453941,34.446117],[79.446335,34.443828],[79.417256,34.450403],[79.40348,34.446674],[79.391555,34.435961],[79.380287,34.437275],[79.366645,34.435722],[79.362104,34.431788],[79.358465,34.430843],[79.351172,34.432176],[79.350089,34.435651],[79.34577,34.440072],[79.337005,34.442598],[79.326996,34.442759],[79.313452,34.440615],[79.303777,34.443032],[79.281751,34.442467],[79.264823,34.438255],[79.263625,34.435626],[79.266305,34.42663],[79.248693,34.419109],[79.232106,34.420369],[79.227362,34.423671],[79.211041,34.41775],[79.193335,34.41815],[79.189387,34.420837],[79.188564,34.427563],[79.186649,34.430131],[79.177842,34.431661],[79.172502,34.430692],[79.164248,34.433395],[79.161218,34.437586],[79.161573,34.44449],[79.156461,34.449317],[79.147523,34.446542],[79.141039,34.436602],[79.118377,34.430453],[79.103231,34.428877],[79.093586,34.425895],[79.082271,34.414358],[79.077587,34.41263],[79.068942,34.41539],[79.06484,34.422625],[79.063977,34.427542],[79.050819,34.429197],[79.035046,34.422421],[79.023857,34.411386],[79.008326,34.403314],[79.021814,34.387192],[79.024643,34.378691],[79.023762,34.376347],[79.032427,34.361665],[79.046261,34.3512],[79.042781,34.338905],[79.040203,34.335754],[79.035373,34.334316],[79.022594,34.338123],[79.002264,34.350301],[78.985846,34.356012],[78.968,34.366243],[78.962765,34.3829],[78.95634,34.38861],[78.948488,34.388134],[78.942778,34.385755],[78.920886,34.366957],[78.902089,34.357915],[78.89495,34.356488],[78.889478,34.357439],[78.878527,34.365947],[78.872948,34.373786],[78.871591,34.379063],[78.872195,34.398059],[78.869933,34.401828],[78.85953,34.409216],[78.850937,34.414492],[78.831338,34.418261],[78.814452,34.4258],[78.805256,34.433941],[78.788521,34.441931],[78.770279,34.44178],[78.752489,34.448565],[78.746458,34.452635],[78.743745,34.456555],[78.743443,34.460023],[78.746308,34.464546],[78.7546,34.471481],[78.757012,34.479019],[78.755504,34.483994],[78.750378,34.489271],[78.741785,34.493341],[78.724146,34.498316],[78.719623,34.501784],[78.713743,34.509322],[78.710728,34.520026],[78.708316,34.523795],[78.704396,34.525906],[78.684797,34.528318],[78.652986,34.539022],[78.62419,34.539173],[78.617104,34.538269],[78.599021,34.528631],[78.591644,34.520779],[78.587837,34.513878],[78.582126,34.510547],[78.569991,34.510547],[78.563805,34.51364],[78.558808,34.520541],[78.555952,34.533628],[78.558094,34.552425],[78.55619,34.559802],[78.551669,34.56694],[78.532872,34.576696],[78.503128,34.579075],[78.493135,34.579075],[78.483855,34.576696],[78.47053,34.569795],[78.464819,34.569795],[78.459346,34.567654],[78.455539,34.563847],[78.45079,34.552758],[78.442928,34.546477],[78.437931,34.545049],[78.433648,34.546001],[78.430793,34.551949],[78.426986,34.58669],[78.424368,34.592162],[78.410567,34.598825],[78.39058,34.605011],[78.377731,34.606915],[78.36274,34.605487],[78.352271,34.602632],[78.342991,34.602632],[78.318958,34.612626],[78.274462,34.621668],[78.271607,34.625237],[78.262803,34.657598],[78.262803,34.662356],[78.270893,34.673302],[78.27351,34.680916],[78.272797,34.688768],[78.269703,34.697572],[78.258996,34.707566],[78.250192,34.710422],[78.226873,34.715418],[78.208769,34.717263],[78.203862,34.726228],[78.201651,34.741117],[78.204268,34.755393],[78.206647,34.759676],[78.2214,34.771812],[78.224731,34.777522],[78.226635,34.822018],[78.229014,34.832488],[78.232346,34.878174],[78.228776,34.881267],[78.203554,34.882695],[78.199271,34.885074],[78.201889,34.900065],[78.201175,34.905061],[78.193085,34.915293],[78.175952,34.928618],[78.174525,34.933139],[78.175477,34.936232],[78.194036,34.951461],[78.198319,34.957648],[78.199509,34.961693],[78.198319,34.969307],[78.182139,34.980252],[78.161676,34.986201],[78.155727,34.990008],[78.121701,35.034266],[78.120035,35.037597],[78.120273,35.044736],[78.123604,35.048305],[78.134839,35.054555],[78.145588,35.070658],[78.144544,35.078524],[78.138119,35.091611],[78.128601,35.102557],[78.12289,35.106602],[78.11599,35.10803],[78.075777,35.100891],[78.064832,35.105412],[78.060311,35.110647],[78.058645,35.115406],[78.057217,35.163233],[78.053648,35.187028],[78.041513,35.201542],[78.016767,35.220816],[78.010104,35.233903],[78.008914,35.25627],[78.012246,35.290772],[78.013685,35.362432],[78.017811,35.365968],[78.04041,35.376779],[78.053135,35.398247],[78.070668,35.410598],[78.075512,35.415898],[78.092045,35.423244],[78.100026,35.430276],[78.106427,35.438149],[78.104733,35.450994],[78.112255,35.470875],[78.13538,35.486806],[78.137608,35.491803],[78.121494,35.495853],[78.10808,35.496275],[78.0832,35.496154],[78.054511,35.491278],[78.045184,35.491849],[78.040996,35.490516],[78.038902,35.475669],[78.034904,35.471861],[78.030717,35.470719],[78.023483,35.472433],[78.010158,35.486709],[78.002734,35.490516],[78,35.494815],[77.990851,35.491723],[77.976043,35.491489],[77.969561,35.489077],[77.95961,35.482443],[77.952977,35.481539],[77.944835,35.482443],[77.937599,35.485609],[77.924483,35.495107],[77.919658,35.496163],[77.915889,35.495409],[77.914984,35.49375],[77.915889,35.47596],[77.913175,35.469779],[77.907748,35.467065],[77.902773,35.466613],[77.896487,35.468915],[77.88578,35.477719],[77.870075,35.495565],[77.865079,35.498658],[77.861034,35.498658],[77.853181,35.49033],[77.850802,35.49033],[77.827245,35.5077],[77.816776,35.520549],[77.813384,35.520987],[77.809886,35.520559],[77.80676,35.517989],[77.797337,35.495003],[77.786201,35.492862],[77.760259,35.498121],[77.756392,35.497674],[77.73468,35.481464],[77.732003,35.477895],[77.730813,35.464065],[77.728731,35.461834],[77.717577,35.458413],[77.706424,35.459157],[77.699732,35.457521],[77.690055,35.45043],[77.686962,35.450668],[77.679586,35.458996],[77.661502,35.474463],[77.650556,35.47827],[77.644845,35.47827],[77.641276,35.476604],[77.640324,35.461138],[77.638183,35.457806],[77.633662,35.457568],[77.608202,35.465897],[77.59916,35.465897],[77.583693,35.462089],[77.582028,35.465183],[77.582266,35.474938],[77.580838,35.478032],[77.525872,35.48398],[77.506242,35.482672],[77.440896,35.462821],[77.428332,35.463963],[77.414436,35.469103],[77.385502,35.471387],[77.37922,35.475194],[77.375794,35.480334],[77.373319,35.487377],[77.372938,35.495753],[77.351047,35.494991],[77.346669,35.498227],[77.335248,35.523926],[77.33087,35.528494],[77.320019,35.535347],[77.301364,35.543532],[77.278331,35.538583],[77.265387,35.538964],[77.252062,35.532872],[77.233026,35.527542],[77.211325,35.517644],[77.189054,35.519167],[77.181249,35.522593],[77.168305,35.533824],[77.146414,35.539345],[77.13366,35.551527],[77.093304,35.566185],[77.06951,35.590741],[77.061324,35.59569],[77.04193,35.597374],[77.008752,35.611166],[77.000126,35.610869],[76.995367,35.608489],[76.987337,35.600756],[76.972298,35.599983],[76.969633,35.59846],[76.966968,35.593701],[76.961829,35.591417],[76.95726,35.59294],[76.95155,35.598079],[76.933275,35.605693],[76.904341,35.612737],[76.895394,35.619399],[76.888922,35.63044],[76.859036,35.651569],[76.848186,35.666988],[76.84514,35.669082],[76.831244,35.665085],[76.820774,35.664894],[76.772043,35.654234],[76.762144,35.656519],[76.756362,35.666179],[76.755173,35.675459],[76.751128,35.682598],[76.723288,35.708534],[76.716149,35.714007],[76.701159,35.721621],[76.692831,35.746129],[76.68712,35.749936],[76.651428,35.756361],[76.648097,35.75993],[76.646669,35.764927],[76.6431,35.767782],[76.63263,35.767306],[76.620495,35.76112],[76.600032,35.766831],[76.59218,35.771589],[76.586945,35.781107],[76.583851,35.794908],[76.57362,35.803236],[76.568286,35.810028],[76.566243,35.816561],[76.566957,35.822748],[76.573858,35.830838],[76.588134,35.841784],[76.589086,35.844163],[76.583376,35.859392],[76.582711,35.874043],[76.594506,35.891876],[76.594982,35.896873],[76.589271,35.909008],[76.576898,35.921857],[76.56976,35.923761],[76.555483,35.924951],[76.549534,35.922809],[76.546441,35.919954],[76.5443,35.914005],[76.544775,35.90306],[76.542396,35.900204],[76.525026,35.891162],[76.515886,35.881265],[76.512177,35.881407],[76.498138,35.888545],[76.488204,35.890686],[76.47702,35.889259],[76.458698,35.883786],[76.452274,35.879503],[76.442994,35.865226],[76.43538,35.857612],[76.431573,35.851425],[76.387553,35.858564],[76.368279,35.860943],[76.362568,35.860229],[76.358999,35.857374],[76.358285,35.852853],[76.360903,35.838338],[76.366613,35.827393],[76.366137,35.824537],[76.36352,35.823586],[76.354716,35.827393],[76.330683,35.833103],[76.308554,35.833341],[76.302368,35.840718],[76.296895,35.841432],[76.257634,35.837149],[76.230032,35.8381],[76.225035,35.836435],[76.222656,35.828345],[76.210283,35.824062],[76.166025,35.824299],[76.159362,35.826917],[76.146751,35.835959],[76.145561,35.841907],[76.154365,35.861895],[76.153652,35.884024],[76.162218,35.910912],[76.160552,35.918526],[76.142706,35.945652],[76.102969,35.992765],[76.102249,36.01174],[76.100604,36.017275],[76.091926,36.022362],[76.064248,36.026102],[76.043901,36.02685],[76.023301,36.01507],[76.003806,36.016078],[75.966104,36.041512],[75.955182,36.057071],[75.956479,36.067145],[75.949348,36.070387],[75.949497,36.07308],[75.955631,36.077418],[75.947702,36.087891],[75.942166,36.101655],[75.944111,36.107789],[75.9483,36.112726],[75.947851,36.116018],[75.942316,36.121553],[75.933938,36.12664],[75.932442,36.129034],[75.93289,36.134719],[75.971714,36.147286],[75.971315,36.151476],[75.965929,36.156862],[75.96952,36.160452],[75.974308,36.162048],[75.998653,36.162935],[76.012716,36.165328],[76.011968,36.196298],[76.007866,36.229661],[76.018923,36.23395],[76.031217,36.233477],[76.042092,36.229221],[76.061006,36.225438],[76.065734,36.227803],[76.067153,36.234422],[76.062897,36.244352],[76.027907,36.273668],[76.024124,36.292582],[76.020341,36.298729],[75.998591,36.310077],[75.987242,36.328991],[75.985351,36.337029],[75.988011,36.35086],[76.000778,36.368592],[76.006452,36.379231],[76.013899,36.385614],[76.023829,36.389869],[76.029857,36.39448],[76.031985,36.405119],[76.029148,36.421077],[76.023944,36.433471],[76.006944,36.45635],[76.007707,36.460616],[76.013061,36.467255],[76.012264,36.472575],[76.00987,36.474968],[75.999455,36.477096],[75.995565,36.47949],[75.99362,36.486222],[75.995416,36.492356],[75.994219,36.496546],[75.990628,36.500735],[75.982208,36.504492],[75.974545,36.510659],[75.963175,36.522029],[75.957789,36.530806],[75.952203,36.549158],[75.944822,36.559332],[75.932854,36.570902],[75.932255,36.578283],[75.934051,36.588057],[75.940407,36.600542],[75.940024,36.604028],[75.930533,36.609357],[75.905662,36.633343],[75.894122,36.635437],[75.885799,36.642075],[75.872661,36.657743],[75.859306,36.670495],[75.824804,36.693814],[75.811122,36.696312],[75.799925,36.708038],[75.787095,36.716159],[75.787452,36.721013],[75.763815,36.726404],[75.751279,36.735678],[75.725213,36.751104],[75.72016,36.751902],[75.706063,36.746583],[75.699946,36.746317],[75.69702,36.747647],[75.691169,36.755626],[75.67388,36.765467],[75.641697,36.77185],[75.609515,36.768925],[75.598876,36.766797],[75.593024,36.763339],[75.582385,36.762009],[75.568023,36.771584],[75.535308,36.77318],[75.530254,36.754828],[75.532914,36.739667],[75.528924,36.728231],[75.519083,36.727433],[75.511636,36.730358],[75.504721,36.735944],[75.501851,36.744249],[75.493816,36.742859],[75.486369,36.739135],[75.470942,36.725039],[75.465889,36.722645],[75.45126,36.725571],[75.441951,36.740199],[75.439025,36.75004],[75.42812,36.768925],[75.421264,36.784735],[75.42153,36.80229],[75.423126,36.811067],[75.430041,36.829153],[75.431815,36.847366],[75.428863,36.854479],[75.423924,36.87889],[75.416211,36.890327],[75.396263,36.903094],[75.391209,36.909477],[75.391475,36.920914],[75.395731,36.931553],[75.407965,36.934745],[75.414506,36.940133],[75.411705,36.947781],[75.406104,36.954427],[75.402646,36.956022],[75.382334,36.95411],[75.358792,36.961232],[75.337031,36.963013],[75.311689,36.97223],[75.299742,36.972452],[75.284147,36.975194],[75.264031,36.972311],[75.242071,36.963804],[75.234949,36.964793],[75.225651,36.973695],[75.176787,36.984378],[75.168676,36.988928],[75.166302,36.993281],[75.1665,36.999018],[75.170258,37.010492],[75.169665,37.016031],[75.1665,37.018405],[75.15918,37.020186],[75.150471,37.026059],[75.13821,37.027308],[75.132077,37.022164],[75.131285,37.015636],[75.129505,37.013064],[75.123372,37.011679],[75.089939,37.010888],[75.073123,37.005942],[75.066199,37.005942],[75.060264,37.006338],[75.041865,37.014844],[75.029402,37.016625],[75.02505,37.015042],[75.014762,37.004162],[75.000519,36.994863],[74.987462,36.995259],[74.979548,36.997435],[74.960359,36.990511],[74.944238,36.987601],[74.930873,36.981635],[74.926727,36.976663],[74.925738,36.966376],[74.93563,36.950153],[74.935432,36.945405],[74.918814,36.946197],[74.919407,36.936305],[74.916044,36.93492],[74.898833,36.935712],[74.895272,36.937097],[74.886172,36.949956],[74.867608,36.987939],[74.856749,37.004163],[74.850727,37.01801],[74.849408,37.036474],[74.847404,37.044143],[74.849253,37.056095],[74.805621,37.055202],[74.799291,37.053883],[74.795334,37.049927],[74.792696,37.04386],[74.79296,37.032517],[74.79085,37.029616],[74.785047,37.027769],[74.75946,37.025395],[74.736248,37.028297],[74.726752,37.035155],[74.720685,37.044124],[74.718839,37.050718],[74.721213,37.062588],[74.719894,37.065226],[74.714882,37.067336],[74.709079,37.07393],[74.706178,37.087647],[74.70354,37.091603],[74.69589,37.091603],[74.663974,37.076568],[74.637332,37.06971],[74.626517,37.06206],[74.619395,37.05019],[74.612273,37.045179],[74.604096,37.04175],[74.574074,37.03539],[74.569079,37.032167],[74.543819,37.057105],[74.540127,37.06176],[74.536436,37.073638],[74.533226,37.079095],[74.529213,37.081985],[74.524718,37.08359],[74.517213,37.082001],[74.506521,37.066825],[74.503934,37.06579],[74.500657,37.066825],[74.494751,37.076191],[74.494138,37.104703],[74.493219,37.112674],[74.491072,37.11666],[74.485247,37.120952],[74.475559,37.123802],[74.46256,37.130763],[74.460108,37.136588],[74.460108,37.141186],[74.461334,37.146705],[74.465626,37.151917],[74.480342,37.160501],[74.486474,37.160808],[74.489613,37.162565],[74.490668,37.179318],[74.488313,37.183801],[74.47513,37.194532],[74.473904,37.198211],[74.476586,37.204266],[74.493219,37.212313],[74.498737,37.217525],[74.506402,37.235614],[74.515599,37.244198],[74.52449,37.246344],[74.549936,37.246957],[74.568331,37.239599],[74.575382,37.233467],[74.585193,37.233161],[74.591325,37.236227],[74.594697,37.242052],[74.59623,37.258607],[74.597763,37.260753],[74.60788,37.260447],[74.620143,37.256461],[74.624435,37.264432],[74.628421,37.266578],[74.633326,37.266578],[74.642217,37.258914],[74.652334,37.242052],[74.65632,37.238986],[74.662806,37.238373],[74.666442,37.239585],[74.68212,37.257822],[74.693502,37.267134],[74.714197,37.279723],[74.735063,37.287483],[74.746445,37.284379],[74.774976,37.262412],[74.783915,37.253473],[74.791395,37.251649],[74.796138,37.248183],[74.806719,37.225562],[74.810002,37.220271],[74.814381,37.217717],[74.880237,37.225379],[74.89248,37.232692],[74.902212,37.234133],[74.912366,37.238392],[74.914332,37.246908],[74.920883,37.260011],[74.924177,37.272676],[74.932912,37.282285],[74.993619,37.288399],[75.050427,37.306698],[75.076123,37.317989],[75.081184,37.318768],[75.099094,37.315264],[75.115254,37.316118],[75.119291,37.317697],[75.122503,37.322661],[75.126591,37.338429],[75.138672,37.356461],[75.138328,37.365592],[75.130679,37.374638],[75.130387,37.39099],[75.131477,37.393467],[75.150768,37.404912],[75.152844,37.41218],[75.151287,37.423082],[75.132598,37.454748],[75.126369,37.461496],[75.088993,37.489009],[75.083802,37.495239],[75.080168,37.507179],[75.076015,37.510812],[75.068747,37.512889],[75.061479,37.512889],[75.0376,37.503545],[75.029294,37.502506],[75.003338,37.509774],[74.999039,37.51627],[75.003338,37.525348],[75.003338,37.528981],[74.986727,37.538326],[74.942083,37.555976],[74.929624,37.573625],[74.922875,37.60633],[74.914569,37.629171],[74.907014,37.637616],[74.892766,37.659799],[74.89913,37.6726],[74.903863,37.676281],[74.913207,37.679785],[74.918657,37.684457],[74.921383,37.691854],[74.920604,37.714825],[74.928002,37.719108],[74.941563,37.720536],[74.948831,37.725208],[74.960252,37.736109],[74.967519,37.745972],[74.997628,37.76518],[75.006972,37.772966],[75.009693,37.777537],[75.00853,37.783349],[74.998147,37.794769],[74.96129,37.816572],[74.925471,37.833184],[74.919241,37.838375],[74.917684,37.850315],[74.935334,37.878347],[74.935853,37.881981],[74.932738,37.889249],[74.917165,37.912609],[74.917165,37.924029],[74.919407,37.937031],[74.912574,37.954917],[74.911114,37.963969],[74.912493,37.972307],[74.924413,37.99822],[74.926008,38.013083],[74.923913,38.027853],[74.919241,38.031487],[74.91405,38.033044],[74.904706,38.032006],[74.891728,38.027853],[74.874597,38.030967],[74.863696,38.041869],[74.857441,38.059975],[74.83701,38.078726],[74.821242,38.097706],[74.818322,38.106467],[74.813927,38.149506],[74.810438,38.157567],[74.810438,38.177131],[74.814818,38.197572],[74.81511,38.224144],[74.794086,38.266192],[74.793893,38.272406],[74.805443,38.285385],[74.793761,38.317922],[74.790651,38.329327],[74.790996,38.33624],[74.808968,38.355594],[74.822102,38.365271],[74.83247,38.363889],[74.834889,38.369419],[74.844566,38.379441],[74.865303,38.410892],[74.869105,38.431975],[74.86323,38.473448],[74.860129,38.485635],[74.855261,38.491626],[74.850768,38.494247],[74.846463,38.494621],[74.829614,38.491564],[74.818727,38.493119],[74.806544,38.520077],[74.797472,38.530446],[74.786326,38.538481],[74.770255,38.538999],[74.740964,38.534074],[74.730855,38.53563],[74.719709,38.540295],[74.696639,38.55844],[74.63067,38.605012],[74.624449,38.606048],[74.611316,38.596371],[74.603712,38.596026],[74.587036,38.602036],[74.566405,38.60673],[74.556383,38.607076],[74.544632,38.610877],[74.537719,38.615025],[74.530116,38.623665],[74.520023,38.630289],[74.513527,38.632651],[74.488988,38.636107],[74.459265,38.633342],[74.446132,38.636453],[74.417792,38.648549],[74.409497,38.649932],[74.352759,38.655269],[74.329257,38.655269],[74.310824,38.652044],[74.299304,38.652965],[74.268429,38.659878],[74.242623,38.658495],[74.221887,38.659417],[74.16198,38.670016],[74.144469,38.676006],[74.138479,38.675545],[74.120953,38.655817],[74.117324,38.645708],[74.115769,38.622897],[74.113695,38.616935],[74.104154,38.612972],[74.081845,38.610909],[74.063042,38.587274],[74.06357,38.579415],[74.081067,38.552586],[74.083425,38.543219],[74.03262,38.5427],[74.015771,38.532073],[73.998404,38.525074],[73.991406,38.524815],[73.973261,38.534665],[73.965485,38.535443],[73.951208,38.53228],[73.91779,38.536479],[73.90794,38.547625],[73.903534,38.556439],[73.898468,38.57277],[73.894333,38.577776],[73.889981,38.579299],[73.870651,38.578372],[73.853203,38.582128],[73.814593,38.599724],[73.805307,38.604947],[73.801245,38.609009],[73.806808,38.633234],[73.806414,38.63784],[73.795665,38.649164],[73.794433,38.65596],[73.791787,38.66037],[73.776118,38.672372],[73.772117,38.678706],[73.764783,38.712377],[73.750781,38.721045],[73.751984,38.755986],[73.753003,38.7604],[73.761154,38.767193],[73.76421,38.773306],[73.762512,38.779418],[73.747431,38.795295],[73.74663,38.801596],[73.741796,38.81236],[73.725155,38.828322],[73.724136,38.836812],[73.721061,38.841006],[73.699149,38.8523],[73.697007,38.85487],[73.69572,38.866842],[73.699121,38.881932],[73.706573,38.897986],[73.714277,38.904116],[73.720866,38.904116],[73.723063,38.906533],[73.72482,38.917515],[73.729872,38.925203],[73.740855,38.934868],[73.756035,38.935649],[73.760868,38.942019],[73.767677,38.943117],[73.781295,38.93499],[73.800405,38.93499],[73.8037,38.933672],[73.813886,38.918809],[73.818398,38.917606],[73.822308,38.920614],[73.842625,38.947412],[73.843201,38.95495],[73.838347,38.981791],[73.836491,39.004633],[73.814605,39.040365],[73.81178,39.04093],[73.791102,39.038995],[73.787388,39.037057],[73.781974,39.026398],[73.765536,39.027476],[73.757766,39.023489],[73.748118,39.021623],[73.737759,39.021752],[73.734289,39.024875],[73.732484,39.046081],[73.728649,39.055555],[73.722107,39.065481],[73.71173,39.074731],[73.713351,39.113402],[73.705727,39.130836],[73.702117,39.134747],[73.692755,39.137078],[73.689597,39.140462],[73.687115,39.154674],[73.680122,39.156253],[73.665293,39.152712],[73.654592,39.158509],[73.650046,39.162772],[73.652825,39.180843],[73.65086,39.189462],[73.642674,39.191446],[73.640418,39.194153],[73.635392,39.215058],[73.631405,39.224118],[73.617082,39.239427],[73.606559,39.24098],[73.596381,39.238047],[73.58189,39.236667],[73.574817,39.238737],[73.567053,39.245983],[73.564811,39.266512],[73.5586,39.269445],[73.541004,39.269617],[73.542384,39.277553],[73.549457,39.283936],[73.552735,39.290491],[73.551872,39.30136],[73.541176,39.313608],[73.541004,39.318093],[73.549105,39.335909],[73.551699,39.346633],[73.550642,39.35299],[73.528483,39.367118],[73.501142,39.379088],[73.502927,39.383401],[73.537734,39.389666],[73.553321,39.39044],[73.576698,39.396656],[73.584729,39.403794],[73.590996,39.418679],[73.593793,39.436309],[73.599974,39.454702],[73.609112,39.458721],[73.618216,39.467366],[73.627111,39.470683],[73.643835,39.471202],[73.653314,39.468443],[73.697328,39.46325],[73.715872,39.459179],[73.745026,39.458748],[73.752743,39.459543],[73.775574,39.466265],[73.81236,39.465662],[73.85118,39.4749],[73.864023,39.476596],[73.866913,39.479991],[73.868433,39.491586],[73.880878,39.514105],[73.892085,39.523734],[73.891998,39.532392],[73.886008,39.53673],[73.883487,39.540643],[73.898554,39.555928],[73.908656,39.558243],[73.918547,39.567713],[73.918547,39.572344],[73.916022,39.577815],[73.917164,39.588127],[73.934039,39.588748],[73.941773,39.59058],[73.948693,39.594447],[73.951746,39.60096],[73.95297,39.610677],[73.951197,39.622961],[73.944413,39.653083],[73.937511,39.664981],[73.930233,39.682502],[73.929406,39.698156],[73.925416,39.70474],[73.91564,39.715114],[73.91584,39.717109],[73.921902,39.719539],[73.920965,39.723376],[73.913791,39.726277],[73.911959,39.728719],[73.909822,39.738946],[73.905067,39.743044],[73.878533,39.745638],[73.87574,39.746635],[73.866962,39.757408],[73.863171,39.758007],[73.858391,39.757785],[73.848608,39.752022],[73.844418,39.751623],[73.841825,39.754416],[73.841226,39.761199],[73.844418,39.814266],[73.848408,39.823842],[73.857785,39.840401],[73.870353,39.84858],[73.89968,39.861348],[73.913246,39.871324],[73.916837,39.87671],[73.918234,39.882695],[73.916247,39.903476],[73.910861,39.918888],[73.912357,39.926519],[73.933994,39.954153],[73.950187,39.96755],[73.964677,39.988461],[73.972266,39.995746],[73.972737,40.006887],[73.970237,40.009702],[73.962604,40.013519],[73.945595,40.015528],[73.940908,40.018474],[73.941511,40.021822],[73.946332,40.02584],[73.989657,40.04026],[73.999222,40.0454],[74.003933,40.050825],[74.012928,40.079093],[74.023493,40.088515],[74.038906,40.094893],[74.049476,40.092727],[74.077959,40.079949],[74.087881,40.079521],[74.099017,40.08202],[74.107012,40.085946],[74.117291,40.100579],[74.12393,40.105077],[74.140134,40.107147],[74.210233,40.122066],[74.232861,40.122209],[74.252492,40.126278],[74.263342,40.126063],[74.267197,40.124493],[74.273479,40.10679],[74.276477,40.102293],[74.280689,40.09958],[74.286042,40.099223],[74.304816,40.108289],[74.3235,40.10253],[74.338728,40.093013],[74.346248,40.090633],[74.364998,40.096439],[74.393742,40.117378],[74.440379,40.139174],[74.451515,40.149453],[74.46484,40.167252],[74.504434,40.199613],[74.532736,40.208703],[74.539365,40.216459],[74.547915,40.221258],[74.568138,40.252663],[74.583968,40.270001],[74.601607,40.277991],[74.616985,40.280705],[74.630403,40.279348],[74.650153,40.26985],[74.659802,40.26985],[74.666463,40.27301],[74.682085,40.285373],[74.688135,40.287121],[74.688538,40.290617],[74.686233,40.294798],[74.701402,40.323946],[74.699171,40.339264],[74.702182,40.346666],[74.704776,40.348005],[74.74795,40.346254],[74.785724,40.349823],[74.807437,40.348336],[74.823498,40.344915],[74.860677,40.327962],[74.878672,40.327962],[74.889825,40.335695],[74.902764,40.336885],[74.908986,40.34506],[74.908701,40.349486],[74.902037,40.355324],[74.881688,40.365608],[74.865585,40.379566],[74.857722,40.390091],[74.797681,40.437743],[74.793368,40.442948],[74.794261,40.450979],[74.810471,40.457076],[74.813148,40.461686],[74.81523,40.470461],[74.817267,40.506228],[74.837351,40.520793],[74.846774,40.520793],[74.864382,40.514035],[74.893412,40.506516],[74.904357,40.501472],[74.923964,40.486909],[74.944142,40.476059],[74.964666,40.462382],[74.985449,40.456071],[74.991634,40.455736],[75.002968,40.458415],[75.016816,40.466695],[75.039516,40.456987],[75.052936,40.448564],[75.095389,40.441798],[75.102891,40.442489],[75.1111,40.447343],[75.129088,40.461834],[75.136512,40.462191],[75.165494,40.457651],[75.204501,40.447781],[75.223886,40.447657],[75.237877,40.450227],[75.24573,40.463076],[75.259864,40.472641],[75.265574,40.482778],[75.270428,40.484491],[75.287703,40.484777],[75.298839,40.490487],[75.306549,40.507905],[75.346744,40.534559],[75.383738,40.550532],[75.40106,40.552245],[75.417145,40.556623],[75.429994,40.56576],[75.444545,40.580341],[75.453396,40.583767],[75.459535,40.58805],[75.466674,40.599186],[75.472813,40.603327],[75.494371,40.615319],[75.540485,40.645015],[75.551192,40.650583],[75.57853,40.660248],[75.593737,40.659577],[75.599019,40.656579],[75.601304,40.650725],[75.613439,40.644586],[75.615152,40.637163],[75.61915,40.633165],[75.63257,40.624028],[75.632284,40.618174],[75.626909,40.613337],[75.624575,40.608895],[75.623718,40.597045],[75.627573,40.549075],[75.628572,40.544364],[75.637852,40.535512],[75.647132,40.51324],[75.655841,40.505673],[75.664978,40.501819],[75.684109,40.498678],[75.696815,40.489969],[75.723084,40.478119],[75.728795,40.47198],[75.715375,40.454991],[75.713376,40.443284],[75.705239,40.435717],[75.688677,40.425295],[75.679255,40.411732],[75.679563,40.403377],[75.674621,40.40059],[75.672983,40.394832],[75.673972,40.379324],[75.666786,40.362331],[75.668404,40.356767],[75.684109,40.343632],[75.695388,40.320361],[75.703383,40.311081],[75.701955,40.3038],[75.69653,40.295091],[75.696244,40.292093],[75.698671,40.284669],[75.702383,40.281671],[75.711235,40.281957],[75.722656,40.285383],[75.726511,40.292236],[75.734255,40.298231],[75.747069,40.296947],[75.761203,40.303514],[75.768913,40.302801],[75.774195,40.298946],[75.782476,40.300659],[75.812029,40.318077],[75.823593,40.326786],[75.828019,40.326643],[75.830446,40.320361],[75.836442,40.313365],[75.845579,40.310796],[75.856144,40.310225],[75.87142,40.311652],[75.907826,40.30223],[75.914971,40.293036],[75.920827,40.29354],[75.92611,40.297252],[75.929488,40.313194],[75.925634,40.331278],[75.931606,40.338439],[75.939934,40.341116],[75.943652,40.34409],[75.955103,40.35807],[75.953021,40.373536],[75.955047,40.375391],[75.978006,40.381864],[75.988564,40.379634],[75.997339,40.3719],[76.010128,40.365506],[76.01753,40.358717],[76.023439,40.355807],[76.041238,40.355521],[76.044474,40.356187],[76.047234,40.359043],[76.039715,40.378935],[76.041523,40.385597],[76.046758,40.390261],[76.061892,40.392926],[76.066554,40.395674],[76.075788,40.395591],[76.097869,40.390737],[76.10634,40.395401],[76.113478,40.397304],[76.144031,40.391403],[76.163447,40.383408],[76.172489,40.3816],[76.17839,40.382361],[76.20799,40.394259],[76.220459,40.403015],[76.233308,40.415769],[76.253391,40.421765],[76.2611,40.42719],[76.268238,40.435185],[76.274044,40.438517],[76.278042,40.437184],[76.283277,40.431378],[76.282801,40.426619],[76.278042,40.415198],[76.279469,40.410629],[76.283086,40.407203],[76.30888,40.404252],[76.312687,40.401968],[76.315828,40.395591],[76.322871,40.38988],[76.324203,40.386169],[76.320777,40.367133],[76.323061,40.35476],[76.331722,40.343243],[76.333911,40.341339],[76.338575,40.340768],[76.342953,40.34943],[76.343573,40.357249],[76.352369,40.363688],[76.355407,40.37372],[76.362039,40.382008],[76.370186,40.386672],[76.377771,40.387862],[76.383571,40.378047],[76.388627,40.376113],[76.394427,40.377006],[76.411827,40.386523],[76.43116,40.38697],[76.455996,40.408831],[76.459467,40.414795],[76.471051,40.426289],[76.502544,40.427718],[76.505518,40.430544],[76.510799,40.447888],[76.535708,40.461625],[76.538087,40.4646],[76.540281,40.490333],[76.536749,40.507876],[76.53779,40.51323],[76.546415,40.527209],[76.552804,40.54219],[76.567979,40.560373],[76.597871,40.579855],[76.606667,40.599949],[76.615352,40.60807],[76.641193,40.615494],[76.653328,40.621918],[76.655184,40.625202],[76.656755,40.631341],[76.651329,40.640621],[76.649473,40.647046],[76.649616,40.653042],[76.657468,40.662607],[76.655327,40.679168],[76.657754,40.683594],[76.670889,40.690447],[76.672031,40.694159],[76.66475,40.708293],[76.647475,40.725568],[76.64205,40.739131],[76.642139,40.757756],[76.644566,40.762039],[76.659556,40.767892],[76.667837,40.780599],[76.670978,40.781598],[76.684398,40.778743],[76.690251,40.779457],[76.707034,40.79783],[76.717806,40.815149],[76.725087,40.817576],[76.7268,40.820145],[76.726514,40.825142],[76.716663,40.835279],[76.716663,40.84099],[76.719662,40.843274],[76.729671,40.845552],[76.729988,40.851031],[76.726848,40.85617],[76.728751,40.865212],[76.731892,40.871304],[76.732463,40.899857],[76.736365,40.913087],[76.747882,40.92527],[76.756829,40.952206],[76.759874,40.955917],[76.767013,40.958868],[76.777197,40.959725],[76.791759,40.955917],[76.794805,40.95706],[76.798707,40.968291],[76.809367,40.972669],[76.830402,40.976476],[76.837921,40.976666],[76.843822,40.974668],[76.846677,40.976095],[76.854823,41.002191],[76.870884,41.022392],[76.877166,41.027175],[76.880307,41.028531],[76.896368,41.020322],[76.904147,41.019199],[76.935844,41.028032],[76.948336,41.03617],[76.970108,41.058227],[76.989024,41.070719],[76.998661,41.071861],[77.001997,41.070691],[77.01408,41.055158],[77.016293,41.054372],[77.027286,41.057228],[77.075369,41.061767],[77.085779,41.061767],[77.099015,41.056859],[77.108533,41.049423],[77.105559,41.037377],[77.106451,41.034254],[77.110318,41.031577],[77.127717,41.029346],[77.13242,41.024147],[77.150207,41.018029],[77.165049,41.008512],[77.183932,41.0115],[77.191814,41.019234],[77.206822,41.019658],[77.22007,41.025034],[77.227803,41.026075],[77.247434,41.02429],[77.251747,41.017747],[77.262157,41.016111],[77.264834,41.01388],[77.269593,41.004362],[77.28848,41.002578],[77.302459,41.006147],[77.325807,41.022059],[77.355848,41.032023],[77.359288,41.040436],[77.362681,41.043122],[77.371445,41.037609],[77.382228,41.037845],[77.384238,41.031813],[77.389161,41.029198],[77.400188,41.033569],[77.409237,41.033957],[77.413003,41.031912],[77.415037,41.028305],[77.42634,41.024885],[77.436304,41.019829],[77.459206,41.021911],[77.467385,41.021018],[77.469021,41.019085],[77.466047,41.005403],[77.466939,40.997967],[77.472144,40.99529],[77.487462,40.993952],[77.53218,41.003223],[77.541602,40.997988],[77.551501,41.001034],[77.557021,41.001129],[77.564431,40.998395],[77.578056,40.998654],[77.608323,41.007316],[77.623075,41.008267],[77.645157,41.01474],[77.649154,41.014835],[77.660004,41.009029],[77.673425,41.006745],[77.68989,41.007792],[77.70293,41.013502],[77.725487,41.01769],[77.732055,41.030063],[77.734339,41.031396],[77.754136,41.021402],[77.765938,41.019689],[77.771409,41.021927],[77.775075,41.025875],[77.786877,41.045768],[77.795729,41.048623],[77.81248,41.046053],[77.820206,41.050527],[77.823061,41.05481],[77.820491,41.064661],[77.809498,41.075654],[77.804929,41.083934],[77.799219,41.101352],[77.799794,41.109406],[77.802428,41.112589],[77.80628,41.124839],[77.818068,41.141165],[77.828989,41.149731],[77.874047,41.167705],[77.883941,41.176382],[77.901399,41.183713],[77.924242,41.187628],[77.954176,41.190076],[77.970538,41.185978],[77.992832,41.190132],[77.997908,41.19267],[78.008137,41.190499],[78.014705,41.191213],[78.04302,41.19759],[78.06604,41.209412],[78.085851,41.217054],[78.10522,41.216959],[78.118069,41.221623],[78.12938,41.229687],[78.132065,41.237932],[78.143754,41.310367],[78.145896,41.315792],[78.159744,41.333353],[78.160392,41.336866],[78.155319,41.350056],[78.152891,41.361763],[78.154605,41.3719],[78.15903,41.378182],[78.176163,41.385463],[78.227131,41.396456],[78.266677,41.392173],[78.27867,41.388033],[78.293232,41.392744],[78.304511,41.391745],[78.312077,41.393315],[78.321786,41.385606],[78.325926,41.385606],[78.339489,41.395885],[78.347198,41.39617],[78.362189,41.39303],[78.381605,41.392601],[78.387744,41.396313],[78.389743,41.401025],[78.389886,41.406878],[78.395882,41.408912],[78.414788,41.412098],[78.429146,41.410978],[78.450647,41.411979],[78.470158,41.422543],[78.482912,41.424447],[78.504137,41.431109],[78.528122,41.443863],[78.541352,41.462042],[78.563712,41.478388],[78.576187,41.481459],[78.586752,41.471846],[78.59351,41.469562],[78.599982,41.469657],[78.614544,41.475558],[78.621587,41.476605],[78.631105,41.474225],[78.641194,41.468324],[78.645763,41.467848],[78.648237,41.470704],[78.650902,41.479365],[78.659468,41.490501],[78.681454,41.507252],[78.698967,41.517056],[78.701156,41.520101],[78.701537,41.523433],[78.693066,41.539042],[78.693542,41.542373],[78.703346,41.549607],[78.744938,41.557316],[78.776728,41.558839],[78.787578,41.56198],[78.792813,41.566358],[78.799245,41.565333],[78.802521,41.56198],[78.808613,41.5596],[78.815275,41.561504],[78.846018,41.577113],[78.849064,41.586821],[78.855345,41.592437],[78.86315,41.593579],[78.868392,41.593579],[78.872382,41.591771],[78.878093,41.592627],[78.890276,41.599861],[78.906266,41.610997],[78.913289,41.619313],[78.923779,41.624322],[78.925492,41.626035],[78.926539,41.633078],[78.928823,41.635743],[78.940435,41.637552],[78.943558,41.643921],[78.950143,41.649258],[78.99383,41.663345],[79.012295,41.657539],[79.021813,41.656587],[79.026476,41.658776],[79.034227,41.676655],[79.038183,41.679525],[79.066642,41.687996],[79.090565,41.69272],[79.104009,41.697585],[79.114657,41.702523],[79.123513,41.718756],[79.135791,41.724181],[79.175338,41.725038],[79.202821,41.723253],[79.210744,41.725609],[79.228947,41.73446],[79.249351,41.756068],[79.254823,41.760351],[79.266126,41.764455],[79.27029,41.771534],[79.26916,41.780933],[79.287719,41.787655],[79.311574,41.799255],[79.321746,41.809308],[79.32478,41.810082],[79.32936,41.808654],[79.332513,41.804728],[79.344529,41.796519],[79.350002,41.793187],[79.354939,41.79289],[79.365349,41.80562],[79.403004,41.833162],[79.413474,41.838159],[79.427691,41.839825],[79.464237,41.849824],[79.478729,41.84688],[79.48253,41.844085],[79.483764,41.839025],[79.48725,41.837234],[79.508265,41.834264],[79.546813,41.833978],[79.581991,41.843572],[79.606159,41.852632],[79.613114,41.857164],[79.622023,41.871384],[79.632587,41.882234],[79.640868,41.886631],[79.679244,41.888744],[79.735551,41.899823],[79.756114,41.896429],[79.765133,41.892456],[79.770044,41.892456],[79.795009,41.919057],[79.805145,41.938758],[79.807858,41.954035],[79.811534,41.958617],[79.847761,41.979661],[79.853115,41.986514],[79.848261,42.002861],[79.849546,42.01414],[79.862323,42.022991],[79.915362,42.042622],[79.950197,42.043336],[79.962832,42.041266],[79.996739,42.041337],[80.030504,42.045049],[80.076404,42.045406],[80.087183,42.044478],[80.128427,42.03317],[80.155057,42.03665],[80.15677,42.038648],[80.155527,42.045003],[80.157617,42.05288],[80.188704,42.082444],[80.185181,42.087403],[80.165407,42.097469],[80.135355,42.150221],[80.141851,42.151934],[80.152344,42.150364],[80.159197,42.151435],[80.162909,42.190981],[80.167763,42.203117],[80.190241,42.207435],[80.208325,42.207435],[80.231534,42.211614],[80.261054,42.224377],[80.281843,42.230835],[80.285991,42.239129],[80.287418,42.263495],[80.282945,42.270728],[80.26981,42.281864],[80.268668,42.285767],[80.268288,42.293],[80.26981,42.298806],[80.277901,42.309942],[80.278519,42.317604],[80.260801,42.33158],[80.233648,42.348666],[80.229125,42.357606],[80.23195,42.392405],[80.224366,42.405195],[80.205479,42.425718],[80.204534,42.434448],[80.21081,42.466781],[80.218805,42.479154],[80.234795,42.489243],[80.27365,42.503744],[80.277768,42.509152],[80.275695,42.511316],[80.255517,42.510745],[80.251615,42.512077],[80.24914,42.517407],[80.230289,42.524396],[80.221196,42.532741],[80.181998,42.585233],[80.164105,42.612359],[80.162487,42.621496],[80.164295,42.63425],[80.173584,42.656597],[80.175749,42.671839],[80.203251,42.686929],[80.227619,42.694007],[80.215912,42.713281],[80.260097,42.7802],[80.258038,42.823363],[80.2694,42.833421],[80.274897,42.835419],[80.279251,42.835348],[80.287175,42.830565],[80.291172,42.830351],[80.311731,42.836419],[80.32251,42.837061],[80.327649,42.835277],[80.324794,42.831565],[80.324937,42.827353],[80.333003,42.82514],[80.351634,42.825426],[80.355346,42.830708],[80.35913,42.831565],[80.365197,42.827781],[80.371408,42.828138],[80.374406,42.829709],[80.377761,42.834563],[80.384971,42.838917],[80.388254,42.837989],[80.39575,42.831493],[80.399033,42.830922],[80.416496,42.839818],[80.421519,42.849767],[80.441578,42.857691],[80.451429,42.85662],[80.455926,42.857905],[80.469917,42.866043],[80.49119,42.871183],[80.498271,42.876117],[80.50224,42.877144],[80.512549,42.873375],[80.518331,42.874375],[80.531108,42.881228],[80.539374,42.881462],[80.549126,42.87896],[80.549021,42.882676],[80.552469,42.88691],[80.569542,42.885066],[80.56978,42.889884],[80.571386,42.890776],[80.576145,42.890776],[80.585782,42.887326],[80.592979,42.889587],[80.596608,42.893751],[80.59756,42.897677],[80.593336,42.906005],[80.571981,42.924327],[80.535278,42.936819],[80.500359,42.940329],[80.476651,42.945238],[80.399462,42.990783],[80.376284,43.017227],[80.37408,43.02394],[80.381409,43.033649],[80.394332,43.04597],[80.410179,43.054965],[80.430615,43.062312],[80.480278,43.070098],[80.506833,43.081234],[80.526963,43.092084],[80.551948,43.101222],[80.576218,43.119639],[80.583785,43.127634],[80.591352,43.132059],[80.603772,43.133344],[80.631041,43.14291],[80.648316,43.145908],[80.662825,43.145773],[80.673871,43.143481],[80.696571,43.142196],[80.707279,43.139055],[80.722127,43.128918],[80.728551,43.128776],[80.737403,43.140197],[80.745152,43.146091],[80.754249,43.145194],[80.775379,43.136342],[80.785944,43.1352],[80.790655,43.138198],[80.791512,43.150728],[80.798662,43.173889],[80.796877,43.181474],[80.790334,43.189058],[80.783939,43.207797],[80.783047,43.239622],[80.780073,43.245273],[80.771447,43.253006],[80.766688,43.259699],[80.766391,43.270852],[80.77501,43.296881],[80.772488,43.306395],[80.768473,43.310262],[80.758509,43.313385],[80.73326,43.310358],[80.721125,43.310787],[80.693142,43.315355],[80.685147,43.32435],[80.683434,43.329918],[80.699995,43.35276],[80.720697,43.374747],[80.726836,43.379173],[80.732118,43.387167],[80.734374,43.409979],[80.740827,43.432853],[80.75339,43.44299],[80.756531,43.447558],[80.751743,43.490713],[80.687496,43.577692],[80.518823,43.813981],[80.520339,43.823359],[80.517159,43.840218],[80.518682,43.847166],[80.516055,43.859749],[80.509185,43.865206],[80.50865,43.867704],[80.509669,43.896147],[80.505504,43.903575],[80.494018,43.912942],[80.48727,43.923507],[80.478347,43.930931],[80.476135,43.934571],[80.475492,43.941424],[80.477848,43.945707],[80.484415,43.949847],[80.486271,43.952346],[80.485914,43.954701],[80.461429,43.970549],[80.456237,43.985701],[80.453221,44.005879],[80.454915,44.030648],[80.451724,44.048496],[80.444372,44.067632],[80.445511,44.075224],[80.443184,44.081698],[80.434742,44.08803],[80.395908,44.107795],[80.391876,44.112006],[80.390719,44.115921],[80.390116,44.120746],[80.399614,44.133259],[80.401674,44.138348],[80.399024,44.195189],[80.40669,44.251354],[80.404063,44.290015],[80.398062,44.302768],[80.39205,44.309944],[80.385269,44.343851],[80.383365,44.37288],[80.37587,44.4169],[80.36421,44.445097],[80.350814,44.463395],[80.346674,44.480242],[80.350087,44.487018],[80.362806,44.499373],[80.370659,44.513792],[80.372943,44.533066],[80.388219,44.56219],[80.395643,44.593742],[80.405196,44.609221],[80.405672,44.616836],[80.402935,44.623379],[80.342686,44.68839],[80.328263,44.698681],[80.31263,44.705819],[80.266741,44.720545],[80.239805,44.725399],[80.216867,44.739009],[80.198966,44.75708],[80.199298,44.768817],[80.196443,44.774956],[80.181024,44.790518],[80.178129,44.79886],[80.18527,44.81917],[80.178931,44.831391],[80.166531,44.845432],[80.156633,44.846479],[80.149895,44.829193],[80.121709,44.815568],[80.105775,44.81542],[80.095175,44.817528],[80.06261,44.814362],[80.043915,44.80607],[80.017833,44.801999],[80.010597,44.79627],[80.0014,44.79416],[79.995671,44.796421],[79.993259,44.800944],[79.997179,44.8121],[79.997782,44.818583],[79.994767,44.827177],[79.953851,44.849309],[79.949328,44.853982],[79.94782,44.859108],[79.950986,44.868908],[79.96365,44.875541],[79.965007,44.879461],[79.914351,44.897703],[79.893395,44.896497],[79.886158,44.903885],[79.886309,44.907051],[79.890983,44.913232],[79.925438,44.931344],[79.934307,44.932775],[79.941542,44.93718],[79.945679,44.952812],[79.951479,44.959356],[79.964566,44.964858],[79.977653,44.964858],[79.98152,44.966346],[79.996094,44.976161],[80.002252,44.983524],[80.01974,44.989397],[80.033422,44.996832],[80.046509,45.00635],[80.053612,45.015511],[80.06194,45.030358],[80.07062,45.036126],[80.087295,45.041094],[80.095713,45.049426],[80.104993,45.053709],[80.113702,45.052281],[80.133212,45.044251],[80.13928,45.047749],[80.141684,45.059705],[80.145777,45.061514],[80.153105,45.060943],[80.164648,45.054569],[80.192142,45.03214],[80.2063,45.028928],[80.226834,45.030921],[80.248646,45.035818],[80.258596,45.043507],[80.266134,45.056171],[80.279703,45.063407],[80.298699,45.06989],[80.316489,45.072302],[80.32855,45.070342],[80.334731,45.056623],[80.341365,45.048783],[80.353426,45.043808],[80.375136,45.043507],[80.39383,45.047276],[80.40559,45.056774],[80.436963,45.076182],[80.441321,45.0818],[80.444652,45.101741],[80.484023,45.127407],[80.492882,45.128386],[80.497555,45.125522],[80.506299,45.114667],[80.513536,45.111501],[80.522313,45.110351],[80.552734,45.114214],[80.567208,45.112104],[80.584847,45.105319],[80.590064,45.104857],[80.607543,45.108665],[80.62495,45.117079],[80.69656,45.136074],[80.719988,45.150298],[80.726108,45.155694],[80.726394,45.159977],[80.723396,45.163546],[80.716257,45.166973],[80.713318,45.173157],[80.715022,45.176074],[80.723017,45.178241],[80.730106,45.176824],[80.753763,45.159363],[80.768939,45.154266],[80.798378,45.154455],[80.813696,45.152968],[80.829311,45.148804],[80.849388,45.128578],[80.887161,45.128281],[80.896233,45.129619],[80.920176,45.147906],[80.930493,45.158453],[80.942296,45.163307],[80.957143,45.166828],[80.969993,45.16778],[80.981884,45.161826],[80.9969,45.162617],[81.024264,45.167138],[81.044965,45.174157],[81.060551,45.176893],[81.078278,45.183318],[81.08268,45.194026],[81.087075,45.197688],[81.100764,45.202592],[81.103738,45.205209],[81.104928,45.217701],[81.10695,45.2202],[81.113732,45.221389],[81.130983,45.220557],[81.147877,45.212347],[81.155491,45.209849],[81.162154,45.209611],[81.166556,45.213061],[81.168697,45.22484],[81.171434,45.228885],[81.182617,45.232573],[81.20546,45.236618],[81.21581,45.236618],[81.22747,45.246493],[81.239129,45.244946],[81.258135,45.237512],[81.273988,45.23638],[81.323005,45.259699],[81.338948,45.263387],[81.356397,45.263387],[81.370356,45.258152],[81.376662,45.257676],[81.38035,45.260531],[81.385347,45.268384],[81.40505,45.278622],[81.432698,45.281947],[81.43603,45.279686],[81.446261,45.266123],[81.462085,45.264815],[81.476837,45.270049],[81.499655,45.281934],[81.517407,45.2804],[81.52514,45.285159],[81.532636,45.30586],[81.54025,45.308121],[81.571373,45.310567],[81.573395,45.327805],[81.57569,45.333666],[81.621054,45.353636],[81.635093,45.35899],[81.649845,45.358514],[81.669952,45.355183],[81.697791,45.368627],[81.71421,45.363749],[81.726583,45.362916],[81.734197,45.370292],[81.746094,45.376836],[81.770841,45.379572],[81.776812,45.385658],[81.781956,45.384992],[81.791609,45.377418],[81.79682,45.369144],[81.814293,45.35451],[81.827618,45.337497],[81.830985,45.323774],[81.854858,45.300203],[81.869847,45.287497],[81.875599,45.28633],[81.901098,45.265191],[81.913144,45.250171],[81.91716,45.240802],[81.924075,45.232212],[81.949112,45.237939],[81.989932,45.238823],[82.006071,45.242103],[82.015886,45.247457],[82.031799,45.248349],[82.049347,45.255934],[82.06065,45.255041],[82.088906,45.25058],[82.089947,45.242549],[82.085783,45.229611],[82.08754,45.222402],[82.100357,45.213103],[82.107495,45.210724],[82.115377,45.210575],[82.126085,45.214144],[82.136792,45.220242],[82.151069,45.223662],[82.173823,45.224554],[82.205202,45.234667],[82.280934,45.244494],[82.290874,45.24429],[82.355477,45.212602],[82.398791,45.201986],[82.479283,45.178561],[82.549375,45.199721],[82.58453,45.222829],[82.596841,45.346805],[82.560924,45.397112],[82.544668,45.424778],[82.442837,45.460895],[82.277842,45.538716],[82.278079,45.552815],[82.26275,45.618253],[82.282281,45.644388],[82.285432,45.65921],[82.287003,45.716745],[82.291,45.726596],[82.331689,45.767428],[82.337971,45.783418],[82.344824,45.824535],[82.344538,45.838669],[82.330975,45.87536],[82.333688,45.885639],[82.338113,45.891921],[82.340398,45.903628],[82.338685,45.936179],[82.341629,45.941166],[82.393458,45.971682],[82.409162,45.973109],[82.431416,45.968313],[82.455687,45.977245],[82.517853,46.160353],[82.604275,46.29208],[82.724922,46.492928],[82.772466,46.599031],[82.784232,46.678458],[82.824119,46.77375],[82.874563,46.797545],[82.872232,46.822712],[82.921142,46.943226],[82.93023,46.969254],[82.935294,47.015541],[82.956727,47.031433],[82.971385,47.045043],[82.989685,47.065663],[82.996552,47.089803],[83.009877,47.114111],[83.009862,47.124617],[83.015572,47.132422],[83.025376,47.168209],[83.023282,47.213323],[83.025185,47.221794],[83.046165,47.219339],[83.071752,47.22772],[83.089811,47.226972],[83.100519,47.223403],[83.124647,47.229971],[83.139961,47.237764],[83.147061,47.237109],[83.154057,47.234396],[83.167192,47.224545],[83.180897,47.219406],[83.1996,47.215979],[83.204311,47.213124],[83.215733,47.191709],[83.218017,47.189996],[83.231437,47.187854],[83.236699,47.18556],[83.245,47.177575],[83.256707,47.174577],[83.282405,47.176861],[83.298109,47.180145],[83.30896,47.178717],[83.320952,47.171007],[83.332945,47.170436],[83.349649,47.176575],[83.364181,47.177598],[83.366659,47.167084],[83.371269,47.161879],[83.392685,47.148049],[83.405177,47.131095],[83.414695,47.120982],[83.420197,47.119495],[83.426902,47.120559],[83.451875,47.132244],[83.460798,47.132244],[83.468085,47.124065],[83.476136,47.120183],[83.485336,47.109473],[83.487907,47.108375],[83.498399,47.109758],[83.509464,47.106832],[83.530808,47.087344],[83.537661,47.083346],[83.546655,47.08149],[83.565786,47.08149],[83.568356,47.079063],[83.569212,47.07478],[83.566642,47.066928],[83.567356,47.063359],[83.570497,47.061217],[83.598051,47.058505],[83.613042,47.05051],[83.631078,47.046658],[83.662987,47.042899],[83.693825,47.034713],[83.695728,47.031953],[83.694681,47.01958],[83.697822,47.014821],[83.704294,47.016058],[83.717748,47.023593],[83.739373,47.028556],[83.749389,47.028598],[83.772616,47.025254],[83.791446,47.015213],[83.823712,47.008146],[83.84592,46.997356],[83.873545,46.993715],[83.876686,46.991431],[83.880113,46.984364],[83.882111,46.983579],[83.889678,46.98315],[83.900957,46.985577],[83.907024,46.984649],[83.911807,46.974442],[83.917803,46.968231],[83.927297,46.969516],[83.940933,46.983773],[83.94827,46.986934],[83.959406,46.987076],[83.970256,46.983222],[83.974896,46.983293],[83.993099,46.991419],[84.004619,46.989445],[84.008745,46.986617],[84.057963,46.969422],[84.093513,46.966424],[84.129776,46.971136],[84.151619,46.979416],[84.192879,47.003401],[84.236423,47.000974],[84.24299,46.997262],[84.248415,46.996405],[84.262692,47.002259],[84.289961,46.995263],[84.303667,46.995834],[84.316801,46.999118],[84.329508,47.004829],[84.33636,47.004543],[84.347015,46.996178],[84.376621,46.995406],[84.41631,47.005543],[84.429302,47.007256],[84.44158,47.007113],[84.448005,47.004686],[84.458818,46.994073],[84.482166,46.985447],[84.511017,46.972063],[84.54894,46.989016],[84.58679,46.997266],[84.636273,46.994807],[84.655457,47.000904],[84.664083,46.995699],[84.667206,46.995997],[84.675832,47.004027],[84.684606,47.007596],[84.747364,47.008191],[84.751677,47.005961],[84.773538,46.981125],[84.792723,46.972797],[84.813158,46.96818],[84.845963,46.956884],[84.853994,46.935915],[84.864106,46.92491],[84.910655,46.889813],[84.920172,46.872413],[84.929095,46.863044],[84.937312,46.864375],[84.947602,46.863276],[84.97203,46.880957],[84.974291,46.883973],[84.972331,46.903723],[84.981679,46.915331],[84.98982,46.92091],[85.00972,46.928297],[85.06309,46.930709],[85.071835,46.932971],[85.083041,46.947798],[85.089034,46.959998],[85.137069,46.989295],[85.168002,46.995839],[85.17752,47.006546],[85.201842,47.044112],[85.214977,47.053392],[85.235748,47.055984],[85.264517,47.054677],[85.267307,47.055826],[85.269086,47.058817],[85.269942,47.066955],[85.273083,47.067954],[85.279508,47.067954],[85.323195,47.044255],[85.356085,47.052457],[85.365763,47.052699],[85.380016,47.048966],[85.425131,47.060673],[85.442977,47.061815],[85.460537,47.061672],[85.478812,47.056961],[85.537101,47.055556],[85.540963,47.060142],[85.538108,47.087414],[85.549139,47.115888],[85.564701,47.13045],[85.575547,47.137645],[85.642081,47.197979],[85.6572,47.215087],[85.682199,47.232529],[85.687767,47.239096],[85.690051,47.245378],[85.68791,47.263367],[85.696636,47.281812],[85.696464,47.291806],[85.693076,47.298734],[85.673195,47.315454],[85.670081,47.319674],[85.670138,47.322073],[85.673964,47.330696],[85.683305,47.342966],[85.685776,47.356185],[85.689088,47.364065],[85.699139,47.375087],[85.700053,47.382682],[85.698168,47.39319],[85.688003,47.413863],[85.688175,47.427283],[85.68629,47.437905],[85.683435,47.441845],[85.670586,47.450468],[85.651112,47.460405],[85.641518,47.469257],[85.635408,47.479764],[85.631639,47.492099],[85.624009,47.49843],[85.614625,47.503265],[85.612953,47.509157],[85.613739,47.521212],[85.617653,47.540476],[85.552218,47.966142],[85.549845,47.979658],[85.540053,47.993007],[85.539867,47.99639],[85.543329,48],[85.542558,48.014446],[85.539395,48.020893],[85.530454,48.024547],[85.526535,48.024152],[85.53225,48.035323],[85.534119,48.044358],[85.543637,48.05697],[85.541139,48.076481],[85.549705,48.078028],[85.550239,48.079629],[85.543518,48.084928],[85.543518,48.088378],[85.548634,48.093137],[85.549467,48.104797],[85.556119,48.109155],[85.555297,48.11134],[85.551489,48.113363],[85.549586,48.118003],[85.555535,48.12764],[85.562197,48.130376],[85.566004,48.13454],[85.566123,48.137276],[85.563133,48.141321],[85.565528,48.1531],[85.569521,48.157262],[85.574179,48.159134],[85.581563,48.167664],[85.584088,48.178084],[85.590394,48.184985],[85.591821,48.19831],[85.605503,48.203663],[85.61169,48.208422],[85.616449,48.208422],[85.62097,48.2064],[85.62561,48.20747],[85.62787,48.211278],[85.627405,48.2178],[85.636198,48.227925],[85.638816,48.233763],[85.644149,48.236122],[85.651427,48.242567],[85.661076,48.245586],[85.667488,48.251847],[85.668797,48.258748],[85.676887,48.266838],[85.678077,48.272668],[85.686881,48.279092],[85.684977,48.287063],[85.688427,48.295392],[85.688546,48.301102],[85.695923,48.303958],[85.696637,48.306575],[85.694376,48.310501],[85.697313,48.31878],[85.695328,48.325293],[85.697231,48.333463],[85.715434,48.355354],[85.715841,48.360723],[85.71819,48.365053],[85.746612,48.386037],[85.753098,48.391638],[85.752484,48.395788],[85.769076,48.407445],[85.785383,48.414007],[85.787454,48.417476],[85.799131,48.416887],[85.811138,48.419808],[85.825009,48.426441],[85.83259,48.426171],[85.858661,48.43069],[85.88742,48.429524],[85.898105,48.431055],[85.914362,48.436493],[86.064101,48.441029],[86.224295,48.431946],[86.231443,48.436371],[86.246219,48.441868],[86.255981,48.450671],[86.27435,48.457238],[86.287878,48.473935],[86.292874,48.475431],[86.310143,48.489623],[86.32825,48.489178],[86.336673,48.491819],[86.360016,48.493247],[86.368242,48.497723],[86.368534,48.500758],[86.376077,48.502884],[86.379361,48.501456],[86.390282,48.487893],[86.406565,48.478482],[86.587008,48.541071],[86.590738,48.54423],[86.59166,48.550565],[86.595646,48.555413],[86.595914,48.558744],[86.593855,48.562034],[86.59561,48.568577],[86.593408,48.572027],[86.593494,48.576067],[86.602032,48.585733],[86.60887,48.588074],[86.611668,48.595898],[86.616078,48.596364],[86.622065,48.602209],[86.627776,48.604017],[86.63362,48.611308],[86.633639,48.614848],[86.630955,48.618579],[86.636418,48.628421],[86.643728,48.630267],[86.654544,48.629459],[86.663562,48.630792],[86.665137,48.632586],[86.670915,48.634042],[86.676675,48.634049],[86.681636,48.639239],[86.688296,48.640983],[86.690582,48.644288],[86.69044,48.648096],[86.692581,48.648357],[86.697507,48.653973],[86.700076,48.668226],[86.705026,48.672533],[86.70814,48.673039],[86.733738,48.689469],[86.73558,48.693909],[86.739049,48.695765],[86.740377,48.698649],[86.743532,48.69932],[86.751971,48.707102],[86.76392,48.713677],[86.768467,48.713857],[86.772174,48.719806],[86.772643,48.726724],[86.776486,48.730721],[86.776355,48.737332],[86.772072,48.747302],[86.772286,48.750253],[86.752013,48.776771],[86.750157,48.780697],[86.750633,48.783505],[86.751942,48.786955],[86.756867,48.790619],[86.760413,48.801731],[86.764417,48.807235],[86.800552,48.822138],[86.817933,48.831747],[86.82004,48.847981],[86.814499,48.858117],[86.803662,48.86558],[86.797843,48.872489],[86.767822,48.892229],[86.740876,48.91449],[86.740938,48.927015],[86.739367,48.933939],[86.732729,48.946146],[86.730242,48.955877],[86.733014,48.971344],[86.731817,48.981703],[86.732838,48.992315],[86.740657,49.004661],[86.745523,49.007343],[86.760087,49.021744],[86.772194,49.027514],[86.78145,49.027657],[86.797486,49.038837],[86.80664,49.041199],[86.82382,49.048753],[86.834048,49.050198],[86.835252,49.054264],[86.846075,49.062857],[86.847379,49.066051],[86.844483,49.072989],[86.842633,49.086546],[86.844135,49.100917],[86.853185,49.110559],[86.858534,49.112804],[86.863411,49.117531],[86.875403,49.120916],[86.876036,49.125485],[86.886927,49.131808],[86.907818,49.135118],[86.936119,49.13082],[86.966605,49.133395],[86.999424,49.142967],[87.016446,49.140691],[87.044165,49.131215],[87.051735,49.135681],[87.060868,49.137229],[87.08286,49.133686],[87.101037,49.145389],[87.106988,49.155292],[87.138349,49.15453],[87.154339,49.148153],[87.159193,49.144632],[87.199073,49.14092],[87.205493,49.138729],[87.231719,49.114555],[87.276977,49.1171],[87.290895,49.11951],[87.309337,49.107566],[87.3299,49.10743],[87.37223,49.10129],[87.380245,49.098252],[87.414753,49.079059],[87.432835,49.076402],[87.464279,49.088235],[87.473464,49.087451],[87.482638,49.089108],[87.510239,49.103028],[87.510482,49.109386],[87.504172,49.117662],[87.490609,49.130154],[87.491323,49.138601],[87.496319,49.142289],[87.505123,49.144193],[87.538912,49.145264],[87.558185,49.142765],[87.569131,49.14336],[87.599231,49.153473],[87.622074,49.15038],[87.630997,49.150617],[87.64218,49.154425],[87.673232,49.156447],[87.681204,49.161563],[87.688342,49.171438],[87.696018,49.17644],[87.713683,49.180718],[87.734266,49.182145],[87.75925,49.174055],[87.767459,49.173698],[87.778048,49.176316],[87.78352,49.18155],[87.790302,49.183097],[87.797202,49.180599]]]}},{type:"Feature",properties:{name:"台湾省",province_adcode:71e4,province_type:"省",name_en:"Taiwan",name_var:"Tái Wān",adcode:71e4},geometry:{type:"MultiPolygon",coordinates:[[[[123.697932,25.929303],[123.690546,25.930977],[123.691622,25.937281],[123.695521,25.938765],[123.700281,25.935324],[123.701472,25.931378],[123.697932,25.929303]]],[[[123.492345,25.741924],[123.476758,25.741528],[123.464416,25.735345],[123.46004,25.736147],[123.458589,25.739436],[123.46011,25.743947],[123.464793,25.747515],[123.477036,25.751765],[123.488521,25.748567],[123.493387,25.744016],[123.492345,25.741924]]],[[[122.073633,25.625059],[122.070375,25.625399],[122.064919,25.629282],[122.066194,25.634263],[122.07673,25.63535],[122.077211,25.63112],[122.073633,25.625059]]],[[[121.550215,25.290851],[121.565836,25.291932],[121.568754,25.296729],[121.577039,25.298313],[121.586932,25.291854],[121.597731,25.289222],[121.618048,25.277116],[121.627043,25.268802],[121.633474,25.258715],[121.634993,25.250523],[121.634423,25.238616],[121.64339,25.230598],[121.651507,25.233063],[121.65226,25.229213],[121.649594,25.222959],[121.656818,25.212127],[121.672219,25.201934],[121.676149,25.203406],[121.67979,25.202549],[121.685714,25.207867],[121.68757,25.205226],[121.692336,25.207908],[121.691496,25.20401],[121.694111,25.202781],[121.687311,25.195216],[121.686086,25.189028],[121.692173,25.180496],[121.697565,25.181234],[121.708473,25.175122],[121.707196,25.16483],[121.724761,25.164832],[121.729996,25.163255],[121.733798,25.158142],[121.737843,25.160731],[121.742704,25.156996],[121.74921,25.156779],[121.75,25.154648],[121.745867,25.15182],[121.750297,25.146948],[121.753128,25.148164],[121.753548,25.145451],[121.744627,25.13963],[121.740751,25.133552],[121.740264,25.131484],[121.742154,25.130468],[121.74632,25.136733],[121.757955,25.143459],[121.764492,25.151103],[121.772672,25.155377],[121.791447,25.143133],[121.79474,25.144429],[121.793354,25.146747],[121.795649,25.14758],[121.806385,25.148208],[121.807297,25.146803],[121.801576,25.14085],[121.802748,25.135952],[121.808567,25.132854],[121.819509,25.134296],[121.822155,25.133384],[121.818343,25.128553],[121.819622,25.123006],[121.8215,25.121365],[121.825606,25.121111],[121.830619,25.126122],[121.83609,25.12794],[121.848792,25.127065],[121.865712,25.122169],[121.885123,25.12325],[121.89219,25.119999],[121.898194,25.119533],[121.909789,25.12238],[121.917113,25.127115],[121.924251,25.12923],[121.922781,25.123355],[121.912432,25.113722],[121.915688,25.111719],[121.921919,25.113061],[121.923251,25.10458],[121.918646,25.101578],[121.913267,25.0852],[121.91507,25.077142],[121.924113,25.070852],[121.931599,25.062852],[121.927911,25.049556],[121.928098,25.041027],[121.937426,25.027588],[121.935468,25.022733],[121.94511,25.019415],[121.950025,25.019524],[121.976353,25.025378],[121.989381,25.020837],[121.9902,25.012218],[121.996864,25.01676],[121.99922,25.016593],[122.004764,25.010383],[122.004885,25.007167],[122.002694,25.003018],[121.994469,25.00085],[121.977027,24.991897],[121.965936,24.983996],[121.956241,24.982727],[121.926185,24.9692],[121.918143,24.957444],[121.904522,24.946678],[121.903589,24.94403],[121.889036,24.937058],[121.885686,24.930877],[121.887487,24.926781],[121.884736,24.917529],[121.858211,24.893695],[121.851143,24.890789],[121.833537,24.865349],[121.834426,24.860258],[121.826807,24.842033],[121.819886,24.804394],[121.817906,24.782892],[121.818768,24.759304],[121.822944,24.739226],[121.83353,24.717165],[121.838527,24.666541],[121.849753,24.629703],[121.858216,24.616253],[121.865102,24.6089],[121.880414,24.605296],[121.885705,24.59944],[121.879222,24.599047],[121.865427,24.604848],[121.859467,24.603826],[121.857025,24.599568],[121.86245,24.593279],[121.864076,24.587129],[121.871404,24.586921],[121.877101,24.579297],[121.871584,24.577671],[121.869361,24.574111],[121.873542,24.53455],[121.869393,24.528122],[121.841434,24.520015],[121.838417,24.510728],[121.838569,24.500818],[121.840603,24.49762],[121.847634,24.496442],[121.850087,24.494549],[121.851649,24.483759],[121.849163,24.479857],[121.843131,24.477163],[121.838091,24.471449],[121.82033,24.462189],[121.818927,24.453488],[121.814929,24.446909],[121.802221,24.436344],[121.796435,24.426337],[121.789584,24.404587],[121.786926,24.377465],[121.770739,24.336931],[121.773222,24.317227],[121.771533,24.305796],[121.766927,24.303707],[121.75918,24.306724],[121.746992,24.277431],[121.743908,24.264147],[121.740992,24.258696],[121.727692,24.246089],[121.71967,24.244399],[121.715369,24.241735],[121.70458,24.224794],[121.683573,24.211638],[121.673679,24.207596],[121.664949,24.196066],[121.659803,24.184698],[121.658054,24.174334],[121.658469,24.167561],[121.663042,24.157028],[121.664838,24.147394],[121.663376,24.136275],[121.653179,24.120691],[121.628478,24.103265],[121.61713,24.083197],[121.615414,24.068847],[121.619214,24.051167],[121.629221,24.031194],[121.636732,24.022834],[121.643345,24.018834],[121.646879,24.007713],[121.640317,23.996121],[121.636528,23.993112],[121.63203,23.985863],[121.61668,23.974509],[121.608158,23.962791],[121.606294,23.957324],[121.605931,23.952717],[121.61016,23.942715],[121.611283,23.933691],[121.604123,23.908855],[121.604763,23.898068],[121.60196,23.877854],[121.597254,23.857771],[121.587478,23.830281],[121.584703,23.828758],[121.582321,23.818994],[121.575949,23.811237],[121.572412,23.80163],[121.570041,23.780455],[121.570536,23.764661],[121.572845,23.760259],[121.571772,23.756356],[121.559724,23.729537],[121.556681,23.725483],[121.552778,23.724179],[121.549461,23.717996],[121.548693,23.709563],[121.549797,23.701736],[121.551656,23.699305],[121.551075,23.693786],[121.546893,23.681128],[121.544509,23.665765],[121.541138,23.660317],[121.542979,23.654622],[121.536305,23.649905],[121.531012,23.631575],[121.529484,23.597098],[121.525683,23.582618],[121.525951,23.577774],[121.511314,23.553345],[121.502771,23.519251],[121.505465,23.494119],[121.506575,23.491563],[121.511424,23.492613],[121.514449,23.488813],[121.502754,23.466588],[121.496542,23.441103],[121.474245,23.386475],[121.465766,23.32187],[121.458561,23.313194],[121.454548,23.313941],[121.447326,23.310099],[121.42992,23.286099],[121.414035,23.233539],[121.415471,23.227211],[121.418423,23.228356],[121.42012,23.225956],[121.409361,23.214417],[121.402899,23.212469],[121.397274,23.207567],[121.396054,23.204572],[121.395391,23.197567],[121.397299,23.186967],[121.406977,23.165812],[121.404181,23.154642],[121.399196,23.148856],[121.398796,23.136593],[121.402369,23.128613],[121.412014,23.12322],[121.402299,23.114421],[121.396298,23.117222],[121.38238,23.096879],[121.366676,23.096829],[121.359292,23.089146],[121.34785,23.06703],[121.345341,23.05621],[121.345737,23.051193],[121.322235,22.993327],[121.315704,22.980897],[121.310583,22.97267],[121.2993,22.959786],[121.293699,22.954925],[121.287024,22.952861],[121.283683,22.949172],[121.279082,22.935953],[121.260443,22.905296],[121.252093,22.888491],[121.237928,22.877858],[121.234858,22.866914],[121.231791,22.864798],[121.225655,22.868201],[121.209888,22.864626],[121.199049,22.85807],[121.189505,22.848407],[121.185497,22.833333],[121.195437,22.814191],[121.199855,22.796859],[121.197441,22.793924],[121.192617,22.791329],[121.188567,22.791978],[121.182956,22.787676],[121.179369,22.780197],[121.177182,22.763203],[121.17407,22.757903],[121.155985,22.747102],[121.126216,22.718487],[121.102604,22.706132],[121.093353,22.704199],[121.082043,22.699055],[121.054978,22.677089],[121.034259,22.667164],[121.026055,22.657206],[121.017564,22.638667],[121.011459,22.616901],[121.007382,22.589802],[120.99811,22.57945],[120.984836,22.569143],[120.97886,22.558903],[120.958304,22.503891],[120.943679,22.45228],[120.931141,22.420635],[120.926802,22.414969],[120.921688,22.398328],[120.914814,22.387085],[120.907559,22.358414],[120.902743,22.354029],[120.893372,22.331694],[120.890717,22.289465],[120.894109,22.138805],[120.885302,22.129123],[120.887814,22.116682],[120.891344,22.108914],[120.899955,22.104274],[120.890379,22.087031],[120.89013,22.078563],[120.892488,22.069866],[120.892608,22.050732],[120.899882,22.034404],[120.888244,22.026886],[120.886134,22.017777],[120.874123,21.999878],[120.854271,21.989683],[120.849121,21.989832],[120.845499,21.987561],[120.843462,21.979925],[120.844739,21.976261],[120.843926,21.968798],[120.840048,21.957075],[120.84075,21.949795],[120.847831,21.933258],[120.853989,21.927743],[120.861066,21.916821],[120.86049,21.909034],[120.866201,21.900485],[120.860855,21.897118],[120.852905,21.897433],[120.848596,21.900797],[120.847216,21.913349],[120.836468,21.916869],[120.832267,21.924437],[120.822119,21.934964],[120.813775,21.9338],[120.799165,21.937785],[120.782463,21.945268],[120.771416,21.952272],[120.765995,21.959273],[120.755092,21.956607],[120.746266,21.948731],[120.744657,21.941629],[120.746735,21.93423],[120.743857,21.932324],[120.741976,21.927899],[120.739363,21.926919],[120.739226,21.919962],[120.728499,21.918536],[120.723365,21.921666],[120.719416,21.927795],[120.719523,21.932702],[120.716536,21.935056],[120.711283,21.93473],[120.710506,21.940108],[120.712577,21.964878],[120.716191,21.972071],[120.714863,21.978981],[120.712912,21.983465],[120.694295,22.005228],[120.686835,22.021672],[120.685853,22.026999],[120.690185,22.036516],[120.698043,22.041658],[120.69488,22.047767],[120.697447,22.054397],[120.69907,22.055875],[120.703667,22.054924],[120.706673,22.056259],[120.706557,22.069699],[120.700903,22.083366],[120.702448,22.085416],[120.716004,22.090115],[120.717562,22.094417],[120.685663,22.20898],[120.678621,22.219206],[120.671838,22.234303],[120.659098,22.24755],[120.649718,22.253943],[120.652273,22.26739],[120.643535,22.290661],[120.642664,22.303128],[120.630507,22.319391],[120.606554,22.340119],[120.600679,22.353616],[120.593101,22.364283],[120.584977,22.372231],[120.548162,22.396528],[120.479271,22.431842],[120.454014,22.447151],[120.456058,22.449087],[120.460574,22.448789],[120.464491,22.445169],[120.464419,22.443361],[120.483848,22.433411],[120.4871,22.436589],[120.489102,22.442482],[120.485446,22.444396],[120.485182,22.448975],[120.479781,22.448861],[120.479636,22.453756],[120.472798,22.45571],[120.471989,22.45384],[120.46104,22.456239],[120.458388,22.453921],[120.458838,22.452079],[120.452216,22.44831],[120.437251,22.465012],[120.440638,22.468301],[120.44649,22.469122],[120.445462,22.471946],[120.442258,22.471513],[120.437485,22.474548],[120.43466,22.471568],[120.435504,22.469747],[120.439311,22.473026],[120.440848,22.471797],[120.435487,22.468728],[120.434676,22.473135],[120.425518,22.477511],[120.414656,22.480118],[120.415084,22.476753],[120.412779,22.47588],[120.396939,22.481909],[120.355558,22.510881],[120.351347,22.508366],[120.329583,22.526336],[120.312696,22.515075],[120.303502,22.526554],[120.309726,22.533235],[120.317379,22.523927],[120.324988,22.530278],[120.31264,22.54447],[120.319268,22.550976],[120.322803,22.550041],[120.33116,22.538236],[120.340306,22.541397],[120.341498,22.543588],[120.321554,22.557062],[120.297627,22.58431],[120.281838,22.609973],[120.283588,22.610891],[120.28716,22.609234],[120.291251,22.614614],[120.280025,22.620159],[120.265897,22.617162],[120.263253,22.627932],[120.259432,22.634046],[120.256269,22.636159],[120.25169,22.645397],[120.250401,22.656553],[120.252201,22.663419],[120.256294,22.668556],[120.259114,22.668753],[120.262786,22.672514],[120.265749,22.680126],[120.274001,22.683563],[120.274872,22.70677],[120.268444,22.709357],[120.265207,22.708629],[120.262982,22.70072],[120.261623,22.701622],[120.256958,22.712421],[120.256297,22.718198],[120.24881,22.730266],[120.245072,22.740387],[120.233591,22.761758],[120.214992,22.804638],[120.212693,22.807727],[120.203714,22.806338],[120.202363,22.812766],[120.208523,22.814071],[120.209216,22.817848],[120.19709,22.849815],[120.193122,22.848385],[120.189796,22.858203],[120.193373,22.859304],[120.193339,22.861264],[120.19978,22.860699],[120.202102,22.859461],[120.204168,22.853193],[120.206617,22.853618],[120.208121,22.851548],[120.210176,22.851685],[120.21246,22.845613],[120.217958,22.845568],[120.218385,22.848767],[120.215222,22.850778],[120.215801,22.852406],[120.207021,22.85507],[120.208762,22.855817],[120.207736,22.860774],[120.204951,22.861558],[120.206862,22.862555],[120.207751,22.870372],[120.211388,22.873313],[120.210924,22.879427],[120.207906,22.879504],[120.203882,22.87695],[120.203572,22.873391],[120.201715,22.872307],[120.20334,22.86836],[120.202102,22.865884],[120.197163,22.863933],[120.196358,22.864944],[120.1983,22.865892],[120.196151,22.871876],[120.192815,22.870838],[120.195391,22.863586],[120.193016,22.863212],[120.18794,22.87964],[120.179616,22.898664],[120.174306,22.916796],[120.17579,22.93223],[120.172897,22.94699],[120.162692,22.967254],[120.166798,22.970638],[120.170382,22.96864],[120.173372,22.971307],[120.175231,22.976722],[120.171351,22.978823],[120.167876,22.978662],[120.163108,22.983673],[120.159536,22.984015],[120.155919,22.988774],[120.155919,22.994342],[120.153397,22.994722],[120.148651,22.987466],[120.141841,22.993362],[120.140074,22.997447],[120.133155,23.001048],[120.109587,23.019047],[120.077471,23.037943],[120.067284,23.041915],[120.069788,23.048189],[120.06688,23.053959],[120.060363,23.055474],[120.053097,23.053539],[120.049371,23.05842],[120.038649,23.06347],[120.039982,23.06882],[120.038445,23.075093],[120.0369,23.075507],[120.036371,23.102149],[120.053959,23.11429],[120.073379,23.12315],[120.083908,23.123997],[120.085831,23.126512],[120.084747,23.129892],[120.086641,23.135345],[120.085184,23.14437],[120.076586,23.144318],[120.076004,23.171441],[120.070819,23.176962],[120.069001,23.184581],[120.079907,23.202913],[120.081671,23.209639],[120.08792,23.20718],[120.088994,23.214359],[120.084661,23.215183],[120.084139,23.212982],[120.082283,23.212589],[120.081712,23.214695],[120.084139,23.223118],[120.08396,23.232826],[120.086628,23.232983],[120.085621,23.225074],[120.090878,23.223319],[120.091567,23.218267],[120.095232,23.218776],[120.09576,23.236432],[120.100475,23.244658],[120.108302,23.251996],[120.109422,23.255051],[120.10596,23.258282],[120.106119,23.262819],[120.109701,23.267949],[120.117804,23.271665],[120.114911,23.274031],[120.104543,23.268548],[120.098071,23.271417],[120.097262,23.290357],[120.100212,23.293927],[120.114349,23.29348],[120.114659,23.298647],[120.10529,23.300095],[120.114322,23.316671],[120.116467,23.324642],[120.119759,23.324535],[120.123339,23.328044],[120.128508,23.337387],[120.119127,23.344625],[120.13219,23.368753],[120.135541,23.369361],[120.13783,23.367539],[120.129977,23.36033],[120.134689,23.358259],[120.136242,23.35865],[120.140043,23.366011],[120.14427,23.365631],[120.145467,23.359983],[120.148404,23.357978],[120.151284,23.358008],[120.154955,23.362821],[120.154938,23.37645],[120.147534,23.376496],[120.147702,23.378453],[120.140028,23.378637],[120.138259,23.382167],[120.131609,23.382139],[120.13157,23.38446],[120.1582,23.384874],[120.163403,23.39289],[120.159412,23.406011],[120.154049,23.404331],[120.153698,23.400616],[120.151663,23.398998],[120.149435,23.406155],[120.148196,23.414762],[120.149544,23.422922],[120.155931,23.427264],[120.155699,23.428628],[120.145546,23.42864],[120.148441,23.439372],[120.154266,23.447144],[120.14731,23.453483],[120.135391,23.447773],[120.133293,23.451527],[120.13916,23.45805],[120.144876,23.45977],[120.146896,23.465218],[120.143528,23.469019],[120.149076,23.474753],[120.151367,23.480544],[120.155768,23.484126],[120.156589,23.487605],[120.15469,23.492902],[120.153736,23.493956],[120.132915,23.488379],[120.12519,23.488617],[120.119532,23.495817],[120.11919,23.515994],[120.121102,23.518811],[120.125655,23.520143],[120.142408,23.517297],[120.142733,23.518465],[120.153322,23.517924],[120.155549,23.518532],[120.157128,23.52204],[120.154601,23.526389],[120.148573,23.529406],[120.15041,23.531993],[120.149464,23.536456],[120.14443,23.540564],[120.139582,23.549693],[120.143732,23.571826],[120.141132,23.573487],[120.141613,23.61238],[120.138552,23.615975],[120.141725,23.628676],[120.141813,23.641346],[120.143911,23.649296],[120.147777,23.653105],[120.152124,23.664407],[120.153918,23.663727],[120.163257,23.683274],[120.176347,23.698744],[120.179365,23.700402],[120.183415,23.699043],[120.187496,23.700295],[120.187268,23.702805],[120.171827,23.705012],[120.169722,23.707051],[120.173822,23.736895],[120.180092,23.754968],[120.201668,23.75654],[120.20083,23.759645],[120.195292,23.75949],[120.196722,23.76281],[120.19252,23.764802],[120.184978,23.759632],[120.169703,23.758657],[120.165595,23.76735],[120.169608,23.772012],[120.184143,23.797846],[120.173792,23.800318],[120.175194,23.804377],[120.205649,23.821778],[120.223736,23.818789],[120.22364,23.825641],[120.220416,23.827474],[120.222464,23.83313],[120.238431,23.827187],[120.240426,23.82278],[120.243033,23.822445],[120.245166,23.82334],[120.250195,23.834051],[120.260505,23.835209],[120.264896,23.840901],[120.262926,23.844357],[120.25438,23.849955],[120.250648,23.856733],[120.252303,23.860561],[120.254349,23.857735],[120.262098,23.85726],[120.263403,23.864569],[120.266479,23.866368],[120.269924,23.865182],[120.275345,23.865969],[120.287489,23.875616],[120.288862,23.881229],[120.295064,23.889193],[120.297217,23.895991],[120.304514,23.906669],[120.31875,23.936057],[120.305681,23.938256],[120.304588,23.940517],[120.321656,23.965784],[120.330302,23.988792],[120.34589,23.990099],[120.349651,24.002888],[120.359025,24.020393],[120.368614,24.032185],[120.371601,24.039728],[120.401314,24.053814],[120.403883,24.052732],[120.407355,24.056649],[120.407417,24.062778],[120.410687,24.070847],[120.415302,24.073633],[120.417996,24.080253],[120.422157,24.084087],[120.42807,24.085349],[120.434437,24.090034],[120.435278,24.094142],[120.431379,24.096121],[120.437806,24.125325],[120.418483,24.124937],[120.41304,24.10463],[120.408639,24.100053],[120.399561,24.098327],[120.396924,24.092753],[120.381456,24.092162],[120.379784,24.094051],[120.402881,24.124171],[120.415052,24.128609],[120.415207,24.130884],[120.423559,24.141229],[120.42379,24.142544],[120.419452,24.14536],[120.429284,24.158011],[120.45959,24.15893],[120.4676,24.16565],[120.462308,24.16825],[120.477324,24.184505],[120.488742,24.205287],[120.461159,24.21619],[120.472105,24.240818],[120.482217,24.237248],[120.494788,24.269714],[120.500153,24.267447],[120.508433,24.283746],[120.51164,24.282453],[120.500617,24.253483],[120.498328,24.249492],[120.490567,24.252207],[120.478634,24.222736],[120.484269,24.220693],[120.491995,24.239378],[120.496846,24.237607],[120.502066,24.228801],[120.506085,24.230857],[120.501401,24.240997],[120.517007,24.277379],[120.520636,24.276077],[120.5225,24.272915],[120.517798,24.261923],[120.520167,24.259594],[120.522728,24.262041],[120.526768,24.274197],[120.522569,24.281392],[120.523424,24.283545],[120.533832,24.28478],[120.533083,24.287847],[120.519718,24.286594],[120.517827,24.288952],[120.523335,24.292847],[120.519286,24.294074],[120.518076,24.292353],[120.514888,24.293427],[120.511744,24.292029],[120.510528,24.292438],[120.511355,24.294641],[120.52215,24.302746],[120.527604,24.313539],[120.545029,24.304428],[120.549473,24.307088],[120.553098,24.324245],[120.55138,24.328295],[120.563089,24.34979],[120.582472,24.368315],[120.581503,24.376444],[120.589924,24.394872],[120.598916,24.405464],[120.60562,24.416896],[120.612369,24.421726],[120.625906,24.442734],[120.633523,24.444561],[120.646665,24.4597],[120.687427,24.523829],[120.694813,24.544998],[120.706064,24.568028],[120.711339,24.585774],[120.723297,24.605578],[120.736193,24.611321],[120.74708,24.605898],[120.747842,24.610473],[120.754032,24.613767],[120.762982,24.611686],[120.768128,24.607763],[120.771746,24.6086],[120.771903,24.612295],[120.76188,24.620663],[120.755254,24.623947],[120.760659,24.632913],[120.763702,24.641791],[120.779794,24.660823],[120.80597,24.665772],[120.829,24.673097],[120.833605,24.679797],[120.859412,24.701266],[120.866018,24.724811],[120.890242,24.743446],[120.89513,24.746393],[120.899685,24.746192],[120.903468,24.748181],[120.905696,24.75421],[120.906284,24.76364],[120.912175,24.766222],[120.913687,24.771566],[120.914978,24.782605],[120.913471,24.7988],[120.916574,24.801382],[120.910823,24.801932],[120.910907,24.8069],[120.916949,24.806395],[120.919124,24.809941],[120.91587,24.810972],[120.909229,24.809828],[120.906958,24.814309],[120.907225,24.819319],[120.911456,24.828629],[120.917952,24.837732],[120.919089,24.847126],[120.923041,24.844727],[120.925395,24.850017],[120.923445,24.85223],[120.928174,24.85189],[120.929539,24.848005],[120.939349,24.842654],[120.942318,24.843233],[120.938724,24.846493],[120.939993,24.848716],[120.942485,24.847793],[120.944761,24.843614],[120.946243,24.843863],[120.943608,24.848942],[120.937154,24.853422],[120.948451,24.857837],[120.950288,24.860072],[120.939962,24.858105],[120.938107,24.859116],[120.935094,24.857476],[120.934716,24.858755],[120.94665,24.872753],[120.954934,24.889496],[120.966318,24.90442],[120.968395,24.91767],[120.974144,24.92754],[120.987041,24.938474],[120.990957,24.948711],[120.999508,24.9542],[121.003925,24.961551],[121.014216,24.972537],[121.016266,24.980248],[121.014225,24.988447],[121.02418,25.005175],[121.033652,25.015199],[121.034301,25.020341],[121.03986,25.02424],[121.037955,25.027104],[121.040717,25.029507],[121.043646,25.029394],[121.049734,25.035781],[121.061558,25.042669],[121.05918,25.045015],[121.061504,25.04723],[121.065403,25.043522],[121.07419,25.045163],[121.102758,25.06597],[121.12662,25.074187],[121.154265,25.079568],[121.174653,25.086317],[121.180872,25.091446],[121.212133,25.108594],[121.230496,25.112267],[121.244379,25.117909],[121.259849,25.121786],[121.271663,25.118498],[121.286245,25.117054],[121.291629,25.118215],[121.304897,25.126013],[121.309644,25.12576],[121.310291,25.12309],[121.316672,25.122974],[121.336052,25.125503],[121.35189,25.130652],[121.375355,25.142152],[121.389607,25.147262],[121.388134,25.151661],[121.39771,25.161903],[121.400023,25.160587],[121.415752,25.169342],[121.422888,25.163926],[121.433006,25.160586],[121.44102,25.154136],[121.448997,25.141718],[121.45288,25.128227],[121.456731,25.120931],[121.461528,25.12219],[121.455391,25.151637],[121.445578,25.166349],[121.431018,25.175062],[121.421044,25.176373],[121.418147,25.17989],[121.407102,25.184899],[121.40701,25.186794],[121.418607,25.191554],[121.415731,25.195004],[121.420319,25.202095],[121.423407,25.202206],[121.433131,25.214842],[121.440161,25.219368],[121.444906,25.235214],[121.452701,25.249831],[121.45591,25.251002],[121.45855,25.249176],[121.462789,25.249478],[121.471699,25.253037],[121.475074,25.256122],[121.474588,25.258429],[121.479338,25.267403],[121.510036,25.2826],[121.508926,25.288654],[121.510274,25.290472],[121.512403,25.289745],[121.511988,25.287165],[121.513584,25.285156],[121.527059,25.285145],[121.533234,25.288448],[121.535296,25.291985],[121.533429,25.295327],[121.53731,25.299014],[121.539806,25.297207],[121.540392,25.293743],[121.550215,25.290851]]],[[[121.390205,25.169377],[121.393776,25.165879],[121.371827,25.156543],[121.369826,25.16035],[121.378598,25.164266],[121.377563,25.16713],[121.374529,25.168319],[121.375882,25.169849],[121.375123,25.171669],[121.386946,25.171851],[121.390205,25.169377]]],[[[121.764015,25.153167],[121.761336,25.152349],[121.759316,25.15446],[121.757445,25.160916],[121.764653,25.163473],[121.775995,25.157901],[121.764015,25.153167]]],[[[121.374977,25.143718],[121.366222,25.139905],[121.364549,25.143052],[121.373294,25.14694],[121.372094,25.14922],[121.379059,25.152277],[121.381896,25.14692],[121.374977,25.143718]]],[[[121.961973,24.835529],[121.942313,24.837711],[121.93982,24.840217],[121.939624,24.84378],[121.948503,24.850358],[121.95557,24.849633],[121.964466,24.839883],[121.964403,24.83672],[121.961973,24.835529]]],[[[120.398617,24.058556],[120.368224,24.057988],[120.36545,24.059499],[120.377438,24.084971],[120.419434,24.086021],[120.414555,24.075681],[120.409263,24.07193],[120.405535,24.063538],[120.401806,24.059606],[120.398617,24.058556]]],[[[120.24895,23.833575],[120.244363,23.825541],[120.239988,23.830067],[120.233182,23.832041],[120.230881,23.83468],[120.24895,23.833575]]],[[[119.622316,23.743437],[119.619412,23.741508],[119.61078,23.741217],[119.602006,23.730745],[119.600041,23.735444],[119.596482,23.737701],[119.598288,23.741749],[119.602794,23.744301],[119.607601,23.750559],[119.610065,23.755869],[119.620494,23.749344],[119.622316,23.743437]]],[[[120.165489,23.717868],[120.153528,23.71758],[120.156383,23.738481],[120.168647,23.737006],[120.165489,23.717868]]],[[[120.137439,23.645424],[120.136359,23.648743],[120.137801,23.664688],[120.146338,23.681533],[120.15028,23.684674],[120.150198,23.681757],[120.140625,23.666299],[120.137439,23.645424]]],[[[119.587598,23.672847],[119.599573,23.671724],[119.60362,23.668991],[119.606986,23.657496],[119.612201,23.652833],[119.609977,23.648148],[119.603957,23.649372],[119.600796,23.648204],[119.601795,23.64269],[119.597423,23.641252],[119.59911,23.636146],[119.601909,23.633775],[119.604602,23.634077],[119.606916,23.636623],[119.610358,23.635716],[119.60953,23.632707],[119.606322,23.632446],[119.602465,23.629231],[119.603623,23.624289],[119.593176,23.624575],[119.588459,23.622691],[119.590874,23.629244],[119.595178,23.632954],[119.595749,23.635439],[119.59449,23.640556],[119.582401,23.652584],[119.583123,23.655441],[119.580925,23.66176],[119.571033,23.662259],[119.567462,23.660141],[119.562532,23.652347],[119.554147,23.657584],[119.551066,23.661916],[119.555006,23.668546],[119.57454,23.673072],[119.58223,23.677479],[119.587598,23.672847]]],[[[119.522915,23.655212],[119.524283,23.654725],[119.523876,23.651365],[119.51976,23.647925],[119.516982,23.652562],[119.514747,23.652024],[119.513578,23.654108],[119.522915,23.655212]]],[[[119.522825,23.642251],[119.524941,23.643466],[119.527455,23.640505],[119.534498,23.638586],[119.543657,23.640685],[119.538853,23.6333],[119.53253,23.63268],[119.529567,23.630314],[119.521682,23.631485],[119.51754,23.627419],[119.521018,23.620937],[119.521584,23.614322],[119.5197,23.610986],[119.522858,23.605129],[119.523026,23.601625],[119.519617,23.594526],[119.51481,23.59449],[119.512241,23.592159],[119.516282,23.584234],[119.511783,23.581978],[119.511779,23.579392],[119.513584,23.569289],[119.517918,23.566915],[119.515716,23.564352],[119.511563,23.564256],[119.496826,23.568338],[119.493216,23.567211],[119.489517,23.562761],[119.480906,23.564459],[119.476413,23.559924],[119.467962,23.560835],[119.469303,23.565032],[119.477841,23.568765],[119.481507,23.574751],[119.48376,23.574784],[119.488474,23.570081],[119.493302,23.569688],[119.500376,23.574608],[119.502988,23.578391],[119.503758,23.588956],[119.498133,23.593262],[119.492427,23.594946],[119.494904,23.599427],[119.496702,23.599225],[119.498778,23.595333],[119.504,23.596817],[119.502758,23.603137],[119.505698,23.609895],[119.508933,23.612023],[119.507256,23.614739],[119.501857,23.61701],[119.500264,23.619281],[119.504189,23.623946],[119.502182,23.631126],[119.50393,23.635483],[119.507444,23.635982],[119.512367,23.64852],[119.516825,23.649097],[119.519497,23.647484],[119.519643,23.643818],[119.522825,23.642251]]],[[[119.612294,23.620239],[119.613481,23.619971],[119.613693,23.613884],[119.609956,23.610372],[119.605053,23.609118],[119.596955,23.61674],[119.602234,23.617343],[119.60694,23.622272],[119.612294,23.620239]]],[[[119.65588,23.607274],[119.657244,23.603046],[119.655597,23.599922],[119.662251,23.589539],[119.668213,23.591148],[119.669254,23.597872],[119.671874,23.59933],[119.681187,23.584535],[119.680019,23.574449],[119.68305,23.565776],[119.686729,23.562237],[119.693373,23.559973],[119.693422,23.555189],[119.676527,23.551743],[119.674272,23.554402],[119.676822,23.556373],[119.676127,23.559775],[119.669296,23.562211],[119.663449,23.56035],[119.647791,23.560588],[119.643013,23.559075],[119.630078,23.547776],[119.613193,23.537594],[119.609491,23.53143],[119.605607,23.528706],[119.60443,23.525185],[119.606347,23.522116],[119.61163,23.521814],[119.610996,23.519153],[119.607692,23.517331],[119.608003,23.509278],[119.606471,23.507968],[119.601576,23.509468],[119.598203,23.513408],[119.588946,23.512349],[119.584919,23.509453],[119.57836,23.509411],[119.57574,23.507523],[119.572699,23.508115],[119.57069,23.512497],[119.573968,23.517555],[119.572462,23.522173],[119.564028,23.526239],[119.557066,23.523441],[119.553424,23.528427],[119.554167,23.530469],[119.549551,23.538971],[119.54349,23.537736],[119.541249,23.539007],[119.542462,23.545606],[119.546577,23.549924],[119.54809,23.554285],[119.551203,23.548206],[119.550848,23.540592],[119.5568,23.538045],[119.557107,23.533654],[119.554487,23.531337],[119.557344,23.526772],[119.561213,23.526963],[119.565929,23.531362],[119.571793,23.532005],[119.571947,23.52593],[119.574063,23.520732],[119.579754,23.523231],[119.581156,23.526303],[119.580542,23.531691],[119.582703,23.532697],[119.58912,23.531342],[119.596067,23.526779],[119.599131,23.531605],[119.594973,23.538041],[119.603025,23.540465],[119.602383,23.547881],[119.599523,23.550473],[119.591912,23.552835],[119.584024,23.548454],[119.57311,23.546289],[119.562475,23.550129],[119.561597,23.554651],[119.562813,23.556813],[119.572737,23.553891],[119.575815,23.554865],[119.579812,23.563442],[119.574425,23.568114],[119.566827,23.562668],[119.558833,23.562744],[119.567385,23.575034],[119.561786,23.585051],[119.575433,23.585689],[119.58303,23.590931],[119.586177,23.587842],[119.582582,23.5833],[119.585908,23.573528],[119.588177,23.572175],[119.594457,23.573336],[119.600192,23.576581],[119.598807,23.583477],[119.606913,23.585872],[119.607816,23.593753],[119.602913,23.599651],[119.605496,23.601934],[119.605746,23.605683],[119.612648,23.605846],[119.613167,23.60197],[119.616714,23.600931],[119.621621,23.602953],[119.620373,23.606699],[119.630469,23.606849],[119.630864,23.605064],[119.625546,23.600374],[119.625282,23.578788],[119.628912,23.580611],[119.633907,23.589372],[119.633226,23.595925],[119.639719,23.599195],[119.641445,23.596387],[119.637882,23.591521],[119.639795,23.587338],[119.64342,23.587528],[119.64401,23.589488],[119.641932,23.590423],[119.643887,23.595955],[119.646566,23.597073],[119.649561,23.60721],[119.646651,23.607017],[119.65131,23.60986],[119.65588,23.607274]]],[[[120.153636,23.518767],[120.146719,23.519919],[120.145174,23.525627],[120.154231,23.522751],[120.155712,23.52051],[120.153636,23.518767]]],[[[120.095548,23.515347],[120.0956,23.512037],[120.093747,23.511033],[120.084228,23.511747],[120.067739,23.500496],[120.065541,23.496332],[120.07009,23.496629],[120.07079,23.494576],[120.068422,23.490111],[120.065731,23.491584],[120.056645,23.491783],[120.063241,23.489329],[120.064585,23.487415],[120.062872,23.480524],[120.0538,23.478935],[120.053954,23.480869],[120.05862,23.482449],[120.05448,23.488022],[120.052573,23.487721],[120.053877,23.483431],[120.052286,23.481373],[120.045532,23.477287],[120.038273,23.478136],[120.038894,23.480171],[120.035224,23.482758],[120.027558,23.477654],[120.023052,23.470278],[120.025046,23.463834],[120.02409,23.459423],[120.014703,23.459625],[120.017012,23.46779],[120.020163,23.468531],[120.017302,23.469435],[120.012833,23.467799],[120.007851,23.461053],[120.015042,23.452348],[120.021628,23.440842],[120.022184,23.437665],[120.019887,23.435846],[120.004667,23.458641],[120,23.462386],[120,23.468045],[120.016664,23.484202],[120.076862,23.522063],[120.082243,23.523656],[120.08646,23.52257],[120.091525,23.519991],[120.095548,23.515347]]],[[[119.530634,23.487801],[119.517486,23.485619],[119.511771,23.483136],[119.508903,23.485499],[119.510139,23.491335],[119.512518,23.490913],[119.515383,23.48634],[119.529291,23.495766],[119.535901,23.49624],[119.537604,23.498051],[119.543665,23.494578],[119.530634,23.487801]]],[[[119.326103,23.399704],[119.319773,23.398083],[119.315177,23.399186],[119.314417,23.4021],[119.317709,23.404541],[119.319335,23.411747],[119.33081,23.406054],[119.326103,23.399704]]],[[[119.498091,23.390265],[119.501612,23.389166],[119.504395,23.391832],[119.507163,23.388081],[119.508532,23.381868],[119.508286,23.371352],[119.514062,23.37108],[119.515404,23.368694],[119.507711,23.36439],[119.50959,23.356138],[119.490591,23.353207],[119.486887,23.356089],[119.494933,23.365566],[119.493963,23.377834],[119.495908,23.387424],[119.489937,23.394747],[119.490965,23.396511],[119.494581,23.396508],[119.497218,23.393877],[119.498091,23.390265]]],[[[119.540747,23.372218],[119.541885,23.369017],[119.540619,23.365993],[119.532216,23.366811],[119.523845,23.360709],[119.518879,23.363746],[119.51972,23.367006],[119.525195,23.366588],[119.529557,23.371657],[119.538746,23.374323],[119.540747,23.372218]]],[[[119.505757,23.272431],[119.509692,23.272377],[119.51049,23.267238],[119.504849,23.268356],[119.503406,23.27254],[119.505757,23.272431]]],[[[119.519949,23.264298],[119.521779,23.264195],[119.52206,23.262077],[119.51596,23.256086],[119.512367,23.255832],[119.514615,23.262407],[119.518111,23.264869],[119.519949,23.264298]]],[[[119.673725,23.262513],[119.676658,23.26284],[119.678899,23.260831],[119.677857,23.256277],[119.67275,23.251041],[119.671942,23.244069],[119.666394,23.25043],[119.668185,23.255406],[119.66559,23.258562],[119.667206,23.261485],[119.673725,23.262513]]],[[[120.089389,23.236495],[120.086392,23.237589],[120.086271,23.239937],[120.094719,23.256963],[120.096678,23.258079],[120.09603,23.252977],[120.092277,23.249136],[120.089553,23.241654],[120.089389,23.236495]]],[[[119.61968,23.252939],[119.621469,23.252619],[119.620129,23.245653],[119.615282,23.244845],[119.608626,23.249049],[119.608741,23.251318],[119.613086,23.252998],[119.61968,23.252939]]],[[[119.443451,23.204539],[119.442861,23.200432],[119.436213,23.201913],[119.429956,23.196793],[119.429789,23.188322],[119.423169,23.192086],[119.420909,23.203505],[119.410596,23.214438],[119.431361,23.220153],[119.444878,23.220653],[119.447731,23.219413],[119.443603,23.213502],[119.441962,23.206371],[119.443451,23.204539]]],[[[120.051136,23.120782],[120.049252,23.120669],[120.049569,23.124488],[120.058253,23.136587],[120.057373,23.131562],[120.051136,23.120782]]],[[[120.153225,22.987979],[120.15731,22.98638],[120.164135,22.976281],[120.165268,22.972068],[120.16295,22.970767],[120.160488,22.971691],[120.158397,22.969964],[120.155564,22.972695],[120.157634,22.974479],[120.157465,22.976637],[120.149425,22.986834],[120.153225,22.987979]]],[[[121.492437,22.675572],[121.506307,22.677641],[121.509206,22.676239],[121.509833,22.666121],[121.505647,22.655169],[121.50766,22.654357],[121.505905,22.652127],[121.500449,22.651161],[121.498514,22.645929],[121.501717,22.644026],[121.505209,22.636276],[121.503803,22.635348],[121.49592,22.634506],[121.493055,22.639537],[121.487491,22.643648],[121.472796,22.647289],[121.475254,22.658279],[121.464128,22.673156],[121.465522,22.677194],[121.478028,22.674952],[121.484927,22.678001],[121.490842,22.677982],[121.492437,22.675572]]],[[[121.510604,22.65417],[121.508447,22.654848],[121.510205,22.655993],[121.510604,22.65417]]],[[[120.271695,22.613468],[120.278472,22.608172],[120.292793,22.583648],[120.317539,22.55541],[120.316748,22.554162],[120.314668,22.55355],[120.307237,22.557566],[120.301625,22.567316],[120.262688,22.613808],[120.264664,22.616308],[120.271695,22.613468]]],[[[120.360431,22.322178],[120.35499,22.322951],[120.352859,22.325997],[120.354539,22.330172],[120.360482,22.335072],[120.362336,22.341532],[120.360978,22.346472],[120.367165,22.351686],[120.378387,22.355746],[120.388143,22.350365],[120.389008,22.348169],[120.386882,22.342244],[120.376451,22.336424],[120.368397,22.327044],[120.360431,22.322178]]],[[[121.511837,22.081175],[121.556123,22.083658],[121.560057,22.080722],[121.567734,22.085675],[121.570945,22.080868],[121.568032,22.0748],[121.568698,22.066974],[121.576141,22.06042],[121.570256,22.060331],[121.566268,22.058312],[121.563914,22.054838],[121.564047,22.050206],[121.568166,22.04058],[121.577468,22.033668],[121.592549,22.027104],[121.600466,22.020677],[121.601192,22.017567],[121.596741,22.013127],[121.593808,22.003219],[121.586745,22.000715],[121.580341,22.004383],[121.571606,22.003632],[121.569558,22.008546],[121.557883,22.02181],[121.548979,22.026172],[121.53946,22.02439],[121.534157,22.0263],[121.527248,22.033291],[121.525484,22.03773],[121.511338,22.047229],[121.510522,22.051844],[121.507743,22.055506],[121.510978,22.065408],[121.509587,22.070341],[121.499386,22.080791],[121.501387,22.084243],[121.50533,22.085911],[121.511837,22.081175]]],[[[121.613868,21.953497],[121.613605,21.946069],[121.607493,21.944583],[121.60339,21.952114],[121.61124,21.954599],[121.613868,21.953497]]],[[[124.357789,25.967425],[124.455901,25.982002],[124.613477,25.970892],[124.641284,25.923661],[124.632015,25.859731],[124.567131,25.829143],[124.45899,25.868072],[124.384837,25.890311],[124.357789,25.967425]]]]}},{type:"Feature",properties:{name:"香港特别行政区",province_adcode:81e4,province_type:"特别行政区",name_en:"HongKong",name_var:"Hong Kong",adcode:81e4},geometry:{type:"MultiPolygon",coordinates:[[[[114.226653,22.543748],[114.223772,22.544619],[114.217893,22.54277],[114.209415,22.535037],[114.209465,22.524346],[114.216344,22.525553],[114.235952,22.53345],[114.242763,22.548843],[114.245665,22.549037],[114.248769,22.545461],[114.252891,22.544959],[114.256407,22.549472],[114.2584,22.547106],[114.256774,22.538341],[114.262259,22.540592],[114.267673,22.535369],[114.267151,22.533384],[114.263968,22.532757],[114.262174,22.525353],[114.279277,22.528524],[114.278698,22.523415],[114.281436,22.51988],[114.271783,22.512853],[114.274417,22.509718],[114.283121,22.510521],[114.287727,22.506254],[114.293148,22.508431],[114.29518,22.505255],[114.304391,22.499294],[114.314623,22.504065],[114.321651,22.504696],[114.333801,22.511353],[114.336634,22.508241],[114.325354,22.50047],[114.315206,22.489284],[114.307042,22.483192],[114.267978,22.465303],[114.26281,22.462223],[114.25498,22.453016],[114.247673,22.455129],[114.23158,22.472148],[114.214321,22.473567],[114.197538,22.452775],[114.192806,22.450989],[114.181207,22.451915],[114.177106,22.449455],[114.178442,22.444918],[114.181186,22.443039],[114.188562,22.439049],[114.194928,22.439582],[114.213294,22.427039],[114.21513,22.423772],[114.213724,22.410965],[114.217316,22.408031],[114.219023,22.406978],[114.221049,22.410265],[114.226299,22.425614],[114.238036,22.436872],[114.241797,22.437507],[114.245949,22.435589],[114.267555,22.433458],[114.27077,22.430101],[114.270739,22.42315],[114.272063,22.419183],[114.273776,22.418351],[114.282667,22.422243],[114.285537,22.424733],[114.285827,22.429427],[114.278594,22.444361],[114.281045,22.449064],[114.292128,22.458408],[114.299927,22.454131],[114.30322,22.455384],[114.304012,22.458782],[114.302546,22.462881],[114.305547,22.46769],[114.321494,22.480482],[114.323419,22.477722],[114.323888,22.472313],[114.329362,22.470884],[114.326986,22.460706],[114.337221,22.463002],[114.339709,22.471577],[114.337621,22.474382],[114.341391,22.478853],[114.347163,22.463718],[114.345026,22.460843],[114.341722,22.461425],[114.33876,22.45967],[114.337476,22.453404],[114.341566,22.444466],[114.338975,22.440491],[114.334547,22.441357],[114.332738,22.43938],[114.337479,22.433459],[114.335646,22.429498],[114.333211,22.428307],[114.337791,22.428517],[114.343841,22.437949],[114.346474,22.439189],[114.350983,22.426508],[114.347285,22.425209],[114.34695,22.423471],[114.349849,22.421593],[114.356098,22.422283],[114.353955,22.431781],[114.354884,22.450538],[114.360006,22.452038],[114.361061,22.460857],[114.367067,22.458307],[114.370145,22.454208],[114.369638,22.449594],[114.36654,22.44587],[114.369541,22.437877],[114.382217,22.436274],[114.391236,22.439247],[114.397711,22.436088],[114.398511,22.431793],[114.396043,22.428995],[114.397493,22.424054],[114.403362,22.419627],[114.40569,22.412797],[114.399193,22.411932],[114.394907,22.415479],[114.392889,22.420248],[114.386836,22.420898],[114.375444,22.41076],[114.374584,22.403399],[114.376523,22.398237],[114.384442,22.389278],[114.38708,22.389847],[114.390632,22.387456],[114.39147,22.367669],[114.389769,22.365082],[114.386985,22.365919],[114.382942,22.373833],[114.376995,22.374726],[114.375209,22.372059],[114.380915,22.366492],[114.380705,22.363852],[114.378127,22.362986],[114.373164,22.354334],[114.365231,22.355016],[114.359439,22.350599],[114.361477,22.341101],[114.359193,22.336473],[114.357048,22.335337],[114.355178,22.336173],[114.352113,22.353928],[114.349497,22.353848],[114.34426,22.347494],[114.342456,22.347617],[114.331324,22.363139],[114.334815,22.373552],[114.333475,22.375521],[114.321469,22.382503],[114.318502,22.381609],[114.319932,22.388008],[114.317251,22.390581],[114.321147,22.392333],[114.319968,22.393691],[114.310459,22.392369],[114.307644,22.385474],[114.295286,22.389637],[114.286191,22.395558],[114.278675,22.39462],[114.276561,22.391405],[114.275146,22.375211],[114.271695,22.370143],[114.272643,22.364641],[114.278775,22.359125],[114.275326,22.350803],[114.271525,22.355335],[114.267088,22.357623],[114.270108,22.365506],[114.267962,22.370236],[114.265108,22.371137],[114.255465,22.357672],[114.250735,22.354129],[114.252052,22.35219],[114.257305,22.354405],[114.26233,22.354432],[114.268172,22.351158],[114.268649,22.34945],[114.266649,22.348004],[114.265609,22.344192],[114.26597,22.340257],[114.272242,22.322529],[114.280663,22.320405],[114.296784,22.310999],[114.303412,22.310508],[114.310831,22.301887],[114.312226,22.298445],[114.310118,22.293068],[114.302234,22.287532],[114.294413,22.288322],[114.294107,22.290811],[114.291357,22.291448],[114.287625,22.287848],[114.288264,22.280396],[114.292994,22.275955],[114.30051,22.279303],[114.300498,22.269489],[114.302557,22.268235],[114.306243,22.269528],[114.306871,22.266056],[114.305292,22.264289],[114.297394,22.261683],[114.295588,22.265585],[114.289712,22.270123],[114.282017,22.271525],[114.277264,22.26242],[114.273897,22.262453],[114.264521,22.275474],[114.268095,22.287562],[114.263131,22.30067],[114.260461,22.301194],[114.255579,22.299171],[114.243494,22.285827],[114.239752,22.286195],[114.222137,22.305906],[114.218781,22.305884],[114.215635,22.303217],[114.196607,22.320224],[114.191999,22.314463],[114.191786,22.30991],[114.193862,22.308333],[114.19312,22.302772],[114.177072,22.29368],[114.169769,22.293],[114.166673,22.300418],[114.155322,22.298605],[114.155038,22.303386],[114.157193,22.303388],[114.159917,22.307025],[114.159914,22.315515],[114.159371,22.316823],[114.155392,22.316824],[114.153586,22.322785],[114.144663,22.328139],[114.14264,22.326474],[114.142045,22.323023],[114.143711,22.321239],[114.143661,22.318156],[114.129412,22.317538],[114.121614,22.321509],[114.126696,22.328366],[114.119826,22.348602],[114.113315,22.360041],[114.112232,22.364971],[114.105701,22.368979],[114.091056,22.367105],[114.079836,22.368998],[114.068201,22.363186],[114.060065,22.366202],[114.052857,22.362086],[114.026073,22.355132],[114.019771,22.35667],[114.014505,22.363164],[114.009349,22.365157],[113.998373,22.361743],[113.986252,22.373662],[113.979738,22.377076],[113.976536,22.381622],[113.968388,22.378763],[113.972576,22.370741],[113.95637,22.372747],[113.952428,22.3703],[113.947404,22.359639],[113.942718,22.35851],[113.93717,22.359234],[113.91498,22.375253],[113.920077,22.380965],[113.920354,22.388373],[113.916109,22.392437],[113.915254,22.398775],[113.912822,22.403049],[113.901563,22.406598],[113.913307,22.41835],[113.914267,22.421036],[113.937596,22.426316],[113.945004,22.431013],[113.947632,22.439384],[113.957425,22.449937],[113.975805,22.456898],[113.984976,22.472204],[113.992558,22.477199],[113.995528,22.485577],[113.99893,22.489295],[114.009442,22.486545],[114.012942,22.487071],[114.011481,22.485792],[114.01028,22.475887],[114.012956,22.472672],[114.022232,22.478858],[114.024406,22.479282],[114.025513,22.477182],[114.027632,22.479894],[114.030557,22.478242],[114.031023,22.479967],[114.033145,22.48025],[114.031853,22.487364],[114.034726,22.496553],[114.033957,22.498162],[114.043296,22.502827],[114.043731,22.504336],[114.0505,22.502194],[114.05656,22.504298],[114.057789,22.511524],[114.06476,22.516943],[114.071921,22.518183],[114.076632,22.515108],[114.081757,22.517855],[114.085181,22.523391],[114.077759,22.528971],[114.079268,22.530599],[114.091481,22.53694],[114.106625,22.534382],[114.112047,22.529533],[114.123447,22.538747],[114.130675,22.541951],[114.136165,22.54292],[114.147587,22.541508],[114.149824,22.550338],[114.15279,22.554952],[114.157329,22.557268],[114.161114,22.561921],[114.173847,22.559738],[114.177722,22.555993],[114.189285,22.554108],[114.197051,22.55677],[114.217746,22.555905],[114.22641,22.548182],[114.226653,22.543748]]],[[[114.296634,22.550769],[114.303675,22.550132],[114.305441,22.551435],[114.315498,22.549942],[114.303085,22.544713],[114.298195,22.548866],[114.293657,22.546607],[114.293571,22.543762],[114.298817,22.53887],[114.302132,22.536425],[114.305316,22.536528],[114.304656,22.532208],[114.298973,22.53662],[114.293991,22.534075],[114.286709,22.533119],[114.287584,22.538444],[114.294615,22.539251],[114.290639,22.546],[114.288688,22.553586],[114.292993,22.554881],[114.293023,22.551746],[114.296634,22.550769]]],[[[114.430439,22.54788],[114.431271,22.544915],[114.435347,22.541966],[114.440923,22.541496],[114.439921,22.538403],[114.43504,22.537576],[114.427123,22.540689],[114.425662,22.543021],[114.425651,22.55144],[114.429254,22.553068],[114.430439,22.54788]]],[[[114.319915,22.537716],[114.321611,22.53387],[114.32069,22.524634],[114.318999,22.523001],[114.308113,22.528997],[114.307837,22.532763],[114.310062,22.535169],[114.315655,22.528565],[114.319012,22.53201],[114.318233,22.536886],[114.319915,22.537716]]],[[[114.313889,22.511211],[114.311738,22.510821],[114.310524,22.508111],[114.307214,22.509529],[114.299088,22.504318],[114.295674,22.507153],[114.296369,22.511917],[114.301657,22.51283],[114.304015,22.510012],[114.307468,22.513555],[114.310286,22.518777],[114.308318,22.525115],[114.309245,22.526231],[114.314106,22.524298],[114.321396,22.516725],[114.313889,22.511211]]],[[[114.359753,22.504782],[114.363995,22.50375],[114.357962,22.495871],[114.355798,22.500712],[114.356913,22.503695],[114.359753,22.504782]]],[[[114.359785,22.486412],[114.363765,22.485104],[114.36675,22.476477],[114.366666,22.472743],[114.363616,22.467031],[114.360931,22.465142],[114.358369,22.466249],[114.356783,22.477703],[114.353321,22.480723],[114.359785,22.486412]]],[[[113.880675,22.380588],[113.885243,22.379256],[113.88298,22.375335],[113.884169,22.373336],[113.881933,22.370243],[113.880553,22.370956],[113.882171,22.377191],[113.877344,22.381374],[113.879271,22.381969],[113.880675,22.380588]]],[[[114.305654,22.375555],[114.304785,22.373122],[114.306656,22.373678],[114.309919,22.379377],[114.312654,22.380412],[114.317801,22.377706],[114.317434,22.372243],[114.320353,22.366908],[114.320684,22.360285],[114.327449,22.356001],[114.327368,22.350931],[114.323122,22.342217],[114.310399,22.343677],[114.303903,22.350805],[114.30387,22.3544],[114.306915,22.357639],[114.300696,22.380288],[114.30559,22.37989],[114.305654,22.375555]]],[[[114.323869,22.37593],[114.329381,22.373578],[114.328604,22.3658],[114.327211,22.366004],[114.325679,22.369883],[114.320551,22.372736],[114.321098,22.37638],[114.323869,22.37593]]],[[[114.294318,22.375476],[114.294802,22.373944],[114.293341,22.37335],[114.297154,22.35632],[114.296315,22.352863],[114.288019,22.366999],[114.291459,22.374099],[114.294318,22.375476]]],[[[114.107469,22.363096],[114.117662,22.330981],[114.114042,22.327435],[114.106195,22.327012],[114.103861,22.328305],[114.091923,22.326055],[114.089139,22.330838],[114.092767,22.338318],[114.091385,22.341868],[114.089698,22.343673],[114.084282,22.344439],[114.084781,22.348343],[114.083575,22.351113],[114.07991,22.352709],[114.078997,22.358596],[114.088473,22.362763],[114.090049,22.361601],[114.096311,22.361771],[114.10059,22.363725],[114.107469,22.363096]]],[[[114.060865,22.343055],[114.059108,22.34258],[114.054544,22.349457],[114.056537,22.355293],[114.064792,22.35588],[114.064531,22.3488],[114.066315,22.345662],[114.060865,22.343055]]],[[[114.047827,22.346349],[114.05187,22.344975],[114.058316,22.33562],[114.055889,22.334423],[114.053003,22.319796],[114.055228,22.310734],[114.047798,22.307148],[114.039344,22.305886],[114.028321,22.312151],[114.025665,22.310053],[114.017701,22.3104],[114.015746,22.30396],[114.019934,22.302805],[114.02001,22.301321],[114.015106,22.300248],[114.015171,22.29695],[114.019985,22.295696],[114.024427,22.29855],[114.025862,22.297176],[114.02296,22.292145],[114.020216,22.29416],[114.019027,22.292545],[114.019398,22.286153],[114.02255,22.283096],[114.021524,22.266879],[114.014189,22.265374],[114.002626,22.272693],[113.995023,22.265987],[114,22.266289],[114.002417,22.262866],[114.006464,22.260889],[114.01222,22.252656],[114.00548,22.249024],[114.001638,22.249119],[113.999673,22.245391],[113.993625,22.242552],[113.993929,22.240679],[113.997061,22.239506],[113.998984,22.240805],[113.99947,22.238576],[114.005315,22.233222],[114.010721,22.233607],[114.020413,22.230188],[114.01738,22.225619],[114.004954,22.217436],[114.004285,22.215048],[114.00065,22.214713],[113.999524,22.218149],[113.99765,22.21843],[113.989801,22.212599],[113.987109,22.212195],[113.980871,22.216936],[113.984302,22.222854],[113.977724,22.228429],[113.981402,22.235176],[113.980143,22.238858],[113.973174,22.240704],[113.962987,22.235788],[113.961104,22.233144],[113.950904,22.234191],[113.93536,22.228359],[113.932852,22.225332],[113.92767,22.224023],[113.925793,22.225615],[113.916888,22.218905],[113.923402,22.217156],[113.926851,22.218748],[113.929247,22.217524],[113.931177,22.215245],[113.930788,22.210335],[113.921102,22.207631],[113.915616,22.212047],[113.912091,22.206401],[113.899226,22.21445],[113.896908,22.218287],[113.898178,22.222105],[113.891434,22.222904],[113.883259,22.219583],[113.877553,22.211724],[113.872382,22.209749],[113.867701,22.202829],[113.864096,22.202089],[113.864648,22.204029],[113.861729,22.204524],[113.853628,22.20196],[113.852437,22.199733],[113.854041,22.197063],[113.847622,22.196199],[113.846083,22.197419],[113.849199,22.203781],[113.841997,22.208229],[113.841675,22.21151],[113.843278,22.212094],[113.844061,22.215615],[113.839916,22.220674],[113.84158,22.233902],[113.8457,22.235491],[113.849038,22.230584],[113.850788,22.230616],[113.852571,22.233089],[113.851413,22.24334],[113.861339,22.247036],[113.861367,22.253633],[113.853264,22.252828],[113.851664,22.255939],[113.859902,22.261261],[113.862367,22.261164],[113.863368,22.258474],[113.864976,22.259005],[113.873355,22.268693],[113.884427,22.269889],[113.88766,22.268755],[113.888009,22.27148],[113.885636,22.274706],[113.886447,22.277981],[113.894067,22.282249],[113.894238,22.287697],[113.897171,22.291198],[113.904594,22.292975],[113.921992,22.291306],[113.929837,22.280247],[113.932634,22.281446],[113.93658,22.290581],[113.940058,22.293778],[113.947257,22.297058],[113.956713,22.296681],[113.972867,22.301424],[113.986444,22.311141],[113.992288,22.312358],[114,22.320808],[114.011463,22.325463],[114.020218,22.333132],[114.023972,22.331614],[114.020661,22.325889],[114.02383,22.32714],[114.030356,22.336204],[114.033255,22.335985],[114.038362,22.33886],[114.045559,22.347562],[114.047827,22.346349]]],[[[114.326137,22.340575],[114.3305,22.333803],[114.330757,22.328653],[114.328194,22.326122],[114.322787,22.327543],[114.320805,22.326175],[114.315654,22.33851],[114.317077,22.340376],[114.32227,22.341752],[114.326137,22.340575]]],[[[114.368024,22.336462],[114.366699,22.330027],[114.364002,22.329321],[114.361414,22.330734],[114.361056,22.338716],[114.366593,22.339512],[114.368024,22.336462]]],[[[114.300159,22.322088],[114.29506,22.323677],[114.292812,22.327375],[114.293617,22.331687],[114.302149,22.325307],[114.300159,22.322088]]],[[[114.356532,22.323611],[114.353676,22.317257],[114.347518,22.312947],[114.346295,22.317791],[114.349453,22.324143],[114.350632,22.325206],[114.353702,22.323664],[114.355503,22.326551],[114.356814,22.326169],[114.356532,22.323611]]],[[[113.935553,22.321038],[113.94565,22.32333],[113.943485,22.314042],[113.946199,22.314505],[113.949575,22.322185],[113.950899,22.32245],[113.958579,22.320861],[113.961624,22.317286],[113.957851,22.310136],[113.94845,22.313049],[113.94077,22.310467],[113.941168,22.304774],[113.937503,22.296567],[113.938383,22.294788],[113.933938,22.290564],[113.915912,22.295343],[113.898771,22.293627],[113.894217,22.294487],[113.898108,22.302348],[113.896112,22.307277],[113.892646,22.308791],[113.893194,22.310894],[113.93338,22.323879],[113.935553,22.321038]]],[[[114.366438,22.320839],[114.369397,22.314966],[114.369457,22.310554],[114.36745,22.306705],[114.364825,22.308178],[114.360953,22.31655],[114.36116,22.319987],[114.366438,22.320839]]],[[[114.228186,22.283272],[114.234921,22.284193],[114.240888,22.27905],[114.244361,22.272683],[114.241769,22.26986],[114.243144,22.268221],[114.24888,22.269242],[114.257411,22.261749],[114.255341,22.259974],[114.256704,22.256203],[114.254372,22.248478],[114.246334,22.246024],[114.248401,22.24241],[114.250451,22.242015],[114.253759,22.235505],[114.250312,22.227559],[114.255227,22.217541],[114.255592,22.212781],[114.254396,22.211562],[114.258508,22.21106],[114.261324,22.207869],[114.246947,22.206796],[114.242658,22.208082],[114.241305,22.210958],[114.243201,22.212072],[114.241798,22.218243],[114.23757,22.218427],[114.235653,22.222571],[114.236181,22.227934],[114.23373,22.241338],[114.227273,22.241943],[114.225106,22.246797],[114.223494,22.246516],[114.221617,22.244837],[114.225845,22.238689],[114.22867,22.237575],[114.22948,22.230094],[114.226141,22.230159],[114.223151,22.232977],[114.221663,22.229683],[114.214963,22.224347],[114.213972,22.221313],[114.214454,22.218954],[114.222454,22.214284],[114.222666,22.212753],[114.217981,22.209129],[114.224032,22.197837],[114.222915,22.195808],[114.214016,22.194171],[114.211501,22.196486],[114.211016,22.200231],[114.211686,22.208701],[114.215021,22.212448],[114.213538,22.216362],[114.210267,22.218541],[114.204336,22.21277],[114.197265,22.210497],[114.197271,22.214134],[114.200445,22.216761],[114.199358,22.220977],[114.19379,22.224183],[114.198105,22.225365],[114.198173,22.235118],[114.194778,22.238126],[114.191421,22.235966],[114.188638,22.237172],[114.186651,22.240137],[114.188345,22.243049],[114.187638,22.244711],[114.185841,22.245923],[114.179508,22.244852],[114.174376,22.235841],[114.173273,22.230535],[114.171067,22.230017],[114.166099,22.233144],[114.164091,22.245472],[114.1361,22.248949],[114.132828,22.251964],[114.124522,22.266313],[114.116367,22.274722],[114.118031,22.280828],[114.127541,22.283957],[114.132305,22.288226],[114.138763,22.29033],[114.180015,22.280691],[114.190119,22.284983],[114.19482,22.292837],[114.214431,22.292072],[114.228186,22.283272]]],[[[114.045852,22.290966],[114.039653,22.286766],[114.041637,22.284654],[114.042863,22.286592],[114.046096,22.286592],[114.047469,22.283973],[114.045784,22.281056],[114.041041,22.279808],[114.037821,22.281239],[114.035193,22.289291],[114.040441,22.291534],[114.045852,22.290966]]],[[[114.055387,22.26422],[114.05633,22.262625],[114.053714,22.259022],[114.050848,22.257194],[114.047157,22.258363],[114.047567,22.262328],[114.050774,22.264243],[114.055387,22.26422]]],[[[114.2958,22.258757],[114.297797,22.254844],[114.296137,22.252533],[114.298591,22.249503],[114.296084,22.242029],[114.289933,22.239406],[114.28715,22.239995],[114.280358,22.245135],[114.280421,22.249437],[114.284583,22.254512],[114.2958,22.258757]]],[[[114.045295,22.256213],[114.047231,22.24618],[114.043617,22.241209],[114.040443,22.243196],[114.038619,22.249455],[114.032519,22.254441],[114.027776,22.254082],[114.026457,22.25658],[114.032707,22.258683],[114.0421,22.258317],[114.045295,22.256213]]],[[[114.162521,22.228919],[114.143945,22.243737],[114.148753,22.245528],[114.159223,22.245269],[114.162521,22.228919]]],[[[114.121141,22.233817],[114.120301,22.229524],[114.124814,22.226489],[114.126396,22.223648],[114.125366,22.222203],[114.127399,22.219671],[114.130864,22.218236],[114.133764,22.221723],[114.136837,22.218516],[114.135583,22.214317],[114.126838,22.209505],[114.126553,22.205899],[114.129998,22.2019],[114.131492,22.206036],[114.134301,22.207902],[114.139743,22.20921],[114.142931,22.208347],[114.150241,22.211897],[114.160289,22.208606],[114.157484,22.204004],[114.151622,22.20638],[114.139368,22.1972],[114.141131,22.195009],[114.142064,22.196147],[114.149234,22.181207],[114.136051,22.191905],[114.134382,22.1906],[114.13411,22.187046],[114.13749,22.182252],[114.137223,22.177714],[114.132433,22.183321],[114.127894,22.178706],[114.125543,22.178238],[114.123499,22.181262],[114.11821,22.180051],[114.114151,22.183401],[114.115096,22.187755],[114.120752,22.190964],[114.122226,22.202871],[114.120127,22.218581],[114.113408,22.220011],[114.113467,22.214703],[114.107687,22.21131],[114.103339,22.211444],[114.103135,22.218147],[114.107534,22.224084],[114.111456,22.22589],[114.110071,22.23125],[114.105791,22.23413],[114.11812,22.241181],[114.123009,22.23724],[114.121141,22.233817]]],[[[114.033045,22.215902],[114.029119,22.213747],[114.030087,22.210154],[114.034874,22.206849],[114.038176,22.208631],[114.04125,22.205686],[114.036468,22.201361],[114.03363,22.203487],[114.029929,22.202408],[114.02847,22.199524],[114.021571,22.195738],[114.018242,22.19791],[114.017239,22.201071],[114.023437,22.20539],[114.02745,22.205718],[114.028678,22.207731],[114.0281,22.21042],[114.023975,22.21352],[114.026836,22.221628],[114.034953,22.223087],[114.035852,22.217136],[114.033045,22.215902]]],[[[113.99085,22.188587],[113.982404,22.193867],[113.983047,22.197759],[113.987416,22.202228],[113.990918,22.201032],[113.994905,22.194257],[113.993962,22.190417],[113.99085,22.188587]]],[[[114.255459,22.189587],[114.256119,22.182721],[114.250844,22.179305],[114.244491,22.17856],[114.24367,22.188022],[114.255459,22.189587]]],[[[114.289064,22.181685],[114.28413,22.181402],[114.282882,22.185587],[114.287071,22.189953],[114.289595,22.188163],[114.289064,22.181685]]],[[[113.911825,22.183541],[113.915734,22.183772],[113.920919,22.179664],[113.91895,22.178729],[113.917659,22.180746],[113.913243,22.178577],[113.912971,22.181646],[113.911553,22.182087],[113.905377,22.179227],[113.906584,22.187974],[113.911825,22.183541]]],[[[114.273898,22.164993],[114.274312,22.162821],[114.272687,22.162167],[114.266917,22.162061],[114.265916,22.164428],[114.26434,22.164174],[114.260817,22.160109],[114.261015,22.15818],[114.254806,22.155132],[114.257993,22.159675],[114.250746,22.163883],[114.249818,22.165874],[114.255574,22.174841],[114.265926,22.180774],[114.271574,22.176081],[114.273898,22.164993]]],[[[113.914546,22.162832],[113.915439,22.159559],[113.904085,22.156375],[113.898808,22.159776],[113.901863,22.163236],[113.905529,22.162275],[113.908734,22.163839],[113.910331,22.165782],[113.909188,22.16919],[113.91148,22.170126],[113.917423,22.168027],[113.914546,22.162832]]]]}},{type:"Feature",properties:{name:"澳门特别行政区",province_adcode:82e4,province_type:"特别行政区",name_en:"Aomen",name_var:"ào Mén",adcode:82e4},geometry:{type:"MultiPolygon",coordinates:[[[[113.553457,22.215473],[113.560983,22.210117],[113.562414,22.199663],[113.55777,22.194828],[113.558649,22.187173],[113.557066,22.185695],[113.555604,22.187236],[113.551341,22.186127],[113.55032,22.182858],[113.545992,22.18085],[113.531698,22.179347],[113.528673,22.184749],[113.535039,22.194157],[113.537461,22.206036],[113.541921,22.207613],[113.541306,22.209419],[113.534641,22.207405],[113.533083,22.212306],[113.534944,22.213525],[113.541717,22.213233],[113.544356,22.216953],[113.550847,22.217036],[113.550925,22.215425],[113.553457,22.215473]]],[[[113.569837,22.18945],[113.565131,22.190826],[113.562548,22.210627],[113.568641,22.207323],[113.570183,22.20164],[113.569837,22.18945]]],[[[113.571611,22.204029],[113.580956,22.204052],[113.580967,22.198573],[113.578758,22.197065],[113.571993,22.197049],[113.571611,22.204029]]],[[[113.573266,22.165767],[113.578412,22.163923],[113.587402,22.165134],[113.598202,22.135275],[113.594533,22.134335],[113.589789,22.146859],[113.588556,22.147047],[113.580632,22.138362],[113.580505,22.135385],[113.589305,22.135448],[113.592502,22.12923],[113.580132,22.123317],[113.574078,22.124761],[113.569869,22.117954],[113.570174,22.11641],[113.573664,22.115652],[113.574031,22.113657],[113.570416,22.112],[113.561612,22.112975],[113.554665,22.109844],[113.550061,22.112122],[113.551734,22.14459],[113.541695,22.15521],[113.539476,22.162478],[113.552262,22.165924],[113.565983,22.165038],[113.56818,22.16782],[113.573266,22.165767]]]]}},{type:"Feature",properties:{name:"江苏省",province_adcode:32e4,province_type:"省",name_en:"Jiangsu",name_var:"Jiāng Sū",adcode:32e4},geometry:{type:"MultiPolygon",coordinates:[[[[121.566166,32.229276],[121.566927,32.177297],[121.557511,32.176777],[121.556886,32.216346],[121.543793,32.216379],[121.544305,32.18084],[121.53488,32.184167],[121.534057,32.22876],[121.566166,32.229276]]],[[[121.406162,32.522424],[121.398632,32.524293],[121.397384,32.527164],[121.399334,32.527872],[121.399824,32.53153],[121.424196,32.532113],[121.431141,32.529198],[121.430289,32.522696],[121.406162,32.522424]]],[[[119.45108,34.77015],[119.45543,34.76655],[119.46138,34.76528],[119.47269,34.76599],[119.49244,34.75948],[119.49635,34.75578],[119.49514,34.75404],[119.480839,34.74852],[119.462829,34.75119],[119.45664,34.76118],[119.44662,34.7638],[119.440451,34.767922],[119.434561,34.767643],[119.434587,34.759831],[119.394552,34.757813],[119.387627,34.761833],[119.375598,34.761925],[119.375433,34.763973],[119.441229,34.768557],[119.44372,34.77288],[119.44134,34.77571],[119.4374,34.77697],[119.4384,34.778],[119.44982,34.77607],[119.45108,34.77015]]],[[[119.239671,35.126896],[119.260607,35.118094],[119.269037,35.11599],[119.281024,35.115594],[119.286592,35.109965],[119.295762,35.090754],[119.296052,35.083654],[119.29086,35.079956],[119.280959,35.076706],[119.299758,35.034686],[119.287057,35.031038],[119.283933,35.037874],[119.285414,35.038434],[119.278312,35.05398],[119.288928,35.057274],[119.280256,35.076476],[119.256292,35.069809],[119.258327,35.062904],[119.24402,35.056706],[119.241737,35.06281],[119.237192,35.061251],[119.237479,35.05811],[119.229629,35.055927],[119.220966,35.039759],[119.214811,35.041705],[119.214364,35.040721],[119.204652,35.006271],[119.204276,34.995102],[119.198751,34.973068],[119.197254,34.948949],[119.201245,34.920391],[119.198081,34.920483],[119.195041,34.917673],[119.198593,34.914347],[119.1982,34.908824],[119.196094,34.901342],[119.190778,34.892343],[119.194076,34.891099],[119.192957,34.888848],[119.186651,34.888836],[119.184381,34.886913],[119.202148,34.88117],[119.198614,34.85441],[119.184261,34.854729],[119.182854,34.851993],[119.209909,34.852162],[119.212977,34.844095],[119.212123,34.842691],[119.192573,34.835124],[119.192645,34.828267],[119.198233,34.825181],[119.206733,34.828662],[119.209696,34.82237],[119.20879,34.814333],[119.21199,34.809813],[119.218905,34.80554],[119.22461,34.794873],[119.220019,34.790693],[119.225239,34.787482],[119.237036,34.786403],[119.242453,34.78368],[119.259093,34.795115],[119.264502,34.796058],[119.288828,34.78073],[119.322399,34.767637],[119.326625,34.762715],[119.329919,34.764191],[119.340969,34.764051],[119.348339,34.766881],[119.364159,34.765361],[119.368019,34.763581],[119.372363,34.749078],[119.386519,34.749712],[119.405929,34.747791],[119.406639,34.745521],[119.414125,34.743932],[119.416089,34.74392],[119.418159,34.74762],[119.42132,34.748508],[119.426169,34.74502],[119.426279,34.7422],[119.433499,34.74066],[119.436069,34.74095],[119.436129,34.74477],[119.445479,34.74475],[119.446989,34.74202],[119.456409,34.7372],[119.454159,34.7342],[119.459949,34.73006],[119.468701,34.729917],[119.47136,34.736946],[119.498938,34.728029],[119.507747,34.728483],[119.519044,34.733094],[119.516225,34.724323],[119.509219,34.722113],[119.501985,34.722111],[119.501979,34.713693],[119.474409,34.716559],[119.482096,34.707323],[119.478039,34.70009],[119.472539,34.70025],[119.467749,34.69838],[119.464469,34.69273],[119.465588,34.68912],[119.461728,34.68406],[119.458478,34.68105],[119.451809,34.680362],[119.449388,34.67547],[119.461689,34.66664],[119.47607,34.658925],[119.499132,34.638889],[119.525031,34.619805],[119.537109,34.631204],[119.555239,34.628437],[119.551548,34.610526],[119.565433,34.604928],[119.56024,34.596327],[119.581567,34.586888],[119.581054,34.585711],[119.642119,34.559875],[119.646195,34.551153],[119.645317,34.537737],[119.646706,34.522297],[119.642666,34.519217],[119.641888,34.515107],[119.655115,34.519109],[119.677086,34.520667],[119.681796,34.524187],[119.688136,34.523087],[119.700206,34.526637],[119.715566,34.525507],[119.767134,34.504811],[119.773161,34.498456],[119.778234,34.499488],[119.787997,34.49045],[119.779939,34.484665],[119.787479,34.480306],[119.787319,34.478379],[119.782138,34.473159],[119.79176,34.466943],[119.820751,34.467277],[119.83452,34.462084],[119.876043,34.458278],[119.905279,34.450513],[119.927657,34.447851],[119.997616,34.425814],[120,34.422359],[120.008799,34.425383],[120.054031,34.403085],[120.088505,34.378693],[120.090012,34.376922],[120.086877,34.369161],[120.095495,34.369311],[120.097198,34.370972],[120.107661,34.367814],[120.113631,34.363942],[120.11569,34.366168],[120.14428,34.355862],[120.171672,34.343877],[120.185662,34.340995],[120.201028,34.332144],[120.238111,34.32001],[120.262211,34.309481],[120.276162,34.297172],[120.277128,34.293617],[120.272549,34.278372],[120.280539,34.271352],[120.282925,34.258938],[120.27777,34.258561],[120.27562,34.25494],[120.282933,34.243789],[120.293822,34.208352],[120.297359,34.206953],[120.296799,34.191467],[120.301559,34.174002],[120.311801,34.148422],[120.315324,34.144972],[120.315328,34.140991],[120.317539,34.14018],[120.324904,34.129132],[120.327017,34.122037],[120.324329,34.1166],[120.323448,34.103139],[120.3302,34.09926],[120.33748,34.092199],[120.353404,34.065735],[120.352416,34.063542],[120.356441,34.063377],[120.364951,34.050335],[120.390263,33.991397],[120.393472,33.991258],[120.398209,33.97711],[120.40278,33.973348],[120.417193,33.9491],[120.421885,33.935221],[120.416889,33.933874],[120.422553,33.933239],[120.425438,33.922786],[120.455035,33.881679],[120.47598,33.843613],[120.481034,33.831633],[120.481482,33.82061],[120.475618,33.81449],[120.473039,33.808409],[120.46858,33.80589],[120.46814,33.799418],[120.472056,33.797048],[120.484883,33.809071],[120.487296,33.809614],[120.513616,33.793612],[120.526546,33.775925],[120.548707,33.724938],[120.552844,33.719706],[120.559137,33.702521],[120.563555,33.697823],[120.573524,33.662476],[120.578083,33.66324],[120.581118,33.657097],[120.580888,33.648114],[120.576679,33.639558],[120.568443,33.636258],[120.561969,33.630792],[120.568758,33.628791],[120.576067,33.629659],[120.581731,33.626063],[120.579928,33.60785],[120.580395,33.594243],[120.553108,33.578678],[120.560783,33.566029],[120.541762,33.555642],[120.550628,33.544429],[120.593716,33.512717],[120.598258,33.510368],[120.604859,33.510094],[120.605338,33.508555],[120.623932,33.507088],[120.640667,33.500529],[120.650685,33.498899],[120.651793,33.497299],[120.651642,33.480191],[120.654859,33.469359],[120.65612,33.469114],[120.659471,33.477009],[120.669913,33.476863],[120.678679,33.46739],[120.691065,33.424668],[120.701323,33.427106],[120.7053,33.425305],[120.712363,33.411434],[120.713188,33.396562],[120.714582,33.393245],[120.717672,33.393931],[120.72052,33.384678],[120.715568,33.376816],[120.718135,33.374519],[120.721123,33.356981],[120.719526,33.348001],[120.714471,33.343718],[120.707152,33.344694],[120.692321,33.338524],[120.689971,33.334918],[120.671181,33.330084],[120.691958,33.330718],[120.699688,33.334199],[120.700757,33.339063],[120.707996,33.341344],[120.717418,33.341035],[120.723604,33.348493],[120.726164,33.349221],[120.733431,33.334507],[120.738497,33.330987],[120.742263,33.331664],[120.746908,33.327353],[120.746024,33.32375],[120.75116,33.319336],[120.758447,33.300254],[120.757908,33.296242],[120.77521,33.273326],[120.773636,33.271618],[120.794614,33.224839],[120.829016,33.231126],[120.836169,33.21527],[120.824759,33.21126],[120.831593,33.201414],[120.837352,33.182468],[120.823389,33.178121],[120.83386,33.16291],[120.836343,33.15451],[120.844018,33.142031],[120.843072,33.140888],[120.844736,33.140757],[120.85163,33.129488],[120.852019,33.125205],[120.849793,33.12123],[120.854626,33.112008],[120.861906,33.091285],[120.861223,33.055762],[120.824778,33.055825],[120.812338,33.046669],[120.817996,33.04206],[120.826837,33.041967],[120.883767,33.020157],[120.884723,33.018545],[120.879143,33.016393],[120.880081,33.010143],[120.890969,33.012892],[120.890159,33.015239],[120.902733,33.021264],[120.903956,33.025764],[120.905278,33.025156],[120.91161,33.01453],[120.909881,33.012941],[120.91001,33.009802],[120.912915,33.010794],[120.915346,33.00628],[120.913607,33.005379],[120.91546,33.000512],[120.924709,32.982432],[120.924227,32.967973],[120.918321,32.967894],[120.91722,32.953672],[120.902043,32.956883],[120.892733,32.953024],[120.894835,32.951062],[120.90415,32.950466],[120.905911,32.949088],[120.910961,32.952743],[120.917398,32.947717],[120.921897,32.940728],[120.922596,32.934802],[120.925161,32.934776],[120.924549,32.929967],[120.920375,32.929949],[120.922031,32.911181],[120.930857,32.911402],[120.932949,32.902307],[120.931337,32.89162],[120.927222,32.886614],[120.919746,32.888559],[120.912999,32.886341],[120.908014,32.878603],[120.909891,32.872256],[120.920003,32.873969],[120.942286,32.881243],[120.966325,32.881401],[120.968687,32.876016],[120.959377,32.761506],[120.950626,32.759178],[120.945311,32.722462],[120.907866,32.720427],[120.906659,32.712257],[120.897544,32.706159],[120.892362,32.696939],[120.89584,32.69392],[120.895861,32.687074],[120.89756,32.685905],[120.901578,32.687778],[120.93162,32.687003],[120.944748,32.688975],[120.953646,32.668265],[120.967895,32.649546],[120.972107,32.637945],[120.971332,32.635923],[120.941646,32.60201],[120.946451,32.599904],[120.951848,32.607693],[120.966772,32.608473],[120.972296,32.607215],[120.982112,32.601516],[120.988456,32.603313],[121.006993,32.597019],[121.013016,32.602738],[121.015361,32.602763],[121.040464,32.588467],[121.037509,32.58143],[121.027429,32.566365],[121.040961,32.559563],[121.053586,32.55414],[121.111026,32.541028],[121.211722,32.495128],[121.22226,32.483528],[121.260897,32.470557],[121.246104,32.457262],[121.247733,32.456521],[121.266838,32.44902],[121.270164,32.455031],[121.279461,32.451414],[121.280038,32.449155],[121.282585,32.44808],[121.288415,32.459375],[121.291524,32.460565],[121.329774,32.446383],[121.412714,32.404188],[121.415963,32.331412],[121.418846,32.314893],[121.425927,32.310893],[121.434267,32.310774],[121.436539,32.309185],[121.436433,32.277541],[121.446897,32.269284],[121.455651,32.269275],[121.46843,32.266273],[121.478757,32.259751],[121.479031,32.24496],[121.46708,32.243785],[121.45813,32.240288],[121.483231,32.232309],[121.481992,32.216184],[121.479007,32.215511],[121.469382,32.220632],[121.469443,32.210515],[121.454782,32.209217],[121.453293,32.199304],[121.442651,32.200357],[121.442889,32.209872],[121.436865,32.209767],[121.429723,32.202861],[121.429311,32.198852],[121.427085,32.197409],[121.412137,32.197162],[121.412163,32.176071],[121.417456,32.175991],[121.426337,32.168905],[121.427531,32.166028],[121.44539,32.16154],[121.453103,32.152416],[121.490302,32.168342],[121.514848,32.158011],[121.507785,32.149799],[121.489791,32.145361],[121.459513,32.14457],[121.460222,32.140611],[121.441786,32.140431],[121.438642,32.135637],[121.439882,32.133993],[121.460197,32.134426],[121.464735,32.136546],[121.476719,32.13624],[121.473551,32.117304],[121.481442,32.115577],[121.485986,32.13639],[121.499718,32.1368],[121.496815,32.118155],[121.505124,32.115873],[121.508266,32.137026],[121.519654,32.135456],[121.513459,32.11261],[121.531866,32.109041],[121.535206,32.105407],[121.564483,32.095845],[121.573025,32.112171],[121.604975,32.103339],[121.60429,32.101279],[121.625649,32.093765],[121.627807,32.099405],[121.670511,32.087425],[121.657728,32.082954],[121.62536,32.091917],[121.622123,32.08348],[121.659375,32.072759],[121.660649,32.069982],[121.656223,32.063087],[121.664752,32.057419],[121.671566,32.067779],[121.67491,32.06882],[121.7025,32.056328],[121.706504,32.062419],[121.67785,32.075707],[121.68272,32.083632],[121.72387,32.06418],[121.732408,32.058449],[121.751254,32.041162],[121.733686,32.019067],[121.739652,32.018419],[121.747406,32.010654],[121.760435,32.004465],[121.761799,32.005079],[121.768892,32],[121.785295,31.985559],[121.804061,31.964465],[121.808109,31.969445],[121.826506,31.958597],[121.868783,31.868689],[121.870502,31.86142],[121.869986,31.849325],[121.871641,31.84457],[121.904294,31.792047],[121.924325,31.766436],[121.931147,31.747253],[121.931945,31.737205],[121.953167,31.736918],[121.956881,31.735365],[121.958169,31.733037],[121.957752,31.716408],[121.956093,31.711975],[121.95138,31.707155],[121.881981,31.690838],[121.883093,31.666666],[121.874761,31.635156],[121.805888,31.648857],[121.73995,31.667325],[121.638881,31.700078],[121.630972,31.698259],[121.600798,31.710687],[121.599264,31.710418],[121.599768,31.703065],[121.588232,31.707223],[121.588848,31.709566],[121.561612,31.719399],[121.547054,31.730601],[121.545836,31.728672],[121.535696,31.735484],[121.536,31.737802],[121.51108,31.744752],[121.495631,31.754309],[121.457419,31.759979],[121.445998,31.763434],[121.443454,31.765694],[121.426044,31.772014],[121.417622,31.780103],[121.406046,31.797173],[121.411697,31.799396],[121.40646,31.808463],[121.39925,31.813413],[121.370369,31.84913],[121.30138,31.872463],[121.29084,31.872548],[121.28064,31.870005],[121.218673,31.847235],[121.171073,31.819395],[121.143256,31.79371],[121.104597,31.768463],[121.096977,31.765102],[121.124708,31.741362],[121.238284,31.666776],[121.257527,31.651238],[121.321621,31.582716],[121.382228,31.547084],[121.319978,31.5019],[121.30894,31.502531],[121.306188,31.507824],[121.301249,31.507085],[121.295513,31.501809],[121.298044,31.500613],[121.293795,31.493176],[121.285231,31.490608],[121.275607,31.49164],[121.270182,31.487108],[121.262873,31.487054],[121.257542,31.483056],[121.256197,31.479948],[121.242711,31.479059],[121.236322,31.495609],[121.232287,31.493869],[121.223978,31.484415],[121.225901,31.483204],[121.225527,31.479371],[121.213968,31.477366],[121.20891,31.477898],[121.21046,31.48026],[121.209119,31.480794],[121.198488,31.474389],[121.198122,31.471633],[121.188715,31.469185],[121.181246,31.461965],[121.181103,31.456459],[121.17738,31.454365],[121.168528,31.451072],[121.163592,31.450804],[121.161226,31.452344],[121.156645,31.451375],[121.142915,31.445297],[121.141595,31.440997],[121.143907,31.437471],[121.149477,31.434962],[121.15981,31.43328],[121.159807,31.429211],[121.154771,31.427301],[121.14869,31.427356],[121.143327,31.423408],[121.143869,31.418114],[121.153944,31.412094],[121.145306,31.404152],[121.14074,31.395799],[121.140176,31.393563],[121.144207,31.389003],[121.143416,31.387402],[121.13324,31.383157],[121.119749,31.378454],[121.118687,31.380263],[121.109075,31.37623],[121.11036,31.373158],[121.114139,31.372857],[121.115718,31.370928],[121.106102,31.366683],[121.101951,31.368568],[121.102413,31.3573],[121.104044,31.352851],[121.112328,31.354019],[121.115102,31.349786],[121.11248,31.349353],[121.112936,31.345582],[121.125663,31.346087],[121.125596,31.338817],[121.128779,31.332128],[121.128781,31.328242],[121.125046,31.324188],[121.123024,31.318902],[121.125325,31.304512],[121.134321,31.304856],[121.134245,31.308089],[121.138885,31.311799],[121.146387,31.30183],[121.146549,31.293859],[121.151489,31.289218],[121.154809,31.289327],[121.156487,31.284023],[121.149332,31.278724],[121.139134,31.276753],[121.132883,31.279264],[121.133404,31.280828],[121.127066,31.28309],[121.12646,31.281982],[121.122311,31.282975],[121.119628,31.286449],[121.116439,31.28764],[121.110168,31.287553],[121.100007,31.275672],[121.093437,31.278666],[121.089652,31.290486],[121.082683,31.294086],[121.076444,31.278928],[121.079926,31.277537],[121.07781,31.273553],[121.075059,31.271734],[121.057664,31.270034],[121.056708,31.2481],[121.059328,31.248083],[121.059241,31.2453],[121.058726,31.240503],[121.056174,31.240028],[121.059641,31.232684],[121.058573,31.225806],[121.063143,31.20323],[121.06488,31.196556],[121.067648,31.193092],[121.064201,31.187351],[121.070235,31.175619],[121.06698,31.173152],[121.067296,31.171805],[121.071204,31.172478],[121.07311,31.163922],[121.072072,31.160731],[121.068616,31.159069],[121.064012,31.151679],[121.060453,31.151184],[121.057416,31.155116],[121.045311,31.152457],[121.044832,31.154606],[121.040086,31.156293],[121.040069,31.152795],[121.03668,31.151312],[121.036848,31.149],[121.040478,31.146795],[121.036179,31.139655],[121.031542,31.139532],[121.031097,31.142682],[121.027074,31.144171],[121.021085,31.143308],[121.013516,31.13641],[120.978996,31.134073],[120.925874,31.143769],[120.90651,31.137628],[120.900872,31.136745],[120.894881,31.138177],[120.874379,31.135424],[120.86781,31.128605],[120.863254,31.117814],[120.858698,31.115899],[120.854011,31.11065],[120.852382,31.105252],[120.854009,31.10317],[120.864213,31.099514],[120.868705,31.102695],[120.872378,31.102293],[120.874162,31.100227],[120.873707,31.097577],[120.886232,31.096672],[120.893669,31.089017],[120.898241,31.087887],[120.90061,31.081082],[120.897638,31.08039],[120.895004,31.075437],[120.890546,31.058102],[120.893238,31.047046],[120.897751,31.038478],[120.897247,31.019664],[120.89309,31.019835],[120.887777,31.01318],[120.889427,31.007078],[120.885822,31.003742],[120.880341,31.003277],[120.863539,30.995534],[120.861441,30.99263],[120.848554,30.994804],[120.843278,30.99196],[120.83776,30.994267],[120.834952,31.002294],[120.817361,31.00831],[120.768974,31.003633],[120.772659,30.999262],[120.769262,30.996871],[120.768154,30.999697],[120.7649,30.998849],[120.762418,30.992929],[120.765995,30.980471],[120.761017,30.977971],[120.757628,30.978994],[120.753341,30.977488],[120.74355,30.970678],[120.741493,30.96525],[120.735764,30.965801],[120.734092,30.969322],[120.72415,30.973501],[120.703502,30.973953],[120.704463,30.969621],[120.699825,30.967402],[120.698244,30.966961],[120.693584,30.972272],[120.688193,30.967763],[120.685011,30.967384],[120.678668,30.958229],[120.69256,30.95251],[120.701727,30.942494],[120.706027,30.933396],[120.708246,30.922566],[120.707444,30.913496],[120.705527,30.909069],[120.708802,30.88784],[120.694451,30.884276],[120.698137,30.879012],[120.694808,30.871117],[120.686704,30.872818],[120.680363,30.887022],[120.677131,30.885372],[120.675059,30.880108],[120.668051,30.878892],[120.666193,30.869884],[120.663115,30.864555],[120.659024,30.863595],[120.657728,30.866532],[120.654764,30.867816],[120.653753,30.858884],[120.65079,30.857809],[120.65117,30.849419],[120.640127,30.853652],[120.639773,30.856641],[120.637357,30.857797],[120.632157,30.856338],[120.622191,30.858514],[120.614018,30.852792],[120.604767,30.850791],[120.590944,30.853929],[120.591697,30.855647],[120.584849,30.858364],[120.577059,30.848076],[120.559467,30.837743],[120.554813,30.833284],[120.554014,30.829756],[120.544071,30.818418],[120.51575,30.778195],[120.500004,30.760322],[120.484678,30.765873],[120.472637,30.787984],[120.471299,30.794289],[120.472959,30.803103],[120.472244,30.808508],[120.461341,30.808051],[120.458367,30.817346],[120.453955,30.817764],[120.452281,30.826534],[120.455415,30.827517],[120.456066,30.830123],[120.455358,30.83931],[120.449764,30.847114],[120.45156,30.849254],[120.449289,30.852566],[120.44303,30.851824],[120.438258,30.85499],[120.435737,30.860148],[120.435241,30.86188],[120.447338,30.870153],[120.440808,30.876793],[120.436275,30.886027],[120.432055,30.886156],[120.430529,30.895087],[120.433036,30.898136],[120.433717,30.902148],[120.42972,30.905597],[120.427959,30.91322],[120.429216,30.915098],[120.432941,30.915942],[120.431505,30.925941],[120.422362,30.925589],[120.419254,30.929802],[120.413482,30.928454],[120.419527,30.902789],[120.413652,30.901415],[120.408218,30.897322],[120.389799,30.892707],[120.374707,30.892889],[120.37282,30.887733],[120.36764,30.887],[120.367842,30.883841],[120.360973,30.882268],[120.355077,30.886698],[120.352877,30.890721],[120.3555,30.894913],[120.354676,30.901581],[120.349304,30.911806],[120.354855,30.916297],[120.353182,30.922433],[120.359855,30.925035],[120.358025,30.929266],[120.356307,30.92974],[120.355356,30.93607],[120.36626,30.943797],[120.367929,30.946626],[120.365515,30.950306],[120.342645,30.942971],[120.300817,30.93327],[120.251237,30.928513],[120.219023,30.928847],[120.144911,30.939389],[120.127399,30.945915],[120.104076,30.959436],[120.082024,30.98047],[120.069132,30.989117],[120.048197,31.007235],[120.012955,31.019555],[119.989631,31.034417],[119.989364,31.039191],[119.984018,31.04926],[119.980697,31.061124],[119.965556,31.074454],[119.956212,31.090061],[119.942117,31.107433],[119.942635,31.113038],[119.935934,31.131452],[119.935792,31.14406],[119.932922,31.148486],[119.917146,31.163024],[119.915411,31.173566],[119.908275,31.17082],[119.89834,31.171559],[119.886517,31.165718],[119.87277,31.163659],[119.864882,31.164969],[119.862991,31.170866],[119.856385,31.169882],[119.851624,31.173821],[119.849589,31.169611],[119.845732,31.169049],[119.838128,31.170483],[119.832195,31.17512],[119.825583,31.174234],[119.821646,31.171469],[119.814199,31.170214],[119.81187,31.166515],[119.816749,31.163425],[119.820806,31.167109],[119.826615,31.164276],[119.827158,31.163199],[119.820284,31.155355],[119.816168,31.155781],[119.809133,31.151788],[119.802736,31.150243],[119.798003,31.157771],[119.793554,31.160359],[119.787947,31.158463],[119.787207,31.156461],[119.78356,31.156586],[119.784344,31.16312],[119.788012,31.166773],[119.788581,31.170217],[119.775321,31.182434],[119.765668,31.178457],[119.760559,31.182556],[119.758945,31.175552],[119.752234,31.172605],[119.752139,31.174159],[119.747571,31.17399],[119.744968,31.171042],[119.739104,31.170762],[119.738139,31.174226],[119.736206,31.174792],[119.725715,31.171708],[119.724816,31.173501],[119.710367,31.172478],[119.708344,31.169578],[119.707838,31.164042],[119.698114,31.153465],[119.685998,31.160726],[119.676845,31.162503],[119.675476,31.167066],[119.670302,31.164239],[119.663093,31.165746],[119.658397,31.163766],[119.652286,31.155293],[119.645665,31.156232],[119.636588,31.150318],[119.636234,31.146819],[119.638977,31.142119],[119.633347,31.13641],[119.638215,31.1364],[119.643268,31.141096],[119.646563,31.142088],[119.648519,31.136208],[119.647713,31.13321],[119.640756,31.133439],[119.639674,31.136167],[119.629106,31.135181],[119.622676,31.129506],[119.617831,31.130615],[119.618668,31.132101],[119.617475,31.133408],[119.610503,31.132194],[119.608852,31.131367],[119.606914,31.125549],[119.602588,31.124233],[119.596752,31.113549],[119.601737,31.114776],[119.606076,31.105106],[119.602327,31.103699],[119.603704,31.10488],[119.600878,31.110085],[119.58609,31.11438],[119.586836,31.110817],[119.589047,31.10939],[119.585342,31.105217],[119.58551,31.108188],[119.57938,31.116978],[119.574777,31.111122],[119.571208,31.111727],[119.570338,31.116698],[119.565676,31.124048],[119.566468,31.127637],[119.570692,31.127173],[119.572384,31.135677],[119.567454,31.132474],[119.565416,31.132926],[119.555292,31.140141],[119.55774,31.144617],[119.55138,31.145369],[119.545882,31.149292],[119.537173,31.145726],[119.539211,31.147783],[119.538439,31.156001],[119.536548,31.156743],[119.530474,31.152958],[119.528919,31.155877],[119.531018,31.159452],[119.52751,31.161254],[119.51641,31.1615],[119.511518,31.157029],[119.503371,31.157866],[119.491168,31.166239],[119.485187,31.166611],[119.481776,31.164257],[119.481089,31.15566],[119.478808,31.153522],[119.476656,31.153239],[119.476336,31.156495],[119.472582,31.160566],[119.463793,31.158248],[119.455126,31.158493],[119.445773,31.17066],[119.446047,31.174707],[119.444178,31.17641],[119.440066,31.175607],[119.430575,31.178554],[119.425837,31.178103],[119.42525,31.180711],[119.428142,31.184747],[119.425128,31.186747],[119.422831,31.186797],[119.418864,31.180292],[119.413104,31.174959],[119.408671,31.175173],[119.403986,31.18452],[119.395205,31.181219],[119.392024,31.177393],[119.393706,31.176],[119.39007,31.172333],[119.385981,31.170168],[119.380724,31.170721],[119.387332,31.180464],[119.385511,31.186351],[119.389483,31.194768],[119.402308,31.193855],[119.402797,31.19679],[119.391742,31.200641],[119.38901,31.200234],[119.385241,31.192273],[119.382846,31.193205],[119.373492,31.189781],[119.363612,31.195792],[119.360263,31.196146],[119.35805,31.199998],[119.355586,31.213635],[119.35658,31.217068],[119.359324,31.217756],[119.362346,31.22419],[119.35715,31.228182],[119.35992,31.234927],[119.356708,31.238466],[119.363521,31.242015],[119.366237,31.247113],[119.369624,31.249514],[119.370777,31.253721],[119.368824,31.258786],[119.370914,31.260697],[119.375453,31.260701],[119.375843,31.267789],[119.375148,31.271699],[119.369072,31.270461],[119.364643,31.272046],[119.366566,31.282947],[119.360599,31.286897],[119.360523,31.291384],[119.362484,31.291726],[119.363354,31.293838],[119.35622,31.299135],[119.356762,31.302087],[119.348667,31.304642],[119.342436,31.302085],[119.344311,31.301936],[119.345875,31.295337],[119.343288,31.296385],[119.341221,31.295213],[119.346478,31.285411],[119.343197,31.283499],[119.342304,31.278974],[119.335206,31.277306],[119.341358,31.265073],[119.344852,31.264716],[119.346248,31.262865],[119.345013,31.26039],[119.342342,31.259704],[119.337101,31.26147],[119.334947,31.266236],[119.314014,31.266179],[119.297901,31.271486],[119.289929,31.266207],[119.286996,31.261837],[119.282169,31.259982],[119.280803,31.262053],[119.275667,31.262464],[119.269527,31.25653],[119.261058,31.256231],[119.258119,31.262103],[119.247957,31.267031],[119.244514,31.263681],[119.245806,31.261073],[119.244102,31.258],[119.238253,31.255565],[119.233902,31.256173],[119.227092,31.263136],[119.222675,31.264105],[119.219122,31.267784],[119.212405,31.270282],[119.213786,31.272808],[119.209301,31.277039],[119.206439,31.277366],[119.20246,31.274964],[119.19883,31.267797],[119.194461,31.26954],[119.192431,31.27805],[119.195568,31.296132],[119.194866,31.297683],[119.191689,31.298097],[119.185306,31.297184],[119.180722,31.303464],[119.176029,31.302533],[119.169978,31.295382],[119.162069,31.293885],[119.152813,31.296694],[119.146182,31.291016],[119.148326,31.284784],[119.145577,31.283149],[119.140246,31.274755],[119.132892,31.270396],[119.12704,31.263776],[119.115161,31.263774],[119.110911,31.261053],[119.110736,31.259483],[119.101283,31.255222],[119.09978,31.251656],[119.100265,31.237872],[119.099039,31.235745],[119.095416,31.236365],[119.095309,31.238686],[119.091929,31.24281],[119.08932,31.243288],[119.084193,31.242751],[119.077418,31.23409],[119.074237,31.233571],[119.065242,31.239252],[119.053797,31.240569],[119.052249,31.239704],[119.053065,31.2363],[119.04764,31.232541],[119.037882,31.236878],[119.033862,31.242412],[119.030619,31.237969],[119.014361,31.245145],[119.006617,31.244662],[119.004748,31.239105],[118.986155,31.231984],[118.979715,31.235384],[118.975108,31.24004],[118.968241,31.237729],[118.96609,31.237813],[118.967135,31.240047],[118.963091,31.241804],[118.957431,31.238721],[118.939323,31.239019],[118.927683,31.242683],[118.92335,31.24165],[118.913623,31.246459],[118.899768,31.235046],[118.879333,31.231595],[118.877941,31.240175],[118.868616,31.240787],[118.864919,31.244531],[118.834755,31.238337],[118.826519,31.231562],[118.819514,31.232349],[118.815675,31.236565],[118.812549,31.237476],[118.806242,31.236411],[118.79751,31.230602],[118.789976,31.231602],[118.782052,31.236371],[118.775636,31.242716],[118.773822,31.24896],[118.77504,31.261286],[118.770307,31.267456],[118.764519,31.270909],[118.75748,31.278838],[118.748893,31.281917],[118.722724,31.28391],[118.704112,31.298171],[118.696491,31.301914],[118.697863,31.304582],[118.713255,31.297197],[118.714945,31.324927],[118.729841,31.347308],[118.740487,31.374648],[118.749529,31.38743],[118.760255,31.391129],[118.761441,31.386222],[118.765627,31.379696],[118.761568,31.366341],[118.764225,31.365066],[118.779838,31.370705],[118.795184,31.371039],[118.806267,31.373549],[118.821456,31.379782],[118.832449,31.387878],[118.838568,31.394556],[118.847505,31.399428],[118.850228,31.407435],[118.87129,31.436381],[118.876439,31.450023],[118.873961,31.483172],[118.878197,31.500157],[118.88247,31.531316],[118.880855,31.535543],[118.878385,31.537328],[118.875746,31.535859],[118.871855,31.540627],[118.87078,31.552448],[118.864005,31.557211],[118.864958,31.559862],[118.872832,31.564356],[118.87609,31.564317],[118.878958,31.56765],[118.878676,31.570073],[118.875746,31.571455],[118.862471,31.573312],[118.865546,31.577059],[118.867949,31.575868],[118.865508,31.57598],[118.864485,31.573797],[118.866461,31.572975],[118.868353,31.574275],[118.868903,31.584025],[118.872214,31.592321],[118.868918,31.594827],[118.858817,31.593367],[118.855002,31.597097],[118.856719,31.598776],[118.863913,31.599888],[118.867881,31.606588],[118.866775,31.611307],[118.860893,31.613721],[118.863441,31.617982],[118.859375,31.618984],[118.858138,31.617755],[118.855095,31.621269],[118.856292,31.626055],[118.8553,31.628391],[118.841233,31.627168],[118.838823,31.628798],[118.837478,31.634794],[118.828902,31.635752],[118.828735,31.633197],[118.822387,31.631386],[118.814216,31.632264],[118.815071,31.626118],[118.81047,31.622356],[118.798995,31.620852],[118.795806,31.623021],[118.790061,31.631394],[118.787116,31.631839],[118.78672,31.640246],[118.783553,31.648146],[118.777229,31.656014],[118.778076,31.658815],[118.784622,31.661327],[118.791778,31.666932],[118.790438,31.671468],[118.783829,31.67666],[118.782646,31.675126],[118.779709,31.675349],[118.77504,31.679163],[118.774467,31.681856],[118.76899,31.684145],[118.762528,31.680437],[118.745352,31.681255],[118.742729,31.679045],[118.743233,31.675402],[118.738423,31.669906],[118.741844,31.666903],[118.74103,31.662113],[118.739131,31.65678],[118.733567,31.649159],[118.73157,31.636707],[118.728174,31.634787],[118.722906,31.636179],[118.721357,31.634125],[118.722689,31.631333],[118.721741,31.630139],[118.713701,31.62993],[118.709308,31.636325],[118.710366,31.641012],[118.707706,31.64512],[118.705615,31.645297],[118.703238,31.640904],[118.693468,31.64245],[118.686774,31.641744],[118.684432,31.637903],[118.681388,31.636476],[118.665588,31.643986],[118.662398,31.644575],[118.656438,31.641883],[118.651791,31.643473],[118.647198,31.648712],[118.638655,31.652403],[118.639357,31.657662],[118.642508,31.663125],[118.642425,31.668438],[118.637538,31.673839],[118.640167,31.680829],[118.651161,31.680259],[118.659653,31.682669],[118.665802,31.699221],[118.677398,31.701086],[118.683777,31.70551],[118.685883,31.709524],[118.686234,31.717579],[118.680946,31.71674],[118.680237,31.718149],[118.685433,31.722997],[118.672852,31.730983],[118.659905,31.733052],[118.652543,31.732501],[118.647364,31.734504],[118.6456,31.742151],[118.636238,31.747425],[118.639374,31.751598],[118.641475,31.749618],[118.643372,31.752921],[118.63823,31.755679],[118.637261,31.761309],[118.622177,31.761403],[118.612313,31.753246],[118.603669,31.760889],[118.596711,31.759705],[118.586549,31.746027],[118.567543,31.742804],[118.565521,31.748751],[118.55906,31.744202],[118.55394,31.737028],[118.553872,31.733075],[118.549965,31.732174],[118.546639,31.732408],[118.542397,31.737944],[118.538147,31.736514],[118.539322,31.735172],[118.53833,31.733313],[118.534386,31.73362],[118.53363,31.737498],[118.529922,31.741846],[118.52385,31.739044],[118.523254,31.744811],[118.515511,31.745226],[118.515624,31.748061],[118.523598,31.753688],[118.528877,31.751829],[118.533188,31.752798],[118.531264,31.759261],[118.533477,31.762216],[118.540161,31.759673],[118.541749,31.761076],[118.528134,31.769021],[118.516648,31.763799],[118.509353,31.76865],[118.504488,31.767817],[118.497208,31.777163],[118.48351,31.778974],[118.478027,31.783115],[118.477954,31.793574],[118.499002,31.842554],[118.484085,31.845713],[118.469974,31.852424],[118.461485,31.859774],[118.459374,31.865545],[118.461305,31.870864],[118.468535,31.871422],[118.475122,31.877197],[118.47307,31.885183],[118.462564,31.887002],[118.446866,31.886076],[118.444451,31.888908],[118.437605,31.89115],[118.429589,31.901564],[118.420542,31.895797],[118.418398,31.888825],[118.415651,31.887382],[118.409158,31.888922],[118.409403,31.89212],[118.404345,31.897676],[118.404673,31.911945],[118.388223,31.918468],[118.377672,31.909819],[118.370424,31.912697],[118.368143,31.915765],[118.375231,31.919467],[118.3697,31.924105],[118.369043,31.928977],[118.363375,31.930749],[118.357752,31.92922],[118.354197,31.933753],[118.355067,31.937249],[118.359225,31.937608],[118.363847,31.943427],[118.361681,31.948847],[118.362109,31.955404],[118.36301,31.958625],[118.366786,31.961145],[118.365932,31.964982],[118.364245,31.965091],[118.362971,31.967805],[118.377185,31.969045],[118.366328,31.986011],[118.370921,31.986135],[118.377579,31.981257],[118.383952,31.985817],[118.383861,31.988744],[118.38837,31.991085],[118.390529,31.994557],[118.383037,32.004044],[118.383335,32.01476],[118.385753,32.019821],[118.388172,32.020699],[118.392117,32.01846],[118.396549,32.018821],[118.396084,32.023308],[118.393795,32.026261],[118.381641,32.028755],[118.376896,32.033056],[118.379284,32.038807],[118.386864,32.046125],[118.384618,32.054728],[118.380998,32.056843],[118.377947,32.061493],[118.38729,32.064168],[118.389319,32.066467],[118.391567,32.073942],[118.389638,32.078697],[118.40649,32.082723],[118.409215,32.088058],[118.427995,32.088591],[118.429928,32.092357],[118.442652,32.096348],[118.44424,32.09965],[118.460081,32.10495],[118.465507,32.11022],[118.469793,32.118902],[118.477903,32.119152],[118.482876,32.122345],[118.488754,32.123572],[118.495438,32.12295],[118.489422,32.134316],[118.4945,32.143843],[118.499387,32.14131],[118.5012,32.143202],[118.492921,32.163085],[118.489602,32.163949],[118.489923,32.175472],[118.491719,32.181786],[118.494281,32.183851],[118.499265,32.18228],[118.503363,32.185188],[118.504286,32.196688],[118.513047,32.191272],[118.517748,32.190406],[118.526444,32.197971],[118.534546,32.194612],[118.543316,32.197167],[118.545823,32.201825],[118.556576,32.199099],[118.561166,32.201839],[118.560401,32.204924],[118.566123,32.210463],[118.571191,32.209274],[118.571003,32.204635],[118.57301,32.201995],[118.580547,32.201041],[118.5857,32.202774],[118.588976,32.196911],[118.593213,32.202056],[118.602896,32.20381],[118.612174,32.207787],[118.623751,32.204536],[118.63198,32.209833],[118.638583,32.211837],[118.661052,32.236459],[118.670491,32.25374],[118.669849,32.258099],[118.660591,32.260489],[118.654479,32.266322],[118.654431,32.269239],[118.665758,32.288297],[118.663255,32.297745],[118.654538,32.298769],[118.652179,32.301895],[118.652754,32.304989],[118.655606,32.307855],[118.667166,32.313286],[118.678387,32.327114],[118.690217,32.331528],[118.698721,32.33156],[118.702462,32.33695],[118.70186,32.341566],[118.692094,32.345007],[118.687562,32.354395],[118.691041,32.369764],[118.697542,32.369825],[118.698556,32.371034],[118.696413,32.381754],[118.692072,32.385965],[118.688623,32.38439],[118.683187,32.385215],[118.67473,32.391466],[118.673235,32.395041],[118.680483,32.407572],[118.683756,32.421034],[118.681536,32.431627],[118.687274,32.466639],[118.685885,32.475115],[118.67866,32.475096],[118.667621,32.472044],[118.647347,32.478724],[118.63827,32.472556],[118.622271,32.470435],[118.606402,32.47343],[118.593158,32.478942],[118.588611,32.482383],[118.587001,32.485664],[118.588222,32.50489],[118.601161,32.502822],[118.604488,32.505016],[118.611217,32.512618],[118.610591,32.5204],[118.608814,32.524429],[118.605052,32.522392],[118.601544,32.522658],[118.599842,32.534114],[118.604046,32.539749],[118.592174,32.547355],[118.572422,32.554638],[118.559353,32.564785],[118.558292,32.568615],[118.564282,32.588093],[118.578908,32.597355],[118.597279,32.600841],[118.605992,32.599365],[118.622853,32.59111],[118.625546,32.584865],[118.630383,32.581931],[118.636242,32.585509],[118.643788,32.593162],[118.647763,32.599772],[118.649823,32.600413],[118.677106,32.593486],[118.683713,32.589663],[118.693967,32.588973],[118.695805,32.589976],[118.695569,32.600943],[118.690602,32.603617],[118.691159,32.607722],[118.71462,32.612181],[118.719937,32.608607],[118.721486,32.596277],[118.728269,32.592489],[118.732236,32.591208],[118.737409,32.592615],[118.738041,32.599404],[118.745717,32.600004],[118.749578,32.602171],[118.746378,32.606379],[118.756383,32.606764],[118.769895,32.601114],[118.7721,32.59873],[118.770543,32.592237],[118.782178,32.584829],[118.799382,32.586786],[118.798223,32.592645],[118.803479,32.599992],[118.812429,32.604379],[118.819722,32.604051],[118.818639,32.591378],[118.81339,32.589967],[118.811818,32.588067],[118.812413,32.582917],[118.820537,32.573004],[118.839749,32.569436],[118.870259,32.583008],[118.877317,32.587407],[118.879873,32.592148],[118.897573,32.58598],[118.891385,32.579113],[118.890042,32.564179],[118.882497,32.560261],[118.882596,32.554924],[118.890042,32.551312],[118.898259,32.556774],[118.902509,32.555905],[118.906262,32.552277],[118.910672,32.55193],[118.912289,32.554253],[118.908322,32.557469],[118.908589,32.561402],[118.929265,32.559734],[118.935323,32.550613],[118.944432,32.545304],[118.961796,32.529632],[118.964734,32.523662],[118.962902,32.519409],[118.970394,32.507156],[118.993397,32.505992],[119.013552,32.518533],[119.026021,32.518771],[119.034904,32.516059],[119.041433,32.496476],[119.055415,32.488549],[119.060708,32.476882],[119.060027,32.469548],[119.056116,32.463237],[119.062895,32.463554],[119.067012,32.461342],[119.071578,32.455268],[119.077207,32.452261],[119.079676,32.452563],[119.086251,32.459423],[119.085009,32.468811],[119.089149,32.477078],[119.095894,32.473834],[119.115356,32.482134],[119.125139,32.495365],[119.133245,32.494331],[119.147163,32.505903],[119.149625,32.513541],[119.144802,32.525336],[119.145999,32.535435],[119.151739,32.537986],[119.15484,32.536688],[119.154062,32.534201],[119.158627,32.534405],[119.161851,32.538391],[119.159021,32.546089],[119.152519,32.554833],[119.146975,32.558562],[119.15549,32.567741],[119.168183,32.577723],[119.172282,32.585525],[119.17135,32.595599],[119.179789,32.600805],[119.182939,32.600318],[119.184411,32.598203],[119.183291,32.59039],[119.187319,32.582895],[119.206147,32.570522],[119.216385,32.579972],[119.212032,32.582145],[119.211387,32.593308],[119.223252,32.605635],[119.223437,32.612472],[119.215143,32.61106],[119.21013,32.612104],[119.203391,32.616402],[119.204202,32.620568],[119.214614,32.630179],[119.213243,32.63212],[119.20936,32.631281],[119.207083,32.632585],[119.203405,32.643753],[119.20598,32.694822],[119.205116,32.728678],[119.179513,32.827807],[119.126652,32.82743],[119.107648,32.829615],[119.094812,32.833467],[119.071455,32.859991],[119.057657,32.868957],[119.053015,32.868225],[119.047991,32.873553],[119.047437,32.883718],[119.039352,32.894467],[119.040389,32.900572],[119.039409,32.912832],[119.029465,32.909704],[119.00977,32.908803],[119.008884,32.912667],[119.012222,32.924603],[119.015771,32.927239],[119.023743,32.927393],[119.024642,32.929656],[119.019794,32.949373],[119.016443,32.955228],[119.003751,32.961694],[118.996612,32.963361],[118.986525,32.962919],[118.987276,32.960159],[118.980457,32.957065],[118.957589,32.948649],[118.943669,32.947609],[118.934157,32.943777],[118.929461,32.939348],[118.899634,32.947421],[118.898865,32.945513],[118.887084,32.942588],[118.885289,32.953115],[118.889557,32.961043],[118.886267,32.961962],[118.843448,32.960086],[118.835567,32.945845],[118.843544,32.933891],[118.842244,32.924442],[118.831145,32.919242],[118.824433,32.918893],[118.816331,32.922675],[118.812011,32.922802],[118.802475,32.917041],[118.802701,32.911671],[118.807437,32.903193],[118.809484,32.890324],[118.806613,32.880182],[118.808695,32.86198],[118.805372,32.85591],[118.789898,32.853953],[118.7842,32.849855],[118.776646,32.850609],[118.76557,32.854624],[118.762511,32.853014],[118.749363,32.85966],[118.740673,32.858442],[118.733563,32.853567],[118.738632,32.822745],[118.741066,32.816836],[118.739739,32.80522],[118.735107,32.802722],[118.731941,32.7956],[118.732947,32.783732],[118.730147,32.772554],[118.738483,32.762823],[118.74532,32.759159],[118.750733,32.75059],[118.751773,32.74225],[118.755151,32.740249],[118.754614,32.739181],[118.748786,32.736967],[118.742507,32.738413],[118.729751,32.734675],[118.721785,32.727709],[118.699927,32.723155],[118.652442,32.738033],[118.648448,32.740324],[118.647747,32.744362],[118.632369,32.747879],[118.60929,32.741512],[118.606284,32.739189],[118.606185,32.736229],[118.601996,32.72961],[118.575659,32.724121],[118.562674,32.727123],[118.552774,32.732642],[118.535986,32.731484],[118.512488,32.726617],[118.478613,32.722468],[118.464408,32.723313],[118.453544,32.727214],[118.44969,32.733243],[118.448241,32.743166],[118.446364,32.745485],[118.43907,32.741663],[118.432806,32.731187],[118.425145,32.722727],[118.418443,32.718036],[118.407575,32.718439],[118.387907,32.722372],[118.375494,32.719694],[118.364774,32.72069],[118.360289,32.72872],[118.362188,32.740603],[118.365305,32.74384],[118.365919,32.755591],[118.358275,32.77405],[118.33795,32.775351],[118.331519,32.769252],[118.329535,32.763648],[118.319815,32.762664],[118.317374,32.764144],[118.319946,32.772835],[118.319594,32.776748],[118.313994,32.781638],[118.304137,32.781097],[118.296082,32.7848],[118.291625,32.79951],[118.293494,32.802925],[118.299472,32.80724],[118.300197,32.818168],[118.293733,32.844245],[118.284408,32.848636],[118.280435,32.854107],[118.28094,32.859029],[118.259681,32.857675],[118.251325,32.8535],[118.252972,32.850507],[118.247264,32.846719],[118.238937,32.855244],[118.239669,32.879998],[118.23529,32.883008],[118.222939,32.926701],[118.23661,32.938625],[118.286976,32.949504],[118.304248,32.961324],[118.304773,32.964898],[118.304286,32.967226],[118.294056,32.971389],[118.263759,32.972354],[118.256036,32.975597],[118.251072,32.979689],[118.239314,32.997016],[118.2375,33.035997],[118.231339,33.055471],[118.226807,33.064603],[118.220354,33.061487],[118.205882,33.06323],[118.209505,33.072387],[118.222811,33.073852],[118.219665,33.086101],[118.204857,33.088688],[118.200289,33.091097],[118.200322,33.09245],[118.203246,33.092462],[118.21931,33.089459],[118.219058,33.100399],[118.216301,33.107784],[118.204211,33.106227],[118.197705,33.111918],[118.198133,33.113556],[118.215463,33.116051],[118.21807,33.155035],[118.217535,33.159053],[118.214277,33.162065],[118.2171,33.165134],[118.217599,33.177153],[118.213849,33.18828],[118.207267,33.199153],[118.196097,33.209327],[118.189573,33.213177],[118.172659,33.218105],[118.165696,33.216448],[118.158622,33.210472],[118.152169,33.200259],[118.150944,33.195424],[118.154505,33.180671],[118.15247,33.176374],[118.145373,33.170725],[118.084004,33.152441],[118.065009,33.141747],[118.059201,33.141351],[118.056682,33.14893],[118.036788,33.153454],[118.039533,33.139984],[118.032275,33.137139],[118.030537,33.154937],[118.019644,33.158295],[118.00774,33.168366],[118.000966,33.171368],[117.999938,33.173629],[118.001006,33.179206],[117.995318,33.180888],[117.985448,33.180149],[117.973876,33.203687],[117.977099,33.204457],[117.979952,33.207834],[117.982056,33.21998],[117.973947,33.228668],[117.966777,33.230003],[117.956155,33.224234],[117.950503,33.223831],[117.939295,33.226292],[117.935253,33.231984],[117.935696,33.23579],[117.94182,33.244913],[117.943295,33.252074],[117.942157,33.257902],[117.938807,33.262691],[117.939313,33.266002],[117.946368,33.271888],[117.966707,33.280867],[117.969574,33.289188],[117.974215,33.29533],[117.978388,33.297962],[117.978793,33.315712],[117.982002,33.320788],[117.986059,33.335324],[117.969501,33.337023],[117.964292,33.342515],[117.96455,33.351182],[117.979719,33.3508],[117.990657,33.348712],[118.008516,33.356985],[118.018704,33.371711],[118.023191,33.39235],[118.011184,33.404914],[118.018086,33.427581],[118.019014,33.446614],[118.025468,33.461218],[118.033353,33.470548],[118.038742,33.472701],[118.044235,33.493425],[118.055583,33.492281],[118.101333,33.476823],[118.10231,33.480818],[118.101157,33.505239],[118.103563,33.516391],[118.104371,33.538981],[118.112159,33.595489],[118.109649,33.609863],[118.106405,33.618201],[118.115199,33.62361],[118.162975,33.665256],[118.15999,33.675179],[118.158401,33.693843],[118.16002,33.709145],[118.151021,33.723417],[118.156677,33.732081],[118.160333,33.733957],[118.169273,33.731546],[118.175003,33.733127],[118.180783,33.743022],[118.180417,33.746127],[118.157979,33.752267],[118.143438,33.747761],[118.136003,33.748906],[118.124648,33.754925],[118.110562,33.770371],[118.105553,33.771645],[118.098374,33.766361],[118.059977,33.767041],[118.059209,33.762433],[118.041498,33.752808],[118.024585,33.749455],[118.02288,33.747826],[118.024055,33.744544],[118.022697,33.741608],[118.016758,33.739886],[118.014472,33.740103],[118.013243,33.747354],[118.00811,33.750214],[118.004489,33.750454],[118.003578,33.747403],[117.998378,33.746448],[117.972318,33.749341],[117.967097,33.751416],[117.966392,33.755216],[117.962528,33.76021],[117.955064,33.761985],[117.951794,33.758809],[117.948536,33.747928],[117.947362,33.73131],[117.926631,33.727531],[117.913174,33.735467],[117.910326,33.739951],[117.895113,33.737289],[117.892398,33.735106],[117.891814,33.733299],[117.896345,33.724146],[117.884205,33.729244],[117.874635,33.729427],[117.849447,33.73643],[117.838928,33.737631],[117.830678,33.735631],[117.821349,33.738843],[117.811076,33.736072],[117.800148,33.737668],[117.786126,33.734794],[117.782541,33.729599],[117.772519,33.724005],[117.76227,33.723578],[117.757456,33.719118],[117.754054,33.718181],[117.732636,33.72686],[117.726915,33.735809],[117.719809,33.738811],[117.717312,33.74204],[117.718081,33.747403],[117.728603,33.747927],[117.738357,33.764989],[117.734529,33.776791],[117.745761,33.796852],[117.746753,33.814064],[117.740499,33.82161],[117.740135,33.827605],[117.745185,33.831879],[117.749902,33.842331],[117.74908,33.852404],[117.754842,33.875542],[117.752973,33.887444],[117.747043,33.890714],[117.731346,33.894011],[117.717525,33.888793],[117.717781,33.882387],[117.712692,33.881078],[117.704431,33.883214],[117.696034,33.895572],[117.695326,33.902558],[117.685817,33.922245],[117.678655,33.927825],[117.668741,33.929791],[117.665271,33.93391],[117.665125,33.941591],[117.668389,33.944256],[117.670041,33.948407],[117.659283,33.959386],[117.65455,33.972995],[117.662447,33.986693],[117.665748,33.987896],[117.664711,33.996114],[117.657473,34.002885],[117.639134,34.011405],[117.621127,34.025763],[117.61765,34.034347],[117.601172,34.035199],[117.6011,34.026863],[117.605164,34.026804],[117.613043,34.01846],[117.612578,34.016406],[117.608388,34.014075],[117.607404,34.011166],[117.606819,34.00688],[117.609214,34.00503],[117.609401,34.002025],[117.60715,33.999671],[117.593617,33.997237],[117.584186,33.997415],[117.583414,33.986467],[117.570294,33.980425],[117.558758,33.979729],[117.558185,33.989767],[117.560461,33.992982],[117.560698,33.997257],[117.551716,34.005081],[117.537564,34.009077],[117.535661,34.022653],[117.540599,34.046119],[117.521679,34.057851],[117.512773,34.05973],[117.508375,34.062286],[117.503818,34.062321],[117.493869,34.048473],[117.491251,34.047375],[117.474555,34.048911],[117.467784,34.043513],[117.449202,34.035565],[117.4507,34.026818],[117.429369,34.027723],[117.42909,34.025027],[117.425619,34.02349],[117.408558,34.02244],[117.407141,34.025421],[117.393568,34.029268],[117.394703,34.045571],[117.389405,34.05359],[117.383502,34.058778],[117.370699,34.057176],[117.365235,34.061482],[117.371423,34.068509],[117.371912,34.075723],[117.366894,34.080016],[117.362111,34.080583],[117.352441,34.08522],[117.352483,34.088669],[117.313858,34.085123],[117.310904,34.078531],[117.310616,34.071082],[117.307886,34.065742],[117.300748,34.064531],[117.2843,34.07],[117.286387,34.077483],[117.266249,34.076975],[117.227618,34.065626],[117.21971,34.066149],[117.209742,34.072761],[117.202308,34.070151],[117.174942,34.071445],[117.173576,34.071675],[117.173847,34.074022],[117.159126,34.078445],[117.143598,34.079875],[117.152548,34.100995],[117.145318,34.101933],[117.14289,34.099418],[117.133944,34.100246],[117.113837,34.104983],[117.115907,34.110591],[117.118354,34.111835],[117.13082,34.1114],[117.131606,34.115578],[117.123807,34.127081],[117.115346,34.129797],[117.099013,34.131247],[117.092752,34.137772],[117.092763,34.140115],[117.089127,34.144542],[117.064397,34.144374],[117.062705,34.152536],[117.050807,34.156021],[117.028004,34.166806],[117.019967,34.168506],[117.021693,34.182762],[117.023372,34.18572],[117.042479,34.204909],[117.039618,34.225603],[117.036337,34.233719],[117.044438,34.238388],[117.043926,34.244752],[117.038643,34.249821],[117.034227,34.249163],[117.023808,34.242244],[117.013897,34.243892],[117.016202,34.255976],[117.0145,34.260019],[117.012588,34.261184],[116.998574,34.256238],[116.993851,34.260023],[116.996133,34.261136],[116.993148,34.268587],[116.984096,34.272714],[116.97726,34.278489],[116.969628,34.288778],[116.96621,34.30192],[116.971982,34.30473],[116.971491,34.318891],[116.969621,34.320253],[116.963946,34.320077],[116.963888,34.324445],[116.967081,34.331995],[116.976293,34.34336],[116.977638,34.355044],[116.974239,34.360069],[116.953887,34.365611],[116.96317,34.387791],[116.965541,34.388134],[116.96544,34.392726],[116.952807,34.394838],[116.950519,34.393455],[116.925751,34.40217],[116.911425,34.405173],[116.89463,34.404601],[116.883705,34.405971],[116.877328,34.408288],[116.876976,34.411916],[116.872237,34.411247],[116.867421,34.407105],[116.86643,34.393103],[116.85718,34.397537],[116.848087,34.398461],[116.838273,34.395337],[116.828384,34.385898],[116.811255,34.406956],[116.804532,34.409729],[116.78791,34.421353],[116.784455,34.428189],[116.777168,34.431556],[116.777206,34.43996],[116.771462,34.451533],[116.751534,34.465332],[116.741271,34.469012],[116.734462,34.467519],[116.727675,34.468221],[116.710219,34.474902],[116.657895,34.473953],[116.633489,34.482355],[116.625682,34.483063],[116.623724,34.485073],[116.624662,34.486003],[116.616334,34.487684],[116.579701,34.486983],[116.572664,34.48528],[116.567699,34.486617],[116.563462,34.492739],[116.564171,34.497564],[116.570829,34.499706],[116.582529,34.495262],[116.5895,34.496376],[116.595366,34.505708],[116.594147,34.5136],[116.589031,34.514079],[116.582988,34.511571],[116.57672,34.517093],[116.575454,34.524138],[116.554005,34.532914],[116.550103,34.538103],[116.542054,34.543191],[116.524081,34.540986],[116.515182,34.542528],[116.51451,34.547592],[116.516634,34.551179],[116.519992,34.551416],[116.520159,34.554369],[116.512253,34.557546],[116.505492,34.55688],[116.489127,34.566652],[116.487039,34.570219],[116.488055,34.584522],[116.493575,34.584637],[116.495406,34.590329],[116.481743,34.590897],[116.476526,34.594023],[116.477776,34.60756],[116.475755,34.611531],[116.457266,34.611815],[116.451366,34.623011],[116.438317,34.622976],[116.432857,34.625163],[116.431015,34.631074],[116.43225,34.642575],[116.424854,34.65234],[116.412346,34.650501],[116.404052,34.643606],[116.399769,34.646931],[116.391288,34.648507],[116.386464,34.638032],[116.381702,34.634616],[116.37516,34.637963],[116.369743,34.637013],[116.362124,34.647212],[116.362257,34.652316],[116.367655,34.653729],[116.375849,34.661294],[116.375964,34.674796],[116.37354,34.680689],[116.380317,34.69381],[116.389008,34.699219],[116.389147,34.702617],[116.378222,34.718323],[116.372411,34.719605],[116.371455,34.716794],[116.367988,34.714475],[116.362003,34.714132],[116.355183,34.720095],[116.358144,34.725206],[116.362301,34.725854],[116.36357,34.730296],[116.356529,34.738751],[116.357423,34.747341],[116.359432,34.750838],[116.371204,34.74952],[116.390349,34.751759],[116.394435,34.766239],[116.398867,34.770161],[116.398582,34.787185],[116.395486,34.811133],[116.406784,34.816578],[116.405951,34.824362],[116.40356,34.824682],[116.400849,34.8296],[116.403963,34.835005],[116.407788,34.848402],[116.407705,34.850296],[116.404989,34.850591],[116.40365,34.853122],[116.409332,34.864674],[116.416845,34.869385],[116.430493,34.884236],[116.43809,34.888985],[116.43865,34.896885],[116.44521,34.895651],[116.449805,34.897139],[116.450227,34.901355],[116.470557,34.897524],[116.495148,34.902019],[116.498347,34.906678],[116.509066,34.908851],[116.517674,34.907428],[116.517719,34.904803],[116.545021,34.910094],[116.553757,34.909642],[116.601104,34.921265],[116.6044,34.924542],[116.60682,34.924622],[116.614423,34.9322],[116.615236,34.934601],[116.612529,34.935512],[116.61419,34.938876],[116.617304,34.94105],[116.626615,34.94172],[116.633072,34.937379],[116.634787,34.933596],[116.65074,34.930008],[116.65267,34.930009],[116.652046,34.933325],[116.653179,34.934401],[116.670562,34.935539],[116.67266,34.940078],[116.67671,34.94029],[116.683562,34.937079],[116.69965,34.937057],[116.700651,34.93481],[116.715402,34.926861],[116.729722,34.925419],[116.748456,34.918865],[116.746408,34.909901],[116.749814,34.908539],[116.762379,34.917153],[116.775889,34.917521],[116.78096,34.940092],[116.781753,34.938561],[116.783385,34.938104],[116.783995,34.939596],[116.792862,34.934794],[116.792497,34.945247],[116.786166,34.946347],[116.786106,34.948421],[116.785332,34.946957],[116.781742,34.946925],[116.781702,34.949584],[116.777485,34.950238],[116.773083,34.962848],[116.774985,34.960001],[116.77854,34.959211],[116.780937,34.97577],[116.796112,34.970634],[116.79744,34.938029],[116.793251,34.932514],[116.793481,34.929282],[116.806208,34.928903],[116.801168,34.937595],[116.800191,34.968212],[116.810072,34.962629],[116.810157,34.955119],[116.809054,34.95021],[116.807558,34.950634],[116.807516,34.943866],[116.812979,34.94236],[116.812815,34.938574],[116.809827,34.938759],[116.809896,34.927835],[116.843244,34.923566],[116.847912,34.921194],[116.857539,34.911694],[116.868388,34.908107],[116.875625,34.907503],[116.8933,34.900653],[116.900814,34.902002],[116.900334,34.910394],[116.902659,34.911244],[116.920925,34.901368],[116.920837,34.897281],[116.917661,34.897717],[116.916554,34.896489],[116.916959,34.874567],[116.919848,34.872523],[116.93037,34.877337],[116.935607,34.874677],[116.9377,34.869838],[116.944945,34.867354],[116.9636,34.870107],[116.964866,34.851129],[116.97156,34.840091],[116.989204,34.801489],[116.999233,34.788492],[117.010154,34.779605],[117.041545,34.766998],[117.044668,34.759413],[117.047791,34.73889],[117.061622,34.727439],[117.06441,34.718407],[117.074263,34.703347],[117.073451,34.698044],[117.066479,34.692857],[117.053721,34.666103],[117.052007,34.654731],[117.054529,34.64834],[117.061643,34.643122],[117.074077,34.640504],[117.122725,34.644736],[117.125054,34.635485],[117.128262,34.635959],[117.131159,34.633857],[117.131946,34.629479],[117.126135,34.62903],[117.129484,34.611753],[117.133193,34.605498],[117.14141,34.599074],[117.153775,34.563242],[117.154577,34.557419],[117.150183,34.557295],[117.150399,34.548535],[117.14494,34.54861],[117.143695,34.540996],[117.145651,34.514494],[117.148977,34.505694],[117.168454,34.508086],[117.174982,34.491235],[117.171329,34.489412],[117.173274,34.483162],[117.183798,34.485688],[117.198254,34.472721],[117.204977,34.48038],[117.211321,34.477186],[117.208099,34.473319],[117.214736,34.468936],[117.218943,34.473311],[117.222364,34.471374],[117.224545,34.46649],[117.21996,34.457368],[117.220365,34.454781],[117.228055,34.455731],[117.231862,34.454105],[117.233808,34.451637],[117.231534,34.445797],[117.236318,34.44598],[117.25076,34.454544],[117.252706,34.457268],[117.254314,34.466682],[117.252503,34.469514],[117.26157,34.476924],[117.262084,34.481329],[117.257695,34.486863],[117.253687,34.498823],[117.256959,34.502098],[117.26754,34.503019],[117.268401,34.504789],[117.264815,34.515952],[117.26911,34.522061],[117.261917,34.529503],[117.262464,34.534288],[117.280679,34.534414],[117.291659,34.538762],[117.296847,34.5455],[117.296826,34.550184],[117.2816,34.556037],[117.27078,34.554214],[117.266755,34.557387],[117.275649,34.564677],[117.279988,34.566718],[117.286168,34.56552],[117.289791,34.566928],[117.293738,34.572117],[117.299383,34.574392],[117.30204,34.574369],[117.2964,34.5618],[117.297965,34.559494],[117.305189,34.555738],[117.306548,34.556302],[117.306345,34.560603],[117.308622,34.561679],[117.319537,34.563316],[117.320865,34.563064],[117.320422,34.561435],[117.325016,34.560687],[117.325968,34.565364],[117.32461,34.569444],[117.321125,34.571273],[117.319109,34.568583],[117.313197,34.567021],[117.310104,34.57031],[117.311841,34.57424],[117.319325,34.573839],[117.332407,34.576765],[117.336275,34.580049],[117.336767,34.583023],[117.342319,34.585224],[117.361438,34.581377],[117.369277,34.584836],[117.396906,34.570159],[117.397834,34.55631],[117.403307,34.540585],[117.404518,34.543115],[117.41432,34.542475],[117.418096,34.541677],[117.421986,34.537211],[117.419953,34.532442],[117.419647,34.518259],[117.423987,34.518613],[117.432203,34.528662],[117.436187,34.529133],[117.439619,34.51912],[117.451633,34.505231],[117.456732,34.491697],[117.461249,34.488973],[117.470922,34.488406],[117.480124,34.485288],[117.48191,34.479525],[117.480558,34.475091],[117.482191,34.470762],[117.489431,34.469613],[117.495054,34.470959],[117.498718,34.473928],[117.510023,34.47334],[117.523146,34.469548],[117.533757,34.468561],[117.539206,34.473214],[117.539564,34.476182],[117.545294,34.477376],[117.565153,34.463929],[117.583258,34.46328],[117.597121,34.476353],[117.597701,34.481403],[117.60723,34.493065],[117.621405,34.489708],[117.628028,34.491916],[117.633567,34.49908],[117.644103,34.497795],[117.655121,34.503368],[117.655422,34.50704],[117.658697,34.511758],[117.666702,34.515656],[117.675967,34.527869],[117.67867,34.54798],[117.709997,34.543834],[117.747694,34.534412],[117.782037,34.52344],[117.791409,34.522676],[117.793437,34.528757],[117.787954,34.549817],[117.791315,34.557237],[117.78844,34.561345],[117.789276,34.566737],[117.787671,34.579655],[117.784926,34.58535],[117.787797,34.592564],[117.793306,34.625117],[117.785828,34.646321],[117.788134,34.65502],[117.792499,34.654537],[117.800774,34.648458],[117.799304,34.644477],[117.806047,34.645159],[117.818474,34.652524],[117.837095,34.651569],[117.845254,34.64716],[117.856847,34.647616],[117.860498,34.651265],[117.869067,34.653079],[117.87573,34.650875],[117.882607,34.645422],[117.897751,34.64555],[117.904455,34.672386],[117.909713,34.671776],[117.918523,34.664489],[117.917819,34.660365],[117.921874,34.657518],[117.92635,34.657792],[117.941067,34.672211],[117.942476,34.677172],[117.945772,34.679179],[117.957121,34.680368],[117.972844,34.672363],[117.985708,34.668985],[117.984992,34.662235],[118.00042,34.650782],[118.006441,34.649592],[118.009746,34.64948],[118.013548,34.656495],[118.022994,34.659668],[118.043939,34.653686],[118.05313,34.656726],[118.068711,34.658704],[118.072594,34.65361],[118.080755,34.652447],[118.081497,34.655566],[118.095763,34.656448],[118.097204,34.647164],[118.089806,34.635891],[118.095881,34.628447],[118.109078,34.619595],[118.10926,34.614883],[118.096372,34.595309],[118.085975,34.585539],[118.076753,34.581527],[118.072338,34.57116],[118.093789,34.564605],[118.101492,34.56385],[118.107986,34.558907],[118.113947,34.5567],[118.124345,34.559013],[118.132889,34.558198],[118.138147,34.552818],[118.146372,34.54882],[118.15121,34.549249],[118.152921,34.553865],[118.183888,34.544751],[118.179821,34.539401],[118.17517,34.538471],[118.170938,34.539987],[118.162552,34.528586],[118.161132,34.523025],[118.16541,34.51523],[118.158223,34.50244],[118.133448,34.502632],[118.121607,34.486245],[118.129616,34.483408],[118.135002,34.475554],[118.135361,34.477057],[118.141962,34.475563],[118.140553,34.472325],[118.16996,34.456434],[118.175812,34.451333],[118.179431,34.434182],[118.166587,34.413721],[118.17011,34.409712],[118.171297,34.404055],[118.169066,34.396581],[118.16358,34.391519],[118.164908,34.382486],[118.172698,34.380556],[118.176352,34.388639],[118.180274,34.389116],[118.184882,34.381624],[118.199615,34.377357],[118.211497,34.378365],[118.210396,34.382908],[118.214667,34.40727],[118.223006,34.401633],[118.228843,34.400857],[118.237243,34.406718],[118.244155,34.407897],[118.262971,34.406202],[118.282915,34.413374],[118.284095,34.420792],[118.294609,34.426065],[118.314628,34.42302],[118.34069,34.422443],[118.347721,34.419197],[118.370115,34.415425],[118.372502,34.418116],[118.372978,34.421707],[118.378752,34.42738],[118.393127,34.428718],[118.40316,34.434077],[118.407654,34.442268],[118.407235,34.453765],[118.409486,34.472377],[118.431089,34.507362],[118.433713,34.519041],[118.433248,34.527807],[118.426128,34.556248],[118.419992,34.566891],[118.417818,34.576067],[118.421055,34.590973],[118.419934,34.596871],[118.417266,34.599617],[118.417587,34.609171],[118.420606,34.612343],[118.42292,34.611805],[118.425005,34.614633],[118.431618,34.628323],[118.446783,34.618742],[118.465423,34.622824],[118.470471,34.622267],[118.471378,34.638643],[118.466657,34.643242],[118.462627,34.64319],[118.455432,34.657244],[118.458827,34.669488],[118.462538,34.674977],[118.469248,34.676726],[118.481877,34.664173],[118.488937,34.663755],[118.491927,34.665286],[118.497173,34.67258],[118.502308,34.689891],[118.504722,34.691038],[118.525362,34.686164],[118.528538,34.694838],[118.526124,34.695058],[118.518726,34.701667],[118.52329,34.711349],[118.521263,34.713478],[118.541148,34.719167],[118.551158,34.71184],[118.587998,34.715128],[118.58933,34.71993],[118.599726,34.715094],[118.602933,34.711101],[118.59855,34.702201],[118.599527,34.690409],[118.613668,34.694418],[118.619816,34.692388],[118.630255,34.684194],[118.634803,34.691974],[118.641893,34.698111],[118.667574,34.697519],[118.674407,34.679506],[118.681912,34.679745],[118.694124,34.685024],[118.707259,34.693986],[118.726584,34.695567],[118.739392,34.698672],[118.756987,34.707916],[118.766692,34.715729],[118.771842,34.721985],[118.77037,34.73074],[118.765746,34.737538],[118.756332,34.745694],[118.737381,34.735022],[118.730937,34.734866],[118.721686,34.747712],[118.713177,34.746121],[118.705037,34.749659],[118.70467,34.751385],[118.710359,34.766094],[118.72439,34.770344],[118.734376,34.768054],[118.736615,34.782684],[118.732834,34.782566],[118.725804,34.785398],[118.722829,34.788172],[118.725462,34.791464],[118.738005,34.793279],[118.741937,34.791086],[118.749999,34.790125],[118.769038,34.797817],[118.767478,34.807202],[118.772308,34.821316],[118.782892,34.829385],[118.77758,34.834691],[118.76296,34.835608],[118.756079,34.841931],[118.759139,34.849913],[118.760977,34.851658],[118.767694,34.846934],[118.781012,34.844443],[118.782103,34.849406],[118.776914,34.851572],[118.779099,34.85763],[118.780562,34.85745],[118.787547,34.846286],[118.792475,34.844285],[118.799054,34.848233],[118.801404,34.85084],[118.802024,34.85533],[118.800219,34.867248],[118.794121,34.875515],[118.802659,34.88527],[118.811213,34.889533],[118.812107,34.894565],[118.810896,34.897249],[118.818404,34.909957],[118.842742,34.931082],[118.8472,34.932574],[118.847705,34.930305],[118.845132,34.926711],[118.855364,34.926459],[118.856939,34.928332],[118.852863,34.939091],[118.857574,34.946237],[118.859082,34.95303],[118.851374,34.965705],[118.857644,34.985202],[118.862753,34.994357],[118.86491,34.995715],[118.862993,35.005541],[118.85473,35.024657],[118.863235,35.033065],[118.873405,35.035346],[118.878286,35.034034],[118.882151,35.035015],[118.900035,35.045174],[118.904972,35.05047],[118.9208,35.052467],[118.933475,35.045784],[118.950398,35.044695],[118.97499,35.048744],[118.982286,35.047808],[118.983643,35.04617],[119.007935,35.055251],[119.0247,35.056513],[119.029067,35.052821],[119.043267,35.049443],[119.05843,35.052022],[119.065962,35.057504],[119.069756,35.058054],[119.088021,35.057379],[119.094951,35.056168],[119.094921,35.054206],[119.098464,35.051786],[119.110464,35.051255],[119.121465,35.05589],[119.115621,35.065501],[119.114842,35.07148],[119.116538,35.073004],[119.121697,35.073398],[119.130795,35.084661],[119.13223,35.09075],[119.128533,35.09218],[119.126975,35.097088],[119.146411,35.101471],[119.158235,35.100437],[119.163409,35.107911],[119.193292,35.111593],[119.193615,35.112734],[119.195397,35.110993],[119.203278,35.10923],[119.218372,35.108372],[119.224925,35.11736],[119.234754,35.125905],[119.239671,35.126896]]]]}},{type:"Feature",properties:{name:"",adchar:"JD",adcode:"100000_JD"},geometry:{type:"MultiPolygon",coordinates:[[[[122.518653,23.460785],[122.798614,24.573674],[122.798893,24.57679],[122.798196,24.57984],[122.79659,24.582525],[122.794233,24.584583],[122.791356,24.585811],[122.78824,24.58609],[122.78519,24.585393],[122.782504,24.583787],[122.780447,24.58143],[122.779218,24.578553],[122.499257,23.465664],[122.498978,23.462548],[122.499676,23.459498],[122.501281,23.456813],[122.503638,23.454755],[122.506516,23.453527],[122.509632,23.453248],[122.512682,23.453945],[122.515367,23.455551],[122.517425,23.457908],[122.518653,23.460785]]],[[[121.172026,20.805459],[121.909388,21.687433],[121.910995,21.690118],[121.911693,21.693168],[121.911415,21.696284],[121.910187,21.699162],[121.90813,21.70152],[121.905445,21.703126],[121.902396,21.703824],[121.899279,21.703546],[121.896402,21.702318],[121.894044,21.700262],[121.156682,20.818287],[121.155076,20.815603],[121.154377,20.812553],[121.154656,20.809437],[121.155883,20.806559],[121.15794,20.804201],[121.160625,20.802595],[121.163675,20.801896],[121.166791,20.802175],[121.169669,20.803402],[121.172026,20.805459]]],[[[119.473662,18.007073],[120.025697,19.024038],[120.026741,19.026987],[120.026823,19.030115],[120.025934,19.033115],[120.024162,19.035693],[120.021679,19.037597],[120.01873,19.038641],[120.015602,19.038723],[120.012603,19.037834],[120.010024,19.036062],[120.00812,19.033579],[119.456084,18.016614],[119.45504,18.013665],[119.454959,18.010537],[119.455848,18.007538],[119.45762,18.004959],[119.460102,18.003055],[119.463052,18.002011],[119.466179,18.001929],[119.469179,18.002818],[119.471757,18.004591],[119.473662,18.007073]]],[[[119.072676,15.040985],[119.072676,16.043885],[119.072186,16.046975],[119.070766,16.049763],[119.068554,16.051975],[119.065766,16.053396],[119.062676,16.053885],[119.059586,16.053396],[119.056798,16.051975],[119.054586,16.049763],[119.053165,16.046975],[119.052676,16.043885],[119.052676,15.041059],[119.052184,15.00781],[119.052628,15.004713],[119.054007,15.001905],[119.056186,14.99966],[119.058952,14.998198],[119.062035,14.997663],[119.065132,14.998107],[119.06794,14.999486],[119.070185,15.001665],[119.071647,15.004432],[119.072182,15.007514],[119.072675,15.040837],[119.072676,15.040985]]],[[[118.686467,11.189592],[118.525187,10.915478],[118.524042,10.912566],[118.523852,10.909443],[118.524637,10.906414],[118.52632,10.903777],[118.528735,10.901788],[118.531646,10.900642],[118.534769,10.900453],[118.537798,10.901238],[118.540436,10.90292],[118.542425,10.905335],[118.704092,11.180108],[118.704762,11.181475],[118.874316,11.606662],[118.874599,11.607472],[118.98895,11.985731],[118.989375,11.988831],[118.988822,11.99191],[118.987345,11.994668],[118.985088,11.996834],[118.982271,11.998197],[118.979172,11.998623],[118.976092,11.99807],[118.973334,11.996592],[118.971168,11.994335],[118.969805,11.991519],[118.855579,11.613671],[118.686467,11.189592]]],[[[115.544669,7.146723],[116.250486,7.979279],[116.252111,7.981953],[116.25283,7.984998],[116.252573,7.988116],[116.251365,7.991002],[116.249325,7.993373],[116.246651,7.994998],[116.243606,7.995718],[116.240488,7.995461],[116.237602,7.994253],[116.23523,7.992212],[115.529413,7.159656],[115.527788,7.156982],[115.527069,7.153937],[115.527326,7.150819],[115.528534,7.147933],[115.530574,7.145561],[115.533248,7.143937],[115.536293,7.143217],[115.539411,7.143474],[115.542297,7.144682],[115.544669,7.146723]]],[[[112.307052,3.534873],[111.786901,3.416873],[111.783996,3.415712],[111.781591,3.41371],[111.779923,3.411063],[111.779155,3.40803],[111.779361,3.404908],[111.780522,3.402003],[111.782524,3.399598],[111.785171,3.39793],[111.788204,3.397162],[111.791326,3.397368],[112.311817,3.515445],[112.312489,3.515623],[112.521474,3.578591],[112.522814,3.579102],[112.852064,3.732569],[112.854658,3.734318],[112.856584,3.736783],[112.857655,3.739723],[112.857765,3.74285],[112.856903,3.745857],[112.855154,3.748451],[112.852688,3.750378],[112.849749,3.751448],[112.846622,3.751558],[112.843614,3.750696],[112.515016,3.597533],[112.307052,3.534873]]],[[[108.26056,6.089125],[108.290133,6.012663],[108.291704,6.009957],[108.294035,6.00787],[108.296896,6.006604],[108.300008,6.006285],[108.303067,6.006943],[108.305773,6.008515],[108.30786,6.010845],[108.309126,6.013706],[108.309445,6.016819],[108.308786,6.019877],[108.279563,6.095434],[108.256117,6.227526],[108.2168,6.538165],[108.218763,6.949641],[108.244195,7.073907],[108.244335,7.077033],[108.243503,7.080049],[108.241779,7.08266],[108.239333,7.08461],[108.236403,7.085709],[108.233278,7.085849],[108.230262,7.085017],[108.227651,7.083293],[108.225701,7.080847],[108.224601,7.077917],[108.198971,6.952682],[108.198768,6.950725],[108.196797,6.537606],[108.196876,6.536302],[108.236307,6.224768],[108.236382,6.224276],[108.26004,6.090984],[108.26056,6.089125]]],[[[110.128228,11.368945],[110.055537,11.253354],[110.054306,11.250477],[110.054025,11.247362],[110.05472,11.244311],[110.056323,11.241625],[110.058679,11.239565],[110.061555,11.238334],[110.064671,11.238053],[110.067722,11.238748],[110.070408,11.240352],[110.072467,11.242707],[110.145415,11.358705],[110.145887,11.359542],[110.207005,11.481288],[110.207284,11.481893],[110.258544,11.603587],[110.259018,11.604996],[110.304363,11.782612],[110.304569,11.783642],[110.328228,11.945713],[110.328328,11.946854],[110.334243,12.141598],[110.334246,12.142102],[110.332274,12.240384],[110.331723,12.243463],[110.330247,12.246222],[110.32799,12.248389],[110.325175,12.249754],[110.322075,12.250181],[110.318996,12.24963],[110.316237,12.248154],[110.31407,12.245897],[110.312705,12.243082],[110.312278,12.239982],[110.314245,12.141953],[110.308355,11.948035],[110.284855,11.787051],[110.239823,11.610665],[110.188981,11.489964],[110.128228,11.368945]]],[[[109.829516,15.228968],[109.845225,15.153166],[109.846332,15.150239],[109.848288,15.147798],[109.850903,15.14608],[109.853921,15.145255],[109.857047,15.145403],[109.859973,15.146509],[109.862415,15.148466],[109.864132,15.151081],[109.864957,15.154099],[109.864809,15.157224],[109.849037,15.23333],[109.848892,15.233933],[109.789745,15.450683],[109.789239,15.452106],[109.690661,15.674324],[109.690053,15.675484],[109.591475,15.836774],[109.591161,15.837256],[109.532015,15.922592],[109.531666,15.923065],[109.30888,16.207258],[109.306588,16.209388],[109.303751,16.210706],[109.300645,16.211082],[109.297575,16.21048],[109.294841,16.208958],[109.292711,16.206667],[109.291393,16.203829],[109.291017,16.200723],[109.291619,16.197653],[109.29314,16.194919],[109.515744,15.910958],[109.57456,15.826099],[109.672646,15.665615],[109.77065,15.444688],[109.829516,15.228968]]]]}}]},gw={海门:[121.15,31.89],鄂尔多斯:[109.781327,39.608266],招远:[120.38,37.35],舟山:[122.207216,29.985295],齐齐哈尔:[123.97,47.33],盐城:[120.13,33.38],赤峰:[118.87,42.28],青岛:[120.33,36.07],乳山:[121.52,36.89],金昌:[102.188043,38.520089],泉州:[118.58,24.93],莱西:[120.53,36.86],日照:[119.46,35.42],胶南:[119.97,35.88],南通:[121.05,32.08],拉萨:[91.11,29.97],云浮:[112.02,22.93],梅州:[116.1,24.55],文登:[122.05,37.2],上海:[121.48,31.22],攀枝花:[101.718637,26.582347],威海:[122.1,37.5],承德:[117.93,40.97],厦门:[118.1,24.46],汕尾:[115.375279,22.786211],潮州:[116.63,23.68],丹东:[124.37,40.13],太仓:[121.1,31.45],曲靖:[103.79,25.51],烟台:[121.39,37.52],福州:[119.3,26.08],瓦房店:[121.979603,39.627114],即墨:[120.45,36.38],抚顺:[123.97,41.97],玉溪:[102.52,24.35],张家口:[114.87,40.82],阳泉:[113.57,37.85],莱州:[119.942327,37.177017],湖州:[120.1,30.86],汕头:[116.69,23.39],昆山:[120.95,31.39],宁波:[121.56,29.86],湛江:[110.359377,21.270708],揭阳:[116.35,23.55],荣成:[122.41,37.16],连云港:[119.16,34.59],葫芦岛:[120.836932,40.711052],常熟:[120.74,31.64],东莞:[113.75,23.04],河源:[114.68,23.73],淮安:[119.15,33.5],泰州:[119.9,32.49],南宁:[108.33,22.84],营口:[122.18,40.65],惠州:[114.4,23.09],江阴:[120.26,31.91],蓬莱:[120.75,37.8],韶关:[113.62,24.84],嘉峪关:[98.289152,39.77313],广州:[113.23,23.16],延安:[109.47,36.6],太原:[112.53,37.87],清远:[113.01,23.7],中山:[113.38,22.52],昆明:[102.73,25.04],寿光:[118.73,36.86],盘锦:[122.070714,41.119997],长治:[113.08,36.18],深圳:[114.07,22.62],珠海:[113.52,22.3],宿迁:[118.3,33.96],咸阳:[108.72,34.36],铜川:[109.11,35.09],平度:[119.97,36.77],佛山:[113.11,23.05],海口:[110.35,20.02],江门:[113.06,22.61],章丘:[117.53,36.72],肇庆:[112.44,23.05],大连:[121.62,38.92],临汾:[111.5,36.08],吴江:[120.63,31.16],石嘴山:[106.39,39.04],沈阳:[123.38,41.8],苏州:[120.62,31.32],茂名:[110.88,21.68],嘉兴:[120.76,30.77],长春:[125.35,43.88],胶州:[120.03336,36.264622],银川:[106.27,38.47],张家港:[120.555821,31.875428],三门峡:[111.19,34.76],锦州:[121.15,41.13],南昌:[115.89,28.68],柳州:[109.4,24.33],三亚:[109.511909,18.252847],自贡:[104.778442,29.33903],吉林:[126.57,43.87],阳江:[111.95,21.85],泸州:[105.39,28.91],西宁:[101.74,36.56],宜宾:[104.56,29.77],呼和浩特:[111.65,40.82],成都:[104.06,30.67],大同:[113.3,40.12],镇江:[119.44,32.2],桂林:[110.28,25.29],张家界:[110.479191,29.117096],宜兴:[119.82,31.36],北海:[109.12,21.49],西安:[108.95,34.27],金坛:[119.56,31.74],东营:[118.49,37.46],牡丹江:[129.58,44.6],遵义:[106.9,27.7],绍兴:[120.58,30.01],扬州:[119.42,32.39],常州:[119.95,31.79],潍坊:[119.1,36.62],重庆:[106.54,29.59],台州:[121.420757,28.656386],南京:[118.78,32.04],滨州:[118.03,37.36],贵阳:[106.71,26.57],无锡:[120.29,31.59],本溪:[123.73,41.3],克拉玛依:[84.77,45.59],渭南:[109.5,34.52],马鞍山:[118.48,31.56],宝鸡:[107.15,34.38],焦作:[113.21,35.24],句容:[119.16,31.95],北京:[116.46,39.92],徐州:[117.2,34.26],衡水:[115.72,37.72],包头:[110,40.58],绵阳:[104.73,31.48],乌鲁木齐:[87.68,43.77],枣庄:[117.57,34.86],杭州:[120.19,30.26],淄博:[118.05,36.78],鞍山:[122.85,41.12],溧阳:[119.48,31.43],库尔勒:[86.06,41.68],安阳:[114.35,36.1],开封:[114.35,34.79],济南:[117,36.65],德阳:[104.37,31.13],温州:[120.65,28.01],九江:[115.97,29.71],邯郸:[114.47,36.6],临安:[119.72,30.23],兰州:[103.73,36.03],沧州:[116.83,38.33],临沂:[118.35,35.05],南充:[106.110698,30.837793],天津:[117.2,39.13],富阳:[119.95,30.07],泰安:[117.13,36.18],诸暨:[120.23,29.71],郑州:[113.65,34.76],哈尔滨:[126.63,45.75],聊城:[115.97,36.45],芜湖:[118.38,31.33],唐山:[118.02,39.63],平顶山:[113.29,33.75],邢台:[114.48,37.05],德州:[116.29,37.45],济宁:[116.59,35.38],荆州:[112.239741,30.335165],宜昌:[111.3,30.7],义乌:[120.06,29.32],丽水:[119.92,28.45],洛阳:[112.44,34.7],秦皇岛:[119.57,39.95],株洲:[113.16,27.83],石家庄:[114.48,38.03],莱芜:[117.67,36.19],常德:[111.69,29.05],保定:[115.48,38.85],湘潭:[112.91,27.87],金华:[119.64,29.12],岳阳:[113.09,29.37],长沙:[113,28.21],衢州:[118.88,28.97],廊坊:[116.7,39.53],菏泽:[115.480656,35.23375],合肥:[117.27,31.86],武汉:[114.31,30.52],大庆:[125.03,46.58]},Pq=(r,e)=>{const t=r.chart;let a=r.queue||[];a.length>0&&a[a.length-1].time===e.time?a[a.length-1]=e:a.push(e),a.length>=20&&a.shift(),r.queue=a,t==null||t.hideLoading(),t==null||t.setOption({title:{text:e.desc},tooltip:{trigger:"axis",axisPointer:{type:"cross"}},xAxis:{type:"category",boundaryGap:!1,data:a.map(n=>{var i;return(i=n==null?void 0:n.time)==null?void 0:i.substring(11)})},yAxis:{type:"value",axisLabel:{formatter:"{value}"}},series:[{name:"数量",type:"line",smooth:!0,stack:"a",areaStyle:{},data:a.map(n=>n.value)}]})},Rq=function(r){for(var e=[],t=0;t{e.chart=Yt(this.$refs[e.chartRef][0]),e.chart.setOption(r),e.chart.showLoading()}),Rn=Yt(this.chinaRef),h1([lx]),ks("chinaMap",Iq),Rn.setOption({geo:{type:"map",map:"chinaMap",roam:!0,zoom:2,center:[104.114129,37.550339]},title:{text:"smart-mqtt监控大屏",subtext:"24小时在线视图",sublink:"http://smartboot.tech",left:"center"},tooltip:{trigger:"item"}})},setup(){const e=["client_online","topic_count","packets_publish_received","packets_publish_sent","packets_received","packets_sent"].map(s=>({key:s,chartRef:"chart_"+s})),t=tt(),a=tt({username:"",password:"",desc:"",datetime:[]}),n=tt({client_online:{value:0},topic_count:{value:0},subscribe_topic_count:{value:0}}),i=async()=>{const{data:s}=await Lw();n.value=s.metric,e.map(f=>{Pq(f,s.metric[f.key])});const l=s.group.clientRegions.map(f=>({name:f.code,value:f.value})),u=s.group.brokerNodes.map(f=>({name:f.code,value:f.value}));console.log("d",l),Rn.setOption({series:[{name:"客户端",type:"scatter",coordinateSystem:"geo",data:Eq(l),symbolSize:function(f){return Math.min(Math.max(f[2],10),40)},encode:{value:2},label:{formatter:"{b}",position:"right"},emphasis:{label:{show:!0}}},{name:"服务节点",type:"effectScatter",coordinateSystem:"geo",data:Rq(u.sort(function(f,h){return h.value-f.value}).slice(0,6)),symbolSize:20,encode:{value:2},showEffectOn:"render",rippleEffect:{brushType:"stroke"},label:{formatter:"{b}",position:"right",show:!0},itemStyle:{shadowBlur:10,shadowColor:"#333"},emphasis:{scale:!0},zlevel:1}]})};i();let o=setInterval(()=>{i()},5e3);return bw(()=>{console.log("clear timer"),clearInterval(o)}),{chinaRef:t,metrics:e,metric:n,license:a}}};const Oq=q1("h3",null,"连接数",-1),Nq=q1("h3",null,"主题数",-1),Bq=q1("h3",null,"订阅数",-1),Vq={class:"chart",id:"chinaMap",ref:"chinaRef"};function zq(r,e,t,a,n,i){const o=Rw,s=Aw,l=Tw,u=Dw,f=zw;return t0(),$8(kn,null,[d2(l,{space:"10"},{default:E2(()=>[d2(s,{md:"24",sm:"24",xs:"24"},{default:E2(()=>[d2(f,{title:"资源指标"},{default:E2(()=>[d2(u,null,{default:E2(()=>[d2(l,{space:"10"},{default:E2(()=>[d2(s,{md:"8"},{default:E2(()=>[q1("a",null,[Oq,q1("p",null,[q1("cite",null,[q1("h1",null,[d2(o,{"end-val":a.metric.client_online.value,duration:2e3},null,8,["end-val"])])])])])]),_:1}),d2(s,{md:"8"},{default:E2(()=>[q1("a",null,[Nq,q1("p",null,[q1("cite",null,[q1("h1",null,[d2(o,{"end-val":a.metric.topic_count.value,duration:2e3},null,8,["end-val"])])])])])]),_:1}),d2(s,{md:"8"},{default:E2(()=>[q1("a",null,[Bq,q1("p",null,[q1("cite",null,[d2(o,{"end-val":a.metric.subscribe_topic_count.value,duration:2e3},null,8,["end-val"])])])])]),_:1})]),_:1})]),_:1})]),_:1})]),_:1})]),_:1}),d2(l,null,{default:E2(()=>[d2(s,{md:"24",sm:"24",xs:"24"},{default:E2(()=>[d2(u,null,{default:E2(()=>[q1("div",Vq,null,512)]),_:1})]),_:1})]),_:1}),d2(l,null,{default:E2(()=>[(t0(!0),$8(kn,null,Cw(a.metrics,(h,v)=>(t0(),Mw(s,{md:"12",sm:"24",xs:"24",key:v},{default:E2(()=>[d2(u,null,{default:E2(()=>[q1("div",{class:"chart",ref_for:!0,ref:h.chartRef},null,512)]),_:2},1024)]),_:2},1024))),128))]),_:1})],64)}const Wq=ww(kq,[["render",zq]]);export{Wq as default}; diff --git a/smart-mqtt-broker/src/main/resources/static/assets/setting-12e4e645.js b/smart-mqtt-broker/src/main/resources/static/assets/setting-743203c3.js similarity index 84% rename from smart-mqtt-broker/src/main/resources/static/assets/setting-12e4e645.js rename to smart-mqtt-broker/src/main/resources/static/assets/setting-743203c3.js index d249ddf9..2db39518 100644 --- a/smart-mqtt-broker/src/main/resources/static/assets/setting-12e4e645.js +++ b/smart-mqtt-broker/src/main/resources/static/assets/setting-743203c3.js @@ -1 +1 @@ -import{c as f}from"./index-9b675e6c.js";import{_ as g,v as y,a as b,s as k,m as o,P as i,l as e,j as l,G as C,H as x}from"./index-237b0338.js";import{a as h,c as v}from"./index-d7c48419.js";import{c as $}from"./index-5ead289f.js";const V={setup(){const a=y({language:"Chinese",theme:"1"});return{model:a,submitClick:function(){i.open({type:1,title:"表单结果",content:`
${JSON.stringify(a)}
`,shade:!1,isHtmlFragment:!0,btn:[{text:"确认",callback(s){i.close(s)}}],area:"500px"})}}}};function N(a,t,s,n,B,E){const c=h,r=v,p=C,m=x,d=$,_=f;return b(),k(_,null,{default:o(()=>[e(d,{model:n.model},{default:o(()=>[e(p,{label:"语言","label-position":"top",prop:"language"},{default:o(()=>[e(r,{modelValue:n.model.language,"onUpdate:modelValue":t[0]||(t[0]=u=>n.model.language=u),placeholder:"请选择"},{default:o(()=>[e(c,{value:"Chinese",label:"简体中文"}),e(c,{value:"English",label:"English"})]),_:1},8,["modelValue"]),l(" 选择Dashboard页面内展示的语言 ")]),_:1}),e(m,{type:"primary",onClick:n.submitClick},{default:o(()=>[l("提交")]),_:1},8,["onClick"]),e(m,{type:"default",onClick:t[1]||(t[1]=()=>{})},{default:o(()=>[l("重置")]),_:1})]),_:1},8,["model"])]),_:1})}const F=g(V,[["render",N]]);export{F as default}; +import{c as f}from"./index-99264f2b.js";import{_ as g,v as y,a as b,s as k,m as o,P as i,l as e,j as l,G as C,H as x}from"./index-9f8de993.js";import{a as h,c as v}from"./index-2cd96f0e.js";import{c as $}from"./index-5fd53a83.js";const V={setup(){const a=y({language:"Chinese",theme:"1"});return{model:a,submitClick:function(){i.open({type:1,title:"表单结果",content:`
${JSON.stringify(a)}
`,shade:!1,isHtmlFragment:!0,btn:[{text:"确认",callback(s){i.close(s)}}],area:"500px"})}}}};function N(a,t,s,n,B,E){const c=h,r=v,p=C,m=x,d=$,_=f;return b(),k(_,null,{default:o(()=>[e(d,{model:n.model},{default:o(()=>[e(p,{label:"语言","label-position":"top",prop:"language"},{default:o(()=>[e(r,{modelValue:n.model.language,"onUpdate:modelValue":t[0]||(t[0]=u=>n.model.language=u),placeholder:"请选择"},{default:o(()=>[e(c,{value:"Chinese",label:"简体中文"}),e(c,{value:"English",label:"English"})]),_:1},8,["modelValue"]),l(" 选择Dashboard页面内展示的语言 ")]),_:1}),e(m,{type:"primary",onClick:n.submitClick},{default:o(()=>[l("提交")]),_:1},8,["onClick"]),e(m,{type:"default",onClick:t[1]||(t[1]=()=>{})},{default:o(()=>[l("重置")]),_:1})]),_:1},8,["model"])]),_:1})}const F=g(V,[["render",N]]);export{F as default}; diff --git a/smart-mqtt-broker/src/main/resources/static/assets/subscription-30e16534.js b/smart-mqtt-broker/src/main/resources/static/assets/subscription-4e63a071.js similarity index 88% rename from smart-mqtt-broker/src/main/resources/static/assets/subscription-30e16534.js rename to smart-mqtt-broker/src/main/resources/static/assets/subscription-4e63a071.js index cb1076b9..bfd3e2e8 100644 --- a/smart-mqtt-broker/src/main/resources/static/assets/subscription-30e16534.js +++ b/smart-mqtt-broker/src/main/resources/static/assets/subscription-4e63a071.js @@ -1 +1 @@ -import{c as b}from"./index-ed56cd52.js";import{r as d,v,_ as k,a as x,s as C,m as t,l as o,j as y,E as I,G as V,q as B,H as E,n as F}from"./index-237b0338.js";import{c as A}from"./index-1ba66f5a.js";import{c as D}from"./index-9b675e6c.js";import{s as S}from"./api-5def1241.js";import{c as R}from"./index-5ead289f.js";const q={setup(){const a=d({total:0,limit:10,current:1,showRefresh:!0,showCount:!0}),n=v({clientId:"",topic:""}),u=d(null),e=[{title:"客户端ID",width:"120px",key:"clientId"},{title:"主题",width:"120px",key:"topic"},{title:"QoS",width:"80px",key:"qos"}],_=()=>{u.value.reset(),c(1,a.value.limit)},p=({current:l,limit:i})=>{c(l,i)},r=d([]),c=async(l,i)=>{const{data:m}=await S({pageSize:i,pageNo:l,clientId:n.clientId,topic:n.topic});console.log(m),r.value=m.list,a.value.total=m.total,a.value.limit=m.pageSize};return c(a.value.current,a.value.limit),{page:a,change:p,columns:e,dataSource:r,form:n,formRef:u,reset:_}}};function z(a,n,u,e,_,p){const r=I,c=V,l=B,i=E,m=F,g=R,f=D,w=A,h=b;return x(),C(h,{fluid:"true",style:{padding:"10px"}},{default:t(()=>[o(m,{space:10},{default:t(()=>[o(l,{md:24},{default:t(()=>[o(f,null,{default:t(()=>[o(g,{model:e.form,ref:"formRef"},{default:t(()=>[o(m,null,{default:t(()=>[o(l,{md:6},{default:t(()=>[o(c,{label:"客户端ID:","label-width":"70"},{default:t(()=>[o(r,{modelValue:e.form.clientId,"onUpdate:modelValue":n[0]||(n[0]=s=>e.form.clientId=s),style:{width:"90%"}},null,8,["modelValue"])]),_:1})]),_:1}),o(l,{md:6},{default:t(()=>[o(c,{label:"订阅主题:","label-width":"70"},{default:t(()=>[o(r,{modelValue:e.form.topic,"onUpdate:modelValue":n[1]||(n[1]=s=>e.form.topic=s),style:{width:"90%"}},null,8,["modelValue"])]),_:1})]),_:1}),o(l,{md:6},{default:t(()=>[o(c,{"label-width":"0"},{default:t(()=>[o(i,{type:"primary",onClick:n[2]||(n[2]=s=>e.change({current:1,limit:e.page.limit}))},{default:t(()=>[y("查询")]),_:1}),o(i,{onClick:e.reset},{default:t(()=>[y("重置")]),_:1},8,["onClick"])]),_:1})]),_:1})]),_:1})]),_:1},8,["model"])]),_:1})]),_:1}),o(l,{md:24},{default:t(()=>[o(f,null,{default:t(()=>[o(w,{columns:e.columns,"data-source":e.dataSource,page:e.page,onChange:e.change,size:"md",skin:"nob"},null,8,["columns","data-source","page","onChange"])]),_:1})]),_:1})]),_:1})]),_:1})}const T=k(q,[["render",z]]);export{T as default}; +import{c as b}from"./index-b5b52989.js";import{r as d,v,_ as k,a as x,s as C,m as t,l as o,j as y,E as I,G as V,q as B,H as E,n as F}from"./index-9f8de993.js";import{c as A}from"./index-98c086d5.js";import{c as D}from"./index-99264f2b.js";import{s as S}from"./api-aca9f388.js";import{c as R}from"./index-5fd53a83.js";const q={setup(){const a=d({total:0,limit:10,current:1,showRefresh:!0,showCount:!0}),n=v({clientId:"",topic:""}),u=d(null),e=[{title:"客户端ID",width:"120px",key:"clientId"},{title:"主题",width:"120px",key:"topic"},{title:"QoS",width:"80px",key:"qos"}],_=()=>{u.value.reset(),c(1,a.value.limit)},p=({current:l,limit:i})=>{c(l,i)},r=d([]),c=async(l,i)=>{const{data:m}=await S({pageSize:i,pageNo:l,clientId:n.clientId,topic:n.topic});console.log(m),r.value=m.list,a.value.total=m.total,a.value.limit=m.pageSize};return c(a.value.current,a.value.limit),{page:a,change:p,columns:e,dataSource:r,form:n,formRef:u,reset:_}}};function z(a,n,u,e,_,p){const r=I,c=V,l=B,i=E,m=F,g=R,f=D,w=A,h=b;return x(),C(h,{fluid:"true",style:{padding:"10px"}},{default:t(()=>[o(m,{space:10},{default:t(()=>[o(l,{md:24},{default:t(()=>[o(f,null,{default:t(()=>[o(g,{model:e.form,ref:"formRef"},{default:t(()=>[o(m,null,{default:t(()=>[o(l,{md:6},{default:t(()=>[o(c,{label:"客户端ID:","label-width":"70"},{default:t(()=>[o(r,{modelValue:e.form.clientId,"onUpdate:modelValue":n[0]||(n[0]=s=>e.form.clientId=s),style:{width:"90%"}},null,8,["modelValue"])]),_:1})]),_:1}),o(l,{md:6},{default:t(()=>[o(c,{label:"订阅主题:","label-width":"70"},{default:t(()=>[o(r,{modelValue:e.form.topic,"onUpdate:modelValue":n[1]||(n[1]=s=>e.form.topic=s),style:{width:"90%"}},null,8,["modelValue"])]),_:1})]),_:1}),o(l,{md:6},{default:t(()=>[o(c,{"label-width":"0"},{default:t(()=>[o(i,{type:"primary",onClick:n[2]||(n[2]=s=>e.change({current:1,limit:e.page.limit}))},{default:t(()=>[y("查询")]),_:1}),o(i,{onClick:e.reset},{default:t(()=>[y("重置")]),_:1},8,["onClick"])]),_:1})]),_:1})]),_:1})]),_:1},8,["model"])]),_:1})]),_:1}),o(l,{md:24},{default:t(()=>[o(f,null,{default:t(()=>[o(w,{columns:e.columns,"data-source":e.dataSource,page:e.page,onChange:e.change,size:"md",skin:"nob"},null,8,["columns","data-source","page","onChange"])]),_:1})]),_:1})]),_:1})]),_:1})}const T=k(q,[["render",z]]);export{T as default}; diff --git a/smart-mqtt-broker/src/main/resources/static/assets/topics-c0a4e5b0.js b/smart-mqtt-broker/src/main/resources/static/assets/topics-367be127.js similarity index 89% rename from smart-mqtt-broker/src/main/resources/static/assets/topics-c0a4e5b0.js rename to smart-mqtt-broker/src/main/resources/static/assets/topics-367be127.js index ad09a6da..3c551d69 100644 --- a/smart-mqtt-broker/src/main/resources/static/assets/topics-c0a4e5b0.js +++ b/smart-mqtt-broker/src/main/resources/static/assets/topics-367be127.js @@ -1 +1 @@ -import{c as f}from"./index-1ba66f5a.js";import{r as m,_ as h,a as g,b as y,l as t,m as n,F as b,n as w,j as _,E as x,q as k,H as v}from"./index-237b0338.js";import{f as C}from"./api-5def1241.js";const B={setup(){const u=[{title:"主题",width:"120px",key:"topic"},{title:"节点",width:"80px",key:"brokerIpAddress"},{title:"操作",width:"180px",key:"ip"}],l=m([]),o=m({total:0,limit:10,current:1,showRefresh:!0,showCount:!0}),a=(s,c)=>{r(s,c)},r=async(s,c)=>{const{data:e}=await C({pageSize:c,pageNo:s});console.log(e),l.value=e.list,o.value.total=e.total,o.value.limit=e.pageSize};return r(o.value.current,o.value.limit),{page:o,change:a,columns:u,dataSource:l}}};function $(u,l,o,a,r,s){const c=x,e=k,p=v,i=w,d=f;return g(),y(b,null,[t(i,{space:"10"},{default:n(()=>[t(e,{sm:"6",md:"6"},{default:n(()=>[t(c,{placeholder:"主题"})]),_:1}),t(e,{sm:"6",md:"6"},{default:n(()=>[t(p,{"native-type":"submit"},{default:n(()=>[_("搜索")]),_:1}),t(p,{"native-type":"submit"},{default:n(()=>[_("刷新")]),_:1})]),_:1})]),_:1}),t(i,{space:"10"},{default:n(()=>[t(d,{columns:a.columns,"data-source":a.dataSource,page:a.page,onChange:a.change,size:"md",skin:"nob"},null,8,["columns","data-source","page","onChange"])]),_:1})],64)}const D=h(B,[["render",$]]);export{D as default}; +import{c as f}from"./index-98c086d5.js";import{r as m,_ as h,a as g,b as y,l as t,m as n,F as b,n as w,j as _,E as x,q as k,H as v}from"./index-9f8de993.js";import{f as C}from"./api-aca9f388.js";const B={setup(){const u=[{title:"主题",width:"120px",key:"topic"},{title:"节点",width:"80px",key:"brokerIpAddress"},{title:"操作",width:"180px",key:"ip"}],l=m([]),o=m({total:0,limit:10,current:1,showRefresh:!0,showCount:!0}),a=(s,c)=>{r(s,c)},r=async(s,c)=>{const{data:e}=await C({pageSize:c,pageNo:s});console.log(e),l.value=e.list,o.value.total=e.total,o.value.limit=e.pageSize};return r(o.value.current,o.value.limit),{page:o,change:a,columns:u,dataSource:l}}};function $(u,l,o,a,r,s){const c=x,e=k,p=v,i=w,d=f;return g(),y(b,null,[t(i,{space:"10"},{default:n(()=>[t(e,{sm:"6",md:"6"},{default:n(()=>[t(c,{placeholder:"主题"})]),_:1}),t(e,{sm:"6",md:"6"},{default:n(()=>[t(p,{"native-type":"submit"},{default:n(()=>[_("搜索")]),_:1}),t(p,{"native-type":"submit"},{default:n(()=>[_("刷新")]),_:1})]),_:1})]),_:1}),t(i,{space:"10"},{default:n(()=>[t(d,{columns:a.columns,"data-source":a.dataSource,page:a.page,onChange:a.change,size:"md",skin:"nob"},null,8,["columns","data-source","page","onChange"])]),_:1})],64)}const D=h(B,[["render",$]]);export{D as default}; diff --git a/smart-mqtt-broker/src/main/resources/static/assets/user-760de9dc.js b/smart-mqtt-broker/src/main/resources/static/assets/user-6ea10088.js similarity index 88% rename from smart-mqtt-broker/src/main/resources/static/assets/user-760de9dc.js rename to smart-mqtt-broker/src/main/resources/static/assets/user-6ea10088.js index dbb8d1c2..5dfe7dbd 100644 --- a/smart-mqtt-broker/src/main/resources/static/assets/user-760de9dc.js +++ b/smart-mqtt-broker/src/main/resources/static/assets/user-6ea10088.js @@ -1 +1 @@ -import{c as b}from"./index-ed56cd52.js";import{r as m,v as h,_ as k,a as x,s as C,m as t,l as e,j as u,E,G as V,q as B,H as F,n as $}from"./index-237b0338.js";import{c as S}from"./index-1ba66f5a.js";import{c as I}from"./index-9b675e6c.js";import{g as R}from"./api-5def1241.js";import{c as z}from"./index-5ead289f.js";const N={setup(){const a=m({total:0,limit:10,current:1,showRefresh:!0,showCount:!0}),r=h({clientId:"",topic:""}),d=m(null),o=[{title:"用户",width:"200px",key:"username"},{title:"备注",width:"180px",key:"desc"},{title:"操作",width:"200px",customSlot:"operator",key:"operator",align:"center"}],p=()=>{d.value.reset(),s(1,a.value.limit)},i=m([]),_=m(!1),s=async(c,n)=>{const{data:l}=await R({pageSize:n,pageNo:c});console.log(l),console.log(l),i.value=l.list,a.value.total=l.total,a.value.limit=l.pageSize};return s(a.value.current,a.value.limit),{page:a,columns:o,dataSource:i,modalVisible:_,form:r,formRef:d,reset:p}}};function j(a,r,d,o,p,i){const _=E,s=V,c=B,n=F,l=$,g=z,f=I,w=S,v=b;return x(),C(v,{fluid:"true",style:{padding:"10px"}},{default:t(()=>[e(l,{space:"10"},{default:t(()=>[e(c,{md:"24"},{default:t(()=>[e(f,null,{default:t(()=>[e(g,{model:o.form,ref:"formRef"},{default:t(()=>[e(l,null,{default:t(()=>[e(c,{md:6},{default:t(()=>[e(s,{label:"用户:","label-width":"70"},{default:t(()=>[e(_,{modelValue:o.form.clientId,"onUpdate:modelValue":r[0]||(r[0]=y=>o.form.clientId=y),style:{width:"90%"}},null,8,["modelValue"])]),_:1})]),_:1}),e(c,{md:6},{default:t(()=>[e(s,{"label-width":"0"},{default:t(()=>[e(n,{type:"primary",onClick:r[1]||(r[1]=y=>a.change({current:1,limit:o.page.limit}))},{default:t(()=>[u("查询")]),_:1}),e(n,{onClick:o.reset},{default:t(()=>[u("新增")]),_:1},8,["onClick"])]),_:1})]),_:1})]),_:1})]),_:1},8,["model"])]),_:1})]),_:1}),e(c,{md:24},{default:t(()=>[e(f,null,{default:t(()=>[e(w,{columns:o.columns,"data-source":o.dataSource,page:o.page,size:"md",skin:"nob"},{operator:t(()=>[e(n,{type:"primary"},{default:t(()=>[u("编辑")]),_:1}),e(n,null,{default:t(()=>[u("修改密码")]),_:1}),e(n,{border:"red","border-style":"dashed"},{default:t(()=>[u("删除")]),_:1})]),_:1},8,["columns","data-source","page"])]),_:1})]),_:1})]),_:1})]),_:1})}const U=k(N,[["render",j]]);export{U as default}; +import{c as b}from"./index-b5b52989.js";import{r as m,v as h,_ as k,a as x,s as C,m as t,l as e,j as u,E,G as V,q as B,H as F,n as $}from"./index-9f8de993.js";import{c as S}from"./index-98c086d5.js";import{c as I}from"./index-99264f2b.js";import{g as R}from"./api-aca9f388.js";import{c as z}from"./index-5fd53a83.js";const N={setup(){const a=m({total:0,limit:10,current:1,showRefresh:!0,showCount:!0}),r=h({clientId:"",topic:""}),d=m(null),o=[{title:"用户",width:"200px",key:"username"},{title:"备注",width:"180px",key:"desc"},{title:"操作",width:"200px",customSlot:"operator",key:"operator",align:"center"}],p=()=>{d.value.reset(),s(1,a.value.limit)},i=m([]),_=m(!1),s=async(c,n)=>{const{data:l}=await R({pageSize:n,pageNo:c});console.log(l),console.log(l),i.value=l.list,a.value.total=l.total,a.value.limit=l.pageSize};return s(a.value.current,a.value.limit),{page:a,columns:o,dataSource:i,modalVisible:_,form:r,formRef:d,reset:p}}};function j(a,r,d,o,p,i){const _=E,s=V,c=B,n=F,l=$,g=z,f=I,w=S,v=b;return x(),C(v,{fluid:"true",style:{padding:"10px"}},{default:t(()=>[e(l,{space:"10"},{default:t(()=>[e(c,{md:"24"},{default:t(()=>[e(f,null,{default:t(()=>[e(g,{model:o.form,ref:"formRef"},{default:t(()=>[e(l,null,{default:t(()=>[e(c,{md:6},{default:t(()=>[e(s,{label:"用户:","label-width":"70"},{default:t(()=>[e(_,{modelValue:o.form.clientId,"onUpdate:modelValue":r[0]||(r[0]=y=>o.form.clientId=y),style:{width:"90%"}},null,8,["modelValue"])]),_:1})]),_:1}),e(c,{md:6},{default:t(()=>[e(s,{"label-width":"0"},{default:t(()=>[e(n,{type:"primary",onClick:r[1]||(r[1]=y=>a.change({current:1,limit:o.page.limit}))},{default:t(()=>[u("查询")]),_:1}),e(n,{onClick:o.reset},{default:t(()=>[u("新增")]),_:1},8,["onClick"])]),_:1})]),_:1})]),_:1})]),_:1},8,["model"])]),_:1})]),_:1}),e(c,{md:24},{default:t(()=>[e(f,null,{default:t(()=>[e(w,{columns:o.columns,"data-source":o.dataSource,page:o.page,size:"md",skin:"nob"},{operator:t(()=>[e(n,{type:"primary"},{default:t(()=>[u("编辑")]),_:1}),e(n,null,{default:t(()=>[u("修改密码")]),_:1}),e(n,{border:"red","border-style":"dashed"},{default:t(()=>[u("删除")]),_:1})]),_:1},8,["columns","data-source","page"])]),_:1})]),_:1})]),_:1})]),_:1})}const U=k(N,[["render",j]]);export{U as default}; diff --git a/smart-mqtt-broker/src/main/resources/static/index.html b/smart-mqtt-broker/src/main/resources/static/index.html index 79e08475..098e6d89 100644 --- a/smart-mqtt-broker/src/main/resources/static/index.html +++ b/smart-mqtt-broker/src/main/resources/static/index.html @@ -113,7 +113,7 @@ } } - + -- Gitee From c4b007f06e161d7b3a14d06a489e68de7617ec07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=89=E5=88=80?= Date: Fri, 23 Jun 2023 20:13:39 +0800 Subject: [PATCH 08/10] =?UTF-8?q?=E4=BC=98=E5=8C=96=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../smartboot/mqtt/broker/openapi/OpenApiPlugin.java | 12 ++---------- .../openapi/controller/DashBoardController.java | 7 +++---- 2 files changed, 5 insertions(+), 14 deletions(-) diff --git a/smart-mqtt-broker/src/main/java/org/smartboot/mqtt/broker/openapi/OpenApiPlugin.java b/smart-mqtt-broker/src/main/java/org/smartboot/mqtt/broker/openapi/OpenApiPlugin.java index 9bb3260a..869f1abe 100644 --- a/smart-mqtt-broker/src/main/java/org/smartboot/mqtt/broker/openapi/OpenApiPlugin.java +++ b/smart-mqtt-broker/src/main/java/org/smartboot/mqtt/broker/openapi/OpenApiPlugin.java @@ -16,11 +16,6 @@ import org.smartboot.http.restful.RestfulBootstrap; import org.smartboot.http.restful.StaticResourceHandler; import org.smartboot.http.server.HttpBootstrap; import org.smartboot.mqtt.broker.BrokerContext; -import org.smartboot.mqtt.broker.openapi.controller.BrokerController; -import org.smartboot.mqtt.broker.openapi.controller.ConnectionsController; -import org.smartboot.mqtt.broker.openapi.controller.DashBoardController; -import org.smartboot.mqtt.broker.openapi.controller.SubscriptionController; -import org.smartboot.mqtt.broker.openapi.controller.SystemController; import org.smartboot.mqtt.broker.plugin.Plugin; import org.smartboot.mqtt.broker.plugin.PluginException; import org.smartboot.socket.enhance.EnhanceAsynchronousChannelProvider; @@ -60,11 +55,8 @@ public class OpenApiPlugin extends Plugin { response.setHeader("Access-Control-Allow-Origin", "*"); response.setHeader("Access-Control-Allow-Headers", "*"); }); - restfulBootstrap.controller(new DashBoardController(brokerContext)); - restfulBootstrap.controller(new ConnectionsController()); - restfulBootstrap.controller(new SubscriptionController()); - restfulBootstrap.controller(new BrokerController()); - restfulBootstrap.controller(new SystemController()); + restfulBootstrap.addBean("brokerContext", brokerContext) + .scan("org.smartboot.mqtt.broker.openapi"); HttpBootstrap bootstrap = restfulBootstrap.bootstrap(); bootstrap.setPort(config.getPort()); diff --git a/smart-mqtt-broker/src/main/java/org/smartboot/mqtt/broker/openapi/controller/DashBoardController.java b/smart-mqtt-broker/src/main/java/org/smartboot/mqtt/broker/openapi/controller/DashBoardController.java index 447b3bc9..ca86bf9a 100644 --- a/smart-mqtt-broker/src/main/java/org/smartboot/mqtt/broker/openapi/controller/DashBoardController.java +++ b/smart-mqtt-broker/src/main/java/org/smartboot/mqtt/broker/openapi/controller/DashBoardController.java @@ -15,6 +15,7 @@ import org.apache.commons.lang.StringUtils; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.smartboot.http.restful.RestResult; +import org.smartboot.http.restful.annotation.Autowired; import org.smartboot.http.restful.annotation.Controller; import org.smartboot.http.restful.annotation.RequestMapping; import org.smartboot.mqtt.broker.BrokerConfigure; @@ -38,11 +39,9 @@ public class DashBoardController { private static final int MINUTE = 60; private static final int HOUR = 60 * 60; private static final int DAY = 24 * 60 * 60; - private final BrokerContext brokerContext; + @Autowired + private BrokerContext brokerContext; - public DashBoardController(BrokerContext brokerContext) { - this.brokerContext = brokerContext; - } @RequestMapping(OpenApi.DASHBOARD_OVERVIEW) public RestResult overview() { -- Gitee From 14cd6dae872b55f0b347254fba0be25ca7692bf1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=89=E5=88=80?= Date: Sat, 24 Jun 2023 15:06:08 +0800 Subject: [PATCH 09/10] =?UTF-8?q?=E4=BC=98=E5=8C=96=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../mqtt/broker/openapi/OpenApiPlugin.java | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/smart-mqtt-broker/src/main/java/org/smartboot/mqtt/broker/openapi/OpenApiPlugin.java b/smart-mqtt-broker/src/main/java/org/smartboot/mqtt/broker/openapi/OpenApiPlugin.java index 869f1abe..85120ad0 100644 --- a/smart-mqtt-broker/src/main/java/org/smartboot/mqtt/broker/openapi/OpenApiPlugin.java +++ b/smart-mqtt-broker/src/main/java/org/smartboot/mqtt/broker/openapi/OpenApiPlugin.java @@ -16,6 +16,7 @@ import org.smartboot.http.restful.RestfulBootstrap; import org.smartboot.http.restful.StaticResourceHandler; import org.smartboot.http.server.HttpBootstrap; import org.smartboot.mqtt.broker.BrokerContext; +import org.smartboot.mqtt.broker.eventbus.ServerEventType; import org.smartboot.mqtt.broker.plugin.Plugin; import org.smartboot.mqtt.broker.plugin.PluginException; import org.smartboot.socket.enhance.EnhanceAsynchronousChannelProvider; @@ -58,12 +59,14 @@ public class OpenApiPlugin extends Plugin { restfulBootstrap.addBean("brokerContext", brokerContext) .scan("org.smartboot.mqtt.broker.openapi"); - HttpBootstrap bootstrap = restfulBootstrap.bootstrap(); - bootstrap.setPort(config.getPort()); - bootstrap.configuration().bannerEnabled(false).host(config.getHost()).readBufferSize(1024 * 8).group(asynchronousChannelGroup); - - bootstrap.start(); brokerContext.getProviders().setOpenApiBootStrap(restfulBootstrap); + + brokerContext.getEventBus().subscribe(ServerEventType.BROKER_STARTED, (eventType, object) -> { + HttpBootstrap bootstrap = brokerContext.getProviders().getOpenApiBootStrap().bootstrap(); + bootstrap.setPort(config.getPort()); + bootstrap.configuration().bannerEnabled(false).host(config.getHost()).readBufferSize(1024 * 8).group(asynchronousChannelGroup); + bootstrap.start(); + }); LOGGER.info("openapi server start success!"); } catch (Exception e) { LOGGER.error("start openapi exception", e); -- Gitee From 4d6d9a3432b491da7f6bc4510da70295b449b034 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=89=E5=88=80?= Date: Sat, 24 Jun 2023 17:26:40 +0800 Subject: [PATCH 10/10] =?UTF-8?q?=E5=8D=87=E7=BA=A7smart-http=E8=87=B31.2.?= =?UTF-8?q?5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index ec13262c..421e97f6 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ 0.23 1.5.30 - 1.2.4 + 1.2.5 2.6 4.3 4.13.2 -- Gitee